diff --git a/.Rhistory b/.Rhistory new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/lint-css-files.yml b/.github/workflows/lint-css-files.yml deleted file mode 100644 index 7f4e7b0..0000000 --- a/.github/workflows/lint-css-files.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Lint the CSS code style - -on: - pull_request: - branches: [ main ] - push: - branches: [ main ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up Node.js 16.x - uses: actions/setup-node@v2 - with: - node-version: 16.x - cache: 'npm' - - name: Install dependencies - run: npm install --only=dev - - name: Run stylelint - run: | - npm run css-lint diff --git a/.github/workflows/lint-js-files.yml b/.github/workflows/lint-js-files.yml deleted file mode 100644 index 9fafdd4..0000000 --- a/.github/workflows/lint-js-files.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Lint the JavaScript code style - -on: - pull_request: - branches: [ main ] - push: - branches: [ main ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up Node.js 16.x - uses: actions/setup-node@v2 - with: - node-version: 16.x - cache: 'npm' - - name: Install dependencies - run: npm install --only=dev - - name: Run eslint - run: | - npm run js-lint diff --git a/README.md b/README.md index 40a4520..b176213 100644 --- a/README.md +++ b/README.md @@ -1 +1,64 @@ -Add a readme for your engagement tool here. Include content overview, data citations, and any relevant technical details. \ No newline at end of file +# Hangzhou Central District Flood Reporting System + +**Resident-Focused Urban Inundation Reporting Tool** +[Project Link](https://haoyu25.github.io/engagement-project/) + +An interactive web-based system designed for **residents of Hangzhou’s central districts** to report urban flooding events. This tool empowers residents to actively participate in flood monitoring, providing spatially referenced data for city planners and emergency management. + +## Purpose + +1. Collect real-time flood data from residents to inform city planning and disaster response. +2. Provide an intuitive platform for residents to report inundation events with detailed information including location, date, time, water depth, and type of situation. +3. Visualize flood patterns across the central districts of Hangzhou through maps, markers, and heatmaps. + +## Features + +- **Interactive Map** + - Overview of Hangzhou Central Districts with zoom and pan functionality. + - Multiple layers: roads, water bodies, parks, metro stations, amenities, and resident-submitted flood points. + - Dynamic heatmap showing concentration of flood events. + +- **Resident Flood Reporting** + - Select a location on the map to report a flooding event. + - Input date, time, water depth, situation type, and optional description. + - Submitted reports are displayed as interactive markers with popups containing details. + +- **Filtering and Exploration** + - Filter reports by date range and water depth (shallow, moderate, deep, severe). + - Click on markers to view detailed information about each flood report. + - Statistics display total reports and reports for today. + +- **User-Friendly Interface** + - Language toggle (Chinese/English). + - Clear, accessible design suitable for all residents. + +## Technologies Used + +- Frontend: HTML5, CSS3, JavaScript (ES6 modules) +- Mapping: Leaflet and Leaflet.heat +- Date/Time Selection: Flatpickr +- Data Storage: Firestore (for storing resident flood reports) + +## How It Works + +1. Residents click on the map to select a location of flooding. +2. They fill in the date, time, water depth, situation type, and optionally add a description. +3. Reports are saved in the backend and displayed on the map as markers. +4. Reports can be filtered and explored to visualize flooding patterns across neighborhoods. +5. Heatmap highlights areas with the highest frequency of flooding reports. + +## Intended Users + +- Residents: to report real-time flooding events. +- City Planners & Emergency Managers: to use community-sourced data for urban planning, flood mitigation, and emergency response. + +## Data Sources + +- **Inundation Risk Index:** From one of the author's projects: [Hangzhou Flooding Risk Detection](https://github.com/haoyu25/Hangzhou-Flooding-Risk-Detect) +- **Amenity and Station POIs:** GaoDe Open Platform ([高德开放平台](https://lbs.amap.com/)) + +## Team Contributions + +- **Annie**: Web page framework setup. +- **Haoyu**: Data collection and processing, Firebase integration, heatmap implementation. +- **Meixi**: Accessibility features and visual optimization. diff --git a/data/HZ_Center.geojson b/data/HZ_Center.geojson new file mode 100644 index 0000000..fb20abe --- /dev/null +++ b/data/HZ_Center.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "HZ_Center", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "name": "杭州中心城区 Central District of Hangzhou" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.610401, 30.171272 ], [ 120.606001, 30.154207 ], [ 120.594664, 30.148139 ], [ 120.546929, 30.159982 ], [ 120.51196, 30.156909 ], [ 120.491672, 30.174433 ], [ 120.456653, 30.16842 ], [ 120.458553, 30.161703 ], [ 120.45493, 30.155441 ], [ 120.446348, 30.151909 ], [ 120.435382, 30.136685 ], [ 120.421978, 30.132702 ], [ 120.421489, 30.146614 ], [ 120.416455, 30.155138 ], [ 120.406275, 30.151896 ], [ 120.406897, 30.134056 ], [ 120.400156, 30.13184 ], [ 120.381266, 30.159711 ], [ 120.3483, 30.153928 ], [ 120.335046, 30.144353 ], [ 120.322965, 30.127202 ], [ 120.312851, 30.131602 ], [ 120.308537, 30.140115 ], [ 120.295217, 30.132434 ], [ 120.293385, 30.129496 ], [ 120.299691, 30.128219 ], [ 120.282664, 30.109688 ], [ 120.283798, 30.104993 ], [ 120.292274, 30.100406 ], [ 120.310751, 30.106876 ], [ 120.319152, 30.10071 ], [ 120.325493, 30.104009 ], [ 120.330776, 30.096378 ], [ 120.327707, 30.0789 ], [ 120.333085, 30.061508 ], [ 120.326795, 30.053988 ], [ 120.320203, 30.052808 ], [ 120.319667, 30.048085 ], [ 120.34359, 30.033297 ], [ 120.355187, 30.00668 ], [ 120.353999, 29.995553 ], [ 120.3598, 29.981876 ], [ 120.357402, 29.976926 ], [ 120.339454, 29.976694 ], [ 120.336205, 29.958818 ], [ 120.32278, 29.948417 ], [ 120.31042, 29.930995 ], [ 120.286816, 29.937009 ], [ 120.277728, 29.923768 ], [ 120.268634, 29.922615 ], [ 120.260507, 29.925183 ], [ 120.260332, 29.93438 ], [ 120.251843, 29.944724 ], [ 120.239265, 29.941203 ], [ 120.218277, 29.94461 ], [ 120.206631, 29.939094 ], [ 120.217125, 29.935901 ], [ 120.215652, 29.93171 ], [ 120.197859, 29.935796 ], [ 120.195207, 29.932565 ], [ 120.200206, 29.924624 ], [ 120.182873, 29.906987 ], [ 120.174035, 29.910633 ], [ 120.169588, 29.917909 ], [ 120.161406, 29.919083 ], [ 120.145432, 29.907574 ], [ 120.142058, 29.897038 ], [ 120.144246, 29.884426 ], [ 120.137183, 29.872903 ], [ 120.128125, 29.861601 ], [ 120.108491, 29.848878 ], [ 120.09931, 29.849054 ], [ 120.072705, 29.890074 ], [ 120.078321, 29.894575 ], [ 120.085051, 29.918522 ], [ 120.091298, 29.922497 ], [ 120.096649, 29.939418 ], [ 120.08911, 29.946749 ], [ 120.088879, 29.953599 ], [ 120.097835, 29.961919 ], [ 120.100466, 29.980846 ], [ 120.120807, 29.996002 ], [ 120.125889, 30.00647 ], [ 120.131942, 30.031085 ], [ 120.129572, 30.046471 ], [ 120.119823, 30.050801 ], [ 120.13172, 30.061302 ], [ 120.129601, 30.082737 ], [ 120.14389, 30.091716 ], [ 120.14058, 30.099979 ], [ 120.124695, 30.101187 ], [ 120.108594, 30.084514 ], [ 120.079598, 30.081555 ], [ 120.055206, 30.095157 ], [ 120.044889, 30.091287 ], [ 120.025797, 30.09875 ], [ 120.007369, 30.118024 ], [ 119.997556, 30.118511 ], [ 120.014479, 30.166084 ], [ 120.010933, 30.182814 ], [ 119.993489, 30.186159 ], [ 119.977829, 30.176784 ], [ 119.951317, 30.172781 ], [ 119.936247, 30.161989 ], [ 119.929492, 30.165381 ], [ 119.9293, 30.18814 ], [ 119.916245, 30.194853 ], [ 119.89861, 30.191159 ], [ 119.891012, 30.196315 ], [ 119.882772, 30.189441 ], [ 119.849554, 30.178647 ], [ 119.831429, 30.201032 ], [ 119.859888, 30.24043 ], [ 119.863558, 30.256317 ], [ 119.858323, 30.263372 ], [ 119.860137, 30.275837 ], [ 119.823324, 30.274027 ], [ 119.824094, 30.28646 ], [ 119.833112, 30.29282 ], [ 119.830596, 30.309713 ], [ 119.821836, 30.309536 ], [ 119.805125, 30.298382 ], [ 119.795525, 30.301958 ], [ 119.804132, 30.335491 ], [ 119.802201, 30.345295 ], [ 119.787716, 30.350523 ], [ 119.787702, 30.360174 ], [ 119.772878, 30.368938 ], [ 119.770957, 30.378628 ], [ 119.764005, 30.382148 ], [ 119.753644, 30.377585 ], [ 119.745772, 30.38655 ], [ 119.749907, 30.388693 ], [ 119.747759, 30.392363 ], [ 119.739503, 30.398103 ], [ 119.728317, 30.401577 ], [ 119.715203, 30.391131 ], [ 119.67726, 30.4111 ], [ 119.688994, 30.427587 ], [ 119.701538, 30.432056 ], [ 119.698786, 30.448895 ], [ 119.690348, 30.455989 ], [ 119.705542, 30.490766 ], [ 119.70543, 30.511722 ], [ 119.68776, 30.559815 ], [ 119.716422, 30.565097 ], [ 119.726085, 30.554764 ], [ 119.74891, 30.553562 ], [ 119.762121, 30.558493 ], [ 119.767239, 30.55224 ], [ 119.762507, 30.52407 ], [ 119.757403, 30.518407 ], [ 119.797237, 30.506477 ], [ 119.816512, 30.512731 ], [ 119.831391, 30.498809 ], [ 119.84607, 30.501365 ], [ 119.871619, 30.475083 ], [ 119.870014, 30.462643 ], [ 119.909225, 30.459942 ], [ 119.915084, 30.463469 ], [ 119.932645, 30.447664 ], [ 119.940195, 30.449933 ], [ 119.959609, 30.432116 ], [ 119.982577, 30.448301 ], [ 119.997988, 30.447524 ], [ 120.009453, 30.4384 ], [ 120.025125, 30.440679 ], [ 120.0337, 30.437615 ], [ 120.033608, 30.428449 ], [ 120.059881, 30.432334 ], [ 120.063521, 30.447606 ], [ 120.054705, 30.460022 ], [ 120.054769, 30.473305 ], [ 120.06401, 30.499846 ], [ 120.095634, 30.49771 ], [ 120.091786, 30.487254 ], [ 120.110076, 30.476698 ], [ 120.136446, 30.485132 ], [ 120.14619, 30.470031 ], [ 120.177983, 30.482461 ], [ 120.173584, 30.490462 ], [ 120.178198, 30.503111 ], [ 120.197365, 30.5118 ], [ 120.225321, 30.511784 ], [ 120.237784, 30.506771 ], [ 120.274242, 30.507672 ], [ 120.295452, 30.522093 ], [ 120.314546, 30.523174 ], [ 120.321958, 30.498689 ], [ 120.322265, 30.472785 ], [ 120.335155, 30.474122 ], [ 120.338677, 30.46647 ], [ 120.332828, 30.466692 ], [ 120.332264, 30.460453 ], [ 120.336537, 30.444041 ], [ 120.327543, 30.427577 ], [ 120.328317, 30.418262 ], [ 120.301763, 30.39987 ], [ 120.301567, 30.395633 ], [ 120.309885, 30.397289 ], [ 120.316605, 30.379611 ], [ 120.337021, 30.378587 ], [ 120.340234, 30.370085 ], [ 120.395342, 30.386253 ], [ 120.396194, 30.375272 ], [ 120.38331, 30.372598 ], [ 120.373061, 30.347126 ], [ 120.408358, 30.318838 ], [ 120.434106, 30.376121 ], [ 120.44115, 30.382382 ], [ 120.502378, 30.392518 ], [ 120.636348, 30.3895 ], [ 120.675744, 30.375304 ], [ 120.702018, 30.356449 ], [ 120.72549, 30.299437 ], [ 120.702871, 30.280665 ], [ 120.688122, 30.261981 ], [ 120.665391, 30.235108 ], [ 120.640252, 30.220153 ], [ 120.610401, 30.171272 ] ] ] } } +] +} diff --git a/data/amenity.geojson b/data/amenity.geojson new file mode 100644 index 0000000..7bbbb5f --- /dev/null +++ b/data/amenity.geojson @@ -0,0 +1,2450 @@ +{ +"type": "FeatureCollection", +"name": "amenity", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "name": "杭州市滨江区浦沿幼儿园浦联分园", "address": "新浦路1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.151886, 30.153448 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区新天地幼儿园", "address": "镇前路大同公寓旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.147077, 30.155384 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区浦沿幼儿园", "address": "新浦路261号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148279, 30.159819 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市高教园小学", "address": "生地街188号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.153034, 30.166609 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘山水幼儿园新生分园", "address": "新生村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.140015, 30.167845 ] } }, +{ "type": "Feature", "properties": { "name": "新浦河小学及幼儿园", "address": "滨文路721号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.144975, 30.167875 ] } }, +{ "type": "Feature", "properties": { "name": "楼塔镇初级中学", "address": "洲口路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134478, 29.909224 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区袁浦幼儿园", "address": "杭州市西湖区双浦镇兰溪口村450号(袁浦小学西面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.119565, 30.114126 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市袁浦·周浦中学", "address": "袁浦街1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.128839, 30.117839 ] } }, +{ "type": "Feature", "properties": { "name": "西湖区蓝精灵幼儿园", "address": "轮渡路16号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.127409, 30.121053 ] } }, +{ "type": "Feature", "properties": { "name": "政苑幼儿园(枫桦东路校区)", "address": "双浦镇滨之澜苑二区1-1幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.115103, 30.148457 ] } }, +{ "type": "Feature", "properties": { "name": "西湖区莲花港学前教育集团水晶城幼儿园", "address": "澜玉弄(之浦路地铁站A口步行470米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.105842, 30.159302 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州滨文中学", "address": "芳华弄118号(西浦路地铁站出入口步行340米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.133889, 30.170034 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区江洲幼儿园", "address": "承前巷(西浦路地铁站出入口步行420米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134483, 30.171456 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘山水幼儿园", "address": "东信大道92号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.133745, 30.174222 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区河上镇中心幼儿园", "address": "河上镇文化路65号河上镇中心", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165995, 29.940573 ] } }, +{ "type": "Feature", "properties": { "name": "毓秀学校", "address": "义桥镇许贤初中", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.16743, 30.059304 ] } }, +{ "type": "Feature", "properties": { "name": "黄山幼儿园", "address": "闻堰街道黄山村韩家埭159号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.164246, 30.136065 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市紫云实验学校", "address": "浦沿街道杰青路299号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160392, 30.148627 ] } }, +{ "type": "Feature", "properties": { "name": "杭州江南专修学院(南校区)", "address": "至仁街与至善路交叉口西60米", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165093, 30.161404 ] } }, +{ "type": "Feature", "properties": { "name": "浙江艺术职业学院东冠校区17幢", "address": "浦沿街道浦沿东冠园区中路16号浙江艺术职业学院东冠校区", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.163825, 30.161975 ] } }, +{ "type": "Feature", "properties": { "name": "浙江艺术职业学院东冠校区", "address": "浦沿街道浦沿东冠园区中路16号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.164231, 30.162221 ] } }, +{ "type": "Feature", "properties": { "name": "浦沿中学1号楼", "address": "东冠路与新南路交叉口东北120米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.156819, 30.163642 ] } }, +{ "type": "Feature", "properties": { "name": "滨江区浦乐幼儿园杨家墩分园", "address": "浦沿街道智源巷56号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.155998, 30.16396 ] } }, +{ "type": "Feature", "properties": { "name": "杭州皓文中复滨江校区", "address": "东冠路531-2号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.159421, 30.164373 ] } }, +{ "type": "Feature", "properties": { "name": "杭州浦沿中学", "address": "东冠路550号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.157304, 30.164384 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区滨兰实验学校", "address": "浦沿街道安五房巷88号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166869, 30.166668 ] } }, +{ "type": "Feature", "properties": { "name": "滨文苑幼儿园", "address": "浦沿街道滨文苑东区2幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166197, 30.170968 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文南校区", "address": "高教园区滨文路481号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.15927, 30.171334 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区护理系党总支", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158611, 30.171426 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区招生就业处", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158688, 30.171468 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区综合病区", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158715, 30.171571 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区护理系", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158577, 30.171575 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区学术报告厅", "address": "至善路杭州医学院滨江校区", "type": "科教文化服务;学校;学校内部设施", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158862, 30.171575 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区教室管理室", "address": "滨文路481号浙江中医药大学滨文南校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158546, 30.171578 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区公卫系学生会办公室", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160391, 30.171729 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区", "address": "滨文路481号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160613, 30.17214 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区体育教研房", "address": "彩虹快速路与滨文路交叉口西南200米杭州医学院体育馆", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.162318, 30.172159 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区资产管理科", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158604, 30.172276 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区口腔医学实训中心", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158847, 30.172278 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区组织宣传处", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160526, 30.172585 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区接待室", "address": "求实路杭州医学院(滨江校区)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160258, 30.172587 ] } }, +{ "type": "Feature", "properties": { "name": "浙江警察学院", "address": "滨文路555号(杨家墩地铁站A口步行150米)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.150982, 30.171191 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区第一临床医学院", "address": "滨文路548号浙江中医药大学滨文校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148713, 30.173373 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘山水幼儿园西浦园区", "address": "连江街与沙虞路交叉口1325号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.137391, 30.173492 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区康复医学院", "address": "滨文路548号浙江中医药大学滨文校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149115, 30.173872 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区第三临床医学", "address": "滨文路548号浙江中医药大学滨文校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.150075, 30.173925 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区药学院", "address": "滨文路548号浙江中医药大学滨文校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149231, 30.173999 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区军事理论教研室", "address": "滨文路548号浙江中医药大学滨文校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148636, 30.174819 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区学生公寓管理服务中心综合办公室", "address": "滨文路548号浙江中医药大学滨文校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.150104, 30.174857 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区", "address": "滨文路548号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148983, 30.175374 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区国际教育学院", "address": "滨江区高教园区滨文路548号", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.150485, 30.175852 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区基础医学院", "address": "滨文路548号浙江中医药大学滨文校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149673, 30.176265 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区公共卫生学院", "address": "滨文路548号浙江中医药大学滨文校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149658, 30.176273 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学滨文校区生命科学学院", "address": "滨文路1号浙江中医药大学滨江学院", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.14807, 30.176611 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区欧文幼儿园", "address": "东信大道66号东方通信城5号楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.14244, 30.17669 ] } }, +{ "type": "Feature", "properties": { "name": "欧文幼儿园5号楼", "address": "东信大道66号东方通信科技园", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.142525, 30.176725 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第二中学(滨江校区)", "address": "高新开发区之江科技园东信大道72-76号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.138434, 30.177307 ] } }, +{ "type": "Feature", "properties": { "name": "滨江区钱塘帝景幼儿园(永久河分园)", "address": "明德路1285号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.153721, 30.18087 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区教务处", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160206, 30.172592 ] } }, +{ "type": "Feature", "properties": { "name": "浙江华川专修学院(滨江校区)", "address": "至善路337号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.157832, 30.172674 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院滨江校区人体标本馆", "address": "滨文路481号杭州医学院滨江校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158748, 30.172865 ] } }, +{ "type": "Feature", "properties": { "name": "浙江商业职业技术学院创业园", "address": "浦沿街道滨文路480号商业职业技术学院", "type": "科教文化服务;学校;高等院校|商务住宅;产业园区;产业园区", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160811, 30.174203 ] } }, +{ "type": "Feature", "properties": { "name": "浙江艺术职业学院舞蹈学院", "address": "滨文路518号浙江艺术职业学院", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.155875, 30.174475 ] } }, +{ "type": "Feature", "properties": { "name": "浙江商业职业技术学院(滨江校区)财会金融学院精诚书院", "address": "滨文路与勤业路交叉口西北140米", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.16428, 30.174612 ] } }, +{ "type": "Feature", "properties": { "name": "浙江艺术职业学院", "address": "滨文路518号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.156395, 30.175088 ] } }, +{ "type": "Feature", "properties": { "name": "浙江艺术职业学院委员会党校", "address": "滨文路518浙江艺术职业学院", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.155099, 30.175516 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区维翰幼儿园", "address": "伟业路与滨盛路交叉口西北160米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.157912, 30.188942 ] } }, +{ "type": "Feature", "properties": { "name": "杭州二中附属第一学校", "address": "南环路4325号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.147864, 30.181298 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘实验幼儿园(新和路园区)", "address": "南环路4377号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.145623, 30.182959 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘实验幼儿园碧水分园", "address": "西环路18号碧水豪园附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148436, 30.184961 ] } }, +{ "type": "Feature", "properties": { "name": "钱江湾幼儿园(之江分园)", "address": "强联弄87号强联弄与联康巷交叉口西180米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.153987, 30.185589 ] } }, +{ "type": "Feature", "properties": { "name": "钱江湾幼儿园(海创分园)", "address": "六和路368号海创基地北楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139526, 30.186708 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区钱塘实验幼儿园临江分园", "address": "江南大道4777号临江花园16幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.145666, 30.186826 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘实验幼儿园", "address": "滨盛路与东信大道交叉口东140米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.154048, 30.188436 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市陶子幼儿园水澄园区", "address": "水澄花园南苑15(水澄桥地铁站D口步行310米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.153473, 30.202533 ] } }, +{ "type": "Feature", "properties": { "name": "金鹰艺术专修学校(滨江校区)", "address": "东信大道99号钱江湾花园南门", "type": "科教文化服务;学校;学校|科教文化服务;培训机构;培训机构", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.13234, 30.176357 ] } }, +{ "type": "Feature", "properties": { "name": "钱江湾幼儿园", "address": "钱江湾花园40栋", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.133625, 30.176989 ] } }, +{ "type": "Feature", "properties": { "name": "贺田幼儿园", "address": "六合路365号贺田尚城小区内9幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.135227, 30.180823 ] } }, +{ "type": "Feature", "properties": { "name": "钱江湾学前教育集团贺田分园", "address": "浦沿街道六和路365号贺田尚城小区里面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.135211, 30.181133 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西子湖幼儿园(之江路)", "address": "之江路42-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.118177, 30.186366 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学(之江校区)", "address": "之江路51号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.124889, 30.19264 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西子湖幼儿园(三台山园区)", "address": "三台山路三台云舍12-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.133978, 30.225709 ] } }, +{ "type": "Feature", "properties": { "name": "闻裕顺幼儿园", "address": "里东山弄16号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.129763, 30.258646 ] } }, +{ "type": "Feature", "properties": { "name": "双浦镇社区学校", "address": "双铺镇三阳村527号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.076809, 30.091404 ] } }, +{ "type": "Feature", "properties": { "name": "周浦幼儿园(中心园区)", "address": "周浦三阳村408号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.074173, 30.092417 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区回龙幼儿园", "address": "良南路与横南路交叉口东南220米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.103172, 30.123971 ] } }, +{ "type": "Feature", "properties": { "name": "杭州计算机学校", "address": "浮山街杭州市社会主义学院", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.09011, 30.132989 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区转塘幼儿园", "address": "龙田街与象山路交叉口东80米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.074877, 30.149912 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西子实验学校", "address": "双浦镇周浦灵山路姚家坞126号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.056916, 30.128245 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区周浦幼儿园(灵山分园)", "address": "双浦镇湖埠村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.039867, 30.128822 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区定山幼儿园", "address": "双流路35号(霞鸣街地铁站C口步行330米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.070218, 30.141575 ] } }, +{ "type": "Feature", "properties": { "name": "西湖区午山幼儿园瑷骊山园区", "address": "霞鸣街269号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.066042, 30.143164 ] } }, +{ "type": "Feature", "properties": { "name": "杭州艺术学校", "address": "转塘街道金家岭村1号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.02477, 30.14471 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第七中学转塘校区", "address": "转塘镇环山路1号(音乐学院地铁站A口步行450米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.056772, 30.14927 ] } }, +{ "type": "Feature", "properties": { "name": "浙江音乐学院附属音乐学校", "address": null, "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.059227, 30.157246 ] } }, +{ "type": "Feature", "properties": { "name": "象山幼儿园(东环路)", "address": "象山社区杭州绕城高速公路象山幼儿园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.085552, 30.153774 ] } }, +{ "type": "Feature", "properties": { "name": "中国美术学院象山校区", "address": "转塘街道象山村352号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.07669, 30.155446 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖职业高级中学(南区)", "address": "珊瑚沙路369号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.083232, 30.159234 ] } }, +{ "type": "Feature", "properties": { "name": "杭州陶然里澳蒙幼儿园", "address": "珊瑚沙路与龙心路交叉口陶然里13号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.087936, 30.159312 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖职业高级中学(北区)", "address": "转塘镇杭新东路3号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.083263, 30.159881 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市之江第一中学", "address": "珊瑚沙路南侧", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.092435, 30.161512 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区云溪第二幼儿园", "address": "文景路316号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.096254, 30.16255 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区博雅幼儿园", "address": "转塘街道横桥路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.074274, 30.163321 ] } }, +{ "type": "Feature", "properties": { "name": "午山幼儿园", "address": "转塘街道丽景路午山社区內", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.087465, 30.164275 ] } }, +{ "type": "Feature", "properties": { "name": "转塘幼儿园梦园路园区", "address": "横桥沈合苑西北国兴建设(转塘第一幼儿园)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.067138, 30.160299 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市上泗中学", "address": "沈横路30号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.067141, 30.16124 ] } }, +{ "type": "Feature", "properties": { "name": "浙江音乐学院附属实验学校", "address": "晓雨街与上城埭路交叉口东140米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.04728, 30.180671 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖第一实验学校", "address": "转塘街道葛衙庄龙新路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.048563, 30.181247 ] } }, +{ "type": "Feature", "properties": { "name": "浙江特殊教育职业学院", "address": "留下街道留和路527号(石马地铁站A口步行380米)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.015116, 30.204558 ] } }, +{ "type": "Feature", "properties": { "name": "小和山学前教育集团小和山幼儿园", "address": "留和路546号翰墨香林苑内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.016189, 30.208873 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区白马幼儿园", "address": "白马山庄", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.0148, 30.21773 ] } }, +{ "type": "Feature", "properties": { "name": "浙江科技大学(小和山校区)", "address": "留和路318号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.024704, 30.219156 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区闲林幼儿园西溪源园区", "address": "闲林街道源峰街", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.986132, 30.200505 ] } }, +{ "type": "Feature", "properties": { "name": "闲林小学西溪源校区", "address": "西溪源村", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.993082, 30.204997 ] } }, +{ "type": "Feature", "properties": { "name": "杭州之江高级中学", "address": "留和路533号(小和山高教园)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.010241, 30.205318 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区闲林幼儿园南望园区", "address": "闲林街道西溪源村洞山村60号1、2幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.998067, 30.207622 ] } }, +{ "type": "Feature", "properties": { "name": "闲林中学", "address": "闲林镇文卫路26号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.981578, 30.219322 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区闲林幼儿园钱家岭园区", "address": "方家山路131号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.98155, 30.220675 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区3之3闲湖城幼儿园", "address": "闲林中路158号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.991566, 30.221415 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市闲林职业高级中学", "address": "闲林镇闲富路12号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.982424, 30.222004 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区之江幼儿园", "address": "文景路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.101218, 30.164372 ] } }, +{ "type": "Feature", "properties": { "name": "杭州云溪幼儿园", "address": "转塘街道珊瑚沙路61号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.096529, 30.165336 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区云荷廷幼儿园", "address": null, "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.104952, 30.16803 ] } }, +{ "type": "Feature", "properties": { "name": "杭州仁和实验学校", "address": "之江国家旅游度假区梵村梅灵南路5号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.097631, 30.177579 ] } }, +{ "type": "Feature", "properties": { "name": "杭州电子科技大学东岳校区", "address": "大龙驹坞路168号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.085662, 30.248928 ] } }, +{ "type": "Feature", "properties": { "name": "杭州孝慈旭航幼儿园", "address": "西溪路799号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.074531, 30.250701 ] } }, +{ "type": "Feature", "properties": { "name": "杭州万向职业技术学院1号校区", "address": "留下街道西溪路896号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.07426, 30.253663 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东方中学", "address": "西溪路655-1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.088456, 30.254313 ] } }, +{ "type": "Feature", "properties": { "name": "杭州外国语学校", "address": "留和路309号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.03417, 30.219534 ] } }, +{ "type": "Feature", "properties": { "name": "杭州外国语学校剑桥高中", "address": "留和路299号杭州外国语学校", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.034228, 30.21956 ] } }, +{ "type": "Feature", "properties": { "name": "留下幼儿园(东穆坞分园)", "address": "外东穆坞村146号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.061329, 30.222017 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工业大学(屏峰校区)", "address": "留和路280号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.041114, 30.228378 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市城西中学", "address": "闲林东路3号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.010931, 30.228537 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区留和幼儿园", "address": "屏基山路1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.054255, 30.230775 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工业大学附属实验学校", "address": "留下街道杨梅山路388号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.056777, 30.233633 ] } }, +{ "type": "Feature", "properties": { "name": "江南春闲林山水幼儿园", "address": "闲林山水小区商业街紫微苑5幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.014456, 30.233816 ] } }, +{ "type": "Feature", "properties": { "name": "国泰盛世嘉园幼儿园", "address": "天目山西路99号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.025706, 30.2346 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区和家园幼儿园", "address": "留下镇杨梅山路305号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.063647, 30.235943 ] } }, +{ "type": "Feature", "properties": { "name": "闲林东路幼儿园启贤园区", "address": "闲林街道泰闲街200号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.997456, 30.223022 ] } }, +{ "type": "Feature", "properties": { "name": "闲林和睦小学贤和校区", "address": "闲林东路31号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.000174, 30.226341 ] } }, +{ "type": "Feature", "properties": { "name": "中泰武术学校", "address": "中泰乡新泰村乌龙山4号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.910416, 30.226779 ] } }, +{ "type": "Feature", "properties": { "name": "杭州育海外国语学校", "address": "闲林东路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.996411, 30.230357 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区闲林白洋畈幼儿园(闲创园区)", "address": "闲林街道闲林西路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.978485, 30.230984 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区闲林东路幼儿园东路园区", "address": "闲林街道云睦路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.996607, 30.231279 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区南湖幼儿园沈家店分园", "address": "余杭街道沈家店西区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.969289, 30.231509 ] } }, +{ "type": "Feature", "properties": { "name": "吉的堡西溪山庄幼儿园", "address": "绿城桃源小镇内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.962921, 30.233143 ] } }, +{ "type": "Feature", "properties": { "name": "康乔岸上蓝山幼儿园", "address": "闲林镇集美岸上蓝山星河苑23栋", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.008407, 30.23356 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区中泰中心幼儿园岑岭园区", "address": "石花线与石邱路交叉口东北180米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.930821, 30.233774 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区中泰中心幼儿园罗兰园区", "address": "中泰街道石横线", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.919391, 30.234667 ] } }, +{ "type": "Feature", "properties": { "name": "闲林海文幼儿园民丰园区", "address": "云风路与民丰路交叉口东北40米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.997265, 30.235939 ] } }, +{ "type": "Feature", "properties": { "name": "启蒙爵士风情幼儿园", "address": "爵士风情花园日辉苑15幢杨林路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.991709, 30.236397 ] } }, +{ "type": "Feature", "properties": { "name": "浙江绿城足球学校", "address": "中泰街道桃源社区梅花山36-1号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.952695, 30.236673 ] } }, +{ "type": "Feature", "properties": { "name": "竹海水韵幼儿园", "address": "闲水路附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.982694, 30.236933 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区中泰中心幼儿园(总园)", "address": "中泰街道石鸽路139号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.935917, 30.237098 ] } }, +{ "type": "Feature", "properties": { "name": "浙江东南外国语职业学校(创意园中心校区)", "address": "天目山西路355号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.973765, 30.237773 ] } }, +{ "type": "Feature", "properties": { "name": "余杭清水湾幼儿园", "address": "210县道", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.920447, 30.238283 ] } }, +{ "type": "Feature", "properties": { "name": "杭州绿城育华桃花源学校", "address": "中泰街道桃源社区梅花山36-1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.952577, 30.23856 ] } }, +{ "type": "Feature", "properties": { "name": "一米幼儿园", "address": "闲富北路77号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.985508, 30.239422 ] } }, +{ "type": "Feature", "properties": { "name": "禹航实验学校", "address": "规划支路(桃源里北侧约200米)", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.96181, 30.239636 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区苕溪幼儿园上和园区", "address": "余杭街道金成青少年宫西侧", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.967422, 30.239666 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区新明半岛幼儿园", "address": "中泰街道新明半岛", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.952195, 30.240515 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区新明半岛英才学校", "address": "新明半岛", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.950006, 30.240975 ] } }, +{ "type": "Feature", "properties": { "name": "杭州英特外国语学校", "address": "上和路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.973799, 30.241328 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区南湖科技幼儿园(跳头园区)", "address": "210县道南100米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.896141, 30.243768 ] } }, +{ "type": "Feature", "properties": { "name": "庭院深深幼儿园", "address": "东西大道附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.961794, 30.244102 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘春晓幼儿园", "address": "春晓路506号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.214025, 30.205168 ] } }, +{ "type": "Feature", "properties": { "name": "中兴幼儿园", "address": "江汉路与新月路交叉口东北200米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205044, 30.205464 ] } }, +{ "type": "Feature", "properties": { "name": "白金海岸幼儿园", "address": "江汉路中兴花园43幢(江汉路地铁站B口步行340米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205157, 30.205564 ] } }, +{ "type": "Feature", "properties": { "name": "嘻哈兔宠物幼稚园", "address": "春晓路与江南大道交叉口南80米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.21196, 30.205732 ] } }, +{ "type": "Feature", "properties": { "name": "唯诗礼幼儿园(滨江园)", "address": "闻涛路1426号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205237, 30.212628 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利实验学校(甬江校区)", "address": "甬江路80号(甬江路地铁站B口步行480米)", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189375, 30.225649 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市行知新城幼儿园(新城园区)", "address": "铜鼓路80号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.186495, 30.22963 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市近江幼儿园近江园区", "address": "近江家园一园珊园弄106号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.202634, 30.231055 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市崇文实验学校", "address": "近江南路1号(近江地铁站A口步行340米)", "type": "科教文化服务;学校;小学|科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.20141, 30.231914 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市开元中学", "address": "栖园弄1号(近江地铁站A口步行350米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.197669, 30.232181 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市阳光幼儿园", "address": "近江西路2号(近江地铁站A口步行260米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19867, 30.232902 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市喜洋洋幼儿园", "address": "富春路268号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.202918, 30.236236 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利小学(钱塘校区)", "address": "富春路199号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.201317, 30.236284 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市行知新城幼儿园(钱江园区)", "address": "徐家埠路与思潮巷交叉口东80米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.197923, 30.237296 ] } }, +{ "type": "Feature", "properties": { "name": "一禾幼儿园", "address": "钱江路166号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.180887, 30.218929 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市凤凰小学(钱江校区)", "address": "凤凰北苑9号(南星桥地铁站E口步行390米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.179335, 30.219246 ] } }, +{ "type": "Feature", "properties": { "name": "娃哈哈外籍人员子女学校", "address": "姚江路5号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.182119, 30.219362 ] } }, +{ "type": "Feature", "properties": { "name": "杭州娃哈哈双语学校", "address": "姚江路5号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.18262, 30.219523 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市凤凰小学秋涛校区", "address": "南瓦坊12号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175618, 30.221354 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市杭州中学", "address": "银鼓路6号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.182337, 30.222603 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利吟潮幼儿园", "address": "吟潮路270号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185947, 30.225386 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市江城中学", "address": "江城路287号(候潮门地铁站C口步行130米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171577, 30.226781 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利金都幼儿园", "address": "候潮路10号(候潮门地铁站A口步行260米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175557, 30.226856 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市陈经纶体育学校(凤凰山校区)", "address": "宋城路93号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165418, 30.219043 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市美术职业学校(凤山校区)", "address": "凤凰山脚路166号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167591, 30.223802 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学玉皇山校区", "address": "玉皇山路77号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.156884, 30.228143 ] } }, +{ "type": "Feature", "properties": { "name": "紫阳学前教育幼儿园", "address": "太庙巷62号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.168498, 30.233279 ] } }, +{ "type": "Feature", "properties": { "name": "杭州清波幼儿园", "address": "四宜路48号(吴山广场地铁站C口步行330米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.162796, 30.237904 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第四中学(吴山校区)", "address": "延安路19号(吴山名楼西北)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.163797, 30.242289 ] } }, +{ "type": "Feature", "properties": { "name": "中国美术学院附属小学", "address": "劳动路95号(吴山广场地铁站C口步行480米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.161826, 30.242851 ] } }, +{ "type": "Feature", "properties": { "name": "中国美术学院(南山校区)", "address": "南山路218号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160486, 30.243231 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市吴山幼儿园", "address": "火药局弄3号(定安路地铁站C口步行390米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167483, 30.243284 ] } }, +{ "type": "Feature", "properties": { "name": "杭州小世小界国际幼儿园", "address": "火药局弄31号(定安路地铁站C口步行240米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.168232, 30.24459 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利小学(新城校区)", "address": "吟潮路350号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.183382, 30.227061 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市欣欣幼儿园", "address": "三多路30号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185241, 30.233488 ] } }, +{ "type": "Feature", "properties": { "name": "建兰中学", "address": "江城路抚宁巷58号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.173252, 30.235196 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市蒋筑英学校", "address": "江城路金狮苑20号(江城路地铁站H口步行430米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175676, 30.235916 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市勇进实验学校(海潮路校区)", "address": "海潮路51号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.184004, 30.236258 ] } }, +{ "type": "Feature", "properties": { "name": "杭州始版桥幼儿园", "address": "映霞街150号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.182501, 30.237027 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市培红幼儿园", "address": "十五奎巷55号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.169486, 30.237192 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市天艺幼儿园", "address": "直吉祥巷9(江城路地铁站E口步行270米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.174252, 30.23853 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第六中学", "address": "佑圣观路161号(近杭港地铁1号线/杭港地铁5号线城站站D口610米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.174401, 30.244713 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第二中学(东河校区)", "address": "小营街道建国中路7号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.181438, 30.249247 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第二中学(东河校区)", "address": "建国中路36号(万安桥地铁站E口步行410米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.181422, 30.249268 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第七中学(解放路校区)", "address": "解放路50号(万安桥地铁站E口步行460米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.181876, 30.250632 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市旅游职业学校(葵巷校区)", "address": "横河桥大河下103号(万安桥地铁站E口步行170米)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.181607, 30.252666 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省卫生厅幼儿园", "address": "老浙大横路一弄28号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185598, 30.252979 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利瑞丰幼儿园瑞丰园区", "address": "瑞丰格林苑6", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.183711, 30.253826 ] } }, +{ "type": "Feature", "properties": { "name": "杭州新世纪外国语学校(湖畔校区)", "address": "清吟街128号", "type": "科教文化服务;学校;中学|科教文化服务;培训机构;培训机构", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.173033, 30.254544 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷中学教育集团四季青中学", "address": "观音塘路106号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.202522, 30.241768 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市采荷第三幼儿园", "address": "下车路36号(观音塘地铁站D口步行190米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.203249, 30.245798 ] } }, +{ "type": "Feature", "properties": { "name": "采荷第二小学-未来校区", "address": "采荷支路8号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.195434, 30.250577 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷幼儿园", "address": "杭海路215号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.202038, 30.252499 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市采荷中学", "address": "采荷路2号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.198867, 30.253054 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷第二幼儿园教育集团", "address": "采菱路68号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.194027, 30.25417 ] } }, +{ "type": "Feature", "properties": { "name": "南肖埠幼儿园", "address": "太平门直街183号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.196978, 30.260163 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱江业余学校", "address": "定安路126号(定安路地铁站B口步行120米)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166914, 30.246608 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市行知幼儿园(邮电路)", "address": "邮电路20号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.169191, 30.252205 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市惠兴中学", "address": "惠兴路11号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167925, 30.252369 ] } }, +{ "type": "Feature", "properties": { "name": "杭州天长小学(孝女校区)", "address": "孝女路4号(龙翔桥地铁站A口步行360米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165785, 30.256733 ] } }, +{ "type": "Feature", "properties": { "name": "杭州天长小学(东坡校区)", "address": "东坡路94-乙号(龙翔桥地铁站B出口步行340米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.162744, 30.257717 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市麒麟幼儿园", "address": "孩儿巷44(凤起路地铁站C2口步行490米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167688, 30.261428 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市长寿桥小学孩儿校区", "address": "孩儿巷234号杭州市长寿桥小学(长寿校区)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.16606, 30.261842 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市长寿桥小学", "address": "孩儿巷52号(孩儿巷校区)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167633, 30.261925 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市五星幼儿园", "address": "紫金观巷28-1", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.173921, 30.255037 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利东河幼儿园", "address": "万安城市花园西苑8号楼(万安桥地铁站D口步行460米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178847, 30.255289 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第十中学", "address": "皮市巷158号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175585, 30.255385 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利幼儿园(大学路园区)", "address": "叶家弄70号(万安桥地铁站B2入口步行210米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.181473, 30.256522 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第十中学(祖庙巷校区)", "address": "祖庙巷33号(距杭港地铁1号线龙翔桥站D口900米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.170555, 30.256623 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市新华实验幼托园柳营二部", "address": null, "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175516, 30.258927 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市青春中学(珠碧校区)", "address": "珠碧二弄76号19号53号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185232, 30.26044 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市春蕾中学王马校区", "address": "新华路王马巷14号2幢巷16号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.177718, 30.260587 ] } }, +{ "type": "Feature", "properties": { "name": "采荷实验学校", "address": "采东路99号(庆春广场地铁站A4口步行490米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205806, 30.255012 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱新幼儿园", "address": "钱江新城百安街12号(钱江路地铁站B口步行320米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.208946, 30.255311 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱新幼儿园新城园区", "address": "庆和路8号(钱江路地铁站D3口步行350米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.21803, 30.255391 ] } }, +{ "type": "Feature", "properties": { "name": "钱江新城实验学校", "address": "钱江新城庆和路59号(钱江路地铁站D3口步行460米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.217343, 30.256841 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱江苑幼儿园钱江苑园区", "address": "四季青街道顺福路150号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.211964, 30.259368 ] } }, +{ "type": "Feature", "properties": { "name": "杭州景和幼儿园三堡园区", "address": "钱江路与庆谐路交叉口西北120米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.218515, 30.260488 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱江苑幼儿园庆春园区", "address": "景昙路98-1(景芳地铁站C口步行300米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205382, 30.265208 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市景和幼儿园凤起园区", "address": "钱潮路501号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.213822, 30.265395 ] } }, +{ "type": "Feature", "properties": { "name": "汪庄幼儿园", "address": "南山路62号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.152817, 30.2291 ] } }, +{ "type": "Feature", "properties": { "name": "断桥幼儿园", "address": "宝石山下二弄19号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.151054, 30.261118 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省级机关北山幼儿园", "address": "保俶路45号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.150792, 30.262292 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省交通运输厅幼儿园", "address": "保俶路宝石山下四弄18号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149039, 30.262591 ] } }, +{ "type": "Feature", "properties": { "name": "杭州保俶塔实验学校(宝石二路校区)", "address": "宝石二路", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.146728, 30.263313 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省省级机关保俶幼儿园", "address": "弥陀寺路3号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.150606, 30.265106 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市陈经纶体育学校", "address": "曙光路126号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.138079, 30.266599 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市保俶塔实验学校", "address": "天目山路81号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149558, 30.270504 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学西溪校区幼儿园", "address": "天目山路148号浙大西溪校区西三教学楼3楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.142874, 30.274545 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学附属中学玉泉校区", "address": "曙光路89号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.132092, 30.258823 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学幼儿园玉泉分园", "address": "浙大路18浙大求是社区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.1303, 30.262994 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学(玉泉校区)", "address": "浙大路38号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.122946, 30.263776 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第十五中学(玉古路)", "address": "玉古路165号(黄龙体育中心地铁站D口步行110米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.127465, 30.267324 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区古荡幼儿园(庆丰园区)", "address": "财神殿路80-3号楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.126489, 30.270708 ] } }, +{ "type": "Feature", "properties": { "name": "山水幼儿园(莲花街)", "address": "莲花街97号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.107869, 30.270898 ] } }, +{ "type": "Feature", "properties": { "name": "星朗德幼儿园", "address": "学院路28号德力西大厦3号楼3层", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.131013, 30.273221 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区古荡幼儿园", "address": "古荡新村东区36幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.118107, 30.274895 ] } }, +{ "type": "Feature", "properties": { "name": "嘉苑幼儿园", "address": "新安嘉苑11号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.104737, 30.269099 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市育才实验学校", "address": "古墩路88号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.102145, 30.272689 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西溪中学", "address": "文新街道文三西路668号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.090451, 30.276369 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区文苑幼儿园", "address": "紫荆花路106号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.093889, 30.278906 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西点香樟婴幼园", "address": "文一西路雅仕苑149号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.10567, 30.278918 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市公益中学", "address": "文二西路698号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.087603, 30.282136 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市紫荆花学校", "address": "竞舟路222号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.104718, 30.283954 ] } }, +{ "type": "Feature", "properties": { "name": "文三中学", "address": "武林巷与保俶北路交叉口东北120米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.145505, 30.274739 ] } }, +{ "type": "Feature", "properties": { "name": "浙江开放大学教工路校区", "address": "教工路42号", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.137266, 30.275306 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学(西溪校区)", "address": "天目山路148号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.140388, 30.275312 ] } }, +{ "type": "Feature", "properties": { "name": "武林门幼儿园(武林巷)", "address": "马塍路9号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148943, 30.275802 ] } }, +{ "type": "Feature", "properties": { "name": "武林门幼儿园(易盛大厦西南)", "address": "武林巷3号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.150949, 30.276513 ] } }, +{ "type": "Feature", "properties": { "name": "杭州学军中学西溪校区", "address": "文三路188号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139231, 30.278362 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学西溪校区北园", "address": "文三路232号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.13714, 30.278675 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文晖中学", "address": "沈塘桥弄12号(沈塘桥地铁站D口步行250米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.152349, 30.278882 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市轻工职业技能培训学校(湖光巷)", "address": "莫干山路102号(沈塘桥地铁站D口步行120米)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.151519, 30.279843 ] } }, +{ "type": "Feature", "properties": { "name": "九莲幼儿园", "address": "翠苑街道文三路345号新丰小吃店对面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.13368, 30.277417 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省体育运动学校(教工路)", "address": "教工路49号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.135088, 30.278427 ] } }, +{ "type": "Feature", "properties": { "name": "浙江体育职业技术学院教工路校区", "address": "教工路49号(近小百花剧院)", "type": "科教文化服务;学校;高等院校|科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134738, 30.278463 ] } }, +{ "type": "Feature", "properties": { "name": "枫华府第幼儿园", "address": "华星路6-2号(文三路地铁站D1口步行460米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.127188, 30.279751 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市嘉绿苑中学", "address": "华星路218号(古翠路地铁站B口步行280米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.11602, 30.279944 ] } }, +{ "type": "Feature", "properties": { "name": "名苑幼儿园(嘉银巷)", "address": "文三路益乐路嘉绿青苑5幢外围旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.112864, 30.280202 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区起程专修学校", "address": "益乐路45号嘉绿名苑西区15幢2楼", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.113081, 30.280846 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文晖幼儿园", "address": "米市巷街道密渡桥一弄5号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.157851, 30.276547 ] } }, +{ "type": "Feature", "properties": { "name": "朝晖幼儿园教育集团中北园区", "address": "中山北路600弄(西湖文化广场地铁站D口步行80米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166705, 30.279717 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市朝晖幼儿教育集团(朝一园区)", "address": "朝晖一区花明弄39号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166257, 30.282813 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市健康实验学校", "address": "朝晖七区75号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.159095, 30.285116 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工业大学附属中学", "address": "朝晖三区3号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.164104, 30.285697 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市朝晖幼儿教育集团朝七二部", "address": "朝晖街道朝晖七区42幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.159802, 30.285746 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市朝晖中学", "address": "朝晖三区3号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165024, 30.285949 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工匠学院", "address": "保俶北路52号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139138, 30.280668 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市沈塘桥幼儿园", "address": "湖墅南路168-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.154534, 30.2809 ] } }, +{ "type": "Feature", "properties": { "name": "学军小学(求智校区)", "address": "求智巷6号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.14426, 30.281433 ] } }, +{ "type": "Feature", "properties": { "name": "浙师大幼教集团壹颗幼儿园", "address": "文二路125号浙江师范大学杭州校区内5号楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139043, 30.28201 ] } }, +{ "type": "Feature", "properties": { "name": "浙江邮电职业技术学院杭州校区", "address": "莫干山路130号(近沈塘桥)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.150745, 30.282088 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市美术职业学校(莫干校区)", "address": "莫干巷142号(沈塘桥地铁站B口步行260米)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149402, 30.283119 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区石灰桥幼儿园", "address": "石灰桥社区11-12号楼之间", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.144885, 30.285165 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘外语学校", "address": "学院路146号(学院路地铁站E口步行240米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.130889, 30.280852 ] } }, +{ "type": "Feature", "properties": { "name": "杭师大幼儿园", "address": "教工路142号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.136045, 30.281017 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市嘉绿苑小学新城校区", "address": "文二西路88号(丰潭路地铁站A口步行270米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.111842, 30.282988 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区翠苑第五幼儿园", "address": "翠苑新村五区(古翠路地铁站A口步行480米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.121832, 30.283589 ] } }, +{ "type": "Feature", "properties": { "name": "莲花港幼儿园新城园区", "address": "益乐路100号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.114701, 30.284017 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学教工路校区西区", "address": "教工路149号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.133607, 30.285293 ] } }, +{ "type": "Feature", "properties": { "name": "浙江财经大学文华校区", "address": "文一西路83号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.111227, 30.285547 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丰潭中学", "address": "高技街翠苑四区12号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.122638, 30.285553 ] } }, +{ "type": "Feature", "properties": { "name": "杭州科技职业技术学院(城区校区)", "address": "文一西路毛家桥26号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.116795, 30.285818 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区起始线职业培训学校", "address": "文一西路37号(杭州科技职业技术学院内)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.116368, 30.286088 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区翠苑第四幼儿园", "address": "翠苑新村四区13幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.121826, 30.286374 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省粮食物资干部学校", "address": "文一西路57号院内", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.116107, 30.286625 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区翠苑第一幼儿园", "address": "翠苑一区49号(翠苑一区社区委员会隔壁)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.127799, 30.286713 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第十三中学(总校)", "address": "翠苑街道教工路155号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134032, 30.287006 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区翠苑第二幼儿园", "address": "翠苑新村二区11-2号(翠柏路地铁站A口步行300米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.127921, 30.289884 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省妇女干部学校", "address": "翠苑三区翠柏路10号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.124165, 30.290135 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市翠苑中学翠苑校区", "address": "翠柏路地铁站B口步行270米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.12601, 30.290304 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区莲花港学前教育集团莲花港幼儿园", "address": "西斗门路146号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.111053, 30.290364 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学教工路校区", "address": "教工路149号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.136285, 30.285306 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学教工路校区东区", "address": "保俶北路92号(下宁桥地铁站A口步行480米)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139563, 30.285438 ] } }, +{ "type": "Feature", "properties": { "name": "大大树幼儿园", "address": "莫干山路493-1", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.144724, 30.286281 ] } }, +{ "type": "Feature", "properties": { "name": "英伦幼儿园", "address": "莫干山路214号浅水湾城市花园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.147339, 30.287051 ] } }, +{ "type": "Feature", "properties": { "name": "杭州电子科技大学文一校区", "address": "保俶北路93号(下宁桥地铁站C口步行390米)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139327, 30.28718 ] } }, +{ "type": "Feature", "properties": { "name": "江心岛小学(北校区)", "address": "古河巷72号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.153132, 30.288085 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区文一街幼儿园白荡海园区", "address": "西溪街道文一路66号白荡海人家", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.143141, 30.289713 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市红缨幼儿园(仓基园区)", "address": "仓基新村45幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149556, 30.291447 ] } }, +{ "type": "Feature", "properties": { "name": "杭州鼎立艺术幼儿园", "address": "湖墅南路427-2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.147126, 30.291938 ] } }, +{ "type": "Feature", "properties": { "name": "五常第二幼儿园(嘉园路园区)", "address": "天目山西路59号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.028187, 30.236415 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区留下幼儿园", "address": "留下大街92号溪林堂", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.057483, 30.240996 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖高级中学", "address": "西溪路999号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.061384, 30.241297 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区黄龙和山幼儿园", "address": "留下街道求和路88号(求是和家园小学对面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.064171, 30.241369 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区闲林海文幼儿园(汀目园区)", "address": "五常大道与汀目路交叉口", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.014741, 30.242698 ] } }, +{ "type": "Feature", "properties": { "name": "绿城育华翡翠城幼儿园", "address": "闲林镇五常大道与高教路交汇处翡翠城西北区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.018726, 30.243739 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区闲林白洋畈幼儿园(翡翠园区)", "address": "高教路与五常大道交叉口北200米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.020002, 30.244705 ] } }, +{ "type": "Feature", "properties": { "name": "五常幼儿园西溪园区", "address": "五常大道五常中学旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.040951, 30.247111 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区百家园路幼儿园", "address": "留下街道百家园路91号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.059075, 30.24761 ] } }, +{ "type": "Feature", "properties": { "name": "英特外国语学校小学部", "address": "上和路125号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.983344, 30.244804 ] } }, +{ "type": "Feature", "properties": { "name": "金成英特西溪海幼儿园", "address": "上和路123号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.9824, 30.244943 ] } }, +{ "type": "Feature", "properties": { "name": "杭州狄邦文理学校", "address": "中泰街道国文路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.92066, 30.245206 ] } }, +{ "type": "Feature", "properties": { "name": "杭州英特外国语学校", "address": "上和路与闲富北路交叉口西南100米", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.982696, 30.24552 ] } }, +{ "type": "Feature", "properties": { "name": "南湖幼儿园尚艺分园", "address": "天目山西路与城东路交叉口(新明半岛门口)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.95452, 30.245674 ] } }, +{ "type": "Feature", "properties": { "name": "浙江杭州肯思外籍人员子女学校", "address": "国文路3号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.920728, 30.246609 ] } }, +{ "type": "Feature", "properties": { "name": "杭州学军中学海创园校区", "address": "余杭街道荆余路379号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.966154, 30.249438 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区仓前海慧幼儿园(瑞亿园区)", "address": "运溪路145号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.969438, 30.249771 ] } }, +{ "type": "Feature", "properties": { "name": "闲林中心小学(上和校区)", "address": "上和路", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.990503, 30.250929 ] } }, +{ "type": "Feature", "properties": { "name": "杭州绿城育华学校(翡翠城校区)", "address": "高教路89号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.014149, 30.247936 ] } }, +{ "type": "Feature", "properties": { "name": "星星艺术幼儿园", "address": "留下街道天目山路409号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.065427, 30.248899 ] } }, +{ "type": "Feature", "properties": { "name": "启蒙幼儿园铭苑园区", "address": "五常街道联胜路江南水乡", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.02676, 30.248903 ] } }, +{ "type": "Feature", "properties": { "name": "西溪华东园幼儿园", "address": "高教路西溪华东园33幢A", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.017896, 30.249074 ] } }, +{ "type": "Feature", "properties": { "name": "五常第二幼儿园西坝路园区", "address": "五常街道西坝路40号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.036201, 30.250204 ] } }, +{ "type": "Feature", "properties": { "name": "天元公学和睦校区", "address": "常教街66号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.010577, 30.250827 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区云庐幼儿园", "address": "西溪路226号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.071272, 30.251118 ] } }, +{ "type": "Feature", "properties": { "name": "五常中心小学(西溪校区)", "address": "宋家湾路188号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.030016, 30.251888 ] } }, +{ "type": "Feature", "properties": { "name": "五常第二幼儿园(花城园区)", "address": "五常街道西溪花城小区17幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.0345, 30.252981 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区凤栖幼儿园", "address": "余杭街道城西路530号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.937044, 30.253464 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区凤欣幼儿园(凤欣园区)", "address": "余杭街道禹航路209-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.94842, 30.255256 ] } }, +{ "type": "Feature", "properties": { "name": "凤凰小学(城南校区)", "address": "余杭街道城南路352号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.945545, 30.256035 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区凤栖幼儿园(官山园区)", "address": "余杭街道城南路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.958571, 30.256465 ] } }, +{ "type": "Feature", "properties": { "name": "南湖幼儿园教育集团", "address": "城南路651号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.938022, 30.257278 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区凤凰小学(城东校区)", "address": "城东路与城南路交叉口西北160米", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.954076, 30.258245 ] } }, +{ "type": "Feature", "properties": { "name": "南湖实验学校", "address": "苕南路与南峰路交叉口西南侧", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.880718, 30.258839 ] } }, +{ "type": "Feature", "properties": { "name": "杭州·马荣凯瑞幼儿园", "address": "绿汀路青枫墅园一期56幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.981876, 30.259324 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区苕溪幼儿园苕溪园区", "address": "余杭街道凤新路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.952884, 30.260921 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区太炎中学", "address": "凤新路81号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.939362, 30.261266 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区海辰中学", "address": "仓前街道俊采街88号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.982452, 30.262867 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区未来科技城海辰幼儿园", "address": "文良路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.984399, 30.264961 ] } }, +{ "type": "Feature", "properties": { "name": "和庄幼儿园", "address": "华元和庄1幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.072188, 30.257188 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属学校", "address": "西溪之星公寓西北门西180米", "type": "科教文化服务;学校;中学|科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.040225, 30.266699 ] } }, +{ "type": "Feature", "properties": { "name": "五常第一幼儿园(耦园园区)", "address": "五常街道洪园社区耦园小区11-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.043873, 30.268624 ] } }, +{ "type": "Feature", "properties": { "name": "杭师大附属五常中学", "address": "荆长大道520号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.043664, 30.271963 ] } }, +{ "type": "Feature", "properties": { "name": "杭州未来科技城维翰幼儿园", "address": "五常街道高教路968-8号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.027948, 30.273246 ] } }, +{ "type": "Feature", "properties": { "name": "蔚澜学校", "address": "高教路", "type": "科教文化服务;学校;小学|科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.026077, 30.273585 ] } }, +{ "type": "Feature", "properties": { "name": "杭州未来科技城海创幼儿园", "address": "溪望路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.018525, 30.274238 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市十三中教育集团文溪中学", "address": "春申街15号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.057221, 30.280224 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭中学", "address": "文一西路2228号(金星地铁站C口步行100米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.964351, 30.266627 ] } }, +{ "type": "Feature", "properties": { "name": "仓前海慧幼儿园(科凯园区)", "address": "葛巷路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.993762, 30.267901 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区未来科技城海云幼儿园(运溪园区)", "address": "仓前街道", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.977808, 30.268044 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区凤欣幼儿园南安园区", "address": "余杭街道南安路58号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.940538, 30.268825 ] } }, +{ "type": "Feature", "properties": { "name": "未来科技城海创幼儿园(爱橙园区)", "address": "仓前街道爱橙街380号-1幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.994466, 30.270509 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区余杭成人文化技术学校", "address": "余杭镇安乐路326号", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.945083, 30.271983 ] } }, +{ "type": "Feature", "properties": { "name": "天元公学", "address": "钱学森路66号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.95604, 30.272023 ] } }, +{ "type": "Feature", "properties": { "name": "杭州现代技工学校", "address": "华一路6-7号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.973299, 30.273353 ] } }, +{ "type": "Feature", "properties": { "name": "杭州芮蕾幼儿园", "address": "仓前街道景兴路666号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.004638, 30.273555 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区凤栖幼儿园(南渠园区)", "address": "禹航大桥的东南侧", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.943281, 30.275289 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭文昌高级中学", "address": "余杭街道太炎路67号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.930527, 30.275387 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区苕溪幼儿园(上湖分园)", "address": "北门头59号中间那家", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.927785, 30.27716 ] } }, +{ "type": "Feature", "properties": { "name": "杭州新东方烹饪学校", "address": "科技大道2888号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.915287, 30.278301 ] } }, +{ "type": "Feature", "properties": { "name": "仓前云溪幼儿园(永乐园区)", "address": "仓前街道长松街126号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.956674, 30.279697 ] } }, +{ "type": "Feature", "properties": { "name": "余杭镇第一中学教育集团(太炎校区)", "address": "余杭镇小东门路49号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.933644, 30.279929 ] } }, +{ "type": "Feature", "properties": { "name": "余杭市第一中学教育集团太炎校区教学楼(南)", "address": "小东门路与通北路交叉口北80米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.934935, 30.280328 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区五常文福幼儿园西溪水岸园区", "address": "五常街道西溪水岸20幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.049586, 30.283043 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区西溪花园幼儿园", "address": "晴川街573号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.061002, 30.283909 ] } }, +{ "type": "Feature", "properties": { "name": "杭州列治文蔚蓝幼儿园", "address": "绿城未来PARK 6B、6C、6D", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.017997, 30.284971 ] } }, +{ "type": "Feature", "properties": { "name": "五常第一幼儿园溪水园园区", "address": "五常街道荆长路602号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.043591, 30.285236 ] } }, +{ "type": "Feature", "properties": { "name": "宜荷幼儿园", "address": "高教路与向往街交叉口奥克斯·创智一号78 910号楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.019559, 30.286309 ] } }, +{ "type": "Feature", "properties": { "name": "溪蝶幼儿园西溪里园区", "address": "文一西路与崇义路交叉口以北龙头坝街内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.061101, 30.288688 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区五常文福幼儿园西溪北苑园区", "address": "五常街道西溪北苑西区64幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.036101, 30.289084 ] } }, +{ "type": "Feature", "properties": { "name": "科德未来幼儿园", "address": "联创街188号(永福地铁站C口步行230米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.024882, 30.289712 ] } }, +{ "type": "Feature", "properties": { "name": "西湖区溪蝶幼儿园", "address": "文一西路崇义路口西溪蝶园小区内紫霞街180号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.065221, 30.289834 ] } }, +{ "type": "Feature", "properties": { "name": "杭州初阳幼儿园", "address": "双龙街199号金色西溪商务中心4-1号楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.067725, 30.291192 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区蒋村花园幼儿园", "address": "蒋村花园晴川街92号蒋村幼儿园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.079044, 30.284303 ] } }, +{ "type": "Feature", "properties": { "name": "西点雅仕苑幼儿园", "address": "影业路3号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.105031, 30.285197 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区文溪幼儿园", "address": "蒋村街道崇仁路86号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.077818, 30.285429 ] } }, +{ "type": "Feature", "properties": { "name": "杭州绿城育华学校-中学部", "address": "文一西路与紫金港立交交叉口东北60米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.087094, 30.287411 ] } }, +{ "type": "Feature", "properties": { "name": "杭州紫荆幼儿园高教园区", "address": "文一西路320号高教新村7幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.096788, 30.287715 ] } }, +{ "type": "Feature", "properties": { "name": "杭州保俶塔实验学校(西溪校区)", "address": "文一西路578号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.078326, 30.288002 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文华中学", "address": "古墩路580号(文新地铁站D口步行170米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.099294, 30.289036 ] } }, +{ "type": "Feature", "properties": { "name": "杭州汉基外籍人员子女学校", "address": "紫金港路与紫金港立交交叉口东北240米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.087314, 30.289492 ] } }, +{ "type": "Feature", "properties": { "name": "文新幼儿园", "address": "文新街道古墩路580-2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.099704, 30.290015 ] } }, +{ "type": "Feature", "properties": { "name": "春蕾中学", "address": "仙林桥直街82号(中河北路地铁站B2口步行440米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.170803, 30.261692 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市人民职业学校-人民中学", "address": "建国北路回龙庙32-1号杭州市人民职业学校", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.183004, 30.261878 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市人民职业学校", "address": "建国北路回龙庙前32-1号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.18273, 30.26191 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市新华实验幼托园", "address": "池塘巷1号(中河北路地铁站C口步行390米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.174045, 30.262041 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市凤栖幼儿园", "address": null, "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185874, 30.262567 ] } }, +{ "type": "Feature", "properties": { "name": "杭州青春中学(前进校区)", "address": "刀茅巷167号(建国北路地铁站A口步行320米)", "type": "科教文化服务;学校;中学|科教文化服务;培训机构;培训机构", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185607, 30.265106 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东园婴幼教育集团锦园分园", "address": "大树路37(建国北路地铁站A口步行150米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.182768, 30.265384 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大成岳家湾实验学校", "address": "凤起路新华坊7幢岳家湾5号", "type": "科教文化服务;学校;中学|科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178079, 30.265571 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市长寿桥小学(长寿校区)", "address": "孩儿巷234号(凤起路地铁站B口旁)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.162733, 30.262906 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第十四中学凤起校区", "address": "武林街道凤起路580号(凤起路地铁站E口步行310米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158595, 30.264116 ] } }, +{ "type": "Feature", "properties": { "name": "安吉路实验学校武林校部", "address": "武林路255号(凤起路地铁站E口步行250米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160161, 30.26459 ] } }, +{ "type": "Feature", "properties": { "name": "杭州武林幼儿园", "address": "孝丰路15号(凤起路地铁站E口步行480米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.159017, 30.26536 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市长寿桥小学(凤起校区)", "address": "余官巷3号(中河北路地铁站B1口步行420米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167601, 30.265409 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市人民政府机关幼儿园东园", "address": "灯芯巷25(凤起路地铁站D1口步行270米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.162408, 30.265686 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市安吉路实验学校", "address": "安吉路19号", "type": "科教文化服务;学校;中学|科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158553, 30.266404 ] } }, +{ "type": "Feature", "properties": { "name": "安吉路实验学校戒坛校部", "address": "武林路255号安吉路实验学校武林校部", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.161813, 30.266611 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市安吉路幼儿园(戒坛校部)", "address": "直戒坛寺巷12号(凤起路地铁站D1口步行480米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.162131, 30.267426 ] } }, +{ "type": "Feature", "properties": { "name": "杭州天水幼儿教育集团天水园区", "address": "中山北路437-1号(武林广场地铁站E口步行480米)", "type": "科教文化服务;学校;幼儿园|商务住宅;住宅区;住宅小区", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166658, 30.269225 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第九中学", "address": "双菱路152号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.196424, 30.260775 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学华家池幼儿园", "address": "凯旋路258号浙江大学华家池校区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.196901, 30.26683 ] } }, +{ "type": "Feature", "properties": { "name": "茅以升实验学校", "address": "景芳二区35幢", "type": "科教文化服务;学校;小学|科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.202185, 30.268574 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学(华家池校区)", "address": "凯旋路268号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19546, 30.269214 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第十四中学教育集团艮山中学", "address": "刀茅巷258号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.186735, 30.269648 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市凯旋华家池幼儿园", "address": "严家路420号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.196991, 30.273581 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市艮山路学校", "address": "艮山支三路6号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.196287, 30.277869 ] } }, +{ "type": "Feature", "properties": { "name": "京江幼儿园", "address": "闸弄口横路54号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.193464, 30.278372 ] } }, +{ "type": "Feature", "properties": { "name": "东园小学(东园校区)", "address": "东园街194-197号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185029, 30.266677 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州高级中学(贡院校区)", "address": "凤起路238号(中河北路地铁站B1口步行140米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.172161, 30.266873 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东园婴幼园", "address": "艮园1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185664, 30.267674 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大成实验幼儿园大成园区", "address": "岳家湾50(建国北路地铁站C口步行480米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.17855, 30.267756 ] } }, +{ "type": "Feature", "properties": { "name": "下城区育苗幼儿园", "address": "永康苑25(宝善桥地铁站C口步行230米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.182835, 30.27207 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市京都实验幼托园", "address": "京都苑17", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.177071, 30.276252 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市星辰幼儿园", "address": null, "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171874, 30.277171 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市开元商贸职业学校(施家桥校区)", "address": "朝晖路169号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.172912, 30.277943 ] } }, +{ "type": "Feature", "properties": { "name": "绿洲花园幼儿园(广厦·绿洲吉家公寓东)", "address": "绿洲花园22", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171347, 30.278875 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省教育科学研究院附属实验学校", "address": "机场路里街39号(近机场路)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.188628, 30.280242 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市兰苑幼儿园紫薇园区", "address": "机场路里街45号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.188598, 30.281199 ] } }, +{ "type": "Feature", "properties": { "name": "杭州濮家幼儿园教育集团濮家园区", "address": "濮家新村49-1号(闸弄口地铁站D口步行410米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.195711, 30.283921 ] } }, +{ "type": "Feature", "properties": { "name": "浙江特殊教育职业学院(天城路校区)", "address": "范家路11-2附近", "type": "科教文化服务;学校;高等院校|科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.200692, 30.285788 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省华强中等职业学校", "address": "天城路145号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.20093, 30.286376 ] } }, +{ "type": "Feature", "properties": { "name": "上城区教师进修学校附校", "address": "笕桥街道董家桥路58号", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.188251, 30.287905 ] } }, +{ "type": "Feature", "properties": { "name": "杭州天杭教育集团(兰苑校区)", "address": "闸弄口街道三里亭董家桥路239号", "type": "科教文化服务;学校;小学|公司企业;公司;公司", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.188219, 30.28792 ] } }, +{ "type": "Feature", "properties": { "name": "教师进修学校附校杭州天杭教育集团桂苑校区", "address": "董家桥路58号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.193563, 30.290222 ] } }, +{ "type": "Feature", "properties": { "name": "教师进修学校附校杭州天杭教育集团桂苑校区", "address": "董家桥路58号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.193639, 30.290245 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市开元商贸职业学校", "address": "绍兴支路29号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.179634, 30.281419 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市现代实验小学(朝晖二区校区)", "address": "朝晖二小区29号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.170778, 30.2842 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市绿洲花园幼儿园(文晖园区)", "address": "收文晖街道东新路21号九龙仓君玺里面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.174689, 30.284616 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市星辰幼儿园(朝四园区)", "address": "朝晖四小区13-14幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171213, 30.285786 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工业大学附属中学光明巷校区", "address": "潮王路37-1号朝晖六区光明巷", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.170699, 30.289709 ] } }, +{ "type": "Feature", "properties": { "name": "德胜东村幼儿园", "address": "德胜东村49", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171318, 30.298103 ] } }, +{ "type": "Feature", "properties": { "name": "杭州德天实验小学", "address": "德胜东村50幢", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171936, 30.298531 ] } }, +{ "type": "Feature", "properties": { "name": "杭州明珠实验学校中学部", "address": "岳营巷60号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175916, 30.300182 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市开元商贸职业学校(长德弄)", "address": "三塘长德弄212号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.170347, 30.303758 ] } }, +{ "type": "Feature", "properties": { "name": "三塘实验幼托园长兴园区", "address": "东新街道载歌巷2号(东新园地铁站C口步行380米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.173856, 30.306082 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市现代实验小学朝晖六区校区", "address": "朝晖六区育才巷31号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167643, 30.288225 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市朝晖新村五区幼儿园", "address": "文昌巷与潮王路交叉口东南120米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.163055, 30.288548 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工业大学朝晖校区", "address": "潮王路18号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165978, 30.292937 ] } }, +{ "type": "Feature", "properties": { "name": "浙江商业职业技术学院德胜校区", "address": "德胜路238号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.156625, 30.294307 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工业大学(假山校区)", "address": "上塘街道假山路33号浙江工业大学假山校区", "type": "科教文化服务;学校;高等院校|生活服务;生活服务场所;生活服务场所", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.157247, 30.295112 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工业大学幼儿园", "address": "潮王路75号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.168341, 30.295168 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市德胜幼儿园", "address": "德苑路106号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.161293, 30.296857 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第十一中学(德胜校区)", "address": "德苑路97号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.163079, 30.299606 ] } }, +{ "type": "Feature", "properties": { "name": "红缨幼儿园大关园区", "address": "大关南五苑15", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.159705, 30.300931 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市兰苑幼儿园", "address": "机场路1巷109号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189009, 30.290497 ] } }, +{ "type": "Feature", "properties": { "name": "杭州天杭教育集团橘苑校区", "address": "工农路与董家桥路交叉口东北角", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.195858, 30.291371 ] } }, +{ "type": "Feature", "properties": { "name": "浙江师范大学附属杭州笕桥实验中学", "address": "环站北路与学风巷交汇处西南", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.203245, 30.29348 ] } }, +{ "type": "Feature", "properties": { "name": "浙江师范大学笕桥教育集团笕桥实验中学", "address": "笕桥镇", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.203227, 30.293489 ] } }, +{ "type": "Feature", "properties": { "name": "天杭实验学校", "address": "顾家畈路20号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.192505, 30.294055 ] } }, +{ "type": "Feature", "properties": { "name": "紫荆花幼儿园(亭苑街)", "address": "三里亭苑三区20-1", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.188466, 30.294435 ] } }, +{ "type": "Feature", "properties": { "name": "杭州濮家小学教育集团(笕新校区)", "address": "笕桥镇机场路110号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.203921, 30.297719 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大成实验学校", "address": "三里亭路155号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.188748, 30.299134 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市笕杭幼儿园锦润园区", "address": "锦润公寓旁(驿城路地铁站A口步行240米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.200596, 30.299629 ] } }, +{ "type": "Feature", "properties": { "name": "东新实验幼托园", "address": "东孚信苑10幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178259, 30.311123 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜蓝实验小学(东新园校区)", "address": "东新园孚信苑11号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178167, 30.311548 ] } }, +{ "type": "Feature", "properties": { "name": "杭州观成实验学校", "address": "颜三路58号(东新园地铁站B口步行490米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.173305, 30.311778 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东新实验幼托园(新悦园区)", "address": "门婆弄96号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185231, 30.313559 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜蓝实验中学", "address": "长浜路361号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.182291, 30.313664 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜蓝实验小学越胜校区", "address": "沈家路星浜巷68号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185744, 30.314361 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第一机械技工学校", "address": "重机巷58号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175444, 30.317456 ] } }, +{ "type": "Feature", "properties": { "name": "安吉路教育集团新天地实验学校", "address": "新天地街499号(新天地街地铁站B2口步行140米)", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178143, 30.31936 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市笕杭幼儿园天阳园区", "address": "笕桥街道尚城国际驿城140号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.197274, 30.302415 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市笕弘实验学校", "address": "全福桥路519号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.197126, 30.303712 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省农业科学院幼儿园", "address": "石桥路198号农科院", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.194774, 30.309323 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市求知教育集团学校求真校区", "address": "新汇路155号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19704, 30.326839 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大成幼儿教育集团佳成分园", "address": "新汇路109号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.197346, 30.328538 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市明珠实验学校", "address": "石祥路38号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19047, 30.33069 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市凤栖幼儿园", "address": "石祥路与石桥南苑交叉口北220米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189606, 30.331501 ] } }, +{ "type": "Feature", "properties": { "name": "翠苑第三幼儿园", "address": "翠苑新村三区63号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.120609, 30.290488 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区文一街幼儿园", "address": "文一路122号金都城市芯宇7幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.136095, 30.290533 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区翠苑第一幼儿园蓝庭园区", "address": "庆隆路9号对面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.122342, 30.292031 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市湖墅学校", "address": "余杭塘路138号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.126612, 30.294988 ] } }, +{ "type": "Feature", "properties": { "name": "大关小学(学院路校区)", "address": "余杭塘路108号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.129887, 30.295253 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市童星幼儿园(申悦园区)", "address": "棠子桥路与登云路交叉口西220米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.1161, 30.295635 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学文晖实验学校", "address": "隐秀路333号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.124777, 30.298151 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市卖鱼桥小学教育集团湖墅校区", "address": "湖墅新村16号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.146138, 30.292621 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市贾家弄幼儿园(贾家弄园区)", "address": "贾家弄新村7幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.143944, 30.296487 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中策职业学校霞湾校区", "address": "霞湾巷65号(香积寺地铁站C口步行340米)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149677, 30.296846 ] } }, +{ "type": "Feature", "properties": { "name": "树兰中学", "address": "贾家弄新村8-1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.142845, 30.296893 ] } }, +{ "type": "Feature", "properties": { "name": "霞湾幼儿园", "address": "霞湾巷77号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.151503, 30.297653 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大关实验中学", "address": "湖墅街道香积寺路365号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148851, 30.298007 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大关中学教育集团董家校区", "address": "莫干山路386号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.137894, 30.298744 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大关中学附属小学", "address": "和睦路79-1号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.140042, 30.299359 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市长乐幼儿园", "address": "长乐路38号(香积寺地铁站A口步行60米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148033, 30.301626 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市锦绣中学", "address": "登云路丰登街东口", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.116518, 30.299864 ] } }, +{ "type": "Feature", "properties": { "name": "锦绣幼儿园", "address": "锦绣中学北面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.116291, 30.300963 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市童星幼儿园", "address": "祥符街道月亮路46号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.126629, 30.301195 ] } }, +{ "type": "Feature", "properties": { "name": "京杭幼儿园", "address": "赵伍路298号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.136048, 30.302756 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州长征中学", "address": "莫干山路536号(北大桥地铁站D口步行320米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.131808, 30.304033 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市育才登云小学", "address": "永固巷9号(和睦地铁站D4口步行440米)", "type": "科教文化服务;学校;小学|科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.120745, 30.304327 ] } }, +{ "type": "Feature", "properties": { "name": "杭州汽车高级技工学校", "address": "莫干山路558号(北大桥地铁站A口旁)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.12962, 30.305064 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市登云幼儿园", "address": "永固巷102号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.123019, 30.30552 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市京都实验幼托园嘟堡园区", "address": "杨六堡路19号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.169016, 30.301273 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第十一中学", "address": "八丈井东路150号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.16086, 30.302782 ] } }, +{ "type": "Feature", "properties": { "name": "杭州闻首幼儿园", "address": "绍兴路400弄15号闻首幼儿园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167349, 30.302945 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市实验幼儿园", "address": "大关东五苑1幢大关苑路6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.154994, 30.303639 ] } }, +{ "type": "Feature", "properties": { "name": "行知中学", "address": "大关西四苑58号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.155307, 30.307011 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市风帆中学", "address": "绿柳巷55号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166665, 30.309957 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西园实验幼儿园(灯塔园区)", "address": "颜三路212号灯塔豪园2幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167081, 30.311269 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市贾家弄第二幼儿园", "address": "绍兴路580号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.155133, 30.312969 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西园实验幼儿园", "address": "新西路288号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167047, 30.313782 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市卖鱼桥小学(文汇校区)", "address": "仁和仓街80号(香积寺地铁站B口步行270米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.146058, 30.301845 ] } }, +{ "type": "Feature", "properties": { "name": "紫荆幼儿园大关园区", "address": "大关西六苑1", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.152146, 30.305791 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大关苑实验幼儿园(大苑路)", "address": "大关苑路43号(大关地铁站A口步行410米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.153911, 30.308279 ] } }, +{ "type": "Feature", "properties": { "name": "杭州育才中学", "address": "大运河商务区冠军路8号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.145706, 30.310062 ] } }, +{ "type": "Feature", "properties": { "name": "文华学前教育集团", "address": "锦鸿街杭州市文华幼儿园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.140872, 30.310857 ] } }, +{ "type": "Feature", "properties": { "name": "紫荆幼儿园(冠军路)", "address": "冠军路紫荆家园20号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.144668, 30.311185 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市贾家弄幼儿园大浒园区", "address": "上绍路大浒东苑7幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.15173, 30.311379 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市小河小学", "address": "赵伍路111号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.13154, 30.306564 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市申花实验幼儿园(申花园区)", "address": "塘萍路381号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.10836, 30.306673 ] } }, +{ "type": "Feature", "properties": { "name": "杭州蓓蕾幼儿园", "address": "赵伍路小河佳苑北区17幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.129831, 30.308041 ] } }, +{ "type": "Feature", "properties": { "name": "大关小学教育集团(申花校区)", "address": "申花路与益乐路交叉口申花路308号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.108374, 30.308441 ] } }, +{ "type": "Feature", "properties": { "name": "和睦小学", "address": "和睦新村15幢1号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.124528, 30.309681 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市拱墅区宸新幼儿园", "address": "方家埭路九龙仓珑玺一期对面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.116079, 30.30974 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市育才东坡中学", "address": "登云路220号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.127031, 30.310371 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市启航中学", "address": "和睦新村46(和睦地铁站A口步行490米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.124408, 30.311264 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市蓓蕾幼儿园西塘河园区", "address": "和盛街50号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134028, 30.31235 ] } }, +{ "type": "Feature", "properties": { "name": "华东师范大学附属杭州学校", "address": "永固巷871号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.109311, 30.312882 ] } }, +{ "type": "Feature", "properties": { "name": "杭州运河学校", "address": "和睦路525号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.127764, 30.313001 ] } }, +{ "type": "Feature", "properties": { "name": "杭州桑庐私立幼儿园", "address": "杭印街96号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.135564, 30.316501 ] } }, +{ "type": "Feature", "properties": { "name": "文澜幼儿园(碧玺园区)", "address": "杭印街与后横港路交叉口东北60米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134393, 30.316528 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市紫荆幼儿园吉如园区", "address": "通益路47号吉如家园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.128021, 30.317006 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市实验学校", "address": "和睦路785号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.117878, 30.317945 ] } }, +{ "type": "Feature", "properties": { "name": "唯诗礼幼儿园(拱墅园)", "address": "春雀街60号(花园岗地铁站B口步行270米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.108576, 30.318477 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市拱宸桥幼儿园", "address": "祥符街道通益路109-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.129276, 30.319554 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文澜实验学校", "address": "风景街222号", "type": "科教文化服务;学校;中学|科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.135476, 30.322521 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市舟山路幼儿园", "address": "新昌路6号(拱宸桥东地铁站B口步行490米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.144697, 30.31529 ] } }, +{ "type": "Feature", "properties": { "name": "浙江第二人民警察学校国际关系学院杭州校区", "address": "七古路88号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.154022, 30.31615 ] } }, +{ "type": "Feature", "properties": { "name": "浙大城市学院附属学校", "address": "树人街18号(拱宸桥东地铁站D口步行300米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.151667, 30.316197 ] } }, +{ "type": "Feature", "properties": { "name": "文澜幼儿园", "address": "小河路405号(大运河地铁站D口步行450米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.136202, 30.31907 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学金华路校区", "address": "金华路120号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.142687, 30.321525 ] } }, +{ "type": "Feature", "properties": { "name": "东方明艺幼儿园", "address": "新昌路133号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.14367, 30.322103 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市源清中学", "address": "湖州街69号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.151157, 30.32385 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市拱宸中学", "address": "永庆路6号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.143887, 30.326706 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市拱宸桥小学左岸校区", "address": "永庆路88号左岸花园", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.142744, 30.328415 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市飞虹路幼儿园", "address": "秋霞街与冬泽巷交叉口东北80米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.105599, 30.317482 ] } }, +{ "type": "Feature", "properties": { "name": "蓝宸幼儿园", "address": "春雀街与工发路路口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.104502, 30.319164 ] } }, +{ "type": "Feature", "properties": { "name": "三墩镇中心幼儿园", "address": "庙前街55号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.082269, 30.319922 ] } }, +{ "type": "Feature", "properties": { "name": "西湖区申花路幼儿园秀月园区", "address": "三墩镇祥符南路(秀月家园旁)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.09695, 30.321302 ] } }, +{ "type": "Feature", "properties": { "name": "长阳中学", "address": "长阳路55号对面", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.094799, 30.324321 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大关小学教育集团(祥符校区)", "address": "祥符路18号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.105657, 30.324443 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市乐莺幼儿园", "address": "三墩镇长阳路8号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.094124, 30.324882 ] } }, +{ "type": "Feature", "properties": { "name": "永正实验学校", "address": "三墩路70号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.100981, 30.327204 ] } }, +{ "type": "Feature", "properties": { "name": "杭州祥符镇中心幼儿园", "address": "长阳路328号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.094401, 30.327218 ] } }, +{ "type": "Feature", "properties": { "name": "浙江树人学院拱宸桥校区南校区", "address": "树人街8号(善贤地铁站D1口步行490米)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.156544, 30.3173 ] } }, +{ "type": "Feature", "properties": { "name": "浙江树人学院拱宸桥校区", "address": "树人街8号(善贤地铁站B2口步行390米)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.157632, 30.31875 ] } }, +{ "type": "Feature", "properties": { "name": "浙江树人学院北校区", "address": "舟山东路36号(善贤地铁站B2口步行320米)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158851, 30.320383 ] } }, +{ "type": "Feature", "properties": { "name": "浙大城市学院(南校区)", "address": "湖州街51号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.155455, 30.32276 ] } }, +{ "type": "Feature", "properties": { "name": "浙大城市学院附属幼儿园", "address": "拱墅区景宁巷200号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.162854, 30.324825 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市红缨实验幼儿园", "address": "石祥路239号双湾国际城20栋", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160749, 30.328643 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属仓前云溢幼儿园(景苑园区)", "address": "余杭塘路2520号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.994793, 30.282442 ] } }, +{ "type": "Feature", "properties": { "name": "天元公学(西站校区)", "address": "仓兴街899号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.977444, 30.283917 ] } }, +{ "type": "Feature", "properties": { "name": "天元公学西站校区幼儿园", "address": "仓兴街688号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.980074, 30.284877 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属仓前云溢幼儿园(仓溢园区)", "address": "余杭塘南路东莲街999号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.993399, 30.285512 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属仓前实验幼儿园文泽园区", "address": "仓前街道仓兴街232号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.994992, 30.290118 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属仓前实验中学", "address": "仓前街道仓兴街348-1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.993555, 30.290749 ] } }, +{ "type": "Feature", "properties": { "name": "杭师大附属仓前实验幼儿园乾仓园区", "address": "仓前街道乾仓街188号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.99799, 30.291145 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区苕溪幼儿园义桥分园", "address": "新庵前65号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.895896, 30.295702 ] } }, +{ "type": "Feature", "properties": { "name": "大禹小学(永建校区)", "address": "余杭街道洪桐村章家头40号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.931355, 30.299741 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区紫荆幼儿园", "address": "紫荆花路290号(文新地铁站B口步行490米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.093232, 30.290338 ] } }, +{ "type": "Feature", "properties": { "name": "杭州绿城育华学校", "address": "紫金港路辅路与紫霞街交叉口东200米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.086468, 30.290508 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区诚园幼儿园(诚园园区)", "address": "紫霞街8号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.08132, 30.290552 ] } }, +{ "type": "Feature", "properties": { "name": "之江外语实验学校", "address": "文一西路102号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.105566, 30.290618 ] } }, +{ "type": "Feature", "properties": { "name": "紫霞幼儿园", "address": "双龙街与崇信路交叉口西北60米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.079976, 30.292103 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学紫金港校区医学院", "address": "余杭塘路866号浙江大学紫金港校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.084237, 30.296101 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学紫金港校区生命科学学院", "address": "余杭塘路866号浙江大学紫金港校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.09006, 30.296478 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学(紫金港校区)管理学院", "address": "余杭塘路866号浙江大学(紫金港校区)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.07559, 30.296595 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学紫金港校区药学院", "address": "余杭塘路866号浙江大学紫金港校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.086065, 30.296629 ] } }, +{ "type": "Feature", "properties": { "name": "政苑幼儿园", "address": "政苑服务中心西北门西180米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.102197, 30.297004 ] } }, +{ "type": "Feature", "properties": { "name": "西庐幼儿园", "address": "五常港路与紫霞街交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.056135, 30.291528 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属幼儿园(仓前校区)", "address": "余杭塘路1995-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.021235, 30.292514 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学仓前校区", "address": "余杭塘路2318号(杭师大仓前地铁站A口步行130米)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.016255, 30.292797 ] } }, +{ "type": "Feature", "properties": { "name": "杭州十五中(崇德校区)", "address": "蒋村街道双龙街386号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.059516, 30.294297 ] } }, +{ "type": "Feature", "properties": { "name": "杭州维翰学校(余杭塘路校区)", "address": "余杭塘路1482号(繁慧路260号)", "type": "科教文化服务;学校;中学|餐饮服务;中餐厅;中餐厅", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.031839, 30.295001 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区五常第三幼儿园(天空之城西园区)", "address": "天空之城", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.037802, 30.297187 ] } }, +{ "type": "Feature", "properties": { "name": "杭州学军中学(紫金港校区)", "address": "花蒋路(蒋村地铁站A2口步行390米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.067974, 30.298083 ] } }, +{ "type": "Feature", "properties": { "name": "文新学前教育集团-文鼎苑幼儿园", "address": "古墩路635号(近沃尔玛)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.096769, 30.297791 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学紫金港校区经济学院", "address": "余杭塘路866号浙江大学紫金港校区成均苑7幢", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.078786, 30.298159 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市紫金港中学", "address": "三墩镇团圆巷8号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.099668, 30.298177 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学(紫金港校区)西区", "address": "水上公交2号线(杨家桥-紫荆花路)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.075965, 30.301768 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学(紫金港校区)", "address": "余杭塘路866号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.081964, 30.302761 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市和苑幼儿园", "address": "竞舟北路118号(三坝地铁站B4口步行440米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.101817, 30.303277 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市保俶塔申花实验学校", "address": "竞舟北路189号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.098996, 30.308644 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区五常第三幼儿园(天空之城东园区)", "address": "天空之城(五常地铁站B口步行480米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.044182, 30.298259 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学仓前校区C区", "address": "余杭塘路2318号杭州师范大学仓前校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.019506, 30.298532 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区河滨幼儿园", "address": "五常港路溪云巷6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.061636, 30.299415 ] } }, +{ "type": "Feature", "properties": { "name": "浙大紫金港幼儿园", "address": "五常港路与蒋墩路交叉路口往西北约50米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.068735, 30.301454 ] } }, +{ "type": "Feature", "properties": { "name": "杭州云谷幼儿园(云谷校区)", "address": "三墩镇荆大路209号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.034814, 30.311895 ] } }, +{ "type": "Feature", "properties": { "name": "都市阳光幼儿园(云里园区)", "address": "和洪路61号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.047829, 30.311977 ] } }, +{ "type": "Feature", "properties": { "name": "杭州普普幼儿园", "address": "三墩镇振华路与西园四路西港白领公寓东区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.070147, 30.313276 ] } }, +{ "type": "Feature", "properties": { "name": "杭州云谷学校", "address": "三墩镇荆大路269号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.033914, 30.313904 ] } }, +{ "type": "Feature", "properties": { "name": "和安幼儿园", "address": "振中路52号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.052711, 30.316113 ] } }, +{ "type": "Feature", "properties": { "name": "杭州三联中考复读学校(三墩校区)", "address": "三墩镇科技园西园九路6号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.064697, 30.31852 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区申花路幼儿园(申花路园区)", "address": "三墩镇秀里街杭州东仁堂秀浩中医门诊部申花路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.098804, 30.310447 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区天虹幼儿园水月园区", "address": "三墩镇温州村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.092817, 30.310479 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区紫萱幼儿园西园路分园", "address": "萃紫街6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.075102, 30.31066 ] } }, +{ "type": "Feature", "properties": { "name": "西湖区天虹幼儿园", "address": "三墩镇城北商贸园34幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.091604, 30.312611 ] } }, +{ "type": "Feature", "properties": { "name": "文鼎苑幼儿园宝嘉誉府园区", "address": "文鼎苑幼儿园东门旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.08135, 30.313185 ] } }, +{ "type": "Feature", "properties": { "name": "兰里幼儿园", "address": "集研弄与南阳坝巷交叉口西南80米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.080699, 30.3141 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属中学", "address": "三墩镇振华路5号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.085319, 30.315893 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市三墩中学", "address": "振华路9号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.082511, 30.315968 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属中学新疆部", "address": "三墩振华路5号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.088067, 30.316463 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属中学国际部", "address": "振华路5-1号附近", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.088271, 30.31714 ] } }, +{ "type": "Feature", "properties": { "name": "金地幼儿园", "address": "池华与墩余路交叉口西北角(池华街地铁站D3口旁)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.06568, 30.325968 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区紫萱幼儿园", "address": "紫宣路330号(池华街地铁站E口步行260米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.071315, 30.327099 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市电子信息职业学校双桥校区", "address": "方油段010县道", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.039761, 30.328087 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市云城中学(紫金港中学三墩校区)", "address": "莲紫路与草鞋桥弄交叉口", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.061702, 30.329979 ] } }, +{ "type": "Feature", "properties": { "name": "西湖区云城幼儿园", "address": "莲紫路1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.060475, 30.33082 ] } }, +{ "type": "Feature", "properties": { "name": "双桥幼儿园", "address": "墩余路与智强路交叉口东北260米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.03861, 30.330978 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区文新学前教育集团花语城幼儿园", "address": "贝家街1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.064065, 30.331353 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文理中学", "address": "欣然路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.072467, 30.332322 ] } }, +{ "type": "Feature", "properties": { "name": "西湖大学(云谷校区)", "address": "墩余路600号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.036295, 30.334034 ] } }, +{ "type": "Feature", "properties": { "name": "绕城幼儿园", "address": "G25长深高速与紫金港枢纽交叉口西400米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.054895, 30.3375 ] } }, +{ "type": "Feature", "properties": { "name": "大禹路幼儿园同仁园区", "address": "广业街与金兰巷交叉口西60米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.082505, 30.327968 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市弘益中学", "address": "三墩街道金兰巷9号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.081746, 30.328738 ] } }, +{ "type": "Feature", "properties": { "name": "三墩慧仁家园幼儿园", "address": "嘉仁路与墩祥街交叉口北140米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.077587, 30.329851 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市长青幼儿园", "address": "祥符镇都市水乡广业街281号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.093656, 30.331319 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市乐悦幼儿园", "address": "孔家埭路333-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.097811, 30.331497 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区大禹路幼儿园", "address": null, "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.080415, 30.332536 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区自在城幼儿园", "address": "三墩镇欣然街145号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.072594, 30.334313 ] } }, +{ "type": "Feature", "properties": { "name": "绿城育华亲亲幼儿园", "address": "良渚金家渡亲亲家园一期内文涛坊", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.091303, 30.335166 ] } }, +{ "type": "Feature", "properties": { "name": "杭州绿城育华亲亲学校", "address": "良渚街道朱家路2号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.094818, 30.335526 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区凤欣幼儿园永建园区", "address": "余杭街道洪桐村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.931049, 30.30038 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属仓前实验幼儿园", "address": "吴山前村80号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.9782, 30.313764 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区良渚七贤幼儿园(歌罗桥园区)", "address": "良渚街道大陆村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.003169, 30.33242 ] } }, +{ "type": "Feature", "properties": { "name": "径山镇长乐幼儿园", "address": "余杭区径山镇径山中路19号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.853279, 30.335299 ] } }, +{ "type": "Feature", "properties": { "name": "金舟城幼儿园", "address": "长乐村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.856694, 30.337472 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区良渚七贤幼儿园(大溪谷园区)", "address": "万科溪谷岚湾", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.990615, 30.343583 ] } }, +{ "type": "Feature", "properties": { "name": "杭州学军中学教育集团径山高级中学", "address": "235国道与长西线交叉口西北220米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.852756, 30.344217 ] } }, +{ "type": "Feature", "properties": { "name": "七贤郡幼儿园", "address": "良渚文化村七贤郡东区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.006548, 30.347451 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市委党校余杭区分校", "address": "北京航空航天大学-中法航空学院南侧", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.972801, 30.351259 ] } }, +{ "type": "Feature", "properties": { "name": "径山镇中心学校", "address": "毛潘线", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.879508, 30.364544 ] } }, +{ "type": "Feature", "properties": { "name": "西点铭雅幼儿园", "address": "古墩路延伸段铭雅苑东区(金家渡地铁站D口步行140米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.085493, 30.338443 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市吉鸿中学", "address": "金家汇路669号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.076712, 30.342781 ] } }, +{ "type": "Feature", "properties": { "name": "沈括中学", "address": "良渚街道通运路70号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.102836, 30.344478 ] } }, +{ "type": "Feature", "properties": { "name": "良渚勾庄幼儿园金家渡分园", "address": "曹家路69号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.085167, 30.346111 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区庄吉幼儿园", "address": "金庄路160号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.075039, 30.346124 ] } }, +{ "type": "Feature", "properties": { "name": "杭州余杭东方未来学校", "address": "勾庄金家渡北路王家塘路180号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.083896, 30.34627 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区西塘雅苑幼儿园白洋里园区", "address": "白洋港路与金庄路交叉口东南220米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.081228, 30.34652 ] } }, +{ "type": "Feature", "properties": { "name": "杭运幼儿园(小洋坝园区)", "address": "良渚街道运来巷51号(好运街地铁站D2口步行410米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.101599, 30.347171 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区良渚古墩路小学(金家渡校区)", "address": "西塘雅苑", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.086878, 30.347394 ] } }, +{ "type": "Feature", "properties": { "name": "良渚西塘雅苑幼儿园(南园)", "address": "良渚街道莫干山路西塘花苑小区2-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.088156, 30.347924 ] } }, +{ "type": "Feature", "properties": { "name": "杭州文澜中学", "address": "通益路301号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.129648, 30.325018 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市红缨幼儿园西岸园区", "address": "文岚街100号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134997, 30.326667 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文澜实验中学(南区)", "address": "运河万科中心A区附近", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.128743, 30.326954 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市花园幼儿园", "address": "锦文雅苑11号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.129035, 30.327712 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大关中学郭家厍校区", "address": "花园岗街杭州市大关实验中学", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.128002, 30.327979 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市运河幼儿园", "address": "上祥路201号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.120179, 30.331741 ] } }, +{ "type": "Feature", "properties": { "name": "浙江师范大学附属星澜中学", "address": "祥宏路100号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.108653, 30.332513 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市红缨西岸幼儿园壹粒园区", "address": "筑研路16号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134585, 30.334738 ] } }, +{ "type": "Feature", "properties": { "name": "贝尔树幼儿园", "address": "祥园路108号三期E座(星澜小学北门)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.121054, 30.335352 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市长青幼儿园创想家园区", "address": "南坝弄100号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.108076, 30.335493 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市祥瑞幼儿园", "address": "祥瑞路110号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.125717, 30.335535 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市运河湾实验学校", "address": "祥符街道筑研路99号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.133, 30.336793 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大关苑实验幼儿园(总管路)", "address": "祥园路251号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.126949, 30.337506 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区杭运幼儿园北宸园区", "address": "良渚街道兰陵街90号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.126032, 30.341708 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市杭行路小学谢村校区", "address": "良渚街道通运街和通益路口", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.129573, 30.344068 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区良渚杭行幼儿园谢村园区", "address": "良渚街道通运街112号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.129943, 30.345392 ] } }, +{ "type": "Feature", "properties": { "name": "良渚杭行幼儿园好运路园区", "address": "良渚街道北软路1655号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.118861, 30.349904 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市慧澜中学", "address": "上塘街道长滨街76号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166831, 30.335238 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市北秀幼儿园", "address": "北秀街和秀锦巷11号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166284, 30.346657 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市景莘幼儿园", "address": "景莘街689号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158481, 30.347999 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市康运幼儿园永和园区", "address": "康桥人家10-1幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.154915, 30.363003 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市拱墅区大关新人幼儿园", "address": "康桥街道吴家墩新人公寓7幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160874, 30.365734 ] } }, +{ "type": "Feature", "properties": { "name": "崇贤第二幼儿园(向阳园区)", "address": "尚德路116号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165766, 30.378338 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇贤第二幼儿园卧龙浜园区", "address": "崇贤街道卧龙浜路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.160548, 30.385087 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇贤第三幼儿园晨暖园区", "address": "崇贤街道石前路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.155383, 30.385345 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇贤第二幼儿园(崇杭园区)", "address": "崇贤街道前村街208号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167635, 30.385899 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属崇贤中学", "address": "塘康路与前村街交汇处", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165437, 30.386548 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市康运幼儿园(御港园区)", "address": "御港街9号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.140939, 30.346194 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市育才大城北学校", "address": "顾扬路518号(平安桥地铁站B2口步行400米)", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.142481, 30.35424 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市康桥幼儿园(大城北园区)", "address": "平安桥路9号(平安桥地铁站D口步行300米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.143914, 30.355026 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州康桥中学", "address": "康桥镇康桥街道学前路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148183, 30.367061 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文渊小学(新城校区)", "address": "蒋家桥街398号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139118, 30.369311 ] } }, +{ "type": "Feature", "properties": { "name": "红缨·杭州市新城实验幼儿园", "address": "安潭街3号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.13998, 30.369743 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市源清第二高级中学", "address": "龙腾街357号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149519, 30.37602 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第十四中学附属学校", "address": "龙腾街501号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.136462, 30.376091 ] } }, +{ "type": "Feature", "properties": { "name": "崇贤第二幼儿园杨家浜园区", "address": "龙腾街与康杨路交叉口东140米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.142241, 30.376982 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中策职业学校(康桥校区)", "address": "龙腾路388号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.15053, 30.378855 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇贤第三幼儿园(四维园区)", "address": "崇贤街道丽水北路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.137162, 30.380627 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇信小学(启航校区)", "address": "崇贤街道崇杭街1799号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139078, 30.380859 ] } }, +{ "type": "Feature", "properties": { "name": "余二高教育集团附属沾桥中学", "address": "沾丁路6号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.148246, 30.384295 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇贤第三幼儿园丁家村园区", "address": "丁家村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.149307, 30.385043 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇悦幼儿园(沾桥园区)", "address": "独山新苑西面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.144759, 30.394623 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇悦幼儿园(龙旋园区)", "address": "崇贤街道龙旋村(崇贤二小南大门)", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.151621, 30.40117 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区崇贤第二小学(独山校区)", "address": "龙旋子村", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.152077, 30.402719 ] } }, +{ "type": "Feature", "properties": { "name": "杭行路小学运河校区", "address": "杭行路7号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.115722, 30.357011 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区良渚杭行幼儿园运河园区", "address": "郁宅路351号(杭行路小学运河校区对面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.11536, 30.358228 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区杭运幼儿园锦庭园区", "address": "良渚街道金恒路余杭区杭运幼儿园金恒德园区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.116106, 30.364052 ] } }, +{ "type": "Feature", "properties": { "name": "肇和幼儿园行宫塘园区", "address": "九曲港路17号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.108631, 30.364739 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第十四中学康桥校区", "address": "龙腾街500号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.136002, 30.379033 ] } }, +{ "type": "Feature", "properties": { "name": "良渚肇和幼儿园南庄兜园区", "address": "储运路与吴家门路交叉口北60米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.118222, 30.384122 ] } }, +{ "type": "Feature", "properties": { "name": "仁和第三幼儿园双陈园区", "address": "仁和街道一号路与二号路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.106437, 30.40283 ] } }, +{ "type": "Feature", "properties": { "name": "仁和第二幼儿园高新园区", "address": "桂丰路附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.114445, 30.419902 ] } }, +{ "type": "Feature", "properties": { "name": "仁和第二幼儿园平宅园区", "address": "仁和镇平宅村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.134107, 30.439722 ] } }, +{ "type": "Feature", "properties": { "name": "良渚肇和幼儿园肇和园区", "address": "良渚街道博园西路223号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.099905, 30.377245 ] } }, +{ "type": "Feature", "properties": { "name": "杭州金凤凰幼儿园", "address": "良渚街道东塘河村孟家湾99号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.095954, 30.38145 ] } }, +{ "type": "Feature", "properties": { "name": "浙江外国语学院附属云会小学(双陈校区)", "address": "仁河大道818号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.104721, 30.402434 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区仁和第三幼儿园云会园区", "address": "仁和街道云会村西南山南路118号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.096029, 30.409063 ] } }, +{ "type": "Feature", "properties": { "name": "仁和中心幼儿园(东山分园)", "address": "联合路与红卫路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.099192, 30.428798 ] } }, +{ "type": "Feature", "properties": { "name": "仁和第二中学", "address": "仁和街道毛墩坝139号(红卫路与联合路交叉口北240米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.098262, 30.430484 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区东澜外国语学校", "address": "仁和街道仁和镇仁河路50号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.092048, 30.43452 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇悦幼儿园(友谊园区)", "address": "崇贤街道鸭兰村洪字圩136号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.138268, 30.418263 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区仁和第二幼儿园新桥园区", "address": "仁和街道新桥村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.139676, 30.455866 ] } }, +{ "type": "Feature", "properties": { "name": "东塘中心小学东塘校区", "address": "良塘线与学德路交叉口西南约80米", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.115337, 30.453131 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区仁和第二幼儿园东塘园区", "address": "仁和街道中和路170号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.124656, 30.457175 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区都市阳光幼儿园", "address": "三墩镇来仁街147号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.064702, 30.338345 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区甲来路幼儿园", "address": "甲来路88号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.06764, 30.34176 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属第二中学", "address": "兰里景区绿道与荆大线交叉口东南280米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.028568, 30.344458 ] } }, +{ "type": "Feature", "properties": { "name": "兰里田园学校", "address": "三墩镇华联村蒋家斗26号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.034812, 30.347904 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市景汇中学", "address": "联良路8号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.066516, 30.348043 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区景汇幼儿园", "address": "三墩镇景溪北苑汇周街108号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.066711, 30.34998 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区文化村实验学校", "address": "大陆路1151号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.019011, 30.351138 ] } }, +{ "type": "Feature", "properties": { "name": "杜甫中学", "address": "东西大道与良祥路交叉口东北100米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.034568, 30.354706 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区良渚勾庄幼儿园古墩路园区", "address": "白洋港路266号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.079614, 30.350375 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区良渚第二小学(勾庄校区)", "address": "蒋家塘路7号勾庄农贸市场", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.085737, 30.351735 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区良渚沈括小学(好运校区)", "address": "良渚街道良运街399号(好运街地铁站C口旁)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.099451, 30.351995 ] } }, +{ "type": "Feature", "properties": { "name": "良渚高级中学", "address": "白洋港路与才栖弄交叉口东200米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.078572, 30.352853 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭第一中学", "address": null, "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.078783, 30.352867 ] } }, +{ "type": "Feature", "properties": { "name": "良渚西塘雅苑幼儿园北园", "address": "良和雅苑15幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.081369, 30.354883 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区良渚第二中学", "address": "棕榈路101号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.090158, 30.361246 ] } }, +{ "type": "Feature", "properties": { "name": "西点天阳幼儿园", "address": "良渚勾庄天阳棕榈湾东侧", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.088795, 30.361419 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区鑫鑫幼儿园", "address": "勾庄西塘河村39号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.08187, 30.363353 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区杜甫幼儿园杜雅园区", "address": "良渚街道网周路岔口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.058877, 30.355359 ] } }, +{ "type": "Feature", "properties": { "name": "中国美术学院(良渚校区)", "address": "美学街与杜美巷交叉口东北220米", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.037737, 30.356795 ] } }, +{ "type": "Feature", "properties": { "name": "杭州英联幼儿园", "address": "良诸文化村白鹭郡南55幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.024724, 30.358497 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区良渚向阳幼儿园(和美园区)", "address": "玉鸟街", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.039203, 30.362618 ] } }, +{ "type": "Feature", "properties": { "name": "良渚向阳幼儿园", "address": "良渚街道玉鸟路200号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.051581, 30.362649 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市理想实验学校", "address": "玉鸟街与杜文路交叉口西北180米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.040948, 30.363275 ] } }, +{ "type": "Feature", "properties": { "name": "西塘河幼儿园托育部", "address": "西塘河村11组新塘苑39号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.070474, 30.366708 ] } }, +{ "type": "Feature", "properties": { "name": "玉鸟幼儿园", "address": "良渚文化村玉鸟流苏苑15幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.028555, 30.366893 ] } }, +{ "type": "Feature", "properties": { "name": "绿城育华瑞和幼儿园", "address": "良渚街道瑞和园小区南面", "type": "科教文化服务;学校;幼儿园|科教文化服务;培训机构;培训机构", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.051419, 30.367231 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区良渚向阳幼儿园颐和园区", "address": "良渚街道良居路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.041835, 30.367237 ] } }, +{ "type": "Feature", "properties": { "name": "良渚第一小学(北秀校区)", "address": "良居路与康良街交叉口西南140米", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.045313, 30.367849 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区良渚云华幼儿园玉崇园区", "address": "良平街与杜文路交叉口西100米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.041331, 30.371144 ] } }, +{ "type": "Feature", "properties": { "name": "良渚云华幼儿园玉周园区", "address": "周家里街70号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.053241, 30.372143 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区良渚第一中学", "address": "良渚街道荀真路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.038462, 30.375043 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市良渚职业高级中学", "address": "莫干山路2347号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.051288, 30.375627 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市良渚职业高级中学-实训楼", "address": "莫干山路2347号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.051386, 30.375889 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区良渚云华幼儿园玉成园区", "address": "良渚街道玉琮路114号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.053041, 30.37837 ] } }, +{ "type": "Feature", "properties": { "name": "荀山幼儿园", "address": "莫干山路2859号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.04166, 30.379699 ] } }, +{ "type": "Feature", "properties": { "name": "瓶窑镇第二幼儿园花园园区", "address": "瓶窑镇学达路89号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.977885, 30.368273 ] } }, +{ "type": "Feature", "properties": { "name": "瓶窑镇第二幼儿园前程园区", "address": "瓶窑镇溪东路192号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.971444, 30.368303 ] } }, +{ "type": "Feature", "properties": { "name": "瓶窑第一中学", "address": "瓶仓大道与崇北街交叉口", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.975681, 30.371263 ] } }, +{ "type": "Feature", "properties": { "name": "径山中学", "address": "径山镇求是村", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.878579, 30.37727 ] } }, +{ "type": "Feature", "properties": { "name": "蒲公英学校", "address": "长命村", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.005226, 30.383059 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区瓶窑第一中学(南山校区)", "address": "瓶泽街与澄清路交叉口西南80米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.9575, 30.387814 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区瓶窑镇南山幼儿园总园", "address": "瓶窑镇上窑街2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.967129, 30.388541 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区瓶窑镇南山幼儿园(北湖分园)", "address": "瓶窑镇南山村李王堂36号正东方向110米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.954263, 30.388635 ] } }, +{ "type": "Feature", "properties": { "name": "瓶窑镇第一幼儿园", "address": "凤溪路349号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.972026, 30.390058 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区安溪幼儿园杜城园区", "address": "安溪路杜城村2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.011784, 30.404689 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区安溪幼儿园新星园区", "address": "安上线良渚镇安溪中心小学新星完小", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.05378, 30.418504 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区华博特专修学校", "address": "华兴商厦沿新瓶路一侧四楼", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.977567, 30.392378 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市瓶窑中学(南山校区)", "address": "瓶窑里窑街150号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.962514, 30.393912 ] } }, +{ "type": "Feature", "properties": { "name": "大观山幼儿园", "address": "苕溪北路与华兴路交叉口东南40米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.979604, 30.394665 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市瓶窑中学(窑山校区)", "address": "里窑街", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.963008, 30.395588 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市瓶窑中学(北校区)-求真楼", "address": "里窑街杭州市瓶窑中学", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.962346, 30.395894 ] } }, +{ "type": "Feature", "properties": { "name": "瓶窑镇第一幼儿园彭公园区", "address": "瓶窑镇彭公村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.905511, 30.414956 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区黄湖镇中心幼儿园", "address": "清波村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.813277, 30.439808 ] } }, +{ "type": "Feature", "properties": { "name": "黄湖中学", "address": "黄湖镇兴黄路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.811432, 30.441047 ] } }, +{ "type": "Feature", "properties": { "name": "杭州魁花仔学校", "address": "217县道218县", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.758335, 30.452618 ] } }, +{ "type": "Feature", "properties": { "name": "浙江外国语学院附属仁和中学", "address": "仁和街道仁河大道1-3号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.089379, 30.448591 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区新理想高级中学", "address": "仁和街道仁河大道2-1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.086284, 30.450133 ] } }, +{ "type": "Feature", "properties": { "name": "青山自然学校", "address": "青山设计艺术村(东北角)", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.841975, 30.476225 ] } }, +{ "type": "Feature", "properties": { "name": "杭州余杭区百丈镇中心幼儿园", "address": "百兴路211号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 119.729876, 30.525098 ] } }, +{ "type": "Feature", "properties": { "name": "浦阳镇初级中学", "address": "浦阳镇新河口村3组51号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.252087, 29.968891 ] } }, +{ "type": "Feature", "properties": { "name": "临浦镇初级中学", "address": "临浦镇詹家埭社区15号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.240145, 30.043776 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第三中等职业学校", "address": "临浦镇东藩南路99号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.246753, 30.043917 ] } }, +{ "type": "Feature", "properties": { "name": "育苗学校", "address": "临浦镇柏山陈金亿鞋业育苗小学旁百利包装", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.240672, 30.056485 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第二高级中学", "address": "龙门桥路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.248795, 30.06961 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区特殊教育学校", "address": "蜀山街道蜀山路2288号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.247792, 30.107581 ] } }, +{ "type": "Feature", "properties": { "name": "杭州侨星中学", "address": "蜀山街道湖东村", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.228842, 30.108148 ] } }, +{ "type": "Feature", "properties": { "name": "贺知章幼儿园", "address": "亚太路赵家墩村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.243223, 30.111063 ] } }, +{ "type": "Feature", "properties": { "name": "义桥实验学校", "address": "义桥镇长春路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.204736, 30.06541 ] } }, +{ "type": "Feature", "properties": { "name": "滨江湖畔幼儿园", "address": "长河街道塘子堰社区委员会对面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.209067, 30.153908 ] } }, +{ "type": "Feature", "properties": { "name": "长河街道第二中心幼儿园", "address": "长江路湖畔幼儿园(长河小学四联分校旁)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.209167, 30.154045 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区悦虹幼儿园", "address": "城厢街道乐虹湾小区32幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.22662, 30.166594 ] } }, +{ "type": "Feature", "properties": { "name": "滨江区月亮湾幼儿园白马湖分园", "address": "白马湖小区白鹤苑21幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.207362, 30.167554 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区金辰之光幼儿园", "address": "南环路58号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.224121, 30.176283 ] } }, +{ "type": "Feature", "properties": { "name": "滨江区社区学校(西兴街道分院)", "address": "聚工路1号附近", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.213295, 30.177148 ] } }, +{ "type": "Feature", "properties": { "name": "官河锦庭幼儿园滨康分园", "address": "西兴街道滨康二苑内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.208788, 30.177561 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区朝晖小学(犁头金校区)", "address": "蜀山街道章潘桥村章蜀线", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.264259, 30.10231 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区天乐实验学校", "address": "鲁公桥社区123号致公学校", "type": "科教文化服务;学校;小学|科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.258887, 30.128755 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区向阳幼儿园", "address": "蜀山街道昱泊名府29幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.25586, 30.132508 ] } }, +{ "type": "Feature", "properties": { "name": "尚海湾幼儿园", "address": "罗婆路光明右岸澜庭", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.279111, 30.134932 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区高桥小学(南江校区)", "address": "南江商业中心西侧", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.263347, 30.139233 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区南江幼儿园", "address": "蜀山街道仁育巷86号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.260502, 30.140392 ] } }, +{ "type": "Feature", "properties": { "name": "萧山第十一高级中学", "address": "高桥路889号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.27551, 30.141372 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区高桥初级中学", "address": "南秀路978号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.270579, 30.143541 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区贺知章学校", "address": "蜀山街道金西路53号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.234057, 30.113174 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区城南初级中学", "address": "蜀山路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.252898, 30.117762 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区少年儿童体育运动学校", "address": "蜀山街道萧金路2508号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.254333, 30.118522 ] } }, +{ "type": "Feature", "properties": { "name": "快乐鸟幼儿园", "address": "广宁小区36号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.252998, 30.142513 ] } }, +{ "type": "Feature", "properties": { "name": "朝晖初中", "address": "南秀路与蜀山路交叉口西150米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.249521, 30.144337 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山海亮幼儿园", "address": "南秀路38号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.251994, 30.145003 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区玉山中学", "address": "萧金路302号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.244548, 30.146646 ] } }, +{ "type": "Feature", "properties": { "name": "萧山第十高级中学", "address": "蜀山路128号", "type": "科教文化服务;学校;职业技术学校|科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.249975, 30.147162 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区西山幼儿园", "address": "潘水路929号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.248791, 30.149866 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山技师学院", "address": "通惠南路448号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.284367, 30.149196 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第二中等职业学校", "address": "崇化路与潘水路交叉口西200米", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.255895, 30.150512 ] } }, +{ "type": "Feature", "properties": { "name": "高桥小学文源校区", "address": "道源路715号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.270293, 30.151186 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区城区社区学校", "address": "金家埭社区88号", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.260149, 30.152771 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省萧山中学", "address": "城厢街道拱秀路538号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.283523, 30.153771 ] } }, +{ "type": "Feature", "properties": { "name": "高桥学前教育集团高桥幼儿园", "address": "城厢街道", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.273878, 30.154425 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区级机关学前教育集团机关幼儿园", "address": "人民路132号(人民路地铁站A1口步行260米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.270588, 30.159528 ] } }, +{ "type": "Feature", "properties": { "name": "城厢幼儿园新园区", "address": "人民路171号(人民路地铁站A1口步行170米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.269672, 30.16018 ] } }, +{ "type": "Feature", "properties": { "name": "浙江医药技术学校", "address": "城厢街道萧金路33号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.257439, 30.160419 ] } }, +{ "type": "Feature", "properties": { "name": "西河路幼儿园", "address": "西河路126-1号(人民路地铁站A2口步行420米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.264189, 30.16119 ] } }, +{ "type": "Feature", "properties": { "name": "回澜初中", "address": "文化路350号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.281631, 30.161696 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区职工幼儿园", "address": "梅花弄26号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.27767, 30.162454 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区钱江职业高级中学", "address": "市心中路17号", "type": "科教文化服务;学校;中学|科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.266739, 30.166049 ] } }, +{ "type": "Feature", "properties": { "name": "回澜初中北校区", "address": "育东路70-1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.282995, 30.167797 ] } }, +{ "type": "Feature", "properties": { "name": "新世纪幼儿园(山阴路)", "address": "山阴路98号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.275355, 30.178 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区北干初级中学", "address": "永金路265号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.274052, 30.179202 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第二机械技工学校", "address": "萧金路98号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.252858, 30.155918 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区美之幼儿园", "address": "乐园路38号内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.246913, 30.172323 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区湘湖幼儿园", "address": "湘湖家园60号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.237642, 30.173428 ] } }, +{ "type": "Feature", "properties": { "name": "湘师实验小学教育集团(萧西校区)", "address": "城厢街道蒙山路湘师实验小学(萧西校区)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.249643, 30.173437 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区湘湖初级中学", "address": "城厢街道萧西路金地天逸小区东南侧", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.238609, 30.176223 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区北干幼儿园", "address": "山阴路1267号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.250971, 30.177006 ] } }, +{ "type": "Feature", "properties": { "name": "金山初中", "address": "山阴路1268号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.250541, 30.178956 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区西兴幼儿园天曜城园区", "address": "西兴路366号(滨康路地铁站E口步行350米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.22684, 30.182354 ] } }, +{ "type": "Feature", "properties": { "name": "金惠初中", "address": "金惠路1589号(博奥路地铁站B口步行430米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.241816, 30.184913 ] } }, +{ "type": "Feature", "properties": { "name": "新希望艺术学校", "address": "北干街道金城路与永久路交叉路口往东南约50米", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.270444, 30.180438 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区高桥金帆实验学校", "address": "金惠路97号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.276118, 30.184243 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第五高级中学", "address": "博学路555号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.26357, 30.189512 ] } }, +{ "type": "Feature", "properties": { "name": "滨江区官河锦庭幼儿园", "address": "中天·官河锦庭小区东南角", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.223884, 30.18222 ] } }, +{ "type": "Feature", "properties": { "name": "春波南苑幼儿园(总园)", "address": "春波南苑小区内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.216118, 30.188187 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区春波南苑幼儿园(北区分园)", "address": "春波路与江晖路交叉口东340米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.214136, 30.190764 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市旅游职业学校(滨兴路)", "address": "滨兴路209号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.208664, 30.19107 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西兴街道成人文化技术学校", "address": "滨兴路121号", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.220894, 30.19435 ] } }, +{ "type": "Feature", "properties": { "name": "杭州江南实验学校教育集团", "address": "八图园巷与春晓支路交叉口西北20米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.213107, 30.195645 ] } }, +{ "type": "Feature", "properties": { "name": "东方郡幼儿园滨和分园", "address": "人才公寓2号楼阡陌路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.224024, 30.19589 ] } }, +{ "type": "Feature", "properties": { "name": "东方郡幼儿园(江晖分园)", "address": "江汉路179号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.212228, 30.196461 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区金惠幼儿园", "address": "金惠路1588号(金惠初中对面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.242694, 30.186494 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区江南幼儿园", "address": "萧邮路东", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.237614, 30.188265 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西兴中学", "address": "风情大道与古塘路交叉口", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.232263, 30.189454 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区西兴幼儿园", "address": "北塘路1616号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.228094, 30.192955 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区信息港幼儿园", "address": "萧山经济技术开发区明星路118号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.25, 30.19495 ] } }, +{ "type": "Feature", "properties": { "name": "湘云雅苑幼儿园", "address": "湘云雅苑22幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.232536, 30.196952 ] } }, +{ "type": "Feature", "properties": { "name": "协和幼儿园", "address": "滨和路湘云雅苑17幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.233386, 30.197891 ] } }, +{ "type": "Feature", "properties": { "name": "北京外国语大学附属杭州信息港学校", "address": "乐达路177号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.251538, 30.19825 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州滨和中学", "address": "宁围镇西兴路汉江路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227651, 30.199033 ] } }, +{ "type": "Feature", "properties": { "name": "滨和中学-杭州市滨和小学", "address": "江汉东路58号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227034, 30.199444 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区河上镇大桥幼儿园", "address": "河上镇大桥村文化活动中心东70米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.195367, 29.970742 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区戴村镇初级中学", "address": "128县道附近", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19204, 30.012126 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山第六高级中学", "address": "戴村镇六中大道1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189781, 30.022503 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区九方培训学校", "address": "义桥镇义桥老街8号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.199835, 30.065071 ] } }, +{ "type": "Feature", "properties": { "name": "义桥镇中心幼儿园", "address": "萧山区经济技术开发区义桥镇义桥村人民路18号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.198403, 30.0678 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区御景蓝湾幼儿园(总园)", "address": "时代大道6650号御景蓝湾小区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.190039, 30.081686 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区义桥镇江湾城幼儿园", "address": "义桥镇锦浦江岸小区15幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.188847, 30.087631 ] } }, +{ "type": "Feature", "properties": { "name": "河上镇初级中学", "address": "下门村1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.176814, 29.953536 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区威雅实验学校", "address": "戴村镇六中路399号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.183633, 30.019882 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区义桥实验学校", "address": "义桥镇罗幕村", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.184122, 30.064048 ] } }, +{ "type": "Feature", "properties": { "name": "义桥镇许贤中心幼儿园", "address": "时代大道", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.183789, 30.064464 ] } }, +{ "type": "Feature", "properties": { "name": "杭州江滨艺术学校", "address": "闻堰街道东方海岸5-2208闻安路349号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175367, 30.123236 ] } }, +{ "type": "Feature", "properties": { "name": "闻堰初级中学", "address": "闻堰街道闻兴路761号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185054, 30.128564 ] } }, +{ "type": "Feature", "properties": { "name": "白马湖实验幼儿园", "address": "天马路1390号中南白马湖壹号钱塘春晓幼儿园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.184094, 30.145689 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第二中学高新学校(建设中)", "address": "火炬大道", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.176225, 30.159475 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区浦乐幼儿园", "address": null, "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178654, 30.162113 ] } }, +{ "type": "Feature", "properties": { "name": "湘湖未来学校", "address": "闻堰街道东汪村", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.1902, 30.116592 ] } }, +{ "type": "Feature", "properties": { "name": "杭州国际学校", "address": "长河街道湘滨路2190号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.199221, 30.147069 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州湖畔学校", "address": "湖西路399号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.192921, 30.150393 ] } }, +{ "type": "Feature", "properties": { "name": "杭州二中白马湖学校小学部", "address": "天马路与善言路交叉口西100米", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.195665, 30.151076 ] } }, +{ "type": "Feature", "properties": { "name": "杭州二中白马湖学校", "address": "天马路500号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.195187, 30.151441 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区湖畔幼儿园冠山分园", "address": "冠山小区6幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.1974, 30.157568 ] } }, +{ "type": "Feature", "properties": { "name": "长河街道幼儿园(冠山园区)", "address": "长江南路冠山小区6幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19738, 30.157756 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州湖畔中学", "address": "腾龙路809号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.193592, 30.159987 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区湖畔幼儿园", "address": "长河街道枫虹南巷50号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.199975, 30.164105 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市财经职业学校", "address": "滨文路225号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189784, 30.169486 ] } }, +{ "type": "Feature", "properties": { "name": "滨江浦乐幼儿园(火炬分园)", "address": "浦沿街道火炬小区63幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.172742, 30.16409 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市硅谷中学", "address": "冠山路与诚业南路交叉口东北160米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175398, 30.165407 ] } }, +{ "type": "Feature", "properties": { "name": "硅谷幼儿园", "address": "浦沿街道诚业南路260号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.172887, 30.168058 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区大华幼儿园", "address": "立业路浙江大华技术股份有限公司总部西门", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.184479, 30.188902 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区教师进修学校", "address": "育华巷102号(诚业路地铁站B口步行340米)", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171742, 30.189137 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州高新实验学校A幢", "address": "育华路102号浙江省杭州高新实验学校", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171824, 30.189702 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州高新实验学校-高新幼儿园", "address": "浦沿街道育华巷102号(诚业路地铁站B口步行420米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171264, 30.189766 ] } }, +{ "type": "Feature", "properties": { "name": "杭州高新实验学校D幢", "address": "育华路102号浙江省杭州高新实验学校", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.170318, 30.189988 ] } }, +{ "type": "Feature", "properties": { "name": "巴学幼幼", "address": "保亿风景蝶院·观园西1门旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.201225, 30.170825 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市长河高级中学", "address": "滨文路227号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.186285, 30.171187 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区月亮湾幼儿园", "address": "光裕路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.199153, 30.172069 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区长河街道成人文化技术学校", "address": "滨文路杭州乐天派英智康复医院", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.193698, 30.174509 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区长河幼儿园槐河分园", "address": "滨文路长二景庭小区对面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.198142, 30.175408 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区长河幼儿园长江分园", "address": "立业路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.186295, 30.178551 ] } }, +{ "type": "Feature", "properties": { "name": "杭州长河中学", "address": "平安路360号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.191341, 30.179383 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区长河幼儿园", "address": "长河街道支四路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19297, 30.179558 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区滨汇幼儿园", "address": "长河路350号(聚才路地铁站C口步行390米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19706, 30.183321 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区月明幼儿园(江虹路分园)", "address": "长河街道江虹路839号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.202116, 30.192304 ] } }, +{ "type": "Feature", "properties": { "name": "虹虹宝贝幼儿园", "address": "江虹路与滨兴路交叉口北80米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.202461, 30.192604 ] } }, +{ "type": "Feature", "properties": { "name": "滨兴幼儿园齐飞园", "address": "滨兴路201号附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.201034, 30.193047 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属学校", "address": "滨和路1799号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.198522, 30.193484 ] } }, +{ "type": "Feature", "properties": { "name": "杭州滨兴学校", "address": "长河街道滨和路1799号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.198515, 30.194196 ] } }, +{ "type": "Feature", "properties": { "name": "滨兴幼儿园", "address": "齐飞路329号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.199389, 30.196287 ] } }, +{ "type": "Feature", "properties": { "name": "长江单元小学幼儿园项目", "address": "平乐街与时代大道交叉口东140米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.187753, 30.197223 ] } }, +{ "type": "Feature", "properties": { "name": "迎春幼儿园", "address": "江汉路196号迎春小区22幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.221831, 30.196585 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区东方郡幼儿园", "address": "春晓路187号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.214074, 30.196961 ] } }, +{ "type": "Feature", "properties": { "name": "滨江区月明幼儿园", "address": "月明路1093号(江汉路地铁站D口步行450米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.20772, 30.200345 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区晓风印月幼儿园", "address": "西兴街道共联路199号(滨和路地铁站B口步行480米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.220342, 30.200636 ] } }, +{ "type": "Feature", "properties": { "name": "杭州江南实验学校", "address": "滨和路958号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.212834, 30.200804 ] } }, +{ "type": "Feature", "properties": { "name": "武林门儿童之家", "address": "二号路与流水路交叉口东150米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189189, 30.200817 ] } }, +{ "type": "Feature", "properties": { "name": "武林门儿童之家-红色幼儿园", "address": "武林门儿童之家", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189194, 30.200827 ] } }, +{ "type": "Feature", "properties": { "name": "白金海岸学前教育集团白金总园", "address": "香溢路88号白金海岸学前教育集团", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189675, 30.202551 ] } }, +{ "type": "Feature", "properties": { "name": "白金海岸幼儿园总园", "address": "长河路金河弄67号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.189763, 30.20283 ] } }, +{ "type": "Feature", "properties": { "name": "白金海岸学前教育集团(春江时代分园)", "address": "同人春江时代", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19212, 30.203046 ] } }, +{ "type": "Feature", "properties": { "name": "春冮时代幼儿园", "address": "白金海岸", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.192221, 30.203163 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省劳动和社会保障干部学校12号楼", "address": "江虹路1550号", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.200558, 30.204843 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州闻涛中学", "address": "康顺路200号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.196853, 30.205482 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘帝景幼儿园", "address": "浦沿街道信诚路817号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.168612, 30.191408 ] } }, +{ "type": "Feature", "properties": { "name": "国信嘉园幼儿园", "address": "国信嘉园37栋", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.161534, 30.191458 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市陶子幼儿园陶子园区", "address": "化仙桥路34号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.158379, 30.206008 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利山南小学(海月校区)", "address": "望江街道海月路2号(复兴路地铁站B口步行330米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.16072, 30.207589 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市行知金陶幼儿园金陶园区", "address": "金棕榈花园14幢(复兴路地铁站C口步行350米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.165365, 30.207596 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市清河实验学校", "address": "复兴路235号(复兴路地铁站C口步行180米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.163495, 30.209323 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利山南小学(美政校区)", "address": "复兴南苑12号(复兴路地铁站C口步行390米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.167124, 30.209562 ] } }, +{ "type": "Feature", "properties": { "name": "六一幼儿园", "address": "梵天寺路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.166376, 30.217425 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州高新实验学校", "address": "育华路102号(诚业路地铁站B口步行360米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171044, 30.190094 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省级机关滨江幼儿园", "address": "滨盛路与建业路交叉口东侧约100米育德巷", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.181467, 30.194566 ] } }, +{ "type": "Feature", "properties": { "name": "国信嘉园幼儿园(江尚分园)", "address": "长河街道滨盛路2916号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178897, 30.195411 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市交通安全教育学校", "address": "龙舌嘴路57号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.174149, 30.214072 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市杨绫子学校", "address": "姚江路3号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.183616, 30.218721 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区进化镇初级中学", "address": "进化镇葛云飞路1055号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.293065, 30.008968 ] } }, +{ "type": "Feature", "properties": { "name": "萧山中学附属通惠初级中学", "address": "新塘街道大通路1590号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.285661, 30.136279 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区新桐初级中学塘里陈校区", "address": "新塘街道塘里陈社区", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.311429, 30.144232 ] } }, +{ "type": "Feature", "properties": { "name": "新塘中心幼儿园", "address": "南秀路2698号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.308976, 30.146314 ] } }, +{ "type": "Feature", "properties": { "name": "新桐初级中学", "address": "商城南路486号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.290025, 30.152696 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区城厢幼儿园(城河分园)", "address": "通惠南路98-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.284886, 30.160374 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第三高级中学", "address": "新塘街道新城路1478号(双桥地铁站A口步行240米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.311711, 30.174497 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区育英实验学校", "address": "新街镇长山街道海塘路359号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.304496, 30.186102 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区长山幼儿园", "address": "新街镇长山街39号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.303772, 30.186609 ] } }, +{ "type": "Feature", "properties": { "name": "阳光幼儿园", "address": "大南线霞江村6组", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.323496, 30.143749 ] } }, +{ "type": "Feature", "properties": { "name": "衡源职业培训学校", "address": "萧绍东路186-8号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.328044, 30.169472 ] } }, +{ "type": "Feature", "properties": { "name": "新蕾学校", "address": "新街镇新塘头村11组655号新蕾学校", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.374398, 30.177846 ] } }, +{ "type": "Feature", "properties": { "name": "钱江幼儿园", "address": "新街镇文轩路59号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.334737, 30.187123 ] } }, +{ "type": "Feature", "properties": { "name": "新街中心幼儿园", "address": "新街街道国槐路28-18号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.345743, 30.190201 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山卫生进修学校", "address": "新街街道人民路62号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.338524, 30.192804 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区新街初级中学", "address": "枫香路附近", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.334983, 30.19332 ] } }, +{ "type": "Feature", "properties": { "name": "萧山红垦学校", "address": "萧山经济技术开发区红泰四路88号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.353688, 30.22682 ] } }, +{ "type": "Feature", "properties": { "name": "明德学校", "address": "瓜沥镇长巷村渔巷路38号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.438313, 30.158433 ] } }, +{ "type": "Feature", "properties": { "name": "衙前农村小学校(成虎路校区)", "address": "成虎路111号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.397182, 30.159645 ] } }, +{ "type": "Feature", "properties": { "name": "衙前镇中心幼儿园", "address": "衙前镇项漾村草漾路55号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.397132, 30.161494 ] } }, +{ "type": "Feature", "properties": { "name": "衙前农小官河路校区", "address": "官河路28号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.408888, 30.16461 ] } }, +{ "type": "Feature", "properties": { "name": "萧山瓜沥镇党山幼儿园", "address": "瓜沥镇碧苑新村C区169号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.524832, 30.165862 ] } }, +{ "type": "Feature", "properties": { "name": "衙前镇初级中学", "address": "凤山路12号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.408989, 30.16638 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第八高级中学", "address": "瓜沥镇东灵南路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.459261, 30.17166 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区曙光学校", "address": "河东路86号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.466465, 30.17391 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区瓜沥镇幼儿园", "address": "东灵路84号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.45746, 30.17571 ] } }, +{ "type": "Feature", "properties": { "name": "赵家湾幼儿园", "address": "益农镇赵家湾村15组", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.576133, 30.179353 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区瓜沥镇第二幼儿园", "address": "瓜沥镇塘北中路111号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.460083, 30.181384 ] } }, +{ "type": "Feature", "properties": { "name": "坎山初中", "address": "瓜沥镇坎山上街108号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.41116, 30.18202 ] } }, +{ "type": "Feature", "properties": { "name": "振兴实验学校", "address": "坎山镇", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.414344, 30.182194 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区益农镇初级中学", "address": "益农镇党益公路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.590933, 30.182591 ] } }, +{ "type": "Feature", "properties": { "name": "瓜沥镇第二初级中学", "address": "瓜沥镇红友桥路412号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.466542, 30.186636 ] } }, +{ "type": "Feature", "properties": { "name": "瓜沥镇党山初级中学", "address": "瓜沥镇梅林村", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.515134, 30.187727 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区瓜沥镇坎山幼儿园(武肃路)", "address": "坎山镇武肃路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.405705, 30.188191 ] } }, +{ "type": "Feature", "properties": { "name": "文汇学校", "address": "瓜沥镇进化村8组", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.47457, 30.192039 ] } }, +{ "type": "Feature", "properties": { "name": "党湾镇第一小学", "address": "庆丰村361号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.55204, 30.22483 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区靖江幼儿园", "address": "伟神路27-5号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.473574, 30.226807 ] } }, +{ "type": "Feature", "properties": { "name": "萧山党湾镇初级中学", "address": "党湾镇文化路216号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.538779, 30.228353 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区文德学校", "address": "靖江街道文化路341号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.464505, 30.228686 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区靖江初级中学", "address": "靖江街道育才路33号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.472611, 30.23344 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区赭山小学", "address": "南阳街道永利路157号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.413675, 30.254614 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区向阳幼儿园", "address": "义蓬街道青六中路143-118(义蓬星悦湾小区对面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.480986, 30.256771 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区赭山幼儿园", "address": "南阳街道永利村1组417号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.415322, 30.258288 ] } }, +{ "type": "Feature", "properties": { "name": "娃哈哈幼儿园", "address": "工人路与海塘路交汇处西侧路北", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.307588, 30.187847 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第四中等职业学校", "address": "新街镇长山工人路89号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.306667, 30.188749 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区同兴村小不点幼儿园", "address": "同兴村2组200号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.311372, 30.193659 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区宁围小学新华校区", "address": "宁围街道新华社区", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.295674, 30.21069 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区友谊学校", "address": "萧山经济技术开发区鸿达路76号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.304518, 30.232972 ] } }, +{ "type": "Feature", "properties": { "name": "浙江同济科技职业学院", "address": "耕文路418号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.309387, 30.2433 ] } }, +{ "type": "Feature", "properties": { "name": "林之语幼儿园", "address": "宁围街道萧高教园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.294837, 30.258038 ] } }, +{ "type": "Feature", "properties": { "name": "阳光学校", "address": "宁围街道顺坝村408号(顺坝幼儿园对面)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.295615, 30.269065 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城第三幼儿园相江园区", "address": "九堡镇相江公寓旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.285002, 30.299079 ] } }, +{ "type": "Feature", "properties": { "name": "杭州经济技术开发区月雅河幼儿园", "address": "聚首南路388号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.308192, 30.300561 ] } }, +{ "type": "Feature", "properties": { "name": "惠灵顿(中国)教育集团 杭州校区", "address": "学知路2399号", "type": "科教文化服务;学校;中学|科教文化服务;培训机构;培训机构", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.342497, 30.228344 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区惠立学校", "address": "宁围街道学知东路2399号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.342451, 30.228489 ] } }, +{ "type": "Feature", "properties": { "name": "红山农场学校", "address": "红山大道与红文路交叉口西北150米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.38351, 30.231391 ] } }, +{ "type": "Feature", "properties": { "name": "萧山钱江学校", "address": "萧清大道39号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.317151, 30.235556 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区科技城尚德实验学校", "address": "才智路与支六路交叉口西北160米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.337578, 30.241325 ] } }, +{ "type": "Feature", "properties": { "name": "浙江师范大学(杭州萧山校区)", "address": "宁围街道耕文路1108号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.319186, 30.255142 ] } }, +{ "type": "Feature", "properties": { "name": "江潮幼儿园", "address": "下沙街道之江东路与江湾巷交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.361702, 30.264885 ] } }, +{ "type": "Feature", "properties": { "name": "江湾幼儿园", "address": "下沙经济技术开发区24号大街385号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.366758, 30.267179 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区向阳学校", "address": "南阳镇向阳路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.448975, 30.258657 ] } }, +{ "type": "Feature", "properties": { "name": "义蓬第一幼儿园", "address": "义蓬镇义蓬路86号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.48784, 30.258709 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区南阳第三幼儿园", "address": "南阳街道远大村985号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.424434, 30.259845 ] } }, +{ "type": "Feature", "properties": { "name": "精纺厂幼儿园", "address": "义蓬镇继来路74号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.495994, 30.260538 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘区义盛幼儿园", "address": "继来路与新镇路交叉口北60米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.495695, 30.260656 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区南阳初级中学", "address": "南虹路673-681号附近", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.434284, 30.265248 ] } }, +{ "type": "Feature", "properties": { "name": "空港新城幼儿园", "address": "南阳初中西面传达室", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.431894, 30.266351 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区向尚幼儿园", "address": "义蓬镇蓬园村17组", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.47097, 30.2676 ] } }, +{ "type": "Feature", "properties": { "name": "义蓬博雅幼儿园", "address": "博雅路666号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.514901, 30.273142 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区义蓬中学", "address": "义蓬街道义府大街428号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.499303, 30.273734 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区崇德实验学校", "address": "义蓬街道义府大街798号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.489026, 30.275093 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘明珠学校", "address": "新湾镇三新村1组杭州兴达机械有限公司", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.540275, 30.275809 ] } }, +{ "type": "Feature", "properties": { "name": "南阳第一幼儿园", "address": "南阳街道岩南线龙虎村1217号(杭港地铁1号线港城大道站A口)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.429505, 30.275939 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘高级中学", "address": "义蓬街道义府大街788号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.484944, 30.276089 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘区义和幼儿园", "address": "义蓬街道江埠街280号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.491552, 30.276114 ] } }, +{ "type": "Feature", "properties": { "name": "新湾致远幼儿园", "address": "新湾镇致远路18号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.543261, 30.276795 ] } }, +{ "type": "Feature", "properties": { "name": "养正学校", "address": "秋潮路与培正弄交叉口东北120米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.368763, 30.274699 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区观澜中学", "address": "19号大街以东", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.366785, 30.27498 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区观澜幼儿园", "address": "22号大街东6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.370235, 30.275591 ] } }, +{ "type": "Feature", "properties": { "name": "杭州经济技术开发区闻潮幼儿园", "address": "18号大街听涛小学后身", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.378085, 30.280418 ] } }, +{ "type": "Feature", "properties": { "name": "听涛幼儿园", "address": "钱塘区经济技术开发区16大街128号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.377262, 30.283503 ] } }, +{ "type": "Feature", "properties": { "name": "江滨幼儿园", "address": "14号大街碧景湾14号楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.383159, 30.286897 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘区钱潮幼儿园", "address": "12号大街25号(下沙江滨地铁站A口步行470米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.385825, 30.289525 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第一中等职业学校", "address": "北干街道市心中路1165-28号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.259049, 30.189531 ] } }, +{ "type": "Feature", "properties": { "name": "杭州海曼幼儿园", "address": "建设一路1386-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.27408, 30.192957 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区市心幼儿园", "address": "通惠北路77-36号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.284191, 30.195957 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区开诚幼儿园", "address": "经济技术开发区庆丰路36号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.271935, 30.196713 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区市心实验中学", "address": "建设二路1207号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.278067, 30.200116 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区开悦幼儿园", "address": "天得路308号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.277729, 30.201889 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区宁围初级中学", "address": "宁围街道文明路158号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.27984, 30.212504 ] } }, +{ "type": "Feature", "properties": { "name": "宁围中心幼儿园", "address": "宁围街道振宁路184号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.282157, 30.214235 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区世纪佳境幼儿园", "address": "振宁路788号(振宁路地铁站D1口步行370米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.267283, 30.216025 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘春晓幼儿园江南分园", "address": "钱塘春晓幼儿园江南分园(月明路南)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.212705, 30.202406 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州江南实验学校月明校区", "address": "风荷路516号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.222034, 30.203283 ] } }, +{ "type": "Feature", "properties": { "name": "蓝鲸幼儿园", "address": "建设二路499号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.249876, 30.200442 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市机关幼儿园", "address": "月明路新州花苑12幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227739, 30.205049 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市府机关幼儿园新州分园", "address": "西兴街道新州花园12幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227361, 30.205056 ] } }, +{ "type": "Feature", "properties": { "name": "明月江南幼儿园", "address": "西兴街道月明路252号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.228226, 30.206546 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区物联网小镇幼儿园", "address": "物联网街与西兴路交叉口东北300米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.228959, 30.212179 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市崇文世纪城实验学校", "address": "盈丰路78号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.250114, 30.216231 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第二中学钱江学校", "address": "振宁路1508号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.252404, 30.216602 ] } }, +{ "type": "Feature", "properties": { "name": "杭州崇文理想国幼儿园", "address": "盈丰路与振宁路交叉口崇文实验学校世纪城校区内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.249261, 30.217226 ] } }, +{ "type": "Feature", "properties": { "name": "杭州学军中学教育集团文渊中学", "address": "扬帆路1050号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.241542, 30.219092 ] } }, +{ "type": "Feature", "properties": { "name": "丹枫学前教育集团星泽幼儿园", "address": "星泽路210号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.2151, 30.214155 ] } }, +{ "type": "Feature", "properties": { "name": "丹枫幼儿园", "address": "丹枫路420号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.218238, 30.214784 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区缤纷幼儿园", "address": "缤纷北苑30号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.222917, 30.219208 ] } }, +{ "type": "Feature", "properties": { "name": "杭州高级中学附属滨江中学", "address": "奥体街520号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.218991, 30.221297 ] } }, +{ "type": "Feature", "properties": { "name": "滨江区奥体中心幼儿园春晖园区", "address": "西兴街道奥体街97号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.225671, 30.22582 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市近江幼儿园依江园区", "address": "近江东路6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.204478, 30.232173 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷第三小学教育集团(江锦校区)", "address": "百安路1号(钱江路地铁站B口步行220米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.210423, 30.254861 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市滨江区奥体中心幼儿园", "address": "丹枫路39号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.228771, 30.220576 ] } }, +{ "type": "Feature", "properties": { "name": "杭州学军中学教育集团文渊实验小学", "address": "飞虹路与利丰路交界处", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.24051, 30.221567 ] } }, +{ "type": "Feature", "properties": { "name": "杭州学军中学教育集团萧山区文渊实验学校", "address": "盈丰街道扬帆路1239号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.245206, 30.221699 ] } }, +{ "type": "Feature", "properties": { "name": "奥体中心幼儿园扬帆路分园", "address": "扬帆路330号(奥体中心地铁站D5口步行420米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227925, 30.223475 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区世纪实验幼儿园", "address": "盈丰街道盈丰路476号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.248561, 30.229676 ] } }, +{ "type": "Feature", "properties": { "name": "浙江师范大学附属萧山世纪时代幼儿园(奥城园区)", "address": "华奥巷2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.245529, 30.229902 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区世纪博奥幼儿园", "address": "民和路南150米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.245518, 30.236368 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱江贝赛思国际学校", "address": "御临路9号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.231643, 30.267576 ] } }, +{ "type": "Feature", "properties": { "name": "上海世外教育附属萧山区江南初级中学", "address": "扬帆路2139号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.263638, 30.226108 ] } }, +{ "type": "Feature", "properties": { "name": "世纪扬帆幼儿园", "address": "御虹府南侧,江南小学北侧", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.261264, 30.226245 ] } }, +{ "type": "Feature", "properties": { "name": "吉的堡和美家幼儿园", "address": "盈丰街道飞虹路1868号和美家小区A5号楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.264483, 30.227445 ] } }, +{ "type": "Feature", "properties": { "name": "万向中学", "address": "鸿宁路1580号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.260069, 30.237576 ] } }, +{ "type": "Feature", "properties": { "name": "杭州高级中学国际交流中心", "address": "潮声路与之江东路交叉口西北80米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.262283, 30.288946 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州高级中学(钱江校区)", "address": "之江东路1958号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.26061, 30.289413 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市明远未来幼儿园(明远园区)", "address": "彭埠街道潮声路与凤起东路交叉口(潮声西路136号)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.25806, 30.294408 ] } }, +{ "type": "Feature", "properties": { "name": "五福中心幼儿园", "address": "塘潮街1号(景芳地铁站D1口步行240米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.209394, 30.265997 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市凯旋实验幼儿园(景三园区)", "address": "景昙路132号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.204212, 30.268249 ] } }, +{ "type": "Feature", "properties": { "name": "杭州国泰外语艺术学校", "address": "景湘路8(景芳地铁站A口步行360米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.209693, 30.268967 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市景芳中学", "address": "新塘路161号景芳三区", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.20684, 30.269559 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱江外国语实验学校附属幼儿园运河泮园区", "address": "凤起东路与桂苑路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.22212, 30.269952 ] } }, +{ "type": "Feature", "properties": { "name": "杭州春芽实验学校", "address": "景芳社区24号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205026, 30.272307 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市人民政府机关幼儿园运新分园", "address": "景御路239号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.22562, 30.272504 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱江外国语实验学校(潮涌校区)", "address": "运新路136号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.220854, 30.272543 ] } }, +{ "type": "Feature", "properties": { "name": "华媒·唯诗礼幼儿园(上城园)", "address": "严家路162号(新塘地铁站C口步行490米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.210805, 30.274497 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱江外国语实验学校(若水校区)", "address": "凤起东路与御临路交叉口西南140米", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227653, 30.27082 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市夏衍初级中学", "address": "明月桥路73号附近", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227283, 30.28874 ] } }, +{ "type": "Feature", "properties": { "name": "杭州高级中学教育集团夏衍中学", "address": "艮山东路348号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.23398, 30.28923 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市采实教育集团澎扬中学", "address": "彭埠街道兴隆社区", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.235752, 30.289634 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市夏衍幼儿园(明月桥园区)", "address": "明月桥路46号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227626, 30.289793 ] } }, +{ "type": "Feature", "properties": { "name": "夏衍幼儿园莲花桥园区", "address": "莲花桥路6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227719, 30.292462 ] } }, +{ "type": "Feature", "properties": { "name": "杭州澎汇幼儿园", "address": "坍桥头街156号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.235485, 30.29465 ] } }, +{ "type": "Feature", "properties": { "name": "绿城育华澎致幼儿园清扬园区", "address": "彭埠街道杨柳郡社区西公园内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.235805, 30.299715 ] } }, +{ "type": "Feature", "properties": { "name": "杭州景塘幼儿园", "address": "凯旋街道景昙路保利中央公馆中盛府6幢旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.204698, 30.27459 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学幼儿园钱江分园", "address": "东宁路100(元宝塘地铁站D口步行400米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.223452, 30.280446 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷中学教育集团(濮家校区)", "address": "天运路1-1", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205965, 30.283801 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市夏衍幼儿园东宁路园区", "address": "彭埠镇环站南路110号(元宝塘地铁站A口步行430米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.220881, 30.286941 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市笕桥花园幼儿园花园园区", "address": "笕桥镇明月桥路与花园兜街交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.218535, 30.301065 ] } }, +{ "type": "Feature", "properties": { "name": "杭州笕桥花园幼儿园(笕文园区)", "address": "松碧街与跨塘桥路(东南面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.211014, 30.301548 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城第三幼儿园锦江园区", "address": "九堡镇圆梦园西侧140公交终点站", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.270403, 30.295994 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市明远未来幼儿园(悦潮园区)", "address": "正谊路谊秀弄", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.265412, 30.298235 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市澎行幼儿园", "address": "彭埠街道红五月社区居委会隔壁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.257769, 30.300552 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城第二幼儿园", "address": "仁爱路159-4附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.283766, 30.30415 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市娃哈哈九辰幼儿园(九盛园区)", "address": "九堡街道田乐弄2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.261115, 30.304822 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学幼儿园百合花分园", "address": "九堡镇通盛路新江花园旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.275005, 30.305159 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学东城教育集团东城中学", "address": "九堡镇通盛路265号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.274387, 30.305862 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学东城教育集团东城小学(艺苑校区)", "address": "客运中心地铁站D口步行490米", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.276832, 30.307426 ] } }, +{ "type": "Feature", "properties": { "name": "敏思创想幼儿园", "address": "九睦路115号裙楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.271325, 30.310825 ] } }, +{ "type": "Feature", "properties": { "name": "云涛幼儿园", "address": "义蓬街道未来云帆城西南角(竞帆路与钱塘快速地面路交叉口)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.486521, 30.280987 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区新湾中学", "address": "新湾街道闸口路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.542105, 30.281483 ] } }, +{ "type": "Feature", "properties": { "name": "理想国崇德幼儿园", "address": "义蓬中路与塘新线西南300米处", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.493077, 30.282417 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第四中学江东学校", "address": "新湾街道闸口路86号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.545657, 30.282982 ] } }, +{ "type": "Feature", "properties": { "name": "杭州求是高级中学", "address": "河庄街道河中路135号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.462903, 30.28624 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘新区临江幼儿园", "address": "临江街道纬六路1077号(临江佳苑内)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.593041, 30.286246 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘区潮悦幼儿园", "address": "新湾街道新四路与复兴路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.536912, 30.286742 ] } }, +{ "type": "Feature", "properties": { "name": "杭州建大职业技能培训学校", "address": "河庄街道河中路159号(河中路与钟秀街交叉口)", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.463063, 30.286917 ] } }, +{ "type": "Feature", "properties": { "name": "冯娄村安置房及配套幼儿园", "address": "闸口路950号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.527893, 30.287736 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区新湾第二幼儿园", "address": "建华路与复兴路交叉口西北100米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.533423, 30.287772 ] } }, +{ "type": "Feature", "properties": { "name": "临江新城实验学校", "address": "纬六路附近", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.598947, 30.287909 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘区紫罗兰幼儿园", "address": "大江东产业集聚区河庄街道河中路259号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.463492, 30.288355 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区听潮幼儿园", "address": "阳城路66号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.416598, 30.289105 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属新湾实验学校", "address": "建华路与横一路交叉口", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.532632, 30.28997 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区临涛幼儿园", "address": "临江街道佳苑路155号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.59285, 30.291346 ] } }, +{ "type": "Feature", "properties": { "name": "浙江同济科技职业学院(临江校区)", "address": "临江街道临江农业对外开发区围垦地观十五线", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.636918, 30.291694 ] } }, +{ "type": "Feature", "properties": { "name": "萧山创慧幼儿园(长风路)", "address": "长风路3589号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.595339, 30.293184 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区江舟幼儿园", "address": "河庄街道鹏若路99号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.474551, 30.293187 ] } }, +{ "type": "Feature", "properties": { "name": "河庄镇街村幼儿园", "address": "河庄镇镇南路16号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.465475, 30.294064 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区学正实验学校", "address": "白杨街道沿江大型居住区核心区块,地铁江滨站B出口,钱塘区青少年宫(沿江点)对面", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.379817, 30.289595 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区幸福里幼儿园", "address": "邻里社区15号楼2楼", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.355711, 30.290322 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区交通安全教育学校", "address": "盛安路50-1号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.326781, 30.292187 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区学正中学", "address": "听涛路123号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.382986, 30.294559 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区金沙湖实验学校", "address": "智格路168号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.324584, 30.295014 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区江澜幼儿园", "address": "下沙街道宜学路199号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.326597, 30.295156 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘新区金沙湖幼儿园", "address": "智格路与幸福南路交叉口北100米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.322396, 30.295205 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市实验外国语学校高中部(智格校区)", "address": "下沙幸福南路智格路交叉路口", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.322831, 30.296331 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学教育学院学正幼儿园(学正园区)", "address": "钱塘区经济开发区听涛路129号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.38298, 30.296369 ] } }, +{ "type": "Feature", "properties": { "name": "杭州经济开发区红果果幼儿园", "address": "听涛路176-1号附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.384975, 30.299425 ] } }, +{ "type": "Feature", "properties": { "name": "橄榄树幼儿园(5号大街)", "address": "五号路六号路口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.350327, 30.302496 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学教育学院学正幼儿园(文清园区)", "address": "27号路216号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.388039, 30.30311 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区星海幼儿园", "address": "下沙街道海通街492号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.327229, 30.303273 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区河庄幼儿园", "address": "永丰路与保丰路交汇处东南角", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.461714, 30.295489 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区江海实验学校", "address": "霁耘路与建同线交叉口西北260米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.47157, 30.295539 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘区新湾第一幼儿园", "address": "创建村13组17号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.54668, 30.295544 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区潮听苑幼儿园", "address": "霁耘路899号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.472473, 30.296406 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区启智学校", "address": "河庄镇邮电路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.465981, 30.298317 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区知行幼儿园(新园)", "address": "河中路东侧", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.463958, 30.30287 ] } }, +{ "type": "Feature", "properties": { "name": "浙师大幼教集团钱塘幼儿园(钱塘区云河幼儿园)", "address": "6号大街", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.3908, 30.30316 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区启成实验学校", "address": "义蓬街道丹茂街", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.499174, 30.30379 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区知行幼儿园(新园)", "address": "河中路898号(蜀南村村委会斜对面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.463222, 30.304264 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘区河庄街道社区学校", "address": "河庄街道河中路1129号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.463276, 30.30439 ] } }, +{ "type": "Feature", "properties": { "name": "景苑幼儿园", "address": "钱塘区经济技术开发区海通街80号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.333326, 30.303452 ] } }, +{ "type": "Feature", "properties": { "name": "杭州实验外国语学校中学部", "address": "杭州市实验外国语学校(高中部)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.352256, 30.303617 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区景和幼儿园", "address": "白杨街道湖印光年府17幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.337976, 30.303656 ] } }, +{ "type": "Feature", "properties": { "name": "景苑中学", "address": "中沙商业大楼附近", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.330833, 30.303722 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州第四中学下沙校区", "address": "下沙经济开发区六号大街217号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.379124, 30.303962 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文海中学", "address": "白杨街道下沙学正街809号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.378106, 30.305843 ] } }, +{ "type": "Feature", "properties": { "name": "锦湖幼儿园(上沙锦湖家园西南)", "address": "钱塘区经济技术开发区下沙街道上沙路293号锦湖家园23幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.327242, 30.306486 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中策职业学校钱塘学校", "address": "奕策巷1号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.536435, 30.304814 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘区义蓬第二幼儿园", "address": "通围路义蓬第二小学东北侧", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.508605, 30.305389 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘区智城幼儿园", "address": "义蓬街道青东一路与榕翠街交叉口阳光城花漾里小区内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.500017, 30.305793 ] } }, +{ "type": "Feature", "properties": { "name": "云水苑幼儿园", "address": "学正街11号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.394173, 30.306133 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘新区高宽幼儿园", "address": "义蓬街道通围路2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.504641, 30.306276 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区食品与生物工程学院", "address": "下沙高教园区学正街18号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.390851, 30.307172 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区环境科学与工程学院", "address": "下沙高教园区浙江工商大学下沙校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.392274, 30.307212 ] } }, +{ "type": "Feature", "properties": { "name": "杭州科技职业技术学院(大江东校区)", "address": "品优街(北一路)2688号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.539737, 30.307664 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区外国语学院", "address": "下沙高教园区学正街18号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.387475, 30.307325 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区管理工程与电子商务学院", "address": "浙江工商大学(学正街)下沙高教园区学正街18号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.389372, 30.307382 ] } }, +{ "type": "Feature", "properties": { "name": "星辰幼儿园", "address": "高沙路188(高沙路地铁站C2口步行220米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.335488, 30.307384 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市实验外国语学校", "address": "杭州经济技术开发区4号大街612号北银公寓旁", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.345868, 30.307488 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文海第二实验学校", "address": "文溯南路与4号大街交叉口东北角", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.359619, 30.307679 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区信息与电子工程学院", "address": "下沙高教园区学正街18号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.389469, 30.307745 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区艺术设计学院", "address": "学正街18号浙江工商大学下沙校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.38757, 30.30777 ] } }, +{ "type": "Feature", "properties": { "name": "理想国幼儿园钱塘园", "address": "国环三路龙湖江与珑府东侧", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.499304, 30.30834 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省杭州高级中学(钱塘校区)", "address": "浩瀚路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.446513, 30.308591 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区公共管理学院", "address": "浙江工商大学公共管理学院", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.394057, 30.30958 ] } }, +{ "type": "Feature", "properties": { "name": "钱塘区智博幼儿园", "address": "国环三路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.498703, 30.309792 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区江海幼儿园", "address": "品优街4888号(启成路地铁站C口步行370米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.492158, 30.310527 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区文海实验中学", "address": "河庄街道敏思街1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.45896, 30.311827 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区智禾幼儿园", "address": "义蓬街道国环三路与北二路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.499703, 30.311848 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘区钱江幼儿园", "address": "群建村2组157号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.452595, 30.312387 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区", "address": "学正街18号(工商大学云滨地铁站C口步行470米)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.388685, 30.309223 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区经济学院", "address": "下沙高教园区浙江工商大学下沙校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.386066, 30.309285 ] } }, +{ "type": "Feature", "properties": { "name": "白杨景澜幼儿园", "address": "2号大街与3号大街交叉路口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.342375, 30.309295 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学下沙校区工商管理学院", "address": "学正街18号浙江工商大学下沙校区", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.385952, 30.309721 ] } }, +{ "type": "Feature", "properties": { "name": "杭州恩诺伯国际幼儿园", "address": "金沙大道450号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.33054, 30.310147 ] } }, +{ "type": "Feature", "properties": { "name": "中庆慈幼幼儿园", "address": "银沙路932号(高沙路地铁站A口步行470米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.332879, 30.311691 ] } }, +{ "type": "Feature", "properties": { "name": "星华幼儿园", "address": "高沙路310号(高沙路地铁站A口步行250米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.335982, 30.312052 ] } }, +{ "type": "Feature", "properties": { "name": "浙江理工大学下沙校区生命科学与医药学院", "address": "开发区2号大街浙江理工大学下沙校区6号楼", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.354343, 30.312217 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区新港湾幼儿园", "address": "学林街与海达南路交叉口新溢苑小区29幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.323051, 30.313366 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区文瀚幼儿园", "address": "白杨街道学林街395号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.384081, 30.313417 ] } }, +{ "type": "Feature", "properties": { "name": "浙江警官职业学院下沙校区", "address": "浙江理工大学学生生活一区2号楼", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.360416, 30.313477 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学幼儿园清雅苑分园", "address": "下沙学林街633号清雅苑15幢清雅苑幼儿园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.363719, 30.313625 ] } }, +{ "type": "Feature", "properties": { "name": "浙江理工大学(下沙校区)", "address": "2号大街928号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.354591, 30.313967 ] } }, +{ "type": "Feature", "properties": { "name": "浙江理工大学下沙校区信息学院", "address": "2号大街928号浙江理工大学", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.354276, 30.31417 ] } }, +{ "type": "Feature", "properties": { "name": "杭州电子科技大学(下沙校区)", "address": "白杨街道2号大街1158号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.343225, 30.314189 ] } }, +{ "type": "Feature", "properties": { "name": "浙江水利水电学院(钱塘校区)", "address": "下沙高教园区2号大街508号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.373181, 30.314196 ] } }, +{ "type": "Feature", "properties": { "name": "杭州明珠专修学校", "address": "学林街280号南2门产教融合大楼A幢", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.384729, 30.314244 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘区江城幼儿园", "address": "河庄街道闸北安置小区河中路与北二路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.460349, 30.312755 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区岚湾幼儿园", "address": "河庄街道青西二路与潮创街交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.481978, 30.313593 ] } }, +{ "type": "Feature", "properties": { "name": "杭高教育集团启成学校", "address": "义蓬街道启成路1号(启成路地铁站B口步行310米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.492183, 30.314282 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学下沙校区", "address": "学林街16号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.393992, 30.31567 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区河庄镇新围中心幼儿园", "address": "闸北村21组32号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.446373, 30.317394 ] } }, +{ "type": "Feature", "properties": { "name": "晨晖幼儿园", "address": "江东一路4766号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.557118, 30.317655 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区前进幼儿园", "address": "东三路2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.58362, 30.318153 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘区前进中学老校区", "address": "前进街道文化路2号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.587341, 30.318193 ] } }, +{ "type": "Feature", "properties": { "name": "浙江财经大学下沙校区创业学院", "address": "学源街18号浙江财经大学(下沙校区)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.392294, 30.319307 ] } }, +{ "type": "Feature", "properties": { "name": "浙江财经大学下沙校区学术中心", "address": "学源街18号浙江财经大学(下沙校区)", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.394223, 30.319403 ] } }, +{ "type": "Feature", "properties": { "name": "爱尚幼儿园", "address": "头格月雅城8幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.302075, 30.303175 ] } }, +{ "type": "Feature", "properties": { "name": "八堡幼儿园", "address": "八堡家园15排10-16号(社区幼儿园)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.29356, 30.303899 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学东城教育集团东城小学科苑校区", "address": "九堡镇仁爱路66号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.285048, 30.304809 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学幼儿园九欣分园", "address": "仁爱路168号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.284932, 30.306164 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东城第五幼儿园", "address": "九堡街道商杭街与胜稼路交叉路口往西南约100米(九堡三区东侧)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.290133, 30.312657 ] } }, +{ "type": "Feature", "properties": { "name": "东城第二实验学校", "address": "九堡街道商杭街6号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.290286, 30.314642 ] } }, +{ "type": "Feature", "properties": { "name": "浙师大幼儿教育集团幸福河幼儿园", "address": "学源街与松合西侧支路交叉口东北100米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.31373, 30.317514 ] } }, +{ "type": "Feature", "properties": { "name": "乔司第三幼儿园(月牙河园区)", "address": "临平区乔司街道桑埠街1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.291986, 30.321618 ] } }, +{ "type": "Feature", "properties": { "name": "浙大教科附属启文中学", "address": "乔司街道杭乔路380号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.290305, 30.331174 ] } }, +{ "type": "Feature", "properties": { "name": "浙江理工大学下沙校区纺织科学与工程学院", "address": "2号大街928号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.349397, 30.314403 ] } }, +{ "type": "Feature", "properties": { "name": "学源幼儿园", "address": "文海南路105号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.377947, 30.317143 ] } }, +{ "type": "Feature", "properties": { "name": "浙师大杭州幼儿师范学院附属幼儿园星河分园", "address": "下沙学源街1336号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.330554, 30.31906 ] } }, +{ "type": "Feature", "properties": { "name": "中国计量大学东校区", "address": "学源街168号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.375885, 30.319363 ] } }, +{ "type": "Feature", "properties": { "name": "杭州前进专修学校", "address": "学源街1158文创大厦F4层", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.336397, 30.319517 ] } }, +{ "type": "Feature", "properties": { "name": "杭州电子科技大学附属中学", "address": "学源街1288号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.333392, 30.319733 ] } }, +{ "type": "Feature", "properties": { "name": "浙江传媒学院钱塘校区", "address": "学源街998号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.343633, 30.320724 ] } }, +{ "type": "Feature", "properties": { "name": "杭州日本人学校", "address": "下沙学源街", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.373602, 30.321305 ] } }, +{ "type": "Feature", "properties": { "name": "金湾艺术幼儿园", "address": "下沙街道海达北路和金乔街十字路口旁金湾创业大厦2区2幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.324969, 30.324371 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区学正第二实验学校", "address": "教工路2号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.586834, 30.319782 ] } }, +{ "type": "Feature", "properties": { "name": "浙江财经大学(下沙校区)", "address": "学源街18号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.395221, 30.320827 ] } }, +{ "type": "Feature", "properties": { "name": "浙江财经大学下沙校区会计学院", "address": "G2504杭州绕城高速与江东大道交叉口南220米", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.396204, 30.321451 ] } }, +{ "type": "Feature", "properties": { "name": "浙江财经大学下沙校区法学院", "address": "白杨街道浙江财经大学4号学院楼", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.397197, 30.321491 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区前进中学", "address": "前进街道交复街1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.582662, 30.322694 ] } }, +{ "type": "Feature", "properties": { "name": "杭州鼎文幼儿园", "address": "秀水街1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.400896, 30.324656 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱塘区河庄江东幼儿园(东沙湖园区)", "address": "江东二路青西一路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.493995, 30.325133 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市基础教育研究室附属学校", "address": "凌云街66号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.392211, 30.327749 ] } }, +{ "type": "Feature", "properties": { "name": "乐融融幼儿园", "address": "金乔街518号杭州文汇学校", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.330205, 30.325881 ] } }, +{ "type": "Feature", "properties": { "name": "杭州锦阳技工学校", "address": "松乔街与经二路交叉口西北150米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.350729, 30.32611 ] } }, +{ "type": "Feature", "properties": { "name": "杭州龙津专修学校", "address": "金乔街187号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.338355, 30.326545 ] } }, +{ "type": "Feature", "properties": { "name": "幸福泉东方幼儿园", "address": "下沙元成社区恒创公寓9幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.348307, 30.326747 ] } }, +{ "type": "Feature", "properties": { "name": "文思幼儿园", "address": "广泰路99号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.326288, 30.3269 ] } }, +{ "type": "Feature", "properties": { "name": "杭州文汇学校", "address": "金乔街518号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.330572, 30.327208 ] } }, +{ "type": "Feature", "properties": { "name": "凌云幼儿园", "address": "江月路云帆小学南侧约30米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.384497, 30.328224 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市文海教育集团文海中学启源校区", "address": "千帆路西侧", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.382668, 30.329541 ] } }, +{ "type": "Feature", "properties": { "name": "启源幼儿园", "address": "下沙经济技术开发区海涛路219号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.393832, 30.328243 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区启慧幼儿园", "address": "白杨街道水云街155号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.393215, 30.328446 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区启明幼儿园", "address": "水云街157号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.392576, 30.328884 ] } }, +{ "type": "Feature", "properties": { "name": "杭州英才高级中学", "address": "巧客街", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.459169, 30.330266 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区北辰幼儿园", "address": "云涛北路388号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.3925, 30.331094 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区河庄江东幼儿园", "address": "江东村12组11号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.45951, 30.340262 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区前进小趣幼儿园", "address": "前进街道三丰路298号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.562514, 30.340595 ] } }, +{ "type": "Feature", "properties": { "name": "乔司第三幼儿园丰收湖园区", "address": "乔司街道通盛路1524号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.28817, 30.332666 ] } }, +{ "type": "Feature", "properties": { "name": "启文幼儿园(启文园区)", "address": "乔司街道", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.293352, 30.335135 ] } }, +{ "type": "Feature", "properties": { "name": "吉的堡连城幼儿园", "address": "杭海路1636号连城国际花园内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.289165, 30.337457 ] } }, +{ "type": "Feature", "properties": { "name": "乔司街道老年学校", "address": "中国农业银行(乔司支行)附近", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.29328, 30.349535 ] } }, +{ "type": "Feature", "properties": { "name": "乔司第一幼儿园", "address": "乔莫东路与永乔路交叉口西100米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.291443, 30.353024 ] } }, +{ "type": "Feature", "properties": { "name": "临平区新雅幼儿园(万常园区)", "address": "外羊线", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.31216, 30.353369 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市乔司职业高级中学", "address": "乔莫东路101号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.293341, 30.354429 ] } }, +{ "type": "Feature", "properties": { "name": "枫叶建设耕读路幼儿园", "address": "耕读路与永和路交叉口东北80米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.297711, 30.358264 ] } }, +{ "type": "Feature", "properties": { "name": "杭州高级中学启明实验学校", "address": "鑫业路与翁乔路交叉口南120米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.296102, 30.358804 ] } }, +{ "type": "Feature", "properties": { "name": "临平区新雅幼儿园(和雅园区)", "address": "天万路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.310169, 30.360403 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市陈经纶体育学校(钱塘校区)", "address": "书海巷东侧", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.382225, 30.330225 ] } }, +{ "type": "Feature", "properties": { "name": "新沙幼儿园", "address": "围垦街与益丰路交叉口东南", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.341487, 30.330395 ] } }, +{ "type": "Feature", "properties": { "name": "云帆幼儿园", "address": "水云街255号附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.389204, 30.330523 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区禾源幼儿园", "address": "千帆路521号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.383963, 30.331572 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市钱塘区云朵幼儿园", "address": "白杨街道江月路267号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.386123, 30.334635 ] } }, +{ "type": "Feature", "properties": { "name": "天开河中", "address": "汤万线与外翁线交叉口西180米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.32862, 30.36243 ] } }, +{ "type": "Feature", "properties": { "name": "临平区育蕾学校", "address": "东湖南路595号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.320195, 30.37604 ] } }, +{ "type": "Feature", "properties": { "name": "国泰教育广场", "address": "世纪大道253号", "type": "科教文化服务;学校;幼儿园|科教文化服务;培训机构;培训机构|公司企业;公司;公司", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.317013, 30.413447 ] } }, +{ "type": "Feature", "properties": { "name": "杭州高级中学临平学校", "address": "南苑街道鑫业路188号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.303098, 30.360661 ] } }, +{ "type": "Feature", "properties": { "name": "临平区南雅幼儿园(南雅园区)", "address": "耕读路101号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.298713, 30.363013 ] } }, +{ "type": "Feature", "properties": { "name": "临平区新雅幼儿园(新雅园区)", "address": "翁梅街106号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.307375, 30.36639 ] } }, +{ "type": "Feature", "properties": { "name": "临平区南雅幼儿园(翁梅园区)", "address": "翁梅街136号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.301125, 30.367536 ] } }, +{ "type": "Feature", "properties": { "name": "临平一中南汇校区", "address": "临平区南苑街道吴郭街380号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.304407, 30.372473 ] } }, +{ "type": "Feature", "properties": { "name": "临平区南苑幼儿园南慧园区", "address": "高地社区金家角49号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.309463, 30.374482 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区中心学校", "address": "良熟路1号(临平南高铁站地铁站A口步行430米)", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.298938, 30.380609 ] } }, +{ "type": "Feature", "properties": { "name": "南苑幼儿园南盛园区", "address": "新城路与木梳街交叉口南60米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.307184, 30.380899 ] } }, +{ "type": "Feature", "properties": { "name": "北京外国语大学附属杭州橄榄树学校", "address": "新城路136号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.305786, 30.389919 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市采实教育集团澎诚中学", "address": "园兴路239号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.250457, 30.299926 ] } }, +{ "type": "Feature", "properties": { "name": "杭州胜利实验教育集团笕成中学", "address": "源聚支路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.231704, 30.300027 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市澎雅幼儿园", "address": "七堡地铁站D口步行490米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.245812, 30.300223 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利笕成幼儿园(同德园区)", "address": "白石庙路与同德路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.22714, 30.300831 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利笕成幼儿园(源聚园区)", "address": "源聚支路3号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.231738, 30.300967 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市胜利实验学校笕成校区", "address": "源聚支路5号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.230692, 30.301598 ] } }, +{ "type": "Feature", "properties": { "name": "绿城育华澎致幼儿园", "address": "彭埠街道绿城杨柳郡一期东区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.242902, 30.303316 ] } }, +{ "type": "Feature", "properties": { "name": "笕桥第三幼儿园", "address": "笕桥镇浜河村三区桥头路1号(德胜东路原筑1号东门对面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.237102, 30.307678 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市笕和幼儿园", "address": "月塘璟宸府附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.232907, 30.308753 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市澎博幼儿园普德园区", "address": "普德路65号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.245077, 30.309338 ] } }, +{ "type": "Feature", "properties": { "name": "浙江师范大学附属笕文实验学校", "address": "环站北路与松碧街交叉口德学巷1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.212451, 30.301767 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市笕桥花园幼儿园星城园区", "address": "花园兜街28号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.217453, 30.303128 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷第三小学教育集团笕正校区", "address": "全冯弄28号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.209244, 30.308524 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市笕新第二幼儿园", "address": "笕桥镇南都路万科草庄西岸旁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.216468, 30.308817 ] } }, +{ "type": "Feature", "properties": { "name": "笕正幼儿园", "address": "蔡阳路89号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.207335, 30.309304 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市笕新第二幼儿园黎明园区", "address": "万科草庄开创街北", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.22182, 30.310864 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱江新城教育集团笕桥中学", "address": "蔡阳路126号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.213485, 30.312977 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市建设职业学校", "address": "机场路383号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.217482, 30.315449 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城外国语实验学校", "address": "杭州市上城区九堡街道努振巷1号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.261773, 30.311373 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城幼儿园(快乐园区)", "address": "九堡镇九昌路36号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.262102, 30.31865 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学东城教育集团东城实验学校", "address": "士安路111号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.261476, 30.320457 ] } }, +{ "type": "Feature", "properties": { "name": "乔司第三幼儿园启程园区", "address": "乔司街道通盛路1000号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.279937, 30.320808 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城幼儿园(阳光园区)", "address": "九昌路111号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.258068, 30.321893 ] } }, +{ "type": "Feature", "properties": { "name": "乔司第三幼儿园杭海路园区", "address": "临平区乔司街道通盛路1212号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.284479, 30.325174 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城第四幼儿园", "address": "三卫路736号西南方向180米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.273072, 30.32681 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城幼儿园(幸福园区)", "address": "宣家埠二区50号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.255165, 30.329032 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东润外国语学校", "address": "三胜街409号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.274798, 30.334019 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市交通职业高级中学", "address": "笕桥开创街246号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.230385, 30.31164 ] } }, +{ "type": "Feature", "properties": { "name": "杭州八一学校(钱学森教育集团八一校区)", "address": "浜河路与桥头弄交叉口西160米", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.235194, 30.311913 ] } }, +{ "type": "Feature", "properties": { "name": "澎博幼儿园普欣园区", "address": "彭埠镇(澎博小学旁边)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.246006, 30.312812 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市上城区启慧幼儿园", "address": "九堡三村三区65号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.242495, 30.31837 ] } }, +{ "type": "Feature", "properties": { "name": "杭州培知学校", "address": "黄家村村委会", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.236185, 30.3184 ] } }, +{ "type": "Feature", "properties": { "name": "笕桥镇第二幼儿园", "address": "相埠路附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.236566, 30.318579 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东城幼儿园(健美园区)", "address": "胜康街与九盛路交叉口东北200米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.253003, 30.322868 ] } }, +{ "type": "Feature", "properties": { "name": "东城实验学校(东盛校区)", "address": "格畈家园六号路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.254081, 30.323792 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁兰实验中学", "address": null, "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.230922, 30.346476 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市大井幼儿园", "address": "宏昌路与五园路交叉口北120米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.249656, 30.348749 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁兰幼儿园丁群园区", "address": "丁群街700号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.228638, 30.348773 ] } }, +{ "type": "Feature", "properties": { "name": "丁兰幼儿园丁兰园区", "address": "环丁路255号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.234964, 30.349265 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁兰第二幼儿园常青藤园区", "address": "环丁路555号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.239627, 30.351409 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属丁兰实验学校", "address": "丁兰街道环丁路751号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.239795, 30.354246 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁兰幼儿园明珠园区", "address": "明珠街58号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.241102, 30.356066 ] } }, +{ "type": "Feature", "properties": { "name": "吉的堡孝慈幼儿园", "address": "丁兰街道蕙北支路2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.227344, 30.35769 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属丁兰实验学校兰园校区", "address": "环丁路925号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.238022, 30.357866 ] } }, +{ "type": "Feature", "properties": { "name": "丁荷小学惠园校区", "address": "蕙兰雅路751号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.22771, 30.358702 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷第一小学教育集团丁信小学(童园校区)", "address": "杭玻街100号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.216997, 30.344684 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁信第二幼儿园(翡丽园区)", "address": "应家塘巷1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.20675, 30.345999 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市电子信息职业学校", "address": "丁城路335号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.219009, 30.346548 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷中学教育集团(丁信校区)", "address": "建塘路483号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.212748, 30.350567 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西子机电技术学校", "address": "丁兰街道同协路1277号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.210028, 30.350896 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁荷幼儿园枣园园区", "address": "丁兰街道同港路126号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.223733, 30.355737 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁荷小学(枣园校区)", "address": "丁兰街道同港路128号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.223227, 30.357136 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁荷第二幼儿园", "address": "丁桥路338号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.217467, 30.361586 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学附属中学丁兰校区", "address": "丁兰街道丁兰路(临丁路)998号", "type": "科教文化服务;学校;中学|科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.223229, 30.364543 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市三卫幼儿园", "address": "九堡街道三卫过渡房", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.272804, 30.334866 ] } }, +{ "type": "Feature", "properties": { "name": "乔司第一幼教集团(观湖园区)", "address": "石塘西路69号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.278493, 30.337617 ] } }, +{ "type": "Feature", "properties": { "name": "乔司第一幼教集团永和园区", "address": "乔中永和苑北门西北50米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.281124, 30.35113 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区乔司中学", "address": "永玄路135号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.283045, 30.354636 ] } }, +{ "type": "Feature", "properties": { "name": "临平区永进学校(永西校区)", "address": "鑫业路33号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.272496, 30.36424 ] } }, +{ "type": "Feature", "properties": { "name": "杭州信达外国语学校高中部", "address": "文正街999号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.2792, 30.379768 ] } }, +{ "type": "Feature", "properties": { "name": "黄鹤山幼儿园(星悦园区)", "address": "星桥街道远展街65号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.260976, 30.380031 ] } }, +{ "type": "Feature", "properties": { "name": "临平区乔文幼儿园汇文园区", "address": "乔司街道永西村良熟村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.274928, 30.38066 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁荷幼儿园(勤丰园区)", "address": "丁桥镇勤丰路779号丁", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.226909, 30.359607 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁蕙第二幼儿园(长睦园区)", "address": "长睦路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.24401, 30.360214 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷中学教育集团(丁荷校区)", "address": "环丁路与长虹路交叉口西240米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.23151, 30.360569 ] } }, +{ "type": "Feature", "properties": { "name": "杭州采荷中学教育集团(丁荷校区)", "address": "环丁路广宇东承府北门往东100米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.2315, 30.36058 ] } }, +{ "type": "Feature", "properties": { "name": "丁蕙第二小学(白鹤校区)", "address": "怀希路3号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.24652, 30.363965 ] } }, +{ "type": "Feature", "properties": { "name": "丁蕙第二幼儿园(白马园区)", "address": "白马庄街165号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.24542, 30.365077 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁蕙实验中学", "address": "三义路123号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.229763, 30.365741 ] } }, +{ "type": "Feature", "properties": { "name": "丁蕙实验幼儿园", "address": "三义路127号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.228657, 30.365807 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁蕙第二幼儿园(天华园区)", "address": "丁桥镇华鹤街与天龙路交叉口西北150米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.238704, 30.369427 ] } }, +{ "type": "Feature", "properties": { "name": "丁蕙第一幼儿园", "address": "丁桥镇天山路与华鹤街交叉口华鹤街958号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.22729, 30.369454 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区星华实验学校", "address": "星桥街道临丁路66号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.254825, 30.381071 ] } }, +{ "type": "Feature", "properties": { "name": "天童幼儿园(天韵路)", "address": null, "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.255027, 30.383365 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区天长世纪小学(汇文校区)", "address": "东仁街与文正街交叉口西北侧", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.274631, 30.383831 ] } }, +{ "type": "Feature", "properties": { "name": "临平区星桥第一小学(星乐校区)", "address": "星都路52号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.255182, 30.385908 ] } }, +{ "type": "Feature", "properties": { "name": "天长世纪小学(天长校区)", "address": "汀城路与汀兰路西北角", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.281692, 30.386472 ] } }, +{ "type": "Feature", "properties": { "name": "临平区乔司第二幼儿园锦良园区", "address": "乔司街道锦良路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.280047, 30.386709 ] } }, +{ "type": "Feature", "properties": { "name": "临平区乔司第二幼儿园天长园区", "address": "良熟一号路赞成首府旁(万泰·城章附近)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.280474, 30.387394 ] } }, +{ "type": "Feature", "properties": { "name": "临平区星运幼儿园(新都园区)", "address": "天都路与星源路交叉口西150米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.257925, 30.388035 ] } }, +{ "type": "Feature", "properties": { "name": "乔司第二幼儿万泰园区", "address": "世纪大道西1015-51", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.280966, 30.389671 ] } }, +{ "type": "Feature", "properties": { "name": "浙江师范大学附属丁蕙实验小学(华鹤校区)", "address": "华鹤街851号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.23135, 30.36961 ] } }, +{ "type": "Feature", "properties": { "name": "杭州妙乐卡天都城幼儿园", "address": "星桥街道留月街122号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.25119, 30.380009 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区光华外国语学校", "address": "天星街9号(黄鹤山地铁站B口步行380米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.24374, 30.381075 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区黄鹤山幼儿园(黄鹤园区)", "address": "明都路6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.242118, 30.381126 ] } }, +{ "type": "Feature", "properties": { "name": "汀洲学校", "address": "杭州是星桥街道郁桥路一号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.245648, 30.398107 ] } }, +{ "type": "Feature", "properties": { "name": "星桥幼儿园(星源园区)", "address": "星源北路97号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.252987, 30.403096 ] } }, +{ "type": "Feature", "properties": { "name": "星桥幼儿园(汤家园区)", "address": "星桥街道星韵北路(汤家锦绣公寓北门对面)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.247166, 30.403096 ] } }, +{ "type": "Feature", "properties": { "name": "临平区小黄山幼儿园(景行园区)", "address": "临平街道结网村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.249996, 30.425816 ] } }, +{ "type": "Feature", "properties": { "name": "杭州云朵幼儿园", "address": "唐梅路与咏梅街交叉口西北100米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.241345, 30.431398 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市上城区培育幼儿园", "address": "笕桥二组25号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.2177, 30.318178 ] } }, +{ "type": "Feature", "properties": { "name": "笕桥第五幼儿园", "address": "笕桥老街地铁站A口步行230米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.221109, 30.324374 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市风华中学", "address": "康宁街233号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205207, 30.335832 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市安华幼儿园", "address": "太公街81号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205599, 30.336632 ] } }, +{ "type": "Feature", "properties": { "name": "采荷一小教育集团丁信小学真园校区", "address": "丁兰街道建塘路2号丁城路与建塘路交叉口东北150米", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.217255, 30.336945 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁信幼儿园九里园区", "address": "丁兰街道龙湖武林九里丁城路99号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.218512, 30.337531 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁信第二幼儿园", "address": "丁桥镇华丰中路同协雅苑旁(华丰中路与建塘路交界口)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.215455, 30.340835 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市桦枫居幼儿园(枫禾园区)", "address": "康华路150号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.208628, 30.342124 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市丁信幼儿园名景园区", "address": "杭玻街120号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.216183, 30.344118 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市东园婴幼园绘景园区", "address": "沈家北路与费家塘路交叉口西180米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.183814, 30.319601 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市万家星城幼儿园", "address": "东新路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.174045, 30.322494 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市安吉路幼儿园锦绣园区", "address": "跃颜巷33号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171642, 30.32342 ] } }, +{ "type": "Feature", "properties": { "name": "景成实验幼儿园永清园区", "address": "永清路82号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.184421, 30.334716 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市创意艺术学校", "address": "沈半路281-1号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.171309, 30.335766 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市桃源中学", "address": "夏莲路181号(桃源街地铁站B口步行120米)", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.175879, 30.342796 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市景成实验幼儿园", "address": "竹清路151号(汽轮广场地铁站B口步行410米)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.187976, 30.339219 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市景成实验学校", "address": "回龙路266号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.187344, 30.340179 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市桦枫居幼儿园", "address": "衣锦路200号杭州市桦枫居幼儿园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.194339, 30.343585 ] } }, +{ "type": "Feature", "properties": { "name": "景成实验幼儿园雅清园区", "address": "回龙路与永华街交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.186858, 30.3459 ] } }, +{ "type": "Feature", "properties": { "name": "浙江建设技师学院半山校区", "address": "半山桥建工路2号", "type": "科教文化服务;学校;职业技术学校|科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.193356, 30.350612 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市半山幼儿园田园园区", "address": "半山建工路58号依锦苑13幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.199607, 30.35243 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省教科院附属小学(田园校区)", "address": "建工路88号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.200943, 30.352447 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市虎山幼儿园", "address": "虎山路155号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.202587, 30.356665 ] } }, +{ "type": "Feature", "properties": { "name": "杭州上海世外中学", "address": "牧歌路66号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.203676, 30.362418 ] } }, +{ "type": "Feature", "properties": { "name": "杭州北苑实验中学", "address": "半山街道兴学弄1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.184941, 30.352353 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇贤第一幼儿园陆家桥园区", "address": "汇贤街与崇超南路交叉口西北60米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.17589, 30.380899 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇贤第一幼儿园崇锦园区", "address": "崇贤街道方马路50号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.18047, 30.386754 ] } }, +{ "type": "Feature", "properties": { "name": "杭州贝思礼幼儿园", "address": "崇贤大安村潘家塘50号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.17641, 30.406673 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖二幼卫家埭园区", "address": "塘栖镇石河线塘栖二幼卫家埭教学点", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178438, 30.445977 ] } }, +{ "type": "Feature", "properties": { "name": "临平区塘栖宏畔小学(卫家埭校区)", "address": "塘栖镇卫家埭村", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178363, 30.446431 ] } }, +{ "type": "Feature", "properties": { "name": "临平区塘栖第一幼儿园西苑园区", "address": "塘栖镇学运街28号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.182473, 30.462567 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖镇中心学校", "address": "西苑村吴家坝38号3层", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.185388, 30.464645 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖第二中学(张家墩新校区)", "address": "张家墩路123号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.173583, 30.469926 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇悦幼儿园周家村园区", "address": "崇贤街道北庄村", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.163253, 30.41808 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖镇宏畔幼儿园", "address": "塘栖镇莫家桥村委东", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.164022, 30.442771 ] } }, +{ "type": "Feature", "properties": { "name": "阿里贝贝幼儿园", "address": "秋石高架路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.201922, 30.402171 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区崇贤第一小学沿山校区", "address": "崇贤街道沿山村", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.193807, 30.402732 ] } }, +{ "type": "Feature", "properties": { "name": "临平区崇贤第一幼儿园(沿山园区)", "address": "崇贤街道运河路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.194486, 30.402736 ] } }, +{ "type": "Feature", "properties": { "name": "超山中心小学新校区", "address": "塘栖镇龙丁线唐栖镇超丁村委员会东", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.203423, 30.44587 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第四机械技工学校", "address": "塘栖镇运溪路125号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.19206, 30.463965 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省广播电视中等专业学校(塘栖校区)", "address": "浙江广播电视中专学校", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.191513, 30.466243 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖第二幼儿园(绿荫校区)", "address": "塘栖镇绿荫街100号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.187458, 30.468774 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市塘栖第三中学", "address": "塘栖镇文苑路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.195091, 30.470775 ] } }, +{ "type": "Feature", "properties": { "name": "临平区塘栖第一幼儿园(大运河园区)", "address": "塘栖镇张家墩路与月波路交叉口东340米(天樾四季)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.178266, 30.470555 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区广济学校", "address": "塘栖一小区101号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.194637, 30.474247 ] } }, +{ "type": "Feature", "properties": { "name": "临平区塘栖第一幼儿园塘北园区", "address": "塘北村窑大线", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.211599, 30.496804 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区塘栖塘南小学(塘北校区)", "address": "塘栖镇塘北村铁点河66号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.208752, 30.497914 ] } }, +{ "type": "Feature", "properties": { "name": "美好晨晖幼儿园", "address": "星桥街道桂花金座星韵路6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.255316, 30.389898 ] } }, +{ "type": "Feature", "properties": { "name": "临平区星运幼儿园(星运园区)", "address": "宝旋路99号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.266338, 30.39132 ] } }, +{ "type": "Feature", "properties": { "name": "临平区乔文幼儿园世纪园区", "address": "良熟新苑(西南门)旁边", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.282148, 30.392313 ] } }, +{ "type": "Feature", "properties": { "name": "星桥幼儿园学成园区", "address": "星桥街道星韵路19号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.255324, 30.393169 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区星桥中学", "address": "星桥南路2号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.258961, 30.394865 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区星运幼儿园惠都园区", "address": "星桥街道太平路119号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.269052, 30.395684 ] } }, +{ "type": "Feature", "properties": { "name": "余杭高级中学(临平中学)育英学校", "address": "星灿路", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.264998, 30.402663 ] } }, +{ "type": "Feature", "properties": { "name": "临平区南禾幼儿园", "address": "苏家街93号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.283842, 30.403661 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区树兰幼儿园", "address": "星光街1-1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.267593, 30.415354 ] } }, +{ "type": "Feature", "properties": { "name": "杭州树兰学校", "address": "临平街道星光街1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.266829, 30.4164 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第九中学树范学校", "address": "金山支路1号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.213621, 30.367909 ] } }, +{ "type": "Feature", "properties": { "name": "杭州悦庭美雅幼儿园", "address": "天鹤路128号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.226813, 30.375669 ] } }, +{ "type": "Feature", "properties": { "name": "临平区塘超幼儿园(泰山园区)", "address": "塘栖镇崇南线(泰山小学)", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.205079, 30.424967 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区塘超幼儿园(超山园区)", "address": "塘栖镇超山风景区龙超路21号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.20679, 30.440165 ] } }, +{ "type": "Feature", "properties": { "name": "临平区塘栖第三幼儿园(暖栖园区)", "address": "港北路8号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.222009, 30.461465 ] } }, +{ "type": "Feature", "properties": { "name": "港北路九年一贯制学校", "address": null, "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.217603, 30.467111 ] } }, +{ "type": "Feature", "properties": { "name": "临平区塘栖第二幼儿园塘韵园区", "address": "运城街与建安路交叉口西北角", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.209006, 30.471162 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区塘栖塘南小学(佳运校区)", "address": "塘栖镇李家桥村50号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.215275, 30.477291 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区星辰幼儿园(星辰园区)", "address": "东湖街道上环桥1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.271872, 30.418909 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平实验中学(星光校区)", "address": "临平街道星光街121号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.273011, 30.419748 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区育才实验小学(新荷校区)", "address": "兴国支路22号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.266611, 30.421407 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区星光幼儿园(星光园区)", "address": "星辰路6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.279495, 30.424687 ] } }, +{ "type": "Feature", "properties": { "name": "金都夏宫幼儿园", "address": "北沙西路金都夏宫西荷苑3幢边上", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.263463, 30.426779 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区星辰幼儿园(蓝庭园区)", "address": "振兴路绿城蓝庭社区内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.274375, 30.426862 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区星光幼儿园(映荷园区)", "address": "振兴西路267号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.28207, 30.429166 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平卫生中等专业学校", "address": "临平街道荷花路60号", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.294246, 30.430334 ] } }, +{ "type": "Feature", "properties": { "name": "临平第二幼儿园慧丰园区", "address": "超峰东路与港园路交叉口南160米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.309687, 30.432919 ] } }, +{ "type": "Feature", "properties": { "name": "棒棒糖幼儿艺术园", "address": "汀洲路189-191号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.288074, 30.433113 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区新星幼儿园(悦山园区)", "address": "振兴西路15号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.296313, 30.433511 ] } }, +{ "type": "Feature", "properties": { "name": "临平第三中学(风荷校区)", "address": "汀洲路与振兴西路交叉口北180米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.288887, 30.434003 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭高级中学", "address": "荷花塘社区振兴西路18号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.293053, 30.434124 ] } }, +{ "type": "Feature", "properties": { "name": "美孚天童幼儿园", "address": "临平北沙西路152号东厦东港南区", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.271461, 30.429921 ] } }, +{ "type": "Feature", "properties": { "name": "临平街道中心幼儿园顺达园区", "address": "顺达路159-30号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.276883, 30.434134 ] } }, +{ "type": "Feature", "properties": { "name": "理想湾幼儿园", "address": "众安理想湾东门南90米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.271461, 30.434741 ] } }, +{ "type": "Feature", "properties": { "name": "临平第五中学", "address": "临平大道668号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.276173, 30.437784 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区临平第三小学绿洲校区", "address": "顺达路166号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.274887, 30.438934 ] } }, +{ "type": "Feature", "properties": { "name": "临平区玉洲幼儿园玉洲园区", "address": "登月巷5号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.284493, 30.443912 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区临平第三小学(新洲校区)", "address": "新洲路", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.284294, 30.445459 ] } }, +{ "type": "Feature", "properties": { "name": "玉架山幼儿园昌达园区", "address": "五洲支路31号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.279741, 30.452854 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区临平街道中心幼儿园(乾元园区)", "address": "临平街道乾元社区假山前4号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.271501, 30.455119 ] } }, +{ "type": "Feature", "properties": { "name": "临平三中教育集团吴昌硕实验学校", "address": "香岸路凌寒街", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.234858, 30.440439 ] } }, +{ "type": "Feature", "properties": { "name": "临平区小黄山幼儿园(景尚园区)", "address": "凌寒街26号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.236701, 30.440628 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市塘栖中学(新校区)", "address": "香岸路1号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.234076, 30.44225 ] } }, +{ "type": "Feature", "properties": { "name": "栖溪幼儿园康庭园区", "address": "康庭和苑东北门西北60米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.232081, 30.453844 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖第三幼儿园(朱家角分园)", "address": "东湖街道康乐小区内", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.232172, 30.456697 ] } }, +{ "type": "Feature", "properties": { "name": "微时代幼儿园", "address": "塘栖镇兴起路518号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.234803, 30.46001 ] } }, +{ "type": "Feature", "properties": { "name": "树兰学校", "address": "钱江经济开发区兴国路535号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.233425, 30.468371 ] } }, +{ "type": "Feature", "properties": { "name": "杭州二中树兰高级中学", "address": "兴国路535号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.23333, 30.469622 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区育蕾学校(运河校区)", "address": "杭机路7号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.296816, 30.458261 ] } }, +{ "type": "Feature", "properties": { "name": "林苑学校", "address": "南栅口社区综合楼1号", "type": "科教文化服务;学校;中学|科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.304039, 30.459539 ] } }, +{ "type": "Feature", "properties": { "name": "运河第一幼儿园(亭趾园区)", "address": "湖潭路312号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.301308, 30.464603 ] } }, +{ "type": "Feature", "properties": { "name": "运河第一幼儿园(滩里分园)", "address": "花园路运河第一幼儿园滩里分园", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.285915, 30.466958 ] } }, +{ "type": "Feature", "properties": { "name": "运河第一幼儿园(三花里园区)", "address": "东湖北路与联新路交叉口西南80米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.295425, 30.471075 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大拇指幼儿早教园", "address": "运河街道兴旺大道2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.299025, 30.474313 ] } }, +{ "type": "Feature", "properties": { "name": "艺嘉幼儿园", "address": "兴旺大道1号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.296277, 30.477041 ] } }, +{ "type": "Feature", "properties": { "name": "浙江理工大学(临平校区)", "address": "康泰路8号", "type": "科教文化服务;学校;高等院校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.289798, 30.480205 ] } }, +{ "type": "Feature", "properties": { "name": "临平区运河第三幼儿园", "address": "运溪路35号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.299825, 30.483323 ] } }, +{ "type": "Feature", "properties": { "name": "杭州二中白马湖教育集团临平东湖学校", "address": "东湖街道石坝村", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.267728, 30.459817 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区运河第二幼儿园", "address": "运河街道泾洋路14号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.272534, 30.496758 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区塘栖塘南小学(泉漳校区)", "address": "塘栖镇塘乾线", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.24113, 30.482399 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖第三幼儿园(泉漳分园)", "address": "星河路附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.244683, 30.486001 ] } }, +{ "type": "Feature", "properties": { "name": "临平区南禾幼儿园艺禾园区", "address": "汀兰街6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.294211, 30.391395 ] } }, +{ "type": "Feature", "properties": { "name": "临平区临平第一小学(南枝校区)", "address": "南苑街道街道永乐路2号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.309173, 30.392543 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平第一小学(新竹校区)", "address": "黄鹤山街", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.29191, 30.394665 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区临平第一中学(望梅校区)", "address": "南苑街501号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.289533, 30.395146 ] } }, +{ "type": "Feature", "properties": { "name": "新星嘉文幼儿园嘉木园区", "address": "黄鹤山街", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.291584, 30.396144 ] } }, +{ "type": "Feature", "properties": { "name": "三之三水景城幼儿园", "address": "南苑街道水景城14幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.292431, 30.400165 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平第一小学(世纪校区)", "address": "世纪大道西160号(临平地铁站B5口步行350米)", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.299521, 30.405745 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平信达外国语学校小学部(水景校区)", "address": "南苑街道新丰路", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.297775, 30.406825 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平信达外国语学校(水景校区)", "address": "南苑街道新丰路", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.298806, 30.406916 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区南禾幼儿园启禾园区", "address": "人民大道353号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.294669, 30.407359 ] } }, +{ "type": "Feature", "properties": { "name": "南苑舒心幼儿园", "address": null, "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.286507, 30.407841 ] } }, +{ "type": "Feature", "properties": { "name": "小博士幼儿园", "address": "人民大道357号", "type": "科教文化服务;学校;幼儿园|科教文化服务;培训机构;培训机构", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.295602, 30.408363 ] } }, +{ "type": "Feature", "properties": { "name": "临平区南禾幼儿园丰禾园区", "address": "藕花洲大街433号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.2879, 30.40915 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平职业高级中学", "address": "政法街139号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.313211, 30.4129 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区实验小学(广和校区)", "address": "广和街57号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.306226, 30.416317 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区商贸职业高级中学", "address": "南苑街道平吴街2号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.314475, 30.419806 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平第一小学(将军殿校区)", "address": "临平街道将军殿弄29号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.300422, 30.419861 ] } }, +{ "type": "Feature", "properties": { "name": "临平第一幼儿园", "address": "南苑街道平吴街3号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.312947, 30.420321 ] } }, +{ "type": "Feature", "properties": { "name": "临平第三幼儿园(木禾园区)", "address": "临平街道为民弄2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.298498, 30.420741 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区临平第三幼儿园(北大街园区)", "address": "临平街道后横弄6号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.302251, 30.421159 ] } }, +{ "type": "Feature", "properties": { "name": "启蒙·东方俊园幼儿园", "address": "红丰南路87号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.31562, 30.423047 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区行政学校", "address": "沿山路余杭区委党校(邱山大街地铁站B口步行360米)", "type": "科教文化服务;学校;学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.294064, 30.423142 ] } }, +{ "type": "Feature", "properties": { "name": "临平区临平第三幼儿园(朝阳分园)", "address": "临平街道朝阳东路22号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.307946, 30.423813 ] } }, +{ "type": "Feature", "properties": { "name": "临平第三幼儿园景山分园", "address": "临平沿山路114号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.295933, 30.424965 ] } }, +{ "type": "Feature", "properties": { "name": "临平第二小学", "address": "九曲营路245号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.310615, 30.42616 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区星光幼儿园(荷畔园区)", "address": "雨荷路2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.285014, 30.426562 ] } }, +{ "type": "Feature", "properties": { "name": "临平区城北中心学校(临平校区)", "address": "星火南路18号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.30035, 30.426575 ] } }, +{ "type": "Feature", "properties": { "name": "临平第二幼儿园", "address": "九曲营路247号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.310992, 30.426627 ] } }, +{ "type": "Feature", "properties": { "name": "临平第三中学", "address": "九曲营路249号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.312408, 30.426641 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区新星幼教集团", "address": "临平街道沿山路99号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.296187, 30.426692 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区开心幼儿园(星光街)", "address": "星光街369-371附近", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.289974, 30.426998 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区老年学校", "address": "沿山路125号", "type": "科教文化服务;学校;成人教育", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.297195, 30.428258 ] } }, +{ "type": "Feature", "properties": { "name": "临平区新星幼儿园沿山园区", "address": "临平公园东门对面沿山路", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.298223, 30.428406 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区星光幼儿园(玉荷园区)", "address": "映荷街171-1", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.288925, 30.428675 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区荷花幼儿园", "address": "临平荷花塘荷花小区41幢", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.291778, 30.42903 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区西园艺术培训中心", "address": "星光街497-501", "type": "科教文化服务;学校;职业技术学校|科教文化服务;培训机构;培训机构", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.294493, 30.429338 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平职业高级中学(邱山校区)", "address": "荷花路60号", "type": "科教文化服务;学校;职业技术学校", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.294193, 30.430013 ] } }, +{ "type": "Feature", "properties": { "name": "临平第一幼儿园二高园区", "address": "新秀家园南区北门", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.320103, 30.418777 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平第二高级中学", "address": "临平人民大道1501号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.319291, 30.421089 ] } }, +{ "type": "Feature", "properties": { "name": "杭州临平米夏幼儿园", "address": "临平东湖街道新颜路2号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.316664, 30.431149 ] } }, +{ "type": "Feature", "properties": { "name": "临平区第五小学(双林校区)", "address": "东湖街道星光街三号桥", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.323632, 30.434856 ] } }, +{ "type": "Feature", "properties": { "name": "临平第二中学", "address": "新天路与星光街交叉口西北140米", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.323129, 30.43712 ] } }, +{ "type": "Feature", "properties": { "name": "东湖幼儿园临东园区", "address": "振兴东路与登峰路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.31827, 30.437608 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区临志学校", "address": "新丝路60-7号", "type": "科教文化服务;学校;小学|科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.319764, 30.441158 ] } }, +{ "type": "Feature", "properties": { "name": "临平第五小学(振兴路校区)", "address": "振兴东路46号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.324224, 30.441443 ] } }, +{ "type": "Feature", "properties": { "name": "临平第二小学港园校区", "address": "超峰东路10号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.308193, 30.434289 ] } }, +{ "type": "Feature", "properties": { "name": "临平第二幼儿园红丰园区", "address": "东湖街道港园路1号天天快递对面", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.307759, 30.435498 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区育才实验小学红丰校区", "address": "东湖街道振兴东路2号", "type": "科教文化服务;学校;小学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.305176, 30.437162 ] } }, +{ "type": "Feature", "properties": { "name": "临平区东湖世纪星幼儿园", "address": "港园路5号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.307724, 30.438652 ] } }, +{ "type": "Feature", "properties": { "name": "美好慧承幼儿园", "address": "天荷路与荷花路交叉口", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.289482, 30.439607 ] } }, +{ "type": "Feature", "properties": { "name": "临平第二幼儿园(天荷园区)", "address": "东湖街道北沙西路38号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.299319, 30.439919 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平实验中学(华宁校区)", "address": "东湖街道华宁路6号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.291863, 30.449139 ] } }, +{ "type": "Feature", "properties": { "name": "兴旺幼儿园(东湖北路)", "address": "旺盛路与泰极路交叉口东50米", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.299649, 30.457107 ] } }, +{ "type": "Feature", "properties": { "name": "运河第一幼儿园(费庄分园)", "address": "运河街道费兴路22号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.324068, 30.464733 ] } }, +{ "type": "Feature", "properties": { "name": "运河一幼(明智分园)", "address": "运河街道明智村朱家河56号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.317855, 30.480667 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区运河中学", "address": "运溪路33号", "type": "科教文化服务;学校;中学", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.2993, 30.484865 ] } }, +{ "type": "Feature", "properties": { "name": "运河第二幼儿园(鹿溪园区)", "address": "运河镇博陆村鹿溪路187号", "type": "科教文化服务;学校;幼儿园", "category": "school" }, "geometry": { "type": "Point", "coordinates": [ 120.302511, 30.498737 ] } }, +{ "type": "Feature", "properties": { "name": "君临医院", "address": "峙山西路86号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.244731, 30.041526 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第三人民医院", "address": "临浦镇峙山北路", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.246922, 30.041571 ] } }, +{ "type": "Feature", "properties": { "name": "萧南老年病医院", "address": "临北路87号", "type": "医疗保健服务;综合医院;综合医院|医疗保健服务;专科医院;专科医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.25948, 30.05493 ] } }, +{ "type": "Feature", "properties": { "name": "杭州禾正医院", "address": "东藩北路51-1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.24679, 30.055312 ] } }, +{ "type": "Feature", "properties": { "name": "杭州御湘湖未来医院", "address": "闻堰街道3333号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.186846, 30.12121 ] } }, +{ "type": "Feature", "properties": { "name": "杭州滨江绿康康复医院", "address": "天马路999号阳光家园北门10幢", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.191161, 30.14799 ] } }, +{ "type": "Feature", "properties": { "name": "浙江萧山老年医院", "address": "蜀山街道萧金路2358号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.254271, 30.121587 ] } }, +{ "type": "Feature", "properties": { "name": "萧山第一人民医院湘湖分院", "address": "小白线与万源路交叉口南480米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.254601, 30.121677 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第二医院(萧山院区)(建设中)", "address": "面包树街与蜀山路交叉口东南400米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.254312, 30.125071 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧悦医院", "address": "蜀山街道御湖城9幢1-3层", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.262792, 30.126651 ] } }, +{ "type": "Feature", "properties": { "name": "萧山育才医院", "address": "联东路761-1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.282483, 30.118465 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东方华康康复医院", "address": "高桥路1036号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.272104, 30.137497 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山茶亭中医医院", "address": "高桥路919号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.273251, 30.139883 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山泰和医院", "address": "高桥路398号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.272331, 30.1487 ] } }, +{ "type": "Feature", "properties": { "name": "杭州休博医院", "address": "休博路休博园中心区18号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.24466, 30.165265 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山东方医院", "address": "萧绍路999号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.277676, 30.164688 ] } }, +{ "type": "Feature", "properties": { "name": "萧山中医院肠道门诊", "address": "城厢街道育才路156号萧山中医院", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.28003, 30.16675 ] } }, +{ "type": "Feature", "properties": { "name": "萧山中医院卒中中心", "address": "城厢街道育才路156号萧山中医院", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.280214, 30.167065 ] } }, +{ "type": "Feature", "properties": { "name": "萧山中医院急诊", "address": "育才路156号杭州市萧山区中医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.280208, 30.167072 ] } }, +{ "type": "Feature", "properties": { "name": "萧山中医院", "address": "城厢街道育才路156号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.280508, 30.167291 ] } }, +{ "type": "Feature", "properties": { "name": "萧山中医院门诊楼", "address": "育才路156号杭州市萧山区中医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.280258, 30.167734 ] } }, +{ "type": "Feature", "properties": { "name": "浙江萧山医院医共体总院北干分院", "address": "北干街道社区卫生服务中心东门旁", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.260361, 30.174674 ] } }, +{ "type": "Feature", "properties": { "name": "浙江萧山医院(总院)", "address": "北干街道育才北路728号浙江萧山医院", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.280203, 30.183973 ] } }, +{ "type": "Feature", "properties": { "name": "萧山经济技术开发区医院", "address": "宁税路68号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.2797, 30.195838 ] } }, +{ "type": "Feature", "properties": { "name": "浙医二院国际医学中心", "address": "文明路328号江宁大厦内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.270583, 30.213546 ] } }, +{ "type": "Feature", "properties": { "name": "浙江萧山医院医共体总院宁围分院", "address": "万向医院西南门旁", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.281301, 30.217422 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区盈丰街道社区卫生服务中心", "address": "盈丰街道振宁路1312号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.255306, 30.215724 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山杭发医院", "address": "南秀路2068-2号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.294347, 30.14632 ] } }, +{ "type": "Feature", "properties": { "name": "商诚医院", "address": "萧绍路287-293号", "type": "医疗保健服务;综合医院;综合医院|医疗保健服务;专科医院;专科医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.293816, 30.164109 ] } }, +{ "type": "Feature", "properties": { "name": "萧山快康医院", "address": "高桥路251号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.272652, 30.152451 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第一人民医院协作医院", "address": "杭州萧山康达中医医院西北门旁", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.291929, 30.154354 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山康达中医院", "address": "商城南路509号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.292147, 30.15436 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区第一人民医院医共体总院", "address": "市心南路199号萧山区第一人民医院", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.26903, 30.156168 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区第一人民医院", "address": "市心南路199号(人民路地铁站B口步行300米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.268926, 30.156874 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山恒福医院(体外碎石)", "address": "衙前镇复线路6号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.378874, 30.162306 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市萧山区第二人民医院", "address": "瓜沥镇东灵路47号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.458671, 30.173879 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山永信医院", "address": "建设四路11678号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.473739, 30.182609 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山六里桥医院", "address": "瓜沥镇", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.470865, 30.184791 ] } }, +{ "type": "Feature", "properties": { "name": "萧山中医院针灸治疗中心", "address": "萧山中医院5号楼3层", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.280179, 30.168164 ] } }, +{ "type": "Feature", "properties": { "name": "康嘉医院", "address": "育才路1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.279098, 30.170135 ] } }, +{ "type": "Feature", "properties": { "name": "萧山爱心医院", "address": "北干街道柳桥街186号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.290432, 30.172952 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山开元医院", "address": "宁围街道通惠中路669号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.284718, 30.17857 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山华氏医院", "address": "海塘路275号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.303432, 30.185878 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山长山医院", "address": "新街镇海塘路258号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.303471, 30.186091 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山大园医院", "address": "坎山镇武肃西路288号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.408226, 30.189411 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区第一人民医院医共体总院坎山分院", "address": "坎红路与八柯线交叉口西北280米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.398755, 30.193313 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山邻家联合医院", "address": "众安路与建设四路交叉口西北60米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.403551, 30.198351 ] } }, +{ "type": "Feature", "properties": { "name": "浙医健萧山新街医院", "address": "新街街道盛乐村8组66号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.304545, 30.213094 ] } }, +{ "type": "Feature", "properties": { "name": "杭州普迪欣康复医院", "address": "萧山经济技术开发区鸿兴路179号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.326, 30.22173 ] } }, +{ "type": "Feature", "properties": { "name": "杭州华健医院", "address": "红垦路475号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.35195, 30.228476 ] } }, +{ "type": "Feature", "properties": { "name": "浙江体育职业技术学院附属体育医院(内部专用)", "address": "弘慧路西50米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.294772, 30.252004 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区中医院医共体总院(红山分院)", "address": "新街镇红山大道6064号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.387247, 30.231408 ] } }, +{ "type": "Feature", "properties": { "name": "杭州福音医院", "address": "青六南路55号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.482339, 30.250835 ] } }, +{ "type": "Feature", "properties": { "name": "杭州同泽医院", "address": "义蓬街道蜜蜂村(新镇路地铁站A口步行220米)", "type": "医疗保健服务;综合医院;综合医院|医疗保健服务;诊所;诊所", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.486145, 30.25792 ] } }, +{ "type": "Feature", "properties": { "name": "宝苑医院", "address": "南阳街道向阳路699号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.427688, 30.261368 ] } }, +{ "type": "Feature", "properties": { "name": "武警浙江省总队医院", "address": "江南大道(江陵路地铁站A口步行170米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.215159, 30.210149 ] } }, +{ "type": "Feature", "properties": { "name": "杭州中兴医院", "address": "望江街道秋涛路264(婺江路地铁站D口步行330米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.189155, 30.234583 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第一医院城站院区", "address": "城站路58号(城站地铁站C口步行160米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.181872, 30.246484 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属邵逸夫医院(庆春院区)", "address": "庆春东路3号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.202351, 30.256376 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山石岩医院", "address": "盈丰街道鸿宁路万向中学东侧", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.261705, 30.237331 ] } }, +{ "type": "Feature", "properties": { "name": "杭州佳业康复医院", "address": "秋涛北路68号(庆春广场地铁站B3口步行330米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.201034, 30.258641 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学校医院华家池分院", "address": "凤起东路73号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.196589, 30.264178 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市红十字会医院仁爱院区", "address": "环城东路208号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.187065, 30.265493 ] } }, +{ "type": "Feature", "properties": { "name": "工会驿站(杭州市拱墅区潮鸣街道阿波罗医院爱心驿家)", "address": "体育场路58号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.18221, 30.270581 ] } }, +{ "type": "Feature", "properties": { "name": "杭州广仁医院", "address": "新塘路327号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.207994, 30.281073 ] } }, +{ "type": "Feature", "properties": { "name": "杭州海亮医院", "address": "鸿泰路98号(彭埠地铁站C出口)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.220636, 30.293227 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第二医院(城东院区)", "address": "源聚路300号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.229229, 30.297352 ] } }, +{ "type": "Feature", "properties": { "name": "杭州长卫医院", "address": "富亿中心A栋", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.205263, 30.298056 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第一人民医院(城东院区)(建设中)", "address": "艮山东路136-3号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.254032, 30.297614 ] } }, +{ "type": "Feature", "properties": { "name": "杭州九和医院", "address": "牛田450号(九堡地铁站A口步行360米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.26465, 30.30949 ] } }, +{ "type": "Feature", "properties": { "name": "杭州顾连玺桥康复医院", "address": "兴业街366号(同协路,物美笕桥店)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.207176, 30.323721 ] } }, +{ "type": "Feature", "properties": { "name": "杭州顾连通济医院", "address": "华中路2-38号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.202984, 30.331244 ] } }, +{ "type": "Feature", "properties": { "name": "养和医院", "address": "石桥街道石祥东路1399号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.207214, 30.332722 ] } }, +{ "type": "Feature", "properties": { "name": "万向医院", "address": "宁围街道利华路571号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.281683, 30.217867 ] } }, +{ "type": "Feature", "properties": { "name": "杭州微甲医院", "address": "市心北路港汇中心2号楼1A层", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.268121, 30.221076 ] } }, +{ "type": "Feature", "properties": { "name": "杭州城东医院", "address": "德胜东路3339号3幢", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.277139, 30.312358 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第九人民医院", "address": "义蓬街道义隆路98号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.492446, 30.267582 ] } }, +{ "type": "Feature", "properties": { "name": "临江街道社区卫生服务中心", "address": "临江街道临江工业园区纬六路855号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.600562, 30.288427 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属邵逸夫医院钱塘院区", "address": "经济技术开发区下沙路368号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.315971, 30.301668 ] } }, +{ "type": "Feature", "properties": { "name": "杭州和禾医院", "address": "钱塘新区七格路465号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.313731, 30.301737 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院钱塘院区发热门诊", "address": "六号大街九号路口站北侧", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.353004, 30.302448 ] } }, +{ "type": "Feature", "properties": { "name": "杭州安舒医院", "address": "临江街道长风路3555号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.596016, 30.293429 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第一医院(钱塘院区)(建设中)", "address": "河景路与河东路交叉口(靠近仓北村地铁站)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.508294, 30.297282 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湘仪医院", "address": "听涛路203号(云水地铁站C口步行350米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.382759, 30.300337 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院钱塘院区急诊", "address": "经济技术开发区9号大街9号浙江省中医院下沙院区内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.354223, 30.304122 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院钱塘院区门诊", "address": "经济技术开发区9号大街7号浙江省中医院下沙院区内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.35398, 30.30447 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院钱塘院区", "address": "下沙街道9号大街9号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.353573, 30.304008 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院(下沙院区)-住院部", "address": "经济技术开发区9号大街9号浙江省中医院钱塘院区内", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.353875, 30.304525 ] } }, +{ "type": "Feature", "properties": { "name": "杭州欣康医院", "address": "月雅路303号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.299372, 30.313065 ] } }, +{ "type": "Feature", "properties": { "name": "杭州电子科技大学下沙校区-校医院", "address": "学林街高教园区西区", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.344525, 30.315379 ] } }, +{ "type": "Feature", "properties": { "name": "杭州新城医院", "address": "杭州经济技术开发区学源街1227号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.334956, 30.318569 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工商大学校医院", "address": "白杨街道下沙高教园区东区", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.392154, 30.311729 ] } }, +{ "type": "Feature", "properties": { "name": "新围医院", "address": "河庄街道围中村围群线", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.442498, 30.318641 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省青春医院(下沙院区)", "address": "下沙经济技术开发区下沙街道五一路59号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.365871, 30.34895 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院丁桥院区感染性疾病楼", "address": "丁兰街道环丁路1630号杭州市中医院丁桥院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.219926, 30.357997 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院丁桥院区急诊", "address": "丁兰街道环丁路1630号杭州市中医院丁桥院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.220952, 30.358157 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院丁桥院区5号住院楼", "address": "环丁路与同港路交叉口西北120米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.221088, 30.358504 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院丁桥院区门诊医技楼", "address": "丁兰街道环丁路1630号杭州市中医院丁桥院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.220101, 30.358924 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院丁桥院区", "address": "丁兰街道环丁路1630号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.220828, 30.358937 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院丁桥院区6号住院楼", "address": "环丁路与同港路交叉口西北140米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.221507, 30.359168 ] } }, +{ "type": "Feature", "properties": { "name": "杭州城健医院", "address": "东风港路8号(华鹤街地铁站D口步行410米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.237913, 30.367971 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市民福医院", "address": "丁兰街道龙居寺巷6号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.235484, 30.383859 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院丁桥院区7号住院楼", "address": "环丁路与同港路交叉口北200米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.221691, 30.359673 ] } }, +{ "type": "Feature", "properties": { "name": "杭州绿康医院", "address": "丁桥镇沿山村鲍家渡3号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.222223, 30.372926 ] } }, +{ "type": "Feature", "properties": { "name": "杭州基督教协会圣爱康复医院", "address": "丁兰街道皋城村金门槛78号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.226557, 30.376231 ] } }, +{ "type": "Feature", "properties": { "name": "临平区中医院急诊", "address": "塘栖镇运城街101号杭州市临平区中医院", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.212169, 30.470097 ] } }, +{ "type": "Feature", "properties": { "name": "浙医二院临平分院星桥院区", "address": "星桥学前街16号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.256201, 30.390958 ] } }, +{ "type": "Feature", "properties": { "name": "杭州星都医院", "address": "星都北路48号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.258383, 30.398001 ] } }, +{ "type": "Feature", "properties": { "name": "彤安医院", "address": "临平大道797号2幢", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.253512, 30.422215 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区中医院", "address": "塘栖镇运城街101号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.211026, 30.470415 ] } }, +{ "type": "Feature", "properties": { "name": "临平区中医院门诊", "address": "塘栖镇运城街101号杭州市临平区中医院", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.211927, 30.47053 ] } }, +{ "type": "Feature", "properties": { "name": "临平区中医院住院楼", "address": "塘栖镇运城街101号杭州市临平区中医院", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.210909, 30.470868 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市康复医院(杭州市第一人民医院下沙院区)", "address": "下沙街道博浪街88号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.331709, 30.329267 ] } }, +{ "type": "Feature", "properties": { "name": "翁德隆医院", "address": "远华佳域商务中心1幢103-2、104-1、201-206室", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.304716, 30.374227 ] } }, +{ "type": "Feature", "properties": { "name": "杭州广和医院", "address": "南苑街道新城路13号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.303713, 30.414451 ] } }, +{ "type": "Feature", "properties": { "name": "临平区第五人民医院", "address": "保健路60号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.299716, 30.422845 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区第五人民医院-西区", "address": "临平街道保健路60号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.299336, 30.422897 ] } }, +{ "type": "Feature", "properties": { "name": "浙太中医医院", "address": "丁山路6号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.275801, 30.408357 ] } }, +{ "type": "Feature", "properties": { "name": "杭州第三人民医院临平院区(建设中)", "address": "绿洲路与顺达路交叉口东北220米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.272237, 30.44437 ] } }, +{ "type": "Feature", "properties": { "name": "杭州邦尔医院(新天路老院区)", "address": "天荷路与新天路交叉口西160米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.320539, 30.445733 ] } }, +{ "type": "Feature", "properties": { "name": "杭州慈宁医院", "address": "联新路", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.297023, 30.471974 ] } }, +{ "type": "Feature", "properties": { "name": "绿城双慈医院", "address": "联新路杨家墩小区北侧约60米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.299661, 30.472134 ] } }, +{ "type": "Feature", "properties": { "name": "杭州临平博陆医院", "address": "东湖街道运河街道东湖北路883号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.296374, 30.491966 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省立同德医院之江院区", "address": "转塘街道象山路280号(霞鸣街地铁站D口步行460米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.071853, 30.139021 ] } }, +{ "type": "Feature", "properties": { "name": "杭州金色年华医院", "address": "转塘街道金家岭188号8幢1-2层", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.021937, 30.147618 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省人民医院望江山院区", "address": "转塘街道望江山路1号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.067466, 30.15025 ] } }, +{ "type": "Feature", "properties": { "name": "杭州枫上医院", "address": "转塘街道象山社区大象画室前100米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.070751, 30.152687 ] } }, +{ "type": "Feature", "properties": { "name": "华宫医院", "address": "龙谷路与清谷路交叉口东240米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.07065, 30.18078 ] } }, +{ "type": "Feature", "properties": { "name": "杭州康柏医院", "address": "大清社区1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.070821, 30.204091 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第一医院之江院区", "address": "转塘街道梧桐路366号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.100094, 30.145902 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市五云山医院", "address": "九溪二龙头五云东路6号五云山内", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.114033, 30.184914 ] } }, +{ "type": "Feature", "properties": { "name": "杭州橡树留和医院", "address": "花牌楼179-182号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.058621, 30.230124 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院(西溪院区)", "address": "高教路1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.019568, 30.230274 ] } }, +{ "type": "Feature", "properties": { "name": "清扬医院", "address": "留泗路1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.05326, 30.233489 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省立同德医院闲林院区", "address": "闲林东路1号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.013596, 30.227772 ] } }, +{ "type": "Feature", "properties": { "name": "中国人民解放军联勤保障部队第九〇三医院九里松院区", "address": "灵隐路14号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.11669, 30.246587 ] } }, +{ "type": "Feature", "properties": { "name": "中国人民解放军联勤保障部队第九〇三医院(九里松院区)", "address": "灵隐路14号(双峰插云)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.119607, 30.246985 ] } }, +{ "type": "Feature", "properties": { "name": "浙江医院(灵隐院区)", "address": "灵隐路12号浙江医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.124832, 30.248959 ] } }, +{ "type": "Feature", "properties": { "name": "杭州余杭根志堂中医医院", "address": "中泰街道水塔路33号南湖大厦1幢", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.936145, 30.242572 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西溪医院", "address": "留下街道横埠街2号(近天目山路)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.044752, 30.236576 ] } }, +{ "type": "Feature", "properties": { "name": "杭州怡宁医院", "address": "五常大道辅助南路38号1幢", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.045655, 30.246395 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区五常街道社区卫生服务中心", "address": "宋家湾路与代运段交叉口西北80米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.039562, 30.253573 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第四人民医院(建设中)", "address": "浦沿路与回龙庵街交叉口西北80米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.155402, 30.152705 ] } }, +{ "type": "Feature", "properties": { "name": "杭州宾康医院", "address": "东冠路281号附近", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.173505, 30.169335 ] } }, +{ "type": "Feature", "properties": { "name": "杭州乐天派英智康复医院", "address": "滨文路200号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.193373, 30.17443 ] } }, +{ "type": "Feature", "properties": { "name": "浙江康复医疗中心", "address": "滨盛路2828号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.181193, 30.197236 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第二医院滨江院区国际医学部", "address": "江虹路1511号浙江大学医学院附属第二医院滨江院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.198249, 30.20047 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第二医院滨江院区", "address": "江虹路1511号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.198023, 30.201344 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第一人民医院(钱江新城院区体检中心)", "address": "望潮路与鲲鹏路交叉口北80米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.197475, 30.228275 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第一人民医院南星桥院区", "address": "中西医结合医院西南门旁(南星桥地铁站B口步行380米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.176913, 30.219938 ] } }, +{ "type": "Feature", "properties": { "name": "上城区中医院", "address": "河坊街413号(吴山广场地铁站C口步行140米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.162168, 30.239375 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院国医馆", "address": "吴山路98-1号(龙翔桥地铁站出入口步行240米)", "type": "医疗保健服务;综合医院;三级甲等医院|医疗保健服务;诊所;诊所", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.165189, 30.252442 ] } }, +{ "type": "Feature", "properties": { "name": "杭州华实医院", "address": "西湖大道37号(城站地铁站D口步行420米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.176487, 30.245277 ] } }, +{ "type": "Feature", "properties": { "name": "市三医院24小时自助服务区", "address": "小营街道西湖大道38号杭州市第三人民医院", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.178949, 30.246268 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第三人民医院", "address": "小营街道西湖大道38号(城站地铁站C口步行210米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.1778, 30.246445 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第一人民医院小营分院", "address": "民生路13号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.173752, 30.247979 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第二医院(解放路院区)急诊中心", "address": "解放路88号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.177297, 30.250783 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第二医院(解放路院区)", "address": "小营街道解放路88号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.177439, 30.251172 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院胸痛中心", "address": "仁和路浙江省中医院(龙翔桥地铁站出入口步行390米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.166433, 30.252044 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院湖滨院区门诊", "address": "邮电路54号浙江省中医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.165833, 30.252056 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院湖滨院区", "address": "邮电路54号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.1659, 30.252314 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医博医院(肛肠胃肠)", "address": "中河中路166号主楼一层部分二层三层及附楼", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.172283, 30.25237 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院湖滨院区急诊中心", "address": "邮电路54号浙江省中医院湖滨院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.166381, 30.252524 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院湖滨院区卒中中心", "address": "邮电路54号浙江省中医院湖滨院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.166355, 30.252531 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中医院湖滨院区房颤中心", "address": "邮电路54号浙江省中医院湖滨院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.166378, 30.252545 ] } }, +{ "type": "Feature", "properties": { "name": "西湖大学医学院附属杭州市第一人民医院(湖滨院区)", "address": "浣纱路261号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.166749, 30.255273 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第一医院(大学路院区)", "address": "老浙大直路17号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.185327, 30.255512 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中山医院(庆春院区)", "address": "庆春路23号中医大厦2层", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.184243, 30.257645 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省针灸推拿医院(庆春路)", "address": "庆春路23号中医大厦F1层", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.184355, 30.257734 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省青春医院门诊部", "address": "庆春东路54号浙江省青春医院", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.195698, 30.257864 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省青春医院", "address": "庆春东路54号(庆菱路地铁站A1口步行230米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.196133, 30.258174 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院北山分院", "address": "同人商务楼西南门旁", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.149205, 30.265112 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区8号病房楼", "address": "体育场路453号杭州市中医院武林院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.153747, 30.268741 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院8号楼", "address": "体育场路453号杭州市中医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.15365, 30.268778 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院7号楼", "address": "体育场路453号杭州市中医院武林院区7号楼", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154355, 30.268906 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区勤务中心", "address": "体育场路453号杭州市中医院武林院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154149, 30.269149 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第一医院(庆春院区)", "address": "庆春路79号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.177825, 30.25592 ] } }, +{ "type": "Feature", "properties": { "name": "天水武林街道社区卫生服务中心", "address": "耶稣堂弄4号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.166504, 30.268738 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院3号楼", "address": "体育场路453号杭州市中医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.155175, 30.269175 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区9号病房楼", "address": "金祝南路与体育场路交叉口东南40米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.153571, 30.269208 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院北山分院5号楼", "address": "体育场路453号杭州市中医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154602, 30.269222 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区5号病房楼", "address": "体育场路453号杭州市中医院武林院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154646, 30.269227 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区配置中心", "address": "体育场路453号杭州市中医院9号楼二楼", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.153625, 30.269278 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区骨伤科门诊", "address": "体育场路453号杭州市中医院武林院区", "type": "医疗保健服务;综合医院;三级甲等医院|医疗保健服务;专科医院;骨科医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154325, 30.269325 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区", "address": "体育场路453号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154343, 30.269333 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区推拿科门诊", "address": "体育场路453号杭州市中医院武林院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.155073, 30.269367 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区6号病房楼", "address": "体育场路与光明日报支路交叉口南80米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154161, 30.269389 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院北山分院6号楼", "address": "体育场路453号杭州市中医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154013, 30.269401 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院北山分院1号楼", "address": "体育场路453号杭州市中医院武林院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.1549, 30.269624 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区卒中中心", "address": "体育场路453号杭州市中医院武林院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.15489, 30.269689 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区胸痛中心", "address": "体育场路453号杭州市中医院武林院区", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154879, 30.269714 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院急诊", "address": "北山街道(武林门地铁站B口步行70米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154913, 30.269754 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区急诊", "address": "体育场路453-545(武林门地铁站B口步行80米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154854, 30.269824 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市中医院武林院区门诊", "address": "体育场路453号杭州市中医院内", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.154464, 30.269827 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市拱墅区中医医院", "address": "绍兴支路25号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.179966, 30.280292 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省立同德医院天目山路院区", "address": "天目山路132号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.147582, 30.272435 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中山医院行政区", "address": "武林巷2号(沈塘桥地铁站F1口步行480米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.15158, 30.276709 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中山医院莫干山院区胸痛中心", "address": "莫干山路219浙江省中山医院", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.151398, 30.277299 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省中山医院", "address": "莫干山路219(沈塘桥地铁站F1口步行140米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.151029, 30.277342 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学校医院(西溪分院)", "address": "文三路", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.140923, 30.277094 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省立同德医院翠苑院区", "address": "古翠路234号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.120497, 30.284147 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市儿童医院", "address": "文晖街道文晖路上塘路交叉口文晖路201号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.170859, 30.28095 ] } }, +{ "type": "Feature", "properties": { "name": "杭州医学院附属人民医院", "address": "上塘路与上塘高架入口交叉口东80米", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.168241, 30.284711 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省人民医院(朝晖院区)", "address": "上塘路158号(西湖文化广场地铁站F口步行300米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.168565, 30.285295 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学附属第二医院(关节炎问诊室)", "address": "潮王路318号3号楼202室", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.148275, 30.284225 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学附属第二医院", "address": "潮王路318号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.148439, 30.284547 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市第一人民医院朝晖分院", "address": "朝晖七小区12", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.161395, 30.284642 ] } }, +{ "type": "Feature", "properties": { "name": "浙江康静医院", "address": "东新路509号(香积寺路口)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.175166, 30.306969 ] } }, +{ "type": "Feature", "properties": { "name": "浙大医院(内部专用)", "address": "浙大路38号浙江大学玉泉校区内", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.124446, 30.267628 ] } }, +{ "type": "Feature", "properties": { "name": "钱爱仁堂中医医院", "address": "禹航路与径香路交叉口西北60米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.943855, 30.266156 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区第二人民医院", "address": "余杭街道安乐路80号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.940112, 30.270334 ] } }, +{ "type": "Feature", "properties": { "name": "浙一余杭院区二期", "address": "爱橙街与邵家埭路交叉口西北200米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.985882, 30.270733 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属第一医院余杭院区", "address": "文一西路1367号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.987759, 30.271931 ] } }, +{ "type": "Feature", "properties": { "name": "杭州未来科技城医院", "address": "仓前街道文一西路1333号,杭州未来科技城医院2楼(眼科中心)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.991751, 30.273174 ] } }, +{ "type": "Feature", "properties": { "name": "杭州未来科技城医院", "address": "文一西路1333号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.991727, 30.27324 ] } }, +{ "type": "Feature", "properties": { "name": "浙江省消防医院", "address": "哑巴弄6号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.140429, 30.301634 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学附属第二医院(浙江省新华医院)申花院区", "address": "莫干山路1111号(花园岗地铁站D2口步行290米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.112434, 30.313999 ] } }, +{ "type": "Feature", "properties": { "name": "恩华医院", "address": "三墩镇石祥西路859号紫金启真大厦5号楼", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.07714, 30.308893 ] } }, +{ "type": "Feature", "properties": { "name": "杭州诚鸿医院", "address": "石祥西路859号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.07714, 30.308931 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属医院", "address": "温州路126号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.141179, 30.32222 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市拱墅区中西医结合医院", "address": "三墩路57号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.102258, 30.325932 ] } }, +{ "type": "Feature", "properties": { "name": "杭州丹青江南医院", "address": "莫干山路1379-1381号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.104225, 30.331197 ] } }, +{ "type": "Feature", "properties": { "name": "杭州康祥医院", "address": "丰庆路100号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.098223, 30.325596 ] } }, +{ "type": "Feature", "properties": { "name": "浙江医院(三墩院区)", "address": "古墩路1229号(墩祥街地铁站D口步行340米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.086765, 30.327655 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市西湖区中西医结合医院", "address": "三墩镇墩祥街398号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.074821, 30.329257 ] } }, +{ "type": "Feature", "properties": { "name": "解放军联勤保障部队第903医院(机场路院区)", "address": "机场路40号(闸弄口地铁站A口步行170米)", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.194251, 30.285886 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市红十字会医院闸弄口分院", "address": "三里亭路36号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.190922, 30.295364 ] } }, +{ "type": "Feature", "properties": { "name": "杭州博养医院", "address": "德胜中路369号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.18624, 30.303453 ] } }, +{ "type": "Feature", "properties": { "name": "杭州求是医院", "address": "沈家路108号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.181051, 30.315392 ] } }, +{ "type": "Feature", "properties": { "name": "浙江工业大学医院", "address": "潮王路18号浙江工业大学朝晖校区", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.165301, 30.293914 ] } }, +{ "type": "Feature", "properties": { "name": "拱墅区第二人民医院", "address": "上塘路518号(大关地铁站C2口步行360米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.149863, 30.305752 ] } }, +{ "type": "Feature", "properties": { "name": "拱墅区人民中西医结合医院中医馆", "address": "东新街道东新路沈家路25号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.176286, 30.31608 ] } }, +{ "type": "Feature", "properties": { "name": "杭州中西医结合医院", "address": "东新路沈家路25号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.176275, 30.3164 ] } }, +{ "type": "Feature", "properties": { "name": "树兰(杭州)医院", "address": "东新路848号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.174522, 30.328786 ] } }, +{ "type": "Feature", "properties": { "name": "杭州天瑞医院", "address": "沈半路291-8号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.176141, 30.336239 ] } }, +{ "type": "Feature", "properties": { "name": "邵逸夫医院技术指导医院", "address": "石桥路338号3栋305室", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.193957, 30.327297 ] } }, +{ "type": "Feature", "properties": { "name": "杭州花生医院新天地院区", "address": "东新街道安桥港街39号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.182711, 30.327343 ] } }, +{ "type": "Feature", "properties": { "name": "杭州花好生医院", "address": "石祥路安桥港街39号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.182772, 30.327395 ] } }, +{ "type": "Feature", "properties": { "name": "种福堂中医医院", "address": "石祥路242号首开公园D座", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.15555, 30.334628 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学医学院附属邵逸夫医院大运河院区", "address": "马家桥街60号(平安桥地铁站D口步行490米)", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.147647, 30.35335 ] } }, +{ "type": "Feature", "properties": { "name": "杭州顾连上塘康复", "address": "沈半路476号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.180981, 30.341301 ] } }, +{ "type": "Feature", "properties": { "name": "浙江明州康复医院", "address": "永华街117号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.19554, 30.345805 ] } }, +{ "type": "Feature", "properties": { "name": "杭州文仲中医医院", "address": "临丁路2177号佳美大厦一楼部分及二至四楼整层1号楼五至七楼裙楼五至六楼2号楼五楼", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.192947, 30.346786 ] } }, +{ "type": "Feature", "properties": { "name": "杭州师范大学附属医院半山分院", "address": "半山路47号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.18758, 30.349226 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学附属第三医院半山分院", "address": "半山路47号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.187832, 30.34941 ] } }, +{ "type": "Feature", "properties": { "name": "杭州天禄堂中医康复医院(结石诊疗中心)", "address": "半山街道明园路8号-1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.186812, 30.351844 ] } }, +{ "type": "Feature", "properties": { "name": "浙医健杭州医院", "address": "半山街道康健弄1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.186215, 30.352145 ] } }, +{ "type": "Feature", "properties": { "name": "西湖大学医学院附属杭州市第一人民医院(城北院区)", "address": "景莘街50号", "type": "医疗保健服务;综合医院;三级甲等医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.173288, 30.351867 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东骅医院", "address": "康桥路8号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.16846, 30.36463 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市临平区中医院崇贤分院", "address": "崇贤街道星海南路187号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.169533, 30.376335 ] } }, +{ "type": "Feature", "properties": { "name": "杭州民安护理院", "address": "塘康路8-1号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.163987, 30.372334 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区中医院崇贤分院北庄服务站", "address": "石塘线西侧", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.164656, 30.417672 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市余杭区第三人民医院", "address": "瓶窑镇羊山湾街8号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.957098, 30.383514 ] } }, +{ "type": "Feature", "properties": { "name": "浙江中医药大学富春康复医院", "address": "疏港公路5-4号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.135551, 30.39776 ] } }, +{ "type": "Feature", "properties": { "name": "浙江大学康复医院", "address": "运河路5-2号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.136266, 30.398071 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区第一人民医院(浙大一院良渚分院)", "address": "良渚街道康良街1260号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 120.054365, 30.370216 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区第五人民医院(装修中)", "address": "华兴路与凤溪路交叉口西南220米", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.975854, 30.38911 ] } }, +{ "type": "Feature", "properties": { "name": "余杭区第三人民医院瓶窑分院", "address": "大桥北路232号", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.966333, 30.4009 ] } }, +{ "type": "Feature", "properties": { "name": "杭州余杭康逸医院", "address": "彭公村彭安路48号-1", "type": "医疗保健服务;综合医院;综合医院", "category": "hospital" }, "geometry": { "type": "Point", "coordinates": [ 119.914819, 30.412185 ] } }, +{ "type": "Feature", "properties": { "name": "周浦农贸市场", "address": "周浦社区卫生服务中心北门旁", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.073673, 30.090235 ] } }, +{ "type": "Feature", "properties": { "name": "南村农贸综合市场", "address": "四何路68号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.107807, 30.125003 ] } }, +{ "type": "Feature", "properties": { "name": "杭州转塘农贸市场", "address": "杜家浦路和美院南路西南交叉口", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.08194, 30.150559 ] } }, +{ "type": "Feature", "properties": { "name": "杭州丽景路农贸市场(转塘家园西区店)", "address": "转塘家园南区", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.088098, 30.163109 ] } }, +{ "type": "Feature", "properties": { "name": "杭州农合联之江壹号农贸市场", "address": "转塘街道博美路169号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.0724, 30.163477 ] } }, +{ "type": "Feature", "properties": { "name": "九溪农贸市场", "address": "九溪徐村3号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.12083, 30.187828 ] } }, +{ "type": "Feature", "properties": { "name": "闲林农贸市场", "address": "闲林综合农贸市场21号", "type": "购物服务;综合市场;蔬菜市场|购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.984725, 30.220575 ] } }, +{ "type": "Feature", "properties": { "name": "缸窑桥农贸市场", "address": "闲林镇闲林东路7号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.005178, 30.22883 ] } }, +{ "type": "Feature", "properties": { "name": "杭州留下农贸市场", "address": "屏基山路西50米金色留下财富中心1-2层", "type": "购物服务;综合市场;小商品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.054891, 30.234901 ] } }, +{ "type": "Feature", "properties": { "name": "杨梅山农贸市场", "address": "杨梅山路218号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.063754, 30.239311 ] } }, +{ "type": "Feature", "properties": { "name": "桃源农贸市场", "address": "中泰街道荷春里7-1", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.952905, 30.239749 ] } }, +{ "type": "Feature", "properties": { "name": "中泰农贸市场", "address": "中泰街道中泰路405号中泰综合市场一楼35号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.934116, 30.24364 ] } }, +{ "type": "Feature", "properties": { "name": "余杭农贸市场", "address": null, "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.941468, 30.265011 ] } }, +{ "type": "Feature", "properties": { "name": "杭州莲花街农贸市场(莲花街农贸市场店)", "address": "莲花街农贸市场1期2楼", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.103361, 30.271214 ] } }, +{ "type": "Feature", "properties": { "name": "杭州市棚桥农贸市场", "address": "中河中路203号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.171437, 30.252256 ] } }, +{ "type": "Feature", "properties": { "name": "杭州仙林苑农贸市场", "address": "仙林桥直街6号(中河北路地铁站C口步行490米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.171168, 30.261029 ] } }, +{ "type": "Feature", "properties": { "name": "松木场农贸市场1号摊位", "address": "体育场路585号", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.148446, 30.2669 ] } }, +{ "type": "Feature", "properties": { "name": "王家弄农贸市场", "address": "王家弄1号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.14779, 30.268436 ] } }, +{ "type": "Feature", "properties": { "name": "屏风街农贸市场(玄坛公寓店)", "address": "中河北路96号(中河北路地铁站B1口步行450米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.169791, 30.268503 ] } }, +{ "type": "Feature", "properties": { "name": "杭州万寿亭农贸市场", "address": "武林路万寿亭街24号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.159786, 30.269652 ] } }, +{ "type": "Feature", "properties": { "name": "庆丰农贸市场", "address": "西溪路417号(古荡地铁站C口步行130米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.123175, 30.270075 ] } }, +{ "type": "Feature", "properties": { "name": "中河农贸市场(施家花园店)", "address": "施家花园19-4号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.170593, 30.276575 ] } }, +{ "type": "Feature", "properties": { "name": "杭州农合联莲新农贸市场(九莲新村店)", "address": "九莲新村东区西门旁(文三路地铁站A口步行380米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.133452, 30.278207 ] } }, +{ "type": "Feature", "properties": { "name": "古荡农贸市场", "address": "古荡新村东区4幢", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.118835, 30.272547 ] } }, +{ "type": "Feature", "properties": { "name": "葛巷农贸市场", "address": "联创街588号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.990543, 30.279402 ] } }, +{ "type": "Feature", "properties": { "name": "三鼎农贸市场", "address": "古墩路598号(三坝地铁站F口步行80米)同人广场B座", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.098787, 30.299139 ] } }, +{ "type": "Feature", "properties": { "name": "三墩第三农贸市场", "address": "飞虹路5-01号城北商贸园", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.093199, 30.312207 ] } }, +{ "type": "Feature", "properties": { "name": "三墩农贸市场", "address": "三墩镇振华路19号吉鸿时代商厦A座2层", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.079399, 30.314302 ] } }, +{ "type": "Feature", "properties": { "name": "吴山前农贸市场", "address": "仓前街道吴山前村36组瓦窑里5号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.97813, 30.314811 ] } }, +{ "type": "Feature", "properties": { "name": "三墩第二农贸市场", "address": "三墩镇东陈桥11号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.085052, 30.325113 ] } }, +{ "type": "Feature", "properties": { "name": "紫萱农贸市场", "address": "池华街与紫宣路交叉口(西湖萱小学对面)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.070835, 30.328339 ] } }, +{ "type": "Feature", "properties": { "name": "吉鸿家园农贸市场", "address": "吉鸿家园周坪路5号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.070273, 30.343758 ] } }, +{ "type": "Feature", "properties": { "name": "仙宅村农贸市场", "address": "仙宅村", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.89532, 30.310122 ] } }, +{ "type": "Feature", "properties": { "name": "双溪综合农贸市场", "address": "将军路", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.829931, 30.402637 ] } }, +{ "type": "Feature", "properties": { "name": "彭公农贸市场", "address": "瓶窑镇彭公村彭兴路32号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.917336, 30.410384 ] } }, +{ "type": "Feature", "properties": { "name": "鸬鸟镇农贸市场", "address": "下白线与双后线交叉口北80米", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.762597, 30.452811 ] } }, +{ "type": "Feature", "properties": { "name": "百丈农贸市场", "address": "竹城路54-1号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.732468, 30.520305 ] } }, +{ "type": "Feature", "properties": { "name": "和睦农贸市场", "address": "和睦路513号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.129445, 30.311952 ] } }, +{ "type": "Feature", "properties": { "name": "大浒东苑农贸市场(大浒东苑A区店)", "address": "双绍弄102号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.148681, 30.312857 ] } }, +{ "type": "Feature", "properties": { "name": "杭州登云路农贸市场", "address": "衢州街19号(拱宸桥东地铁站C口步行210米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.14565, 30.316778 ] } }, +{ "type": "Feature", "properties": { "name": "拱宸桥农贸市场", "address": "温州路9号普金家园", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.1438, 30.320893 ] } }, +{ "type": "Feature", "properties": { "name": "杭州瓜山未来社区农贸市场", "address": "与瓜山未来社区农贸市场150-151", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.149111, 30.3319 ] } }, +{ "type": "Feature", "properties": { "name": "星城农贸市场(东哲·云邸店)", "address": "良渚街道祥运路与冯家浜路口", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.123831, 30.338548 ] } }, +{ "type": "Feature", "properties": { "name": "吴家墩农贸市场", "address": "康桥路50号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162092, 30.365689 ] } }, +{ "type": "Feature", "properties": { "name": "崇贤农贸市场", "address": "崇阳菜市场北门(夜市旁)联合街66-12号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.167536, 30.383758 ] } }, +{ "type": "Feature", "properties": { "name": "沾桥农贸市场", "address": "独驾线农村商业银行(沾桥分理处)西南侧约90米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.14536, 30.388638 ] } }, +{ "type": "Feature", "properties": { "name": "莫家桥农贸市场", "address": "塘栖镇莫家桥村", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.161991, 30.442775 ] } }, +{ "type": "Feature", "properties": { "name": "勾庄农贸市场", "address": "蒋家塘路7号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.086927, 30.351348 ] } }, +{ "type": "Feature", "properties": { "name": "勾运路综合农贸市场", "address": "良运街187号(杭行路地铁站F2口步行340米)", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.117447, 30.353513 ] } }, +{ "type": "Feature", "properties": { "name": "大观山农贸市场", "address": "瓶窑镇东兴路150号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.973232, 30.388961 ] } }, +{ "type": "Feature", "properties": { "name": "栅庄桥农贸市场", "address": "栅庄桥53号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.082869, 30.396264 ] } }, +{ "type": "Feature", "properties": { "name": "瓶窑农贸市场", "address": "大桥北路53号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.969443, 30.397715 ] } }, +{ "type": "Feature", "properties": { "name": "安溪农贸市场", "address": "安溪路109号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.014983, 30.409551 ] } }, +{ "type": "Feature", "properties": { "name": "云会农贸市场", "address": "西南山西路7号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.094415, 30.416439 ] } }, +{ "type": "Feature", "properties": { "name": "獐山农贸市场", "address": "奉欣路与东风路交叉口北100米", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.080469, 30.443023 ] } }, +{ "type": "Feature", "properties": { "name": "獐山农贸市场", "address": "启航城1号楼地下商场", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.084879, 30.444271 ] } }, +{ "type": "Feature", "properties": { "name": "东塘农贸市场", "address": "中和路与良塘线交叉口西40米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.115571, 30.455154 ] } }, +{ "type": "Feature", "properties": { "name": "楼塔镇农贸市场", "address": "洲口路2号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.137303, 29.908288 ] } }, +{ "type": "Feature", "properties": { "name": "河上农贸市场", "address": "河上镇长春路99号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.16475, 29.937197 ] } }, +{ "type": "Feature", "properties": { "name": "吴家农贸市场", "address": "双浦镇吴家村300号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.143784, 30.112931 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湘湖农贸市场", "address": "闻堰街道隐龙湾", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.174591, 30.129794 ] } }, +{ "type": "Feature", "properties": { "name": "杭州浦沿农贸市场", "address": "浦沿路与东冠路交汇处(浦沿地铁站A口步行120米)", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.153302, 30.161336 ] } }, +{ "type": "Feature", "properties": { "name": "东冠农贸市场", "address": "铺沿街道东冠社区东冠路436号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.163166, 30.166914 ] } }, +{ "type": "Feature", "properties": { "name": "新生农贸市场", "address": "滨文路771号(西浦路地铁站A口步行160米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.137408, 30.16823 ] } }, +{ "type": "Feature", "properties": { "name": "杭州六和农贸市场", "address": "西浦路1692号浦沿6和农贸市场B-061、064、065、066号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.135183, 30.178017 ] } }, +{ "type": "Feature", "properties": { "name": "彩虹农贸市场", "address": "滨盛路4313号滨江生活彩虹馆1-2层", "type": "购物服务;综合市场;农副产品市场|购物服务;超级市场;超市", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.15349, 30.188032 ] } }, +{ "type": "Feature", "properties": { "name": "杭州望江路农贸市场", "address": "望江路109号望江路农贸市场56号摊位", "type": "购物服务;综合市场;农副产品市场|公司企业;公司;公司", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.175146, 30.236809 ] } }, +{ "type": "Feature", "properties": { "name": "萧山区河上镇大桥农贸市场", "address": "河上镇大泥线大桥中心小学", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.195603, 29.969423 ] } }, +{ "type": "Feature", "properties": { "name": "许贤农贸市场", "address": "新义名苑北门旁", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.184891, 30.059439 ] } }, +{ "type": "Feature", "properties": { "name": "义桥农贸市场", "address": "东方路49号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.20302, 30.065808 ] } }, +{ "type": "Feature", "properties": { "name": "民丰农贸市场", "address": "义桥镇民丰村百合苑", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.191306, 30.084536 ] } }, +{ "type": "Feature", "properties": { "name": "冠山农贸市场(冠山小区店)", "address": "腾龙路606号冠山小区", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.199611, 30.159618 ] } }, +{ "type": "Feature", "properties": { "name": "白鹤苑农贸市场(白马湖小区白鹤苑店)", "address": "白马湖小区白鹤苑北4门北80米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.211167, 30.167468 ] } }, +{ "type": "Feature", "properties": { "name": "长二农贸市场", "address": "天官东路277号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.197476, 30.171097 ] } }, +{ "type": "Feature", "properties": { "name": "长一农贸市场", "address": "长河街道长一农贸市场二楼", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.179281, 30.172638 ] } }, +{ "type": "Feature", "properties": { "name": "临浦综合农贸市场", "address": "兴商路与苎萝路交叉路口往西南约50米(供销大厦西南侧约100米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.24563, 30.049063 ] } }, +{ "type": "Feature", "properties": { "name": "潘水农贸市场", "address": "潘水社区潘水苑30幢(潘水地铁站A2口步行200米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.265918, 30.149316 ] } }, +{ "type": "Feature", "properties": { "name": "崇化农贸市场", "address": "萧然西路与萧然南路交叉口西300米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.259096, 30.15695 ] } }, +{ "type": "Feature", "properties": { "name": "瓜沥昭东农贸市场", "address": "瓜沥镇渔巷路萧山瓜沥醇韵酒类商行", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.440044, 30.15847 ] } }, +{ "type": "Feature", "properties": { "name": "党山菜市场", "address": "瓜沥镇党山村为民路159号", "type": "购物服务;综合市场;蔬菜市场|购物服务;综合市场;农副产品市场|购物服务;综合市场;小商品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.521145, 30.160681 ] } }, +{ "type": "Feature", "properties": { "name": "衙前镇西农贸市场", "address": "衙前路584号(衙前地铁站A口步行100米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.361213, 30.162486 ] } }, +{ "type": "Feature", "properties": { "name": "育才农贸市场", "address": "育才路58号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.27995, 30.16886 ] } }, +{ "type": "Feature", "properties": { "name": "城西农贸市场", "address": "湘湖美之园", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.248311, 30.172631 ] } }, +{ "type": "Feature", "properties": { "name": "瓜沥第二农贸市场", "address": "殿下路与章家路交叉口东100米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.464211, 30.174128 ] } }, +{ "type": "Feature", "properties": { "name": "竹桥头农贸市场", "address": "工人支路98号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.258738, 30.174433 ] } }, +{ "type": "Feature", "properties": { "name": "墩里吴农贸市场", "address": "裴家埭路与通惠中路辅路交叉口东180米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.286917, 30.182505 ] } }, +{ "type": "Feature", "properties": { "name": "德圣农贸市场", "address": "金鸡路575号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.252366, 30.18504 ] } }, +{ "type": "Feature", "properties": { "name": "益农农贸市场", "address": "益农路57号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.590733, 30.19051 ] } }, +{ "type": "Feature", "properties": { "name": "坎山下街菜市场", "address": "工新路与东社中心路交叉口东南80米", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.412295, 30.1937 ] } }, +{ "type": "Feature", "properties": { "name": "启慧农贸市场", "address": "慧翼巷与启慧弄交叉口西南60米", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.283496, 30.195347 ] } }, +{ "type": "Feature", "properties": { "name": "坎山镇新凉亭农贸市场", "address": "市场路(坎山地铁站B口步行60米)", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.395073, 30.198759 ] } }, +{ "type": "Feature", "properties": { "name": "明星农贸市场", "address": "北干街道建设二路386号", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.247447, 30.199508 ] } }, +{ "type": "Feature", "properties": { "name": "箫山综合农贸市场", "address": "新农都粮油蔬菜肉类市场北门东80米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.308343, 30.202359 ] } }, +{ "type": "Feature", "properties": { "name": "临港农贸市场", "address": "聚宝隆购物中心西门旁", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.443275, 30.211312 ] } }, +{ "type": "Feature", "properties": { "name": "宁围农贸市场", "address": "生兴路利华路交叉口北50米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.283603, 30.217712 ] } }, +{ "type": "Feature", "properties": { "name": "江一农贸市场(春波西苑店)", "address": "春波西苑东南门东北50米", "type": "购物服务;综合市场;农副产品市场|公司企业;公司;公司", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.212776, 30.190174 ] } }, +{ "type": "Feature", "properties": { "name": "共联农贸市场", "address": "新联路20号共联农贸22号摊位", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.226542, 30.201129 ] } }, +{ "type": "Feature", "properties": { "name": "杭州白金海岸农贸市场", "address": "长河路1401号长河街道", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.190546, 30.202321 ] } }, +{ "type": "Feature", "properties": { "name": "杭州江南豪园农贸市场", "address": "月明路江南豪园农贸市场一楼祥泰丰", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.210425, 30.202398 ] } }, +{ "type": "Feature", "properties": { "name": "缤纷农贸市场东海粮油店", "address": "缤纷生鲜汇一楼1-34粮油", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.222236, 30.216691 ] } }, +{ "type": "Feature", "properties": { "name": "观音塘农贸市场", "address": "下车路10号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.201839, 30.244724 ] } }, +{ "type": "Feature", "properties": { "name": "杭州清泰门农贸市场", "address": "四季青清江路123号", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.193167, 30.245248 ] } }, +{ "type": "Feature", "properties": { "name": "茅廊巷农贸市场", "address": "佑圣观路275号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.175409, 30.249554 ] } }, +{ "type": "Feature", "properties": { "name": "采荷农贸市场", "address": "五安路10号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.198716, 30.255148 ] } }, +{ "type": "Feature", "properties": { "name": "杭州翰林农贸市场", "address": "大学路118号(万安桥地铁站B2入口步行380米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.183005, 30.255923 ] } }, +{ "type": "Feature", "properties": { "name": "美哉美城农贸市场", "address": "飞虹路金昌·春和钱塘东南2门对面", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.256871, 30.225535 ] } }, +{ "type": "Feature", "properties": { "name": "橙柿农贸市场(澄之华庭店)", "address": "盈丰街道盈丰路558号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.250225, 30.233225 ] } }, +{ "type": "Feature", "properties": { "name": "义盛农贸市场", "address": "迎宾路56号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.489315, 30.258602 ] } }, +{ "type": "Feature", "properties": { "name": "南阳农贸市场", "address": "南翔路23号(向阳路地铁站A口步行230米)", "type": "购物服务;综合市场;蔬菜市场|购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.444657, 30.259514 ] } }, +{ "type": "Feature", "properties": { "name": "下沙幸福南路农贸市场", "address": "盛安路与幸福南路交叉口北40米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.325656, 30.293362 ] } }, +{ "type": "Feature", "properties": { "name": "海天农贸市场", "address": "听涛路203号(云水地铁站D口步行330米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.382578, 30.300387 ] } }, +{ "type": "Feature", "properties": { "name": "杭州下沙综合市场", "address": "天城东路189号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.330324, 30.304737 ] } }, +{ "type": "Feature", "properties": { "name": "科晟农贸市场", "address": "九堡街道九昌路26号科晟大楼B1层、2层、3层", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.262469, 30.318069 ] } }, +{ "type": "Feature", "properties": { "name": "前进农贸市场", "address": "前峰小区正北面", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.584924, 30.318987 ] } }, +{ "type": "Feature", "properties": { "name": "胜稼农贸市场", "address": "乔司街道方塘埠路199号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.28314, 30.323566 ] } }, +{ "type": "Feature", "properties": { "name": "刀茅巷农贸市场", "address": "刀茅巷91号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.185738, 30.261697 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钱江苑农贸市场", "address": "钱潮路377号", "type": "购物服务;综合市场;农副产品市场|购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.214234, 30.26307 ] } }, +{ "type": "Feature", "properties": { "name": "凯景农贸综合市场", "address": "景芳二区39幢", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.202128, 30.270233 ] } }, +{ "type": "Feature", "properties": { "name": "水湘农贸市场", "address": "昙花庵路100号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.211332, 30.270857 ] } }, +{ "type": "Feature", "properties": { "name": "中江农贸市场(中江花园店)", "address": "莫衙营122-2(宝善桥地铁站C口步行390米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.184222, 30.272663 ] } }, +{ "type": "Feature", "properties": { "name": "华家池农贸市场", "address": "凯缤巷2号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.195926, 30.27355 ] } }, +{ "type": "Feature", "properties": { "name": "杭州文晖农贸市场", "address": "文晖农贸市场市场T2-13", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.18494, 30.28403 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东明综合农贸市场", "address": "学风直弄1号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.203917, 30.294363 ] } }, +{ "type": "Feature", "properties": { "name": "杭州新三里家园农贸市场", "address": "三里家园一小区25", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.190237, 30.30106 ] } }, +{ "type": "Feature", "properties": { "name": "叶青兜农贸市场", "address": "湖墅南路星河明苑1-2号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.154129, 30.279798 ] } }, +{ "type": "Feature", "properties": { "name": "朝晖二区农贸市场", "address": "文晖路146玉公桥社区", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.170806, 30.283081 ] } }, +{ "type": "Feature", "properties": { "name": "红石板农贸市场", "address": "米市街古河巷29号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.15383, 30.285221 ] } }, +{ "type": "Feature", "properties": { "name": "杭州长板巷农副产品综合市场", "address": "朝晖街道长板巷30号农贸市场3233蔬菜摊位", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.155045, 30.289999 ] } }, +{ "type": "Feature", "properties": { "name": "万劢德菜市场(翠苑店)", "address": "翠柏路9号(翠柏路地铁站B口步行400米)", "type": "购物服务;综合市场;农副产品市场|购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.124483, 30.290862 ] } }, +{ "type": "Feature", "properties": { "name": "德胜农贸市场", "address": "假山路1号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.158633, 30.295708 ] } }, +{ "type": "Feature", "properties": { "name": "八丈井农贸市场", "address": "香积寺路275号靠胜利闸河", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.158339, 30.299648 ] } }, +{ "type": "Feature", "properties": { "name": "大关西三苑农贸市场", "address": "水晶城购物中心出入口旁", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.152523, 30.30393 ] } }, +{ "type": "Feature", "properties": { "name": "小河农贸市场(古运大厦店)", "address": "古运路85号古运大厦F1层", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.132276, 30.306274 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东苑农贸市场", "address": "大关地铁站A口步行450米", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.153747, 30.309721 ] } }, +{ "type": "Feature", "properties": { "name": "东新苑农贸市场", "address": "香积寺东路21-25(东新园地铁站A口步行160米)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.177657, 30.308577 ] } }, +{ "type": "Feature", "properties": { "name": "华丰农贸市场", "address": "华丰路296-5", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.197314, 30.341044 ] } }, +{ "type": "Feature", "properties": { "name": "杭州田园农贸市场(美好生活田园邻里中心店)", "address": "青城路100号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.208525, 30.360038 ] } }, +{ "type": "Feature", "properties": { "name": "杭州丁桥农贸市场", "address": "丁兰街道勤丰路815号尤米护肤烫染", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.226056, 30.360678 ] } }, +{ "type": "Feature", "properties": { "name": "三义农贸综合市场", "address": "丁兰街道长睦路(三义锦唐苑对面)", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.231877, 30.366748 ] } }, +{ "type": "Feature", "properties": { "name": "范家斗农贸市场", "address": "绿荫街313号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.192079, 30.472267 ] } }, +{ "type": "Feature", "properties": { "name": "张家墩农贸市场", "address": "张家墩路北100米", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.180054, 30.473805 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖南苑农贸市场", "address": "人民路塘栖一小区南苑菜场31号楼", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.192137, 30.476888 ] } }, +{ "type": "Feature", "properties": { "name": "杭州三卫金叶农贸市场", "address": "九环路651号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.270941, 30.329188 ] } }, +{ "type": "Feature", "properties": { "name": "大学城北农贸市场", "address": "杭州经济技术开发区水云街255号水云和达城", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.389986, 30.329268 ] } }, +{ "type": "Feature", "properties": { "name": "中山路农贸市场", "address": "逸仙路50号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.302685, 30.416244 ] } }, +{ "type": "Feature", "properties": { "name": "邱山农贸市场", "address": "邱山大街351-1号a区", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.298624, 30.424401 ] } }, +{ "type": "Feature", "properties": { "name": "庙东农贸市场", "address": "临平东湖中路130号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.306227, 30.424638 ] } }, +{ "type": "Feature", "properties": { "name": "朱家角农贸市场", "address": "东湖街道兴起路508号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.237554, 30.454869 ] } }, +{ "type": "Feature", "properties": { "name": "亭趾农贸市场", "address": "银桥路30号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.30643, 30.468012 ] } }, +{ "type": "Feature", "properties": { "name": "博陆市场", "address": "运河街道博陆天顺路71号-108博陆农贸市场141号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.308913, 30.500353 ] } }, +{ "type": "Feature", "properties": { "name": "砂之船国际生活广场", "address": "解放东路8号(市民中心地铁站L口步行100米)", "type": "购物服务;商场;购物中心|购物服务;服装鞋帽皮具店;品牌服装店|购物服务;特色商业街;特色商业街", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.214063, 30.244369 ] } }, +{ "type": "Feature", "properties": { "name": "衣之佳城市奥特莱斯", "address": "庆春路229号(龙翔桥地铁站出入口步行350米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.161316, 30.257536 ] } }, +{ "type": "Feature", "properties": { "name": "百联奥特莱斯广场(浙江杭州)", "address": "香岸路33号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.238961, 30.436144 ] } }, +{ "type": "Feature", "properties": { "name": "马灵水产批发", "address": "戴村镇农贸市场南门口16号马灵水产", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.197447, 30.01184 ] } }, +{ "type": "Feature", "properties": { "name": "钢材批发(展雄)", "address": "义桥镇罗峰路76-3号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.195465, 30.072147 ] } }, +{ "type": "Feature", "properties": { "name": "杭州鑫隆钢材批发市场", "address": "罗峰路与桥戴线交叉口东南60米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.195443, 30.072177 ] } }, +{ "type": "Feature", "properties": { "name": "安井火锅丸子冷冻食品批发零售", "address": "肖山闻堰街道黄山村农贸市场二楼", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.163403, 30.135044 ] } }, +{ "type": "Feature", "properties": { "name": "陆海豪聚小海鲜零售批发", "address": "冠新佳苑南门东北110米", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.171931, 30.166793 ] } }, +{ "type": "Feature", "properties": { "name": "优丰果品批发行(钱江水晶城店)", "address": "火炬大道706号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.165567, 30.190937 ] } }, +{ "type": "Feature", "properties": { "name": "杭州全屋定制批发广场", "address": "江南大道1088号", "type": "购物服务;家居建材市场;家居建材市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.192116, 30.197083 ] } }, +{ "type": "Feature", "properties": { "name": "绿丰果园批发零售", "address": "莫干山路497号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.144987, 30.286544 ] } }, +{ "type": "Feature", "properties": { "name": "果力达水果团购批发行(三里新城兰苑店)", "address": "机场路一巷59号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.190532, 30.289152 ] } }, +{ "type": "Feature", "properties": { "name": "杭州地板批发市场", "address": "沈半路10号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.157889, 30.312745 ] } }, +{ "type": "Feature", "properties": { "name": "峰哥水产海鲜批发", "address": "杭州筑海机械设备租赁有限公司西南门旁", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.233976, 30.318153 ] } }, +{ "type": "Feature", "properties": { "name": "钢材零售批发配送", "address": "闲林街道闲富中路", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.983689, 30.227329 ] } }, +{ "type": "Feature", "properties": { "name": "满鑫果业批发(集美岸上蓝山小区紫云苑店)", "address": "云睦街335号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.006205, 30.231723 ] } }, +{ "type": "Feature", "properties": { "name": "杭州家具批发广场(余杭)", "address": "宏丰生活广场", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.032894, 30.23728 ] } }, +{ "type": "Feature", "properties": { "name": "华良钢材批发经营部(新南湖绿苑店)", "address": "新南湖缘苑东北门旁", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.936418, 30.244359 ] } }, +{ "type": "Feature", "properties": { "name": "张鲜生水果直销批发店", "address": "安乐路38号", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.937901, 30.270645 ] } }, +{ "type": "Feature", "properties": { "name": "果之盟直销批发行(西溪北苑西区店)", "address": "西溪北苑69-5", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.034459, 30.289331 ] } }, +{ "type": "Feature", "properties": { "name": "广润果品批发行", "address": "仓兴街178号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.99745, 30.289415 ] } }, +{ "type": "Feature", "properties": { "name": "义桥粮油批发", "address": "义桥工业区集贸点义桥粮油批发", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.908511, 30.290854 ] } }, +{ "type": "Feature", "properties": { "name": "杭州家具批发广场", "address": "华东陶瓷建材市场", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.096328, 30.313616 ] } }, +{ "type": "Feature", "properties": { "name": "杭州新永粮油调味品批发", "address": "周坪路吉鸿农贸市场", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.070281, 30.343628 ] } }, +{ "type": "Feature", "properties": { "name": "鲜果盟果品批发行", "address": "环丁路226号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.23425, 30.348334 ] } }, +{ "type": "Feature", "properties": { "name": "亿渝木器批发商行", "address": "临丁路2011号半山旧货市场", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.190698, 30.354474 ] } }, +{ "type": "Feature", "properties": { "name": "千岛湖海鲜水产批发零售", "address": "丁桥镇环丁东支路23号(丁桥地铁站B1口步行260米)", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.234574, 30.358206 ] } }, +{ "type": "Feature", "properties": { "name": "五湖钢材批发(浙江元亿钢贸大厦店)", "address": "康桥街道康恒路16号浙江元亿钢贸大厦", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.163316, 30.365825 ] } }, +{ "type": "Feature", "properties": { "name": "杭州粮油物流中心批发市场", "address": "博园路28号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.123361, 30.376657 ] } }, +{ "type": "Feature", "properties": { "name": "杭州蔬菜批发交易市场", "address": "良渚镇港虹西路1号(逸盛路地铁站B1口步行130米)", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.112732, 30.376744 ] } }, +{ "type": "Feature", "properties": { "name": "杭州农副产品物流中心水产品批发市场海成水产行(杭州蔬菜批发交易市场店)", "address": "港虹西路杭州蔬菜批发交易市场3街1号", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.113461, 30.377917 ] } }, +{ "type": "Feature", "properties": { "name": "杭州物流中心梃莅渚良茈蔬菜批发市场", "address": "逸居城逸雅苑", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.11668, 30.38269 ] } }, +{ "type": "Feature", "properties": { "name": "浦诚家具餐桌餐椅批发", "address": "浙江省杭州市余杭区古墩路1818号亿丰商城二楼餐桌", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.063975, 30.360775 ] } }, +{ "type": "Feature", "properties": { "name": "阿超果业仓储式批发零售(韵溪华庭店)", "address": "金德路484-4,486号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.108269, 30.36542 ] } }, +{ "type": "Feature", "properties": { "name": "南庄兜水果批发市场(杭州果品批发市场店)", "address": "博园路8号杭州果品批发市场", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.108435, 30.375619 ] } }, +{ "type": "Feature", "properties": { "name": "杭州汇盛全球水果品牌体验街(杭州果品批发市场店)", "address": "新亚太果品市场2号楼(大门左侧)", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.106473, 30.375714 ] } }, +{ "type": "Feature", "properties": { "name": "杭州群旺果业(杭州果品批发市场店)", "address": "博园路8号路杭州果品批发市场", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.108601, 30.375784 ] } }, +{ "type": "Feature", "properties": { "name": "杭州果品批发市场", "address": "博园路8号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.107413, 30.376563 ] } }, +{ "type": "Feature", "properties": { "name": "众兴果品商行(杭州果品批发市场店)", "address": "博园路8号杭州果品批发市场", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.1085, 30.376618 ] } }, +{ "type": "Feature", "properties": { "name": "杭州农副产品物流中心良渚蔬菜批发市场", "address": "农副产品物流中心博园路10号", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.110828, 30.376716 ] } }, +{ "type": "Feature", "properties": { "name": "浙杭神仙果品(杭州果品批发市场店)", "address": "打石漾路与博园路交叉口西北180米", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.108896, 30.37673 ] } }, +{ "type": "Feature", "properties": { "name": "淞源蔬菜批发", "address": "良渚蔬菜批发市场西大门1001档口打石漾路2号", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.109989, 30.376871 ] } }, +{ "type": "Feature", "properties": { "name": "勾庄水果批发市场", "address": "博园路1号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.106059, 30.376949 ] } }, +{ "type": "Feature", "properties": { "name": "杭州源生泰路易伯爵批发仓库", "address": "瓶窖国辅路3号源生泰路易伯爵", "type": "购物服务;家居建材市场;建材五金市场|公司企业;公司;商业贸易", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.000883, 30.377612 ] } }, +{ "type": "Feature", "properties": { "name": "周林冷冻水产海鲜批发(杭州五丰冷冻食品交易市场店)", "address": "逸盛路2号楼E区42号杭州五丰冷冻食品交易市场", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.110828, 30.379124 ] } }, +{ "type": "Feature", "properties": { "name": "小严水产批发商行", "address": "农副物流中心水产市场七街38号", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.107961, 30.379623 ] } }, +{ "type": "Feature", "properties": { "name": "于发海鲜冻品批发中心(杭州店)", "address": "逸盛路2号楼E区42号杭州五丰冷冻食品交易市场", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.111295, 30.379825 ] } }, +{ "type": "Feature", "properties": { "name": "杭州易顺水产批发商行", "address": "杭州水产市场7街30号", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.107868, 30.380112 ] } }, +{ "type": "Feature", "properties": { "name": "杭州农副产品物流中心水产品批发市场裘记水产商行", "address": "农副产品物流中心水产市场裘记水产商行5街25号", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.109187, 30.380141 ] } }, +{ "type": "Feature", "properties": { "name": "海成水产-批发零售", "address": "打石漾路3-5号1区3街1C", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.10861, 30.380454 ] } }, +{ "type": "Feature", "properties": { "name": "阿芳钢材批发", "address": "大桥路与东兴路交叉口东160米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.976952, 30.394301 ] } }, +{ "type": "Feature", "properties": { "name": "五湖钢材批发", "address": "塘康路25号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162415, 30.390598 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钢材批发市场崇贤港销售部", "address": "运河路5号崇贤港码头", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.134829, 30.400499 ] } }, +{ "type": "Feature", "properties": { "name": "杭州钢材批发建华钢材市场", "address": "瓶窑镇彭公村岗公岭39号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.916686, 30.419863 ] } }, +{ "type": "Feature", "properties": { "name": "阿伟水产海鲜批发(仁良花苑店)", "address": "仁良花苑东南门西130米", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.07835, 30.435451 ] } }, +{ "type": "Feature", "properties": { "name": "临浦徐氏精品鲜果批发部", "address": "新誉街78号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.249642, 30.036987 ] } }, +{ "type": "Feature", "properties": { "name": "杭州家具批发广场(萧山)", "address": "红宝石家居博览城", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.294652, 30.147579 ] } }, +{ "type": "Feature", "properties": { "name": "刘彩花海鲜批发", "address": "高桥住宅区西1门南130米", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.271958, 30.154435 ] } }, +{ "type": "Feature", "properties": { "name": "心选鲜果批发总仓(育秀园店)", "address": "育才路524-526号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.279713, 30.157463 ] } }, +{ "type": "Feature", "properties": { "name": "铁木真钢材批发市场", "address": "新城路与东瑞四路交叉口西北20米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.308047, 30.162864 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山钢材批发市场(亿景)", "address": "新塘街道西许村章家浜路23-3号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.308064, 30.162888 ] } }, +{ "type": "Feature", "properties": { "name": "萧山钢材批发市场", "address": "新城路与东瑞四路交叉口998号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.308049, 30.162999 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山商业城兴娟家具批发部", "address": "商业城建材市场三区35号", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.291288, 30.165964 ] } }, +{ "type": "Feature", "properties": { "name": "萧山果蔬批发市场(杭州萧山农产品批发市场店)", "address": "金城路2999号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.312207, 30.180441 ] } }, +{ "type": "Feature", "properties": { "name": "萧山钢材批发市场", "address": "衙前镇衙前路533号手机", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.376676, 30.162334 ] } }, +{ "type": "Feature", "properties": { "name": "祥鑫钢铁钢材批发", "address": "衙前路608号(衙前地铁站D口步行300米)", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.356708, 30.16465 ] } }, +{ "type": "Feature", "properties": { "name": "杭州山东商会瓜沥蔬菜批发市场", "address": "瓜沥镇长巷村窑娄庄上6号", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.440093, 30.166382 ] } }, +{ "type": "Feature", "properties": { "name": "早市蔬菜批发市场", "address": "瓜沥蔬菜批发市场东北侧", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.440325, 30.166725 ] } }, +{ "type": "Feature", "properties": { "name": "中锦管业中财市政管道井盖批发市场", "address": "萧绍东路95-1号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.313037, 30.170113 ] } }, +{ "type": "Feature", "properties": { "name": "鑫欣钢材批发零售", "address": "萧绍路与学久路交叉口西南140米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.317366, 30.170584 ] } }, +{ "type": "Feature", "properties": { "name": "萧山钢材市场钢材批发(鑫欣)", "address": "新塘街道萧绍东路", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.317289, 30.170594 ] } }, +{ "type": "Feature", "properties": { "name": "各类钢材批发零售", "address": "萧绍路与学久路交叉口西南80米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.317996, 30.170854 ] } }, +{ "type": "Feature", "properties": { "name": "新塘钢材批发", "address": "可博食品东北门旁", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.32953, 30.17122 ] } }, +{ "type": "Feature", "properties": { "name": "东部水果批发市场81号", "address": "人民路与塘北弄交叉口西北40米", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.467912, 30.174912 ] } }, +{ "type": "Feature", "properties": { "name": "凌小橙全球水果生鲜一站式批发(荣星君佳园店)", "address": "金惠路1746号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.238657, 30.186236 ] } }, +{ "type": "Feature", "properties": { "name": "沈氏海鲜批发超市1号店", "address": "新农都水产市场4区1015-1018", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.303875, 30.200525 ] } }, +{ "type": "Feature", "properties": { "name": "洋记海鲜批发水产品商行(旺园路)", "address": "新农都水产市场北门西北60米", "type": "购物服务;综合市场;水产海鲜市场|餐饮服务;餐饮相关场所;餐饮相关", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.304188, 30.201373 ] } }, +{ "type": "Feature", "properties": { "name": "石氏甲鱼批发商行", "address": "新农都粮油市场一楼5065", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.308528, 30.201479 ] } }, +{ "type": "Feature", "properties": { "name": "世纪建材市场宏成装饰材料批发部", "address": "通惠北路168号世纪龙建材市场25幢108号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.291827, 30.201664 ] } }, +{ "type": "Feature", "properties": { "name": "肖何水电材料批发", "address": "通惠北路168号原野汽配五金市场1-31-33号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.288142, 30.201964 ] } }, +{ "type": "Feature", "properties": { "name": "柏油沥青批发", "address": "2659号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.290027, 30.202077 ] } }, +{ "type": "Feature", "properties": { "name": "百姓果仓全球水果批发零售", "address": "浙江新农都物流中心粮油区西003号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.306904, 30.202664 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山钢材批发永汇钢铁", "address": "杭州永汇物资有限公司内(新兴路地铁站C口步行280米)", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.292829, 30.202896 ] } }, +{ "type": "Feature", "properties": { "name": "肖山东部水果批发市场85号西川水果行", "address": "人民路与塘北弄交叉口西北80米", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.46759, 30.175337 ] } }, +{ "type": "Feature", "properties": { "name": "小刘水果批发市场", "address": "人民路1119号靠近瓜沥成人文化学校", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.466992, 30.175427 ] } }, +{ "type": "Feature", "properties": { "name": "萧山东部水果批发市场", "address": "王六水果批发19-20号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.467819, 30.175495 ] } }, +{ "type": "Feature", "properties": { "name": "小徐海鲜批发", "address": "潇山农产品批发市场", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.313709, 30.179404 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山业亮水果批发商行(杭州萧山农产品批发市场店)", "address": "新塘街道,老湖村(金城路)农产品批发市场水果区172号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.313202, 30.180426 ] } }, +{ "type": "Feature", "properties": { "name": "永盈果品批发部(杭州萧山农产品批发市场店)", "address": "农产品批发市场水果区189号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.312628, 30.180543 ] } }, +{ "type": "Feature", "properties": { "name": "萧山农产品批发市场-水果区", "address": "金城路2899号杭州萧山农产品批发市场", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.312596, 30.180638 ] } }, +{ "type": "Feature", "properties": { "name": "军军水果批发零售(友谊路店)", "address": "瓜沥镇友谊路678号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.464284, 30.182259 ] } }, +{ "type": "Feature", "properties": { "name": "斌发海鲜冻品批发商行", "address": "党湾镇政和路109号(沈氏牛肉汤馆附近)", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.547564, 30.226374 ] } }, +{ "type": "Feature", "properties": { "name": "玉龙鲜果水果批发", "address": "靖江街道广场路81号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.468091, 30.227907 ] } }, +{ "type": "Feature", "properties": { "name": "临江永生钢材批发部", "address": "党农线", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.56428, 30.26911 ] } }, +{ "type": "Feature", "properties": { "name": "企顺钢材批发", "address": "杭州市金星村一组一号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.502776, 30.283186 ] } }, +{ "type": "Feature", "properties": { "name": "诚信菜业绿色精品批发配送", "address": "新九乔农副产品基地196号", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.336329, 30.339484 ] } }, +{ "type": "Feature", "properties": { "name": "韩海忠水果批发", "address": "北沙东路北沙果品市场4区124-126号", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.328685, 30.442854 ] } }, +{ "type": "Feature", "properties": { "name": "华华香蕉批发", "address": "临东水果批发市场56-57", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.329802, 30.44315 ] } }, +{ "type": "Feature", "properties": { "name": "掌兴水果批发部", "address": "北沙东路与星光街交叉口西320米", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.328272, 30.443167 ] } }, +{ "type": "Feature", "properties": { "name": "果一亩水果批发卖场", "address": "云悦弯103(七堡地铁站C口步行170米)", "type": "购物服务;综合市场;果品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.240732, 30.298619 ] } }, +{ "type": "Feature", "properties": { "name": "金洲华岐钢材批发", "address": "东6通道北60米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.302234, 30.316781 ] } }, +{ "type": "Feature", "properties": { "name": "金洲华岐钢材批发C区", "address": "月雅路与德胜东路交叉口南160米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.302275, 30.316875 ] } }, +{ "type": "Feature", "properties": { "name": "大全粮油批发部", "address": "乔司街道乔司镇南街商贸苑14-15号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.292751, 30.347972 ] } }, +{ "type": "Feature", "properties": { "name": "杭州家具批发广场(临平)", "address": "望梅路586号", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.259568, 30.421314 ] } }, +{ "type": "Feature", "properties": { "name": "新世纪五金机电市场光头五金机械批发", "address": "临平街道新世纪五金市场11幢25-26号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.261725, 30.421375 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湾农产品市场批发", "address": "临平街道望梅路588号18栋116室-3", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.260049, 30.424223 ] } }, +{ "type": "Feature", "properties": { "name": "杭州地板批发市场", "address": "临平望梅路588号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.25889, 30.424646 ] } }, +{ "type": "Feature", "properties": { "name": "杭州临东果品批发市场", "address": "北沙东路81号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.329626, 30.443256 ] } }, +{ "type": "Feature", "properties": { "name": "友佳钢材批发", "address": "支路一与贸方路交叉口西南80米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.259475, 30.425725 ] } }, +{ "type": "Feature", "properties": { "name": "大7国际海鲜批发", "address": "运河街道永旺路", "type": "购物服务;综合市场;水产海鲜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.298929, 30.463028 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西投银泰城", "address": "转塘街道枫桦西路9号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.103467, 30.147108 ] } }, +{ "type": "Feature", "properties": { "name": "金街购物中心(金街美地店)", "address": "转塘街道金街美地二号楼购物中心", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.079252, 30.14818 ] } }, +{ "type": "Feature", "properties": { "name": "之江购物商厦", "address": "转塘镇转塘里街68号", "type": "购物服务;综合市场;小商品市场|购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.078477, 30.161462 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州之江店)", "address": "珊瑚沙路49号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.102123, 30.167387 ] } }, +{ "type": "Feature", "properties": { "name": "TT8号街", "address": "万达北路269号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162492, 30.13629 ] } }, +{ "type": "Feature", "properties": { "name": "金盛嘉悦广场", "address": "东冠路655号(浦沿地铁站A口步行280米)", "type": "购物服务;商场;普通商场|购物服务;商场;购物中心|住宿服务;旅馆招待所;旅馆招待所", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.155271, 30.161211 ] } }, +{ "type": "Feature", "properties": { "name": "映创城", "address": "滨文路585号滨江商厦(杨家墩地铁站B口步行360米)", "type": "购物服务;商场;购物中心|商务住宅;住宅区;住宅小区|购物服务;商场;普通商场|生活服务;生活服务场所;生活服务场所", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.146538, 30.171191 ] } }, +{ "type": "Feature", "properties": { "name": "滨江商厦", "address": "滨文路585号(杨家墩地铁站B口步行370米)", "type": "购物服务;商场;购物中心|商务住宅;楼宇;商务写字楼", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.146538, 30.171191 ] } }, +{ "type": "Feature", "properties": { "name": "江南汇生活娱乐广场", "address": "浦沿路773号(中医药大学地铁站D口步行470米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.145991, 30.172606 ] } }, +{ "type": "Feature", "properties": { "name": "海威领界商场", "address": "东信大道与强联弄交叉口东南120米(联庄地铁站D口旁)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.152385, 30.18524 ] } }, +{ "type": "Feature", "properties": { "name": "星荟广场", "address": "浦沿街道江南大道4756号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.147165, 30.187658 ] } }, +{ "type": "Feature", "properties": { "name": "睦邻社·之江艺墅荟", "address": "横桥路与象山路交叉口东北100米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.071081, 30.163011 ] } }, +{ "type": "Feature", "properties": { "name": "西田邻里中心", "address": "闲林街道闲富南路101号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.984282, 30.220638 ] } }, +{ "type": "Feature", "properties": { "name": "铂悦城", "address": "屏新路与留和路交叉口东南100米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.047954, 30.228206 ] } }, +{ "type": "Feature", "properties": { "name": "交投吾悦广场购物中心(建设中)", "address": "昆庭路与闲林东路交叉口南80米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.003084, 30.229234 ] } }, +{ "type": "Feature", "properties": { "name": "七彩汇商业中心", "address": "闲林街道闲富中路57号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.984604, 30.23051 ] } }, +{ "type": "Feature", "properties": { "name": "宏丰生活广场", "address": "五常街道天目山西路15号龙庭浴场", "type": "购物服务;家居建材市场;家具建材综合市场|购物服务;家居建材市场;家具城|购物服务;家居建材市场;建材五金市场|购物服务;超级市场;超市", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.032885, 30.237468 ] } }, +{ "type": "Feature", "properties": { "name": "隐市", "address": "灵隐路38号解百灵隐购物中心2层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.106747, 30.240884 ] } }, +{ "type": "Feature", "properties": { "name": "珀莱雅美帆广场", "address": "西溪路588号珀莱雅大厦", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.103054, 30.262678 ] } }, +{ "type": "Feature", "properties": { "name": "西溪·栖悦城", "address": "紫金港路21号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.088711, 30.265098 ] } }, +{ "type": "Feature", "properties": { "name": "颐高广场", "address": "黄姑山路29号(文三路地铁站A口步行380米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.132701, 30.275172 ] } }, +{ "type": "Feature", "properties": { "name": "黄龙国际中心K-lab", "address": "学院路77号(文三路地铁站G口步行240米)", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.129072, 30.275843 ] } }, +{ "type": "Feature", "properties": { "name": "星光城(文三数字生活街区店)", "address": "文三路508号天苑大厦", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.121215, 30.277361 ] } }, +{ "type": "Feature", "properties": { "name": "华元西溪欢乐城北区", "address": "五常大道421号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.012838, 30.240801 ] } }, +{ "type": "Feature", "properties": { "name": "西溪欢乐城", "address": "闲林街道五常大道421号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.012589, 30.240892 ] } }, +{ "type": "Feature", "properties": { "name": "留下商贸中心", "address": "留下地铁站B1口步行430米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.055003, 30.242153 ] } }, +{ "type": "Feature", "properties": { "name": "天虹购物中心(杭州西溪店)", "address": "五常街道联胜路6号(联胜路地铁站D口步行10米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.029791, 30.244629 ] } }, +{ "type": "Feature", "properties": { "name": "未来海溪汀大厅", "address": "闲富北路105-13", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.985362, 30.244835 ] } }, +{ "type": "Feature", "properties": { "name": "西溪乐天城", "address": "五常大道153号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.038872, 30.244869 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西溪印象城B座", "address": "五常大道1号(洪园地铁站B口步行310米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.046801, 30.246652 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西溪印象城", "address": "五常大道1号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.049675, 30.247286 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西溪印象城A座", "address": "五常街道五常大道1号(近西溪湿地公园)(洪园地铁站出入口旁)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.050393, 30.247439 ] } }, +{ "type": "Feature", "properties": { "name": "杭州解百B座", "address": "解放路251号(龙翔桥地铁站D口步行470米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164819, 30.249736 ] } }, +{ "type": "Feature", "properties": { "name": "杭州解百", "address": "解放路251号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164547, 30.249761 ] } }, +{ "type": "Feature", "properties": { "name": "in77C区", "address": "仁和路(龙翔桥地铁站D口步行70米)", "type": "购物服务;商场;普通商场|购物服务;商场;购物中心|商务住宅;商务住宅相关;商务住宅相关", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.165064, 30.250734 ] } }, +{ "type": "Feature", "properties": { "name": "西泠印社孤山艺术品商场", "address": "孤山路31号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.144035, 30.251067 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰in77C3区", "address": "延安路258号杭州湖滨银泰in77C1区F3", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164759, 30.251068 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰in77E区", "address": "延安路与邮电路交叉口西南100米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.163603, 30.251097 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰in77C2区", "address": "延安路258号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164708, 30.252216 ] } }, +{ "type": "Feature", "properties": { "name": "湖滨银泰C区", "address": "延安路258号(龙翔桥地铁站D口旁)", "type": "购物服务;商场;普通商场|购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164702, 30.25222 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰in77A区南区", "address": "东坡路7号(龙翔桥地铁站C口步行360米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162752, 30.252435 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰in77", "address": "延安路258号(龙翔桥地铁站C口步行200米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.163749, 30.25283 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰in77A区", "address": "东坡路7号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162484, 30.25316 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰in77A区北区", "address": "东坡路7号(龙翔桥地铁站C口步行160米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162411, 30.253375 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰IN77C1区", "address": "延安路258号(龙翔桥地铁站D口旁)", "type": "购物服务;商场;普通商场|商务住宅;楼宇;商务写字楼", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164669, 30.253378 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰in77B区", "address": "延安路245号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.163391, 30.25457 ] } }, +{ "type": "Feature", "properties": { "name": "工联CC", "address": "延安路292号", "type": "购物服务;商场;购物中心|商务住宅;楼宇;商务写字楼", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164607, 30.254675 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨88", "address": "平海路124号(龙翔桥地铁站出入口步行140米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.16245, 30.25471 ] } }, +{ "type": "Feature", "properties": { "name": "杭州湖滨银泰广场", "address": "延安路245号杭州湖滨银泰in77B区F3层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.163485, 30.255344 ] } }, +{ "type": "Feature", "properties": { "name": "衣之佳城市奥特莱斯", "address": "庆春路229号(龙翔桥地铁站出入口步行350米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.161316, 30.257536 ] } }, +{ "type": "Feature", "properties": { "name": "中国广厦西湖时代广场", "address": "湖滨街道庆春路225号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.161309, 30.257545 ] } }, +{ "type": "Feature", "properties": { "name": "天阳·明珠商业中心", "address": "延安路306-3号(龙翔桥地铁站A口步行300米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164304, 30.257646 ] } }, +{ "type": "Feature", "properties": { "name": "杭州嘉里中心", "address": "延安路385号(凤起路地铁站C4口步行90米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162495, 30.260281 ] } }, +{ "type": "Feature", "properties": { "name": "锦绣天地购物中心", "address": "环城西路28号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.15856, 30.262513 ] } }, +{ "type": "Feature", "properties": { "name": "日月光华商厦", "address": "武林路295号(凤起路地铁站E口步行390米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.160092, 30.265716 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货A馆", "address": "延安路530号A馆2层西铁城", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164199, 30.268213 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货武林店B馆", "address": "延安路550-536号银泰百货", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164163, 30.26885 ] } }, +{ "type": "Feature", "properties": { "name": "江南时代购物中心", "address": "余杭街道荆余路1号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.950814, 30.259277 ] } }, +{ "type": "Feature", "properties": { "name": "杭州绿汀路万象城(建设中)", "address": "绿汀路与水乡北路交叉口东北80米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.992589, 30.260826 ] } }, +{ "type": "Feature", "properties": { "name": "金港商贸城(山西园路)", "address": "山西园路与禹航路交叉口西南80米", "type": "购物服务;综合市场;综合市场|购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.942433, 30.269237 ] } }, +{ "type": "Feature", "properties": { "name": "万达广场(杭州余杭店)", "address": "余杭街道文一西路1888号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.955441, 30.269708 ] } }, +{ "type": "Feature", "properties": { "name": "天都·百汇广场", "address": "老余杭南渠南路", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.939371, 30.272473 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州武林店)", "address": "延安路530-546号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164147, 30.268973 ] } }, +{ "type": "Feature", "properties": { "name": "杭州恒隆广场(装修中)", "address": "体育场路与展览东路交叉口东南120米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.165116, 30.269362 ] } }, +{ "type": "Feature", "properties": { "name": "国大城市广场", "address": "延安路609号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162432, 30.269569 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货武林店C馆", "address": "延安路546号银泰百货5层", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.164128, 30.269594 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大厦购物城·中央商城", "address": "地铁1号线武林广场站内", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.16332, 30.271017 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大厦购物城A座", "address": "武林广场1号(地铁站E口步行250米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.16124, 30.271826 ] } }, +{ "type": "Feature", "properties": { "name": "购物城", "address": "展览西路与环城北路辅路交叉口西南40米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.161794, 30.272797 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大厦购物城D座(华浙店)", "address": "环城北路256-258号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.159949, 30.274269 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大厦购物城C座", "address": "环城北路208号(武林广场地铁站B口步行360米)", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.160811, 30.274282 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大厦", "address": "武林广场21号(武林广场地铁站B口步行400米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.160756, 30.274286 ] } }, +{ "type": "Feature", "properties": { "name": "浦阳商贸城", "address": "国网浦阳供电服务站西南门旁", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.251028, 29.979901 ] } }, +{ "type": "Feature", "properties": { "name": "金谷大厦购物中心", "address": "劳动路58号金谷大厦", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.251395, 30.037837 ] } }, +{ "type": "Feature", "properties": { "name": "临浦潮人汇商厦", "address": "临浦镇苎萝路38号潮人汇商厦", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.243612, 30.050863 ] } }, +{ "type": "Feature", "properties": { "name": "萧山开元广场", "address": "市心南路1216号(曹家桥地铁站B口旁)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.26667, 30.135225 ] } }, +{ "type": "Feature", "properties": { "name": "义桥商贸中心", "address": "义桥镇东方路49号联通公司", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.203041, 30.066245 ] } }, +{ "type": "Feature", "properties": { "name": "Zhe Jia Hui生活购物中心", "address": "东方路与罗峰路交叉口东100米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.20241, 30.066871 ] } }, +{ "type": "Feature", "properties": { "name": "众安里·隐龙湾商业广场", "address": "闻堰街道三江路351号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.174583, 30.129792 ] } }, +{ "type": "Feature", "properties": { "name": "长河商贸城", "address": "长江路与乳泉路交叉口北80米", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.196126, 30.169448 ] } }, +{ "type": "Feature", "properties": { "name": "南江商业中心", "address": "蜀山街道市心南路1036号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.266332, 30.139467 ] } }, +{ "type": "Feature", "properties": { "name": "汇德隆购物中心", "address": "市心南路822-830号嘉富广场", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.267043, 30.143685 ] } }, +{ "type": "Feature", "properties": { "name": "新世纪广场E座", "address": "人民路109号(人民路地铁站A1口步行130米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.267925, 30.160178 ] } }, +{ "type": "Feature", "properties": { "name": "萧山新世纪广场", "address": "市心南路139号(近九百碗锅庄)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.268226, 30.160791 ] } }, +{ "type": "Feature", "properties": { "name": "华联商厦(市心南路店)", "address": "市心南路40号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.267119, 30.164013 ] } }, +{ "type": "Feature", "properties": { "name": "旺角城新天地", "address": "市心中路165号(杭发厂地铁站B口步行200米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.265239, 30.169314 ] } }, +{ "type": "Feature", "properties": { "name": "旺角新天地金座商业广场(旺角城新天地店)", "address": "北干街道市心中路123号旺角新天地金座商业广场", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.266406, 30.170095 ] } }, +{ "type": "Feature", "properties": { "name": "金城广场", "address": "市心中路400号(人民广场地铁站C6口步行330米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.267673, 30.174595 ] } }, +{ "type": "Feature", "properties": { "name": "萧山众安广场", "address": "山阴路688号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.262015, 30.178122 ] } }, +{ "type": "Feature", "properties": { "name": "子夜广场", "address": "北干街道山阴路608号(人民广场地铁站C4口出向前直行180m)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.264689, 30.178866 ] } }, +{ "type": "Feature", "properties": { "name": "绿地·众银汇", "address": "山阴路与纵七路交叉口东北200米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.26373, 30.178904 ] } }, +{ "type": "Feature", "properties": { "name": "星光天地", "address": "金城路296号(金鸡路地铁站C口步行190米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.250888, 30.181267 ] } }, +{ "type": "Feature", "properties": { "name": "鑫都汇·城市生活广场", "address": "江陵路336号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.218689, 30.182781 ] } }, +{ "type": "Feature", "properties": { "name": "北区商场(鑫都汇·城市生活广场店)", "address": "江陵路336号鑫都汇·城市生活广场F1层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.218791, 30.182933 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州滨康天街(建设中)", "address": "滨康路(滨康路地铁站A口步行80米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.231056, 30.183588 ] } }, +{ "type": "Feature", "properties": { "name": "惠美百货(云厦连园店)", "address": "青年路云厦连园(西兴地铁站B口步行480米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.222872, 30.189191 ] } }, +{ "type": "Feature", "properties": { "name": "三江商厦", "address": "西兴镇固陵路", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.227333, 30.189914 ] } }, +{ "type": "Feature", "properties": { "name": "中赢国际生活广场", "address": "滨和路998号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.211058, 30.199796 ] } }, +{ "type": "Feature", "properties": { "name": "保利·时光里", "address": "滨康路与长河路交叉口东北140米", "type": "购物服务;商场;商场|购物服务;服装鞋帽皮具店;服装鞋帽皮具店", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.197855, 30.182212 ] } }, +{ "type": "Feature", "properties": { "name": "宝龙城", "address": "滨盛路3867号(诚业路地铁站C口步行230米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.167378, 30.187663 ] } }, +{ "type": "Feature", "properties": { "name": "江南樱花里", "address": "信诚路857号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.168844, 30.193676 ] } }, +{ "type": "Feature", "properties": { "name": "中南乐游城", "address": "江南大道1090号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.190364, 30.194309 ] } }, +{ "type": "Feature", "properties": { "name": "知嘛家(暂停营业)", "address": "江南大道1090号第六空间8馆一楼", "type": "购物服务;家居建材市场;家居建材市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.19388, 30.194718 ] } }, +{ "type": "Feature", "properties": { "name": "中南国际商城", "address": "江南大道1088号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.189773, 30.196833 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州滨江天街", "address": "江汉路1515号,滨江区江南大道与江汉路交汇处", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.203853, 30.200758 ] } }, +{ "type": "Feature", "properties": { "name": "汇金·星座标", "address": "金城路148号(博奥路地铁站D口步行310米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.246074, 30.181518 ] } }, +{ "type": "Feature", "properties": { "name": "加州阳光·开元广场", "address": "金城路333号(金鸡路地铁站B2口步行80米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.251611, 30.182743 ] } }, +{ "type": "Feature", "properties": { "name": "海上明月生活广场", "address": "建设一路与乐达路交叉口东南60米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.252529, 30.19381 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山宝龙广场", "address": "建设一路与金鸡路交汇处西北150米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.25325, 30.195704 ] } }, +{ "type": "Feature", "properties": { "name": "金帝TONEMO购物中心", "address": "文明路与萧邮路交叉口东南180米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.240378, 30.212646 ] } }, +{ "type": "Feature", "properties": { "name": "金帝T-ONE MO", "address": "萧邮路与文明路交叉口南100米(兴议地铁站A口旁)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.239137, 30.212819 ] } }, +{ "type": "Feature", "properties": { "name": "印力汇德隆杭州奥体印象城", "address": "飞虹路1408号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.252724, 30.223355 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货D区", "address": "滨和路518号", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.224228, 30.201184 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州滨江店)", "address": "启智街515号(滨和路地铁站D口步行480米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.2215, 30.201858 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货C区", "address": "西兴街道启智街475号", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.224201, 30.202004 ] } }, +{ "type": "Feature", "properties": { "name": "星光百货", "address": "长河街道泰安路9号1-6层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.210538, 30.206843 ] } }, +{ "type": "Feature", "properties": { "name": "星光大道1期", "address": "江南大道228号星光国际广场", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.209001, 30.207066 ] } }, +{ "type": "Feature", "properties": { "name": "星光国际广场2幢", "address": "星飞路星光国际广场", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.209482, 30.207615 ] } }, +{ "type": "Feature", "properties": { "name": "星光国际广场", "address": "江南大道228号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.208697, 30.208158 ] } }, +{ "type": "Feature", "properties": { "name": "星光大道", "address": "星光大道星光国际广场1幢", "type": "购物服务;商场;购物中心|商务住宅;住宅区;住宅小区|购物服务;家电电子卖场;数码电子", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.207706, 30.20959 ] } }, +{ "type": "Feature", "properties": { "name": "华联·星光大道2期南区", "address": "光辉路与科技馆街交叉口东80米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.206839, 30.210676 ] } }, +{ "type": "Feature", "properties": { "name": "华联·星光大道2期中区", "address": "科技馆街与星飞路交叉口西南40米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.206723, 30.211152 ] } }, +{ "type": "Feature", "properties": { "name": "华联·星光大道2期", "address": "星飞路与闻涛路交叉口南约80米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.206599, 30.211157 ] } }, +{ "type": "Feature", "properties": { "name": "星耀城二期城市生活广场", "address": "江陵路杭州奥体博览城星耀城二期", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.216471, 30.211584 ] } }, +{ "type": "Feature", "properties": { "name": "华联·星光大道2期北区", "address": "光辉路与科技馆街交叉口北100米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.206093, 30.211736 ] } }, +{ "type": "Feature", "properties": { "name": "九宜城(星耀城1期店)", "address": "江陵路2028号星耀城3幢", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.215311, 30.212732 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖滨江天街B馆", "address": "月明路与江虹路交叉口东北180米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.203031, 30.200839 ] } }, +{ "type": "Feature", "properties": { "name": "利星名品广场", "address": "中山南路77号尚城1157·利星南区F1层", "type": "购物服务;商场;普通商场|购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.168587, 30.227752 ] } }, +{ "type": "Feature", "properties": { "name": "万泰城", "address": "望江东路332号(近江地铁站C2口步行440米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.192567, 30.229878 ] } }, +{ "type": "Feature", "properties": { "name": "天阳亲子广场(近江店)", "address": "婺江路217号裙房(近江地铁站D口步行60米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.196622, 30.230835 ] } }, +{ "type": "Feature", "properties": { "name": "近江爵优城", "address": "婺江路388号(婺江路地铁站E1口步行270米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.19399, 30.234929 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州西湖店)", "address": "延安路98号(定安路地铁站C口步行290米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.165667, 30.243768 ] } }, +{ "type": "Feature", "properties": { "name": "第六空间萧山商场", "address": "商城南路1111号", "type": "购物服务;家居建材市场;家具城|购物服务;家居建材市场;厨卫市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.292264, 30.144107 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州萧山店)", "address": "新塘街道通惠南路667号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.286619, 30.144578 ] } }, +{ "type": "Feature", "properties": { "name": "金马快乐城", "address": "金马·同盛2期", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.286229, 30.164486 ] } }, +{ "type": "Feature", "properties": { "name": "萧山商业城", "address": "商城中路建材馆4楼", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.291377, 30.164726 ] } }, +{ "type": "Feature", "properties": { "name": "贵创广场", "address": "通惠中路28号", "type": "购物服务;商场;普通商场|商务住宅;楼宇;商务写字楼", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.286236, 30.165494 ] } }, +{ "type": "Feature", "properties": { "name": "萧东陶瓷市场", "address": "南秀路3177号(浙东村)", "type": "购物服务;家居建材市场;建材五金市场|购物服务;家居建材市场;灯具瓷器市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.31905, 30.147701 ] } }, +{ "type": "Feature", "properties": { "name": "衙前镇西商贸中心", "address": "衙前镇杭州中潮建筑材料有限公司", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.360753, 30.162824 ] } }, +{ "type": "Feature", "properties": { "name": "党山商场", "address": "党山镇党山路21号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.528002, 30.158977 ] } }, +{ "type": "Feature", "properties": { "name": "党山家具商场", "address": "瓜沥镇党山镇党山路20号", "type": "购物服务;家居建材市场;家居建材市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.519683, 30.161271 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山银隆百货B座", "address": "萧彩街与市心中路交叉口东北160米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.268414, 30.170702 ] } }, +{ "type": "Feature", "properties": { "name": "银隆百货", "address": "市心中路268-288号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.268274, 30.171081 ] } }, +{ "type": "Feature", "properties": { "name": "银隆百货A座", "address": "市心中路288号银隆百货F2", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.268275, 30.171612 ] } }, +{ "type": "Feature", "properties": { "name": "站前商贸广场", "address": "站前路北50米", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.289006, 30.172155 ] } }, +{ "type": "Feature", "properties": { "name": "杭州萧山万象汇", "address": "北干街道金城路927号华润万象汇", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.269063, 30.181857 ] } }, +{ "type": "Feature", "properties": { "name": "矿山工业陶瓷家居商场", "address": "通惠北路与建设二路交叉口东20米", "type": "购物服务;家居建材市场;家居建材市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.285863, 30.198038 ] } }, +{ "type": "Feature", "properties": { "name": "萧山工陶家居商场", "address": "萧山经济技术开发区通惠北路38号", "type": "购物服务;家居建材市场;家居建材市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.286048, 30.198204 ] } }, +{ "type": "Feature", "properties": { "name": "好乐购购物中心(萧山瓜沥店)", "address": "航坞路389号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.453563, 30.17458 ] } }, +{ "type": "Feature", "properties": { "name": "东方世贸城", "address": "新街街道", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.309113, 30.191591 ] } }, +{ "type": "Feature", "properties": { "name": "融创·乐融荟", "address": "戚枫路与枫香路交叉口西北100米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.333176, 30.196375 ] } }, +{ "type": "Feature", "properties": { "name": "明丰陶瓷商场", "address": "北环线与靖江路交叉口西南200米", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.461903, 30.209785 ] } }, +{ "type": "Feature", "properties": { "name": "林森商贸中心(建设中)", "address": "文化路200号30号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.54141, 30.226962 ] } }, +{ "type": "Feature", "properties": { "name": "顶红广场", "address": "红山农场先锋路288号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.386241, 30.228942 ] } }, +{ "type": "Feature", "properties": { "name": "美颂城新天地", "address": "振宁路128号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.286595, 30.213504 ] } }, +{ "type": "Feature", "properties": { "name": "東尚城购物中心", "address": "九堡街道杭乔路169号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.276908, 30.300514 ] } }, +{ "type": "Feature", "properties": { "name": "鸿兴城·巧克力广场", "address": "鸿兴路与塘新线高架辅路交叉口东南140米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.346084, 30.218062 ] } }, +{ "type": "Feature", "properties": { "name": "光环梦中心(建设中)", "address": "萧清大道", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.340527, 30.231785 ] } }, +{ "type": "Feature", "properties": { "name": "前湾友时光", "address": "元庆路286号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.343413, 30.233835 ] } }, +{ "type": "Feature", "properties": { "name": "魔方城", "address": "萧山区经济开发区耕文路168号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.304166, 30.240552 ] } }, +{ "type": "Feature", "properties": { "name": "七格广场(中豪七格广场店)", "address": "宜学路与下沙路交叉口南180米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.322529, 30.297972 ] } }, +{ "type": "Feature", "properties": { "name": "星澜里", "address": "西兴路2333号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.221457, 30.214869 ] } }, +{ "type": "Feature", "properties": { "name": "信达奥体商业中心(装修中)", "address": "飞虹路与七甲闸弄交叉口(奥体中心地铁站C口步行60米)", "type": "购物服务;商场;购物中心|商务住宅;楼宇;商务写字楼", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.233581, 30.22495 ] } }, +{ "type": "Feature", "properties": { "name": "钱江国际时代广场-地下广场", "address": "城星路111号(近芭菲盛宴)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.205869, 30.240303 ] } }, +{ "type": "Feature", "properties": { "name": "高德商场", "address": "解放东路45号(市民中心地铁站出入口旁)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.208388, 30.243322 ] } }, +{ "type": "Feature", "properties": { "name": "砂之船国际生活广场", "address": "解放东路8号(市民中心地铁站L口步行100米)", "type": "购物服务;商场;购物中心|购物服务;服装鞋帽皮具店;品牌服装店|购物服务;特色商业街;特色商业街", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.214063, 30.244369 ] } }, +{ "type": "Feature", "properties": { "name": "九天女装大厦", "address": "碑亭路53号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.196234, 30.245852 ] } }, +{ "type": "Feature", "properties": { "name": "苏杭首站女装广场", "address": "杭海路43-49号", "type": "购物服务;综合市场;综合市场|购物服务;专卖店;专营店|购物服务;服装鞋帽皮具店;服装鞋帽皮具店|交通设施服务;交通服务相关;交通服务相关", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.19393, 30.246951 ] } }, +{ "type": "Feature", "properties": { "name": "四季青·丝绸源", "address": "杭海路29-39号四季青服装市场老市场3层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.193729, 30.247215 ] } }, +{ "type": "Feature", "properties": { "name": "中纺中心服装城", "address": "解放东路258号(观音塘地铁站B1口步行430米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.198359, 30.248645 ] } }, +{ "type": "Feature", "properties": { "name": "杭州解百A座", "address": "解放路249号(定安路地铁站B口步行500米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.1658, 30.249794 ] } }, +{ "type": "Feature", "properties": { "name": "丝祯祥丝绸购物中心", "address": "解放路224号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.165828, 30.250641 ] } }, +{ "type": "Feature", "properties": { "name": "越都荟", "address": "庆春路87号锦和大厦1层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.176831, 30.257511 ] } }, +{ "type": "Feature", "properties": { "name": "杭州来福士广场", "address": "新业路228号(江锦路地铁站B1口步行270米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.213032, 30.248772 ] } }, +{ "type": "Feature", "properties": { "name": "悦坊商场", "address": "民心路280号平安金融中心A座", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.212495, 30.251247 ] } }, +{ "type": "Feature", "properties": { "name": "杭州万象城", "address": "富春路701号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.215513, 30.251753 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州庆春店)", "address": "景昙路18-26号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.205055, 30.260052 ] } }, +{ "type": "Feature", "properties": { "name": "天虹商场(中国智谷·人力资源产业园店)", "address": "江中街与钱环支路交叉口东南100米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.213853, 30.262615 ] } }, +{ "type": "Feature", "properties": { "name": "天虹购物中心A座", "address": "新塘路108号(景芳地铁站D2口旁)", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.208624, 30.264395 ] } }, +{ "type": "Feature", "properties": { "name": "杭州五福天虹购物中心", "address": "四季青街道新塘路108号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.209748, 30.264706 ] } }, +{ "type": "Feature", "properties": { "name": "利丰广场", "address": "利丰路767号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.257664, 30.230128 ] } }, +{ "type": "Feature", "properties": { "name": "五金电器商场", "address": "宁围镇盈丰农商银行(飞虹路地铁站B口步行330米)", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.260349, 30.233138 ] } }, +{ "type": "Feature", "properties": { "name": "ITC归谷国际中心·钱江印", "address": "盈丰街道市心北路2000号宁城大厦归谷国际中心", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.256195, 30.235759 ] } }, +{ "type": "Feature", "properties": { "name": "杭州SKP(建设中)", "address": "盈丰路与市心北路交叉口西北160米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.251715, 30.238589 ] } }, +{ "type": "Feature", "properties": { "name": "朝龙汇D+PARK", "address": "民和路886号(钱江世纪城地铁站E2口步行80米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.243993, 30.239533 ] } }, +{ "type": "Feature", "properties": { "name": "杭州亚奥万象天地", "address": "平澜路541号(亚运村地铁站D口步行80米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.247543, 30.255991 ] } }, +{ "type": "Feature", "properties": { "name": "金海城B馆", "address": "杭海路878号(九堡地铁站A口旁)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.267405, 30.308219 ] } }, +{ "type": "Feature", "properties": { "name": "嘉德广场", "address": "庆春路118号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.172647, 30.258505 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大厦501城市广场", "address": "景昙路9号(庆春广场地铁站B1口步行220米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.203707, 30.259658 ] } }, +{ "type": "Feature", "properties": { "name": "盒马鲜生(杭州大厦501城市广场店)", "address": "景昙路9号501城市广场B1层", "type": "购物服务;综合市场;水产海鲜市场|购物服务;超级市场;超市", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.203762, 30.260057 ] } }, +{ "type": "Feature", "properties": { "name": "滨河广场", "address": "建国北路471号(宝善桥地铁站B2口步行300米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.179827, 30.268392 ] } }, +{ "type": "Feature", "properties": { "name": "杭州中心", "address": "展览东路150号(武林广场地铁站出入口步行290米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.165652, 30.272664 ] } }, +{ "type": "Feature", "properties": { "name": "天城商业中心", "address": "机场路119号(闸弄口地铁站A口步行110米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.192166, 30.285561 ] } }, +{ "type": "Feature", "properties": { "name": "天虹购物中心B座", "address": "新塘路108号(景芳地铁站D1口步行460米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.210125, 30.264815 ] } }, +{ "type": "Feature", "properties": { "name": "江南荟商业中心(火车东站东广场店)", "address": "杭州东站东广场B1层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.215702, 30.292749 ] } }, +{ "type": "Feature", "properties": { "name": "汇和城购物中心南区", "address": "新风路619号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.205146, 30.293105 ] } }, +{ "type": "Feature", "properties": { "name": "汇和城购物中心", "address": "新风路619号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.204841, 30.293548 ] } }, +{ "type": "Feature", "properties": { "name": "港龙悠乐城", "address": "鸿泰路与明月桥路交汇处东南角方位(杭港地铁1号线/杭州地铁4号线彭埠站D口20米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.225638, 30.293581 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东站万象汇", "address": "和兴路129号(火车东站东广场地铁站J口步行140米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.217615, 30.294025 ] } }, +{ "type": "Feature", "properties": { "name": "东方时代中心商场", "address": "顾家畈路与石桥路交叉口西南60米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.195859, 30.29351 ] } }, +{ "type": "Feature", "properties": { "name": "汇和城购物中心北区", "address": "新风路619号", "type": "购物服务;商场;购物中心|商务住宅;楼宇;商务写字楼|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.204602, 30.293843 ] } }, +{ "type": "Feature", "properties": { "name": "杭州嘉里城(建设中)", "address": "东新路与王马路交叉口东南60米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.179239, 30.296207 ] } }, +{ "type": "Feature", "properties": { "name": "弄口滨河汇生活广场", "address": "机场路235号(驿城路地铁站C2口步行370米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.201549, 30.298666 ] } }, +{ "type": "Feature", "properties": { "name": "西联广场DP-LIVE中心", "address": "东新路655号(西文街地铁站出入口步行280米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.172519, 30.316508 ] } }, +{ "type": "Feature", "properties": { "name": "西悦生活广场", "address": "东新路666号(西文街地铁站出入口步行390米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.174828, 30.316709 ] } }, +{ "type": "Feature", "properties": { "name": "NEO·未来里(建设中)", "address": "新天地街与长浜路交叉口东140米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.18117, 30.320946 ] } }, +{ "type": "Feature", "properties": { "name": "新天地购物中心", "address": "长浜路718号(新天地街地铁站出入口步行110米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.180033, 30.322663 ] } }, +{ "type": "Feature", "properties": { "name": "杭州德信中心商场", "address": "源聚路与明月桥路交叉口西140米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.221416, 30.295947 ] } }, +{ "type": "Feature", "properties": { "name": "原筑·LINK CITY", "address": "药香路柚米国际社区(Link City店)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.233794, 30.306835 ] } }, +{ "type": "Feature", "properties": { "name": "杭州拱墅吾悦广场", "address": "杭玻街与同协路交叉口西北160米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.210214, 30.343394 ] } }, +{ "type": "Feature", "properties": { "name": "西子丁兰广场", "address": "大农港路1238-1278号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.20688, 30.349519 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州丁桥天街", "address": "丁桥大农港路与丁城路交叉口", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.215812, 30.350712 ] } }, +{ "type": "Feature", "properties": { "name": "金海城购物中心", "address": "杭海路878号(九堡地铁站A口步行50米)", "type": "购物服务;商场;购物中心|生活服务;生活服务场所;生活服务场所", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.266849, 30.308955 ] } }, +{ "type": "Feature", "properties": { "name": "金海百货A馆", "address": "杭海路878号(九堡地铁站A口步行130米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.266852, 30.309181 ] } }, +{ "type": "Feature", "properties": { "name": "朝阳购物中心", "address": "万佳路与和睦港游步道交叉口东280米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.264691, 30.333395 ] } }, +{ "type": "Feature", "properties": { "name": "G193生活购物中心", "address": "长浜路988号(新天地街地铁站B2口步行460米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.179487, 30.325156 ] } }, +{ "type": "Feature", "properties": { "name": "中大银泰城", "address": "东新路822号", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场|公司企业;公司;公司", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.175496, 30.327241 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州中大店)", "address": "东新路822号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.175871, 30.327266 ] } }, +{ "type": "Feature", "properties": { "name": "中大银泰城", "address": "文晖街道146-1号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.175879, 30.32727 ] } }, +{ "type": "Feature", "properties": { "name": "杭州拱墅宝龙广场", "address": "春蓝路288号(桃源街地铁站C口旁)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.179268, 30.341513 ] } }, +{ "type": "Feature", "properties": { "name": "杭州拱墅华友广场", "address": "途虎养车半山路店", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.167522, 30.345952 ] } }, +{ "type": "Feature", "properties": { "name": "惟嘉生活广场", "address": "半山路87号杭州城北大厦1-3层", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.185886, 30.349278 ] } }, +{ "type": "Feature", "properties": { "name": "中联百货", "address": "半山路54号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.186663, 30.35012 ] } }, +{ "type": "Feature", "properties": { "name": "杭州科技城宝龙广场购物中心", "address": "仓前街道杭州科技城宝龙广场", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.98638, 30.278968 ] } }, +{ "type": "Feature", "properties": { "name": "商业B区(EFC LIVE欧美广场店)", "address": "向往街1118号t22幢EFC LIVE欧美广场", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.001056, 30.280312 ] } }, +{ "type": "Feature", "properties": { "name": "EFC LIVE欧美广场", "address": "仓前街道向往街1118号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.001767, 30.280812 ] } }, +{ "type": "Feature", "properties": { "name": "EFC LIVE欧美广场商业A区", "address": "景兴路896号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.002897, 30.280994 ] } }, +{ "type": "Feature", "properties": { "name": "万达广场(杭州未来科技城店)", "address": "仓前街道创景路与联创街交汇处", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.997768, 30.281007 ] } }, +{ "type": "Feature", "properties": { "name": "亲橙里购物中心", "address": "文一西路961号亲橙里购物中心1F6-15", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.029777, 30.281256 ] } }, +{ "type": "Feature", "properties": { "name": "美瑭广场", "address": "仓前街道余杭塘路2499号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.003457, 30.283396 ] } }, +{ "type": "Feature", "properties": { "name": "乐时城", "address": "向往街368号(杭师大仓前地铁站C口步行290米)", "type": "购物服务;商场;普通商场|购物服务;便民商店/便利店;便民商店/便利店", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.016126, 30.286525 ] } }, +{ "type": "Feature", "properties": { "name": "五联生活广场", "address": "文新街道五联弄31号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.095887, 30.279771 ] } }, +{ "type": "Feature", "properties": { "name": "西城广场", "address": "文二西路551号", "type": "购物服务;商场;购物中心|风景名胜;公园广场;城市广场|生活服务;生活服务场所;生活服务场所", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.094496, 30.280478 ] } }, +{ "type": "Feature", "properties": { "name": "铂澜大象城", "address": "文一路294号5楼508", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.124384, 30.288665 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西溪银泰城东区", "address": "双龙街588号(浙大紫金港地铁站B1口旁)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.07585, 30.292958 ] } }, +{ "type": "Feature", "properties": { "name": "印象城(杭州古墩路店)", "address": "古墩路588号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.099342, 30.293979 ] } }, +{ "type": "Feature", "properties": { "name": "杭州城西银泰城", "address": "丰潭路380号城西银泰城F1", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场|商务住宅;楼宇;商住两用楼宇|商务住宅;楼宇;商务写字楼|商务住宅;住宅区;住宅小区|购物服务;特色商业街;步行街", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.107589, 30.299512 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(城西银泰城店)", "address": "丰潭路380号杭州银泰城内", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.108778, 30.300238 ] } }, +{ "type": "Feature", "properties": { "name": "新武林商业中心(装修中)", "address": "萍水街333号(萍水街地铁站C口步行330米)", "type": "购物服务;商场;普通商场|购物服务;家电电子卖场;综合家电商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.109851, 30.300598 ] } }, +{ "type": "Feature", "properties": { "name": "30120幸福广场", "address": "中山北路西湖文化广场F区B1-B2层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.163233, 30.275895 ] } }, +{ "type": "Feature", "properties": { "name": "苏宁生活广场", "address": "湖墅南路90号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.155761, 30.277673 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州文化广场奥莱店)", "address": "西湖文化广场18号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162878, 30.277796 ] } }, +{ "type": "Feature", "properties": { "name": "浙江钱江服装小商品市场", "address": "汉马精品酒店大关苑西路1号", "type": "购物服务;家居建材市场;布艺市场|购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.153883, 30.302804 ] } }, +{ "type": "Feature", "properties": { "name": "水晶城购物中心", "address": "上塘路458号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.151764, 30.304402 ] } }, +{ "type": "Feature", "properties": { "name": "亿佳邻里中心", "address": "仓前街道緑汀路1号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.988712, 30.288409 ] } }, +{ "type": "Feature", "properties": { "name": "泰禾中央广场(世茂·西溪宸悦店)", "address": "枫树路120号世茂·西溪宸悦", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.066031, 30.292733 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西溪银泰城", "address": "双龙街588号(浙大紫金港地铁站B2口步行230米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.075076, 30.292981 ] } }, +{ "type": "Feature", "properties": { "name": "杭州西溪银泰城西区(弘德路店)", "address": "双龙街588号(浙大紫金港地铁站B1口步行230米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.074295, 30.293004 ] } }, +{ "type": "Feature", "properties": { "name": "下沉式广场(杭州西溪银泰城西区店)", "address": "弘德路与余杭塘路交叉口东南180米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.074817, 30.293014 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州西溪天街", "address": "花蒋天街商业中心2号楼101室", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.068329, 30.293268 ] } }, +{ "type": "Feature", "properties": { "name": "源汇坊", "address": "邱桥路与溪沁街交叉口西北100米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.043198, 30.294531 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大悦城", "address": "隐秀路与莫干山路交叉口(北大桥地铁站C口步行290米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.130065, 30.301061 ] } }, +{ "type": "Feature", "properties": { "name": "宝港生活广场", "address": null, "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.092841, 30.306876 ] } }, +{ "type": "Feature", "properties": { "name": "七乐汇生活广场", "address": "莫干山路959号(和睦地铁站E1口步行120米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.120037, 30.308056 ] } }, +{ "type": "Feature", "properties": { "name": "红星美凯龙杭州古墩商场", "address": "古墩路701号(虾龙圩地铁站C口步行150米)", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.095082, 30.308057 ] } }, +{ "type": "Feature", "properties": { "name": "乐堤港A区", "address": "大关路58号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.142911, 30.305088 ] } }, +{ "type": "Feature", "properties": { "name": "杭州远洋乐堤港", "address": "大关路58号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.142211, 30.305585 ] } }, +{ "type": "Feature", "properties": { "name": "乐堤港B区", "address": "大关路58号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.140859, 30.305811 ] } }, +{ "type": "Feature", "properties": { "name": "乐堤港C区", "address": "大关路58号", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.142337, 30.306396 ] } }, +{ "type": "Feature", "properties": { "name": "天阳D32·桥西里街", "address": "小河路306号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.137255, 30.314782 ] } }, +{ "type": "Feature", "properties": { "name": "运河购物广场", "address": "台州路2号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.141374, 30.31796 ] } }, +{ "type": "Feature", "properties": { "name": "运河上街购物中心西区", "address": "金华路80号运河上街B2", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.143712, 30.318857 ] } }, +{ "type": "Feature", "properties": { "name": "运河上街购物中心", "address": "台州路2号(拱宸桥东地铁站B口步行440米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.144391, 30.318974 ] } }, +{ "type": "Feature", "properties": { "name": "运河上街购物中心东区", "address": "台州路2号(拱宸桥东地铁站B口步行330米)负一楼", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.145441, 30.319143 ] } }, +{ "type": "Feature", "properties": { "name": "太阳城", "address": "石祥路239号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.160618, 30.331124 ] } }, +{ "type": "Feature", "properties": { "name": "复地活力广场", "address": "莫干山路1177号(花园岗地铁站B口步行280米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.110076, 30.317519 ] } }, +{ "type": "Feature", "properties": { "name": "上上街桥西邻里", "address": "小河路403号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.136307, 30.318241 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州紫荆天街", "address": "古墩路1009号(三墩地铁站B口步行70米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.091257, 30.320526 ] } }, +{ "type": "Feature", "properties": { "name": "都市生活广场", "address": "三墩路440-1号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.094703, 30.323547 ] } }, +{ "type": "Feature", "properties": { "name": "崇安中心", "address": "花园岗街183,185,187,189号(原181号)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.121498, 30.32377 ] } }, +{ "type": "Feature", "properties": { "name": "海外海·杭州商城三区", "address": "广运弄与广宏路交叉口东北40米", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.121708, 30.326097 ] } }, +{ "type": "Feature", "properties": { "name": "同仁汇商场", "address": null, "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.077744, 30.326606 ] } }, +{ "type": "Feature", "properties": { "name": "海外海·杭州商城", "address": "石祥路589号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.121632, 30.326904 ] } }, +{ "type": "Feature", "properties": { "name": "中童巴比尼(绿城运河郡店)", "address": "区祥符街道新明商业中心1幢1-223室", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.136872, 30.327596 ] } }, +{ "type": "Feature", "properties": { "name": "万达广场(杭州拱墅店)", "address": "杭行路666号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.12026, 30.330557 ] } }, +{ "type": "Feature", "properties": { "name": "东兴天地", "address": "祥泰街398号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.126256, 30.332979 ] } }, +{ "type": "Feature", "properties": { "name": "有顶市集(303生活广场店)", "address": "三墩新天地商业中心11幢一楼商品303生活广场", "type": "购物服务;商场;普通商场|购物服务;便民商店/便利店;便民商店/便利店", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.078092, 30.332989 ] } }, +{ "type": "Feature", "properties": { "name": "303生活广场", "address": "厚仁路313号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.078045, 30.333191 ] } }, +{ "type": "Feature", "properties": { "name": "天阳亲子广场(总部)", "address": "杭行路700号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.117761, 30.33373 ] } }, +{ "type": "Feature", "properties": { "name": "杭行荟Mo Mall", "address": "良渚街道杭行路与祥园路交叉口东北角", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.117718, 30.337869 ] } }, +{ "type": "Feature", "properties": { "name": "金地商城(金地广场店)", "address": "古墩路1333号杭州金地广场购物中心B1层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.083475, 30.339025 ] } }, +{ "type": "Feature", "properties": { "name": "杭州金地广场购物中心", "address": "良渚街道古墩路1333号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.082088, 30.339758 ] } }, +{ "type": "Feature", "properties": { "name": "紫金生活广场", "address": "金庄路与周坪路交叉口东南140米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.070829, 30.340748 ] } }, +{ "type": "Feature", "properties": { "name": "杭州山海商业广场", "address": "周坪路258号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.071878, 30.346215 ] } }, +{ "type": "Feature", "properties": { "name": "永耀劝学荟", "address": "劝学公园旁", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.016598, 30.34894 ] } }, +{ "type": "Feature", "properties": { "name": "永旺梦乐城(杭州良渚新城店)", "address": "良渚街道古墩路1888号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.058252, 30.360546 ] } }, +{ "type": "Feature", "properties": { "name": "BIRLAND玉鸟集", "address": "良渚文化村良渚街道玉鸟街与荀甫路交叉口向西300米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.029146, 30.3655 ] } }, +{ "type": "Feature", "properties": { "name": "西田城购物中心A座", "address": "莫干山路1513号西田城购物中心", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.095083, 30.340772 ] } }, +{ "type": "Feature", "properties": { "name": "西田城购物中心", "address": "良渚街道莫干山路1513号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.094532, 30.341522 ] } }, +{ "type": "Feature", "properties": { "name": "西田城购物中心B座", "address": "莫干山路1513号西田城购物中心", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.094696, 30.341542 ] } }, +{ "type": "Feature", "properties": { "name": "西田城购物中心C座", "address": "莫干山路1509号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.093754, 30.342098 ] } }, +{ "type": "Feature", "properties": { "name": "德悦广场", "address": "金昌路与冯家浜路交叉口东北80米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.123713, 30.347122 ] } }, +{ "type": "Feature", "properties": { "name": "杭州城北万象城", "address": "良渚街道杭行路1499号(地铁4/10号线杭行路站)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.113049, 30.351997 ] } }, +{ "type": "Feature", "properties": { "name": "笠禾(城北万象城店)", "address": "良渚街道杭行路1499号万象城负一135号笠禾", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.112595, 30.352405 ] } }, +{ "type": "Feature", "properties": { "name": "义盛粮油食品商场", "address": "义蓬街道义盛路356号", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.493572, 30.259031 ] } }, +{ "type": "Feature", "properties": { "name": "永旺梦乐城(杭州钱塘店)", "address": "义蓬街道青六中路667号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.483169, 30.262917 ] } }, +{ "type": "Feature", "properties": { "name": "英冠天地", "address": "义蓬中路373号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.48952, 30.267321 ] } }, +{ "type": "Feature", "properties": { "name": "兴旺购物中心(义蓬中路店)", "address": "义蓬中路与春益三路交叉口东北20米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.491225, 30.270075 ] } }, +{ "type": "Feature", "properties": { "name": "义蓬购物中心1期", "address": "义蓬镇义蓬中路501号义蓬购物中心", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.489881, 30.271283 ] } }, +{ "type": "Feature", "properties": { "name": "义蓬购物中心2期", "address": "青兴路义蓬购物中心二期(义蓬地铁站D口步行290米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.487601, 30.271365 ] } }, +{ "type": "Feature", "properties": { "name": "义蓬购物中心", "address": "义蓬中路501号", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场|生活服务;生活服务场所;生活服务场所", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.48995, 30.271419 ] } }, +{ "type": "Feature", "properties": { "name": "义蓬购物中心西区", "address": "义蓬中路501号(义蓬地铁站D口步行320米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.489092, 30.271526 ] } }, +{ "type": "Feature", "properties": { "name": "新湾金鑫商场", "address": "新湾商贸中心13栋3-4号", "type": "购物服务;综合市场;蔬菜市场|购物服务;超级市场;超市|购物服务;便民商店/便利店;便民商店/便利店", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.538899, 30.278955 ] } }, +{ "type": "Feature", "properties": { "name": "临江农贸市场", "address": "纬六路1077号附近临江工业园区纬六路", "type": "购物服务;综合市场;农副产品市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.591446, 30.288873 ] } }, +{ "type": "Feature", "properties": { "name": "爵贤生活超市", "address": "商贸北路与经四路交叉口东100米", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场|购物服务;超级市场;超市", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.591273, 30.289563 ] } }, +{ "type": "Feature", "properties": { "name": "毅信建材五金大商场", "address": "义蓬街道仓北路与河景路交叉口西南第一家", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.511803, 30.293424 ] } }, +{ "type": "Feature", "properties": { "name": "姐妹家私商场", "address": "保丰路125号(河庄中心幼儿园对面)", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.461008, 30.295461 ] } }, +{ "type": "Feature", "properties": { "name": "东东和达城", "address": "10号大街与之江东路交叉处", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.388912, 30.2964 ] } }, +{ "type": "Feature", "properties": { "name": "希宾商业中心", "address": "河庄街道永丰路549号", "type": "购物服务;商场;普通商场|商务住宅;商务住宅相关;商务住宅相关", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.459125, 30.296583 ] } }, +{ "type": "Feature", "properties": { "name": "杭州河庄华友广场", "address": "河庄路与书卷街交叉口西南约20米", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.455683, 30.299832 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大江东宝龙广场", "address": "江东大道2333号(地铁7/8号线青六中路站A/E口旁)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.494644, 30.303314 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州下沙店)", "address": "海达南路397号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.325499, 30.298879 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东沙商业中心", "address": "下沙天城东路159号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.33392, 30.304772 ] } }, +{ "type": "Feature", "properties": { "name": "杭州金沙印象城", "address": "金沙大道97号(高沙路地铁站D1口出)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.336258, 30.308563 ] } }, +{ "type": "Feature", "properties": { "name": "文泽和达城", "address": "2号大街与5号交汇处(地铁c出口旁)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.347727, 30.309159 ] } }, +{ "type": "Feature", "properties": { "name": "首游港广场", "address": "下沙街道金沙大道450号自游港广场", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.331825, 30.309775 ] } }, +{ "type": "Feature", "properties": { "name": "自由港广场潮玩馆", "address": "金沙大道美达晓城天地(金沙湖地铁站A口步行360米)", "type": "购物服务;商场;商场|体育休闲服务;体育休闲服务场所;体育休闲服务场所", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.329675, 30.309925 ] } }, +{ "type": "Feature", "properties": { "name": "A馆(龙湖杭州国芳天街店)", "address": "金禾街与金堡街交叉口西北100米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.272958, 30.309259 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州国芳天街", "address": "九沙大道388号(客运中心地铁站D口步行490米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.273933, 30.30947 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州国芳天街B馆", "address": "九沙大道与金堡街交叉口东南100米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.274738, 30.309603 ] } }, +{ "type": "Feature", "properties": { "name": "地铁东城购物中心", "address": "九沙大道399号(客运中心地铁站D1口旁)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.278524, 30.311078 ] } }, +{ "type": "Feature", "properties": { "name": "杭州瑞纺服装城", "address": "下沙街道金沙大道1808号", "type": "购物服务;家居建材市场;布艺市场|购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.300895, 30.311967 ] } }, +{ "type": "Feature", "properties": { "name": "九堡商贸中心", "address": "杭桥路518号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.281306, 30.31308 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州金沙天街", "address": "金沙大道560号(金沙湖地铁站A口旁)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.327207, 30.310057 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州吾角天街", "address": "下沙街道金沙大道30号吾角商业中心", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.336827, 30.310358 ] } }, +{ "type": "Feature", "properties": { "name": "杭州瑞纺轻纺城招商中心(瑞纺联合商场店)", "address": "金沙大道1808号", "type": "购物服务;家居建材市场;家居建材市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.302066, 30.312127 ] } }, +{ "type": "Feature", "properties": { "name": "福雷德广场", "address": "文泽路99号(近金沙数码港)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.347163, 30.316659 ] } }, +{ "type": "Feature", "properties": { "name": "杭州华联购超市(东城店)", "address": "松乔街558号(下沙街道东城大厦2号楼)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.338376, 30.324485 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州江东天街", "address": "义蓬街道青六中路3188号(启成路地铁站D口旁)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.495908, 30.310666 ] } }, +{ "type": "Feature", "properties": { "name": "宝龙商业中心(宝龙城市广场店)", "address": "江干区经济开发区2号大街与25号大街交汇处东北角宝龙城市广场", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.385013, 30.311604 ] } }, +{ "type": "Feature", "properties": { "name": "宝龙广场(宝龙商业中心店)", "address": "文翰路", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.384277, 30.312068 ] } }, +{ "type": "Feature", "properties": { "name": "水云和达城", "address": "杭州经济技术开发区水云街255号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.390039, 30.329315 ] } }, +{ "type": "Feature", "properties": { "name": "圈圈里", "address": "下沙水云街与文淙北路交口", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.388413, 30.329718 ] } }, +{ "type": "Feature", "properties": { "name": "杭州东大门商品交易中心", "address": "德胜东路3333号(客运中心地铁站F2口步行440米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.28269, 30.314496 ] } }, +{ "type": "Feature", "properties": { "name": "居艺空间", "address": "三卫路与仁爱路交叉口东南140米", "type": "购物服务;家居建材市场;家居建材市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.286119, 30.317756 ] } }, +{ "type": "Feature", "properties": { "name": "杭州恒大国际建材家居博览中心", "address": "德胜东路2888号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.294372, 30.321376 ] } }, +{ "type": "Feature", "properties": { "name": "龙湖杭州上城天街(建设中)", "address": "科城街368号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.277752, 30.331171 ] } }, +{ "type": "Feature", "properties": { "name": "宜家家居(杭州商场)", "address": "乔司街道乔莫西路5号(地铁站A2口步行490米)", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.284316, 30.343175 ] } }, +{ "type": "Feature", "properties": { "name": "华荣城", "address": "乔司街道博卡路18号(杭港地铁1号线乔司站B口100米)", "type": "购物服务;商场;普通商场|购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.283781, 30.345865 ] } }, +{ "type": "Feature", "properties": { "name": "余之城东区", "address": "临城路与崇韵街交叉口北100米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.304977, 30.394196 ] } }, +{ "type": "Feature", "properties": { "name": "余之城北区", "address": "迎宾路501号(南苑地铁站D口步行210米)", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.30373, 30.394201 ] } }, +{ "type": "Feature", "properties": { "name": "南溪江家私商场", "address": "乔司镇乔莫东路72号2楼", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.292918, 30.35148 ] } }, +{ "type": "Feature", "properties": { "name": "遥望X27主题公园", "address": "保庆街80号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.285668, 30.354105 ] } }, +{ "type": "Feature", "properties": { "name": "良熟百货", "address": "乔司街道仙家桥路100号", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.285131, 30.386653 ] } }, +{ "type": "Feature", "properties": { "name": "良熟生活广场", "address": "乔司街道仙家桥路100号良熟百货", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.285179, 30.386775 ] } }, +{ "type": "Feature", "properties": { "name": "杭州临平银泰inPARK", "address": "汀兰街233号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.29488, 30.390053 ] } }, +{ "type": "Feature", "properties": { "name": "杭州午定食品中心(和睦桥村八字桥店)", "address": "S16杭浦高速与S16杭浦高速出口交叉口北160米", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.250733, 30.351439 ] } }, +{ "type": "Feature", "properties": { "name": "鲁天自选商场(天风苑店)", "address": "天风苑东南门西南60米", "type": "购物服务;综合市场;蔬菜市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.248221, 30.38712 ] } }, +{ "type": "Feature", "properties": { "name": "七彩星商业中心", "address": "星桥南路与天都路交叉口东南侧", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.26233, 30.387807 ] } }, +{ "type": "Feature", "properties": { "name": "丁兰广场A座", "address": "惠兰雅路338号丁兰广场", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.231156, 30.352671 ] } }, +{ "type": "Feature", "properties": { "name": "丁兰广场", "address": "惠兰雅路与明珠街交汇处东北角", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.231368, 30.353127 ] } }, +{ "type": "Feature", "properties": { "name": "丁兰广场C座", "address": "惠兰雅路338号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.231127, 30.353553 ] } }, +{ "type": "Feature", "properties": { "name": "百联奥特莱斯广场(浙江杭州)", "address": "香岸路33号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.238961, 30.436144 ] } }, +{ "type": "Feature", "properties": { "name": "江山风华邻里中心", "address": "香岸路与凌寒街交叉口", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.238489, 30.440411 ] } }, +{ "type": "Feature", "properties": { "name": "逸兴广场", "address": "星桥街道星源北路与星灵路交汇处", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.249692, 30.405347 ] } }, +{ "type": "Feature", "properties": { "name": "临平商贸城", "address": "临平街道望梅路580号", "type": "购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.261137, 30.420711 ] } }, +{ "type": "Feature", "properties": { "name": "喜悦广场", "address": "兴国路195号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.261299, 30.426059 ] } }, +{ "type": "Feature", "properties": { "name": "临平恒大建材家具·整家定制中心", "address": "兴国路197号", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.26046, 30.427248 ] } }, +{ "type": "Feature", "properties": { "name": "诚之城广场(临平恒大建材家具·整家定制中心店)", "address": "兴国路197号临平恒大建材家具·整家定制中心", "type": "购物服务;商场;购物中心|购物服务;商场;普通商场|商务住宅;商务住宅相关;商务住宅相关", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.260485, 30.427258 ] } }, +{ "type": "Feature", "properties": { "name": "万盛商贸城", "address": "青广弄与马家坞路交叉口东100米", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.253908, 30.464778 ] } }, +{ "type": "Feature", "properties": { "name": "杭州临平宝龙广场(暂停营业)", "address": "星河路与龙船坞交汇处", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.249086, 30.466655 ] } }, +{ "type": "Feature", "properties": { "name": "万科旭润壹广场", "address": "崇贤街道运河路与320国道交叉口西北侧", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.204021, 30.405248 ] } }, +{ "type": "Feature", "properties": { "name": "嘉凯成商业中心", "address": "塘栖镇文苑路80-144号新耀·城市客厅", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.195175, 30.466575 ] } }, +{ "type": "Feature", "properties": { "name": "新耀·城市客厅", "address": "塘栖镇文苑路80-144号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.19485, 30.466798 ] } }, +{ "type": "Feature", "properties": { "name": "向山商贸城", "address": "良渚镇周家里83号", "type": "购物服务;综合市场;综合市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.053063, 30.374031 ] } }, +{ "type": "Feature", "properties": { "name": "瓶窑商城", "address": "瓶窑镇平窑社区羊城路77号4号楼", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.978262, 30.374714 ] } }, +{ "type": "Feature", "properties": { "name": "新耀·城市客厅", "address": "瓶窑镇瓶仓大道2号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.972864, 30.37838 ] } }, +{ "type": "Feature", "properties": { "name": "杭州城北招商花园城(装修中)", "address": "崇杭街777号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.159793, 30.381399 ] } }, +{ "type": "Feature", "properties": { "name": "上亿广场(杭州崇贤店)", "address": null, "type": "购物服务;商场;普通商场|商务住宅;楼宇;商务写字楼", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.162786, 30.381653 ] } }, +{ "type": "Feature", "properties": { "name": "恒德·瓶窑广场", "address": "华兴路199号附近", "type": "购物服务;商场;普通商场|商务住宅;楼宇;商务写字楼", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.978585, 30.389158 ] } }, +{ "type": "Feature", "properties": { "name": "老王精品家私商场", "address": "大桥北路204-206号(兴泰花园对面)", "type": "购物服务;家居建材市场;家居建材市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.967114, 30.400041 ] } }, +{ "type": "Feature", "properties": { "name": "黄湖翠兰家私商场", "address": "迁前南路247号", "type": "购物服务;家居建材市场;家具城", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 119.808626, 30.447516 ] } }, +{ "type": "Feature", "properties": { "name": "北城上亿广场", "address": "良渚街道逸盛路190号(逸盛路地铁站C口步行290米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.117034, 30.377882 ] } }, +{ "type": "Feature", "properties": { "name": "行宫塘生活广场", "address": "吴家门2-1号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.104162, 30.386298 ] } }, +{ "type": "Feature", "properties": { "name": "北洲商业广场", "address": "仁和街道和平路61-3", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.092052, 30.441519 ] } }, +{ "type": "Feature", "properties": { "name": "杭州芳正广场", "address": "仁良路与燕湾路交叉口东南160米", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.075542, 30.451687 ] } }, +{ "type": "Feature", "properties": { "name": "余之城", "address": "南苑街道迎宾路501号(南苑地铁站D口步行240米)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.304443, 30.394345 ] } }, +{ "type": "Feature", "properties": { "name": "杭州临平银泰城", "address": "世纪大道118号(临平地铁站D口步行50米)", "type": "购物服务;商场;普通商场|商务住宅;住宅区;住宅区", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.302144, 30.404516 ] } }, +{ "type": "Feature", "properties": { "name": "乐慧购物中心", "address": "南兴路138号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.314917, 30.412002 ] } }, +{ "type": "Feature", "properties": { "name": "人民大道购物中心", "address": "临平人民大道648号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.306128, 30.412325 ] } }, +{ "type": "Feature", "properties": { "name": "和合广场", "address": "临平南苑街道东湖南路59号(人民广场东侧)", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.309969, 30.416289 ] } }, +{ "type": "Feature", "properties": { "name": "中都广场", "address": "临平北大街2号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.304151, 30.420378 ] } }, +{ "type": "Feature", "properties": { "name": "华元欢乐城", "address": "迎宾路与望梅交汇处西北角(南苑地铁站B口步行340米)", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.300406, 30.395888 ] } }, +{ "type": "Feature", "properties": { "name": "莱蒙商业中心", "address": "南苑街道藕花洲大街303号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.298294, 30.414954 ] } }, +{ "type": "Feature", "properties": { "name": "万达广场(杭州临平店)", "address": "荷禹路105号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.284194, 30.43238 ] } }, +{ "type": "Feature", "properties": { "name": "银泰百货(杭州临平店)", "address": "东湖街道北大街132号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.303418, 30.422757 ] } }, +{ "type": "Feature", "properties": { "name": "千禧百福购物中心", "address": "北大街215号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.301527, 30.424661 ] } }, +{ "type": "Feature", "properties": { "name": "东湖国际商业中心", "address": "星光街1082号", "type": "购物服务;商场;购物中心", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.314678, 30.431071 ] } }, +{ "type": "Feature", "properties": { "name": "谊联力晶广场", "address": "杭州市东湖街道东湖北路102号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.3054, 30.433233 ] } }, +{ "type": "Feature", "properties": { "name": "杭州华宇商城维杰建材商行", "address": "华宇商城星光街1237号12幢028-068号", "type": "购物服务;家居建材市场;家具建材综合市场|购物服务;家居建材市场;建材五金市场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.329839, 30.43754 ] } }, +{ "type": "Feature", "properties": { "name": "星玖城", "address": "荷禹路68号玖玖·国际财富中心16层", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.285101, 30.434198 ] } }, +{ "type": "Feature", "properties": { "name": "上上街东湖邻里", "address": "荷花路192号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.289046, 30.438675 ] } }, +{ "type": "Feature", "properties": { "name": "杭州新环广场", "address": "临平大道429号", "type": "购物服务;商场;商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.300625, 30.445768 ] } }, +{ "type": "Feature", "properties": { "name": "万悦城蜗牛广场", "address": "东湖北路和湖潭路交汇处", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.299149, 30.459578 ] } }, +{ "type": "Feature", "properties": { "name": "润达广场", "address": "宏达路3号(与杭机路交叉口)汉庭酒店东湖北路", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.297438, 30.460711 ] } }, +{ "type": "Feature", "properties": { "name": "银都自选商场(博陆店)", "address": "鹿溪路1号", "type": "购物服务;商场;普通商场", "category": "market" }, "geometry": { "type": "Point", "coordinates": [ 120.308024, 30.498603 ] } } +] +} diff --git a/data/metrostation.geojson b/data/metrostation.geojson new file mode 100644 index 0000000..53a2039 --- /dev/null +++ b/data/metrostation.geojson @@ -0,0 +1,320 @@ +{ +"type": "FeatureCollection", +"name": "metrostation", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "name": "义桥(地铁站)", "address": "(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.182052, 30.060942 ] } }, +{ "type": "Feature", "properties": { "name": "时代大道(地铁站)", "address": "(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.1868, 30.110687 ] } }, +{ "type": "Feature", "properties": { "name": "闻堰(地铁站)", "address": "(在建)18号线;(在建)4号线三期南延段" }, "geometry": { "type": "Point", "coordinates": [ 120.179056, 30.129517 ] } }, +{ "type": "Feature", "properties": { "name": "万达中路(地铁站)", "address": "(在建)4号线三期南延段" }, "geometry": { "type": "Point", "coordinates": [ 120.169894, 30.130565 ] } }, +{ "type": "Feature", "properties": { "name": "万达北路(地铁站)", "address": "(在建)4号线三期南延段" }, "geometry": { "type": "Point", "coordinates": [ 120.158479, 30.140001 ] } }, +{ "type": "Feature", "properties": { "name": "湘滨路(地铁站)", "address": "(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.183303, 30.140193 ] } }, +{ "type": "Feature", "properties": { "name": "浦炬街(地铁站)", "address": "(在建)4号线三期南延段" }, "geometry": { "type": "Point", "coordinates": [ 120.155496, 30.147945 ] } }, +{ "type": "Feature", "properties": { "name": "浦沿(地铁站)", "address": "(在建)4号线三期南延段;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.153951, 30.158657 ] } }, +{ "type": "Feature", "properties": { "name": "杨家墩(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.14886, 30.16782 ] } }, +{ "type": "Feature", "properties": { "name": "伟业路(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.159056, 30.182364 ] } }, +{ "type": "Feature", "properties": { "name": "周九路(地铁站)", "address": "(在建)12号线南段" }, "geometry": { "type": "Point", "coordinates": [ 120.081855, 30.100211 ] } }, +{ "type": "Feature", "properties": { "name": "双浦(地铁站)", "address": "(在建)12号线南段;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.08378, 30.115971 ] } }, +{ "type": "Feature", "properties": { "name": "科海路(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.08702, 30.129544 ] } }, +{ "type": "Feature", "properties": { "name": "美院象山(地铁站)", "address": "(在建)地铁12号线北段;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.081328, 30.151172 ] } }, +{ "type": "Feature", "properties": { "name": "枫桦西路(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.098965, 30.155261 ] } }, +{ "type": "Feature", "properties": { "name": "之江文化中心(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.107708, 30.157966 ] } }, +{ "type": "Feature", "properties": { "name": "丽景路(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.091832, 30.158899 ] } }, +{ "type": "Feature", "properties": { "name": "西浦路(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.137629, 30.168709 ] } }, +{ "type": "Feature", "properties": { "name": "中医药大学(地铁站)", "address": "4号线;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.146432, 30.175802 ] } }, +{ "type": "Feature", "properties": { "name": "花坞(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.076724, 30.26075 ] } }, +{ "type": "Feature", "properties": { "name": "霞鸣街(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.073174, 30.14323 ] } }, +{ "type": "Feature", "properties": { "name": "中村(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.038732, 30.147274 ] } }, +{ "type": "Feature", "properties": { "name": "音乐学院(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.056645, 30.147798 ] } }, +{ "type": "Feature", "properties": { "name": "庙山(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.074978, 30.165652 ] } }, +{ "type": "Feature", "properties": { "name": "叶埠桥路(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.057268, 30.180583 ] } }, +{ "type": "Feature", "properties": { "name": "龙坞(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.047664, 30.183676 ] } }, +{ "type": "Feature", "properties": { "name": "慈母桥(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.037206, 30.188562 ] } }, +{ "type": "Feature", "properties": { "name": "石马(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.010966, 30.206719 ] } }, +{ "type": "Feature", "properties": { "name": "小和山(地铁站)", "address": "(在建)地铁12号线北段;3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.021176, 30.212018 ] } }, +{ "type": "Feature", "properties": { "name": "屏峰(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.037251, 30.222908 ] } }, +{ "type": "Feature", "properties": { "name": "联庄(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.152024, 30.186648 ] } }, +{ "type": "Feature", "properties": { "name": "诚业路(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.170027, 30.186693 ] } }, +{ "type": "Feature", "properties": { "name": "建业路(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.178743, 30.190474 ] } }, +{ "type": "Feature", "properties": { "name": "水澄桥(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.151946, 30.204075 ] } }, +{ "type": "Feature", "properties": { "name": "复兴路(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.163407, 30.210287 ] } }, +{ "type": "Feature", "properties": { "name": "南星桥(地铁站)", "address": "4号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.177384, 30.217295 ] } }, +{ "type": "Feature", "properties": { "name": "候潮门(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.173153, 30.226059 ] } }, +{ "type": "Feature", "properties": { "name": "江城路(地铁站)", "address": "5号线;7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.178205, 30.238561 ] } }, +{ "type": "Feature", "properties": { "name": "吴山广场(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.163854, 30.23985 ] } }, +{ "type": "Feature", "properties": { "name": "莫邪塘(地铁站)", "address": "(在建)18号线;7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.187043, 30.243319 ] } }, +{ "type": "Feature", "properties": { "name": "黄泥坞(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.020603, 30.231731 ] } }, +{ "type": "Feature", "properties": { "name": "留下(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.052093, 30.241056 ] } }, +{ "type": "Feature", "properties": { "name": "高教路(地铁站)", "address": "(在建)地铁12号线北段;3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.019406, 30.242871 ] } }, +{ "type": "Feature", "properties": { "name": "中泰(地铁站)", "address": "16号线" }, "geometry": { "type": "Point", "coordinates": [ 119.929447, 30.243033 ] } }, +{ "type": "Feature", "properties": { "name": "联胜路(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.032497, 30.244061 ] } }, +{ "type": "Feature", "properties": { "name": "南湖(地铁站)", "address": "16号线" }, "geometry": { "type": "Point", "coordinates": [ 119.899603, 30.246777 ] } }, +{ "type": "Feature", "properties": { "name": "全丰(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.008123, 30.246863 ] } }, +{ "type": "Feature", "properties": { "name": "洪园(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.050372, 30.24829 ] } }, +{ "type": "Feature", "properties": { "name": "禹航路(地铁站)", "address": "16号线" }, "geometry": { "type": "Point", "coordinates": [ 119.955554, 30.248755 ] } }, +{ "type": "Feature", "properties": { "name": "南峰(地铁站)", "address": "16号线" }, "geometry": { "type": "Point", "coordinates": [ 119.878316, 30.249779 ] } }, +{ "type": "Feature", "properties": { "name": "城站(地铁站)", "address": "1号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.180768, 30.244717 ] } }, +{ "type": "Feature", "properties": { "name": "定安路(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.167751, 30.245954 ] } }, +{ "type": "Feature", "properties": { "name": "万安桥(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.180417, 30.252901 ] } }, +{ "type": "Feature", "properties": { "name": "龙翔桥(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.164052, 30.254642 ] } }, +{ "type": "Feature", "properties": { "name": "凤起路(地铁站)", "address": "1号线;2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.162887, 30.263779 ] } }, +{ "type": "Feature", "properties": { "name": "建国北路(地铁站)", "address": "2号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.180761, 30.264552 ] } }, +{ "type": "Feature", "properties": { "name": "中河北路(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.172436, 30.264596 ] } }, +{ "type": "Feature", "properties": { "name": "武林门(地铁站)", "address": "2号线;3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.155365, 30.269668 ] } }, +{ "type": "Feature", "properties": { "name": "宝善桥(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.179868, 30.271799 ] } }, +{ "type": "Feature", "properties": { "name": "武林广场(地铁站)", "address": "1号线;3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.164324, 30.272368 ] } }, +{ "type": "Feature", "properties": { "name": "水乡南路(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.019345, 30.25329 ] } }, +{ "type": "Feature", "properties": { "name": "西溪湿地南(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.061779, 30.253858 ] } }, +{ "type": "Feature", "properties": { "name": "南湖东(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 119.946993, 30.260024 ] } }, +{ "type": "Feature", "properties": { "name": "凤新路(地铁站)", "address": "16号线" }, "geometry": { "type": "Point", "coordinates": [ 119.968843, 30.260134 ] } }, +{ "type": "Feature", "properties": { "name": "绿汀路(地铁站)", "address": "16号线;3号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 119.992062, 30.26014 ] } }, +{ "type": "Feature", "properties": { "name": "创明路(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.002285, 30.260658 ] } }, +{ "type": "Feature", "properties": { "name": "金星(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 119.966536, 30.265041 ] } }, +{ "type": "Feature", "properties": { "name": "水乡北路(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.023247, 30.270065 ] } }, +{ "type": "Feature", "properties": { "name": "葛巷(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 119.99882, 30.270354 ] } }, +{ "type": "Feature", "properties": { "name": "文一西路(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 119.98065, 30.27499 ] } }, +{ "type": "Feature", "properties": { "name": "东岳(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.089527, 30.262171 ] } }, +{ "type": "Feature", "properties": { "name": "古墩路(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.101975, 30.265363 ] } }, +{ "type": "Feature", "properties": { "name": "黄龙洞(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.140449, 30.265387 ] } }, +{ "type": "Feature", "properties": { "name": "黄龙体育中心(地铁站)", "address": "10号线;3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.129899, 30.26819 ] } }, +{ "type": "Feature", "properties": { "name": "古荡新村(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.111229, 30.269789 ] } }, +{ "type": "Feature", "properties": { "name": "古荡(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.122457, 30.270848 ] } }, +{ "type": "Feature", "properties": { "name": "五联(地铁站)", "address": "19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.099107, 30.275803 ] } }, +{ "type": "Feature", "properties": { "name": "文三路(地铁站)", "address": "10号线;19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.129964, 30.276862 ] } }, +{ "type": "Feature", "properties": { "name": "丰潭路(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.109629, 30.281911 ] } }, +{ "type": "Feature", "properties": { "name": "古翠路(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.117918, 30.282192 ] } }, +{ "type": "Feature", "properties": { "name": "创景路(地铁站)", "address": "19号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 119.998033, 30.278112 ] } }, +{ "type": "Feature", "properties": { "name": "海创园(地铁站)", "address": "(在建)地铁12号线北段;19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.020641, 30.280071 ] } }, +{ "type": "Feature", "properties": { "name": "西溪湿地北(地铁站)", "address": "19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.069922, 30.281847 ] } }, +{ "type": "Feature", "properties": { "name": "良睦路(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.007357, 30.285682 ] } }, +{ "type": "Feature", "properties": { "name": "荆长路(地铁站)", "address": "19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.043381, 30.286534 ] } }, +{ "type": "Feature", "properties": { "name": "龙舟北路(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 119.983173, 30.287954 ] } }, +{ "type": "Feature", "properties": { "name": "杭师大仓前(地铁站)", "address": "(在建)地铁12号线北段;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.01721, 30.288592 ] } }, +{ "type": "Feature", "properties": { "name": "永福(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.027057, 30.291577 ] } }, +{ "type": "Feature", "properties": { "name": "蒋村(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.067353, 30.29484 ] } }, +{ "type": "Feature", "properties": { "name": "五常(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.044889, 30.296279 ] } }, +{ "type": "Feature", "properties": { "name": "西湖文化广场(地铁站)", "address": "19号线;1号线;3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.165639, 30.279585 ] } }, +{ "type": "Feature", "properties": { "name": "沈塘桥(地铁站)", "address": "19号线;2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.150223, 30.280146 ] } }, +{ "type": "Feature", "properties": { "name": "松艮路(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.181872, 30.281235 ] } }, +{ "type": "Feature", "properties": { "name": "打铁关(地铁站)", "address": "(在建)15号线;1号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.176739, 30.285425 ] } }, +{ "type": "Feature", "properties": { "name": "潮王路(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.158795, 30.290314 ] } }, +{ "type": "Feature", "properties": { "name": "和平会展中心(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.173907, 30.291806 ] } }, +{ "type": "Feature", "properties": { "name": "杭氧(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.178913, 30.295539 ] } }, +{ "type": "Feature", "properties": { "name": "城北体育公园(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.161733, 30.305044 ] } }, +{ "type": "Feature", "properties": { "name": "大关(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.149143, 30.307815 ] } }, +{ "type": "Feature", "properties": { "name": "东新园(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.175849, 30.308325 ] } }, +{ "type": "Feature", "properties": { "name": "亚太路(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.251116, 30.11169 ] } }, +{ "type": "Feature", "properties": { "name": "蜀山(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.250885, 30.121678 ] } }, +{ "type": "Feature", "properties": { "name": "朝阳(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.268228, 30.122219 ] } }, +{ "type": "Feature", "properties": { "name": "向旭路(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.25063, 30.131912 ] } }, +{ "type": "Feature", "properties": { "name": "曹家桥(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.267867, 30.134524 ] } }, +{ "type": "Feature", "properties": { "name": "南秀路(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.251046, 30.144333 ] } }, +{ "type": "Feature", "properties": { "name": "潘水(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.267644, 30.148186 ] } }, +{ "type": "Feature", "properties": { "name": "人民路(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.267502, 30.159176 ] } }, +{ "type": "Feature", "properties": { "name": "西山公园(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.251941, 30.163117 ] } }, +{ "type": "Feature", "properties": { "name": "杭发厂(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.267205, 30.170619 ] } }, +{ "type": "Feature", "properties": { "name": "民丰(地铁站)", "address": "(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.19041, 30.084859 ] } }, +{ "type": "Feature", "properties": { "name": "白马湖(地铁站)", "address": "(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.197347, 30.160898 ] } }, +{ "type": "Feature", "properties": { "name": "湘湖(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.234391, 30.167585 ] } }, +{ "type": "Feature", "properties": { "name": "江晖路(地铁站)", "address": "(在建)18号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.212417, 30.181579 ] } }, +{ "type": "Feature", "properties": { "name": "聚才路(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.198803, 30.182426 ] } }, +{ "type": "Feature", "properties": { "name": "滨康路(地铁站)", "address": "1号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.231003, 30.183864 ] } }, +{ "type": "Feature", "properties": { "name": "西兴(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.220429, 30.187295 ] } }, +{ "type": "Feature", "properties": { "name": "长河(地铁站)", "address": "5号线;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.193941, 30.197248 ] } }, +{ "type": "Feature", "properties": { "name": "滨和路(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.217552, 30.19955 ] } }, +{ "type": "Feature", "properties": { "name": "江汉路(地铁站)", "address": "(在建)18号线;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.204943, 30.202836 ] } }, +{ "type": "Feature", "properties": { "name": "衙前(地铁站)", "address": "绍兴1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.359979, 30.163186 ] } }, +{ "type": "Feature", "properties": { "name": "火车南站(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.297331, 30.17267 ] } }, +{ "type": "Feature", "properties": { "name": "双桥(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.30877, 30.173139 ] } }, +{ "type": "Feature", "properties": { "name": "姑娘桥(地铁站)", "address": "5号线;绍兴1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.330313, 30.176001 ] } }, +{ "type": "Feature", "properties": { "name": "盈中(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.363029, 30.197715 ] } }, +{ "type": "Feature", "properties": { "name": "坎山(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.395099, 30.197785 ] } }, +{ "type": "Feature", "properties": { "name": "合欢路(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.343647, 30.198105 ] } }, +{ "type": "Feature", "properties": { "name": "新街(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.330917, 30.199369 ] } }, +{ "type": "Feature", "properties": { "name": "新汉路(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.306507, 30.202985 ] } }, +{ "type": "Feature", "properties": { "name": "新兴路(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.295186, 30.204808 ] } }, +{ "type": "Feature", "properties": { "name": "萧棉路(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.253532, 30.174083 ] } }, +{ "type": "Feature", "properties": { "name": "通惠中路(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.285183, 30.180485 ] } }, +{ "type": "Feature", "properties": { "name": "育才北路(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.275911, 30.180797 ] } }, +{ "type": "Feature", "properties": { "name": "人民广场(地铁站)", "address": "2号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.266803, 30.181086 ] } }, +{ "type": "Feature", "properties": { "name": "金鸡路(地铁站)", "address": "(在建)15号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.253402, 30.181697 ] } }, +{ "type": "Feature", "properties": { "name": "博奥路(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.244164, 30.182338 ] } }, +{ "type": "Feature", "properties": { "name": "建设一路(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.266538, 30.194046 ] } }, +{ "type": "Feature", "properties": { "name": "建设一路西(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.249291, 30.194326 ] } }, +{ "type": "Feature", "properties": { "name": "建设三路(地铁站)", "address": "2号线;7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.268252, 30.204512 ] } }, +{ "type": "Feature", "properties": { "name": "明星路(地铁站)", "address": "(在建)15号线;7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.248729, 30.204718 ] } }, +{ "type": "Feature", "properties": { "name": "江陵路(地铁站)", "address": "1号线;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.216594, 30.209102 ] } }, +{ "type": "Feature", "properties": { "name": "星民(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.22386, 30.213218 ] } }, +{ "type": "Feature", "properties": { "name": "甬江路(地铁站)", "address": "(在建)18号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.189451, 30.223287 ] } }, +{ "type": "Feature", "properties": { "name": "奥体中心(地铁站)", "address": "6号线;7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.232974, 30.224071 ] } }, +{ "type": "Feature", "properties": { "name": "近江(地铁站)", "address": "1号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.197458, 30.231125 ] } }, +{ "type": "Feature", "properties": { "name": "博览中心(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.236506, 30.232448 ] } }, +{ "type": "Feature", "properties": { "name": "婺江路(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.191101, 30.23682 ] } }, +{ "type": "Feature", "properties": { "name": "城星路(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.206954, 30.239643 ] } }, +{ "type": "Feature", "properties": { "name": "市民中心(地铁站)", "address": "4号线;7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.211213, 30.244809 ] } }, +{ "type": "Feature", "properties": { "name": "观音塘(地铁站)", "address": "7号线;9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.201609, 30.247079 ] } }, +{ "type": "Feature", "properties": { "name": "兴议(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.23859, 30.212135 ] } }, +{ "type": "Feature", "properties": { "name": "丰二(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.249215, 30.214779 ] } }, +{ "type": "Feature", "properties": { "name": "振宁路(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.269215, 30.217695 ] } }, +{ "type": "Feature", "properties": { "name": "合丰(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.248709, 30.223572 ] } }, +{ "type": "Feature", "properties": { "name": "飞虹路(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.263328, 30.230955 ] } }, +{ "type": "Feature", "properties": { "name": "盈丰路(地铁站)", "address": "(在建)15号线;2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.252501, 30.236997 ] } }, +{ "type": "Feature", "properties": { "name": "钱江世纪城(地铁站)", "address": "2号线;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.244477, 30.240379 ] } }, +{ "type": "Feature", "properties": { "name": "丰北(地铁站)", "address": "(在建)15号线;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.250235, 30.250049 ] } }, +{ "type": "Feature", "properties": { "name": "亚运村(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.247398, 30.257688 ] } }, +{ "type": "Feature", "properties": { "name": "平澜路(地铁站)", "address": "19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.258554, 30.25997 ] } }, +{ "type": "Feature", "properties": { "name": "新港(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.408416, 30.219239 ] } }, +{ "type": "Feature", "properties": { "name": "知行路(地铁站)", "address": "19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.335746, 30.228366 ] } }, +{ "type": "Feature", "properties": { "name": "萧山国际机场(地铁站)", "address": "19号线;1号线;7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.433114, 30.235568 ] } }, +{ "type": "Feature", "properties": { "name": "永盛路(地铁站)", "address": "19号线;7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.473016, 30.236479 ] } }, +{ "type": "Feature", "properties": { "name": "耕文路(地铁站)", "address": "19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.301767, 30.239989 ] } }, +{ "type": "Feature", "properties": { "name": "新镇路(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.484197, 30.258395 ] } }, +{ "type": "Feature", "properties": { "name": "向阳路(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.442496, 30.260143 ] } }, +{ "type": "Feature", "properties": { "name": "南阳(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.436287, 30.270107 ] } }, +{ "type": "Feature", "properties": { "name": "港城大道(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.426089, 30.270676 ] } }, +{ "type": "Feature", "properties": { "name": "杭州大会展中心(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.411964, 30.271186 ] } }, +{ "type": "Feature", "properties": { "name": "新业路(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.208875, 30.24912 ] } }, +{ "type": "Feature", "properties": { "name": "江锦路(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.215568, 30.249727 ] } }, +{ "type": "Feature", "properties": { "name": "钱江路(地铁站)", "address": "2号线;4号线;9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.213387, 30.255978 ] } }, +{ "type": "Feature", "properties": { "name": "庆春广场(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.204748, 30.257602 ] } }, +{ "type": "Feature", "properties": { "name": "庆菱路(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.193077, 30.257613 ] } }, +{ "type": "Feature", "properties": { "name": "江河汇(地铁站)", "address": "(在建)15号线;9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.221398, 30.261374 ] } }, +{ "type": "Feature", "properties": { "name": "景芳(地铁站)", "address": "(在建)15号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.207708, 30.264903 ] } }, +{ "type": "Feature", "properties": { "name": "华家池(地铁站)", "address": "(在建)15号线;(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.19126, 30.266815 ] } }, +{ "type": "Feature", "properties": { "name": "三堡(地铁站)", "address": "6号线;9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.227958, 30.266822 ] } }, +{ "type": "Feature", "properties": { "name": "御道(地铁站)", "address": "19号线;9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.236213, 30.27391 ] } }, +{ "type": "Feature", "properties": { "name": "义蓬(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.487218, 30.273879 ] } }, +{ "type": "Feature", "properties": { "name": "塘新线(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.490308, 30.284492 ] } }, +{ "type": "Feature", "properties": { "name": "下沙江滨(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.381725, 30.286768 ] } }, +{ "type": "Feature", "properties": { "name": "仓北村(地铁站)", "address": "8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.507671, 30.293839 ] } }, +{ "type": "Feature", "properties": { "name": "冯娄村(地铁站)", "address": "8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.521327, 30.294148 ] } }, +{ "type": "Feature", "properties": { "name": "新湾路(地铁站)", "address": "8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.541879, 30.294648 ] } }, +{ "type": "Feature", "properties": { "name": "青六中路(地铁站)", "address": "7号线;8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.49121, 30.297734 ] } }, +{ "type": "Feature", "properties": { "name": "青西三路(地铁站)", "address": "8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.477728, 30.298257 ] } }, +{ "type": "Feature", "properties": { "name": "河庄路(地铁站)", "address": "8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.457946, 30.298731 ] } }, +{ "type": "Feature", "properties": { "name": "云水(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.381787, 30.302893 ] } }, +{ "type": "Feature", "properties": { "name": "新塘(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.207388, 30.276012 ] } }, +{ "type": "Feature", "properties": { "name": "昙花庵路(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.222845, 30.276397 ] } }, +{ "type": "Feature", "properties": { "name": "元宝塘(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.220572, 30.284007 ] } }, +{ "type": "Feature", "properties": { "name": "闸弄口(地铁站)", "address": "(在建)18号线;1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.19235, 30.284463 ] } }, +{ "type": "Feature", "properties": { "name": "新风(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.20808, 30.287244 ] } }, +{ "type": "Feature", "properties": { "name": "火车东站(地铁站)", "address": "1号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.213229, 30.291459 ] } }, +{ "type": "Feature", "properties": { "name": "彭埠(地铁站)", "address": "1号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.223661, 30.294065 ] } }, +{ "type": "Feature", "properties": { "name": "火车东站(东广场)(地铁站)", "address": "19号线;6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.215712, 30.29429 ] } }, +{ "type": "Feature", "properties": { "name": "驿城路(地铁站)", "address": "(在建)18号线;19号线" }, "geometry": { "type": "Point", "coordinates": [ 120.199177, 30.298381 ] } }, +{ "type": "Feature", "properties": { "name": "枸桔弄(地铁站)", "address": "6号线" }, "geometry": { "type": "Point", "coordinates": [ 120.206547, 30.301238 ] } }, +{ "type": "Feature", "properties": { "name": "学院路(地铁站)", "address": "10号线;2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.129577, 30.282745 ] } }, +{ "type": "Feature", "properties": { "name": "下宁桥(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.140128, 30.283325 ] } }, +{ "type": "Feature", "properties": { "name": "文新(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.098193, 30.289251 ] } }, +{ "type": "Feature", "properties": { "name": "翠柏路(地铁站)", "address": "10号线" }, "geometry": { "type": "Point", "coordinates": [ 120.128892, 30.290239 ] } }, +{ "type": "Feature", "properties": { "name": "浙大紫金港(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.07671, 30.294167 ] } }, +{ "type": "Feature", "properties": { "name": "香积寺(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.148795, 30.299974 ] } }, +{ "type": "Feature", "properties": { "name": "三坝(地铁站)", "address": "2号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.0979, 30.30002 ] } }, +{ "type": "Feature", "properties": { "name": "萍水街(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.112745, 30.302806 ] } }, +{ "type": "Feature", "properties": { "name": "北大桥(地铁站)", "address": "10号线" }, "geometry": { "type": "Point", "coordinates": [ 120.12985, 30.303355 ] } }, +{ "type": "Feature", "properties": { "name": "和睦(地铁站)", "address": "10号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.119367, 30.308544 ] } }, +{ "type": "Feature", "properties": { "name": "火车西站(地铁站)", "address": "(在建)地铁12号线北段;19号线;3号线" }, "geometry": { "type": "Point", "coordinates": [ 119.986523, 30.297877 ] } }, +{ "type": "Feature", "properties": { "name": "站北路(地铁站)", "address": "(在建)地铁12号线北段" }, "geometry": { "type": "Point", "coordinates": [ 120.001879, 30.300602 ] } }, +{ "type": "Feature", "properties": { "name": "汤家村(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 119.981929, 30.305485 ] } }, +{ "type": "Feature", "properties": { "name": "吴山前村(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 119.980178, 30.311359 ] } }, +{ "type": "Feature", "properties": { "name": "云谷(地铁站)", "address": "(在建)4号线三期西延段" }, "geometry": { "type": "Point", "coordinates": [ 120.033202, 30.319026 ] } }, +{ "type": "Feature", "properties": { "name": "苕溪(地铁站)", "address": "19号线" }, "geometry": { "type": "Point", "coordinates": [ 119.95922, 30.322395 ] } }, +{ "type": "Feature", "properties": { "name": "莲池路(地铁站)", "address": "(在建)4号线三期西延段" }, "geometry": { "type": "Point", "coordinates": [ 120.054694, 30.324369 ] } }, +{ "type": "Feature", "properties": { "name": "西湖大学(地铁站)", "address": "(在建)4号线三期西延段" }, "geometry": { "type": "Point", "coordinates": [ 120.038122, 30.326775 ] } }, +{ "type": "Feature", "properties": { "name": "池华街(地铁站)", "address": "(在建)4号线三期西延段;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.068507, 30.327626 ] } }, +{ "type": "Feature", "properties": { "name": "西湖大学东(地铁站)", "address": "(在建)4号线三期西延段" }, "geometry": { "type": "Point", "coordinates": [ 120.047654, 30.32921 ] } }, +{ "type": "Feature", "properties": { "name": "虾龙圩(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.096383, 30.309587 ] } }, +{ "type": "Feature", "properties": { "name": "花园岗(地铁站)", "address": "10号线" }, "geometry": { "type": "Point", "coordinates": [ 120.112958, 30.315717 ] } }, +{ "type": "Feature", "properties": { "name": "拱宸桥东(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.147977, 30.317061 ] } }, +{ "type": "Feature", "properties": { "name": "大运河(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.131341, 30.319279 ] } }, +{ "type": "Feature", "properties": { "name": "三墩(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.093014, 30.320033 ] } }, +{ "type": "Feature", "properties": { "name": "渡驾桥(地铁站)", "address": "10号线" }, "geometry": { "type": "Point", "coordinates": [ 120.115365, 30.324957 ] } }, +{ "type": "Feature", "properties": { "name": "墩祥街(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.087615, 30.331667 ] } }, +{ "type": "Feature", "properties": { "name": "祥园路(地铁站)", "address": "10号线" }, "geometry": { "type": "Point", "coordinates": [ 120.11645, 30.336761 ] } }, +{ "type": "Feature", "properties": { "name": "金家渡(地铁站)", "address": "2号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.083937, 30.339103 ] } }, +{ "type": "Feature", "properties": { "name": "谢村(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.147104, 30.344707 ] } }, +{ "type": "Feature", "properties": { "name": "西文街(地铁站)", "address": "5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.169934, 30.31603 ] } }, +{ "type": "Feature", "properties": { "name": "善贤(地铁站)", "address": "3号线;5号线" }, "geometry": { "type": "Point", "coordinates": [ 120.160651, 30.317478 ] } }, +{ "type": "Feature", "properties": { "name": "七古登(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.152687, 30.318634 ] } }, +{ "type": "Feature", "properties": { "name": "新天地街(地铁站)", "address": "3号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.179584, 30.321168 ] } }, +{ "type": "Feature", "properties": { "name": "蔡马(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.152728, 30.325332 ] } }, +{ "type": "Feature", "properties": { "name": "皋亭坝(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.172197, 30.330407 ] } }, +{ "type": "Feature", "properties": { "name": "瓜山(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.148978, 30.33479 ] } }, +{ "type": "Feature", "properties": { "name": "桃源街(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.178545, 30.341489 ] } }, +{ "type": "Feature", "properties": { "name": "吴家角港(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.169305, 30.351086 ] } }, +{ "type": "Feature", "properties": { "name": "独城生态公园(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.161388, 30.357109 ] } }, +{ "type": "Feature", "properties": { "name": "白洋(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.072905, 30.351155 ] } }, +{ "type": "Feature", "properties": { "name": "良渚(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.041654, 30.358992 ] } }, +{ "type": "Feature", "properties": { "name": "杜甫村(地铁站)", "address": "2号线" }, "geometry": { "type": "Point", "coordinates": [ 120.056549, 30.359033 ] } }, +{ "type": "Feature", "properties": { "name": "好运街(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.100048, 30.350198 ] } }, +{ "type": "Feature", "properties": { "name": "杭行路(地铁站)", "address": "10号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.114455, 30.353535 ] } }, +{ "type": "Feature", "properties": { "name": "储运路(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.128247, 30.353879 ] } }, +{ "type": "Feature", "properties": { "name": "平安桥(地铁站)", "address": "(在建)15号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.143808, 30.357189 ] } }, +{ "type": "Feature", "properties": { "name": "金德路(地铁站)", "address": "10号线" }, "geometry": { "type": "Point", "coordinates": [ 120.114259, 30.364386 ] } }, +{ "type": "Feature", "properties": { "name": "康桥(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.145555, 30.368468 ] } }, +{ "type": "Feature", "properties": { "name": "龙腾街(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.14443, 30.37725 ] } }, +{ "type": "Feature", "properties": { "name": "逸盛路(地铁站)", "address": "(在建)地铁10号线二期;10号线" }, "geometry": { "type": "Point", "coordinates": [ 120.113559, 30.378893 ] } }, +{ "type": "Feature", "properties": { "name": "双陈(地铁站)", "address": "(在建)地铁10号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.104068, 30.395512 ] } }, +{ "type": "Feature", "properties": { "name": "云会(地铁站)", "address": "(在建)地铁10号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.101871, 30.413592 ] } }, +{ "type": "Feature", "properties": { "name": "沾驾桥路(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.150039, 30.382609 ] } }, +{ "type": "Feature", "properties": { "name": "崇杭街(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.164043, 30.382706 ] } }, +{ "type": "Feature", "properties": { "name": "崇贤(地铁站)", "address": "(在建)15号线" }, "geometry": { "type": "Point", "coordinates": [ 120.177601, 30.383468 ] } }, +{ "type": "Feature", "properties": { "name": "仁和南(地铁站)", "address": "(在建)地铁10号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.097177, 30.428421 ] } }, +{ "type": "Feature", "properties": { "name": "仁和(地铁站)", "address": "(在建)地铁10号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.09114, 30.442176 ] } }, +{ "type": "Feature", "properties": { "name": "仁和北(地铁站)", "address": "(在建)地铁10号线二期;(在建)杭德城际铁路" }, "geometry": { "type": "Point", "coordinates": [ 120.077554, 30.450835 ] } }, +{ "type": "Feature", "properties": { "name": "五堡(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.242115, 30.280647 ] } }, +{ "type": "Feature", "properties": { "name": "六堡(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.251166, 30.286241 ] } }, +{ "type": "Feature", "properties": { "name": "红普南路(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.263187, 30.292956 ] } }, +{ "type": "Feature", "properties": { "name": "七堡(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.241065, 30.300002 ] } }, +{ "type": "Feature", "properties": { "name": "九睦路(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.271195, 30.305715 ] } }, +{ "type": "Feature", "properties": { "name": "九和路(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.252784, 30.305799 ] } }, +{ "type": "Feature", "properties": { "name": "九堡(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.266432, 30.307735 ] } }, +{ "type": "Feature", "properties": { "name": "客运中心(地铁站)", "address": "1号线;9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.278837, 30.311145 ] } }, +{ "type": "Feature", "properties": { "name": "九昌路(地铁站)", "address": "(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.25877, 30.317014 ] } }, +{ "type": "Feature", "properties": { "name": "乔司南(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.290691, 30.327319 ] } }, +{ "type": "Feature", "properties": { "name": "桥头堡(地铁站)", "address": "8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.432445, 30.303126 ] } }, +{ "type": "Feature", "properties": { "name": "金沙湖(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.32572, 30.309246 ] } }, +{ "type": "Feature", "properties": { "name": "高沙路(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.335408, 30.30942 ] } }, +{ "type": "Feature", "properties": { "name": "下沙西(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.312534, 30.309918 ] } }, +{ "type": "Feature", "properties": { "name": "文泽路(地铁站)", "address": "1号线" }, "geometry": { "type": "Point", "coordinates": [ 120.350055, 30.310059 ] } }, +{ "type": "Feature", "properties": { "name": "工商大学云滨(地铁站)", "address": "8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.393007, 30.310979 ] } }, +{ "type": "Feature", "properties": { "name": "文海南路(地铁站)", "address": "1号线;8号线" }, "geometry": { "type": "Point", "coordinates": [ 120.375052, 30.310983 ] } }, +{ "type": "Feature", "properties": { "name": "启成路(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.494397, 30.311968 ] } }, +{ "type": "Feature", "properties": { "name": "江东二路(地铁站)", "address": "7号线" }, "geometry": { "type": "Point", "coordinates": [ 120.494724, 30.32362 ] } }, +{ "type": "Feature", "properties": { "name": "翁梅(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.295006, 30.364832 ] } }, +{ "type": "Feature", "properties": { "name": "明石路(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.22742, 30.303573 ] } }, +{ "type": "Feature", "properties": { "name": "黎明(地铁站)", "address": "(在建)18号线;4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.223611, 30.315246 ] } }, +{ "type": "Feature", "properties": { "name": "笕桥老街(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.219652, 30.323009 ] } }, +{ "type": "Feature", "properties": { "name": "华中南路(地铁站)", "address": "4号线" }, "geometry": { "type": "Point", "coordinates": [ 120.200064, 30.323978 ] } }, +{ "type": "Feature", "properties": { "name": "汽轮广场(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.188317, 30.334899 ] } }, +{ "type": "Feature", "properties": { "name": "华丰路(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.204384, 30.34005 ] } }, +{ "type": "Feature", "properties": { "name": "同协路(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.211873, 30.344386 ] } }, +{ "type": "Feature", "properties": { "name": "桃花湖公园(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.221315, 30.351468 ] } }, +{ "type": "Feature", "properties": { "name": "丁桥(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.234606, 30.355786 ] } }, +{ "type": "Feature", "properties": { "name": "华鹤街(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.237758, 30.370397 ] } }, +{ "type": "Feature", "properties": { "name": "丰收湖(地铁站)", "address": "(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.277489, 30.329232 ] } }, +{ "type": "Feature", "properties": { "name": "乔司(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.285261, 30.346865 ] } }, +{ "type": "Feature", "properties": { "name": "永玄路(地铁站)", "address": "(在建)18号线" }, "geometry": { "type": "Point", "coordinates": [ 120.274257, 30.35914 ] } }, +{ "type": "Feature", "properties": { "name": "文正街(地铁站)", "address": "(在建)18号线;(在建)杭海城际铁路西延" }, "geometry": { "type": "Point", "coordinates": [ 120.283391, 30.380173 ] } }, +{ "type": "Feature", "properties": { "name": "黄鹤山(地铁站)", "address": "3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.246438, 30.380952 ] } }, +{ "type": "Feature", "properties": { "name": "星桥(地铁站)", "address": "(在建)3号线二期;3号线" }, "geometry": { "type": "Point", "coordinates": [ 120.263582, 30.389241 ] } }, +{ "type": "Feature", "properties": { "name": "荷禹路(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.284569, 30.434063 ] } }, +{ "type": "Feature", "properties": { "name": "五洲路(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.278916, 30.444745 ] } }, +{ "type": "Feature", "properties": { "name": "龙安(地铁站)", "address": "(在建)9号线二期;9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.273183, 30.455958 ] } }, +{ "type": "Feature", "properties": { "name": "康信路(地铁站)", "address": "(在建)9号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.270116, 30.465096 ] } }, +{ "type": "Feature", "properties": { "name": "临平南高铁站(地铁站)", "address": "(在建)杭海城际铁路西延;9号线;杭海城际/杭海线" }, "geometry": { "type": "Point", "coordinates": [ 120.297858, 30.382057 ] } }, +{ "type": "Feature", "properties": { "name": "南苑(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.302396, 30.394918 ] } }, +{ "type": "Feature", "properties": { "name": "世纪大道(地铁站)", "address": "(在建)18号线;(在建)3号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.291644, 30.401273 ] } }, +{ "type": "Feature", "properties": { "name": "临平(地铁站)", "address": "(在建)3号线二期;9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.304068, 30.406793 ] } }, +{ "type": "Feature", "properties": { "name": "人民大道(地铁站)", "address": "(在建)3号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.307027, 30.414404 ] } }, +{ "type": "Feature", "properties": { "name": "邱山大街(地铁站)", "address": "9号线" }, "geometry": { "type": "Point", "coordinates": [ 120.295189, 30.420768 ] } }, +{ "type": "Feature", "properties": { "name": "史家埭(地铁站)", "address": "(在建)3号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.305799, 30.422745 ] } }, +{ "type": "Feature", "properties": { "name": "星光街(地铁站)", "address": "(在建)3号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.304906, 30.430346 ] } }, +{ "type": "Feature", "properties": { "name": "兴盛路(地铁站)", "address": "(在建)9号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.22209, 30.468958 ] } }, +{ "type": "Feature", "properties": { "name": "兴超路(地铁站)", "address": "(在建)9号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.211557, 30.472687 ] } }, +{ "type": "Feature", "properties": { "name": "塘栖(地铁站)", "address": "(在建)9号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.200202, 30.476081 ] } }, +{ "type": "Feature", "properties": { "name": "兴元路(地铁站)", "address": "(在建)9号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.269988, 30.47152 ] } }, +{ "type": "Feature", "properties": { "name": "星河北路(地铁站)", "address": "(在建)9号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.24464, 30.4745 ] } }, +{ "type": "Feature", "properties": { "name": "康泰路(地铁站)", "address": "(在建)9号线二期" }, "geometry": { "type": "Point", "coordinates": [ 120.256466, 30.476383 ] } } +] +} diff --git a/data/park.geojson b/data/park.geojson new file mode 100644 index 0000000..a1aea6b --- /dev/null +++ b/data/park.geojson @@ -0,0 +1,980 @@ +{ +"type": "FeatureCollection", +"name": "park", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "leisure": "park", "name": "仙岩公园", "area_sqm": 7.6636932e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0991602, 29.8893485 ], [ 120.0994218, 29.889709 ], [ 120.0997066, 29.8900936 ], [ 120.0998189, 29.8905409 ], [ 120.0997017, 29.8908921 ], [ 120.0995875, 29.8910736 ], [ 120.0996986, 29.891146 ], [ 120.0999309, 29.890834 ], [ 120.1000297, 29.8905512 ], [ 120.1000556, 29.8902103 ], [ 120.1000266, 29.8900533 ], [ 120.0999376, 29.8898107 ], [ 120.0997513, 29.8894969 ], [ 120.0993155, 29.8891495 ], [ 120.0984488, 29.8886815 ], [ 120.098373, 29.8887789 ], [ 120.0988985, 29.8891235 ], [ 120.0991602, 29.8893485 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.64079584e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1077837, 30.123612 ], [ 120.1060188, 30.1237326 ], [ 120.1061547, 30.1252196 ], [ 120.1079196, 30.125099 ], [ 120.1077837, 30.123612 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.08744238e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1107896, 30.1492287 ], [ 120.1108058, 30.1486767 ], [ 120.1107896, 30.1485502 ], [ 120.1107001, 30.1484869 ], [ 120.1087446, 30.1482971 ], [ 120.1085332, 30.148283 ], [ 120.1074721, 30.148181 ], [ 120.1073176, 30.1482724 ], [ 120.1072323, 30.1483709 ], [ 120.1071672, 30.148508 ], [ 120.1071754, 30.1486873 ], [ 120.107151, 30.1491408 ], [ 120.1076881, 30.1491538 ], [ 120.1107896, 30.1492287 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "之江船工业遗址公园", "area_sqm": 3.23913391e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1133492, 30.1588213 ], [ 120.1133519, 30.1587116 ], [ 120.1129684, 30.1586506 ], [ 120.1130221, 30.1584354 ], [ 120.112225, 30.1583352 ], [ 120.1122381, 30.1580331 ], [ 120.1112037, 30.1578301 ], [ 120.1111565, 30.1590388 ], [ 120.1114556, 30.1593538 ], [ 120.1121782, 30.159913 ], [ 120.1123844, 30.1600726 ], [ 120.1126518, 30.1602795 ], [ 120.1128997, 30.1600807 ], [ 120.1133492, 30.1588213 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "之江大桥下公园", "area_sqm": 2.490312901e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1263857, 30.1740544 ], [ 120.1266239, 30.1731965 ], [ 120.1266817, 30.172064 ], [ 120.1269884, 30.1692374 ], [ 120.1270281, 30.1687694 ], [ 120.1269631, 30.1683139 ], [ 120.1271833, 30.1671564 ], [ 120.1277065, 30.1658429 ], [ 120.1284066, 30.164754 ], [ 120.1296805, 30.1629287 ], [ 120.1300233, 30.1623047 ], [ 120.130395, 30.1613375 ], [ 120.1326144, 30.158392 ], [ 120.1331666, 30.1577461 ], [ 120.1347344, 30.1564015 ], [ 120.1353868, 30.1556843 ], [ 120.1360029, 30.154933 ], [ 120.1369452, 30.1536594 ], [ 120.1379317, 30.1516493 ], [ 120.1382896, 30.1508044 ], [ 120.1387254, 30.1501818 ], [ 120.1390835, 30.1497851 ], [ 120.1393977, 30.1496076 ], [ 120.141236, 30.1487503 ], [ 120.1426782, 30.1477105 ], [ 120.1425587, 30.1476474 ], [ 120.1428441, 30.1470677 ], [ 120.1427711, 30.1469185 ], [ 120.1424154, 30.1469018 ], [ 120.1409719, 30.1484747 ], [ 120.1387549, 30.1493619 ], [ 120.1355798, 30.1533045 ], [ 120.1342517, 30.1549962 ], [ 120.1335274, 30.1559894 ], [ 120.131853, 30.1583639 ], [ 120.1305358, 30.1601237 ], [ 120.1294856, 30.1617368 ], [ 120.1290093, 30.1627322 ], [ 120.1286159, 30.1635621 ], [ 120.1276596, 30.1649537 ], [ 120.12714, 30.1659084 ], [ 120.1265662, 30.1675308 ], [ 120.126014, 30.1698083 ], [ 120.1258444, 30.1720484 ], [ 120.1257326, 30.1755051 ], [ 120.1258444, 30.1754864 ], [ 120.1258913, 30.1753491 ], [ 120.1263857, 30.1740544 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.16444215e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1114383, 30.1637444 ], [ 120.1115924, 30.1630297 ], [ 120.1116345, 30.1624483 ], [ 120.1115784, 30.1601226 ], [ 120.1110274, 30.1596784 ], [ 120.1110741, 30.1602074 ], [ 120.1111208, 30.1603285 ], [ 120.1111394, 30.1607363 ], [ 120.1111815, 30.1615762 ], [ 120.1111067, 30.162093 ], [ 120.1110507, 30.1625129 ], [ 120.1109433, 30.1628036 ], [ 120.1107285, 30.1632478 ], [ 120.110481, 30.1636273 ], [ 120.1112505, 30.1637214 ], [ 120.1114383, 30.1637444 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.9407556e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1266679, 30.1761617 ], [ 120.1267668, 30.1741956 ], [ 120.1268165, 30.1740139 ], [ 120.1267166, 30.1739967 ], [ 120.1264363, 30.1745567 ], [ 120.1262414, 30.175112 ], [ 120.1261331, 30.1755925 ], [ 120.1261187, 30.1760854 ], [ 120.1262089, 30.1761696 ], [ 120.1266679, 30.1761617 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.208699225e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1267662, 30.1763032 ], [ 120.1263027, 30.17631 ], [ 120.1261656, 30.1763256 ], [ 120.1261115, 30.176388 ], [ 120.1261151, 30.1772178 ], [ 120.1261295, 30.1773582 ], [ 120.1261512, 30.1782036 ], [ 120.1261764, 30.1782473 ], [ 120.1267387, 30.1782432 ], [ 120.1267662, 30.1763032 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "碎心湖", "area_sqm": 4.30077305e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1326065, 30.1796597 ], [ 120.1326725, 30.1796026 ], [ 120.1327248, 30.1794885 ], [ 120.1328187, 30.1794895 ], [ 120.1328199, 30.1793118 ], [ 120.1327506, 30.1792491 ], [ 120.132712, 30.1792815 ], [ 120.132578, 30.179188 ], [ 120.1324712, 30.1791451 ], [ 120.1324808, 30.1790474 ], [ 120.1320333, 30.1790448 ], [ 120.1318584, 30.1790486 ], [ 120.1318529, 30.1793862 ], [ 120.1320317, 30.1794599 ], [ 120.1321307, 30.1794694 ], [ 120.1322242, 30.179517 ], [ 120.1322902, 30.1795788 ], [ 120.132348, 30.1796692 ], [ 120.1323397, 30.1797167 ], [ 120.1323947, 30.1797191 ], [ 120.1325213, 30.1797001 ], [ 120.1326065, 30.1796597 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "六和文化公园", "area_sqm": 2.70955618e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1295493, 30.187728 ], [ 120.1307396, 30.1885435 ], [ 120.1312653, 30.1888367 ], [ 120.131445, 30.1888472 ], [ 120.1319466, 30.1877366 ], [ 120.1318876, 30.1877169 ], [ 120.1319359, 30.1876425 ], [ 120.131484, 30.1875399 ], [ 120.1314529, 30.1875546 ], [ 120.1312552, 30.1875326 ], [ 120.1312609, 30.1874935 ], [ 120.131001, 30.1874667 ], [ 120.130823, 30.1874593 ], [ 120.1301564, 30.1873421 ], [ 120.1298062, 30.1872152 ], [ 120.1292554, 30.1869295 ], [ 120.1288975, 30.1867745 ], [ 120.1283967, 30.1867178 ], [ 120.1283164, 30.1867579 ], [ 120.1295493, 30.187728 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "楼塔溪绿道凉亭", "area_sqm": 2.3655078e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1394903, 29.911298 ], [ 120.1397059, 29.9113748 ], [ 120.1397063, 29.9109213 ], [ 120.1388139, 29.9108435 ], [ 120.1388383, 29.9108929 ], [ 120.1394903, 29.911298 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三清园户外运动公园", "area_sqm": 1.5059275805e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.150616, 30.0114792 ], [ 120.151343, 30.0109497 ], [ 120.151834, 30.0104476 ], [ 120.1522172, 30.0102085 ], [ 120.1528174, 30.009834 ], [ 120.1531909, 30.0091009 ], [ 120.1532197, 30.0080734 ], [ 120.1523815, 30.007394 ], [ 120.1513595, 30.0070532 ], [ 120.1507121, 30.0071457 ], [ 120.1505178, 30.0074036 ], [ 120.1499508, 30.0081904 ], [ 120.1494618, 30.0085838 ], [ 120.1485989, 30.008785 ], [ 120.1480196, 30.0086178 ], [ 120.1484273, 30.0097698 ], [ 120.1485436, 30.0108195 ], [ 120.1486024, 30.0113506 ], [ 120.1489954, 30.0116203 ], [ 120.1496882, 30.01156 ], [ 120.150616, 30.0114792 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "三清寨", "area_sqm": 6.58411715e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1486024, 30.0113506 ], [ 120.1485436, 30.0108195 ], [ 120.1483629, 30.0114421 ], [ 120.1478694, 30.0115721 ], [ 120.1477225, 30.0115516 ], [ 120.1477295, 30.0120721 ], [ 120.1478376, 30.0122681 ], [ 120.1482127, 30.0120552 ], [ 120.1487706, 30.0117022 ], [ 120.1489335, 30.011677 ], [ 120.1489954, 30.0116203 ], [ 120.1486024, 30.0113506 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "吴越文化园", "area_sqm": 4.17983839e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1598724, 30.1479071 ], [ 120.1593798, 30.1476724 ], [ 120.1593239, 30.1475919 ], [ 120.1594218, 30.1475188 ], [ 120.1592645, 30.1472728 ], [ 120.1593018, 30.1471548 ], [ 120.1590173, 30.1470806 ], [ 120.1589905, 30.1470297 ], [ 120.1587368, 30.1470368 ], [ 120.1586271, 30.147104 ], [ 120.158242, 30.1471361 ], [ 120.1581274, 30.1473079 ], [ 120.1578686, 30.1476549 ], [ 120.1576746, 30.1477484 ], [ 120.1575952, 30.1478812 ], [ 120.1576167, 30.1480605 ], [ 120.1576397, 30.1485546 ], [ 120.1575295, 30.1487858 ], [ 120.1581106, 30.1491125 ], [ 120.1588287, 30.1493726 ], [ 120.1591734, 30.1494813 ], [ 120.159802, 30.1492719 ], [ 120.1598724, 30.1479071 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.817715e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1607007, 30.1747937 ], [ 120.1600416, 30.1745274 ], [ 120.1599754, 30.174662 ], [ 120.1606576, 30.1748824 ], [ 120.1607007, 30.1747937 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.698204155e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1523971, 30.1757792 ], [ 120.1533844, 30.1757864 ], [ 120.1534423, 30.1757673 ], [ 120.1534588, 30.1757339 ], [ 120.1534641, 30.1756841 ], [ 120.1529595, 30.1756915 ], [ 120.1528362, 30.1756915 ], [ 120.1526986, 30.1756643 ], [ 120.1526154, 30.1756073 ], [ 120.1525409, 30.1755304 ], [ 120.1525094, 30.1754573 ], [ 120.1524778, 30.1753842 ], [ 120.1524578, 30.1752776 ], [ 120.1524348, 30.1749703 ], [ 120.1524205, 30.1749083 ], [ 120.1523861, 30.1748662 ], [ 120.1522857, 30.1748067 ], [ 120.1520593, 30.1747026 ], [ 120.1504093, 30.1742057 ], [ 120.1503707, 30.174291 ], [ 120.1504034, 30.1743226 ], [ 120.1505109, 30.1744037 ], [ 120.1504365, 30.1746302 ], [ 120.1502931, 30.1755551 ], [ 120.1502793, 30.1756433 ], [ 120.1502875, 30.1756886 ], [ 120.1503096, 30.1757053 ], [ 120.1503813, 30.1757149 ], [ 120.1512251, 30.1757578 ], [ 120.1523971, 30.1757792 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.65471523e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1384619, 30.1915495 ], [ 120.1388723, 30.1916816 ], [ 120.1392746, 30.1917233 ], [ 120.1394033, 30.1913617 ], [ 120.1393712, 30.1909397 ], [ 120.1394999, 30.1906708 ], [ 120.1396635, 30.1904552 ], [ 120.1397869, 30.1902419 ], [ 120.1382741, 30.1904019 ], [ 120.1371261, 30.1904726 ], [ 120.1368526, 30.1910696 ], [ 120.1375258, 30.1912689 ], [ 120.1384619, 30.1915495 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.829380645e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1593456, 30.1948253 ], [ 120.1589047, 30.1946481 ], [ 120.1585862, 30.1945441 ], [ 120.1579775, 30.1944034 ], [ 120.1575528, 30.1943973 ], [ 120.1543392, 30.1941587 ], [ 120.1540773, 30.1943422 ], [ 120.1540773, 30.1944707 ], [ 120.1542047, 30.1945258 ], [ 120.1573192, 30.1948256 ], [ 120.1596338, 30.1955597 ], [ 120.1598532, 30.1948929 ], [ 120.1593456, 30.1948253 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "白塔公园", "area_sqm": 6.82079811e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1418331, 30.2034429 ], [ 120.14246, 30.2037355 ], [ 120.1425991, 30.2038004 ], [ 120.1436429, 30.2040099 ], [ 120.1431986, 30.2033727 ], [ 120.1431695, 30.2033449 ], [ 120.1427236, 30.2029177 ], [ 120.1421535, 30.2026024 ], [ 120.1416452, 30.2024274 ], [ 120.140701, 30.2021677 ], [ 120.1371152, 30.2011933 ], [ 120.1369452, 30.2016852 ], [ 120.1348753, 30.2012171 ], [ 120.1348248, 30.2018524 ], [ 120.1367966, 30.2021307 ], [ 120.1377005, 30.2023871 ], [ 120.1387752, 30.2023764 ], [ 120.1405186, 30.2030857 ], [ 120.1410283, 30.2030672 ], [ 120.1418331, 30.2034429 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.80229713e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1445669, 30.2039355 ], [ 120.144585, 30.2039014 ], [ 120.1463338, 30.2046478 ], [ 120.1467012, 30.2048912 ], [ 120.1472162, 30.2051392 ], [ 120.1474764, 30.2052041 ], [ 120.1478519, 30.2053988 ], [ 120.1480584, 30.2051068 ], [ 120.1475917, 30.204875 ], [ 120.1470231, 30.2046779 ], [ 120.14672, 30.2044647 ], [ 120.1454833, 30.2039728 ], [ 120.145239, 30.2038053 ], [ 120.1442434, 30.2033787 ], [ 120.1439574, 30.2032675 ], [ 120.1434638, 30.2030437 ], [ 120.1433941, 30.2031155 ], [ 120.1433806, 30.2031944 ], [ 120.143634, 30.2035085 ], [ 120.1440914, 30.2040752 ], [ 120.1442202, 30.2038318 ], [ 120.1445669, 30.2039355 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "Deer Park浩楠鹿公园", "area_sqm": 7.23726059e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1614758, 29.9347075 ], [ 120.1613876, 29.9344781 ], [ 120.1606958, 29.9343465 ], [ 120.1606266, 29.934569 ], [ 120.160469, 29.9350606 ], [ 120.159825, 29.9361386 ], [ 120.1595973, 29.9365773 ], [ 120.1596071, 29.9369324 ], [ 120.1596484, 29.937135 ], [ 120.1597702, 29.9373873 ], [ 120.1600075, 29.9376 ], [ 120.1611695, 29.9378521 ], [ 120.1612707, 29.9375785 ], [ 120.162397, 29.9377647 ], [ 120.1628104, 29.9376196 ], [ 120.1617558, 29.9346538 ], [ 120.1614758, 29.9347075 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "永兴公园", "area_sqm": 6.4045797e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1646979, 29.9402124 ], [ 120.1637311, 29.93962 ], [ 120.163155, 29.9394212 ], [ 120.1631062, 29.9395143 ], [ 120.1631403, 29.9396539 ], [ 120.1632038, 29.9397427 ], [ 120.165772, 29.9409485 ], [ 120.165733, 29.9408724 ], [ 120.1646979, 29.9402124 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "长虹公园", "area_sqm": 1.199867105e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1711459, 30.1765353 ], [ 120.1711252, 30.1760617 ], [ 120.1704276, 30.1760873 ], [ 120.1698934, 30.1761068 ], [ 120.1697183, 30.1770129 ], [ 120.1711641, 30.1769534 ], [ 120.1711459, 30.1765353 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.2144092e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1625755, 30.2107343 ], [ 120.1628813, 30.2108687 ], [ 120.1624521, 30.2104191 ], [ 120.161744, 30.2101038 ], [ 120.161567, 30.2101965 ], [ 120.1618889, 30.2103866 ], [ 120.1617816, 30.2106091 ], [ 120.1623609, 30.210929 ], [ 120.1625755, 30.2107343 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.1886504e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.161681, 30.2109227 ], [ 120.1612895, 30.2107186 ], [ 120.1611341, 30.2109412 ], [ 120.1615256, 30.2111453 ], [ 120.161681, 30.2109227 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.78852615e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1647857, 30.2115456 ], [ 120.1638362, 30.2109985 ], [ 120.1637289, 30.2110217 ], [ 120.1635894, 30.2109707 ], [ 120.1634464, 30.2111676 ], [ 120.1637611, 30.2112906 ], [ 120.1636645, 30.211527 ], [ 120.1644423, 30.2119211 ], [ 120.1647857, 30.2115456 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.1645366e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1664949, 30.2124364 ], [ 120.1657929, 30.2120818 ], [ 120.1656374, 30.2123116 ], [ 120.1663395, 30.2126662 ], [ 120.1664949, 30.2124364 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.2369974e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1614187, 30.2124349 ], [ 120.1620705, 30.2129448 ], [ 120.1628081, 30.2135498 ], [ 120.1636288, 30.2143146 ], [ 120.1637189, 30.2140433 ], [ 120.1627008, 30.2130957 ], [ 120.1625959, 30.2132086 ], [ 120.1621053, 30.2127547 ], [ 120.161585, 30.2123097 ], [ 120.1615718, 30.212309 ], [ 120.160716, 30.2116898 ], [ 120.1603555, 30.211425 ], [ 120.1603351, 30.2114057 ], [ 120.160378, 30.2112945 ], [ 120.1603136, 30.211262 ], [ 120.1601634, 30.2114614 ], [ 120.1601366, 30.2114915 ], [ 120.1614187, 30.2124349 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.73984245e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1665818, 30.2125794 ], [ 120.1664048, 30.212788 ], [ 120.1667964, 30.2127579 ], [ 120.1668259, 30.2130082 ], [ 120.1668956, 30.2130128 ], [ 120.1669144, 30.2132632 ], [ 120.1669761, 30.2132516 ], [ 120.1672363, 30.2128946 ], [ 120.1665818, 30.2125794 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.967498e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1651326, 30.2135683 ], [ 120.1650977, 30.2135853 ], [ 120.1650711, 30.2136111 ], [ 120.1650556, 30.213643 ], [ 120.1650529, 30.2136776 ], [ 120.1650632, 30.213711 ], [ 120.1650856, 30.2137397 ], [ 120.1651177, 30.2137607 ], [ 120.165156, 30.2137716 ], [ 120.1651963, 30.213771 ], [ 120.1652342, 30.2137592 ], [ 120.1652655, 30.2137373 ], [ 120.1652869, 30.2137079 ], [ 120.1652961, 30.2136739 ], [ 120.1652919, 30.2136393 ], [ 120.1652749, 30.2136077 ], [ 120.1652472, 30.2135828 ], [ 120.1652116, 30.2135669 ], [ 120.1651719, 30.2135619 ], [ 120.1651326, 30.2135683 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.2631606e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1442765, 30.2047521 ], [ 120.1437954, 30.2042136 ], [ 120.143665, 30.2045319 ], [ 120.1440083, 30.2047034 ], [ 120.1442765, 30.2047521 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.69132485e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1510976, 30.2057502 ], [ 120.1495848, 30.2051243 ], [ 120.1493863, 30.2051151 ], [ 120.1494346, 30.2052588 ], [ 120.1509796, 30.2059635 ], [ 120.1510976, 30.2057502 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.43854818e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.148993, 30.2061159 ], [ 120.1496233, 30.2064474 ], [ 120.1497413, 30.206306 ], [ 120.1501583, 30.2065269 ], [ 120.150192, 30.2065447 ], [ 120.150318, 30.206401 ], [ 120.1507633, 30.206605 ], [ 120.1506748, 30.2067464 ], [ 120.1510529, 30.2069411 ], [ 120.1511486, 30.2067875 ], [ 120.1512809, 30.2065748 ], [ 120.1482715, 30.2051423 ], [ 120.1480301, 30.2054715 ], [ 120.1490735, 30.205993 ], [ 120.148993, 30.2061159 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.3059138e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1530717, 30.2059078 ], [ 120.1521168, 30.2055462 ], [ 120.1520364, 30.2056668 ], [ 120.1522617, 30.2057873 ], [ 120.1521597, 30.2059496 ], [ 120.1525674, 30.2061535 ], [ 120.1523475, 30.2065105 ], [ 120.1525299, 30.2065986 ], [ 120.1530717, 30.2059078 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.62141725e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1495509, 30.2066166 ], [ 120.1489233, 30.2062805 ], [ 120.148706, 30.2065864 ], [ 120.149331, 30.2069156 ], [ 120.1495509, 30.2066166 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.13366891e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1543321, 30.2063058 ], [ 120.1535623, 30.2060577 ], [ 120.1534067, 30.2060717 ], [ 120.1532163, 30.2061458 ], [ 120.1527603, 30.2067439 ], [ 120.1527576, 30.2068528 ], [ 120.1536803, 30.2072909 ], [ 120.1543321, 30.2063058 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.2306789e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.152208, 30.2068814 ], [ 120.1514302, 30.206543 ], [ 120.1511727, 30.2069602 ], [ 120.1518754, 30.2073264 ], [ 120.152208, 30.2068814 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.2615559755e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1706604, 30.2135053 ], [ 120.1696304, 30.2129536 ], [ 120.1675973, 30.2119847 ], [ 120.1668585, 30.2115941 ], [ 120.165414, 30.2108304 ], [ 120.163177, 30.2096691 ], [ 120.1624475, 30.2093029 ], [ 120.1601247, 30.208181 ], [ 120.1575712, 30.2070104 ], [ 120.1561186, 30.2063828 ], [ 120.1554469, 30.2060925 ], [ 120.1523731, 30.2050123 ], [ 120.1508013, 30.2044861 ], [ 120.15054, 30.2044076 ], [ 120.1486099, 30.2038278 ], [ 120.1456327, 30.2029851 ], [ 120.1444418, 30.2026328 ], [ 120.1420063, 30.2020394 ], [ 120.1403648, 30.2016036 ], [ 120.1376826, 30.2009545 ], [ 120.1358078, 30.2005091 ], [ 120.1340742, 30.2001044 ], [ 120.1326716, 30.1995644 ], [ 120.1325897, 30.1997255 ], [ 120.1343171, 30.2002881 ], [ 120.1361196, 30.2007303 ], [ 120.1399947, 30.2017142 ], [ 120.1424784, 30.2023071 ], [ 120.1455361, 30.2034557 ], [ 120.1467431, 30.2037481 ], [ 120.148685, 30.2041873 ], [ 120.1518514, 30.2051923 ], [ 120.154307, 30.2060456 ], [ 120.1587165, 30.2078954 ], [ 120.1624609, 30.2096795 ], [ 120.1716743, 30.2144092 ], [ 120.1718567, 30.2141404 ], [ 120.1706604, 30.2135053 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.11288985e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1508121, 30.208405 ], [ 120.1472287, 30.2064394 ], [ 120.1468943, 30.2066228 ], [ 120.150678, 30.2085766 ], [ 120.1508121, 30.208405 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.15453675e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1544099, 30.2080217 ], [ 120.1526396, 30.2071269 ], [ 120.1525484, 30.2072405 ], [ 120.1543066, 30.2081654 ], [ 120.1544099, 30.2080217 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.95384365e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.153109, 30.2077644 ], [ 120.1535281, 30.207996 ], [ 120.1541658, 30.2083485 ], [ 120.1542677, 30.2082303 ], [ 120.1524733, 30.207324 ], [ 120.1523794, 30.2074816 ], [ 120.1530553, 30.2078131 ], [ 120.153109, 30.2077644 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.808142e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1567823, 30.2097543 ], [ 120.1568869, 30.2096153 ], [ 120.1543254, 30.2082662 ], [ 120.1542315, 30.2083983 ], [ 120.1558307, 30.2092485 ], [ 120.1567823, 30.2097543 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.19960595e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1596169, 30.2094155 ], [ 120.1595939, 30.2093615 ], [ 120.1595527, 30.2093164 ], [ 120.1594974, 30.2092845 ], [ 120.1594334, 30.2092689 ], [ 120.1593669, 30.2092713 ], [ 120.1593045, 30.2092914 ], [ 120.1592524, 30.2093271 ], [ 120.1592157, 30.209375 ], [ 120.159198, 30.2094304 ], [ 120.1592009, 30.2094879 ], [ 120.159228, 30.209547 ], [ 120.1592767, 30.2095945 ], [ 120.1593413, 30.2096249 ], [ 120.159414, 30.2096343 ], [ 120.1594861, 30.2096218 ], [ 120.1595488, 30.2095887 ], [ 120.1595948, 30.2095392 ], [ 120.1596184, 30.209479 ], [ 120.1596169, 30.2094155 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.613716e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1505841, 30.2090819 ], [ 120.1503803, 30.209469 ], [ 120.1503722, 30.2095547 ], [ 120.1501228, 30.2098468 ], [ 120.1500262, 30.2098074 ], [ 120.1501899, 30.2095942 ], [ 120.1500692, 30.2095524 ], [ 120.1496695, 30.2101018 ], [ 120.1497634, 30.2101736 ], [ 120.149994, 30.2102061 ], [ 120.1507343, 30.2091352 ], [ 120.1505841, 30.2090819 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.9976122e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1557308, 30.2112691 ], [ 120.1558489, 30.2111069 ], [ 120.1545936, 30.21043 ], [ 120.1514769, 30.2087704 ], [ 120.1513159, 30.2089697 ], [ 120.152142, 30.2093406 ], [ 120.1557308, 30.2112691 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.246112485e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1537199, 30.210649 ], [ 120.1555867, 30.2115623 ], [ 120.1556672, 30.211451 ], [ 120.1516975, 30.2093185 ], [ 120.151322, 30.2091841 ], [ 120.1511182, 30.2092304 ], [ 120.1509679, 30.2093973 ], [ 120.1536037, 30.2105806 ], [ 120.1537199, 30.210649 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.72321555e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1592117, 30.2108719 ], [ 120.1600447, 30.2114359 ], [ 120.1602459, 30.2111415 ], [ 120.1598328, 30.2108634 ], [ 120.1597041, 30.2110048 ], [ 120.1593208, 30.2107348 ], [ 120.1579248, 30.2099042 ], [ 120.1579044, 30.2099281 ], [ 120.1571909, 30.2095514 ], [ 120.1571023, 30.2096766 ], [ 120.1578086, 30.2100441 ], [ 120.1592117, 30.2108719 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.4483888e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1572019, 30.2100379 ], [ 120.1572339, 30.2100546 ], [ 120.1584414, 30.2107405 ], [ 120.1588225, 30.2109771 ], [ 120.1591656, 30.2111902 ], [ 120.1593967, 30.2112729 ], [ 120.1595296, 30.2113426 ], [ 120.1599401, 30.2116167 ], [ 120.1600179, 30.2115101 ], [ 120.1593205, 30.2110488 ], [ 120.1591274, 30.2109723 ], [ 120.1589665, 30.2108309 ], [ 120.1583415, 30.2104415 ], [ 120.1577551, 30.2101125 ], [ 120.1570648, 30.2097253 ], [ 120.1569495, 30.2098945 ], [ 120.156995, 30.2099201 ], [ 120.1572019, 30.2100379 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "江洋畈生态公园", "area_sqm": 1.143279303e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.139119, 30.2082491 ], [ 120.1381608, 30.2082487 ], [ 120.1381468, 30.2080252 ], [ 120.1365849, 30.2079894 ], [ 120.1365549, 30.2079887 ], [ 120.1363105, 30.2079565 ], [ 120.1358357, 30.2078109 ], [ 120.1359964, 30.2082673 ], [ 120.1362455, 30.2084141 ], [ 120.1363691, 30.2083845 ], [ 120.1364452, 30.2084557 ], [ 120.1365029, 30.2086821 ], [ 120.1365213, 30.2088038 ], [ 120.1365258, 30.2089305 ], [ 120.1365174, 30.2090677 ], [ 120.1364987, 30.2092056 ], [ 120.1364711, 30.2093097 ], [ 120.1364089, 30.2094214 ], [ 120.1363483, 30.209475 ], [ 120.1362536, 30.2095013 ], [ 120.136162, 30.20951 ], [ 120.1360814, 30.2095382 ], [ 120.1360202, 30.2095759 ], [ 120.135961, 30.2096581 ], [ 120.1359286, 30.2097556 ], [ 120.1359219, 30.2099038 ], [ 120.1358971, 30.2101016 ], [ 120.1358923, 30.2102042 ], [ 120.1355129, 30.2102836 ], [ 120.1352618, 30.210268 ], [ 120.1350778, 30.2106403 ], [ 120.1352679, 30.2108997 ], [ 120.1347506, 30.2118174 ], [ 120.1347914, 30.211924 ], [ 120.1352748, 30.2121227 ], [ 120.135348, 30.2135438 ], [ 120.1357293, 30.2135778 ], [ 120.1365786, 30.2127526 ], [ 120.136714, 30.2128264 ], [ 120.1370261, 30.2124462 ], [ 120.1368797, 30.2123185 ], [ 120.1368284, 30.2121174 ], [ 120.1368323, 30.2119128 ], [ 120.1369152, 30.2116538 ], [ 120.1369037, 30.2114608 ], [ 120.1367739, 30.2113011 ], [ 120.1368505, 30.2110216 ], [ 120.1366784, 30.2109151 ], [ 120.1364205, 30.2107356 ], [ 120.1365849, 30.21042 ], [ 120.1365142, 30.2101438 ], [ 120.1368946, 30.2099786 ], [ 120.1377235, 30.2095982 ], [ 120.1380811, 30.2098091 ], [ 120.1381403, 30.2098909 ], [ 120.1385006, 30.2100693 ], [ 120.1388857, 30.2099085 ], [ 120.1390649, 30.2101058 ], [ 120.1393307, 30.2100026 ], [ 120.1396196, 30.2101047 ], [ 120.1396987, 30.2098613 ], [ 120.1398432, 30.2095708 ], [ 120.1399456, 30.2093731 ], [ 120.1399439, 30.2093131 ], [ 120.1395846, 30.2085256 ], [ 120.1393301, 30.2079855 ], [ 120.1391099, 30.2079826 ], [ 120.139119, 30.2082491 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.27041235e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1509881, 30.2122738 ], [ 120.1512429, 30.2121255 ], [ 120.151098, 30.211896 ], [ 120.1511892, 30.2118381 ], [ 120.1509478, 30.2113583 ], [ 120.1508164, 30.2113652 ], [ 120.1508271, 30.2115205 ], [ 120.1504355, 30.2115136 ], [ 120.1504275, 30.2112957 ], [ 120.1499125, 30.2112887 ], [ 120.1499125, 30.2114023 ], [ 120.1501727, 30.2117176 ], [ 120.1500761, 30.2117871 ], [ 120.1503282, 30.2121116 ], [ 120.1503121, 30.2123666 ], [ 120.1508647, 30.2121348 ], [ 120.1509881, 30.2122738 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.62855375e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1635316, 30.2144873 ], [ 120.1636174, 30.2143784 ], [ 120.1628006, 30.2136308 ], [ 120.1625792, 30.2138942 ], [ 120.1630565, 30.2141814 ], [ 120.1635316, 30.2144873 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.5914687e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1617564, 30.2143478 ], [ 120.1626844, 30.2149018 ], [ 120.1627783, 30.2148021 ], [ 120.16111, 30.2139353 ], [ 120.1609973, 30.2140488 ], [ 120.1616411, 30.2144684 ], [ 120.1617564, 30.2143478 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.967498e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1657054, 30.2147589 ], [ 120.1656705, 30.2147759 ], [ 120.1656439, 30.2148017 ], [ 120.1656284, 30.2148336 ], [ 120.1656257, 30.2148682 ], [ 120.165636, 30.2149016 ], [ 120.1656584, 30.2149303 ], [ 120.1656905, 30.2149513 ], [ 120.1657288, 30.2149622 ], [ 120.1657691, 30.2149616 ], [ 120.165807, 30.2149498 ], [ 120.1658383, 30.2149279 ], [ 120.1658597, 30.2148985 ], [ 120.1658689, 30.2148645 ], [ 120.1658647, 30.2148299 ], [ 120.1658477, 30.2147983 ], [ 120.16582, 30.2147734 ], [ 120.1657844, 30.2147575 ], [ 120.1657447, 30.2147525 ], [ 120.1657054, 30.2147589 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.11637305e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.164538, 30.2153052 ], [ 120.1645514, 30.2153863 ], [ 120.164715, 30.2154767 ], [ 120.1647016, 30.2152379 ], [ 120.1646479, 30.2150131 ], [ 120.1645728, 30.2150178 ], [ 120.1644575, 30.2149482 ], [ 120.1644387, 30.21483 ], [ 120.1639103, 30.2143201 ], [ 120.1638111, 30.2144568 ], [ 120.1644897, 30.2151012 ], [ 120.164538, 30.2153052 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.2136081e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1642805, 30.2151591 ], [ 120.164251, 30.2152866 ], [ 120.164436, 30.2153585 ], [ 120.1644468, 30.2152333 ], [ 120.1643904, 30.2151267 ], [ 120.1637413, 30.214538 ], [ 120.1636609, 30.2146701 ], [ 120.1641115, 30.2149853 ], [ 120.1642805, 30.2151591 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.6348142e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1681159, 30.2153329 ], [ 120.1681132, 30.2152193 ], [ 120.168065, 30.2151174 ], [ 120.1679952, 30.2150525 ], [ 120.1678477, 30.2149551 ], [ 120.1676304, 30.2149203 ], [ 120.1675661, 30.2151568 ], [ 120.168065, 30.2154372 ], [ 120.1681159, 30.2153329 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.996331e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1683172, 30.2165104 ], [ 120.1680865, 30.2163945 ], [ 120.1679578, 30.2165846 ], [ 120.1682206, 30.2167005 ], [ 120.1683172, 30.2165104 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.84880575e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1686583, 30.2169347 ], [ 120.1683118, 30.21677 ], [ 120.1682528, 30.216923 ], [ 120.1681133, 30.2171084 ], [ 120.1683333, 30.2174607 ], [ 120.1686583, 30.2169347 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.0171784e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1699398, 30.2182946 ], [ 120.1700445, 30.2179562 ], [ 120.1702295, 30.2175761 ], [ 120.1705594, 30.2170036 ], [ 120.1706399, 30.2167672 ], [ 120.1701839, 30.2174579 ], [ 120.1696636, 30.2182668 ], [ 120.1697253, 30.2182877 ], [ 120.1699398, 30.2182946 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.0606267e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1721879, 30.218517 ], [ 120.1721798, 30.2182111 ], [ 120.1725921, 30.2176016 ], [ 120.1723346, 30.2174785 ], [ 120.1719076, 30.2180983 ], [ 120.1715697, 30.2182268 ], [ 120.1712679, 30.2186584 ], [ 120.171917, 30.2189644 ], [ 120.1721879, 30.218517 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.6070416e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1561452, 30.2113704 ], [ 120.1560647, 30.2114909 ], [ 120.1574702, 30.2122466 ], [ 120.158248, 30.2125757 ], [ 120.1583392, 30.2124598 ], [ 120.1559789, 30.2111664 ], [ 120.155936, 30.2112684 ], [ 120.1561452, 30.2113704 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.80933365e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.15658, 30.212261 ], [ 120.156757, 30.2123306 ], [ 120.1570896, 30.2126226 ], [ 120.1573095, 30.2126272 ], [ 120.157787, 30.2130074 ], [ 120.1581786, 30.2133597 ], [ 120.1585755, 30.2139113 ], [ 120.1590691, 30.2144352 ], [ 120.1590879, 30.214417 ], [ 120.1592032, 30.2143054 ], [ 120.1586614, 30.2137537 ], [ 120.1580836, 30.2129871 ], [ 120.1573954, 30.212516 ], [ 120.1563386, 30.2119365 ], [ 120.1557056, 30.2116352 ], [ 120.1556037, 30.2117835 ], [ 120.1556452, 30.2118039 ], [ 120.15658, 30.212261 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "凤凰山景区", "area_sqm": 0.00067399325450499998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1320499, 30.2225209 ], [ 120.1322645, 30.2229777 ], [ 120.132772, 30.2227633 ], [ 120.1334034, 30.2226074 ], [ 120.1338094, 30.2226464 ], [ 120.1343507, 30.2221592 ], [ 120.13461, 30.222013 ], [ 120.1349821, 30.2217889 ], [ 120.1354558, 30.221711 ], [ 120.1362113, 30.2219546 ], [ 120.1365045, 30.2220618 ], [ 120.1365045, 30.222393 ], [ 120.1365609, 30.2226561 ], [ 120.1366736, 30.2229192 ], [ 120.1369443, 30.2232018 ], [ 120.1371612, 30.2233487 ], [ 120.1374234, 30.2234837 ], [ 120.1384688, 30.2238648 ], [ 120.1391156, 30.2241519 ], [ 120.1394598, 30.2243357 ], [ 120.1396107, 30.2245173 ], [ 120.1399704, 30.2248543 ], [ 120.1401765, 30.2250378 ], [ 120.1405071, 30.2252599 ], [ 120.1408181, 30.2256175 ], [ 120.1410479, 30.2258226 ], [ 120.1413494, 30.2261417 ], [ 120.1418508, 30.2266729 ], [ 120.1423096, 30.2270759 ], [ 120.1424591, 30.2272821 ], [ 120.1431808, 30.227731 ], [ 120.1436809, 30.2284135 ], [ 120.1439451, 30.2285753 ], [ 120.1443211, 30.2287078 ], [ 120.1448649, 30.2290078 ], [ 120.1453213, 30.2294606 ], [ 120.1455953, 30.229839 ], [ 120.1456229, 30.2299386 ], [ 120.1458229, 30.2302397 ], [ 120.1459484, 30.2303328 ], [ 120.1462321, 30.2305813 ], [ 120.1464473, 30.2306888 ], [ 120.1467707, 30.2310369 ], [ 120.1467756, 30.2311103 ], [ 120.1467487, 30.2311677 ], [ 120.1467457, 30.2313272 ], [ 120.1467807, 30.2313943 ], [ 120.1468134, 30.2315627 ], [ 120.1470309, 30.2319192 ], [ 120.1471988, 30.2318859 ], [ 120.1472888, 30.2318861 ], [ 120.1475625, 30.2318866 ], [ 120.1480094, 30.2319519 ], [ 120.1482661, 30.2319891 ], [ 120.1485368, 30.232029 ], [ 120.1500595, 30.2322943 ], [ 120.1508254, 30.2324257 ], [ 120.1506833, 30.2337969 ], [ 120.1505893, 30.2345395 ], [ 120.1506028, 30.2347599 ], [ 120.1507077, 30.2350315 ], [ 120.1509315, 30.2354362 ], [ 120.1509768, 30.2355182 ], [ 120.1511015, 30.235649 ], [ 120.1515174, 30.2357039 ], [ 120.1516125, 30.2354839 ], [ 120.1526511, 30.2351676 ], [ 120.1540256, 30.2342895 ], [ 120.1546734, 30.2338379 ], [ 120.1547864, 30.2335625 ], [ 120.1548263, 30.2323103 ], [ 120.1548409, 30.2321127 ], [ 120.1549286, 30.2318685 ], [ 120.1549795, 30.2317363 ], [ 120.1550235, 30.2316601 ], [ 120.1551062, 30.2315452 ], [ 120.1554046, 30.231105 ], [ 120.1554756, 30.2309858 ], [ 120.1555707, 30.2308548 ], [ 120.1556588, 30.2307334 ], [ 120.1557503, 30.2306402 ], [ 120.1558207, 30.230595 ], [ 120.1559079, 30.230539 ], [ 120.156159, 30.2303998 ], [ 120.1563615, 30.2303254 ], [ 120.1565972, 30.2302586 ], [ 120.1570383, 30.2301227 ], [ 120.1577723, 30.2298852 ], [ 120.1581977, 30.2298317 ], [ 120.1586619, 30.2297649 ], [ 120.1589326, 30.2296913 ], [ 120.1591183, 30.2296245 ], [ 120.1598299, 30.2293839 ], [ 120.1602012, 30.2291767 ], [ 120.1610599, 30.2288759 ], [ 120.1614157, 30.2286888 ], [ 120.1617406, 30.2284415 ], [ 120.1622047, 30.2281608 ], [ 120.1624136, 30.2281207 ], [ 120.162607, 30.228094 ], [ 120.1629646, 30.2281292 ], [ 120.1655814, 30.2277531 ], [ 120.1656928, 30.2276548 ], [ 120.1661081, 30.2242671 ], [ 120.1662198, 30.223729 ], [ 120.1662997, 30.2234875 ], [ 120.1676811, 30.2207137 ], [ 120.1677131, 30.2205895 ], [ 120.1664115, 30.2195545 ], [ 120.1647346, 30.218485 ], [ 120.1640638, 30.2181193 ], [ 120.1633931, 30.2178916 ], [ 120.1630737, 30.2177329 ], [ 120.1619078, 30.2170981 ], [ 120.1615964, 30.2168704 ], [ 120.1613649, 30.2166703 ], [ 120.160734, 30.2160148 ], [ 120.1604545, 30.2157319 ], [ 120.1601431, 30.2155041 ], [ 120.1581947, 30.214338 ], [ 120.1573802, 30.2138826 ], [ 120.1570049, 30.2136272 ], [ 120.1560467, 30.2128958 ], [ 120.1552242, 30.2121091 ], [ 120.1547451, 30.2116537 ], [ 120.1545375, 30.2114122 ], [ 120.154266, 30.2112328 ], [ 120.1540344, 30.2111637 ], [ 120.153715, 30.2111085 ], [ 120.1529884, 30.2110533 ], [ 120.1524374, 30.2109636 ], [ 120.1517427, 30.2107911 ], [ 120.1515431, 30.2107566 ], [ 120.1511917, 30.2107497 ], [ 120.149946, 30.2107152 ], [ 120.1494509, 30.21066 ], [ 120.1485806, 30.2104806 ], [ 120.1452348, 30.2098319 ], [ 120.144564, 30.2097008 ], [ 120.1442286, 30.2095973 ], [ 120.141362, 30.2086588 ], [ 120.141889, 30.2075961 ], [ 120.143478, 30.2051531 ], [ 120.1438533, 30.2044768 ], [ 120.1441009, 30.2041663 ], [ 120.1450671, 30.2029862 ], [ 120.1441648, 30.2027377 ], [ 120.1394695, 30.2015714 ], [ 120.1358043, 30.2006605 ], [ 120.1341194, 30.200274 ], [ 120.1334327, 30.2000531 ], [ 120.1327527, 30.1998367 ], [ 120.1323896, 30.199699 ], [ 120.1315848, 30.2013849 ], [ 120.1322855, 30.2017121 ], [ 120.1325674, 30.2036543 ], [ 120.132648, 30.2039397 ], [ 120.1328252, 30.2042947 ], [ 120.1333729, 30.2053945 ], [ 120.1333649, 30.2055268 ], [ 120.1333085, 30.2056869 ], [ 120.1330266, 30.2059932 ], [ 120.132074, 30.2067546 ], [ 120.1320223, 30.2068695 ], [ 120.1318672, 30.2072653 ], [ 120.1317417, 30.2074696 ], [ 120.1305225, 30.2096009 ], [ 120.130257, 30.21031 ], [ 120.1302349, 30.2105909 ], [ 120.1302718, 30.2109547 ], [ 120.1303732, 30.2118934 ], [ 120.1304269, 30.2123909 ], [ 120.1307962, 30.2141781 ], [ 120.13104, 30.2152887 ], [ 120.1310917, 30.2155759 ], [ 120.1310695, 30.2159971 ], [ 120.1309661, 30.2179885 ], [ 120.1309292, 30.2182055 ], [ 120.130811, 30.2188182 ], [ 120.1308036, 30.219182 ], [ 120.1308479, 30.2195777 ], [ 120.1309366, 30.2198586 ], [ 120.1311729, 30.2204777 ], [ 120.131273, 30.2206908 ], [ 120.1319116, 30.2222264 ], [ 120.1320499, 30.2225209 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.617806105e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1474124, 30.226525 ], [ 120.1477651, 30.2270998 ], [ 120.1480025, 30.2270407 ], [ 120.1485175, 30.228824 ], [ 120.148834, 30.2288959 ], [ 120.1489761, 30.2297811 ], [ 120.1489236, 30.229793 ], [ 120.1488769, 30.2298576 ], [ 120.1488772, 30.2298939 ], [ 120.1489149, 30.2302937 ], [ 120.1488244, 30.2307674 ], [ 120.1490405, 30.2309399 ], [ 120.1495649, 30.2310075 ], [ 120.1497406, 30.2310302 ], [ 120.1503602, 30.2308008 ], [ 120.1497915, 30.2297186 ], [ 120.149475, 30.2290929 ], [ 120.1493999, 30.2289213 ], [ 120.1491156, 30.2283374 ], [ 120.1489145, 30.2277811 ], [ 120.1486757, 30.2268912 ], [ 120.1483646, 30.2259804 ], [ 120.1482493, 30.2257371 ], [ 120.1481347, 30.2256358 ], [ 120.1480696, 30.2257301 ], [ 120.1478874, 30.2258004 ], [ 120.1474983, 30.2258586 ], [ 120.1474534, 30.225866 ], [ 120.1476847, 30.2264266 ], [ 120.1474124, 30.226525 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "太子湾公园", "area_sqm": 1.0554827525000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1373547, 30.2297078 ], [ 120.1374902, 30.2297587 ], [ 120.1392038, 30.23057 ], [ 120.1403963, 30.228832 ], [ 120.1402181, 30.2284067 ], [ 120.1391953, 30.2279007 ], [ 120.138928, 30.227677 ], [ 120.138928, 30.2270683 ], [ 120.1386649, 30.2268997 ], [ 120.1376421, 30.227105 ], [ 120.1364666, 30.2276183 ], [ 120.1357112, 30.2281317 ], [ 120.1348498, 30.228678 ], [ 120.1354746, 30.2289524 ], [ 120.1373547, 30.2297078 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "万松书院", "area_sqm": 6.06479769e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1570949, 30.2299952 ], [ 120.1572785, 30.2297701 ], [ 120.1573592, 30.2292554 ], [ 120.1569745, 30.2286896 ], [ 120.1562155, 30.2276801 ], [ 120.1557813, 30.2274101 ], [ 120.1553929, 30.2273071 ], [ 120.1551736, 30.2273503 ], [ 120.1547027, 30.2275642 ], [ 120.1545328, 30.2279886 ], [ 120.1544771, 30.2284478 ], [ 120.1545863, 30.228759 ], [ 120.1546446, 30.2290159 ], [ 120.1552453, 30.2291694 ], [ 120.1556209, 30.2297695 ], [ 120.155355, 30.2302316 ], [ 120.1547315, 30.2307957 ], [ 120.1550982, 30.2312192 ], [ 120.1555053, 30.2307299 ], [ 120.1557826, 30.2305206 ], [ 120.1563568, 30.2302979 ], [ 120.1570949, 30.2299952 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "长桥公园", "area_sqm": 3.062212335e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1505315, 30.2349669 ], [ 120.1507077, 30.2350315 ], [ 120.150527, 30.2346221 ], [ 120.150527, 30.2344135 ], [ 120.150709, 30.2333224 ], [ 120.1507573, 30.2325907 ], [ 120.1507388, 30.2325104 ], [ 120.1506013, 30.2324366 ], [ 120.1494016, 30.2322248 ], [ 120.1492641, 30.2322409 ], [ 120.1487701, 30.2321606 ], [ 120.1486549, 30.2321125 ], [ 120.1485695, 30.2321735 ], [ 120.1485175, 30.2323917 ], [ 120.1488481, 30.232488 ], [ 120.1491897, 30.2327385 ], [ 120.1492935, 30.2327468 ], [ 120.1494005, 30.2328251 ], [ 120.1493786, 30.2331391 ], [ 120.1495266, 30.2337758 ], [ 120.1496701, 30.2340702 ], [ 120.1501599, 30.2348262 ], [ 120.1501718, 30.2350244 ], [ 120.1504062, 30.2350233 ], [ 120.1505315, 30.2349669 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "雷峰夕照", "area_sqm": 2.150724013e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1423282, 30.2356018 ], [ 120.1431338, 30.235761 ], [ 120.143738, 30.2360461 ], [ 120.1441448, 30.2356672 ], [ 120.1441748, 30.2352567 ], [ 120.1444616, 30.2351643 ], [ 120.1450994, 30.2352087 ], [ 120.1454247, 30.2350718 ], [ 120.1460711, 30.2345208 ], [ 120.1467432, 30.2348499 ], [ 120.1468117, 30.2348314 ], [ 120.1475223, 30.2340733 ], [ 120.1480531, 30.2332744 ], [ 120.148464, 30.2321464 ], [ 120.1484212, 30.2321057 ], [ 120.147595, 30.2320243 ], [ 120.1469358, 30.2320798 ], [ 120.1464992, 30.2322536 ], [ 120.1461781, 30.2323054 ], [ 120.1457501, 30.2323313 ], [ 120.1419847, 30.2316549 ], [ 120.1413788, 30.2317133 ], [ 120.1411623, 30.2320863 ], [ 120.1417389, 30.2327028 ], [ 120.1407371, 30.2338361 ], [ 120.1406578, 30.234135 ], [ 120.140701, 30.2344338 ], [ 120.1414711, 30.2351724 ], [ 120.1423282, 30.2356018 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "柳浪闻莺", "area_sqm": 2.8698564005e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.153328, 30.2446149 ], [ 120.1538286, 30.2444622 ], [ 120.1538747, 30.2444481 ], [ 120.1539328, 30.2444304 ], [ 120.1538487, 30.2443281 ], [ 120.1532982, 30.2436587 ], [ 120.1532221, 30.2434221 ], [ 120.1531846, 30.2433228 ], [ 120.1533968, 30.2421359 ], [ 120.1534259, 30.2417626 ], [ 120.1534454, 30.2415612 ], [ 120.1536191, 30.2397544 ], [ 120.1533567, 30.2391141 ], [ 120.152941, 30.2384434 ], [ 120.1528479, 30.2381607 ], [ 120.1528458, 30.2381553 ], [ 120.1527264, 30.237846 ], [ 120.1526272, 30.2376745 ], [ 120.1524971, 30.2375722 ], [ 120.1522562, 30.2374905 ], [ 120.1519035, 30.2371254 ], [ 120.1514967, 30.2360728 ], [ 120.1512186, 30.2357718 ], [ 120.1511015, 30.235649 ], [ 120.1509768, 30.2355182 ], [ 120.1509315, 30.2354362 ], [ 120.1507077, 30.2350315 ], [ 120.1505315, 30.2349669 ], [ 120.1504062, 30.2350233 ], [ 120.1501718, 30.2350244 ], [ 120.1499952, 30.2361418 ], [ 120.1497843, 30.2366369 ], [ 120.1494344, 30.2382374 ], [ 120.1494805, 30.2384581 ], [ 120.1495416, 30.2385483 ], [ 120.1500794, 30.2387729 ], [ 120.1505108, 30.2388091 ], [ 120.1507621, 30.2388091 ], [ 120.1508501, 30.2387621 ], [ 120.1511684, 30.238791 ], [ 120.1515453, 30.2387657 ], [ 120.1517045, 30.2388417 ], [ 120.1517631, 30.2389755 ], [ 120.1517505, 30.2391058 ], [ 120.1515034, 30.2391239 ], [ 120.1512689, 30.2390768 ], [ 120.151072, 30.2390877 ], [ 120.1509458, 30.2390521 ], [ 120.150649, 30.2389683 ], [ 120.1497025, 30.2388996 ], [ 120.1495648, 30.2392248 ], [ 120.1495108, 30.2397055 ], [ 120.1496941, 30.2399706 ], [ 120.1497915, 30.2406448 ], [ 120.1497967, 30.2408204 ], [ 120.1498489, 30.240856 ], [ 120.1499125, 30.2408553 ], [ 120.1499849, 30.2407824 ], [ 120.1500021, 30.2407039 ], [ 120.1500639, 30.2406995 ], [ 120.1500527, 30.2407912 ], [ 120.1500617, 30.2408618 ], [ 120.1501186, 30.2408854 ], [ 120.1501895, 30.2408967 ], [ 120.1502919, 30.2408728 ], [ 120.1506073, 30.2408824 ], [ 120.150907, 30.2409055 ], [ 120.1510305, 30.2410069 ], [ 120.151139, 30.2410558 ], [ 120.1521628, 30.2411725 ], [ 120.1522885, 30.2412437 ], [ 120.1523786, 30.2413987 ], [ 120.1524442, 30.2415856 ], [ 120.1524309, 30.2416983 ], [ 120.1523947, 30.2417834 ], [ 120.1522833, 30.2418119 ], [ 120.1521415, 30.2418308 ], [ 120.1521035, 30.2417895 ], [ 120.1521118, 30.2416976 ], [ 120.152182, 30.24152 ], [ 120.1521799, 30.2413655 ], [ 120.1520328, 30.2412368 ], [ 120.1518434, 30.2412301 ], [ 120.1517608, 30.2411827 ], [ 120.1516418, 30.2411791 ], [ 120.1515228, 30.2411846 ], [ 120.15134, 30.2411188 ], [ 120.1511775, 30.2410973 ], [ 120.1511302, 30.2411264 ], [ 120.151113, 30.2411632 ], [ 120.1511327, 30.241205 ], [ 120.1511174, 30.2412353 ], [ 120.1510691, 30.2412491 ], [ 120.15102, 30.2412409 ], [ 120.1509671, 30.2412188 ], [ 120.1509136, 30.2411756 ], [ 120.1509, 30.2411289 ], [ 120.1509044, 30.2410922 ], [ 120.1509313, 30.2410645 ], [ 120.1509813, 30.2410358 ], [ 120.1509726, 30.2410003 ], [ 120.1509029, 30.2409527 ], [ 120.1506538, 30.2409236 ], [ 120.1503796, 30.2409218 ], [ 120.150345, 30.240974 ], [ 120.1503371, 30.2410392 ], [ 120.1503537, 30.2411179 ], [ 120.1504548, 30.2412923 ], [ 120.1504892, 30.2414529 ], [ 120.150455, 30.2415758 ], [ 120.1504608, 30.2416761 ], [ 120.1505001, 30.2417947 ], [ 120.1505409, 30.2418232 ], [ 120.1505808, 30.2418436 ], [ 120.1506592, 30.2419482 ], [ 120.1506711, 30.2420077 ], [ 120.150644, 30.2422496 ], [ 120.1506626, 30.2423812 ], [ 120.1507329, 30.2424381 ], [ 120.1508468, 30.2424708 ], [ 120.1508511, 30.2425212 ], [ 120.1508696, 30.2425556 ], [ 120.1509003, 30.2425757 ], [ 120.1508921, 30.2426041 ], [ 120.1508866, 30.2426489 ], [ 120.1508944, 30.2427007 ], [ 120.150911, 30.2427519 ], [ 120.1508507, 30.2428458 ], [ 120.1507962, 30.2428635 ], [ 120.150736, 30.242863 ], [ 120.1506834, 30.2428167 ], [ 120.1506592, 30.2427792 ], [ 120.1506448, 30.2427265 ], [ 120.1506499, 30.2426747 ], [ 120.1506693, 30.242613 ], [ 120.1506895, 30.2425119 ], [ 120.1506673, 30.242444 ], [ 120.1506044, 30.2423601 ], [ 120.1506354, 30.2420535 ], [ 120.150623, 30.2419717 ], [ 120.1505797, 30.2419124 ], [ 120.1505018, 30.2418951 ], [ 120.1504696, 30.2418774 ], [ 120.1504492, 30.241843 ], [ 120.1504141, 30.241751 ], [ 120.1503807, 30.2417022 ], [ 120.1503756, 30.2416658 ], [ 120.1503953, 30.2416368 ], [ 120.1503875, 30.2416173 ], [ 120.1503548, 30.2416 ], [ 120.1503656, 30.2415116 ], [ 120.1504023, 30.2414382 ], [ 120.1503986, 30.2413555 ], [ 120.1503439, 30.2412655 ], [ 120.1503265, 30.2411887 ], [ 120.1502408, 30.2410903 ], [ 120.1501685, 30.2409759 ], [ 120.1500942, 30.2409386 ], [ 120.1499964, 30.2409142 ], [ 120.1498328, 30.2409463 ], [ 120.1497159, 30.2410227 ], [ 120.1495178, 30.2414037 ], [ 120.1494858, 30.2416064 ], [ 120.1495126, 30.241866 ], [ 120.149562, 30.2420834 ], [ 120.1496407, 30.2424296 ], [ 120.1497164, 30.2427627 ], [ 120.149748, 30.2428873 ], [ 120.1497949, 30.243013 ], [ 120.1498479, 30.2431277 ], [ 120.1498814, 30.243203 ], [ 120.1499075, 30.2432505 ], [ 120.149937, 30.2432997 ], [ 120.1499652, 30.2433437 ], [ 120.1502743, 30.2437035 ], [ 120.1505238, 30.244007 ], [ 120.150741, 30.2442272 ], [ 120.1510709, 30.2445423 ], [ 120.1516302, 30.2450798 ], [ 120.1517205, 30.245164 ], [ 120.1520733, 30.2450355 ], [ 120.1523359, 30.2449399 ], [ 120.1523654, 30.2449302 ], [ 120.153328, 30.2446149 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三潭印月", "area_sqm": 1.284640349e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1404128, 30.2430201 ], [ 120.1411623, 30.2429205 ], [ 120.1419479, 30.2424535 ], [ 120.142265, 30.2420799 ], [ 120.1425749, 30.2406479 ], [ 120.1423659, 30.2399443 ], [ 120.1401749, 30.2387613 ], [ 120.1395623, 30.2386741 ], [ 120.1391731, 30.2388671 ], [ 120.138402, 30.2404922 ], [ 120.1384813, 30.2409841 ], [ 120.1395191, 30.2426091 ], [ 120.1400019, 30.2429703 ], [ 120.1404128, 30.2430201 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.09566505e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1697815, 30.2185124 ], [ 120.1695273, 30.2184074 ], [ 120.1694383, 30.218589 ], [ 120.1694168, 30.2187906 ], [ 120.1694758, 30.2189552 ], [ 120.1695778, 30.2188717 ], [ 120.1697815, 30.2185124 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.1474415e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1646735, 30.2220466 ], [ 120.1646226, 30.222283 ], [ 120.1649605, 30.2223433 ], [ 120.1646735, 30.2220466 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.25463865e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1711112, 30.2247497 ], [ 120.1712208, 30.2247051 ], [ 120.1712177, 30.2246918 ], [ 120.1711489, 30.2243922 ], [ 120.1707683, 30.2238785 ], [ 120.1703477, 30.2233517 ], [ 120.1699274, 30.2228252 ], [ 120.1696055, 30.2227927 ], [ 120.1695787, 30.2229781 ], [ 120.1710507, 30.2247933 ], [ 120.1711112, 30.2247497 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.22544305e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1703344, 30.2257718 ], [ 120.1709219, 30.225148 ], [ 120.1707894, 30.2249873 ], [ 120.1705372, 30.2252236 ], [ 120.1701671, 30.2256825 ], [ 120.1701213, 30.2260637 ], [ 120.1703025, 30.2258155 ], [ 120.1703344, 30.2257718 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.09793975e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1702548, 30.2266169 ], [ 120.1703814, 30.2263202 ], [ 120.1704246, 30.226219 ], [ 120.1704568, 30.226029 ], [ 120.1705426, 30.2259502 ], [ 120.1706338, 30.2257184 ], [ 120.1706846, 30.2256506 ], [ 120.1708108, 30.2254821 ], [ 120.1709412, 30.225372 ], [ 120.1710415, 30.2252874 ], [ 120.1709219, 30.225148 ], [ 120.1703344, 30.2257718 ], [ 120.1701213, 30.2260637 ], [ 120.1700043, 30.2263068 ], [ 120.1699598, 30.22658 ], [ 120.1701364, 30.2266021 ], [ 120.1702548, 30.2266169 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "凤山门遗址", "area_sqm": 1.861676e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1662839, 30.2275389 ], [ 120.1664934, 30.2273899 ], [ 120.166632, 30.2272594 ], [ 120.1662182, 30.2268348 ], [ 120.1661452, 30.2275629 ], [ 120.1662069, 30.2275735 ], [ 120.1662839, 30.2275389 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.3864242e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1697459, 30.2286823 ], [ 120.169687, 30.2286837 ], [ 120.169628, 30.2283083 ], [ 120.1697031, 30.228211 ], [ 120.1697835, 30.2280348 ], [ 120.1699981, 30.2274184 ], [ 120.1701228, 30.227109 ], [ 120.1700625, 30.2270916 ], [ 120.1700893, 30.2269711 ], [ 120.1702548, 30.2266169 ], [ 120.1701364, 30.2266021 ], [ 120.1699598, 30.22658 ], [ 120.1698719, 30.2269226 ], [ 120.1697406, 30.227321 ], [ 120.1696065, 30.2275852 ], [ 120.1695153, 30.228058 ], [ 120.1694778, 30.2284242 ], [ 120.16951, 30.2287811 ], [ 120.169628, 30.2291386 ], [ 120.1703534, 30.228985 ], [ 120.1702824, 30.2286698 ], [ 120.1697459, 30.2286823 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.6231242e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1694214, 30.2287892 ], [ 120.1693866, 30.228423 ], [ 120.1694429, 30.2279502 ], [ 120.1695153, 30.2275655 ], [ 120.1696119, 30.2273801 ], [ 120.1697218, 30.2271414 ], [ 120.1698056, 30.2269078 ], [ 120.1698881, 30.2266617 ], [ 120.1699042, 30.2266084 ], [ 120.169695, 30.2265806 ], [ 120.1696736, 30.2268784 ], [ 120.1696333, 30.2269224 ], [ 120.1696081, 30.2269915 ], [ 120.1695556, 30.2271356 ], [ 120.169499, 30.2272639 ], [ 120.1693919, 30.2275064 ], [ 120.169293, 30.2279167 ], [ 120.1691774, 30.2283963 ], [ 120.169157, 30.2288037 ], [ 120.1692578, 30.2288158 ], [ 120.1693748, 30.2291923 ], [ 120.1695324, 30.2291589 ], [ 120.1694214, 30.2287892 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "银河双落公园", "area_sqm": 7.63216105e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1651257, 30.2295017 ], [ 120.1650594, 30.2296763 ], [ 120.1650446, 30.2298129 ], [ 120.1650601, 30.2299227 ], [ 120.1651153, 30.2301183 ], [ 120.1652776, 30.2305357 ], [ 120.165528, 30.2314436 ], [ 120.1654689, 30.2309709 ], [ 120.1655172, 30.2305259 ], [ 120.165703, 30.2286211 ], [ 120.1654516, 30.2289879 ], [ 120.1651257, 30.2295017 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.87012665e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1676374, 30.2315212 ], [ 120.1677125, 30.2317228 ], [ 120.1679486, 30.2316672 ], [ 120.1678949, 30.2314354 ], [ 120.1681819, 30.2313914 ], [ 120.168147, 30.2311736 ], [ 120.1674711, 30.2313196 ], [ 120.1674228, 30.2311179 ], [ 120.1676079, 30.2310762 ], [ 120.1676106, 30.2310507 ], [ 120.1677903, 30.2310067 ], [ 120.167742, 30.2309766 ], [ 120.1677179, 30.2309395 ], [ 120.1677125, 30.2308746 ], [ 120.1677179, 30.2308375 ], [ 120.167329, 30.2308978 ], [ 120.1672834, 30.2307054 ], [ 120.1679539, 30.2305687 ], [ 120.1678708, 30.2303764 ], [ 120.1674148, 30.2304691 ], [ 120.1673585, 30.2302373 ], [ 120.1672002, 30.2302605 ], [ 120.1672767, 30.2305047 ], [ 120.1670151, 30.2305673 ], [ 120.1665437, 30.2306808 ], [ 120.1665867, 30.2308349 ], [ 120.1666175, 30.2308349 ], [ 120.1671325, 30.2307388 ], [ 120.1671928, 30.2309311 ], [ 120.1670185, 30.2309682 ], [ 120.1670695, 30.2311304 ], [ 120.1667583, 30.2312022 ], [ 120.1667825, 30.2312718 ], [ 120.167284, 30.2311675 ], [ 120.1673316, 30.2313701 ], [ 120.1668576, 30.2314827 ], [ 120.1669166, 30.2316657 ], [ 120.16694, 30.2316788 ], [ 120.1676374, 30.2315212 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.287105e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1265052, 30.1978753 ], [ 120.126541, 30.1978642 ], [ 120.1265278, 30.1978324 ], [ 120.1264919, 30.1978435 ], [ 120.1265052, 30.1978753 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.287105e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1265503, 30.1979848 ], [ 120.1265862, 30.1979737 ], [ 120.1265729, 30.1979419 ], [ 120.1265371, 30.197953 ], [ 120.1265503, 30.1979848 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "六和塔文化公园", "area_sqm": 1.1685184605e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1275864, 30.1997857 ], [ 120.128345, 30.1996702 ], [ 120.1296934, 30.1998122 ], [ 120.1299172, 30.1997023 ], [ 120.1287889, 30.1989629 ], [ 120.1286056, 30.1987265 ], [ 120.1287297, 30.1984478 ], [ 120.1287519, 30.1983979 ], [ 120.12748, 30.1978915 ], [ 120.1253057, 30.1968684 ], [ 120.1249877, 30.1969139 ], [ 120.1241923, 30.1971467 ], [ 120.1234214, 30.1980992 ], [ 120.1237485, 30.1990474 ], [ 120.126246, 30.2000524 ], [ 120.1275864, 30.1997857 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "钱江景区", "area_sqm": 0.00084032712652499998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1015756, 30.1929203 ], [ 120.101198, 30.1936919 ], [ 120.1009748, 30.1944486 ], [ 120.1007173, 30.1952053 ], [ 120.1003397, 30.1958432 ], [ 120.1000478, 30.1963329 ], [ 120.0999448, 30.1966741 ], [ 120.0996187, 30.1968967 ], [ 120.0988805, 30.1972379 ], [ 120.0977592, 30.197638 ], [ 120.0970094, 30.1979055 ], [ 120.0964945, 30.1981281 ], [ 120.0962198, 30.198588 ], [ 120.0960976, 30.1986329 ], [ 120.0955332, 30.1988402 ], [ 120.0950353, 30.1990925 ], [ 120.0944345, 30.1997601 ], [ 120.0941084, 30.2005761 ], [ 120.0937479, 30.2008877 ], [ 120.0932672, 30.2014069 ], [ 120.0931642, 30.201674 ], [ 120.0927694, 30.20203 ], [ 120.0924604, 30.2024158 ], [ 120.0924947, 30.2028905 ], [ 120.0924604, 30.2036323 ], [ 120.0927866, 30.2042257 ], [ 120.0932501, 30.2045966 ], [ 120.0936105, 30.2049675 ], [ 120.0939367, 30.2055461 ], [ 120.0940569, 30.2057835 ], [ 120.0941942, 30.206273 ], [ 120.0943203, 30.2066167 ], [ 120.0944174, 30.2068813 ], [ 120.0945718, 30.2073857 ], [ 120.094692, 30.2076972 ], [ 120.0951383, 30.2079494 ], [ 120.0952242, 30.2081571 ], [ 120.095207, 30.2088543 ], [ 120.0954473, 30.2096999 ], [ 120.0953958, 30.2100263 ], [ 120.094589, 30.2105752 ], [ 120.093971, 30.2113169 ], [ 120.0934046, 30.2116284 ], [ 120.0930784, 30.2117174 ], [ 120.0929582, 30.2119103 ], [ 120.0929411, 30.2121625 ], [ 120.0929239, 30.212474 ], [ 120.0927694, 30.2126965 ], [ 120.0926836, 30.2129635 ], [ 120.0926321, 30.2134679 ], [ 120.0926321, 30.2141948 ], [ 120.0926492, 30.2156782 ], [ 120.0929411, 30.2163012 ], [ 120.0927179, 30.2170725 ], [ 120.0924947, 30.217562 ], [ 120.0925291, 30.2179329 ], [ 120.0927179, 30.2182296 ], [ 120.0926963, 30.218385 ], [ 120.0926149, 30.2189712 ], [ 120.0924845, 30.2196241 ], [ 120.0924552, 30.2197706 ], [ 120.092953, 30.2199338 ], [ 120.0931933, 30.2200524 ], [ 120.093468, 30.2203046 ], [ 120.0935998, 30.2203638 ], [ 120.0938971, 30.2204974 ], [ 120.0943949, 30.2207347 ], [ 120.0948808, 30.2209402 ], [ 120.0952017, 30.2210759 ], [ 120.0956481, 30.2212094 ], [ 120.0959914, 30.2211204 ], [ 120.0971587, 30.2205716 ], [ 120.0975192, 30.2208682 ], [ 120.0979827, 30.2209721 ], [ 120.0978797, 30.2205864 ], [ 120.0978453, 30.2203491 ], [ 120.098017, 30.2201563 ], [ 120.0983775, 30.2199931 ], [ 120.0989611, 30.2196964 ], [ 120.0991671, 30.2196668 ], [ 120.0995963, 30.2199189 ], [ 120.0998881, 30.2198299 ], [ 120.1003001, 30.2197261 ], [ 120.1004031, 30.2194146 ], [ 120.1011241, 30.2192218 ], [ 120.1016562, 30.2191328 ], [ 120.1020167, 30.2190438 ], [ 120.1021884, 30.2187916 ], [ 120.102463, 30.2186284 ], [ 120.102566, 30.2184504 ], [ 120.1025832, 30.2182724 ], [ 120.1025145, 30.2180944 ], [ 120.1026347, 30.2178719 ], [ 120.1025832, 30.2176494 ], [ 120.1024974, 30.2174862 ], [ 120.1023738, 30.2173876 ], [ 120.102179, 30.2172929 ], [ 120.1020451, 30.2172508 ], [ 120.1020938, 30.2171246 ], [ 120.1023251, 30.2170615 ], [ 120.1025198, 30.2169457 ], [ 120.1026659, 30.216788 ], [ 120.1029459, 30.2166828 ], [ 120.1032137, 30.216546 ], [ 120.103372, 30.2165565 ], [ 120.1035302, 30.2169142 ], [ 120.1036154, 30.2173455 ], [ 120.103652, 30.2175769 ], [ 120.1037372, 30.2176611 ], [ 120.1038102, 30.2179766 ], [ 120.1046867, 30.2181239 ], [ 120.1051615, 30.2180924 ], [ 120.1058301, 30.2178958 ], [ 120.1065854, 30.2178068 ], [ 120.107169, 30.217703 ], [ 120.1082162, 30.2173024 ], [ 120.1085251, 30.2170799 ], [ 120.1088513, 30.2169761 ], [ 120.1090916, 30.2170354 ], [ 120.1096753, 30.2176139 ], [ 120.1103276, 30.2179106 ], [ 120.1110142, 30.2179848 ], [ 120.1114434, 30.2183111 ], [ 120.1120099, 30.218593 ], [ 120.1126818, 30.2187285 ], [ 120.1127167, 30.2188375 ], [ 120.1127926, 30.2188656 ], [ 120.1129169, 30.2188702 ], [ 120.1130684, 30.218875 ], [ 120.1133634, 30.2189969 ], [ 120.1134577, 30.2190841 ], [ 120.1135674, 30.2193111 ], [ 120.11363, 30.2194425 ], [ 120.1136856, 30.219579 ], [ 120.1136947, 30.219627 ], [ 120.1138272, 30.2195935 ], [ 120.1139538, 30.2195789 ], [ 120.1142264, 30.2195577 ], [ 120.1144392, 30.2195641 ], [ 120.1146425, 30.2195826 ], [ 120.1151233, 30.219569 ], [ 120.1154419, 30.2195542 ], [ 120.1157675, 30.2195406 ], [ 120.1159154, 30.2195404 ], [ 120.1163523, 30.2195453 ], [ 120.1164469, 30.2195007 ], [ 120.1165279, 30.2190098 ], [ 120.116751, 30.218639 ], [ 120.116957, 30.2182681 ], [ 120.1169742, 30.2178973 ], [ 120.1172832, 30.2177638 ], [ 120.1183303, 30.2173781 ], [ 120.1186393, 30.2172001 ], [ 120.1188968, 30.2170369 ], [ 120.119017, 30.2168293 ], [ 120.1191028, 30.2164584 ], [ 120.1191028, 30.2161469 ], [ 120.1188625, 30.2158354 ], [ 120.1188281, 30.2154201 ], [ 120.119017, 30.2151976 ], [ 120.1196521, 30.2147822 ], [ 120.1198581, 30.2145152 ], [ 120.1206993, 30.2138031 ], [ 120.1209911, 30.213551 ], [ 120.1208194, 30.2134471 ], [ 120.1205963, 30.2132988 ], [ 120.1204246, 30.2130169 ], [ 120.1201499, 30.2130021 ], [ 120.1200519, 30.2129739 ], [ 120.1195835, 30.2128389 ], [ 120.1193603, 30.2126461 ], [ 120.1189483, 30.2120082 ], [ 120.1185192, 30.2118005 ], [ 120.1188968, 30.2110736 ], [ 120.1194118, 30.2099314 ], [ 120.1194976, 30.2092786 ], [ 120.1197379, 30.2090264 ], [ 120.1204589, 30.208522 ], [ 120.1210769, 30.208255 ], [ 120.122021, 30.2081067 ], [ 120.1231368, 30.2078841 ], [ 120.1242183, 30.2076319 ], [ 120.1259349, 30.2071127 ], [ 120.127128, 30.2063932 ], [ 120.1285613, 30.2061632 ], [ 120.1292577, 30.2061469 ], [ 120.1297045, 30.2067265 ], [ 120.1304427, 30.2066153 ], [ 120.130472, 30.206465 ], [ 120.1307161, 30.2063565 ], [ 120.1313447, 30.2061621 ], [ 120.1316596, 30.2064713 ], [ 120.1317993, 30.2062887 ], [ 120.1320171, 30.2060112 ], [ 120.1323413, 30.2054546 ], [ 120.1330266, 30.2059932 ], [ 120.1333085, 30.2056869 ], [ 120.1333649, 30.2055268 ], [ 120.1333729, 30.2053945 ], [ 120.1328252, 30.2042947 ], [ 120.132648, 30.2039397 ], [ 120.1325674, 30.2036543 ], [ 120.1322855, 30.2017121 ], [ 120.1315848, 30.2013849 ], [ 120.1323896, 30.199699 ], [ 120.1297884, 30.1987561 ], [ 120.1276863, 30.1979764 ], [ 120.1265425, 30.1974243 ], [ 120.12599, 30.197137 ], [ 120.1253684, 30.1968013 ], [ 120.1248677, 30.196473 ], [ 120.1247275, 30.1963779 ], [ 120.1238232, 30.1957641 ], [ 120.1235124, 30.1955328 ], [ 120.1232836, 30.1953127 ], [ 120.1232152, 30.1952395 ], [ 120.1226146, 30.1945964 ], [ 120.1221398, 30.1941002 ], [ 120.1218765, 30.1939025 ], [ 120.1207585, 30.1932123 ], [ 120.1203485, 30.1929474 ], [ 120.1192909, 30.1922162 ], [ 120.1183413, 30.1914289 ], [ 120.118078, 30.1911976 ], [ 120.1172881, 30.1907089 ], [ 120.1163213, 30.1902201 ], [ 120.1150263, 30.1897239 ], [ 120.1149161, 30.1896725 ], [ 120.1148105, 30.1896232 ], [ 120.1138609, 30.1890374 ], [ 120.1132221, 30.1885002 ], [ 120.112894, 30.1881793 ], [ 120.1120178, 30.1872092 ], [ 120.1116639, 30.1867802 ], [ 120.1108438, 30.185728 ], [ 120.1104078, 30.1851497 ], [ 120.1099934, 30.1846721 ], [ 120.10992, 30.1847281 ], [ 120.1098786, 30.1848664 ], [ 120.1098478, 30.1850794 ], [ 120.109666, 30.1853282 ], [ 120.1096014, 30.1854166 ], [ 120.1092729, 30.1855764 ], [ 120.1090368, 30.1857272 ], [ 120.1089854, 30.1859579 ], [ 120.1091292, 30.1862242 ], [ 120.1092216, 30.1863839 ], [ 120.1095193, 30.1866501 ], [ 120.1096938, 30.1868986 ], [ 120.1097554, 30.1871559 ], [ 120.1099094, 30.1873689 ], [ 120.1101558, 30.1875464 ], [ 120.1104638, 30.1876351 ], [ 120.1103508, 30.1878303 ], [ 120.11032, 30.1879723 ], [ 120.1098478, 30.1879191 ], [ 120.1096219, 30.187999 ], [ 120.1091805, 30.1879368 ], [ 120.1085029, 30.1878925 ], [ 120.1081949, 30.1879812 ], [ 120.1080307, 30.188203 ], [ 120.1080512, 30.1885314 ], [ 120.1071991, 30.1882119 ], [ 120.1069425, 30.188203 ], [ 120.1066653, 30.1883184 ], [ 120.1061417, 30.1887976 ], [ 120.1055463, 30.1890993 ], [ 120.1053615, 30.1892235 ], [ 120.1051664, 30.1893211 ], [ 120.1046121, 30.1892945 ], [ 120.1044683, 30.1895341 ], [ 120.1042322, 30.1896761 ], [ 120.1040474, 30.1897205 ], [ 120.1037497, 30.1898447 ], [ 120.1035649, 30.190031 ], [ 120.1032569, 30.1904304 ], [ 120.1029317, 30.1907768 ], [ 120.1021593, 30.1918669 ], [ 120.1015756, 30.1929203 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "满陇桂雨(杭州少儿公园)", "area_sqm": 3.924202635e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1291324, 30.2175802 ], [ 120.1284994, 30.2173067 ], [ 120.1275713, 30.2172232 ], [ 120.1275499, 30.2183682 ], [ 120.1282412, 30.2187222 ], [ 120.1285047, 30.2192026 ], [ 120.1290718, 30.219376 ], [ 120.1296427, 30.218985 ], [ 120.129894, 30.2188239 ], [ 120.1301862, 30.2187003 ], [ 120.1302149, 30.2176916 ], [ 120.1291324, 30.2175802 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "杭州西湖风景名胜区", "area_sqm": 0.0055147408842650004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1734992, 30.2483124 ], [ 120.1732246, 30.2483574 ], [ 120.1734472, 30.2491876 ], [ 120.1737028, 30.2491058 ], [ 120.1734992, 30.2483124 ] ] ], [ [ [ 120.1265127, 30.2619886 ], [ 120.1266689, 30.2622075 ], [ 120.127547, 30.2634138 ], [ 120.1285517, 30.2647703 ], [ 120.1289436, 30.2652742 ], [ 120.1290733, 30.2653836 ], [ 120.1291617, 30.2654269 ], [ 120.1294387, 30.265521 ], [ 120.1304405, 30.2658722 ], [ 120.1314482, 30.2662642 ], [ 120.1327977, 30.2667502 ], [ 120.1352669, 30.267529 ], [ 120.1371233, 30.2681296 ], [ 120.1395012, 30.268835 ], [ 120.1426327, 30.2696152 ], [ 120.1429928, 30.2686873 ], [ 120.143121, 30.2684923 ], [ 120.1435666, 30.2679229 ], [ 120.143884, 30.2676645 ], [ 120.1458313, 30.2661725 ], [ 120.1464234, 30.2656242 ], [ 120.1466798, 30.2653553 ], [ 120.1473517, 30.2645521 ], [ 120.1475222, 30.2643483 ], [ 120.1479108, 30.2639041 ], [ 120.1482209, 30.2636289 ], [ 120.1484104, 30.263481 ], [ 120.1488261, 30.2631801 ], [ 120.1492194, 30.2630242 ], [ 120.1521432, 30.2641104 ], [ 120.1523013, 30.2636813 ], [ 120.1526852, 30.2635203 ], [ 120.1530071, 30.2636033 ], [ 120.1531532, 30.2631296 ], [ 120.1535851, 30.260857 ], [ 120.1538145, 30.2604576 ], [ 120.1546784, 30.2591945 ], [ 120.1558077, 30.2575948 ], [ 120.1579251, 30.2545416 ], [ 120.1582582, 30.2539515 ], [ 120.1582864, 30.2530004 ], [ 120.1582017, 30.2528833 ], [ 120.1578178, 30.2526541 ], [ 120.1568918, 30.2520932 ], [ 120.1565812, 30.2518103 ], [ 120.1562876, 30.2514152 ], [ 120.1561182, 30.2509713 ], [ 120.1559883, 30.2504251 ], [ 120.1559714, 30.2500007 ], [ 120.1560335, 30.2494349 ], [ 120.156169, 30.2484789 ], [ 120.1561182, 30.2482009 ], [ 120.1559883, 30.2479863 ], [ 120.1554519, 30.2470644 ], [ 120.1548026, 30.2455621 ], [ 120.1543904, 30.2449133 ], [ 120.1542605, 30.2447523 ], [ 120.1534588, 30.2436987 ], [ 120.1533274, 30.2434322 ], [ 120.1532823, 30.243101 ], [ 120.1536995, 30.2399836 ], [ 120.1536657, 30.2397498 ], [ 120.15355, 30.2395016 ], [ 120.1529041, 30.2384063 ], [ 120.1528004, 30.2382617 ], [ 120.1526729, 30.2381514 ], [ 120.1522343, 30.2379035 ], [ 120.1519871, 30.2376279 ], [ 120.1518436, 30.2373661 ], [ 120.1516921, 30.2367255 ], [ 120.1515725, 30.2362984 ], [ 120.1511015, 30.235649 ], [ 120.1515174, 30.2357039 ], [ 120.1516125, 30.2354839 ], [ 120.1526511, 30.2351676 ], [ 120.1540256, 30.2342895 ], [ 120.1546734, 30.2338379 ], [ 120.155154, 30.2349818 ], [ 120.1553104, 30.2354268 ], [ 120.1558255, 30.2363885 ], [ 120.1564051, 30.2371276 ], [ 120.1570858, 30.2379065 ], [ 120.1572698, 30.2381449 ], [ 120.1573986, 30.2384787 ], [ 120.1574813, 30.2389317 ], [ 120.1575457, 30.2404258 ], [ 120.1575365, 30.2407993 ], [ 120.1574813, 30.2410934 ], [ 120.1572146, 30.2418643 ], [ 120.1572882, 30.2419358 ], [ 120.1583737, 30.2421186 ], [ 120.1587048, 30.2421424 ], [ 120.1605269, 30.2422657 ], [ 120.1617699, 30.2423464 ], [ 120.1619337, 30.242357 ], [ 120.1619245, 30.2429927 ], [ 120.1633412, 30.2429927 ], [ 120.1645069, 30.2430237 ], [ 120.1646934, 30.2430245 ], [ 120.165503, 30.2430563 ], [ 120.1664413, 30.2431358 ], [ 120.1666621, 30.243112 ], [ 120.1668184, 30.2430325 ], [ 120.1675636, 30.2426431 ], [ 120.1673888, 30.2416099 ], [ 120.1670116, 30.2400284 ], [ 120.1665057, 30.2400205 ], [ 120.1659813, 30.239941 ], [ 120.1655799, 30.239731 ], [ 120.1643719, 30.2389509 ], [ 120.1639859, 30.2385676 ], [ 120.1634861, 30.2380713 ], [ 120.1633018, 30.2380367 ], [ 120.1632308, 30.2364203 ], [ 120.1641935, 30.2362445 ], [ 120.1641169, 30.2357429 ], [ 120.1657492, 30.2355062 ], [ 120.1657273, 30.235156 ], [ 120.1657821, 30.2349667 ], [ 120.1659026, 30.2345408 ], [ 120.1659464, 30.2341716 ], [ 120.1659678, 30.233868 ], [ 120.1658481, 30.2337486 ], [ 120.1648715, 30.2334143 ], [ 120.1645307, 30.2333984 ], [ 120.1641806, 30.233271 ], [ 120.1638766, 30.2332312 ], [ 120.1635726, 30.2331914 ], [ 120.1630935, 30.2330084 ], [ 120.1628264, 30.232881 ], [ 120.1623289, 30.2325388 ], [ 120.1621723, 30.2323955 ], [ 120.1629461, 30.232109 ], [ 120.1629461, 30.2320055 ], [ 120.163416, 30.2320055 ], [ 120.1634805, 30.2319339 ], [ 120.1627619, 30.231512 ], [ 120.1629001, 30.2313608 ], [ 120.1629922, 30.2307877 ], [ 120.1629093, 30.2306444 ], [ 120.1629001, 30.2304375 ], [ 120.1631212, 30.2303181 ], [ 120.1632778, 30.2301828 ], [ 120.1633699, 30.229928 ], [ 120.1636279, 30.2298087 ], [ 120.1636555, 30.2297291 ], [ 120.1633239, 30.22914 ], [ 120.1629185, 30.2291002 ], [ 120.1629646, 30.2281292 ], [ 120.1655814, 30.2277531 ], [ 120.1656928, 30.2276548 ], [ 120.1661081, 30.2242671 ], [ 120.1662198, 30.223729 ], [ 120.1662997, 30.2234875 ], [ 120.1676811, 30.2207137 ], [ 120.1677131, 30.2205895 ], [ 120.1664115, 30.2195545 ], [ 120.1647346, 30.218485 ], [ 120.1640638, 30.2181193 ], [ 120.1633931, 30.2178916 ], [ 120.1630737, 30.2177329 ], [ 120.1619078, 30.2170981 ], [ 120.1615964, 30.2168704 ], [ 120.1613649, 30.2166703 ], [ 120.160734, 30.2160148 ], [ 120.1604545, 30.2157319 ], [ 120.1601431, 30.2155041 ], [ 120.1581947, 30.214338 ], [ 120.1573802, 30.2138826 ], [ 120.1570049, 30.2136272 ], [ 120.1560467, 30.2128958 ], [ 120.1552242, 30.2121091 ], [ 120.1547451, 30.2116537 ], [ 120.1545375, 30.2114122 ], [ 120.154266, 30.2112328 ], [ 120.1540344, 30.2111637 ], [ 120.153715, 30.2111085 ], [ 120.1529884, 30.2110533 ], [ 120.1524374, 30.2109636 ], [ 120.1517427, 30.2107911 ], [ 120.1515431, 30.2107566 ], [ 120.1511917, 30.2107497 ], [ 120.149946, 30.2107152 ], [ 120.1494509, 30.21066 ], [ 120.1485806, 30.2104806 ], [ 120.1452348, 30.2098319 ], [ 120.144564, 30.2097008 ], [ 120.1442286, 30.2095973 ], [ 120.141362, 30.2086588 ], [ 120.141889, 30.2075961 ], [ 120.143478, 30.2051531 ], [ 120.1438533, 30.2044768 ], [ 120.1441009, 30.2041663 ], [ 120.1450671, 30.2029862 ], [ 120.1441648, 30.2027377 ], [ 120.1394695, 30.2015714 ], [ 120.1358043, 30.2006605 ], [ 120.1341194, 30.200274 ], [ 120.1334327, 30.2000531 ], [ 120.1327527, 30.1998367 ], [ 120.1323896, 30.199699 ], [ 120.1297884, 30.1987561 ], [ 120.1276863, 30.1979764 ], [ 120.1265425, 30.1974243 ], [ 120.12599, 30.197137 ], [ 120.1253684, 30.1968013 ], [ 120.1248677, 30.196473 ], [ 120.1247275, 30.1963779 ], [ 120.1238232, 30.1957641 ], [ 120.1235124, 30.1955328 ], [ 120.1232836, 30.1953127 ], [ 120.1232152, 30.1952395 ], [ 120.1226146, 30.1945964 ], [ 120.1221398, 30.1941002 ], [ 120.1218765, 30.1939025 ], [ 120.1207585, 30.1932123 ], [ 120.1203485, 30.1929474 ], [ 120.1192909, 30.1922162 ], [ 120.1183413, 30.1914289 ], [ 120.118078, 30.1911976 ], [ 120.1172881, 30.1907089 ], [ 120.1163213, 30.1902201 ], [ 120.1150263, 30.1897239 ], [ 120.1149161, 30.1896725 ], [ 120.1148105, 30.1896232 ], [ 120.1138609, 30.1890374 ], [ 120.1132221, 30.1885002 ], [ 120.112894, 30.1881793 ], [ 120.1120178, 30.1872092 ], [ 120.1116639, 30.1867802 ], [ 120.1108438, 30.185728 ], [ 120.1104078, 30.1851497 ], [ 120.1099934, 30.1846721 ], [ 120.10992, 30.1847281 ], [ 120.1098786, 30.1848664 ], [ 120.1098478, 30.1850794 ], [ 120.109666, 30.1853282 ], [ 120.1096014, 30.1854166 ], [ 120.1092729, 30.1855764 ], [ 120.1090368, 30.1857272 ], [ 120.1089854, 30.1859579 ], [ 120.1091292, 30.1862242 ], [ 120.1092216, 30.1863839 ], [ 120.1095193, 30.1866501 ], [ 120.1096938, 30.1868986 ], [ 120.1097554, 30.1871559 ], [ 120.1099094, 30.1873689 ], [ 120.1101558, 30.1875464 ], [ 120.1104638, 30.1876351 ], [ 120.1103508, 30.1878303 ], [ 120.11032, 30.1879723 ], [ 120.1098478, 30.1879191 ], [ 120.1096219, 30.187999 ], [ 120.1091805, 30.1879368 ], [ 120.1085029, 30.1878925 ], [ 120.1081949, 30.1879812 ], [ 120.1080307, 30.188203 ], [ 120.1080512, 30.1885314 ], [ 120.1071991, 30.1882119 ], [ 120.1069425, 30.188203 ], [ 120.1066653, 30.1883184 ], [ 120.1061417, 30.1887976 ], [ 120.1055463, 30.1890993 ], [ 120.1053615, 30.1892235 ], [ 120.1051664, 30.1893211 ], [ 120.1046121, 30.1892945 ], [ 120.1044683, 30.1895341 ], [ 120.1042322, 30.1896761 ], [ 120.1040474, 30.1897205 ], [ 120.1037497, 30.1898447 ], [ 120.1035649, 30.190031 ], [ 120.1032569, 30.1904304 ], [ 120.1029317, 30.1907768 ], [ 120.1029462, 30.1896772 ], [ 120.1030763, 30.1893399 ], [ 120.1030185, 30.1886151 ], [ 120.1029028, 30.1878404 ], [ 120.1026571, 30.1868033 ], [ 120.102686, 30.1864035 ], [ 120.1028883, 30.1858537 ], [ 120.1031052, 30.1855413 ], [ 120.1029769, 30.184993 ], [ 120.1012226, 30.1852589 ], [ 120.1001042, 30.1854585 ], [ 120.0997639, 30.185364 ], [ 120.0995572, 30.1855006 ], [ 120.0992776, 30.1859944 ], [ 120.0990953, 30.1860154 ], [ 120.0989737, 30.1858999 ], [ 120.0989008, 30.1855741 ], [ 120.0990345, 30.1843447 ], [ 120.0993506, 30.1824849 ], [ 120.0993019, 30.1821381 ], [ 120.0989373, 30.1816442 ], [ 120.0982322, 30.1808246 ], [ 120.0980377, 30.1806565 ], [ 120.0969802, 30.1803833 ], [ 120.0969437, 30.1802362 ], [ 120.0967376, 30.1799356 ], [ 120.0964948, 30.1797782 ], [ 120.0955845, 30.1792011 ], [ 120.0959729, 30.1784456 ], [ 120.0956918, 30.1785011 ], [ 120.0953566, 30.1785605 ], [ 120.0948725, 30.178542 ], [ 120.0947721, 30.1785382 ], [ 120.0942342, 30.1784822 ], [ 120.0937418, 30.178498 ], [ 120.0936372, 30.1785013 ], [ 120.0933317, 30.1785111 ], [ 120.0928637, 30.1786989 ], [ 120.0925287, 30.1790361 ], [ 120.0924513, 30.1791847 ], [ 120.0920162, 30.1798236 ], [ 120.0921192, 30.1801056 ], [ 120.0916901, 30.1800314 ], [ 120.0916901, 30.1798236 ], [ 120.0913458, 30.1796187 ], [ 120.0914989, 30.1790847 ], [ 120.0913681, 30.1790302 ], [ 120.0911736, 30.1789492 ], [ 120.0884628, 30.1778203 ], [ 120.0881841, 30.1777743 ], [ 120.0876827, 30.1781788 ], [ 120.0874177, 30.1782866 ], [ 120.0871139, 30.1784102 ], [ 120.0868304, 30.1785255 ], [ 120.0859947, 30.17867 ], [ 120.084407, 30.1796814 ], [ 120.0837385, 30.1800136 ], [ 120.0832371, 30.1802448 ], [ 120.0828527, 30.1805915 ], [ 120.0825017, 30.1807938 ], [ 120.0814154, 30.1810539 ], [ 120.0811568, 30.181319 ], [ 120.0800858, 30.1818269 ], [ 120.0797253, 30.1821979 ], [ 120.0794163, 30.1825688 ], [ 120.0792446, 30.182925 ], [ 120.0789013, 30.1832069 ], [ 120.0782833, 30.1835185 ], [ 120.0778713, 30.1837411 ], [ 120.0776997, 30.1840972 ], [ 120.077425, 30.1844088 ], [ 120.077322, 30.184765 ], [ 120.0772705, 30.1852992 ], [ 120.0772705, 30.1862043 ], [ 120.076704, 30.1866049 ], [ 120.0761891, 30.1868275 ], [ 120.0759316, 30.1871985 ], [ 120.0758972, 30.1875546 ], [ 120.0758457, 30.1879552 ], [ 120.0758114, 30.188341 ], [ 120.0748329, 30.1886823 ], [ 120.0741806, 30.1890087 ], [ 120.0735455, 30.1896022 ], [ 120.0731335, 30.18981 ], [ 120.0730305, 30.1900474 ], [ 120.0730648, 30.1903293 ], [ 120.0732536, 30.1906409 ], [ 120.0734081, 30.1911157 ], [ 120.0734425, 30.1915905 ], [ 120.0734768, 30.1920653 ], [ 120.073597, 30.1923323 ], [ 120.0734596, 30.1930742 ], [ 120.0731506, 30.1939941 ], [ 120.072979, 30.1943057 ], [ 120.0730133, 30.1945728 ], [ 120.073185, 30.1948547 ], [ 120.0736485, 30.1950772 ], [ 120.0737171, 30.1952998 ], [ 120.0736656, 30.1956707 ], [ 120.0736828, 30.1961158 ], [ 120.0736485, 30.1965906 ], [ 120.0736485, 30.1971247 ], [ 120.0737343, 30.197733 ], [ 120.0736828, 30.1980594 ], [ 120.073803, 30.1983858 ], [ 120.073906, 30.1987122 ], [ 120.0738716, 30.1992463 ], [ 120.0738716, 30.1996914 ], [ 120.0739575, 30.2000623 ], [ 120.0739918, 30.2003591 ], [ 120.0738545, 30.2006558 ], [ 120.073494, 30.2009673 ], [ 120.073082, 30.2013828 ], [ 120.0728073, 30.201724 ], [ 120.0725155, 30.2020652 ], [ 120.0722252, 30.2024899 ], [ 120.0718422, 30.2027335 ], [ 120.0714663, 30.2030146 ], [ 120.0714663, 30.2032645 ], [ 120.071488, 30.2034956 ], [ 120.0716976, 30.2036705 ], [ 120.0719212, 30.2037799 ], [ 120.0722817, 30.2041805 ], [ 120.0726766, 30.2044179 ], [ 120.0731572, 30.2045217 ], [ 120.0732087, 30.2048926 ], [ 120.073346, 30.2054118 ], [ 120.0734147, 30.2057679 ], [ 120.0736379, 30.2060646 ], [ 120.0738954, 30.2063465 ], [ 120.0739125, 30.206747 ], [ 120.0739469, 30.2070586 ], [ 120.07417, 30.2076075 ], [ 120.0744103, 30.2081415 ], [ 120.0747365, 30.2084234 ], [ 120.0748738, 30.2087201 ], [ 120.0748223, 30.2090613 ], [ 120.0747537, 30.209358 ], [ 120.0748395, 30.2096844 ], [ 120.0749253, 30.2101739 ], [ 120.0750627, 30.2105151 ], [ 120.0752858, 30.2107821 ], [ 120.0752858, 30.2111381 ], [ 120.0752858, 30.211598 ], [ 120.0752515, 30.2118947 ], [ 120.0750283, 30.2122952 ], [ 120.074891, 30.2126809 ], [ 120.0747365, 30.2135413 ], [ 120.0746507, 30.2139863 ], [ 120.0748052, 30.2144165 ], [ 120.0751656, 30.2147429 ], [ 120.0752515, 30.2149951 ], [ 120.075612, 30.2151731 ], [ 120.0752686, 30.2154401 ], [ 120.0750455, 30.2156478 ], [ 120.0748395, 30.2160779 ], [ 120.0744618, 30.2163746 ], [ 120.0741872, 30.2166565 ], [ 120.0741185, 30.2170421 ], [ 120.0738782, 30.2174575 ], [ 120.0735864, 30.2177838 ], [ 120.0731229, 30.217947 ], [ 120.0725907, 30.2181695 ], [ 120.0722817, 30.2182288 ], [ 120.0721272, 30.2183327 ], [ 120.0719727, 30.2185552 ], [ 120.0718011, 30.2190743 ], [ 120.0715436, 30.219371 ], [ 120.0715264, 30.219638 ], [ 120.0716054, 30.2198609 ], [ 120.0716367, 30.2200175 ], [ 120.0717606, 30.220268 ], [ 120.0718526, 30.2204538 ], [ 120.0719727, 30.2208395 ], [ 120.0719384, 30.22124 ], [ 120.0716294, 30.2216998 ], [ 120.0715436, 30.2221745 ], [ 120.0716638, 30.2225304 ], [ 120.0719041, 30.2227826 ], [ 120.0723676, 30.2230199 ], [ 120.0725049, 30.2232573 ], [ 120.0724534, 30.2234649 ], [ 120.0723847, 30.2238061 ], [ 120.0724861, 30.2239825 ], [ 120.0725736, 30.2241472 ], [ 120.0728654, 30.2246515 ], [ 120.0729855, 30.2250372 ], [ 120.0731744, 30.225408 ], [ 120.0731744, 30.2256898 ], [ 120.07314, 30.2261199 ], [ 120.0731229, 30.2263424 ], [ 120.0733632, 30.2266094 ], [ 120.0736722, 30.2268764 ], [ 120.0740155, 30.2270544 ], [ 120.0740842, 30.2272917 ], [ 120.0741872, 30.2275438 ], [ 120.0743417, 30.227885 ], [ 120.0744275, 30.2281371 ], [ 120.0745305, 30.2282706 ], [ 120.074891, 30.2284041 ], [ 120.0751656, 30.2286266 ], [ 120.0754575, 30.2287749 ], [ 120.0757493, 30.2288045 ], [ 120.0762471, 30.2287749 ], [ 120.0770024, 30.2287749 ], [ 120.0773629, 30.2287156 ], [ 120.0780496, 30.2283893 ], [ 120.0787705, 30.2281964 ], [ 120.0791825, 30.2284486 ], [ 120.0794057, 30.2287452 ], [ 120.0797147, 30.2291457 ], [ 120.0802468, 30.2296796 ], [ 120.0804185, 30.2300801 ], [ 120.0806073, 30.2303471 ], [ 120.0808991, 30.2306882 ], [ 120.0814656, 30.2311628 ], [ 120.0815686, 30.2315039 ], [ 120.0816888, 30.2320972 ], [ 120.0816029, 30.2325718 ], [ 120.081191, 30.2330612 ], [ 120.0807618, 30.2336841 ], [ 120.0806416, 30.2340549 ], [ 120.0806245, 30.2344998 ], [ 120.0807974, 30.2349251 ], [ 120.0808476, 30.2350486 ], [ 120.0808991, 30.2355825 ], [ 120.081088, 30.2361461 ], [ 120.0810536, 30.2372584 ], [ 120.0813798, 30.2373919 ], [ 120.0817403, 30.2378961 ], [ 120.0817059, 30.2382817 ], [ 120.0817059, 30.2388304 ], [ 120.0821523, 30.2390084 ], [ 120.0827187, 30.2393198 ], [ 120.0829591, 30.2396313 ], [ 120.0831651, 30.2400465 ], [ 120.0836801, 30.2402838 ], [ 120.0841779, 30.2405211 ], [ 120.0846242, 30.2406397 ], [ 120.0855168, 30.2413812 ], [ 120.085843, 30.241752 ], [ 120.0861348, 30.242271 ], [ 120.0864266, 30.2426862 ], [ 120.0868558, 30.2429828 ], [ 120.0871133, 30.2433091 ], [ 120.0871648, 30.243754 ], [ 120.0874051, 30.244184 ], [ 120.0877313, 30.2446438 ], [ 120.0881261, 30.2447624 ], [ 120.0887441, 30.2450145 ], [ 120.0889844, 30.2452369 ], [ 120.0891045, 30.2456522 ], [ 120.089259, 30.2462157 ], [ 120.0895852, 30.2470016 ], [ 120.0898255, 30.2472389 ], [ 120.0906838, 30.247402 ], [ 120.090907, 30.2475651 ], [ 120.091113, 30.2478024 ], [ 120.0915593, 30.248099 ], [ 120.0918682, 30.2483563 ], [ 120.0920159, 30.2486801 ], [ 120.0921239, 30.2489007 ], [ 120.0925034, 30.2492705 ], [ 120.0925206, 30.2494929 ], [ 120.0926751, 30.2498784 ], [ 120.0927609, 30.2501454 ], [ 120.0927266, 30.2503826 ], [ 120.0928124, 30.2506644 ], [ 120.0932759, 30.2507089 ], [ 120.0938424, 30.2506792 ], [ 120.094529, 30.2505902 ], [ 120.095559, 30.2503381 ], [ 120.0959023, 30.2504419 ], [ 120.096898, 30.2507978 ], [ 120.0973443, 30.2510796 ], [ 120.097619, 30.2513168 ], [ 120.0982369, 30.2514948 ], [ 120.0985288, 30.2517468 ], [ 120.0996789, 30.2523845 ], [ 120.0999192, 30.2523845 ], [ 120.1013922, 30.2522343 ], [ 120.10161, 30.2522847 ], [ 120.1018048, 30.2524109 ], [ 120.1019266, 30.2526107 ], [ 120.1021213, 30.2529366 ], [ 120.102377, 30.2530839 ], [ 120.1026691, 30.2532942 ], [ 120.1028274, 30.2534834 ], [ 120.1029491, 30.2537148 ], [ 120.1030709, 30.2541354 ], [ 120.1032413, 30.2544088 ], [ 120.1034604, 30.2547243 ], [ 120.1038865, 30.2550923 ], [ 120.104329, 30.2552721 ], [ 120.1045694, 30.2552573 ], [ 120.1048097, 30.2553611 ], [ 120.104947, 30.2555242 ], [ 120.104947, 30.2557021 ], [ 120.1047925, 30.2560432 ], [ 120.104329, 30.2571849 ], [ 120.1040029, 30.2581191 ], [ 120.1040544, 30.258386 ], [ 120.1041745, 30.2585787 ], [ 120.1045694, 30.2589494 ], [ 120.1048522, 30.259141 ], [ 120.1049908, 30.2596635 ], [ 120.1050412, 30.2599465 ], [ 120.1050412, 30.2603602 ], [ 120.1050286, 30.2607412 ], [ 120.1051294, 30.2609806 ], [ 120.105205, 30.2612745 ], [ 120.105205, 30.2614814 ], [ 120.1053059, 30.2616555 ], [ 120.1055075, 30.2618079 ], [ 120.1056587, 30.2619059 ], [ 120.1062385, 30.2620365 ], [ 120.1063519, 30.2621236 ], [ 120.1064275, 30.262276 ], [ 120.1064905, 30.2626134 ], [ 120.1065661, 30.2627876 ], [ 120.1064653, 30.2629726 ], [ 120.1064527, 30.2631142 ], [ 120.1064527, 30.2632901 ], [ 120.1064527, 30.2634734 ], [ 120.1065409, 30.263604 ], [ 120.1070702, 30.2638543 ], [ 120.1072089, 30.2639959 ], [ 120.1075617, 30.2643224 ], [ 120.1076752, 30.2644421 ], [ 120.1077256, 30.2648993 ], [ 120.1077327, 30.2649176 ], [ 120.1077886, 30.2650626 ], [ 120.1080154, 30.265215 ], [ 120.1084077, 30.2654976 ], [ 120.1087693, 30.265795 ], [ 120.108864, 30.2659511 ], [ 120.1090533, 30.2664566 ], [ 120.1091566, 30.2667392 ], [ 120.1093116, 30.2669176 ], [ 120.1094493, 30.2670514 ], [ 120.1096559, 30.2671927 ], [ 120.1099227, 30.2673042 ], [ 120.110267, 30.2673562 ], [ 120.1108144, 30.2674485 ], [ 120.1113912, 30.2677833 ], [ 120.1116086, 30.2679385 ], [ 120.1121003, 30.2683468 ], [ 120.11233, 30.2685982 ], [ 120.1128648, 30.2691574 ], [ 120.1130506, 30.2693033 ], [ 120.1132533, 30.269386 ], [ 120.1133603, 30.2694832 ], [ 120.1135257, 30.2698058 ], [ 120.1135624, 30.2699648 ], [ 120.1136508, 30.2700781 ], [ 120.1137483, 30.2701623 ], [ 120.1138673, 30.2702124 ], [ 120.1140782, 30.2702455 ], [ 120.1143471, 30.2703387 ], [ 120.1145607, 30.2704644 ], [ 120.1146885, 30.2705721 ], [ 120.1147197, 30.2706835 ], [ 120.1146893, 30.2708147 ], [ 120.114665, 30.2712976 ], [ 120.1146042, 30.2714393 ], [ 120.1144948, 30.2716073 ], [ 120.1138566, 30.2728146 ], [ 120.1145556, 30.2730771 ], [ 120.1144644, 30.2734078 ], [ 120.11453, 30.2735878 ], [ 120.1146042, 30.2736397 ], [ 120.1148128, 30.2736277 ], [ 120.1151222, 30.2736098 ], [ 120.1157071, 30.2735781 ], [ 120.116284, 30.2734725 ], [ 120.1162309, 30.2733818 ], [ 120.1164661, 30.2732486 ], [ 120.1167636, 30.2731266 ], [ 120.1171101, 30.2729085 ], [ 120.1173771, 30.2727713 ], [ 120.117673, 30.2725968 ], [ 120.1178174, 30.2724098 ], [ 120.1177236, 30.2722664 ], [ 120.1177452, 30.2720794 ], [ 120.1180287, 30.2719604 ], [ 120.118007, 30.2718917 ], [ 120.1178552, 30.2719292 ], [ 120.1177251, 30.2718917 ], [ 120.117595, 30.2717294 ], [ 120.1175083, 30.2715546 ], [ 120.1175011, 30.2714111 ], [ 120.117754, 30.271024 ], [ 120.1177757, 30.2708368 ], [ 120.1177034, 30.2706495 ], [ 120.1171641, 30.2697154 ], [ 120.1167036, 30.2689243 ], [ 120.1162388, 30.2691771 ], [ 120.115576, 30.2679727 ], [ 120.1154899, 30.2678761 ], [ 120.1150853, 30.2681288 ], [ 120.1149562, 30.2680917 ], [ 120.1145172, 30.2673185 ], [ 120.1144483, 30.2672218 ], [ 120.1138544, 30.2670657 ], [ 120.1134412, 30.266062 ], [ 120.1134154, 30.2659282 ], [ 120.1136994, 30.2654896 ], [ 120.1135875, 30.2654227 ], [ 120.1128989, 30.2651327 ], [ 120.1125202, 30.2647535 ], [ 120.113317, 30.2641868 ], [ 120.1135666, 30.2640418 ], [ 120.1138335, 30.2639303 ], [ 120.1141649, 30.2637927 ], [ 120.1143801, 30.2634656 ], [ 120.1141218, 30.2630455 ], [ 120.1140917, 30.2629712 ], [ 120.1139755, 30.2623318 ], [ 120.1139755, 30.261882 ], [ 120.1140272, 30.2618336 ], [ 120.1152064, 30.261421 ], [ 120.1160156, 30.2612351 ], [ 120.1160672, 30.260815 ], [ 120.1163125, 30.2608336 ], [ 120.116532, 30.2608225 ], [ 120.1167343, 30.2608076 ], [ 120.116984, 30.2607481 ], [ 120.1171131, 30.2608076 ], [ 120.1176554, 30.2608708 ], [ 120.1180863, 30.2608673 ], [ 120.118235, 30.2608054 ], [ 120.1195779, 30.260491 ], [ 120.1199623, 30.2603936 ], [ 120.121295, 30.263351 ], [ 120.121336, 30.2634174 ], [ 120.1230428, 30.2628552 ], [ 120.1243858, 30.262408 ], [ 120.1264155, 30.2617825 ], [ 120.1264361, 30.2618665 ], [ 120.1265127, 30.2619886 ] ] ], [ [ [ 120.1663492, 30.2445379 ], [ 120.1659818, 30.2445323 ], [ 120.1659687, 30.244793 ], [ 120.1663492, 30.24481 ], [ 120.1663492, 30.2445379 ] ] ], [ [ [ 120.164412, 30.2322828 ], [ 120.1657253, 30.2323629 ], [ 120.1655284, 30.2316787 ], [ 120.1643556, 30.2318005 ], [ 120.164412, 30.2322828 ] ] ], [ [ [ 120.1565528, 30.2404813 ], [ 120.1565683, 30.2399794 ], [ 120.156119, 30.2399627 ], [ 120.156088, 30.2404479 ], [ 120.1565528, 30.2404813 ] ] ], [ [ [ 120.1558649, 30.243062 ], [ 120.1554967, 30.2430479 ], [ 120.1554861, 30.2432524 ], [ 120.1558543, 30.2432665 ], [ 120.1558649, 30.243062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "虎跑龙井景区", "area_sqm": 0.00078982415860499996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1038706, 30.2334014 ], [ 120.104214, 30.2335497 ], [ 120.1042998, 30.2338909 ], [ 120.1044715, 30.2343951 ], [ 120.1044028, 30.2348549 ], [ 120.1040938, 30.2357596 ], [ 120.1038706, 30.2365011 ], [ 120.1038363, 30.2367532 ], [ 120.1039565, 30.2370647 ], [ 120.1041281, 30.2375393 ], [ 120.1043513, 30.2378062 ], [ 120.1045745, 30.2379545 ], [ 120.1046871, 30.2380066 ], [ 120.1050551, 30.238177 ], [ 120.1053469, 30.2382956 ], [ 120.1055739, 30.2386752 ], [ 120.1056226, 30.2389065 ], [ 120.105513, 30.2394429 ], [ 120.1055495, 30.2396007 ], [ 120.1069617, 30.2406313 ], [ 120.108179, 30.2412939 ], [ 120.1085807, 30.2415778 ], [ 120.1087897, 30.2419826 ], [ 120.108877, 30.2425422 ], [ 120.1091827, 30.2425108 ], [ 120.1098523, 30.2425674 ], [ 120.109845, 30.2431396 ], [ 120.1106383, 30.2430893 ], [ 120.1110532, 30.2431018 ], [ 120.1111623, 30.2431207 ], [ 120.1113079, 30.2439444 ], [ 120.1113516, 30.2444662 ], [ 120.1113152, 30.2447429 ], [ 120.1111915, 30.245007 ], [ 120.1109804, 30.245315 ], [ 120.1102984, 30.2462791 ], [ 120.1109461, 30.2464726 ], [ 120.1131057, 30.2475065 ], [ 120.1146035, 30.2483082 ], [ 120.115192, 30.2486894 ], [ 120.1157321, 30.2490475 ], [ 120.1159309, 30.249156 ], [ 120.1161244, 30.2492192 ], [ 120.1177553, 30.2494892 ], [ 120.1179709, 30.2491054 ], [ 120.1181033, 30.2488698 ], [ 120.118334, 30.2483981 ], [ 120.1183659, 30.2483282 ], [ 120.1184622, 30.2481167 ], [ 120.1185083, 30.2480155 ], [ 120.118564, 30.2478856 ], [ 120.1187946, 30.2473176 ], [ 120.1189282, 30.2469085 ], [ 120.1190323, 30.246555 ], [ 120.1191225, 30.246032 ], [ 120.1191409, 30.2459254 ], [ 120.1191529, 30.2457798 ], [ 120.11916, 30.2456942 ], [ 120.1191626, 30.2455399 ], [ 120.1191288, 30.2453639 ], [ 120.1190433, 30.2451507 ], [ 120.1189204, 30.2447796 ], [ 120.1188579, 30.244582 ], [ 120.1188242, 30.2444143 ], [ 120.1187757, 30.2441284 ], [ 120.1187803, 30.2438828 ], [ 120.1187946, 30.2437137 ], [ 120.1188554, 30.2434312 ], [ 120.1189349, 30.2430615 ], [ 120.1190869, 30.2425413 ], [ 120.1192417, 30.2421391 ], [ 120.1192911, 30.2420108 ], [ 120.1193653, 30.2418883 ], [ 120.1194369, 30.2417702 ], [ 120.1194603, 30.2417221 ], [ 120.119569, 30.241498 ], [ 120.119621, 30.2413493 ], [ 120.1197146, 30.2410179 ], [ 120.1197543, 30.2408596 ], [ 120.1197937, 30.2407027 ], [ 120.1198249, 30.240555 ], [ 120.1198339, 30.2405123 ], [ 120.1198604, 30.2401654 ], [ 120.1198538, 30.2400358 ], [ 120.1198496, 30.2399536 ], [ 120.1198272, 30.2396419 ], [ 120.1198238, 30.2395946 ], [ 120.1198497, 30.2394781 ], [ 120.1199187, 30.2393615 ], [ 120.1200047, 30.2392469 ], [ 120.1201385, 30.2391431 ], [ 120.1201826, 30.2391089 ], [ 120.1204146, 30.2389686 ], [ 120.1206429, 30.2388306 ], [ 120.1215199, 30.2382336 ], [ 120.1217239, 30.2380748 ], [ 120.1217664, 30.2380416 ], [ 120.1217743, 30.2380355 ], [ 120.121808, 30.2379857 ], [ 120.1218175, 30.2379382 ], [ 120.1218175, 30.2378822 ], [ 120.1218031, 30.2378196 ], [ 120.1217568, 30.237605 ], [ 120.1217568, 30.2375553 ], [ 120.1217748, 30.2374732 ], [ 120.1218037, 30.237403 ], [ 120.1218278, 30.2373785 ], [ 120.1218608, 30.237345 ], [ 120.1220948, 30.2372496 ], [ 120.1224068, 30.237111 ], [ 120.1226581, 30.236851 ], [ 120.1226706, 30.2368272 ], [ 120.1228314, 30.2365217 ], [ 120.1228545, 30.236472 ], [ 120.1228932, 30.2363885 ], [ 120.1229441, 30.236279 ], [ 120.1229888, 30.236059 ], [ 120.1230481, 30.2357677 ], [ 120.1231369, 30.235658 ], [ 120.1231704, 30.2356166 ], [ 120.1232847, 30.2355548 ], [ 120.1235681, 30.2354211 ], [ 120.1238861, 30.2353102 ], [ 120.1239709, 30.2352806 ], [ 120.1240835, 30.2352259 ], [ 120.1241614, 30.2351737 ], [ 120.1243423, 30.2350028 ], [ 120.1244597, 30.2348734 ], [ 120.1245404, 30.2347709 ], [ 120.1247106, 30.234521 ], [ 120.1247835, 30.2344661 ], [ 120.1248965, 30.2344097 ], [ 120.1251393, 30.2343189 ], [ 120.1251963, 30.2342751 ], [ 120.1252412, 30.2342356 ], [ 120.1252656, 30.2341659 ], [ 120.1252522, 30.2340845 ], [ 120.12516, 30.2338853 ], [ 120.1250903, 30.2337567 ], [ 120.1250109, 30.2335757 ], [ 120.1250075, 30.2334818 ], [ 120.1250149, 30.2333748 ], [ 120.1250349, 30.2333132 ], [ 120.1250837, 30.2332407 ], [ 120.1252233, 30.2330465 ], [ 120.1252469, 30.2329813 ], [ 120.1253706, 30.2326392 ], [ 120.1258906, 30.2317379 ], [ 120.1259776, 30.2316633 ], [ 120.1263945, 30.2312986 ], [ 120.1260652, 30.2309359 ], [ 120.1257886, 30.2306871 ], [ 120.1257434, 30.2305749 ], [ 120.1254272, 30.2303066 ], [ 120.1255796, 30.2301066 ], [ 120.1256418, 30.2298285 ], [ 120.1256418, 30.2296236 ], [ 120.1258845, 30.2297553 ], [ 120.1261499, 30.2298675 ], [ 120.1266186, 30.22997 ], [ 120.1269912, 30.2300334 ], [ 120.1271776, 30.2301114 ], [ 120.1273921, 30.2300285 ], [ 120.1276575, 30.229848 ], [ 120.1279342, 30.2294772 ], [ 120.1279398, 30.2293309 ], [ 120.1278777, 30.2291016 ], [ 120.1278777, 30.2288235 ], [ 120.1279118, 30.2286094 ], [ 120.1280246, 30.2283755 ], [ 120.1281486, 30.2282294 ], [ 120.1291748, 30.2276156 ], [ 120.1288816, 30.2271576 ], [ 120.1281824, 30.2264853 ], [ 120.1281824, 30.2262028 ], [ 120.1283065, 30.2260177 ], [ 120.1285658, 30.2257643 ], [ 120.1286448, 30.2253941 ], [ 120.1286335, 30.2247997 ], [ 120.1287463, 30.2247023 ], [ 120.1289154, 30.2247023 ], [ 120.1290733, 30.2248777 ], [ 120.1293439, 30.2251213 ], [ 120.1296033, 30.2251992 ], [ 120.1300092, 30.2252674 ], [ 120.1310016, 30.2254038 ], [ 120.1314188, 30.2255305 ], [ 120.1318247, 30.225852 ], [ 120.132039, 30.2259397 ], [ 120.1323322, 30.2258812 ], [ 120.1325126, 30.2257741 ], [ 120.1327997, 30.2254775 ], [ 120.1325803, 30.2253064 ], [ 120.1326705, 30.2249069 ], [ 120.132772, 30.2247413 ], [ 120.1327494, 30.2246049 ], [ 120.1324337, 30.2237084 ], [ 120.1322645, 30.2229777 ], [ 120.1320499, 30.2225209 ], [ 120.1319116, 30.2222264 ], [ 120.131273, 30.2206908 ], [ 120.1311729, 30.2204777 ], [ 120.1309366, 30.2198586 ], [ 120.1308479, 30.2195777 ], [ 120.1308036, 30.219182 ], [ 120.130811, 30.2188182 ], [ 120.1309292, 30.2182055 ], [ 120.1309661, 30.2179885 ], [ 120.1310695, 30.2159971 ], [ 120.1310917, 30.2155759 ], [ 120.13104, 30.2152887 ], [ 120.1307962, 30.2141781 ], [ 120.1304269, 30.2123909 ], [ 120.1303732, 30.2118934 ], [ 120.1302718, 30.2109547 ], [ 120.1302349, 30.2105909 ], [ 120.130257, 30.21031 ], [ 120.1305225, 30.2096009 ], [ 120.1317417, 30.2074696 ], [ 120.1318672, 30.2072653 ], [ 120.1320223, 30.2068695 ], [ 120.132074, 30.2067546 ], [ 120.1330266, 30.2059932 ], [ 120.1323413, 30.2054546 ], [ 120.1320171, 30.2060112 ], [ 120.1317993, 30.2062887 ], [ 120.1316596, 30.2064713 ], [ 120.1313447, 30.2061621 ], [ 120.1307161, 30.2063565 ], [ 120.130472, 30.206465 ], [ 120.1304427, 30.2066153 ], [ 120.1297045, 30.2067265 ], [ 120.1292577, 30.2061469 ], [ 120.1285613, 30.2061632 ], [ 120.127128, 30.2063932 ], [ 120.1259349, 30.2071127 ], [ 120.1242183, 30.2076319 ], [ 120.1231368, 30.2078841 ], [ 120.122021, 30.2081067 ], [ 120.1210769, 30.208255 ], [ 120.1204589, 30.208522 ], [ 120.1197379, 30.2090264 ], [ 120.1194976, 30.2092786 ], [ 120.1194118, 30.2099314 ], [ 120.1188968, 30.2110736 ], [ 120.1185192, 30.2118005 ], [ 120.1189483, 30.2120082 ], [ 120.1193603, 30.2126461 ], [ 120.1195835, 30.2128389 ], [ 120.1200519, 30.2129739 ], [ 120.1201499, 30.2130021 ], [ 120.1204246, 30.2130169 ], [ 120.1205963, 30.2132988 ], [ 120.1208194, 30.2134471 ], [ 120.1209911, 30.213551 ], [ 120.1206993, 30.2138031 ], [ 120.1198581, 30.2145152 ], [ 120.1196521, 30.2147822 ], [ 120.119017, 30.2151976 ], [ 120.1188281, 30.2154201 ], [ 120.1188625, 30.2158354 ], [ 120.1191028, 30.2161469 ], [ 120.1191028, 30.2164584 ], [ 120.119017, 30.2168293 ], [ 120.1188968, 30.2170369 ], [ 120.1186393, 30.2172001 ], [ 120.1183303, 30.2173781 ], [ 120.1172832, 30.2177638 ], [ 120.1169742, 30.2178973 ], [ 120.116957, 30.2182681 ], [ 120.116751, 30.218639 ], [ 120.1165279, 30.2190098 ], [ 120.1164469, 30.2195007 ], [ 120.1163523, 30.2195453 ], [ 120.1159154, 30.2195404 ], [ 120.1157675, 30.2195406 ], [ 120.1154419, 30.2195542 ], [ 120.1151233, 30.219569 ], [ 120.1146425, 30.2195826 ], [ 120.1144392, 30.2195641 ], [ 120.1142264, 30.2195577 ], [ 120.1139538, 30.2195789 ], [ 120.1138272, 30.2195935 ], [ 120.1136947, 30.219627 ], [ 120.1136856, 30.219579 ], [ 120.11363, 30.2194425 ], [ 120.1135674, 30.2193111 ], [ 120.1134577, 30.2190841 ], [ 120.1133634, 30.2189969 ], [ 120.1130684, 30.218875 ], [ 120.1129169, 30.2188702 ], [ 120.1127926, 30.2188656 ], [ 120.1127167, 30.2188375 ], [ 120.1126818, 30.2187285 ], [ 120.1120099, 30.218593 ], [ 120.1114434, 30.2183111 ], [ 120.1110142, 30.2179848 ], [ 120.1103276, 30.2179106 ], [ 120.1096753, 30.2176139 ], [ 120.1090916, 30.2170354 ], [ 120.1088513, 30.2169761 ], [ 120.1085251, 30.2170799 ], [ 120.1082162, 30.2173024 ], [ 120.107169, 30.217703 ], [ 120.1065854, 30.2178068 ], [ 120.1058301, 30.2178958 ], [ 120.1051615, 30.2180924 ], [ 120.1046867, 30.2181239 ], [ 120.1038102, 30.2179766 ], [ 120.1037372, 30.2176611 ], [ 120.103652, 30.2175769 ], [ 120.1036154, 30.2173455 ], [ 120.1035302, 30.2169142 ], [ 120.103372, 30.2165565 ], [ 120.1032137, 30.216546 ], [ 120.1029459, 30.2166828 ], [ 120.1026659, 30.216788 ], [ 120.1025198, 30.2169457 ], [ 120.1023251, 30.2170615 ], [ 120.1020938, 30.2171246 ], [ 120.1020451, 30.2172508 ], [ 120.102179, 30.2172929 ], [ 120.1023738, 30.2173876 ], [ 120.1024974, 30.2174862 ], [ 120.1025832, 30.2176494 ], [ 120.1026347, 30.2178719 ], [ 120.1025145, 30.2180944 ], [ 120.1025832, 30.2182724 ], [ 120.102566, 30.2184504 ], [ 120.102463, 30.2186284 ], [ 120.1021884, 30.2187916 ], [ 120.1020167, 30.2190438 ], [ 120.1016562, 30.2191328 ], [ 120.1011241, 30.2192218 ], [ 120.1004031, 30.2194146 ], [ 120.1003001, 30.2197261 ], [ 120.0998881, 30.2198299 ], [ 120.0995963, 30.2199189 ], [ 120.0991671, 30.2196668 ], [ 120.0989611, 30.2196964 ], [ 120.0983775, 30.2199931 ], [ 120.098017, 30.2201563 ], [ 120.0978453, 30.2203491 ], [ 120.0978797, 30.2205864 ], [ 120.0979827, 30.2209721 ], [ 120.0975192, 30.2208682 ], [ 120.0971587, 30.2205716 ], [ 120.0959914, 30.2211204 ], [ 120.0956481, 30.2212094 ], [ 120.0952017, 30.2210759 ], [ 120.0948808, 30.2209402 ], [ 120.0943949, 30.2207347 ], [ 120.0938971, 30.2204974 ], [ 120.0935998, 30.2203638 ], [ 120.093468, 30.2203046 ], [ 120.0931933, 30.2200524 ], [ 120.092953, 30.2199338 ], [ 120.0924552, 30.2197706 ], [ 120.0917367, 30.220081 ], [ 120.0914002, 30.2202264 ], [ 120.0913565, 30.2202453 ], [ 120.0914767, 30.2206161 ], [ 120.0916484, 30.2211204 ], [ 120.0918372, 30.2217879 ], [ 120.0920088, 30.2219659 ], [ 120.0924208, 30.2220994 ], [ 120.0929015, 30.2222625 ], [ 120.0929187, 30.2227224 ], [ 120.0929702, 30.2229745 ], [ 120.0930388, 30.2233008 ], [ 120.0925582, 30.223642 ], [ 120.0926612, 30.2240276 ], [ 120.0928328, 30.2243985 ], [ 120.093262, 30.224443 ], [ 120.0937426, 30.224443 ], [ 120.0943263, 30.2245171 ], [ 120.0948069, 30.2246506 ], [ 120.0950644, 30.2247693 ], [ 120.0956652, 30.2251846 ], [ 120.0961974, 30.2255554 ], [ 120.0965922, 30.2257631 ], [ 120.0968497, 30.2260152 ], [ 120.0973647, 30.22603 ], [ 120.0977595, 30.2261042 ], [ 120.0981372, 30.2264305 ], [ 120.098532, 30.2267123 ], [ 120.098944, 30.2268161 ], [ 120.0994075, 30.2267865 ], [ 120.1000426, 30.2267865 ], [ 120.1002888, 30.2268047 ], [ 120.1006434, 30.226831 ], [ 120.1011756, 30.2269051 ], [ 120.1015361, 30.2270683 ], [ 120.102051, 30.2274243 ], [ 120.102051, 30.2276467 ], [ 120.1019137, 30.228952 ], [ 120.1020167, 30.2295452 ], [ 120.1021025, 30.2299012 ], [ 120.1024974, 30.2304796 ], [ 120.1024802, 30.2307614 ], [ 120.1021197, 30.231236 ], [ 120.1018794, 30.2317107 ], [ 120.101948, 30.2320221 ], [ 120.1021884, 30.2321853 ], [ 120.1027548, 30.2324819 ], [ 120.1030123, 30.2327637 ], [ 120.1034072, 30.2330306 ], [ 120.1035788, 30.2332086 ], [ 120.1038706, 30.2334014 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三台云水", "area_sqm": 1.4620115335e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1286822, 30.2318235 ], [ 120.1287753, 30.2318542 ], [ 120.1289031, 30.2318966 ], [ 120.1295706, 30.2320493 ], [ 120.1296376, 30.2320495 ], [ 120.1300815, 30.2314018 ], [ 120.1310134, 30.2304367 ], [ 120.1316454, 30.2298271 ], [ 120.1319923, 30.229756 ], [ 120.1324009, 30.2298576 ], [ 120.1333125, 30.2304407 ], [ 120.1338619, 30.2296163 ], [ 120.1345368, 30.2286684 ], [ 120.1339088, 30.2278776 ], [ 120.1337545, 30.2276201 ], [ 120.1336507, 30.2272062 ], [ 120.1336454, 30.2267832 ], [ 120.1333793, 30.2268568 ], [ 120.1331983, 30.2269303 ], [ 120.132404, 30.2275664 ], [ 120.1314998, 30.228044 ], [ 120.1314023, 30.2281046 ], [ 120.1312743, 30.2281362 ], [ 120.1310701, 30.228152 ], [ 120.1306952, 30.2281309 ], [ 120.1305093, 30.2281283 ], [ 120.1303843, 30.2281467 ], [ 120.130238, 30.2282099 ], [ 120.1299912, 30.2284311 ], [ 120.1295188, 30.2290868 ], [ 120.1284307, 30.2305299 ], [ 120.1282082, 30.2307959 ], [ 120.1279797, 30.2309222 ], [ 120.1277633, 30.2309749 ], [ 120.1277633, 30.2310302 ], [ 120.1284429, 30.2316385 ], [ 120.1286822, 30.2318235 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.5502855e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1340396, 30.2306774 ], [ 120.1340805, 30.2306734 ], [ 120.1341187, 30.2306571 ], [ 120.1341509, 30.2306351 ], [ 120.1341563, 30.2306062 ], [ 120.1341536, 30.2305639 ], [ 120.1341241, 30.2305279 ], [ 120.1340919, 30.2305117 ], [ 120.134047, 30.2305024 ], [ 120.1339913, 30.2305042 ], [ 120.1339122, 30.230514 ], [ 120.1338713, 30.2305262 ], [ 120.1338552, 30.2305389 ], [ 120.1338378, 30.2305633 ], [ 120.1338317, 30.2305911 ], [ 120.1338378, 30.2306137 ], [ 120.1338606, 30.2306398 ], [ 120.1339558, 30.2306699 ], [ 120.1340396, 30.2306774 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "花港观鱼", "area_sqm": 2.392753363e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1307415, 30.2346658 ], [ 120.1308566, 30.2347172 ], [ 120.1310181, 30.2347385 ], [ 120.1312582, 30.2348975 ], [ 120.1310922, 30.2352116 ], [ 120.1311617, 30.23558 ], [ 120.1313749, 30.2356885 ], [ 120.1315365, 30.2356226 ], [ 120.1330422, 30.2339345 ], [ 120.1336356, 30.2338989 ], [ 120.1337848, 30.2336631 ], [ 120.1348225, 30.2344802 ], [ 120.1348987, 30.2346556 ], [ 120.1354064, 30.2347434 ], [ 120.1363966, 30.2346282 ], [ 120.1365648, 30.2345624 ], [ 120.1373867, 30.2348201 ], [ 120.1378024, 30.2341292 ], [ 120.1377294, 30.2340744 ], [ 120.1377961, 30.2338934 ], [ 120.1376533, 30.2333999 ], [ 120.1373835, 30.2332244 ], [ 120.1368567, 30.233027 ], [ 120.1359808, 30.2314998 ], [ 120.1362728, 30.2311433 ], [ 120.1372346, 30.2299627 ], [ 120.1367686, 30.2297651 ], [ 120.1350168, 30.2289042 ], [ 120.134801, 30.228863 ], [ 120.1346994, 30.228874 ], [ 120.1346138, 30.2289316 ], [ 120.1340584, 30.2297295 ], [ 120.1303829, 30.2345713 ], [ 120.1306396, 30.2346463 ], [ 120.1307415, 30.2346658 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.09014201e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1695792, 30.2296952 ], [ 120.169606, 30.2298991 ], [ 120.169708, 30.2299872 ], [ 120.1697241, 30.2301633 ], [ 120.1698528, 30.2302051 ], [ 120.1698582, 30.230358 ], [ 120.1699333, 30.2304044 ], [ 120.1699333, 30.2306407 ], [ 120.170062, 30.2306454 ], [ 120.1701205, 30.2308317 ], [ 120.1701478, 30.2309188 ], [ 120.1701049, 30.230942 ], [ 120.17018, 30.2310949 ], [ 120.1701183, 30.2311506 ], [ 120.1702846, 30.2317369 ], [ 120.1702149, 30.2318481 ], [ 120.1704429, 30.2319223 ], [ 120.1704107, 30.2321471 ], [ 120.1706119, 30.2321494 ], [ 120.1708023, 30.2325897 ], [ 120.1706467, 30.2327357 ], [ 120.1706762, 30.2329628 ], [ 120.1710625, 30.2328539 ], [ 120.170813, 30.2320335 ], [ 120.170695, 30.2316395 ], [ 120.1703088, 30.2307775 ], [ 120.1701116, 30.2303093 ], [ 120.1699225, 30.229927 ], [ 120.1697428, 30.2295747 ], [ 120.1696034, 30.2292792 ], [ 120.1694076, 30.2293151 ], [ 120.1694827, 30.2296952 ], [ 120.1695792, 30.2296952 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.712067e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1660847, 30.231775 ], [ 120.1658996, 30.2311841 ], [ 120.1658191, 30.2309454 ], [ 120.1658084, 30.2309685 ], [ 120.1658594, 30.2311169 ], [ 120.1659103, 30.231344 ], [ 120.1659962, 30.2319998 ], [ 120.1660337, 30.232111 ], [ 120.1662148, 30.232147 ], [ 120.1660847, 30.231775 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.70848995e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1657481, 30.2326507 ], [ 120.1658363, 30.2336321 ], [ 120.1657404, 30.2345188 ], [ 120.1659521, 30.2344914 ], [ 120.1659206, 30.2331963 ], [ 120.165763, 30.2321857 ], [ 120.16571, 30.232188 ], [ 120.1657253, 30.2323629 ], [ 120.1657481, 30.2326507 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.9552677e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1664794, 30.2352658 ], [ 120.1664901, 30.2345845 ], [ 120.1665786, 30.2338545 ], [ 120.1664901, 30.2332381 ], [ 120.1662997, 30.2323088 ], [ 120.1662423, 30.2322982 ], [ 120.1660863, 30.2323205 ], [ 120.1661629, 30.2326796 ], [ 120.1662433, 30.2331431 ], [ 120.1662648, 30.2336112 ], [ 120.1662863, 30.2341674 ], [ 120.1662916, 30.2347606 ], [ 120.1663184, 30.2351545 ], [ 120.1663479, 30.2353955 ], [ 120.1665035, 30.235377 ], [ 120.1664794, 30.2352658 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.0764808e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.171463, 30.2347605 ], [ 120.1714523, 30.2346308 ], [ 120.1715918, 30.2337873 ], [ 120.1713665, 30.2329113 ], [ 120.1711787, 30.2329206 ], [ 120.1713718, 30.2338475 ], [ 120.1713772, 30.2341349 ], [ 120.1712581, 30.2351281 ], [ 120.1715469, 30.2349658 ], [ 120.171463, 30.2347605 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.8862674e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1709445, 30.233211 ], [ 120.1708425, 30.2332412 ], [ 120.1708694, 30.2333292 ], [ 120.1709981, 30.2333084 ], [ 120.1710544, 30.2334752 ], [ 120.1709659, 30.2334984 ], [ 120.1711456, 30.2338877 ], [ 120.170982, 30.2339549 ], [ 120.1709176, 30.2338298 ], [ 120.1708157, 30.2338668 ], [ 120.1707031, 30.233649 ], [ 120.1706414, 30.2336861 ], [ 120.1706736, 30.2337695 ], [ 120.1706387, 30.2338043 ], [ 120.1706977, 30.2339155 ], [ 120.1706092, 30.2339966 ], [ 120.1706414, 30.2340963 ], [ 120.1707862, 30.2340638 ], [ 120.1708184, 30.2341194 ], [ 120.1709632, 30.2341357 ], [ 120.1709498, 30.2342492 ], [ 120.1707674, 30.2342399 ], [ 120.1707513, 30.2342121 ], [ 120.1706199, 30.2342492 ], [ 120.1707299, 30.2346061 ], [ 120.1709418, 30.2346246 ], [ 120.1709243, 30.2347729 ], [ 120.1707299, 30.2347648 ], [ 120.1707527, 30.2348587 ], [ 120.1708613, 30.2348992 ], [ 120.1707849, 30.2350881 ], [ 120.1707299, 30.2351136 ], [ 120.1707943, 30.235277 ], [ 120.1711134, 30.2351657 ], [ 120.17121, 30.234664 ], [ 120.1712556, 30.2342524 ], [ 120.1712556, 30.2338631 ], [ 120.1710711, 30.2329024 ], [ 120.1708492, 30.2329728 ], [ 120.170915, 30.2330859 ], [ 120.1709445, 30.233211 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.4004625e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1724107, 30.2348497 ], [ 120.1721738, 30.2348266 ], [ 120.1721604, 30.2349193 ], [ 120.1721309, 30.2351417 ], [ 120.1723528, 30.2351679 ], [ 120.1724107, 30.2348497 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "太庙公园", "area_sqm": 9.9457713e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1656004, 30.2346267 ], [ 120.1643843, 30.23477 ], [ 120.1645111, 30.2355729 ], [ 120.1657272, 30.2354296 ], [ 120.1656004, 30.2346267 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.59508375e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1713425, 30.2354752 ], [ 120.1716131, 30.2357637 ], [ 120.1721745, 30.2363382 ], [ 120.1723584, 30.2365316 ], [ 120.1723593, 30.236464 ], [ 120.1723236, 30.2362468 ], [ 120.1722852, 30.2360691 ], [ 120.1721098, 30.2360468 ], [ 120.1720556, 30.2358959 ], [ 120.171936, 30.2357808 ], [ 120.1713827, 30.2350994 ], [ 120.1712738, 30.2351602 ], [ 120.171284, 30.2353177 ], [ 120.1713425, 30.2354752 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.3691613e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1712939, 30.2355669 ], [ 120.1711785, 30.2354278 ], [ 120.1710847, 30.2352447 ], [ 120.1709328, 30.2353057 ], [ 120.1713942, 30.2359685 ], [ 120.1715122, 30.2360403 ], [ 120.1717322, 30.2363277 ], [ 120.1718345, 30.2365006 ], [ 120.172044, 30.2365715 ], [ 120.1722437, 30.2366749 ], [ 120.1723605, 30.2365957 ], [ 120.1721924, 30.2364776 ], [ 120.1717672, 30.2360628 ], [ 120.1715433, 30.2358403 ], [ 120.1712939, 30.2355669 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.0817422894999997e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0945463, 30.0912906 ], [ 120.0962485, 30.0915359 ], [ 120.0972446, 30.0915096 ], [ 120.0981185, 30.0920459 ], [ 120.0998942, 30.089742 ], [ 120.0986866, 30.0880087 ], [ 120.0981713, 30.0875227 ], [ 120.0965538, 30.0867037 ], [ 120.0953168, 30.0860532 ], [ 120.094116, 30.0857241 ], [ 120.0934207, 30.0858783 ], [ 120.0932648, 30.0861538 ], [ 120.0927631, 30.0866917 ], [ 120.0925826, 30.0872678 ], [ 120.092215, 30.087528 ], [ 120.0924383, 30.0882256 ], [ 120.0928352, 30.0881669 ], [ 120.0927121, 30.0883979 ], [ 120.0928555, 30.089763 ], [ 120.0923267, 30.0898191 ], [ 120.092224, 30.0901487 ], [ 120.0928679, 30.0901554 ], [ 120.0927072, 30.0906174 ], [ 120.0938792, 30.0905347 ], [ 120.0945463, 30.0912906 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三阳村潘家埭健身公园", "area_sqm": 4.5899563e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0636101, 30.0946719 ], [ 120.0627189, 30.0947797 ], [ 120.0624772, 30.0948559 ], [ 120.063458, 30.0953017 ], [ 120.0638864, 30.0947811 ], [ 120.0636101, 30.0946719 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三匠之江足球公园", "area_sqm": 6.3541024e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0981932, 30.1197393 ], [ 120.0968348, 30.1198862 ], [ 120.0968954, 30.120331 ], [ 120.0982594, 30.1202159 ], [ 120.0981932, 30.1197393 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "铜鉴湖公园", "area_sqm": 0.00015320601327499999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678648, 30.1157756 ], [ 120.065766, 30.115947 ], [ 120.0651443, 30.1159981 ], [ 120.0649433, 30.1160147 ], [ 120.0616535, 30.1162853 ], [ 120.0584841, 30.1165517 ], [ 120.0517141, 30.1170986 ], [ 120.0517808, 30.1179744 ], [ 120.050631, 30.1189777 ], [ 120.0501808, 30.11847 ], [ 120.0501134, 30.1186384 ], [ 120.0499885, 30.1188739 ], [ 120.0498105, 30.1191215 ], [ 120.0496164, 30.1193427 ], [ 120.0483501, 30.1205499 ], [ 120.0479958, 30.1208884 ], [ 120.04774, 30.1212002 ], [ 120.0475952, 30.121432 ], [ 120.047435, 30.1218051 ], [ 120.0473641, 30.1221463 ], [ 120.0470992, 30.1256213 ], [ 120.0522157, 30.1248551 ], [ 120.0573319, 30.1240889 ], [ 120.0582839, 30.1238884 ], [ 120.0593403, 30.1236817 ], [ 120.0602145, 30.1235868 ], [ 120.0608551, 30.1235777 ], [ 120.0613276, 30.123596 ], [ 120.0618779, 30.1236787 ], [ 120.0621929, 30.123743 ], [ 120.0626106, 30.1238593 ], [ 120.0631627, 30.1240322 ], [ 120.063421, 30.1240904 ], [ 120.0636918, 30.124118 ], [ 120.0647123, 30.124087 ], [ 120.0653074, 30.124069 ], [ 120.0656631, 30.1240276 ], [ 120.0660047, 30.1239312 ], [ 120.0672664, 30.1234613 ], [ 120.0675884, 30.1233787 ], [ 120.0677973, 30.1233566 ], [ 120.0678928, 30.1233465 ], [ 120.068229, 30.1233542 ], [ 120.0685653, 30.1234154 ], [ 120.06866, 30.1234471 ], [ 120.0689121, 30.1235317 ], [ 120.0693368, 30.1237185 ], [ 120.0694377, 30.1237491 ], [ 120.0695421, 30.1237445 ], [ 120.0700181, 30.1235195 ], [ 120.0700676, 30.1234598 ], [ 120.0700818, 30.1234001 ], [ 120.0696412, 30.122996 ], [ 120.0694503, 30.1227797 ], [ 120.0692696, 30.1225751 ], [ 120.06899, 30.1221404 ], [ 120.0687741, 30.1217363 ], [ 120.0686732, 30.1214608 ], [ 120.0685582, 30.1212373 ], [ 120.0685051, 30.1209618 ], [ 120.0684945, 30.1206909 ], [ 120.0683334, 30.119324 ], [ 120.0680521, 30.1167218 ], [ 120.0679972, 30.1165213 ], [ 120.0679282, 30.1158723 ], [ 120.0679143, 30.1158001 ], [ 120.0678648, 30.1157756 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.316740135e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0967026, 30.1215656 ], [ 120.0967178, 30.1216997 ], [ 120.0969645, 30.1215327 ], [ 120.096767, 30.1210475 ], [ 120.0967771, 30.1208552 ], [ 120.0968463, 30.1205131 ], [ 120.0966889, 30.1204696 ], [ 120.096587, 30.120411 ], [ 120.0961088, 30.1204073 ], [ 120.0959775, 30.1204981 ], [ 120.0960485, 30.1214995 ], [ 120.0959609, 30.1215696 ], [ 120.0958351, 30.1216769 ], [ 120.0957288, 30.1217638 ], [ 120.0958546, 30.1218001 ], [ 120.0958016, 30.1218965 ], [ 120.0959229, 30.1220869 ], [ 120.0963939, 30.1220983 ], [ 120.0967026, 30.1215656 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "铜鉴湖", "area_sqm": 3.636520446e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0521621, 30.1295985 ], [ 120.0530856, 30.1291929 ], [ 120.0534678, 30.1288991 ], [ 120.0538076, 30.1285317 ], [ 120.0540524, 30.1284996 ], [ 120.0547419, 30.1284093 ], [ 120.054926, 30.1282746 ], [ 120.054657, 30.1272094 ], [ 120.0548465, 30.1269133 ], [ 120.0550958, 30.1265237 ], [ 120.0551523, 30.1264404 ], [ 120.056101, 30.1250421 ], [ 120.0572606, 30.1241495 ], [ 120.0470712, 30.1256838 ], [ 120.0465168, 30.126242 ], [ 120.0462219, 30.1265335 ], [ 120.0452978, 30.127447 ], [ 120.0451892, 30.1275544 ], [ 120.0447331, 30.1280052 ], [ 120.0443508, 30.1290582 ], [ 120.0458896, 30.1286342 ], [ 120.0472388, 30.1282624 ], [ 120.0478476, 30.1286664 ], [ 120.0504241, 30.1286664 ], [ 120.0512735, 30.1299888 ], [ 120.0518476, 30.1297366 ], [ 120.0521621, 30.1295985 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "南村世纪公园", "area_sqm": 1.31727306e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0987496, 30.1272887 ], [ 120.0986767, 30.1272936 ], [ 120.0986338, 30.1265605 ], [ 120.0973264, 30.1266406 ], [ 120.097397, 30.1273793 ], [ 120.0977937, 30.1275311 ], [ 120.0980091, 30.1275553 ], [ 120.098054, 30.1277123 ], [ 120.0987919, 30.1276604 ], [ 120.0987496, 30.1272887 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "凤凰公园", "area_sqm": 5.480204355e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0720267, 30.1459104 ], [ 120.0720177, 30.1458324 ], [ 120.0719463, 30.1452099 ], [ 120.0715739, 30.1451674 ], [ 120.0699936, 30.1449873 ], [ 120.0693284, 30.1448759 ], [ 120.068792, 30.1449084 ], [ 120.068513, 30.1449594 ], [ 120.0684379, 30.1450615 ], [ 120.068572, 30.1456924 ], [ 120.0696932, 30.1461052 ], [ 120.0709527, 30.1460789 ], [ 120.0710236, 30.1460774 ], [ 120.0713079, 30.1480582 ], [ 120.0723003, 30.1480767 ], [ 120.0720267, 30.1459104 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "双流公园", "area_sqm": 3.44037706e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0593121, 30.1468782 ], [ 120.0591616, 30.146644 ], [ 120.0589269, 30.1465295 ], [ 120.0587704, 30.1464983 ], [ 120.0586199, 30.1464931 ], [ 120.0583852, 30.1465868 ], [ 120.0582528, 30.1466596 ], [ 120.0581685, 30.1468418 ], [ 120.0580903, 30.14705 ], [ 120.0580783, 30.1472737 ], [ 120.0582889, 30.1490797 ], [ 120.0599139, 30.1489548 ], [ 120.0593121, 30.1468782 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "象山海塘公园", "area_sqm": 2.52130325e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0806554, 30.1558585 ], [ 120.0807229, 30.1558374 ], [ 120.0807844, 30.1556864 ], [ 120.0816045, 30.1559877 ], [ 120.0822718, 30.154324 ], [ 120.0808829, 30.1539266 ], [ 120.0805974, 30.1546386 ], [ 120.0804641, 30.1550995 ], [ 120.0803268, 30.1556627 ], [ 120.0805811, 30.1557655 ], [ 120.0806554, 30.1558585 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "杭州灵山景区", "area_sqm": 0.00074776052087500002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0028517, 30.1316467 ], [ 120.0031182, 30.1317177 ], [ 120.0035898, 30.1319837 ], [ 120.0046661, 30.1319659 ], [ 120.0050659, 30.1319482 ], [ 120.0054555, 30.1319216 ], [ 120.0059578, 30.1318684 ], [ 120.0060603, 30.1317886 ], [ 120.0061833, 30.1316379 ], [ 120.0063371, 30.1314251 ], [ 120.0064396, 30.131168 ], [ 120.0063371, 30.1307335 ], [ 120.0063474, 30.1304498 ], [ 120.0060911, 30.1303168 ], [ 120.0057835, 30.1301838 ], [ 120.0054042, 30.1300331 ], [ 120.0052197, 30.1298912 ], [ 120.0048199, 30.1297582 ], [ 120.0045739, 30.1295987 ], [ 120.0042971, 30.1294745 ], [ 120.0038768, 30.1293947 ], [ 120.003641, 30.1293947 ], [ 120.0034975, 30.1293061 ], [ 120.0038255, 30.1292174 ], [ 120.0041228, 30.1292174 ], [ 120.0043791, 30.1292617 ], [ 120.0046456, 30.1294125 ], [ 120.0048814, 30.1295987 ], [ 120.0052197, 30.1296873 ], [ 120.0054042, 30.129705 ], [ 120.005681, 30.129776 ], [ 120.0058143, 30.1299444 ], [ 120.0059373, 30.1300774 ], [ 120.0060706, 30.130104 ], [ 120.0062243, 30.1300774 ], [ 120.0063269, 30.1299356 ], [ 120.0063269, 30.1297582 ], [ 120.0061526, 30.1295189 ], [ 120.0060193, 30.1293327 ], [ 120.0058553, 30.1291642 ], [ 120.0057118, 30.1289957 ], [ 120.0055888, 30.1288273 ], [ 120.0054965, 30.1287209 ], [ 120.0053632, 30.1285347 ], [ 120.0052095, 30.1284638 ], [ 120.0050147, 30.1283751 ], [ 120.0048507, 30.1282332 ], [ 120.0049224, 30.1280914 ], [ 120.0050967, 30.1281091 ], [ 120.0055068, 30.128384 ], [ 120.005722, 30.1285702 ], [ 120.0059681, 30.1287386 ], [ 120.0062141, 30.1288539 ], [ 120.0063576, 30.1289071 ], [ 120.0065319, 30.1288361 ], [ 120.0067164, 30.1284726 ], [ 120.0067369, 30.1283042 ], [ 120.0069214, 30.1280825 ], [ 120.0071169, 30.1278815 ], [ 120.0071892, 30.1274557 ], [ 120.0074209, 30.1275183 ], [ 120.0076091, 30.1273931 ], [ 120.0077973, 30.1271552 ], [ 120.0079565, 30.1269925 ], [ 120.0082316, 30.1269925 ], [ 120.0082316, 30.1273055 ], [ 120.0081447, 30.1276561 ], [ 120.0079565, 30.1280067 ], [ 120.0078986, 30.1283322 ], [ 120.0076091, 30.1285451 ], [ 120.0075946, 30.1288706 ], [ 120.0073919, 30.1292588 ], [ 120.0074209, 30.1294466 ], [ 120.0076235, 30.1296219 ], [ 120.0081013, 30.1297846 ], [ 120.0084198, 30.1300601 ], [ 120.0087672, 30.1302479 ], [ 120.009216, 30.1304482 ], [ 120.0096792, 30.1304983 ], [ 120.0100846, 30.1306235 ], [ 120.0102293, 30.1304733 ], [ 120.0104031, 30.1302354 ], [ 120.0105478, 30.1299224 ], [ 120.0106347, 30.1297345 ], [ 120.0107215, 30.1294591 ], [ 120.0109676, 30.1292588 ], [ 120.011069, 30.1291586 ], [ 120.0112572, 30.1292087 ], [ 120.0111993, 30.1296344 ], [ 120.0109242, 30.1300976 ], [ 120.0106781, 30.1305609 ], [ 120.0106492, 30.1308489 ], [ 120.0106492, 30.1311869 ], [ 120.0109242, 30.131525 ], [ 120.0110835, 30.1317128 ], [ 120.0115612, 30.1319257 ], [ 120.0119086, 30.1318505 ], [ 120.0122126, 30.1315626 ], [ 120.0121982, 30.1313497 ], [ 120.01201, 30.1310743 ], [ 120.0122126, 30.1308739 ], [ 120.0125022, 30.1306986 ], [ 120.0128351, 30.1310117 ], [ 120.0132115, 30.1310492 ], [ 120.0135879, 30.1309115 ], [ 120.0137906, 30.1306986 ], [ 120.0142249, 30.130586 ], [ 120.0144276, 30.1304733 ], [ 120.0148185, 30.1300851 ], [ 120.0150066, 30.1299349 ], [ 120.0149922, 30.1298097 ], [ 120.0146592, 30.1297095 ], [ 120.0144276, 30.1296093 ], [ 120.014138, 30.129434 ], [ 120.0140367, 30.1292838 ], [ 120.0140367, 30.1290709 ], [ 120.0141815, 30.1289207 ], [ 120.0142104, 30.1291711 ], [ 120.0143552, 30.1293339 ], [ 120.0146013, 30.1295217 ], [ 120.0148329, 30.1295217 ], [ 120.015079, 30.1296344 ], [ 120.0153541, 30.129697 ], [ 120.0159042, 30.1297971 ], [ 120.0161648, 30.1296719 ], [ 120.0162661, 30.1293965 ], [ 120.0165991, 30.1293464 ], [ 120.0167583, 30.1292713 ], [ 120.0167873, 30.1290709 ], [ 120.0167583, 30.1289207 ], [ 120.0164688, 30.1287704 ], [ 120.0162082, 30.1286077 ], [ 120.0160345, 30.1283572 ], [ 120.0163095, 30.1282696 ], [ 120.0165991, 30.128207 ], [ 120.0168162, 30.1281945 ], [ 120.0170623, 30.1280067 ], [ 120.0171781, 30.1278314 ], [ 120.0171781, 30.1276185 ], [ 120.0170768, 30.1273806 ], [ 120.0170044, 30.1271928 ], [ 120.01699, 30.1269925 ], [ 120.0171058, 30.1268422 ], [ 120.0172505, 30.1268172 ], [ 120.0175835, 30.1269173 ], [ 120.0176993, 30.1270551 ], [ 120.0175835, 30.1276436 ], [ 120.0175256, 30.1279441 ], [ 120.0175401, 30.1284324 ], [ 120.0176125, 30.1288205 ], [ 120.0175545, 30.1296719 ], [ 120.0178441, 30.1298848 ], [ 120.0180612, 30.1298848 ], [ 120.0182349, 30.1295968 ], [ 120.01851, 30.1294716 ], [ 120.0190601, 30.1296469 ], [ 120.0189733, 30.130323 ], [ 120.0188864, 30.1305484 ], [ 120.0189877, 30.1308113 ], [ 120.0192628, 30.130949 ], [ 120.0196826, 30.1310868 ], [ 120.0199287, 30.1311995 ], [ 120.0202472, 30.1311995 ], [ 120.0206091, 30.1310617 ], [ 120.0211303, 30.1312245 ], [ 120.0219265, 30.1311369 ], [ 120.0221602, 30.1311012 ], [ 120.0224187, 30.1310617 ], [ 120.0226938, 30.1309741 ], [ 120.0227951, 30.1308113 ], [ 120.0228675, 30.1305985 ], [ 120.0226359, 30.1300601 ], [ 120.0225345, 30.1297721 ], [ 120.0223753, 30.1294716 ], [ 120.0232584, 30.12852 ], [ 120.0232728, 30.1273681 ], [ 120.0230702, 30.1271427 ], [ 120.0230412, 30.1268172 ], [ 120.0230123, 30.1265918 ], [ 120.0238374, 30.1262036 ], [ 120.0245613, 30.1259782 ], [ 120.0252417, 30.1257403 ], [ 120.0256036, 30.1255901 ], [ 120.0257484, 30.1254649 ], [ 120.0261844, 30.1252927 ], [ 120.0267486, 30.1250664 ], [ 120.0272539, 30.1249515 ], [ 120.0273408, 30.1248263 ], [ 120.0273263, 30.1240249 ], [ 120.0273118, 30.1237244 ], [ 120.0279633, 30.1238246 ], [ 120.0284844, 30.1239873 ], [ 120.0288608, 30.1238747 ], [ 120.0292228, 30.1238747 ], [ 120.0299755, 30.123787 ], [ 120.0306704, 30.1237745 ], [ 120.0314956, 30.1236493 ], [ 120.0322773, 30.1234364 ], [ 120.0329143, 30.1232611 ], [ 120.0334644, 30.1230607 ], [ 120.0338987, 30.1227978 ], [ 120.0343186, 30.1225599 ], [ 120.034941, 30.1222719 ], [ 120.0353319, 30.1219588 ], [ 120.0357083, 30.1218712 ], [ 120.0363453, 30.121771 ], [ 120.0366348, 30.1218211 ], [ 120.0369388, 30.122059 ], [ 120.0373297, 30.122347 ], [ 120.0378798, 30.1225098 ], [ 120.0383141, 30.12261 ], [ 120.0388787, 30.1226225 ], [ 120.0395591, 30.1226225 ], [ 120.040254, 30.122635 ], [ 120.0408186, 30.1226475 ], [ 120.0419478, 30.1228604 ], [ 120.0422083, 30.1230357 ], [ 120.042715, 30.1232361 ], [ 120.0427585, 30.1233613 ], [ 120.0423386, 30.1235366 ], [ 120.0417451, 30.1239748 ], [ 120.0413542, 30.1243129 ], [ 120.0406449, 30.1247536 ], [ 120.0403264, 30.1249515 ], [ 120.0400803, 30.1250642 ], [ 120.0400803, 30.1252019 ], [ 120.0402974, 30.125277 ], [ 120.0407317, 30.1251894 ], [ 120.0411516, 30.1251769 ], [ 120.0420491, 30.1253647 ], [ 120.0422969, 30.1254203 ], [ 120.0428308, 30.12554 ], [ 120.043381, 30.1255525 ], [ 120.043656, 30.1254899 ], [ 120.044293, 30.1255525 ], [ 120.0448721, 30.1255901 ], [ 120.0454656, 30.1255776 ], [ 120.0457696, 30.12554 ], [ 120.0457696, 30.1257278 ], [ 120.046754, 30.1256652 ], [ 120.04742, 30.1256026 ], [ 120.0482049, 30.1254971 ], [ 120.0504022, 30.1252019 ], [ 120.0521264, 30.1249437 ], [ 120.0567574, 30.1242503 ], [ 120.0571772, 30.1241752 ], [ 120.0573654, 30.1240249 ], [ 120.0574813, 30.1237745 ], [ 120.0576116, 30.123524 ], [ 120.0577563, 30.1232736 ], [ 120.0579011, 30.1231108 ], [ 120.058263, 30.1228729 ], [ 120.0584512, 30.1226976 ], [ 120.058567, 30.1225474 ], [ 120.0586104, 30.1223846 ], [ 120.0585381, 30.1222218 ], [ 120.0581472, 30.1220966 ], [ 120.0578432, 30.1219463 ], [ 120.0575826, 30.1218587 ], [ 120.057322, 30.1218211 ], [ 120.0571628, 30.1217961 ], [ 120.0568443, 30.1219463 ], [ 120.056685, 30.1221717 ], [ 120.0564245, 30.1223846 ], [ 120.0561205, 30.1225348 ], [ 120.0558164, 30.1225974 ], [ 120.0554835, 30.1227101 ], [ 120.0550781, 30.1227602 ], [ 120.054861, 30.1229606 ], [ 120.0546438, 30.123211 ], [ 120.0543543, 30.1235115 ], [ 120.054195, 30.1239247 ], [ 120.0538766, 30.1242503 ], [ 120.053616, 30.1244506 ], [ 120.053312, 30.1246009 ], [ 120.0521351, 30.1248871 ], [ 120.0516762, 30.1249511 ], [ 120.0508944, 30.124964 ], [ 120.0503442, 30.1248764 ], [ 120.0500981, 30.1247762 ], [ 120.049759, 30.1247979 ], [ 120.0497073, 30.1248012 ], [ 120.0494033, 30.1249139 ], [ 120.0488966, 30.1248764 ], [ 120.0487663, 30.1247887 ], [ 120.0482162, 30.1247136 ], [ 120.0475937, 30.124651 ], [ 120.0472173, 30.1248388 ], [ 120.0471413, 30.1247376 ], [ 120.0470291, 30.1245884 ], [ 120.0468336, 30.1244676 ], [ 120.0467251, 30.1244006 ], [ 120.0464355, 30.1241501 ], [ 120.0464355, 30.1238997 ], [ 120.0464211, 30.1233362 ], [ 120.0463487, 30.1229981 ], [ 120.046175, 30.1227602 ], [ 120.0462329, 30.1224722 ], [ 120.0464211, 30.1218712 ], [ 120.0465658, 30.1216458 ], [ 120.046783, 30.121458 ], [ 120.0468988, 30.1213077 ], [ 120.0468988, 30.1211574 ], [ 120.0467106, 30.1210072 ], [ 120.0465658, 30.120907 ], [ 120.0461894, 30.1209947 ], [ 120.0459433, 30.1209571 ], [ 120.0457551, 30.1207442 ], [ 120.0454366, 30.1205188 ], [ 120.0451905, 30.1203811 ], [ 120.0449734, 30.1202684 ], [ 120.0444378, 30.1202433 ], [ 120.0440179, 30.1201181 ], [ 120.0436994, 30.1198552 ], [ 120.0432796, 30.1190913 ], [ 120.0432217, 30.1186781 ], [ 120.0431928, 30.1182398 ], [ 120.0432217, 30.1180269 ], [ 120.0434533, 30.1179768 ], [ 120.0437139, 30.1180395 ], [ 120.04396, 30.1182899 ], [ 120.0441917, 30.1185529 ], [ 120.044626, 30.1186906 ], [ 120.044901, 30.1185779 ], [ 120.0452774, 30.1184276 ], [ 120.0457696, 30.1182774 ], [ 120.0462329, 30.1181772 ], [ 120.0464645, 30.1180019 ], [ 120.0482307, 30.1175386 ], [ 120.0487663, 30.1174634 ], [ 120.049273, 30.1173883 ], [ 120.0494322, 30.1173132 ], [ 120.0494612, 30.1165743 ], [ 120.0493743, 30.1161861 ], [ 120.0493019, 30.1158731 ], [ 120.0490124, 30.1157103 ], [ 120.0488387, 30.1156352 ], [ 120.0486939, 30.1153722 ], [ 120.0487229, 30.1151343 ], [ 120.048607, 30.1149715 ], [ 120.0484912, 30.1147711 ], [ 120.0485491, 30.114458 ], [ 120.0487373, 30.1142702 ], [ 120.0488087, 30.114238 ], [ 120.0490703, 30.1141199 ], [ 120.0493309, 30.1141074 ], [ 120.0497217, 30.1141199 ], [ 120.0499389, 30.1140072 ], [ 120.0501561, 30.1138695 ], [ 120.0503442, 30.1134938 ], [ 120.0500547, 30.1134312 ], [ 120.0498231, 30.1133936 ], [ 120.049244, 30.1134312 ], [ 120.0489545, 30.1135564 ], [ 120.0482741, 30.1136065 ], [ 120.0479556, 30.1136065 ], [ 120.0472318, 30.1135313 ], [ 120.0465369, 30.1134562 ], [ 120.0460157, 30.113331 ], [ 120.0454367, 30.1131431 ], [ 120.0451037, 30.1133811 ], [ 120.0446983, 30.1133936 ], [ 120.0442496, 30.1133185 ], [ 120.0439456, 30.1132809 ], [ 120.0438876, 30.1134186 ], [ 120.0439166, 30.1137067 ], [ 120.0438153, 30.1140197 ], [ 120.0435692, 30.1142827 ], [ 120.0431783, 30.1144079 ], [ 120.0426282, 30.1144455 ], [ 120.0422807, 30.1144706 ], [ 120.0415714, 30.1145457 ], [ 120.041166, 30.114458 ], [ 120.0404567, 30.1144205 ], [ 120.0400948, 30.1142827 ], [ 120.0397907, 30.1140573 ], [ 120.0395591, 30.1137693 ], [ 120.0393999, 30.1134437 ], [ 120.0393564, 30.1132934 ], [ 120.0393564, 30.113068 ], [ 120.0392117, 30.1129678 ], [ 120.0388932, 30.1129428 ], [ 120.0387774, 30.113043 ], [ 120.0386037, 30.1132058 ], [ 120.0383286, 30.1134061 ], [ 120.0380101, 30.1133685 ], [ 120.0377061, 30.1134061 ], [ 120.0373297, 30.1134186 ], [ 120.0370257, 30.1132934 ], [ 120.0368809, 30.1132183 ], [ 120.0368085, 30.1129929 ], [ 120.0367941, 30.1127549 ], [ 120.0369244, 30.1125921 ], [ 120.0371849, 30.1124794 ], [ 120.0374166, 30.1123792 ], [ 120.0375758, 30.1122415 ], [ 120.0376771, 30.1118533 ], [ 120.037793, 30.1115402 ], [ 120.0380391, 30.1113774 ], [ 120.0383431, 30.1112897 ], [ 120.0386471, 30.1111896 ], [ 120.0389221, 30.1112271 ], [ 120.039921, 30.1112021 ], [ 120.0406593, 30.1111019 ], [ 120.0412818, 30.1109391 ], [ 120.0414556, 30.1108139 ], [ 120.0415858, 30.110601 ], [ 120.0419478, 30.1103255 ], [ 120.0422373, 30.1101626 ], [ 120.0426282, 30.1102378 ], [ 120.0431928, 30.1101126 ], [ 120.0434099, 30.1099873 ], [ 120.043685, 30.1097744 ], [ 120.0442206, 30.1095866 ], [ 120.0446549, 30.1093987 ], [ 120.0449589, 30.109261 ], [ 120.0450168, 30.1090982 ], [ 120.0446839, 30.1090731 ], [ 120.0442496, 30.1090606 ], [ 120.0437863, 30.108998 ], [ 120.0432651, 30.1088978 ], [ 120.042715, 30.108735 ], [ 120.0423386, 30.1085471 ], [ 120.0419912, 30.1085346 ], [ 120.0415135, 30.1085471 ], [ 120.0413687, 30.1085847 ], [ 120.0410792, 30.1089354 ], [ 120.0406883, 30.1090731 ], [ 120.0402974, 30.1090731 ], [ 120.039646, 30.1090982 ], [ 120.0393709, 30.1090856 ], [ 120.0390814, 30.1086974 ], [ 120.0388642, 30.1086098 ], [ 120.0385023, 30.1085471 ], [ 120.0380825, 30.10876 ], [ 120.0376482, 30.1089103 ], [ 120.0374455, 30.1090856 ], [ 120.0371849, 30.1089729 ], [ 120.0367796, 30.1090982 ], [ 120.0363163, 30.109286 ], [ 120.0359544, 30.1094488 ], [ 120.0355346, 30.109524 ], [ 120.0354188, 30.1098245 ], [ 120.0353464, 30.1108639 ], [ 120.0352451, 30.1111019 ], [ 120.0352016, 30.1115527 ], [ 120.034941, 30.111703 ], [ 120.034333, 30.1117531 ], [ 120.0341159, 30.1117531 ], [ 120.0340145, 30.1115778 ], [ 120.0340435, 30.1113649 ], [ 120.034029, 30.1111645 ], [ 120.0338263, 30.1110518 ], [ 120.0337105, 30.1108765 ], [ 120.0336092, 30.1104632 ], [ 120.0335947, 30.1101501 ], [ 120.0333631, 30.1099498 ], [ 120.0327985, 30.1095615 ], [ 120.0322918, 30.1093862 ], [ 120.0320312, 30.109261 ], [ 120.0316838, 30.1090982 ], [ 120.031539, 30.1089103 ], [ 120.0316259, 30.1086348 ], [ 120.0316548, 30.1083092 ], [ 120.0316259, 30.1080587 ], [ 120.0314666, 30.1078709 ], [ 120.0312205, 30.1078208 ], [ 120.030902, 30.1076329 ], [ 120.0305257, 30.1074826 ], [ 120.0301203, 30.1072823 ], [ 120.0299321, 30.1072196 ], [ 120.0295702, 30.1072322 ], [ 120.0287595, 30.1072572 ], [ 120.0283107, 30.1072447 ], [ 120.0277606, 30.1070694 ], [ 120.0273842, 30.1070819 ], [ 120.0268775, 30.1071445 ], [ 120.0264432, 30.1071069 ], [ 120.02598, 30.1071445 ], [ 120.0255601, 30.1071069 ], [ 120.025039, 30.1071195 ], [ 120.0247929, 30.1073324 ], [ 120.0240835, 30.1077206 ], [ 120.0237216, 30.1076705 ], [ 120.0229399, 30.1071695 ], [ 120.0226214, 30.1070193 ], [ 120.0221581, 30.1067813 ], [ 120.021912, 30.1065434 ], [ 120.021696, 30.1061715 ], [ 120.0193476, 30.1074696 ], [ 120.0189743, 30.1081975 ], [ 120.0175769, 30.1089141 ], [ 120.016355569673877, 30.108624871288555 ], [ 120.011741259986962, 30.113451016551508 ], [ 120.0117761, 30.1141239 ], [ 120.012474, 30.1149544 ], [ 120.0127301, 30.1154576 ], [ 120.012752, 30.1155007 ], [ 120.0127885, 30.1155724 ], [ 120.0126137, 30.1162203 ], [ 120.0126101, 30.1164066 ], [ 120.0126012, 30.1168643 ], [ 120.0125936, 30.1172588 ], [ 120.0125927, 30.117305 ], [ 120.0120083, 30.1176826 ], [ 120.0115465, 30.1181357 ], [ 120.0112718, 30.1184051 ], [ 120.0100575, 30.1188621 ], [ 120.0091726, 30.1186673 ], [ 120.0084519, 30.1185463 ], [ 120.007453470959518, 30.117935651113864 ], [ 120.007369, 30.118024 ], [ 120.005842122032163, 30.118099775967629 ], [ 120.0049804, 30.1182436 ], [ 120.0046649, 30.1182963 ], [ 120.004382634441967, 30.118172207482601 ], [ 119.997556, 30.118511 ], [ 119.999178524850819, 30.123072151966415 ], [ 119.9993848, 30.1231681 ], [ 119.9995624, 30.1237187 ], [ 119.99958, 30.1237734 ], [ 119.9996605, 30.124023 ], [ 119.9999584, 30.1252243 ], [ 120.0000646, 30.1253299 ], [ 120.0003175, 30.1255811 ], [ 120.000625, 30.1258867 ], [ 120.0006202, 30.1267479 ], [ 120.000551792714049, 30.126932606499157 ], [ 120.002250813642192, 30.1317088 ], [ 120.0024416, 30.1317088 ], [ 120.0028517, 30.1316467 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "杭州西山国家森林公园", "area_sqm": 0.00168326718967 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0715264, 30.219638 ], [ 120.0715436, 30.219371 ], [ 120.0718011, 30.2190743 ], [ 120.0719727, 30.2185552 ], [ 120.0721272, 30.2183327 ], [ 120.0722817, 30.2182288 ], [ 120.0725907, 30.2181695 ], [ 120.0731229, 30.217947 ], [ 120.0735864, 30.2177838 ], [ 120.0738782, 30.2174575 ], [ 120.0741185, 30.2170421 ], [ 120.0741872, 30.2166565 ], [ 120.0744618, 30.2163746 ], [ 120.0748395, 30.2160779 ], [ 120.0750455, 30.2156478 ], [ 120.0752686, 30.2154401 ], [ 120.075612, 30.2151731 ], [ 120.0752515, 30.2149951 ], [ 120.0751656, 30.2147429 ], [ 120.0748052, 30.2144165 ], [ 120.0746507, 30.2139863 ], [ 120.0747365, 30.2135413 ], [ 120.074891, 30.2126809 ], [ 120.0750283, 30.2122952 ], [ 120.0752515, 30.2118947 ], [ 120.0752858, 30.211598 ], [ 120.0752858, 30.2111381 ], [ 120.0752858, 30.2107821 ], [ 120.0750627, 30.2105151 ], [ 120.0749253, 30.2101739 ], [ 120.0748395, 30.2096844 ], [ 120.0747537, 30.209358 ], [ 120.0748223, 30.2090613 ], [ 120.0748738, 30.2087201 ], [ 120.0747365, 30.2084234 ], [ 120.0744103, 30.2081415 ], [ 120.07417, 30.2076075 ], [ 120.0739469, 30.2070586 ], [ 120.0739125, 30.206747 ], [ 120.0738954, 30.2063465 ], [ 120.0736379, 30.2060646 ], [ 120.0734147, 30.2057679 ], [ 120.073346, 30.2054118 ], [ 120.0732087, 30.2048926 ], [ 120.0731572, 30.2045217 ], [ 120.0726766, 30.2044179 ], [ 120.0722817, 30.2041805 ], [ 120.0719212, 30.2037799 ], [ 120.0716976, 30.2036705 ], [ 120.071488, 30.2034956 ], [ 120.0714663, 30.2032645 ], [ 120.0714663, 30.2030146 ], [ 120.0718422, 30.2027335 ], [ 120.0722252, 30.2024899 ], [ 120.0725155, 30.2020652 ], [ 120.0728073, 30.201724 ], [ 120.073082, 30.2013828 ], [ 120.073494, 30.2009673 ], [ 120.0738545, 30.2006558 ], [ 120.0739918, 30.2003591 ], [ 120.0739575, 30.2000623 ], [ 120.0738716, 30.1996914 ], [ 120.0738716, 30.1992463 ], [ 120.073906, 30.1987122 ], [ 120.073803, 30.1983858 ], [ 120.0736828, 30.1980594 ], [ 120.0737343, 30.197733 ], [ 120.0736485, 30.1971247 ], [ 120.0736485, 30.1965906 ], [ 120.0736828, 30.1961158 ], [ 120.0736656, 30.1956707 ], [ 120.0737171, 30.1952998 ], [ 120.0736485, 30.1950772 ], [ 120.073185, 30.1948547 ], [ 120.0730133, 30.1945728 ], [ 120.072979, 30.1943057 ], [ 120.0731506, 30.1939941 ], [ 120.0734596, 30.1930742 ], [ 120.073597, 30.1923323 ], [ 120.0734768, 30.1920653 ], [ 120.0734425, 30.1915905 ], [ 120.0734081, 30.1911157 ], [ 120.0732536, 30.1906409 ], [ 120.0730648, 30.1903293 ], [ 120.0730305, 30.1900474 ], [ 120.0726725, 30.1899951 ], [ 120.0724483, 30.1900376 ], [ 120.0719687, 30.1901286 ], [ 120.071488, 30.1902918 ], [ 120.0712648, 30.190366 ], [ 120.0708014, 30.1901731 ], [ 120.0703035, 30.1897428 ], [ 120.0698572, 30.1894609 ], [ 120.0692907, 30.1895499 ], [ 120.0688101, 30.1895499 ], [ 120.0685698, 30.1893125 ], [ 120.0680204, 30.1894312 ], [ 120.0671621, 30.1896241 ], [ 120.0666472, 30.1898615 ], [ 120.066115, 30.1899357 ], [ 120.0656172, 30.1900247 ], [ 120.0649477, 30.1899209 ], [ 120.0645014, 30.1899506 ], [ 120.0642954, 30.1901731 ], [ 120.0641553, 30.1902275 ], [ 120.0631109, 30.1906331 ], [ 120.0626818, 30.1908853 ], [ 120.0621325, 30.1911821 ], [ 120.0615145, 30.191464 ], [ 120.060948, 30.1915679 ], [ 120.0605017, 30.1915679 ], [ 120.060021, 30.1914195 ], [ 120.0596262, 30.191553 ], [ 120.0585619, 30.1915975 ], [ 120.0576693, 30.1916717 ], [ 120.0574461, 30.1918349 ], [ 120.0578066, 30.192191 ], [ 120.0580813, 30.1925175 ], [ 120.0582186, 30.1932 ], [ 120.0584932, 30.1934374 ], [ 120.0590082, 30.1935116 ], [ 120.0593859, 30.1941941 ], [ 120.0593515, 30.1945502 ], [ 120.0591284, 30.1951882 ], [ 120.0589567, 30.1956629 ], [ 120.059197, 30.1958261 ], [ 120.0597292, 30.1960042 ], [ 120.060227, 30.1962119 ], [ 120.0600725, 30.196657 ], [ 120.0600039, 30.1969389 ], [ 120.0597635, 30.1974433 ], [ 120.0596085, 30.1978167 ], [ 120.0596207, 30.1980059 ], [ 120.0599124, 30.198321 ], [ 120.0605445, 30.1988884 ], [ 120.0602163, 30.1994137 ], [ 120.060034, 30.1998444 ], [ 120.0600461, 30.2002647 ], [ 120.0599124, 30.2005693 ], [ 120.0596085, 30.2008845 ], [ 120.0592048, 30.2011541 ], [ 120.058986, 30.2015113 ], [ 120.0590103, 30.2017529 ], [ 120.0593506, 30.202005 ], [ 120.0595816, 30.2023097 ], [ 120.0592169, 30.2027089 ], [ 120.0590954, 30.202877 ], [ 120.0589373, 30.2031502 ], [ 120.0589373, 30.2033078 ], [ 120.0590954, 30.2037175 ], [ 120.0590925, 30.2039814 ], [ 120.059031, 30.2042384 ], [ 120.0589797, 30.2045307 ], [ 120.0591847, 30.2046991 ], [ 120.0603739, 30.2052661 ], [ 120.0602099, 30.2057977 ], [ 120.0601586, 30.2062672 ], [ 120.0600766, 30.2065773 ], [ 120.0599433, 30.2068254 ], [ 120.0599741, 30.2069937 ], [ 120.0600869, 30.207224 ], [ 120.0603226, 30.2074721 ], [ 120.0610505, 30.2081365 ], [ 120.0612965, 30.2084377 ], [ 120.0612965, 30.208739 ], [ 120.0612658, 30.2091553 ], [ 120.061112, 30.2095894 ], [ 120.0609787, 30.2100413 ], [ 120.0607737, 30.2102007 ], [ 120.0607737, 30.210369 ], [ 120.0609172, 30.2105817 ], [ 120.0613068, 30.2110689 ], [ 120.0613478, 30.2112018 ], [ 120.0613375, 30.2114321 ], [ 120.0614093, 30.2115473 ], [ 120.0617988, 30.2116713 ], [ 120.0623319, 30.2118131 ], [ 120.0625267, 30.2119282 ], [ 120.062947, 30.2124598 ], [ 120.0631204, 30.2125444 ], [ 120.0638359, 30.212753 ], [ 120.06431, 30.2129616 ], [ 120.0645858, 30.2131478 ], [ 120.0649996, 30.2133638 ], [ 120.0654306, 30.2135724 ], [ 120.0656893, 30.2136395 ], [ 120.0665685, 30.2136693 ], [ 120.0668271, 30.2136767 ], [ 120.0671202, 30.2138927 ], [ 120.0674564, 30.214146 ], [ 120.0681029, 30.214295 ], [ 120.0681677, 30.2143306 ], [ 120.0683874, 30.2144514 ], [ 120.0687495, 30.214809 ], [ 120.0689743, 30.2154599 ], [ 120.0692551, 30.2168686 ], [ 120.069514, 30.2177179 ], [ 120.0698787, 30.2183771 ], [ 120.0699074, 30.2184827 ], [ 120.070008, 30.2188538 ], [ 120.070258, 30.2194348 ], [ 120.0704477, 30.2195838 ], [ 120.0706632, 30.2196881 ], [ 120.0709994, 30.2198222 ], [ 120.0713269, 30.220001 ], [ 120.0716367, 30.2200175 ], [ 120.0716054, 30.2198609 ], [ 120.0715264, 30.219638 ] ] ], [ [ [ 120.0028517, 30.1316467 ], [ 120.0031182, 30.1317177 ], [ 120.0035898, 30.1319837 ], [ 120.0046661, 30.1319659 ], [ 120.0050659, 30.1319482 ], [ 120.0054555, 30.1319216 ], [ 120.0059578, 30.1318684 ], [ 120.0060603, 30.1317886 ], [ 120.0061833, 30.1316379 ], [ 120.0063371, 30.1314251 ], [ 120.0064396, 30.131168 ], [ 120.0063371, 30.1307335 ], [ 120.0063474, 30.1304498 ], [ 120.0060911, 30.1303168 ], [ 120.0057835, 30.1301838 ], [ 120.0054042, 30.1300331 ], [ 120.0052197, 30.1298912 ], [ 120.0048199, 30.1297582 ], [ 120.0045739, 30.1295987 ], [ 120.0042971, 30.1294745 ], [ 120.0038768, 30.1293947 ], [ 120.003641, 30.1293947 ], [ 120.0034975, 30.1293061 ], [ 120.0038255, 30.1292174 ], [ 120.0041228, 30.1292174 ], [ 120.0043791, 30.1292617 ], [ 120.0046456, 30.1294125 ], [ 120.0048814, 30.1295987 ], [ 120.0052197, 30.1296873 ], [ 120.0054042, 30.129705 ], [ 120.005681, 30.129776 ], [ 120.0058143, 30.1299444 ], [ 120.0059373, 30.1300774 ], [ 120.0060706, 30.130104 ], [ 120.0062243, 30.1300774 ], [ 120.0063269, 30.1299356 ], [ 120.0063269, 30.1297582 ], [ 120.0061526, 30.1295189 ], [ 120.0060193, 30.1293327 ], [ 120.0058553, 30.1291642 ], [ 120.0057118, 30.1289957 ], [ 120.0055888, 30.1288273 ], [ 120.0054965, 30.1287209 ], [ 120.0053632, 30.1285347 ], [ 120.0052095, 30.1284638 ], [ 120.0050147, 30.1283751 ], [ 120.0048507, 30.1282332 ], [ 120.0049224, 30.1280914 ], [ 120.0050967, 30.1281091 ], [ 120.0055068, 30.128384 ], [ 120.005722, 30.1285702 ], [ 120.0059681, 30.1287386 ], [ 120.0062141, 30.1288539 ], [ 120.0063576, 30.1289071 ], [ 120.0065319, 30.1288361 ], [ 120.0067164, 30.1284726 ], [ 120.0067369, 30.1283042 ], [ 120.0069214, 30.1280825 ], [ 120.0071169, 30.1278815 ], [ 120.0071892, 30.1274557 ], [ 120.0074209, 30.1275183 ], [ 120.0076091, 30.1273931 ], [ 120.0077973, 30.1271552 ], [ 120.0079565, 30.1269925 ], [ 120.0082316, 30.1269925 ], [ 120.0082316, 30.1273055 ], [ 120.0081447, 30.1276561 ], [ 120.0079565, 30.1280067 ], [ 120.0078986, 30.1283322 ], [ 120.0076091, 30.1285451 ], [ 120.0075946, 30.1288706 ], [ 120.0073919, 30.1292588 ], [ 120.0074209, 30.1294466 ], [ 120.0076235, 30.1296219 ], [ 120.0081013, 30.1297846 ], [ 120.0084198, 30.1300601 ], [ 120.0087672, 30.1302479 ], [ 120.009216, 30.1304482 ], [ 120.0096792, 30.1304983 ], [ 120.0100846, 30.1306235 ], [ 120.0102293, 30.1304733 ], [ 120.0104031, 30.1302354 ], [ 120.0105478, 30.1299224 ], [ 120.0106347, 30.1297345 ], [ 120.0107215, 30.1294591 ], [ 120.0109676, 30.1292588 ], [ 120.011069, 30.1291586 ], [ 120.0112572, 30.1292087 ], [ 120.0111993, 30.1296344 ], [ 120.0109242, 30.1300976 ], [ 120.0106781, 30.1305609 ], [ 120.0106492, 30.1308489 ], [ 120.0106492, 30.1311869 ], [ 120.0109242, 30.131525 ], [ 120.0110835, 30.1317128 ], [ 120.0115612, 30.1319257 ], [ 120.0119086, 30.1318505 ], [ 120.0122126, 30.1315626 ], [ 120.0121982, 30.1313497 ], [ 120.01201, 30.1310743 ], [ 120.0122126, 30.1308739 ], [ 120.0125022, 30.1306986 ], [ 120.0128351, 30.1310117 ], [ 120.0132115, 30.1310492 ], [ 120.0135879, 30.1309115 ], [ 120.0137906, 30.1306986 ], [ 120.0142249, 30.130586 ], [ 120.0144276, 30.1304733 ], [ 120.0148185, 30.1300851 ], [ 120.0150066, 30.1299349 ], [ 120.0149922, 30.1298097 ], [ 120.0146592, 30.1297095 ], [ 120.0144276, 30.1296093 ], [ 120.014138, 30.129434 ], [ 120.0140367, 30.1292838 ], [ 120.0140367, 30.1290709 ], [ 120.0141815, 30.1289207 ], [ 120.0142104, 30.1291711 ], [ 120.0143552, 30.1293339 ], [ 120.0146013, 30.1295217 ], [ 120.0148329, 30.1295217 ], [ 120.015079, 30.1296344 ], [ 120.0153541, 30.129697 ], [ 120.0159042, 30.1297971 ], [ 120.0161648, 30.1296719 ], [ 120.0162661, 30.1293965 ], [ 120.0165991, 30.1293464 ], [ 120.0167583, 30.1292713 ], [ 120.0167873, 30.1290709 ], [ 120.0167583, 30.1289207 ], [ 120.0164688, 30.1287704 ], [ 120.0162082, 30.1286077 ], [ 120.0160345, 30.1283572 ], [ 120.0163095, 30.1282696 ], [ 120.0165991, 30.128207 ], [ 120.0168162, 30.1281945 ], [ 120.0170623, 30.1280067 ], [ 120.0171781, 30.1278314 ], [ 120.0171781, 30.1276185 ], [ 120.0170768, 30.1273806 ], [ 120.0170044, 30.1271928 ], [ 120.01699, 30.1269925 ], [ 120.0171058, 30.1268422 ], [ 120.0172505, 30.1268172 ], [ 120.0175835, 30.1269173 ], [ 120.0176993, 30.1270551 ], [ 120.0175835, 30.1276436 ], [ 120.0175256, 30.1279441 ], [ 120.0175401, 30.1284324 ], [ 120.0176125, 30.1288205 ], [ 120.0175545, 30.1296719 ], [ 120.0178441, 30.1298848 ], [ 120.0180612, 30.1298848 ], [ 120.0182349, 30.1295968 ], [ 120.01851, 30.1294716 ], [ 120.0190601, 30.1296469 ], [ 120.0189733, 30.130323 ], [ 120.0188864, 30.1305484 ], [ 120.0189877, 30.1308113 ], [ 120.0192628, 30.130949 ], [ 120.0196826, 30.1310868 ], [ 120.0199287, 30.1311995 ], [ 120.0202472, 30.1311995 ], [ 120.0206091, 30.1310617 ], [ 120.0211303, 30.1312245 ], [ 120.0219265, 30.1311369 ], [ 120.0221602, 30.1311012 ], [ 120.0224187, 30.1310617 ], [ 120.0226938, 30.1309741 ], [ 120.0227951, 30.1308113 ], [ 120.0228675, 30.1305985 ], [ 120.0226359, 30.1300601 ], [ 120.0225345, 30.1297721 ], [ 120.0223753, 30.1294716 ], [ 120.0232584, 30.12852 ], [ 120.0232728, 30.1273681 ], [ 120.0230702, 30.1271427 ], [ 120.0230412, 30.1268172 ], [ 120.0230123, 30.1265918 ], [ 120.0238374, 30.1262036 ], [ 120.0245613, 30.1259782 ], [ 120.0252417, 30.1257403 ], [ 120.0256036, 30.1255901 ], [ 120.0257484, 30.1254649 ], [ 120.0261844, 30.1252927 ], [ 120.0267486, 30.1250664 ], [ 120.0272539, 30.1249515 ], [ 120.0273408, 30.1248263 ], [ 120.0273263, 30.1240249 ], [ 120.0273118, 30.1237244 ], [ 120.0279633, 30.1238246 ], [ 120.0284844, 30.1239873 ], [ 120.0288608, 30.1238747 ], [ 120.0292228, 30.1238747 ], [ 120.0299755, 30.123787 ], [ 120.0306704, 30.1237745 ], [ 120.0314956, 30.1236493 ], [ 120.0322773, 30.1234364 ], [ 120.0329143, 30.1232611 ], [ 120.0334644, 30.1230607 ], [ 120.0338987, 30.1227978 ], [ 120.0343186, 30.1225599 ], [ 120.034941, 30.1222719 ], [ 120.0353319, 30.1219588 ], [ 120.0357083, 30.1218712 ], [ 120.0363453, 30.121771 ], [ 120.0366348, 30.1218211 ], [ 120.0369388, 30.122059 ], [ 120.0373297, 30.122347 ], [ 120.0378798, 30.1225098 ], [ 120.0383141, 30.12261 ], [ 120.0388787, 30.1226225 ], [ 120.0395591, 30.1226225 ], [ 120.040254, 30.122635 ], [ 120.0408186, 30.1226475 ], [ 120.0419478, 30.1228604 ], [ 120.0422083, 30.1230357 ], [ 120.042715, 30.1232361 ], [ 120.0427585, 30.1233613 ], [ 120.0423386, 30.1235366 ], [ 120.0417451, 30.1239748 ], [ 120.0413542, 30.1243129 ], [ 120.0406449, 30.1247536 ], [ 120.0403264, 30.1249515 ], [ 120.0400803, 30.1250642 ], [ 120.0400803, 30.1252019 ], [ 120.0402974, 30.125277 ], [ 120.0407317, 30.1251894 ], [ 120.0411516, 30.1251769 ], [ 120.0420491, 30.1253647 ], [ 120.0422969, 30.1254203 ], [ 120.0428308, 30.12554 ], [ 120.043381, 30.1255525 ], [ 120.043656, 30.1254899 ], [ 120.044293, 30.1255525 ], [ 120.0448721, 30.1255901 ], [ 120.0454656, 30.1255776 ], [ 120.0457696, 30.12554 ], [ 120.0457696, 30.1257278 ], [ 120.046754, 30.1256652 ], [ 120.04742, 30.1256026 ], [ 120.0482049, 30.1254971 ], [ 120.0504022, 30.1252019 ], [ 120.0521264, 30.1249437 ], [ 120.0567574, 30.1242503 ], [ 120.0571772, 30.1241752 ], [ 120.0573654, 30.1240249 ], [ 120.0574813, 30.1237745 ], [ 120.0576116, 30.123524 ], [ 120.0577563, 30.1232736 ], [ 120.0579011, 30.1231108 ], [ 120.058263, 30.1228729 ], [ 120.0584512, 30.1226976 ], [ 120.058567, 30.1225474 ], [ 120.0586104, 30.1223846 ], [ 120.0585381, 30.1222218 ], [ 120.0581472, 30.1220966 ], [ 120.0578432, 30.1219463 ], [ 120.0575826, 30.1218587 ], [ 120.057322, 30.1218211 ], [ 120.0571628, 30.1217961 ], [ 120.0568443, 30.1219463 ], [ 120.056685, 30.1221717 ], [ 120.0564245, 30.1223846 ], [ 120.0561205, 30.1225348 ], [ 120.0558164, 30.1225974 ], [ 120.0554835, 30.1227101 ], [ 120.0550781, 30.1227602 ], [ 120.054861, 30.1229606 ], [ 120.0546438, 30.123211 ], [ 120.0543543, 30.1235115 ], [ 120.054195, 30.1239247 ], [ 120.0538766, 30.1242503 ], [ 120.053616, 30.1244506 ], [ 120.053312, 30.1246009 ], [ 120.0521351, 30.1248871 ], [ 120.0516762, 30.1249511 ], [ 120.0508944, 30.124964 ], [ 120.0503442, 30.1248764 ], [ 120.0500981, 30.1247762 ], [ 120.049759, 30.1247979 ], [ 120.0497073, 30.1248012 ], [ 120.0494033, 30.1249139 ], [ 120.0488966, 30.1248764 ], [ 120.0487663, 30.1247887 ], [ 120.0482162, 30.1247136 ], [ 120.0475937, 30.124651 ], [ 120.0472173, 30.1248388 ], [ 120.0471413, 30.1247376 ], [ 120.0470291, 30.1245884 ], [ 120.0468336, 30.1244676 ], [ 120.0467251, 30.1244006 ], [ 120.0464355, 30.1241501 ], [ 120.0464355, 30.1238997 ], [ 120.0464211, 30.1233362 ], [ 120.0463487, 30.1229981 ], [ 120.046175, 30.1227602 ], [ 120.0462329, 30.1224722 ], [ 120.0464211, 30.1218712 ], [ 120.0465658, 30.1216458 ], [ 120.046783, 30.121458 ], [ 120.0468988, 30.1213077 ], [ 120.0468988, 30.1211574 ], [ 120.0467106, 30.1210072 ], [ 120.0465658, 30.120907 ], [ 120.0461894, 30.1209947 ], [ 120.0459433, 30.1209571 ], [ 120.0457551, 30.1207442 ], [ 120.0454366, 30.1205188 ], [ 120.0451905, 30.1203811 ], [ 120.0449734, 30.1202684 ], [ 120.0444378, 30.1202433 ], [ 120.0440179, 30.1201181 ], [ 120.0436994, 30.1198552 ], [ 120.0432796, 30.1190913 ], [ 120.0432217, 30.1186781 ], [ 120.0431928, 30.1182398 ], [ 120.0432217, 30.1180269 ], [ 120.0434533, 30.1179768 ], [ 120.0437139, 30.1180395 ], [ 120.04396, 30.1182899 ], [ 120.0441917, 30.1185529 ], [ 120.044626, 30.1186906 ], [ 120.044901, 30.1185779 ], [ 120.0452774, 30.1184276 ], [ 120.0457696, 30.1182774 ], [ 120.0462329, 30.1181772 ], [ 120.0464645, 30.1180019 ], [ 120.0482307, 30.1175386 ], [ 120.0487663, 30.1174634 ], [ 120.049273, 30.1173883 ], [ 120.0494322, 30.1173132 ], [ 120.0494612, 30.1165743 ], [ 120.0493743, 30.1161861 ], [ 120.0493019, 30.1158731 ], [ 120.0490124, 30.1157103 ], [ 120.0488387, 30.1156352 ], [ 120.0486939, 30.1153722 ], [ 120.0487229, 30.1151343 ], [ 120.048607, 30.1149715 ], [ 120.0484912, 30.1147711 ], [ 120.0485491, 30.114458 ], [ 120.0487373, 30.1142702 ], [ 120.0488087, 30.114238 ], [ 120.0490703, 30.1141199 ], [ 120.0493309, 30.1141074 ], [ 120.0497217, 30.1141199 ], [ 120.0499389, 30.1140072 ], [ 120.0501561, 30.1138695 ], [ 120.0503442, 30.1134938 ], [ 120.0500547, 30.1134312 ], [ 120.0498231, 30.1133936 ], [ 120.049244, 30.1134312 ], [ 120.0489545, 30.1135564 ], [ 120.0482741, 30.1136065 ], [ 120.0479556, 30.1136065 ], [ 120.0472318, 30.1135313 ], [ 120.0465369, 30.1134562 ], [ 120.0460157, 30.113331 ], [ 120.0454367, 30.1131431 ], [ 120.0451037, 30.1133811 ], [ 120.0446983, 30.1133936 ], [ 120.0442496, 30.1133185 ], [ 120.0439456, 30.1132809 ], [ 120.0438876, 30.1134186 ], [ 120.0439166, 30.1137067 ], [ 120.0438153, 30.1140197 ], [ 120.0435692, 30.1142827 ], [ 120.0431783, 30.1144079 ], [ 120.0426282, 30.1144455 ], [ 120.0422807, 30.1144706 ], [ 120.0415714, 30.1145457 ], [ 120.041166, 30.114458 ], [ 120.0404567, 30.1144205 ], [ 120.0400948, 30.1142827 ], [ 120.0397907, 30.1140573 ], [ 120.0395591, 30.1137693 ], [ 120.0393999, 30.1134437 ], [ 120.0393564, 30.1132934 ], [ 120.0393564, 30.113068 ], [ 120.0392117, 30.1129678 ], [ 120.0388932, 30.1129428 ], [ 120.0387774, 30.113043 ], [ 120.0386037, 30.1132058 ], [ 120.0383286, 30.1134061 ], [ 120.0380101, 30.1133685 ], [ 120.0377061, 30.1134061 ], [ 120.0373297, 30.1134186 ], [ 120.0370257, 30.1132934 ], [ 120.0368809, 30.1132183 ], [ 120.0368085, 30.1129929 ], [ 120.0367941, 30.1127549 ], [ 120.0369244, 30.1125921 ], [ 120.0371849, 30.1124794 ], [ 120.0374166, 30.1123792 ], [ 120.0375758, 30.1122415 ], [ 120.0376771, 30.1118533 ], [ 120.037793, 30.1115402 ], [ 120.0380391, 30.1113774 ], [ 120.0383431, 30.1112897 ], [ 120.0386471, 30.1111896 ], [ 120.0389221, 30.1112271 ], [ 120.039921, 30.1112021 ], [ 120.0406593, 30.1111019 ], [ 120.0412818, 30.1109391 ], [ 120.0414556, 30.1108139 ], [ 120.0415858, 30.110601 ], [ 120.0419478, 30.1103255 ], [ 120.0422373, 30.1101626 ], [ 120.0426282, 30.1102378 ], [ 120.0431928, 30.1101126 ], [ 120.0434099, 30.1099873 ], [ 120.043685, 30.1097744 ], [ 120.0442206, 30.1095866 ], [ 120.0446549, 30.1093987 ], [ 120.0449589, 30.109261 ], [ 120.0450168, 30.1090982 ], [ 120.0446839, 30.1090731 ], [ 120.0442496, 30.1090606 ], [ 120.0437863, 30.108998 ], [ 120.0432651, 30.1088978 ], [ 120.042715, 30.108735 ], [ 120.0423386, 30.1085471 ], [ 120.0419912, 30.1085346 ], [ 120.0415135, 30.1085471 ], [ 120.0413687, 30.1085847 ], [ 120.0410792, 30.1089354 ], [ 120.0406883, 30.1090731 ], [ 120.0402974, 30.1090731 ], [ 120.039646, 30.1090982 ], [ 120.0393709, 30.1090856 ], [ 120.0390814, 30.1086974 ], [ 120.0388642, 30.1086098 ], [ 120.0385023, 30.1085471 ], [ 120.0380825, 30.10876 ], [ 120.0376482, 30.1089103 ], [ 120.0374455, 30.1090856 ], [ 120.0371849, 30.1089729 ], [ 120.0367796, 30.1090982 ], [ 120.0363163, 30.109286 ], [ 120.0359544, 30.1094488 ], [ 120.0355346, 30.109524 ], [ 120.0354188, 30.1098245 ], [ 120.0353464, 30.1108639 ], [ 120.0352451, 30.1111019 ], [ 120.0352016, 30.1115527 ], [ 120.034941, 30.111703 ], [ 120.034333, 30.1117531 ], [ 120.0341159, 30.1117531 ], [ 120.0340145, 30.1115778 ], [ 120.0340435, 30.1113649 ], [ 120.034029, 30.1111645 ], [ 120.0338263, 30.1110518 ], [ 120.0337105, 30.1108765 ], [ 120.0336092, 30.1104632 ], [ 120.0335947, 30.1101501 ], [ 120.0333631, 30.1099498 ], [ 120.0327985, 30.1095615 ], [ 120.0322918, 30.1093862 ], [ 120.0320312, 30.109261 ], [ 120.0316838, 30.1090982 ], [ 120.031539, 30.1089103 ], [ 120.0316259, 30.1086348 ], [ 120.0316548, 30.1083092 ], [ 120.0316259, 30.1080587 ], [ 120.0314666, 30.1078709 ], [ 120.0312205, 30.1078208 ], [ 120.030902, 30.1076329 ], [ 120.0305257, 30.1074826 ], [ 120.0301203, 30.1072823 ], [ 120.0299321, 30.1072196 ], [ 120.0295702, 30.1072322 ], [ 120.0287595, 30.1072572 ], [ 120.0283107, 30.1072447 ], [ 120.0277606, 30.1070694 ], [ 120.0273842, 30.1070819 ], [ 120.0268775, 30.1071445 ], [ 120.0264432, 30.1071069 ], [ 120.02598, 30.1071445 ], [ 120.0255601, 30.1071069 ], [ 120.025039, 30.1071195 ], [ 120.0247929, 30.1073324 ], [ 120.0240835, 30.1077206 ], [ 120.0237216, 30.1076705 ], [ 120.0229399, 30.1071695 ], [ 120.0226214, 30.1070193 ], [ 120.0221581, 30.1067813 ], [ 120.021912, 30.1065434 ], [ 120.021696, 30.1061715 ], [ 120.0193476, 30.1074696 ], [ 120.0189743, 30.1081975 ], [ 120.0175769, 30.1089141 ], [ 120.016355569673877, 30.108624871288555 ], [ 120.011741259986962, 30.113451016551508 ], [ 120.0117761, 30.1141239 ], [ 120.012474, 30.1149544 ], [ 120.0127301, 30.1154576 ], [ 120.012752, 30.1155007 ], [ 120.0127885, 30.1155724 ], [ 120.0126137, 30.1162203 ], [ 120.0126101, 30.1164066 ], [ 120.0126012, 30.1168643 ], [ 120.0125936, 30.1172588 ], [ 120.0125927, 30.117305 ], [ 120.0120083, 30.1176826 ], [ 120.0115465, 30.1181357 ], [ 120.0112718, 30.1184051 ], [ 120.0100575, 30.1188621 ], [ 120.0091726, 30.1186673 ], [ 120.0084519, 30.1185463 ], [ 120.007453470959518, 30.117935651113864 ], [ 120.007369, 30.118024 ], [ 120.005842122032163, 30.118099775967629 ], [ 120.0049804, 30.1182436 ], [ 120.0046649, 30.1182963 ], [ 120.004382634441967, 30.118172207482601 ], [ 119.997556, 30.118511 ], [ 119.999178524850819, 30.123072151966415 ], [ 119.9993848, 30.1231681 ], [ 119.9995624, 30.1237187 ], [ 119.99958, 30.1237734 ], [ 119.9996605, 30.124023 ], [ 119.9999584, 30.1252243 ], [ 120.0000646, 30.1253299 ], [ 120.0003175, 30.1255811 ], [ 120.000625, 30.1258867 ], [ 120.0006202, 30.1267479 ], [ 120.000551792714049, 30.126932606499157 ], [ 120.002250813642192, 30.1317088 ], [ 120.0024416, 30.1317088 ], [ 120.0028517, 30.1316467 ] ] ], [ [ [ 120.0138506, 30.1981498 ], [ 120.014053, 30.1983996 ], [ 120.0142553, 30.198637 ], [ 120.0144288, 30.1988744 ], [ 120.0147468, 30.1991743 ], [ 120.0152383, 30.1994241 ], [ 120.0156575, 30.1995241 ], [ 120.01599, 30.199649 ], [ 120.0163803, 30.1999364 ], [ 120.0166839, 30.1999989 ], [ 120.0169152, 30.2001238 ], [ 120.0174501, 30.2001863 ], [ 120.0178693, 30.2004111 ], [ 120.0181295, 30.2005986 ], [ 120.0182596, 30.2007485 ], [ 120.0187077, 30.2006985 ], [ 120.019098, 30.2006985 ], [ 120.0194161, 30.2006235 ], [ 120.0196474, 30.200736 ], [ 120.0198786, 30.2009234 ], [ 120.0201967, 30.2011858 ], [ 120.0203701, 30.2013232 ], [ 120.0207171, 30.2014606 ], [ 120.0208906, 30.2015606 ], [ 120.0211941, 30.2016855 ], [ 120.0216712, 30.2018229 ], [ 120.0219025, 30.2018604 ], [ 120.0219892, 30.2019604 ], [ 120.0221916, 30.2022727 ], [ 120.0223772, 30.2026453 ], [ 120.0226862, 30.2029124 ], [ 120.0230981, 30.2031497 ], [ 120.0236303, 30.2033278 ], [ 120.0240766, 30.2034464 ], [ 120.0244092, 30.2035744 ], [ 120.0245229, 30.2040399 ], [ 120.0247118, 30.2043514 ], [ 120.0249349, 30.2047223 ], [ 120.0251752, 30.2050339 ], [ 120.0254671, 30.2054789 ], [ 120.0257932, 30.2057311 ], [ 120.0260164, 30.2057905 ], [ 120.0262739, 30.2058646 ], [ 120.0264799, 30.2059982 ], [ 120.0266515, 30.2062949 ], [ 120.0268404, 30.2063542 ], [ 120.0273554, 30.2064284 ], [ 120.02763, 30.2064284 ], [ 120.0282308, 30.2064432 ], [ 120.02866, 30.2065026 ], [ 120.028969, 30.2065916 ], [ 120.0296213, 30.2066954 ], [ 120.0299474, 30.2066064 ], [ 120.0304109, 30.2065619 ], [ 120.0310632, 30.2065174 ], [ 120.0317499, 30.206369 ], [ 120.0322305, 30.2061613 ], [ 120.0326254, 30.2060278 ], [ 120.0330888, 30.2059982 ], [ 120.0333463, 30.2060575 ], [ 120.0329858, 30.2064581 ], [ 120.0324709, 30.2067251 ], [ 120.0321447, 30.2069179 ], [ 120.0317499, 30.207007 ], [ 120.0309259, 30.2074223 ], [ 120.0306684, 30.2077784 ], [ 120.0309259, 30.2078971 ], [ 120.0313551, 30.2078822 ], [ 120.0318185, 30.2080157 ], [ 120.0326254, 30.2082383 ], [ 120.0331575, 30.2082828 ], [ 120.0336553, 30.2083421 ], [ 120.0339643, 30.2082679 ], [ 120.0340845, 30.2080454 ], [ 120.0344106, 30.2076745 ], [ 120.0347883, 30.207185 ], [ 120.0352174, 30.2067993 ], [ 120.0357153, 30.2069476 ], [ 120.0361959, 30.207363 ], [ 120.0362817, 30.2076449 ], [ 120.0365907, 30.2079564 ], [ 120.0368654, 30.2082531 ], [ 120.0370885, 30.2084311 ], [ 120.0373117, 30.2085795 ], [ 120.0375349, 30.2087872 ], [ 120.0377409, 30.2089207 ], [ 120.0377752, 30.2091135 ], [ 120.0377065, 30.2093806 ], [ 120.0374834, 30.2095586 ], [ 120.0371572, 30.2097218 ], [ 120.0367967, 30.2098998 ], [ 120.0364534, 30.2102113 ], [ 120.0358869, 30.210775 ], [ 120.0357324, 30.2109975 ], [ 120.0356294, 30.2112646 ], [ 120.0355779, 30.2116206 ], [ 120.0356123, 30.2119025 ], [ 120.0356638, 30.2123178 ], [ 120.0357839, 30.2125255 ], [ 120.0359556, 30.2128519 ], [ 120.0361616, 30.2132079 ], [ 120.0362474, 30.2133859 ], [ 120.0363332, 30.2136974 ], [ 120.0364534, 30.2139051 ], [ 120.0364019, 30.2142314 ], [ 120.0361272, 30.2146023 ], [ 120.0357324, 30.2147951 ], [ 120.0353376, 30.2149583 ], [ 120.034857, 30.2151363 ], [ 120.0346166, 30.2153143 ], [ 120.0343076, 30.2154775 ], [ 120.0342339, 30.2155118 ], [ 120.0340845, 30.2155813 ], [ 120.034342, 30.2157297 ], [ 120.0345136, 30.2157148 ], [ 120.0346166, 30.2156703 ], [ 120.0348913, 30.2155517 ], [ 120.0352174, 30.2154033 ], [ 120.0354578, 30.2152995 ], [ 120.0357324, 30.2151808 ], [ 120.0361101, 30.2151066 ], [ 120.0362646, 30.2152402 ], [ 120.0362646, 30.215522 ], [ 120.0361272, 30.2157297 ], [ 120.0358869, 30.2158928 ], [ 120.0353548, 30.2162489 ], [ 120.0350458, 30.2164565 ], [ 120.0350286, 30.2166494 ], [ 120.0351488, 30.2169312 ], [ 120.0352346, 30.2172279 ], [ 120.0355093, 30.2175839 ], [ 120.0357839, 30.2179102 ], [ 120.0360414, 30.2183107 ], [ 120.0361393, 30.2186501 ], [ 120.0365157, 30.2188377 ], [ 120.0366471, 30.2189002 ], [ 120.0368053, 30.2189753 ], [ 120.0370786, 30.2189481 ], [ 120.0373292, 30.2190212 ], [ 120.0373374, 30.2193236 ], [ 120.0369935, 30.2194382 ], [ 120.0366867, 30.2194582 ], [ 120.0365434, 30.2194935 ], [ 120.0364205, 30.2195997 ], [ 120.0362875, 30.2198385 ], [ 120.0361749, 30.2200596 ], [ 120.036093, 30.2204135 ], [ 120.036093, 30.2206434 ], [ 120.036093, 30.2208911 ], [ 120.0361851, 30.2210946 ], [ 120.0362568, 30.2213068 ], [ 120.0363898, 30.2215103 ], [ 120.0366355, 30.2216341 ], [ 120.0368198, 30.221758 ], [ 120.0370552, 30.2217491 ], [ 120.0373009, 30.2211742 ], [ 120.037608, 30.22044 ], [ 120.0376881, 30.2202611 ], [ 120.0377308, 30.2201658 ], [ 120.0378596, 30.2199955 ], [ 120.0379048, 30.2199358 ], [ 120.0381198, 30.2199093 ], [ 120.0384576, 30.2199977 ], [ 120.0386624, 30.220095 ], [ 120.0387033, 30.2203515 ], [ 120.0385293, 30.2206081 ], [ 120.0384679, 30.2207761 ], [ 120.0384986, 30.2209442 ], [ 120.0383757, 30.2211034 ], [ 120.0381608, 30.2212626 ], [ 120.0380277, 30.2214307 ], [ 120.0381301, 30.2216076 ], [ 120.037997, 30.221696 ], [ 120.0379356, 30.2219614 ], [ 120.037891, 30.2221707 ], [ 120.0378639, 30.2222975 ], [ 120.037997, 30.2225009 ], [ 120.0382017, 30.2225982 ], [ 120.0389285, 30.2229255 ], [ 120.0393482, 30.2230759 ], [ 120.0396041, 30.2230936 ], [ 120.039727, 30.2229697 ], [ 120.0398907, 30.222669 ], [ 120.0399624, 30.2223683 ], [ 120.0401876, 30.222324 ], [ 120.0404128, 30.222439 ], [ 120.0404128, 30.2226425 ], [ 120.0403719, 30.2228459 ], [ 120.0403062, 30.2230351 ], [ 120.0402797, 30.2231113 ], [ 120.0402797, 30.2233324 ], [ 120.0404128, 30.2235093 ], [ 120.0405664, 30.2235712 ], [ 120.0408018, 30.2234916 ], [ 120.0409246, 30.2233324 ], [ 120.0411191, 30.2231466 ], [ 120.041242, 30.2231113 ], [ 120.0413443, 30.2232439 ], [ 120.0413853, 30.2233855 ], [ 120.0413853, 30.2236066 ], [ 120.0413906, 30.2236918 ], [ 120.0414058, 30.2239339 ], [ 120.0414058, 30.2240754 ], [ 120.0415184, 30.2241904 ], [ 120.0416622, 30.2242129 ], [ 120.0417436, 30.2242257 ], [ 120.0418971, 30.2241727 ], [ 120.0421428, 30.2238366 ], [ 120.0422554, 30.223642 ], [ 120.0424396, 30.2235801 ], [ 120.0426853, 30.2235889 ], [ 120.0428286, 30.2236331 ], [ 120.0429105, 30.2238543 ], [ 120.0428389, 30.2240665 ], [ 120.0427263, 30.22427 ], [ 120.0426137, 30.2245265 ], [ 120.0424908, 30.2246503 ], [ 120.0423168, 30.2248007 ], [ 120.0422963, 30.2249599 ], [ 120.0422963, 30.2251102 ], [ 120.0423475, 30.2252606 ], [ 120.0424806, 30.2253844 ], [ 120.0426847, 30.2254009 ], [ 120.043131, 30.2250597 ], [ 120.0433714, 30.2249263 ], [ 120.0435773, 30.2248076 ], [ 120.0438692, 30.2247483 ], [ 120.0440752, 30.2245703 ], [ 120.044367, 30.2242736 ], [ 120.0444872, 30.2240066 ], [ 120.044573, 30.2234578 ], [ 120.0444872, 30.2232502 ], [ 120.0440408, 30.2226865 ], [ 120.0434915, 30.2220339 ], [ 120.042822, 30.2212032 ], [ 120.042513, 30.2207582 ], [ 120.0420667, 30.2200166 ], [ 120.0421182, 30.2198237 ], [ 120.0417406, 30.2193194 ], [ 120.0409853, 30.2183997 ], [ 120.0408384, 30.2178923 ], [ 120.0407964, 30.2177471 ], [ 120.0407106, 30.2174949 ], [ 120.0404874, 30.2173021 ], [ 120.0400583, 30.2172279 ], [ 120.0395776, 30.2165455 ], [ 120.0393888, 30.216412 ], [ 120.0391313, 30.2161302 ], [ 120.0388395, 30.2159373 ], [ 120.0384618, 30.2155368 ], [ 120.0381013, 30.2153737 ], [ 120.037758, 30.215077 ], [ 120.037346, 30.2148396 ], [ 120.0371057, 30.2145578 ], [ 120.0369341, 30.2141721 ], [ 120.0368997, 30.2137716 ], [ 120.0369684, 30.2135639 ], [ 120.0371915, 30.2133562 ], [ 120.0374319, 30.2132375 ], [ 120.037655, 30.2130299 ], [ 120.037964, 30.2129409 ], [ 120.0385477, 30.212926 ], [ 120.0389082, 30.213015 ], [ 120.0392343, 30.2129112 ], [ 120.0399381, 30.2129112 ], [ 120.0404874, 30.2131189 ], [ 120.0411226, 30.2134452 ], [ 120.0416547, 30.2137864 ], [ 120.0419809, 30.2139941 ], [ 120.0423071, 30.2139793 ], [ 120.0427877, 30.2137864 ], [ 120.0434229, 30.2135342 ], [ 120.0437662, 30.2133859 ], [ 120.0440237, 30.2134452 ], [ 120.0441267, 30.2139348 ], [ 120.0442297, 30.2143501 ], [ 120.0445215, 30.2148693 ], [ 120.0442297, 30.2150028 ], [ 120.0439035, 30.2153143 ], [ 120.0436288, 30.2155517 ], [ 120.04344, 30.2158335 ], [ 120.0430624, 30.2163082 ], [ 120.042822, 30.2166049 ], [ 120.0424787, 30.2168719 ], [ 120.0421354, 30.2172131 ], [ 120.0417577, 30.2176432 ], [ 120.0416376, 30.2178806 ], [ 120.0416077, 30.2181107 ], [ 120.0417278, 30.218526 ], [ 120.0420196, 30.2188078 ], [ 120.0422306, 30.2190249 ], [ 120.0427406, 30.2195495 ], [ 120.042922, 30.2196412 ], [ 120.0429002, 30.2197604 ], [ 120.0429292, 30.2199298 ], [ 120.0430889, 30.2201117 ], [ 120.0438802, 30.2212094 ], [ 120.0440617, 30.2213788 ], [ 120.0442649, 30.2214729 ], [ 120.0444609, 30.221429 ], [ 120.0446569, 30.2213035 ], [ 120.0447731, 30.2211279 ], [ 120.0449401, 30.2211467 ], [ 120.0449401, 30.2212282 ], [ 120.0449183, 30.2213349 ], [ 120.0447876, 30.2214792 ], [ 120.0447078, 30.2216171 ], [ 120.0447441, 30.2217238 ], [ 120.0450562, 30.2220374 ], [ 120.0451651, 30.2222193 ], [ 120.0452087, 30.222351 ], [ 120.0453393, 30.222351 ], [ 120.04547, 30.222282 ], [ 120.0456515, 30.222144 ], [ 120.045891, 30.2219057 ], [ 120.0459927, 30.2216987 ], [ 120.0460739, 30.2211525 ], [ 120.0460943, 30.221015 ], [ 120.0461233, 30.2207892 ], [ 120.0462467, 30.2206135 ], [ 120.0463774, 30.2204692 ], [ 120.046479, 30.220463 ], [ 120.0470235, 30.2206951 ], [ 120.0470961, 30.2207578 ], [ 120.0470743, 30.2209522 ], [ 120.0471033, 30.2210777 ], [ 120.0471396, 30.2211467 ], [ 120.0472558, 30.2211906 ], [ 120.0475534, 30.2211592 ], [ 120.0476768, 30.2211906 ], [ 120.0478147, 30.221291 ], [ 120.0478873, 30.2214164 ], [ 120.047851, 30.2216673 ], [ 120.0478256, 30.2217372 ], [ 120.0477712, 30.2218869 ], [ 120.0475534, 30.2220061 ], [ 120.0473864, 30.2219935 ], [ 120.0471324, 30.2219433 ], [ 120.0469218, 30.2219245 ], [ 120.0467912, 30.2219872 ], [ 120.0466678, 30.2221064 ], [ 120.0465902, 30.2222487 ], [ 120.0464935, 30.2224263 ], [ 120.0461306, 30.2230912 ], [ 120.0460653, 30.2232606 ], [ 120.0460362, 30.2234362 ], [ 120.0460798, 30.2235491 ], [ 120.0463908, 30.2235457 ], [ 120.0464115, 30.2237923 ], [ 120.0465563, 30.22403 ], [ 120.0463825, 30.2242176 ], [ 120.0463102, 30.2245679 ], [ 120.0465418, 30.224793 ], [ 120.0468892, 30.2249306 ], [ 120.0471932, 30.2249681 ], [ 120.0474683, 30.2249306 ], [ 120.0476275, 30.2252183 ], [ 120.047642, 30.2254935 ], [ 120.0475841, 30.226244 ], [ 120.0477439, 30.2263875 ], [ 120.0483079, 30.226219 ], [ 120.048916, 30.2260689 ], [ 120.0493405, 30.2257829 ], [ 120.0494587, 30.2255595 ], [ 120.0492055, 30.2253934 ], [ 120.048583, 30.2250307 ], [ 120.0484382, 30.2247805 ], [ 120.0483224, 30.2245303 ], [ 120.0481487, 30.2242802 ], [ 120.0480329, 30.2239049 ], [ 120.0479605, 30.2236047 ], [ 120.0479171, 30.2232544 ], [ 120.0479171, 30.2230043 ], [ 120.0481053, 30.222679 ], [ 120.0484382, 30.2226165 ], [ 120.0485975, 30.2225164 ], [ 120.0490463, 30.2222412 ], [ 120.0499438, 30.2217659 ], [ 120.0502333, 30.2215407 ], [ 120.0507255, 30.2214156 ], [ 120.0508124, 30.221253 ], [ 120.0506676, 30.2210403 ], [ 120.0506676, 30.2207902 ], [ 120.0505953, 30.2204274 ], [ 120.0506387, 30.2201522 ], [ 120.0506966, 30.219877 ], [ 120.0508494, 30.2195117 ], [ 120.0509649, 30.2192373 ], [ 120.0513258, 30.2186635 ], [ 120.0514412, 30.2184515 ], [ 120.0517155, 30.2181272 ], [ 120.0515712, 30.21799 ], [ 120.0513979, 30.2178029 ], [ 120.0511959, 30.2174287 ], [ 120.0510226, 30.2171044 ], [ 120.0508927, 30.2167551 ], [ 120.0507628, 30.2163684 ], [ 120.0506618, 30.2160316 ], [ 120.0505108, 30.2155284 ], [ 120.0498534, 30.2153955 ], [ 120.0491028, 30.2152333 ], [ 120.0487997, 30.2151335 ], [ 120.048381, 30.2150711 ], [ 120.0482078, 30.214909 ], [ 120.0481212, 30.2146969 ], [ 120.048049, 30.2143726 ], [ 120.0480057, 30.2140358 ], [ 120.0479336, 30.2138113 ], [ 120.0477892, 30.2135618 ], [ 120.0471685, 30.2132874 ], [ 120.0469664, 30.2130878 ], [ 120.0468365, 30.2128633 ], [ 120.0466633, 30.2125888 ], [ 120.0465767, 30.2123892 ], [ 120.0465045, 30.2121896 ], [ 120.0464612, 30.2117281 ], [ 120.0463168, 30.2114537 ], [ 120.0461003, 30.2112167 ], [ 120.0460294, 30.2111503 ], [ 120.0459271, 30.2110545 ], [ 120.0457106, 30.2109672 ], [ 120.0455229, 30.2110046 ], [ 120.0451476, 30.2109796 ], [ 120.0449744, 30.2109297 ], [ 120.04483, 30.2107426 ], [ 120.0445702, 30.2105805 ], [ 120.0442382, 30.2104308 ], [ 120.0440217, 30.2103185 ], [ 120.0440361, 30.2101314 ], [ 120.0438773, 30.2099817 ], [ 120.0435165, 30.2099068 ], [ 120.0428669, 30.2097821 ], [ 120.042506, 30.2098195 ], [ 120.0419864, 30.2097447 ], [ 120.0416544, 30.2097197 ], [ 120.0414378, 30.2098569 ], [ 120.0407752, 30.2099294 ], [ 120.0403632, 30.2101223 ], [ 120.0398997, 30.2101964 ], [ 120.0394534, 30.2102558 ], [ 120.0388869, 30.2101668 ], [ 120.0384063, 30.2101371 ], [ 120.0379812, 30.2100036 ], [ 120.037861, 30.2097069 ], [ 120.0379125, 30.2095289 ], [ 120.0379812, 30.2092025 ], [ 120.0380155, 30.2089058 ], [ 120.0378095, 30.2087427 ], [ 120.0374662, 30.2085053 ], [ 120.0371572, 30.2082531 ], [ 120.0369684, 30.2080751 ], [ 120.0369512, 30.2078822 ], [ 120.0369856, 30.2074669 ], [ 120.0368139, 30.207185 ], [ 120.0365907, 30.2068141 ], [ 120.0362646, 30.2063839 ], [ 120.0361272, 30.206191 ], [ 120.0357668, 30.2059388 ], [ 120.0357668, 30.2056124 ], [ 120.0357324, 30.2052416 ], [ 120.0354578, 30.2049152 ], [ 120.0352689, 30.2047371 ], [ 120.0352379, 30.2046716 ], [ 120.0351144, 30.2044108 ], [ 120.0346853, 30.2042624 ], [ 120.0344965, 30.2041437 ], [ 120.0341016, 30.2040844 ], [ 120.033724, 30.2040695 ], [ 120.0329172, 30.2038322 ], [ 120.0325224, 30.203758 ], [ 120.0321104, 30.2037432 ], [ 120.031973, 30.2034464 ], [ 120.0318262, 30.2031391 ], [ 120.0316469, 30.202764 ], [ 120.0313207, 30.2023338 ], [ 120.0309946, 30.2019629 ], [ 120.0308229, 30.2016661 ], [ 120.0304967, 30.2011766 ], [ 120.0303594, 30.2006276 ], [ 120.0303251, 30.2001083 ], [ 120.0301363, 30.1999748 ], [ 120.0297929, 30.1996633 ], [ 120.0296556, 30.1993665 ], [ 120.0295526, 30.1989659 ], [ 120.0296899, 30.1985357 ], [ 120.0297758, 30.1981054 ], [ 120.0298788, 30.19769 ], [ 120.0299303, 30.1973488 ], [ 120.0298444, 30.1970817 ], [ 120.0298273, 30.1964734 ], [ 120.0298273, 30.1959986 ], [ 120.0299818, 30.1956425 ], [ 120.0301191, 30.1953013 ], [ 120.0304796, 30.1946781 ], [ 120.0308744, 30.1936989 ], [ 120.0309087, 30.193417 ], [ 120.0306169, 30.1934318 ], [ 120.0304624, 30.1937137 ], [ 120.0300333, 30.1938027 ], [ 120.0298273, 30.1939956 ], [ 120.0293638, 30.1943369 ], [ 120.0290891, 30.1945594 ], [ 120.028866, 30.1948117 ], [ 120.0286428, 30.1950491 ], [ 120.0284025, 30.1952568 ], [ 120.028248, 30.1954497 ], [ 120.0282137, 30.1956574 ], [ 120.0284025, 30.1957316 ], [ 120.0288488, 30.1957464 ], [ 120.0293466, 30.1958354 ], [ 120.0294839, 30.196058 ], [ 120.0294153, 30.1965476 ], [ 120.0292951, 30.1967998 ], [ 120.0293295, 30.1973191 ], [ 120.0291921, 30.1977494 ], [ 120.0289175, 30.197779 ], [ 120.0284025, 30.1976603 ], [ 120.0280248, 30.1976455 ], [ 120.0278703, 30.197779 ], [ 120.0280077, 30.1981351 ], [ 120.0278532, 30.198417 ], [ 120.0277673, 30.1987879 ], [ 120.0278017, 30.199144 ], [ 120.0282137, 30.199322 ], [ 120.0286085, 30.1994704 ], [ 120.0289861, 30.1996633 ], [ 120.0294324, 30.200049 ], [ 120.0297243, 30.2003161 ], [ 120.0296384, 30.2005979 ], [ 120.0294324, 30.2004199 ], [ 120.0291235, 30.2001825 ], [ 120.0287973, 30.1999006 ], [ 120.0285398, 30.1997523 ], [ 120.0281793, 30.1997226 ], [ 120.0277845, 30.1996484 ], [ 120.027527, 30.1996633 ], [ 120.0273553, 30.1999155 ], [ 120.0273553, 30.2002419 ], [ 120.027733, 30.2005831 ], [ 120.0281278, 30.200687 ], [ 120.0286085, 30.2009095 ], [ 120.0291063, 30.2009688 ], [ 120.0294324, 30.2011172 ], [ 120.0298101, 30.2011024 ], [ 120.0297758, 30.2013546 ], [ 120.0298959, 30.2017106 ], [ 120.0297929, 30.2020074 ], [ 120.0295183, 30.2021706 ], [ 120.0291899, 30.2023926 ], [ 120.0290183, 30.2026003 ], [ 120.0286749, 30.2026596 ], [ 120.0283144, 30.2027635 ], [ 120.02816, 30.2029563 ], [ 120.0278853, 30.2031789 ], [ 120.0277995, 30.2034014 ], [ 120.0276793, 30.2036388 ], [ 120.0275076, 30.2034014 ], [ 120.0271643, 30.2031343 ], [ 120.0269068, 30.202897 ], [ 120.0267008, 30.2027783 ], [ 120.0263575, 30.2024519 ], [ 120.0259627, 30.20217 ], [ 120.025688, 30.2020217 ], [ 120.025379, 30.2018288 ], [ 120.0252245, 30.2016063 ], [ 120.0251349, 30.2013967 ], [ 120.0251864, 30.2012335 ], [ 120.0253409, 30.2009962 ], [ 120.0253924, 30.2008033 ], [ 120.0255297, 30.2005362 ], [ 120.0256327, 30.2001802 ], [ 120.0256842, 30.1996906 ], [ 120.0256842, 30.1994235 ], [ 120.0256499, 30.1992603 ], [ 120.0251349, 30.1992752 ], [ 120.0253238, 30.1991416 ], [ 120.0253924, 30.1989488 ], [ 120.0255984, 30.1987856 ], [ 120.0258559, 30.1986965 ], [ 120.0261992, 30.198741 ], [ 120.0265426, 30.1987114 ], [ 120.0266627, 30.1986075 ], [ 120.0267485, 30.1983998 ], [ 120.0267657, 30.1981031 ], [ 120.0268, 30.197747 ], [ 120.0267142, 30.197109 ], [ 120.0264052, 30.1972871 ], [ 120.0263709, 30.1975096 ], [ 120.0260962, 30.1976877 ], [ 120.0260104, 30.1979102 ], [ 120.0257701, 30.1980734 ], [ 120.0255641, 30.1982514 ], [ 120.0252551, 30.1984295 ], [ 120.0248946, 30.1985333 ], [ 120.0248259, 30.1986817 ], [ 120.024517, 30.1987262 ], [ 120.0239505, 30.1984592 ], [ 120.0235556, 30.1984295 ], [ 120.0231437, 30.1985333 ], [ 120.0229205, 30.1987411 ], [ 120.022457, 30.1988894 ], [ 120.022148, 30.1990081 ], [ 120.0219249, 30.1992455 ], [ 120.0215644, 30.1992603 ], [ 120.0212897, 30.1990229 ], [ 120.0210666, 30.1988597 ], [ 120.0214099, 30.1987114 ], [ 120.0215644, 30.1985185 ], [ 120.0217189, 30.1983553 ], [ 120.022045, 30.1982663 ], [ 120.0224398, 30.1979696 ], [ 120.0226458, 30.1977322 ], [ 120.0232295, 30.1976135 ], [ 120.0234012, 30.1973316 ], [ 120.0234012, 30.1969458 ], [ 120.0230235, 30.1971387 ], [ 120.0226115, 30.197198 ], [ 120.0221652, 30.1972574 ], [ 120.0217704, 30.1972871 ], [ 120.021427, 30.1973613 ], [ 120.0211181, 30.1974206 ], [ 120.0207576, 30.1971535 ], [ 120.0203799, 30.1971684 ], [ 120.0202941, 30.1968716 ], [ 120.0201739, 30.1966046 ], [ 120.0202941, 30.1963375 ], [ 120.0197963, 30.1962188 ], [ 120.0195216, 30.1961743 ], [ 120.0196074, 30.1959518 ], [ 120.0197619, 30.1955215 ], [ 120.0197619, 30.1951951 ], [ 120.0196418, 30.1950319 ], [ 120.0194873, 30.194839 ], [ 120.0193499, 30.1946461 ], [ 120.0190581, 30.1945126 ], [ 120.0187148, 30.1944829 ], [ 120.0181998, 30.1943939 ], [ 120.018114, 30.194201 ], [ 120.0181311, 30.1939933 ], [ 120.0184916, 30.1938894 ], [ 120.0188006, 30.1938449 ], [ 120.0190409, 30.1936965 ], [ 120.0196761, 30.1935778 ], [ 120.0200022, 30.1934443 ], [ 120.0203799, 30.1934295 ], [ 120.0208091, 30.1939933 ], [ 120.021118, 30.1940229 ], [ 120.0214785, 30.1938746 ], [ 120.0216845, 30.193652 ], [ 120.0223712, 30.1936075 ], [ 120.0226802, 30.1935036 ], [ 120.023281, 30.193474 ], [ 120.0235213, 30.1933108 ], [ 120.0237788, 30.1930734 ], [ 120.0241393, 30.1928508 ], [ 120.0245341, 30.1926431 ], [ 120.0249804, 30.192198 ], [ 120.0255812, 30.1919309 ], [ 120.0255297, 30.1915154 ], [ 120.0255297, 30.191011 ], [ 120.0258387, 30.1908923 ], [ 120.0261306, 30.1908477 ], [ 120.0265254, 30.1906994 ], [ 120.027006, 30.1905658 ], [ 120.0276927, 30.1903581 ], [ 120.02783, 30.1901652 ], [ 120.027727, 30.1899426 ], [ 120.0277442, 30.1897943 ], [ 120.0277957, 30.1895569 ], [ 120.0279158, 30.1893936 ], [ 120.028345, 30.1893046 ], [ 120.0287913, 30.1890969 ], [ 120.0286368, 30.188904 ], [ 120.028654, 30.1886814 ], [ 120.0287741, 30.188444 ], [ 120.028757, 30.1881176 ], [ 120.0287913, 30.1877318 ], [ 120.0287055, 30.1874499 ], [ 120.0284308, 30.1870789 ], [ 120.0282592, 30.1869157 ], [ 120.028448, 30.1866634 ], [ 120.028345, 30.1865299 ], [ 120.0277613, 30.1865596 ], [ 120.0272464, 30.1865596 ], [ 120.027006, 30.1863815 ], [ 120.0267829, 30.1863073 ], [ 120.0268515, 30.1858622 ], [ 120.027006, 30.1854912 ], [ 120.0270575, 30.1852835 ], [ 120.0270919, 30.1848977 ], [ 120.0270575, 30.1847048 ], [ 120.0266799, 30.1843783 ], [ 120.0262507, 30.1841557 ], [ 120.0260104, 30.1841112 ], [ 120.0258902, 30.183948 ], [ 120.0253753, 30.1836809 ], [ 120.0246714, 30.1831764 ], [ 120.0244655, 30.1829983 ], [ 120.0241565, 30.1827906 ], [ 120.0236071, 30.1825383 ], [ 120.0231952, 30.1823157 ], [ 120.0227145, 30.1820189 ], [ 120.0223197, 30.1818557 ], [ 120.0218562, 30.1818557 ], [ 120.0213584, 30.1818409 ], [ 120.0209636, 30.1818409 ], [ 120.0205344, 30.1817518 ], [ 120.0203456, 30.1816035 ], [ 120.0199164, 30.1813809 ], [ 120.0198993, 30.1812325 ], [ 120.0200709, 30.1811583 ], [ 120.0201911, 30.1809505 ], [ 120.0202347, 30.1807225 ], [ 120.0203416, 30.180514 ], [ 120.020027, 30.1804168 ], [ 120.0198593, 30.1803171 ], [ 120.0196734, 30.1799865 ], [ 120.0194017, 30.1797607 ], [ 120.0194087, 30.1795381 ], [ 120.0195157, 30.1794092 ], [ 120.0194876, 30.1793095 ], [ 120.0194481, 30.1791796 ], [ 120.0193945, 30.179127 ], [ 120.0194302, 30.1789786 ], [ 120.0194446, 30.1789044 ], [ 120.0193374, 30.1787931 ], [ 120.0192765, 30.1786417 ], [ 120.0193803, 30.1785735 ], [ 120.0195125, 30.1785427 ], [ 120.019652, 30.1785364 ], [ 120.0198022, 30.1785211 ], [ 120.0199167, 30.17849 ], [ 120.0199918, 30.1784344 ], [ 120.0200632, 30.1783572 ], [ 120.0201313, 30.1782767 ], [ 120.0201957, 30.1781717 ], [ 120.0202493, 30.1780912 ], [ 120.0203712, 30.1779519 ], [ 120.0205816, 30.1779057 ], [ 120.0206216, 30.1776349 ], [ 120.0206766, 30.177618 ], [ 120.0208404, 30.1776301 ], [ 120.0208948, 30.1776292 ], [ 120.0209502, 30.1776169 ], [ 120.0210288, 30.1775997 ], [ 120.0211355, 30.1775768 ], [ 120.0212562, 30.1775605 ], [ 120.0213601, 30.1775782 ], [ 120.0215117, 30.1776496 ], [ 120.0218439, 30.1775503 ], [ 120.0221015, 30.1775336 ], [ 120.0222623, 30.1774483 ], [ 120.0223846, 30.1773744 ], [ 120.022547, 30.1773255 ], [ 120.022788, 30.1772936 ], [ 120.0230679, 30.1772618 ], [ 120.0234011, 30.1771913 ], [ 120.0235337, 30.1770922 ], [ 120.0235439, 30.1769243 ], [ 120.0234621, 30.1767564 ], [ 120.0232577, 30.1767123 ], [ 120.0228079, 30.1768095 ], [ 120.0224502, 30.176836 ], [ 120.0224911, 30.1767123 ], [ 120.0226648, 30.1766504 ], [ 120.0228795, 30.1766062 ], [ 120.02323, 30.1764824 ], [ 120.0236224, 30.1764356 ], [ 120.0235151, 30.176351 ], [ 120.0232993, 30.1762656 ], [ 120.0229548, 30.1760387 ], [ 120.02256, 30.1759941 ], [ 120.022427, 30.1756666 ], [ 120.0222684, 30.1755046 ], [ 120.0221243, 30.1753301 ], [ 120.0219764, 30.1749257 ], [ 120.0217017, 30.174614 ], [ 120.0214442, 30.1744359 ], [ 120.0212554, 30.1741688 ], [ 120.0213412, 30.1738572 ], [ 120.0209292, 30.1736049 ], [ 120.0204314, 30.1735752 ], [ 120.0195388, 30.1733081 ], [ 120.0190581, 30.1731597 ], [ 120.0197104, 30.1726254 ], [ 120.0203112, 30.1723435 ], [ 120.0209636, 30.1721951 ], [ 120.0212725, 30.1719576 ], [ 120.0216674, 30.1720021 ], [ 120.0219592, 30.1721654 ], [ 120.022869, 30.1725958 ], [ 120.0230922, 30.1726996 ], [ 120.0234698, 30.1726996 ], [ 120.0237101, 30.1725364 ], [ 120.0246371, 30.1721802 ], [ 120.0251521, 30.1720912 ], [ 120.0257701, 30.1718834 ], [ 120.0262164, 30.1717053 ], [ 120.0266456, 30.1716756 ], [ 120.0270919, 30.1715272 ], [ 120.027315, 30.1716311 ], [ 120.027418, 30.1718092 ], [ 120.027624, 30.1718834 ], [ 120.0279158, 30.1717498 ], [ 120.0281905, 30.1716756 ], [ 120.0284995, 30.1715866 ], [ 120.0287055, 30.171453 ], [ 120.0290488, 30.1713937 ], [ 120.0293406, 30.1713046 ], [ 120.029684, 30.1711562 ], [ 120.0303191, 30.1710078 ], [ 120.0308684, 30.1706071 ], [ 120.0308856, 30.1703548 ], [ 120.0306109, 30.1703548 ], [ 120.0303191, 30.1703697 ], [ 120.0300273, 30.1704142 ], [ 120.029684, 30.1704736 ], [ 120.0294608, 30.1705032 ], [ 120.0293063, 30.1706665 ], [ 120.0289801, 30.1710227 ], [ 120.0288085, 30.1710969 ], [ 120.0287742, 30.1708743 ], [ 120.0285167, 30.1707407 ], [ 120.0281733, 30.1708594 ], [ 120.028345, 30.1705774 ], [ 120.0281905, 30.170429 ], [ 120.0278987, 30.170429 ], [ 120.0275725, 30.1703845 ], [ 120.0275039, 30.1702361 ], [ 120.0270747, 30.170058 ], [ 120.0267485, 30.1699393 ], [ 120.0260962, 30.1699393 ], [ 120.0250663, 30.1696722 ], [ 120.0245341, 30.1694199 ], [ 120.0243796, 30.1693308 ], [ 120.0241565, 30.1690785 ], [ 120.0233497, 30.169034 ], [ 120.0229377, 30.1688411 ], [ 120.022663, 30.1687075 ], [ 120.022663, 30.1683958 ], [ 120.0228347, 30.1678764 ], [ 120.0225943, 30.1677725 ], [ 120.0218734, 30.1676538 ], [ 120.0214614, 30.1675351 ], [ 120.0212382, 30.1674312 ], [ 120.0208091, 30.1671047 ], [ 120.0203799, 30.1669859 ], [ 120.0200366, 30.1670305 ], [ 120.0198478, 30.167075 ], [ 120.0192469, 30.1671047 ], [ 120.0186976, 30.1670898 ], [ 120.0183028, 30.1670453 ], [ 120.0178222, 30.1669117 ], [ 120.017496, 30.1669711 ], [ 120.0169639, 30.167075 ], [ 120.0164317, 30.167164 ], [ 120.0160197, 30.1672085 ], [ 120.0156077, 30.167164 ], [ 120.0151271, 30.1671047 ], [ 120.0147666, 30.1671492 ], [ 120.0143889, 30.1672828 ], [ 120.014222086375341, 30.167296116452441 ], [ 120.011319105932344, 30.180992355259949 ], [ 120.011292227790761, 30.181119166119704 ], [ 120.0113615, 30.1813169 ], [ 120.0111505, 30.1819094 ], [ 120.0110117, 30.1825402 ], [ 120.0111998, 30.1828369 ], [ 120.0114573, 30.1830743 ], [ 120.0118693, 30.1834305 ], [ 120.012041, 30.1836975 ], [ 120.0126074, 30.183935 ], [ 120.0128306, 30.184113 ], [ 120.0132426, 30.1843504 ], [ 120.0138262, 30.1844395 ], [ 120.0139636, 30.1845285 ], [ 120.0142725, 30.1847363 ], [ 120.0149249, 30.1848698 ], [ 120.0156287, 30.1849292 ], [ 120.0160407, 30.1851369 ], [ 120.0163153, 30.1853595 ], [ 120.0165556, 30.185493 ], [ 120.0169848, 30.1855079 ], [ 120.017311, 30.1856711 ], [ 120.0174139, 30.1858788 ], [ 120.0176199, 30.1859975 ], [ 120.0177744, 30.1862201 ], [ 120.0177916, 30.1865317 ], [ 120.0178946, 30.1867098 ], [ 120.0179633, 30.1870214 ], [ 120.0180148, 30.1872885 ], [ 120.0182723, 30.1874962 ], [ 120.0186327, 30.1875852 ], [ 120.0186327, 30.1878226 ], [ 120.0185641, 30.1881491 ], [ 120.0185469, 30.188431 ], [ 120.0187014, 30.1886239 ], [ 120.0189417, 30.1888019 ], [ 120.0192164, 30.18898 ], [ 120.0196112, 30.189158 ], [ 120.019697, 30.1893361 ], [ 120.0197829, 30.1896625 ], [ 120.0196112, 30.1896774 ], [ 120.0191306, 30.1896774 ], [ 120.0185298, 30.1895587 ], [ 120.0181006, 30.1893806 ], [ 120.0175684, 30.1894845 ], [ 120.0171736, 30.1896477 ], [ 120.016693, 30.1896477 ], [ 120.0162295, 30.1896625 ], [ 120.0156458, 30.1895142 ], [ 120.0150279, 30.18944 ], [ 120.0144442, 30.1892174 ], [ 120.0136546, 30.1886981 ], [ 120.0132082, 30.1888168 ], [ 120.0128134, 30.1888316 ], [ 120.0121096, 30.1887426 ], [ 120.0114058, 30.1885794 ], [ 120.0109252, 30.1882974 ], [ 120.0104788, 30.1878375 ], [ 120.01029, 30.1880007 ], [ 120.0101698, 30.1885349 ], [ 120.009981, 30.1889503 ], [ 120.0097579, 30.1893213 ], [ 120.0094317, 30.1895142 ], [ 120.0088309, 30.1896032 ], [ 120.0085906, 30.1896922 ], [ 120.0084189, 30.1900038 ], [ 120.0085219, 30.1905676 ], [ 120.0087451, 30.1908941 ], [ 120.0089167, 30.1912947 ], [ 120.0089339, 30.1916063 ], [ 120.0086249, 30.1920514 ], [ 120.0084017, 30.1925262 ], [ 120.0083846, 30.1928229 ], [ 120.0083674, 30.1935796 ], [ 120.0081261, 30.1946264 ], [ 120.0082273, 30.1950262 ], [ 120.0085019, 30.1951636 ], [ 120.0089067, 30.1949387 ], [ 120.009297, 30.1947013 ], [ 120.0096439, 30.194439 ], [ 120.0101065, 30.194264 ], [ 120.010439, 30.1941766 ], [ 120.0108582, 30.1941766 ], [ 120.0115232, 30.1941391 ], [ 120.0119713, 30.1939017 ], [ 120.0126363, 30.1937393 ], [ 120.0132868, 30.1939017 ], [ 120.0135325, 30.1940266 ], [ 120.0138361, 30.194314 ], [ 120.0141975, 30.1944265 ], [ 120.0144143, 30.1945889 ], [ 120.0149341, 30.1948852 ], [ 120.0149808, 30.1951933 ], [ 120.0144577, 30.1952261 ], [ 120.014371, 30.1953511 ], [ 120.0141541, 30.1955635 ], [ 120.0138072, 30.1957884 ], [ 120.0135759, 30.1960882 ], [ 120.0133735, 30.1964006 ], [ 120.0134747, 30.1966505 ], [ 120.0135615, 30.1970878 ], [ 120.0135904, 30.1973501 ], [ 120.0134418, 30.1975288 ], [ 120.0136824, 30.1980592 ], [ 120.0138506, 30.1981498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 6.482537e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0497142, 30.1809381 ], [ 120.0494867, 30.180953 ], [ 120.0494915, 30.1810154 ], [ 120.0494459, 30.1810224 ], [ 120.0495639, 30.1812704 ], [ 120.0497141, 30.1812102 ], [ 120.0497142, 30.1809381 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.282374e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0504839, 30.1810015 ], [ 120.0504034, 30.1810038 ], [ 120.0504004, 30.1810509 ], [ 120.0504434, 30.1810525 ], [ 120.0504126, 30.181326 ], [ 120.0504437, 30.1813261 ], [ 120.0504839, 30.1810015 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "香樟公园", "area_sqm": 2.6344735e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0336943, 30.1866605 ], [ 120.0336523, 30.1870363 ], [ 120.0338245, 30.1870477 ], [ 120.0345881, 30.1871183 ], [ 120.0341004, 30.1868379 ], [ 120.0338201, 30.1863953 ], [ 120.0336722, 30.1865651 ], [ 120.0336943, 30.1866605 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "杭州午潮山国家森林公园", "area_sqm": 0.00020656136992499999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9938836, 30.187524 ], [ 119.9944232, 30.1884511 ], [ 119.9957892, 30.1901944 ], [ 119.9967372, 30.1908876 ], [ 119.9967679, 30.1913472 ], [ 119.99724, 30.1916887 ], [ 119.9982665, 30.1929688 ], [ 119.9994558, 30.1935594 ], [ 119.9998831, 30.1940365 ], [ 120.0007584, 30.1947414 ], [ 120.0012498, 30.1953644 ], [ 120.0018196, 30.195596 ], [ 120.0027029, 30.1958978 ], [ 120.0033048, 30.1959444 ], [ 120.0043516, 30.1965267 ], [ 120.0054102, 30.1970753 ], [ 120.0055775, 30.1973003 ], [ 120.0060133, 30.1976751 ], [ 120.0068758, 30.1973776 ], [ 120.0073478, 30.1972292 ], [ 120.0084636, 30.1966914 ], [ 120.0095794, 30.1974332 ], [ 120.0100301, 30.1975445 ], [ 120.0111673, 30.1972107 ], [ 120.0116179, 30.1972848 ], [ 120.0132487, 30.1979896 ], [ 120.0134418, 30.1975288 ], [ 120.0135904, 30.1973501 ], [ 120.0135615, 30.1970878 ], [ 120.0134747, 30.1966505 ], [ 120.0133735, 30.1964006 ], [ 120.0135759, 30.1960882 ], [ 120.0138072, 30.1957884 ], [ 120.0141541, 30.1955635 ], [ 120.014371, 30.1953511 ], [ 120.0144577, 30.1952261 ], [ 120.0149808, 30.1951933 ], [ 120.0149341, 30.1948852 ], [ 120.0144143, 30.1945889 ], [ 120.0141975, 30.1944265 ], [ 120.0138361, 30.194314 ], [ 120.0135325, 30.1940266 ], [ 120.0132868, 30.1939017 ], [ 120.0126363, 30.1937393 ], [ 120.0119713, 30.1939017 ], [ 120.0115232, 30.1941391 ], [ 120.0108582, 30.1941766 ], [ 120.010439, 30.1941766 ], [ 120.0101065, 30.194264 ], [ 120.0096439, 30.194439 ], [ 120.009297, 30.1947013 ], [ 120.0089067, 30.1949387 ], [ 120.0085019, 30.1951636 ], [ 120.0082273, 30.1950262 ], [ 120.0081261, 30.1946264 ], [ 120.0083674, 30.1935796 ], [ 120.0083846, 30.1928229 ], [ 120.0084017, 30.1925262 ], [ 120.0086249, 30.1920514 ], [ 120.0089339, 30.1916063 ], [ 120.0089167, 30.1912947 ], [ 120.0087451, 30.1908941 ], [ 120.0085219, 30.1905676 ], [ 120.0084189, 30.1900038 ], [ 120.0085906, 30.1896922 ], [ 120.0088309, 30.1896032 ], [ 120.0094317, 30.1895142 ], [ 120.0097579, 30.1893213 ], [ 120.009981, 30.1889503 ], [ 120.0101698, 30.1885349 ], [ 120.01029, 30.1880007 ], [ 120.0104788, 30.1878375 ], [ 120.0109252, 30.1882974 ], [ 120.0114058, 30.1885794 ], [ 120.0121096, 30.1887426 ], [ 120.0128134, 30.1888316 ], [ 120.0132082, 30.1888168 ], [ 120.0136546, 30.1886981 ], [ 120.0144442, 30.1892174 ], [ 120.0150279, 30.18944 ], [ 120.0156458, 30.1895142 ], [ 120.0162295, 30.1896625 ], [ 120.016693, 30.1896477 ], [ 120.0171736, 30.1896477 ], [ 120.0175684, 30.1894845 ], [ 120.0181006, 30.1893806 ], [ 120.0185298, 30.1895587 ], [ 120.0191306, 30.1896774 ], [ 120.0196112, 30.1896774 ], [ 120.0197829, 30.1896625 ], [ 120.019697, 30.1893361 ], [ 120.0196112, 30.189158 ], [ 120.0192164, 30.18898 ], [ 120.0189417, 30.1888019 ], [ 120.0187014, 30.1886239 ], [ 120.0185469, 30.188431 ], [ 120.0185641, 30.1881491 ], [ 120.0186327, 30.1878226 ], [ 120.0186327, 30.1875852 ], [ 120.0182723, 30.1874962 ], [ 120.0180148, 30.1872885 ], [ 120.0179633, 30.1870214 ], [ 120.0178946, 30.1867098 ], [ 120.0177916, 30.1865317 ], [ 120.0177744, 30.1862201 ], [ 120.0176199, 30.1859975 ], [ 120.0174139, 30.1858788 ], [ 120.017311, 30.1856711 ], [ 120.0169848, 30.1855079 ], [ 120.0165556, 30.185493 ], [ 120.0163153, 30.1853595 ], [ 120.0160407, 30.1851369 ], [ 120.0156287, 30.1849292 ], [ 120.0149249, 30.1848698 ], [ 120.0142725, 30.1847363 ], [ 120.0139636, 30.1845285 ], [ 120.0138262, 30.1844395 ], [ 120.0132426, 30.1843504 ], [ 120.0128306, 30.184113 ], [ 120.0126074, 30.183935 ], [ 120.012041, 30.1836975 ], [ 120.0118693, 30.1834305 ], [ 120.0114573, 30.1830743 ], [ 120.0111998, 30.1828369 ], [ 120.0110117, 30.1825402 ], [ 120.010989240795979, 30.182548656368652 ], [ 120.010933, 30.182814 ], [ 120.009939371946857, 30.183004534615787 ], [ 120.0096081, 30.1832464 ], [ 120.0083937, 30.1835819 ], [ 120.0076912, 30.1839696 ], [ 120.0069828, 30.1844954 ], [ 120.0062744, 30.18459 ], [ 120.0056568, 30.1848604 ], [ 120.0040658, 30.1846972 ], [ 120.0027635, 30.1847054 ], [ 120.0013002, 30.1851071 ], [ 120.000673374292134, 30.184781349690024 ], [ 119.993489, 30.186159 ], [ 119.993474284961664, 30.18615019070981 ], [ 119.9934585, 30.1861595 ], [ 119.9931817, 30.186714 ], [ 119.9938836, 30.187524 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "龙坞片区", "area_sqm": 0.00058852942221500001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0138506, 30.1981498 ], [ 120.014053, 30.1983996 ], [ 120.0142553, 30.198637 ], [ 120.0144288, 30.1988744 ], [ 120.0147468, 30.1991743 ], [ 120.0152383, 30.1994241 ], [ 120.0156575, 30.1995241 ], [ 120.01599, 30.199649 ], [ 120.0163803, 30.1999364 ], [ 120.0166839, 30.1999989 ], [ 120.0169152, 30.2001238 ], [ 120.0174501, 30.2001863 ], [ 120.0178693, 30.2004111 ], [ 120.0181295, 30.2005986 ], [ 120.0182596, 30.2007485 ], [ 120.0187077, 30.2006985 ], [ 120.019098, 30.2006985 ], [ 120.0194161, 30.2006235 ], [ 120.0196474, 30.200736 ], [ 120.0198786, 30.2009234 ], [ 120.0201967, 30.2011858 ], [ 120.0203701, 30.2013232 ], [ 120.0207171, 30.2014606 ], [ 120.0208906, 30.2015606 ], [ 120.0211941, 30.2016855 ], [ 120.0216712, 30.2018229 ], [ 120.0219025, 30.2018604 ], [ 120.0219892, 30.2019604 ], [ 120.0221916, 30.2022727 ], [ 120.0223772, 30.2026453 ], [ 120.0226862, 30.2029124 ], [ 120.0230981, 30.2031497 ], [ 120.0236303, 30.2033278 ], [ 120.0240766, 30.2034464 ], [ 120.0244092, 30.2035744 ], [ 120.0245229, 30.2040399 ], [ 120.0247118, 30.2043514 ], [ 120.0249349, 30.2047223 ], [ 120.0251752, 30.2050339 ], [ 120.0254671, 30.2054789 ], [ 120.0257932, 30.2057311 ], [ 120.0260164, 30.2057905 ], [ 120.0262739, 30.2058646 ], [ 120.0264799, 30.2059982 ], [ 120.0266515, 30.2062949 ], [ 120.0268404, 30.2063542 ], [ 120.0273554, 30.2064284 ], [ 120.02763, 30.2064284 ], [ 120.0282308, 30.2064432 ], [ 120.02866, 30.2065026 ], [ 120.028969, 30.2065916 ], [ 120.0296213, 30.2066954 ], [ 120.0299474, 30.2066064 ], [ 120.0304109, 30.2065619 ], [ 120.0310632, 30.2065174 ], [ 120.0317499, 30.206369 ], [ 120.0322305, 30.2061613 ], [ 120.0326254, 30.2060278 ], [ 120.0330888, 30.2059982 ], [ 120.0333463, 30.2060575 ], [ 120.0329858, 30.2064581 ], [ 120.0324709, 30.2067251 ], [ 120.0321447, 30.2069179 ], [ 120.0317499, 30.207007 ], [ 120.0309259, 30.2074223 ], [ 120.0306684, 30.2077784 ], [ 120.0309259, 30.2078971 ], [ 120.0313551, 30.2078822 ], [ 120.0318185, 30.2080157 ], [ 120.0326254, 30.2082383 ], [ 120.0331575, 30.2082828 ], [ 120.0336553, 30.2083421 ], [ 120.0339643, 30.2082679 ], [ 120.0340845, 30.2080454 ], [ 120.0344106, 30.2076745 ], [ 120.0347883, 30.207185 ], [ 120.0352174, 30.2067993 ], [ 120.0357153, 30.2069476 ], [ 120.0361959, 30.207363 ], [ 120.0362817, 30.2076449 ], [ 120.0365907, 30.2079564 ], [ 120.0368654, 30.2082531 ], [ 120.0370885, 30.2084311 ], [ 120.0373117, 30.2085795 ], [ 120.0375349, 30.2087872 ], [ 120.0377409, 30.2089207 ], [ 120.0377752, 30.2091135 ], [ 120.0377065, 30.2093806 ], [ 120.0374834, 30.2095586 ], [ 120.0371572, 30.2097218 ], [ 120.0367967, 30.2098998 ], [ 120.0364534, 30.2102113 ], [ 120.0358869, 30.210775 ], [ 120.0357324, 30.2109975 ], [ 120.0356294, 30.2112646 ], [ 120.0355779, 30.2116206 ], [ 120.0356123, 30.2119025 ], [ 120.0356638, 30.2123178 ], [ 120.0357839, 30.2125255 ], [ 120.0359556, 30.2128519 ], [ 120.0361616, 30.2132079 ], [ 120.0362474, 30.2133859 ], [ 120.0363332, 30.2136974 ], [ 120.0364534, 30.2139051 ], [ 120.0364019, 30.2142314 ], [ 120.0361272, 30.2146023 ], [ 120.0357324, 30.2147951 ], [ 120.0353376, 30.2149583 ], [ 120.034857, 30.2151363 ], [ 120.0346166, 30.2153143 ], [ 120.0343076, 30.2154775 ], [ 120.0342339, 30.2155118 ], [ 120.0340845, 30.2155813 ], [ 120.034342, 30.2157297 ], [ 120.0345136, 30.2157148 ], [ 120.0346166, 30.2156703 ], [ 120.0348913, 30.2155517 ], [ 120.0352174, 30.2154033 ], [ 120.0354578, 30.2152995 ], [ 120.0357324, 30.2151808 ], [ 120.0361101, 30.2151066 ], [ 120.0362646, 30.2152402 ], [ 120.0362646, 30.215522 ], [ 120.0361272, 30.2157297 ], [ 120.0358869, 30.2158928 ], [ 120.0353548, 30.2162489 ], [ 120.0350458, 30.2164565 ], [ 120.0350286, 30.2166494 ], [ 120.0351488, 30.2169312 ], [ 120.0352346, 30.2172279 ], [ 120.0355093, 30.2175839 ], [ 120.0357839, 30.2179102 ], [ 120.0360414, 30.2183107 ], [ 120.0361393, 30.2186501 ], [ 120.0365157, 30.2188377 ], [ 120.0366471, 30.2189002 ], [ 120.0368053, 30.2189753 ], [ 120.0370786, 30.2189481 ], [ 120.0373292, 30.2190212 ], [ 120.0373374, 30.2193236 ], [ 120.0369935, 30.2194382 ], [ 120.0366867, 30.2194582 ], [ 120.0365434, 30.2194935 ], [ 120.0364205, 30.2195997 ], [ 120.0362875, 30.2198385 ], [ 120.0361749, 30.2200596 ], [ 120.036093, 30.2204135 ], [ 120.036093, 30.2206434 ], [ 120.036093, 30.2208911 ], [ 120.0361851, 30.2210946 ], [ 120.0362568, 30.2213068 ], [ 120.0363898, 30.2215103 ], [ 120.0366355, 30.2216341 ], [ 120.0368198, 30.221758 ], [ 120.0370552, 30.2217491 ], [ 120.0373009, 30.2211742 ], [ 120.037608, 30.22044 ], [ 120.0376881, 30.2202611 ], [ 120.0377308, 30.2201658 ], [ 120.0378596, 30.2199955 ], [ 120.0379048, 30.2199358 ], [ 120.0381198, 30.2199093 ], [ 120.0384576, 30.2199977 ], [ 120.0386624, 30.220095 ], [ 120.0387033, 30.2203515 ], [ 120.0385293, 30.2206081 ], [ 120.0384679, 30.2207761 ], [ 120.0384986, 30.2209442 ], [ 120.0383757, 30.2211034 ], [ 120.0381608, 30.2212626 ], [ 120.0380277, 30.2214307 ], [ 120.0381301, 30.2216076 ], [ 120.037997, 30.221696 ], [ 120.0379356, 30.2219614 ], [ 120.037891, 30.2221707 ], [ 120.0378639, 30.2222975 ], [ 120.037997, 30.2225009 ], [ 120.0382017, 30.2225982 ], [ 120.0389285, 30.2229255 ], [ 120.0393482, 30.2230759 ], [ 120.0396041, 30.2230936 ], [ 120.039727, 30.2229697 ], [ 120.0398907, 30.222669 ], [ 120.0399624, 30.2223683 ], [ 120.0401876, 30.222324 ], [ 120.0404128, 30.222439 ], [ 120.0404128, 30.2226425 ], [ 120.0403719, 30.2228459 ], [ 120.0403062, 30.2230351 ], [ 120.0402797, 30.2231113 ], [ 120.0402797, 30.2233324 ], [ 120.0404128, 30.2235093 ], [ 120.0405664, 30.2235712 ], [ 120.0408018, 30.2234916 ], [ 120.0409246, 30.2233324 ], [ 120.0411191, 30.2231466 ], [ 120.041242, 30.2231113 ], [ 120.0413443, 30.2232439 ], [ 120.0413853, 30.2233855 ], [ 120.0413853, 30.2236066 ], [ 120.0413906, 30.2236918 ], [ 120.0414058, 30.2239339 ], [ 120.0414058, 30.2240754 ], [ 120.0415184, 30.2241904 ], [ 120.0416622, 30.2242129 ], [ 120.0417436, 30.2242257 ], [ 120.0418971, 30.2241727 ], [ 120.0421428, 30.2238366 ], [ 120.0422554, 30.223642 ], [ 120.0424396, 30.2235801 ], [ 120.0426853, 30.2235889 ], [ 120.0428286, 30.2236331 ], [ 120.0429105, 30.2238543 ], [ 120.0428389, 30.2240665 ], [ 120.0427263, 30.22427 ], [ 120.0426137, 30.2245265 ], [ 120.0424908, 30.2246503 ], [ 120.0423168, 30.2248007 ], [ 120.0422963, 30.2249599 ], [ 120.0422963, 30.2251102 ], [ 120.0423475, 30.2252606 ], [ 120.0424806, 30.2253844 ], [ 120.0426847, 30.2254009 ], [ 120.043131, 30.2250597 ], [ 120.0433714, 30.2249263 ], [ 120.0435773, 30.2248076 ], [ 120.0438692, 30.2247483 ], [ 120.0440752, 30.2245703 ], [ 120.044367, 30.2242736 ], [ 120.0444872, 30.2240066 ], [ 120.044573, 30.2234578 ], [ 120.0444872, 30.2232502 ], [ 120.0440408, 30.2226865 ], [ 120.0434915, 30.2220339 ], [ 120.042822, 30.2212032 ], [ 120.042513, 30.2207582 ], [ 120.0420667, 30.2200166 ], [ 120.0421182, 30.2198237 ], [ 120.0417406, 30.2193194 ], [ 120.0409853, 30.2183997 ], [ 120.0408384, 30.2178923 ], [ 120.0407964, 30.2177471 ], [ 120.0407106, 30.2174949 ], [ 120.0404874, 30.2173021 ], [ 120.0400583, 30.2172279 ], [ 120.0395776, 30.2165455 ], [ 120.0393888, 30.216412 ], [ 120.0391313, 30.2161302 ], [ 120.0388395, 30.2159373 ], [ 120.0384618, 30.2155368 ], [ 120.0381013, 30.2153737 ], [ 120.037758, 30.215077 ], [ 120.037346, 30.2148396 ], [ 120.0371057, 30.2145578 ], [ 120.0369341, 30.2141721 ], [ 120.0368997, 30.2137716 ], [ 120.0369684, 30.2135639 ], [ 120.0371915, 30.2133562 ], [ 120.0374319, 30.2132375 ], [ 120.037655, 30.2130299 ], [ 120.037964, 30.2129409 ], [ 120.0385477, 30.212926 ], [ 120.0389082, 30.213015 ], [ 120.0392343, 30.2129112 ], [ 120.0399381, 30.2129112 ], [ 120.0404874, 30.2131189 ], [ 120.0411226, 30.2134452 ], [ 120.0416547, 30.2137864 ], [ 120.0419809, 30.2139941 ], [ 120.0423071, 30.2139793 ], [ 120.0427877, 30.2137864 ], [ 120.0434229, 30.2135342 ], [ 120.0437662, 30.2133859 ], [ 120.0440237, 30.2134452 ], [ 120.0441267, 30.2139348 ], [ 120.0442297, 30.2143501 ], [ 120.0445215, 30.2148693 ], [ 120.0442297, 30.2150028 ], [ 120.0439035, 30.2153143 ], [ 120.0436288, 30.2155517 ], [ 120.04344, 30.2158335 ], [ 120.0430624, 30.2163082 ], [ 120.042822, 30.2166049 ], [ 120.0424787, 30.2168719 ], [ 120.0421354, 30.2172131 ], [ 120.0417577, 30.2176432 ], [ 120.0416376, 30.2178806 ], [ 120.0416077, 30.2181107 ], [ 120.0417278, 30.218526 ], [ 120.0420196, 30.2188078 ], [ 120.0422306, 30.2190249 ], [ 120.0427406, 30.2195495 ], [ 120.042922, 30.2196412 ], [ 120.0429002, 30.2197604 ], [ 120.0429292, 30.2199298 ], [ 120.0430889, 30.2201117 ], [ 120.0438802, 30.2212094 ], [ 120.0440617, 30.2213788 ], [ 120.0442649, 30.2214729 ], [ 120.0444609, 30.221429 ], [ 120.0446569, 30.2213035 ], [ 120.0447731, 30.2211279 ], [ 120.0449401, 30.2211467 ], [ 120.0449401, 30.2212282 ], [ 120.0449183, 30.2213349 ], [ 120.0447876, 30.2214792 ], [ 120.0447078, 30.2216171 ], [ 120.0447441, 30.2217238 ], [ 120.0450562, 30.2220374 ], [ 120.0451651, 30.2222193 ], [ 120.0452087, 30.222351 ], [ 120.0453393, 30.222351 ], [ 120.04547, 30.222282 ], [ 120.0456515, 30.222144 ], [ 120.045891, 30.2219057 ], [ 120.0459927, 30.2216987 ], [ 120.0460739, 30.2211525 ], [ 120.0460943, 30.221015 ], [ 120.0461233, 30.2207892 ], [ 120.0462467, 30.2206135 ], [ 120.0463774, 30.2204692 ], [ 120.046479, 30.220463 ], [ 120.0470235, 30.2206951 ], [ 120.0470961, 30.2207578 ], [ 120.0470743, 30.2209522 ], [ 120.0471033, 30.2210777 ], [ 120.0471396, 30.2211467 ], [ 120.0472558, 30.2211906 ], [ 120.0475534, 30.2211592 ], [ 120.0476768, 30.2211906 ], [ 120.0478147, 30.221291 ], [ 120.0478873, 30.2214164 ], [ 120.047851, 30.2216673 ], [ 120.0478256, 30.2217372 ], [ 120.0477712, 30.2218869 ], [ 120.0475534, 30.2220061 ], [ 120.0473864, 30.2219935 ], [ 120.0471324, 30.2219433 ], [ 120.0469218, 30.2219245 ], [ 120.0467912, 30.2219872 ], [ 120.0466678, 30.2221064 ], [ 120.0465902, 30.2222487 ], [ 120.0464935, 30.2224263 ], [ 120.0461306, 30.2230912 ], [ 120.0460653, 30.2232606 ], [ 120.0460362, 30.2234362 ], [ 120.0460798, 30.2235491 ], [ 120.0463908, 30.2235457 ], [ 120.0464115, 30.2237923 ], [ 120.0465563, 30.22403 ], [ 120.0463825, 30.2242176 ], [ 120.0463102, 30.2245679 ], [ 120.0465418, 30.224793 ], [ 120.0468892, 30.2249306 ], [ 120.0471932, 30.2249681 ], [ 120.0474683, 30.2249306 ], [ 120.0476275, 30.2252183 ], [ 120.047642, 30.2254935 ], [ 120.0475841, 30.226244 ], [ 120.0477439, 30.2263875 ], [ 120.0483079, 30.226219 ], [ 120.048916, 30.2260689 ], [ 120.0493405, 30.2257829 ], [ 120.0494587, 30.2255595 ], [ 120.0492055, 30.2253934 ], [ 120.048583, 30.2250307 ], [ 120.0484382, 30.2247805 ], [ 120.0483224, 30.2245303 ], [ 120.0481487, 30.2242802 ], [ 120.0480329, 30.2239049 ], [ 120.0479605, 30.2236047 ], [ 120.0479171, 30.2232544 ], [ 120.0479171, 30.2230043 ], [ 120.0481053, 30.222679 ], [ 120.0484382, 30.2226165 ], [ 120.0485975, 30.2225164 ], [ 120.0490463, 30.2222412 ], [ 120.0499438, 30.2217659 ], [ 120.0502333, 30.2215407 ], [ 120.0507255, 30.2214156 ], [ 120.0508124, 30.221253 ], [ 120.0506676, 30.2210403 ], [ 120.0506676, 30.2207902 ], [ 120.0505953, 30.2204274 ], [ 120.0506387, 30.2201522 ], [ 120.0506966, 30.219877 ], [ 120.0508494, 30.2195117 ], [ 120.0509649, 30.2192373 ], [ 120.0513258, 30.2186635 ], [ 120.0514412, 30.2184515 ], [ 120.0517155, 30.2181272 ], [ 120.0515712, 30.21799 ], [ 120.0513979, 30.2178029 ], [ 120.0511959, 30.2174287 ], [ 120.0510226, 30.2171044 ], [ 120.0508927, 30.2167551 ], [ 120.0507628, 30.2163684 ], [ 120.0506618, 30.2160316 ], [ 120.0505108, 30.2155284 ], [ 120.0498534, 30.2153955 ], [ 120.0491028, 30.2152333 ], [ 120.0487997, 30.2151335 ], [ 120.048381, 30.2150711 ], [ 120.0482078, 30.214909 ], [ 120.0481212, 30.2146969 ], [ 120.048049, 30.2143726 ], [ 120.0480057, 30.2140358 ], [ 120.0479336, 30.2138113 ], [ 120.0477892, 30.2135618 ], [ 120.0471685, 30.2132874 ], [ 120.0469664, 30.2130878 ], [ 120.0468365, 30.2128633 ], [ 120.0466633, 30.2125888 ], [ 120.0465767, 30.2123892 ], [ 120.0465045, 30.2121896 ], [ 120.0464612, 30.2117281 ], [ 120.0463168, 30.2114537 ], [ 120.0461003, 30.2112167 ], [ 120.0460294, 30.2111503 ], [ 120.0459271, 30.2110545 ], [ 120.0457106, 30.2109672 ], [ 120.0455229, 30.2110046 ], [ 120.0451476, 30.2109796 ], [ 120.0449744, 30.2109297 ], [ 120.04483, 30.2107426 ], [ 120.0445702, 30.2105805 ], [ 120.0442382, 30.2104308 ], [ 120.0440217, 30.2103185 ], [ 120.0440361, 30.2101314 ], [ 120.0438773, 30.2099817 ], [ 120.0435165, 30.2099068 ], [ 120.0428669, 30.2097821 ], [ 120.042506, 30.2098195 ], [ 120.0419864, 30.2097447 ], [ 120.0416544, 30.2097197 ], [ 120.0414378, 30.2098569 ], [ 120.0407752, 30.2099294 ], [ 120.0403632, 30.2101223 ], [ 120.0398997, 30.2101964 ], [ 120.0394534, 30.2102558 ], [ 120.0388869, 30.2101668 ], [ 120.0384063, 30.2101371 ], [ 120.0379812, 30.2100036 ], [ 120.037861, 30.2097069 ], [ 120.0379125, 30.2095289 ], [ 120.0379812, 30.2092025 ], [ 120.0380155, 30.2089058 ], [ 120.0378095, 30.2087427 ], [ 120.0374662, 30.2085053 ], [ 120.0371572, 30.2082531 ], [ 120.0369684, 30.2080751 ], [ 120.0369512, 30.2078822 ], [ 120.0369856, 30.2074669 ], [ 120.0368139, 30.207185 ], [ 120.0365907, 30.2068141 ], [ 120.0362646, 30.2063839 ], [ 120.0361272, 30.206191 ], [ 120.0357668, 30.2059388 ], [ 120.0357668, 30.2056124 ], [ 120.0357324, 30.2052416 ], [ 120.0354578, 30.2049152 ], [ 120.0352689, 30.2047371 ], [ 120.0352379, 30.2046716 ], [ 120.0351144, 30.2044108 ], [ 120.0346853, 30.2042624 ], [ 120.0344965, 30.2041437 ], [ 120.0341016, 30.2040844 ], [ 120.033724, 30.2040695 ], [ 120.0329172, 30.2038322 ], [ 120.0325224, 30.203758 ], [ 120.0321104, 30.2037432 ], [ 120.031973, 30.2034464 ], [ 120.0318262, 30.2031391 ], [ 120.0316469, 30.202764 ], [ 120.0313207, 30.2023338 ], [ 120.0309946, 30.2019629 ], [ 120.0308229, 30.2016661 ], [ 120.0304967, 30.2011766 ], [ 120.0303594, 30.2006276 ], [ 120.0303251, 30.2001083 ], [ 120.0301363, 30.1999748 ], [ 120.0297929, 30.1996633 ], [ 120.0296556, 30.1993665 ], [ 120.0295526, 30.1989659 ], [ 120.0296899, 30.1985357 ], [ 120.0297758, 30.1981054 ], [ 120.0298788, 30.19769 ], [ 120.0299303, 30.1973488 ], [ 120.0298444, 30.1970817 ], [ 120.0298273, 30.1964734 ], [ 120.0298273, 30.1959986 ], [ 120.0299818, 30.1956425 ], [ 120.0301191, 30.1953013 ], [ 120.0304796, 30.1946781 ], [ 120.0308744, 30.1936989 ], [ 120.0309087, 30.193417 ], [ 120.0306169, 30.1934318 ], [ 120.0304624, 30.1937137 ], [ 120.0300333, 30.1938027 ], [ 120.0298273, 30.1939956 ], [ 120.0293638, 30.1943369 ], [ 120.0290891, 30.1945594 ], [ 120.028866, 30.1948117 ], [ 120.0286428, 30.1950491 ], [ 120.0284025, 30.1952568 ], [ 120.028248, 30.1954497 ], [ 120.0282137, 30.1956574 ], [ 120.0284025, 30.1957316 ], [ 120.0288488, 30.1957464 ], [ 120.0293466, 30.1958354 ], [ 120.0294839, 30.196058 ], [ 120.0294153, 30.1965476 ], [ 120.0292951, 30.1967998 ], [ 120.0293295, 30.1973191 ], [ 120.0291921, 30.1977494 ], [ 120.0289175, 30.197779 ], [ 120.0284025, 30.1976603 ], [ 120.0280248, 30.1976455 ], [ 120.0278703, 30.197779 ], [ 120.0280077, 30.1981351 ], [ 120.0278532, 30.198417 ], [ 120.0277673, 30.1987879 ], [ 120.0278017, 30.199144 ], [ 120.0282137, 30.199322 ], [ 120.0286085, 30.1994704 ], [ 120.0289861, 30.1996633 ], [ 120.0294324, 30.200049 ], [ 120.0297243, 30.2003161 ], [ 120.0296384, 30.2005979 ], [ 120.0294324, 30.2004199 ], [ 120.0291235, 30.2001825 ], [ 120.0287973, 30.1999006 ], [ 120.0285398, 30.1997523 ], [ 120.0281793, 30.1997226 ], [ 120.0277845, 30.1996484 ], [ 120.027527, 30.1996633 ], [ 120.0273553, 30.1999155 ], [ 120.0273553, 30.2002419 ], [ 120.027733, 30.2005831 ], [ 120.0281278, 30.200687 ], [ 120.0286085, 30.2009095 ], [ 120.0291063, 30.2009688 ], [ 120.0294324, 30.2011172 ], [ 120.0298101, 30.2011024 ], [ 120.0297758, 30.2013546 ], [ 120.0298959, 30.2017106 ], [ 120.0297929, 30.2020074 ], [ 120.0295183, 30.2021706 ], [ 120.0291899, 30.2023926 ], [ 120.0290183, 30.2026003 ], [ 120.0286749, 30.2026596 ], [ 120.0283144, 30.2027635 ], [ 120.02816, 30.2029563 ], [ 120.0278853, 30.2031789 ], [ 120.0277995, 30.2034014 ], [ 120.0276793, 30.2036388 ], [ 120.0275076, 30.2034014 ], [ 120.0271643, 30.2031343 ], [ 120.0269068, 30.202897 ], [ 120.0267008, 30.2027783 ], [ 120.0263575, 30.2024519 ], [ 120.0259627, 30.20217 ], [ 120.025688, 30.2020217 ], [ 120.025379, 30.2018288 ], [ 120.0252245, 30.2016063 ], [ 120.0251349, 30.2013967 ], [ 120.0251864, 30.2012335 ], [ 120.0253409, 30.2009962 ], [ 120.0253924, 30.2008033 ], [ 120.0255297, 30.2005362 ], [ 120.0256327, 30.2001802 ], [ 120.0256842, 30.1996906 ], [ 120.0256842, 30.1994235 ], [ 120.0256499, 30.1992603 ], [ 120.0251349, 30.1992752 ], [ 120.0253238, 30.1991416 ], [ 120.0253924, 30.1989488 ], [ 120.0255984, 30.1987856 ], [ 120.0258559, 30.1986965 ], [ 120.0261992, 30.198741 ], [ 120.0265426, 30.1987114 ], [ 120.0266627, 30.1986075 ], [ 120.0267485, 30.1983998 ], [ 120.0267657, 30.1981031 ], [ 120.0268, 30.197747 ], [ 120.0267142, 30.197109 ], [ 120.0264052, 30.1972871 ], [ 120.0263709, 30.1975096 ], [ 120.0260962, 30.1976877 ], [ 120.0260104, 30.1979102 ], [ 120.0257701, 30.1980734 ], [ 120.0255641, 30.1982514 ], [ 120.0252551, 30.1984295 ], [ 120.0248946, 30.1985333 ], [ 120.0248259, 30.1986817 ], [ 120.024517, 30.1987262 ], [ 120.0239505, 30.1984592 ], [ 120.0235556, 30.1984295 ], [ 120.0231437, 30.1985333 ], [ 120.0229205, 30.1987411 ], [ 120.022457, 30.1988894 ], [ 120.022148, 30.1990081 ], [ 120.0219249, 30.1992455 ], [ 120.0215644, 30.1992603 ], [ 120.0212897, 30.1990229 ], [ 120.0210666, 30.1988597 ], [ 120.0214099, 30.1987114 ], [ 120.0215644, 30.1985185 ], [ 120.0217189, 30.1983553 ], [ 120.022045, 30.1982663 ], [ 120.0224398, 30.1979696 ], [ 120.0226458, 30.1977322 ], [ 120.0232295, 30.1976135 ], [ 120.0234012, 30.1973316 ], [ 120.0234012, 30.1969458 ], [ 120.0230235, 30.1971387 ], [ 120.0226115, 30.197198 ], [ 120.0221652, 30.1972574 ], [ 120.0217704, 30.1972871 ], [ 120.021427, 30.1973613 ], [ 120.0211181, 30.1974206 ], [ 120.0207576, 30.1971535 ], [ 120.0203799, 30.1971684 ], [ 120.0202941, 30.1968716 ], [ 120.0201739, 30.1966046 ], [ 120.0202941, 30.1963375 ], [ 120.0197963, 30.1962188 ], [ 120.0195216, 30.1961743 ], [ 120.0196074, 30.1959518 ], [ 120.0197619, 30.1955215 ], [ 120.0197619, 30.1951951 ], [ 120.0196418, 30.1950319 ], [ 120.0194873, 30.194839 ], [ 120.0193499, 30.1946461 ], [ 120.0190581, 30.1945126 ], [ 120.0187148, 30.1944829 ], [ 120.0181998, 30.1943939 ], [ 120.018114, 30.194201 ], [ 120.0181311, 30.1939933 ], [ 120.0184916, 30.1938894 ], [ 120.0188006, 30.1938449 ], [ 120.0190409, 30.1936965 ], [ 120.0196761, 30.1935778 ], [ 120.0200022, 30.1934443 ], [ 120.0203799, 30.1934295 ], [ 120.0208091, 30.1939933 ], [ 120.021118, 30.1940229 ], [ 120.0214785, 30.1938746 ], [ 120.0216845, 30.193652 ], [ 120.0223712, 30.1936075 ], [ 120.0226802, 30.1935036 ], [ 120.023281, 30.193474 ], [ 120.0235213, 30.1933108 ], [ 120.0237788, 30.1930734 ], [ 120.0241393, 30.1928508 ], [ 120.0245341, 30.1926431 ], [ 120.0249804, 30.192198 ], [ 120.0255812, 30.1919309 ], [ 120.0255297, 30.1915154 ], [ 120.0255297, 30.191011 ], [ 120.0258387, 30.1908923 ], [ 120.0261306, 30.1908477 ], [ 120.0265254, 30.1906994 ], [ 120.027006, 30.1905658 ], [ 120.0276927, 30.1903581 ], [ 120.02783, 30.1901652 ], [ 120.027727, 30.1899426 ], [ 120.0277442, 30.1897943 ], [ 120.0277957, 30.1895569 ], [ 120.0279158, 30.1893936 ], [ 120.028345, 30.1893046 ], [ 120.0287913, 30.1890969 ], [ 120.0286368, 30.188904 ], [ 120.028654, 30.1886814 ], [ 120.0287741, 30.188444 ], [ 120.028757, 30.1881176 ], [ 120.0287913, 30.1877318 ], [ 120.0287055, 30.1874499 ], [ 120.0284308, 30.1870789 ], [ 120.0282592, 30.1869157 ], [ 120.028448, 30.1866634 ], [ 120.028345, 30.1865299 ], [ 120.0277613, 30.1865596 ], [ 120.0272464, 30.1865596 ], [ 120.027006, 30.1863815 ], [ 120.0267829, 30.1863073 ], [ 120.0268515, 30.1858622 ], [ 120.027006, 30.1854912 ], [ 120.0270575, 30.1852835 ], [ 120.0270919, 30.1848977 ], [ 120.0270575, 30.1847048 ], [ 120.0266799, 30.1843783 ], [ 120.0262507, 30.1841557 ], [ 120.0260104, 30.1841112 ], [ 120.0258902, 30.183948 ], [ 120.0253753, 30.1836809 ], [ 120.0246714, 30.1831764 ], [ 120.0244655, 30.1829983 ], [ 120.0241565, 30.1827906 ], [ 120.0236071, 30.1825383 ], [ 120.0231952, 30.1823157 ], [ 120.0227145, 30.1820189 ], [ 120.0223197, 30.1818557 ], [ 120.0218562, 30.1818557 ], [ 120.0213584, 30.1818409 ], [ 120.0209636, 30.1818409 ], [ 120.0205344, 30.1817518 ], [ 120.0203456, 30.1816035 ], [ 120.0199164, 30.1813809 ], [ 120.0198993, 30.1812325 ], [ 120.0200709, 30.1811583 ], [ 120.0201911, 30.1809505 ], [ 120.0202347, 30.1807225 ], [ 120.0203416, 30.180514 ], [ 120.020027, 30.1804168 ], [ 120.0198593, 30.1803171 ], [ 120.0196734, 30.1799865 ], [ 120.0194017, 30.1797607 ], [ 120.0194087, 30.1795381 ], [ 120.0195157, 30.1794092 ], [ 120.0194876, 30.1793095 ], [ 120.0194481, 30.1791796 ], [ 120.0193945, 30.179127 ], [ 120.0194302, 30.1789786 ], [ 120.0194446, 30.1789044 ], [ 120.0193374, 30.1787931 ], [ 120.0192765, 30.1786417 ], [ 120.0193803, 30.1785735 ], [ 120.0195125, 30.1785427 ], [ 120.019652, 30.1785364 ], [ 120.0198022, 30.1785211 ], [ 120.0199167, 30.17849 ], [ 120.0199918, 30.1784344 ], [ 120.0200632, 30.1783572 ], [ 120.0201313, 30.1782767 ], [ 120.0201957, 30.1781717 ], [ 120.0202493, 30.1780912 ], [ 120.0203712, 30.1779519 ], [ 120.0205816, 30.1779057 ], [ 120.0206216, 30.1776349 ], [ 120.0206766, 30.177618 ], [ 120.0208404, 30.1776301 ], [ 120.0208948, 30.1776292 ], [ 120.0209502, 30.1776169 ], [ 120.0210288, 30.1775997 ], [ 120.0211355, 30.1775768 ], [ 120.0212562, 30.1775605 ], [ 120.0213601, 30.1775782 ], [ 120.0215117, 30.1776496 ], [ 120.0218439, 30.1775503 ], [ 120.0221015, 30.1775336 ], [ 120.0222623, 30.1774483 ], [ 120.0223846, 30.1773744 ], [ 120.022547, 30.1773255 ], [ 120.022788, 30.1772936 ], [ 120.0230679, 30.1772618 ], [ 120.0234011, 30.1771913 ], [ 120.0235337, 30.1770922 ], [ 120.0235439, 30.1769243 ], [ 120.0234621, 30.1767564 ], [ 120.0232577, 30.1767123 ], [ 120.0228079, 30.1768095 ], [ 120.0224502, 30.176836 ], [ 120.0224911, 30.1767123 ], [ 120.0226648, 30.1766504 ], [ 120.0228795, 30.1766062 ], [ 120.02323, 30.1764824 ], [ 120.0236224, 30.1764356 ], [ 120.0235151, 30.176351 ], [ 120.0232993, 30.1762656 ], [ 120.0229548, 30.1760387 ], [ 120.02256, 30.1759941 ], [ 120.022427, 30.1756666 ], [ 120.0222684, 30.1755046 ], [ 120.0221243, 30.1753301 ], [ 120.0219764, 30.1749257 ], [ 120.0217017, 30.174614 ], [ 120.0214442, 30.1744359 ], [ 120.0212554, 30.1741688 ], [ 120.0213412, 30.1738572 ], [ 120.0209292, 30.1736049 ], [ 120.0204314, 30.1735752 ], [ 120.0195388, 30.1733081 ], [ 120.0190581, 30.1731597 ], [ 120.0197104, 30.1726254 ], [ 120.0203112, 30.1723435 ], [ 120.0209636, 30.1721951 ], [ 120.0212725, 30.1719576 ], [ 120.0216674, 30.1720021 ], [ 120.0219592, 30.1721654 ], [ 120.022869, 30.1725958 ], [ 120.0230922, 30.1726996 ], [ 120.0234698, 30.1726996 ], [ 120.0237101, 30.1725364 ], [ 120.0246371, 30.1721802 ], [ 120.0251521, 30.1720912 ], [ 120.0257701, 30.1718834 ], [ 120.0262164, 30.1717053 ], [ 120.0266456, 30.1716756 ], [ 120.0270919, 30.1715272 ], [ 120.027315, 30.1716311 ], [ 120.027418, 30.1718092 ], [ 120.027624, 30.1718834 ], [ 120.0279158, 30.1717498 ], [ 120.0281905, 30.1716756 ], [ 120.0284995, 30.1715866 ], [ 120.0287055, 30.171453 ], [ 120.0290488, 30.1713937 ], [ 120.0293406, 30.1713046 ], [ 120.029684, 30.1711562 ], [ 120.0303191, 30.1710078 ], [ 120.0308684, 30.1706071 ], [ 120.0308856, 30.1703548 ], [ 120.0306109, 30.1703548 ], [ 120.0303191, 30.1703697 ], [ 120.0300273, 30.1704142 ], [ 120.029684, 30.1704736 ], [ 120.0294608, 30.1705032 ], [ 120.0293063, 30.1706665 ], [ 120.0289801, 30.1710227 ], [ 120.0288085, 30.1710969 ], [ 120.0287742, 30.1708743 ], [ 120.0285167, 30.1707407 ], [ 120.0281733, 30.1708594 ], [ 120.028345, 30.1705774 ], [ 120.0281905, 30.170429 ], [ 120.0278987, 30.170429 ], [ 120.0275725, 30.1703845 ], [ 120.0275039, 30.1702361 ], [ 120.0270747, 30.170058 ], [ 120.0267485, 30.1699393 ], [ 120.0260962, 30.1699393 ], [ 120.0250663, 30.1696722 ], [ 120.0245341, 30.1694199 ], [ 120.0243796, 30.1693308 ], [ 120.0241565, 30.1690785 ], [ 120.0233497, 30.169034 ], [ 120.0229377, 30.1688411 ], [ 120.022663, 30.1687075 ], [ 120.022663, 30.1683958 ], [ 120.0228347, 30.1678764 ], [ 120.0225943, 30.1677725 ], [ 120.0218734, 30.1676538 ], [ 120.0214614, 30.1675351 ], [ 120.0212382, 30.1674312 ], [ 120.0208091, 30.1671047 ], [ 120.0203799, 30.1669859 ], [ 120.0200366, 30.1670305 ], [ 120.0198478, 30.167075 ], [ 120.0192469, 30.1671047 ], [ 120.0186976, 30.1670898 ], [ 120.0183028, 30.1670453 ], [ 120.0178222, 30.1669117 ], [ 120.017496, 30.1669711 ], [ 120.0169639, 30.167075 ], [ 120.0164317, 30.167164 ], [ 120.0160197, 30.1672085 ], [ 120.0156077, 30.167164 ], [ 120.0151271, 30.1671047 ], [ 120.0147666, 30.1671492 ], [ 120.0143889, 30.1672828 ], [ 120.014222086375341, 30.167296116452441 ], [ 120.011319105932344, 30.180992355259949 ], [ 120.011292227790761, 30.181119166119704 ], [ 120.0113615, 30.1813169 ], [ 120.0111505, 30.1819094 ], [ 120.0110117, 30.1825402 ], [ 120.0111998, 30.1828369 ], [ 120.0114573, 30.1830743 ], [ 120.0118693, 30.1834305 ], [ 120.012041, 30.1836975 ], [ 120.0126074, 30.183935 ], [ 120.0128306, 30.184113 ], [ 120.0132426, 30.1843504 ], [ 120.0138262, 30.1844395 ], [ 120.0139636, 30.1845285 ], [ 120.0142725, 30.1847363 ], [ 120.0149249, 30.1848698 ], [ 120.0156287, 30.1849292 ], [ 120.0160407, 30.1851369 ], [ 120.0163153, 30.1853595 ], [ 120.0165556, 30.185493 ], [ 120.0169848, 30.1855079 ], [ 120.017311, 30.1856711 ], [ 120.0174139, 30.1858788 ], [ 120.0176199, 30.1859975 ], [ 120.0177744, 30.1862201 ], [ 120.0177916, 30.1865317 ], [ 120.0178946, 30.1867098 ], [ 120.0179633, 30.1870214 ], [ 120.0180148, 30.1872885 ], [ 120.0182723, 30.1874962 ], [ 120.0186327, 30.1875852 ], [ 120.0186327, 30.1878226 ], [ 120.0185641, 30.1881491 ], [ 120.0185469, 30.188431 ], [ 120.0187014, 30.1886239 ], [ 120.0189417, 30.1888019 ], [ 120.0192164, 30.18898 ], [ 120.0196112, 30.189158 ], [ 120.019697, 30.1893361 ], [ 120.0197829, 30.1896625 ], [ 120.0196112, 30.1896774 ], [ 120.0191306, 30.1896774 ], [ 120.0185298, 30.1895587 ], [ 120.0181006, 30.1893806 ], [ 120.0175684, 30.1894845 ], [ 120.0171736, 30.1896477 ], [ 120.016693, 30.1896477 ], [ 120.0162295, 30.1896625 ], [ 120.0156458, 30.1895142 ], [ 120.0150279, 30.18944 ], [ 120.0144442, 30.1892174 ], [ 120.0136546, 30.1886981 ], [ 120.0132082, 30.1888168 ], [ 120.0128134, 30.1888316 ], [ 120.0121096, 30.1887426 ], [ 120.0114058, 30.1885794 ], [ 120.0109252, 30.1882974 ], [ 120.0104788, 30.1878375 ], [ 120.01029, 30.1880007 ], [ 120.0101698, 30.1885349 ], [ 120.009981, 30.1889503 ], [ 120.0097579, 30.1893213 ], [ 120.0094317, 30.1895142 ], [ 120.0088309, 30.1896032 ], [ 120.0085906, 30.1896922 ], [ 120.0084189, 30.1900038 ], [ 120.0085219, 30.1905676 ], [ 120.0087451, 30.1908941 ], [ 120.0089167, 30.1912947 ], [ 120.0089339, 30.1916063 ], [ 120.0086249, 30.1920514 ], [ 120.0084017, 30.1925262 ], [ 120.0083846, 30.1928229 ], [ 120.0083674, 30.1935796 ], [ 120.0081261, 30.1946264 ], [ 120.0082273, 30.1950262 ], [ 120.0085019, 30.1951636 ], [ 120.0089067, 30.1949387 ], [ 120.009297, 30.1947013 ], [ 120.0096439, 30.194439 ], [ 120.0101065, 30.194264 ], [ 120.010439, 30.1941766 ], [ 120.0108582, 30.1941766 ], [ 120.0115232, 30.1941391 ], [ 120.0119713, 30.1939017 ], [ 120.0126363, 30.1937393 ], [ 120.0132868, 30.1939017 ], [ 120.0135325, 30.1940266 ], [ 120.0138361, 30.194314 ], [ 120.0141975, 30.1944265 ], [ 120.0144143, 30.1945889 ], [ 120.0149341, 30.1948852 ], [ 120.0149808, 30.1951933 ], [ 120.0144577, 30.1952261 ], [ 120.014371, 30.1953511 ], [ 120.0141541, 30.1955635 ], [ 120.0138072, 30.1957884 ], [ 120.0135759, 30.1960882 ], [ 120.0133735, 30.1964006 ], [ 120.0134747, 30.1966505 ], [ 120.0135615, 30.1970878 ], [ 120.0135904, 30.1973501 ], [ 120.0134418, 30.1975288 ], [ 120.0136824, 30.1980592 ], [ 120.0138506, 30.1981498 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "石马生育文化园", "area_sqm": 1.28214715e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0188202, 30.2114205 ], [ 120.0187327, 30.2115767 ], [ 120.0193623, 30.2119646 ], [ 120.0194726, 30.2118463 ], [ 120.0188202, 30.2114205 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "竹类植物园", "area_sqm": 2.234937065e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0237439, 30.2175947 ], [ 120.023562, 30.2175833 ], [ 120.0231178, 30.2175646 ], [ 120.0230793, 30.217744 ], [ 120.0229369, 30.2177294 ], [ 120.0225007, 30.2187624 ], [ 120.0221813, 30.2196285 ], [ 120.0228062, 30.2203444 ], [ 120.0239134, 30.2176495 ], [ 120.0237439, 30.2175947 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "宝寿山景区", "area_sqm": 5.173303373e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0116953, 30.2172871 ], [ 120.0118799, 30.2170151 ], [ 120.0115331, 30.2167326 ], [ 120.0112073, 30.2159554 ], [ 120.0108971, 30.2157781 ], [ 120.0102967, 30.2161358 ], [ 120.0088147, 30.2166801 ], [ 120.0064546, 30.217512 ], [ 120.0051767, 30.2175689 ], [ 120.003968, 30.2168808 ], [ 120.0019277, 30.21706 ], [ 120.0000501, 30.2182721 ], [ 120.0005881, 30.2194811 ], [ 119.9995604, 30.2200554 ], [ 119.9991501, 30.2207463 ], [ 119.9980733, 30.2217383 ], [ 119.9982228, 30.2221271 ], [ 119.99888, 30.2229158 ], [ 119.9991612, 30.2235772 ], [ 120.000864, 30.2243251 ], [ 120.0016502, 30.2250071 ], [ 120.0021997, 30.225294 ], [ 120.0036092, 30.2256034 ], [ 120.0038592, 30.2246192 ], [ 120.0027737, 30.2241279 ], [ 120.0021757, 30.2231031 ], [ 120.0024879, 30.2222859 ], [ 120.0027512, 30.2212641 ], [ 120.0032865, 30.2211349 ], [ 120.003541, 30.2207914 ], [ 120.0038595, 30.2202914 ], [ 120.0047781, 30.220019 ], [ 120.0050801, 30.2202978 ], [ 120.0050026, 30.2207974 ], [ 120.0045529, 30.2216809 ], [ 120.0035508, 30.2223928 ], [ 120.0038534, 30.222592 ], [ 120.0042713, 30.2222571 ], [ 120.0048758, 30.2220746 ], [ 120.0051883, 30.2225608 ], [ 120.0057418, 30.2224193 ], [ 120.0067315, 30.2211575 ], [ 120.0076085, 30.2198369 ], [ 120.0075824, 30.2195758 ], [ 120.0080694, 30.2194428 ], [ 120.0079047, 30.2189626 ], [ 120.0091036, 30.2185475 ], [ 120.0095988, 30.2188508 ], [ 120.0102261, 30.2181471 ], [ 120.0116953, 30.2172871 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "上泗沿山浦长廊", "area_sqm": 3.73797344e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0815682, 30.1622835 ], [ 120.0818772, 30.1627255 ], [ 120.0825223, 30.1634593 ], [ 120.083724, 30.1647 ], [ 120.0849268, 30.1632234 ], [ 120.0847995, 30.1631403 ], [ 120.084412, 30.1630115 ], [ 120.0835771, 30.1626436 ], [ 120.0825688, 30.1622814 ], [ 120.0821853, 30.1622303 ], [ 120.0815682, 30.1622835 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "golf_course", "name": "亚运会高尔夫赛事服务中心", "area_sqm": 6.035956425e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.060217, 30.1673969 ], [ 120.0604534, 30.1668821 ], [ 120.0604311, 30.1665768 ], [ 120.0605588, 30.1662941 ], [ 120.0612451, 30.1655372 ], [ 120.0605698, 30.1650687 ], [ 120.0602149, 30.1649707 ], [ 120.0585649, 30.1647248 ], [ 120.0580546, 30.1656786 ], [ 120.0584386, 30.1662564 ], [ 120.0583168, 30.1671141 ], [ 120.058739, 30.1671264 ], [ 120.059023, 30.1676854 ], [ 120.0599533, 30.1675301 ], [ 120.060217, 30.1673969 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "上泗沿山浦绿道亭子", "area_sqm": 3.408633645e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0879986, 30.1702577 ], [ 120.0891794, 30.1706377 ], [ 120.0904136, 30.1711108 ], [ 120.0905821, 30.1710463 ], [ 120.0906928, 30.1707879 ], [ 120.0899276, 30.1702629 ], [ 120.0897803, 30.1700832 ], [ 120.0894052, 30.1699963 ], [ 120.0891621, 30.1698983 ], [ 120.0887748, 30.1697099 ], [ 120.0883285, 30.1693783 ], [ 120.0880121, 30.1692114 ], [ 120.0874104, 30.1691381 ], [ 120.0872818, 30.1692748 ], [ 120.0870732, 30.1692748 ], [ 120.0864794, 30.1692504 ], [ 120.0859378, 30.169128 ], [ 120.0857629, 30.1693842 ], [ 120.0863592, 30.1696961 ], [ 120.0879986, 30.1702577 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "golf_course", "name": "杭州西湖国际高尔夫乡村俱乐部", "area_sqm": 6.731292924000001e-05 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0618547, 30.1695334 ], [ 120.0614581, 30.1692985 ], [ 120.0608926, 30.1685936 ], [ 120.0597615, 30.1689619 ], [ 120.0594236, 30.1689873 ], [ 120.0589535, 30.1689937 ], [ 120.0586891, 30.1691016 ], [ 120.0582117, 30.1693747 ], [ 120.057771, 30.1695715 ], [ 120.0567721, 30.1698763 ], [ 120.056561, 30.1699993 ], [ 120.0564563, 30.1700604 ], [ 120.0564196, 30.1702001 ], [ 120.0569264, 30.1706637 ], [ 120.0577245, 30.1715468 ], [ 120.058206, 30.172354 ], [ 120.0586974, 30.173382 ], [ 120.0588448, 30.1742231 ], [ 120.0589356, 30.1743591 ], [ 120.0608909, 30.1745194 ], [ 120.061623, 30.1745714 ], [ 120.0636138, 30.1745592 ], [ 120.0637438, 30.1745584 ], [ 120.0640219, 30.1745952 ], [ 120.0646638, 30.1740342 ], [ 120.065501, 30.1735879 ], [ 120.065547, 30.1735443 ], [ 120.0656476, 30.1734492 ], [ 120.0666362, 30.1725496 ], [ 120.0662984, 30.1722384 ], [ 120.0655419, 30.1718511 ], [ 120.0638452, 30.1702446 ], [ 120.0632209, 30.1699207 ], [ 120.0618547, 30.1695334 ] ] ], [ [ [ 120.0569654, 30.1709557 ], [ 120.0562785, 30.1703715 ], [ 120.0552348, 30.1710346 ], [ 120.0538906, 30.1714379 ], [ 120.0533292, 30.1717387 ], [ 120.0512576, 30.172682 ], [ 120.0504195, 30.1734271 ], [ 120.0487195, 30.1744524 ], [ 120.0477232, 30.1740149 ], [ 120.0472076, 30.1739006 ], [ 120.0464739, 30.1734339 ], [ 120.0459916, 30.1737415 ], [ 120.0462763, 30.1742132 ], [ 120.0461181, 30.1746575 ], [ 120.046466, 30.1751906 ], [ 120.0466637, 30.1754367 ], [ 120.0489804, 30.1762501 ], [ 120.0501032, 30.1770635 ], [ 120.051479, 30.1772891 ], [ 120.0540092, 30.1776035 ], [ 120.0542138, 30.1774677 ], [ 120.0543932, 30.1775241 ], [ 120.0544801, 30.1775288 ], [ 120.0546758, 30.1775663 ], [ 120.0547899, 30.177571 ], [ 120.0550725, 30.1775851 ], [ 120.0551377, 30.1778388 ], [ 120.0553334, 30.177806 ], [ 120.0555127, 30.1777167 ], [ 120.0556323, 30.1776415 ], [ 120.0556757, 30.1775429 ], [ 120.0556105, 30.1773925 ], [ 120.0554267, 30.1771583 ], [ 120.055404, 30.1771294 ], [ 120.0552844, 30.1770449 ], [ 120.0552355, 30.1769744 ], [ 120.054991, 30.1768287 ], [ 120.0549203, 30.1767113 ], [ 120.0547464, 30.1765093 ], [ 120.0550725, 30.1762274 ], [ 120.0554094, 30.1762791 ], [ 120.0556594, 30.1765375 ], [ 120.0558116, 30.1766267 ], [ 120.0559692, 30.176669 ], [ 120.0561051, 30.1766596 ], [ 120.0564203, 30.1765703 ], [ 120.0564909, 30.1765093 ], [ 120.0565181, 30.1764247 ], [ 120.05652, 30.1763811 ], [ 120.0565235, 30.1763025 ], [ 120.0564257, 30.1755884 ], [ 120.056279, 30.1753253 ], [ 120.0562518, 30.1751703 ], [ 120.0563007, 30.1748179 ], [ 120.0562736, 30.1746159 ], [ 120.0561588, 30.1744174 ], [ 120.0561051, 30.1743246 ], [ 120.0560942, 30.1741977 ], [ 120.0561812, 30.1739769 ], [ 120.0562785, 30.1715746 ], [ 120.0569654, 30.1709557 ] ], [ [ 120.0486553, 30.1751753 ], [ 120.0487645, 30.1749134 ], [ 120.048961, 30.1749204 ], [ 120.0491493, 30.1748142 ], [ 120.0494905, 30.1747151 ], [ 120.0495996, 30.1748496 ], [ 120.049657, 30.174885 ], [ 120.0497498, 30.174878 ], [ 120.0498808, 30.1746892 ], [ 120.0499408, 30.1744745 ], [ 120.0499818, 30.1744108 ], [ 120.0501892, 30.1743069 ], [ 120.0506559, 30.1741607 ], [ 120.0509507, 30.1740214 ], [ 120.0513137, 30.1738728 ], [ 120.0517204, 30.1737383 ], [ 120.0520206, 30.1737288 ], [ 120.0522035, 30.173684 ], [ 120.0527139, 30.1736179 ], [ 120.0530141, 30.1735684 ], [ 120.053096, 30.1735401 ], [ 120.053257, 30.1734221 ], [ 120.0533471, 30.1733655 ], [ 120.0534481, 30.173349 ], [ 120.0537128, 30.1733773 ], [ 120.0537838, 30.1733938 ], [ 120.0538193, 30.1734882 ], [ 120.053814, 30.1735758 ], [ 120.0537776, 30.1736242 ], [ 120.0536487, 30.1738034 ], [ 120.0536142, 30.1741523 ], [ 120.0535539, 30.1745109 ], [ 120.0535088, 30.1748268 ], [ 120.0536197, 30.1751677 ], [ 120.0538003, 30.175764 ], [ 120.0538127, 30.1763817 ], [ 120.054059, 30.1770349 ], [ 120.0540865, 30.1771491 ], [ 120.0541174, 30.1772779 ], [ 120.0541083, 30.1773118 ], [ 120.0539523, 30.1773154 ], [ 120.0538537, 30.1772763 ], [ 120.0537141, 30.1771982 ], [ 120.0534895, 30.1770995 ], [ 120.0533815, 30.1770278 ], [ 120.0529667, 30.1768255 ], [ 120.0521701, 30.1766338 ], [ 120.0515746, 30.1765734 ], [ 120.0513315, 30.1765475 ], [ 120.0512134, 30.1764793 ], [ 120.0511081, 30.1764443 ], [ 120.051023, 30.1764023 ], [ 120.0509118, 30.1763329 ], [ 120.0502378, 30.1758524 ], [ 120.050156, 30.1758244 ], [ 120.0500223, 30.1758209 ], [ 120.0499304, 30.1758269 ], [ 120.049818, 30.1758729 ], [ 120.049767, 30.1758729 ], [ 120.0493173, 30.1756878 ], [ 120.0491228, 30.1756773 ], [ 120.0489364, 30.1755477 ], [ 120.0488919, 30.1754356 ], [ 120.048665, 30.1752815 ], [ 120.0486356, 30.1752136 ], [ 120.0486553, 30.1751753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.688456e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0535343, 30.1809346 ], [ 120.0534565, 30.1809693 ], [ 120.0534403, 30.1810717 ], [ 120.0537435, 30.1810768 ], [ 120.0537462, 30.1809624 ], [ 120.0535343, 30.1809346 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.94180595e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0532614, 30.1814065 ], [ 120.0533014, 30.1813825 ], [ 120.0533507, 30.180999 ], [ 120.0532768, 30.180999 ], [ 120.0532768, 30.1809377 ], [ 120.0532429, 30.1809111 ], [ 120.0520104, 30.1809058 ], [ 120.051955, 30.1809457 ], [ 120.0519488, 30.1813905 ], [ 120.051995, 30.1814278 ], [ 120.0525157, 30.1814225 ], [ 120.0525157, 30.1813722 ], [ 120.0520798, 30.1813757 ], [ 120.0520752, 30.180943 ], [ 120.0530795, 30.180935 ], [ 120.0530799, 30.1809664 ], [ 120.0532286, 30.1809653 ], [ 120.0532324, 30.1813264 ], [ 120.0530833, 30.1813275 ], [ 120.0530838, 30.1813677 ], [ 120.0527468, 30.1813704 ], [ 120.0527437, 30.1814198 ], [ 120.0532614, 30.1814065 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 6.1840295e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0518741, 30.1809319 ], [ 120.0513993, 30.1809133 ], [ 120.0513969, 30.1809384 ], [ 120.0517748, 30.1809487 ], [ 120.0517561, 30.1814602 ], [ 120.051858, 30.1814605 ], [ 120.0518741, 30.1809319 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 7.024711e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0540627, 30.1815397 ], [ 120.0540922, 30.1815165 ], [ 120.0541217, 30.1810714 ], [ 120.0541002, 30.181025 ], [ 120.0538266, 30.1809717 ], [ 120.0538238, 30.1810782 ], [ 120.0540501, 30.1810821 ], [ 120.0540405, 30.1815084 ], [ 120.0534306, 30.1814981 ], [ 120.053427, 30.1815304 ], [ 120.0540627, 30.1815397 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 5.36523545e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0536347, 30.1819408 ], [ 120.0538127, 30.1818338 ], [ 120.0538825, 30.181915 ], [ 120.0548385, 30.1813675 ], [ 120.0549239, 30.1813008 ], [ 120.0549199, 30.1812481 ], [ 120.0548711, 30.1811953 ], [ 120.054062, 30.1808896 ], [ 120.0534504, 30.1808352 ], [ 120.053456, 30.1808716 ], [ 120.0539468, 30.1809133 ], [ 120.0541855, 30.1809805 ], [ 120.054215, 30.1810084 ], [ 120.0541989, 30.1814721 ], [ 120.0541936, 30.1815277 ], [ 120.0541587, 30.1815741 ], [ 120.0541131, 30.1816042 ], [ 120.0540621, 30.1816181 ], [ 120.0534211, 30.1816158 ], [ 120.0533943, 30.1816552 ], [ 120.0533943, 30.1816877 ], [ 120.0534057, 30.1817418 ], [ 120.0536347, 30.1819408 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 9.8031865e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0538181, 30.1820123 ], [ 120.0548722, 30.181384 ], [ 120.0549473, 30.1813237 ], [ 120.0549634, 30.1812773 ], [ 120.054966, 30.1812147 ], [ 120.0549231, 30.1811683 ], [ 120.0542848, 30.1809365 ], [ 120.0540648, 30.1808692 ], [ 120.0534452, 30.1808136 ], [ 120.0534504, 30.1808352 ], [ 120.054062, 30.1808896 ], [ 120.054493, 30.1810267 ], [ 120.0548711, 30.1811953 ], [ 120.0549199, 30.1812481 ], [ 120.0549239, 30.1813008 ], [ 120.0548385, 30.1813675 ], [ 120.0537198, 30.1820081 ], [ 120.0537751, 30.18201 ], [ 120.0538181, 30.1820123 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.647452e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0512489, 30.1813835 ], [ 120.0507165, 30.1813876 ], [ 120.0507072, 30.18143 ], [ 120.0511859, 30.18143 ], [ 120.0511859, 30.1814683 ], [ 120.0512536, 30.1814683 ], [ 120.0512489, 30.1813835 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.452825e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0518279, 30.1815567 ], [ 120.0518495, 30.1815168 ], [ 120.0517663, 30.1815114 ], [ 120.0517694, 30.18157 ], [ 120.0518279, 30.1815567 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.10149875e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.053116, 30.1816948 ], [ 120.0531288, 30.1816692 ], [ 120.053094, 30.1816589 ], [ 120.0530672, 30.1816408 ], [ 120.0530483, 30.1816164 ], [ 120.0530392, 30.1815881 ], [ 120.0530408, 30.1815587 ], [ 120.0530529, 30.1815313 ], [ 120.0530744, 30.1815085 ], [ 120.053103, 30.1814926 ], [ 120.0531359, 30.1814853 ], [ 120.0531699, 30.1814873 ], [ 120.0531562, 30.1814629 ], [ 120.052086, 30.1814908 ], [ 120.0520386, 30.1815049 ], [ 120.0520679, 30.181511 ], [ 120.0520932, 30.1815249 ], [ 120.0521119, 30.1815452 ], [ 120.052122, 30.1815696 ], [ 120.0521224, 30.1815955 ], [ 120.0521131, 30.1816201 ], [ 120.052095, 30.1816408 ], [ 120.0520702, 30.1816553 ], [ 120.0520413, 30.1816621 ], [ 120.0520726, 30.1816878 ], [ 120.053116, 30.1816948 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.4788105e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0511906, 30.1817004 ], [ 120.0512419, 30.1816621 ], [ 120.0512466, 30.1816056 ], [ 120.0511859, 30.1816056 ], [ 120.0511859, 30.1816601 ], [ 120.0507072, 30.1816601 ], [ 120.0507049, 30.1817045 ], [ 120.0511906, 30.1817004 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.10067e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0518464, 30.1816899 ], [ 120.051831, 30.1816659 ], [ 120.0518156, 30.181642 ], [ 120.0517786, 30.181626 ], [ 120.0517694, 30.1816899 ], [ 120.0518464, 30.1816899 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.6130925e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0518392, 30.1819613 ], [ 120.0518446, 30.1817411 ], [ 120.0517404, 30.1817386 ], [ 120.051731, 30.181996 ], [ 120.0517963, 30.1819915 ], [ 120.0518392, 30.1819613 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 7.8743765e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0511784, 30.1821731 ], [ 120.0509312, 30.1821719 ], [ 120.0509343, 30.1822098 ], [ 120.0511931, 30.1822178 ], [ 120.0512239, 30.1821832 ], [ 120.0512408, 30.1817946 ], [ 120.0512239, 30.1817623 ], [ 120.0502626, 30.181765 ], [ 120.0502649, 30.181811 ], [ 120.0511808, 30.1818156 ], [ 120.0511784, 30.1821731 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.3581563e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0534066, 30.1819366 ], [ 120.0534012, 30.1818809 ], [ 120.0532457, 30.1817557 ], [ 120.0520038, 30.1817534 ], [ 120.0519394, 30.1817882 ], [ 120.0519287, 30.1822194 ], [ 120.0519689, 30.1822403 ], [ 120.0520292, 30.1822415 ], [ 120.0520267, 30.1817963 ], [ 120.0531988, 30.1817916 ], [ 120.0532004, 30.182085 ], [ 120.0532499, 30.1820803 ], [ 120.0534066, 30.1819366 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.1538975e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0532737, 30.1822166 ], [ 120.0534829, 30.1820335 ], [ 120.0534963, 30.1820103 ], [ 120.0534668, 30.1819755 ], [ 120.05344, 30.1819848 ], [ 120.0532925, 30.1821285 ], [ 120.0532009, 30.1821726 ], [ 120.0532012, 30.1822366 ], [ 120.0532737, 30.1822166 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.0213855e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0513498, 30.182226 ], [ 120.0513056, 30.1822232 ], [ 120.0513047, 30.1822533 ], [ 120.0517748, 30.1822535 ], [ 120.0518338, 30.1822141 ], [ 120.0518338, 30.1820541 ], [ 120.0517289, 30.1820518 ], [ 120.0517222, 30.1822361 ], [ 120.0513498, 30.182226 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.7147111e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0533863, 30.1821911 ], [ 120.0530671, 30.1823998 ], [ 120.0529304, 30.1824601 ], [ 120.0527211, 30.1823697 ], [ 120.0524851, 30.1823071 ], [ 120.0513023, 30.1823303 ], [ 120.0506934, 30.1823117 ], [ 120.0506934, 30.1823581 ], [ 120.0502508, 30.182365 ], [ 120.0502568, 30.1824043 ], [ 120.0524399, 30.1823621 ], [ 120.0526879, 30.1823937 ], [ 120.0528627, 30.1824921 ], [ 120.0529359, 30.1825062 ], [ 120.0529888, 30.1824921 ], [ 120.0536119, 30.1820699 ], [ 120.0535741, 30.1820451 ], [ 120.0533863, 30.1821911 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.4889205e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0529359, 30.1825062 ], [ 120.0528627, 30.1824921 ], [ 120.0529491, 30.182532 ], [ 120.0536143, 30.1821262 ], [ 120.0536119, 30.1820699 ], [ 120.0529888, 30.1824921 ], [ 120.0529359, 30.1825062 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.50967595e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0508254, 30.1828298 ], [ 120.0514596, 30.1829247 ], [ 120.0516873, 30.182988 ], [ 120.0518906, 30.1830829 ], [ 120.0519028, 30.1830548 ], [ 120.0518133, 30.1829985 ], [ 120.05148, 30.182879 ], [ 120.0515084, 30.1825487 ], [ 120.0507401, 30.1826366 ], [ 120.0501831, 30.1826928 ], [ 120.049557, 30.1826682 ], [ 120.0496546, 30.1827525 ], [ 120.0497196, 30.1827596 ], [ 120.0501628, 30.1827736 ], [ 120.0508254, 30.1828298 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "叶埠桥路口袋公园", "area_sqm": 8.7181192e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0517401, 30.1832616 ], [ 120.0512893, 30.1831285 ], [ 120.0505821, 30.1830174 ], [ 120.0500523, 30.1829811 ], [ 120.0498566, 30.1830001 ], [ 120.0508015, 30.1839553 ], [ 120.0512733, 30.1835781 ], [ 120.0517401, 30.1832616 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "五云景区", "area_sqm": 0.0010107602903700001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1030763, 30.1893399 ], [ 120.1030185, 30.1886151 ], [ 120.1029028, 30.1878404 ], [ 120.1026571, 30.1868033 ], [ 120.102686, 30.1864035 ], [ 120.1028883, 30.1858537 ], [ 120.1031052, 30.1855413 ], [ 120.1029769, 30.184993 ], [ 120.1012226, 30.1852589 ], [ 120.1001042, 30.1854585 ], [ 120.0997639, 30.185364 ], [ 120.0995572, 30.1855006 ], [ 120.0992776, 30.1859944 ], [ 120.0990953, 30.1860154 ], [ 120.0989737, 30.1858999 ], [ 120.0989008, 30.1855741 ], [ 120.0990345, 30.1843447 ], [ 120.0993506, 30.1824849 ], [ 120.0993019, 30.1821381 ], [ 120.0989373, 30.1816442 ], [ 120.0982322, 30.1808246 ], [ 120.0980377, 30.1806565 ], [ 120.0969802, 30.1803833 ], [ 120.0969437, 30.1802362 ], [ 120.0967376, 30.1799356 ], [ 120.0964948, 30.1797782 ], [ 120.0955845, 30.1792011 ], [ 120.0959729, 30.1784456 ], [ 120.0956918, 30.1785011 ], [ 120.0953566, 30.1785605 ], [ 120.0948725, 30.178542 ], [ 120.0947721, 30.1785382 ], [ 120.0942342, 30.1784822 ], [ 120.0937418, 30.178498 ], [ 120.0936372, 30.1785013 ], [ 120.0933317, 30.1785111 ], [ 120.0928637, 30.1786989 ], [ 120.0925287, 30.1790361 ], [ 120.0924513, 30.1791847 ], [ 120.0920162, 30.1798236 ], [ 120.0921192, 30.1801056 ], [ 120.0916901, 30.1800314 ], [ 120.0916901, 30.1798236 ], [ 120.0913458, 30.1796187 ], [ 120.0914989, 30.1790847 ], [ 120.0913681, 30.1790302 ], [ 120.0911736, 30.1789492 ], [ 120.0884628, 30.1778203 ], [ 120.0881841, 30.1777743 ], [ 120.0876827, 30.1781788 ], [ 120.0874177, 30.1782866 ], [ 120.0871139, 30.1784102 ], [ 120.0868304, 30.1785255 ], [ 120.0859947, 30.17867 ], [ 120.084407, 30.1796814 ], [ 120.0837385, 30.1800136 ], [ 120.0832371, 30.1802448 ], [ 120.0828527, 30.1805915 ], [ 120.0825017, 30.1807938 ], [ 120.0814154, 30.1810539 ], [ 120.0811568, 30.181319 ], [ 120.0800858, 30.1818269 ], [ 120.0797253, 30.1821979 ], [ 120.0794163, 30.1825688 ], [ 120.0792446, 30.182925 ], [ 120.0789013, 30.1832069 ], [ 120.0782833, 30.1835185 ], [ 120.0778713, 30.1837411 ], [ 120.0776997, 30.1840972 ], [ 120.077425, 30.1844088 ], [ 120.077322, 30.184765 ], [ 120.0772705, 30.1852992 ], [ 120.0772705, 30.1862043 ], [ 120.076704, 30.1866049 ], [ 120.0761891, 30.1868275 ], [ 120.0759316, 30.1871985 ], [ 120.0758972, 30.1875546 ], [ 120.0758457, 30.1879552 ], [ 120.0758114, 30.188341 ], [ 120.0748329, 30.1886823 ], [ 120.0741806, 30.1890087 ], [ 120.0735455, 30.1896022 ], [ 120.0731335, 30.18981 ], [ 120.0730305, 30.1900474 ], [ 120.0730648, 30.1903293 ], [ 120.0732536, 30.1906409 ], [ 120.0734081, 30.1911157 ], [ 120.0734425, 30.1915905 ], [ 120.0734768, 30.1920653 ], [ 120.073597, 30.1923323 ], [ 120.0734596, 30.1930742 ], [ 120.0731506, 30.1939941 ], [ 120.072979, 30.1943057 ], [ 120.0730133, 30.1945728 ], [ 120.073185, 30.1948547 ], [ 120.0736485, 30.1950772 ], [ 120.0737171, 30.1952998 ], [ 120.0736656, 30.1956707 ], [ 120.0736828, 30.1961158 ], [ 120.0736485, 30.1965906 ], [ 120.0736485, 30.1971247 ], [ 120.0737343, 30.197733 ], [ 120.0736828, 30.1980594 ], [ 120.073803, 30.1983858 ], [ 120.073906, 30.1987122 ], [ 120.0738716, 30.1992463 ], [ 120.0738716, 30.1996914 ], [ 120.0739575, 30.2000623 ], [ 120.0739918, 30.2003591 ], [ 120.0738545, 30.2006558 ], [ 120.073494, 30.2009673 ], [ 120.073082, 30.2013828 ], [ 120.0728073, 30.201724 ], [ 120.0725155, 30.2020652 ], [ 120.0722252, 30.2024899 ], [ 120.0718422, 30.2027335 ], [ 120.0714663, 30.2030146 ], [ 120.0714663, 30.2032645 ], [ 120.071488, 30.2034956 ], [ 120.0716976, 30.2036705 ], [ 120.0719212, 30.2037799 ], [ 120.0722817, 30.2041805 ], [ 120.0726766, 30.2044179 ], [ 120.0731572, 30.2045217 ], [ 120.0732087, 30.2048926 ], [ 120.073346, 30.2054118 ], [ 120.0734147, 30.2057679 ], [ 120.0736379, 30.2060646 ], [ 120.0738954, 30.2063465 ], [ 120.0739125, 30.206747 ], [ 120.0739469, 30.2070586 ], [ 120.07417, 30.2076075 ], [ 120.0744103, 30.2081415 ], [ 120.0747365, 30.2084234 ], [ 120.0748738, 30.2087201 ], [ 120.0748223, 30.2090613 ], [ 120.0747537, 30.209358 ], [ 120.0748395, 30.2096844 ], [ 120.0749253, 30.2101739 ], [ 120.0750627, 30.2105151 ], [ 120.0752858, 30.2107821 ], [ 120.0752858, 30.2111381 ], [ 120.0752858, 30.211598 ], [ 120.0752515, 30.2118947 ], [ 120.0750283, 30.2122952 ], [ 120.074891, 30.2126809 ], [ 120.0747365, 30.2135413 ], [ 120.0746507, 30.2139863 ], [ 120.0748052, 30.2144165 ], [ 120.0751656, 30.2147429 ], [ 120.0752515, 30.2149951 ], [ 120.075612, 30.2151731 ], [ 120.0752686, 30.2154401 ], [ 120.0750455, 30.2156478 ], [ 120.0748395, 30.2160779 ], [ 120.0744618, 30.2163746 ], [ 120.0741872, 30.2166565 ], [ 120.0741185, 30.2170421 ], [ 120.0738782, 30.2174575 ], [ 120.0735864, 30.2177838 ], [ 120.0731229, 30.217947 ], [ 120.0725907, 30.2181695 ], [ 120.0722817, 30.2182288 ], [ 120.0721272, 30.2183327 ], [ 120.0719727, 30.2185552 ], [ 120.0718011, 30.2190743 ], [ 120.0715436, 30.219371 ], [ 120.0715264, 30.219638 ], [ 120.0716054, 30.2198609 ], [ 120.0716367, 30.2200175 ], [ 120.0717606, 30.220268 ], [ 120.0718526, 30.2204538 ], [ 120.0719727, 30.2208395 ], [ 120.0719384, 30.22124 ], [ 120.0716294, 30.2216998 ], [ 120.0715436, 30.2221745 ], [ 120.0716638, 30.2225304 ], [ 120.0719041, 30.2227826 ], [ 120.0723676, 30.2230199 ], [ 120.0725049, 30.2232573 ], [ 120.0724534, 30.2234649 ], [ 120.0723847, 30.2238061 ], [ 120.0724861, 30.2239825 ], [ 120.0725736, 30.2241472 ], [ 120.0728654, 30.2246515 ], [ 120.0729855, 30.2250372 ], [ 120.0731744, 30.225408 ], [ 120.0731744, 30.2256898 ], [ 120.07314, 30.2261199 ], [ 120.0731229, 30.2263424 ], [ 120.0733632, 30.2266094 ], [ 120.0736722, 30.2268764 ], [ 120.0740155, 30.2270544 ], [ 120.0740842, 30.2272917 ], [ 120.0741872, 30.2275438 ], [ 120.0743417, 30.227885 ], [ 120.0744275, 30.2281371 ], [ 120.0745305, 30.2282706 ], [ 120.074891, 30.2284041 ], [ 120.0751656, 30.2286266 ], [ 120.0754575, 30.2287749 ], [ 120.0757493, 30.2288045 ], [ 120.0762471, 30.2287749 ], [ 120.0770024, 30.2287749 ], [ 120.0773629, 30.2287156 ], [ 120.0780496, 30.2283893 ], [ 120.0787705, 30.2281964 ], [ 120.0791139, 30.2281074 ], [ 120.079955, 30.2277663 ], [ 120.0807275, 30.2277811 ], [ 120.0814828, 30.2273658 ], [ 120.0822038, 30.2271137 ], [ 120.0826672, 30.2268764 ], [ 120.0831651, 30.2263721 ], [ 120.0835599, 30.2261644 ], [ 120.0847958, 30.2261941 ], [ 120.0849332, 30.2260606 ], [ 120.0851517, 30.2250168 ], [ 120.085225, 30.2246664 ], [ 120.0857228, 30.224251 ], [ 120.0871304, 30.2239247 ], [ 120.0879201, 30.2236726 ], [ 120.0877828, 30.2234056 ], [ 120.087776, 30.223333 ], [ 120.0877313, 30.2228568 ], [ 120.0877656, 30.2224563 ], [ 120.0876491, 30.221697 ], [ 120.0885417, 30.2212461 ], [ 120.0889865, 30.220993 ], [ 120.0896677, 30.2206053 ], [ 120.0899836, 30.2205104 ], [ 120.090986, 30.2203168 ], [ 120.0913565, 30.2202453 ], [ 120.0914002, 30.2202264 ], [ 120.0917367, 30.220081 ], [ 120.0924552, 30.2197706 ], [ 120.0924845, 30.2196241 ], [ 120.0926149, 30.2189712 ], [ 120.0926963, 30.218385 ], [ 120.0927179, 30.2182296 ], [ 120.0925291, 30.2179329 ], [ 120.0924947, 30.217562 ], [ 120.0927179, 30.2170725 ], [ 120.0929411, 30.2163012 ], [ 120.0926492, 30.2156782 ], [ 120.0926321, 30.2141948 ], [ 120.0926321, 30.2134679 ], [ 120.0926836, 30.2129635 ], [ 120.0927694, 30.2126965 ], [ 120.0929239, 30.212474 ], [ 120.0929411, 30.2121625 ], [ 120.0929582, 30.2119103 ], [ 120.0930784, 30.2117174 ], [ 120.0934046, 30.2116284 ], [ 120.093971, 30.2113169 ], [ 120.094589, 30.2105752 ], [ 120.0953958, 30.2100263 ], [ 120.0954473, 30.2096999 ], [ 120.095207, 30.2088543 ], [ 120.0952242, 30.2081571 ], [ 120.0951383, 30.2079494 ], [ 120.094692, 30.2076972 ], [ 120.0945718, 30.2073857 ], [ 120.0944174, 30.2068813 ], [ 120.0943203, 30.2066167 ], [ 120.0941942, 30.206273 ], [ 120.0940569, 30.2057835 ], [ 120.0939367, 30.2055461 ], [ 120.0936105, 30.2049675 ], [ 120.0932501, 30.2045966 ], [ 120.0927866, 30.2042257 ], [ 120.0924604, 30.2036323 ], [ 120.0924947, 30.2028905 ], [ 120.0924604, 30.2024158 ], [ 120.0927694, 30.20203 ], [ 120.0931642, 30.201674 ], [ 120.0932672, 30.2014069 ], [ 120.0937479, 30.2008877 ], [ 120.0941084, 30.2005761 ], [ 120.0944345, 30.1997601 ], [ 120.0950353, 30.1990925 ], [ 120.0955332, 30.1988402 ], [ 120.0960976, 30.1986329 ], [ 120.0962198, 30.198588 ], [ 120.0964945, 30.1981281 ], [ 120.0970094, 30.1979055 ], [ 120.0977592, 30.197638 ], [ 120.0988805, 30.1972379 ], [ 120.0996187, 30.1968967 ], [ 120.0999448, 30.1966741 ], [ 120.1000478, 30.1963329 ], [ 120.1003397, 30.1958432 ], [ 120.1007173, 30.1952053 ], [ 120.1009748, 30.1944486 ], [ 120.101198, 30.1936919 ], [ 120.1015756, 30.1929203 ], [ 120.1021593, 30.1918669 ], [ 120.1029317, 30.1907768 ], [ 120.1029462, 30.1896772 ], [ 120.1030763, 30.1893399 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "大清谷片区", "area_sqm": 0.00034697724658000001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0715264, 30.219638 ], [ 120.0715436, 30.219371 ], [ 120.0718011, 30.2190743 ], [ 120.0719727, 30.2185552 ], [ 120.0721272, 30.2183327 ], [ 120.0722817, 30.2182288 ], [ 120.0725907, 30.2181695 ], [ 120.0731229, 30.217947 ], [ 120.0735864, 30.2177838 ], [ 120.0738782, 30.2174575 ], [ 120.0741185, 30.2170421 ], [ 120.0741872, 30.2166565 ], [ 120.0744618, 30.2163746 ], [ 120.0748395, 30.2160779 ], [ 120.0750455, 30.2156478 ], [ 120.0752686, 30.2154401 ], [ 120.075612, 30.2151731 ], [ 120.0752515, 30.2149951 ], [ 120.0751656, 30.2147429 ], [ 120.0748052, 30.2144165 ], [ 120.0746507, 30.2139863 ], [ 120.0747365, 30.2135413 ], [ 120.074891, 30.2126809 ], [ 120.0750283, 30.2122952 ], [ 120.0752515, 30.2118947 ], [ 120.0752858, 30.211598 ], [ 120.0752858, 30.2111381 ], [ 120.0752858, 30.2107821 ], [ 120.0750627, 30.2105151 ], [ 120.0749253, 30.2101739 ], [ 120.0748395, 30.2096844 ], [ 120.0747537, 30.209358 ], [ 120.0748223, 30.2090613 ], [ 120.0748738, 30.2087201 ], [ 120.0747365, 30.2084234 ], [ 120.0744103, 30.2081415 ], [ 120.07417, 30.2076075 ], [ 120.0739469, 30.2070586 ], [ 120.0739125, 30.206747 ], [ 120.0738954, 30.2063465 ], [ 120.0736379, 30.2060646 ], [ 120.0734147, 30.2057679 ], [ 120.073346, 30.2054118 ], [ 120.0732087, 30.2048926 ], [ 120.0731572, 30.2045217 ], [ 120.0726766, 30.2044179 ], [ 120.0722817, 30.2041805 ], [ 120.0719212, 30.2037799 ], [ 120.0716976, 30.2036705 ], [ 120.071488, 30.2034956 ], [ 120.0714663, 30.2032645 ], [ 120.0714663, 30.2030146 ], [ 120.0718422, 30.2027335 ], [ 120.0722252, 30.2024899 ], [ 120.0725155, 30.2020652 ], [ 120.0728073, 30.201724 ], [ 120.073082, 30.2013828 ], [ 120.073494, 30.2009673 ], [ 120.0738545, 30.2006558 ], [ 120.0739918, 30.2003591 ], [ 120.0739575, 30.2000623 ], [ 120.0738716, 30.1996914 ], [ 120.0738716, 30.1992463 ], [ 120.073906, 30.1987122 ], [ 120.073803, 30.1983858 ], [ 120.0736828, 30.1980594 ], [ 120.0737343, 30.197733 ], [ 120.0736485, 30.1971247 ], [ 120.0736485, 30.1965906 ], [ 120.0736828, 30.1961158 ], [ 120.0736656, 30.1956707 ], [ 120.0737171, 30.1952998 ], [ 120.0736485, 30.1950772 ], [ 120.073185, 30.1948547 ], [ 120.0730133, 30.1945728 ], [ 120.072979, 30.1943057 ], [ 120.0731506, 30.1939941 ], [ 120.0734596, 30.1930742 ], [ 120.073597, 30.1923323 ], [ 120.0734768, 30.1920653 ], [ 120.0734425, 30.1915905 ], [ 120.0734081, 30.1911157 ], [ 120.0732536, 30.1906409 ], [ 120.0730648, 30.1903293 ], [ 120.0730305, 30.1900474 ], [ 120.0726725, 30.1899951 ], [ 120.0724483, 30.1900376 ], [ 120.0719687, 30.1901286 ], [ 120.071488, 30.1902918 ], [ 120.0712648, 30.190366 ], [ 120.0708014, 30.1901731 ], [ 120.0703035, 30.1897428 ], [ 120.0698572, 30.1894609 ], [ 120.0692907, 30.1895499 ], [ 120.0688101, 30.1895499 ], [ 120.0685698, 30.1893125 ], [ 120.0680204, 30.1894312 ], [ 120.0671621, 30.1896241 ], [ 120.0666472, 30.1898615 ], [ 120.066115, 30.1899357 ], [ 120.0656172, 30.1900247 ], [ 120.0649477, 30.1899209 ], [ 120.0645014, 30.1899506 ], [ 120.0642954, 30.1901731 ], [ 120.0641553, 30.1902275 ], [ 120.0631109, 30.1906331 ], [ 120.0626818, 30.1908853 ], [ 120.0621325, 30.1911821 ], [ 120.0615145, 30.191464 ], [ 120.060948, 30.1915679 ], [ 120.0605017, 30.1915679 ], [ 120.060021, 30.1914195 ], [ 120.0596262, 30.191553 ], [ 120.0585619, 30.1915975 ], [ 120.0576693, 30.1916717 ], [ 120.0574461, 30.1918349 ], [ 120.0578066, 30.192191 ], [ 120.0580813, 30.1925175 ], [ 120.0582186, 30.1932 ], [ 120.0584932, 30.1934374 ], [ 120.0590082, 30.1935116 ], [ 120.0593859, 30.1941941 ], [ 120.0593515, 30.1945502 ], [ 120.0591284, 30.1951882 ], [ 120.0589567, 30.1956629 ], [ 120.059197, 30.1958261 ], [ 120.0597292, 30.1960042 ], [ 120.060227, 30.1962119 ], [ 120.0600725, 30.196657 ], [ 120.0600039, 30.1969389 ], [ 120.0597635, 30.1974433 ], [ 120.0596085, 30.1978167 ], [ 120.0596207, 30.1980059 ], [ 120.0599124, 30.198321 ], [ 120.0605445, 30.1988884 ], [ 120.0602163, 30.1994137 ], [ 120.060034, 30.1998444 ], [ 120.0600461, 30.2002647 ], [ 120.0599124, 30.2005693 ], [ 120.0596085, 30.2008845 ], [ 120.0592048, 30.2011541 ], [ 120.058986, 30.2015113 ], [ 120.0590103, 30.2017529 ], [ 120.0593506, 30.202005 ], [ 120.0595816, 30.2023097 ], [ 120.0592169, 30.2027089 ], [ 120.0590954, 30.202877 ], [ 120.0589373, 30.2031502 ], [ 120.0589373, 30.2033078 ], [ 120.0590954, 30.2037175 ], [ 120.0590925, 30.2039814 ], [ 120.059031, 30.2042384 ], [ 120.0589797, 30.2045307 ], [ 120.0591847, 30.2046991 ], [ 120.0603739, 30.2052661 ], [ 120.0602099, 30.2057977 ], [ 120.0601586, 30.2062672 ], [ 120.0600766, 30.2065773 ], [ 120.0599433, 30.2068254 ], [ 120.0599741, 30.2069937 ], [ 120.0600869, 30.207224 ], [ 120.0603226, 30.2074721 ], [ 120.0610505, 30.2081365 ], [ 120.0612965, 30.2084377 ], [ 120.0612965, 30.208739 ], [ 120.0612658, 30.2091553 ], [ 120.061112, 30.2095894 ], [ 120.0609787, 30.2100413 ], [ 120.0607737, 30.2102007 ], [ 120.0607737, 30.210369 ], [ 120.0609172, 30.2105817 ], [ 120.0613068, 30.2110689 ], [ 120.0613478, 30.2112018 ], [ 120.0613375, 30.2114321 ], [ 120.0614093, 30.2115473 ], [ 120.0617988, 30.2116713 ], [ 120.0623319, 30.2118131 ], [ 120.0625267, 30.2119282 ], [ 120.062947, 30.2124598 ], [ 120.0631204, 30.2125444 ], [ 120.0638359, 30.212753 ], [ 120.06431, 30.2129616 ], [ 120.0645858, 30.2131478 ], [ 120.0649996, 30.2133638 ], [ 120.0654306, 30.2135724 ], [ 120.0656893, 30.2136395 ], [ 120.0665685, 30.2136693 ], [ 120.0668271, 30.2136767 ], [ 120.0671202, 30.2138927 ], [ 120.0674564, 30.214146 ], [ 120.0681029, 30.214295 ], [ 120.0681677, 30.2143306 ], [ 120.0683874, 30.2144514 ], [ 120.0687495, 30.214809 ], [ 120.0689743, 30.2154599 ], [ 120.0692551, 30.2168686 ], [ 120.069514, 30.2177179 ], [ 120.0698787, 30.2183771 ], [ 120.0699074, 30.2184827 ], [ 120.070008, 30.2188538 ], [ 120.070258, 30.2194348 ], [ 120.0704477, 30.2195838 ], [ 120.0706632, 30.2196881 ], [ 120.0709994, 30.2198222 ], [ 120.0713269, 30.220001 ], [ 120.0716367, 30.2200175 ], [ 120.0716054, 30.2198609 ], [ 120.0715264, 30.219638 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "灵竺景区", "area_sqm": 0.000562748748855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0791139, 30.2281074 ], [ 120.0787705, 30.2281964 ], [ 120.0791825, 30.2284486 ], [ 120.0794057, 30.2287452 ], [ 120.0797147, 30.2291457 ], [ 120.0802468, 30.2296796 ], [ 120.0804185, 30.2300801 ], [ 120.0806073, 30.2303471 ], [ 120.0808991, 30.2306882 ], [ 120.0814656, 30.2311628 ], [ 120.0815686, 30.2315039 ], [ 120.0816888, 30.2320972 ], [ 120.0816029, 30.2325718 ], [ 120.081191, 30.2330612 ], [ 120.0807618, 30.2336841 ], [ 120.0806416, 30.2340549 ], [ 120.0806245, 30.2344998 ], [ 120.0807974, 30.2349251 ], [ 120.0808476, 30.2350486 ], [ 120.0808991, 30.2355825 ], [ 120.081088, 30.2361461 ], [ 120.0810536, 30.2372584 ], [ 120.0813798, 30.2373919 ], [ 120.0817403, 30.2378961 ], [ 120.0817059, 30.2382817 ], [ 120.0817059, 30.2388304 ], [ 120.0821523, 30.2390084 ], [ 120.0827187, 30.2393198 ], [ 120.0829591, 30.2396313 ], [ 120.0831651, 30.2400465 ], [ 120.0836801, 30.2402838 ], [ 120.0841779, 30.2405211 ], [ 120.0846242, 30.2406397 ], [ 120.0855168, 30.2413812 ], [ 120.085843, 30.241752 ], [ 120.0861348, 30.242271 ], [ 120.0864266, 30.2426862 ], [ 120.0868558, 30.2429828 ], [ 120.0871133, 30.2433091 ], [ 120.0871648, 30.243754 ], [ 120.0874051, 30.244184 ], [ 120.0877313, 30.2446438 ], [ 120.0881261, 30.2447624 ], [ 120.0887441, 30.2450145 ], [ 120.0889844, 30.2452369 ], [ 120.0891045, 30.2456522 ], [ 120.089259, 30.2462157 ], [ 120.0895852, 30.2470016 ], [ 120.0898255, 30.2472389 ], [ 120.0906838, 30.247402 ], [ 120.090907, 30.2475651 ], [ 120.091113, 30.2478024 ], [ 120.0915593, 30.248099 ], [ 120.0918682, 30.2483563 ], [ 120.0920159, 30.2486801 ], [ 120.0921239, 30.2489007 ], [ 120.0925034, 30.2492705 ], [ 120.0925206, 30.2494929 ], [ 120.0926751, 30.2498784 ], [ 120.0927609, 30.2501454 ], [ 120.0927266, 30.2503826 ], [ 120.0928124, 30.2506644 ], [ 120.0932759, 30.2507089 ], [ 120.0938424, 30.2506792 ], [ 120.094529, 30.2505902 ], [ 120.095559, 30.2503381 ], [ 120.0959023, 30.2504419 ], [ 120.096898, 30.2507978 ], [ 120.0973443, 30.2510796 ], [ 120.097619, 30.2513168 ], [ 120.0982369, 30.2514948 ], [ 120.0985288, 30.2517468 ], [ 120.0996789, 30.2523845 ], [ 120.0999192, 30.2523845 ], [ 120.1013922, 30.2522343 ], [ 120.1015042, 30.2520373 ], [ 120.1018472, 30.251728 ], [ 120.1022052, 30.2514446 ], [ 120.1024588, 30.2511482 ], [ 120.1029682, 30.2504601 ], [ 120.1037644, 30.2505726 ], [ 120.1041698, 30.2504976 ], [ 120.1052411, 30.2501975 ], [ 120.1057767, 30.2501224 ], [ 120.1060083, 30.2498848 ], [ 120.1063702, 30.2489844 ], [ 120.1065295, 30.2487093 ], [ 120.1067756, 30.2486343 ], [ 120.1070936, 30.2486988 ], [ 120.1085614, 30.2489966 ], [ 120.108818, 30.2487704 ], [ 120.1088786, 30.2487009 ], [ 120.1089448, 30.2486249 ], [ 120.1090667, 30.2484852 ], [ 120.109371, 30.2478593 ], [ 120.1097826, 30.2471113 ], [ 120.1099954, 30.2467437 ], [ 120.1102984, 30.2462791 ], [ 120.1109804, 30.245315 ], [ 120.1111915, 30.245007 ], [ 120.1113152, 30.2447429 ], [ 120.1113516, 30.2444662 ], [ 120.1113079, 30.2439444 ], [ 120.1111623, 30.2431207 ], [ 120.1110532, 30.2431018 ], [ 120.1106383, 30.2430893 ], [ 120.109845, 30.2431396 ], [ 120.1098523, 30.2425674 ], [ 120.1091827, 30.2425108 ], [ 120.108877, 30.2425422 ], [ 120.1087897, 30.2419826 ], [ 120.1085807, 30.2415778 ], [ 120.108179, 30.2412939 ], [ 120.1069617, 30.2406313 ], [ 120.1055495, 30.2396007 ], [ 120.105513, 30.2394429 ], [ 120.1056226, 30.2389065 ], [ 120.1055739, 30.2386752 ], [ 120.1053469, 30.2382956 ], [ 120.1050551, 30.238177 ], [ 120.1046871, 30.2380066 ], [ 120.1045745, 30.2379545 ], [ 120.1043513, 30.2378062 ], [ 120.1041281, 30.2375393 ], [ 120.1039565, 30.2370647 ], [ 120.1038363, 30.2367532 ], [ 120.1038706, 30.2365011 ], [ 120.1040938, 30.2357596 ], [ 120.1044028, 30.2348549 ], [ 120.1044715, 30.2343951 ], [ 120.1042998, 30.2338909 ], [ 120.104214, 30.2335497 ], [ 120.1038706, 30.2334014 ], [ 120.1035788, 30.2332086 ], [ 120.1034072, 30.2330306 ], [ 120.1030123, 30.2327637 ], [ 120.1027548, 30.2324819 ], [ 120.1021884, 30.2321853 ], [ 120.101948, 30.2320221 ], [ 120.1018794, 30.2317107 ], [ 120.1021197, 30.231236 ], [ 120.1024802, 30.2307614 ], [ 120.1024974, 30.2304796 ], [ 120.1021025, 30.2299012 ], [ 120.1020167, 30.2295452 ], [ 120.1019137, 30.228952 ], [ 120.102051, 30.2276467 ], [ 120.102051, 30.2274243 ], [ 120.1015361, 30.2270683 ], [ 120.1011756, 30.2269051 ], [ 120.1006434, 30.226831 ], [ 120.1002888, 30.2268047 ], [ 120.1000426, 30.2267865 ], [ 120.0994075, 30.2267865 ], [ 120.098944, 30.2268161 ], [ 120.098532, 30.2267123 ], [ 120.0981372, 30.2264305 ], [ 120.0977595, 30.2261042 ], [ 120.0973647, 30.22603 ], [ 120.0968497, 30.2260152 ], [ 120.0965922, 30.2257631 ], [ 120.0961974, 30.2255554 ], [ 120.0956652, 30.2251846 ], [ 120.0950644, 30.2247693 ], [ 120.0948069, 30.2246506 ], [ 120.0943263, 30.2245171 ], [ 120.0937426, 30.224443 ], [ 120.093262, 30.224443 ], [ 120.0928328, 30.2243985 ], [ 120.0926612, 30.2240276 ], [ 120.0925582, 30.223642 ], [ 120.0930388, 30.2233008 ], [ 120.0929702, 30.2229745 ], [ 120.0929187, 30.2227224 ], [ 120.0929015, 30.2222625 ], [ 120.0924208, 30.2220994 ], [ 120.0920088, 30.2219659 ], [ 120.0918372, 30.2217879 ], [ 120.0916484, 30.2211204 ], [ 120.0914767, 30.2206161 ], [ 120.0913565, 30.2202453 ], [ 120.090986, 30.2203168 ], [ 120.0899836, 30.2205104 ], [ 120.0896677, 30.2206053 ], [ 120.0889865, 30.220993 ], [ 120.0885417, 30.2212461 ], [ 120.0876491, 30.221697 ], [ 120.0877656, 30.2224563 ], [ 120.0877313, 30.2228568 ], [ 120.087776, 30.223333 ], [ 120.0877828, 30.2234056 ], [ 120.0879201, 30.2236726 ], [ 120.0871304, 30.2239247 ], [ 120.0857228, 30.224251 ], [ 120.085225, 30.2246664 ], [ 120.0851517, 30.2250168 ], [ 120.0849332, 30.2260606 ], [ 120.0847958, 30.2261941 ], [ 120.0835599, 30.2261644 ], [ 120.0831651, 30.2263721 ], [ 120.0826672, 30.2268764 ], [ 120.0822038, 30.2271137 ], [ 120.0814828, 30.2273658 ], [ 120.0807275, 30.2277811 ], [ 120.079955, 30.2277663 ], [ 120.0791139, 30.2281074 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "屏基山公园", "area_sqm": 3.1336186225e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0513768, 30.2372532 ], [ 120.0510713, 30.237919 ], [ 120.051175, 30.2386114 ], [ 120.0514613, 30.2388257 ], [ 120.0515866, 30.2398771 ], [ 120.0522557, 30.240006 ], [ 120.0523419, 30.240698 ], [ 120.05247, 30.2416684 ], [ 120.0532044, 30.2423206 ], [ 120.05338, 30.2427815 ], [ 120.0535587, 30.2430946 ], [ 120.0554032, 30.2429754 ], [ 120.0554682, 30.2424477 ], [ 120.0567771, 30.2423973 ], [ 120.0566774, 30.242945 ], [ 120.0572036, 30.2429916 ], [ 120.0577071, 30.2430363 ], [ 120.0578762, 30.2429907 ], [ 120.0579468, 30.2426861 ], [ 120.0586154, 30.2418763 ], [ 120.0590777, 30.2419109 ], [ 120.0587026, 30.2403493 ], [ 120.0581356, 30.2396537 ], [ 120.0575035, 30.2401349 ], [ 120.0571528, 30.2401116 ], [ 120.0573417, 30.2395385 ], [ 120.0574258, 30.2395261 ], [ 120.0559723, 30.239244 ], [ 120.0555668, 30.2390765 ], [ 120.0554485, 30.2374834 ], [ 120.0532397, 30.2363654 ], [ 120.0525748, 30.2364203 ], [ 120.0520938, 30.2370356 ], [ 120.0513768, 30.2372532 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "灵隐景区", "area_sqm": 9.99736521e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0934232, 30.2439923 ], [ 120.0943112, 30.2442458 ], [ 120.0950899, 30.2441507 ], [ 120.0953642, 30.2444461 ], [ 120.0962185, 30.2448163 ], [ 120.0967074, 30.244049 ], [ 120.0975704, 30.2443481 ], [ 120.0979515, 30.2433313 ], [ 120.0983123, 30.2429183 ], [ 120.0984282, 30.2423475 ], [ 120.0966474, 30.2418436 ], [ 120.0956865, 30.24156 ], [ 120.0954029, 30.2417726 ], [ 120.0945067, 30.2422811 ], [ 120.0939804, 30.2428205 ], [ 120.093649, 30.2431009 ], [ 120.0934155, 30.2432527 ], [ 120.0935744, 30.2435067 ], [ 120.0934232, 30.2439923 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.83818995e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0945298, 30.2616037 ], [ 120.0949363, 30.2607416 ], [ 120.0949722, 30.2606513 ], [ 120.0950022, 30.260554 ], [ 120.0950643, 30.2603259 ], [ 120.0948028, 30.2602403 ], [ 120.0947335, 30.2605312 ], [ 120.0946759, 30.2606877 ], [ 120.0946149, 30.2608084 ], [ 120.0942442, 30.2615861 ], [ 120.09436, 30.2616213 ], [ 120.0944137, 30.2616352 ], [ 120.0944695, 30.2616315 ], [ 120.0944998, 30.261625 ], [ 120.0945298, 30.2616037 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "方家山公园", "area_sqm": 4.717106475e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9813098, 30.2218531 ], [ 119.9816952, 30.2218726 ], [ 119.981462, 30.2204701 ], [ 119.9808919, 30.2201221 ], [ 119.9793627, 30.2203302 ], [ 119.9794057, 30.2209566 ], [ 119.9793401, 30.2218492 ], [ 119.9791757, 30.2227065 ], [ 119.9812376, 30.2222198 ], [ 119.9813098, 30.2218531 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.37283745e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9599583, 30.2314064 ], [ 119.9600166, 30.2310435 ], [ 119.9599624, 30.2309709 ], [ 119.9598797, 30.2309358 ], [ 119.9590422, 30.2312332 ], [ 119.9591466, 30.2316863 ], [ 119.9599583, 30.2314064 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.53947295e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0071685, 30.2322869 ], [ 120.006327, 30.2322814 ], [ 120.0062949, 30.23257 ], [ 120.0070979, 30.2328419 ], [ 120.0071685, 30.2322869 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.40661645e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0420608, 30.2345703 ], [ 120.0411636, 30.2345703 ], [ 120.0411661, 30.2348418 ], [ 120.0420559, 30.2348375 ], [ 120.0420608, 30.2345703 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.71405005e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9234338, 30.2453934 ], [ 119.9234772, 30.2454353 ], [ 119.9235589, 30.2454838 ], [ 119.9236405, 30.245508 ], [ 119.92374, 30.2455168 ], [ 119.9238038, 30.2455102 ], [ 119.9238855, 30.2454816 ], [ 119.9239927, 30.245422 ], [ 119.9241203, 30.2452192 ], [ 119.9240667, 30.245195 ], [ 119.9241279, 30.2450341 ], [ 119.9235971, 30.244807 ], [ 119.9234134, 30.2450826 ], [ 119.9233751, 30.245184 ], [ 119.9233828, 30.2452413 ], [ 119.9234083, 30.2453515 ], [ 119.9234338, 30.2453934 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.0916238045e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9092365, 30.2458945 ], [ 119.9092166, 30.2462038 ], [ 119.9089581, 30.2462381 ], [ 119.9083614, 30.2455336 ], [ 119.9077647, 30.2456711 ], [ 119.9065713, 30.2463068 ], [ 119.9060099, 30.246219 ], [ 119.9058579, 30.2462746 ], [ 119.9057613, 30.2468029 ], [ 119.9059705, 30.2469604 ], [ 119.906287, 30.2469419 ], [ 119.9066377, 30.2471295 ], [ 119.9065821, 30.2473543 ], [ 119.9068664, 30.2474424 ], [ 119.9070541, 30.247827 ], [ 119.906979, 30.2480355 ], [ 119.9073331, 30.2482672 ], [ 119.9078159, 30.2481977 ], [ 119.9080788, 30.2480402 ], [ 119.9081324, 30.2478131 ], [ 119.9084382, 30.2477992 ], [ 119.9091785, 30.2481514 ], [ 119.909672, 30.248485 ], [ 119.9101333, 30.2484155 ], [ 119.910879, 30.2489994 ], [ 119.9115388, 30.2490828 ], [ 119.9121235, 30.2487816 ], [ 119.912558, 30.2487399 ], [ 119.9132292, 30.2490476 ], [ 119.9138367, 30.2483139 ], [ 119.9133517, 30.2480057 ], [ 119.9131452, 30.2469362 ], [ 119.9131875, 30.2464018 ], [ 119.9128527, 30.2463591 ], [ 119.9127504, 30.2460747 ], [ 119.9123253, 30.2454222 ], [ 119.9123133, 30.2451051 ], [ 119.9123903, 30.2447407 ], [ 119.9090973, 30.2449151 ], [ 119.9093757, 30.2456883 ], [ 119.9092365, 30.2458945 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.11749495e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9621089, 30.2527095 ], [ 119.9621487, 30.2527089 ], [ 119.9624807, 30.2527035 ], [ 119.9625914, 30.2527017 ], [ 119.9629714, 30.2525701 ], [ 119.9632742, 30.2524495 ], [ 119.9634595, 30.2525284 ], [ 119.963279, 30.2521126 ], [ 119.9630362, 30.2521669 ], [ 119.9630023, 30.2521254 ], [ 119.9624067, 30.252213 ], [ 119.9618722, 30.2522108 ], [ 119.9616465, 30.252215 ], [ 119.9614723, 30.2523463 ], [ 119.9614689, 30.2526323 ], [ 119.9616145, 30.2527522 ], [ 119.9617634, 30.2527647 ], [ 119.9617691, 30.2528437 ], [ 119.961984, 30.2528286 ], [ 119.9621089, 30.2527095 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.9750335e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9615986, 30.2533069 ], [ 119.9616417, 30.2535447 ], [ 119.961842, 30.2535128 ], [ 119.961804, 30.2532732 ], [ 119.9615986, 30.2533069 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.515463695000001e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.958061, 30.2516009 ], [ 119.9572043, 30.2524509 ], [ 119.9568756, 30.2526349 ], [ 119.9565303, 30.2527926 ], [ 119.9562573, 30.2530232 ], [ 119.9559381, 30.2539264 ], [ 119.955811, 30.2544389 ], [ 119.9558338, 30.2549848 ], [ 119.9561098, 30.2551204 ], [ 119.9563764, 30.2554455 ], [ 119.9581343, 30.2552598 ], [ 119.9598673, 30.2550677 ], [ 119.9593571, 30.254032 ], [ 119.9589104, 30.2530376 ], [ 119.9585776, 30.2523327 ], [ 119.958061, 30.2516009 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "西溪大众休憩村", "area_sqm": 4.705373637e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0435377, 30.250871 ], [ 120.0423312, 30.254117 ], [ 120.0458083, 30.2550696 ], [ 120.0444551, 30.2578567 ], [ 120.0452395, 30.2579316 ], [ 120.0461017, 30.2578387 ], [ 120.0470264, 30.2576019 ], [ 120.0474058, 30.2579376 ], [ 120.0471118, 30.2592951 ], [ 120.0465129, 30.2612927 ], [ 120.0473586, 30.2615091 ], [ 120.0494265, 30.2618216 ], [ 120.0499029, 30.2609526 ], [ 120.0501052, 30.2596546 ], [ 120.0502116, 30.2587673 ], [ 120.0498808, 30.2576253 ], [ 120.049578, 30.2563869 ], [ 120.0495557, 30.2558708 ], [ 120.050083, 30.2545403 ], [ 120.0505102, 30.2532338 ], [ 120.0499651, 30.2527397 ], [ 120.0435377, 30.250871 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "杭州花圃", "area_sqm": 1.969277926e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1218247, 30.2492879 ], [ 120.1219729, 30.2492623 ], [ 120.1226418, 30.2493464 ], [ 120.122845, 30.2493684 ], [ 120.1229931, 30.2494378 ], [ 120.1230061, 30.2494846 ], [ 120.1233398, 30.2496494 ], [ 120.1236418, 30.2497455 ], [ 120.1239702, 30.2496997 ], [ 120.1244439, 30.2497035 ], [ 120.1245024, 30.2494826 ], [ 120.1249339, 30.2495011 ], [ 120.1253068, 30.2495655 ], [ 120.1255358, 30.2494918 ], [ 120.1257596, 30.24934 ], [ 120.1259513, 30.2488891 ], [ 120.1260579, 30.2478169 ], [ 120.1259833, 30.2473797 ], [ 120.1257702, 30.2472141 ], [ 120.1257169, 30.2470944 ], [ 120.1257329, 30.2468966 ], [ 120.1256391, 30.2468913 ], [ 120.1255524, 30.2468858 ], [ 120.1253621, 30.2468907 ], [ 120.1250687, 30.2469012 ], [ 120.1249509, 30.246929 ], [ 120.1249013, 30.2469794 ], [ 120.1246724, 30.2471927 ], [ 120.1240189, 30.2469984 ], [ 120.121721, 30.2465449 ], [ 120.1201716, 30.2462498 ], [ 120.1201625, 30.2463106 ], [ 120.1201377, 30.2464754 ], [ 120.1199634, 30.2464532 ], [ 120.1198089, 30.2464336 ], [ 120.1198476, 30.2462164 ], [ 120.1191744, 30.2460835 ], [ 120.1191705, 30.2460827 ], [ 120.1190793, 30.2465768 ], [ 120.1188968, 30.2471159 ], [ 120.1186724, 30.2477788 ], [ 120.1185239, 30.2481015 ], [ 120.1184038, 30.2483625 ], [ 120.1182694, 30.2486546 ], [ 120.1182034, 30.2487981 ], [ 120.1188659, 30.249007 ], [ 120.1197014, 30.2490133 ], [ 120.1205343, 30.2490195 ], [ 120.1205871, 30.2495815 ], [ 120.1213082, 30.2494561 ], [ 120.1218247, 30.2492879 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "曲院风荷", "area_sqm": 2.360149152e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.127621, 30.2543443 ], [ 120.1278411, 30.2543412 ], [ 120.1279778, 30.2543392 ], [ 120.1281157, 30.2543158 ], [ 120.1282812, 30.2542878 ], [ 120.128318, 30.2542772 ], [ 120.1285948, 30.2541975 ], [ 120.1288878, 30.2541132 ], [ 120.1294944, 30.2541132 ], [ 120.1295778, 30.2541132 ], [ 120.1299225, 30.2540231 ], [ 120.1301051, 30.2539753 ], [ 120.1304818, 30.2538768 ], [ 120.1307673, 30.2538768 ], [ 120.1309517, 30.2533014 ], [ 120.1309375, 30.2532616 ], [ 120.1308565, 30.2530343 ], [ 120.1316297, 30.2506401 ], [ 120.1309457, 30.2503729 ], [ 120.1310112, 30.2501314 ], [ 120.1296967, 30.2495868 ], [ 120.1293577, 30.249222 ], [ 120.1285429, 30.248996 ], [ 120.1265504, 30.2489395 ], [ 120.1263616, 30.2503013 ], [ 120.1263111, 30.2506651 ], [ 120.1262404, 30.2512975 ], [ 120.1261873, 30.2532251 ], [ 120.1262262, 30.2539919 ], [ 120.1266895, 30.2544684 ], [ 120.1271035, 30.2543187 ], [ 120.127621, 30.2543443 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.09344e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1095615, 30.2538406 ], [ 120.1095636, 30.2537638 ], [ 120.1094279, 30.253759 ], [ 120.1094292, 30.2538454 ], [ 120.1095615, 30.2538406 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "杭州植物园", "area_sqm": 0.000101678693385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1105545, 30.2506009 ], [ 120.11041, 30.2504761 ], [ 120.1101848, 30.2502815 ], [ 120.1097383, 30.2498492 ], [ 120.1098143, 30.2497213 ], [ 120.1098298, 30.2496952 ], [ 120.1104518, 30.2486492 ], [ 120.1095697, 30.2482322 ], [ 120.1094761, 30.248188 ], [ 120.1093632, 30.2481346 ], [ 120.1089524, 30.2487734 ], [ 120.1087942, 30.2491186 ], [ 120.1087197, 30.2492547 ], [ 120.1086427, 30.2493185 ], [ 120.1085674, 30.2493426 ], [ 120.1085149, 30.2493594 ], [ 120.1084439, 30.2494411 ], [ 120.1084107, 30.2495025 ], [ 120.1082877, 30.2496292 ], [ 120.1082261, 30.2496701 ], [ 120.1077906, 30.2497028 ], [ 120.1078096, 30.2498746 ], [ 120.1082971, 30.249846 ], [ 120.1084533, 30.2501363 ], [ 120.1084628, 30.2502467 ], [ 120.1083965, 30.2502589 ], [ 120.1083587, 30.2500749 ], [ 120.1082971, 30.250079 ], [ 120.1082403, 30.2501281 ], [ 120.1081646, 30.2501976 ], [ 120.1081031, 30.2502221 ], [ 120.1080794, 30.2502916 ], [ 120.1084439, 30.2503816 ], [ 120.1084297, 30.2504675 ], [ 120.107767, 30.2503162 ], [ 120.1075114, 30.2502385 ], [ 120.1072878, 30.250592 ], [ 120.1072482, 30.2506544 ], [ 120.1072848, 30.2507295 ], [ 120.1074083, 30.2507888 ], [ 120.1076827, 30.250927 ], [ 120.1080577, 30.2510969 ], [ 120.108236, 30.2510021 ], [ 120.1083092, 30.2510811 ], [ 120.1082863, 30.2511996 ], [ 120.1082634, 30.2513062 ], [ 120.1084464, 30.2512707 ], [ 120.1085378, 30.2513181 ], [ 120.1084692, 30.2515986 ], [ 120.1084052, 30.2516855 ], [ 120.108547, 30.2517131 ], [ 120.1086476, 30.2517605 ], [ 120.1087893, 30.251883 ], [ 120.1087939, 30.2520292 ], [ 120.1088991, 30.2521951 ], [ 120.1089403, 30.2522938 ], [ 120.1089082, 30.2524044 ], [ 120.1088397, 30.2524637 ], [ 120.1086659, 30.2524992 ], [ 120.1085844, 30.2524423 ], [ 120.1085698, 30.2524321 ], [ 120.108483, 30.2524597 ], [ 120.1084692, 30.2525387 ], [ 120.1084875, 30.2526138 ], [ 120.1085653, 30.252677 ], [ 120.1085287, 30.2527718 ], [ 120.1085424, 30.2529733 ], [ 120.1086704, 30.2530128 ], [ 120.1086796, 30.2530878 ], [ 120.1086156, 30.2531471 ], [ 120.1084784, 30.2531589 ], [ 120.1084601, 30.2535737 ], [ 120.1084647, 30.2536488 ], [ 120.1085698, 30.2536764 ], [ 120.1088168, 30.2536606 ], [ 120.1088945, 30.2536883 ], [ 120.1088579, 30.2537475 ], [ 120.1085378, 30.2538107 ], [ 120.1085561, 30.25387 ], [ 120.1084921, 30.2541109 ], [ 120.108483, 30.254423 ], [ 120.1085698, 30.2546166 ], [ 120.1085698, 30.2548457 ], [ 120.1085744, 30.2552446 ], [ 120.108579, 30.2555527 ], [ 120.1086567, 30.2554974 ], [ 120.1086613, 30.2553157 ], [ 120.1087116, 30.2552249 ], [ 120.1087573, 30.2551024 ], [ 120.1088031, 30.2549326 ], [ 120.1089357, 30.2547746 ], [ 120.1090271, 30.2546719 ], [ 120.1091872, 30.2545771 ], [ 120.1093518, 30.2544981 ], [ 120.109553, 30.2544783 ], [ 120.1096262, 30.2545297 ], [ 120.1096811, 30.2546205 ], [ 120.1098183, 30.2546403 ], [ 120.1098952, 30.2546396 ], [ 120.1099815, 30.2546389 ], [ 120.1098332, 30.2548091 ], [ 120.1097745, 30.2548679 ], [ 120.1099123, 30.2548614 ], [ 120.1100605, 30.2549362 ], [ 120.1099832, 30.2552975 ], [ 120.1098555, 30.2554027 ], [ 120.1096204, 30.2553747 ], [ 120.1094784, 30.2555202 ], [ 120.1097856, 30.2556242 ], [ 120.1096218, 30.2559338 ], [ 120.1096592, 30.2560963 ], [ 120.109708, 30.2563145 ], [ 120.1099629, 30.2564929 ], [ 120.1099993, 30.2571707 ], [ 120.1103105, 30.2578386 ], [ 120.1098336, 30.2579131 ], [ 120.1094991, 30.2584277 ], [ 120.1097513, 30.2585944 ], [ 120.1103342, 30.2586776 ], [ 120.1108223, 30.2588481 ], [ 120.111303, 30.2590971 ], [ 120.1118086, 30.2597091 ], [ 120.112122, 30.2598307 ], [ 120.1125486, 30.2598588 ], [ 120.1130011, 30.2599099 ], [ 120.1131416, 30.2595429 ], [ 120.1132149, 30.2595577 ], [ 120.1133264, 30.2594669 ], [ 120.1134227, 30.2595326 ], [ 120.1140123, 30.2599972 ], [ 120.1141427, 30.2601 ], [ 120.1146709, 30.2603805 ], [ 120.1149998, 30.2604169 ], [ 120.115172, 30.2602702 ], [ 120.1155209, 30.2601538 ], [ 120.1162582, 30.2599757 ], [ 120.1165198, 30.2598046 ], [ 120.1167893, 30.2597635 ], [ 120.1170113, 30.2598388 ], [ 120.1172016, 30.259784 ], [ 120.1172729, 30.2596471 ], [ 120.1175108, 30.2596128 ], [ 120.1179389, 30.259606 ], [ 120.1181212, 30.2594827 ], [ 120.1181529, 30.2593184 ], [ 120.1180657, 30.2591677 ], [ 120.1182401, 30.2589965 ], [ 120.1185493, 30.2588527 ], [ 120.1189853, 30.2588459 ], [ 120.1194772, 30.2588949 ], [ 120.119547, 30.2589019 ], [ 120.1196037, 30.2589075 ], [ 120.1196434, 30.2581406 ], [ 120.120085, 30.2562164 ], [ 120.1201271, 30.255915 ], [ 120.121374, 30.2556057 ], [ 120.1219048, 30.255324 ], [ 120.1228896, 30.2551969 ], [ 120.1233053, 30.2550865 ], [ 120.1227234, 30.2543905 ], [ 120.1223716, 30.2541308 ], [ 120.1219752, 30.2540038 ], [ 120.1215275, 30.2540701 ], [ 120.1208497, 30.2541198 ], [ 120.1205266, 30.2541317 ], [ 120.1199309, 30.2540607 ], [ 120.1196906, 30.2539205 ], [ 120.1196096, 30.253822 ], [ 120.1194878, 30.2536273 ], [ 120.118964, 30.2519223 ], [ 120.1186364, 30.2512587 ], [ 120.1183391, 30.250317 ], [ 120.1181645, 30.2500686 ], [ 120.1176921, 30.2496783 ], [ 120.1165624, 30.2494388 ], [ 120.1164084, 30.2494831 ], [ 120.1155046, 30.2499089 ], [ 120.1154731, 30.2499633 ], [ 120.1146993, 30.2513002 ], [ 120.11457, 30.2515235 ], [ 120.114416, 30.2515147 ], [ 120.1137019, 30.2511849 ], [ 120.1134752, 30.2510802 ], [ 120.1130348, 30.2508769 ], [ 120.1127831, 30.2507606 ], [ 120.1111995, 30.2508535 ], [ 120.1111194, 30.2508582 ], [ 120.1108216, 30.2507606 ], [ 120.1105545, 30.2506009 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "植物园景区", "area_sqm": 0.0003059215421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1159309, 30.249156 ], [ 120.1157321, 30.2490475 ], [ 120.115192, 30.2486894 ], [ 120.1146035, 30.2483082 ], [ 120.1131057, 30.2475065 ], [ 120.1109461, 30.2464726 ], [ 120.1102984, 30.2462791 ], [ 120.1099954, 30.2467437 ], [ 120.1097826, 30.2471113 ], [ 120.109371, 30.2478593 ], [ 120.1090667, 30.2484852 ], [ 120.1089448, 30.2486249 ], [ 120.1088786, 30.2487009 ], [ 120.108818, 30.2487704 ], [ 120.1085614, 30.2489966 ], [ 120.1070936, 30.2486988 ], [ 120.1067756, 30.2486343 ], [ 120.1065295, 30.2487093 ], [ 120.1063702, 30.2489844 ], [ 120.1060083, 30.2498848 ], [ 120.1057767, 30.2501224 ], [ 120.1052411, 30.2501975 ], [ 120.1041698, 30.2504976 ], [ 120.1037644, 30.2505726 ], [ 120.1029682, 30.2504601 ], [ 120.1024588, 30.2511482 ], [ 120.1022052, 30.2514446 ], [ 120.1018472, 30.251728 ], [ 120.1015042, 30.2520373 ], [ 120.1013922, 30.2522343 ], [ 120.10161, 30.2522847 ], [ 120.1018048, 30.2524109 ], [ 120.1019266, 30.2526107 ], [ 120.1021213, 30.2529366 ], [ 120.102377, 30.2530839 ], [ 120.1026691, 30.2532942 ], [ 120.1028274, 30.2534834 ], [ 120.1029491, 30.2537148 ], [ 120.1030709, 30.2541354 ], [ 120.1032413, 30.2544088 ], [ 120.1034604, 30.2547243 ], [ 120.1038865, 30.2550923 ], [ 120.104329, 30.2552721 ], [ 120.1045694, 30.2552573 ], [ 120.1048097, 30.2553611 ], [ 120.104947, 30.2555242 ], [ 120.104947, 30.2557021 ], [ 120.1047925, 30.2560432 ], [ 120.104329, 30.2571849 ], [ 120.1040029, 30.2581191 ], [ 120.1040544, 30.258386 ], [ 120.1041745, 30.2585787 ], [ 120.1045694, 30.2589494 ], [ 120.1048522, 30.259141 ], [ 120.1049908, 30.2596635 ], [ 120.1050412, 30.2599465 ], [ 120.1050412, 30.2603602 ], [ 120.1050286, 30.2607412 ], [ 120.1051294, 30.2609806 ], [ 120.105205, 30.2612745 ], [ 120.105205, 30.2614814 ], [ 120.1053059, 30.2616555 ], [ 120.1055075, 30.2618079 ], [ 120.1056587, 30.2619059 ], [ 120.1062385, 30.2620365 ], [ 120.1063519, 30.2621236 ], [ 120.1064275, 30.262276 ], [ 120.1064905, 30.2626134 ], [ 120.1065661, 30.2627876 ], [ 120.1064653, 30.2629726 ], [ 120.1064527, 30.2631142 ], [ 120.1064527, 30.2632901 ], [ 120.1064527, 30.2634734 ], [ 120.1065409, 30.263604 ], [ 120.1070702, 30.2638543 ], [ 120.1072089, 30.2639959 ], [ 120.1075617, 30.2643224 ], [ 120.1076752, 30.2644421 ], [ 120.1077256, 30.2648993 ], [ 120.1077327, 30.2649176 ], [ 120.1077886, 30.2650626 ], [ 120.1080154, 30.265215 ], [ 120.1084077, 30.2654976 ], [ 120.1087693, 30.265795 ], [ 120.108864, 30.2659511 ], [ 120.1090533, 30.2664566 ], [ 120.1091566, 30.2667392 ], [ 120.1093116, 30.2669176 ], [ 120.1094493, 30.2670514 ], [ 120.1096559, 30.2671927 ], [ 120.1099227, 30.2673042 ], [ 120.110267, 30.2673562 ], [ 120.1108144, 30.2674485 ], [ 120.1113912, 30.2677833 ], [ 120.1116086, 30.2679385 ], [ 120.1121003, 30.2683468 ], [ 120.11233, 30.2685982 ], [ 120.1128648, 30.2691574 ], [ 120.1130506, 30.2693033 ], [ 120.1132533, 30.269386 ], [ 120.1133603, 30.2694832 ], [ 120.1135257, 30.2698058 ], [ 120.1135624, 30.2699648 ], [ 120.1136508, 30.2700781 ], [ 120.1137483, 30.2701623 ], [ 120.1138673, 30.2702124 ], [ 120.1140782, 30.2702455 ], [ 120.1143471, 30.2703387 ], [ 120.1145607, 30.2704644 ], [ 120.1146885, 30.2705721 ], [ 120.1147197, 30.2706835 ], [ 120.1146893, 30.2708147 ], [ 120.114665, 30.2712976 ], [ 120.1146042, 30.2714393 ], [ 120.1144948, 30.2716073 ], [ 120.1138566, 30.2728146 ], [ 120.1145556, 30.2730771 ], [ 120.1144644, 30.2734078 ], [ 120.11453, 30.2735878 ], [ 120.1146042, 30.2736397 ], [ 120.1148128, 30.2736277 ], [ 120.1151222, 30.2736098 ], [ 120.1157071, 30.2735781 ], [ 120.116284, 30.2734725 ], [ 120.1162309, 30.2733818 ], [ 120.1164661, 30.2732486 ], [ 120.1167636, 30.2731266 ], [ 120.1171101, 30.2729085 ], [ 120.1173771, 30.2727713 ], [ 120.117673, 30.2725968 ], [ 120.1178174, 30.2724098 ], [ 120.1177236, 30.2722664 ], [ 120.1177452, 30.2720794 ], [ 120.1180287, 30.2719604 ], [ 120.118007, 30.2718917 ], [ 120.1178552, 30.2719292 ], [ 120.1177251, 30.2718917 ], [ 120.117595, 30.2717294 ], [ 120.1175083, 30.2715546 ], [ 120.1175011, 30.2714111 ], [ 120.117754, 30.271024 ], [ 120.1177757, 30.2708368 ], [ 120.1177034, 30.2706495 ], [ 120.1171641, 30.2697154 ], [ 120.1167036, 30.2689243 ], [ 120.1162388, 30.2691771 ], [ 120.115576, 30.2679727 ], [ 120.1154899, 30.2678761 ], [ 120.1150853, 30.2681288 ], [ 120.1149562, 30.2680917 ], [ 120.1145172, 30.2673185 ], [ 120.1144483, 30.2672218 ], [ 120.1138544, 30.2670657 ], [ 120.1134412, 30.266062 ], [ 120.1134154, 30.2659282 ], [ 120.1136994, 30.2654896 ], [ 120.1135875, 30.2654227 ], [ 120.1128989, 30.2651327 ], [ 120.1125202, 30.2647535 ], [ 120.113317, 30.2641868 ], [ 120.1135666, 30.2640418 ], [ 120.1138335, 30.2639303 ], [ 120.1141649, 30.2637927 ], [ 120.1143801, 30.2634656 ], [ 120.1141218, 30.2630455 ], [ 120.1140917, 30.2629712 ], [ 120.1139755, 30.2623318 ], [ 120.1139755, 30.261882 ], [ 120.1140272, 30.2618336 ], [ 120.1152064, 30.261421 ], [ 120.1160156, 30.2612351 ], [ 120.1160672, 30.260815 ], [ 120.1163125, 30.2608336 ], [ 120.116532, 30.2608225 ], [ 120.1167343, 30.2608076 ], [ 120.116984, 30.2607481 ], [ 120.1171131, 30.2608076 ], [ 120.1176554, 30.2608708 ], [ 120.1180863, 30.2608673 ], [ 120.118235, 30.2608054 ], [ 120.1195779, 30.260491 ], [ 120.1199623, 30.2603936 ], [ 120.121295, 30.263351 ], [ 120.121336, 30.2634174 ], [ 120.1230428, 30.2628552 ], [ 120.1243858, 30.262408 ], [ 120.1264155, 30.2617825 ], [ 120.126389, 30.261556 ], [ 120.1264008, 30.2611182 ], [ 120.1264597, 30.260118 ], [ 120.126445, 30.2599882 ], [ 120.1264214, 30.2598966 ], [ 120.1263772, 30.2597821 ], [ 120.1261916, 30.2593723 ], [ 120.1261474, 30.2592247 ], [ 120.1261297, 30.2590567 ], [ 120.1261297, 30.2589345 ], [ 120.1261326, 30.2588277 ], [ 120.1261856, 30.2581586 ], [ 120.1262475, 30.2573769 ], [ 120.1262446, 30.257209 ], [ 120.126224, 30.2570817 ], [ 120.1261798, 30.2569264 ], [ 120.1258792, 30.2562138 ], [ 120.1257201, 30.2558193 ], [ 120.1256435, 30.2556055 ], [ 120.1255639, 30.2553153 ], [ 120.1255345, 30.2551728 ], [ 120.1255352, 30.255077 ], [ 120.1252584, 30.2550818 ], [ 120.1247773, 30.2551067 ], [ 120.1241706, 30.2551724 ], [ 120.1238902, 30.2551564 ], [ 120.12367, 30.2551099 ], [ 120.1232743, 30.2548469 ], [ 120.1228335, 30.2543426 ], [ 120.1224334, 30.2540567 ], [ 120.1221362, 30.2539411 ], [ 120.1218295, 30.2539538 ], [ 120.1212578, 30.2540212 ], [ 120.1208287, 30.2540662 ], [ 120.1204654, 30.25403 ], [ 120.1200793, 30.2539916 ], [ 120.1198576, 30.2539298 ], [ 120.1197159, 30.2538366 ], [ 120.1196076, 30.2537051 ], [ 120.119489, 30.2534525 ], [ 120.1194807, 30.2534248 ], [ 120.1193527, 30.2529962 ], [ 120.119085, 30.2520769 ], [ 120.1190342, 30.251895 ], [ 120.1187276, 30.2512601 ], [ 120.118638, 30.2509412 ], [ 120.118483, 30.25039 ], [ 120.1184566, 30.2502959 ], [ 120.1182932, 30.2500168 ], [ 120.1182631, 30.2499773 ], [ 120.118195, 30.2498879 ], [ 120.118099, 30.2497845 ], [ 120.1178801, 30.2495486 ], [ 120.1177553, 30.2494892 ], [ 120.1161244, 30.2492192 ], [ 120.1159309, 30.249156 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.236052e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1167434, 30.2624482 ], [ 120.1161734, 30.2626371 ], [ 120.1162011, 30.262701 ], [ 120.1167711, 30.2625147 ], [ 120.1167434, 30.2624482 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "黄龙洞景区", "area_sqm": 2.994599465e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1341395, 30.2669689 ], [ 120.1344771, 30.2670423 ], [ 120.1344555, 30.2664352 ], [ 120.134306, 30.2663247 ], [ 120.1341936, 30.2662518 ], [ 120.1341507, 30.266131 ], [ 120.1341441, 30.2660231 ], [ 120.1341872, 30.2659237 ], [ 120.1342845, 30.2658592 ], [ 120.134273, 30.2656477 ], [ 120.1340771, 30.2651789 ], [ 120.134039, 30.2650878 ], [ 120.1340331, 30.2648701 ], [ 120.1341326, 30.264269 ], [ 120.1339254, 30.2641921 ], [ 120.1334564, 30.2640525 ], [ 120.1333862, 30.2641163 ], [ 120.1330289, 30.2643042 ], [ 120.1329837, 30.2643929 ], [ 120.1327939, 30.2643569 ], [ 120.1326784, 30.2646045 ], [ 120.1329172, 30.2647336 ], [ 120.1329761, 30.2649132 ], [ 120.1332113, 30.2651006 ], [ 120.1332559, 30.2651738 ], [ 120.1332687, 30.2652578 ], [ 120.1331988, 30.2667747 ], [ 120.1339366, 30.267005 ], [ 120.1341395, 30.2669689 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.0648838e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1101109, 30.2735894 ], [ 120.1105437, 30.273736 ], [ 120.1109189, 30.2738274 ], [ 120.1113812, 30.2738852 ], [ 120.1117766, 30.2739175 ], [ 120.1118233, 30.2738328 ], [ 120.1118762, 30.2738059 ], [ 120.1119914, 30.273779 ], [ 120.1120739, 30.2737736 ], [ 120.1121129, 30.273646 ], [ 120.1119349, 30.2735856 ], [ 120.1116244, 30.2734268 ], [ 120.1114591, 30.2732596 ], [ 120.1113875, 30.273404 ], [ 120.1112567, 30.2735214 ], [ 120.1106705, 30.2734394 ], [ 120.1101711, 30.2732913 ], [ 120.1098519, 30.2731933 ], [ 120.1097713, 30.2733968 ], [ 120.109809, 30.2734913 ], [ 120.1101109, 30.2735894 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "古荡绿色广场", "area_sqm": 7.5968428e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1166469, 30.274002 ], [ 120.116704, 30.2738794 ], [ 120.1176436, 30.2737188 ], [ 120.1180755, 30.2735819 ], [ 120.1185926, 30.2734166 ], [ 120.1184132, 30.2731741 ], [ 120.1182969, 30.2731537 ], [ 120.1170109, 30.2736357 ], [ 120.1166592, 30.2737075 ], [ 120.1162542, 30.2737794 ], [ 120.1157338, 30.2737846 ], [ 120.1155863, 30.2740036 ], [ 120.1161933, 30.2740183 ], [ 120.1166469, 30.274002 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.4040569e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1358855, 30.2744002 ], [ 120.1358088, 30.27445 ], [ 120.1357704, 30.2744941 ], [ 120.1357384, 30.2747813 ], [ 120.1359814, 30.2747924 ], [ 120.1361093, 30.274715 ], [ 120.1361285, 30.274334 ], [ 120.135975, 30.2743505 ], [ 120.1358855, 30.2744002 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "西溪艺术集合村", "area_sqm": 0.000103206265035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0473586, 30.2615091 ], [ 120.0465129, 30.2612927 ], [ 120.0471118, 30.2592951 ], [ 120.0474058, 30.2579376 ], [ 120.0470264, 30.2576019 ], [ 120.0461017, 30.2578387 ], [ 120.0452395, 30.2579316 ], [ 120.0444551, 30.2578567 ], [ 120.0458083, 30.2550696 ], [ 120.0423312, 30.254117 ], [ 120.0435377, 30.250871 ], [ 120.0492785, 30.2524188 ], [ 120.0499651, 30.2527397 ], [ 120.0505164, 30.2533243 ], [ 120.0507765, 30.2530281 ], [ 120.049671, 30.2517597 ], [ 120.0493406, 30.2511964 ], [ 120.0479534, 30.2513563 ], [ 120.0468267, 30.251205 ], [ 120.0467536, 30.2514425 ], [ 120.0455389, 30.2511061 ], [ 120.0455933, 30.2508771 ], [ 120.0395979, 30.2495309 ], [ 120.0390592, 30.2520448 ], [ 120.0388445, 30.2547366 ], [ 120.0388623, 30.2568439 ], [ 120.0391686, 30.2599293 ], [ 120.0396533, 30.2631179 ], [ 120.0399203, 30.2648746 ], [ 120.0403453, 30.2658959 ], [ 120.045899, 30.2662473 ], [ 120.0473586, 30.2615091 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.09137415e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.945039, 30.262434 ], [ 119.945049, 30.2623519 ], [ 119.9450506, 30.2615669 ], [ 119.9442817, 30.2620691 ], [ 119.9436686, 30.262455 ], [ 119.9449539, 30.2624599 ], [ 119.945039, 30.262434 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "华立公园", "area_sqm": 3.3171546e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9422437, 30.2653731 ], [ 119.9412779, 30.2650434 ], [ 119.9411065, 30.2653551 ], [ 119.9420809, 30.2656395 ], [ 119.9422437, 30.2653731 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "西溪五常民俗文化体验村", "area_sqm": 4.177756801e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0427738, 30.2696213 ], [ 120.046732, 30.2706923 ], [ 120.0473151, 30.2699532 ], [ 120.0483732, 30.2690368 ], [ 120.0485813, 30.268278 ], [ 120.0484905, 30.2673159 ], [ 120.0481086, 30.2665603 ], [ 120.0481744, 30.2658124 ], [ 120.0485028, 30.2646827 ], [ 120.0492779, 30.263596 ], [ 120.049247, 30.2628474 ], [ 120.0494265, 30.2618216 ], [ 120.0473586, 30.2615091 ], [ 120.0472652, 30.2617784 ], [ 120.0465604, 30.2635888 ], [ 120.0462201, 30.2647818 ], [ 120.045899, 30.2662473 ], [ 120.0403453, 30.2658959 ], [ 120.0415725, 30.2716527 ], [ 120.0419588, 30.2714395 ], [ 120.0427738, 30.2696213 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.966216e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9367197, 30.2664734 ], [ 119.9366231, 30.2664734 ], [ 119.936371, 30.2672239 ], [ 119.9364514, 30.2672425 ], [ 119.9367197, 30.2664734 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.716396e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9351832, 30.267568 ], [ 119.9349126, 30.2675174 ], [ 119.934872, 30.2676304 ], [ 119.9351517, 30.2677083 ], [ 119.9351832, 30.267568 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.70361804e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9089952, 30.2682001 ], [ 119.9094337, 30.2680233 ], [ 119.9102131, 30.2680004 ], [ 119.9097639, 30.2674744 ], [ 119.9093801, 30.2672905 ], [ 119.9092303, 30.2677546 ], [ 119.9088283, 30.2675842 ], [ 119.9071592, 30.2674663 ], [ 119.9073337, 30.2682198 ], [ 119.9089345, 30.2681673 ], [ 119.9089952, 30.2682001 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.655661e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9371574, 30.2682067 ], [ 119.9365113, 30.2681609 ], [ 119.9364877, 30.2682416 ], [ 119.937124, 30.2683576 ], [ 119.9371574, 30.2682067 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.08438055e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9440391, 30.2690257 ], [ 119.9440321, 30.2689452 ], [ 119.9437964, 30.2684653 ], [ 119.9437155, 30.2683893 ], [ 119.9435326, 30.2683878 ], [ 119.9434465, 30.2684683 ], [ 119.943195, 30.2688663 ], [ 119.9431053, 30.2689635 ], [ 119.9430754, 30.2690303 ], [ 119.9439811, 30.2690531 ], [ 119.9440391, 30.2690257 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.1413898e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9360079, 30.2681434 ], [ 119.9355359, 30.269598 ], [ 119.9356571, 30.2696476 ], [ 119.9361547, 30.2681655 ], [ 119.9360079, 30.2681434 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "杭州城西休闲公园", "area_sqm": 2.3374693025e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0813383, 30.2639315 ], [ 120.0820492, 30.2640037 ], [ 120.0831157, 30.2641075 ], [ 120.084715, 30.2643089 ], [ 120.0850569, 30.2628911 ], [ 120.0837802, 30.2626502 ], [ 120.0840913, 30.2617606 ], [ 120.0837587, 30.2616957 ], [ 120.0838406, 30.2614862 ], [ 120.0842844, 30.260352 ], [ 120.0805508, 30.2595736 ], [ 120.0802289, 30.2606207 ], [ 120.0788771, 30.2603427 ], [ 120.0786518, 30.2609636 ], [ 120.0773858, 30.2634471 ], [ 120.0807721, 30.2638906 ], [ 120.0813383, 30.2639315 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "卫匡国传教士纪念园", "area_sqm": 2.3445779e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0976344, 30.2632199 ], [ 120.0975178, 30.2637151 ], [ 120.0977868, 30.2639413 ], [ 120.0981549, 30.263654 ], [ 120.0976344, 30.2632199 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "西溪国家湿地公园", "area_sqm": 0.001054388215005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0468267, 30.251205 ], [ 120.0467536, 30.2514425 ], [ 120.0455217, 30.2511784 ], [ 120.0455389, 30.2511061 ], [ 120.0455933, 30.2508771 ], [ 120.0436818, 30.250369 ], [ 120.0427103, 30.2501278 ], [ 120.0396036, 30.2494485 ], [ 120.0390592, 30.2520448 ], [ 120.0388445, 30.2547366 ], [ 120.0388623, 30.2568439 ], [ 120.0391686, 30.2599293 ], [ 120.0396533, 30.2631179 ], [ 120.0399203, 30.2648746 ], [ 120.0407095, 30.2696038 ], [ 120.041379, 30.2736921 ], [ 120.0416114, 30.2751735 ], [ 120.0421045, 30.2784918 ], [ 120.0423082, 30.2802091 ], [ 120.042343, 30.2803466 ], [ 120.043655, 30.2805497 ], [ 120.0445865, 30.2806176 ], [ 120.0460182, 30.2806068 ], [ 120.0463144, 30.2806055 ], [ 120.0485794, 30.2806307 ], [ 120.0488299, 30.2806316 ], [ 120.0494672, 30.2806214 ], [ 120.0497838, 30.2806303 ], [ 120.0501005, 30.2806532 ], [ 120.0505485, 30.2807302 ], [ 120.051671, 30.2809723 ], [ 120.0527691, 30.2812215 ], [ 120.0551121, 30.2818044 ], [ 120.0562551, 30.282131 ], [ 120.0568348, 30.2822838 ], [ 120.057275, 30.2823549 ], [ 120.0576746, 30.2824049 ], [ 120.05917, 30.2824923 ], [ 120.0620627, 30.2826031 ], [ 120.0645294, 30.282713 ], [ 120.0655603, 30.2827508 ], [ 120.0673696, 30.2828152 ], [ 120.0685153, 30.2828574 ], [ 120.0688949, 30.2828368 ], [ 120.0695065, 30.2828546 ], [ 120.0699611, 30.2829207 ], [ 120.076725, 30.2831431 ], [ 120.0774479, 30.283147 ], [ 120.0782412, 30.2831014 ], [ 120.0791112, 30.2830383 ], [ 120.0801322, 30.2829033 ], [ 120.0811796, 30.2827512 ], [ 120.0816581, 30.2827177 ], [ 120.081724, 30.2827053 ], [ 120.0817735, 30.2826677 ], [ 120.0818163, 30.2826244 ], [ 120.0826577, 30.2805294 ], [ 120.0829695, 30.2796843 ], [ 120.0833142, 30.2788707 ], [ 120.0834833, 30.2784935 ], [ 120.0841513, 30.2771098 ], [ 120.0848683, 30.2755625 ], [ 120.0850603, 30.2750589 ], [ 120.0852888, 30.2743925 ], [ 120.0853523, 30.2739534 ], [ 120.085446, 30.2731668 ], [ 120.0855227, 30.2724799 ], [ 120.0855709, 30.2719677 ], [ 120.0856014, 30.2717183 ], [ 120.0856871, 30.2710422 ], [ 120.0857741, 30.2701533 ], [ 120.0859065, 30.2696691 ], [ 120.0859405, 30.2691103 ], [ 120.0860291, 30.2683868 ], [ 120.086356, 30.2662221 ], [ 120.0863969, 30.2655986 ], [ 120.0863764, 30.2654398 ], [ 120.0863287, 30.2653398 ], [ 120.0862402, 30.2653045 ], [ 120.0845994, 30.2651747 ], [ 120.0836911, 30.2651446 ], [ 120.083105, 30.2648807 ], [ 120.0823631, 30.2647878 ], [ 120.0817604, 30.2646008 ], [ 120.0810408, 30.2644781 ], [ 120.0789174, 30.2643494 ], [ 120.0778118, 30.2641369 ], [ 120.0755762, 30.2638179 ], [ 120.0738117, 30.2637105 ], [ 120.0726944, 30.263708 ], [ 120.0718221, 30.2633986 ], [ 120.0716174, 30.2633849 ], [ 120.0710519, 30.2632643 ], [ 120.0706639, 30.2630278 ], [ 120.0698409, 30.262687 ], [ 120.0687801, 30.2622422 ], [ 120.0673504, 30.2615485 ], [ 120.0624523, 30.2592572 ], [ 120.0576291, 30.257052 ], [ 120.0560075, 30.2562116 ], [ 120.0537572, 30.2549965 ], [ 120.0517837, 30.253855 ], [ 120.0511316, 30.2533818 ], [ 120.0507765, 30.2530281 ], [ 120.0502796, 30.2525332 ], [ 120.049671, 30.2517597 ], [ 120.0493406, 30.2511964 ], [ 120.0486886, 30.2513015 ], [ 120.0482799, 30.2513391 ], [ 120.0479534, 30.2513563 ], [ 120.0469047, 30.2512257 ], [ 120.0468267, 30.251205 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.731395e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.092924, 30.268352 ], [ 120.0927131, 30.268314 ], [ 120.0926952, 30.2683942 ], [ 120.0929004, 30.2684308 ], [ 120.092924, 30.268352 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.0164579e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0932284, 30.2688377 ], [ 120.0934114, 30.2688743 ], [ 120.0934288, 30.268808 ], [ 120.0934973, 30.2685469 ], [ 120.0935314, 30.2684169 ], [ 120.0935715, 30.2682642 ], [ 120.0936406, 30.2680007 ], [ 120.0936288, 30.2679986 ], [ 120.0933655, 30.2679516 ], [ 120.0932244, 30.2679264 ], [ 120.0932004, 30.2679221 ], [ 120.0930935, 30.2683248 ], [ 120.0930572, 30.2684617 ], [ 120.0929711, 30.2687863 ], [ 120.0929876, 30.2687896 ], [ 120.0932284, 30.2688377 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "西溪湿地核心保护区", "area_sqm": 0.00030366026228500001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646706, 30.2787109 ], [ 120.0645168, 30.2786438 ], [ 120.0644228, 30.2784109 ], [ 120.0638276, 30.2783896 ], [ 120.0629906, 30.2781719 ], [ 120.062662, 30.2781247 ], [ 120.0627873, 30.2779207 ], [ 120.0629155, 30.2779235 ], [ 120.0631262, 30.2779283 ], [ 120.0631829, 30.2778738 ], [ 120.06315, 30.2777458 ], [ 120.0629708, 30.2776065 ], [ 120.0629589, 30.2773914 ], [ 120.063044, 30.2769955 ], [ 120.0630791, 30.2767416 ], [ 120.0632735, 30.2760617 ], [ 120.0634163, 30.2755795 ], [ 120.0635479, 30.2751608 ], [ 120.0636356, 30.2749877 ], [ 120.0638137, 30.2748564 ], [ 120.0637792, 30.274784 ], [ 120.06379, 30.2747286 ], [ 120.0639962, 30.2742669 ], [ 120.0641537, 30.2739044 ], [ 120.0642358, 30.2736119 ], [ 120.0642299, 30.2735003 ], [ 120.0646337, 30.2725625 ], [ 120.0648097, 30.2721925 ], [ 120.0650057, 30.2720775 ], [ 120.0651692, 30.2721289 ], [ 120.0654571, 30.2723105 ], [ 120.0656941, 30.2723556 ], [ 120.0658624, 30.2719376 ], [ 120.0660144, 30.271758 ], [ 120.0660843, 30.2712583 ], [ 120.066268, 30.2712465 ], [ 120.0663378, 30.2710571 ], [ 120.0664363, 30.2708286 ], [ 120.0663653, 30.2707474 ], [ 120.0664145, 30.2706371 ], [ 120.0665229, 30.2705679 ], [ 120.0665459, 30.2704093 ], [ 120.0665321, 30.2702578 ], [ 120.0666824, 30.2701339 ], [ 120.0670239, 30.2703643 ], [ 120.066897, 30.270624 ], [ 120.066894, 30.2707274 ], [ 120.067076, 30.2707713 ], [ 120.0673487, 30.270849 ], [ 120.0674809, 30.271027 ], [ 120.0673084, 30.2712778 ], [ 120.0672483, 30.2714515 ], [ 120.0672635, 30.2715553 ], [ 120.0673147, 30.2716837 ], [ 120.0672601, 30.2719769 ], [ 120.0674423, 30.2723231 ], [ 120.0674127, 30.2723941 ], [ 120.0672534, 30.2728202 ], [ 120.0675712, 30.2729228 ], [ 120.067874, 30.2729137 ], [ 120.0681035, 30.2729029 ], [ 120.0683673, 30.2729725 ], [ 120.0687774, 30.2730533 ], [ 120.0688946, 30.2728092 ], [ 120.069152, 30.2721705 ], [ 120.0692815, 30.2718233 ], [ 120.0692958, 30.2717345 ], [ 120.0695285, 30.2712241 ], [ 120.0696763, 30.2708773 ], [ 120.069716, 30.2707747 ], [ 120.0697306, 30.2705921 ], [ 120.0697744, 30.270044 ], [ 120.0698081, 30.2692172 ], [ 120.0698863, 30.2684392 ], [ 120.0699486, 30.2681939 ], [ 120.0699531, 30.2680429 ], [ 120.0700696, 30.2678227 ], [ 120.0703537, 30.2672084 ], [ 120.0706578, 30.2665388 ], [ 120.0709787, 30.2659174 ], [ 120.0715086, 30.2647437 ], [ 120.0715126, 30.2646085 ], [ 120.0715592, 30.2642722 ], [ 120.0715315, 30.2642352 ], [ 120.07159, 30.2641615 ], [ 120.0717869, 30.2640147 ], [ 120.0717792, 30.2638333 ], [ 120.071064, 30.2636643 ], [ 120.0704498, 30.2633562 ], [ 120.0700149, 30.2631873 ], [ 120.0696703, 30.2630602 ], [ 120.0693805, 30.2629423 ], [ 120.0689859, 30.2626471 ], [ 120.0683922, 30.2622677 ], [ 120.0678922, 30.2621292 ], [ 120.0677217, 30.262006 ], [ 120.0672857, 30.2619947 ], [ 120.066751, 30.2617917 ], [ 120.0662613, 30.2616137 ], [ 120.0655659, 30.2612639 ], [ 120.0649245, 30.2609471 ], [ 120.0643309, 30.2605678 ], [ 120.0641949, 30.260517 ], [ 120.0637141, 30.2603471 ], [ 120.0635584, 30.2603436 ], [ 120.0633496, 30.2602752 ], [ 120.0629269, 30.2600032 ], [ 120.062279, 30.2595987 ], [ 120.0621428, 30.2595559 ], [ 120.0615447, 30.2593276 ], [ 120.0608352, 30.2588979 ], [ 120.0597502, 30.2583961 ], [ 120.0590084, 30.2580692 ], [ 120.0575757, 30.2572413 ], [ 120.0574033, 30.257492 ], [ 120.057079, 30.2579299 ], [ 120.0567127, 30.2585188 ], [ 120.0565745, 30.2588499 ], [ 120.056531, 30.2590797 ], [ 120.0563435, 30.2592187 ], [ 120.0563472, 30.2594018 ], [ 120.0563526, 30.2595292 ], [ 120.0564255, 30.2596661 ], [ 120.0563756, 30.2598003 ], [ 120.0561675, 30.2600184 ], [ 120.0560673, 30.2603026 ], [ 120.0558812, 30.2607042 ], [ 120.0551141, 30.2606074 ], [ 120.0550749, 30.260694 ], [ 120.0551366, 30.260775 ], [ 120.0553191, 30.2608029 ], [ 120.0552161, 30.2611826 ], [ 120.0551665, 30.2613087 ], [ 120.0546952, 30.261131 ], [ 120.0542851, 30.2610502 ], [ 120.0539088, 30.2610656 ], [ 120.0536897, 30.2610368 ], [ 120.0535446, 30.2610355 ], [ 120.0533994, 30.2609348 ], [ 120.0529231, 30.2609241 ], [ 120.0528281, 30.261189 ], [ 120.0527731, 30.2613424 ], [ 120.0523185, 30.2612208 ], [ 120.0517283, 30.2610324 ], [ 120.0515444, 30.2610521 ], [ 120.0515295, 30.2613837 ], [ 120.0514893, 30.2614842 ], [ 120.0514655, 30.2615437 ], [ 120.051442, 30.2617182 ], [ 120.0514585, 30.2620846 ], [ 120.0514644, 30.2621961 ], [ 120.0516442, 30.2623116 ], [ 120.0515836, 30.2625012 ], [ 120.051461, 30.2629201 ], [ 120.051347, 30.2633631 ], [ 120.0512707, 30.2637672 ], [ 120.0511469, 30.2639236 ], [ 120.0509265, 30.2639345 ], [ 120.0505522, 30.2638863 ], [ 120.0503589, 30.2645265 ], [ 120.0503529, 30.2647252 ], [ 120.0503949, 30.2648535 ], [ 120.0504453, 30.2650058 ], [ 120.0503761, 30.2654817 ], [ 120.0505046, 30.2654766 ], [ 120.0509666, 30.26548 ], [ 120.051027, 30.2654804 ], [ 120.0510466, 30.2654937 ], [ 120.0512336, 30.2656203 ], [ 120.0512442, 30.2656308 ], [ 120.0514562, 30.2658402 ], [ 120.0517523, 30.2663593 ], [ 120.0518016, 30.2665514 ], [ 120.0519854, 30.266842 ], [ 120.0522913, 30.2673422 ], [ 120.0523147, 30.267478 ], [ 120.0523445, 30.2677094 ], [ 120.0524797, 30.2677841 ], [ 120.0525984, 30.2678026 ], [ 120.0529291, 30.2677783 ], [ 120.0530648, 30.267837 ], [ 120.0530791, 30.2685853 ], [ 120.0530568, 30.2687201 ], [ 120.0529823, 30.2693708 ], [ 120.0528619, 30.2697182 ], [ 120.0526143, 30.2703365 ], [ 120.0524685, 30.2706117 ], [ 120.052464, 30.2707628 ], [ 120.0525441, 30.2708441 ], [ 120.0530714, 30.2709913 ], [ 120.053963, 30.2712182 ], [ 120.0541976, 30.2713429 ], [ 120.0543732, 30.2716015 ], [ 120.054499, 30.2719942 ], [ 120.0545299, 30.2721858 ], [ 120.0546051, 30.2727366 ], [ 120.0546775, 30.2733827 ], [ 120.0547326, 30.2736863 ], [ 120.0547061, 30.2742666 ], [ 120.054513, 30.2742861 ], [ 120.0540796, 30.2740615 ], [ 120.0532648, 30.2740272 ], [ 120.0522218, 30.273956 ], [ 120.0520471, 30.2739232 ], [ 120.0515472, 30.2738294 ], [ 120.0516117, 30.2741252 ], [ 120.0515296, 30.2744178 ], [ 120.0513823, 30.2744384 ], [ 120.051136, 30.274401 ], [ 120.0506103, 30.2741982 ], [ 120.050501, 30.2744821 ], [ 120.0504536, 30.2745362 ], [ 120.0502067, 30.2748177 ], [ 120.0487362, 30.2743309 ], [ 120.0485518, 30.2743666 ], [ 120.048541, 30.2743869 ], [ 120.0484935, 30.2744766 ], [ 120.0483621, 30.2751898 ], [ 120.0482371, 30.2753859 ], [ 120.0482118, 30.2756161 ], [ 120.0493217, 30.2759037 ], [ 120.0492676, 30.2764833 ], [ 120.0495099, 30.2764761 ], [ 120.0498305, 30.2764833 ], [ 120.0502479, 30.276628 ], [ 120.0504654, 30.2767125 ], [ 120.050591, 30.2768028 ], [ 120.0508457, 30.2768722 ], [ 120.0510916, 30.2769255 ], [ 120.0512572, 30.2769054 ], [ 120.0516413, 30.2769379 ], [ 120.051794, 30.2769728 ], [ 120.0517509, 30.2774416 ], [ 120.051779, 30.2777287 ], [ 120.0518517, 30.2780566 ], [ 120.0518973, 30.2783679 ], [ 120.05217, 30.2784457 ], [ 120.0527945, 30.278412 ], [ 120.0532462, 30.2783267 ], [ 120.053431, 30.2779728 ], [ 120.0540166, 30.2780099 ], [ 120.0541979, 30.2780776 ], [ 120.0542997, 30.2786608 ], [ 120.0542806, 30.2789945 ], [ 120.0543373, 30.2792425 ], [ 120.0544172, 30.2793318 ], [ 120.0543774, 30.2794343 ], [ 120.0543982, 30.2796576 ], [ 120.0551948, 30.2796914 ], [ 120.0555377, 30.2797549 ], [ 120.0557054, 30.2796632 ], [ 120.0560531, 30.2796869 ], [ 120.056545, 30.2797934 ], [ 120.0569486, 30.2797866 ], [ 120.0570618, 30.2796778 ], [ 120.0572824, 30.2796589 ], [ 120.0580781, 30.2797245 ], [ 120.0580927, 30.2795418 ], [ 120.0582604, 30.2794501 ], [ 120.0585632, 30.2795047 ], [ 120.0587847, 30.2794539 ], [ 120.0595773, 30.2796229 ], [ 120.0598821, 30.2798526 ], [ 120.0603759, 30.2798955 ], [ 120.0605789, 30.2798523 ], [ 120.0607995, 30.2798334 ], [ 120.0613755, 30.2798861 ], [ 120.0618599, 30.2799368 ], [ 120.0624532, 30.2799024 ], [ 120.0637001, 30.2798986 ], [ 120.0642146, 30.2798624 ], [ 120.0644884, 30.2792876 ], [ 120.0646706, 30.2787109 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "青春生育文化园", "area_sqm": 1.108052005e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0986591, 30.2710397 ], [ 120.0990271, 30.2698138 ], [ 120.0990796, 30.2697439 ], [ 120.0991443, 30.2696846 ], [ 120.0992293, 30.2696706 ], [ 120.0995002, 30.2696846 ], [ 120.099569, 30.2696706 ], [ 120.0996175, 30.2696287 ], [ 120.099751, 30.2694016 ], [ 120.0987844, 30.268993 ], [ 120.0985054, 30.2690253 ], [ 120.0985169, 30.2710292 ], [ 120.0986591, 30.2710397 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "新杭州人文化公园", "area_sqm": 5.29243355e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0986897, 30.276012 ], [ 120.0978364, 30.2757676 ], [ 120.0977519, 30.2758666 ], [ 120.0975656, 30.2762038 ], [ 120.0984107, 30.2766023 ], [ 120.0986897, 30.276012 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.5242485e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0851823, 30.2779428 ], [ 120.085267, 30.2777731 ], [ 120.0851644, 30.2777349 ], [ 120.0851466, 30.2777707 ], [ 120.0851379, 30.2777769 ], [ 120.0851119, 30.2777672 ], [ 120.0850491, 30.2778932 ], [ 120.0851367, 30.2779258 ], [ 120.0851823, 30.2779428 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 8.633208e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0865369, 30.2780578 ], [ 120.0861055, 30.2779015 ], [ 120.0860799, 30.2778934 ], [ 120.0860092, 30.2780605 ], [ 120.0864592, 30.2782177 ], [ 120.0865369, 30.2780578 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.849055335000001e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9872673, 30.269867 ], [ 119.9895876, 30.2699501 ], [ 119.991817, 30.2700438 ], [ 119.9919446, 30.2682235 ], [ 119.9867505, 30.2683628 ], [ 119.986492, 30.2684938 ], [ 119.9864639, 30.2698427 ], [ 119.9872673, 30.269867 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.06428524e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9752876, 30.2698763 ], [ 119.9750588, 30.2689043 ], [ 119.9742976, 30.2688115 ], [ 119.972976, 30.2685655 ], [ 119.9710426, 30.2682388 ], [ 119.9718272, 30.2700457 ], [ 119.9746152, 30.2699328 ], [ 119.9752876, 30.2698763 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.377985355e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9689175, 30.2702446 ], [ 119.9691578, 30.2701382 ], [ 119.9697185, 30.2700583 ], [ 119.9714378, 30.2700583 ], [ 119.9706921, 30.2682063 ], [ 119.9684491, 30.2678071 ], [ 119.9671982, 30.2677912 ], [ 119.9671181, 30.2678923 ], [ 119.9685169, 30.2706225 ], [ 119.9687141, 30.2704255 ], [ 119.9689175, 30.2702446 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.29551539e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9947319, 30.2686057 ], [ 119.9922417, 30.2683101 ], [ 119.9920617, 30.2700993 ], [ 119.9944229, 30.2703074 ], [ 119.9947319, 30.2686057 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.46784663e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9981609, 30.2690347 ], [ 119.995099, 30.2685835 ], [ 119.9947675, 30.2703497 ], [ 119.9978182, 30.2707524 ], [ 119.9981609, 30.2690347 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.497412728e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9777114, 30.269715 ], [ 119.9779589, 30.2697715 ], [ 119.9781597, 30.2698602 ], [ 119.9783932, 30.2700336 ], [ 119.9785847, 30.2702998 ], [ 119.9786921, 30.2707152 ], [ 119.9786454, 30.2710621 ], [ 119.9784913, 30.2714695 ], [ 119.9798316, 30.2716066 ], [ 119.9804994, 30.2705337 ], [ 119.9809243, 30.270078 ], [ 119.981368, 30.2698279 ], [ 119.9817369, 30.2697311 ], [ 119.9858512, 30.2697634 ], [ 119.9859679, 30.2697392 ], [ 119.9860333, 30.2696222 ], [ 119.986038, 30.268505 ], [ 119.9859586, 30.2684405 ], [ 119.9811532, 30.2686099 ], [ 119.9762683, 30.2688277 ], [ 119.9756612, 30.2688801 ], [ 119.9759508, 30.2697876 ], [ 119.9774966, 30.269719 ], [ 119.9777114, 30.269715 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "余杭生育文化园", "area_sqm": 4.7227368e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9424539, 30.2699996 ], [ 119.9416063, 30.2700691 ], [ 119.9415527, 30.2701016 ], [ 119.9449055, 30.2702544 ], [ 119.944943, 30.2700784 ], [ 119.9424539, 30.2699996 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.6631388e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0011664, 30.2694087 ], [ 119.9985625, 30.269097 ], [ 119.9981947, 30.2708196 ], [ 120.0006554, 30.2712417 ], [ 120.0011664, 30.2694087 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.3583451e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9522496, 30.2711612 ], [ 119.9514534, 30.2710779 ], [ 119.9496892, 30.2710486 ], [ 119.9496753, 30.2713015 ], [ 119.9522206, 30.2713566 ], [ 119.9522496, 30.2711612 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "南湖公园", "area_sqm": 1.0791296855e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9318036, 30.2694818 ], [ 119.9316877, 30.2694351 ], [ 119.9309616, 30.2697153 ], [ 119.9295171, 30.2699354 ], [ 119.9284048, 30.270289 ], [ 119.9280108, 30.2706293 ], [ 119.9277327, 30.2713098 ], [ 119.9280185, 30.2721637 ], [ 119.9295866, 30.2727975 ], [ 119.9306604, 30.273131 ], [ 119.9312243, 30.273071 ], [ 119.9319349, 30.2710362 ], [ 119.9318036, 30.2694818 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.7128527e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.166665, 30.2369653 ], [ 120.1668206, 30.2369421 ], [ 120.1667803, 30.2368193 ], [ 120.1666355, 30.2360778 ], [ 120.1665175, 30.2354359 ], [ 120.1663405, 30.2354591 ], [ 120.1665255, 30.2364903 ], [ 120.166665, 30.2369653 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.10828995e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1676111, 30.2394823 ], [ 120.1675285, 30.2392284 ], [ 120.1674317, 30.2389131 ], [ 120.1673563, 30.2386677 ], [ 120.1672636, 30.2384192 ], [ 120.1668624, 30.2369775 ], [ 120.166682, 30.237015 ], [ 120.1669636, 30.2380485 ], [ 120.1671286, 30.238658 ], [ 120.1676462, 30.2401016 ], [ 120.1678252, 30.2400353 ], [ 120.1676111, 30.2394823 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.4447218e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.167083, 30.2386559 ], [ 120.166635, 30.2370269 ], [ 120.1665787, 30.2370362 ], [ 120.1668469, 30.2380975 ], [ 120.1672023, 30.2392216 ], [ 120.1673861, 30.2397633 ], [ 120.1674826, 30.2401514 ], [ 120.1676006, 30.2401007 ], [ 120.167083, 30.2386559 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "吴山景区", "area_sqm": 0.00011427923901500001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1734992, 30.2483124 ], [ 120.1732246, 30.2483574 ], [ 120.1734472, 30.2491876 ], [ 120.1737028, 30.2491058 ], [ 120.1734992, 30.2483124 ] ] ], [ [ [ 120.1553104, 30.2354268 ], [ 120.1558255, 30.2363885 ], [ 120.1564051, 30.2371276 ], [ 120.1570858, 30.2379065 ], [ 120.1572698, 30.2381449 ], [ 120.1573986, 30.2384787 ], [ 120.1574813, 30.2389317 ], [ 120.1575457, 30.2404258 ], [ 120.1575365, 30.2407993 ], [ 120.1574813, 30.2410934 ], [ 120.1572146, 30.2418643 ], [ 120.1572882, 30.2419358 ], [ 120.1583737, 30.2421186 ], [ 120.1587048, 30.2421424 ], [ 120.1605269, 30.2422657 ], [ 120.1617699, 30.2423464 ], [ 120.1619337, 30.242357 ], [ 120.1619245, 30.2429927 ], [ 120.1633412, 30.2429927 ], [ 120.1645069, 30.2430237 ], [ 120.1646934, 30.2430245 ], [ 120.165503, 30.2430563 ], [ 120.1664413, 30.2431358 ], [ 120.1666621, 30.243112 ], [ 120.1668184, 30.2430325 ], [ 120.1675636, 30.2426431 ], [ 120.1673888, 30.2416099 ], [ 120.1670116, 30.2400284 ], [ 120.1665057, 30.2400205 ], [ 120.1659813, 30.239941 ], [ 120.1655799, 30.239731 ], [ 120.1643719, 30.2389509 ], [ 120.1639859, 30.2385676 ], [ 120.1634861, 30.2380713 ], [ 120.1633018, 30.2380367 ], [ 120.1632308, 30.2364203 ], [ 120.1641935, 30.2362445 ], [ 120.1641169, 30.2357429 ], [ 120.1657492, 30.2355062 ], [ 120.1657273, 30.235156 ], [ 120.1657821, 30.2349667 ], [ 120.1659026, 30.2345408 ], [ 120.1659464, 30.2341716 ], [ 120.1659678, 30.233868 ], [ 120.1658481, 30.2337486 ], [ 120.1648715, 30.2334143 ], [ 120.1645307, 30.2333984 ], [ 120.1641806, 30.233271 ], [ 120.1638766, 30.2332312 ], [ 120.1635726, 30.2331914 ], [ 120.1630935, 30.2330084 ], [ 120.1628264, 30.232881 ], [ 120.1623289, 30.2325388 ], [ 120.1621723, 30.2323955 ], [ 120.1629461, 30.232109 ], [ 120.1629461, 30.2320055 ], [ 120.163416, 30.2320055 ], [ 120.1634805, 30.2319339 ], [ 120.1627619, 30.231512 ], [ 120.1629001, 30.2313608 ], [ 120.1629922, 30.2307877 ], [ 120.1629093, 30.2306444 ], [ 120.1629001, 30.2304375 ], [ 120.1631212, 30.2303181 ], [ 120.1632778, 30.2301828 ], [ 120.1633699, 30.229928 ], [ 120.1636279, 30.2298087 ], [ 120.1636555, 30.2297291 ], [ 120.1633239, 30.22914 ], [ 120.1629185, 30.2291002 ], [ 120.1629646, 30.2281292 ], [ 120.162607, 30.228094 ], [ 120.1624136, 30.2281207 ], [ 120.1622047, 30.2281608 ], [ 120.1617406, 30.2284415 ], [ 120.1614157, 30.2286888 ], [ 120.1610599, 30.2288759 ], [ 120.1602012, 30.2291767 ], [ 120.1598299, 30.2293839 ], [ 120.1591183, 30.2296245 ], [ 120.1589326, 30.2296913 ], [ 120.1586619, 30.2297649 ], [ 120.1581977, 30.2298317 ], [ 120.1577723, 30.2298852 ], [ 120.1570383, 30.2301227 ], [ 120.1565972, 30.2302586 ], [ 120.1563615, 30.2303254 ], [ 120.156159, 30.2303998 ], [ 120.1559079, 30.230539 ], [ 120.1558207, 30.230595 ], [ 120.1557503, 30.2306402 ], [ 120.1556588, 30.2307334 ], [ 120.1555707, 30.2308548 ], [ 120.1554756, 30.2309858 ], [ 120.1554046, 30.231105 ], [ 120.1551062, 30.2315452 ], [ 120.1550235, 30.2316601 ], [ 120.1549795, 30.2317363 ], [ 120.1549286, 30.2318685 ], [ 120.1548409, 30.2321127 ], [ 120.1548263, 30.2323103 ], [ 120.1547864, 30.2335625 ], [ 120.1546734, 30.2338379 ], [ 120.155154, 30.2349818 ], [ 120.1553104, 30.2354268 ] ] ], [ [ [ 120.164412, 30.2322828 ], [ 120.1657253, 30.2323629 ], [ 120.1655284, 30.2316787 ], [ 120.1643556, 30.2318005 ], [ 120.164412, 30.2322828 ] ] ], [ [ [ 120.1558649, 30.243062 ], [ 120.1554967, 30.2430479 ], [ 120.1554861, 30.2432524 ], [ 120.1558543, 30.2432665 ], [ 120.1558649, 30.243062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.4717335e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.168012, 30.2395252 ], [ 120.1677001, 30.2396162 ], [ 120.1677617, 30.2397737 ], [ 120.1680736, 30.2396826 ], [ 120.168012, 30.2395252 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.269533e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1682907, 30.2397553 ], [ 120.1681845, 30.2397859 ], [ 120.1682252, 30.2398944 ], [ 120.1683296, 30.2398654 ], [ 120.1682907, 30.2397553 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.956585e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1614531, 30.2444416 ], [ 120.1614826, 30.2444022 ], [ 120.1614986, 30.2443489 ], [ 120.1615013, 30.2442841 ], [ 120.1614933, 30.2442146 ], [ 120.1614611, 30.2441682 ], [ 120.1614075, 30.2441497 ], [ 120.1613699, 30.2444787 ], [ 120.1614209, 30.2444671 ], [ 120.1614531, 30.2444416 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.1588525e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1723552, 30.2475054 ], [ 120.1719931, 30.2476305 ], [ 120.1719716, 30.2475054 ], [ 120.1719379, 30.2474296 ], [ 120.171808, 30.2473478 ], [ 120.1716739, 30.2473455 ], [ 120.1715156, 30.2473779 ], [ 120.1713386, 30.2474567 ], [ 120.1711857, 30.2475563 ], [ 120.1711171, 30.2476175 ], [ 120.1710462, 30.247605 ], [ 120.170888, 30.2474706 ], [ 120.170888, 30.2472574 ], [ 120.1711374, 30.2471439 ], [ 120.1711294, 30.2470999 ], [ 120.1707351, 30.2471532 ], [ 120.1706922, 30.2478761 ], [ 120.1724866, 30.2478344 ], [ 120.1723552, 30.2475054 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "丁家花园", "area_sqm": 2.5986412e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1631218, 30.249176 ], [ 120.1631466, 30.2488257 ], [ 120.1631592, 30.2487093 ], [ 120.1631632, 30.2486038 ], [ 120.1631674, 30.2485318 ], [ 120.162867, 30.2485388 ], [ 120.162867, 30.2486384 ], [ 120.1627088, 30.2486407 ], [ 120.1627034, 30.2491528 ], [ 120.1631218, 30.249176 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.23911835e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1667401, 30.2493319 ], [ 120.1660861, 30.2493576 ], [ 120.1660781, 30.2492139 ], [ 120.1659762, 30.2492209 ], [ 120.1659789, 30.2496472 ], [ 120.1667401, 30.2493319 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.810157e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1587915, 30.2413475 ], [ 120.1588479, 30.241366 ], [ 120.1588023, 30.241424 ], [ 120.1587218, 30.2414379 ], [ 120.1586574, 30.2414518 ], [ 120.1585796, 30.241607 ], [ 120.1587459, 30.2416001 ], [ 120.1587889, 30.2416093 ], [ 120.1587808, 30.2416626 ], [ 120.1588157, 30.2416649 ], [ 120.1588693, 30.2416232 ], [ 120.1588908, 30.2416719 ], [ 120.158821, 30.2417854 ], [ 120.1586789, 30.2417808 ], [ 120.1586682, 30.2419291 ], [ 120.1587218, 30.2419314 ], [ 120.1587379, 30.2419708 ], [ 120.1594031, 30.2419685 ], [ 120.1594782, 30.2418503 ], [ 120.1589471, 30.2418318 ], [ 120.1589471, 30.2416812 ], [ 120.1589417, 30.2415792 ], [ 120.1589337, 30.2415259 ], [ 120.1588747, 30.2415236 ], [ 120.1590383, 30.241373 ], [ 120.1590517, 30.2412826 ], [ 120.1588479, 30.2412061 ], [ 120.1587567, 30.2411575 ], [ 120.1586494, 30.2410045 ], [ 120.1586038, 30.2412757 ], [ 120.1585984, 30.241424 ], [ 120.1587915, 30.2413475 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "环湖景区", "area_sqm": 0.0010108362276450001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1323322, 30.2258812 ], [ 120.132039, 30.2259397 ], [ 120.1318247, 30.225852 ], [ 120.1314188, 30.2255305 ], [ 120.1310016, 30.2254038 ], [ 120.1300092, 30.2252674 ], [ 120.1296033, 30.2251992 ], [ 120.1293439, 30.2251213 ], [ 120.1290733, 30.2248777 ], [ 120.1289154, 30.2247023 ], [ 120.1287463, 30.2247023 ], [ 120.1286335, 30.2247997 ], [ 120.1286448, 30.2253941 ], [ 120.1285658, 30.2257643 ], [ 120.1283065, 30.2260177 ], [ 120.1281824, 30.2262028 ], [ 120.1281824, 30.2264853 ], [ 120.1288816, 30.2271576 ], [ 120.1291748, 30.2276156 ], [ 120.1281486, 30.2282294 ], [ 120.1280246, 30.2283755 ], [ 120.1279118, 30.2286094 ], [ 120.1278777, 30.2288235 ], [ 120.1278777, 30.2291016 ], [ 120.1279398, 30.2293309 ], [ 120.1279342, 30.2294772 ], [ 120.1276575, 30.229848 ], [ 120.1273921, 30.2300285 ], [ 120.1271776, 30.2301114 ], [ 120.1269912, 30.2300334 ], [ 120.1266186, 30.22997 ], [ 120.1261499, 30.2298675 ], [ 120.1258845, 30.2297553 ], [ 120.1256418, 30.2296236 ], [ 120.1256418, 30.2298285 ], [ 120.1255796, 30.2301066 ], [ 120.1254272, 30.2303066 ], [ 120.1257434, 30.2305749 ], [ 120.1257886, 30.2306871 ], [ 120.1260652, 30.2309359 ], [ 120.1263945, 30.2312986 ], [ 120.1259776, 30.2316633 ], [ 120.1258906, 30.2317379 ], [ 120.1253706, 30.2326392 ], [ 120.1252469, 30.2329813 ], [ 120.1252233, 30.2330465 ], [ 120.1250837, 30.2332407 ], [ 120.1250349, 30.2333132 ], [ 120.1250149, 30.2333748 ], [ 120.1250075, 30.2334818 ], [ 120.1250109, 30.2335757 ], [ 120.1250903, 30.2337567 ], [ 120.12516, 30.2338853 ], [ 120.1252522, 30.2340845 ], [ 120.1252656, 30.2341659 ], [ 120.1252412, 30.2342356 ], [ 120.1251963, 30.2342751 ], [ 120.1251393, 30.2343189 ], [ 120.1248965, 30.2344097 ], [ 120.1247835, 30.2344661 ], [ 120.1247106, 30.234521 ], [ 120.1245404, 30.2347709 ], [ 120.1244597, 30.2348734 ], [ 120.1243423, 30.2350028 ], [ 120.1241614, 30.2351737 ], [ 120.1240835, 30.2352259 ], [ 120.1239709, 30.2352806 ], [ 120.1238861, 30.2353102 ], [ 120.1235681, 30.2354211 ], [ 120.1232847, 30.2355548 ], [ 120.1231704, 30.2356166 ], [ 120.1231369, 30.235658 ], [ 120.1230481, 30.2357677 ], [ 120.1229888, 30.236059 ], [ 120.1229441, 30.236279 ], [ 120.1228932, 30.2363885 ], [ 120.1228545, 30.236472 ], [ 120.1228314, 30.2365217 ], [ 120.1226706, 30.2368272 ], [ 120.1226581, 30.236851 ], [ 120.1224068, 30.237111 ], [ 120.1220948, 30.2372496 ], [ 120.1218608, 30.237345 ], [ 120.1218278, 30.2373785 ], [ 120.1218037, 30.237403 ], [ 120.1217748, 30.2374732 ], [ 120.1217568, 30.2375553 ], [ 120.1217568, 30.237605 ], [ 120.1218031, 30.2378196 ], [ 120.1218175, 30.2378822 ], [ 120.1218175, 30.2379382 ], [ 120.121808, 30.2379857 ], [ 120.1217743, 30.2380355 ], [ 120.1217664, 30.2380416 ], [ 120.1217239, 30.2380748 ], [ 120.1215199, 30.2382336 ], [ 120.1206429, 30.2388306 ], [ 120.1204146, 30.2389686 ], [ 120.1201826, 30.2391089 ], [ 120.1201385, 30.2391431 ], [ 120.1200047, 30.2392469 ], [ 120.1199187, 30.2393615 ], [ 120.1198497, 30.2394781 ], [ 120.1198238, 30.2395946 ], [ 120.1198272, 30.2396419 ], [ 120.1198496, 30.2399536 ], [ 120.1198538, 30.2400358 ], [ 120.1198604, 30.2401654 ], [ 120.1198339, 30.2405123 ], [ 120.1198249, 30.240555 ], [ 120.1197937, 30.2407027 ], [ 120.1197543, 30.2408596 ], [ 120.1197146, 30.2410179 ], [ 120.119621, 30.2413493 ], [ 120.119569, 30.241498 ], [ 120.1194603, 30.2417221 ], [ 120.1194369, 30.2417702 ], [ 120.1193653, 30.2418883 ], [ 120.1192911, 30.2420108 ], [ 120.1192417, 30.2421391 ], [ 120.1190869, 30.2425413 ], [ 120.1189349, 30.2430615 ], [ 120.1188554, 30.2434312 ], [ 120.1187946, 30.2437137 ], [ 120.1187803, 30.2438828 ], [ 120.1187757, 30.2441284 ], [ 120.1188242, 30.2444143 ], [ 120.1188579, 30.244582 ], [ 120.1189204, 30.2447796 ], [ 120.1190433, 30.2451507 ], [ 120.1191288, 30.2453639 ], [ 120.1191626, 30.2455399 ], [ 120.11916, 30.2456942 ], [ 120.1191529, 30.2457798 ], [ 120.1191409, 30.2459254 ], [ 120.1191225, 30.246032 ], [ 120.1190323, 30.246555 ], [ 120.1189282, 30.2469085 ], [ 120.1187946, 30.2473176 ], [ 120.118564, 30.2478856 ], [ 120.1185083, 30.2480155 ], [ 120.1184622, 30.2481167 ], [ 120.1183659, 30.2483282 ], [ 120.118334, 30.2483981 ], [ 120.1181033, 30.2488698 ], [ 120.1179709, 30.2491054 ], [ 120.1177553, 30.2494892 ], [ 120.1178801, 30.2495486 ], [ 120.118099, 30.2497845 ], [ 120.118195, 30.2498879 ], [ 120.1182631, 30.2499773 ], [ 120.1182932, 30.2500168 ], [ 120.1184566, 30.2502959 ], [ 120.118483, 30.25039 ], [ 120.118638, 30.2509412 ], [ 120.1187276, 30.2512601 ], [ 120.1190342, 30.251895 ], [ 120.119085, 30.2520769 ], [ 120.1193527, 30.2529962 ], [ 120.1194807, 30.2534248 ], [ 120.119489, 30.2534525 ], [ 120.1196076, 30.2537051 ], [ 120.1197159, 30.2538366 ], [ 120.1198576, 30.2539298 ], [ 120.1200793, 30.2539916 ], [ 120.1204654, 30.25403 ], [ 120.1208287, 30.2540662 ], [ 120.1212578, 30.2540212 ], [ 120.1218295, 30.2539538 ], [ 120.1221362, 30.2539411 ], [ 120.1224334, 30.2540567 ], [ 120.1228335, 30.2543426 ], [ 120.1232743, 30.2548469 ], [ 120.12367, 30.2551099 ], [ 120.1238902, 30.2551564 ], [ 120.1241706, 30.2551724 ], [ 120.1247773, 30.2551067 ], [ 120.1252584, 30.2550818 ], [ 120.1255352, 30.255077 ], [ 120.1256821, 30.2550303 ], [ 120.1259075, 30.2546171 ], [ 120.1268734, 30.2544264 ], [ 120.1278531, 30.2544304 ], [ 120.1280279, 30.2544224 ], [ 120.1284143, 30.2543668 ], [ 120.128832, 30.25425 ], [ 120.1295843, 30.2542247 ], [ 120.1300109, 30.2541122 ], [ 120.1302747, 30.2540362 ], [ 120.1306543, 30.2540013 ], [ 120.130967, 30.2540172 ], [ 120.1321721, 30.2542595 ], [ 120.13346, 30.2545615 ], [ 120.1336256, 30.2546409 ], [ 120.1338831, 30.2547959 ], [ 120.1341499, 30.2550184 ], [ 120.1355206, 30.256393 ], [ 120.1359207, 30.2567943 ], [ 120.1362795, 30.2570486 ], [ 120.1365555, 30.2571519 ], [ 120.1379353, 30.2574896 ], [ 120.1383585, 30.2576485 ], [ 120.1392646, 30.2580855 ], [ 120.139605, 30.2582484 ], [ 120.1398212, 30.2584073 ], [ 120.1399591, 30.2585663 ], [ 120.1403546, 30.2590142 ], [ 120.1406444, 30.2592883 ], [ 120.1415643, 30.260071 ], [ 120.1420013, 30.2603451 ], [ 120.1421945, 30.2604365 ], [ 120.142636, 30.2605874 ], [ 120.1428246, 30.2607066 ], [ 120.1435293, 30.261239 ], [ 120.1436775, 30.2613424 ], [ 120.1438927, 30.2615082 ], [ 120.1441709, 30.2615814 ], [ 120.1447719, 30.2615187 ], [ 120.1448529, 30.2615259 ], [ 120.1449396, 30.2615621 ], [ 120.1454175, 30.2617746 ], [ 120.1456671, 30.2618587 ], [ 120.1459661, 30.2619144 ], [ 120.1468078, 30.2619779 ], [ 120.1469458, 30.261962 ], [ 120.1471022, 30.2619422 ], [ 120.1472172, 30.2618548 ], [ 120.1474609, 30.2616561 ], [ 120.1475972, 30.2616127 ], [ 120.1476357, 30.2616005 ], [ 120.1478013, 30.2616005 ], [ 120.1478313, 30.2616058 ], [ 120.1481371, 30.2616601 ], [ 120.1497791, 30.2623593 ], [ 120.1496931, 30.2624692 ], [ 120.1495896, 30.2626015 ], [ 120.1495583, 30.2626414 ], [ 120.1494636, 30.2627232 ], [ 120.1493606, 30.2628122 ], [ 120.1492658, 30.2630311 ], [ 120.1521432, 30.2641104 ], [ 120.1523013, 30.2636813 ], [ 120.1526852, 30.2635203 ], [ 120.1530071, 30.2636033 ], [ 120.1531532, 30.2631296 ], [ 120.1535851, 30.260857 ], [ 120.1538145, 30.2604576 ], [ 120.1546784, 30.2591945 ], [ 120.1558077, 30.2575948 ], [ 120.1579251, 30.2545416 ], [ 120.1582582, 30.2539515 ], [ 120.1582864, 30.2530004 ], [ 120.1582017, 30.2528833 ], [ 120.1578178, 30.2526541 ], [ 120.1568918, 30.2520932 ], [ 120.1565812, 30.2518103 ], [ 120.1562876, 30.2514152 ], [ 120.1561182, 30.2509713 ], [ 120.1559883, 30.2504251 ], [ 120.1559714, 30.2500007 ], [ 120.1560335, 30.2494349 ], [ 120.156169, 30.2484789 ], [ 120.1561182, 30.2482009 ], [ 120.1559883, 30.2479863 ], [ 120.1554519, 30.2470644 ], [ 120.1548026, 30.2455621 ], [ 120.1543904, 30.2449133 ], [ 120.1542605, 30.2447523 ], [ 120.1534588, 30.2436987 ], [ 120.1533274, 30.2434322 ], [ 120.1532823, 30.243101 ], [ 120.1536995, 30.2399836 ], [ 120.1536657, 30.2397498 ], [ 120.15355, 30.2395016 ], [ 120.1529041, 30.2384063 ], [ 120.1528004, 30.2382617 ], [ 120.1526729, 30.2381514 ], [ 120.1522343, 30.2379035 ], [ 120.1519871, 30.2376279 ], [ 120.1518436, 30.2373661 ], [ 120.1516921, 30.2367255 ], [ 120.1515725, 30.2362984 ], [ 120.1511015, 30.235649 ], [ 120.1509768, 30.2355182 ], [ 120.1509315, 30.2354362 ], [ 120.1507077, 30.2350315 ], [ 120.1506028, 30.2347599 ], [ 120.1505893, 30.2345395 ], [ 120.1506833, 30.2337969 ], [ 120.1508254, 30.2324257 ], [ 120.1500595, 30.2322943 ], [ 120.1485368, 30.232029 ], [ 120.1482661, 30.2319891 ], [ 120.1480094, 30.2319519 ], [ 120.1475625, 30.2318866 ], [ 120.1472888, 30.2318861 ], [ 120.1471988, 30.2318859 ], [ 120.1470309, 30.2319192 ], [ 120.1468134, 30.2315627 ], [ 120.1467807, 30.2313943 ], [ 120.1467457, 30.2313272 ], [ 120.1467487, 30.2311677 ], [ 120.1467756, 30.2311103 ], [ 120.1467707, 30.2310369 ], [ 120.1464473, 30.2306888 ], [ 120.1462321, 30.2305813 ], [ 120.1459484, 30.2303328 ], [ 120.1458229, 30.2302397 ], [ 120.1456229, 30.2299386 ], [ 120.1455953, 30.229839 ], [ 120.1453213, 30.2294606 ], [ 120.1448649, 30.2290078 ], [ 120.1443211, 30.2287078 ], [ 120.1439451, 30.2285753 ], [ 120.1436809, 30.2284135 ], [ 120.1431808, 30.227731 ], [ 120.1424591, 30.2272821 ], [ 120.1423096, 30.2270759 ], [ 120.1418508, 30.2266729 ], [ 120.1413494, 30.2261417 ], [ 120.1410479, 30.2258226 ], [ 120.1408181, 30.2256175 ], [ 120.1405071, 30.2252599 ], [ 120.1401765, 30.2250378 ], [ 120.1399704, 30.2248543 ], [ 120.1396107, 30.2245173 ], [ 120.1394598, 30.2243357 ], [ 120.1391156, 30.2241519 ], [ 120.1384688, 30.2238648 ], [ 120.1374234, 30.2234837 ], [ 120.1371612, 30.2233487 ], [ 120.1369443, 30.2232018 ], [ 120.1366736, 30.2229192 ], [ 120.1365609, 30.2226561 ], [ 120.1365045, 30.222393 ], [ 120.1365045, 30.2220618 ], [ 120.1362113, 30.2219546 ], [ 120.1354558, 30.221711 ], [ 120.1349821, 30.2217889 ], [ 120.13461, 30.222013 ], [ 120.1343507, 30.2221592 ], [ 120.1338094, 30.2226464 ], [ 120.1334034, 30.2226074 ], [ 120.132772, 30.2227633 ], [ 120.1322645, 30.2229777 ], [ 120.1324337, 30.2237084 ], [ 120.1327494, 30.2246049 ], [ 120.132772, 30.2247413 ], [ 120.1326705, 30.2249069 ], [ 120.1325803, 30.2253064 ], [ 120.1327997, 30.2254775 ], [ 120.1325126, 30.2257741 ], [ 120.1323322, 30.2258812 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "涌金公园", "area_sqm": 5.32682568e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1519381, 30.2454758 ], [ 120.1519952, 30.2456067 ], [ 120.1521566, 30.2455707 ], [ 120.1526454, 30.2460264 ], [ 120.1528519, 30.2462245 ], [ 120.1531336, 30.2464574 ], [ 120.1535587, 30.2468049 ], [ 120.1536606, 30.2469022 ], [ 120.1537934, 30.2470656 ], [ 120.1539382, 30.2472799 ], [ 120.1540026, 30.2473691 ], [ 120.1540844, 30.2474467 ], [ 120.1542132, 30.2475394 ], [ 120.1543848, 30.2476738 ], [ 120.15459, 30.2478632 ], [ 120.1549414, 30.2482102 ], [ 120.1550768, 30.2483701 ], [ 120.1551403, 30.2484692 ], [ 120.1551814, 30.2485636 ], [ 120.155215, 30.2486041 ], [ 120.1552772, 30.2486405 ], [ 120.1554094, 30.2486725 ], [ 120.1555744, 30.2486898 ], [ 120.1557098, 30.2487095 ], [ 120.1557648, 30.2487385 ], [ 120.1557863, 30.248779 ], [ 120.1557997, 30.2488416 ], [ 120.1559852, 30.2488547 ], [ 120.1560524, 30.2488602 ], [ 120.1560885, 30.2484144 ], [ 120.156085, 30.2483501 ], [ 120.1560885, 30.2482389 ], [ 120.1560859, 30.24816 ], [ 120.1559982, 30.2478819 ], [ 120.1561227, 30.2478124 ], [ 120.1561546, 30.2477953 ], [ 120.155706, 30.2469086 ], [ 120.1552575, 30.245955 ], [ 120.1548904, 30.2459465 ], [ 120.154821, 30.2459449 ], [ 120.154655, 30.2460053 ], [ 120.1536171, 30.2463831 ], [ 120.1533717, 30.2459411 ], [ 120.1531755, 30.2459695 ], [ 120.152987, 30.2455051 ], [ 120.1526691, 30.2456036 ], [ 120.1525978, 30.2455165 ], [ 120.1523564, 30.244985 ], [ 120.1523359, 30.2449399 ], [ 120.1520733, 30.2450355 ], [ 120.1517205, 30.245164 ], [ 120.1519049, 30.2453998 ], [ 120.1519381, 30.2454758 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "武林书画院紫竹园", "area_sqm": 9.851011e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1564352, 30.2488815 ], [ 120.1565665, 30.2488831 ], [ 120.1566014, 30.2487163 ], [ 120.1566137, 30.248589 ], [ 120.1566309, 30.2484168 ], [ 120.1564079, 30.2484165 ], [ 120.1563278, 30.2484164 ], [ 120.1562783, 30.2484503 ], [ 120.1562689, 30.2484816 ], [ 120.1562571, 30.2485912 ], [ 120.1562554, 30.2486084 ], [ 120.1565185, 30.2486183 ], [ 120.1564952, 30.2488171 ], [ 120.156412, 30.2488149 ], [ 120.1564021, 30.2488805 ], [ 120.1564352, 30.2488815 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "西湖天地", "area_sqm": 3.29993597e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1556622, 30.2501356 ], [ 120.1556932, 30.2501309 ], [ 120.1558927, 30.2501012 ], [ 120.1559575, 30.2495137 ], [ 120.1560524, 30.2488602 ], [ 120.1559852, 30.2488547 ], [ 120.1557997, 30.2488416 ], [ 120.1557367, 30.2491057 ], [ 120.155736, 30.2491729 ], [ 120.1557172, 30.2492612 ], [ 120.1556391, 30.2492515 ], [ 120.155572, 30.2492277 ], [ 120.1555194, 30.2490745 ], [ 120.1554926, 30.2490026 ], [ 120.155481, 30.2489745 ], [ 120.1554368, 30.2489465 ], [ 120.1553875, 30.2489623 ], [ 120.1553255, 30.2489668 ], [ 120.1551895, 30.2489626 ], [ 120.155091, 30.2489333 ], [ 120.1549893, 30.2488574 ], [ 120.1549037, 30.2488031 ], [ 120.1547013, 30.2487668 ], [ 120.1546836, 30.248651 ], [ 120.1545742, 30.2485881 ], [ 120.1544133, 30.248582 ], [ 120.1543138, 30.2485744 ], [ 120.1541411, 30.2485212 ], [ 120.1540345, 30.2485301 ], [ 120.153926, 30.248553 ], [ 120.1538141, 30.2485807 ], [ 120.1535507, 30.2485619 ], [ 120.153448, 30.2485918 ], [ 120.1533805, 30.2486657 ], [ 120.1532958, 30.2488173 ], [ 120.1532985, 30.2489482 ], [ 120.1533743, 30.2491109 ], [ 120.1534074, 30.2491806 ], [ 120.1535044, 30.2493849 ], [ 120.1536338, 30.249579 ], [ 120.153798, 30.2497897 ], [ 120.1539664, 30.2500059 ], [ 120.1540402, 30.250087 ], [ 120.154069, 30.2500992 ], [ 120.1541086, 30.2501159 ], [ 120.1541518, 30.2501159 ], [ 120.1542091, 30.2501159 ], [ 120.1544593, 30.2500673 ], [ 120.1545719, 30.2500534 ], [ 120.1546195, 30.2500592 ], [ 120.1546644, 30.2500818 ], [ 120.1547375, 30.2501802 ], [ 120.1547536, 30.2502451 ], [ 120.1547484, 30.2502718 ], [ 120.155096, 30.25022 ], [ 120.1556622, 30.2501356 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "一公园", "area_sqm": 1.70484242e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1580931, 30.2528055 ], [ 120.1579766, 30.2526864 ], [ 120.1574326, 30.2523577 ], [ 120.1569149, 30.2520352 ], [ 120.1566091, 30.251685 ], [ 120.1562991, 30.2513011 ], [ 120.1562345, 30.2513332 ], [ 120.1561271, 30.2513867 ], [ 120.1561686, 30.2515766 ], [ 120.1560758, 30.2516267 ], [ 120.1559961, 30.2516942 ], [ 120.1558977, 30.2516903 ], [ 120.1558537, 30.2517824 ], [ 120.1556072, 30.2519977 ], [ 120.1557757, 30.2520996 ], [ 120.1559649, 30.252214 ], [ 120.1562437, 30.2523911 ], [ 120.1563145, 30.2524292 ], [ 120.156383, 30.2524661 ], [ 120.1563935, 30.2524715 ], [ 120.1564068, 30.2524784 ], [ 120.1564216, 30.2524854 ], [ 120.1565076, 30.2525246 ], [ 120.1566065, 30.2525682 ], [ 120.156621, 30.2525757 ], [ 120.1566319, 30.2525814 ], [ 120.1566838, 30.2526052 ], [ 120.1567078, 30.2526167 ], [ 120.1567263, 30.2526181 ], [ 120.1567547, 30.2526069 ], [ 120.1568294, 30.2525225 ], [ 120.1568671, 30.2525306 ], [ 120.1568321, 30.2526848 ], [ 120.1568679, 30.2528384 ], [ 120.1569182, 30.2528835 ], [ 120.1569799, 30.2529467 ], [ 120.1569949, 30.252953 ], [ 120.1570094, 30.2529588 ], [ 120.1570858, 30.2529745 ], [ 120.1572273, 30.2529988 ], [ 120.1573862, 30.2530428 ], [ 120.1574279, 30.2530653 ], [ 120.1574831, 30.2530952 ], [ 120.1575775, 30.253155 ], [ 120.1576588, 30.253229 ], [ 120.1576804, 30.2532569 ], [ 120.1581271, 30.2529314 ], [ 120.1581556, 30.2529106 ], [ 120.1581392, 30.2528824 ], [ 120.1580931, 30.2528055 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "二公园", "area_sqm": 7.92336555e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1576804, 30.2532569 ], [ 120.1577805, 30.2533857 ], [ 120.1578075, 30.2534204 ], [ 120.1578616, 30.2535728 ], [ 120.1578897, 30.2537224 ], [ 120.1579072, 30.2538203 ], [ 120.1578394, 30.2539755 ], [ 120.1574853, 30.2545411 ], [ 120.1572785, 30.2548409 ], [ 120.1572502, 30.2548819 ], [ 120.1573754, 30.2549524 ], [ 120.1574313, 30.2549839 ], [ 120.1575529, 30.2550523 ], [ 120.1575832, 30.2550694 ], [ 120.1577651, 30.2547663 ], [ 120.1579396, 30.2544754 ], [ 120.1580242, 30.2543188 ], [ 120.1581393, 30.2541427 ], [ 120.1582059, 30.2540318 ], [ 120.1582072, 30.2539915 ], [ 120.1582109, 30.2538792 ], [ 120.1582209, 30.2535752 ], [ 120.1582373, 30.2532226 ], [ 120.1582063, 30.2529976 ], [ 120.15817, 30.2529354 ], [ 120.1581556, 30.2529106 ], [ 120.1581271, 30.2529314 ], [ 120.1576804, 30.2532569 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "孤山公园", "area_sqm": 2.2902112855e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1390997, 30.2561491 ], [ 120.1397612, 30.2560285 ], [ 120.1418308, 30.2545869 ], [ 120.1418004, 30.2540941 ], [ 120.1399311, 30.2525894 ], [ 120.1369512, 30.2520704 ], [ 120.1348695, 30.2521491 ], [ 120.1341776, 30.2524164 ], [ 120.1339288, 30.2526314 ], [ 120.1338559, 30.2530403 ], [ 120.1339227, 30.2539001 ], [ 120.1362714, 30.2555253 ], [ 120.137461, 30.2559342 ], [ 120.1390997, 30.2561491 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三公园", "area_sqm": 6.2096593e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1574313, 30.2549839 ], [ 120.1573754, 30.2549524 ], [ 120.1572502, 30.2548819 ], [ 120.1570748, 30.2551361 ], [ 120.157, 30.2552445 ], [ 120.1569454, 30.2553079 ], [ 120.1568793, 30.2553846 ], [ 120.1568186, 30.255466 ], [ 120.1564502, 30.2559603 ], [ 120.1564085, 30.2560148 ], [ 120.1563884, 30.2560403 ], [ 120.156435, 30.2560784 ], [ 120.1566171, 30.2561529 ], [ 120.1567615, 30.256212 ], [ 120.1568484, 30.2562476 ], [ 120.1569221, 30.2561375 ], [ 120.157036, 30.2559536 ], [ 120.1575832, 30.2550694 ], [ 120.1575529, 30.2550523 ], [ 120.1574313, 30.2549839 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "四公园", "area_sqm": 8.7383645e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1566171, 30.2561529 ], [ 120.156435, 30.2560784 ], [ 120.1563884, 30.2560403 ], [ 120.1563683, 30.2560658 ], [ 120.156194, 30.2563148 ], [ 120.1558252, 30.2568427 ], [ 120.1553719, 30.2574918 ], [ 120.1554547, 30.2575259 ], [ 120.1554766, 30.257535 ], [ 120.1555162, 30.2575513 ], [ 120.15556, 30.2575694 ], [ 120.1555912, 30.2575822 ], [ 120.1558432, 30.2576862 ], [ 120.1566942, 30.2564682 ], [ 120.1568484, 30.2562476 ], [ 120.1567615, 30.256212 ], [ 120.1566171, 30.2561529 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.56861215e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1678732, 30.2518496 ], [ 120.1679164, 30.2515351 ], [ 120.1677839, 30.2515288 ], [ 120.1679438, 30.2493918 ], [ 120.1676978, 30.2494045 ], [ 120.1675848, 30.2517222 ], [ 120.1676922, 30.2518808 ], [ 120.1677617, 30.2518429 ], [ 120.1678732, 30.2518496 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.18553355e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1677586, 30.2522659 ], [ 120.1677617, 30.2518429 ], [ 120.1676922, 30.2518808 ], [ 120.1675386, 30.2519646 ], [ 120.1674923, 30.2528181 ], [ 120.1677483, 30.2528182 ], [ 120.1677586, 30.2522659 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.1168087e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1677363, 30.2532884 ], [ 120.1674419, 30.2532785 ], [ 120.1672541, 30.2564058 ], [ 120.1675435, 30.256403 ], [ 120.1677363, 30.2532884 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "小营公园", "area_sqm": 2.1517985e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1721646, 30.2550905 ], [ 120.17195, 30.2550882 ], [ 120.17195, 30.2548612 ], [ 120.1716496, 30.2548681 ], [ 120.1716684, 30.2553801 ], [ 120.1721994, 30.2553709 ], [ 120.1721646, 30.2550905 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 9.833757e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1638696, 30.2555765 ], [ 120.1635036, 30.2555564 ], [ 120.1634839, 30.255824 ], [ 120.1638499, 30.2558441 ], [ 120.1638696, 30.2555765 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.88634285e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1674816, 30.2567115 ], [ 120.1672425, 30.2567113 ], [ 120.1671543, 30.2588568 ], [ 120.1674011, 30.2586576 ], [ 120.1674816, 30.2567115 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.61902285e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1671094, 30.2591562 ], [ 120.1670907, 30.2601304 ], [ 120.1673884, 30.2601316 ], [ 120.1674152, 30.2587763 ], [ 120.1672033, 30.2589431 ], [ 120.1671094, 30.2591562 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "岳王公园", "area_sqm": 1.72171875e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1636062, 30.259904 ], [ 120.1636797, 30.2601138 ], [ 120.1637486, 30.2602178 ], [ 120.1638283, 30.2602987 ], [ 120.1641079, 30.2603018 ], [ 120.1641398, 30.2598998 ], [ 120.1636062, 30.259904 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.15442335e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.170792, 30.2614906 ], [ 120.1706071, 30.2615066 ], [ 120.1706441, 30.2621 ], [ 120.1708413, 30.2621027 ], [ 120.170792, 30.2614906 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.02987905e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1698811, 30.2632456 ], [ 120.1692748, 30.2632242 ], [ 120.1692597, 30.2637225 ], [ 120.1698563, 30.2637531 ], [ 120.1698811, 30.2632456 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "五公园", "area_sqm": 8.39421935e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1553719, 30.2574918 ], [ 120.1552794, 30.2576528 ], [ 120.155054, 30.2580455 ], [ 120.1548396, 30.2584199 ], [ 120.1546705, 30.2585575 ], [ 120.1545799, 30.258637 ], [ 120.1544908, 30.2586873 ], [ 120.1542735, 30.2587475 ], [ 120.1542466, 30.2588484 ], [ 120.1543171, 30.2589546 ], [ 120.1548046, 30.2591295 ], [ 120.1558432, 30.2576862 ], [ 120.1553719, 30.2574918 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "古钱塘门", "area_sqm": 4.73720775e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1548396, 30.2602179 ], [ 120.1547264, 30.2599642 ], [ 120.1547016, 30.2597135 ], [ 120.1548043, 30.2595454 ], [ 120.1550308, 30.2592152 ], [ 120.1549112, 30.2591678 ], [ 120.1542648, 30.2599554 ], [ 120.1540823, 30.2603586 ], [ 120.1551299, 30.2603983 ], [ 120.1548396, 30.2602179 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.73905445e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1399779, 30.26063 ], [ 120.1401903, 30.2603933 ], [ 120.1404094, 30.26017 ], [ 120.1405018, 30.2602405 ], [ 120.1406, 30.2601699 ], [ 120.1407324, 30.2602499 ], [ 120.140811, 30.2601573 ], [ 120.1400515, 30.2595449 ], [ 120.1397972, 30.2592421 ], [ 120.1396759, 30.2591499 ], [ 120.1396536, 30.2592133 ], [ 120.1397136, 30.259291 ], [ 120.1397196, 30.2593998 ], [ 120.1397978, 30.2594789 ], [ 120.1397212, 30.2595432 ], [ 120.1396433, 30.2596127 ], [ 120.1395936, 30.2596433 ], [ 120.1395516, 30.2597573 ], [ 120.1394497, 30.2598764 ], [ 120.1394217, 30.2599576 ], [ 120.1393837, 30.2600681 ], [ 120.139267, 30.2601981 ], [ 120.1394183, 30.2603012 ], [ 120.1396654, 30.2600106 ], [ 120.1398151, 30.2601101 ], [ 120.1397126, 30.260212 ], [ 120.1398871, 30.2603419 ], [ 120.1399359, 30.2602917 ], [ 120.1401119, 30.2603796 ], [ 120.1399112, 30.2606275 ], [ 120.1397233, 30.2605314 ], [ 120.1396031, 30.2606762 ], [ 120.1396599, 30.2607405 ], [ 120.1395071, 30.260921 ], [ 120.1395817, 30.2609734 ], [ 120.1399197, 30.2607462 ], [ 120.1399779, 30.26063 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "六公园", "area_sqm": 7.13772512e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1539365, 30.2587805 ], [ 120.1536935, 30.258766 ], [ 120.1537637, 30.2588113 ], [ 120.15369, 30.2588418 ], [ 120.1533991, 30.2589618 ], [ 120.1526642, 30.2600856 ], [ 120.1526257, 30.2600837 ], [ 120.1526035, 30.2601209 ], [ 120.1526568, 30.2601447 ], [ 120.1527186, 30.2601723 ], [ 120.1526728, 30.2602488 ], [ 120.1526671, 30.2602583 ], [ 120.1526937, 30.2602702 ], [ 120.1527197, 30.2602818 ], [ 120.1526162, 30.2604546 ], [ 120.1525889, 30.2604424 ], [ 120.1524838, 30.2603954 ], [ 120.1525025, 30.2603643 ], [ 120.1524697, 30.2603497 ], [ 120.1524592, 30.2603673 ], [ 120.1524219, 30.2603506 ], [ 120.1524044, 30.2603798 ], [ 120.1523397, 30.2603509 ], [ 120.1523348, 30.2603654 ], [ 120.1523602, 30.2603795 ], [ 120.1523429, 30.2604041 ], [ 120.152475, 30.2604629 ], [ 120.1524498, 30.2605288 ], [ 120.1521224, 30.2611407 ], [ 120.15205, 30.2613353 ], [ 120.1519668, 30.2616116 ], [ 120.1519038, 30.261838 ], [ 120.1518689, 30.2620234 ], [ 120.1518468, 30.2623054 ], [ 120.1518166, 30.2625128 ], [ 120.1517982, 30.2625926 ], [ 120.1516838, 30.2626095 ], [ 120.1510049, 30.2623823 ], [ 120.1505902, 30.2622159 ], [ 120.1503264, 30.2620784 ], [ 120.1500667, 30.2620205 ], [ 120.1497748, 30.262004 ], [ 120.1496813, 30.2621836 ], [ 120.1499879, 30.2622959 ], [ 120.1499692, 30.2623343 ], [ 120.149955, 30.2623634 ], [ 120.1499365, 30.2624012 ], [ 120.1509406, 30.2627347 ], [ 120.1519691, 30.263072 ], [ 120.1524665, 30.2633239 ], [ 120.1531161, 30.2635827 ], [ 120.1531083, 30.2635079 ], [ 120.1529955, 30.26318 ], [ 120.1530776, 30.2630192 ], [ 120.1531906, 30.2627253 ], [ 120.1533375, 30.2621648 ], [ 120.1535365, 30.2614429 ], [ 120.1535668, 30.2610691 ], [ 120.1536448, 30.260684 ], [ 120.1536533, 30.260672 ], [ 120.1537507, 30.2605348 ], [ 120.153934, 30.2604192 ], [ 120.1542648, 30.2599554 ], [ 120.1543118, 30.2598895 ], [ 120.1549112, 30.2591678 ], [ 120.1548046, 30.2591295 ], [ 120.1546807, 30.2590851 ], [ 120.1543171, 30.2589546 ], [ 120.1542965, 30.2589039 ], [ 120.1542466, 30.2588484 ], [ 120.1542735, 30.2587475 ], [ 120.1539365, 30.2587805 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "北山景区", "area_sqm": 0.000207815957215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1255639, 30.2553153 ], [ 120.1256435, 30.2556055 ], [ 120.1257201, 30.2558193 ], [ 120.1258792, 30.2562138 ], [ 120.1261798, 30.2569264 ], [ 120.126224, 30.2570817 ], [ 120.1262446, 30.257209 ], [ 120.1262475, 30.2573769 ], [ 120.1261856, 30.2581586 ], [ 120.1261326, 30.2588277 ], [ 120.1261297, 30.2589345 ], [ 120.1261297, 30.2590567 ], [ 120.1261474, 30.2592247 ], [ 120.1261916, 30.2593723 ], [ 120.1263772, 30.2597821 ], [ 120.1264214, 30.2598966 ], [ 120.126445, 30.2599882 ], [ 120.1264597, 30.260118 ], [ 120.1264008, 30.2611182 ], [ 120.126389, 30.261556 ], [ 120.1264155, 30.2617825 ], [ 120.1264361, 30.2618665 ], [ 120.1265127, 30.2619886 ], [ 120.1266689, 30.2622075 ], [ 120.127547, 30.2634138 ], [ 120.1285517, 30.2647703 ], [ 120.1289436, 30.2652742 ], [ 120.1290733, 30.2653836 ], [ 120.1291617, 30.2654269 ], [ 120.1294387, 30.265521 ], [ 120.1304405, 30.2658722 ], [ 120.1314482, 30.2662642 ], [ 120.1327977, 30.2667502 ], [ 120.1352669, 30.267529 ], [ 120.1371233, 30.2681296 ], [ 120.1395012, 30.268835 ], [ 120.1426327, 30.2696152 ], [ 120.1429928, 30.2686873 ], [ 120.143121, 30.2684923 ], [ 120.1435666, 30.2679229 ], [ 120.143884, 30.2676645 ], [ 120.1458313, 30.2661725 ], [ 120.1464234, 30.2656242 ], [ 120.1466798, 30.2653553 ], [ 120.1473517, 30.2645521 ], [ 120.1475222, 30.2643483 ], [ 120.1479108, 30.2639041 ], [ 120.1482209, 30.2636289 ], [ 120.1484104, 30.263481 ], [ 120.1488261, 30.2631801 ], [ 120.1492194, 30.2630242 ], [ 120.1521432, 30.2641104 ], [ 120.1522458, 30.2635246 ], [ 120.1519132, 30.2631539 ], [ 120.1498479, 30.2625191 ], [ 120.1495045, 30.2628481 ], [ 120.1493606, 30.2628122 ], [ 120.1494636, 30.2627232 ], [ 120.1495583, 30.2626414 ], [ 120.1495896, 30.2626015 ], [ 120.1496931, 30.2624692 ], [ 120.1497791, 30.2623593 ], [ 120.1481371, 30.2616601 ], [ 120.1478313, 30.2616058 ], [ 120.1478013, 30.2616005 ], [ 120.1476357, 30.2616005 ], [ 120.1475972, 30.2616127 ], [ 120.1474609, 30.2616561 ], [ 120.1472172, 30.2618548 ], [ 120.1471022, 30.2619422 ], [ 120.1469458, 30.261962 ], [ 120.1468078, 30.2619779 ], [ 120.1459661, 30.2619144 ], [ 120.1456671, 30.2618587 ], [ 120.1454175, 30.2617746 ], [ 120.1449396, 30.2615621 ], [ 120.1448529, 30.2615259 ], [ 120.1447719, 30.2615187 ], [ 120.1441709, 30.2615814 ], [ 120.1438927, 30.2615082 ], [ 120.1436775, 30.2613424 ], [ 120.1435293, 30.261239 ], [ 120.1428246, 30.2607066 ], [ 120.142636, 30.2605874 ], [ 120.1421945, 30.2604365 ], [ 120.1420013, 30.2603451 ], [ 120.1415643, 30.260071 ], [ 120.1406444, 30.2592883 ], [ 120.1403546, 30.2590142 ], [ 120.1399591, 30.2585663 ], [ 120.1398212, 30.2584073 ], [ 120.139605, 30.2582484 ], [ 120.1392646, 30.2580855 ], [ 120.1383585, 30.2576485 ], [ 120.1379353, 30.2574896 ], [ 120.1365555, 30.2571519 ], [ 120.1362795, 30.2570486 ], [ 120.1359207, 30.2567943 ], [ 120.1355206, 30.256393 ], [ 120.1341499, 30.2550184 ], [ 120.1338831, 30.2547959 ], [ 120.1336256, 30.2546409 ], [ 120.13346, 30.2545615 ], [ 120.1321721, 30.2542595 ], [ 120.130967, 30.2540172 ], [ 120.1306543, 30.2540013 ], [ 120.1302747, 30.2540362 ], [ 120.1300109, 30.2541122 ], [ 120.1295843, 30.2542247 ], [ 120.128832, 30.25425 ], [ 120.1284143, 30.2543668 ], [ 120.1280279, 30.2544224 ], [ 120.1278531, 30.2544304 ], [ 120.1268734, 30.2544264 ], [ 120.1259075, 30.2546171 ], [ 120.1256821, 30.2550303 ], [ 120.1255352, 30.255077 ], [ 120.1255345, 30.2551728 ], [ 120.1255639, 30.2553153 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "少年宫广场", "area_sqm": 3.254557605e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.149731, 30.2627042 ], [ 120.1496667, 30.2627498 ], [ 120.1495887, 30.262805 ], [ 120.1494322, 30.2629159 ], [ 120.1492257, 30.2630622 ], [ 120.1491801, 30.2630945 ], [ 120.1504807, 30.2635589 ], [ 120.1505345, 30.2635771 ], [ 120.150765, 30.263655 ], [ 120.1508174, 30.2636727 ], [ 120.1513151, 30.2638419 ], [ 120.1520307, 30.2641043 ], [ 120.1525922, 30.2642793 ], [ 120.1528649, 30.2643643 ], [ 120.1530346, 30.2637468 ], [ 120.153123, 30.2636491 ], [ 120.1531161, 30.2635827 ], [ 120.1524665, 30.2633239 ], [ 120.1519691, 30.263072 ], [ 120.1509406, 30.2627347 ], [ 120.1499365, 30.2624012 ], [ 120.1498546, 30.2625691 ], [ 120.149731, 30.2627042 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "梅花凉亭", "area_sqm": 8.2796064e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1473769, 30.2663646 ], [ 120.1474155, 30.2663223 ], [ 120.1479949, 30.2650232 ], [ 120.1477782, 30.2649213 ], [ 120.1471064, 30.2657738 ], [ 120.1470007, 30.2657913 ], [ 120.1466682, 30.2655509 ], [ 120.1466267, 30.2655209 ], [ 120.146586, 30.2654823 ], [ 120.1463095, 30.2657738 ], [ 120.1463339, 30.2657948 ], [ 120.1463868, 30.2658054 ], [ 120.146463, 30.2658489 ], [ 120.1473769, 30.2663646 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "梅冈园", "area_sqm": 5.538143e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1431277, 30.2679885 ], [ 120.1429484, 30.2679711 ], [ 120.1427982, 30.268006 ], [ 120.142657, 30.268064 ], [ 120.1430201, 30.2681724 ], [ 120.1431613, 30.2679944 ], [ 120.1431277, 30.2679885 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "弥陀寺公园", "area_sqm": 8.9130464e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1447115, 30.2690141 ], [ 120.1449328, 30.2693245 ], [ 120.1454129, 30.2698906 ], [ 120.1455854, 30.270191 ], [ 120.1459119, 30.2700777 ], [ 120.1458393, 30.2700132 ], [ 120.1458011, 30.269882 ], [ 120.1458553, 30.2697625 ], [ 120.1455454, 30.2690344 ], [ 120.1450413, 30.2686201 ], [ 120.1446856, 30.2687063 ], [ 120.1447115, 30.2690141 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "万向公园", "area_sqm": 1.09970019e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1532485, 30.2732999 ], [ 120.1532879, 30.2732199 ], [ 120.1532413, 30.2731626 ], [ 120.1531999, 30.2731287 ], [ 120.1531029, 30.2730216 ], [ 120.15303, 30.273022 ], [ 120.1527642, 30.2730505 ], [ 120.1526447, 30.2730685 ], [ 120.1526159, 30.2732126 ], [ 120.152574, 30.2734163 ], [ 120.152494, 30.2735628 ], [ 120.1523698, 30.2737335 ], [ 120.1522745, 30.273872 ], [ 120.1522142, 30.2739866 ], [ 120.1521846, 30.2740775 ], [ 120.1521034, 30.2742885 ], [ 120.1518937, 30.274911 ], [ 120.151982, 30.2749205 ], [ 120.1522169, 30.2749335 ], [ 120.1522828, 30.2749279 ], [ 120.1523369, 30.2749039 ], [ 120.1523715, 30.2748658 ], [ 120.1524185, 30.2747681 ], [ 120.1532485, 30.2732999 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.0567791e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1645097, 30.2688267 ], [ 120.1645805, 30.2687228 ], [ 120.1645805, 30.2686219 ], [ 120.1645309, 30.2684966 ], [ 120.1638992, 30.2683127 ], [ 120.163744, 30.2687183 ], [ 120.1643716, 30.2688664 ], [ 120.1645097, 30.2688267 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.23729465e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1576431, 30.2765369 ], [ 120.1583055, 30.2765769 ], [ 120.1584877, 30.2765957 ], [ 120.1586621, 30.27661 ], [ 120.1591451, 30.2766108 ], [ 120.1605327, 30.2767857 ], [ 120.1613747, 30.2770292 ], [ 120.1617426, 30.2770581 ], [ 120.1633517, 30.2770563 ], [ 120.163997, 30.2770183 ], [ 120.1638534, 30.2768472 ], [ 120.1637414, 30.2767466 ], [ 120.1636298, 30.2765975 ], [ 120.1635407, 30.2765493 ], [ 120.1634119, 30.2765394 ], [ 120.161939, 30.2764499 ], [ 120.1615044, 30.2764247 ], [ 120.1614332, 30.2762888 ], [ 120.1612858, 30.2762468 ], [ 120.1609425, 30.2762006 ], [ 120.1600655, 30.2760425 ], [ 120.1572005, 30.275787 ], [ 120.1571918, 30.2759363 ], [ 120.1571721, 30.2762752 ], [ 120.1571645, 30.2764044 ], [ 120.1571587, 30.2764405 ], [ 120.1576461, 30.2764773 ], [ 120.1576431, 30.2765369 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.2704425e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1640302, 30.2765647 ], [ 120.1640351, 30.2766319 ], [ 120.164067, 30.276675 ], [ 120.1641432, 30.2767082 ], [ 120.1642775, 30.2767387 ], [ 120.164461, 30.2767408 ], [ 120.1652006, 30.2765774 ], [ 120.1651327, 30.2765151 ], [ 120.1641383, 30.2764508 ], [ 120.164067, 30.2764812 ], [ 120.1640302, 30.2765647 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.669004645e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.165269, 30.2791172 ], [ 120.1655037, 30.2773978 ], [ 120.1636197, 30.2776009 ], [ 120.163362, 30.2777602 ], [ 120.1617219, 30.2777127 ], [ 120.1616732, 30.277968 ], [ 120.1623872, 30.2779495 ], [ 120.1627143, 30.2780095 ], [ 120.1631107, 30.2780096 ], [ 120.1637259, 30.2780413 ], [ 120.1639312, 30.2776929 ], [ 120.1640373, 30.2776868 ], [ 120.1641506, 30.2778335 ], [ 120.1643771, 30.2778946 ], [ 120.1650508, 30.2778495 ], [ 120.1649009, 30.2790866 ], [ 120.1651628, 30.2792639 ], [ 120.165269, 30.2791172 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.2551798e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1708791, 30.2791831 ], [ 120.1709387, 30.2791482 ], [ 120.1709818, 30.2790984 ], [ 120.1710036, 30.2790391 ], [ 120.1710021, 30.278978 ], [ 120.1709778, 30.2789205 ], [ 120.1709334, 30.2788729 ], [ 120.1708736, 30.2788401 ], [ 120.1708048, 30.2788257 ], [ 120.1707342, 30.2788312 ], [ 120.1706695, 30.278856 ], [ 120.1706175, 30.2788975 ], [ 120.1705837, 30.2789513 ], [ 120.1705717, 30.2790126 ], [ 120.1705836, 30.279074 ], [ 120.1706181, 30.2791285 ], [ 120.1706714, 30.2791704 ], [ 120.1707377, 30.2791948 ], [ 120.1708095, 30.2791993 ], [ 120.1708791, 30.2791831 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.34733445e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1674688, 30.2777386 ], [ 120.1687905, 30.2777886 ], [ 120.1689658, 30.2779071 ], [ 120.1689144, 30.278409 ], [ 120.1689098, 30.2784619 ], [ 120.1688896, 30.278692 ], [ 120.1688706, 30.2790968 ], [ 120.1689735, 30.2791034 ], [ 120.1689916, 30.2797596 ], [ 120.1689925, 30.2797912 ], [ 120.169002, 30.2806963 ], [ 120.1690971, 30.2807049 ], [ 120.1691591, 30.2803201 ], [ 120.169171, 30.2800329 ], [ 120.1691461, 30.2795817 ], [ 120.1691117, 30.2791397 ], [ 120.1691252, 30.2785189 ], [ 120.1691602, 30.2782529 ], [ 120.1691766, 30.2776836 ], [ 120.1691437, 30.2776011 ], [ 120.1690118, 30.2775306 ], [ 120.1660796, 30.2774345 ], [ 120.1660448, 30.2776866 ], [ 120.1674688, 30.2777386 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.9578169e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1696112, 30.2795761 ], [ 120.1695866, 30.2790397 ], [ 120.1695881, 30.2787055 ], [ 120.1697993, 30.2779867 ], [ 120.169992, 30.2778775 ], [ 120.1701584, 30.2778323 ], [ 120.1703018, 30.2778389 ], [ 120.1705084, 30.2779095 ], [ 120.171108, 30.2780333 ], [ 120.1717215, 30.2782796 ], [ 120.1719681, 30.2783701 ], [ 120.1727111, 30.2785711 ], [ 120.1727064, 30.2785838 ], [ 120.17279, 30.2786004 ], [ 120.1734845, 30.2787968 ], [ 120.1735003, 30.2787724 ], [ 120.1740834, 30.2789078 ], [ 120.1741596, 30.2787432 ], [ 120.17292, 30.2783201 ], [ 120.1709765, 30.277733 ], [ 120.1698228, 30.2775742 ], [ 120.1696325, 30.2777124 ], [ 120.1695765, 30.2777687 ], [ 120.1694601, 30.2781192 ], [ 120.1693733, 30.2786043 ], [ 120.1693513, 30.2788365 ], [ 120.1693975, 30.2801031 ], [ 120.1693612, 30.280402 ], [ 120.169266, 30.2808727 ], [ 120.1694921, 30.2809219 ], [ 120.1695895, 30.2799551 ], [ 120.1696112, 30.2795761 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.2032465e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.172127, 30.2802816 ], [ 120.1721457, 30.2801989 ], [ 120.1719371, 30.2801268 ], [ 120.1719309, 30.2803161 ], [ 120.1721528, 30.2803207 ], [ 120.172127, 30.2802816 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.9292565e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1722442, 30.2803996 ], [ 120.1721749, 30.2803598 ], [ 120.1719442, 30.2803616 ], [ 120.1719453, 30.280464 ], [ 120.1722448, 30.2804617 ], [ 120.1722442, 30.2803996 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.2315978e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1627284, 30.2808768 ], [ 120.1628038, 30.2809456 ], [ 120.1628865, 30.2809783 ], [ 120.1629755, 30.2809891 ], [ 120.163019, 30.2809853 ], [ 120.1630756, 30.280936 ], [ 120.1630853, 30.2808845 ], [ 120.163134, 30.2807782 ], [ 120.1640751, 30.2810092 ], [ 120.1641072, 30.2809251 ], [ 120.1640713, 30.2808797 ], [ 120.1640444, 30.2807995 ], [ 120.1630222, 30.280588 ], [ 120.162803, 30.2805898 ], [ 120.1626252, 30.2809426 ], [ 120.1627056, 30.2809724 ], [ 120.1627284, 30.2808768 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.02916385e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1362436, 30.274958 ], [ 120.1360774, 30.2749636 ], [ 120.1360006, 30.2748642 ], [ 120.135732, 30.2748476 ], [ 120.1356937, 30.2754716 ], [ 120.136007, 30.2754772 ], [ 120.1360646, 30.275433 ], [ 120.1361221, 30.2754275 ], [ 120.1361797, 30.2754606 ], [ 120.1361989, 30.2754993 ], [ 120.1365442, 30.2755214 ], [ 120.1365889, 30.2748862 ], [ 120.1363204, 30.2748807 ], [ 120.1362436, 30.274958 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.16686075e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1361349, 30.2755876 ], [ 120.136071, 30.2755876 ], [ 120.1359878, 30.2755269 ], [ 120.1356873, 30.2755158 ], [ 120.1356094, 30.2764909 ], [ 120.1364333, 30.2765428 ], [ 120.1365314, 30.27556 ], [ 120.1361989, 30.2755324 ], [ 120.1361349, 30.2755876 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.004900475e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1149187, 30.2783306 ], [ 120.1149629, 30.2782847 ], [ 120.114963, 30.2778299 ], [ 120.1149743, 30.2776175 ], [ 120.1150639, 30.2763953 ], [ 120.1151162, 30.2751734 ], [ 120.1151402, 30.2746586 ], [ 120.1151274, 30.2746238 ], [ 120.115086, 30.2746048 ], [ 120.1150337, 30.2746012 ], [ 120.1148829, 30.274599 ], [ 120.1148643, 30.2752677 ], [ 120.1148931, 30.2753299 ], [ 120.1148883, 30.2755994 ], [ 120.1148619, 30.2760742 ], [ 120.1148427, 30.276211 ], [ 120.1148139, 30.2764701 ], [ 120.1147659, 30.2766941 ], [ 120.1147227, 30.2769408 ], [ 120.1147395, 30.2770465 ], [ 120.1147023, 30.2771064 ], [ 120.1146987, 30.277175 ], [ 120.1147131, 30.27726 ], [ 120.1147174, 30.2773641 ], [ 120.1147083, 30.277457 ], [ 120.1146723, 30.2776933 ], [ 120.1146459, 30.2779359 ], [ 120.1146098, 30.2780002 ], [ 120.1145858, 30.2781038 ], [ 120.1145762, 30.2782282 ], [ 120.1145786, 30.2783464 ], [ 120.1148528, 30.2783495 ], [ 120.1149187, 30.2783306 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三优乐园", "area_sqm": 1.47825362e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1060457, 30.2794405 ], [ 120.105976, 30.2797264 ], [ 120.1089868, 30.2798092 ], [ 120.1090827, 30.2797415 ], [ 120.1091175, 30.2796512 ], [ 120.1091177, 30.2795565 ], [ 120.1077198, 30.2795356 ], [ 120.1077197, 30.2791144 ], [ 120.1065906, 30.2790508 ], [ 120.1061622, 30.2789807 ], [ 120.1061328, 30.2791582 ], [ 120.1060457, 30.2794405 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.933727e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1145306, 30.2793083 ], [ 120.1145042, 30.2794161 ], [ 120.1144885, 30.279659 ], [ 120.114485, 30.2797126 ], [ 120.1144562, 30.2799738 ], [ 120.1144538, 30.2801459 ], [ 120.1144379, 30.2801949 ], [ 120.1145018, 30.2802113 ], [ 120.1147873, 30.2802362 ], [ 120.1148311, 30.2797075 ], [ 120.1148354, 30.2796278 ], [ 120.1148724, 30.2788273 ], [ 120.1148535, 30.2787795 ], [ 120.1148256, 30.2787317 ], [ 120.1147724, 30.2787242 ], [ 120.1145743, 30.2787164 ], [ 120.1145738, 30.2787589 ], [ 120.1145306, 30.2793083 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "嘉绿苑公园", "area_sqm": 2.3715795e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1130063, 30.2796476 ], [ 120.1126914, 30.2796522 ], [ 120.1126891, 30.2799385 ], [ 120.1126815, 30.2808804 ], [ 120.1136062, 30.2809001 ], [ 120.1135981, 30.2811793 ], [ 120.1141164, 30.2811909 ], [ 120.114178, 30.2807264 ], [ 120.1142492, 30.2803255 ], [ 120.1142932, 30.2799505 ], [ 120.1143139, 30.2797156 ], [ 120.1143268, 30.2796579 ], [ 120.1143435, 30.2795829 ], [ 120.1143486, 30.2794439 ], [ 120.1130107, 30.2794399 ], [ 120.1130063, 30.2796476 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.2808409e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1145975, 30.2804776 ], [ 120.1145367, 30.2805308 ], [ 120.1144796, 30.2806788 ], [ 120.1144488, 30.280804 ], [ 120.1143873, 30.2809026 ], [ 120.114361, 30.2810392 ], [ 120.1143522, 30.281172 ], [ 120.11473, 30.2811834 ], [ 120.1147739, 30.2804056 ], [ 120.1146856, 30.2804197 ], [ 120.1145975, 30.2804776 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "丰潭文化公园", "area_sqm": 2.658527285e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1047536, 30.2822882 ], [ 120.1047779, 30.2821006 ], [ 120.1048524, 30.2818006 ], [ 120.1049712, 30.2815204 ], [ 120.1053643, 30.2802085 ], [ 120.1055161, 30.2798318 ], [ 120.1056458, 30.2795382 ], [ 120.1047342, 30.2793006 ], [ 120.1043488, 30.2805928 ], [ 120.1042366, 30.2820004 ], [ 120.1040543, 30.2829024 ], [ 120.1045423, 30.2830122 ], [ 120.1047536, 30.2822882 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.82881755e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1239904, 30.281755 ], [ 120.1241306, 30.2817917 ], [ 120.1243458, 30.2818177 ], [ 120.1246887, 30.2818242 ], [ 120.1247637, 30.2817939 ], [ 120.1247963, 30.2817377 ], [ 120.1248113, 30.2814654 ], [ 120.1236501, 30.2814179 ], [ 120.1236426, 30.2816361 ], [ 120.1239904, 30.281755 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "香樟公寓中心花园", "area_sqm": 1.147037415e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1024482, 30.2825097 ], [ 120.1028747, 30.2825123 ], [ 120.1028996, 30.2822341 ], [ 120.1029136, 30.2819209 ], [ 120.1029136, 30.2816466 ], [ 120.1029557, 30.2814221 ], [ 120.1024964, 30.2813966 ], [ 120.1023532, 30.2813966 ], [ 120.1019127, 30.281363 ], [ 120.1019002, 30.2816076 ], [ 120.1018691, 30.281898 ], [ 120.101866, 30.282187 ], [ 120.1018598, 30.2824868 ], [ 120.1021727, 30.282507 ], [ 120.1024482, 30.2825097 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.4611205e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.136314, 30.27482 ], [ 120.1365826, 30.2748255 ], [ 120.1366017, 30.2745604 ], [ 120.1365634, 30.2744776 ], [ 120.1364866, 30.2744058 ], [ 120.1363779, 30.2743561 ], [ 120.1362628, 30.2743395 ], [ 120.1362308, 30.2747206 ], [ 120.136314, 30.27482 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "市民公园", "area_sqm": 5.36305615e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1521357, 30.2754246 ], [ 120.1516746, 30.2753864 ], [ 120.1511921, 30.2763455 ], [ 120.1513432, 30.2763864 ], [ 120.1514358, 30.2762237 ], [ 120.1518191, 30.2763543 ], [ 120.1522156, 30.2754312 ], [ 120.1521357, 30.2754246 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.2038955e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1546186, 30.2772794 ], [ 120.1546665, 30.2767672 ], [ 120.15437, 30.2767466 ], [ 120.1543409, 30.2770579 ], [ 120.15428, 30.277124 ], [ 120.1541855, 30.2771257 ], [ 120.1541916, 30.2773868 ], [ 120.1545494, 30.2773806 ], [ 120.1546186, 30.2772794 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.34655215e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1611954, 30.2776377 ], [ 120.1606465, 30.277518 ], [ 120.1606102, 30.2775445 ], [ 120.1602953, 30.2775156 ], [ 120.1603121, 30.2775517 ], [ 120.160064, 30.2775325 ], [ 120.1600417, 30.2774723 ], [ 120.1595438, 30.2774118 ], [ 120.159097, 30.2774193 ], [ 120.1590559, 30.2774236 ], [ 120.159056, 30.2774625 ], [ 120.1590562, 30.2775302 ], [ 120.1589161, 30.2775302 ], [ 120.1587479, 30.2778528 ], [ 120.1589581, 30.2779577 ], [ 120.1590235, 30.277756 ], [ 120.1594438, 30.2780182 ], [ 120.1599855, 30.2780787 ], [ 120.1601209, 30.2779698 ], [ 120.1605225, 30.278002 ], [ 120.1607047, 30.2781472 ], [ 120.1607093, 30.2785142 ], [ 120.1610596, 30.2785142 ], [ 120.1611887, 30.2776811 ], [ 120.1611954, 30.2776377 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.487826375e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1561923, 30.2780744 ], [ 120.1558541, 30.2794767 ], [ 120.1557939, 30.2794703 ], [ 120.1557833, 30.2794692 ], [ 120.1555102, 30.2794145 ], [ 120.1551881, 30.2806734 ], [ 120.1550907, 30.2812782 ], [ 120.1549374, 30.2819538 ], [ 120.1553736, 30.2820621 ], [ 120.1557008, 30.2821618 ], [ 120.1563063, 30.2790877 ], [ 120.1565702, 30.2780588 ], [ 120.1566944, 30.2776198 ], [ 120.1566905, 30.2773383 ], [ 120.1566129, 30.2772311 ], [ 120.1565547, 30.277154 ], [ 120.1564305, 30.2771003 ], [ 120.1562986, 30.2770735 ], [ 120.1556427, 30.27703 ], [ 120.1555402, 30.2778043 ], [ 120.1560173, 30.2778819 ], [ 120.1561923, 30.2780744 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.92762345e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1541261, 30.2805124 ], [ 120.1538242, 30.2804427 ], [ 120.1538734, 30.2802838 ], [ 120.1533448, 30.2801619 ], [ 120.1532876, 30.2801903 ], [ 120.1531858, 30.2805192 ], [ 120.1540613, 30.2807214 ], [ 120.1541261, 30.2805124 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.3195169e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1538628, 30.2812571 ], [ 120.1533755, 30.2811399 ], [ 120.1532945, 30.2813912 ], [ 120.1537818, 30.2815084 ], [ 120.1538628, 30.2812571 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.575091405e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1568501, 30.2814352 ], [ 120.1568457, 30.2813442 ], [ 120.1570124, 30.281049 ], [ 120.1570997, 30.2807537 ], [ 120.15696, 30.2807507 ], [ 120.1568809, 30.2807196 ], [ 120.1569073, 30.2806305 ], [ 120.156646, 30.2806249 ], [ 120.1562148, 30.2829303 ], [ 120.156047, 30.2838274 ], [ 120.1560115, 30.2842732 ], [ 120.155582, 30.2852874 ], [ 120.1552745, 30.2855801 ], [ 120.1552833, 30.2856182 ], [ 120.1553232, 30.2856346 ], [ 120.1555324, 30.2856346 ], [ 120.1556762, 30.2856384 ], [ 120.1557621, 30.2856407 ], [ 120.1558591, 30.2854101 ], [ 120.1558664, 30.2853934 ], [ 120.1559208, 30.2852701 ], [ 120.156229, 30.2844313 ], [ 120.1562558, 30.283875 ], [ 120.1565023, 30.283224 ], [ 120.1564057, 30.28299 ], [ 120.1565648, 30.2823384 ], [ 120.1566721, 30.2823496 ], [ 120.1567224, 30.2820084 ], [ 120.1568493, 30.2816034 ], [ 120.1569015, 30.2814688 ], [ 120.1568501, 30.2814352 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.31362515e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1560895, 30.2856494 ], [ 120.1573102, 30.2857529 ], [ 120.1581336, 30.2858662 ], [ 120.1585027, 30.2859111 ], [ 120.1585442, 30.2858639 ], [ 120.1580924, 30.2857696 ], [ 120.1581038, 30.2857326 ], [ 120.1580488, 30.2857238 ], [ 120.1575455, 30.2856361 ], [ 120.1575702, 30.2855628 ], [ 120.1574271, 30.2855938 ], [ 120.1567264, 30.2855401 ], [ 120.1561471, 30.2854503 ], [ 120.1558664, 30.2853934 ], [ 120.1557621, 30.2856407 ], [ 120.1560895, 30.2856494 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.22258845e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1594943, 30.2860175 ], [ 120.1603329, 30.2861192 ], [ 120.1603592, 30.2859868 ], [ 120.1590951, 30.2857772 ], [ 120.1589322, 30.2859565 ], [ 120.1594943, 30.2860175 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.128354e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.162153, 30.2812247 ], [ 120.1621053, 30.2812104 ], [ 120.1620692, 30.2811734 ], [ 120.1620108, 30.2811894 ], [ 120.1619417, 30.2811212 ], [ 120.161914, 30.2811197 ], [ 120.1619194, 30.2810473 ], [ 120.1616922, 30.2810349 ], [ 120.161675, 30.2812692 ], [ 120.1621478, 30.2812951 ], [ 120.162153, 30.2812247 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.18030965e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1672854, 30.2817927 ], [ 120.1675781, 30.2818878 ], [ 120.1679295, 30.2818701 ], [ 120.1679437, 30.2819343 ], [ 120.1680416, 30.2819304 ], [ 120.1680789, 30.2816886 ], [ 120.1680587, 30.2815766 ], [ 120.1679929, 30.2814872 ], [ 120.1678924, 30.2814056 ], [ 120.1677248, 30.2813828 ], [ 120.1675831, 30.2813782 ], [ 120.1674884, 30.2814022 ], [ 120.167389, 30.2814284 ], [ 120.1668755, 30.2813793 ], [ 120.1668738, 30.2814446 ], [ 120.1667924, 30.2815057 ], [ 120.1665623, 30.2814904 ], [ 120.166534, 30.2816433 ], [ 120.1666013, 30.2817716 ], [ 120.1668561, 30.2819489 ], [ 120.1671145, 30.2820681 ], [ 120.1671924, 30.2820689 ], [ 120.1672854, 30.2817927 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.3194266e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1623443, 30.2819577 ], [ 120.1623673, 30.281795 ], [ 120.1623051, 30.2817216 ], [ 120.161811, 30.2816801 ], [ 120.1617901, 30.2819262 ], [ 120.1623443, 30.2819577 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.80483795e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1679494, 30.2821317 ], [ 120.1678312, 30.2821607 ], [ 120.1677291, 30.2821657 ], [ 120.1675686, 30.2821582 ], [ 120.167395, 30.282133 ], [ 120.167252, 30.2820838 ], [ 120.1672287, 30.2823774 ], [ 120.1679129, 30.2824303 ], [ 120.1679494, 30.2821317 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.13651175e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1694269, 30.2831966 ], [ 120.1693228, 30.2831187 ], [ 120.1691181, 30.2830887 ], [ 120.169145, 30.2828334 ], [ 120.1693991, 30.2828588 ], [ 120.1694182, 30.2827323 ], [ 120.1691979, 30.2827135 ], [ 120.1692361, 30.2825121 ], [ 120.169367, 30.2820515 ], [ 120.1694373, 30.2819085 ], [ 120.1694425, 30.2817729 ], [ 120.169491, 30.281698 ], [ 120.1695452, 30.2811356 ], [ 120.1695483, 30.2811034 ], [ 120.1692701, 30.2810653 ], [ 120.1692547, 30.2811715 ], [ 120.1692647, 30.2813578 ], [ 120.169238, 30.2817003 ], [ 120.1691034, 30.2822506 ], [ 120.1689032, 30.2828468 ], [ 120.1688482, 30.2830707 ], [ 120.1688504, 30.2831219 ], [ 120.1689735, 30.2832377 ], [ 120.1691932, 30.2833268 ], [ 120.1699544, 30.283466 ], [ 120.1699966, 30.2833051 ], [ 120.1694269, 30.2831966 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.3211873e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1700882, 30.2822484 ], [ 120.1700119, 30.2821621 ], [ 120.1696831, 30.2821275 ], [ 120.1696383, 30.2824189 ], [ 120.1700977, 30.2825005 ], [ 120.1700882, 30.2822484 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.05374571e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1682964, 30.2835073 ], [ 120.1684117, 30.2833077 ], [ 120.168491, 30.2831215 ], [ 120.1685385, 30.2827235 ], [ 120.1685868, 30.2827026 ], [ 120.1686857, 30.2823725 ], [ 120.1688163, 30.2820205 ], [ 120.1689339, 30.2816572 ], [ 120.1689691, 30.2814865 ], [ 120.1690008, 30.2811974 ], [ 120.1687359, 30.2811869 ], [ 120.1686825, 30.2811848 ], [ 120.1686676, 30.2813063 ], [ 120.1681758, 30.2812657 ], [ 120.1681636, 30.2814214 ], [ 120.1685856, 30.2814543 ], [ 120.1685717, 30.2816569 ], [ 120.1685348, 30.2816553 ], [ 120.1685108, 30.2818174 ], [ 120.1685565, 30.2818271 ], [ 120.1685297, 30.2820079 ], [ 120.1681705, 30.2819875 ], [ 120.1681437, 30.2821276 ], [ 120.1684698, 30.2821412 ], [ 120.168432, 30.2823534 ], [ 120.1680917, 30.2823262 ], [ 120.1680791, 30.2824731 ], [ 120.1684226, 30.2825031 ], [ 120.1684226, 30.2825616 ], [ 120.1683674, 30.282699 ], [ 120.1682934, 30.2826894 ], [ 120.1682603, 30.2828323 ], [ 120.1682243, 30.2830233 ], [ 120.1679734, 30.2829893 ], [ 120.1679441, 30.2831264 ], [ 120.1681363, 30.283185 ], [ 120.1680726, 30.2833063 ], [ 120.168112, 30.2833257 ], [ 120.1680055, 30.2834964 ], [ 120.1679153, 30.283641 ], [ 120.1679191, 30.283835 ], [ 120.1679509, 30.2839725 ], [ 120.1681232, 30.2839852 ], [ 120.1683205, 30.283638 ], [ 120.1682964, 30.2835073 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.669021e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1713781, 30.2827146 ], [ 120.1714287, 30.2830804 ], [ 120.1715766, 30.2826994 ], [ 120.1713781, 30.2827146 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.20891945e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1689322, 30.283487 ], [ 120.169001, 30.2833534 ], [ 120.1689098, 30.2833173 ], [ 120.168842, 30.2833198 ], [ 120.1687491, 30.2834306 ], [ 120.1685854, 30.2837808 ], [ 120.1685275, 30.284025 ], [ 120.1686706, 30.2840505 ], [ 120.1687832, 30.2836615 ], [ 120.1689322, 30.283487 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.03508535e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1619137, 30.2851079 ], [ 120.1614932, 30.2850409 ], [ 120.1615027, 30.284996 ], [ 120.161259, 30.2849573 ], [ 120.1612401, 30.2850456 ], [ 120.161511, 30.2850887 ], [ 120.1614782, 30.2852419 ], [ 120.1618717, 30.2853046 ], [ 120.1619137, 30.2851079 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.7333335e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1618314, 30.2854748 ], [ 120.1613861, 30.2854004 ], [ 120.1613631, 30.2855028 ], [ 120.1618084, 30.2855773 ], [ 120.1618314, 30.2854748 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.42266715e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1694109, 30.2872328 ], [ 120.1687764, 30.2872215 ], [ 120.1684586, 30.2872158 ], [ 120.1684612, 30.2867213 ], [ 120.1683968, 30.286719 ], [ 120.16841, 30.2864842 ], [ 120.16854, 30.2863436 ], [ 120.1685374, 30.2862914 ], [ 120.1688106, 30.286288 ], [ 120.1689151, 30.286282 ], [ 120.1689357, 30.2855218 ], [ 120.1682832, 30.2855316 ], [ 120.1683171, 30.2850232 ], [ 120.1683609, 30.2849965 ], [ 120.1689497, 30.2850049 ], [ 120.1689582, 30.2846904 ], [ 120.1689468, 30.2846126 ], [ 120.1683421, 30.2845537 ], [ 120.1682444, 30.2847929 ], [ 120.1681842, 30.28509 ], [ 120.1681492, 30.2855633 ], [ 120.1682405, 30.2861222 ], [ 120.1682347, 30.2863874 ], [ 120.1681744, 30.2869647 ], [ 120.1682496, 30.2873627 ], [ 120.1699782, 30.2873447 ], [ 120.1703796, 30.2873399 ], [ 120.1703794, 30.2872128 ], [ 120.1697212, 30.2872107 ], [ 120.1694109, 30.2872328 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.44002405e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1711204, 30.2868663 ], [ 120.1710288, 30.2868645 ], [ 120.1710341, 30.2866653 ], [ 120.1713604, 30.2866717 ], [ 120.1713723, 30.2862188 ], [ 120.1712204, 30.2862158 ], [ 120.1712218, 30.2861643 ], [ 120.1706937, 30.2861538 ], [ 120.1706727, 30.2869429 ], [ 120.1711181, 30.2869518 ], [ 120.1711204, 30.2868663 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "朝晖文化公园", "area_sqm": 2.09433561e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1624959, 30.2865999 ], [ 120.1605991, 30.2863235 ], [ 120.1603285, 30.2867202 ], [ 120.1599982, 30.287155 ], [ 120.161705, 30.2877638 ], [ 120.1620989, 30.2871724 ], [ 120.1624959, 30.2865999 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.8201347e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1646613, 30.2869978 ], [ 120.1644023, 30.2869532 ], [ 120.1643915, 30.2870091 ], [ 120.1643206, 30.2869984 ], [ 120.1642159, 30.2874733 ], [ 120.1645795, 30.287514 ], [ 120.1646613, 30.2869978 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.02437255e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1705834, 30.2873374 ], [ 120.1712052, 30.2873299 ], [ 120.1712939, 30.2873447 ], [ 120.1714968, 30.2873447 ], [ 120.1714998, 30.2872389 ], [ 120.1705849, 30.28721 ], [ 120.1705834, 30.2873374 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.26505845e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1653394, 30.2872096 ], [ 120.1652099, 30.287181 ], [ 120.1651774, 30.2873548 ], [ 120.165029, 30.2873548 ], [ 120.1650615, 30.2874636 ], [ 120.1646652, 30.2875022 ], [ 120.1648481, 30.2877444 ], [ 120.1648339, 30.2878199 ], [ 120.1652002, 30.2878846 ], [ 120.1653394, 30.2872096 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 5.9248405e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1616736, 30.2954366 ], [ 120.1615345, 30.2954546 ], [ 120.1614093, 30.2955723 ], [ 120.1613648, 30.2956743 ], [ 120.1614997, 30.2957296 ], [ 120.161572, 30.2958052 ], [ 120.1616076, 30.2956759 ], [ 120.1616736, 30.2954366 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "五水共治主题公园", "area_sqm": 2.1223977e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1645948, 30.2962025 ], [ 120.1639767, 30.2960598 ], [ 120.1637791, 30.2966105 ], [ 120.164177, 30.29648 ], [ 120.1645948, 30.2962025 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "校友林", "area_sqm": 4.0313015e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1627591, 30.296694 ], [ 120.1628166, 30.2966828 ], [ 120.1629686, 30.2966917 ], [ 120.1628485, 30.2962976 ], [ 120.1627591, 30.296694 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "夹城夜月文化公园", "area_sqm": 3.70045195e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1473657, 30.2930544 ], [ 120.1474531, 30.2929548 ], [ 120.1475661, 30.2929793 ], [ 120.147685, 30.2928632 ], [ 120.1479044, 30.2925316 ], [ 120.1481284, 30.292289 ], [ 120.1485081, 30.2919618 ], [ 120.148047, 30.2918076 ], [ 120.1480364, 30.2918677 ], [ 120.1480533, 30.2919987 ], [ 120.1479247, 30.2921863 ], [ 120.1476422, 30.2925868 ], [ 120.147581, 30.292625 ], [ 120.1474397, 30.2928107 ], [ 120.1472964, 30.2928672 ], [ 120.1471315, 30.2930549 ], [ 120.147107, 30.2930828 ], [ 120.1472074, 30.2931119 ], [ 120.1473657, 30.2930544 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "墅园", "area_sqm": 2.95636164e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1388646, 30.2949811 ], [ 120.1388646, 30.2952588 ], [ 120.1393115, 30.2953669 ], [ 120.139374, 30.2952666 ], [ 120.139946, 30.2953051 ], [ 120.139946, 30.295444 ], [ 120.1403213, 30.2954209 ], [ 120.1403303, 30.2952434 ], [ 120.1404643, 30.2952434 ], [ 120.1404643, 30.2951122 ], [ 120.1406788, 30.2951045 ], [ 120.1406788, 30.2946107 ], [ 120.1407771, 30.2945335 ], [ 120.1408129, 30.2938776 ], [ 120.1399102, 30.2938622 ], [ 120.1399102, 30.2936075 ], [ 120.1397787, 30.2936075 ], [ 120.1395885, 30.2936075 ], [ 120.1394992, 30.2935612 ], [ 120.1392489, 30.2939007 ], [ 120.138954, 30.2942326 ], [ 120.1387038, 30.2944872 ], [ 120.1383999, 30.2947264 ], [ 120.1381765, 30.2948576 ], [ 120.1383374, 30.2949579 ], [ 120.1388646, 30.2949811 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.7170075e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1578346, 30.2953588 ], [ 120.1575058, 30.2952642 ], [ 120.1574033, 30.2954864 ], [ 120.1577178, 30.2956057 ], [ 120.1578346, 30.2953588 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "霞湾公园", "area_sqm": 1.472717775e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1463689, 30.2971198 ], [ 120.1464244, 30.2970191 ], [ 120.1464605, 30.2968849 ], [ 120.1465743, 30.2965565 ], [ 120.1466576, 30.2958973 ], [ 120.1466743, 30.2954011 ], [ 120.1468825, 30.2951422 ], [ 120.1470407, 30.2948401 ], [ 120.1474433, 30.2944038 ], [ 120.147224, 30.2943175 ], [ 120.1470463, 30.2944254 ], [ 120.1456248, 30.2964774 ], [ 120.1456165, 30.2965876 ], [ 120.1456387, 30.2966811 ], [ 120.1457026, 30.2968034 ], [ 120.145797, 30.2969017 ], [ 120.1461162, 30.2970431 ], [ 120.1463689, 30.2971198 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "富义仓公园", "area_sqm": 1.4541494e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1443999, 30.2976738 ], [ 120.1446138, 30.2977314 ], [ 120.1446782, 30.2977487 ], [ 120.1446448, 30.2978314 ], [ 120.1448585, 30.2978871 ], [ 120.1448162, 30.2979813 ], [ 120.145248, 30.2981139 ], [ 120.1453326, 30.2980044 ], [ 120.1458379, 30.2976526 ], [ 120.1462342, 30.2974354 ], [ 120.1462698, 30.2974124 ], [ 120.1461785, 30.2973047 ], [ 120.1461073, 30.297249 ], [ 120.1457355, 30.297053 ], [ 120.1456346, 30.297075 ], [ 120.1453083, 30.2969454 ], [ 120.1452436, 30.2968819 ], [ 120.1451812, 30.296905 ], [ 120.1439146, 30.2975738 ], [ 120.1440081, 30.2977391 ], [ 120.1443643, 30.2977737 ], [ 120.1443999, 30.2976738 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "运河生育文化广场", "area_sqm": 6.02943e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1407574, 30.2972176 ], [ 120.1406538, 30.2977577 ], [ 120.1406462, 30.2979246 ], [ 120.1407046, 30.2980194 ], [ 120.1410711, 30.2981941 ], [ 120.1411639, 30.2980986 ], [ 120.1416233, 30.2973299 ], [ 120.1407574, 30.2972176 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "德胜公园", "area_sqm": 6.60038375e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1576362, 30.3004906 ], [ 120.1578659, 30.3005616 ], [ 120.157839, 30.3004048 ], [ 120.1577845, 30.3002503 ], [ 120.1577466, 30.3001073 ], [ 120.1576733, 30.2999764 ], [ 120.1577558, 30.2997174 ], [ 120.1569444, 30.2994665 ], [ 120.1572843, 30.3006666 ], [ 120.1575315, 30.300743 ], [ 120.1576362, 30.3004906 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大关科普公园", "area_sqm": 6.93567445e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1554448, 30.3030127 ], [ 120.1550767, 30.3037865 ], [ 120.1557359, 30.3040854 ], [ 120.1562365, 30.3032952 ], [ 120.1554448, 30.3030127 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大关公园", "area_sqm": 2.722087275e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1521894, 30.3050359 ], [ 120.1516692, 30.3047942 ], [ 120.1509829, 30.304489 ], [ 120.150044, 30.3055376 ], [ 120.1511686, 30.306294 ], [ 120.1514251, 30.3064665 ], [ 120.1514878, 30.3064108 ], [ 120.1519341, 30.3060143 ], [ 120.1524049, 30.305596 ], [ 120.1527027, 30.3052785 ], [ 120.1524552, 30.3051595 ], [ 120.1521894, 30.3050359 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.2313984e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1510368, 30.3069138 ], [ 120.1510034, 30.3068484 ], [ 120.1509852, 30.3067333 ], [ 120.150755, 30.3067333 ], [ 120.150755, 30.306613 ], [ 120.1501065, 30.3066234 ], [ 120.1501065, 30.3070054 ], [ 120.1510398, 30.307008 ], [ 120.1510368, 30.3069138 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.21901952e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9615587, 30.2710093 ], [ 119.9636273, 30.2715315 ], [ 119.9654895, 30.2719802 ], [ 119.9659606, 30.2717241 ], [ 119.9647274, 30.2713805 ], [ 119.9633962, 30.2712392 ], [ 119.9615932, 30.2708258 ], [ 119.9615587, 30.2710093 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.2683261e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0094777, 30.2720555 ], [ 120.0122534, 30.2727882 ], [ 120.0148162, 30.2730521 ], [ 120.0144397, 30.2720764 ], [ 120.0118817, 30.2716075 ], [ 120.0095243, 30.2709908 ], [ 120.0072687, 30.2702989 ], [ 120.0075026, 30.2719843 ], [ 120.0094777, 30.2720555 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.2340495135e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0029683, 30.2721515 ], [ 120.0024238, 30.274279 ], [ 120.005154, 30.2748071 ], [ 120.0067526, 30.2751453 ], [ 120.0068277, 30.2744875 ], [ 120.0068492, 30.2733431 ], [ 120.0068814, 30.2722498 ], [ 120.0067687, 30.2702113 ], [ 120.0035072, 30.2697758 ], [ 120.0015545, 30.2694885 ], [ 120.0010234, 30.2713093 ], [ 120.0029232, 30.2715588 ], [ 120.0029683, 30.2721515 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.189454835e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9796494, 30.2721511 ], [ 119.9782624, 30.2719413 ], [ 119.9776693, 30.2734538 ], [ 119.9789816, 30.2736796 ], [ 119.9796494, 30.2721511 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.044169e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9396997, 30.2746421 ], [ 119.9398692, 30.2746898 ], [ 119.9400906, 30.274098 ], [ 119.939298, 30.2740131 ], [ 119.939247, 30.2745145 ], [ 119.9393053, 30.274531 ], [ 119.9396997, 30.2746421 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.751202e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9378697, 30.2747844 ], [ 119.9375269, 30.274687 ], [ 119.9374863, 30.2748117 ], [ 119.9378337, 30.274913 ], [ 119.9378697, 30.2747844 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "西溪农耕文化村", "area_sqm": 3.1908021444999998e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0449178, 30.2788811 ], [ 120.0447742, 30.2784148 ], [ 120.0446757, 30.2773132 ], [ 120.0448208, 30.2760479 ], [ 120.0452199, 30.2742041 ], [ 120.0456635, 30.2723254 ], [ 120.0466147, 30.2707215 ], [ 120.0427738, 30.2696213 ], [ 120.042425, 30.2703973 ], [ 120.0419588, 30.2714395 ], [ 120.0415725, 30.2716527 ], [ 120.0415464, 30.2716671 ], [ 120.041416, 30.2725003 ], [ 120.042117, 30.2773321 ], [ 120.0422901, 30.2778251 ], [ 120.0433136, 30.2789823 ], [ 120.0435672, 30.2793823 ], [ 120.0436469, 30.2797926 ], [ 120.0436139, 30.2803759 ], [ 120.0454116, 30.2803706 ], [ 120.0449178, 30.2788811 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "塔山公园文化广场", "area_sqm": 2.321282635e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9429915, 30.2779528 ], [ 119.9431552, 30.2779124 ], [ 119.9438, 30.2778547 ], [ 119.943937, 30.2778287 ], [ 119.944054, 30.2776441 ], [ 119.9441575, 30.277569 ], [ 119.9444783, 30.2774998 ], [ 119.9444014, 30.2772257 ], [ 119.9440105, 30.2773094 ], [ 119.9435294, 30.2776181 ], [ 119.9432955, 30.2776296 ], [ 119.9430683, 30.2775315 ], [ 119.9427108, 30.2773036 ], [ 119.94233, 30.2768852 ], [ 119.9421028, 30.2763889 ], [ 119.9420727, 30.2759157 ], [ 119.9417386, 30.275809 ], [ 119.9413811, 30.2775258 ], [ 119.9414613, 30.2776267 ], [ 119.9414646, 30.2777652 ], [ 119.9422598, 30.2779239 ], [ 119.9425338, 30.2779153 ], [ 119.9427944, 30.2778287 ], [ 119.9429915, 30.2779528 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "余杭中央公园", "area_sqm": 1.8902250485e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9925368, 30.2811012 ], [ 119.9926524, 30.2811224 ], [ 119.9927262, 30.2811491 ], [ 119.9927895, 30.2811599 ], [ 119.9929202, 30.2811802 ], [ 119.9929201, 30.2812175 ], [ 119.993043, 30.2812427 ], [ 119.9930526, 30.2812115 ], [ 119.9932914, 30.2812584 ], [ 119.9933193, 30.2811702 ], [ 119.9935877, 30.2812267 ], [ 119.9935777, 30.2813119 ], [ 119.9935801, 30.2813429 ], [ 119.9937946, 30.2813593 ], [ 119.9939917, 30.2813937 ], [ 119.9942094, 30.2814335 ], [ 119.9945015, 30.2814848 ], [ 119.9945597, 30.2814867 ], [ 119.9946006, 30.2814483 ], [ 119.9946799, 30.2813747 ], [ 119.9947097, 30.2813774 ], [ 119.9948034, 30.2813813 ], [ 119.9949053, 30.2813871 ], [ 119.9949526, 30.2814194 ], [ 119.9950069, 30.2814702 ], [ 119.99504, 30.2815067 ], [ 119.9952233, 30.2815159 ], [ 119.9956061, 30.2815315 ], [ 119.9961829, 30.2815601 ], [ 119.996183, 30.2815918 ], [ 119.9963638, 30.2815956 ], [ 119.9963653, 30.2815707 ], [ 119.9972395, 30.2816215 ], [ 119.9976103, 30.2816424 ], [ 119.9977486, 30.2812501 ], [ 119.9985747, 30.2791655 ], [ 119.9987128, 30.2787815 ], [ 119.9987168, 30.2786476 ], [ 119.9987038, 30.2785861 ], [ 119.9985866, 30.2785272 ], [ 119.9981936, 30.2784536 ], [ 119.9969057, 30.2782391 ], [ 119.996664, 30.2781968 ], [ 119.9964627, 30.2781848 ], [ 119.9963755, 30.2782067 ], [ 119.9963339, 30.2783443 ], [ 119.9960997, 30.2783028 ], [ 119.9961257, 30.2781939 ], [ 119.9961124, 30.2781299 ], [ 119.9959956, 30.2780873 ], [ 119.9953088, 30.2779654 ], [ 119.993946, 30.2777726 ], [ 119.9932179, 30.2775941 ], [ 119.9931461, 30.2776232 ], [ 119.9930997, 30.2776903 ], [ 119.9930652, 30.277902 ], [ 119.9927323, 30.2796515 ], [ 119.9926402, 30.2800094 ], [ 119.9924822, 30.2803563 ], [ 119.9923454, 30.2810762 ], [ 119.992467, 30.2810886 ], [ 119.9925368, 30.2811012 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.562260015e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0196132, 30.2796793 ], [ 120.0195596, 30.2796723 ], [ 120.0194885, 30.279641 ], [ 120.0193973, 30.2796109 ], [ 120.0193624, 30.2796352 ], [ 120.0192753, 30.2798437 ], [ 120.0192102, 30.2799971 ], [ 120.0191579, 30.2801165 ], [ 120.019109, 30.2801031 ], [ 120.0190235, 30.2800905 ], [ 120.019003, 30.2801408 ], [ 120.0189537, 30.2802615 ], [ 120.0189427, 30.280319 ], [ 120.0191036, 30.2804394 ], [ 120.0191861, 30.2804724 ], [ 120.0193503, 30.2804939 ], [ 120.0194322, 30.2805072 ], [ 120.019632, 30.2805622 ], [ 120.0197956, 30.2806184 ], [ 120.0199619, 30.2806722 ], [ 120.0200437, 30.2806722 ], [ 120.0200866, 30.2806763 ], [ 120.0201711, 30.2806809 ], [ 120.0201946, 30.2806606 ], [ 120.020218, 30.2806548 ], [ 120.0202449, 30.2806328 ], [ 120.0202589, 30.2805836 ], [ 120.020332, 30.2804895 ], [ 120.0204913, 30.2804056 ], [ 120.0206287, 30.2803541 ], [ 120.0207031, 30.2803346 ], [ 120.0208021, 30.2803216 ], [ 120.020877, 30.2803127 ], [ 120.0208666, 30.2801552 ], [ 120.0208623, 30.280017 ], [ 120.0208461, 30.279881 ], [ 120.0208292, 30.2797608 ], [ 120.0207331, 30.2797045 ], [ 120.0199485, 30.2794662 ], [ 120.0198466, 30.2794442 ], [ 120.019805, 30.2794592 ], [ 120.0197527, 30.2796017 ], [ 120.0196695, 30.2796503 ], [ 120.0196132, 30.2796793 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.88553472e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0008085, 30.2820171 ], [ 120.0009169, 30.2820211 ], [ 120.0010697, 30.2820339 ], [ 120.0013297, 30.2820911 ], [ 120.0014976, 30.2821371 ], [ 120.0016063, 30.2821584 ], [ 120.0017841, 30.2822035 ], [ 120.0019716, 30.2822557 ], [ 120.0020629, 30.28228 ], [ 120.0021901, 30.2823065 ], [ 120.0022626, 30.2823139 ], [ 120.0023718, 30.2822983 ], [ 120.0024474, 30.2822641 ], [ 120.0025266, 30.2821519 ], [ 120.0025745, 30.281995 ], [ 120.0026746, 30.2816789 ], [ 120.0028176, 30.2812698 ], [ 120.002897, 30.2811013 ], [ 120.0029413, 30.2810117 ], [ 120.0029761, 30.2809014 ], [ 120.0030091, 30.2807413 ], [ 120.0031508, 30.2804933 ], [ 120.0031966, 30.2803772 ], [ 120.0032204, 30.280243 ], [ 120.0033506, 30.2800706 ], [ 120.0034486, 30.2798992 ], [ 120.0035307, 30.2797214 ], [ 120.0036028, 30.2795705 ], [ 120.0036668, 30.2794586 ], [ 120.0033324, 30.2793798 ], [ 120.0030193, 30.2793387 ], [ 120.0024249, 30.2792133 ], [ 120.0016828, 30.2790309 ], [ 120.0015668, 30.2790497 ], [ 120.0014306, 30.2794155 ], [ 120.0032517, 30.2797972 ], [ 120.003038, 30.2803645 ], [ 120.0025669, 30.2816149 ], [ 120.0024592, 30.2819008 ], [ 120.0020965, 30.2818671 ], [ 120.0014541, 30.2818073 ], [ 120.0004275, 30.2817119 ], [ 120.0003859, 30.2819979 ], [ 120.0006117, 30.2820081 ], [ 120.0008085, 30.2820171 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.299908945e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9420925, 30.2816835 ], [ 119.9417755, 30.2815362 ], [ 119.9414848, 30.2814177 ], [ 119.9397075, 30.2808318 ], [ 119.9367811, 30.279941 ], [ 119.9367338, 30.280118 ], [ 119.9373257, 30.2802616 ], [ 119.938876, 30.2807944 ], [ 119.9392301, 30.2810028 ], [ 119.9394339, 30.2811001 ], [ 119.9400938, 30.2812484 ], [ 119.9404907, 30.2813595 ], [ 119.941349, 30.2816375 ], [ 119.9419582, 30.2819286 ], [ 119.9420925, 30.2816835 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.18211485e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0500117, 30.2811183 ], [ 120.0500979, 30.2811215 ], [ 120.0500979, 30.2810682 ], [ 120.0500491, 30.2810037 ], [ 120.0498281, 30.2809447 ], [ 120.0477708, 30.2809335 ], [ 120.0477415, 30.2810726 ], [ 120.0499493, 30.2810836 ], [ 120.0500117, 30.2811183 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.73654129e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0230225, 30.2801454 ], [ 120.0229833, 30.2801021 ], [ 120.0229208, 30.2800904 ], [ 120.0228084, 30.2800949 ], [ 120.0227259, 30.2800984 ], [ 120.0225542, 30.2801244 ], [ 120.0221714, 30.28022 ], [ 120.022052, 30.2802738 ], [ 120.0220044, 30.280264 ], [ 120.0218817, 30.2802808 ], [ 120.0216752, 30.2803456 ], [ 120.0215652, 30.2803798 ], [ 120.0214123, 30.2804064 ], [ 120.0212916, 30.2804342 ], [ 120.0211193, 30.2804788 ], [ 120.0209992, 30.2804973 ], [ 120.0207498, 30.280557 ], [ 120.020674, 30.2805807 ], [ 120.0205533, 30.2806091 ], [ 120.0205158, 30.2806508 ], [ 120.0204879, 30.2807 ], [ 120.020495, 30.2807345 ], [ 120.020496, 30.280757 ], [ 120.0204497, 30.2807524 ], [ 120.0204149, 30.2807484 ], [ 120.0203884, 30.2807501 ], [ 120.0203545, 30.2807602 ], [ 120.0203143, 30.2807573 ], [ 120.0203002, 30.2807872 ], [ 120.0202901, 30.2808181 ], [ 120.0202744, 30.2808416 ], [ 120.0202566, 30.2808662 ], [ 120.0202395, 30.2808833 ], [ 120.0201885, 30.2808943 ], [ 120.0201285, 30.280887 ], [ 120.0200514, 30.2808827 ], [ 120.0199361, 30.2808575 ], [ 120.0198945, 30.2808367 ], [ 120.0197554, 30.2807944 ], [ 120.0195689, 30.2807475 ], [ 120.0194181, 30.2806994 ], [ 120.0192337, 30.2806126 ], [ 120.0191291, 30.2805726 ], [ 120.0190131, 30.2805645 ], [ 120.0189199, 30.2805095 ], [ 120.0188902, 30.2804834 ], [ 120.0187225, 30.2809231 ], [ 120.0188673, 30.2809741 ], [ 120.0188029, 30.281303 ], [ 120.020254, 30.2817222 ], [ 120.0204256, 30.2816365 ], [ 120.020372, 30.2813887 ], [ 120.0204096, 30.2812474 ], [ 120.0204578, 30.2811872 ], [ 120.0208172, 30.2812358 ], [ 120.0210291, 30.2813239 ], [ 120.0210694, 30.2813539 ], [ 120.0216407, 30.2815104 ], [ 120.0216756, 30.2815312 ], [ 120.0217721, 30.28194 ], [ 120.0218171, 30.2820206 ], [ 120.0221852, 30.2821368 ], [ 120.022271, 30.2821345 ], [ 120.0223461, 30.2820882 ], [ 120.0223863, 30.2820095 ], [ 120.0225356, 30.2816107 ], [ 120.0226511, 30.2813297 ], [ 120.0227441, 30.2813398 ], [ 120.0229677, 30.2813894 ], [ 120.0230738, 30.2811876 ], [ 120.0234715, 30.2812803 ], [ 120.0235031, 30.2811841 ], [ 120.0235558, 30.2810552 ], [ 120.0235749, 30.2809953 ], [ 120.023597, 30.2808722 ], [ 120.0230208, 30.2807074 ], [ 120.0231079, 30.2804529 ], [ 120.0230864, 30.2802329 ], [ 120.0230511, 30.2802171 ], [ 120.0230225, 30.2801454 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.3454081e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9854948, 30.2811629 ], [ 119.985476, 30.2812347 ], [ 119.9854572, 30.2812903 ], [ 119.9854304, 30.2813737 ], [ 119.9854156, 30.2814185 ], [ 119.9873244, 30.2818471 ], [ 119.9874595, 30.2812438 ], [ 119.9856342, 30.2810935 ], [ 119.9855457, 30.2811074 ], [ 119.9854948, 30.2811629 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.6784139e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9877786, 30.2819154 ], [ 119.9878292, 30.2814155 ], [ 119.9877596, 30.2812817 ], [ 119.9874595, 30.2812438 ], [ 119.9873244, 30.2818471 ], [ 119.987592, 30.2819345 ], [ 119.9877786, 30.2819154 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "狮山公园", "area_sqm": 9.263405752e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8243872, 30.2839979 ], [ 119.8252625, 30.2821347 ], [ 119.8253754, 30.2809761 ], [ 119.825311, 30.2798164 ], [ 119.8251291, 30.278304 ], [ 119.824454, 30.2775984 ], [ 119.8235707, 30.2773725 ], [ 119.823530247538386, 30.277357228110127 ], [ 119.824085661659311, 30.286325362870443 ], [ 119.8245437, 30.2853786 ], [ 119.8243872, 30.2839979 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.449353e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9861362, 30.2818644 ], [ 119.9859281, 30.2823151 ], [ 119.9861755, 30.2823833 ], [ 119.986243, 30.2823937 ], [ 119.9863069, 30.2823997 ], [ 119.9863608, 30.2823971 ], [ 119.9864245, 30.2823828 ], [ 119.9864782, 30.2823342 ], [ 119.9865953, 30.2819451 ], [ 119.9861362, 30.2818644 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.33514453e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.994098, 30.2820468 ], [ 119.9936686, 30.2819627 ], [ 119.992373, 30.2817476 ], [ 119.9922143, 30.2818006 ], [ 119.9921024, 30.2823491 ], [ 119.9943615, 30.2827355 ], [ 119.994098, 30.2820468 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.309109725e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9992999, 30.2823208 ], [ 119.9993697, 30.2822119 ], [ 119.9995842, 30.2822467 ], [ 119.9996352, 30.2823671 ], [ 120.0000912, 30.2824412 ], [ 120.0013047, 30.2826754 ], [ 120.0020572, 30.28286 ], [ 120.0022531, 30.2829198 ], [ 120.0023045, 30.2828089 ], [ 120.0023232, 30.282706 ], [ 120.0023208, 30.2826233 ], [ 120.0023092, 30.2825629 ], [ 120.0022741, 30.2825044 ], [ 120.0021551, 30.2824721 ], [ 120.0018772, 30.2823995 ], [ 120.0017768, 30.2823713 ], [ 120.0017394, 30.2823592 ], [ 120.0015685, 30.2823218 ], [ 120.001467, 30.2822965 ], [ 120.0013435, 30.2822859 ], [ 120.0011907, 30.282268 ], [ 120.0007236, 30.2822247 ], [ 120.0007163, 30.2821825 ], [ 120.0003959, 30.282155 ], [ 120.0003825, 30.2821825 ], [ 120.0000218, 30.2821497 ], [ 119.9998249, 30.282135 ], [ 119.9996293, 30.2821128 ], [ 119.9994068, 30.2821012 ], [ 119.9990925, 30.2820874 ], [ 119.9989813, 30.282079 ], [ 119.9989617, 30.2820251 ], [ 119.9988944, 30.2820389 ], [ 119.998892, 30.2820125 ], [ 119.998601, 30.282022 ], [ 119.9984751, 30.2819766 ], [ 119.9983944, 30.2819428 ], [ 119.9982941, 30.2819111 ], [ 119.9982012, 30.2818815 ], [ 119.9979444, 30.281872 ], [ 119.9978858, 30.2819523 ], [ 119.9978569, 30.282066 ], [ 119.9992999, 30.2823208 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.32813575e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0978379, 30.2792671 ], [ 120.0973595, 30.2792355 ], [ 120.0973568, 30.279514 ], [ 120.0978311, 30.2795456 ], [ 120.0978379, 30.2792671 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "花神广场", "area_sqm": 1.72017126e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0919062, 30.282389 ], [ 120.090491, 30.2822674 ], [ 120.0904346, 30.2826128 ], [ 120.0900629, 30.282783 ], [ 120.090043, 30.2829636 ], [ 120.0900279, 30.2830617 ], [ 120.0900042, 30.2831437 ], [ 120.0899686, 30.2833417 ], [ 120.0915701, 30.2834783 ], [ 120.0919062, 30.282389 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "德加公寓西区中心花园", "area_sqm": 4.0756621e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0992214, 30.2830519 ], [ 120.0985967, 30.2829682 ], [ 120.0986983, 30.282881 ], [ 120.0986739, 30.282733 ], [ 120.0985892, 30.2826727 ], [ 120.0984442, 30.2826698 ], [ 120.0983528, 30.2827201 ], [ 120.098329, 30.2828658 ], [ 120.0983724, 30.2829542 ], [ 120.098092, 30.2829671 ], [ 120.0977619, 30.2829893 ], [ 120.0977619, 30.2830823 ], [ 120.0984807, 30.2832836 ], [ 120.0992316, 30.2831596 ], [ 120.0992214, 30.2830519 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "紫荆花公园", "area_sqm": 9.3745791e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0866018, 30.283821 ], [ 120.0867242, 30.2838542 ], [ 120.0868081, 30.2839135 ], [ 120.0868612, 30.2839893 ], [ 120.0869731, 30.2840465 ], [ 120.0870877, 30.2840633 ], [ 120.0871898, 30.2840461 ], [ 120.0872953, 30.2840239 ], [ 120.0874504, 30.2840302 ], [ 120.0875597, 30.2840577 ], [ 120.0876693, 30.2841133 ], [ 120.0878546, 30.2842212 ], [ 120.0879018, 30.2836058 ], [ 120.0878984, 30.2835443 ], [ 120.0878849, 30.2834917 ], [ 120.0878408, 30.2834653 ], [ 120.0863597, 30.2833248 ], [ 120.0863204, 30.2833719 ], [ 120.086281, 30.2837994 ], [ 120.0864881, 30.283806 ], [ 120.0866018, 30.283821 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.08318024e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0679342, 30.2846158 ], [ 120.0679108, 30.2839585 ], [ 120.0678875, 30.2831842 ], [ 120.067215, 30.2831197 ], [ 120.0671076, 30.2839343 ], [ 120.0672991, 30.2846279 ], [ 120.0678968, 30.2846481 ], [ 120.0679342, 30.2846158 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.1715301e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0974112, 30.2844336 ], [ 120.0981615, 30.2845345 ], [ 120.0989154, 30.2844642 ], [ 120.0989225, 30.2844092 ], [ 120.0997436, 30.2844703 ], [ 120.0998037, 30.2842869 ], [ 120.0997471, 30.284238 ], [ 120.0967708, 30.2841248 ], [ 120.0966856, 30.2843429 ], [ 120.0974077, 30.2843878 ], [ 120.0974112, 30.2844336 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.66615658e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0690599, 30.2853006 ], [ 120.0719169, 30.2853137 ], [ 120.0718897, 30.2848901 ], [ 120.0718383, 30.284878 ], [ 120.0683918, 30.2848618 ], [ 120.0682144, 30.2848659 ], [ 120.0681397, 30.284886 ], [ 120.0681537, 30.2853175 ], [ 120.0684152, 30.2853615 ], [ 120.0690599, 30.2853006 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.7502843e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0679342, 30.2860757 ], [ 120.0679389, 30.2848497 ], [ 120.0679015, 30.2848376 ], [ 120.0674018, 30.2848296 ], [ 120.0674018, 30.2860918 ], [ 120.0678548, 30.2861039 ], [ 120.0679342, 30.2860757 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "憇园", "area_sqm": 1.29115317e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0735802, 30.2853027 ], [ 120.0734175, 30.2851658 ], [ 120.0728118, 30.2850991 ], [ 120.0722386, 30.2850745 ], [ 120.0722711, 30.2859873 ], [ 120.0723036, 30.2860435 ], [ 120.0724012, 30.2860856 ], [ 120.0724906, 30.2860996 ], [ 120.0735476, 30.2860961 ], [ 120.0736289, 30.2856011 ], [ 120.0735802, 30.2853027 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "文新公园", "area_sqm": 7.3047341e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0944746, 30.2923079 ], [ 120.0944458, 30.2921482 ], [ 120.0945212, 30.2920699 ], [ 120.0945754, 30.2920135 ], [ 120.094561, 30.2918477 ], [ 120.0943666, 30.2918332 ], [ 120.0939104, 30.2918269 ], [ 120.0935263, 30.2917896 ], [ 120.0934975, 30.291914 ], [ 120.0934399, 30.2924447 ], [ 120.0934975, 30.2925317 ], [ 120.0945538, 30.2925172 ], [ 120.0944746, 30.2923079 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.5897485e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.114332, 30.2821673 ], [ 120.1143371, 30.2824581 ], [ 120.1143009, 30.2829143 ], [ 120.1142802, 30.2832587 ], [ 120.1142387, 30.2840818 ], [ 120.1142594, 30.2841668 ], [ 120.1141973, 30.284292 ], [ 120.1144511, 30.2843144 ], [ 120.1145184, 30.2842562 ], [ 120.114736, 30.2813488 ], [ 120.1143527, 30.2813443 ], [ 120.114332, 30.2821673 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "小百花公园", "area_sqm": 5.52679335e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1322042, 30.2841692 ], [ 120.1312386, 30.2841044 ], [ 120.1311903, 30.2846742 ], [ 120.132172, 30.2847297 ], [ 120.1322042, 30.2841692 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.54902455e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1036959, 30.2846055 ], [ 120.1037005, 30.2846701 ], [ 120.103408, 30.285685 ], [ 120.1033915, 30.2858105 ], [ 120.103408, 30.2858846 ], [ 120.1034951, 30.2859283 ], [ 120.1036865, 30.2859363 ], [ 120.1041068, 30.2844281 ], [ 120.1040508, 30.2843475 ], [ 120.1037052, 30.2843313 ], [ 120.1036585, 30.2845572 ], [ 120.1036959, 30.2846055 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.3977976e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1138036, 30.2846185 ], [ 120.1137518, 30.2852045 ], [ 120.1136897, 30.2852403 ], [ 120.1136223, 30.2863316 ], [ 120.1137622, 30.2863495 ], [ 120.1138243, 30.2864256 ], [ 120.1138243, 30.2870026 ], [ 120.1139538, 30.2870026 ], [ 120.1140005, 30.2865955 ], [ 120.1139901, 30.2863585 ], [ 120.1139797, 30.2861304 ], [ 120.113959, 30.2859515 ], [ 120.1139331, 30.2858262 ], [ 120.1138917, 30.2857904 ], [ 120.1138761, 30.285607 ], [ 120.1139176, 30.2854684 ], [ 120.1139279, 30.2853163 ], [ 120.1139487, 30.2852134 ], [ 120.1139849, 30.2847617 ], [ 120.1140264, 30.2846275 ], [ 120.1139642, 30.2846275 ], [ 120.1138969, 30.2846275 ], [ 120.1138036, 30.2846185 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.78102225e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1141558, 30.28503 ], [ 120.1141714, 30.2850927 ], [ 120.1141299, 30.2851329 ], [ 120.1141144, 30.2855534 ], [ 120.1141403, 30.2858441 ], [ 120.1141403, 30.2859917 ], [ 120.114161, 30.2861572 ], [ 120.114161, 30.2864435 ], [ 120.1141351, 30.2870249 ], [ 120.1142957, 30.287016 ], [ 120.1143475, 30.2869668 ], [ 120.1143794, 30.2863462 ], [ 120.1143993, 30.2856115 ], [ 120.1144304, 30.284869 ], [ 120.1144407, 30.2847169 ], [ 120.1144148, 30.2846767 ], [ 120.114363, 30.2846498 ], [ 120.1142025, 30.2846454 ], [ 120.1141921, 30.2848601 ], [ 120.1141558, 30.28503 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.4222938e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1272987, 30.2880357 ], [ 120.1281346, 30.2880876 ], [ 120.1281983, 30.2873233 ], [ 120.1273624, 30.2872713 ], [ 120.1272987, 30.2880357 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "翠苑四区公园", "area_sqm": 6.854902e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1212909, 30.2889099 ], [ 120.1213776, 30.2878176 ], [ 120.1209524, 30.2877963 ], [ 120.1209339, 30.2880996 ], [ 120.1206455, 30.2880809 ], [ 120.1205952, 30.2888753 ], [ 120.1212909, 30.2889099 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "银马公园", "area_sqm": 1.19211844e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1307579, 30.29026 ], [ 120.1308499, 30.2903181 ], [ 120.1309419, 30.2903456 ], [ 120.1327434, 30.2904862 ], [ 120.132754, 30.2902692 ], [ 120.1320426, 30.2902264 ], [ 120.1321036, 30.2896246 ], [ 120.1307692, 30.2895548 ], [ 120.130719, 30.290205 ], [ 120.1307579, 30.29026 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "文一路亚运小公园", "area_sqm": 3.81437625e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1284302, 30.2910196 ], [ 120.1284709, 30.2909743 ], [ 120.128517, 30.2909558 ], [ 120.128912, 30.2909709 ], [ 120.1289566, 30.2907433 ], [ 120.1280091, 30.2906999 ], [ 120.1278314, 30.2907203 ], [ 120.1277911, 30.291122 ], [ 120.1284134, 30.2911484 ], [ 120.1284302, 30.2910196 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.12209105e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1227783, 30.2924079 ], [ 120.1227924, 30.2919815 ], [ 120.1218263, 30.2919578 ], [ 120.1218123, 30.2923841 ], [ 120.1227783, 30.2924079 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.1112468e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9304129, 30.2824734 ], [ 119.9300981, 30.2823948 ], [ 119.9299881, 30.2826536 ], [ 119.9304281, 30.282778 ], [ 119.9304129, 30.2824734 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.45132265e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9469211, 30.2857775 ], [ 119.9465602, 30.2850217 ], [ 119.946082, 30.2843906 ], [ 119.9448188, 30.2833077 ], [ 119.9445933, 30.2835336 ], [ 119.9455045, 30.2845465 ], [ 119.9462714, 30.2854814 ], [ 119.9465692, 30.2859255 ], [ 119.9469211, 30.2857775 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.027205155e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.984086, 30.2868504 ], [ 119.9839735, 30.2869353 ], [ 119.9801417, 30.2855729 ], [ 119.9800058, 30.2857805 ], [ 119.9811667, 30.2862011 ], [ 119.9814693, 30.2861849 ], [ 119.9815059, 30.2861912 ], [ 119.9815095, 30.2862602 ], [ 119.9815998, 30.2863338 ], [ 119.9818528, 30.286372 ], [ 119.9818921, 30.2864261 ], [ 119.9819418, 30.2864299 ], [ 119.9819361, 30.2864584 ], [ 119.9822193, 30.2866012 ], [ 119.9824999, 30.2866752 ], [ 119.9825921, 30.2867303 ], [ 119.9827711, 30.286767 ], [ 119.9831177, 30.286928 ], [ 119.9838017, 30.2871342 ], [ 119.9839947, 30.2872145 ], [ 119.984068, 30.2870007 ], [ 119.984086, 30.2868504 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "云门公园一期·换乘综合体", "area_sqm": 8.65552035e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9809023, 30.2920527 ], [ 119.9811775, 30.2917646 ], [ 119.9812663, 30.2913068 ], [ 119.9804496, 30.2911864 ], [ 119.9802125, 30.2923551 ], [ 119.9807837, 30.2924573 ], [ 119.9809023, 30.2920527 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "云门公园二期·云眼", "area_sqm": 4.33548611e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9846475, 30.2938592 ], [ 119.9849443, 30.2938854 ], [ 119.9854849, 30.293149 ], [ 119.9846198, 30.2921968 ], [ 119.9832792, 30.2920378 ], [ 119.9828596, 30.2942018 ], [ 119.9845702, 30.2944764 ], [ 119.9846475, 30.2938592 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "土桥湾铁路公园", "area_sqm": 1.446849985e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9470602, 30.2970888 ], [ 119.9470906, 30.2969807 ], [ 119.9471371, 30.2967429 ], [ 119.9473034, 30.2958907 ], [ 119.9473401, 30.2958138 ], [ 119.9474232, 30.2957579 ], [ 119.9474643, 30.2957085 ], [ 119.9474339, 30.2956637 ], [ 119.9473803, 30.2956668 ], [ 119.9473374, 30.2955989 ], [ 119.9474071, 30.2952469 ], [ 119.9473642, 30.2951079 ], [ 119.9474429, 30.2950014 ], [ 119.947518, 30.2944409 ], [ 119.9473105, 30.2939515 ], [ 119.9471353, 30.2935732 ], [ 119.9468867, 30.2936319 ], [ 119.9469583, 30.2940071 ], [ 119.9468653, 30.2949566 ], [ 119.9468939, 30.2951867 ], [ 119.9469261, 30.2957147 ], [ 119.9469136, 30.2960852 ], [ 119.9468921, 30.2969344 ], [ 119.9468617, 30.2971382 ], [ 119.9470048, 30.2971629 ], [ 119.9470602, 30.2970888 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "乌龙涧铁轨景观", "area_sqm": 1.078090165e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9481852, 30.2967137 ], [ 119.9482367, 30.2965113 ], [ 119.9483099, 30.2962808 ], [ 119.9483776, 30.296117 ], [ 119.9484169, 30.2959836 ], [ 119.948486, 30.2959625 ], [ 119.948608, 30.2958186 ], [ 119.9487245, 30.2956337 ], [ 119.9488628, 30.2953786 ], [ 119.948917, 30.2952792 ], [ 119.9489522, 30.2951493 ], [ 119.948978, 30.2948767 ], [ 119.9489631, 30.2946309 ], [ 119.9489644, 30.2945771 ], [ 119.9489088, 30.2945057 ], [ 119.9489143, 30.2943431 ], [ 119.9488465, 30.2939745 ], [ 119.9488086, 30.2938493 ], [ 119.9487273, 30.2938563 ], [ 119.9485592, 30.2938996 ], [ 119.9486392, 30.2943162 ], [ 119.9485985, 30.2947573 ], [ 119.9484711, 30.2951282 ], [ 119.948383, 30.2954032 ], [ 119.948253, 30.2957027 ], [ 119.9481093, 30.2960362 ], [ 119.947986, 30.2964177 ], [ 119.9478694, 30.2968096 ], [ 119.9478898, 30.2969641 ], [ 119.9481242, 30.2969805 ], [ 119.9481852, 30.2967137 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "五常北部园区公园", "area_sqm": 2.30170198e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0390902, 30.2977859 ], [ 120.0410881, 30.2979532 ], [ 120.0414254, 30.2973255 ], [ 120.0400702, 30.2970675 ], [ 120.0400809, 30.2963657 ], [ 120.0391393, 30.2963161 ], [ 120.0390902, 30.2977859 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.2764397e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9996782, 30.2983066 ], [ 119.9997139, 30.2980484 ], [ 119.9997371, 30.2978928 ], [ 119.9997484, 30.2977689 ], [ 119.9984383, 30.2974789 ], [ 119.9983522, 30.297977 ], [ 119.9996756, 30.2983357 ], [ 119.9996782, 30.2983066 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东风公园", "area_sqm": 5.58491715e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9788972, 30.3005451 ], [ 119.9785936, 30.300482 ], [ 119.976626, 30.300193 ], [ 119.9765715, 30.3002199 ], [ 119.9765373, 30.3004833 ], [ 119.9765855, 30.3005357 ], [ 119.9785703, 30.3006392 ], [ 119.97888, 30.300658 ], [ 119.9788972, 30.3005451 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.0396318e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1267579, 30.2931589 ], [ 120.1267787, 30.2930934 ], [ 120.1253088, 30.2930324 ], [ 120.1253042, 30.2931298 ], [ 120.1253243, 30.2932138 ], [ 120.125388, 30.2932458 ], [ 120.1267068, 30.2933065 ], [ 120.1267579, 30.2931589 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.572424e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1250825, 30.2947978 ], [ 120.1248842, 30.2947912 ], [ 120.1248689, 30.2951714 ], [ 120.1250674, 30.2951798 ], [ 120.1250825, 30.2947978 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.60102448e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1107972, 30.2950568 ], [ 120.1101201, 30.2950368 ], [ 120.1092201, 30.2950039 ], [ 120.1091958, 30.2950776 ], [ 120.1091226, 30.2952707 ], [ 120.1090494, 30.2954602 ], [ 120.1089488, 30.2956802 ], [ 120.1097469, 30.2957155 ], [ 120.1099748, 30.2956813 ], [ 120.1104702, 30.2956927 ], [ 120.1109656, 30.2956927 ], [ 120.1111572, 30.295687 ], [ 120.1113355, 30.2957126 ], [ 120.1115238, 30.2957469 ], [ 120.1115667, 30.2951081 ], [ 120.1107972, 30.2950568 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.063374935e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0985164, 30.2965779 ], [ 120.0985618, 30.2965331 ], [ 120.098668, 30.2964381 ], [ 120.0988008, 30.2963431 ], [ 120.0990588, 30.2962219 ], [ 120.0992105, 30.2961892 ], [ 120.0993812, 30.2961761 ], [ 120.0995974, 30.2961924 ], [ 120.099916, 30.2962514 ], [ 120.1001664, 30.296294 ], [ 120.1003484, 30.2963169 ], [ 120.1005381, 30.2963955 ], [ 120.1008188, 30.2965756 ], [ 120.1010161, 30.2966918 ], [ 120.1011661, 30.2967626 ], [ 120.1013286, 30.2968114 ], [ 120.101427, 30.2962201 ], [ 120.1014317, 30.2961394 ], [ 120.1014037, 30.2960749 ], [ 120.101301, 30.2960467 ], [ 120.1004323, 30.2960185 ], [ 120.1000167, 30.2960104 ], [ 120.0994423, 30.2960467 ], [ 120.0990827, 30.2961152 ], [ 120.0987371, 30.2961797 ], [ 120.0982094, 30.2963289 ], [ 120.0977332, 30.2964714 ], [ 120.0984489, 30.2965725 ], [ 120.0985164, 30.2965779 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.5467332e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1260529, 30.2983942 ], [ 120.1261222, 30.2983181 ], [ 120.1264086, 30.2968475 ], [ 120.126437, 30.2966491 ], [ 120.1263835, 30.2965675 ], [ 120.1263048, 30.2965268 ], [ 120.1261463, 30.2965726 ], [ 120.1258156, 30.2983519 ], [ 120.1260529, 30.2983942 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三宝园", "area_sqm": 3.60736945e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1363721, 30.2981137 ], [ 120.1363952, 30.2979341 ], [ 120.1363853, 30.2978542 ], [ 120.1363325, 30.2978029 ], [ 120.1361872, 30.2977231 ], [ 120.1359858, 30.2976661 ], [ 120.1359098, 30.2976718 ], [ 120.1358537, 30.2977117 ], [ 120.1355664, 30.298145 ], [ 120.1363061, 30.2983304 ], [ 120.1363457, 30.2982192 ], [ 120.1363721, 30.2981137 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.1882787e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1267584, 30.2976357 ], [ 120.1265799, 30.297612 ], [ 120.1265284, 30.2976387 ], [ 120.1263259, 30.2985368 ], [ 120.1265593, 30.2985724 ], [ 120.1267584, 30.2976357 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.53089765e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1263877, 30.3004187 ], [ 120.1264337, 30.3003818 ], [ 120.1264468, 30.3002967 ], [ 120.1260888, 30.2998374 ], [ 120.1260034, 30.2997126 ], [ 120.1259575, 30.2995708 ], [ 120.125918, 30.2994006 ], [ 120.1259279, 30.299273 ], [ 120.1260626, 30.2986123 ], [ 120.1260067, 30.2985896 ], [ 120.1257702, 30.2985442 ], [ 120.1255896, 30.2994545 ], [ 120.1263877, 30.3004187 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "政苑社区健身苑", "area_sqm": 9.6139743e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0977293, 30.3000717 ], [ 120.097797, 30.3001276 ], [ 120.097911, 30.3001515 ], [ 120.0982561, 30.300085 ], [ 120.0990818, 30.3000318 ], [ 120.0999199, 30.2999387 ], [ 120.1002896, 30.2999334 ], [ 120.1005577, 30.2999707 ], [ 120.1008228, 30.3000086 ], [ 120.1008354, 30.2999289 ], [ 120.1005299, 30.2998642 ], [ 120.1002157, 30.2998057 ], [ 120.0995255, 30.2997312 ], [ 120.0989247, 30.2996834 ], [ 120.0986875, 30.2996647 ], [ 120.0985242, 30.2996328 ], [ 120.098364, 30.2995477 ], [ 120.0980497, 30.2993455 ], [ 120.0977139, 30.3000132 ], [ 120.0977293, 30.3000717 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.9641979e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1025229, 30.3004069 ], [ 120.1027817, 30.3004601 ], [ 120.1034257, 30.3005399 ], [ 120.1044825, 30.3006596 ], [ 120.104501, 30.3004096 ], [ 120.1044763, 30.3003271 ], [ 120.1044147, 30.3003085 ], [ 120.103475, 30.3002101 ], [ 120.1023412, 30.300109 ], [ 120.1023011, 30.3002393 ], [ 120.1023504, 30.3003404 ], [ 120.1025229, 30.3004069 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.54488886e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0786713, 30.2940711 ], [ 120.0784494, 30.2942821 ], [ 120.0776182, 30.2953265 ], [ 120.077554, 30.2954879 ], [ 120.0782986, 30.2955017 ], [ 120.0784836, 30.2954133 ], [ 120.0786874, 30.2949065 ], [ 120.0792362, 30.2934006 ], [ 120.079346, 30.293039 ], [ 120.0793582, 30.2926985 ], [ 120.0788894, 30.29266 ], [ 120.0788471, 30.2931028 ], [ 120.0786713, 30.2940711 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.99068065e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0990827, 30.2957461 ], [ 120.0994862, 30.2956667 ], [ 120.1000454, 30.2956606 ], [ 120.1004347, 30.2956117 ], [ 120.1003214, 30.2950739 ], [ 120.0974618, 30.2952511 ], [ 120.0973627, 30.2961862 ], [ 120.0987713, 30.2958256 ], [ 120.0990827, 30.2957461 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "紫金园", "area_sqm": 2.590036105e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0836266, 30.2949548 ], [ 120.0838895, 30.2962157 ], [ 120.0840522, 30.2964499 ], [ 120.0855032, 30.2963756 ], [ 120.0856174, 30.2949593 ], [ 120.0854564, 30.2949524 ], [ 120.0839282, 30.2949531 ], [ 120.0836266, 30.2949548 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.10886965e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0793549, 30.2965954 ], [ 120.0797393, 30.2965081 ], [ 120.0789191, 30.2960965 ], [ 120.0784882, 30.2959877 ], [ 120.078415, 30.2961492 ], [ 120.0783174, 30.2962369 ], [ 120.0781832, 30.2963001 ], [ 120.0780043, 30.2965638 ], [ 120.0787829, 30.2966105 ], [ 120.0793549, 30.2965954 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.57659894e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0594044, 30.2971928 ], [ 120.0585317, 30.2965627 ], [ 120.0579448, 30.2960251 ], [ 120.0576896, 30.2953553 ], [ 120.0567863, 30.2954522 ], [ 120.0571946, 30.2963688 ], [ 120.0574957, 30.2966949 ], [ 120.0580775, 30.2972281 ], [ 120.0584552, 30.2976731 ], [ 120.0598791, 30.2975982 ], [ 120.0594044, 30.2971928 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 9.319476e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0852432, 30.2996915 ], [ 120.0852835, 30.2996927 ], [ 120.0855396, 30.2994414 ], [ 120.0855208, 30.2994206 ], [ 120.0849522, 30.2994206 ], [ 120.0849549, 30.2994611 ], [ 120.0852432, 30.2996915 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "湖心岛", "area_sqm": 1.26623311e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0822905, 30.3017055 ], [ 120.0822208, 30.3017217 ], [ 120.0821511, 30.3018028 ], [ 120.0821082, 30.3019255 ], [ 120.082076, 30.3020343 ], [ 120.0820572, 30.3021247 ], [ 120.082076, 30.3022057 ], [ 120.0821088, 30.3022833 ], [ 120.0821544, 30.3024083 ], [ 120.0821678, 30.3024801 ], [ 120.0821893, 30.3025496 ], [ 120.0822403, 30.3026144 ], [ 120.0823288, 30.3026793 ], [ 120.0823771, 30.3027928 ], [ 120.0823797, 30.3029039 ], [ 120.0823556, 30.3030197 ], [ 120.0823449, 30.3031656 ], [ 120.0823556, 30.3032536 ], [ 120.0823636, 30.3033138 ], [ 120.0824334, 30.3033601 ], [ 120.0824897, 30.3033532 ], [ 120.0825541, 30.3033393 ], [ 120.082664, 30.3033393 ], [ 120.0827231, 30.3033022 ], [ 120.0827499, 30.303242 ], [ 120.0827713, 30.3031424 ], [ 120.0828143, 30.3030938 ], [ 120.0828787, 30.3030989 ], [ 120.082959, 30.3029032 ], [ 120.0829475, 30.3027936 ], [ 120.0829016, 30.3026731 ], [ 120.0828407, 30.3026292 ], [ 120.082819, 30.3025877 ], [ 120.0828438, 30.302445 ], [ 120.0828664, 30.3023707 ], [ 120.0829089, 30.3022948 ], [ 120.0830731, 30.3020338 ], [ 120.0830704, 30.301951 ], [ 120.0829542, 30.3016641 ], [ 120.082886, 30.3015897 ], [ 120.0828082, 30.3014971 ], [ 120.0827277, 30.3014299 ], [ 120.0826312, 30.3014045 ], [ 120.0825454, 30.3013813 ], [ 120.0824756, 30.3013975 ], [ 120.0824381, 30.3014438 ], [ 120.0823469, 30.3016245 ], [ 120.0822905, 30.3017055 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.8981405e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0934251, 30.3050631 ], [ 120.0936384, 30.3038722 ], [ 120.0933588, 30.30386 ], [ 120.0930757, 30.3051159 ], [ 120.0933978, 30.305125 ], [ 120.0934251, 30.3050631 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "月牙楼广场", "area_sqm": 8.649857e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.080464, 30.3069091 ], [ 120.0805677, 30.3069315 ], [ 120.0806713, 30.3069371 ], [ 120.0808137, 30.30687 ], [ 120.0808461, 30.3067582 ], [ 120.0803281, 30.3066911 ], [ 120.0803475, 30.3068085 ], [ 120.080464, 30.3069091 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.25763925e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0818619, 30.3106151 ], [ 120.0819121, 30.3104302 ], [ 120.0819333, 30.3103525 ], [ 120.0818746, 30.3103412 ], [ 120.0818155, 30.3103299 ], [ 120.0818113, 30.3103395 ], [ 120.0817697, 30.3103627 ], [ 120.0817255, 30.3103685 ], [ 120.0815887, 30.3103418 ], [ 120.0815766, 30.3103939 ], [ 120.0813138, 30.3103546 ], [ 120.0812788, 30.3105186 ], [ 120.08183, 30.3106089 ], [ 120.0818619, 30.3106151 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.080525e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0819868, 30.3107927 ], [ 120.0820036, 30.3107278 ], [ 120.0819439, 30.3107162 ], [ 120.0819258, 30.3107793 ], [ 120.0819868, 30.3107927 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 8.925727e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0812493, 30.3106749 ], [ 120.0812191, 30.3106757 ], [ 120.0811977, 30.3107891 ], [ 120.0811869, 30.3108459 ], [ 120.0812676, 30.3109045 ], [ 120.081273, 30.31088 ], [ 120.0815984, 30.3109294 ], [ 120.0816475, 30.3109369 ], [ 120.0816542, 30.3109055 ], [ 120.0816599, 30.3108789 ], [ 120.0816112, 30.3108715 ], [ 120.0816274, 30.3107981 ], [ 120.0816734, 30.3108056 ], [ 120.0816799, 30.310776 ], [ 120.0816863, 30.3107464 ], [ 120.0816404, 30.3107389 ], [ 120.0812493, 30.3106749 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 7.959692e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0822287, 30.3107262 ], [ 120.082221, 30.3107596 ], [ 120.0821966, 30.3108658 ], [ 120.0821896, 30.3108966 ], [ 120.0826165, 30.3109618 ], [ 120.082636, 30.3108709 ], [ 120.0826567, 30.3107747 ], [ 120.0825816, 30.3107608 ], [ 120.0825877, 30.3107406 ], [ 120.0825085, 30.3107301 ], [ 120.0825005, 30.3107672 ], [ 120.0822287, 30.3107262 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 8.570864e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0809942, 30.3114144 ], [ 120.0808883, 30.3113936 ], [ 120.080867, 30.3115062 ], [ 120.0808454, 30.3116205 ], [ 120.0808834, 30.3116266 ], [ 120.0808883, 30.3116055 ], [ 120.0813302, 30.3116775 ], [ 120.0813353, 30.3116543 ], [ 120.0813402, 30.3116321 ], [ 120.0813027, 30.3116286 ], [ 120.0813161, 30.3115545 ], [ 120.0813469, 30.311558 ], [ 120.0813594, 30.311504 ], [ 120.0809875, 30.3114503 ], [ 120.0809942, 30.3114144 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.227085e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0816456, 30.3116073 ], [ 120.0815993, 30.3115986 ], [ 120.0815799, 30.3116652 ], [ 120.0816251, 30.3116741 ], [ 120.0816456, 30.3116073 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.5402061e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.081359, 30.312064 ], [ 120.0813414, 30.3121483 ], [ 120.0814639, 30.3121705 ], [ 120.081551, 30.3118452 ], [ 120.0814031, 30.3118174 ], [ 120.0813872, 30.3118857 ], [ 120.0809084, 30.3118173 ], [ 120.0809218, 30.3117699 ], [ 120.0808521, 30.3117618 ], [ 120.0808255, 30.3117584 ], [ 120.0807678, 30.3119992 ], [ 120.0808016, 30.3120073 ], [ 120.0808105, 30.3119736 ], [ 120.081359, 30.312064 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 8.43137e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.080844, 30.3121519 ], [ 120.0807676, 30.3121357 ], [ 120.0807542, 30.3121346 ], [ 120.0807325, 30.3122458 ], [ 120.0807139, 30.3123412 ], [ 120.0807434, 30.3123441 ], [ 120.0811851, 30.3124136 ], [ 120.0811954, 30.3123621 ], [ 120.0811645, 30.312358 ], [ 120.0811773, 30.3122972 ], [ 120.0812068, 30.3123019 ], [ 120.0812193, 30.3122412 ], [ 120.08084, 30.3121844 ], [ 120.080844, 30.3121519 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.972014135e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0928246, 30.3144388 ], [ 120.0932706, 30.3147072 ], [ 120.0938512, 30.3149165 ], [ 120.094132, 30.3139569 ], [ 120.0942306, 30.3134199 ], [ 120.0942889, 30.3131007 ], [ 120.0935206, 30.3129192 ], [ 120.0932642, 30.3128691 ], [ 120.0928246, 30.3144388 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.70195215e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0895759, 30.3200373 ], [ 120.089635, 30.31991 ], [ 120.0896618, 30.3198498 ], [ 120.0895153, 30.3197815 ], [ 120.0894622, 30.3197815 ], [ 120.0893843, 30.319809 ], [ 120.0892038, 30.3202642 ], [ 120.089172, 30.3203711 ], [ 120.089218, 30.3204475 ], [ 120.0893208, 30.3205047 ], [ 120.0894609, 30.3202497 ], [ 120.0895759, 30.3200373 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.85616944e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0966893, 30.3220315 ], [ 120.0967582, 30.322101 ], [ 120.0988395, 30.3228355 ], [ 120.0994317, 30.3230241 ], [ 120.1002022, 30.3232871 ], [ 120.1002884, 30.323297 ], [ 120.1003344, 30.3232573 ], [ 120.1004494, 30.3230935 ], [ 120.1004724, 30.3229645 ], [ 120.1004091, 30.322895 ], [ 120.1003344, 30.3228454 ], [ 120.0997652, 30.3226469 ], [ 120.099656, 30.3225774 ], [ 120.0995927, 30.3225154 ], [ 120.0989718, 30.322364 ], [ 120.0975574, 30.3218727 ], [ 120.096971, 30.3216444 ], [ 120.0967123, 30.3219273 ], [ 120.0966893, 30.3220315 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "紫荆公园", "area_sqm": 2.70882312e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1355669, 30.3114774 ], [ 120.1360037, 30.3114607 ], [ 120.1361973, 30.3114533 ], [ 120.1361948, 30.3096679 ], [ 120.135904, 30.3096653 ], [ 120.1352601, 30.3096596 ], [ 120.1352305, 30.3096593 ], [ 120.1348805, 30.3096337 ], [ 120.1347578, 30.3101164 ], [ 120.1346856, 30.3104006 ], [ 120.1346793, 30.3105391 ], [ 120.1346455, 30.3112793 ], [ 120.1346415, 30.3113659 ], [ 120.1346394, 30.3114127 ], [ 120.1346724, 30.3114783 ], [ 120.134726, 30.3115095 ], [ 120.1351463, 30.3114934 ], [ 120.1355669, 30.3114774 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "小河公园", "area_sqm": 4.63097727e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1322391, 30.31268 ], [ 120.1329017, 30.3126659 ], [ 120.1332289, 30.3126598 ], [ 120.1331702, 30.3116595 ], [ 120.1330915, 30.3116536 ], [ 120.1330755, 30.3114272 ], [ 120.1331411, 30.3114141 ], [ 120.1331523, 30.3112084 ], [ 120.1331335, 30.3110501 ], [ 120.1330535, 30.310172 ], [ 120.1330544, 30.3100565 ], [ 120.1330755, 30.3098654 ], [ 120.1330693, 30.3097895 ], [ 120.1329788, 30.3098024 ], [ 120.1323503, 30.3098393 ], [ 120.1322583, 30.309816 ], [ 120.1319569, 30.3102006 ], [ 120.1316403, 30.3106684 ], [ 120.13132, 30.3112379 ], [ 120.13112, 30.3115964 ], [ 120.1310668, 30.3117079 ], [ 120.1309571, 30.3124676 ], [ 120.132237, 30.3124167 ], [ 120.1322391, 30.31268 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "和睦公园", "area_sqm": 9.31297235e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1208575, 30.3125211 ], [ 120.1200615, 30.3123425 ], [ 120.1200159, 30.312391 ], [ 120.1199773, 30.3124273 ], [ 120.1199212, 30.3124515 ], [ 120.1198476, 30.3124576 ], [ 120.119276, 30.3123122 ], [ 120.1191357, 30.3127875 ], [ 120.120598, 30.3131841 ], [ 120.1208575, 30.3125211 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.30026795e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1158155, 30.312326 ], [ 120.1157484, 30.3123016 ], [ 120.1156418, 30.3123044 ], [ 120.1155872, 30.3123419 ], [ 120.1152496, 30.3125674 ], [ 120.1149745, 30.3127613 ], [ 120.1147959, 30.3128796 ], [ 120.1144712, 30.3130972 ], [ 120.1144286, 30.3131302 ], [ 120.1143697, 30.313187 ], [ 120.1142569, 30.313272 ], [ 120.1140112, 30.3134489 ], [ 120.1137192, 30.3136108 ], [ 120.1135969, 30.3137069 ], [ 120.1131938, 30.3139723 ], [ 120.1131132, 30.3140282 ], [ 120.1130744, 30.3140711 ], [ 120.113075, 30.3141054 ], [ 120.1131078, 30.3141447 ], [ 120.1132645, 30.3142663 ], [ 120.1135759, 30.314056 ], [ 120.1148439, 30.3131851 ], [ 120.1157696, 30.312545 ], [ 120.1159308, 30.3127016 ], [ 120.1160876, 30.31259 ], [ 120.1158872, 30.3123737 ], [ 120.1158155, 30.312326 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.62650165e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1344066, 30.3151801 ], [ 120.1343269, 30.3146211 ], [ 120.1342995, 30.3138685 ], [ 120.1342821, 30.313103 ], [ 120.134312, 30.3122945 ], [ 120.1343344, 30.3117268 ], [ 120.1342896, 30.3117139 ], [ 120.1340006, 30.311701 ], [ 120.134048, 30.3125504 ], [ 120.1340878, 30.3133503 ], [ 120.1341102, 30.3140362 ], [ 120.1341376, 30.3145157 ], [ 120.1342049, 30.314963 ], [ 120.1342771, 30.3149673 ], [ 120.134312, 30.315393 ], [ 120.1342771, 30.3154016 ], [ 120.1343319, 30.315765 ], [ 120.1343867, 30.3159284 ], [ 120.1345212, 30.3159112 ], [ 120.1344066, 30.3151801 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.3421599e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1104431, 30.315245 ], [ 120.1105611, 30.3152598 ], [ 120.1106491, 30.3152431 ], [ 120.111619, 30.3146115 ], [ 120.1116533, 30.3145596 ], [ 120.1116405, 30.3145207 ], [ 120.111399, 30.3143543 ], [ 120.1102836, 30.3151137 ], [ 120.1104431, 30.315245 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "拱墅运河体育公园", "area_sqm": 4.893785573e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0962603, 30.3217699 ], [ 120.0963304, 30.3217358 ], [ 120.0984839, 30.3194529 ], [ 120.0990233, 30.318885 ], [ 120.1000496, 30.3178212 ], [ 120.1002207, 30.3175978 ], [ 120.1005935, 30.3171851 ], [ 120.1016548, 30.3160834 ], [ 120.1019048, 30.3157502 ], [ 120.1022601, 30.3154397 ], [ 120.1039048, 30.3136943 ], [ 120.1050626, 30.3124335 ], [ 120.1050804, 30.3123834 ], [ 120.1050548, 30.3123177 ], [ 120.1049468, 30.3122516 ], [ 120.1043981, 30.3120358 ], [ 120.1042766, 30.3120095 ], [ 120.1033096, 30.3117978 ], [ 120.1029114, 30.3117443 ], [ 120.1022299, 30.3117034 ], [ 120.1012436, 30.3116262 ], [ 120.1009641, 30.3115803 ], [ 120.1006358, 30.3115202 ], [ 120.1001242, 30.3113794 ], [ 120.099304, 30.3111524 ], [ 120.0992177, 30.3111257 ], [ 120.0991023, 30.3111462 ], [ 120.0983304, 30.3124827 ], [ 120.0975322, 30.3139821 ], [ 120.0967032, 30.3154738 ], [ 120.0964883, 30.3159584 ], [ 120.0958173, 30.3170488 ], [ 120.095198, 30.3182773 ], [ 120.095155, 30.3183626 ], [ 120.0939095, 30.3207742 ], [ 120.0939095, 30.3208272 ], [ 120.0939533, 30.3208878 ], [ 120.0946682, 30.3211869 ], [ 120.0961989, 30.3217813 ], [ 120.0962603, 30.3217699 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "运河中央公园", "area_sqm": 1.1628485385e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1228712, 30.3179538 ], [ 120.1229043, 30.3178712 ], [ 120.1228941, 30.3176036 ], [ 120.1228326, 30.3173092 ], [ 120.1228184, 30.3171384 ], [ 120.1227534, 30.3169316 ], [ 120.12268, 30.3167996 ], [ 120.1226286, 30.3167302 ], [ 120.1225783, 30.3166675 ], [ 120.1224777, 30.3165975 ], [ 120.1224385, 30.3165662 ], [ 120.1223882, 30.3165517 ], [ 120.1223435, 30.3165469 ], [ 120.1222485, 30.316583 ], [ 120.1215498, 30.3169063 ], [ 120.1212647, 30.317039 ], [ 120.1211166, 30.3171765 ], [ 120.1209828, 30.3173261 ], [ 120.1208433, 30.3174695 ], [ 120.120253, 30.3180764 ], [ 120.1198282, 30.3184142 ], [ 120.1193727, 30.3186989 ], [ 120.1189143, 30.3189763 ], [ 120.1185789, 30.3192103 ], [ 120.1189294, 30.3198166 ], [ 120.1192333, 30.3200947 ], [ 120.1194369, 30.3202675 ], [ 120.1200662, 30.3206219 ], [ 120.1205535, 30.3208739 ], [ 120.1207823, 30.32094 ], [ 120.1212048, 30.3210056 ], [ 120.1218864, 30.3210791 ], [ 120.1220895, 30.3210978 ], [ 120.1221635, 30.3207205 ], [ 120.1221936, 30.320497 ], [ 120.1222776, 30.3202249 ], [ 120.1223575, 30.3200113 ], [ 120.1224283, 30.319748 ], [ 120.1225175, 30.3195408 ], [ 120.1226295, 30.3191014 ], [ 120.1228178, 30.3185192 ], [ 120.1228596, 30.318369 ], [ 120.1228712, 30.3179538 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.82674925e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1005011, 30.322632 ], [ 120.1005931, 30.3226022 ], [ 120.1006219, 30.3225377 ], [ 120.1003631, 30.3211729 ], [ 120.1003057, 30.3211133 ], [ 120.1002194, 30.3210935 ], [ 120.0999377, 30.3211282 ], [ 120.1002942, 30.3226568 ], [ 120.1005011, 30.322632 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "运河天地公园", "area_sqm": 4.2818056e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1343932, 30.3249562 ], [ 120.1344298, 30.3242643 ], [ 120.1345066, 30.3241127 ], [ 120.1345286, 30.3238441 ], [ 120.1345286, 30.3235503 ], [ 120.1339755, 30.3235499 ], [ 120.1339939, 30.3236172 ], [ 120.1334195, 30.323653 ], [ 120.1323384, 30.3237204 ], [ 120.1323422, 30.3237937 ], [ 120.1330368, 30.323857 ], [ 120.1330291, 30.3239836 ], [ 120.1330253, 30.3241801 ], [ 120.1330098, 30.3247098 ], [ 120.1329558, 30.3247131 ], [ 120.1329249, 30.3252361 ], [ 120.1321994, 30.3252127 ], [ 120.1321879, 30.3259289 ], [ 120.1322149, 30.3259889 ], [ 120.132265, 30.3260255 ], [ 120.1323461, 30.3260521 ], [ 120.1342175, 30.3261853 ], [ 120.1343932, 30.3249562 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.39049278e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.048563, 30.3004483 ], [ 120.0468907, 30.3012918 ], [ 120.0467278, 30.3014405 ], [ 120.0462082, 30.3019306 ], [ 120.0454988, 30.3025563 ], [ 120.0449199, 30.3030666 ], [ 120.0445309, 30.3034283 ], [ 120.0442928, 30.3036077 ], [ 120.0438146, 30.3040059 ], [ 120.0431461, 30.3042351 ], [ 120.0423193, 30.3046625 ], [ 120.0423142, 30.3047197 ], [ 120.0427888, 30.3047506 ], [ 120.0430134, 30.3047065 ], [ 120.0436615, 30.3045699 ], [ 120.0441515, 30.3043981 ], [ 120.0449068, 30.3044906 ], [ 120.0471574, 30.3020628 ], [ 120.0475453, 30.3018557 ], [ 120.048566, 30.3015429 ], [ 120.0486897, 30.3013855 ], [ 120.0507282, 30.300349 ], [ 120.050194, 30.2996085 ], [ 120.0495607, 30.3000143 ], [ 120.0486671, 30.3004961 ], [ 120.048563, 30.3004483 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.141895855e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0355624, 30.3034848 ], [ 120.0355944, 30.3023788 ], [ 120.0341555, 30.3016233 ], [ 120.0340874, 30.3034297 ], [ 120.0355624, 30.3034848 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "大禹谷", "area_sqm": 3.39659497e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8587337, 30.3078756 ], [ 119.8593008, 30.3082102 ], [ 119.8606641, 30.3082883 ], [ 119.8611444, 30.3080999 ], [ 119.8615685, 30.307391 ], [ 119.8610822, 30.3062663 ], [ 119.8598244, 30.3055042 ], [ 119.858387, 30.3050928 ], [ 119.855678, 30.3052919 ], [ 119.853161, 30.3054551 ], [ 119.8515337, 30.3063911 ], [ 119.8497107, 30.3076576 ], [ 119.8493057, 30.3087857 ], [ 119.8496163, 30.3093183 ], [ 119.8500997, 30.3097305 ], [ 119.851776, 30.3096126 ], [ 119.8531797, 30.3091957 ], [ 119.8545704, 30.3087005 ], [ 119.8555338, 30.308102 ], [ 119.8574422, 30.3077873 ], [ 119.8587337, 30.3078756 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "绿景堂", "area_sqm": 0.00031154417485500002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8021865, 30.3158993 ], [ 119.8031998, 30.3159779 ], [ 119.8038305, 30.3159479 ], [ 119.8040444, 30.3159667 ], [ 119.8042976, 30.3159891 ], [ 119.8055094, 30.3160958 ], [ 119.8069283, 30.3167116 ], [ 119.8072998, 30.3172811 ], [ 119.8078384, 30.3173466 ], [ 119.8083604, 30.316814 ], [ 119.810744, 30.3164167 ], [ 119.8128227, 30.3165673 ], [ 119.8134372, 30.316934 ], [ 119.8144861, 30.3172147 ], [ 119.814878, 30.3165463 ], [ 119.8148747, 30.3161896 ], [ 119.8154504, 30.3160753 ], [ 119.8160575, 30.3162599 ], [ 119.8166851, 30.3154499 ], [ 119.8173064, 30.3157459 ], [ 119.818459, 30.314629 ], [ 119.8191147, 30.3130537 ], [ 119.8197378, 30.3103923 ], [ 119.819854167792187, 30.308213197268508 ], [ 119.815521805202437, 30.305321498846748 ], [ 119.8109433, 30.3032653 ], [ 119.8085434, 30.3010789 ], [ 119.8055454, 30.2988157 ], [ 119.8048865, 30.2984949 ], [ 119.804810495395316, 30.298499152965245 ], [ 119.797100986776968, 30.301370944925576 ], [ 119.7971526, 30.3015292 ], [ 119.795795, 30.3022169 ], [ 119.7962929, 30.302885 ], [ 119.7965372, 30.3036817 ], [ 119.7961635, 30.304439 ], [ 119.796163096902305, 30.304444035020904 ], [ 119.797175764761192, 30.308389404059135 ], [ 119.797687, 30.3087508 ], [ 119.7979254, 30.3091779 ], [ 119.79792, 30.3103774 ], [ 119.7980491, 30.3107571 ], [ 119.7988053, 30.311559 ], [ 119.7994843, 30.3120815 ], [ 119.7994898, 30.312482 ], [ 119.7989666, 30.3128339 ], [ 119.798553865283111, 30.313758504187131 ], [ 119.798562013660614, 30.313790250387083 ], [ 119.798626229031569, 30.314040434427312 ], [ 119.798626229031569, 30.314040434427316 ], [ 119.8001885, 30.3153638 ], [ 119.8004248, 30.3158661 ], [ 119.8016091, 30.3157366 ], [ 119.8021865, 30.3158993 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "赛石花朝园", "area_sqm": 2.63420276e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9795428, 30.3216164 ], [ 119.9797237, 30.3216399 ], [ 119.9800401, 30.321922 ], [ 119.9808584, 30.3220162 ], [ 119.9808923, 30.3214268 ], [ 119.9810476, 30.3207258 ], [ 119.9791624, 30.3201525 ], [ 119.9781963, 30.3199185 ], [ 119.9784527, 30.3201817 ], [ 119.9786934, 30.3204498 ], [ 119.9789231, 30.3206094 ], [ 119.9790973, 30.320614 ], [ 119.9793804, 30.3211956 ], [ 119.9795428, 30.3216164 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.2764852e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0308295, 30.3316234 ], [ 120.0308564, 30.3316144 ], [ 120.0308782, 30.3315969 ], [ 120.0308887, 30.3315797 ], [ 120.0308932, 30.3315601 ], [ 120.0308983, 30.331457 ], [ 120.0289834, 30.3313927 ], [ 120.0287595, 30.3314165 ], [ 120.0284189, 30.3314015 ], [ 120.0281825, 30.3313641 ], [ 120.0268324, 30.3313151 ], [ 120.0267807, 30.331325 ], [ 120.0267436, 30.3313437 ], [ 120.0267163, 30.3313674 ], [ 120.0266941, 30.3314017 ], [ 120.026685, 30.3314332 ], [ 120.0266845, 30.331463 ], [ 120.0305647, 30.3316028 ], [ 120.0308295, 30.3316234 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.475239e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9644552, 30.3338685 ], [ 119.9640173, 30.3338282 ], [ 119.9640405, 30.3336488 ], [ 119.9636836, 30.3336145 ], [ 119.9636034, 30.3337003 ], [ 119.9634114, 30.3337648 ], [ 119.9633839, 30.3339777 ], [ 119.9635833, 30.3339969 ], [ 119.9635153, 30.3345228 ], [ 119.9643475, 30.3346024 ], [ 119.9644552, 30.3338685 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "杭州天景水生植物园", "area_sqm": 7.206237465e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0434651, 30.3473164 ], [ 120.0436658, 30.3458633 ], [ 120.0421694, 30.3455754 ], [ 120.0417365, 30.345877 ], [ 120.0404239, 30.3456303 ], [ 120.0396455, 30.3456079 ], [ 120.0395642, 30.3463298 ], [ 120.0396782, 30.3471917 ], [ 120.0398408, 30.3474362 ], [ 120.0404354, 30.3475383 ], [ 120.0406145, 30.3474474 ], [ 120.0409285, 30.3475586 ], [ 120.0410859, 30.3472252 ], [ 120.0424704, 30.3474945 ], [ 120.042394, 30.3478082 ], [ 120.0433114, 30.3480479 ], [ 120.0434651, 30.3473164 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "杭州兰里景区", "area_sqm": 0.00039384021296499997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0212165, 30.3455407 ], [ 120.0214564, 30.3466809 ], [ 120.02141, 30.3477949 ], [ 120.0203842, 30.349059 ], [ 120.0200427, 30.349783 ], [ 120.0196112, 30.3504158 ], [ 120.0205478, 30.3503371 ], [ 120.0225497, 30.3511243 ], [ 120.0224557, 30.3516187 ], [ 120.0251651, 30.3527993 ], [ 120.0272971, 30.35374 ], [ 120.0282064, 30.3540573 ], [ 120.0298079, 30.3539793 ], [ 120.0307375, 30.3534345 ], [ 120.0318685, 30.3531113 ], [ 120.0334556, 30.353024 ], [ 120.0350871, 30.3530667 ], [ 120.0352628, 30.3528727 ], [ 120.0378642, 30.352845 ], [ 120.0384085, 30.3524739 ], [ 120.040065, 30.352308 ], [ 120.0407354, 30.3522159 ], [ 120.0417501, 30.3522704 ], [ 120.0422644, 30.3521096 ], [ 120.0438513, 30.3521441 ], [ 120.0440883, 30.3522966 ], [ 120.0437511, 30.3540273 ], [ 120.0446216, 30.354068 ], [ 120.0451928, 30.3539707 ], [ 120.0475102, 30.3539082 ], [ 120.0491298, 30.3542052 ], [ 120.050588, 30.3550513 ], [ 120.0513305, 30.3559882 ], [ 120.0519404, 30.3559748 ], [ 120.0539736, 30.3552787 ], [ 120.0546369, 30.3552957 ], [ 120.0549222, 30.3555859 ], [ 120.0568972, 30.3553638 ], [ 120.0578725, 30.3548109 ], [ 120.0568989, 30.3519018 ], [ 120.0566127, 30.3504446 ], [ 120.0556851, 30.3463586 ], [ 120.0546648, 30.3436856 ], [ 120.0541194, 30.3432246 ], [ 120.0525918, 30.3424501 ], [ 120.0474338, 30.34141 ], [ 120.0436097, 30.3417528 ], [ 120.0392684, 30.3419468 ], [ 120.0331687, 30.3423186 ], [ 120.0268372, 30.3427461 ], [ 120.0217219, 30.3427974 ], [ 120.0214344, 30.3443643 ], [ 120.0212165, 30.3455407 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "华联公园", "area_sqm": 1.373926865e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0359365, 30.3496852 ], [ 120.0362709, 30.3494216 ], [ 120.036181, 30.3492602 ], [ 120.0364841, 30.3492542 ], [ 120.0367023, 30.3489524 ], [ 120.0368134, 30.3483438 ], [ 120.035788, 30.3482375 ], [ 120.0356968, 30.3485343 ], [ 120.0358376, 30.3488811 ], [ 120.0355891, 30.3491901 ], [ 120.0353792, 30.3493731 ], [ 120.0353413, 30.3494768 ], [ 120.0352416, 30.3497123 ], [ 120.0352283, 30.3497437 ], [ 120.0356516, 30.3498442 ], [ 120.0357708, 30.3498828 ], [ 120.0359365, 30.3496852 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大关路口街心公园", "area_sqm": 5.8812534e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1303792, 30.301769 ], [ 120.1303978, 30.3016984 ], [ 120.1304066, 30.3016382 ], [ 120.1303715, 30.3015847 ], [ 120.1302239, 30.3014161 ], [ 120.129744, 30.3018328 ], [ 120.1287381, 30.3025024 ], [ 120.1289506, 30.3026705 ], [ 120.1290041, 30.3026896 ], [ 120.1290524, 30.3026814 ], [ 120.1297605, 30.3022006 ], [ 120.1303792, 30.301769 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "锦绣公园", "area_sqm": 6.98141125e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1109508, 30.3033628 ], [ 120.1109179, 30.3030703 ], [ 120.1109497, 30.3026664 ], [ 120.1101686, 30.3026357 ], [ 120.1101117, 30.3035087 ], [ 120.1110084, 30.3035324 ], [ 120.1109508, 30.3033628 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大关路停车场绿地", "area_sqm": 5.68947605e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1329498, 30.3039334 ], [ 120.1330233, 30.3039134 ], [ 120.1333092, 30.3040538 ], [ 120.1334326, 30.3039612 ], [ 120.1337249, 30.3041164 ], [ 120.1337717, 30.3040447 ], [ 120.1337977, 30.3039949 ], [ 120.1338237, 30.3039545 ], [ 120.1325707, 30.3031532 ], [ 120.1323082, 30.3035493 ], [ 120.1329498, 30.3039334 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.37470595e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.123868, 30.3040021 ], [ 120.1238447, 30.3039196 ], [ 120.123735, 30.3037424 ], [ 120.1235439, 30.303446 ], [ 120.1232291, 30.3030991 ], [ 120.123161, 30.3030746 ], [ 120.1230944, 30.3030873 ], [ 120.1228852, 30.3032491 ], [ 120.1227653, 30.3033576 ], [ 120.1225995, 30.303487 ], [ 120.1229892, 30.3039405 ], [ 120.1231735, 30.3038227 ], [ 120.1235705, 30.3042689 ], [ 120.1238482, 30.3040846 ], [ 120.123868, 30.3040021 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.8662318e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1226126, 30.3067692 ], [ 120.1227, 30.306853 ], [ 120.1228127, 30.3068748 ], [ 120.1229312, 30.3068597 ], [ 120.1237375, 30.3063213 ], [ 120.1246408, 30.3056857 ], [ 120.1247477, 30.3055984 ], [ 120.124769, 30.3055263 ], [ 120.1247574, 30.3054525 ], [ 120.1246213, 30.3053158 ], [ 120.1225764, 30.3067162 ], [ 120.1226126, 30.3067692 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "口袋公园", "area_sqm": 4.90359475e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1314532, 30.3063248 ], [ 120.131716, 30.306172 ], [ 120.1318716, 30.3061118 ], [ 120.1316141, 30.3057181 ], [ 120.131539, 30.3057459 ], [ 120.1313405, 30.3058339 ], [ 120.1311964, 30.3058945 ], [ 120.1311313, 30.3059219 ], [ 120.130906, 30.3060377 ], [ 120.1307826, 30.3060933 ], [ 120.1307343, 30.3061813 ], [ 120.1310521, 30.3064744 ], [ 120.1312064, 30.3066166 ], [ 120.1313352, 30.3064591 ], [ 120.1314532, 30.3063248 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.83055355e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1236066, 30.3072362 ], [ 120.1233923, 30.3069904 ], [ 120.1229339, 30.307319 ], [ 120.1229369, 30.3073436 ], [ 120.1230867, 30.3074975 ], [ 120.1231526, 30.3075415 ], [ 120.1232125, 30.3075415 ], [ 120.1232515, 30.3075233 ], [ 120.1232275, 30.3074975 ], [ 120.1236066, 30.3072362 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.6416536e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.122423, 30.308099 ], [ 120.1229968, 30.307707 ], [ 120.1230223, 30.307676 ], [ 120.1230298, 30.3076359 ], [ 120.1230238, 30.3076035 ], [ 120.1228754, 30.3074199 ], [ 120.122835, 30.3073862 ], [ 120.1227945, 30.3073759 ], [ 120.1227586, 30.3073849 ], [ 120.1221338, 30.3078105 ], [ 120.1221038, 30.3078325 ], [ 120.1220769, 30.3078868 ], [ 120.1220828, 30.3079308 ], [ 120.1222342, 30.3080821 ], [ 120.1222911, 30.3081339 ], [ 120.1223435, 30.3081378 ], [ 120.122393, 30.3081261 ], [ 120.122423, 30.308099 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "青莎公园", "area_sqm": 4.248883815e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1343429, 30.3113892 ], [ 120.1343633, 30.3113692 ], [ 120.1344021, 30.3113313 ], [ 120.1344436, 30.3104766 ], [ 120.134561, 30.3098725 ], [ 120.1346906, 30.3092938 ], [ 120.1348496, 30.3088255 ], [ 120.1351018, 30.308287 ], [ 120.1355493, 30.3075815 ], [ 120.1358983, 30.3071593 ], [ 120.1365618, 30.3064046 ], [ 120.1368555, 30.3060451 ], [ 120.1368261, 30.3059929 ], [ 120.136522, 30.3058214 ], [ 120.1360658, 30.3062161 ], [ 120.1352819, 30.3069239 ], [ 120.1344749, 30.307667 ], [ 120.1341828, 30.3079369 ], [ 120.1341931, 30.308335 ], [ 120.1341956, 30.3083859 ], [ 120.1343622, 30.3084367 ], [ 120.1343221, 30.3085175 ], [ 120.1342238, 30.3087154 ], [ 120.133942, 30.3086093 ], [ 120.1339138, 30.3086446 ], [ 120.1339779, 30.3087198 ], [ 120.1337319, 30.309129 ], [ 120.1338972, 30.3105537 ], [ 120.134, 30.311439 ], [ 120.1342003, 30.3114495 ], [ 120.1343429, 30.3113892 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "申花公园", "area_sqm": 1.32334196e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1052637, 30.3096632 ], [ 120.1050115, 30.3094594 ], [ 120.1043678, 30.3090565 ], [ 120.104282, 30.3090426 ], [ 120.1042069, 30.3090657 ], [ 120.1036007, 30.309765 ], [ 120.104738, 30.3104597 ], [ 120.1053549, 30.3097836 ], [ 120.1052637, 30.3096632 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.84218455e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1395702, 30.3118915 ], [ 120.1395928, 30.3116419 ], [ 120.1394222, 30.3116382 ], [ 120.1393159, 30.3116359 ], [ 120.1390077, 30.3116402 ], [ 120.1388859, 30.3116419 ], [ 120.1388528, 30.3116615 ], [ 120.1388528, 30.311893 ], [ 120.1395702, 30.3118915 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.3965778e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1375598, 30.3133578 ], [ 120.1375654, 30.3131152 ], [ 120.1374875, 30.3130936 ], [ 120.137404, 30.3130168 ], [ 120.1366001, 30.3130264 ], [ 120.1366057, 30.313389 ], [ 120.137532, 30.3133818 ], [ 120.1375598, 30.3133578 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.101637e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1466823, 30.3140484 ], [ 120.1468654, 30.3139934 ], [ 120.1468069, 30.3135858 ], [ 120.1469294, 30.3134734 ], [ 120.1469955, 30.3134128 ], [ 120.1467608, 30.3132995 ], [ 120.1467009, 30.3132705 ], [ 120.1466544, 30.3132514 ], [ 120.1465826, 30.313222 ], [ 120.1464653, 30.3131738 ], [ 120.1463651, 30.3131484 ], [ 120.1463239, 30.3132959 ], [ 120.1464204, 30.3141272 ], [ 120.1465956, 30.3140745 ], [ 120.1466823, 30.3140484 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "城北体育公园", "area_sqm": 3.2342451375000002e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1540378, 30.313528 ], [ 120.1544403, 30.3140964 ], [ 120.1545094, 30.3141939 ], [ 120.1546855, 30.3144426 ], [ 120.1549323, 30.3143314 ], [ 120.1551147, 30.314387 ], [ 120.155061, 30.3148409 ], [ 120.1551817, 30.3149721 ], [ 120.1552098, 30.3149518 ], [ 120.1552758, 30.3150203 ], [ 120.155306, 30.3150594 ], [ 120.1553674, 30.315126 ], [ 120.1553517, 30.3151654 ], [ 120.1559301, 30.3157856 ], [ 120.1559944, 30.3158381 ], [ 120.1560927, 30.3159184 ], [ 120.156327, 30.3161097 ], [ 120.1567991, 30.316934 ], [ 120.1573289, 30.3177479 ], [ 120.1576166, 30.3181274 ], [ 120.1580102, 30.3186158 ], [ 120.158338, 30.3190226 ], [ 120.1584674, 30.3191831 ], [ 120.1585779, 30.3193203 ], [ 120.1589368, 30.3197656 ], [ 120.1589771, 30.3198156 ], [ 120.1591433, 30.3196616 ], [ 120.1584768, 30.3187115 ], [ 120.1592355, 30.3185096 ], [ 120.1595907, 30.3184817 ], [ 120.1599214, 30.3182138 ], [ 120.1598794, 30.3178325 ], [ 120.1605297, 30.3177781 ], [ 120.1605244, 30.3176728 ], [ 120.1604956, 30.3175661 ], [ 120.160387, 30.3169249 ], [ 120.1603653, 30.3168217 ], [ 120.1597778, 30.3168543 ], [ 120.1597545, 30.3166241 ], [ 120.1591936, 30.3166604 ], [ 120.1591822, 30.3166017 ], [ 120.1586767, 30.3166121 ], [ 120.1586457, 30.3160541 ], [ 120.1582005, 30.3160622 ], [ 120.1582046, 30.315943 ], [ 120.1603495, 30.3158514 ], [ 120.1603239, 30.3156543 ], [ 120.1603051, 30.3154882 ], [ 120.1601983, 30.3146592 ], [ 120.1600319, 30.3133665 ], [ 120.1600125, 30.3131419 ], [ 120.1599998, 30.3130168 ], [ 120.1599647, 30.312689 ], [ 120.1598609, 30.3119691 ], [ 120.159845, 30.3118525 ], [ 120.1598287, 30.3117334 ], [ 120.159761, 30.311277 ], [ 120.1577527, 30.3110574 ], [ 120.1571972, 30.3109909 ], [ 120.1571704, 30.31112 ], [ 120.1558756, 30.3108527 ], [ 120.155643, 30.3108739 ], [ 120.1552868, 30.3110626 ], [ 120.1551183, 30.3111691 ], [ 120.1550586, 30.3112238 ], [ 120.1544955, 30.3119528 ], [ 120.1550348, 30.3125299 ], [ 120.1551551, 30.3130447 ], [ 120.1543105, 30.31341 ], [ 120.1540378, 30.313528 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "江墅铁路遗址公园", "area_sqm": 3.9917677e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1384956, 30.3155953 ], [ 120.1384754, 30.315573 ], [ 120.1383576, 30.3155683 ], [ 120.1383613, 30.3153508 ], [ 120.1387197, 30.3153483 ], [ 120.1387062, 30.3155728 ], [ 120.1386294, 30.3155705 ], [ 120.1385952, 30.3155993 ], [ 120.1386177, 30.3157389 ], [ 120.1387881, 30.315739 ], [ 120.1387868, 30.3151943 ], [ 120.1387107, 30.3151949 ], [ 120.1382988, 30.3151983 ], [ 120.1378601, 30.3151926 ], [ 120.1378627, 30.3153601 ], [ 120.1378673, 30.3156518 ], [ 120.1378841, 30.3156824 ], [ 120.1379083, 30.3157018 ], [ 120.1379438, 30.3157223 ], [ 120.1385242, 30.3157404 ], [ 120.1385213, 30.3156658 ], [ 120.1384956, 30.3155953 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.3663143e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1394074, 30.3179294 ], [ 120.1391432, 30.317817 ], [ 120.1387041, 30.317782 ], [ 120.1386919, 30.3180697 ], [ 120.1387137, 30.3181525 ], [ 120.1387672, 30.3182188 ], [ 120.1388385, 30.3182578 ], [ 120.1389765, 30.3182639 ], [ 120.1395863, 30.3182698 ], [ 120.1395172, 30.3180943 ], [ 120.1394074, 30.3179294 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "樱花公园", "area_sqm": 4.0284345e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1398668, 30.3226274 ], [ 120.1402072, 30.322391 ], [ 120.1400822, 30.3223749 ], [ 120.139944, 30.3223382 ], [ 120.1396914, 30.3222395 ], [ 120.1396143, 30.3221821 ], [ 120.1395717, 30.3221752 ], [ 120.1395026, 30.322228 ], [ 120.1393244, 30.3223382 ], [ 120.1390453, 30.3225149 ], [ 120.138891, 30.3226939 ], [ 120.1396169, 30.3227582 ], [ 120.1398668, 30.3226274 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.62783265e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1395272, 30.3245518 ], [ 120.1397784, 30.3247687 ], [ 120.1398275, 30.3247639 ], [ 120.1399559, 30.3244128 ], [ 120.1399559, 30.3243468 ], [ 120.1399313, 30.3242784 ], [ 120.1398876, 30.3242454 ], [ 120.1398385, 30.3242313 ], [ 120.139134, 30.3241559 ], [ 120.1390822, 30.3241747 ], [ 120.139377, 30.3244151 ], [ 120.1395272, 30.3245518 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "康体生活公园", "area_sqm": 9.70979825e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1364094, 30.3568431 ], [ 120.1358101, 30.3581031 ], [ 120.1363444, 30.3581016 ], [ 120.1364737, 30.3580755 ], [ 120.1365509, 30.3579993 ], [ 120.1365668, 30.3579098 ], [ 120.1365703, 30.3577404 ], [ 120.1366323, 30.3574304 ], [ 120.1366818, 30.3573586 ], [ 120.1368996, 30.3562526 ], [ 120.136986, 30.3556903 ], [ 120.1367878, 30.3557269 ], [ 120.1367455, 30.3559812 ], [ 120.1364094, 30.3568431 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.8115968e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1581058, 30.3596067 ], [ 120.1581082, 30.3595469 ], [ 120.158652, 30.3595349 ], [ 120.1586538, 30.3595604 ], [ 120.1589939, 30.3595648 ], [ 120.1590463, 30.3595474 ], [ 120.1590544, 30.3593699 ], [ 120.159012, 30.3593508 ], [ 120.1521603, 30.3593495 ], [ 120.1521602, 30.3596288 ], [ 120.1565493, 30.3596234 ], [ 120.1581058, 30.3596067 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 6.0381785e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1628512, 30.2979857 ], [ 120.1629184, 30.2979793 ], [ 120.1629754, 30.2979607 ], [ 120.1629969, 30.2979091 ], [ 120.1629698, 30.2978325 ], [ 120.1629175, 30.2978204 ], [ 120.1627316, 30.2978575 ], [ 120.1626438, 30.2978688 ], [ 120.1626186, 30.2979462 ], [ 120.1626158, 30.2980075 ], [ 120.1626709, 30.2980398 ], [ 120.1627839, 30.2980793 ], [ 120.1627877, 30.2980003 ], [ 120.1628512, 30.2979857 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东新公园", "area_sqm": 6.98636945e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1676615, 30.29936 ], [ 120.1675964, 30.2994372 ], [ 120.1676289, 30.299711 ], [ 120.1676371, 30.3003709 ], [ 120.1679867, 30.3005604 ], [ 120.1682957, 30.3005815 ], [ 120.1683526, 30.299697 ], [ 120.1676615, 30.29936 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.4957195e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1691264, 30.3112906 ], [ 120.1690271, 30.3112837 ], [ 120.1690057, 30.3113045 ], [ 120.1689682, 30.3113207 ], [ 120.1688931, 30.3113207 ], [ 120.1688421, 30.3112999 ], [ 120.16881, 30.3112328 ], [ 120.1687402, 30.3112212 ], [ 120.1687161, 30.3113184 ], [ 120.1691103, 30.3113763 ], [ 120.1691264, 30.3112906 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.6046918e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.162727, 30.3213407 ], [ 120.162556, 30.3212266 ], [ 120.1621731, 30.3209313 ], [ 120.1618047, 30.3211606 ], [ 120.1617608, 30.3211985 ], [ 120.1617352, 30.3212586 ], [ 120.1617242, 30.3214039 ], [ 120.1623574, 30.3221211 ], [ 120.1631869, 30.3215631 ], [ 120.162727, 30.3213407 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "皋亭坝公园", "area_sqm": 8.0216915e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1644977, 30.3290968 ], [ 120.1651975, 30.3286787 ], [ 120.1646079, 30.3278514 ], [ 120.1645774, 30.3278886 ], [ 120.1645519, 30.3280097 ], [ 120.164453, 30.3281748 ], [ 120.1642745, 30.3283647 ], [ 120.1641852, 30.3284335 ], [ 120.1641087, 30.328439 ], [ 120.1638536, 30.3285932 ], [ 120.1643223, 30.3290968 ], [ 120.164418, 30.3291133 ], [ 120.1644977, 30.3290968 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "桃源中央公园", "area_sqm": 3.33408395e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1666889, 30.351115 ], [ 120.167215, 30.3510859 ], [ 120.1676265, 30.3510539 ], [ 120.1678895, 30.3510132 ], [ 120.1682268, 30.3509404 ], [ 120.1680001, 30.3505728 ], [ 120.167568, 30.3499077 ], [ 120.1671804, 30.349281 ], [ 120.1671359, 30.3492541 ], [ 120.1670468, 30.349258 ], [ 120.1669399, 30.3492695 ], [ 120.1661157, 30.3495847 ], [ 120.1657963, 30.3497204 ], [ 120.1655745, 30.3503256 ], [ 120.1661075, 30.3511883 ], [ 120.1662436, 30.3511815 ], [ 120.1666889, 30.351115 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大运河杭钢公园", "area_sqm": 4.1709134705e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1619146, 30.3589047 ], [ 120.1620545, 30.3589596 ], [ 120.162099, 30.3595549 ], [ 120.1621212, 30.3597854 ], [ 120.1621562, 30.3599253 ], [ 120.1622389, 30.3599637 ], [ 120.1628429, 30.3599829 ], [ 120.1628557, 30.3602243 ], [ 120.1632753, 30.3602051 ], [ 120.1632722, 30.3602709 ], [ 120.1632785, 30.3603258 ], [ 120.1633294, 30.3603587 ], [ 120.1634311, 30.360356 ], [ 120.1634343, 30.3604932 ], [ 120.164741, 30.3604767 ], [ 120.1647442, 30.3607757 ], [ 120.1649858, 30.3607757 ], [ 120.1649974, 30.3617167 ], [ 120.1651543, 30.3620514 ], [ 120.1653324, 30.3624793 ], [ 120.1655645, 30.3632529 ], [ 120.1655995, 30.363338 ], [ 120.1656535, 30.3633874 ], [ 120.1657203, 30.3634121 ], [ 120.165822, 30.3634175 ], [ 120.165946, 30.3634175 ], [ 120.16607, 30.363423 ], [ 120.1661463, 30.3634587 ], [ 120.1662067, 30.363541 ], [ 120.1666864, 30.3646586 ], [ 120.167637, 30.3644708 ], [ 120.1684797, 30.3632988 ], [ 120.1684986, 30.3631433 ], [ 120.168489, 30.362977 ], [ 120.1684601, 30.362726 ], [ 120.1684427, 30.3626362 ], [ 120.1682462, 30.3620958 ], [ 120.1680516, 30.3616086 ], [ 120.1679302, 30.3613127 ], [ 120.1678011, 30.3610284 ], [ 120.1677702, 30.3609087 ], [ 120.167751, 30.360779 ], [ 120.1677625, 30.3606626 ], [ 120.1678049, 30.3605329 ], [ 120.1678974, 30.3603766 ], [ 120.1679899, 30.3602752 ], [ 120.1681017, 30.360187 ], [ 120.1681884, 30.3601505 ], [ 120.1683098, 30.3601022 ], [ 120.1684659, 30.3600657 ], [ 120.1691027, 30.3599558 ], [ 120.1692454, 30.359932 ], [ 120.1694266, 30.359867 ], [ 120.1697656, 30.3598098 ], [ 120.169884, 30.3597928 ], [ 120.1699288, 30.3597634 ], [ 120.1699575, 30.3597154 ], [ 120.1699163, 30.359155 ], [ 120.1698822, 30.3586829 ], [ 120.169832, 30.3584337 ], [ 120.1697997, 30.3580776 ], [ 120.1698122, 30.3577928 ], [ 120.1697817, 30.3573795 ], [ 120.1697656, 30.3571721 ], [ 120.1697423, 30.3571055 ], [ 120.1696848, 30.3570792 ], [ 120.1696023, 30.3570792 ], [ 120.1683878, 30.3570745 ], [ 120.16701, 30.3570683 ], [ 120.1667858, 30.3570745 ], [ 120.1663642, 30.3570807 ], [ 120.1662279, 30.3571163 ], [ 120.1658888, 30.3571163 ], [ 120.1656807, 30.3570761 ], [ 120.1656096, 30.3570714 ], [ 120.1634629, 30.3570411 ], [ 120.1628891, 30.3570008 ], [ 120.1621326, 30.3569536 ], [ 120.1615983, 30.3569168 ], [ 120.1612892, 30.3569084 ], [ 120.1612595, 30.3569112 ], [ 120.1610808, 30.3569494 ], [ 120.1607967, 30.3569473 ], [ 120.1607645, 30.3569418 ], [ 120.16061, 30.3569084 ], [ 120.1605553, 30.3569029 ], [ 120.1598479, 30.3568987 ], [ 120.1597385, 30.3569001 ], [ 120.1597039, 30.3569084 ], [ 120.1596588, 30.3569265 ], [ 120.1596419, 30.3569529 ], [ 120.1596291, 30.3569765 ], [ 120.1596299, 30.3569959 ], [ 120.1596331, 30.3571591 ], [ 120.1596323, 30.3573761 ], [ 120.159637, 30.3578549 ], [ 120.1595979, 30.3581111 ], [ 120.1595667, 30.3584685 ], [ 120.1595714, 30.3592372 ], [ 120.1595823, 30.3593829 ], [ 120.1596057, 30.3597052 ], [ 120.1600402, 30.3597052 ], [ 120.1617588, 30.3589102 ], [ 120.1619146, 30.3589047 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "塘栖河西埭村村规民约主题公园", "area_sqm": 8.0901327e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1665187, 30.4523042 ], [ 120.1666201, 30.4500721 ], [ 120.1661268, 30.4500785 ], [ 120.1662649, 30.4509894 ], [ 120.166161, 30.451232 ], [ 120.1662666, 30.4518886 ], [ 120.1661736, 30.4522089 ], [ 120.1663235, 30.4523336 ], [ 120.1665187, 30.4523042 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "独城生态公园", "area_sqm": 1.493144238e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1499082, 30.3644553 ], [ 120.1507399, 30.3646148 ], [ 120.1513116, 30.364694 ], [ 120.151435, 30.3645667 ], [ 120.1514403, 30.364463 ], [ 120.1514251, 30.3644262 ], [ 120.1513575, 30.3642624 ], [ 120.1511646, 30.3640555 ], [ 120.150896, 30.3639628 ], [ 120.1507925, 30.3638391 ], [ 120.1507635, 30.3636231 ], [ 120.1505389, 30.3628644 ], [ 120.150558, 30.3626664 ], [ 120.1506679, 30.3625304 ], [ 120.1513991, 30.3625881 ], [ 120.1518436, 30.3625675 ], [ 120.1518388, 30.3624438 ], [ 120.1515903, 30.3619077 ], [ 120.1514182, 30.3617551 ], [ 120.1515234, 30.3616231 ], [ 120.1517185, 30.3601841 ], [ 120.1517156, 30.3597054 ], [ 120.1516813, 30.3595992 ], [ 120.1515784, 30.3592629 ], [ 120.1515199, 30.3582169 ], [ 120.1514681, 30.3572896 ], [ 120.151416, 30.3572897 ], [ 120.1512623, 30.3572901 ], [ 120.1499366, 30.3572939 ], [ 120.1494845, 30.3600896 ], [ 120.1490838, 30.3622782 ], [ 120.1488758, 30.3633418 ], [ 120.1486689, 30.3641041 ], [ 120.148646, 30.3641885 ], [ 120.1490926, 30.3643014 ], [ 120.1499082, 30.3644553 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "康乐园", "area_sqm": 1.1939459215000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1470188, 30.373651 ], [ 120.146365, 30.3724423 ], [ 120.1451415, 30.3722812 ], [ 120.1440394, 30.3732562 ], [ 120.143946, 30.3739814 ], [ 120.1438491, 30.3746299 ], [ 120.1437498, 30.3752949 ], [ 120.1436055, 30.3765634 ], [ 120.1436004, 30.3766083 ], [ 120.1465705, 30.3766566 ], [ 120.1470188, 30.373651 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "卧龙浜公园", "area_sqm": 6.26909529e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1576407, 30.3823543 ], [ 120.1585079, 30.3823546 ], [ 120.1584602, 30.3820618 ], [ 120.1583995, 30.3818145 ], [ 120.1584302, 30.3811683 ], [ 120.1583301, 30.3804169 ], [ 120.158313, 30.3800868 ], [ 120.1582763, 30.3800096 ], [ 120.1581935, 30.3799893 ], [ 120.1576645, 30.3800196 ], [ 120.1571903, 30.3801027 ], [ 120.1563745, 30.3801655 ], [ 120.1563042, 30.3817275 ], [ 120.1540418, 30.3817537 ], [ 120.1540532, 30.3823359 ], [ 120.1540928, 30.3823929 ], [ 120.1541721, 30.38241 ], [ 120.1574774, 30.3823944 ], [ 120.1576407, 30.3823543 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.51538467e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1400872, 30.3816471 ], [ 120.1403471, 30.3816564 ], [ 120.1402532, 30.3818774 ], [ 120.1401269, 30.3818992 ], [ 120.1399321, 30.3821318 ], [ 120.140228, 30.3821327 ], [ 120.1403579, 30.3821172 ], [ 120.1406213, 30.3821136 ], [ 120.14067, 30.3819239 ], [ 120.1407346, 30.3816531 ], [ 120.1408223, 30.3816093 ], [ 120.1408639, 30.3815616 ], [ 120.1409451, 30.3813076 ], [ 120.1409931, 30.3810559 ], [ 120.1410392, 30.3809165 ], [ 120.1410312, 30.3803829 ], [ 120.1405492, 30.3804236 ], [ 120.1403034, 30.3810518 ], [ 120.139481, 30.3811614 ], [ 120.1393186, 30.3816813 ], [ 120.1400042, 30.3817031 ], [ 120.1400872, 30.3816471 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.367185925e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.140163, 30.3824316 ], [ 120.140311, 30.3824565 ], [ 120.1402316, 30.3827678 ], [ 120.1399104, 30.384343 ], [ 120.1408306, 30.3844053 ], [ 120.1411121, 30.3831538 ], [ 120.1414153, 30.3820923 ], [ 120.1412817, 30.3821047 ], [ 120.1406213, 30.3821136 ], [ 120.1403579, 30.3821172 ], [ 120.140228, 30.3821327 ], [ 120.1399321, 30.3821318 ], [ 120.1392067, 30.3821296 ], [ 120.138651, 30.3839881 ], [ 120.1386835, 30.3839547 ], [ 120.140163, 30.3824316 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.356864e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1378282, 30.3842777 ], [ 120.1379509, 30.3841936 ], [ 120.1380375, 30.3841314 ], [ 120.1381205, 30.3839819 ], [ 120.138189, 30.3835866 ], [ 120.1382612, 30.3833562 ], [ 120.1386365, 30.3822759 ], [ 120.1384489, 30.3822822 ], [ 120.1382107, 30.3830604 ], [ 120.1380808, 30.3832005 ], [ 120.1378101, 30.3833468 ], [ 120.1377127, 30.3834963 ], [ 120.1370234, 30.3841064 ], [ 120.13676, 30.3841127 ], [ 120.1367347, 30.3841843 ], [ 120.1367131, 30.3842247 ], [ 120.1378282, 30.3842777 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "崇贤镇向阳文体公园", "area_sqm": 1.42837551e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1596212, 30.3847832 ], [ 120.1597017, 30.3848156 ], [ 120.1598787, 30.3848248 ], [ 120.160501, 30.3848109 ], [ 120.1605922, 30.3847693 ], [ 120.1611394, 30.3847739 ], [ 120.1612842, 30.3848294 ], [ 120.1615739, 30.3848387 ], [ 120.1616597, 30.3848156 ], [ 120.161649, 30.3841723 ], [ 120.1616168, 30.3841214 ], [ 120.1615524, 30.3841122 ], [ 120.1594925, 30.3841492 ], [ 120.1595676, 30.3847323 ], [ 120.1596212, 30.3847832 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "崇贤多肉绿植种植花园", "area_sqm": 7.737002e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.140814, 30.3972428 ], [ 120.1396592, 30.3973228 ], [ 120.1396612, 30.3979788 ], [ 120.1407365, 30.3979773 ], [ 120.140814, 30.3972428 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "生态艺术岛", "area_sqm": 6.351881155e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1296749, 30.3535995 ], [ 120.1297428, 30.3526883 ], [ 120.1298173, 30.3520768 ], [ 120.1301102, 30.3511581 ], [ 120.1300475, 30.3507473 ], [ 120.1301378, 30.3502947 ], [ 120.1283697, 30.3501886 ], [ 120.1283697, 30.3504737 ], [ 120.1281689, 30.3512571 ], [ 120.1280629, 30.3519572 ], [ 120.1280511, 30.3524375 ], [ 120.1280025, 30.3532076 ], [ 120.1278423, 30.3538044 ], [ 120.1295207, 30.3538479 ], [ 120.1296749, 30.3535995 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.821781675e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1279264, 30.3571936 ], [ 120.1278352, 30.3566154 ], [ 120.1270389, 30.3566605 ], [ 120.126861, 30.3568549 ], [ 120.1268771, 30.3578032 ], [ 120.1266818, 30.3580413 ], [ 120.1266337, 30.3587753 ], [ 120.1266879, 30.3590051 ], [ 120.1281009, 30.3573586 ], [ 120.1279264, 30.3571936 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "玉湖公园 YOHOO PARK", "area_sqm": 2.5601183025e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1044614, 30.3566519 ], [ 120.1038288, 30.3567143 ], [ 120.10361, 30.3574485 ], [ 120.1038203, 30.3576568 ], [ 120.1037345, 30.3598539 ], [ 120.1037826, 30.3618826 ], [ 120.1073327, 30.3605028 ], [ 120.1086148, 30.3600368 ], [ 120.1093232, 30.3599315 ], [ 120.1093931, 30.3567643 ], [ 120.1080957, 30.3567994 ], [ 120.1081321, 30.3560285 ], [ 120.1059233, 30.3559815 ], [ 120.1048847, 30.3559594 ], [ 120.1044192, 30.3559957 ], [ 120.1044375, 30.3565544 ], [ 120.1044614, 30.3566519 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.081100625e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1337972, 30.3869269 ], [ 120.1357766, 30.3871666 ], [ 120.1370487, 30.3871884 ], [ 120.1370992, 30.3871572 ], [ 120.1371533, 30.3870358 ], [ 120.137341, 30.3864506 ], [ 120.1377416, 30.3847384 ], [ 120.1376369, 30.3846793 ], [ 120.1365976, 30.3845734 ], [ 120.1338153, 30.3868023 ], [ 120.1337972, 30.3869269 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 6.703362665e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1281187, 30.3918289 ], [ 120.1321002, 30.3886298 ], [ 120.1310557, 30.3885615 ], [ 120.1288552, 30.3887184 ], [ 120.1288552, 30.3895739 ], [ 120.1276199, 30.3895941 ], [ 120.1276992, 30.391801 ], [ 120.1281187, 30.3918289 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "四维公园", "area_sqm": 2.46551659e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1355444, 30.3946668 ], [ 120.1355162, 30.3938311 ], [ 120.1346792, 30.3937919 ], [ 120.1346383, 30.3938707 ], [ 120.133585, 30.3937617 ], [ 120.1334826, 30.3941165 ], [ 120.1321265, 30.3938766 ], [ 120.1321139, 30.3944913 ], [ 120.1353662, 30.3947272 ], [ 120.1355444, 30.3946668 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.099882e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1187489, 30.4159193 ], [ 120.1183907, 30.4159193 ], [ 120.1183813, 30.4159465 ], [ 120.1187521, 30.4159524 ], [ 120.1187489, 30.4159193 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.04386812e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1314769, 30.4622912 ], [ 120.1274515, 30.4602178 ], [ 120.1265134, 30.4615343 ], [ 120.1314114, 30.4624511 ], [ 120.1314769, 30.4622912 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "文澜化雨", "area_sqm": 3.23422501e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.126778, 30.3259622 ], [ 120.126778, 30.3258977 ], [ 120.126722, 30.3258171 ], [ 120.1266473, 30.3257848 ], [ 120.1251155, 30.3255712 ], [ 120.124812, 30.3255793 ], [ 120.124415, 30.3255389 ], [ 120.1241675, 30.3254946 ], [ 120.1223135, 30.3252648 ], [ 120.1221921, 30.3252527 ], [ 120.1221034, 30.3252769 ], [ 120.1220707, 30.3253495 ], [ 120.1219586, 30.3258372 ], [ 120.1231491, 30.32604 ], [ 120.1267986, 30.3265076 ], [ 120.126778, 30.3259622 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.35611794e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.11573, 30.3290494 ], [ 120.1153851, 30.3288559 ], [ 120.1144759, 30.3284308 ], [ 120.114292, 30.3290365 ], [ 120.1144088, 30.3293025 ], [ 120.115845, 30.3300618 ], [ 120.115799, 30.3291189 ], [ 120.11573, 30.3290494 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "浙窑公园", "area_sqm": 7.8169052e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1273434, 30.3338788 ], [ 120.1274012, 30.3339356 ], [ 120.1275193, 30.3339613 ], [ 120.1294272, 30.3339261 ], [ 120.1309435, 30.3339486 ], [ 120.1320154, 30.3339863 ], [ 120.132242, 30.3340163 ], [ 120.1323844, 30.3333736 ], [ 120.1330557, 30.3314078 ], [ 120.1320887, 30.3313074 ], [ 120.1315833, 30.3328869 ], [ 120.1294308, 30.3327214 ], [ 120.1294317, 30.332648 ], [ 120.1285889, 30.3325416 ], [ 120.1273714, 30.3323889 ], [ 120.1273434, 30.3328707 ], [ 120.1273273, 30.3338093 ], [ 120.1273434, 30.3338788 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.14690435e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1167706, 30.3339354 ], [ 120.1161626, 30.3338139 ], [ 120.1160879, 30.333822 ], [ 120.1160505, 30.3338623 ], [ 120.1158177, 30.3343844 ], [ 120.1164789, 30.3344828 ], [ 120.1167706, 30.3339354 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大运河音乐公园", "area_sqm": 5.111696195e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.133327, 30.3382993 ], [ 120.1333219, 30.3380543 ], [ 120.1334044, 30.3380543 ], [ 120.133425, 30.3382503 ], [ 120.1334663, 30.3383438 ], [ 120.1335437, 30.3383884 ], [ 120.1337295, 30.3384017 ], [ 120.1345239, 30.3384159 ], [ 120.1345281, 30.3380388 ], [ 120.1344112, 30.3380316 ], [ 120.1344226, 30.3367532 ], [ 120.1344421, 30.3364284 ], [ 120.1344467, 30.3361171 ], [ 120.1344622, 30.3360681 ], [ 120.1344674, 30.3359523 ], [ 120.1345241, 30.335939 ], [ 120.1345448, 30.3349013 ], [ 120.1327883, 30.3348931 ], [ 120.1329707, 30.336376 ], [ 120.1331455, 30.337647 ], [ 120.1331712, 30.3378342 ], [ 120.1331712, 30.3384908 ], [ 120.133436, 30.3385023 ], [ 120.1333477, 30.3384373 ], [ 120.133327, 30.3382993 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "余杭良渚门户公园", "area_sqm": 5.51416011e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1316437, 30.3426195 ], [ 120.1312222, 30.3425874 ], [ 120.1308694, 30.3425907 ], [ 120.1305066, 30.3426792 ], [ 120.1299732, 30.3426134 ], [ 120.1294545, 30.3425553 ], [ 120.1290498, 30.3426139 ], [ 120.1286503, 30.3426717 ], [ 120.1279955, 30.3427664 ], [ 120.1274238, 30.3429442 ], [ 120.1267256, 30.3433088 ], [ 120.1263922, 30.343447 ], [ 120.1252208, 30.3434397 ], [ 120.1251224, 30.3439215 ], [ 120.1254653, 30.3441969 ], [ 120.1257419, 30.3444877 ], [ 120.1261256, 30.3443289 ], [ 120.1261757, 30.3443082 ], [ 120.1267429, 30.3440735 ], [ 120.1276313, 30.3437763 ], [ 120.1283222, 30.3436568 ], [ 120.1289289, 30.3435833 ], [ 120.1292033, 30.3435501 ], [ 120.1300194, 30.3434512 ], [ 120.1303298, 30.3434136 ], [ 120.1306421, 30.3433758 ], [ 120.1317006, 30.3432476 ], [ 120.1317235, 30.3426608 ], [ 120.1316437, 30.3426195 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.9263688e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1241339, 30.3438882 ], [ 120.1241239, 30.343832 ], [ 120.1240488, 30.3438018 ], [ 120.1235772, 30.343773 ], [ 120.1232998, 30.3437372 ], [ 120.1233121, 30.3438077 ], [ 120.1233356, 30.3438615 ], [ 120.1232262, 30.3439534 ], [ 120.1232744, 30.344229 ], [ 120.1233952, 30.3442748 ], [ 120.1235841, 30.3444788 ], [ 120.1237385, 30.3445488 ], [ 120.1238334, 30.3445769 ], [ 120.1239297, 30.3443377 ], [ 120.1241339, 30.3438882 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "谢村港公园", "area_sqm": 5.701683385e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1325371, 30.3453911 ], [ 120.1326297, 30.3454328 ], [ 120.1328833, 30.3454328 ], [ 120.132678, 30.3463256 ], [ 120.1326176, 30.3468467 ], [ 120.1320851, 30.3494822 ], [ 120.1328421, 30.3496074 ], [ 120.1335005, 30.3469117 ], [ 120.1337771, 30.3457263 ], [ 120.1338214, 30.3454865 ], [ 120.1340915, 30.3438774 ], [ 120.132919, 30.3437574 ], [ 120.1328753, 30.344235 ], [ 120.1327479, 30.3442292 ], [ 120.132521, 30.345002 ], [ 120.1325129, 30.3453251 ], [ 120.1325371, 30.3453911 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.3678628e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1099208, 30.3483845 ], [ 120.1099613, 30.3482573 ], [ 120.1101316, 30.3474488 ], [ 120.1102541, 30.346867 ], [ 120.1103243, 30.3465338 ], [ 120.1103482, 30.3462861 ], [ 120.109873, 30.3462787 ], [ 120.1097859, 30.3468281 ], [ 120.1096906, 30.347429 ], [ 120.1096254, 30.3480886 ], [ 120.1094967, 30.3483907 ], [ 120.109685, 30.3484195 ], [ 120.1099208, 30.3483845 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "花海", "area_sqm": 3.52900968e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1041, 30.3512284 ], [ 120.1014503, 30.3511859 ], [ 120.101364, 30.352494 ], [ 120.1040384, 30.3525684 ], [ 120.1041, 30.3512284 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "留石公园", "area_sqm": 1.60736818e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0957819, 30.3224117 ], [ 120.0957619, 30.3223599 ], [ 120.0941652, 30.3217118 ], [ 120.0937798, 30.322416 ], [ 120.0943504, 30.3226407 ], [ 120.0942904, 30.3227574 ], [ 120.0953665, 30.3232499 ], [ 120.0957769, 30.3224809 ], [ 120.0957819, 30.3224117 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三墩兰里公园", "area_sqm": 7.31854465e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0795789, 30.3248858 ], [ 120.0794171, 30.3246947 ], [ 120.0790475, 30.3246234 ], [ 120.0786351, 30.3247572 ], [ 120.078577, 30.3249152 ], [ 120.0785614, 30.3250785 ], [ 120.0785384, 30.3253207 ], [ 120.0797109, 30.3254444 ], [ 120.0796513, 30.3250034 ], [ 120.0795789, 30.3248858 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "芦荡公园", "area_sqm": 2.289451655e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0834484, 30.3319454 ], [ 120.0834159, 30.3318545 ], [ 120.0819212, 30.3310854 ], [ 120.0811629, 30.3307693 ], [ 120.0800272, 30.3304894 ], [ 120.0799112, 30.330561 ], [ 120.0798687, 30.3307269 ], [ 120.0798309, 30.3310538 ], [ 120.0803723, 30.3311059 ], [ 120.0827335, 30.3322079 ], [ 120.0831427, 30.3323033 ], [ 120.0832796, 30.3322669 ], [ 120.0834484, 30.3319454 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "长阳公园", "area_sqm": 1.32344031e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0873191, 30.332632 ], [ 120.0875305, 30.3324658 ], [ 120.0876777, 30.3323192 ], [ 120.0878212, 30.3321661 ], [ 120.0878967, 30.3320585 ], [ 120.0876702, 30.3320292 ], [ 120.0872247, 30.3319282 ], [ 120.0867302, 30.3317816 ], [ 120.0862998, 30.3316773 ], [ 120.0858846, 30.3315633 ], [ 120.0855372, 30.3318956 ], [ 120.0871077, 30.3327656 ], [ 120.0873191, 30.332632 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "颐兰社区文化小广场", "area_sqm": 8.38044345e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0765878, 30.3340478 ], [ 120.0765993, 30.3339883 ], [ 120.0765418, 30.3339436 ], [ 120.0756736, 30.3336211 ], [ 120.0752941, 30.3343704 ], [ 120.0761451, 30.3347376 ], [ 120.0765878, 30.3340478 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "紫金明珠公园", "area_sqm": 4.93248501e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0568724, 30.3359496 ], [ 120.0569537, 30.3360794 ], [ 120.0571692, 30.3363847 ], [ 120.0572383, 30.3365356 ], [ 120.0573196, 30.3367777 ], [ 120.0574334, 30.3369917 ], [ 120.057718, 30.3375847 ], [ 120.0578522, 30.3377882 ], [ 120.0580595, 30.3382127 ], [ 120.0581977, 30.3385005 ], [ 120.0582709, 30.3385741 ], [ 120.0583644, 30.3385952 ], [ 120.0584782, 30.3385741 ], [ 120.0593808, 30.3382689 ], [ 120.0595271, 30.3381531 ], [ 120.0599947, 30.3379566 ], [ 120.0601654, 30.337897 ], [ 120.0608891, 30.337525 ], [ 120.0609297, 30.3374759 ], [ 120.0609257, 30.3374198 ], [ 120.0602711, 30.3368128 ], [ 120.0601532, 30.3368338 ], [ 120.0599296, 30.3369356 ], [ 120.0596694, 30.3370899 ], [ 120.0596084, 30.3371145 ], [ 120.0595475, 30.3370935 ], [ 120.0594214, 30.3369005 ], [ 120.0592425, 30.3367742 ], [ 120.0590311, 30.3366689 ], [ 120.0589132, 30.3366513 ], [ 120.0588035, 30.3366549 ], [ 120.0585921, 30.336697 ], [ 120.0584091, 30.3366759 ], [ 120.0581693, 30.3365671 ], [ 120.0578196, 30.3363285 ], [ 120.0576326, 30.3360899 ], [ 120.0572871, 30.3355952 ], [ 120.0569253, 30.3358443 ], [ 120.0568765, 30.3358847 ], [ 120.0568724, 30.3359496 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "自在公园", "area_sqm": 1.5955611e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0694416, 30.3398837 ], [ 120.0695244, 30.3399063 ], [ 120.0695767, 30.3398762 ], [ 120.070544, 30.3388759 ], [ 120.0678948, 30.3385224 ], [ 120.0694416, 30.3398837 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "绕城公园", "area_sqm": 3.8108725e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0531325, 30.336349 ], [ 120.0529822, 30.336386 ], [ 120.0523549, 30.3368145 ], [ 120.0517757, 30.3370166 ], [ 120.0519913, 30.3373835 ], [ 120.0521762, 30.3379579 ], [ 120.05217, 30.3384312 ], [ 120.0519729, 30.3389896 ], [ 120.0514984, 30.3394842 ], [ 120.0510362, 30.3397874 ], [ 120.0500934, 30.3401543 ], [ 120.0493355, 30.3403617 ], [ 120.0487316, 30.3404681 ], [ 120.0474992, 30.3406223 ], [ 120.0475485, 30.3413084 ], [ 120.0489842, 30.341553 ], [ 120.0508822, 30.3418827 ], [ 120.0516278, 30.3420476 ], [ 120.052435, 30.3422603 ], [ 120.0531005, 30.3425528 ], [ 120.0536674, 30.3427921 ], [ 120.0542035, 30.3431643 ], [ 120.0546719, 30.3431324 ], [ 120.0553682, 30.343159 ], [ 120.0556578, 30.3432016 ], [ 120.0560645, 30.3433505 ], [ 120.056237, 30.342824 ], [ 120.0560583, 30.3427176 ], [ 120.0560337, 30.3425368 ], [ 120.0561693, 30.3421965 ], [ 120.0559474, 30.3419678 ], [ 120.0563171, 30.3412605 ], [ 120.056921, 30.3408882 ], [ 120.0570258, 30.3407074 ], [ 120.057833, 30.3409414 ], [ 120.0585663, 30.3407021 ], [ 120.0585725, 30.3405213 ], [ 120.05848, 30.3401118 ], [ 120.0583198, 30.3397182 ], [ 120.0574386, 30.3380111 ], [ 120.0573092, 30.3380217 ], [ 120.0569457, 30.3380536 ], [ 120.0565821, 30.3379632 ], [ 120.0560768, 30.3378303 ], [ 120.0556578, 30.3376069 ], [ 120.0553374, 30.3373569 ], [ 120.0539509, 30.3358678 ], [ 120.0535997, 30.3361816 ], [ 120.0531325, 30.336349 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "勾庄公园", "area_sqm": 7.15023215e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0811246, 30.3562314 ], [ 120.0815312, 30.3563893 ], [ 120.0816735, 30.3562103 ], [ 120.0817629, 30.3562419 ], [ 120.0818686, 30.3560805 ], [ 120.0821288, 30.3561998 ], [ 120.0824663, 30.3557578 ], [ 120.0822792, 30.3556175 ], [ 120.0820312, 30.3554947 ], [ 120.0817792, 30.3554245 ], [ 120.0811409, 30.3559542 ], [ 120.0812913, 30.3560805 ], [ 120.0811246, 30.3562314 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.0001662e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0562015, 30.3615827 ], [ 120.0555411, 30.3615664 ], [ 120.0555224, 30.3621668 ], [ 120.0562082, 30.3621707 ], [ 120.0562015, 30.3615827 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "劝学公园", "area_sqm": 2.51572924e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0141984, 30.3515825 ], [ 120.0145479, 30.3513329 ], [ 120.0134201, 30.3509119 ], [ 120.011443, 30.3523525 ], [ 120.0124289, 30.3531719 ], [ 120.0126359, 30.3524993 ], [ 120.0141984, 30.3515825 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "河滨公园", "area_sqm": 2.974080385e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0237301, 30.3590687 ], [ 120.0242147, 30.3595214 ], [ 120.0248534, 30.3606828 ], [ 120.0253092, 30.3613243 ], [ 120.0258545, 30.3618827 ], [ 120.0263484, 30.3621997 ], [ 120.0264238, 30.3619907 ], [ 120.0264424, 30.3618195 ], [ 120.0264127, 30.3616484 ], [ 120.0263537, 30.3615128 ], [ 120.0262163, 30.3613011 ], [ 120.0261494, 30.3611462 ], [ 120.0260704, 30.3610296 ], [ 120.0259561, 30.3608632 ], [ 120.0257981, 30.3608082 ], [ 120.0256389, 30.3607789 ], [ 120.0255723, 30.3606634 ], [ 120.0254652, 30.3604616 ], [ 120.0253267, 30.3602875 ], [ 120.025282, 30.3601926 ], [ 120.025313, 30.359971 ], [ 120.0253032, 30.3597423 ], [ 120.025372, 30.3596152 ], [ 120.0252628, 30.3596048 ], [ 120.0251243, 30.3595916 ], [ 120.025156, 30.3594797 ], [ 120.0251125, 30.3593953 ], [ 120.0249796, 30.3593227 ], [ 120.0248452, 30.3592819 ], [ 120.0247591, 30.3591875 ], [ 120.0246546, 30.3590561 ], [ 120.0245745, 30.3589544 ], [ 120.024499, 30.3588443 ], [ 120.024386, 30.3587483 ], [ 120.0242605, 30.3586276 ], [ 120.0240381, 30.3585298 ], [ 120.0238321, 30.3584204 ], [ 120.023478, 30.3587907 ], [ 120.0234753, 30.3589173 ], [ 120.0237301, 30.3590687 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.086665e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0220611, 30.3626767 ], [ 120.022052, 30.362669 ], [ 120.0220405, 30.3626642 ], [ 120.0220279, 30.3626628 ], [ 120.0220154, 30.362665 ], [ 120.0220043, 30.3626705 ], [ 120.021996, 30.3626789 ], [ 120.0219911, 30.3626893 ], [ 120.0219904, 30.3627005 ], [ 120.0219941, 30.3627113 ], [ 120.0220017, 30.3627205 ], [ 120.0220123, 30.362727 ], [ 120.0220249, 30.3627302 ], [ 120.0220379, 30.3627296 ], [ 120.02205, 30.3627253 ], [ 120.0220598, 30.3627179 ], [ 120.0220661, 30.3627083 ], [ 120.0220685, 30.3626975 ], [ 120.0220668, 30.3626866 ], [ 120.0220611, 30.3626767 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.42479785e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0493165, 30.3630718 ], [ 120.0492731, 30.3629739 ], [ 120.0491475, 30.3628904 ], [ 120.0489661, 30.3629153 ], [ 120.0488589, 30.3630362 ], [ 120.0488671, 30.3631963 ], [ 120.0490774, 30.3633101 ], [ 120.0492629, 30.3632496 ], [ 120.0493165, 30.3630718 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.9976284e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0505271, 30.3639825 ], [ 120.0505266, 30.3636916 ], [ 120.0498773, 30.3636565 ], [ 120.0498803, 30.3639822 ], [ 120.0505271, 30.3639825 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.717614e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0237084, 30.3651706 ], [ 120.0237308, 30.3652191 ], [ 120.0237702, 30.3652587 ], [ 120.0238226, 30.3652852 ], [ 120.023882, 30.3652956 ], [ 120.0239422, 30.3652887 ], [ 120.0239965, 30.3652653 ], [ 120.024008, 30.3651879 ], [ 120.023998, 30.3651184 ], [ 120.0239807, 30.3649996 ], [ 120.0239241, 30.3649811 ], [ 120.0238637, 30.3649795 ], [ 120.0238058, 30.3649948 ], [ 120.0237569, 30.3650256 ], [ 120.0237222, 30.3650683 ], [ 120.0237054, 30.3651185 ], [ 120.0237084, 30.3651706 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.1415565e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0240636, 30.3654858 ], [ 120.0237178, 30.3655214 ], [ 120.0237591, 30.3658375 ], [ 120.0241203, 30.3658063 ], [ 120.0240636, 30.3654858 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.4933341e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0312909, 30.3674601 ], [ 120.0311238, 30.3671115 ], [ 120.030878, 30.3672835 ], [ 120.0300042, 30.3675453 ], [ 120.0301311, 30.3678009 ], [ 120.0307389, 30.3676069 ], [ 120.0312909, 30.3674601 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "茶语公园", "area_sqm": 2.39750428e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0156103, 30.3722248 ], [ 120.0159301, 30.3720165 ], [ 120.0157968, 30.3719394 ], [ 120.0157163, 30.3718129 ], [ 120.0155105, 30.3714964 ], [ 120.0152478, 30.3714245 ], [ 120.0135263, 30.3715935 ], [ 120.0131551, 30.3715455 ], [ 120.0127796, 30.3721242 ], [ 120.0128657, 30.3724316 ], [ 120.0146674, 30.3723989 ], [ 120.0156103, 30.3722248 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "良渚十六街区新广场", "area_sqm": 1.13986097e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.04309, 30.3731525 ], [ 120.0431186, 30.3730786 ], [ 120.0431471, 30.3725611 ], [ 120.0412527, 30.372516 ], [ 120.0412527, 30.3730211 ], [ 120.0412908, 30.3730786 ], [ 120.0413479, 30.3731073 ], [ 120.0414193, 30.3731196 ], [ 120.0430329, 30.3731812 ], [ 120.04309, 30.3731525 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.86139959e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0313183, 30.3763949 ], [ 120.0313782, 30.3762972 ], [ 120.0314467, 30.3758819 ], [ 120.0316427, 30.3754678 ], [ 120.0318556, 30.3751987 ], [ 120.0318255, 30.3749229 ], [ 120.0308683, 30.3748438 ], [ 120.0303086, 30.3749446 ], [ 120.0295605, 30.3749787 ], [ 120.0290771, 30.374973 ], [ 120.0285316, 30.3751134 ], [ 120.0285316, 30.3753433 ], [ 120.0296859, 30.3755351 ], [ 120.0296226, 30.3758412 ], [ 120.0307716, 30.3761666 ], [ 120.0313183, 30.3763949 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "良渚国家考古遗址公园", "area_sqm": 1.4532347755e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0242801, 30.3827984 ], [ 120.0244126, 30.3828289 ], [ 120.0246777, 30.3828289 ], [ 120.0260385, 30.3827907 ], [ 120.0261136, 30.3827374 ], [ 120.0261534, 30.3826802 ], [ 120.026171, 30.3826154 ], [ 120.0261224, 30.3825011 ], [ 120.0259855, 30.3821543 ], [ 120.0257027, 30.381453 ], [ 120.0255967, 30.3812395 ], [ 120.02542, 30.3809117 ], [ 120.0249384, 30.3801152 ], [ 120.0245982, 30.3796006 ], [ 120.0243375, 30.3792957 ], [ 120.0239797, 30.3787964 ], [ 120.023803, 30.3783733 ], [ 120.0236792, 30.3778321 ], [ 120.0236837, 30.3763989 ], [ 120.0236704, 30.3763456 ], [ 120.0236218, 30.3763113 ], [ 120.0235776, 30.3763036 ], [ 120.0233832, 30.3763341 ], [ 120.0228133, 30.3764523 ], [ 120.0226808, 30.376437 ], [ 120.0223671, 30.3763494 ], [ 120.0222566, 30.3763494 ], [ 120.0220004, 30.3763913 ], [ 120.0216072, 30.3764523 ], [ 120.0215409, 30.3764866 ], [ 120.0215232, 30.3765705 ], [ 120.0217353, 30.377329 ], [ 120.0218634, 30.3779007 ], [ 120.0218723, 30.3782056 ], [ 120.0218634, 30.3783924 ], [ 120.0218237, 30.378743 ], [ 120.0218281, 30.3790784 ], [ 120.0218767, 30.3794177 ], [ 120.0219518, 30.3797111 ], [ 120.022102, 30.3800542 ], [ 120.0223141, 30.3804696 ], [ 120.0225173, 30.3807555 ], [ 120.0226719, 30.380927 ], [ 120.0228928, 30.3810985 ], [ 120.0232949, 30.3813539 ], [ 120.0234849, 30.3815139 ], [ 120.0236572, 30.3816931 ], [ 120.0237544, 30.3818265 ], [ 120.0239178, 30.3821238 ], [ 120.0239664, 30.3821238 ], [ 120.0242094, 30.382604 ], [ 120.0241785, 30.3826269 ], [ 120.0242801, 30.3827984 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.205852e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0278592, 30.3816105 ], [ 120.0279002, 30.3815884 ], [ 120.0278664, 30.381548 ], [ 120.0278066, 30.3814653 ], [ 120.0279558, 30.3813849 ], [ 120.0277796, 30.3814097 ], [ 120.0277625, 30.3814329 ], [ 120.0278358, 30.3817088 ], [ 120.0278895, 30.3817299 ], [ 120.0281215, 30.3816941 ], [ 120.0281459, 30.3816709 ], [ 120.0281632, 30.3815617 ], [ 120.027919, 30.3816932 ], [ 120.0278592, 30.3816105 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "径山花海", "area_sqm": 6.154880209e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8589976, 30.3768778 ], [ 119.8591212, 30.3768241 ], [ 119.8589904, 30.3765658 ], [ 119.8588033, 30.3765857 ], [ 119.8586683, 30.3765514 ], [ 119.858555, 30.3764793 ], [ 119.8585096, 30.37643 ], [ 119.85829, 30.37668 ], [ 119.85693, 30.37786 ], [ 119.85597, 30.37889 ], [ 119.8543, 30.38085 ], [ 119.8515616, 30.3844437 ], [ 119.8540941, 30.3877212 ], [ 119.854534, 30.3882696 ], [ 119.8552421, 30.3882464 ], [ 119.8556256, 30.3883436 ], [ 119.855977, 30.3883806 ], [ 119.8561477, 30.3882926 ], [ 119.8562258, 30.3881522 ], [ 119.856219, 30.3877506 ], [ 119.8563278, 30.387658 ], [ 119.8564584, 30.3874957 ], [ 119.8565832, 30.3873961 ], [ 119.8567022, 30.3872711 ], [ 119.856918, 30.3870609 ], [ 119.8570401, 30.3869127 ], [ 119.8572985, 30.3867644 ], [ 119.85742, 30.3866935 ], [ 119.8579448, 30.3863873 ], [ 119.8584603, 30.3860667 ], [ 119.8587146, 30.3858199 ], [ 119.8587534, 30.3857823 ], [ 119.8596422, 30.3848477 ], [ 119.8597024, 30.3847844 ], [ 119.8613544, 30.3818557 ], [ 119.860745, 30.3806334 ], [ 119.8600934, 30.3791526 ], [ 119.8598796, 30.3790583 ], [ 119.8597635, 30.3788339 ], [ 119.8598239, 30.3786295 ], [ 119.8595987, 30.378099 ], [ 119.8589557, 30.3783432 ], [ 119.8585415, 30.3776159 ], [ 119.8583139, 30.3771752 ], [ 119.8589976, 30.3768778 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "吴山公园", "area_sqm": 2.72240811e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8635188, 30.3881497 ], [ 119.8637808, 30.3876554 ], [ 119.8636825, 30.3873023 ], [ 119.8636662, 30.386921 ], [ 119.86401, 30.3864267 ], [ 119.8643702, 30.3863984 ], [ 119.8643095, 30.3861564 ], [ 119.8644373, 30.3859702 ], [ 119.8644329, 30.3858113 ], [ 119.8640178, 30.3856556 ], [ 119.863688, 30.3855269 ], [ 119.8634747, 30.3857648 ], [ 119.8629158, 30.3867393 ], [ 119.8624644, 30.3870724 ], [ 119.8622252, 30.3871377 ], [ 119.8629495, 30.3877295 ], [ 119.8628966, 30.3883064 ], [ 119.8629622, 30.3889123 ], [ 119.8631914, 30.3885875 ], [ 119.8635188, 30.3881497 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "美丽公路良渚绿道", "area_sqm": 2.932600945e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0059833, 30.3882115 ], [ 120.005415, 30.3877211 ], [ 120.0049623, 30.3871666 ], [ 120.003923, 30.3878692 ], [ 120.0035384, 30.3884521 ], [ 120.0032765, 30.3888838 ], [ 120.0031454, 30.3891659 ], [ 120.0034061, 30.3894893 ], [ 120.0048234, 30.3887819 ], [ 120.0059833, 30.3882115 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "陆羽泉", "area_sqm": 6.4619961e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8298918, 30.4027256 ], [ 119.8298494, 30.4026075 ], [ 119.829708, 30.4024408 ], [ 119.8295853, 30.4022814 ], [ 119.8294742, 30.4021478 ], [ 119.8293905, 30.4020485 ], [ 119.8292864, 30.4021608 ], [ 119.8291622, 30.4022858 ], [ 119.8290626, 30.4024102 ], [ 119.8290036, 30.4025789 ], [ 119.8290102, 30.4027168 ], [ 119.8291172, 30.402901 ], [ 119.8292643, 30.4030696 ], [ 119.8295946, 30.4032856 ], [ 119.8297857, 30.4029512 ], [ 119.8298918, 30.4027256 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "东明山森林公园", "area_sqm": 0.0012451740825200001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0222577, 30.4295767 ], [ 120.0188793, 30.4296891 ], [ 120.0179259, 30.4299251 ], [ 120.0173505, 30.4305943 ], [ 120.0151026, 30.4311834 ], [ 120.0130461, 30.4291433 ], [ 120.0093434, 30.4283378 ], [ 120.0054166, 30.4253034 ], [ 120.004429, 30.4286506 ], [ 120.0013729, 30.4319969 ], [ 119.9976965, 30.4339052 ], [ 119.9920487, 30.4375402 ], [ 119.9916, 30.4383185 ], [ 119.9890908, 30.4398053 ], [ 119.982591, 30.4416146 ], [ 119.979969640356629, 30.446463656050678 ], [ 119.982577, 30.448301 ], [ 119.997988, 30.447524 ], [ 120.009453, 30.4384 ], [ 120.025125, 30.440679 ], [ 120.0337, 30.437615 ], [ 120.033649414165012, 30.432575111266715 ], [ 120.0262571, 30.4314609 ], [ 120.0222577, 30.4295767 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.0574901e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0509777, 30.3633652 ], [ 120.0510367, 30.3642923 ], [ 120.0512143, 30.3642971 ], [ 120.0511899, 30.3614899 ], [ 120.051048, 30.3613679 ], [ 120.0500379, 30.3613892 ], [ 120.0500503, 30.3614817 ], [ 120.0503925, 30.3615386 ], [ 120.0506275, 30.3617023 ], [ 120.05078, 30.3616987 ], [ 120.0509903, 30.3620046 ], [ 120.0510536, 30.3626815 ], [ 120.0509777, 30.3633652 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.12947343e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0556202, 30.3669844 ], [ 120.056039, 30.3651779 ], [ 120.0553072, 30.3651043 ], [ 120.0551324, 30.3669493 ], [ 120.0556202, 30.3669844 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.27863375e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0963234, 30.4027468 ], [ 120.0968056, 30.4027644 ], [ 120.0968541, 30.4022934 ], [ 120.0954838, 30.4021767 ], [ 120.0954226, 30.40287 ], [ 120.0963131, 30.4028898 ], [ 120.0963234, 30.4027468 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "仁和广场", "area_sqm": 1.61938254e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0878923, 30.4450785 ], [ 120.0864518, 30.444582 ], [ 120.0860023, 30.4455513 ], [ 120.0874429, 30.4460477 ], [ 120.0878923, 30.4450785 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.097531335e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0846644, 30.4476166 ], [ 120.0839931, 30.4473549 ], [ 120.0825283, 30.4468969 ], [ 120.0821715, 30.4471063 ], [ 120.082164, 30.4468315 ], [ 120.0820881, 30.4466941 ], [ 120.0807978, 30.4461117 ], [ 120.0803759, 30.4465712 ], [ 120.0844475, 30.4480951 ], [ 120.0846644, 30.4476166 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "体育场", "area_sqm": 1.416815475e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0840948, 30.4503084 ], [ 120.084186, 30.4504494 ], [ 120.0842718, 30.4505095 ], [ 120.0843684, 30.450565 ], [ 120.0844623, 30.4505882 ], [ 120.0845588, 30.4505974 ], [ 120.0846527, 30.4505974 ], [ 120.0847358, 30.4505627 ], [ 120.084819, 30.4505257 ], [ 120.0849397, 30.450461 ], [ 120.0850497, 30.4502737 ], [ 120.0853232, 30.4497003 ], [ 120.0853662, 30.4495708 ], [ 120.0853796, 30.4494598 ], [ 120.0853474, 30.4493534 ], [ 120.0853393, 30.4493025 ], [ 120.0852508, 30.4492077 ], [ 120.0851918, 30.4491592 ], [ 120.0851221, 30.4491199 ], [ 120.0850523, 30.4490898 ], [ 120.084988, 30.4490783 ], [ 120.0848699, 30.4490713 ], [ 120.0847546, 30.4490713 ], [ 120.0846768, 30.4491014 ], [ 120.0846285, 30.4491199 ], [ 120.0846366, 30.4490806 ], [ 120.08454, 30.449039 ], [ 120.0839822, 30.4503003 ], [ 120.0840716, 30.4503353 ], [ 120.0840948, 30.4503084 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "獐山港绿道", "area_sqm": 2.587393986e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0630959, 30.4655261 ], [ 120.0636813, 30.4655728 ], [ 120.0639794, 30.4656429 ], [ 120.0649975, 30.465751 ], [ 120.0654391, 30.4657543 ], [ 120.0659604, 30.4658333 ], [ 120.0664215, 30.4658977 ], [ 120.0671144, 30.4659659 ], [ 120.0676677, 30.4659465 ], [ 120.0679169, 30.4658569 ], [ 120.0685577, 30.4658103 ], [ 120.0689446, 30.4658858 ], [ 120.0691668, 30.4657176 ], [ 120.0695788, 30.4655307 ], [ 120.0696546, 30.4654607 ], [ 120.0698281, 30.4653859 ], [ 120.0702563, 30.4651103 ], [ 120.070637, 30.4648002 ], [ 120.0715355, 30.4653143 ], [ 120.071825, 30.4651074 ], [ 120.0721467, 30.4645365 ], [ 120.0721465, 30.4642944 ], [ 120.0721331, 30.4640605 ], [ 120.0728166, 30.4630024 ], [ 120.0738818, 30.4613107 ], [ 120.074204, 30.4609176 ], [ 120.0751855, 30.458613 ], [ 120.0757816, 30.4569752 ], [ 120.0763194, 30.4556184 ], [ 120.0766258, 30.4538142 ], [ 120.0763185, 30.4537814 ], [ 120.0762991, 30.4531508 ], [ 120.0759888, 30.453187 ], [ 120.0761863, 30.4512051 ], [ 120.0762622, 30.4508453 ], [ 120.0763543, 30.4505649 ], [ 120.0764248, 30.4501023 ], [ 120.076376, 30.449892 ], [ 120.0764248, 30.4496771 ], [ 120.0765766, 30.4487612 ], [ 120.0767283, 30.4485509 ], [ 120.0770102, 30.4481397 ], [ 120.0773463, 30.4475743 ], [ 120.0776173, 30.4470743 ], [ 120.0780455, 30.4465322 ], [ 120.0782248, 30.4461313 ], [ 120.0784421, 30.4455474 ], [ 120.0788471, 30.4447335 ], [ 120.0788659, 30.4445878 ], [ 120.0791188, 30.4439106 ], [ 120.0792055, 30.4436115 ], [ 120.0792868, 30.4432751 ], [ 120.079341, 30.4428779 ], [ 120.0793302, 30.4426769 ], [ 120.079238, 30.4425834 ], [ 120.0791933, 30.4424224 ], [ 120.0789685, 30.4423986 ], [ 120.0788315, 30.4437153 ], [ 120.077752, 30.4430199 ], [ 120.0767016, 30.4427452 ], [ 120.0747505, 30.442455 ], [ 120.0740857, 30.4423011 ], [ 120.0741325, 30.4418743 ], [ 120.0740648, 30.4412533 ], [ 120.07324, 30.4411126 ], [ 120.0732248, 30.4416855 ], [ 120.0726062, 30.4414994 ], [ 120.072605, 30.4425427 ], [ 120.0728464, 30.4425567 ], [ 120.0738698, 30.4430373 ], [ 120.0760438, 30.4433999 ], [ 120.0771222, 30.4436119 ], [ 120.0782573, 30.4442435 ], [ 120.0785361, 30.4445597 ], [ 120.0782629, 30.4452715 ], [ 120.0764324, 30.4488516 ], [ 120.0764012, 30.4490321 ], [ 120.0762888, 30.4498914 ], [ 120.0762007, 30.4501746 ], [ 120.075928, 30.4523576 ], [ 120.075827, 30.453153 ], [ 120.0756297, 30.4536758 ], [ 120.0749934, 30.4562237 ], [ 120.0741693, 30.4586967 ], [ 120.0731681, 30.4607174 ], [ 120.0728513, 30.4610224 ], [ 120.0721719, 30.462087 ], [ 120.0714722, 30.4634197 ], [ 120.0705059, 30.463353 ], [ 120.0701583, 30.4640414 ], [ 120.0696234, 30.464575 ], [ 120.0691436, 30.4648308 ], [ 120.0685035, 30.4649654 ], [ 120.0685441, 30.4656119 ], [ 120.0661522, 30.4655745 ], [ 120.0652413, 30.4654686 ], [ 120.0629617, 30.4653063 ], [ 120.0629035, 30.4655015 ], [ 120.0630959, 30.4655261 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "智荟动力公园", "area_sqm": 5.160347568e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0592753, 30.4594739 ], [ 120.0619525, 30.4548549 ], [ 120.0640422, 30.4515067 ], [ 120.0655744, 30.4490606 ], [ 120.0663603, 30.4469022 ], [ 120.0649735, 30.4468065 ], [ 120.0643051, 30.4487576 ], [ 120.0637754, 30.4489732 ], [ 120.0630567, 30.4497066 ], [ 120.0625654, 30.4511385 ], [ 120.0620505, 30.4517545 ], [ 120.061351, 30.4519953 ], [ 120.0608949, 30.4522055 ], [ 120.0593658, 30.4537053 ], [ 120.059311, 30.4540379 ], [ 120.059235, 30.4543306 ], [ 120.0567964, 30.4575525 ], [ 120.0561307, 30.4597303 ], [ 120.0560079, 30.4609479 ], [ 120.0565131, 30.4641741 ], [ 120.0564853, 30.4659214 ], [ 120.060398, 30.4657999 ], [ 120.0606683, 30.4655859 ], [ 120.0626219, 30.4655158 ], [ 120.062597, 30.4653262 ], [ 120.0589554, 30.4652733 ], [ 120.0592292, 30.4631451 ], [ 120.0587325, 30.4629611 ], [ 120.0590223, 30.4603119 ], [ 120.0592753, 30.4594739 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "欢潭村旅游度假区", "area_sqm": 2.992371281e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3037173, 29.9531401 ], [ 120.3030108, 29.954105 ], [ 120.3034831, 29.9543505 ], [ 120.3035111, 29.9544615 ], [ 120.3035933, 29.954787 ], [ 120.3034359, 29.9550461 ], [ 120.303735, 29.9555235 ], [ 120.3041128, 29.9555781 ], [ 120.3044276, 29.9556872 ], [ 120.3045063, 29.9559054 ], [ 120.3044119, 29.9561509 ], [ 120.3041128, 29.9563964 ], [ 120.3038294, 29.9568056 ], [ 120.3039396, 29.9570648 ], [ 120.3043961, 29.9570238 ], [ 120.3047267, 29.9572284 ], [ 120.3048999, 29.9575421 ], [ 120.3048999, 29.9580468 ], [ 120.3045536, 29.9584287 ], [ 120.3041128, 29.9584969 ], [ 120.3039868, 29.9592061 ], [ 120.3043489, 29.9593698 ], [ 120.3045536, 29.9591515 ], [ 120.3050888, 29.9589879 ], [ 120.3053498, 29.9586796 ], [ 120.3059074, 29.9585514 ], [ 120.3066473, 29.9583741 ], [ 120.3068992, 29.9579104 ], [ 120.3069149, 29.9574739 ], [ 120.3071353, 29.9570784 ], [ 120.3071353, 29.9565192 ], [ 120.3074502, 29.9563419 ], [ 120.3079697, 29.956301 ], [ 120.3085521, 29.9563146 ], [ 120.3101421, 29.9570648 ], [ 120.310268, 29.9573239 ], [ 120.3106144, 29.9572966 ], [ 120.3106773, 29.9570375 ], [ 120.3110866, 29.9569966 ], [ 120.3114802, 29.9570238 ], [ 120.3116534, 29.9572694 ], [ 120.3116534, 29.9574739 ], [ 120.3121414, 29.9576922 ], [ 120.3126499, 29.9574456 ], [ 120.3118092, 29.956075 ], [ 120.3104906, 29.955006 ], [ 120.309326, 29.9540438 ], [ 120.3074957, 29.953859 ], [ 120.3061703, 29.9535538 ], [ 120.3049115, 29.951191 ], [ 120.3041597, 29.9513466 ], [ 120.3044201, 29.9530064 ], [ 120.3037173, 29.9531401 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "大岩山风景旅游度假区", "area_sqm": 1.598311784e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.313448, 29.9602563 ], [ 120.3132276, 29.9600244 ], [ 120.3134008, 29.9598198 ], [ 120.3137314, 29.9597653 ], [ 120.3139518, 29.9598471 ], [ 120.3138573, 29.9602426 ], [ 120.3140777, 29.9603245 ], [ 120.3143296, 29.9605427 ], [ 120.3145342, 29.9608427 ], [ 120.3143453, 29.9614156 ], [ 120.3141879, 29.9618384 ], [ 120.3145657, 29.962493 ], [ 120.3147759, 29.9629688 ], [ 120.315222, 29.9630981 ], [ 120.3156868, 29.962876 ], [ 120.3164448, 29.9627754 ], [ 120.3164303, 29.9626714 ], [ 120.3163576, 29.9621481 ], [ 120.3163471, 29.9614782 ], [ 120.3163373, 29.9613795 ], [ 120.3162728, 29.9607265 ], [ 120.3165062, 29.9601671 ], [ 120.3164231, 29.9595033 ], [ 120.3161244, 29.9590216 ], [ 120.3159453, 29.9587328 ], [ 120.3155961, 29.9581407 ], [ 120.3153896, 29.9577907 ], [ 120.3150629, 29.9573767 ], [ 120.3144085, 29.9574191 ], [ 120.3133154, 29.9576157 ], [ 120.3126973, 29.9576157 ], [ 120.3126305, 29.9581242 ], [ 120.3121108, 29.9585405 ], [ 120.3118204, 29.9589159 ], [ 120.3118141, 29.9595118 ], [ 120.3118265, 29.960313 ], [ 120.3129285, 29.9607336 ], [ 120.3130544, 29.960379 ], [ 120.313448, 29.9602563 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.122317815e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2995523, 30.015794 ], [ 120.2996752, 30.0156677 ], [ 120.2996881, 30.0154079 ], [ 120.2993664, 30.0147592 ], [ 120.299286, 30.0142612 ], [ 120.299389, 30.0140679 ], [ 120.2987097, 30.0142124 ], [ 120.2988359, 30.0152912 ], [ 120.2988878, 30.0157348 ], [ 120.2991705, 30.0157954 ], [ 120.2995523, 30.015794 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "杭州生态园", "area_sqm": 4.6253987e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3161707, 30.0813951 ], [ 120.3167417, 30.0805057 ], [ 120.3175603, 30.0793596 ], [ 120.3169944, 30.0792171 ], [ 120.3167934, 30.0792171 ], [ 120.3149339, 30.0807163 ], [ 120.3141475, 30.0813504 ], [ 120.3152728, 30.0829086 ], [ 120.3161707, 30.0813951 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "杭州萧山市南园林花圃", "area_sqm": 1.611238025e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2941446, 30.0831271 ], [ 120.2942441, 30.0826824 ], [ 120.2942924, 30.0821911 ], [ 120.294161, 30.08209 ], [ 120.2939885, 30.0819573 ], [ 120.2936625, 30.0820589 ], [ 120.2934221, 30.0820475 ], [ 120.2927022, 30.0827621 ], [ 120.2936895, 30.0836595 ], [ 120.2941446, 30.0831271 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.05683845e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3295541, 30.14689 ], [ 120.3296368, 30.1463536 ], [ 120.3295519, 30.1459409 ], [ 120.3292529, 30.1459936 ], [ 120.3292105, 30.1475347 ], [ 120.329507, 30.1477592 ], [ 120.3293971, 30.1471827 ], [ 120.3295541, 30.14689 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "新塘体育文化公园", "area_sqm": 1.38269695e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3028188, 30.1519894 ], [ 120.3028228, 30.151358 ], [ 120.3027557, 30.1513509 ], [ 120.301306, 30.151198 ], [ 120.3013381, 30.1509205 ], [ 120.300461, 30.1508444 ], [ 120.3004256, 30.1510482 ], [ 120.3019235, 30.152016 ], [ 120.3028188, 30.1519894 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.4890694e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3232028, 30.151831 ], [ 120.3229283, 30.1513293 ], [ 120.3225255, 30.1513837 ], [ 120.3221249, 30.1514995 ], [ 120.3220479, 30.1517915 ], [ 120.3221158, 30.152138 ], [ 120.323225, 30.1520873 ], [ 120.3232028, 30.151831 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "杭州林花乾会展", "area_sqm": 5.0196995e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3206893, 30.1517639 ], [ 120.3212229, 30.1517038 ], [ 120.3212578, 30.1518876 ], [ 120.3216413, 30.15181 ], [ 120.3215561, 30.1514791 ], [ 120.3204153, 30.1515062 ], [ 120.3204224, 30.1523016 ], [ 120.3207789, 30.1522726 ], [ 120.3206893, 30.1517639 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.77411024e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3032306, 30.1500018 ], [ 120.303848, 30.1500104 ], [ 120.3038417, 30.1502337 ], [ 120.3039772, 30.1502337 ], [ 120.3039757, 30.1503165 ], [ 120.3050533, 30.1502935 ], [ 120.3050368, 30.1516835 ], [ 120.3054216, 30.1542758 ], [ 120.3056142, 30.1543587 ], [ 120.3052823, 30.1517194 ], [ 120.3054479, 30.150806 ], [ 120.3055132, 30.1495735 ], [ 120.3045351, 30.1495737 ], [ 120.303001, 30.1494472 ], [ 120.302987, 30.1503102 ], [ 120.3031768, 30.1503065 ], [ 120.3032306, 30.1500018 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "临浦健康体育公园", "area_sqm": 8.5033761e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2499774, 30.0494584 ], [ 120.250156, 30.0473175 ], [ 120.2497866, 30.0474273 ], [ 120.249655, 30.0484445 ], [ 120.2495677, 30.0495736 ], [ 120.2497192, 30.0495689 ], [ 120.2499774, 30.0494584 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "西施文化公园", "area_sqm": 1.350795205e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.245031, 30.053776 ], [ 120.2450976, 30.0533519 ], [ 120.2452593, 30.053146 ], [ 120.2458729, 30.0525449 ], [ 120.2444744, 30.0525326 ], [ 120.2444079, 30.0525943 ], [ 120.2444697, 30.0544841 ], [ 120.2448502, 30.0540971 ], [ 120.245031, 30.053776 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "三泉王未来乡村", "area_sqm": 0.00041263857310499998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2735702, 30.0672771 ], [ 120.2735584, 30.0669521 ], [ 120.2738205, 30.0666208 ], [ 120.276008, 30.0654672 ], [ 120.2784285, 30.0648789 ], [ 120.2820471, 30.0634308 ], [ 120.2847485, 30.0623342 ], [ 120.2855929, 30.0596409 ], [ 120.2891308, 30.0571885 ], [ 120.2992536, 30.0568512 ], [ 120.3009205, 30.0549467 ], [ 120.3030531, 30.0517951 ], [ 120.3012393, 30.0476431 ], [ 120.2991326, 30.0466082 ], [ 120.2972533, 30.0448817 ], [ 120.294448, 30.0442194 ], [ 120.2908382, 30.0438592 ], [ 120.2871632, 30.0449949 ], [ 120.2814252, 30.0487826 ], [ 120.2810476, 30.0497762 ], [ 120.2798004, 30.0514601 ], [ 120.2789835, 30.0522131 ], [ 120.2781751, 30.0522759 ], [ 120.2765027, 30.0534119 ], [ 120.2745846, 30.0557574 ], [ 120.2750204, 30.0568292 ], [ 120.2738162, 30.0585796 ], [ 120.271829, 30.0600116 ], [ 120.2718704, 30.0608359 ], [ 120.2718168, 30.0613354 ], [ 120.271744, 30.0616295 ], [ 120.2715012, 30.0618817 ], [ 120.2707327, 30.0623164 ], [ 120.2696926, 30.0629217 ], [ 120.2689961, 30.0638311 ], [ 120.2681572, 30.0655176 ], [ 120.2682117, 30.0659837 ], [ 120.2683615, 30.0664824 ], [ 120.2654653, 30.0648801 ], [ 120.2628111, 30.0670663 ], [ 120.2629864, 30.0672029 ], [ 120.263947, 30.0693276 ], [ 120.267665, 30.0682318 ], [ 120.2678747, 30.0691387 ], [ 120.2678935, 30.0697334 ], [ 120.2688694, 30.069671 ], [ 120.270577, 30.0691341 ], [ 120.2720633, 30.0709129 ], [ 120.2747352, 30.0684652 ], [ 120.2735702, 30.0672771 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.4909537e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2484149, 30.0671693 ], [ 120.2484865, 30.066201 ], [ 120.2482632, 30.0662048 ], [ 120.2482515, 30.066398 ], [ 120.2480929, 30.0675399 ], [ 120.2479361, 30.0686623 ], [ 120.2478987, 30.0690568 ], [ 120.2481048, 30.0695486 ], [ 120.2482128, 30.069323 ], [ 120.2483572, 30.0692949 ], [ 120.2481617, 30.0688917 ], [ 120.2484149, 30.0671693 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.06072856e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2493289, 30.0706624 ], [ 120.2495935, 30.071114 ], [ 120.2513304, 30.0746101 ], [ 120.2516401, 30.074619 ], [ 120.2517321, 30.0745391 ], [ 120.2516524, 30.0744423 ], [ 120.251465, 30.07433 ], [ 120.2512975, 30.0742041 ], [ 120.251052, 30.0737868 ], [ 120.2508814, 30.073491 ], [ 120.2506869, 30.0731331 ], [ 120.250514, 30.072622 ], [ 120.2504884, 30.0722856 ], [ 120.250365, 30.0718899 ], [ 120.2501841, 30.0716034 ], [ 120.2498236, 30.0712907 ], [ 120.2496179, 30.0709049 ], [ 120.2494632, 30.0706155 ], [ 120.2492685, 30.0702359 ], [ 120.248882, 30.069776 ], [ 120.2487074, 30.0700863 ], [ 120.2490391, 30.070343 ], [ 120.2493289, 30.0706624 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.6567555e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2649135, 30.1266728 ], [ 120.2650571, 30.1266112 ], [ 120.2651258, 30.1264939 ], [ 120.265206, 30.1263994 ], [ 120.2652695, 30.1262793 ], [ 120.2653222, 30.1261831 ], [ 120.2653346, 30.1259865 ], [ 120.265363, 30.1257473 ], [ 120.2654374, 30.1247437 ], [ 120.2654304, 30.1246396 ], [ 120.2654233, 30.1244253 ], [ 120.2652605, 30.1240824 ], [ 120.2652456, 30.122904 ], [ 120.2651751, 30.1226885 ], [ 120.2651062, 30.1225657 ], [ 120.264857, 30.1225151 ], [ 120.2644889, 30.1225947 ], [ 120.2643414, 30.1266623 ], [ 120.2647819, 30.1266773 ], [ 120.2649135, 30.1266728 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "萧山城市文化公园", "area_sqm": 1.588156818e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2636142, 30.1299592 ], [ 120.2599637, 30.1297639 ], [ 120.2601126, 30.1343602 ], [ 120.2634923, 30.1344 ], [ 120.2636142, 30.1299592 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "琴山园", "area_sqm": 1.87327426e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2863163, 30.1371936 ], [ 120.2865541, 30.1364369 ], [ 120.2862233, 30.1360179 ], [ 120.2857993, 30.1357295 ], [ 120.2851777, 30.1364185 ], [ 120.2859539, 30.138108 ], [ 120.2864814, 30.1377058 ], [ 120.2863163, 30.1371936 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.512513845e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2636541, 30.1397599 ], [ 120.2636744, 30.1399638 ], [ 120.2637232, 30.1400306 ], [ 120.2655068, 30.1401415 ], [ 120.2656299, 30.1382586 ], [ 120.2657234, 30.1348833 ], [ 120.2640038, 30.1348657 ], [ 120.2639428, 30.1355619 ], [ 120.2636541, 30.1397599 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "吕才庄河绿道廊架", "area_sqm": 2.08130006e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2738848, 30.1400598 ], [ 120.2737757, 30.1400546 ], [ 120.273117, 30.1400357 ], [ 120.2720739, 30.1399496 ], [ 120.2716947, 30.1400991 ], [ 120.2713017, 30.1401048 ], [ 120.2708024, 30.1399644 ], [ 120.2704554, 30.1400238 ], [ 120.2700694, 30.1399761 ], [ 120.2699079, 30.1400618 ], [ 120.2695467, 30.140418 ], [ 120.2738751, 30.1406265 ], [ 120.2738848, 30.1400598 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.91735304e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2647054, 30.1469781 ], [ 120.2648395, 30.1457163 ], [ 120.2648127, 30.1456699 ], [ 120.2648181, 30.1455772 ], [ 120.2648644, 30.145497 ], [ 120.2649736, 30.1451272 ], [ 120.2650595, 30.1449092 ], [ 120.2648677, 30.143292 ], [ 120.2648804, 30.1430458 ], [ 120.2648804, 30.1428953 ], [ 120.2652933, 30.1415733 ], [ 120.2655265, 30.1404971 ], [ 120.263995, 30.1404223 ], [ 120.2637709, 30.1404182 ], [ 120.2636541, 30.1404586 ], [ 120.2635093, 30.14186 ], [ 120.2634393, 30.1426879 ], [ 120.2634393, 30.1444366 ], [ 120.2635185, 30.1465448 ], [ 120.2635605, 30.1469302 ], [ 120.2647054, 30.1469781 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "知章公园", "area_sqm": 2.201769935e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2742729, 30.1448001 ], [ 120.2747261, 30.1446076 ], [ 120.27482, 30.1445311 ], [ 120.2748549, 30.1441136 ], [ 120.2749005, 30.1439698 ], [ 120.2749622, 30.1437819 ], [ 120.2749729, 30.1435244 ], [ 120.2749434, 30.1433087 ], [ 120.2749005, 30.143035 ], [ 120.2748871, 30.1429005 ], [ 120.2737914, 30.1428999 ], [ 120.2737042, 30.1439976 ], [ 120.2736318, 30.1448396 ], [ 120.2739671, 30.1448581 ], [ 120.2742729, 30.1448001 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.05931895e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2757801, 30.1432412 ], [ 120.2755737, 30.1432356 ], [ 120.2755389, 30.143318 ], [ 120.2755094, 30.1437169 ], [ 120.2754798, 30.1441848 ], [ 120.2755365, 30.1442112 ], [ 120.2753796, 30.1448329 ], [ 120.2753622, 30.1456129 ], [ 120.2752852, 30.1458406 ], [ 120.275262, 30.1461818 ], [ 120.2752576, 30.1466905 ], [ 120.2751835, 30.1467696 ], [ 120.2752489, 30.1471992 ], [ 120.2753186, 30.1472143 ], [ 120.2752573, 30.1473342 ], [ 120.2754041, 30.1473375 ], [ 120.2757801, 30.1432412 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.3268833e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2732187, 30.1457743 ], [ 120.2732939, 30.1457024 ], [ 120.273369, 30.1456143 ], [ 120.2734119, 30.1454844 ], [ 120.2734199, 30.1453986 ], [ 120.2730645, 30.145368 ], [ 120.2730015, 30.1458509 ], [ 120.2730873, 30.1458091 ], [ 120.2732187, 30.1457743 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.83619305e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2733909, 30.1458062 ], [ 120.2733311, 30.1458479 ], [ 120.2732509, 30.1458907 ], [ 120.2730984, 30.1459585 ], [ 120.2730069, 30.1460112 ], [ 120.2729241, 30.1460791 ], [ 120.2728805, 30.1462034 ], [ 120.272867, 30.1463302 ], [ 120.2735291, 30.1463544 ], [ 120.2735665, 30.14581 ], [ 120.2733909, 30.1458062 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "育才路沿河绿道健身设施", "area_sqm": 1.91975881e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2751521, 30.1530576 ], [ 120.2754581, 30.1479156 ], [ 120.275408, 30.1477704 ], [ 120.2752598, 30.1477576 ], [ 120.2751835, 30.1477568 ], [ 120.2751835, 30.1479791 ], [ 120.2753099, 30.1482014 ], [ 120.2752925, 30.1482768 ], [ 120.2751879, 30.1483408 ], [ 120.2751312, 30.1484463 ], [ 120.27497, 30.1489211 ], [ 120.2750179, 30.1489964 ], [ 120.2749962, 30.1492037 ], [ 120.2750528, 30.1492376 ], [ 120.2749526, 30.1496106 ], [ 120.2749569, 30.149686 ], [ 120.2750092, 30.1498367 ], [ 120.2749836, 30.1510093 ], [ 120.2749622, 30.1511392 ], [ 120.2749622, 30.1512969 ], [ 120.2747261, 30.1522432 ], [ 120.274694, 30.1531431 ], [ 120.2748275, 30.1532113 ], [ 120.2750909, 30.1531987 ], [ 120.2751521, 30.1530576 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "南江公园", "area_sqm": 6.593771395e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2643239, 30.150263 ], [ 120.264067, 30.1517263 ], [ 120.2642923, 30.1522876 ], [ 120.2647697, 30.1525613 ], [ 120.2653142, 30.1525961 ], [ 120.2679482, 30.1527074 ], [ 120.2679884, 30.1515129 ], [ 120.2657782, 30.1514434 ], [ 120.2658372, 30.1500193 ], [ 120.2643725, 30.1499862 ], [ 120.2643239, 30.150263 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "道源路南侧绿道廊架", "area_sqm": 2.4251917e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.270228, 30.1533511 ], [ 120.2700095, 30.1533217 ], [ 120.2697139, 30.1533386 ], [ 120.2694581, 30.1533656 ], [ 120.2691962, 30.1533645 ], [ 120.2675975, 30.1532067 ], [ 120.267443, 30.1541513 ], [ 120.2706164, 30.1540614 ], [ 120.270613, 30.154008 ], [ 120.2705839, 30.1535485 ], [ 120.2704983, 30.1533953 ], [ 120.270228, 30.1533511 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "西河公园", "area_sqm": 2.935518535e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2589458, 30.1609662 ], [ 120.2590228, 30.1605666 ], [ 120.2590629, 30.1600658 ], [ 120.2590228, 30.1599725 ], [ 120.2590351, 30.1596848 ], [ 120.2590659, 30.1596182 ], [ 120.2590419, 30.1587134 ], [ 120.2584748, 30.1586663 ], [ 120.2583635, 30.1589895 ], [ 120.2583296, 30.1595756 ], [ 120.2583142, 30.1596822 ], [ 120.2582204, 30.1597721 ], [ 120.2581694, 30.1598127 ], [ 120.2580338, 30.1598713 ], [ 120.257783, 30.1599374 ], [ 120.2578305, 30.1604346 ], [ 120.2580868, 30.1617147 ], [ 120.2583613, 30.1620037 ], [ 120.258482, 30.1621038 ], [ 120.2585776, 30.1621314 ], [ 120.2587493, 30.1621406 ], [ 120.2587085, 30.1619305 ], [ 120.2589458, 30.1609662 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "城河公园", "area_sqm": 1.251739035e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2783157, 30.1631159 ], [ 120.278304, 30.1625887 ], [ 120.2782385, 30.162447 ], [ 120.2751667, 30.1623963 ], [ 120.2751299, 30.1625212 ], [ 120.2783157, 30.1631159 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "新塘高铁公园", "area_sqm": 1.417724117e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.294549, 30.1537621 ], [ 120.2941455, 30.1547305 ], [ 120.2949622, 30.1546165 ], [ 120.2957457, 30.1543797 ], [ 120.29694, 30.1539123 ], [ 120.2976814, 30.1536524 ], [ 120.2978656, 30.1526881 ], [ 120.2976724, 30.1525886 ], [ 120.2986614, 30.1510311 ], [ 120.2986733, 30.1509385 ], [ 120.2985988, 30.1506095 ], [ 120.2985327, 30.1503377 ], [ 120.298483, 30.1502876 ], [ 120.298483, 30.1501732 ], [ 120.2985988, 30.1499372 ], [ 120.2986815, 30.149222 ], [ 120.2959483, 30.1492381 ], [ 120.2957816, 30.1509326 ], [ 120.2953842, 30.152082 ], [ 120.294549, 30.1537621 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "活力浙东文化广场", "area_sqm": 1.31297786e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3110062, 30.1527208 ], [ 120.311247, 30.1527351 ], [ 120.3112439, 30.1524819 ], [ 120.3091115, 30.1523787 ], [ 120.30909, 30.1529211 ], [ 120.3094646, 30.1529212 ], [ 120.3100852, 30.1529296 ], [ 120.3100852, 30.153255 ], [ 120.3109586, 30.1532737 ], [ 120.3110062, 30.1527208 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "傅楼中心公园", "area_sqm": 5.9082562e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3331463, 30.1530652 ], [ 120.3332421, 30.1530113 ], [ 120.3334314, 30.1530113 ], [ 120.3335392, 30.1524298 ], [ 120.3329435, 30.1524351 ], [ 120.3329237, 30.1528058 ], [ 120.332559, 30.152813 ], [ 120.3324517, 30.1533103 ], [ 120.3331483, 30.153284 ], [ 120.3331463, 30.1530652 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.65019185e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2979785, 30.1542641 ], [ 120.2980033, 30.1541926 ], [ 120.2981605, 30.1541425 ], [ 120.2984913, 30.1540495 ], [ 120.2986485, 30.1539423 ], [ 120.2986898, 30.1538779 ], [ 120.298665, 30.1536705 ], [ 120.2986815, 30.1534917 ], [ 120.2987387, 30.153294 ], [ 120.2986579, 30.153264 ], [ 120.2986987, 30.1530981 ], [ 120.2989379, 30.1529625 ], [ 120.298963, 30.1528835 ], [ 120.2989545, 30.1527622 ], [ 120.2989793, 30.1526692 ], [ 120.2988572, 30.1526179 ], [ 120.2988323, 30.1525337 ], [ 120.298847, 30.1523903 ], [ 120.2984288, 30.1529782 ], [ 120.2983891, 30.153363 ], [ 120.298043, 30.1538823 ], [ 120.2978221, 30.1540415 ], [ 120.2978241, 30.1541915 ], [ 120.2980076, 30.1547392 ], [ 120.2981439, 30.1546932 ], [ 120.298086, 30.1546288 ], [ 120.2979785, 30.1542641 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "新丰村中心公园", "area_sqm": 1.294986285e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3275041, 30.1566165 ], [ 120.3277401, 30.1565692 ], [ 120.3276956, 30.156164 ], [ 120.3276579, 30.15582 ], [ 120.3260472, 30.1558648 ], [ 120.3259235, 30.1559443 ], [ 120.3259325, 30.1565021 ], [ 120.3264245, 30.156569 ], [ 120.3275041, 30.1566165 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "钱隐桃花岛", "area_sqm": 2.828470325e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3078275, 30.1575086 ], [ 120.308486, 30.1576158 ], [ 120.3093353, 30.1576901 ], [ 120.309736, 30.1576983 ], [ 120.3104137, 30.1577825 ], [ 120.306587, 30.155421 ], [ 120.3066347, 30.1556355 ], [ 120.3067301, 30.1559821 ], [ 120.3067683, 30.1560729 ], [ 120.3067949, 30.1560917 ], [ 120.3068732, 30.1561471 ], [ 120.3071404, 30.1561884 ], [ 120.3074649, 30.1562214 ], [ 120.3077512, 30.1562296 ], [ 120.3078943, 30.1563617 ], [ 120.3079039, 30.1564854 ], [ 120.3078561, 30.1565844 ], [ 120.3077512, 30.1566669 ], [ 120.3069973, 30.1567165 ], [ 120.3069114, 30.1567742 ], [ 120.30692, 30.1569122 ], [ 120.3069304, 30.1571022 ], [ 120.3069704, 30.157295 ], [ 120.3071055, 30.1574229 ], [ 120.3072387, 30.1574796 ], [ 120.3076176, 30.1575003 ], [ 120.3078275, 30.1575086 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "钱隐桃花岛", "area_sqm": 2.828470325e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3078317, 30.1575089 ], [ 120.3084902, 30.1576161 ], [ 120.3093395, 30.1576904 ], [ 120.3097402, 30.1576986 ], [ 120.3104179, 30.1577828 ], [ 120.3065912, 30.1554213 ], [ 120.3066389, 30.1556358 ], [ 120.3067343, 30.1559824 ], [ 120.3067725, 30.1560732 ], [ 120.3067991, 30.156092 ], [ 120.3068774, 30.1561474 ], [ 120.3071446, 30.1561887 ], [ 120.3074691, 30.1562217 ], [ 120.3077554, 30.1562299 ], [ 120.3078985, 30.156362 ], [ 120.3079081, 30.1564857 ], [ 120.3078603, 30.1565847 ], [ 120.3077554, 30.1566672 ], [ 120.3070015, 30.1567168 ], [ 120.3069156, 30.1567745 ], [ 120.3069242, 30.1569125 ], [ 120.3069346, 30.1571025 ], [ 120.3069746, 30.1572953 ], [ 120.3071097, 30.1574232 ], [ 120.3072429, 30.1574799 ], [ 120.3076218, 30.1575006 ], [ 120.3078317, 30.1575089 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.253715e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3174368, 30.163235 ], [ 120.3174082, 30.1631889 ], [ 120.3171711, 30.1632256 ], [ 120.3171829, 30.1632753 ], [ 120.3174368, 30.163235 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.776657e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3163851, 30.1633777 ], [ 120.3170573, 30.1632921 ], [ 120.3170876, 30.1632385 ], [ 120.3163606, 30.1633511 ], [ 120.3163851, 30.1633777 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.35218915e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3517744, 30.1662649 ], [ 120.3521819, 30.1661762 ], [ 120.352219, 30.1660761 ], [ 120.3520521, 30.1655791 ], [ 120.3518972, 30.1655536 ], [ 120.3512147, 30.165494 ], [ 120.3511464, 30.1660688 ], [ 120.3517744, 30.1662649 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.15341465e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4015415, 30.1415984 ], [ 120.4010094, 30.1416786 ], [ 120.4010128, 30.1422362 ], [ 120.401556, 30.1422121 ], [ 120.4015415, 30.1415984 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "中发农业生态园", "area_sqm": 8.83454773e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5791207, 30.1550708 ], [ 120.5769882, 30.1554523 ], [ 120.5781062, 30.1586023 ], [ 120.5782798, 30.1585899 ], [ 120.578358, 30.158971 ], [ 120.5784565, 30.1589548 ], [ 120.5789076, 30.1588805 ], [ 120.5789686, 30.1590818 ], [ 120.5793897, 30.1590258 ], [ 120.5794828, 30.1593494 ], [ 120.5806397, 30.1591626 ], [ 120.5791207, 30.1550708 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.03990905e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4328516, 30.1589474 ], [ 120.4324885, 30.1589305 ], [ 120.4325416, 30.1594744 ], [ 120.4325246, 30.1595211 ], [ 120.4325577, 30.1598111 ], [ 120.4329151, 30.1597545 ], [ 120.4328516, 30.1589474 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.6564004e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4032621, 30.1643148 ], [ 120.403194, 30.1642675 ], [ 120.4031023, 30.1643278 ], [ 120.4027582, 30.1646511 ], [ 120.4027247, 30.1647581 ], [ 120.4032412, 30.1647656 ], [ 120.4032621, 30.1643148 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.4625993e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.512125, 30.1656502 ], [ 120.5122092, 30.1654837 ], [ 120.5122175, 30.1651271 ], [ 120.5120115, 30.1651995 ], [ 120.5110269, 30.1664915 ], [ 120.5111783, 30.1668355 ], [ 120.5119321, 30.1659628 ], [ 120.512125, 30.1656502 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "衙前镇人口文化园", "area_sqm": 1.19725998e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.386338, 30.1685035 ], [ 120.3861733, 30.1677756 ], [ 120.3850808, 30.1679337 ], [ 120.3847504, 30.1679377 ], [ 120.3848887, 30.1686719 ], [ 120.3850534, 30.168786 ], [ 120.3861477, 30.1686228 ], [ 120.386338, 30.1685035 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "城南公园", "area_sqm": 5.95216585e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4532366, 30.1694287 ], [ 120.4531683, 30.1688003 ], [ 120.4524533, 30.1688347 ], [ 120.4523999, 30.1693053 ], [ 120.4523707, 30.1695621 ], [ 120.4531759, 30.1695766 ], [ 120.4532366, 30.1694287 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "街头公园", "area_sqm": 4.26774625e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.548357, 30.1709652 ], [ 120.5481941, 30.1705898 ], [ 120.5478818, 30.1706482 ], [ 120.5470129, 30.1705135 ], [ 120.5471303, 30.1708092 ], [ 120.5481938, 30.1710838 ], [ 120.548357, 30.1709652 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "民围村公园", "area_sqm": 2.73213625e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.59303, 30.1714716 ], [ 120.5923773, 30.1715289 ], [ 120.5924058, 30.1719587 ], [ 120.5930074, 30.1719126 ], [ 120.59303, 30.1714716 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "众力公园", "area_sqm": 6.84906275e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5485797, 30.1740277 ], [ 120.5487055, 30.1739939 ], [ 120.5493954, 30.1738088 ], [ 120.5492527, 30.173359 ], [ 120.5478277, 30.1735652 ], [ 120.547944, 30.1739841 ], [ 120.5485292, 30.1738612 ], [ 120.5485797, 30.1740277 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "颐乐园", "area_sqm": 1.4864001e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3716643, 30.1770073 ], [ 120.3711813, 30.1770985 ], [ 120.3712515, 30.1773826 ], [ 120.3717399, 30.1773108 ], [ 120.3716643, 30.1770073 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "航坞公园", "area_sqm": 1.499231092e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4365556, 30.1799284 ], [ 120.4371525, 30.1796275 ], [ 120.4374882, 30.1796304 ], [ 120.438278, 30.1798772 ], [ 120.4384553, 30.1797487 ], [ 120.4387882, 30.1796979 ], [ 120.4395851, 30.1796913 ], [ 120.4396025, 30.1795445 ], [ 120.4398536, 30.1793485 ], [ 120.440007, 30.1782688 ], [ 120.4361169, 30.1780671 ], [ 120.4320948, 30.1780147 ], [ 120.4313402, 30.1780986 ], [ 120.4308093, 30.1783256 ], [ 120.4311778, 30.1791926 ], [ 120.4310984, 30.1796284 ], [ 120.4316487, 30.1797827 ], [ 120.4365556, 30.1799284 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "瓜沥塘头公园", "area_sqm": 4.21354135e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4589206, 30.1788798 ], [ 120.4588017, 30.1789094 ], [ 120.4587362, 30.178785 ], [ 120.4584119, 30.1788942 ], [ 120.4584296, 30.1789874 ], [ 120.4583123, 30.179026 ], [ 120.4581457, 30.1790849 ], [ 120.4582107, 30.1792914 ], [ 120.4583879, 30.1792913 ], [ 120.458624, 30.1793801 ], [ 120.4587803, 30.1795584 ], [ 120.4591326, 30.179432 ], [ 120.4589206, 30.1788798 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "群围公园", "area_sqm": 4.459724e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5934389, 30.1792473 ], [ 120.5932464, 30.17926 ], [ 120.5932168, 30.1794766 ], [ 120.5934437, 30.1794579 ], [ 120.5934389, 30.1792473 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.0286065e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5124238, 30.1843412 ], [ 120.5124837, 30.1845237 ], [ 120.5127828, 30.1844826 ], [ 120.5128823, 30.1844689 ], [ 120.5127152, 30.1838628 ], [ 120.5113011, 30.1841577 ], [ 120.5113922, 30.1845938 ], [ 120.5121284, 30.1844229 ], [ 120.5124238, 30.1843412 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大米埠公园", "area_sqm": 3.8459611e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3652949, 30.1856792 ], [ 120.3652841, 30.1856405 ], [ 120.3645363, 30.1857015 ], [ 120.3642909, 30.1856861 ], [ 120.3614023, 30.1860955 ], [ 120.3613702, 30.1861832 ], [ 120.3631183, 30.1859683 ], [ 120.3652949, 30.1856792 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.18341296e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4440725, 30.185524 ], [ 120.4441992, 30.1863008 ], [ 120.4441421, 30.1865555 ], [ 120.4437311, 30.1871248 ], [ 120.4431363, 30.1879061 ], [ 120.4425533, 30.1883999 ], [ 120.4426166, 30.1884771 ], [ 120.4429181, 30.188401 ], [ 120.4434504, 30.1883866 ], [ 120.4438741, 30.1883888 ], [ 120.4443935, 30.1885456 ], [ 120.4448397, 30.188677 ], [ 120.4452641, 30.1887611 ], [ 120.4454676, 30.188637 ], [ 120.4451086, 30.1876506 ], [ 120.4448784, 30.1875459 ], [ 120.4445367, 30.187441 ], [ 120.4443084, 30.187441 ], [ 120.4442178, 30.1874381 ], [ 120.4440913, 30.1871955 ], [ 120.444594, 30.1860727 ], [ 120.4446176, 30.1857604 ], [ 120.4445282, 30.1855191 ], [ 120.4443227, 30.1851483 ], [ 120.4440963, 30.1853508 ], [ 120.4440725, 30.185524 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.996216755e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5818232, 30.1909486 ], [ 120.5819724, 30.1906493 ], [ 120.5827008, 30.1886385 ], [ 120.582611, 30.1885067 ], [ 120.5819832, 30.1884231 ], [ 120.5819128, 30.1889216 ], [ 120.5814822, 30.190157 ], [ 120.5804667, 30.1931021 ], [ 120.5810513, 30.1931472 ], [ 120.5818232, 30.1909486 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "河西公园", "area_sqm": 5.55445815e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4079326, 30.1908276 ], [ 120.407698, 30.1908276 ], [ 120.407698, 30.1907199 ], [ 120.4069989, 30.1906944 ], [ 120.4068486, 30.190689 ], [ 120.4068412, 30.190851 ], [ 120.4068241, 30.191226 ], [ 120.4079101, 30.1912564 ], [ 120.4079326, 30.1908276 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "江南春公园", "area_sqm": 2.57245875e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4360867, 30.192536 ], [ 120.4354636, 30.192863 ], [ 120.4356247, 30.1931375 ], [ 120.4362893, 30.1929016 ], [ 120.4360867, 30.192536 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "万翔公园", "area_sqm": 4.43587925e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3256351, 30.1695057 ], [ 120.3257711, 30.1698727 ], [ 120.3269332, 30.1698364 ], [ 120.3267942, 30.1694499 ], [ 120.3256351, 30.1695057 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "涝湖村主题党建公园", "area_sqm": 1.63252603e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.317536, 30.1790597 ], [ 120.3156169, 30.1791909 ], [ 120.3156589, 30.1800904 ], [ 120.3173201, 30.1799951 ], [ 120.317536, 30.1790597 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "长山社区中心公园", "area_sqm": 1.03415735e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2982887, 30.1885864 ], [ 120.2978348, 30.1886377 ], [ 120.2978626, 30.1888733 ], [ 120.298342, 30.1887816 ], [ 120.2982887, 30.1885864 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "中心公园", "area_sqm": 1.43518475e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3335345, 30.1931383 ], [ 120.3333944, 30.1924268 ], [ 120.3333201, 30.1920497 ], [ 120.3338474, 30.1918886 ], [ 120.333787, 30.1917182 ], [ 120.3324872, 30.1918604 ], [ 120.3324809, 30.1921267 ], [ 120.3328105, 30.1934262 ], [ 120.3336519, 30.193392 ], [ 120.3335345, 30.1931383 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.9789747e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3562899, 30.1936403 ], [ 120.3549312, 30.1935008 ], [ 120.3546143, 30.193429 ], [ 120.3546968, 30.1937092 ], [ 120.3563339, 30.1937621 ], [ 120.3562899, 30.1936403 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "沿江公园", "area_sqm": 4.39843145e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3574412, 30.2101955 ], [ 120.3577116, 30.2101705 ], [ 120.3576951, 30.2092968 ], [ 120.3568656, 30.2092906 ], [ 120.3569386, 30.2096483 ], [ 120.3573509, 30.209612 ], [ 120.3574412, 30.2101955 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "新华广场", "area_sqm": 6.157518e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2919752, 30.2147325 ], [ 120.2918308, 30.2141849 ], [ 120.2907474, 30.2144219 ], [ 120.2908893, 30.2149497 ], [ 120.2913305, 30.2148615 ], [ 120.2919752, 30.2147325 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.19693365e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.297666, 30.2217091 ], [ 120.298027, 30.2216082 ], [ 120.2979314, 30.2211005 ], [ 120.297259, 30.2212137 ], [ 120.2973156, 30.2213696 ], [ 120.2971457, 30.2213941 ], [ 120.2971953, 30.2216999 ], [ 120.2972979, 30.2217489 ], [ 120.297666, 30.2217091 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.6463273e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3455759, 30.2247971 ], [ 120.3450402, 30.2248816 ], [ 120.3451982, 30.225372 ], [ 120.3457203, 30.2252477 ], [ 120.3455759, 30.2247971 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.53664135e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3083943, 30.2385451 ], [ 120.307779, 30.2386574 ], [ 120.3079691, 30.2392742 ], [ 120.3084439, 30.2391808 ], [ 120.3083943, 30.2385451 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "横埂头公园", "area_sqm": 4.0996151e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4416073, 30.2017877 ], [ 120.4409705, 30.2019543 ], [ 120.4410715, 30.2022138 ], [ 120.4413381, 30.2021446 ], [ 120.4415714, 30.2027274 ], [ 120.4419166, 30.2026379 ], [ 120.4416073, 30.2017877 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.938794025e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5881215, 30.2015929 ], [ 120.587679, 30.2015158 ], [ 120.5868698, 30.2055778 ], [ 120.5873574, 30.2056375 ], [ 120.5881215, 30.2015929 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.47131825e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5871286, 30.2067522 ], [ 120.5866633, 30.2066964 ], [ 120.5865126, 30.2074307 ], [ 120.5869654, 30.2074907 ], [ 120.5871286, 30.2067522 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.7550629e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4324159, 30.220503 ], [ 120.433365, 30.2204709 ], [ 120.4332797, 30.2191319 ], [ 120.4331783, 30.2190076 ], [ 120.4327904, 30.2190271 ], [ 120.4327999, 30.2195275 ], [ 120.4312275, 30.2195784 ], [ 120.4312597, 30.2200962 ], [ 120.4324414, 30.2201024 ], [ 120.4324159, 30.220503 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "晶港公园", "area_sqm": 3.738736e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5053728, 30.2240478 ], [ 120.5051488, 30.2236881 ], [ 120.5044428, 30.2238669 ], [ 120.5046182, 30.2243008 ], [ 120.5052535, 30.2241964 ], [ 120.5053728, 30.2240478 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.78729299e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4049793, 30.2251775 ], [ 120.4052808, 30.2253134 ], [ 120.4056399, 30.2255005 ], [ 120.4083391, 30.2267402 ], [ 120.4085727, 30.2266397 ], [ 120.4087479, 30.226342 ], [ 120.4030136, 30.2239005 ], [ 120.4029236, 30.223913 ], [ 120.4028127, 30.2241953 ], [ 120.4028389, 30.2242523 ], [ 120.404637, 30.2250386 ], [ 120.4049793, 30.2251775 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "诚勤法治廉政文化公园", "area_sqm": 2.75868185e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5419218, 30.2254531 ], [ 120.5408886, 30.2257595 ], [ 120.5409944, 30.2259862 ], [ 120.5420215, 30.2257032 ], [ 120.5419218, 30.2254531 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "云上机场公园", "area_sqm": 4.039576075e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4019715, 30.2256253 ], [ 120.4060759, 30.2274156 ], [ 120.4061614, 30.2274225 ], [ 120.4062397, 30.2273013 ], [ 120.4065817, 30.2267309 ], [ 120.4065504, 30.2266616 ], [ 120.4023807, 30.2248597 ], [ 120.4023149, 30.2248818 ], [ 120.402177, 30.2251268 ], [ 120.4019893, 30.2254662 ], [ 120.4019715, 30.2256253 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "甘露公园", "area_sqm": 2.97269395e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4830108, 30.2289627 ], [ 120.4827929, 30.2290043 ], [ 120.4829262, 30.2297331 ], [ 120.4830205, 30.2302488 ], [ 120.4832643, 30.2302117 ], [ 120.4830108, 30.2289627 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "靖江公园", "area_sqm": 1.18368089e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4669652, 30.2297485 ], [ 120.4677162, 30.2303939 ], [ 120.4678599, 30.230438 ], [ 120.4680834, 30.2306992 ], [ 120.4682907, 30.2307355 ], [ 120.4686131, 30.2306691 ], [ 120.4687732, 30.2306939 ], [ 120.4688759, 30.2307858 ], [ 120.4688941, 30.230894 ], [ 120.4688991, 30.2309961 ], [ 120.4690065, 30.2309475 ], [ 120.468845, 30.2304916 ], [ 120.4682042, 30.2306377 ], [ 120.4681335, 30.2304197 ], [ 120.4679877, 30.2304483 ], [ 120.467914, 30.2302264 ], [ 120.4677652, 30.2302594 ], [ 120.4676813, 30.2300312 ], [ 120.4675771, 30.2300584 ], [ 120.4674833, 30.2297798 ], [ 120.4685162, 30.2295523 ], [ 120.4683587, 30.2291692 ], [ 120.4682836, 30.2291087 ], [ 120.4681772, 30.2290936 ], [ 120.4666292, 30.229477 ], [ 120.4667718, 30.2296841 ], [ 120.4669652, 30.2297485 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.02310825e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4606907, 30.2307827 ], [ 120.4606231, 30.2306686 ], [ 120.4604722, 30.2306121 ], [ 120.4603809, 30.2306229 ], [ 120.460527, 30.2309843 ], [ 120.4607488, 30.2311304 ], [ 120.4607811, 30.2310476 ], [ 120.4606907, 30.2307827 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.01002438e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4994581, 30.2341222 ], [ 120.5003251, 30.2339792 ], [ 120.5003254, 30.2336912 ], [ 120.5005432, 30.233666 ], [ 120.5006028, 30.2339688 ], [ 120.5008373, 30.2339236 ], [ 120.5008089, 30.233587 ], [ 120.5007627, 30.2334038 ], [ 120.5005142, 30.2334044 ], [ 120.5003713, 30.2329774 ], [ 120.5002884, 30.232554 ], [ 120.5001236, 30.2324746 ], [ 120.5000889, 30.2322862 ], [ 120.5001556, 30.2322109 ], [ 120.5001679, 30.232045 ], [ 120.5000401, 30.2319423 ], [ 120.4998403, 30.2316614 ], [ 120.4992539, 30.2317177 ], [ 120.4991943, 30.2320779 ], [ 120.4977513, 30.2322455 ], [ 120.498094, 30.2340556 ], [ 120.4993938, 30.2338897 ], [ 120.4994581, 30.2341222 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.04926205e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4924068, 30.233667 ], [ 120.4925309, 30.2334968 ], [ 120.49297, 30.2333937 ], [ 120.4929166, 30.2330967 ], [ 120.4914006, 30.233394 ], [ 120.4915338, 30.2338392 ], [ 120.4917248, 30.2337618 ], [ 120.4924068, 30.233667 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.18076039e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5026306, 30.2363338 ], [ 120.5028152, 30.2362531 ], [ 120.5021838, 30.2347058 ], [ 120.501905, 30.2348213 ], [ 120.5015226, 30.2349798 ], [ 120.5020796, 30.2364211 ], [ 120.502362, 30.236346 ], [ 120.5026306, 30.2363338 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.3128912e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.498753, 30.2361569 ], [ 120.4981329, 30.23625 ], [ 120.4981742, 30.2366736 ], [ 120.4988921, 30.236717 ], [ 120.498753, 30.2361569 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "勤劳公园", "area_sqm": 6.939071e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5053386, 30.2409785 ], [ 120.5050593, 30.2410468 ], [ 120.5051222, 30.2412704 ], [ 120.5054119, 30.2412125 ], [ 120.5053386, 30.2409785 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.3203461e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4919106, 30.2431601 ], [ 120.4918435, 30.2429034 ], [ 120.4913468, 30.2429477 ], [ 120.4914032, 30.2432059 ], [ 120.4919106, 30.2431601 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.15884495e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4845415, 30.2464569 ], [ 120.4845916, 30.2465988 ], [ 120.4846724, 30.2465869 ], [ 120.4857074, 30.2464336 ], [ 120.4856268, 30.2460371 ], [ 120.4836007, 30.2464022 ], [ 120.4836326, 30.2465599 ], [ 120.4845415, 30.2464569 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "空港体育公园", "area_sqm": 8.2522034e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.448829, 30.253824 ], [ 120.4486994, 30.2538695 ], [ 120.448643, 30.2536222 ], [ 120.4482086, 30.2537224 ], [ 120.4482568, 30.2538891 ], [ 120.447746, 30.2539954 ], [ 120.4478932, 30.2546556 ], [ 120.4489654, 30.2544641 ], [ 120.448829, 30.253824 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "雷山村健身公园", "area_sqm": 2.95661995e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4529275, 30.2543508 ], [ 120.4511833, 30.2546913 ], [ 120.4507712, 30.2547187 ], [ 120.4508062, 30.2549036 ], [ 120.4529538, 30.2544723 ], [ 120.4529275, 30.2543508 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.87221775e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4839925, 30.2578742 ], [ 120.4852629, 30.2585123 ], [ 120.4851266, 30.2575469 ], [ 120.4840906, 30.2576387 ], [ 120.4839925, 30.2578742 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.490095e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3911244, 30.2597103 ], [ 120.3912033, 30.2596395 ], [ 120.3906844, 30.259034 ], [ 120.3900137, 30.2582556 ], [ 120.3896799, 30.2580485 ], [ 120.3896823, 30.2581973 ], [ 120.3898244, 30.2585136 ], [ 120.3905347, 30.2597788 ], [ 120.3909835, 30.2597267 ], [ 120.3911244, 30.2597103 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "南阳法治文化园", "area_sqm": 6.1222288e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4372836, 30.2599374 ], [ 120.4371609, 30.2592605 ], [ 120.4367122, 30.2593352 ], [ 120.4362868, 30.2594061 ], [ 120.4363576, 30.2598099 ], [ 120.4364, 30.2600516 ], [ 120.4367329, 30.2600443 ], [ 120.4372836, 30.2599374 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.00732594e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4353556, 30.2648239 ], [ 120.4384277, 30.2644296 ], [ 120.4384631, 30.2643898 ], [ 120.4382862, 30.2638917 ], [ 120.4352238, 30.2647697 ], [ 120.4353556, 30.2648239 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.435326665e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4355857, 30.2640994 ], [ 120.4339972, 30.2644885 ], [ 120.4332183, 30.2646777 ], [ 120.4324641, 30.2649095 ], [ 120.4325227, 30.2652029 ], [ 120.4346958, 30.2646875 ], [ 120.4379522, 30.2637661 ], [ 120.437918, 30.263647 ], [ 120.4356105, 30.2642706 ], [ 120.4355857, 30.2640994 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "南阳伞文化公园", "area_sqm": 2.92649055e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4403885, 30.2677443 ], [ 120.4401037, 30.2677087 ], [ 120.4401313, 30.2673769 ], [ 120.4396952, 30.2673647 ], [ 120.4396485, 30.267931 ], [ 120.4403555, 30.2679058 ], [ 120.4403885, 30.2677443 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.243109105e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.369349, 30.2703879 ], [ 120.3694143, 30.2703153 ], [ 120.3693303, 30.2702144 ], [ 120.3686531, 30.269674 ], [ 120.3680087, 30.2693029 ], [ 120.3676631, 30.2691698 ], [ 120.3672148, 30.2690206 ], [ 120.3664209, 30.2688068 ], [ 120.3661874, 30.2687423 ], [ 120.3656456, 30.2684963 ], [ 120.3651086, 30.2681332 ], [ 120.3641933, 30.2674677 ], [ 120.3634461, 30.26702 ], [ 120.362937, 30.2668103 ], [ 120.3618956, 30.2665764 ], [ 120.3618489, 30.2666046 ], [ 120.3625494, 30.2668184 ], [ 120.3634554, 30.2672701 ], [ 120.3686204, 30.2710292 ], [ 120.3687138, 30.2709888 ], [ 120.369349, 30.2703879 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.05486962e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.369942, 30.2708114 ], [ 120.3699374, 30.270763 ], [ 120.3696011, 30.2704524 ], [ 120.3695264, 30.2704121 ], [ 120.3694704, 30.2704282 ], [ 120.3682375, 30.2716946 ], [ 120.3686811, 30.2720415 ], [ 120.369942, 30.2708114 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.8295696175e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3768536, 30.2787687 ], [ 120.3769377, 30.278692 ], [ 120.3769143, 30.278571 ], [ 120.3741731, 30.2748929 ], [ 120.3736033, 30.2741347 ], [ 120.3732858, 30.2738524 ], [ 120.3699981, 30.2709162 ], [ 120.3687979, 30.2721625 ], [ 120.3695502, 30.2728659 ], [ 120.3714915, 30.2744592 ], [ 120.3723701, 30.2754151 ], [ 120.3736183, 30.276836 ], [ 120.3744118, 30.2780674 ], [ 120.3743768, 30.2780977 ], [ 120.3743083, 30.2781568 ], [ 120.3718054, 30.2781532 ], [ 120.3718334, 30.2786477 ], [ 120.3719455, 30.2787243 ], [ 120.3751584, 30.2787364 ], [ 120.3768536, 30.2787687 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.556227745e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3769632, 30.2813801 ], [ 120.3759549, 30.279256 ], [ 120.3758777, 30.2791718 ], [ 120.3752232, 30.2791612 ], [ 120.3752805, 30.2792257 ], [ 120.3764351, 30.2816482 ], [ 120.3768859, 30.2814678 ], [ 120.3769632, 30.2813801 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "Hi Park公园", "area_sqm": 2.268168981e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2423921, 29.9939164 ], [ 120.2420431, 29.9941011 ], [ 120.2418879, 29.9944202 ], [ 120.2415841, 29.9945905 ], [ 120.2408019, 29.9947226 ], [ 120.2400262, 29.9950753 ], [ 120.2389597, 29.9955287 ], [ 120.2383391, 29.9956631 ], [ 120.2369235, 29.9955959 ], [ 120.2363805, 29.995428 ], [ 120.2354973, 29.995383 ], [ 120.2347515, 29.9951928 ], [ 120.2340728, 29.995092 ], [ 120.2334134, 29.9951424 ], [ 120.2332971, 29.9955287 ], [ 120.2337819, 29.9957974 ], [ 120.2338374, 29.9962956 ], [ 120.2338207, 29.9966708 ], [ 120.234383, 29.9969227 ], [ 120.2348291, 29.9969227 ], [ 120.2353333, 29.9971578 ], [ 120.2355236, 29.9973676 ], [ 120.2357689, 29.9972639 ], [ 120.2364634, 29.99727 ], [ 120.2369213, 29.9974371 ], [ 120.2372926, 29.9975237 ], [ 120.2375391, 29.9973419 ], [ 120.2380901, 29.9974276 ], [ 120.2384419, 29.9977061 ], [ 120.238551, 29.9977925 ], [ 120.2388455, 29.9984695 ], [ 120.2393, 29.9987893 ], [ 120.2395691, 29.9991156 ], [ 120.2395752, 29.9992525 ], [ 120.2407107, 29.9986346 ], [ 120.2413274, 29.9987324 ], [ 120.2410704, 29.9973656 ], [ 120.2420859, 29.996223 ], [ 120.2421009, 29.9962061 ], [ 120.242966, 29.9957263 ], [ 120.243837, 29.9955449 ], [ 120.2426555, 29.9939572 ], [ 120.2423921, 29.9939164 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "横一数字乡村", "area_sqm": 0.00035403650389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2310831, 30.0135576 ], [ 120.2315603, 30.0134974 ], [ 120.2317439, 30.0127315 ], [ 120.232558, 30.0118087 ], [ 120.2346094, 30.0121844 ], [ 120.2351747, 30.0099546 ], [ 120.2351203, 30.009484 ], [ 120.2284538, 30.0058535 ], [ 120.2301947, 30.0028248 ], [ 120.2307216, 30.0023637 ], [ 120.2318906, 30.0017375 ], [ 120.2331657, 30.0023334 ], [ 120.2365965, 30.0052095 ], [ 120.2375098, 30.0045412 ], [ 120.2375651, 30.0039813 ], [ 120.2370075, 30.003497 ], [ 120.2364923, 30.0029221 ], [ 120.2357627, 30.0026991 ], [ 120.2356769, 30.0021602 ], [ 120.2346469, 30.0017143 ], [ 120.2345825, 30.0014355 ], [ 120.2347542, 30.0012869 ], [ 120.2358485, 30.0015284 ], [ 120.2360417, 30.000971 ], [ 120.2357842, 30.0006179 ], [ 120.2358056, 30.0003763 ], [ 120.2346684, 30.0002834 ], [ 120.2341534, 30.0001533 ], [ 120.2340675, 29.999633 ], [ 120.2347327, 29.9997817 ], [ 120.2354194, 29.9997817 ], [ 120.2349259, 29.9993357 ], [ 120.2348186, 29.9990383 ], [ 120.2350975, 29.9989083 ], [ 120.2363421, 29.9993914 ], [ 120.2366854, 29.9993914 ], [ 120.2368405, 29.9992379 ], [ 120.2369313, 29.9989338 ], [ 120.2362201, 29.9981724 ], [ 120.2355052, 29.9975145 ], [ 120.2347074, 29.997316 ], [ 120.234089, 29.9971243 ], [ 120.233102, 29.9963809 ], [ 120.2329088, 29.9962137 ], [ 120.2320233, 29.9964644 ], [ 120.231793, 29.9965296 ], [ 120.2312846, 29.996278 ], [ 120.2308054, 29.9956642 ], [ 120.2299262, 29.995173 ], [ 120.229432, 29.9945979 ], [ 120.2286734, 29.9947011 ], [ 120.2287246, 29.9939093 ], [ 120.2280379, 29.9935748 ], [ 120.2276946, 29.993296 ], [ 120.2276732, 29.9929243 ], [ 120.2280594, 29.9915119 ], [ 120.2282954, 29.9901181 ], [ 120.2279092, 29.9898393 ], [ 120.2267076, 29.9892446 ], [ 120.2263036, 29.9882948 ], [ 120.2259565, 29.9876649 ], [ 120.2259565, 29.9873304 ], [ 120.2264715, 29.9864754 ], [ 120.2260638, 29.9861037 ], [ 120.2247764, 29.9853789 ], [ 120.2241574, 29.9853491 ], [ 120.2233816, 29.9850629 ], [ 120.2226091, 29.9850444 ], [ 120.2217079, 29.9846911 ], [ 120.2210535, 29.9853138 ], [ 120.2201737, 29.9861501 ], [ 120.2191223, 29.9875069 ], [ 120.2188433, 29.9879715 ], [ 120.218639, 29.9884702 ], [ 120.2181601, 29.989048 ], [ 120.2172555, 29.989384 ], [ 120.2156461, 29.9898486 ], [ 120.2153243, 29.990053 ], [ 120.2154745, 29.9902389 ], [ 120.2159942, 29.9901545 ], [ 120.216204, 29.9911123 ], [ 120.2158735, 29.9914647 ], [ 120.2148839, 29.9927093 ], [ 120.2153105, 29.9930905 ], [ 120.2156508, 29.9934937 ], [ 120.2158762, 29.99388 ], [ 120.2157293, 29.994291 ], [ 120.2149012, 29.994046 ], [ 120.2142422, 29.9935475 ], [ 120.2133976, 29.9930761 ], [ 120.2122913, 29.992959 ], [ 120.2108499, 29.9932259 ], [ 120.2103009, 29.9934137 ], [ 120.2094863, 29.9940041 ], [ 120.2101255, 29.9951331 ], [ 120.2104319, 29.9962601 ], [ 120.2108611, 29.9971707 ], [ 120.2111829, 29.9973566 ], [ 120.2116765, 29.997338 ], [ 120.2124918, 29.9972265 ], [ 120.212921, 29.9973566 ], [ 120.2130497, 29.9976167 ], [ 120.2133476, 29.9976167 ], [ 120.2132291, 29.9954727 ], [ 120.2132429, 29.9952938 ], [ 120.2138651, 29.9960371 ], [ 120.2143157, 29.9961486 ], [ 120.2151526, 29.9958885 ], [ 120.2153886, 29.9955168 ], [ 120.216483, 29.9957398 ], [ 120.2159251, 29.996446 ], [ 120.2151955, 29.996446 ], [ 120.2145858, 29.9964023 ], [ 120.2143801, 29.996669 ], [ 120.2148307, 29.9979698 ], [ 120.2151526, 29.9981371 ], [ 120.215217, 29.9986016 ], [ 120.2149422, 29.9990984 ], [ 120.2142085, 29.9988618 ], [ 120.2138008, 29.9994007 ], [ 120.2139998, 29.9996367 ], [ 120.2162243, 30.0011909 ], [ 120.216425, 30.0014885 ], [ 120.2153428, 30.0013795 ], [ 120.2151303, 30.0016948 ], [ 120.2152997, 30.0022397 ], [ 120.2163526, 30.0027742 ], [ 120.2171875, 30.0027847 ], [ 120.2175213, 30.0025134 ], [ 120.2189854, 30.003203 ], [ 120.2195012, 30.0028373 ], [ 120.2197558, 30.0022375 ], [ 120.2203573, 30.002594 ], [ 120.2200358, 30.0029638 ], [ 120.2214912, 30.0037622 ], [ 120.2213273, 30.0045186 ], [ 120.2220899, 30.0051661 ], [ 120.2218595, 30.0056017 ], [ 120.2218686, 30.0057911 ], [ 120.2215917, 30.0061938 ], [ 120.2213264, 30.0064401 ], [ 120.220612, 30.0069922 ], [ 120.2199984, 30.0072477 ], [ 120.2200625, 30.0077682 ], [ 120.2200852, 30.007953 ], [ 120.2204357, 30.0081838 ], [ 120.2212377, 30.0075086 ], [ 120.2215291, 30.0075234 ], [ 120.2213478, 30.007835 ], [ 120.221805, 30.0081124 ], [ 120.2222481, 30.0078203 ], [ 120.2224372, 30.0079968 ], [ 120.2216347, 30.0088981 ], [ 120.222345, 30.0092485 ], [ 120.2237006, 30.0076031 ], [ 120.2288149, 30.011282 ], [ 120.2287092, 30.0117997 ], [ 120.2288433, 30.0121515 ], [ 120.2283474, 30.0138125 ], [ 120.2300048, 30.0141351 ], [ 120.2287087, 30.0153806 ], [ 120.2302897, 30.015743 ], [ 120.2310831, 30.0135576 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.77128509e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2288057, 30.0334826 ], [ 120.2286778, 30.0332997 ], [ 120.227772, 30.0319196 ], [ 120.2272701, 30.0317642 ], [ 120.2270056, 30.0331504 ], [ 120.2285134, 30.0336211 ], [ 120.2288057, 30.0334826 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "峙山公园", "area_sqm": 9.85733595e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2415969, 30.0420061 ], [ 120.241768, 30.042046 ], [ 120.2419466, 30.0421278 ], [ 120.2420701, 30.0421909 ], [ 120.242118, 30.0422154 ], [ 120.2422736, 30.0423462 ], [ 120.2425359, 30.0424108 ], [ 120.2428094, 30.0424546 ], [ 120.2432077, 30.0424096 ], [ 120.2434969, 30.0422439 ], [ 120.2436348, 30.0419454 ], [ 120.2435658, 30.041659 ], [ 120.2439361, 30.0409262 ], [ 120.2439519, 30.040895 ], [ 120.2439933, 30.0405488 ], [ 120.2436072, 30.0402623 ], [ 120.2436348, 30.0400236 ], [ 120.2434693, 30.0399878 ], [ 120.2431797, 30.0399639 ], [ 120.2426971, 30.0396416 ], [ 120.2422145, 30.0394028 ], [ 120.2416767, 30.0392835 ], [ 120.2413, 30.0392835 ], [ 120.2412216, 30.0392835 ], [ 120.2410914, 30.039314 ], [ 120.2405597, 30.0394387 ], [ 120.240215, 30.0396774 ], [ 120.2400495, 30.0399997 ], [ 120.2400633, 30.0402384 ], [ 120.2400163, 30.0404816 ], [ 120.2400068, 30.0407485 ], [ 120.2399888, 30.041007 ], [ 120.2399661, 30.0413414 ], [ 120.239952, 30.0421937 ], [ 120.2400089, 30.0421835 ], [ 120.240547, 30.0420868 ], [ 120.2408994, 30.0420299 ], [ 120.2412906, 30.0420574 ], [ 120.2415969, 30.0420061 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "临浦城市公园", "area_sqm": 3.61189125e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2396577, 30.0630642 ], [ 120.2400796, 30.0629483 ], [ 120.2392621, 30.0612182 ], [ 120.2391188, 30.0611876 ], [ 120.2385746, 30.061996 ], [ 120.237872, 30.0626325 ], [ 120.2370681, 30.0631723 ], [ 120.2369847, 30.0633795 ], [ 120.2374239, 30.063391 ], [ 120.2375304, 30.0637827 ], [ 120.2376369, 30.0638864 ], [ 120.2380762, 30.0637251 ], [ 120.2396577, 30.0630642 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "湘湖郊野(国际)体育公园", "area_sqm": 5.634846205e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2291374, 30.1216367 ], [ 120.2256855, 30.1216421 ], [ 120.2256605, 30.1227733 ], [ 120.2290587, 30.1237387 ], [ 120.2291346, 30.1235672 ], [ 120.2291374, 30.1216367 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "water_park", "name": "室外水乐园", "area_sqm": 1.376809565e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2196678, 30.1350985 ], [ 120.2201613, 30.1348108 ], [ 120.2208357, 30.1345673 ], [ 120.2207446, 30.1343865 ], [ 120.2206226, 30.1342216 ], [ 120.2203115, 30.1340824 ], [ 120.219995, 30.1341288 ], [ 120.2194095, 30.1342893 ], [ 120.2189597, 30.1343005 ], [ 120.2185841, 30.1344397 ], [ 120.2184018, 30.1346021 ], [ 120.218422, 30.1346651 ], [ 120.2189275, 30.134435 ], [ 120.2192493, 30.1349825 ], [ 120.2190542, 30.1350687 ], [ 120.2190652, 30.1350969 ], [ 120.219229, 30.1353764 ], [ 120.2194532, 30.1353026 ], [ 120.2196678, 30.1350985 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "water_park", "name": "森泊水乐园", "area_sqm": 8.41509945e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2192493, 30.1349825 ], [ 120.2189275, 30.134435 ], [ 120.218422, 30.1346651 ], [ 120.2177044, 30.1349918 ], [ 120.2180102, 30.1355299 ], [ 120.2190542, 30.1350687 ], [ 120.2192493, 30.1349825 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "蜀山第二桥河河边公园", "area_sqm": 4.4428345e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.242043, 30.1349066 ], [ 120.2414793, 30.1350058 ], [ 120.2415043, 30.1357775 ], [ 120.2418314, 30.1360453 ], [ 120.241903, 30.1357637 ], [ 120.242043, 30.1349066 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "湘蜀田园·野趣乐园", "area_sqm": 1.6505917695e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2396872, 30.1397823 ], [ 120.239599, 30.1391055 ], [ 120.2399796, 30.1391753 ], [ 120.2391259, 30.1374219 ], [ 120.2387217, 30.1374088 ], [ 120.2387236, 30.1372184 ], [ 120.2389375, 30.1371818 ], [ 120.2376347, 30.1340207 ], [ 120.2374653, 30.1340975 ], [ 120.2372864, 30.1338335 ], [ 120.2374914, 30.1335592 ], [ 120.2373278, 30.1329432 ], [ 120.2369475, 30.1330734 ], [ 120.236054, 30.1318289 ], [ 120.2358132, 30.1318523 ], [ 120.2352363, 30.1309943 ], [ 120.2348529, 30.1311156 ], [ 120.2353555, 30.1321921 ], [ 120.2384917, 30.1413569 ], [ 120.2393058, 30.1411605 ], [ 120.2394668, 30.1416162 ], [ 120.2400215, 30.1415188 ], [ 120.240001, 30.1411782 ], [ 120.2398604, 30.1409146 ], [ 120.2397488, 30.1408287 ], [ 120.2396872, 30.1397823 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "上董村文化公园", "area_sqm": 1.518885953e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1816091, 30.0231854 ], [ 120.1787276, 30.0233643 ], [ 120.1781394, 30.0243437 ], [ 120.1782954, 30.0278335 ], [ 120.1818574, 30.0274759 ], [ 120.1816091, 30.0231854 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "清源廉文化主题公园", "area_sqm": 1.34527811e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1973651, 30.0728112 ], [ 120.1973267, 30.0720144 ], [ 120.1979597, 30.0720144 ], [ 120.1979789, 30.0716658 ], [ 120.1964444, 30.0715994 ], [ 120.1971541, 30.0732096 ], [ 120.1980173, 30.0732096 ], [ 120.1980173, 30.0728444 ], [ 120.1973651, 30.0728112 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "智慧花乐园", "area_sqm": 1.2256660045000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1991933, 30.1164287 ], [ 120.1991781, 30.1159318 ], [ 120.1975752, 30.1158144 ], [ 120.1963528, 30.1157249 ], [ 120.1946115, 30.115426 ], [ 120.190558, 30.1147303 ], [ 120.1905479, 30.1153968 ], [ 120.1910856, 30.116748 ], [ 120.1925222, 30.1166134 ], [ 120.1935089, 30.1166842 ], [ 120.1944337, 30.116803 ], [ 120.194923, 30.1169816 ], [ 120.1958805, 30.1170971 ], [ 120.1969417, 30.1169112 ], [ 120.1977735, 30.1169893 ], [ 120.1986984, 30.1173959 ], [ 120.199138, 30.1169488 ], [ 120.1991933, 30.1164287 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "闻堰人民公园", "area_sqm": 4.79148816e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1772184, 30.123918 ], [ 120.1769308, 30.1239815 ], [ 120.1763092, 30.124899 ], [ 120.1780754, 30.1250433 ], [ 120.1798242, 30.1251778 ], [ 120.1807523, 30.1252196 ], [ 120.1815502, 30.125215 ], [ 120.1814516, 30.1243158 ], [ 120.1778743, 30.1240364 ], [ 120.1772184, 30.123918 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "天一亭公园", "area_sqm": 7.3212119e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.174346, 30.1346761 ], [ 120.1742864, 30.13413 ], [ 120.174257, 30.1332326 ], [ 120.1743379, 30.1322273 ], [ 120.1742157, 30.1321119 ], [ 120.1741161, 30.1323353 ], [ 120.173966, 30.1327294 ], [ 120.173966, 30.1331521 ], [ 120.1740136, 30.1335661 ], [ 120.1739561, 30.1339512 ], [ 120.1740372, 30.1347327 ], [ 120.174346, 30.1346761 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "海山公园", "area_sqm": 2.09399365e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1954415, 30.1570846 ], [ 120.195887, 30.1575423 ], [ 120.1960134, 30.1574576 ], [ 120.195324, 30.1568293 ], [ 120.1948748, 30.1572249 ], [ 120.1949355, 30.1573973 ], [ 120.1953229, 30.1570663 ], [ 120.1954415, 30.1570846 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "白马湖生态创意城SOHO创意园", "area_sqm": 9.6140459e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1876059, 30.1608723 ], [ 120.1867356, 30.1599904 ], [ 120.1861494, 30.1606547 ], [ 120.186806, 30.1612398 ], [ 120.1871797, 30.1612161 ], [ 120.1876059, 30.1608723 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "长江公园", "area_sqm": 3.4849871e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1934042, 30.1682567 ], [ 120.1930009, 30.1681755 ], [ 120.1926818, 30.1688188 ], [ 120.1932495, 30.1689469 ], [ 120.1934042, 30.1682567 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.185182495e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1785858, 30.198958 ], [ 120.1787965, 30.1987149 ], [ 120.1790731, 30.1984462 ], [ 120.1791875, 30.1983069 ], [ 120.1793581, 30.1981905 ], [ 120.1795538, 30.198106 ], [ 120.1799042, 30.1979608 ], [ 120.1792411, 30.1971924 ], [ 120.1788987, 30.1976473 ], [ 120.1788271, 30.1978027 ], [ 120.1781951, 30.198667 ], [ 120.1781201, 30.1987231 ], [ 120.1779237, 30.1987383 ], [ 120.1783505, 30.1988967 ], [ 120.1785858, 30.198958 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.80169185e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1871237, 30.1989373 ], [ 120.1862439, 30.1985873 ], [ 120.1861983, 30.1986128 ], [ 120.1860616, 30.19903 ], [ 120.186016, 30.1990833 ], [ 120.1860723, 30.1991112 ], [ 120.1871237, 30.1989373 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "湘湖国家旅游度假区", "area_sqm": 0.00068006228137999997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1901335, 30.1190575 ], [ 120.1904543, 30.1202586 ], [ 120.1917509, 30.1203577 ], [ 120.1925701, 30.1202908 ], [ 120.1928853, 30.120821 ], [ 120.1929925, 30.1211794 ], [ 120.1929932, 30.1215092 ], [ 120.1927216, 30.1260796 ], [ 120.1901186, 30.1255226 ], [ 120.1899684, 30.1260748 ], [ 120.1905316, 30.1262047 ], [ 120.190596, 30.1262929 ], [ 120.1903278, 30.1271002 ], [ 120.1904887, 30.1272394 ], [ 120.192288, 30.1280108 ], [ 120.1939031, 30.1285405 ], [ 120.1965371, 30.1297665 ], [ 120.1980861, 30.1303894 ], [ 120.2014589, 30.1316293 ], [ 120.2022703, 30.1320875 ], [ 120.202867, 30.1326518 ], [ 120.2030049, 30.1328862 ], [ 120.2034793, 30.1347314 ], [ 120.2028996, 30.1348497 ], [ 120.2029312, 30.135413 ], [ 120.2028553, 30.136523 ], [ 120.2028679, 30.136791 ], [ 120.2033225, 30.1380693 ], [ 120.2039034, 30.1380075 ], [ 120.2040789, 30.1384418 ], [ 120.2043155, 30.1388853 ], [ 120.2047983, 30.1395476 ], [ 120.2049834, 30.1401054 ], [ 120.205036, 30.1407506 ], [ 120.2053243, 30.1413904 ], [ 120.2056257, 30.1417546 ], [ 120.2059811, 30.1420365 ], [ 120.2064143, 30.1422974 ], [ 120.2070484, 30.142454 ], [ 120.2077246, 30.1425224 ], [ 120.2091703, 30.1423531 ], [ 120.2101748, 30.142374 ], [ 120.2109687, 30.1427381 ], [ 120.2114769, 30.1434092 ], [ 120.2118614, 30.1442858 ], [ 120.2118458, 30.1451539 ], [ 120.2118887, 30.14546 ], [ 120.212439, 30.1460505 ], [ 120.2128745, 30.146074 ], [ 120.2133509, 30.1463013 ], [ 120.2144195, 30.1470946 ], [ 120.2151533, 30.1475445 ], [ 120.2160503, 30.1477997 ], [ 120.2173377, 30.1476883 ], [ 120.2180287, 30.14786 ], [ 120.2192749, 30.1485478 ], [ 120.2195264, 30.1491356 ], [ 120.2195693, 30.1498964 ], [ 120.2196122, 30.1503231 ], [ 120.2202138, 30.1507774 ], [ 120.2208825, 30.150736 ], [ 120.2228953, 30.1513807 ], [ 120.224805, 30.1528836 ], [ 120.2249981, 30.1535887 ], [ 120.2249552, 30.1541824 ], [ 120.2256676, 30.1546695 ], [ 120.2271699, 30.1562945 ], [ 120.2274299, 30.1579182 ], [ 120.226649, 30.1583951 ], [ 120.2260431, 30.1585472 ], [ 120.2255616, 30.158455 ], [ 120.2242321, 30.1575461 ], [ 120.2230173, 30.1572823 ], [ 120.2226264, 30.1576676 ], [ 120.2214358, 30.1574652 ], [ 120.2212198, 30.1574933 ], [ 120.2212792, 30.1577262 ], [ 120.2232521, 30.1583751 ], [ 120.2242981, 30.1587843 ], [ 120.2250513, 30.1591592 ], [ 120.2242728, 30.1596789 ], [ 120.2235839, 30.1596469 ], [ 120.2235802, 30.1592868 ], [ 120.2228127, 30.1589367 ], [ 120.2224638, 30.1592622 ], [ 120.2211784, 30.1594793 ], [ 120.220402, 30.1585121 ], [ 120.2200487, 30.158385 ], [ 120.2199114, 30.1586544 ], [ 120.2204356, 30.1595104 ], [ 120.2202772, 30.1596078 ], [ 120.2192654, 30.1596117 ], [ 120.2190543, 30.1599343 ], [ 120.2195386, 30.1602166 ], [ 120.2207629, 30.1600729 ], [ 120.2212223, 30.1601392 ], [ 120.2221767, 30.1601123 ], [ 120.2233736, 30.1603428 ], [ 120.2236104, 30.1606167 ], [ 120.2233749, 30.1612088 ], [ 120.2230825, 30.1617185 ], [ 120.2226214, 30.1620286 ], [ 120.2231079, 30.1625221 ], [ 120.2236524, 30.1624096 ], [ 120.2242597, 30.1618523 ], [ 120.22558, 30.1610604 ], [ 120.2259989, 30.1612584 ], [ 120.2271183, 30.1607364 ], [ 120.2273077, 30.1596682 ], [ 120.2275445, 30.1591173 ], [ 120.2282597, 30.1589136 ], [ 120.2293154, 30.1590666 ], [ 120.2297832, 30.1595629 ], [ 120.230384, 30.1600824 ], [ 120.2306629, 30.1610657 ], [ 120.2305986, 30.1613997 ], [ 120.2315945, 30.1619673 ], [ 120.2325496, 30.1596269 ], [ 120.2364536, 30.1560289 ], [ 120.2364031, 30.1557974 ], [ 120.2362659, 30.1555883 ], [ 120.2346707, 30.1546214 ], [ 120.233271, 30.1532205 ], [ 120.2318083, 30.1522265 ], [ 120.2286798, 30.1487882 ], [ 120.226128, 30.1473095 ], [ 120.2251705, 30.1468539 ], [ 120.2229183, 30.1467814 ], [ 120.2216484, 30.1465564 ], [ 120.2209443, 30.1458959 ], [ 120.2203186, 30.1444749 ], [ 120.2182889, 30.1413679 ], [ 120.2183616, 30.1409535 ], [ 120.2180815, 30.1387601 ], [ 120.2161193, 30.135535 ], [ 120.2151199, 30.1348676 ], [ 120.2128315, 30.1327254 ], [ 120.2123792, 30.1322639 ], [ 120.2126585, 30.1311561 ], [ 120.2131923, 30.1313024 ], [ 120.2132951, 30.1307571 ], [ 120.2133417, 30.1279629 ], [ 120.213854, 30.1269137 ], [ 120.2138991, 30.1265988 ], [ 120.2138683, 30.1261499 ], [ 120.2137798, 30.1255711 ], [ 120.2139152, 30.1250665 ], [ 120.2145222, 30.1241163 ], [ 120.2154637, 30.1232846 ], [ 120.2169675, 30.1219064 ], [ 120.2176835, 30.1208333 ], [ 120.2179753, 30.1200747 ], [ 120.2178998, 30.1179744 ], [ 120.2171972, 30.1177182 ], [ 120.2140852, 30.1160868 ], [ 120.2126659, 30.1155252 ], [ 120.2114952, 30.1154156 ], [ 120.2057184, 30.1158414 ], [ 120.2058846, 30.1167733 ], [ 120.205737, 30.1174115 ], [ 120.205188, 30.1175727 ], [ 120.2035456, 30.117711 ], [ 120.2026161, 30.1157739 ], [ 120.2015459, 30.1158597 ], [ 120.1975752, 30.1158144 ], [ 120.1946115, 30.115426 ], [ 120.1858706, 30.1139039 ], [ 120.1856857, 30.1143785 ], [ 120.1858485, 30.1144105 ], [ 120.1859343, 30.1144766 ], [ 120.185975, 30.114607 ], [ 120.1859142, 30.1147202 ], [ 120.1858525, 30.1147805 ], [ 120.1858784, 30.1148702 ], [ 120.1858887, 30.1150462 ], [ 120.185933, 30.1151379 ], [ 120.1858981, 30.1151935 ], [ 120.1859745, 30.1152829 ], [ 120.1860993, 30.1153188 ], [ 120.1861864, 30.1154522 ], [ 120.1861887, 30.1155251 ], [ 120.1860501, 30.1159754 ], [ 120.1858224, 30.116161 ], [ 120.1858981, 30.1165334 ], [ 120.1857296, 30.1170435 ], [ 120.1851147, 30.1179945 ], [ 120.1883791, 30.1191621 ], [ 120.1901335, 30.1190575 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "water_park", "name": "浪浪浪水公园", "area_sqm": 3.27163158e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2421807, 30.1633102 ], [ 120.2422776, 30.1633757 ], [ 120.2428964, 30.1638199 ], [ 120.2436156, 30.1630325 ], [ 120.243709, 30.1630648 ], [ 120.2439331, 30.1626752 ], [ 120.2439472, 30.1624067 ], [ 120.2431202, 30.1616244 ], [ 120.2430015, 30.1617183 ], [ 120.2429338, 30.1619827 ], [ 120.24281, 30.1619525 ], [ 120.2426737, 30.1619356 ], [ 120.2426302, 30.1619302 ], [ 120.2425532, 30.1619726 ], [ 120.2423547, 30.1619504 ], [ 120.2417079, 30.1619302 ], [ 120.2415841, 30.1620029 ], [ 120.2414581, 30.1622896 ], [ 120.2412655, 30.1624537 ], [ 120.2417076, 30.1627956 ], [ 120.241813, 30.1628771 ], [ 120.2416939, 30.1629826 ], [ 120.2421165, 30.1632667 ], [ 120.2421807, 30.1633102 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "白马湖小区北公园", "area_sqm": 9.9016968e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.201213, 30.1706055 ], [ 120.2008519, 30.1704917 ], [ 120.198975, 30.1695484 ], [ 120.1988197, 30.1703739 ], [ 120.1988549, 30.170491 ], [ 120.1999792, 30.1704708 ], [ 120.201213, 30.1706055 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.793776025e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2043528, 30.1775729 ], [ 120.2004494, 30.1776407 ], [ 120.2006867, 30.1769236 ], [ 120.201104, 30.1754861 ], [ 120.2008941, 30.1755081 ], [ 120.2001805, 30.1778254 ], [ 120.2002591, 30.178242 ], [ 120.2043417, 30.1780936 ], [ 120.2044072, 30.1778673 ], [ 120.2043528, 30.1775729 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.950926575e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2169313, 30.1776699 ], [ 120.2177416, 30.1760001 ], [ 120.2174742, 30.1759536 ], [ 120.2169235, 30.1771778 ], [ 120.2167488, 30.1772204 ], [ 120.214743, 30.1772613 ], [ 120.2075432, 30.1774451 ], [ 120.2074371, 30.1779536 ], [ 120.2169313, 30.1776699 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.023226185e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.217418, 30.178353 ], [ 120.2176467, 30.1785126 ], [ 120.2178309, 30.1783387 ], [ 120.2176029, 30.1781522 ], [ 120.217643, 30.1779342 ], [ 120.2183001, 30.1778973 ], [ 120.2185338, 30.178044 ], [ 120.2185284, 30.178506 ], [ 120.219891, 30.1783412 ], [ 120.2201674, 30.1790288 ], [ 120.2204741, 30.1790872 ], [ 120.2205536, 30.1786715 ], [ 120.2205589, 30.1777652 ], [ 120.2166495, 30.177875 ], [ 120.2166573, 30.1780791 ], [ 120.2163116, 30.1781443 ], [ 120.2157765, 30.1781999 ], [ 120.2153442, 30.1782119 ], [ 120.2150912, 30.178141 ], [ 120.2145733, 30.1782774 ], [ 120.213814, 30.1783522 ], [ 120.2134915, 30.1783886 ], [ 120.2131355, 30.1783733 ], [ 120.2116737, 30.1782305 ], [ 120.2096768, 30.1783592 ], [ 120.20937, 30.1784307 ], [ 120.2090689, 30.1784194 ], [ 120.207871, 30.1783753 ], [ 120.2076014, 30.1783753 ], [ 120.2069706, 30.1784853 ], [ 120.2069326, 30.1786894 ], [ 120.2166415, 30.178502 ], [ 120.217418, 30.178353 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.45064423e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2065307, 30.1782474 ], [ 120.1987409, 30.178491 ], [ 120.1987659, 30.1789535 ], [ 120.2065287, 30.1786716 ], [ 120.2065307, 30.1782474 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "创伟科技园草坪", "area_sqm": 3.41945835e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2088957, 30.182074 ], [ 120.2078693, 30.1820648 ], [ 120.2078587, 30.1823983 ], [ 120.2088922, 30.1824044 ], [ 120.2088957, 30.182074 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "海塘公园", "area_sqm": 3.6016661e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.200701, 30.1831559 ], [ 120.2007232, 30.1822993 ], [ 120.1995389, 30.182323 ], [ 120.1995105, 30.1817694 ], [ 120.1987485, 30.1817328 ], [ 120.1987116, 30.1838149 ], [ 120.2014085, 30.1837291 ], [ 120.2012567, 30.1835047 ], [ 120.200701, 30.1831559 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大鸟公园", "area_sqm": 1.548854195e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2348641, 30.1839468 ], [ 120.232621, 30.1847678 ], [ 120.2325714, 30.1847986 ], [ 120.2325351, 30.1848448 ], [ 120.2325174, 30.1848934 ], [ 120.232522, 30.1849941 ], [ 120.2325406, 30.1850332 ], [ 120.2325757, 30.1850704 ], [ 120.2326237, 30.1850823 ], [ 120.235014, 30.1849151 ], [ 120.2348641, 30.1839468 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "永兴公园", "area_sqm": 1.295374115e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2619132, 30.1635966 ], [ 120.2619145, 30.1631586 ], [ 120.261917, 30.1623575 ], [ 120.2609304, 30.1623411 ], [ 120.2608809, 30.1623531 ], [ 120.2608336, 30.1623873 ], [ 120.2608214, 30.1624474 ], [ 120.2608196, 30.1634295 ], [ 120.2610548, 30.1635077 ], [ 120.2619132, 30.1635966 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "梦笔园公园", "area_sqm": 1.33579436e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2668558, 30.1641171 ], [ 120.2678845, 30.1636003 ], [ 120.2693409, 30.162767 ], [ 120.2692654, 30.162662 ], [ 120.2688882, 30.1628564 ], [ 120.2683317, 30.1631135 ], [ 120.2679418, 30.1633938 ], [ 120.2660534, 30.1642077 ], [ 120.264967, 30.1646503 ], [ 120.2633116, 30.1654416 ], [ 120.2632708, 30.1656729 ], [ 120.2640394, 30.1652977 ], [ 120.2668558, 30.1641171 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "西山公园", "area_sqm": 3.1679553825e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2489598, 30.1665708 ], [ 120.2501255, 30.166983 ], [ 120.2506654, 30.167145 ], [ 120.2513743, 30.1673578 ], [ 120.2527723, 30.1673307 ], [ 120.2532192, 30.1673131 ], [ 120.2539264, 30.1671014 ], [ 120.2543795, 30.1668252 ], [ 120.2551895, 30.1667233 ], [ 120.2552468, 30.1667201 ], [ 120.2565198, 30.1666491 ], [ 120.2581506, 30.1666491 ], [ 120.2584348, 30.166342 ], [ 120.2583223, 30.1656102 ], [ 120.2578974, 30.1652058 ], [ 120.2570777, 30.164831 ], [ 120.2562249, 30.1642926 ], [ 120.2558332, 30.1642003 ], [ 120.2557045, 30.1644971 ], [ 120.2550812, 30.1645067 ], [ 120.2551186, 30.1636898 ], [ 120.2539875, 30.162888 ], [ 120.2533055, 30.1630908 ], [ 120.2528436, 30.1632918 ], [ 120.2524931, 30.1632873 ], [ 120.2524632, 30.1626701 ], [ 120.2525984, 30.1622448 ], [ 120.2525716, 30.1616029 ], [ 120.2519069, 30.161503 ], [ 120.251278, 30.1623713 ], [ 120.2501703, 30.1639547 ], [ 120.2478367, 30.1657369 ], [ 120.2482372, 30.1663152 ], [ 120.2489598, 30.1665708 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "江寺公园", "area_sqm": 3.560665885e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.267541, 30.1671371 ], [ 120.2676116, 30.1671363 ], [ 120.2676574, 30.1671025 ], [ 120.2676757, 30.1670499 ], [ 120.2676805, 30.1669878 ], [ 120.2677017, 30.166715 ], [ 120.2676947, 30.1659577 ], [ 120.2676564, 30.1656626 ], [ 120.2676411, 30.1652676 ], [ 120.2675994, 30.1650725 ], [ 120.2675115, 30.1649173 ], [ 120.2670426, 30.164166 ], [ 120.2667769, 30.1642852 ], [ 120.2661818, 30.1645521 ], [ 120.2661912, 30.1646179 ], [ 120.2663495, 30.1657253 ], [ 120.2661952, 30.1659284 ], [ 120.2662371, 30.1662559 ], [ 120.2664715, 30.1664351 ], [ 120.2664188, 30.167048 ], [ 120.2669388, 30.1670893 ], [ 120.267541, 30.1671371 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "盆景园", "area_sqm": 1.4739588e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2718575, 30.1710854 ], [ 120.2722418, 30.1713926 ], [ 120.2725334, 30.1707422 ], [ 120.270683, 30.1699837 ], [ 120.2706451, 30.1709741 ], [ 120.2712781, 30.1712431 ], [ 120.2718575, 30.1710854 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "时代公园", "area_sqm": 3.99661565e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2652344, 30.1799511 ], [ 120.2653768, 30.1796024 ], [ 120.2649062, 30.1794076 ], [ 120.2644317, 30.1792742 ], [ 120.264487, 30.1798109 ], [ 120.2652344, 30.1799511 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "新安公园", "area_sqm": 2.685041085e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2737526, 30.1783229 ], [ 120.2733416, 30.1784665 ], [ 120.2731783, 30.1786857 ], [ 120.2732541, 30.1799658 ], [ 120.2733736, 30.1809661 ], [ 120.274834, 30.1809283 ], [ 120.2737526, 30.1783229 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "人民广场", "area_sqm": 5.523579325e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2585128, 30.185267 ], [ 120.2590835, 30.185196 ], [ 120.2596931, 30.1852092 ], [ 120.2599189, 30.1852141 ], [ 120.2600835, 30.1852177 ], [ 120.2609939, 30.1850686 ], [ 120.2615288, 30.1850493 ], [ 120.2618368, 30.1850849 ], [ 120.2620108, 30.1838766 ], [ 120.261977, 30.18382 ], [ 120.2619342, 30.1837971 ], [ 120.2577954, 30.1839184 ], [ 120.2577091, 30.1853374 ], [ 120.2585128, 30.185267 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.820066095e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2769725, 30.1843817 ], [ 120.2775132, 30.1848973 ], [ 120.2789251, 30.1858989 ], [ 120.2792513, 30.1860547 ], [ 120.2796847, 30.1859917 ], [ 120.2796676, 30.1849196 ], [ 120.2795259, 30.1848899 ], [ 120.279483, 30.1842036 ], [ 120.2795431, 30.1840219 ], [ 120.2795989, 30.1837028 ], [ 120.2796204, 30.1833801 ], [ 120.2761442, 30.1833244 ], [ 120.2764918, 30.1838549 ], [ 120.2769725, 30.1843817 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.5455585e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2826706, 30.1859082 ], [ 120.2826556, 30.1857446 ], [ 120.2826751, 30.1854817 ], [ 120.2831748, 30.185316 ], [ 120.2838919, 30.1848416 ], [ 120.28413, 30.1847471 ], [ 120.2813633, 30.1848028 ], [ 120.2816315, 30.1850161 ], [ 120.2817924, 30.1850903 ], [ 120.2818139, 30.1853128 ], [ 120.2820284, 30.1856931 ], [ 120.2821786, 30.1860269 ], [ 120.2825512, 30.1859972 ], [ 120.2826706, 30.1859082 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.7737586e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2224025, 30.1876251 ], [ 120.2223171, 30.1872631 ], [ 120.2220895, 30.1872912 ], [ 120.2216585, 30.1872034 ], [ 120.2216487, 30.1872782 ], [ 120.2215772, 30.1878254 ], [ 120.2223659, 30.1877024 ], [ 120.2224025, 30.1876251 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.2735488e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2184656, 30.1911565 ], [ 120.2184546, 30.1912138 ], [ 120.218512, 30.1912615 ], [ 120.2186004, 30.191273 ], [ 120.2186865, 30.191273 ], [ 120.2187705, 30.1912653 ], [ 120.2188169, 30.1912252 ], [ 120.2188323, 30.1911317 ], [ 120.2188765, 30.1910515 ], [ 120.2189494, 30.1910037 ], [ 120.2190687, 30.1909999 ], [ 120.2191791, 30.1910056 ], [ 120.219378, 30.1910095 ], [ 120.2194177, 30.1909846 ], [ 120.219442, 30.1909445 ], [ 120.2194531, 30.1908586 ], [ 120.2194663, 30.1907994 ], [ 120.2195083, 30.1907651 ], [ 120.2195238, 30.1907746 ], [ 120.219685, 30.1907383 ], [ 120.2197469, 30.190746 ], [ 120.2198109, 30.1907421 ], [ 120.2198662, 30.1907326 ], [ 120.2198905, 30.1907097 ], [ 120.2199015, 30.19066 ], [ 120.2199059, 30.1905531 ], [ 120.2198838, 30.1904996 ], [ 120.2198242, 30.1904767 ], [ 120.2197601, 30.1904691 ], [ 120.2196939, 30.1904748 ], [ 120.2196607, 30.1904882 ], [ 120.2196364, 30.1905226 ], [ 120.2196121, 30.1905684 ], [ 120.2195812, 30.1906161 ], [ 120.2195569, 30.1906429 ], [ 120.2195238, 30.1906352 ], [ 120.2194685, 30.1906505 ], [ 120.2194553, 30.1906849 ], [ 120.2194464, 30.1907059 ], [ 120.2192101, 30.1906887 ], [ 120.2191814, 30.1906982 ], [ 120.2191659, 30.1907154 ], [ 120.2191438, 30.1907574 ], [ 120.2191305, 30.1908051 ], [ 120.2191107, 30.1908452 ], [ 120.2190532, 30.1908834 ], [ 120.218998, 30.1909159 ], [ 120.2189207, 30.1909293 ], [ 120.2187727, 30.1909063 ], [ 120.2187064, 30.1909006 ], [ 120.2186468, 30.1909254 ], [ 120.2186269, 30.1909636 ], [ 120.2186026, 30.1910056 ], [ 120.2185827, 30.1910438 ], [ 120.2185584, 30.1910896 ], [ 120.2184943, 30.1911259 ], [ 120.2184656, 30.1911565 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北塘河游步道", "area_sqm": 1.19996481e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2134028, 30.1952288 ], [ 120.2134285, 30.1949935 ], [ 120.2132948, 30.1950223 ], [ 120.2127595, 30.1951238 ], [ 120.211599, 30.1952944 ], [ 120.2107518, 30.1954032 ], [ 120.2100419, 30.1955961 ], [ 120.2098965, 30.1955854 ], [ 120.2097931, 30.1956272 ], [ 120.2114648, 30.1961491 ], [ 120.2115722, 30.1955396 ], [ 120.2134028, 30.1952288 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北塘河游步道", "area_sqm": 2.952264715e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2070506, 30.1975103 ], [ 120.2098965, 30.1964386 ], [ 120.2099087, 30.1961856 ], [ 120.209129, 30.195925 ], [ 120.2090639, 30.1958863 ], [ 120.2083281, 30.1961569 ], [ 120.2064701, 30.1969054 ], [ 120.2062582, 30.1970301 ], [ 120.2062131, 30.1979284 ], [ 120.2070425, 30.1976262 ], [ 120.2070506, 30.1975103 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.925960885e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2034298, 30.1978972 ], [ 120.2054415, 30.1970245 ], [ 120.2057445, 30.1968931 ], [ 120.2056885, 30.1967559 ], [ 120.2056044, 30.1966268 ], [ 120.2055811, 30.1962312 ], [ 120.2043762, 30.1958195 ], [ 120.2042782, 30.1961222 ], [ 120.2039111, 30.1965594 ], [ 120.2033132, 30.1969478 ], [ 120.2023041, 30.1972978 ], [ 120.2019295, 30.1973471 ], [ 120.2021339, 30.1977577 ], [ 120.2021586, 30.1978073 ], [ 120.2023967, 30.1982856 ], [ 120.2033154, 30.1980051 ], [ 120.2034298, 30.1978972 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "江一公园", "area_sqm": 3.293790605e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2022597, 30.1997815 ], [ 120.2023488, 30.1995548 ], [ 120.2024851, 30.1992364 ], [ 120.2028754, 30.1989202 ], [ 120.2034202, 30.1987445 ], [ 120.203965, 30.1986742 ], [ 120.204339, 30.1986391 ], [ 120.2055993, 30.1986742 ], [ 120.2056969, 30.1972968 ], [ 120.2053362, 30.197423 ], [ 120.2048039, 30.197665 ], [ 120.2047535, 30.1977525 ], [ 120.2016088, 30.1990488 ], [ 120.2015159, 30.1990607 ], [ 120.2009974, 30.1992676 ], [ 120.2008963, 30.1992693 ], [ 120.2008392, 30.1992767 ], [ 120.2007206, 30.1993443 ], [ 120.2021218, 30.1998028 ], [ 120.2022597, 30.1997815 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.69901335e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2424178, 30.1990897 ], [ 120.2426266, 30.1990774 ], [ 120.2426301, 30.1988786 ], [ 120.2420993, 30.1988878 ], [ 120.2420851, 30.1987593 ], [ 120.2419886, 30.198806 ], [ 120.2419931, 30.1989642 ], [ 120.2419895, 30.1991478 ], [ 120.2419931, 30.1993925 ], [ 120.2424143, 30.1993955 ], [ 120.2424178, 30.1990897 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.47413481e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2388077, 30.2023592 ], [ 120.2375052, 30.2023837 ], [ 120.2375194, 30.2034971 ], [ 120.2388218, 30.2035093 ], [ 120.2388077, 30.2023592 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.8932863e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2086636, 30.2039069 ], [ 120.2085328, 30.2038363 ], [ 120.2084044, 30.203693 ], [ 120.2083432, 30.2036808 ], [ 120.2083133, 30.2036748 ], [ 120.2083367, 30.2034851 ], [ 120.2078954, 30.2034468 ], [ 120.207921, 30.2035901 ], [ 120.2079958, 30.2036567 ], [ 120.2079794, 30.2037959 ], [ 120.2078767, 30.2037959 ], [ 120.2078416, 30.2038585 ], [ 120.207907, 30.203917 ], [ 120.2078977, 30.2039755 ], [ 120.2080004, 30.2040603 ], [ 120.2080425, 30.2041773 ], [ 120.2081806, 30.2042382 ], [ 120.2082806, 30.2042823 ], [ 120.2083773, 30.204292 ], [ 120.2084604, 30.2043004 ], [ 120.2085118, 30.2038908 ], [ 120.2086636, 30.2039069 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "golf_course", "name": null, "area_sqm": 9.517769e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2088366, 30.2052437 ], [ 120.2086405, 30.2051606 ], [ 120.2083926, 30.205573 ], [ 120.2085591, 30.2056497 ], [ 120.2088366, 30.2052437 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北塘河公园", "area_sqm": 1.243854671e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2619226, 30.1931955 ], [ 120.2726401, 30.1929062 ], [ 120.2763529, 30.192806 ], [ 120.276769, 30.1927913 ], [ 120.280073, 30.1926748 ], [ 120.2803492, 30.1920945 ], [ 120.2760116, 30.192255 ], [ 120.2759117, 30.1922487 ], [ 120.2740036, 30.1923243 ], [ 120.2734983, 30.1923083 ], [ 120.2729499, 30.1923189 ], [ 120.2722412, 30.1923722 ], [ 120.2722474, 30.1926811 ], [ 120.271434, 30.1926811 ], [ 120.2714155, 30.192532 ], [ 120.2677983, 30.1926598 ], [ 120.2676148, 30.192664 ], [ 120.2670959, 30.1926758 ], [ 120.2654876, 30.1926971 ], [ 120.2650809, 30.192729 ], [ 120.2639778, 30.1927397 ], [ 120.263984, 30.1926172 ], [ 120.2635091, 30.1926345 ], [ 120.2617903, 30.1926971 ], [ 120.2617903, 30.1929474 ], [ 120.2612533, 30.1929832 ], [ 120.260588, 30.1930016 ], [ 120.260588, 30.1931178 ], [ 120.2596253, 30.1931361 ], [ 120.2595899, 30.1927874 ], [ 120.2571691, 30.1928302 ], [ 120.2571833, 30.1932096 ], [ 120.256031, 30.1932317 ], [ 120.2551912, 30.1932478 ], [ 120.2553201, 30.1928399 ], [ 120.2520699, 30.1929342 ], [ 120.252025, 30.1929491 ], [ 120.2520583, 30.1934974 ], [ 120.2563543, 30.1933717 ], [ 120.2619226, 30.1931955 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北塘河公园", "area_sqm": 1.74489243e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2496087, 30.1935151 ], [ 120.2504015, 30.193509 ], [ 120.2503873, 30.1931235 ], [ 120.2492618, 30.1931358 ], [ 120.2493114, 30.1933988 ], [ 120.2491647, 30.1934048 ], [ 120.2487112, 30.1934233 ], [ 120.2486484, 30.1930411 ], [ 120.2485591, 30.1930484 ], [ 120.24648, 30.1931235 ], [ 120.2464517, 30.1936619 ], [ 120.2494246, 30.1935701 ], [ 120.2496087, 30.1935151 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.548683985e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2846104, 30.193295 ], [ 120.2809554, 30.1933279 ], [ 120.2809787, 30.1937414 ], [ 120.2841573, 30.1937872 ], [ 120.2846104, 30.193295 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.2559386e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2804463, 30.19333 ], [ 120.2777756, 30.1933474 ], [ 120.2778826, 30.1938676 ], [ 120.2804451, 30.1937674 ], [ 120.2804463, 30.19333 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.15045635e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2775906, 30.1938453 ], [ 120.2775226, 30.1933452 ], [ 120.2761937, 30.1933034 ], [ 120.2738411, 30.1933689 ], [ 120.2738282, 30.1937027 ], [ 120.2738815, 30.1940067 ], [ 120.2756591, 30.1938967 ], [ 120.2775906, 30.1938453 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.685191125e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2679205, 30.194116 ], [ 120.2690442, 30.1939563 ], [ 120.270383, 30.1939605 ], [ 120.2704273, 30.1941461 ], [ 120.2714836, 30.1939823 ], [ 120.2721107, 30.1939608 ], [ 120.2724575, 30.1940663 ], [ 120.2724329, 30.1935888 ], [ 120.2723599, 30.193422 ], [ 120.2619149, 30.1937445 ], [ 120.2619858, 30.1942613 ], [ 120.2638646, 30.1942088 ], [ 120.2638662, 30.1939235 ], [ 120.2652349, 30.1938931 ], [ 120.2653958, 30.1939663 ], [ 120.2653985, 30.1941733 ], [ 120.2676821, 30.1940615 ], [ 120.2678218, 30.1962206 ], [ 120.2681915, 30.1961662 ], [ 120.2680539, 30.195011 ], [ 120.2679205, 30.194116 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "生态公园", "area_sqm": 1.52391626e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2477093, 30.19819 ], [ 120.2463363, 30.1982142 ], [ 120.2463269, 30.1993121 ], [ 120.2476999, 30.1993121 ], [ 120.2477093, 30.19819 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "XPACE湾区数字公园", "area_sqm": 1.89798577e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2557775, 30.2058833 ], [ 120.2539858, 30.2059701 ], [ 120.254022, 30.2069864 ], [ 120.2558432, 30.2069653 ], [ 120.2557775, 30.2058833 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.050578975e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2462999, 30.2081451 ], [ 120.2463114, 30.2073434 ], [ 120.2458136, 30.2073397 ], [ 120.245775, 30.209424 ], [ 120.2462814, 30.2094425 ], [ 120.2462999, 30.2081451 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "信息港公园", "area_sqm": 5.83668917e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2476519, 30.211585 ], [ 120.2476895, 30.2098049 ], [ 120.2475768, 30.2096844 ], [ 120.2460797, 30.2097032 ], [ 120.2459781, 30.2097045 ], [ 120.2449965, 30.2097168 ], [ 120.2447658, 30.20982 ], [ 120.2447561, 30.2104266 ], [ 120.2447626, 30.2112791 ], [ 120.2447512, 30.2115929 ], [ 120.2448603, 30.2117169 ], [ 120.2450019, 30.2117566 ], [ 120.2475446, 30.2116778 ], [ 120.2476519, 30.211585 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北塘河爱心公园", "area_sqm": 6.5623962e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1995655, 30.1993918 ], [ 120.1984117, 30.1990171 ], [ 120.1982783, 30.1990594 ], [ 120.1982094, 30.1991785 ], [ 120.1981783, 30.1998952 ], [ 120.1983006, 30.1998933 ], [ 120.1995655, 30.1993918 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北塘河游步道", "area_sqm": 3.197799495e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1989471, 30.2011988 ], [ 120.1999416, 30.2004552 ], [ 120.2007282, 30.2000147 ], [ 120.2010222, 30.1998678 ], [ 120.2000833, 30.1995828 ], [ 120.1990671, 30.200008 ], [ 120.198902, 30.2002149 ], [ 120.1987012, 30.2003077 ], [ 120.1984246, 30.2003031 ], [ 120.1982579, 30.2003382 ], [ 120.1980587, 30.2004191 ], [ 120.1980287, 30.2005338 ], [ 120.1978933, 30.2008728 ], [ 120.1976504, 30.2013047 ], [ 120.1971881, 30.2020998 ], [ 120.1977424, 30.2022724 ], [ 120.1982235, 30.2016519 ], [ 120.1989471, 30.2011988 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北塘河活力公园", "area_sqm": 2.41207008e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1945154, 30.2015866 ], [ 120.1945928, 30.2016279 ], [ 120.1964424, 30.2026159 ], [ 120.197429, 30.2006394 ], [ 120.1945154, 30.2015866 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "golf_course", "name": null, "area_sqm": 9.24970791e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1770845, 30.2040233 ], [ 120.1776954, 30.2040927 ], [ 120.1778322, 30.2041083 ], [ 120.1781601, 30.2042103 ], [ 120.1794771, 30.2021208 ], [ 120.1795599, 30.2019865 ], [ 120.1788618, 30.2019375 ], [ 120.1788684, 30.2016257 ], [ 120.1794887, 30.2016497 ], [ 120.1797472, 30.2016597 ], [ 120.1798333, 30.2015383 ], [ 120.1803505, 30.2008095 ], [ 120.1805705, 30.2004855 ], [ 120.1804951, 30.2004508 ], [ 120.180159, 30.2002962 ], [ 120.1791251, 30.1997651 ], [ 120.1788786, 30.1996399 ], [ 120.1786708, 30.199548 ], [ 120.1785364, 30.1994943 ], [ 120.1784442, 30.1995733 ], [ 120.1782162, 30.1998663 ], [ 120.1780018, 30.2002007 ], [ 120.1777995, 30.2004942 ], [ 120.1775858, 30.2007912 ], [ 120.1774766, 30.2009447 ], [ 120.1773995, 30.2010399 ], [ 120.1772957, 30.2011614 ], [ 120.1772329, 30.2011791 ], [ 120.177156, 30.2012274 ], [ 120.1771175, 30.2012962 ], [ 120.1771071, 30.2013952 ], [ 120.1771293, 30.2014982 ], [ 120.1771763, 30.201535 ], [ 120.1776682, 30.2015577 ], [ 120.1776496, 30.2018851 ], [ 120.1776485, 30.2019035 ], [ 120.1769009, 30.2029747 ], [ 120.1765402, 30.2028897 ], [ 120.176291, 30.2033091 ], [ 120.1769009, 30.2039609 ], [ 120.1770845, 30.2040233 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.88991e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1971445, 30.2022473 ], [ 120.1968172, 30.2028116 ], [ 120.1973153, 30.2030717 ], [ 120.1976843, 30.2024419 ], [ 120.1971445, 30.2022473 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "宪法公园", "area_sqm": 6.187341985e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1962192, 30.2126568 ], [ 120.1962335, 30.2125519 ], [ 120.1962823, 30.2124521 ], [ 120.1963742, 30.2123535 ], [ 120.196492, 30.2122797 ], [ 120.1966224, 30.2122437 ], [ 120.196863, 30.2122307 ], [ 120.1971899, 30.2122723 ], [ 120.1974195, 30.2123324 ], [ 120.1977239, 30.2124497 ], [ 120.1980884, 30.2126184 ], [ 120.19805, 30.2126698 ], [ 120.1984803, 30.2128678 ], [ 120.1984013, 30.2129869 ], [ 120.1989497, 30.2132598 ], [ 120.1989855, 30.2131909 ], [ 120.1990811, 30.2132372 ], [ 120.1991335, 30.2131568 ], [ 120.1992432, 30.2132013 ], [ 120.1992204, 30.213241 ], [ 120.1995138, 30.21339 ], [ 120.1994793, 30.2134347 ], [ 120.1999157, 30.2136518 ], [ 120.2001188, 30.2132304 ], [ 120.198264, 30.2123997 ], [ 120.1985536, 30.2118991 ], [ 120.1950412, 30.2102536 ], [ 120.19416, 30.2117181 ], [ 120.1950441, 30.2121129 ], [ 120.1962192, 30.2126568 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "滨江公园", "area_sqm": 1.2409176315e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1945561, 30.2126122 ], [ 120.1956222, 30.2136452 ], [ 120.1963123, 30.2140499 ], [ 120.2002314, 30.2156421 ], [ 120.2003238, 30.2158285 ], [ 120.2004409, 30.2158817 ], [ 120.2007053, 30.2158713 ], [ 120.2012175, 30.2160821 ], [ 120.2015103, 30.2161172 ], [ 120.203674, 30.2171236 ], [ 120.2047795, 30.2182511 ], [ 120.2048422, 30.2182567 ], [ 120.2046633, 30.2171185 ], [ 120.2044211, 30.216862 ], [ 120.2037056, 30.2165388 ], [ 120.2023477, 30.2156605 ], [ 120.2015347, 30.2153021 ], [ 120.2000223, 30.2146838 ], [ 120.199754, 30.2147892 ], [ 120.1994694, 30.2146979 ], [ 120.1993637, 30.2145082 ], [ 120.1989734, 30.2144379 ], [ 120.1981034, 30.2141709 ], [ 120.198014, 30.214206 ], [ 120.1977131, 30.2141779 ], [ 120.1972984, 30.2139812 ], [ 120.1966967, 30.2135596 ], [ 120.1962739, 30.2130678 ], [ 120.1962577, 30.2129553 ], [ 120.1947203, 30.2122413 ], [ 120.1889805, 30.2095756 ], [ 120.1886035, 30.2095609 ], [ 120.188468, 30.2099869 ], [ 120.1885604, 30.2102798 ], [ 120.1930834, 30.2122394 ], [ 120.1945561, 30.2126122 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.78720655e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1736083, 30.217574 ], [ 120.1739329, 30.2174025 ], [ 120.1735091, 30.2171869 ], [ 120.1734018, 30.2173538 ], [ 120.1730477, 30.21718 ], [ 120.1728224, 30.2175369 ], [ 120.1735118, 30.2178567 ], [ 120.1736083, 30.217574 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.9358811e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1735976, 30.2183771 ], [ 120.1728653, 30.2180804 ], [ 120.1726374, 30.2183979 ], [ 120.173383, 30.2186807 ], [ 120.1735976, 30.2183771 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.8699186e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1723928, 30.221389 ], [ 120.1724894, 30.2212778 ], [ 120.1726208, 30.2212546 ], [ 120.1726932, 30.2212036 ], [ 120.1727576, 30.2211016 ], [ 120.1727522, 30.2209927 ], [ 120.1728273, 30.2209603 ], [ 120.1728541, 30.220608 ], [ 120.1727576, 30.2206057 ], [ 120.1725135, 30.2206752 ], [ 120.1724667, 30.2207013 ], [ 120.1723016, 30.2207934 ], [ 120.1720978, 30.2209742 ], [ 120.1719046, 30.2211758 ], [ 120.1720724, 30.2215052 ], [ 120.1720924, 30.2215443 ], [ 120.1723043, 30.2214493 ], [ 120.1723928, 30.221389 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.8833884e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1784786, 30.2221588 ], [ 120.1783311, 30.2220314 ], [ 120.1782506, 30.221934 ], [ 120.1782372, 30.2221403 ], [ 120.1778456, 30.2221426 ], [ 120.1778375, 30.2222701 ], [ 120.1773977, 30.2222654 ], [ 120.1773842, 30.2224485 ], [ 120.177226, 30.2224532 ], [ 120.1772099, 30.2222817 ], [ 120.177049, 30.2222979 ], [ 120.1769283, 30.2222539 ], [ 120.1768478, 30.222182 ], [ 120.1768183, 30.2215261 ], [ 120.1768666, 30.2214218 ], [ 120.1769309, 30.2213639 ], [ 120.1770785, 30.2213129 ], [ 120.1770758, 30.2212457 ], [ 120.1768558, 30.2212202 ], [ 120.1766091, 30.2216304 ], [ 120.1762604, 30.2215516 ], [ 120.176027, 30.2216629 ], [ 120.1776095, 30.2227869 ], [ 120.1784786, 30.2221588 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.19650165e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1775799, 30.223526 ], [ 120.1783953, 30.2243187 ], [ 120.1785616, 30.2242167 ], [ 120.1776175, 30.2232618 ], [ 120.1757936, 30.224657 ], [ 120.1759062, 30.224759 ], [ 120.1775799, 30.223526 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.065690545e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1884618, 30.224919 ], [ 120.1889499, 30.2250326 ], [ 120.1895669, 30.2251044 ], [ 120.1898565, 30.2250928 ], [ 120.190165, 30.225065 ], [ 120.1904413, 30.2251763 ], [ 120.1906371, 30.224977 ], [ 120.1882335, 30.2237447 ], [ 120.1874855, 30.2245019 ], [ 120.1878717, 30.2247174 ], [ 120.1884618, 30.224919 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.75438725e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1723835, 30.2258406 ], [ 120.1734134, 30.2259936 ], [ 120.1740572, 30.2257572 ], [ 120.1735207, 30.2258406 ], [ 120.1727375, 30.2258082 ], [ 120.1724478, 30.2257108 ], [ 120.1720562, 30.225544 ], [ 120.171611, 30.2251963 ], [ 120.1713428, 30.2249507 ], [ 120.1712355, 30.2250248 ], [ 120.1718524, 30.225975 ], [ 120.1723835, 30.2258406 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "哇咔上城足球公园", "area_sqm": 2.55877287e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.172539, 30.2273609 ], [ 120.1746526, 30.2266239 ], [ 120.1741001, 30.2257989 ], [ 120.1733866, 30.2260399 ], [ 120.1724908, 30.2259009 ], [ 120.1723674, 30.225887 ], [ 120.1718846, 30.2260121 ], [ 120.1724854, 30.2272728 ], [ 120.172539, 30.2273609 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "望江公园", "area_sqm": 3.368893055e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1924698, 30.227857 ], [ 120.1927075, 30.2280266 ], [ 120.1930078, 30.2282829 ], [ 120.1939002, 30.2290448 ], [ 120.1940286, 30.2291544 ], [ 120.1952461, 30.2282162 ], [ 120.1950432, 30.2280567 ], [ 120.1945064, 30.2276348 ], [ 120.1943924, 30.2275452 ], [ 120.1933535, 30.2267329 ], [ 120.1929018, 30.2271782 ], [ 120.192686, 30.2273652 ], [ 120.1922821, 30.2277361 ], [ 120.1924305, 30.227829 ], [ 120.1924698, 30.227857 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.274561805e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1974958, 30.2297901 ], [ 120.1977315, 30.2299695 ], [ 120.2009362, 30.2324092 ], [ 120.2049231, 30.2355349 ], [ 120.2051921, 30.235273 ], [ 120.2003276, 30.2312775 ], [ 120.1981389, 30.2295718 ], [ 120.1960018, 30.2279181 ], [ 120.194062, 30.2264126 ], [ 120.1936389, 30.2260753 ], [ 120.1932845, 30.2263909 ], [ 120.1946274, 30.2274748 ], [ 120.1974958, 30.2297901 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.7389324e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1984715, 30.2319087 ], [ 120.1985381, 30.2319515 ], [ 120.1985998, 30.231919 ], [ 120.1980708, 30.2314165 ], [ 120.197833, 30.2314117 ], [ 120.1978002, 30.2322216 ], [ 120.1984631, 30.2322633 ], [ 120.1984715, 30.2319087 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.5016355e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1862347, 30.2323532 ], [ 120.1861114, 30.2322096 ], [ 120.1849519, 30.2327294 ], [ 120.1850517, 30.2329104 ], [ 120.1862347, 30.2323532 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.7175901e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1845465, 30.2331102 ], [ 120.1850517, 30.2329104 ], [ 120.1849519, 30.2327294 ], [ 120.182253, 30.233818 ], [ 120.182312, 30.2339941 ], [ 120.1824405, 30.2339433 ], [ 120.1845465, 30.2331102 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "感知之轴公园", "area_sqm": 2.594826905e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2256225, 30.2116406 ], [ 120.2255305, 30.2115244 ], [ 120.2254029, 30.2104221 ], [ 120.2253535, 30.2099951 ], [ 120.2256862, 30.2094996 ], [ 120.2259481, 30.2090837 ], [ 120.2259835, 30.2087962 ], [ 120.2247235, 30.2087717 ], [ 120.224589, 30.2088267 ], [ 120.2242988, 30.2097871 ], [ 120.2244899, 30.2098605 ], [ 120.224674, 30.2100318 ], [ 120.2247306, 30.2102398 ], [ 120.224858, 30.2113592 ], [ 120.2247943, 30.2115121 ], [ 120.2249996, 30.2115611 ], [ 120.2256225, 30.2116406 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "感知之轴公园", "area_sqm": 1.629868155e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2259552, 30.2143075 ], [ 120.2255729, 30.2120382 ], [ 120.2256154, 30.2119097 ], [ 120.2257216, 30.2118547 ], [ 120.2249288, 30.2117813 ], [ 120.2247801, 30.2117629 ], [ 120.2249146, 30.2118975 ], [ 120.2252686, 30.2142158 ], [ 120.2256083, 30.2142892 ], [ 120.2259552, 30.2143075 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "感知之轴公园", "area_sqm": 4.39905436e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2231521, 30.2153168 ], [ 120.2244758, 30.2158306 ], [ 120.2247943, 30.2159407 ], [ 120.2250704, 30.2161364 ], [ 120.2255021, 30.2162527 ], [ 120.2258915, 30.2162221 ], [ 120.22621, 30.2161303 ], [ 120.2274416, 30.2159346 ], [ 120.2275832, 30.2158612 ], [ 120.2275903, 30.2154147 ], [ 120.2275266, 30.214803 ], [ 120.2274983, 30.2146623 ], [ 120.2266418, 30.2146317 ], [ 120.2262878, 30.2146623 ], [ 120.2256438, 30.2146244 ], [ 120.2250624, 30.2153492 ], [ 120.2231981, 30.2150554 ], [ 120.2230459, 30.2152312 ], [ 120.2231521, 30.2153168 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.6804875e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2199721, 30.2164754 ], [ 120.2194235, 30.2161604 ], [ 120.2190059, 30.2167966 ], [ 120.2195226, 30.2170963 ], [ 120.2199721, 30.2164754 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "亚运主题公园", "area_sqm": 6.1035698e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2306842, 30.2316938 ], [ 120.2305984, 30.2317412 ], [ 120.2304817, 30.2318302 ], [ 120.2302449, 30.2319666 ], [ 120.2301007, 30.2320259 ], [ 120.2300149, 30.2320289 ], [ 120.2298742, 30.2320585 ], [ 120.2297198, 30.2321356 ], [ 120.2295825, 30.2321416 ], [ 120.2295001, 30.2321416 ], [ 120.2290285, 30.2322272 ], [ 120.2287278, 30.2323284 ], [ 120.2284326, 30.2324974 ], [ 120.2282782, 30.2326012 ], [ 120.2281683, 30.2326338 ], [ 120.2279864, 30.2326991 ], [ 120.2278629, 30.232794 ], [ 120.227475, 30.2330104 ], [ 120.2272039, 30.233132 ], [ 120.226943, 30.2332121 ], [ 120.2266924, 30.2333129 ], [ 120.226435, 30.2334523 ], [ 120.2260025, 30.2336629 ], [ 120.2258687, 30.2336866 ], [ 120.225498, 30.2339119 ], [ 120.2252886, 30.2340128 ], [ 120.225117, 30.2340869 ], [ 120.2249317, 30.234164 ], [ 120.2246674, 30.2342708 ], [ 120.2245026, 30.2343894 ], [ 120.2244477, 30.2344902 ], [ 120.2243173, 30.2346266 ], [ 120.2241663, 30.2346948 ], [ 120.224029, 30.2347304 ], [ 120.2237853, 30.2348342 ], [ 120.2236445, 30.2349261 ], [ 120.2235553, 30.2350299 ], [ 120.223545, 30.2351218 ], [ 120.2235519, 30.2352167 ], [ 120.2235622, 30.2352968 ], [ 120.223648, 30.2354658 ], [ 120.2237544, 30.23562 ], [ 120.2238985, 30.2357505 ], [ 120.2241045, 30.2359611 ], [ 120.2243859, 30.236391 ], [ 120.2245232, 30.2365571 ], [ 120.2246777, 30.2366372 ], [ 120.2247292, 30.2366727 ], [ 120.2248253, 30.2367825 ], [ 120.2251513, 30.2372184 ], [ 120.2253401, 30.2373874 ], [ 120.2255117, 30.2375327 ], [ 120.2259545, 30.2378737 ], [ 120.2260884, 30.2380042 ], [ 120.2261982, 30.2381643 ], [ 120.2264738, 30.23849 ], [ 120.2265524, 30.2384162 ], [ 120.2265739, 30.2383467 ], [ 120.2243691, 30.2360062 ], [ 120.2242511, 30.2356679 ], [ 120.224353, 30.2353388 ], [ 120.2250236, 30.2347224 ], [ 120.2258121, 30.2341987 ], [ 120.2268367, 30.2337074 ], [ 120.2272015, 30.2335776 ], [ 120.2296423, 30.2329473 ], [ 120.2303719, 30.23285 ], [ 120.2308976, 30.2327202 ], [ 120.2312946, 30.2324884 ], [ 120.2310371, 30.2320574 ], [ 120.2311068, 30.2320064 ], [ 120.2308661, 30.2316463 ], [ 120.2307563, 30.2316671 ], [ 120.2306842, 30.2316938 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.0235253e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.20198, 30.234947 ], [ 120.20198, 30.2352761 ], [ 120.2020256, 30.2355287 ], [ 120.2021382, 30.235728 ], [ 120.2023931, 30.2360223 ], [ 120.2024628, 30.235867 ], [ 120.2026452, 30.2357395 ], [ 120.2023635, 30.2355055 ], [ 120.2025164, 30.2353757 ], [ 120.202334, 30.235239 ], [ 120.2024279, 30.2350374 ], [ 120.2026479, 30.2348474 ], [ 120.2021892, 30.2344581 ], [ 120.2020229, 30.234655 ], [ 120.20198, 30.234947 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "钱江世纪公园C区", "area_sqm": 1.389271951e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2310438, 30.2457846 ], [ 120.230923, 30.2451738 ], [ 120.2298919, 30.2446615 ], [ 120.2297136, 30.2441436 ], [ 120.2291742, 30.2435889 ], [ 120.2277296, 30.2423368 ], [ 120.2273375, 30.2420122 ], [ 120.227274, 30.2415408 ], [ 120.2272901, 30.2411838 ], [ 120.2249474, 30.238785 ], [ 120.2221306, 30.235667 ], [ 120.221794, 30.2357655 ], [ 120.2220804, 30.2360899 ], [ 120.2220908, 30.2364542 ], [ 120.2240936, 30.2391605 ], [ 120.2268852, 30.2428474 ], [ 120.2292753, 30.2461093 ], [ 120.2310438, 30.2457846 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "钱江世纪公园A区", "area_sqm": 1.029962424e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2391416, 30.24351 ], [ 120.2389799, 30.2432849 ], [ 120.2388931, 30.2431642 ], [ 120.2328697, 30.2462327 ], [ 120.2337214, 30.2474789 ], [ 120.2368753, 30.2458984 ], [ 120.2372497, 30.2457108 ], [ 120.2398033, 30.2444311 ], [ 120.2395597, 30.244092 ], [ 120.2391416, 30.24351 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "钱江世纪公园B区", "area_sqm": 5.23949564e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2316857, 30.247185 ], [ 120.2317101, 30.2474343 ], [ 120.2318849, 30.2477855 ], [ 120.2321654, 30.2479471 ], [ 120.2326329, 30.24807 ], [ 120.2325645, 30.2482919 ], [ 120.2327915, 30.248509 ], [ 120.2336452, 30.2493238 ], [ 120.2339948, 30.2496188 ], [ 120.2341737, 30.2498049 ], [ 120.2343973, 30.2500683 ], [ 120.2345396, 30.250142 ], [ 120.2349624, 30.2499594 ], [ 120.233923, 30.2483749 ], [ 120.2337184, 30.2480968 ], [ 120.2332045, 30.2472298 ], [ 120.2325329, 30.246221 ], [ 120.2315889, 30.245282 ], [ 120.2312628, 30.2455027 ], [ 120.2315352, 30.24676 ], [ 120.2316857, 30.247185 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "钱江世纪公园D区", "area_sqm": 8.00360462e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2341572, 30.250038 ], [ 120.2320837, 30.2482388 ], [ 120.231486, 30.2476417 ], [ 120.2313926, 30.2468752 ], [ 120.2310438, 30.2457846 ], [ 120.2292753, 30.2461093 ], [ 120.2323452, 30.2509093 ], [ 120.2341572, 30.250038 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.74348665e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1870448, 30.2342581 ], [ 120.1870555, 30.2343833 ], [ 120.1871467, 30.2344991 ], [ 120.1872862, 30.2345223 ], [ 120.1874847, 30.234513 ], [ 120.1876188, 30.2344574 ], [ 120.1871628, 30.2339893 ], [ 120.1870662, 30.2340727 ], [ 120.1870448, 30.2342581 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.005850255e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1934906, 30.2333178 ], [ 120.1945706, 30.2343188 ], [ 120.1962346, 30.2358306 ], [ 120.1963369, 30.2359235 ], [ 120.1963587, 30.235909 ], [ 120.1964068, 30.2358768 ], [ 120.1965869, 30.2357566 ], [ 120.1966278, 30.2357308 ], [ 120.1966652, 30.2357073 ], [ 120.1967758, 30.2356377 ], [ 120.1968569, 30.2355867 ], [ 120.1958047, 30.234561 ], [ 120.1959857, 30.2344245 ], [ 120.1959904, 30.234108 ], [ 120.1959974, 30.2336436 ], [ 120.1954123, 30.233638 ], [ 120.1950714, 30.2339039 ], [ 120.1937617, 30.2328971 ], [ 120.19372, 30.2329331 ], [ 120.1936102, 30.2330261 ], [ 120.193501, 30.2331211 ], [ 120.1934316, 30.2331815 ], [ 120.1933862, 30.233221 ], [ 120.1934281, 30.2332599 ], [ 120.1934906, 30.2333178 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "近江小公园", "area_sqm": 3.92697895e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1945965, 30.2352484 ], [ 120.1949613, 30.2349147 ], [ 120.1944678, 30.2344929 ], [ 120.1940011, 30.2349147 ], [ 120.1943176, 30.2351928 ], [ 120.1945965, 30.2352484 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.24371815e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1863046, 30.2357957 ], [ 120.1863621, 30.2357043 ], [ 120.1864104, 30.2356023 ], [ 120.1864104, 30.2353752 ], [ 120.1863139, 30.2352315 ], [ 120.1861315, 30.2351064 ], [ 120.1859759, 30.2350601 ], [ 120.1858042, 30.2350647 ], [ 120.1856805, 30.2350919 ], [ 120.1855306, 30.2351898 ], [ 120.1854448, 30.2353242 ], [ 120.1854126, 30.2355328 ], [ 120.1854609, 30.2357089 ], [ 120.1855611, 30.235843 ], [ 120.1860207, 30.2354995 ], [ 120.1863046, 30.2357957 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.28159765e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1843115, 30.2380193 ], [ 120.1843843, 30.237968 ], [ 120.1844938, 30.2378908 ], [ 120.1825703, 30.2360957 ], [ 120.1822771, 30.2363101 ], [ 120.1842019, 30.2380966 ], [ 120.1843115, 30.2380193 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.696893265e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.19707, 30.2365308 ], [ 120.1977548, 30.2372122 ], [ 120.1984961, 30.2378979 ], [ 120.198589, 30.2379887 ], [ 120.1988402, 30.2382339 ], [ 120.1994647, 30.2388315 ], [ 120.199499, 30.2388079 ], [ 120.1995323, 30.2387849 ], [ 120.19969, 30.2386763 ], [ 120.1997636, 30.2386256 ], [ 120.2003235, 30.2382399 ], [ 120.1999269, 30.2378685 ], [ 120.198854, 30.2375765 ], [ 120.1984624, 30.2371965 ], [ 120.1985268, 30.2370204 ], [ 120.1985053, 30.236835 ], [ 120.1984192, 30.2366994 ], [ 120.1982318, 30.236594 ], [ 120.1979528, 30.2365801 ], [ 120.1977168, 30.236645 ], [ 120.1973032, 30.2361786 ], [ 120.1970425, 30.2358847 ], [ 120.1968415, 30.2356273 ], [ 120.1963919, 30.2359131 ], [ 120.1964373, 30.2359624 ], [ 120.19707, 30.2365308 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.2639772e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.172908, 30.2376073 ], [ 120.173085, 30.2379688 ], [ 120.1732245, 30.2382283 ], [ 120.1732781, 30.2383025 ], [ 120.1734337, 30.238233 ], [ 120.1733801, 30.2381217 ], [ 120.1739004, 30.2379317 ], [ 120.1738253, 30.2378298 ], [ 120.1735249, 30.2375841 ], [ 120.1731548, 30.2372736 ], [ 120.1728007, 30.2369909 ], [ 120.1726559, 30.2368658 ], [ 120.1727524, 30.2372412 ], [ 120.172908, 30.2376073 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.2714029e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1864422, 30.2389254 ], [ 120.1865387, 30.2389045 ], [ 120.1866084, 30.2388535 ], [ 120.1871637, 30.2382881 ], [ 120.1869303, 30.2380749 ], [ 120.1861927, 30.2387771 ], [ 120.1863617, 30.2389161 ], [ 120.1864422, 30.2389254 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 6.8969235e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1794272, 30.2386254 ], [ 120.1790115, 30.2386373 ], [ 120.1790179, 30.238803 ], [ 120.1794335, 30.2387912 ], [ 120.1794272, 30.2386254 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.207566655e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1854859, 30.2392197 ], [ 120.1858829, 30.2395001 ], [ 120.1860223, 30.2393611 ], [ 120.186025, 30.2392869 ], [ 120.1859714, 30.239185 ], [ 120.18459, 30.2379939 ], [ 120.1844237, 30.2381468 ], [ 120.1843164, 30.2381561 ], [ 120.184185, 30.2382256 ], [ 120.1839731, 30.2384041 ], [ 120.1852794, 30.2394213 ], [ 120.1854859, 30.2392197 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.52132235e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1991712, 30.2390813 ], [ 120.1992436, 30.2390295 ], [ 120.199308, 30.2389834 ], [ 120.1993608, 30.2389456 ], [ 120.1989397, 30.2385475 ], [ 120.1987293, 30.2386931 ], [ 120.1991348, 30.2391073 ], [ 120.1991712, 30.2390813 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.75161785e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1870318, 30.2391633 ], [ 120.1872365, 30.2393502 ], [ 120.187856, 30.2387253 ], [ 120.1875755, 30.2384786 ], [ 120.1870631, 30.2389584 ], [ 120.1869284, 30.2390846 ], [ 120.186893, 30.2391177 ], [ 120.1867899, 30.2392343 ], [ 120.1867539, 30.2393075 ], [ 120.1867986, 30.2393727 ], [ 120.1870318, 30.2391633 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.63626615e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1888618, 30.2398342 ], [ 120.1884561, 30.2395343 ], [ 120.1877754, 30.2401063 ], [ 120.18811, 30.2402904 ], [ 120.1888618, 30.2398342 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.6138347e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1989268, 30.2396094 ], [ 120.1989165, 30.2395513 ], [ 120.1994074, 30.2391885 ], [ 120.1992436, 30.2390295 ], [ 120.1991712, 30.2390813 ], [ 120.1991348, 30.2391073 ], [ 120.1983413, 30.2396738 ], [ 120.1972499, 30.240453 ], [ 120.1970709, 30.2406689 ], [ 120.1969651, 30.2408988 ], [ 120.1972008, 30.2407438 ], [ 120.1975353, 30.2406278 ], [ 120.1989268, 30.2396094 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.8711389e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1983413, 30.2396738 ], [ 120.1981705, 30.2395164 ], [ 120.1971069, 30.2403059 ], [ 120.1972499, 30.240453 ], [ 120.1983413, 30.2396738 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.97762695e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1918542, 30.2401163 ], [ 120.1916182, 30.2400283 ], [ 120.1911997, 30.2403804 ], [ 120.1914921, 30.2406835 ], [ 120.1918542, 30.2401163 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.61986925e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.194891, 30.2415838 ], [ 120.1955241, 30.2411633 ], [ 120.1948507, 30.240492 ], [ 120.1942987, 30.2410511 ], [ 120.1946926, 30.2413895 ], [ 120.194891, 30.2415838 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.1856475e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1748483, 30.2415587 ], [ 120.1748563, 30.2415226 ], [ 120.1748499, 30.2414863 ], [ 120.1748298, 30.241454 ], [ 120.1747983, 30.2414293 ], [ 120.1747591, 30.2414151 ], [ 120.1747167, 30.2414131 ], [ 120.1746759, 30.2414234 ], [ 120.1746414, 30.2414449 ], [ 120.1746173, 30.2414751 ], [ 120.1746065, 30.2415085 ], [ 120.1746084, 30.2415431 ], [ 120.1746229, 30.2415755 ], [ 120.1746485, 30.2416022 ], [ 120.1746826, 30.2416205 ], [ 120.1747216, 30.2416286 ], [ 120.1747616, 30.2416256 ], [ 120.1747984, 30.2416119 ], [ 120.1748284, 30.2415888 ], [ 120.1748483, 30.2415587 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.54838485e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1890719, 30.2421927 ], [ 120.1895922, 30.2431057 ], [ 120.1897639, 30.2430176 ], [ 120.1891952, 30.2419517 ], [ 120.1889592, 30.2415763 ], [ 120.1880472, 30.2408441 ], [ 120.187838, 30.2410341 ], [ 120.1885569, 30.24153 ], [ 120.1890719, 30.2421927 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.91264225e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1763909, 30.2410411 ], [ 120.177665, 30.2431875 ], [ 120.1799726, 30.2462511 ], [ 120.1809321, 30.2479088 ], [ 120.1813695, 30.2486812 ], [ 120.1815731, 30.248621 ], [ 120.1813641, 30.2480896 ], [ 120.181171, 30.2475984 ], [ 120.1810768, 30.2472659 ], [ 120.1805538, 30.2464825 ], [ 120.1795592, 30.2448045 ], [ 120.1789679, 30.2438716 ], [ 120.178297, 30.2428131 ], [ 120.1779704, 30.2422978 ], [ 120.1779032, 30.2421946 ], [ 120.1763318, 30.2397128 ], [ 120.175481, 30.2388923 ], [ 120.1745689, 30.2380275 ], [ 120.1744155, 30.2380947 ], [ 120.1742168, 30.2381818 ], [ 120.1754555, 30.239614 ], [ 120.1763909, 30.2410411 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "马叙伦公园", "area_sqm": 9.03556605e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1734814, 30.2470637 ], [ 120.1736938, 30.2469414 ], [ 120.173354, 30.2459691 ], [ 120.1731346, 30.2453699 ], [ 120.1728798, 30.2455044 ], [ 120.1726803, 30.2456246 ], [ 120.1731271, 30.2466406 ], [ 120.1734814, 30.2477118 ], [ 120.1736867, 30.2476568 ], [ 120.1734814, 30.2470637 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.1032502e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1806414, 30.2481996 ], [ 120.1808088, 30.2488719 ], [ 120.1812809, 30.2487326 ], [ 120.1803451, 30.2471839 ], [ 120.180461, 30.2475418 ], [ 120.1806414, 30.2481996 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.343806785e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1731518, 30.2494796 ], [ 120.1738209, 30.2494027 ], [ 120.1744416, 30.2492943 ], [ 120.1744979, 30.2492225 ], [ 120.1743852, 30.2488958 ], [ 120.1739675, 30.2489733 ], [ 120.1737743, 30.2482562 ], [ 120.172775, 30.2482138 ], [ 120.1730651, 30.2492731 ], [ 120.1731518, 30.2494796 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "清泰铁路公园", "area_sqm": 3.495307545e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1827775, 30.2524779 ], [ 120.1818977, 30.2508838 ], [ 120.1816295, 30.2500775 ], [ 120.1814525, 30.2490395 ], [ 120.1802776, 30.249438 ], [ 120.1801596, 30.2495956 ], [ 120.1801757, 30.2497763 ], [ 120.1812003, 30.2511433 ], [ 120.1815758, 30.2516531 ], [ 120.1817046, 30.2520979 ], [ 120.1822839, 30.2529784 ], [ 120.1824341, 30.2529228 ], [ 120.1827775, 30.2524779 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.1345595e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1807551, 30.2518227 ], [ 120.1807863, 30.2519027 ], [ 120.1808472, 30.2519687 ], [ 120.1809304, 30.252013 ], [ 120.1810181, 30.2520298 ], [ 120.1811076, 30.252022 ], [ 120.1811897, 30.2519904 ], [ 120.1812562, 30.2519382 ], [ 120.1813003, 30.2518706 ], [ 120.1813178, 30.2517944 ], [ 120.1813067, 30.2517174 ], [ 120.1812682, 30.2516472 ], [ 120.1812061, 30.2515911 ], [ 120.1811269, 30.2515545 ], [ 120.1810383, 30.2515413 ], [ 120.1809419, 30.2515548 ], [ 120.1808565, 30.2515959 ], [ 120.1807924, 30.2516596 ], [ 120.1807572, 30.2517383 ], [ 120.1807551, 30.2518227 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.8657705e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.181543, 30.2523473 ], [ 120.1816798, 30.2524678 ], [ 120.1815296, 30.252206 ], [ 120.1814491, 30.2520044 ], [ 120.1813794, 30.252104 ], [ 120.1813204, 30.2521504 ], [ 120.1812426, 30.2521782 ], [ 120.1814331, 30.2522662 ], [ 120.181543, 30.2523473 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.558234e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1806023, 30.252762 ], [ 120.1805621, 30.252762 ], [ 120.1806117, 30.2529026 ], [ 120.1809322, 30.2528547 ], [ 120.1806023, 30.252762 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.04138725e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.17221, 30.2537476 ], [ 120.1728355, 30.2536838 ], [ 120.1728108, 30.2534389 ], [ 120.1721607, 30.2535108 ], [ 120.1721792, 30.2536651 ], [ 120.1718465, 30.2537077 ], [ 120.1718649, 30.2538353 ], [ 120.17221, 30.2538009 ], [ 120.17221, 30.2537476 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "横河公园", "area_sqm": 1.45134115e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1821069, 30.2536292 ], [ 120.1816716, 30.253721 ], [ 120.1812787, 30.2537515 ], [ 120.1810416, 30.2538004 ], [ 120.1809849, 30.2539227 ], [ 120.1808397, 30.2539933 ], [ 120.1808493, 30.2542876 ], [ 120.1808561, 30.2544962 ], [ 120.180867, 30.2548292 ], [ 120.1824269, 30.2546287 ], [ 120.1823055, 30.2541068 ], [ 120.1822095, 30.2537821 ], [ 120.1821069, 30.2536292 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "民国国立浙江图书馆(现大学路馆舍)", "area_sqm": 8.83978455e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1788308, 30.2567989 ], [ 120.1792278, 30.2567456 ], [ 120.1792194, 30.2566891 ], [ 120.1791795, 30.2564212 ], [ 120.1794263, 30.2563888 ], [ 120.1793673, 30.2560621 ], [ 120.1789167, 30.256127 ], [ 120.1788952, 30.2560389 ], [ 120.1781066, 30.2561409 ], [ 120.1782273, 30.2569703 ], [ 120.1788442, 30.2569054 ], [ 120.1788308, 30.2567989 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "宁围市民公园", "area_sqm": 2.00226804e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2766122, 30.21954 ], [ 120.2761956, 30.2179416 ], [ 120.275686, 30.2180408 ], [ 120.2750779, 30.2181507 ], [ 120.275418, 30.2198214 ], [ 120.2766213, 30.219575 ], [ 120.2766122, 30.21954 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "体育公园", "area_sqm": 6.3692227e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2708906, 30.2206518 ], [ 120.2706792, 30.2193309 ], [ 120.2699718, 30.2207993 ], [ 120.2704962, 30.2207467 ], [ 120.2708906, 30.2206518 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "丰北公园", "area_sqm": 7.43475535e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2470009, 30.2321053 ], [ 120.2464463, 30.2326271 ], [ 120.246397, 30.2327655 ], [ 120.2464771, 30.2328826 ], [ 120.2472104, 30.2330849 ], [ 120.2476972, 30.2323236 ], [ 120.2470009, 30.2321053 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.4477136e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2494272, 30.2364182 ], [ 120.2483267, 30.2372051 ], [ 120.2486313, 30.2376493 ], [ 120.2498973, 30.2368985 ], [ 120.2494272, 30.2364182 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.97554895e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2677169, 30.2944003 ], [ 120.2679723, 30.2945392 ], [ 120.2680841, 30.2945861 ], [ 120.2678737, 30.2944118 ], [ 120.2677494, 30.2942592 ], [ 120.2676714, 30.2941047 ], [ 120.2676397, 30.293944 ], [ 120.2676304, 30.2938275 ], [ 120.2676505, 30.2937193 ], [ 120.2676255, 30.2936601 ], [ 120.2675927, 30.2936488 ], [ 120.2675371, 30.2936705 ], [ 120.2674087, 30.293993 ], [ 120.267306, 30.2941745 ], [ 120.2673433, 30.2942471 ], [ 120.2677169, 30.2944003 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.17413865e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.270253, 30.2956333 ], [ 120.270133, 30.2956095 ], [ 120.2698281, 30.295529 ], [ 120.2694392, 30.2953665 ], [ 120.2692492, 30.2953233 ], [ 120.2691947, 30.2953371 ], [ 120.2691816, 30.2957883 ], [ 120.2707392, 30.2963572 ], [ 120.2709574, 30.2959196 ], [ 120.2709719, 30.2958431 ], [ 120.2709419, 30.2957716 ], [ 120.2705654, 30.2956768 ], [ 120.270253, 30.2956333 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.410515855e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2741277, 30.2976114 ], [ 120.2743817, 30.2968526 ], [ 120.2743806, 30.2967522 ], [ 120.274328, 30.2966872 ], [ 120.2742401, 30.2966507 ], [ 120.2729481, 30.2963465 ], [ 120.2727718, 30.2963997 ], [ 120.2725528, 30.2963457 ], [ 120.2724569, 30.29622 ], [ 120.2715151, 30.2959697 ], [ 120.2714266, 30.2959715 ], [ 120.2713652, 30.2960209 ], [ 120.2712099, 30.296322 ], [ 120.2711192, 30.2964858 ], [ 120.2720854, 30.2968532 ], [ 120.2741277, 30.2976114 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.221184535e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2720636, 30.2957454 ], [ 120.272384, 30.295792 ], [ 120.2728123, 30.295917 ], [ 120.2731758, 30.296046 ], [ 120.2734717, 30.2961258 ], [ 120.2738121, 30.2961644 ], [ 120.274607, 30.2963799 ], [ 120.2749628, 30.2965235 ], [ 120.2761414, 30.2968494 ], [ 120.276757, 30.2970011 ], [ 120.2780487, 30.2972458 ], [ 120.2789915, 30.2974693 ], [ 120.2792642, 30.2974972 ], [ 120.2796971, 30.2975783 ], [ 120.280113, 30.2977087 ], [ 120.2806152, 30.2978005 ], [ 120.2826772, 30.2982088 ], [ 120.2829453, 30.2982381 ], [ 120.2834028, 30.2983498 ], [ 120.2836678, 30.2984389 ], [ 120.2842285, 30.2985879 ], [ 120.2842331, 30.2982035 ], [ 120.2845443, 30.2981902 ], [ 120.2845496, 30.2980268 ], [ 120.284411, 30.2980219 ], [ 120.2842265, 30.2979702 ], [ 120.2840923, 30.297955 ], [ 120.2839061, 30.2979372 ], [ 120.2837014, 30.2979453 ], [ 120.283454, 30.2979834 ], [ 120.2831026, 30.2980157 ], [ 120.2829648, 30.2980151 ], [ 120.2827791, 30.297953 ], [ 120.2826637, 30.2979076 ], [ 120.2821677, 30.2977812 ], [ 120.2817124, 30.2977005 ], [ 120.2809725, 30.2975706 ], [ 120.2807367, 30.2974653 ], [ 120.2805415, 30.2973354 ], [ 120.2803139, 30.2972477 ], [ 120.2800862, 30.2972372 ], [ 120.2798667, 30.2972372 ], [ 120.2791593, 30.2972336 ], [ 120.2767078, 30.296686 ], [ 120.275041, 30.2962367 ], [ 120.2728329, 30.2956154 ], [ 120.2727902, 30.2956081 ], [ 120.2727029, 30.2955933 ], [ 120.2725035, 30.2955593 ], [ 120.2702021, 30.2951613 ], [ 120.2711698, 30.2954672 ], [ 120.2715645, 30.2956031 ], [ 120.2720636, 30.2957454 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.08586216e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2781134, 30.2984162 ], [ 120.2781312, 30.298386 ], [ 120.2779936, 30.2976398 ], [ 120.2779528, 30.2975996 ], [ 120.2777281, 30.2975479 ], [ 120.2773718, 30.2974693 ], [ 120.2771114, 30.2974621 ], [ 120.2765626, 30.297334 ], [ 120.2758822, 30.2971239 ], [ 120.275577, 30.2971112 ], [ 120.2750787, 30.2969518 ], [ 120.2750553, 30.2969978 ], [ 120.2750279, 30.2970352 ], [ 120.2748057, 30.2969685 ], [ 120.2747291, 30.2969874 ], [ 120.2744874, 30.2977319 ], [ 120.275519, 30.2980776 ], [ 120.2781134, 30.2984162 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.213335405e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2802064, 30.2986983 ], [ 120.2802466, 30.2981367 ], [ 120.2802202, 30.2980911 ], [ 120.2801612, 30.2980385 ], [ 120.2799823, 30.2979893 ], [ 120.2798217, 30.2979507 ], [ 120.2793623, 30.2978559 ], [ 120.2790879, 30.2978243 ], [ 120.2784618, 30.2977138 ], [ 120.278371, 30.2977102 ], [ 120.278308, 30.2977311 ], [ 120.2782764, 30.2977819 ], [ 120.2782825, 30.2978724 ], [ 120.2783152, 30.2980314 ], [ 120.2783571, 30.2982887 ], [ 120.2802064, 30.2986983 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "世纪花园", "area_sqm": 4.2069869e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2145397, 30.2509097 ], [ 120.2133756, 30.2496173 ], [ 120.2132176, 30.2496173 ], [ 120.2120754, 30.2503619 ], [ 120.2124489, 30.2508831 ], [ 120.2114289, 30.2516588 ], [ 120.2120323, 30.2524044 ], [ 120.2145397, 30.251009 ], [ 120.2145397, 30.2509097 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "钱江世纪公园E区", "area_sqm": 5.032099325e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2346631, 30.2511689 ], [ 120.2344273, 30.2510846 ], [ 120.23298, 30.2518361 ], [ 120.2345899, 30.2544348 ], [ 120.2359396, 30.2531917 ], [ 120.2346631, 30.2511689 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.56372543e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2104972, 30.2567682 ], [ 120.2102987, 30.2568562 ], [ 120.2100895, 30.2568747 ], [ 120.2098856, 30.2568145 ], [ 120.2097086, 30.2566708 ], [ 120.2081958, 30.2548081 ], [ 120.2078579, 30.2549425 ], [ 120.2077345, 30.2550305 ], [ 120.2077774, 30.2551881 ], [ 120.209331, 30.2570145 ], [ 120.2098427, 30.2576161 ], [ 120.2111759, 30.2568829 ], [ 120.2116078, 30.2566605 ], [ 120.2128094, 30.2560303 ], [ 120.213547, 30.2556689 ], [ 120.213606, 30.2556156 ], [ 120.2136194, 30.2555368 ], [ 120.2136043, 30.2554973 ], [ 120.2133288, 30.2552068 ], [ 120.2113448, 30.2562863 ], [ 120.2104972, 30.2567682 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.752811045e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.240439, 30.2608935 ], [ 120.2357449, 30.2544644 ], [ 120.235942, 30.2533885 ], [ 120.2355275, 30.2537464 ], [ 120.2352774, 30.2541468 ], [ 120.2348313, 30.2544749 ], [ 120.2399706, 30.2611858 ], [ 120.240439, 30.2608935 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.5550535e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2015639, 30.2580698 ], [ 120.2023609, 30.2572469 ], [ 120.2024668, 30.2571205 ], [ 120.2025975, 30.2568758 ], [ 120.2014082, 30.2563111 ], [ 120.2010876, 30.256658 ], [ 120.2006486, 30.2570345 ], [ 120.200359, 30.2572496 ], [ 120.2001255, 30.257454 ], [ 120.2012837, 30.2583979 ], [ 120.2015639, 30.2580698 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.45062835e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2083482, 30.2590118 ], [ 120.2082121, 30.2590788 ], [ 120.2080713, 30.2591481 ], [ 120.2078854, 30.2592396 ], [ 120.2071889, 30.2595295 ], [ 120.2071492, 30.2596012 ], [ 120.2071167, 30.2599316 ], [ 120.2071845, 30.2599725 ], [ 120.2093906, 30.2587803 ], [ 120.210167, 30.2590677 ], [ 120.2095526, 30.2584573 ], [ 120.2092278, 30.2585788 ], [ 120.2083482, 30.2590118 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.30109668e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2048217, 30.2606926 ], [ 120.2048753, 30.2606132 ], [ 120.2049136, 30.2603003 ], [ 120.2050003, 30.2602407 ], [ 120.2062864, 30.2600247 ], [ 120.2068988, 30.2598594 ], [ 120.2069065, 30.2598065 ], [ 120.206858, 30.2596765 ], [ 120.206733, 30.2595972 ], [ 120.2063068, 30.2596743 ], [ 120.2052555, 30.2599145 ], [ 120.2050412, 30.2599829 ], [ 120.2040624, 30.2601774 ], [ 120.2037882, 30.2602319 ], [ 120.2038214, 30.2607014 ], [ 120.2042118, 30.260913 ], [ 120.2044517, 30.2607124 ], [ 120.2048217, 30.2606926 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三堡公园", "area_sqm": 8.68439935e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2132281, 30.2701882 ], [ 120.2133053, 30.2699881 ], [ 120.2132931, 30.2698546 ], [ 120.2132484, 30.2698125 ], [ 120.2131224, 30.2697388 ], [ 120.2125735, 30.2694157 ], [ 120.2122239, 30.2698441 ], [ 120.2123215, 30.2698897 ], [ 120.2121914, 30.2700302 ], [ 120.2119231, 30.2698933 ], [ 120.2118208, 30.2700341 ], [ 120.2129958, 30.2705721 ], [ 120.2130573, 30.2705814 ], [ 120.2132281, 30.2701882 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.60032828e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2063963, 30.2698966 ], [ 120.2057418, 30.2699013 ], [ 120.2057418, 30.2708697 ], [ 120.2057418, 30.2717361 ], [ 120.2057418, 30.2727459 ], [ 120.2062085, 30.2727598 ], [ 120.2063963, 30.2698966 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "景湖公园", "area_sqm": 1.64937019e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2078442, 30.2715107 ], [ 120.207807, 30.2725119 ], [ 120.2078011, 30.2726709 ], [ 120.2079181, 30.2727613 ], [ 120.2083151, 30.2727391 ], [ 120.2085641, 30.2723114 ], [ 120.2088128, 30.2722903 ], [ 120.2090878, 30.2724572 ], [ 120.2091937, 30.2712287 ], [ 120.208294, 30.2712287 ], [ 120.2080475, 30.2713723 ], [ 120.2078442, 30.2715107 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "青年公园", "area_sqm": 1.300028095e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1832998, 30.2597956 ], [ 120.1831887, 30.2596436 ], [ 120.1831285, 30.2593538 ], [ 120.1831031, 30.2585283 ], [ 120.1830661, 30.2576028 ], [ 120.1829804, 30.2561256 ], [ 120.1828717, 30.2551581 ], [ 120.1827907, 30.2543225 ], [ 120.1824505, 30.2532211 ], [ 120.1824577, 30.2530479 ], [ 120.1822173, 30.2531509 ], [ 120.1827052, 30.2543906 ], [ 120.182776, 30.2551434 ], [ 120.1828675, 30.2582527 ], [ 120.1829276, 30.2589422 ], [ 120.1829295, 30.2600688 ], [ 120.1834069, 30.2600544 ], [ 120.18336, 30.2598835 ], [ 120.1832998, 30.2597956 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.356769465e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.19297, 30.2589463 ], [ 120.1931755, 30.2583251 ], [ 120.1934557, 30.258309 ], [ 120.1935491, 30.2580912 ], [ 120.1935865, 30.257349 ], [ 120.1936238, 30.2566632 ], [ 120.1935771, 30.2561872 ], [ 120.193381, 30.2557193 ], [ 120.1926245, 30.2561066 ], [ 120.1926058, 30.2564696 ], [ 120.1929047, 30.256639 ], [ 120.1928953, 30.2569537 ], [ 120.1927739, 30.2572925 ], [ 120.1927739, 30.2579621 ], [ 120.1928486, 30.2582364 ], [ 120.1927646, 30.258422 ], [ 120.1926431, 30.2597128 ], [ 120.1929233, 30.2597289 ], [ 120.19297, 30.2589463 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.2452463e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1770148, 30.2590456 ], [ 120.1766876, 30.259041 ], [ 120.1766742, 30.2594186 ], [ 120.1770041, 30.2594256 ], [ 120.1770148, 30.2590456 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.00224885e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1785834, 30.2601964 ], [ 120.1785935, 30.2598732 ], [ 120.17937, 30.2598339 ], [ 120.1793485, 30.2595026 ], [ 120.1788603, 30.259528 ], [ 120.1788737, 30.2597574 ], [ 120.1783346, 30.2597713 ], [ 120.1783373, 30.2598802 ], [ 120.1783423, 30.2602005 ], [ 120.1785834, 30.2601964 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.621554e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1753463, 30.2631356 ], [ 120.1753394, 30.2638766 ], [ 120.1753821, 30.2638766 ], [ 120.1759595, 30.263879 ], [ 120.1759918, 30.26316 ], [ 120.1753463, 30.2631356 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东园公园", "area_sqm": 1.33131528e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.179647, 30.2713451 ], [ 120.179895, 30.2713451 ], [ 120.1799234, 30.2712784 ], [ 120.1801877, 30.2713135 ], [ 120.1802202, 30.2709764 ], [ 120.1801064, 30.270836 ], [ 120.1801348, 30.2705762 ], [ 120.1789152, 30.2705797 ], [ 120.1784802, 30.2706253 ], [ 120.1785574, 30.2713907 ], [ 120.1796185, 30.271461 ], [ 120.179647, 30.2713451 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.444571925e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1875162, 30.2732057 ], [ 120.1876393, 30.2732403 ], [ 120.188395, 30.2734529 ], [ 120.1890738, 30.2736439 ], [ 120.1892518, 30.273694 ], [ 120.1902326, 30.2737168 ], [ 120.1912816, 30.2737535 ], [ 120.1915262, 30.273762 ], [ 120.1915748, 30.2734504 ], [ 120.1916809, 30.2731998 ], [ 120.1918083, 30.2729736 ], [ 120.1918933, 30.2722461 ], [ 120.1907041, 30.2716287 ], [ 120.1901053, 30.2716083 ], [ 120.189292, 30.2715805 ], [ 120.1892595, 30.2719372 ], [ 120.1884815, 30.271916 ], [ 120.1876441, 30.2719445 ], [ 120.1874815, 30.2719984 ], [ 120.1867735, 30.2720362 ], [ 120.1867147, 30.2730163 ], [ 120.1868807, 30.2730269 ], [ 120.1875162, 30.2732057 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "城东公园", "area_sqm": 1.406824398e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1840163, 30.2772447 ], [ 120.1845557, 30.2759873 ], [ 120.184946, 30.2746095 ], [ 120.1850799, 30.2738223 ], [ 120.1853458, 30.2738949 ], [ 120.185679, 30.2740959 ], [ 120.1860165, 30.2745587 ], [ 120.18624, 30.2745462 ], [ 120.1863358, 30.2731671 ], [ 120.1858245, 30.2731334 ], [ 120.1858848, 30.2720778 ], [ 120.1859103, 30.2716324 ], [ 120.1858185, 30.2709878 ], [ 120.185802, 30.2708719 ], [ 120.1855515, 30.269114 ], [ 120.1853109, 30.2691446 ], [ 120.1846228, 30.26939 ], [ 120.18414, 30.2719567 ], [ 120.1828311, 30.2764088 ], [ 120.1827024, 30.2768049 ], [ 120.1826221, 30.2776778 ], [ 120.183765, 30.2777791 ], [ 120.1840163, 30.2772447 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "植物园", "area_sqm": 8.9590555e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1875777, 30.2741513 ], [ 120.1876393, 30.2732403 ], [ 120.1867147, 30.2730163 ], [ 120.1866565, 30.274024 ], [ 120.1875777, 30.2741513 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.684588745e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1748291, 30.2777823 ], [ 120.1749227, 30.277386 ], [ 120.1747242, 30.2773767 ], [ 120.1745285, 30.277382 ], [ 120.1743381, 30.2773649 ], [ 120.1741953, 30.2773435 ], [ 120.1732503, 30.2772496 ], [ 120.1728079, 30.2772264 ], [ 120.1723452, 30.277186 ], [ 120.1719698, 30.2771881 ], [ 120.1715658, 30.2771468 ], [ 120.1713136, 30.2770909 ], [ 120.1707731, 30.2770568 ], [ 120.1704889, 30.2770586 ], [ 120.1726025, 30.2775888 ], [ 120.1728757, 30.2776645 ], [ 120.1731056, 30.2777282 ], [ 120.1762741, 30.2787421 ], [ 120.1764189, 30.2781442 ], [ 120.1748291, 30.2777823 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.05755205e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1890656, 30.2780623 ], [ 120.1890871, 30.2780844 ], [ 120.1891153, 30.2780959 ], [ 120.1891488, 30.2781064 ], [ 120.1892495, 30.278116 ], [ 120.1894639, 30.2781365 ], [ 120.1896772, 30.2781921 ], [ 120.1908346, 30.2782986 ], [ 120.1908828, 30.2782917 ], [ 120.190915, 30.2782755 ], [ 120.1909325, 30.2782592 ], [ 120.1909445, 30.2782303 ], [ 120.1909538, 30.2780017 ], [ 120.1906064, 30.2779972 ], [ 120.1892854, 30.2778785 ], [ 120.1892141, 30.2778721 ], [ 120.1891548, 30.2778774 ], [ 120.1890491, 30.2779439 ], [ 120.1890482, 30.2780357 ], [ 120.1890656, 30.2780623 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "艮山运河公园", "area_sqm": 2.70286217e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1819801, 30.2794626 ], [ 120.1819586, 30.2790914 ], [ 120.1823407, 30.278373 ], [ 120.1826241, 30.2783996 ], [ 120.1827967, 30.2784954 ], [ 120.1828275, 30.2786497 ], [ 120.1824701, 30.2791979 ], [ 120.1825009, 30.2793362 ], [ 120.1830986, 30.2785114 ], [ 120.1839182, 30.2787668 ], [ 120.1839613, 30.2785646 ], [ 120.1838196, 30.2785114 ], [ 120.1839983, 30.2783305 ], [ 120.1844604, 30.2783784 ], [ 120.1845221, 30.2781602 ], [ 120.1814842, 30.2779686 ], [ 120.1812315, 30.2780963 ], [ 120.1811083, 30.2784103 ], [ 120.1803442, 30.2792246 ], [ 120.1810589, 30.2792246 ], [ 120.1819801, 30.2794626 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.47503e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1724091, 30.280409 ], [ 120.1724931, 30.2804235 ], [ 120.1725446, 30.2804063 ], [ 120.1725982, 30.2803727 ], [ 120.1727767, 30.2802095 ], [ 120.1727032, 30.280156 ], [ 120.1726454, 30.2801424 ], [ 120.1725656, 30.2801043 ], [ 120.1725183, 30.2800625 ], [ 120.1725089, 30.280019 ], [ 120.1725509, 30.2799156 ], [ 120.1724123, 30.2798775 ], [ 120.1722516, 30.2802893 ], [ 120.1723219, 30.2803428 ], [ 120.1724091, 30.280409 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "闸弄口公园", "area_sqm": 5.6682794e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1913398, 30.2808128 ], [ 120.1906699, 30.2807627 ], [ 120.1905857, 30.2816026 ], [ 120.1912555, 30.2816527 ], [ 120.1913398, 30.2808128 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.036301425e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1808036, 30.282048 ], [ 120.1802467, 30.2828875 ], [ 120.1800762, 30.2832313 ], [ 120.1798304, 30.2838356 ], [ 120.1798105, 30.2839121 ], [ 120.1796915, 30.2843697 ], [ 120.1795193, 30.2849899 ], [ 120.1794783, 30.2853027 ], [ 120.1798734, 30.2853137 ], [ 120.1801443, 30.2843297 ], [ 120.1801443, 30.2840757 ], [ 120.1803078, 30.2834909 ], [ 120.1810643, 30.2823416 ], [ 120.1814145, 30.2819101 ], [ 120.1816807, 30.2815955 ], [ 120.1819703, 30.2813939 ], [ 120.1822785, 30.2810148 ], [ 120.1817975, 30.2808333 ], [ 120.1815268, 30.2811229 ], [ 120.1808036, 30.282048 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "濮家公园", "area_sqm": 2.378056615e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1913894, 30.2859723 ], [ 120.1911833, 30.2856811 ], [ 120.1909327, 30.2853269 ], [ 120.1907403, 30.2850551 ], [ 120.1893027, 30.2848929 ], [ 120.1890076, 30.2848605 ], [ 120.1887608, 30.2853793 ], [ 120.1895172, 30.2857916 ], [ 120.1895172, 30.2859954 ], [ 120.1907725, 30.2864772 ], [ 120.1908852, 30.2861159 ], [ 120.1913894, 30.2859723 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.4816116e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1929978, 30.2858479 ], [ 120.1930437, 30.2855143 ], [ 120.1925043, 30.2854902 ], [ 120.1926376, 30.2858204 ], [ 120.1929978, 30.2858479 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.1388013e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1934501, 30.2869072 ], [ 120.1928003, 30.2867623 ], [ 120.1927035, 30.2872358 ], [ 120.1933402, 30.2873655 ], [ 120.1934501, 30.2869072 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "董家社区人口文化园", "area_sqm": 3.29691255e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1805071, 30.2899979 ], [ 120.1802145, 30.2891966 ], [ 120.1801643, 30.2890956 ], [ 120.1801476, 30.289341 ], [ 120.1803733, 30.2902974 ], [ 120.1804695, 30.2906728 ], [ 120.1805196, 30.290893 ], [ 120.1807788, 30.290828 ], [ 120.1805071, 30.2899979 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三里新城中央公园", "area_sqm": 1.54667248e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1865587, 30.293182 ], [ 120.1866612, 30.2930804 ], [ 120.1867844, 30.2928091 ], [ 120.1868337, 30.2924845 ], [ 120.1868276, 30.2921653 ], [ 120.1868769, 30.2919684 ], [ 120.1872281, 30.291564 ], [ 120.1868707, 30.2914683 ], [ 120.1867968, 30.2914895 ], [ 120.1865256, 30.291846 ], [ 120.1863716, 30.2917237 ], [ 120.186199, 30.2920376 ], [ 120.1859711, 30.2919152 ], [ 120.1858601, 30.2922717 ], [ 120.185817, 30.2925697 ], [ 120.1857677, 30.293006 ], [ 120.185854, 30.2933571 ], [ 120.186199, 30.2934689 ], [ 120.1864517, 30.293288 ], [ 120.1865587, 30.293182 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.960148445e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.229214, 30.2740972 ], [ 120.2291449, 30.2741463 ], [ 120.2291002, 30.2742376 ], [ 120.2296205, 30.2747011 ], [ 120.2315029, 30.2736443 ], [ 120.2315272, 30.2736724 ], [ 120.2317793, 30.2735354 ], [ 120.2313199, 30.2728894 ], [ 120.2311772, 30.2728885 ], [ 120.229214, 30.2740972 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.30855195e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2016518, 30.2743445 ], [ 120.2011007, 30.2743808 ], [ 120.2010774, 30.2751228 ], [ 120.2016424, 30.275147 ], [ 120.2016518, 30.2743445 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.10612895e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2000309, 30.2878937 ], [ 120.2000939, 30.287736 ], [ 120.2000939, 30.2876326 ], [ 120.2001187, 30.2875224 ], [ 120.2000309, 30.2874368 ], [ 120.1999553, 30.2873932 ], [ 120.1997348, 30.2873606 ], [ 120.199571, 30.2873987 ], [ 120.1995269, 30.287464 ], [ 120.199508, 30.2875564 ], [ 120.1994891, 30.287687 ], [ 120.1994891, 30.2877904 ], [ 120.1995332, 30.2878611 ], [ 120.1995962, 30.2878992 ], [ 120.1997285, 30.2879699 ], [ 120.1999301, 30.2879645 ], [ 120.2000309, 30.2878937 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "元宝塘公园", "area_sqm": 2.31251334e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2207064, 30.2907407 ], [ 120.2209822, 30.2909307 ], [ 120.2211277, 30.2910712 ], [ 120.221254, 30.2911807 ], [ 120.2213514, 30.2912074 ], [ 120.2214319, 30.2912074 ], [ 120.2221793, 30.2908251 ], [ 120.2222253, 30.2907606 ], [ 120.2222196, 30.2906762 ], [ 120.2213974, 30.2894797 ], [ 120.2212594, 30.2893457 ], [ 120.221087, 30.2892364 ], [ 120.220811, 30.2891371 ], [ 120.2202073, 30.2903882 ], [ 120.2204643, 30.2905702 ], [ 120.2207064, 30.2907407 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.87232545e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2257758, 30.2972468 ], [ 120.2254069, 30.296146 ], [ 120.224972, 30.2961152 ], [ 120.2253054, 30.2971612 ], [ 120.2252729, 30.2972946 ], [ 120.2252294, 30.2974201 ], [ 120.2253835, 30.2975572 ], [ 120.2257338, 30.2973193 ], [ 120.2257758, 30.2972468 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "李宁体育公园", "area_sqm": 5.145820265e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2426751, 30.2977523 ], [ 120.2427069, 30.2976848 ], [ 120.2426811, 30.2976238 ], [ 120.2417098, 30.2967841 ], [ 120.2416423, 30.296734 ], [ 120.2415505, 30.296705 ], [ 120.2414644, 30.2967312 ], [ 120.2410319, 30.2970925 ], [ 120.2409151, 30.2972325 ], [ 120.2406083, 30.2974703 ], [ 120.2403136, 30.2976484 ], [ 120.2392628, 30.2985707 ], [ 120.2406408, 30.2997138 ], [ 120.2407828, 30.2997868 ], [ 120.2426751, 30.2977523 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.61109325e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2267145, 30.2995733 ], [ 120.2269853, 30.3001136 ], [ 120.2271394, 30.3001096 ], [ 120.2260887, 30.2979927 ], [ 120.2260263, 30.2979749 ], [ 120.2259859, 30.2979242 ], [ 120.2255283, 30.2982185 ], [ 120.2259019, 30.2991862 ], [ 120.2261727, 30.299037 ], [ 120.2267145, 30.2995733 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "白石公园", "area_sqm": 2.5157017e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.218011, 30.3006232 ], [ 120.2180884, 30.3004689 ], [ 120.2182017, 30.3002836 ], [ 120.2188097, 30.2999285 ], [ 120.2189169, 30.2998668 ], [ 120.2191673, 30.2996918 ], [ 120.2196084, 30.2995528 ], [ 120.2199183, 30.2994911 ], [ 120.220121, 30.2994551 ], [ 120.2203713, 30.2994139 ], [ 120.2207289, 30.2994139 ], [ 120.2208005, 30.299347 ], [ 120.2203236, 30.2991617 ], [ 120.2198766, 30.2989456 ], [ 120.2193163, 30.2987243 ], [ 120.2186726, 30.2984876 ], [ 120.218607, 30.2985236 ], [ 120.2185593, 30.2986471 ], [ 120.2183626, 30.2989507 ], [ 120.2181838, 30.2993212 ], [ 120.2178798, 30.2997793 ], [ 120.2175282, 30.3004225 ], [ 120.2179394, 30.3006387 ], [ 120.218011, 30.3006232 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.27559115e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2274925, 30.3008541 ], [ 120.2273951, 30.3008261 ], [ 120.2272255, 30.3009382 ], [ 120.2272255, 30.3010847 ], [ 120.2272796, 30.3012218 ], [ 120.2276946, 30.3012155 ], [ 120.2274925, 30.3008541 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.168785245e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2323572, 30.303297 ], [ 120.2330792, 30.302052 ], [ 120.2321505, 30.3016792 ], [ 120.2299489, 30.3005379 ], [ 120.2297742, 30.3006325 ], [ 120.2307325, 30.3018795 ], [ 120.2312082, 30.301611 ], [ 120.2317287, 30.3023078 ], [ 120.231634, 30.3024488 ], [ 120.2316263, 30.3024603 ], [ 120.2313166, 30.3026125 ], [ 120.2311929, 30.3026733 ], [ 120.2319376, 30.3036337 ], [ 120.2320829, 30.3035475 ], [ 120.2323087, 30.3033939 ], [ 120.2323572, 30.303297 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.21558045e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2823229, 30.2984786 ], [ 120.2819213, 30.2984322 ], [ 120.2807982, 30.2981862 ], [ 120.28065, 30.2981516 ], [ 120.2805635, 30.2981462 ], [ 120.2804876, 30.2981782 ], [ 120.2804713, 30.2982205 ], [ 120.2804316, 30.2986298 ], [ 120.2804304, 30.2987489 ], [ 120.2823104, 30.299173 ], [ 120.2823229, 30.2984786 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.84533337e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.265079, 30.2978661 ], [ 120.2646949, 30.2984675 ], [ 120.2643672, 30.2989727 ], [ 120.2639962, 30.2996511 ], [ 120.2639352, 30.2997978 ], [ 120.263924, 30.2999322 ], [ 120.2640182, 30.3001019 ], [ 120.2640303, 30.3001296 ], [ 120.264102, 30.3002986 ], [ 120.2641278, 30.3003722 ], [ 120.2641814, 30.3006409 ], [ 120.2642633, 30.3006479 ], [ 120.2643427, 30.3009543 ], [ 120.2653879, 30.3007967 ], [ 120.2654214, 30.300781 ], [ 120.2652953, 30.3000149 ], [ 120.2652019, 30.2994181 ], [ 120.2652113, 30.2990351 ], [ 120.265244, 30.2985795 ], [ 120.2652813, 30.2981803 ], [ 120.2653981, 30.2978375 ], [ 120.2652206, 30.2977972 ], [ 120.2651562, 30.2977631 ], [ 120.265079, 30.2978661 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.33674174e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.272171, 30.3004123 ], [ 120.2739827, 30.3002115 ], [ 120.2740855, 30.3001418 ], [ 120.2740607, 30.299904 ], [ 120.2720447, 30.300115 ], [ 120.2701834, 30.3002687 ], [ 120.2701808, 30.3004123 ], [ 120.2701781, 30.3005559 ], [ 120.2701915, 30.3006161 ], [ 120.2702666, 30.3006578 ], [ 120.2719242, 30.3005049 ], [ 120.272171, 30.3004123 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.665656025e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2781589, 30.3030792 ], [ 120.2781089, 30.3028532 ], [ 120.2780133, 30.3024376 ], [ 120.2779788, 30.3022252 ], [ 120.2761013, 30.3025054 ], [ 120.2762634, 30.3033144 ], [ 120.2767579, 30.3033131 ], [ 120.2781589, 30.3030792 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.491561565e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2791102, 30.3041486 ], [ 120.279012, 30.303593 ], [ 120.2789819, 30.3035747 ], [ 120.2750249, 30.3041905 ], [ 120.2751405, 30.304797 ], [ 120.2790758, 30.3041884 ], [ 120.2791102, 30.3041486 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.255680235e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2707957, 30.304978 ], [ 120.2708767, 30.3054309 ], [ 120.2709182, 30.305458 ], [ 120.2746417, 30.3049018 ], [ 120.2746741, 30.3048475 ], [ 120.2746384, 30.3045366 ], [ 120.2743077, 30.3045732 ], [ 120.2742839, 30.3043856 ], [ 120.2727258, 30.3046297 ], [ 120.2727159, 30.3045223 ], [ 120.2708979, 30.304815 ], [ 120.2707957, 30.304978 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东湖路市民公园", "area_sqm": 9.20040836e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2793504, 30.3035838 ], [ 120.2793224, 30.3037048 ], [ 120.2794684, 30.3043293 ], [ 120.2798903, 30.304275 ], [ 120.2804365, 30.3042816 ], [ 120.2808158, 30.3043012 ], [ 120.2813165, 30.3043995 ], [ 120.2818324, 30.3045436 ], [ 120.28228, 30.3047728 ], [ 120.2826138, 30.3049693 ], [ 120.2827883, 30.3051003 ], [ 120.2830841, 30.3054867 ], [ 120.2833345, 30.3058928 ], [ 120.2834862, 30.3062989 ], [ 120.2835924, 30.3066984 ], [ 120.2836758, 30.3075106 ], [ 120.2844592, 30.3074394 ], [ 120.2846494, 30.3073874 ], [ 120.2851628, 30.3073418 ], [ 120.2853087, 30.3073234 ], [ 120.2853583, 30.3072861 ], [ 120.2847998, 30.3040128 ], [ 120.2842738, 30.304089 ], [ 120.2837681, 30.3041635 ], [ 120.2832977, 30.304229 ], [ 120.2814799, 30.3035999 ], [ 120.2815546, 30.3034951 ], [ 120.2807047, 30.3035515 ], [ 120.2806487, 30.3033096 ], [ 120.2794158, 30.3035032 ], [ 120.2793504, 30.3035838 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.466809095e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2705583, 30.3054761 ], [ 120.2704663, 30.3050068 ], [ 120.2704381, 30.3049671 ], [ 120.2702977, 30.3048877 ], [ 120.2701215, 30.3049119 ], [ 120.2700857, 30.3049516 ], [ 120.2688937, 30.3051302 ], [ 120.2668005, 30.3054982 ], [ 120.2668414, 30.3057518 ], [ 120.266895, 30.3058198 ], [ 120.2671278, 30.3058282 ], [ 120.2672087, 30.3061338 ], [ 120.2704754, 30.3055698 ], [ 120.2705583, 30.3054761 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.5753443e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2733646, 30.3060798 ], [ 120.272002, 30.3063059 ], [ 120.2720622, 30.3065596 ], [ 120.2734177, 30.3063334 ], [ 120.2733646, 30.3060798 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.77091051e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2500676, 30.3062592 ], [ 120.2489234, 30.3071624 ], [ 120.2487507, 30.3072148 ], [ 120.2479942, 30.3072309 ], [ 120.247826, 30.3076663 ], [ 120.2480735, 30.3078437 ], [ 120.248321, 30.3079606 ], [ 120.2488114, 30.3081703 ], [ 120.2489328, 30.3079082 ], [ 120.2490075, 30.3077107 ], [ 120.2491429, 30.3075736 ], [ 120.2494278, 30.3073559 ], [ 120.2512288, 30.3071857 ], [ 120.2523579, 30.3070841 ], [ 120.2503245, 30.306364 ], [ 120.2500676, 30.3062592 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.4739965e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2284169, 30.3024618 ], [ 120.2281787, 30.3021222 ], [ 120.2280271, 30.3019384 ], [ 120.2279116, 30.3020256 ], [ 120.2282581, 30.302683 ], [ 120.2283844, 30.3025802 ], [ 120.2284169, 30.3024618 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.1345716e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2301901, 30.3056066 ], [ 120.230196, 30.3053936 ], [ 120.2301166, 30.3051257 ], [ 120.2287019, 30.3028793 ], [ 120.2285973, 30.3028326 ], [ 120.2284421, 30.3029198 ], [ 120.229275, 30.3041474 ], [ 120.2301901, 30.3056066 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.86021968e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2406618, 30.305526 ], [ 120.2407133, 30.3052769 ], [ 120.2397906, 30.3050058 ], [ 120.2376837, 30.3040689 ], [ 120.2374519, 30.3044584 ], [ 120.2368913, 30.3054007 ], [ 120.2377629, 30.3057871 ], [ 120.2379716, 30.3055544 ], [ 120.2382152, 30.3056202 ], [ 120.2382915, 30.3056874 ], [ 120.2384446, 30.3054354 ], [ 120.2386015, 30.3055119 ], [ 120.2385342, 30.3056391 ], [ 120.2389198, 30.3057857 ], [ 120.2389695, 30.3057086 ], [ 120.239104, 30.3057819 ], [ 120.2391323, 30.3057422 ], [ 120.239288, 30.3058003 ], [ 120.2393977, 30.3057789 ], [ 120.2399852, 30.3060478 ], [ 120.2400631, 30.305898 ], [ 120.2404453, 30.3059653 ], [ 120.2404206, 30.3060753 ], [ 120.2405444, 30.3060936 ], [ 120.2406243, 30.3057072 ], [ 120.2406618, 30.305526 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "绿地", "area_sqm": 7.6933445e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2094861, 30.3086923 ], [ 120.2093074, 30.3084051 ], [ 120.2093012, 30.3083306 ], [ 120.2076374, 30.3082987 ], [ 120.2074834, 30.3083412 ], [ 120.2073108, 30.3085381 ], [ 120.2075881, 30.3088041 ], [ 120.2079147, 30.3086923 ], [ 120.2094861, 30.3086923 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "黎明公园", "area_sqm": 8.0350364e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.220731, 30.3094768 ], [ 120.2208256, 30.309271 ], [ 120.2197587, 30.3092895 ], [ 120.2196007, 30.3096079 ], [ 120.2195728, 30.3097768 ], [ 120.2196536, 30.3099864 ], [ 120.2204064, 30.3101833 ], [ 120.220731, 30.3094768 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "水墩公园", "area_sqm": 1.35782579e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2072685, 30.3092046 ], [ 120.2071112, 30.3091638 ], [ 120.2067966, 30.3093472 ], [ 120.2072135, 30.309836 ], [ 120.2076618, 30.3103453 ], [ 120.2080865, 30.3107662 ], [ 120.2088808, 30.3116217 ], [ 120.2092741, 30.3114588 ], [ 120.2072685, 30.3092046 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "草庄公园", "area_sqm": 2.29977747e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.214012, 30.3126941 ], [ 120.2131564, 30.3124757 ], [ 120.2127158, 30.3125332 ], [ 120.2114651, 30.3127602 ], [ 120.2113704, 30.3128618 ], [ 120.2127094, 30.3141059 ], [ 120.2128626, 30.3140897 ], [ 120.214012, 30.3126941 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.46477959e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2150604, 30.3145375 ], [ 120.2163704, 30.3147182 ], [ 120.2170272, 30.3150422 ], [ 120.2169875, 30.3153755 ], [ 120.218864, 30.3153225 ], [ 120.2188604, 30.3147275 ], [ 120.218431, 30.314768 ], [ 120.2177886, 30.3147213 ], [ 120.2171643, 30.3144876 ], [ 120.216314, 30.3141881 ], [ 120.2151326, 30.3140235 ], [ 120.2145805, 30.3140172 ], [ 120.2135448, 30.3141169 ], [ 120.2131298, 30.3146496 ], [ 120.2133679, 30.3153007 ], [ 120.2137396, 30.3152135 ], [ 120.2136386, 30.3147275 ], [ 120.2137468, 30.3146029 ], [ 120.213967, 30.314578 ], [ 120.2150604, 30.3145375 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.266925925e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.21999, 30.3150079 ], [ 120.2206071, 30.3149456 ], [ 120.2212241, 30.314958 ], [ 120.2224836, 30.3150048 ], [ 120.2233389, 30.3149954 ], [ 120.2233404, 30.3144225 ], [ 120.2203111, 30.3144405 ], [ 120.2191996, 30.3145562 ], [ 120.2192393, 30.3151668 ], [ 120.2198384, 30.3150266 ], [ 120.21999, 30.3150079 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.399568885e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2259272, 30.3158299 ], [ 120.2265204, 30.3158158 ], [ 120.226584, 30.3158143 ], [ 120.2278723, 30.3160511 ], [ 120.2281069, 30.3160417 ], [ 120.2287089, 30.3161535 ], [ 120.2291642, 30.316238 ], [ 120.2300989, 30.3164498 ], [ 120.2321725, 30.3168194 ], [ 120.2322136, 30.3164249 ], [ 120.2290199, 30.3157801 ], [ 120.2272985, 30.3155153 ], [ 120.2266165, 30.3153533 ], [ 120.2248843, 30.3153688 ], [ 120.224719, 30.3152422 ], [ 120.2242202, 30.3146216 ], [ 120.2239864, 30.314471 ], [ 120.2237695, 30.3144595 ], [ 120.2237078, 30.3158642 ], [ 120.2254039, 30.3158174 ], [ 120.2259272, 30.3158299 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "红梅公园", "area_sqm": 2.4703873e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1854179, 30.2967434 ], [ 120.1845726, 30.2967757 ], [ 120.1846053, 30.2970741 ], [ 120.1854226, 30.2970378 ], [ 120.1854179, 30.2967434 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东新足球公园", "area_sqm": 1.11531852e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1828334, 30.3110467 ], [ 120.1828524, 30.3106864 ], [ 120.1828646, 30.3101541 ], [ 120.1828646, 30.309176 ], [ 120.1828673, 30.3089912 ], [ 120.1828882, 30.3085654 ], [ 120.1824594, 30.3085466 ], [ 120.1824563, 30.3091312 ], [ 120.1824746, 30.3100666 ], [ 120.1824925, 30.310928 ], [ 120.1824834, 30.3115298 ], [ 120.1827567, 30.3114744 ], [ 120.1827987, 30.3112757 ], [ 120.1828334, 30.3110467 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "费家塘铁路公园", "area_sqm": 1.297316675e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1829862, 30.312652 ], [ 120.1829955, 30.3115245 ], [ 120.1827567, 30.3114744 ], [ 120.1824834, 30.3115298 ], [ 120.1825036, 30.3123066 ], [ 120.1825005, 30.3128858 ], [ 120.1825239, 30.3139353 ], [ 120.1825254, 30.3141759 ], [ 120.182966, 30.3142672 ], [ 120.1829862, 30.312652 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "洛克公园(长城街)", "area_sqm": 1.45827392e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1941444, 30.322473 ], [ 120.1946312, 30.3211618 ], [ 120.1932269, 30.3211961 ], [ 120.1932601, 30.3224173 ], [ 120.1938192, 30.3224682 ], [ 120.1941444, 30.322473 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "时光公园", "area_sqm": 1.762758265e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1741184, 30.3257235 ], [ 120.1740653, 30.3258763 ], [ 120.1740122, 30.3268813 ], [ 120.1757393, 30.3268508 ], [ 120.17575, 30.3268111 ], [ 120.1762879, 30.3267927 ], [ 120.1762667, 30.326417 ], [ 120.1741184, 30.3257235 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.13506248e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1810951, 30.3264911 ], [ 120.1809014, 30.3264834 ], [ 120.1786904, 30.3265114 ], [ 120.1784588, 30.3265201 ], [ 120.1779405, 30.3265265 ], [ 120.177892, 30.3265812 ], [ 120.1778995, 30.3268226 ], [ 120.1779218, 30.3268612 ], [ 120.1810951, 30.3268548 ], [ 120.1810951, 30.3264911 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北景园生态公园", "area_sqm": 2.125147287e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1724277, 30.3345038 ], [ 120.1729646, 30.335144 ], [ 120.1730282, 30.3351623 ], [ 120.1745541, 30.3346562 ], [ 120.1748084, 30.3351623 ], [ 120.1753382, 30.3349855 ], [ 120.1755007, 30.3348818 ], [ 120.1766734, 30.334199 ], [ 120.1798594, 30.3326076 ], [ 120.1801349, 30.3323393 ], [ 120.1807001, 30.3319491 ], [ 120.1813288, 30.3314308 ], [ 120.1757338, 30.3301686 ], [ 120.1756542, 30.3304103 ], [ 120.1749567, 30.3325283 ], [ 120.1746812, 30.333138 ], [ 120.1745611, 30.3331807 ], [ 120.1740727, 30.3331909 ], [ 120.1733884, 30.3332051 ], [ 120.1733037, 30.3331136 ], [ 120.1730493, 30.3329856 ], [ 120.1729245, 30.3330168 ], [ 120.1727809, 30.3330527 ], [ 120.1726749, 30.3332112 ], [ 120.1725195, 30.3334307 ], [ 120.1722723, 30.3337356 ], [ 120.1720886, 30.3339002 ], [ 120.171587, 30.3342294 ], [ 120.1717707, 30.3344672 ], [ 120.1723288, 30.3344672 ], [ 120.1724277, 30.3345038 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "同心文化公园", "area_sqm": 6.73827784e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1821315, 30.3319296 ], [ 120.1819109, 30.3318773 ], [ 120.1803611, 30.3327627 ], [ 120.1757339, 30.335119 ], [ 120.1755629, 30.3353284 ], [ 120.175585, 30.3354903 ], [ 120.176153, 30.3353903 ], [ 120.1766108, 30.3353522 ], [ 120.1768093, 30.3356188 ], [ 120.179771, 30.3341384 ], [ 120.1801681, 30.333967 ], [ 120.1804908, 30.3338861 ], [ 120.1809168, 30.3338409 ], [ 120.1814277, 30.3338468 ], [ 120.1815321, 30.3338213 ], [ 120.1815966, 30.3337671 ], [ 120.1820102, 30.3324247 ], [ 120.1821315, 30.3319296 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "莲趣苑中心公园", "area_sqm": 1.256197005e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1819693, 30.3391371 ], [ 120.1820851, 30.3390657 ], [ 120.1822451, 30.3389324 ], [ 120.1823829, 30.3387515 ], [ 120.1824602, 30.3385754 ], [ 120.1825043, 30.3383803 ], [ 120.1825153, 30.3381518 ], [ 120.1824822, 30.3379661 ], [ 120.182416, 30.33779 ], [ 120.1823168, 30.3376472 ], [ 120.1821623, 30.3374997 ], [ 120.1819969, 30.337414 ], [ 120.1818038, 30.3373759 ], [ 120.1816549, 30.3373759 ], [ 120.1816439, 30.3391847 ], [ 120.1818149, 30.3391799 ], [ 120.1819693, 30.3391371 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "北景园中心广场", "area_sqm": 4.27322705e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1807432, 30.3417282 ], [ 120.1807994, 30.3418124 ], [ 120.1809117, 30.3418914 ], [ 120.1810654, 30.3419629 ], [ 120.1813107, 30.3419782 ], [ 120.1813934, 30.341968 ], [ 120.1813875, 30.3413583 ], [ 120.1813639, 30.341292 ], [ 120.1813166, 30.3412461 ], [ 120.1812545, 30.3412385 ], [ 120.1808112, 30.3412308 ], [ 120.1807432, 30.3416313 ], [ 120.1807432, 30.3417282 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "萧山科技城生命园", "area_sqm": 4.8229765e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3317171, 30.2392808 ], [ 120.3309313, 30.2393111 ], [ 120.3307628, 30.2394518 ], [ 120.330892, 30.2398716 ], [ 120.3318476, 30.2397163 ], [ 120.3317171, 30.2392808 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "中国水博览园", "area_sqm": 0.00011560323437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3095499, 30.2549355 ], [ 120.3084528, 30.2562862 ], [ 120.3077054, 30.2572835 ], [ 120.3056598, 30.2608117 ], [ 120.3030522, 30.2655021 ], [ 120.3034262, 30.2657093 ], [ 120.3035278, 30.2655793 ], [ 120.3049062, 30.2661755 ], [ 120.3056025, 30.266729 ], [ 120.3061263, 30.2678466 ], [ 120.3064098, 30.2688152 ], [ 120.3066624, 30.2694219 ], [ 120.3069459, 30.2697732 ], [ 120.3070813, 30.2699405 ], [ 120.3072478, 30.2700233 ], [ 120.3074207, 30.2700827 ], [ 120.3075935, 30.2700844 ], [ 120.3089513, 30.2711095 ], [ 120.3091811, 30.2711847 ], [ 120.3093573, 30.2713947 ], [ 120.3094503, 30.2713082 ], [ 120.3093542, 30.2711598 ], [ 120.3125872, 30.2686816 ], [ 120.3128627, 30.2683751 ], [ 120.313652, 30.2677177 ], [ 120.3137469, 30.2676575 ], [ 120.3140046, 30.2676576 ], [ 120.3145591, 30.2678231 ], [ 120.3146141, 30.2678978 ], [ 120.3148042, 30.2677884 ], [ 120.3176108, 30.2650431 ], [ 120.3170567, 30.2642818 ], [ 120.3162642, 30.2647489 ], [ 120.3144104, 30.2625541 ], [ 120.3139373, 30.261994 ], [ 120.3136721, 30.2616889 ], [ 120.313479, 30.260828 ], [ 120.3121838, 30.2595354 ], [ 120.3128577, 30.2590908 ], [ 120.3112347, 30.2570068 ], [ 120.3100859, 30.2549955 ], [ 120.3098664, 30.254669 ], [ 120.3097725, 30.2547107 ], [ 120.3095499, 30.2549355 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.10497427e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3555351, 30.2663263 ], [ 120.3599996, 30.2663263 ], [ 120.3608309, 30.2662698 ], [ 120.3609289, 30.2662335 ], [ 120.3612325, 30.2660843 ], [ 120.3602798, 30.2658019 ], [ 120.359089, 30.2654631 ], [ 120.3579728, 30.2653825 ], [ 120.3568427, 30.2655357 ], [ 120.3561796, 30.2657011 ], [ 120.3554417, 30.2660278 ], [ 120.354419, 30.2662779 ], [ 120.354461, 30.2663626 ], [ 120.3555351, 30.2663263 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "杭州沿江湿地公园", "area_sqm": 4.5355294115000003e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3692163, 30.2695654 ], [ 120.3634192, 30.2652065 ], [ 120.3624285, 30.2645242 ], [ 120.3615156, 30.2642379 ], [ 120.3604892, 30.2639016 ], [ 120.3587904, 30.2634553 ], [ 120.3565253, 30.2631435 ], [ 120.3551804, 30.2629662 ], [ 120.35397, 30.2629234 ], [ 120.3529578, 30.2629112 ], [ 120.3522429, 30.2629051 ], [ 120.3509334, 30.2629907 ], [ 120.3494611, 30.2631558 ], [ 120.3481374, 30.2635532 ], [ 120.3481799, 30.2638527 ], [ 120.346382, 30.2648676 ], [ 120.3458865, 30.2654178 ], [ 120.3472385, 30.265858 ], [ 120.3479605, 30.2661698 ], [ 120.3492346, 30.2657602 ], [ 120.3503884, 30.266127 ], [ 120.3514855, 30.265858 ], [ 120.3520093, 30.266017 ], [ 120.3525968, 30.2661637 ], [ 120.3531348, 30.2662126 ], [ 120.3538426, 30.2662004 ], [ 120.3543947, 30.2661637 ], [ 120.3548761, 30.2660659 ], [ 120.3552654, 30.2659314 ], [ 120.356582, 30.2654667 ], [ 120.357219, 30.2653261 ], [ 120.3577782, 30.2652772 ], [ 120.358302, 30.2652772 ], [ 120.3588117, 30.2653139 ], [ 120.3594912, 30.2654239 ], [ 120.3612962, 30.2659558 ], [ 120.3622463, 30.2662546 ], [ 120.36366, 30.266716 ], [ 120.3644068, 30.2671747 ], [ 120.3655188, 30.2680022 ], [ 120.3662126, 30.2684005 ], [ 120.3670204, 30.268703 ], [ 120.3678355, 30.2689857 ], [ 120.3680347, 30.2690611 ], [ 120.3685913, 30.2693293 ], [ 120.3691101, 30.2696666 ], [ 120.3692163, 30.2695654 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.277323245e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2916603, 30.2693588 ], [ 120.2916884, 30.2691296 ], [ 120.290571, 30.2689814 ], [ 120.290355, 30.2689527 ], [ 120.2890961, 30.2687857 ], [ 120.2885713, 30.2708176 ], [ 120.2889638, 30.2709043 ], [ 120.2894043, 30.2690199 ], [ 120.2916603, 30.2693588 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.1382116e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.292131, 30.2717113 ], [ 120.2921846, 30.2716025 ], [ 120.2921511, 30.271365 ], [ 120.2921621, 30.2712467 ], [ 120.2922638, 30.2712365 ], [ 120.2923851, 30.2711855 ], [ 120.2925508, 30.2710135 ], [ 120.2927641, 30.2707572 ], [ 120.292398, 30.2706328 ], [ 120.2927725, 30.2695201 ], [ 120.2922884, 30.2694532 ], [ 120.2918334, 30.2712155 ], [ 120.2917944, 30.2720194 ], [ 120.2920076, 30.271855 ], [ 120.292131, 30.2717113 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.07896677e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2961606, 30.2966216 ], [ 120.2967004, 30.297775 ], [ 120.3018601, 30.2953063 ], [ 120.3016461, 30.2945005 ], [ 120.2961606, 30.2966216 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.090884285e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3035483, 30.301342 ], [ 120.303685, 30.3000794 ], [ 120.3029479, 30.2996073 ], [ 120.3029895, 30.2988066 ], [ 120.3033045, 30.2978828 ], [ 120.3034056, 30.2968512 ], [ 120.302401, 30.2947007 ], [ 120.3020027, 30.2948341 ], [ 120.3027577, 30.2968615 ], [ 120.3027933, 30.2977494 ], [ 120.3027577, 30.2986886 ], [ 120.3027993, 30.299443 ], [ 120.3032213, 30.3012701 ], [ 120.3035483, 30.301342 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "钱塘生态公园", "area_sqm": 1.145090992e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3097485, 30.3007293 ], [ 120.3098364, 30.3003658 ], [ 120.3098881, 30.3001479 ], [ 120.3100232, 30.300031 ], [ 120.3108734, 30.2983063 ], [ 120.3107767, 30.298201 ], [ 120.3095106, 30.2968506 ], [ 120.3073238, 30.2983976 ], [ 120.3067987, 30.2987263 ], [ 120.3052257, 30.2996071 ], [ 120.3070481, 30.3003133 ], [ 120.3075113, 30.3004284 ], [ 120.3083244, 30.3006513 ], [ 120.3097485, 30.3007293 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "白洋桥美食休闲园", "area_sqm": 1.7477733614999998e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3569205, 30.301142 ], [ 120.3562553, 30.2998312 ], [ 120.3556438, 30.2985621 ], [ 120.3551985, 30.2975061 ], [ 120.3547318, 30.2964084 ], [ 120.3542064, 30.2953597 ], [ 120.3536721, 30.2953561 ], [ 120.3535924, 30.2957269 ], [ 120.3523185, 30.2957401 ], [ 120.352317, 30.2958819 ], [ 120.3538413, 30.2991735 ], [ 120.3549786, 30.3016236 ], [ 120.3561212, 30.3039579 ], [ 120.3565665, 30.3039996 ], [ 120.3580634, 30.3033621 ], [ 120.3576876, 30.3026426 ], [ 120.3569205, 30.301142 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 7.76652725e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6011349, 30.2806159 ], [ 120.6021488, 30.2806715 ], [ 120.6043643, 30.2808244 ], [ 120.6067008, 30.2809456 ], [ 120.6069025, 30.2809976 ], [ 120.6069131, 30.2809089 ], [ 120.6067794, 30.2808304 ], [ 120.600893, 30.280475 ], [ 120.6008756, 30.2806164 ], [ 120.6009567, 30.2806247 ], [ 120.6011349, 30.2806159 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.6357285e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6041518, 30.2809734 ], [ 120.6034031, 30.2809282 ], [ 120.6033979, 30.2809633 ], [ 120.6042225, 30.2810091 ], [ 120.6041518, 30.2809734 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 7.387487e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6023963, 30.2809174 ], [ 120.6031997, 30.2809572 ], [ 120.6032213, 30.2809081 ], [ 120.6024367, 30.2808484 ], [ 120.6023879, 30.2808589 ], [ 120.6023432, 30.2808975 ], [ 120.6023106, 30.2813293 ], [ 120.6023857, 30.2813453 ], [ 120.6023609, 30.2813209 ], [ 120.6023963, 30.2809174 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.4398279e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.601014, 30.2820673 ], [ 120.6008611, 30.2820428 ], [ 120.6009567, 30.2806247 ], [ 120.6008756, 30.2806164 ], [ 120.600808, 30.2806094 ], [ 120.6007266, 30.2821192 ], [ 120.6008257, 30.2822446 ], [ 120.6009319, 30.2822904 ], [ 120.6014451, 30.2823179 ], [ 120.6014624, 30.2821183 ], [ 120.6010116, 30.2820937 ], [ 120.601014, 30.2820673 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.9679973e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6012993, 30.2811821 ], [ 120.6019624, 30.2812184 ], [ 120.6019559, 30.2812837 ], [ 120.6021064, 30.2812899 ], [ 120.6021858, 30.281294 ], [ 120.6022043, 30.2812195 ], [ 120.6021858, 30.2811902 ], [ 120.602155, 30.281161 ], [ 120.6013201, 30.2811157 ], [ 120.6012738, 30.2811343 ], [ 120.6012215, 30.2811929 ], [ 120.6011629, 30.281874 ], [ 120.6011937, 30.2819352 ], [ 120.6012338, 30.2819671 ], [ 120.6020441, 30.282015 ], [ 120.6021026, 30.2819964 ], [ 120.6021519, 30.2819485 ], [ 120.6021581, 30.2818421 ], [ 120.6019017, 30.2818273 ], [ 120.6012526, 30.281791 ], [ 120.6012993, 30.2811821 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 8.773899e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6014624, 30.2821183 ], [ 120.60139, 30.2820591 ], [ 120.6011466, 30.2820299 ], [ 120.6011003, 30.2819793 ], [ 120.6011435, 30.2812131 ], [ 120.601165, 30.2811519 ], [ 120.6011835, 30.2811173 ], [ 120.6011022, 30.2811063 ], [ 120.6010116, 30.2820937 ], [ 120.6014624, 30.2821183 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 5.8920075e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6023798, 30.2815014 ], [ 120.6022944, 30.2815505 ], [ 120.6022578, 30.2819753 ], [ 120.6023147, 30.2820245 ], [ 120.6023101, 30.2819718 ], [ 120.6023468, 30.2815745 ], [ 120.6023751, 30.2815532 ], [ 120.6026724, 30.2815745 ], [ 120.6026688, 30.2817182 ], [ 120.6027451, 30.2817224 ], [ 120.6027619, 30.2815224 ], [ 120.6023798, 30.2815014 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 5.8499545e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6038368, 30.2816632 ], [ 120.603858, 30.2816418 ], [ 120.6039242, 30.2816443 ], [ 120.6040106, 30.2816509 ], [ 120.6041659, 30.2816601 ], [ 120.6041305, 30.2821033 ], [ 120.6041703, 30.2820935 ], [ 120.6042072, 30.2816865 ], [ 120.6041795, 30.2816306 ], [ 120.6041333, 30.281604 ], [ 120.6037266, 30.2815827 ], [ 120.6037045, 30.281776 ], [ 120.6038191, 30.2817824 ], [ 120.6038368, 30.2816632 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 5.136784e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.601576, 30.2823332 ], [ 120.6036323, 30.2824554 ], [ 120.6036394, 30.2823576 ], [ 120.6037668, 30.2823668 ], [ 120.6037668, 30.2824554 ], [ 120.6040322, 30.2824738 ], [ 120.6040522, 30.2822594 ], [ 120.6016023, 30.2821259 ], [ 120.6015867, 30.2821559 ], [ 120.601576, 30.2823332 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.1966002e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3777031, 30.2831003 ], [ 120.3777641, 30.2830266 ], [ 120.3771949, 30.2817943 ], [ 120.3771299, 30.2817101 ], [ 120.3769957, 30.2816855 ], [ 120.3765693, 30.2818825 ], [ 120.3772006, 30.2832353 ], [ 120.3777031, 30.2831003 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.0551475e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4343674, 30.2832542 ], [ 120.4343046, 30.2832247 ], [ 120.4343424, 30.282761 ], [ 120.4343442, 30.282683 ], [ 120.435513, 30.2828601 ], [ 120.43561, 30.2825117 ], [ 120.4340234, 30.2822949 ], [ 120.4337661, 30.2833005 ], [ 120.4344599, 30.2834204 ], [ 120.4343861, 30.283263 ], [ 120.4343674, 30.2832542 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "新湾公园", "area_sqm": 6.6020043e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5420331, 30.2837615 ], [ 120.5421406, 30.2836486 ], [ 120.5420238, 30.2832937 ], [ 120.5410244, 30.28358 ], [ 120.5412673, 30.2842091 ], [ 120.5420985, 30.2839954 ], [ 120.5420331, 30.2837615 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.6364553e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5511726, 30.2849826 ], [ 120.5512216, 30.284925 ], [ 120.5510323, 30.2847979 ], [ 120.5502188, 30.2842982 ], [ 120.5496752, 30.2841014 ], [ 120.5491422, 30.2837078 ], [ 120.5480201, 30.2828811 ], [ 120.5466876, 30.2822755 ], [ 120.5464421, 30.2822058 ], [ 120.5462738, 30.282227 ], [ 120.5461616, 30.2823118 ], [ 120.5458916, 30.2826328 ], [ 120.54586, 30.2827327 ], [ 120.5506185, 30.2854731 ], [ 120.5506816, 30.2854731 ], [ 120.5507514, 30.2854214 ], [ 120.5511726, 30.2849826 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.616210015e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3819435, 30.2886967 ], [ 120.3819015, 30.2886201 ], [ 120.3814252, 30.2882128 ], [ 120.3809255, 30.2877975 ], [ 120.3806173, 30.2874224 ], [ 120.3803231, 30.2868014 ], [ 120.3802483, 30.2865554 ], [ 120.380211, 30.2862167 ], [ 120.380197, 30.2859263 ], [ 120.380239, 30.2853618 ], [ 120.3802016, 30.284894 ], [ 120.3800896, 30.2845028 ], [ 120.3799635, 30.2841439 ], [ 120.3796599, 30.2837124 ], [ 120.3792478, 30.2832823 ], [ 120.3790144, 30.2830204 ], [ 120.3789405, 30.2829375 ], [ 120.378711, 30.2825814 ], [ 120.3785271, 30.2822581 ], [ 120.3783962, 30.2819119 ], [ 120.3783004, 30.2816143 ], [ 120.3781655, 30.2809056 ], [ 120.3780161, 30.2803289 ], [ 120.3776938, 30.2796594 ], [ 120.377395, 30.2792239 ], [ 120.3772642, 30.279123 ], [ 120.3762555, 30.279119 ], [ 120.3761948, 30.2791956 ], [ 120.3809769, 30.2890879 ], [ 120.3818828, 30.2887854 ], [ 120.3819435, 30.2886967 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.73965721e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.380678, 30.2890919 ], [ 120.3787166, 30.285015 ], [ 120.3781676, 30.2852974 ], [ 120.3801443, 30.2893374 ], [ 120.3806453, 30.2891927 ], [ 120.380678, 30.2890919 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "佳苑公园", "area_sqm": 2.477799575e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5871587, 30.2872952 ], [ 120.5871626, 30.2870681 ], [ 120.586494, 30.2870313 ], [ 120.5863978, 30.2906431 ], [ 120.5871013, 30.2906723 ], [ 120.5871587, 30.2872952 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "南沙公园", "area_sqm": 3.064553155e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5303242, 30.2935089 ], [ 120.5305817, 30.2952273 ], [ 120.5339076, 30.29362 ], [ 120.5303242, 30.2935089 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "围垦文化公园", "area_sqm": 7.780373725e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.387215, 30.3041205 ], [ 120.3874362, 30.3041034 ], [ 120.3876178, 30.3040065 ], [ 120.3878028, 30.3038839 ], [ 120.3879597, 30.3037536 ], [ 120.3880706, 30.3036418 ], [ 120.3882062, 30.3035727 ], [ 120.3882878, 30.3035359 ], [ 120.3878953, 30.3026928 ], [ 120.3877692, 30.3025558 ], [ 120.3875684, 30.3021767 ], [ 120.3875684, 30.3020356 ], [ 120.3860273, 30.298814 ], [ 120.3859432, 30.2987898 ], [ 120.3855463, 30.2989269 ], [ 120.3864382, 30.3007776 ], [ 120.3863355, 30.300822 ], [ 120.3871107, 30.3024348 ], [ 120.3857751, 30.3029549 ], [ 120.3849952, 30.3031646 ], [ 120.384248, 30.3033581 ], [ 120.3829577, 30.3035351 ], [ 120.3829502, 30.3041309 ], [ 120.387215, 30.3041205 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "临江围垦文化园", "area_sqm": 1.6018153245000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5749717, 30.2997211 ], [ 120.5712238, 30.2995158 ], [ 120.5708361, 30.3037288 ], [ 120.5746231, 30.3039681 ], [ 120.5749717, 30.2997211 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 8.675794e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3763604, 30.3074905 ], [ 120.3756896, 30.3075 ], [ 120.3756921, 30.3076292 ], [ 120.3763629, 30.3076199 ], [ 120.3763604, 30.3074905 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "七格计生文化园", "area_sqm": 1.413076275e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3140566, 30.3013537 ], [ 120.3141475, 30.301263 ], [ 120.3120583, 30.300469 ], [ 120.3118256, 30.3009444 ], [ 120.3116468, 30.3012704 ], [ 120.3116042, 30.3014125 ], [ 120.3139147, 30.301464 ], [ 120.3140566, 30.3013537 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.78565433e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3140461, 30.302737 ], [ 120.312946, 30.3027609 ], [ 120.313009, 30.3040843 ], [ 120.3130465, 30.3045203 ], [ 120.31393, 30.304556 ], [ 120.3140461, 30.302737 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.48998556e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3586417, 30.3044904 ], [ 120.3580672, 30.3033684 ], [ 120.3565665, 30.3039996 ], [ 120.3568178, 30.3045089 ], [ 120.3586417, 30.3044904 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.772394103e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2924735, 30.3017228 ], [ 120.2916848, 30.3017825 ], [ 120.2917457, 30.3032793 ], [ 120.2918109, 30.3045203 ], [ 120.292624, 30.3045484 ], [ 120.2928198, 30.309921 ], [ 120.2933197, 30.3123268 ], [ 120.2943731, 30.3124121 ], [ 120.2944426, 30.3123386 ], [ 120.2958052, 30.310583 ], [ 120.2967843, 30.3092175 ], [ 120.2962776, 30.3090638 ], [ 120.2964351, 30.3087328 ], [ 120.29599, 30.3087269 ], [ 120.2960654, 30.3065988 ], [ 120.2970582, 30.3065515 ], [ 120.2965378, 30.3015622 ], [ 120.296483, 30.3008468 ], [ 120.2966131, 30.2989432 ], [ 120.2963119, 30.2972997 ], [ 120.2960564, 30.2965164 ], [ 120.2938444, 30.297192 ], [ 120.2938662, 30.2980981 ], [ 120.2922104, 30.2986063 ], [ 120.2924735, 30.3017228 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "怡乐园", "area_sqm": 2.77123304e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3407527, 30.3053251 ], [ 120.3407297, 30.3059658 ], [ 120.3411374, 30.3059889 ], [ 120.341132, 30.3061464 ], [ 120.3408262, 30.3061464 ], [ 120.3407887, 30.3067161 ], [ 120.3421063, 30.3067945 ], [ 120.3421204, 30.3066111 ], [ 120.3424107, 30.3066295 ], [ 120.3424177, 30.3064797 ], [ 120.3425168, 30.306492 ], [ 120.3425363, 30.3062547 ], [ 120.3425587, 30.3059823 ], [ 120.3425628, 30.3059328 ], [ 120.3424885, 30.3057128 ], [ 120.3423363, 30.305505 ], [ 120.3421594, 30.3052942 ], [ 120.3419541, 30.3051322 ], [ 120.3417205, 30.3049947 ], [ 120.3415825, 30.3049489 ], [ 120.3413312, 30.3049306 ], [ 120.3407672, 30.3049191 ], [ 120.3407557, 30.3052403 ], [ 120.3407527, 30.3053251 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "paved area", "area_sqm": 9.18418e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.329952, 30.3096092 ], [ 120.3299553, 30.3094154 ], [ 120.3298967, 30.3094256 ], [ 120.329891, 30.3094646 ], [ 120.3298721, 30.3094643 ], [ 120.3298688, 30.3095245 ], [ 120.3299387, 30.3095284 ], [ 120.3299344, 30.3096102 ], [ 120.329952, 30.3096092 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.3623065e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.330303, 30.3094351 ], [ 120.3299588, 30.3094222 ], [ 120.329952, 30.3096092 ], [ 120.3302911, 30.3096199 ], [ 120.330303, 30.3094351 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "paved area", "area_sqm": 8.678245e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.330324, 30.309562 ], [ 120.330425, 30.3095662 ], [ 120.3304263, 30.3095377 ], [ 120.3303263, 30.3095338 ], [ 120.3303392, 30.309437 ], [ 120.330303, 30.3094351 ], [ 120.3302911, 30.3096199 ], [ 120.3303214, 30.3096225 ], [ 120.330324, 30.309562 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "金沙湖公园", "area_sqm": 6.0027595005000002e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.308664, 30.3120618 ], [ 120.309882, 30.3119411 ], [ 120.3141505, 30.3114668 ], [ 120.3179426, 30.3114829 ], [ 120.3205111, 30.3114587 ], [ 120.3207819, 30.3114103 ], [ 120.3208473, 30.3113216 ], [ 120.3212303, 30.3075561 ], [ 120.3211742, 30.3074835 ], [ 120.3102289, 30.307206 ], [ 120.3096615, 30.3071876 ], [ 120.3095353, 30.3071876 ], [ 120.3081076, 30.3071851 ], [ 120.3079208, 30.3072416 ], [ 120.3078367, 30.3073464 ], [ 120.3065945, 30.3122086 ], [ 120.3067159, 30.3122731 ], [ 120.308664, 30.3120618 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "社区公园", "area_sqm": 4.5332791e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3302969, 30.3101743 ], [ 120.3303307, 30.3101622 ], [ 120.3303547, 30.3101484 ], [ 120.3303727, 30.3101262 ], [ 120.3303927, 30.310094 ], [ 120.3304015, 30.3100671 ], [ 120.330425, 30.3095662 ], [ 120.3304263, 30.3095377 ], [ 120.3304333, 30.3093898 ], [ 120.3298599, 30.3093784 ], [ 120.3298513, 30.3102364 ], [ 120.3299701, 30.3102237 ], [ 120.3302969, 30.3101743 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.245904e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3739415, 30.3080484 ], [ 120.3737318, 30.3080502 ], [ 120.3737297, 30.3083484 ], [ 120.3739395, 30.3083458 ], [ 120.3739415, 30.3080484 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.46850975e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3740365, 30.3079424 ], [ 120.3736323, 30.307944 ], [ 120.3736356, 30.3085546 ], [ 120.37404, 30.3085529 ], [ 120.3740365, 30.3079424 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "文海植物园", "area_sqm": 1.7592899e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3768927, 30.3088458 ], [ 120.376912, 30.3086618 ], [ 120.375881, 30.3086697 ], [ 120.3759, 30.3088458 ], [ 120.376452, 30.3088332 ], [ 120.3768927, 30.3088458 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.304710988e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3568841, 30.3052594 ], [ 120.3591525, 30.3095342 ], [ 120.3605592, 30.312707 ], [ 120.3610932, 30.3130813 ], [ 120.3615653, 30.3130535 ], [ 120.3628367, 30.3130951 ], [ 120.3627133, 30.3127802 ], [ 120.3626006, 30.3125811 ], [ 120.3621921, 30.3117542 ], [ 120.3619862, 30.3117713 ], [ 120.3614261, 30.311681 ], [ 120.3609755, 30.3111438 ], [ 120.3605356, 30.3102546 ], [ 120.3595854, 30.3085395 ], [ 120.3602469, 30.3082725 ], [ 120.3602081, 30.3080194 ], [ 120.3599345, 30.3074452 ], [ 120.3598487, 30.3071163 ], [ 120.3587919, 30.3049304 ], [ 120.3569734, 30.3049581 ], [ 120.3568358, 30.3049723 ], [ 120.3568841, 30.3052594 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.8570637e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3789415, 30.3138925 ], [ 120.3794904, 30.3143066 ], [ 120.3796539, 30.314191 ], [ 120.3796087, 30.3141547 ], [ 120.379425, 30.314015 ], [ 120.3794375, 30.3139653 ], [ 120.3792055, 30.3138161 ], [ 120.3791417, 30.3137771 ], [ 120.3791199, 30.3136911 ], [ 120.3788335, 30.3137032 ], [ 120.3788146, 30.3137603 ], [ 120.3789415, 30.3138925 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.39417715e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3796603, 30.3144436 ], [ 120.3797162, 30.3144743 ], [ 120.3798632, 30.3145551 ], [ 120.3799545, 30.3145704 ], [ 120.3801176, 30.3145976 ], [ 120.3809991, 30.3146069 ], [ 120.3825242, 30.3146269 ], [ 120.382517, 30.3145152 ], [ 120.3823917, 30.3145197 ], [ 120.3823126, 30.3144239 ], [ 120.3820671, 30.3144239 ], [ 120.3818792, 30.3144239 ], [ 120.3818679, 30.3144922 ], [ 120.3817642, 30.314486 ], [ 120.3816214, 30.3144789 ], [ 120.3814119, 30.3144824 ], [ 120.3813708, 30.314431 ], [ 120.3812165, 30.3144317 ], [ 120.3809836, 30.3144329 ], [ 120.3809494, 30.3144634 ], [ 120.3808444, 30.3144644 ], [ 120.380772, 30.3144532 ], [ 120.3807524, 30.3144502 ], [ 120.3806674, 30.3144981 ], [ 120.380474, 30.3145017 ], [ 120.3804539, 30.3144711 ], [ 120.3803572, 30.314462 ], [ 120.380284, 30.3145251 ], [ 120.38012, 30.3145333 ], [ 120.3800658, 30.3144406 ], [ 120.3799443, 30.3144416 ], [ 120.3796682, 30.3142257 ], [ 120.3795148, 30.3143367 ], [ 120.3796147, 30.3144185 ], [ 120.3796603, 30.3144436 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "下沉广场", "area_sqm": 1.152374e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3689504, 30.3149363 ], [ 120.3689518, 30.3149942 ], [ 120.3689753, 30.3150491 ], [ 120.3690183, 30.3150945 ], [ 120.369076, 30.3151252 ], [ 120.3691422, 30.315138 ], [ 120.3692096, 30.3151313 ], [ 120.3692587, 30.3151359 ], [ 120.3692921, 30.3151348 ], [ 120.3693198, 30.3151234 ], [ 120.3693296, 30.3150987 ], [ 120.3693192, 30.315065 ], [ 120.3693493, 30.3150125 ], [ 120.3693578, 30.3149544 ], [ 120.3693442, 30.3148977 ], [ 120.3693102, 30.3148478 ], [ 120.3692593, 30.3148101 ], [ 120.369197, 30.3147886 ], [ 120.36913, 30.3147857 ], [ 120.3690655, 30.3148015 ], [ 120.3690104, 30.3148345 ], [ 120.3689706, 30.3148811 ], [ 120.3689504, 30.3149363 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 6.169565e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3593916, 30.3156512 ], [ 120.3594355, 30.3155393 ], [ 120.3592849, 30.3154383 ], [ 120.3591846, 30.3154184 ], [ 120.3591177, 30.3155213 ], [ 120.3591302, 30.3156224 ], [ 120.3593058, 30.315718 ], [ 120.3593916, 30.3156512 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "湿地公园", "area_sqm": 5.913470865e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.362904, 30.3179844 ], [ 120.3635638, 30.31798 ], [ 120.3645451, 30.3179734 ], [ 120.3642098, 30.3167938 ], [ 120.3632938, 30.3142316 ], [ 120.3618323, 30.314318 ], [ 120.3624537, 30.3164439 ], [ 120.362904, 30.3179844 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "高教东公园", "area_sqm": 4.922926915e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3746117, 30.3184542 ], [ 120.3749094, 30.3184167 ], [ 120.3750923, 30.3182702 ], [ 120.3752786, 30.3181577 ], [ 120.3754725, 30.3180616 ], [ 120.3754476, 30.3179676 ], [ 120.3754285, 30.3178932 ], [ 120.3755156, 30.3178188 ], [ 120.3756443, 30.3177617 ], [ 120.37575, 30.3177523 ], [ 120.3758438, 30.3177532 ], [ 120.3759838, 30.3176586 ], [ 120.3760172, 30.3176362 ], [ 120.37625, 30.3175548 ], [ 120.3762715, 30.3174355 ], [ 120.3763316, 30.3173399 ], [ 120.3764068, 30.3172639 ], [ 120.3767136, 30.3170186 ], [ 120.3767853, 30.3168715 ], [ 120.3768114, 30.3167572 ], [ 120.3770332, 30.3166841 ], [ 120.3771374, 30.3166373 ], [ 120.3772016, 30.3165698 ], [ 120.3772619, 30.3164675 ], [ 120.3773671, 30.3164331 ], [ 120.3777143, 30.3163907 ], [ 120.3777257, 30.3162337 ], [ 120.3772859, 30.3162538 ], [ 120.3767778, 30.3162827 ], [ 120.3752723, 30.3164543 ], [ 120.3736954, 30.3166341 ], [ 120.3735834, 30.3166605 ], [ 120.3735169, 30.3167196 ], [ 120.373479, 30.3167977 ], [ 120.3734941, 30.3168955 ], [ 120.3741162, 30.3184643 ], [ 120.3741342, 30.3185098 ], [ 120.3743503, 30.3184757 ], [ 120.3746117, 30.3184542 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "公园硬地·", "area_sqm": 3.2722545e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3300326, 30.3098532 ], [ 120.3300531, 30.3098359 ], [ 120.3300548, 30.3097913 ], [ 120.3300561, 30.3097594 ], [ 120.3300529, 30.3097395 ], [ 120.3300487, 30.3097272 ], [ 120.3300287, 30.3097195 ], [ 120.3299915, 30.3097114 ], [ 120.3299634, 30.30971 ], [ 120.3299674, 30.3096623 ], [ 120.3299397, 30.3096609 ], [ 120.3299335, 30.3097345 ], [ 120.329918, 30.3097529 ], [ 120.3299104, 30.3097792 ], [ 120.3299007, 30.3098071 ], [ 120.329897, 30.3098339 ], [ 120.3299034, 30.3098583 ], [ 120.3299143, 30.3098912 ], [ 120.3299323, 30.3099168 ], [ 120.3299548, 30.3099358 ], [ 120.3299744, 30.3099471 ], [ 120.3299969, 30.3099633 ], [ 120.3300661, 30.3099237 ], [ 120.3300326, 30.3098532 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "锦鳞公园", "area_sqm": 5.49272335e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3441934, 30.3117614 ], [ 120.3444508, 30.308784 ], [ 120.3447232, 30.3085621 ], [ 120.3447271, 30.3085214 ], [ 120.3442708, 30.3085101 ], [ 120.3441325, 30.3107751 ], [ 120.3441704, 30.3108195 ], [ 120.3441606, 30.3110316 ], [ 120.344139, 30.3110783 ], [ 120.3440777, 30.3118471 ], [ 120.3441252, 30.311848 ], [ 120.3441934, 30.3117614 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.565762095e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3300915, 30.3125058 ], [ 120.3297215, 30.3124847 ], [ 120.3297541, 30.3120495 ], [ 120.329933, 30.3120636 ], [ 120.3299453, 30.3119407 ], [ 120.3280872, 30.3119197 ], [ 120.3279645, 30.3121371 ], [ 120.3279698, 30.3131628 ], [ 120.3280832, 30.3132182 ], [ 120.3300061, 30.3132674 ], [ 120.3300915, 30.3125058 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "逸凡坡", "area_sqm": 3.141741555e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3392275, 30.313051 ], [ 120.3393157, 30.3131506 ], [ 120.3393877, 30.3132319 ], [ 120.3395664, 30.3133383 ], [ 120.3397944, 30.313466 ], [ 120.339948, 30.3135711 ], [ 120.3399731, 30.3135883 ], [ 120.339983, 30.3135974 ], [ 120.3401703, 30.3137692 ], [ 120.3403057, 30.3139254 ], [ 120.3404225, 30.3141256 ], [ 120.340485, 30.3143437 ], [ 120.3405291, 30.314482 ], [ 120.3406571, 30.3145671 ], [ 120.341936, 30.3145866 ], [ 120.3420559, 30.3145884 ], [ 120.3423459, 30.3145888 ], [ 120.342387, 30.3145173 ], [ 120.3423807, 30.3142325 ], [ 120.3423602, 30.3142063 ], [ 120.3423122, 30.3141446 ], [ 120.3421767, 30.3140594 ], [ 120.3419895, 30.3139039 ], [ 120.3418511, 30.3137846 ], [ 120.3417868, 30.313706 ], [ 120.3416936, 30.3135997 ], [ 120.3415937, 30.3134684 ], [ 120.3414598, 30.3132363 ], [ 120.3414031, 30.3132093 ], [ 120.3412703, 30.3132072 ], [ 120.3411742, 30.3132057 ], [ 120.3410927, 30.3131463 ], [ 120.3410899, 30.3127028 ], [ 120.3408094, 30.3126869 ], [ 120.3400514, 30.3126439 ], [ 120.340097, 30.3127252 ], [ 120.3401318, 30.3128109 ], [ 120.3401372, 30.3128734 ], [ 120.3401407, 30.3130189 ], [ 120.34014, 30.3130439 ], [ 120.3401328, 30.3130722 ], [ 120.340116, 30.3131093 ], [ 120.3400884, 30.3131423 ], [ 120.3400513, 30.3131554 ], [ 120.340015, 30.313167 ], [ 120.3399847, 30.3131713 ], [ 120.339954, 30.3131713 ], [ 120.3398945, 30.3131814 ], [ 120.3398282, 30.3131849 ], [ 120.3397577, 30.3131814 ], [ 120.3397188, 30.3131779 ], [ 120.3396772, 30.3131675 ], [ 120.3396214, 30.3131457 ], [ 120.3395672, 30.3131246 ], [ 120.3395122, 30.3130934 ], [ 120.3394774, 30.3130737 ], [ 120.3394425, 30.3130529 ], [ 120.339405, 30.3130193 ], [ 120.3393795, 30.3129996 ], [ 120.3393406, 30.3129614 ], [ 120.3393057, 30.312929 ], [ 120.3392762, 30.3128989 ], [ 120.3392467, 30.312863 ], [ 120.3392172, 30.3128132 ], [ 120.3391823, 30.3127542 ], [ 120.3391528, 30.3126465 ], [ 120.3394076, 30.3126442 ], [ 120.3393782, 30.3126104 ], [ 120.339031, 30.3125931 ], [ 120.3390919, 30.3128116 ], [ 120.3392275, 30.313051 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.76023595e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3377587, 30.3176126 ], [ 120.3378383, 30.3174976 ], [ 120.3377842, 30.3173893 ], [ 120.3377735, 30.3173679 ], [ 120.3377087, 30.3172741 ], [ 120.3366559, 30.3173045 ], [ 120.336631, 30.3176232 ], [ 120.3374713, 30.3176153 ], [ 120.3377587, 30.3176126 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 9.5594382e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3206838, 30.3177698 ], [ 120.3206302, 30.3178948 ], [ 120.3205122, 30.31946 ], [ 120.3205712, 30.3195572 ], [ 120.3206677, 30.3196035 ], [ 120.3211183, 30.3197286 ], [ 120.3211398, 30.3196359 ], [ 120.3212149, 30.319585 ], [ 120.3212793, 30.3195804 ], [ 120.3214333, 30.3192233 ], [ 120.320922, 30.3189426 ], [ 120.3209241, 30.3189115 ], [ 120.3209844, 30.3180127 ], [ 120.3210025, 30.3177432 ], [ 120.3207857, 30.3177096 ], [ 120.3206838, 30.3177698 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.4774305e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.349789, 30.3190328 ], [ 120.349901, 30.3190328 ], [ 120.349897, 30.3189931 ], [ 120.3498177, 30.3189376 ], [ 120.349748, 30.3188913 ], [ 120.3496826, 30.3188852 ], [ 120.3496514, 30.3189237 ], [ 120.3496621, 30.3189792 ], [ 120.3497364, 30.3190504 ], [ 120.349719, 30.3190328 ], [ 120.349789, 30.3190328 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.32232573e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3235001, 30.3203305 ], [ 120.3235323, 30.320275 ], [ 120.3236718, 30.3179828 ], [ 120.3236557, 30.3179087 ], [ 120.3235377, 30.3178207 ], [ 120.3232319, 30.3178253 ], [ 120.3229612, 30.3199778 ], [ 120.3229262, 30.3202565 ], [ 120.3233821, 30.3203907 ], [ 120.3235001, 30.3203305 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.0262355e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3468413, 30.3191468 ], [ 120.3468394, 30.3191172 ], [ 120.3467766, 30.3190745 ], [ 120.3466416, 30.319178 ], [ 120.3465769, 30.3191911 ], [ 120.3465807, 30.3192404 ], [ 120.346615, 30.3192666 ], [ 120.3466911, 30.3192798 ], [ 120.3468242, 30.3192042 ], [ 120.3468413, 30.3191468 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.8802e-09 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3473624, 30.3194029 ], [ 120.3474005, 30.3193783 ], [ 120.3473986, 30.3193487 ], [ 120.3473681, 30.3193257 ], [ 120.3473472, 30.3193602 ], [ 120.3473187, 30.3193668 ], [ 120.3473225, 30.3194012 ], [ 120.3473624, 30.3194029 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 7.1624882e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2648764, 30.3073893 ], [ 120.265116, 30.3083937 ], [ 120.265299, 30.3091084 ], [ 120.265421, 30.3095072 ], [ 120.2655343, 30.3099736 ], [ 120.2655779, 30.3100451 ], [ 120.2656563, 30.3100489 ], [ 120.2657579, 30.310016 ], [ 120.2655349, 30.3092725 ], [ 120.265374, 30.3086936 ], [ 120.2651594, 30.3078785 ], [ 120.2647222, 30.3060769 ], [ 120.2646954, 30.3060607 ], [ 120.2645193, 30.3061663 ], [ 120.2646062, 30.3063812 ], [ 120.2648764, 30.3073893 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.3726497e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2710744, 30.3093822 ], [ 120.2712798, 30.3106116 ], [ 120.2714416, 30.3105823 ], [ 120.271477, 30.3105411 ], [ 120.2714308, 30.3102126 ], [ 120.2713476, 30.3099798 ], [ 120.2712102, 30.3093037 ], [ 120.2711664, 30.3092607 ], [ 120.2711062, 30.3092678 ], [ 120.2710859, 30.3093141 ], [ 120.2710744, 30.3093822 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.57101255e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.265961, 30.3103611 ], [ 120.265835, 30.310094 ], [ 120.2657042, 30.3101354 ], [ 120.2656347, 30.3102219 ], [ 120.2656162, 30.3103104 ], [ 120.265713, 30.3107485 ], [ 120.2657217, 30.3108802 ], [ 120.2657609, 30.3112601 ], [ 120.2658219, 30.3115686 ], [ 120.2660136, 30.312697 ], [ 120.2663584, 30.3126812 ], [ 120.265961, 30.3103611 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 6.08733395e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2710897, 30.3112333 ], [ 120.2711482, 30.3114514 ], [ 120.2712222, 30.3115312 ], [ 120.2713362, 30.311611 ], [ 120.2714055, 30.3120743 ], [ 120.2713894, 30.3123753 ], [ 120.2712285, 30.3125976 ], [ 120.2714015, 30.3125984 ], [ 120.2715196, 30.3126015 ], [ 120.2715692, 30.3125996 ], [ 120.2716568, 30.31252 ], [ 120.2716425, 30.312146 ], [ 120.2717022, 30.3121393 ], [ 120.2716603, 30.3117903 ], [ 120.2715904, 30.3114852 ], [ 120.2715082, 30.3108764 ], [ 120.2714771, 30.3108505 ], [ 120.2710496, 30.3109167 ], [ 120.2710897, 30.3112333 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东城文体公园", "area_sqm": 6.45487045e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2655195, 30.3119292 ], [ 120.265441, 30.3111147 ], [ 120.265109, 30.3111562 ], [ 120.2650135, 30.3112547 ], [ 120.2651154, 30.3119236 ], [ 120.2652556, 30.3127172 ], [ 120.2656483, 30.3127322 ], [ 120.2655195, 30.3119292 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.3835579e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2661792, 30.314401 ], [ 120.2661748, 30.3146793 ], [ 120.2661225, 30.3146869 ], [ 120.2660877, 30.3152398 ], [ 120.2660399, 30.315532 ], [ 120.2659994, 30.3159782 ], [ 120.2660239, 30.3162946 ], [ 120.2663016, 30.3163367 ], [ 120.2662839, 30.3160373 ], [ 120.2662946, 30.3157959 ], [ 120.2664007, 30.3152185 ], [ 120.2664467, 30.3147571 ], [ 120.2664503, 30.3144699 ], [ 120.266422, 30.3136121 ], [ 120.2662485, 30.3136059 ], [ 120.2662124, 30.313633 ], [ 120.2661863, 30.3131686 ], [ 120.266076, 30.3131407 ], [ 120.2660877, 30.3132236 ], [ 120.2661792, 30.314401 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.6034248e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2660875, 30.3170024 ], [ 120.2674271, 30.3171864 ], [ 120.2674245, 30.3171372 ], [ 120.2673159, 30.3170504 ], [ 120.2659329, 30.316878 ], [ 120.2659542, 30.3169498 ], [ 120.2660875, 30.3170024 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.7413519e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2696493, 30.3174509 ], [ 120.2702794, 30.317523 ], [ 120.2709822, 30.3176119 ], [ 120.2719212, 30.3177096 ], [ 120.2719649, 30.317667 ], [ 120.2719625, 30.317601 ], [ 120.2717751, 30.3175758 ], [ 120.2716192, 30.3175754 ], [ 120.2712505, 30.3175292 ], [ 120.270461, 30.3174317 ], [ 120.2704134, 30.3174471 ], [ 120.2702811, 30.3174342 ], [ 120.2702439, 30.3174034 ], [ 120.2699153, 30.3173662 ], [ 120.269502, 30.3173136 ], [ 120.2686337, 30.3172096 ], [ 120.2679334, 30.3171185 ], [ 120.2677936, 30.317184 ], [ 120.2677935, 30.3172334 ], [ 120.2686611, 30.3173269 ], [ 120.2696493, 30.3174509 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三卫路公园", "area_sqm": 8.8692928e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2756376, 30.3219632 ], [ 120.2740396, 30.3222306 ], [ 120.274522, 30.322846 ], [ 120.274827, 30.3230859 ], [ 120.2755204, 30.3222792 ], [ 120.2756376, 30.3219632 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "胜稼公园", "area_sqm": 4.61411035e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2798038, 30.3265268 ], [ 120.2792079, 30.3267022 ], [ 120.2795135, 30.3273735 ], [ 120.2801393, 30.3271645 ], [ 120.2798038, 30.3265268 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.72438802e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3635786, 30.3194529 ], [ 120.3640875, 30.3193785 ], [ 120.3645417, 30.3209226 ], [ 120.3652777, 30.3209258 ], [ 120.3645183, 30.3180936 ], [ 120.3624596, 30.3180853 ], [ 120.3624948, 30.3181924 ], [ 120.3626158, 30.3184694 ], [ 120.3629362, 30.3193378 ], [ 120.3632465, 30.3206167 ], [ 120.3633101, 30.3209171 ], [ 120.3639856, 30.3209201 ], [ 120.3635786, 30.3194529 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.69606425e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5817104, 30.3198712 ], [ 120.5802918, 30.3197896 ], [ 120.5802641, 30.3204251 ], [ 120.5816567, 30.3204694 ], [ 120.5817104, 30.3198712 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.771675705e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3652345, 30.3241208 ], [ 120.3658675, 30.324144 ], [ 120.3659051, 30.3238569 ], [ 120.365256, 30.3211202 ], [ 120.3632819, 30.3211897 ], [ 120.3635233, 30.3216713 ], [ 120.3635984, 30.3224585 ], [ 120.3639578, 30.323968 ], [ 120.3640972, 30.3241486 ], [ 120.3645532, 30.3240977 ], [ 120.3652345, 30.3241208 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.057092875e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5798356, 30.3222648 ], [ 120.578579, 30.3222482 ], [ 120.5785883, 30.3231043 ], [ 120.5798174, 30.3231097 ], [ 120.5798356, 30.3222648 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.53090261e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3789339, 30.3273813 ], [ 120.3789083, 30.3272795 ], [ 120.3786228, 30.3271029 ], [ 120.3785508, 30.3270217 ], [ 120.3784511, 30.326909 ], [ 120.3783637, 30.3267665 ], [ 120.377114, 30.3269246 ], [ 120.3765778, 30.3272469 ], [ 120.3761719, 30.3275428 ], [ 120.3764666, 30.3275739 ], [ 120.378773, 30.3275948 ], [ 120.3788802, 30.3274925 ], [ 120.3789339, 30.3273813 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "松下友好公园", "area_sqm": 8.7444685e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3610802, 30.3278967 ], [ 120.3611905, 30.327893 ], [ 120.3612603, 30.3277493 ], [ 120.3612147, 30.3276403 ], [ 120.3610294, 30.327587 ], [ 120.3608924, 30.3276797 ], [ 120.3609085, 30.3278211 ], [ 120.360981, 30.3279 ], [ 120.3610802, 30.3278967 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.480444265e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3887693, 30.3302693 ], [ 120.3894291, 30.3300277 ], [ 120.3893136, 30.3297054 ], [ 120.3865324, 30.3307368 ], [ 120.3867532, 30.3314546 ], [ 120.3868233, 30.3315111 ], [ 120.386954, 30.3315151 ], [ 120.3876172, 30.3313418 ], [ 120.3874257, 30.3307613 ], [ 120.3887693, 30.3302693 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "golf_course", "name": "杭州九桥高尔夫俱乐部", "area_sqm": 7.060592952e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3883926, 30.3345629 ], [ 120.388499466030481, 30.334753182846416 ], [ 120.390133649633455, 30.333443502540412 ], [ 120.3900338, 30.333505 ], [ 120.3891619, 30.3339725 ], [ 120.3890036, 30.3340902 ], [ 120.3883824, 30.334408 ], [ 120.3883492, 30.334494 ], [ 120.3883926, 30.3345629 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.6666263e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5516614, 30.3385277 ], [ 120.5504876, 30.3386494 ], [ 120.549673, 30.3387177 ], [ 120.5496367, 30.3396016 ], [ 120.55133, 30.3394281 ], [ 120.5529742, 30.3392584 ], [ 120.5541972, 30.3390978 ], [ 120.5543575, 30.3390646 ], [ 120.5543618, 30.338535 ], [ 120.5516614, 30.3385277 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.98403799e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5491695, 30.3386799 ], [ 120.5432103, 30.3393232 ], [ 120.543029, 30.3394762 ], [ 120.5430773, 30.3403038 ], [ 120.5493025, 30.3396188 ], [ 120.5493105, 30.3387981 ], [ 120.5491695, 30.3386799 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "高教西公园", "area_sqm": 1.6538523765e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3505954, 30.3182335 ], [ 120.3474912, 30.3182436 ], [ 120.3472981, 30.3182442 ], [ 120.3443372, 30.3182538 ], [ 120.3440987, 30.3182522 ], [ 120.3440397, 30.3183541 ], [ 120.344031, 30.3195825 ], [ 120.3440339, 30.3203127 ], [ 120.3440347, 30.3205091 ], [ 120.3440354, 30.3207374 ], [ 120.3441586, 30.3208177 ], [ 120.346229, 30.3207777 ], [ 120.3463411, 30.3207761 ], [ 120.3505303, 30.3207405 ], [ 120.3505663, 30.3206725 ], [ 120.3505954, 30.3182335 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.7821868e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3220088, 30.3195665 ], [ 120.321982, 30.3198999 ], [ 120.3219927, 30.319974 ], [ 120.3220625, 30.320011 ], [ 120.3227652, 30.3202194 ], [ 120.3227867, 30.3199462 ], [ 120.3220088, 30.3195665 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.199671e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3252689, 30.3201001 ], [ 120.3253286, 30.3201011 ], [ 120.3253162, 30.3200553 ], [ 120.3253089, 30.3200158 ], [ 120.3253182, 30.3199983 ], [ 120.3253448, 30.3199483 ], [ 120.3253296, 30.3199304 ], [ 120.325284, 30.319934 ], [ 120.3252482, 30.319889 ], [ 120.3252094, 30.3198528 ], [ 120.32518, 30.3198477 ], [ 120.325149, 30.3198423 ], [ 120.3251664, 30.319904 ], [ 120.3251388, 30.3199226 ], [ 120.325192, 30.3199887 ], [ 120.3251644, 30.3200046 ], [ 120.3252124, 30.3200655 ], [ 120.325191, 30.3200805 ], [ 120.3252288, 30.3201193 ], [ 120.3252421, 30.3201255 ], [ 120.3252689, 30.3201001 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.940076e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3447721, 30.319925 ], [ 120.3447516, 30.3199041 ], [ 120.3446447, 30.3199227 ], [ 120.3446069, 30.3199609 ], [ 120.3446047, 30.3200341 ], [ 120.3446366, 30.320064 ], [ 120.3446847, 30.320063 ], [ 120.3447684, 30.3199787 ], [ 120.3447721, 30.319925 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.5488145e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3467462, 30.3206816 ], [ 120.3467001, 30.3206366 ], [ 120.3466355, 30.3206164 ], [ 120.3465731, 30.3206208 ], [ 120.3465146, 30.3206753 ], [ 120.3464697, 30.3207402 ], [ 120.3467541, 30.3207383 ], [ 120.3467462, 30.3206816 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东方体育公园", "area_sqm": 1.46566982e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3297672, 30.3278685 ], [ 120.3264129, 30.3276639 ], [ 120.3264113, 30.3278528 ], [ 120.3265377, 30.3279982 ], [ 120.3296537, 30.3284243 ], [ 120.3297248, 30.3283509 ], [ 120.3297672, 30.3278685 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.7432969e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3465253, 30.3282035 ], [ 120.3458721, 30.3281873 ], [ 120.3458581, 30.3286069 ], [ 120.3465114, 30.3286231 ], [ 120.3465253, 30.3282035 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 6.29521205e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3511089, 30.3389149 ], [ 120.3510022, 30.3388027 ], [ 120.3486251, 30.3386789 ], [ 120.3485918, 30.3387135 ], [ 120.3485948, 30.3388699 ], [ 120.3507989, 30.3389609 ], [ 120.3507646, 30.3395417 ], [ 120.3510956, 30.3395508 ], [ 120.3511089, 30.3389149 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.4932345e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3511089, 30.3396515 ], [ 120.3507588, 30.3396403 ], [ 120.3507192, 30.34031 ], [ 120.3509756, 30.3403219 ], [ 120.3509589, 30.3405406 ], [ 120.3510394, 30.3405455 ], [ 120.3511089, 30.3396515 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "乔司农场月牙湖生态园", "area_sqm": 1.6947144235e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2963181, 30.3401393 ], [ 120.2942549, 30.3401477 ], [ 120.2946593, 30.3431166 ], [ 120.2952744, 30.3441872 ], [ 120.2967125, 30.3458038 ], [ 120.2972426, 30.34623 ], [ 120.2991119, 30.3436019 ], [ 120.2976586, 30.3418007 ], [ 120.2963181, 30.3401393 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.0518267465000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5421443, 30.3395299 ], [ 120.5420932, 30.3393866 ], [ 120.5382366, 30.3397907 ], [ 120.5352961, 30.3401185 ], [ 120.5341502, 30.3402463 ], [ 120.5322688, 30.3403969 ], [ 120.5314898, 30.3415027 ], [ 120.5345035, 30.3411794 ], [ 120.537181, 30.3409443 ], [ 120.5397222, 30.3406467 ], [ 120.5409524, 30.3405071 ], [ 120.5424678, 30.3403271 ], [ 120.5423443, 30.3396915 ], [ 120.5421443, 30.3395299 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.33340502e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2371459, 30.3174328 ], [ 120.2372825, 30.3173542 ], [ 120.2376041, 30.3171316 ], [ 120.2381291, 30.3166915 ], [ 120.2374402, 30.3158453 ], [ 120.2372946, 30.3157929 ], [ 120.2369244, 30.3164819 ], [ 120.2366088, 30.3174642 ], [ 120.2369972, 30.3174538 ], [ 120.2371459, 30.3174328 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 8.4694631e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2345513, 30.3172416 ], [ 120.2346697, 30.3168906 ], [ 120.2323634, 30.3164347 ], [ 120.2323786, 30.3168198 ], [ 120.2333864, 30.3170155 ], [ 120.2345513, 30.3172416 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.12254065e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2360838, 30.3171185 ], [ 120.2348093, 30.3168958 ], [ 120.2346636, 30.317273 ], [ 120.235926, 30.3174957 ], [ 120.2360838, 30.3171185 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.9199116e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2087268, 30.3173079 ], [ 120.2081153, 30.3167893 ], [ 120.2075681, 30.3172523 ], [ 120.2082441, 30.3178173 ], [ 120.2087268, 30.3173079 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "杭州欣润花卉", "area_sqm": 2.443648095e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2204972, 30.3204682 ], [ 120.2206482, 30.3202598 ], [ 120.2208562, 30.3201268 ], [ 120.2210961, 30.3200616 ], [ 120.2213665, 30.3198122 ], [ 120.2203013, 30.3191319 ], [ 120.2198658, 30.3190247 ], [ 120.2192063, 30.3188142 ], [ 120.2188324, 30.3198892 ], [ 120.2203441, 30.3205671 ], [ 120.2204972, 30.3204682 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "黄家文体公园", "area_sqm": 5.5049563e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2369563, 30.3207587 ], [ 120.2366679, 30.3208464 ], [ 120.2366082, 30.3207175 ], [ 120.2363983, 30.320722 ], [ 120.2363408, 30.320564 ], [ 120.2356102, 30.3206125 ], [ 120.2357717, 30.3209259 ], [ 120.2359466, 30.3208961 ], [ 120.2361869, 30.3212842 ], [ 120.2370102, 30.3210209 ], [ 120.2369563, 30.3207587 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "同心文体中心公园", "area_sqm": 8.4362274e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2269167, 30.3209022 ], [ 120.226003, 30.3209676 ], [ 120.2259561, 30.3211106 ], [ 120.2257737, 30.3217544 ], [ 120.2266348, 30.3219691 ], [ 120.2269167, 30.3209022 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "俞章村生育文化园", "area_sqm": 3.9323608e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2053525, 30.3234297 ], [ 120.205054, 30.3233539 ], [ 120.2045682, 30.3232312 ], [ 120.2044119, 30.3231212 ], [ 120.2043813, 30.3238516 ], [ 120.2054231, 30.3235484 ], [ 120.2053525, 30.3234297 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "绿明农业生态园", "area_sqm": 1.304726605e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2028898, 30.3292745 ], [ 120.2032349, 30.3292744 ], [ 120.2032596, 30.3295557 ], [ 120.2034531, 30.3295557 ], [ 120.2037798, 30.3294252 ], [ 120.204115, 30.3290629 ], [ 120.2041853, 30.3283419 ], [ 120.2038674, 30.3283445 ], [ 120.2038535, 30.3285153 ], [ 120.2032619, 30.3285483 ], [ 120.2031703, 30.3283137 ], [ 120.2025423, 30.3283275 ], [ 120.2025823, 30.3287183 ], [ 120.2028563, 30.3286859 ], [ 120.2028898, 30.3292745 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "胡世宁公园", "area_sqm": 6.12733195e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2118126, 30.3305891 ], [ 120.2113823, 30.329642 ], [ 120.2108392, 30.3298432 ], [ 120.2108622, 30.3298815 ], [ 120.2109474, 30.3301965 ], [ 120.2112572, 30.3307593 ], [ 120.2115858, 30.3306586 ], [ 120.2118126, 30.3305891 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.18698625e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2166545, 30.344232 ], [ 120.2164724, 30.3437121 ], [ 120.2164444, 30.3436476 ], [ 120.2163323, 30.3436032 ], [ 120.215884, 30.3435629 ], [ 120.2158373, 30.3441836 ], [ 120.2166545, 30.344232 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "春华公园", "area_sqm": 4.40528801e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2115621, 30.3431467 ], [ 120.2115161, 30.3432169 ], [ 120.2114949, 30.3433238 ], [ 120.2114736, 30.3447258 ], [ 120.2114099, 30.3455382 ], [ 120.211371, 30.3458864 ], [ 120.2113993, 30.3459383 ], [ 120.2114772, 30.3459597 ], [ 120.2120505, 30.3461033 ], [ 120.2122841, 30.3461918 ], [ 120.212861, 30.3463201 ], [ 120.2129884, 30.3454863 ], [ 120.2132248, 30.3451649 ], [ 120.2127207, 30.3436387 ], [ 120.2127371, 30.3432259 ], [ 120.2116435, 30.3431222 ], [ 120.2115621, 30.3431467 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "桃花湖公园", "area_sqm": 1.9453323825e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2108117, 30.3596254 ], [ 120.2111674, 30.3590945 ], [ 120.2128504, 30.3565824 ], [ 120.2134465, 30.3561523 ], [ 120.2145974, 30.3565079 ], [ 120.2162275, 30.3537413 ], [ 120.2135484, 30.3528733 ], [ 120.2130443, 30.3536431 ], [ 120.2124856, 30.3541977 ], [ 120.2116048, 30.3549446 ], [ 120.2108445, 30.355694 ], [ 120.2087736, 30.3591469 ], [ 120.2105286, 30.360048 ], [ 120.2108117, 30.3596254 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "望宸公园", "area_sqm": 1.1821712565e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1998729, 30.3559179 ], [ 120.2018483, 30.3573605 ], [ 120.2003819, 30.3591658 ], [ 120.2003119, 30.3592746 ], [ 120.2003539, 30.3593794 ], [ 120.200424, 30.3594237 ], [ 120.2013953, 30.3598307 ], [ 120.2027076, 30.3580496 ], [ 120.2034501, 30.3585735 ], [ 120.2042627, 30.3571993 ], [ 120.204258, 30.3571389 ], [ 120.2042067, 30.3570744 ], [ 120.2029364, 30.3563531 ], [ 120.2016148, 30.3555794 ], [ 120.1992985, 30.3542455 ], [ 120.198159, 30.3536491 ], [ 120.1980843, 30.353633 ], [ 120.1980049, 30.353641 ], [ 120.1978881, 30.3538828 ], [ 120.1976546, 30.3545195 ], [ 120.1988688, 30.3551482 ], [ 120.1998729, 30.3559179 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.31810829e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2406864, 30.3666303 ], [ 120.2408456, 30.3667616 ], [ 120.2409624, 30.3669235 ], [ 120.2419782, 30.3677968 ], [ 120.2420242, 30.3678151 ], [ 120.242071, 30.3678263 ], [ 120.2421727, 30.3673266 ], [ 120.2418923, 30.3672814 ], [ 120.2417598, 30.3672176 ], [ 120.241766, 30.366973 ], [ 120.2414425, 30.3669278 ], [ 120.2414733, 30.3665902 ], [ 120.2415318, 30.3662871 ], [ 120.2413038, 30.3662473 ], [ 120.2413086, 30.3658608 ], [ 120.2400741, 30.3661448 ], [ 120.2405059, 30.3665143 ], [ 120.2406864, 30.3666303 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.227027045e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2315326, 30.3703419 ], [ 120.2315922, 30.3702764 ], [ 120.2316194, 30.3701219 ], [ 120.2315597, 30.3693124 ], [ 120.2316139, 30.3686151 ], [ 120.2317604, 30.3681472 ], [ 120.2316248, 30.3681191 ], [ 120.2305292, 30.3704682 ], [ 120.2307027, 30.3705384 ], [ 120.2315326, 30.3703419 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "三义公园", "area_sqm": 8.76280895e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.229193, 30.3708868 ], [ 120.2292547, 30.3711089 ], [ 120.2293941, 30.371345 ], [ 120.2295658, 30.3715463 ], [ 120.229783, 30.3716944 ], [ 120.230239, 30.3706068 ], [ 120.2292091, 30.3703152 ], [ 120.2291903, 30.3705721 ], [ 120.229193, 30.3708868 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.0306058e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2376204, 30.3725842 ], [ 120.2366061, 30.3720693 ], [ 120.2364291, 30.3722831 ], [ 120.2370945, 30.3730373 ], [ 120.2376204, 30.3725842 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "皋亭千桃园", "area_sqm": 2.095564782e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2359977, 30.3881831 ], [ 120.2354591, 30.3875385 ], [ 120.235109, 30.3870797 ], [ 120.2347657, 30.3866732 ], [ 120.2334732, 30.3851517 ], [ 120.2331231, 30.3847103 ], [ 120.2325081, 30.3838201 ], [ 120.2318387, 30.3830018 ], [ 120.2315016, 30.382599 ], [ 120.2310833, 30.3822305 ], [ 120.2303899, 30.3812607 ], [ 120.2297167, 30.3803895 ], [ 120.2295686, 30.3802037 ], [ 120.228929, 30.3796636 ], [ 120.2287405, 30.3794429 ], [ 120.2282491, 30.378804 ], [ 120.2275355, 30.3780432 ], [ 120.2272528, 30.3786008 ], [ 120.2269633, 30.3792745 ], [ 120.2269162, 30.3793964 ], [ 120.2268421, 30.3796287 ], [ 120.2266065, 30.380134 ], [ 120.2265796, 30.3802327 ], [ 120.2265863, 30.3803082 ], [ 120.2266603, 30.3803953 ], [ 120.227724, 30.3813362 ], [ 120.2278183, 30.3813884 ], [ 120.2278856, 30.3814059 ], [ 120.2279866, 30.3814059 ], [ 120.2281885, 30.3812607 ], [ 120.2283636, 30.3814117 ], [ 120.2281347, 30.3816091 ], [ 120.2281414, 30.3816788 ], [ 120.2281953, 30.3817543 ], [ 120.2287607, 30.3822247 ], [ 120.2303495, 30.3840715 ], [ 120.2311775, 30.3849833 ], [ 120.2312516, 30.3850413 ], [ 120.2313526, 30.3850762 ], [ 120.2315007, 30.3850181 ], [ 120.2316555, 30.3851691 ], [ 120.2315276, 30.3852852 ], [ 120.2315209, 30.385384 ], [ 120.231669, 30.3855988 ], [ 120.2317767, 30.3857034 ], [ 120.2319719, 30.3858544 ], [ 120.2325778, 30.386528 ], [ 120.2327865, 30.3867777 ], [ 120.2330827, 30.3870565 ], [ 120.2333116, 30.3872307 ], [ 120.2335472, 30.3873701 ], [ 120.2338771, 30.3875152 ], [ 120.234557, 30.3877998 ], [ 120.2354322, 30.3881424 ], [ 120.2357755, 30.3882818 ], [ 120.2360717, 30.3884444 ], [ 120.2361794, 30.3883747 ], [ 120.2359977, 30.3881831 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.443526e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2428291, 30.3855525 ], [ 120.2428469, 30.385505 ], [ 120.2428074, 30.3854961 ], [ 120.2427937, 30.3855409 ], [ 120.2427923, 30.3855984 ], [ 120.2428832, 30.3856199 ], [ 120.2429116, 30.3856265 ], [ 120.2429054, 30.385645 ], [ 120.2429473, 30.3856553 ], [ 120.2429556, 30.3856298 ], [ 120.243006, 30.3856406 ], [ 120.2430206, 30.3855969 ], [ 120.2428291, 30.3855525 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "永丰公园", "area_sqm": 2.900828225e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1806771, 30.3474911 ], [ 120.1806934, 30.3475111 ], [ 120.1811116, 30.3480255 ], [ 120.1812814, 30.3483271 ], [ 120.1816659, 30.3490986 ], [ 120.1818008, 30.3492968 ], [ 120.1821504, 30.3495252 ], [ 120.1824696, 30.3495429 ], [ 120.1817392, 30.3482356 ], [ 120.181551, 30.3483129 ], [ 120.1812374, 30.3478336 ], [ 120.181878, 30.3476016 ], [ 120.1815689, 30.3466815 ], [ 120.1814614, 30.3463916 ], [ 120.1814486, 30.3461589 ], [ 120.1814146, 30.3461003 ], [ 120.1813399, 30.346071 ], [ 120.1805455, 30.3462234 ], [ 120.1803282, 30.3463172 ], [ 120.1798181, 30.3465688 ], [ 120.1802426, 30.3470299 ], [ 120.1806771, 30.3474911 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "杭州半山国家森林公园", "area_sqm": 0.00016558501249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1918044, 30.3570866 ], [ 120.1916452, 30.3571372 ], [ 120.191419, 30.3571734 ], [ 120.1911844, 30.3571589 ], [ 120.1909917, 30.3571083 ], [ 120.1908661, 30.3570649 ], [ 120.1906734, 30.3570505 ], [ 120.1901362, 30.3569761 ], [ 120.1895204, 30.3546556 ], [ 120.1892843, 30.3545936 ], [ 120.1888429, 30.3546644 ], [ 120.1882305, 30.3549556 ], [ 120.188063, 30.3549965 ], [ 120.1877458, 30.3553345 ], [ 120.1875276, 30.3557165 ], [ 120.187427, 30.3559129 ], [ 120.1873017, 30.3562853 ], [ 120.1869762, 30.3563973 ], [ 120.1867354, 30.3565704 ], [ 120.186587, 30.3569319 ], [ 120.1864822, 30.3571443 ], [ 120.1862153, 30.3577023 ], [ 120.1855297, 30.3575868 ], [ 120.1852535, 30.3574225 ], [ 120.1848877, 30.3573212 ], [ 120.1847298, 30.3572088 ], [ 120.1846061, 30.3568391 ], [ 120.1845394, 30.3564365 ], [ 120.1844777, 30.3561935 ], [ 120.1836897, 30.356125 ], [ 120.1836241, 30.3562961 ], [ 120.1830608, 30.3561812 ], [ 120.1832444, 30.3555752 ], [ 120.183251, 30.355009 ], [ 120.1829652, 30.3549978 ], [ 120.1826149, 30.354984 ], [ 120.1823085, 30.3550567 ], [ 120.1821313, 30.355184 ], [ 120.1820394, 30.3551868 ], [ 120.1819688, 30.3551818 ], [ 120.1819262, 30.3552137 ], [ 120.1813713, 30.3552266 ], [ 120.181374, 30.3553564 ], [ 120.1795074, 30.3553706 ], [ 120.1792103, 30.3553183 ], [ 120.1786285, 30.3552818 ], [ 120.1785429, 30.355361 ], [ 120.1781981, 30.3551875 ], [ 120.1779671, 30.3550945 ], [ 120.1773615, 30.3550376 ], [ 120.1774128, 30.355171 ], [ 120.1773266, 30.3554106 ], [ 120.1772596, 30.3558651 ], [ 120.1770872, 30.3560717 ], [ 120.1767808, 30.3563114 ], [ 120.1765797, 30.3565758 ], [ 120.176485, 30.3569163 ], [ 120.1765892, 30.357261 ], [ 120.1764503, 30.3573659 ], [ 120.176155, 30.3574633 ], [ 120.1760768, 30.3576432 ], [ 120.1757121, 30.3580403 ], [ 120.1754429, 30.3582951 ], [ 120.1750607, 30.3584825 ], [ 120.1750434, 30.3585949 ], [ 120.1752258, 30.3586024 ], [ 120.1758076, 30.3585424 ], [ 120.1763291, 30.3586056 ], [ 120.1765575, 30.358737 ], [ 120.1775628, 30.3591181 ], [ 120.1780197, 30.3592233 ], [ 120.1784353, 30.3592618 ], [ 120.1789664, 30.3593382 ], [ 120.179232, 30.3594273 ], [ 120.1793943, 30.3597073 ], [ 120.1796451, 30.3599747 ], [ 120.1799106, 30.360242 ], [ 120.1799844, 30.3604457 ], [ 120.1800877, 30.3605221 ], [ 120.1806483, 30.3606494 ], [ 120.1809286, 30.3607258 ], [ 120.1811316, 30.3611162 ], [ 120.1813378, 30.3616204 ], [ 120.1817503, 30.3618478 ], [ 120.1820711, 30.362095 ], [ 120.1821971, 30.3622334 ], [ 120.1823346, 30.3626782 ], [ 120.1824148, 30.3629847 ], [ 120.1829075, 30.3637657 ], [ 120.1830679, 30.3639338 ], [ 120.1833429, 30.364003 ], [ 120.1837668, 30.3638942 ], [ 120.1840991, 30.3638942 ], [ 120.1845459, 30.3639338 ], [ 120.1847522, 30.3640425 ], [ 120.1850272, 30.364171 ], [ 120.1852907, 30.364606 ], [ 120.185623, 30.3647642 ], [ 120.1857834, 30.3650509 ], [ 120.1863792, 30.365387 ], [ 120.1868031, 30.3655847 ], [ 120.1872336, 30.3657878 ], [ 120.1876488, 30.3660728 ], [ 120.1880074, 30.366203 ], [ 120.1881301, 30.366545 ], [ 120.1886302, 30.3677989 ], [ 120.188734, 30.3681327 ], [ 120.1887435, 30.3685236 ], [ 120.1888095, 30.3688655 ], [ 120.1891958, 30.3689362 ], [ 120.1895246, 30.3689853 ], [ 120.1897464, 30.3687765 ], [ 120.1899885, 30.3684459 ], [ 120.1901901, 30.3679934 ], [ 120.1903717, 30.3674888 ], [ 120.190654, 30.3670886 ], [ 120.1910776, 30.3668971 ], [ 120.1916019, 30.3665317 ], [ 120.1918843, 30.3667405 ], [ 120.1922877, 30.3670364 ], [ 120.19257, 30.3674018 ], [ 120.1928927, 30.367715 ], [ 120.1932759, 30.3678368 ], [ 120.1936591, 30.3678368 ], [ 120.1941431, 30.367628 ], [ 120.1945667, 30.3672974 ], [ 120.1950104, 30.3672974 ], [ 120.1954541, 30.3670886 ], [ 120.1960591, 30.3668449 ], [ 120.1964625, 30.3667057 ], [ 120.196523, 30.3665665 ], [ 120.1959583, 30.3663577 ], [ 120.1957364, 30.3659575 ], [ 120.1956478, 30.3651508 ], [ 120.1957034, 30.3648632 ], [ 120.1959256, 30.3646355 ], [ 120.195995, 30.3642879 ], [ 120.1960089, 30.3639883 ], [ 120.1963006, 30.3638445 ], [ 120.1965264, 30.363585 ], [ 120.1973348, 30.3635788 ], [ 120.1979684, 30.3636353 ], [ 120.1984636, 30.3638741 ], [ 120.1987987, 30.3640626 ], [ 120.1992356, 30.3641443 ], [ 120.1996726, 30.364182 ], [ 120.2000291, 30.3641639 ], [ 120.2000269, 30.3638451 ], [ 120.2002448, 30.3637866 ], [ 120.2008289, 30.363311 ], [ 120.2011572, 30.3629291 ], [ 120.2012924, 30.3621521 ], [ 120.2011728, 30.3618266 ], [ 120.2003687, 30.3619358 ], [ 120.1996461, 30.3618842 ], [ 120.1990689, 30.3616444 ], [ 120.1989194, 30.3614704 ], [ 120.1979899, 30.3608107 ], [ 120.1974202, 30.3604614 ], [ 120.1964648, 30.3599919 ], [ 120.1958085, 30.3595912 ], [ 120.194999, 30.3594646 ], [ 120.1946491, 30.3594889 ], [ 120.1942197, 30.3596364 ], [ 120.1938396, 30.3598381 ], [ 120.1934479, 30.3601893 ], [ 120.1932071, 30.3602624 ], [ 120.1928395, 30.360242 ], [ 120.1924331, 30.3601033 ], [ 120.1921555, 30.3598868 ], [ 120.1915859, 30.3592546 ], [ 120.1905287, 30.3583857 ], [ 120.1906642, 30.3583658 ], [ 120.1909582, 30.3583227 ], [ 120.1912782, 30.3583378 ], [ 120.1916703, 30.3584882 ], [ 120.1919317, 30.3585107 ], [ 120.1922977, 30.3584356 ], [ 120.1925591, 30.3582777 ], [ 120.1928096, 30.3579902 ], [ 120.1931364, 30.3572601 ], [ 120.1922232, 30.3569203 ], [ 120.1920976, 30.3571372 ], [ 120.1919384, 30.3571011 ], [ 120.1918044, 30.3570866 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "石塘公园", "area_sqm": 1.494534771e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1813745, 30.3881534 ], [ 120.1820633, 30.38891 ], [ 120.1822653, 30.389314 ], [ 120.1825087, 30.3896032 ], [ 120.1837072, 30.3896111 ], [ 120.1840424, 30.3897418 ], [ 120.1841297, 30.3898528 ], [ 120.1829541, 30.3899082 ], [ 120.1832342, 30.390645 ], [ 120.1835189, 30.3909936 ], [ 120.183597, 30.3909856 ], [ 120.1851859, 30.3904826 ], [ 120.1861204, 30.3901887 ], [ 120.187048, 30.3898473 ], [ 120.1869107, 30.3896206 ], [ 120.1868941, 30.3895913 ], [ 120.1867923, 30.3895247 ], [ 120.1867609, 30.3895042 ], [ 120.1860951, 30.3894923 ], [ 120.1859619, 30.389322 ], [ 120.1852455, 30.3892824 ], [ 120.1852961, 30.3885892 ], [ 120.1851262, 30.3885852 ], [ 120.1850848, 30.388304 ], [ 120.1847266, 30.3883436 ], [ 120.1846643, 30.3875534 ], [ 120.1845932, 30.3872194 ], [ 120.1847531, 30.387103 ], [ 120.1844014, 30.386049 ], [ 120.183897, 30.3860796 ], [ 120.1837834, 30.3861286 ], [ 120.1837869, 30.3862022 ], [ 120.1839574, 30.3866556 ], [ 120.1839894, 30.3867598 ], [ 120.1839361, 30.3868517 ], [ 120.1831476, 30.387054 ], [ 120.1829309, 30.3869498 ], [ 120.1829025, 30.3861011 ], [ 120.1813148, 30.3860796 ], [ 120.1814747, 30.386432 ], [ 120.1813006, 30.3864779 ], [ 120.1812225, 30.3863768 ], [ 120.1804446, 30.3863891 ], [ 120.1803487, 30.3862726 ], [ 120.1803238, 30.3861439 ], [ 120.1802564, 30.3861531 ], [ 120.180235, 30.3862175 ], [ 120.1802635, 30.3863125 ], [ 120.1803238, 30.3863921 ], [ 120.1805227, 30.3866189 ], [ 120.1811632, 30.3878405 ], [ 120.1813745, 30.3881534 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.716727235e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2001634, 30.4763505 ], [ 120.2002488, 30.47634 ], [ 120.2005008, 30.4761437 ], [ 120.2009074, 30.4756883 ], [ 120.1997609, 30.4751522 ], [ 120.197403, 30.4740204 ], [ 120.1968135, 30.4748158 ], [ 120.1968175, 30.4748859 ], [ 120.1980819, 30.4754465 ], [ 120.2001634, 30.4763505 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "塘栖公园", "area_sqm": 6.1326225e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1783195, 30.4781449 ], [ 120.1783384, 30.4781083 ], [ 120.1785119, 30.4781815 ], [ 120.1786747, 30.4778978 ], [ 120.1784588, 30.4778215 ], [ 120.1785492, 30.4776642 ], [ 120.1775121, 30.4774189 ], [ 120.1774558, 30.4774058 ], [ 120.1773995, 30.477412 ], [ 120.1773681, 30.4774348 ], [ 120.1773368, 30.4775248 ], [ 120.1772375, 30.4778103 ], [ 120.1782034, 30.4780854 ], [ 120.1783195, 30.4781449 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "思敬广场", "area_sqm": 6.4264732e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1825788, 30.4803548 ], [ 120.1825902, 30.4802568 ], [ 120.1825636, 30.4801652 ], [ 120.1824802, 30.4800574 ], [ 120.1818884, 30.4795703 ], [ 120.1818239, 30.479567 ], [ 120.181767, 30.479603 ], [ 120.1813801, 30.4800737 ], [ 120.1818922, 30.4803369 ], [ 120.1819479, 30.4803655 ], [ 120.1823623, 30.4805784 ], [ 120.1824043, 30.4806 ], [ 120.1825522, 30.4804104 ], [ 120.1825788, 30.4803548 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "御碑公园", "area_sqm": 1.67465282e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1790276, 30.483213 ], [ 120.1795863, 30.4835227 ], [ 120.1800194, 30.4831272 ], [ 120.1803998, 30.4826245 ], [ 120.1803247, 30.4825349 ], [ 120.1803856, 30.4824369 ], [ 120.1804908, 30.4822677 ], [ 120.1802181, 30.4821305 ], [ 120.1797455, 30.4827542 ], [ 120.1786165, 30.4820809 ], [ 120.1781085, 30.482755 ], [ 120.1782798, 30.4828904 ], [ 120.1790276, 30.483213 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "邵家坝休闲园", "area_sqm": 4.8872477e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1782611, 30.4924159 ], [ 120.1783971, 30.4925135 ], [ 120.1785772, 30.492609 ], [ 120.17868, 30.4927189 ], [ 120.1787259, 30.4928219 ], [ 120.1789926, 30.4931094 ], [ 120.1791456, 30.4932935 ], [ 120.1794878, 30.4929093 ], [ 120.1784125, 30.4921573 ], [ 120.178169, 30.4923167 ], [ 120.1782611, 30.4924159 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 6.8499585e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2428179, 30.3856712 ], [ 120.2426315, 30.3856279 ], [ 120.2426512, 30.3855649 ], [ 120.2427673, 30.3855924 ], [ 120.2427685, 30.3855352 ], [ 120.2425637, 30.3854888 ], [ 120.2425844, 30.3854209 ], [ 120.2425875, 30.3854032 ], [ 120.2425161, 30.3853868 ], [ 120.242521, 30.385315 ], [ 120.2429893, 30.3854139 ], [ 120.2429881, 30.3853963 ], [ 120.242502, 30.3852825 ], [ 120.2425062, 30.3853851 ], [ 120.2425183, 30.3854456 ], [ 120.2425416, 30.3855323 ], [ 120.2425792, 30.3856086 ], [ 120.2426443, 30.3857283 ], [ 120.2427054, 30.3858104 ], [ 120.2427611, 30.3858736 ], [ 120.2428144, 30.3859152 ], [ 120.2428472, 30.3858298 ], [ 120.2427737, 30.3858127 ], [ 120.2428179, 30.3856712 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.0415575e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.243146, 30.38581 ], [ 120.2429152, 30.3857589 ], [ 120.2428946, 30.3858255 ], [ 120.2429173, 30.3858328 ], [ 120.2429031, 30.3858719 ], [ 120.2429003, 30.3858957 ], [ 120.2429138, 30.385925 ], [ 120.2429407, 30.3859458 ], [ 120.2429796, 30.3859665 ], [ 120.2430426, 30.3859903 ], [ 120.2430852, 30.3860019 ], [ 120.2431408, 30.3858179 ], [ 120.243146, 30.38581 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "天都公园", "area_sqm": 3.1879151515e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2431455, 30.3990488 ], [ 120.2431685, 30.3986122 ], [ 120.2432636, 30.3984559 ], [ 120.2434286, 30.3985448 ], [ 120.2436765, 30.3986784 ], [ 120.2454303, 30.3961525 ], [ 120.2424821, 30.3946209 ], [ 120.2407611, 30.3935968 ], [ 120.240332, 30.3942255 ], [ 120.2400447, 30.3947753 ], [ 120.2398561, 30.3950929 ], [ 120.2396715, 30.3951038 ], [ 120.2395766, 30.3946419 ], [ 120.239337, 30.3944491 ], [ 120.2388239, 30.3942966 ], [ 120.2374399, 30.3940765 ], [ 120.2368948, 30.3941742 ], [ 120.2367492, 30.3944067 ], [ 120.2368745, 30.3948097 ], [ 120.2368745, 30.3950998 ], [ 120.2371002, 30.395548 ], [ 120.2370706, 30.3959925 ], [ 120.2364967, 30.3969887 ], [ 120.2360741, 30.3978479 ], [ 120.2354157, 30.3985626 ], [ 120.2355112, 30.39873 ], [ 120.2359872, 30.3985519 ], [ 120.2364207, 30.3985824 ], [ 120.2368394, 30.3984071 ], [ 120.2380833, 30.3982591 ], [ 120.2399019, 30.3981256 ], [ 120.2411627, 30.3979024 ], [ 120.24183, 30.3989113 ], [ 120.2420844, 30.3993401 ], [ 120.2426487, 30.3991264 ], [ 120.2431455, 30.3990488 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "超山风景名胜区东园", "area_sqm": 2.6441799765000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2168862, 30.4422489 ], [ 120.2183908, 30.4411069 ], [ 120.2197064, 30.4405823 ], [ 120.220373, 30.4403968 ], [ 120.2215092, 30.4403577 ], [ 120.2225714, 30.4404719 ], [ 120.2225927, 30.4403696 ], [ 120.2225507, 30.4400455 ], [ 120.2222693, 30.4393807 ], [ 120.2218102, 30.4389963 ], [ 120.2205256, 30.4382773 ], [ 120.2180022, 30.4378921 ], [ 120.216529, 30.4379231 ], [ 120.2155296, 30.4381512 ], [ 120.214351, 30.4388308 ], [ 120.2140066, 30.4404124 ], [ 120.2138766, 30.4411138 ], [ 120.2142156, 30.4423727 ], [ 120.2147726, 30.4425666 ], [ 120.2151481, 30.4426448 ], [ 120.2152907, 30.4427606 ], [ 120.2160372, 30.4430128 ], [ 120.2168862, 30.4422489 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "nature_reserve", "name": "超山风景名胜区北园", "area_sqm": 1.1578398155e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2108508, 30.4446719 ], [ 120.2106167, 30.4449153 ], [ 120.2101416, 30.4450519 ], [ 120.2099144, 30.4455149 ], [ 120.2101416, 30.4463935 ], [ 120.2102724, 30.4471117 ], [ 120.2104928, 30.4474739 ], [ 120.210479, 30.4476994 ], [ 120.2103182, 30.4477644 ], [ 120.2129181, 30.4479866 ], [ 120.2128623, 30.4471966 ], [ 120.2128592, 30.4462993 ], [ 120.2131923, 30.4461973 ], [ 120.2132569, 30.4459931 ], [ 120.2132401, 30.4455808 ], [ 120.2131086, 30.4452172 ], [ 120.2128977, 30.4448587 ], [ 120.2129447, 30.4447882 ], [ 120.2131401, 30.4446555 ], [ 120.2131507, 30.4445413 ], [ 120.2126687, 30.444108 ], [ 120.2123073, 30.4434904 ], [ 120.2119388, 30.4432116 ], [ 120.2106305, 30.4433778 ], [ 120.2107062, 30.4443217 ], [ 120.2108508, 30.4446719 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.509803e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2149688, 30.4521715 ], [ 120.2149903, 30.4521045 ], [ 120.2150895, 30.4519195 ], [ 120.2151566, 30.4518432 ], [ 120.2151154, 30.4518258 ], [ 120.214874, 30.4522672 ], [ 120.2149205, 30.4522733 ], [ 120.2149688, 30.4521715 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "社体公园", "area_sqm": 1.11712907e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2262122, 30.4593638 ], [ 120.2263702, 30.4592301 ], [ 120.2267568, 30.4587598 ], [ 120.2269313, 30.4585592 ], [ 120.2270391, 30.4584834 ], [ 120.2274026, 30.4584326 ], [ 120.2276343, 30.4584176 ], [ 120.2303225, 30.4595538 ], [ 120.2304447, 30.4593358 ], [ 120.227451, 30.4581506 ], [ 120.2273192, 30.4583457 ], [ 120.2269531, 30.4582219 ], [ 120.2270814, 30.4579971 ], [ 120.2270418, 30.4579442 ], [ 120.2260146, 30.459354 ], [ 120.225997, 30.4594497 ], [ 120.2262122, 30.4593638 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "皇国山市民公园", "area_sqm": 9.81316715e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2197363, 30.4623343 ], [ 120.2195468, 30.4624568 ], [ 120.2183469, 30.4647567 ], [ 120.2184574, 30.4650016 ], [ 120.2197837, 30.4657365 ], [ 120.2198784, 30.4659542 ], [ 120.2198152, 30.4664714 ], [ 120.21991, 30.4666619 ], [ 120.220131, 30.4668252 ], [ 120.2203065, 30.4669093 ], [ 120.2224938, 30.4635709 ], [ 120.2199258, 30.4623207 ], [ 120.2197363, 30.4623343 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "入区口公园", "area_sqm": 2.929179155e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2479814, 30.4597796 ], [ 120.2483902, 30.4601716 ], [ 120.2493086, 30.4586661 ], [ 120.2493263, 30.4585914 ], [ 120.249321, 30.458512 ], [ 120.2492413, 30.4584403 ], [ 120.2491529, 30.4584022 ], [ 120.2448191, 30.4573009 ], [ 120.2446899, 30.4573237 ], [ 120.2445625, 30.4573787 ], [ 120.2444298, 30.4575709 ], [ 120.2469144, 30.4581977 ], [ 120.2482451, 30.4585334 ], [ 120.2480009, 30.4588766 ], [ 120.2479814, 30.4597796 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.825995165e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2494801, 30.460414 ], [ 120.2497688, 30.4601869 ], [ 120.2499901, 30.4600384 ], [ 120.2506638, 30.4595865 ], [ 120.2508638, 30.4591508 ], [ 120.2509994, 30.4588555 ], [ 120.250256, 30.4586657 ], [ 120.25009, 30.4586689 ], [ 120.2499529, 30.4587217 ], [ 120.2498158, 30.4588213 ], [ 120.2489244, 30.4603517 ], [ 120.2490507, 30.4604451 ], [ 120.2492781, 30.4604699 ], [ 120.2494801, 30.460414 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "运河创新公园", "area_sqm": 7.98024605e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.272782, 30.4899343 ], [ 120.2730061, 30.489749 ], [ 120.2732786, 30.4896064 ], [ 120.273517, 30.4895437 ], [ 120.2738451, 30.489527 ], [ 120.2738329, 30.4892136 ], [ 120.2724305, 30.4892489 ], [ 120.2722728, 30.490068 ], [ 120.272676, 30.4900991 ], [ 120.272782, 30.4899343 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.429312685e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2596774, 30.5004129 ], [ 120.2601879, 30.5003606 ], [ 120.2613483, 30.5003485 ], [ 120.2597742, 30.5001126 ], [ 120.2596889, 30.5000045 ], [ 120.2592723, 30.4999243 ], [ 120.2592574, 30.4996901 ], [ 120.2567324, 30.4995174 ], [ 120.2559282, 30.5000673 ], [ 120.2593767, 30.5004401 ], [ 120.2596774, 30.5004129 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "大运河文化公园", "area_sqm": 2.366284485e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2688291, 30.5008655 ], [ 120.2689712, 30.5008486 ], [ 120.2689117, 30.5000183 ], [ 120.2682141, 30.4999711 ], [ 120.2676551, 30.4998629 ], [ 120.2673597, 30.4998236 ], [ 120.2669046, 30.4998591 ], [ 120.2665159, 30.4999963 ], [ 120.2664868, 30.5004352 ], [ 120.2664316, 30.5008366 ], [ 120.2665802, 30.5009006 ], [ 120.2688291, 30.5008655 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 4.8650925e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2852069, 30.5115931 ], [ 120.2851049, 30.5115553 ], [ 120.285068, 30.5115101 ], [ 120.2849971, 30.5114466 ], [ 120.2849589, 30.5114515 ], [ 120.2849419, 30.5115211 ], [ 120.2849419, 30.5115443 ], [ 120.2849617, 30.5115663 ], [ 120.2849575, 30.5115992 ], [ 120.2850056, 30.5116224 ], [ 120.2851644, 30.5116884 ], [ 120.2853175, 30.5117189 ], [ 120.2854437, 30.511703 ], [ 120.2852608, 30.5116163 ], [ 120.2852069, 30.5115931 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 5.50485e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2847136, 30.5115663 ], [ 120.2845237, 30.5115443 ], [ 120.2843167, 30.5115479 ], [ 120.2842813, 30.5117226 ], [ 120.2846059, 30.5116859 ], [ 120.2847136, 30.5115663 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 3.1907725e-08 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2851673, 30.5117641 ], [ 120.2851332, 30.5117287 ], [ 120.2848781, 30.5116029 ], [ 120.2848781, 30.5116872 ], [ 120.2848781, 30.5117262 ], [ 120.285, 30.5117348 ], [ 120.2850297, 30.5117629 ], [ 120.2850468, 30.5118801 ], [ 120.2851091, 30.5118667 ], [ 120.2851673, 30.5117641 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "丰收湖公园", "area_sqm": 1.4395453925e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2742176, 30.3329852 ], [ 120.2752983, 30.3344957 ], [ 120.2779195, 30.3336399 ], [ 120.2784932, 30.3334476 ], [ 120.278608, 30.3334092 ], [ 120.278883, 30.333317 ], [ 120.2789358, 30.3332153 ], [ 120.2788952, 30.3330679 ], [ 120.2787285, 30.3325872 ], [ 120.2786756, 30.332317 ], [ 120.278421, 30.3317316 ], [ 120.2781945, 30.3311817 ], [ 120.278014, 30.3309343 ], [ 120.2775079, 30.3303172 ], [ 120.2768213, 30.3304394 ], [ 120.2766479, 30.3304669 ], [ 120.2759375, 30.330685 ], [ 120.2757525, 30.3307418 ], [ 120.2750163, 30.3310046 ], [ 120.2738499, 30.3315485 ], [ 120.2733122, 30.3317649 ], [ 120.2742176, 30.3329852 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 4.890546215e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2475906, 30.335089 ], [ 120.2474538, 30.335357 ], [ 120.2479662, 30.3355849 ], [ 120.2493994, 30.3361439 ], [ 120.2506926, 30.3366538 ], [ 120.2515062, 30.3369877 ], [ 120.2522003, 30.3372808 ], [ 120.2528651, 30.3375438 ], [ 120.2535549, 30.3378138 ], [ 120.2537271, 30.3378874 ], [ 120.254025, 30.3379911 ], [ 120.2541218, 30.3377895 ], [ 120.2541959, 30.3375902 ], [ 120.2537384, 30.3373457 ], [ 120.2532852, 30.3371577 ], [ 120.2528582, 30.3369471 ], [ 120.2523092, 30.336729 ], [ 120.251856, 30.3365673 ], [ 120.251124, 30.336274 ], [ 120.2508146, 30.336116 ], [ 120.2505183, 30.3360032 ], [ 120.2496687, 30.3356835 ], [ 120.2494203, 30.3355858 ], [ 120.2492591, 30.3354692 ], [ 120.2491545, 30.3353488 ], [ 120.2490804, 30.3351458 ], [ 120.2490412, 30.3349352 ], [ 120.2490325, 30.3346606 ], [ 120.2490804, 30.3344801 ], [ 120.2485663, 30.3341589 ], [ 120.2482635, 30.3340344 ], [ 120.2475906, 30.335089 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "街心公园", "area_sqm": 7.73448955e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2835735, 30.3506201 ], [ 120.2835995, 30.3508755 ], [ 120.2837981, 30.3510545 ], [ 120.2842169, 30.3511411 ], [ 120.2845402, 30.3512238 ], [ 120.2846121, 30.3510533 ], [ 120.2853602, 30.3512107 ], [ 120.2853337, 30.3507238 ], [ 120.2835735, 30.3506201 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "和平公园", "area_sqm": 1.43258842e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2826271, 30.3555759 ], [ 120.2828148, 30.3555968 ], [ 120.2828363, 30.3554 ], [ 120.2829943, 30.3554177 ], [ 120.2841801, 30.3555505 ], [ 120.2841935, 30.3546316 ], [ 120.2826834, 30.3547404 ], [ 120.2825332, 30.3547798 ], [ 120.2823052, 30.3548677 ], [ 120.282273, 30.3548955 ], [ 120.2822623, 30.3549395 ], [ 120.2822757, 30.3549788 ], [ 120.2825412, 30.3555435 ], [ 120.2826271, 30.3555759 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.450823595e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2482689, 30.3831506 ], [ 120.2483828, 30.3831506 ], [ 120.2499069, 30.3819949 ], [ 120.2499774, 30.3816487 ], [ 120.2494947, 30.3814709 ], [ 120.2496411, 30.38112 ], [ 120.2480086, 30.3807924 ], [ 120.2476669, 30.3825892 ], [ 120.2482093, 30.3831506 ], [ 120.2482689, 30.3831506 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "艺尚小镇花海", "area_sqm": 1.711654641e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.283293, 30.3836402 ], [ 120.2837091, 30.3836803 ], [ 120.2840672, 30.3837884 ], [ 120.2844039, 30.3838631 ], [ 120.2847962, 30.3840883 ], [ 120.2851253, 30.3842763 ], [ 120.2863407, 30.3822551 ], [ 120.2868781, 30.3823941 ], [ 120.2876972, 30.3826092 ], [ 120.2883628, 30.3828644 ], [ 120.2888611, 30.3830956 ], [ 120.2894246, 30.3820851 ], [ 120.2857492, 30.3802969 ], [ 120.2843022, 30.3804101 ], [ 120.2828732, 30.3805305 ], [ 120.2827997, 30.3816356 ], [ 120.2827993, 30.3823465 ], [ 120.2814255, 30.3824817 ], [ 120.2812548, 30.3837503 ], [ 120.2827042, 30.3836293 ], [ 120.283293, 30.3836402 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.892876545e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2495815, 30.3856585 ], [ 120.2498147, 30.3856304 ], [ 120.2483882, 30.3839788 ], [ 120.2482852, 30.3839694 ], [ 120.2477211, 30.3861357 ], [ 120.2492018, 30.3865287 ], [ 120.2495815, 30.3856585 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "艺尚人才公园", "area_sqm": 1.981870769e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2869271, 30.3860978 ], [ 120.2872808, 30.3855296 ], [ 120.2872605, 30.385456 ], [ 120.2871914, 30.3853964 ], [ 120.2863133, 30.3850036 ], [ 120.2861425, 30.3849615 ], [ 120.2854392, 30.3846494 ], [ 120.28478, 30.3843046 ], [ 120.2842596, 30.3840591 ], [ 120.2839628, 30.3839539 ], [ 120.2836538, 30.3838697 ], [ 120.2833977, 30.3838241 ], [ 120.282983, 30.3838031 ], [ 120.2822106, 30.3838487 ], [ 120.2810926, 30.3839609 ], [ 120.2803405, 30.3840801 ], [ 120.2798973, 30.3841853 ], [ 120.279007, 30.3844589 ], [ 120.2776044, 30.3849744 ], [ 120.2765474, 30.3854058 ], [ 120.2757628, 30.3856653 ], [ 120.274413, 30.3861528 ], [ 120.2740959, 30.3861984 ], [ 120.2737544, 30.3861949 ], [ 120.2734658, 30.3861423 ], [ 120.2731324, 30.3860125 ], [ 120.2728844, 30.3858512 ], [ 120.2725673, 30.3855426 ], [ 120.2724453, 30.3853847 ], [ 120.2722502, 30.3850691 ], [ 120.2720388, 30.384771 ], [ 120.2719778, 30.3847254 ], [ 120.271864, 30.3847184 ], [ 120.2713591, 30.3848694 ], [ 120.2712242, 30.3849098 ], [ 120.2711606, 30.3849288 ], [ 120.2712135, 30.3850937 ], [ 120.2713313, 30.3857899 ], [ 120.2713242, 30.3860345 ], [ 120.271373, 30.3865395 ], [ 120.2713969, 30.3867913 ], [ 120.2713026, 30.3869362 ], [ 120.2708945, 30.3871472 ], [ 120.2704898, 30.3874539 ], [ 120.2704776, 30.3875907 ], [ 120.2704776, 30.3877204 ], [ 120.2705955, 30.3878607 ], [ 120.2707134, 30.3878747 ], [ 120.2710102, 30.3878116 ], [ 120.2717908, 30.3873943 ], [ 120.2721892, 30.387503 ], [ 120.2724616, 30.387766 ], [ 120.2725592, 30.3877941 ], [ 120.2728966, 30.3878116 ], [ 120.2734759, 30.3875353 ], [ 120.2736761, 30.3874398 ], [ 120.2737788, 30.3873908 ], [ 120.2738682, 30.3872715 ], [ 120.2745838, 30.387012 ], [ 120.2747586, 30.387261 ], [ 120.2765149, 30.3864474 ], [ 120.2769399, 30.3862681 ], [ 120.2770637, 30.3862159 ], [ 120.2796087, 30.3852936 ], [ 120.2797876, 30.3852342 ], [ 120.2802714, 30.3850735 ], [ 120.2805803, 30.3849709 ], [ 120.281056, 30.3848657 ], [ 120.2819992, 30.3847815 ], [ 120.2830155, 30.38475 ], [ 120.2833774, 30.3847921 ], [ 120.2839018, 30.3849499 ], [ 120.2844181, 30.3852585 ], [ 120.2848816, 30.3855531 ], [ 120.2866792, 30.386452 ], [ 120.2868011, 30.3863713 ], [ 120.2869271, 30.3860978 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东湖公园", "area_sqm": 1.885880342e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2867695, 30.3871854 ], [ 120.2868508, 30.3872275 ], [ 120.2873387, 30.3874905 ], [ 120.2878387, 30.3877851 ], [ 120.2880081, 30.3876155 ], [ 120.2880217, 30.3875375 ], [ 120.2883604, 30.3871556 ], [ 120.2884799, 30.3872257 ], [ 120.2885639, 30.3871048 ], [ 120.288671, 30.3871633 ], [ 120.2886333, 30.3872139 ], [ 120.2887662, 30.387289 ], [ 120.2887864, 30.3872635 ], [ 120.288986, 30.3873749 ], [ 120.28901, 30.3873402 ], [ 120.2891303, 30.3874043 ], [ 120.2891891, 30.3873304 ], [ 120.2892855, 30.3873844 ], [ 120.2892582, 30.3874234 ], [ 120.28929, 30.3874443 ], [ 120.2892822, 30.3874613 ], [ 120.2893678, 30.387502 ], [ 120.2893486, 30.3875273 ], [ 120.2894481, 30.3875779 ], [ 120.2899243, 30.3870241 ], [ 120.2908512, 30.3876343 ], [ 120.2903939, 30.3881438 ], [ 120.2904269, 30.3881658 ], [ 120.2899146, 30.3887339 ], [ 120.2901017, 30.3888496 ], [ 120.2897927, 30.3892705 ], [ 120.2898659, 30.3893126 ], [ 120.2896341, 30.3895756 ], [ 120.2896829, 30.3896142 ], [ 120.2903659, 30.389523 ], [ 120.2905855, 30.3895721 ], [ 120.2908569, 30.3895619 ], [ 120.2912037, 30.389549 ], [ 120.2914311, 30.3895405 ], [ 120.2915734, 30.389551 ], [ 120.291675, 30.3895195 ], [ 120.2917278, 30.3894563 ], [ 120.2917278, 30.3892985 ], [ 120.2917441, 30.3890215 ], [ 120.2918864, 30.3886462 ], [ 120.2921059, 30.3879869 ], [ 120.2927401, 30.3867876 ], [ 120.2927727, 30.3866753 ], [ 120.2928377, 30.3864614 ], [ 120.2928987, 30.3863527 ], [ 120.2932483, 30.3859073 ], [ 120.2930695, 30.3856758 ], [ 120.2927158, 30.3855391 ], [ 120.2926223, 30.3857039 ], [ 120.2902596, 30.3844738 ], [ 120.2901067, 30.3843942 ], [ 120.2899841, 30.3843304 ], [ 120.289877, 30.3842747 ], [ 120.288695, 30.3836593 ], [ 120.2876055, 30.3854444 ], [ 120.2873647, 30.3858541 ], [ 120.2871563, 30.3862085 ], [ 120.28702, 30.3864404 ], [ 120.2869956, 30.3865175 ], [ 120.2869469, 30.3866262 ], [ 120.2866826, 30.3870401 ], [ 120.2867126, 30.3871363 ], [ 120.2867695, 30.3871854 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.5355867305e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2650236, 30.3923441 ], [ 120.2650153, 30.3924481 ], [ 120.2650146, 30.3924795 ], [ 120.2650101, 30.3926912 ], [ 120.2649996, 30.393641 ], [ 120.2651875, 30.394771 ], [ 120.2653545, 30.3953472 ], [ 120.2657146, 30.3962655 ], [ 120.2661269, 30.3971658 ], [ 120.2665131, 30.3979806 ], [ 120.2667793, 30.3984668 ], [ 120.2669933, 30.3988269 ], [ 120.2672177, 30.3986063 ], [ 120.2675204, 30.3983092 ], [ 120.2679849, 30.3976205 ], [ 120.2675308, 30.3974584 ], [ 120.2674682, 30.3973279 ], [ 120.2674839, 30.3971388 ], [ 120.2681519, 30.3955272 ], [ 120.2681623, 30.3954282 ], [ 120.2680877, 30.3950339 ], [ 120.2681231, 30.3948355 ], [ 120.2679373, 30.3944463 ], [ 120.2670173, 30.3927982 ], [ 120.2665485, 30.3919741 ], [ 120.2660885, 30.3909973 ], [ 120.2658319, 30.3903029 ], [ 120.2652304, 30.3901885 ], [ 120.2651197, 30.3911336 ], [ 120.2650236, 30.3923441 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 2.414450435e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3040109, 30.3472429 ], [ 120.3040776, 30.3473164 ], [ 120.304167, 30.3472564 ], [ 120.304289, 30.3474181 ], [ 120.3042067, 30.3474806 ], [ 120.3041698, 30.3475283 ], [ 120.3053525, 30.3475293 ], [ 120.3053489, 30.3461955 ], [ 120.3031879, 30.3460636 ], [ 120.303238, 30.3461578 ], [ 120.3032245, 30.3468946 ], [ 120.3040143, 30.3468929 ], [ 120.3040109, 30.3472429 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "乔司镇生育文化园", "area_sqm": 5.7988302e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2903018, 30.3546461 ], [ 120.2906378, 30.3529925 ], [ 120.2908796, 30.3516043 ], [ 120.2907195, 30.3515961 ], [ 120.2901033, 30.3546787 ], [ 120.2902758, 30.3546989 ], [ 120.2903018, 30.3546461 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "天万路口袋公园", "area_sqm": 1.411036885e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2988929, 30.3670777 ], [ 120.298655, 30.3667023 ], [ 120.2984955, 30.3666643 ], [ 120.2959321, 30.3670556 ], [ 120.296117, 30.3675492 ], [ 120.2978187, 30.3672957 ], [ 120.2988929, 30.3670777 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.4469220635000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3282556, 30.3730536 ], [ 120.3279501, 30.372881 ], [ 120.3277168, 30.3727181 ], [ 120.3275113, 30.3725312 ], [ 120.3273891, 30.3723539 ], [ 120.3272946, 30.3721862 ], [ 120.3271446, 30.3718172 ], [ 120.3270447, 30.3715536 ], [ 120.326928, 30.3713523 ], [ 120.3266303, 30.3712588 ], [ 120.3264664, 30.3712085 ], [ 120.3263026, 30.3712133 ], [ 120.3261693, 30.3712396 ], [ 120.3259998, 30.3713211 ], [ 120.325861, 30.3714265 ], [ 120.3253116, 30.3718148 ], [ 120.3238152, 30.3716711 ], [ 120.32335, 30.3715448 ], [ 120.3214019, 30.3711205 ], [ 120.3209479, 30.3710324 ], [ 120.320757, 30.3717157 ], [ 120.3201779, 30.3734711 ], [ 120.320034, 30.3738162 ], [ 120.3199906, 30.3739096 ], [ 120.3201752, 30.3739047 ], [ 120.3206578, 30.3738786 ], [ 120.3211636, 30.3738111 ], [ 120.3211327, 30.3739597 ], [ 120.3215216, 30.3739339 ], [ 120.3217111, 30.3738995 ], [ 120.3221299, 30.3738221 ], [ 120.3226385, 30.3736672 ], [ 120.3233068, 30.373422 ], [ 120.323905, 30.3732026 ], [ 120.3243637, 30.3730821 ], [ 120.3248025, 30.3730047 ], [ 120.3253709, 30.3729875 ], [ 120.3257399, 30.3729789 ], [ 120.3261488, 30.3730305 ], [ 120.3269864, 30.373237 ], [ 120.3290149, 30.3738769 ], [ 120.3290884, 30.3732289 ], [ 120.3282556, 30.3730536 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 1.541416845e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.337086, 30.3766936 ], [ 120.3372737, 30.3764638 ], [ 120.337752297961259, 30.376651894096899 ], [ 120.337783803887049, 30.376568525475342 ], [ 120.3336018, 30.3752681 ], [ 120.3335995, 30.3758939 ], [ 120.3348151, 30.3759136 ], [ 120.337086, 30.3766936 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.093825768e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2959971, 30.3817324 ], [ 120.2960619, 30.381711 ], [ 120.2961004, 30.3816498 ], [ 120.2960866, 30.3815567 ], [ 120.2959863, 30.3810511 ], [ 120.2958838, 30.3807279 ], [ 120.2957597, 30.3798864 ], [ 120.2956499, 30.3794347 ], [ 120.2954693, 30.3788714 ], [ 120.2953386, 30.378634 ], [ 120.2950529, 30.3776307 ], [ 120.29431, 30.3777884 ], [ 120.2933047, 30.3780173 ], [ 120.2930138, 30.3780041 ], [ 120.2924524, 30.3777796 ], [ 120.2918859, 30.3775506 ], [ 120.2899465, 30.3778148 ], [ 120.2958984, 30.3817142 ], [ 120.2959971, 30.3817324 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "滨水公园", "area_sqm": 8.38095731e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3066001, 30.3854438 ], [ 120.3060072, 30.3851454 ], [ 120.3055951, 30.38488 ], [ 120.3052465, 30.384866 ], [ 120.3048739, 30.3849453 ], [ 120.3041921, 30.3850859 ], [ 120.3029871, 30.385164 ], [ 120.3015957, 30.3852378 ], [ 120.303603, 30.3863199 ], [ 120.3060456, 30.3875842 ], [ 120.3066525, 30.3878051 ], [ 120.306955, 30.3877348 ], [ 120.3071991, 30.3854703 ], [ 120.3066001, 30.3854438 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "水美公园", "area_sqm": 1.20780545e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3118889, 30.390412 ], [ 120.3120491, 30.3904412 ], [ 120.31216, 30.3904518 ], [ 120.312480099634996, 30.39046218878757 ], [ 120.312560241834717, 30.390251362328243 ], [ 120.3125452, 30.389915 ], [ 120.3124589, 30.3889821 ], [ 120.3118228, 30.3878138 ], [ 120.3117458, 30.3875507 ], [ 120.3116996, 30.3871786 ], [ 120.3115271, 30.3854244 ], [ 120.3114716, 30.3853021 ], [ 120.3113391, 30.3851799 ], [ 120.3112128, 30.3851134 ], [ 120.3110772, 30.3850789 ], [ 120.310803, 30.3850895 ], [ 120.3099496, 30.3850948 ], [ 120.3097092, 30.3851879 ], [ 120.3095429, 30.3854776 ], [ 120.3094751, 30.3858629 ], [ 120.3094504, 30.3861208 ], [ 120.3094874, 30.3862855 ], [ 120.3094248, 30.3865781 ], [ 120.309357, 30.3867642 ], [ 120.3093662, 30.3868492 ], [ 120.3093786, 30.3869369 ], [ 120.3093755, 30.3870299 ], [ 120.3094155, 30.3871097 ], [ 120.309431, 30.3872399 ], [ 120.309394, 30.3873994 ], [ 120.3093385, 30.3876173 ], [ 120.3092214, 30.3877901 ], [ 120.3091321, 30.3881117 ], [ 120.30928, 30.3881409 ], [ 120.3092815, 30.3882206 ], [ 120.3092541, 30.3887249 ], [ 120.3102429, 30.3896085 ], [ 120.3118889, 30.390412 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "临平迎宾公园", "area_sqm": 5.166191995e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3000534, 30.3903713 ], [ 120.2999271, 30.3900765 ], [ 120.2996813, 30.3899135 ], [ 120.2993677, 30.3898221 ], [ 120.29882, 30.3899081 ], [ 120.2974234, 30.3902921 ], [ 120.2972426, 30.3905457 ], [ 120.2972953, 30.3916631 ], [ 120.2973945, 30.3918443 ], [ 120.3000291, 30.3919762 ], [ 120.3000534, 30.3903713 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": "红联花海", "area_sqm": 1.0989096845000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3082432, 30.3927687 ], [ 120.308968, 30.3930246 ], [ 120.309928, 30.3934537 ], [ 120.3096661, 30.3915819 ], [ 120.3033811, 30.3890611 ], [ 120.3032516, 30.3905844 ], [ 120.3033506, 30.3907297 ], [ 120.3060694, 30.3917867 ], [ 120.3082432, 30.3927687 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "水景公园", "area_sqm": 7.447505845e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2895084, 30.40582 ], [ 120.2894998, 30.4061265 ], [ 120.2895457, 30.406344 ], [ 120.2897091, 30.4066283 ], [ 120.2900616, 30.4069472 ], [ 120.2905001, 30.4072833 ], [ 120.2932256, 30.4085535 ], [ 120.2940402, 30.406991 ], [ 120.2937914, 30.4069272 ], [ 120.2936328, 30.4068659 ], [ 120.2935286, 30.4068478 ], [ 120.293373, 30.4067328 ], [ 120.2898606, 30.4050939 ], [ 120.2895772, 30.4055901 ], [ 120.2895084, 30.40582 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "好望公园", "area_sqm": 2.717224895e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3035374, 30.4153061 ], [ 120.3037761, 30.4142463 ], [ 120.304147, 30.4128704 ], [ 120.3040805, 30.4127305 ], [ 120.3042603, 30.4124113 ], [ 120.3049186, 30.4114395 ], [ 120.3046317, 30.4112399 ], [ 120.3044084, 30.411186 ], [ 120.3039702, 30.4118142 ], [ 120.3037042, 30.4124177 ], [ 120.3032844, 30.413573 ], [ 120.3032959, 30.4138606 ], [ 120.3030372, 30.4145696 ], [ 120.3030279, 30.4146022 ], [ 120.3028725, 30.4151441 ], [ 120.3028698, 30.4154689 ], [ 120.3033427, 30.415689 ], [ 120.3035374, 30.4153061 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "明因寺遗址公园", "area_sqm": 3.9446716e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2990087, 30.415627 ], [ 120.2982473, 30.4153234 ], [ 120.2980608, 30.4157956 ], [ 120.2986875, 30.4160774 ], [ 120.2990087, 30.415627 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "人民广场", "area_sqm": 6.159280895e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3037127, 30.4184712 ], [ 120.3038195, 30.4184704 ], [ 120.3038735, 30.4184041 ], [ 120.3046288, 30.4167614 ], [ 120.3046447, 30.4166934 ], [ 120.3046338, 30.4166438 ], [ 120.3045813, 30.4165969 ], [ 120.3019864, 30.4153964 ], [ 120.3018905, 30.4154167 ], [ 120.3018434, 30.4154966 ], [ 120.3011615, 30.4171771 ], [ 120.301153, 30.4172219 ], [ 120.3012007, 30.4172598 ], [ 120.3037127, 30.4184712 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "市政大楼街心公园", "area_sqm": 4.963332e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3056267, 30.4171384 ], [ 120.305008, 30.4168123 ], [ 120.3047129, 30.4175224 ], [ 120.3053752, 30.4177443 ], [ 120.3056267, 30.4171384 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "西洋桥公园", "area_sqm": 6.8830576e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.293562, 30.4185438 ], [ 120.2935508, 30.4184978 ], [ 120.2934906, 30.418453 ], [ 120.2921208, 30.4179387 ], [ 120.2919181, 30.4178006 ], [ 120.290671, 30.4173212 ], [ 120.2933277, 30.4188656 ], [ 120.2935425, 30.4186027 ], [ 120.293562, 30.4185438 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "临平榨油遗址公园", "area_sqm": 2.80965025e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2963482, 30.4244123 ], [ 120.296418, 30.4243792 ], [ 120.2964529, 30.4243865 ], [ 120.296672, 30.4244327 ], [ 120.2968224, 30.4244644 ], [ 120.2969252, 30.4243059 ], [ 120.2970153, 30.4242853 ], [ 120.2970424, 30.4242387 ], [ 120.2966087, 30.4241085 ], [ 120.2965497, 30.4241645 ], [ 120.2963602, 30.4240828 ], [ 120.2960907, 30.4239804 ], [ 120.2959355, 30.4242706 ], [ 120.2963287, 30.4244216 ], [ 120.2963482, 30.4244123 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "史家埭街心公园", "area_sqm": 4.6403663e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2987493, 30.4244873 ], [ 120.2987384, 30.4246228 ], [ 120.3010874, 30.4250229 ], [ 120.3011513, 30.4247786 ], [ 120.2987493, 30.4244873 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "临平文化艺术长廊", "area_sqm": 2.212668595e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2934547, 30.4247122 ], [ 120.2932615, 30.4248658 ], [ 120.2928653, 30.4252665 ], [ 120.2922668, 30.4258839 ], [ 120.291944, 30.4261699 ], [ 120.2916714, 30.4263813 ], [ 120.290971, 30.4269347 ], [ 120.2917846, 30.4271872 ], [ 120.2921473, 30.4264237 ], [ 120.2923949, 30.4263232 ], [ 120.2925276, 30.4261092 ], [ 120.2928688, 30.4261276 ], [ 120.2931219, 30.4255596 ], [ 120.2933565, 30.4253833 ], [ 120.2938488, 30.4249565 ], [ 120.2942552, 30.4240989 ], [ 120.2943278, 30.4238697 ], [ 120.2943847, 30.4235121 ], [ 120.2946925, 30.4229992 ], [ 120.2944622, 30.4228372 ], [ 120.2936494, 30.4245016 ], [ 120.2934547, 30.4247122 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "牛拖船口袋公园", "area_sqm": 2.36709675e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3037762, 30.4270069 ], [ 120.3037958, 30.4268267 ], [ 120.3030793, 30.4267842 ], [ 120.3031208, 30.4265927 ], [ 120.3029672, 30.4264466 ], [ 120.3029008, 30.4263518 ], [ 120.3028682, 30.42635 ], [ 120.3027533, 30.4268594 ], [ 120.3037762, 30.4270069 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 5.4250114e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2850892, 30.395504 ], [ 120.2850729, 30.3954303 ], [ 120.2842598, 30.3950797 ], [ 120.2841378, 30.3950972 ], [ 120.2840118, 30.3951323 ], [ 120.2834589, 30.3957705 ], [ 120.2839671, 30.3956793 ], [ 120.2850892, 30.395504 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.780358974e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2706748, 30.3995839 ], [ 120.2709551, 30.3997061 ], [ 120.2711252, 30.3997088 ], [ 120.2713709, 30.3996436 ], [ 120.271478, 30.3995431 ], [ 120.2718244, 30.3989319 ], [ 120.2721898, 30.3984537 ], [ 120.2725709, 30.3974839 ], [ 120.2731473, 30.3967585 ], [ 120.273204, 30.3965357 ], [ 120.273141, 30.3963564 ], [ 120.2729268, 30.3959707 ], [ 120.2714591, 30.3959598 ], [ 120.2700165, 30.395574 ], [ 120.269837, 30.3954192 ], [ 120.2693047, 30.3947671 ], [ 120.2691025, 30.3952526 ], [ 120.2690622, 30.3953458 ], [ 120.2684133, 30.395104 ], [ 120.2685173, 30.3955278 ], [ 120.2685488, 30.3961798 ], [ 120.2685173, 30.396476 ], [ 120.2683818, 30.3971497 ], [ 120.2681645, 30.397598 ], [ 120.2678684, 30.3980788 ], [ 120.267648, 30.3984211 ], [ 120.2671913, 30.3988449 ], [ 120.2671976, 30.3989373 ], [ 120.2676826, 30.3993828 ], [ 120.2681551, 30.3998039 ], [ 120.2684029, 30.3998594 ], [ 120.2684826, 30.3998773 ], [ 120.2685393, 30.399611 ], [ 120.2687135, 30.3996526 ], [ 120.2697362, 30.3998963 ], [ 120.2700228, 30.3993176 ], [ 120.270089, 30.3992035 ], [ 120.2703063, 30.3992905 ], [ 120.2706748, 30.3995839 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "临平山运动休闲公园", "area_sqm": 1.0849178795000001e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2659805, 30.4137954 ], [ 120.2654415, 30.4137974 ], [ 120.265051, 30.413693 ], [ 120.2647939, 30.4135822 ], [ 120.2646331, 30.4134702 ], [ 120.2645306, 30.4134986 ], [ 120.2630041, 30.4152172 ], [ 120.262964, 30.4153363 ], [ 120.2629869, 30.4155182 ], [ 120.263338, 30.4161167 ], [ 120.2631703, 30.4164718 ], [ 120.2630645, 30.4168023 ], [ 120.2629011, 30.4172329 ], [ 120.2629785, 30.4173643 ], [ 120.2632347, 30.4174993 ], [ 120.263342, 30.4175558 ], [ 120.2637583, 30.4177268 ], [ 120.2639185, 30.4175642 ], [ 120.2639831, 30.4173987 ], [ 120.2642396, 30.4173624 ], [ 120.2644957, 30.4175511 ], [ 120.2647544, 30.4176477 ], [ 120.2650936, 30.4174121 ], [ 120.2654132, 30.417243 ], [ 120.2658792, 30.4170088 ], [ 120.266164, 30.4169423 ], [ 120.2665184, 30.4164826 ], [ 120.2658501, 30.4153442 ], [ 120.2656987, 30.4151845 ], [ 120.2656796, 30.4148967 ], [ 120.2669769, 30.4143078 ], [ 120.2666168, 30.4136697 ], [ 120.2664044, 30.4137488 ], [ 120.2659805, 30.4137954 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "诗韵公园", "area_sqm": 8.0848488e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2681424, 30.4207398 ], [ 120.2675931, 30.4203528 ], [ 120.2668705, 30.4213724 ], [ 120.2674972, 30.4216718 ], [ 120.2681424, 30.4207398 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "星光街滨河公园", "area_sqm": 5.586145335e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2728187, 30.4244115 ], [ 120.2723659, 30.4241408 ], [ 120.2716982, 30.4236003 ], [ 120.2715014, 30.4236124 ], [ 120.2708774, 30.4246937 ], [ 120.2708596, 30.4248474 ], [ 120.2763059, 30.42701 ], [ 120.27637, 30.42726 ], [ 120.2767254, 30.4273945 ], [ 120.2767659, 30.4272822 ], [ 120.2777437, 30.4275593 ], [ 120.2795909, 30.4281527 ], [ 120.2802265, 30.4282713 ], [ 120.2825732, 30.4289603 ], [ 120.2829279, 30.4291065 ], [ 120.2830023, 30.4292586 ], [ 120.2835996, 30.4294656 ], [ 120.2838492, 30.4292714 ], [ 120.2835462, 30.4290353 ], [ 120.2829126, 30.4287911 ], [ 120.2804069, 30.4280991 ], [ 120.279631, 30.427876 ], [ 120.2773842, 30.427121 ], [ 120.2768582, 30.4270261 ], [ 120.2768052, 30.4269178 ], [ 120.2756478, 30.4262655 ], [ 120.2743839, 30.4255155 ], [ 120.2736031, 30.4250368 ], [ 120.273531, 30.4250989 ], [ 120.2736545, 30.4251819 ], [ 120.2733775, 30.4256204 ], [ 120.2727837, 30.4253752 ], [ 120.2718361, 30.4249773 ], [ 120.271787, 30.4248105 ], [ 120.2718103, 30.4247435 ], [ 120.2714306, 30.4245519 ], [ 120.271715, 30.4240834 ], [ 120.2718651, 30.424078 ], [ 120.2720436, 30.4240155 ], [ 120.2725638, 30.4244705 ], [ 120.2732942, 30.42494 ], [ 120.2733679, 30.424859 ], [ 120.2728187, 30.4244115 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "映荷公园", "area_sqm": 2.63568598e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2810626, 30.4316562 ], [ 120.2821849, 30.4317879 ], [ 120.2824234, 30.4314161 ], [ 120.2823998, 30.4313039 ], [ 120.2794244, 30.4303126 ], [ 120.2790583, 30.4305668 ], [ 120.278992, 30.4308901 ], [ 120.2790869, 30.4309588 ], [ 120.2789527, 30.4312113 ], [ 120.2810626, 30.4316562 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "天荷公园", "area_sqm": 3.42189068e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2769045, 30.4383384 ], [ 120.2778479, 30.4386945 ], [ 120.2782014, 30.4388886 ], [ 120.2783007, 30.4389753 ], [ 120.2784565, 30.4389799 ], [ 120.2785813, 30.438822 ], [ 120.2788012, 30.4385326 ], [ 120.2790679, 30.4380042 ], [ 120.2789559, 30.4379351 ], [ 120.2788241, 30.4380205 ], [ 120.2785245, 30.4380232 ], [ 120.2781478, 30.4380141 ], [ 120.2770123, 30.4376887 ], [ 120.275773, 30.437554 ], [ 120.2757804, 30.4374572 ], [ 120.2766803, 30.435732 ], [ 120.2764016, 30.4355961 ], [ 120.276232, 30.4356205 ], [ 120.2750681, 30.4378999 ], [ 120.2759364, 30.4381031 ], [ 120.2769045, 30.4383384 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "绿荷公园", "area_sqm": 5.8148098e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2847337, 30.4416685 ], [ 120.2838239, 30.4413955 ], [ 120.2833628, 30.4418542 ], [ 120.2842788, 30.4421822 ], [ 120.2847337, 30.4416685 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "玉架山遗址公园", "area_sqm": 1.157409671e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2591685, 30.4417417 ], [ 120.2560299, 30.440325 ], [ 120.2557465, 30.4403923 ], [ 120.2557156, 30.4404413 ], [ 120.2551518, 30.4413362 ], [ 120.2546085, 30.4421986 ], [ 120.2542183, 30.4429884 ], [ 120.2575787, 30.4444441 ], [ 120.2591685, 30.4417417 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "龙安湖公园", "area_sqm": 1.602364647e-05 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2727637, 30.449773 ], [ 120.2687999, 30.4490311 ], [ 120.2669745, 30.4524152 ], [ 120.2708538, 30.4536294 ], [ 120.2727637, 30.449773 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "龙兴文化公园", "area_sqm": 1.82168528e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3110318, 30.4272226 ], [ 120.3108056, 30.4271106 ], [ 120.3103756, 30.4269676 ], [ 120.3101649, 30.4275446 ], [ 120.3104844, 30.4278836 ], [ 120.3121279, 30.4288119 ], [ 120.3125279, 30.4282935 ], [ 120.3110318, 30.4272226 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "滨河公园", "area_sqm": 3.14023455e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3040417, 30.42773 ], [ 120.3038286, 30.4277057 ], [ 120.3036548, 30.4293602 ], [ 120.3038182, 30.4293728 ], [ 120.3040417, 30.42773 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "梅堰未来公园", "area_sqm": 1.16238975e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3094868, 30.4281945 ], [ 120.3094262, 30.4280699 ], [ 120.3087671, 30.428354 ], [ 120.3087267, 30.4284231 ], [ 120.3084223, 30.4305282 ], [ 120.3086915, 30.4305502 ], [ 120.3094868, 30.4281945 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "东湖拾景园", "area_sqm": 2.92280715e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3070646, 30.4331017 ], [ 120.3070886, 30.4332856 ], [ 120.3074727, 30.4333222 ], [ 120.3075736, 30.4326339 ], [ 120.3071614, 30.4325969 ], [ 120.3070646, 30.4331017 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 1.55969025e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2956475, 30.4344461 ], [ 120.2957096, 30.4343003 ], [ 120.2957096, 30.4342048 ], [ 120.2964409, 30.4332326 ], [ 120.2959186, 30.4331557 ], [ 120.2956899, 30.4331557 ], [ 120.2953816, 30.4332351 ], [ 120.295123, 30.4331728 ], [ 120.2948047, 30.4351701 ], [ 120.2951842, 30.4349576 ], [ 120.2956475, 30.4344461 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": "世纪公园", "area_sqm": 6.16908828e-06 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3004267, 30.4448816 ], [ 120.3005242, 30.4448957 ], [ 120.3016325, 30.4425567 ], [ 120.2998688, 30.4422311 ], [ 120.299797, 30.4426649 ], [ 120.2995185, 30.4425998 ], [ 120.2994335, 30.442954 ], [ 120.2983711, 30.4428196 ], [ 120.2980689, 30.4445415 ], [ 120.2992611, 30.4447135 ], [ 120.3004267, 30.4448816 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "park", "name": null, "area_sqm": 3.5700384e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3176437, 30.4479663 ], [ 120.3169965, 30.4478809 ], [ 120.3168643, 30.4484043 ], [ 120.3175177, 30.4485041 ], [ 120.3176437, 30.4479663 ] ] ] } }, +{ "type": "Feature", "properties": { "leisure": "garden", "name": null, "area_sqm": 2.4094165e-07 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2976064, 30.5048613 ], [ 120.2976914, 30.5048 ], [ 120.2977665, 30.504708 ], [ 120.2977784, 30.5046211 ], [ 120.29781, 30.5045394 ], [ 120.297808, 30.5044831 ], [ 120.2977408, 30.5044354 ], [ 120.2976558, 30.5044269 ], [ 120.2975411, 30.5043912 ], [ 120.2974264, 30.5043912 ], [ 120.2973236, 30.5044201 ], [ 120.2972485, 30.5044661 ], [ 120.2971991, 30.5045479 ], [ 120.2971833, 30.504645 ], [ 120.2971951, 30.5047233 ], [ 120.2972663, 30.5048153 ], [ 120.297381, 30.5048767 ], [ 120.2975233, 30.5048801 ], [ 120.2976064, 30.5048613 ] ] ] } } +] +} diff --git a/data/roads.geojson b/data/roads.geojson new file mode 100644 index 0000000..0efa4b1 --- /dev/null +++ b/data/roads.geojson @@ -0,0 +1,31123 @@ +{ +"type": "FeatureCollection", +"name": "roads", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高泰线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.886001196187962, 30.192134870703402 ], [ 119.8859586, 30.1921336 ], [ 119.885866, 30.1920933 ], [ 119.8858312, 30.1920281 ], [ 119.88583007868759, 30.191992120497385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高泰线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.88583007868759, 30.191992120497385 ], [ 119.8858312, 30.1920281 ], [ 119.885866, 30.1920933 ], [ 119.8859586, 30.1921336 ], [ 119.886001196187962, 30.192134870703402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石横线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.840444208294713, 30.189897906886774 ], [ 119.8406657, 30.1900539 ], [ 119.8414206, 30.1903388 ], [ 119.8416546, 30.1903756 ], [ 119.84225, 30.1904124 ], [ 119.8426541, 30.1904216 ], [ 119.8432602, 30.190348 ], [ 119.8441746, 30.1901275 ], [ 119.8445361, 30.1900907 ], [ 119.8449508, 30.1901734 ], [ 119.8453336, 30.1901918 ], [ 119.8463012, 30.1901918 ], [ 119.8465989, 30.1901734 ], [ 119.8470349, 30.1900539 ], [ 119.847205, 30.1899436 ], [ 119.8473752, 30.1898425 ], [ 119.8476091, 30.1897874 ], [ 119.8483853, 30.1897139 ], [ 119.848683, 30.1896679 ], [ 119.8488638, 30.189576 ], [ 119.8489276, 30.189429 ], [ 119.8488744, 30.1892727 ], [ 119.8487256, 30.189144 ], [ 119.8485873, 30.1890246 ], [ 119.8485342, 30.1888867 ], [ 119.8486192, 30.1887488 ], [ 119.8487894, 30.1887121 ], [ 119.849119, 30.1886753 ], [ 119.8496613, 30.1887396 ], [ 119.8500122, 30.1886753 ], [ 119.8508203, 30.1884731 ], [ 119.8509904, 30.1883628 ], [ 119.8510755, 30.1880411 ], [ 119.8511818, 30.1878757 ], [ 119.8513519, 30.1878297 ], [ 119.8515433, 30.1878757 ], [ 119.8515433, 30.1881146 ], [ 119.8516063, 30.1886303 ], [ 119.8519261, 30.1891073 ], [ 119.8523786, 30.1896146 ], [ 119.8524391, 30.1896852 ], [ 119.8525109, 30.189769 ], [ 119.8530213, 30.1898885 ], [ 119.8534151, 30.1898157 ], [ 119.8543336, 30.18966 ], [ 119.854752, 30.1894864 ], [ 119.8551115, 30.1892647 ], [ 119.8553181, 30.1891992 ], [ 119.8555095, 30.1892176 ], [ 119.8558946, 30.189379 ], [ 119.8565095, 30.1895519 ], [ 119.8568531, 30.1896495 ], [ 119.8573065, 30.1897782 ], [ 119.8574719, 30.1898603 ], [ 119.8576179, 30.1899327 ], [ 119.8578806, 30.1900631 ], [ 119.8581571, 30.190394 ], [ 119.8585718, 30.190541 ], [ 119.8599435, 30.1912855 ], [ 119.8608792, 30.1916164 ], [ 119.8613045, 30.1918094 ], [ 119.8617086, 30.1921219 ], [ 119.8617877, 30.1922952 ], [ 119.8618681, 30.1924711 ], [ 119.862314, 30.193254 ], [ 119.8625154, 30.1935789 ], [ 119.8626497, 30.1937472 ], [ 119.8627236, 30.193782 ], [ 119.862878, 30.1937878 ], [ 119.8630526, 30.1938111 ], [ 119.8631667, 30.1938865 ], [ 119.8636971, 30.1948092 ], [ 119.8638112, 30.1949426 ], [ 119.8639791, 30.1950645 ], [ 119.8643282, 30.1953372 ], [ 119.8645296, 30.1955868 ], [ 119.8646753, 30.1957073 ], [ 119.8648808, 30.1958772 ], [ 119.865154, 30.1961032 ], [ 119.865765, 30.1965152 ], [ 119.8660335, 30.1967009 ], [ 119.8663558, 30.1968054 ], [ 119.8666243, 30.1969156 ], [ 119.8674816, 30.1973312 ], [ 119.867709, 30.1974649 ], [ 119.8679691, 30.1977059 ], [ 119.8681493, 30.1978388 ], [ 119.8683205, 30.1979651 ], [ 119.8685176, 30.1981281 ], [ 119.8690661, 30.1986762 ], [ 119.8696232, 30.1990762 ], [ 119.8698546, 30.1993355 ], [ 119.8704374, 30.2002466 ], [ 119.8707116, 30.2004984 ], [ 119.8710373, 30.2007799 ], [ 119.8712259, 30.2008762 ], [ 119.8714791, 30.2010051 ], [ 119.8716487, 30.2010915 ], [ 119.8718515, 30.2011947 ], [ 119.8720143, 30.2013354 ], [ 119.8731285, 30.2023323 ], [ 119.8732313, 30.2024243 ], [ 119.8732828, 30.2025798 ], [ 119.8733342, 30.2027724 ], [ 119.8732313, 30.2030687 ], [ 119.8731199, 30.2033427 ], [ 119.87282, 30.2037723 ], [ 119.8728028, 30.203913 ], [ 119.8728885, 30.204076 ], [ 119.8732313, 30.2046093 ], [ 119.8734885, 30.2049426 ], [ 119.8739196, 30.2054722 ], [ 119.875074, 30.2068906 ], [ 119.8753054, 30.2070091 ], [ 119.8763877, 30.2074421 ], [ 119.8766107, 30.2075313 ], [ 119.8766938, 30.2075646 ], [ 119.8768387, 30.2076294 ], [ 119.8770156, 30.2077085 ], [ 119.8793935, 30.2087718 ], [ 119.8797877, 30.2088681 ], [ 119.8802077, 30.2089274 ], [ 119.8804476, 30.2089644 ], [ 119.8807219, 30.2090385 ], [ 119.8809361, 30.2091348 ], [ 119.8829416, 30.2103791 ], [ 119.883975, 30.2109967 ], [ 119.8842186, 30.2111423 ], [ 119.8847757, 30.2114752 ], [ 119.8851356, 30.2116085 ], [ 119.8867983, 30.2124454 ], [ 119.8871068, 30.212675 ], [ 119.8875096, 30.2131786 ], [ 119.8878953, 30.21366 ], [ 119.8881354, 30.2138943 ], [ 119.888161, 30.2139193 ], [ 119.8885638, 30.2142451 ], [ 119.889318, 30.2147339 ], [ 119.8896592, 30.2150188 ], [ 119.889775, 30.2151156 ], [ 119.8898776, 30.2152012 ], [ 119.8905864, 30.215793 ], [ 119.8908435, 30.2159781 ], [ 119.8927976, 30.217089 ], [ 119.8934296, 30.2174422 ], [ 119.8935746, 30.2175233 ], [ 119.8948116, 30.2182147 ], [ 119.8950042, 30.2182937 ], [ 119.8953173, 30.2184221 ], [ 119.8966628, 30.2190294 ], [ 119.8969743, 30.2191922 ], [ 119.8971555, 30.2192869 ], [ 119.8975038, 30.2194689 ], [ 119.8984198, 30.2199477 ], [ 119.8986426, 30.220155 ], [ 119.8992666, 30.2208058 ], [ 119.8997997, 30.2214824 ], [ 119.9000996, 30.2216984 ], [ 119.900666, 30.2221878 ], [ 119.9010992, 30.2223606 ], [ 119.901749, 30.2226197 ], [ 119.9019156, 30.2226485 ], [ 119.9020298, 30.222643 ], [ 119.9025153, 30.2226197 ], [ 119.9041076, 30.2226273 ], [ 119.904368, 30.2227023 ], [ 119.9046037, 30.2228095 ], [ 119.9048146, 30.2229917 ], [ 119.9048826, 30.2231145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石横线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9048826, 30.2231145 ], [ 119.9048146, 30.2229917 ], [ 119.9046037, 30.2228095 ], [ 119.904368, 30.2227023 ], [ 119.9041076, 30.2226273 ], [ 119.9025153, 30.2226197 ], [ 119.9020298, 30.222643 ], [ 119.9019156, 30.2226485 ], [ 119.901749, 30.2226197 ], [ 119.9010992, 30.2223606 ], [ 119.900666, 30.2221878 ], [ 119.9000996, 30.2216984 ], [ 119.8997997, 30.2214824 ], [ 119.8992666, 30.2208058 ], [ 119.8986426, 30.220155 ], [ 119.8984198, 30.2199477 ], [ 119.8975038, 30.2194689 ], [ 119.8971555, 30.2192869 ], [ 119.8969743, 30.2191922 ], [ 119.8966628, 30.2190294 ], [ 119.8953173, 30.2184221 ], [ 119.8950042, 30.2182937 ], [ 119.8948116, 30.2182147 ], [ 119.8935746, 30.2175233 ], [ 119.8934296, 30.2174422 ], [ 119.8927976, 30.217089 ], [ 119.8908435, 30.2159781 ], [ 119.8905864, 30.215793 ], [ 119.8898776, 30.2152012 ], [ 119.889775, 30.2151156 ], [ 119.8896592, 30.2150188 ], [ 119.889318, 30.2147339 ], [ 119.8885638, 30.2142451 ], [ 119.888161, 30.2139193 ], [ 119.8881354, 30.2138943 ], [ 119.8878953, 30.21366 ], [ 119.8875096, 30.2131786 ], [ 119.8871068, 30.212675 ], [ 119.8867983, 30.2124454 ], [ 119.8851356, 30.2116085 ], [ 119.8847757, 30.2114752 ], [ 119.8842186, 30.2111423 ], [ 119.883975, 30.2109967 ], [ 119.8829416, 30.2103791 ], [ 119.8809361, 30.2091348 ], [ 119.8807219, 30.2090385 ], [ 119.8804476, 30.2089644 ], [ 119.8802077, 30.2089274 ], [ 119.8797877, 30.2088681 ], [ 119.8793935, 30.2087718 ], [ 119.8770156, 30.2077085 ], [ 119.8768387, 30.2076294 ], [ 119.8766938, 30.2075646 ], [ 119.8766107, 30.2075313 ], [ 119.8763877, 30.2074421 ], [ 119.8753054, 30.2070091 ], [ 119.875074, 30.2068906 ], [ 119.8739196, 30.2054722 ], [ 119.8734885, 30.2049426 ], [ 119.8732313, 30.2046093 ], [ 119.8728885, 30.204076 ], [ 119.8728028, 30.203913 ], [ 119.87282, 30.2037723 ], [ 119.8731199, 30.2033427 ], [ 119.8732313, 30.2030687 ], [ 119.8733342, 30.2027724 ], [ 119.8732828, 30.2025798 ], [ 119.8732313, 30.2024243 ], [ 119.8731285, 30.2023323 ], [ 119.8720143, 30.2013354 ], [ 119.8718515, 30.2011947 ], [ 119.8716487, 30.2010915 ], [ 119.8714791, 30.2010051 ], [ 119.8712259, 30.2008762 ], [ 119.8710373, 30.2007799 ], [ 119.8707116, 30.2004984 ], [ 119.8704374, 30.2002466 ], [ 119.8698546, 30.1993355 ], [ 119.8696232, 30.1990762 ], [ 119.8690661, 30.1986762 ], [ 119.8685176, 30.1981281 ], [ 119.8683205, 30.1979651 ], [ 119.8681493, 30.1978388 ], [ 119.8679691, 30.1977059 ], [ 119.867709, 30.1974649 ], [ 119.8674816, 30.1973312 ], [ 119.8666243, 30.1969156 ], [ 119.8663558, 30.1968054 ], [ 119.8660335, 30.1967009 ], [ 119.865765, 30.1965152 ], [ 119.865154, 30.1961032 ], [ 119.8648808, 30.1958772 ], [ 119.8646753, 30.1957073 ], [ 119.8645296, 30.1955868 ], [ 119.8643282, 30.1953372 ], [ 119.8639791, 30.1950645 ], [ 119.8638112, 30.1949426 ], [ 119.8636971, 30.1948092 ], [ 119.8631667, 30.1938865 ], [ 119.8630526, 30.1938111 ], [ 119.862878, 30.1937878 ], [ 119.8627236, 30.193782 ], [ 119.8626497, 30.1937472 ], [ 119.8625154, 30.1935789 ], [ 119.862314, 30.193254 ], [ 119.8618681, 30.1924711 ], [ 119.8617877, 30.1922952 ], [ 119.8617086, 30.1921219 ], [ 119.8613045, 30.1918094 ], [ 119.8608792, 30.1916164 ], [ 119.8599435, 30.1912855 ], [ 119.8585718, 30.190541 ], [ 119.8581571, 30.190394 ], [ 119.8578806, 30.1900631 ], [ 119.8576179, 30.1899327 ], [ 119.8574719, 30.1898603 ], [ 119.8573065, 30.1897782 ], [ 119.8568531, 30.1896495 ], [ 119.8565095, 30.1895519 ], [ 119.8558946, 30.189379 ], [ 119.8555095, 30.1892176 ], [ 119.8553181, 30.1891992 ], [ 119.8551115, 30.1892647 ], [ 119.854752, 30.1894864 ], [ 119.8543336, 30.18966 ], [ 119.8534151, 30.1898157 ], [ 119.8530213, 30.1898885 ], [ 119.8525109, 30.189769 ], [ 119.8524391, 30.1896852 ], [ 119.8523786, 30.1896146 ], [ 119.8519261, 30.1891073 ], [ 119.8516063, 30.1886303 ], [ 119.8515433, 30.1881146 ], [ 119.8515433, 30.1878757 ], [ 119.8513519, 30.1878297 ], [ 119.8511818, 30.1878757 ], [ 119.8510755, 30.1880411 ], [ 119.8509904, 30.1883628 ], [ 119.8508203, 30.1884731 ], [ 119.8500122, 30.1886753 ], [ 119.8496613, 30.1887396 ], [ 119.849119, 30.1886753 ], [ 119.8487894, 30.1887121 ], [ 119.8486192, 30.1887488 ], [ 119.8485342, 30.1888867 ], [ 119.8485873, 30.1890246 ], [ 119.8487256, 30.189144 ], [ 119.8488744, 30.1892727 ], [ 119.8489276, 30.189429 ], [ 119.8488638, 30.189576 ], [ 119.848683, 30.1896679 ], [ 119.8483853, 30.1897139 ], [ 119.8476091, 30.1897874 ], [ 119.8473752, 30.1898425 ], [ 119.847205, 30.1899436 ], [ 119.8470349, 30.1900539 ], [ 119.8465989, 30.1901734 ], [ 119.8463012, 30.1901918 ], [ 119.8453336, 30.1901918 ], [ 119.8449508, 30.1901734 ], [ 119.8445361, 30.1900907 ], [ 119.8441746, 30.1901275 ], [ 119.8432602, 30.190348 ], [ 119.8426541, 30.1904216 ], [ 119.84225, 30.1904124 ], [ 119.8416546, 30.1903756 ], [ 119.8414206, 30.1903388 ], [ 119.8406657, 30.1900539 ], [ 119.840444208294713, 30.189897906886774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "跳铜线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8425466, 30.202702 ], [ 119.8425577, 30.2029023 ], [ 119.8425751, 30.2030313 ], [ 119.8425927, 30.2031416 ], [ 119.8428083, 30.2038025 ], [ 119.8429937, 30.2041689 ], [ 119.843188, 30.2050161 ], [ 119.8432763, 30.2051535 ], [ 119.8434618, 30.2052909 ], [ 119.8435678, 30.2053748 ], [ 119.8440888, 30.2061304 ], [ 119.8442213, 30.2063441 ], [ 119.8443361, 30.2064892 ], [ 119.8445304, 30.2066036 ], [ 119.8450073, 30.2069318 ], [ 119.8452811, 30.2071761 ], [ 119.8453871, 30.2073363 ], [ 119.8456697, 30.2075271 ], [ 119.8460936, 30.2077714 ], [ 119.8462437, 30.2078935 ], [ 119.8464002, 30.2081 ], [ 119.8467295, 30.2085346 ], [ 119.8468708, 30.2087178 ], [ 119.8468973, 30.2088704 ], [ 119.8469238, 30.2096031 ], [ 119.8469326, 30.209771 ], [ 119.8469767, 30.2099313 ], [ 119.8473388, 30.2107556 ], [ 119.8474801, 30.2109921 ], [ 119.8475331, 30.2111906 ], [ 119.8475402, 30.211298 ], [ 119.8475508, 30.2114577 ], [ 119.8475773, 30.2118622 ], [ 119.8476303, 30.2121598 ], [ 119.8479474, 30.2131133 ], [ 119.8479993, 30.2132693 ], [ 119.8480542, 30.2134344 ], [ 119.8482661, 30.2138312 ], [ 119.8483898, 30.2139839 ], [ 119.8485046, 30.2143654 ], [ 119.8489992, 30.2153957 ], [ 119.849114, 30.2155713 ], [ 119.8497233, 30.2162276 ], [ 119.8497703, 30.2162736 ], [ 119.8498558, 30.2163573 ], [ 119.8499878, 30.2164069 ], [ 119.8500589, 30.2164336 ], [ 119.8502053, 30.2164816 ], [ 119.8502878, 30.2165086 ], [ 119.8503151, 30.2165176 ], [ 119.850474, 30.2166168 ], [ 119.8506153, 30.2167542 ], [ 119.8510375, 30.2175995 ], [ 119.8511626, 30.2178499 ], [ 119.8513395, 30.2182041 ], [ 119.8517267, 30.2186894 ], [ 119.8518179, 30.2188038 ], [ 119.8519666, 30.2189902 ], [ 119.8521785, 30.2193946 ], [ 119.8523078, 30.2196769 ], [ 119.8523463, 30.219761 ], [ 119.8524346, 30.2198907 ], [ 119.8526466, 30.2200281 ], [ 119.852991, 30.2201578 ], [ 119.8531941, 30.2202799 ], [ 119.8534238, 30.2204554 ], [ 119.8536269, 30.2206462 ], [ 119.8538653, 30.2208064 ], [ 119.8542446, 30.2209864 ], [ 119.8543157, 30.2210201 ], [ 119.8549693, 30.2214246 ], [ 119.8552342, 30.2216077 ], [ 119.8560202, 30.2222716 ], [ 119.8561704, 30.2224014 ], [ 119.8564088, 30.2225464 ], [ 119.8582896, 30.2231592 ], [ 119.8584931, 30.2232408 ], [ 119.8587111, 30.2232765 ], [ 119.8588735, 30.2233031 ], [ 119.8590053, 30.2233247 ], [ 119.8591113, 30.2233247 ], [ 119.8593409, 30.2232861 ], [ 119.8594292, 30.2232713 ], [ 119.859597, 30.2232637 ], [ 119.8598266, 30.2233018 ], [ 119.8600298, 30.2233934 ], [ 119.8602152, 30.223546 ], [ 119.8606833, 30.2240726 ], [ 119.8608448, 30.2241875 ], [ 119.8609836, 30.2242862 ], [ 119.8611337, 30.2243854 ], [ 119.8611675, 30.2244293 ], [ 119.8612573, 30.2245457 ], [ 119.8614958, 30.2249425 ], [ 119.8615803, 30.2250115 ], [ 119.8616548, 30.2250722 ], [ 119.8623083, 30.2258353 ], [ 119.8625026, 30.2260032 ], [ 119.8625773, 30.2260462 ], [ 119.8626351, 30.2260795 ], [ 119.863686, 30.226957 ], [ 119.8644268, 30.2275597 ], [ 119.864571, 30.2276771 ], [ 119.8647284, 30.2278051 ], [ 119.86489, 30.2279365 ], [ 119.8650461, 30.2280635 ], [ 119.8652404, 30.2281398 ], [ 119.8654876, 30.2281551 ], [ 119.8660175, 30.2281093 ], [ 119.8662207, 30.228094 ], [ 119.8665033, 30.2281017 ], [ 119.8669625, 30.2282238 ], [ 119.8672529, 30.2283137 ], [ 119.8674306, 30.2283687 ], [ 119.8677927, 30.2285824 ], [ 119.8679495, 30.2287064 ], [ 119.8686339, 30.2292478 ], [ 119.8686758, 30.2292927 ], [ 119.8687923, 30.2293762 ], [ 119.8688471, 30.2294054 ], [ 119.8690114, 30.2294675 ], [ 119.8699034, 30.2296507 ], [ 119.8700712, 30.2297041 ], [ 119.8702302, 30.2297957 ], [ 119.8703337, 30.229882 ], [ 119.8704785, 30.2300027 ], [ 119.8706742, 30.2301658 ], [ 119.8707612, 30.230266 ], [ 119.871022, 30.2303912 ], [ 119.8714205, 30.2305477 ], [ 119.8720726, 30.2307355 ], [ 119.8726377, 30.230892 ], [ 119.8728551, 30.2309671 ], [ 119.8731379, 30.2311099 ], [ 119.8733276, 30.2312057 ], [ 119.873413, 30.2312488 ], [ 119.8736364, 30.2313705 ], [ 119.8737463, 30.2314304 ], [ 119.8740361, 30.2315556 ], [ 119.8744056, 30.2316432 ], [ 119.8753041, 30.2318498 ], [ 119.8756156, 30.2319249 ], [ 119.8757823, 30.2320126 ], [ 119.8763672, 30.2324783 ], [ 119.8765213, 30.232601 ], [ 119.8769951, 30.2330138 ], [ 119.8771593, 30.2331568 ], [ 119.8772889, 30.2332697 ], [ 119.8773908, 30.2333585 ], [ 119.8780139, 30.2338029 ], [ 119.8787312, 30.2344352 ], [ 119.8795068, 30.235086 ], [ 119.8796593, 30.2352139 ], [ 119.8802382, 30.2356997 ], [ 119.8804701, 30.2359688 ], [ 119.8807671, 30.2361504 ], [ 119.8816004, 30.2364321 ], [ 119.881854, 30.2364633 ], [ 119.8822307, 30.2364821 ], [ 119.8825133, 30.2364884 ], [ 119.8829843, 30.2365948 ], [ 119.8833103, 30.236745 ], [ 119.8836291, 30.2369391 ], [ 119.8839128, 30.2370714 ], [ 119.8853608, 30.2377466 ], [ 119.8855057, 30.2378217 ], [ 119.8856578, 30.2379532 ], [ 119.8859117, 30.2381402 ], [ 119.8860998, 30.2382787 ], [ 119.8862234, 30.2383657 ], [ 119.8862954, 30.2384164 ], [ 119.8865302, 30.2385608 ], [ 119.8867229, 30.2386793 ], [ 119.8868751, 30.2387669 ], [ 119.8871577, 30.238986 ], [ 119.8872598, 30.23907 ], [ 119.8885126, 30.2401002 ], [ 119.8887299, 30.2402817 ], [ 119.8888096, 30.2404007 ], [ 119.8890922, 30.2411643 ], [ 119.8892526, 30.2413367 ], [ 119.8893541, 30.2414456 ], [ 119.8894847, 30.241586 ], [ 119.8895617, 30.2417492 ], [ 119.8896106, 30.2419185 ], [ 119.8896246, 30.2424324 ], [ 119.8896246, 30.2425896 ], [ 119.8895127, 30.2430612 ], [ 119.8894987, 30.2432849 ], [ 119.8895057, 30.2433998 ], [ 119.8895547, 30.2435751 ], [ 119.8896526, 30.2438774 ], [ 119.8901621, 30.2445004 ], [ 119.890286, 30.2446716 ], [ 119.890286, 30.244907 ], [ 119.8901497, 30.2456453 ], [ 119.8901002, 30.2458807 ], [ 119.889741, 30.2466297 ], [ 119.8897162, 30.2467581 ], [ 119.8897038, 30.2468544 ], [ 119.8897905, 30.2470149 ], [ 119.8900101, 30.2474508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "跳铜线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8900101, 30.2474508 ], [ 119.8897905, 30.2470149 ], [ 119.8897038, 30.2468544 ], [ 119.8897162, 30.2467581 ], [ 119.889741, 30.2466297 ], [ 119.8901002, 30.2458807 ], [ 119.8901497, 30.2456453 ], [ 119.890286, 30.244907 ], [ 119.890286, 30.2446716 ], [ 119.8901621, 30.2445004 ], [ 119.8896526, 30.2438774 ], [ 119.8895547, 30.2435751 ], [ 119.8895057, 30.2433998 ], [ 119.8894987, 30.2432849 ], [ 119.8895127, 30.2430612 ], [ 119.8896246, 30.2425896 ], [ 119.8896246, 30.2424324 ], [ 119.8896106, 30.2419185 ], [ 119.8895617, 30.2417492 ], [ 119.8894847, 30.241586 ], [ 119.8893541, 30.2414456 ], [ 119.8892526, 30.2413367 ], [ 119.8890922, 30.2411643 ], [ 119.8888096, 30.2404007 ], [ 119.8887299, 30.2402817 ], [ 119.8885126, 30.2401002 ], [ 119.8872598, 30.23907 ], [ 119.8871577, 30.238986 ], [ 119.8868751, 30.2387669 ], [ 119.8867229, 30.2386793 ], [ 119.8865302, 30.2385608 ], [ 119.8862954, 30.2384164 ], [ 119.8862234, 30.2383657 ], [ 119.8860998, 30.2382787 ], [ 119.8859117, 30.2381402 ], [ 119.8856578, 30.2379532 ], [ 119.8855057, 30.2378217 ], [ 119.8853608, 30.2377466 ], [ 119.8839128, 30.2370714 ], [ 119.8836291, 30.2369391 ], [ 119.8833103, 30.236745 ], [ 119.8829843, 30.2365948 ], [ 119.8825133, 30.2364884 ], [ 119.8822307, 30.2364821 ], [ 119.881854, 30.2364633 ], [ 119.8816004, 30.2364321 ], [ 119.8807671, 30.2361504 ], [ 119.8804701, 30.2359688 ], [ 119.8802382, 30.2356997 ], [ 119.8796593, 30.2352139 ], [ 119.8795068, 30.235086 ], [ 119.8787312, 30.2344352 ], [ 119.8780139, 30.2338029 ], [ 119.8773908, 30.2333585 ], [ 119.8772889, 30.2332697 ], [ 119.8771593, 30.2331568 ], [ 119.8769951, 30.2330138 ], [ 119.8765213, 30.232601 ], [ 119.8763672, 30.2324783 ], [ 119.8757823, 30.2320126 ], [ 119.8756156, 30.2319249 ], [ 119.8753041, 30.2318498 ], [ 119.8744056, 30.2316432 ], [ 119.8740361, 30.2315556 ], [ 119.8737463, 30.2314304 ], [ 119.8736364, 30.2313705 ], [ 119.873413, 30.2312488 ], [ 119.8733276, 30.2312057 ], [ 119.8731379, 30.2311099 ], [ 119.8728551, 30.2309671 ], [ 119.8726377, 30.230892 ], [ 119.8720726, 30.2307355 ], [ 119.8714205, 30.2305477 ], [ 119.871022, 30.2303912 ], [ 119.8707612, 30.230266 ], [ 119.8706742, 30.2301658 ], [ 119.8704785, 30.2300027 ], [ 119.8703337, 30.229882 ], [ 119.8702302, 30.2297957 ], [ 119.8700712, 30.2297041 ], [ 119.8699034, 30.2296507 ], [ 119.8690114, 30.2294675 ], [ 119.8688471, 30.2294054 ], [ 119.8687923, 30.2293762 ], [ 119.8686758, 30.2292927 ], [ 119.8686339, 30.2292478 ], [ 119.8679495, 30.2287064 ], [ 119.8677927, 30.2285824 ], [ 119.8674306, 30.2283687 ], [ 119.8672529, 30.2283137 ], [ 119.8669625, 30.2282238 ], [ 119.8665033, 30.2281017 ], [ 119.8662207, 30.228094 ], [ 119.8660175, 30.2281093 ], [ 119.8654876, 30.2281551 ], [ 119.8652404, 30.2281398 ], [ 119.8650461, 30.2280635 ], [ 119.86489, 30.2279365 ], [ 119.8647284, 30.2278051 ], [ 119.864571, 30.2276771 ], [ 119.8644268, 30.2275597 ], [ 119.863686, 30.226957 ], [ 119.8626351, 30.2260795 ], [ 119.8625773, 30.2260462 ], [ 119.8625026, 30.2260032 ], [ 119.8623083, 30.2258353 ], [ 119.8616548, 30.2250722 ], [ 119.8615803, 30.2250115 ], [ 119.8614958, 30.2249425 ], [ 119.8612573, 30.2245457 ], [ 119.8611675, 30.2244293 ], [ 119.8611337, 30.2243854 ], [ 119.8609836, 30.2242862 ], [ 119.8608448, 30.2241875 ], [ 119.8606833, 30.2240726 ], [ 119.8602152, 30.223546 ], [ 119.8600298, 30.2233934 ], [ 119.8598266, 30.2233018 ], [ 119.859597, 30.2232637 ], [ 119.8594292, 30.2232713 ], [ 119.8593409, 30.2232861 ], [ 119.8591113, 30.2233247 ], [ 119.8590053, 30.2233247 ], [ 119.8588735, 30.2233031 ], [ 119.8587111, 30.2232765 ], [ 119.8584931, 30.2232408 ], [ 119.8582896, 30.2231592 ], [ 119.8564088, 30.2225464 ], [ 119.8561704, 30.2224014 ], [ 119.8560202, 30.2222716 ], [ 119.8552342, 30.2216077 ], [ 119.8549693, 30.2214246 ], [ 119.8543157, 30.2210201 ], [ 119.8542446, 30.2209864 ], [ 119.8538653, 30.2208064 ], [ 119.8536269, 30.2206462 ], [ 119.8534238, 30.2204554 ], [ 119.8531941, 30.2202799 ], [ 119.852991, 30.2201578 ], [ 119.8526466, 30.2200281 ], [ 119.8524346, 30.2198907 ], [ 119.8523463, 30.219761 ], [ 119.8523078, 30.2196769 ], [ 119.8521785, 30.2193946 ], [ 119.8519666, 30.2189902 ], [ 119.8518179, 30.2188038 ], [ 119.8517267, 30.2186894 ], [ 119.8513395, 30.2182041 ], [ 119.8511626, 30.2178499 ], [ 119.8510375, 30.2175995 ], [ 119.8506153, 30.2167542 ], [ 119.850474, 30.2166168 ], [ 119.8503151, 30.2165176 ], [ 119.8502878, 30.2165086 ], [ 119.8502053, 30.2164816 ], [ 119.8500589, 30.2164336 ], [ 119.8499878, 30.2164069 ], [ 119.8498558, 30.2163573 ], [ 119.8497703, 30.2162736 ], [ 119.8497233, 30.2162276 ], [ 119.849114, 30.2155713 ], [ 119.8489992, 30.2153957 ], [ 119.8485046, 30.2143654 ], [ 119.8483898, 30.2139839 ], [ 119.8482661, 30.2138312 ], [ 119.8480542, 30.2134344 ], [ 119.8479993, 30.2132693 ], [ 119.8479474, 30.2131133 ], [ 119.8476303, 30.2121598 ], [ 119.8475773, 30.2118622 ], [ 119.8475508, 30.2114577 ], [ 119.8475402, 30.211298 ], [ 119.8475331, 30.2111906 ], [ 119.8474801, 30.2109921 ], [ 119.8473388, 30.2107556 ], [ 119.8469767, 30.2099313 ], [ 119.8469326, 30.209771 ], [ 119.8469238, 30.2096031 ], [ 119.8468973, 30.2088704 ], [ 119.8468708, 30.2087178 ], [ 119.8467295, 30.2085346 ], [ 119.8464002, 30.2081 ], [ 119.8462437, 30.2078935 ], [ 119.8460936, 30.2077714 ], [ 119.8456697, 30.2075271 ], [ 119.8453871, 30.2073363 ], [ 119.8452811, 30.2071761 ], [ 119.8450073, 30.2069318 ], [ 119.8445304, 30.2066036 ], [ 119.8443361, 30.2064892 ], [ 119.8442213, 30.2063441 ], [ 119.8440888, 30.2061304 ], [ 119.8435678, 30.2053748 ], [ 119.8434618, 30.2052909 ], [ 119.8432763, 30.2051535 ], [ 119.843188, 30.2050161 ], [ 119.8429937, 30.2041689 ], [ 119.8428083, 30.2038025 ], [ 119.8425927, 30.2031416 ], [ 119.8425751, 30.2030313 ], [ 119.8425577, 30.2029023 ], [ 119.8425466, 30.202702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0898349, 30.113906 ], [ 120.0898257, 30.1138073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0860777, 30.1141074 ], [ 120.0878264, 30.113969 ], [ 120.0898257, 30.1138073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0898349, 30.113906 ], [ 120.087819, 30.1140799 ], [ 120.0860884, 30.1142137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0963656, 30.1166404 ], [ 120.0962276, 30.1144201 ], [ 120.0961044, 30.1133745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961044, 30.1133745 ], [ 120.0962276, 30.1144201 ], [ 120.0963656, 30.1166404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0901399, 30.1171749 ], [ 120.089928, 30.1149035 ], [ 120.0898349, 30.113906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0898349, 30.113906 ], [ 120.089928, 30.1149035 ], [ 120.0901399, 30.1171749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0963656, 30.1166404 ], [ 120.0933845, 30.116898 ], [ 120.0932911, 30.1169061 ], [ 120.0932733, 30.1169076 ], [ 120.0901399, 30.1171749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0901399, 30.1171749 ], [ 120.0932733, 30.1169076 ], [ 120.0932911, 30.1169061 ], [ 120.0933845, 30.116898 ], [ 120.0963656, 30.1166404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0901399, 30.1171749 ], [ 120.0864172, 30.1174924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0823515, 30.114425 ], [ 120.0823627, 30.1145269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0786531, 30.1147375 ], [ 120.0811808, 30.1145252 ], [ 120.0823515, 30.114425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0823627, 30.1145269 ], [ 120.0812066, 30.1146198 ], [ 120.0786646, 30.114839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0785154, 30.1147459 ], [ 120.0786531, 30.1147375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0786531, 30.1147375 ], [ 120.0786646, 30.114839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0785209, 30.1148621 ], [ 120.0785154, 30.1147459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0786646, 30.114839 ], [ 120.0785209, 30.1148621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864172, 30.1174924 ], [ 120.0861894, 30.1152211 ], [ 120.0860884, 30.1142137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0860884, 30.1142137 ], [ 120.0861894, 30.1152211 ], [ 120.0864172, 30.1174924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0827239, 30.1178253 ], [ 120.0824714, 30.1155198 ], [ 120.0823627, 30.1145269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0823627, 30.1145269 ], [ 120.0824714, 30.1155198 ], [ 120.0827239, 30.1178253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0786646, 30.114839 ], [ 120.0787395, 30.1158156 ], [ 120.0789558, 30.1181691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0788548, 30.1181802 ], [ 120.0785993, 30.1156317 ], [ 120.0785209, 30.1148621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0827239, 30.1178253 ], [ 120.0857505, 30.1175492 ], [ 120.0864172, 30.1174924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864172, 30.1174924 ], [ 120.0857505, 30.1175492 ], [ 120.0827239, 30.1178253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0789558, 30.1181691 ], [ 120.0827239, 30.1178253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0827239, 30.1178253 ], [ 120.0789558, 30.1181691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0756421, 30.1184226 ], [ 120.075625, 30.1182458 ], [ 120.0755903, 30.1178877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0755903, 30.1178877 ], [ 120.075625, 30.1182458 ], [ 120.0756421, 30.1184226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0789558, 30.1181691 ], [ 120.0788548, 30.1181802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "铜鉴湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072186, 30.1182278 ], [ 120.0722256, 30.1186126 ], [ 120.0722355, 30.1187088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722355, 30.1187088 ], [ 120.0756421, 30.1184226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0756421, 30.1184226 ], [ 120.0722355, 30.1187088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0685839, 30.1190002 ], [ 120.0722355, 30.1187088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722355, 30.1187088 ], [ 120.0685839, 30.1190002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0703293, 30.1233627 ], [ 120.069864, 30.1229619 ], [ 120.0695967, 30.1226931 ], [ 120.0693335, 30.1223912 ], [ 120.0690851, 30.1220035 ], [ 120.0689049, 30.1216449 ], [ 120.0687542, 30.1212601 ], [ 120.068672, 30.1209461 ], [ 120.0685912, 30.1204895 ], [ 120.0684757, 30.1195763 ], [ 120.0680598, 30.1156775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "铜鉴湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725217, 30.1210361 ], [ 120.0723209, 30.119403 ], [ 120.0722355, 30.1187088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "铜鉴湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722355, 30.1187088 ], [ 120.0723209, 30.119403 ], [ 120.0725217, 30.1210361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0685839, 30.1190002 ], [ 120.0687313, 30.1204167 ], [ 120.0688228, 30.1209138 ], [ 120.0689433, 30.1213319 ], [ 120.0690843, 30.1216891 ], [ 120.0692456, 30.1219911 ], [ 120.0694686, 30.1223204 ], [ 120.0697384, 30.122637 ], [ 120.07007, 30.122942 ], [ 120.0704463, 30.1232582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759651, 30.1215553 ], [ 120.0725217, 30.1210361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0788548, 30.1181802 ], [ 120.0789558, 30.1181691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0788548, 30.1181802 ], [ 120.0786289, 30.1182053 ], [ 120.0783278, 30.1182272 ], [ 120.0756421, 30.1184226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0756421, 30.1184226 ], [ 120.0783278, 30.1182272 ], [ 120.0786289, 30.1182053 ], [ 120.0788548, 30.1181802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864172, 30.1174924 ], [ 120.0866397, 30.1197397 ], [ 120.0867011, 30.1206276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867011, 30.1206276 ], [ 120.0866397, 30.1197397 ], [ 120.0864172, 30.1174924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0827239, 30.1178253 ], [ 120.0830644, 30.1209339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0830644, 30.1209339 ], [ 120.0827239, 30.1178253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0789558, 30.1181691 ], [ 120.079369, 30.1212449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0792097, 30.1212594 ], [ 120.0788548, 30.1181802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759651, 30.1215553 ], [ 120.0757134, 30.1191145 ], [ 120.0756421, 30.1184226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864172, 30.1174924 ], [ 120.0901399, 30.1171749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0963656, 30.1166404 ], [ 120.0966679, 30.1197829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966679, 30.1197829 ], [ 120.0963656, 30.1166404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0904816, 30.1203228 ], [ 120.0901399, 30.1171749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0901399, 30.1171749 ], [ 120.0904816, 30.1203228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966679, 30.1197829 ], [ 120.0937151, 30.1200423 ], [ 120.0936218, 30.1200505 ], [ 120.0909705, 30.1202834 ], [ 120.0904816, 30.1203228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0904816, 30.1203228 ], [ 120.0909705, 30.1202834 ], [ 120.0936218, 30.1200505 ], [ 120.0937151, 30.1200423 ], [ 120.0966679, 30.1197829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0904816, 30.1203228 ], [ 120.0867011, 30.1206276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867011, 30.1206276 ], [ 120.0904816, 30.1203228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970167, 30.1234084 ], [ 120.0967335, 30.1204651 ], [ 120.0966679, 30.1197829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0756421, 30.1184226 ], [ 120.0757134, 30.1191145 ], [ 120.0759651, 30.1215553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867011, 30.1206276 ], [ 120.0830644, 30.1209339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0830644, 30.1209339 ], [ 120.0867011, 30.1206276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0830644, 30.1209339 ], [ 120.082947, 30.1209438 ], [ 120.079369, 30.1212449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.079369, 30.1212449 ], [ 120.082947, 30.1209438 ], [ 120.0830644, 30.1209339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0792097, 30.1212594 ], [ 120.079369, 30.1212449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.079369, 30.1212449 ], [ 120.0792097, 30.1212594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759651, 30.1215553 ], [ 120.0786684, 30.1213088 ], [ 120.0789689, 30.1212814 ], [ 120.0792097, 30.1212594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0792097, 30.1212594 ], [ 120.0789689, 30.1212814 ], [ 120.0786684, 30.1213088 ], [ 120.0759651, 30.1215553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.079369, 30.1212449 ], [ 120.0794597, 30.1219715 ], [ 120.079592, 30.1231488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793974, 30.123175 ], [ 120.0792459, 30.121556 ], [ 120.0792097, 30.1212594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0762115, 30.1233527 ], [ 120.0759651, 30.1215553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759651, 30.1215553 ], [ 120.0762115, 30.1233527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871615, 30.1245027 ], [ 120.0867011, 30.1206276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867011, 30.1206276 ], [ 120.0871615, 30.1245027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0834963, 30.1247978 ], [ 120.08349, 30.1246699 ], [ 120.0834757, 30.1244498 ], [ 120.0830644, 30.1209339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0830644, 30.1209339 ], [ 120.0834757, 30.1244498 ], [ 120.08349, 30.1246699 ], [ 120.0834963, 30.1247978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0830656, 30.1228724 ], [ 120.079592, 30.1231488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.079592, 30.1231488 ], [ 120.0830656, 30.1228724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.079592, 30.1231488 ], [ 120.0793974, 30.123175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663071, 30.1031882 ], [ 120.06636, 30.1031834 ], [ 120.0664532, 30.1031748 ], [ 120.0664975, 30.1031707 ], [ 120.0665564, 30.1031311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.070045, 30.1333546 ], [ 120.0698159, 30.1333439 ], [ 120.0694439, 30.1332546 ], [ 120.0690985, 30.1331717 ], [ 120.0687538, 30.1330889 ], [ 120.0686018, 30.1330524 ], [ 120.0684949, 30.1329895 ], [ 120.068291, 30.1329108 ], [ 120.0681046, 30.1328681 ], [ 120.0678896, 30.1328234 ], [ 120.06784, 30.1328206 ], [ 120.0675401, 30.1328039 ], [ 120.0668303, 30.1327233 ], [ 120.0661743, 30.1327452 ], [ 120.0660809, 30.1327483 ], [ 120.0656772, 30.132883 ], [ 120.0655488, 30.1329003 ], [ 120.0651944, 30.1329479 ], [ 120.0646295, 30.1331646 ], [ 120.0643247, 30.1332815 ], [ 120.0639352, 30.133431 ], [ 120.063864, 30.1334583 ], [ 120.0635701, 30.1335108 ], [ 120.0629247, 30.1335918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629247, 30.1335918 ], [ 120.0635701, 30.1335108 ], [ 120.063864, 30.1334583 ], [ 120.0639352, 30.133431 ], [ 120.0643247, 30.1332815 ], [ 120.0646295, 30.1331646 ], [ 120.0651944, 30.1329479 ], [ 120.0655488, 30.1329003 ], [ 120.0656772, 30.132883 ], [ 120.0660809, 30.1327483 ], [ 120.0661743, 30.1327452 ], [ 120.0668303, 30.1327233 ], [ 120.0675401, 30.1328039 ], [ 120.06784, 30.1328206 ], [ 120.0678896, 30.1328234 ], [ 120.0681046, 30.1328681 ], [ 120.068291, 30.1329108 ], [ 120.0684949, 30.1329895 ], [ 120.0686018, 30.1330524 ], [ 120.0687538, 30.1330889 ], [ 120.0690985, 30.1331717 ], [ 120.0694439, 30.1332546 ], [ 120.0698159, 30.1333439 ], [ 120.070045, 30.1333546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0699622, 30.1340929 ], [ 120.0692301, 30.1340644 ], [ 120.0676846, 30.1339568 ], [ 120.0674395, 30.1339397 ], [ 120.0662246, 30.133831 ], [ 120.0650962, 30.1338731 ], [ 120.0647299, 30.1338868 ], [ 120.0644433, 30.1338975 ], [ 120.064396, 30.1338993 ], [ 120.063882, 30.1339185 ], [ 120.0635742, 30.1339301 ], [ 120.0634693, 30.133934 ], [ 120.063364, 30.1339379 ], [ 120.0631819, 30.133917 ], [ 120.0630055, 30.1339038 ], [ 120.0629244, 30.1338466 ], [ 120.0629247, 30.1335918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629247, 30.1335918 ], [ 120.0629244, 30.1338466 ], [ 120.0630055, 30.1339038 ], [ 120.0631819, 30.133917 ], [ 120.063364, 30.1339379 ], [ 120.0634693, 30.133934 ], [ 120.0635742, 30.1339301 ], [ 120.063882, 30.1339185 ], [ 120.064396, 30.1338993 ], [ 120.0644433, 30.1338975 ], [ 120.0647299, 30.1338868 ], [ 120.0650962, 30.1338731 ], [ 120.0662246, 30.133831 ], [ 120.0674395, 30.1339397 ], [ 120.0676846, 30.1339568 ], [ 120.0692301, 30.1340644 ], [ 120.0699622, 30.1340929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0583212, 30.1347787 ], [ 120.0596288, 30.1344433 ], [ 120.0605418, 30.1342349 ], [ 120.0612913, 30.1340456 ], [ 120.061761, 30.1339006 ], [ 120.062362, 30.1336624 ], [ 120.0629247, 30.1335918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629247, 30.1335918 ], [ 120.062362, 30.1336624 ], [ 120.061761, 30.1339006 ], [ 120.0612913, 30.1340456 ], [ 120.0605418, 30.1342349 ], [ 120.0596288, 30.1344433 ], [ 120.0583212, 30.1347787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0652309, 30.1422039 ], [ 120.0649157, 30.1422334 ], [ 120.0639989, 30.142432 ], [ 120.0629236, 30.1426454 ], [ 120.0628836, 30.1426533 ], [ 120.0628734, 30.1426551 ], [ 120.0616535, 30.1428676 ], [ 120.0607335, 30.1431172 ], [ 120.0582662, 30.1439747 ], [ 120.0580242, 30.1440527 ], [ 120.0577771, 30.1441323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0577771, 30.1441323 ], [ 120.0580242, 30.1440527 ], [ 120.0582662, 30.1439747 ], [ 120.0607335, 30.1431172 ], [ 120.0616535, 30.1428676 ], [ 120.0628734, 30.1426551 ], [ 120.0628836, 30.1426533 ], [ 120.0629236, 30.1426454 ], [ 120.0639989, 30.142432 ], [ 120.0649157, 30.1422334 ], [ 120.0652309, 30.1422039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664175, 30.1452515 ], [ 120.0661658, 30.1446268 ], [ 120.0659578, 30.1440902 ], [ 120.0652657, 30.1423046 ], [ 120.0652309, 30.1422039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793974, 30.123175 ], [ 120.079592, 30.1231488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793974, 30.123175 ], [ 120.0791441, 30.1231946 ], [ 120.0788997, 30.1232136 ], [ 120.0762115, 30.1233527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0762115, 30.1233527 ], [ 120.0788997, 30.1232136 ], [ 120.0791441, 30.1231946 ], [ 120.0793974, 30.123175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0762115, 30.1233527 ], [ 120.0763572, 30.1248152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763572, 30.1248152 ], [ 120.0762115, 30.1233527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0796512, 30.1250412 ], [ 120.0793974, 30.123175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.079592, 30.1231488 ], [ 120.0797383, 30.1241887 ], [ 120.0798225, 30.1250932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0796772, 30.1251717 ], [ 120.0794541, 30.1251877 ], [ 120.0792027, 30.1252063 ], [ 120.0785957, 30.1252422 ], [ 120.0781387, 30.1252314 ], [ 120.0777129, 30.1251991 ], [ 120.0772565, 30.1251316 ], [ 120.0767824, 30.1250373 ], [ 120.0752958, 30.1247316 ], [ 120.0728332, 30.1242764 ], [ 120.0722774, 30.1241689 ], [ 120.0716092, 30.1240004 ], [ 120.0712195, 30.1238736 ], [ 120.0708245, 30.1236854 ], [ 120.0703293, 30.1233627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0834963, 30.1247978 ], [ 120.0871615, 30.1245027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871615, 30.1245027 ], [ 120.0834963, 30.1247978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725217, 30.1210361 ], [ 120.0759651, 30.1215553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "铜鉴湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728515, 30.1241542 ], [ 120.0725217, 30.1210361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "铜鉴湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725217, 30.1210361 ], [ 120.0728515, 30.1241542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵山线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0703293, 30.1233627 ], [ 120.0704463, 30.1232582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵山线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704463, 30.1232582 ], [ 120.0703293, 30.1233627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵山线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0695402, 30.1238498 ], [ 120.0696127, 30.1237577 ], [ 120.0697039, 30.1237003 ], [ 120.0699946, 30.1235712 ], [ 120.0701756, 30.1234803 ], [ 120.0703293, 30.1233627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵山线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0703293, 30.1233627 ], [ 120.0701756, 30.1234803 ], [ 120.0699946, 30.1235712 ], [ 120.0697039, 30.1237003 ], [ 120.0696127, 30.1237577 ], [ 120.0695402, 30.1238498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704463, 30.1232582 ], [ 120.0706956, 30.1234105 ], [ 120.0711621, 30.1236683 ], [ 120.0717445, 30.123895 ], [ 120.0722685, 30.1240353 ], [ 120.0728515, 30.1241542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728515, 30.1241542 ], [ 120.0763572, 30.1248152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741532, 30.1306262 ], [ 120.0741512, 30.1303753 ], [ 120.0741364, 30.1299998 ], [ 120.0741362, 30.1296073 ], [ 120.074172, 30.1293399 ], [ 120.0742604, 30.1291778 ], [ 120.0743533, 30.1290711 ], [ 120.0748973, 30.1285348 ], [ 120.0751091, 30.1283161 ], [ 120.0754309, 30.1279866 ], [ 120.0758023, 30.1276137 ], [ 120.0761436, 30.1272676 ], [ 120.0763239, 30.1270548 ], [ 120.0764333, 30.126881 ], [ 120.0764645, 30.1267647 ], [ 120.0764842, 30.1266429 ], [ 120.0764918, 30.1264867 ], [ 120.0764742, 30.126191 ], [ 120.0764585, 30.1261071 ], [ 120.0764329, 30.1260139 ], [ 120.0763999, 30.1259391 ], [ 120.0762236, 30.1256938 ], [ 120.0760671, 30.1255403 ], [ 120.0757783, 30.1253895 ], [ 120.0752775, 30.1252167 ], [ 120.0748961, 30.125101 ], [ 120.0746133, 30.1250484 ], [ 120.0743359, 30.1250021 ], [ 120.0740215, 30.1249935 ], [ 120.0736758, 30.1249995 ], [ 120.0733406, 30.1249909 ], [ 120.0730534, 30.1249784 ], [ 120.0729758, 30.124975 ], [ 120.0726279, 30.1249412 ], [ 120.0720701, 30.1247973 ], [ 120.0703411, 30.1242816 ], [ 120.0700928, 30.1241788 ], [ 120.0698591, 30.1240417 ], [ 120.0695402, 30.1238498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0798225, 30.1250932 ], [ 120.0820388, 30.1249163 ], [ 120.0834963, 30.1247978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0834963, 30.1247978 ], [ 120.0820388, 30.1249163 ], [ 120.0798225, 30.1250932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763572, 30.1248152 ], [ 120.0768904, 30.1249247 ], [ 120.0773833, 30.1250224 ], [ 120.0778096, 30.1250839 ], [ 120.0782183, 30.1251078 ], [ 120.0787759, 30.1251013 ], [ 120.0791723, 30.1250771 ], [ 120.0794458, 30.1250505 ], [ 120.0796512, 30.1250412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0796512, 30.1250412 ], [ 120.0798225, 30.1250932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0796772, 30.1251717 ], [ 120.0796512, 30.1250412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0798225, 30.1250932 ], [ 120.0796772, 30.1251717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809587, 30.1286903 ], [ 120.080506, 30.1275069 ], [ 120.0802149, 30.1267432 ], [ 120.0800532, 30.126308 ], [ 120.0799389, 30.1260116 ], [ 120.0798492, 30.1258153 ], [ 120.0797424, 30.1254908 ], [ 120.0796772, 30.1251717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0798225, 30.1250932 ], [ 120.0798656, 30.1253228 ], [ 120.0799332, 30.1255585 ], [ 120.0804252, 30.1269375 ], [ 120.0807162, 30.1276975 ], [ 120.0810747, 30.1286446 ], [ 120.0817731, 30.1305116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲤鱼山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809587, 30.1286903 ], [ 120.080701, 30.1287686 ], [ 120.0804545, 30.1288431 ], [ 120.0791762, 30.1292252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲤鱼山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0791762, 30.1292252 ], [ 120.0804545, 30.1288431 ], [ 120.080701, 30.1287686 ], [ 120.0809587, 30.1286903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0695402, 30.1238498 ], [ 120.0698591, 30.1240417 ], [ 120.0700928, 30.1241788 ], [ 120.0703411, 30.1242816 ], [ 120.0720701, 30.1247973 ], [ 120.0726279, 30.1249412 ], [ 120.0729758, 30.124975 ], [ 120.0730534, 30.1249784 ], [ 120.0733406, 30.1249909 ], [ 120.0736758, 30.1249995 ], [ 120.0740215, 30.1249935 ], [ 120.0743359, 30.1250021 ], [ 120.0746133, 30.1250484 ], [ 120.0748961, 30.125101 ], [ 120.0752775, 30.1252167 ], [ 120.0757783, 30.1253895 ], [ 120.0760671, 30.1255403 ], [ 120.0762236, 30.1256938 ], [ 120.0763999, 30.1259391 ], [ 120.0764329, 30.1260139 ], [ 120.0764585, 30.1261071 ], [ 120.0764742, 30.126191 ], [ 120.0764918, 30.1264867 ], [ 120.0764842, 30.1266429 ], [ 120.0764645, 30.1267647 ], [ 120.0764333, 30.126881 ], [ 120.0763239, 30.1270548 ], [ 120.0761436, 30.1272676 ], [ 120.0758023, 30.1276137 ], [ 120.0754309, 30.1279866 ], [ 120.0751091, 30.1283161 ], [ 120.0748973, 30.1285348 ], [ 120.0743533, 30.1290711 ], [ 120.0742604, 30.1291778 ], [ 120.074172, 30.1293399 ], [ 120.0741362, 30.1296073 ], [ 120.0741364, 30.1299998 ], [ 120.0741512, 30.1303753 ], [ 120.0741532, 30.1306262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0740273, 30.133481 ], [ 120.0740709, 30.1322407 ], [ 120.0740756, 30.130967 ], [ 120.0741532, 30.1306262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741532, 30.1306262 ], [ 120.0741923, 30.1309652 ], [ 120.074202, 30.1324168 ], [ 120.0741897, 30.1334814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.070045, 30.1333546 ], [ 120.0700221, 30.1330386 ], [ 120.0699653, 30.1322531 ], [ 120.0699341, 30.1318219 ], [ 120.0700495, 30.1315778 ], [ 120.0700998, 30.131428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0700998, 30.131428 ], [ 120.0700495, 30.1315778 ], [ 120.0699341, 30.1318219 ], [ 120.0699653, 30.1322531 ], [ 120.0700221, 30.1330386 ], [ 120.070045, 30.1333546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0740273, 30.133481 ], [ 120.0741897, 30.1334814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741897, 30.1334814 ], [ 120.0740273, 30.133481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741897, 30.1334814 ], [ 120.0741554, 30.1336572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.074021, 30.1336593 ], [ 120.0740273, 30.133481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741554, 30.1336572 ], [ 120.0741547, 30.1337674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲤鱼山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0776729, 30.12966 ], [ 120.0791762, 30.1292252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲤鱼山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0791762, 30.1292252 ], [ 120.0776729, 30.12966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0816672, 30.1305393 ], [ 120.0809587, 30.1286903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲤鱼山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0776729, 30.12966 ], [ 120.0764443, 30.129998 ], [ 120.075223, 30.130334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲤鱼山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.075223, 30.130334 ], [ 120.0764443, 30.129998 ], [ 120.0776729, 30.12966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0791762, 30.1292252 ], [ 120.0793545, 30.1297774 ], [ 120.0794802, 30.1301035 ], [ 120.0799332, 30.1312793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0799332, 30.1312793 ], [ 120.0794802, 30.1301035 ], [ 120.0793545, 30.1297774 ], [ 120.0791762, 30.1292252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914673, 30.1307847 ], [ 120.0897831, 30.1309037 ], [ 120.0892951, 30.1309382 ], [ 120.0886065, 30.1309869 ], [ 120.0874165, 30.1310607 ], [ 120.0871904, 30.131046 ], [ 120.086911, 30.1310046 ], [ 120.0865771, 30.130894 ], [ 120.0853091, 30.1302685 ], [ 120.0845434, 30.1299324 ], [ 120.084293, 30.129882 ], [ 120.0841552, 30.1298943 ], [ 120.0840024, 30.1299079 ], [ 120.0837585, 30.1299461 ], [ 120.0836688, 30.1299602 ], [ 120.0833768, 30.1300451 ], [ 120.0817731, 30.1305116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817731, 30.1305116 ], [ 120.0833768, 30.1300451 ], [ 120.0836688, 30.1299602 ], [ 120.0837585, 30.1299461 ], [ 120.0840024, 30.1299079 ], [ 120.0841552, 30.1298943 ], [ 120.084293, 30.129882 ], [ 120.0845434, 30.1299324 ], [ 120.0853091, 30.1302685 ], [ 120.0865771, 30.130894 ], [ 120.086911, 30.1310046 ], [ 120.0871904, 30.131046 ], [ 120.0874165, 30.1310607 ], [ 120.0886065, 30.1309869 ], [ 120.0892951, 30.1309382 ], [ 120.0897831, 30.1309037 ], [ 120.0914673, 30.1307847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲤鱼山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741532, 30.1306262 ], [ 120.075223, 30.130334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲤鱼山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.075223, 30.130334 ], [ 120.0741532, 30.1306262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817731, 30.1305116 ], [ 120.0816672, 30.1305393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0816672, 30.1305393 ], [ 120.0817731, 30.1305116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0799332, 30.1312793 ], [ 120.0804216, 30.1309458 ], [ 120.080623, 30.1308517 ], [ 120.080825, 30.130769 ], [ 120.0811056, 30.1306806 ], [ 120.0814132, 30.1305947 ], [ 120.0816672, 30.1305393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0816672, 30.1305393 ], [ 120.0814132, 30.1305947 ], [ 120.0811056, 30.1306806 ], [ 120.080825, 30.130769 ], [ 120.080623, 30.1308517 ], [ 120.0804216, 30.1309458 ], [ 120.0799332, 30.1312793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0776729, 30.12966 ], [ 120.0779872, 30.1304991 ], [ 120.0786433, 30.1322503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0786433, 30.1322503 ], [ 120.0779872, 30.1304991 ], [ 120.0776729, 30.12966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0757988, 30.1330366 ], [ 120.075602, 30.1321024 ], [ 120.0755175, 30.1317082 ], [ 120.075223, 30.130334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.075223, 30.130334 ], [ 120.0755175, 30.1317082 ], [ 120.075602, 30.1321024 ], [ 120.0757988, 30.1330366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0786433, 30.1322503 ], [ 120.0792304, 30.131952 ], [ 120.0799332, 30.1312793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0799332, 30.1312793 ], [ 120.0792304, 30.131952 ], [ 120.0786433, 30.1322503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0828356, 30.1336974 ], [ 120.0825362, 30.1328962 ], [ 120.0823601, 30.1324186 ], [ 120.0816672, 30.1305393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0757988, 30.1330366 ], [ 120.0766216, 30.1328092 ], [ 120.0786433, 30.1322503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0786433, 30.1322503 ], [ 120.0766216, 30.1328092 ], [ 120.0757988, 30.1330366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809635, 30.1341759 ], [ 120.0803625, 30.1324281 ], [ 120.0803443, 30.1323707 ], [ 120.0803025, 30.1322576 ], [ 120.0802307, 30.1320545 ], [ 120.0802012, 30.131976 ], [ 120.0800935, 30.1316774 ], [ 120.0799332, 30.1312793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0799332, 30.1312793 ], [ 120.0800935, 30.1316774 ], [ 120.0802012, 30.131976 ], [ 120.0802307, 30.1320545 ], [ 120.0803025, 30.1322576 ], [ 120.0803443, 30.1323707 ], [ 120.0803625, 30.1324281 ], [ 120.0809635, 30.1341759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817731, 30.1305116 ], [ 120.0823781, 30.1321534 ], [ 120.0826429, 30.132872 ], [ 120.0829448, 30.133652 ], [ 120.0836223, 30.1354587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741897, 30.1334814 ], [ 120.0757988, 30.1330366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0757988, 30.1330366 ], [ 120.0741897, 30.1334814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0786433, 30.1322503 ], [ 120.0786961, 30.1324051 ], [ 120.0787225, 30.1324826 ], [ 120.0788588, 30.1328826 ], [ 120.0789357, 30.1331081 ], [ 120.0789482, 30.1331448 ], [ 120.0790162, 30.1333443 ], [ 120.0790694, 30.1335003 ], [ 120.0791577, 30.1337592 ], [ 120.0793158, 30.1342229 ], [ 120.0794414, 30.1345915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0794414, 30.1345915 ], [ 120.0793158, 30.1342229 ], [ 120.0791577, 30.1337592 ], [ 120.0790694, 30.1335003 ], [ 120.0790162, 30.1333443 ], [ 120.0789482, 30.1331448 ], [ 120.0789357, 30.1331081 ], [ 120.0788588, 30.1328826 ], [ 120.0787225, 30.1324826 ], [ 120.0786961, 30.1324051 ], [ 120.0786433, 30.1322503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809635, 30.1341759 ], [ 120.0822978, 30.1338329 ], [ 120.0825876, 30.1337584 ], [ 120.0828356, 30.1336974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0828356, 30.1336974 ], [ 120.0825876, 30.1337584 ], [ 120.0822978, 30.1338329 ], [ 120.0809635, 30.1341759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0757988, 30.1330366 ], [ 120.0758727, 30.1332498 ], [ 120.076233, 30.1342907 ], [ 120.076341, 30.1346029 ], [ 120.0764537, 30.1349273 ], [ 120.0766112, 30.1353807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0766112, 30.1353807 ], [ 120.0764537, 30.1349273 ], [ 120.076341, 30.1346029 ], [ 120.076233, 30.1342907 ], [ 120.0758727, 30.1332498 ], [ 120.0757988, 30.1330366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0794414, 30.1345915 ], [ 120.0800834, 30.1344162 ], [ 120.0809635, 30.1341759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809635, 30.1341759 ], [ 120.0800834, 30.1344162 ], [ 120.0794414, 30.1345915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0835077, 30.1354901 ], [ 120.0833127, 30.1349701 ], [ 120.0828356, 30.1336974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0794414, 30.1345915 ], [ 120.0784288, 30.1348739 ], [ 120.0780557, 30.1349779 ], [ 120.0775015, 30.1351324 ], [ 120.077321, 30.1351828 ], [ 120.0766112, 30.1353807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0766112, 30.1353807 ], [ 120.077321, 30.1351828 ], [ 120.0775015, 30.1351324 ], [ 120.0780557, 30.1349779 ], [ 120.0784288, 30.1348739 ], [ 120.0794414, 30.1345915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741547, 30.1337674 ], [ 120.0741554, 30.1336572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0740173, 30.1337827 ], [ 120.0740198, 30.1337001 ], [ 120.074021, 30.1336593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.074021, 30.1336593 ], [ 120.0740198, 30.1337001 ], [ 120.0740173, 30.1337827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.070045, 30.1333546 ], [ 120.0699648, 30.134038 ], [ 120.0699622, 30.1340929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0699622, 30.1340929 ], [ 120.0699648, 30.134038 ], [ 120.070045, 30.1333546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0698119, 30.1350543 ], [ 120.0699622, 30.1340929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0699622, 30.1340929 ], [ 120.0698119, 30.1350543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741547, 30.1337674 ], [ 120.0739866, 30.1355227 ], [ 120.0739391, 30.1360124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738131, 30.1360473 ], [ 120.0738417, 30.135849 ], [ 120.0739037, 30.1350308 ], [ 120.0740109, 30.1339919 ], [ 120.0740173, 30.1337827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0698119, 30.1350543 ], [ 120.0698023, 30.1352872 ], [ 120.0698696, 30.1354473 ], [ 120.0699958, 30.1355855 ], [ 120.070122, 30.1357092 ], [ 120.0702819, 30.1358256 ], [ 120.0704333, 30.1358911 ], [ 120.0705931, 30.1359275 ], [ 120.0707866, 30.1359493 ], [ 120.0710124, 30.1359576 ], [ 120.0712446, 30.135966 ], [ 120.0714311, 30.1359728 ], [ 120.0720747, 30.1359964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809635, 30.1341759 ], [ 120.0816628, 30.1361578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0816628, 30.1361578 ], [ 120.0809635, 30.1341759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0835077, 30.1354901 ], [ 120.0836223, 30.1354587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0836223, 30.1354587 ], [ 120.0836761, 30.1355543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0835608, 30.1355901 ], [ 120.0835077, 30.1354901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0836761, 30.1355543 ], [ 120.0835608, 30.1355901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0794414, 30.1345915 ], [ 120.079754, 30.1355086 ], [ 120.0799488, 30.13608 ], [ 120.080179, 30.1367553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.080179, 30.1367553 ], [ 120.0799488, 30.13608 ], [ 120.079754, 30.1355086 ], [ 120.0794414, 30.1345915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0766112, 30.1353807 ], [ 120.0760309, 30.1355244 ], [ 120.0758166, 30.1355775 ], [ 120.0755225, 30.1356503 ], [ 120.0749615, 30.1357867 ], [ 120.0739391, 30.1360124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739391, 30.1360124 ], [ 120.0749615, 30.1357867 ], [ 120.0755225, 30.1356503 ], [ 120.0758166, 30.1355775 ], [ 120.0760309, 30.1355244 ], [ 120.0766112, 30.1353807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0816628, 30.1361578 ], [ 120.0830107, 30.13567 ], [ 120.0832906, 30.1355687 ], [ 120.0835077, 30.1354901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0835608, 30.1355901 ], [ 120.083325, 30.1356663 ], [ 120.0830457, 30.1357694 ], [ 120.0817162, 30.1362603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0816628, 30.1361578 ], [ 120.0817162, 30.1362603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817162, 30.1362603 ], [ 120.0816628, 30.1361578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.080179, 30.1367553 ], [ 120.0816628, 30.1361578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817162, 30.1362603 ], [ 120.0801911, 30.1368507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0766112, 30.1353807 ], [ 120.0769286, 30.1363437 ], [ 120.0771663, 30.1370622 ], [ 120.0773397, 30.1375863 ], [ 120.0773788, 30.1377349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0773788, 30.1377349 ], [ 120.0773397, 30.1375863 ], [ 120.0771663, 30.1370622 ], [ 120.0769286, 30.1363437 ], [ 120.0766112, 30.1353807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0836761, 30.1355543 ], [ 120.0838292, 30.1360214 ], [ 120.0839972, 30.1365338 ], [ 120.0840195, 30.1366001 ], [ 120.0841666, 30.137038 ], [ 120.0844639, 30.1379224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.080179, 30.1367553 ], [ 120.0801911, 30.1368507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720747, 30.1359964 ], [ 120.0714311, 30.1359728 ], [ 120.0712446, 30.135966 ], [ 120.0710124, 30.1359576 ], [ 120.0707866, 30.1359493 ], [ 120.0705931, 30.1359275 ], [ 120.0704333, 30.1358911 ], [ 120.0702819, 30.1358256 ], [ 120.070122, 30.1357092 ], [ 120.0699958, 30.1355855 ], [ 120.0698696, 30.1354473 ], [ 120.0698023, 30.1352872 ], [ 120.0698119, 30.1350543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云艺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0657334, 30.1356155 ], [ 120.0661338, 30.1358655 ], [ 120.0662737, 30.1359516 ], [ 120.0665492, 30.1360653 ], [ 120.0667031, 30.1360361 ], [ 120.0668723, 30.1359056 ], [ 120.0674009, 30.1357783 ], [ 120.0686868, 30.1357263 ], [ 120.0691247, 30.1354811 ], [ 120.0696348, 30.1351731 ], [ 120.0698119, 30.1350543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云艺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0698119, 30.1350543 ], [ 120.0696348, 30.1351731 ], [ 120.0691247, 30.1354811 ], [ 120.0686868, 30.1357263 ], [ 120.0674009, 30.1357783 ], [ 120.0668723, 30.1359056 ], [ 120.0667031, 30.1360361 ], [ 120.0665492, 30.1360653 ], [ 120.0662737, 30.1359516 ], [ 120.0661338, 30.1358655 ], [ 120.0657334, 30.1356155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720747, 30.1359964 ], [ 120.0734791, 30.1360512 ], [ 120.0737731, 30.1360584 ], [ 120.0738131, 30.1360473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石龙山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738131, 30.1360473 ], [ 120.0737731, 30.1360584 ], [ 120.0734791, 30.1360512 ], [ 120.0720747, 30.1359964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738131, 30.1360473 ], [ 120.0739391, 30.1360124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739391, 30.1360124 ], [ 120.0738131, 30.1360473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739391, 30.1360124 ], [ 120.0738474, 30.1366628 ], [ 120.07385, 30.13708 ], [ 120.0738501, 30.1373494 ], [ 120.0738501, 30.1375187 ], [ 120.0739053, 30.1381348 ], [ 120.0739288, 30.138375 ], [ 120.0739621, 30.138605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738687, 30.1386452 ], [ 120.0738312, 30.1383117 ], [ 120.0738224, 30.138179 ], [ 120.0738053, 30.1379214 ], [ 120.0738045, 30.1379094 ], [ 120.0737882, 30.1376627 ], [ 120.0737517, 30.1368223 ], [ 120.0737606, 30.1364106 ], [ 120.0738131, 30.1360473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "象山支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07225, 30.1390068 ], [ 120.0721172, 30.1385121 ], [ 120.0720368, 30.1381038 ], [ 120.0720457, 30.137609 ], [ 120.0720593, 30.1368517 ], [ 120.0720747, 30.1359964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0801911, 30.1368507 ], [ 120.080179, 30.1367553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0773788, 30.1377349 ], [ 120.0780332, 30.1374982 ], [ 120.0787894, 30.1372217 ], [ 120.080179, 30.1367553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0801911, 30.1368507 ], [ 120.0788313, 30.1373087 ], [ 120.0780572, 30.1375922 ], [ 120.0774097, 30.1378329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817162, 30.1362603 ], [ 120.0824743, 30.1384535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0824743, 30.1384535 ], [ 120.0817162, 30.1362603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青蓝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0859914, 30.1375569 ], [ 120.0844639, 30.1379224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青蓝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0844639, 30.1379224 ], [ 120.0859914, 30.1375569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0774097, 30.1378329 ], [ 120.0773788, 30.1377349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0773788, 30.1377349 ], [ 120.0774097, 30.1378329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0808945, 30.1388457 ], [ 120.0801911, 30.1368507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0801911, 30.1368507 ], [ 120.0808945, 30.1388457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739621, 30.138605 ], [ 120.0758815, 30.1381234 ], [ 120.0773788, 30.1377349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0774097, 30.1378329 ], [ 120.0768743, 30.1379576 ], [ 120.076363, 30.138094 ], [ 120.0758041, 30.138243 ], [ 120.0739723, 30.1386854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0834215, 30.1381925 ], [ 120.0824743, 30.1384535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0824743, 30.1384535 ], [ 120.0834215, 30.1381925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0865759, 30.139263 ], [ 120.0859914, 30.1375569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0859914, 30.1375569 ], [ 120.0865759, 30.139263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0854648, 30.141239 ], [ 120.0848974, 30.1396132 ], [ 120.0847695, 30.1392234 ], [ 120.0843503, 30.137946 ], [ 120.0838586, 30.13646 ], [ 120.0835608, 30.1355901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0824743, 30.1384535 ], [ 120.0808945, 30.1388457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0808945, 30.1388457 ], [ 120.0824743, 30.1384535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "象山支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720747, 30.1359964 ], [ 120.0720593, 30.1368517 ], [ 120.0720457, 30.137609 ], [ 120.0720368, 30.1381038 ], [ 120.0721172, 30.1385121 ], [ 120.07225, 30.1390068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738687, 30.1386452 ], [ 120.0739621, 30.138605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739621, 30.138605 ], [ 120.0739723, 30.1386854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738756, 30.138712 ], [ 120.0738687, 30.1386452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0737349, 30.1387148 ], [ 120.0738687, 30.1386452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739723, 30.1386854 ], [ 120.0738756, 30.138712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738756, 30.138712 ], [ 120.0737349, 30.1387148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0737349, 30.1387148 ], [ 120.0728517, 30.1388885 ], [ 120.0725272, 30.1389523 ], [ 120.07225, 30.1390068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07225, 30.1390068 ], [ 120.0725272, 30.1389523 ], [ 120.0728517, 30.1388885 ], [ 120.0737349, 30.1387148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739723, 30.1386854 ], [ 120.0740473, 30.139179 ], [ 120.0740555, 30.1392332 ], [ 120.0740711, 30.1393474 ], [ 120.0741138, 30.1396592 ], [ 120.0741225, 30.1397479 ], [ 120.0741616, 30.1401476 ], [ 120.0743261, 30.1416416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0836223, 30.1354587 ], [ 120.0848622, 30.1351277 ], [ 120.0851604, 30.1350404 ], [ 120.0852867, 30.1350034 ], [ 120.0855713, 30.1349201 ], [ 120.0858903, 30.1348407 ], [ 120.0862546, 30.1347864 ], [ 120.0865471, 30.1347321 ], [ 120.0868994, 30.1346307 ], [ 120.0871988, 30.1344906 ], [ 120.0875934, 30.134254 ], [ 120.0878956, 30.1340578 ], [ 120.0882708, 30.133754 ], [ 120.088584, 30.1335431 ], [ 120.0888591, 30.1333859 ], [ 120.0891894, 30.1332335 ], [ 120.0895881, 30.133111 ], [ 120.0900115, 30.1330286 ], [ 120.0904713, 30.1329917 ], [ 120.091254, 30.1329553 ], [ 120.091674, 30.1329296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0916711, 30.133043 ], [ 120.0904108, 30.1331018 ], [ 120.0902748, 30.1331082 ], [ 120.0899353, 30.1331448 ], [ 120.0896362, 30.1332116 ], [ 120.0893607, 30.133285 ], [ 120.0891266, 30.1333655 ], [ 120.0888523, 30.1334935 ], [ 120.0885781, 30.1336715 ], [ 120.087859, 30.1342048 ], [ 120.087566, 30.1343959 ], [ 120.0872922, 30.1345664 ], [ 120.0869979, 30.1347012 ], [ 120.0867139, 30.1347937 ], [ 120.0863432, 30.1348837 ], [ 120.0860815, 30.1349163 ], [ 120.0858363, 30.1349702 ], [ 120.0853307, 30.1351136 ], [ 120.0846042, 30.1353196 ], [ 120.0836761, 30.1355543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971905, 30.1338628 ], [ 120.0995029, 30.1351923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青蓝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0859914, 30.1375569 ], [ 120.0872234, 30.1372595 ], [ 120.0877599, 30.137227 ], [ 120.08796, 30.1372607 ], [ 120.0881461, 30.137292 ], [ 120.0885753, 30.1373987 ], [ 120.0886343, 30.1376353 ], [ 120.0886587, 30.137964 ], [ 120.0885392, 30.1382745 ], [ 120.0882595, 30.139001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青蓝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0882595, 30.139001 ], [ 120.0885392, 30.1382745 ], [ 120.0886587, 30.137964 ], [ 120.0886343, 30.1376353 ], [ 120.0885753, 30.1373987 ], [ 120.0881461, 30.137292 ], [ 120.08796, 30.1372607 ], [ 120.0877599, 30.137227 ], [ 120.0872234, 30.1372595 ], [ 120.0859914, 30.1375569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0882595, 30.139001 ], [ 120.0879369, 30.1389621 ], [ 120.0865759, 30.139263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0865759, 30.139263 ], [ 120.0879369, 30.1389621 ], [ 120.0882595, 30.139001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0856002, 30.141193 ], [ 120.0860659, 30.1426087 ], [ 120.0861211, 30.1427765 ], [ 120.0863294, 30.1433563 ], [ 120.0865711, 30.1437568 ], [ 120.0868002, 30.1441295 ], [ 120.0870624, 30.1444522 ], [ 120.0874518, 30.1448287 ], [ 120.0878152, 30.1451239 ], [ 120.0881883, 30.1453839 ], [ 120.0887212, 30.1456838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888323, 30.1458716 ], [ 120.0885704, 30.1457402 ], [ 120.0883723, 30.1456279 ], [ 120.0881506, 30.1454902 ], [ 120.0877684, 30.1452372 ], [ 120.0874118, 30.1449623 ], [ 120.0870891, 30.1446673 ], [ 120.0867584, 30.1443004 ], [ 120.0864897, 30.1439194 ], [ 120.0862581, 30.1435064 ], [ 120.0861358, 30.1431865 ], [ 120.0859392, 30.1426524 ], [ 120.0854648, 30.141239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0887212, 30.1456838 ], [ 120.0888323, 30.1458716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0844639, 30.1379224 ], [ 120.0848631, 30.1390636 ], [ 120.0850508, 30.1396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814777, 30.1404998 ], [ 120.0809631, 30.1403631 ], [ 120.0800083, 30.139774 ], [ 120.0791178, 30.1395281 ], [ 120.0787101, 30.1392822 ], [ 120.0778625, 30.1384611 ], [ 120.0775514, 30.1380482 ], [ 120.0774097, 30.1378329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0774097, 30.1378329 ], [ 120.0775514, 30.1380482 ], [ 120.0778625, 30.1384611 ], [ 120.0787101, 30.1392822 ], [ 120.0791178, 30.1395281 ], [ 120.0800083, 30.139774 ], [ 120.0809631, 30.1403631 ], [ 120.0814777, 30.1404998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0865759, 30.139263 ], [ 120.0850508, 30.1396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0850508, 30.1396 ], [ 120.0865759, 30.139263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0808945, 30.1388457 ], [ 120.0814777, 30.1404998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814777, 30.1404998 ], [ 120.0808945, 30.1388457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0830746, 30.1409198 ], [ 120.0830606, 30.1402564 ], [ 120.0827495, 30.1392497 ], [ 120.0824743, 30.1384535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0824743, 30.1384535 ], [ 120.0827495, 30.1392497 ], [ 120.0830606, 30.1402564 ], [ 120.0830746, 30.1409198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青蓝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0882595, 30.139001 ], [ 120.0881929, 30.1391742 ], [ 120.088012, 30.1396441 ], [ 120.087776, 30.1401544 ], [ 120.0872878, 30.1406461 ], [ 120.0867328, 30.1409191 ], [ 120.0856002, 30.141193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0742586, 30.1416493 ], [ 120.0740911, 30.1401694 ], [ 120.0740094, 30.1395924 ], [ 120.0739637, 30.1392918 ], [ 120.0739513, 30.1392104 ], [ 120.0738756, 30.138712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07225, 30.1390068 ], [ 120.0721805, 30.1390219 ], [ 120.0703558, 30.1394177 ], [ 120.0699435, 30.1395071 ], [ 120.06945, 30.139739 ], [ 120.0690361, 30.1400397 ], [ 120.0689642, 30.1400919 ], [ 120.0689136, 30.1401287 ], [ 120.0685273, 30.140537 ], [ 120.0682055, 30.1411493 ], [ 120.0680563, 30.1415831 ], [ 120.0680543, 30.1420459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680543, 30.1420459 ], [ 120.0680563, 30.1415831 ], [ 120.0682055, 30.1411493 ], [ 120.0685273, 30.140537 ], [ 120.0689136, 30.1401287 ], [ 120.0689642, 30.1400919 ], [ 120.0690361, 30.1400397 ], [ 120.06945, 30.139739 ], [ 120.0699435, 30.1395071 ], [ 120.0703558, 30.1394177 ], [ 120.0721805, 30.1390219 ], [ 120.07225, 30.1390068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0743261, 30.1416416 ], [ 120.0742586, 30.1416493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0742586, 30.1416493 ], [ 120.0743261, 30.1416416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0742586, 30.1416493 ], [ 120.0732805, 30.1416951 ], [ 120.0725131, 30.1417427 ], [ 120.071674, 30.1417961 ], [ 120.0680543, 30.1420459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680543, 30.1420459 ], [ 120.071674, 30.1417961 ], [ 120.0725131, 30.1417427 ], [ 120.0732805, 30.1416951 ], [ 120.0742586, 30.1416493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680543, 30.1420459 ], [ 120.0669488, 30.1421078 ], [ 120.0652309, 30.1422039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0652309, 30.1422039 ], [ 120.0669488, 30.1421078 ], [ 120.0680543, 30.1420459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0743261, 30.1416416 ], [ 120.074608, 30.1437269 ], [ 120.0747751, 30.1449628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青蓝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0856002, 30.141193 ], [ 120.0867328, 30.1409191 ], [ 120.0872878, 30.1406461 ], [ 120.087776, 30.1401544 ], [ 120.088012, 30.1396441 ], [ 120.0881929, 30.1391742 ], [ 120.0882595, 30.139001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0850508, 30.1396 ], [ 120.0856002, 30.141193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814777, 30.1404998 ], [ 120.0825242, 30.1406415 ], [ 120.0830746, 30.1409198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0830746, 30.1409198 ], [ 120.0825242, 30.1406415 ], [ 120.0814777, 30.1404998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0856002, 30.141193 ], [ 120.0854648, 30.141239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0854648, 30.141239 ], [ 120.0856002, 30.141193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0830746, 30.1409198 ], [ 120.0831479, 30.1410084 ], [ 120.0832391, 30.141131 ], [ 120.0835575, 30.1413889 ], [ 120.0839394, 30.1415137 ], [ 120.0845079, 30.1415101 ], [ 120.0850254, 30.1413635 ], [ 120.0853126, 30.1412821 ], [ 120.0854648, 30.141239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云梦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0854648, 30.141239 ], [ 120.0853126, 30.1412821 ], [ 120.0850254, 30.1413635 ], [ 120.0845079, 30.1415101 ], [ 120.0839394, 30.1415137 ], [ 120.0835575, 30.1413889 ], [ 120.0832391, 30.141131 ], [ 120.0831479, 30.1410084 ], [ 120.0830746, 30.1409198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0746863, 30.1449607 ], [ 120.0747751, 30.1449628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0747751, 30.1449628 ], [ 120.0746863, 30.1449607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0746863, 30.1449607 ], [ 120.074634, 30.1445208 ], [ 120.0742586, 30.1416493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068316, 30.14481 ], [ 120.0681908, 30.1438548 ], [ 120.068169, 30.1435662 ], [ 120.0680543, 30.1420459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680543, 30.1420459 ], [ 120.068169, 30.1435662 ], [ 120.0681908, 30.1438548 ], [ 120.068316, 30.14481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718697, 30.1432944 ], [ 120.0720923, 30.145077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720923, 30.145077 ], [ 120.0718697, 30.1432944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720923, 30.145077 ], [ 120.0714262, 30.1450298 ], [ 120.0707901, 30.144923 ], [ 120.0703498, 30.1448568 ], [ 120.0699071, 30.1447903 ], [ 120.0690488, 30.1446724 ], [ 120.068316, 30.14481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068316, 30.14481 ], [ 120.0690488, 30.1446724 ], [ 120.0699071, 30.1447903 ], [ 120.0703498, 30.1448568 ], [ 120.0707901, 30.144923 ], [ 120.0714262, 30.1450298 ], [ 120.0720923, 30.145077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0746863, 30.1449607 ], [ 120.073888, 30.1449721 ], [ 120.0732442, 30.1450092 ], [ 120.0729859, 30.1450244 ], [ 120.0728511, 30.1450323 ], [ 120.0720923, 30.145077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720923, 30.145077 ], [ 120.0728511, 30.1450323 ], [ 120.0729859, 30.1450244 ], [ 120.0732442, 30.1450092 ], [ 120.073888, 30.1449721 ], [ 120.0746863, 30.1449607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068316, 30.14481 ], [ 120.0674545, 30.1450021 ], [ 120.0671652, 30.1450666 ], [ 120.0669945, 30.1451088 ], [ 120.0664175, 30.1452515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0652309, 30.1422039 ], [ 120.0652657, 30.1423046 ], [ 120.0659578, 30.1440902 ], [ 120.0661658, 30.1446268 ], [ 120.0664175, 30.1452515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664175, 30.1452515 ], [ 120.0656586, 30.1454391 ], [ 120.0646431, 30.1457156 ], [ 120.0645786, 30.145731 ], [ 120.0642019, 30.145787 ], [ 120.0634583, 30.1457847 ], [ 120.0626056, 30.1457824 ], [ 120.0620524, 30.1458331 ], [ 120.0614212, 30.1460324 ], [ 120.0612605, 30.1460831 ], [ 120.0605564, 30.1464098 ], [ 120.0600591, 30.1466406 ], [ 120.0599414, 30.1466952 ], [ 120.0594079, 30.1469097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594079, 30.1469097 ], [ 120.0599414, 30.1466952 ], [ 120.0600591, 30.1466406 ], [ 120.0605564, 30.1464098 ], [ 120.0612605, 30.1460831 ], [ 120.0614212, 30.1460324 ], [ 120.0620524, 30.1458331 ], [ 120.0626056, 30.1457824 ], [ 120.0634583, 30.1457847 ], [ 120.0642019, 30.145787 ], [ 120.0645786, 30.145731 ], [ 120.0646431, 30.1457156 ], [ 120.0656586, 30.1454391 ], [ 120.0664175, 30.1452515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594079, 30.1469097 ], [ 120.0592419, 30.1465934 ], [ 120.0590905, 30.1465103 ], [ 120.0590059, 30.1464639 ], [ 120.0588297, 30.1464037 ], [ 120.0585823, 30.1463756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0585823, 30.1463756 ], [ 120.0588297, 30.1464037 ], [ 120.0590059, 30.1464639 ], [ 120.0590905, 30.1465103 ], [ 120.0592419, 30.1465934 ], [ 120.0594079, 30.1469097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0601602, 30.1492474 ], [ 120.0598388, 30.1482543 ], [ 120.0595516, 30.1473334 ], [ 120.0594079, 30.1469097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594079, 30.1469097 ], [ 120.0595516, 30.1473334 ], [ 120.0598388, 30.1482543 ], [ 120.0601602, 30.1492474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649408, 30.1489054 ], [ 120.0653694, 30.1489275 ], [ 120.0658519, 30.1489461 ], [ 120.0663858, 30.1489141 ], [ 120.0669013, 30.1488741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0601602, 30.1492474 ], [ 120.0612972, 30.1491554 ], [ 120.0630356, 30.1490293 ], [ 120.0646667, 30.1488973 ], [ 120.0649408, 30.1489054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649408, 30.1489054 ], [ 120.0649802, 30.1492547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602738, 30.0929575 ], [ 120.0600322, 30.0931604 ], [ 120.0583897, 30.0945968 ], [ 120.0583038, 30.0946615 ], [ 120.0573916, 30.0953488 ], [ 120.0563402, 30.0958501 ], [ 120.0548628, 30.0961818 ], [ 120.0538106, 30.0963888 ], [ 120.0532791, 30.0964856 ], [ 120.0528354, 30.0965398 ], [ 120.0518742, 30.0965785 ], [ 120.0504509, 30.0966305 ], [ 120.0498083, 30.0965982 ], [ 120.0491888, 30.096502 ], [ 120.0485999, 30.0963619 ], [ 120.0480311, 30.0961432 ], [ 120.0474624, 30.0958494 ], [ 120.0468792, 30.0954746 ], [ 120.0457746, 30.0943932 ], [ 120.0448825, 30.0935142 ], [ 120.0446799, 30.0934038 ], [ 120.0444526, 30.0933253 ], [ 120.0442446, 30.0932537 ], [ 120.0440287, 30.0930892 ], [ 120.043002291940866, 30.092024507974301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.043002291940866, 30.092024507974301 ], [ 120.0440287, 30.0930892 ], [ 120.0442446, 30.0932537 ], [ 120.0444526, 30.0933253 ], [ 120.0446799, 30.0934038 ], [ 120.0448825, 30.0935142 ], [ 120.0457746, 30.0943932 ], [ 120.0468792, 30.0954746 ], [ 120.0474624, 30.0958494 ], [ 120.0480311, 30.0961432 ], [ 120.0485999, 30.0963619 ], [ 120.0491888, 30.096502 ], [ 120.0498083, 30.0965982 ], [ 120.0504509, 30.0966305 ], [ 120.0518742, 30.0965785 ], [ 120.0528354, 30.0965398 ], [ 120.0532791, 30.0964856 ], [ 120.0538106, 30.0963888 ], [ 120.0548628, 30.0961818 ], [ 120.0563402, 30.0958501 ], [ 120.0573916, 30.0953488 ], [ 120.0583038, 30.0946615 ], [ 120.0583897, 30.0945968 ], [ 120.0600322, 30.0931604 ], [ 120.0602738, 30.0929575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665585, 30.1045468 ], [ 120.0664176, 30.1043035 ], [ 120.0661912, 30.1040188 ], [ 120.0659078, 30.1037141 ], [ 120.0655508, 30.1034068 ], [ 120.0651186, 30.1031219 ], [ 120.0645366, 30.1028487 ], [ 120.0637435, 30.1025939 ], [ 120.0620323, 30.1021236 ], [ 120.056964, 30.1007012 ], [ 120.0564501, 30.1005291 ], [ 120.0559963, 30.1003662 ], [ 120.0555703, 30.1001979 ], [ 120.0549899, 30.0999379 ], [ 120.0534026, 30.0992011 ], [ 120.0498462, 30.0975794 ], [ 120.0463421, 30.0959949 ], [ 120.046071, 30.0958711 ], [ 120.0456335, 30.095655 ], [ 120.0454807, 30.0955696 ], [ 120.045082, 30.0953258 ], [ 120.0447107, 30.0950779 ], [ 120.0444473, 30.0948407 ], [ 120.0442193, 30.0946191 ], [ 120.0438869, 30.0942687 ], [ 120.0425473, 30.092505 ], [ 120.042369554613941, 30.092271842914105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.042502256385333, 30.092219970228172 ], [ 120.0426555, 30.092422 ], [ 120.0434457, 30.093447 ], [ 120.0441096, 30.0943063 ], [ 120.0444802, 30.0946863 ], [ 120.0448321, 30.0949997 ], [ 120.0452565, 30.0952928 ], [ 120.0457679, 30.0955825 ], [ 120.0462215, 30.095792 ], [ 120.046458, 30.0959042 ], [ 120.0499117, 30.097474 ], [ 120.0536453, 30.0991731 ], [ 120.0551438, 30.099857 ], [ 120.0556135, 30.1000645 ], [ 120.0562799, 30.1003351 ], [ 120.0568972, 30.1005502 ], [ 120.0589405, 30.1011334 ], [ 120.0608169, 30.1016432 ], [ 120.0637716, 30.102468 ], [ 120.0645202, 30.1026994 ], [ 120.0650156, 30.1029224 ], [ 120.065466, 30.1031808 ], [ 120.0658719, 30.1034817 ], [ 120.0662804, 30.1038636 ], [ 120.0665121, 30.1041487 ], [ 120.0666864, 30.1044678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680598, 30.1156775 ], [ 120.0678821, 30.1156946 ], [ 120.0677083, 30.1157071 ], [ 120.0664167, 30.1158153 ], [ 120.0631348, 30.1160903 ], [ 120.0604981, 30.1163112 ], [ 120.059341, 30.1164082 ], [ 120.0584512, 30.116476 ], [ 120.0566949, 30.1166241 ], [ 120.0539896, 30.1168521 ], [ 120.0510856, 30.1170741 ], [ 120.0510548, 30.1170765 ], [ 120.0506716, 30.1171827 ], [ 120.0504794, 30.1173508 ], [ 120.0503474, 30.1175541 ], [ 120.0501065, 30.1184103 ], [ 120.0499534, 30.1187904 ], [ 120.0496939, 30.1191368 ], [ 120.0480256, 30.1207376 ], [ 120.0476718, 30.1211603 ], [ 120.0474589, 30.121502 ], [ 120.047359, 30.1217832 ], [ 120.0472627, 30.1221317 ], [ 120.047237, 30.12254 ], [ 120.0471091, 30.1244634 ], [ 120.0470392, 30.125688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0470392, 30.125688 ], [ 120.0471091, 30.1244634 ], [ 120.047237, 30.12254 ], [ 120.0472627, 30.1221317 ], [ 120.047359, 30.1217832 ], [ 120.0474589, 30.121502 ], [ 120.0476718, 30.1211603 ], [ 120.0480256, 30.1207376 ], [ 120.0496939, 30.1191368 ], [ 120.0499534, 30.1187904 ], [ 120.0501065, 30.1184103 ], [ 120.0503474, 30.1175541 ], [ 120.0504794, 30.1173508 ], [ 120.0506716, 30.1171827 ], [ 120.0510548, 30.1170765 ], [ 120.0510856, 30.1170741 ], [ 120.0539896, 30.1168521 ], [ 120.0566949, 30.1166241 ], [ 120.0584512, 30.116476 ], [ 120.059341, 30.1164082 ], [ 120.0604981, 30.1163112 ], [ 120.0631348, 30.1160903 ], [ 120.0664167, 30.1158153 ], [ 120.0677083, 30.1157071 ], [ 120.0678821, 30.1156946 ], [ 120.0680598, 30.1156775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵山线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0695402, 30.1238498 ], [ 120.0693464, 30.1237618 ], [ 120.0691283, 30.1236668 ], [ 120.0687419, 30.1235268 ], [ 120.0683241, 30.1234209 ], [ 120.068119, 30.1233958 ], [ 120.067914, 30.1233953 ], [ 120.0676897, 30.1234179 ], [ 120.0673304, 30.1234981 ], [ 120.0663832, 30.1238451 ], [ 120.065944, 30.1239997 ], [ 120.0656309, 30.1240962 ], [ 120.0655126, 30.1241067 ], [ 120.0653657, 30.1241198 ], [ 120.064313, 30.124156 ], [ 120.0641233, 30.1241585 ], [ 120.0636332, 30.1241651 ], [ 120.0632548, 30.1241032 ], [ 120.0627366, 30.1239472 ], [ 120.0622148, 30.1237895 ], [ 120.0617411, 30.1236948 ], [ 120.061253, 30.1236359 ], [ 120.0607772, 30.1236066 ], [ 120.0602731, 30.1236268 ], [ 120.0597364, 30.1236669 ], [ 120.0591966, 30.123755 ], [ 120.0588335, 30.1238208 ], [ 120.0586782, 30.1238489 ], [ 120.0584544, 30.1238894 ], [ 120.0575043, 30.1241027 ], [ 120.0573868, 30.1241253 ], [ 120.0572606, 30.1241495 ], [ 120.0558752, 30.1244156 ], [ 120.0542811, 30.1246584 ], [ 120.0531978, 30.1248234 ], [ 120.0524887, 30.124905 ], [ 120.0508195, 30.1251532 ], [ 120.0482141, 30.1255339 ], [ 120.0481644, 30.125541 ], [ 120.0472652, 30.1256669 ], [ 120.0470712, 30.1256838 ], [ 120.0470392, 30.125688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0577771, 30.1441323 ], [ 120.0554415, 30.1443632 ], [ 120.054925, 30.1444229 ], [ 120.0546786, 30.1444514 ], [ 120.0541884, 30.1445584 ], [ 120.0535243, 30.144763 ], [ 120.0526068, 30.1450571 ], [ 120.0522291, 30.145126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵凤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0522291, 30.145126 ], [ 120.0526068, 30.1450571 ], [ 120.0535243, 30.144763 ], [ 120.0541884, 30.1445584 ], [ 120.0546786, 30.1444514 ], [ 120.054925, 30.1444229 ], [ 120.0554415, 30.1443632 ], [ 120.0577771, 30.1441323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "新海线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.00898669385613, 30.150644333263468 ], [ 120.0092863, 30.1506106 ], [ 120.0108756, 30.1503007 ], [ 120.011942, 30.1500779 ], [ 120.0128773, 30.1498371 ], [ 120.0130398, 30.1498036 ], [ 120.0138507, 30.1496366 ], [ 120.0146168, 30.1494774 ], [ 120.0154021, 30.1493484 ], [ 120.0182507, 30.148757 ], [ 120.0200065, 30.148402 ], [ 120.0202352, 30.1483558 ], [ 120.0211928, 30.1481671 ], [ 120.0221221, 30.1480235 ], [ 120.0229184, 30.1479374 ], [ 120.0232207, 30.1479271 ], [ 120.0237256, 30.1479324 ], [ 120.02426, 30.1479711 ], [ 120.0252487, 30.1481152 ], [ 120.0258533, 30.1481985 ], [ 120.0268968, 30.1483534 ], [ 120.0271576, 30.1483921 ], [ 120.028635, 30.1485909 ], [ 120.0290331, 30.1486892 ], [ 120.0294327, 30.1487878 ], [ 120.0299053, 30.1488907 ], [ 120.0303028, 30.148948 ], [ 120.0323344, 30.1492412 ], [ 120.0329189, 30.1493226 ], [ 120.0336098, 30.1494186 ], [ 120.0339244, 30.1494762 ], [ 120.0366628, 30.1498726 ], [ 120.0368401, 30.1498994 ], [ 120.0377242, 30.1500269 ], [ 120.0381219, 30.1500842 ], [ 120.0387887, 30.1501799 ], [ 120.0395041, 30.1502875 ], [ 120.0398033, 30.1503207 ], [ 120.040373, 30.1503981 ], [ 120.0408491, 30.1504527 ], [ 120.0416592, 30.15054 ], [ 120.0429731, 30.1505946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0164506, 30.2143175 ], [ 120.0165317, 30.2141005 ], [ 120.0166179, 30.2139017 ], [ 120.0167841, 30.2134671 ], [ 120.0170524, 30.212841 ], [ 120.0171279, 30.2127402 ], [ 120.0173328, 30.2123063 ], [ 120.0173652, 30.2122235 ], [ 120.0174374, 30.2120387 ], [ 120.0174973, 30.2118855 ], [ 120.0175271, 30.2118186 ], [ 120.0176069, 30.2116393 ], [ 120.017691, 30.2114503 ], [ 120.0177703, 30.2112722 ], [ 120.0178606, 30.2110694 ], [ 120.017971, 30.2108213 ], [ 120.0180543, 30.210626 ], [ 120.0181382, 30.2104292 ], [ 120.018207, 30.2102678 ], [ 120.0182762, 30.2101056 ], [ 120.0183958, 30.2099333 ], [ 120.0185232, 30.2098245 ], [ 120.0186587, 30.2098099 ], [ 120.0195376, 30.2103422 ], [ 120.0207627, 30.2111479 ], [ 120.0208395, 30.2112512 ], [ 120.0207681, 30.2113631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0207681, 30.2113631 ], [ 120.0208395, 30.2112512 ], [ 120.0207627, 30.2111479 ], [ 120.0195376, 30.2103422 ], [ 120.0186587, 30.2098099 ], [ 120.0185232, 30.2098245 ], [ 120.0183958, 30.2099333 ], [ 120.0182762, 30.2101056 ], [ 120.018207, 30.2102678 ], [ 120.0181382, 30.2104292 ], [ 120.0180543, 30.210626 ], [ 120.017971, 30.2108213 ], [ 120.0178606, 30.2110694 ], [ 120.0177703, 30.2112722 ], [ 120.017691, 30.2114503 ], [ 120.0176069, 30.2116393 ], [ 120.0175271, 30.2118186 ], [ 120.0174973, 30.2118855 ], [ 120.0174374, 30.2120387 ], [ 120.0173652, 30.2122235 ], [ 120.0173328, 30.2123063 ], [ 120.0171279, 30.2127402 ], [ 120.0170524, 30.212841 ], [ 120.0167841, 30.2134671 ], [ 120.0166179, 30.2139017 ], [ 120.0165317, 30.2141005 ], [ 120.0164506, 30.2143175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0115387, 30.2101638 ], [ 120.0116444, 30.2102491 ], [ 120.01184, 30.2103543 ], [ 120.0120902, 30.2105279 ], [ 120.0126875, 30.2109425 ], [ 120.0135349, 30.211587 ], [ 120.0143152, 30.2122225 ], [ 120.0149543, 30.2127733 ], [ 120.0153841, 30.2132169 ], [ 120.0164506, 30.2143175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0585823, 30.1463756 ], [ 120.0584505, 30.145867 ], [ 120.0577771, 30.1441323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0577771, 30.1441323 ], [ 120.0584505, 30.145867 ], [ 120.0585823, 30.1463756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0585823, 30.1463756 ], [ 120.0582931, 30.1464862 ], [ 120.0581, 30.1466811 ], [ 120.0580356, 30.1468202 ], [ 120.0579981, 30.1472934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579981, 30.1472934 ], [ 120.0580356, 30.1468202 ], [ 120.0581, 30.1466811 ], [ 120.0582931, 30.1464862 ], [ 120.0585823, 30.1463756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0467503, 30.146789 ], [ 120.0465582, 30.1468396 ], [ 120.0459176, 30.1470081 ], [ 120.0425384, 30.1473212 ], [ 120.0422276, 30.1474367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0422276, 30.1474367 ], [ 120.0425384, 30.1473212 ], [ 120.0459176, 30.1470081 ], [ 120.0465582, 30.1468396 ], [ 120.0467503, 30.146789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0491932, 30.1484955 ], [ 120.0502572, 30.1482815 ], [ 120.0503216, 30.148271 ], [ 120.0517081, 30.1480445 ], [ 120.0522742, 30.1479521 ], [ 120.0531886, 30.1478252 ], [ 120.0535196, 30.1477793 ], [ 120.0542537, 30.1475717 ], [ 120.0548491, 30.1475393 ], [ 120.0553544, 30.1475692 ], [ 120.0558684, 30.1475996 ], [ 120.0561167, 30.1475841 ], [ 120.0564638, 30.1475624 ], [ 120.0579981, 30.1472934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579981, 30.1472934 ], [ 120.0564638, 30.1475624 ], [ 120.0561167, 30.1475841 ], [ 120.0558684, 30.1475996 ], [ 120.0553544, 30.1475692 ], [ 120.0548491, 30.1475393 ], [ 120.0542537, 30.1475717 ], [ 120.0535196, 30.1477793 ], [ 120.0531886, 30.1478252 ], [ 120.0522742, 30.1479521 ], [ 120.0517081, 30.1480445 ], [ 120.0503216, 30.148271 ], [ 120.0502572, 30.1482815 ], [ 120.0491932, 30.1484955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0491932, 30.1484955 ], [ 120.0491812, 30.1484539 ], [ 120.0491322, 30.1482832 ], [ 120.0489366, 30.1476026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0489366, 30.1476026 ], [ 120.0491322, 30.1482832 ], [ 120.0491812, 30.1484539 ], [ 120.0491932, 30.1484955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664175, 30.1452515 ], [ 120.0669945, 30.1451088 ], [ 120.0671652, 30.1450666 ], [ 120.0674545, 30.1450021 ], [ 120.068316, 30.14481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720923, 30.145077 ], [ 120.0722679, 30.1461621 ], [ 120.0723388, 30.1470205 ], [ 120.0724286, 30.147787 ], [ 120.0724913, 30.1483225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724913, 30.1483225 ], [ 120.0724286, 30.147787 ], [ 120.0723388, 30.1470205 ], [ 120.0722679, 30.1461621 ], [ 120.0720923, 30.145077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0687231, 30.1487495 ], [ 120.0683978, 30.1456015 ], [ 120.068316, 30.14481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068316, 30.14481 ], [ 120.0683978, 30.1456015 ], [ 120.0687231, 30.1487495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0669013, 30.1488741 ], [ 120.066479, 30.1458584 ], [ 120.0664175, 30.1452515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664175, 30.1452515 ], [ 120.066479, 30.1458584 ], [ 120.0669013, 30.1488741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728002, 30.1485188 ], [ 120.0735603, 30.1484976 ], [ 120.0745661, 30.1483941 ], [ 120.0750595, 30.1483109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724913, 30.1483225 ], [ 120.0725575, 30.1484083 ], [ 120.0725624, 30.1484146 ], [ 120.072665, 30.1484697 ], [ 120.0728002, 30.1485188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722356, 30.1485362 ], [ 120.072383, 30.148466 ], [ 120.0724283, 30.1484193 ], [ 120.0724673, 30.148366 ], [ 120.0724913, 30.1483225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0747751, 30.1449628 ], [ 120.0748968, 30.1458141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0792326, 30.1459139 ], [ 120.0788698, 30.1459879 ], [ 120.0785378, 30.1460471 ], [ 120.0781749, 30.146053 ], [ 120.0778429, 30.1460323 ], [ 120.0765541, 30.1459305 ], [ 120.0748968, 30.1458141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0748968, 30.1458141 ], [ 120.0765541, 30.1459305 ], [ 120.0778429, 30.1460323 ], [ 120.0781749, 30.146053 ], [ 120.0785378, 30.1460471 ], [ 120.0788698, 30.1459879 ], [ 120.0792326, 30.1459139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0750595, 30.1483109 ], [ 120.0750102, 30.147937 ], [ 120.0749069, 30.1468181 ], [ 120.0748601, 30.1464241 ], [ 120.0746863, 30.1449607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0748968, 30.1458141 ], [ 120.0749449, 30.1462422 ], [ 120.0751345, 30.1476361 ], [ 120.0752172, 30.1482901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752172, 30.1482901 ], [ 120.0756777, 30.1482741 ], [ 120.0764512, 30.1482358 ], [ 120.0785095, 30.1481421 ], [ 120.0795197, 30.1480914 ], [ 120.07997, 30.1480334 ], [ 120.0802222, 30.1480275 ], [ 120.0809454, 30.1479987 ], [ 120.0818656, 30.147951 ], [ 120.0830936, 30.1479238 ], [ 120.0839259, 30.1478759 ], [ 120.0843905, 30.1478858 ], [ 120.0850167, 30.1479186 ], [ 120.08515, 30.1479258 ], [ 120.0852716, 30.147921 ], [ 120.0856444, 30.1479045 ], [ 120.086346, 30.1479569 ], [ 120.0865389, 30.1480001 ], [ 120.0871339, 30.1481223 ], [ 120.0877638, 30.148205 ], [ 120.0885094, 30.14831 ], [ 120.0890303, 30.1484019 ], [ 120.0894873, 30.1484895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0750595, 30.1483109 ], [ 120.0752172, 30.1482901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752172, 30.1482901 ], [ 120.0752488, 30.1486756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751094, 30.1486776 ], [ 120.0750595, 30.1483109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0893825, 30.1488796 ], [ 120.0881224, 30.1486599 ], [ 120.0873879, 30.148551 ], [ 120.0868425, 30.1485058 ], [ 120.0863188, 30.1484884 ], [ 120.0855989, 30.1484266 ], [ 120.0851659, 30.1483647 ], [ 120.0844086, 30.1483268 ], [ 120.083273, 30.1483203 ], [ 120.0825911, 30.1483039 ], [ 120.0819037, 30.1483247 ], [ 120.0805137, 30.1483696 ], [ 120.0792229, 30.148447 ], [ 120.0787381, 30.1484819 ], [ 120.0780051, 30.1485154 ], [ 120.0771484, 30.1485709 ], [ 120.0754964, 30.1486828 ], [ 120.0752488, 30.1486756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722356, 30.1485362 ], [ 120.0728002, 30.1485188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0687231, 30.1487495 ], [ 120.0694765, 30.1487034 ], [ 120.0710321, 30.1486168 ], [ 120.0722356, 30.1485362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751094, 30.1486776 ], [ 120.0745259, 30.1486372 ], [ 120.0741063, 30.1486315 ], [ 120.073499, 30.148642 ], [ 120.0728017, 30.1486776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728017, 30.1486776 ], [ 120.0722879, 30.1487133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728017, 30.1486776 ], [ 120.0726748, 30.1487034 ], [ 120.072611, 30.1487585 ], [ 120.0725807, 30.1488239 ], [ 120.0725723, 30.148867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725723, 30.148867 ], [ 120.0724964, 30.1487837 ], [ 120.0724305, 30.1487398 ], [ 120.0722879, 30.1487133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0669013, 30.1488741 ], [ 120.0676351, 30.1488167 ], [ 120.0687231, 30.1487495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722879, 30.1487133 ], [ 120.071476, 30.1487531 ], [ 120.0696371, 30.1488534 ], [ 120.0687491, 30.1489134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0687491, 30.1489134 ], [ 120.0687231, 30.1487495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0687231, 30.1487495 ], [ 120.0687491, 30.1489134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0687491, 30.1489134 ], [ 120.066874, 30.1490424 ], [ 120.0662438, 30.1490799 ], [ 120.0658441, 30.1491134 ], [ 120.0655276, 30.1491614 ], [ 120.0649802, 30.1492547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725723, 30.148867 ], [ 120.0727252, 30.1496869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0727252, 30.1496869 ], [ 120.0725723, 30.148867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0688645, 30.149919 ], [ 120.0687491, 30.1489134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0687491, 30.1489134 ], [ 120.0688645, 30.149919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0727252, 30.1496869 ], [ 120.0718226, 30.1497351 ], [ 120.0700538, 30.1498451 ], [ 120.0688645, 30.149919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0688645, 30.149919 ], [ 120.0700538, 30.1498451 ], [ 120.0718226, 30.1497351 ], [ 120.0727252, 30.1496869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0688645, 30.149919 ], [ 120.0670853, 30.1500218 ], [ 120.0651005, 30.1502143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651005, 30.1502143 ], [ 120.0670853, 30.1500218 ], [ 120.0688645, 30.149919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0731236, 30.1518063 ], [ 120.0727252, 30.1496869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "云河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752488, 30.1486756 ], [ 120.0751094, 30.1486776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0755518, 30.1516648 ], [ 120.0754494, 30.1511532 ], [ 120.0753601, 30.150652 ], [ 120.0753246, 30.150314 ], [ 120.0752924, 30.1500077 ], [ 120.0751988, 30.1494379 ], [ 120.0751335, 30.1490128 ], [ 120.0751094, 30.1486776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752488, 30.1486756 ], [ 120.075254, 30.1487671 ], [ 120.0752643, 30.1489332 ], [ 120.0753241, 30.1492026 ], [ 120.0753947, 30.1497892 ], [ 120.0754458, 30.1502131 ], [ 120.0755646, 30.15087 ], [ 120.0757269, 30.1516869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0757269, 30.1516869 ], [ 120.0778535, 30.1515552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0778535, 30.1515552 ], [ 120.0757269, 30.1516869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0757269, 30.1516869 ], [ 120.0755518, 30.1516648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0755518, 30.1516648 ], [ 120.0757269, 30.1516869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜家浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0778535, 30.1515552 ], [ 120.077984, 30.1529519 ], [ 120.0780177, 30.1533441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜家浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0780177, 30.1533441 ], [ 120.077984, 30.1529519 ], [ 120.0778535, 30.1515552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0824675, 30.1540565 ], [ 120.0826738, 30.1535731 ], [ 120.082885, 30.1530833 ], [ 120.0829372, 30.1529622 ], [ 120.082948, 30.15267 ], [ 120.0828511, 30.1523141 ], [ 120.0828329, 30.1522472 ], [ 120.0826207, 30.1519139 ], [ 120.0821033, 30.1515607 ], [ 120.0819698, 30.1515056 ], [ 120.0810704, 30.1511346 ], [ 120.080612, 30.1510504 ], [ 120.0800726, 30.1510511 ], [ 120.0795842, 30.1511359 ], [ 120.0778535, 30.1515552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0727252, 30.1496869 ], [ 120.0731236, 30.1518063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692114, 30.1519757 ], [ 120.0690105, 30.1511423 ], [ 120.0689866, 30.1509424 ], [ 120.0689597, 30.1507167 ], [ 120.0688645, 30.149919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0688645, 30.149919 ], [ 120.0689597, 30.1507167 ], [ 120.0689866, 30.1509424 ], [ 120.0690105, 30.1511423 ], [ 120.0692114, 30.1519757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0731236, 30.1518063 ], [ 120.0739044, 30.1517608 ], [ 120.0740657, 30.1517514 ], [ 120.0755518, 30.1516648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0755518, 30.1516648 ], [ 120.0740657, 30.1517514 ], [ 120.0739044, 30.1517608 ], [ 120.0731236, 30.1518063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0731236, 30.1518063 ], [ 120.072084, 30.1518554 ], [ 120.0692114, 30.1519757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692114, 30.1519757 ], [ 120.072084, 30.1518554 ], [ 120.0731236, 30.1518063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665652, 30.1522912 ], [ 120.0673244, 30.1522007 ], [ 120.0675718, 30.1521712 ], [ 120.0692114, 30.1519757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692114, 30.1519757 ], [ 120.0675718, 30.1521712 ], [ 120.0673244, 30.1522007 ], [ 120.0665652, 30.1522912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734027, 30.1536486 ], [ 120.0731236, 30.1518063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0778535, 30.1515552 ], [ 120.0795842, 30.1511359 ], [ 120.0800726, 30.1510511 ], [ 120.080612, 30.1510504 ], [ 120.0810704, 30.1511346 ], [ 120.0819698, 30.1515056 ], [ 120.0821033, 30.1515607 ], [ 120.0826207, 30.1519139 ], [ 120.0828329, 30.1522472 ], [ 120.0828511, 30.1523141 ], [ 120.082948, 30.15267 ], [ 120.0829372, 30.1529622 ], [ 120.082885, 30.1530833 ], [ 120.0826738, 30.1535731 ], [ 120.0824675, 30.1540565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759388, 30.1534767 ], [ 120.0757231, 30.1525185 ], [ 120.0756786, 30.1523209 ], [ 120.0755518, 30.1516648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0757269, 30.1516869 ], [ 120.0758357, 30.1522731 ], [ 120.0760969, 30.1534615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0760969, 30.1534615 ], [ 120.0780177, 30.1533441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0780177, 30.1533441 ], [ 120.0760969, 30.1534615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0780177, 30.1533441 ], [ 120.0784165, 30.1533277 ], [ 120.0790539, 30.1533625 ], [ 120.0796533, 30.1534316 ], [ 120.0801025, 30.1535054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0801025, 30.1535054 ], [ 120.0796533, 30.1534316 ], [ 120.0790539, 30.1533625 ], [ 120.0784165, 30.1533277 ], [ 120.0780177, 30.1533441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759388, 30.1534767 ], [ 120.0760969, 30.1534615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0760969, 30.1534615 ], [ 120.0759388, 30.1534767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759388, 30.1534767 ], [ 120.0734027, 30.1536486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734027, 30.1536486 ], [ 120.0759388, 30.1534767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0801025, 30.1535054 ], [ 120.0804546, 30.1535504 ], [ 120.0809095, 30.1536358 ], [ 120.0824675, 30.1540565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.082377, 30.1542525 ], [ 120.0806555, 30.1537478 ], [ 120.0801025, 30.1535054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0824675, 30.1540565 ], [ 120.082377, 30.1542525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.082377, 30.1542525 ], [ 120.0824675, 30.1540565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜家浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0780077, 30.1557178 ], [ 120.078017, 30.154388 ], [ 120.0780177, 30.1533441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜家浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0780177, 30.1533441 ], [ 120.078017, 30.154388 ], [ 120.0780077, 30.1557178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764437, 30.1557476 ], [ 120.0763997, 30.15555 ], [ 120.0762736, 30.1549408 ], [ 120.0761478, 30.1543595 ], [ 120.0759388, 30.1534767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0760969, 30.1534615 ], [ 120.0761418, 30.1536525 ], [ 120.0763172, 30.1544255 ], [ 120.0763452, 30.1545691 ], [ 120.0765108, 30.1554186 ], [ 120.0765628, 30.1557639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.082377, 30.1542525 ], [ 120.0818555, 30.155583 ], [ 120.0813873, 30.1567388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0731236, 30.1518063 ], [ 120.0734027, 30.1536486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0699892, 30.1538401 ], [ 120.0697944, 30.1534394 ], [ 120.0693116, 30.1522705 ], [ 120.0692114, 30.1519757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692114, 30.1519757 ], [ 120.0693116, 30.1522705 ], [ 120.0697944, 30.1534394 ], [ 120.0699892, 30.1538401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0699892, 30.1538401 ], [ 120.0698384, 30.1538462 ], [ 120.0693438, 30.1538661 ], [ 120.0679802, 30.153906 ], [ 120.0676486, 30.1538105 ], [ 120.0673911, 30.1536342 ], [ 120.0667796, 30.1525581 ], [ 120.0665652, 30.1522912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665652, 30.1522912 ], [ 120.0667796, 30.1525581 ], [ 120.0673911, 30.1536342 ], [ 120.0676486, 30.1538105 ], [ 120.0679802, 30.153906 ], [ 120.0693438, 30.1538661 ], [ 120.0698384, 30.1538462 ], [ 120.0699892, 30.1538401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734027, 30.1536486 ], [ 120.0727447, 30.1537065 ], [ 120.0722755, 30.1537268 ], [ 120.0699892, 30.1538401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0699892, 30.1538401 ], [ 120.0722755, 30.1537268 ], [ 120.0727447, 30.1537065 ], [ 120.0734027, 30.1536486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676972, 30.1596002 ], [ 120.0689159, 30.1580184 ], [ 120.0691512, 30.1577906 ], [ 120.0700763, 30.1565795 ], [ 120.0702544, 30.1560995 ], [ 120.0703628, 30.1557164 ], [ 120.0703942, 30.1555759 ], [ 120.0703942, 30.1551676 ], [ 120.0703942, 30.1550842 ], [ 120.0702332, 30.154342 ], [ 120.0699892, 30.1538401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0699892, 30.1538401 ], [ 120.0702332, 30.154342 ], [ 120.0703942, 30.1550842 ], [ 120.0703942, 30.1551676 ], [ 120.0703942, 30.1555759 ], [ 120.0703628, 30.1557164 ], [ 120.0702544, 30.1560995 ], [ 120.0700763, 30.1565795 ], [ 120.0691512, 30.1577906 ], [ 120.0689159, 30.1580184 ], [ 120.0676972, 30.1596002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院北街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676972, 30.1596002 ], [ 120.0687676, 30.1598842 ], [ 120.0689904, 30.1599433 ], [ 120.0706069, 30.1603722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0813873, 30.1567388 ], [ 120.0818555, 30.155583 ], [ 120.082377, 30.1542525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765628, 30.1557639 ], [ 120.0770373, 30.1557448 ], [ 120.0774328, 30.1557239 ], [ 120.0780077, 30.1557178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0780077, 30.1557178 ], [ 120.0774328, 30.1557239 ], [ 120.0770373, 30.1557448 ], [ 120.0765628, 30.1557639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764437, 30.1557476 ], [ 120.0765628, 30.1557639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765628, 30.1557639 ], [ 120.0764437, 30.1557476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0780077, 30.1557178 ], [ 120.0785551, 30.1557546 ], [ 120.0791607, 30.1558798 ], [ 120.0792066, 30.1558914 ], [ 120.0800244, 30.1561581 ], [ 120.0813873, 30.1567388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0813873, 30.1567388 ], [ 120.0800244, 30.1561581 ], [ 120.0792066, 30.1558914 ], [ 120.0791607, 30.1558798 ], [ 120.0785551, 30.1557546 ], [ 120.0780077, 30.1557178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0813873, 30.1567388 ], [ 120.0830673, 30.1573333 ], [ 120.0842334, 30.157658 ], [ 120.0844554, 30.1576899 ], [ 120.0851008, 30.1577826 ], [ 120.0861213, 30.1579828 ], [ 120.086464, 30.1580926 ], [ 120.0884172, 30.1587183 ], [ 120.0886855, 30.1588134 ], [ 120.0889268, 30.1588847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0889268, 30.1588847 ], [ 120.0886855, 30.1588134 ], [ 120.0884172, 30.1587183 ], [ 120.086464, 30.1580926 ], [ 120.0861213, 30.1579828 ], [ 120.0851008, 30.1577826 ], [ 120.0844554, 30.1576899 ], [ 120.0842334, 30.157658 ], [ 120.0830673, 30.1573333 ], [ 120.0813873, 30.1567388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07666, 30.1616396 ], [ 120.0766136, 30.160301 ], [ 120.0766108, 30.1601976 ], [ 120.0765882, 30.1593741 ], [ 120.0765811, 30.1590324 ], [ 120.0765431, 30.157652 ], [ 120.0765156, 30.1569386 ], [ 120.076485, 30.15624 ], [ 120.0764437, 30.1557476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579981, 30.1472934 ], [ 120.0582115, 30.1494011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0582115, 30.1494011 ], [ 120.0579981, 30.1472934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049624, 30.1501319 ], [ 120.0494123, 30.1493522 ], [ 120.049388, 30.149263 ], [ 120.0492487, 30.14875 ], [ 120.0491932, 30.1484955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0491932, 30.1484955 ], [ 120.0492487, 30.14875 ], [ 120.049388, 30.149263 ], [ 120.0494123, 30.1493522 ], [ 120.049624, 30.1501319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049624, 30.1501319 ], [ 120.0504057, 30.150049 ], [ 120.0516495, 30.1499596 ], [ 120.0521446, 30.1499182 ], [ 120.0526143, 30.1498632 ], [ 120.053386, 30.1498017 ], [ 120.0541981, 30.149741 ], [ 120.0553687, 30.1496376 ], [ 120.0582115, 30.1494011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "知音路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049624, 30.1501319 ], [ 120.049727, 30.1504918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "知音路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049727, 30.1504918 ], [ 120.049624, 30.1501319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0543325, 30.1501756 ], [ 120.052553, 30.1502999 ], [ 120.050616, 30.1504619 ], [ 120.0499412, 30.1505078 ], [ 120.049727, 30.1504918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0429731, 30.1505946 ], [ 120.0439369, 30.150609 ], [ 120.0444924, 30.1506173 ], [ 120.0448953, 30.1506004 ], [ 120.0453819, 30.1505747 ], [ 120.0459729, 30.1505331 ], [ 120.0469369, 30.1504415 ], [ 120.0480119, 30.1503657 ], [ 120.0482369, 30.1503498 ], [ 120.0486063, 30.1503281 ], [ 120.0491059, 30.150246 ], [ 120.049624, 30.1501319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049727, 30.1504918 ], [ 120.0489313, 30.1504897 ], [ 120.0487113, 30.1504891 ], [ 120.0482693, 30.1504991 ], [ 120.0468742, 30.1505965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "彩虹快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.009026522134135, 30.150756296311975 ], [ 120.0093764, 30.150701 ], [ 120.0097641, 30.1506315 ], [ 120.0102749, 30.1505376 ], [ 120.0107417, 30.1504444 ], [ 120.0112725, 30.150344 ], [ 120.012221, 30.1501585 ], [ 120.0139282, 30.1497899 ], [ 120.0175561, 30.1490285 ], [ 120.0200796, 30.1485198 ], [ 120.0208719, 30.148355 ], [ 120.0215688, 30.1482275 ], [ 120.0221108, 30.1481671 ], [ 120.0227015, 30.1480987 ], [ 120.0237073, 30.148092 ], [ 120.0247077, 30.1481692 ], [ 120.0249694, 30.1481993 ], [ 120.0256503, 30.1482995 ], [ 120.0284859, 30.1486962 ], [ 120.0322891, 30.1491819 ], [ 120.0382278, 30.1500645 ], [ 120.0396796, 30.1502621 ], [ 120.04115, 30.1504624 ], [ 120.0418382, 30.1505278 ], [ 120.0421345, 30.150556 ], [ 120.0446257, 30.1505616 ], [ 120.0470197, 30.1503989 ], [ 120.0500459, 30.1502378 ], [ 120.0527034, 30.1500084 ], [ 120.0539296, 30.1499028 ], [ 120.0572408, 30.1496322 ], [ 120.0591971, 30.1494786 ], [ 120.0613214, 30.1492919 ], [ 120.0614964, 30.1492829 ], [ 120.0616713, 30.1492626 ], [ 120.0646578, 30.1490495 ], [ 120.0725275, 30.1485571 ], [ 120.0755067, 30.1484178 ], [ 120.0778953, 30.1482878 ], [ 120.0786126, 30.1482364 ], [ 120.0797058, 30.1481863 ], [ 120.0813088, 30.148106 ], [ 120.0827648, 30.1480489 ], [ 120.0834674, 30.1480272 ], [ 120.0836873, 30.1480296 ], [ 120.0855233, 30.1481018 ], [ 120.0863102, 30.148154 ], [ 120.0870582, 30.1482393 ], [ 120.0879251, 30.1483606 ], [ 120.0890278, 30.1485485 ], [ 120.089807, 30.1486877 ], [ 120.090538, 30.1488556 ], [ 120.0912702, 30.1490443 ], [ 120.0934708, 30.1497076 ], [ 120.0949829, 30.1502953 ], [ 120.0958346, 30.1506191 ], [ 120.0981329, 30.1515371 ], [ 120.1004113, 30.1525018 ], [ 120.1006212, 30.1525879 ], [ 120.1011139, 30.1527901 ], [ 120.1024399, 30.1533461 ], [ 120.1059331, 30.1547756 ], [ 120.106249, 30.1549026 ], [ 120.1069049, 30.1551664 ], [ 120.1076328, 30.1554328 ], [ 120.1083682, 30.1556788 ], [ 120.109895, 30.1561322 ], [ 120.1101789, 30.1562288 ], [ 120.1104345, 30.1563315 ], [ 120.1106855, 30.1564414 ], [ 120.1108869, 30.1565329 ], [ 120.1120855, 30.1571281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "彩虹快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146262, 30.1586195 ], [ 120.1136763, 30.1582521 ], [ 120.1129118, 30.1579643 ], [ 120.1121871, 30.1577084 ], [ 120.1109006, 30.157219 ], [ 120.1106693, 30.1570706 ], [ 120.108399, 30.1559152 ], [ 120.1075706, 30.155534 ], [ 120.1023846, 30.153427 ], [ 120.1017379, 30.1531714 ], [ 120.1015876, 30.153112 ], [ 120.1006722, 30.1527619 ], [ 120.1005736, 30.1527219 ], [ 120.0980409, 30.1516898 ], [ 120.0958081, 30.1508421 ], [ 120.0942665, 30.1502067 ], [ 120.0934259, 30.1498903 ], [ 120.0925606, 30.1495846 ], [ 120.0917901, 30.1493473 ], [ 120.0910195, 30.1491283 ], [ 120.0901422, 30.1489075 ], [ 120.0890045, 30.1486762 ], [ 120.087339, 30.1484249 ], [ 120.0866524, 30.148339 ], [ 120.0861253, 30.1482805 ], [ 120.0849627, 30.148209 ], [ 120.084478, 30.1481828 ], [ 120.0838718, 30.1481751 ], [ 120.0830259, 30.1481776 ], [ 120.0826569, 30.1481774 ], [ 120.0818884, 30.1482175 ], [ 120.080838, 30.1482621 ], [ 120.0800069, 30.1483144 ], [ 120.0786294, 30.1483801 ], [ 120.0769129, 30.1484703 ], [ 120.0755176, 30.1485387 ], [ 120.0725256, 30.1486198 ], [ 120.0646633, 30.1491713 ], [ 120.0616798, 30.1494082 ], [ 120.0615161, 30.1494262 ], [ 120.0613269, 30.1494403 ], [ 120.0592336, 30.1496502 ], [ 120.0539506, 30.1500648 ], [ 120.0526494, 30.1501498 ], [ 120.0500351, 30.1503483 ], [ 120.0470397, 30.150521 ], [ 120.0446097, 30.1506885 ], [ 120.0440008, 30.1506945 ], [ 120.0434268, 30.150689 ], [ 120.0423153, 30.1506587 ], [ 120.0416617, 30.1506136 ], [ 120.0412249, 30.1505772 ], [ 120.040764, 30.1505245 ], [ 120.0381749, 30.150171 ], [ 120.0326438, 30.1493652 ], [ 120.0284757, 30.1488514 ], [ 120.025635, 30.1484426 ], [ 120.0245208, 30.1482891 ], [ 120.0237016, 30.1482459 ], [ 120.0230052, 30.1482497 ], [ 120.0223574, 30.1482816 ], [ 120.0218645, 30.1483261 ], [ 120.0213767, 30.1483967 ], [ 120.0208057, 30.1485082 ], [ 120.0203878, 30.1485906 ], [ 120.0194787, 30.1487885 ], [ 120.0165753, 30.1493716 ], [ 120.0138085, 30.1499944 ], [ 120.0122519, 30.1502937 ], [ 120.0112833, 30.1504814 ], [ 120.0105565, 30.1506301 ], [ 120.0098568, 30.1507613 ], [ 120.009075599281701, 30.150894259270149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0470392, 30.125688 ], [ 120.0469462, 30.1257667 ], [ 120.0467648, 30.1257991 ], [ 120.0464064, 30.1258253 ], [ 120.0462933, 30.1258296 ], [ 120.0443554, 30.1259037 ], [ 120.0422212, 30.1259726 ], [ 120.0420902, 30.1259768 ], [ 120.0391802, 30.126002 ], [ 120.03875, 30.1260581 ], [ 120.0383623, 30.1261815 ], [ 120.0381729, 30.1262927 ], [ 120.0379154, 30.126443 ], [ 120.0376898, 30.1266353 ], [ 120.0374643, 30.1269161 ], [ 120.037297, 30.1272149 ], [ 120.037212, 30.127641 ], [ 120.0371854, 30.1279875 ], [ 120.0372549, 30.1288527 ], [ 120.0373949, 30.130974 ], [ 120.0375492, 30.1328196 ], [ 120.0377047, 30.1348424 ], [ 120.0377798, 30.135993 ], [ 120.037973, 30.1367585 ], [ 120.0381956, 30.1374258 ], [ 120.0384263, 30.1389243 ], [ 120.038547, 30.1395698 ], [ 120.0387883, 30.1401095 ], [ 120.039078, 30.1407575 ], [ 120.0394214, 30.1416296 ], [ 120.0394214, 30.1419358 ], [ 120.0392014, 30.1425853 ], [ 120.0389439, 30.1434481 ], [ 120.0388933, 30.1437843 ], [ 120.0388581, 30.1440187 ], [ 120.0389171, 30.1444548 ], [ 120.039019, 30.1449836 ], [ 120.0394857, 30.1456006 ], [ 120.0398961, 30.1460452 ], [ 120.0403226, 30.1463289 ], [ 120.0413901, 30.1467603 ], [ 120.0419265, 30.1470897 ], [ 120.0422276, 30.1474367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0422276, 30.1474367 ], [ 120.0419265, 30.1470897 ], [ 120.0413901, 30.1467603 ], [ 120.0403226, 30.1463289 ], [ 120.0398961, 30.1460452 ], [ 120.0394857, 30.1456006 ], [ 120.039019, 30.1449836 ], [ 120.0389171, 30.1444548 ], [ 120.0388581, 30.1440187 ], [ 120.0388933, 30.1437843 ], [ 120.0389439, 30.1434481 ], [ 120.0392014, 30.1425853 ], [ 120.0394214, 30.1419358 ], [ 120.0394214, 30.1416296 ], [ 120.039078, 30.1407575 ], [ 120.0387883, 30.1401095 ], [ 120.038547, 30.1395698 ], [ 120.0384263, 30.1389243 ], [ 120.0381956, 30.1374258 ], [ 120.037973, 30.1367585 ], [ 120.0377798, 30.135993 ], [ 120.0377047, 30.1348424 ], [ 120.0375492, 30.1328196 ], [ 120.0373949, 30.130974 ], [ 120.0372549, 30.1288527 ], [ 120.0371854, 30.1279875 ], [ 120.037212, 30.127641 ], [ 120.037297, 30.1272149 ], [ 120.0374643, 30.1269161 ], [ 120.0376898, 30.1266353 ], [ 120.0379154, 30.126443 ], [ 120.0381729, 30.1262927 ], [ 120.0383623, 30.1261815 ], [ 120.03875, 30.1260581 ], [ 120.0391802, 30.126002 ], [ 120.0420902, 30.1259768 ], [ 120.0422212, 30.1259726 ], [ 120.0443554, 30.1259037 ], [ 120.0462933, 30.1258296 ], [ 120.0464064, 30.1258253 ], [ 120.0467648, 30.1257991 ], [ 120.0469462, 30.1257667 ], [ 120.0470392, 30.125688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0422276, 30.1474367 ], [ 120.0423289, 30.1475535 ], [ 120.0427044, 30.1481751 ], [ 120.0427766, 30.1484472 ], [ 120.0428421, 30.1487989 ], [ 120.0428981, 30.1495297 ], [ 120.0429731, 30.1505946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0429731, 30.1505946 ], [ 120.0428981, 30.1495297 ], [ 120.0428421, 30.1487989 ], [ 120.0427766, 30.1484472 ], [ 120.0427044, 30.1481751 ], [ 120.0423289, 30.1475535 ], [ 120.0422276, 30.1474367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "沪瑞线", "新海线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0429305, 30.1507611 ], [ 120.0424183, 30.1507554 ], [ 120.0420131, 30.150729 ], [ 120.0417626, 30.1507126 ], [ 120.0410975, 30.150651 ], [ 120.0403198, 30.150557 ], [ 120.0394891, 30.1504352 ], [ 120.0381757, 30.1502351 ], [ 120.03663, 30.1500182 ], [ 120.0359267, 30.1499217 ], [ 120.0355458, 30.1498769 ], [ 120.0350177, 30.1498149 ], [ 120.0344664, 30.1497521 ], [ 120.0339316, 30.1496607 ], [ 120.0330412, 30.1495246 ], [ 120.0326378, 30.1495016 ], [ 120.0322942, 30.1494437 ], [ 120.0319284, 30.1493654 ], [ 120.0313956, 30.1492901 ], [ 120.0302024, 30.1491051 ], [ 120.0296147, 30.1490593 ], [ 120.028763, 30.149 ], [ 120.0284499, 30.1489645 ], [ 120.0272137, 30.1487875 ], [ 120.0258422, 30.1485911 ], [ 120.025017, 30.1484751 ], [ 120.0239353, 30.1484119 ], [ 120.0233756, 30.1484007 ], [ 120.0227764, 30.1484151 ], [ 120.0222486, 30.1484576 ], [ 120.021873, 30.1484845 ], [ 120.0210927, 30.1486009 ], [ 120.0199581, 30.1488109 ], [ 120.0182224, 30.1491713 ], [ 120.0176521, 30.1492866 ], [ 120.0173416, 30.1493494 ], [ 120.0162769, 30.1495646 ], [ 120.0149346, 30.1498451 ], [ 120.0139342, 30.1500859 ], [ 120.0136601, 30.1501519 ], [ 120.0126005, 30.1503816 ], [ 120.0119992, 30.150478 ], [ 120.0114352, 30.1505867 ], [ 120.0099687, 30.1508783 ], [ 120.0096388, 30.1509439 ], [ 120.009124015730762, 30.151030364909293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0409554, 30.1580296 ], [ 120.0409853, 30.1578496 ], [ 120.0410608, 30.1577353 ], [ 120.0411462, 30.1574793 ], [ 120.0413228, 30.1568158 ], [ 120.0413527, 30.1567126 ], [ 120.0414489, 30.1563807 ], [ 120.0416693, 30.1554727 ], [ 120.0418157, 30.1548017 ], [ 120.0418716, 30.1545423 ], [ 120.0419879, 30.1543486 ], [ 120.0422478, 30.1540809 ], [ 120.0431075, 30.1531395 ], [ 120.0431869, 30.1529649 ], [ 120.0431787, 30.1527965 ], [ 120.0431318, 30.152596 ], [ 120.0430701, 30.1523743 ], [ 120.0429924, 30.1519613 ], [ 120.0429271, 30.1508503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0429271, 30.1508503 ], [ 120.0429924, 30.1519613 ], [ 120.0430701, 30.1523743 ], [ 120.0431318, 30.152596 ], [ 120.0431787, 30.1527965 ], [ 120.0431869, 30.1529649 ], [ 120.0431075, 30.1531395 ], [ 120.0422478, 30.1540809 ], [ 120.0419879, 30.1543486 ], [ 120.0418716, 30.1545423 ], [ 120.0418157, 30.1548017 ], [ 120.0416693, 30.1554727 ], [ 120.0414489, 30.1563807 ], [ 120.0413527, 30.1567126 ], [ 120.0413228, 30.1568158 ], [ 120.0411462, 30.1574793 ], [ 120.0410608, 30.1577353 ], [ 120.0409853, 30.1578496 ], [ 120.0409554, 30.1580296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0398981, 30.1867858 ], [ 120.0406766, 30.1866222 ], [ 120.0411602, 30.1864473 ], [ 120.0417247, 30.1862291 ], [ 120.0421294, 30.1861072 ], [ 120.0424925, 30.1860215 ], [ 120.0429829, 30.1859914 ], [ 120.0436329, 30.1859521 ], [ 120.0437292, 30.1859463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649802, 30.1492547 ], [ 120.0649408, 30.1489054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0582115, 30.1494011 ], [ 120.0601602, 30.1492474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649802, 30.1492547 ], [ 120.0647169, 30.1492854 ], [ 120.0631232, 30.1494092 ], [ 120.0615171, 30.1495698 ], [ 120.0613597, 30.1495881 ], [ 120.0595509, 30.1497435 ], [ 120.058999, 30.1498103 ], [ 120.0567191, 30.149968 ], [ 120.0543325, 30.1501756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651005, 30.1502143 ], [ 120.0649802, 30.1492547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649802, 30.1492547 ], [ 120.0651005, 30.1502143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651005, 30.1502143 ], [ 120.0651241, 30.1504602 ], [ 120.0652351, 30.1508605 ], [ 120.0654557, 30.1511636 ], [ 120.065504, 30.15123 ], [ 120.0658245, 30.1515509 ], [ 120.0660008, 30.1517019 ], [ 120.0661614, 30.1518393 ], [ 120.066205, 30.1518766 ], [ 120.0665652, 30.1522912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665652, 30.1522912 ], [ 120.066205, 30.1518766 ], [ 120.0661614, 30.1518393 ], [ 120.0660008, 30.1517019 ], [ 120.0658245, 30.1515509 ], [ 120.065504, 30.15123 ], [ 120.0654557, 30.1511636 ], [ 120.0652351, 30.1508605 ], [ 120.0651241, 30.1504602 ], [ 120.0651005, 30.1502143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "环山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0623939, 30.1591698 ], [ 120.060573, 30.1592844 ], [ 120.0597309, 30.15928 ], [ 120.0596771, 30.1592797 ], [ 120.058768, 30.1592584 ], [ 120.0578634, 30.1592372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "环山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0578634, 30.1592372 ], [ 120.058768, 30.1592584 ], [ 120.0596771, 30.1592797 ], [ 120.0597309, 30.15928 ], [ 120.060573, 30.1592844 ], [ 120.0623939, 30.1591698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "环山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0623939, 30.1591698 ], [ 120.0642583, 30.1590524 ], [ 120.0654761, 30.1590617 ], [ 120.0676972, 30.1596002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0468742, 30.1505965 ], [ 120.0456399, 30.1507151 ], [ 120.0450828, 30.1507526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0429305, 30.1507611 ], [ 120.0429731, 30.1505946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0429731, 30.1505946 ], [ 120.0429305, 30.1507611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0450828, 30.1507526 ], [ 120.0446749, 30.1507628 ], [ 120.0442489, 30.1507655 ], [ 120.0439512, 30.1507589 ], [ 120.0434304, 30.1507652 ], [ 120.0429305, 30.1507611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0429271, 30.1508503 ], [ 120.0429305, 30.1507611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0429305, 30.1507611 ], [ 120.0429271, 30.1508503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0450828, 30.1507526 ], [ 120.0444523, 30.1508518 ], [ 120.0441819, 30.1508709 ], [ 120.0429271, 30.1508503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "知音路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049727, 30.1504918 ], [ 120.0497511, 30.1508889 ], [ 120.0497324, 30.1515731 ], [ 120.0496942, 30.1520447 ], [ 120.0495731, 30.1535382 ], [ 120.0495919, 30.1536823 ], [ 120.0496685, 30.1538147 ], [ 120.0497833, 30.1538975 ], [ 120.0499364, 30.1539416 ], [ 120.050064, 30.1539416 ], [ 120.0502171, 30.1539085 ], [ 120.0514738, 30.1533569 ], [ 120.0521245, 30.1529101 ], [ 120.0528518, 30.1523971 ], [ 120.0530496, 30.1522812 ], [ 120.0537025, 30.1520815 ], [ 120.053948, 30.1519982 ], [ 120.0541935, 30.1518883 ], [ 120.0543815, 30.1517488 ], [ 120.0545177, 30.1515709 ], [ 120.0546172, 30.1513316 ], [ 120.0546369, 30.1511683 ], [ 120.0546165, 30.1509636 ], [ 120.0544206, 30.150401 ], [ 120.0543325, 30.1501756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "知音路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0543325, 30.1501756 ], [ 120.0544206, 30.150401 ], [ 120.0546165, 30.1509636 ], [ 120.0546369, 30.1511683 ], [ 120.0546172, 30.1513316 ], [ 120.0545177, 30.1515709 ], [ 120.0543815, 30.1517488 ], [ 120.0541935, 30.1518883 ], [ 120.053948, 30.1519982 ], [ 120.0537025, 30.1520815 ], [ 120.0530496, 30.1522812 ], [ 120.0528518, 30.1523971 ], [ 120.0521245, 30.1529101 ], [ 120.0514738, 30.1533569 ], [ 120.0502171, 30.1539085 ], [ 120.050064, 30.1539416 ], [ 120.0499364, 30.1539416 ], [ 120.0497833, 30.1538975 ], [ 120.0496685, 30.1538147 ], [ 120.0495919, 30.1536823 ], [ 120.0495731, 30.1535382 ], [ 120.0496942, 30.1520447 ], [ 120.0497324, 30.1515731 ], [ 120.0497511, 30.1508889 ], [ 120.049727, 30.1504918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "致博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.051414, 30.1611042 ], [ 120.0513621, 30.1609854 ], [ 120.0513442, 30.1608416 ], [ 120.0513078, 30.1606674 ], [ 120.0512517, 30.1600795 ], [ 120.0511949, 30.1592259 ], [ 120.0511004, 30.1578157 ], [ 120.0510404, 30.157621 ], [ 120.0509117, 30.1574234 ], [ 120.0507347, 30.1572846 ], [ 120.0499813, 30.15694 ], [ 120.0497008, 30.1567974 ], [ 120.0494889, 30.1566462 ], [ 120.0493121, 30.1564539 ], [ 120.0491644, 30.156256 ], [ 120.0491151, 30.1560832 ], [ 120.049013, 30.1557959 ], [ 120.0489168, 30.1556159 ], [ 120.0487629, 30.155439 ], [ 120.0485895, 30.1553316 ], [ 120.048416, 30.155268 ], [ 120.0481907, 30.1552337 ], [ 120.0479584, 30.1552617 ], [ 120.0477136, 30.1553619 ], [ 120.0474417, 30.155496 ], [ 120.0471825, 30.1555677 ], [ 120.0467218, 30.1556486 ], [ 120.0461547, 30.1557803 ], [ 120.0460182, 30.1557932 ], [ 120.0459209, 30.1557786 ], [ 120.045851, 30.1557324 ], [ 120.0458057, 30.1556471 ], [ 120.0457862, 30.1555564 ], [ 120.0458042, 30.1550066 ], [ 120.0458714, 30.1545193 ], [ 120.0459764, 30.1541109 ], [ 120.0463152, 30.1528064 ], [ 120.0464999, 30.1520469 ], [ 120.0466452, 30.1514342 ], [ 120.0468742, 30.1505965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "致博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0468742, 30.1505965 ], [ 120.0466452, 30.1514342 ], [ 120.0464999, 30.1520469 ], [ 120.0463152, 30.1528064 ], [ 120.0459764, 30.1541109 ], [ 120.0458714, 30.1545193 ], [ 120.0458042, 30.1550066 ], [ 120.0457862, 30.1555564 ], [ 120.0458057, 30.1556471 ], [ 120.045851, 30.1557324 ], [ 120.0459209, 30.1557786 ], [ 120.0460182, 30.1557932 ], [ 120.0461547, 30.1557803 ], [ 120.0467218, 30.1556486 ], [ 120.0471825, 30.1555677 ], [ 120.0474417, 30.155496 ], [ 120.0477136, 30.1553619 ], [ 120.0479584, 30.1552617 ], [ 120.0481907, 30.1552337 ], [ 120.048416, 30.155268 ], [ 120.0485895, 30.1553316 ], [ 120.0487629, 30.155439 ], [ 120.0489168, 30.1556159 ], [ 120.049013, 30.1557959 ], [ 120.0491151, 30.1560832 ], [ 120.0491644, 30.156256 ], [ 120.0493121, 30.1564539 ], [ 120.0494889, 30.1566462 ], [ 120.0497008, 30.1567974 ], [ 120.0499813, 30.15694 ], [ 120.0507347, 30.1572846 ], [ 120.0509117, 30.1574234 ], [ 120.0510404, 30.157621 ], [ 120.0511004, 30.1578157 ], [ 120.0511949, 30.1592259 ], [ 120.0512517, 30.1600795 ], [ 120.0513078, 30.1606674 ], [ 120.0513442, 30.1608416 ], [ 120.0513621, 30.1609854 ], [ 120.051414, 30.1611042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浙音路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0578634, 30.1592372 ], [ 120.0579101, 30.1583234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浙音路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579101, 30.1583234 ], [ 120.0578634, 30.1592372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛衙庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0481042, 30.1810832 ], [ 120.0480897, 30.1809575 ], [ 120.0480963, 30.1807226 ], [ 120.0483349, 30.1797986 ], [ 120.0484076, 30.1794764 ], [ 120.0484665, 30.1792263 ], [ 120.0485152, 30.1789237 ], [ 120.0485171, 30.1787783 ], [ 120.0485134, 30.1785904 ], [ 120.0484464, 30.1782894 ], [ 120.048343, 30.1779959 ], [ 120.0482317, 30.1778003 ], [ 120.048032, 30.1775956 ], [ 120.0477529, 30.1774186 ], [ 120.0468401, 30.1768489 ], [ 120.0455964, 30.1760727 ], [ 120.0454939, 30.1760087 ], [ 120.0448883, 30.1756308 ], [ 120.0446126, 30.1754396 ], [ 120.0445354, 30.1753435 ], [ 120.043916, 30.1747294 ], [ 120.0432214, 30.174077 ], [ 120.042959, 30.1738306 ], [ 120.0425976, 30.1735731 ], [ 120.0415335, 30.1728542 ], [ 120.0413069, 30.1727011 ], [ 120.0411296, 30.1725642 ], [ 120.0410871, 30.1724665 ], [ 120.0410971, 30.1723597 ], [ 120.0412323, 30.1721441 ], [ 120.0424275, 30.17077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛衙庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0424275, 30.17077 ], [ 120.0412323, 30.1721441 ], [ 120.0410971, 30.1723597 ], [ 120.0410871, 30.1724665 ], [ 120.0411296, 30.1725642 ], [ 120.0413069, 30.1727011 ], [ 120.0415335, 30.1728542 ], [ 120.0425976, 30.1735731 ], [ 120.042959, 30.1738306 ], [ 120.0432214, 30.174077 ], [ 120.043916, 30.1747294 ], [ 120.0445354, 30.1753435 ], [ 120.0446126, 30.1754396 ], [ 120.0448883, 30.1756308 ], [ 120.0454939, 30.1760087 ], [ 120.0455964, 30.1760727 ], [ 120.0468401, 30.1768489 ], [ 120.0477529, 30.1774186 ], [ 120.048032, 30.1775956 ], [ 120.0482317, 30.1778003 ], [ 120.048343, 30.1779959 ], [ 120.0484464, 30.1782894 ], [ 120.0485134, 30.1785904 ], [ 120.0485171, 30.1787783 ], [ 120.0485152, 30.1789237 ], [ 120.0484665, 30.1792263 ], [ 120.0484076, 30.1794764 ], [ 120.0483349, 30.1797986 ], [ 120.0480963, 30.1807226 ], [ 120.0480897, 30.1809575 ], [ 120.0481042, 30.1810832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶埠桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.061344, 30.1764392 ], [ 120.0611232, 30.1767079 ], [ 120.0607704, 30.1770157 ], [ 120.0605388, 30.1771857 ], [ 120.0601261, 30.1774887 ], [ 120.0595468, 30.1778664 ], [ 120.0587, 30.17851 ], [ 120.0564, 30.18041 ], [ 120.0552795, 30.1812546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0552795, 30.1812546 ], [ 120.0543952, 30.1808698 ], [ 120.0539553, 30.1807493 ], [ 120.05341, 30.1807281 ], [ 120.0520008, 30.1806734 ], [ 120.0519582, 30.1806734 ], [ 120.0509386, 30.1806734 ], [ 120.0500144, 30.1807899 ], [ 120.0490158, 30.1809296 ], [ 120.0481042, 30.1810832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0481042, 30.1810832 ], [ 120.0490158, 30.1809296 ], [ 120.0500144, 30.1807899 ], [ 120.0509386, 30.1806734 ], [ 120.0519582, 30.1806734 ], [ 120.0520008, 30.1806734 ], [ 120.05341, 30.1807281 ], [ 120.0539553, 30.1807493 ], [ 120.0543952, 30.1808698 ], [ 120.0552795, 30.1812546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛衙庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0496005, 30.1828707 ], [ 120.0492872, 30.1825589 ], [ 120.0483752, 30.1816222 ], [ 120.0482261, 30.1814275 ], [ 120.0481169, 30.1811937 ], [ 120.0481042, 30.1810832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛衙庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0481042, 30.1810832 ], [ 120.0481169, 30.1811937 ], [ 120.0482261, 30.1814275 ], [ 120.0483752, 30.1816222 ], [ 120.0492872, 30.1825589 ], [ 120.0496005, 30.1828707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "环山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676972, 30.1596002 ], [ 120.0654761, 30.1590617 ], [ 120.0642583, 30.1590524 ], [ 120.0623939, 30.1591698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617323, 30.1619529 ], [ 120.0621926, 30.1600922 ], [ 120.0623939, 30.1591698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0623939, 30.1591698 ], [ 120.0621926, 30.1600922 ], [ 120.0617323, 30.1619529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "浙音路", "梦园街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0578634, 30.1592372 ], [ 120.0578355, 30.1600072 ], [ 120.057813, 30.1606273 ], [ 120.0577849, 30.1614024 ], [ 120.0581292, 30.1614367 ], [ 120.058814, 30.161505 ], [ 120.059168, 30.1615309 ], [ 120.0594415, 30.1615508 ], [ 120.0599911, 30.161591 ], [ 120.0604439, 30.1616444 ], [ 120.0608648, 30.1617293 ], [ 120.0617323, 30.1619529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "浙音路", "梦园街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617323, 30.1619529 ], [ 120.0608648, 30.1617293 ], [ 120.0604439, 30.1616444 ], [ 120.0599911, 30.161591 ], [ 120.0594415, 30.1615508 ], [ 120.059168, 30.1615309 ], [ 120.058814, 30.161505 ], [ 120.0581292, 30.1614367 ], [ 120.0577849, 30.1614024 ], [ 120.057813, 30.1606273 ], [ 120.0578355, 30.1600072 ], [ 120.0578634, 30.1592372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660959, 30.1631929 ], [ 120.0654643, 30.1630331 ], [ 120.0638034, 30.1626128 ], [ 120.0631861, 30.1624277 ], [ 120.0629963, 30.1623708 ], [ 120.0627292, 30.1622825 ], [ 120.0617323, 30.1619529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617323, 30.1619529 ], [ 120.0627292, 30.1622825 ], [ 120.0629963, 30.1623708 ], [ 120.0631861, 30.1624277 ], [ 120.0638034, 30.1626128 ], [ 120.0654643, 30.1630331 ], [ 120.0660959, 30.1631929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660959, 30.1631929 ], [ 120.065696, 30.1643585 ], [ 120.0655845, 30.1646187 ], [ 120.0652309, 30.1654439 ], [ 120.0639825, 30.1683577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0639825, 30.1683577 ], [ 120.0652309, 30.1654439 ], [ 120.0655845, 30.1646187 ], [ 120.065696, 30.1643585 ], [ 120.0660959, 30.1631929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶埠桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0552795, 30.1812546 ], [ 120.0564, 30.18041 ], [ 120.0587, 30.17851 ], [ 120.0595468, 30.1778664 ], [ 120.0601261, 30.1774887 ], [ 120.0605388, 30.1771857 ], [ 120.0607704, 30.1770157 ], [ 120.0611232, 30.1767079 ], [ 120.061344, 30.1764392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶埠桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0519165, 30.1832268 ], [ 120.0525093, 30.1828775 ], [ 120.0529851, 30.1826043 ], [ 120.053766, 30.1821559 ], [ 120.0551, 30.18139 ], [ 120.0552795, 30.1812546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶埠桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0552795, 30.1812546 ], [ 120.0551, 30.18139 ], [ 120.053766, 30.1821559 ], [ 120.0529851, 30.1826043 ], [ 120.0525093, 30.1828775 ], [ 120.0519165, 30.1832268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0481042, 30.1810832 ], [ 120.0478869, 30.1810822 ], [ 120.0473013, 30.1810796 ], [ 120.0461456, 30.1810094 ], [ 120.0456049, 30.181064 ], [ 120.0450011, 30.1812665 ], [ 120.0438746, 30.1818741 ], [ 120.0438075, 30.1819139 ], [ 120.0427054, 30.1825674 ], [ 120.0415338, 30.1832471 ], [ 120.0411337, 30.1835132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0411337, 30.1835132 ], [ 120.0415338, 30.1832471 ], [ 120.0427054, 30.1825674 ], [ 120.0438075, 30.1819139 ], [ 120.0438746, 30.1818741 ], [ 120.0450011, 30.1812665 ], [ 120.0456049, 30.181064 ], [ 120.0461456, 30.1810094 ], [ 120.0473013, 30.1810796 ], [ 120.0478869, 30.1810822 ], [ 120.0481042, 30.1810832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0519165, 30.1832268 ], [ 120.0516823, 30.1830996 ], [ 120.0513373, 30.1830002 ], [ 120.0510835, 30.1829555 ], [ 120.050799, 30.1829162 ], [ 120.0504807, 30.1828909 ], [ 120.049992, 30.1828611 ], [ 120.0496005, 30.1828707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0496005, 30.1828707 ], [ 120.049992, 30.1828611 ], [ 120.0504807, 30.1828909 ], [ 120.050799, 30.1829162 ], [ 120.0510835, 30.1829555 ], [ 120.0513373, 30.1830002 ], [ 120.0516823, 30.1830996 ], [ 120.0519165, 30.1832268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0496005, 30.1828707 ], [ 120.0501885, 30.1834559 ], [ 120.0502718, 30.1835441 ], [ 120.0507733, 30.1840855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0507733, 30.1840855 ], [ 120.0502718, 30.1835441 ], [ 120.0501885, 30.1834559 ], [ 120.0496005, 30.1828707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0519165, 30.1832268 ], [ 120.0525941, 30.1835217 ], [ 120.0527992, 30.1835923 ], [ 120.052897, 30.183626 ], [ 120.0531875, 30.183726 ], [ 120.0536985, 30.1838879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0536985, 30.1838879 ], [ 120.0531875, 30.183726 ], [ 120.052897, 30.183626 ], [ 120.0527992, 30.1835923 ], [ 120.0525941, 30.1835217 ], [ 120.0519165, 30.1832268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶埠桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0507733, 30.1840855 ], [ 120.0512226, 30.1837153 ], [ 120.0512962, 30.1836547 ], [ 120.0519165, 30.1832268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶埠桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0519165, 30.1832268 ], [ 120.0512962, 30.1836547 ], [ 120.0512226, 30.1837153 ], [ 120.0507733, 30.1840855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0536985, 30.1838879 ], [ 120.0538343, 30.1839309 ], [ 120.053987, 30.1839668 ], [ 120.0544779, 30.1841141 ], [ 120.0547628, 30.1841996 ], [ 120.0549124, 30.1842445 ], [ 120.0559498, 30.1846271 ], [ 120.0563574, 30.1846854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0563574, 30.1846854 ], [ 120.0559498, 30.1846271 ], [ 120.0549124, 30.1842445 ], [ 120.0547628, 30.1841996 ], [ 120.0544779, 30.1841141 ], [ 120.053987, 30.1839668 ], [ 120.0538343, 30.1839309 ], [ 120.0536985, 30.1838879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0398981, 30.1867858 ], [ 120.0401623, 30.1865932 ], [ 120.0404483, 30.1862213 ], [ 120.0407356, 30.1858628 ], [ 120.0408982, 30.1856918 ], [ 120.0411774, 30.1854177 ], [ 120.0415433, 30.1851717 ], [ 120.0421233, 30.1849327 ], [ 120.0422615, 30.1849046 ], [ 120.0424072, 30.1848714 ], [ 120.0426754, 30.1848625 ], [ 120.0434119, 30.1847197 ], [ 120.0437191, 30.1846602 ], [ 120.0442828, 30.1845509 ], [ 120.0449267, 30.1844018 ], [ 120.0456626, 30.1841831 ], [ 120.0461054, 30.1839942 ], [ 120.0463258, 30.1839083 ], [ 120.0471598, 30.1835833 ], [ 120.0475082, 30.1834475 ], [ 120.047771, 30.1833302 ], [ 120.0478532, 30.1832935 ], [ 120.0481464, 30.1831493 ], [ 120.0486064, 30.1830251 ], [ 120.0490836, 30.1829108 ], [ 120.0493267, 30.1828887 ], [ 120.0494113, 30.182881 ], [ 120.0496005, 30.1828707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0496005, 30.1828707 ], [ 120.0494113, 30.182881 ], [ 120.0493267, 30.1828887 ], [ 120.0490836, 30.1829108 ], [ 120.0486064, 30.1830251 ], [ 120.0481464, 30.1831493 ], [ 120.0478532, 30.1832935 ], [ 120.047771, 30.1833302 ], [ 120.0475082, 30.1834475 ], [ 120.0471598, 30.1835833 ], [ 120.0463258, 30.1839083 ], [ 120.0461054, 30.1839942 ], [ 120.0456626, 30.1841831 ], [ 120.0449267, 30.1844018 ], [ 120.0442828, 30.1845509 ], [ 120.0437191, 30.1846602 ], [ 120.0434119, 30.1847197 ], [ 120.0426754, 30.1848625 ], [ 120.0424072, 30.1848714 ], [ 120.0422615, 30.1849046 ], [ 120.0421233, 30.1849327 ], [ 120.0415433, 30.1851717 ], [ 120.0411774, 30.1854177 ], [ 120.0408982, 30.1856918 ], [ 120.0407356, 30.1858628 ], [ 120.0404483, 30.1862213 ], [ 120.0401623, 30.1865932 ], [ 120.0398981, 30.1867858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0536985, 30.1838879 ], [ 120.0535358, 30.184117 ], [ 120.0524879, 30.1857307 ], [ 120.0521838, 30.1861917 ], [ 120.0519857, 30.1865409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0519857, 30.1865409 ], [ 120.0521838, 30.1861917 ], [ 120.0524879, 30.1857307 ], [ 120.0535358, 30.184117 ], [ 120.0536985, 30.1838879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0519857, 30.1865409 ], [ 120.0517655, 30.1856194 ], [ 120.0516904, 30.185369 ], [ 120.0515509, 30.1851464 ], [ 120.0507733, 30.1840855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0507733, 30.1840855 ], [ 120.0515509, 30.1851464 ], [ 120.0516904, 30.185369 ], [ 120.0517655, 30.1856194 ], [ 120.0519857, 30.1865409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437292, 30.1859463 ], [ 120.0450713, 30.1857712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0450713, 30.1857712 ], [ 120.0437292, 30.1859463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上城埭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437292, 30.1859463 ], [ 120.0438245, 30.1860732 ], [ 120.0444057, 30.1867976 ], [ 120.0444446, 30.1868442 ], [ 120.044722, 30.187176 ], [ 120.0447636, 30.1872258 ], [ 120.0448659, 30.1873553 ], [ 120.0449321, 30.1874274 ], [ 120.0450573, 30.1875979 ], [ 120.0451635, 30.1878077 ], [ 120.0454746, 30.1885553 ], [ 120.045596, 30.1887323 ], [ 120.0457667, 30.1889061 ], [ 120.0459487, 30.1890373 ], [ 120.0467681, 30.1894799 ], [ 120.0469151, 30.189562 ], [ 120.0471322, 30.1896832 ], [ 120.0487292, 30.1909225 ], [ 120.0488961, 30.1910537 ], [ 120.049135, 30.1911979 ], [ 120.0493816, 30.191316 ], [ 120.0496585, 30.1914242 ], [ 120.0513244, 30.1918881 ], [ 120.0514587, 30.1919612 ], [ 120.0520044, 30.1921344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上城埭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0520044, 30.1921344 ], [ 120.0514587, 30.1919612 ], [ 120.0513244, 30.1918881 ], [ 120.0496585, 30.1914242 ], [ 120.0493816, 30.191316 ], [ 120.049135, 30.1911979 ], [ 120.0488961, 30.1910537 ], [ 120.0487292, 30.1909225 ], [ 120.0471322, 30.1896832 ], [ 120.0469151, 30.189562 ], [ 120.0467681, 30.1894799 ], [ 120.0459487, 30.1890373 ], [ 120.0457667, 30.1889061 ], [ 120.045596, 30.1887323 ], [ 120.0454746, 30.1885553 ], [ 120.0451635, 30.1878077 ], [ 120.0450573, 30.1875979 ], [ 120.0449321, 30.1874274 ], [ 120.0448659, 30.1873553 ], [ 120.0447636, 30.1872258 ], [ 120.044722, 30.187176 ], [ 120.0444446, 30.1868442 ], [ 120.0444057, 30.1867976 ], [ 120.0438245, 30.1860732 ], [ 120.0437292, 30.1859463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0532896, 30.1937594 ], [ 120.0533848, 30.1933161 ], [ 120.0534069, 30.1931919 ], [ 120.053446, 30.1924532 ], [ 120.0534819, 30.1915619 ], [ 120.0534685, 30.1909458 ], [ 120.0534982, 30.1905014 ], [ 120.0535129, 30.1899441 ], [ 120.0535495, 30.1896062 ], [ 120.0536216, 30.1892421 ], [ 120.0537617, 30.1888335 ], [ 120.0539074, 30.1885467 ], [ 120.0539966, 30.188398 ], [ 120.0554772, 30.1857963 ], [ 120.0557982, 30.185296 ], [ 120.0561858, 30.1849351 ], [ 120.0563574, 30.1846854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0563574, 30.1846854 ], [ 120.0561858, 30.1849351 ], [ 120.0557982, 30.185296 ], [ 120.0554772, 30.1857963 ], [ 120.0539966, 30.188398 ], [ 120.0539074, 30.1885467 ], [ 120.0537617, 30.1888335 ], [ 120.0536216, 30.1892421 ], [ 120.0535495, 30.1896062 ], [ 120.0535129, 30.1899441 ], [ 120.0534982, 30.1905014 ], [ 120.0534685, 30.1909458 ], [ 120.0534819, 30.1915619 ], [ 120.053446, 30.1924532 ], [ 120.0534069, 30.1931919 ], [ 120.0533848, 30.1933161 ], [ 120.0532896, 30.1937594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0520044, 30.1921344 ], [ 120.0521299, 30.1918431 ], [ 120.0522084, 30.1915355 ], [ 120.0522831, 30.1913139 ], [ 120.0523154, 30.191094 ], [ 120.0523234, 30.1909308 ], [ 120.0522726, 30.1901764 ], [ 120.0522446, 30.1896967 ], [ 120.0522405, 30.1892183 ], [ 120.0522232, 30.188785 ], [ 120.0522296, 30.1884487 ], [ 120.0522334, 30.1882503 ], [ 120.0522345, 30.188192 ], [ 120.0521938, 30.1878115 ], [ 120.0520498, 30.1869304 ], [ 120.0520006, 30.1866123 ], [ 120.0519857, 30.1865409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0519857, 30.1865409 ], [ 120.0520006, 30.1866123 ], [ 120.0520498, 30.1869304 ], [ 120.0521938, 30.1878115 ], [ 120.0522345, 30.188192 ], [ 120.0522334, 30.1882503 ], [ 120.0522296, 30.1884487 ], [ 120.0522232, 30.188785 ], [ 120.0522405, 30.1892183 ], [ 120.0522446, 30.1896967 ], [ 120.0522726, 30.1901764 ], [ 120.0523234, 30.1909308 ], [ 120.0523154, 30.191094 ], [ 120.0522831, 30.1913139 ], [ 120.0522084, 30.1915355 ], [ 120.0521299, 30.1918431 ], [ 120.0520044, 30.1921344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0532896, 30.1937594 ], [ 120.0532042, 30.1936503 ], [ 120.0531794, 30.1936186 ], [ 120.0530962, 30.1935122 ], [ 120.0529727, 30.1933501 ], [ 120.0527401, 30.1930919 ], [ 120.0523272, 30.1926675 ], [ 120.0521928, 30.1924488 ], [ 120.0520044, 30.1921344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0520044, 30.1921344 ], [ 120.0521928, 30.1924488 ], [ 120.0523272, 30.1926675 ], [ 120.0527401, 30.1930919 ], [ 120.0529727, 30.1933501 ], [ 120.0530962, 30.1935122 ], [ 120.0531794, 30.1936186 ], [ 120.0532042, 30.1936503 ], [ 120.0532896, 30.1937594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清谷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627541, 30.1802422 ], [ 120.0626904, 30.180111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清谷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626904, 30.180111 ], [ 120.0627541, 30.1802422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0563574, 30.1846854 ], [ 120.056551, 30.1844583 ], [ 120.057852, 30.1835644 ], [ 120.0591218, 30.1827827 ], [ 120.0602906, 30.1820842 ], [ 120.0607772, 30.1817935 ], [ 120.0613031, 30.1814793 ], [ 120.0617841, 30.1811404 ], [ 120.0620919, 30.1808494 ], [ 120.0623083, 30.1806228 ], [ 120.0625921, 30.1802486 ], [ 120.0626904, 30.180111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627541, 30.1802422 ], [ 120.0626115, 30.1804405 ], [ 120.0624107, 30.1806822 ], [ 120.0621096, 30.1810148 ], [ 120.0617774, 30.1813144 ], [ 120.0614093, 30.1815953 ], [ 120.0604749, 30.182149 ], [ 120.0603794, 30.1822071 ], [ 120.0576237, 30.1838823 ], [ 120.0566605, 30.18456 ], [ 120.0563574, 30.1846854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清谷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627541, 30.1802422 ], [ 120.0628737, 30.1805738 ], [ 120.0630249, 30.1809224 ], [ 120.0631546, 30.1812829 ], [ 120.0634319, 30.1821279 ], [ 120.0634853, 30.1822612 ], [ 120.063525, 30.1823602 ], [ 120.0638155, 30.1830848 ], [ 120.0638685, 30.1833023 ], [ 120.0638841, 30.1835197 ], [ 120.0638527, 30.183677 ], [ 120.0637786, 30.1840019 ], [ 120.0637232, 30.1842945 ], [ 120.063701, 30.1846048 ], [ 120.0637442, 30.1848423 ], [ 120.0637848, 30.1851025 ], [ 120.0638488, 30.1854918 ], [ 120.0638604, 30.1856002 ], [ 120.0638775, 30.1857608 ], [ 120.0638678, 30.1872359 ], [ 120.0639203, 30.1882213 ], [ 120.063954, 30.1887142 ], [ 120.0640115, 30.1893522 ], [ 120.0640683, 30.1897489 ], [ 120.0642244, 30.1902557 ], [ 120.0643256, 30.1906745 ], [ 120.0644116, 30.1911523 ], [ 120.0644537, 30.1915243 ], [ 120.0645116, 30.1917552 ], [ 120.0645931, 30.1919892 ], [ 120.0647474, 30.1923043 ], [ 120.0648654, 30.1925088 ], [ 120.0650288, 30.1927527 ], [ 120.0651934, 30.1930826 ], [ 120.0655336, 30.1938509 ], [ 120.0658827, 30.1944919 ], [ 120.0659241, 30.1947039 ], [ 120.0659099, 30.1949173 ], [ 120.0658841, 30.1951537 ], [ 120.0658689, 30.1953225 ], [ 120.0658669, 30.1955764 ], [ 120.0659004, 30.1957196 ], [ 120.0659459, 30.1958217 ], [ 120.0660608, 30.1960348 ], [ 120.0661967, 30.1962016 ], [ 120.066315, 30.1963206 ], [ 120.066383, 30.1964742 ], [ 120.0664213, 30.1966399 ], [ 120.0664255, 30.1967719 ], [ 120.0663575, 30.1969139 ], [ 120.0662586, 30.1970502 ], [ 120.0661322, 30.1971905 ], [ 120.0660258, 30.1973643 ], [ 120.0658949, 30.1976781 ], [ 120.0657835, 30.1980623 ], [ 120.0656937, 30.1983766 ], [ 120.0656421, 30.1987251 ], [ 120.0655898, 30.19929 ], [ 120.0654924, 30.1998136 ], [ 120.0654018, 30.2002092 ], [ 120.0653408, 30.2005317 ], [ 120.0651906, 30.2013334 ], [ 120.0651379, 30.2016488 ], [ 120.0651366, 30.2019199 ], [ 120.0652087, 30.2021471 ], [ 120.0652867, 30.2022919 ], [ 120.0653274, 30.2024852 ], [ 120.065334, 30.2026618 ], [ 120.065296, 30.2029111 ], [ 120.0653082, 30.2032142 ], [ 120.0653199, 30.2033984 ], [ 120.0654047, 30.2036042 ], [ 120.0655637, 30.2040601 ], [ 120.0655922, 30.2043245 ], [ 120.0656351, 30.2051659 ], [ 120.0656414, 30.2054544 ], [ 120.0656206, 30.2056089 ], [ 120.0655852, 30.2058442 ], [ 120.0655564, 30.2060269 ], [ 120.0654736, 30.206855 ], [ 120.0654355, 30.207094 ], [ 120.0654024, 30.2072776 ], [ 120.0653381, 30.2075091 ], [ 120.0651011, 30.208215 ], [ 120.0650707, 30.2083405 ], [ 120.0650047, 30.2085782 ], [ 120.0649148, 30.2088107 ], [ 120.0647554, 30.2090664 ], [ 120.0645918, 30.2092553 ], [ 120.0643303, 30.2094657 ], [ 120.0640655, 30.2096087 ], [ 120.0638427, 30.2096741 ], [ 120.0635226, 30.2097295 ], [ 120.0633276, 30.2098003 ], [ 120.0632245, 30.2098929 ], [ 120.06312, 30.2100356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清谷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06312, 30.2100356 ], [ 120.0632245, 30.2098929 ], [ 120.0633276, 30.2098003 ], [ 120.0635226, 30.2097295 ], [ 120.0638427, 30.2096741 ], [ 120.0640655, 30.2096087 ], [ 120.0643303, 30.2094657 ], [ 120.0645918, 30.2092553 ], [ 120.0647554, 30.2090664 ], [ 120.0649148, 30.2088107 ], [ 120.0650047, 30.2085782 ], [ 120.0650707, 30.2083405 ], [ 120.0651011, 30.208215 ], [ 120.0653381, 30.2075091 ], [ 120.0654024, 30.2072776 ], [ 120.0654355, 30.207094 ], [ 120.0654736, 30.206855 ], [ 120.0655564, 30.2060269 ], [ 120.0655852, 30.2058442 ], [ 120.0656206, 30.2056089 ], [ 120.0656414, 30.2054544 ], [ 120.0656351, 30.2051659 ], [ 120.0655922, 30.2043245 ], [ 120.0655637, 30.2040601 ], [ 120.0654047, 30.2036042 ], [ 120.0653199, 30.2033984 ], [ 120.0653082, 30.2032142 ], [ 120.065296, 30.2029111 ], [ 120.065334, 30.2026618 ], [ 120.0653274, 30.2024852 ], [ 120.0652867, 30.2022919 ], [ 120.0652087, 30.2021471 ], [ 120.0651366, 30.2019199 ], [ 120.0651379, 30.2016488 ], [ 120.0651906, 30.2013334 ], [ 120.0653408, 30.2005317 ], [ 120.0654018, 30.2002092 ], [ 120.0654924, 30.1998136 ], [ 120.0655898, 30.19929 ], [ 120.0656421, 30.1987251 ], [ 120.0656937, 30.1983766 ], [ 120.0657835, 30.1980623 ], [ 120.0658949, 30.1976781 ], [ 120.0660258, 30.1973643 ], [ 120.0661322, 30.1971905 ], [ 120.0662586, 30.1970502 ], [ 120.0663575, 30.1969139 ], [ 120.0664255, 30.1967719 ], [ 120.0664213, 30.1966399 ], [ 120.066383, 30.1964742 ], [ 120.066315, 30.1963206 ], [ 120.0661967, 30.1962016 ], [ 120.0660608, 30.1960348 ], [ 120.0659459, 30.1958217 ], [ 120.0659004, 30.1957196 ], [ 120.0658669, 30.1955764 ], [ 120.0658689, 30.1953225 ], [ 120.0658841, 30.1951537 ], [ 120.0659099, 30.1949173 ], [ 120.0659241, 30.1947039 ], [ 120.0658827, 30.1944919 ], [ 120.0655336, 30.1938509 ], [ 120.0651934, 30.1930826 ], [ 120.0650288, 30.1927527 ], [ 120.0648654, 30.1925088 ], [ 120.0647474, 30.1923043 ], [ 120.0645931, 30.1919892 ], [ 120.0645116, 30.1917552 ], [ 120.0644537, 30.1915243 ], [ 120.0644116, 30.1911523 ], [ 120.0643256, 30.1906745 ], [ 120.0642244, 30.1902557 ], [ 120.0640683, 30.1897489 ], [ 120.0640115, 30.1893522 ], [ 120.063954, 30.1887142 ], [ 120.0639203, 30.1882213 ], [ 120.0638678, 30.1872359 ], [ 120.0638775, 30.1857608 ], [ 120.0638604, 30.1856002 ], [ 120.0638488, 30.1854918 ], [ 120.0637848, 30.1851025 ], [ 120.0637442, 30.1848423 ], [ 120.063701, 30.1846048 ], [ 120.0637232, 30.1842945 ], [ 120.0637786, 30.1840019 ], [ 120.0638527, 30.183677 ], [ 120.0638841, 30.1835197 ], [ 120.0638685, 30.1833023 ], [ 120.0638155, 30.1830848 ], [ 120.063525, 30.1823602 ], [ 120.0634853, 30.1822612 ], [ 120.0634319, 30.1821279 ], [ 120.0631546, 30.1812829 ], [ 120.0630249, 30.1809224 ], [ 120.0628737, 30.1805738 ], [ 120.0627541, 30.1802422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "清谷路", "青龙洞隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06312, 30.2100356 ], [ 120.0628449, 30.2102732 ], [ 120.0628222, 30.2102928 ], [ 120.0607183, 30.2117851 ], [ 120.0606068, 30.2118421 ], [ 120.0597458, 30.2121127 ], [ 120.0593598, 30.2122016 ], [ 120.0592259, 30.212234 ], [ 120.0591215, 30.2123168 ], [ 120.0590392, 30.2124208 ], [ 120.0589287, 30.2126487 ], [ 120.0587691, 30.2129462 ], [ 120.0586988, 30.2130701 ], [ 120.0582856, 30.2133359 ], [ 120.0581433, 30.2134791 ], [ 120.0579308, 30.2135563 ], [ 120.0569758, 30.2138631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "清谷路", "青龙洞隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0569758, 30.2138631 ], [ 120.0579308, 30.2135563 ], [ 120.0581433, 30.2134791 ], [ 120.0582856, 30.2133359 ], [ 120.0586988, 30.2130701 ], [ 120.0587691, 30.2129462 ], [ 120.0589287, 30.2126487 ], [ 120.0590392, 30.2124208 ], [ 120.0591215, 30.2123168 ], [ 120.0592259, 30.212234 ], [ 120.0593598, 30.2122016 ], [ 120.0597458, 30.2121127 ], [ 120.0606068, 30.2118421 ], [ 120.0607183, 30.2117851 ], [ 120.0628222, 30.2102928 ], [ 120.0628449, 30.2102732 ], [ 120.06312, 30.2100356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "罗文里", "清谷路", "青龙洞隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06312, 30.2100356 ], [ 120.0630775, 30.2101825 ], [ 120.0629452, 30.2103569 ], [ 120.0614886, 30.2123537 ], [ 120.0612734, 30.212522 ], [ 120.0610931, 30.2125984 ], [ 120.0605102, 30.2127627 ], [ 120.0604075, 30.2128773 ], [ 120.0603495, 30.2130439 ], [ 120.0603285, 30.2132918 ], [ 120.0603521, 30.2137551 ], [ 120.0603573, 30.2143018 ], [ 120.0603332, 30.2146419 ], [ 120.060285, 30.214873 ], [ 120.0601838, 30.2149862 ], [ 120.060011, 30.2150364 ], [ 120.0597446, 30.2151099 ], [ 120.0594803, 30.2151829 ], [ 120.0590279, 30.2154669 ], [ 120.0587405, 30.2155892 ], [ 120.0583586, 30.2157238 ], [ 120.0579064, 30.2158098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "罗文里", "清谷路", "青龙洞隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579064, 30.2158098 ], [ 120.0583586, 30.2157238 ], [ 120.0587405, 30.2155892 ], [ 120.0590279, 30.2154669 ], [ 120.0594803, 30.2151829 ], [ 120.0597446, 30.2151099 ], [ 120.060011, 30.2150364 ], [ 120.0601838, 30.2149862 ], [ 120.060285, 30.214873 ], [ 120.0603332, 30.2146419 ], [ 120.0603573, 30.2143018 ], [ 120.0603521, 30.2137551 ], [ 120.0603285, 30.2132918 ], [ 120.0603495, 30.2130439 ], [ 120.0604075, 30.2128773 ], [ 120.0605102, 30.2127627 ], [ 120.0610931, 30.2125984 ], [ 120.0612734, 30.212522 ], [ 120.0614886, 30.2123537 ], [ 120.0629452, 30.2103569 ], [ 120.0630775, 30.2101825 ], [ 120.06312, 30.2100356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科创路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969916959918109, 30.17558937505855 ], [ 119.9700392, 30.1775417 ], [ 119.9700896, 30.1780421 ], [ 119.9701759, 30.1786829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科创路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9700723, 30.1788472 ], [ 119.9699856, 30.1781882 ], [ 119.9699509, 30.1774951 ], [ 119.9698766, 30.1762838 ], [ 119.969833803245677, 30.175576819379621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9700723, 30.1788472 ], [ 119.9701759, 30.1786829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701759, 30.1786829 ], [ 119.9700723, 30.1788472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687689, 30.180661 ], [ 119.9689829, 30.1804218 ], [ 119.9691347, 30.1801994 ], [ 119.9692579, 30.1800188 ], [ 119.9696939, 30.1793609 ], [ 119.9700723, 30.1788472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9700723, 30.1788472 ], [ 119.9696939, 30.1793609 ], [ 119.9692579, 30.1800188 ], [ 119.9691347, 30.1801994 ], [ 119.9689829, 30.1804218 ], [ 119.9687689, 30.180661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9681988, 30.1807546 ], [ 119.9687689, 30.180661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687689, 30.180661 ], [ 119.9681988, 30.1807546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687689, 30.180661 ], [ 119.9683909, 30.1810499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683909, 30.1810499 ], [ 119.9687689, 30.180661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683909, 30.1810499 ], [ 119.9684152, 30.1809552 ], [ 119.9684045, 30.180898 ], [ 119.9683644, 30.1808287 ], [ 119.9683074, 30.1807821 ], [ 119.9681988, 30.1807546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9681988, 30.1807546 ], [ 119.9683074, 30.1807821 ], [ 119.9683644, 30.1808287 ], [ 119.9684045, 30.180898 ], [ 119.9684152, 30.1809552 ], [ 119.9683909, 30.1810499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "科创路", "万丈山隧道", "闲富路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701759, 30.1786829 ], [ 119.9702322, 30.1790308 ], [ 119.9704651, 30.1797521 ], [ 119.9707641, 30.1804448 ], [ 119.9710839, 30.1809347 ], [ 119.9714889, 30.1814681 ], [ 119.9720295, 30.181994 ], [ 119.9725406, 30.1824072 ], [ 119.9732255, 30.1828565 ], [ 119.9738338, 30.1831465 ], [ 119.9756434, 30.1838482 ], [ 119.9761396, 30.184044 ], [ 119.9767383, 30.1842923 ], [ 119.9767942, 30.1843155 ], [ 119.977525, 30.1846904 ], [ 119.9778517, 30.1848863 ], [ 119.9784113, 30.1852608 ], [ 119.979379, 30.186007 ], [ 119.9800632, 30.1865542 ], [ 119.9811373, 30.1879428 ], [ 119.9818659, 30.189509 ], [ 119.9822395, 30.1907078 ], [ 119.9839207, 30.1976142 ], [ 119.9841361, 30.1992979 ], [ 119.9842769, 30.2011109 ], [ 119.9842921, 30.2014584 ], [ 119.9842921, 30.2019173 ], [ 119.9842617, 30.2022976 ], [ 119.9842589, 30.2039984 ], [ 119.9842535, 30.2049987 ], [ 119.9842515, 30.2053691 ], [ 119.9842514, 30.2053957 ], [ 119.9842506, 30.2054663 ], [ 119.9842477, 30.2057294 ], [ 119.9842451, 30.2059667 ], [ 119.9842438, 30.2060854 ], [ 119.9842379, 30.2066304 ], [ 119.9842303, 30.2070894 ], [ 119.9841797, 30.2075474 ], [ 119.9841694, 30.2076831 ], [ 119.9840814, 30.2080188 ], [ 119.9839564, 30.2084319 ], [ 119.983699, 30.2089688 ], [ 119.9835115, 30.2092833 ], [ 119.9830078, 30.2098521 ], [ 119.982574, 30.2102333 ], [ 119.9821607, 30.2105852 ], [ 119.981835, 30.2108624 ], [ 119.9798681, 30.2125081 ], [ 119.9796108, 30.2128322 ], [ 119.9792578, 30.2132579 ], [ 119.9790924, 30.2134994 ], [ 119.9789637, 30.2137027 ], [ 119.9788019, 30.214049 ], [ 119.9787174, 30.2142841 ], [ 119.9785997, 30.2146495 ], [ 119.9785446, 30.2149545 ], [ 119.9784931, 30.215431 ], [ 119.9785299, 30.2161013 ], [ 119.9788093, 30.2177788 ], [ 119.9790853, 30.2192649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "闲富南路", "科创路", "闲林隧道", "万丈山隧道", "闲富路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789652, 30.2192759 ], [ 119.9788914, 30.2189396 ], [ 119.9788498, 30.218699 ], [ 119.9785572, 30.2170084 ], [ 119.9784013, 30.2161103 ], [ 119.9783791, 30.215628 ], [ 119.9783845, 30.2152973 ], [ 119.978438, 30.2148782 ], [ 119.9785314, 30.2145012 ], [ 119.9787163, 30.2139516 ], [ 119.9791096, 30.2132576 ], [ 119.97942, 30.2128327 ], [ 119.9797261, 30.2124525 ], [ 119.9805746, 30.2117489 ], [ 119.9813102, 30.2111218 ], [ 119.9819733, 30.2105947 ], [ 119.9821694, 30.2104388 ], [ 119.9828045, 30.2098948 ], [ 119.9831377, 30.2095571 ], [ 119.9833916, 30.2092483 ], [ 119.9835681, 30.2089659 ], [ 119.9838567, 30.2083902 ], [ 119.9840337, 30.207679 ], [ 119.9840815, 30.2074207 ], [ 119.9841146, 30.2067622 ], [ 119.9841195, 30.2060225 ], [ 119.9841202, 30.2059036 ], [ 119.9841238, 30.2053593 ], [ 119.984125, 30.2037361 ], [ 119.9840911, 30.2029323 ], [ 119.9840782, 30.2026251 ], [ 119.9840438, 30.2019577 ], [ 119.9839694, 30.2010908 ], [ 119.9835196, 30.1975828 ], [ 119.9823472, 30.1923507 ], [ 119.9814595, 30.1894426 ], [ 119.98073, 30.1879859 ], [ 119.9798316, 30.1867842 ], [ 119.979037, 30.1861316 ], [ 119.9782029, 30.1854465 ], [ 119.9780253, 30.185321 ], [ 119.9773008, 30.1848294 ], [ 119.9767381, 30.1844902 ], [ 119.9760731, 30.1841735 ], [ 119.9758586, 30.1840859 ], [ 119.9741791, 30.1833999 ], [ 119.9734428, 30.1830801 ], [ 119.9728436, 30.1827513 ], [ 119.9723257, 30.1823791 ], [ 119.9718197, 30.1819553 ], [ 119.9713331, 30.1814427 ], [ 119.9709621, 30.1809513 ], [ 119.9706129, 30.1803772 ], [ 119.9703531, 30.1797966 ], [ 119.9701978, 30.179346 ], [ 119.9701164, 30.1790547 ], [ 119.9700723, 30.1788472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790853, 30.2192649 ], [ 119.9789652, 30.2192759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789652, 30.2192759 ], [ 119.9790853, 30.2192649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790853, 30.2192649 ], [ 119.9797556, 30.2192033 ], [ 119.9806922, 30.2191873 ], [ 119.981439, 30.2193161 ], [ 119.9815409, 30.2193485 ], [ 119.9816273, 30.2193881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9883387, 30.2240291 ], [ 119.9883994, 30.2239148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9883994, 30.2239148 ], [ 119.9883387, 30.2240291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9952714, 30.2271415 ], [ 119.9950019, 30.2268588 ], [ 119.9925967, 30.2246134 ], [ 119.9925203, 30.2245421 ], [ 119.9909292, 30.2230567 ], [ 119.9910384, 30.2229623 ], [ 119.9916037, 30.2235118 ], [ 119.9925443, 30.2244748 ], [ 119.9926036, 30.2245356 ], [ 119.992715, 30.2246497 ], [ 119.9937814, 30.225621 ], [ 119.9953734, 30.2270521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9871813, 30.226135 ], [ 119.9883387, 30.2240291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9883387, 30.2240291 ], [ 119.9871813, 30.226135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9883994, 30.2239148 ], [ 119.9892689, 30.2242753 ], [ 119.9894196, 30.2243738 ], [ 119.9898314, 30.2246534 ], [ 119.9900664, 30.2248584 ], [ 119.9913575, 30.2259845 ], [ 119.99142, 30.2260444 ], [ 119.9939097, 30.2282413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683909, 30.1810499 ], [ 119.9682582, 30.181154 ], [ 119.9670263, 30.1821755 ], [ 119.9664117, 30.1831186 ], [ 119.9662749, 30.1833003 ], [ 119.9662305, 30.1834312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9662305, 30.1834312 ], [ 119.9662749, 30.1833003 ], [ 119.9664117, 30.1831186 ], [ 119.9670263, 30.1821755 ], [ 119.9682582, 30.181154 ], [ 119.9683909, 30.1810499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9664825, 30.2172335 ], [ 119.9666849, 30.2174335 ], [ 119.9675525, 30.2178583 ], [ 119.9678273, 30.2180208 ], [ 119.9683623, 30.2185456 ], [ 119.9688395, 30.2191453 ], [ 119.9690689, 30.2195244 ], [ 119.9691721, 30.2196951 ], [ 119.969577, 30.221307 ], [ 119.969577, 30.2215569 ], [ 119.9695336, 30.2217194 ], [ 119.9694023, 30.2219275 ], [ 119.9693601, 30.2219943 ], [ 119.9675099, 30.2241514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9675099, 30.2241514 ], [ 119.9693601, 30.2219943 ], [ 119.9694023, 30.2219275 ], [ 119.9695336, 30.2217194 ], [ 119.969577, 30.2215569 ], [ 119.969577, 30.221307 ], [ 119.9691721, 30.2196951 ], [ 119.9690689, 30.2195244 ], [ 119.9688395, 30.2191453 ], [ 119.9683623, 30.2185456 ], [ 119.9678273, 30.2180208 ], [ 119.9675525, 30.2178583 ], [ 119.9666849, 30.2174335 ], [ 119.9664825, 30.2172335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9780573, 30.2228827 ], [ 119.9752906, 30.2226291 ], [ 119.9751987, 30.2226327 ], [ 119.9751147, 30.2226327 ], [ 119.975035, 30.2226237 ], [ 119.9749531, 30.2226019 ], [ 119.974886, 30.2225674 ], [ 119.9747328, 30.2224641 ], [ 119.9746614, 30.222397 ], [ 119.9745187, 30.2222791 ], [ 119.9744242, 30.2221721 ], [ 119.9743877, 30.222138 ], [ 119.9743519, 30.2221236 ], [ 119.9743021, 30.2221148 ], [ 119.9742573, 30.2221225 ], [ 119.974219, 30.2221546 ], [ 119.9741692, 30.2222252 ], [ 119.9741206, 30.2222816 ], [ 119.9740567, 30.222318 ], [ 119.9739966, 30.2223489 ], [ 119.9739391, 30.2224019 ], [ 119.973888, 30.2224848 ], [ 119.9738279, 30.222593 ], [ 119.9737653, 30.2226825 ], [ 119.973571, 30.222894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973571, 30.222894 ], [ 119.9737653, 30.2226825 ], [ 119.9738279, 30.222593 ], [ 119.973888, 30.2224848 ], [ 119.9739391, 30.2224019 ], [ 119.9739966, 30.2223489 ], [ 119.9740567, 30.222318 ], [ 119.9741206, 30.2222816 ], [ 119.9741692, 30.2222252 ], [ 119.974219, 30.2221546 ], [ 119.9742573, 30.2221225 ], [ 119.9743021, 30.2221148 ], [ 119.9743519, 30.2221236 ], [ 119.9743877, 30.222138 ], [ 119.9744242, 30.2221721 ], [ 119.9745187, 30.2222791 ], [ 119.9746614, 30.222397 ], [ 119.9747328, 30.2224641 ], [ 119.974886, 30.2225674 ], [ 119.9749531, 30.2226019 ], [ 119.975035, 30.2226237 ], [ 119.9751147, 30.2226327 ], [ 119.9751987, 30.2226327 ], [ 119.9752906, 30.2226291 ], [ 119.9780573, 30.2228827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9717433, 30.2258419 ], [ 119.9710265, 30.2256384 ], [ 119.9707694, 30.2255654 ], [ 119.9689395, 30.2250459 ], [ 119.9682416, 30.2246092 ], [ 119.9680308, 30.2244773 ], [ 119.9675099, 30.2241514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9675099, 30.2241514 ], [ 119.9680308, 30.2244773 ], [ 119.9682416, 30.2246092 ], [ 119.9689395, 30.2250459 ], [ 119.9707694, 30.2255654 ], [ 119.9710265, 30.2256384 ], [ 119.9717433, 30.2258419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉企路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706485, 30.2278963 ], [ 119.96884, 30.2264971 ], [ 119.9686148, 30.2263229 ], [ 119.9683334, 30.2261051 ], [ 119.9671332, 30.225168 ], [ 119.9670175, 30.2249805 ], [ 119.9669741, 30.2248181 ], [ 119.9669741, 30.2247057 ], [ 119.967032, 30.2245682 ], [ 119.9672806, 30.2242886 ], [ 119.9675099, 30.2241514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉企路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9675099, 30.2241514 ], [ 119.9672806, 30.2242886 ], [ 119.967032, 30.2245682 ], [ 119.9669741, 30.2247057 ], [ 119.9669741, 30.2248181 ], [ 119.9670175, 30.2249805 ], [ 119.9671332, 30.225168 ], [ 119.9683334, 30.2261051 ], [ 119.9686148, 30.2263229 ], [ 119.96884, 30.2264971 ], [ 119.9706485, 30.2278963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816273, 30.2193881 ], [ 119.9815409, 30.2193485 ], [ 119.981439, 30.2193161 ], [ 119.9806922, 30.2191873 ], [ 119.9797556, 30.2192033 ], [ 119.9790853, 30.2192649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "泰闲街", "福严路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832719, 30.222054 ], [ 119.9832361, 30.2216199 ], [ 119.9832897, 30.2211795 ], [ 119.983515, 30.2203683 ], [ 119.9836438, 30.2199697 ], [ 119.9837135, 30.2198445 ], [ 119.9828337, 30.2195757 ], [ 119.9822383, 30.2194876 ], [ 119.9818413, 30.2194273 ], [ 119.9816273, 30.2193881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "泰闲街", "福严路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816273, 30.2193881 ], [ 119.9818413, 30.2194273 ], [ 119.9822383, 30.2194876 ], [ 119.9828337, 30.2195757 ], [ 119.9837135, 30.2198445 ], [ 119.9836438, 30.2199697 ], [ 119.983515, 30.2203683 ], [ 119.9832897, 30.2211795 ], [ 119.9832361, 30.2216199 ], [ 119.9832719, 30.222054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816273, 30.2193881 ], [ 119.9816804, 30.2195525 ], [ 119.9820452, 30.2213186 ], [ 119.982203, 30.2222111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.982203, 30.2222111 ], [ 119.9820452, 30.2213186 ], [ 119.9816804, 30.2195525 ], [ 119.9816273, 30.2193881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790853, 30.2192649 ], [ 119.9791889, 30.2198484 ], [ 119.9792688, 30.220298 ], [ 119.9792799, 30.2204378 ], [ 119.979313, 30.2207206 ], [ 119.9793313, 30.2208889 ], [ 119.9793313, 30.2211748 ], [ 119.9792799, 30.2216259 ], [ 119.9790243, 30.2228862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788908, 30.2229191 ], [ 119.9791339, 30.2217214 ], [ 119.9792139, 30.2210532 ], [ 119.9791501, 30.2203029 ], [ 119.9789652, 30.2192759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9780573, 30.2228827 ], [ 119.9783195, 30.2212467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9783195, 30.2212467 ], [ 119.9780573, 30.2228827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832719, 30.222054 ], [ 119.982203, 30.2222111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437292, 30.1859463 ], [ 120.0436329, 30.1859521 ], [ 120.0429829, 30.1859914 ], [ 120.0424925, 30.1860215 ], [ 120.0421294, 30.1861072 ], [ 120.0417247, 30.1862291 ], [ 120.0411602, 30.1864473 ], [ 120.0406766, 30.1866222 ], [ 120.0398981, 30.1867858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0398981, 30.1867858 ], [ 120.0395443, 30.1869339 ], [ 120.0390236, 30.1870385 ], [ 120.038511, 30.187154 ], [ 120.0382777, 30.1872065 ], [ 120.0378803, 30.1873746 ], [ 120.0374774, 30.1876072 ], [ 120.0372707, 30.1877422 ], [ 120.037168, 30.1878073 ], [ 120.0370473, 30.1878839 ], [ 120.036916, 30.1879506 ], [ 120.0368458, 30.1879863 ], [ 120.0366334, 30.18805 ], [ 120.0366143, 30.1880519 ], [ 120.0364146, 30.1880723 ], [ 120.0363893, 30.1880708 ], [ 120.036164, 30.1880575 ], [ 120.036051, 30.188053 ], [ 120.0360097, 30.1880513 ], [ 120.03581, 30.1880434 ], [ 120.0357763, 30.188042 ], [ 120.0355677, 30.1880624 ], [ 120.035465, 30.1880725 ], [ 120.0353965, 30.1880859 ], [ 120.0353429, 30.1880964 ], [ 120.0352418, 30.188122 ], [ 120.0350961, 30.1881588 ], [ 120.0349998, 30.1881896 ], [ 120.0348197, 30.1882473 ], [ 120.0347584, 30.188276 ], [ 120.0346497, 30.1883268 ], [ 120.0345967, 30.1883618 ], [ 120.0345362, 30.1884018 ], [ 120.034452, 30.1884574 ], [ 120.0343043, 30.188578 ], [ 120.034153, 30.1887015 ], [ 120.0338849, 30.1889494 ], [ 120.03382, 30.1890095 ], [ 120.0334582, 30.1892718 ], [ 120.0334118, 30.1893054 ], [ 120.0332655, 30.1894018 ], [ 120.0328214, 30.1896946 ], [ 120.0323693, 30.1900252 ], [ 120.0314706, 30.1907005 ], [ 120.0308193, 30.1911575 ], [ 120.0305569, 30.1913695 ], [ 120.0302968, 30.1915982 ], [ 120.0301867, 30.191717 ], [ 120.030055, 30.1918591 ], [ 120.0296834, 30.1922572 ], [ 120.0294382, 30.1925027 ], [ 120.0292702, 30.1926495 ], [ 120.0290906, 30.1927807 ], [ 120.0289497, 30.1928862 ], [ 120.0288131, 30.1929905 ], [ 120.0286648, 30.193144 ], [ 120.028445, 30.1933484 ], [ 120.0282993, 30.1935005 ], [ 120.0281425, 30.1936131 ], [ 120.0279196, 30.1937532 ], [ 120.0276962, 30.193864 ], [ 120.027197, 30.1941072 ], [ 120.0268975, 30.1943009 ], [ 120.0264988, 30.1946038 ], [ 120.0263687, 30.1946939 ], [ 120.0262651, 30.194751 ], [ 120.0261826, 30.1947766 ], [ 120.0260969, 30.1948112 ], [ 120.0260142, 30.1948565 ], [ 120.0259367, 30.19491 ], [ 120.0258287, 30.194983 ], [ 120.025711, 30.1950403 ], [ 120.025593, 30.1950956 ], [ 120.0254306, 30.1951423 ], [ 120.0252547, 30.1951926 ], [ 120.0249886, 30.1952492 ], [ 120.0245374, 30.1953538 ], [ 120.0242821, 30.1954369 ], [ 120.0241473, 30.1954935 ], [ 120.0240053, 30.1955792 ], [ 120.0239198, 30.1956372 ], [ 120.0238642, 30.1956667 ], [ 120.0238023, 30.1956933 ], [ 120.023736, 30.1957194 ], [ 120.0236594, 30.1957313 ], [ 120.023591, 30.19573 ], [ 120.0235279, 30.1957243 ], [ 120.0234506, 30.1957006 ], [ 120.0229996, 30.1955564 ], [ 120.0229163, 30.1955311 ], [ 120.0228414, 30.1955159 ], [ 120.0227481, 30.1955111 ], [ 120.0226688, 30.1955175 ], [ 120.0225946, 30.1955365 ], [ 120.0224344, 30.195614 ], [ 120.0222247, 30.1957312 ], [ 120.0220961, 30.1957859 ], [ 120.0219715, 30.1958369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0219715, 30.1958369 ], [ 120.0220961, 30.1957859 ], [ 120.0222247, 30.1957312 ], [ 120.0224344, 30.195614 ], [ 120.0225946, 30.1955365 ], [ 120.0226688, 30.1955175 ], [ 120.0227481, 30.1955111 ], [ 120.0228414, 30.1955159 ], [ 120.0229163, 30.1955311 ], [ 120.0229996, 30.1955564 ], [ 120.0234506, 30.1957006 ], [ 120.0235279, 30.1957243 ], [ 120.023591, 30.19573 ], [ 120.0236594, 30.1957313 ], [ 120.023736, 30.1957194 ], [ 120.0238023, 30.1956933 ], [ 120.0238642, 30.1956667 ], [ 120.0239198, 30.1956372 ], [ 120.0240053, 30.1955792 ], [ 120.0241473, 30.1954935 ], [ 120.0242821, 30.1954369 ], [ 120.0245374, 30.1953538 ], [ 120.0249886, 30.1952492 ], [ 120.0252547, 30.1951926 ], [ 120.0254306, 30.1951423 ], [ 120.025593, 30.1950956 ], [ 120.025711, 30.1950403 ], [ 120.0258287, 30.194983 ], [ 120.0259367, 30.19491 ], [ 120.0260142, 30.1948565 ], [ 120.0260969, 30.1948112 ], [ 120.0261826, 30.1947766 ], [ 120.0262651, 30.194751 ], [ 120.0263687, 30.1946939 ], [ 120.0264988, 30.1946038 ], [ 120.0268975, 30.1943009 ], [ 120.027197, 30.1941072 ], [ 120.0276962, 30.193864 ], [ 120.0279196, 30.1937532 ], [ 120.0281425, 30.1936131 ], [ 120.0282993, 30.1935005 ], [ 120.028445, 30.1933484 ], [ 120.0286648, 30.193144 ], [ 120.0288131, 30.1929905 ], [ 120.0289497, 30.1928862 ], [ 120.0290906, 30.1927807 ], [ 120.0292702, 30.1926495 ], [ 120.0294382, 30.1925027 ], [ 120.0296834, 30.1922572 ], [ 120.030055, 30.1918591 ], [ 120.0301867, 30.191717 ], [ 120.0302968, 30.1915982 ], [ 120.0305569, 30.1913695 ], [ 120.0308193, 30.1911575 ], [ 120.0314706, 30.1907005 ], [ 120.0323693, 30.1900252 ], [ 120.0328214, 30.1896946 ], [ 120.0332655, 30.1894018 ], [ 120.0334118, 30.1893054 ], [ 120.0334582, 30.1892718 ], [ 120.03382, 30.1890095 ], [ 120.0338849, 30.1889494 ], [ 120.034153, 30.1887015 ], [ 120.0343043, 30.188578 ], [ 120.034452, 30.1884574 ], [ 120.0345362, 30.1884018 ], [ 120.0345967, 30.1883618 ], [ 120.0346497, 30.1883268 ], [ 120.0347584, 30.188276 ], [ 120.0348197, 30.1882473 ], [ 120.0349998, 30.1881896 ], [ 120.0350961, 30.1881588 ], [ 120.0352418, 30.188122 ], [ 120.0353429, 30.1880964 ], [ 120.0353965, 30.1880859 ], [ 120.035465, 30.1880725 ], [ 120.0355677, 30.1880624 ], [ 120.0357763, 30.188042 ], [ 120.03581, 30.1880434 ], [ 120.0360097, 30.1880513 ], [ 120.036051, 30.188053 ], [ 120.036164, 30.1880575 ], [ 120.0363893, 30.1880708 ], [ 120.0364146, 30.1880723 ], [ 120.0366143, 30.1880519 ], [ 120.0366334, 30.18805 ], [ 120.0368458, 30.1879863 ], [ 120.036916, 30.1879506 ], [ 120.0370473, 30.1878839 ], [ 120.037168, 30.1878073 ], [ 120.0372707, 30.1877422 ], [ 120.0374774, 30.1876072 ], [ 120.0378803, 30.1873746 ], [ 120.0382777, 30.1872065 ], [ 120.038511, 30.187154 ], [ 120.0390236, 30.1870385 ], [ 120.0395443, 30.1869339 ], [ 120.0398981, 30.1867858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0237402, 30.2149104 ], [ 120.0245245, 30.2153818 ], [ 120.0247771, 30.2155616 ], [ 120.0249675, 30.2156971 ], [ 120.0251215, 30.2158068 ], [ 120.0256378, 30.2161744 ], [ 120.0261392, 30.2165314 ], [ 120.0264472, 30.2167594 ], [ 120.0266275, 30.2168929 ], [ 120.0268372, 30.2170481 ], [ 120.027711, 30.2176949 ], [ 120.0279071, 30.2178375 ], [ 120.0283605, 30.2181672 ], [ 120.0290306, 30.2186545 ], [ 120.0290889, 30.218726 ], [ 120.0291447, 30.2188147 ], [ 120.0291218, 30.218932 ], [ 120.0287058, 30.2194523 ], [ 120.0286555, 30.2195152 ], [ 120.0281399, 30.2201691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0281399, 30.2201691 ], [ 120.0286555, 30.2195152 ], [ 120.0287058, 30.2194523 ], [ 120.0291218, 30.218932 ], [ 120.0291447, 30.2188147 ], [ 120.0290889, 30.218726 ], [ 120.0290306, 30.2186545 ], [ 120.0283605, 30.2181672 ], [ 120.0279071, 30.2178375 ], [ 120.027711, 30.2176949 ], [ 120.0268372, 30.2170481 ], [ 120.0266275, 30.2168929 ], [ 120.0264472, 30.2167594 ], [ 120.0261392, 30.2165314 ], [ 120.0256378, 30.2161744 ], [ 120.0251215, 30.2158068 ], [ 120.0249675, 30.2156971 ], [ 120.0247771, 30.2155616 ], [ 120.0245245, 30.2153818 ], [ 120.0237402, 30.2149104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0185179, 30.2165145 ], [ 120.0194838, 30.2174865 ], [ 120.0209284, 30.2190106 ], [ 120.0213718, 30.2194451 ], [ 120.021846, 30.2198973 ], [ 120.0221121, 30.2201133 ], [ 120.0227657, 30.220531 ], [ 120.0235665, 30.2210454 ], [ 120.0238173, 30.2211771 ], [ 120.0243748, 30.2214375 ], [ 120.0248838, 30.2216752 ], [ 120.0260091, 30.2221783 ], [ 120.0266698, 30.2224582 ], [ 120.0268988, 30.2225553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0268025, 30.2226593 ], [ 120.0266019, 30.2225708 ], [ 120.0260099, 30.2223095 ], [ 120.0251682, 30.2219598 ], [ 120.0244305, 30.2216256 ], [ 120.0235797, 30.2212253 ], [ 120.0232253, 30.2210144 ], [ 120.0226738, 30.2206582 ], [ 120.0225505, 30.2205674 ], [ 120.0221623, 30.2202814 ], [ 120.0217152, 30.2199341 ], [ 120.0211604, 30.2194642 ], [ 120.0205215, 30.2188239 ], [ 120.0192977, 30.2175147 ], [ 120.0184114, 30.2165824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0268988, 30.2225553 ], [ 120.026974, 30.2224451 ], [ 120.0270078, 30.2223955 ], [ 120.0270337, 30.2223576 ], [ 120.0272052, 30.2217574 ], [ 120.0272571, 30.2216232 ], [ 120.0273287, 30.2214383 ], [ 120.0274427, 30.2211437 ], [ 120.0275394, 30.2209582 ], [ 120.0276965, 30.2207505 ], [ 120.0281399, 30.2201691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0281399, 30.2201691 ], [ 120.0276965, 30.2207505 ], [ 120.0275394, 30.2209582 ], [ 120.0274427, 30.2211437 ], [ 120.0273287, 30.2214383 ], [ 120.0272571, 30.2216232 ], [ 120.0272052, 30.2217574 ], [ 120.0270337, 30.2223576 ], [ 120.0270078, 30.2223955 ], [ 120.026974, 30.2224451 ], [ 120.0268988, 30.2225553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.03005, 30.2239932 ], [ 120.030102, 30.223922 ], [ 120.0302108, 30.2237728 ], [ 120.0304113, 30.2235189 ], [ 120.0312967, 30.2224379 ], [ 120.031868, 30.2217424 ], [ 120.0319049, 30.2217316 ], [ 120.0324531, 30.2210618 ], [ 120.0324839, 30.2210189 ], [ 120.032556, 30.2209187 ], [ 120.0328039, 30.2205739 ], [ 120.0331371, 30.2201105 ], [ 120.0335528, 30.2195893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0532896, 30.1937594 ], [ 120.053182, 30.1943084 ], [ 120.0531174, 30.1947182 ], [ 120.0530753, 30.1953288 ], [ 120.0530664, 30.1959449 ], [ 120.0530787, 30.196527 ], [ 120.0530541, 30.197064 ], [ 120.0529809, 30.1978739 ], [ 120.0529879, 30.1979822 ], [ 120.0530264, 30.1985774 ], [ 120.0530427, 30.1987664 ], [ 120.0530536, 30.1988925 ], [ 120.0530812, 30.1990889 ], [ 120.0531545, 30.1995998 ], [ 120.0532111, 30.1999125 ], [ 120.0532198, 30.2000058 ], [ 120.0532216, 30.2000252 ], [ 120.0532849, 30.2007033 ], [ 120.0532927, 30.2007871 ], [ 120.0533844, 30.2014378 ], [ 120.0535307, 30.2025791 ], [ 120.053592, 30.2028148 ], [ 120.0536471, 30.2029713 ], [ 120.0537729, 30.2032317 ], [ 120.053991, 30.2035602 ], [ 120.0541959, 30.2038388 ], [ 120.0543318, 30.2040624 ], [ 120.054496, 30.2044586 ], [ 120.0545346, 30.2047529 ], [ 120.0545029, 30.2050577 ], [ 120.0542167, 30.2061187 ], [ 120.0542034, 30.206168 ], [ 120.0541796, 30.2065744 ], [ 120.0541919, 30.2069353 ], [ 120.0542201, 30.2072789 ], [ 120.0543383, 30.2079291 ], [ 120.0546235, 30.2089608 ], [ 120.0547176, 30.2092606 ], [ 120.0550601, 30.2099731 ], [ 120.0554754, 30.2108083 ], [ 120.0558719, 30.211614 ], [ 120.0561077, 30.2121105 ], [ 120.0565467, 30.2130118 ], [ 120.0568438, 30.2136368 ], [ 120.0569758, 30.2138631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0569758, 30.2138631 ], [ 120.0568438, 30.2136368 ], [ 120.0565467, 30.2130118 ], [ 120.0561077, 30.2121105 ], [ 120.0558719, 30.211614 ], [ 120.0554754, 30.2108083 ], [ 120.0550601, 30.2099731 ], [ 120.0547176, 30.2092606 ], [ 120.0546235, 30.2089608 ], [ 120.0543383, 30.2079291 ], [ 120.0542201, 30.2072789 ], [ 120.0541919, 30.2069353 ], [ 120.0541796, 30.2065744 ], [ 120.0542034, 30.206168 ], [ 120.0542167, 30.2061187 ], [ 120.0545029, 30.2050577 ], [ 120.0545346, 30.2047529 ], [ 120.054496, 30.2044586 ], [ 120.0543318, 30.2040624 ], [ 120.0541959, 30.2038388 ], [ 120.053991, 30.2035602 ], [ 120.0537729, 30.2032317 ], [ 120.0536471, 30.2029713 ], [ 120.053592, 30.2028148 ], [ 120.0535307, 30.2025791 ], [ 120.0533844, 30.2014378 ], [ 120.0532927, 30.2007871 ], [ 120.0532849, 30.2007033 ], [ 120.0532216, 30.2000252 ], [ 120.0532198, 30.2000058 ], [ 120.0532111, 30.1999125 ], [ 120.0531545, 30.1995998 ], [ 120.0530812, 30.1990889 ], [ 120.0530536, 30.1988925 ], [ 120.0530427, 30.1987664 ], [ 120.0530264, 30.1985774 ], [ 120.0529879, 30.1979822 ], [ 120.0529809, 30.1978739 ], [ 120.0530541, 30.197064 ], [ 120.0530787, 30.196527 ], [ 120.0530664, 30.1959449 ], [ 120.0530753, 30.1953288 ], [ 120.0531174, 30.1947182 ], [ 120.053182, 30.1943084 ], [ 120.0532896, 30.1937594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0569758, 30.2138631 ], [ 120.0576614, 30.2152294 ], [ 120.0579064, 30.2158098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579064, 30.2158098 ], [ 120.0576614, 30.2152294 ], [ 120.0569758, 30.2138631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0473941, 30.2357365 ], [ 120.0474526, 30.2356694 ], [ 120.0478418, 30.2352233 ], [ 120.0481365, 30.2348938 ], [ 120.048309, 30.2346441 ], [ 120.0484163, 30.234351 ], [ 120.0484418, 30.2341253 ], [ 120.0484134, 30.2338029 ], [ 120.0483645, 30.2334567 ], [ 120.0483512, 30.2331195 ], [ 120.0483761, 30.2328564 ], [ 120.0484738, 30.2326175 ], [ 120.0486242, 30.232394 ], [ 120.0488764, 30.2321026 ], [ 120.0495059, 30.2313979 ], [ 120.0510177, 30.2297885 ], [ 120.0514344, 30.2293657 ], [ 120.051759, 30.228969 ], [ 120.0518736, 30.2287463 ], [ 120.0520034, 30.2283948 ], [ 120.0521245, 30.2279895 ], [ 120.0523304, 30.2274474 ], [ 120.0525562, 30.2270737 ], [ 120.0529401, 30.2264533 ], [ 120.0534876, 30.2256841 ], [ 120.0545325, 30.2242737 ], [ 120.0550294, 30.2235761 ], [ 120.055257, 30.2232646 ], [ 120.0561136, 30.2222053 ], [ 120.0565533, 30.2215516 ], [ 120.0568552, 30.2210897 ], [ 120.0570605, 30.2206867 ], [ 120.0571495, 30.2204304 ], [ 120.0572361, 30.2201507 ], [ 120.0576206, 30.2188427 ], [ 120.0579455, 30.2177802 ], [ 120.05806, 30.217373 ], [ 120.0580914, 30.2170458 ], [ 120.0580838, 30.2167323 ], [ 120.0580514, 30.2165041 ], [ 120.058044, 30.2163488 ], [ 120.0579918, 30.2161054 ], [ 120.0579064, 30.2158098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579064, 30.2158098 ], [ 120.0579918, 30.2161054 ], [ 120.058044, 30.2163488 ], [ 120.0580514, 30.2165041 ], [ 120.0580838, 30.2167323 ], [ 120.0580914, 30.2170458 ], [ 120.05806, 30.217373 ], [ 120.0579455, 30.2177802 ], [ 120.0576206, 30.2188427 ], [ 120.0572361, 30.2201507 ], [ 120.0571495, 30.2204304 ], [ 120.0570605, 30.2206867 ], [ 120.0568552, 30.2210897 ], [ 120.0565533, 30.2215516 ], [ 120.0561136, 30.2222053 ], [ 120.055257, 30.2232646 ], [ 120.0550294, 30.2235761 ], [ 120.0545325, 30.2242737 ], [ 120.0534876, 30.2256841 ], [ 120.0529401, 30.2264533 ], [ 120.0525562, 30.2270737 ], [ 120.0523304, 30.2274474 ], [ 120.0521245, 30.2279895 ], [ 120.0520034, 30.2283948 ], [ 120.0518736, 30.2287463 ], [ 120.051759, 30.228969 ], [ 120.0514344, 30.2293657 ], [ 120.0510177, 30.2297885 ], [ 120.0495059, 30.2313979 ], [ 120.0488764, 30.2321026 ], [ 120.0486242, 30.232394 ], [ 120.0484738, 30.2326175 ], [ 120.0483761, 30.2328564 ], [ 120.0483512, 30.2331195 ], [ 120.0483645, 30.2334567 ], [ 120.0484134, 30.2338029 ], [ 120.0484418, 30.2341253 ], [ 120.0484163, 30.234351 ], [ 120.048309, 30.2346441 ], [ 120.0481365, 30.2348938 ], [ 120.0478418, 30.2352233 ], [ 120.0474526, 30.2356694 ], [ 120.0473941, 30.2357365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0451417, 30.2240107 ], [ 120.0453814, 30.2243466 ], [ 120.045489, 30.2245211 ], [ 120.0457815, 30.2249665 ], [ 120.0458255, 30.2255666 ], [ 120.045777, 30.2262802 ], [ 120.0455358, 30.2268524 ], [ 120.0452019, 30.2272579 ], [ 120.0451816, 30.2273352 ], [ 120.0450729, 30.2275211 ], [ 120.0447827, 30.2278655 ], [ 120.044778, 30.2278711 ], [ 120.0446863, 30.2279815 ], [ 120.0440044, 30.22885 ], [ 120.0438965, 30.2289764 ], [ 120.0437947, 30.2291465 ], [ 120.0437061, 30.2292608 ], [ 120.0434029, 30.2296284 ], [ 120.0429109, 30.2302449 ], [ 120.0425423, 30.2306875 ], [ 120.0424585, 30.2308004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0424585, 30.2308004 ], [ 120.0425423, 30.2306875 ], [ 120.0429109, 30.2302449 ], [ 120.0434029, 30.2296284 ], [ 120.0437061, 30.2292608 ], [ 120.0437947, 30.2291465 ], [ 120.0438965, 30.2289764 ], [ 120.0440044, 30.22885 ], [ 120.0446863, 30.2279815 ], [ 120.044778, 30.2278711 ], [ 120.0447827, 30.2278655 ], [ 120.0450729, 30.2275211 ], [ 120.0451816, 30.2273352 ], [ 120.0452019, 30.2272579 ], [ 120.0455358, 30.2268524 ], [ 120.045777, 30.2262802 ], [ 120.0458255, 30.2255666 ], [ 120.0457815, 30.2249665 ], [ 120.045489, 30.2245211 ], [ 120.0453814, 30.2243466 ], [ 120.0451417, 30.2240107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0468596, 30.2292454 ], [ 120.0465719, 30.2296623 ], [ 120.0462042, 30.2301951 ], [ 120.0457114, 30.2309093 ], [ 120.0452793, 30.2309854 ], [ 120.0452123, 30.2309972 ], [ 120.0450983, 30.2310637 ], [ 120.0449319, 30.2311782 ], [ 120.0448123, 30.2313582 ], [ 120.0447441, 30.2314527 ], [ 120.0445416, 30.2316973 ], [ 120.044127, 30.2321972 ], [ 120.0440424, 30.2322622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0440424, 30.2322622 ], [ 120.044127, 30.2321972 ], [ 120.0445416, 30.2316973 ], [ 120.0447441, 30.2314527 ], [ 120.0448123, 30.2313582 ], [ 120.0449319, 30.2311782 ], [ 120.0450983, 30.2310637 ], [ 120.0452123, 30.2309972 ], [ 120.0452793, 30.2309854 ], [ 120.0457114, 30.2309093 ], [ 120.0462042, 30.2301951 ], [ 120.0465719, 30.2296623 ], [ 120.0468596, 30.2292454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184114, 30.2165824 ], [ 120.0177463, 30.2158879 ], [ 120.0172934, 30.2153963 ], [ 120.0165818, 30.2146239 ], [ 120.015607, 30.2136625 ], [ 120.015193, 30.2132541 ], [ 120.0149555, 30.2130199 ], [ 120.0145405, 30.2126112 ], [ 120.0139767, 30.2121077 ], [ 120.0122752, 30.2108325 ], [ 120.0116976, 30.2104214 ], [ 120.0114894, 30.2102627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0164506, 30.2143175 ], [ 120.0172806, 30.2151697 ], [ 120.0175448, 30.215441 ], [ 120.0178766, 30.215806 ], [ 120.0180554, 30.2160175 ], [ 120.018248, 30.2162392 ], [ 120.0183671, 30.2163607 ], [ 120.0185179, 30.2165145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0185179, 30.2165145 ], [ 120.0184114, 30.2165824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184114, 30.2165824 ], [ 120.0185179, 30.2165145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184114, 30.2165824 ], [ 120.0183125, 30.2167029 ], [ 120.0181355, 30.2169208 ], [ 120.0180228, 30.2172592 ], [ 120.0179584, 30.2174863 ], [ 120.0178524, 30.2177157 ], [ 120.0177425, 30.2178155 ], [ 120.0173684, 30.2178803 ], [ 120.0170304, 30.2178989 ], [ 120.0167461, 30.2179591 ], [ 120.0161612, 30.2182202 ], [ 120.0161024, 30.2182465 ], [ 120.0157778, 30.2185501 ], [ 120.0155927, 30.2187193 ], [ 120.0153646, 30.2189881 ], [ 120.0151636, 30.2192153 ], [ 120.0147478, 30.2194726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0147478, 30.2194726 ], [ 120.0151636, 30.2192153 ], [ 120.0153646, 30.2189881 ], [ 120.0155927, 30.2187193 ], [ 120.0157778, 30.2185501 ], [ 120.0161024, 30.2182465 ], [ 120.0161612, 30.2182202 ], [ 120.0167461, 30.2179591 ], [ 120.0170304, 30.2178989 ], [ 120.0173684, 30.2178803 ], [ 120.0177425, 30.2178155 ], [ 120.0178524, 30.2177157 ], [ 120.0179584, 30.2174863 ], [ 120.0180228, 30.2172592 ], [ 120.0181355, 30.2169208 ], [ 120.0183125, 30.2167029 ], [ 120.0184114, 30.2165824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031516, 30.2301943 ], [ 120.0031618, 30.2284892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031618, 30.2284892 ], [ 120.0031516, 30.2301943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.998741, 30.229748 ], [ 119.998914, 30.2297838 ], [ 120.0001373, 30.2298891 ], [ 120.0005906, 30.2299281 ], [ 120.0025691, 30.2300724 ], [ 120.0031516, 30.2301943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031516, 30.2301943 ], [ 120.0025561, 30.2301688 ], [ 120.0000638, 30.230028 ], [ 119.9987144, 30.2299058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0335528, 30.2195893 ], [ 120.0331371, 30.2201105 ], [ 120.0328039, 30.2205739 ], [ 120.032556, 30.2209187 ], [ 120.0324839, 30.2210189 ], [ 120.0324531, 30.2210618 ], [ 120.0319049, 30.2217316 ], [ 120.031868, 30.2217424 ], [ 120.0312967, 30.2224379 ], [ 120.0304113, 30.2235189 ], [ 120.0302108, 30.2237728 ], [ 120.030102, 30.223922 ], [ 120.03005, 30.2239932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.029967, 30.223953 ], [ 120.0300182, 30.2238886 ], [ 120.0309326, 30.2227398 ], [ 120.0315516, 30.221962 ], [ 120.0316898, 30.2218004 ], [ 120.0317426, 30.2217126 ], [ 120.0317663, 30.2216019 ], [ 120.0317252, 30.221394 ], [ 120.0316539, 30.2212796 ], [ 120.0315134, 30.2211581 ], [ 120.0313534, 30.2210693 ], [ 120.0308276, 30.2209201 ], [ 120.030661, 30.2208728 ], [ 120.0290105, 30.2204044 ], [ 120.0281399, 30.2201691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0268988, 30.2225553 ], [ 120.0268025, 30.2226593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0268025, 30.2226593 ], [ 120.0268988, 30.2225553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0268988, 30.2225553 ], [ 120.0270338, 30.2226182 ], [ 120.0277814, 30.2229665 ], [ 120.0281105, 30.2231199 ], [ 120.0290742, 30.2235384 ], [ 120.0298251, 30.2238871 ], [ 120.029967, 30.223953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.029967, 30.223953 ], [ 120.03005, 30.2239932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.03005, 30.2239932 ], [ 120.033039, 30.2254758 ], [ 120.0335884, 30.2257484 ], [ 120.0345296, 30.2262153 ], [ 120.0359265, 30.2269082 ], [ 120.0366658, 30.2273276 ], [ 120.0368285, 30.2274199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0412078, 30.2243374 ], [ 120.0411433, 30.2244002 ], [ 120.0409557, 30.224583 ], [ 120.0408806, 30.2246155 ], [ 120.0407787, 30.2245923 ], [ 120.040548, 30.2244625 ], [ 120.0398453, 30.2240685 ], [ 120.0397541, 30.2240361 ], [ 120.0396414, 30.2240453 ], [ 120.0395502, 30.2240685 ], [ 120.0394429, 30.2241612 ], [ 120.0393142, 30.2243049 ], [ 120.0390996, 30.2246016 ], [ 120.038987, 30.2247313 ], [ 120.0388582, 30.2247499 ], [ 120.0387673, 30.2249227 ], [ 120.0386992, 30.2250184 ], [ 120.0382873, 30.2255533 ], [ 120.0377641, 30.2262217 ], [ 120.0374126, 30.2266616 ], [ 120.0372504, 30.2267955 ], [ 120.0370835, 30.2270625 ], [ 120.0368896, 30.2273343 ], [ 120.0368285, 30.2274199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0368285, 30.2274199 ], [ 120.0368896, 30.2273343 ], [ 120.0370835, 30.2270625 ], [ 120.0372504, 30.2267955 ], [ 120.0374126, 30.2266616 ], [ 120.0377641, 30.2262217 ], [ 120.0382873, 30.2255533 ], [ 120.0386992, 30.2250184 ], [ 120.0387673, 30.2249227 ], [ 120.0388582, 30.2247499 ], [ 120.038987, 30.2247313 ], [ 120.0390996, 30.2246016 ], [ 120.0393142, 30.2243049 ], [ 120.0394429, 30.2241612 ], [ 120.0395502, 30.2240685 ], [ 120.0396414, 30.2240453 ], [ 120.0397541, 30.2240361 ], [ 120.0398453, 30.2240685 ], [ 120.040548, 30.2244625 ], [ 120.0407787, 30.2245923 ], [ 120.0408806, 30.2246155 ], [ 120.0409557, 30.224583 ], [ 120.0411433, 30.2244002 ], [ 120.0412078, 30.2243374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.045559, 30.2342127 ], [ 120.0453306, 30.2339577 ], [ 120.0450834, 30.2336855 ], [ 120.045037, 30.2336187 ], [ 120.0447849, 30.233318 ], [ 120.0444975, 30.2329752 ], [ 120.0438806, 30.2323091 ], [ 120.0438323, 30.232257 ], [ 120.0435036, 30.2319008 ], [ 120.0431462, 30.2315546 ], [ 120.0430589, 30.2314648 ], [ 120.042678, 30.2311242 ], [ 120.0425889, 30.2310494 ], [ 120.042384, 30.2308773 ], [ 120.0422206, 30.2307432 ], [ 120.0422089, 30.2307336 ], [ 120.0417551, 30.2303949 ], [ 120.0412924, 30.2300506 ], [ 120.0408744, 30.2297778 ], [ 120.0405296, 30.2295581 ], [ 120.040177, 30.2293556 ], [ 120.0396925, 30.2290808 ], [ 120.0393991, 30.2289163 ], [ 120.0389443, 30.2286845 ], [ 120.0380953, 30.2282074 ], [ 120.0377441, 30.22801 ], [ 120.0370173, 30.2276237 ], [ 120.0367897, 30.2275028 ], [ 120.0366092, 30.2274087 ], [ 120.0364701, 30.2273362 ], [ 120.0356781, 30.2269057 ], [ 120.0351101, 30.2266039 ], [ 120.0329091, 30.2255399 ], [ 120.0303832, 30.2243188 ], [ 120.0298516, 30.2240618 ], [ 120.0297952, 30.2240346 ], [ 120.0297169, 30.2239967 ], [ 120.0280842, 30.223253 ], [ 120.026962, 30.2227332 ], [ 120.0268025, 30.2226593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031516, 30.2301943 ], [ 120.0031537, 30.2302833 ], [ 120.0030721, 30.2323446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0030721, 30.2323446 ], [ 120.0031537, 30.2302833 ], [ 120.0031516, 30.2301943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984875, 30.2323147 ], [ 119.999266, 30.2323096 ], [ 120.0028253, 30.2322863 ], [ 120.0030721, 30.2323446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0030721, 30.2323446 ], [ 120.002785, 30.2324068 ], [ 119.9996211, 30.2324341 ], [ 119.9984969, 30.2324789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆山湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0030721, 30.2323446 ], [ 120.0032345, 30.2323396 ], [ 120.0052049, 30.2323754 ], [ 120.0054221, 30.2323977 ], [ 120.0056549, 30.2324514 ], [ 120.0059083, 30.2325184 ], [ 120.0070771, 30.2329339 ], [ 120.0086959, 30.2335441 ], [ 120.0090474, 30.2336759 ], [ 120.0093579, 30.2337561 ], [ 120.0096494, 30.2338166 ], [ 120.0101543, 30.2338678 ], [ 120.0133039, 30.2340873 ], [ 120.0138044, 30.234115 ], [ 120.0150251, 30.2341492 ], [ 120.0158741, 30.2341785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆山湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158741, 30.2341785 ], [ 120.0150251, 30.2341492 ], [ 120.0138044, 30.234115 ], [ 120.0133039, 30.2340873 ], [ 120.0101543, 30.2338678 ], [ 120.0096494, 30.2338166 ], [ 120.0093579, 30.2337561 ], [ 120.0090474, 30.2336759 ], [ 120.0086959, 30.2335441 ], [ 120.0070771, 30.2329339 ], [ 120.0059083, 30.2325184 ], [ 120.0056549, 30.2324514 ], [ 120.0054221, 30.2323977 ], [ 120.0052049, 30.2323754 ], [ 120.0032345, 30.2323396 ], [ 120.0030721, 30.2323446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0029912, 30.2343044 ], [ 120.0029891, 30.2335481 ], [ 120.0029862, 30.2324949 ], [ 120.0030721, 30.2323446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0030721, 30.2323446 ], [ 120.0031364, 30.2325319 ], [ 120.0031403, 30.2333917 ], [ 120.0031445, 30.2343092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0029912, 30.2343044 ], [ 120.0030657, 30.234303 ], [ 120.0031445, 30.2343092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031445, 30.2343092 ], [ 120.0030657, 30.234303 ], [ 120.0029912, 30.2343044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0424585, 30.2308004 ], [ 120.0426565, 30.2309834 ], [ 120.0426986, 30.2310223 ], [ 120.043249, 30.2315275 ], [ 120.0436073, 30.231841 ], [ 120.0439474, 30.2321631 ], [ 120.0440424, 30.2322622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0440424, 30.2322622 ], [ 120.0446747, 30.2329732 ], [ 120.0449955, 30.2333369 ], [ 120.0451981, 30.2335665 ], [ 120.0453918, 30.2337896 ], [ 120.0456583, 30.2340929 ], [ 120.0461376, 30.2345666 ], [ 120.046507, 30.2349317 ], [ 120.0472037, 30.2355638 ], [ 120.0473941, 30.2357365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏基山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0507485, 30.2345799 ], [ 120.0503199, 30.2349962 ], [ 120.0503123, 30.2350781 ], [ 120.050451, 30.2354649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏基山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.050451, 30.2354649 ], [ 120.0503123, 30.2350781 ], [ 120.0503199, 30.2349962 ], [ 120.0507485, 30.2345799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0472742, 30.2358369 ], [ 120.0470891, 30.2356626 ], [ 120.0468498, 30.2354373 ], [ 120.0465374, 30.2351124 ], [ 120.0460111, 30.2346189 ], [ 120.045559, 30.2342127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏基山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0504703, 30.2355217 ], [ 120.0504572, 30.2354821 ], [ 120.050451, 30.2354649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏基山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.050451, 30.2354649 ], [ 120.0504572, 30.2354821 ], [ 120.0504703, 30.2355217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0472742, 30.2358369 ], [ 120.0473941, 30.2357365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0473941, 30.2357365 ], [ 120.0472742, 30.2358369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0481453, 30.236635 ], [ 120.0483008, 30.236607 ], [ 120.0490936, 30.236117 ], [ 120.0495292, 30.2358481 ], [ 120.0496875, 30.2357762 ], [ 120.0499503, 30.2356476 ], [ 120.0501448, 30.2355596 ], [ 120.0503178, 30.2355074 ], [ 120.050451, 30.2354649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0368285, 30.2274199 ], [ 120.0370739, 30.2275441 ], [ 120.0373035, 30.2276602 ], [ 120.0377862, 30.2279249 ], [ 120.0384448, 30.2282872 ], [ 120.0389751, 30.2285542 ], [ 120.0390284, 30.2285838 ], [ 120.0400456, 30.2291172 ], [ 120.0405644, 30.2294022 ], [ 120.0407987, 30.2295464 ], [ 120.0411306, 30.2297641 ], [ 120.0414424, 30.2299737 ], [ 120.0417407, 30.2302008 ], [ 120.0420774, 30.2304913 ], [ 120.0422988, 30.2306709 ], [ 120.0424585, 30.2308004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274658, 30.2413664 ], [ 120.0275923, 30.2408955 ], [ 120.0277119, 30.2404622 ], [ 120.0277426, 30.240351 ], [ 120.0281206, 30.2389637 ], [ 120.0282216, 30.2385934 ], [ 120.0282514, 30.2384839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0282514, 30.2384839 ], [ 120.0282216, 30.2385934 ], [ 120.0281206, 30.2389637 ], [ 120.0277426, 30.240351 ], [ 120.0277119, 30.2404622 ], [ 120.0275923, 30.2408955 ], [ 120.0274658, 30.2413664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "横荆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0419749, 30.2399122 ], [ 120.0418663, 30.2399584 ], [ 120.0418167, 30.2400269 ], [ 120.0416615, 30.2403749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "横荆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0416615, 30.2403749 ], [ 120.0418167, 30.2400269 ], [ 120.0418663, 30.2399584 ], [ 120.0419749, 30.2399122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆山湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0282514, 30.2384839 ], [ 120.0289501, 30.2386617 ], [ 120.0294021, 30.2387978 ], [ 120.0296931, 30.2389062 ], [ 120.029855, 30.2389638 ], [ 120.0309057, 30.239723 ], [ 120.0310296, 30.2398149 ], [ 120.0319547, 30.2405043 ], [ 120.0329802, 30.241237 ], [ 120.0335243, 30.241624 ], [ 120.0335672, 30.2416981 ], [ 120.0333817, 30.2421299 ], [ 120.0333483, 30.2422078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆山湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0333483, 30.2422078 ], [ 120.0333817, 30.2421299 ], [ 120.0335672, 30.2416981 ], [ 120.0335243, 30.241624 ], [ 120.0329802, 30.241237 ], [ 120.0319547, 30.2405043 ], [ 120.0310296, 30.2398149 ], [ 120.0309057, 30.239723 ], [ 120.029855, 30.2389638 ], [ 120.0296931, 30.2389062 ], [ 120.0294021, 30.2387978 ], [ 120.0289501, 30.2386617 ], [ 120.0282514, 30.2384839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0396253, 30.2429268 ], [ 120.0397454, 30.2428048 ], [ 120.0399544, 30.2426258 ], [ 120.0405589, 30.2420784 ], [ 120.0413448, 30.2414336 ], [ 120.0415283, 30.2412664 ], [ 120.041737, 30.2410358 ], [ 120.0421351, 30.2404943 ], [ 120.0421857, 30.2403577 ], [ 120.0421743, 30.2402736 ], [ 120.042149, 30.2401785 ], [ 120.0420934, 30.240078 ], [ 120.0419749, 30.2399122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0419749, 30.2399122 ], [ 120.0420934, 30.240078 ], [ 120.042149, 30.2401785 ], [ 120.0421743, 30.2402736 ], [ 120.0421857, 30.2403577 ], [ 120.0421351, 30.2404943 ], [ 120.041737, 30.2410358 ], [ 120.0415283, 30.2412664 ], [ 120.0413448, 30.2414336 ], [ 120.0405589, 30.2420784 ], [ 120.0399544, 30.2426258 ], [ 120.0397454, 30.2428048 ], [ 120.0396253, 30.2429268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274658, 30.2413664 ], [ 120.0274526, 30.2416524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985731, 30.2343997 ], [ 120.0016502, 30.2343322 ], [ 120.0017416, 30.2343284 ], [ 120.0029912, 30.2343044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0029912, 30.2343044 ], [ 120.0017416, 30.2343284 ], [ 120.0016502, 30.2343322 ], [ 119.9985731, 30.2343997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158741, 30.2341785 ], [ 120.0158766, 30.2348516 ], [ 120.0158791, 30.2355607 ], [ 120.015881, 30.236068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.015881, 30.236068 ], [ 120.0158791, 30.2355607 ], [ 120.0158766, 30.2348516 ], [ 120.0158741, 30.2341785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031445, 30.2343092 ], [ 120.0036273, 30.2343474 ], [ 120.0037022, 30.2343533 ], [ 120.0040242, 30.2343787 ], [ 120.004939, 30.234474 ], [ 120.0051889, 30.2345196 ], [ 120.0059314, 30.2347225 ], [ 120.0066274, 30.2349283 ], [ 120.006821, 30.2349986 ], [ 120.007074, 30.2350904 ], [ 120.0075829, 30.2352309 ], [ 120.0078605, 30.2353076 ], [ 120.008383, 30.2354519 ], [ 120.008564, 30.2354832 ], [ 120.0090267, 30.2355631 ], [ 120.0103597, 30.2356517 ], [ 120.0107055, 30.2356747 ], [ 120.0113464, 30.2357173 ], [ 120.0115372, 30.23573 ], [ 120.0125645, 30.2358026 ], [ 120.0127174, 30.2358134 ], [ 120.01281, 30.235825 ], [ 120.0136079, 30.2359246 ], [ 120.013735, 30.2359246 ], [ 120.0143696, 30.2359246 ], [ 120.014804, 30.2359765 ], [ 120.014947, 30.2359936 ], [ 120.015065, 30.2360077 ], [ 120.0151194, 30.2360142 ], [ 120.015881, 30.236068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.015881, 30.236068 ], [ 120.0151194, 30.2360142 ], [ 120.015065, 30.2360077 ], [ 120.014947, 30.2359936 ], [ 120.014804, 30.2359765 ], [ 120.0143696, 30.2359246 ], [ 120.013735, 30.2359246 ], [ 120.0136079, 30.2359246 ], [ 120.01281, 30.235825 ], [ 120.0127174, 30.2358134 ], [ 120.0125645, 30.2358026 ], [ 120.0115372, 30.23573 ], [ 120.0113464, 30.2357173 ], [ 120.0107055, 30.2356747 ], [ 120.0103597, 30.2356517 ], [ 120.0090267, 30.2355631 ], [ 120.008564, 30.2354832 ], [ 120.008383, 30.2354519 ], [ 120.0078605, 30.2353076 ], [ 120.0075829, 30.2352309 ], [ 120.007074, 30.2350904 ], [ 120.006821, 30.2349986 ], [ 120.0066274, 30.2349283 ], [ 120.0059314, 30.2347225 ], [ 120.0051889, 30.2345196 ], [ 120.004939, 30.234474 ], [ 120.0040242, 30.2343787 ], [ 120.0037022, 30.2343533 ], [ 120.0036273, 30.2343474 ], [ 120.0031445, 30.2343092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0028356, 30.2383309 ], [ 120.0029912, 30.2343044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆山湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158741, 30.2341785 ], [ 120.0164304, 30.2342004 ], [ 120.0170226, 30.2342842 ], [ 120.0174683, 30.2343779 ], [ 120.017915, 30.2344806 ], [ 120.020167, 30.2351717 ], [ 120.0209308, 30.2354108 ], [ 120.021309, 30.2355292 ], [ 120.0216655, 30.2356408 ], [ 120.0217575, 30.2356696 ], [ 120.0223725, 30.2358621 ], [ 120.0225857, 30.2359289 ], [ 120.0231113, 30.2360934 ], [ 120.0235319, 30.2362423 ], [ 120.024124, 30.2364382 ], [ 120.0243897, 30.236598 ], [ 120.0245716, 30.2367421 ], [ 120.0251407, 30.2372393 ], [ 120.0255436, 30.2375598 ], [ 120.0260607, 30.237836 ], [ 120.0263543, 30.2379323 ], [ 120.0265917, 30.2380101 ], [ 120.0267673, 30.2380602 ], [ 120.0270463, 30.2381399 ], [ 120.0272506, 30.2381982 ], [ 120.0273606, 30.2382296 ], [ 120.0282514, 30.2384839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆山湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0282514, 30.2384839 ], [ 120.0273606, 30.2382296 ], [ 120.0272506, 30.2381982 ], [ 120.0270463, 30.2381399 ], [ 120.0267673, 30.2380602 ], [ 120.0265917, 30.2380101 ], [ 120.0263543, 30.2379323 ], [ 120.0260607, 30.237836 ], [ 120.0255436, 30.2375598 ], [ 120.0251407, 30.2372393 ], [ 120.0245716, 30.2367421 ], [ 120.0243897, 30.236598 ], [ 120.024124, 30.2364382 ], [ 120.0235319, 30.2362423 ], [ 120.0231113, 30.2360934 ], [ 120.0225857, 30.2359289 ], [ 120.0223725, 30.2358621 ], [ 120.0217575, 30.2356696 ], [ 120.0216655, 30.2356408 ], [ 120.021309, 30.2355292 ], [ 120.0209308, 30.2354108 ], [ 120.020167, 30.2351717 ], [ 120.017915, 30.2344806 ], [ 120.0174683, 30.2343779 ], [ 120.0170226, 30.2342842 ], [ 120.0164304, 30.2342004 ], [ 120.0158741, 30.2341785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031445, 30.2343092 ], [ 120.003122, 30.2367752 ], [ 120.0030837, 30.2383607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.015881, 30.236068 ], [ 120.0158671, 30.2373217 ], [ 120.0158651, 30.2389865 ], [ 120.015874, 30.2391682 ], [ 120.0158713, 30.239623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158713, 30.239623 ], [ 120.015874, 30.2391682 ], [ 120.0158651, 30.2389865 ], [ 120.0158671, 30.2373217 ], [ 120.015881, 30.236068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9987261, 30.2376921 ], [ 119.9994274, 30.2378377 ], [ 120.0007476, 30.2380601 ], [ 120.0019894, 30.2382296 ], [ 120.0028356, 30.2383309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0028356, 30.2383309 ], [ 120.0030837, 30.2383607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0028163, 30.2386019 ], [ 120.0028356, 30.2383309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0030837, 30.2383607 ], [ 120.0030739, 30.2386422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0030739, 30.2386422 ], [ 120.0028163, 30.2386019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0030837, 30.2383607 ], [ 120.0036983, 30.2384281 ], [ 120.0041962, 30.2384695 ], [ 120.0048625, 30.2385248 ], [ 120.0053645, 30.2385665 ], [ 120.0058837, 30.2386096 ], [ 120.0082823, 30.2388089 ], [ 120.0101292, 30.2389396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0100894, 30.2392346 ], [ 120.0085538, 30.239109 ], [ 120.0079571, 30.2390609 ], [ 120.0074396, 30.2390193 ], [ 120.0057491, 30.2388831 ], [ 120.0052297, 30.2388413 ], [ 120.0040296, 30.2387446 ], [ 120.0030739, 30.2386422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0100894, 30.2392346 ], [ 120.0101292, 30.2389396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0504703, 30.2355217 ], [ 120.0499195, 30.2357299 ], [ 120.049493, 30.235957 ], [ 120.0487313, 30.2364158 ], [ 120.0483236, 30.2366916 ], [ 120.0482254, 30.2367607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0473941, 30.2357365 ], [ 120.0475197, 30.2358822 ], [ 120.0476046, 30.2359806 ], [ 120.0479251, 30.2363463 ], [ 120.0480812, 30.2365418 ], [ 120.0481453, 30.236635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0481453, 30.236635 ], [ 120.0481899, 30.2366997 ], [ 120.0482254, 30.2367607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "横荆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.045559, 30.2342127 ], [ 120.0454977, 30.2343 ], [ 120.0453417, 30.2345222 ], [ 120.0452211, 30.2346972 ], [ 120.0451986, 30.2347299 ], [ 120.0443097, 30.2360203 ], [ 120.043904, 30.2366121 ], [ 120.0430189, 30.2378898 ], [ 120.0426919, 30.2383491 ], [ 120.0424941, 30.2386437 ], [ 120.0423154, 30.239022 ], [ 120.042166, 30.2394032 ], [ 120.0420335, 30.2397561 ], [ 120.0419749, 30.2399122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "横荆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0419749, 30.2399122 ], [ 120.0420335, 30.2397561 ], [ 120.042166, 30.2394032 ], [ 120.0423154, 30.239022 ], [ 120.0424941, 30.2386437 ], [ 120.0426919, 30.2383491 ], [ 120.0430189, 30.2378898 ], [ 120.043904, 30.2366121 ], [ 120.0443097, 30.2360203 ], [ 120.0451986, 30.2347299 ], [ 120.0452211, 30.2346972 ], [ 120.0453417, 30.2345222 ], [ 120.0454977, 30.2343 ], [ 120.045559, 30.2342127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0477092, 30.2417598 ], [ 120.0477462, 30.241627 ], [ 120.047894, 30.2410877 ], [ 120.047953, 30.2408876 ], [ 120.0479806, 30.2407937 ], [ 120.0480193, 30.2406625 ], [ 120.0482885, 30.239806 ], [ 120.0483396, 30.2396352 ], [ 120.0483703, 30.2395087 ], [ 120.048453, 30.2391684 ], [ 120.0485166, 30.2387353 ], [ 120.0485257, 30.2383906 ], [ 120.0485182, 30.2382574 ], [ 120.0484961, 30.2380264 ], [ 120.0484928, 30.2379925 ], [ 120.0484616, 30.2377854 ], [ 120.0484275, 30.2376276 ], [ 120.0483061, 30.2372807 ], [ 120.0482524, 30.2371706 ], [ 120.0481737, 30.2370091 ], [ 120.0480443, 30.236746 ], [ 120.04791, 30.2365468 ], [ 120.0477517, 30.2363478 ], [ 120.0474917, 30.2360569 ], [ 120.0474054, 30.2359696 ], [ 120.0472742, 30.2358369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "留泗路", "荆山岭路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0477092, 30.2417598 ], [ 120.0475714, 30.2417545 ], [ 120.0473093, 30.2417392 ], [ 120.0469152, 30.241707 ], [ 120.046046, 30.2416265 ], [ 120.0457143, 30.2415915 ], [ 120.0453276, 30.2415508 ], [ 120.0450646, 30.2415017 ], [ 120.0448562, 30.2414235 ], [ 120.0446722, 30.2413109 ], [ 120.0445406, 30.2411966 ], [ 120.0443827, 30.2410486 ], [ 120.0442784, 30.2408757 ], [ 120.0442047, 30.2406672 ], [ 120.0441806, 30.24045 ], [ 120.0442092, 30.2402542 ], [ 120.0442737, 30.2400954 ], [ 120.0443474, 30.2399582 ], [ 120.0445696, 30.2396383 ], [ 120.0452811, 30.2386661 ], [ 120.0457309, 30.2379871 ], [ 120.0460508, 30.2375636 ], [ 120.046123, 30.2374613 ], [ 120.0461701, 30.2373947 ], [ 120.0464899, 30.2369419 ], [ 120.0467916, 30.2364474 ], [ 120.0469111, 30.2362652 ], [ 120.0471688, 30.2359612 ], [ 120.0472742, 30.2358369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "荆山岭路", "留泗路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0472742, 30.2358369 ], [ 120.0471688, 30.2359612 ], [ 120.0469111, 30.2362652 ], [ 120.0467916, 30.2364474 ], [ 120.0464899, 30.2369419 ], [ 120.0461701, 30.2373947 ], [ 120.046123, 30.2374613 ], [ 120.0460508, 30.2375636 ], [ 120.0457309, 30.2379871 ], [ 120.0452811, 30.2386661 ], [ 120.0445696, 30.2396383 ], [ 120.0443474, 30.2399582 ], [ 120.0442737, 30.2400954 ], [ 120.0442092, 30.2402542 ], [ 120.0441806, 30.24045 ], [ 120.0442047, 30.2406672 ], [ 120.0442784, 30.2408757 ], [ 120.0443827, 30.2410486 ], [ 120.0445406, 30.2411966 ], [ 120.0446722, 30.2413109 ], [ 120.0448562, 30.2414235 ], [ 120.0450646, 30.2415017 ], [ 120.0453276, 30.2415508 ], [ 120.0457143, 30.2415915 ], [ 120.046046, 30.2416265 ], [ 120.0469152, 30.241707 ], [ 120.0473093, 30.2417392 ], [ 120.0475714, 30.2417545 ], [ 120.0477092, 30.2417598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏基山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0504703, 30.2355217 ], [ 120.0506978, 30.2362088 ], [ 120.0507602, 30.2363974 ], [ 120.0509007, 30.2370063 ], [ 120.0509462, 30.2373474 ], [ 120.050955, 30.2377262 ], [ 120.0509509, 30.2378856 ], [ 120.050933, 30.2380411 ], [ 120.0508666, 30.2384264 ], [ 120.0507799, 30.2388726 ], [ 120.0505722, 30.2399912 ], [ 120.0505015, 30.2408267 ], [ 120.0504873, 30.2409389 ], [ 120.050402, 30.2414278 ], [ 120.0503962, 30.2414608 ], [ 120.050301, 30.2419032 ], [ 120.0501899, 30.2424319 ], [ 120.0501495, 30.242618 ], [ 120.0501334, 30.2427062 ], [ 120.0501254, 30.2427889 ], [ 120.0499454, 30.2435303 ], [ 120.0497416, 30.2447969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏基山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0497416, 30.2447969 ], [ 120.0499454, 30.2435303 ], [ 120.0501254, 30.2427889 ], [ 120.0501334, 30.2427062 ], [ 120.0501495, 30.242618 ], [ 120.0501899, 30.2424319 ], [ 120.050301, 30.2419032 ], [ 120.0503962, 30.2414608 ], [ 120.050402, 30.2414278 ], [ 120.0504873, 30.2409389 ], [ 120.0505015, 30.2408267 ], [ 120.0505722, 30.2399912 ], [ 120.0507799, 30.2388726 ], [ 120.0508666, 30.2384264 ], [ 120.050933, 30.2380411 ], [ 120.0509509, 30.2378856 ], [ 120.050955, 30.2377262 ], [ 120.0509462, 30.2373474 ], [ 120.0509007, 30.2370063 ], [ 120.0507602, 30.2363974 ], [ 120.0506978, 30.2362088 ], [ 120.0504703, 30.2355217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.982203, 30.2222111 ], [ 119.9832719, 30.222054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.982203, 30.2222111 ], [ 119.9814712, 30.2223198 ], [ 119.9806343, 30.222445 ], [ 119.9799066, 30.2226581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799066, 30.2226581 ], [ 119.9806343, 30.222445 ], [ 119.9814712, 30.2223198 ], [ 119.982203, 30.2222111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福严路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832719, 30.222054 ], [ 119.9835931, 30.2234853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福严路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9835931, 30.2234853 ], [ 119.9832719, 30.222054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790243, 30.2228862 ], [ 119.9796848, 30.2227231 ], [ 119.9799066, 30.2226581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799066, 30.2226581 ], [ 119.9796848, 30.2227231 ], [ 119.9790243, 30.2228862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790243, 30.2228862 ], [ 119.9788908, 30.2229191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788908, 30.2229191 ], [ 119.9790243, 30.2228862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788908, 30.2229191 ], [ 119.9785436, 30.2229307 ], [ 119.9780573, 30.2228827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "镇中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9780573, 30.2228827 ], [ 119.9785436, 30.2229307 ], [ 119.9788908, 30.2229191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.982519, 30.2237773 ], [ 119.982203, 30.2222111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.982203, 30.2222111 ], [ 119.982519, 30.2237773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9812786, 30.224119 ], [ 119.9810103, 30.2237779 ], [ 119.9799066, 30.2226581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799066, 30.2226581 ], [ 119.9810103, 30.2237779 ], [ 119.9812786, 30.224119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9835931, 30.2234853 ], [ 119.9841844, 30.2233195 ], [ 119.9851034, 30.2230618 ], [ 119.9853791, 30.2230078 ], [ 119.9857211, 30.2230078 ], [ 119.9861806, 30.2230714 ], [ 119.9866487, 30.2232229 ], [ 119.9877876, 30.2236637 ], [ 119.9883994, 30.2239148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9883387, 30.2240291 ], [ 119.9879526, 30.2238881 ], [ 119.9877251, 30.2238051 ], [ 119.9866156, 30.2233325 ], [ 119.986184, 30.2231977 ], [ 119.98582, 30.2231235 ], [ 119.9854683, 30.2231423 ], [ 119.985166, 30.22318 ], [ 119.9846232, 30.2233113 ], [ 119.9836446, 30.223587 ], [ 119.983341, 30.2236665 ], [ 119.9825426, 30.2238942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.982519, 30.2237773 ], [ 119.9835931, 30.2234853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.982519, 30.2237773 ], [ 119.9825426, 30.2238942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9825426, 30.2238942 ], [ 119.982519, 30.2237773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9812786, 30.224119 ], [ 119.982519, 30.2237773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9825426, 30.2238942 ], [ 119.9820056, 30.2240412 ], [ 119.981354, 30.2242222 ], [ 119.9809283, 30.2244371 ], [ 119.9805566, 30.2246841 ], [ 119.9804131, 30.2248222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790243, 30.2228862 ], [ 119.9789747, 30.2233287 ], [ 119.9789586, 30.2237669 ], [ 119.9788846, 30.2257791 ], [ 119.9788653, 30.2263055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787602, 30.2264195 ], [ 119.9788105, 30.2245846 ], [ 119.9788203, 30.2243819 ], [ 119.9788908, 30.2229191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788653, 30.2263055 ], [ 119.9792217, 30.2258969 ], [ 119.9801181, 30.2248694 ], [ 119.9804122, 30.2246311 ], [ 119.9806138, 30.2244812 ], [ 119.9807284, 30.2243961 ], [ 119.9812786, 30.224119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9804131, 30.2248222 ], [ 119.9801179, 30.2251392 ], [ 119.9800244, 30.2252404 ], [ 119.9793878, 30.2259296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9804131, 30.2248222 ], [ 119.9806657, 30.2251547 ], [ 119.9810473, 30.2257226 ], [ 119.981325, 30.2264246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.981325, 30.2264246 ], [ 119.9810473, 30.2257226 ], [ 119.9806657, 30.2251547 ], [ 119.9804131, 30.2248222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9836232, 30.2276153 ], [ 119.9829032, 30.2257645 ], [ 119.982798, 30.2253864 ], [ 119.9827266, 30.2251295 ], [ 119.9826206, 30.2242135 ], [ 119.9825426, 30.2238942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9825426, 30.2238942 ], [ 119.9826206, 30.2242135 ], [ 119.9827266, 30.2251295 ], [ 119.982798, 30.2253864 ], [ 119.9829032, 30.2257645 ], [ 119.9836232, 30.2276153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9793878, 30.2259296 ], [ 119.9788599, 30.226452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787602, 30.2264195 ], [ 119.9788653, 30.2263055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788653, 30.2263055 ], [ 119.9788599, 30.226452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "黄家路", "学校路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.981325, 30.2264246 ], [ 119.9810749, 30.2265156 ], [ 119.9803819, 30.2268835 ], [ 119.9799047, 30.2263001 ], [ 119.9793878, 30.2259296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "黄家路", "学校路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9793878, 30.2259296 ], [ 119.9799047, 30.2263001 ], [ 119.9803819, 30.2268835 ], [ 119.9810749, 30.2265156 ], [ 119.981325, 30.2264246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978757, 30.2265368 ], [ 119.9787602, 30.2264195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788599, 30.226452 ], [ 119.978757, 30.2265368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9781984, 30.2272813 ], [ 119.9782358, 30.2270867 ], [ 119.9787602, 30.2264195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9871813, 30.226135 ], [ 119.9872608, 30.2262862 ], [ 119.9873576, 30.2264703 ], [ 119.9872805, 30.2266978 ], [ 119.9871649, 30.2270753 ], [ 119.9871328, 30.2272695 ], [ 119.9872291, 30.2275692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9872291, 30.2275692 ], [ 119.9871328, 30.2272695 ], [ 119.9871649, 30.2270753 ], [ 119.9872805, 30.2266978 ], [ 119.9873576, 30.2264703 ], [ 119.9872608, 30.2262862 ], [ 119.9871813, 30.226135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "闲林中路", "闲林东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9938045, 30.2283259 ], [ 119.9936087, 30.2281484 ], [ 119.9929227, 30.2275448 ], [ 119.991772, 30.2265325 ], [ 119.9913125, 30.2261337 ], [ 119.9912451, 30.2260752 ], [ 119.9902781, 30.2252359 ], [ 119.9898412, 30.2248484 ], [ 119.9894457, 30.2245038 ], [ 119.9890972, 30.2243017 ], [ 119.9883387, 30.2240291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9961453, 30.2255766 ], [ 119.9960554, 30.2259652 ], [ 119.995882, 30.2264536 ], [ 119.9956764, 30.2267866 ], [ 119.9953734, 30.2270521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953734, 30.2270521 ], [ 119.9956764, 30.2267866 ], [ 119.995882, 30.2264536 ], [ 119.9960554, 30.2259652 ], [ 119.9961453, 30.2255766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953734, 30.2270521 ], [ 119.9952714, 30.2271415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9952714, 30.2271415 ], [ 119.9953734, 30.2270521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9939097, 30.2282413 ], [ 119.9952203, 30.2271863 ], [ 119.9952714, 30.2271415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9952714, 30.2271415 ], [ 119.9952203, 30.2271863 ], [ 119.9939097, 30.2282413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9939097, 30.2282413 ], [ 119.9938045, 30.2283259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9938045, 30.2283259 ], [ 119.9939097, 30.2282413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953734, 30.2270521 ], [ 119.9964477, 30.2283482 ], [ 119.9968648, 30.2288514 ], [ 119.9971153, 30.2290234 ], [ 119.9972445, 30.2290875 ], [ 119.9980142, 30.2294693 ], [ 119.9984579, 30.2296894 ], [ 119.998741, 30.229748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978757, 30.2265368 ], [ 119.9781984, 30.2272813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787616, 30.227404 ], [ 119.978735, 30.2271026 ], [ 119.978757, 30.2265368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.981325, 30.2264246 ], [ 119.9814854, 30.2268766 ], [ 119.9815773, 30.2273345 ], [ 119.9816037, 30.227973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816037, 30.227973 ], [ 119.9815773, 30.2273345 ], [ 119.9814854, 30.2268766 ], [ 119.981325, 30.2264246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787616, 30.227404 ], [ 119.9787071, 30.2273417 ], [ 119.9785857, 30.2272917 ], [ 119.9784705, 30.227269 ], [ 119.978416, 30.2272583 ], [ 119.9781984, 30.2272813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788599, 30.226452 ], [ 119.9788482, 30.2271156 ], [ 119.978883, 30.2283175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9871813, 30.226135 ], [ 119.985685, 30.2270146 ], [ 119.9844733, 30.2283838 ], [ 119.9842051, 30.2285974 ], [ 119.9840599, 30.228713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9840599, 30.228713 ], [ 119.9842051, 30.2285974 ], [ 119.9844733, 30.2283838 ], [ 119.985685, 30.2270146 ], [ 119.9871813, 30.226135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西场弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9836232, 30.2276153 ], [ 119.9835209, 30.2276334 ], [ 119.9828011, 30.2277609 ], [ 119.9817345, 30.2279498 ], [ 119.9816037, 30.227973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西场弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816037, 30.227973 ], [ 119.9817345, 30.2279498 ], [ 119.9828011, 30.2277609 ], [ 119.9835209, 30.2276334 ], [ 119.9836232, 30.2276153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9872291, 30.2275692 ], [ 119.9876274, 30.2280743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9876274, 30.2280743 ], [ 119.9872291, 30.2275692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787937, 30.2283265 ], [ 119.9787616, 30.227404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.986985, 30.2282408 ], [ 119.9869593, 30.2281354 ], [ 119.9871649, 30.2276303 ], [ 119.9872291, 30.2275692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9872291, 30.2275692 ], [ 119.9871649, 30.2276303 ], [ 119.9869593, 30.2281354 ], [ 119.986985, 30.2282408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西场弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.980799, 30.2281237 ], [ 119.9816037, 30.227973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西场弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816037, 30.227973 ], [ 119.980799, 30.2281237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9876274, 30.2280743 ], [ 119.986985, 30.2282408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.986985, 30.2282408 ], [ 119.9876274, 30.2280743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9840599, 30.228713 ], [ 119.9836232, 30.2276153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联荣路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9836232, 30.2276153 ], [ 119.9840599, 30.228713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西场弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.980799, 30.2281237 ], [ 119.978883, 30.2283175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西场弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978883, 30.2283175 ], [ 119.980799, 30.2281237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西场弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978883, 30.2283175 ], [ 119.9787937, 30.2283265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西场弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787937, 30.2283265 ], [ 119.978883, 30.2283175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9817997, 30.2297186 ], [ 119.9816037, 30.227973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816037, 30.227973 ], [ 119.9817997, 30.2297186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9808943, 30.2296935 ], [ 119.9809148, 30.2292244 ], [ 119.9809187, 30.2288055 ], [ 119.9808445, 30.2283612 ], [ 119.980799, 30.2281237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.980799, 30.2281237 ], [ 119.9808445, 30.2283612 ], [ 119.9809187, 30.2288055 ], [ 119.9809148, 30.2292244 ], [ 119.9808943, 30.2296935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978883, 30.2283175 ], [ 119.9789255, 30.2289821 ], [ 119.9789626, 30.229561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9840599, 30.228713 ], [ 119.9844168, 30.2288976 ], [ 119.9852271, 30.2292446 ], [ 119.9851282, 30.2296949 ], [ 119.9853178, 30.2298456 ], [ 119.9858153, 30.2299373 ], [ 119.9860408, 30.229752 ], [ 119.9858825, 30.2291813 ], [ 119.9860023, 30.228606 ], [ 119.9864454, 30.2285017 ], [ 119.986985, 30.2282408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.986985, 30.2282408 ], [ 119.9864454, 30.2285017 ], [ 119.9860023, 30.228606 ], [ 119.9858825, 30.2291813 ], [ 119.9860408, 30.229752 ], [ 119.9858153, 30.2299373 ], [ 119.9853178, 30.2298456 ], [ 119.9851282, 30.2296949 ], [ 119.9852271, 30.2292446 ], [ 119.9844168, 30.2288976 ], [ 119.9840599, 30.228713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9781984, 30.2272813 ], [ 119.9771575, 30.2286416 ], [ 119.9765896, 30.2294069 ], [ 119.976195, 30.2299387 ], [ 119.9755003, 30.2308255 ], [ 119.975068, 30.2313838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.975068, 30.2313838 ], [ 119.9755003, 30.2308255 ], [ 119.976195, 30.2299387 ], [ 119.9765896, 30.2294069 ], [ 119.9771575, 30.2286416 ], [ 119.9781984, 30.2272813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9808943, 30.2296935 ], [ 119.9802578, 30.2296905 ], [ 119.9789626, 30.229561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789626, 30.229561 ], [ 119.9802578, 30.2296905 ], [ 119.9808943, 30.2296935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789096, 30.2309944 ], [ 119.9788486, 30.2295515 ], [ 119.9788349, 30.2292448 ], [ 119.9787937, 30.2283265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9808943, 30.2296935 ], [ 119.9817997, 30.2297186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9817997, 30.2297186 ], [ 119.9808943, 30.2296935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "杨桥", "杨桥路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9812764, 30.2314644 ], [ 119.9813801, 30.2315201 ], [ 119.9817342, 30.2316326 ], [ 119.9818124, 30.2316579 ], [ 119.9819026, 30.2313009 ], [ 119.9821643, 30.230806 ], [ 119.9827185, 30.2297706 ], [ 119.9831822, 30.2293504 ], [ 119.9833552, 30.2292319 ], [ 119.983737, 30.2289702 ], [ 119.9840599, 30.228713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9987144, 30.2299058 ], [ 119.9982202, 30.2297283 ], [ 119.997398, 30.2293009 ], [ 119.9971212, 30.2291741 ], [ 119.996974, 30.2291067 ], [ 119.9966207, 30.2287626 ], [ 119.9952714, 30.2271415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.998741, 30.229748 ], [ 119.9987144, 30.2299058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9987144, 30.2299058 ], [ 119.998741, 30.229748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9913468, 30.2321371 ], [ 119.9914046, 30.2317763 ], [ 119.9914367, 30.2315765 ], [ 119.9914688, 30.2311658 ], [ 119.9914367, 30.2307107 ], [ 119.9913082, 30.2303055 ], [ 119.9911348, 30.2298449 ], [ 119.9907943, 30.2293731 ], [ 119.9906723, 30.2291955 ], [ 119.9903382, 30.2288847 ], [ 119.9897473, 30.2285294 ], [ 119.9892205, 30.2282741 ], [ 119.98897, 30.2281687 ], [ 119.9885717, 30.2280688 ], [ 119.9880899, 30.2280577 ], [ 119.9876274, 30.2280743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9876274, 30.2280743 ], [ 119.9880899, 30.2280577 ], [ 119.9885717, 30.2280688 ], [ 119.98897, 30.2281687 ], [ 119.9892205, 30.2282741 ], [ 119.9897473, 30.2285294 ], [ 119.9903382, 30.2288847 ], [ 119.9906723, 30.2291955 ], [ 119.9907943, 30.2293731 ], [ 119.9911348, 30.2298449 ], [ 119.9913082, 30.2303055 ], [ 119.9914367, 30.2307107 ], [ 119.9914688, 30.2311658 ], [ 119.9914367, 30.2315765 ], [ 119.9914046, 30.2317763 ], [ 119.9913468, 30.2321371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9938045, 30.2283259 ], [ 119.9931816, 30.2289269 ], [ 119.9929411, 30.2292344 ], [ 119.9927968, 30.2295793 ], [ 119.992739, 30.22997 ], [ 119.9927394, 30.2303248 ], [ 119.9927434, 30.2304493 ], [ 119.9927535, 30.2307305 ], [ 119.9927968, 30.2310339 ], [ 119.9928881, 30.23157 ], [ 119.9929555, 30.2320147 ], [ 119.9929659, 30.2322109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9929659, 30.2322109 ], [ 119.9929555, 30.2320147 ], [ 119.9928881, 30.23157 ], [ 119.9927968, 30.2310339 ], [ 119.9927535, 30.2307305 ], [ 119.9927434, 30.2304493 ], [ 119.9927394, 30.2303248 ], [ 119.992739, 30.22997 ], [ 119.9927968, 30.2295793 ], [ 119.9929411, 30.2292344 ], [ 119.9931816, 30.2289269 ], [ 119.9938045, 30.2283259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9939097, 30.2282413 ], [ 119.9941586, 30.228459 ], [ 119.9943461, 30.2287322 ], [ 119.9945371, 30.2289939 ], [ 119.9946034, 30.2290848 ], [ 119.9949233, 30.2297153 ], [ 119.9952709, 30.2303799 ], [ 119.9956549, 30.2312035 ], [ 119.9957854, 30.2315815 ], [ 119.9958718, 30.2320119 ], [ 119.995869, 30.2323188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9956977, 30.2323589 ], [ 119.995522, 30.2313568 ], [ 119.9951009, 30.2303814 ], [ 119.995036, 30.2302488 ], [ 119.9946246, 30.2294277 ], [ 119.9944485, 30.2291161 ], [ 119.9942787, 30.2288222 ], [ 119.9939952, 30.2284988 ], [ 119.9938045, 30.2283259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9987144, 30.2299058 ], [ 119.9985144, 30.230718 ], [ 119.9984291, 30.2312988 ], [ 119.9984875, 30.2323147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "杨桥", "杨桥路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9840599, 30.228713 ], [ 119.983737, 30.2289702 ], [ 119.9833552, 30.2292319 ], [ 119.9831822, 30.2293504 ], [ 119.9827185, 30.2297706 ], [ 119.9821643, 30.230806 ], [ 119.9819026, 30.2313009 ], [ 119.9818124, 30.2316579 ], [ 119.9817342, 30.2316326 ], [ 119.9813801, 30.2315201 ], [ 119.9812764, 30.2314644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789626, 30.229561 ], [ 119.9790113, 30.2309932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9812764, 30.2314644 ], [ 119.981549, 30.2306432 ], [ 119.981635, 30.2303751 ], [ 119.9817668, 30.2300102 ], [ 119.9817997, 30.2297186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9817997, 30.2297186 ], [ 119.9817668, 30.2300102 ], [ 119.981635, 30.2303751 ], [ 119.981549, 30.2306432 ], [ 119.9812764, 30.2314644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789096, 30.2309944 ], [ 119.9790113, 30.2309932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790113, 30.2309932 ], [ 119.9789096, 30.2309944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.975068, 30.2313838 ], [ 119.9753542, 30.2314289 ], [ 119.9759337, 30.2314228 ], [ 119.9777004, 30.2311664 ], [ 119.9789096, 30.2309944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789096, 30.2309944 ], [ 119.9777004, 30.2311664 ], [ 119.9759337, 30.2314228 ], [ 119.9753542, 30.2314289 ], [ 119.975068, 30.2313838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790113, 30.2309932 ], [ 119.9794079, 30.2309886 ], [ 119.979744, 30.2310597 ], [ 119.9812764, 30.2314644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9812764, 30.2314644 ], [ 119.979744, 30.2310597 ], [ 119.9794079, 30.2309886 ], [ 119.9790113, 30.2309932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "裕丰路", "闲兴路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9717433, 30.2258419 ], [ 119.9741313, 30.2265519 ], [ 119.9743912, 30.2266291 ], [ 119.9749044, 30.2267817 ], [ 119.9752762, 30.2270399 ], [ 119.9766791, 30.2271372 ], [ 119.9770334, 30.2271617 ], [ 119.9775418, 30.227197 ], [ 119.9779839, 30.2272251 ], [ 119.9781984, 30.2272813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "裕丰路", "闲兴路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9781984, 30.2272813 ], [ 119.9779839, 30.2272251 ], [ 119.9775418, 30.227197 ], [ 119.9770334, 30.2271617 ], [ 119.9766791, 30.2271372 ], [ 119.9752762, 30.2270399 ], [ 119.9749044, 30.2267817 ], [ 119.9743912, 30.2266291 ], [ 119.9741313, 30.2265519 ], [ 119.9717433, 30.2258419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲沈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9717433, 30.2258419 ], [ 119.9715927, 30.2263409 ], [ 119.9714212, 30.2267461 ], [ 119.9706485, 30.2278963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲沈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706485, 30.2278963 ], [ 119.9714212, 30.2267461 ], [ 119.9715927, 30.2263409 ], [ 119.9717433, 30.2258419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉企路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706485, 30.2278963 ], [ 119.9717813, 30.2287912 ], [ 119.9722137, 30.2291329 ], [ 119.9726631, 30.2294879 ], [ 119.9727194, 30.2295324 ], [ 119.9746233, 30.2310333 ], [ 119.975068, 30.2313838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉企路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.975068, 30.2313838 ], [ 119.9746233, 30.2310333 ], [ 119.9727194, 30.2295324 ], [ 119.9726631, 30.2294879 ], [ 119.9722137, 30.2291329 ], [ 119.9717813, 30.2287912 ], [ 119.9706485, 30.2278963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9712958, 30.2350614 ], [ 119.9722042, 30.2341787 ], [ 119.9730333, 30.2333708 ], [ 119.9735286, 30.2328916 ], [ 119.9740227, 30.2324077 ], [ 119.9741543, 30.2322787 ], [ 119.9742328, 30.2322019 ], [ 119.9746084, 30.2318321 ], [ 119.975068, 30.2313838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.975068, 30.2313838 ], [ 119.9746084, 30.2318321 ], [ 119.9742328, 30.2322019 ], [ 119.9741543, 30.2322787 ], [ 119.9740227, 30.2324077 ], [ 119.9735286, 30.2328916 ], [ 119.9730333, 30.2333708 ], [ 119.9722042, 30.2341787 ], [ 119.9712958, 30.2350614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圣地路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9712958, 30.2350614 ], [ 119.9703327, 30.2329463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圣地路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9703327, 30.2329463 ], [ 119.9712958, 30.2350614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984875, 30.2323147 ], [ 119.9984291, 30.2312988 ], [ 119.9985144, 30.230718 ], [ 119.9987144, 30.2299058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "缸窑桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9929659, 30.2322109 ], [ 119.9913468, 30.2321371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "缸窑桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9913468, 30.2321371 ], [ 119.9929659, 30.2322109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "缸窑桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9956977, 30.2323589 ], [ 119.9929659, 30.2322109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "缸窑桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9929659, 30.2322109 ], [ 119.9956977, 30.2323589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.995869, 30.2323188 ], [ 119.9962512, 30.2323396 ], [ 119.9984875, 30.2323147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9956977, 30.2323589 ], [ 119.995869, 30.2323188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.995869, 30.2323188 ], [ 119.9958681, 30.2324152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9958681, 30.2324152 ], [ 119.9956977, 30.2323589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984969, 30.2324789 ], [ 119.9984875, 30.2323147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790113, 30.2309932 ], [ 119.9791108, 30.2324961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789835, 30.232514 ], [ 119.9789096, 30.2309944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9809264, 30.2328078 ], [ 119.981217, 30.2319666 ], [ 119.9812764, 30.2314644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9812764, 30.2314644 ], [ 119.981217, 30.2319666 ], [ 119.9809264, 30.2328078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789835, 30.232514 ], [ 119.9791108, 30.2324961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9791108, 30.2324961 ], [ 119.9789835, 30.232514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9791108, 30.2324961 ], [ 119.9796098, 30.232426 ], [ 119.9809264, 30.2328078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9809264, 30.2328078 ], [ 119.9796098, 30.232426 ], [ 119.9791108, 30.2324961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9864856, 30.2337754 ], [ 119.9864219, 30.2337447 ], [ 119.9863729, 30.233698 ], [ 119.9863437, 30.2336403 ], [ 119.9863373, 30.2335775 ], [ 119.9863546, 30.2335162 ], [ 119.9863935, 30.233463 ], [ 119.9864501, 30.2334232 ], [ 119.9865184, 30.2334011 ], [ 119.9865913, 30.2333991 ], [ 119.9866612, 30.2334173 ], [ 119.9867206, 30.2334538 ], [ 119.9867635, 30.2335048 ], [ 119.9867853, 30.2335649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9867853, 30.2335649 ], [ 119.9867827, 30.233632 ], [ 119.986754, 30.2336944 ], [ 119.9867024, 30.2337446 ], [ 119.9866341, 30.2337767 ], [ 119.9866172, 30.2337789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984875, 30.2323147 ], [ 119.9984969, 30.2324789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984969, 30.2324789 ], [ 119.9981398, 30.23249 ], [ 119.9979273, 30.2324871 ], [ 119.9976133, 30.2324828 ], [ 119.9971234, 30.2324923 ], [ 119.9965846, 30.232513 ], [ 119.9960605, 30.2324788 ], [ 119.9958681, 30.2324152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9913468, 30.2321371 ], [ 119.991244, 30.232298 ], [ 119.990987, 30.2328364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990987, 30.2328364 ], [ 119.991244, 30.232298 ], [ 119.9913468, 30.2321371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9867853, 30.2335649 ], [ 119.9892334, 30.2328002 ], [ 119.9896124, 30.2327143 ], [ 119.9898436, 30.2327087 ], [ 119.989991, 30.2327228 ], [ 119.9905695, 30.2327781 ], [ 119.990987, 30.2328364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990987, 30.2328364 ], [ 119.9905695, 30.2327781 ], [ 119.989991, 30.2327228 ], [ 119.9898436, 30.2327087 ], [ 119.9896124, 30.2327143 ], [ 119.9892334, 30.2328002 ], [ 119.9867853, 30.2335649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9929659, 30.2322109 ], [ 119.9929314, 30.2328915 ], [ 119.9929026, 30.233012 ], [ 119.9928449, 30.2331326 ], [ 119.9927294, 30.2332738 ], [ 119.9925274, 30.2334235 ], [ 119.9923975, 30.2335689 ], [ 119.9923206, 30.233731 ], [ 119.9921562, 30.2345624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民聚福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921562, 30.2345624 ], [ 119.9923206, 30.233731 ], [ 119.9923975, 30.2335689 ], [ 119.9925274, 30.2334235 ], [ 119.9927294, 30.2332738 ], [ 119.9928449, 30.2331326 ], [ 119.9929026, 30.233012 ], [ 119.9929314, 30.2328915 ], [ 119.9929659, 30.2322109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985731, 30.2343997 ], [ 119.9984969, 30.2324789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984969, 30.2324789 ], [ 119.9985731, 30.2343997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953029, 30.2345437 ], [ 119.9954311, 30.2342177 ], [ 119.9955558, 30.2338713 ], [ 119.995636, 30.2335633 ], [ 119.9956895, 30.2333132 ], [ 119.9957162, 30.233113 ], [ 119.9957385, 30.2329283 ], [ 119.995734, 30.2326126 ], [ 119.9956977, 30.2323589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9958681, 30.2324152 ], [ 119.995876, 30.2325145 ], [ 119.9958811, 30.2326126 ], [ 119.9958721, 30.2329321 ], [ 119.995841, 30.2331977 ], [ 119.9957964, 30.2334633 ], [ 119.995734, 30.2337019 ], [ 119.9955959, 30.2341753 ], [ 119.9955291, 30.2343331 ], [ 119.9954459, 30.2345281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990541, 30.2342628 ], [ 119.990544, 30.2341508 ], [ 119.9905657, 30.2340673 ], [ 119.9907237, 30.233458 ], [ 119.9909035, 30.2329862 ], [ 119.990987, 30.2328364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990987, 30.2328364 ], [ 119.9909035, 30.2329862 ], [ 119.9907237, 30.233458 ], [ 119.9905657, 30.2340673 ], [ 119.990544, 30.2341508 ], [ 119.990541, 30.2342628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921562, 30.2345624 ], [ 119.990541, 30.2342628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990541, 30.2342628 ], [ 119.9921562, 30.2345624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9954459, 30.2345281 ], [ 119.9961458, 30.2344515 ], [ 119.9968927, 30.2343962 ], [ 119.99738, 30.2343972 ], [ 119.9985731, 30.2343997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985731, 30.2343997 ], [ 119.99738, 30.2343972 ], [ 119.9968927, 30.2343962 ], [ 119.9961458, 30.2344515 ], [ 119.9954459, 30.2345281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9954459, 30.2345281 ], [ 119.9953029, 30.2345437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953029, 30.2345437 ], [ 119.9954459, 30.2345281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9791108, 30.2324961 ], [ 119.9791562, 30.2336143 ], [ 119.9792062, 30.2348484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790782, 30.2348425 ], [ 119.9790342, 30.2337606 ], [ 119.9789835, 30.232514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9866172, 30.2337789 ], [ 119.9865573, 30.2337869 ], [ 119.9864856, 30.2337754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9809264, 30.2328078 ], [ 119.9806839, 30.2335695 ], [ 119.9805553, 30.2344777 ], [ 119.982212, 30.2345927 ], [ 119.9838219, 30.2347614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9838219, 30.2347614 ], [ 119.982212, 30.2345927 ], [ 119.9805553, 30.2344777 ], [ 119.9806839, 30.2335695 ], [ 119.9809264, 30.2328078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9864361, 30.2352903 ], [ 119.9864125, 30.234809 ], [ 119.9864234, 30.2345964 ], [ 119.986458, 30.2340893 ], [ 119.9864856, 30.2337754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9866172, 30.2337789 ], [ 119.9865986, 30.2341063 ], [ 119.986564, 30.2346134 ], [ 119.9865411, 30.2348231 ], [ 119.9865709, 30.2352995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790782, 30.2348425 ], [ 119.9792062, 30.2348484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790916, 30.2351426 ], [ 119.9790782, 30.2348425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9792062, 30.2348484 ], [ 119.9792292, 30.2351462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953029, 30.2345437 ], [ 119.9943017, 30.2346512 ], [ 119.9935052, 30.2347123 ], [ 119.9926765, 30.2346679 ], [ 119.9921562, 30.2345624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云睦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921562, 30.2345624 ], [ 119.9926765, 30.2346679 ], [ 119.9935052, 30.2347123 ], [ 119.9943017, 30.2346512 ], [ 119.9953029, 30.2345437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990541, 30.2342628 ], [ 119.9905215, 30.2344297 ], [ 119.9904648, 30.2348215 ], [ 119.9903192, 30.2356972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9903192, 30.2356972 ], [ 119.9904648, 30.2348215 ], [ 119.9905215, 30.2344297 ], [ 119.990541, 30.2342628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9865709, 30.2352995 ], [ 119.9877368, 30.2353669 ], [ 119.9879018, 30.2353872 ], [ 119.9886269, 30.2354767 ], [ 119.9888956, 30.2355098 ], [ 119.9903192, 30.2356972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945472, 30.2367036 ], [ 119.9946025, 30.2365232 ], [ 119.9950346, 30.2353955 ], [ 119.9951861, 30.2349644 ], [ 119.9952663, 30.2346911 ], [ 119.9953029, 30.2345437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9954459, 30.2345281 ], [ 119.9953776, 30.2348104 ], [ 119.9953108, 30.234999 ], [ 119.9951593, 30.2354301 ], [ 119.9950346, 30.2357688 ], [ 119.9948876, 30.2361845 ], [ 119.994745, 30.2365386 ], [ 119.9946733, 30.2367363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9925639, 30.2364995 ], [ 119.9913411, 30.2361929 ], [ 119.990225, 30.2359786 ], [ 119.9888534, 30.235771 ], [ 119.9879289, 30.2356564 ], [ 119.9865792, 30.2355739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9987261, 30.2376921 ], [ 119.9987082, 30.2371445 ], [ 119.9986638, 30.2359448 ], [ 119.9985731, 30.2343997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昆庭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985731, 30.2343997 ], [ 119.9986638, 30.2359448 ], [ 119.9987082, 30.2371445 ], [ 119.9987261, 30.2376921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圣地路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9712958, 30.2350614 ], [ 119.9715977, 30.2357792 ], [ 119.9716606, 30.2359288 ], [ 119.9718415, 30.2363589 ], [ 119.9719576, 30.2366351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圣地路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9719576, 30.2366351 ], [ 119.9718415, 30.2363589 ], [ 119.9716606, 30.2359288 ], [ 119.9715977, 30.2357792 ], [ 119.9712958, 30.2350614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9727702, 30.2373634 ], [ 119.9735232, 30.2367505 ], [ 119.9737076, 30.236631 ], [ 119.9744367, 30.2361583 ], [ 119.975406, 30.2357041 ], [ 119.9764291, 30.2352965 ], [ 119.9773823, 30.2350817 ], [ 119.9782642, 30.2349253 ], [ 119.9790782, 30.2348425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790916, 30.2351426 ], [ 119.9782797, 30.2352367 ], [ 119.9779324, 30.2352931 ], [ 119.9776154, 30.2353445 ], [ 119.9774567, 30.2353703 ], [ 119.9765469, 30.2355999 ], [ 119.9759758, 30.2357986 ], [ 119.9754048, 30.2360252 ], [ 119.9745754, 30.2364598 ], [ 119.9740339, 30.2367772 ], [ 119.9734815, 30.2371599 ], [ 119.9729941, 30.2375785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9719576, 30.2366351 ], [ 119.9720674, 30.2367861 ], [ 119.972112, 30.2368525 ], [ 119.9721566, 30.236919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9718532, 30.2369405 ], [ 119.9719471, 30.2367922 ], [ 119.9719576, 30.2366351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9718532, 30.2369405 ], [ 119.9719216, 30.2369022 ], [ 119.9720007, 30.236885 ], [ 119.9720819, 30.2368908 ], [ 119.9721566, 30.236919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9717753, 30.237135 ], [ 119.9717754, 30.2370638 ], [ 119.9718023, 30.2369965 ], [ 119.9718532, 30.2369405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9721566, 30.236919 ], [ 119.9722168, 30.2369665 ], [ 119.9727702, 30.2373634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9720845, 30.2373076 ], [ 119.9720024, 30.2373141 ], [ 119.9719223, 30.2372971 ], [ 119.9718531, 30.2372585 ], [ 119.9718022, 30.2372024 ], [ 119.9717753, 30.237135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9792062, 30.2348484 ], [ 119.9796052, 30.2348666 ], [ 119.979858, 30.2348781 ], [ 119.9815466, 30.2349551 ], [ 119.9864361, 30.2352903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9792292, 30.2351462 ], [ 119.9790916, 30.2351426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9864361, 30.2352903 ], [ 119.9865709, 30.2352995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9864354, 30.2355648 ], [ 119.985238, 30.2354891 ], [ 119.9846115, 30.2354495 ], [ 119.9828412, 30.2353376 ], [ 119.9815963, 30.2352506 ], [ 119.9803615, 30.2351759 ], [ 119.9792292, 30.2351462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9864354, 30.2355648 ], [ 119.9864361, 30.2352903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9865709, 30.2352995 ], [ 119.9865792, 30.2355739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9865792, 30.2355739 ], [ 119.9864354, 30.2355648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863668, 30.2384571 ], [ 119.9863791, 30.2379524 ], [ 119.9863957, 30.2372708 ], [ 119.9864319, 30.2363981 ], [ 119.9864274, 30.2356976 ], [ 119.9864354, 30.2355648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9865792, 30.2355739 ], [ 119.9865534, 30.2364268 ], [ 119.9865342, 30.2372863 ], [ 119.9865157, 30.2384666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9814368, 30.2380788 ], [ 119.9831086, 30.2382483 ], [ 119.9863668, 30.2384571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.929357695681176, 30.181300958291132 ], [ 119.9301843, 30.1813526 ], [ 119.9307341, 30.1813117 ], [ 119.9311242, 30.1813321 ], [ 119.9314493, 30.1815212 ], [ 119.9318985, 30.181838 ], [ 119.9341507, 30.1836213 ], [ 119.9345113, 30.183841 ], [ 119.9346827, 30.1839279 ], [ 119.9348364, 30.1839279 ], [ 119.9356478, 30.1838165 ], [ 119.9357416, 30.1838036 ], [ 119.9361454, 30.1837481 ], [ 119.9363615, 30.1837184 ], [ 119.936793, 30.1836418 ], [ 119.9369762, 30.1835396 ], [ 119.9371122, 30.1834067 ], [ 119.9376619, 30.1828957 ], [ 119.9377801, 30.1828446 ], [ 119.9387141, 30.1826045 ], [ 119.9400677, 30.182303 ], [ 119.9407712, 30.1822417 ], [ 119.9411631, 30.1821648 ], [ 119.9418171, 30.1819345 ], [ 119.9420714, 30.1818717 ], [ 119.9423257, 30.1819031 ], [ 119.9423813, 30.1819201 ], [ 119.9426003, 30.1819869 ], [ 119.9427235, 30.1820245 ], [ 119.9429434, 30.1820916 ], [ 119.9431856, 30.1821334 ], [ 119.9436821, 30.1821125 ], [ 119.9442998, 30.1820078 ], [ 119.9449175, 30.1819764 ], [ 119.9452324, 30.181924 ], [ 119.9454867, 30.1818089 ], [ 119.9457531, 30.1816518 ], [ 119.945959, 30.1815576 ], [ 119.9461528, 30.1815472 ], [ 119.9463587, 30.1815472 ], [ 119.9469603, 30.1816693 ], [ 119.9471241, 30.1817187 ], [ 119.9473708, 30.1817932 ], [ 119.9485551, 30.1821505 ], [ 119.9494828, 30.1823659 ], [ 119.9505535, 30.1826145 ], [ 119.9508102, 30.1826741 ], [ 119.9514711, 30.1828276 ], [ 119.9519146, 30.1829173 ], [ 119.9524619, 30.1829744 ], [ 119.9526412, 30.1829581 ], [ 119.9529054, 30.1828684 ], [ 119.9540284, 30.1823789 ], [ 119.9542832, 30.1823218 ], [ 119.9545191, 30.1822974 ], [ 119.9550728, 30.1823245 ], [ 119.9553339, 30.1823756 ], [ 119.9560338, 30.182522 ], [ 119.9561753, 30.1825529 ], [ 119.9564055, 30.1825737 ], [ 119.9566919, 30.1825522 ], [ 119.9574514, 30.1823793 ], [ 119.9593201, 30.1821761 ], [ 119.9596773, 30.1820646 ], [ 119.9600028, 30.1818731 ], [ 119.9613047, 30.1811172 ], [ 119.9621495, 30.1806266 ], [ 119.9623898, 30.1805351 ], [ 119.9626251, 30.1805095 ], [ 119.9628722, 30.1805374 ], [ 119.9631863, 30.1806204 ], [ 119.9636473, 30.1807578 ], [ 119.9661456, 30.1815028 ], [ 119.9663664, 30.1815085 ], [ 119.9665657, 30.181505 ], [ 119.9668805, 30.1814239 ], [ 119.9679464, 30.1808738 ], [ 119.9681988, 30.1807546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9681988, 30.1807546 ], [ 119.9679464, 30.1808738 ], [ 119.9668805, 30.1814239 ], [ 119.9665657, 30.181505 ], [ 119.9663664, 30.1815085 ], [ 119.9661456, 30.1815028 ], [ 119.9636473, 30.1807578 ], [ 119.9631863, 30.1806204 ], [ 119.9628722, 30.1805374 ], [ 119.9626251, 30.1805095 ], [ 119.9623898, 30.1805351 ], [ 119.9621495, 30.1806266 ], [ 119.9613047, 30.1811172 ], [ 119.9600028, 30.1818731 ], [ 119.9596773, 30.1820646 ], [ 119.9593201, 30.1821761 ], [ 119.9574514, 30.1823793 ], [ 119.9566919, 30.1825522 ], [ 119.9564055, 30.1825737 ], [ 119.9561753, 30.1825529 ], [ 119.9560338, 30.182522 ], [ 119.9553339, 30.1823756 ], [ 119.9550728, 30.1823245 ], [ 119.9545191, 30.1822974 ], [ 119.9542832, 30.1823218 ], [ 119.9540284, 30.1823789 ], [ 119.9529054, 30.1828684 ], [ 119.9526412, 30.1829581 ], [ 119.9524619, 30.1829744 ], [ 119.9519146, 30.1829173 ], [ 119.9514711, 30.1828276 ], [ 119.9508102, 30.1826741 ], [ 119.9505535, 30.1826145 ], [ 119.9494828, 30.1823659 ], [ 119.9485551, 30.1821505 ], [ 119.9473708, 30.1817932 ], [ 119.9471241, 30.1817187 ], [ 119.9469603, 30.1816693 ], [ 119.9463587, 30.1815472 ], [ 119.9461528, 30.1815472 ], [ 119.945959, 30.1815576 ], [ 119.9457531, 30.1816518 ], [ 119.9454867, 30.1818089 ], [ 119.9452324, 30.181924 ], [ 119.9449175, 30.1819764 ], [ 119.9442998, 30.1820078 ], [ 119.9436821, 30.1821125 ], [ 119.9431856, 30.1821334 ], [ 119.9429434, 30.1820916 ], [ 119.9427235, 30.1820245 ], [ 119.9426003, 30.1819869 ], [ 119.9423813, 30.1819201 ], [ 119.9423257, 30.1819031 ], [ 119.9420714, 30.1818717 ], [ 119.9418171, 30.1819345 ], [ 119.9411631, 30.1821648 ], [ 119.9407712, 30.1822417 ], [ 119.9400677, 30.182303 ], [ 119.9387141, 30.1826045 ], [ 119.9377801, 30.1828446 ], [ 119.9376619, 30.1828957 ], [ 119.9371122, 30.1834067 ], [ 119.9369762, 30.1835396 ], [ 119.936793, 30.1836418 ], [ 119.9363615, 30.1837184 ], [ 119.9361454, 30.1837481 ], [ 119.9357416, 30.1838036 ], [ 119.9356478, 30.1838165 ], [ 119.9348364, 30.1839279 ], [ 119.9346827, 30.1839279 ], [ 119.9345113, 30.183841 ], [ 119.9341507, 30.1836213 ], [ 119.9318985, 30.181838 ], [ 119.9314493, 30.1815212 ], [ 119.9311242, 30.1813321 ], [ 119.9307341, 30.1813117 ], [ 119.9301843, 30.1813526 ], [ 119.929357695681176, 30.181300958291132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.924106, 30.2413728 ], [ 119.9241238, 30.2412828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9241238, 30.2412828 ], [ 119.924106, 30.2413728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9569536, 30.2174904 ], [ 119.9572348, 30.2176683 ], [ 119.9573723, 30.2177553 ], [ 119.9599557, 30.21939 ], [ 119.9607693, 30.2199048 ], [ 119.9609465, 30.2200169 ], [ 119.961208, 30.2201824 ], [ 119.9629852, 30.221307 ], [ 119.9631758, 30.2214275 ], [ 119.9639476, 30.2219159 ], [ 119.9643672, 30.2221814 ], [ 119.9651643, 30.2226811 ], [ 119.9655017, 30.2228926 ], [ 119.9675099, 30.2241514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9675099, 30.2241514 ], [ 119.9655017, 30.2228926 ], [ 119.9651643, 30.2226811 ], [ 119.9643672, 30.2221814 ], [ 119.9639476, 30.2219159 ], [ 119.9631758, 30.2214275 ], [ 119.9629852, 30.221307 ], [ 119.961208, 30.2201824 ], [ 119.9609465, 30.2200169 ], [ 119.9607693, 30.2199048 ], [ 119.9599557, 30.21939 ], [ 119.9573723, 30.2177553 ], [ 119.9572348, 30.2176683 ], [ 119.9569536, 30.2174904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲沈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9562001, 30.2334819 ], [ 119.9563652, 30.2333199 ], [ 119.9575855, 30.2324465 ], [ 119.9580113, 30.2321298 ], [ 119.9583906, 30.2318515 ], [ 119.9588575, 30.2315724 ], [ 119.9602416, 30.2310887 ], [ 119.9605506, 30.231019 ], [ 119.9609626, 30.2309814 ], [ 119.9613145, 30.230961 ], [ 119.9616766, 30.2309729 ], [ 119.962616, 30.2310225 ], [ 119.9643778, 30.2311391 ], [ 119.9647376, 30.2311444 ], [ 119.965077, 30.2311468 ], [ 119.9653743, 30.2311016 ], [ 119.9656701, 30.2310443 ], [ 119.9659148, 30.230984 ], [ 119.9660953, 30.2309241 ], [ 119.9666229, 30.230749 ], [ 119.9668839, 30.2306487 ], [ 119.9672153, 30.230514 ], [ 119.9679229, 30.2300744 ], [ 119.9691523, 30.2291872 ], [ 119.9706485, 30.2278963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲沈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706485, 30.2278963 ], [ 119.9691523, 30.2291872 ], [ 119.9679229, 30.2300744 ], [ 119.9672153, 30.230514 ], [ 119.9668839, 30.2306487 ], [ 119.9666229, 30.230749 ], [ 119.9660953, 30.2309241 ], [ 119.9659148, 30.230984 ], [ 119.9656701, 30.2310443 ], [ 119.9653743, 30.2311016 ], [ 119.965077, 30.2311468 ], [ 119.9647376, 30.2311444 ], [ 119.9643778, 30.2311391 ], [ 119.962616, 30.2310225 ], [ 119.9616766, 30.2309729 ], [ 119.9613145, 30.230961 ], [ 119.9609626, 30.2309814 ], [ 119.9605506, 30.231019 ], [ 119.9602416, 30.2310887 ], [ 119.9588575, 30.2315724 ], [ 119.9583906, 30.2318515 ], [ 119.9580113, 30.2321298 ], [ 119.9575855, 30.2324465 ], [ 119.9563652, 30.2333199 ], [ 119.9562001, 30.2334819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲沈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9562001, 30.2334819 ], [ 119.9562187, 30.233595 ], [ 119.9561519, 30.2336943 ], [ 119.9552938, 30.2342896 ], [ 119.9548866, 30.2345598 ], [ 119.954677, 30.2347395 ], [ 119.9544754, 30.2348918 ], [ 119.9541477, 30.2349554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲沈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9541477, 30.2349554 ], [ 119.9543794, 30.2347225 ], [ 119.9546595, 30.2345646 ], [ 119.9553866, 30.2340961 ], [ 119.9558217, 30.2337597 ], [ 119.9561018, 30.2335245 ], [ 119.9562001, 30.2334819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667456, 30.2376212 ], [ 119.9665958, 30.237557 ], [ 119.9665569, 30.2375434 ], [ 119.9665152, 30.2375279 ], [ 119.9633772, 30.2363615 ], [ 119.9624204, 30.2362213 ], [ 119.9618333, 30.2361897 ], [ 119.9613013, 30.236226 ], [ 119.960523, 30.2363444 ], [ 119.9604811, 30.2363508 ], [ 119.95981, 30.2364717 ], [ 119.9594705, 30.236468 ], [ 119.9591147, 30.2364137 ], [ 119.9588108, 30.2363379 ], [ 119.9585649, 30.2362236 ], [ 119.9574097, 30.2357112 ], [ 119.9571495, 30.2354794 ], [ 119.9568972, 30.2342969 ], [ 119.9568157, 30.2341623 ], [ 119.9562001, 30.2334819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9562001, 30.2334819 ], [ 119.9568157, 30.2341623 ], [ 119.9568972, 30.2342969 ], [ 119.9571495, 30.2354794 ], [ 119.9574097, 30.2357112 ], [ 119.9585649, 30.2362236 ], [ 119.9588108, 30.2363379 ], [ 119.9591147, 30.2364137 ], [ 119.9594705, 30.236468 ], [ 119.95981, 30.2364717 ], [ 119.9604811, 30.2363508 ], [ 119.960523, 30.2363444 ], [ 119.9613013, 30.236226 ], [ 119.9618333, 30.2361897 ], [ 119.9624204, 30.2362213 ], [ 119.9633772, 30.2363615 ], [ 119.9665152, 30.2375279 ], [ 119.9665569, 30.2375434 ], [ 119.9665958, 30.237557 ], [ 119.9667456, 30.2376212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈邱线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.918270180569436, 30.193811633691109 ], [ 119.9184908, 30.1939272 ], [ 119.9194586, 30.1943307 ], [ 119.9196623, 30.1944115 ], [ 119.9199764, 30.1946022 ], [ 119.9203924, 30.1949177 ], [ 119.9210461, 30.195358 ], [ 119.9212923, 30.1955268 ], [ 119.9215809, 30.1956075 ], [ 119.9218271, 30.1957689 ], [ 119.9220544, 30.1959162 ], [ 119.9221667, 30.195989 ], [ 119.9225657, 30.1961358 ], [ 119.9227694, 30.1962605 ], [ 119.9231429, 30.1966127 ], [ 119.9233179, 30.1968785 ], [ 119.9233665, 30.1969523 ], [ 119.9234231, 30.1970383 ], [ 119.9234593, 30.197134 ], [ 119.9235759, 30.1974418 ], [ 119.9237032, 30.1978747 ], [ 119.9237627, 30.1981242 ], [ 119.9238902, 30.1983022 ], [ 119.9238956, 30.1983098 ], [ 119.9239834, 30.1984323 ], [ 119.9243909, 30.1989533 ], [ 119.9244208, 30.1989994 ], [ 119.9245097, 30.1991367 ], [ 119.9245522, 30.1993568 ], [ 119.9245437, 30.1995623 ], [ 119.9245692, 30.1997677 ], [ 119.9246965, 30.1999878 ], [ 119.924759, 30.2001176 ], [ 119.9248238, 30.200252 ], [ 119.9250106, 30.200428 ], [ 119.9251889, 30.2004867 ], [ 119.9252542, 30.2004811 ], [ 119.9254436, 30.2004647 ], [ 119.9256558, 30.200318 ], [ 119.9258688, 30.2002134 ], [ 119.9260293, 30.2001346 ], [ 119.926318, 30.2000832 ], [ 119.926666, 30.2001052 ], [ 119.9269292, 30.2001713 ], [ 119.9272857, 30.200362 ], [ 119.9276996, 30.2005281 ], [ 119.9279989, 30.2006482 ], [ 119.928206, 30.2006482 ], [ 119.9283384, 30.2006482 ], [ 119.9284476, 30.2006482 ], [ 119.9284912, 30.2006482 ], [ 119.9289497, 30.2009196 ], [ 119.9291704, 30.2011251 ], [ 119.9295015, 30.201624 ], [ 119.9296797, 30.2017781 ], [ 119.9299854, 30.2021889 ], [ 119.9302061, 30.2024017 ], [ 119.9303674, 30.2025191 ], [ 119.9304076, 30.2025682 ], [ 119.9304429, 30.2026416 ], [ 119.9304716, 30.2027223 ], [ 119.9304947, 30.2029593 ], [ 119.9305711, 30.2031207 ], [ 119.9308937, 30.2034949 ], [ 119.931033, 30.2036111 ], [ 119.9311399, 30.2037003 ], [ 119.9312519, 30.2037584 ], [ 119.931437, 30.2038544 ], [ 119.9318106, 30.2039938 ], [ 119.9320737, 30.2041552 ], [ 119.9322265, 30.2042799 ], [ 119.9323029, 30.2043973 ], [ 119.9323539, 30.2045734 ], [ 119.9325491, 30.2049476 ], [ 119.9326363, 30.2050805 ], [ 119.9328717, 30.2054392 ], [ 119.9333217, 30.2059894 ], [ 119.9336612, 30.2063269 ], [ 119.9340517, 30.2064076 ], [ 119.9342555, 30.2063782 ], [ 119.9347394, 30.2062168 ], [ 119.9349686, 30.2061728 ], [ 119.9353506, 30.2062022 ], [ 119.9358854, 30.2061215 ], [ 119.9360213, 30.2061435 ], [ 119.9361486, 30.2063049 ], [ 119.9364627, 30.2066937 ], [ 119.9365476, 30.2067011 ], [ 119.9368532, 30.206569 ], [ 119.937006, 30.2065837 ], [ 119.9370713, 30.2066718 ], [ 119.9371817, 30.2068627 ], [ 119.9373474, 30.2070297 ], [ 119.9374104, 30.2071794 ], [ 119.9374578, 30.2072922 ], [ 119.9374854, 30.2075069 ], [ 119.937513, 30.2077455 ], [ 119.9375959, 30.2079841 ], [ 119.9379844, 30.2083809 ], [ 119.9380514, 30.2084494 ], [ 119.9383275, 30.2086761 ], [ 119.9386174, 30.2089385 ], [ 119.9387969, 30.2091652 ], [ 119.9390453, 30.2096424 ], [ 119.9394319, 30.211229 ], [ 119.9395009, 30.2115153 ], [ 119.9394871, 30.2117301 ], [ 119.9395023, 30.211934 ], [ 119.9396665, 30.2121118 ], [ 119.9397042, 30.2122095 ], [ 119.9397494, 30.2123265 ], [ 119.9398322, 30.2125293 ], [ 119.9400255, 30.2127441 ], [ 119.9403809, 30.2129797 ], [ 119.9413249, 30.2137302 ], [ 119.9417026, 30.2140402 ], [ 119.941746, 30.214104 ], [ 119.9426466, 30.215427 ], [ 119.9427599, 30.2156228 ], [ 119.9430808, 30.2158512 ], [ 119.9434584, 30.215998 ], [ 119.9437416, 30.2162264 ], [ 119.9437729, 30.2163292 ], [ 119.9438128, 30.2164603 ], [ 119.943836, 30.2165364 ], [ 119.943808, 30.2167242 ], [ 119.9437605, 30.2170422 ], [ 119.9434584, 30.2182332 ], [ 119.9434396, 30.2184779 ], [ 119.9434773, 30.2188205 ], [ 119.9434018, 30.2190979 ], [ 119.9432696, 30.2192937 ], [ 119.9432319, 30.2196036 ], [ 119.9432939, 30.2197482 ], [ 119.9434207, 30.2200441 ], [ 119.9436444, 30.2205032 ], [ 119.9437228, 30.2206641 ], [ 119.9437366, 30.2207597 ], [ 119.9437776, 30.2210432 ], [ 119.9437983, 30.2211861 ], [ 119.9438549, 30.2215451 ], [ 119.9437983, 30.2217408 ], [ 119.943744, 30.2218873 ], [ 119.9436996, 30.2220071 ], [ 119.9436472, 30.2221487 ], [ 119.9435717, 30.2225729 ], [ 119.943364, 30.2231439 ], [ 119.9429712, 30.2243743 ], [ 119.9427756, 30.2247328 ], [ 119.9427245, 30.2248577 ], [ 119.9427239, 30.2251019 ], [ 119.9429097, 30.2252995 ], [ 119.943461, 30.2256068 ], [ 119.9440657, 30.2258527 ], [ 119.9446349, 30.2258988 ], [ 119.9459332, 30.2264674 ], [ 119.9467514, 30.2266826 ], [ 119.9470004, 30.2267133 ], [ 119.9474984, 30.2268823 ], [ 119.9478897, 30.2270668 ], [ 119.948192, 30.2272665 ], [ 119.9492592, 30.2277276 ], [ 119.9497216, 30.227912 ], [ 119.9503619, 30.228081 ], [ 119.9504475, 30.2281287 ], [ 119.9514646, 30.2286957 ], [ 119.9519448, 30.2288955 ], [ 119.9526918, 30.2293565 ], [ 119.9533321, 30.229879 ], [ 119.9536345, 30.2301863 ], [ 119.9538123, 30.2304168 ], [ 119.9539724, 30.2307703 ], [ 119.954755, 30.2321533 ], [ 119.9549506, 30.2324452 ], [ 119.9551996, 30.2326757 ], [ 119.9557921, 30.2331605 ], [ 119.9562001, 30.2334819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈邱线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9562001, 30.2334819 ], [ 119.9557921, 30.2331605 ], [ 119.9551996, 30.2326757 ], [ 119.9549506, 30.2324452 ], [ 119.954755, 30.2321533 ], [ 119.9539724, 30.2307703 ], [ 119.9538123, 30.2304168 ], [ 119.9536345, 30.2301863 ], [ 119.9533321, 30.229879 ], [ 119.9526918, 30.2293565 ], [ 119.9519448, 30.2288955 ], [ 119.9514646, 30.2286957 ], [ 119.9504475, 30.2281287 ], [ 119.9503619, 30.228081 ], [ 119.9497216, 30.227912 ], [ 119.9492592, 30.2277276 ], [ 119.948192, 30.2272665 ], [ 119.9478897, 30.2270668 ], [ 119.9474984, 30.2268823 ], [ 119.9470004, 30.2267133 ], [ 119.9467514, 30.2266826 ], [ 119.9459332, 30.2264674 ], [ 119.9446349, 30.2258988 ], [ 119.9440657, 30.2258527 ], [ 119.943461, 30.2256068 ], [ 119.9429097, 30.2252995 ], [ 119.9427239, 30.2251019 ], [ 119.9427245, 30.2248577 ], [ 119.9427756, 30.2247328 ], [ 119.9429712, 30.2243743 ], [ 119.943364, 30.2231439 ], [ 119.9435717, 30.2225729 ], [ 119.9436472, 30.2221487 ], [ 119.9436996, 30.2220071 ], [ 119.943744, 30.2218873 ], [ 119.9437983, 30.2217408 ], [ 119.9438549, 30.2215451 ], [ 119.9437983, 30.2211861 ], [ 119.9437776, 30.2210432 ], [ 119.9437366, 30.2207597 ], [ 119.9437228, 30.2206641 ], [ 119.9436444, 30.2205032 ], [ 119.9434207, 30.2200441 ], [ 119.9432939, 30.2197482 ], [ 119.9432319, 30.2196036 ], [ 119.9432696, 30.2192937 ], [ 119.9434018, 30.2190979 ], [ 119.9434773, 30.2188205 ], [ 119.9434396, 30.2184779 ], [ 119.9434584, 30.2182332 ], [ 119.9437605, 30.2170422 ], [ 119.943808, 30.2167242 ], [ 119.943836, 30.2165364 ], [ 119.9438128, 30.2164603 ], [ 119.9437729, 30.2163292 ], [ 119.9437416, 30.2162264 ], [ 119.9434584, 30.215998 ], [ 119.9430808, 30.2158512 ], [ 119.9427599, 30.2156228 ], [ 119.9426466, 30.215427 ], [ 119.941746, 30.214104 ], [ 119.9417026, 30.2140402 ], [ 119.9413249, 30.2137302 ], [ 119.9403809, 30.2129797 ], [ 119.9400255, 30.2127441 ], [ 119.9398322, 30.2125293 ], [ 119.9397494, 30.2123265 ], [ 119.9397042, 30.2122095 ], [ 119.9396665, 30.2121118 ], [ 119.9395023, 30.211934 ], [ 119.9394871, 30.2117301 ], [ 119.9395009, 30.2115153 ], [ 119.9394319, 30.211229 ], [ 119.9390453, 30.2096424 ], [ 119.9387969, 30.2091652 ], [ 119.9386174, 30.2089385 ], [ 119.9383275, 30.2086761 ], [ 119.9380514, 30.2084494 ], [ 119.9379844, 30.2083809 ], [ 119.9375959, 30.2079841 ], [ 119.937513, 30.2077455 ], [ 119.9374854, 30.2075069 ], [ 119.9374578, 30.2072922 ], [ 119.9374104, 30.2071794 ], [ 119.9373474, 30.2070297 ], [ 119.9371817, 30.2068627 ], [ 119.9370713, 30.2066718 ], [ 119.937006, 30.2065837 ], [ 119.9368532, 30.206569 ], [ 119.9365476, 30.2067011 ], [ 119.9364627, 30.2066937 ], [ 119.9361486, 30.2063049 ], [ 119.9360213, 30.2061435 ], [ 119.9358854, 30.2061215 ], [ 119.9353506, 30.2062022 ], [ 119.9349686, 30.2061728 ], [ 119.9347394, 30.2062168 ], [ 119.9342555, 30.2063782 ], [ 119.9340517, 30.2064076 ], [ 119.9336612, 30.2063269 ], [ 119.9333217, 30.2059894 ], [ 119.9328717, 30.2054392 ], [ 119.9326363, 30.2050805 ], [ 119.9325491, 30.2049476 ], [ 119.9323539, 30.2045734 ], [ 119.9323029, 30.2043973 ], [ 119.9322265, 30.2042799 ], [ 119.9320737, 30.2041552 ], [ 119.9318106, 30.2039938 ], [ 119.931437, 30.2038544 ], [ 119.9312519, 30.2037584 ], [ 119.9311399, 30.2037003 ], [ 119.931033, 30.2036111 ], [ 119.9308937, 30.2034949 ], [ 119.9305711, 30.2031207 ], [ 119.9304947, 30.2029593 ], [ 119.9304716, 30.2027223 ], [ 119.9304429, 30.2026416 ], [ 119.9304076, 30.2025682 ], [ 119.9303674, 30.2025191 ], [ 119.9302061, 30.2024017 ], [ 119.9299854, 30.2021889 ], [ 119.9296797, 30.2017781 ], [ 119.9295015, 30.201624 ], [ 119.9291704, 30.2011251 ], [ 119.9289497, 30.2009196 ], [ 119.9284912, 30.2006482 ], [ 119.9284476, 30.2006482 ], [ 119.9283384, 30.2006482 ], [ 119.928206, 30.2006482 ], [ 119.9279989, 30.2006482 ], [ 119.9276996, 30.2005281 ], [ 119.9272857, 30.200362 ], [ 119.9269292, 30.2001713 ], [ 119.926666, 30.2001052 ], [ 119.926318, 30.2000832 ], [ 119.9260293, 30.2001346 ], [ 119.9258688, 30.2002134 ], [ 119.9256558, 30.200318 ], [ 119.9254436, 30.2004647 ], [ 119.9252542, 30.2004811 ], [ 119.9251889, 30.2004867 ], [ 119.9250106, 30.200428 ], [ 119.9248238, 30.200252 ], [ 119.924759, 30.2001176 ], [ 119.9246965, 30.1999878 ], [ 119.9245692, 30.1997677 ], [ 119.9245437, 30.1995623 ], [ 119.9245522, 30.1993568 ], [ 119.9245097, 30.1991367 ], [ 119.9244208, 30.1989994 ], [ 119.9243909, 30.1989533 ], [ 119.9239834, 30.1984323 ], [ 119.9238956, 30.1983098 ], [ 119.9238902, 30.1983022 ], [ 119.9237627, 30.1981242 ], [ 119.9237032, 30.1978747 ], [ 119.9235759, 30.1974418 ], [ 119.9234593, 30.197134 ], [ 119.9234231, 30.1970383 ], [ 119.9233665, 30.1969523 ], [ 119.9233179, 30.1968785 ], [ 119.9231429, 30.1966127 ], [ 119.9227694, 30.1962605 ], [ 119.9225657, 30.1961358 ], [ 119.9221667, 30.195989 ], [ 119.9220544, 30.1959162 ], [ 119.9218271, 30.1957689 ], [ 119.9215809, 30.1956075 ], [ 119.9212923, 30.1955268 ], [ 119.9210461, 30.195358 ], [ 119.9203924, 30.1949177 ], [ 119.9199764, 30.1946022 ], [ 119.9196623, 30.1944115 ], [ 119.9194586, 30.1943307 ], [ 119.9184908, 30.1939272 ], [ 119.918270180569436, 30.193811633691109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9307802, 30.2167715 ], [ 119.9309421, 30.2169949 ], [ 119.9311072, 30.2172278 ], [ 119.9319345, 30.2183948 ], [ 119.9327069, 30.2192523 ], [ 119.9346328, 30.2213058 ], [ 119.9356321, 30.2223627 ], [ 119.936741, 30.223591 ], [ 119.9373525, 30.2244346 ], [ 119.9396995, 30.2281659 ], [ 119.9402842, 30.2290256 ], [ 119.9408426, 30.2295844 ], [ 119.941636, 30.230145 ], [ 119.9420364, 30.2303607 ], [ 119.9431488, 30.2309051 ], [ 119.944168, 30.2314335 ], [ 119.944683, 30.2317996 ], [ 119.9453106, 30.2323164 ], [ 119.945941, 30.233051 ], [ 119.9480143, 30.2355445 ], [ 119.9480671, 30.2356691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9480671, 30.2356691 ], [ 119.9479177, 30.2355746 ], [ 119.9457579, 30.2329506 ], [ 119.9449625, 30.2321105 ], [ 119.944074, 30.2314474 ], [ 119.9430518, 30.2309414 ], [ 119.9420008, 30.2304514 ], [ 119.9418593, 30.2303537 ], [ 119.9413606, 30.2300609 ], [ 119.9410324, 30.2298326 ], [ 119.9408045, 30.2296482 ], [ 119.9404112, 30.2293122 ], [ 119.9400851, 30.2289432 ], [ 119.9397416, 30.2285083 ], [ 119.939165, 30.2274777 ], [ 119.9390369, 30.2272945 ], [ 119.9386501, 30.2266952 ], [ 119.9369501, 30.2240032 ], [ 119.9365443, 30.2235118 ], [ 119.9361735, 30.2231109 ], [ 119.9355772, 30.2224626 ], [ 119.9346703, 30.2214959 ], [ 119.9338481, 30.2205867 ], [ 119.9328813, 30.2195907 ], [ 119.9323368, 30.2189928 ], [ 119.9318917, 30.2184836 ], [ 119.9316171, 30.2180962 ], [ 119.9313285, 30.2177408 ], [ 119.9311071, 30.2173993 ], [ 119.9307758, 30.2168882 ], [ 119.9307158, 30.2167987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9502913, 30.2383439 ], [ 119.9484755, 30.2362286 ], [ 119.9480671, 30.2356691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9480671, 30.2356691 ], [ 119.9484755, 30.2362286 ], [ 119.9502913, 30.2383439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508157, 30.2387518 ], [ 119.9504694, 30.2384824 ], [ 119.9502913, 30.2383439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9502913, 30.2383439 ], [ 119.9504694, 30.2384824 ], [ 119.9508157, 30.2387518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9502913, 30.2383439 ], [ 119.9502384, 30.2385152 ], [ 119.9502261, 30.2385856 ], [ 119.9505319, 30.2389343 ], [ 119.9505563, 30.2390435 ], [ 119.9505365, 30.2390776 ], [ 119.9505033, 30.239135 ], [ 119.9494208, 30.2405596 ], [ 119.9492722, 30.2407552 ], [ 119.948575, 30.241604 ], [ 119.9483897, 30.2416565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9483897, 30.2416565 ], [ 119.948575, 30.241604 ], [ 119.9492722, 30.2407552 ], [ 119.9494208, 30.2405596 ], [ 119.9505033, 30.239135 ], [ 119.9505365, 30.2390776 ], [ 119.9505563, 30.2390435 ], [ 119.9505319, 30.2389343 ], [ 119.9502261, 30.2385856 ], [ 119.9502384, 30.2385152 ], [ 119.9502913, 30.2383439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲沈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9541477, 30.2349554 ], [ 119.9539698, 30.2350461 ], [ 119.9538315, 30.2351644 ], [ 119.9536853, 30.235344 ], [ 119.9535411, 30.2355512 ], [ 119.952729, 30.2364913 ], [ 119.9519534, 30.2373789 ], [ 119.9511745, 30.2382821 ], [ 119.9508157, 30.2387518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲沈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508157, 30.2387518 ], [ 119.9511745, 30.2382821 ], [ 119.9519534, 30.2373789 ], [ 119.952729, 30.2364913 ], [ 119.9535411, 30.2355512 ], [ 119.9536853, 30.235344 ], [ 119.9538315, 30.2351644 ], [ 119.9539698, 30.2350461 ], [ 119.9541477, 30.2349554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9544999, 30.2413238 ], [ 119.9543497, 30.2411801 ], [ 119.9534295, 30.2405304 ], [ 119.953223, 30.2403872 ], [ 119.9531624, 30.2403466 ], [ 119.9527445, 30.2400669 ], [ 119.9518901, 30.2395008 ], [ 119.9508157, 30.2387518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508157, 30.2387518 ], [ 119.9518901, 30.2395008 ], [ 119.9527445, 30.2400669 ], [ 119.9531624, 30.2403466 ], [ 119.953223, 30.2403872 ], [ 119.9534295, 30.2405304 ], [ 119.9543497, 30.2411801 ], [ 119.9544999, 30.2413238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9593453, 30.2429487 ], [ 119.9593091, 30.2428345 ], [ 119.9592501, 30.242582 ], [ 119.9588849, 30.2411784 ], [ 119.9586584, 30.2410317 ], [ 119.9550658, 30.2411152 ], [ 119.9546583, 30.2412138 ], [ 119.9544999, 30.2413238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9544999, 30.2413238 ], [ 119.9546583, 30.2412138 ], [ 119.9550658, 30.2411152 ], [ 119.9586584, 30.2410317 ], [ 119.9588849, 30.2411784 ], [ 119.9592501, 30.242582 ], [ 119.9593091, 30.2428345 ], [ 119.9593453, 30.2429487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9555213, 30.244779 ], [ 119.9554467, 30.244438 ], [ 119.9552214, 30.2435459 ], [ 119.9548861, 30.2421603 ], [ 119.9547654, 30.2418219 ], [ 119.9545509, 30.2414466 ], [ 119.9544999, 30.2413238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅花山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9555213, 30.244779 ], [ 119.9546198, 30.2447808 ], [ 119.9544375, 30.2447151 ], [ 119.9542551, 30.2445707 ], [ 119.9540728, 30.2444001 ], [ 119.953936, 30.2443082 ], [ 119.9536473, 30.2442163 ], [ 119.9529331, 30.2439932 ], [ 119.9525988, 30.2438356 ], [ 119.9518998, 30.2434287 ], [ 119.9515807, 30.2433368 ], [ 119.9511975, 30.2432398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅花山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9511975, 30.2432398 ], [ 119.9515807, 30.2433368 ], [ 119.9518998, 30.2434287 ], [ 119.9525988, 30.2438356 ], [ 119.9529331, 30.2439932 ], [ 119.9536473, 30.2442163 ], [ 119.953936, 30.2443082 ], [ 119.9540728, 30.2444001 ], [ 119.9542551, 30.2445707 ], [ 119.9544375, 30.2447151 ], [ 119.9546198, 30.2447808 ], [ 119.9555213, 30.244779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9654952, 30.2443999 ], [ 119.9650394, 30.2442339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石鸽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9323321, 30.2396327 ], [ 119.9318257, 30.240708 ], [ 119.9317754, 30.2408134 ], [ 119.9315734, 30.2412368 ], [ 119.9312948, 30.2418271 ], [ 119.931217, 30.2419541 ], [ 119.9310213, 30.2422735 ], [ 119.9307782, 30.2425885 ], [ 119.9305654, 30.2428248 ], [ 119.9301856, 30.2432318 ], [ 119.9298816, 30.2435074 ], [ 119.929416, 30.2438326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石鸽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.929416, 30.2438326 ], [ 119.9298816, 30.2435074 ], [ 119.9301856, 30.2432318 ], [ 119.9305654, 30.2428248 ], [ 119.9307782, 30.2425885 ], [ 119.9310213, 30.2422735 ], [ 119.931217, 30.2419541 ], [ 119.9312948, 30.2418271 ], [ 119.9315734, 30.2412368 ], [ 119.9317754, 30.2408134 ], [ 119.9318257, 30.240708 ], [ 119.9323321, 30.2396327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9241238, 30.2412828 ], [ 119.9255007, 30.2414109 ], [ 119.9258524, 30.2414473 ], [ 119.9264608, 30.2415102 ], [ 119.9268956, 30.2416405 ], [ 119.9277144, 30.2420002 ], [ 119.9283596, 30.2424824 ], [ 119.928836, 30.2429958 ], [ 119.9292643, 30.2435886 ], [ 119.929416, 30.2438326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9292971, 30.2439157 ], [ 119.9290304, 30.2434881 ], [ 119.9287959, 30.2431122 ], [ 119.9284331, 30.2427129 ], [ 119.9281134, 30.2424134 ], [ 119.9276419, 30.2420778 ], [ 119.9270272, 30.2417997 ], [ 119.9265675, 30.2416548 ], [ 119.9264272, 30.2416125 ], [ 119.9261133, 30.2415473 ], [ 119.9255518, 30.2415091 ], [ 119.9250734, 30.2414768 ], [ 119.9242799, 30.2413978 ], [ 119.924106, 30.2413728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.924106, 30.2413728 ], [ 119.9240818, 30.2414691 ], [ 119.9237386, 30.2443757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9237386, 30.2443757 ], [ 119.9240818, 30.2414691 ], [ 119.924106, 30.2413728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水塔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309496, 30.2460613 ], [ 119.931571, 30.2455845 ], [ 119.9319941, 30.2451984 ], [ 119.9332779, 30.2437457 ], [ 119.9334735, 30.243416 ], [ 119.9335931, 30.2431502 ], [ 119.9338144, 30.2424734 ], [ 119.9338325, 30.2424179 ], [ 119.934016, 30.2418719 ], [ 119.9349561, 30.239729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水塔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9349561, 30.239729 ], [ 119.934016, 30.2418719 ], [ 119.9338325, 30.2424179 ], [ 119.9338144, 30.2424734 ], [ 119.9335931, 30.2431502 ], [ 119.9334735, 30.243416 ], [ 119.9332779, 30.2437457 ], [ 119.9319941, 30.2451984 ], [ 119.931571, 30.2455845 ], [ 119.9309496, 30.2460613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石鸽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9292971, 30.2439157 ], [ 119.929416, 30.2438326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石鸽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.929416, 30.2438326 ], [ 119.9292971, 30.2439157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅花山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9483897, 30.2416565 ], [ 119.9483502, 30.2416263 ], [ 119.9479946, 30.2413546 ], [ 119.9468701, 30.2405013 ], [ 119.9464447, 30.2402387 ], [ 119.9457761, 30.2398974 ], [ 119.9450467, 30.2395298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅花山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450467, 30.2395298 ], [ 119.9457761, 30.2398974 ], [ 119.9464447, 30.2402387 ], [ 119.9468701, 30.2405013 ], [ 119.9479946, 30.2413546 ], [ 119.9483502, 30.2416263 ], [ 119.9483897, 30.2416565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅花山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9483897, 30.2416565 ], [ 119.9491798, 30.2420634 ], [ 119.9493166, 30.2422078 ], [ 119.9496053, 30.2424966 ], [ 119.9497269, 30.242641 ], [ 119.9499852, 30.2427854 ], [ 119.9506994, 30.2431136 ], [ 119.9511975, 30.2432398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅花山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9511975, 30.2432398 ], [ 119.9506994, 30.2431136 ], [ 119.9499852, 30.2427854 ], [ 119.9497269, 30.242641 ], [ 119.9496053, 30.2424966 ], [ 119.9493166, 30.2422078 ], [ 119.9491798, 30.2420634 ], [ 119.9483897, 30.2416565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509859, 30.2475748 ], [ 119.9510075, 30.2474706 ], [ 119.9510204, 30.2471822 ], [ 119.9510132, 30.2470494 ], [ 119.9509738, 30.246596 ], [ 119.9509457, 30.2465272 ], [ 119.9508822, 30.2463719 ], [ 119.9508241, 30.2462297 ], [ 119.9507206, 30.2460754 ], [ 119.950668, 30.2459969 ], [ 119.9505388, 30.2457518 ], [ 119.9504925, 30.245602 ], [ 119.9504666, 30.2455185 ], [ 119.9504411, 30.245436 ], [ 119.9504442, 30.2451065 ], [ 119.950523, 30.2448369 ], [ 119.9506271, 30.2446245 ], [ 119.9507262, 30.2444 ], [ 119.9508171, 30.2441608 ], [ 119.9508441, 30.2441106 ], [ 119.9509338, 30.2439443 ], [ 119.9509364, 30.2439316 ], [ 119.9509856, 30.2436941 ], [ 119.9510286, 30.2435779 ], [ 119.9510893, 30.2434141 ], [ 119.9511975, 30.2432398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9511975, 30.2432398 ], [ 119.9510893, 30.2434141 ], [ 119.9510286, 30.2435779 ], [ 119.9509856, 30.2436941 ], [ 119.9509364, 30.2439316 ], [ 119.9509338, 30.2439443 ], [ 119.9508441, 30.2441106 ], [ 119.9508171, 30.2441608 ], [ 119.9507262, 30.2444 ], [ 119.9506271, 30.2446245 ], [ 119.950523, 30.2448369 ], [ 119.9504442, 30.2451065 ], [ 119.9504411, 30.245436 ], [ 119.9504666, 30.2455185 ], [ 119.9504925, 30.245602 ], [ 119.9505388, 30.2457518 ], [ 119.950668, 30.2459969 ], [ 119.9507206, 30.2460754 ], [ 119.9508241, 30.2462297 ], [ 119.9508822, 30.2463719 ], [ 119.9509457, 30.2465272 ], [ 119.9509738, 30.246596 ], [ 119.9510132, 30.2470494 ], [ 119.9510204, 30.2471822 ], [ 119.9510075, 30.2474706 ], [ 119.9509859, 30.2475748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509859, 30.2475748 ], [ 119.9509345, 30.2475604 ], [ 119.9508804, 30.2475608 ], [ 119.9508292, 30.2475758 ], [ 119.9507861, 30.2476039 ], [ 119.9507553, 30.2476423 ], [ 119.9507401, 30.2476871 ], [ 119.9507392, 30.2477153 ], [ 119.9507449, 30.2477447 ], [ 119.9507629, 30.2477808 ], [ 119.9507942, 30.2478139 ], [ 119.9508267, 30.247834 ], [ 119.9508761, 30.2478495 ], [ 119.9509286, 30.2478512 ], [ 119.9509591, 30.2478456 ], [ 119.9509946, 30.2478321 ], [ 119.9510207, 30.2478158 ], [ 119.9510468, 30.2477909 ], [ 119.9510673, 30.2477579 ], [ 119.9510781, 30.2477161 ], [ 119.9510744, 30.2476734 ], [ 119.9510567, 30.2476335 ], [ 119.9510263, 30.2475996 ], [ 119.9509859, 30.2475748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509859, 30.2475748 ], [ 119.9510263, 30.2475996 ], [ 119.9510567, 30.2476335 ], [ 119.9510744, 30.2476734 ], [ 119.9510781, 30.2477161 ], [ 119.9510673, 30.2477579 ], [ 119.9510468, 30.2477909 ], [ 119.9510207, 30.2478158 ], [ 119.9509946, 30.2478321 ], [ 119.9509591, 30.2478456 ], [ 119.9509286, 30.2478512 ], [ 119.9508761, 30.2478495 ], [ 119.9508267, 30.247834 ], [ 119.9507942, 30.2478139 ], [ 119.9507629, 30.2477808 ], [ 119.9507449, 30.2477447 ], [ 119.9507392, 30.2477153 ], [ 119.9507401, 30.2476871 ], [ 119.9507553, 30.2476423 ], [ 119.9507861, 30.2476039 ], [ 119.9508292, 30.2475758 ], [ 119.9508804, 30.2475608 ], [ 119.9509345, 30.2475604 ], [ 119.9509859, 30.2475748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "锦银巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9506922, 30.2483033 ], [ 119.9507682, 30.24801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "锦银巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9507682, 30.24801 ], [ 119.9506922, 30.2483033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高泰线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9048826, 30.2231145 ], [ 119.9049295, 30.2229767 ], [ 119.9049616, 30.2228728 ], [ 119.9050418, 30.222748 ], [ 119.9052824, 30.2225124 ], [ 119.9053706, 30.2223876 ], [ 119.9055631, 30.2219926 ], [ 119.9056594, 30.2217708 ], [ 119.9058519, 30.2210016 ], [ 119.905916, 30.220454 ], [ 119.9059561, 30.2201907 ], [ 119.9060444, 30.2198234 ], [ 119.9061486, 30.2195531 ], [ 119.9063812, 30.2191719 ], [ 119.9067181, 30.218756 ], [ 119.9070469, 30.2184442 ], [ 119.9072394, 30.2183194 ], [ 119.9073116, 30.2181739 ], [ 119.9076003, 30.2175293 ], [ 119.9076645, 30.2172867 ], [ 119.9077367, 30.2164412 ], [ 119.9077287, 30.2155055 ], [ 119.907849, 30.2148055 ], [ 119.9078499, 30.2147027 ], [ 119.9078514, 30.2145425 ], [ 119.9078525, 30.214422 ], [ 119.907857, 30.2139322 ], [ 119.9078811, 30.2137728 ], [ 119.9080094, 30.2133223 ], [ 119.908242, 30.2125391 ], [ 119.9082981, 30.2122618 ], [ 119.9083062, 30.2119707 ], [ 119.908242, 30.2117697 ], [ 119.9080495, 30.2113954 ], [ 119.9079853, 30.2112221 ], [ 119.9079613, 30.2109726 ], [ 119.9079532, 30.2106884 ], [ 119.9079131, 30.210529 ], [ 119.907841, 30.2103696 ], [ 119.9077126, 30.2102518 ], [ 119.9075282, 30.2101894 ], [ 119.9069026, 30.209822 ], [ 119.9068496, 30.2097591 ], [ 119.9067742, 30.2096695 ], [ 119.9066379, 30.2093923 ], [ 119.9065336, 30.2091289 ], [ 119.9064855, 30.2085328 ], [ 119.9064293, 30.2082763 ], [ 119.906301, 30.2077911 ], [ 119.9062609, 30.2074515 ], [ 119.9062642, 30.2073203 ], [ 119.9062689, 30.2071327 ], [ 119.9062449, 30.206994 ], [ 119.9061807, 30.2069178 ], [ 119.9059321, 30.2068277 ], [ 119.9058278, 30.2067514 ], [ 119.9057797, 30.2066405 ], [ 119.9056433, 30.2064048 ], [ 119.905523, 30.2062939 ], [ 119.9050418, 30.2059959 ], [ 119.9047005, 30.2056472 ], [ 119.9046007, 30.2055453 ], [ 119.9040151, 30.2047343 ], [ 119.9037665, 30.2044571 ], [ 119.9031489, 30.2041451 ], [ 119.9028682, 30.2038956 ], [ 119.9026356, 30.2036322 ], [ 119.902379, 30.2032163 ], [ 119.9022426, 30.2028489 ], [ 119.9022025, 30.2024053 ], [ 119.9021624, 30.2017953 ], [ 119.9021143, 30.201615 ], [ 119.902018, 30.2015111 ], [ 119.9018336, 30.2013724 ], [ 119.9016651, 30.2011437 ], [ 119.9010556, 30.1999999 ], [ 119.9008545, 30.1995653 ], [ 119.9007989, 30.1994453 ], [ 119.9006224, 30.1993344 ], [ 119.900438, 30.1992859 ], [ 119.9002134, 30.1993206 ], [ 119.8996119, 30.1994038 ], [ 119.8993555, 30.1994177 ], [ 119.8992269, 30.1994246 ], [ 119.8989943, 30.1994869 ], [ 119.8986815, 30.1994661 ], [ 119.89812, 30.1993136 ], [ 119.897719, 30.1992305 ], [ 119.8975747, 30.1992166 ], [ 119.8974303, 30.1992027 ], [ 119.8971736, 30.1991403 ], [ 119.8969811, 30.1990294 ], [ 119.89654, 30.1987521 ], [ 119.8960267, 30.1984055 ], [ 119.8958101, 30.1982877 ], [ 119.8956337, 30.1982114 ], [ 119.8953642, 30.1981915 ], [ 119.8947268, 30.1981983 ], [ 119.89442, 30.1981643 ], [ 119.894239, 30.1981099 ], [ 119.8941288, 30.1980351 ], [ 119.8939557, 30.1978922 ], [ 119.8934836, 30.1974978 ], [ 119.8933655, 30.1974706 ], [ 119.8932868, 30.1975386 ], [ 119.8933104, 30.1977154 ], [ 119.8932868, 30.197797 ], [ 119.8932003, 30.1978718 ], [ 119.8930822, 30.1978446 ], [ 119.8930822, 30.1977426 ], [ 119.8931216, 30.1973822 ], [ 119.8931767, 30.1969333 ], [ 119.8931845, 30.1963552 ], [ 119.8931373, 30.1961512 ], [ 119.8930114, 30.1955935 ], [ 119.8929091, 30.1953962 ], [ 119.892700527262406, 30.19516916602198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高泰线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.892700527262406, 30.19516916602198 ], [ 119.8929091, 30.1953962 ], [ 119.8930114, 30.1955935 ], [ 119.8931373, 30.1961512 ], [ 119.8931845, 30.1963552 ], [ 119.8931767, 30.1969333 ], [ 119.8931216, 30.1973822 ], [ 119.8930822, 30.1977426 ], [ 119.8930822, 30.1978446 ], [ 119.8932003, 30.1978718 ], [ 119.8932868, 30.197797 ], [ 119.8933104, 30.1977154 ], [ 119.8932868, 30.1975386 ], [ 119.8933655, 30.1974706 ], [ 119.8934836, 30.1974978 ], [ 119.8939557, 30.1978922 ], [ 119.8941288, 30.1980351 ], [ 119.894239, 30.1981099 ], [ 119.89442, 30.1981643 ], [ 119.8947268, 30.1981983 ], [ 119.8953642, 30.1981915 ], [ 119.8956337, 30.1982114 ], [ 119.8958101, 30.1982877 ], [ 119.8960267, 30.1984055 ], [ 119.89654, 30.1987521 ], [ 119.8969811, 30.1990294 ], [ 119.8971736, 30.1991403 ], [ 119.8974303, 30.1992027 ], [ 119.8975747, 30.1992166 ], [ 119.897719, 30.1992305 ], [ 119.89812, 30.1993136 ], [ 119.8986815, 30.1994661 ], [ 119.8989943, 30.1994869 ], [ 119.8992269, 30.1994246 ], [ 119.8993555, 30.1994177 ], [ 119.8996119, 30.1994038 ], [ 119.9002134, 30.1993206 ], [ 119.900438, 30.1992859 ], [ 119.9006224, 30.1993344 ], [ 119.9007989, 30.1994453 ], [ 119.9008545, 30.1995653 ], [ 119.9010556, 30.1999999 ], [ 119.9016651, 30.2011437 ], [ 119.9018336, 30.2013724 ], [ 119.902018, 30.2015111 ], [ 119.9021143, 30.201615 ], [ 119.9021624, 30.2017953 ], [ 119.9022025, 30.2024053 ], [ 119.9022426, 30.2028489 ], [ 119.902379, 30.2032163 ], [ 119.9026356, 30.2036322 ], [ 119.9028682, 30.2038956 ], [ 119.9031489, 30.2041451 ], [ 119.9037665, 30.2044571 ], [ 119.9040151, 30.2047343 ], [ 119.9046007, 30.2055453 ], [ 119.9047005, 30.2056472 ], [ 119.9050418, 30.2059959 ], [ 119.905523, 30.2062939 ], [ 119.9056433, 30.2064048 ], [ 119.9057797, 30.2066405 ], [ 119.9058278, 30.2067514 ], [ 119.9059321, 30.2068277 ], [ 119.9061807, 30.2069178 ], [ 119.9062449, 30.206994 ], [ 119.9062689, 30.2071327 ], [ 119.9062642, 30.2073203 ], [ 119.9062609, 30.2074515 ], [ 119.906301, 30.2077911 ], [ 119.9064293, 30.2082763 ], [ 119.9064855, 30.2085328 ], [ 119.9065336, 30.2091289 ], [ 119.9066379, 30.2093923 ], [ 119.9067742, 30.2096695 ], [ 119.9068496, 30.2097591 ], [ 119.9069026, 30.209822 ], [ 119.9075282, 30.2101894 ], [ 119.9077126, 30.2102518 ], [ 119.907841, 30.2103696 ], [ 119.9079131, 30.210529 ], [ 119.9079532, 30.2106884 ], [ 119.9079613, 30.2109726 ], [ 119.9079853, 30.2112221 ], [ 119.9080495, 30.2113954 ], [ 119.908242, 30.2117697 ], [ 119.9083062, 30.2119707 ], [ 119.9082981, 30.2122618 ], [ 119.908242, 30.2125391 ], [ 119.9080094, 30.2133223 ], [ 119.9078811, 30.2137728 ], [ 119.907857, 30.2139322 ], [ 119.9078525, 30.214422 ], [ 119.9078514, 30.2145425 ], [ 119.9078499, 30.2147027 ], [ 119.907849, 30.2148055 ], [ 119.9077287, 30.2155055 ], [ 119.9077367, 30.2164412 ], [ 119.9076645, 30.2172867 ], [ 119.9076003, 30.2175293 ], [ 119.9073116, 30.2181739 ], [ 119.9072394, 30.2183194 ], [ 119.9070469, 30.2184442 ], [ 119.9067181, 30.218756 ], [ 119.9063812, 30.2191719 ], [ 119.9061486, 30.2195531 ], [ 119.9060444, 30.2198234 ], [ 119.9059561, 30.2201907 ], [ 119.905916, 30.220454 ], [ 119.9058519, 30.2210016 ], [ 119.9056594, 30.2217708 ], [ 119.9055631, 30.2219926 ], [ 119.9053706, 30.2223876 ], [ 119.9052824, 30.2225124 ], [ 119.9050418, 30.222748 ], [ 119.9049616, 30.2228728 ], [ 119.9049295, 30.2229767 ], [ 119.9048826, 30.2231145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "杭泰路", "石邱线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.90920654621597, 30.193378656462816 ], [ 119.9091325, 30.1934573 ], [ 119.9090792, 30.1935755 ], [ 119.909076, 30.1937563 ], [ 119.9090895, 30.1939378 ], [ 119.9091106, 30.1940921 ], [ 119.9091571, 30.1943028 ], [ 119.9091832, 30.1944728 ], [ 119.9093379, 30.1948431 ], [ 119.909493, 30.1951024 ], [ 119.9095447, 30.1953214 ], [ 119.9095389, 30.1956236 ], [ 119.9092847, 30.1963465 ], [ 119.9092782, 30.196458 ], [ 119.9093148, 30.1965412 ], [ 119.9093712, 30.1966122 ], [ 119.909502, 30.196777 ], [ 119.9097624, 30.197105 ], [ 119.9102378, 30.1977452 ], [ 119.910285, 30.1977803 ], [ 119.9106358, 30.1980414 ], [ 119.9109675, 30.1982039 ], [ 119.9113655, 30.1982899 ], [ 119.9114457, 30.1983371 ], [ 119.9115488, 30.1984632 ], [ 119.9116895, 30.1986618 ], [ 119.9117541, 30.1987529 ], [ 119.9118197, 30.198892 ], [ 119.9118409, 30.1990065 ], [ 119.9118376, 30.1991103 ], [ 119.9117516, 30.1994096 ], [ 119.9117525, 30.1995034 ], [ 119.9118101, 30.1996151 ], [ 119.9120255, 30.1998433 ], [ 119.9123574, 30.2002255 ], [ 119.9126544, 30.2005201 ], [ 119.9128041, 30.2006219 ], [ 119.912928, 30.2006972 ], [ 119.9131123, 30.2008602 ], [ 119.9134643, 30.2012325 ], [ 119.9136978, 30.2016648 ], [ 119.9137856, 30.2017848 ], [ 119.9138935, 30.2018596 ], [ 119.9144501, 30.2021979 ], [ 119.9147772, 30.2024194 ], [ 119.9150251, 30.2025154 ], [ 119.9153235, 30.2025993 ], [ 119.9154611, 30.2026516 ], [ 119.9158763, 30.2028095 ], [ 119.9161969, 30.2029719 ], [ 119.9167939, 30.2033636 ], [ 119.9185739, 30.2043573 ], [ 119.9188392, 30.2044816 ], [ 119.9189719, 30.2045867 ], [ 119.9191709, 30.2048255 ], [ 119.9193367, 30.2049975 ], [ 119.9195357, 30.2051504 ], [ 119.9198745, 30.2053057 ], [ 119.920046, 30.2053842 ], [ 119.9202654, 30.2054848 ], [ 119.9211941, 30.2059721 ], [ 119.9215589, 30.2062492 ], [ 119.9221559, 30.206746 ], [ 119.9222886, 30.2069467 ], [ 119.9226976, 30.2076059 ], [ 119.9232504, 30.2083607 ], [ 119.923361, 30.2085136 ], [ 119.9234163, 30.2091059 ], [ 119.9234605, 30.2092302 ], [ 119.923571, 30.2093544 ], [ 119.9238585, 30.2096028 ], [ 119.9244776, 30.2101283 ], [ 119.9247208, 30.2103767 ], [ 119.9252515, 30.2111983 ], [ 119.9253649, 30.2113838 ], [ 119.9255611, 30.2117047 ], [ 119.9259922, 30.212641 ], [ 119.9264898, 30.2141218 ], [ 119.9271752, 30.2153256 ], [ 119.9274184, 30.2157077 ], [ 119.9276948, 30.2161186 ], [ 119.9278639, 30.2163491 ], [ 119.9280107, 30.2165494 ], [ 119.9284024, 30.2170835 ], [ 119.9288026, 30.2176205 ], [ 119.9287213, 30.2179416 ], [ 119.9286798, 30.2181056 ], [ 119.9284909, 30.2188519 ], [ 119.9284642, 30.2189388 ], [ 119.9284205, 30.2190332 ], [ 119.9283402, 30.2191688 ], [ 119.9282671, 30.2192687 ], [ 119.9281358, 30.2194192 ], [ 119.9280261, 30.2195346 ], [ 119.9279095, 30.2196342 ], [ 119.9278102, 30.2197352 ], [ 119.9276409, 30.2199348 ], [ 119.9272175, 30.2204758 ], [ 119.927035, 30.2206762 ], [ 119.9268662, 30.2208376 ], [ 119.9266676, 30.2210001 ], [ 119.9258226, 30.2215241 ], [ 119.9254504, 30.2216563 ], [ 119.9252352, 30.221801 ], [ 119.9249229, 30.2220998 ], [ 119.9246858, 30.2223866 ], [ 119.9244487, 30.2225778 ], [ 119.924392, 30.2226834 ], [ 119.9242432, 30.2229602 ], [ 119.9240377, 30.2236567 ], [ 119.9237476, 30.2249103 ], [ 119.9237216, 30.2250225 ], [ 119.9236887, 30.2251947 ], [ 119.9236457, 30.2254199 ], [ 119.9234687, 30.2263472 ], [ 119.9234845, 30.2264974 ], [ 119.9235635, 30.2266477 ], [ 119.9238164, 30.2268798 ], [ 119.9241484, 30.2274261 ], [ 119.9242748, 30.2276036 ], [ 119.9245277, 30.2277402 ], [ 119.9251283, 30.2280133 ], [ 119.925318, 30.2281226 ], [ 119.9254603, 30.2282455 ], [ 119.9255867, 30.2284367 ], [ 119.9256468, 30.2286444 ], [ 119.9256815, 30.2287645 ], [ 119.9256741, 30.2288726 ], [ 119.9256657, 30.2289966 ], [ 119.9255393, 30.2294063 ], [ 119.9251916, 30.2302257 ], [ 119.9248912, 30.2308539 ], [ 119.9244171, 30.2316323 ], [ 119.9243538, 30.2318645 ], [ 119.9243222, 30.23252 ], [ 119.9243696, 30.2329707 ], [ 119.9243855, 30.2332847 ], [ 119.9244487, 30.2336125 ], [ 119.9247648, 30.2347596 ], [ 119.9249349, 30.2353022 ], [ 119.9249703, 30.2354151 ], [ 119.9249913, 30.235615 ], [ 119.9250053, 30.2357485 ], [ 119.9250164, 30.2358539 ], [ 119.9250265, 30.2359497 ], [ 119.9250335, 30.2360159 ], [ 119.9250335, 30.2367397 ], [ 119.9249861, 30.237204 ], [ 119.9249071, 30.2375454 ], [ 119.9248776, 30.23768 ], [ 119.9247944, 30.2380608 ], [ 119.924736, 30.2383282 ], [ 119.9246577, 30.2386867 ], [ 119.9245423, 30.2392153 ], [ 119.9243906, 30.2399304 ], [ 119.9242848, 30.2404896 ], [ 119.9241238, 30.2412828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "杭泰路", "石邱线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9241238, 30.2412828 ], [ 119.9242848, 30.2404896 ], [ 119.9243906, 30.2399304 ], [ 119.9245423, 30.2392153 ], [ 119.9246577, 30.2386867 ], [ 119.924736, 30.2383282 ], [ 119.9247944, 30.2380608 ], [ 119.9248776, 30.23768 ], [ 119.9249071, 30.2375454 ], [ 119.9249861, 30.237204 ], [ 119.9250335, 30.2367397 ], [ 119.9250335, 30.2360159 ], [ 119.9250265, 30.2359497 ], [ 119.9250164, 30.2358539 ], [ 119.9250053, 30.2357485 ], [ 119.9249913, 30.235615 ], [ 119.9249703, 30.2354151 ], [ 119.9249349, 30.2353022 ], [ 119.9247648, 30.2347596 ], [ 119.9244487, 30.2336125 ], [ 119.9243855, 30.2332847 ], [ 119.9243696, 30.2329707 ], [ 119.9243222, 30.23252 ], [ 119.9243538, 30.2318645 ], [ 119.9244171, 30.2316323 ], [ 119.9248912, 30.2308539 ], [ 119.9251916, 30.2302257 ], [ 119.9255393, 30.2294063 ], [ 119.9256657, 30.2289966 ], [ 119.9256741, 30.2288726 ], [ 119.9256815, 30.2287645 ], [ 119.9256468, 30.2286444 ], [ 119.9255867, 30.2284367 ], [ 119.9254603, 30.2282455 ], [ 119.925318, 30.2281226 ], [ 119.9251283, 30.2280133 ], [ 119.9245277, 30.2277402 ], [ 119.9242748, 30.2276036 ], [ 119.9241484, 30.2274261 ], [ 119.9238164, 30.2268798 ], [ 119.9235635, 30.2266477 ], [ 119.9234845, 30.2264974 ], [ 119.9234687, 30.2263472 ], [ 119.9236457, 30.2254199 ], [ 119.9236887, 30.2251947 ], [ 119.9237216, 30.2250225 ], [ 119.9237476, 30.2249103 ], [ 119.9240377, 30.2236567 ], [ 119.9242432, 30.2229602 ], [ 119.924392, 30.2226834 ], [ 119.9244487, 30.2225778 ], [ 119.9246858, 30.2223866 ], [ 119.9249229, 30.2220998 ], [ 119.9252352, 30.221801 ], [ 119.9254504, 30.2216563 ], [ 119.9258226, 30.2215241 ], [ 119.9266676, 30.2210001 ], [ 119.9268662, 30.2208376 ], [ 119.927035, 30.2206762 ], [ 119.9272175, 30.2204758 ], [ 119.9276409, 30.2199348 ], [ 119.9278102, 30.2197352 ], [ 119.9279095, 30.2196342 ], [ 119.9280261, 30.2195346 ], [ 119.9281358, 30.2194192 ], [ 119.9282671, 30.2192687 ], [ 119.9283402, 30.2191688 ], [ 119.9284205, 30.2190332 ], [ 119.9284642, 30.2189388 ], [ 119.9284909, 30.2188519 ], [ 119.9286798, 30.2181056 ], [ 119.9287213, 30.2179416 ], [ 119.9288026, 30.2176205 ], [ 119.9284024, 30.2170835 ], [ 119.9280107, 30.2165494 ], [ 119.9278639, 30.2163491 ], [ 119.9276948, 30.2161186 ], [ 119.9274184, 30.2157077 ], [ 119.9271752, 30.2153256 ], [ 119.9264898, 30.2141218 ], [ 119.9259922, 30.212641 ], [ 119.9255611, 30.2117047 ], [ 119.9253649, 30.2113838 ], [ 119.9252515, 30.2111983 ], [ 119.9247208, 30.2103767 ], [ 119.9244776, 30.2101283 ], [ 119.9238585, 30.2096028 ], [ 119.923571, 30.2093544 ], [ 119.9234605, 30.2092302 ], [ 119.9234163, 30.2091059 ], [ 119.923361, 30.2085136 ], [ 119.9232504, 30.2083607 ], [ 119.9226976, 30.2076059 ], [ 119.9222886, 30.2069467 ], [ 119.9221559, 30.206746 ], [ 119.9215589, 30.2062492 ], [ 119.9211941, 30.2059721 ], [ 119.9202654, 30.2054848 ], [ 119.920046, 30.2053842 ], [ 119.9198745, 30.2053057 ], [ 119.9195357, 30.2051504 ], [ 119.9193367, 30.2049975 ], [ 119.9191709, 30.2048255 ], [ 119.9189719, 30.2045867 ], [ 119.9188392, 30.2044816 ], [ 119.9185739, 30.2043573 ], [ 119.9167939, 30.2033636 ], [ 119.9161969, 30.2029719 ], [ 119.9158763, 30.2028095 ], [ 119.9154611, 30.2026516 ], [ 119.9153235, 30.2025993 ], [ 119.9150251, 30.2025154 ], [ 119.9147772, 30.2024194 ], [ 119.9144501, 30.2021979 ], [ 119.9138935, 30.2018596 ], [ 119.9137856, 30.2017848 ], [ 119.9136978, 30.2016648 ], [ 119.9134643, 30.2012325 ], [ 119.9131123, 30.2008602 ], [ 119.912928, 30.2006972 ], [ 119.9128041, 30.2006219 ], [ 119.9126544, 30.2005201 ], [ 119.9123574, 30.2002255 ], [ 119.9120255, 30.1998433 ], [ 119.9118101, 30.1996151 ], [ 119.9117525, 30.1995034 ], [ 119.9117516, 30.1994096 ], [ 119.9118376, 30.1991103 ], [ 119.9118409, 30.1990065 ], [ 119.9118197, 30.198892 ], [ 119.9117541, 30.1987529 ], [ 119.9116895, 30.1986618 ], [ 119.9115488, 30.1984632 ], [ 119.9114457, 30.1983371 ], [ 119.9113655, 30.1982899 ], [ 119.9109675, 30.1982039 ], [ 119.9106358, 30.1980414 ], [ 119.910285, 30.1977803 ], [ 119.9102378, 30.1977452 ], [ 119.9097624, 30.197105 ], [ 119.909502, 30.196777 ], [ 119.9093712, 30.1966122 ], [ 119.9093148, 30.1965412 ], [ 119.9092782, 30.196458 ], [ 119.9092847, 30.1963465 ], [ 119.9095389, 30.1956236 ], [ 119.9095447, 30.1953214 ], [ 119.909493, 30.1951024 ], [ 119.9093379, 30.1948431 ], [ 119.9091832, 30.1944728 ], [ 119.9091571, 30.1943028 ], [ 119.9091106, 30.1940921 ], [ 119.9090895, 30.1939378 ], [ 119.909076, 30.1937563 ], [ 119.9090792, 30.1935755 ], [ 119.9091325, 30.1934573 ], [ 119.90920654621597, 30.193378656462816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石东线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8960154, 30.2208213 ], [ 119.8963674, 30.2210517 ], [ 119.8965783, 30.2212232 ], [ 119.8967395, 30.2214911 ], [ 119.8969008, 30.2218556 ], [ 119.8969752, 30.2221235 ], [ 119.8970372, 30.2224343 ], [ 119.8971737, 30.2227559 ], [ 119.8973225, 30.2230774 ], [ 119.8973349, 30.2235383 ], [ 119.8973846, 30.2237741 ], [ 119.8976698, 30.2242886 ], [ 119.8978307, 30.2245413 ], [ 119.8979337, 30.2247021 ], [ 119.8982459, 30.2247962 ], [ 119.8986322, 30.2249723 ], [ 119.8989271, 30.2251344 ], [ 119.8991845, 30.2254272 ], [ 119.8993635, 30.225645 ], [ 119.899501, 30.225759 ], [ 119.8997165, 30.2260463 ], [ 119.8998923, 30.2261291 ], [ 119.8999894, 30.2261749 ], [ 119.9011182, 30.2271395 ], [ 119.9012656, 30.2272802 ], [ 119.9019492, 30.2279326 ], [ 119.9021601, 30.2280612 ], [ 119.904368, 30.2291115 ], [ 119.9046533, 30.2292401 ], [ 119.9056085, 30.2296688 ], [ 119.9058565, 30.2297331 ], [ 119.906179, 30.2297438 ], [ 119.9065264, 30.2297224 ], [ 119.9067124, 30.229776 ], [ 119.9068861, 30.2298724 ], [ 119.9074443, 30.2304619 ], [ 119.9077916, 30.2306655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石东线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9077916, 30.2306655 ], [ 119.9074443, 30.2304619 ], [ 119.9068861, 30.2298724 ], [ 119.9067124, 30.229776 ], [ 119.9065264, 30.2297224 ], [ 119.906179, 30.2297438 ], [ 119.9058565, 30.2297331 ], [ 119.9056085, 30.2296688 ], [ 119.9046533, 30.2292401 ], [ 119.904368, 30.2291115 ], [ 119.9021601, 30.2280612 ], [ 119.9019492, 30.2279326 ], [ 119.9012656, 30.2272802 ], [ 119.9011182, 30.2271395 ], [ 119.8999894, 30.2261749 ], [ 119.8998923, 30.2261291 ], [ 119.8997165, 30.2260463 ], [ 119.899501, 30.225759 ], [ 119.8993635, 30.225645 ], [ 119.8991845, 30.2254272 ], [ 119.8989271, 30.2251344 ], [ 119.8986322, 30.2249723 ], [ 119.8982459, 30.2247962 ], [ 119.8979337, 30.2247021 ], [ 119.8978307, 30.2245413 ], [ 119.8976698, 30.2242886 ], [ 119.8973846, 30.2237741 ], [ 119.8973349, 30.2235383 ], [ 119.8973225, 30.2230774 ], [ 119.8971737, 30.2227559 ], [ 119.8970372, 30.2224343 ], [ 119.8969752, 30.2221235 ], [ 119.8969008, 30.2218556 ], [ 119.8967395, 30.2214911 ], [ 119.8965783, 30.2212232 ], [ 119.8963674, 30.2210517 ], [ 119.8960154, 30.2208213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石横线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9077916, 30.2306655 ], [ 119.9078288, 30.2305476 ], [ 119.9083249, 30.2302368 ], [ 119.908635, 30.2299796 ], [ 119.9088211, 30.2296902 ], [ 119.9089203, 30.2291115 ], [ 119.9089079, 30.2288328 ], [ 119.9087963, 30.2285006 ], [ 119.9087343, 30.2282005 ], [ 119.9087467, 30.2279433 ], [ 119.9088335, 30.2276968 ], [ 119.9087963, 30.2274717 ], [ 119.9086847, 30.2271716 ], [ 119.9086847, 30.2269513 ], [ 119.9086847, 30.2268394 ], [ 119.9086876, 30.2266542 ], [ 119.9086793, 30.2265781 ], [ 119.9082678, 30.22645 ], [ 119.9081214, 30.2264046 ], [ 119.9072086, 30.2261213 ], [ 119.9067124, 30.2258855 ], [ 119.9063899, 30.2256497 ], [ 119.9058919, 30.2248348 ], [ 119.9058069, 30.2246958 ], [ 119.904951, 30.2232382 ], [ 119.9048826, 30.2231145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石横线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9048826, 30.2231145 ], [ 119.904951, 30.2232382 ], [ 119.9058069, 30.2246958 ], [ 119.9058919, 30.2248348 ], [ 119.9063899, 30.2256497 ], [ 119.9067124, 30.2258855 ], [ 119.9072086, 30.2261213 ], [ 119.9081214, 30.2264046 ], [ 119.9082678, 30.22645 ], [ 119.9086793, 30.2265781 ], [ 119.9086876, 30.2266542 ], [ 119.9086847, 30.2268394 ], [ 119.9086847, 30.2269513 ], [ 119.9086847, 30.2271716 ], [ 119.9087963, 30.2274717 ], [ 119.9088335, 30.2276968 ], [ 119.9087467, 30.2279433 ], [ 119.9087343, 30.2282005 ], [ 119.9087963, 30.2285006 ], [ 119.9089079, 30.2288328 ], [ 119.9089203, 30.2291115 ], [ 119.9088211, 30.2296902 ], [ 119.908635, 30.2299796 ], [ 119.9083249, 30.2302368 ], [ 119.9078288, 30.2305476 ], [ 119.9077916, 30.2306655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8683495, 30.2500995 ], [ 119.8684081, 30.2498754 ], [ 119.8684911, 30.2496201 ], [ 119.8685152, 30.2493444 ], [ 119.8685072, 30.2491752 ], [ 119.8684857, 30.2490385 ], [ 119.8683918, 30.2487072 ], [ 119.8682094, 30.2483457 ], [ 119.8679788, 30.2480723 ], [ 119.8677213, 30.2477688 ], [ 119.8674772, 30.2473656 ], [ 119.8672519, 30.2469509 ], [ 119.8671392, 30.2466659 ], [ 119.8670185, 30.2462928 ], [ 119.8669139, 30.2459615 ], [ 119.866761, 30.2456023 ], [ 119.8665894, 30.2452617 ], [ 119.8664016, 30.2449837 ], [ 119.8655299, 30.2436884 ], [ 119.8654065, 30.2434822 ], [ 119.8652456, 30.2430327 ], [ 119.8649854, 30.2423561 ], [ 119.8648218, 30.2417976 ], [ 119.8646636, 30.2412531 ], [ 119.8646421, 30.241026 ], [ 119.8647092, 30.2406506 ], [ 119.8647521, 30.2404722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8647521, 30.2404722 ], [ 119.8647092, 30.2406506 ], [ 119.8646421, 30.241026 ], [ 119.8646636, 30.2412531 ], [ 119.8648218, 30.2417976 ], [ 119.8649854, 30.2423561 ], [ 119.8652456, 30.2430327 ], [ 119.8654065, 30.2434822 ], [ 119.8655299, 30.2436884 ], [ 119.8664016, 30.2449837 ], [ 119.8665894, 30.2452617 ], [ 119.866761, 30.2456023 ], [ 119.8669139, 30.2459615 ], [ 119.8670185, 30.2462928 ], [ 119.8671392, 30.2466659 ], [ 119.8672519, 30.2469509 ], [ 119.8674772, 30.2473656 ], [ 119.8677213, 30.2477688 ], [ 119.8679788, 30.2480723 ], [ 119.8682094, 30.2483457 ], [ 119.8683918, 30.2487072 ], [ 119.8684857, 30.2490385 ], [ 119.8685072, 30.2491752 ], [ 119.8685152, 30.2493444 ], [ 119.8684911, 30.2496201 ], [ 119.8684081, 30.2498754 ], [ 119.8683495, 30.2500995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤中线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8900101, 30.2474508 ], [ 119.8890212, 30.2482931 ], [ 119.8889504, 30.2483608 ], [ 119.8882411, 30.2490391 ], [ 119.8881994, 30.2492075 ], [ 119.8882046, 30.2493043 ], [ 119.8882204, 30.2495966 ], [ 119.8882312, 30.2497972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤中线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8882312, 30.2497972 ], [ 119.8882204, 30.2495966 ], [ 119.8882046, 30.2493043 ], [ 119.8881994, 30.2492075 ], [ 119.8882411, 30.2490391 ], [ 119.8889504, 30.2483608 ], [ 119.8890212, 30.2482931 ], [ 119.8900101, 30.2474508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.896068, 30.2488433 ], [ 119.8953436, 30.2490755 ], [ 119.894493, 30.2493103 ], [ 119.8936729, 30.2494862 ], [ 119.892517, 30.2496573 ], [ 119.8914714, 30.249738 ], [ 119.8898442, 30.2498408 ], [ 119.888205, 30.2499069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "凤中线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8882312, 30.2497972 ], [ 119.888205, 30.2499069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "凤中线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.888205, 30.2499069 ], [ 119.8882312, 30.2497972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8682551, 30.2504623 ], [ 119.8683495, 30.2500995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石板路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9156444, 30.2404763 ], [ 119.9152492, 30.2392322 ], [ 119.9149428, 30.238799 ], [ 119.9141767, 30.2379205 ], [ 119.913994, 30.2377176 ], [ 119.9130624, 30.2366931 ], [ 119.9117392, 30.2350444 ], [ 119.9109742, 30.2339869 ], [ 119.910847, 30.2338111 ], [ 119.910207, 30.2329264 ], [ 119.9100979, 30.232793 ], [ 119.9100398, 30.2327218 ], [ 119.909803, 30.2325052 ], [ 119.9094966, 30.2322525 ], [ 119.9091484, 30.2320118 ], [ 119.9086609, 30.2314943 ], [ 119.9084452, 30.2312886 ], [ 119.9082532, 30.2311056 ], [ 119.9077916, 30.2306655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石板路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9077916, 30.2306655 ], [ 119.9082532, 30.2311056 ], [ 119.9084452, 30.2312886 ], [ 119.9086609, 30.2314943 ], [ 119.9091484, 30.2320118 ], [ 119.9094966, 30.2322525 ], [ 119.909803, 30.2325052 ], [ 119.9100398, 30.2327218 ], [ 119.9100979, 30.232793 ], [ 119.910207, 30.2329264 ], [ 119.910847, 30.2338111 ], [ 119.9109742, 30.2339869 ], [ 119.9117392, 30.2350444 ], [ 119.9130624, 30.2366931 ], [ 119.913994, 30.2377176 ], [ 119.9141767, 30.2379205 ], [ 119.9149428, 30.238799 ], [ 119.9152492, 30.2392322 ], [ 119.9156444, 30.2404763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9156444, 30.2404763 ], [ 119.915861, 30.2404607 ], [ 119.9162144, 30.2404957 ], [ 119.9175425, 30.2406276 ], [ 119.9206807, 30.2409092 ], [ 119.921266, 30.2409641 ], [ 119.9223594, 30.2410666 ], [ 119.9241238, 30.2412828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.924106, 30.2413728 ], [ 119.9240191, 30.2413713 ], [ 119.9239905, 30.2413683 ], [ 119.9239706, 30.2413663 ], [ 119.9239508, 30.2413643 ], [ 119.9236774, 30.2413365 ], [ 119.9235283, 30.2413204 ], [ 119.9231884, 30.2412836 ], [ 119.922849, 30.241233 ], [ 119.9206654, 30.2410318 ], [ 119.9200382, 30.2409741 ], [ 119.9175256, 30.2407427 ], [ 119.916383, 30.2406101 ], [ 119.9158457, 30.2405626 ], [ 119.9156444, 30.2404763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤中线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9156444, 30.2404763 ], [ 119.9141079, 30.2403214 ], [ 119.913712, 30.2402811 ], [ 119.9124356, 30.2401347 ], [ 119.9123404, 30.240145 ], [ 119.9121013, 30.2401708 ], [ 119.9117113, 30.2402671 ], [ 119.9113074, 30.2404717 ], [ 119.9103881, 30.2410974 ], [ 119.9094938, 30.2415947 ], [ 119.9093648, 30.2416664 ], [ 119.9091762, 30.2417713 ], [ 119.908633, 30.2420601 ], [ 119.9080202, 30.2422285 ], [ 119.9074769, 30.2423489 ], [ 119.9069948, 30.2424303 ], [ 119.9061597, 30.2425713 ], [ 119.9058767, 30.2426191 ], [ 119.9056244, 30.2426617 ], [ 119.9052613, 30.2427341 ], [ 119.9048762, 30.2428109 ], [ 119.904719, 30.2428422 ], [ 119.9044946, 30.2429224 ], [ 119.9043151, 30.2429866 ], [ 119.9040783, 30.243107 ], [ 119.9037997, 30.2433356 ], [ 119.9034933, 30.2437447 ], [ 119.9034295, 30.2438462 ], [ 119.9025322, 30.2452729 ], [ 119.9024638, 30.245346 ], [ 119.9022397, 30.2455857 ], [ 119.9021481, 30.2456504 ], [ 119.9019332, 30.2458023 ], [ 119.9014457, 30.2460189 ], [ 119.9001566, 30.2464409 ], [ 119.8994429, 30.2466746 ], [ 119.8991142, 30.2467822 ], [ 119.8987702, 30.2468948 ], [ 119.8986487, 30.2469346 ], [ 119.897476, 30.2473185 ], [ 119.8969746, 30.2473545 ], [ 119.8944813, 30.2472703 ], [ 119.8943047, 30.2472589 ], [ 119.8941191, 30.2472102 ], [ 119.8925332, 30.2471732 ], [ 119.8924158, 30.2471705 ], [ 119.8917254, 30.2471543 ], [ 119.8911967, 30.247142 ], [ 119.8910269, 30.247138 ], [ 119.8908777, 30.2471487 ], [ 119.8906926, 30.247162 ], [ 119.8903583, 30.2472463 ], [ 119.8900101, 30.2474508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤中线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8900101, 30.2474508 ], [ 119.8903583, 30.2472463 ], [ 119.8906926, 30.247162 ], [ 119.8908777, 30.2471487 ], [ 119.8910269, 30.247138 ], [ 119.8911967, 30.247142 ], [ 119.8917254, 30.2471543 ], [ 119.8924158, 30.2471705 ], [ 119.8925332, 30.2471732 ], [ 119.8941191, 30.2472102 ], [ 119.8943047, 30.2472589 ], [ 119.8944813, 30.2472703 ], [ 119.8969746, 30.2473545 ], [ 119.897476, 30.2473185 ], [ 119.8986487, 30.2469346 ], [ 119.8987702, 30.2468948 ], [ 119.8991142, 30.2467822 ], [ 119.8994429, 30.2466746 ], [ 119.9001566, 30.2464409 ], [ 119.9014457, 30.2460189 ], [ 119.9019332, 30.2458023 ], [ 119.9021481, 30.2456504 ], [ 119.9022397, 30.2455857 ], [ 119.9024638, 30.245346 ], [ 119.9025322, 30.2452729 ], [ 119.9034295, 30.2438462 ], [ 119.9034933, 30.2437447 ], [ 119.9037997, 30.2433356 ], [ 119.9040783, 30.243107 ], [ 119.9043151, 30.2429866 ], [ 119.9044946, 30.2429224 ], [ 119.904719, 30.2428422 ], [ 119.9048762, 30.2428109 ], [ 119.9052613, 30.2427341 ], [ 119.9056244, 30.2426617 ], [ 119.9058767, 30.2426191 ], [ 119.9061597, 30.2425713 ], [ 119.9069948, 30.2424303 ], [ 119.9074769, 30.2423489 ], [ 119.9080202, 30.2422285 ], [ 119.908633, 30.2420601 ], [ 119.9091762, 30.2417713 ], [ 119.9093648, 30.2416664 ], [ 119.9094938, 30.2415947 ], [ 119.9103881, 30.2410974 ], [ 119.9113074, 30.2404717 ], [ 119.9117113, 30.2402671 ], [ 119.9121013, 30.2401708 ], [ 119.9123404, 30.240145 ], [ 119.9124356, 30.2401347 ], [ 119.913712, 30.2402811 ], [ 119.9141079, 30.2403214 ], [ 119.9156444, 30.2404763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9020172, 30.2466717 ], [ 119.9024754, 30.246516 ], [ 119.9086804, 30.2444361 ], [ 119.910535, 30.2440894 ], [ 119.9172947, 30.2435694 ], [ 119.918976, 30.2434654 ], [ 119.9199986, 30.2435348 ], [ 119.9214172, 30.2437889 ], [ 119.9237386, 30.2443757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9235124, 30.2447091 ], [ 119.9216417, 30.2440168 ], [ 119.9199951, 30.2436874 ], [ 119.9189898, 30.2436354 ], [ 119.9173258, 30.2437221 ], [ 119.9131327, 30.2440545 ], [ 119.912725, 30.2440869 ], [ 119.9105488, 30.2442594 ], [ 119.9103668, 30.2442909 ], [ 119.9087462, 30.2445714 ], [ 119.9026105, 30.2466687 ], [ 119.9021263, 30.2468337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9020172, 30.2466717 ], [ 119.9021263, 30.2468337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021263, 30.2468337 ], [ 119.9020172, 30.2466717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.084602059610461, 29.871730929704139 ], [ 120.0850719, 29.8720054 ], [ 120.0855311, 29.8722767 ], [ 120.0856457, 29.8723444 ], [ 120.085873, 29.8724787 ], [ 120.0859532, 29.8725261 ], [ 120.0866309, 29.8729314 ], [ 120.0870259, 29.8731975 ], [ 120.0874266, 29.873548 ], [ 120.0877415, 29.8738642 ], [ 120.0879016, 29.8740694 ], [ 120.08806, 29.8742724 ], [ 120.0881415, 29.8743769 ], [ 120.0882164, 29.8744739 ], [ 120.0887434, 29.8751557 ], [ 120.0890894, 29.8757076 ], [ 120.0895551, 29.8764597 ], [ 120.0895731, 29.8764888 ], [ 120.0897068, 29.876638 ], [ 120.0898556, 29.8767606 ], [ 120.0899188, 29.876796 ], [ 120.0900443, 29.8768663 ], [ 120.090098, 29.8768904 ], [ 120.0902076, 29.8769234 ], [ 120.0903612, 29.8769342 ], [ 120.0909678, 29.8769465 ], [ 120.0915879, 29.8769745 ], [ 120.0918616, 29.8770002 ], [ 120.0919446, 29.877008 ], [ 120.0920221, 29.877025 ], [ 120.092144, 29.8770517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092144, 29.8770517 ], [ 120.0920221, 29.877025 ], [ 120.0919446, 29.877008 ], [ 120.0918616, 29.8770002 ], [ 120.0915879, 29.8769745 ], [ 120.0909678, 29.8769465 ], [ 120.0903612, 29.8769342 ], [ 120.0902076, 29.8769234 ], [ 120.090098, 29.8768904 ], [ 120.0900443, 29.8768663 ], [ 120.0899188, 29.876796 ], [ 120.0898556, 29.8767606 ], [ 120.0897068, 29.876638 ], [ 120.0895731, 29.8764888 ], [ 120.0895551, 29.8764597 ], [ 120.0890894, 29.8757076 ], [ 120.0887434, 29.8751557 ], [ 120.0882164, 29.8744739 ], [ 120.0881415, 29.8743769 ], [ 120.08806, 29.8742724 ], [ 120.0879016, 29.8740694 ], [ 120.0877415, 29.8738642 ], [ 120.0874266, 29.873548 ], [ 120.0870259, 29.8731975 ], [ 120.0866309, 29.8729314 ], [ 120.0859532, 29.8725261 ], [ 120.085873, 29.8724787 ], [ 120.0856457, 29.8723444 ], [ 120.0855311, 29.8722767 ], [ 120.0850719, 29.8720054 ], [ 120.084602059610461, 29.871730929704139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0771534, 30.102212 ], [ 120.0771396, 30.1020762 ], [ 120.076999, 30.1007472 ], [ 120.0769768, 30.1005376 ], [ 120.0768149, 30.0991437 ], [ 120.076684, 30.0978095 ], [ 120.0765169, 30.0963555 ], [ 120.0764706, 30.0959547 ], [ 120.0763095, 30.0947568 ], [ 120.0761635, 30.0933431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761635, 30.0933431 ], [ 120.0763095, 30.0947568 ], [ 120.0764706, 30.0959547 ], [ 120.0765169, 30.0963555 ], [ 120.076684, 30.0978095 ], [ 120.0768149, 30.0991437 ], [ 120.0769768, 30.1005376 ], [ 120.076999, 30.1007472 ], [ 120.0771396, 30.1020762 ], [ 120.0771534, 30.102212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0782106, 30.1112628 ], [ 120.0781343, 30.1105109 ], [ 120.0781249, 30.1104188 ], [ 120.0779579, 30.1089526 ], [ 120.0778936, 30.1082563 ], [ 120.0778861, 30.1081757 ], [ 120.0778618, 30.1079125 ], [ 120.0777134, 30.1067631 ], [ 120.0775617, 30.1055903 ], [ 120.0774575, 30.1050558 ], [ 120.0773066, 30.1037195 ], [ 120.0771534, 30.102212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0771534, 30.102212 ], [ 120.0773066, 30.1037195 ], [ 120.0774575, 30.1050558 ], [ 120.0775617, 30.1055903 ], [ 120.0777134, 30.1067631 ], [ 120.0778618, 30.1079125 ], [ 120.0778861, 30.1081757 ], [ 120.0778936, 30.1082563 ], [ 120.0779579, 30.1089526 ], [ 120.0781249, 30.1104188 ], [ 120.0781343, 30.1105109 ], [ 120.0782106, 30.1112628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0860777, 30.1141074 ], [ 120.0858793, 30.1121287 ], [ 120.0857652, 30.1109918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1224762, 30.1106918 ], [ 120.1210944, 30.1103062 ], [ 120.1199195, 30.1099535 ], [ 120.1187555, 30.1095127 ], [ 120.1176987, 30.1089233 ], [ 120.1170844, 30.1085274 ], [ 120.1161001, 30.1078931 ], [ 120.1144317, 30.1067608 ], [ 120.1143194, 30.1066812 ], [ 120.113096, 30.1058141 ], [ 120.1123182, 30.1051829 ], [ 120.1109824, 30.1038092 ], [ 120.1088808, 30.1015049 ], [ 120.1085953, 30.1011918 ], [ 120.105103, 30.0974139 ], [ 120.1045788, 30.0965084 ], [ 120.1035044, 30.0946524 ], [ 120.1026461, 30.0934271 ], [ 120.1025994, 30.0933579 ], [ 120.1017127, 30.092044 ], [ 120.1009563, 30.0908883 ], [ 120.1000804, 30.0897317 ], [ 120.0998244, 30.0893937 ], [ 120.0988213, 30.0881358 ], [ 120.0986866, 30.0880087 ], [ 120.0981713, 30.0875227 ], [ 120.0981078, 30.0874628 ], [ 120.0974104, 30.0870358 ], [ 120.0959138, 30.0861306 ], [ 120.0938431, 30.0853183 ], [ 120.0900534, 30.0840087 ], [ 120.0872854, 30.083201 ], [ 120.085469, 30.0828167 ], [ 120.0846229, 30.082727 ], [ 120.0822643, 30.0824769 ], [ 120.0805552, 30.0825753 ], [ 120.0799109, 30.0826748 ], [ 120.0787527, 30.0828538 ], [ 120.0768966, 30.0834015 ], [ 120.0760062, 30.0837729 ], [ 120.0743571, 30.0845286 ], [ 120.07278, 30.0853641 ], [ 120.0721377, 30.08579 ], [ 120.0690142, 30.0878613 ], [ 120.0663051, 30.0896227 ], [ 120.0653637, 30.0899275 ], [ 120.0650363, 30.0900113 ], [ 120.0648079, 30.0900762 ], [ 120.0609214, 30.0924062 ], [ 120.0602738, 30.0929575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602738, 30.0929575 ], [ 120.0609214, 30.0924062 ], [ 120.0648079, 30.0900762 ], [ 120.0650363, 30.0900113 ], [ 120.0653637, 30.0899275 ], [ 120.0663051, 30.0896227 ], [ 120.0690142, 30.0878613 ], [ 120.0721377, 30.08579 ], [ 120.07278, 30.0853641 ], [ 120.0743571, 30.0845286 ], [ 120.0760062, 30.0837729 ], [ 120.0768966, 30.0834015 ], [ 120.0787527, 30.0828538 ], [ 120.0799109, 30.0826748 ], [ 120.0805552, 30.0825753 ], [ 120.0822643, 30.0824769 ], [ 120.0846229, 30.082727 ], [ 120.085469, 30.0828167 ], [ 120.0872854, 30.083201 ], [ 120.0900534, 30.0840087 ], [ 120.0938431, 30.0853183 ], [ 120.0959138, 30.0861306 ], [ 120.0974104, 30.0870358 ], [ 120.0981078, 30.0874628 ], [ 120.0981713, 30.0875227 ], [ 120.0986866, 30.0880087 ], [ 120.0988213, 30.0881358 ], [ 120.0998244, 30.0893937 ], [ 120.1000804, 30.0897317 ], [ 120.1009563, 30.0908883 ], [ 120.1017127, 30.092044 ], [ 120.1025994, 30.0933579 ], [ 120.1026461, 30.0934271 ], [ 120.1035044, 30.0946524 ], [ 120.1045788, 30.0965084 ], [ 120.105103, 30.0974139 ], [ 120.1085953, 30.1011918 ], [ 120.1088808, 30.1015049 ], [ 120.1109824, 30.1038092 ], [ 120.1123182, 30.1051829 ], [ 120.113096, 30.1058141 ], [ 120.1143194, 30.1066812 ], [ 120.1144317, 30.1067608 ], [ 120.1161001, 30.1078931 ], [ 120.1170844, 30.1085274 ], [ 120.1176987, 30.1089233 ], [ 120.1187555, 30.1095127 ], [ 120.1199195, 30.1099535 ], [ 120.1210944, 30.1103062 ], [ 120.1224762, 30.1106918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066106, 30.0923676 ], [ 120.0661149, 30.0922053 ], [ 120.0660994, 30.0920044 ], [ 120.0659661, 30.0917633 ], [ 120.0657755, 30.0912584 ], [ 120.0657654, 30.0911267 ], [ 120.0657898, 30.0910266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0657898, 30.0910266 ], [ 120.0657654, 30.0911267 ], [ 120.0657755, 30.0912584 ], [ 120.0659661, 30.0917633 ], [ 120.0660994, 30.0920044 ], [ 120.0661149, 30.0922053 ], [ 120.066106, 30.0923676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0657898, 30.0910266 ], [ 120.0655941, 30.0910716 ], [ 120.0655035, 30.0910924 ], [ 120.0652118, 30.0911594 ], [ 120.0642442, 30.0913986 ], [ 120.0627004, 30.0917888 ], [ 120.0622501, 30.0920006 ], [ 120.0611969, 30.0926072 ], [ 120.0606928, 30.0928455 ], [ 120.0604914, 30.092934 ], [ 120.0602738, 30.0929575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602738, 30.0929575 ], [ 120.0604914, 30.092934 ], [ 120.0606928, 30.0928455 ], [ 120.0611969, 30.0926072 ], [ 120.0622501, 30.0920006 ], [ 120.0627004, 30.0917888 ], [ 120.0642442, 30.0913986 ], [ 120.0652118, 30.0911594 ], [ 120.0655035, 30.0910924 ], [ 120.0655941, 30.0910716 ], [ 120.0657898, 30.0910266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665564, 30.1031311 ], [ 120.0662106, 30.1001085 ], [ 120.0660435, 30.0986552 ], [ 120.0658789, 30.0972444 ], [ 120.0658476, 30.0968905 ], [ 120.0658375, 30.0968058 ], [ 120.0656194, 30.0949818 ], [ 120.0655277, 30.0938279 ], [ 120.0654492, 30.0935582 ], [ 120.0654647, 30.0934109 ], [ 120.0655421, 30.0932233 ], [ 120.0660065, 30.092634 ], [ 120.0660994, 30.0924866 ], [ 120.066106, 30.0923676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066106, 30.0923676 ], [ 120.0660994, 30.0924866 ], [ 120.0660065, 30.092634 ], [ 120.0655421, 30.0932233 ], [ 120.0654647, 30.0934109 ], [ 120.0654492, 30.0935582 ], [ 120.0655277, 30.0938279 ], [ 120.0656194, 30.0949818 ], [ 120.0658375, 30.0968058 ], [ 120.0658476, 30.0968905 ], [ 120.0658789, 30.0972444 ], [ 120.0660435, 30.0986552 ], [ 120.0662106, 30.1001085 ], [ 120.0665564, 30.1031311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665564, 30.1031311 ], [ 120.0664975, 30.1031707 ], [ 120.0664532, 30.1031748 ], [ 120.06636, 30.1031834 ], [ 120.0663071, 30.1031882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0657898, 30.0910266 ], [ 120.0689016, 30.0901693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689016, 30.0901693 ], [ 120.0657898, 30.0910266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066106, 30.0923676 ], [ 120.0681576, 30.0926836 ], [ 120.0691263, 30.09277 ], [ 120.0692112, 30.0927813 ], [ 120.0702794, 30.0929286 ], [ 120.0713632, 30.093143 ], [ 120.0717812, 30.093143 ], [ 120.0740503, 30.0929767 ], [ 120.0754878, 30.0928824 ], [ 120.0756941, 30.0928738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0756941, 30.0928738 ], [ 120.0754878, 30.0928824 ], [ 120.0740503, 30.0929767 ], [ 120.0717812, 30.093143 ], [ 120.0713632, 30.093143 ], [ 120.0702794, 30.0929286 ], [ 120.0692112, 30.0927813 ], [ 120.0691263, 30.09277 ], [ 120.0681576, 30.0926836 ], [ 120.066106, 30.0923676 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "motorway" ], "name": [ "杭长高速", "之浦路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.077646596939161, 30.082643184012532 ], [ 120.0801086, 30.0842402 ], [ 120.082262, 30.085637 ], [ 120.084182, 30.08702 ], [ 120.08645, 30.088797 ], [ 120.0881868, 30.0903921 ], [ 120.0888815, 30.0910509 ], [ 120.0896692, 30.0917822 ], [ 120.0907162, 30.0928756 ], [ 120.0910474, 30.0932215 ], [ 120.0925009, 30.0948209 ], [ 120.0934468, 30.0959783 ], [ 120.094162, 30.096805 ], [ 120.09577, 30.099018 ], [ 120.0966175, 30.1003579 ], [ 120.0970196, 30.1009936 ], [ 120.097617, 30.101938 ], [ 120.099363, 30.105207 ], [ 120.10043, 30.107608 ], [ 120.1010112, 30.1091613 ], [ 120.1011707, 30.1095874 ], [ 120.101572, 30.11066 ], [ 120.10213, 30.112458 ], [ 120.1023363, 30.1131367 ], [ 120.102615, 30.114287 ], [ 120.103271, 30.1172799 ], [ 120.1041201, 30.1211537 ], [ 120.1048942, 30.1246855 ], [ 120.1059634, 30.1295402 ], [ 120.1062223, 30.1307219 ], [ 120.1073306, 30.1358452 ], [ 120.1075849, 30.1371704 ], [ 120.1077236, 30.1382722 ], [ 120.1077141, 30.1391604 ], [ 120.1077121, 30.1400053 ], [ 120.1076709, 30.1405371 ], [ 120.1076643, 30.142011 ], [ 120.1077054, 30.143622 ], [ 120.1076676, 30.1442651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0771534, 30.102212 ], [ 120.0768928, 30.1022343 ], [ 120.0768638, 30.1022368 ], [ 120.0765631, 30.1022629 ], [ 120.0750531, 30.1023939 ], [ 120.0693745, 30.1028866 ], [ 120.0665564, 30.1031311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665564, 30.1031311 ], [ 120.0693745, 30.1028866 ], [ 120.0750531, 30.1023939 ], [ 120.0765631, 30.1022629 ], [ 120.0768638, 30.1022368 ], [ 120.0768928, 30.1022343 ], [ 120.0771534, 30.102212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666864, 30.1044678 ], [ 120.0668094, 30.1043595 ], [ 120.06684, 30.1042489 ], [ 120.0668176, 30.1041229 ], [ 120.0665886, 30.1038433 ], [ 120.0665564, 30.1031311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665564, 30.1031311 ], [ 120.0665886, 30.1038433 ], [ 120.0668176, 30.1041229 ], [ 120.06684, 30.1042489 ], [ 120.0668094, 30.1043595 ], [ 120.0666864, 30.1044678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666864, 30.1044678 ], [ 120.0665585, 30.1045468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0665585, 30.1045468 ], [ 120.0666864, 30.1044678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666864, 30.1044678 ], [ 120.0668533, 30.1048037 ], [ 120.0669965, 30.1052001 ], [ 120.0670559, 30.105526 ], [ 120.0671511, 30.1061069 ], [ 120.067314, 30.1075506 ], [ 120.0674798, 30.1090844 ], [ 120.0678215, 30.112059 ], [ 120.0681972, 30.1156516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680598, 30.1156775 ], [ 120.0678387, 30.1135624 ], [ 120.0676618, 30.1120648 ], [ 120.0674442, 30.1100001 ], [ 120.0671541, 30.1074562 ], [ 120.0670067, 30.1061238 ], [ 120.0669487, 30.1056188 ], [ 120.0668914, 30.1053551 ], [ 120.0667205, 30.1048786 ], [ 120.0665585, 30.1045468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681972, 30.1156516 ], [ 120.0684612, 30.1155794 ], [ 120.0718975, 30.1152921 ], [ 120.0753088, 30.1150048 ], [ 120.077948, 30.1147917 ], [ 120.0782489, 30.1147674 ], [ 120.0785154, 30.1147459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0785209, 30.1148621 ], [ 120.0782616, 30.1148822 ], [ 120.0779606, 30.1149055 ], [ 120.0753214, 30.1151098 ], [ 120.0718952, 30.1153991 ], [ 120.0684902, 30.1156877 ], [ 120.0681972, 30.1156516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681972, 30.1156516 ], [ 120.0680598, 30.1156775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680598, 30.1156775 ], [ 120.0681972, 30.1156516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "铜鉴湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681972, 30.1156516 ], [ 120.0685839, 30.1190002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "铜鉴湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722355, 30.1187088 ], [ 120.0722256, 30.1186126 ], [ 120.072186, 30.1182278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857652, 30.1109918 ], [ 120.0858793, 30.1121287 ], [ 120.0860777, 30.1141074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0819692, 30.1109347 ], [ 120.0823515, 30.114425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0823515, 30.114425 ], [ 120.0819692, 30.1109347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0782106, 30.1112628 ], [ 120.0783207, 30.1115533 ], [ 120.0786531, 30.1147375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0785154, 30.1147459 ], [ 120.0781734, 30.1115359 ], [ 120.0782106, 30.1112628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0860884, 30.1142137 ], [ 120.0860777, 30.1141074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0860777, 30.1141074 ], [ 120.0860884, 30.1142137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0823515, 30.114425 ], [ 120.0829756, 30.1143716 ], [ 120.085393, 30.1141616 ], [ 120.0860777, 30.1141074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0860884, 30.1142137 ], [ 120.0853887, 30.1142678 ], [ 120.0829646, 30.1144786 ], [ 120.0823627, 30.1145269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0823627, 30.1145269 ], [ 120.0823515, 30.114425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367703, 29.8942126 ], [ 120.1374527, 29.8939615 ], [ 120.1377731, 29.8938333 ], [ 120.1381121, 29.8935822 ], [ 120.1383647, 29.8932617 ], [ 120.1385434, 29.8929091 ], [ 120.138642, 29.8925992 ], [ 120.1386358, 29.892252 ], [ 120.1385619, 29.8919474 ], [ 120.1382908, 29.8912217 ], [ 120.1376437, 29.8894899 ], [ 120.1368418, 29.8872388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1368418, 29.8872388 ], [ 120.1376437, 29.8894899 ], [ 120.1382908, 29.8912217 ], [ 120.1385619, 29.8919474 ], [ 120.1386358, 29.892252 ], [ 120.138642, 29.8925992 ], [ 120.1385434, 29.8929091 ], [ 120.1383647, 29.8932617 ], [ 120.1381121, 29.8935822 ], [ 120.1377731, 29.8938333 ], [ 120.1374527, 29.8939615 ], [ 120.1367703, 29.8942126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366821, 29.8925487 ], [ 120.1367909, 29.8927643 ], [ 120.1368231, 29.8930783 ], [ 120.1367855, 29.8936015 ], [ 120.1367703, 29.8942126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366546, 29.8942552 ], [ 120.1366787, 29.8931569 ], [ 120.1366821, 29.8925487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366546, 29.8942552 ], [ 120.1367703, 29.8942126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367703, 29.8942126 ], [ 120.1366546, 29.8942552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367703, 29.8942126 ], [ 120.136637, 29.8970272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1364932, 29.8970571 ], [ 120.1365938, 29.8958796 ], [ 120.1365945, 29.8949629 ], [ 120.1366446, 29.8945611 ], [ 120.1366546, 29.8942552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.136637, 29.8970272 ], [ 120.1364932, 29.8970571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1364932, 29.8970571 ], [ 120.136637, 29.8970272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.136637, 29.8970272 ], [ 120.136469, 29.8990426 ], [ 120.1362942, 29.9007808 ], [ 120.1362472, 29.9012594 ], [ 120.1362383, 29.9013492 ], [ 120.136131, 29.9040345 ], [ 120.1361128, 29.904416 ], [ 120.1361036, 29.9046098 ], [ 120.1360989, 29.9048604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1359725, 29.9048509 ], [ 120.1359743, 29.9046196 ], [ 120.1359784, 29.9045371 ], [ 120.1360035, 29.9040338 ], [ 120.1360189, 29.9037254 ], [ 120.1360871, 29.9023495 ], [ 120.1361076, 29.9016316 ], [ 120.1361581, 29.9010149 ], [ 120.1361783, 29.9007683 ], [ 120.1362644, 29.8999549 ], [ 120.1363853, 29.898963 ], [ 120.1364295, 29.8978798 ], [ 120.1364932, 29.8970571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1315508, 29.9047881 ], [ 120.1317445, 29.9047922 ], [ 120.1326976, 29.9048027 ], [ 120.1332457, 29.9048119 ], [ 120.1339512, 29.9048237 ], [ 120.1350986, 29.9048422 ], [ 120.1356219, 29.9048544 ], [ 120.1357102, 29.9048565 ], [ 120.1359725, 29.9048509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1359725, 29.9048509 ], [ 120.1357102, 29.9048565 ], [ 120.1356219, 29.9048544 ], [ 120.1350986, 29.9048422 ], [ 120.1339512, 29.9048237 ], [ 120.1332457, 29.9048119 ], [ 120.1326976, 29.9048027 ], [ 120.1317445, 29.9047922 ], [ 120.1315508, 29.9047881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1359725, 29.9048509 ], [ 120.1360989, 29.9048604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1360989, 29.9048604 ], [ 120.1359725, 29.9048509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1391659, 29.9049155 ], [ 120.1388727, 29.9048834 ], [ 120.1386372, 29.9048675 ], [ 120.1381134, 29.9048675 ], [ 120.1373901, 29.9048563 ], [ 120.1373117, 29.9048558 ], [ 120.136817, 29.9048526 ], [ 120.1365441, 29.9048504 ], [ 120.1362131, 29.9048477 ], [ 120.1360989, 29.9048604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1360989, 29.9048604 ], [ 120.1362131, 29.9048477 ], [ 120.1365441, 29.9048504 ], [ 120.136817, 29.9048526 ], [ 120.1373117, 29.9048558 ], [ 120.1373901, 29.9048563 ], [ 120.1381134, 29.9048675 ], [ 120.1386372, 29.9048675 ], [ 120.1388727, 29.9048834 ], [ 120.1391659, 29.9049155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1391659, 29.9049155 ], [ 120.139274, 29.9049306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.139274, 29.9049306 ], [ 120.1391659, 29.9049155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.139274, 29.9049306 ], [ 120.1393487, 29.904941 ], [ 120.139536, 29.9049671 ], [ 120.1398365, 29.9050508 ], [ 120.1400103, 29.9051029 ], [ 120.140255, 29.9051997 ], [ 120.1404353, 29.9052797 ], [ 120.1406993, 29.9054267 ], [ 120.1409225, 29.9055811 ], [ 120.1411093, 29.9057281 ], [ 120.1413368, 29.9059458 ], [ 120.1415257, 29.9061504 ], [ 120.1417682, 29.9064556 ], [ 120.1420644, 29.9068835 ], [ 120.1424529, 29.90741 ], [ 120.1426933, 29.9077766 ], [ 120.142938, 29.9081449 ], [ 120.1432428, 29.9085431 ], [ 120.1435883, 29.9089729 ], [ 120.1437901, 29.9091887 ], [ 120.1439468, 29.9093468 ], [ 120.1442516, 29.9096296 ], [ 120.1445134, 29.9098678 ], [ 120.1448654, 29.9101413 ], [ 120.1452775, 29.9104222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1452775, 29.9104222 ], [ 120.1448654, 29.9101413 ], [ 120.1445134, 29.9098678 ], [ 120.1442516, 29.9096296 ], [ 120.1439468, 29.9093468 ], [ 120.1437901, 29.9091887 ], [ 120.1435883, 29.9089729 ], [ 120.1432428, 29.9085431 ], [ 120.142938, 29.9081449 ], [ 120.1426933, 29.9077766 ], [ 120.1424529, 29.90741 ], [ 120.1420644, 29.9068835 ], [ 120.1417682, 29.9064556 ], [ 120.1415257, 29.9061504 ], [ 120.1413368, 29.9059458 ], [ 120.1411093, 29.9057281 ], [ 120.1409225, 29.9055811 ], [ 120.1406993, 29.9054267 ], [ 120.1404353, 29.9052797 ], [ 120.140255, 29.9051997 ], [ 120.1400103, 29.9051029 ], [ 120.1398365, 29.9050508 ], [ 120.139536, 29.9049671 ], [ 120.1393487, 29.904941 ], [ 120.139274, 29.9049306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1452775, 29.9104222 ], [ 120.1456853, 29.9106715 ], [ 120.1461361, 29.9109171 ], [ 120.1465224, 29.9110976 ], [ 120.1470118, 29.9112836 ], [ 120.1475313, 29.9114765 ], [ 120.148347, 29.9117407 ], [ 120.1485235, 29.9117899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1485235, 29.9117899 ], [ 120.148347, 29.9117407 ], [ 120.1475313, 29.9114765 ], [ 120.1470118, 29.9112836 ], [ 120.1465224, 29.9110976 ], [ 120.1461361, 29.9109171 ], [ 120.1456853, 29.9106715 ], [ 120.1452775, 29.9104222 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "235国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486288, 29.9129068 ], [ 120.1484634, 29.9127842 ], [ 120.1484149, 29.9127483 ], [ 120.1462625, 29.9111525 ], [ 120.1452775, 29.9104222 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "235国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1452775, 29.9104222 ], [ 120.1462625, 29.9111525 ], [ 120.1484149, 29.9127483 ], [ 120.1484634, 29.9127842 ], [ 120.1486288, 29.9129068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1489749, 29.9115914 ], [ 120.1487739, 29.9117164 ], [ 120.1485235, 29.9117899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1485235, 29.9117899 ], [ 120.1487739, 29.9117164 ], [ 120.1489749, 29.9115914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1489749, 29.9115914 ], [ 120.1488251, 29.9120136 ], [ 120.148762, 29.9121916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.148762, 29.9121916 ], [ 120.1488251, 29.9120136 ], [ 120.1489749, 29.9115914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321807, 29.912437 ], [ 120.1324325, 29.9120091 ], [ 120.1324975, 29.9119053 ], [ 120.1328341, 29.9113683 ], [ 120.1330152, 29.9110794 ], [ 120.1333143, 29.910622 ], [ 120.1337043, 29.9100258 ], [ 120.1344615, 29.908868 ], [ 120.1345351, 29.9087555 ], [ 120.1349091, 29.9081995 ], [ 120.1349521, 29.908154 ], [ 120.1352148, 29.9077238 ], [ 120.1354928, 29.9072528 ], [ 120.1357356, 29.9067638 ], [ 120.1358412, 29.9064185 ], [ 120.135922, 29.9058255 ], [ 120.135969, 29.9053029 ], [ 120.1359699, 29.9051903 ], [ 120.1359725, 29.9048509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1360989, 29.9048604 ], [ 120.136093, 29.9051738 ], [ 120.1360907, 29.905294 ], [ 120.1359818, 29.9062664 ], [ 120.1358947, 29.9066633 ], [ 120.1357075, 29.9070777 ], [ 120.1354591, 29.9075145 ], [ 120.135129, 29.908076 ], [ 120.1350046, 29.9082774 ], [ 120.134622, 29.9087801 ], [ 120.1344394, 29.9090744 ], [ 120.1342847, 29.9093236 ], [ 120.1339317, 29.9098727 ], [ 120.133803, 29.910073 ], [ 120.133659, 29.9102971 ], [ 120.1329927, 29.9113525 ], [ 120.1327309, 29.9117847 ], [ 120.1323012, 29.9124938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362132, 29.914168 ], [ 120.1379102, 29.9110801 ], [ 120.1379199, 29.9110635 ], [ 120.138155, 29.9106619 ], [ 120.1382148, 29.9105597 ], [ 120.1382338, 29.9105272 ], [ 120.1392409, 29.908788 ], [ 120.1394075, 29.9084197 ], [ 120.1395703, 29.907779 ], [ 120.1396107, 29.9073009 ], [ 120.1396269, 29.9067564 ], [ 120.1395596, 29.906081 ], [ 120.1394106, 29.9054423 ], [ 120.1391659, 29.9049155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.139274, 29.9049306 ], [ 120.1394262, 29.905243 ], [ 120.1395561, 29.9056551 ], [ 120.1396737, 29.9062318 ], [ 120.1397113, 29.9068957 ], [ 120.1396862, 29.9074917 ], [ 120.1396191, 29.9079735 ], [ 120.1394228, 29.9086203 ], [ 120.1390518, 29.9092987 ], [ 120.1383218, 29.9106094 ], [ 120.138259, 29.9107222 ], [ 120.1380331, 29.9111278 ], [ 120.1380192, 29.9111526 ], [ 120.1363073, 29.9142082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1315715, 29.9120552 ], [ 120.1320023, 29.9123707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320023, 29.9123707 ], [ 120.1315715, 29.9120552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320023, 29.9123707 ], [ 120.1321807, 29.912437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321256, 29.9125307 ], [ 120.1320023, 29.9123707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321807, 29.912437 ], [ 120.1323012, 29.9124938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321256, 29.9125307 ], [ 120.1321807, 29.912437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1323012, 29.9124938 ], [ 120.132225, 29.9126307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132225, 29.9126307 ], [ 120.1321256, 29.9125307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1323012, 29.9124938 ], [ 120.1352767, 29.9137672 ], [ 120.1362132, 29.914168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1361563, 29.9142705 ], [ 120.1354214, 29.9139731 ], [ 120.1323181, 29.9127175 ], [ 120.132225, 29.9126307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1353724, 29.9156358 ], [ 120.1349262, 29.9153872 ], [ 120.134072, 29.9145872 ], [ 120.1331147, 29.9137686 ], [ 120.1329043, 29.9135937 ], [ 120.1320415, 29.9126375 ], [ 120.1317152, 29.9122431 ], [ 120.1315715, 29.9120552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1315715, 29.9120552 ], [ 120.1317152, 29.9122431 ], [ 120.1320415, 29.9126375 ], [ 120.1329043, 29.9135937 ], [ 120.1331147, 29.9137686 ], [ 120.134072, 29.9145872 ], [ 120.1349262, 29.9153872 ], [ 120.1353724, 29.9156358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362132, 29.914168 ], [ 120.1363073, 29.9142082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1361563, 29.9142705 ], [ 120.1362132, 29.914168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363073, 29.9142082 ], [ 120.1362479, 29.9143075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362479, 29.9143075 ], [ 120.1361563, 29.9142705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.148762, 29.9121916 ], [ 120.1486403, 29.9119795 ], [ 120.1485235, 29.9117899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1485235, 29.9117899 ], [ 120.1486403, 29.9119795 ], [ 120.148762, 29.9121916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.148762, 29.9121916 ], [ 120.1486288, 29.9129068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486288, 29.9129068 ], [ 120.148762, 29.9121916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486288, 29.9129068 ], [ 120.1486338, 29.9137627 ], [ 120.1486357, 29.9140884 ], [ 120.1486635, 29.9151336 ], [ 120.1487021, 29.9165819 ], [ 120.1487311, 29.9171159 ], [ 120.1488382, 29.9176575 ], [ 120.148973, 29.9186947 ], [ 120.1490658, 29.9191308 ], [ 120.1491721, 29.9197151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1491721, 29.9197151 ], [ 120.1490658, 29.9191308 ], [ 120.148973, 29.9186947 ], [ 120.1488382, 29.9176575 ], [ 120.1487311, 29.9171159 ], [ 120.1487021, 29.9165819 ], [ 120.1486635, 29.9151336 ], [ 120.1486357, 29.9140884 ], [ 120.1486338, 29.9137627 ], [ 120.1486288, 29.9129068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363073, 29.9142082 ], [ 120.1414935, 29.9164276 ], [ 120.1420287, 29.9166647 ], [ 120.1448781, 29.9179271 ], [ 120.1452106, 29.9180805 ], [ 120.1470227, 29.9189162 ], [ 120.1478121, 29.9192803 ], [ 120.1483736, 29.9195214 ], [ 120.1488568, 29.9197222 ], [ 120.1489815, 29.9197361 ], [ 120.1491721, 29.9197151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱鏐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1491818, 29.9197688 ], [ 120.1490566, 29.9197884 ], [ 120.1488861, 29.9197826 ], [ 120.1486777, 29.9197158 ], [ 120.1482028, 29.9195324 ], [ 120.1477719, 29.9193483 ], [ 120.1470681, 29.9190228 ], [ 120.1462076, 29.9186248 ], [ 120.1450345, 29.9180822 ], [ 120.1448481, 29.917996 ], [ 120.1420344, 29.9167798 ], [ 120.1414409, 29.916521 ], [ 120.1410071, 29.9163319 ], [ 120.1400553, 29.9159169 ], [ 120.1380276, 29.9150276 ], [ 120.1362479, 29.9143075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1491818, 29.9197688 ], [ 120.1491721, 29.9197151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1491721, 29.9197151 ], [ 120.1491818, 29.9197688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "235国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486288, 29.9129068 ], [ 120.1504252, 29.914308 ], [ 120.1511724, 29.9155215 ], [ 120.1523721, 29.9188622 ], [ 120.1528879, 29.9201845 ], [ 120.1531503, 29.9208197 ], [ 120.1540994, 29.9221352 ], [ 120.1555101, 29.9229937 ], [ 120.1576993, 29.9240939 ], [ 120.1592979, 29.9251353 ], [ 120.1598665, 29.9257025 ], [ 120.1599529, 29.9258471 ], [ 120.1605532, 29.9268523 ], [ 120.161318, 29.9283724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "235国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.161318, 29.9283724 ], [ 120.1605532, 29.9268523 ], [ 120.1599529, 29.9258471 ], [ 120.1598665, 29.9257025 ], [ 120.1592979, 29.9251353 ], [ 120.1576993, 29.9240939 ], [ 120.1555101, 29.9229937 ], [ 120.1540994, 29.9221352 ], [ 120.1531503, 29.9208197 ], [ 120.1528879, 29.9201845 ], [ 120.1523721, 29.9188622 ], [ 120.1511724, 29.9155215 ], [ 120.1504252, 29.914308 ], [ 120.1486288, 29.9129068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1515037, 29.92695 ], [ 120.1515848, 29.9271329 ], [ 120.1517278, 29.9274552 ], [ 120.1518897, 29.9278202 ], [ 120.1520181, 29.9281098 ], [ 120.1523226, 29.9287962 ], [ 120.1529929, 29.9303072 ], [ 120.1530707, 29.9304826 ], [ 120.1531057, 29.9305616 ], [ 120.1531896, 29.9307507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1531896, 29.9307507 ], [ 120.1531057, 29.9305616 ], [ 120.1530707, 29.9304826 ], [ 120.1529929, 29.9303072 ], [ 120.1523226, 29.9287962 ], [ 120.1520181, 29.9281098 ], [ 120.1518897, 29.9278202 ], [ 120.1517278, 29.9274552 ], [ 120.1515848, 29.9271329 ], [ 120.1515037, 29.92695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159613, 29.938501 ], [ 120.1586984, 29.9381484 ], [ 120.1577822, 29.9374489 ], [ 120.1574303, 29.9370332 ], [ 120.1566318, 29.9360901 ], [ 120.156171, 29.9355458 ], [ 120.1547331, 29.9337797 ], [ 120.1541094, 29.9326657 ], [ 120.1540618, 29.9325665 ], [ 120.1531896, 29.9307507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1531896, 29.9307507 ], [ 120.1540618, 29.9325665 ], [ 120.1541094, 29.9326657 ], [ 120.1547331, 29.9337797 ], [ 120.156171, 29.9355458 ], [ 120.1566318, 29.9360901 ], [ 120.1574303, 29.9370332 ], [ 120.1577822, 29.9374489 ], [ 120.1586984, 29.9381484 ], [ 120.159613, 29.938501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159613, 29.938501 ], [ 120.1600885, 29.9386402 ], [ 120.1603675, 29.9387239 ], [ 120.1618105, 29.9392841 ], [ 120.1627079, 29.9396117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626437, 29.9396882 ], [ 120.1620381, 29.9394498 ], [ 120.1608413, 29.9389787 ], [ 120.1603339, 29.938779 ], [ 120.1598015, 29.9386077 ], [ 120.159613, 29.938501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15722, 30.01018 ], [ 120.1567958, 30.0101369 ], [ 120.1567109, 30.0101361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1567109, 30.0101361 ], [ 120.1567958, 30.0101369 ], [ 120.15722, 30.01018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1515037, 29.92695 ], [ 120.1510914, 29.9266433 ], [ 120.1507994, 29.9262711 ], [ 120.1507265, 29.9261782 ], [ 120.1503273, 29.9258322 ], [ 120.1493915, 29.9251551 ], [ 120.1483526, 29.9245375 ], [ 120.1476977, 29.9241509 ], [ 120.1476658, 29.924132 ], [ 120.147464, 29.9239348 ], [ 120.1472737, 29.923699 ], [ 120.1468737, 29.9232031 ], [ 120.1461385, 29.92206 ], [ 120.1452919, 29.9211259 ], [ 120.1449582, 29.9208079 ], [ 120.1443385, 29.9203893 ], [ 120.1433787, 29.9198301 ], [ 120.1431043, 29.9196796 ], [ 120.1426661, 29.9194353 ], [ 120.1424729, 29.9192642 ], [ 120.1422153, 29.9189963 ], [ 120.1420866, 29.9187991 ], [ 120.141829, 29.9186094 ], [ 120.1407378, 29.9177892 ], [ 120.1406657, 29.917735 ], [ 120.1392405, 29.9172364 ], [ 120.1378994, 29.9167174 ], [ 120.1371542, 29.916429 ], [ 120.1364845, 29.9161797 ], [ 120.1354775, 29.9156894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1354775, 29.9156894 ], [ 120.1364845, 29.9161797 ], [ 120.1371542, 29.916429 ], [ 120.1378994, 29.9167174 ], [ 120.1392405, 29.9172364 ], [ 120.1406657, 29.917735 ], [ 120.1407378, 29.9177892 ], [ 120.141829, 29.9186094 ], [ 120.1420866, 29.9187991 ], [ 120.1422153, 29.9189963 ], [ 120.1424729, 29.9192642 ], [ 120.1426661, 29.9194353 ], [ 120.1431043, 29.9196796 ], [ 120.1433787, 29.9198301 ], [ 120.1443385, 29.9203893 ], [ 120.1449582, 29.9208079 ], [ 120.1452919, 29.9211259 ], [ 120.1461385, 29.92206 ], [ 120.1468737, 29.9232031 ], [ 120.1472737, 29.923699 ], [ 120.147464, 29.9239348 ], [ 120.1476658, 29.924132 ], [ 120.1476977, 29.9241509 ], [ 120.1483526, 29.9245375 ], [ 120.1493915, 29.9251551 ], [ 120.1503273, 29.9258322 ], [ 120.1507265, 29.9261782 ], [ 120.1507994, 29.9262711 ], [ 120.1510914, 29.9266433 ], [ 120.1515037, 29.92695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1515037, 29.92695 ], [ 120.1512105, 29.926289 ], [ 120.1506412, 29.9250056 ], [ 120.1500833, 29.9232715 ], [ 120.1496673, 29.9218456 ], [ 120.1492642, 29.9201214 ], [ 120.1491818, 29.9197688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1491818, 29.9197688 ], [ 120.1492642, 29.9201214 ], [ 120.1496673, 29.9218456 ], [ 120.1500833, 29.9232715 ], [ 120.1506412, 29.9250056 ], [ 120.1512105, 29.926289 ], [ 120.1515037, 29.92695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1461639, 29.9269077 ], [ 120.1464464, 29.9272282 ], [ 120.1472401, 29.9275955 ], [ 120.1483969, 29.9280734 ], [ 120.1491044, 29.9285108 ], [ 120.1492645, 29.9286097 ], [ 120.1504751, 29.9295248 ], [ 120.1510872, 29.930096 ], [ 120.1512074, 29.9301416 ], [ 120.15141, 29.9302184 ], [ 120.1519279, 29.9303175 ], [ 120.1522843, 29.9303991 ], [ 120.1528426, 29.9306264 ], [ 120.1531896, 29.9307507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1531896, 29.9307507 ], [ 120.1528426, 29.9306264 ], [ 120.1522843, 29.9303991 ], [ 120.1519279, 29.9303175 ], [ 120.15141, 29.9302184 ], [ 120.1512074, 29.9301416 ], [ 120.1510872, 29.930096 ], [ 120.1504751, 29.9295248 ], [ 120.1492645, 29.9286097 ], [ 120.1491044, 29.9285108 ], [ 120.1483969, 29.9280734 ], [ 120.1472401, 29.9275955 ], [ 120.1464464, 29.9272282 ], [ 120.1461639, 29.9269077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.168573, 30.0632571 ], [ 120.1680357, 30.0632833 ], [ 120.1675087, 30.063309 ], [ 120.1671911, 30.0632942 ], [ 120.1669422, 30.0632422 ], [ 120.1666589, 30.0631382 ], [ 120.1663585, 30.0629451 ], [ 120.1654401, 30.0622319 ], [ 120.1650625, 30.0619794 ], [ 120.1649185, 30.0618887 ], [ 120.163661, 30.0610961 ], [ 120.163463, 30.0609713 ], [ 120.1632944, 30.0608651 ], [ 120.163157, 30.0607611 ], [ 120.1629854, 30.0606051 ], [ 120.1628652, 30.0603971 ], [ 120.1625462, 30.0598563 ], [ 120.1618623, 30.0586971 ], [ 120.1616935, 30.0584109 ], [ 120.1607967, 30.0568907 ], [ 120.1604534, 30.0563707 ], [ 120.1603504, 30.0562741 ], [ 120.1602131, 30.0562444 ], [ 120.1591316, 30.0561924 ], [ 120.1588827, 30.0561552 ], [ 120.158711, 30.0560735 ], [ 120.1586166, 30.0559547 ], [ 120.1585479, 30.0557764 ], [ 120.1583248, 30.0547957 ], [ 120.1582304, 30.0545654 ], [ 120.1579986, 30.0541791 ], [ 120.1560127, 30.0518044 ], [ 120.1557338, 30.0514709 ], [ 120.1556822, 30.0514092 ], [ 120.1555545, 30.0512803 ], [ 120.1553562, 30.0510801 ], [ 120.1551425, 30.050915 ], [ 120.155028, 30.0509588 ], [ 120.1546856, 30.0510068 ], [ 120.1544538, 30.0511108 ], [ 120.1537414, 30.0515938 ], [ 120.1535268, 30.0517052 ], [ 120.1533552, 30.0517721 ], [ 120.1524454, 30.0519949 ], [ 120.1518446, 30.0521955 ], [ 120.1516115, 30.052227 ], [ 120.1508842, 30.0521206 ], [ 120.1507585, 30.0521022 ], [ 120.150222, 30.0519606 ], [ 120.1495306, 30.0518193 ], [ 120.1493865, 30.0520499 ], [ 120.1491692, 30.0520653 ], [ 120.1488139, 30.0521289 ], [ 120.1485685, 30.0520801 ], [ 120.1483655, 30.0521331 ], [ 120.1481701, 30.052231 ], [ 120.1479878, 30.0523552 ], [ 120.1478893, 30.0524768 ], [ 120.1483029, 30.0533733 ], [ 120.1483297, 30.0537215 ], [ 120.1486087, 30.0543019 ], [ 120.148761, 30.0550857 ], [ 120.1485819, 30.0558063 ], [ 120.1483485, 30.0565901 ], [ 120.1485389, 30.0570274 ], [ 120.1485389, 30.0574081 ], [ 120.1486891, 30.0575799 ], [ 120.1487482, 30.057956 ], [ 120.1488024, 30.0584235 ], [ 120.148555, 30.058931 ], [ 120.1483853, 30.0591489 ], [ 120.1482837, 30.0592131 ], [ 120.1481205, 30.0591771 ], [ 120.148142, 30.0589961 ], [ 120.1482855, 30.0588057 ], [ 120.1483029, 30.0587314 ], [ 120.1482417, 30.0586954 ], [ 120.1480655, 30.0588498 ], [ 120.1479676, 30.0590309 ], [ 120.1478979, 30.059205 ], [ 120.1478362, 30.0592189 ], [ 120.147801, 30.059179 ], [ 120.147804, 30.0588881 ], [ 120.1478536, 30.0587012 ], [ 120.1480681, 30.0585212 ], [ 120.1480065, 30.0584377 ], [ 120.1478939, 30.0584389 ], [ 120.1477773, 30.0584995 ], [ 120.1476552, 30.0585445 ], [ 120.1475613, 30.0586211 ], [ 120.147446, 30.0587772 ], [ 120.1473507, 30.0591249 ], [ 120.1473266, 30.0592897 ], [ 120.1473065, 30.0594557 ], [ 120.1472542, 30.0594812 ], [ 120.1471742, 30.0594094 ], [ 120.147112, 30.0590808 ], [ 120.1470745, 30.0587395 ], [ 120.1470892, 30.0585399 ], [ 120.1469875, 30.05846 ], [ 120.1468746, 30.0584377 ], [ 120.1467593, 30.0585096 ], [ 120.1467459, 30.058577 ], [ 120.1468492, 30.0587024 ], [ 120.1468317, 30.0590912 ], [ 120.1467687, 30.0592955 ], [ 120.1467217, 30.059422 ], [ 120.1466543, 30.0594758 ], [ 120.1465756, 30.0594453 ], [ 120.1465154, 30.0593802 ], [ 120.1466292, 30.0592096 ], [ 120.1466426, 30.0589914 ], [ 120.146611, 30.0588604 ], [ 120.1464777, 30.0587906 ], [ 120.1462297, 30.0587564 ], [ 120.1459882, 30.0587639 ], [ 120.1458232, 30.0587871 ], [ 120.1458165, 30.0588405 ], [ 120.1458403, 30.0588943 ], [ 120.1459144, 30.0589241 ], [ 120.1460136, 30.0589299 ], [ 120.1461196, 30.0589508 ], [ 120.1461786, 30.0589937 ], [ 120.1462202, 30.0590634 ], [ 120.1462094, 30.0591295 ], [ 120.1461765, 30.0591879 ], [ 120.1460914, 30.0593048 ], [ 120.1459439, 30.0593454 ], [ 120.1458011, 30.0593037 ], [ 120.1455791, 30.0591005 ], [ 120.1451419, 30.058909 ], [ 120.1447825, 30.0586293 ], [ 120.1446176, 30.0584667 ], [ 120.1444674, 30.058418 ], [ 120.1441029, 30.0583918 ], [ 120.1438075, 30.0582358 ], [ 120.1435903, 30.058165 ], [ 120.1435027, 30.058197 ], [ 120.1434575, 30.0582102 ], [ 120.1434361, 30.0582382 ], [ 120.1435339, 30.0582868 ], [ 120.1437432, 30.0583507 ], [ 120.1438639, 30.0584273 ], [ 120.1439162, 30.05849 ], [ 120.1439725, 30.0585526 ], [ 120.144003, 30.0586107 ], [ 120.1439993, 30.0586571 ], [ 120.1439564, 30.0586826 ], [ 120.1438956, 30.0586923 ], [ 120.1438344, 30.0586478 ], [ 120.1437955, 30.0585596 ], [ 120.1436546, 30.0584749 ], [ 120.143515, 30.0584216 ], [ 120.1431128, 30.0584354 ], [ 120.1427588, 30.0582683 ], [ 120.1420842, 30.0581951 ], [ 120.1416658, 30.0579839 ], [ 120.1408926, 30.0578088 ], [ 120.1408477, 30.0577633 ], [ 120.1407941, 30.0576728 ], [ 120.1407619, 30.0576182 ], [ 120.1406787, 30.057602 ], [ 120.1405799, 30.0576088 ], [ 120.1402684, 30.0576461 ], [ 120.1400913, 30.057595 ], [ 120.1400001, 30.0575915 ], [ 120.1398699, 30.0576464 ], [ 120.1396796, 30.0577738 ], [ 120.1395388, 30.0578272 ], [ 120.1393572, 30.0578159 ], [ 120.1386671, 30.0572979 ], [ 120.138317, 30.0570506 ], [ 120.1380984, 30.0569508 ], [ 120.1378368, 30.0568967 ], [ 120.1376653, 30.056916 ], [ 120.137511, 30.056974 ], [ 120.1374011, 30.0570796 ], [ 120.1371955, 30.0571051 ], [ 120.137035, 30.0570796 ], [ 120.1369156, 30.0570088 ], [ 120.136579, 30.057002 ], [ 120.1360948, 30.0571458 ], [ 120.1359366, 30.0572979 ], [ 120.135615, 30.057396 ], [ 120.1352231, 30.0573722 ], [ 120.1350099, 30.0573559 ], [ 120.134836, 30.057377 ], [ 120.134625, 30.0574523 ], [ 120.13446, 30.0575648 ], [ 120.1343031, 30.0577192 ], [ 120.1342535, 30.0578051 ], [ 120.1341977, 30.0578526 ], [ 120.133941, 30.0578121 ], [ 120.133768, 30.0577761 ], [ 120.1336718, 30.0578103 ], [ 120.1335749, 30.057862 ], [ 120.1334743, 30.0579189 ], [ 120.1333031, 30.0579542 ], [ 120.1332209, 30.0579583 ], [ 120.1331551, 30.057927 ], [ 120.1330599, 30.0578643 ], [ 120.1329379, 30.057833 ], [ 120.1327944, 30.0578353 ], [ 120.1326576, 30.0578655 ], [ 120.1324916, 30.0578427 ], [ 120.1323894, 30.0577482 ], [ 120.1323733, 30.0577018 ], [ 120.1324081, 30.057559 ], [ 120.1323052, 30.0573218 ], [ 120.1319441, 30.0571261 ], [ 120.1317617, 30.057039 ], [ 120.13158, 30.05697 ], [ 120.1314922, 30.0567361 ], [ 120.1314209, 30.0564998 ], [ 120.1316088, 30.0561963 ], [ 120.1315426, 30.0560105 ], [ 120.1313916, 30.0557622 ], [ 120.1313406, 30.0555114 ], [ 120.1310778, 30.0552133 ], [ 120.1310241, 30.0544876 ], [ 120.1309866, 30.0541255 ], [ 120.1308159, 30.053638 ], [ 120.1305252, 30.0534661 ], [ 120.130299, 30.0532849 ], [ 120.1300478, 30.0530668 ], [ 120.130021, 30.0528579 ], [ 120.129801, 30.0525328 ], [ 120.1296455, 30.0524585 ], [ 120.1295274, 30.052245 ], [ 120.1293182, 30.0520592 ], [ 120.1292914, 30.0518178 ], [ 120.1291197, 30.0516228 ], [ 120.1289213, 30.0515485 ], [ 120.128873, 30.051451 ], [ 120.1288837, 30.0512606 ], [ 120.1288032, 30.051112 ], [ 120.1286369, 30.0509657 ], [ 120.1285243, 30.0508972 ], [ 120.1283955, 30.0508566 ], [ 120.1281153, 30.0508938 ], [ 120.1279972, 30.0508798 ], [ 120.1278806, 30.050838 ], [ 120.1276405, 30.0507254 ], [ 120.1274501, 30.0505966 ], [ 120.1272932, 30.0505176 ], [ 120.1271322, 30.0504724 ], [ 120.1269941, 30.0504445 ], [ 120.1268412, 30.0504457 ], [ 120.12675, 30.050506 ], [ 120.1266186, 30.0505478 ], [ 120.1264442, 30.0505606 ], [ 120.1263115, 30.0506732 ], [ 120.1262029, 30.0507347 ], [ 120.1260741, 30.0507556 ], [ 120.1259655, 30.0507858 ], [ 120.1258998, 30.0508543 ], [ 120.1258434, 30.0508926 ], [ 120.125775, 30.0508996 ], [ 120.1257053, 30.0508961 ], [ 120.1256731, 30.0508671 ], [ 120.1256718, 30.0508171 ], [ 120.1257093, 30.0507463 ], [ 120.125763, 30.0507034 ], [ 120.125826, 30.0505815 ], [ 120.1259038, 30.0504759 ], [ 120.125936, 30.0503934 ], [ 120.1259521, 30.050311 ], [ 120.1259668, 30.0502123 ], [ 120.1259668, 30.0501462 ], [ 120.1259762, 30.0500765 ], [ 120.1260017, 30.0500382 ], [ 120.1260875, 30.0500313 ], [ 120.1262055, 30.0500521 ], [ 120.1264268, 30.050044 ], [ 120.1265381, 30.0500231 ], [ 120.1266307, 30.0499883 ], [ 120.126691, 30.0499279 ], [ 120.1267058, 30.0498629 ], [ 120.1267433, 30.0498304 ], [ 120.1268466, 30.0497944 ], [ 120.1269673, 30.0498026 ], [ 120.1271094, 30.0498119 ], [ 120.1274729, 30.0498536 ], [ 120.1277196, 30.0499001 ], [ 120.1279879, 30.049993 ], [ 120.1281273, 30.0499813 ], [ 120.1282453, 30.0499001 ], [ 120.1285243, 30.0495843 ], [ 120.1287818, 30.0495286 ], [ 120.1289347, 30.0495704 ], [ 120.1290902, 30.0496981 ], [ 120.1292297, 30.0498165 ], [ 120.1294094, 30.0498699 ], [ 120.1296669, 30.0499883 ], [ 120.1297796, 30.0499512 ], [ 120.1298574, 30.0498327 ], [ 120.1298359, 30.0497654 ], [ 120.129557, 30.0493963 ], [ 120.1294792, 30.0492012 ], [ 120.1294121, 30.0490596 ], [ 120.1291895, 30.0489319 ], [ 120.1291117, 30.0488251 ], [ 120.1291305, 30.0486719 ], [ 120.1292807, 30.0484629 ], [ 120.1293316, 30.0482633 ], [ 120.1292619, 30.0480984 ], [ 120.1291841, 30.0476201 ], [ 120.1293316, 30.0471047 ], [ 120.129286, 30.0468702 ], [ 120.1293451, 30.0466682 ], [ 120.129442654990413, 30.046528448342546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.129442654990413, 30.046528448342546 ], [ 120.1293451, 30.0466682 ], [ 120.129286, 30.0468702 ], [ 120.1293316, 30.0471047 ], [ 120.1291841, 30.0476201 ], [ 120.1292619, 30.0480984 ], [ 120.1293316, 30.0482633 ], [ 120.1292807, 30.0484629 ], [ 120.1291305, 30.0486719 ], [ 120.1291117, 30.0488251 ], [ 120.1291895, 30.0489319 ], [ 120.1294121, 30.0490596 ], [ 120.1294792, 30.0492012 ], [ 120.129557, 30.0493963 ], [ 120.1298359, 30.0497654 ], [ 120.1298574, 30.0498327 ], [ 120.1297796, 30.0499512 ], [ 120.1296669, 30.0499883 ], [ 120.1294094, 30.0498699 ], [ 120.1292297, 30.0498165 ], [ 120.1290902, 30.0496981 ], [ 120.1289347, 30.0495704 ], [ 120.1287818, 30.0495286 ], [ 120.1285243, 30.0495843 ], [ 120.1282453, 30.0499001 ], [ 120.1281273, 30.0499813 ], [ 120.1279879, 30.049993 ], [ 120.1277196, 30.0499001 ], [ 120.1274729, 30.0498536 ], [ 120.1271094, 30.0498119 ], [ 120.1269673, 30.0498026 ], [ 120.1268466, 30.0497944 ], [ 120.1267433, 30.0498304 ], [ 120.1267058, 30.0498629 ], [ 120.126691, 30.0499279 ], [ 120.1266307, 30.0499883 ], [ 120.1265381, 30.0500231 ], [ 120.1264268, 30.050044 ], [ 120.1262055, 30.0500521 ], [ 120.1260875, 30.0500313 ], [ 120.1260017, 30.0500382 ], [ 120.1259762, 30.0500765 ], [ 120.1259668, 30.0501462 ], [ 120.1259668, 30.0502123 ], [ 120.1259521, 30.050311 ], [ 120.125936, 30.0503934 ], [ 120.1259038, 30.0504759 ], [ 120.125826, 30.0505815 ], [ 120.125763, 30.0507034 ], [ 120.1257093, 30.0507463 ], [ 120.1256718, 30.0508171 ], [ 120.1256731, 30.0508671 ], [ 120.1257053, 30.0508961 ], [ 120.125775, 30.0508996 ], [ 120.1258434, 30.0508926 ], [ 120.1258998, 30.0508543 ], [ 120.1259655, 30.0507858 ], [ 120.1260741, 30.0507556 ], [ 120.1262029, 30.0507347 ], [ 120.1263115, 30.0506732 ], [ 120.1264442, 30.0505606 ], [ 120.1266186, 30.0505478 ], [ 120.12675, 30.050506 ], [ 120.1268412, 30.0504457 ], [ 120.1269941, 30.0504445 ], [ 120.1271322, 30.0504724 ], [ 120.1272932, 30.0505176 ], [ 120.1274501, 30.0505966 ], [ 120.1276405, 30.0507254 ], [ 120.1278806, 30.050838 ], [ 120.1279972, 30.0508798 ], [ 120.1281153, 30.0508938 ], [ 120.1283955, 30.0508566 ], [ 120.1285243, 30.0508972 ], [ 120.1286369, 30.0509657 ], [ 120.1288032, 30.051112 ], [ 120.1288837, 30.0512606 ], [ 120.128873, 30.051451 ], [ 120.1289213, 30.0515485 ], [ 120.1291197, 30.0516228 ], [ 120.1292914, 30.0518178 ], [ 120.1293182, 30.0520592 ], [ 120.1295274, 30.052245 ], [ 120.1296455, 30.0524585 ], [ 120.129801, 30.0525328 ], [ 120.130021, 30.0528579 ], [ 120.1300478, 30.0530668 ], [ 120.130299, 30.0532849 ], [ 120.1305252, 30.0534661 ], [ 120.1308159, 30.053638 ], [ 120.1309866, 30.0541255 ], [ 120.1310241, 30.0544876 ], [ 120.1310778, 30.0552133 ], [ 120.1313406, 30.0555114 ], [ 120.1313916, 30.0557622 ], [ 120.1315426, 30.0560105 ], [ 120.1316088, 30.0561963 ], [ 120.1314209, 30.0564998 ], [ 120.1314922, 30.0567361 ], [ 120.13158, 30.05697 ], [ 120.1317617, 30.057039 ], [ 120.1319441, 30.0571261 ], [ 120.1323052, 30.0573218 ], [ 120.1324081, 30.057559 ], [ 120.1323733, 30.0577018 ], [ 120.1323894, 30.0577482 ], [ 120.1324916, 30.0578427 ], [ 120.1326576, 30.0578655 ], [ 120.1327944, 30.0578353 ], [ 120.1329379, 30.057833 ], [ 120.1330599, 30.0578643 ], [ 120.1331551, 30.057927 ], [ 120.1332209, 30.0579583 ], [ 120.1333031, 30.0579542 ], [ 120.1334743, 30.0579189 ], [ 120.1335749, 30.057862 ], [ 120.1336718, 30.0578103 ], [ 120.133768, 30.0577761 ], [ 120.133941, 30.0578121 ], [ 120.1341977, 30.0578526 ], [ 120.1342535, 30.0578051 ], [ 120.1343031, 30.0577192 ], [ 120.13446, 30.0575648 ], [ 120.134625, 30.0574523 ], [ 120.134836, 30.057377 ], [ 120.1350099, 30.0573559 ], [ 120.1352231, 30.0573722 ], [ 120.135615, 30.057396 ], [ 120.1359366, 30.0572979 ], [ 120.1360948, 30.0571458 ], [ 120.136579, 30.057002 ], [ 120.1369156, 30.0570088 ], [ 120.137035, 30.0570796 ], [ 120.1371955, 30.0571051 ], [ 120.1374011, 30.0570796 ], [ 120.137511, 30.056974 ], [ 120.1376653, 30.056916 ], [ 120.1378368, 30.0568967 ], [ 120.1380984, 30.0569508 ], [ 120.138317, 30.0570506 ], [ 120.1386671, 30.0572979 ], [ 120.1393572, 30.0578159 ], [ 120.1395388, 30.0578272 ], [ 120.1396796, 30.0577738 ], [ 120.1398699, 30.0576464 ], [ 120.1400001, 30.0575915 ], [ 120.1400913, 30.057595 ], [ 120.1402684, 30.0576461 ], [ 120.1405799, 30.0576088 ], [ 120.1406787, 30.057602 ], [ 120.1407619, 30.0576182 ], [ 120.1407941, 30.0576728 ], [ 120.1408477, 30.0577633 ], [ 120.1408926, 30.0578088 ], [ 120.1416658, 30.0579839 ], [ 120.1420842, 30.0581951 ], [ 120.1427588, 30.0582683 ], [ 120.1431128, 30.0584354 ], [ 120.143515, 30.0584216 ], [ 120.1436546, 30.0584749 ], [ 120.1437955, 30.0585596 ], [ 120.1438344, 30.0586478 ], [ 120.1438956, 30.0586923 ], [ 120.1439564, 30.0586826 ], [ 120.1439993, 30.0586571 ], [ 120.144003, 30.0586107 ], [ 120.1439725, 30.0585526 ], [ 120.1439162, 30.05849 ], [ 120.1438639, 30.0584273 ], [ 120.1437432, 30.0583507 ], [ 120.1435339, 30.0582868 ], [ 120.1434361, 30.0582382 ], [ 120.1434575, 30.0582102 ], [ 120.1435027, 30.058197 ], [ 120.1435903, 30.058165 ], [ 120.1438075, 30.0582358 ], [ 120.1441029, 30.0583918 ], [ 120.1444674, 30.058418 ], [ 120.1446176, 30.0584667 ], [ 120.1447825, 30.0586293 ], [ 120.1451419, 30.058909 ], [ 120.1455791, 30.0591005 ], [ 120.1458011, 30.0593037 ], [ 120.1459439, 30.0593454 ], [ 120.1460914, 30.0593048 ], [ 120.1461765, 30.0591879 ], [ 120.1462094, 30.0591295 ], [ 120.1462202, 30.0590634 ], [ 120.1461786, 30.0589937 ], [ 120.1461196, 30.0589508 ], [ 120.1460136, 30.0589299 ], [ 120.1459144, 30.0589241 ], [ 120.1458403, 30.0588943 ], [ 120.1458165, 30.0588405 ], [ 120.1458232, 30.0587871 ], [ 120.1459882, 30.0587639 ], [ 120.1462297, 30.0587564 ], [ 120.1464777, 30.0587906 ], [ 120.146611, 30.0588604 ], [ 120.1466426, 30.0589914 ], [ 120.1466292, 30.0592096 ], [ 120.1465154, 30.0593802 ], [ 120.1465756, 30.0594453 ], [ 120.1466543, 30.0594758 ], [ 120.1467217, 30.059422 ], [ 120.1467687, 30.0592955 ], [ 120.1468317, 30.0590912 ], [ 120.1468492, 30.0587024 ], [ 120.1467459, 30.058577 ], [ 120.1467593, 30.0585096 ], [ 120.1468746, 30.0584377 ], [ 120.1469875, 30.05846 ], [ 120.1470892, 30.0585399 ], [ 120.1470745, 30.0587395 ], [ 120.147112, 30.0590808 ], [ 120.1471742, 30.0594094 ], [ 120.1472542, 30.0594812 ], [ 120.1473065, 30.0594557 ], [ 120.1473266, 30.0592897 ], [ 120.1473507, 30.0591249 ], [ 120.147446, 30.0587772 ], [ 120.1475613, 30.0586211 ], [ 120.1476552, 30.0585445 ], [ 120.1477773, 30.0584995 ], [ 120.1478939, 30.0584389 ], [ 120.1480065, 30.0584377 ], [ 120.1480681, 30.0585212 ], [ 120.1478536, 30.0587012 ], [ 120.147804, 30.0588881 ], [ 120.147801, 30.059179 ], [ 120.1478362, 30.0592189 ], [ 120.1478979, 30.059205 ], [ 120.1479676, 30.0590309 ], [ 120.1480655, 30.0588498 ], [ 120.1482417, 30.0586954 ], [ 120.1483029, 30.0587314 ], [ 120.1482855, 30.0588057 ], [ 120.148142, 30.0589961 ], [ 120.1481205, 30.0591771 ], [ 120.1482837, 30.0592131 ], [ 120.1483853, 30.0591489 ], [ 120.148555, 30.058931 ], [ 120.1488024, 30.0584235 ], [ 120.1487482, 30.057956 ], [ 120.1486891, 30.0575799 ], [ 120.1485389, 30.0574081 ], [ 120.1485389, 30.0570274 ], [ 120.1483485, 30.0565901 ], [ 120.1485819, 30.0558063 ], [ 120.148761, 30.0550857 ], [ 120.1486087, 30.0543019 ], [ 120.1483297, 30.0537215 ], [ 120.1483029, 30.0533733 ], [ 120.1478893, 30.0524768 ], [ 120.1479878, 30.0523552 ], [ 120.1481701, 30.052231 ], [ 120.1483655, 30.0521331 ], [ 120.1485685, 30.0520801 ], [ 120.1488139, 30.0521289 ], [ 120.1491692, 30.0520653 ], [ 120.1493865, 30.0520499 ], [ 120.1495306, 30.0518193 ], [ 120.150222, 30.0519606 ], [ 120.1507585, 30.0521022 ], [ 120.1508842, 30.0521206 ], [ 120.1516115, 30.052227 ], [ 120.1518446, 30.0521955 ], [ 120.1524454, 30.0519949 ], [ 120.1533552, 30.0517721 ], [ 120.1535268, 30.0517052 ], [ 120.1537414, 30.0515938 ], [ 120.1544538, 30.0511108 ], [ 120.1546856, 30.0510068 ], [ 120.155028, 30.0509588 ], [ 120.1551425, 30.050915 ], [ 120.1553562, 30.0510801 ], [ 120.1555545, 30.0512803 ], [ 120.1556822, 30.0514092 ], [ 120.1557338, 30.0514709 ], [ 120.1560127, 30.0518044 ], [ 120.1579986, 30.0541791 ], [ 120.1582304, 30.0545654 ], [ 120.1583248, 30.0547957 ], [ 120.1585479, 30.0557764 ], [ 120.1586166, 30.0559547 ], [ 120.158711, 30.0560735 ], [ 120.1588827, 30.0561552 ], [ 120.1591316, 30.0561924 ], [ 120.1602131, 30.0562444 ], [ 120.1603504, 30.0562741 ], [ 120.1604534, 30.0563707 ], [ 120.1607967, 30.0568907 ], [ 120.1616935, 30.0584109 ], [ 120.1618623, 30.0586971 ], [ 120.1625462, 30.0598563 ], [ 120.1628652, 30.0603971 ], [ 120.1629854, 30.0606051 ], [ 120.163157, 30.0607611 ], [ 120.1632944, 30.0608651 ], [ 120.163463, 30.0609713 ], [ 120.163661, 30.0610961 ], [ 120.1649185, 30.0618887 ], [ 120.1650625, 30.0619794 ], [ 120.1654401, 30.0622319 ], [ 120.1663585, 30.0629451 ], [ 120.1666589, 30.0631382 ], [ 120.1669422, 30.0632422 ], [ 120.1671911, 30.0632942 ], [ 120.1675087, 30.063309 ], [ 120.1680357, 30.0632833 ], [ 120.168573, 30.0632571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312798, 30.0789015 ], [ 120.1328059, 30.0792376 ], [ 120.1334076, 30.0793079 ], [ 120.1340511, 30.0793403 ], [ 120.1341069, 30.0793431 ], [ 120.1378674, 30.0794451 ], [ 120.1386582, 30.0794765 ], [ 120.1404522, 30.0795476 ], [ 120.141506, 30.0795894 ], [ 120.141941, 30.0795507 ], [ 120.142559, 30.0794662 ], [ 120.1442258, 30.0791637 ], [ 120.1449698, 30.0790757 ], [ 120.1458439, 30.0789843 ], [ 120.1463062, 30.0789634 ], [ 120.1469567, 30.0790083 ], [ 120.1490846, 30.0791553 ], [ 120.1528336, 30.0794143 ], [ 120.154177, 30.0795044 ], [ 120.1555601, 30.0795971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15555, 30.0797258 ], [ 120.1539161, 30.0796232 ], [ 120.1536158, 30.0796043 ], [ 120.1490731, 30.0792996 ], [ 120.1465091, 30.0791277 ], [ 120.1456552, 30.0791756 ], [ 120.1450734, 30.0792148 ], [ 120.1448786, 30.0792415 ], [ 120.1444603, 30.0792988 ], [ 120.1439876, 30.0793768 ], [ 120.1430099, 30.079538 ], [ 120.1424596, 30.0796216 ], [ 120.1417477, 30.0796975 ], [ 120.1404277, 30.079685 ], [ 120.1396795, 30.0796597 ], [ 120.1389195, 30.079634 ], [ 120.138637, 30.0796245 ], [ 120.1376341, 30.0795943 ], [ 120.1369008, 30.0795705 ], [ 120.1353082, 30.0795188 ], [ 120.1342832, 30.0795126 ], [ 120.1331495, 30.0794327 ], [ 120.1326686, 30.0793739 ], [ 120.1319598, 30.0792288 ], [ 120.1312429, 30.0790521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1353724, 29.9156358 ], [ 120.1361563, 29.9142705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362479, 29.9143075 ], [ 120.1354775, 29.9156894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1354775, 29.9156894 ], [ 120.1354339, 29.9156682 ], [ 120.135407, 29.9156551 ], [ 120.1353724, 29.9156358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1353724, 29.9156358 ], [ 120.135407, 29.9156551 ], [ 120.1354339, 29.9156682 ], [ 120.1354775, 29.9156894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1567109, 30.0101361 ], [ 120.15663, 30.0097578 ], [ 120.1566065, 30.0097069 ], [ 120.1565828, 30.0096553 ], [ 120.1564907, 30.0094553 ], [ 120.156376, 30.0092732 ], [ 120.156336, 30.0091932 ], [ 120.1559766, 30.0086737 ], [ 120.1559243, 30.0086473 ], [ 120.15578, 30.00828 ], [ 120.15569, 30.00808 ], [ 120.15561, 30.00794 ], [ 120.1554, 30.00744 ], [ 120.15536, 30.00735 ], [ 120.1552803, 30.0071486 ], [ 120.1551854, 30.0069088 ], [ 120.15517, 30.00687 ], [ 120.15513, 30.00677 ], [ 120.15494, 30.00624 ], [ 120.1549, 30.00613 ], [ 120.1547, 30.00561 ], [ 120.15466, 30.0055 ], [ 120.1545, 30.00508 ], [ 120.15446, 30.00497 ], [ 120.15423, 30.00456 ], [ 120.15415, 30.00447 ], [ 120.1538049, 30.0042607 ], [ 120.153311, 30.0039007 ], [ 120.1528754, 30.0036257 ], [ 120.152671, 30.0034967 ], [ 120.1526574, 30.0034881 ], [ 120.1525212, 30.0034014 ], [ 120.1517123, 30.002886 ], [ 120.1512545, 30.0026812 ], [ 120.1512036, 30.0026585 ], [ 120.1503177, 30.0024707 ], [ 120.1499978, 30.0024341 ], [ 120.1497277, 30.0024032 ], [ 120.1495311, 30.0023418 ], [ 120.1494298, 30.0023102 ], [ 120.1493542, 30.0022585 ], [ 120.14921, 30.00216 ], [ 120.14901, 30.00202 ], [ 120.1488779, 30.0019057 ], [ 120.14864, 30.0017 ], [ 120.14856, 30.00163 ], [ 120.14831, 30.00133 ], [ 120.14825, 30.00126 ], [ 120.1481765, 30.0011441 ], [ 120.14799, 30.00085 ], [ 120.14796, 30.00076 ], [ 120.1477963, 30.0004703 ], [ 120.1477, 30.0003 ], [ 120.14764, 30.0002 ], [ 120.1474501, 29.9999152 ], [ 120.14738, 29.99981 ], [ 120.14731, 29.99971 ], [ 120.14707, 29.99942 ], [ 120.14699, 29.99933 ], [ 120.14662, 29.99902 ], [ 120.14652, 29.99896 ], [ 120.1463918, 29.998905 ], [ 120.1461, 29.99878 ], [ 120.14597, 29.99875 ], [ 120.14537, 29.99859 ], [ 120.14524, 29.99855 ], [ 120.14474, 29.99837 ], [ 120.1446768, 29.9983331 ], [ 120.14462, 29.9983 ], [ 120.1444804, 29.9982027 ], [ 120.14429, 29.99807 ], [ 120.14418, 29.99799 ], [ 120.1439923, 29.9978515 ], [ 120.14376, 29.99768 ], [ 120.14365, 29.99762 ], [ 120.14319, 29.99738 ], [ 120.14307, 29.99733 ], [ 120.1427807, 29.9971985 ], [ 120.14252, 29.99708 ], [ 120.14241, 29.99705 ], [ 120.1423, 29.99702 ], [ 120.14201, 29.997 ], [ 120.14153, 29.99703 ], [ 120.14146, 29.99704 ], [ 120.1410075, 29.9970903 ], [ 120.14092, 29.9971 ], [ 120.14083, 29.9971 ], [ 120.14044, 29.997 ], [ 120.14016, 29.99685 ], [ 120.1398943, 29.9965976 ], [ 120.13976, 29.99647 ], [ 120.13969, 29.99638 ], [ 120.1396096, 29.9962746 ], [ 120.1394, 29.996 ], [ 120.13934, 29.9959 ], [ 120.13908, 29.99546 ], [ 120.13902, 29.99535 ], [ 120.13876, 29.99491 ], [ 120.13869, 29.9948 ], [ 120.1385505, 29.9945831 ], [ 120.1385185, 29.9945333 ], [ 120.13842, 29.99438 ], [ 120.13835, 29.99428 ], [ 120.13808, 29.99389 ], [ 120.138, 29.99378 ], [ 120.13775, 29.99335 ], [ 120.13769, 29.99324 ], [ 120.13745, 29.99277 ], [ 120.13738, 29.99266 ], [ 120.1370059, 29.9923413 ], [ 120.1369236, 29.9922455 ], [ 120.1368154, 29.9921582 ], [ 120.136524, 29.9917244 ], [ 120.1364521, 29.9916051 ], [ 120.1364258, 29.9914887 ], [ 120.136357, 29.991317 ], [ 120.1362416, 29.9909277 ], [ 120.1360003, 29.9904261 ], [ 120.1359093, 29.9902966 ], [ 120.1352969, 29.9894254 ], [ 120.1351583, 29.9892281 ], [ 120.1350099, 29.9890659 ], [ 120.1340643, 29.9880323 ], [ 120.1338111, 29.9876226 ], [ 120.133749, 29.987357 ], [ 120.1336872, 29.9870925 ], [ 120.1336625, 29.9868991 ], [ 120.1336412, 29.9867332 ], [ 120.133629, 29.9866375 ], [ 120.1334493, 29.9860498 ], [ 120.1333803, 29.9859408 ], [ 120.1331786, 29.9856223 ], [ 120.1330194, 29.9854167 ], [ 120.1329389, 29.9853128 ], [ 120.1328873, 29.9852462 ], [ 120.1327579, 29.9850268 ], [ 120.1326395, 29.9848261 ], [ 120.1325403, 29.9845313 ], [ 120.13247, 29.98405 ], [ 120.1324492, 29.9838378 ], [ 120.1324314, 29.9836556 ], [ 120.1324034, 29.9833698 ], [ 120.1323783, 29.9832477 ], [ 120.1323145, 29.9827642 ], [ 120.1323327, 29.9825851 ], [ 120.1322899, 29.982171 ], [ 120.1322021, 29.9820225 ], [ 120.1320401, 29.9818742 ], [ 120.1316677, 29.9818811 ], [ 120.1314217, 29.9818611 ], [ 120.1313556, 29.9818557 ], [ 120.1312188, 29.9818442 ], [ 120.1308847, 29.981816 ], [ 120.1306637, 29.9817976 ], [ 120.1305902, 29.9817914 ], [ 120.1301765, 29.981755 ], [ 120.1298987, 29.9817656 ], [ 120.1294607, 29.9817758 ], [ 120.1291811, 29.9817567 ], [ 120.128968, 29.9817279 ], [ 120.1287488, 29.9817022 ], [ 120.1285157, 29.9816252 ], [ 120.1283994, 29.9815576 ], [ 120.1281267, 29.9813992 ], [ 120.1280335, 29.9813517 ], [ 120.1279445, 29.9812875 ], [ 120.12772, 29.98109 ], [ 120.12733, 29.98074 ], [ 120.12724, 29.98067 ], [ 120.12679, 29.98039 ], [ 120.12669, 29.98034 ], [ 120.12616, 29.98009 ], [ 120.12607, 29.98004 ], [ 120.1257452, 29.9798596 ], [ 120.12562, 29.97979 ], [ 120.12553, 29.97972 ], [ 120.12508, 29.97942 ], [ 120.12498, 29.97936 ], [ 120.1245, 29.97912 ], [ 120.1244, 29.97908 ], [ 120.12395, 29.97883 ], [ 120.12388, 29.97879 ], [ 120.12344, 29.97855 ], [ 120.12339, 29.97852 ], [ 120.1229, 29.97827 ], [ 120.12285, 29.97822 ], [ 120.1228, 29.97818 ], [ 120.12234, 29.97791 ], [ 120.1223, 29.97786 ], [ 120.1221977, 29.9777517 ], [ 120.12196, 29.9775 ], [ 120.12191, 29.97744 ], [ 120.1217, 29.97711 ], [ 120.1216825, 29.9770691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1216825, 29.9770691 ], [ 120.1217, 29.97711 ], [ 120.12191, 29.97744 ], [ 120.12196, 29.9775 ], [ 120.1221977, 29.9777517 ], [ 120.1223, 29.97786 ], [ 120.12234, 29.97791 ], [ 120.1228, 29.97818 ], [ 120.12285, 29.97822 ], [ 120.1229, 29.97827 ], [ 120.12339, 29.97852 ], [ 120.12344, 29.97855 ], [ 120.12388, 29.97879 ], [ 120.12395, 29.97883 ], [ 120.1244, 29.97908 ], [ 120.1245, 29.97912 ], [ 120.12498, 29.97936 ], [ 120.12508, 29.97942 ], [ 120.12553, 29.97972 ], [ 120.12562, 29.97979 ], [ 120.1257452, 29.9798596 ], [ 120.12607, 29.98004 ], [ 120.12616, 29.98009 ], [ 120.12669, 29.98034 ], [ 120.12679, 29.98039 ], [ 120.12724, 29.98067 ], [ 120.12733, 29.98074 ], [ 120.12772, 29.98109 ], [ 120.1279445, 29.9812875 ], [ 120.1280335, 29.9813517 ], [ 120.1281267, 29.9813992 ], [ 120.1283994, 29.9815576 ], [ 120.1285157, 29.9816252 ], [ 120.1287488, 29.9817022 ], [ 120.128968, 29.9817279 ], [ 120.1291811, 29.9817567 ], [ 120.1294607, 29.9817758 ], [ 120.1298987, 29.9817656 ], [ 120.1301765, 29.981755 ], [ 120.1305902, 29.9817914 ], [ 120.1306637, 29.9817976 ], [ 120.1308847, 29.981816 ], [ 120.1312188, 29.9818442 ], [ 120.1313556, 29.9818557 ], [ 120.1314217, 29.9818611 ], [ 120.1316677, 29.9818811 ], [ 120.1320401, 29.9818742 ], [ 120.1322021, 29.9820225 ], [ 120.1322899, 29.982171 ], [ 120.1323327, 29.9825851 ], [ 120.1323145, 29.9827642 ], [ 120.1323783, 29.9832477 ], [ 120.1324034, 29.9833698 ], [ 120.1324314, 29.9836556 ], [ 120.1324492, 29.9838378 ], [ 120.13247, 29.98405 ], [ 120.1325403, 29.9845313 ], [ 120.1326395, 29.9848261 ], [ 120.1327579, 29.9850268 ], [ 120.1328873, 29.9852462 ], [ 120.1329389, 29.9853128 ], [ 120.1330194, 29.9854167 ], [ 120.1331786, 29.9856223 ], [ 120.1333803, 29.9859408 ], [ 120.1334493, 29.9860498 ], [ 120.133629, 29.9866375 ], [ 120.1336412, 29.9867332 ], [ 120.1336625, 29.9868991 ], [ 120.1336872, 29.9870925 ], [ 120.133749, 29.987357 ], [ 120.1338111, 29.9876226 ], [ 120.1340643, 29.9880323 ], [ 120.1350099, 29.9890659 ], [ 120.1351583, 29.9892281 ], [ 120.1352969, 29.9894254 ], [ 120.1359093, 29.9902966 ], [ 120.1360003, 29.9904261 ], [ 120.1362416, 29.9909277 ], [ 120.136357, 29.991317 ], [ 120.1364258, 29.9914887 ], [ 120.1364521, 29.9916051 ], [ 120.136524, 29.9917244 ], [ 120.1368154, 29.9921582 ], [ 120.1369236, 29.9922455 ], [ 120.1370059, 29.9923413 ], [ 120.13738, 29.99266 ], [ 120.13745, 29.99277 ], [ 120.13769, 29.99324 ], [ 120.13775, 29.99335 ], [ 120.138, 29.99378 ], [ 120.13808, 29.99389 ], [ 120.13835, 29.99428 ], [ 120.13842, 29.99438 ], [ 120.1385185, 29.9945333 ], [ 120.1385505, 29.9945831 ], [ 120.13869, 29.9948 ], [ 120.13876, 29.99491 ], [ 120.13902, 29.99535 ], [ 120.13908, 29.99546 ], [ 120.13934, 29.9959 ], [ 120.1394, 29.996 ], [ 120.1396096, 29.9962746 ], [ 120.13969, 29.99638 ], [ 120.13976, 29.99647 ], [ 120.1398943, 29.9965976 ], [ 120.14016, 29.99685 ], [ 120.14044, 29.997 ], [ 120.14083, 29.9971 ], [ 120.14092, 29.9971 ], [ 120.1410075, 29.9970903 ], [ 120.14146, 29.99704 ], [ 120.14153, 29.99703 ], [ 120.14201, 29.997 ], [ 120.1423, 29.99702 ], [ 120.14241, 29.99705 ], [ 120.14252, 29.99708 ], [ 120.1427807, 29.9971985 ], [ 120.14307, 29.99733 ], [ 120.14319, 29.99738 ], [ 120.14365, 29.99762 ], [ 120.14376, 29.99768 ], [ 120.1439923, 29.9978515 ], [ 120.14418, 29.99799 ], [ 120.14429, 29.99807 ], [ 120.1444804, 29.9982027 ], [ 120.14462, 29.9983 ], [ 120.1446768, 29.9983331 ], [ 120.14474, 29.99837 ], [ 120.14524, 29.99855 ], [ 120.14537, 29.99859 ], [ 120.14597, 29.99875 ], [ 120.1461, 29.99878 ], [ 120.1463918, 29.998905 ], [ 120.14652, 29.99896 ], [ 120.14662, 29.99902 ], [ 120.14699, 29.99933 ], [ 120.14707, 29.99942 ], [ 120.14731, 29.99971 ], [ 120.14738, 29.99981 ], [ 120.1474501, 29.9999152 ], [ 120.14764, 30.0002 ], [ 120.1477, 30.0003 ], [ 120.1477963, 30.0004703 ], [ 120.14796, 30.00076 ], [ 120.14799, 30.00085 ], [ 120.1481765, 30.0011441 ], [ 120.14825, 30.00126 ], [ 120.14831, 30.00133 ], [ 120.14856, 30.00163 ], [ 120.14864, 30.0017 ], [ 120.1488779, 30.0019057 ], [ 120.14901, 30.00202 ], [ 120.14921, 30.00216 ], [ 120.1493542, 30.0022585 ], [ 120.1494298, 30.0023102 ], [ 120.1495311, 30.0023418 ], [ 120.1497277, 30.0024032 ], [ 120.1499978, 30.0024341 ], [ 120.1503177, 30.0024707 ], [ 120.1512036, 30.0026585 ], [ 120.1512545, 30.0026812 ], [ 120.1517123, 30.002886 ], [ 120.1525212, 30.0034014 ], [ 120.1526574, 30.0034881 ], [ 120.152671, 30.0034967 ], [ 120.1528754, 30.0036257 ], [ 120.153311, 30.0039007 ], [ 120.1538049, 30.0042607 ], [ 120.15415, 30.00447 ], [ 120.15423, 30.00456 ], [ 120.15446, 30.00497 ], [ 120.1545, 30.00508 ], [ 120.15466, 30.0055 ], [ 120.1547, 30.00561 ], [ 120.1549, 30.00613 ], [ 120.15494, 30.00624 ], [ 120.15513, 30.00677 ], [ 120.15517, 30.00687 ], [ 120.1551854, 30.0069088 ], [ 120.1552803, 30.0071486 ], [ 120.15536, 30.00735 ], [ 120.1554, 30.00744 ], [ 120.15561, 30.00794 ], [ 120.15569, 30.00808 ], [ 120.15578, 30.00828 ], [ 120.1559243, 30.0086473 ], [ 120.1559766, 30.0086737 ], [ 120.156336, 30.0091932 ], [ 120.156376, 30.0092732 ], [ 120.1564907, 30.0094553 ], [ 120.1565828, 30.0096553 ], [ 120.1566065, 30.0097069 ], [ 120.15663, 30.0097578 ], [ 120.1567109, 30.0101361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1393937, 30.0861874 ], [ 120.1386291, 30.085786 ], [ 120.13805, 30.0854075 ], [ 120.1379314, 30.08533 ], [ 120.1372583, 30.0848322 ], [ 120.1360317, 30.0838181 ], [ 120.1346556, 30.0826565 ], [ 120.1329708, 30.0811858 ], [ 120.132856, 30.0810856 ], [ 120.1322842, 30.080597 ], [ 120.1317959, 30.0800731 ], [ 120.1314543, 30.0796737 ], [ 120.1312493, 30.0794344 ], [ 120.1312077, 30.0792503 ], [ 120.1312429, 30.0790521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312429, 30.0790521 ], [ 120.1312077, 30.0792503 ], [ 120.1312493, 30.0794344 ], [ 120.1314543, 30.0796737 ], [ 120.1317959, 30.0800731 ], [ 120.1322842, 30.080597 ], [ 120.132856, 30.0810856 ], [ 120.1329708, 30.0811858 ], [ 120.1346556, 30.0826565 ], [ 120.1360317, 30.0838181 ], [ 120.1372583, 30.0848322 ], [ 120.1379314, 30.08533 ], [ 120.13805, 30.0854075 ], [ 120.1386291, 30.085786 ], [ 120.1393937, 30.0861874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1387825, 30.0862061 ], [ 120.1389865, 30.0860631 ], [ 120.1393937, 30.0861874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1393937, 30.0861874 ], [ 120.1389865, 30.0860631 ], [ 120.1387825, 30.0862061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1567109, 30.0101361 ], [ 120.156707, 30.0103735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.156707, 30.0103735 ], [ 120.1567109, 30.0101361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.156707, 30.0103735 ], [ 120.1568715, 30.0102099 ], [ 120.15722, 30.01018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15722, 30.01018 ], [ 120.1568715, 30.0102099 ], [ 120.156707, 30.0103735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.156707, 30.0103735 ], [ 120.1567002, 30.0107958 ], [ 120.1566519, 30.0112045 ], [ 120.1565071, 30.0115483 ], [ 120.1562764, 30.0117945 ], [ 120.155048, 30.0127328 ], [ 120.1547851, 30.0129697 ], [ 120.1539439, 30.0141589 ], [ 120.1538775, 30.0142528 ], [ 120.1536318, 30.0146001 ], [ 120.1535759, 30.0147379 ], [ 120.1534923, 30.0149439 ], [ 120.1534646, 30.0151522 ], [ 120.1534225, 30.0154687 ], [ 120.1533313, 30.0156638 ], [ 120.15309, 30.0158589 ], [ 120.1521834, 30.0164628 ], [ 120.1519634, 30.0167113 ], [ 120.1518166, 30.017151 ], [ 120.1517683, 30.0174251 ], [ 120.1516419, 30.017891 ], [ 120.1516101, 30.0180083 ], [ 120.1515806, 30.0181171 ], [ 120.1515055, 30.0183542 ], [ 120.1514699, 30.0186157 ], [ 120.1515913, 30.0190972 ], [ 120.1516932, 30.0192785 ], [ 120.1521277, 30.0197475 ], [ 120.1540073, 30.0212493 ], [ 120.1547905, 30.021946 ], [ 120.1557775, 30.0231072 ], [ 120.1568719, 30.0245377 ], [ 120.1570334, 30.0247964 ], [ 120.1571568, 30.024994 ], [ 120.157478, 30.0255084 ], [ 120.1585141, 30.0268724 ], [ 120.1588386, 30.0272997 ], [ 120.1589952, 30.0275182 ], [ 120.1590562, 30.0276034 ], [ 120.1592153, 30.0278255 ], [ 120.1592564, 30.0278829 ], [ 120.1598203, 30.0286699 ], [ 120.1600885, 30.0290508 ], [ 120.1601805, 30.0291755 ], [ 120.1602539, 30.0292749 ], [ 120.1609147, 30.0301702 ], [ 120.1612967, 30.0306716 ], [ 120.1615906, 30.0310573 ], [ 120.1619339, 30.031563 ], [ 120.162068, 30.0318788 ], [ 120.1620841, 30.0320553 ], [ 120.1619681, 30.0334734 ], [ 120.1619734, 30.0337289 ], [ 120.162129, 30.0341004 ], [ 120.1623221, 30.0343373 ], [ 120.1626614, 30.0346229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626614, 30.0346229 ], [ 120.1623221, 30.0343373 ], [ 120.162129, 30.0341004 ], [ 120.1619734, 30.0337289 ], [ 120.1619681, 30.0334734 ], [ 120.1620841, 30.0320553 ], [ 120.162068, 30.0318788 ], [ 120.1619339, 30.031563 ], [ 120.1615906, 30.0310573 ], [ 120.1612967, 30.0306716 ], [ 120.1609147, 30.0301702 ], [ 120.1602539, 30.0292749 ], [ 120.1601805, 30.0291755 ], [ 120.1600885, 30.0290508 ], [ 120.1598203, 30.0286699 ], [ 120.1592564, 30.0278829 ], [ 120.1592153, 30.0278255 ], [ 120.1590562, 30.0276034 ], [ 120.1589952, 30.0275182 ], [ 120.1588386, 30.0272997 ], [ 120.1585141, 30.0268724 ], [ 120.157478, 30.0255084 ], [ 120.1571568, 30.024994 ], [ 120.1570334, 30.0247964 ], [ 120.1568719, 30.0245377 ], [ 120.1557775, 30.0231072 ], [ 120.1547905, 30.021946 ], [ 120.1540073, 30.0212493 ], [ 120.1521277, 30.0197475 ], [ 120.1516932, 30.0192785 ], [ 120.1515913, 30.0190972 ], [ 120.1514699, 30.0186157 ], [ 120.1515055, 30.0183542 ], [ 120.1515806, 30.0181171 ], [ 120.1516101, 30.0180083 ], [ 120.1516419, 30.017891 ], [ 120.1517683, 30.0174251 ], [ 120.1518166, 30.017151 ], [ 120.1519634, 30.0167113 ], [ 120.1521834, 30.0164628 ], [ 120.15309, 30.0158589 ], [ 120.1533313, 30.0156638 ], [ 120.1534225, 30.0154687 ], [ 120.1534646, 30.0151522 ], [ 120.1534923, 30.0149439 ], [ 120.1535759, 30.0147379 ], [ 120.1536318, 30.0146001 ], [ 120.1538775, 30.0142528 ], [ 120.1539439, 30.0141589 ], [ 120.1547851, 30.0129697 ], [ 120.155048, 30.0127328 ], [ 120.1562764, 30.0117945 ], [ 120.1565071, 30.0115483 ], [ 120.1566519, 30.0112045 ], [ 120.1567002, 30.0107958 ], [ 120.156707, 30.0103735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626614, 30.0346229 ], [ 120.1623999, 30.034912 ], [ 120.1622202, 30.0351999 ], [ 120.1620995, 30.0355993 ], [ 120.1611714, 30.0355296 ], [ 120.1607959, 30.0355296 ], [ 120.159833, 30.0356689 ], [ 120.1594575, 30.0356527 ], [ 120.1591836, 30.0355788 ], [ 120.1590874, 30.0355528 ], [ 120.1585563, 30.0352905 ], [ 120.1583954, 30.0351604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583954, 30.0351604 ], [ 120.1585563, 30.0352905 ], [ 120.1590874, 30.0355528 ], [ 120.1591836, 30.0355788 ], [ 120.1594575, 30.0356527 ], [ 120.159833, 30.0356689 ], [ 120.1607959, 30.0355296 ], [ 120.1611714, 30.0355296 ], [ 120.1620995, 30.0355993 ], [ 120.1622202, 30.0351999 ], [ 120.1623999, 30.034912 ], [ 120.1626614, 30.0346229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1496998, 30.0750086 ], [ 120.1559224, 30.0752938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559224, 30.0752938 ], [ 120.1496998, 30.0750086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X127" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146107, 29.8610607 ], [ 120.1145521, 29.860986 ], [ 120.1142985, 29.8606626 ], [ 120.1142044, 29.8605426 ], [ 120.1139692, 29.8602233 ], [ 120.1138678, 29.8600855 ], [ 120.1134788, 29.8595623 ], [ 120.1133471, 29.859397 ], [ 120.113247, 29.8592924 ], [ 120.1131295, 29.8592056 ], [ 120.1129787, 29.8591285 ], [ 120.1127771, 29.8590459 ], [ 120.1124294, 29.8589289 ], [ 120.112295, 29.8588866 ], [ 120.1121262, 29.8588334 ], [ 120.1120928, 29.8588229 ], [ 120.1117737, 29.8586962 ], [ 120.1111196, 29.858458 ], [ 120.1107176, 29.8583185 ], [ 120.1104369, 29.8582211 ], [ 120.1099955, 29.8580545 ], [ 120.1096891, 29.8579416 ], [ 120.1094382, 29.8578384 ], [ 120.1092255, 29.8577379 ], [ 120.1090016, 29.8576153 ], [ 120.1087992, 29.8575 ], [ 120.1087333, 29.8574625 ], [ 120.1085126, 29.857333 ], [ 120.1083078, 29.8572119 ], [ 120.1080236, 29.8569929 ], [ 120.1079572, 29.8569409 ], [ 120.1076664, 29.8567134 ], [ 120.1075023, 29.8565837 ], [ 120.1073632, 29.8564738 ], [ 120.1072774, 29.8564036 ], [ 120.1071472, 29.8562604 ], [ 120.1069726, 29.8560718 ], [ 120.1069059, 29.8559878 ], [ 120.1068392, 29.8558831 ], [ 120.1067217, 29.8556656 ], [ 120.1066535, 29.8555829 ], [ 120.1065725, 29.8555127 ], [ 120.1063312, 29.855342 ], [ 120.1060105, 29.8551024 ], [ 120.1058739, 29.8550115 ], [ 120.105743, 29.8549152 ], [ 120.1055085, 29.8547426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X127" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1055085, 29.8547426 ], [ 120.105743, 29.8549152 ], [ 120.1058739, 29.8550115 ], [ 120.1060105, 29.8551024 ], [ 120.1063312, 29.855342 ], [ 120.1065725, 29.8555127 ], [ 120.1066535, 29.8555829 ], [ 120.1067217, 29.8556656 ], [ 120.1068392, 29.8558831 ], [ 120.1069059, 29.8559878 ], [ 120.1069726, 29.8560718 ], [ 120.1071472, 29.8562604 ], [ 120.1072774, 29.8564036 ], [ 120.1073632, 29.8564738 ], [ 120.1075023, 29.8565837 ], [ 120.1076664, 29.8567134 ], [ 120.1079572, 29.8569409 ], [ 120.1080236, 29.8569929 ], [ 120.1083078, 29.8572119 ], [ 120.1085126, 29.857333 ], [ 120.1087333, 29.8574625 ], [ 120.1087992, 29.8575 ], [ 120.1090016, 29.8576153 ], [ 120.1092255, 29.8577379 ], [ 120.1094382, 29.8578384 ], [ 120.1096891, 29.8579416 ], [ 120.1099955, 29.8580545 ], [ 120.1104369, 29.8582211 ], [ 120.1107176, 29.8583185 ], [ 120.1111196, 29.858458 ], [ 120.1117737, 29.8586962 ], [ 120.1120928, 29.8588229 ], [ 120.1121262, 29.8588334 ], [ 120.112295, 29.8588866 ], [ 120.1124294, 29.8589289 ], [ 120.1127771, 29.8590459 ], [ 120.1129787, 29.8591285 ], [ 120.1131295, 29.8592056 ], [ 120.113247, 29.8592924 ], [ 120.1133471, 29.859397 ], [ 120.1134788, 29.8595623 ], [ 120.1138678, 29.8600855 ], [ 120.1139692, 29.8602233 ], [ 120.1142044, 29.8605426 ], [ 120.1142985, 29.8606626 ], [ 120.1145521, 29.860986 ], [ 120.1146107, 29.8610607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092144, 29.8770517 ], [ 120.092388, 29.8771541 ], [ 120.0926346, 29.8773331 ], [ 120.0926962, 29.8773965 ], [ 120.0928512, 29.8775559 ], [ 120.0930375, 29.8778257 ], [ 120.0930829, 29.8779079 ], [ 120.0933066, 29.8783123 ], [ 120.0934845, 29.878634 ], [ 120.0935643, 29.8787784 ], [ 120.0935831, 29.8788124 ], [ 120.0936091, 29.8788594 ], [ 120.0938718, 29.8792915 ], [ 120.0939601, 29.8794161 ], [ 120.0940289, 29.8795132 ], [ 120.0942327, 29.8796739 ], [ 120.0946648, 29.8798843 ], [ 120.0952059, 29.8801288 ], [ 120.0952388, 29.8801438 ], [ 120.0965581, 29.8807451 ], [ 120.0967571, 29.8808358 ], [ 120.0968314, 29.8808697 ], [ 120.0974756, 29.8811633 ], [ 120.0976105, 29.8812439 ], [ 120.0977382, 29.8813677 ], [ 120.0978514, 29.8815329 ], [ 120.0979342, 29.881731 ], [ 120.097945, 29.8819108 ], [ 120.097934, 29.8819858 ], [ 120.0979191, 29.8820875 ], [ 120.0978594, 29.882346 ], [ 120.0977629, 29.8825684 ], [ 120.0976517, 29.8827223 ], [ 120.0974978, 29.8828792 ], [ 120.0972803, 29.8830657 ], [ 120.0971151, 29.8832231 ], [ 120.0969684, 29.8833906 ], [ 120.096814, 29.8836104 ], [ 120.0967336, 29.8837601 ], [ 120.0966945, 29.8838329 ], [ 120.0966007, 29.8840398 ], [ 120.0965204, 29.8843097 ], [ 120.0964789, 29.8845765 ], [ 120.0964715, 29.884846 ], [ 120.0964992, 29.8851347 ], [ 120.0965988, 29.8856482 ], [ 120.0967565, 29.8864614 ], [ 120.0968021, 29.8866926 ], [ 120.0968398, 29.886884 ], [ 120.096907, 29.8872249 ], [ 120.0969443, 29.887309 ], [ 120.0970007, 29.8873935 ], [ 120.0971231, 29.8875445 ], [ 120.0975124, 29.8879034 ], [ 120.0978845, 29.8882604 ], [ 120.0979598, 29.888321 ], [ 120.0981037, 29.8884369 ], [ 120.0983304, 29.8885825 ], [ 120.0984138, 29.8886263 ], [ 120.0986307, 29.8887404 ], [ 120.0990138, 29.8889418 ], [ 120.0990653, 29.8889689 ], [ 120.099084, 29.8889792 ], [ 120.0992292, 29.8890593 ], [ 120.0993377, 29.8891192 ], [ 120.0995242, 29.8892403 ], [ 120.0996856, 29.8893856 ], [ 120.0998278, 29.8895464 ], [ 120.0999809, 29.8898095 ], [ 120.1000515, 29.8900029 ], [ 120.1000851, 29.8901839 ], [ 120.1000782, 29.890436 ], [ 120.1000399, 29.8906225 ], [ 120.099959, 29.8908299 ], [ 120.0998253, 29.8910268 ], [ 120.0997922, 29.891068 ], [ 120.0996925, 29.8911921 ], [ 120.0993221, 29.891653 ], [ 120.0990166, 29.8920782 ], [ 120.0989325, 29.8922239 ], [ 120.0988932, 29.89236 ], [ 120.0988818, 29.8924989 ], [ 120.0988986, 29.8926709 ], [ 120.0989437, 29.8928241 ], [ 120.0990338, 29.8929789 ], [ 120.0991538, 29.8931262 ], [ 120.0992045, 29.8931685 ], [ 120.0998227, 29.8936832 ], [ 120.1007918, 29.8944865 ], [ 120.1010368, 29.8946715 ], [ 120.1013072, 29.8948484 ], [ 120.1015787, 29.8949953 ], [ 120.102423, 29.8953846 ], [ 120.1034161, 29.8958385 ], [ 120.1035439, 29.8958969 ], [ 120.1042233, 29.8962259 ], [ 120.1044474, 29.8963849 ], [ 120.1046151, 29.8965343 ], [ 120.10491, 29.8968702 ], [ 120.1053913, 29.8974783 ], [ 120.1055574, 29.8976882 ], [ 120.1060269, 29.8982808 ], [ 120.1063955, 29.898746 ], [ 120.1065378, 29.8989256 ], [ 120.1067254, 29.8991631 ], [ 120.1073336, 29.8999331 ], [ 120.107674, 29.9003604 ], [ 120.1080726, 29.9008609 ], [ 120.1084519, 29.901342 ], [ 120.1086764, 29.9016045 ], [ 120.1089155, 29.9018476 ], [ 120.1090954, 29.9020033 ], [ 120.1092194, 29.9021107 ], [ 120.1095201, 29.9023253 ], [ 120.1096168, 29.9023943 ], [ 120.1099602, 29.902592 ], [ 120.1102615, 29.9027411 ], [ 120.1106417, 29.9028923 ], [ 120.1110513, 29.90302 ], [ 120.1115252, 29.9031263 ], [ 120.1120022, 29.9031949 ], [ 120.1124628, 29.9032294 ], [ 120.1124978, 29.903232 ], [ 120.1128929, 29.9032204 ], [ 120.113417, 29.9031708 ], [ 120.113801, 29.9030957 ], [ 120.114667, 29.9028493 ], [ 120.1151429, 29.9027324 ], [ 120.115184, 29.902725 ], [ 120.1155371, 29.9026614 ], [ 120.1159159, 29.9026097 ], [ 120.1163033, 29.9026036 ], [ 120.1167684, 29.9026193 ], [ 120.116921, 29.9026353 ], [ 120.1172426, 29.9026691 ], [ 120.1176619, 29.9027477 ], [ 120.1180215, 29.902841 ], [ 120.1183638, 29.9029532 ], [ 120.1186667, 29.903078 ], [ 120.1189475, 29.903209 ], [ 120.1196564, 29.9035633 ], [ 120.1202888, 29.9038923 ], [ 120.1208603, 29.9042168 ], [ 120.1210697, 29.9043079 ], [ 120.1214937, 29.9044564 ], [ 120.1217922, 29.90454 ], [ 120.122128, 29.9046118 ], [ 120.122485, 29.9046624 ], [ 120.1228363, 29.9046966 ], [ 120.1232559, 29.9047275 ], [ 120.1236396, 29.9047226 ], [ 120.1242265, 29.9047084 ], [ 120.1248306, 29.9047058 ], [ 120.1276223, 29.9047132 ], [ 120.1283144, 29.9047395 ], [ 120.1292877, 29.9047556 ], [ 120.1294345, 29.904758 ], [ 120.130758, 29.9047711 ], [ 120.1315508, 29.9047881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1315508, 29.9047881 ], [ 120.130758, 29.9047711 ], [ 120.1294345, 29.904758 ], [ 120.1292877, 29.9047556 ], [ 120.1283144, 29.9047395 ], [ 120.1276223, 29.9047132 ], [ 120.1248306, 29.9047058 ], [ 120.1242265, 29.9047084 ], [ 120.1236396, 29.9047226 ], [ 120.1232559, 29.9047275 ], [ 120.1228363, 29.9046966 ], [ 120.122485, 29.9046624 ], [ 120.122128, 29.9046118 ], [ 120.1217922, 29.90454 ], [ 120.1214937, 29.9044564 ], [ 120.1210697, 29.9043079 ], [ 120.1208603, 29.9042168 ], [ 120.1202888, 29.9038923 ], [ 120.1196564, 29.9035633 ], [ 120.1189475, 29.903209 ], [ 120.1186667, 29.903078 ], [ 120.1183638, 29.9029532 ], [ 120.1180215, 29.902841 ], [ 120.1176619, 29.9027477 ], [ 120.1172426, 29.9026691 ], [ 120.116921, 29.9026353 ], [ 120.1167684, 29.9026193 ], [ 120.1163033, 29.9026036 ], [ 120.1159159, 29.9026097 ], [ 120.1155371, 29.9026614 ], [ 120.115184, 29.902725 ], [ 120.1151429, 29.9027324 ], [ 120.114667, 29.9028493 ], [ 120.113801, 29.9030957 ], [ 120.113417, 29.9031708 ], [ 120.1128929, 29.9032204 ], [ 120.1124978, 29.903232 ], [ 120.1124628, 29.9032294 ], [ 120.1120022, 29.9031949 ], [ 120.1115252, 29.9031263 ], [ 120.1110513, 29.90302 ], [ 120.1106417, 29.9028923 ], [ 120.1102615, 29.9027411 ], [ 120.1099602, 29.902592 ], [ 120.1096168, 29.9023943 ], [ 120.1095201, 29.9023253 ], [ 120.1092194, 29.9021107 ], [ 120.1090954, 29.9020033 ], [ 120.1089155, 29.9018476 ], [ 120.1086764, 29.9016045 ], [ 120.1084519, 29.901342 ], [ 120.1080726, 29.9008609 ], [ 120.107674, 29.9003604 ], [ 120.1073336, 29.8999331 ], [ 120.1067254, 29.8991631 ], [ 120.1065378, 29.8989256 ], [ 120.1063955, 29.898746 ], [ 120.1060269, 29.8982808 ], [ 120.1055574, 29.8976882 ], [ 120.1053913, 29.8974783 ], [ 120.10491, 29.8968702 ], [ 120.1046151, 29.8965343 ], [ 120.1044474, 29.8963849 ], [ 120.1042233, 29.8962259 ], [ 120.1035439, 29.8958969 ], [ 120.1034161, 29.8958385 ], [ 120.102423, 29.8953846 ], [ 120.1015787, 29.8949953 ], [ 120.1013072, 29.8948484 ], [ 120.1010368, 29.8946715 ], [ 120.1007918, 29.8944865 ], [ 120.0998227, 29.8936832 ], [ 120.0992045, 29.8931685 ], [ 120.0991538, 29.8931262 ], [ 120.0990338, 29.8929789 ], [ 120.0989437, 29.8928241 ], [ 120.0988986, 29.8926709 ], [ 120.0988818, 29.8924989 ], [ 120.0988932, 29.89236 ], [ 120.0989325, 29.8922239 ], [ 120.0990166, 29.8920782 ], [ 120.0993221, 29.891653 ], [ 120.0996925, 29.8911921 ], [ 120.0997922, 29.891068 ], [ 120.0998253, 29.8910268 ], [ 120.099959, 29.8908299 ], [ 120.1000399, 29.8906225 ], [ 120.1000782, 29.890436 ], [ 120.1000851, 29.8901839 ], [ 120.1000515, 29.8900029 ], [ 120.0999809, 29.8898095 ], [ 120.0998278, 29.8895464 ], [ 120.0996856, 29.8893856 ], [ 120.0995242, 29.8892403 ], [ 120.0993377, 29.8891192 ], [ 120.0992292, 29.8890593 ], [ 120.099084, 29.8889792 ], [ 120.0990653, 29.8889689 ], [ 120.0990138, 29.8889418 ], [ 120.0986307, 29.8887404 ], [ 120.0984138, 29.8886263 ], [ 120.0983304, 29.8885825 ], [ 120.0981037, 29.8884369 ], [ 120.0979598, 29.888321 ], [ 120.0978845, 29.8882604 ], [ 120.0975124, 29.8879034 ], [ 120.0971231, 29.8875445 ], [ 120.0970007, 29.8873935 ], [ 120.0969443, 29.887309 ], [ 120.096907, 29.8872249 ], [ 120.0968398, 29.886884 ], [ 120.0968021, 29.8866926 ], [ 120.0967565, 29.8864614 ], [ 120.0965988, 29.8856482 ], [ 120.0964992, 29.8851347 ], [ 120.0964715, 29.884846 ], [ 120.0964789, 29.8845765 ], [ 120.0965204, 29.8843097 ], [ 120.0966007, 29.8840398 ], [ 120.0966945, 29.8838329 ], [ 120.0967336, 29.8837601 ], [ 120.096814, 29.8836104 ], [ 120.0969684, 29.8833906 ], [ 120.0971151, 29.8832231 ], [ 120.0972803, 29.8830657 ], [ 120.0974978, 29.8828792 ], [ 120.0976517, 29.8827223 ], [ 120.0977629, 29.8825684 ], [ 120.0978594, 29.882346 ], [ 120.0979191, 29.8820875 ], [ 120.097934, 29.8819858 ], [ 120.097945, 29.8819108 ], [ 120.0979342, 29.881731 ], [ 120.0978514, 29.8815329 ], [ 120.0977382, 29.8813677 ], [ 120.0976105, 29.8812439 ], [ 120.0974756, 29.8811633 ], [ 120.0968314, 29.8808697 ], [ 120.0967571, 29.8808358 ], [ 120.0965581, 29.8807451 ], [ 120.0952388, 29.8801438 ], [ 120.0952059, 29.8801288 ], [ 120.0946648, 29.8798843 ], [ 120.0942327, 29.8796739 ], [ 120.0940289, 29.8795132 ], [ 120.0939601, 29.8794161 ], [ 120.0938718, 29.8792915 ], [ 120.0936091, 29.8788594 ], [ 120.0935831, 29.8788124 ], [ 120.0935643, 29.8787784 ], [ 120.0934845, 29.878634 ], [ 120.0933066, 29.8783123 ], [ 120.0930829, 29.8779079 ], [ 120.0930375, 29.8778257 ], [ 120.0928512, 29.8775559 ], [ 120.0926962, 29.8773965 ], [ 120.0926346, 29.8773331 ], [ 120.092388, 29.8771541 ], [ 120.092144, 29.8770517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "徐樟线", "S307" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071893, 29.9036756 ], [ 120.10761, 29.9040046 ], [ 120.1077465, 29.9041243 ], [ 120.1082416, 29.9045583 ], [ 120.1083137, 29.9045781 ], [ 120.1088023, 29.9047121 ], [ 120.1092262, 29.9047837 ], [ 120.1096397, 29.9048536 ], [ 120.1104488, 29.9052351 ], [ 120.1109136, 29.9055112 ], [ 120.1112152, 29.9056903 ], [ 120.1115828, 29.9058846 ], [ 120.1117972, 29.9059979 ], [ 120.1120023, 29.9060588 ], [ 120.1122681, 29.9061377 ], [ 120.1123153, 29.9061517 ], [ 120.1125866, 29.9062389 ], [ 120.1127482, 29.9062686 ], [ 120.1128096, 29.9062803 ], [ 120.113103, 29.9063363 ], [ 120.1133514, 29.9063609 ], [ 120.1136637, 29.9062747 ], [ 120.1139833, 29.9061016 ], [ 120.1141179, 29.9060287 ], [ 120.1145082, 29.9058503 ], [ 120.1147424, 29.9057088 ], [ 120.1151377, 29.9056265 ], [ 120.1152473, 29.9056037 ], [ 120.1152747, 29.905598 ], [ 120.1155296, 29.9056118 ], [ 120.1162801, 29.9060357 ], [ 120.1169215, 29.9064293 ], [ 120.1176193, 29.9067913 ], [ 120.1180956, 29.9073173 ], [ 120.1184413, 29.9081121 ], [ 120.1186151, 29.9084241 ], [ 120.119007, 29.9086586 ], [ 120.1195886, 29.9088402 ], [ 120.1202383, 29.9089096 ], [ 120.1210074, 29.9094755 ], [ 120.1221018, 29.9096659 ], [ 120.1222451, 29.909735 ], [ 120.1223632, 29.909792 ], [ 120.1229201, 29.9100607 ], [ 120.1238329, 29.9107711 ], [ 120.1239738, 29.9109168 ], [ 120.1241206, 29.9110684 ], [ 120.1242076, 29.9111584 ], [ 120.1249909, 29.9119174 ], [ 120.1252209, 29.9119625 ], [ 120.1257607, 29.9119015 ], [ 120.1264468, 29.91163 ], [ 120.127554, 29.9111347 ], [ 120.1280818, 29.9108273 ], [ 120.1285311, 29.9103968 ], [ 120.1287076, 29.9102277 ], [ 120.1290187, 29.9099296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "徐樟线", "S307" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290187, 29.9099296 ], [ 120.1287076, 29.9102277 ], [ 120.1285311, 29.9103968 ], [ 120.1280818, 29.9108273 ], [ 120.127554, 29.9111347 ], [ 120.1264468, 29.91163 ], [ 120.1257607, 29.9119015 ], [ 120.1252209, 29.9119625 ], [ 120.1249909, 29.9119174 ], [ 120.1242076, 29.9111584 ], [ 120.1241206, 29.9110684 ], [ 120.1239738, 29.9109168 ], [ 120.1238329, 29.9107711 ], [ 120.1229201, 29.9100607 ], [ 120.1223632, 29.909792 ], [ 120.1222451, 29.909735 ], [ 120.1221018, 29.9096659 ], [ 120.1210074, 29.9094755 ], [ 120.1202383, 29.9089096 ], [ 120.1195886, 29.9088402 ], [ 120.119007, 29.9086586 ], [ 120.1186151, 29.9084241 ], [ 120.1184413, 29.9081121 ], [ 120.1180956, 29.9073173 ], [ 120.1176193, 29.9067913 ], [ 120.1169215, 29.9064293 ], [ 120.1162801, 29.9060357 ], [ 120.1155296, 29.9056118 ], [ 120.1152747, 29.905598 ], [ 120.1152473, 29.9056037 ], [ 120.1151377, 29.9056265 ], [ 120.1147424, 29.9057088 ], [ 120.1145082, 29.9058503 ], [ 120.1141179, 29.9060287 ], [ 120.1139833, 29.9061016 ], [ 120.1136637, 29.9062747 ], [ 120.1133514, 29.9063609 ], [ 120.113103, 29.9063363 ], [ 120.1128096, 29.9062803 ], [ 120.1127482, 29.9062686 ], [ 120.1125866, 29.9062389 ], [ 120.1123153, 29.9061517 ], [ 120.1122681, 29.9061377 ], [ 120.1120023, 29.9060588 ], [ 120.1117972, 29.9059979 ], [ 120.1115828, 29.9058846 ], [ 120.1112152, 29.9056903 ], [ 120.1109136, 29.9055112 ], [ 120.1104488, 29.9052351 ], [ 120.1096397, 29.9048536 ], [ 120.1092262, 29.9047837 ], [ 120.1088023, 29.9047121 ], [ 120.1083137, 29.9045781 ], [ 120.1082416, 29.9045583 ], [ 120.1077465, 29.9041243 ], [ 120.10761, 29.9040046 ], [ 120.1071893, 29.9036756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1216825, 29.9770691 ], [ 120.12167, 29.97707 ], [ 120.12161, 29.97707 ], [ 120.12157, 29.97701 ], [ 120.12138, 29.9769 ], [ 120.12128, 29.97685 ], [ 120.12076, 29.9767 ], [ 120.12071, 29.97668 ], [ 120.12066, 29.97665 ], [ 120.12022, 29.97642 ], [ 120.12017, 29.97638 ], [ 120.11991, 29.97618 ], [ 120.1196739, 29.9758495 ], [ 120.11961, 29.97576 ], [ 120.11957, 29.97572 ], [ 120.11945, 29.97565 ], [ 120.1193236, 29.9755737 ], [ 120.11897, 29.97536 ], [ 120.1189, 29.97533 ], [ 120.11847, 29.97507 ], [ 120.1184, 29.97502 ], [ 120.11827, 29.9749 ], [ 120.11788, 29.97454 ], [ 120.11781, 29.97448 ], [ 120.11765, 29.97439 ], [ 120.11752, 29.97433 ], [ 120.11734, 29.97433 ], [ 120.11723, 29.97437 ], [ 120.11713, 29.97446 ], [ 120.11674, 29.97481 ], [ 120.1167, 29.97485 ], [ 120.1166, 29.97491 ], [ 120.11637, 29.97505 ], [ 120.11629, 29.97515 ], [ 120.11598, 29.97545 ], [ 120.11593, 29.9755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.11593, 29.9755 ], [ 120.11598, 29.97545 ], [ 120.11629, 29.97515 ], [ 120.11637, 29.97505 ], [ 120.1166, 29.97491 ], [ 120.1167, 29.97485 ], [ 120.11674, 29.97481 ], [ 120.11713, 29.97446 ], [ 120.11723, 29.97437 ], [ 120.11734, 29.97433 ], [ 120.11752, 29.97433 ], [ 120.11765, 29.97439 ], [ 120.11781, 29.97448 ], [ 120.11788, 29.97454 ], [ 120.11827, 29.9749 ], [ 120.1184, 29.97502 ], [ 120.11847, 29.97507 ], [ 120.1189, 29.97533 ], [ 120.11897, 29.97536 ], [ 120.1193236, 29.9755737 ], [ 120.11945, 29.97565 ], [ 120.11957, 29.97572 ], [ 120.11961, 29.97576 ], [ 120.1196739, 29.9758495 ], [ 120.11991, 29.97618 ], [ 120.12017, 29.97638 ], [ 120.12022, 29.97642 ], [ 120.12066, 29.97665 ], [ 120.12071, 29.97668 ], [ 120.12076, 29.9767 ], [ 120.12128, 29.97685 ], [ 120.12138, 29.9769 ], [ 120.12157, 29.97701 ], [ 120.12161, 29.97707 ], [ 120.12167, 29.97707 ], [ 120.1216825, 29.9770691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.12161, 29.97674 ], [ 120.12161, 29.97685 ], [ 120.12164, 29.97697 ], [ 120.12167, 29.97704 ], [ 120.1216825, 29.9770691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1216825, 29.9770691 ], [ 120.12167, 29.97704 ], [ 120.12164, 29.97697 ], [ 120.12161, 29.97685 ], [ 120.12161, 29.97674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146107, 29.8610607 ], [ 120.1143991, 29.8611551 ], [ 120.1143229, 29.8612143 ], [ 120.1142657, 29.8612666 ], [ 120.114234, 29.8613258 ], [ 120.1142149, 29.8613988 ], [ 120.1142129, 29.8614646 ], [ 120.1142118, 29.861502 ], [ 120.1142403, 29.8616893 ], [ 120.1142705, 29.8617829 ], [ 120.1143451, 29.8619068 ], [ 120.1144404, 29.8620514 ], [ 120.114487, 29.8621389 ], [ 120.1145095, 29.8621963 ], [ 120.1144971, 29.862243 ], [ 120.1144354, 29.8622839 ], [ 120.1143467, 29.8623073 ], [ 120.11424, 29.8623054 ], [ 120.1141457, 29.8622869 ], [ 120.1139841, 29.862245 ], [ 120.1136113, 29.8621067 ], [ 120.113533, 29.8620764 ], [ 120.1130401, 29.8618856 ], [ 120.1127438, 29.8617668 ], [ 120.1126371, 29.8617356 ], [ 120.1125619, 29.8617288 ], [ 120.112462, 29.8617385 ], [ 120.1123722, 29.8617755 ], [ 120.1123093, 29.8618252 ], [ 120.1122633, 29.8618856 ], [ 120.1122329, 29.8619683 ], [ 120.1122228, 29.8620559 ], [ 120.1122363, 29.8621591 ], [ 120.1122835, 29.8623022 ], [ 120.1122924, 29.8623519 ], [ 120.1122644, 29.8623762 ], [ 120.1122251, 29.8623831 ], [ 120.1121791, 29.8623636 ], [ 120.1121184, 29.8623139 ], [ 120.1119685, 29.8621217 ], [ 120.1119096, 29.8620462 ], [ 120.1118591, 29.8620082 ], [ 120.1117906, 29.8619712 ], [ 120.1116525, 29.8619157 ], [ 120.111529, 29.8618797 ], [ 120.1113595, 29.8618758 ], [ 120.1112001, 29.8618904 ], [ 120.1110834, 29.8619167 ], [ 120.111007, 29.8619586 ], [ 120.1109576, 29.862016 ], [ 120.1109352, 29.862092 ], [ 120.1108981, 29.8622312 ], [ 120.11086, 29.8623237 ], [ 120.1107578, 29.8624755 ], [ 120.1106826, 29.8625369 ], [ 120.1106253, 29.8625749 ], [ 120.1105681, 29.8625953 ], [ 120.110375, 29.862605 ], [ 120.110293, 29.8626011 ], [ 120.1101291, 29.8625505 ], [ 120.1100079, 29.8625447 ], [ 120.1096284, 29.8625525 ], [ 120.1094196, 29.8625408 ], [ 120.1093488, 29.8625109 ], [ 120.1091647, 29.862396 ], [ 120.1090502, 29.8623493 ], [ 120.1089312, 29.8623474 ], [ 120.1087381, 29.8623785 ], [ 120.1085427, 29.8624545 ], [ 120.1084305, 29.8625246 ], [ 120.1082778, 29.8626453 ], [ 120.10817, 29.8627563 ], [ 120.1080825, 29.8628614 ], [ 120.1080106, 29.8629919 ], [ 120.1079724, 29.8631399 ], [ 120.1079208, 29.8632781 ], [ 120.1078512, 29.8634144 ], [ 120.1077299, 29.8635858 ], [ 120.1076042, 29.8637084 ], [ 120.107465, 29.8638233 ], [ 120.1071956, 29.8639869 ], [ 120.1068857, 29.8641874 ], [ 120.1066006, 29.8644172 ], [ 120.1064816, 29.8645107 ], [ 120.1063895, 29.8646061 ], [ 120.1063087, 29.8647365 ], [ 120.106165, 29.8650558 ], [ 120.1060594, 29.865233 ], [ 120.1059472, 29.8653713 ], [ 120.1057608, 29.8655232 ], [ 120.1055004, 29.865714 ], [ 120.1051524, 29.8659243 ], [ 120.1047931, 29.8661521 ], [ 120.1046449, 29.8662553 ], [ 120.1042744, 29.8665863 ], [ 120.1039736, 29.8667946 ], [ 120.1035649, 29.8670477 ], [ 120.1032371, 29.8671957 ], [ 120.1031002, 29.8672424 ], [ 120.1029003, 29.8672853 ], [ 120.1026421, 29.8673028 ], [ 120.1023682, 29.8673709 ], [ 120.1021886, 29.8674488 ], [ 120.1019079, 29.867589 ], [ 120.1018226, 29.8676494 ], [ 120.1017418, 29.8677935 ], [ 120.1016474, 29.8679453 ], [ 120.1011692, 29.8687144 ], [ 120.1008914, 29.8692286 ], [ 120.1007622, 29.869358 ], [ 120.1007742, 29.8694707 ], [ 120.1007822, 29.869587 ], [ 120.100747, 29.8696945 ], [ 120.1007336, 29.8697568 ], [ 120.1006123, 29.8698814 ], [ 120.1004237, 29.8700586 ], [ 120.1001408, 29.8701462 ], [ 120.0997928, 29.8703234 ], [ 120.099712, 29.8703896 ], [ 120.0996943, 29.870483 ], [ 120.0997145, 29.8706894 ], [ 120.0996988, 29.8708238 ], [ 120.0996382, 29.8709834 ], [ 120.09938, 29.8712249 ], [ 120.0991847, 29.8715247 ], [ 120.0990881, 29.8716201 ], [ 120.0989579, 29.8716843 ], [ 120.0983898, 29.8718343 ], [ 120.0982955, 29.8718752 ], [ 120.0981069, 29.8721477 ], [ 120.097952, 29.8723424 ], [ 120.0978622, 29.8724281 ], [ 120.0977162, 29.872506 ], [ 120.0974176, 29.87258 ], [ 120.09733, 29.872617 ], [ 120.0970808, 29.8728175 ], [ 120.0970292, 29.8728876 ], [ 120.0970202, 29.8729538 ], [ 120.0970539, 29.8730511 ], [ 120.0971841, 29.8734035 ], [ 120.097188, 29.8734507 ], [ 120.0971953, 29.8735379 ], [ 120.0970516, 29.8737345 ], [ 120.0968653, 29.8739389 ], [ 120.0968174, 29.8740446 ], [ 120.096762, 29.8741667 ], [ 120.0964746, 29.8744082 ], [ 120.0962501, 29.8746788 ], [ 120.0960614, 29.8748267 ], [ 120.0958998, 29.8749767 ], [ 120.0956371, 29.8752083 ], [ 120.0955181, 29.8753544 ], [ 120.0954126, 29.8754984 ], [ 120.0952105, 29.8756406 ], [ 120.0949006, 29.8758197 ], [ 120.0946716, 29.8759384 ], [ 120.0942989, 29.8761623 ], [ 120.0940946, 29.8762655 ], [ 120.0938784, 29.8763303 ], [ 120.0937308, 29.8763745 ], [ 120.0935916, 29.8764427 ], [ 120.0934529, 29.8764973 ], [ 120.0933446, 29.87654 ], [ 120.0927811, 29.8767367 ], [ 120.0923876, 29.8768865 ], [ 120.0923208, 29.8769119 ], [ 120.0922072, 29.8769773 ], [ 120.092144, 29.8770517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092144, 29.8770517 ], [ 120.0922072, 29.8769773 ], [ 120.0923208, 29.8769119 ], [ 120.0923876, 29.8768865 ], [ 120.0927811, 29.8767367 ], [ 120.0933446, 29.87654 ], [ 120.0934529, 29.8764973 ], [ 120.0935916, 29.8764427 ], [ 120.0937308, 29.8763745 ], [ 120.0938784, 29.8763303 ], [ 120.0940946, 29.8762655 ], [ 120.0942989, 29.8761623 ], [ 120.0946716, 29.8759384 ], [ 120.0949006, 29.8758197 ], [ 120.0952105, 29.8756406 ], [ 120.0954126, 29.8754984 ], [ 120.0955181, 29.8753544 ], [ 120.0956371, 29.8752083 ], [ 120.0958998, 29.8749767 ], [ 120.0960614, 29.8748267 ], [ 120.0962501, 29.8746788 ], [ 120.0964746, 29.8744082 ], [ 120.096762, 29.8741667 ], [ 120.0968174, 29.8740446 ], [ 120.0968653, 29.8739389 ], [ 120.0970516, 29.8737345 ], [ 120.0971953, 29.8735379 ], [ 120.097188, 29.8734507 ], [ 120.0971841, 29.8734035 ], [ 120.0970539, 29.8730511 ], [ 120.0970202, 29.8729538 ], [ 120.0970292, 29.8728876 ], [ 120.0970808, 29.8728175 ], [ 120.09733, 29.872617 ], [ 120.0974176, 29.87258 ], [ 120.0977162, 29.872506 ], [ 120.0978622, 29.8724281 ], [ 120.097952, 29.8723424 ], [ 120.0981069, 29.8721477 ], [ 120.0982955, 29.8718752 ], [ 120.0983898, 29.8718343 ], [ 120.0989579, 29.8716843 ], [ 120.0990881, 29.8716201 ], [ 120.0991847, 29.8715247 ], [ 120.09938, 29.8712249 ], [ 120.0996382, 29.8709834 ], [ 120.0996988, 29.8708238 ], [ 120.0997145, 29.8706894 ], [ 120.0996943, 29.870483 ], [ 120.099712, 29.8703896 ], [ 120.0997928, 29.8703234 ], [ 120.1001408, 29.8701462 ], [ 120.1004237, 29.8700586 ], [ 120.1006123, 29.8698814 ], [ 120.1007336, 29.8697568 ], [ 120.100747, 29.8696945 ], [ 120.1007822, 29.869587 ], [ 120.1007742, 29.8694707 ], [ 120.1007622, 29.869358 ], [ 120.1008914, 29.8692286 ], [ 120.1011692, 29.8687144 ], [ 120.1016474, 29.8679453 ], [ 120.1017418, 29.8677935 ], [ 120.1018226, 29.8676494 ], [ 120.1019079, 29.867589 ], [ 120.1021886, 29.8674488 ], [ 120.1023682, 29.8673709 ], [ 120.1026421, 29.8673028 ], [ 120.1029003, 29.8672853 ], [ 120.1031002, 29.8672424 ], [ 120.1032371, 29.8671957 ], [ 120.1035649, 29.8670477 ], [ 120.1039736, 29.8667946 ], [ 120.1042744, 29.8665863 ], [ 120.1046449, 29.8662553 ], [ 120.1047931, 29.8661521 ], [ 120.1051524, 29.8659243 ], [ 120.1055004, 29.865714 ], [ 120.1057608, 29.8655232 ], [ 120.1059472, 29.8653713 ], [ 120.1060594, 29.865233 ], [ 120.106165, 29.8650558 ], [ 120.1063087, 29.8647365 ], [ 120.1063895, 29.8646061 ], [ 120.1064816, 29.8645107 ], [ 120.1066006, 29.8644172 ], [ 120.1068857, 29.8641874 ], [ 120.1071956, 29.8639869 ], [ 120.107465, 29.8638233 ], [ 120.1076042, 29.8637084 ], [ 120.1077299, 29.8635858 ], [ 120.1078512, 29.8634144 ], [ 120.1079208, 29.8632781 ], [ 120.1079724, 29.8631399 ], [ 120.1080106, 29.8629919 ], [ 120.1080825, 29.8628614 ], [ 120.10817, 29.8627563 ], [ 120.1082778, 29.8626453 ], [ 120.1084305, 29.8625246 ], [ 120.1085427, 29.8624545 ], [ 120.1087381, 29.8623785 ], [ 120.1089312, 29.8623474 ], [ 120.1090502, 29.8623493 ], [ 120.1091647, 29.862396 ], [ 120.1093488, 29.8625109 ], [ 120.1094196, 29.8625408 ], [ 120.1096284, 29.8625525 ], [ 120.1100079, 29.8625447 ], [ 120.1101291, 29.8625505 ], [ 120.110293, 29.8626011 ], [ 120.110375, 29.862605 ], [ 120.1105681, 29.8625953 ], [ 120.1106253, 29.8625749 ], [ 120.1106826, 29.8625369 ], [ 120.1107578, 29.8624755 ], [ 120.11086, 29.8623237 ], [ 120.1108981, 29.8622312 ], [ 120.1109352, 29.862092 ], [ 120.1109576, 29.862016 ], [ 120.111007, 29.8619586 ], [ 120.1110834, 29.8619167 ], [ 120.1112001, 29.8618904 ], [ 120.1113595, 29.8618758 ], [ 120.111529, 29.8618797 ], [ 120.1116525, 29.8619157 ], [ 120.1117906, 29.8619712 ], [ 120.1118591, 29.8620082 ], [ 120.1119096, 29.8620462 ], [ 120.1119685, 29.8621217 ], [ 120.1121184, 29.8623139 ], [ 120.1121791, 29.8623636 ], [ 120.1122251, 29.8623831 ], [ 120.1122644, 29.8623762 ], [ 120.1122924, 29.8623519 ], [ 120.1122835, 29.8623022 ], [ 120.1122363, 29.8621591 ], [ 120.1122228, 29.8620559 ], [ 120.1122329, 29.8619683 ], [ 120.1122633, 29.8618856 ], [ 120.1123093, 29.8618252 ], [ 120.1123722, 29.8617755 ], [ 120.112462, 29.8617385 ], [ 120.1125619, 29.8617288 ], [ 120.1126371, 29.8617356 ], [ 120.1127438, 29.8617668 ], [ 120.1130401, 29.8618856 ], [ 120.113533, 29.8620764 ], [ 120.1136113, 29.8621067 ], [ 120.1139841, 29.862245 ], [ 120.1141457, 29.8622869 ], [ 120.11424, 29.8623054 ], [ 120.1143467, 29.8623073 ], [ 120.1144354, 29.8622839 ], [ 120.1144971, 29.862243 ], [ 120.1145095, 29.8621963 ], [ 120.114487, 29.8621389 ], [ 120.1144404, 29.8620514 ], [ 120.1143451, 29.8619068 ], [ 120.1142705, 29.8617829 ], [ 120.1142403, 29.8616893 ], [ 120.1142118, 29.861502 ], [ 120.1142129, 29.8614646 ], [ 120.1142149, 29.8613988 ], [ 120.114234, 29.8613258 ], [ 120.1142657, 29.8612666 ], [ 120.1143229, 29.8612143 ], [ 120.1143991, 29.8611551 ], [ 120.1146107, 29.8610607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1090577, 29.9023005 ], [ 120.1087135, 29.9025539 ], [ 120.1083936, 29.9027893 ], [ 120.107998, 29.9030804 ], [ 120.1079805, 29.9030933 ], [ 120.1071893, 29.9036756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071893, 29.9036756 ], [ 120.1079805, 29.9030933 ], [ 120.107998, 29.9030804 ], [ 120.1083936, 29.9027893 ], [ 120.1087135, 29.9025539 ], [ 120.1090577, 29.9023005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "徐樟线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071893, 29.9036756 ], [ 120.107028, 29.9035494 ], [ 120.1065951, 29.9034263 ], [ 120.1063604, 29.9033624 ], [ 120.1060983, 29.903291 ], [ 120.1059448, 29.9033118 ], [ 120.1057938, 29.9033322 ], [ 120.1056441, 29.9033525 ], [ 120.1049415, 29.9034325 ], [ 120.1042389, 29.9034017 ], [ 120.1037776, 29.9034448 ], [ 120.1035599, 29.9035379 ], [ 120.1032595, 29.9036663 ], [ 120.1026563, 29.9040477 ], [ 120.1014072, 29.9049151 ], [ 120.1007117, 29.9050443 ], [ 120.1003214, 29.9052104 ], [ 120.1002008, 29.9053282 ], [ 120.0997607, 29.905758 ], [ 120.0997036, 29.9058397 ], [ 120.0996188, 29.905961 ], [ 120.0992284, 29.9060963 ], [ 120.09876, 29.9062747 ], [ 120.0980219, 29.9062378 ], [ 120.0975819, 29.9064285 ], [ 120.097369, 29.9066193 ], [ 120.0968793, 29.9068776 ], [ 120.0962051, 29.9070068 ], [ 120.0958077, 29.9071668 ], [ 120.0956161, 29.9074005 ], [ 120.0951517, 29.9085531 ], [ 120.0950995, 29.9086827 ], [ 120.0949915, 29.9089508 ], [ 120.0947715, 29.9093691 ], [ 120.0940831, 29.9101566 ], [ 120.0940615, 29.9101997 ], [ 120.09391, 29.9105022 ], [ 120.0938489, 29.9106241 ], [ 120.0937425, 29.9108332 ], [ 120.0935083, 29.9109624 ], [ 120.0932102, 29.9108825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "徐樟线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932102, 29.9108825 ], [ 120.0935083, 29.9109624 ], [ 120.0937425, 29.9108332 ], [ 120.0938489, 29.9106241 ], [ 120.09391, 29.9105022 ], [ 120.0940615, 29.9101997 ], [ 120.0940831, 29.9101566 ], [ 120.0947715, 29.9093691 ], [ 120.0949915, 29.9089508 ], [ 120.0950995, 29.9086827 ], [ 120.0951517, 29.9085531 ], [ 120.0956161, 29.9074005 ], [ 120.0958077, 29.9071668 ], [ 120.0962051, 29.9070068 ], [ 120.0968793, 29.9068776 ], [ 120.097369, 29.9066193 ], [ 120.0975819, 29.9064285 ], [ 120.0980219, 29.9062378 ], [ 120.09876, 29.9062747 ], [ 120.0992284, 29.9060963 ], [ 120.0996188, 29.905961 ], [ 120.0997036, 29.9058397 ], [ 120.0997607, 29.905758 ], [ 120.1002008, 29.9053282 ], [ 120.1003214, 29.9052104 ], [ 120.1007117, 29.9050443 ], [ 120.1014072, 29.9049151 ], [ 120.1026563, 29.9040477 ], [ 120.1032595, 29.9036663 ], [ 120.1035599, 29.9035379 ], [ 120.1037776, 29.9034448 ], [ 120.1042389, 29.9034017 ], [ 120.1049415, 29.9034325 ], [ 120.1056441, 29.9033525 ], [ 120.1057938, 29.9033322 ], [ 120.1059448, 29.9033118 ], [ 120.1060983, 29.903291 ], [ 120.1063604, 29.9033624 ], [ 120.1065951, 29.9034263 ], [ 120.107028, 29.9035494 ], [ 120.1071893, 29.9036756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X412" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.12814148357063, 30.015629901386284 ], [ 120.1285708, 30.0165022 ], [ 120.1286101, 30.016627 ], [ 120.1285511, 30.0167408 ], [ 120.12843566907722, 30.016826229858857 ] ], [ [ 120.130809295379549, 30.026478767680118 ], [ 120.1308313, 30.026501 ], [ 120.130941, 30.0265875 ], [ 120.1310456, 30.0267338 ], [ 120.1310858, 30.0268987 ], [ 120.1310965, 30.0270334 ], [ 120.1311394, 30.0271333 ], [ 120.1312762, 30.0272145 ], [ 120.1314255, 30.0272887 ], [ 120.1315582, 30.0273263 ], [ 120.1315751, 30.0274074 ], [ 120.1315036, 30.0274471 ], [ 120.1313353, 30.0274119 ], [ 120.1311716, 30.0273539 ], [ 120.131024119174356, 30.027352365517423 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X412" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.131024119174356, 30.027352365517423 ], [ 120.1311716, 30.0273539 ], [ 120.1313353, 30.0274119 ], [ 120.1315036, 30.0274471 ], [ 120.1315751, 30.0274074 ], [ 120.1315582, 30.0273263 ], [ 120.1314255, 30.0272887 ], [ 120.1312762, 30.0272145 ], [ 120.1311394, 30.0271333 ], [ 120.1310965, 30.0270334 ], [ 120.1310858, 30.0268987 ], [ 120.1310456, 30.0267338 ], [ 120.130941, 30.0265875 ], [ 120.1308313, 30.026501 ], [ 120.130809295379549, 30.026478767680118 ] ], [ [ 120.12843566907722, 30.016826229858857 ], [ 120.1285511, 30.0167408 ], [ 120.1286101, 30.016627 ], [ 120.1285708, 30.0165022 ], [ 120.12814148357063, 30.015629901386284 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "X127" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366821, 29.8925487 ], [ 120.1366174, 29.8923833 ], [ 120.136543, 29.8922214 ], [ 120.1364545, 29.8920267 ], [ 120.1363519, 29.8918712 ], [ 120.1362674, 29.8917431 ], [ 120.1358253, 29.891168 ], [ 120.1355295, 29.8908285 ], [ 120.135273, 29.8905289 ], [ 120.1350463, 29.8902593 ], [ 120.1348733, 29.8900158 ], [ 120.1347109, 29.8897829 ], [ 120.1345728, 29.8895487 ], [ 120.1344392, 29.8893224 ], [ 120.1340112, 29.8885487 ], [ 120.1338261, 29.8882085 ], [ 120.1336531, 29.8878907 ], [ 120.1335304, 29.8876735 ], [ 120.1333632, 29.8873776 ], [ 120.133131, 29.8869881 ], [ 120.1328435, 29.88651 ], [ 120.1326681, 29.8862183 ], [ 120.1323786, 29.8857378 ], [ 120.1321611, 29.8853932 ], [ 120.1320396, 29.8852008 ], [ 120.1319617, 29.8850774 ], [ 120.1318353, 29.8848772 ], [ 120.1314448, 29.8842554 ], [ 120.1313818, 29.8841551 ], [ 120.131332, 29.8840758 ], [ 120.1312889, 29.8840034 ], [ 120.130772, 29.8831349 ], [ 120.1304305, 29.8825072 ], [ 120.1303212, 29.8822822 ], [ 120.1302893, 29.8821796 ], [ 120.1302605, 29.882023 ], [ 120.130223, 29.8817669 ], [ 120.1301482, 29.8812558 ], [ 120.13013, 29.8811256 ], [ 120.1300389, 29.8804728 ], [ 120.1299349, 29.879784 ], [ 120.1298791, 29.8794148 ], [ 120.1298381, 29.8791797 ], [ 120.1297762, 29.879009 ], [ 120.1297254, 29.8789058 ], [ 120.1295968, 29.8787475 ], [ 120.1293512, 29.8784799 ], [ 120.1292158, 29.8783322 ], [ 120.1291761, 29.878289 ], [ 120.1290649, 29.8781679 ], [ 120.1289101, 29.8780038 ], [ 120.1285584, 29.877631 ], [ 120.1281531, 29.8771929 ], [ 120.127998, 29.8770253 ], [ 120.1277572, 29.8767704 ], [ 120.1273359, 29.8763246 ], [ 120.1266866, 29.8756252 ], [ 120.1264262, 29.8753218 ], [ 120.1263167, 29.8751943 ], [ 120.1259864, 29.8748185 ], [ 120.1254927, 29.8742472 ], [ 120.1249989, 29.8736841 ], [ 120.124602, 29.8732367 ], [ 120.1241749, 29.8727383 ], [ 120.1237789, 29.8722592 ], [ 120.1237288, 29.8721986 ], [ 120.1234922, 29.8719233 ], [ 120.1233858, 29.8717732 ], [ 120.1233287, 29.8716672 ], [ 120.1232239, 29.8714469 ], [ 120.123011, 29.8710203 ], [ 120.1229731, 29.8709444 ], [ 120.1227743, 29.8705486 ], [ 120.1226793, 29.8703593 ], [ 120.1226094, 29.8702148 ], [ 120.122524, 29.8700384 ], [ 120.1224761, 29.8699394 ], [ 120.1222634, 29.8695112 ], [ 120.1220141, 29.8690115 ], [ 120.1219799, 29.8689413 ], [ 120.1216569, 29.868279 ], [ 120.121406, 29.8677889 ], [ 120.1212409, 29.8674461 ], [ 120.121152, 29.8672767 ], [ 120.1210472, 29.8671156 ], [ 120.1209583, 29.8669986 ], [ 120.1208249, 29.8668609 ], [ 120.1207403, 29.8667752 ], [ 120.1206646, 29.8666985 ], [ 120.1202788, 29.8663143 ], [ 120.1202191, 29.866258 ], [ 120.1197691, 29.8658338 ], [ 120.1191484, 29.8652322 ], [ 120.1187719, 29.8648708 ], [ 120.1187324, 29.8648329 ], [ 120.1186637, 29.8647665 ], [ 120.1184123, 29.8645235 ], [ 120.1181783, 29.8642973 ], [ 120.1177449, 29.8638815 ], [ 120.1175432, 29.8637025 ], [ 120.1173352, 29.8635568 ], [ 120.1172956, 29.863529 ], [ 120.1168357, 29.863216 ], [ 120.1167939, 29.8631876 ], [ 120.1165136, 29.8629973 ], [ 120.1160778, 29.8627015 ], [ 120.1159191, 29.8625859 ], [ 120.115773, 29.8624702 ], [ 120.1156777, 29.8623793 ], [ 120.1155714, 29.8622582 ], [ 120.1153888, 29.8620461 ], [ 120.1152939, 29.8619278 ], [ 120.1151459, 29.8617432 ], [ 120.1146107, 29.8610607 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "X127" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146107, 29.8610607 ], [ 120.1151459, 29.8617432 ], [ 120.1152939, 29.8619278 ], [ 120.1153888, 29.8620461 ], [ 120.1155714, 29.8622582 ], [ 120.1156777, 29.8623793 ], [ 120.115773, 29.8624702 ], [ 120.1159191, 29.8625859 ], [ 120.1160778, 29.8627015 ], [ 120.1165136, 29.8629973 ], [ 120.1167939, 29.8631876 ], [ 120.1168357, 29.863216 ], [ 120.1172956, 29.863529 ], [ 120.1173352, 29.8635568 ], [ 120.1175432, 29.8637025 ], [ 120.1177449, 29.8638815 ], [ 120.1181783, 29.8642973 ], [ 120.1184123, 29.8645235 ], [ 120.1186637, 29.8647665 ], [ 120.1187324, 29.8648329 ], [ 120.1187719, 29.8648708 ], [ 120.1191484, 29.8652322 ], [ 120.1197691, 29.8658338 ], [ 120.1202191, 29.866258 ], [ 120.1202788, 29.8663143 ], [ 120.1206646, 29.8666985 ], [ 120.1207403, 29.8667752 ], [ 120.1208249, 29.8668609 ], [ 120.1209583, 29.8669986 ], [ 120.1210472, 29.8671156 ], [ 120.121152, 29.8672767 ], [ 120.1212409, 29.8674461 ], [ 120.121406, 29.8677889 ], [ 120.1216569, 29.868279 ], [ 120.1219799, 29.8689413 ], [ 120.1220141, 29.8690115 ], [ 120.1222634, 29.8695112 ], [ 120.1224761, 29.8699394 ], [ 120.122524, 29.8700384 ], [ 120.1226094, 29.8702148 ], [ 120.1226793, 29.8703593 ], [ 120.1227743, 29.8705486 ], [ 120.1229731, 29.8709444 ], [ 120.123011, 29.8710203 ], [ 120.1232239, 29.8714469 ], [ 120.1233287, 29.8716672 ], [ 120.1233858, 29.8717732 ], [ 120.1234922, 29.8719233 ], [ 120.1237288, 29.8721986 ], [ 120.1237789, 29.8722592 ], [ 120.1241749, 29.8727383 ], [ 120.124602, 29.8732367 ], [ 120.1249989, 29.8736841 ], [ 120.1254927, 29.8742472 ], [ 120.1259864, 29.8748185 ], [ 120.1263167, 29.8751943 ], [ 120.1264262, 29.8753218 ], [ 120.1266866, 29.8756252 ], [ 120.1273359, 29.8763246 ], [ 120.1277572, 29.8767704 ], [ 120.127998, 29.8770253 ], [ 120.1281531, 29.8771929 ], [ 120.1285584, 29.877631 ], [ 120.1289101, 29.8780038 ], [ 120.1290649, 29.8781679 ], [ 120.1291761, 29.878289 ], [ 120.1292158, 29.8783322 ], [ 120.1293512, 29.8784799 ], [ 120.1295968, 29.8787475 ], [ 120.1297254, 29.8789058 ], [ 120.1297762, 29.879009 ], [ 120.1298381, 29.8791797 ], [ 120.1298791, 29.8794148 ], [ 120.1299349, 29.879784 ], [ 120.1300389, 29.8804728 ], [ 120.13013, 29.8811256 ], [ 120.1301482, 29.8812558 ], [ 120.130223, 29.8817669 ], [ 120.1302605, 29.882023 ], [ 120.1302893, 29.8821796 ], [ 120.1303212, 29.8822822 ], [ 120.1304305, 29.8825072 ], [ 120.130772, 29.8831349 ], [ 120.1312889, 29.8840034 ], [ 120.131332, 29.8840758 ], [ 120.1313818, 29.8841551 ], [ 120.1314448, 29.8842554 ], [ 120.1318353, 29.8848772 ], [ 120.1319617, 29.8850774 ], [ 120.1320396, 29.8852008 ], [ 120.1321611, 29.8853932 ], [ 120.1323786, 29.8857378 ], [ 120.1326681, 29.8862183 ], [ 120.1328435, 29.88651 ], [ 120.133131, 29.8869881 ], [ 120.1333632, 29.8873776 ], [ 120.1335304, 29.8876735 ], [ 120.1336531, 29.8878907 ], [ 120.1338261, 29.8882085 ], [ 120.1340112, 29.8885487 ], [ 120.1344392, 29.8893224 ], [ 120.1345728, 29.8895487 ], [ 120.1347109, 29.8897829 ], [ 120.1348733, 29.8900158 ], [ 120.1350463, 29.8902593 ], [ 120.135273, 29.8905289 ], [ 120.1355295, 29.8908285 ], [ 120.1358253, 29.891168 ], [ 120.1362674, 29.8917431 ], [ 120.1363519, 29.8918712 ], [ 120.1364545, 29.8920267 ], [ 120.136543, 29.8922214 ], [ 120.1366174, 29.8923833 ], [ 120.1366821, 29.8925487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290187, 29.9099296 ], [ 120.1288803, 29.9098241 ], [ 120.1284906, 29.9095271 ], [ 120.1284768, 29.9095166 ], [ 120.1283832, 29.9094453 ], [ 120.12824, 29.9091718 ], [ 120.128232, 29.9090772 ], [ 120.1282137, 29.9088614 ], [ 120.1285212, 29.9080553 ], [ 120.1285483, 29.9079843 ], [ 120.1286461, 29.907728 ], [ 120.1288727, 29.9071338 ], [ 120.1293635, 29.9069332 ], [ 120.1295569, 29.9068542 ], [ 120.1296779, 29.9068053 ], [ 120.1303406, 29.9065373 ], [ 120.1305144, 29.9064137 ], [ 120.1305866, 29.9063004 ], [ 120.1314069, 29.9050138 ], [ 120.1315508, 29.9047881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1315508, 29.9047881 ], [ 120.1314069, 29.9050138 ], [ 120.1305866, 29.9063004 ], [ 120.1305144, 29.9064137 ], [ 120.1303406, 29.9065373 ], [ 120.1296779, 29.9068053 ], [ 120.1295569, 29.9068542 ], [ 120.1293635, 29.9069332 ], [ 120.1288727, 29.9071338 ], [ 120.1286461, 29.907728 ], [ 120.1285483, 29.9079843 ], [ 120.1285212, 29.9080553 ], [ 120.1282137, 29.9088614 ], [ 120.128232, 29.9090772 ], [ 120.12824, 29.9091718 ], [ 120.1283832, 29.9094453 ], [ 120.1284768, 29.9095166 ], [ 120.1284906, 29.9095271 ], [ 120.1288803, 29.9098241 ], [ 120.1290187, 29.9099296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1315715, 29.9120552 ], [ 120.1313905, 29.9118187 ], [ 120.1312792, 29.9116732 ], [ 120.131218, 29.9116 ], [ 120.1311188, 29.911486 ], [ 120.1310546, 29.9114123 ], [ 120.1303382, 29.9105892 ], [ 120.1301075, 29.9104156 ], [ 120.1290694, 29.9099735 ], [ 120.1290187, 29.9099296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "S29" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290187, 29.9099296 ], [ 120.1290694, 29.9099735 ], [ 120.1301075, 29.9104156 ], [ 120.1303382, 29.9105892 ], [ 120.1310546, 29.9114123 ], [ 120.1311188, 29.911486 ], [ 120.131218, 29.9116 ], [ 120.1312792, 29.9116732 ], [ 120.1313905, 29.9118187 ], [ 120.1315715, 29.9120552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312429, 30.0790521 ], [ 120.1312798, 30.0789015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312798, 30.0789015 ], [ 120.1312429, 30.0790521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1224762, 30.1106918 ], [ 120.1223393, 30.1111814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1223393, 30.1111814 ], [ 120.1224762, 30.1106918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061143, 30.1125502 ], [ 120.1061042, 30.1124584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061042, 30.1124584 ], [ 120.1061143, 30.1125502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061143, 30.1125502 ], [ 120.1050401, 30.1126468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1050401, 30.1126468 ], [ 120.1049506, 30.1126584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960916, 30.1132659 ], [ 120.0974719, 30.1131479 ], [ 120.1000812, 30.1129533 ], [ 120.1042039, 30.1126195 ], [ 120.1061042, 30.1124584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1049506, 30.1126584 ], [ 120.1042269, 30.1127328 ], [ 120.1000968, 30.1130623 ], [ 120.0992752, 30.1131255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992752, 30.1131255 ], [ 120.0991857, 30.1131315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1050401, 30.1126468 ], [ 120.1051032, 30.1132747 ], [ 120.1051346, 30.1136314 ], [ 120.1051346, 30.1139064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.130007209615144, 30.078627937659 ], [ 120.1305536, 30.0787415 ], [ 120.1312798, 30.0789015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312429, 30.0790521 ], [ 120.1307864, 30.0789364 ], [ 120.1300129, 30.0787679 ], [ 120.129993735284856, 30.078764238871614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1176349, 30.1154701 ], [ 120.1174232, 30.1148158 ], [ 120.117102, 30.1142215 ], [ 120.1167443, 30.1137573 ], [ 120.116219, 30.1132649 ], [ 120.1156154, 30.1128491 ], [ 120.1152308, 30.1126237 ], [ 120.1149049, 30.1124886 ], [ 120.1145892, 30.1123638 ], [ 120.1141021, 30.1122116 ], [ 120.1136669, 30.1121047 ], [ 120.1131911, 30.1120376 ], [ 120.112543, 30.1120122 ], [ 120.1118702, 30.1120534 ], [ 120.1067971, 30.1124704 ], [ 120.1061143, 30.1125502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1203221, 30.1171308 ], [ 120.1201934, 30.1170937 ], [ 120.1201075, 30.1170473 ], [ 120.1190989, 30.1161841 ], [ 120.1187341, 30.1158685 ], [ 120.1184015, 30.1155808 ], [ 120.118262, 30.1154045 ], [ 120.1181547, 30.1152467 ], [ 120.1180689, 30.1150796 ], [ 120.118026, 30.1148847 ], [ 120.1179401, 30.1144485 ], [ 120.1179187, 30.1142072 ], [ 120.117908, 30.1140308 ], [ 120.1179509, 30.1138174 ], [ 120.1180327, 30.1136243 ], [ 120.1180689, 30.1135389 ], [ 120.1185946, 30.1127871 ], [ 120.1187204, 30.1125623 ], [ 120.1187556, 30.1124994 ], [ 120.1189058, 30.1123416 ], [ 120.119281, 30.11205 ], [ 120.1204938, 30.1111071 ], [ 120.1207191, 30.1109122 ], [ 120.1208801, 30.1108565 ], [ 120.1210088, 30.1108658 ], [ 120.1223393, 30.1111814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1223393, 30.1111814 ], [ 120.1210088, 30.1108658 ], [ 120.1208801, 30.1108565 ], [ 120.1207191, 30.1109122 ], [ 120.1204938, 30.1111071 ], [ 120.119281, 30.11205 ], [ 120.1189058, 30.1123416 ], [ 120.1187556, 30.1124994 ], [ 120.1187204, 30.1125623 ], [ 120.1185946, 30.1127871 ], [ 120.1180689, 30.1135389 ], [ 120.1180327, 30.1136243 ], [ 120.1179509, 30.1138174 ], [ 120.117908, 30.1140308 ], [ 120.1179187, 30.1142072 ], [ 120.1179401, 30.1144485 ], [ 120.118026, 30.1148847 ], [ 120.1180689, 30.1150796 ], [ 120.1181547, 30.1152467 ], [ 120.118262, 30.1154045 ], [ 120.1184015, 30.1155808 ], [ 120.1187341, 30.1158685 ], [ 120.1190989, 30.1161841 ], [ 120.1201075, 30.1170473 ], [ 120.1201934, 30.1170937 ], [ 120.1203221, 30.1171308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1151603, 30.1156889 ], [ 120.1151824, 30.1155315 ], [ 120.115138, 30.1151221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960916, 30.1132659 ], [ 120.095686, 30.109822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.095686, 30.109822 ], [ 120.0960916, 30.1132659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0898257, 30.1138073 ], [ 120.0896422, 30.1118413 ], [ 120.0895298, 30.1106365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0895298, 30.1106365 ], [ 120.0896422, 30.1118413 ], [ 120.0898257, 30.1138073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0991857, 30.1131315 ], [ 120.0974846, 30.1132571 ], [ 120.0961044, 30.1133745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961044, 30.1133745 ], [ 120.0960916, 30.1132659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960916, 30.1132659 ], [ 120.0961044, 30.1133745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0898257, 30.1138073 ], [ 120.0902069, 30.1137765 ], [ 120.0929108, 30.1135377 ], [ 120.0929367, 30.1135355 ], [ 120.0930301, 30.1135275 ], [ 120.0960916, 30.1132659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961044, 30.1133745 ], [ 120.0930414, 30.1136351 ], [ 120.0929481, 30.1136431 ], [ 120.092917, 30.1136457 ], [ 120.0903292, 30.1138634 ], [ 120.0898349, 30.113906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0898257, 30.1138073 ], [ 120.0898349, 30.113906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228329, 30.1167503 ], [ 120.1226385, 30.1137414 ], [ 120.1226028, 30.1131892 ], [ 120.1224732, 30.1128731 ], [ 120.1223199, 30.1113741 ], [ 120.1223393, 30.1111814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1223393, 30.1111814 ], [ 120.1223199, 30.1113741 ], [ 120.1224732, 30.1128731 ], [ 120.1226028, 30.1131892 ], [ 120.1226385, 30.1137414 ], [ 120.1228329, 30.1167503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1306849, 30.1161091 ], [ 120.1293243, 30.1162212 ], [ 120.1289216, 30.1162532 ], [ 120.1276363, 30.1163552 ], [ 120.1258157, 30.1164997 ], [ 120.1255226, 30.1165243 ], [ 120.1228329, 30.1167503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228329, 30.1167503 ], [ 120.1255226, 30.1165243 ], [ 120.1258157, 30.1164997 ], [ 120.1276363, 30.1163552 ], [ 120.1289216, 30.1162532 ], [ 120.1293243, 30.1162212 ], [ 120.1306849, 30.1161091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228329, 30.1167503 ], [ 120.1229445, 30.1181019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229445, 30.1181019 ], [ 120.1228329, 30.1167503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1212146, 30.1184757 ], [ 120.1217069, 30.1181959 ], [ 120.1229445, 30.1181019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229445, 30.1181019 ], [ 120.1217069, 30.1181959 ], [ 120.1212146, 30.1184757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1306849, 30.1161091 ], [ 120.1307572, 30.1168344 ], [ 120.1308281, 30.1175463 ], [ 120.1311353, 30.1206292 ], [ 120.1311612, 30.1208887 ], [ 120.1311656, 30.1209331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1311656, 30.1209331 ], [ 120.1311612, 30.1208887 ], [ 120.1311353, 30.1206292 ], [ 120.1308281, 30.1175463 ], [ 120.1307572, 30.1168344 ], [ 120.1306849, 30.1161091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.115138, 30.1151221 ], [ 120.1151824, 30.1155315 ], [ 120.1151603, 30.1156889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1151603, 30.1156889 ], [ 120.1176349, 30.1154701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1176349, 30.1154701 ], [ 120.1151603, 30.1156889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1180972, 30.1171796 ], [ 120.118033, 30.1167992 ], [ 120.1176997, 30.1156704 ], [ 120.1176349, 30.1154701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152442, 30.1174229 ], [ 120.1151232, 30.1159536 ], [ 120.1151603, 30.1156889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1151603, 30.1156889 ], [ 120.1151232, 30.1159536 ], [ 120.1152442, 30.1174229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228329, 30.1167503 ], [ 120.1214809, 30.1168895 ], [ 120.1207513, 30.1169916 ], [ 120.120408, 30.1170751 ], [ 120.1203221, 30.1171308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1203221, 30.1171308 ], [ 120.120408, 30.1170751 ], [ 120.1207513, 30.1169916 ], [ 120.1214809, 30.1168895 ], [ 120.1228329, 30.1167503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061042, 30.1124584 ], [ 120.1068254, 30.1123793 ], [ 120.111265, 30.1120143 ], [ 120.1115534, 30.1119906 ], [ 120.1122846, 30.1119345 ], [ 120.112741, 30.1119253 ], [ 120.1132596, 30.1119667 ], [ 120.1138294, 30.112057 ], [ 120.1143284, 30.1121778 ], [ 120.1148947, 30.1123676 ], [ 120.1151928, 30.1124947 ], [ 120.1154591, 30.1126494 ], [ 120.1158946, 30.1129141 ], [ 120.1162962, 30.1132432 ], [ 120.116636, 30.1134974 ], [ 120.1169297, 30.1138311 ], [ 120.1171775, 30.1141709 ], [ 120.1173721, 30.1145077 ], [ 120.1175066, 30.1148138 ], [ 120.1176588, 30.1152118 ], [ 120.1178535, 30.1158731 ], [ 120.1181224, 30.1168038 ], [ 120.1181942, 30.1171946 ], [ 120.1182534, 30.1175171 ], [ 120.1183171, 30.1181508 ], [ 120.1184784, 30.1195814 ], [ 120.1185401, 30.1201284 ], [ 120.1186991, 30.1217472 ], [ 120.1187071, 30.1218277 ], [ 120.1187262, 30.1220226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152442, 30.1174229 ], [ 120.1180972, 30.1171796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1050293, 30.113906 ], [ 120.1050464, 30.1135825 ], [ 120.105001, 30.1130838 ], [ 120.1049506, 30.1126584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992752, 30.1131255 ], [ 120.0993278, 30.1136435 ], [ 120.0993662, 30.1138943 ], [ 120.0994116, 30.1140817 ], [ 120.0995234, 30.1143537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994221, 30.1143809 ], [ 120.0993347, 30.1141603 ], [ 120.0992684, 30.1139034 ], [ 120.0992334, 30.1136374 ], [ 120.0991857, 30.1131315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1064687, 30.1229732 ], [ 120.1064614, 30.1227341 ], [ 120.106459, 30.1226532 ], [ 120.1064559, 30.1225527 ], [ 120.1064905, 30.1215809 ], [ 120.1064932, 30.1211083 ], [ 120.106502, 30.1195807 ], [ 120.106502, 30.1180817 ], [ 120.1064911, 30.1173079 ], [ 120.106488, 30.1170904 ], [ 120.1064583, 30.1165961 ], [ 120.1064531, 30.1165101 ], [ 120.1063483, 30.1150594 ], [ 120.1062085, 30.1135181 ], [ 120.1061143, 30.1125502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061143, 30.1125502 ], [ 120.1062085, 30.1135181 ], [ 120.1063483, 30.1150594 ], [ 120.1064531, 30.1165101 ], [ 120.1064583, 30.1165961 ], [ 120.106488, 30.1170904 ], [ 120.1064911, 30.1173079 ], [ 120.106502, 30.1180817 ], [ 120.106502, 30.1195807 ], [ 120.1064932, 30.1211083 ], [ 120.1064905, 30.1215809 ], [ 120.1064559, 30.1225527 ], [ 120.106459, 30.1226532 ], [ 120.1064614, 30.1227341 ], [ 120.1064687, 30.1229732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966679, 30.1197829 ], [ 120.1001098, 30.1194806 ], [ 120.1024381, 30.1192761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云浦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1024381, 30.1192761 ], [ 120.1001098, 30.1194806 ], [ 120.0966679, 30.1197829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1038043, 30.1232194 ], [ 120.105675, 30.1230339 ], [ 120.1064687, 30.1229732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008673, 30.1234545 ], [ 120.1018571, 30.1233753 ], [ 120.1029587, 30.1232871 ], [ 120.1038043, 30.1232194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1038043, 30.1232194 ], [ 120.1029587, 30.1232871 ], [ 120.1018571, 30.1233753 ], [ 120.1008673, 30.1234545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1180972, 30.1171796 ], [ 120.1152442, 30.1174229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1203221, 30.1171308 ], [ 120.1212146, 30.1184757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1212146, 30.1184757 ], [ 120.1203221, 30.1171308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1185813, 30.1220342 ], [ 120.1183298, 30.1189549 ], [ 120.1181672, 30.117594 ], [ 120.1180972, 30.1171796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152442, 30.1174229 ], [ 120.1134225, 30.1175782 ], [ 120.1133042, 30.1176678 ], [ 120.1134741, 30.1192262 ], [ 120.1135433, 30.1198607 ], [ 120.1138161, 30.1223634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1138161, 30.1223634 ], [ 120.1135433, 30.1198607 ], [ 120.1134741, 30.1192262 ], [ 120.1133042, 30.1176678 ], [ 120.1134225, 30.1175782 ], [ 120.1152442, 30.1174229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1187262, 30.1220226 ], [ 120.1232352, 30.1216318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1233557, 30.1217115 ], [ 120.1232457, 30.1217212 ], [ 120.1222621, 30.1218079 ], [ 120.1218178, 30.121847 ], [ 120.1187338, 30.1221122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1185813, 30.1220342 ], [ 120.1187262, 30.1220226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1187338, 30.1221122 ], [ 120.1187262, 30.1220226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.161318, 29.9283724 ], [ 120.1616214, 29.9287083 ], [ 120.1631129, 29.9314227 ], [ 120.1651733, 29.9334061 ], [ 120.1658788, 29.9341884 ], [ 120.166683, 29.9356611 ], [ 120.1669935, 29.9364285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667649, 29.9364869 ], [ 120.1665237, 29.9357268 ], [ 120.1657802, 29.9343659 ], [ 120.1650974, 29.9335244 ], [ 120.1629496, 29.9315074 ], [ 120.1614536, 29.9287545 ], [ 120.161318, 29.9283724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667649, 29.9364869 ], [ 120.1669935, 29.9364285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1669935, 29.9364285 ], [ 120.1670316, 29.9365645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668051, 29.9366135 ], [ 120.1667649, 29.9364869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670316, 29.9365645 ], [ 120.1668051, 29.9366135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668051, 29.9366135 ], [ 120.1662863, 29.9367761 ], [ 120.1655483, 29.9371124 ], [ 120.1647943, 29.9375239 ], [ 120.1641929, 29.9379625 ], [ 120.1637338, 29.9384929 ], [ 120.1636166, 29.938644 ], [ 120.1630336, 29.9394131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1627079, 29.9396117 ], [ 120.1629506, 29.9393229 ], [ 120.1634768, 29.9385811 ], [ 120.1636144, 29.9384225 ], [ 120.1639263, 29.9380627 ], [ 120.1642373, 29.9377708 ], [ 120.1648402, 29.9373512 ], [ 120.1657813, 29.9369164 ], [ 120.1665522, 29.9365633 ], [ 120.1667649, 29.9364869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1630336, 29.9394131 ], [ 120.1629544, 29.9395123 ], [ 120.1628666, 29.9396591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1630336, 29.9394131 ], [ 120.1630203, 29.9395597 ], [ 120.1630305, 29.9397152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1627079, 29.9396117 ], [ 120.1628666, 29.9396591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626437, 29.9396882 ], [ 120.1627079, 29.9396117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1628666, 29.9396591 ], [ 120.1630305, 29.9397152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1628666, 29.9396591 ], [ 120.16281, 29.9397537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.16281, 29.9397537 ], [ 120.1626437, 29.9396882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629461, 29.9398073 ], [ 120.16281, 29.9397537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1615434, 29.940993 ], [ 120.1619219, 29.9404073 ], [ 120.1620997, 29.9404249 ], [ 120.1623538, 29.940498 ], [ 120.1624801, 29.9404805 ], [ 120.1626964, 29.9403185 ], [ 120.1629461, 29.9398073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629461, 29.9398073 ], [ 120.1626964, 29.9403185 ], [ 120.1624801, 29.9404805 ], [ 120.1623538, 29.940498 ], [ 120.1620997, 29.9404249 ], [ 120.1619219, 29.9404073 ], [ 120.1615434, 29.940993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1630305, 29.9397152 ], [ 120.1634306, 29.9398954 ], [ 120.164136, 29.9401626 ], [ 120.1654664, 29.9408483 ], [ 120.1658016, 29.941004 ], [ 120.1663059, 29.9411737 ], [ 120.1672929, 29.9415456 ], [ 120.1675203, 29.9416659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675013, 29.9417506 ], [ 120.1673305, 29.9416455 ], [ 120.1666358, 29.9413689 ], [ 120.165984, 29.9411574 ], [ 120.1655924, 29.9409994 ], [ 120.1642724, 29.9403606 ], [ 120.1636367, 29.9400791 ], [ 120.1629461, 29.9398073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1718415, 29.9468334 ], [ 120.1716006, 29.9461591 ], [ 120.1713845, 29.9456211 ], [ 120.1709021, 29.9447762 ], [ 120.1707861, 29.9445801 ], [ 120.1705867, 29.944309 ], [ 120.1698303, 29.9434166 ], [ 120.1691083, 29.9427798 ], [ 120.1686662, 29.9424404 ], [ 120.1677382, 29.9418593 ], [ 120.1675013, 29.9417506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1714207, 29.946968 ], [ 120.1712559, 29.9467214 ], [ 120.1709369, 29.946456 ], [ 120.1703181, 29.9460967 ], [ 120.1695973, 29.9457816 ], [ 120.1691571, 29.9455163 ], [ 120.1690177, 29.9453449 ], [ 120.1689462, 29.945257 ], [ 120.1688905, 29.9451886 ], [ 120.1688828, 29.9451791 ], [ 120.168833, 29.945119 ], [ 120.1684298, 29.9446319 ], [ 120.168264, 29.9443444 ], [ 120.1682002, 29.9440349 ], [ 120.1681109, 29.9436258 ], [ 120.1680835, 29.9434411 ], [ 120.1680534, 29.9432388 ], [ 120.1679067, 29.9426805 ], [ 120.1677217, 29.9422438 ], [ 120.1675239, 29.941973 ], [ 120.1675013, 29.9417506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675013, 29.9417506 ], [ 120.1675239, 29.941973 ], [ 120.1677217, 29.9422438 ], [ 120.1679067, 29.9426805 ], [ 120.1680534, 29.9432388 ], [ 120.1680835, 29.9434411 ], [ 120.1681109, 29.9436258 ], [ 120.1682002, 29.9440349 ], [ 120.168264, 29.9443444 ], [ 120.1684298, 29.9446319 ], [ 120.168833, 29.945119 ], [ 120.1688828, 29.9451791 ], [ 120.1688905, 29.9451886 ], [ 120.1689462, 29.945257 ], [ 120.1690177, 29.9453449 ], [ 120.1691571, 29.9455163 ], [ 120.1695973, 29.9457816 ], [ 120.1703181, 29.9460967 ], [ 120.1709369, 29.946456 ], [ 120.1712559, 29.9467214 ], [ 120.1714207, 29.946968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719046, 29.9468132 ], [ 120.1718415, 29.9468334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1718415, 29.9468334 ], [ 120.1719046, 29.9468132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1714207, 29.946968 ], [ 120.1718415, 29.9468334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1718415, 29.9468334 ], [ 120.1714207, 29.946968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1714207, 29.946968 ], [ 120.1698128, 29.9474825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698128, 29.9474825 ], [ 120.1714207, 29.946968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723007, 29.9484129 ], [ 120.1718415, 29.9468334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1714207, 29.946968 ], [ 120.1715366, 29.9471415 ], [ 120.1720023, 29.9479761 ], [ 120.1723007, 29.9484129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723007, 29.9484129 ], [ 120.1720023, 29.9479761 ], [ 120.1715366, 29.9471415 ], [ 120.1714207, 29.946968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675203, 29.9416659 ], [ 120.1677409, 29.9417826 ], [ 120.1685455, 29.9422731 ], [ 120.1691692, 29.9427152 ], [ 120.1693341, 29.9428448 ], [ 120.1697794, 29.9432213 ], [ 120.1702487, 29.943721 ], [ 120.1707208, 29.94433 ], [ 120.1708746, 29.9445473 ], [ 120.1709965, 29.9447498 ], [ 120.1714101, 29.9454525 ], [ 120.1715067, 29.9456245 ], [ 120.1719376, 29.9468028 ], [ 120.1724036, 29.9484445 ], [ 120.1726413, 29.9490781 ], [ 120.1728344, 29.9495243 ], [ 120.1730812, 29.9499148 ], [ 120.1732796, 29.9502122 ], [ 120.1734903, 29.9504766 ], [ 120.1740789, 29.951179 ], [ 120.1745017, 29.9518236 ], [ 120.1747606, 29.9525034 ], [ 120.1748162, 29.9527364 ], [ 120.1749748, 29.9532427 ], [ 120.1750485, 29.9534117 ], [ 120.1752111, 29.9537842 ], [ 120.1753466, 29.9540277 ], [ 120.1756608, 29.9545232 ], [ 120.1759563, 29.9549455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724696, 29.9486601 ], [ 120.1723007, 29.9484129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723007, 29.9484129 ], [ 120.1724696, 29.9486601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670316, 29.9365645 ], [ 120.1673012, 29.9375268 ], [ 120.1676964, 29.9388267 ], [ 120.1682016, 29.9396925 ], [ 120.1690651, 29.9407494 ], [ 120.1720087, 29.9431423 ], [ 120.1730769, 29.9439543 ], [ 120.1738807, 29.9445651 ], [ 120.1748128, 29.9450728 ], [ 120.1758956, 29.9457573 ], [ 120.1764178, 29.9461498 ], [ 120.177083, 29.946754 ], [ 120.1774601, 29.9473231 ], [ 120.1779235, 29.9480732 ], [ 120.178508, 29.9492149 ], [ 120.1789195, 29.9499816 ], [ 120.1791689, 29.9506106 ], [ 120.1794434, 29.9512859 ], [ 120.1795506, 29.951681 ], [ 120.1795728, 29.9519835 ], [ 120.1795614, 29.9526013 ], [ 120.1794751, 29.9535969 ], [ 120.179438, 29.9542002 ], [ 120.1795072, 29.9554513 ], [ 120.1796077, 29.9562178 ], [ 120.1796686, 29.9566753 ], [ 120.1798834, 29.9572619 ], [ 120.1802248, 29.957998 ], [ 120.1806269, 29.958629 ], [ 120.1811503, 29.9592797 ], [ 120.1812087, 29.9593427 ], [ 120.1832821, 29.9615802 ], [ 120.1836842, 29.9621454 ], [ 120.1839118, 29.9627304 ], [ 120.1841697, 29.9636374 ], [ 120.1842759, 29.9644983 ], [ 120.1843168, 29.9649626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184106, 29.9650257 ], [ 120.1840484, 29.9643537 ], [ 120.183927, 29.9634533 ], [ 120.1835552, 29.9624346 ], [ 120.1830394, 29.9616853 ], [ 120.1817572, 29.9601802 ], [ 120.1806724, 29.9590628 ], [ 120.1800589, 29.9581461 ], [ 120.1795052, 29.9570605 ], [ 120.1792197, 29.9560624 ], [ 120.1791166, 29.9553908 ], [ 120.1790357, 29.9543489 ], [ 120.1790744, 29.9535404 ], [ 120.1791108, 29.9525827 ], [ 120.1790879, 29.952031 ], [ 120.1790357, 29.951681 ], [ 120.1789069, 29.9512627 ], [ 120.1785503, 29.9502469 ], [ 120.1779867, 29.9491083 ], [ 120.1776569, 29.9484577 ], [ 120.1773834, 29.9480183 ], [ 120.1768016, 29.9472594 ], [ 120.176214, 29.9466192 ], [ 120.1754757, 29.9460151 ], [ 120.1746439, 29.9454521 ], [ 120.1738322, 29.9449412 ], [ 120.1714321, 29.9429517 ], [ 120.1689741, 29.9408283 ], [ 120.1680274, 29.93976 ], [ 120.1675342, 29.9389189 ], [ 120.1671159, 29.9375929 ], [ 120.1668051, 29.9366135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石管线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1731733, 29.95518 ], [ 120.1726717, 29.9540537 ], [ 120.1725697, 29.9538245 ], [ 120.1719447, 29.9524212 ], [ 120.1714007, 29.9511609 ], [ 120.1712178, 29.9507372 ], [ 120.171032, 29.9503069 ], [ 120.170303, 29.9486181 ], [ 120.1698128, 29.9474825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石管线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698128, 29.9474825 ], [ 120.170303, 29.9486181 ], [ 120.171032, 29.9503069 ], [ 120.1712178, 29.9507372 ], [ 120.1714007, 29.9511609 ], [ 120.1719447, 29.9524212 ], [ 120.1725697, 29.9538245 ], [ 120.1726717, 29.9540537 ], [ 120.1731733, 29.95518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1758203, 29.9549927 ], [ 120.1754774, 29.9544623 ], [ 120.1752794, 29.9541558 ], [ 120.1751894, 29.9539632 ], [ 120.1750445, 29.9536982 ], [ 120.1749104, 29.9533636 ], [ 120.1747817, 29.9529546 ], [ 120.1745886, 29.9522853 ], [ 120.1744115, 29.9518623 ], [ 120.1740575, 29.9513464 ], [ 120.1736122, 29.9507979 ], [ 120.1733608, 29.950519 ], [ 120.1728666, 29.9497893 ], [ 120.1726359, 29.949364 ], [ 120.1723007, 29.9484129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1759563, 29.9549455 ], [ 120.177034, 29.9563925 ], [ 120.1776249, 29.9572227 ], [ 120.1776672, 29.957302 ], [ 120.178019, 29.9579616 ], [ 120.1780807, 29.9581088 ], [ 120.1784906, 29.9590865 ], [ 120.1799895, 29.9626613 ], [ 120.1803448, 29.9632465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802188, 29.9632695 ], [ 120.1800764, 29.9630214 ], [ 120.1799583, 29.9627937 ], [ 120.1797304, 29.9624428 ], [ 120.1784058, 29.9591227 ], [ 120.178003, 29.9581523 ], [ 120.1778394, 29.9578045 ], [ 120.1775445, 29.9573539 ], [ 120.1768976, 29.9564693 ], [ 120.1758203, 29.9549927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石管线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802188, 29.9632695 ], [ 120.1801649, 29.9632794 ], [ 120.1800068, 29.9632757 ], [ 120.1798113, 29.9632279 ], [ 120.1795566, 29.9632135 ], [ 120.1793448, 29.9632283 ], [ 120.1791336, 29.9632691 ], [ 120.1787265, 29.9634013 ], [ 120.1784799, 29.9634356 ], [ 120.1784029, 29.9634271 ], [ 120.1783428, 29.9634205 ], [ 120.1777001, 29.9630274 ], [ 120.1775988, 29.9629654 ], [ 120.1775601, 29.9629267 ], [ 120.177348, 29.9627146 ], [ 120.1772536, 29.9625679 ], [ 120.1769556, 29.9617412 ], [ 120.1769388, 29.9616984 ], [ 120.1767991, 29.9613418 ], [ 120.1766082, 29.9609685 ], [ 120.1763381, 29.9606044 ], [ 120.1762967, 29.9605552 ], [ 120.1759077, 29.9600921 ], [ 120.1757699, 29.9599282 ], [ 120.1753518, 29.9593226 ], [ 120.1752657, 29.9591887 ], [ 120.1748992, 29.9586188 ], [ 120.1748608, 29.9585591 ], [ 120.1745327, 29.9580353 ], [ 120.1744418, 29.9577671 ], [ 120.1744105, 29.9576749 ], [ 120.174224, 29.9574389 ], [ 120.1741039, 29.9572885 ], [ 120.174061, 29.957125 ], [ 120.1739088, 29.9565881 ], [ 120.1737951, 29.9563318 ], [ 120.1731733, 29.95518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石管线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1731733, 29.95518 ], [ 120.1737951, 29.9563318 ], [ 120.1739088, 29.9565881 ], [ 120.174061, 29.957125 ], [ 120.1741039, 29.9572885 ], [ 120.174224, 29.9574389 ], [ 120.1744105, 29.9576749 ], [ 120.1744418, 29.9577671 ], [ 120.1745327, 29.9580353 ], [ 120.1748608, 29.9585591 ], [ 120.1748992, 29.9586188 ], [ 120.1752657, 29.9591887 ], [ 120.1753518, 29.9593226 ], [ 120.1757699, 29.9599282 ], [ 120.1759077, 29.9600921 ], [ 120.1762967, 29.9605552 ], [ 120.1763381, 29.9606044 ], [ 120.1766082, 29.9609685 ], [ 120.1767991, 29.9613418 ], [ 120.1769388, 29.9616984 ], [ 120.1769556, 29.9617412 ], [ 120.1772536, 29.9625679 ], [ 120.177348, 29.9627146 ], [ 120.1775601, 29.9629267 ], [ 120.1775988, 29.9629654 ], [ 120.1777001, 29.9630274 ], [ 120.1783428, 29.9634205 ], [ 120.1784029, 29.9634271 ], [ 120.1784799, 29.9634356 ], [ 120.1787265, 29.9634013 ], [ 120.1791336, 29.9632691 ], [ 120.1793448, 29.9632283 ], [ 120.1795566, 29.9632135 ], [ 120.1798113, 29.9632279 ], [ 120.1800068, 29.9632757 ], [ 120.1801649, 29.9632794 ], [ 120.1802188, 29.9632695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石管线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803448, 29.9632465 ], [ 120.1802188, 29.9632695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石管线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802188, 29.9632695 ], [ 120.1803448, 29.9632465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803448, 29.9632465 ], [ 120.180492, 29.9634889 ], [ 120.1807047, 29.9637584 ], [ 120.181152, 29.9641752 ], [ 120.1812273, 29.9642454 ], [ 120.1813209, 29.9643224 ], [ 120.1819423, 29.9648334 ], [ 120.1823594, 29.9650074 ], [ 120.1829054, 29.9651398 ], [ 120.1832651, 29.9651618 ], [ 120.184106, 29.9650257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841124, 29.9651144 ], [ 120.183979, 29.9651476 ], [ 120.1835176, 29.965215 ], [ 120.1832467, 29.9652313 ], [ 120.1831207, 29.9652336 ], [ 120.1827022, 29.9651941 ], [ 120.1825064, 29.965143 ], [ 120.1821551, 29.9650384 ], [ 120.1818788, 29.9648479 ], [ 120.181102, 29.9642278 ], [ 120.1805699, 29.9637209 ], [ 120.1802909, 29.9633816 ], [ 120.1802188, 29.9632695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184106, 29.9650257 ], [ 120.1843168, 29.9649626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "S103" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1843168, 29.9649626 ], [ 120.1841124, 29.9651144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1758203, 29.9549927 ], [ 120.1759563, 29.9549455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1759563, 29.9549455 ], [ 120.1758203, 29.9549927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1731733, 29.95518 ], [ 120.1744705, 29.9551085 ], [ 120.1748381, 29.9550882 ], [ 120.1757462, 29.9550184 ], [ 120.1758203, 29.9549927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1758203, 29.9549927 ], [ 120.1757462, 29.9550184 ], [ 120.1748381, 29.9550882 ], [ 120.1744705, 29.9551085 ], [ 120.1731733, 29.95518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "戴马线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180931, 30.0103163 ], [ 120.1808435, 30.0102283 ], [ 120.1805635, 30.0101623 ], [ 120.1804641, 30.0101302 ], [ 120.1803412, 30.0100905 ], [ 120.1801712, 30.0100357 ], [ 120.1783457, 30.0094464 ], [ 120.1764122, 30.0088223 ], [ 120.1763004, 30.0087143 ], [ 120.1760214, 30.0084446 ], [ 120.1758381, 30.0082674 ], [ 120.1753682, 30.0078132 ], [ 120.1724476, 30.0049901 ], [ 120.171654, 30.002917 ], [ 120.1712374, 30.0018289 ], [ 120.1711571, 30.001619 ], [ 120.1710989, 30.0014671 ], [ 120.1700725, 30.0000272 ], [ 120.1692808, 29.9989166 ], [ 120.1691973, 29.9987994 ], [ 120.168435, 29.9979356 ], [ 120.1678313, 29.9975851 ], [ 120.1666053, 29.9963199 ], [ 120.1665259, 29.9961024 ], [ 120.1665346, 29.9958339 ], [ 120.1665374, 29.9957457 ], [ 120.1665438, 29.9955484 ], [ 120.1664222, 29.9951599 ], [ 120.1663316, 29.9950491 ], [ 120.1661424, 29.9948837 ], [ 120.165182, 29.9942282 ], [ 120.1648083, 29.994015 ], [ 120.1642568, 29.9937214 ], [ 120.1640284, 29.9934349 ], [ 120.1638535, 29.9931483 ], [ 120.1637364, 29.9930537 ], [ 120.1634922, 29.9928564 ], [ 120.1629665, 29.9924316 ], [ 120.1622573, 29.9920973 ], [ 120.1620618, 29.9917293 ], [ 120.1619101, 29.9915664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "戴马线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1619101, 29.9915664 ], [ 120.1620618, 29.9917293 ], [ 120.1622573, 29.9920973 ], [ 120.1629665, 29.9924316 ], [ 120.1634922, 29.9928564 ], [ 120.1637364, 29.9930537 ], [ 120.1638535, 29.9931483 ], [ 120.1640284, 29.9934349 ], [ 120.1642568, 29.9937214 ], [ 120.1648083, 29.994015 ], [ 120.165182, 29.9942282 ], [ 120.1661424, 29.9948837 ], [ 120.1663316, 29.9950491 ], [ 120.1664222, 29.9951599 ], [ 120.1665438, 29.9955484 ], [ 120.1665374, 29.9957457 ], [ 120.1665346, 29.9958339 ], [ 120.1665259, 29.9961024 ], [ 120.1666053, 29.9963199 ], [ 120.1678313, 29.9975851 ], [ 120.168435, 29.9979356 ], [ 120.1691973, 29.9987994 ], [ 120.1692808, 29.9989166 ], [ 120.1700725, 30.0000272 ], [ 120.1710989, 30.0014671 ], [ 120.1711571, 30.001619 ], [ 120.1712374, 30.0018289 ], [ 120.171654, 30.002917 ], [ 120.1724476, 30.0049901 ], [ 120.1753682, 30.0078132 ], [ 120.1758381, 30.0082674 ], [ 120.1760214, 30.0084446 ], [ 120.1763004, 30.0087143 ], [ 120.1764122, 30.0088223 ], [ 120.1783457, 30.0094464 ], [ 120.1801712, 30.0100357 ], [ 120.1803412, 30.0100905 ], [ 120.1804641, 30.0101302 ], [ 120.1805635, 30.0101623 ], [ 120.1808435, 30.0102283 ], [ 120.180931, 30.0103163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692878, 30.0182085 ], [ 120.1691471, 30.0179464 ], [ 120.1692953, 30.0170723 ], [ 120.1698618, 30.016157 ], [ 120.1709664, 30.0155073 ], [ 120.1716075, 30.0149871 ], [ 120.171822, 30.0146217 ], [ 120.1721632, 30.0140406 ], [ 120.1724773, 30.0134169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724773, 30.0134169 ], [ 120.1721632, 30.0140406 ], [ 120.171822, 30.0146217 ], [ 120.1716075, 30.0149871 ], [ 120.1709664, 30.0155073 ], [ 120.1698618, 30.016157 ], [ 120.1692953, 30.0170723 ], [ 120.1691471, 30.0179464 ], [ 120.1692878, 30.0182085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692878, 30.0182085 ], [ 120.1698133, 30.0186208 ], [ 120.1703076, 30.0188406 ], [ 120.1704699, 30.0189128 ], [ 120.1715372, 30.0195619 ], [ 120.1715297, 30.0197421 ], [ 120.1715047, 30.0200467 ], [ 120.1718232, 30.0203305 ], [ 120.1721903, 30.0218098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1721903, 30.0218098 ], [ 120.1718232, 30.0203305 ], [ 120.1715047, 30.0200467 ], [ 120.1715297, 30.0197421 ], [ 120.1715372, 30.0195619 ], [ 120.1704699, 30.0189128 ], [ 120.1703076, 30.0188406 ], [ 120.1698133, 30.0186208 ], [ 120.1692878, 30.0182085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841124, 29.9651144 ], [ 120.184106, 29.9650257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724773, 30.0134169 ], [ 120.1725378, 30.0134107 ], [ 120.17274, 30.01339 ], [ 120.17287, 30.01339 ], [ 120.17342, 30.01342 ], [ 120.17357, 30.01343 ], [ 120.17372, 30.01343 ], [ 120.1743, 30.01338 ], [ 120.17445, 30.01336 ], [ 120.17498, 30.01325 ], [ 120.17511, 30.01321 ], [ 120.17558, 30.01302 ], [ 120.17569, 30.01296 ], [ 120.1757969, 30.0129025 ], [ 120.17621, 30.01268 ], [ 120.17631, 30.01262 ], [ 120.17676, 30.0123 ], [ 120.17684, 30.01223 ], [ 120.1769902, 30.0120761 ], [ 120.1770939, 30.0119698 ], [ 120.17724, 30.01182 ], [ 120.17732, 30.01173 ], [ 120.1773783, 30.0116766 ], [ 120.177607, 30.0114669 ], [ 120.17768, 30.0114 ], [ 120.178, 30.01122 ], [ 120.17812, 30.01117 ], [ 120.17825, 30.01113 ], [ 120.1784765, 30.0111001 ], [ 120.17878, 30.01106 ], [ 120.17891, 30.01105 ], [ 120.1795, 30.01098 ], [ 120.17979, 30.0109 ], [ 120.17988, 30.01087 ], [ 120.1802608, 30.0106407 ], [ 120.1803408, 30.0106107 ], [ 120.1805342, 30.0105214 ], [ 120.180931, 30.0103163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180931, 30.0103163 ], [ 120.1805342, 30.0105214 ], [ 120.1803408, 30.0106107 ], [ 120.1802608, 30.0106407 ], [ 120.17988, 30.01087 ], [ 120.17979, 30.0109 ], [ 120.1795, 30.01098 ], [ 120.17891, 30.01105 ], [ 120.17878, 30.01106 ], [ 120.1784765, 30.0111001 ], [ 120.17825, 30.01113 ], [ 120.17812, 30.01117 ], [ 120.178, 30.01122 ], [ 120.17768, 30.0114 ], [ 120.177607, 30.0114669 ], [ 120.1773783, 30.0116766 ], [ 120.17732, 30.01173 ], [ 120.17724, 30.01182 ], [ 120.1770939, 30.0119698 ], [ 120.1769902, 30.0120761 ], [ 120.17684, 30.01223 ], [ 120.17676, 30.0123 ], [ 120.17631, 30.01262 ], [ 120.17621, 30.01268 ], [ 120.1757969, 30.0129025 ], [ 120.17569, 30.01296 ], [ 120.17558, 30.01302 ], [ 120.17511, 30.01321 ], [ 120.17498, 30.01325 ], [ 120.17445, 30.01336 ], [ 120.1743, 30.01338 ], [ 120.17372, 30.01343 ], [ 120.17357, 30.01343 ], [ 120.17342, 30.01342 ], [ 120.17287, 30.01339 ], [ 120.17274, 30.01339 ], [ 120.1725378, 30.0134107 ], [ 120.1724773, 30.0134169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1818613, 30.0155678 ], [ 120.1819298, 30.0155659 ], [ 120.1820438, 30.0155628 ], [ 120.1822515, 30.0155538 ], [ 120.1826938, 30.015595 ], [ 120.1837825, 30.0156654 ], [ 120.1854945, 30.0158067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854945, 30.0158067 ], [ 120.1837825, 30.0156654 ], [ 120.1826938, 30.015595 ], [ 120.1822515, 30.0155538 ], [ 120.1820438, 30.0155628 ], [ 120.1819298, 30.0155659 ], [ 120.1818613, 30.0155678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822612, 30.0184019 ], [ 120.1823834, 30.0175015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1823834, 30.0175015 ], [ 120.1822612, 30.0184019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822612, 30.0184019 ], [ 120.1822182, 30.0185096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822182, 30.0185096 ], [ 120.1822612, 30.0184019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822612, 30.0184019 ], [ 120.1836234, 30.0184932 ], [ 120.185388, 30.0186129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675203, 29.9416659 ], [ 120.1674967, 29.9417052 ], [ 120.1675013, 29.9417506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675013, 29.9417506 ], [ 120.1674967, 29.9417052 ], [ 120.1675203, 29.9416659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石管线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673789, 29.9450847 ], [ 120.1677489, 29.9455062 ], [ 120.1678179, 29.9455848 ], [ 120.1679102, 29.9456847 ], [ 120.168027, 29.9458111 ], [ 120.1687399, 29.9465827 ], [ 120.1688256, 29.9466754 ], [ 120.1689393, 29.9467757 ], [ 120.1694088, 29.9470135 ], [ 120.169619, 29.9471603 ], [ 120.1697895, 29.9474285 ], [ 120.1698128, 29.9474825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石管线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698128, 29.9474825 ], [ 120.1697895, 29.9474285 ], [ 120.169619, 29.9471603 ], [ 120.1694088, 29.9470135 ], [ 120.1689393, 29.9467757 ], [ 120.1688256, 29.9466754 ], [ 120.1687399, 29.9465827 ], [ 120.168027, 29.9458111 ], [ 120.1679102, 29.9456847 ], [ 120.1678179, 29.9455848 ], [ 120.1677489, 29.9455062 ], [ 120.1673789, 29.9450847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724773, 30.0134169 ], [ 120.17235, 30.01343 ], [ 120.1719643, 30.0134943 ], [ 120.17175, 30.01353 ], [ 120.17164, 30.01353 ], [ 120.171439, 30.0135102 ], [ 120.17103, 30.01347 ], [ 120.17091, 30.01347 ], [ 120.17038, 30.0135 ], [ 120.17025, 30.01352 ], [ 120.16968, 30.01361 ], [ 120.16953, 30.01363 ], [ 120.16894, 30.01369 ], [ 120.16879, 30.0137 ], [ 120.1687134, 30.0136893 ], [ 120.168334, 30.0136027 ], [ 120.1679699, 30.0134824 ], [ 120.1678952, 30.0134377 ], [ 120.1674334, 30.0131612 ], [ 120.1671272, 30.0128247 ], [ 120.1667892, 30.0124128 ], [ 120.1663071, 30.0118261 ], [ 120.16589, 30.0114 ], [ 120.1658, 30.0113 ], [ 120.1656479, 30.0111626 ], [ 120.16549, 30.01102 ], [ 120.16537, 30.01094 ], [ 120.16501, 30.01075 ], [ 120.16488, 30.01071 ], [ 120.16447, 30.01064 ], [ 120.16433, 30.01062 ], [ 120.16377, 30.0106 ], [ 120.16363, 30.0106 ], [ 120.16348, 30.01061 ], [ 120.1631494, 30.010632 ], [ 120.16288, 30.01065 ], [ 120.16273, 30.01067 ], [ 120.16216, 30.01073 ], [ 120.16202, 30.01075 ], [ 120.16145, 30.01084 ], [ 120.16131, 30.01086 ], [ 120.16076, 30.01094 ], [ 120.16062, 30.01095 ], [ 120.16008, 30.0109 ], [ 120.15994, 30.01088 ], [ 120.1595472, 30.0107894 ], [ 120.15942, 30.01076 ], [ 120.15929, 30.01073 ], [ 120.1592402, 30.0107177 ], [ 120.15868, 30.01058 ], [ 120.15856, 30.01055 ], [ 120.15799, 30.01037 ], [ 120.15788, 30.01034 ], [ 120.15722, 30.01018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15722, 30.01018 ], [ 120.15788, 30.01034 ], [ 120.15799, 30.01037 ], [ 120.15856, 30.01055 ], [ 120.15868, 30.01058 ], [ 120.1592402, 30.0107177 ], [ 120.15929, 30.01073 ], [ 120.15942, 30.01076 ], [ 120.1595472, 30.0107894 ], [ 120.15994, 30.01088 ], [ 120.16008, 30.0109 ], [ 120.16062, 30.01095 ], [ 120.16076, 30.01094 ], [ 120.16131, 30.01086 ], [ 120.16145, 30.01084 ], [ 120.16202, 30.01075 ], [ 120.16216, 30.01073 ], [ 120.16273, 30.01067 ], [ 120.16288, 30.01065 ], [ 120.1631494, 30.010632 ], [ 120.16348, 30.01061 ], [ 120.16363, 30.0106 ], [ 120.16377, 30.0106 ], [ 120.16433, 30.01062 ], [ 120.16447, 30.01064 ], [ 120.16488, 30.01071 ], [ 120.16501, 30.01075 ], [ 120.16537, 30.01094 ], [ 120.16549, 30.01102 ], [ 120.1656479, 30.0111626 ], [ 120.1658, 30.0113 ], [ 120.16589, 30.0114 ], [ 120.1663071, 30.0118261 ], [ 120.1667892, 30.0124128 ], [ 120.1671272, 30.0128247 ], [ 120.1674334, 30.0131612 ], [ 120.1678952, 30.0134377 ], [ 120.1679699, 30.0134824 ], [ 120.168334, 30.0136027 ], [ 120.1687134, 30.0136893 ], [ 120.16879, 30.0137 ], [ 120.16894, 30.01369 ], [ 120.16953, 30.01363 ], [ 120.16968, 30.01361 ], [ 120.17025, 30.01352 ], [ 120.17038, 30.0135 ], [ 120.17091, 30.01347 ], [ 120.17103, 30.01347 ], [ 120.171439, 30.0135102 ], [ 120.17164, 30.01353 ], [ 120.17175, 30.01353 ], [ 120.1719643, 30.0134943 ], [ 120.17235, 30.01343 ], [ 120.1724773, 30.0134169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692878, 30.0182085 ], [ 120.1668159, 30.0198046 ], [ 120.1662646, 30.0201003 ], [ 120.1659933, 30.0202458 ], [ 120.165489, 30.0205163 ], [ 120.1651617, 30.0206918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651617, 30.0206918 ], [ 120.165489, 30.0205163 ], [ 120.1659933, 30.0202458 ], [ 120.1662646, 30.0201003 ], [ 120.1668159, 30.0198046 ], [ 120.1692878, 30.0182085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626614, 30.0346229 ], [ 120.1633258, 30.0351821 ], [ 120.163478, 30.0353101 ], [ 120.1640882, 30.0358237 ], [ 120.164159, 30.0358833 ], [ 120.1652135, 30.0367707 ], [ 120.1654496, 30.0369147 ], [ 120.1657875, 30.0370447 ], [ 120.1661166, 30.0370704 ], [ 120.1663708, 30.0370902 ], [ 120.1665727, 30.037106 ], [ 120.1683464, 30.0372444 ], [ 120.1690223, 30.0373048 ], [ 120.1695909, 30.037407 ], [ 120.169877, 30.0375163 ], [ 120.1701864, 30.0376345 ], [ 120.1705868, 30.0378519 ], [ 120.1720854, 30.0386655 ], [ 120.1727125, 30.0390113 ], [ 120.1728686, 30.0390974 ], [ 120.1729092, 30.0391439 ], [ 120.1732507, 30.0395353 ], [ 120.1736971, 30.0402379 ], [ 120.1740995, 30.0408712 ], [ 120.1741992, 30.0410281 ], [ 120.1742893, 30.0411699 ], [ 120.1744009, 30.0414151 ], [ 120.1744867, 30.0418535 ], [ 120.1745039, 30.0422993 ], [ 120.174418, 30.0426856 ], [ 120.174134, 30.0433832 ], [ 120.1740874, 30.0434976 ], [ 120.1739975, 30.0437184 ], [ 120.1730791, 30.0472847 ], [ 120.1722036, 30.0506725 ], [ 120.1718774, 30.0516532 ], [ 120.1710535, 30.0537408 ], [ 120.1709076, 30.0541865 ], [ 120.1708718, 30.0543828 ], [ 120.1708534, 30.0544839 ], [ 120.1708046, 30.0547512 ], [ 120.170796, 30.0553975 ], [ 120.1708826, 30.0558205 ], [ 120.1709161, 30.0559844 ], [ 120.1712595, 30.0576856 ], [ 120.1712766, 30.0581759 ], [ 120.1712423, 30.0585919 ], [ 120.1708561, 30.0608205 ], [ 120.1705213, 30.0625439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1705213, 30.0625439 ], [ 120.1708561, 30.0608205 ], [ 120.1712423, 30.0585919 ], [ 120.1712766, 30.0581759 ], [ 120.1712595, 30.0576856 ], [ 120.1709161, 30.0559844 ], [ 120.1708826, 30.0558205 ], [ 120.170796, 30.0553975 ], [ 120.1708046, 30.0547512 ], [ 120.1708534, 30.0544839 ], [ 120.1708718, 30.0543828 ], [ 120.1709076, 30.0541865 ], [ 120.1710535, 30.0537408 ], [ 120.1718774, 30.0516532 ], [ 120.1722036, 30.0506725 ], [ 120.1730791, 30.0472847 ], [ 120.1739975, 30.0437184 ], [ 120.1740874, 30.0434976 ], [ 120.174134, 30.0433832 ], [ 120.174418, 30.0426856 ], [ 120.1745039, 30.0422993 ], [ 120.1744867, 30.0418535 ], [ 120.1744009, 30.0414151 ], [ 120.1742893, 30.0411699 ], [ 120.1741992, 30.0410281 ], [ 120.1740995, 30.0408712 ], [ 120.1736971, 30.0402379 ], [ 120.1732507, 30.0395353 ], [ 120.1729092, 30.0391439 ], [ 120.1728686, 30.0390974 ], [ 120.1727125, 30.0390113 ], [ 120.1720854, 30.0386655 ], [ 120.1705868, 30.0378519 ], [ 120.1701864, 30.0376345 ], [ 120.169877, 30.0375163 ], [ 120.1695909, 30.037407 ], [ 120.1690223, 30.0373048 ], [ 120.1683464, 30.0372444 ], [ 120.1665727, 30.037106 ], [ 120.1663708, 30.0370902 ], [ 120.1661166, 30.0370704 ], [ 120.1657875, 30.0370447 ], [ 120.1654496, 30.0369147 ], [ 120.1652135, 30.0367707 ], [ 120.164159, 30.0358833 ], [ 120.1640882, 30.0358237 ], [ 120.163478, 30.0353101 ], [ 120.1633258, 30.0351821 ], [ 120.1626614, 30.0346229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853858, 30.0187236 ], [ 120.1822182, 30.0185096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822182, 30.0185096 ], [ 120.1817881, 30.0195863 ], [ 120.181808, 30.0215282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181808, 30.0215282 ], [ 120.1817881, 30.0195863 ], [ 120.1822182, 30.0185096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736981, 30.0196779 ], [ 120.1740038, 30.0200216 ], [ 120.1740468, 30.020133 ], [ 120.1741272, 30.0204581 ], [ 120.1743633, 30.0208065 ], [ 120.1763166, 30.0228253 ], [ 120.1780493, 30.0233936 ], [ 120.1787276, 30.0233643 ], [ 120.1802897, 30.0232967 ], [ 120.1816091, 30.0231854 ], [ 120.1818834, 30.0231622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1818834, 30.0231622 ], [ 120.1816091, 30.0231854 ], [ 120.1802897, 30.0232967 ], [ 120.1787276, 30.0233643 ], [ 120.1780493, 30.0233936 ], [ 120.1763166, 30.0228253 ], [ 120.1743633, 30.0208065 ], [ 120.1741272, 30.0204581 ], [ 120.1740468, 30.020133 ], [ 120.1740038, 30.0200216 ], [ 120.1736981, 30.0196779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852318, 30.0217495 ], [ 120.181808, 30.0215282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181808, 30.0215282 ], [ 120.1852318, 30.0217495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1818834, 30.0231622 ], [ 120.181808, 30.0215282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181808, 30.0215282 ], [ 120.1818834, 30.0231622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1818834, 30.0231622 ], [ 120.1832225, 30.0232404 ], [ 120.1851658, 30.0233953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851658, 30.0233953 ], [ 120.1832225, 30.0232404 ], [ 120.1818834, 30.0231622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179674, 30.0277174 ], [ 120.1799262, 30.0276849 ], [ 120.1799744, 30.0276942 ], [ 120.1813209, 30.0275734 ], [ 120.1818574, 30.0274759 ], [ 120.1819793, 30.027313 ], [ 120.1820121, 30.0269338 ], [ 120.1819566, 30.0249462 ], [ 120.1819271, 30.0240744 ], [ 120.1818834, 30.0231622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1818834, 30.0231622 ], [ 120.1819271, 30.0240744 ], [ 120.1819566, 30.0249462 ], [ 120.1820121, 30.0269338 ], [ 120.1819793, 30.027313 ], [ 120.1818574, 30.0274759 ], [ 120.1813209, 30.0275734 ], [ 120.1799744, 30.0276942 ], [ 120.1799262, 30.0276849 ], [ 120.179674, 30.0277174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1768345, 30.0377314 ], [ 120.1767992, 30.0376683 ], [ 120.1768925, 30.0376325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1768925, 30.0376325 ], [ 120.1767992, 30.0376683 ], [ 120.1768345, 30.0377314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1768925, 30.0376325 ], [ 120.1855252, 30.0408042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855119, 30.0409346 ], [ 120.1768345, 30.0377314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1866989, 30.0324676 ], [ 120.1865697, 30.0337061 ], [ 120.1864154, 30.0350485 ], [ 120.186411, 30.0357316 ], [ 120.1860374, 30.0381856 ], [ 120.1858412, 30.0396733 ], [ 120.1854396, 30.0434694 ], [ 120.1851921, 30.0443668 ], [ 120.1849679, 30.0451025 ], [ 120.1846784, 30.0459757 ], [ 120.1838798, 30.0478029 ], [ 120.1832749, 30.0490314 ], [ 120.1830086, 30.0494832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1828075, 30.0494074 ], [ 120.1829784, 30.0490411 ], [ 120.1835933, 30.047723 ], [ 120.1846748, 30.0452787 ], [ 120.1849946, 30.0444059 ], [ 120.1851811, 30.0438872 ], [ 120.1852545, 30.0434689 ], [ 120.1855119, 30.0409346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1830086, 30.0494832 ], [ 120.1828075, 30.0494074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1828075, 30.0494074 ], [ 120.1830086, 30.0494832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1830086, 30.0494832 ], [ 120.1848157, 30.050164 ], [ 120.1849552, 30.0502847 ], [ 120.1851268, 30.0504797 ], [ 120.185277, 30.0508791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185277, 30.0508791 ], [ 120.1851268, 30.0504797 ], [ 120.1849552, 30.0502847 ], [ 120.1848157, 30.050164 ], [ 120.1830086, 30.0494832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771977, 30.0632365 ], [ 120.1774163, 30.0621316 ], [ 120.1776872, 30.0610606 ], [ 120.1778086, 30.0605796 ], [ 120.1780208, 30.0598825 ], [ 120.178266, 30.0591621 ], [ 120.1787498, 30.0581523 ], [ 120.1789835, 30.0576384 ], [ 120.1789978, 30.0576069 ], [ 120.1797865, 30.0559108 ], [ 120.180258, 30.0548939 ], [ 120.1809736, 30.0533209 ], [ 120.1810083, 30.0531909 ], [ 120.1811693, 30.0527487 ], [ 120.1814708, 30.0520692 ], [ 120.1825885, 30.0498434 ], [ 120.1828075, 30.0494074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1830086, 30.0494832 ], [ 120.1822341, 30.0510126 ], [ 120.1816569, 30.0521524 ], [ 120.1811737, 30.0532542 ], [ 120.1810352, 30.0536073 ], [ 120.1801632, 30.0554341 ], [ 120.1794207, 30.0569888 ], [ 120.179092, 30.057672 ], [ 120.1787305, 30.0584235 ], [ 120.1782345, 30.0595382 ], [ 120.1780829, 30.0599877 ], [ 120.1774135, 30.0632348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179585, 30.0630788 ], [ 120.1797608, 30.0629091 ], [ 120.1798082, 30.0628633 ], [ 120.1802116, 30.0626256 ], [ 120.1807781, 30.0623879 ], [ 120.1809619, 30.0623591 ], [ 120.1810851, 30.0623398 ], [ 120.1812824, 30.0623088 ], [ 120.1825385, 30.0621119 ], [ 120.183147, 30.0620165 ], [ 120.1833913, 30.0619779 ], [ 120.1839452, 30.0618902 ], [ 120.1844259, 30.0617491 ], [ 120.1847349, 30.0615931 ], [ 120.1850353, 30.0613851 ], [ 120.1852499, 30.0611325 ], [ 120.1853872, 30.0608948 ], [ 120.1855074, 30.0606125 ], [ 120.1855589, 30.0603079 ], [ 120.1855674, 30.0599365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855674, 30.0599365 ], [ 120.1855589, 30.0603079 ], [ 120.1855074, 30.0606125 ], [ 120.1853872, 30.0608948 ], [ 120.1852499, 30.0611325 ], [ 120.1850353, 30.0613851 ], [ 120.1847349, 30.0615931 ], [ 120.1844259, 30.0617491 ], [ 120.1839452, 30.0618902 ], [ 120.1833913, 30.0619779 ], [ 120.183147, 30.0620165 ], [ 120.1825385, 30.0621119 ], [ 120.1812824, 30.0623088 ], [ 120.1810851, 30.0623398 ], [ 120.1809619, 30.0623591 ], [ 120.1807781, 30.0623879 ], [ 120.1802116, 30.0626256 ], [ 120.1798082, 30.0628633 ], [ 120.1797608, 30.0629091 ], [ 120.179585, 30.0630788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861202, 30.0629352 ], [ 120.185934, 30.0629828 ], [ 120.1841141, 30.0630546 ], [ 120.1837206, 30.0628594 ], [ 120.1827886, 30.0629022 ], [ 120.1813499, 30.0630145 ], [ 120.1801992, 30.0632406 ], [ 120.1798136, 30.0632625 ], [ 120.1795244, 30.0632073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795244, 30.0632073 ], [ 120.1798136, 30.0632625 ], [ 120.1801992, 30.0632406 ], [ 120.1813499, 30.0630145 ], [ 120.1827886, 30.0629022 ], [ 120.1837206, 30.0628594 ], [ 120.1841141, 30.0630546 ], [ 120.185934, 30.0629828 ], [ 120.1861202, 30.0629352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179585, 30.0630788 ], [ 120.1795244, 30.0632073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.170178, 30.0629088 ], [ 120.170281, 30.0628188 ], [ 120.1703668, 30.0627519 ], [ 120.1705213, 30.0625439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1705213, 30.0625439 ], [ 120.1703668, 30.0627519 ], [ 120.170281, 30.0628188 ], [ 120.170178, 30.0629088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1705213, 30.0625439 ], [ 120.1705557, 30.0627222 ], [ 120.1706415, 30.0628931 ], [ 120.1708217, 30.0630193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1708217, 30.0630193 ], [ 120.1706415, 30.0628931 ], [ 120.1705557, 30.0627222 ], [ 120.1705213, 30.0625439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1708217, 30.0630193 ], [ 120.1704526, 30.0629332 ], [ 120.170178, 30.0629088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.170178, 30.0629088 ], [ 120.1704526, 30.0629332 ], [ 120.1708217, 30.0630193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.170178, 30.0629088 ], [ 120.1699205, 30.0629065 ], [ 120.1695756, 30.0629311 ], [ 120.1692666, 30.0630021 ], [ 120.1689576, 30.0630858 ], [ 120.168573, 30.0632571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.168573, 30.0632571 ], [ 120.1689576, 30.0630858 ], [ 120.1692666, 30.0630021 ], [ 120.1695756, 30.0629311 ], [ 120.1699205, 30.0629065 ], [ 120.170178, 30.0629088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771977, 30.0632365 ], [ 120.174961, 30.0632542 ], [ 120.1736541, 30.0632645 ], [ 120.1721349, 30.0633165 ], [ 120.1718345, 30.0632868 ], [ 120.1714654, 30.0631893 ], [ 120.1712678, 30.0631371 ], [ 120.1710531, 30.0630804 ], [ 120.1708217, 30.0630193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1708217, 30.0630193 ], [ 120.1710531, 30.0630804 ], [ 120.1712678, 30.0631371 ], [ 120.1714654, 30.0631893 ], [ 120.1718345, 30.0632868 ], [ 120.1721349, 30.0633165 ], [ 120.1736541, 30.0632645 ], [ 120.174961, 30.0632542 ], [ 120.1771977, 30.0632365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179585, 30.0630788 ], [ 120.1793388, 30.0631862 ], [ 120.179127, 30.0632673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179127, 30.0632673 ], [ 120.1793388, 30.0631862 ], [ 120.179585, 30.0630788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771977, 30.0632365 ], [ 120.1774135, 30.0632348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774135, 30.0632348 ], [ 120.1771977, 30.0632365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795244, 30.0632073 ], [ 120.179127, 30.0632673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179127, 30.0632673 ], [ 120.1795244, 30.0632073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774135, 30.0632348 ], [ 120.1782858, 30.0632294 ], [ 120.178526, 30.0632279 ], [ 120.1786323, 30.0632273 ], [ 120.179127, 30.0632673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179127, 30.0632673 ], [ 120.1786323, 30.0632273 ], [ 120.178526, 30.0632279 ], [ 120.1782858, 30.0632294 ], [ 120.1774135, 30.0632348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795244, 30.0632073 ], [ 120.1795164, 30.0635022 ], [ 120.1795679, 30.0636805 ], [ 120.1796787, 30.0639091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇孝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1796787, 30.0639091 ], [ 120.1795279, 30.0637337 ], [ 120.179127, 30.0632673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇孝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179127, 30.0632673 ], [ 120.1795279, 30.0637337 ], [ 120.1796787, 30.0639091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇孝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1796787, 30.0639091 ], [ 120.1801485, 30.0644778 ], [ 120.1803489, 30.0647204 ], [ 120.1818305, 30.0665993 ], [ 120.1822021, 30.0670706 ], [ 120.1824518, 30.0673872 ], [ 120.183044, 30.0683008 ], [ 120.1831968, 30.0685148 ], [ 120.1834851, 30.0689187 ], [ 120.1836307, 30.0691226 ], [ 120.1839731, 30.0696023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇孝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1839731, 30.0696023 ], [ 120.1836307, 30.0691226 ], [ 120.1834851, 30.0689187 ], [ 120.1831968, 30.0685148 ], [ 120.183044, 30.0683008 ], [ 120.1824518, 30.0673872 ], [ 120.1822021, 30.0670706 ], [ 120.1818305, 30.0665993 ], [ 120.1803489, 30.0647204 ], [ 120.1801485, 30.0644778 ], [ 120.1796787, 30.0639091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇孝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1839731, 30.0696023 ], [ 120.1840568, 30.0697196 ], [ 120.1846061, 30.0703212 ], [ 120.1847772, 30.0704634 ], [ 120.1850439, 30.0706852 ], [ 120.1853614, 30.070901 ], [ 120.1854709, 30.0709754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇孝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854709, 30.0709754 ], [ 120.1853614, 30.070901 ], [ 120.1850439, 30.0706852 ], [ 120.1847772, 30.0704634 ], [ 120.1846061, 30.0703212 ], [ 120.1840568, 30.0697196 ], [ 120.1839731, 30.0696023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740315, 30.0799973 ], [ 120.1744625, 30.0794995 ], [ 120.1746207, 30.0793301 ], [ 120.1747736, 30.0792025 ], [ 120.1749802, 30.0790934 ], [ 120.1757285, 30.0786547 ], [ 120.1766083, 30.0781394 ], [ 120.1768101, 30.0780437 ], [ 120.1770106, 30.0779741 ], [ 120.1771943, 30.077883 ], [ 120.1774411, 30.0777379 ], [ 120.1792556, 30.0765913 ], [ 120.1802722, 30.0759275 ], [ 120.1804975, 30.0757162 ], [ 120.1806638, 30.0755979 ], [ 120.1809213, 30.0754516 ], [ 120.1812592, 30.0752381 ], [ 120.181734, 30.0748412 ], [ 120.1820817, 30.0745463 ], [ 120.1821363, 30.0745 ], [ 120.1828364, 30.073864 ], [ 120.1833191, 30.0733696 ], [ 120.1842767, 30.0723692 ], [ 120.1843753, 30.0722566 ], [ 120.185135, 30.0713896 ], [ 120.1854709, 30.0709754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854709, 30.0709754 ], [ 120.185135, 30.0713896 ], [ 120.1843753, 30.0722566 ], [ 120.1842767, 30.0723692 ], [ 120.1833191, 30.0733696 ], [ 120.1828364, 30.073864 ], [ 120.1821363, 30.0745 ], [ 120.1820817, 30.0745463 ], [ 120.181734, 30.0748412 ], [ 120.1812592, 30.0752381 ], [ 120.1809213, 30.0754516 ], [ 120.1806638, 30.0755979 ], [ 120.1804975, 30.0757162 ], [ 120.1802722, 30.0759275 ], [ 120.1792556, 30.0765913 ], [ 120.1774411, 30.0777379 ], [ 120.1771943, 30.077883 ], [ 120.1770106, 30.0779741 ], [ 120.1768101, 30.0780437 ], [ 120.1766083, 30.0781394 ], [ 120.1757285, 30.0786547 ], [ 120.1749802, 30.0790934 ], [ 120.1747736, 30.0792025 ], [ 120.1746207, 30.0793301 ], [ 120.1744625, 30.0794995 ], [ 120.1740315, 30.0799973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1787194, 30.0756178 ], [ 120.17816, 30.0757381 ], [ 120.1776531, 30.0757772 ], [ 120.1769541, 30.075731 ], [ 120.1760948, 30.0756461 ], [ 120.1748592, 30.0755136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736283, 30.0956733 ], [ 120.1737701, 30.0955826 ], [ 120.1736304, 30.0950696 ], [ 120.1726024, 30.0927777 ], [ 120.1723524, 30.0917574 ], [ 120.1723156, 30.090527 ], [ 120.1724814, 30.0890187 ], [ 120.1727067, 30.087032 ], [ 120.1727984, 30.0860255 ], [ 120.1725982, 30.0852055 ], [ 120.1725352, 30.0848809 ], [ 120.1725196, 30.0848003 ], [ 120.172512, 30.0847613 ], [ 120.1722563, 30.0833646 ], [ 120.1722999, 30.0827622 ], [ 120.172456, 30.082019 ], [ 120.1748947, 30.0792964 ], [ 120.17672, 30.0782422 ], [ 120.1771534, 30.0780584 ], [ 120.1781649, 30.0774442 ], [ 120.1802433, 30.076146 ], [ 120.1809126, 30.0756826 ], [ 120.1822475, 30.0745887 ], [ 120.1849432, 30.0718529 ], [ 120.1857443, 30.070977 ], [ 120.186029, 30.0704874 ], [ 120.1868972, 30.0685411 ], [ 120.1870636, 30.0677337 ], [ 120.1869771, 30.0674535 ], [ 120.1870114, 30.0673043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870114, 30.0673043 ], [ 120.1869771, 30.0674535 ], [ 120.1870636, 30.0677337 ], [ 120.1868972, 30.0685411 ], [ 120.186029, 30.0704874 ], [ 120.1857443, 30.070977 ], [ 120.1849432, 30.0718529 ], [ 120.1822475, 30.0745887 ], [ 120.1809126, 30.0756826 ], [ 120.1802433, 30.076146 ], [ 120.1781649, 30.0774442 ], [ 120.1771534, 30.0780584 ], [ 120.17672, 30.0782422 ], [ 120.1748947, 30.0792964 ], [ 120.172456, 30.082019 ], [ 120.1722999, 30.0827622 ], [ 120.1722563, 30.0833646 ], [ 120.172512, 30.0847613 ], [ 120.1725196, 30.0848003 ], [ 120.1725352, 30.0848809 ], [ 120.1725982, 30.0852055 ], [ 120.1727984, 30.0860255 ], [ 120.1727067, 30.087032 ], [ 120.1724814, 30.0890187 ], [ 120.1723156, 30.090527 ], [ 120.1723524, 30.0917574 ], [ 120.1726024, 30.0927777 ], [ 120.1736304, 30.0950696 ], [ 120.1737701, 30.0955826 ], [ 120.1736283, 30.0956733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1747398, 30.0753656 ], [ 120.1755992, 30.0712212 ], [ 120.1757977, 30.0702638 ], [ 120.1760146, 30.0692176 ], [ 120.176078, 30.0687967 ], [ 120.1763727, 30.0673599 ], [ 120.176529, 30.0665977 ], [ 120.17682, 30.0651396 ], [ 120.1769493, 30.064492 ], [ 120.1771977, 30.0632365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774135, 30.0632348 ], [ 120.1771556, 30.064526 ], [ 120.1770954, 30.0648271 ], [ 120.176585, 30.0673823 ], [ 120.1764937, 30.0678394 ], [ 120.1764408, 30.068104 ], [ 120.1762237, 30.0691909 ], [ 120.1757879, 30.0713087 ], [ 120.1756643, 30.0719092 ], [ 120.1749498, 30.0753812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1747398, 30.0753656 ], [ 120.1749498, 30.0753812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748592, 30.0755136 ], [ 120.1747398, 30.0753656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749498, 30.0753812 ], [ 120.1748592, 30.0755136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749498, 30.0753812 ], [ 120.1759531, 30.0755135 ], [ 120.1768037, 30.0756222 ], [ 120.1775421, 30.0756911 ], [ 120.1780341, 30.075655 ], [ 120.1782075, 30.0756406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740315, 30.0799973 ], [ 120.173977, 30.0798454 ], [ 120.1742607, 30.078488 ], [ 120.1744437, 30.0776126 ], [ 120.1748592, 30.0755136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748592, 30.0755136 ], [ 120.1744437, 30.0776126 ], [ 120.1742607, 30.078488 ], [ 120.173977, 30.0798454 ], [ 120.1740315, 30.0799973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742643, 30.12163 ], [ 120.1754023, 30.1225127 ], [ 120.1757025, 30.1227492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1757025, 30.1227492 ], [ 120.1754023, 30.1225127 ], [ 120.1742643, 30.12163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.168573, 30.0632571 ], [ 120.1682811, 30.0635542 ], [ 120.1679124, 30.0640151 ], [ 120.1667362, 30.0654855 ], [ 120.1665989, 30.0657307 ], [ 120.1665216, 30.0659387 ], [ 120.1665136, 30.0659666 ], [ 120.1663671, 30.0664735 ], [ 120.1660067, 30.0678479 ], [ 120.1658178, 30.0685682 ], [ 120.1657708, 30.0686903 ], [ 120.1656976, 30.0688802 ], [ 120.1655118, 30.0691265 ], [ 120.165423, 30.0692442 ], [ 120.1650968, 30.0695487 ], [ 120.1650461, 30.0695776 ], [ 120.1647707, 30.0697344 ], [ 120.1595436, 30.0722524 ], [ 120.157989, 30.0730148 ], [ 120.1578193, 30.0730981 ], [ 120.1575446, 30.0732328 ], [ 120.1569687, 30.0735152 ], [ 120.1565996, 30.0737454 ], [ 120.1563335, 30.0740425 ], [ 120.1561354, 30.0743471 ], [ 120.1560058, 30.0747414 ], [ 120.1559224, 30.0752938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559224, 30.0752938 ], [ 120.1560058, 30.0747414 ], [ 120.1561354, 30.0743471 ], [ 120.1563335, 30.0740425 ], [ 120.1565996, 30.0737454 ], [ 120.1569687, 30.0735152 ], [ 120.1575446, 30.0732328 ], [ 120.1578193, 30.0730981 ], [ 120.157989, 30.0730148 ], [ 120.1595436, 30.0722524 ], [ 120.1647707, 30.0697344 ], [ 120.1650461, 30.0695776 ], [ 120.1650968, 30.0695487 ], [ 120.165423, 30.0692442 ], [ 120.1655118, 30.0691265 ], [ 120.1656976, 30.0688802 ], [ 120.1657708, 30.0686903 ], [ 120.1658178, 30.0685682 ], [ 120.1660067, 30.0678479 ], [ 120.1663671, 30.0664735 ], [ 120.1665136, 30.0659666 ], [ 120.1665216, 30.0659387 ], [ 120.1665989, 30.0657307 ], [ 120.1667362, 30.0654855 ], [ 120.1679124, 30.0640151 ], [ 120.1682811, 30.0635542 ], [ 120.168573, 30.0632571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1555601, 30.0795971 ], [ 120.1580264, 30.0797625 ], [ 120.1587506, 30.0797857 ], [ 120.1594533, 30.0797439 ], [ 120.1602365, 30.0795768 ], [ 120.1605187, 30.0794884 ], [ 120.1608588, 30.0793818 ], [ 120.161524, 30.0791033 ], [ 120.162055, 30.078783 ], [ 120.1626451, 30.0783466 ], [ 120.1631547, 30.0778639 ], [ 120.1639657, 30.077114 ], [ 120.1648767, 30.0762716 ], [ 120.1654614, 30.0758306 ], [ 120.1659872, 30.075515 ], [ 120.1666953, 30.07519 ], [ 120.1672746, 30.0750043 ], [ 120.1679183, 30.074879 ], [ 120.1686157, 30.0747861 ], [ 120.169179, 30.0747768 ], [ 120.1697555, 30.0748163 ], [ 120.1702393, 30.0748696 ], [ 120.1724733, 30.0751158 ], [ 120.1747398, 30.0753656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748592, 30.0755136 ], [ 120.1712707, 30.0751288 ], [ 120.1697576, 30.074947 ], [ 120.1691879, 30.0749106 ], [ 120.1685388, 30.0749187 ], [ 120.167927, 30.0750076 ], [ 120.1673806, 30.0751126 ], [ 120.1668342, 30.0752864 ], [ 120.1661104, 30.0756057 ], [ 120.1654332, 30.0760219 ], [ 120.164686, 30.0766402 ], [ 120.1640956, 30.0771883 ], [ 120.1627573, 30.0784305 ], [ 120.1622436, 30.0788346 ], [ 120.1617953, 30.0791094 ], [ 120.1611975, 30.0794003 ], [ 120.1603569, 30.0796913 ], [ 120.1595023, 30.0798691 ], [ 120.1586757, 30.0799176 ], [ 120.1577044, 30.079861 ], [ 120.15555, 30.0797258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601738, 30.108717 ], [ 120.1608447, 30.1084268 ], [ 120.1613203, 30.1084131 ], [ 120.1621697, 30.1084593 ], [ 120.1626646, 30.1085259 ], [ 120.1648573, 30.1088212 ], [ 120.1666758, 30.1090718 ], [ 120.1680437, 30.1090301 ], [ 120.1690254, 30.1094199 ], [ 120.1691151, 30.1094903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691151, 30.1094903 ], [ 120.1690254, 30.1094199 ], [ 120.1680437, 30.1090301 ], [ 120.1666758, 30.1090718 ], [ 120.1648573, 30.1088212 ], [ 120.1626646, 30.1085259 ], [ 120.1621697, 30.1084593 ], [ 120.1613203, 30.1084131 ], [ 120.1608447, 30.1084268 ], [ 120.1601738, 30.108717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691151, 30.1094903 ], [ 120.1687389, 30.1097605 ], [ 120.1685948, 30.1098908 ], [ 120.1684704, 30.1101457 ], [ 120.168346, 30.110378 ], [ 120.1681167, 30.1106782 ], [ 120.1675641, 30.1113169 ], [ 120.1672588, 30.1116697 ], [ 120.1669153, 30.1120237 ], [ 120.1666432, 30.1123042 ], [ 120.1659784, 30.1128378 ], [ 120.1658246, 30.1129613 ], [ 120.165687, 30.1130407 ], [ 120.1655102, 30.1131086 ], [ 120.1638533, 30.1132729 ], [ 120.1637143, 30.113296 ], [ 120.1632912, 30.1133665 ], [ 120.163261, 30.1133687 ], [ 120.1631716, 30.1133753 ], [ 120.1609659, 30.1135677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609659, 30.1135677 ], [ 120.1631716, 30.1133753 ], [ 120.163261, 30.1133687 ], [ 120.1632912, 30.1133665 ], [ 120.1637143, 30.113296 ], [ 120.1638533, 30.1132729 ], [ 120.1655102, 30.1131086 ], [ 120.165687, 30.1130407 ], [ 120.1658246, 30.1129613 ], [ 120.1659784, 30.1128378 ], [ 120.1666432, 30.1123042 ], [ 120.1669153, 30.1120237 ], [ 120.1672588, 30.1116697 ], [ 120.1675641, 30.1113169 ], [ 120.1681167, 30.1106782 ], [ 120.168346, 30.110378 ], [ 120.1684704, 30.1101457 ], [ 120.1685948, 30.1098908 ], [ 120.1687389, 30.1097605 ], [ 120.1691151, 30.1094903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1699044, 30.1241578 ], [ 120.1698138, 30.124391 ], [ 120.1692231, 30.1248329 ], [ 120.1679322, 30.1258979 ], [ 120.1678245, 30.1260294 ], [ 120.1677485, 30.1262102 ], [ 120.1677485, 30.1263965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新市街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1677485, 30.1263965 ], [ 120.1677485, 30.1262102 ], [ 120.1678245, 30.1260294 ], [ 120.1679322, 30.1258979 ], [ 120.1692231, 30.1248329 ], [ 120.1698138, 30.124391 ], [ 120.1699044, 30.1241578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180009, 30.1160441 ], [ 120.1801207, 30.1160766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1801207, 30.1160766 ], [ 120.180009, 30.1160441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803201, 30.1161381 ], [ 120.1801207, 30.1160766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1801207, 30.1160766 ], [ 120.1803201, 30.1161381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803201, 30.1161381 ], [ 120.1804142, 30.1161622 ], [ 120.1826313, 30.1166844 ], [ 120.1827385, 30.1167385 ], [ 120.1828834, 30.1168271 ], [ 120.1832132, 30.1171833 ], [ 120.1835781, 30.1175552 ], [ 120.1836826, 30.1176283 ], [ 120.1838449, 30.1176956 ], [ 120.1847689, 30.1180253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1847689, 30.1180253 ], [ 120.1838449, 30.1176956 ], [ 120.1836826, 30.1176283 ], [ 120.1835781, 30.1175552 ], [ 120.1832132, 30.1171833 ], [ 120.1828834, 30.1168271 ], [ 120.1827385, 30.1167385 ], [ 120.1826313, 30.1166844 ], [ 120.1804142, 30.1161622 ], [ 120.1803201, 30.1161381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176764, 30.1235278 ], [ 120.1769734, 30.1232276 ], [ 120.1773459, 30.1226851 ], [ 120.1781161, 30.1216288 ], [ 120.1783702, 30.1212285 ], [ 120.1786158, 30.1207566 ], [ 120.178652, 30.1206578 ], [ 120.1787676, 30.1203417 ], [ 120.1789319, 30.1198653 ], [ 120.1795105, 30.1180818 ], [ 120.1801207, 30.1160766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803201, 30.1161381 ], [ 120.1797206, 30.1181226 ], [ 120.1794097, 30.1191097 ], [ 120.1791586, 30.119907 ], [ 120.1789981, 30.1204166 ], [ 120.1788264, 30.1208267 ], [ 120.1786867, 30.1211365 ], [ 120.1785051, 30.1214353 ], [ 120.1783619, 30.1216661 ], [ 120.1781517, 30.1219474 ], [ 120.1772421, 30.1231801 ], [ 120.1769181, 30.1236272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176764, 30.1235278 ], [ 120.1769181, 30.1236272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1769181, 30.1236272 ], [ 120.176764, 30.1235278 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1757025, 30.1227492 ], [ 120.1763641, 30.1232457 ], [ 120.1766673, 30.1234732 ], [ 120.176764, 30.1235278 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176764, 30.1235278 ], [ 120.1766673, 30.1234732 ], [ 120.1763641, 30.1232457 ], [ 120.1757025, 30.1227492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690725, 30.127076 ], [ 120.1697322, 30.1265667 ], [ 120.1705025, 30.1260435 ], [ 120.1710598, 30.1256051 ], [ 120.1713535, 30.125403 ], [ 120.1716883, 30.125232 ], [ 120.1722776, 30.1250301 ], [ 120.1728448, 30.1248445 ], [ 120.1731568, 30.1247203 ], [ 120.1732215, 30.1246945 ], [ 120.1736331, 30.1244834 ], [ 120.1740551, 30.1242132 ], [ 120.1742444, 30.1240591 ], [ 120.1744308, 30.1239074 ], [ 120.1757025, 30.1227492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1757025, 30.1227492 ], [ 120.1744308, 30.1239074 ], [ 120.1742444, 30.1240591 ], [ 120.1740551, 30.1242132 ], [ 120.1736331, 30.1244834 ], [ 120.1732215, 30.1246945 ], [ 120.1731568, 30.1247203 ], [ 120.1728448, 30.1248445 ], [ 120.1722776, 30.1250301 ], [ 120.1716883, 30.125232 ], [ 120.1713535, 30.125403 ], [ 120.1710598, 30.1256051 ], [ 120.1705025, 30.1260435 ], [ 120.1697322, 30.1265667 ], [ 120.1690725, 30.127076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1769181, 30.1236272 ], [ 120.1766345, 30.124036 ], [ 120.1763462, 30.1244514 ], [ 120.1760286, 30.124918 ], [ 120.175755, 30.1254132 ], [ 120.1756896, 30.1255731 ], [ 120.1755739, 30.1258558 ], [ 120.1754111, 30.1262521 ], [ 120.1753097, 30.1265523 ], [ 120.1752494, 30.1268526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1750354, 30.1269807 ], [ 120.1750777, 30.1267128 ], [ 120.1752033, 30.1262157 ], [ 120.1753832, 30.1257196 ], [ 120.1756516, 30.1251843 ], [ 120.1758278, 30.1248673 ], [ 120.1760636, 30.1245208 ], [ 120.1764586, 30.123953 ], [ 120.1765137, 30.1238763 ], [ 120.176764, 30.1235278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774985, 30.1269664 ], [ 120.1767529, 30.1269106 ], [ 120.1754006, 30.1268094 ], [ 120.1752494, 30.1268526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1752494, 30.1268526 ], [ 120.1754006, 30.1268094 ], [ 120.1767529, 30.1269106 ], [ 120.1774985, 30.1269664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1750354, 30.1269807 ], [ 120.1752494, 30.1268526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1752494, 30.1268526 ], [ 120.1750354, 30.1269807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690725, 30.127076 ], [ 120.169326, 30.1271253 ], [ 120.1698172, 30.1271317 ], [ 120.1708074, 30.1271446 ], [ 120.1709985, 30.1271143 ], [ 120.1730945, 30.1270496 ], [ 120.1749419, 30.1269925 ], [ 120.1750354, 30.1269807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1750354, 30.1269807 ], [ 120.1749419, 30.1269925 ], [ 120.1730945, 30.1270496 ], [ 120.1709985, 30.1271143 ], [ 120.1708074, 30.1271446 ], [ 120.1698172, 30.1271317 ], [ 120.169326, 30.1271253 ], [ 120.1690725, 30.127076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1752494, 30.1268526 ], [ 120.1752269, 30.1273316 ], [ 120.1751619, 30.1279084 ], [ 120.1751072, 30.1284742 ], [ 120.1749045, 30.1305697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174697, 30.130549 ], [ 120.1747316, 30.1301595 ], [ 120.1748355, 30.1289904 ], [ 120.1748468, 30.1288628 ], [ 120.1748801, 30.1282076 ], [ 120.1749477, 30.1276815 ], [ 120.1750354, 30.1269807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653039, 30.1296837 ], [ 120.1678931, 30.129912 ], [ 120.1689072, 30.1300099 ], [ 120.1692241, 30.1300405 ], [ 120.169532, 30.1300703 ], [ 120.171041, 30.130216 ], [ 120.1724594, 30.130346 ], [ 120.17314, 30.1304083 ], [ 120.1732313, 30.1304167 ], [ 120.1746112, 30.1305431 ], [ 120.174697, 30.130549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174697, 30.130549 ], [ 120.1746112, 30.1305431 ], [ 120.1732313, 30.1304167 ], [ 120.17314, 30.1304083 ], [ 120.1724594, 30.130346 ], [ 120.171041, 30.130216 ], [ 120.169532, 30.1300703 ], [ 120.1692241, 30.1300405 ], [ 120.1689072, 30.1300099 ], [ 120.1678931, 30.129912 ], [ 120.1653039, 30.1296837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174697, 30.130549 ], [ 120.1749045, 30.1305697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749045, 30.1305697 ], [ 120.174697, 30.130549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1745748, 30.1318803 ], [ 120.174697, 30.130549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749045, 30.1305697 ], [ 120.1748992, 30.1306206 ], [ 120.1747681, 30.1318894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1677485, 30.1263965 ], [ 120.1680335, 30.1265226 ], [ 120.168382, 30.1267253 ], [ 120.1688128, 30.1269664 ], [ 120.1690725, 30.127076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690725, 30.127076 ], [ 120.1688128, 30.1269664 ], [ 120.168382, 30.1267253 ], [ 120.1680335, 30.1265226 ], [ 120.1677485, 30.1263965 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "新市街", "闻兴路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1677485, 30.1263965 ], [ 120.167267, 30.1262486 ], [ 120.1671276, 30.1262212 ], [ 120.1670136, 30.126265 ], [ 120.1667982, 30.1267691 ], [ 120.1665004, 30.1270924 ], [ 120.1654551, 30.1282212 ], [ 120.164324, 30.1295914 ], [ 120.1651597, 30.129637 ], [ 120.1653039, 30.1296837 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "新市街", "闻兴路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653039, 30.1296837 ], [ 120.1651597, 30.129637 ], [ 120.164324, 30.1295914 ], [ 120.1654551, 30.1282212 ], [ 120.1665004, 30.1270924 ], [ 120.1667982, 30.1267691 ], [ 120.1670136, 30.126265 ], [ 120.1671276, 30.1262212 ], [ 120.167267, 30.1262486 ], [ 120.1677485, 30.1263965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653039, 30.1296837 ], [ 120.1655165, 30.1293011 ], [ 120.1659098, 30.1289221 ], [ 120.1667072, 30.1285888 ], [ 120.1674997, 30.1283086 ], [ 120.1685642, 30.127508 ], [ 120.1690725, 30.127076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690725, 30.127076 ], [ 120.1685642, 30.127508 ], [ 120.1674997, 30.1283086 ], [ 120.1667072, 30.1285888 ], [ 120.1659098, 30.1289221 ], [ 120.1655165, 30.1293011 ], [ 120.1653039, 30.1296837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水田畈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1652444, 30.1329135 ], [ 120.1651091, 30.1313767 ], [ 120.1651277, 30.1307553 ], [ 120.1651634, 30.1305089 ], [ 120.1651713, 30.1304538 ], [ 120.1651877, 30.1303406 ], [ 120.1652634, 30.1298609 ], [ 120.165273, 30.1297998 ], [ 120.1653039, 30.1296837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水田畈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653039, 30.1296837 ], [ 120.165273, 30.1297998 ], [ 120.1652634, 30.1298609 ], [ 120.1651877, 30.1303406 ], [ 120.1651713, 30.1304538 ], [ 120.1651634, 30.1305089 ], [ 120.1651277, 30.1307553 ], [ 120.1651091, 30.1313767 ], [ 120.1652444, 30.1329135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "万达中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1652444, 30.1329135 ], [ 120.1634003, 30.1332144 ], [ 120.1621018, 30.1334701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "万达中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621018, 30.1334701 ], [ 120.1634003, 30.1332144 ], [ 120.1652444, 30.1329135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1555601, 30.0795971 ], [ 120.155659, 30.0783466 ], [ 120.1558032, 30.0765217 ], [ 120.1559224, 30.0752938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559224, 30.0752938 ], [ 120.1558032, 30.0765217 ], [ 120.155659, 30.0783466 ], [ 120.1555601, 30.0795971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15555, 30.0797258 ], [ 120.1555601, 30.0795971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1555601, 30.0795971 ], [ 120.15555, 30.0797258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1393937, 30.0861874 ], [ 120.139873, 30.0864364 ], [ 120.1410747, 30.0869657 ], [ 120.1420176, 30.087362 ], [ 120.1443783, 30.0882215 ], [ 120.14609, 30.0888447 ], [ 120.148112, 30.0895161 ], [ 120.1519561, 30.0908985 ], [ 120.1522912, 30.0909824 ], [ 120.1526649, 30.090982 ], [ 120.1530582, 30.0909604 ], [ 120.1534391, 30.0909282 ], [ 120.1538766, 30.0908093 ], [ 120.1546961, 30.0904451 ], [ 120.1627707, 30.0869752 ], [ 120.1679206, 30.0847472 ], [ 120.168617, 30.0845134 ], [ 120.1691651, 30.0843294 ], [ 120.1699483, 30.0839302 ], [ 120.1702595, 30.0838467 ], [ 120.1708603, 30.083531 ], [ 120.1711392, 30.0833175 ], [ 120.1712626, 30.0831156 ], [ 120.1713967, 30.0829137 ], [ 120.1715684, 30.0827582 ], [ 120.1717186, 30.0826746 ], [ 120.1719573, 30.0825191 ], [ 120.1722175, 30.0822731 ], [ 120.172298, 30.0821222 ], [ 120.1723623, 30.0819667 ], [ 120.1725823, 30.081665 ], [ 120.1731724, 30.0809896 ], [ 120.1740315, 30.0799973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740315, 30.0799973 ], [ 120.1731724, 30.0809896 ], [ 120.1725823, 30.081665 ], [ 120.1723623, 30.0819667 ], [ 120.172298, 30.0821222 ], [ 120.1722175, 30.0822731 ], [ 120.1719573, 30.0825191 ], [ 120.1717186, 30.0826746 ], [ 120.1715684, 30.0827582 ], [ 120.1713967, 30.0829137 ], [ 120.1712626, 30.0831156 ], [ 120.1711392, 30.0833175 ], [ 120.1708603, 30.083531 ], [ 120.1702595, 30.0838467 ], [ 120.1699483, 30.0839302 ], [ 120.1691651, 30.0843294 ], [ 120.168617, 30.0845134 ], [ 120.1679206, 30.0847472 ], [ 120.1627707, 30.0869752 ], [ 120.1546961, 30.0904451 ], [ 120.1538766, 30.0908093 ], [ 120.1534391, 30.0909282 ], [ 120.1530582, 30.0909604 ], [ 120.1526649, 30.090982 ], [ 120.1522912, 30.0909824 ], [ 120.1519561, 30.0908985 ], [ 120.148112, 30.0895161 ], [ 120.14609, 30.0888447 ], [ 120.1443783, 30.0882215 ], [ 120.1420176, 30.087362 ], [ 120.1410747, 30.0869657 ], [ 120.139873, 30.0864364 ], [ 120.1393937, 30.0861874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609659, 30.1135677 ], [ 120.1605595, 30.1101953 ], [ 120.1604918, 30.1099362 ], [ 120.1604708, 30.1098555 ], [ 120.1601738, 30.108717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601738, 30.108717 ], [ 120.1604708, 30.1098555 ], [ 120.1604918, 30.1099362 ], [ 120.1605595, 30.1101953 ], [ 120.1609659, 30.1135677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "狮闻线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1470464, 30.1195086 ], [ 120.1476818, 30.1194507 ], [ 120.1481429, 30.1194086 ], [ 120.1486345, 30.1193638 ], [ 120.1509118, 30.119174 ], [ 120.1517555, 30.1191037 ], [ 120.1532154, 30.1189821 ], [ 120.1546529, 30.1188624 ], [ 120.1548997, 30.1188418 ], [ 120.1553104, 30.1188291 ], [ 120.1559224, 30.1188101 ], [ 120.1564653, 30.1189983 ], [ 120.1567111, 30.1189358 ], [ 120.1573236, 30.1186304 ], [ 120.1578386, 30.1186304 ], [ 120.1599086, 30.1182695 ], [ 120.1613957, 30.1180102 ], [ 120.1614844, 30.1179444 ], [ 120.1614844, 30.1178458 ], [ 120.1614152, 30.1172771 ], [ 120.1612564, 30.1159716 ], [ 120.1612505, 30.1155119 ], [ 120.1611412, 30.1150221 ], [ 120.1609659, 30.1135677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "狮闻线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609659, 30.1135677 ], [ 120.1611412, 30.1150221 ], [ 120.1612505, 30.1155119 ], [ 120.1612564, 30.1159716 ], [ 120.1614152, 30.1172771 ], [ 120.1614844, 30.1178458 ], [ 120.1614844, 30.1179444 ], [ 120.1613957, 30.1180102 ], [ 120.1599086, 30.1182695 ], [ 120.1578386, 30.1186304 ], [ 120.1573236, 30.1186304 ], [ 120.1567111, 30.1189358 ], [ 120.1564653, 30.1189983 ], [ 120.1559224, 30.1188101 ], [ 120.1553104, 30.1188291 ], [ 120.1548997, 30.1188418 ], [ 120.1546529, 30.1188624 ], [ 120.1532154, 30.1189821 ], [ 120.1517555, 30.1191037 ], [ 120.1509118, 30.119174 ], [ 120.1486345, 30.1193638 ], [ 120.1481429, 30.1194086 ], [ 120.1476818, 30.1194507 ], [ 120.1470464, 30.1195086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601738, 30.108717 ], [ 120.1595465, 30.1089883 ], [ 120.1562903, 30.1104501 ], [ 120.1556439, 30.1106698 ], [ 120.1552389, 30.1108074 ], [ 120.1542089, 30.1109095 ], [ 120.1517182, 30.1110883 ], [ 120.1489732, 30.1112854 ], [ 120.148197, 30.1113635 ], [ 120.1480845, 30.1113748 ], [ 120.145422, 30.1116427 ], [ 120.1443008, 30.1117262 ], [ 120.1441119, 30.111718 ], [ 120.1440481, 30.1117152 ], [ 120.143126, 30.1116752 ], [ 120.1403902, 30.1114571 ], [ 120.139505, 30.1114896 ], [ 120.138813, 30.1116195 ], [ 120.1375172, 30.111889 ], [ 120.1364259, 30.112116 ], [ 120.1357553, 30.1121299 ], [ 120.1347146, 30.112065 ], [ 120.1320924, 30.1118731 ], [ 120.1307181, 30.1117726 ], [ 120.1267206, 30.1114785 ], [ 120.1257989, 30.1114107 ], [ 120.1244525, 30.1112482 ], [ 120.1234225, 30.1109559 ], [ 120.1224762, 30.1106918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1224762, 30.1106918 ], [ 120.1234225, 30.1109559 ], [ 120.1244525, 30.1112482 ], [ 120.1257989, 30.1114107 ], [ 120.1267206, 30.1114785 ], [ 120.1307181, 30.1117726 ], [ 120.1320924, 30.1118731 ], [ 120.1347146, 30.112065 ], [ 120.1357553, 30.1121299 ], [ 120.1364259, 30.112116 ], [ 120.1375172, 30.111889 ], [ 120.138813, 30.1116195 ], [ 120.139505, 30.1114896 ], [ 120.1403902, 30.1114571 ], [ 120.143126, 30.1116752 ], [ 120.1440481, 30.1117152 ], [ 120.1441119, 30.111718 ], [ 120.1443008, 30.1117262 ], [ 120.145422, 30.1116427 ], [ 120.1480845, 30.1113748 ], [ 120.148197, 30.1113635 ], [ 120.1489732, 30.1112854 ], [ 120.1517182, 30.1110883 ], [ 120.1542089, 30.1109095 ], [ 120.1552389, 30.1108074 ], [ 120.1556439, 30.1106698 ], [ 120.1562903, 30.1104501 ], [ 120.1595465, 30.1089883 ], [ 120.1601738, 30.108717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407151, 30.1125989 ], [ 120.1407554, 30.1130052 ], [ 120.1407957, 30.1131097 ], [ 120.1409433, 30.1131213 ], [ 120.141252, 30.1131678 ], [ 120.1413593, 30.1133303 ], [ 120.1413996, 30.1135161 ], [ 120.1414059, 30.1152281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1414059, 30.1152281 ], [ 120.1413996, 30.1135161 ], [ 120.1413593, 30.1133303 ], [ 120.141252, 30.1131678 ], [ 120.1409433, 30.1131213 ], [ 120.1407957, 30.1131097 ], [ 120.1407554, 30.1130052 ], [ 120.1407151, 30.1125989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609659, 30.1135677 ], [ 120.1572818, 30.1138946 ], [ 120.1572107, 30.1139009 ], [ 120.1546476, 30.114131 ], [ 120.1529724, 30.1142814 ], [ 120.1507581, 30.1144809 ], [ 120.1502655, 30.1145252 ], [ 120.150079, 30.114542 ], [ 120.1481656, 30.1147144 ], [ 120.1475111, 30.1147733 ], [ 120.1450769, 30.1149777 ], [ 120.1449681, 30.1149868 ], [ 120.1437114, 30.1150719 ], [ 120.1421963, 30.1151746 ], [ 120.1414059, 30.1152281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1414059, 30.1152281 ], [ 120.1421963, 30.1151746 ], [ 120.1437114, 30.1150719 ], [ 120.1449681, 30.1149868 ], [ 120.1450769, 30.1149777 ], [ 120.1475111, 30.1147733 ], [ 120.1481656, 30.1147144 ], [ 120.150079, 30.114542 ], [ 120.1502655, 30.1145252 ], [ 120.1507581, 30.1144809 ], [ 120.1529724, 30.1142814 ], [ 120.1546476, 30.114131 ], [ 120.1572107, 30.1139009 ], [ 120.1572818, 30.1138946 ], [ 120.1609659, 30.1135677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1416972, 30.1199677 ], [ 120.1416413, 30.1190572 ], [ 120.1414059, 30.1152281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1414059, 30.1152281 ], [ 120.1416413, 30.1190572 ], [ 120.1416972, 30.1199677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1470464, 30.1195086 ], [ 120.1455301, 30.11963 ], [ 120.1451629, 30.1196624 ], [ 120.1447938, 30.1196949 ], [ 120.1420616, 30.1199356 ], [ 120.1416972, 30.1199677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1416972, 30.1199677 ], [ 120.1420616, 30.1199356 ], [ 120.1447938, 30.1196949 ], [ 120.1451629, 30.1196624 ], [ 120.1455301, 30.11963 ], [ 120.1470464, 30.1195086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1306849, 30.1161091 ], [ 120.1307887, 30.1161006 ], [ 120.1331548, 30.1159057 ], [ 120.1336764, 30.1158629 ], [ 120.1350653, 30.115749 ], [ 120.1354187, 30.11572 ], [ 120.1371637, 30.1155767 ], [ 120.1389574, 30.1154293 ], [ 120.1408653, 30.1152725 ], [ 120.1414059, 30.1152281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1414059, 30.1152281 ], [ 120.1408653, 30.1152725 ], [ 120.1389574, 30.1154293 ], [ 120.1371637, 30.1155767 ], [ 120.1354187, 30.11572 ], [ 120.1350653, 30.115749 ], [ 120.1336764, 30.1158629 ], [ 120.1331548, 30.1159057 ], [ 120.1307887, 30.1161006 ], [ 120.1306849, 30.1161091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1323813, 30.1208905 ], [ 120.1338082, 30.1207281 ], [ 120.1340389, 30.1206771 ], [ 120.1342255, 30.120626 ], [ 120.1344259, 30.1206083 ], [ 120.1346382, 30.1205896 ], [ 120.1356983, 30.1204962 ], [ 120.1366327, 30.1204139 ], [ 120.1378255, 30.1203088 ], [ 120.1393729, 30.1201725 ], [ 120.1395055, 30.1201608 ], [ 120.1396149, 30.1201512 ], [ 120.1398034, 30.1201346 ], [ 120.1416972, 30.1199677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1416972, 30.1199677 ], [ 120.1398034, 30.1201346 ], [ 120.1396149, 30.1201512 ], [ 120.1395055, 30.1201608 ], [ 120.1393729, 30.1201725 ], [ 120.1378255, 30.1203088 ], [ 120.1366327, 30.1204139 ], [ 120.1356983, 30.1204962 ], [ 120.1346382, 30.1205896 ], [ 120.1344259, 30.1206083 ], [ 120.1342255, 30.120626 ], [ 120.1340389, 30.1206771 ], [ 120.1338082, 30.1207281 ], [ 120.1323813, 30.1208905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321454, 30.1208611 ], [ 120.1323813, 30.1208905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1311656, 30.1209331 ], [ 120.1321454, 30.1208611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321526, 30.1209458 ], [ 120.1321454, 30.1208611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321454, 30.1208611 ], [ 120.1321526, 30.1209458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1323813, 30.1208905 ], [ 120.1321526, 30.1209458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362949, 30.1305256 ], [ 120.1362678, 30.1306365 ], [ 120.1362051, 30.1307187 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15174, 30.1257676 ], [ 120.1512615, 30.1252496 ], [ 120.1508934, 30.124859 ], [ 120.1506572, 30.1245486 ], [ 120.1506251, 30.1245064 ], [ 120.1505969, 30.1243306 ], [ 120.1505715, 30.1241723 ], [ 120.1505184, 30.1239345 ], [ 120.1504073, 30.1237405 ], [ 120.1503048, 30.1235414 ], [ 120.1499472, 30.1228464 ], [ 120.1496061, 30.1221864 ], [ 120.1493647, 30.1217098 ], [ 120.1489536, 30.120898 ], [ 120.1486722, 30.1204759 ], [ 120.1485091, 30.120289 ], [ 120.1482076, 30.1200205 ], [ 120.1479522, 30.1198731 ], [ 120.1476231, 30.1197137 ], [ 120.1470464, 30.1195086 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1470464, 30.1195086 ], [ 120.1476231, 30.1197137 ], [ 120.1479522, 30.1198731 ], [ 120.1482076, 30.1200205 ], [ 120.1485091, 30.120289 ], [ 120.1486722, 30.1204759 ], [ 120.1489536, 30.120898 ], [ 120.1493647, 30.1217098 ], [ 120.1496061, 30.1221864 ], [ 120.1499472, 30.1228464 ], [ 120.1503048, 30.1235414 ], [ 120.1504073, 30.1237405 ], [ 120.1505184, 30.1239345 ], [ 120.1505715, 30.1241723 ], [ 120.1505969, 30.1243306 ], [ 120.1506251, 30.1245064 ], [ 120.1506572, 30.1245486 ], [ 120.1508934, 30.124859 ], [ 120.1512615, 30.1252496 ], [ 120.15174, 30.1257676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1387387, 30.1327933 ], [ 120.139854, 30.1322262 ], [ 120.1401143, 30.1320938 ], [ 120.1409588, 30.1316644 ], [ 120.1436279, 30.1303043 ], [ 120.1467309, 30.1285837 ], [ 120.1469243, 30.1284742 ], [ 120.1501588, 30.1266442 ], [ 120.15174, 30.1257676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15174, 30.1257676 ], [ 120.1501588, 30.1266442 ], [ 120.1469243, 30.1284742 ], [ 120.1467309, 30.1285837 ], [ 120.1436279, 30.1303043 ], [ 120.1409588, 30.1316644 ], [ 120.1401143, 30.1320938 ], [ 120.139854, 30.1322262 ], [ 120.1387387, 30.1327933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1464485, 30.143267 ], [ 120.1464319, 30.1434209 ], [ 120.1463621, 30.1434652 ], [ 120.1455237, 30.1439981 ], [ 120.1453993, 30.1441471 ], [ 120.14538, 30.1441702 ], [ 120.1450262, 30.1447373 ], [ 120.1445918, 30.1455481 ], [ 120.1443187, 30.1460579 ], [ 120.1437493, 30.1468189 ], [ 120.1430203, 30.1476887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1430203, 30.1476887 ], [ 120.1437493, 30.1468189 ], [ 120.1443187, 30.1460579 ], [ 120.1445918, 30.1455481 ], [ 120.1450262, 30.1447373 ], [ 120.14538, 30.1441702 ], [ 120.1453993, 30.1441471 ], [ 120.1455237, 30.1439981 ], [ 120.1463621, 30.1434652 ], [ 120.1464319, 30.1434209 ], [ 120.1464485, 30.143267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1484455, 30.1450773 ], [ 120.1472567, 30.1471021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1459074, 30.149158 ], [ 120.1467882, 30.1476798 ], [ 120.14682, 30.1476293 ], [ 120.1470369, 30.1472576 ], [ 120.1471445, 30.147078 ], [ 120.1476977, 30.1461429 ], [ 120.1477963, 30.1459762 ], [ 120.1483202, 30.1450584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1430203, 30.1476887 ], [ 120.1428835, 30.1477834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428835, 30.1477834 ], [ 120.1430203, 30.1476887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1387387, 30.1327933 ], [ 120.1385774, 30.1326227 ], [ 120.1384044, 30.1324397 ], [ 120.1374452, 30.1315985 ], [ 120.1370805, 30.1311545 ], [ 120.1368234, 30.1307983 ], [ 120.1363541, 30.1301367 ], [ 120.1355539, 30.1290396 ], [ 120.1354188, 30.1288526 ], [ 120.1348379, 30.1285021 ], [ 120.1347163, 30.1283385 ], [ 120.1346893, 30.1280815 ], [ 120.1346352, 30.1278244 ], [ 120.1345406, 30.1275907 ], [ 120.1340948, 30.1270415 ], [ 120.1338381, 30.1267961 ], [ 120.1337301, 30.1265391 ], [ 120.133649, 30.1261418 ], [ 120.1335815, 30.1256978 ], [ 120.1334734, 30.1254991 ], [ 120.1333383, 30.1253355 ], [ 120.1331492, 30.1252537 ], [ 120.1328519, 30.1252304 ], [ 120.1324872, 30.1252888 ], [ 120.1306364, 30.1257211 ], [ 120.1303391, 30.1257445 ], [ 120.1299891, 30.125735 ], [ 120.1299153, 30.1257369 ], [ 120.1290422, 30.1257211 ], [ 120.1285964, 30.1256861 ], [ 120.127975, 30.1255809 ], [ 120.1277453, 30.1255108 ], [ 120.1273265, 30.1252654 ], [ 120.1262998, 30.124576 ], [ 120.1260971, 30.1242956 ], [ 120.1257729, 30.1240502 ], [ 120.1255871, 30.1239179 ], [ 120.1255432, 30.1238866 ], [ 120.1249353, 30.1235945 ], [ 120.1247732, 30.1234776 ], [ 120.1244759, 30.1230686 ], [ 120.1239133, 30.122245 ], [ 120.1237734, 30.1220403 ], [ 120.1233557, 30.1217115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1233557, 30.1217115 ], [ 120.1237734, 30.1220403 ], [ 120.1239133, 30.122245 ], [ 120.1244759, 30.1230686 ], [ 120.1247732, 30.1234776 ], [ 120.1249353, 30.1235945 ], [ 120.1255432, 30.1238866 ], [ 120.1255871, 30.1239179 ], [ 120.1257729, 30.1240502 ], [ 120.1260971, 30.1242956 ], [ 120.1262998, 30.124576 ], [ 120.1273265, 30.1252654 ], [ 120.1277453, 30.1255108 ], [ 120.127975, 30.1255809 ], [ 120.1285964, 30.1256861 ], [ 120.1290422, 30.1257211 ], [ 120.1299153, 30.1257369 ], [ 120.1299891, 30.125735 ], [ 120.1303391, 30.1257445 ], [ 120.1306364, 30.1257211 ], [ 120.1324872, 30.1252888 ], [ 120.1328519, 30.1252304 ], [ 120.1331492, 30.1252537 ], [ 120.1333383, 30.1253355 ], [ 120.1334734, 30.1254991 ], [ 120.1335815, 30.1256978 ], [ 120.133649, 30.1261418 ], [ 120.1337301, 30.1265391 ], [ 120.1338381, 30.1267961 ], [ 120.1340948, 30.1270415 ], [ 120.1345406, 30.1275907 ], [ 120.1346352, 30.1278244 ], [ 120.1346893, 30.1280815 ], [ 120.1347163, 30.1283385 ], [ 120.1348379, 30.1285021 ], [ 120.1354188, 30.1288526 ], [ 120.1355539, 30.1290396 ], [ 120.1363541, 30.1301367 ], [ 120.1368234, 30.1307983 ], [ 120.1370805, 30.1311545 ], [ 120.1374452, 30.1315985 ], [ 120.1384044, 30.1324397 ], [ 120.1385774, 30.1326227 ], [ 120.1387387, 30.1327933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206006, 30.1376666 ], [ 120.1207449, 30.137601 ], [ 120.1241012, 30.1360757 ], [ 120.1255785, 30.1353853 ], [ 120.1264751, 30.1349698 ], [ 120.1267236, 30.1348622 ], [ 120.1284707, 30.1340639 ], [ 120.1296711, 30.1335197 ], [ 120.1303734, 30.1332014 ], [ 120.1309412, 30.132944 ], [ 120.1342981, 30.1313999 ], [ 120.1343086, 30.1313951 ], [ 120.1357628, 30.130731 ], [ 120.1361001, 30.1305823 ], [ 120.1362949, 30.1305256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206078, 30.1377293 ], [ 120.124133, 30.1361272 ], [ 120.1256103, 30.1354368 ], [ 120.1267551, 30.1349138 ], [ 120.1285021, 30.1341156 ], [ 120.1309727, 30.1329956 ], [ 120.1357651, 30.1307952 ], [ 120.1361364, 30.1306318 ], [ 120.1362949, 30.1305256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362051, 30.1307187 ], [ 120.1349209, 30.1312883 ], [ 120.132394, 30.1324256 ], [ 120.130948, 30.1331055 ], [ 120.1297969, 30.1336357 ], [ 120.1287767, 30.134093 ], [ 120.1267552, 30.1350279 ], [ 120.1251595, 30.1357361 ], [ 120.1235965, 30.1364888 ], [ 120.1221974, 30.1371242 ], [ 120.1206192, 30.1378289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362051, 30.1307187 ], [ 120.1361418, 30.1308081 ], [ 120.1346505, 30.1315018 ], [ 120.13273, 30.1323786 ], [ 120.1318511, 30.1327929 ], [ 120.1301068, 30.1336151 ], [ 120.1273857, 30.1348314 ], [ 120.1261023, 30.1354151 ], [ 120.1235451, 30.1366272 ], [ 120.1232001, 30.1367907 ], [ 120.1223284, 30.1371595 ], [ 120.1206325, 30.1379448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1387387, 30.1327933 ], [ 120.1373915, 30.1334784 ], [ 120.1363065, 30.1342282 ], [ 120.1361898, 30.1343089 ], [ 120.1348434, 30.1353295 ], [ 120.1314113, 30.1374654 ], [ 120.1311657, 30.1376183 ], [ 120.1311395, 30.1376346 ], [ 120.1277609, 30.1398651 ], [ 120.1273308, 30.140149 ], [ 120.1245008, 30.1420564 ], [ 120.1222638, 30.1439027 ], [ 120.1213705, 30.1446302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1213705, 30.1446302 ], [ 120.1222638, 30.1439027 ], [ 120.1245008, 30.1420564 ], [ 120.1273308, 30.140149 ], [ 120.1277609, 30.1398651 ], [ 120.1311395, 30.1376346 ], [ 120.1311657, 30.1376183 ], [ 120.1314113, 30.1374654 ], [ 120.1348434, 30.1353295 ], [ 120.1361898, 30.1343089 ], [ 120.1363065, 30.1342282 ], [ 120.1373915, 30.1334784 ], [ 120.1387387, 30.1327933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1309631, 30.1608676 ], [ 120.1309045, 30.1608359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1309045, 30.1608359 ], [ 120.1309631, 30.1608676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362051, 30.1307187 ], [ 120.1362678, 30.1306365 ], [ 120.1362949, 30.1305256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377614, 30.152199 ], [ 120.1379136, 30.1522666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1376982, 30.1523388 ], [ 120.1377309, 30.1522697 ], [ 120.1377614, 30.152199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379136, 30.1522666 ], [ 120.1378439, 30.1524015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378439, 30.1524015 ], [ 120.1376982, 30.1523388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379136, 30.1522666 ], [ 120.1392285, 30.1529513 ], [ 120.1404169, 30.1535019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140329, 30.1536363 ], [ 120.1391385, 30.1530386 ], [ 120.1378439, 30.1524015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1353482, 30.1558122 ], [ 120.136488, 30.1544548 ], [ 120.1370065, 30.1536861 ], [ 120.1373605, 30.1530526 ], [ 120.1376982, 30.1523388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378439, 30.1524015 ], [ 120.1377391, 30.1526042 ], [ 120.1372041, 30.1535651 ], [ 120.1362246, 30.1549886 ], [ 120.1354356, 30.1559458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140329, 30.1536363 ], [ 120.1402678, 30.1537299 ], [ 120.1379583, 30.1572544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1430203, 30.1476887 ], [ 120.1442513, 30.1483152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441694, 30.1484172 ], [ 120.1428835, 30.1477834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472567, 30.1471021 ], [ 120.1471666, 30.1472555 ], [ 120.1471397, 30.1472965 ], [ 120.1469189, 30.1476762 ], [ 120.1468947, 30.1477248 ], [ 120.1464942, 30.1484174 ], [ 120.1460432, 30.1492271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441694, 30.1484172 ], [ 120.1442513, 30.1483152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1442513, 30.1483152 ], [ 120.1441694, 30.1484172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472567, 30.1471021 ], [ 120.1492068, 30.1476182 ], [ 120.1492497, 30.1476461 ], [ 120.1492631, 30.1476902 ], [ 120.149231, 30.1477939 ], [ 120.1492249, 30.1478096 ], [ 120.1490097, 30.1482665 ], [ 120.1490028, 30.148282 ], [ 120.1484544, 30.1494427 ], [ 120.14829, 30.1499503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.14829, 30.1499503 ], [ 120.1484544, 30.1494427 ], [ 120.1490028, 30.148282 ], [ 120.1490097, 30.1482665 ], [ 120.1492249, 30.1478096 ], [ 120.149231, 30.1477939 ], [ 120.1492631, 30.1476902 ], [ 120.1492497, 30.1476461 ], [ 120.1492068, 30.1476182 ], [ 120.1472567, 30.1471021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1442513, 30.1483152 ], [ 120.1459074, 30.149158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1458353, 30.1492475 ], [ 120.145072, 30.148862 ], [ 120.1441694, 30.1484172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1459074, 30.149158 ], [ 120.1460432, 30.1492271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1458353, 30.1492475 ], [ 120.1459074, 30.149158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460432, 30.1492271 ], [ 120.1459901, 30.1493256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1459901, 30.1493256 ], [ 120.1458353, 30.1492475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460432, 30.1492271 ], [ 120.1464507, 30.1494344 ], [ 120.1469759, 30.1496379 ], [ 120.1476871, 30.149846 ], [ 120.14829, 30.1499503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1482492, 30.1500649 ], [ 120.1479552, 30.1500211 ], [ 120.1472713, 30.149865 ], [ 120.1466367, 30.1496521 ], [ 120.1459901, 30.1493256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377614, 30.152199 ], [ 120.1383483, 30.150839 ], [ 120.1385705, 30.1505116 ], [ 120.1387845, 30.1502127 ], [ 120.1390726, 30.149928 ], [ 120.139336, 30.1497358 ], [ 120.1395988, 30.149609 ], [ 120.13969, 30.149565 ], [ 120.1403649, 30.1492375 ], [ 120.1412621, 30.1487749 ], [ 120.1424228, 30.1480062 ], [ 120.142752, 30.1477641 ], [ 120.1430203, 30.1476887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.14829, 30.1499503 ], [ 120.1482492, 30.1500649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1482492, 30.1500649 ], [ 120.14829, 30.1499503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428835, 30.1477834 ], [ 120.1421264, 30.1483265 ], [ 120.1414679, 30.1487606 ], [ 120.1410646, 30.1490169 ], [ 120.1400439, 30.149508 ], [ 120.139677, 30.1497154 ], [ 120.1394019, 30.149871 ], [ 120.1390479, 30.1501486 ], [ 120.1388174, 30.150412 ], [ 120.1385211, 30.1508177 ], [ 120.1384141, 30.1510312 ], [ 120.1380849, 30.1519352 ], [ 120.1379136, 30.1522666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "浦炬街", "零磁谷街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.14829, 30.1499503 ], [ 120.1485078, 30.149988 ], [ 120.148724, 30.1500142 ], [ 120.1488419, 30.1500246 ], [ 120.1493141, 30.1500814 ], [ 120.1497606, 30.1501252 ], [ 120.1506633, 30.1502008 ], [ 120.1508466, 30.150306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "浦炬街", "零磁谷街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1508466, 30.150306 ], [ 120.1506032, 30.1503239 ], [ 120.1492819, 30.1501626 ], [ 120.1487035, 30.1500908 ], [ 120.1482492, 30.1500649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441694, 30.1484172 ], [ 120.143243, 30.1496317 ], [ 120.1428441, 30.1501545 ], [ 120.1421345, 30.1510408 ], [ 120.141759, 30.1515005 ], [ 120.1415388, 30.1517848 ], [ 120.1413829, 30.1520234 ], [ 120.1411019, 30.1524535 ], [ 120.1409537, 30.1526804 ], [ 120.1404169, 30.1535019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404169, 30.1535019 ], [ 120.1409537, 30.1526804 ], [ 120.1411019, 30.1524535 ], [ 120.1413829, 30.1520234 ], [ 120.1415388, 30.1517848 ], [ 120.141759, 30.1515005 ], [ 120.1421345, 30.1510408 ], [ 120.1428441, 30.1501545 ], [ 120.143243, 30.1496317 ], [ 120.1441694, 30.1484172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427536, 30.1547034 ], [ 120.143146, 30.1538815 ], [ 120.1438736, 30.1525569 ], [ 120.1441846, 30.1520372 ], [ 120.1447654, 30.1510667 ], [ 120.1450647, 30.1505578 ], [ 120.1458353, 30.1492475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1482959, 30.153994 ], [ 120.1482541, 30.1536177 ], [ 120.1480451, 30.1522873 ], [ 120.1480619, 30.15203 ], [ 120.1481324, 30.1509484 ], [ 120.1482492, 30.1500649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1482492, 30.1500649 ], [ 120.1481324, 30.1509484 ], [ 120.1480619, 30.15203 ], [ 120.1480451, 30.1522873 ], [ 120.1482541, 30.1536177 ], [ 120.1482959, 30.153994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1459901, 30.1493256 ], [ 120.1451648, 30.1506031 ], [ 120.1443017, 30.1520858 ], [ 120.1437697, 30.1529685 ], [ 120.1432991, 30.1538058 ], [ 120.1429654, 30.1545769 ], [ 120.1428821, 30.154746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404169, 30.1535019 ], [ 120.140329, 30.1536363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140329, 30.1536363 ], [ 120.1404169, 30.1535019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1509615, 30.1576347 ], [ 120.1511288, 30.1574017 ], [ 120.151227, 30.157103 ], [ 120.1512639, 30.1569441 ], [ 120.151307, 30.1567582 ], [ 120.1513671, 30.1562409 ], [ 120.1513302, 30.1558257 ], [ 120.1511926, 30.1548418 ], [ 120.1510771, 30.1539851 ], [ 120.1509806, 30.1532587 ], [ 120.1508278, 30.1522748 ], [ 120.1507972, 30.1519618 ], [ 120.1507197, 30.1514447 ], [ 120.1507484, 30.1505413 ], [ 120.1508466, 30.150306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1508466, 30.150306 ], [ 120.1508939, 30.1505128 ], [ 120.1508725, 30.1507448 ], [ 120.1508617, 30.1509674 ], [ 120.1508671, 30.1513107 ], [ 120.1508886, 30.1516354 ], [ 120.1511729, 30.1534259 ], [ 120.1512941, 30.1543349 ], [ 120.1514035, 30.155156 ], [ 120.1515001, 30.1558471 ], [ 120.1515323, 30.1561394 ], [ 120.1515269, 30.1563295 ], [ 120.1514894, 30.1566542 ], [ 120.1514518, 30.1569047 ], [ 120.1513445, 30.1572804 ], [ 120.1511646, 30.1577127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404169, 30.1535019 ], [ 120.1427536, 30.1547034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.142698, 30.1548199 ], [ 120.140329, 30.1536363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1464619, 30.1532389 ], [ 120.1463513, 30.1534087 ], [ 120.1449646, 30.1558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449646, 30.1558 ], [ 120.1463513, 30.1534087 ], [ 120.1464619, 30.1532389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427536, 30.1547034 ], [ 120.1428821, 30.154746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.142698, 30.1548199 ], [ 120.1427536, 30.1547034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428821, 30.154746 ], [ 120.142814, 30.1548843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.142814, 30.1548843 ], [ 120.142698, 30.1548199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428821, 30.154746 ], [ 120.1449646, 30.1558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229445, 30.1181019 ], [ 120.1230172, 30.1189829 ], [ 120.1230979, 30.1199599 ], [ 120.1231762, 30.1212051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1231762, 30.1212051 ], [ 120.1230979, 30.1199599 ], [ 120.1230172, 30.1189829 ], [ 120.1229445, 30.1181019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1231762, 30.1212051 ], [ 120.1216955, 30.1192005 ], [ 120.1212146, 30.1184757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1212146, 30.1184757 ], [ 120.1216955, 30.1192005 ], [ 120.1231762, 30.1212051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1232352, 30.1216318 ], [ 120.124037, 30.1215612 ], [ 120.1288047, 30.1211411 ], [ 120.1311656, 30.1209331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321526, 30.1209458 ], [ 120.1311729, 30.1210228 ], [ 120.1233557, 30.1217115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1232352, 30.1216318 ], [ 120.1231762, 30.1212051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1231762, 30.1212051 ], [ 120.1232352, 30.1216318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1232352, 30.1216318 ], [ 120.1233557, 30.1217115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1233557, 30.1217115 ], [ 120.1232352, 30.1216318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "何竹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966679, 30.1197829 ], [ 120.0967335, 30.1204651 ], [ 120.0970167, 30.1234084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0904816, 30.1203228 ], [ 120.0908356, 30.1239247 ], [ 120.0908435, 30.1240053 ], [ 120.0908592, 30.1242117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908592, 30.1242117 ], [ 120.0908435, 30.1240053 ], [ 120.0908356, 30.1239247 ], [ 120.0904816, 30.1203228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970505, 30.12376 ], [ 120.0970244, 30.1234893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970244, 30.1234893 ], [ 120.0970505, 30.12376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908592, 30.1242117 ], [ 120.0970505, 30.12376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970505, 30.12376 ], [ 120.0908592, 30.1242117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871615, 30.1245027 ], [ 120.0883429, 30.1244127 ], [ 120.0908592, 30.1242117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908592, 30.1242117 ], [ 120.0883429, 30.1244127 ], [ 120.0871615, 30.1245027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0974561, 30.1279766 ], [ 120.0970505, 30.12376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970505, 30.12376 ], [ 120.0974561, 30.1279766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良浮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908592, 30.1242117 ], [ 120.0909957, 30.1258906 ], [ 120.091089, 30.1265521 ], [ 120.0912507, 30.1283664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良浮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0912507, 30.1283664 ], [ 120.091089, 30.1265521 ], [ 120.0909957, 30.1258906 ], [ 120.0908592, 30.1242117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949361, 30.1281349 ], [ 120.0974561, 30.1279766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0974561, 30.1279766 ], [ 120.0949361, 30.1281349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949361, 30.1281349 ], [ 120.0948083, 30.1281429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0948083, 30.1281429 ], [ 120.0949361, 30.1281349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0948083, 30.1281429 ], [ 120.0945334, 30.1281602 ], [ 120.0944399, 30.128166 ], [ 120.0912507, 30.1283664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0912507, 30.1283664 ], [ 120.0944399, 30.128166 ], [ 120.0945334, 30.1281602 ], [ 120.0948083, 30.1281429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0951056, 30.1305269 ], [ 120.0948666, 30.1285612 ], [ 120.0948083, 30.1281429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1187262, 30.1220226 ], [ 120.1187338, 30.1221122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1138161, 30.1223634 ], [ 120.1168425, 30.1221543 ], [ 120.1185813, 30.1220342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1064687, 30.1229732 ], [ 120.1078911, 30.1228579 ], [ 120.1084573, 30.122812 ], [ 120.1107373, 30.1226272 ], [ 120.1138161, 30.1223634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1187338, 30.1221122 ], [ 120.1185902, 30.1221237 ], [ 120.1150133, 30.1223708 ], [ 120.1138253, 30.1224529 ], [ 120.1107472, 30.1227166 ], [ 120.1082295, 30.1229207 ], [ 120.1079008, 30.1229474 ], [ 120.1071095, 30.1230115 ], [ 120.1064773, 30.1230627 ], [ 120.1056825, 30.1231235 ], [ 120.1039606, 30.1232708 ], [ 120.1038043, 30.1232194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1187338, 30.1221122 ], [ 120.1187879, 30.1223197 ], [ 120.1189371, 30.1224599 ], [ 120.1192249, 30.1249587 ], [ 120.1193707, 30.1263776 ], [ 120.1196784, 30.1294472 ], [ 120.1197844, 30.1303367 ], [ 120.1198195, 30.1306533 ], [ 120.1200234, 30.1324967 ], [ 120.1200889, 30.1330885 ], [ 120.1203456, 30.135403 ], [ 120.1204806, 30.1366204 ], [ 120.1206006, 30.1376666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206006, 30.1376666 ], [ 120.1204806, 30.1366204 ], [ 120.1203456, 30.135403 ], [ 120.1200889, 30.1330885 ], [ 120.1200234, 30.1324967 ], [ 120.1198195, 30.1306533 ], [ 120.1197844, 30.1303367 ], [ 120.1196784, 30.1294472 ], [ 120.1193707, 30.1263776 ], [ 120.1192249, 30.1249587 ], [ 120.1189371, 30.1224599 ], [ 120.1187879, 30.1223197 ], [ 120.1187338, 30.1221122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206006, 30.1376666 ], [ 120.1206078, 30.1377293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206078, 30.1377293 ], [ 120.1206006, 30.1376666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206078, 30.1377293 ], [ 120.1206192, 30.1378289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206192, 30.1378289 ], [ 120.1206078, 30.1377293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良浮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914673, 30.1307847 ], [ 120.0913518, 30.1294953 ], [ 120.0912777, 30.1286687 ], [ 120.0912507, 30.1283664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良浮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0912507, 30.1283664 ], [ 120.0912777, 30.1286687 ], [ 120.0913518, 30.1294953 ], [ 120.0914673, 30.1307847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949361, 30.1281349 ], [ 120.0949668, 30.128527 ], [ 120.0952354, 30.1305177 ], [ 120.0953589, 30.1318657 ], [ 120.0954232, 30.1321163 ], [ 120.0954828, 30.132234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914673, 30.1307847 ], [ 120.0923536, 30.1307219 ], [ 120.0936849, 30.1306276 ], [ 120.0946213, 30.1305612 ], [ 120.0947148, 30.1305546 ], [ 120.0951056, 30.1305269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0951056, 30.1305269 ], [ 120.0947148, 30.1305546 ], [ 120.0946213, 30.1305612 ], [ 120.0936849, 30.1306276 ], [ 120.0923536, 30.1307219 ], [ 120.0914673, 30.1307847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971905, 30.1338628 ], [ 120.0976269, 30.1330865 ], [ 120.0978349, 30.1326021 ], [ 120.0977709, 30.1317116 ], [ 120.0977424, 30.1314519 ], [ 120.0976518, 30.1303811 ], [ 120.0975475, 30.1290992 ], [ 120.0975199, 30.1287605 ], [ 120.0974561, 30.1279766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0974561, 30.1279766 ], [ 120.0975199, 30.1287605 ], [ 120.0975475, 30.1290992 ], [ 120.0976518, 30.1303811 ], [ 120.0977424, 30.1314519 ], [ 120.0977709, 30.1317116 ], [ 120.0978349, 30.1326021 ], [ 120.0976269, 30.1330865 ], [ 120.0971905, 30.1338628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0953684, 30.1322713 ], [ 120.0952355, 30.1318101 ], [ 120.0951056, 30.1305269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良浮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914673, 30.1307847 ], [ 120.091674, 30.1329296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良浮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.091674, 30.1329296 ], [ 120.0914673, 30.1307847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0953684, 30.1322713 ], [ 120.0954828, 30.132234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0954828, 30.132234 ], [ 120.0955062, 30.1323007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0954043, 30.1323339 ], [ 120.0953684, 30.1322713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0955062, 30.1323007 ], [ 120.0954043, 30.1323339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.091674, 30.1329296 ], [ 120.0929614, 30.1328704 ], [ 120.0935212, 30.1328085 ], [ 120.0938118, 30.1327466 ], [ 120.0943817, 30.1325929 ], [ 120.0947595, 30.1324698 ], [ 120.0948497, 30.1324404 ], [ 120.0953684, 30.1322713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浮山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0954043, 30.1323339 ], [ 120.0938988, 30.1328231 ], [ 120.0935142, 30.1329153 ], [ 120.0930036, 30.1329788 ], [ 120.0916711, 30.133043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良浮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0916711, 30.133043 ], [ 120.091674, 30.1329296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良浮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.091674, 30.1329296 ], [ 120.0916711, 30.133043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0955062, 30.1323007 ], [ 120.0957719, 30.1327565 ], [ 120.0959329, 30.1329839 ], [ 120.0963674, 30.1333643 ], [ 120.0966624, 30.1335592 ], [ 120.0971905, 30.1338628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994225, 30.1352897 ], [ 120.0965337, 30.1335731 ], [ 120.0960938, 30.133253 ], [ 120.0957719, 30.1329607 ], [ 120.0955842, 30.1327055 ], [ 120.0954179, 30.1323622 ], [ 120.0954043, 30.1323339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008673, 30.1234545 ], [ 120.1005444, 30.1234803 ], [ 120.0993108, 30.1235791 ], [ 120.098587, 30.123637 ], [ 120.0977747, 30.123702 ], [ 120.0971302, 30.1237536 ], [ 120.0970505, 30.12376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "袁浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970505, 30.12376 ], [ 120.0971302, 30.1237536 ], [ 120.0977747, 30.123702 ], [ 120.098587, 30.123637 ], [ 120.0993108, 30.1235791 ], [ 120.1005444, 30.1234803 ], [ 120.1008673, 30.1234545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "四何路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008673, 30.1234545 ], [ 120.1009755, 30.1247893 ], [ 120.1010698, 30.1259531 ], [ 120.1010961, 30.126278 ], [ 120.1011478, 30.1269162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "四何路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011478, 30.1269162 ], [ 120.1010961, 30.126278 ], [ 120.1010698, 30.1259531 ], [ 120.1009755, 30.1247893 ], [ 120.1008673, 30.1234545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0974561, 30.1279766 ], [ 120.0985392, 30.1279086 ], [ 120.0989159, 30.1278849 ], [ 120.1011731, 30.1277431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011731, 30.1277431 ], [ 120.0989159, 30.1278849 ], [ 120.0985392, 30.1279086 ], [ 120.0974561, 30.1279766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994225, 30.1352897 ], [ 120.0995029, 30.1351923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0995029, 30.1351923 ], [ 120.0994225, 30.1352897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.098196, 30.1469271 ], [ 120.0988149, 30.1458751 ], [ 120.0993835, 30.1451259 ], [ 120.0995237, 30.1449411 ], [ 120.0996746, 30.1447596 ], [ 120.0998342, 30.1445839 ], [ 120.1000025, 30.1444143 ], [ 120.1001789, 30.144251 ], [ 120.1003632, 30.1440945 ], [ 120.1005369, 30.1439585 ], [ 120.1007165, 30.1438286 ], [ 120.1009018, 30.1437047 ], [ 120.1010892, 30.1435892 ], [ 120.1026643, 30.1425699 ], [ 120.1039357, 30.1417198 ], [ 120.1046316, 30.141164 ], [ 120.1047674, 30.1410426 ], [ 120.1048959, 30.1409152 ], [ 120.1050166, 30.1407821 ], [ 120.1051294, 30.1406437 ], [ 120.1052211, 30.1405188 ], [ 120.1053063, 30.1403901 ], [ 120.1053847, 30.1402583 ], [ 120.1054572, 30.1401214 ], [ 120.1056289, 30.1397966 ], [ 120.1057884, 30.13951 ], [ 120.1059547, 30.1391464 ], [ 120.1059635, 30.1391252 ], [ 120.1061301, 30.1386276 ], [ 120.106217, 30.1381369 ], [ 120.1062577, 30.137572 ], [ 120.1062762, 30.1372625 ], [ 120.1064105, 30.1372086 ], [ 120.1064228, 30.137557 ], [ 120.1063797, 30.1380637 ], [ 120.1062755, 30.1386681 ], [ 120.1061122, 30.1392356 ], [ 120.1059651, 30.1395655 ], [ 120.1057808, 30.1398606 ], [ 120.1056032, 30.14017 ], [ 120.1055015, 30.1403074 ], [ 120.1054204, 30.1404438 ], [ 120.1053323, 30.1405768 ], [ 120.1052374, 30.1407062 ], [ 120.1051208, 30.1408492 ], [ 120.104996, 30.1409868 ], [ 120.104863, 30.1411186 ], [ 120.1047224, 30.1412443 ], [ 120.1040196, 30.1418057 ], [ 120.1027429, 30.1426593 ], [ 120.1011658, 30.1436798 ], [ 120.1009792, 30.1437949 ], [ 120.1007979, 30.1439161 ], [ 120.1006222, 30.1440432 ], [ 120.1004523, 30.1441762 ], [ 120.1002719, 30.1443294 ], [ 120.1000992, 30.1444892 ], [ 120.0999346, 30.1446552 ], [ 120.0997784, 30.1448271 ], [ 120.0996308, 30.1450047 ], [ 120.0994921, 30.1451875 ], [ 120.0989288, 30.1459297 ], [ 120.0983844, 30.1469569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071625, 30.1446077 ], [ 120.1072247, 30.1435866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206192, 30.1378289 ], [ 120.1206325, 30.1379448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206325, 30.1379448 ], [ 120.1206192, 30.1378289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1213705, 30.1446302 ], [ 120.1212097, 30.1432528 ], [ 120.120962, 30.1408163 ], [ 120.1209021, 30.140294 ], [ 120.1206325, 30.1379448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六号浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206325, 30.1379448 ], [ 120.1209021, 30.140294 ], [ 120.120962, 30.1408163 ], [ 120.1212097, 30.1432528 ], [ 120.1213705, 30.1446302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1109833, 30.1481356 ], [ 120.111023, 30.1478619 ], [ 120.1110839, 30.1475222 ], [ 120.1112058, 30.1469817 ], [ 120.1113463, 30.1464665 ], [ 120.1114947, 30.1459546 ], [ 120.1116256, 30.1456874 ], [ 120.1117306, 30.1454484 ], [ 120.1118961, 30.1450719 ], [ 120.1121582, 30.1445009 ], [ 120.1122345, 30.1443568 ], [ 120.1126104, 30.1436768 ], [ 120.1127804, 30.1433966 ], [ 120.1129834, 30.1430782 ], [ 120.1133169, 30.1426037 ], [ 120.113745, 30.1420837 ], [ 120.1141813, 30.1416063 ], [ 120.1149183, 30.1409065 ], [ 120.1153857, 30.1405272 ], [ 120.1155775, 30.1403853 ], [ 120.1156164, 30.1403564 ], [ 120.1158668, 30.1401709 ], [ 120.1163913, 30.1397993 ], [ 120.1169154, 30.139488 ], [ 120.1174891, 30.1391445 ], [ 120.1183597, 30.1386916 ], [ 120.1191222, 30.138332 ], [ 120.1205765, 30.1376776 ], [ 120.1206006, 30.1376666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110403, 30.1481395 ], [ 120.1110796, 30.1478688 ], [ 120.1111402, 30.1475307 ], [ 120.1112617, 30.1469921 ], [ 120.1114018, 30.1464782 ], [ 120.111549, 30.1459703 ], [ 120.1116786, 30.1457058 ], [ 120.1119493, 30.1450898 ], [ 120.1122108, 30.1445203 ], [ 120.1122863, 30.1443777 ], [ 120.1126615, 30.1436989 ], [ 120.112831, 30.1434196 ], [ 120.1130614, 30.1430884 ], [ 120.1133735, 30.1426356 ], [ 120.113799, 30.1421188 ], [ 120.1142328, 30.1416441 ], [ 120.1149664, 30.1409475 ], [ 120.1154308, 30.1405707 ], [ 120.1159102, 30.1402157 ], [ 120.1164319, 30.139846 ], [ 120.1169537, 30.1395361 ], [ 120.1175258, 30.1391936 ], [ 120.1183933, 30.1387423 ], [ 120.119154, 30.1383835 ], [ 120.1206078, 30.1377293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206192, 30.1378289 ], [ 120.1193616, 30.1384111 ], [ 120.1183321, 30.1388806 ], [ 120.1179578, 30.1390586 ], [ 120.1172839, 30.1394471 ], [ 120.1167271, 30.1397749 ], [ 120.1161655, 30.1401594 ], [ 120.115721, 30.1404993 ], [ 120.1153431, 30.1407794 ], [ 120.1149428, 30.1411142 ], [ 120.1146235, 30.1414159 ], [ 120.1142958, 30.1417322 ], [ 120.1139989, 30.1420775 ], [ 120.1137238, 30.1423729 ], [ 120.1135059, 30.1426492 ], [ 120.1131611, 30.1431467 ], [ 120.1129345, 30.1434714 ], [ 120.1127534, 30.14374 ], [ 120.1124652, 30.1442547 ], [ 120.1122422, 30.1447006 ], [ 120.1120191, 30.145122 ], [ 120.111872, 30.1454206 ], [ 120.1117391, 30.1457407 ], [ 120.1116504, 30.1459998 ], [ 120.1115253, 30.1464253 ], [ 120.11131, 30.1472211 ], [ 120.1112121, 30.1476714 ], [ 120.1111228, 30.1481511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1206325, 30.1379448 ], [ 120.1202143, 30.1381368 ], [ 120.1195791, 30.1384284 ], [ 120.1188174, 30.138767 ], [ 120.1181066, 30.139108 ], [ 120.1177499, 30.1392982 ], [ 120.1170525, 30.1396949 ], [ 120.1164356, 30.1400938 ], [ 120.1158938, 30.1404882 ], [ 120.1149952, 30.1412327 ], [ 120.1145554, 30.1416781 ], [ 120.1134932, 30.1428634 ], [ 120.1132462, 30.1431969 ], [ 120.1130151, 30.1435215 ], [ 120.1127154, 30.1439721 ], [ 120.1122969, 30.1447839 ], [ 120.1122491, 30.1448791 ], [ 120.1119214, 30.1455308 ], [ 120.1117498, 30.1460086 ], [ 120.111385, 30.1474002 ], [ 120.1112598, 30.1481902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1098243, 30.1480386 ], [ 120.1109833, 30.1481356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1109833, 30.1481356 ], [ 120.1110403, 30.1481395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1072247, 30.1435866 ], [ 120.1068286, 30.1447055 ], [ 120.1067507, 30.1455532 ], [ 120.1066579, 30.1465378 ], [ 120.1066149, 30.1471435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1066149, 30.1471435 ], [ 120.1066579, 30.1465378 ], [ 120.1067507, 30.1455532 ], [ 120.1068286, 30.1447055 ], [ 120.1072247, 30.1435866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1076676, 30.1442651 ], [ 120.1076102, 30.1446015 ], [ 120.1075229, 30.1449943 ], [ 120.107407, 30.1454386 ], [ 120.1072944, 30.1459321 ], [ 120.1072443, 30.146195 ], [ 120.1072157, 30.1464254 ], [ 120.1071741, 30.1468512 ], [ 120.1071324, 30.147277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1065794, 30.1484182 ], [ 120.1065912, 30.1482425 ], [ 120.1066716, 30.1474114 ], [ 120.1067427, 30.1467583 ], [ 120.1068478, 30.1454475 ], [ 120.1069292, 30.1446334 ], [ 120.1072247, 30.1435866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0983844, 30.1469569 ], [ 120.0986207, 30.1469732 ], [ 120.0993728, 30.1470286 ], [ 120.10212, 30.1472592 ], [ 120.103002, 30.1473388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1035013, 30.1475547 ], [ 120.1023723, 30.1474443 ], [ 120.1020873, 30.1474164 ], [ 120.1003235, 30.1472351 ], [ 120.0983192, 30.1470625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.103002, 30.1473388 ], [ 120.1036903, 30.1473589 ], [ 120.103829, 30.147363 ], [ 120.10422, 30.1473844 ], [ 120.1043753, 30.1473837 ], [ 120.1045315, 30.1473831 ], [ 120.1047396, 30.1473688 ], [ 120.1050447, 30.1473997 ], [ 120.1060966, 30.147516 ], [ 120.1062319, 30.1475147 ], [ 120.1063495, 30.1474731 ], [ 120.1064463, 30.1474001 ], [ 120.1065477, 30.1472714 ], [ 120.1066149, 30.1471435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1066149, 30.1471435 ], [ 120.1065441, 30.1479362 ], [ 120.1065069, 30.1479925 ], [ 120.106436, 30.1480005 ], [ 120.1062467, 30.1479741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071324, 30.147277 ], [ 120.1072394, 30.147487 ], [ 120.1073343, 30.1475788 ], [ 120.1074139, 30.1476444 ], [ 120.1075163, 30.1476805 ], [ 120.1084798, 30.147756 ], [ 120.1086771, 30.147792 ], [ 120.1088526, 30.1478314 ], [ 120.1089813, 30.1478603 ], [ 120.1094964, 30.1479425 ], [ 120.1098243, 30.1480386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.103002, 30.1473388 ], [ 120.1045676, 30.1475172 ], [ 120.1064677, 30.1477222 ], [ 120.1071443, 30.1477962 ], [ 120.1088973, 30.1479394 ], [ 120.1098243, 30.1480386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0887212, 30.1456838 ], [ 120.0890944, 30.1458475 ], [ 120.0895499, 30.1459908 ], [ 120.0899578, 30.1460868 ], [ 120.0904564, 30.1461671 ], [ 120.0909226, 30.1462157 ], [ 120.0926194, 30.1463899 ], [ 120.0928443, 30.146413 ], [ 120.0947444, 30.1466071 ], [ 120.0948447, 30.1466116 ], [ 120.0963406, 30.1467634 ], [ 120.0973073, 30.1468415 ], [ 120.098196, 30.1469271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0981253, 30.1470277 ], [ 120.096862, 30.146905 ], [ 120.0963304, 30.1468526 ], [ 120.096141, 30.1468339 ], [ 120.0951358, 30.1467347 ], [ 120.094667, 30.1466944 ], [ 120.0932103, 30.146545 ], [ 120.0906332, 30.1462882 ], [ 120.0900433, 30.1462021 ], [ 120.0896312, 30.1461118 ], [ 120.0890855, 30.145953 ], [ 120.0888323, 30.1458716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.098196, 30.1469271 ], [ 120.0983844, 30.1469569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0981253, 30.1470277 ], [ 120.098196, 30.1469271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0983844, 30.1469569 ], [ 120.0983192, 30.1470625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0983192, 30.1470625 ], [ 120.0981253, 30.1470277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888323, 30.1458716 ], [ 120.0889936, 30.1461184 ], [ 120.0891934, 30.1463521 ], [ 120.0892961, 30.1465522 ], [ 120.0893985, 30.1467815 ], [ 120.0895107, 30.1470961 ], [ 120.0895879, 30.1474703 ], [ 120.0895922, 30.1476513 ], [ 120.0895759, 30.1478546 ], [ 120.0895457, 30.148225 ], [ 120.0894873, 30.1484895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894873, 30.1484895 ], [ 120.0895457, 30.148225 ], [ 120.0895759, 30.1478546 ], [ 120.0895922, 30.1476513 ], [ 120.0895879, 30.1474703 ], [ 120.0895107, 30.1470961 ], [ 120.0893985, 30.1467815 ], [ 120.0892961, 30.1465522 ], [ 120.0891934, 30.1463521 ], [ 120.0889936, 30.1461184 ], [ 120.0888323, 30.1458716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894873, 30.1484895 ], [ 120.0893825, 30.1488796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0893825, 30.1488796 ], [ 120.0894873, 30.1484895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15174, 30.1257676 ], [ 120.1528559, 30.1251473 ], [ 120.1532564, 30.1249282 ], [ 120.1539031, 30.1246027 ], [ 120.155609, 30.123684 ], [ 120.1558152, 30.1235832 ], [ 120.157905, 30.1225612 ], [ 120.1608165, 30.121194 ], [ 120.1613948, 30.1209225 ], [ 120.1622256, 30.1205173 ], [ 120.1645062, 30.1194052 ], [ 120.1659516, 30.1185939 ], [ 120.1689181, 30.1167564 ], [ 120.1695458, 30.1162645 ], [ 120.1699481, 30.1157958 ], [ 120.1702163, 30.1154014 ], [ 120.1705811, 30.1146265 ], [ 120.1707689, 30.1138283 ], [ 120.1708171, 30.113058 ], [ 120.1707206, 30.1121624 ], [ 120.1704846, 30.1113596 ], [ 120.1701144, 30.1105754 ], [ 120.1699749, 30.1104044 ], [ 120.1694331, 30.1097401 ], [ 120.1691151, 30.1094903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "之江绿道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691151, 30.1094903 ], [ 120.1694331, 30.1097401 ], [ 120.1699749, 30.1104044 ], [ 120.1701144, 30.1105754 ], [ 120.1704846, 30.1113596 ], [ 120.1707206, 30.1121624 ], [ 120.1708171, 30.113058 ], [ 120.1707689, 30.1138283 ], [ 120.1705811, 30.1146265 ], [ 120.1702163, 30.1154014 ], [ 120.1699481, 30.1157958 ], [ 120.1695458, 30.1162645 ], [ 120.1689181, 30.1167564 ], [ 120.1659516, 30.1185939 ], [ 120.1645062, 30.1194052 ], [ 120.1622256, 30.1205173 ], [ 120.1613948, 30.1209225 ], [ 120.1608165, 30.121194 ], [ 120.157905, 30.1225612 ], [ 120.1558152, 30.1235832 ], [ 120.155609, 30.123684 ], [ 120.1539031, 30.1246027 ], [ 120.1532564, 30.1249282 ], [ 120.1528559, 30.1251473 ], [ 120.15174, 30.1257676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "万达北路", "万达中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621018, 30.1334701 ], [ 120.1609878, 30.133654 ], [ 120.1607253, 30.1337122 ], [ 120.1604715, 30.1338022 ], [ 120.1602025, 30.1339135 ], [ 120.1599336, 30.1340795 ], [ 120.1595883, 30.134367 ], [ 120.1591918, 30.1349312 ], [ 120.1588193, 30.1356939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "万达北路", "万达中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588193, 30.1356939 ], [ 120.1591918, 30.1349312 ], [ 120.1595883, 30.134367 ], [ 120.1599336, 30.1340795 ], [ 120.1602025, 30.1339135 ], [ 120.1604715, 30.1338022 ], [ 120.1607253, 30.1337122 ], [ 120.1609878, 30.133654 ], [ 120.1621018, 30.1334701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五金路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620307, 30.1358274 ], [ 120.1588193, 30.1356939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五金路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588193, 30.1356939 ], [ 120.1620307, 30.1358274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "万达北路", "浦沿路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588193, 30.1356939 ], [ 120.158759, 30.1358173 ], [ 120.1580791, 30.1372097 ], [ 120.1578495, 30.1376671 ], [ 120.1577849, 30.1377959 ], [ 120.1575571, 30.1381111 ], [ 120.1572909, 30.1384264 ], [ 120.157148, 30.1385652 ], [ 120.156972, 30.1387361 ], [ 120.1565667, 30.139079 ], [ 120.1565123, 30.1391167 ], [ 120.1558744, 30.1395588 ], [ 120.1552781, 30.139997 ], [ 120.1547921, 30.1404726 ], [ 120.1545219, 30.1407643 ], [ 120.1543189, 30.1410809 ], [ 120.1541174, 30.1414376 ], [ 120.1540757, 30.1415256 ], [ 120.1539544, 30.1417818 ], [ 120.1537369, 30.1424547 ], [ 120.1536202, 30.1429282 ], [ 120.1534387, 30.1438036 ], [ 120.1533532, 30.1442638 ], [ 120.153205, 30.1447053 ], [ 120.1531158, 30.1449293 ], [ 120.153042, 30.1451146 ], [ 120.1528896, 30.1453612 ], [ 120.1525443, 30.1458215 ], [ 120.1521288, 30.1464383 ], [ 120.1518579, 30.1468403 ], [ 120.1518345, 30.146875 ], [ 120.1514452, 30.1477294 ], [ 120.1513838, 30.1478941 ], [ 120.1511514, 30.1485171 ], [ 120.1511407, 30.1485715 ], [ 120.1510629, 30.1488452 ], [ 120.1509936, 30.14921 ], [ 120.1508466, 30.150306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "万达北路", "浦沿路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1508466, 30.150306 ], [ 120.1509936, 30.14921 ], [ 120.1510629, 30.1488452 ], [ 120.1511407, 30.1485715 ], [ 120.1511514, 30.1485171 ], [ 120.1513838, 30.1478941 ], [ 120.1514452, 30.1477294 ], [ 120.1518345, 30.146875 ], [ 120.1518579, 30.1468403 ], [ 120.1521288, 30.1464383 ], [ 120.1525443, 30.1458215 ], [ 120.1528896, 30.1453612 ], [ 120.153042, 30.1451146 ], [ 120.1531158, 30.1449293 ], [ 120.153205, 30.1447053 ], [ 120.1533532, 30.1442638 ], [ 120.1534387, 30.1438036 ], [ 120.1536202, 30.1429282 ], [ 120.1537369, 30.1424547 ], [ 120.1539544, 30.1417818 ], [ 120.1540757, 30.1415256 ], [ 120.1541174, 30.1414376 ], [ 120.1543189, 30.1410809 ], [ 120.1545219, 30.1407643 ], [ 120.1547921, 30.1404726 ], [ 120.1552781, 30.139997 ], [ 120.1558744, 30.1395588 ], [ 120.1565123, 30.1391167 ], [ 120.1565667, 30.139079 ], [ 120.156972, 30.1387361 ], [ 120.157148, 30.1385652 ], [ 120.1572909, 30.1384264 ], [ 120.1575571, 30.1381111 ], [ 120.1577849, 30.1377959 ], [ 120.1578495, 30.1376671 ], [ 120.1580791, 30.1372097 ], [ 120.158759, 30.1358173 ], [ 120.1588193, 30.1356939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598165, 30.1558369 ], [ 120.1595877, 30.1556577 ], [ 120.159418, 30.1555201 ], [ 120.1592574, 30.155368 ], [ 120.1591, 30.1551805 ], [ 120.1588487, 30.1548329 ], [ 120.158714, 30.1546457 ], [ 120.158626, 30.1545234 ], [ 120.1584516, 30.1543067 ], [ 120.1581618, 30.1540448 ], [ 120.1570907, 30.1532824 ], [ 120.1554411, 30.1522816 ], [ 120.1540517, 30.1514607 ], [ 120.1528689, 30.1507577 ], [ 120.1525945, 30.1506315 ], [ 120.152268, 30.1505091 ], [ 120.1518725, 30.1504215 ], [ 120.1508466, 30.150306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1508466, 30.150306 ], [ 120.1518725, 30.1504215 ], [ 120.152268, 30.1505091 ], [ 120.1525945, 30.1506315 ], [ 120.1528689, 30.1507577 ], [ 120.1540517, 30.1514607 ], [ 120.1554411, 30.1522816 ], [ 120.1570907, 30.1532824 ], [ 120.1581618, 30.1540448 ], [ 120.1584516, 30.1543067 ], [ 120.158626, 30.1545234 ], [ 120.158714, 30.1546457 ], [ 120.1588487, 30.1548329 ], [ 120.1591, 30.1551805 ], [ 120.1592574, 30.155368 ], [ 120.159418, 30.1555201 ], [ 120.1595877, 30.1556577 ], [ 120.1598165, 30.1558369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774707, 30.1238332 ], [ 120.1772781, 30.1237842 ], [ 120.1770795, 30.1237046 ], [ 120.1769181, 30.1236272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1769181, 30.1236272 ], [ 120.1770795, 30.1237046 ], [ 120.1772781, 30.1237842 ], [ 120.1774707, 30.1238332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749045, 30.1305697 ], [ 120.1750338, 30.1305684 ], [ 120.1761548, 30.1305084 ], [ 120.1788946, 30.1303616 ], [ 120.1793577, 30.1303346 ], [ 120.1795012, 30.1303162 ], [ 120.1810254, 30.1302911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1810254, 30.1302911 ], [ 120.1795012, 30.1303162 ], [ 120.1793577, 30.1303346 ], [ 120.1788946, 30.1303616 ], [ 120.1761548, 30.1305084 ], [ 120.1750338, 30.1305684 ], [ 120.1749045, 30.1305697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五金路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1747865, 30.1347369 ], [ 120.1748732, 30.1347015 ], [ 120.1750767, 30.1346148 ], [ 120.1755112, 30.1344525 ], [ 120.1760745, 30.1342947 ], [ 120.1762266, 30.1342715 ], [ 120.1765305, 30.1342251 ], [ 120.1770884, 30.1341787 ], [ 120.1771419, 30.1341801 ], [ 120.1777965, 30.1341973 ], [ 120.1781158, 30.1342041 ], [ 120.1784685, 30.1342113 ], [ 120.1785572, 30.1342117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五金路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1785572, 30.1342117 ], [ 120.1784685, 30.1342113 ], [ 120.1781158, 30.1342041 ], [ 120.1777965, 30.1341973 ], [ 120.1771419, 30.1341801 ], [ 120.1770884, 30.1341787 ], [ 120.1765305, 30.1342251 ], [ 120.1762266, 30.1342715 ], [ 120.1760745, 30.1342947 ], [ 120.1755112, 30.1344525 ], [ 120.1750767, 30.1346148 ], [ 120.1748732, 30.1347015 ], [ 120.1747865, 30.1347369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781285, 30.1424012 ], [ 120.178359, 30.1424007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780031, 30.1424081 ], [ 120.1781285, 30.1424012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.178359, 30.1424007 ], [ 120.1784047, 30.1425264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.178161, 30.1425359 ], [ 120.1781285, 30.1424012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1652444, 30.1329135 ], [ 120.1651106, 30.1357801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651106, 30.1357801 ], [ 120.1652444, 30.1329135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621018, 30.1334701 ], [ 120.1621176, 30.1338774 ], [ 120.1620307, 30.1358274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620307, 30.1358274 ], [ 120.1621176, 30.1338774 ], [ 120.1621018, 30.1334701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五金路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651106, 30.1357801 ], [ 120.1620307, 30.1358274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五金路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620307, 30.1358274 ], [ 120.1651106, 30.1357801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620307, 30.1358274 ], [ 120.1619586, 30.1374602 ], [ 120.1619541, 30.1375612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1619541, 30.1375612 ], [ 120.1619586, 30.1374602 ], [ 120.1620307, 30.1358274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651106, 30.1357801 ], [ 120.1650085, 30.1377364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1650085, 30.1377364 ], [ 120.1651106, 30.1357801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "万达中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1747681, 30.1318894 ], [ 120.1745748, 30.1318803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "万达中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1745748, 30.1318803 ], [ 120.1747681, 30.1318894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "万达中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1747681, 30.1318894 ], [ 120.1748906, 30.1318904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "万达中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748906, 30.1318904 ], [ 120.1747681, 30.1318894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "万达中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1745748, 30.1318803 ], [ 120.1744737, 30.1318818 ], [ 120.1740727, 30.1319642 ], [ 120.1737103, 30.1320938 ], [ 120.17338, 30.1322546 ], [ 120.1730678, 30.1324033 ], [ 120.1726875, 30.1325416 ], [ 120.1723531, 30.1326241 ], [ 120.1720295, 30.1326862 ], [ 120.1718244, 30.132706 ], [ 120.1716739, 30.1327205 ], [ 120.1706774, 30.1327672 ], [ 120.1690102, 30.1328073 ], [ 120.1673937, 30.1328461 ], [ 120.1652444, 30.1329135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "万达中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1652444, 30.1329135 ], [ 120.1673937, 30.1328461 ], [ 120.1690102, 30.1328073 ], [ 120.1706774, 30.1327672 ], [ 120.1716739, 30.1327205 ], [ 120.1718244, 30.132706 ], [ 120.1720295, 30.1326862 ], [ 120.1723531, 30.1326241 ], [ 120.1726875, 30.1325416 ], [ 120.1730678, 30.1324033 ], [ 120.17338, 30.1322546 ], [ 120.1737103, 30.1320938 ], [ 120.1740727, 30.1319642 ], [ 120.1744737, 30.1318818 ], [ 120.1745748, 30.1318803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1747681, 30.1318894 ], [ 120.1746928, 30.133003 ], [ 120.1746984, 30.1335949 ], [ 120.1746957, 30.1339337 ], [ 120.1747485, 30.1344605 ], [ 120.1747865, 30.1347369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五金路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651106, 30.1357801 ], [ 120.1669017, 30.1357526 ], [ 120.1702686, 30.1357063 ], [ 120.1716717, 30.1356795 ], [ 120.1722261, 30.13562 ], [ 120.1727765, 30.135501 ], [ 120.1733423, 30.1353787 ], [ 120.173931, 30.1351704 ], [ 120.1744615, 30.1349186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五金路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744615, 30.1349186 ], [ 120.173931, 30.1351704 ], [ 120.1733423, 30.1353787 ], [ 120.1727765, 30.135501 ], [ 120.1722261, 30.13562 ], [ 120.1716717, 30.1356795 ], [ 120.1702686, 30.1357063 ], [ 120.1669017, 30.1357526 ], [ 120.1651106, 30.1357801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781285, 30.1424012 ], [ 120.177901, 30.1416956 ], [ 120.1777342, 30.1413014 ], [ 120.1774268, 30.1406687 ], [ 120.1771889, 30.1402637 ], [ 120.1769775, 30.1399039 ], [ 120.1764992, 30.1391391 ], [ 120.1758618, 30.1381488 ], [ 120.1756538, 30.1377985 ], [ 120.1754558, 30.1374753 ], [ 120.1752532, 30.1370903 ], [ 120.175039, 30.1365997 ], [ 120.1749558, 30.1363861 ], [ 120.1748629, 30.1360928 ], [ 120.1748015, 30.1358989 ], [ 120.1746617, 30.1352827 ], [ 120.1745879, 30.1349781 ], [ 120.1744959, 30.1344029 ], [ 120.1744582, 30.1338853 ], [ 120.1744682, 30.133631 ], [ 120.174485, 30.1330526 ], [ 120.1745748, 30.1318803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784047, 30.1425264 ], [ 120.178161, 30.1425359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.178161, 30.1425359 ], [ 120.1780594, 30.1425532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.178359, 30.1424007 ], [ 120.1784759, 30.1424044 ], [ 120.1791706, 30.1426602 ], [ 120.179725, 30.1428734 ], [ 120.1800315, 30.1429913 ], [ 120.1807066, 30.1432509 ], [ 120.1819453, 30.1437192 ], [ 120.1841467, 30.1445731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1840273, 30.14472 ], [ 120.1829745, 30.1442949 ], [ 120.1818745, 30.1438508 ], [ 120.1803927, 30.1432647 ], [ 120.179919, 30.1430773 ], [ 120.1791352, 30.1427673 ], [ 120.1787459, 30.1425653 ], [ 120.1785324, 30.1425215 ], [ 120.1784047, 30.1425264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1840273, 30.14472 ], [ 120.1841467, 30.1445731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841467, 30.1445731 ], [ 120.1840273, 30.14472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1779613, 30.1470746 ], [ 120.1780887, 30.1465857 ], [ 120.1782152, 30.1460192 ], [ 120.1783021, 30.1456081 ], [ 120.178406, 30.1445234 ], [ 120.178393, 30.1440579 ], [ 120.1783641, 30.1436016 ], [ 120.1782853, 30.1431419 ], [ 120.178161, 30.1425359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784047, 30.1425264 ], [ 120.1785181, 30.1431029 ], [ 120.1785614, 30.1434583 ], [ 120.1786207, 30.1439096 ], [ 120.1786373, 30.1443857 ], [ 120.1786038, 30.1448871 ], [ 120.1785567, 30.1454813 ], [ 120.1785055, 30.1458152 ], [ 120.178392, 30.1463427 ], [ 120.1782761, 30.1467551 ], [ 120.1781645, 30.147121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827464, 30.1484917 ], [ 120.1827416, 30.148266 ], [ 120.1825548, 30.1477895 ], [ 120.1825361, 30.1474907 ], [ 120.1830872, 30.1464892 ], [ 120.1832212, 30.146237 ], [ 120.1840273, 30.14472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1840273, 30.14472 ], [ 120.1832212, 30.146237 ], [ 120.1830872, 30.1464892 ], [ 120.1825361, 30.1474907 ], [ 120.1825548, 30.1477895 ], [ 120.1827416, 30.148266 ], [ 120.1827464, 30.1484917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1779613, 30.1470746 ], [ 120.1781645, 30.147121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778623, 30.1471556 ], [ 120.1779613, 30.1470746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1779355, 30.1471676 ], [ 120.1779613, 30.1470746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1779355, 30.1471676 ], [ 120.1778623, 30.1471556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781645, 30.147121 ], [ 120.178152, 30.1472229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.178152, 30.1472229 ], [ 120.1779355, 30.1471676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.178152, 30.1472229 ], [ 120.1780081, 30.1476435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781645, 30.147121 ], [ 120.1786911, 30.1472939 ], [ 120.1797375, 30.1476061 ], [ 120.1812444, 30.1480689 ], [ 120.1820361, 30.1483003 ], [ 120.182603, 30.1484425 ], [ 120.1827464, 30.1484917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827111, 30.1485679 ], [ 120.1825872, 30.1485243 ], [ 120.1819938, 30.1483855 ], [ 120.1804828, 30.1479304 ], [ 120.1786263, 30.1473712 ], [ 120.178152, 30.1472229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827464, 30.1484917 ], [ 120.1827111, 30.1485679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1747865, 30.1347369 ], [ 120.174818, 30.1349656 ], [ 120.1749962, 30.135719 ], [ 120.1751368, 30.1361993 ], [ 120.1751684, 30.1362752 ], [ 120.1753443, 30.1366976 ], [ 120.1755485, 30.1371597 ], [ 120.1759017, 30.1377782 ], [ 120.1764931, 30.1387328 ], [ 120.1771524, 30.1397536 ], [ 120.1773955, 30.1401575 ], [ 120.1775821, 30.1404677 ], [ 120.1778163, 30.1409016 ], [ 120.1779752, 30.1412667 ], [ 120.178109, 30.1415812 ], [ 120.178245, 30.141984 ], [ 120.178359, 30.1424007 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "樟树村路", "三江路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1650085, 30.1377364 ], [ 120.1661755, 30.1378177 ], [ 120.167952, 30.1379414 ], [ 120.1697028, 30.1380274 ], [ 120.1699445, 30.1380203 ], [ 120.1701097, 30.1380154 ], [ 120.1701449, 30.1390767 ], [ 120.1701618, 30.1395213 ], [ 120.1702178, 30.1409912 ], [ 120.1702935, 30.1417019 ], [ 120.1704665, 30.1428099 ], [ 120.1705125, 30.1432049 ], [ 120.1708396, 30.1443971 ], [ 120.1709088, 30.1447287 ], [ 120.1709623, 30.1453898 ], [ 120.1709303, 30.1458931 ], [ 120.1714158, 30.1471162 ], [ 120.1716528, 30.1477047 ], [ 120.1719319, 30.1481575 ], [ 120.1725511, 30.148812 ], [ 120.1732901, 30.1490944 ], [ 120.1732274, 30.1492642 ], [ 120.173633, 30.1493905 ], [ 120.1741445, 30.1494459 ], [ 120.1742752, 30.14946 ], [ 120.175185, 30.1496715 ], [ 120.1756606, 30.1498546 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "樟树村路", "三江路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1756606, 30.1498546 ], [ 120.175185, 30.1496715 ], [ 120.1742752, 30.14946 ], [ 120.1741445, 30.1494459 ], [ 120.173633, 30.1493905 ], [ 120.1732274, 30.1492642 ], [ 120.1732901, 30.1490944 ], [ 120.1725511, 30.148812 ], [ 120.1719319, 30.1481575 ], [ 120.1716528, 30.1477047 ], [ 120.1714158, 30.1471162 ], [ 120.1709303, 30.1458931 ], [ 120.1709623, 30.1453898 ], [ 120.1709088, 30.1447287 ], [ 120.1708396, 30.1443971 ], [ 120.1705125, 30.1432049 ], [ 120.1704665, 30.1428099 ], [ 120.1702935, 30.1417019 ], [ 120.1702178, 30.1409912 ], [ 120.1701618, 30.1395213 ], [ 120.1701449, 30.1390767 ], [ 120.1701097, 30.1380154 ], [ 120.1699445, 30.1380203 ], [ 120.1697028, 30.1380274 ], [ 120.167952, 30.1379414 ], [ 120.1661755, 30.1378177 ], [ 120.1650085, 30.1377364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749192, 30.1598869 ], [ 120.1749841, 30.1600085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749841, 30.1600085 ], [ 120.1749192, 30.1598869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711237, 30.16097 ], [ 120.17191, 30.1608783 ], [ 120.172391, 30.1607941 ], [ 120.1728639, 30.1606979 ], [ 120.173411, 30.1605415 ], [ 120.1738699, 30.1603772 ], [ 120.1742877, 30.1602103 ], [ 120.1745027, 30.1601028 ], [ 120.1749192, 30.1598869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749841, 30.1600085 ], [ 120.1745363, 30.160228 ], [ 120.174311, 30.1603243 ], [ 120.1742452, 30.1603463 ], [ 120.1734395, 30.160667 ], [ 120.1727206, 30.1608485 ], [ 120.1720439, 30.1609872 ], [ 120.1712062, 30.1610891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711237, 30.16097 ], [ 120.1712062, 30.1610891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1710856, 30.1610994 ], [ 120.1711237, 30.16097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749841, 30.1600085 ], [ 120.1750452, 30.1604351 ], [ 120.1751007, 30.1610223 ], [ 120.1751065, 30.1610827 ], [ 120.1751449, 30.1614893 ], [ 120.1751666, 30.1620478 ], [ 120.1751696, 30.1621257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827111, 30.1485679 ], [ 120.1827464, 30.1484917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1770075, 30.1517409 ], [ 120.1770197, 30.1514611 ], [ 120.1770431, 30.1509385 ], [ 120.1770984, 30.1503709 ], [ 120.1771804, 30.1497239 ], [ 120.1772849, 30.1491163 ], [ 120.1773793, 30.148609 ], [ 120.177532, 30.1480199 ], [ 120.1776881, 30.1474834 ], [ 120.1778623, 30.1471556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771327, 30.15175 ], [ 120.1771498, 30.1512908 ], [ 120.1771595, 30.1508173 ], [ 120.177224, 30.1502589 ], [ 120.1773354, 30.149454 ], [ 120.1774524, 30.148888 ], [ 120.1776274, 30.1481114 ], [ 120.1779355, 30.1471676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827464, 30.1484917 ], [ 120.1833807, 30.1487496 ], [ 120.1839091, 30.1490147 ], [ 120.1843361, 30.149308 ], [ 120.1849112, 30.1497806 ], [ 120.1852654, 30.1500668 ], [ 120.1853025, 30.1500968 ], [ 120.1856, 30.1503063 ], [ 120.1860032, 30.150533 ], [ 120.1860693, 30.1505669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815534, 30.1505528 ], [ 120.181605, 30.1504575 ], [ 120.1821923, 30.1494967 ], [ 120.1825515, 30.1488866 ], [ 120.1827111, 30.1485679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827111, 30.1485679 ], [ 120.1825515, 30.1488866 ], [ 120.1821923, 30.1494967 ], [ 120.181605, 30.1504575 ], [ 120.1815534, 30.1505528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1859944, 30.1506128 ], [ 120.1858815, 30.1505533 ], [ 120.1856133, 30.1504135 ], [ 120.1853549, 30.1502395 ], [ 120.1849665, 30.1499428 ], [ 120.1845116, 30.1495744 ], [ 120.1843313, 30.1494284 ], [ 120.1840236, 30.1491925 ], [ 120.1836468, 30.1489737 ], [ 120.1832155, 30.148758 ], [ 120.1827111, 30.1485679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780081, 30.1476435 ], [ 120.1778955, 30.1480774 ], [ 120.177766, 30.1485211 ], [ 120.1776324, 30.1491529 ], [ 120.1775284, 30.1497656 ], [ 120.1774579, 30.1502917 ], [ 120.1774071, 30.1509751 ], [ 120.1774129, 30.1512939 ], [ 120.1773978, 30.1517673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780081, 30.1476435 ], [ 120.1780258, 30.1479949 ], [ 120.1779224, 30.148725 ], [ 120.1778998, 30.1488379 ], [ 120.177801, 30.1492957 ], [ 120.1777011, 30.1502543 ], [ 120.177638, 30.1508746 ], [ 120.1776084, 30.151223 ], [ 120.1776011, 30.1513092 ], [ 120.1774949, 30.1517769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774949, 30.1517769 ], [ 120.1783047, 30.1518834 ], [ 120.1790616, 30.1519672 ], [ 120.1793117, 30.1519867 ], [ 120.1794784, 30.1519555 ], [ 120.1796023, 30.151899 ], [ 120.1797239, 30.1517529 ], [ 120.179814, 30.1515873 ], [ 120.1799762, 30.1513283 ], [ 120.1801249, 30.1510711 ], [ 120.1802646, 30.1509796 ], [ 120.1804335, 30.1509172 ], [ 120.1813617, 30.1506835 ], [ 120.1815534, 30.1505528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "樟树村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1619541, 30.1375612 ], [ 120.1620882, 30.1375689 ], [ 120.1650085, 30.1377364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "樟树村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1650085, 30.1377364 ], [ 120.1620882, 30.1375689 ], [ 120.1619541, 30.1375612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617621, 30.1408928 ], [ 120.1617805, 30.1406325 ], [ 120.1619112, 30.1387836 ], [ 120.1619541, 30.1375612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1619541, 30.1375612 ], [ 120.1619112, 30.1387836 ], [ 120.1617805, 30.1406325 ], [ 120.1617621, 30.1408928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674555, 30.1617622 ], [ 120.1673117, 30.16158 ], [ 120.1671829, 30.1614011 ], [ 120.1665751, 30.1606165 ], [ 120.166255, 30.1602447 ], [ 120.1660087, 30.1599663 ], [ 120.1658652, 30.1597605 ], [ 120.1658224, 30.1596146 ], [ 120.1657695, 30.159278 ], [ 120.1656924, 30.1590215 ], [ 120.1655197, 30.1588116 ], [ 120.1652955, 30.1586541 ], [ 120.1650247, 30.1585532 ], [ 120.1647725, 30.1584926 ], [ 120.1645203, 30.1584038 ], [ 120.164226, 30.1582544 ], [ 120.1639155, 30.1580565 ], [ 120.1630399, 30.1574346 ], [ 120.1627391, 30.1572154 ], [ 120.162457, 30.1570366 ], [ 120.1620375, 30.1568081 ], [ 120.1615827, 30.1566187 ], [ 120.160859, 30.1563174 ], [ 120.1604081, 30.1561126 ], [ 120.1598165, 30.1558369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598165, 30.1558369 ], [ 120.1604081, 30.1561126 ], [ 120.160859, 30.1563174 ], [ 120.1615827, 30.1566187 ], [ 120.1620375, 30.1568081 ], [ 120.162457, 30.1570366 ], [ 120.1627391, 30.1572154 ], [ 120.1630399, 30.1574346 ], [ 120.1639155, 30.1580565 ], [ 120.164226, 30.1582544 ], [ 120.1645203, 30.1584038 ], [ 120.1647725, 30.1584926 ], [ 120.1650247, 30.1585532 ], [ 120.1652955, 30.1586541 ], [ 120.1655197, 30.1588116 ], [ 120.1656924, 30.1590215 ], [ 120.1657695, 30.159278 ], [ 120.1658224, 30.1596146 ], [ 120.1658652, 30.1597605 ], [ 120.1660087, 30.1599663 ], [ 120.166255, 30.1602447 ], [ 120.1665751, 30.1606165 ], [ 120.1671829, 30.1614011 ], [ 120.1673117, 30.16158 ], [ 120.1674555, 30.1617622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674555, 30.1617622 ], [ 120.1677109, 30.1616153 ], [ 120.1682371, 30.1614009 ], [ 120.168652, 30.1612766 ], [ 120.1690925, 30.1611965 ], [ 120.1694657, 30.1611524 ], [ 120.1698866, 30.1611061 ], [ 120.1711237, 30.16097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1710856, 30.1610994 ], [ 120.1699906, 30.1612186 ], [ 120.1690654, 30.1613194 ], [ 120.1685558, 30.1614367 ], [ 120.168055, 30.1616069 ], [ 120.1675948, 30.161823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675342, 30.161856 ], [ 120.1674555, 30.1617622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674555, 30.1617622 ], [ 120.1675342, 30.161856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815534, 30.1505528 ], [ 120.1813617, 30.1506835 ], [ 120.1804335, 30.1509172 ], [ 120.1802646, 30.1509796 ], [ 120.1801249, 30.1510711 ], [ 120.1799762, 30.1513283 ], [ 120.179814, 30.1515873 ], [ 120.1797239, 30.1517529 ], [ 120.1796023, 30.151899 ], [ 120.1794784, 30.1519555 ], [ 120.1793117, 30.1519867 ], [ 120.1790616, 30.1519672 ], [ 120.1783047, 30.1518834 ], [ 120.1774949, 30.1517769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771327, 30.15175 ], [ 120.1770075, 30.1517409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1770075, 30.1517409 ], [ 120.1771327, 30.15175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771327, 30.15175 ], [ 120.1773978, 30.1517673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1773978, 30.1517673 ], [ 120.1771327, 30.15175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774949, 30.1517769 ], [ 120.1773978, 30.1517673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南川路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1773978, 30.1517673 ], [ 120.1774949, 30.1517769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815534, 30.1505528 ], [ 120.1815236, 30.1508716 ], [ 120.1814805, 30.1517029 ], [ 120.1815388, 30.1533556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815388, 30.1533556 ], [ 120.1814805, 30.1517029 ], [ 120.1815236, 30.1508716 ], [ 120.1815534, 30.1505528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774949, 30.1517769 ], [ 120.1774864, 30.1519835 ], [ 120.1774891, 30.1526373 ], [ 120.1775834, 30.1532198 ], [ 120.1776139, 30.1537366 ], [ 120.1777194, 30.1545447 ], [ 120.1778181, 30.1550647 ], [ 120.1778624, 30.1552275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110403, 30.1481395 ], [ 120.1111228, 30.1481511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1111228, 30.1481511 ], [ 120.1112598, 30.1481902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110978, 30.1482766 ], [ 120.1109833, 30.1481356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110351, 30.1482787 ], [ 120.1110403, 30.1481395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1111228, 30.1481511 ], [ 120.1111257, 30.1482872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110978, 30.1482766 ], [ 120.110275, 30.1482083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1112598, 30.1481902 ], [ 120.1112424, 30.1482998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110351, 30.1482787 ], [ 120.110978, 30.1482766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1111257, 30.1482872 ], [ 120.1110351, 30.1482787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1112424, 30.1482998 ], [ 120.1111257, 30.1482872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071324, 30.147277 ], [ 120.1070504, 30.148116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1062467, 30.1479741 ], [ 120.1060717, 30.1479411 ], [ 120.1046745, 30.1477686 ], [ 120.1039913, 30.1476746 ], [ 120.1035013, 30.1475547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梧桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110275, 30.1482083 ], [ 120.1084229, 30.1480057 ], [ 120.1071426, 30.1478965 ], [ 120.1064512, 30.1478293 ], [ 120.1047527, 30.1476577 ], [ 120.1035013, 30.1475547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1065794, 30.1484182 ], [ 120.1065111, 30.1482164 ], [ 120.1064443, 30.1481084 ], [ 120.1063649, 30.1480347 ], [ 120.1062467, 30.1479741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110275, 30.1482083 ], [ 120.1096793, 30.1481855 ], [ 120.1089406, 30.1481473 ], [ 120.1087909, 30.1481496 ], [ 120.1084305, 30.1481627 ], [ 120.107505, 30.148084 ], [ 120.1074139, 30.1480971 ], [ 120.1073419, 30.1481397 ], [ 120.1072584, 30.1482185 ], [ 120.1071825, 30.1483333 ], [ 120.1071003, 30.1485104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070504, 30.148116 ], [ 120.1071003, 30.1485104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061151, 30.1546813 ], [ 120.1061962, 30.153538 ], [ 120.1062634, 30.1526079 ], [ 120.1062602, 30.1521556 ], [ 120.106254, 30.1516703 ], [ 120.1062388, 30.1512172 ], [ 120.1062598, 30.1509522 ], [ 120.1063163, 30.150417 ], [ 120.1063768, 30.1501047 ], [ 120.1064361, 30.1496319 ], [ 120.1064979, 30.1491167 ], [ 120.1065794, 30.1484182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071003, 30.1485104 ], [ 120.1071135, 30.1487414 ], [ 120.1070901, 30.1490927 ], [ 120.1070668, 30.1494279 ], [ 120.1070575, 30.1497025 ], [ 120.1070621, 30.1500538 ], [ 120.1070621, 30.1507403 ], [ 120.107024, 30.151461 ], [ 120.1069961, 30.1516516 ], [ 120.1069547, 30.1518548 ], [ 120.1067072, 30.1525453 ], [ 120.1066512, 30.1528199 ], [ 120.1066091, 30.1531153 ], [ 120.1065359, 30.1536306 ], [ 120.1064916, 30.1540475 ], [ 120.1064461, 30.1546038 ], [ 120.1064148, 30.1548345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0963734, 30.1508623 ], [ 120.0970612, 30.1510591 ], [ 120.0972285, 30.1511155 ], [ 120.0977352, 30.1512965 ], [ 120.0995913, 30.1520256 ], [ 120.0997285, 30.1520812 ], [ 120.1010844, 30.1526466 ], [ 120.1020491, 30.1529945 ], [ 120.1030655, 30.1533879 ], [ 120.1034493, 30.1534958 ], [ 120.10368, 30.1535502 ], [ 120.1040667, 30.1536138 ], [ 120.1042705, 30.1536652 ], [ 120.1045256, 30.1537645 ], [ 120.1048365, 30.1539584 ], [ 120.1050846, 30.154198 ], [ 120.1052625, 30.1543226 ], [ 120.1061151, 30.1546813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1060869, 30.1550295 ], [ 120.1056186, 30.1548436 ], [ 120.1050453, 30.1546282 ], [ 120.1042861, 30.1544684 ], [ 120.1039624, 30.1543826 ], [ 120.103701, 30.1542723 ], [ 120.1034649, 30.1541343 ], [ 120.1032196, 30.1539757 ], [ 120.1025504, 30.1536607 ], [ 120.1019346, 30.1534104 ], [ 120.1014227, 30.1532189 ], [ 120.1006654, 30.1528928 ], [ 120.1002937, 30.1527202 ], [ 120.0999729, 30.1526076 ], [ 120.0979298, 30.151772 ], [ 120.0971141, 30.1514551 ], [ 120.0963337, 30.1510057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962154, 30.1508036 ], [ 120.0963555, 30.1505764 ], [ 120.0965341, 30.1502266 ], [ 120.0971733, 30.1489361 ], [ 120.0972935, 30.1486934 ], [ 120.0974219, 30.1484362 ], [ 120.0981253, 30.1470277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0983192, 30.1470625 ], [ 120.0976758, 30.1483087 ], [ 120.0974293, 30.1487863 ], [ 120.0972239, 30.1491821 ], [ 120.0966494, 30.1502896 ], [ 120.0964808, 30.1506117 ], [ 120.0963734, 30.1508623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894873, 30.1484895 ], [ 120.0896455, 30.14853 ], [ 120.0899656, 30.1486441 ], [ 120.0904809, 30.1488188 ], [ 120.0907299, 30.1488835 ], [ 120.0914014, 30.149058 ], [ 120.0919627, 30.1492245 ], [ 120.0927762, 30.1494762 ], [ 120.093665, 30.1497683 ], [ 120.0949982, 30.1503244 ], [ 120.0962154, 30.1508036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.096121, 30.1509258 ], [ 120.0952335, 30.150579 ], [ 120.0935194, 30.1499092 ], [ 120.0927119, 30.1496166 ], [ 120.0920745, 30.1494182 ], [ 120.0915109, 30.1492452 ], [ 120.0913229, 30.1491875 ], [ 120.0905477, 30.1489761 ], [ 120.0899377, 30.148905 ], [ 120.0893825, 30.1488796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962154, 30.1508036 ], [ 120.0963734, 30.1508623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.096121, 30.1509258 ], [ 120.0962154, 30.1508036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0963734, 30.1508623 ], [ 120.0963337, 30.1510057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0963337, 30.1510057 ], [ 120.096121, 30.1509258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092782, 30.1570476 ], [ 120.0928777, 30.1568351 ], [ 120.0930912, 30.1564037 ], [ 120.0933151, 30.1559913 ], [ 120.0938372, 30.1550299 ], [ 120.094194, 30.1545003 ], [ 120.0944328, 30.1541771 ], [ 120.0947311, 30.1537734 ], [ 120.0948852, 30.1535514 ], [ 120.095072, 30.1531637 ], [ 120.0955343, 30.1520805 ], [ 120.096121, 30.1509258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0963337, 30.1510057 ], [ 120.0959291, 30.1516533 ], [ 120.0956393, 30.152193 ], [ 120.0952775, 30.1530385 ], [ 120.0951187, 30.1534141 ], [ 120.0949599, 30.1537331 ], [ 120.0947358, 30.1540278 ], [ 120.0943061, 30.1546214 ], [ 120.0939082, 30.1552688 ], [ 120.0931673, 30.1565802 ], [ 120.092912, 30.1570813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0854182, 30.1549482 ], [ 120.0887453, 30.155904 ], [ 120.0901115, 30.15631 ], [ 120.0906241, 30.1564533 ], [ 120.0922947, 30.1569211 ], [ 120.092782, 30.1570476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092723, 30.1571854 ], [ 120.0921516, 30.1570505 ], [ 120.0906779, 30.1566255 ], [ 120.0905104, 30.156581 ], [ 120.0900527, 30.1564452 ], [ 120.0886849, 30.1560508 ], [ 120.0855392, 30.1551165 ], [ 120.0854325, 30.1550848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092782, 30.1570476 ], [ 120.092912, 30.1570813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092723, 30.1571854 ], [ 120.092782, 30.1570476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092912, 30.1570813 ], [ 120.0928507, 30.1572156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0928507, 30.1572156 ], [ 120.092723, 30.1571854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.092912, 30.1570813 ], [ 120.094885, 30.1576324 ], [ 120.0954229, 30.1577752 ], [ 120.0959905, 30.1579332 ], [ 120.0962142, 30.1579955 ], [ 120.0969811, 30.1582264 ], [ 120.0972551, 30.158306 ], [ 120.097488, 30.15842 ], [ 120.0980847, 30.1587009 ], [ 120.0982975, 30.1588238 ], [ 120.0985246, 30.1589775 ], [ 120.0989278, 30.1593087 ], [ 120.0990686, 30.1594756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0989309, 30.1595638 ], [ 120.0987623, 30.1593754 ], [ 120.0981937, 30.1589318 ], [ 120.0977943, 30.158718 ], [ 120.0977483, 30.1586934 ], [ 120.0972011, 30.1584614 ], [ 120.09654, 30.1582543 ], [ 120.0958626, 30.1580753 ], [ 120.0949056, 30.1577962 ], [ 120.0947484, 30.1577503 ], [ 120.0944671, 30.1576683 ], [ 120.0928507, 30.1572156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0924502, 30.1596536 ], [ 120.0923787, 30.158904 ], [ 120.0923716, 30.1585409 ], [ 120.0924109, 30.1581479 ], [ 120.0925029, 30.1577403 ], [ 120.0925735, 30.1575345 ], [ 120.092723, 30.1571854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0924502, 30.1596536 ], [ 120.0921876, 30.1596476 ], [ 120.0918735, 30.1596138 ], [ 120.0907854, 30.1594096 ], [ 120.0898642, 30.1591647 ], [ 120.0889268, 30.1588847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "motorway", "name": "之江大桥连接线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1076676, 30.1442651 ], [ 120.107359, 30.144842 ], [ 120.1072927, 30.1450467 ], [ 120.1072542, 30.1452142 ], [ 120.107213, 30.1454383 ], [ 120.1071841, 30.1456304 ], [ 120.1071235, 30.146277 ], [ 120.107016, 30.1475257 ], [ 120.106851, 30.1488809 ], [ 120.1067044, 30.1501908 ], [ 120.1066739, 30.1506573 ], [ 120.1066703, 30.1511064 ], [ 120.1066912, 30.1514014 ], [ 120.1067202, 30.1516754 ], [ 120.1067903, 30.1520763 ], [ 120.106872, 30.1524131 ], [ 120.10697, 30.1527289 ], [ 120.1071097, 30.1530918 ], [ 120.1072656, 30.1534442 ], [ 120.107376, 30.1536663 ], [ 120.1074946, 30.1538814 ], [ 120.1076371, 30.1541244 ], [ 120.1077797, 30.1543393 ], [ 120.1079657, 30.1545948 ], [ 120.1081517, 30.1548221 ], [ 120.1084004, 30.1551011 ], [ 120.108641, 30.155345 ], [ 120.1089207, 30.1556027 ], [ 120.1091842, 30.1558252 ], [ 120.1098077, 30.1562649 ], [ 120.110423, 30.1566177 ], [ 120.111045, 30.1569212 ], [ 120.1121004, 30.1573836 ], [ 120.1131946, 30.157854 ], [ 120.1147018, 30.1584918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "motorway", "name": "之江大桥连接线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146262, 30.1586195 ], [ 120.113843, 30.1582417 ], [ 120.1109823, 30.157001 ], [ 120.1101783, 30.1566016 ], [ 120.1098115, 30.1563824 ], [ 120.1094312, 30.1561285 ], [ 120.1089331, 30.155756 ], [ 120.1085666, 30.1554192 ], [ 120.1083197, 30.1551692 ], [ 120.1080848, 30.1549098 ], [ 120.1078743, 30.1546575 ], [ 120.1076783, 30.1543981 ], [ 120.1074741, 30.1540825 ], [ 120.1073323, 30.1538221 ], [ 120.1071742, 30.153516 ], [ 120.1070539, 30.1532675 ], [ 120.1069498, 30.153012 ], [ 120.1068467, 30.1527454 ], [ 120.1067761, 30.1525139 ], [ 120.1066985, 30.1522032 ], [ 120.1066372, 30.1518715 ], [ 120.1065884, 30.1515033 ], [ 120.1065664, 30.1510945 ], [ 120.1065591, 30.150688 ], [ 120.1065919, 30.150183 ], [ 120.1067384, 30.148874 ], [ 120.1070098, 30.1462327 ], [ 120.1071457, 30.1448826 ], [ 120.1071625, 30.1446077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1108708, 30.1607972 ], [ 120.1107734, 30.1604228 ], [ 120.1107251, 30.1599169 ], [ 120.1106849, 30.1594952 ], [ 120.1106863, 30.1593392 ], [ 120.1106893, 30.1590089 ], [ 120.1106903, 30.1588945 ], [ 120.1107002, 30.1588083 ], [ 120.1107464, 30.1582572 ], [ 120.1109029, 30.1576593 ], [ 120.1110705, 30.1572955 ], [ 120.1111295, 30.1571677 ], [ 120.1113496, 30.1568257 ], [ 120.11161, 30.1564212 ], [ 120.1118957, 30.1558889 ], [ 120.111987, 30.1555948 ], [ 120.1120557, 30.1553736 ], [ 120.1120954, 30.1549431 ], [ 120.1120462, 30.1545173 ], [ 120.1118816, 30.1540418 ], [ 120.1115804, 30.1533378 ], [ 120.1113843, 30.1526773 ], [ 120.111197, 30.1519663 ], [ 120.111054, 30.1513903 ], [ 120.1110202, 30.1511139 ], [ 120.1109641, 30.1506552 ], [ 120.1109308, 30.1501206 ], [ 120.1109193, 30.1499354 ], [ 120.1109233, 30.1491523 ], [ 120.110978, 30.1482766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1108708, 30.1607972 ], [ 120.1108122, 30.1599267 ], [ 120.1107863, 30.1595461 ], [ 120.1107576, 30.1589041 ], [ 120.1107573, 30.15881 ], [ 120.1108031, 30.1582645 ], [ 120.1109576, 30.157674 ], [ 120.1111236, 30.1573138 ], [ 120.1111812, 30.1571889 ], [ 120.1113995, 30.1568497 ], [ 120.1116609, 30.1564436 ], [ 120.1119496, 30.1559058 ], [ 120.1120422, 30.1556076 ], [ 120.1121122, 30.155382 ], [ 120.1121528, 30.1549426 ], [ 120.1121025, 30.1545077 ], [ 120.1119358, 30.1540261 ], [ 120.111635, 30.153323 ], [ 120.1114398, 30.1526657 ], [ 120.1112528, 30.1519556 ], [ 120.1111105, 30.1513825 ], [ 120.1110211, 30.1506513 ], [ 120.1109879, 30.1501179 ], [ 120.1109764, 30.1499342 ], [ 120.1109804, 30.1491537 ], [ 120.1110351, 30.1482787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1111257, 30.1482872 ], [ 120.1110783, 30.1489926 ], [ 120.1110834, 30.1499642 ], [ 120.111158, 30.150647 ], [ 120.1111809, 30.1508572 ], [ 120.1112501, 30.1515075 ], [ 120.1115224, 30.1526043 ], [ 120.1117338, 30.1532301 ], [ 120.1120184, 30.1538699 ], [ 120.1122095, 30.1544042 ], [ 120.1122664, 30.1548787 ], [ 120.1122339, 30.1553885 ], [ 120.1121509, 30.1556623 ], [ 120.1120794, 30.1558982 ], [ 120.1117908, 30.1564184 ], [ 120.1114908, 30.1568994 ], [ 120.1112164, 30.1573393 ], [ 120.1111769, 30.1574027 ], [ 120.1109736, 30.1580179 ], [ 120.1108923, 30.1585486 ], [ 120.1108516, 30.1588791 ], [ 120.1108532, 30.1589859 ], [ 120.1108842, 30.1595751 ], [ 120.110933, 30.1602605 ], [ 120.1109535, 30.1604318 ], [ 120.1110033, 30.1608488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1112424, 30.1482998 ], [ 120.1111865, 30.1486527 ], [ 120.1111597, 30.1493485 ], [ 120.1111892, 30.1502507 ], [ 120.1112214, 30.1506311 ], [ 120.1112697, 30.1509952 ], [ 120.1113769, 30.1516284 ], [ 120.1115352, 30.1523938 ], [ 120.1116881, 30.1528043 ], [ 120.1119831, 30.1536021 ], [ 120.1121816, 30.1541355 ], [ 120.112305, 30.1545484 ], [ 120.1123291, 30.1550354 ], [ 120.1122728, 30.1554923 ], [ 120.1122046, 30.155709 ], [ 120.1121387, 30.1558958 ], [ 120.1120126, 30.1561857 ], [ 120.1117364, 30.1566055 ], [ 120.1112589, 30.1574404 ], [ 120.1111248, 30.1577883 ], [ 120.1110068, 30.1581802 ], [ 120.1109317, 30.1587229 ], [ 120.1109424, 30.1589595 ], [ 120.1109499, 30.1592017 ], [ 120.1109604, 30.1595409 ], [ 120.1109639, 30.1596529 ], [ 120.1110071, 30.160422 ], [ 120.1110175, 30.1605249 ], [ 120.1110033, 30.1608488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093549, 30.155757 ], [ 120.1098108, 30.1558902 ], [ 120.1102308, 30.1560475 ], [ 120.1108764, 30.1563413 ], [ 120.1114418, 30.156679 ], [ 120.1120855, 30.1571281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "之江绿道", "钱塘路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1213705, 30.1446302 ], [ 120.1194099, 30.1462268 ], [ 120.118458, 30.1469943 ], [ 120.1180956, 30.147303 ], [ 120.1179948, 30.1475094 ], [ 120.1179293, 30.1479942 ], [ 120.1168994, 30.1501466 ], [ 120.1160786, 30.1518119 ], [ 120.1154993, 30.1526654 ], [ 120.1147965, 30.1537693 ], [ 120.1131872, 30.1563251 ], [ 120.1131121, 30.1564407 ], [ 120.1119641, 30.1582083 ], [ 120.1118032, 30.158686 ], [ 120.1118085, 30.1595766 ], [ 120.1117654, 30.1596601 ], [ 120.111664, 30.1601632 ], [ 120.1116849, 30.1606114 ], [ 120.1117097, 30.1612039 ], [ 120.1117426, 30.1616523 ], [ 120.111743, 30.1622472 ], [ 120.1117085, 30.1626015 ], [ 120.1115634, 30.1634725 ], [ 120.111548, 30.1635648 ], [ 120.1113454, 30.1647682 ], [ 120.1111593, 30.1658734 ], [ 120.1110349, 30.1665938 ], [ 120.110768, 30.1678711 ], [ 120.1106834, 30.1680835 ], [ 120.1105528, 30.1683803 ], [ 120.110292, 30.1689641 ], [ 120.1100516, 30.1694945 ], [ 120.1100043, 30.1696728 ], [ 120.1099902, 30.1697259 ], [ 120.1099712, 30.1698785 ], [ 120.1099722, 30.1701795 ], [ 120.1099379, 30.1703106 ], [ 120.1097205, 30.1704013 ], [ 120.107949, 30.1704155 ], [ 120.106469, 30.1704129 ], [ 120.1059371, 30.1704135 ], [ 120.105868, 30.1704136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "之江绿道", "钱塘路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.105868, 30.1704136 ], [ 120.1059371, 30.1704135 ], [ 120.106469, 30.1704129 ], [ 120.107949, 30.1704155 ], [ 120.1097205, 30.1704013 ], [ 120.1099379, 30.1703106 ], [ 120.1099722, 30.1701795 ], [ 120.1099712, 30.1698785 ], [ 120.1099902, 30.1697259 ], [ 120.1100043, 30.1696728 ], [ 120.1100516, 30.1694945 ], [ 120.110292, 30.1689641 ], [ 120.1105528, 30.1683803 ], [ 120.1106834, 30.1680835 ], [ 120.110768, 30.1678711 ], [ 120.1110349, 30.1665938 ], [ 120.1111593, 30.1658734 ], [ 120.1113454, 30.1647682 ], [ 120.111548, 30.1635648 ], [ 120.1115634, 30.1634725 ], [ 120.1117085, 30.1626015 ], [ 120.111743, 30.1622472 ], [ 120.1117426, 30.1616523 ], [ 120.1117097, 30.1612039 ], [ 120.1116849, 30.1606114 ], [ 120.111664, 30.1601632 ], [ 120.1117654, 30.1596601 ], [ 120.1118085, 30.1595766 ], [ 120.1118032, 30.158686 ], [ 120.1119641, 30.1582083 ], [ 120.1131121, 30.1564407 ], [ 120.1131872, 30.1563251 ], [ 120.1147965, 30.1537693 ], [ 120.1154993, 30.1526654 ], [ 120.1160786, 30.1518119 ], [ 120.1168994, 30.1501466 ], [ 120.1179293, 30.1479942 ], [ 120.1179948, 30.1475094 ], [ 120.1180956, 30.147303 ], [ 120.118458, 30.1469943 ], [ 120.1194099, 30.1462268 ], [ 120.1213705, 30.1446302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "彩虹快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1120855, 30.1571281 ], [ 120.1130792, 30.15766 ], [ 120.1138681, 30.1580802 ], [ 120.1147018, 30.1584918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061151, 30.1546813 ], [ 120.1064148, 30.1548345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1060869, 30.1550295 ], [ 120.1061151, 30.1546813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1064148, 30.1548345 ], [ 120.1063804, 30.1551389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "云河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1063804, 30.1551389 ], [ 120.1060869, 30.1550295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "之浦路隧道", "之浦路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1050315, 30.1726627 ], [ 120.1052639, 30.1718122 ], [ 120.1053723, 30.1712631 ], [ 120.105492, 30.170701 ], [ 120.1056519, 30.1697354 ], [ 120.1057063, 30.1692545 ], [ 120.1057536, 30.1687981 ], [ 120.1058164, 30.1681564 ], [ 120.1058473, 30.1676241 ], [ 120.10585, 30.1670674 ], [ 120.1056157, 30.1627296 ], [ 120.105588, 30.1621454 ], [ 120.1056147, 30.1612409 ], [ 120.1057089, 30.1600663 ], [ 120.105822, 30.1588659 ], [ 120.105895, 30.157969 ], [ 120.1062232, 30.1544573 ], [ 120.1063567, 30.1530259 ], [ 120.1063554, 30.152706 ], [ 120.1063511, 30.1520245 ], [ 120.1063438, 30.151525 ], [ 120.1063814, 30.1509592 ], [ 120.1064335, 30.1504063 ], [ 120.1065393, 30.1495983 ], [ 120.1066136, 30.1490458 ], [ 120.1067128, 30.1481957 ], [ 120.1067881, 30.1474404 ], [ 120.1069034, 30.1463306 ], [ 120.1070695, 30.1448569 ], [ 120.1071625, 30.1446077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990686, 30.1594756 ], [ 120.0989309, 30.1595638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0989309, 30.1595638 ], [ 120.0990686, 30.1594756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1056237, 30.164832 ], [ 120.1055488, 30.1637476 ], [ 120.1054817, 30.1627769 ], [ 120.1054613, 30.1622052 ], [ 120.1054493, 30.1619934 ], [ 120.1054657, 30.1616778 ], [ 120.1055012, 30.1610841 ], [ 120.1054451, 30.1606272 ], [ 120.1055928, 30.158985 ], [ 120.1056503, 30.1584483 ], [ 120.1056715, 30.1580245 ], [ 120.1056914, 30.1574961 ], [ 120.1057267, 30.1572574 ], [ 120.1057786, 30.1570166 ], [ 120.1058804, 30.1568268 ], [ 120.1059291, 30.1566441 ], [ 120.1059576, 30.1564614 ], [ 120.1059937, 30.1560031 ], [ 120.1060551, 30.155391 ], [ 120.1060869, 30.1550295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1063804, 30.1551389 ], [ 120.1063432, 30.155601 ], [ 120.1062766, 30.1562487 ], [ 120.1062621, 30.1564054 ], [ 120.1062663, 30.1565772 ], [ 120.1063435, 30.1568952 ], [ 120.1063689, 30.1571348 ], [ 120.1063789, 30.1572504 ], [ 120.1063754, 30.1573659 ], [ 120.1062061, 30.1584323 ], [ 120.1061509, 30.1587568 ], [ 120.106008, 30.1600789 ], [ 120.1059638, 30.1610858 ], [ 120.1059325, 30.1613378 ], [ 120.1059012, 30.1615348 ], [ 120.1058764, 30.1621129 ], [ 120.1058688, 30.1626682 ], [ 120.105991, 30.1648343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "之浦路隧道", "之浦路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070504, 30.148116 ], [ 120.1070241, 30.1484979 ], [ 120.1069576, 30.1497604 ], [ 120.1069565, 30.1500295 ], [ 120.1069527, 30.1507753 ], [ 120.1069275, 30.1510008 ], [ 120.1068666, 30.1513586 ], [ 120.1067966, 30.1516898 ], [ 120.1066, 30.1524077 ], [ 120.1065464, 30.1526571 ], [ 120.1064873, 30.1529875 ], [ 120.1064417, 30.1534022 ], [ 120.106403, 30.1537709 ], [ 120.1063443, 30.1544687 ], [ 120.1060158, 30.1579863 ], [ 120.1059005, 30.1592529 ], [ 120.1058222, 30.1600685 ], [ 120.1057732, 30.1607066 ], [ 120.1057862, 30.1612591 ], [ 120.1057493, 30.1618833 ], [ 120.1057474, 30.1627171 ], [ 120.1059744, 30.167053 ], [ 120.1059586, 30.1681758 ], [ 120.1059155, 30.1687765 ], [ 120.1058592, 30.1693562 ], [ 120.1058079, 30.1697934 ], [ 120.1057266, 30.1703534 ], [ 120.1056473, 30.1708203 ], [ 120.1055298, 30.1713563 ], [ 120.1054328, 30.1717818 ], [ 120.1053281, 30.1722517 ], [ 120.1051944, 30.1727617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安埠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0889268, 30.1588847 ], [ 120.0898642, 30.1591647 ], [ 120.0907854, 30.1594096 ], [ 120.0918735, 30.1596138 ], [ 120.0921876, 30.1596476 ], [ 120.0924502, 30.1596536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0878292, 30.1603467 ], [ 120.0889268, 30.1588847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0889268, 30.1588847 ], [ 120.0878292, 30.1603467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0928507, 30.1572156 ], [ 120.0926496, 30.1577641 ], [ 120.0925732, 30.1581675 ], [ 120.0925291, 30.1584992 ], [ 120.0925489, 30.1589358 ], [ 120.0925933, 30.1593724 ], [ 120.0926127, 30.1596467 ], [ 120.0926296, 30.1597926 ], [ 120.0926791, 30.1602212 ], [ 120.0928866, 30.1609471 ], [ 120.093042, 30.1613959 ], [ 120.0931463, 30.1616096 ], [ 120.0932875, 30.1618393 ], [ 120.0936497, 30.1623942 ], [ 120.0937749, 30.1625808 ], [ 120.0938217, 30.1626974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938217, 30.1626974 ], [ 120.095444, 30.1616975 ], [ 120.0962192, 30.1612198 ], [ 120.0964312, 30.1610891 ], [ 120.0967721, 30.1608811 ], [ 120.0975896, 30.1603823 ], [ 120.0989309, 30.1595638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0989309, 30.1595638 ], [ 120.0975896, 30.1603823 ], [ 120.0967721, 30.1608811 ], [ 120.0964312, 30.1610891 ], [ 120.0962192, 30.1612198 ], [ 120.095444, 30.1616975 ], [ 120.0938217, 30.1626974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936939, 30.1627904 ], [ 120.093598, 30.1626266 ], [ 120.0930689, 30.1617716 ], [ 120.0929823, 30.1615838 ], [ 120.0928968, 30.1613985 ], [ 120.0927618, 30.1610468 ], [ 120.0925772, 30.1604531 ], [ 120.0924502, 30.1596536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0878292, 30.1603467 ], [ 120.0884251, 30.1607378 ], [ 120.0890669, 30.1612233 ], [ 120.0896339, 30.1616724 ], [ 120.0901356, 30.1621781 ], [ 120.0906183, 30.1627402 ], [ 120.091044, 30.1633305 ], [ 120.0911431, 30.1634875 ], [ 120.091421, 30.1639278 ], [ 120.0915786, 30.1641047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0915786, 30.1641047 ], [ 120.091421, 30.1639278 ], [ 120.0911431, 30.1634875 ], [ 120.091044, 30.1633305 ], [ 120.0906183, 30.1627402 ], [ 120.0901356, 30.1621781 ], [ 120.0896339, 30.1616724 ], [ 120.0890669, 30.1612233 ], [ 120.0884251, 30.1607378 ], [ 120.0878292, 30.1603467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938217, 30.1626974 ], [ 120.0936939, 30.1627904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990686, 30.1594756 ], [ 120.099553, 30.16006 ], [ 120.0997659, 30.160377 ], [ 120.0999226, 30.1607005 ], [ 120.0999737, 30.1608335 ], [ 120.1000134, 30.1609369 ], [ 120.1000971, 30.1611954 ], [ 120.1001858, 30.161523 ], [ 120.1002081, 30.1618428 ], [ 120.1002096, 30.1618829 ], [ 120.1002169, 30.1620808 ], [ 120.1002208, 30.1621854 ], [ 120.1002228, 30.1622386 ], [ 120.1002226, 30.1627124 ], [ 120.100199, 30.1631975 ], [ 120.1002092, 30.1638084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000636, 30.1638014 ], [ 120.1000721, 30.1632774 ], [ 120.1000688, 30.1629237 ], [ 120.1000638, 30.1623754 ], [ 120.1000589, 30.1620859 ], [ 120.1000574, 30.1619976 ], [ 120.1000279, 30.161617 ], [ 120.0999528, 30.1612503 ], [ 120.0997906, 30.1608134 ], [ 120.0995563, 30.160365 ], [ 120.0992607, 30.1599408 ], [ 120.0989309, 30.1595638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.105991, 30.1648343 ], [ 120.1067031, 30.1648388 ], [ 120.1073944, 30.1648331 ], [ 120.1079429, 30.1647719 ], [ 120.1083918, 30.1646914 ], [ 120.1087699, 30.1645804 ], [ 120.1091462, 30.1643886 ], [ 120.1095491, 30.1641355 ], [ 120.109823, 30.1639092 ], [ 120.1100437, 30.1636906 ], [ 120.1104245, 30.1631944 ], [ 120.1106364, 30.1628673 ], [ 120.1107625, 30.1625496 ], [ 120.1108966, 30.1619235 ], [ 120.1108966, 30.1610608 ], [ 120.1108708, 30.1607972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110033, 30.1608488 ], [ 120.1110789, 30.1616267 ], [ 120.111053, 30.1619544 ], [ 120.1110415, 30.1620997 ], [ 120.1108429, 30.1628047 ], [ 120.1105801, 30.1632963 ], [ 120.110167, 30.163839 ], [ 120.1099294, 30.1640737 ], [ 120.1097095, 30.1642549 ], [ 120.1093758, 30.1644745 ], [ 120.1089815, 30.1646646 ], [ 120.1084987, 30.1648315 ], [ 120.1079497, 30.1649291 ], [ 120.1073205, 30.1649637 ], [ 120.105999, 30.1649824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000636, 30.1638014 ], [ 120.1002092, 30.1638084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002092, 30.1638084 ], [ 120.1000636, 30.1638014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1034821, 30.1652371 ], [ 120.1033437, 30.1650871 ], [ 120.1031169, 30.1648214 ], [ 120.1028494, 30.1645767 ], [ 120.1022768, 30.1641965 ], [ 120.1016255, 30.163938 ], [ 120.1010554, 30.1638422 ], [ 120.1006981, 30.1638279 ], [ 120.1003959, 30.1638159 ], [ 120.1002092, 30.1638084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002092, 30.1638084 ], [ 120.1003959, 30.1638159 ], [ 120.1006981, 30.1638279 ], [ 120.1010554, 30.1638422 ], [ 120.1016255, 30.163938 ], [ 120.1022768, 30.1641965 ], [ 120.1028494, 30.1645767 ], [ 120.1031169, 30.1648214 ], [ 120.1033437, 30.1650871 ], [ 120.1034821, 30.1652371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1056237, 30.164832 ], [ 120.105991, 30.1648343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1056346, 30.1649769 ], [ 120.1056237, 30.164832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936939, 30.1627904 ], [ 120.0938217, 30.1626974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0915786, 30.1641047 ], [ 120.0923727, 30.1636113 ], [ 120.0930112, 30.1632146 ], [ 120.0936939, 30.1627904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936939, 30.1627904 ], [ 120.0930112, 30.1632146 ], [ 120.0923727, 30.1636113 ], [ 120.0915786, 30.1641047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938217, 30.1626974 ], [ 120.0944386, 30.1634725 ], [ 120.0947137, 30.1637553 ], [ 120.0950634, 30.1640664 ], [ 120.0954416, 30.1643811 ], [ 120.0959077, 30.1646814 ], [ 120.096394, 30.1649783 ], [ 120.0967027, 30.1651414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0965615, 30.1652328 ], [ 120.0961457, 30.1649894 ], [ 120.0956039, 30.1646636 ], [ 120.095052, 30.1642527 ], [ 120.0946038, 30.1638496 ], [ 120.0942938, 30.1635653 ], [ 120.0939957, 30.1632137 ], [ 120.0936939, 30.1627904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000636, 30.1638014 ], [ 120.0996475, 30.1638047 ], [ 120.0995196, 30.1638169 ], [ 120.0989396, 30.163872 ], [ 120.0982342, 30.1640934 ], [ 120.0978731, 30.1642717 ], [ 120.097687, 30.1643635 ], [ 120.0972338, 30.1647111 ], [ 120.0970286, 30.1648774 ], [ 120.0967027, 30.1651414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0967027, 30.1651414 ], [ 120.0970286, 30.1648774 ], [ 120.0972338, 30.1647111 ], [ 120.097687, 30.1643635 ], [ 120.0978731, 30.1642717 ], [ 120.0982342, 30.1640934 ], [ 120.0989396, 30.163872 ], [ 120.0995196, 30.1638169 ], [ 120.0996475, 30.1638047 ], [ 120.1000636, 30.1638014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0915786, 30.1641047 ], [ 120.0915835, 30.1641102 ], [ 120.091928, 30.1644969 ], [ 120.0922245, 30.1647903 ], [ 120.0925779, 30.1650591 ], [ 120.0929313, 30.1652892 ], [ 120.093068, 30.1653609 ], [ 120.0933396, 30.1655034 ], [ 120.0937479, 30.1656228 ], [ 120.0941887, 30.1657141 ], [ 120.0946295, 30.1657561 ], [ 120.0948037, 30.165753 ], [ 120.0949718, 30.1657501 ], [ 120.0953141, 30.1657199 ], [ 120.0956967, 30.1656331 ], [ 120.0960232, 30.1655221 ], [ 120.096333, 30.165388 ], [ 120.0965615, 30.1652328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0965615, 30.1652328 ], [ 120.096333, 30.165388 ], [ 120.0960232, 30.1655221 ], [ 120.0956967, 30.1656331 ], [ 120.0953141, 30.1657199 ], [ 120.0949718, 30.1657501 ], [ 120.0948037, 30.165753 ], [ 120.0946295, 30.1657561 ], [ 120.0941887, 30.1657141 ], [ 120.0937479, 30.1656228 ], [ 120.0933396, 30.1655034 ], [ 120.093068, 30.1653609 ], [ 120.0929313, 30.1652892 ], [ 120.0925779, 30.1650591 ], [ 120.0922245, 30.1647903 ], [ 120.091928, 30.1644969 ], [ 120.0915835, 30.1641102 ], [ 120.0915786, 30.1641047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0915786, 30.1641047 ], [ 120.0914186, 30.1642006 ], [ 120.0903594, 30.1648221 ], [ 120.0893189, 30.1654765 ], [ 120.0888193, 30.165804 ], [ 120.0885456, 30.1659805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.105991, 30.1648343 ], [ 120.105999, 30.1649824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.105999, 30.1649824 ], [ 120.1056346, 30.1649769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1034821, 30.1652371 ], [ 120.1039917, 30.1650339 ], [ 120.1044265, 30.1649444 ], [ 120.1048703, 30.1648724 ], [ 120.1053592, 30.1648508 ], [ 120.1056237, 30.164832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000988, 30.1663018 ], [ 120.1001034, 30.165926 ], [ 120.1000927, 30.1645115 ], [ 120.1000636, 30.1638014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002092, 30.1638084 ], [ 120.1002644, 30.1658889 ], [ 120.1002613, 30.1662993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1056346, 30.1649769 ], [ 120.1048732, 30.1650001 ], [ 120.1042872, 30.1651033 ], [ 120.1039003, 30.1651854 ], [ 120.1035689, 30.1653445 ], [ 120.1030892, 30.1656605 ], [ 120.1022271, 30.1661257 ], [ 120.1017803, 30.1662616 ], [ 120.1014189, 30.166368 ], [ 120.100878, 30.1664272 ], [ 120.1006638, 30.1664306 ], [ 120.1003613, 30.1664353 ], [ 120.1002599, 30.1664369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002613, 30.1662993 ], [ 120.1003658, 30.1662965 ], [ 120.1006684, 30.1662882 ], [ 120.1011191, 30.166276 ], [ 120.101473, 30.1662185 ], [ 120.1018432, 30.1661188 ], [ 120.1021874, 30.1659902 ], [ 120.1024991, 30.1658405 ], [ 120.103089, 30.1654892 ], [ 120.103435, 30.1652654 ], [ 120.1034821, 30.1652371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000988, 30.1663018 ], [ 120.1002613, 30.1662993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002613, 30.1662993 ], [ 120.1002599, 30.1664369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000962, 30.1664367 ], [ 120.1000988, 30.1663018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379583, 30.1572544 ], [ 120.1402678, 30.1537299 ], [ 120.140329, 30.1536363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1354356, 30.1559458 ], [ 120.1353482, 30.1558122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1353482, 30.1558122 ], [ 120.1354356, 30.1559458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1354356, 30.1559458 ], [ 120.1364646, 30.1564615 ], [ 120.1365823, 30.1565244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365823, 30.1565244 ], [ 120.1364646, 30.1564615 ], [ 120.1354356, 30.1559458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365823, 30.1565244 ], [ 120.1366546, 30.156563 ], [ 120.1379583, 30.1572544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379583, 30.1572544 ], [ 120.1366546, 30.156563 ], [ 120.1365823, 30.1565244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324677, 30.1588872 ], [ 120.1328944, 30.1582913 ], [ 120.1333205, 30.157788 ], [ 120.1337977, 30.1573699 ], [ 120.1340657, 30.157187 ], [ 120.1346719, 30.1566629 ], [ 120.1348461, 30.1563602 ], [ 120.1353482, 30.1558122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1354356, 30.1559458 ], [ 120.1351627, 30.1562768 ], [ 120.1345214, 30.1569105 ], [ 120.1338754, 30.1574294 ], [ 120.1334133, 30.1578173 ], [ 120.1331556, 30.1581168 ], [ 120.1327803, 30.1586121 ], [ 120.1325655, 30.1589383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379583, 30.1572544 ], [ 120.1388755, 30.1577472 ], [ 120.1396018, 30.1581374 ], [ 120.1410485, 30.158976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448839, 30.1559391 ], [ 120.142814, 30.1548843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448839, 30.1559391 ], [ 120.1449646, 30.1558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449646, 30.1558 ], [ 120.1448839, 30.1559391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448839, 30.1559391 ], [ 120.1440271, 30.1574166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1440271, 30.1574166 ], [ 120.1448839, 30.1559391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1410485, 30.158976 ], [ 120.1411512, 30.1587963 ], [ 120.1417386, 30.1571984 ], [ 120.1418274, 30.1568996 ], [ 120.1425113, 30.1552108 ], [ 120.142698, 30.1548199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.142814, 30.1548843 ], [ 120.1425879, 30.1553433 ], [ 120.1421065, 30.1565921 ], [ 120.1419697, 30.1569517 ], [ 120.1418597, 30.1572099 ], [ 120.1411563, 30.1590233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1509615, 30.1576347 ], [ 120.1511646, 30.1577127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1509031, 30.1577389 ], [ 120.1509363, 30.1576826 ], [ 120.1509615, 30.1576347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511646, 30.1577127 ], [ 120.1511054, 30.1578286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1410485, 30.158976 ], [ 120.1396018, 30.1581374 ], [ 120.1388755, 30.1577472 ], [ 120.1379583, 30.1572544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1340668, 30.1598113 ], [ 120.1353736, 30.1581037 ], [ 120.1365823, 30.1565244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365823, 30.1565244 ], [ 120.1353736, 30.1581037 ], [ 120.1340668, 30.1598113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324677, 30.1588872 ], [ 120.1325655, 30.1589383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132399, 30.158976 ], [ 120.1324677, 30.1588872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379583, 30.1572544 ], [ 120.1367537, 30.1589335 ], [ 120.1355183, 30.1606554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1355183, 30.1606554 ], [ 120.1367537, 30.1589335 ], [ 120.1379583, 30.1572544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1325655, 30.1589383 ], [ 120.1324965, 30.1590262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324965, 30.1590262 ], [ 120.132399, 30.158976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1325655, 30.1589383 ], [ 120.1340668, 30.1598113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598165, 30.1558369 ], [ 120.159654, 30.1560327 ], [ 120.1595226, 30.156202 ], [ 120.159108, 30.1567324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159108, 30.1567324 ], [ 120.1595226, 30.156202 ], [ 120.159654, 30.1560327 ], [ 120.1598165, 30.1558369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511646, 30.1577127 ], [ 120.1519123, 30.158 ], [ 120.1535027, 30.1586188 ], [ 120.1541415, 30.1588673 ], [ 120.1548146, 30.1591755 ], [ 120.1552013, 30.159305 ], [ 120.1558857, 30.1595258 ], [ 120.1563863, 30.1596543 ], [ 120.1567525, 30.1597722 ], [ 120.1570332, 30.1599035 ], [ 120.1573947, 30.1601177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573141, 30.1601824 ], [ 120.1569562, 30.1599855 ], [ 120.1566207, 30.1598324 ], [ 120.1562364, 30.15973 ], [ 120.1552097, 30.1594053 ], [ 120.1547822, 30.15928 ], [ 120.1533351, 30.1587162 ], [ 120.1526236, 30.158439 ], [ 120.1513839, 30.157952 ], [ 120.1511054, 30.1578286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573141, 30.1601824 ], [ 120.1573947, 30.1601177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573947, 30.1601177 ], [ 120.1573141, 30.1601824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573947, 30.1601177 ], [ 120.1588515, 30.1610161 ], [ 120.1595907, 30.1615236 ], [ 120.1599798, 30.16176 ], [ 120.1603927, 30.1619923 ], [ 120.1610312, 30.1623036 ], [ 120.1618299, 30.1626697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.161792, 30.1627618 ], [ 120.1608511, 30.16234 ], [ 120.1604621, 30.162152 ], [ 120.1601301, 30.161964 ], [ 120.1596115, 30.1616595 ], [ 120.1587722, 30.1611095 ], [ 120.1573141, 30.1601824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573141, 30.1601824 ], [ 120.1566468, 30.1616058 ], [ 120.1564907, 30.1619388 ], [ 120.1562744, 30.1624003 ], [ 120.1562392, 30.1624755 ], [ 120.1561349, 30.1626979 ], [ 120.156111, 30.1627477 ], [ 120.1559447, 30.1630557 ], [ 120.1556807, 30.1635669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1556807, 30.1635669 ], [ 120.1559447, 30.1630557 ], [ 120.156111, 30.1627477 ], [ 120.1561349, 30.1626979 ], [ 120.1562392, 30.1624755 ], [ 120.1562744, 30.1624003 ], [ 120.1564907, 30.1619388 ], [ 120.1566468, 30.1616058 ], [ 120.1573141, 30.1601824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511054, 30.1578286 ], [ 120.1509031, 30.1577389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1411563, 30.1590233 ], [ 120.1410485, 30.158976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1410485, 30.158976 ], [ 120.1411563, 30.1590233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472465, 30.1577569 ], [ 120.1449846, 30.1610611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449846, 30.1610611 ], [ 120.1472465, 30.1577569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1411563, 30.1590233 ], [ 120.1418632, 30.1593868 ], [ 120.1423937, 30.1596595 ], [ 120.1428768, 30.1599079 ], [ 120.1434123, 30.1602009 ], [ 120.1449846, 30.1610611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449846, 30.1610611 ], [ 120.1434123, 30.1602009 ], [ 120.1428768, 30.1599079 ], [ 120.1423937, 30.1596595 ], [ 120.1418632, 30.1593868 ], [ 120.1411563, 30.1590233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1481365, 30.1627978 ], [ 120.1493952, 30.160481 ], [ 120.1503855, 30.1586581 ], [ 120.1509031, 30.1577389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511054, 30.1578286 ], [ 120.1506835, 30.1585832 ], [ 120.1492287, 30.1611853 ], [ 120.1482759, 30.1628894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1481365, 30.1627978 ], [ 120.147645, 30.1625351 ], [ 120.1475333, 30.1624732 ], [ 120.1473289, 30.16236 ], [ 120.1471043, 30.1622355 ], [ 120.1457781, 30.1615007 ], [ 120.1455358, 30.1613665 ], [ 120.1449846, 30.1610611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1340083, 30.1598877 ], [ 120.1324965, 30.1590262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1340083, 30.1598877 ], [ 120.1340668, 30.1598113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1340668, 30.1598113 ], [ 120.1340083, 30.1598877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1309045, 30.1608359 ], [ 120.1317503, 30.1597887 ], [ 120.1321572, 30.1592785 ], [ 120.132399, 30.158976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324965, 30.1590262 ], [ 120.1319722, 30.1596653 ], [ 120.1309631, 30.1608676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1340668, 30.1598113 ], [ 120.1355183, 30.1606554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13547, 30.1607206 ], [ 120.1340083, 30.1598877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1380751, 30.1621192 ], [ 120.1393839, 30.1607555 ], [ 120.1406604, 30.1594569 ], [ 120.1409672, 30.1590686 ], [ 120.1410485, 30.158976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1411563, 30.1590233 ], [ 120.1409125, 30.1593481 ], [ 120.1402623, 30.1600368 ], [ 120.1399774, 30.1603348 ], [ 120.1392386, 30.1611077 ], [ 120.1381769, 30.1621823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13547, 30.1607206 ], [ 120.1355183, 30.1606554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1355183, 30.1606554 ], [ 120.13547, 30.1607206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1340083, 30.1598877 ], [ 120.132609, 30.1617161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132609, 30.1617161 ], [ 120.1340083, 30.1598877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1309631, 30.1608676 ], [ 120.132609, 30.1617161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132609, 30.1617161 ], [ 120.1309631, 30.1608676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1355183, 30.1606554 ], [ 120.1380751, 30.1621192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1380237, 30.1621694 ], [ 120.13547, 30.1607206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13547, 30.1607206 ], [ 120.1350658, 30.1612485 ], [ 120.1345553, 30.1620619 ], [ 120.1341804, 30.1625276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1341804, 30.1625276 ], [ 120.1345553, 30.1620619 ], [ 120.1350658, 30.1612485 ], [ 120.13547, 30.1607206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1341804, 30.1625276 ], [ 120.1333581, 30.1621023 ], [ 120.132609, 30.1617161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1299645, 30.1627211 ], [ 120.130048, 30.1625909 ], [ 120.1301598, 30.1623289 ], [ 120.1303061, 30.1619103 ], [ 120.1304591, 30.1615304 ], [ 120.1305781, 30.161306 ], [ 120.1309045, 30.1608359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1309631, 30.1608676 ], [ 120.1306428, 30.1613271 ], [ 120.1305277, 30.1615496 ], [ 120.1302623, 30.162333 ], [ 120.1301505, 30.1626214 ], [ 120.1300549, 30.1627605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1299645, 30.1627211 ], [ 120.1300549, 30.1627605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1299246, 30.1627833 ], [ 120.1299645, 30.1627211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300549, 30.1627605 ], [ 120.1300114, 30.162824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300114, 30.162824 ], [ 120.1299246, 30.1627833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300549, 30.1627605 ], [ 120.1312668, 30.1633269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312095, 30.1633957 ], [ 120.1300114, 30.162824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312095, 30.1633957 ], [ 120.1312668, 30.1633269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312668, 30.1633269 ], [ 120.1312095, 30.1633957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132609, 30.1617161 ], [ 120.1333581, 30.1621023 ], [ 120.1341804, 30.1625276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1380237, 30.1621694 ], [ 120.1380751, 30.1621192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1380751, 30.1621192 ], [ 120.1381769, 30.1621823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1381273, 30.1622348 ], [ 120.1380237, 30.1621694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1381769, 30.1621823 ], [ 120.1381273, 30.1622348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132609, 30.1617161 ], [ 120.1312668, 30.1633269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312668, 30.1633269 ], [ 120.132609, 30.1617161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.136528, 30.1637677 ], [ 120.1378193, 30.1623723 ], [ 120.1380237, 30.1621694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1381273, 30.1622348 ], [ 120.1373789, 30.1630038 ], [ 120.1366005, 30.1638084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1341804, 30.1625276 ], [ 120.136528, 30.1637677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.136528, 30.1637677 ], [ 120.1341804, 30.1625276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329561, 30.1641165 ], [ 120.133195, 30.1639038 ], [ 120.1335035, 30.1635888 ], [ 120.1338672, 30.1629979 ], [ 120.1340929, 30.162659 ], [ 120.1341804, 30.1625276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1341804, 30.1625276 ], [ 120.1340929, 30.162659 ], [ 120.1338672, 30.1629979 ], [ 120.1335035, 30.1635888 ], [ 120.133195, 30.1639038 ], [ 120.1329561, 30.1641165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312668, 30.1633269 ], [ 120.1329561, 30.1641165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366005, 30.1638084 ], [ 120.136528, 30.1637677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.136528, 30.1637677 ], [ 120.1366005, 30.1638084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132867, 30.1641866 ], [ 120.1312095, 30.1633957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132867, 30.1641866 ], [ 120.1329561, 30.1641165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329561, 30.1641165 ], [ 120.132867, 30.1641866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1350733, 30.1651618 ], [ 120.136528, 30.1637677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1816099, 30.154415 ], [ 120.1815992, 30.1542555 ], [ 120.1815691, 30.1538071 ], [ 120.1815388, 30.1533556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815388, 30.1533556 ], [ 120.1815691, 30.1538071 ], [ 120.1815992, 30.1542555 ], [ 120.1816099, 30.154415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815388, 30.1533556 ], [ 120.1811909, 30.1534346 ], [ 120.1804699, 30.1537703 ], [ 120.1801187, 30.1539514 ], [ 120.1798044, 30.1543137 ], [ 120.1795579, 30.1547027 ], [ 120.1791327, 30.1549318 ], [ 120.1778624, 30.1552275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778624, 30.1552275 ], [ 120.1791327, 30.1549318 ], [ 120.1795579, 30.1547027 ], [ 120.1798044, 30.1543137 ], [ 120.1801187, 30.1539514 ], [ 120.1804699, 30.1537703 ], [ 120.1811909, 30.1534346 ], [ 120.1815388, 30.1533556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786574, 30.1584864 ], [ 120.1781779, 30.1574833 ], [ 120.1780588, 30.1572343 ], [ 120.1779074, 30.1568249 ], [ 120.1777391, 30.1563859 ], [ 120.1775581, 30.1558519 ], [ 120.1774101, 30.1553031 ], [ 120.1772553, 30.1546222 ], [ 120.1771877, 30.1543116 ], [ 120.177163, 30.1540345 ], [ 120.1770745, 30.1534244 ], [ 120.1770371, 30.152915 ], [ 120.1770043, 30.1522865 ], [ 120.1770049, 30.1521921 ], [ 120.1770075, 30.1517409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778624, 30.1552275 ], [ 120.1779248, 30.1554565 ], [ 120.17811, 30.1559999 ], [ 120.1782402, 30.156442 ], [ 120.1784343, 30.1569745 ], [ 120.1785297, 30.1572159 ], [ 120.1786285, 30.1574657 ], [ 120.1787755, 30.1578377 ], [ 120.1790716, 30.158387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "火炬大道", "白马湖路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851149, 30.1583875 ], [ 120.1848164, 30.1581928 ], [ 120.1844775, 30.1580506 ], [ 120.1841735, 30.1579395 ], [ 120.1836835, 30.1578098 ], [ 120.1835898, 30.1578003 ], [ 120.1831911, 30.1577599 ], [ 120.1828051, 30.1577524 ], [ 120.1822697, 30.1578025 ], [ 120.1821241, 30.1578283 ], [ 120.1817388, 30.1578966 ], [ 120.1813276, 30.1579732 ], [ 120.1803616, 30.1581531 ], [ 120.1790716, 30.158387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "火炬大道", "白马湖路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1790716, 30.158387 ], [ 120.1803616, 30.1581531 ], [ 120.1813276, 30.1579732 ], [ 120.1817388, 30.1578966 ], [ 120.1821241, 30.1578283 ], [ 120.1822697, 30.1578025 ], [ 120.1828051, 30.1577524 ], [ 120.1831911, 30.1577599 ], [ 120.1835898, 30.1578003 ], [ 120.1836835, 30.1578098 ], [ 120.1841735, 30.1579395 ], [ 120.1844775, 30.1580506 ], [ 120.1848164, 30.1581928 ], [ 120.1851149, 30.1583875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1790716, 30.158387 ], [ 120.1786574, 30.1584864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786574, 30.1584864 ], [ 120.1790716, 30.158387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751696, 30.1621257 ], [ 120.1751666, 30.1620478 ], [ 120.1751449, 30.1614893 ], [ 120.1751065, 30.1610827 ], [ 120.1751007, 30.1610223 ], [ 120.1750452, 30.1604351 ], [ 120.1749841, 30.1600085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1712062, 30.1610891 ], [ 120.1710856, 30.1610994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1712062, 30.1610891 ], [ 120.1716084, 30.1626538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1715126, 30.1626583 ], [ 120.1710856, 30.1610994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175173, 30.162212 ], [ 120.1751696, 30.1621257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751696, 30.1621257 ], [ 120.175173, 30.162212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1716084, 30.1626538 ], [ 120.1751696, 30.1621257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175173, 30.162212 ], [ 120.1716319, 30.1627453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1716084, 30.1626538 ], [ 120.1716319, 30.1627453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1715395, 30.1627568 ], [ 120.1715126, 30.1626583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675948, 30.161823 ], [ 120.1675342, 30.161856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675342, 30.161856 ], [ 120.1674862, 30.1618981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675948, 30.161823 ], [ 120.1689623, 30.1632593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1688466, 30.1633321 ], [ 120.1674862, 30.1618981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "至善路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618299, 30.1626697 ], [ 120.161792, 30.1627618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "至善路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.161792, 30.1627618 ], [ 120.1618299, 30.1626697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1654641, 30.1645185 ], [ 120.1656601, 30.1640425 ], [ 120.1657847, 30.1636916 ], [ 120.165933, 30.1633589 ], [ 120.1659694, 30.1632943 ], [ 120.1661098, 30.1630454 ], [ 120.1661556, 30.1629641 ], [ 120.1664407, 30.1625793 ], [ 120.1667397, 30.1622787 ], [ 120.1672543, 30.1618779 ], [ 120.1674555, 30.1617622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674862, 30.1618981 ], [ 120.1670958, 30.1621598 ], [ 120.1668163, 30.1624109 ], [ 120.166678, 30.1625352 ], [ 120.1663937, 30.1628885 ], [ 120.1661512, 30.1632575 ], [ 120.165868, 30.1638517 ], [ 120.1658097, 30.1640029 ], [ 120.1656254, 30.1646113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1688466, 30.1633321 ], [ 120.1689623, 30.1632593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1689623, 30.1632593 ], [ 120.1690689, 30.1633635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1689623, 30.1632593 ], [ 120.1691168, 30.1631621 ], [ 120.1696777, 30.1629579 ], [ 120.1703117, 30.1628585 ], [ 120.1707593, 30.1627762 ], [ 120.1715126, 30.1626583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1715395, 30.1627568 ], [ 120.1709268, 30.1628296 ], [ 120.1700622, 30.1629954 ], [ 120.1696453, 30.1630975 ], [ 120.1690689, 30.1633635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1750513, 30.1640863 ], [ 120.175064, 30.1638419 ], [ 120.1750789, 30.1634612 ], [ 120.1751381, 30.1629904 ], [ 120.1751832, 30.1624755 ], [ 120.175173, 30.162212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175173, 30.162212 ], [ 120.1751832, 30.1624755 ], [ 120.1751381, 30.1629904 ], [ 120.1750789, 30.1634612 ], [ 120.175064, 30.1638419 ], [ 120.1750513, 30.1640863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1716319, 30.1627453 ], [ 120.1719593, 30.1640188 ], [ 120.1720111, 30.1642444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719338, 30.1642408 ], [ 120.1718899, 30.164036 ], [ 120.1715395, 30.1627568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690689, 30.1633635 ], [ 120.1700262, 30.1644024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1750513, 30.1640863 ], [ 120.175047, 30.1641687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175047, 30.1641687 ], [ 120.1750513, 30.1640863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720111, 30.1642444 ], [ 120.1750513, 30.1640863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749192, 30.1598869 ], [ 120.1753292, 30.1596941 ], [ 120.175506, 30.1596141 ], [ 120.1761352, 30.1593295 ], [ 120.1767705, 30.1590421 ], [ 120.1772972, 30.1588098 ], [ 120.1777747, 30.1586416 ], [ 120.1780643, 30.1585584 ], [ 120.1783801, 30.1584979 ], [ 120.1786574, 30.1584864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786574, 30.1584864 ], [ 120.1784318, 30.158607 ], [ 120.1780283, 30.1587169 ], [ 120.177603, 30.1588495 ], [ 120.1773288, 30.1589584 ], [ 120.1771238, 30.1590398 ], [ 120.176906, 30.1591368 ], [ 120.1766795, 30.1592377 ], [ 120.1749841, 30.1600085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760694, 30.1683756 ], [ 120.1773477, 30.1689009 ], [ 120.1779938, 30.1691373 ], [ 120.1783637, 30.1692294 ], [ 120.1788353, 30.1693215 ], [ 120.1794582, 30.1693885 ], [ 120.1800814, 30.1694425 ], [ 120.1806625, 30.1694441 ], [ 120.1816418, 30.169392 ], [ 120.1834175, 30.1693398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1800534, 30.1695585 ], [ 120.1798514, 30.1695605 ], [ 120.1791169, 30.1695065 ], [ 120.1788884, 30.1694563 ], [ 120.1783957, 30.169348 ], [ 120.1776851, 30.1691497 ], [ 120.1762962, 30.1685873 ], [ 120.1760266, 30.1684735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1834175, 30.1693398 ], [ 120.1836385, 30.1693318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1834397, 30.1694458 ], [ 120.1834175, 30.1693398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1836385, 30.1693318 ], [ 120.1836196, 30.1694669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1836196, 30.1694669 ], [ 120.1834397, 30.1694458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1834397, 30.1694458 ], [ 120.1806977, 30.1695521 ], [ 120.1804997, 30.1695541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1804997, 30.1695541 ], [ 120.1800534, 30.1695585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1689399, 30.1634231 ], [ 120.1688466, 30.1633321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690689, 30.1633635 ], [ 120.1689399, 30.1634231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618299, 30.1626697 ], [ 120.1624738, 30.1629432 ], [ 120.1629299, 30.1631664 ], [ 120.1633719, 30.1633897 ], [ 120.1639944, 30.1637442 ], [ 120.1645884, 30.1640458 ], [ 120.1646587, 30.1640841 ], [ 120.1649209, 30.1642269 ], [ 120.1650265, 30.164284 ], [ 120.1651428, 30.1643478 ], [ 120.1653081, 30.1644359 ], [ 120.1654641, 30.1645185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1654287, 30.1646463 ], [ 120.1652424, 30.1645496 ], [ 120.1649702, 30.1644035 ], [ 120.1640994, 30.1639288 ], [ 120.1633301, 30.1634954 ], [ 120.1629095, 30.1632895 ], [ 120.1625136, 30.1630837 ], [ 120.161792, 30.1627618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676623, 30.1653557 ], [ 120.1680536, 30.1644418 ], [ 120.1684778, 30.1636107 ], [ 120.1687813, 30.1633731 ], [ 120.1688466, 30.1633321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1689399, 30.1634231 ], [ 120.1686029, 30.1636509 ], [ 120.1681624, 30.1644788 ], [ 120.1680128, 30.1647601 ], [ 120.1677515, 30.1653873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1654641, 30.1645185 ], [ 120.1656254, 30.1646113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1654287, 30.1646463 ], [ 120.1654641, 30.1645185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1656254, 30.1646113 ], [ 120.1655735, 30.1647316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655735, 30.1647316 ], [ 120.1654287, 30.1646463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175047, 30.1641687 ], [ 120.1720266, 30.164312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719338, 30.1642408 ], [ 120.1720111, 30.1642444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719482, 30.164308 ], [ 120.1719338, 30.1642408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720111, 30.1642444 ], [ 120.1720266, 30.164312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720266, 30.164312 ], [ 120.1719482, 30.164308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700262, 30.1644024 ], [ 120.1702661, 30.1643053 ], [ 120.1719338, 30.1642408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719482, 30.164308 ], [ 120.1702641, 30.1643809 ], [ 120.1700776, 30.1644581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700262, 30.1644024 ], [ 120.1700776, 30.1644581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1702224, 30.1662701 ], [ 120.1703921, 30.1659285 ], [ 120.1704285, 30.165491 ], [ 120.1703565, 30.165101 ], [ 120.1701546, 30.1647399 ], [ 120.1698764, 30.1643931 ], [ 120.1689399, 30.1634231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "零磁谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700776, 30.1644581 ], [ 120.1703332, 30.1648361 ], [ 120.1704567, 30.1651164 ], [ 120.1705489, 30.1654859 ], [ 120.1705477, 30.1657872 ], [ 120.1705364, 30.1659447 ], [ 120.1703557, 30.1663188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723342, 30.1670421 ], [ 120.1723861, 30.1665918 ], [ 120.1723689, 30.1662693 ], [ 120.1719482, 30.164308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720266, 30.164312 ], [ 120.1724918, 30.166339 ], [ 120.1725025, 30.1665427 ], [ 120.1724957, 30.16681 ], [ 120.1724564, 30.1670773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760694, 30.1683756 ], [ 120.1765053, 30.1675115 ], [ 120.1765334, 30.1673136 ], [ 120.1765147, 30.1670673 ], [ 120.1763886, 30.1667807 ], [ 120.1762765, 30.1665586 ], [ 120.1760804, 30.1663446 ], [ 120.1758562, 30.166167 ], [ 120.1756694, 30.1660095 ], [ 120.175562, 30.1658642 ], [ 120.1754873, 30.1657188 ], [ 120.1751074, 30.1645494 ], [ 120.175047, 30.1641687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175047, 30.1641687 ], [ 120.1751074, 30.1645494 ], [ 120.1754873, 30.1657188 ], [ 120.175562, 30.1658642 ], [ 120.1756694, 30.1660095 ], [ 120.1758562, 30.166167 ], [ 120.1760804, 30.1663446 ], [ 120.1762765, 30.1665586 ], [ 120.1763886, 30.1667807 ], [ 120.1765147, 30.1670673 ], [ 120.1765334, 30.1673136 ], [ 120.1765053, 30.1675115 ], [ 120.1760694, 30.1683756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1702224, 30.1662701 ], [ 120.1703557, 30.1663188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1703557, 30.1663188 ], [ 120.1723342, 30.1670421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17232, 30.1671585 ], [ 120.1701818, 30.1663797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723342, 30.1670421 ], [ 120.1724564, 30.1670773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17232, 30.1671585 ], [ 120.1723342, 30.1670421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724564, 30.1670773 ], [ 120.1724292, 30.1672001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1656254, 30.1646113 ], [ 120.1674293, 30.1652732 ], [ 120.1676623, 30.1653557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676623, 30.1653557 ], [ 120.1677515, 30.1653873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1701818, 30.1663797 ], [ 120.1694657, 30.1661189 ], [ 120.1674159, 30.1653832 ], [ 120.1655735, 30.1647316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655735, 30.1647316 ], [ 120.1651518, 30.1657094 ], [ 120.1646834, 30.1667027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1677515, 30.1653873 ], [ 120.1695243, 30.1660149 ], [ 120.1702224, 30.1662701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1646834, 30.1667027 ], [ 120.164143, 30.1678486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629246, 30.1701028 ], [ 120.1632523, 30.1693511 ], [ 120.163334, 30.1691446 ], [ 120.1640478, 30.1676076 ], [ 120.1648562, 30.1659192 ], [ 120.1650754, 30.1654613 ], [ 120.1654287, 30.1646463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690938, 30.1683138 ], [ 120.1646834, 30.1667027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1646834, 30.1667027 ], [ 120.1690938, 30.1683138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684705, 30.1694038 ], [ 120.164143, 30.1678486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724292, 30.1672001 ], [ 120.17232, 30.1671585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1701818, 30.1663797 ], [ 120.1690938, 30.1683138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690938, 30.1683138 ], [ 120.1701818, 30.1663797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724564, 30.1670773 ], [ 120.1748723, 30.1679323 ], [ 120.1760694, 30.1683756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760266, 30.1684735 ], [ 120.17461, 30.1679454 ], [ 120.1724292, 30.1672001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1713635, 30.1691558 ], [ 120.1720326, 30.1680747 ], [ 120.1722118, 30.1677267 ], [ 120.1722783, 30.1674518 ], [ 120.17232, 30.1671585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724292, 30.1672001 ], [ 120.1723831, 30.1676098 ], [ 120.172303, 30.1678346 ], [ 120.1721788, 30.168115 ], [ 120.1715016, 30.169207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1713635, 30.1691558 ], [ 120.1709121, 30.1689878 ], [ 120.1701776, 30.1687111 ], [ 120.1690938, 30.1683138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690938, 30.1683138 ], [ 120.1701776, 30.1687111 ], [ 120.1709121, 30.1689878 ], [ 120.1713635, 30.1691558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760266, 30.1684735 ], [ 120.1755644, 30.1693964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.2303311, 29.9622642 ], [ 120.2298285, 29.9608441 ], [ 120.2298083, 29.9607329 ], [ 120.2296826, 29.9600427 ], [ 120.2296759, 29.9596464 ], [ 120.2297595, 29.9594031 ], [ 120.2298244, 29.959214 ], [ 120.2301962, 29.9588073 ], [ 120.2306304, 29.9585899 ], [ 120.2307104, 29.9585498 ], [ 120.2312589, 29.958418 ], [ 120.2315672, 29.9582584 ], [ 120.2317994, 29.9580712 ], [ 120.2320032, 29.9577081 ], [ 120.2320038, 29.9573311 ], [ 120.2319775, 29.9571319 ], [ 120.2319369, 29.9568241 ], [ 120.2318592, 29.9563969 ], [ 120.231575, 29.9548352 ], [ 120.2315628, 29.9547683 ], [ 120.2315159, 29.954471 ], [ 120.2314226, 29.9538804 ], [ 120.231419, 29.9538394 ], [ 120.2313592, 29.9531503 ], [ 120.2309818, 29.9518288 ], [ 120.230937, 29.9517338 ], [ 120.2306794, 29.9511869 ], [ 120.2304604, 29.950722 ], [ 120.2294871, 29.9490368 ], [ 120.2282314, 29.9472901 ], [ 120.228044, 29.9470521 ], [ 120.2277389, 29.9466648 ], [ 120.2274932, 29.9463265 ], [ 120.2271213, 29.9455226 ], [ 120.2273487, 29.9448827 ], [ 120.2273212, 29.9447327 ], [ 120.2272921, 29.944574 ], [ 120.2269775, 29.9440334 ], [ 120.2270088, 29.9436489 ], [ 120.2276783, 29.9433592 ], [ 120.228127422798522, 29.943010972437843 ] ], [ [ 120.229826329368947, 29.942735187480466 ], [ 120.2304436, 29.9431918 ], [ 120.2308872, 29.9432691 ], [ 120.2313835, 29.9432487 ], [ 120.2322485, 29.9430289 ], [ 120.2334307, 29.9427862 ], [ 120.2341898, 29.9427862 ], [ 120.2357774, 29.9429517 ], [ 120.2364287, 29.9433418 ], [ 120.2374518, 29.9432587 ], [ 120.2382184, 29.9433999 ], [ 120.2387785, 29.9433672 ], [ 120.2394283, 29.9434278 ], [ 120.239718, 29.9435046 ], [ 120.2403823, 29.9447847 ], [ 120.2403025, 29.9466021 ], [ 120.2407313, 29.9473397 ], [ 120.2409317, 29.9478513 ], [ 120.2410918, 29.9482602 ], [ 120.2411298, 29.9484695 ], [ 120.2412606, 29.9491908 ], [ 120.241424, 29.9500915 ], [ 120.2412139, 29.95171 ], [ 120.2404831, 29.9530362 ], [ 120.2404715, 29.953861 ], [ 120.2408471, 29.9543465 ], [ 120.2419694, 29.9552909 ], [ 120.242046, 29.9553407 ], [ 120.2433859, 29.9562109 ], [ 120.2439886, 29.9566024 ], [ 120.2442791, 29.956791 ], [ 120.2452071, 29.9574302 ], [ 120.2459254, 29.957925 ], [ 120.2461288, 29.9583341 ], [ 120.2462304, 29.9584533 ], [ 120.2462706, 29.9585005 ], [ 120.2464322, 29.9586901 ], [ 120.2467072, 29.9590401 ], [ 120.2467751, 29.9591263 ], [ 120.2470533, 29.9598402 ], [ 120.2483119, 29.9651128 ], [ 120.2482072, 29.9672504 ], [ 120.2481423, 29.9675685 ], [ 120.2490036, 29.9705939 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.2490036, 29.9705939 ], [ 120.2481423, 29.9675685 ], [ 120.2482072, 29.9672504 ], [ 120.2483119, 29.9651128 ], [ 120.2470533, 29.9598402 ], [ 120.2467751, 29.9591263 ], [ 120.2467072, 29.9590401 ], [ 120.2464322, 29.9586901 ], [ 120.2462706, 29.9585005 ], [ 120.2462304, 29.9584533 ], [ 120.2461288, 29.9583341 ], [ 120.2459254, 29.957925 ], [ 120.2452071, 29.9574302 ], [ 120.2442791, 29.956791 ], [ 120.2439886, 29.9566024 ], [ 120.2433859, 29.9562109 ], [ 120.242046, 29.9553407 ], [ 120.2419694, 29.9552909 ], [ 120.2408471, 29.9543465 ], [ 120.2404715, 29.953861 ], [ 120.2404831, 29.9530362 ], [ 120.2412139, 29.95171 ], [ 120.241424, 29.9500915 ], [ 120.2412606, 29.9491908 ], [ 120.2411298, 29.9484695 ], [ 120.2410918, 29.9482602 ], [ 120.2409317, 29.9478513 ], [ 120.2407313, 29.9473397 ], [ 120.2403025, 29.9466021 ], [ 120.2403823, 29.9447847 ], [ 120.239718, 29.9435046 ], [ 120.2394283, 29.9434278 ], [ 120.2387785, 29.9433672 ], [ 120.2382184, 29.9433999 ], [ 120.2374518, 29.9432587 ], [ 120.2364287, 29.9433418 ], [ 120.2357774, 29.9429517 ], [ 120.2341898, 29.9427862 ], [ 120.2334307, 29.9427862 ], [ 120.2322485, 29.9430289 ], [ 120.2313835, 29.9432487 ], [ 120.2308872, 29.9432691 ], [ 120.2304436, 29.9431918 ], [ 120.229826329368947, 29.942735187480466 ] ], [ [ 120.228127422798522, 29.943010972437843 ], [ 120.2276783, 29.9433592 ], [ 120.2270088, 29.9436489 ], [ 120.2269775, 29.9440334 ], [ 120.2272921, 29.944574 ], [ 120.2273212, 29.9447327 ], [ 120.2273487, 29.9448827 ], [ 120.2271213, 29.9455226 ], [ 120.2274932, 29.9463265 ], [ 120.2277389, 29.9466648 ], [ 120.228044, 29.9470521 ], [ 120.2282314, 29.9472901 ], [ 120.2294871, 29.9490368 ], [ 120.2304604, 29.950722 ], [ 120.2306794, 29.9511869 ], [ 120.230937, 29.9517338 ], [ 120.2309818, 29.9518288 ], [ 120.2313592, 29.9531503 ], [ 120.231419, 29.9538394 ], [ 120.2314226, 29.9538804 ], [ 120.2315159, 29.954471 ], [ 120.2315628, 29.9547683 ], [ 120.231575, 29.9548352 ], [ 120.2318592, 29.9563969 ], [ 120.2319369, 29.9568241 ], [ 120.2319775, 29.9571319 ], [ 120.2320038, 29.9573311 ], [ 120.2320032, 29.9577081 ], [ 120.2317994, 29.9580712 ], [ 120.2315672, 29.9582584 ], [ 120.2312589, 29.958418 ], [ 120.2307104, 29.9585498 ], [ 120.2306304, 29.9585899 ], [ 120.2301962, 29.9588073 ], [ 120.2298244, 29.959214 ], [ 120.2297595, 29.9594031 ], [ 120.2296759, 29.9596464 ], [ 120.2296826, 29.9600427 ], [ 120.2298083, 29.9607329 ], [ 120.2298285, 29.9608441 ], [ 120.2303311, 29.9622642 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "包洪线", "灵沈线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458408, 29.9686811 ], [ 120.2458575, 29.9686052 ], [ 120.2459462, 29.9685511 ], [ 120.2463195, 29.9685177 ], [ 120.2463845, 29.9684326 ], [ 120.2462654, 29.967859 ], [ 120.2462268, 29.9677085 ], [ 120.2456088, 29.9655016 ], [ 120.2455374, 29.9652466 ], [ 120.2453619, 29.9646201 ], [ 120.2450031, 29.9633387 ], [ 120.2452187, 29.9616589 ], [ 120.2450673, 29.9612826 ], [ 120.2446231, 29.9603215 ], [ 120.2445865, 29.9602305 ], [ 120.2445339, 29.9600994 ], [ 120.2443751, 29.9597041 ], [ 120.2443357, 29.9595948 ], [ 120.24424, 29.9595617 ], [ 120.2417079, 29.9603142 ], [ 120.239608, 29.9609382 ], [ 120.2369912, 29.9613021 ], [ 120.2365081, 29.9613693 ], [ 120.2356637, 29.9614821 ], [ 120.23482, 29.9615949 ], [ 120.2336251, 29.9617545 ], [ 120.2333569, 29.9617904 ], [ 120.2329629, 29.961843 ], [ 120.2327116, 29.9618766 ], [ 120.2324595, 29.9619331 ], [ 120.232131, 29.9620067 ], [ 120.2309275, 29.9621789 ], [ 120.2303311, 29.9622642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "包洪线", "灵沈线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303311, 29.9622642 ], [ 120.2309275, 29.9621789 ], [ 120.232131, 29.9620067 ], [ 120.2324595, 29.9619331 ], [ 120.2327116, 29.9618766 ], [ 120.2329629, 29.961843 ], [ 120.2333569, 29.9617904 ], [ 120.2336251, 29.9617545 ], [ 120.23482, 29.9615949 ], [ 120.2356637, 29.9614821 ], [ 120.2365081, 29.9613693 ], [ 120.2369912, 29.9613021 ], [ 120.239608, 29.9609382 ], [ 120.2417079, 29.9603142 ], [ 120.24424, 29.9595617 ], [ 120.2443357, 29.9595948 ], [ 120.2443751, 29.9597041 ], [ 120.2445339, 29.9600994 ], [ 120.2445865, 29.9602305 ], [ 120.2446231, 29.9603215 ], [ 120.2450673, 29.9612826 ], [ 120.2452187, 29.9616589 ], [ 120.2450031, 29.9633387 ], [ 120.2453619, 29.9646201 ], [ 120.2455374, 29.9652466 ], [ 120.2456088, 29.9655016 ], [ 120.2462268, 29.9677085 ], [ 120.2462654, 29.967859 ], [ 120.2463845, 29.9684326 ], [ 120.2463195, 29.9685177 ], [ 120.2459462, 29.9685511 ], [ 120.2458575, 29.9686052 ], [ 120.2458408, 29.9686811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2457341, 29.96882 ], [ 120.2446594, 29.9688794 ], [ 120.2424169, 29.9690572 ], [ 120.2413172, 29.9691329 ], [ 120.2363922, 29.9694719 ], [ 120.23585, 29.9695092 ], [ 120.2334928, 29.9696842 ], [ 120.2329696, 29.9697497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329539, 29.9696666 ], [ 120.2336124, 29.9696143 ], [ 120.234983, 29.9695055 ], [ 120.236167, 29.9694174 ], [ 120.2363739, 29.969402 ], [ 120.2401988, 29.9691175 ], [ 120.241285, 29.9690517 ], [ 120.2420278, 29.9690067 ], [ 120.2423979, 29.9689709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329696, 29.9697497 ], [ 120.2330767, 29.9700995 ], [ 120.233381, 29.9715356 ], [ 120.23381, 29.9737316 ], [ 120.2339375, 29.9743179 ], [ 120.2342784, 29.9758848 ], [ 120.2348041, 29.9774461 ], [ 120.2354375, 29.9787238 ], [ 120.2358127, 29.979342 ], [ 120.2361067, 29.9797933 ], [ 120.2364521, 29.9803202 ], [ 120.2375987, 29.9820691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380943, 29.975845 ], [ 120.239899, 29.9764775 ], [ 120.2401568, 29.9774165 ], [ 120.2400426, 29.9776225 ], [ 120.239811, 29.9783378 ], [ 120.2397961, 29.9786472 ], [ 120.2397918, 29.9788476 ], [ 120.2397857, 29.9791327 ], [ 120.2399564, 29.9792566 ], [ 120.2411978, 29.979231 ], [ 120.2413141, 29.9792761 ], [ 120.2413407, 29.9794938 ], [ 120.2413994, 29.9801368 ], [ 120.2414907, 29.9805709 ], [ 120.2416853, 29.9813923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416853, 29.9813923 ], [ 120.2414907, 29.9805709 ], [ 120.2413994, 29.9801368 ], [ 120.2413407, 29.9794938 ], [ 120.2413141, 29.9792761 ], [ 120.2411978, 29.979231 ], [ 120.2399564, 29.9792566 ], [ 120.2397857, 29.9791327 ], [ 120.2397918, 29.9788476 ], [ 120.2397961, 29.9786472 ], [ 120.239811, 29.9783378 ], [ 120.2400426, 29.9776225 ], [ 120.2401568, 29.9774165 ], [ 120.239899, 29.9764775 ], [ 120.2380943, 29.975845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359919, 29.9799164 ], [ 120.2360409, 29.9798712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2320938, 29.9672505 ], [ 120.2316635, 29.9660038 ], [ 120.231082, 29.9643696 ], [ 120.2308694, 29.9637736 ], [ 120.2308463, 29.9637086 ], [ 120.230506, 29.9627545 ], [ 120.2303311, 29.9622642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303311, 29.9622642 ], [ 120.230506, 29.9627545 ], [ 120.2308463, 29.9637086 ], [ 120.2308694, 29.9637736 ], [ 120.231082, 29.9643696 ], [ 120.2316635, 29.9660038 ], [ 120.2320938, 29.9672505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2320938, 29.9672505 ], [ 120.2323328, 29.9678849 ], [ 120.2324985, 29.9683506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324985, 29.9683506 ], [ 120.2329783, 29.9683135 ], [ 120.2332861, 29.9682897 ], [ 120.2352925, 29.9681345 ], [ 120.235795, 29.9680956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.235795, 29.9680956 ], [ 120.2352925, 29.9681345 ], [ 120.2332861, 29.9682897 ], [ 120.2329783, 29.9683135 ], [ 120.2324985, 29.9683506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2328467, 29.9696751 ], [ 120.2327175, 29.9693682 ], [ 120.2325423, 29.9688328 ], [ 120.232189, 29.9678849 ], [ 120.2321273, 29.9675131 ], [ 120.2320938, 29.9672505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324985, 29.9683506 ], [ 120.2327208, 29.9689931 ], [ 120.2329539, 29.9696666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2328467, 29.9696751 ], [ 120.2329539, 29.9696666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329539, 29.9696666 ], [ 120.2329696, 29.9697497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2328629, 29.969754 ], [ 120.2328467, 29.9696751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413413, 29.9673408 ], [ 120.2408607, 29.9673829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408607, 29.9673829 ], [ 120.2413413, 29.9673408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408607, 29.9674644 ], [ 120.2413413, 29.9673408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413413, 29.9673408 ], [ 120.2408607, 29.9674644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413413, 29.9673408 ], [ 120.241642, 29.9672986 ], [ 120.2418837, 29.9672789 ], [ 120.2420243, 29.9673239 ], [ 120.2421704, 29.9674138 ], [ 120.2422028, 29.9674604 ], [ 120.242266, 29.9675516 ], [ 120.242311, 29.9677455 ], [ 120.2423587, 29.9682711 ], [ 120.2423979, 29.9689709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2423979, 29.9689709 ], [ 120.2423587, 29.9682711 ], [ 120.242311, 29.9677455 ], [ 120.242266, 29.9675516 ], [ 120.2422028, 29.9674604 ], [ 120.2421704, 29.9674138 ], [ 120.2420243, 29.9673239 ], [ 120.2418837, 29.9672789 ], [ 120.241642, 29.9672986 ], [ 120.2413413, 29.9673408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2423979, 29.9689709 ], [ 120.243555, 29.9688589 ], [ 120.2446475, 29.9687884 ], [ 120.2458408, 29.9686811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440888, 29.9807804 ], [ 120.244278, 29.9806764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244278, 29.9806764 ], [ 120.2440888, 29.9807804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440888, 29.9807804 ], [ 120.243972, 29.9808447 ], [ 120.2435276, 29.981089 ], [ 120.2416853, 29.9813923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2360409, 29.9798712 ], [ 120.2359919, 29.9799164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416853, 29.9813923 ], [ 120.2375987, 29.9820691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2375987, 29.9820691 ], [ 120.2416853, 29.9813923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387629, 29.983819 ], [ 120.2383628, 29.9833099 ], [ 120.2379101, 29.982734 ], [ 120.2359919, 29.9799164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359919, 29.9799164 ], [ 120.2351236, 29.9807163 ], [ 120.2351249, 29.9807643 ], [ 120.2351282, 29.9808895 ], [ 120.2351311, 29.9809964 ], [ 120.2360099, 29.9822705 ], [ 120.2376669, 29.9834868 ], [ 120.2382585, 29.9836028 ], [ 120.2387629, 29.983819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387629, 29.983819 ], [ 120.2382585, 29.9836028 ], [ 120.2376669, 29.9834868 ], [ 120.2360099, 29.9822705 ], [ 120.2351311, 29.9809964 ], [ 120.2351282, 29.9808895 ], [ 120.2351249, 29.9807643 ], [ 120.2351236, 29.9807163 ], [ 120.2359919, 29.9799164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2375987, 29.9820691 ], [ 120.2388523, 29.9838038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387629, 29.983819 ], [ 120.2388523, 29.9838038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388523, 29.9838038 ], [ 120.2389657, 29.9839337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238845, 29.9839623 ], [ 120.2387629, 29.983819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416853, 29.9813923 ], [ 120.2435276, 29.981089 ], [ 120.243972, 29.9808447 ], [ 120.2440888, 29.9807804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416853, 29.9813923 ], [ 120.2421245, 29.9832463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421245, 29.9832463 ], [ 120.2416853, 29.9813923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421245, 29.9832463 ], [ 120.2434109, 29.9830272 ], [ 120.2464081, 29.9825166 ], [ 120.2467318, 29.9824614 ], [ 120.2469298, 29.9824277 ], [ 120.2472113, 29.9823797 ], [ 120.247281, 29.982416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247281, 29.982416 ], [ 120.2471512, 29.9824914 ], [ 120.2469528, 29.9825258 ], [ 120.2466591, 29.9825766 ], [ 120.242727, 29.9832574 ], [ 120.2421508, 29.9833572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421245, 29.9832463 ], [ 120.2421508, 29.9833572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421508, 29.9833572 ], [ 120.2421245, 29.9832463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388523, 29.9838038 ], [ 120.2395863, 29.9836787 ], [ 120.2421245, 29.9832463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421508, 29.9833572 ], [ 120.240491, 29.9836446 ], [ 120.2393819, 29.9838367 ], [ 120.2393552, 29.9838413 ], [ 120.2389657, 29.9839337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421508, 29.9833572 ], [ 120.2425745, 29.985146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425745, 29.985146 ], [ 120.2421508, 29.9833572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425745, 29.985146 ], [ 120.2443637, 29.9848344 ], [ 120.2464151, 29.9844772 ], [ 120.2468496, 29.9843923 ], [ 120.2469917, 29.9844678 ], [ 120.2486175, 29.9860162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486175, 29.9860162 ], [ 120.2469917, 29.9844678 ], [ 120.2468496, 29.9843923 ], [ 120.2464151, 29.9844772 ], [ 120.2443637, 29.9848344 ], [ 120.2425745, 29.985146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425745, 29.985146 ], [ 120.2401133, 29.9855714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401133, 29.9855714 ], [ 120.2425745, 29.985146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401133, 29.9855714 ], [ 120.2413259, 29.9873875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486175, 29.9860162 ], [ 120.2484219, 29.9861346 ], [ 120.2480369, 29.9862302 ], [ 120.2448658, 29.9867563 ], [ 120.2413259, 29.9873875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413259, 29.9873875 ], [ 120.2448658, 29.9867563 ], [ 120.2480369, 29.9862302 ], [ 120.2484219, 29.9861346 ], [ 120.2486175, 29.9860162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413259, 29.9873875 ], [ 120.2422655, 29.9887825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421636, 29.988771 ], [ 120.2422655, 29.9887825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329696, 29.9697497 ], [ 120.2328629, 29.969754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2239125, 29.9703375 ], [ 120.2241044, 29.9703079 ], [ 120.2254404, 29.9702145 ], [ 120.2265095, 29.9701398 ], [ 120.2269123, 29.9701102 ], [ 120.2298656, 29.9698934 ], [ 120.2301226, 29.9698755 ], [ 120.2317253, 29.9697641 ], [ 120.2322837, 29.9697198 ], [ 120.2328467, 29.9696751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2328629, 29.969754 ], [ 120.2324654, 29.9697702 ], [ 120.2301492, 29.9699905 ], [ 120.2268998, 29.970205 ], [ 120.2254126, 29.9703084 ], [ 120.2239503, 29.9704543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359919, 29.9799164 ], [ 120.2356221, 29.9792898 ], [ 120.2354801, 29.9790492 ], [ 120.2351475, 29.9784451 ], [ 120.2347556, 29.9776041 ], [ 120.2344984, 29.9769303 ], [ 120.2341819, 29.9759312 ], [ 120.233978, 29.9750994 ], [ 120.2337539, 29.9740827 ], [ 120.2337037, 29.9737402 ], [ 120.2335637, 29.9730569 ], [ 120.2333645, 29.9720846 ], [ 120.2329266, 29.9700317 ], [ 120.2328629, 29.969754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2355366, 30.0050856 ], [ 120.2348572, 30.0048793 ], [ 120.2347812, 30.0048562 ], [ 120.228202, 30.0024665 ], [ 120.2279409, 30.0023716 ], [ 120.2273384, 30.0021528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273384, 30.0021528 ], [ 120.2279409, 30.0023716 ], [ 120.228202, 30.0024665 ], [ 120.2347812, 30.0048562 ], [ 120.2348572, 30.0048793 ], [ 120.2355366, 30.0050856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321913, 30.0108374 ], [ 120.2327545, 30.0084487 ], [ 120.2329018, 30.0082067 ], [ 120.2329805, 30.0080774 ], [ 120.233888, 30.0065866 ], [ 120.2345031, 30.0055762 ], [ 120.2353656, 30.0051475 ], [ 120.2355366, 30.0050856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2355366, 30.0050856 ], [ 120.2353656, 30.0051475 ], [ 120.2345031, 30.0055762 ], [ 120.233888, 30.0065866 ], [ 120.2329805, 30.0080774 ], [ 120.2329018, 30.0082067 ], [ 120.2327545, 30.0084487 ], [ 120.2321913, 30.0108374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2288054, 30.0090046 ], [ 120.2321913, 30.0108374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321913, 30.0108374 ], [ 120.2288054, 30.0090046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422655, 29.9887825 ], [ 120.2421636, 29.988771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416662, 30.0033923 ], [ 120.2425654, 30.0026381 ], [ 120.2439344, 30.0013091 ], [ 120.2442241, 30.0009885 ], [ 120.2446693, 30.0004821 ], [ 120.2450556, 29.9998782 ], [ 120.2452091, 29.9995827 ], [ 120.2453452, 29.9993207 ], [ 120.2455598, 29.9988933 ], [ 120.2457744, 29.9981918 ], [ 120.2459031, 29.9976436 ], [ 120.2459729, 29.9972115 ], [ 120.2460211, 29.9964357 ], [ 120.2459623, 29.995738 ], [ 120.2458742, 29.9952679 ], [ 120.245769, 29.9947074 ], [ 120.2453774, 29.9936574 ], [ 120.2447736, 29.9926513 ], [ 120.2420902, 29.9887808 ], [ 120.2417227, 29.9881928 ], [ 120.2415944, 29.9880002 ], [ 120.2405887, 29.9864907 ], [ 120.2395731, 29.9849504 ], [ 120.238845, 29.9839623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422655, 29.9887825 ], [ 120.2426708, 29.9893725 ], [ 120.2444333, 29.9919383 ], [ 120.2448976, 29.9926158 ], [ 120.2453926, 29.993493 ], [ 120.2456322, 29.9939942 ], [ 120.2458173, 29.9945355 ], [ 120.2459246, 29.9949118 ], [ 120.2459862, 29.9952888 ], [ 120.2460802, 29.995762 ], [ 120.2461064, 29.9964474 ], [ 120.2461177, 29.9967423 ], [ 120.2460504, 29.997413 ], [ 120.2459192, 29.9981407 ], [ 120.2456671, 29.998884 ], [ 120.2452969, 29.9996645 ], [ 120.2450112, 30.0001692 ], [ 120.2447391, 30.0005518 ], [ 120.244614, 30.0007 ], [ 120.2443314, 30.001035 ], [ 120.2438486, 30.0015553 ], [ 120.2435197, 30.0019315 ], [ 120.2416902, 30.0035676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415795, 30.0034941 ], [ 120.2416662, 30.0033923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416662, 30.0033923 ], [ 120.2416902, 30.0035676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416028, 30.0036584 ], [ 120.2415795, 30.0034941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416902, 30.0035676 ], [ 120.2416028, 30.0036584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416028, 30.0036584 ], [ 120.2410785, 30.0041384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416869, 30.0042538 ], [ 120.2416028, 30.0036584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416869, 30.0042538 ], [ 120.2415887, 30.0041109 ], [ 120.2414975, 30.0040435 ], [ 120.2413795, 30.0040133 ], [ 120.241299, 30.0040365 ], [ 120.2410785, 30.0041384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389657, 29.9839337 ], [ 120.238845, 29.9839623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389657, 29.9839337 ], [ 120.239234, 29.9843246 ], [ 120.2398445, 29.9851903 ], [ 120.2401133, 29.9855714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2355366, 30.0050856 ], [ 120.2357596, 30.0050049 ], [ 120.2359851, 30.0049232 ], [ 120.2362835, 30.0048152 ], [ 120.2373885, 30.004786 ], [ 120.2378225, 30.0047745 ], [ 120.2381299, 30.0047789 ], [ 120.2400513, 30.0049305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400513, 30.0049305 ], [ 120.2381299, 30.0047789 ], [ 120.2378225, 30.0047745 ], [ 120.2373885, 30.004786 ], [ 120.2362835, 30.0048152 ], [ 120.2359851, 30.0049232 ], [ 120.2357596, 30.0050049 ], [ 120.2355366, 30.0050856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400513, 30.0049305 ], [ 120.2402498, 30.0049461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2402498, 30.0049461 ], [ 120.2400513, 30.0049305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396643, 30.0053553 ], [ 120.2400513, 30.0049305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2402498, 30.0049461 ], [ 120.2396643, 30.0053553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417829, 30.007717 ], [ 120.2409424, 30.0074105 ], [ 120.2403773, 30.0073251 ], [ 120.2400231, 30.0075474 ], [ 120.2394667, 30.0076581 ], [ 120.2389965, 30.0073472 ], [ 120.2382944, 30.0072607 ], [ 120.2377491, 30.0068759 ], [ 120.2373837, 30.0063234 ], [ 120.2361426, 30.0053368 ], [ 120.2355366, 30.0050856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2355366, 30.0050856 ], [ 120.2361426, 30.0053368 ], [ 120.2373837, 30.0063234 ], [ 120.2377491, 30.0068759 ], [ 120.2382944, 30.0072607 ], [ 120.2389965, 30.0073472 ], [ 120.2394667, 30.0076581 ], [ 120.2400231, 30.0075474 ], [ 120.2403773, 30.0073251 ], [ 120.2409424, 30.0074105 ], [ 120.2417829, 30.007717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400513, 30.0049305 ], [ 120.2415795, 30.0034941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2410785, 30.0041384 ], [ 120.2402498, 30.0049461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417829, 30.007717 ], [ 120.2420781, 30.0077778 ], [ 120.2421616, 30.007795 ], [ 120.2421912, 30.0078011 ], [ 120.2422746, 30.0078183 ], [ 120.2425323, 30.0078714 ], [ 120.2432521, 30.0081937 ], [ 120.2440898, 30.0087694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440898, 30.0087694 ], [ 120.2432521, 30.0081937 ], [ 120.2425323, 30.0078714 ], [ 120.2422746, 30.0078183 ], [ 120.2421912, 30.0078011 ], [ 120.2421616, 30.007795 ], [ 120.2420781, 30.0077778 ], [ 120.2417829, 30.007717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424515, 30.0173346 ], [ 120.2425422, 30.0168029 ], [ 120.2426275, 30.016039 ], [ 120.2426885, 30.0151413 ], [ 120.2427129, 30.0141662 ], [ 120.2426885, 30.0130679 ], [ 120.2426519, 30.0123215 ], [ 120.2425759, 30.0116127 ], [ 120.2425259, 30.0111457 ], [ 120.2422044, 30.0085816 ], [ 120.2419012, 30.0059012 ], [ 120.241851, 30.0056326 ], [ 120.2416869, 30.0042538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417829, 30.007717 ], [ 120.2415307, 30.0081861 ], [ 120.2412786, 30.0086552 ], [ 120.2412357, 30.0087481 ], [ 120.241123, 30.008985 ], [ 120.2410586, 30.0091196 ], [ 120.2408601, 30.0095098 ], [ 120.2406616, 30.0098953 ], [ 120.2402861, 30.0105641 ], [ 120.2396585, 30.0112515 ], [ 120.2394653, 30.0115999 ], [ 120.2394868, 30.0117253 ], [ 120.2393044, 30.0126077 ], [ 120.2391687, 30.013395 ], [ 120.2391059, 30.0137596 ], [ 120.2392507, 30.0146374 ], [ 120.2393258, 30.0151019 ], [ 120.2392132, 30.0154874 ], [ 120.2389342, 30.0167507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389342, 30.0167507 ], [ 120.2392132, 30.0154874 ], [ 120.2393258, 30.0151019 ], [ 120.2392507, 30.0146374 ], [ 120.2391059, 30.0137596 ], [ 120.2391687, 30.013395 ], [ 120.2393044, 30.0126077 ], [ 120.2394868, 30.0117253 ], [ 120.2394653, 30.0115999 ], [ 120.2396585, 30.0112515 ], [ 120.2402861, 30.0105641 ], [ 120.2406616, 30.0098953 ], [ 120.2408601, 30.0095098 ], [ 120.2410586, 30.0091196 ], [ 120.241123, 30.008985 ], [ 120.2412357, 30.0087481 ], [ 120.2412786, 30.0086552 ], [ 120.2415307, 30.0081861 ], [ 120.2417829, 30.007717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389342, 30.0167507 ], [ 120.2424515, 30.0173346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424515, 30.0173346 ], [ 120.2389342, 30.0167507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417972, 30.0203042 ], [ 120.2420543, 30.0193233 ], [ 120.2423674, 30.0178272 ], [ 120.2424515, 30.0173346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982811, 29.9730276 ], [ 120.1982367, 29.9729429 ], [ 120.198227, 29.9729245 ], [ 120.1995252, 29.9724598 ], [ 120.200465, 29.9721396 ], [ 120.2006741, 29.9720683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2006741, 29.9720683 ], [ 120.200465, 29.9721396 ], [ 120.1995252, 29.9724598 ], [ 120.198227, 29.9729245 ], [ 120.1982367, 29.9729429 ], [ 120.1982811, 29.9730276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995986, 29.9726671 ], [ 120.1996377, 29.9727341 ], [ 120.1997723, 29.9733221 ], [ 120.1999596, 29.9741514 ], [ 120.2000118, 29.9743826 ], [ 120.2002783, 29.9755623 ], [ 120.2012268, 29.9793239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2012268, 29.9793239 ], [ 120.2002783, 29.9755623 ], [ 120.2000118, 29.9743826 ], [ 120.1999596, 29.9741514 ], [ 120.1997723, 29.9733221 ], [ 120.1996377, 29.9727341 ], [ 120.1995986, 29.9726671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071014, 29.9852636 ], [ 120.2057575, 29.9836475 ], [ 120.2045615, 29.9816134 ], [ 120.2042078, 29.9811642 ], [ 120.203573, 29.9793831 ], [ 120.2029845, 29.9788569 ], [ 120.2020645, 29.9767141 ], [ 120.2014726, 29.9752101 ], [ 120.2008826, 29.9729246 ], [ 120.2007213, 29.9723903 ], [ 120.2006741, 29.9720683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2006741, 29.9720683 ], [ 120.2007213, 29.9723903 ], [ 120.2008826, 29.9729246 ], [ 120.2014726, 29.9752101 ], [ 120.2020645, 29.9767141 ], [ 120.2029845, 29.9788569 ], [ 120.203573, 29.9793831 ], [ 120.2042078, 29.9811642 ], [ 120.2045615, 29.9816134 ], [ 120.2057575, 29.9836475 ], [ 120.2071014, 29.9852636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027305, 29.9855001 ], [ 120.2024464, 29.9843333 ], [ 120.202412, 29.984192 ], [ 120.2012268, 29.9793239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2012268, 29.9793239 ], [ 120.202412, 29.984192 ], [ 120.2024464, 29.9843333 ], [ 120.2027305, 29.9855001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071014, 29.9852636 ], [ 120.2064914, 29.9855158 ], [ 120.2059476, 29.9855879 ], [ 120.2050787, 29.9856311 ], [ 120.204094, 29.9856458 ], [ 120.2029037, 29.9858547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029037, 29.9858547 ], [ 120.204094, 29.9856458 ], [ 120.2050787, 29.9856311 ], [ 120.2059476, 29.9855879 ], [ 120.2064914, 29.9855158 ], [ 120.2071014, 29.9852636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2006741, 29.9720683 ], [ 120.2007384, 29.9717826 ], [ 120.2008081, 29.9714068 ], [ 120.2008948, 29.9700638 ], [ 120.200913, 29.9697824 ], [ 120.2006778, 29.9693158 ], [ 120.2003819, 29.9684746 ], [ 120.1996752, 29.9674561 ], [ 120.1995474, 29.9672719 ], [ 120.1989633, 29.9667329 ], [ 120.1982198, 29.9663583 ], [ 120.1978632, 29.9662071 ], [ 120.1974763, 29.9662203 ], [ 120.196968, 29.96624 ], [ 120.1959515, 29.9660034 ], [ 120.195648, 29.9659903 ], [ 120.1950563, 29.9661546 ], [ 120.1946466, 29.9661874 ], [ 120.1941383, 29.9660954 ], [ 120.1936983, 29.9658654 ], [ 120.1933569, 29.9655565 ], [ 120.1920839, 29.9652268 ], [ 120.190032, 29.9646952 ], [ 120.1887899, 29.9643735 ], [ 120.188183, 29.9642552 ], [ 120.1876671, 29.9642354 ], [ 120.1858558, 29.9645808 ], [ 120.185164, 29.9647584 ], [ 120.1843168, 29.9649626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1843168, 29.9649626 ], [ 120.185164, 29.9647584 ], [ 120.1858558, 29.9645808 ], [ 120.1876671, 29.9642354 ], [ 120.188183, 29.9642552 ], [ 120.1887899, 29.9643735 ], [ 120.190032, 29.9646952 ], [ 120.1920839, 29.9652268 ], [ 120.1933569, 29.9655565 ], [ 120.1936983, 29.9658654 ], [ 120.1941383, 29.9660954 ], [ 120.1946466, 29.9661874 ], [ 120.1950563, 29.9661546 ], [ 120.195648, 29.9659903 ], [ 120.1959515, 29.9660034 ], [ 120.196968, 29.96624 ], [ 120.1974763, 29.9662203 ], [ 120.1978632, 29.9662071 ], [ 120.1982198, 29.9663583 ], [ 120.1989633, 29.9667329 ], [ 120.1995474, 29.9672719 ], [ 120.1996752, 29.9674561 ], [ 120.2003819, 29.9684746 ], [ 120.2006778, 29.9693158 ], [ 120.200913, 29.9697824 ], [ 120.2008948, 29.9700638 ], [ 120.2008081, 29.9714068 ], [ 120.2007384, 29.9717826 ], [ 120.2006741, 29.9720683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995986, 29.9726671 ], [ 120.1980131, 29.9732193 ], [ 120.1979502, 29.9732411 ], [ 120.196126, 29.9738733 ], [ 120.1942065, 29.9745123 ], [ 120.1940006, 29.9745747 ], [ 120.1909572, 29.9756194 ], [ 120.188331, 29.9765363 ], [ 120.1880087, 29.9766488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879715, 29.9765405 ], [ 120.1884124, 29.9763884 ], [ 120.1888782, 29.9762276 ], [ 120.1909326, 29.9755186 ], [ 120.1928375, 29.9748701 ], [ 120.1932175, 29.9747394 ], [ 120.1939766, 29.9744784 ], [ 120.1941728, 29.9744038 ], [ 120.1947984, 29.9742034 ], [ 120.196104, 29.9737853 ], [ 120.1973071, 29.9733666 ], [ 120.1982811, 29.9730276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2012268, 29.9793239 ], [ 120.1976688, 29.9799952 ], [ 120.1960197, 29.9803063 ], [ 120.1957016, 29.9803686 ], [ 120.1954381, 29.9804185 ], [ 120.1923107, 29.9810218 ], [ 120.191281, 29.9812309 ], [ 120.1890899, 29.9816758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890899, 29.9816758 ], [ 120.191281, 29.9812309 ], [ 120.1923107, 29.9810218 ], [ 120.1954381, 29.9804185 ], [ 120.1957016, 29.9803686 ], [ 120.1960197, 29.9803063 ], [ 120.1976688, 29.9799952 ], [ 120.2012268, 29.9793239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027305, 29.9855001 ], [ 120.1971279, 29.9865594 ], [ 120.1970364, 29.9865767 ], [ 120.1938412, 29.9871809 ], [ 120.1897493, 29.9878931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897493, 29.9878931 ], [ 120.1938412, 29.9871809 ], [ 120.1970364, 29.9865767 ], [ 120.1971279, 29.9865594 ], [ 120.2027305, 29.9855001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039444, 29.9915793 ], [ 120.203667, 29.9916253 ], [ 120.2010365, 29.9920611 ], [ 120.2007859, 29.9921578 ], [ 120.1986353, 29.9925688 ], [ 120.1985439, 29.9925863 ], [ 120.1913613, 29.9939067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913613, 29.9939067 ], [ 120.1985439, 29.9925863 ], [ 120.1986353, 29.9925688 ], [ 120.2007859, 29.9921578 ], [ 120.2010365, 29.9920611 ], [ 120.203667, 29.9916253 ], [ 120.2039444, 29.9915793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1843168, 29.9649626 ], [ 120.1844277, 29.9663517 ], [ 120.1845187, 29.967561 ], [ 120.1847539, 29.9681394 ], [ 120.1853466, 29.9689589 ], [ 120.1863319, 29.9703213 ], [ 120.1864246, 29.9706058 ], [ 120.1868459, 29.97159 ], [ 120.1871873, 29.9730414 ], [ 120.1874547, 29.9747836 ], [ 120.1878479, 29.9761204 ], [ 120.1879715, 29.9765405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878042, 29.9766162 ], [ 120.1873181, 29.9748362 ], [ 120.1869691, 29.9726543 ], [ 120.1867257, 29.971616 ], [ 120.1863411, 29.9708076 ], [ 120.1853086, 29.9692792 ], [ 120.1844808, 29.9680539 ], [ 120.1843366, 29.9675807 ], [ 120.1842077, 29.9664372 ], [ 120.1841124, 29.9651144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878042, 29.9766162 ], [ 120.1879715, 29.9765405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879715, 29.9765405 ], [ 120.1880087, 29.9766488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878384, 29.9767108 ], [ 120.1878042, 29.9766162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1880087, 29.9766488 ], [ 120.1878384, 29.9767108 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1880087, 29.9766488 ], [ 120.1881364, 29.9770204 ], [ 120.1886832, 29.9786113 ], [ 120.1889128, 29.9798774 ], [ 120.1890899, 29.9816758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890899, 29.9816758 ], [ 120.1893032, 29.9846298 ], [ 120.1894695, 29.9864511 ], [ 120.1897493, 29.9878931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911895, 29.9939267 ], [ 120.1911156, 29.9933767 ], [ 120.1908544, 29.9924817 ], [ 120.1902494, 29.9903782 ], [ 120.1896894, 29.9883654 ], [ 120.1892776, 29.9864042 ], [ 120.1892192, 29.9855271 ], [ 120.1891623, 29.9846708 ], [ 120.1891161, 29.983977 ], [ 120.1890926, 29.983776 ], [ 120.1888637, 29.9818154 ], [ 120.1888499, 29.9816972 ], [ 120.1887152, 29.9799426 ], [ 120.1885028, 29.9785462 ], [ 120.1878384, 29.9767108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897493, 29.9878931 ], [ 120.1903926, 29.9903262 ], [ 120.1910324, 29.9924553 ], [ 120.1912776, 29.9933605 ], [ 120.1913416, 29.9937433 ], [ 120.1913613, 29.9939067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913613, 29.9939067 ], [ 120.1913711, 29.9941266 ], [ 120.1913577, 29.994482 ], [ 120.1913416, 29.9946958 ], [ 120.191288, 29.9950303 ], [ 120.1912022, 29.9952858 ], [ 120.1911002, 29.9954995 ], [ 120.1908079, 29.996064 ], [ 120.1904297, 29.9966076 ], [ 120.1899254, 29.9972394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895043, 29.9975205 ], [ 120.189684, 29.9972928 ], [ 120.1905692, 29.9961662 ], [ 120.1907355, 29.9958921 ], [ 120.1909715, 29.9954089 ], [ 120.1910788, 29.9951511 ], [ 120.1911512, 29.9948119 ], [ 120.1911861, 29.9945726 ], [ 120.1912129, 29.9941336 ], [ 120.1911895, 29.9939267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1899254, 29.9972394 ], [ 120.1896706, 29.9977133 ], [ 120.1895956, 29.9978541 ], [ 120.1894024, 29.9982011 ], [ 120.1891369, 29.9987795 ], [ 120.1890027, 29.9991442 ], [ 120.1889229, 29.9994205 ], [ 120.1887104, 30.0004984 ], [ 120.1885951, 30.001258 ], [ 120.1885441, 30.0018155 ], [ 120.1885629, 30.0026656 ], [ 120.1886728, 30.0036412 ], [ 120.1887853, 30.0041909 ], [ 120.1888847, 30.0046771 ], [ 120.1890108, 30.005216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897878, 30.0113778 ], [ 120.1898128, 30.0111504 ], [ 120.1898593, 30.0108406 ], [ 120.1898803, 30.0104603 ], [ 120.1898611, 30.010021 ], [ 120.1897779, 30.0092807 ], [ 120.1897377, 30.0089904 ], [ 120.1891717, 30.0068442 ], [ 120.1885562, 30.00441 ], [ 120.1883671, 30.0034066 ], [ 120.1883054, 30.0026261 ], [ 120.1882879, 30.0014763 ], [ 120.1883394, 30.0003325 ], [ 120.1883429, 30.0002545 ], [ 120.1883966, 29.9997923 ], [ 120.1885495, 29.9992464 ], [ 120.1886651, 29.9989185 ], [ 120.1888069, 29.9984961 ], [ 120.1890671, 29.9980245 ], [ 120.189216, 29.9977992 ], [ 120.1895043, 29.9975205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890108, 30.005216 ], [ 120.1891503, 30.0053995 ], [ 120.1892871, 30.0059175 ], [ 120.1892951, 30.0059848 ], [ 120.1893675, 30.0060684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890108, 30.005216 ], [ 120.1890725, 30.0056666 ], [ 120.1891995, 30.0061225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893675, 30.0060684 ], [ 120.1891995, 30.0061225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891995, 30.0061225 ], [ 120.189684, 30.0077687 ], [ 120.1898047, 30.0083238 ], [ 120.1899321, 30.008981 ], [ 120.189997, 30.0094987 ], [ 120.1900557, 30.0099448 ], [ 120.190097, 30.0103658 ], [ 120.1901072, 30.0106232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897878, 30.0113778 ], [ 120.1893571, 30.0112808 ], [ 120.189219, 30.0112682 ], [ 120.18838, 30.01135 ], [ 120.18828, 30.01136 ], [ 120.1880748, 30.0113942 ], [ 120.18768, 30.01146 ], [ 120.18758, 30.01147 ], [ 120.18704, 30.01155 ], [ 120.18694, 30.01156 ], [ 120.1864, 30.01161 ], [ 120.18629, 30.01162 ], [ 120.18575, 30.01164 ], [ 120.18564, 30.01164 ], [ 120.1854204, 30.0116359 ], [ 120.1851, 30.01163 ], [ 120.18499, 30.01163 ], [ 120.18488, 30.01162 ], [ 120.18443, 30.01152 ], [ 120.18434, 30.01149 ], [ 120.18388, 30.01122 ], [ 120.1838, 30.01117 ], [ 120.18331, 30.01096 ], [ 120.1832, 30.01093 ], [ 120.1831028, 30.0109132 ], [ 120.1829502, 30.0108868 ], [ 120.18268, 30.01084 ], [ 120.18257, 30.01081 ], [ 120.18227, 30.01068 ], [ 120.1818827, 30.0104128 ], [ 120.1817827, 30.0103828 ], [ 120.1815834, 30.0103389 ], [ 120.1813541, 30.0103059 ], [ 120.1811266, 30.0103035 ], [ 120.180931, 30.0103163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180931, 30.0103163 ], [ 120.1811266, 30.0103035 ], [ 120.1813541, 30.0103059 ], [ 120.1815834, 30.0103389 ], [ 120.1817827, 30.0103828 ], [ 120.1818827, 30.0104128 ], [ 120.18227, 30.01068 ], [ 120.18257, 30.01081 ], [ 120.18268, 30.01084 ], [ 120.1829502, 30.0108868 ], [ 120.1831028, 30.0109132 ], [ 120.1832, 30.01093 ], [ 120.18331, 30.01096 ], [ 120.1838, 30.01117 ], [ 120.18388, 30.01122 ], [ 120.18434, 30.01149 ], [ 120.18443, 30.01152 ], [ 120.18488, 30.01162 ], [ 120.18499, 30.01163 ], [ 120.1851, 30.01163 ], [ 120.1854204, 30.0116359 ], [ 120.18564, 30.01164 ], [ 120.18575, 30.01164 ], [ 120.18629, 30.01162 ], [ 120.1864, 30.01161 ], [ 120.18694, 30.01156 ], [ 120.18704, 30.01155 ], [ 120.18758, 30.01147 ], [ 120.18768, 30.01146 ], [ 120.1880748, 30.0113942 ], [ 120.18828, 30.01136 ], [ 120.18838, 30.01135 ], [ 120.189219, 30.0112682 ], [ 120.1893571, 30.0112808 ], [ 120.1897878, 30.0113778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911895, 29.9939267 ], [ 120.1913613, 29.9939067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913613, 29.9939067 ], [ 120.1911895, 29.9939267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940567, 30.0040477 ], [ 120.1940872, 30.0043023 ], [ 120.1942168, 30.0053859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942168, 30.0053859 ], [ 120.1940872, 30.0043023 ], [ 120.1940567, 30.0040477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893675, 30.0060684 ], [ 120.1896473, 30.0060567 ], [ 120.1909789, 30.0058612 ], [ 120.1942168, 30.0053859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942168, 30.0053859 ], [ 120.1909789, 30.0058612 ], [ 120.1896473, 30.0060567 ], [ 120.1893675, 30.0060684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.191966, 30.007779 ], [ 120.1920893, 30.0075752 ], [ 120.1926285, 30.0071979 ], [ 120.1931546, 30.006684 ], [ 120.1933672, 30.0063995 ], [ 120.193421, 30.0063274 ], [ 120.194095, 30.0056783 ], [ 120.1942168, 30.0053859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942168, 30.0053859 ], [ 120.194095, 30.0056783 ], [ 120.193421, 30.0063274 ], [ 120.1933672, 30.0063995 ], [ 120.1931546, 30.006684 ], [ 120.1926285, 30.0071979 ], [ 120.1920893, 30.0075752 ], [ 120.191966, 30.007779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901072, 30.0106232 ], [ 120.1903554, 30.01027 ], [ 120.1907751, 30.0101012 ], [ 120.1909443, 30.0100198 ], [ 120.1913112, 30.0098434 ], [ 120.1920371, 30.0100374 ], [ 120.1923265, 30.0103366 ], [ 120.1926193, 30.0106392 ], [ 120.1936748, 30.0114175 ], [ 120.1944039, 30.0117218 ], [ 120.195479, 30.0120298 ], [ 120.1965462, 30.012452 ], [ 120.1969213, 30.01341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969213, 30.01341 ], [ 120.1965462, 30.012452 ], [ 120.195479, 30.0120298 ], [ 120.1944039, 30.0117218 ], [ 120.1936748, 30.0114175 ], [ 120.1926193, 30.0106392 ], [ 120.1923265, 30.0103366 ], [ 120.1920371, 30.0100374 ], [ 120.1913112, 30.0098434 ], [ 120.1909443, 30.0100198 ], [ 120.1907751, 30.0101012 ], [ 120.1903554, 30.01027 ], [ 120.1901072, 30.0106232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969213, 30.01341 ], [ 120.1973964, 30.0131937 ], [ 120.1974814, 30.0131549 ], [ 120.1977223, 30.0130452 ], [ 120.1980749, 30.0131916 ], [ 120.2018334, 30.0133339 ], [ 120.2020134, 30.0130818 ], [ 120.2022246, 30.0127858 ], [ 120.2025903, 30.0112462 ], [ 120.2023435, 30.0092726 ], [ 120.2026975, 30.0081965 ], [ 120.2028369, 30.0071792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028369, 30.0071792 ], [ 120.2026975, 30.0081965 ], [ 120.2023435, 30.0092726 ], [ 120.2025903, 30.0112462 ], [ 120.2022246, 30.0127858 ], [ 120.2020134, 30.0130818 ], [ 120.2018334, 30.0133339 ], [ 120.1980749, 30.0131916 ], [ 120.1977223, 30.0130452 ], [ 120.1974814, 30.0131549 ], [ 120.1973964, 30.0131937 ], [ 120.1969213, 30.01341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020607, 30.0159986 ], [ 120.2024085, 30.0148988 ], [ 120.2027142, 30.0135519 ], [ 120.2029181, 30.0130735 ], [ 120.2029804, 30.0130211 ], [ 120.2030341, 30.0129003 ], [ 120.2032507, 30.0116523 ], [ 120.2033311, 30.011304 ], [ 120.203417, 30.0111368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203417, 30.0111368 ], [ 120.2033311, 30.011304 ], [ 120.2032507, 30.0116523 ], [ 120.2030341, 30.0129003 ], [ 120.2029804, 30.0130211 ], [ 120.2029181, 30.0130735 ], [ 120.2027142, 30.0135519 ], [ 120.2024085, 30.0148988 ], [ 120.2020607, 30.0159986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981739, 30.0161951 ], [ 120.1989101, 30.016055 ], [ 120.199163, 30.0160069 ], [ 120.2000374, 30.0158814 ], [ 120.2009761, 30.0159325 ], [ 120.2020607, 30.0159986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020607, 30.0159986 ], [ 120.2020339, 30.0160831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020339, 30.0160831 ], [ 120.2020607, 30.0159986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020339, 30.0160831 ], [ 120.2002734, 30.0159604 ], [ 120.1998442, 30.0159836 ], [ 120.1995653, 30.0160347 ], [ 120.1989524, 30.0161404 ], [ 120.1982259, 30.0162656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982259, 30.0162656 ], [ 120.1981739, 30.0161951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981739, 30.0161951 ], [ 120.1982259, 30.0162656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901072, 30.0106232 ], [ 120.1901204, 30.0108594 ], [ 120.1900446, 30.011379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900446, 30.011379 ], [ 120.189943, 30.0113776 ], [ 120.1897878, 30.0113778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897878, 30.0113778 ], [ 120.189943, 30.0113776 ], [ 120.1900446, 30.011379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900446, 30.011379 ], [ 120.1899572, 30.0121401 ], [ 120.1899516, 30.0123189 ], [ 120.1898585, 30.0126147 ], [ 120.18974, 30.0129762 ], [ 120.189683, 30.013112 ], [ 120.1895701, 30.0133805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895701, 30.0133805 ], [ 120.1893996, 30.0139931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893996, 30.0139931 ], [ 120.1895701, 30.0133805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1884504, 30.0160487 ], [ 120.1887033, 30.0153999 ], [ 120.1890713, 30.0140821 ], [ 120.1891081, 30.0139436 ], [ 120.1893403, 30.0130708 ], [ 120.1896558, 30.0120869 ], [ 120.1897611, 30.011459 ], [ 120.1897878, 30.0113778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895701, 30.0133805 ], [ 120.1893632, 30.0139605 ], [ 120.1891822, 30.0144814 ], [ 120.1890023, 30.0151463 ], [ 120.1887697, 30.0159449 ], [ 120.1887574, 30.0159978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908303, 30.0161976 ], [ 120.1910604, 30.0139454 ], [ 120.1911347, 30.0131996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894761, 30.0161154 ], [ 120.189422, 30.0159131 ], [ 120.18938, 30.0157 ], [ 120.18937, 30.01564 ], [ 120.1893, 30.01513 ], [ 120.18928, 30.01506 ], [ 120.1892893, 30.014958 ], [ 120.1893004, 30.0146957 ], [ 120.1893336, 30.0142302 ], [ 120.1893996, 30.0139931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963133, 30.0137714 ], [ 120.1969213, 30.01341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969213, 30.01341 ], [ 120.1963133, 30.0137714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1912262, 30.0132051 ], [ 120.1911843, 30.0139361 ], [ 120.1909247, 30.0162033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981739, 30.0161951 ], [ 120.1978169, 30.0157112 ], [ 120.1977228, 30.0155837 ], [ 120.1976866, 30.0150639 ], [ 120.1976759, 30.0149109 ], [ 120.1969213, 30.01341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969213, 30.01341 ], [ 120.1976759, 30.0149109 ], [ 120.1976866, 30.0150639 ], [ 120.1977228, 30.0155837 ], [ 120.1978169, 30.0157112 ], [ 120.1981739, 30.0161951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932002, 30.0163838 ], [ 120.1932214, 30.0162565 ], [ 120.1933789, 30.0149795 ], [ 120.193388, 30.0149056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1935218, 30.0149096 ], [ 120.1933714, 30.0163942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909247, 30.0162033 ], [ 120.1932002, 30.0163838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933714, 30.0163942 ], [ 120.1939954, 30.0164375 ], [ 120.1950094, 30.0165079 ], [ 120.1958186, 30.0164362 ], [ 120.1961199, 30.0164091 ], [ 120.1973873, 30.0162995 ], [ 120.1981739, 30.0161951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932002, 30.0163838 ], [ 120.1933714, 30.0163942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893996, 30.0139931 ], [ 120.1893336, 30.0142302 ], [ 120.1893004, 30.0146957 ], [ 120.1892893, 30.014958 ], [ 120.18928, 30.01506 ], [ 120.1893, 30.01513 ], [ 120.18937, 30.01564 ], [ 120.18938, 30.0157 ], [ 120.189422, 30.0159131 ], [ 120.1894761, 30.0161154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189698, 30.0161289 ], [ 120.1894898, 30.0153972 ], [ 120.1894903, 30.0148135 ], [ 120.1898333, 30.0140246 ], [ 120.1893996, 30.0139931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893996, 30.0139931 ], [ 120.1898333, 30.0140246 ], [ 120.1894903, 30.0148135 ], [ 120.1894898, 30.0153972 ], [ 120.189698, 30.0161289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854945, 30.0158067 ], [ 120.1863106, 30.0158727 ], [ 120.188193, 30.0160282 ], [ 120.1884504, 30.0160487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1884504, 30.0160487 ], [ 120.188193, 30.0160282 ], [ 120.1863106, 30.0158727 ], [ 120.1854945, 30.0158067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887574, 30.0159978 ], [ 120.1894761, 30.0161154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887574, 30.0159978 ], [ 120.1887256, 30.0161344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894761, 30.0161154 ], [ 120.189698, 30.0161289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189698, 30.0161289 ], [ 120.1908303, 30.0161976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895147, 30.0162289 ], [ 120.1894761, 30.0161154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894761, 30.0161154 ], [ 120.1895147, 30.0162289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895147, 30.0162289 ], [ 120.1887256, 30.0161344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908303, 30.0161976 ], [ 120.1909247, 30.0162033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.190817, 30.0163275 ], [ 120.1908303, 30.0161976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909247, 30.0162033 ], [ 120.1909161, 30.016335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.190817, 30.0163275 ], [ 120.1895147, 30.0162289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909161, 30.016335 ], [ 120.190817, 30.0163275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185388, 30.0186129 ], [ 120.1854035, 30.0184478 ], [ 120.1854945, 30.0158067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854945, 30.0158067 ], [ 120.1854035, 30.0184478 ], [ 120.185388, 30.0186129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878337, 30.0188109 ], [ 120.1878573, 30.0184921 ], [ 120.1879364, 30.0182381 ], [ 120.1879881, 30.0178554 ], [ 120.1880724, 30.0175045 ], [ 120.1881288, 30.0172307 ], [ 120.1881795, 30.0170099 ], [ 120.1882834, 30.0166361 ], [ 120.188351, 30.016416 ], [ 120.188431, 30.0161116 ], [ 120.1884504, 30.0160487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396643, 30.0053553 ], [ 120.2371911, 30.0075965 ], [ 120.2351203, 30.009484 ], [ 120.2345148, 30.0100256 ], [ 120.232558, 30.0118087 ], [ 120.2317994, 30.0124999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317994, 30.0124999 ], [ 120.232558, 30.0118087 ], [ 120.2345148, 30.0100256 ], [ 120.2351203, 30.009484 ], [ 120.2371911, 30.0075965 ], [ 120.2396643, 30.0053553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382476, 30.0196211 ], [ 120.2383924, 30.0189662 ], [ 120.2385673, 30.0182373 ], [ 120.2388538, 30.0170433 ], [ 120.2389342, 30.0167507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389342, 30.0167507 ], [ 120.2388538, 30.0170433 ], [ 120.2385673, 30.0182373 ], [ 120.2383924, 30.0189662 ], [ 120.2382476, 30.0196211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417972, 30.0203042 ], [ 120.2382476, 30.0196211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382476, 30.0196211 ], [ 120.2417972, 30.0203042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2378237, 30.0226354 ], [ 120.2378613, 30.0223149 ], [ 120.2378237, 30.0215811 ], [ 120.2377916, 30.0212745 ], [ 120.2377755, 30.0210052 ], [ 120.2377969, 30.0209262 ], [ 120.2379149, 30.0207404 ], [ 120.2379203, 30.0207079 ], [ 120.2379686, 30.0206568 ], [ 120.2380222, 30.0205221 ], [ 120.2381778, 30.0198301 ], [ 120.2382164, 30.0197145 ], [ 120.2382476, 30.0196211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382476, 30.0196211 ], [ 120.2382164, 30.0197145 ], [ 120.2381778, 30.0198301 ], [ 120.2380222, 30.0205221 ], [ 120.2379686, 30.0206568 ], [ 120.2379203, 30.0207079 ], [ 120.2379149, 30.0207404 ], [ 120.2377969, 30.0209262 ], [ 120.2377755, 30.0210052 ], [ 120.2377916, 30.0212745 ], [ 120.2378237, 30.0215811 ], [ 120.2378613, 30.0223149 ], [ 120.2378237, 30.0226354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2378237, 30.0226354 ], [ 120.2375296, 30.0225851 ], [ 120.2359515, 30.0223149 ], [ 120.2344118, 30.0220316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344118, 30.0220316 ], [ 120.2359515, 30.0223149 ], [ 120.2375296, 30.0225851 ], [ 120.2378237, 30.0226354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2404165, 30.0248095 ], [ 120.2407656, 30.0236389 ], [ 120.2411745, 30.0223036 ], [ 120.2412981, 30.0219 ], [ 120.2417738, 30.0203934 ], [ 120.2417972, 30.0203042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416902, 30.0035676 ], [ 120.2419808, 30.0056916 ], [ 120.2420059, 30.0059245 ], [ 120.2423358, 30.0086106 ], [ 120.2424106, 30.0094188 ], [ 120.2426437, 30.0112105 ], [ 120.2426685, 30.0114305 ], [ 120.2427721, 30.0123514 ], [ 120.2428244, 30.0135047 ], [ 120.2428149, 30.0144273 ], [ 120.2427959, 30.0151481 ], [ 120.2427293, 30.016219 ], [ 120.2426437, 30.0169109 ], [ 120.2425819, 30.0173267 ], [ 120.242539, 30.0176152 ], [ 120.2422489, 30.0190361 ], [ 120.241973, 30.0201234 ], [ 120.2416258, 30.0211901 ], [ 120.2413276, 30.0221512 ], [ 120.2412833, 30.0222939 ], [ 120.2409836, 30.0232988 ], [ 120.2402891, 30.0255351 ], [ 120.2400989, 30.026297 ], [ 120.2400275, 30.0267994 ], [ 120.2399847, 30.0274007 ], [ 120.2399629, 30.0286056 ], [ 120.2399614, 30.0286899 ], [ 120.2399413, 30.0308932 ], [ 120.2399261, 30.032559 ], [ 120.2399216, 30.0330488 ], [ 120.2399245, 30.0333659 ], [ 120.2398842, 30.0396644 ], [ 120.2398829, 30.03976 ], [ 120.2398677, 30.0408491 ], [ 120.2398621, 30.0418327 ], [ 120.2398893, 30.0428331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421229, 30.0374608 ], [ 120.2421585, 30.0373729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421585, 30.0373729 ], [ 120.2421229, 30.0374608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421229, 30.0374608 ], [ 120.2419412, 30.0374931 ], [ 120.2418192, 30.0375318 ], [ 120.2417257, 30.0375811 ], [ 120.2414574, 30.0378292 ], [ 120.2411891, 30.0380773 ], [ 120.2411371, 30.0381656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411371, 30.0381656 ], [ 120.2415659, 30.0380674 ], [ 120.2416426, 30.0379988 ], [ 120.2419215, 30.0376987 ], [ 120.2421229, 30.0374608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411371, 30.0381656 ], [ 120.2411891, 30.0380773 ], [ 120.2414574, 30.0378292 ], [ 120.2417257, 30.0375811 ], [ 120.2418192, 30.0375318 ], [ 120.2419412, 30.0374931 ], [ 120.2421229, 30.0374608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421229, 30.0374608 ], [ 120.2419215, 30.0376987 ], [ 120.2416426, 30.0379988 ], [ 120.2415659, 30.0380674 ], [ 120.2411371, 30.0381656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2455136, 30.0413674 ], [ 120.2448111, 30.04205 ], [ 120.2444337, 30.0423534 ], [ 120.2442429, 30.0425068 ], [ 120.2441691, 30.0426075 ], [ 120.2439729, 30.0428751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439729, 30.0428751 ], [ 120.2441691, 30.0426075 ], [ 120.2442429, 30.0425068 ], [ 120.2444337, 30.0423534 ], [ 120.2448111, 30.04205 ], [ 120.2455136, 30.0413674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2378237, 30.0226354 ], [ 120.2383119, 30.022784 ], [ 120.2383334, 30.0228444 ], [ 120.2383334, 30.022942 ], [ 120.2380383, 30.0242935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380383, 30.0242935 ], [ 120.2383334, 30.022942 ], [ 120.2383334, 30.0228444 ], [ 120.2383119, 30.022784 ], [ 120.2378237, 30.0226354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380383, 30.0242935 ], [ 120.2355974, 30.0238384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2355974, 30.0238384 ], [ 120.2380383, 30.0242935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380383, 30.0242935 ], [ 120.239876, 30.0246922 ], [ 120.2404165, 30.0248095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2404165, 30.0248095 ], [ 120.239876, 30.0246922 ], [ 120.2380383, 30.0242935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2376896, 30.0257008 ], [ 120.237872, 30.024967 ], [ 120.2379042, 30.0248973 ], [ 120.2379096, 30.0248137 ], [ 120.2380383, 30.0242935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380383, 30.0242935 ], [ 120.2379096, 30.0248137 ], [ 120.2379042, 30.0248973 ], [ 120.237872, 30.024967 ], [ 120.2376896, 30.0257008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397323, 30.0411953 ], [ 120.2397617, 30.0400429 ], [ 120.2397653, 30.0397647 ], [ 120.2397663, 30.0396841 ], [ 120.2398199, 30.0333589 ], [ 120.2398092, 30.0331078 ], [ 120.239819, 30.03256 ], [ 120.2398305, 30.031921 ], [ 120.2398386, 30.0297916 ], [ 120.2398406, 30.028854 ], [ 120.2398427, 30.0278416 ], [ 120.2398793, 30.0271693 ], [ 120.2399565, 30.0264794 ], [ 120.2400866, 30.0259127 ], [ 120.2402858, 30.0252475 ], [ 120.2404165, 30.0248095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411371, 30.0381656 ], [ 120.2409335, 30.0382399 ], [ 120.2403462, 30.0386667 ], [ 120.2396997, 30.0390255 ], [ 120.2391358, 30.0392268 ], [ 120.2386555, 30.0393789 ], [ 120.2379385, 30.0394456 ], [ 120.2373484, 30.0396564 ], [ 120.2365979, 30.0399094 ], [ 120.2357226, 30.0403231 ], [ 120.2354023, 30.0404731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2354023, 30.0404731 ], [ 120.2357226, 30.0403231 ], [ 120.2365979, 30.0399094 ], [ 120.2373484, 30.0396564 ], [ 120.2379385, 30.0394456 ], [ 120.2386555, 30.0393789 ], [ 120.2391358, 30.0392268 ], [ 120.2396997, 30.0390255 ], [ 120.2403462, 30.0386667 ], [ 120.2409335, 30.0382399 ], [ 120.2411371, 30.0381656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2354023, 30.0404731 ], [ 120.2355585, 30.0405068 ], [ 120.2370867, 30.0408362 ], [ 120.2397323, 30.0411953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397323, 30.0411953 ], [ 120.2370867, 30.0408362 ], [ 120.2355585, 30.0405068 ], [ 120.2354023, 30.0404731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397808, 30.0428056 ], [ 120.2397939, 30.0420395 ], [ 120.2397323, 30.0411953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398893, 30.0428331 ], [ 120.2397808, 30.0428056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397808, 30.0428056 ], [ 120.2398893, 30.0428331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397808, 30.0428056 ], [ 120.2356087, 30.0432499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356087, 30.0432499 ], [ 120.2397808, 30.0428056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356087, 30.0432499 ], [ 120.236409, 30.0444579 ], [ 120.2366231, 30.044781 ], [ 120.2367899, 30.0450175 ], [ 120.2370255, 30.0453519 ], [ 120.2374638, 30.0459737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374638, 30.0459737 ], [ 120.2370255, 30.0453519 ], [ 120.2367899, 30.0450175 ], [ 120.2366231, 30.044781 ], [ 120.236409, 30.0444579 ], [ 120.2356087, 30.0432499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239959, 30.0472896 ], [ 120.2399618, 30.0472688 ], [ 120.2399923, 30.0470435 ], [ 120.2399875, 30.0468788 ], [ 120.2399534, 30.0461521 ], [ 120.2399221, 30.0454842 ], [ 120.2398872, 30.0447051 ], [ 120.2398226, 30.0435527 ], [ 120.2397808, 30.0428056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398893, 30.0428331 ], [ 120.2399374, 30.0439291 ], [ 120.2399808, 30.0449194 ], [ 120.2400439, 30.0463063 ], [ 120.2400713, 30.0469094 ], [ 120.2400562, 30.0470491 ], [ 120.240031, 30.0472889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380634, 30.0469763 ], [ 120.237557, 30.0461512 ], [ 120.2374638, 30.0459737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374638, 30.0459737 ], [ 120.2377973, 30.0463717 ], [ 120.2381825, 30.0469805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380634, 30.0469763 ], [ 120.2381825, 30.0469805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382518, 30.0470795 ], [ 120.2380634, 30.0469763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2381825, 30.0469805 ], [ 120.2382518, 30.0470795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2381825, 30.0469805 ], [ 120.2383606, 30.0469831 ], [ 120.2391307, 30.0471308 ], [ 120.239959, 30.0472896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399473, 30.0473764 ], [ 120.2398249, 30.0473542 ], [ 120.2391701, 30.0472398 ], [ 120.2382518, 30.0470795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239959, 30.0472896 ], [ 120.240031, 30.0472889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398893, 30.0428331 ], [ 120.2420862, 30.0428497 ], [ 120.2425799, 30.0428534 ], [ 120.2433598, 30.0428593 ], [ 120.2439729, 30.0428751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439729, 30.0428751 ], [ 120.2433598, 30.0428593 ], [ 120.2425799, 30.0428534 ], [ 120.2420862, 30.0428497 ], [ 120.2398893, 30.0428331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439729, 30.0428751 ], [ 120.2456454, 30.0428434 ], [ 120.2458277, 30.04284 ], [ 120.2461762, 30.0428334 ], [ 120.2467333, 30.04285 ], [ 120.2471611, 30.042857 ], [ 120.2472257, 30.042836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439729, 30.0428751 ], [ 120.2439362, 30.0453284 ], [ 120.2439324, 30.0457335 ], [ 120.2439318, 30.0461064 ], [ 120.2439297, 30.0473318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439297, 30.0473318 ], [ 120.2439318, 30.0461064 ], [ 120.2439324, 30.0457335 ], [ 120.2439362, 30.0453284 ], [ 120.2439729, 30.0428751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240031, 30.0472889 ], [ 120.2410044, 30.0472957 ], [ 120.2417313, 30.0473008 ], [ 120.2439297, 30.0473318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438951, 30.0474029 ], [ 120.2439297, 30.0473318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439297, 30.0473318 ], [ 120.2439434, 30.0474033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438951, 30.0474029 ], [ 120.2417302, 30.0473737 ], [ 120.2409519, 30.0473774 ], [ 120.2400183, 30.0473819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439434, 30.0474033 ], [ 120.2438951, 30.0474029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399473, 30.0473764 ], [ 120.239959, 30.0472896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240031, 30.0472889 ], [ 120.2400255, 30.0473414 ], [ 120.2400183, 30.0473819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400183, 30.0473819 ], [ 120.2399473, 30.0473764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2392895, 30.048799 ], [ 120.2389985, 30.0483456 ], [ 120.2380634, 30.0469763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382518, 30.0470795 ], [ 120.2394192, 30.0487477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400183, 30.0473819 ], [ 120.2399717, 30.0476455 ], [ 120.2398682, 30.0482817 ], [ 120.2398229, 30.0485203 ], [ 120.2398056, 30.048611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394192, 30.0487477 ], [ 120.2397275, 30.0485578 ], [ 120.2397836, 30.0483206 ], [ 120.2398425, 30.0479848 ], [ 120.2399408, 30.0474245 ], [ 120.2399473, 30.0473764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398056, 30.048611 ], [ 120.2395453, 30.0488225 ], [ 120.2394596, 30.048862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2392895, 30.048799 ], [ 120.2394192, 30.0487477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394192, 30.0487477 ], [ 120.2394596, 30.048862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393322, 30.0489168 ], [ 120.2392895, 30.048799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394596, 30.048862 ], [ 120.2393322, 30.0489168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398056, 30.048611 ], [ 120.2397379, 30.0490986 ], [ 120.2396946, 30.0495278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394596, 30.048862 ], [ 120.2396946, 30.0495278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396049, 30.0525113 ], [ 120.2396198, 30.051578 ], [ 120.2396229, 30.0514462 ], [ 120.2396388, 30.0507762 ], [ 120.2396259, 30.0503868 ], [ 120.2395926, 30.0499267 ], [ 120.2394655, 30.0492848 ], [ 120.2393656, 30.0490091 ], [ 120.2393322, 30.0489168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396946, 30.0495278 ], [ 120.2397887, 30.0497159 ], [ 120.239809, 30.0498129 ], [ 120.2398595, 30.0500538 ], [ 120.2399211, 30.0504477 ], [ 120.2399204, 30.0511426 ], [ 120.2399024, 30.0516897 ], [ 120.2398758, 30.0524983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396049, 30.0525113 ], [ 120.2398758, 30.0524983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398758, 30.0524983 ], [ 120.2396049, 30.0525113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396049, 30.0525113 ], [ 120.2394614, 30.0525111 ], [ 120.2379528, 30.0525086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379528, 30.0525086 ], [ 120.2394614, 30.0525111 ], [ 120.2396049, 30.0525113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439434, 30.0474033 ], [ 120.243957, 30.0474748 ], [ 120.2440931, 30.0493477 ], [ 120.2441693, 30.0505397 ], [ 120.244198, 30.0509884 ], [ 120.2442932, 30.0524769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441814, 30.0524803 ], [ 120.2440531, 30.0505392 ], [ 120.2439971, 30.0496916 ], [ 120.243977, 30.0493878 ], [ 120.2439171, 30.0484809 ], [ 120.2438517, 30.0474921 ], [ 120.2438951, 30.0474029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442932, 30.0524769 ], [ 120.2441814, 30.0524803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441814, 30.0524803 ], [ 120.2442932, 30.0524769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398758, 30.0524983 ], [ 120.2406501, 30.0525042 ], [ 120.240924, 30.0525063 ], [ 120.2411084, 30.0525077 ], [ 120.2414586, 30.0525055 ], [ 120.2424174, 30.0524994 ], [ 120.2430006, 30.0524931 ], [ 120.2434267, 30.0524885 ], [ 120.2441814, 30.0524803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441814, 30.0524803 ], [ 120.2434267, 30.0524885 ], [ 120.2430006, 30.0524931 ], [ 120.2424174, 30.0524994 ], [ 120.2414586, 30.0525055 ], [ 120.2411084, 30.0525077 ], [ 120.240924, 30.0525063 ], [ 120.2406501, 30.0525042 ], [ 120.2398758, 30.0524983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443123, 30.0564768 ], [ 120.2442697, 30.055212 ], [ 120.244271, 30.0546304 ], [ 120.2442615, 30.0540992 ], [ 120.2442396, 30.0536567 ], [ 120.2441814, 30.0524803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442932, 30.0524769 ], [ 120.2443384, 30.0534103 ], [ 120.2443492, 30.0538977 ], [ 120.2443635, 30.054541 ], [ 120.2443783, 30.055205 ], [ 120.2444284, 30.0559296 ], [ 120.244447, 30.0564966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397299, 30.0557742 ], [ 120.240483, 30.0558884 ], [ 120.2424165, 30.0561816 ], [ 120.2435767, 30.0563601 ], [ 120.2441321, 30.0564496 ], [ 120.2443123, 30.0564768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443152, 30.0565649 ], [ 120.2403326, 30.0559529 ], [ 120.2397257, 30.0558596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395331, 30.0557423 ], [ 120.2395751, 30.05407 ], [ 120.2395805, 30.0537855 ], [ 120.2396049, 30.0525113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398758, 30.0524983 ], [ 120.2398115, 30.053905 ], [ 120.2398041, 30.0540668 ], [ 120.2397839, 30.0548829 ], [ 120.2397617, 30.0552486 ], [ 120.2397299, 30.0557742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395331, 30.0557423 ], [ 120.2397299, 30.0557742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395309, 30.0558297 ], [ 120.2395331, 30.0557423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397299, 30.0557742 ], [ 120.2397257, 30.0558596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397257, 30.0558596 ], [ 120.2395309, 30.0558297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390025, 30.0607237 ], [ 120.2391084, 30.0603605 ], [ 120.2392259, 30.059887 ], [ 120.2392918, 30.0593528 ], [ 120.2393461, 30.0589128 ], [ 120.2394239, 30.0580268 ], [ 120.2394683, 30.0575215 ], [ 120.2395416, 30.0566875 ], [ 120.2395309, 30.0558297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397257, 30.0558596 ], [ 120.2397073, 30.0562386 ], [ 120.2397047, 30.0562891 ], [ 120.2396587, 30.0571802 ], [ 120.2396247, 30.0578386 ], [ 120.239548, 30.0587537 ], [ 120.2395045, 30.0590658 ], [ 120.2393987, 30.0598259 ], [ 120.2392325, 30.0605839 ], [ 120.2391662, 30.060769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391662, 30.060769 ], [ 120.2390025, 30.0607237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390025, 30.0607237 ], [ 120.2391662, 30.060769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887256, 30.0161344 ], [ 120.1884634, 30.0172613 ], [ 120.1882901, 30.0180241 ], [ 120.1881187, 30.0187786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185388, 30.0186129 ], [ 120.1853858, 30.0187236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853858, 30.0187236 ], [ 120.185388, 30.0186129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185388, 30.0186129 ], [ 120.1878337, 30.0188109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878337, 30.0188109 ], [ 120.1881187, 30.0187786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878169, 30.0189255 ], [ 120.186875, 30.0188129 ], [ 120.1853858, 30.0187236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881187, 30.0187786 ], [ 120.188105, 30.0188389 ], [ 120.188082, 30.01894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878169, 30.0189255 ], [ 120.1878337, 30.0188109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188082, 30.01894 ], [ 120.1878169, 30.0189255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881187, 30.0187786 ], [ 120.1891089, 30.0187705 ], [ 120.1898578, 30.0187643 ], [ 120.1909535, 30.0188372 ], [ 120.1913725, 30.0189034 ], [ 120.1916465, 30.0189467 ], [ 120.1926486, 30.0191535 ], [ 120.1929412, 30.0192422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931875, 30.0164932 ], [ 120.192439, 30.0164502 ], [ 120.1909161, 30.016335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982259, 30.0162656 ], [ 120.1973659, 30.0163785 ], [ 120.1961466, 30.0164749 ], [ 120.1953423, 30.0165613 ], [ 120.1948273, 30.0165874 ], [ 120.1945287, 30.0165702 ], [ 120.1933569, 30.0165029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931875, 30.0164932 ], [ 120.1932002, 30.0163838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933714, 30.0163942 ], [ 120.1933569, 30.0165029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933569, 30.0165029 ], [ 120.1931875, 30.0164932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929412, 30.0192422 ], [ 120.1929443, 30.0192136 ], [ 120.1931875, 30.0164932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933569, 30.0165029 ], [ 120.1931465, 30.0190104 ], [ 120.1931169, 30.0192716 ], [ 120.1931155, 30.0192842 ], [ 120.1931115, 30.0193196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929412, 30.0192422 ], [ 120.1931115, 30.0193196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929313, 30.019333 ], [ 120.1929412, 30.0192422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931115, 30.0193196 ], [ 120.1931048, 30.0193789 ], [ 120.1930999, 30.0194225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982259, 30.0162656 ], [ 120.198394, 30.0164935 ], [ 120.1984543, 30.0173998 ], [ 120.1990798, 30.0177911 ], [ 120.1996447, 30.0182338 ], [ 120.1997814, 30.0186585 ], [ 120.1997489, 30.0196646 ], [ 120.198943, 30.021355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198943, 30.021355 ], [ 120.1997489, 30.0196646 ], [ 120.1997814, 30.0186585 ], [ 120.1996447, 30.0182338 ], [ 120.1990798, 30.0177911 ], [ 120.1984543, 30.0173998 ], [ 120.198394, 30.0164935 ], [ 120.1982259, 30.0162656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020339, 30.0160831 ], [ 120.2016682, 30.0172395 ], [ 120.2014375, 30.0177179 ], [ 120.2013892, 30.0177969 ], [ 120.2011861, 30.0184169 ], [ 120.20118, 30.0186415 ], [ 120.2011656, 30.0191713 ], [ 120.2007373, 30.0197592 ], [ 120.2000877, 30.0207933 ], [ 120.1997502, 30.0215973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997502, 30.0215973 ], [ 120.2000877, 30.0207933 ], [ 120.2007373, 30.0197592 ], [ 120.2011656, 30.0191713 ], [ 120.20118, 30.0186415 ], [ 120.2011861, 30.0184169 ], [ 120.2013892, 30.0177969 ], [ 120.2014375, 30.0177179 ], [ 120.2016682, 30.0172395 ], [ 120.2020339, 30.0160831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198943, 30.021355 ], [ 120.198923, 30.021397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198923, 30.021397 ], [ 120.198943, 30.021355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198943, 30.021355 ], [ 120.1996702, 30.0215821 ], [ 120.1997502, 30.0215973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997244, 30.0216589 ], [ 120.1996336, 30.0216417 ], [ 120.1990321, 30.0214547 ], [ 120.198923, 30.021397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997502, 30.0215973 ], [ 120.1997244, 30.0216589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997244, 30.0216589 ], [ 120.1997502, 30.0215973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929313, 30.019333 ], [ 120.19155, 30.0190715 ], [ 120.1912766, 30.0190197 ], [ 120.1903635, 30.0189143 ], [ 120.1893895, 30.0189021 ], [ 120.1886455, 30.0189237 ], [ 120.188082, 30.01894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "时代高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855613, 30.0408177 ], [ 120.1858769, 30.0381857 ], [ 120.186191, 30.0355664 ], [ 120.1867195, 30.0302588 ], [ 120.1874513, 30.0237893 ], [ 120.1877311, 30.0205071 ], [ 120.1878901, 30.0189128 ], [ 120.1881905, 30.0173715 ], [ 120.1885446, 30.0160039 ], [ 120.1890368, 30.0145596 ], [ 120.1897593, 30.012106 ], [ 120.1899148, 30.0110399 ], [ 120.1899362, 30.01073 ], [ 120.1899415, 30.0105465 ], [ 120.1899415, 30.0102957 ], [ 120.1899362, 30.0100658 ], [ 120.1898101, 30.0090972 ], [ 120.1897269, 30.0086257 ], [ 120.1892281, 30.0068187 ], [ 120.1888579, 30.0054111 ], [ 120.1886862, 30.0047236 ], [ 120.1885012, 30.0039036 ], [ 120.1884261, 30.0034623 ], [ 120.1883885, 30.003172 ], [ 120.1883322, 30.0022382 ], [ 120.188351, 30.0011116 ], [ 120.1884368, 30.0004659 ], [ 120.1885441, 29.9998271 ], [ 120.1887131, 29.9992464 ], [ 120.1889464, 29.9985588 ], [ 120.1892441, 29.9979967 ], [ 120.1895043, 29.9975205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852318, 30.0217495 ], [ 120.1853089, 30.0203503 ], [ 120.1853858, 30.0187236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853858, 30.0187236 ], [ 120.1853089, 30.0203503 ], [ 120.1852318, 30.0217495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875507, 30.0219048 ], [ 120.1875652, 30.0216123 ], [ 120.1875815, 30.0209645 ], [ 120.1876451, 30.0203915 ], [ 120.1876692, 30.0202715 ], [ 120.1877186, 30.0197753 ], [ 120.1877736, 30.0192218 ], [ 120.1878169, 30.0189255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188082, 30.01894 ], [ 120.1880452, 30.0193628 ], [ 120.187877, 30.0212978 ], [ 120.1878233, 30.0219148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852318, 30.0217495 ], [ 120.1875507, 30.0219048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875507, 30.0219048 ], [ 120.1852318, 30.0217495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878233, 30.0219148 ], [ 120.1926077, 30.0222927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1926077, 30.0222927 ], [ 120.1878233, 30.0219148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930999, 30.0194225 ], [ 120.1929313, 30.019333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927768, 30.0207458 ], [ 120.192783, 30.0206896 ], [ 120.1929313, 30.019333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930999, 30.0194225 ], [ 120.1929488, 30.0207573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931115, 30.0193196 ], [ 120.198943, 30.021355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198923, 30.021397 ], [ 120.1980336, 30.0210915 ], [ 120.1930999, 30.0194225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927768, 30.0207458 ], [ 120.1915514, 30.0206426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1915514, 30.0206426 ], [ 120.1927768, 30.0207458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929488, 30.0207573 ], [ 120.1927768, 30.0207458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927768, 30.0207458 ], [ 120.1929488, 30.0207573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1926077, 30.0222927 ], [ 120.1927768, 30.0207458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929488, 30.0207573 ], [ 120.1927739, 30.022302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1926077, 30.0222927 ], [ 120.1927739, 30.022302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927739, 30.022302 ], [ 120.1926077, 30.0222927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985014, 30.022661 ], [ 120.1979053, 30.0226658 ], [ 120.1967114, 30.0225296 ], [ 120.1957351, 30.0224645 ], [ 120.1927739, 30.022302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927739, 30.022302 ], [ 120.1957351, 30.0224645 ], [ 120.1967114, 30.0225296 ], [ 120.1979053, 30.0226658 ], [ 120.1985014, 30.022661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923133, 30.0253375 ], [ 120.1926077, 30.0222927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927739, 30.022302 ], [ 120.1924616, 30.0253569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985014, 30.022661 ], [ 120.1984266, 30.023081 ], [ 120.1979397, 30.0239598 ], [ 120.1973232, 30.0250273 ], [ 120.1969743, 30.0257249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969743, 30.0257249 ], [ 120.1973232, 30.0250273 ], [ 120.1979397, 30.0239598 ], [ 120.1984266, 30.023081 ], [ 120.1985014, 30.022661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923133, 30.0253375 ], [ 120.1924616, 30.0253569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852318, 30.0217495 ], [ 120.1851658, 30.0233953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851658, 30.0233953 ], [ 120.1852318, 30.0217495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873875, 30.0235593 ], [ 120.1874, 30.02343 ], [ 120.18741, 30.02331 ], [ 120.18746, 30.02286 ], [ 120.18748, 30.02275 ], [ 120.18752, 30.02222 ], [ 120.18754, 30.02212 ], [ 120.1875507, 30.0219048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878233, 30.0219148 ], [ 120.1877723, 30.0225018 ], [ 120.1876532, 30.0235052 ], [ 120.1874942, 30.0249829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851658, 30.0233953 ], [ 120.1873875, 30.0235593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873875, 30.0235593 ], [ 120.1851658, 30.0233953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1874942, 30.0249829 ], [ 120.1914221, 30.0252791 ], [ 120.1923133, 30.0253375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923133, 30.0253375 ], [ 120.1914221, 30.0252791 ], [ 120.1874942, 30.0249829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1874942, 30.0249829 ], [ 120.1871713, 30.0279844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871713, 30.0279844 ], [ 120.1870181, 30.0294083 ], [ 120.1869252, 30.0302985 ], [ 120.1866989, 30.0324676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1924616, 30.0253569 ], [ 120.1923133, 30.0253375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969743, 30.0257249 ], [ 120.1969904, 30.0256553 ], [ 120.1967387, 30.0256834 ], [ 120.1925057, 30.0253627 ], [ 120.1924616, 30.0253569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1924616, 30.0253569 ], [ 120.1925057, 30.0253627 ], [ 120.1967387, 30.0256834 ], [ 120.1969904, 30.0256553 ], [ 120.1969743, 30.0257249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969743, 30.0257249 ], [ 120.1967758, 30.0261754 ], [ 120.1967704, 30.0262451 ], [ 120.1967329, 30.026273 ], [ 120.1967068, 30.026327 ], [ 120.1963306, 30.0271833 ], [ 120.1961727, 30.0274565 ], [ 120.1952875, 30.0285433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952875, 30.0285433 ], [ 120.1961727, 30.0274565 ], [ 120.1963306, 30.0271833 ], [ 120.1967068, 30.026327 ], [ 120.1967329, 30.026273 ], [ 120.1967704, 30.0262451 ], [ 120.1967758, 30.0261754 ], [ 120.1969743, 30.0257249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952875, 30.0285433 ], [ 120.1952201, 30.0285673 ], [ 120.1950485, 30.0286695 ], [ 120.1949734, 30.0286881 ], [ 120.1935625, 30.0285487 ], [ 120.1934928, 30.0285534 ], [ 120.1931763, 30.0285162 ], [ 120.1921892, 30.0284187 ], [ 120.1918459, 30.0283862 ], [ 120.1914237, 30.028335 ], [ 120.1910037, 30.028284 ], [ 120.1907945, 30.028284 ], [ 120.1907516, 30.0282608 ], [ 120.1904297, 30.028219 ], [ 120.1902246, 30.028193 ], [ 120.1899523, 30.0281772 ], [ 120.1895928, 30.028154 ], [ 120.1892094, 30.0281271 ], [ 120.1871713, 30.0279844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871713, 30.0279844 ], [ 120.1892094, 30.0281271 ], [ 120.1895928, 30.028154 ], [ 120.1899523, 30.0281772 ], [ 120.1902246, 30.028193 ], [ 120.1904297, 30.028219 ], [ 120.1907516, 30.0282608 ], [ 120.1907945, 30.028284 ], [ 120.1910037, 30.028284 ], [ 120.1914237, 30.028335 ], [ 120.1918459, 30.0283862 ], [ 120.1921892, 30.0284187 ], [ 120.1931763, 30.0285162 ], [ 120.1934928, 30.0285534 ], [ 120.1935625, 30.0285487 ], [ 120.1949734, 30.0286881 ], [ 120.1950485, 30.0286695 ], [ 120.1952201, 30.0285673 ], [ 120.1952875, 30.0285433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897464, 30.0330059 ], [ 120.1923788, 30.0311816 ], [ 120.193076, 30.0306985 ], [ 120.1935985, 30.0301644 ], [ 120.1946921, 30.0292772 ], [ 120.194968, 30.0289807 ], [ 120.19525, 30.0286687 ], [ 120.1952875, 30.0285433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952875, 30.0285433 ], [ 120.19525, 30.0286687 ], [ 120.194968, 30.0289807 ], [ 120.1946921, 30.0292772 ], [ 120.1935985, 30.0301644 ], [ 120.193076, 30.0306985 ], [ 120.1923788, 30.0311816 ], [ 120.1897464, 30.0330059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997244, 30.0216589 ], [ 120.1995347, 30.0219875 ], [ 120.1993359, 30.0228251 ], [ 120.1990175, 30.0240951 ], [ 120.1984125, 30.0245486 ], [ 120.1979298, 30.0256333 ], [ 120.1973315, 30.0268016 ], [ 120.1969864, 30.0276195 ], [ 120.1965773, 30.0284651 ], [ 120.1956976, 30.0293383 ], [ 120.1946667, 30.0306156 ], [ 120.193787, 30.031734 ], [ 120.1937477, 30.031784 ], [ 120.1927516, 30.0315682 ], [ 120.1914544, 30.0325541 ], [ 120.1904343, 30.0333555 ], [ 120.1899927, 30.0342948 ], [ 120.189258, 30.0348978 ], [ 120.188783, 30.0357138 ], [ 120.1888452, 30.0372563 ], [ 120.1888865, 30.0392969 ], [ 120.188923, 30.0423037 ], [ 120.188926, 30.0425512 ], [ 120.188858, 30.0437482 ], [ 120.1890714, 30.0448169 ], [ 120.1891481, 30.0456606 ], [ 120.1887715, 30.0463454 ], [ 120.1881738, 30.0469928 ], [ 120.1881817, 30.0475441 ], [ 120.1878293, 30.048465 ], [ 120.1872095, 30.0495271 ], [ 120.1865441, 30.0509546 ], [ 120.1862319, 30.0520492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855252, 30.0408042 ], [ 120.1856343, 30.03973 ], [ 120.1857593, 30.0388771 ], [ 120.18581, 30.03853 ], [ 120.185821, 30.0384312 ], [ 120.18586, 30.03808 ], [ 120.18587, 30.03793 ], [ 120.18591, 30.03748 ], [ 120.18593, 30.03733 ], [ 120.18598, 30.03688 ], [ 120.186, 30.03673 ], [ 120.18605, 30.03614 ], [ 120.18607, 30.03599 ], [ 120.1861069, 30.0356337 ], [ 120.18613, 30.03541 ], [ 120.1861441, 30.0350278 ], [ 120.1861854, 30.0346747 ], [ 120.18623, 30.03453 ], [ 120.18629, 30.03395 ], [ 120.18631, 30.03381 ], [ 120.18637, 30.03324 ], [ 120.18639, 30.0331 ], [ 120.18643, 30.03255 ], [ 120.18645, 30.03242 ], [ 120.18651, 30.03187 ], [ 120.18652, 30.03173 ], [ 120.18658, 30.03119 ], [ 120.18659, 30.03105 ], [ 120.18665, 30.03049 ], [ 120.18666, 30.03035 ], [ 120.18672, 30.02979 ], [ 120.18674, 30.02964 ], [ 120.1868, 30.02907 ], [ 120.18681, 30.02892 ], [ 120.18687, 30.02835 ], [ 120.18688, 30.02822 ], [ 120.18694, 30.02768 ], [ 120.18695, 30.02756 ], [ 120.187, 30.02704 ], [ 120.18702, 30.02692 ], [ 120.18708, 30.02641 ], [ 120.1871, 30.02629 ], [ 120.18714, 30.0258 ], [ 120.18716, 30.02568 ], [ 120.18721, 30.02521 ], [ 120.18723, 30.02509 ], [ 120.18728, 30.02462 ], [ 120.18729, 30.0245 ], [ 120.18734, 30.02402 ], [ 120.18736, 30.0239 ], [ 120.1873875, 30.0235593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1866989, 30.0324676 ], [ 120.1895224, 30.0328653 ], [ 120.1897464, 30.0330059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897464, 30.0330059 ], [ 120.1895224, 30.0328653 ], [ 120.1866989, 30.0324676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855252, 30.0408042 ], [ 120.1855613, 30.0408177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855119, 30.0409346 ], [ 120.1855252, 30.0408042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "时代高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855458, 30.0409471 ], [ 120.1855613, 30.0408177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855458, 30.0409471 ], [ 120.1855119, 30.0409346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897464, 30.0330059 ], [ 120.1894211, 30.03364 ], [ 120.1889821, 30.034214 ], [ 120.1889105, 30.0342737 ], [ 120.1881504, 30.0349079 ], [ 120.1878718, 30.0354124 ], [ 120.1877983, 30.035942 ], [ 120.1877745, 30.0361134 ], [ 120.1877646, 30.036214 ], [ 120.1876429, 30.0374559 ], [ 120.1876594, 30.0383567 ], [ 120.1878239, 30.0390328 ], [ 120.1878319, 30.0397374 ], [ 120.1877991, 30.0412543 ], [ 120.1879275, 30.044213 ], [ 120.18815, 30.0451969 ], [ 120.1877036, 30.0460873 ], [ 120.1864171, 30.048852 ], [ 120.185655, 30.0499921 ], [ 120.185277, 30.0508791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185277, 30.0508791 ], [ 120.185655, 30.0499921 ], [ 120.1864171, 30.048852 ], [ 120.1877036, 30.0460873 ], [ 120.18815, 30.0451969 ], [ 120.1879275, 30.044213 ], [ 120.1877991, 30.0412543 ], [ 120.1878319, 30.0397374 ], [ 120.1878239, 30.0390328 ], [ 120.1876594, 30.0383567 ], [ 120.1876429, 30.0374559 ], [ 120.1877646, 30.036214 ], [ 120.1877745, 30.0361134 ], [ 120.1877983, 30.035942 ], [ 120.1878718, 30.0354124 ], [ 120.1881504, 30.0349079 ], [ 120.1889105, 30.0342737 ], [ 120.1889821, 30.034214 ], [ 120.1894211, 30.03364 ], [ 120.1897464, 30.0330059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853724, 30.0520988 ], [ 120.1862319, 30.0520492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198923, 30.021397 ], [ 120.1988119, 30.0216804 ], [ 120.1985014, 30.022661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985014, 30.022661 ], [ 120.1988119, 30.0216804 ], [ 120.198923, 30.021397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997502, 30.0215973 ], [ 120.2031225, 30.0227246 ], [ 120.2036507, 30.0229011 ], [ 120.206364, 30.0238079 ], [ 120.2071184, 30.0240374 ], [ 120.2075768, 30.0241769 ], [ 120.2092765, 30.0246228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092533, 30.0247151 ], [ 120.2083416, 30.0244984 ], [ 120.2075051, 30.0242815 ], [ 120.207115, 30.0241558 ], [ 120.2060621, 30.0238167 ], [ 120.205926, 30.0237709 ], [ 120.2037642, 30.0230426 ], [ 120.2031868, 30.0228481 ], [ 120.2030935, 30.022816 ], [ 120.2022436, 30.0225241 ], [ 120.1997244, 30.0216589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048922, 30.0692818 ], [ 120.2048223, 30.0672061 ], [ 120.2047698, 30.0656441 ], [ 120.2047222, 30.0642287 ], [ 120.2046899, 30.0632692 ], [ 120.2046832, 30.0630689 ], [ 120.2045201, 30.0606216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2045201, 30.0606216 ], [ 120.2046832, 30.0630689 ], [ 120.2046899, 30.0632692 ], [ 120.2047222, 30.0642287 ], [ 120.2047698, 30.0656441 ], [ 120.2048223, 30.0672061 ], [ 120.2048922, 30.0692818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048922, 30.0692818 ], [ 120.2048951, 30.0693689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048951, 30.0693689 ], [ 120.2048922, 30.0692818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974537, 30.06952 ], [ 120.19761, 30.0694654 ], [ 120.1981651, 30.0694544 ], [ 120.1990291, 30.0694374 ], [ 120.2015722, 30.0693704 ], [ 120.2039672, 30.0693065 ], [ 120.2048922, 30.0692818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048951, 30.0693689 ], [ 120.2034032, 30.0694081 ], [ 120.201574, 30.0694561 ], [ 120.199035, 30.0695408 ], [ 120.1979128, 30.0695709 ], [ 120.1976046, 30.0695791 ], [ 120.1974537, 30.06952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982811, 29.9730276 ], [ 120.199931, 29.9724534 ], [ 120.2001474, 29.9723778 ], [ 120.2008233, 29.9721434 ], [ 120.2022328, 29.9716762 ], [ 120.2025286, 29.9715554 ], [ 120.2031553, 29.9713686 ], [ 120.2038605, 29.97123 ], [ 120.2040635, 29.9712097 ], [ 120.2042355, 29.9711925 ], [ 120.2044632, 29.9711697 ], [ 120.2051924, 29.9711577 ], [ 120.2057649, 29.9712541 ], [ 120.2066509, 29.9714469 ], [ 120.2080672, 29.9720255 ], [ 120.2094774, 29.9725619 ], [ 120.2099178, 29.9727459 ], [ 120.211371, 29.9733532 ], [ 120.2120448, 29.9736347 ], [ 120.2137022, 29.9742916 ], [ 120.2149256, 29.9747677 ], [ 120.2154679, 29.9748975 ], [ 120.2157814, 29.9749726 ], [ 120.2165348, 29.9749847 ], [ 120.2172459, 29.9748521 ], [ 120.2178305, 29.9746351 ], [ 120.2182765, 29.9743579 ], [ 120.2186923, 29.9739782 ], [ 120.2190419, 29.9735202 ], [ 120.2193854, 29.9730018 ], [ 120.2199218, 29.9723208 ], [ 120.2206751, 29.9716277 ], [ 120.2212778, 29.9712179 ], [ 120.2217359, 29.9709708 ], [ 120.2225193, 29.9706514 ], [ 120.2233992, 29.9704164 ], [ 120.2238285, 29.9703504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2238614, 29.9704579 ], [ 120.2237472, 29.9704736 ], [ 120.2231435, 29.9706017 ], [ 120.2223846, 29.9708254 ], [ 120.2217079, 29.9710973 ], [ 120.2210449, 29.9714805 ], [ 120.2205679, 29.9718507 ], [ 120.2200823, 29.9723057 ], [ 120.2195508, 29.9729336 ], [ 120.2191186, 29.9735714 ], [ 120.2188356, 29.9739591 ], [ 120.2184125, 29.9743577 ], [ 120.2178776, 29.9747208 ], [ 120.2171779, 29.974968 ], [ 120.2165177, 29.9750755 ], [ 120.2158828, 29.9750459 ], [ 120.2154528, 29.9749793 ], [ 120.2152467, 29.9749433 ], [ 120.214814, 29.9747955 ], [ 120.2098959, 29.9728237 ], [ 120.2066599, 29.9715769 ], [ 120.2056681, 29.9713503 ], [ 120.2049579, 29.9712559 ], [ 120.2042363, 29.9712869 ], [ 120.2038783, 29.9713218 ], [ 120.2032274, 29.9714528 ], [ 120.2026258, 29.9716212 ], [ 120.2022738, 29.9717615 ], [ 120.2001688, 29.9724716 ], [ 120.1995986, 29.9726671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071014, 29.9852636 ], [ 120.2073626, 29.9851203 ], [ 120.2078017, 29.9848793 ], [ 120.2079432, 29.9848017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2079432, 29.9848017 ], [ 120.2078017, 29.9848793 ], [ 120.2073626, 29.9851203 ], [ 120.2071014, 29.9852636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071014, 29.9852636 ], [ 120.2072159, 29.9854013 ], [ 120.2090181, 29.987618 ], [ 120.2095768, 29.9888613 ], [ 120.2100775, 29.9908858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2100775, 29.9908858 ], [ 120.2095768, 29.9888613 ], [ 120.2090181, 29.987618 ], [ 120.2072159, 29.9854013 ], [ 120.2071014, 29.9852636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2100775, 29.9908858 ], [ 120.2052597, 29.9913613 ], [ 120.2039444, 29.9915793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039444, 29.9915793 ], [ 120.2052597, 29.9913613 ], [ 120.2100775, 29.9908858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2100775, 29.9908858 ], [ 120.2101332, 29.9908767 ], [ 120.2112436, 29.9907582 ], [ 120.2113369, 29.9907662 ], [ 120.2117237, 29.9916596 ], [ 120.212, 29.9924424 ], [ 120.2120832, 29.9925539 ], [ 120.2123594, 29.9926654 ], [ 120.2126598, 29.9926654 ], [ 120.2130461, 29.9925075 ], [ 120.2133948, 29.9924053 ], [ 120.2136201, 29.9924773 ], [ 120.2139634, 29.9927351 ], [ 120.2144247, 29.9931161 ], [ 120.2147332, 29.9932439 ], [ 120.2149148, 29.9932926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2149148, 29.9932926 ], [ 120.2147332, 29.9932439 ], [ 120.2144247, 29.9931161 ], [ 120.2139634, 29.9927351 ], [ 120.2136201, 29.9924773 ], [ 120.2133948, 29.9924053 ], [ 120.2130461, 29.9925075 ], [ 120.2126598, 29.9926654 ], [ 120.2123594, 29.9926654 ], [ 120.2120832, 29.9925539 ], [ 120.212, 29.9924424 ], [ 120.2117237, 29.9916596 ], [ 120.2113369, 29.9907662 ], [ 120.2112436, 29.9907582 ], [ 120.2101332, 29.9908767 ], [ 120.2100775, 29.9908858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2238285, 29.9703504 ], [ 120.2236102, 29.9697291 ], [ 120.2235035, 29.9693736 ], [ 120.2235307, 29.9689437 ], [ 120.2235653, 29.9683982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2236533, 29.9684351 ], [ 120.2235952, 29.9691077 ], [ 120.2235763, 29.9693261 ], [ 120.2239125, 29.9703375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2238285, 29.9703504 ], [ 120.2239125, 29.9703375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2239125, 29.9703375 ], [ 120.2239503, 29.9704543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2238614, 29.9704579 ], [ 120.2238285, 29.9703504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2239503, 29.9704543 ], [ 120.2238614, 29.9704579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2239503, 29.9704543 ], [ 120.2240979, 29.9709108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2240083, 29.9709381 ], [ 120.2238614, 29.9704579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273384, 30.0021528 ], [ 120.2267692, 30.0016919 ], [ 120.2262247, 30.0007167 ], [ 120.2257633, 29.9998754 ], [ 120.2253532, 29.9995964 ], [ 120.2249672, 29.9993338 ], [ 120.2246221, 29.9992556 ], [ 120.2240121, 29.9991174 ], [ 120.2235449, 29.9990777 ], [ 120.2231316, 29.9990427 ], [ 120.2221532, 29.9989596 ], [ 120.2219585, 29.9989641 ], [ 120.2206846, 29.998993 ], [ 120.2199634, 29.9988052 ], [ 120.2197963, 29.9986564 ], [ 120.2195231, 29.998413 ], [ 120.2193511, 29.9982599 ], [ 120.2190109, 29.9979568 ], [ 120.2183546, 29.9966492 ], [ 120.21834, 29.9964563 ], [ 120.2182511, 29.9962974 ], [ 120.2179831, 29.9961376 ], [ 120.2176247, 29.9960878 ], [ 120.2172782, 29.9961826 ], [ 120.2168863, 29.9959669 ], [ 120.2165005, 29.9955496 ], [ 120.216367, 29.9953166 ], [ 120.216429, 29.9950331 ], [ 120.2166001, 29.9947434 ], [ 120.2166638, 29.994648 ], [ 120.2167755, 29.9944809 ], [ 120.2170602, 29.9940547 ], [ 120.2169134, 29.9937299 ], [ 120.2163917, 29.9935024 ], [ 120.2157914, 29.9934893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2157914, 29.9934893 ], [ 120.2163917, 29.9935024 ], [ 120.2169134, 29.9937299 ], [ 120.2170602, 29.9940547 ], [ 120.2167755, 29.9944809 ], [ 120.2166638, 29.994648 ], [ 120.2166001, 29.9947434 ], [ 120.216429, 29.9950331 ], [ 120.216367, 29.9953166 ], [ 120.2165005, 29.9955496 ], [ 120.2168863, 29.9959669 ], [ 120.2172782, 29.9961826 ], [ 120.2176247, 29.9960878 ], [ 120.2179831, 29.9961376 ], [ 120.2182511, 29.9962974 ], [ 120.21834, 29.9964563 ], [ 120.2183546, 29.9966492 ], [ 120.2190109, 29.9979568 ], [ 120.2193511, 29.9982599 ], [ 120.2195231, 29.998413 ], [ 120.2197963, 29.9986564 ], [ 120.2199634, 29.9988052 ], [ 120.2206846, 29.998993 ], [ 120.2219585, 29.9989641 ], [ 120.2221532, 29.9989596 ], [ 120.2231316, 29.9990427 ], [ 120.2235449, 29.9990777 ], [ 120.2240121, 29.9991174 ], [ 120.2246221, 29.9992556 ], [ 120.2249672, 29.9993338 ], [ 120.2253532, 29.9995964 ], [ 120.2257633, 29.9998754 ], [ 120.2262247, 30.0007167 ], [ 120.2267692, 30.0016919 ], [ 120.2273384, 30.0021528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039444, 29.9915793 ], [ 120.2038865, 29.9913315 ], [ 120.2038548, 29.9911958 ], [ 120.2038312, 29.9910949 ], [ 120.2032221, 29.988488 ], [ 120.2032559, 29.9883422 ], [ 120.2032997, 29.9881537 ], [ 120.2033372, 29.987992 ], [ 120.2027305, 29.9855001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027305, 29.9855001 ], [ 120.2033372, 29.987992 ], [ 120.2032997, 29.9881537 ], [ 120.2032559, 29.9883422 ], [ 120.2032221, 29.988488 ], [ 120.2038312, 29.9910949 ], [ 120.2038548, 29.9911958 ], [ 120.2038865, 29.9913315 ], [ 120.2039444, 29.9915793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.205691, 29.9998419 ], [ 120.2051326, 30.0008691 ], [ 120.2050837, 30.0009591 ], [ 120.2042913, 30.0015695 ], [ 120.2041119, 30.0049859 ], [ 120.2037735, 30.0055301 ], [ 120.2036483, 30.0056661 ], [ 120.2032009, 30.0061035 ], [ 120.2029369, 30.0066393 ], [ 120.2028369, 30.0071792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028369, 30.0071792 ], [ 120.2029369, 30.0066393 ], [ 120.2032009, 30.0061035 ], [ 120.2036483, 30.0056661 ], [ 120.2037735, 30.0055301 ], [ 120.2041119, 30.0049859 ], [ 120.2042913, 30.0015695 ], [ 120.2050837, 30.0009591 ], [ 120.2051326, 30.0008691 ], [ 120.205691, 29.9998419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066718, 30.0000523 ], [ 120.2065194, 30.0009062 ], [ 120.2060494, 30.0012102 ], [ 120.2056114, 30.0018273 ], [ 120.2053891, 30.0024029 ], [ 120.2049703, 30.0026096 ], [ 120.2048895, 30.0031263 ], [ 120.2048138, 30.0043592 ], [ 120.2050107, 30.0050066 ], [ 120.2047443, 30.0056578 ], [ 120.2042278, 30.0061089 ], [ 120.204136, 30.006189 ], [ 120.2037048, 30.006928 ], [ 120.2036974, 30.0070491 ], [ 120.2036847, 30.0072589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036847, 30.0072589 ], [ 120.2036974, 30.0070491 ], [ 120.2037048, 30.006928 ], [ 120.204136, 30.006189 ], [ 120.2042278, 30.0061089 ], [ 120.2047443, 30.0056578 ], [ 120.2050107, 30.0050066 ], [ 120.2048138, 30.0043592 ], [ 120.2048895, 30.0031263 ], [ 120.2049703, 30.0026096 ], [ 120.2053891, 30.0024029 ], [ 120.2056114, 30.0018273 ], [ 120.2060494, 30.0012102 ], [ 120.2065194, 30.0009062 ], [ 120.2066718, 30.0000523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036847, 30.0072589 ], [ 120.2036385, 30.0072545 ], [ 120.2031212, 30.0072059 ], [ 120.2028369, 30.0071792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028369, 30.0071792 ], [ 120.2031212, 30.0072059 ], [ 120.2036385, 30.0072545 ], [ 120.2036847, 30.0072589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203417, 30.0111368 ], [ 120.2036067, 30.0085406 ], [ 120.2036847, 30.0072589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036847, 30.0072589 ], [ 120.2036067, 30.0085406 ], [ 120.203417, 30.0111368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.205691, 29.9998419 ], [ 120.2059121, 29.998879 ], [ 120.2059991, 29.9970959 ], [ 120.2064336, 29.9966962 ], [ 120.2073028, 29.9958795 ], [ 120.2090801, 29.9932867 ], [ 120.2097083, 29.9921915 ], [ 120.2100775, 29.9908858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2100775, 29.9908858 ], [ 120.2097083, 29.9921915 ], [ 120.2090801, 29.9932867 ], [ 120.2073028, 29.9958795 ], [ 120.2064336, 29.9966962 ], [ 120.2059991, 29.9970959 ], [ 120.2059121, 29.998879 ], [ 120.205691, 29.9998419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066718, 30.0000523 ], [ 120.2065939, 29.9996605 ], [ 120.2066707, 29.9989359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066707, 29.9989359 ], [ 120.2065939, 29.9996605 ], [ 120.2066718, 30.0000523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.205691, 29.9998419 ], [ 120.2059519, 29.9998979 ], [ 120.2064569, 30.0000062 ], [ 120.2066718, 30.0000523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066718, 30.0000523 ], [ 120.2064569, 30.0000062 ], [ 120.2059519, 29.9998979 ], [ 120.205691, 29.9998419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2085056, 30.0038534 ], [ 120.2093221, 30.0070558 ], [ 120.2096991, 30.0085343 ], [ 120.210012, 30.0097614 ], [ 120.2101077, 30.0101367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2101077, 30.0101367 ], [ 120.210012, 30.0097614 ], [ 120.2096991, 30.0085343 ], [ 120.2093221, 30.0070558 ], [ 120.2085056, 30.0038534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2101077, 30.0101367 ], [ 120.2097523, 30.0101847 ], [ 120.2093858, 30.0101833 ], [ 120.2092105, 30.0101289 ], [ 120.2086187, 30.009886 ], [ 120.207932, 30.0097699 ], [ 120.2065766, 30.0097806 ], [ 120.2064532, 30.0098317 ], [ 120.2062869, 30.0100221 ], [ 120.2052282, 30.0102111 ], [ 120.2048224, 30.0102868 ], [ 120.2046596, 30.0103412 ], [ 120.2039427, 30.010468 ], [ 120.2038729, 30.0105098 ], [ 120.2034438, 30.0110253 ], [ 120.203417, 30.0111368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203417, 30.0111368 ], [ 120.2034438, 30.0110253 ], [ 120.2038729, 30.0105098 ], [ 120.2039427, 30.010468 ], [ 120.2046596, 30.0103412 ], [ 120.2048224, 30.0102868 ], [ 120.2052282, 30.0102111 ], [ 120.2062869, 30.0100221 ], [ 120.2064532, 30.0098317 ], [ 120.2065766, 30.0097806 ], [ 120.207932, 30.0097699 ], [ 120.2086187, 30.009886 ], [ 120.2092105, 30.0101289 ], [ 120.2093858, 30.0101833 ], [ 120.2097523, 30.0101847 ], [ 120.2101077, 30.0101367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273384, 30.0021528 ], [ 120.2269801, 30.0028279 ], [ 120.2261358, 30.0044189 ], [ 120.2254456, 30.0040163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254456, 30.0040163 ], [ 120.2261358, 30.0044189 ], [ 120.2269801, 30.0028279 ], [ 120.2273384, 30.0021528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317994, 30.0124999 ], [ 120.2314568, 30.0128121 ], [ 120.2300048, 30.0141351 ], [ 120.2293777, 30.0147065 ], [ 120.2293048, 30.01478 ], [ 120.2287087, 30.0153806 ], [ 120.228632, 30.0154579 ], [ 120.2282782, 30.0158143 ], [ 120.2279513, 30.0161437 ], [ 120.2271516, 30.0171054 ], [ 120.2264168, 30.0182077 ], [ 120.2258549, 30.0193315 ], [ 120.2254442, 30.0203473 ], [ 120.225066, 30.0217089 ], [ 120.2249306, 30.0222401 ], [ 120.2248152, 30.0226928 ], [ 120.2245234, 30.0238371 ], [ 120.2242094, 30.0250687 ], [ 120.2240935, 30.0255234 ], [ 120.2234777, 30.0279273 ], [ 120.2232442, 30.0288389 ], [ 120.2231966, 30.0290246 ], [ 120.2230684, 30.0294451 ], [ 120.2229683, 30.0297735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2229683, 30.0297735 ], [ 120.2230684, 30.0294451 ], [ 120.2231966, 30.0290246 ], [ 120.2232442, 30.0288389 ], [ 120.2234777, 30.0279273 ], [ 120.2240935, 30.0255234 ], [ 120.2242094, 30.0250687 ], [ 120.2245234, 30.0238371 ], [ 120.2248152, 30.0226928 ], [ 120.2249306, 30.0222401 ], [ 120.225066, 30.0217089 ], [ 120.2254442, 30.0203473 ], [ 120.2258549, 30.0193315 ], [ 120.2264168, 30.0182077 ], [ 120.2271516, 30.0171054 ], [ 120.2279513, 30.0161437 ], [ 120.2282782, 30.0158143 ], [ 120.228632, 30.0154579 ], [ 120.2287087, 30.0153806 ], [ 120.2293048, 30.01478 ], [ 120.2293777, 30.0147065 ], [ 120.2300048, 30.0141351 ], [ 120.2314568, 30.0128121 ], [ 120.2317994, 30.0124999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2229683, 30.0297735 ], [ 120.2229446, 30.0298513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2229446, 30.0298513 ], [ 120.2229683, 30.0297735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2229683, 30.0297735 ], [ 120.2233653, 30.0298323 ], [ 120.2237224, 30.0298851 ], [ 120.2247244, 30.0300189 ], [ 120.2253519, 30.0301608 ], [ 120.225764, 30.0302824 ], [ 120.2260963, 30.0304131 ], [ 120.2262488, 30.0304922 ], [ 120.2265085, 30.030627 ], [ 120.2267289, 30.0307673 ], [ 120.2269861, 30.030931 ], [ 120.227339, 30.0312642 ], [ 120.227772, 30.0319196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227772, 30.0319196 ], [ 120.2272969, 30.0313825 ], [ 120.2272326, 30.0313147 ], [ 120.2270848, 30.0311862 ], [ 120.2268254, 30.0309606 ], [ 120.2267534, 30.0309103 ], [ 120.2264005, 30.0306641 ], [ 120.225887, 30.0304118 ], [ 120.2252674, 30.0302082 ], [ 120.2245415, 30.0300665 ], [ 120.2232381, 30.0298908 ], [ 120.2229446, 30.0298513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2354023, 30.0404731 ], [ 120.2351475, 30.0406502 ], [ 120.2349589, 30.0407575 ], [ 120.2348071, 30.0409239 ], [ 120.2347394, 30.0411388 ], [ 120.2345946, 30.04133 ], [ 120.2337129, 30.0420404 ], [ 120.2334507, 30.0423795 ], [ 120.2324477, 30.0438453 ], [ 120.2321387, 30.0442588 ], [ 120.2318896, 30.044524 ], [ 120.2311971, 30.0453466 ], [ 120.2306022, 30.0458399 ], [ 120.2303804, 30.0460231 ], [ 120.2301009, 30.046254 ], [ 120.2298206, 30.0466171 ], [ 120.2296784, 30.0469236 ], [ 120.2295819, 30.047056 ], [ 120.2292144, 30.0473996 ], [ 120.2287638, 30.048059 ], [ 120.2285841, 30.0486115 ], [ 120.2284098, 30.0489551 ], [ 120.2278036, 30.0498258 ], [ 120.2275166, 30.0501137 ], [ 120.2271062, 30.0503574 ], [ 120.2265188, 30.0507103 ], [ 120.2259743, 30.0511143 ], [ 120.2255049, 30.0513395 ], [ 120.2248451, 30.0515206 ], [ 120.2241504, 30.0517296 ], [ 120.2234665, 30.051913 ], [ 120.2230093, 30.0520345 ], [ 120.222978, 30.0520358 ], [ 120.222646, 30.0520498 ], [ 120.222162, 30.0518726 ], [ 120.2215317, 30.0516065 ], [ 120.2210784, 30.0513931 ], [ 120.2207458, 30.0513053 ], [ 120.2202646, 30.0512222 ], [ 120.2197667, 30.0512201 ], [ 120.2193991, 30.0512712 ], [ 120.2189205, 30.051361 ], [ 120.2186263, 30.0514412 ], [ 120.2180415, 30.051708 ], [ 120.2173558, 30.0520728 ], [ 120.2166213, 30.0525855 ], [ 120.2160693, 30.0531191 ], [ 120.2154424, 30.0537526 ], [ 120.214513, 30.054438 ], [ 120.214169, 30.0547569 ], [ 120.2139341, 30.0549926 ], [ 120.2134701, 30.0550999 ], [ 120.2131028, 30.0552675 ], [ 120.212575, 30.055575 ], [ 120.2122603, 30.0557859 ], [ 120.2118239, 30.055944 ], [ 120.2115118, 30.0561287 ], [ 120.2112346, 30.0563792 ], [ 120.2106639, 30.0569422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2106639, 30.0569422 ], [ 120.2112346, 30.0563792 ], [ 120.2115118, 30.0561287 ], [ 120.2118239, 30.055944 ], [ 120.2122603, 30.0557859 ], [ 120.212575, 30.055575 ], [ 120.2131028, 30.0552675 ], [ 120.2134701, 30.0550999 ], [ 120.2139341, 30.0549926 ], [ 120.214169, 30.0547569 ], [ 120.214513, 30.054438 ], [ 120.2154424, 30.0537526 ], [ 120.2160693, 30.0531191 ], [ 120.2166213, 30.0525855 ], [ 120.2173558, 30.0520728 ], [ 120.2180415, 30.051708 ], [ 120.2186263, 30.0514412 ], [ 120.2189205, 30.051361 ], [ 120.2193991, 30.0512712 ], [ 120.2197667, 30.0512201 ], [ 120.2202646, 30.0512222 ], [ 120.2207458, 30.0513053 ], [ 120.2210784, 30.0513931 ], [ 120.2215317, 30.0516065 ], [ 120.222162, 30.0518726 ], [ 120.222646, 30.0520498 ], [ 120.222978, 30.0520358 ], [ 120.2230093, 30.0520345 ], [ 120.2234665, 30.051913 ], [ 120.2241504, 30.0517296 ], [ 120.2248451, 30.0515206 ], [ 120.2255049, 30.0513395 ], [ 120.2259743, 30.0511143 ], [ 120.2265188, 30.0507103 ], [ 120.2271062, 30.0503574 ], [ 120.2275166, 30.0501137 ], [ 120.2278036, 30.0498258 ], [ 120.2284098, 30.0489551 ], [ 120.2285841, 30.0486115 ], [ 120.2287638, 30.048059 ], [ 120.2292144, 30.0473996 ], [ 120.2295819, 30.047056 ], [ 120.2296784, 30.0469236 ], [ 120.2298206, 30.0466171 ], [ 120.2301009, 30.046254 ], [ 120.2303804, 30.0460231 ], [ 120.2306022, 30.0458399 ], [ 120.2311971, 30.0453466 ], [ 120.2318896, 30.044524 ], [ 120.2321387, 30.0442588 ], [ 120.2324477, 30.0438453 ], [ 120.2334507, 30.0423795 ], [ 120.2337129, 30.0420404 ], [ 120.2345946, 30.04133 ], [ 120.2347394, 30.0411388 ], [ 120.2348071, 30.0409239 ], [ 120.2349589, 30.0407575 ], [ 120.2351475, 30.0406502 ], [ 120.2354023, 30.0404731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321913, 30.0108374 ], [ 120.2321181, 30.0111478 ], [ 120.2320883, 30.0112742 ], [ 120.2317994, 30.0124999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317994, 30.0124999 ], [ 120.2320883, 30.0112742 ], [ 120.2321181, 30.0111478 ], [ 120.2321913, 30.0108374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317994, 30.0124999 ], [ 120.2317439, 30.0127315 ], [ 120.2316983, 30.0129218 ], [ 120.2315603, 30.0134974 ], [ 120.2315319, 30.0136156 ], [ 120.2310145, 30.0157739 ], [ 120.2309929, 30.015864 ], [ 120.2307552, 30.0168553 ], [ 120.2303631, 30.0184908 ], [ 120.2298592, 30.0205921 ], [ 120.2296856, 30.0213163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296856, 30.0213163 ], [ 120.2298592, 30.0205921 ], [ 120.2303631, 30.0184908 ], [ 120.2307552, 30.0168553 ], [ 120.2309929, 30.015864 ], [ 120.2310145, 30.0157739 ], [ 120.2315319, 30.0136156 ], [ 120.2315603, 30.0134974 ], [ 120.2316983, 30.0129218 ], [ 120.2317439, 30.0127315 ], [ 120.2317994, 30.0124999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356087, 30.0432499 ], [ 120.2350315, 30.0425395 ], [ 120.2345325, 30.0417799 ], [ 120.2342161, 30.0413208 ], [ 120.2340745, 30.0411458 ], [ 120.2316322, 30.0375556 ], [ 120.2312884, 30.0370599 ], [ 120.2297894, 30.034899 ], [ 120.2296234, 30.0346596 ], [ 120.2289765, 30.033727 ], [ 120.2288057, 30.0334826 ], [ 120.2286778, 30.0332997 ], [ 120.227772, 30.0319196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227772, 30.0319196 ], [ 120.2286778, 30.0332997 ], [ 120.2288057, 30.0334826 ], [ 120.2289765, 30.033727 ], [ 120.2296234, 30.0346596 ], [ 120.2297894, 30.034899 ], [ 120.2312884, 30.0370599 ], [ 120.2316322, 30.0375556 ], [ 120.2340745, 30.0411458 ], [ 120.2342161, 30.0413208 ], [ 120.2345325, 30.0417799 ], [ 120.2350315, 30.0425395 ], [ 120.2356087, 30.0432499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390025, 30.0607237 ], [ 120.2362962, 30.0608954 ], [ 120.2360231, 30.060906 ], [ 120.2351555, 30.0609396 ], [ 120.2345559, 30.0611036 ], [ 120.2342133, 30.0611545 ], [ 120.2307574, 30.0623689 ], [ 120.2298556, 30.0626858 ], [ 120.2279866, 30.0634825 ], [ 120.227787, 30.0635642 ], [ 120.2272525, 30.0634654 ], [ 120.2266416, 30.0634711 ], [ 120.2264023, 30.0635879 ], [ 120.2259706, 30.0640575 ], [ 120.2258216, 30.064369 ], [ 120.2255831, 30.0659438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255831, 30.0659438 ], [ 120.2258216, 30.064369 ], [ 120.2259706, 30.0640575 ], [ 120.2264023, 30.0635879 ], [ 120.2266416, 30.0634711 ], [ 120.2272525, 30.0634654 ], [ 120.227787, 30.0635642 ], [ 120.2279866, 30.0634825 ], [ 120.2298556, 30.0626858 ], [ 120.2307574, 30.0623689 ], [ 120.2342133, 30.0611545 ], [ 120.2345559, 30.0611036 ], [ 120.2351555, 30.0609396 ], [ 120.2360231, 30.060906 ], [ 120.2362962, 30.0608954 ], [ 120.2390025, 30.0607237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263683, 30.0689989 ], [ 120.2274598, 30.0685604 ], [ 120.228375, 30.068273 ], [ 120.2286974, 30.0681809 ], [ 120.229523, 30.067945 ], [ 120.23068, 30.067685 ], [ 120.2320219, 30.0673953 ], [ 120.232749, 30.067304 ], [ 120.2368037, 30.0665991 ], [ 120.2383536, 30.0663296 ], [ 120.2398451, 30.0660703 ], [ 120.240721, 30.065918 ], [ 120.2408684, 30.0658878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2410463, 30.065959 ], [ 120.23834, 30.066406 ], [ 120.2334242, 30.0672625 ], [ 120.2320412, 30.0675061 ], [ 120.2310853, 30.0676826 ], [ 120.2295443, 30.0680273 ], [ 120.2280249, 30.0684916 ], [ 120.2267642, 30.0689477 ], [ 120.2264028, 30.0690981 ], [ 120.224997, 30.0697155 ], [ 120.2239305, 30.0701942 ], [ 120.2229944, 30.0706515 ], [ 120.221723, 30.0712318 ], [ 120.2208835, 30.0715405 ], [ 120.2200922, 30.0717471 ], [ 120.2189764, 30.0720001 ], [ 120.2182522, 30.0721046 ], [ 120.2174959, 30.0722322 ], [ 120.2169433, 30.0722485 ], [ 120.2157388, 30.0722932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2171323, 30.0110146 ], [ 120.2161184, 30.0103319 ], [ 120.2159858, 30.0102868 ], [ 120.2158424, 30.0102611 ], [ 120.2155236, 30.0102039 ], [ 120.2141657, 30.0099603 ], [ 120.2138599, 30.0099371 ], [ 120.2137435, 30.009906 ], [ 120.2134737, 30.0099092 ], [ 120.2128045, 30.0099625 ], [ 120.2122897, 30.0100035 ], [ 120.2122468, 30.0100175 ], [ 120.2114474, 30.010077 ], [ 120.2103944, 30.0101554 ], [ 120.2101654, 30.0101289 ], [ 120.2101077, 30.0101367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2101077, 30.0101367 ], [ 120.2101654, 30.0101289 ], [ 120.2103944, 30.0101554 ], [ 120.2114474, 30.010077 ], [ 120.2122468, 30.0100175 ], [ 120.2122897, 30.0100035 ], [ 120.2128045, 30.0099625 ], [ 120.2134737, 30.0099092 ], [ 120.2137435, 30.009906 ], [ 120.2138599, 30.0099371 ], [ 120.2141657, 30.0099603 ], [ 120.2155236, 30.0102039 ], [ 120.2158424, 30.0102611 ], [ 120.2159858, 30.0102868 ], [ 120.2161184, 30.0103319 ], [ 120.2171323, 30.0110146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092765, 30.0246228 ], [ 120.2126093, 30.0254221 ], [ 120.2129448, 30.0255181 ], [ 120.2132591, 30.025608 ], [ 120.2140387, 30.0258756 ], [ 120.2157619, 30.0267026 ], [ 120.2168089, 30.0272043 ], [ 120.217971, 30.0277598 ], [ 120.2209924, 30.029204 ], [ 120.2215777, 30.0294594 ], [ 120.222032, 30.0295973 ], [ 120.2226694, 30.0297262 ], [ 120.2228139, 30.0297554 ], [ 120.2229683, 30.0297735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2229446, 30.0298513 ], [ 120.2224744, 30.0297877 ], [ 120.2222027, 30.0297297 ], [ 120.2220185, 30.0296903 ], [ 120.2216644, 30.0295752 ], [ 120.2213192, 30.0294424 ], [ 120.2212313, 30.0294004 ], [ 120.2189556, 30.0283138 ], [ 120.2183081, 30.0280048 ], [ 120.2178336, 30.0277784 ], [ 120.2167845, 30.0272777 ], [ 120.2141975, 30.0260431 ], [ 120.2134317, 30.0257466 ], [ 120.2132293, 30.0256897 ], [ 120.2126439, 30.0255253 ], [ 120.2125679, 30.025507 ], [ 120.2122355, 30.0254271 ], [ 120.2110416, 30.0251402 ], [ 120.2104225, 30.024993 ], [ 120.2101577, 30.0249301 ], [ 120.2092533, 30.0247151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913363, 30.063286 ], [ 120.1913872, 30.0632802 ], [ 120.1914462, 30.0632785 ], [ 120.1915958, 30.0632414 ], [ 120.1919331, 30.0631305 ], [ 120.1921141, 30.0631096 ], [ 120.1924185, 30.0630887 ], [ 120.1926184, 30.0631108 ], [ 120.1930489, 30.0631897 ], [ 120.1933882, 30.0632652 ], [ 120.1937185, 30.0633028 ], [ 120.1943934, 30.0618318 ], [ 120.1950119, 30.0620547 ], [ 120.1957324, 30.0623264 ], [ 120.1966122, 30.062597 ], [ 120.1967239, 30.0626314 ], [ 120.1972583, 30.0626992 ], [ 120.1973635, 30.0627125 ], [ 120.1975432, 30.0626703 ], [ 120.1976914, 30.0625818 ], [ 120.1977398, 30.0625206 ], [ 120.1980384, 30.0621432 ], [ 120.1983287, 30.0616555 ], [ 120.198774, 30.061018 ], [ 120.1991633, 30.060494 ], [ 120.1993993, 30.0603593 ], [ 120.1997909, 30.0602386 ], [ 120.2002415, 30.0600158 ], [ 120.202221, 30.0584372 ], [ 120.2024939, 30.0582513 ], [ 120.2027253, 30.0580936 ], [ 120.2034065, 30.0578011 ], [ 120.2037123, 30.0574436 ], [ 120.20399, 30.0571844 ], [ 120.2043292, 30.0568678 ], [ 120.2048346, 30.0565535 ], [ 120.2052626, 30.0562874 ], [ 120.2057615, 30.0560646 ], [ 120.2060136, 30.0557024 ], [ 120.2062872, 30.055382 ], [ 120.2069471, 30.0547924 ], [ 120.2073547, 30.0545648 ], [ 120.2076522, 30.0544728 ], [ 120.2078054, 30.0544255 ], [ 120.2082291, 30.054342 ], [ 120.2085077, 30.0543068 ], [ 120.2087066, 30.0542816 ], [ 120.2091035, 30.0541005 ], [ 120.2096668, 30.0536826 ], [ 120.2102086, 30.053353 ], [ 120.2106485, 30.0531487 ], [ 120.2118646, 30.0521477 ], [ 120.2121542, 30.0519093 ], [ 120.2134937, 30.0508067 ], [ 120.2140388, 30.050358 ], [ 120.2142057, 30.0502934 ], [ 120.2144465, 30.0502002 ], [ 120.2149774, 30.0499823 ], [ 120.2150688, 30.0499448 ], [ 120.2157822, 30.0496337 ], [ 120.2160773, 30.0495408 ], [ 120.2163723, 30.0495083 ], [ 120.2167693, 30.0494572 ], [ 120.2170482, 30.0493783 ], [ 120.2179012, 30.0493086 ], [ 120.2184913, 30.0493458 ], [ 120.2194301, 30.0493226 ], [ 120.220342, 30.0493876 ], [ 120.2219245, 30.0494247 ], [ 120.2220533, 30.0494154 ], [ 120.2220962, 30.0493922 ], [ 120.2223215, 30.0492715 ], [ 120.2226648, 30.0491368 ], [ 120.2228204, 30.0490997 ], [ 120.2229323, 30.049092 ], [ 120.2232281, 30.0490718 ], [ 120.2235767, 30.0490625 ], [ 120.2239523, 30.0490254 ], [ 120.2242366, 30.0489557 ], [ 120.2245584, 30.0487607 ], [ 120.224651, 30.0486816 ], [ 120.2251272, 30.0482747 ], [ 120.225803, 30.0476974 ], [ 120.2264628, 30.0471448 ], [ 120.2265312, 30.0470689 ], [ 120.2269188, 30.0466386 ], [ 120.2273479, 30.0461557 ], [ 120.2274552, 30.0459142 ], [ 120.227643, 30.0453245 ], [ 120.2277127, 30.0448555 ], [ 120.2280773, 30.0436338 ], [ 120.2283779, 30.0426265 ], [ 120.2286086, 30.0420321 ], [ 120.2287856, 30.0417257 ], [ 120.2288392, 30.0415585 ], [ 120.2288446, 30.041447 ], [ 120.2288124, 30.0412334 ], [ 120.2286783, 30.0409687 ], [ 120.22863, 30.040807 ], [ 120.2285978, 30.0406994 ], [ 120.2286944, 30.0403882 ], [ 120.2288071, 30.04017 ], [ 120.2289465, 30.0400446 ], [ 120.2290967, 30.0399378 ], [ 120.2293971, 30.0398263 ], [ 120.2297083, 30.0397613 ], [ 120.2300355, 30.0396406 ], [ 120.2311773, 30.0387056 ], [ 120.2313112, 30.0385986 ], [ 120.2318103, 30.0381994 ], [ 120.2326445, 30.0377588 ], [ 120.2331612, 30.0374647 ], [ 120.2336779, 30.0372747 ], [ 120.234952, 30.0368764 ], [ 120.2357921, 30.0365888 ], [ 120.2362049, 30.0364475 ], [ 120.2367216, 30.0362759 ], [ 120.2373996, 30.0361302 ], [ 120.2375523, 30.0360974 ], [ 120.237748, 30.0360553 ], [ 120.2385926, 30.035844 ], [ 120.238654, 30.0358286 ], [ 120.2391424, 30.0356693 ], [ 120.2395671, 30.035559 ], [ 120.2397424, 30.0355221 ], [ 120.240047, 30.035458 ], [ 120.240486, 30.0354897 ], [ 120.2409414, 30.0355073 ], [ 120.2409647, 30.0355047 ], [ 120.2418805, 30.0354017 ], [ 120.2421609, 30.035371 ], [ 120.2423606, 30.035348 ], [ 120.2424134, 30.0353419 ], [ 120.2429175, 30.0353524 ], [ 120.2435643, 30.0354615 ], [ 120.2445188, 30.0356496 ], [ 120.2455941, 30.035905 ], [ 120.2456486, 30.035905 ], [ 120.24596, 30.035905 ], [ 120.246395, 30.0358311 ], [ 120.2467121, 30.035722 ], [ 120.2468829, 30.0354967 ], [ 120.2469198, 30.035397 ], [ 120.2472285, 30.034564 ], [ 120.247445, 30.03385 ], [ 120.2476036, 30.0332967 ], [ 120.247609, 30.0332595 ], [ 120.2477753, 30.0324142 ], [ 120.2478824, 30.0316273 ], [ 120.2478719, 30.0315875 ], [ 120.2479146, 30.0314276 ], [ 120.2479415, 30.0310561 ], [ 120.2480676, 30.0298613 ], [ 120.2481933, 30.0286406 ], [ 120.2482077, 30.0285005 ], [ 120.2482338, 30.0282473 ], [ 120.2484458, 30.0264587 ], [ 120.2484925, 30.0262969 ], [ 120.2486656, 30.0260725 ], [ 120.2489455, 30.0256985 ], [ 120.2490436, 30.0255287 ], [ 120.2490697, 30.0253289 ], [ 120.249085, 30.0252113 ], [ 120.2490627, 30.0247951 ], [ 120.249009, 30.0238709 ], [ 120.2488803, 30.023555 ], [ 120.2485852, 30.023072 ], [ 120.2482794, 30.0225565 ], [ 120.2482043, 30.0223892 ], [ 120.2481936, 30.0220363 ], [ 120.2481078, 30.0218365 ], [ 120.2472816, 30.0204014 ], [ 120.2472816, 30.0203503 ], [ 120.2469925, 30.0196618 ], [ 120.2468954, 30.0194306 ], [ 120.2467076, 30.0188919 ], [ 120.2466839, 30.018798 ], [ 120.246493, 30.0180419 ], [ 120.246037, 30.0163466 ], [ 120.2459662, 30.0162018 ], [ 120.24586, 30.0159844 ], [ 120.2452109, 30.0151855 ], [ 120.2451143, 30.0149347 ], [ 120.2450517, 30.0136778 ], [ 120.2450338, 30.0133184 ], [ 120.2450499, 30.0132719 ], [ 120.2450684, 30.0126211 ], [ 120.2450714, 30.0125148 ], [ 120.2450446, 30.0119807 ], [ 120.2448192, 30.0113583 ], [ 120.2445725, 30.0108428 ], [ 120.2443901, 30.0102204 ], [ 120.2444115, 30.0101693 ], [ 120.2441412, 30.0096509 ], [ 120.244084, 30.0095412 ], [ 120.2440874, 30.0090862 ], [ 120.2440898, 30.0087694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440898, 30.0087694 ], [ 120.2440874, 30.0090862 ], [ 120.244084, 30.0095412 ], [ 120.2441412, 30.0096509 ], [ 120.2444115, 30.0101693 ], [ 120.2443901, 30.0102204 ], [ 120.2445725, 30.0108428 ], [ 120.2448192, 30.0113583 ], [ 120.2450446, 30.0119807 ], [ 120.2450714, 30.0125148 ], [ 120.2450684, 30.0126211 ], [ 120.2450499, 30.0132719 ], [ 120.2450338, 30.0133184 ], [ 120.2450517, 30.0136778 ], [ 120.2451143, 30.0149347 ], [ 120.2452109, 30.0151855 ], [ 120.24586, 30.0159844 ], [ 120.2459662, 30.0162018 ], [ 120.246037, 30.0163466 ], [ 120.246493, 30.0180419 ], [ 120.2466839, 30.018798 ], [ 120.2467076, 30.0188919 ], [ 120.2468954, 30.0194306 ], [ 120.2469925, 30.0196618 ], [ 120.2472816, 30.0203503 ], [ 120.2472816, 30.0204014 ], [ 120.2481078, 30.0218365 ], [ 120.2481936, 30.0220363 ], [ 120.2482043, 30.0223892 ], [ 120.2482794, 30.0225565 ], [ 120.2485852, 30.023072 ], [ 120.2488803, 30.023555 ], [ 120.249009, 30.0238709 ], [ 120.2490627, 30.0247951 ], [ 120.249085, 30.0252113 ], [ 120.2490697, 30.0253289 ], [ 120.2490436, 30.0255287 ], [ 120.2489455, 30.0256985 ], [ 120.2486656, 30.0260725 ], [ 120.2484925, 30.0262969 ], [ 120.2484458, 30.0264587 ], [ 120.2482338, 30.0282473 ], [ 120.2482077, 30.0285005 ], [ 120.2481933, 30.0286406 ], [ 120.2480676, 30.0298613 ], [ 120.2479415, 30.0310561 ], [ 120.2479146, 30.0314276 ], [ 120.2478719, 30.0315875 ], [ 120.2478824, 30.0316273 ], [ 120.2477753, 30.0324142 ], [ 120.247609, 30.0332595 ], [ 120.2476036, 30.0332967 ], [ 120.247445, 30.03385 ], [ 120.2472285, 30.034564 ], [ 120.2469198, 30.035397 ], [ 120.2468829, 30.0354967 ], [ 120.2467121, 30.035722 ], [ 120.246395, 30.0358311 ], [ 120.24596, 30.035905 ], [ 120.2456486, 30.035905 ], [ 120.2455941, 30.035905 ], [ 120.2445188, 30.0356496 ], [ 120.2435643, 30.0354615 ], [ 120.2429175, 30.0353524 ], [ 120.2424134, 30.0353419 ], [ 120.2423606, 30.035348 ], [ 120.2421609, 30.035371 ], [ 120.2418805, 30.0354017 ], [ 120.2409647, 30.0355047 ], [ 120.2409414, 30.0355073 ], [ 120.240486, 30.0354897 ], [ 120.240047, 30.035458 ], [ 120.2397424, 30.0355221 ], [ 120.2395671, 30.035559 ], [ 120.2391424, 30.0356693 ], [ 120.238654, 30.0358286 ], [ 120.2385926, 30.035844 ], [ 120.237748, 30.0360553 ], [ 120.2375523, 30.0360974 ], [ 120.2373996, 30.0361302 ], [ 120.2367216, 30.0362759 ], [ 120.2362049, 30.0364475 ], [ 120.2357921, 30.0365888 ], [ 120.234952, 30.0368764 ], [ 120.2336779, 30.0372747 ], [ 120.2331612, 30.0374647 ], [ 120.2326445, 30.0377588 ], [ 120.2318103, 30.0381994 ], [ 120.2313112, 30.0385986 ], [ 120.2311773, 30.0387056 ], [ 120.2300355, 30.0396406 ], [ 120.2297083, 30.0397613 ], [ 120.2293971, 30.0398263 ], [ 120.2290967, 30.0399378 ], [ 120.2289465, 30.0400446 ], [ 120.2288071, 30.04017 ], [ 120.2286944, 30.0403882 ], [ 120.2285978, 30.0406994 ], [ 120.22863, 30.040807 ], [ 120.2286783, 30.0409687 ], [ 120.2288124, 30.0412334 ], [ 120.2288446, 30.041447 ], [ 120.2288392, 30.0415585 ], [ 120.2287856, 30.0417257 ], [ 120.2286086, 30.0420321 ], [ 120.2283779, 30.0426265 ], [ 120.2280773, 30.0436338 ], [ 120.2277127, 30.0448555 ], [ 120.227643, 30.0453245 ], [ 120.2274552, 30.0459142 ], [ 120.2273479, 30.0461557 ], [ 120.2269188, 30.0466386 ], [ 120.2265312, 30.0470689 ], [ 120.2264628, 30.0471448 ], [ 120.225803, 30.0476974 ], [ 120.2251272, 30.0482747 ], [ 120.224651, 30.0486816 ], [ 120.2245584, 30.0487607 ], [ 120.2242366, 30.0489557 ], [ 120.2239523, 30.0490254 ], [ 120.2235767, 30.0490625 ], [ 120.2232281, 30.0490718 ], [ 120.2229323, 30.049092 ], [ 120.2228204, 30.0490997 ], [ 120.2226648, 30.0491368 ], [ 120.2223215, 30.0492715 ], [ 120.2220962, 30.0493922 ], [ 120.2220533, 30.0494154 ], [ 120.2219245, 30.0494247 ], [ 120.220342, 30.0493876 ], [ 120.2194301, 30.0493226 ], [ 120.2184913, 30.0493458 ], [ 120.2179012, 30.0493086 ], [ 120.2170482, 30.0493783 ], [ 120.2167693, 30.0494572 ], [ 120.2163723, 30.0495083 ], [ 120.2160773, 30.0495408 ], [ 120.2157822, 30.0496337 ], [ 120.2150688, 30.0499448 ], [ 120.2149774, 30.0499823 ], [ 120.2144465, 30.0502002 ], [ 120.2142057, 30.0502934 ], [ 120.2140388, 30.050358 ], [ 120.2134937, 30.0508067 ], [ 120.2121542, 30.0519093 ], [ 120.2118646, 30.0521477 ], [ 120.2106485, 30.0531487 ], [ 120.2102086, 30.053353 ], [ 120.2096668, 30.0536826 ], [ 120.2091035, 30.0541005 ], [ 120.2087066, 30.0542816 ], [ 120.2085077, 30.0543068 ], [ 120.2082291, 30.054342 ], [ 120.2078054, 30.0544255 ], [ 120.2076522, 30.0544728 ], [ 120.2073547, 30.0545648 ], [ 120.2069471, 30.0547924 ], [ 120.2062872, 30.055382 ], [ 120.2060136, 30.0557024 ], [ 120.2057615, 30.0560646 ], [ 120.2052626, 30.0562874 ], [ 120.2048346, 30.0565535 ], [ 120.2043292, 30.0568678 ], [ 120.20399, 30.0571844 ], [ 120.2037123, 30.0574436 ], [ 120.2034065, 30.0578011 ], [ 120.2027253, 30.0580936 ], [ 120.2024939, 30.0582513 ], [ 120.202221, 30.0584372 ], [ 120.2002415, 30.0600158 ], [ 120.1997909, 30.0602386 ], [ 120.1993993, 30.0603593 ], [ 120.1991633, 30.060494 ], [ 120.198774, 30.061018 ], [ 120.1983287, 30.0616555 ], [ 120.1980384, 30.0621432 ], [ 120.1977398, 30.0625206 ], [ 120.1976914, 30.0625818 ], [ 120.1975432, 30.0626703 ], [ 120.1973635, 30.0627125 ], [ 120.1972583, 30.0626992 ], [ 120.1967239, 30.0626314 ], [ 120.1966122, 30.062597 ], [ 120.1957324, 30.0623264 ], [ 120.1950119, 30.0620547 ], [ 120.1943934, 30.0618318 ], [ 120.1937185, 30.0633028 ], [ 120.1933882, 30.0632652 ], [ 120.1930489, 30.0631897 ], [ 120.1926184, 30.0631108 ], [ 120.1924185, 30.0630887 ], [ 120.1921141, 30.0631096 ], [ 120.1919331, 30.0631305 ], [ 120.1915958, 30.0632414 ], [ 120.1914462, 30.0632785 ], [ 120.1913872, 30.0632802 ], [ 120.1913363, 30.063286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东方路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255831, 30.0659438 ], [ 120.2255148, 30.066234 ], [ 120.225344, 30.06645 ], [ 120.2249665, 30.0666939 ], [ 120.2242557, 30.0671919 ], [ 120.2238789, 30.0673683 ], [ 120.2236643, 30.0674426 ], [ 120.2229991, 30.0675354 ], [ 120.2226772, 30.0676097 ], [ 120.2210679, 30.0675354 ], [ 120.2200379, 30.0674611 ], [ 120.2197161, 30.0673497 ], [ 120.2195229, 30.0673497 ], [ 120.219407, 30.0673712 ], [ 120.2192225, 30.0674054 ], [ 120.2168688, 30.0677807 ], [ 120.2167764, 30.0677954 ], [ 120.2163687, 30.0679811 ], [ 120.215847, 30.0683607 ], [ 120.2156807, 30.0684698 ], [ 120.2155439, 30.0685185 ], [ 120.2154028, 30.0685382 ], [ 120.215218, 30.0685695 ], [ 120.2146185, 30.0686217 ], [ 120.2135746, 30.0686391 ], [ 120.2115017, 30.0686735 ], [ 120.2113355, 30.0686763 ], [ 120.2110612, 30.0686877 ], [ 120.210266, 30.0688293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东方路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210266, 30.0688293 ], [ 120.2110612, 30.0686877 ], [ 120.2113355, 30.0686763 ], [ 120.2115017, 30.0686735 ], [ 120.2135746, 30.0686391 ], [ 120.2146185, 30.0686217 ], [ 120.215218, 30.0685695 ], [ 120.2154028, 30.0685382 ], [ 120.2155439, 30.0685185 ], [ 120.2156807, 30.0684698 ], [ 120.215847, 30.0683607 ], [ 120.2163687, 30.0679811 ], [ 120.2167764, 30.0677954 ], [ 120.2168688, 30.0677807 ], [ 120.2192225, 30.0674054 ], [ 120.219407, 30.0673712 ], [ 120.2195229, 30.0673497 ], [ 120.2197161, 30.0673497 ], [ 120.2200379, 30.0674611 ], [ 120.2210679, 30.0675354 ], [ 120.2226772, 30.0676097 ], [ 120.2229991, 30.0675354 ], [ 120.2236643, 30.0674426 ], [ 120.2238789, 30.0673683 ], [ 120.2242557, 30.0671919 ], [ 120.2249665, 30.0666939 ], [ 120.225344, 30.06645 ], [ 120.2255148, 30.066234 ], [ 120.2255831, 30.0659438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181984, 30.1178259 ], [ 120.2180843, 30.117795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180843, 30.117795 ], [ 120.2181984, 30.1178259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X412" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092533, 30.0247151 ], [ 120.2092765, 30.0246228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X412" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092765, 30.0246228 ], [ 120.2092533, 30.0247151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048922, 30.0692818 ], [ 120.2062279, 30.0692286 ], [ 120.2070004, 30.0691799 ], [ 120.2081256, 30.0690592 ], [ 120.2085601, 30.069 ], [ 120.2092649, 30.0689127 ], [ 120.2101439, 30.0688038 ], [ 120.210266, 30.0688293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210266, 30.0688293 ], [ 120.2101734, 30.0688781 ], [ 120.2097979, 30.0689292 ], [ 120.20927, 30.068995 ], [ 120.2085673, 30.0690827 ], [ 120.2067938, 30.0692681 ], [ 120.2061313, 30.0693307 ], [ 120.2048951, 30.0693689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2157388, 30.0722932 ], [ 120.2153931, 30.072343 ], [ 120.2110517, 30.0728926 ], [ 120.2090146, 30.0731341 ], [ 120.2078442, 30.0732414 ], [ 120.2054951, 30.0733419 ], [ 120.2050154, 30.0733471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2050154, 30.0733471 ], [ 120.2054951, 30.0733419 ], [ 120.2078442, 30.0732414 ], [ 120.2090146, 30.0731341 ], [ 120.2110517, 30.0728926 ], [ 120.2153931, 30.072343 ], [ 120.2157388, 30.0722932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180843, 30.117795 ], [ 120.2177032, 30.1177174 ], [ 120.2171024, 30.1174947 ], [ 120.2165874, 30.1172534 ], [ 120.215021, 30.116381 ], [ 120.2148603, 30.1162997 ], [ 120.2136262, 30.1156757 ], [ 120.2132321, 30.1155313 ], [ 120.2130704, 30.1154721 ], [ 120.2125533, 30.1153416 ], [ 120.2120598, 30.1152859 ], [ 120.2115019, 30.1152488 ], [ 120.2031258, 30.1156056 ], [ 120.2025678, 30.1156345 ], [ 120.2002894, 30.1157363 ], [ 120.1992946, 30.1157245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992946, 30.1157245 ], [ 120.2002894, 30.1157363 ], [ 120.2025678, 30.1156345 ], [ 120.2031258, 30.1156056 ], [ 120.2115019, 30.1152488 ], [ 120.2120598, 30.1152859 ], [ 120.2125533, 30.1153416 ], [ 120.2130704, 30.1154721 ], [ 120.2132321, 30.1155313 ], [ 120.2136262, 30.1156757 ], [ 120.2148603, 30.1162997 ], [ 120.215021, 30.116381 ], [ 120.2165874, 30.1172534 ], [ 120.2171024, 30.1174947 ], [ 120.2177032, 30.1177174 ], [ 120.2180843, 30.117795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2118928, 30.144453 ], [ 120.2118648, 30.144296 ], [ 120.211801, 30.1440786 ], [ 120.211705, 30.1438758 ], [ 120.2116859, 30.1438384 ], [ 120.2116071, 30.1436845 ], [ 120.2114769, 30.1434092 ], [ 120.2114019, 30.1432507 ], [ 120.2112718, 30.1430698 ], [ 120.2110974, 30.1428796 ], [ 120.2109687, 30.1427381 ], [ 120.2108011, 30.1426198 ], [ 120.2105449, 30.1425038 ], [ 120.2103478, 30.1424273 ], [ 120.2101748, 30.142374 ], [ 120.2100165, 30.1423438 ], [ 120.2098636, 30.1423322 ], [ 120.2096102, 30.142338 ], [ 120.209413, 30.1423334 ], [ 120.2091703, 30.1423531 ], [ 120.2082328, 30.1424818 ], [ 120.2077246, 30.1425224 ], [ 120.207219, 30.142483 ], [ 120.2070957, 30.1424569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070957, 30.1424569 ], [ 120.207219, 30.142483 ], [ 120.2077246, 30.1425224 ], [ 120.2082328, 30.1424818 ], [ 120.2091703, 30.1423531 ], [ 120.209413, 30.1423334 ], [ 120.2096102, 30.142338 ], [ 120.2098636, 30.1423322 ], [ 120.2100165, 30.1423438 ], [ 120.2101748, 30.142374 ], [ 120.2103478, 30.1424273 ], [ 120.2105449, 30.1425038 ], [ 120.2108011, 30.1426198 ], [ 120.2109687, 30.1427381 ], [ 120.2110974, 30.1428796 ], [ 120.2112718, 30.1430698 ], [ 120.2114019, 30.1432507 ], [ 120.2114769, 30.1434092 ], [ 120.2116071, 30.1436845 ], [ 120.2116859, 30.1438384 ], [ 120.211705, 30.1438758 ], [ 120.211801, 30.1440786 ], [ 120.2118648, 30.144296 ], [ 120.2118928, 30.144453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255831, 30.0659438 ], [ 120.2252448, 30.0659022 ], [ 120.2249658, 30.065937 ], [ 120.2248089, 30.065999 ], [ 120.2245818, 30.066188 ], [ 120.2245523, 30.0663083 ], [ 120.2245662, 30.0664941 ], [ 120.2247097, 30.0666485 ], [ 120.2255462, 30.0672806 ], [ 120.2257523, 30.0674464 ], [ 120.2259379, 30.0676345 ], [ 120.2261645, 30.0681643 ], [ 120.2263417, 30.0687946 ], [ 120.2263683, 30.0689989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263683, 30.0689989 ], [ 120.2263417, 30.0687946 ], [ 120.2261645, 30.0681643 ], [ 120.2259379, 30.0676345 ], [ 120.2257523, 30.0674464 ], [ 120.2255462, 30.0672806 ], [ 120.2247097, 30.0666485 ], [ 120.2245662, 30.0664941 ], [ 120.2245523, 30.0663083 ], [ 120.2245818, 30.066188 ], [ 120.2248089, 30.065999 ], [ 120.2249658, 30.065937 ], [ 120.2252448, 30.0659022 ], [ 120.2255831, 30.0659438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2157388, 30.0722932 ], [ 120.2179784, 30.0720057 ], [ 120.2194295, 30.0718156 ], [ 120.220532, 30.0715487 ], [ 120.221397, 30.0712541 ], [ 120.2224268, 30.070801 ], [ 120.226036, 30.069113 ], [ 120.2263683, 30.0689989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231602, 30.114367 ], [ 120.2298053, 30.1143949 ], [ 120.2291186, 30.1144506 ], [ 120.2283891, 30.1145991 ], [ 120.2271445, 30.1150817 ], [ 120.2257316, 30.1157054 ], [ 120.2253239, 30.115891 ], [ 120.2249185, 30.1160698 ], [ 120.221351, 30.1176431 ], [ 120.2204927, 30.1178287 ], [ 120.219806, 30.1179215 ], [ 120.2193788, 30.1179338 ], [ 120.2191623, 30.1179401 ], [ 120.2184327, 30.1178659 ], [ 120.2181984, 30.1178259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181984, 30.1178259 ], [ 120.2184327, 30.1178659 ], [ 120.2191623, 30.1179401 ], [ 120.2193788, 30.1179338 ], [ 120.219806, 30.1179215 ], [ 120.2204927, 30.1178287 ], [ 120.221351, 30.1176431 ], [ 120.2249185, 30.1160698 ], [ 120.2253239, 30.115891 ], [ 120.2257316, 30.1157054 ], [ 120.2271445, 30.1150817 ], [ 120.2283891, 30.1145991 ], [ 120.2291186, 30.1144506 ], [ 120.2298053, 30.1143949 ], [ 120.231602, 30.114367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181643, 30.1205283 ], [ 120.2185335, 30.1206824 ], [ 120.2187375, 30.1207777 ], [ 120.2193391, 30.1211067 ], [ 120.2197775, 30.1212824 ], [ 120.2202521, 30.1213932 ], [ 120.2206863, 30.1214339 ], [ 120.2249377, 30.1214874 ], [ 120.2292105, 30.1215412 ], [ 120.2321132, 30.1215777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321132, 30.1215777 ], [ 120.2292105, 30.1215412 ], [ 120.2249377, 30.1214874 ], [ 120.2206863, 30.1214339 ], [ 120.2202521, 30.1213932 ], [ 120.2197775, 30.1212824 ], [ 120.2193391, 30.1211067 ], [ 120.2187375, 30.1207777 ], [ 120.2185335, 30.1206824 ], [ 120.2181643, 30.1205283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "越王路", "仙人桥", "飞龙桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2310383, 30.1609993 ], [ 120.2308515, 30.160827 ], [ 120.230743, 30.1606524 ], [ 120.2306787, 30.1604901 ], [ 120.2306251, 30.1602767 ], [ 120.2305929, 30.160068 ], [ 120.2305822, 30.1598871 ], [ 120.2305929, 30.1596877 ], [ 120.2305929, 30.1595021 ], [ 120.2305824, 30.1594142 ], [ 120.2305714, 30.1593213 ], [ 120.2305065, 30.1591452 ], [ 120.2304212, 30.1590105 ], [ 120.2302764, 30.1588899 ], [ 120.2300806, 30.1587417 ], [ 120.2298794, 30.1586116 ], [ 120.229697, 30.1585235 ], [ 120.2295361, 30.1584771 ], [ 120.2293054, 30.1584446 ], [ 120.2290104, 30.1584493 ], [ 120.2287154, 30.1584539 ], [ 120.2285222, 30.1584353 ], [ 120.2282916, 30.1583472 ], [ 120.2280861, 30.1581352 ], [ 120.2278426, 30.15783 ], [ 120.227772, 30.1576872 ], [ 120.2277627, 30.1576634 ], [ 120.22768, 30.157452 ], [ 120.2276317, 30.1572201 ], [ 120.2276049, 30.1569279 ], [ 120.2275513, 30.1566821 ], [ 120.2274815, 30.1563574 ], [ 120.2274477, 30.1561489 ], [ 120.2274654, 30.1558657 ], [ 120.2275298, 30.155592 ], [ 120.2275566, 30.1552673 ], [ 120.2275205, 30.1550828 ], [ 120.22751, 30.1550293 ], [ 120.2274976, 30.1549658 ], [ 120.2273995, 30.1546367 ], [ 120.227347, 30.1545509 ], [ 120.2272348, 30.1543675 ], [ 120.226988, 30.1540057 ], [ 120.2269031, 30.1538985 ], [ 120.2266393, 30.153565 ], [ 120.2263376, 30.1532559 ], [ 120.2259892, 30.1529247 ], [ 120.2256147, 30.1526095 ], [ 120.2251158, 30.1522338 ], [ 120.2245096, 30.1517606 ], [ 120.2241824, 30.1515241 ], [ 120.2237747, 30.1511947 ], [ 120.2234368, 30.1509952 ], [ 120.2230773, 30.1508375 ], [ 120.2228145, 30.1507494 ], [ 120.2224819, 30.1506659 ], [ 120.2220957, 30.150601 ], [ 120.2216397, 30.150587 ], [ 120.2212266, 30.1505824 ], [ 120.2210335, 30.1505592 ], [ 120.2208779, 30.1505082 ], [ 120.2205566, 30.1503792 ], [ 120.2201752, 30.150202 ], [ 120.2199858, 30.1500677 ], [ 120.2198802, 30.149933 ], [ 120.2198068, 30.1498029 ], [ 120.2197729, 30.1497428 ], [ 120.21973, 30.1495201 ], [ 120.2196817, 30.1492418 ], [ 120.2196334, 30.1489681 ], [ 120.2195583, 30.1487176 ], [ 120.21951, 30.1486017 ], [ 120.2193655, 30.1483745 ], [ 120.2192153, 30.1482353 ], [ 120.2190136, 30.1480452 ], [ 120.2188527, 30.147906 ], [ 120.2185716, 30.1477344 ], [ 120.2183016, 30.1476386 ], [ 120.2181661, 30.1475906 ], [ 120.2179128, 30.1475268 ], [ 120.2178528, 30.1475117 ], [ 120.2174687, 30.1474885 ], [ 120.2171447, 30.1474931 ], [ 120.216737, 30.1475303 ], [ 120.2163314, 30.1476555 ], [ 120.2159216, 30.147688 ], [ 120.2156855, 30.1476509 ], [ 120.215444, 30.1475986 ], [ 120.2153851, 30.1475859 ], [ 120.215044, 30.1474236 ], [ 120.214765, 30.147238 ], [ 120.2145129, 30.1470014 ], [ 120.2144002, 30.1469318 ], [ 120.2141588, 30.1468112 ], [ 120.2139443, 30.1466721 ], [ 120.2137705, 30.1465422 ], [ 120.2136417, 30.1464216 ], [ 120.21344, 30.1461989 ], [ 120.2132791, 30.1460644 ], [ 120.2130859, 30.1459998 ], [ 120.212884, 30.1459806 ], [ 120.2126529, 30.1459908 ], [ 120.2124829, 30.1460257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "越王路", "仙人桥", "飞龙桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2124829, 30.1460257 ], [ 120.2126529, 30.1459908 ], [ 120.212884, 30.1459806 ], [ 120.2130859, 30.1459998 ], [ 120.2132791, 30.1460644 ], [ 120.21344, 30.1461989 ], [ 120.2136417, 30.1464216 ], [ 120.2137705, 30.1465422 ], [ 120.2139443, 30.1466721 ], [ 120.2141588, 30.1468112 ], [ 120.2144002, 30.1469318 ], [ 120.2145129, 30.1470014 ], [ 120.214765, 30.147238 ], [ 120.215044, 30.1474236 ], [ 120.2153851, 30.1475859 ], [ 120.215444, 30.1475986 ], [ 120.2156855, 30.1476509 ], [ 120.2159216, 30.147688 ], [ 120.2163314, 30.1476555 ], [ 120.216737, 30.1475303 ], [ 120.2171447, 30.1474931 ], [ 120.2174687, 30.1474885 ], [ 120.2178528, 30.1475117 ], [ 120.2179128, 30.1475268 ], [ 120.2181661, 30.1475906 ], [ 120.2183016, 30.1476386 ], [ 120.2185716, 30.1477344 ], [ 120.2188527, 30.147906 ], [ 120.2190136, 30.1480452 ], [ 120.2192153, 30.1482353 ], [ 120.2193655, 30.1483745 ], [ 120.21951, 30.1486017 ], [ 120.2195583, 30.1487176 ], [ 120.2196334, 30.1489681 ], [ 120.2196817, 30.1492418 ], [ 120.21973, 30.1495201 ], [ 120.2197729, 30.1497428 ], [ 120.2198068, 30.1498029 ], [ 120.2198802, 30.149933 ], [ 120.2199858, 30.1500677 ], [ 120.2201752, 30.150202 ], [ 120.2205566, 30.1503792 ], [ 120.2208779, 30.1505082 ], [ 120.2210335, 30.1505592 ], [ 120.2212266, 30.1505824 ], [ 120.2216397, 30.150587 ], [ 120.2220957, 30.150601 ], [ 120.2224819, 30.1506659 ], [ 120.2228145, 30.1507494 ], [ 120.2230773, 30.1508375 ], [ 120.2234368, 30.1509952 ], [ 120.2237747, 30.1511947 ], [ 120.2241824, 30.1515241 ], [ 120.2245096, 30.1517606 ], [ 120.2251158, 30.1522338 ], [ 120.2256147, 30.1526095 ], [ 120.2259892, 30.1529247 ], [ 120.2263376, 30.1532559 ], [ 120.2266393, 30.153565 ], [ 120.2269031, 30.1538985 ], [ 120.226988, 30.1540057 ], [ 120.2272348, 30.1543675 ], [ 120.227347, 30.1545509 ], [ 120.2273995, 30.1546367 ], [ 120.2274976, 30.1549658 ], [ 120.22751, 30.1550293 ], [ 120.2275205, 30.1550828 ], [ 120.2275566, 30.1552673 ], [ 120.2275298, 30.155592 ], [ 120.2274654, 30.1558657 ], [ 120.2274477, 30.1561489 ], [ 120.2274815, 30.1563574 ], [ 120.2275513, 30.1566821 ], [ 120.2276049, 30.1569279 ], [ 120.2276317, 30.1572201 ], [ 120.22768, 30.157452 ], [ 120.2277627, 30.1576634 ], [ 120.227772, 30.1576872 ], [ 120.2278426, 30.15783 ], [ 120.2280861, 30.1581352 ], [ 120.2282916, 30.1583472 ], [ 120.2285222, 30.1584353 ], [ 120.2287154, 30.1584539 ], [ 120.2290104, 30.1584493 ], [ 120.2293054, 30.1584446 ], [ 120.2295361, 30.1584771 ], [ 120.229697, 30.1585235 ], [ 120.2298794, 30.1586116 ], [ 120.2300806, 30.1587417 ], [ 120.2302764, 30.1588899 ], [ 120.2304212, 30.1590105 ], [ 120.2305065, 30.1591452 ], [ 120.2305714, 30.1593213 ], [ 120.2305824, 30.1594142 ], [ 120.2305929, 30.1595021 ], [ 120.2305929, 30.1596877 ], [ 120.2305822, 30.1598871 ], [ 120.2305929, 30.160068 ], [ 120.2306251, 30.1602767 ], [ 120.2306787, 30.1604901 ], [ 120.230743, 30.1606524 ], [ 120.2308515, 30.160827 ], [ 120.2310383, 30.1609993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220413, 30.1675725 ], [ 120.2220545, 30.16749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322444, 30.1215906 ], [ 120.2321132, 30.1215777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321132, 30.1215777 ], [ 120.2322444, 30.1215906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232403, 30.1215871 ], [ 120.2322444, 30.1215906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322444, 30.1215906 ], [ 120.232403, 30.1215871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325526, 30.1215972 ], [ 120.232403, 30.1215871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232403, 30.1215871 ], [ 120.2325526, 30.1215972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325526, 30.1215972 ], [ 120.2327877, 30.122389 ], [ 120.23333, 30.1235776 ], [ 120.2340078, 30.1247875 ], [ 120.2352218, 30.1268128 ], [ 120.2358441, 30.1279533 ], [ 120.2363433, 30.1289393 ], [ 120.2365052, 30.1292904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2183562, 30.1412164 ], [ 120.2185603, 30.1415089 ], [ 120.2195901, 30.1430544 ], [ 120.2199007, 30.1435838 ], [ 120.2201662, 30.1439332 ], [ 120.220413, 30.1443357 ], [ 120.2204959, 30.1445607 ], [ 120.2205481, 30.1446969 ], [ 120.2207168, 30.145183 ], [ 120.2208999, 30.1455582 ], [ 120.2209314, 30.1456227 ], [ 120.2211996, 30.1459809 ], [ 120.2214464, 30.1462314 ], [ 120.221779, 30.1464447 ], [ 120.2220898, 30.1465567 ], [ 120.2221652, 30.1465839 ], [ 120.2225407, 30.1466489 ], [ 120.2234956, 30.1466581 ], [ 120.2235268, 30.1466596 ], [ 120.2251693, 30.1467361 ], [ 120.2254697, 30.1468196 ], [ 120.2254903, 30.1468306 ], [ 120.2271326, 30.1477065 ], [ 120.2271498, 30.1477164 ], [ 120.2276157, 30.1479841 ], [ 120.2284952, 30.1484895 ], [ 120.2289029, 30.1487827 ], [ 120.2297827, 30.1497847 ], [ 120.2308019, 30.1509072 ], [ 120.2315529, 30.1517236 ], [ 120.2318211, 30.1519927 ], [ 120.2320894, 30.152219 ], [ 120.2321633, 30.1522675 ], [ 120.2331301, 30.1529018 ], [ 120.2335592, 30.1533471 ], [ 120.2340336, 30.1538449 ], [ 120.2344568, 30.1542699 ], [ 120.2345311, 30.1543336 ], [ 120.2346991, 30.1544772 ], [ 120.2350437, 30.1547162 ], [ 120.2353452, 30.1549016 ], [ 120.235541, 30.1550217 ], [ 120.2364371, 30.1555734 ], [ 120.2367699, 30.1557704 ], [ 120.2369978, 30.1559078 ], [ 120.2372459, 30.1559314 ], [ 120.23754, 30.1559631 ], [ 120.2378188, 30.1559915 ], [ 120.2381015, 30.155976 ], [ 120.2383769, 30.1559353 ], [ 120.2385604, 30.1558471 ], [ 120.2386928, 30.1557588 ], [ 120.2388919, 30.1556106 ], [ 120.2392253, 30.1553228 ], [ 120.2394719, 30.1551189 ], [ 120.2396454, 30.1550228 ], [ 120.239806, 30.1550074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239806, 30.1550074 ], [ 120.2396454, 30.1550228 ], [ 120.2394719, 30.1551189 ], [ 120.2392253, 30.1553228 ], [ 120.2388919, 30.1556106 ], [ 120.2386928, 30.1557588 ], [ 120.2385604, 30.1558471 ], [ 120.2383769, 30.1559353 ], [ 120.2381015, 30.155976 ], [ 120.2378188, 30.1559915 ], [ 120.23754, 30.1559631 ], [ 120.2372459, 30.1559314 ], [ 120.2369978, 30.1559078 ], [ 120.2367699, 30.1557704 ], [ 120.2364371, 30.1555734 ], [ 120.235541, 30.1550217 ], [ 120.2353452, 30.1549016 ], [ 120.2350437, 30.1547162 ], [ 120.2346991, 30.1544772 ], [ 120.2345311, 30.1543336 ], [ 120.2344568, 30.1542699 ], [ 120.2340336, 30.1538449 ], [ 120.2335592, 30.1533471 ], [ 120.2331301, 30.1529018 ], [ 120.2321633, 30.1522675 ], [ 120.2320894, 30.152219 ], [ 120.2318211, 30.1519927 ], [ 120.2315529, 30.1517236 ], [ 120.2308019, 30.1509072 ], [ 120.2297827, 30.1497847 ], [ 120.2289029, 30.1487827 ], [ 120.2284952, 30.1484895 ], [ 120.2276157, 30.1479841 ], [ 120.2271498, 30.1477164 ], [ 120.2271326, 30.1477065 ], [ 120.2254903, 30.1468306 ], [ 120.2254697, 30.1468196 ], [ 120.2251693, 30.1467361 ], [ 120.2235268, 30.1466596 ], [ 120.2234956, 30.1466581 ], [ 120.2225407, 30.1466489 ], [ 120.2221652, 30.1465839 ], [ 120.2220898, 30.1465567 ], [ 120.221779, 30.1464447 ], [ 120.2214464, 30.1462314 ], [ 120.2211996, 30.1459809 ], [ 120.2209314, 30.1456227 ], [ 120.2208999, 30.1455582 ], [ 120.2207168, 30.145183 ], [ 120.2205481, 30.1446969 ], [ 120.2204959, 30.1445607 ], [ 120.220413, 30.1443357 ], [ 120.2201662, 30.1439332 ], [ 120.2199007, 30.1435838 ], [ 120.2195901, 30.1430544 ], [ 120.2185603, 30.1415089 ], [ 120.2183562, 30.1412164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "望越桥", "湘湖岭隧道", "风情大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302261, 30.1642272 ], [ 120.2302343, 30.1637313 ], [ 120.2302788, 30.1632897 ], [ 120.2308461, 30.1617108 ], [ 120.2310534, 30.1613294 ], [ 120.2311474, 30.1609303 ], [ 120.2311881, 30.1606355 ], [ 120.2313424, 30.1603038 ], [ 120.231491, 30.1600768 ], [ 120.2317048, 30.1598365 ], [ 120.2318504, 30.1597725 ], [ 120.2321624, 30.1597157 ], [ 120.2324015, 30.1597379 ], [ 120.2325145, 30.1597616 ], [ 120.23266, 30.1597084 ], [ 120.2328116, 30.1596021 ], [ 120.2338382, 30.1586535 ], [ 120.2343472, 30.1581415 ], [ 120.2349834, 30.1574937 ], [ 120.2363854, 30.1561061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862319, 30.0520492 ], [ 120.1853724, 30.0520988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1866122, 30.0586314 ], [ 120.1862623, 30.0583439 ], [ 120.1857384, 30.0555274 ], [ 120.1858182, 30.0553325 ], [ 120.186033, 30.0548081 ], [ 120.1859548, 30.0545311 ], [ 120.1858291, 30.054086 ], [ 120.1860411, 30.0528195 ], [ 120.1862319, 30.0520492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862319, 30.0520492 ], [ 120.1860411, 30.0528195 ], [ 120.1858291, 30.054086 ], [ 120.1859548, 30.0545311 ], [ 120.186033, 30.0548081 ], [ 120.1858182, 30.0553325 ], [ 120.1857384, 30.0555274 ], [ 120.1862623, 30.0583439 ], [ 120.1866122, 30.0586314 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185277, 30.0508791 ], [ 120.185277, 30.0510927 ], [ 120.1852127, 30.0512691 ], [ 120.1852127, 30.0514363 ], [ 120.1852234, 30.0518077 ], [ 120.1852663, 30.0521049 ], [ 120.1851483, 30.0522628 ], [ 120.1850303, 30.0525228 ], [ 120.1850196, 30.05282 ], [ 120.1847513, 30.055123 ], [ 120.1848267, 30.0555504 ], [ 120.184919, 30.0560736 ], [ 120.1849631, 30.0563235 ], [ 120.1850839, 30.0570081 ], [ 120.1852929, 30.0581395 ], [ 120.1853132, 30.0582491 ], [ 120.1853271, 30.0583245 ], [ 120.1855674, 30.0599365 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "春永线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855674, 30.0599365 ], [ 120.1853271, 30.0583245 ], [ 120.1853132, 30.0582491 ], [ 120.1852929, 30.0581395 ], [ 120.1850839, 30.0570081 ], [ 120.1849631, 30.0563235 ], [ 120.184919, 30.0560736 ], [ 120.1848267, 30.0555504 ], [ 120.1847513, 30.055123 ], [ 120.1850196, 30.05282 ], [ 120.1850303, 30.0525228 ], [ 120.1851483, 30.0522628 ], [ 120.1852663, 30.0521049 ], [ 120.1852234, 30.0518077 ], [ 120.1852127, 30.0514363 ], [ 120.1852127, 30.0512691 ], [ 120.185277, 30.0510927 ], [ 120.185277, 30.0508791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855674, 30.0599365 ], [ 120.1861202, 30.0629352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861202, 30.0629352 ], [ 120.1855674, 30.0599365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869757, 30.0619401 ], [ 120.1870498, 30.0622634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870498, 30.0622634 ], [ 120.1869757, 30.0619401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870498, 30.0622634 ], [ 120.1871939, 30.0623933 ], [ 120.1873693, 30.0625166 ], [ 120.1875476, 30.0626098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875476, 30.0626098 ], [ 120.1873693, 30.0625166 ], [ 120.1871939, 30.0623933 ], [ 120.1870498, 30.0622634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870498, 30.0622634 ], [ 120.1871348, 30.0626343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871348, 30.0626343 ], [ 120.1870498, 30.0622634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871348, 30.0626343 ], [ 120.1875476, 30.0626098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875476, 30.0626098 ], [ 120.1871348, 30.0626343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872752, 30.0632471 ], [ 120.1873093, 30.0628923 ], [ 120.1875476, 30.0626098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875476, 30.0626098 ], [ 120.1873093, 30.0628923 ], [ 120.1872752, 30.0632471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872752, 30.0632471 ], [ 120.1871348, 30.0626343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871348, 30.0626343 ], [ 120.1872752, 30.0632471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913363, 30.063286 ], [ 120.1911754, 30.0632957 ], [ 120.1897075, 30.0633843 ], [ 120.1887549, 30.0627542 ], [ 120.1882357, 30.0625694 ], [ 120.1875476, 30.0626098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875476, 30.0626098 ], [ 120.1882357, 30.0625694 ], [ 120.1887549, 30.0627542 ], [ 120.1897075, 30.0633843 ], [ 120.1911754, 30.0632957 ], [ 120.1913363, 30.063286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872752, 30.0632471 ], [ 120.1881044, 30.0669214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881044, 30.0669214 ], [ 120.1872752, 30.0632471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913363, 30.063286 ], [ 120.1912471, 30.063336 ], [ 120.1911029, 30.0634578 ], [ 120.1908374, 30.06369 ], [ 120.1905933, 30.0639639 ], [ 120.1904805, 30.0641163 ], [ 120.1902467, 30.0641873 ], [ 120.1901774, 30.0642084 ], [ 120.1898089, 30.0642779 ], [ 120.1893605, 30.0643556 ], [ 120.1888685, 30.0644056 ], [ 120.1877929, 30.0645417 ], [ 120.1879213, 30.0651758 ], [ 120.1882512, 30.0668058 ], [ 120.1881044, 30.0669214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881044, 30.0669214 ], [ 120.1882512, 30.0668058 ], [ 120.1879213, 30.0651758 ], [ 120.1877929, 30.0645417 ], [ 120.1888685, 30.0644056 ], [ 120.1893605, 30.0643556 ], [ 120.1898089, 30.0642779 ], [ 120.1901774, 30.0642084 ], [ 120.1902467, 30.0641873 ], [ 120.1904805, 30.0641163 ], [ 120.1905933, 30.0639639 ], [ 120.1908374, 30.06369 ], [ 120.1911029, 30.0634578 ], [ 120.1912471, 30.063336 ], [ 120.1913363, 30.063286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861202, 30.0629352 ], [ 120.1870114, 30.0673043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870114, 30.0673043 ], [ 120.1861202, 30.0629352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881044, 30.0669214 ], [ 120.1879245, 30.0670048 ], [ 120.1870114, 30.0673043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870114, 30.0673043 ], [ 120.1879245, 30.0670048 ], [ 120.1881044, 30.0669214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1839731, 30.0696023 ], [ 120.1857486, 30.0678452 ], [ 120.1859536, 30.0677485 ], [ 120.1862936, 30.0675882 ], [ 120.1870114, 30.0673043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862319, 30.0520492 ], [ 120.1865441, 30.0509546 ], [ 120.1872095, 30.0495271 ], [ 120.1878293, 30.048465 ], [ 120.1881817, 30.0475441 ], [ 120.1881738, 30.0469928 ], [ 120.1887715, 30.0463454 ], [ 120.1891481, 30.0456606 ], [ 120.1890714, 30.0448169 ], [ 120.188858, 30.0437482 ], [ 120.188926, 30.0425512 ], [ 120.188923, 30.0423037 ], [ 120.1888865, 30.0392969 ], [ 120.1888452, 30.0372563 ], [ 120.188783, 30.0357138 ], [ 120.189258, 30.0348978 ], [ 120.1899927, 30.0342948 ], [ 120.1904343, 30.0333555 ], [ 120.1914544, 30.0325541 ], [ 120.1927516, 30.0315682 ], [ 120.1937477, 30.031784 ], [ 120.193787, 30.031734 ], [ 120.1946667, 30.0306156 ], [ 120.1956976, 30.0293383 ], [ 120.1965773, 30.0284651 ], [ 120.1969864, 30.0276195 ], [ 120.1973315, 30.0268016 ], [ 120.1979298, 30.0256333 ], [ 120.1984125, 30.0245486 ], [ 120.1990175, 30.0240951 ], [ 120.1993359, 30.0228251 ], [ 120.1995347, 30.0219875 ], [ 120.1997244, 30.0216589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "X412", "春永线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862319, 30.0520492 ], [ 120.1887532, 30.0518077 ], [ 120.1900952, 30.0517325 ], [ 120.190218, 30.0517256 ], [ 120.194437, 30.051489 ], [ 120.1957157, 30.0514173 ], [ 120.1959509, 30.0514041 ], [ 120.1961565, 30.0513925 ], [ 120.1962464, 30.0513875 ], [ 120.1963169, 30.0513835 ], [ 120.1963707, 30.0513805 ], [ 120.196832, 30.0513155 ], [ 120.1971324, 30.0512041 ], [ 120.1973358, 30.0511019 ], [ 120.197465, 30.0510369 ], [ 120.1977654, 30.0508048 ], [ 120.1980336, 30.0505355 ], [ 120.1982482, 30.0502661 ], [ 120.1984112, 30.0497255 ], [ 120.1982122, 30.0475485 ], [ 120.1981771, 30.0471646 ], [ 120.1981556, 30.0469289 ], [ 120.1977958, 30.0429919 ], [ 120.1978791, 30.0422568 ], [ 120.1979346, 30.0417676 ], [ 120.1984421, 30.0412546 ], [ 120.1985457, 30.0411499 ], [ 120.198656, 30.0410384 ], [ 120.1989435, 30.0407478 ], [ 120.1991638, 30.0405723 ], [ 120.2011978, 30.0389519 ], [ 120.2024046, 30.0372951 ], [ 120.2031944, 30.036211 ], [ 120.2033179, 30.0360413 ], [ 120.2035193, 30.0357649 ], [ 120.2038363, 30.0352667 ], [ 120.2040567, 30.0349204 ], [ 120.2045482, 30.0341481 ], [ 120.2049686, 30.0334874 ], [ 120.2049945, 30.0334467 ], [ 120.2065157, 30.0310561 ], [ 120.2068603, 30.030603 ], [ 120.2070844, 30.0303083 ], [ 120.2071862, 30.0301749 ], [ 120.2076906, 30.0295141 ], [ 120.2079531, 30.0291661 ], [ 120.2082056, 30.0288313 ], [ 120.2082914, 30.0287709 ], [ 120.2083022, 30.0287198 ], [ 120.2085221, 30.0283668 ], [ 120.2088011, 30.0276887 ], [ 120.2092179, 30.0249477 ], [ 120.2092533, 30.0247151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "X412", "春永线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092533, 30.0247151 ], [ 120.2092179, 30.0249477 ], [ 120.2088011, 30.0276887 ], [ 120.2085221, 30.0283668 ], [ 120.2083022, 30.0287198 ], [ 120.2082914, 30.0287709 ], [ 120.2082056, 30.0288313 ], [ 120.2079531, 30.0291661 ], [ 120.2076906, 30.0295141 ], [ 120.2071862, 30.0301749 ], [ 120.2070844, 30.0303083 ], [ 120.2068603, 30.030603 ], [ 120.2065157, 30.0310561 ], [ 120.2049945, 30.0334467 ], [ 120.2049686, 30.0334874 ], [ 120.2045482, 30.0341481 ], [ 120.2040567, 30.0349204 ], [ 120.2038363, 30.0352667 ], [ 120.2035193, 30.0357649 ], [ 120.2033179, 30.0360413 ], [ 120.2031944, 30.036211 ], [ 120.2024046, 30.0372951 ], [ 120.2011978, 30.0389519 ], [ 120.1991638, 30.0405723 ], [ 120.1989435, 30.0407478 ], [ 120.198656, 30.0410384 ], [ 120.1985457, 30.0411499 ], [ 120.1984421, 30.0412546 ], [ 120.1979346, 30.0417676 ], [ 120.1978791, 30.0422568 ], [ 120.1977958, 30.0429919 ], [ 120.1981556, 30.0469289 ], [ 120.1981771, 30.0471646 ], [ 120.1982122, 30.0475485 ], [ 120.1984112, 30.0497255 ], [ 120.1982482, 30.0502661 ], [ 120.1980336, 30.0505355 ], [ 120.1977654, 30.0508048 ], [ 120.197465, 30.0510369 ], [ 120.1973358, 30.0511019 ], [ 120.1971324, 30.0512041 ], [ 120.196832, 30.0513155 ], [ 120.1963707, 30.0513805 ], [ 120.1963169, 30.0513835 ], [ 120.1962464, 30.0513875 ], [ 120.1961565, 30.0513925 ], [ 120.1959509, 30.0514041 ], [ 120.1957157, 30.0514173 ], [ 120.194437, 30.051489 ], [ 120.190218, 30.0517256 ], [ 120.1900952, 30.0517325 ], [ 120.1887532, 30.0518077 ], [ 120.1862319, 30.0520492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东方路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917644, 30.0737083 ], [ 120.1928594, 30.0727983 ], [ 120.1940033, 30.0718476 ], [ 120.1945891, 30.0713608 ], [ 120.194911, 30.0711565 ], [ 120.1953187, 30.0709523 ], [ 120.1956406, 30.0708409 ], [ 120.1958992, 30.0707782 ], [ 120.196177, 30.0707109 ], [ 120.1965203, 30.0706366 ], [ 120.1967778, 30.0705252 ], [ 120.1969495, 30.0703766 ], [ 120.1973331, 30.069776 ], [ 120.1973518, 30.0697406 ], [ 120.1974135, 30.0696268 ], [ 120.1974537, 30.06952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东方路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974537, 30.06952 ], [ 120.1974135, 30.0696268 ], [ 120.1973518, 30.0697406 ], [ 120.1973331, 30.069776 ], [ 120.1969495, 30.0703766 ], [ 120.1967778, 30.0705252 ], [ 120.1965203, 30.0706366 ], [ 120.196177, 30.0707109 ], [ 120.1958992, 30.0707782 ], [ 120.1956406, 30.0708409 ], [ 120.1953187, 30.0709523 ], [ 120.194911, 30.0711565 ], [ 120.1945891, 30.0713608 ], [ 120.1940033, 30.0718476 ], [ 120.1928594, 30.0727983 ], [ 120.1917644, 30.0737083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903388, 30.07479 ], [ 120.1914167, 30.0739499 ], [ 120.1917644, 30.0737083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917644, 30.0737083 ], [ 120.1914006, 30.0740427 ], [ 120.1903251, 30.0749364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992946, 30.1157245 ], [ 120.1983054, 30.1157128 ], [ 120.1966532, 30.1155829 ], [ 120.1956876, 30.1155086 ], [ 120.1942297, 30.115249 ], [ 120.1934989, 30.1151188 ], [ 120.1904259, 30.1145849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904259, 30.1145849 ], [ 120.1934989, 30.1151188 ], [ 120.1942297, 30.115249 ], [ 120.1956876, 30.1155086 ], [ 120.1966532, 30.1155829 ], [ 120.1983054, 30.1157128 ], [ 120.1992946, 30.1157245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.193502, 30.1190789 ], [ 120.1932125, 30.118918 ], [ 120.1931293, 30.118883 ], [ 120.1930644, 30.1188655 ], [ 120.1929836, 30.1188389 ], [ 120.1929161, 30.1188372 ], [ 120.1919784, 30.118783 ], [ 120.1918686, 30.1187869 ], [ 120.1915616, 30.1187978 ], [ 120.1911391, 30.1188427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870114, 30.0673043 ], [ 120.1862936, 30.0675882 ], [ 120.1859536, 30.0677485 ], [ 120.1857486, 30.0678452 ], [ 120.1839731, 30.0696023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854709, 30.0709754 ], [ 120.18576, 30.0705935 ], [ 120.1858379, 30.0704587 ], [ 120.1860523, 30.0700875 ], [ 120.1862588, 30.0696534 ], [ 120.186739, 30.0685206 ], [ 120.1867915, 30.0683303 ], [ 120.1868637, 30.0680587 ], [ 120.1868999, 30.0678614 ], [ 120.1869173, 30.0677024 ], [ 120.1868919, 30.0675666 ], [ 120.1868939, 30.0674801 ], [ 120.1869026, 30.0674343 ], [ 120.1869428, 30.0673577 ], [ 120.1870114, 30.0673043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870114, 30.0673043 ], [ 120.1869428, 30.0673577 ], [ 120.1869026, 30.0674343 ], [ 120.1868939, 30.0674801 ], [ 120.1868919, 30.0675666 ], [ 120.1869173, 30.0677024 ], [ 120.1868999, 30.0678614 ], [ 120.1868637, 30.0680587 ], [ 120.1867915, 30.0683303 ], [ 120.186739, 30.0685206 ], [ 120.1862588, 30.0696534 ], [ 120.1860523, 30.0700875 ], [ 120.1858379, 30.0704587 ], [ 120.18576, 30.0705935 ], [ 120.1854709, 30.0709754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900512, 30.0736231 ], [ 120.1897348, 30.0734018 ], [ 120.1896101, 30.0733146 ], [ 120.1854709, 30.0709754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854709, 30.0709754 ], [ 120.1896101, 30.0733146 ], [ 120.1897348, 30.0734018 ], [ 120.1900512, 30.0736231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900512, 30.0736231 ], [ 120.1902285, 30.0736813 ], [ 120.1904221, 30.0737448 ], [ 120.1908058, 30.0738666 ], [ 120.1911639, 30.0738887 ], [ 120.1914453, 30.0738445 ], [ 120.1917644, 30.0737083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917644, 30.0737083 ], [ 120.1914453, 30.0738445 ], [ 120.1911639, 30.0738887 ], [ 120.1908058, 30.0738666 ], [ 120.1904221, 30.0737448 ], [ 120.1902285, 30.0736813 ], [ 120.1900512, 30.0736231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903388, 30.07479 ], [ 120.1903641, 30.0745196 ], [ 120.1903599, 30.0743097 ], [ 120.1903285, 30.0741254 ], [ 120.1902047, 30.0738555 ], [ 120.1900512, 30.0736231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900512, 30.0736231 ], [ 120.1902047, 30.0738555 ], [ 120.1903285, 30.0741254 ], [ 120.1903599, 30.0743097 ], [ 120.1903641, 30.0745196 ], [ 120.1903388, 30.07479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903251, 30.0749364 ], [ 120.1903388, 30.07479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903388, 30.07479 ], [ 120.1903251, 30.0749364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1856557, 30.0812998 ], [ 120.1859703, 30.0811488 ], [ 120.1861677, 30.0809525 ], [ 120.1862749, 30.0807552 ], [ 120.1863474, 30.0806159 ], [ 120.1863731, 30.0805406 ], [ 120.1864332, 30.0803653 ], [ 120.1864667, 30.0801065 ], [ 120.1864614, 30.0798709 ], [ 120.1864399, 30.0796759 ], [ 120.1863527, 30.0791932 ], [ 120.1863205, 30.0789634 ], [ 120.1863098, 30.0787777 ], [ 120.1864072, 30.0783872 ], [ 120.1864895, 30.0781696 ], [ 120.1866209, 30.0779375 ], [ 120.1867551, 30.0777588 ], [ 120.1869482, 30.0775452 ], [ 120.1903388, 30.07479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903251, 30.0749364 ], [ 120.1882544, 30.0765867 ], [ 120.1870179, 30.0775824 ], [ 120.1868543, 30.077789 ], [ 120.1866558, 30.0780837 ], [ 120.1865968, 30.0782439 ], [ 120.1865405, 30.0784064 ], [ 120.1864895, 30.0786617 ], [ 120.1864734, 30.0788961 ], [ 120.1865002, 30.0791212 ], [ 120.1865566, 30.0794508 ], [ 120.1865995, 30.0796713 ], [ 120.1866236, 30.0798988 ], [ 120.1866263, 30.0802051 ], [ 120.1865458, 30.0805069 ], [ 120.1864332, 30.0807761 ], [ 120.1862293, 30.0810662 ], [ 120.1860423, 30.0812706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860423, 30.0812706 ], [ 120.1856557, 30.0812998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1856619, 30.0872018 ], [ 120.1858916, 30.0861298 ], [ 120.1860648, 30.0854513 ], [ 120.1861368, 30.0846573 ], [ 120.1861878, 30.0835645 ], [ 120.1861575, 30.083384 ], [ 120.1861006, 30.0830444 ], [ 120.1860537, 30.08267 ], [ 120.1860683, 30.0824918 ], [ 120.1860225, 30.0822904 ], [ 120.1858876, 30.081883 ], [ 120.1856557, 30.0812998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860423, 30.0812706 ], [ 120.1860827, 30.0813449 ], [ 120.186262, 30.0818015 ], [ 120.1863574, 30.0822455 ], [ 120.186417, 30.0830103 ], [ 120.1864471, 30.0835433 ], [ 120.1864477, 30.0839105 ], [ 120.1864266, 30.0843363 ], [ 120.1862158, 30.0855074 ], [ 120.1860882, 30.0861693 ], [ 120.1859465, 30.0869127 ], [ 120.1858858, 30.0872312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1856619, 30.0872018 ], [ 120.1858858, 30.0872312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1856506, 30.0872998 ], [ 120.1856619, 30.0872018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1858858, 30.0872312 ], [ 120.185869, 30.087326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185869, 30.087326 ], [ 120.1856506, 30.0872998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1849199, 30.0917147 ], [ 120.1849213, 30.0915815 ], [ 120.1849536, 30.0911995 ], [ 120.1849672, 30.0908265 ], [ 120.1849833, 30.0906063 ], [ 120.1850071, 30.0905077 ], [ 120.1856506, 30.0872998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185869, 30.087326 ], [ 120.1858028, 30.0877045 ], [ 120.1855246, 30.0892953 ], [ 120.185427, 30.0905649 ], [ 120.1853989, 30.0909222 ], [ 120.1853681, 30.0912493 ], [ 120.1853559, 30.0914833 ], [ 120.1853825, 30.091719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1849199, 30.0917147 ], [ 120.1853825, 30.091719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1849214, 30.0918113 ], [ 120.1849199, 30.0917147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853825, 30.091719 ], [ 120.1853792, 30.0918135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853792, 30.0918135 ], [ 120.1849214, 30.0918113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852601, 30.0943821 ], [ 120.1851013, 30.0935328 ], [ 120.1849555, 30.0927535 ], [ 120.1849417, 30.0919644 ], [ 120.1849214, 30.0918113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853792, 30.0918135 ], [ 120.1853902, 30.0919845 ], [ 120.1854168, 30.0922113 ], [ 120.1854423, 30.0927515 ], [ 120.1855151, 30.0934205 ], [ 120.1855362, 30.0935598 ], [ 120.1856533, 30.0943348 ], [ 120.1856879, 30.0946366 ], [ 120.1857737, 30.0959306 ], [ 120.1857868, 30.0961352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854339, 30.0961454 ], [ 120.1854068, 30.0959678 ], [ 120.1852856, 30.0946054 ], [ 120.1852601, 30.0943821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1857868, 30.0961352 ], [ 120.1859423, 30.0961145 ], [ 120.185975, 30.0961126 ], [ 120.1864047, 30.0960605 ], [ 120.1864824, 30.0960388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1865958, 30.0961754 ], [ 120.1864824, 30.0960388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1864824, 30.0960388 ], [ 120.1865958, 30.0961754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854339, 30.0961454 ], [ 120.1857868, 30.0961352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1857868, 30.0961352 ], [ 120.1857924, 30.0962466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1854487, 30.0962672 ], [ 120.1854339, 30.0961454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1865958, 30.0961754 ], [ 120.1864409, 30.0961995 ], [ 120.1859685, 30.0962324 ], [ 120.1859376, 30.0962345 ], [ 120.1857924, 30.0962466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1857924, 30.0962466 ], [ 120.1854487, 30.0962672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1858096, 30.1017344 ], [ 120.1858495, 30.1014339 ], [ 120.1858726, 30.1010336 ], [ 120.1858748, 30.100336 ], [ 120.1858237, 30.0997416 ], [ 120.1856903, 30.0984703 ], [ 120.1856706, 30.0983149 ], [ 120.1855557, 30.0974063 ], [ 120.1855296, 30.0970725 ], [ 120.1854924, 30.0967021 ], [ 120.1854669, 30.0964481 ], [ 120.1854487, 30.0962672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1857924, 30.0962466 ], [ 120.1858229, 30.0964225 ], [ 120.1858468, 30.0965859 ], [ 120.1858782, 30.0967931 ], [ 120.1859444, 30.0971604 ], [ 120.1860419, 30.098131 ], [ 120.1860962, 30.0999993 ], [ 120.1861207, 30.1005313 ], [ 120.1861051, 30.1011327 ], [ 120.1860717, 30.1017702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文化园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860717, 30.1017702 ], [ 120.1866265, 30.1019206 ], [ 120.1869115, 30.1019627 ], [ 120.187167, 30.1019535 ], [ 120.1874843, 30.1019265 ], [ 120.1877921, 30.1019003 ], [ 120.1884873, 30.1018412 ], [ 120.1896219, 30.1017445 ], [ 120.1914286, 30.1015596 ], [ 120.1926731, 30.1014436 ], [ 120.1935027, 30.10136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2050154, 30.0733471 ], [ 120.2049526, 30.071271 ], [ 120.2048951, 30.0693689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048951, 30.0693689 ], [ 120.2049526, 30.071271 ], [ 120.2050154, 30.0733471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917644, 30.0737083 ], [ 120.1919741, 30.0736252 ], [ 120.1922507, 30.0735827 ], [ 120.1930875, 30.0735161 ], [ 120.1940676, 30.0734843 ], [ 120.1951728, 30.0734843 ], [ 120.1964201, 30.0734369 ], [ 120.1968742, 30.0734511 ], [ 120.1979684, 30.0734369 ], [ 120.1991639, 30.0734734 ], [ 120.1997356, 30.0734947 ], [ 120.2017062, 30.0734592 ], [ 120.2024593, 30.0734415 ], [ 120.2047905, 30.0733659 ], [ 120.2050154, 30.0733471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2050154, 30.0733471 ], [ 120.2047905, 30.0733659 ], [ 120.2024593, 30.0734415 ], [ 120.2017062, 30.0734592 ], [ 120.1997356, 30.0734947 ], [ 120.1991639, 30.0734734 ], [ 120.1979684, 30.0734369 ], [ 120.1968742, 30.0734511 ], [ 120.1964201, 30.0734369 ], [ 120.1951728, 30.0734843 ], [ 120.1940676, 30.0734843 ], [ 120.1930875, 30.0735161 ], [ 120.1922507, 30.0735827 ], [ 120.1919741, 30.0736252 ], [ 120.1917644, 30.0737083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2050154, 30.0733471 ], [ 120.2050358, 30.0738318 ], [ 120.2050423, 30.0739845 ], [ 120.2050563, 30.0743176 ], [ 120.2050974, 30.0752932 ], [ 120.2051326, 30.0761302 ], [ 120.2051524, 30.0766005 ], [ 120.2051634, 30.0768608 ], [ 120.2052398, 30.0786777 ], [ 120.2052451, 30.0788031 ], [ 120.2052656, 30.0792896 ], [ 120.2052701, 30.0793956 ], [ 120.2054086, 30.0826869 ], [ 120.2055103, 30.0851021 ], [ 120.2055237, 30.0854199 ], [ 120.2051043, 30.0860951 ], [ 120.204714, 30.0864694 ], [ 120.2039658, 30.0866444 ], [ 120.2038892, 30.0866623 ], [ 120.2036914, 30.0874344 ], [ 120.2035803, 30.0878681 ], [ 120.2032707, 30.0880225 ], [ 120.2003811, 30.0875662 ], [ 120.2000542, 30.087688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2000542, 30.087688 ], [ 120.2003811, 30.0875662 ], [ 120.2032707, 30.0880225 ], [ 120.2035803, 30.0878681 ], [ 120.2036914, 30.0874344 ], [ 120.2038892, 30.0866623 ], [ 120.2039658, 30.0866444 ], [ 120.204714, 30.0864694 ], [ 120.2051043, 30.0860951 ], [ 120.2055237, 30.0854199 ], [ 120.2055103, 30.0851021 ], [ 120.2054086, 30.0826869 ], [ 120.2052701, 30.0793956 ], [ 120.2052656, 30.0792896 ], [ 120.2052451, 30.0788031 ], [ 120.2052398, 30.0786777 ], [ 120.2051634, 30.0768608 ], [ 120.2051524, 30.0766005 ], [ 120.2051326, 30.0761302 ], [ 120.2050974, 30.0752932 ], [ 120.2050563, 30.0743176 ], [ 120.2050423, 30.0739845 ], [ 120.2050358, 30.0738318 ], [ 120.2050154, 30.0733471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2012476, 30.1078788 ], [ 120.2007143, 30.1082708 ], [ 120.1994494, 30.1078273 ], [ 120.1993989, 30.1078096 ], [ 120.1984292, 30.1089488 ], [ 120.1986456, 30.1105681 ], [ 120.1987, 30.1109749 ], [ 120.1987141, 30.1110874 ], [ 120.1992946, 30.1157245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992946, 30.1157245 ], [ 120.1987141, 30.1110874 ], [ 120.1987, 30.1109749 ], [ 120.1986456, 30.1105681 ], [ 120.1984292, 30.1089488 ], [ 120.1993989, 30.1078096 ], [ 120.1994494, 30.1078273 ], [ 120.2007143, 30.1082708 ], [ 120.2012476, 30.1078788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "德风桥", "湘湖路", "政和桥", "四亭桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927273, 30.1259946 ], [ 120.193074, 30.1260823 ], [ 120.1946069, 30.1265106 ], [ 120.1970736, 30.127162 ], [ 120.1973068, 30.1271999 ], [ 120.197835, 30.1273796 ], [ 120.199074, 30.1277043 ], [ 120.1991739, 30.1276891 ], [ 120.2010422, 30.1281767 ], [ 120.2026783, 30.1286213 ], [ 120.2032684, 30.1287817 ], [ 120.205238, 30.1292934 ], [ 120.2055868, 30.1293997 ], [ 120.2057536, 30.1294505 ], [ 120.2060261, 30.1295886 ], [ 120.2061912, 30.1296911 ], [ 120.2064585, 30.1298642 ], [ 120.2066779, 30.1300142 ], [ 120.2070145, 30.1302887 ], [ 120.2073789, 30.1306708 ], [ 120.2076602, 30.130972 ], [ 120.2079886, 30.1312385 ], [ 120.2082691, 30.1314127 ], [ 120.208638, 30.1315649 ], [ 120.2088012, 30.1316135 ], [ 120.2088739, 30.1316352 ], [ 120.2090936, 30.1316746 ], [ 120.2094019, 30.1317286 ], [ 120.2103837, 30.1318559 ], [ 120.2107127, 30.1318983 ], [ 120.2111681, 30.1319571 ], [ 120.2116787, 30.1320613 ], [ 120.2119052, 30.1321457 ], [ 120.212169, 30.1322463 ], [ 120.2123263, 30.1323728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "四亭桥", "湘湖路", "政和桥", "德风桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2123263, 30.1323728 ], [ 120.2121489, 30.1323545 ], [ 120.2116294, 30.1321635 ], [ 120.2111173, 30.1320587 ], [ 120.2103966, 30.1319412 ], [ 120.2103286, 30.1319346 ], [ 120.2090977, 30.1317684 ], [ 120.208757, 30.1317143 ], [ 120.2084941, 30.1316303 ], [ 120.2081669, 30.1314928 ], [ 120.2078956, 30.1313209 ], [ 120.2074826, 30.1309332 ], [ 120.2068324, 30.1302855 ], [ 120.2063692, 30.1299244 ], [ 120.2060435, 30.1297173 ], [ 120.2053943, 30.1294662 ], [ 120.205199, 30.1293993 ], [ 120.2026656, 30.1286758 ], [ 120.2026156, 30.1286626 ], [ 120.2022676, 30.1285862 ], [ 120.2020911, 30.1285593 ], [ 120.2017794, 30.1285638 ], [ 120.2014782, 30.1285862 ], [ 120.2012185, 30.1285907 ], [ 120.2009744, 30.1285638 ], [ 120.2007043, 30.1285054 ], [ 120.2003512, 30.1283886 ], [ 120.2000655, 30.1282493 ], [ 120.1997643, 30.1280202 ], [ 120.1995773, 30.127899 ], [ 120.1992605, 30.1277822 ], [ 120.1990361, 30.127771 ], [ 120.197805, 30.1274569 ], [ 120.1977501, 30.1274421 ], [ 120.1974792, 30.1273692 ], [ 120.1953533, 30.126802 ], [ 120.1933686, 30.1262442 ], [ 120.1927216, 30.1260796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.18381, 30.0975677 ], [ 120.1840085, 30.0970935 ], [ 120.1844162, 30.0960586 ], [ 120.1848668, 30.0951442 ], [ 120.1851565, 30.094513 ], [ 120.1852249, 30.0944515 ], [ 120.1852601, 30.0943821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852601, 30.0943821 ], [ 120.1852249, 30.0944515 ], [ 120.1851565, 30.094513 ], [ 120.1848668, 30.0951442 ], [ 120.1844162, 30.0960586 ], [ 120.1840085, 30.0970935 ], [ 120.18381, 30.0975677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821146, 30.1129941 ], [ 120.1825655, 30.1124167 ], [ 120.1829159, 30.1119273 ], [ 120.1831361, 30.1115729 ], [ 120.1833289, 30.1112421 ], [ 120.1836361, 30.1105574 ], [ 120.1836592, 30.1105011 ], [ 120.1837814, 30.1102039 ], [ 120.1839112, 30.1098075 ], [ 120.1841397, 30.1090167 ], [ 120.1843546, 30.1081092 ], [ 120.184451, 30.1077019 ], [ 120.1845919, 30.1070896 ], [ 120.1846452, 30.1068579 ], [ 120.1847202, 30.1066125 ], [ 120.185176, 30.104624 ], [ 120.1856147, 30.1027884 ], [ 120.1858096, 30.1017344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860717, 30.1017702 ], [ 120.1859521, 30.1024 ], [ 120.1858044, 30.1029535 ], [ 120.1856973, 30.1033894 ], [ 120.1854017, 30.1046439 ], [ 120.185242, 30.1053019 ], [ 120.185142, 30.1057141 ], [ 120.1849332, 30.106628 ], [ 120.1847818, 30.1072765 ], [ 120.1843309, 30.1093563 ], [ 120.1841932, 30.1097292 ], [ 120.1840629, 30.1103128 ], [ 120.1838801, 30.1107695 ], [ 120.1837289, 30.1111025 ], [ 120.1835599, 30.111444 ], [ 120.1834046, 30.1117516 ], [ 120.1831625, 30.111992 ], [ 120.1829373, 30.1122791 ], [ 120.1827221, 30.1125313 ], [ 120.1822823, 30.1130783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821146, 30.1129941 ], [ 120.1820216, 30.1129288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1820216, 30.1129288 ], [ 120.1821146, 30.1129941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821146, 30.1129941 ], [ 120.1822823, 30.1130783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822823, 30.1130783 ], [ 120.1821146, 30.1129941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1801207, 30.1160766 ], [ 120.1802511, 30.1156682 ], [ 120.1803623, 30.1154153 ], [ 120.1804239, 30.1152753 ], [ 120.1806094, 30.1149541 ], [ 120.180858, 30.1145786 ], [ 120.181166, 30.1141708 ], [ 120.1815884, 30.1136292 ], [ 120.1821146, 30.1129941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822823, 30.1130783 ], [ 120.1820898, 30.1133826 ], [ 120.1816054, 30.1139751 ], [ 120.1810404, 30.1147036 ], [ 120.1807819, 30.1150783 ], [ 120.1806848, 30.1152536 ], [ 120.1805965, 30.1154132 ], [ 120.1804673, 30.1156719 ], [ 120.1803201, 30.1161381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443123, 30.0564768 ], [ 120.244447, 30.0564966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443152, 30.0565649 ], [ 120.2443123, 30.0564768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244447, 30.0564966 ], [ 120.2444507, 30.0565858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444507, 30.0565858 ], [ 120.2443152, 30.0565649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415325, 30.0658043 ], [ 120.2413486, 30.0652442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413486, 30.0652442 ], [ 120.2415325, 30.0658043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408684, 30.0658878 ], [ 120.2410859, 30.0657553 ], [ 120.2412489, 30.0655933 ], [ 120.2413253, 30.0654264 ], [ 120.241331, 30.0653822 ], [ 120.2413486, 30.0652442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413486, 30.0652442 ], [ 120.241331, 30.0653822 ], [ 120.2413253, 30.0654264 ], [ 120.2412489, 30.0655933 ], [ 120.2410859, 30.0657553 ], [ 120.2408684, 30.0658878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408684, 30.0658878 ], [ 120.2415325, 30.0658043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415502, 30.0659126 ], [ 120.2415325, 30.0658043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415325, 30.0658043 ], [ 120.2415502, 30.0659126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415325, 30.0658043 ], [ 120.2420488, 30.0657885 ], [ 120.2479691, 30.0659334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408684, 30.0658878 ], [ 120.2410463, 30.065959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2410463, 30.065959 ], [ 120.2408684, 30.0658878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415502, 30.0659126 ], [ 120.2410463, 30.065959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479817, 30.0660811 ], [ 120.2428508, 30.0659045 ], [ 120.2415502, 30.0659126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416697, 30.0664481 ], [ 120.2416393, 30.0662734 ], [ 120.2416266, 30.0662096 ], [ 120.2415502, 30.0659126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415502, 30.0659126 ], [ 120.2416266, 30.0662096 ], [ 120.2416393, 30.0662734 ], [ 120.2416697, 30.0664481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416697, 30.0664481 ], [ 120.241525, 30.0662559 ], [ 120.241356, 30.0660862 ], [ 120.2411356, 30.0659947 ], [ 120.2410463, 30.065959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2410463, 30.065959 ], [ 120.2411356, 30.0659947 ], [ 120.241356, 30.0660862 ], [ 120.241525, 30.0662559 ], [ 120.2416697, 30.0664481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "风情大道", "木尖山隧道", "新柏大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231602, 30.114367 ], [ 120.2314461, 30.113595 ], [ 120.2310993, 30.11245 ], [ 120.2308934, 30.1117192 ], [ 120.2306887, 30.1109927 ], [ 120.2305118, 30.1102518 ], [ 120.2303773, 30.1096027 ], [ 120.2303419, 30.1088741 ], [ 120.2303833, 30.1081078 ], [ 120.2308515, 30.1043427 ], [ 120.2311975, 30.10121 ], [ 120.2311912, 30.1006513 ], [ 120.2311771, 30.0995221 ], [ 120.2310897, 30.0979928 ], [ 120.2310943, 30.0973148 ], [ 120.2319586, 30.0887881 ], [ 120.2318786, 30.087776 ], [ 120.2318542, 30.0868715 ], [ 120.2318013, 30.0864034 ], [ 120.2317412, 30.0857471 ], [ 120.2316634, 30.0854341 ], [ 120.2308767, 30.0818821 ], [ 120.2303655, 30.0798641 ], [ 120.2301197, 30.0788937 ], [ 120.2299899, 30.0783322 ], [ 120.2299874, 30.0781847 ], [ 120.2299755, 30.077465 ], [ 120.2300414, 30.0770859 ], [ 120.2301288, 30.0765043 ], [ 120.2302435, 30.0761686 ], [ 120.2303965, 30.0757573 ], [ 120.2305714, 30.0753223 ], [ 120.2309757, 30.0744853 ], [ 120.2318681, 30.072592 ], [ 120.2320466, 30.0722299 ], [ 120.2328777, 30.0704427 ], [ 120.2337405, 30.0686929 ], [ 120.2343251, 30.067454 ], [ 120.2357785, 30.0644087 ], [ 120.2362156, 30.0636946 ], [ 120.2366145, 30.0632737 ], [ 120.2369806, 30.062938 ], [ 120.2375871, 30.0624934 ], [ 120.2377783, 30.0623516 ], [ 120.2381713, 30.0620103 ], [ 120.2386959, 30.061353 ], [ 120.2390025, 30.0607237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2316924, 30.0984522 ], [ 120.2322068, 30.0995793 ], [ 120.2326787, 30.1002566 ], [ 120.2330288, 30.1007664 ], [ 120.2333922, 30.1009275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2333922, 30.1009275 ], [ 120.2330288, 30.1007664 ], [ 120.2326787, 30.1002566 ], [ 120.2322068, 30.0995793 ], [ 120.2316924, 30.0984522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2316924, 30.0984522 ], [ 120.2316608, 30.098815 ], [ 120.2314484, 30.1003683 ], [ 120.2313269, 30.101274 ], [ 120.2312186, 30.1023759 ], [ 120.2309885, 30.1043851 ], [ 120.2305167, 30.1081651 ], [ 120.2305027, 30.1088697 ], [ 120.2305425, 30.1096239 ], [ 120.2306235, 30.1101421 ], [ 120.2309598, 30.1113551 ], [ 120.2311502, 30.1120421 ], [ 120.2315815, 30.113499 ], [ 120.2317584, 30.1143645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317584, 30.1143645 ], [ 120.231602, 30.114367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231602, 30.114367 ], [ 120.2317584, 30.1143645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321132, 30.1215777 ], [ 120.231965, 30.1210223 ], [ 120.2317922, 30.1202104 ], [ 120.2317568, 30.1199314 ], [ 120.2316988, 30.1194752 ], [ 120.2316381, 30.1184977 ], [ 120.231554, 30.1156134 ], [ 120.231498, 30.1146924 ], [ 120.231602, 30.114367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317584, 30.1143645 ], [ 120.2318216, 30.1151662 ], [ 120.2319091, 30.1184448 ], [ 120.2319739, 30.1194785 ], [ 120.2321515, 30.1206639 ], [ 120.232403, 30.1215871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322444, 30.1215906 ], [ 120.2322177, 30.1215057 ], [ 120.2319982, 30.1205812 ], [ 120.2318283, 30.1195036 ], [ 120.2317576, 30.1184382 ], [ 120.2316939, 30.1154013 ], [ 120.231602, 30.114367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317584, 30.1143645 ], [ 120.2319004, 30.1146603 ], [ 120.2319805, 30.1159289 ], [ 120.232036, 30.1182902 ], [ 120.2320914, 30.1193083 ], [ 120.2322332, 30.1203103 ], [ 120.2324427, 30.1212271 ], [ 120.2325526, 30.1215972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416697, 30.0664481 ], [ 120.241681, 30.0665128 ], [ 120.2417332, 30.066813 ], [ 120.2417901, 30.0670407 ], [ 120.241816, 30.067144 ], [ 120.241835, 30.0671923 ], [ 120.2419272, 30.067427 ], [ 120.2420957, 30.0676916 ], [ 120.2422902, 30.0679316 ], [ 120.2423104, 30.0679515 ], [ 120.2425388, 30.0681757 ], [ 120.2428278, 30.068377 ], [ 120.2430936, 30.0685136 ], [ 120.2433848, 30.0686304 ], [ 120.2435777, 30.0686748 ], [ 120.2442889, 30.0688386 ], [ 120.2454617, 30.069083 ], [ 120.2468387, 30.06937 ], [ 120.2469775, 30.0694008 ], [ 120.2471119, 30.0694306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471119, 30.0694306 ], [ 120.2469775, 30.0694008 ], [ 120.2468387, 30.06937 ], [ 120.2454617, 30.069083 ], [ 120.2442889, 30.0688386 ], [ 120.2435777, 30.0686748 ], [ 120.2433848, 30.0686304 ], [ 120.2430936, 30.0685136 ], [ 120.2428278, 30.068377 ], [ 120.2425388, 30.0681757 ], [ 120.2423104, 30.0679515 ], [ 120.2422902, 30.0679316 ], [ 120.2420957, 30.0676916 ], [ 120.2419272, 30.067427 ], [ 120.241835, 30.0671923 ], [ 120.241816, 30.067144 ], [ 120.2417901, 30.0670407 ], [ 120.2417332, 30.066813 ], [ 120.241681, 30.0665128 ], [ 120.2416697, 30.0664481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2451616, 30.1080005 ], [ 120.2451402, 30.1083959 ], [ 120.2451435, 30.1087129 ], [ 120.2451512, 30.1089742 ], [ 120.2451534, 30.109047 ], [ 120.2451633, 30.1094225 ], [ 120.2452189, 30.1099589 ], [ 120.2452819, 30.110309 ], [ 120.2453646, 30.1106134 ], [ 120.2453816, 30.1106655 ], [ 120.2454571, 30.1108976 ], [ 120.2456744, 30.1114759 ], [ 120.2460059, 30.1122838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2460059, 30.1122838 ], [ 120.2456744, 30.1114759 ], [ 120.2454571, 30.1108976 ], [ 120.2453816, 30.1106655 ], [ 120.2453646, 30.1106134 ], [ 120.2452819, 30.110309 ], [ 120.2452189, 30.1099589 ], [ 120.2451633, 30.1094225 ], [ 120.2451534, 30.109047 ], [ 120.2451512, 30.1089742 ], [ 120.2451435, 30.1087129 ], [ 120.2451402, 30.1083959 ], [ 120.2451616, 30.1080005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241018, 30.12517 ], [ 120.2411372, 30.1261872 ], [ 120.2414912, 30.1272892 ], [ 120.2415053, 30.1278892 ], [ 120.2414935, 30.1290431 ], [ 120.2414923, 30.1291635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414923, 30.1291635 ], [ 120.2414935, 30.1290431 ], [ 120.2415053, 30.1278892 ], [ 120.2414912, 30.1272892 ], [ 120.2411372, 30.1261872 ], [ 120.241018, 30.12517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414912, 30.1292704 ], [ 120.2414923, 30.1291635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414923, 30.1291635 ], [ 120.2414912, 30.1292704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414923, 30.1291635 ], [ 120.2462288, 30.1292801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462267, 30.1293618 ], [ 120.2414912, 30.1292704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391662, 30.060769 ], [ 120.2392362, 30.0609063 ], [ 120.2393934, 30.0611986 ], [ 120.2394497, 30.0613093 ], [ 120.2396478, 30.0616989 ], [ 120.2402064, 30.0628888 ], [ 120.2405119, 30.0635223 ], [ 120.2409102, 30.0642404 ], [ 120.241234, 30.0649328 ], [ 120.2413215, 30.0651704 ], [ 120.2413486, 30.0652442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413486, 30.0652442 ], [ 120.2413215, 30.0651704 ], [ 120.241234, 30.0649328 ], [ 120.2409102, 30.0642404 ], [ 120.2405119, 30.0635223 ], [ 120.2402064, 30.0628888 ], [ 120.2396478, 30.0616989 ], [ 120.2394497, 30.0613093 ], [ 120.2393934, 30.0611986 ], [ 120.2392362, 30.0609063 ], [ 120.2391662, 30.060769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "风情大道", "木尖山隧道", "新柏大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391662, 30.060769 ], [ 120.238968, 30.0611407 ], [ 120.2389438, 30.0611744 ], [ 120.2387599, 30.0614307 ], [ 120.2382882, 30.0620311 ], [ 120.2380444, 30.0623033 ], [ 120.2376827, 30.0625871 ], [ 120.2369121, 30.0631816 ], [ 120.2364044, 30.0636808 ], [ 120.2359188, 30.0645045 ], [ 120.2344781, 30.0674895 ], [ 120.2338816, 30.0687458 ], [ 120.2330663, 30.0704466 ], [ 120.232195, 30.072279 ], [ 120.2318545, 30.072995 ], [ 120.2315088, 30.073722 ], [ 120.2313025, 30.0741519 ], [ 120.2306465, 30.0755192 ], [ 120.2303846, 30.0761719 ], [ 120.2301682, 30.0770304 ], [ 120.2301299, 30.0774001 ], [ 120.2301203, 30.0780978 ], [ 120.2301245, 30.0781552 ], [ 120.2302464, 30.0788801 ], [ 120.2307972, 30.0810396 ], [ 120.2310804, 30.0821497 ], [ 120.2316069, 30.0840709 ], [ 120.2319663, 30.0856105 ], [ 120.2321328, 30.0863547 ], [ 120.232324, 30.0876849 ], [ 120.2325027, 30.0888196 ], [ 120.2317628, 30.0976435 ], [ 120.2316924, 30.0984522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465951, 30.114101 ], [ 120.2459983, 30.1140969 ], [ 120.2452763, 30.1141165 ], [ 120.2426742, 30.1141891 ], [ 120.2419503, 30.1142093 ], [ 120.2413821, 30.1142121 ], [ 120.2381309, 30.1142279 ], [ 120.237573, 30.1142464 ], [ 120.2325948, 30.1143393 ], [ 120.2321871, 30.1143393 ], [ 120.2317584, 30.1143645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317584, 30.1143645 ], [ 120.2321871, 30.1143393 ], [ 120.2325948, 30.1143393 ], [ 120.237573, 30.1142464 ], [ 120.2381309, 30.1142279 ], [ 120.2413821, 30.1142121 ], [ 120.2419503, 30.1142093 ], [ 120.2426742, 30.1141891 ], [ 120.2452763, 30.1141165 ], [ 120.2459983, 30.1140969 ], [ 120.2465951, 30.114101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238552, 30.1353089 ], [ 120.2382461, 30.1345938 ], [ 120.2377262, 30.13328 ], [ 120.2366957, 30.1307406 ], [ 120.2361132, 30.1293839 ], [ 120.2357524, 30.1286605 ], [ 120.2350752, 30.1273478 ], [ 120.2344705, 30.1263527 ], [ 120.2335388, 30.1248193 ], [ 120.2330998, 30.1240034 ], [ 120.2327122, 30.123244 ], [ 120.2324553, 30.1225856 ], [ 120.2321892, 30.1218625 ], [ 120.2321132, 30.1215777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365052, 30.1292904 ], [ 120.2367476, 30.1292302 ], [ 120.2414923, 30.1291635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414912, 30.1292704 ], [ 120.2368026, 30.129377 ], [ 120.2365593, 30.1294138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365052, 30.1292904 ], [ 120.2365593, 30.1294138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365593, 30.1294138 ], [ 120.2369102, 30.1302131 ], [ 120.2376312, 30.1319985 ], [ 120.2382091, 30.1334447 ], [ 120.2388636, 30.1349456 ], [ 120.2389614, 30.1351877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413901, 30.1346609 ], [ 120.2414011, 30.1321692 ], [ 120.2414912, 30.1292704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414912, 30.1292704 ], [ 120.2414011, 30.1321692 ], [ 120.2413901, 30.1346609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413901, 30.1346609 ], [ 120.2432225, 30.1344229 ], [ 120.24373, 30.1343643 ], [ 120.2441455, 30.1343362 ], [ 120.2446626, 30.134316 ], [ 120.2461146, 30.1342748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2461098, 30.1344261 ], [ 120.2445529, 30.1344414 ], [ 120.2439399, 30.1344739 ], [ 120.2432955, 30.1345437 ], [ 120.242949, 30.134576 ], [ 120.2416508, 30.1347523 ], [ 120.2413847, 30.1347966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413847, 30.1347966 ], [ 120.2413901, 30.1346609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413901, 30.1346609 ], [ 120.2413847, 30.1347966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413847, 30.1347966 ], [ 120.2413955, 30.1354514 ], [ 120.2413987, 30.1358515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413987, 30.1358515 ], [ 120.2413955, 30.1354514 ], [ 120.2413847, 30.1347966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390123, 30.1353136 ], [ 120.2395352, 30.1366083 ], [ 120.2404349, 30.1387506 ], [ 120.2407765, 30.1395221 ], [ 120.2408108, 30.1396133 ], [ 120.2415432, 30.1415605 ], [ 120.2416688, 30.1418395 ], [ 120.2419868, 30.1425459 ], [ 120.2424585, 30.1436738 ], [ 120.2427013, 30.1442542 ], [ 120.2429246, 30.14482 ], [ 120.2430924, 30.1452452 ], [ 120.2431029, 30.1452719 ], [ 120.2432711, 30.1458615 ], [ 120.2433458, 30.1464672 ], [ 120.2433475, 30.146709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429619, 30.14672 ], [ 120.2429582, 30.1464228 ], [ 120.2428461, 30.1458655 ], [ 120.2425986, 30.1451184 ], [ 120.2424515, 30.144758 ], [ 120.2418701, 30.1433334 ], [ 120.2410995, 30.1413707 ], [ 120.2403719, 30.139609 ], [ 120.2403395, 30.1395305 ], [ 120.2401188, 30.138996 ], [ 120.2392082, 30.1368434 ], [ 120.2386049, 30.1354327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232403, 30.1215871 ], [ 120.2324918, 30.121913 ], [ 120.2328592, 30.1228932 ], [ 120.2334168, 30.1240296 ], [ 120.2339603, 30.124964 ], [ 120.2346827, 30.1261637 ], [ 120.2355737, 30.1276965 ], [ 120.236054, 30.1286599 ], [ 120.2363696, 30.1292987 ], [ 120.2369675, 30.1307373 ], [ 120.2378024, 30.132773 ], [ 120.238716, 30.1349493 ], [ 120.2390009, 30.1356422 ], [ 120.239748, 30.1374543 ], [ 120.2404049, 30.1390471 ], [ 120.240595, 30.1395268 ], [ 120.2406304, 30.1396086 ], [ 120.2410835, 30.1406541 ], [ 120.2415399, 30.1417937 ], [ 120.2415912, 30.1419204 ], [ 120.2422269, 30.1434914 ], [ 120.2428409, 30.1449962 ], [ 120.2429213, 30.1452259 ], [ 120.2430111, 30.1454824 ], [ 120.2430897, 30.1458221 ], [ 120.2431999, 30.1464924 ], [ 120.2432077, 30.146713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430592, 30.1467172 ], [ 120.2430547, 30.1462744 ], [ 120.2429493, 30.1458051 ], [ 120.2428264, 30.1453889 ], [ 120.2427639, 30.1452056 ], [ 120.2426554, 30.1448876 ], [ 120.242078, 30.143483 ], [ 120.2416673, 30.1424242 ], [ 120.240944, 30.1407154 ], [ 120.2404932, 30.139609 ], [ 120.2404602, 30.1395279 ], [ 120.2395792, 30.1373802 ], [ 120.2388649, 30.135689 ], [ 120.2385655, 30.1349884 ], [ 120.2379016, 30.1333215 ], [ 120.2374338, 30.1322565 ], [ 120.2368365, 30.130798 ], [ 120.2362463, 30.1293456 ], [ 120.2354946, 30.1278696 ], [ 120.2348013, 30.1265995 ], [ 120.2334776, 30.1244077 ], [ 120.2330034, 30.1235751 ], [ 120.2326778, 30.122822 ], [ 120.2324159, 30.1221363 ], [ 120.2322444, 30.1215906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389614, 30.1351877 ], [ 120.2403043, 30.1348636 ], [ 120.2413901, 30.1346609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413847, 30.1347966 ], [ 120.2403955, 30.1349889 ], [ 120.2390123, 30.1353136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238552, 30.1353089 ], [ 120.2389614, 30.1351877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389614, 30.1351877 ], [ 120.2390123, 30.1353136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386049, 30.1354327 ], [ 120.238552, 30.1353089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390123, 30.1353136 ], [ 120.2386049, 30.1354327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239806, 30.1550074 ], [ 120.2399755, 30.1549891 ], [ 120.2402061, 30.1550482 ], [ 120.2404154, 30.155054 ], [ 120.240587, 30.1550262 ], [ 120.2406701, 30.1550053 ], [ 120.2408985, 30.1549349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239806, 30.1550074 ], [ 120.2399828, 30.1550743 ], [ 120.240072, 30.1551375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2432077, 30.146713 ], [ 120.2433475, 30.146709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2433475, 30.146709 ], [ 120.2432077, 30.146713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430592, 30.1467172 ], [ 120.2432077, 30.146713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2432077, 30.146713 ], [ 120.2430592, 30.1467172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430592, 30.1467172 ], [ 120.2429619, 30.14672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429619, 30.14672 ], [ 120.2430592, 30.1467172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2404261, 30.146723 ], [ 120.2429619, 30.14672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429619, 30.14672 ], [ 120.2404261, 30.146723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406816, 30.1512627 ], [ 120.2411415, 30.1509659 ], [ 120.2415665, 30.1505701 ], [ 120.2420008, 30.1500007 ], [ 120.242323, 30.149496 ], [ 120.2425892, 30.1489952 ], [ 120.24279, 30.1483935 ], [ 120.2428834, 30.1478484 ], [ 120.2429675, 30.1471618 ], [ 120.2429619, 30.14672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2433475, 30.146709 ], [ 120.2433504, 30.1471053 ], [ 120.2432524, 30.1478564 ], [ 120.2430936, 30.1486035 ], [ 120.2428928, 30.1491971 ], [ 120.2425332, 30.1498917 ], [ 120.2421876, 30.1504046 ], [ 120.241758, 30.150982 ], [ 120.2410518, 30.1517359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476434, 30.151955 ], [ 120.2472284, 30.1519602 ], [ 120.2469012, 30.1519742 ], [ 120.2464506, 30.1520345 ], [ 120.2460107, 30.1521411 ], [ 120.2456568, 30.1522571 ], [ 120.2455011, 30.1523081 ], [ 120.2449968, 30.1525076 ], [ 120.2443638, 30.1528555 ], [ 120.2436933, 30.1533518 ], [ 120.243317, 30.1536192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243317, 30.1536192 ], [ 120.2436933, 30.1533518 ], [ 120.2443638, 30.1528555 ], [ 120.2449968, 30.1525076 ], [ 120.2455011, 30.1523081 ], [ 120.2456568, 30.1522571 ], [ 120.2460107, 30.1521411 ], [ 120.2464506, 30.1520345 ], [ 120.2469012, 30.1519742 ], [ 120.2472284, 30.1519602 ], [ 120.2476434, 30.151955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "西山隧道", "潘水路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243317, 30.1536192 ], [ 120.2428576, 30.1538719 ], [ 120.2408985, 30.1549349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "西山隧道", "潘水路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408985, 30.1549349 ], [ 120.2428576, 30.1538719 ], [ 120.243317, 30.1536192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408985, 30.1549349 ], [ 120.2405763, 30.1551004 ], [ 120.2404368, 30.1551282 ], [ 120.2402866, 30.155156 ], [ 120.240072, 30.1551375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243317, 30.1536192 ], [ 120.2436018, 30.1538016 ], [ 120.2444172, 30.1543489 ], [ 120.245018, 30.1547571 ], [ 120.2456962, 30.1551886 ], [ 120.2461293, 30.1555702 ], [ 120.2464061, 30.1558852 ], [ 120.2467561, 30.1562785 ], [ 120.2475192, 30.1571556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475192, 30.1571556 ], [ 120.2467561, 30.1562785 ], [ 120.2464061, 30.1558852 ], [ 120.2461293, 30.1555702 ], [ 120.2456962, 30.1551886 ], [ 120.245018, 30.1547571 ], [ 120.2444172, 30.1543489 ], [ 120.2436018, 30.1538016 ], [ 120.243317, 30.1536192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240072, 30.1551375 ], [ 120.2402222, 30.1553416 ], [ 120.2402544, 30.1554715 ], [ 120.2402437, 30.1556199 ], [ 120.2401021, 30.1558342 ], [ 120.2400291, 30.1559817 ], [ 120.2399326, 30.1561765 ], [ 120.2398016, 30.1564783 ], [ 120.2397644, 30.1566589 ], [ 120.2397287, 30.1569186 ], [ 120.239718, 30.1571784 ], [ 120.2397073, 30.1574474 ], [ 120.2397015, 30.1577313 ], [ 120.239698, 30.1580083 ], [ 120.239718, 30.1582637 ], [ 120.2397609, 30.1584864 ], [ 120.2398467, 30.1586905 ], [ 120.2399862, 30.1589595 ], [ 120.240115, 30.159145 ], [ 120.240233, 30.1593491 ], [ 120.2405012, 30.1596552 ], [ 120.2406943, 30.1599057 ], [ 120.240896, 30.1600921 ], [ 120.2411127, 30.1602396 ], [ 120.2413702, 30.1602767 ], [ 120.2417199, 30.1602701 ], [ 120.2420396, 30.1602288 ], [ 120.2422643, 30.160187 ], [ 120.2424631, 30.1601747 ], [ 120.2426666, 30.1602329 ], [ 120.2429045, 30.1603788 ], [ 120.2429603, 30.1604751 ], [ 120.243041, 30.1606865 ], [ 120.2430691, 30.1609446 ], [ 120.2431083, 30.1611302 ], [ 120.2431423, 30.1612846 ], [ 120.2432247, 30.1614532 ], [ 120.243321, 30.1616288 ], [ 120.2435138, 30.1618454 ], [ 120.2440396, 30.1623092 ], [ 120.2444312, 30.162665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444312, 30.162665 ], [ 120.2440396, 30.1623092 ], [ 120.2435138, 30.1618454 ], [ 120.243321, 30.1616288 ], [ 120.2432247, 30.1614532 ], [ 120.2431423, 30.1612846 ], [ 120.2431083, 30.1611302 ], [ 120.2430691, 30.1609446 ], [ 120.243041, 30.1606865 ], [ 120.2429603, 30.1604751 ], [ 120.2429045, 30.1603788 ], [ 120.2426666, 30.1602329 ], [ 120.2424631, 30.1601747 ], [ 120.2422643, 30.160187 ], [ 120.2420396, 30.1602288 ], [ 120.2417199, 30.1602701 ], [ 120.2413702, 30.1602767 ], [ 120.2411127, 30.1602396 ], [ 120.240896, 30.1600921 ], [ 120.2406943, 30.1599057 ], [ 120.2405012, 30.1596552 ], [ 120.240233, 30.1593491 ], [ 120.240115, 30.159145 ], [ 120.2399862, 30.1589595 ], [ 120.2398467, 30.1586905 ], [ 120.2397609, 30.1584864 ], [ 120.239718, 30.1582637 ], [ 120.239698, 30.1580083 ], [ 120.2397015, 30.1577313 ], [ 120.2397073, 30.1574474 ], [ 120.239718, 30.1571784 ], [ 120.2397287, 30.1569186 ], [ 120.2397644, 30.1566589 ], [ 120.2398016, 30.1564783 ], [ 120.2399326, 30.1561765 ], [ 120.2400291, 30.1559817 ], [ 120.2401021, 30.1558342 ], [ 120.2402437, 30.1556199 ], [ 120.2402544, 30.1554715 ], [ 120.2402222, 30.1553416 ], [ 120.240072, 30.1551375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445544, 30.162799 ], [ 120.2444312, 30.162665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240072, 30.1551375 ], [ 120.2399828, 30.1550743 ], [ 120.239806, 30.1550074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "休博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306028, 30.1642446 ], [ 120.2327258, 30.1642259 ], [ 120.2330424, 30.1642227 ], [ 120.2332398, 30.1642026 ], [ 120.2334302, 30.164164 ], [ 120.2336014, 30.1640841 ], [ 120.2337512, 30.1639673 ], [ 120.234062, 30.1636431 ], [ 120.2342185, 30.1635418 ], [ 120.2344072, 30.1634819 ], [ 120.2346066, 30.163459 ], [ 120.23486, 30.1634847 ], [ 120.235083, 30.1635314 ], [ 120.2352596, 30.1636182 ], [ 120.2358572, 30.1640685 ], [ 120.2362689, 30.1644479 ], [ 120.2365193, 30.1646949 ], [ 120.2370108, 30.165115 ], [ 120.2373942, 30.1653422 ], [ 120.2376629, 30.1655053 ], [ 120.2379235, 30.1658688 ], [ 120.2381582, 30.1661514 ], [ 120.2381979, 30.1662233 ], [ 120.2383568, 30.1664285 ], [ 120.2384872, 30.1665633 ], [ 120.2387277, 30.1667015 ], [ 120.238916, 30.1667829 ], [ 120.2391206, 30.1668079 ], [ 120.2393559, 30.1668239 ], [ 120.2396561, 30.1668134 ], [ 120.2399441, 30.166838 ], [ 120.2401598, 30.1669029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "休博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401598, 30.1669029 ], [ 120.2399441, 30.166838 ], [ 120.2396561, 30.1668134 ], [ 120.2393559, 30.1668239 ], [ 120.2391206, 30.1668079 ], [ 120.238916, 30.1667829 ], [ 120.2387277, 30.1667015 ], [ 120.2384872, 30.1665633 ], [ 120.2383568, 30.1664285 ], [ 120.2381979, 30.1662233 ], [ 120.2381582, 30.1661514 ], [ 120.2379235, 30.1658688 ], [ 120.2376629, 30.1655053 ], [ 120.2373942, 30.1653422 ], [ 120.2370108, 30.165115 ], [ 120.2365193, 30.1646949 ], [ 120.2362689, 30.1644479 ], [ 120.2358572, 30.1640685 ], [ 120.2352596, 30.1636182 ], [ 120.235083, 30.1635314 ], [ 120.23486, 30.1634847 ], [ 120.2346066, 30.163459 ], [ 120.2344072, 30.1634819 ], [ 120.2342185, 30.1635418 ], [ 120.234062, 30.1636431 ], [ 120.2337512, 30.1639673 ], [ 120.2336014, 30.1640841 ], [ 120.2334302, 30.164164 ], [ 120.2332398, 30.1642026 ], [ 120.2330424, 30.1642227 ], [ 120.2327258, 30.1642259 ], [ 120.2306028, 30.1642446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401598, 30.1669029 ], [ 120.2402607, 30.1670319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2402607, 30.1670319 ], [ 120.2401598, 30.1669029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366628, 30.1702214 ], [ 120.236959, 30.1697427 ], [ 120.2376117, 30.1690537 ], [ 120.2386604, 30.168381 ], [ 120.2392654, 30.1679498 ], [ 120.2394087, 30.1678476 ], [ 120.2397928, 30.1673645 ], [ 120.2398636, 30.1672754 ], [ 120.2401598, 30.1669029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2402607, 30.1670319 ], [ 120.2399771, 30.1674052 ], [ 120.239902, 30.167504 ], [ 120.2395824, 30.1679247 ], [ 120.2387472, 30.1685522 ], [ 120.238548, 30.1686736 ], [ 120.2376491, 30.1692214 ], [ 120.237196, 30.1698464 ], [ 120.2368722, 30.1702818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396755, 30.1705115 ], [ 120.2396886, 30.1702597 ], [ 120.2396964, 30.1701093 ], [ 120.2396427, 30.1697754 ], [ 120.2396398, 30.169569 ], [ 120.2396734, 30.1693766 ], [ 120.239822, 30.1690788 ], [ 120.2399715, 30.168835 ], [ 120.2400844, 30.1685419 ], [ 120.2401943, 30.1682551 ], [ 120.240272, 30.1680524 ], [ 120.2403598, 30.1677789 ], [ 120.2404152, 30.1674843 ], [ 120.2404045, 30.1673418 ], [ 120.2402607, 30.1670319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2402607, 30.1670319 ], [ 120.2404045, 30.1673418 ], [ 120.2404152, 30.1674843 ], [ 120.2403598, 30.1677789 ], [ 120.240272, 30.1680524 ], [ 120.2401943, 30.1682551 ], [ 120.2400844, 30.1685419 ], [ 120.2399715, 30.168835 ], [ 120.239822, 30.1690788 ], [ 120.2396734, 30.1693766 ], [ 120.2396398, 30.169569 ], [ 120.2396427, 30.1697754 ], [ 120.2396964, 30.1701093 ], [ 120.2396886, 30.1702597 ], [ 120.2396755, 30.1705115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366628, 30.1702214 ], [ 120.2368722, 30.1702818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文化园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1935027, 30.10136 ], [ 120.1926731, 30.1014436 ], [ 120.1914286, 30.1015596 ], [ 120.1896219, 30.1017445 ], [ 120.1884873, 30.1018412 ], [ 120.1877921, 30.1019003 ], [ 120.1874843, 30.1019265 ], [ 120.187167, 30.1019535 ], [ 120.1869115, 30.1019627 ], [ 120.1866265, 30.1019206 ], [ 120.1860717, 30.1017702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文化园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860717, 30.1017702 ], [ 120.1858096, 30.1017344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文化园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1858096, 30.1017344 ], [ 120.1860717, 30.1017702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904259, 30.1145849 ], [ 120.1860746, 30.1137639 ], [ 120.1856025, 30.113671 ], [ 120.1829613, 30.1132222 ], [ 120.1822823, 30.1130783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822823, 30.1130783 ], [ 120.1829613, 30.1132222 ], [ 120.1856025, 30.113671 ], [ 120.1860746, 30.1137639 ], [ 120.1904259, 30.1145849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘虎路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911391, 30.1188427 ], [ 120.1910868, 30.1183605 ], [ 120.1910986, 30.118063 ], [ 120.1911027, 30.1179599 ], [ 120.191111, 30.1173362 ], [ 120.1910994, 30.1172169 ], [ 120.1910895, 30.1171158 ], [ 120.1910466, 30.1169418 ], [ 120.1910278, 30.1168791 ], [ 120.190924, 30.116499 ], [ 120.1907772, 30.1161181 ], [ 120.1906158, 30.1157157 ], [ 120.190523, 30.1155024 ], [ 120.1904876, 30.1153945 ], [ 120.1904555, 30.1152966 ], [ 120.1904255, 30.1151678 ], [ 120.1904157, 30.1149999 ], [ 120.1904259, 30.1145849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘虎路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904259, 30.1145849 ], [ 120.1904157, 30.1149999 ], [ 120.1904255, 30.1151678 ], [ 120.1904555, 30.1152966 ], [ 120.1904876, 30.1153945 ], [ 120.190523, 30.1155024 ], [ 120.1906158, 30.1157157 ], [ 120.1907772, 30.1161181 ], [ 120.190924, 30.116499 ], [ 120.1910278, 30.1168791 ], [ 120.1910466, 30.1169418 ], [ 120.1910895, 30.1171158 ], [ 120.1910994, 30.1172169 ], [ 120.191111, 30.1173362 ], [ 120.1911027, 30.1179599 ], [ 120.1910986, 30.118063 ], [ 120.1910868, 30.1183605 ], [ 120.1911391, 30.1188427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911391, 30.1188427 ], [ 120.1906869, 30.1189023 ], [ 120.1904149, 30.1189382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904149, 30.1189382 ], [ 120.1906869, 30.1189023 ], [ 120.1911391, 30.1188427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774707, 30.1238332 ], [ 120.1778742, 30.123872 ], [ 120.1792573, 30.1239624 ], [ 120.1814092, 30.1241217 ], [ 120.1814484, 30.1241235 ], [ 120.1819185, 30.1241575 ], [ 120.1831981, 30.1242359 ], [ 120.185508, 30.1244007 ], [ 120.1863931, 30.1244681 ], [ 120.1867878, 30.1245063 ], [ 120.1872009, 30.1245785 ], [ 120.1880802, 30.1248068 ], [ 120.1923828, 30.1259065 ], [ 120.1927273, 30.1259946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911391, 30.1188427 ], [ 120.1915616, 30.1187978 ], [ 120.1918686, 30.1187869 ], [ 120.1919784, 30.118783 ], [ 120.1929161, 30.1188372 ], [ 120.1929836, 30.1188389 ], [ 120.1930644, 30.1188655 ], [ 120.1931293, 30.118883 ], [ 120.1932125, 30.118918 ], [ 120.193502, 30.1190789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.193502, 30.1190789 ], [ 120.1936053, 30.1191363 ], [ 120.1944571, 30.1196244 ], [ 120.1948891, 30.1198515 ], [ 120.1955684, 30.1201705 ], [ 120.1958005, 30.1202698 ], [ 120.196175, 30.1204267 ], [ 120.1965438, 30.1205608 ], [ 120.1972736, 30.1208414 ], [ 120.1989779, 30.1213454 ], [ 120.1992439, 30.1213921 ], [ 120.1993685, 30.1214053 ], [ 120.1995524, 30.121395 ], [ 120.1996901, 30.1213742 ], [ 120.1998424, 30.1213518 ], [ 120.2000804, 30.1212639 ], [ 120.2001757, 30.1212118 ], [ 120.200241, 30.1211293 ], [ 120.2003264, 30.1210077 ], [ 120.2003816, 30.1209078 ], [ 120.2004268, 30.1207862 ], [ 120.2004469, 30.1206602 ], [ 120.2004418, 30.120556 ], [ 120.2004117, 30.1204257 ], [ 120.2003264, 30.1202781 ], [ 120.2002209, 30.1201695 ], [ 120.199995, 30.1199871 ], [ 120.1997691, 30.1198612 ], [ 120.1994327, 30.1197439 ], [ 120.1990812, 30.1196961 ], [ 120.1989206, 30.1196918 ], [ 120.1986444, 30.1197265 ], [ 120.1984687, 30.1197787 ], [ 120.198303, 30.1198264 ], [ 120.1981022, 30.1198351 ], [ 120.1979164, 30.1198221 ], [ 120.1977106, 30.119796 ], [ 120.1975248, 30.1197309 ], [ 120.1973943, 30.1196701 ], [ 120.1971332, 30.1194964 ], [ 120.1969072, 30.1192358 ], [ 120.1966562, 30.1188927 ], [ 120.1965106, 30.1187364 ], [ 120.1962244, 30.1185192 ], [ 120.1960286, 30.118441 ], [ 120.1957474, 30.1183672 ], [ 120.1955065, 30.1183412 ], [ 120.1953357, 30.1183498 ], [ 120.19515, 30.1183846 ], [ 120.1949391, 30.1184454 ], [ 120.1946881, 30.1184932 ], [ 120.1943757, 30.1184869 ], [ 120.1942013, 30.1184923 ], [ 120.1940519, 30.1185246 ], [ 120.1939149, 30.1185946 ], [ 120.1937904, 30.1186862 ], [ 120.193697, 30.118767 ], [ 120.1936098, 30.118837 ], [ 120.1935164, 30.1188855 ], [ 120.1934728, 30.1189339 ], [ 120.1934728, 30.1190093 ], [ 120.193502, 30.1190789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘师路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.193502, 30.1190789 ], [ 120.1934728, 30.1190093 ], [ 120.1934728, 30.1189339 ], [ 120.1935164, 30.1188855 ], [ 120.1936098, 30.118837 ], [ 120.193697, 30.118767 ], [ 120.1937904, 30.1186862 ], [ 120.1939149, 30.1185946 ], [ 120.1940519, 30.1185246 ], [ 120.1942013, 30.1184923 ], [ 120.1943757, 30.1184869 ], [ 120.1946881, 30.1184932 ], [ 120.1949391, 30.1184454 ], [ 120.19515, 30.1183846 ], [ 120.1953357, 30.1183498 ], [ 120.1955065, 30.1183412 ], [ 120.1957474, 30.1183672 ], [ 120.1960286, 30.118441 ], [ 120.1962244, 30.1185192 ], [ 120.1965106, 30.1187364 ], [ 120.1966562, 30.1188927 ], [ 120.1969072, 30.1192358 ], [ 120.1971332, 30.1194964 ], [ 120.1973943, 30.1196701 ], [ 120.1975248, 30.1197309 ], [ 120.1977106, 30.119796 ], [ 120.1979164, 30.1198221 ], [ 120.1981022, 30.1198351 ], [ 120.198303, 30.1198264 ], [ 120.1984687, 30.1197787 ], [ 120.1986444, 30.1197265 ], [ 120.1989206, 30.1196918 ], [ 120.1990812, 30.1196961 ], [ 120.1994327, 30.1197439 ], [ 120.1997691, 30.1198612 ], [ 120.199995, 30.1199871 ], [ 120.2002209, 30.1201695 ], [ 120.2003264, 30.1202781 ], [ 120.2004117, 30.1204257 ], [ 120.2004418, 30.120556 ], [ 120.2004469, 30.1206602 ], [ 120.2004268, 30.1207862 ], [ 120.2003816, 30.1209078 ], [ 120.2003264, 30.1210077 ], [ 120.200241, 30.1211293 ], [ 120.2001757, 30.1212118 ], [ 120.2000804, 30.1212639 ], [ 120.1998424, 30.1213518 ], [ 120.1996901, 30.1213742 ], [ 120.1995524, 30.121395 ], [ 120.1993685, 30.1214053 ], [ 120.1992439, 30.1213921 ], [ 120.1989779, 30.1213454 ], [ 120.1972736, 30.1208414 ], [ 120.1965438, 30.1205608 ], [ 120.196175, 30.1204267 ], [ 120.1958005, 30.1202698 ], [ 120.1955684, 30.1201705 ], [ 120.1948891, 30.1198515 ], [ 120.1944571, 30.1196244 ], [ 120.1936053, 30.1191363 ], [ 120.193502, 30.1190789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘虎路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911391, 30.1188427 ], [ 120.1911713, 30.119002 ], [ 120.1912571, 30.1191018 ], [ 120.1914503, 30.1192398 ], [ 120.1917104, 30.1193837 ], [ 120.1919988, 30.119597 ], [ 120.1922844, 30.1199648 ], [ 120.1925111, 30.1202954 ], [ 120.1926425, 30.1204729 ], [ 120.1928397, 30.1208256 ], [ 120.1929362, 30.1212026 ], [ 120.1929326, 30.1214056 ], [ 120.1929255, 30.1217954 ], [ 120.1929137, 30.1224545 ], [ 120.1929053, 30.1229226 ], [ 120.1927879, 30.124979 ], [ 120.1927745, 30.1252037 ], [ 120.1927486, 30.1256385 ], [ 120.1927273, 30.1259946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘虎路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927273, 30.1259946 ], [ 120.1927486, 30.1256385 ], [ 120.1927745, 30.1252037 ], [ 120.1927879, 30.124979 ], [ 120.1929053, 30.1229226 ], [ 120.1929137, 30.1224545 ], [ 120.1929255, 30.1217954 ], [ 120.1929326, 30.1214056 ], [ 120.1929362, 30.1212026 ], [ 120.1928397, 30.1208256 ], [ 120.1926425, 30.1204729 ], [ 120.1925111, 30.1202954 ], [ 120.1922844, 30.1199648 ], [ 120.1919988, 30.119597 ], [ 120.1917104, 30.1193837 ], [ 120.1914503, 30.1192398 ], [ 120.1912571, 30.1191018 ], [ 120.1911713, 30.119002 ], [ 120.1911391, 30.1188427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927273, 30.1259946 ], [ 120.1927216, 30.1260796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927216, 30.1260796 ], [ 120.1927273, 30.1259946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1943514, 30.1475755 ], [ 120.1918116, 30.1454087 ], [ 120.1919183, 30.1453383 ], [ 120.1921602, 30.1455369 ], [ 120.1927713, 30.1460387 ], [ 120.1930444, 30.1462826 ], [ 120.1935563, 30.1467396 ], [ 120.1944183, 30.1475092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1943514, 30.1475755 ], [ 120.1944183, 30.1475092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1944183, 30.1475092 ], [ 120.1945317, 30.1476105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927216, 30.1260796 ], [ 120.1922981, 30.125971 ], [ 120.1906544, 30.1255496 ], [ 120.1892393, 30.1251706 ], [ 120.1878031, 30.1247859 ], [ 120.1871562, 30.1246399 ], [ 120.1868477, 30.1245853 ], [ 120.186392, 30.1245428 ], [ 120.1855105, 30.1244749 ], [ 120.1847625, 30.1244185 ], [ 120.1843897, 30.12439 ], [ 120.1821934, 30.1242345 ], [ 120.1819069, 30.1242158 ], [ 120.1814413, 30.1241766 ], [ 120.1813911, 30.1241726 ], [ 120.1793561, 30.1240351 ], [ 120.1777655, 30.1239202 ], [ 120.1774707, 30.1238332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887264, 30.146437 ], [ 120.1902036, 30.1442921 ], [ 120.1903904, 30.1440253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903904, 30.1440253 ], [ 120.1902036, 30.1442921 ], [ 120.1887264, 30.146437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841467, 30.1445731 ], [ 120.1859729, 30.1453413 ], [ 120.1887264, 30.146437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886698, 30.1465318 ], [ 120.1869568, 30.1458983 ], [ 120.1859517, 30.1455004 ], [ 120.1840273, 30.14472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887264, 30.146437 ], [ 120.1886698, 30.1465318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886698, 30.1465318 ], [ 120.1887264, 30.146437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887264, 30.146437 ], [ 120.1898781, 30.1469369 ], [ 120.190494, 30.1472043 ], [ 120.1912701, 30.1477616 ], [ 120.191733, 30.1481618 ], [ 120.1927648, 30.1492591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1926846, 30.1493484 ], [ 120.1916372, 30.1482446 ], [ 120.1911903, 30.1478858 ], [ 120.190462, 30.1473286 ], [ 120.1898468, 30.147015 ], [ 120.1897457, 30.1469634 ], [ 120.1886698, 30.1465318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860693, 30.1505669 ], [ 120.187094, 30.149421 ], [ 120.1879346, 30.1478299 ], [ 120.1886698, 30.1465318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "越王路", "连山桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070957, 30.1424569 ], [ 120.2067885, 30.1424099 ], [ 120.2064143, 30.1422974 ], [ 120.2062292, 30.1422046 ], [ 120.2059811, 30.1420365 ], [ 120.2056257, 30.1417546 ], [ 120.2053642, 30.1414647 ], [ 120.2053243, 30.1413904 ], [ 120.2051979, 30.141155 ], [ 120.2051161, 30.140973 ], [ 120.2050625, 30.1407943 ], [ 120.2050249, 30.1405577 ], [ 120.2049834, 30.1401054 ], [ 120.2049136, 30.1397969 ], [ 120.2048653, 30.1396902 ], [ 120.2047983, 30.1395476 ], [ 120.2047044, 30.1394293 ], [ 120.2044899, 30.1391175 ], [ 120.2043155, 30.1388853 ], [ 120.2042337, 30.1387659 ], [ 120.2040789, 30.1384418 ], [ 120.2039212, 30.1380851 ], [ 120.2039034, 30.1380075 ], [ 120.2038622, 30.1378276 ], [ 120.2038032, 30.1373463 ], [ 120.2037281, 30.1364265 ], [ 120.203649, 30.1356471 ], [ 120.2034793, 30.1347314 ], [ 120.203461, 30.1346326 ], [ 120.2034317, 30.1344745 ], [ 120.203248, 30.1338296 ], [ 120.2030468, 30.1330444 ], [ 120.2030227, 30.1329284 ], [ 120.2030049, 30.1328862 ], [ 120.2029556, 30.1327695 ], [ 120.202867, 30.1326518 ], [ 120.2028202, 30.1325897 ], [ 120.2022703, 30.1320875 ], [ 120.2018867, 30.1318161 ], [ 120.2014589, 30.1316293 ], [ 120.2013516, 30.1315783 ], [ 120.20096, 30.1313962 ], [ 120.2003887, 30.1311538 ], [ 120.1980861, 30.1303894 ], [ 120.1979546, 30.1303337 ], [ 120.1976582, 30.1302143 ], [ 120.1970695, 30.129995 ], [ 120.1968026, 30.1298779 ], [ 120.1965371, 30.1297665 ], [ 120.1949479, 30.1290671 ], [ 120.1941566, 30.1286867 ], [ 120.1939031, 30.1285405 ], [ 120.1937248, 30.1284535 ], [ 120.1933774, 30.1282714 ], [ 120.1932755, 30.128203 ], [ 120.1931632, 30.1281022 ], [ 120.1931078, 30.1280691 ], [ 120.1929121, 30.1278699 ], [ 120.1928225, 30.1276888 ], [ 120.1927696, 30.1275157 ], [ 120.1927642, 30.1274313 ], [ 120.1927534, 30.1272635 ], [ 120.1927348, 30.1265715 ], [ 120.1927216, 30.1260796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "越王路", "连山桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927216, 30.1260796 ], [ 120.1927348, 30.1265715 ], [ 120.1927534, 30.1272635 ], [ 120.1927642, 30.1274313 ], [ 120.1927696, 30.1275157 ], [ 120.1928225, 30.1276888 ], [ 120.1929121, 30.1278699 ], [ 120.1931078, 30.1280691 ], [ 120.1931632, 30.1281022 ], [ 120.1932755, 30.128203 ], [ 120.1933774, 30.1282714 ], [ 120.1937248, 30.1284535 ], [ 120.1939031, 30.1285405 ], [ 120.1941566, 30.1286867 ], [ 120.1949479, 30.1290671 ], [ 120.1965371, 30.1297665 ], [ 120.1968026, 30.1298779 ], [ 120.1970695, 30.129995 ], [ 120.1976582, 30.1302143 ], [ 120.1979546, 30.1303337 ], [ 120.1980861, 30.1303894 ], [ 120.2003887, 30.1311538 ], [ 120.20096, 30.1313962 ], [ 120.2013516, 30.1315783 ], [ 120.2014589, 30.1316293 ], [ 120.2018867, 30.1318161 ], [ 120.2022703, 30.1320875 ], [ 120.2028202, 30.1325897 ], [ 120.202867, 30.1326518 ], [ 120.2029556, 30.1327695 ], [ 120.2030049, 30.1328862 ], [ 120.2030227, 30.1329284 ], [ 120.2030468, 30.1330444 ], [ 120.203248, 30.1338296 ], [ 120.2034317, 30.1344745 ], [ 120.203461, 30.1346326 ], [ 120.2034793, 30.1347314 ], [ 120.203649, 30.1356471 ], [ 120.2037281, 30.1364265 ], [ 120.2038032, 30.1373463 ], [ 120.2038622, 30.1378276 ], [ 120.2039034, 30.1380075 ], [ 120.2039212, 30.1380851 ], [ 120.2040789, 30.1384418 ], [ 120.2042337, 30.1387659 ], [ 120.2043155, 30.1388853 ], [ 120.2044899, 30.1391175 ], [ 120.2047044, 30.1394293 ], [ 120.2047983, 30.1395476 ], [ 120.2048653, 30.1396902 ], [ 120.2049136, 30.1397969 ], [ 120.2049834, 30.1401054 ], [ 120.2050249, 30.1405577 ], [ 120.2050625, 30.1407943 ], [ 120.2051161, 30.140973 ], [ 120.2051979, 30.141155 ], [ 120.2053243, 30.1413904 ], [ 120.2053642, 30.1414647 ], [ 120.2056257, 30.1417546 ], [ 120.2059811, 30.1420365 ], [ 120.2062292, 30.1422046 ], [ 120.2064143, 30.1422974 ], [ 120.2067885, 30.1424099 ], [ 120.2070957, 30.1424569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汤堰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070957, 30.1424569 ], [ 120.2068788, 30.1428968 ], [ 120.2066266, 30.1434621 ], [ 120.2064025, 30.1439225 ], [ 120.2061032, 30.144376 ], [ 120.2058434, 30.1448408 ], [ 120.2057448, 30.1451 ], [ 120.2057842, 30.1454921 ], [ 120.2058867, 30.1459388 ], [ 120.2061983, 30.1470299 ], [ 120.2062295, 30.1471996 ], [ 120.2062392, 30.1473693 ], [ 120.2062237, 30.1475184 ], [ 120.2061855, 30.1477093 ], [ 120.2060304, 30.14803 ], [ 120.2058377, 30.1482589 ], [ 120.2052913, 30.1487041 ], [ 120.2038402, 30.1499112 ], [ 120.203718, 30.1499419 ], [ 120.2035926, 30.1500404 ], [ 120.2034483, 30.150218 ], [ 120.203265, 30.1506933 ], [ 120.203214, 30.1508492 ], [ 120.2030871, 30.1512372 ], [ 120.2029967, 30.1515359 ], [ 120.2027689, 30.1522101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汤堰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027689, 30.1522101 ], [ 120.2029967, 30.1515359 ], [ 120.2030871, 30.1512372 ], [ 120.203214, 30.1508492 ], [ 120.203265, 30.1506933 ], [ 120.2034483, 30.150218 ], [ 120.2035926, 30.1500404 ], [ 120.203718, 30.1499419 ], [ 120.2038402, 30.1499112 ], [ 120.2052913, 30.1487041 ], [ 120.2058377, 30.1482589 ], [ 120.2060304, 30.14803 ], [ 120.2061855, 30.1477093 ], [ 120.2062237, 30.1475184 ], [ 120.2062392, 30.1473693 ], [ 120.2062295, 30.1471996 ], [ 120.2061983, 30.1470299 ], [ 120.2058867, 30.1459388 ], [ 120.2057842, 30.1454921 ], [ 120.2057448, 30.1451 ], [ 120.2058434, 30.1448408 ], [ 120.2061032, 30.144376 ], [ 120.2064025, 30.1439225 ], [ 120.2066266, 30.1434621 ], [ 120.2068788, 30.1428968 ], [ 120.2070957, 30.1424569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1972049, 30.1494645 ], [ 120.1982778, 30.1499052 ], [ 120.1990503, 30.1503644 ], [ 120.200683, 30.1513546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2005705, 30.151452 ], [ 120.2004131, 30.1513565 ], [ 120.1982225, 30.1500016 ], [ 120.1971556, 30.1495599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2005705, 30.151452 ], [ 120.200683, 30.1513546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.200683, 30.1513546 ], [ 120.2005705, 30.151452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.200683, 30.1513546 ], [ 120.2008695, 30.1514677 ], [ 120.2009547, 30.1515194 ], [ 120.2015179, 30.1517699 ], [ 120.2017184, 30.1518245 ], [ 120.2020281, 30.1519274 ], [ 120.2021939, 30.1519786 ], [ 120.2027689, 30.1522101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027387, 30.1523023 ], [ 120.202286, 30.1521077 ], [ 120.2019895, 30.1520021 ], [ 120.201652, 30.1519049 ], [ 120.2010774, 30.1517145 ], [ 120.2005705, 30.151452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1944595, 30.147674 ], [ 120.1944301, 30.1476475 ], [ 120.1943514, 30.1475755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1945317, 30.1476105 ], [ 120.1944595, 30.147674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927648, 30.1492591 ], [ 120.192853, 30.1491662 ], [ 120.1941031, 30.1478492 ], [ 120.1942953, 30.1476468 ], [ 120.1943514, 30.1475755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1944595, 30.147674 ], [ 120.1944027, 30.1477388 ], [ 120.1942039, 30.1479357 ], [ 120.1928274, 30.1492987 ], [ 120.192814, 30.149315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1945317, 30.1476105 ], [ 120.195086, 30.1481053 ], [ 120.1956546, 30.1486341 ], [ 120.1962447, 30.1490145 ], [ 120.1969475, 30.1493949 ], [ 120.1971245, 30.1494366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197075, 30.1495265 ], [ 120.1966855, 30.1493653 ], [ 120.1958156, 30.1488614 ], [ 120.1952703, 30.148456 ], [ 120.1944874, 30.1477 ], [ 120.1944595, 30.147674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927648, 30.1492591 ], [ 120.192814, 30.149315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1926846, 30.1493484 ], [ 120.1927648, 30.1492591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.192814, 30.149315 ], [ 120.1927374, 30.1494079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927374, 30.1494079 ], [ 120.1926846, 30.1493484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886698, 30.1465318 ], [ 120.1879346, 30.1478299 ], [ 120.187094, 30.149421 ], [ 120.1860693, 30.1505669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1859944, 30.1506128 ], [ 120.1860693, 30.1505669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860693, 30.1505669 ], [ 120.1859944, 30.1506128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860693, 30.1505669 ], [ 120.1872865, 30.1511923 ], [ 120.1876582, 30.151412 ], [ 120.1883342, 30.1517518 ], [ 120.1887176, 30.1519471 ], [ 120.1896105, 30.1524193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895338, 30.1524875 ], [ 120.1886564, 30.1520068 ], [ 120.1882381, 30.1517907 ], [ 120.1876298, 30.1514691 ], [ 120.1869408, 30.1511115 ], [ 120.1859944, 30.1506128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896105, 30.1524193 ], [ 120.1909907, 30.1510406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910414, 30.1511073 ], [ 120.1896901, 30.1524614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896105, 30.1524193 ], [ 120.1896901, 30.1524614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895338, 30.1524875 ], [ 120.1896105, 30.1524193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896901, 30.1524614 ], [ 120.1896793, 30.1524722 ], [ 120.1896144, 30.1525299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1971245, 30.1494366 ], [ 120.1972049, 30.1494645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197075, 30.1495265 ], [ 120.1971245, 30.1494366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1972049, 30.1494645 ], [ 120.1971556, 30.1495599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1971556, 30.1495599 ], [ 120.197075, 30.1495265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910401, 30.1509912 ], [ 120.1917446, 30.1502874 ], [ 120.1926846, 30.1493484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927374, 30.1494079 ], [ 120.1911098, 30.1510388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.192814, 30.149315 ], [ 120.1940702, 30.1507426 ], [ 120.1945139, 30.1512115 ], [ 120.195002, 30.1516185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949383, 30.1516933 ], [ 120.194711, 30.1515312 ], [ 120.194292, 30.1511582 ], [ 120.1927374, 30.1494079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.195002, 30.1516185 ], [ 120.1953591, 30.1511982 ], [ 120.1956595, 30.1508828 ], [ 120.1963139, 30.1502983 ], [ 120.1967806, 30.1498623 ], [ 120.1968711, 30.1497591 ], [ 120.197075, 30.1495265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1971556, 30.1495599 ], [ 120.1969515, 30.1497974 ], [ 120.1968718, 30.1498901 ], [ 120.1965232, 30.1502148 ], [ 120.1954288, 30.1511843 ], [ 120.1950673, 30.1516729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910401, 30.1509912 ], [ 120.1911098, 30.1510388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909907, 30.1510406 ], [ 120.1910401, 30.1509912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911098, 30.1510388 ], [ 120.1910414, 30.1511073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910414, 30.1511073 ], [ 120.1909907, 30.1510406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.195002, 30.1516185 ], [ 120.1950673, 30.1516729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949383, 30.1516933 ], [ 120.195002, 30.1516185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1950673, 30.1516729 ], [ 120.1950071, 30.1517424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1950071, 30.1517424 ], [ 120.1949383, 30.1516933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911098, 30.1510388 ], [ 120.1938425, 30.1527446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1937011, 30.1528112 ], [ 120.1910414, 30.1511073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汤堰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027689, 30.1522101 ], [ 120.2027387, 30.1523023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汤堰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027387, 30.1523023 ], [ 120.2027689, 30.1522101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027689, 30.1522101 ], [ 120.2039748, 30.1528901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2005705, 30.151452 ], [ 120.2004625, 30.1515855 ], [ 120.2003056, 30.151756 ], [ 120.1997933, 30.152294 ], [ 120.1983811, 30.1537514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983811, 30.1537514 ], [ 120.1997933, 30.152294 ], [ 120.2003056, 30.151756 ], [ 120.2004625, 30.1515855 ], [ 120.2005705, 30.151452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039176, 30.1529754 ], [ 120.2033204, 30.1526118 ], [ 120.2027387, 30.1523023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039748, 30.1528901 ], [ 120.2039176, 30.1529754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039176, 30.1529754 ], [ 120.2039748, 30.1528901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039748, 30.1528901 ], [ 120.2041513, 30.1530616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041513, 30.1530616 ], [ 120.2039176, 30.1529754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1938425, 30.1527446 ], [ 120.1939751, 30.1526362 ], [ 120.1943506, 30.1523486 ], [ 120.1947046, 30.1519636 ], [ 120.1949383, 30.1516933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1950071, 30.1517424 ], [ 120.1948173, 30.1519497 ], [ 120.1944149, 30.1523718 ], [ 120.194077, 30.1526547 ], [ 120.1939016, 30.1527815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1950673, 30.1516729 ], [ 120.195204, 30.151787 ], [ 120.1983811, 30.1537514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1938425, 30.1527446 ], [ 120.1939016, 30.1527815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1937011, 30.1528112 ], [ 120.1938425, 30.1527446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘滨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198303, 30.1538319 ], [ 120.195204, 30.1518829 ], [ 120.1950071, 30.1517424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1939016, 30.1527815 ], [ 120.1937822, 30.1528632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1937822, 30.1528632 ], [ 120.1937011, 30.1528112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1939016, 30.1527815 ], [ 120.194018, 30.1528542 ], [ 120.1940872, 30.1529721 ], [ 120.1939083, 30.152944 ], [ 120.1937822, 30.1528632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919849, 30.1536809 ], [ 120.1921672, 30.153601 ], [ 120.1937011, 30.1528112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "眉山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181984, 30.1178259 ], [ 120.2182286, 30.1201225 ], [ 120.2181643, 30.1205283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "罗坞桥", "眉山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2123263, 30.1323728 ], [ 120.2123622, 30.132074 ], [ 120.2125207, 30.131505 ], [ 120.2125863, 30.131144 ], [ 120.212604, 30.1310485 ], [ 120.2129618, 30.128952 ], [ 120.213016, 30.1287678 ], [ 120.2130876, 30.1285086 ], [ 120.2133417, 30.1279629 ], [ 120.2136399, 30.1273777 ], [ 120.213854, 30.1269137 ], [ 120.2138991, 30.1265988 ], [ 120.2138683, 30.1261499 ], [ 120.2137798, 30.1255711 ], [ 120.2138146, 30.125331 ], [ 120.2139152, 30.1250665 ], [ 120.2141412, 30.1247603 ], [ 120.214394, 30.1244587 ], [ 120.2147648, 30.1240939 ], [ 120.2152215, 30.1236873 ], [ 120.215645, 30.1234123 ], [ 120.2157594, 30.1233186 ], [ 120.2162413, 30.1229524 ], [ 120.2165643, 30.1226538 ], [ 120.2166814, 30.1224585 ], [ 120.2167262, 30.1224183 ], [ 120.2172019, 30.1218189 ], [ 120.2172642, 30.1217404 ], [ 120.2174021, 30.1215604 ], [ 120.2177611, 30.1210468 ], [ 120.2180406, 30.1204818 ], [ 120.2181045, 30.1201104 ], [ 120.2180843, 30.117795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "眉山路", "罗坞桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181643, 30.1205283 ], [ 120.2178729, 30.1211349 ], [ 120.2175045, 30.1216364 ], [ 120.2173573, 30.1218245 ], [ 120.216824, 30.1225064 ], [ 120.2162808, 30.1229936 ], [ 120.2157028, 30.1234564 ], [ 120.2150403, 30.1239471 ], [ 120.2144596, 30.1245074 ], [ 120.2139835, 30.1251059 ], [ 120.2138829, 30.1254098 ], [ 120.2138561, 30.1256592 ], [ 120.2139661, 30.126238 ], [ 120.2139969, 30.1266869 ], [ 120.2139191, 30.1269897 ], [ 120.2134068, 30.1280429 ], [ 120.213148, 30.1285927 ], [ 120.2130315, 30.1290441 ], [ 120.2127792, 30.1304729 ], [ 120.2126585, 30.1311561 ], [ 120.2125928, 30.1315064 ], [ 120.2124513, 30.1320673 ], [ 120.2123792, 30.1322639 ], [ 120.2123263, 30.1323728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2123263, 30.1323728 ], [ 120.2125414, 30.1324808 ], [ 120.2128315, 30.1327254 ], [ 120.2129706, 30.1328427 ], [ 120.2146335, 30.1344016 ], [ 120.2151199, 30.1348676 ], [ 120.2157279, 30.1354501 ], [ 120.2159164, 30.1356813 ], [ 120.2163609, 30.1361274 ], [ 120.2166151, 30.1365271 ], [ 120.2167405, 30.1367243 ], [ 120.217069, 30.1372408 ], [ 120.2174556, 30.1379661 ], [ 120.2177664, 30.1385491 ], [ 120.2178629, 30.1388646 ], [ 120.2179702, 30.1403621 ], [ 120.2180131, 30.1405811 ], [ 120.2181097, 30.1408631 ], [ 120.2183562, 30.1412164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2183562, 30.1412164 ], [ 120.2181097, 30.1408631 ], [ 120.2180131, 30.1405811 ], [ 120.2179702, 30.1403621 ], [ 120.2178629, 30.1388646 ], [ 120.2177664, 30.1385491 ], [ 120.2174556, 30.1379661 ], [ 120.217069, 30.1372408 ], [ 120.2167405, 30.1367243 ], [ 120.2166151, 30.1365271 ], [ 120.2163609, 30.1361274 ], [ 120.2159164, 30.1356813 ], [ 120.2157279, 30.1354501 ], [ 120.2151199, 30.1348676 ], [ 120.2146335, 30.1344016 ], [ 120.2129706, 30.1328427 ], [ 120.2128315, 30.1327254 ], [ 120.2125414, 30.1324808 ], [ 120.2123263, 30.1323728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "杨堤", "德惠桥", "道南桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2183562, 30.1412164 ], [ 120.2177814, 30.1414189 ], [ 120.217097, 30.14166 ], [ 120.2169055, 30.1417275 ], [ 120.2167446, 30.1417633 ], [ 120.2166022, 30.1417871 ], [ 120.2164046, 30.141815 ], [ 120.2160281, 30.1418429 ], [ 120.2158986, 30.1418615 ], [ 120.2157576, 30.1419221 ], [ 120.2156268, 30.1420132 ], [ 120.2148645, 30.1425888 ], [ 120.214769, 30.1426609 ], [ 120.2145902, 30.1428588 ], [ 120.2144702, 30.1429662 ], [ 120.2143437, 30.1430582 ], [ 120.2138364, 30.1432493 ], [ 120.213704, 30.1433127 ], [ 120.2135167, 30.1434198 ], [ 120.213414, 30.1434873 ], [ 120.2125571, 30.1441219 ], [ 120.2124813, 30.1441628 ], [ 120.2123636, 30.1442361 ], [ 120.2120703, 30.14437 ], [ 120.2118928, 30.144453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "杨堤", "德惠桥", "道南桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2118928, 30.144453 ], [ 120.2120703, 30.14437 ], [ 120.2123636, 30.1442361 ], [ 120.2124813, 30.1441628 ], [ 120.2125571, 30.1441219 ], [ 120.213414, 30.1434873 ], [ 120.2135167, 30.1434198 ], [ 120.213704, 30.1433127 ], [ 120.2138364, 30.1432493 ], [ 120.2143437, 30.1430582 ], [ 120.2144702, 30.1429662 ], [ 120.2145902, 30.1428588 ], [ 120.214769, 30.1426609 ], [ 120.2148645, 30.1425888 ], [ 120.2156268, 30.1420132 ], [ 120.2157576, 30.1419221 ], [ 120.2158986, 30.1418615 ], [ 120.2160281, 30.1418429 ], [ 120.2164046, 30.141815 ], [ 120.2166022, 30.1417871 ], [ 120.2167446, 30.1417633 ], [ 120.2169055, 30.1417275 ], [ 120.217097, 30.14166 ], [ 120.2177814, 30.1414189 ], [ 120.2183562, 30.1412164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2176578, 30.1646893 ], [ 120.2177373, 30.1649055 ], [ 120.2178365, 30.1652742 ], [ 120.2179331, 30.1654157 ], [ 120.2180618, 30.1655293 ], [ 120.2183273, 30.1656731 ], [ 120.2189617, 30.1659734 ], [ 120.2192044, 30.166116 ], [ 120.2194418, 30.166276 ], [ 120.2199769, 30.1666877 ], [ 120.2202103, 30.1668198 ], [ 120.2203886, 30.1668987 ], [ 120.2205724, 30.1669671 ], [ 120.2220545, 30.16749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220413, 30.1675725 ], [ 120.2216479, 30.1674286 ], [ 120.2208164, 30.1671271 ], [ 120.220288, 30.1669323 ], [ 120.220052, 30.1668048 ], [ 120.2197704, 30.1666239 ], [ 120.2195799, 30.1664732 ], [ 120.219309, 30.1662737 ], [ 120.219014, 30.1660697 ], [ 120.2186894, 30.165912 ], [ 120.2183139, 30.1657311 ], [ 120.2181208, 30.1656406 ], [ 120.2179733, 30.1655386 ], [ 120.2178043, 30.1653554 ], [ 120.2177104, 30.1650887 ], [ 120.2176578, 30.1646893 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "motorway" ], "name": [ "彩虹快速路", "彩虹快速路隧道", "之江大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3123015, 30.180587 ], [ 120.3109092, 30.1806856 ], [ 120.3104437, 30.1807209 ], [ 120.3100882, 30.1807563 ], [ 120.3096167, 30.1808131 ], [ 120.309093, 30.1808949 ], [ 120.307762, 30.1811341 ], [ 120.3028624, 30.1820262 ], [ 120.3024712, 30.1821018 ], [ 120.3020597, 30.1821658 ], [ 120.301493, 30.1822179 ], [ 120.301136, 30.1822451 ], [ 120.3009476, 30.1822489 ], [ 120.3005886, 30.1822473 ], [ 120.3001918, 30.1822234 ], [ 120.2998299, 30.1821878 ], [ 120.2994524, 30.1821481 ], [ 120.2990749, 30.1821037 ], [ 120.294768, 30.1816203 ], [ 120.2907906, 30.181249 ], [ 120.2901703, 30.1811879 ], [ 120.2895804, 30.1811252 ], [ 120.2891446, 30.1810657 ], [ 120.2887637, 30.1810009 ], [ 120.2883929, 30.1809273 ], [ 120.2880018, 30.1808362 ], [ 120.2870854, 30.1805944 ], [ 120.2862154, 30.1803544 ], [ 120.2828392, 30.1793012 ], [ 120.2782523, 30.1779153 ], [ 120.2771069, 30.1775676 ], [ 120.2751013, 30.1769538 ], [ 120.2747653, 30.1768476 ], [ 120.2745942, 30.1767764 ], [ 120.2743615, 30.1766764 ], [ 120.2741636, 30.1765683 ], [ 120.2739688, 30.1764552 ], [ 120.2737952, 30.1763357 ], [ 120.2736391, 30.1762174 ], [ 120.2734893, 30.1760934 ], [ 120.2733205, 30.1759624 ], [ 120.2731878, 30.1758559 ], [ 120.273027, 30.1757216 ], [ 120.2728785, 30.1756082 ], [ 120.2726448, 30.1754575 ], [ 120.2723487, 30.1752869 ], [ 120.271917, 30.1750445 ], [ 120.2715685, 30.1748591 ], [ 120.2711317, 30.174649 ], [ 120.2705358, 30.174364 ], [ 120.2702202, 30.1742215 ], [ 120.268844, 30.1736927 ], [ 120.2676836, 30.173227 ], [ 120.2666458, 30.1728104 ], [ 120.2662509, 30.1726633 ], [ 120.2658136, 30.1725223 ], [ 120.2655425, 30.1724416 ], [ 120.2652502, 30.172367 ], [ 120.2649703, 30.172308 ], [ 120.2646727, 30.1722551 ], [ 120.2643393, 30.1722189 ], [ 120.264045, 30.1721888 ], [ 120.2634688, 30.1721737 ], [ 120.2608648, 30.1720726 ], [ 120.2598015, 30.172014 ], [ 120.2585648, 30.1719401 ], [ 120.2581667, 30.171903 ], [ 120.257793, 30.171863 ], [ 120.2574958, 30.1718184 ], [ 120.2572405, 30.1717707 ], [ 120.256978, 30.1717137 ], [ 120.2563732, 30.1715346 ], [ 120.255704, 30.1713183 ], [ 120.2548531, 30.1710338 ], [ 120.2544002, 30.1708824 ], [ 120.2537483, 30.1706783 ], [ 120.2534168, 30.1705904 ], [ 120.2530365, 30.1705059 ], [ 120.252808, 30.170455 ], [ 120.2524575, 30.170397 ], [ 120.2520907, 30.1703584 ], [ 120.2517809, 30.1703408 ], [ 120.2514026, 30.1703435 ], [ 120.2509917, 30.1703673 ], [ 120.2503062, 30.1705068 ], [ 120.2492124, 30.1707801 ], [ 120.2485905, 30.1709493 ], [ 120.2479738, 30.1711184 ], [ 120.2465439, 30.1715293 ], [ 120.2451323, 30.171939 ], [ 120.2446319, 30.1720821 ], [ 120.2443573, 30.1721643 ], [ 120.2440989, 30.1722253 ], [ 120.2438608, 30.1722697 ], [ 120.243582, 30.1723142 ], [ 120.2432927, 30.1723468 ], [ 120.2429981, 30.17238 ], [ 120.2427945, 30.1723968 ], [ 120.2426326, 30.172411 ], [ 120.2418049, 30.172458 ], [ 120.2399973, 30.1725115 ], [ 120.2396348, 30.1725333 ], [ 120.2394139, 30.1725552 ], [ 120.2391407, 30.172595 ], [ 120.2388278, 30.1726538 ], [ 120.2375056, 30.172878 ], [ 120.2371239, 30.1729292 ], [ 120.23679, 30.1729636 ], [ 120.2364816, 30.1729914 ], [ 120.2361069, 30.1730075 ], [ 120.2356837, 30.1730126 ], [ 120.2353147, 30.1730074 ], [ 120.234857, 30.1729998 ], [ 120.2307375, 30.1729822 ], [ 120.2290124, 30.1729882 ], [ 120.2281125, 30.17301 ], [ 120.2277348, 30.1730237 ], [ 120.227251, 30.1730533 ], [ 120.2267814, 30.1731012 ], [ 120.2263085, 30.1731707 ], [ 120.2258709, 30.1732402 ], [ 120.2250069, 30.1734177 ], [ 120.2238925, 30.173707 ], [ 120.2198248, 30.1748093 ], [ 120.219336, 30.1749407 ], [ 120.2189615, 30.1750038 ], [ 120.2185649, 30.1750708 ], [ 120.2182092, 30.1751088 ], [ 120.2177666, 30.1751401 ], [ 120.2174052, 30.1751665 ], [ 120.2170888, 30.175167 ], [ 120.2150217, 30.1750781 ], [ 120.2118279, 30.1749274 ], [ 120.2076484, 30.1747513 ], [ 120.2069075, 30.1747391 ], [ 120.2063869, 30.1747658 ], [ 120.2046126, 30.1749664 ], [ 120.2013403, 30.1752773 ], [ 120.1949043, 30.1758373 ], [ 120.1942269, 30.1759043 ], [ 120.193716, 30.1759367 ], [ 120.1931096, 30.1759424 ], [ 120.1924841, 30.1759039 ], [ 120.189881, 30.175674 ], [ 120.1890048, 30.1755919 ], [ 120.1871277, 30.1754366 ], [ 120.1865914, 30.1753909 ], [ 120.1860227, 30.1753628 ], [ 120.1852429, 30.1753347 ], [ 120.1844151, 30.1753402 ], [ 120.1835593, 30.1753594 ], [ 120.1831771, 30.1753769 ], [ 120.182429, 30.1754118 ], [ 120.1805721, 30.1754818 ], [ 120.1784507, 30.1755758 ], [ 120.1754333, 30.1757291 ], [ 120.1724481, 30.1758541 ], [ 120.1699524, 30.1759455 ], [ 120.1695906, 30.1759597 ], [ 120.1692104, 30.1759713 ], [ 120.1686963, 30.1759838 ], [ 120.1673003, 30.1759921 ], [ 120.1659328, 30.1760024 ], [ 120.1515362, 30.1759711 ], [ 120.1508175, 30.175963 ], [ 120.1504989, 30.1759567 ], [ 120.1502552, 30.1759502 ], [ 120.1500622, 30.1759372 ], [ 120.1498831, 30.1759216 ], [ 120.1496727, 30.1758985 ], [ 120.1494304, 30.1758653 ], [ 120.1491942, 30.1758241 ], [ 120.1489133, 30.1757678 ], [ 120.1485831, 30.1756954 ], [ 120.1469652, 30.1753455 ], [ 120.1452168, 30.1749404 ], [ 120.1439369, 30.1746459 ], [ 120.1423924, 30.1742711 ], [ 120.1383795, 30.1729675 ], [ 120.1372584, 30.1725764 ], [ 120.1369703, 30.1724646 ], [ 120.1367227, 30.172356 ], [ 120.1364893, 30.1722428 ], [ 120.1362771, 30.172128 ], [ 120.1360913, 30.172024 ], [ 120.1359055, 30.1719185 ], [ 120.1357148, 30.1717969 ], [ 120.1355063, 30.1716539 ], [ 120.1351656, 30.171395 ], [ 120.135093, 30.1713404 ], [ 120.1342602, 30.1705517 ], [ 120.1340574, 30.1703317 ], [ 120.1338723, 30.1700896 ], [ 120.1336921, 30.1698432 ], [ 120.133547, 30.169623 ], [ 120.133366, 30.1693426 ], [ 120.1331724, 30.1689691 ], [ 120.1329327, 30.1684751 ], [ 120.1326687, 30.1679034 ], [ 120.1325159, 30.1676279 ], [ 120.1323514, 30.1673738 ], [ 120.1321684, 30.1671145 ], [ 120.1318147, 30.1666704 ], [ 120.1314548, 30.1662843 ], [ 120.1310685, 30.1659222 ], [ 120.1306698, 30.1656186 ], [ 120.130485, 30.1654886 ], [ 120.1302933, 30.1653585 ], [ 120.1300962, 30.1652412 ], [ 120.1298967, 30.1651259 ], [ 120.1297066, 30.1650281 ], [ 120.1295282, 30.1649424 ], [ 120.1290881, 30.1647488 ], [ 120.1289999, 30.16471 ], [ 120.1270053, 30.1638328 ], [ 120.1225717, 30.1619189 ], [ 120.118043, 30.16006 ], [ 120.1146262, 30.1586195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2124829, 30.1460257 ], [ 120.2122621, 30.1458137 ], [ 120.2121546, 30.1457023 ], [ 120.2119326, 30.1454688 ], [ 120.2119038, 30.1453529 ], [ 120.2119011, 30.1449639 ], [ 120.2119048, 30.1447329 ], [ 120.2118928, 30.144453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2118928, 30.144453 ], [ 120.2119048, 30.1447329 ], [ 120.2119011, 30.1449639 ], [ 120.2119038, 30.1453529 ], [ 120.2119326, 30.1454688 ], [ 120.2121546, 30.1457023 ], [ 120.2122621, 30.1458137 ], [ 120.2124829, 30.1460257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063804, 30.1540104 ], [ 120.2063944, 30.1537159 ], [ 120.2064263, 30.1535304 ], [ 120.2065279, 30.1533031 ], [ 120.2068337, 30.1528949 ], [ 120.2072075, 30.1522692 ], [ 120.2073062, 30.1521972 ], [ 120.2074235, 30.1521442 ], [ 120.2075896, 30.1521386 ], [ 120.2078765, 30.152161 ], [ 120.2083251, 30.1522386 ], [ 120.2085155, 30.1522153 ], [ 120.2087091, 30.1521226 ], [ 120.2088615, 30.1519533 ], [ 120.2090894, 30.1516401 ], [ 120.2094601, 30.1509656 ], [ 120.2095232, 30.1508872 ], [ 120.209592, 30.1508254 ], [ 120.2096884, 30.150771 ], [ 120.2098172, 30.1507277 ], [ 120.2099426, 30.1506919 ], [ 120.2103708, 30.1505691 ], [ 120.210669, 30.1504924 ], [ 120.2107995, 30.1504271 ], [ 120.2109027, 30.1503429 ], [ 120.2112443, 30.1499667 ], [ 120.2118446, 30.1493515 ], [ 120.2119135, 30.1492913 ], [ 120.2120692, 30.1491421 ], [ 120.2121371, 30.1490329 ], [ 120.2121922, 30.1488486 ], [ 120.2121799, 30.1487026 ], [ 120.2121368, 30.1486003 ], [ 120.2120488, 30.148504 ], [ 120.2119128, 30.1484228 ], [ 120.2118076, 30.1482907 ], [ 120.2117655, 30.1481274 ], [ 120.2117573, 30.1477531 ], [ 120.2117541, 30.1474635 ], [ 120.2117824, 30.1472195 ], [ 120.211823, 30.1470307 ], [ 120.2119305, 30.1468252 ], [ 120.2121002, 30.1465696 ], [ 120.2123343, 30.1462353 ], [ 120.2124829, 30.1460257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2124829, 30.1460257 ], [ 120.2123343, 30.1462353 ], [ 120.2121002, 30.1465696 ], [ 120.2119305, 30.1468252 ], [ 120.211823, 30.1470307 ], [ 120.2117824, 30.1472195 ], [ 120.2117541, 30.1474635 ], [ 120.2117573, 30.1477531 ], [ 120.2117655, 30.1481274 ], [ 120.2118076, 30.1482907 ], [ 120.2119128, 30.1484228 ], [ 120.2120488, 30.148504 ], [ 120.2121368, 30.1486003 ], [ 120.2121799, 30.1487026 ], [ 120.2121922, 30.1488486 ], [ 120.2121371, 30.1490329 ], [ 120.2120692, 30.1491421 ], [ 120.2119135, 30.1492913 ], [ 120.2118446, 30.1493515 ], [ 120.2112443, 30.1499667 ], [ 120.2109027, 30.1503429 ], [ 120.2107995, 30.1504271 ], [ 120.210669, 30.1504924 ], [ 120.2103708, 30.1505691 ], [ 120.2099426, 30.1506919 ], [ 120.2098172, 30.1507277 ], [ 120.2096884, 30.150771 ], [ 120.209592, 30.1508254 ], [ 120.2095232, 30.1508872 ], [ 120.2094601, 30.1509656 ], [ 120.2090894, 30.1516401 ], [ 120.2088615, 30.1519533 ], [ 120.2087091, 30.1521226 ], [ 120.2085155, 30.1522153 ], [ 120.2083251, 30.1522386 ], [ 120.2078765, 30.152161 ], [ 120.2075896, 30.1521386 ], [ 120.2074235, 30.1521442 ], [ 120.2073062, 30.1521972 ], [ 120.2072075, 30.1522692 ], [ 120.2068337, 30.1528949 ], [ 120.2065279, 30.1533031 ], [ 120.2064263, 30.1535304 ], [ 120.2063944, 30.1537159 ], [ 120.2063804, 30.1540104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063804, 30.1540104 ], [ 120.2063132, 30.1539656 ], [ 120.2058929, 30.1538671 ], [ 120.2056661, 30.1538139 ], [ 120.2041513, 30.1530616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041513, 30.1530616 ], [ 120.2056661, 30.1538139 ], [ 120.2058929, 30.1538671 ], [ 120.2063132, 30.1539656 ], [ 120.2063804, 30.1540104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2176578, 30.1646893 ], [ 120.2175094, 30.1640916 ], [ 120.2171251, 30.1634383 ], [ 120.2169093, 30.1632475 ], [ 120.2165855, 30.1630466 ], [ 120.2162352, 30.1628334 ], [ 120.2159049, 30.1627253 ], [ 120.215595, 30.1627086 ], [ 120.2151174, 30.1626401 ], [ 120.2146622, 30.162489 ], [ 120.2143333, 30.1622325 ], [ 120.2137811, 30.1617924 ], [ 120.2133632, 30.1615137 ], [ 120.2129678, 30.1614127 ], [ 120.2112608, 30.1613056 ], [ 120.210886, 30.1612402 ], [ 120.2105136, 30.1610633 ], [ 120.210301, 30.1607886 ], [ 120.2099847, 30.1602274 ], [ 120.209759, 30.1599068 ], [ 120.2094988, 30.1596767 ], [ 120.2091746, 30.1593686 ], [ 120.2089438, 30.1590855 ], [ 120.208766, 30.1587983 ], [ 120.2077422, 30.1571932 ], [ 120.2073937, 30.1566649 ], [ 120.2073222, 30.1564084 ], [ 120.2072557, 30.1561128 ], [ 120.2071748, 30.1551019 ], [ 120.2070701, 30.1547617 ], [ 120.2069563, 30.1545713 ], [ 120.2067643, 30.1543234 ], [ 120.2065927, 30.1541796 ], [ 120.2063804, 30.1540104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063804, 30.1540104 ], [ 120.2065927, 30.1541796 ], [ 120.2067643, 30.1543234 ], [ 120.2069563, 30.1545713 ], [ 120.2070701, 30.1547617 ], [ 120.2071748, 30.1551019 ], [ 120.2072557, 30.1561128 ], [ 120.2073222, 30.1564084 ], [ 120.2073937, 30.1566649 ], [ 120.2077422, 30.1571932 ], [ 120.208766, 30.1587983 ], [ 120.2089438, 30.1590855 ], [ 120.2091746, 30.1593686 ], [ 120.2094988, 30.1596767 ], [ 120.209759, 30.1599068 ], [ 120.2099847, 30.1602274 ], [ 120.210301, 30.1607886 ], [ 120.2105136, 30.1610633 ], [ 120.210886, 30.1612402 ], [ 120.2112608, 30.1613056 ], [ 120.2129678, 30.1614127 ], [ 120.2133632, 30.1615137 ], [ 120.2137811, 30.1617924 ], [ 120.2143333, 30.1622325 ], [ 120.2146622, 30.162489 ], [ 120.2151174, 30.1626401 ], [ 120.215595, 30.1627086 ], [ 120.2159049, 30.1627253 ], [ 120.2162352, 30.1628334 ], [ 120.2165855, 30.1630466 ], [ 120.2169093, 30.1632475 ], [ 120.2171251, 30.1634383 ], [ 120.2175094, 30.1640916 ], [ 120.2176578, 30.1646893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "韵蓬巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2103181, 30.171365 ], [ 120.2103671, 30.1712185 ], [ 120.2104602, 30.1707776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "韵蓬巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2104602, 30.1707776 ], [ 120.2103671, 30.1712185 ], [ 120.2103181, 30.171365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220545, 30.16749 ], [ 120.2220413, 30.1675725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220545, 30.16749 ], [ 120.2222905, 30.1676019 ], [ 120.2251328, 30.1688895 ], [ 120.2259475, 30.1692373 ], [ 120.2262962, 30.1693463 ], [ 120.2265132, 30.1694165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "映翠路", "湘西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2264565, 30.1695202 ], [ 120.2259765, 30.1693479 ], [ 120.2255344, 30.1691701 ], [ 120.2222381, 30.1676723 ], [ 120.2220945, 30.1676025 ], [ 120.2220413, 30.1675725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2265132, 30.1694165 ], [ 120.2266417, 30.1694581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2264565, 30.1695202 ], [ 120.2265132, 30.1694165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2266417, 30.1694581 ], [ 120.2265754, 30.1695587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2265754, 30.1695587 ], [ 120.2264565, 30.1695202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213469, 30.1741336 ], [ 120.2217176, 30.1695962 ], [ 120.2220413, 30.1675725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220413, 30.1675725 ], [ 120.2217176, 30.1695962 ], [ 120.2213469, 30.1741336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252699, 30.1731099 ], [ 120.2253929, 30.1718951 ], [ 120.2256022, 30.1711185 ], [ 120.2260426, 30.1703042 ], [ 120.2264565, 30.1695202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071782, 30.1710657 ], [ 120.2073288, 30.1710774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071686, 30.1712219 ], [ 120.2071782, 30.1710657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073288, 30.1710774 ], [ 120.2073199, 30.1712238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073288, 30.1710774 ], [ 120.2081355, 30.1711413 ], [ 120.2103181, 30.171365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073199, 30.1712238 ], [ 120.2071686, 30.1712219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2102715, 30.1715294 ], [ 120.2080715, 30.1713166 ], [ 120.2073199, 30.1712238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "韵蓬巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2102715, 30.1715294 ], [ 120.2103181, 30.171365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "韵蓬巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2103181, 30.171365 ], [ 120.2102715, 30.1715294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2103181, 30.171365 ], [ 120.2107803, 30.1714124 ], [ 120.2113871, 30.1714507 ], [ 120.211937, 30.1715179 ], [ 120.2124184, 30.1715933 ], [ 120.2127108, 30.1716883 ], [ 120.2129039, 30.1718402 ], [ 120.2130045, 30.1720512 ], [ 120.2130648, 30.1722959 ], [ 120.2131239, 30.1725185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2130206, 30.1725336 ], [ 120.2128959, 30.1720628 ], [ 120.2128106, 30.1719054 ], [ 120.2127859, 30.1718599 ], [ 120.2125941, 30.1717405 ], [ 120.2122883, 30.1716744 ], [ 120.2113748, 30.1716303 ], [ 120.2106844, 30.1715693 ], [ 120.2102715, 30.1715294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2265754, 30.1695587 ], [ 120.2261645, 30.1703446 ], [ 120.2257335, 30.1711416 ], [ 120.2255242, 30.1719182 ], [ 120.2253732, 30.1730876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2253732, 30.1730876 ], [ 120.2255378, 30.1730521 ], [ 120.2257798, 30.1730018 ], [ 120.2261537, 30.1729327 ], [ 120.2271707, 30.1728044 ], [ 120.2279371, 30.1727332 ], [ 120.2285022, 30.1726795 ], [ 120.229012, 30.1726919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252699, 30.1731099 ], [ 120.2253732, 30.1730876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228956, 30.1730409 ], [ 120.2281482, 30.1730653 ], [ 120.2274902, 30.1731064 ], [ 120.2259354, 30.173364 ], [ 120.2253708, 30.1734762 ], [ 120.2252967, 30.1734909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2253732, 30.1730876 ], [ 120.2252967, 30.1734909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252323, 30.1735037 ], [ 120.2252699, 30.1731099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252967, 30.1734909 ], [ 120.2252323, 30.1735037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213469, 30.1741336 ], [ 120.2224827, 30.1737392 ], [ 120.2227353, 30.1736485 ], [ 120.2230708, 30.1735967 ], [ 120.223488, 30.1734797 ], [ 120.2239194, 30.173346 ], [ 120.2245706, 30.1732123 ], [ 120.2252699, 30.1731099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252323, 30.1735037 ], [ 120.2248529, 30.1736546 ], [ 120.224175, 30.1738456 ], [ 120.223655, 30.1739879 ], [ 120.2232739, 30.1740778 ], [ 120.2228623, 30.1741807 ], [ 120.221404, 30.1744964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213469, 30.1741336 ], [ 120.221404, 30.1744964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073199, 30.1712238 ], [ 120.2072472, 30.1724142 ], [ 120.207238, 30.1726972 ], [ 120.2072109, 30.1735335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070327, 30.1735638 ], [ 120.207113, 30.1722055 ], [ 120.2071686, 30.1712219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "韵蓬巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099422, 30.1746896 ], [ 120.210115, 30.1720175 ], [ 120.2102715, 30.1715294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "韵蓬巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2102715, 30.1715294 ], [ 120.210115, 30.1720175 ], [ 120.2099422, 30.1746896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072109, 30.1735335 ], [ 120.2072979, 30.1737878 ], [ 120.207274, 30.1743851 ], [ 120.2072946, 30.1745616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072109, 30.1735335 ], [ 120.2071935, 30.1738541 ], [ 120.2071293, 30.1745643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069603, 30.1745688 ], [ 120.2070165, 30.1738379 ], [ 120.2070327, 30.1735638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2068219, 30.1745744 ], [ 120.2069038, 30.1737869 ], [ 120.2070327, 30.1735638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071293, 30.1745643 ], [ 120.2072946, 30.1745616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069603, 30.1745688 ], [ 120.2071293, 30.1745643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2130206, 30.1725336 ], [ 120.2131239, 30.1725185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131239, 30.1725185 ], [ 120.2130206, 30.1725336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131239, 30.1725185 ], [ 120.2132339, 30.1748492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131408, 30.1748459 ], [ 120.2130293, 30.1727823 ], [ 120.2130206, 30.1725336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2157245, 30.1749373 ], [ 120.2158066, 30.173267 ], [ 120.215798, 30.1731654 ], [ 120.2157095, 30.1731005 ], [ 120.2148753, 30.1729753 ], [ 120.2144757, 30.1728709 ], [ 120.2138239, 30.1726066 ], [ 120.2132472, 30.1725092 ], [ 120.2131239, 30.1725185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131239, 30.1725185 ], [ 120.2132472, 30.1725092 ], [ 120.2138239, 30.1726066 ], [ 120.2144757, 30.1728709 ], [ 120.2148753, 30.1729753 ], [ 120.2157095, 30.1731005 ], [ 120.215798, 30.1731654 ], [ 120.2158066, 30.173267 ], [ 120.2157245, 30.1749373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越城巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2177953, 30.1735951 ], [ 120.2177539, 30.17441 ], [ 120.2177427, 30.1746298 ], [ 120.2176957, 30.175007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越城巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2176957, 30.175007 ], [ 120.2177427, 30.1746298 ], [ 120.2177539, 30.17441 ], [ 120.2177953, 30.1735951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2176957, 30.175007 ], [ 120.2184828, 30.17491 ], [ 120.2193815, 30.1747538 ], [ 120.2196852, 30.174661 ], [ 120.2202894, 30.1744143 ], [ 120.2209661, 30.174228 ], [ 120.2213469, 30.1741336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131408, 30.1748459 ], [ 120.2132339, 30.1748492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2068219, 30.1745744 ], [ 120.2069603, 30.1745688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2059095, 30.1746699 ], [ 120.2065258, 30.1745995 ], [ 120.2068219, 30.1745744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072946, 30.1745616 ], [ 120.2078461, 30.1745872 ], [ 120.2099422, 30.1746896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071293, 30.1745643 ], [ 120.2071139, 30.1747893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072946, 30.1745616 ], [ 120.2072563, 30.174797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069578, 30.1747948 ], [ 120.2069603, 30.1745688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2068087, 30.1748146 ], [ 120.2068219, 30.1745744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099422, 30.1746896 ], [ 120.2131408, 30.1748459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071139, 30.1747893 ], [ 120.2069578, 30.1747948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072563, 30.174797 ], [ 120.2071139, 30.1747893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212429, 30.1745368 ], [ 120.2197516, 30.1749184 ], [ 120.219308, 30.1750354 ], [ 120.2185399, 30.1751592 ], [ 120.2179551, 30.1752107 ], [ 120.217643, 30.1752232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132339, 30.1748492 ], [ 120.2157245, 30.1749373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.213136, 30.1750474 ], [ 120.2131408, 30.1748459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132339, 30.1748492 ], [ 120.2132422, 30.1750559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2157245, 30.1749373 ], [ 120.2176957, 30.175007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132422, 30.1750559 ], [ 120.213136, 30.1750474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2157034, 30.1751694 ], [ 120.2157245, 30.1749373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2157245, 30.1749373 ], [ 120.2157034, 30.1751694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2157034, 30.1751694 ], [ 120.2132422, 30.1750559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越城巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2176957, 30.175007 ], [ 120.217643, 30.1752232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229388, 30.1730351 ], [ 120.2292746, 30.173817 ], [ 120.2292121, 30.1743703 ], [ 120.2292102, 30.1745214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289727, 30.1748121 ], [ 120.2290046, 30.1742725 ], [ 120.2290402, 30.1739579 ], [ 120.229053, 30.173866 ], [ 120.229139, 30.1730354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289727, 30.1748121 ], [ 120.2288643, 30.1746603 ], [ 120.2288131, 30.1745274 ], [ 120.2287986, 30.1743169 ], [ 120.2288666, 30.1737659 ], [ 120.228956, 30.1730409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292102, 30.1745214 ], [ 120.2291798, 30.1748254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292102, 30.1745214 ], [ 120.2292118, 30.1746136 ], [ 120.2292314, 30.1748288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291798, 30.1748254 ], [ 120.2289727, 30.1748121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289727, 30.1748121 ], [ 120.2291798, 30.1748254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292314, 30.1748288 ], [ 120.2291798, 30.1748254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291798, 30.1748254 ], [ 120.2292314, 30.1748288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291798, 30.1748254 ], [ 120.229151, 30.175833 ], [ 120.2291782, 30.1762332 ], [ 120.2292324, 30.176768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1937822, 30.1528632 ], [ 120.1932455, 30.1531603 ], [ 120.1926822, 30.1534386 ], [ 120.1920945, 30.1537484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919849, 30.1536809 ], [ 120.1920945, 30.1537484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.191933, 30.1537659 ], [ 120.1919849, 30.1536809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "善言路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1920945, 30.1537484 ], [ 120.1919934, 30.1538043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919934, 30.1538043 ], [ 120.191933, 30.1537659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198303, 30.1538319 ], [ 120.198129, 30.1540115 ], [ 120.1978983, 30.1542445 ], [ 120.1975751, 30.1545692 ], [ 120.1967998, 30.1552941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967998, 30.1552941 ], [ 120.1975751, 30.1545692 ], [ 120.1978983, 30.1542445 ], [ 120.198129, 30.1540115 ], [ 120.198303, 30.1538319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1920945, 30.1537484 ], [ 120.1923169, 30.1538853 ], [ 120.1925961, 30.1541001 ], [ 120.1929613, 30.1543775 ], [ 120.1932903, 30.1546413 ], [ 120.1936566, 30.1549824 ], [ 120.1943397, 30.1556157 ], [ 120.1954022, 30.1565511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953358, 30.1566303 ], [ 120.1931521, 30.1546409 ], [ 120.1929452, 30.1544675 ], [ 120.1925428, 30.1541692 ], [ 120.1923175, 30.1540107 ], [ 120.1919934, 30.1538043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1954022, 30.1565511 ], [ 120.196595, 30.1554855 ], [ 120.1967998, 30.1552941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983811, 30.1537514 ], [ 120.198303, 30.1538319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198303, 30.1538319 ], [ 120.1983811, 30.1537514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漫湖巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039251, 30.1571798 ], [ 120.2039221, 30.1555224 ], [ 120.203921, 30.1548986 ], [ 120.2039176, 30.1529754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漫湖巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039176, 30.1529754 ], [ 120.203921, 30.1548986 ], [ 120.2039221, 30.1555224 ], [ 120.2039251, 30.1571798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063804, 30.1540104 ], [ 120.2064126, 30.1543722 ], [ 120.2063867, 30.1546222 ], [ 120.2062601, 30.1548811 ], [ 120.2060781, 30.155402 ], [ 120.2059451, 30.1557956 ], [ 120.2058236, 30.1559693 ], [ 120.2055396, 30.1562017 ], [ 120.205019, 30.1565521 ], [ 120.2045848, 30.1568102 ], [ 120.2041574, 30.1570301 ], [ 120.2039251, 30.1571798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039251, 30.1571798 ], [ 120.2041574, 30.1570301 ], [ 120.2045848, 30.1568102 ], [ 120.205019, 30.1565521 ], [ 120.2055396, 30.1562017 ], [ 120.2058236, 30.1559693 ], [ 120.2059451, 30.1557956 ], [ 120.2060781, 30.155402 ], [ 120.2062601, 30.1548811 ], [ 120.2063867, 30.1546222 ], [ 120.2064126, 30.1543722 ], [ 120.2063804, 30.1540104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石漴弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992787, 30.1569928 ], [ 120.1987138, 30.1564546 ], [ 120.1978732, 30.1559135 ], [ 120.1967998, 30.1552941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石漴弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967998, 30.1552941 ], [ 120.1978732, 30.1559135 ], [ 120.1987138, 30.1564546 ], [ 120.1992787, 30.1569928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘子堰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20268, 30.1579287 ], [ 120.2010829, 30.1564032 ], [ 120.2007921, 30.1562733 ], [ 120.200473, 30.156223 ], [ 120.2001965, 30.1562741 ], [ 120.1992787, 30.1569928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘子堰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992787, 30.1569928 ], [ 120.2001965, 30.1562741 ], [ 120.200473, 30.156223 ], [ 120.2007921, 30.1562733 ], [ 120.2010829, 30.1564032 ], [ 120.20268, 30.1579287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896144, 30.1525299 ], [ 120.1895338, 30.1524875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896901, 30.1524614 ], [ 120.1911087, 30.1532121 ], [ 120.1914321, 30.1533851 ], [ 120.1919849, 30.1536809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.191933, 30.1537659 ], [ 120.1918278, 30.1536989 ], [ 120.1910517, 30.1532846 ], [ 120.1906453, 30.1530712 ], [ 120.1896144, 30.1525299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "湘西路", "湖西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187013, 30.1600002 ], [ 120.1872105, 30.1596553 ], [ 120.1874344, 30.1591599 ], [ 120.1876677, 30.1586965 ], [ 120.1878487, 30.1582405 ], [ 120.1879239, 30.1579124 ], [ 120.1879923, 30.1571861 ], [ 120.1879497, 30.1565558 ], [ 120.1878264, 30.1553065 ], [ 120.1878279, 30.1548686 ], [ 120.1879984, 30.1543156 ], [ 120.1880977, 30.1541026 ], [ 120.1883574, 30.1537093 ], [ 120.1885238, 30.1535424 ], [ 120.1890101, 30.1529705 ], [ 120.1895338, 30.1524875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "湘西路", "湖西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896144, 30.1525299 ], [ 120.1896026, 30.1525404 ], [ 120.1890789, 30.1530294 ], [ 120.188588, 30.1535629 ], [ 120.1884345, 30.1537313 ], [ 120.1881747, 30.1541245 ], [ 120.1880651, 30.1543531 ], [ 120.1879189, 30.1549131 ], [ 120.1879174, 30.155351 ], [ 120.1880408, 30.1566003 ], [ 120.1880833, 30.1572307 ], [ 120.1880149, 30.1579569 ], [ 120.1879276, 30.1582745 ], [ 120.1877384, 30.1587305 ], [ 120.1875254, 30.1592045 ], [ 120.1873267, 30.1595824 ], [ 120.1872852, 30.1596612 ], [ 120.1870798, 30.1600562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851149, 30.1583875 ], [ 120.1853228, 30.1584834 ], [ 120.1855584, 30.1586683 ], [ 120.1858071, 30.1589135 ], [ 120.18613, 30.1592078 ], [ 120.187013, 30.1600002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869452, 30.1600509 ], [ 120.1866322, 30.1597828 ], [ 120.1862106, 30.1593925 ], [ 120.1859429, 30.1591434 ], [ 120.1856148, 30.1588442 ], [ 120.1853661, 30.1586016 ], [ 120.1851149, 30.1583875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869452, 30.1600509 ], [ 120.187013, 30.1600002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187013, 30.1600002 ], [ 120.1870798, 30.1600562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870109, 30.1601119 ], [ 120.1869452, 30.1600509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967998, 30.1552941 ], [ 120.196595, 30.1554855 ], [ 120.1954022, 30.1565511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1954022, 30.1565511 ], [ 120.1953358, 30.1566303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953358, 30.1566303 ], [ 120.1954022, 30.1565511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1954022, 30.1565511 ], [ 120.1963577, 30.1574482 ], [ 120.1974342, 30.158437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930993, 30.1589489 ], [ 120.1933435, 30.158623 ], [ 120.1944289, 30.1574954 ], [ 120.1947735, 30.1571725 ], [ 120.1953358, 30.1566303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953358, 30.1566303 ], [ 120.1947735, 30.1571725 ], [ 120.1944289, 30.1574954 ], [ 120.1933435, 30.158623 ], [ 120.1930993, 30.1589489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1994275, 30.1604156 ], [ 120.1974701, 30.1586368 ], [ 120.1963004, 30.1575159 ], [ 120.1953358, 30.1566303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904733, 30.1585623 ], [ 120.1913483, 30.1586555 ], [ 120.1918567, 30.1586342 ], [ 120.1920632, 30.1586688 ], [ 120.1930993, 30.1589489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930993, 30.1589489 ], [ 120.1920632, 30.1586688 ], [ 120.1918567, 30.1586342 ], [ 120.1913483, 30.1586555 ], [ 120.1904733, 30.1585623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930993, 30.1589489 ], [ 120.1928537, 30.1592766 ], [ 120.1924302, 30.1598836 ], [ 120.1919513, 30.16057 ], [ 120.1918606, 30.1606866 ], [ 120.1917806, 30.160809 ], [ 120.1913948, 30.1613992 ], [ 120.1908658, 30.1622084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039251, 30.1571798 ], [ 120.2031103, 30.1576686 ], [ 120.2029024, 30.1577867 ], [ 120.20268, 30.1579287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20268, 30.1579287 ], [ 120.2029024, 30.1577867 ], [ 120.2031103, 30.1576686 ], [ 120.2039251, 30.1571798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘子堰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974342, 30.158437 ], [ 120.1992787, 30.1569928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘子堰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992787, 30.1569928 ], [ 120.1974342, 30.158437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995066, 30.1603583 ], [ 120.2001119, 30.1598848 ], [ 120.2001852, 30.1598201 ], [ 120.2009844, 30.1591154 ], [ 120.2014331, 30.1588014 ], [ 120.20268, 30.1579287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20268, 30.1579287 ], [ 120.2014331, 30.1588014 ], [ 120.2009844, 30.1591154 ], [ 120.2001852, 30.1598201 ], [ 120.2001119, 30.1598848 ], [ 120.1995066, 30.1603583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天马路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974342, 30.158437 ], [ 120.1985185, 30.15947 ], [ 120.1995066, 30.1603583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995066, 30.1603583 ], [ 120.1994275, 30.1604156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1994275, 30.1604156 ], [ 120.1995066, 30.1603583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995713, 30.1659229 ], [ 120.1997029, 30.1657942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908658, 30.1622084 ], [ 120.1913948, 30.1613992 ], [ 120.1917806, 30.160809 ], [ 120.1918606, 30.1606866 ], [ 120.1919513, 30.16057 ], [ 120.1924302, 30.1598836 ], [ 120.1928537, 30.1592766 ], [ 120.1930993, 30.1589489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1947173, 30.1642518 ], [ 120.1952042, 30.1637313 ], [ 120.1952642, 30.1636671 ], [ 120.1954068, 30.1635147 ], [ 120.1960291, 30.1629396 ], [ 120.196232, 30.1627738 ], [ 120.1963509, 30.1626766 ], [ 120.1967457, 30.1623539 ], [ 120.1971131, 30.1620975 ], [ 120.1976808, 30.1617013 ], [ 120.198634, 30.1609933 ], [ 120.1990828, 30.1606631 ], [ 120.1994275, 30.1604156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1994275, 30.1604156 ], [ 120.1990828, 30.1606631 ], [ 120.198634, 30.1609933 ], [ 120.1976808, 30.1617013 ], [ 120.1971131, 30.1620975 ], [ 120.1967457, 30.1623539 ], [ 120.1963509, 30.1626766 ], [ 120.196232, 30.1627738 ], [ 120.1960291, 30.1629396 ], [ 120.1954068, 30.1635147 ], [ 120.1952642, 30.1636671 ], [ 120.1952042, 30.1637313 ], [ 120.1947173, 30.1642518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908658, 30.1622084 ], [ 120.191214, 30.162367 ], [ 120.191832, 30.1626995 ], [ 120.1926142, 30.1631203 ], [ 120.1928354, 30.1632393 ], [ 120.1947173, 30.1642518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946301, 30.164345 ], [ 120.1911291, 30.1624649 ], [ 120.1908327, 30.1622943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946301, 30.164345 ], [ 120.1947173, 30.1642518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1947173, 30.1642518 ], [ 120.1946301, 30.164345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1947173, 30.1642518 ], [ 120.195025, 30.1644411 ], [ 120.1953341, 30.1645883 ], [ 120.1958057, 30.1648039 ], [ 120.1966986, 30.1651031 ], [ 120.1979742, 30.1654453 ], [ 120.198302, 30.1655115 ], [ 120.1997029, 30.1657942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995713, 30.1659229 ], [ 120.1979101, 30.1655592 ], [ 120.1973092, 30.1653915 ], [ 120.1968968, 30.1652764 ], [ 120.1957066, 30.1649075 ], [ 120.1952177, 30.1646583 ], [ 120.1949707, 30.1645369 ], [ 120.1946301, 30.164345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946301, 30.164345 ], [ 120.1943546, 30.1648312 ], [ 120.1942911, 30.1649433 ], [ 120.1939636, 30.1656285 ], [ 120.1937181, 30.1661392 ], [ 120.1934633, 30.1666753 ], [ 120.1932182, 30.167188 ], [ 120.1929559, 30.1677604 ], [ 120.1926764, 30.1683706 ], [ 120.1922631, 30.1692726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870798, 30.1600562 ], [ 120.1870109, 30.1601119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883426, 30.1610402 ], [ 120.1879389, 30.1608239 ], [ 120.1877223, 30.1606718 ], [ 120.187546, 30.160548 ], [ 120.1871404, 30.1602321 ], [ 120.1870109, 30.1601119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870798, 30.1600562 ], [ 120.1873448, 30.1602782 ], [ 120.1876569, 30.1605135 ], [ 120.18798, 30.1607296 ], [ 120.1885374, 30.1610449 ], [ 120.1908658, 30.1622084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908327, 30.1622943 ], [ 120.1905289, 30.1621424 ], [ 120.1904337, 30.1620983 ], [ 120.1896948, 30.1617261 ], [ 120.1885145, 30.1611323 ], [ 120.1883426, 30.1610402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908658, 30.1622084 ], [ 120.1908327, 30.1622943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "腾龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908327, 30.1622943 ], [ 120.1908658, 30.1622084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908327, 30.1622943 ], [ 120.190433, 30.1627553 ], [ 120.1899204, 30.1634935 ], [ 120.1898118, 30.1636498 ], [ 120.1896315, 30.1639532 ], [ 120.1893576, 30.163848 ], [ 120.1893355, 30.1638395 ], [ 120.1886905, 30.1634711 ], [ 120.1882959, 30.1628746 ], [ 120.1879484, 30.1621909 ], [ 120.1878206, 30.1619033 ], [ 120.1878241, 30.1616963 ], [ 120.1883426, 30.1610402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883426, 30.1610402 ], [ 120.1878241, 30.1616963 ], [ 120.1878206, 30.1619033 ], [ 120.1879484, 30.1621909 ], [ 120.1882959, 30.1628746 ], [ 120.1886905, 30.1634711 ], [ 120.1893355, 30.1638395 ], [ 120.1893576, 30.163848 ], [ 120.1896315, 30.1639532 ], [ 120.1898118, 30.1636498 ], [ 120.1899204, 30.1634935 ], [ 120.190433, 30.1627553 ], [ 120.1908327, 30.1622943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1836385, 30.1693318 ], [ 120.1846694, 30.1692906 ], [ 120.185299, 30.1692377 ], [ 120.1859779, 30.1691294 ], [ 120.1865038, 30.1690342 ], [ 120.1873252, 30.1688521 ], [ 120.1880768, 30.1687118 ], [ 120.1886818, 30.1685876 ], [ 120.1890797, 30.1684999 ], [ 120.1893877, 30.1684662 ], [ 120.1896958, 30.168451 ], [ 120.1903075, 30.1684805 ], [ 120.190887, 30.1685842 ], [ 120.1913656, 30.1686962 ], [ 120.1918412, 30.1689658 ], [ 120.1922631, 30.1692726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921727, 30.1694866 ], [ 120.1919341, 30.1692897 ], [ 120.1914688, 30.1690025 ], [ 120.1910573, 30.1688174 ], [ 120.190578, 30.1686888 ], [ 120.1899978, 30.1685902 ], [ 120.1894338, 30.1685799 ], [ 120.1889899, 30.1686223 ], [ 120.1883586, 30.1687553 ], [ 120.1873536, 30.1689721 ], [ 120.1866375, 30.1691172 ], [ 120.1858711, 30.1692591 ], [ 120.1851636, 30.1693692 ], [ 120.1846066, 30.1694215 ], [ 120.1836196, 30.1694669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1922631, 30.1692726 ], [ 120.1926764, 30.1683706 ], [ 120.1929559, 30.1677604 ], [ 120.1932182, 30.167188 ], [ 120.1934633, 30.1666753 ], [ 120.1937181, 30.1661392 ], [ 120.1939636, 30.1656285 ], [ 120.1942911, 30.1649433 ], [ 120.1943546, 30.1648312 ], [ 120.1946301, 30.164345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963735, 30.1685957 ], [ 120.1975228, 30.1691063 ], [ 120.1978031, 30.1692304 ], [ 120.1985581, 30.1695542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985581, 30.1695542 ], [ 120.1978031, 30.1692304 ], [ 120.1975228, 30.1691063 ], [ 120.1963735, 30.1685957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921727, 30.1694866 ], [ 120.1922631, 30.1692726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1922631, 30.1692726 ], [ 120.1921727, 30.1694866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1922631, 30.1692726 ], [ 120.1927728, 30.1696808 ], [ 120.1931664, 30.1698983 ], [ 120.1936353, 30.1700787 ], [ 120.194616, 30.1703048 ], [ 120.1969683, 30.170642 ], [ 120.1972703, 30.1706455 ], [ 120.1984758, 30.1706551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946015, 30.1705046 ], [ 120.1938904, 30.1703406 ], [ 120.1936, 30.1702737 ], [ 120.1931308, 30.1700911 ], [ 120.1927153, 30.1698713 ], [ 120.1921727, 30.1694866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921727, 30.1694866 ], [ 120.1914211, 30.1710318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1914211, 30.1710318 ], [ 120.1921727, 30.1694866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984842, 30.1708172 ], [ 120.1972251, 30.1708234 ], [ 120.1968923, 30.1708263 ], [ 120.1946015, 30.1705046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997029, 30.1657942 ], [ 120.1996977, 30.1659531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "白马湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1996977, 30.1659531 ], [ 120.1995713, 30.1659229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985581, 30.1695542 ], [ 120.1985886, 30.1693846 ], [ 120.1986607, 30.1691255 ], [ 120.1989759, 30.1679964 ], [ 120.1990347, 30.1677916 ], [ 120.1991842, 30.1672708 ], [ 120.1995713, 30.1659229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1996977, 30.1659531 ], [ 120.1991756, 30.1678297 ], [ 120.1990973, 30.1681113 ], [ 120.198991, 30.168523 ], [ 120.1988181, 30.1691928 ], [ 120.1987631, 30.1694354 ], [ 120.1987256, 30.1696122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "江晖路", "白马湖路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997029, 30.1657942 ], [ 120.2007323, 30.1660111 ], [ 120.2032794, 30.1665293 ], [ 120.2050171, 30.1668828 ], [ 120.2064084, 30.1671779 ], [ 120.2066153, 30.1672553 ], [ 120.2067723, 30.1673486 ], [ 120.2070696, 30.1676056 ], [ 120.2072395, 30.1678871 ], [ 120.2073669, 30.1680952 ], [ 120.2074236, 30.1683155 ], [ 120.2074564, 30.1685927 ], [ 120.2074242, 30.1692142 ], [ 120.2073936, 30.1698385 ], [ 120.2073893, 30.1699213 ], [ 120.2073288, 30.1710774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "江晖路", "白马湖路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071782, 30.1710657 ], [ 120.2072615, 30.1698303 ], [ 120.207274, 30.1696176 ], [ 120.2073169, 30.1686623 ], [ 120.2073062, 30.1684675 ], [ 120.2072633, 30.1683237 ], [ 120.2071935, 30.1681846 ], [ 120.2069526, 30.1677337 ], [ 120.2066733, 30.1675077 ], [ 120.2064975, 30.1673782 ], [ 120.2062112, 30.1672732 ], [ 120.2049712, 30.1670403 ], [ 120.2032606, 30.1666911 ], [ 120.2006784, 30.1661641 ], [ 120.2000054, 30.1660267 ], [ 120.1996977, 30.1659531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985581, 30.1695542 ], [ 120.1987256, 30.1696122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1987256, 30.1696122 ], [ 120.1985581, 30.1695542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984758, 30.1706551 ], [ 120.1985581, 30.1695542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1987256, 30.1696122 ], [ 120.1986399, 30.1702901 ], [ 120.1986126, 30.1706547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946015, 30.1705046 ], [ 120.1940754, 30.1715775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940754, 30.1715775 ], [ 120.1946015, 30.1705046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乳泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940754, 30.1715775 ], [ 120.19355, 30.1714858 ], [ 120.1931575, 30.1714139 ], [ 120.1928197, 30.1713396 ], [ 120.1914211, 30.1710318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乳泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1914211, 30.1710318 ], [ 120.1928197, 30.1713396 ], [ 120.1931575, 30.1714139 ], [ 120.19355, 30.1714858 ], [ 120.1940754, 30.1715775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乳泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984907, 30.1719173 ], [ 120.1970526, 30.1718834 ], [ 120.1968327, 30.1718674 ], [ 120.1967141, 30.1718588 ], [ 120.1964014, 30.1718208 ], [ 120.1940754, 30.1715775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乳泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940754, 30.1715775 ], [ 120.1964014, 30.1718208 ], [ 120.1967141, 30.1718588 ], [ 120.1968327, 30.1718674 ], [ 120.1970526, 30.1718834 ], [ 120.1984907, 30.1719173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光裕路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940754, 30.1715775 ], [ 120.1940733, 30.1722271 ], [ 120.1940725, 30.1724811 ], [ 120.194068, 30.173855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光裕路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194068, 30.173855 ], [ 120.1940725, 30.1724811 ], [ 120.1940733, 30.1722271 ], [ 120.1940754, 30.1715775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天官路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.192328, 30.1738414 ], [ 120.194068, 30.173855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天官路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194068, 30.173855 ], [ 120.192328, 30.1738414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984758, 30.1706551 ], [ 120.1986126, 30.1706547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986126, 30.1706547 ], [ 120.1986127, 30.1708174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984842, 30.1708172 ], [ 120.1984758, 30.1706551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986127, 30.1708174 ], [ 120.1984842, 30.1708172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986126, 30.1706547 ], [ 120.1998102, 30.1706683 ], [ 120.2008082, 30.1707213 ], [ 120.2018124, 30.1707902 ], [ 120.2020529, 30.1708109 ], [ 120.2053152, 30.1709808 ], [ 120.2062605, 30.1710361 ], [ 120.2071782, 30.1710657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031023, 30.1710354 ], [ 120.2019951, 30.170992 ], [ 120.2017867, 30.1709689 ], [ 120.2017704, 30.1709671 ], [ 120.2008038, 30.1708657 ], [ 120.1998865, 30.1708123 ], [ 120.1986127, 30.1708174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "冠山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071686, 30.1712219 ], [ 120.2061611, 30.1711686 ], [ 120.2052232, 30.1711184 ], [ 120.2031023, 30.1710354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984907, 30.1719173 ], [ 120.1984902, 30.1710976 ], [ 120.1984842, 30.1708172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984312, 30.1738537 ], [ 120.1984599, 30.1729198 ], [ 120.1984907, 30.1719173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027018, 30.1749722 ], [ 120.202851, 30.173082 ], [ 120.2030377, 30.1711688 ], [ 120.2031023, 30.1710354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031023, 30.1710354 ], [ 120.2030377, 30.1711688 ], [ 120.202851, 30.173082 ], [ 120.2027018, 30.1749722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986127, 30.1708174 ], [ 120.198613, 30.1711836 ], [ 120.1986292, 30.1722906 ], [ 120.1986085, 30.1733095 ], [ 120.1985682, 30.1752928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984504, 30.1753008 ], [ 120.1984312, 30.1738537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027018, 30.1749722 ], [ 120.2031715, 30.1749302 ], [ 120.2053106, 30.1747238 ], [ 120.2059095, 30.1746699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2013109, 30.1751582 ], [ 120.2020767, 30.1749632 ], [ 120.2038389, 30.1747844 ], [ 120.2050696, 30.1746638 ], [ 120.2054645, 30.1746399 ], [ 120.2059095, 30.1746699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2068087, 30.1748146 ], [ 120.2064563, 30.1748638 ], [ 120.2026779, 30.1752325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2026779, 30.1752325 ], [ 120.2027018, 30.1749722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027018, 30.1749722 ], [ 120.2026779, 30.1752325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985682, 30.1752928 ], [ 120.199643, 30.175219 ], [ 120.2009406, 30.1751299 ], [ 120.2027018, 30.1749722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984504, 30.1753008 ], [ 120.1985682, 30.1752928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天官路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194068, 30.173855 ], [ 120.1941921, 30.1738484 ], [ 120.1953753, 30.173859 ], [ 120.1958746, 30.1738576 ], [ 120.1962626, 30.1738803 ], [ 120.1963219, 30.1738796 ], [ 120.1973363, 30.1738671 ], [ 120.1984312, 30.1738537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天官路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984312, 30.1738537 ], [ 120.1973363, 30.1738671 ], [ 120.1963219, 30.1738796 ], [ 120.1962626, 30.1738803 ], [ 120.1958746, 30.1738576 ], [ 120.1953753, 30.173859 ], [ 120.1941921, 30.1738484 ], [ 120.194068, 30.173855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光裕路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194068, 30.173855 ], [ 120.194058, 30.1757383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光裕路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194058, 30.1757383 ], [ 120.194068, 30.173855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194058, 30.1757383 ], [ 120.1962933, 30.1755157 ], [ 120.1984504, 30.1753008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1885265, 30.1753925 ], [ 120.1886925, 30.1754074 ], [ 120.1911877, 30.1756332 ], [ 120.1917463, 30.1756838 ], [ 120.1925519, 30.1757567 ], [ 120.1933941, 30.1757524 ], [ 120.194058, 30.1757383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984395, 30.1756212 ], [ 120.1983361, 30.1756301 ], [ 120.1947061, 30.1759442 ], [ 120.1940617, 30.1759947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940617, 30.1759947 ], [ 120.1933376, 30.176011 ], [ 120.1930097, 30.1760184 ], [ 120.1929374, 30.17602 ], [ 120.1904839, 30.1758201 ], [ 120.1903709, 30.1758109 ], [ 120.1900574, 30.1757854 ], [ 120.1883326, 30.1756492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光裕路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940617, 30.1759947 ], [ 120.194058, 30.1757383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光裕路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194058, 30.1757383 ], [ 120.1940617, 30.1759947 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "长江中路", "长江路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1914211, 30.1710318 ], [ 120.190768, 30.172539 ], [ 120.1905437, 30.1729127 ], [ 120.1904083, 30.1731048 ], [ 120.1901747, 30.1733888 ], [ 120.189552, 30.1741458 ], [ 120.1888369, 30.1750151 ], [ 120.1885265, 30.1753925 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "长江路", "长江中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1885265, 30.1753925 ], [ 120.1888369, 30.1750151 ], [ 120.189552, 30.1741458 ], [ 120.1901747, 30.1733888 ], [ 120.1904083, 30.1731048 ], [ 120.1905437, 30.1729127 ], [ 120.190768, 30.172539 ], [ 120.1914211, 30.1710318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838237, 30.1751916 ], [ 120.1846043, 30.1751541 ], [ 120.1852047, 30.1751542 ], [ 120.1858758, 30.1751543 ], [ 120.1885265, 30.1753925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883326, 30.1756492 ], [ 120.1885265, 30.1753925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1885265, 30.1753925 ], [ 120.1883326, 30.1756492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883326, 30.1756492 ], [ 120.1870843, 30.1754898 ], [ 120.1860714, 30.1754363 ], [ 120.1856958, 30.1754419 ], [ 120.1853752, 30.1754537 ], [ 120.1845654, 30.1754786 ], [ 120.1839358, 30.1755068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861266, 30.1794542 ], [ 120.186153, 30.1792504 ], [ 120.1861361, 30.1790792 ], [ 120.1861256, 30.1789066 ], [ 120.1861051, 30.1787868 ], [ 120.1861288, 30.1785582 ], [ 120.1861852, 30.178339 ], [ 120.1863123, 30.1780703 ], [ 120.1876617, 30.1764438 ], [ 120.1883326, 30.1756492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883326, 30.1756492 ], [ 120.1876617, 30.1764438 ], [ 120.1863123, 30.1780703 ], [ 120.1861852, 30.178339 ], [ 120.1861288, 30.1785582 ], [ 120.1861051, 30.1787868 ], [ 120.1861256, 30.1789066 ], [ 120.1861361, 30.1790792 ], [ 120.186153, 30.1792504 ], [ 120.1861266, 30.1794542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887618, 30.1793462 ], [ 120.1922474, 30.1792237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1922332, 30.179336 ], [ 120.1887622, 30.1794587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2026779, 30.1752325 ], [ 120.2015877, 30.175327 ], [ 120.2009782, 30.1753799 ], [ 120.1986984, 30.1755981 ], [ 120.1986005, 30.1756075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985682, 30.1752928 ], [ 120.1986005, 30.1756075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984395, 30.1756212 ], [ 120.1984504, 30.1753008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986005, 30.1756075 ], [ 120.1984395, 30.1756212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "庙后王路", "楚天路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2026779, 30.1752325 ], [ 120.202607, 30.1760017 ], [ 120.2025777, 30.1763192 ], [ 120.2024817, 30.1773613 ], [ 120.2025126, 30.1774491 ], [ 120.2025981, 30.1775102 ], [ 120.2036159, 30.1774799 ], [ 120.2038246, 30.1774737 ], [ 120.2053641, 30.1774278 ], [ 120.2057617, 30.177416 ], [ 120.2066731, 30.1773888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "庙后王路", "楚天路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066731, 30.1773888 ], [ 120.2057617, 30.177416 ], [ 120.2053641, 30.1774278 ], [ 120.2038246, 30.1774737 ], [ 120.2036159, 30.1774799 ], [ 120.2025981, 30.1775102 ], [ 120.2025126, 30.1774491 ], [ 120.2024817, 30.1773613 ], [ 120.2025777, 30.1763192 ], [ 120.202607, 30.1760017 ], [ 120.2026779, 30.1752325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "江虹路跨铁立交", "江虹路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986005, 30.1756075 ], [ 120.1986021, 30.175816 ], [ 120.1986257, 30.1777903 ], [ 120.1986208, 30.179352 ], [ 120.1985834, 30.1815635 ], [ 120.1986197, 30.1819235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "江虹路跨铁立交", "江虹路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984543, 30.1819168 ], [ 120.1985117, 30.1815714 ], [ 120.1985003, 30.1792879 ], [ 120.1984794, 30.1777831 ], [ 120.1984487, 30.1758161 ], [ 120.1984395, 30.1756212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066183, 30.1788794 ], [ 120.2027555, 30.1790036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027563, 30.1789048 ], [ 120.2027555, 30.1790036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952676, 30.1791397 ], [ 120.1985488, 30.1790487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.192397, 30.1792219 ], [ 120.1952676, 30.1791397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952729, 30.1792403 ], [ 120.1952676, 30.1791397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952676, 30.1791397 ], [ 120.1952729, 30.1792403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984457, 30.1791428 ], [ 120.1952729, 30.1792403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1922474, 30.1792237 ], [ 120.192397, 30.1792219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.192397, 30.1792219 ], [ 120.1923879, 30.1793326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1922332, 30.179336 ], [ 120.1922474, 30.1792237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952729, 30.1792403 ], [ 120.1923879, 30.1793326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923879, 30.1793326 ], [ 120.1922332, 30.179336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953298, 30.1806907 ], [ 120.1952729, 30.1792403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952729, 30.1792403 ], [ 120.1953298, 30.1806907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923879, 30.1793326 ], [ 120.1923291, 30.180712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921639, 30.1807137 ], [ 120.1922332, 30.179336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923291, 30.180712 ], [ 120.1953298, 30.1806907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953298, 30.1806907 ], [ 120.1923291, 30.180712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921639, 30.1807137 ], [ 120.1923291, 30.180712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923291, 30.180712 ], [ 120.1921639, 30.1807137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984322, 30.1807353 ], [ 120.1953298, 30.1806907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953298, 30.1806907 ], [ 120.1984322, 30.1807353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861266, 30.1794542 ], [ 120.1887618, 30.1793462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887618, 30.1793462 ], [ 120.1887622, 30.1794587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887622, 30.1794587 ], [ 120.1887618, 30.1793462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1840013, 30.1794989 ], [ 120.1847412, 30.1794815 ], [ 120.1861266, 30.1794542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1859744, 30.1795538 ], [ 120.1861266, 30.1794542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861266, 30.1794542 ], [ 120.1859744, 30.1795538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887622, 30.1794587 ], [ 120.1859744, 30.1795538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1859744, 30.1795538 ], [ 120.184636, 30.179605 ], [ 120.1840023, 30.1796245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887539, 30.1808645 ], [ 120.1887648, 30.1802025 ], [ 120.1887622, 30.1794587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887622, 30.1794587 ], [ 120.1887648, 30.1802025 ], [ 120.1887539, 30.1808645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027555, 30.1790036 ], [ 120.2027563, 30.1789048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985488, 30.1790487 ], [ 120.2004748, 30.178981 ], [ 120.2027563, 30.1789048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027555, 30.1790036 ], [ 120.2004897, 30.1790764 ], [ 120.1986813, 30.1791443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984457, 30.1791428 ], [ 120.1985488, 30.1790487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985488, 30.1790487 ], [ 120.1986813, 30.1791443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986813, 30.1791443 ], [ 120.1984457, 30.1791428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984322, 30.1807353 ], [ 120.1984457, 30.1791428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027964, 30.1815402 ], [ 120.2027746, 30.1801913 ], [ 120.2027555, 30.1790036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027555, 30.1790036 ], [ 120.2027746, 30.1801913 ], [ 120.2027964, 30.1815402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986813, 30.1791443 ], [ 120.1986877, 30.1807456 ], [ 120.1986592, 30.1816026 ], [ 120.1986523, 30.1816588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185637, 30.1810261 ], [ 120.1858656, 30.1799312 ], [ 120.1859744, 30.1795538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1859744, 30.1795538 ], [ 120.1858656, 30.1799312 ], [ 120.185637, 30.1810261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887539, 30.1808645 ], [ 120.191159, 30.1807581 ], [ 120.1914172, 30.1807467 ], [ 120.1921639, 30.1807137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921639, 30.1807137 ], [ 120.1914172, 30.1807467 ], [ 120.191159, 30.1807581 ], [ 120.1887539, 30.1808645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887539, 30.1808645 ], [ 120.1871381, 30.1809483 ], [ 120.1869884, 30.180956 ], [ 120.185637, 30.1810261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185637, 30.1810261 ], [ 120.1869884, 30.180956 ], [ 120.1871381, 30.1809483 ], [ 120.1887539, 30.1808645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886966, 30.1838277 ], [ 120.1887266, 30.1827247 ], [ 120.1887388, 30.1818906 ], [ 120.1887539, 30.1808645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887539, 30.1808645 ], [ 120.1887388, 30.1818906 ], [ 120.1887266, 30.1827247 ], [ 120.1886966, 30.1838277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855072, 30.183818 ], [ 120.1853846, 30.1832823 ], [ 120.1853356, 30.1829694 ], [ 120.1853872, 30.1824538 ], [ 120.1854799, 30.1820283 ], [ 120.185637, 30.1810261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长江中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185637, 30.1810261 ], [ 120.1854799, 30.1820283 ], [ 120.1853872, 30.1824538 ], [ 120.1853356, 30.1829694 ], [ 120.1853846, 30.1832823 ], [ 120.1855072, 30.183818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "越城巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217643, 30.1752232 ], [ 120.2176957, 30.175007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217643, 30.1752232 ], [ 120.2170548, 30.1752298 ], [ 120.2157034, 30.1751694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131731, 30.1772059 ], [ 120.213136, 30.1750474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132422, 30.1750559 ], [ 120.2132879, 30.1772027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "越城巷", "庙后王路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147897, 30.1771642 ], [ 120.215165, 30.1771594 ], [ 120.2153098, 30.1771575 ], [ 120.2167287, 30.1771392 ], [ 120.2168655, 30.1771235 ], [ 120.2169514, 30.1770795 ], [ 120.2170238, 30.176996 ], [ 120.2170896, 30.1767772 ], [ 120.2171214, 30.1766716 ], [ 120.2171794, 30.1764789 ], [ 120.217643, 30.1752232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "越城巷", "庙后王路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217643, 30.1752232 ], [ 120.2171794, 30.1764789 ], [ 120.2171214, 30.1766716 ], [ 120.2170896, 30.1767772 ], [ 120.2170238, 30.176996 ], [ 120.2169514, 30.1770795 ], [ 120.2168655, 30.1771235 ], [ 120.2167287, 30.1771392 ], [ 120.2153098, 30.1771575 ], [ 120.215165, 30.1771594 ], [ 120.2147897, 30.1771642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙后王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132879, 30.1772027 ], [ 120.2134538, 30.1771984 ], [ 120.213756, 30.1771907 ], [ 120.2138164, 30.1771892 ], [ 120.2147897, 30.1771642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙后王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147897, 30.1771642 ], [ 120.2138164, 30.1771892 ], [ 120.213756, 30.1771907 ], [ 120.2134538, 30.1771984 ], [ 120.2132879, 30.1772027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙后王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131731, 30.1772059 ], [ 120.2132879, 30.1772027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙后王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132879, 30.1772027 ], [ 120.2131731, 30.1772059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069578, 30.1747948 ], [ 120.2068087, 30.1748146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.213136, 30.1750474 ], [ 120.2072563, 30.174797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072563, 30.174797 ], [ 120.2072418, 30.1749277 ], [ 120.2072257, 30.175359 ], [ 120.2071989, 30.1759433 ], [ 120.2071238, 30.1768847 ], [ 120.2070916, 30.177377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066731, 30.1773888 ], [ 120.2066785, 30.1772465 ], [ 120.2067429, 30.1764303 ], [ 120.2067751, 30.1757022 ], [ 120.2068087, 30.1748146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙后王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131731, 30.1772059 ], [ 120.2123864, 30.177228 ], [ 120.212148, 30.1772347 ], [ 120.2109617, 30.1772681 ], [ 120.2108625, 30.1772709 ], [ 120.2100846, 30.1772928 ], [ 120.2098113, 30.1773005 ], [ 120.2089425, 30.1773249 ], [ 120.2085509, 30.177336 ], [ 120.2075475, 30.1773642 ], [ 120.2072444, 30.1773727 ], [ 120.2070916, 30.177377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙后王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070916, 30.177377 ], [ 120.2072444, 30.1773727 ], [ 120.2075475, 30.1773642 ], [ 120.2085509, 30.177336 ], [ 120.2089425, 30.1773249 ], [ 120.2098113, 30.1773005 ], [ 120.2100846, 30.1772928 ], [ 120.2108625, 30.1772709 ], [ 120.2109617, 30.1772681 ], [ 120.212148, 30.1772347 ], [ 120.2123864, 30.177228 ], [ 120.2131731, 30.1772059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙后王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066731, 30.1773888 ], [ 120.2070916, 30.177377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙后王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070916, 30.177377 ], [ 120.2066731, 30.1773888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "江晖路", "江晖路公铁立交" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065954, 30.1814794 ], [ 120.2066549, 30.1808246 ], [ 120.2066811, 30.1804804 ], [ 120.2067737, 30.1779049 ], [ 120.2068935, 30.1764636 ], [ 120.2069281, 30.1760915 ], [ 120.2069644, 30.1756194 ], [ 120.2069578, 30.1747948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "江晖路", "江晖路公铁立交" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071139, 30.1747893 ], [ 120.2071123, 30.1748858 ], [ 120.2070122, 30.1760939 ], [ 120.2069899, 30.1764581 ], [ 120.206877, 30.1779096 ], [ 120.2067772, 30.1804811 ], [ 120.2067515, 30.1807996 ], [ 120.2067353, 30.1814906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111757, 30.1787041 ], [ 120.2133854, 30.17866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093721, 30.17871 ], [ 120.2111757, 30.1787041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111757, 30.1787041 ], [ 120.2111704, 30.1788029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111704, 30.1788029 ], [ 120.2111757, 30.1787041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093721, 30.17871 ], [ 120.2093748, 30.1788172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093748, 30.1788172 ], [ 120.2093721, 30.17871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132497, 30.1787694 ], [ 120.2124503, 30.1787823 ], [ 120.2111704, 30.1788029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027563, 30.1789048 ], [ 120.205027, 30.1788227 ], [ 120.2056803, 30.1787909 ], [ 120.2064864, 30.1787592 ], [ 120.2069995, 30.1787527 ], [ 120.2093721, 30.17871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111704, 30.1788029 ], [ 120.2093748, 30.1788172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093748, 30.1788172 ], [ 120.2083089, 30.1788244 ], [ 120.2079215, 30.1788533 ], [ 120.2069483, 30.1788885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212429, 30.1745368 ], [ 120.2213469, 30.1741336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221404, 30.1744964 ], [ 120.2212429, 30.1745368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2250149, 30.1768491 ], [ 120.2250026, 30.1760135 ], [ 120.2250179, 30.1755702 ], [ 120.2250446, 30.175045 ], [ 120.2250731, 30.1748094 ], [ 120.2251133, 30.1745289 ], [ 120.2251294, 30.1743642 ], [ 120.2252323, 30.1735037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252323, 30.1735037 ], [ 120.2251294, 30.1743642 ], [ 120.2251133, 30.1745289 ], [ 120.2250731, 30.1748094 ], [ 120.2250446, 30.175045 ], [ 120.2250179, 30.1755702 ], [ 120.2250026, 30.1760135 ], [ 120.2250149, 30.1768491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221404, 30.1744964 ], [ 120.2213028, 30.1767136 ], [ 120.2212248, 30.1785581 ], [ 120.2211472, 30.1798253 ], [ 120.2211495, 30.1805416 ], [ 120.2211724, 30.1811957 ], [ 120.2211952, 30.1813527 ], [ 120.2212286, 30.181583 ], [ 120.2213007, 30.1819786 ], [ 120.2214891, 30.182641 ], [ 120.221907, 30.1841812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217587, 30.1841627 ], [ 120.221115, 30.1818923 ], [ 120.2210542, 30.1815764 ], [ 120.2210205, 30.1812321 ], [ 120.2209969, 30.1805347 ], [ 120.2210042, 30.1798372 ], [ 120.2210346, 30.17917 ], [ 120.2210641, 30.178463 ], [ 120.2211068, 30.1778103 ], [ 120.2211844, 30.1756535 ], [ 120.2212304, 30.1746591 ], [ 120.2212429, 30.1745368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217587, 30.1841627 ], [ 120.221907, 30.1841812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217618, 30.1842796 ], [ 120.2217587, 30.1841627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217618, 30.1842796 ], [ 120.2211636, 30.1842448 ], [ 120.2207314, 30.1842173 ], [ 120.2203688, 30.1842169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221907, 30.1841812 ], [ 120.2219364, 30.1843179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069483, 30.1788885 ], [ 120.2066183, 30.1788794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111704, 30.1788029 ], [ 120.2111183, 30.1814672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111183, 30.1814672 ], [ 120.2111704, 30.1788029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093748, 30.1788172 ], [ 120.209226, 30.1814645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209226, 30.1814645 ], [ 120.2093748, 30.1788172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065954, 30.1814794 ], [ 120.2065257, 30.181279 ], [ 120.2065797, 30.1805363 ], [ 120.2066028, 30.1798799 ], [ 120.2066088, 30.1791802 ], [ 120.2066183, 30.1788794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069483, 30.1788885 ], [ 120.2069357, 30.1793352 ], [ 120.206877, 30.1805482 ], [ 120.2068852, 30.18074 ], [ 120.2068497, 30.1812588 ], [ 120.2067353, 30.1814906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132902, 30.181454 ], [ 120.2121773, 30.1814608 ], [ 120.2119302, 30.1814623 ], [ 120.2111183, 30.1814672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111183, 30.1814672 ], [ 120.2119302, 30.1814623 ], [ 120.2121773, 30.1814608 ], [ 120.2132902, 30.181454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111183, 30.1814672 ], [ 120.209226, 30.1814645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174654, 30.1786512 ], [ 120.2174491, 30.1785164 ], [ 120.2174048, 30.1784679 ], [ 120.2173073, 30.1784219 ], [ 120.217197, 30.178403 ], [ 120.2168276, 30.1784088 ], [ 120.2166836, 30.1784096 ], [ 120.2165691, 30.1783669 ], [ 120.2164998, 30.1782815 ], [ 120.2164733, 30.1780486 ], [ 120.2164709, 30.1778594 ], [ 120.216464, 30.17771 ], [ 120.2164612, 30.1776092 ], [ 120.2164247, 30.1774892 ], [ 120.2163528, 30.1774254 ], [ 120.2162208, 30.177354 ], [ 120.2154299, 30.1773662 ], [ 120.2152113, 30.1773624 ], [ 120.2150429, 30.1773126 ], [ 120.2147897, 30.1771642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147897, 30.1771642 ], [ 120.2150429, 30.1773126 ], [ 120.2152113, 30.1773624 ], [ 120.2154299, 30.1773662 ], [ 120.2162208, 30.177354 ], [ 120.2163528, 30.1774254 ], [ 120.2164247, 30.1774892 ], [ 120.2164612, 30.1776092 ], [ 120.216464, 30.17771 ], [ 120.2164709, 30.1778594 ], [ 120.2164733, 30.1780486 ], [ 120.2164998, 30.1782815 ], [ 120.2165691, 30.1783669 ], [ 120.2166836, 30.1784096 ], [ 120.2168276, 30.1784088 ], [ 120.217197, 30.178403 ], [ 120.2173073, 30.1784219 ], [ 120.2174048, 30.1784679 ], [ 120.2174491, 30.1785164 ], [ 120.2174654, 30.1786512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133854, 30.17866 ], [ 120.214907, 30.1786306 ], [ 120.2173559, 30.1785834 ], [ 120.2174654, 30.1786512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174654, 30.1786512 ], [ 120.2133987, 30.1787586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133854, 30.17866 ], [ 120.2133987, 30.1787586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132497, 30.1787694 ], [ 120.2133854, 30.17866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133987, 30.1787586 ], [ 120.2132497, 30.1787694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133987, 30.1787586 ], [ 120.213453, 30.1814504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132902, 30.181454 ], [ 120.2132497, 30.1787694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175627, 30.1840327 ], [ 120.2175678, 30.1837494 ], [ 120.2175176, 30.1812525 ], [ 120.2174654, 30.1786512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174654, 30.1786512 ], [ 120.2175176, 30.1812525 ], [ 120.2175678, 30.1837494 ], [ 120.2175627, 30.1840327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132902, 30.181454 ], [ 120.213453, 30.1814504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.213453, 30.1814504 ], [ 120.2132902, 30.181454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.213453, 30.1814504 ], [ 120.2135078, 30.1839906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133753, 30.1839886 ], [ 120.2132902, 30.181454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133753, 30.1839886 ], [ 120.2135078, 30.1839906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135078, 30.1839906 ], [ 120.2148887, 30.1839959 ], [ 120.2151382, 30.1839983 ], [ 120.2165409, 30.1840182 ], [ 120.2175627, 30.1840327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133751, 30.1841242 ], [ 120.2133753, 30.1839886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135078, 30.1839906 ], [ 120.2135076, 30.1841258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175557, 30.1841613 ], [ 120.2175627, 30.1840327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289671, 30.1814065 ], [ 120.229118, 30.1813986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322602, 30.1813603 ], [ 120.2322555, 30.1814709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322555, 30.1814709 ], [ 120.2322602, 30.1813603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289237, 30.1815633 ], [ 120.2288172, 30.1815608 ], [ 120.2273384, 30.1815264 ], [ 120.2264363, 30.1815054 ], [ 120.2264491, 30.1813836 ], [ 120.2288169, 30.1814051 ], [ 120.2289671, 30.1814065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292637, 30.1813849 ], [ 120.2291576, 30.1815642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229118, 30.1813986 ], [ 120.2290087, 30.1815616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2290087, 30.1815616 ], [ 120.2289671, 30.1814065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289237, 30.1815633 ], [ 120.2289671, 30.1814065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322555, 30.1814709 ], [ 120.2308872, 30.1815091 ], [ 120.2293792, 30.1815527 ], [ 120.2291576, 30.1815642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2290087, 30.1815616 ], [ 120.2289237, 30.1815633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209226, 30.1814645 ], [ 120.2111183, 30.1814672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209226, 30.1814645 ], [ 120.208218, 30.1814751 ], [ 120.2080304, 30.181477 ], [ 120.2067353, 30.1814906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2067353, 30.1814906 ], [ 120.2080304, 30.181477 ], [ 120.208218, 30.1814751 ], [ 120.209226, 30.1814645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065954, 30.1814794 ], [ 120.2067353, 30.1814906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2067353, 30.1814906 ], [ 120.2065954, 30.1814794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209226, 30.1814645 ], [ 120.2092021, 30.1824725 ], [ 120.2091824, 30.1833063 ], [ 120.2091353, 30.1839538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2091353, 30.1839538 ], [ 120.2091824, 30.1833063 ], [ 120.2092021, 30.1824725 ], [ 120.209226, 30.1814645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064481, 30.1839396 ], [ 120.2064811, 30.1836323 ], [ 120.2065103, 30.183082 ], [ 120.2065954, 30.1814794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.211112, 30.1839631 ], [ 120.2111183, 30.1814672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2111183, 30.1814672 ], [ 120.211112, 30.1839631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2067353, 30.1814906 ], [ 120.2067079, 30.1823313 ], [ 120.206665, 30.183646 ], [ 120.206652, 30.1839425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064481, 30.1839396 ], [ 120.206652, 30.1839425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.206652, 30.1839425 ], [ 120.2091353, 30.1839538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2091353, 30.1839538 ], [ 120.2099639, 30.1839631 ], [ 120.210042, 30.183964 ], [ 120.211112, 30.1839631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.211112, 30.1839631 ], [ 120.2133753, 30.1839886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.206652, 30.1839425 ], [ 120.2066519, 30.1841145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064469, 30.1841175 ], [ 120.2064481, 30.1839396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2091353, 30.1839538 ], [ 120.2091272, 30.1841351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2091272, 30.1841351 ], [ 120.2091353, 30.1839538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110993, 30.1841511 ], [ 120.211112, 30.1839631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "望越桥", "风情大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364402, 30.1561533 ], [ 120.2350502, 30.1575183 ], [ 120.2344702, 30.15813 ], [ 120.2344047, 30.1581907 ], [ 120.2338734, 30.1586946 ], [ 120.2330126, 30.1595806 ], [ 120.2326474, 30.1598853 ], [ 120.2325152, 30.1599621 ], [ 120.232468, 30.1600637 ], [ 120.2321256, 30.1608003 ], [ 120.2319521, 30.1613275 ], [ 120.2318698, 30.1617185 ], [ 120.231762, 30.1620722 ], [ 120.2314313, 30.1627801 ], [ 120.2312033, 30.1632671 ], [ 120.2307554, 30.1639988 ], [ 120.2306028, 30.1642446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "休博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306028, 30.1642446 ], [ 120.2304463, 30.1642374 ], [ 120.2302261, 30.1642272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "休博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302261, 30.1642272 ], [ 120.2304463, 30.1642374 ], [ 120.2306028, 30.1642446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306028, 30.1642446 ], [ 120.2304755, 30.1643931 ], [ 120.2303858, 30.1646617 ], [ 120.2303305, 30.1650354 ], [ 120.2303617, 30.1657021 ], [ 120.2302992, 30.1667189 ], [ 120.2302691, 30.1672082 ], [ 120.2302168, 30.1680685 ], [ 120.2301612, 30.1683841 ], [ 120.2300976, 30.1686524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296208, 30.169942 ], [ 120.2297356, 30.1695213 ], [ 120.2299185, 30.1687726 ], [ 120.22999, 30.1682164 ], [ 120.2300079, 30.167976 ], [ 120.2300279, 30.167785 ], [ 120.2300396, 30.1675545 ], [ 120.230032, 30.1672934 ], [ 120.2300562, 30.1666975 ], [ 120.2301012, 30.1660156 ], [ 120.2301127, 30.1655899 ], [ 120.2301328, 30.1650827 ], [ 120.230148, 30.1647737 ], [ 120.2302002, 30.1644012 ], [ 120.2302261, 30.1642272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300976, 30.1686524 ], [ 120.2299486, 30.169065 ], [ 120.2298285, 30.1695884 ], [ 120.2297598, 30.1699839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300976, 30.1686524 ], [ 120.2300559, 30.1691021 ], [ 120.2298919, 30.1700006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2266417, 30.1694581 ], [ 120.2267548, 30.1694947 ], [ 120.2272403, 30.1696153 ], [ 120.2282221, 30.1697825 ], [ 120.2287159, 30.1698233 ], [ 120.2293137, 30.1698727 ], [ 120.2296208, 30.169942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2295954, 30.170025 ], [ 120.2282107, 30.1698647 ], [ 120.2280243, 30.1698353 ], [ 120.2274314, 30.1697415 ], [ 120.2269631, 30.1696374 ], [ 120.2265754, 30.1695587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296208, 30.169942 ], [ 120.2297598, 30.1699839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2295954, 30.170025 ], [ 120.2296208, 30.169942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297598, 30.1699839 ], [ 120.2298919, 30.1700006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297598, 30.1699839 ], [ 120.2297484, 30.1700497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297484, 30.1700497 ], [ 120.2295954, 30.170025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298919, 30.1700006 ], [ 120.2298751, 30.1700926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298751, 30.1700926 ], [ 120.2297484, 30.1700497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298919, 30.1700006 ], [ 120.231328, 30.1702205 ], [ 120.2316096, 30.1702205 ], [ 120.2319691, 30.1701927 ], [ 120.2325511, 30.1701185 ], [ 120.2326986, 30.170093 ], [ 120.2330929, 30.1700907 ], [ 120.236215, 30.1702112 ], [ 120.2366628, 30.1702214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365947, 30.1703315 ], [ 120.2343238, 30.1702211 ], [ 120.2329749, 30.1701556 ], [ 120.2326477, 30.1701788 ], [ 120.232299, 30.1702298 ], [ 120.2317486, 30.1702997 ], [ 120.2313743, 30.1702968 ], [ 120.2305306, 30.1701969 ], [ 120.2298751, 30.1700926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229012, 30.1726919 ], [ 120.2292876, 30.1713718 ], [ 120.2293312, 30.171163 ], [ 120.2294793, 30.1704538 ], [ 120.2295954, 30.170025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291918, 30.1726962 ], [ 120.2292331, 30.1724715 ], [ 120.2293158, 30.1720096 ], [ 120.2293661, 30.1717424 ], [ 120.2293897, 30.1716169 ], [ 120.2296052, 30.1703793 ], [ 120.2295954, 30.170025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444312, 30.162665 ], [ 120.2445544, 30.162799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401598, 30.1669029 ], [ 120.2411576, 30.1658672 ], [ 120.2419514, 30.1651726 ], [ 120.2423172, 30.1648526 ], [ 120.242504, 30.1646891 ], [ 120.2435237, 30.1637592 ], [ 120.2444312, 30.162665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445544, 30.162799 ], [ 120.2436433, 30.1638155 ], [ 120.2426401, 30.1647848 ], [ 120.24244, 30.164955 ], [ 120.242069, 30.1652705 ], [ 120.2413313, 30.1658979 ], [ 120.2402607, 30.1670319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396755, 30.1705115 ], [ 120.2398244, 30.1705151 ], [ 120.2402536, 30.1705145 ], [ 120.2407177, 30.1705139 ], [ 120.2411668, 30.1705247 ], [ 120.2415709, 30.1705814 ], [ 120.2419241, 30.1706501 ], [ 120.2421676, 30.1707363 ], [ 120.2423839, 30.1709306 ], [ 120.2428929, 30.1714905 ], [ 120.2430938, 30.1717481 ], [ 120.2432681, 30.1719736 ], [ 120.2433393, 30.1721414 ], [ 120.243488, 30.1724761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243488, 30.1724761 ], [ 120.2433393, 30.1721414 ], [ 120.2432681, 30.1719736 ], [ 120.2430938, 30.1717481 ], [ 120.2428929, 30.1714905 ], [ 120.2423839, 30.1709306 ], [ 120.2421676, 30.1707363 ], [ 120.2419241, 30.1706501 ], [ 120.2415709, 30.1705814 ], [ 120.2411668, 30.1705247 ], [ 120.2407177, 30.1705139 ], [ 120.2402536, 30.1705145 ], [ 120.2398244, 30.1705151 ], [ 120.2396755, 30.1705115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243488, 30.1724761 ], [ 120.2435072, 30.1725794 ], [ 120.2435106, 30.1726123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435106, 30.1726123 ], [ 120.2435072, 30.1725794 ], [ 120.243488, 30.1724761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435106, 30.1726123 ], [ 120.2435242, 30.1727449 ], [ 120.2435639, 30.1728922 ], [ 120.243753, 30.1734388 ], [ 120.2439685, 30.1739592 ], [ 120.2439895, 30.1740099 ], [ 120.2443096, 30.174691 ], [ 120.2445743, 30.1752149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445743, 30.1752149 ], [ 120.2443096, 30.174691 ], [ 120.2439895, 30.1740099 ], [ 120.2439685, 30.1739592 ], [ 120.243753, 30.1734388 ], [ 120.2435639, 30.1728922 ], [ 120.2435242, 30.1727449 ], [ 120.2435106, 30.1726123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437625, 30.1799921 ], [ 120.2437614, 30.1801294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298751, 30.1700926 ], [ 120.229797, 30.1704003 ], [ 120.229742, 30.1708734 ], [ 120.2296252, 30.1717321 ], [ 120.2295644, 30.1720483 ], [ 120.2294838, 30.1724949 ], [ 120.2294489, 30.1727049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229012, 30.1726919 ], [ 120.2291918, 30.1726962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291918, 30.1726962 ], [ 120.2294489, 30.1727049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294489, 30.1727049 ], [ 120.2313374, 30.1727256 ], [ 120.2316445, 30.1727341 ], [ 120.232647, 30.1727347 ], [ 120.2337903, 30.1727415 ], [ 120.2342322, 30.1727441 ], [ 120.2361692, 30.1727591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229139, 30.1730354 ], [ 120.2291918, 30.1726962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228956, 30.1730409 ], [ 120.229012, 30.1726919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294489, 30.1727049 ], [ 120.229388, 30.1730351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229388, 30.1730351 ], [ 120.229139, 30.1730354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229139, 30.1730354 ], [ 120.228956, 30.1730409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361822, 30.1730551 ], [ 120.2348525, 30.1730502 ], [ 120.2341246, 30.1730475 ], [ 120.232649, 30.1730402 ], [ 120.2316552, 30.1730344 ], [ 120.2308278, 30.1730426 ], [ 120.229388, 30.1730351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365947, 30.1703315 ], [ 120.2366628, 30.1702214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2368722, 30.1702818 ], [ 120.2365947, 30.1703315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2368722, 30.1702818 ], [ 120.2371507, 30.1702986 ], [ 120.2386386, 30.1704533 ], [ 120.2392642, 30.1705017 ], [ 120.2396755, 30.1705115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湘西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396755, 30.1705115 ], [ 120.2392642, 30.1705017 ], [ 120.2386386, 30.1704533 ], [ 120.2371507, 30.1702986 ], [ 120.2368722, 30.1702818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2368722, 30.1702818 ], [ 120.2366712, 30.1705759 ], [ 120.2365412, 30.1710285 ], [ 120.2364965, 30.1713075 ], [ 120.2363825, 30.1719478 ], [ 120.2363568, 30.1725672 ], [ 120.2363589, 30.1727501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361692, 30.1727591 ], [ 120.236198, 30.1722569 ], [ 120.2362087, 30.1721575 ], [ 120.2362772, 30.1715204 ], [ 120.2364384, 30.1708021 ], [ 120.2365947, 30.1703315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363589, 30.1727501 ], [ 120.2386522, 30.1723851 ], [ 120.2393605, 30.1722724 ], [ 120.2400135, 30.1722041 ], [ 120.2404019, 30.1721735 ], [ 120.2414246, 30.1721432 ], [ 120.242293, 30.1721702 ], [ 120.2427041, 30.1722483 ], [ 120.243361, 30.1724525 ], [ 120.243488, 30.1724761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361692, 30.1727591 ], [ 120.2363589, 30.1727501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435106, 30.1726123 ], [ 120.2432691, 30.1726385 ], [ 120.2422886, 30.1726519 ], [ 120.2406447, 30.1726741 ], [ 120.239839, 30.1727058 ], [ 120.2394796, 30.1727142 ], [ 120.2392578, 30.1727286 ], [ 120.2380085, 30.1728921 ], [ 120.2370745, 30.1730233 ], [ 120.2363601, 30.1730454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363589, 30.1727501 ], [ 120.2363601, 30.1730454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361822, 30.1730551 ], [ 120.2361692, 30.1727591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363601, 30.1730454 ], [ 120.2361822, 30.1730551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445743, 30.1752149 ], [ 120.2439711, 30.1754871 ], [ 120.2435109, 30.1756941 ], [ 120.2430716, 30.1758756 ], [ 120.24226, 30.1761473 ], [ 120.2415393, 30.1763251 ], [ 120.2408832, 30.1764383 ], [ 120.240203, 30.1765339 ], [ 120.2399681, 30.176562 ], [ 120.2396901, 30.176563 ], [ 120.2390687, 30.1765554 ], [ 120.2384454, 30.1765513 ], [ 120.2378507, 30.1765501 ], [ 120.2374993, 30.1765604 ], [ 120.2372589, 30.1766179 ], [ 120.2372104, 30.1766295 ], [ 120.2367836, 30.1766231 ], [ 120.2365785, 30.1765555 ], [ 120.236068, 30.1765672 ], [ 120.235099, 30.1765833 ], [ 120.2336238, 30.1766297 ], [ 120.2328674, 30.1766575 ], [ 120.2312366, 30.1767085 ], [ 120.2300028, 30.1767503 ], [ 120.2298955, 30.1767039 ], [ 120.229402, 30.176421 ], [ 120.2293537, 30.1763329 ], [ 120.2294449, 30.1756373 ], [ 120.2295498, 30.1748458 ], [ 120.2292314, 30.1748288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292314, 30.1748288 ], [ 120.2295498, 30.1748458 ], [ 120.2294449, 30.1756373 ], [ 120.2293537, 30.1763329 ], [ 120.229402, 30.176421 ], [ 120.2298955, 30.1767039 ], [ 120.2300028, 30.1767503 ], [ 120.2312366, 30.1767085 ], [ 120.2328674, 30.1766575 ], [ 120.2336238, 30.1766297 ], [ 120.235099, 30.1765833 ], [ 120.236068, 30.1765672 ], [ 120.2365785, 30.1765555 ], [ 120.2367836, 30.1766231 ], [ 120.2372104, 30.1766295 ], [ 120.2372589, 30.1766179 ], [ 120.2374993, 30.1765604 ], [ 120.2378507, 30.1765501 ], [ 120.2384454, 30.1765513 ], [ 120.2390687, 30.1765554 ], [ 120.2396901, 30.176563 ], [ 120.2399681, 30.176562 ], [ 120.240203, 30.1765339 ], [ 120.2408832, 30.1764383 ], [ 120.2415393, 30.1763251 ], [ 120.24226, 30.1761473 ], [ 120.2430716, 30.1758756 ], [ 120.2435109, 30.1756941 ], [ 120.2439711, 30.1754871 ], [ 120.2445743, 30.1752149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363601, 30.1730454 ], [ 120.2363737, 30.1733577 ], [ 120.2364403, 30.1738188 ], [ 120.2365338, 30.1744666 ], [ 120.2366137, 30.1748049 ], [ 120.2366836, 30.175035 ], [ 120.2367421, 30.1754823 ], [ 120.2368169, 30.1758206 ], [ 120.2372675, 30.1772226 ], [ 120.2373618, 30.1776021 ], [ 120.2374926, 30.1781292 ], [ 120.2376254, 30.1784988 ], [ 120.2377664, 30.1787665 ], [ 120.2380511, 30.1792059 ], [ 120.238792, 30.1803593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386178, 30.1803726 ], [ 120.237868, 30.1791572 ], [ 120.2375848, 30.1786801 ], [ 120.2374419, 30.1782867 ], [ 120.2373355, 30.1779495 ], [ 120.2369753, 30.1767894 ], [ 120.2367233, 30.175919 ], [ 120.2366118, 30.1755009 ], [ 120.2365165, 30.1752584 ], [ 120.2364526, 30.175012 ], [ 120.2364027, 30.1747747 ], [ 120.2363411, 30.1744732 ], [ 120.2362309, 30.1738196 ], [ 120.2361822, 30.1730551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386178, 30.1803726 ], [ 120.238792, 30.1803593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238792, 30.1803593 ], [ 120.238855, 30.1804598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238683, 30.1804782 ], [ 120.2386178, 30.1803726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238855, 30.1804598 ], [ 120.238683, 30.1804782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292314, 30.1748288 ], [ 120.2292423, 30.1750064 ], [ 120.22927, 30.1753985 ], [ 120.2292413, 30.1764481 ], [ 120.2292324, 30.176768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292324, 30.176768 ], [ 120.2292711, 30.1775319 ], [ 120.2292551, 30.1785537 ], [ 120.2292314, 30.1790278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289671, 30.1814065 ], [ 120.2289645, 30.1807169 ], [ 120.2289622, 30.1800896 ], [ 120.2290282, 30.177324 ], [ 120.2289786, 30.1761878 ], [ 120.2289727, 30.1748121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "萧邮路", "杜湖路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322602, 30.1813603 ], [ 120.2322799, 30.1807485 ], [ 120.2322786, 30.1794443 ], [ 120.232283, 30.1791913 ], [ 120.2322943, 30.1786124 ], [ 120.2322996, 30.1782238 ], [ 120.2323006, 30.1778682 ], [ 120.2323042, 30.177658 ], [ 120.2323327, 30.1775904 ], [ 120.2323966, 30.1775378 ], [ 120.2324952, 30.1775112 ], [ 120.232606, 30.1775038 ], [ 120.2355855, 30.1773877 ], [ 120.2356428, 30.1808937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "萧邮路", "杜湖路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356428, 30.1808937 ], [ 120.2355855, 30.1773877 ], [ 120.232606, 30.1775038 ], [ 120.2324952, 30.1775112 ], [ 120.2323966, 30.1775378 ], [ 120.2323327, 30.1775904 ], [ 120.2323042, 30.177658 ], [ 120.2323006, 30.1778682 ], [ 120.2322996, 30.1782238 ], [ 120.2322943, 30.1786124 ], [ 120.232283, 30.1791913 ], [ 120.2322786, 30.1794443 ], [ 120.2322799, 30.1807485 ], [ 120.2322602, 30.1813603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292314, 30.1790278 ], [ 120.2293176, 30.179487 ], [ 120.2293167, 30.1798728 ], [ 120.2292839, 30.1807783 ], [ 120.2292637, 30.1813849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292314, 30.1790278 ], [ 120.229118, 30.1813986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322602, 30.1813603 ], [ 120.2324769, 30.1813584 ], [ 120.232716, 30.1813427 ], [ 120.233259, 30.181299 ], [ 120.2337351, 30.181219 ], [ 120.2350306, 30.1810162 ], [ 120.2356428, 30.1808937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292637, 30.1813849 ], [ 120.2294474, 30.181391 ], [ 120.2308493, 30.1813778 ], [ 120.2322602, 30.1813603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229118, 30.1813986 ], [ 120.2292637, 30.1813849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356428, 30.1808937 ], [ 120.2366184, 30.1806985 ], [ 120.2383634, 30.1803937 ], [ 120.2386178, 30.1803726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238683, 30.1804782 ], [ 120.2384494, 30.1805031 ], [ 120.2372823, 30.1806622 ], [ 120.2366294, 30.180794 ], [ 120.2352608, 30.1811117 ], [ 120.2336567, 30.181358 ], [ 120.2330979, 30.1814337 ], [ 120.2327712, 30.1814545 ], [ 120.2327012, 30.1814589 ], [ 120.2324901, 30.1814674 ], [ 120.2322555, 30.1814709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238855, 30.1804598 ], [ 120.2390207, 30.1807244 ], [ 120.2391235, 30.1808993 ], [ 120.2395412, 30.1815866 ], [ 120.2395758, 30.1816472 ], [ 120.2396758, 30.1818905 ], [ 120.2397359, 30.182062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395592, 30.1821313 ], [ 120.2395142, 30.1819604 ], [ 120.2394053, 30.1816899 ], [ 120.2390152, 30.1810212 ], [ 120.2389079, 30.1808427 ], [ 120.238683, 30.1804782 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": [ "风情快速路", "风情大道", "湘湖隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2432077, 30.146713 ], [ 120.2432181, 30.1470071 ], [ 120.2431962, 30.1474986 ], [ 120.2431106, 30.1481024 ], [ 120.2429978, 30.148598 ], [ 120.2428367, 30.1490899 ], [ 120.2426036, 30.1495763 ], [ 120.2422973, 30.1501061 ], [ 120.2417593, 30.1508589 ], [ 120.2412072, 30.1513976 ], [ 120.2406309, 30.151895 ], [ 120.239954, 30.1523556 ], [ 120.2375597, 30.1535967 ], [ 120.2371649, 30.1538677 ], [ 120.2368891, 30.1541332 ], [ 120.2366698, 30.154453 ], [ 120.2362812, 30.1552875 ], [ 120.2354797, 30.1566532 ], [ 120.2350151, 30.1571413 ], [ 120.2345064, 30.1576326 ], [ 120.2338407, 30.1582366 ], [ 120.2327888, 30.1592352 ], [ 120.232209, 30.1598783 ], [ 120.2317885, 30.1604731 ], [ 120.231615, 30.1608319 ], [ 120.231516, 30.1612042 ], [ 120.2314298, 30.1619015 ], [ 120.2313689, 30.1624058 ], [ 120.2312963, 30.1627318 ], [ 120.2310949, 30.1632482 ], [ 120.2309731, 30.1634406 ], [ 120.2307037, 30.1638943 ], [ 120.2304634, 30.1643795 ], [ 120.2303587, 30.1649976 ], [ 120.2303431, 30.1651672 ], [ 120.2302737, 30.1651422 ], [ 120.2302344, 30.1656093 ], [ 120.2302207, 30.1660091 ], [ 120.2302068, 30.1665747 ], [ 120.2301931, 30.1673224 ], [ 120.230117, 30.1681242 ], [ 120.2299825, 30.1688182 ], [ 120.2298565, 30.1694867 ], [ 120.2298133, 30.1697986 ], [ 120.2296748, 30.170638 ], [ 120.2294654, 30.1717096 ], [ 120.2293823, 30.1720963 ], [ 120.2293024, 30.1725043 ], [ 120.2292428, 30.1728434 ], [ 120.2291864, 30.1732039 ], [ 120.2291476, 30.173488 ], [ 120.2291168, 30.1737629 ], [ 120.2290941, 30.1741182 ], [ 120.229077, 30.1743881 ], [ 120.2290813, 30.1746626 ], [ 120.229122, 30.1750959 ], [ 120.2292445, 30.1759203 ], [ 120.2292836, 30.1762265 ], [ 120.2293104, 30.176506 ], [ 120.229327, 30.1767173 ], [ 120.2293404, 30.176941 ], [ 120.2293463, 30.1772374 ], [ 120.229298, 30.1790196 ], [ 120.2292688, 30.1797659 ], [ 120.2291928, 30.1823322 ], [ 120.2291605, 30.1835964 ], [ 120.2291648, 30.1840624 ], [ 120.2291823, 30.1847075 ], [ 120.2293243, 30.1863945 ], [ 120.2294522, 30.1871757 ], [ 120.2295468, 30.1879096 ], [ 120.2297565, 30.1896274 ], [ 120.230145, 30.1922465 ], [ 120.230206, 30.1928079 ], [ 120.2302575, 30.1934243 ], [ 120.2302654, 30.19391 ], [ 120.2302689, 30.1948521 ], [ 120.2303295, 30.1998125 ], [ 120.2303431, 30.2009756 ], [ 120.2304281, 30.2082375 ], [ 120.2304486, 30.2102679 ], [ 120.2304379, 30.2129912 ], [ 120.2304296, 30.213674 ], [ 120.2304046, 30.2142839 ], [ 120.2303639, 30.2146114 ], [ 120.2303036, 30.2149714 ], [ 120.2301895, 30.2153514 ], [ 120.2299529, 30.2160825 ], [ 120.2294392, 30.2170382 ], [ 120.2292907, 30.2173088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395592, 30.1821313 ], [ 120.2397359, 30.182062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397359, 30.182062 ], [ 120.2395592, 30.1821313 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": [ "风情快速路", "风情大道", "湘湖隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2285845, 30.2176093 ], [ 120.2286674, 30.2174748 ], [ 120.2290254, 30.2168807 ], [ 120.2291918, 30.2166067 ], [ 120.229705, 30.2156574 ], [ 120.2299264, 30.2150612 ], [ 120.2300564, 30.2146427 ], [ 120.230154, 30.2142014 ], [ 120.2302934, 30.2133564 ], [ 120.2303207, 30.2129795 ], [ 120.2303238, 30.2118729 ], [ 120.2303093, 30.210919 ], [ 120.2303271, 30.2097915 ], [ 120.2303073, 30.2091765 ], [ 120.2303057, 30.2087245 ], [ 120.2302911, 30.207785 ], [ 120.2302779, 30.2073538 ], [ 120.2302354, 30.2026723 ], [ 120.2302145, 30.2018321 ], [ 120.2301368, 30.1942469 ], [ 120.2301323, 30.1936262 ], [ 120.2300648, 30.1928233 ], [ 120.230021, 30.1923867 ], [ 120.2299529, 30.1918323 ], [ 120.2297423, 30.1904612 ], [ 120.2294241, 30.1879352 ], [ 120.2291945, 30.1863454 ], [ 120.229051, 30.1847172 ], [ 120.2290266, 30.1840503 ], [ 120.2290088, 30.182642 ], [ 120.2290052, 30.1823611 ], [ 120.2291091, 30.1793376 ], [ 120.229121, 30.1790265 ], [ 120.2291563, 30.1778002 ], [ 120.2291651, 30.1772812 ], [ 120.2291666, 30.1770433 ], [ 120.2291557, 30.1767442 ], [ 120.2291271, 30.1764122 ], [ 120.2290923, 30.1760488 ], [ 120.2290268, 30.1756215 ], [ 120.2289534, 30.1750134 ], [ 120.2289242, 30.1746681 ], [ 120.2289176, 30.1744559 ], [ 120.2289278, 30.1742027 ], [ 120.2289534, 30.1738057 ], [ 120.2289834, 30.1735044 ], [ 120.2290207, 30.1732087 ], [ 120.2290526, 30.1729471 ], [ 120.2290886, 30.1727384 ], [ 120.2291214, 30.172555 ], [ 120.2291715, 30.1723068 ], [ 120.2292218, 30.17205 ], [ 120.2292971, 30.171686 ], [ 120.2294343, 30.171017 ], [ 120.2295506, 30.1704202 ], [ 120.2296575, 30.1698638 ], [ 120.2298148, 30.1688705 ], [ 120.2299495, 30.1680604 ], [ 120.2300004, 30.1676767 ], [ 120.2300959, 30.1656705 ], [ 120.2301499, 30.1651341 ], [ 120.2302451, 30.1646921 ], [ 120.2302914, 30.1644613 ], [ 120.2305397, 30.1639368 ], [ 120.2308255, 30.163392 ], [ 120.2310644, 30.1628776 ], [ 120.2311487, 30.1624159 ], [ 120.2311729, 30.1620277 ], [ 120.2311956, 30.1616625 ], [ 120.2312665, 30.1611349 ], [ 120.231324, 30.1609821 ], [ 120.2315605, 30.1604612 ], [ 120.2320202, 30.159783 ], [ 120.2327256, 30.1590289 ], [ 120.2337552, 30.1580515 ], [ 120.2345567, 30.1573473 ], [ 120.2350248, 30.156861 ], [ 120.2353202, 30.1564965 ], [ 120.2355718, 30.1561168 ], [ 120.2357426, 30.1558051 ], [ 120.236179, 30.1549191 ], [ 120.2365133, 30.1542588 ], [ 120.2368241, 30.1538855 ], [ 120.237298, 30.1535052 ], [ 120.2397632, 30.1521729 ], [ 120.2403368, 30.1518081 ], [ 120.2410586, 30.1511833 ], [ 120.2414141, 30.1508656 ], [ 120.2416927, 30.1505664 ], [ 120.2419451, 30.150233 ], [ 120.2423044, 30.1497082 ], [ 120.2426832, 30.1489997 ], [ 120.2428341, 30.1485421 ], [ 120.2429574, 30.1480881 ], [ 120.2430193, 30.1475659 ], [ 120.2430618, 30.1469722 ], [ 120.2430592, 30.1467172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397359, 30.182062 ], [ 120.2397858, 30.1823165 ], [ 120.2398197, 30.1829094 ], [ 120.2397435, 30.1836047 ], [ 120.2396228, 30.1846487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232737, 30.1846149 ], [ 120.2333322, 30.1843655 ], [ 120.235008, 30.1837613 ], [ 120.2360553, 30.1833632 ], [ 120.2361753, 30.1833176 ], [ 120.23754, 30.1828339 ], [ 120.2382222, 30.1825629 ], [ 120.2386237, 30.1824345 ], [ 120.2391733, 30.1822622 ], [ 120.2395592, 30.1821313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437614, 30.1801294 ], [ 120.2437625, 30.1799921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238792, 30.1803593 ], [ 120.2390863, 30.180329 ], [ 120.2393067, 30.1803001 ], [ 120.2396202, 30.1802522 ], [ 120.2404045, 30.1801692 ], [ 120.2409744, 30.1801147 ], [ 120.2413249, 30.1800861 ], [ 120.2418047, 30.180056 ], [ 120.2424505, 30.1800212 ], [ 120.2434631, 30.1799928 ], [ 120.2437625, 30.1799921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437614, 30.1801294 ], [ 120.2433791, 30.1801219 ], [ 120.2431233, 30.1801219 ], [ 120.2420275, 30.1801747 ], [ 120.2416376, 30.180204 ], [ 120.2411477, 30.1802452 ], [ 120.2403241, 30.1803028 ], [ 120.2393612, 30.1804057 ], [ 120.2391415, 30.1804361 ], [ 120.238855, 30.1804598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2431647, 30.1803762 ], [ 120.2425182, 30.1808306 ], [ 120.2418638, 30.1811924 ], [ 120.2407673, 30.1816575 ], [ 120.2397359, 30.182062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397359, 30.182062 ], [ 120.2407673, 30.1816575 ], [ 120.2418638, 30.1811924 ], [ 120.2425182, 30.1808306 ], [ 120.2431647, 30.1803762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437614, 30.1801294 ], [ 120.2437588, 30.1802666 ], [ 120.2437842, 30.180766 ], [ 120.2437918, 30.1813731 ], [ 120.2437925, 30.181427 ], [ 120.2438003, 30.1821107 ], [ 120.2438057, 30.1823556 ], [ 120.2438325, 30.1835622 ], [ 120.2438475, 30.1843672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438475, 30.1843672 ], [ 120.2438325, 30.1835622 ], [ 120.2438057, 30.1823556 ], [ 120.2438003, 30.1821107 ], [ 120.2437925, 30.181427 ], [ 120.2437918, 30.1813731 ], [ 120.2437842, 30.180766 ], [ 120.2437588, 30.1802666 ], [ 120.2437614, 30.1801294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438493, 30.1844627 ], [ 120.2438475, 30.1843672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438475, 30.1843672 ], [ 120.2438493, 30.1844627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396228, 30.1846487 ], [ 120.2403721, 30.1846015 ], [ 120.2424363, 30.1844384 ], [ 120.2438475, 30.1843672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249154, 30.1800583 ], [ 120.2491545, 30.1811537 ], [ 120.2491629, 30.1813883 ], [ 120.2491593, 30.1816186 ], [ 120.2490956, 30.1827626 ], [ 120.2489374, 30.1840008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489374, 30.1840008 ], [ 120.2489222, 30.18412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489222, 30.18412 ], [ 120.2489374, 30.1840008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489052, 30.1842026 ], [ 120.2489222, 30.18412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489222, 30.18412 ], [ 120.2489052, 30.1842026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438475, 30.1843672 ], [ 120.2447146, 30.1842792 ], [ 120.2449846, 30.1842651 ], [ 120.2453046, 30.1842407 ], [ 120.2461844, 30.1842003 ], [ 120.2464969, 30.1842108 ], [ 120.2471877, 30.1841416 ], [ 120.2476419, 30.1840961 ], [ 120.2489374, 30.1840008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2488934, 30.1843429 ], [ 120.2489052, 30.1842026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489052, 30.1842026 ], [ 120.2488934, 30.1843429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438493, 30.1844627 ], [ 120.2445828, 30.1844147 ], [ 120.2449778, 30.1843889 ], [ 120.2452986, 30.1843695 ], [ 120.2472698, 30.1842229 ], [ 120.2489222, 30.18412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489052, 30.1842026 ], [ 120.2463445, 30.1844223 ], [ 120.245641, 30.1844728 ], [ 120.2453079, 30.1844965 ], [ 120.2449992, 30.1845169 ], [ 120.2438526, 30.1845928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984543, 30.1819168 ], [ 120.1984313, 30.1815969 ], [ 120.1984322, 30.1807353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065954, 30.1814794 ], [ 120.2046962, 30.1815098 ], [ 120.2027964, 30.1815402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027964, 30.1815402 ], [ 120.2046962, 30.1815098 ], [ 120.2065954, 30.1814794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986523, 30.1816588 ], [ 120.2027964, 30.1815402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027964, 30.1815402 ], [ 120.1986523, 30.1816588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986523, 30.1816588 ], [ 120.1986197, 30.1819235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027964, 30.1815402 ], [ 120.2027352, 30.1839344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027352, 30.1839344 ], [ 120.2027964, 30.1815402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984311, 30.1839285 ], [ 120.1984543, 30.1819168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986197, 30.1819235 ], [ 120.1985725, 30.1839252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919733, 30.183866 ], [ 120.1920715, 30.1822416 ], [ 120.1921639, 30.1807137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953298, 30.1806907 ], [ 120.1952933, 30.1824822 ], [ 120.1952647, 30.1838902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952647, 30.1838902 ], [ 120.1952933, 30.1824822 ], [ 120.1953298, 30.1806907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923291, 30.180712 ], [ 120.1922195, 30.1824576 ], [ 120.1921305, 30.1838746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919733, 30.183866 ], [ 120.1921305, 30.1838746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921305, 30.1838746 ], [ 120.1933639, 30.1838807 ], [ 120.1952647, 30.1838902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952647, 30.1838902 ], [ 120.1984311, 30.1839285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919478, 30.1840179 ], [ 120.1919733, 30.183866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921305, 30.1838746 ], [ 120.1921184, 30.1840284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952437, 30.1840275 ], [ 120.1952647, 30.1838902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1855072, 30.183818 ], [ 120.1862353, 30.1838202 ], [ 120.1886966, 30.1838277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886966, 30.1838277 ], [ 120.1919733, 30.183866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886942, 30.1839535 ], [ 120.1886966, 30.1838277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886966, 30.1838277 ], [ 120.1886942, 30.1839535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886942, 30.1839535 ], [ 120.1873107, 30.1839395 ], [ 120.1859392, 30.1839363 ], [ 120.1841161, 30.183932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919478, 30.1840179 ], [ 120.1902737, 30.1839848 ], [ 120.1886942, 30.1839535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886384, 30.1863548 ], [ 120.188662, 30.1853485 ], [ 120.1886942, 30.1839535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886942, 30.1839535 ], [ 120.188662, 30.1853485 ], [ 120.1886384, 30.1863548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886384, 30.1863548 ], [ 120.1865125, 30.1863428 ], [ 120.1849526, 30.1863409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1849526, 30.1863409 ], [ 120.1865125, 30.1863428 ], [ 120.1886384, 30.1863548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952647, 30.1838902 ], [ 120.1952437, 30.1840275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952437, 30.1840275 ], [ 120.1943457, 30.1840215 ], [ 120.1941478, 30.1840202 ], [ 120.1936474, 30.1840169 ], [ 120.1935809, 30.1840165 ], [ 120.1921184, 30.1840284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921184, 30.1840284 ], [ 120.1919478, 30.1840179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984252, 30.1840486 ], [ 120.1952437, 30.1840275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1918005, 30.1864289 ], [ 120.1918389, 30.1858002 ], [ 120.1919478, 30.1840179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921184, 30.1840284 ], [ 120.192047, 30.1849733 ], [ 120.1919362, 30.1864404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1951699, 30.1865304 ], [ 120.1951929, 30.1857489 ], [ 120.1952109, 30.1851385 ], [ 120.195216, 30.1849677 ], [ 120.1952437, 30.1840275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952437, 30.1840275 ], [ 120.195216, 30.1849677 ], [ 120.1952109, 30.1851385 ], [ 120.1951929, 30.1857489 ], [ 120.1951699, 30.1865304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1918005, 30.1864289 ], [ 120.1919362, 30.1864404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919362, 30.1864404 ], [ 120.1918005, 30.1864289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984311, 30.1839285 ], [ 120.1985725, 30.1839252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985725, 30.1839252 ], [ 120.2027352, 30.1839344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027352, 30.1839344 ], [ 120.2052443, 30.1839394 ], [ 120.2058214, 30.1839398 ], [ 120.2064481, 30.1839396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985725, 30.1839252 ], [ 120.1985788, 30.1840498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984252, 30.1840486 ], [ 120.1984311, 30.1839285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985788, 30.1840498 ], [ 120.1984252, 30.1840486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202663, 30.1840803 ], [ 120.1985788, 30.1840498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064469, 30.1841175 ], [ 120.205859, 30.1841151 ], [ 120.2053473, 30.1841154 ], [ 120.202663, 30.1840803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984124, 30.186604 ], [ 120.1984183, 30.1854211 ], [ 120.1984252, 30.1840486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202613, 30.186652 ], [ 120.2026341, 30.1855647 ], [ 120.202663, 30.1840803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202663, 30.1840803 ], [ 120.2026341, 30.1855647 ], [ 120.202613, 30.186652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985788, 30.1840498 ], [ 120.1985721, 30.1843757 ], [ 120.1985599, 30.1866225 ], [ 120.1985471, 30.1889799 ], [ 120.1985498, 30.1891512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063582, 30.1866556 ], [ 120.2052387, 30.1866583 ], [ 120.202613, 30.186652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202613, 30.186652 ], [ 120.2052387, 30.1866583 ], [ 120.2063582, 30.1866556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983997, 30.1891457 ], [ 120.1984089, 30.1872999 ], [ 120.1984124, 30.186604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2025638, 30.1892007 ], [ 120.202613, 30.186652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202613, 30.186652 ], [ 120.2025638, 30.1892007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983997, 30.1891457 ], [ 120.1985498, 30.1891512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985498, 30.1891512 ], [ 120.1998066, 30.1891667 ], [ 120.2025638, 30.1892007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983949, 30.1892674 ], [ 120.1983997, 30.1891457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886384, 30.1863548 ], [ 120.1900303, 30.186379 ], [ 120.1903762, 30.186385 ], [ 120.1905531, 30.1863928 ], [ 120.1906664, 30.1863965 ], [ 120.1908353, 30.186405 ], [ 120.1918005, 30.1864289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1918005, 30.1864289 ], [ 120.1908353, 30.186405 ], [ 120.1906664, 30.1863965 ], [ 120.1905531, 30.1863928 ], [ 120.1903762, 30.186385 ], [ 120.1900303, 30.186379 ], [ 120.1886384, 30.1863548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886384, 30.1863548 ], [ 120.188437, 30.1877245 ], [ 120.1884225, 30.1878082 ], [ 120.1882614, 30.1889182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882614, 30.1889182 ], [ 120.1884225, 30.1878082 ], [ 120.188437, 30.1877245 ], [ 120.1886384, 30.1863548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841766, 30.1887843 ], [ 120.1842559, 30.1887839 ], [ 120.1853751, 30.1888202 ], [ 120.186193, 30.1888523 ], [ 120.1879903, 30.1889078 ], [ 120.1882614, 30.1889182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882614, 30.1889182 ], [ 120.188472, 30.1889319 ], [ 120.1894214, 30.1889613 ], [ 120.1916115, 30.1890408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882343, 30.1890628 ], [ 120.18798, 30.1890476 ], [ 120.1862211, 30.1889822 ], [ 120.1861489, 30.1889802 ], [ 120.1852687, 30.1889564 ], [ 120.1842473, 30.1889135 ], [ 120.184165, 30.1889118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882343, 30.1890628 ], [ 120.1882614, 30.1889182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882614, 30.1889182 ], [ 120.1882343, 30.1890628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1915896, 30.1891679 ], [ 120.1909059, 30.189149 ], [ 120.1900737, 30.189125 ], [ 120.188555, 30.1890699 ], [ 120.1884581, 30.1890664 ], [ 120.1882343, 30.1890628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919362, 30.1864404 ], [ 120.1920323, 30.1864431 ], [ 120.1930589, 30.1864716 ], [ 120.1932447, 30.1864768 ], [ 120.1935262, 30.1864852 ], [ 120.1935563, 30.1864854 ], [ 120.1937391, 30.1864905 ], [ 120.1951699, 30.1865304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1951699, 30.1865304 ], [ 120.1937391, 30.1864905 ], [ 120.1935563, 30.1864854 ], [ 120.1935262, 30.1864852 ], [ 120.1932447, 30.1864768 ], [ 120.1930589, 30.1864716 ], [ 120.1920323, 30.1864431 ], [ 120.1919362, 30.1864404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1951699, 30.1865304 ], [ 120.1959067, 30.186546 ], [ 120.196268, 30.1865536 ], [ 120.1971852, 30.186573 ], [ 120.1972927, 30.1865786 ], [ 120.1984124, 30.186604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984124, 30.186604 ], [ 120.1972927, 30.1865786 ], [ 120.1971852, 30.186573 ], [ 120.196268, 30.1865536 ], [ 120.1959067, 30.186546 ], [ 120.1951699, 30.1865304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1916115, 30.1890408 ], [ 120.1916601, 30.1887193 ], [ 120.1917088, 30.1879205 ], [ 120.1917119, 30.1878707 ], [ 120.1918005, 30.1864289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919362, 30.1864404 ], [ 120.1918437, 30.1879218 ], [ 120.1917755, 30.189044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1951699, 30.1865304 ], [ 120.1951226, 30.1875034 ], [ 120.1950447, 30.1891038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1950447, 30.1891038 ], [ 120.1951226, 30.1875034 ], [ 120.1951699, 30.1865304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1916115, 30.1890408 ], [ 120.1917755, 30.189044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917755, 30.189044 ], [ 120.1925698, 30.1890424 ], [ 120.1934297, 30.1890595 ], [ 120.1947655, 30.1890969 ], [ 120.1950447, 30.1891038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1915896, 30.1891679 ], [ 120.1916115, 30.1890408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917755, 30.189044 ], [ 120.1917651, 30.1891711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1950447, 30.1891038 ], [ 120.1953093, 30.1891154 ], [ 120.1983338, 30.1891451 ], [ 120.1983997, 30.1891457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917651, 30.1891711 ], [ 120.1915896, 30.1891679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1950485, 30.1892348 ], [ 120.1947576, 30.1892252 ], [ 120.1917651, 30.1891711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983949, 30.1892674 ], [ 120.1972423, 30.189256 ], [ 120.1953049, 30.1892368 ], [ 120.1950485, 30.1892348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1912413, 30.1913216 ], [ 120.1912651, 30.1910114 ], [ 120.1913457, 30.1905375 ], [ 120.1913856, 30.1903595 ], [ 120.1915896, 30.1891679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917651, 30.1891711 ], [ 120.191679, 30.1896055 ], [ 120.191604, 30.1900152 ], [ 120.1915516, 30.1903017 ], [ 120.1913913, 30.1913295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194739, 30.1914979 ], [ 120.1948995, 30.1903243 ], [ 120.1950485, 30.1892348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1950485, 30.1892348 ], [ 120.1948995, 30.1903243 ], [ 120.194739, 30.1914979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985498, 30.1891512 ], [ 120.198538, 30.1892751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2025638, 30.1892007 ], [ 120.2038032, 30.189232 ], [ 120.2062842, 30.1892948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2025471, 30.1893416 ], [ 120.2025638, 30.1892007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2025638, 30.1892007 ], [ 120.2025471, 30.1893416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198538, 30.1892751 ], [ 120.1983949, 30.1892674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2025471, 30.1893416 ], [ 120.198538, 30.1892751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062782, 30.189416 ], [ 120.2050526, 30.1893916 ], [ 120.2025471, 30.1893416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982466, 30.1916876 ], [ 120.1982559, 30.1915595 ], [ 120.1982884, 30.1910238 ], [ 120.1983949, 30.1892674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198538, 30.1892751 ], [ 120.1984803, 30.1903737 ], [ 120.1984178, 30.1915642 ], [ 120.1984147, 30.1916904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202495, 30.1917659 ], [ 120.202519, 30.1909056 ], [ 120.2025349, 30.1903346 ], [ 120.2025361, 30.1902407 ], [ 120.2025471, 30.1893416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.211112, 30.1839631 ], [ 120.2110993, 30.1841511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066519, 30.1841145 ], [ 120.2064469, 30.1841175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2091272, 30.1841351 ], [ 120.2066519, 30.1841145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133751, 30.1841242 ], [ 120.2113635, 30.1841105 ], [ 120.2110993, 30.1841511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110993, 30.1841511 ], [ 120.2109196, 30.1841558 ], [ 120.2103132, 30.1841488 ], [ 120.2091272, 30.1841351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209075, 30.1866284 ], [ 120.2091272, 30.1841351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2091272, 30.1841351 ], [ 120.209075, 30.1866284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066519, 30.1841145 ], [ 120.2066076, 30.1847492 ], [ 120.2065124, 30.1866505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063582, 30.1866556 ], [ 120.2064154, 30.1847823 ], [ 120.2064469, 30.1841175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110993, 30.1841511 ], [ 120.2110495, 30.1854598 ], [ 120.2110066, 30.1863687 ], [ 120.2110149, 30.1866354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219364, 30.1843179 ], [ 120.2217618, 30.1842796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221907, 30.1841812 ], [ 120.2229288, 30.1843414 ], [ 120.223973, 30.1845573 ], [ 120.2245826, 30.1846775 ], [ 120.2251046, 30.1847901 ], [ 120.2251333, 30.1847941 ], [ 120.2252821, 30.1848147 ], [ 120.2259067, 30.1849357 ], [ 120.227108, 30.1851704 ], [ 120.228198, 30.1853713 ], [ 120.2284976, 30.1854184 ], [ 120.2288236, 30.1854659 ], [ 120.2289469, 30.1854839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2288791, 30.1855811 ], [ 120.228838, 30.1855752 ], [ 120.2286426, 30.1855442 ], [ 120.228179, 30.1854753 ], [ 120.2276468, 30.1853785 ], [ 120.2264655, 30.185168 ], [ 120.2257624, 30.1850444 ], [ 120.2252088, 30.1849279 ], [ 120.2250744, 30.1848996 ], [ 120.2246555, 30.1848142 ], [ 120.2240464, 30.1847061 ], [ 120.2229128, 30.184493 ], [ 120.2219364, 30.1843179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2226404, 30.1878192 ], [ 120.2221421, 30.1858225 ], [ 120.2220731, 30.1855458 ], [ 120.2219128, 30.1849009 ], [ 120.2217618, 30.1842796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219364, 30.1843179 ], [ 120.2220905, 30.1849674 ], [ 120.2223144, 30.1859345 ], [ 120.2223818, 30.1862255 ], [ 120.222791, 30.1877943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.222791, 30.1877943 ], [ 120.2232524, 30.1877209 ], [ 120.2243383, 30.1875358 ], [ 120.2248047, 30.1874553 ], [ 120.2251614, 30.1873586 ], [ 120.2254985, 30.1872695 ], [ 120.2260223, 30.1870997 ], [ 120.2271404, 30.1866752 ], [ 120.2274956, 30.1865391 ], [ 120.2275432, 30.1865209 ], [ 120.2281412, 30.1862918 ], [ 120.2284802, 30.1861128 ], [ 120.2285261, 30.186112 ], [ 120.228572, 30.1861568 ], [ 120.2286052, 30.186209 ], [ 120.228579, 30.1862696 ], [ 120.2282991, 30.1863652 ], [ 120.2280613, 30.1864506 ], [ 120.2274653, 30.1866845 ], [ 120.2266765, 30.1869801 ], [ 120.2261706, 30.1871697 ], [ 120.2257103, 30.1873375 ], [ 120.225375, 30.1874395 ], [ 120.2251154, 30.1875016 ], [ 120.2248715, 30.1875651 ], [ 120.2243724, 30.1876551 ], [ 120.2228145, 30.1879022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2226404, 30.1878192 ], [ 120.222791, 30.1877943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.222791, 30.1877943 ], [ 120.2228145, 30.1879022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2226678, 30.1879303 ], [ 120.2226404, 30.1878192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228145, 30.1879022 ], [ 120.2226678, 30.1879303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175627, 30.1840327 ], [ 120.2175557, 30.1841613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175627, 30.1840327 ], [ 120.2198628, 30.1840502 ], [ 120.2201497, 30.1840608 ], [ 120.2212461, 30.1841114 ], [ 120.2217587, 30.1841627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135076, 30.1841258 ], [ 120.2133751, 30.1841242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175557, 30.1841613 ], [ 120.2162406, 30.1841596 ], [ 120.2151623, 30.1841582 ], [ 120.2148914, 30.1841582 ], [ 120.2135076, 30.1841258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2203688, 30.1842169 ], [ 120.2201794, 30.1842128 ], [ 120.2197878, 30.1841977 ], [ 120.2175557, 30.1841613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134002, 30.1866487 ], [ 120.2133883, 30.1854543 ], [ 120.2133751, 30.1841242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135076, 30.1841258 ], [ 120.2135147, 30.185047 ], [ 120.2135251, 30.1856957 ], [ 120.2135406, 30.1866552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "固陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200125, 30.1882812 ], [ 120.22, 30.1878564 ], [ 120.2199923, 30.187712 ], [ 120.2199893, 30.1874239 ], [ 120.219983, 30.186981 ], [ 120.2200036, 30.186683 ], [ 120.2200499, 30.1863627 ], [ 120.2201631, 30.1859668 ], [ 120.2202506, 30.1856021 ], [ 120.2203021, 30.1852462 ], [ 120.2203432, 30.1848147 ], [ 120.2203688, 30.1842169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "固陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2203688, 30.1842169 ], [ 120.2203432, 30.1848147 ], [ 120.2203021, 30.1852462 ], [ 120.2202506, 30.1856021 ], [ 120.2201631, 30.1859668 ], [ 120.2200499, 30.1863627 ], [ 120.2200036, 30.186683 ], [ 120.219983, 30.186981 ], [ 120.2199893, 30.1874239 ], [ 120.2199923, 30.187712 ], [ 120.22, 30.1878564 ], [ 120.2200125, 30.1882812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2171713, 30.1887613 ], [ 120.2171316, 30.1886296 ], [ 120.2174035, 30.1877791 ], [ 120.2174444, 30.1875982 ], [ 120.2175007, 30.1873389 ], [ 120.2175319, 30.1871202 ], [ 120.2175594, 30.1869276 ], [ 120.2175937, 30.186647 ], [ 120.2176035, 30.1862808 ], [ 120.2175933, 30.1858564 ], [ 120.2175713, 30.1852279 ], [ 120.2175557, 30.1841613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110149, 30.1866354 ], [ 120.2110066, 30.1863687 ], [ 120.2110495, 30.1854598 ], [ 120.2110993, 30.1841511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110149, 30.1866354 ], [ 120.209075, 30.1866284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209075, 30.1866284 ], [ 120.2110149, 30.1866354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209075, 30.1866284 ], [ 120.2065124, 30.1866505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065124, 30.1866505 ], [ 120.209075, 30.1866284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110149, 30.1866354 ], [ 120.2127018, 30.1866469 ], [ 120.2134002, 30.1866487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134002, 30.1866487 ], [ 120.2127018, 30.1866469 ], [ 120.2110149, 30.1866354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063582, 30.1866556 ], [ 120.2065124, 30.1866505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065124, 30.1866505 ], [ 120.2063582, 30.1866556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065124, 30.1866505 ], [ 120.2064851, 30.1876357 ], [ 120.2064395, 30.1892849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175557, 30.1841613 ], [ 120.2175713, 30.1852279 ], [ 120.2175933, 30.1858564 ], [ 120.2176035, 30.1862808 ], [ 120.2175937, 30.186647 ], [ 120.2175594, 30.1869276 ], [ 120.2175319, 30.1871202 ], [ 120.2175007, 30.1873389 ], [ 120.2174444, 30.1875982 ], [ 120.2174035, 30.1877791 ], [ 120.2171316, 30.1886296 ], [ 120.2171713, 30.1887613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135406, 30.1866552 ], [ 120.2134002, 30.1866487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134002, 30.1866487 ], [ 120.2135406, 30.1866552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135406, 30.1866552 ], [ 120.2135639, 30.1875277 ], [ 120.2135679, 30.1893554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134303, 30.1893684 ], [ 120.2134002, 30.1866487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "固陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200125, 30.1882812 ], [ 120.2200515, 30.1883975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "固陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200515, 30.1883975 ], [ 120.2200125, 30.1882812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2171713, 30.1887613 ], [ 120.2200125, 30.1882812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200515, 30.1883975 ], [ 120.2180198, 30.1887554 ], [ 120.2173578, 30.1888647 ], [ 120.2170751, 30.1889114 ], [ 120.216248, 30.1890638 ], [ 120.2160073, 30.1891081 ], [ 120.2158529, 30.1891365 ], [ 120.2153278, 30.1892265 ], [ 120.2152395, 30.1892403 ], [ 120.2146869, 30.1893267 ], [ 120.2144538, 30.1893672 ], [ 120.2139688, 30.1894104 ], [ 120.2135711, 30.1894618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135679, 30.1893554 ], [ 120.2139135, 30.1893131 ], [ 120.2144812, 30.1892245 ], [ 120.2147065, 30.1891981 ], [ 120.2163887, 30.1888998 ], [ 120.2165733, 30.1888671 ], [ 120.2170759, 30.1887782 ], [ 120.2171713, 30.1887613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2089987, 30.1893099 ], [ 120.209075, 30.1866284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209075, 30.1866284 ], [ 120.2089987, 30.1893099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062842, 30.1892948 ], [ 120.2063353, 30.1874738 ], [ 120.2063582, 30.1866556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110014, 30.1893356 ], [ 120.2110281, 30.1879082 ], [ 120.2110066, 30.1867397 ], [ 120.2110149, 30.1866354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110149, 30.1866354 ], [ 120.2110066, 30.1867397 ], [ 120.2110281, 30.1879082 ], [ 120.2110014, 30.1893356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062842, 30.1892948 ], [ 120.2064395, 30.1892849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064395, 30.1892849 ], [ 120.2089987, 30.1893099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2089987, 30.1893099 ], [ 120.2110014, 30.1893356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064395, 30.1892849 ], [ 120.2064254, 30.1894029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110014, 30.1893356 ], [ 120.2123671, 30.1893675 ], [ 120.2128484, 30.189371 ], [ 120.2134303, 30.1893684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062782, 30.189416 ], [ 120.2062842, 30.1892948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2089897, 30.1894367 ], [ 120.2089987, 30.1893099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2089987, 30.1893099 ], [ 120.2089897, 30.1894367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064254, 30.1894029 ], [ 120.2062782, 30.189416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2089897, 30.1894367 ], [ 120.2064254, 30.1894029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134357, 30.189473 ], [ 120.2130874, 30.1894858 ], [ 120.2128215, 30.189498 ], [ 120.211, 30.1894698 ], [ 120.2089897, 30.1894367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2060589, 30.1946233 ], [ 120.2060655, 30.1945596 ], [ 120.2061226, 30.1931306 ], [ 120.2061719, 30.1918973 ], [ 120.2062782, 30.189416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064254, 30.1894029 ], [ 120.2063348, 30.1919104 ], [ 120.2063069, 30.1929314 ], [ 120.2062974, 30.1932799 ], [ 120.2062534, 30.1946037 ], [ 120.2062554, 30.1946876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2060589, 30.1946233 ], [ 120.2062554, 30.1946876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2060349, 30.1947662 ], [ 120.2060589, 30.1946233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200125, 30.1882812 ], [ 120.2212011, 30.1880741 ], [ 120.2217795, 30.1879733 ], [ 120.2226404, 30.1878192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2226678, 30.1879303 ], [ 120.2218829, 30.1880742 ], [ 120.2215778, 30.1881281 ], [ 120.2212237, 30.1881906 ], [ 120.2200515, 30.1883975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228145, 30.1879022 ], [ 120.2232037, 30.1889227 ], [ 120.2233784, 30.1893806 ], [ 120.223855, 30.1905499 ], [ 120.2239131, 30.1907283 ], [ 120.2239895, 30.1909623 ], [ 120.223991, 30.1909671 ], [ 120.224335, 30.1918822 ], [ 120.2243956, 30.1921765 ], [ 120.2245131, 30.1928785 ], [ 120.2245677, 30.193205 ], [ 120.2245518, 30.193688 ], [ 120.224565, 30.1941572 ], [ 120.2245845, 30.1958292 ], [ 120.2245952, 30.1973762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244502, 30.1973776 ], [ 120.2244424, 30.1958313 ], [ 120.2244223, 30.1942555 ], [ 120.2243836, 30.1936903 ], [ 120.224364, 30.1932608 ], [ 120.2242292, 30.1923188 ], [ 120.2241729, 30.191978 ], [ 120.224012, 30.1915363 ], [ 120.2239369, 30.1912956 ], [ 120.2238597, 30.1910479 ], [ 120.2238568, 30.1910392 ], [ 120.2237719, 30.1907861 ], [ 120.223721, 30.1906342 ], [ 120.2235141, 30.1901121 ], [ 120.2233124, 30.1896032 ], [ 120.2231546, 30.1892052 ], [ 120.2228367, 30.1883726 ], [ 120.2226678, 30.1879303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "固陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200515, 30.1883975 ], [ 120.2206115, 30.1892641 ], [ 120.2206941, 30.1893986 ], [ 120.2214004, 30.1905446 ], [ 120.2214012, 30.1905502 ], [ 120.2214673, 30.1906617 ], [ 120.2219222, 30.1914293 ], [ 120.2219994, 30.1915555 ], [ 120.2221407, 30.1917864 ], [ 120.222154, 30.1918082 ], [ 120.222728, 30.1929078 ], [ 120.222817, 30.1931001 ], [ 120.2228783, 30.1933833 ], [ 120.2229014, 30.1943231 ], [ 120.2229166, 30.1948087 ], [ 120.2229006, 30.1950487 ], [ 120.2229022, 30.1953909 ], [ 120.2228425, 30.1955664 ], [ 120.2227412, 30.1958096 ], [ 120.222582, 30.1960329 ], [ 120.2222387, 30.196455 ], [ 120.2221006, 30.1966814 ], [ 120.2220122, 30.1968864 ], [ 120.2219697, 30.1971097 ], [ 120.2219594, 30.1973305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "固陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219594, 30.1973305 ], [ 120.2219697, 30.1971097 ], [ 120.2220122, 30.1968864 ], [ 120.2221006, 30.1966814 ], [ 120.2222387, 30.196455 ], [ 120.222582, 30.1960329 ], [ 120.2227412, 30.1958096 ], [ 120.2228425, 30.1955664 ], [ 120.2229022, 30.1953909 ], [ 120.2229006, 30.1950487 ], [ 120.2229166, 30.1948087 ], [ 120.2229014, 30.1943231 ], [ 120.2228783, 30.1933833 ], [ 120.222817, 30.1931001 ], [ 120.222728, 30.1929078 ], [ 120.222154, 30.1918082 ], [ 120.2221407, 30.1917864 ], [ 120.2219994, 30.1915555 ], [ 120.2219222, 30.1914293 ], [ 120.2214673, 30.1906617 ], [ 120.2214012, 30.1905502 ], [ 120.2214004, 30.1905446 ], [ 120.2206941, 30.1893986 ], [ 120.2206115, 30.1892641 ], [ 120.2200515, 30.1883975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2245952, 30.1973762 ], [ 120.2269888, 30.1971564 ], [ 120.2277988, 30.1972498 ], [ 120.2289237, 30.1971686 ], [ 120.2292554, 30.1971473 ], [ 120.2297736, 30.197114 ], [ 120.2299016, 30.1971058 ], [ 120.2300697, 30.1970623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192692, 30.197264 ], [ 120.2219594, 30.1973305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219594, 30.1973305 ], [ 120.2229138, 30.1973541 ], [ 120.2244502, 30.1973776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244502, 30.1973776 ], [ 120.2245952, 30.1973762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134303, 30.1893684 ], [ 120.2135679, 30.1893554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135679, 30.1893554 ], [ 120.2135711, 30.1894618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134357, 30.189473 ], [ 120.2134303, 30.1893684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135711, 30.1894618 ], [ 120.2134357, 30.189473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135198, 30.1969331 ], [ 120.2135338, 30.1968328 ], [ 120.2136321, 30.1952921 ], [ 120.2135816, 30.1943902 ], [ 120.2135018, 30.1926989 ], [ 120.2134357, 30.189473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135711, 30.1894618 ], [ 120.2135819, 30.1897773 ], [ 120.2136559, 30.1926894 ], [ 120.2136581, 30.1927443 ], [ 120.2137465, 30.1943843 ], [ 120.2137853, 30.1952724 ], [ 120.2137871, 30.1956669 ], [ 120.2137558, 30.196128 ], [ 120.2137047, 30.1968764 ], [ 120.2136865, 30.1969608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192692, 30.197264 ], [ 120.2192743, 30.1971697 ], [ 120.2192845, 30.1962995 ], [ 120.2192942, 30.1954764 ], [ 120.2193031, 30.19514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193031, 30.19514 ], [ 120.2192942, 30.1954764 ], [ 120.2192845, 30.1962995 ], [ 120.2192743, 30.1971697 ], [ 120.2192692, 30.197264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2135198, 30.1969331 ], [ 120.2136865, 30.1969608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134955, 30.1971115 ], [ 120.2135198, 30.1969331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062554, 30.1946876 ], [ 120.2062417, 30.1947918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062417, 30.1947918 ], [ 120.2060349, 30.1947662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062554, 30.1946876 ], [ 120.2073234, 30.1949234 ], [ 120.2074526, 30.1949519 ], [ 120.2107464, 30.1961017 ], [ 120.2110602, 30.1962037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110056, 30.1964114 ], [ 120.2106842, 30.1962594 ], [ 120.2073876, 30.1950998 ], [ 120.2062417, 30.1947918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110864, 30.1961199 ], [ 120.2110602, 30.1962037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110602, 30.1962037 ], [ 120.2110864, 30.1961199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110056, 30.1964114 ], [ 120.2110602, 30.1962037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110602, 30.1962037 ], [ 120.2110056, 30.1964114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110602, 30.1962037 ], [ 120.2125221, 30.1966831 ], [ 120.2135198, 30.1969331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134955, 30.1971115 ], [ 120.2131803, 30.197025 ], [ 120.2110056, 30.1964114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291576, 30.1815642 ], [ 120.2290087, 30.1815616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322555, 30.1814709 ], [ 120.2323545, 30.1821684 ], [ 120.2324033, 30.1825118 ], [ 120.2324248, 30.1828109 ], [ 120.2324529, 30.1831042 ], [ 120.2323975, 30.1837123 ], [ 120.2324015, 30.1839721 ], [ 120.2323569, 30.1847451 ], [ 120.232359, 30.1851765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232359, 30.1851765 ], [ 120.2323569, 30.1847451 ], [ 120.2324015, 30.1839721 ], [ 120.2323975, 30.1837123 ], [ 120.2324529, 30.1831042 ], [ 120.2324248, 30.1828109 ], [ 120.2324033, 30.1825118 ], [ 120.2323545, 30.1821684 ], [ 120.2322555, 30.1814709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2290695, 30.185482 ], [ 120.2290087, 30.1815616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291576, 30.1815642 ], [ 120.2291346, 30.1824331 ], [ 120.2291958, 30.1838423 ], [ 120.2291874, 30.1842558 ], [ 120.2292087, 30.1852061 ], [ 120.2293036, 30.1854802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289469, 30.1854839 ], [ 120.2288726, 30.1849341 ], [ 120.2288558, 30.1844823 ], [ 120.2288664, 30.1838514 ], [ 120.2288678, 30.1828232 ], [ 120.2289089, 30.1823689 ], [ 120.2289088, 30.1820478 ], [ 120.2289078, 30.1816206 ], [ 120.2289237, 30.1815633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323595, 30.1852841 ], [ 120.232359, 30.1851765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232359, 30.1851765 ], [ 120.2323595, 30.1852841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231101, 30.1852882 ], [ 120.232359, 30.1851765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2293036, 30.1854802 ], [ 120.2299333, 30.1854492 ], [ 120.2301844, 30.1854338 ], [ 120.2309116, 30.1853853 ], [ 120.2317996, 30.1853273 ], [ 120.2323595, 30.1852841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395592, 30.1821313 ], [ 120.2391733, 30.1822622 ], [ 120.2386237, 30.1824345 ], [ 120.2382222, 30.1825629 ], [ 120.23754, 30.1828339 ], [ 120.2361753, 30.1833176 ], [ 120.2360553, 30.1833632 ], [ 120.235008, 30.1837613 ], [ 120.2333322, 30.1843655 ], [ 120.232737, 30.1846149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394881, 30.1846565 ], [ 120.2395478, 30.1838066 ], [ 120.2395946, 30.1831499 ], [ 120.2395592, 30.1821313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394881, 30.1846565 ], [ 120.2396228, 30.1846487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396228, 30.1846487 ], [ 120.2396111, 30.1847503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394804, 30.1847663 ], [ 120.2394881, 30.1846565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394804, 30.1847663 ], [ 120.2396111, 30.1847503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396111, 30.1847503 ], [ 120.2396043, 30.1848762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394578, 30.1849174 ], [ 120.2394804, 30.1847663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396043, 30.1848762 ], [ 120.2394578, 30.1849174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232359, 30.1851765 ], [ 120.2324552, 30.1851532 ], [ 120.2325409, 30.1851325 ], [ 120.2327984, 30.185122 ], [ 120.2338243, 30.1850803 ], [ 120.2341368, 30.1850513 ], [ 120.2346062, 30.1849972 ], [ 120.235199, 30.1849788 ], [ 120.2355949, 30.1849461 ], [ 120.2360304, 30.1849101 ], [ 120.2365138, 30.1848702 ], [ 120.2380573, 30.1847578 ], [ 120.2394881, 30.1846565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323767, 30.1853935 ], [ 120.2323041, 30.1853978 ], [ 120.2321834, 30.185405 ], [ 120.2321079, 30.1854122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323767, 30.1853935 ], [ 120.2323494, 30.1854622 ], [ 120.2323299, 30.1855279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321887, 30.1855361 ], [ 120.2321588, 30.1854498 ], [ 120.2321079, 30.1854122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2290695, 30.185482 ], [ 120.2293036, 30.1854802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2289469, 30.1854839 ], [ 120.2290695, 30.185482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321079, 30.1854122 ], [ 120.2316252, 30.1854583 ], [ 120.2314843, 30.1854717 ], [ 120.2304345, 30.1855507 ], [ 120.2299089, 30.1855841 ], [ 120.2293035, 30.1856025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323299, 30.1855279 ], [ 120.2321887, 30.1855361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2290196, 30.1855949 ], [ 120.2290695, 30.185482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2290196, 30.1855949 ], [ 120.2289469, 30.1854839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2293036, 30.1854802 ], [ 120.2293035, 30.1856025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438493, 30.1844627 ], [ 120.2438526, 30.1845928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438526, 30.1845928 ], [ 120.2438493, 30.1844627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396111, 30.1847503 ], [ 120.2407531, 30.1846734 ], [ 120.2408946, 30.1846639 ], [ 120.2419067, 30.1845847 ], [ 120.2425191, 30.1845367 ], [ 120.2438493, 30.1844627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438557, 30.1847017 ], [ 120.2438526, 30.1845928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438526, 30.1845928 ], [ 120.2438557, 30.1847017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438526, 30.1845928 ], [ 120.242669, 30.1846635 ], [ 120.2417845, 30.1847163 ], [ 120.2413201, 30.184744 ], [ 120.2396043, 30.1848762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438557, 30.1847017 ], [ 120.243292, 30.1847347 ], [ 120.2415338, 30.184872 ], [ 120.2413753, 30.1848733 ], [ 120.2411695, 30.184875 ], [ 120.2405299, 30.1849301 ], [ 120.2395911, 30.1849788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439056, 30.1880985 ], [ 120.24387, 30.1863119 ], [ 120.2438754, 30.1860569 ], [ 120.2438647, 30.1850136 ], [ 120.2438557, 30.1847017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438557, 30.1847017 ], [ 120.2438647, 30.1850136 ], [ 120.2438754, 30.1860569 ], [ 120.24387, 30.1863119 ], [ 120.2439056, 30.1880985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393444, 30.1881351 ], [ 120.2398805, 30.1881389 ], [ 120.2439056, 30.1880985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396043, 30.1848762 ], [ 120.2395911, 30.1849788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394485, 30.1850226 ], [ 120.2394578, 30.1849174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395911, 30.1849788 ], [ 120.2394485, 30.1850226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323595, 30.1852841 ], [ 120.2325097, 30.1852736 ], [ 120.233354, 30.1852147 ], [ 120.2355154, 30.185064 ], [ 120.2358111, 30.1850391 ], [ 120.2365685, 30.184972 ], [ 120.2377572, 30.1848752 ], [ 120.2384954, 30.1848532 ], [ 120.2390496, 30.1848248 ], [ 120.2394804, 30.1847663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394578, 30.1849174 ], [ 120.2389132, 30.1849694 ], [ 120.2384189, 30.1850027 ], [ 120.2383129, 30.1850099 ], [ 120.2378442, 30.1850086 ], [ 120.2356957, 30.1851619 ], [ 120.2353717, 30.1851922 ], [ 120.2343881, 30.1852673 ], [ 120.2339802, 30.1852984 ], [ 120.2323767, 30.1853935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394485, 30.1850226 ], [ 120.2391719, 30.1850708 ], [ 120.2387236, 30.1851061 ], [ 120.2383769, 30.1851142 ], [ 120.2377861, 30.1851354 ], [ 120.2363664, 30.1852565 ], [ 120.2355893, 30.1853137 ], [ 120.2351594, 30.1853454 ], [ 120.2339299, 30.1854359 ], [ 120.2336382, 30.1854527 ], [ 120.2323299, 30.1855279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395911, 30.1849788 ], [ 120.2395032, 30.185665 ], [ 120.2395166, 30.1860849 ], [ 120.2395192, 30.1861654 ], [ 120.2393753, 30.1877782 ], [ 120.2393444, 30.1881351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239166, 30.1881339 ], [ 120.2393178, 30.1865774 ], [ 120.2393622, 30.1860312 ], [ 120.2393939, 30.1856408 ], [ 120.2394485, 30.1850226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393444, 30.1881351 ], [ 120.239166, 30.1881339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239166, 30.1881339 ], [ 120.2393444, 30.1881351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2488934, 30.1843429 ], [ 120.2468021, 30.184497 ], [ 120.2453205, 30.184603 ], [ 120.2452926, 30.1846056 ], [ 120.2450077, 30.1846294 ], [ 120.2446797, 30.1846535 ], [ 120.2438557, 30.1847017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484781, 30.1880195 ], [ 120.2486918, 30.1860963 ], [ 120.248717, 30.1858485 ], [ 120.2488934, 30.1843429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2488934, 30.1843429 ], [ 120.248717, 30.1858485 ], [ 120.2486918, 30.1860963 ], [ 120.2484781, 30.1880195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484421, 30.1880206 ], [ 120.2484781, 30.1880195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484781, 30.1880195 ], [ 120.2484421, 30.1880206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484421, 30.1880206 ], [ 120.2472228, 30.1880579 ], [ 120.246909, 30.188051 ], [ 120.2454016, 30.1880788 ], [ 120.2448007, 30.1880858 ], [ 120.2440567, 30.188097 ], [ 120.2439056, 30.1880985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439056, 30.1880985 ], [ 120.2440567, 30.188097 ], [ 120.2448007, 30.1880858 ], [ 120.2454016, 30.1880788 ], [ 120.246909, 30.188051 ], [ 120.2472228, 30.1880579 ], [ 120.2484421, 30.1880206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484781, 30.1880195 ], [ 120.2484836, 30.1883095 ], [ 120.2483474, 30.1893292 ], [ 120.2483401, 30.1894246 ], [ 120.2483617, 30.1899208 ], [ 120.248383, 30.1900386 ], [ 120.2484205, 30.1902961 ], [ 120.2484446, 30.1904077 ], [ 120.2485314, 30.1909253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483767, 30.1909274 ], [ 120.2483017, 30.1903988 ], [ 120.2482939, 30.1902985 ], [ 120.2482644, 30.1900536 ], [ 120.2482615, 30.1899251 ], [ 120.2482337, 30.1894449 ], [ 120.248241, 30.1893495 ], [ 120.2483773, 30.1883298 ], [ 120.2484421, 30.1880206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "博学路", "金山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439056, 30.1880985 ], [ 120.2439237, 30.1885562 ], [ 120.2438882, 30.1893007 ], [ 120.2439028, 30.1895472 ], [ 120.2439035, 30.1897627 ], [ 120.2439079, 30.1898083 ], [ 120.243935, 30.1900858 ], [ 120.2439956, 30.1903079 ], [ 120.2440985, 30.1904908 ], [ 120.2442264, 30.1906244 ], [ 120.2443705, 30.1907475 ], [ 120.2445084, 30.1908356 ], [ 120.244694, 30.190905 ], [ 120.2447538, 30.1909218 ], [ 120.2449386, 30.1909717 ], [ 120.2451618, 30.191 ], [ 120.2452525, 30.1910018 ], [ 120.2456038, 30.190996 ], [ 120.2463334, 30.1909774 ], [ 120.247417, 30.1909403 ], [ 120.2483767, 30.1909274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2290196, 30.1855949 ], [ 120.2288791, 30.1855811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2293035, 30.1856025 ], [ 120.2290196, 30.1855949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323299, 30.1855279 ], [ 120.232319, 30.185962 ], [ 120.2323286, 30.1860921 ], [ 120.2323035, 30.1862473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323035, 30.1862473 ], [ 120.2322399, 30.1861199 ], [ 120.2322067, 30.1858562 ], [ 120.2322008, 30.1856614 ], [ 120.2321887, 30.1855361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324912, 30.1882724 ], [ 120.2325029, 30.1874184 ], [ 120.2324982, 30.1873382 ], [ 120.2324845, 30.1871055 ], [ 120.2324305, 30.186738 ], [ 120.2323035, 30.1862473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323035, 30.1862473 ], [ 120.2324305, 30.186738 ], [ 120.2324845, 30.1871055 ], [ 120.2324982, 30.1873382 ], [ 120.2325029, 30.1874184 ], [ 120.2324912, 30.1882724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296629, 30.1905046 ], [ 120.2294241, 30.1896446 ], [ 120.229312, 30.1887645 ], [ 120.2292655, 30.1883658 ], [ 120.2291913, 30.1878079 ], [ 120.2290169, 30.1865132 ], [ 120.22893, 30.1858069 ], [ 120.2289156, 30.1856422 ], [ 120.2289028, 30.1856055 ], [ 120.2288791, 30.1855811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296629, 30.1905046 ], [ 120.2296273, 30.1900036 ], [ 120.2295766, 30.1897941 ], [ 120.2295142, 30.1892709 ], [ 120.2294701, 30.1889567 ], [ 120.2294154, 30.1885816 ], [ 120.229381, 30.1882591 ], [ 120.229323, 30.1878406 ], [ 120.2292595, 30.1872115 ], [ 120.2291442, 30.1868014 ], [ 120.229117, 30.1865416 ], [ 120.2290834, 30.1860993 ], [ 120.2290471, 30.1857923 ], [ 120.2290196, 30.1855949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2293035, 30.1856025 ], [ 120.2294138, 30.1861102 ], [ 120.2294821, 30.1864702 ], [ 120.2294778, 30.186539 ], [ 120.2294603, 30.1868184 ], [ 120.2295915, 30.1877905 ], [ 120.2296363, 30.188087 ], [ 120.2296749, 30.1884637 ], [ 120.2297275, 30.1887739 ], [ 120.2297624, 30.1891812 ], [ 120.2297967, 30.1894385 ], [ 120.2299467, 30.1903292 ], [ 120.2299815, 30.1905357 ], [ 120.2300607, 30.1910974 ], [ 120.230128, 30.1917863 ], [ 120.2301591, 30.1920618 ], [ 120.2301916, 30.1922858 ], [ 120.2302114, 30.1923914 ], [ 120.2302695, 30.1928463 ], [ 120.2303093, 30.1933743 ], [ 120.2303286, 30.1936406 ], [ 120.2303345, 30.1938029 ], [ 120.2303355, 30.1939587 ], [ 120.2303369, 30.1948762 ], [ 120.2303399, 30.1950853 ], [ 120.2303427, 30.1955217 ], [ 120.230349, 30.1961059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324912, 30.1882724 ], [ 120.2324583, 30.1888685 ], [ 120.2324701, 30.1901976 ], [ 120.2324763, 30.190899 ], [ 120.2324747, 30.1913385 ], [ 120.2324745, 30.1913965 ], [ 120.2324722, 30.1920604 ], [ 120.2325312, 30.1924645 ], [ 120.2325942, 30.1927649 ], [ 120.2326735, 30.1930636 ], [ 120.2327674, 30.1935246 ], [ 120.2329871, 30.1944043 ], [ 120.2333611, 30.1960029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439056, 30.1880985 ], [ 120.2398805, 30.1881389 ], [ 120.2393444, 30.1881351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435318, 30.1942111 ], [ 120.2446106, 30.1941578 ], [ 120.2448232, 30.1941415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448232, 30.1941415 ], [ 120.2446106, 30.1941578 ], [ 120.2435318, 30.1942111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448232, 30.1941415 ], [ 120.2448276, 30.1954836 ], [ 120.2448605, 30.19672 ], [ 120.2448632, 30.1968425 ], [ 120.244831, 30.1994257 ], [ 120.2448275, 30.1997076 ], [ 120.244824, 30.1999859 ], [ 120.2447961, 30.202228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447961, 30.202228 ], [ 120.244824, 30.1999859 ], [ 120.2448275, 30.1997076 ], [ 120.244831, 30.1994257 ], [ 120.2448632, 30.1968425 ], [ 120.2448605, 30.19672 ], [ 120.2448276, 30.1954836 ], [ 120.2448232, 30.1941415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416092, 30.2022765 ], [ 120.2416384, 30.1994872 ], [ 120.2416982, 30.1968982 ], [ 120.2416955, 30.1967757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416955, 30.1967757 ], [ 120.2416982, 30.1968982 ], [ 120.2416384, 30.1994872 ], [ 120.2416092, 30.2022765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416092, 30.2022765 ], [ 120.2417243, 30.2022806 ], [ 120.2418932, 30.2022806 ], [ 120.2447961, 30.202228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447961, 30.202228 ], [ 120.2418932, 30.2022806 ], [ 120.2417243, 30.2022806 ], [ 120.2416092, 30.2022765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391851, 30.2022913 ], [ 120.2416092, 30.2022765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239166, 30.1881339 ], [ 120.2388918, 30.1881414 ], [ 120.2386263, 30.1881576 ], [ 120.2380641, 30.1881863 ], [ 120.2359865, 30.1882184 ], [ 120.2351608, 30.1882312 ], [ 120.2324912, 30.1882724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324912, 30.1882724 ], [ 120.2351608, 30.1882312 ], [ 120.2359865, 30.1882184 ], [ 120.2380641, 30.1881863 ], [ 120.2386263, 30.1881576 ], [ 120.2388918, 30.1881414 ], [ 120.239166, 30.1881339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390083, 30.2001453 ], [ 120.2390272, 30.1969493 ], [ 120.239037, 30.1968163 ], [ 120.2390538, 30.1959829 ], [ 120.2390775, 30.195352 ], [ 120.2390926, 30.1928773 ], [ 120.2391115, 30.1914466 ], [ 120.2391429, 30.1901344 ], [ 120.2391471, 30.1899607 ], [ 120.239152, 30.1897203 ], [ 120.239152, 30.1896113 ], [ 120.239166, 30.1881339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393444, 30.1881351 ], [ 120.2392985, 30.1896387 ], [ 120.2392969, 30.1897342 ], [ 120.2393016, 30.1901012 ], [ 120.2393085, 30.1906483 ], [ 120.2392674, 30.1924787 ], [ 120.239261, 30.1928781 ], [ 120.2392424, 30.195348 ], [ 120.2392242, 30.195996 ], [ 120.2392106, 30.1968136 ], [ 120.2392162, 30.1969457 ], [ 120.2392005, 30.199058 ], [ 120.2391697, 30.2004263 ], [ 120.2391851, 30.2022913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359767, 30.2001329 ], [ 120.2359789, 30.1991372 ], [ 120.2359796, 30.1987987 ], [ 120.2359807, 30.1983165 ], [ 120.2359836, 30.1969735 ], [ 120.235987, 30.196855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.235987, 30.196855 ], [ 120.2359836, 30.1969735 ], [ 120.2359807, 30.1983165 ], [ 120.2359796, 30.1987987 ], [ 120.2359789, 30.1991372 ], [ 120.2359767, 30.2001329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359767, 30.2001329 ], [ 120.2335811, 30.2001065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335811, 30.2001065 ], [ 120.2359767, 30.2001329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390083, 30.2001453 ], [ 120.2377278, 30.2001401 ], [ 120.2371752, 30.2001378 ], [ 120.2359767, 30.2001329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359767, 30.2001329 ], [ 120.2371752, 30.2001378 ], [ 120.2377278, 30.2001401 ], [ 120.2390083, 30.2001453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2333611, 30.1960029 ], [ 120.2329871, 30.1944043 ], [ 120.2327674, 30.1935246 ], [ 120.2326735, 30.1930636 ], [ 120.2325942, 30.1927649 ], [ 120.2325312, 30.1924645 ], [ 120.2324722, 30.1920604 ], [ 120.2324745, 30.1913965 ], [ 120.2324747, 30.1913385 ], [ 120.2324763, 30.190899 ], [ 120.2324701, 30.1901976 ], [ 120.2324583, 30.1888685 ], [ 120.2324912, 30.1882724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300697, 30.1970623 ], [ 120.2300406, 30.1955778 ], [ 120.2300444, 30.1948581 ], [ 120.2300475, 30.1939457 ], [ 120.2300402, 30.1935783 ], [ 120.2299837, 30.1929516 ], [ 120.2299328, 30.1924388 ], [ 120.2299025, 30.1921644 ], [ 120.2298506, 30.1918079 ], [ 120.2296952, 30.1906641 ], [ 120.2296629, 30.1905046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230349, 30.1961059 ], [ 120.2304135, 30.1965521 ], [ 120.2304558, 30.1966701 ], [ 120.2305254, 30.1967392 ], [ 120.2305513, 30.1967649 ], [ 120.2306781, 30.1968489 ], [ 120.2308488, 30.1968859 ], [ 120.2310198, 30.1969074 ], [ 120.2312042, 30.1969236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230349, 30.1961059 ], [ 120.2303456, 30.1963507 ], [ 120.2303542, 30.1969372 ], [ 120.2303608, 30.1971017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300622, 30.1972404 ], [ 120.2300697, 30.1970623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303608, 30.1971017 ], [ 120.2300622, 30.1972404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233486, 30.2001054 ], [ 120.2334822, 30.1989192 ], [ 120.2334891, 30.198312 ], [ 120.2334899, 30.1978575 ], [ 120.2334711, 30.1970093 ], [ 120.233469, 30.1968868 ], [ 120.2333611, 30.1963182 ], [ 120.2333611, 30.1960029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2333611, 30.1960029 ], [ 120.233506, 30.1962579 ], [ 120.2336079, 30.1966689 ], [ 120.2336186, 30.1967123 ], [ 120.2336348, 30.1968847 ], [ 120.2336345, 30.197007 ], [ 120.2336119, 30.1983207 ], [ 120.2336074, 30.1985831 ], [ 120.2335811, 30.2001065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303608, 30.1971017 ], [ 120.2303638, 30.1977062 ], [ 120.2303662, 30.1978635 ], [ 120.2303661, 30.1979886 ], [ 120.2303646, 30.1980493 ], [ 120.2303607, 30.19821 ], [ 120.2304117, 30.2001066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301387, 30.2028947 ], [ 120.2301241, 30.2009154 ], [ 120.2301254, 30.1998118 ], [ 120.2301264, 30.1987017 ], [ 120.2300614, 30.1983065 ], [ 120.2300622, 30.1972404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879011, 30.1911499 ], [ 120.188055, 30.1901703 ], [ 120.1882171, 30.189169 ], [ 120.188223, 30.1891325 ], [ 120.1882343, 30.1890628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882343, 30.1890628 ], [ 120.188223, 30.1891325 ], [ 120.1882171, 30.189169 ], [ 120.188055, 30.1901703 ], [ 120.1879011, 30.1911499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838688, 30.1909578 ], [ 120.1839607, 30.1909622 ], [ 120.1840304, 30.1909655 ], [ 120.18493, 30.1910083 ], [ 120.185162, 30.1910194 ], [ 120.1879011, 30.1911499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879011, 30.1911499 ], [ 120.185162, 30.1910194 ], [ 120.18493, 30.1910083 ], [ 120.1840304, 30.1909655 ], [ 120.1839607, 30.1909622 ], [ 120.1838688, 30.1909578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1912413, 30.1913216 ], [ 120.1897348, 30.1912439 ], [ 120.1879011, 30.1911499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879011, 30.1911499 ], [ 120.1897348, 30.1912439 ], [ 120.1912413, 30.1913216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879011, 30.1911499 ], [ 120.1877497, 30.192113 ], [ 120.1877323, 30.1922239 ], [ 120.1875934, 30.1931079 ], [ 120.1875825, 30.1931773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875825, 30.1931773 ], [ 120.1875934, 30.1931079 ], [ 120.1877323, 30.1922239 ], [ 120.1877497, 30.192113 ], [ 120.1879011, 30.1911499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1835514, 30.1927196 ], [ 120.1836832, 30.1927362 ], [ 120.1837937, 30.1927463 ], [ 120.184725, 30.1928454 ], [ 120.1850805, 30.1928847 ], [ 120.1862884, 30.193026 ], [ 120.1875825, 30.1931773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875564, 30.1933434 ], [ 120.1861869, 30.1931742 ], [ 120.1856413, 30.1931068 ], [ 120.1851416, 30.193045 ], [ 120.1847106, 30.1930023 ], [ 120.1837758, 30.1929051 ], [ 120.1836589, 30.1928952 ], [ 120.1835183, 30.1928719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2025471, 30.1893416 ], [ 120.2025361, 30.1902407 ], [ 120.2025349, 30.1903346 ], [ 120.202519, 30.1909056 ], [ 120.202495, 30.1917659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982466, 30.1916876 ], [ 120.1984147, 30.1916904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984147, 30.1916904 ], [ 120.1982466, 30.1916876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984147, 30.1916904 ], [ 120.1989914, 30.1917011 ], [ 120.1994573, 30.1917097 ], [ 120.2008761, 30.1917359 ], [ 120.2017865, 30.1917528 ], [ 120.2019529, 30.1917559 ], [ 120.202495, 30.1917659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202495, 30.1917659 ], [ 120.2019529, 30.1917559 ], [ 120.2017865, 30.1917528 ], [ 120.2008761, 30.1917359 ], [ 120.1994573, 30.1917097 ], [ 120.1989914, 30.1917011 ], [ 120.1984147, 30.1916904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982006, 30.1941094 ], [ 120.1982017, 30.1940529 ], [ 120.1982466, 30.1916876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984147, 30.1916904 ], [ 120.1983638, 30.1940527 ], [ 120.1983624, 30.1941164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024346, 30.1943396 ], [ 120.202445, 30.1942512 ], [ 120.20248, 30.1925456 ], [ 120.202495, 30.1917659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202495, 30.1917659 ], [ 120.20248, 30.1925456 ], [ 120.202445, 30.1942512 ], [ 120.2024346, 30.1943396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982006, 30.1941094 ], [ 120.1983624, 30.1941164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913913, 30.1913295 ], [ 120.1912413, 30.1913216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1912413, 30.1913216 ], [ 120.1913913, 30.1913295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194739, 30.1914979 ], [ 120.1946361, 30.1914927 ], [ 120.1936109, 30.1914412 ], [ 120.1929062, 30.1914057 ], [ 120.1923423, 30.1914032 ], [ 120.1915127, 30.1913356 ], [ 120.1913913, 30.1913295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913913, 30.1913295 ], [ 120.1915127, 30.1913356 ], [ 120.1923423, 30.1914032 ], [ 120.1929062, 30.1914057 ], [ 120.1936109, 30.1914412 ], [ 120.1946361, 30.1914927 ], [ 120.194739, 30.1914979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982466, 30.1916876 ], [ 120.1973926, 30.1916412 ], [ 120.1958577, 30.1915583 ], [ 120.194739, 30.1914979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194739, 30.1914979 ], [ 120.1958577, 30.1915583 ], [ 120.1973926, 30.1916412 ], [ 120.1982466, 30.1916876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1907738, 30.1934971 ], [ 120.1907846, 30.1934466 ], [ 120.1912413, 30.1913216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913913, 30.1913295 ], [ 120.1909852, 30.1934701 ], [ 120.1909745, 30.1935263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909745, 30.1935263 ], [ 120.1920491, 30.1936164 ], [ 120.1926605, 30.1936677 ], [ 120.1930745, 30.1937011 ], [ 120.193271, 30.1937169 ], [ 120.1934578, 30.193732 ], [ 120.1959335, 30.1939314 ], [ 120.1982006, 30.1941094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981834, 30.1943208 ], [ 120.1959135, 30.1941426 ], [ 120.1943825, 30.1940136 ], [ 120.1934327, 30.1939335 ], [ 120.1932313, 30.1939165 ], [ 120.1930492, 30.1939025 ], [ 120.1909283, 30.1937392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875825, 30.1931773 ], [ 120.1875564, 30.1933434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875564, 30.1933434 ], [ 120.1875825, 30.1931773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875825, 30.1931773 ], [ 120.1907738, 30.1934971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1907738, 30.1934971 ], [ 120.1909745, 30.1935263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.19073, 30.1937159 ], [ 120.1875564, 30.1933434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.19073, 30.1937159 ], [ 120.1907738, 30.1934971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909745, 30.1935263 ], [ 120.1909283, 30.1937392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909283, 30.1937392 ], [ 120.19073, 30.1937159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875564, 30.1933434 ], [ 120.1875272, 30.1934494 ], [ 120.1869104, 30.1956895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869104, 30.1956895 ], [ 120.1875272, 30.1934494 ], [ 120.1875564, 30.1933434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981834, 30.1943208 ], [ 120.1982006, 30.1941094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983624, 30.1941164 ], [ 120.1983483, 30.1943279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983624, 30.1941164 ], [ 120.1996029, 30.1941844 ], [ 120.2024346, 30.1943396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983483, 30.1943279 ], [ 120.1981834, 30.1943208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024183, 30.1944967 ], [ 120.2004763, 30.1944124 ], [ 120.1999536, 30.1943916 ], [ 120.1983483, 30.1943279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024183, 30.1944967 ], [ 120.2024346, 30.1943396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江淑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024346, 30.1943396 ], [ 120.2024183, 30.1944967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024346, 30.1943396 ], [ 120.2046077, 30.1944897 ], [ 120.2055544, 30.1945675 ], [ 120.2060589, 30.1946233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2060349, 30.1947662 ], [ 120.2056629, 30.1947142 ], [ 120.2050823, 30.1946426 ], [ 120.2045697, 30.1946124 ], [ 120.2043717, 30.1946153 ], [ 120.2037728, 30.1945789 ], [ 120.2024183, 30.1944967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202577, 30.1971567 ], [ 120.2024369, 30.1967625 ], [ 120.2023763, 30.1964425 ], [ 120.2023737, 30.196016 ], [ 120.2023697, 30.1955685 ], [ 120.202413, 30.1945909 ], [ 120.2024183, 30.1944967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1835183, 30.1928719 ], [ 120.1834991, 30.192971 ], [ 120.1834788, 30.1930752 ], [ 120.1828533, 30.1962953 ], [ 120.1828396, 30.1963364 ], [ 120.1828279, 30.1963718 ], [ 120.1827921, 30.1964793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786666, 30.1947089 ], [ 120.1796041, 30.1949379 ], [ 120.1807928, 30.1954217 ], [ 120.1811924, 30.1955846 ], [ 120.1816736, 30.1958754 ], [ 120.1820038, 30.1960622 ], [ 120.1823385, 30.1962574 ], [ 120.182427, 30.1963103 ], [ 120.1824739, 30.1963346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824262, 30.196503 ], [ 120.1823729, 30.1964878 ], [ 120.1822419, 30.1964419 ], [ 120.1822041, 30.1964286 ], [ 120.1819324, 30.1963171 ], [ 120.1816735, 30.1962115 ], [ 120.1809607, 30.1958934 ], [ 120.1795667, 30.19527 ], [ 120.179288, 30.1951381 ], [ 120.1788444, 30.1949101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824739, 30.1963346 ], [ 120.1827921, 30.1964793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824262, 30.196503 ], [ 120.1824739, 30.1963346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827921, 30.1964793 ], [ 120.1827493, 30.1966755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827493, 30.1966755 ], [ 120.1824262, 30.196503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "中兴立交桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786666, 30.1947089 ], [ 120.1793973, 30.1950159 ], [ 120.1796559, 30.1951172 ], [ 120.1819712, 30.1961577 ], [ 120.1837355, 30.1969834 ], [ 120.1868453, 30.1983859 ], [ 120.1872845, 30.1984747 ], [ 120.1875641, 30.198577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "中兴立交桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882185, 30.1991965 ], [ 120.1874606, 30.1988132 ], [ 120.1868049, 30.1984352 ], [ 120.1836915, 30.1970697 ], [ 120.1825528, 30.1965508 ], [ 120.1819137, 30.196233 ], [ 120.1795997, 30.195205 ], [ 120.179281, 30.1950824 ], [ 120.1788444, 30.1949101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827921, 30.1964793 ], [ 120.1828543, 30.1965019 ], [ 120.1828829, 30.1965123 ], [ 120.1832938, 30.1967259 ], [ 120.1834361, 30.1967765 ], [ 120.1839605, 30.1970062 ], [ 120.184393, 30.1971213 ], [ 120.1848455, 30.1971803 ], [ 120.1852466, 30.1973263 ], [ 120.1859821, 30.1977286 ], [ 120.1862471, 30.1978752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901727, 30.1965504 ], [ 120.1902997, 30.19589 ], [ 120.1904246, 30.1952406 ], [ 120.1904467, 30.1951307 ], [ 120.1907127, 30.1938024 ], [ 120.19073, 30.1937159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909283, 30.1937392 ], [ 120.1909107, 30.1938243 ], [ 120.1907458, 30.194622 ], [ 120.1906114, 30.1952723 ], [ 120.1905147, 30.19577 ], [ 120.1903667, 30.1965322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869104, 30.1956895 ], [ 120.1871111, 30.195773 ], [ 120.1883703, 30.1961025 ], [ 120.1897793, 30.1964713 ], [ 120.1901727, 30.1965504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901727, 30.1965504 ], [ 120.1897793, 30.1964713 ], [ 120.1883703, 30.1961025 ], [ 120.1871111, 30.195773 ], [ 120.1869104, 30.1956895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901727, 30.1965504 ], [ 120.1903667, 30.1965322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903667, 30.1965322 ], [ 120.1902918, 30.1966563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1902918, 30.1966563 ], [ 120.1901727, 30.1965504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869104, 30.1956895 ], [ 120.1863943, 30.1973643 ], [ 120.186265, 30.1977839 ], [ 120.1862471, 30.1978752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网商路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862471, 30.1978752 ], [ 120.186265, 30.1977839 ], [ 120.1863943, 30.1973643 ], [ 120.1869104, 30.1956895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893907, 30.1993176 ], [ 120.1894346, 30.1990907 ], [ 120.1894494, 30.1990223 ], [ 120.1895646, 30.1986749 ], [ 120.1896912, 30.1982796 ], [ 120.1897543, 30.1980787 ], [ 120.1898501, 30.1977234 ], [ 120.1900015, 30.1972459 ], [ 120.1900846, 30.1969227 ], [ 120.1901727, 30.1965504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024183, 30.1944967 ], [ 120.202413, 30.1945909 ], [ 120.2023697, 30.1955685 ], [ 120.2023737, 30.196016 ], [ 120.2023763, 30.1964425 ], [ 120.2024369, 30.1967625 ], [ 120.202577, 30.1971567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979193, 30.1986197 ], [ 120.1979931, 30.1971301 ], [ 120.1980619, 30.1962059 ], [ 120.1980706, 30.196059 ], [ 120.1981774, 30.1944128 ], [ 120.1981834, 30.1943208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1983483, 30.1943279 ], [ 120.1983423, 30.1944179 ], [ 120.1982323, 30.1960666 ], [ 120.1982225, 30.1962321 ], [ 120.1981657, 30.197118 ], [ 120.1981153, 30.197888 ], [ 120.198056, 30.1986592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979193, 30.1986197 ], [ 120.198056, 30.1986592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198056, 30.1986592 ], [ 120.1980524, 30.1988108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980524, 30.1988108 ], [ 120.1979108, 30.1987407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198056, 30.1986592 ], [ 120.198507, 30.1987838 ], [ 120.1986967, 30.198838 ], [ 120.2016768, 30.199766 ], [ 120.2023067, 30.1999778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2058176, 30.1988729 ], [ 120.204102, 30.1988603 ], [ 120.2036544, 30.1988757 ], [ 120.2033637, 30.198925 ], [ 120.2031364, 30.1990052 ], [ 120.2029308, 30.199108 ], [ 120.2027078, 30.1992839 ], [ 120.2025373, 30.1994841 ], [ 120.2024042, 30.1997103 ], [ 120.2023067, 30.1999778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2023067, 30.1999778 ], [ 120.2024042, 30.1997103 ], [ 120.2025373, 30.1994841 ], [ 120.2027078, 30.1992839 ], [ 120.2029308, 30.199108 ], [ 120.2031364, 30.1990052 ], [ 120.2033637, 30.198925 ], [ 120.2036544, 30.1988757 ], [ 120.204102, 30.1988603 ], [ 120.2058176, 30.1988729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2022465, 30.2001359 ], [ 120.2016283, 30.199918 ], [ 120.1986261, 30.1990004 ], [ 120.1980524, 30.1988108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882185, 30.1991965 ], [ 120.1878432, 30.1991071 ], [ 120.1876755, 30.1990393 ], [ 120.1873812, 30.1989204 ], [ 120.1861018, 30.19833 ], [ 120.1848904, 30.1977258 ], [ 120.1841192, 30.1973331 ], [ 120.1836485, 30.1971225 ], [ 120.1832221, 30.1968931 ], [ 120.1828347, 30.1967116 ], [ 120.1828013, 30.196696 ], [ 120.1827493, 30.1966755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1902918, 30.1966563 ], [ 120.1902288, 30.1969421 ], [ 120.1901535, 30.1973026 ], [ 120.1899511, 30.1980304 ], [ 120.1899369, 30.1983942 ], [ 120.1898101, 30.1987496 ], [ 120.1896941, 30.1990974 ], [ 120.1896627, 30.1991762 ], [ 120.1895708, 30.1994189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862471, 30.1978752 ], [ 120.1871169, 30.1982903 ], [ 120.1875641, 30.198577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875641, 30.198577 ], [ 120.187804, 30.1986855 ], [ 120.1879075, 30.1987323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879075, 30.1987323 ], [ 120.1885287, 30.1989081 ], [ 120.1888397, 30.1990437 ], [ 120.1892011, 30.1992085 ], [ 120.1892793, 30.1992411 ], [ 120.1893907, 30.1993176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879075, 30.1987323 ], [ 120.1883377, 30.199033 ], [ 120.1893161, 30.1994548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893907, 30.1993176 ], [ 120.1895708, 30.1994189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893161, 30.1994548 ], [ 120.1893907, 30.1993176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892828, 30.1996144 ], [ 120.1882185, 30.1991965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895708, 30.1994189 ], [ 120.1894972, 30.1995504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903667, 30.1965322 ], [ 120.1914684, 30.1968244 ], [ 120.1926453, 30.1971573 ], [ 120.1945807, 30.1976408 ], [ 120.1954866, 30.1979344 ], [ 120.1965978, 30.1982474 ], [ 120.1979193, 30.1986197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979108, 30.1987407 ], [ 120.1968687, 30.1984445 ], [ 120.1954649, 30.198052 ], [ 120.1944938, 30.1978039 ], [ 120.1926018, 30.1972909 ], [ 120.1916415, 30.1970342 ], [ 120.1914279, 30.1969771 ], [ 120.1902918, 30.1966563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979108, 30.1987407 ], [ 120.1979193, 30.1986197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980524, 30.1988108 ], [ 120.1980114, 30.1993812 ], [ 120.1979404, 30.2001638 ], [ 120.1977799, 30.2007004 ], [ 120.1975159, 30.2011308 ], [ 120.1970052, 30.2021568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963898, 30.2028742 ], [ 120.1964123, 30.2028341 ], [ 120.1970695, 30.2016633 ], [ 120.1974026, 30.2010697 ], [ 120.1976269, 30.2006526 ], [ 120.1977801, 30.2001406 ], [ 120.1978698, 30.199369 ], [ 120.1979108, 30.1987407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.192304, 30.2013675 ], [ 120.1916737, 30.2010274 ], [ 120.1914351, 30.2008987 ], [ 120.1905352, 30.2004132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908718, 30.2002038 ], [ 120.1909619, 30.2002466 ], [ 120.1915746, 30.2005667 ], [ 120.1924472, 30.2009795 ], [ 120.1929903, 30.2012167 ], [ 120.1934545, 30.2014518 ], [ 120.1944206, 30.2019904 ], [ 120.1945774, 30.2020776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194602, 30.2023466 ], [ 120.1942321, 30.2021539 ], [ 120.1938472, 30.2019549 ], [ 120.193193, 30.2016107 ], [ 120.1925371, 30.2012355 ], [ 120.1915231, 30.2007661 ], [ 120.1910385, 30.2005283 ], [ 120.1906106, 30.2003046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909451, 30.2000588 ], [ 120.1910289, 30.2000978 ], [ 120.1917147, 30.2004083 ], [ 120.1919606, 30.2005196 ], [ 120.1919891, 30.2005344 ], [ 120.1921836, 30.2006349 ], [ 120.1932064, 30.2011853 ], [ 120.1945951, 30.201918 ], [ 120.1963898, 30.2028742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1945774, 30.2020776 ], [ 120.1948559, 30.2022389 ], [ 120.1958736, 30.2027796 ], [ 120.1963224, 30.2030105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2058176, 30.1988729 ], [ 120.2058224, 30.1987695 ], [ 120.2058318, 30.1985687 ], [ 120.2059913, 30.1957933 ], [ 120.2060192, 30.1948539 ], [ 120.2060349, 30.1947662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062417, 30.1947918 ], [ 120.2062331, 30.1948907 ], [ 120.2061666, 30.1957585 ], [ 120.2060057, 30.1985932 ], [ 120.2059841, 30.198869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210241, 30.1990348 ], [ 120.2104982, 30.1981523 ], [ 120.2109876, 30.1964733 ], [ 120.2110056, 30.1964114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110056, 30.1964114 ], [ 120.2109876, 30.1964733 ], [ 120.2104982, 30.1981523 ], [ 120.210241, 30.1990348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2058176, 30.1988729 ], [ 120.2059841, 30.198869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2059841, 30.198869 ], [ 120.2058176, 30.1988729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210241, 30.1990348 ], [ 120.2085569, 30.1989434 ], [ 120.2073874, 30.1989264 ], [ 120.2059841, 30.198869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2059841, 30.198869 ], [ 120.2073874, 30.1989264 ], [ 120.2085569, 30.1989434 ], [ 120.210241, 30.1990348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210241, 30.1990348 ], [ 120.2114259, 30.19907 ], [ 120.2115251, 30.1990729 ], [ 120.2118252, 30.1990819 ], [ 120.2121105, 30.1990903 ], [ 120.2132744, 30.1991249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132744, 30.1991249 ], [ 120.2121105, 30.1990903 ], [ 120.2118252, 30.1990819 ], [ 120.2115251, 30.1990729 ], [ 120.2114259, 30.19907 ], [ 120.210241, 30.1990348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2136865, 30.1969608 ], [ 120.2136607, 30.1971502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2136865, 30.1969608 ], [ 120.2140546, 30.1970241 ], [ 120.2143827, 30.1970601 ], [ 120.2150805, 30.1971259 ], [ 120.2192692, 30.197264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2136607, 30.1971502 ], [ 120.2134955, 30.1971115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192706, 30.1974191 ], [ 120.2151569, 30.1972989 ], [ 120.2143586, 30.197225 ], [ 120.2140371, 30.1971992 ], [ 120.2136607, 30.1971502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192706, 30.1974191 ], [ 120.2192692, 30.197264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192692, 30.197264 ], [ 120.2192706, 30.1974191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132744, 30.1991249 ], [ 120.2134715, 30.1972177 ], [ 120.2134955, 30.1971115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2136607, 30.1971502 ], [ 120.2136377, 30.1972588 ], [ 120.2134297, 30.1991315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192427, 30.2000796 ], [ 120.2192633, 30.1998081 ], [ 120.2192558, 30.1989981 ], [ 120.2192544, 30.1988474 ], [ 120.2192521, 30.1985955 ], [ 120.2192531, 30.1975117 ], [ 120.2192706, 30.1974191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192706, 30.1974191 ], [ 120.2192531, 30.1975117 ], [ 120.2192521, 30.1985955 ], [ 120.2192544, 30.1988474 ], [ 120.2192558, 30.1989981 ], [ 120.2192633, 30.1998081 ], [ 120.2192427, 30.2000796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300622, 30.1972404 ], [ 120.2299017, 30.1972507 ], [ 120.2297777, 30.1972576 ], [ 120.2292591, 30.1972864 ], [ 120.2246007, 30.1975454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2245952, 30.1973762 ], [ 120.2246007, 30.1975454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244365, 30.197549 ], [ 120.2244502, 30.1973776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244365, 30.197549 ], [ 120.2229188, 30.1975211 ], [ 120.2192706, 30.1974191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246007, 30.1975454 ], [ 120.2244365, 30.197549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244421, 30.2001272 ], [ 120.2244402, 30.1992438 ], [ 120.2244365, 30.197549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246007, 30.1975454 ], [ 120.2246018, 30.1986643 ], [ 120.2246033, 30.2001353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192427, 30.2000796 ], [ 120.2207083, 30.2000753 ], [ 120.2208373, 30.2000774 ], [ 120.2210847, 30.2000767 ], [ 120.2217788, 30.2000747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217788, 30.2000747 ], [ 120.2210847, 30.2000767 ], [ 120.2208373, 30.2000774 ], [ 120.2207083, 30.2000753 ], [ 120.2192427, 30.2000796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217788, 30.2000747 ], [ 120.2225034, 30.2000881 ], [ 120.2229936, 30.2000972 ], [ 120.2244421, 30.2001272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2056573, 30.2009851 ], [ 120.20574, 30.1998948 ], [ 120.2058176, 30.1988729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2059841, 30.198869 ], [ 120.2059071, 30.201014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210241, 30.1990348 ], [ 120.2098599, 30.2015538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098599, 30.2015538 ], [ 120.210241, 30.1990348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2056573, 30.2009851 ], [ 120.2059071, 30.201014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2056455, 30.20114 ], [ 120.2056573, 30.2009851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2059071, 30.201014 ], [ 120.205901, 30.2011827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.205901, 30.2011827 ], [ 120.2056455, 30.20114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2059071, 30.201014 ], [ 120.2071013, 30.2012448 ], [ 120.208451, 30.2013739 ], [ 120.2098599, 30.2015538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098362, 30.2017103 ], [ 120.2084632, 30.2015098 ], [ 120.2070984, 30.2013743 ], [ 120.205901, 30.2011827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134297, 30.1991315 ], [ 120.2132744, 30.1991249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132744, 30.1991249 ], [ 120.2134297, 30.1991315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166109, 30.1996053 ], [ 120.2158601, 30.1994831 ], [ 120.2140815, 30.1991937 ], [ 120.2137434, 30.1991522 ], [ 120.2134297, 30.1991315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134297, 30.1991315 ], [ 120.2137434, 30.1991522 ], [ 120.2140815, 30.1991937 ], [ 120.2158601, 30.1994831 ], [ 120.2166109, 30.1996053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166109, 30.1996053 ], [ 120.2175467, 30.1997739 ], [ 120.2192427, 30.2000796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192427, 30.2000796 ], [ 120.2175467, 30.1997739 ], [ 120.2166109, 30.1996053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129907, 30.2019208 ], [ 120.2131604, 30.2002006 ], [ 120.2131722, 30.200081 ], [ 120.2132744, 30.1991249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134297, 30.1991315 ], [ 120.2133378, 30.2000205 ], [ 120.2132916, 30.2004353 ], [ 120.2131256, 30.2019273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164473, 30.202281 ], [ 120.2165167, 30.2011453 ], [ 120.2165505, 30.2005934 ], [ 120.2166109, 30.1996053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166109, 30.1996053 ], [ 120.2165505, 30.2005934 ], [ 120.2165167, 30.2011453 ], [ 120.2164473, 30.202281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2192427, 30.2000796 ], [ 120.2189926, 30.2022496 ], [ 120.2189678, 30.2025735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189678, 30.2025735 ], [ 120.2189926, 30.2022496 ], [ 120.2192427, 30.2000796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129907, 30.2019208 ], [ 120.2131256, 30.2019273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129811, 30.2020183 ], [ 120.2129907, 30.2019208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131256, 30.2019273 ], [ 120.2131206, 30.2020392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131206, 30.2020392 ], [ 120.2129811, 30.2020183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131256, 30.2019273 ], [ 120.2134617, 30.2019585 ], [ 120.2141457, 30.2020263 ], [ 120.2149445, 30.2021085 ], [ 120.215119, 30.2021265 ], [ 120.2164473, 30.202281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164277, 30.2024404 ], [ 120.215524, 30.202336 ], [ 120.2147352, 30.2022337 ], [ 120.2141535, 30.2021582 ], [ 120.2134483, 30.202086 ], [ 120.2131206, 30.2020392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164277, 30.2024404 ], [ 120.2164473, 30.202281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164473, 30.202281 ], [ 120.2164277, 30.2024404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244421, 30.2001272 ], [ 120.2229936, 30.2000972 ], [ 120.2225034, 30.2000881 ], [ 120.2217788, 30.2000747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246033, 30.2001353 ], [ 120.2244421, 30.2001272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244421, 30.2001272 ], [ 120.2246033, 30.2001353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217788, 30.2000747 ], [ 120.2217503, 30.2010144 ], [ 120.2217357, 30.2014974 ], [ 120.2217007, 30.2026518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217007, 30.2026518 ], [ 120.2217357, 30.2014974 ], [ 120.2217503, 30.2010144 ], [ 120.2217788, 30.2000747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246033, 30.2001353 ], [ 120.2246499, 30.2027359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244869, 30.2027605 ], [ 120.2244421, 30.2001272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217007, 30.2026518 ], [ 120.2224782, 30.202665 ], [ 120.2236446, 30.2027117 ], [ 120.2244869, 30.2027605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216962, 30.2028032 ], [ 120.2217007, 30.2026518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217007, 30.2026518 ], [ 120.2216962, 30.2028032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098362, 30.2017103 ], [ 120.2098599, 30.2015538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098599, 30.2015538 ], [ 120.2098362, 30.2017103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098599, 30.2015538 ], [ 120.2108548, 30.2016565 ], [ 120.2116456, 30.2017382 ], [ 120.2129907, 30.2019208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129811, 30.2020183 ], [ 120.2120773, 30.2019298 ], [ 120.2098362, 30.2017103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054161, 30.204222 ], [ 120.2055724, 30.2030147 ], [ 120.2056455, 30.20114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.205901, 30.2011827 ], [ 120.2058039, 30.2023394 ], [ 120.2057784, 30.2026438 ], [ 120.2057443, 30.2029683 ], [ 120.2056754, 30.203623 ], [ 120.2055724, 30.2042758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095638, 30.2038505 ], [ 120.2096837, 30.2029081 ], [ 120.2097048, 30.2027425 ], [ 120.2098362, 30.2017103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098362, 30.2017103 ], [ 120.2097048, 30.2027425 ], [ 120.2096837, 30.2029081 ], [ 120.2095638, 30.2038505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095638, 30.2038505 ], [ 120.2101624, 30.2038903 ], [ 120.2105468, 30.2039158 ], [ 120.210976, 30.2039443 ], [ 120.2127557, 30.2041039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127557, 30.2041039 ], [ 120.210976, 30.2039443 ], [ 120.2105468, 30.2039158 ], [ 120.2101624, 30.2038903 ], [ 120.2095638, 30.2038505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164473, 30.202281 ], [ 120.2171816, 30.2023802 ], [ 120.2185591, 30.2025359 ], [ 120.2189678, 30.2025735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189419, 30.2027239 ], [ 120.218421, 30.2026698 ], [ 120.2164277, 30.2024404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189678, 30.2025735 ], [ 120.2193728, 30.2025893 ], [ 120.2202715, 30.2026027 ], [ 120.2217007, 30.2026518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189419, 30.2027239 ], [ 120.2189678, 30.2025735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189678, 30.2025735 ], [ 120.2189419, 30.2027239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216962, 30.2028032 ], [ 120.2200613, 30.202752 ], [ 120.2189419, 30.2027239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127557, 30.2041039 ], [ 120.2128703, 30.2030431 ], [ 120.2129811, 30.2020183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131206, 30.2020392 ], [ 120.2129898, 30.2033218 ], [ 120.2129065, 30.204139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164277, 30.2024404 ], [ 120.2163069, 30.2047714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163069, 30.2047714 ], [ 120.2164277, 30.2024404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244869, 30.2027605 ], [ 120.2246499, 30.2027359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246499, 30.2027359 ], [ 120.225702, 30.2027652 ], [ 120.225972, 30.2027731 ], [ 120.2275641, 30.2028193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246499, 30.2027359 ], [ 120.2246497, 30.2028922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.224473, 30.2028849 ], [ 120.2244869, 30.2027605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.224473, 30.2028849 ], [ 120.2227112, 30.2028198 ], [ 120.2216962, 30.2028032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246497, 30.2028922 ], [ 120.224473, 30.2028849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275641, 30.2028193 ], [ 120.227572, 30.2029717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227572, 30.2029717 ], [ 120.2275641, 30.2028193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227572, 30.2029717 ], [ 120.2261863, 30.202934 ], [ 120.2246497, 30.2028922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216652, 30.2052844 ], [ 120.221673, 30.2046639 ], [ 120.221684, 30.2037804 ], [ 120.2216862, 30.203602 ], [ 120.2216962, 30.2028032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893161, 30.1994548 ], [ 120.1894972, 30.1995504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892828, 30.1996144 ], [ 120.1893161, 30.1994548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894972, 30.1995504 ], [ 120.1894334, 30.1996819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894334, 30.1996819 ], [ 120.1892828, 30.1996144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893821, 30.1997911 ], [ 120.1892828, 30.1996144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894334, 30.1996819 ], [ 120.1893821, 30.1997911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895708, 30.1994189 ], [ 120.1909451, 30.2000588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894972, 30.1995504 ], [ 120.1908718, 30.2002038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1906106, 30.2003046 ], [ 120.1897956, 30.1998785 ], [ 120.1894334, 30.1996819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1905352, 30.2004132 ], [ 120.1893821, 30.1997911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909451, 30.2000588 ], [ 120.1908718, 30.2002038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908718, 30.2002038 ], [ 120.1909451, 30.2000588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1906106, 30.2003046 ], [ 120.1905352, 30.2004132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1905352, 30.2004132 ], [ 120.1906106, 30.2003046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1868888, 30.203774 ], [ 120.1874325, 30.2029271 ], [ 120.1881494, 30.2017374 ], [ 120.188528, 30.2010424 ], [ 120.1887161, 30.2007037 ], [ 120.1889304, 30.2003207 ], [ 120.1890644, 30.2000871 ], [ 120.1891396, 30.1999673 ], [ 120.1892478, 30.199743 ], [ 120.1892828, 30.1996144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893821, 30.1997911 ], [ 120.189175, 30.2002316 ], [ 120.1891131, 30.2003385 ], [ 120.1890995, 30.2003681 ], [ 120.1889959, 30.200553 ], [ 120.1888872, 30.2007737 ], [ 120.1887022, 30.2011354 ], [ 120.1883292, 30.2017607 ], [ 120.1875564, 30.2029677 ], [ 120.1870649, 30.203865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1868888, 30.203774 ], [ 120.1870649, 30.203865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1867878, 30.2039301 ], [ 120.1868888, 30.203774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870649, 30.203865 ], [ 120.1869678, 30.2040207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869678, 30.2040207 ], [ 120.1867878, 30.2039301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1811591, 30.2004184 ], [ 120.1812675, 30.2004778 ], [ 120.1819739, 30.2009109 ], [ 120.1834374, 30.2018082 ], [ 120.1847921, 30.2026099 ], [ 120.1868888, 30.203774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1867878, 30.2039301 ], [ 120.1843653, 30.202571 ], [ 120.1829683, 30.2017763 ], [ 120.1823778, 30.2014194 ], [ 120.1811465, 30.2006753 ], [ 120.1810712, 30.2006298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1793537, 30.2025872 ], [ 120.1794613, 30.2023485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179837, 30.2024981 ], [ 120.1795689, 30.2027231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792574, 30.2029821 ], [ 120.1793537, 30.2025872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795689, 30.2027231 ], [ 120.1792574, 30.2029821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781816, 30.204328 ], [ 120.1794613, 30.2023485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179837, 30.2024981 ], [ 120.1795424, 30.2029315 ], [ 120.1784924, 30.2044765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781816, 30.204328 ], [ 120.1784924, 30.2044765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784471, 30.2045436 ], [ 120.1781816, 30.204328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2022465, 30.2001359 ], [ 120.2023067, 30.1999778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2023067, 30.1999778 ], [ 120.2022465, 30.2001359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2023067, 30.1999778 ], [ 120.2042433, 30.2006151 ], [ 120.2054061, 30.2009299 ], [ 120.2056573, 30.2009851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2056455, 30.20114 ], [ 120.2022465, 30.2001359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2013796, 30.2022925 ], [ 120.2017312, 30.2014161 ], [ 120.2017933, 30.2012613 ], [ 120.2022465, 30.2001359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2022465, 30.2001359 ], [ 120.2017933, 30.2012613 ], [ 120.2017312, 30.2014161 ], [ 120.2013796, 30.2022925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970052, 30.2021568 ], [ 120.1976391, 30.2023697 ], [ 120.1981696, 30.2024867 ], [ 120.1984737, 30.2025294 ], [ 120.200872, 30.2021839 ], [ 120.2011039, 30.202204 ], [ 120.2013796, 30.2022925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054161, 30.204222 ], [ 120.2040112, 30.2035031 ], [ 120.2034646, 30.2032517 ], [ 120.2033308, 30.2031901 ], [ 120.2032132, 30.203136 ], [ 120.2026478, 30.2028759 ], [ 120.2013796, 30.2022925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2013796, 30.2022925 ], [ 120.2026478, 30.2028759 ], [ 120.2032132, 30.203136 ], [ 120.2033308, 30.2031901 ], [ 120.2034646, 30.2032517 ], [ 120.2040112, 30.2035031 ], [ 120.2054161, 30.204222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2002814, 30.2050608 ], [ 120.2006123, 30.2042861 ], [ 120.2006266, 30.204249 ], [ 120.2013796, 30.2022925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2013796, 30.2022925 ], [ 120.2006266, 30.204249 ], [ 120.2006123, 30.2042861 ], [ 120.2002814, 30.2050608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1965069, 30.2030697 ], [ 120.1981329, 30.2039639 ], [ 120.1982764, 30.2040428 ], [ 120.1991918, 30.2045195 ], [ 120.2002814, 30.2050608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2001629, 30.2052496 ], [ 120.1991616, 30.2047438 ], [ 120.198751, 30.2045306 ], [ 120.19833, 30.2043064 ], [ 120.1978033, 30.2040152 ], [ 120.197707, 30.203962 ], [ 120.1964077, 30.2032655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2001629, 30.2052496 ], [ 120.2002814, 30.2050608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2002814, 30.2050608 ], [ 120.2001629, 30.2052496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041796, 30.2070848 ], [ 120.204707, 30.2061074 ], [ 120.2047827, 30.205967 ], [ 120.205126, 30.2051288 ], [ 120.2054161, 30.204222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055724, 30.2042758 ], [ 120.2052634, 30.2053143 ], [ 120.2051528, 30.2055745 ], [ 120.20486, 30.2062637 ], [ 120.2047654, 30.2064344 ], [ 120.2043541, 30.2071839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2002814, 30.2050608 ], [ 120.2017901, 30.2058273 ], [ 120.2024057, 30.2061328 ], [ 120.2025475, 30.2062089 ], [ 120.2041796, 30.2070848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2040956, 30.2072595 ], [ 120.2029202, 30.2066575 ], [ 120.2024348, 30.206418 ], [ 120.2022399, 30.2063276 ], [ 120.2021487, 30.2062853 ], [ 120.2008451, 30.2056054 ], [ 120.2001629, 30.2052496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041796, 30.2070848 ], [ 120.2043541, 30.2071839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970052, 30.2021568 ], [ 120.1965839, 30.2029286 ], [ 120.1965069, 30.2030697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1962403, 30.2031401 ], [ 120.1952526, 30.2026069 ], [ 120.1947708, 30.2023798 ], [ 120.194602, 30.2023466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963224, 30.2030105 ], [ 120.1963898, 30.2028742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963898, 30.2028742 ], [ 120.1965069, 30.2030697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963224, 30.2030105 ], [ 120.1965069, 30.2030697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1962403, 30.2031401 ], [ 120.1963224, 30.2030105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1965069, 30.2030697 ], [ 120.1964077, 30.2032655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1964077, 30.2032655 ], [ 120.1962403, 30.2031401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194178, 30.2074822 ], [ 120.1945448, 30.2067457 ], [ 120.1947746, 30.2062842 ], [ 120.1949452, 30.2058368 ], [ 120.1954555, 30.2044865 ], [ 120.1955606, 30.2043208 ], [ 120.195641, 30.2041789 ], [ 120.1961471, 30.2032862 ], [ 120.1962403, 30.2031401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1964077, 30.2032655 ], [ 120.1957043, 30.2044352 ], [ 120.1956129, 30.204575 ], [ 120.1954413, 30.2050108 ], [ 120.1950993, 30.2058798 ], [ 120.1949262, 30.2063338 ], [ 120.1943206, 30.2075488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2040956, 30.2072595 ], [ 120.2041796, 30.2070848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1977734, 30.2092225 ], [ 120.1982497, 30.2084067 ], [ 120.1984232, 30.2081095 ], [ 120.1987601, 30.2075325 ], [ 120.1989109, 30.2072841 ], [ 120.1989926, 30.2071494 ], [ 120.1992186, 30.206779 ], [ 120.1992689, 30.2066988 ], [ 120.1993195, 30.206611 ], [ 120.19963, 30.2060996 ], [ 120.1999993, 30.2055105 ], [ 120.2001629, 30.2052496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2001629, 30.2052496 ], [ 120.1999993, 30.2055105 ], [ 120.19963, 30.2060996 ], [ 120.1993195, 30.206611 ], [ 120.1992689, 30.2066988 ], [ 120.1992186, 30.206779 ], [ 120.1989926, 30.2071494 ], [ 120.1989109, 30.2072841 ], [ 120.1987601, 30.2075325 ], [ 120.1984232, 30.2081095 ], [ 120.1982497, 30.2084067 ], [ 120.1977734, 30.2092225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2043541, 30.2071839 ], [ 120.2042436, 30.2073441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2042436, 30.2073441 ], [ 120.2040956, 30.2072595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035179, 30.2081139 ], [ 120.2038504, 30.2076016 ], [ 120.2040956, 30.2072595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2042436, 30.2073441 ], [ 120.2040989, 30.2076678 ], [ 120.2035941, 30.2084288 ], [ 120.2035494, 30.2084911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2016675, 30.2111834 ], [ 120.2021687, 30.2103647 ], [ 120.2026174, 30.2096318 ], [ 120.202984, 30.2090064 ], [ 120.2033647, 30.2083569 ], [ 120.2034068, 30.208285 ], [ 120.2035179, 30.2081139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035494, 30.2084911 ], [ 120.2028143, 30.2097304 ], [ 120.2019094, 30.211353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1977734, 30.2092225 ], [ 120.2016675, 30.2111834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194178, 30.2074822 ], [ 120.1943206, 30.2075488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194095, 30.2076292 ], [ 120.194178, 30.2074822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1943206, 30.2075488 ], [ 120.1942357, 30.207699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942357, 30.207699 ], [ 120.194095, 30.2076292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1943206, 30.2075488 ], [ 120.1960348, 30.2083478 ], [ 120.1968503, 30.2087581 ], [ 120.1977734, 30.2092225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1976885, 30.2093702 ], [ 120.1967575, 30.208921 ], [ 120.1959273, 30.2085204 ], [ 120.1950954, 30.2081164 ], [ 120.1942357, 30.207699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1922191, 30.2109221 ], [ 120.1926506, 30.2101584 ], [ 120.1931893, 30.2092327 ], [ 120.194095, 30.2076292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1977734, 30.2092225 ], [ 120.1976885, 30.2093702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1976885, 30.2093702 ], [ 120.1977734, 30.2092225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942357, 30.207699 ], [ 120.1933346, 30.2092946 ], [ 120.1923641, 30.2109844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921834, 30.2109827 ], [ 120.1922191, 30.2109221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1922191, 30.2109221 ], [ 120.1923641, 30.2109844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1976885, 30.2093702 ], [ 120.1972591, 30.2100428 ], [ 120.1971299, 30.2102451 ], [ 120.196723, 30.2108824 ], [ 120.1957376, 30.2125934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957376, 30.2125934 ], [ 120.196723, 30.2108824 ], [ 120.1971299, 30.2102451 ], [ 120.1972591, 30.2100428 ], [ 120.1976885, 30.2093702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923264, 30.2110509 ], [ 120.1921834, 30.2109827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923641, 30.2109844 ], [ 120.1923264, 30.2110509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1923641, 30.2109844 ], [ 120.1939228, 30.2117587 ], [ 120.1950384, 30.2122781 ], [ 120.1957376, 30.2125934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957058, 30.2126388 ], [ 120.193898, 30.2118011 ], [ 120.1923264, 30.2110509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957376, 30.2125934 ], [ 120.1957058, 30.2126388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江汉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957058, 30.2126388 ], [ 120.1957376, 30.2125934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015685, 30.2113347 ], [ 120.2005514, 30.2108648 ], [ 120.1995602, 30.2103602 ], [ 120.1990831, 30.2101131 ], [ 120.1988469, 30.2099149 ], [ 120.1976885, 30.2093702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2047851, 30.2108648 ], [ 120.2054975, 30.2112322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054975, 30.2112322 ], [ 120.2047851, 30.2108648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015685, 30.2113347 ], [ 120.2016675, 30.2111834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2016675, 30.2111834 ], [ 120.2019094, 30.211353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018068, 30.2114951 ], [ 120.2015685, 30.2113347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2019094, 30.211353 ], [ 120.2018068, 30.2114951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054975, 30.2112322 ], [ 120.2051145, 30.2117643 ], [ 120.2047086, 30.2123283 ], [ 120.2045813, 30.2125052 ], [ 120.2042274, 30.2129968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2019094, 30.211353 ], [ 120.2025302, 30.2117974 ], [ 120.2030712, 30.2121833 ], [ 120.2035395, 30.2125173 ], [ 120.2042274, 30.2129968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041196, 30.2131164 ], [ 120.2038746, 30.2129389 ], [ 120.2037147, 30.2128651 ], [ 120.20351, 30.2127507 ], [ 120.2034413, 30.2127123 ], [ 120.2030913, 30.2124474 ], [ 120.2024171, 30.2119702 ], [ 120.2018068, 30.2114951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389956, 30.2022924 ], [ 120.2390083, 30.2001453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359931, 30.2023398 ], [ 120.2359994, 30.2015287 ], [ 120.2359798, 30.2010204 ], [ 120.2359724, 30.2008296 ], [ 120.2359767, 30.2001329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359767, 30.2001329 ], [ 120.2359724, 30.2008296 ], [ 120.2359798, 30.2010204 ], [ 120.2359994, 30.2015287 ], [ 120.2359931, 30.2023398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391851, 30.2022913 ], [ 120.2389956, 30.2022924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389956, 30.2022924 ], [ 120.2391851, 30.2022913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359931, 30.2023398 ], [ 120.2389956, 30.2022924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391851, 30.2022913 ], [ 120.238993, 30.2023916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238993, 30.2023916 ], [ 120.2389956, 30.2022924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359931, 30.2023398 ], [ 120.2359925, 30.202415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359925, 30.202415 ], [ 120.2359931, 30.2023398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233486, 30.2001054 ], [ 120.2305344, 30.2001027 ], [ 120.2304117, 30.2001066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304117, 30.2001066 ], [ 120.2305344, 30.2001027 ], [ 120.233486, 30.2001054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335811, 30.2001065 ], [ 120.233486, 30.2001054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233486, 30.2001054 ], [ 120.2335811, 30.2001065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335811, 30.2001065 ], [ 120.2335601, 30.202568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334493, 30.2025873 ], [ 120.233486, 30.2001054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304117, 30.2001066 ], [ 120.2304443, 30.2027045 ], [ 120.2304483, 30.2029112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334493, 30.2025873 ], [ 120.2335601, 30.202568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335601, 30.202568 ], [ 120.2335598, 30.2026017 ], [ 120.2335583, 30.2026722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334515, 30.2026894 ], [ 120.2334493, 30.2025873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335583, 30.2026722 ], [ 120.2334515, 30.2026894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304483, 30.2029112 ], [ 120.2305267, 30.2029144 ], [ 120.2307862, 30.202925 ], [ 120.2315801, 30.202874 ], [ 120.2324384, 30.2027628 ], [ 120.2334493, 30.2025873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275641, 30.2028193 ], [ 120.2298495, 30.2028761 ], [ 120.2301387, 30.2028947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334515, 30.2026894 ], [ 120.2329534, 30.2027697 ], [ 120.2317893, 30.2029667 ], [ 120.2311859, 30.2030363 ], [ 120.2305302, 30.203057 ], [ 120.2304511, 30.2030595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301387, 30.2028947 ], [ 120.2304483, 30.2029112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301417, 30.2030568 ], [ 120.2301387, 30.2028947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304483, 30.2029112 ], [ 120.2304501, 30.2030078 ], [ 120.2304511, 30.2030595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301417, 30.2030568 ], [ 120.2299853, 30.2030423 ], [ 120.227572, 30.2029717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304511, 30.2030595 ], [ 120.2301417, 30.2030568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335583, 30.2026722 ], [ 120.2335382, 30.2036415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238993, 30.2023916 ], [ 120.2359925, 30.202415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335601, 30.202568 ], [ 120.2349597, 30.2023664 ], [ 120.235177, 30.2023524 ], [ 120.2359931, 30.2023398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359925, 30.202415 ], [ 120.2354559, 30.2024313 ], [ 120.2348444, 30.202473 ], [ 120.2345172, 30.202517 ], [ 120.2335583, 30.2026722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389618, 30.2036027 ], [ 120.238993, 30.2023916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359832, 30.2036286 ], [ 120.2359854, 30.2033465 ], [ 120.2359923, 30.2024429 ], [ 120.2359925, 30.202415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359925, 30.202415 ], [ 120.2359923, 30.2024429 ], [ 120.2359854, 30.2033465 ], [ 120.2359832, 30.2036286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391851, 30.2022913 ], [ 120.2390659, 30.2048578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389618, 30.2036027 ], [ 120.2359832, 30.2036286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359832, 30.2036286 ], [ 120.2389618, 30.2036027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335382, 30.2036415 ], [ 120.2342784, 30.2036401 ], [ 120.2359832, 30.2036286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334416, 30.2036417 ], [ 120.2334515, 30.2026894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304511, 30.2030595 ], [ 120.2304623, 30.2036445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334416, 30.2036417 ], [ 120.2335011, 30.2036416 ], [ 120.2335382, 30.2036415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335382, 30.2036415 ], [ 120.2335011, 30.2036416 ], [ 120.2334416, 30.2036417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304623, 30.2036445 ], [ 120.2305446, 30.2036444 ], [ 120.2334416, 30.2036417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334416, 30.2036417 ], [ 120.2305446, 30.2036444 ], [ 120.2304623, 30.2036445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335382, 30.2036415 ], [ 120.2335388, 30.2049596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334361, 30.2049607 ], [ 120.2334416, 30.2036417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304623, 30.2036445 ], [ 120.2304873, 30.2050195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335388, 30.2049596 ], [ 120.2334361, 30.2049607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359832, 30.2036286 ], [ 120.2342784, 30.2036401 ], [ 120.2335382, 30.2036415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389163, 30.2048655 ], [ 120.2389584, 30.2037355 ], [ 120.2389618, 30.2036027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359498, 30.2049169 ], [ 120.2359693, 30.204164 ], [ 120.2359832, 30.2036286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359832, 30.2036286 ], [ 120.2359693, 30.204164 ], [ 120.2359498, 30.2049169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390659, 30.2048578 ], [ 120.2401046, 30.2048277 ], [ 120.2415878, 30.2047846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415878, 30.2047846 ], [ 120.2401046, 30.2048277 ], [ 120.2390659, 30.2048578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389163, 30.2048655 ], [ 120.2390659, 30.2048578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390659, 30.2048578 ], [ 120.2389163, 30.2048655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359498, 30.2049169 ], [ 120.2375265, 30.2048771 ], [ 120.2389163, 30.2048655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389163, 30.2048655 ], [ 120.2375265, 30.2048771 ], [ 120.2359498, 30.2049169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416092, 30.2022765 ], [ 120.2391851, 30.2022913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447961, 30.202228 ], [ 120.2447828, 30.2029712 ], [ 120.2447778, 30.203245 ], [ 120.2447506, 30.2047614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447506, 30.2047614 ], [ 120.2447778, 30.203245 ], [ 120.2447828, 30.2029712 ], [ 120.2447961, 30.202228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415878, 30.2047846 ], [ 120.2416092, 30.2022765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416092, 30.2022765 ], [ 120.2415878, 30.2047846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447506, 30.2047614 ], [ 120.2426792, 30.2047828 ], [ 120.2424806, 30.2047849 ], [ 120.2418825, 30.2047911 ], [ 120.2416679, 30.2047841 ], [ 120.2415878, 30.2047846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415878, 30.2047846 ], [ 120.2416679, 30.2047841 ], [ 120.2418825, 30.2047911 ], [ 120.2424806, 30.2047849 ], [ 120.2426792, 30.2047828 ], [ 120.2447506, 30.2047614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244742, 30.2071629 ], [ 120.2447506, 30.2047614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447506, 30.2047614 ], [ 120.244742, 30.2071629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414418, 30.2072352 ], [ 120.241526, 30.2058219 ], [ 120.2415389, 30.2056046 ], [ 120.2415878, 30.2047846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334361, 30.2049607 ], [ 120.2335388, 30.2049596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334361, 30.2049607 ], [ 120.2327011, 30.2049754 ], [ 120.2305684, 30.2050179 ], [ 120.2304873, 30.2050195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304873, 30.2050195 ], [ 120.2305684, 30.2050179 ], [ 120.2327011, 30.2049754 ], [ 120.2334361, 30.2049607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335388, 30.2049596 ], [ 120.2335596, 30.2059988 ], [ 120.2334862, 30.2062085 ], [ 120.2334361, 30.2049607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301973, 30.2084732 ], [ 120.2301673, 30.205411 ], [ 120.2301417, 30.2030568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304873, 30.2050195 ], [ 120.2305141, 30.2064968 ], [ 120.230505, 30.2084771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334161, 30.207999 ], [ 120.233463, 30.2079922 ], [ 120.2335675, 30.2079783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335675, 30.2079783 ], [ 120.2335587, 30.2081352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233411, 30.2081543 ], [ 120.2334161, 30.207999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335587, 30.2081352 ], [ 120.233411, 30.2081543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335388, 30.2049596 ], [ 120.2348607, 30.2049362 ], [ 120.2350103, 30.2049336 ], [ 120.2359498, 30.2049169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359498, 30.2049169 ], [ 120.2350103, 30.2049336 ], [ 120.2348607, 30.2049362 ], [ 120.2335388, 30.2049596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390659, 30.2048578 ], [ 120.2390391, 30.2072999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388826, 30.2073103 ], [ 120.2389163, 30.2048655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359902, 30.2077741 ], [ 120.235972, 30.2066571 ], [ 120.2359697, 30.2065133 ], [ 120.2359585, 30.2058245 ], [ 120.2359498, 30.2049169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359498, 30.2049169 ], [ 120.2359585, 30.2058245 ], [ 120.2359697, 30.2065133 ], [ 120.235972, 30.2066571 ], [ 120.2359902, 30.2077741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414418, 30.2072352 ], [ 120.2390391, 30.2072999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390391, 30.2072999 ], [ 120.2414418, 30.2072352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390391, 30.2072999 ], [ 120.2388826, 30.2073103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359902, 30.2077741 ], [ 120.2378794, 30.2074232 ], [ 120.2388826, 30.2073103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415878, 30.2047846 ], [ 120.2415389, 30.2056046 ], [ 120.241526, 30.2058219 ], [ 120.2414418, 30.2072352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414418, 30.2072352 ], [ 120.2416331, 30.2072366 ], [ 120.2418369, 30.2072296 ], [ 120.2430144, 30.207181 ], [ 120.2431637, 30.2071794 ], [ 120.2435107, 30.2071758 ], [ 120.2438914, 30.2071718 ], [ 120.244742, 30.2071629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244742, 30.2071629 ], [ 120.2438914, 30.2071718 ], [ 120.2435107, 30.2071758 ], [ 120.2431637, 30.2071794 ], [ 120.2430144, 30.207181 ], [ 120.2418369, 30.2072296 ], [ 120.2416331, 30.2072366 ], [ 120.2414418, 30.2072352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414127, 30.2100209 ], [ 120.2414418, 30.2072352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414418, 30.2072352 ], [ 120.2414127, 30.2100209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414127, 30.2100209 ], [ 120.2415955, 30.2100112 ], [ 120.2417913, 30.2099938 ], [ 120.2431176, 30.2098167 ], [ 120.2447039, 30.2095991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447039, 30.2095991 ], [ 120.2431176, 30.2098167 ], [ 120.2417913, 30.2099938 ], [ 120.2415955, 30.2100112 ], [ 120.2414127, 30.2100209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447039, 30.2095991 ], [ 120.2446754, 30.2107532 ], [ 120.2446754, 30.2119064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446754, 30.2119064 ], [ 120.2446754, 30.2107532 ], [ 120.2447039, 30.2095991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414127, 30.2100209 ], [ 120.2416619, 30.2127262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449846, 30.1610611 ], [ 120.1455358, 30.1613665 ], [ 120.1457781, 30.1615007 ], [ 120.1471043, 30.1622355 ], [ 120.1473289, 30.16236 ], [ 120.1475333, 30.1624732 ], [ 120.147645, 30.1625351 ], [ 120.1481365, 30.1627978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1481365, 30.1627978 ], [ 120.1482759, 30.1628894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1482759, 30.1628894 ], [ 120.1481365, 30.1627978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449846, 30.1610611 ], [ 120.1440707, 30.1623733 ], [ 120.1437057, 30.1629151 ], [ 120.143646, 30.1630037 ], [ 120.1431337, 30.163587 ], [ 120.1418994, 30.1649196 ], [ 120.1415068, 30.1653367 ], [ 120.1409015, 30.1660872 ], [ 120.1407518, 30.1662634 ], [ 120.1396521, 30.1677431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1396521, 30.1677431 ], [ 120.1407518, 30.1662634 ], [ 120.1409015, 30.1660872 ], [ 120.1415068, 30.1653367 ], [ 120.1418994, 30.1649196 ], [ 120.1431337, 30.163587 ], [ 120.143646, 30.1630037 ], [ 120.1437057, 30.1629151 ], [ 120.1440707, 30.1623733 ], [ 120.1449846, 30.1610611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1482759, 30.1628894 ], [ 120.1486029, 30.1631042 ], [ 120.1493738, 30.1636084 ], [ 120.1495692, 30.1637363 ], [ 120.1496794, 30.1638065 ], [ 120.1499657, 30.1639889 ], [ 120.1501385, 30.1640989 ], [ 120.1507673, 30.1644994 ], [ 120.1507845, 30.1645108 ], [ 120.1509819, 30.1646417 ], [ 120.1515934, 30.1650496 ], [ 120.1520831, 30.1653772 ], [ 120.1526863, 30.1657543 ], [ 120.1540467, 30.1666049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1540467, 30.1666049 ], [ 120.1526863, 30.1657543 ], [ 120.1520831, 30.1653772 ], [ 120.1515934, 30.1650496 ], [ 120.1509819, 30.1646417 ], [ 120.1507845, 30.1645108 ], [ 120.1507673, 30.1644994 ], [ 120.1501385, 30.1640989 ], [ 120.1499657, 30.1639889 ], [ 120.1496794, 30.1638065 ], [ 120.1495692, 30.1637363 ], [ 120.1493738, 30.1636084 ], [ 120.1486029, 30.1631042 ], [ 120.1482759, 30.1628894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1482759, 30.1628894 ], [ 120.1481822, 30.1630341 ], [ 120.1479569, 30.1634469 ], [ 120.147808, 30.1637333 ], [ 120.1477289, 30.1638991 ], [ 120.1471707, 30.1649404 ], [ 120.146802, 30.165548 ], [ 120.1460075, 30.1668572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441639, 30.1701135 ], [ 120.1442401, 30.1699082 ], [ 120.1443267, 30.1697032 ], [ 120.1443866, 30.1695823 ], [ 120.144484, 30.1694088 ], [ 120.1446429, 30.1690623 ], [ 120.1446923, 30.1689597 ], [ 120.1447905, 30.1687559 ], [ 120.147369, 30.164191 ], [ 120.147564, 30.1638458 ], [ 120.1476565, 30.1636753 ], [ 120.1480358, 30.1629975 ], [ 120.1481365, 30.1627978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.152512, 30.1697652 ], [ 120.1496627, 30.1684914 ], [ 120.1473294, 30.1674482 ], [ 120.1472457, 30.1674108 ], [ 120.1460075, 30.1668572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1556807, 30.1635669 ], [ 120.1552702, 30.1633155 ], [ 120.1551923, 30.1632678 ], [ 120.151232, 30.160843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.151232, 30.160843 ], [ 120.1551923, 30.1632678 ], [ 120.1552702, 30.1633155 ], [ 120.1556807, 30.1635669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1556807, 30.1635669 ], [ 120.1552257, 30.1644476 ], [ 120.155016, 30.1648314 ], [ 120.1548505, 30.1651342 ], [ 120.1540467, 30.1666049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1540467, 30.1666049 ], [ 120.1548505, 30.1651342 ], [ 120.155016, 30.1648314 ], [ 120.1552257, 30.1644476 ], [ 120.1556807, 30.1635669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "至善路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.161792, 30.1627618 ], [ 120.1612394, 30.163704 ], [ 120.1611971, 30.1637762 ], [ 120.1610916, 30.163956 ], [ 120.1610604, 30.1640081 ], [ 120.1608037, 30.16454 ], [ 120.1601207, 30.1656969 ], [ 120.1599305, 30.1660192 ], [ 120.1597794, 30.166258 ], [ 120.1596591, 30.166448 ], [ 120.1594137, 30.1668358 ], [ 120.1583846, 30.1686466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "至善路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583846, 30.1686466 ], [ 120.1594137, 30.1668358 ], [ 120.1596591, 30.166448 ], [ 120.1597794, 30.166258 ], [ 120.1599305, 30.1660192 ], [ 120.1601207, 30.1656969 ], [ 120.1608037, 30.16454 ], [ 120.1610604, 30.1640081 ], [ 120.1610916, 30.163956 ], [ 120.1611971, 30.1637762 ], [ 120.1612394, 30.163704 ], [ 120.161792, 30.1627618 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "motorway" ], "name": [ "彩虹快速路", "彩虹快速路隧道", "之江大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1147018, 30.1584918 ], [ 120.1181499, 30.1599445 ], [ 120.1226509, 30.1618085 ], [ 120.127101, 30.1637342 ], [ 120.1290841, 30.1645947 ], [ 120.1291494, 30.1646231 ], [ 120.1295687, 30.1648153 ], [ 120.1297876, 30.1649289 ], [ 120.1299996, 30.1650364 ], [ 120.1302135, 30.1651542 ], [ 120.1304228, 30.1652842 ], [ 120.1306149, 30.1654125 ], [ 120.1307953, 30.1655408 ], [ 120.1310098, 30.1657068 ], [ 120.1312173, 30.1658788 ], [ 120.1314073, 30.1660459 ], [ 120.1316042, 30.1662371 ], [ 120.1317786, 30.1664172 ], [ 120.1319623, 30.1666134 ], [ 120.1321795, 30.1668762 ], [ 120.1325424, 30.1674239 ], [ 120.1330384, 30.1683548 ], [ 120.1332418, 30.168774 ], [ 120.13337, 30.1690202 ], [ 120.1335964, 30.1694281 ], [ 120.1337978, 30.1697279 ], [ 120.133961, 30.1699601 ], [ 120.1341643, 30.1702182 ], [ 120.1343718, 30.1704553 ], [ 120.1345525, 30.1706421 ], [ 120.1348923, 30.1709679 ], [ 120.1352161, 30.1712612 ], [ 120.1352743, 30.1713042 ], [ 120.1356419, 30.1715846 ], [ 120.1360435, 30.1718487 ], [ 120.1362934, 30.171997 ], [ 120.1365186, 30.1721266 ], [ 120.1367933, 30.1722686 ], [ 120.1370572, 30.1723822 ], [ 120.1372942, 30.172482 ], [ 120.13841, 30.1728873 ], [ 120.1406272, 30.1736261 ], [ 120.1424255, 30.1741993 ], [ 120.14524, 30.1748565 ], [ 120.1470348, 30.1752666 ], [ 120.14864, 30.1756252 ], [ 120.1489663, 30.1756944 ], [ 120.1492757, 30.1757543 ], [ 120.1495646, 30.1758043 ], [ 120.1497748, 30.1758327 ], [ 120.1500003, 30.1758584 ], [ 120.1502589, 30.1758738 ], [ 120.15051, 30.1758837 ], [ 120.1515143, 30.1758956 ], [ 120.1643642, 30.1758785 ], [ 120.1659361, 30.1758812 ], [ 120.1672856, 30.1758801 ], [ 120.168681, 30.1758845 ], [ 120.169141, 30.1758776 ], [ 120.1695641, 30.1758654 ], [ 120.1699287, 30.1758508 ], [ 120.1724097, 30.1757321 ], [ 120.1734757, 30.1756812 ], [ 120.177478, 30.1755051 ], [ 120.180315, 30.1753759 ], [ 120.182399, 30.1752997 ], [ 120.1843411, 30.1752328 ], [ 120.1848388, 30.1752205 ], [ 120.185287, 30.1752245 ], [ 120.1871483, 30.1753138 ], [ 120.1884405, 30.175426 ], [ 120.1899372, 30.1755842 ], [ 120.1924786, 30.1758007 ], [ 120.1930244, 30.1758347 ], [ 120.193591, 30.1758298 ], [ 120.1941577, 30.1758035 ], [ 120.1949074, 30.1757361 ], [ 120.2002014, 30.1752584 ], [ 120.2013109, 30.1751582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1540467, 30.1666049 ], [ 120.1548078, 30.1670843 ], [ 120.1550575, 30.1672416 ], [ 120.1555406, 30.1675458 ], [ 120.1558864, 30.1677796 ], [ 120.1560676, 30.1679021 ], [ 120.1561688, 30.1679506 ], [ 120.1562633, 30.1679958 ], [ 120.1564319, 30.1680482 ], [ 120.157127, 30.1682702 ], [ 120.1583846, 30.1686466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583846, 30.1686466 ], [ 120.157127, 30.1682702 ], [ 120.1564319, 30.1680482 ], [ 120.1562633, 30.1679958 ], [ 120.1561688, 30.1679506 ], [ 120.1560676, 30.1679021 ], [ 120.1558864, 30.1677796 ], [ 120.1555406, 30.1675458 ], [ 120.1550575, 30.1672416 ], [ 120.1548078, 30.1670843 ], [ 120.1540467, 30.1666049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1540467, 30.1666049 ], [ 120.1535474, 30.167708 ], [ 120.1533731, 30.168093 ], [ 120.1532177, 30.1684265 ], [ 120.1530437, 30.1688086 ], [ 120.1527037, 30.1694337 ], [ 120.152512, 30.1697652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366005, 30.1638084 ], [ 120.1351976, 30.1652295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329561, 30.1641165 ], [ 120.1350733, 30.1651618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1349904, 30.1652493 ], [ 120.1339226, 30.1647149 ], [ 120.132867, 30.1641866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1350733, 30.1651618 ], [ 120.1351976, 30.1652295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1349904, 30.1652493 ], [ 120.1350733, 30.1651618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1351976, 30.1652295 ], [ 120.1351116, 30.1653134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1351116, 30.1653134 ], [ 120.1350593, 30.1652862 ], [ 120.1349904, 30.1652493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1351976, 30.1652295 ], [ 120.1375071, 30.1665572 ], [ 120.1395394, 30.1676005 ], [ 120.1396521, 30.1677431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1396521, 30.1677431 ], [ 120.1395236, 30.1677027 ], [ 120.1374542, 30.1666161 ], [ 120.1372753, 30.1665282 ], [ 120.1351116, 30.1653134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321124, 30.1707734 ], [ 120.1321606, 30.1706821 ], [ 120.1329779, 30.1688764 ], [ 120.1331481, 30.1685004 ], [ 120.1332421, 30.1682927 ], [ 120.1335235, 30.1676312 ], [ 120.1342892, 30.166057 ], [ 120.1344594, 30.165829 ], [ 120.1349904, 30.1652493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1351116, 30.1653134 ], [ 120.134621, 30.1657922 ], [ 120.1343828, 30.1661232 ], [ 120.1336256, 30.1676533 ], [ 120.1334294, 30.1681648 ], [ 120.1333219, 30.1684116 ], [ 120.1332335, 30.1686145 ], [ 120.1331353, 30.1688609 ], [ 120.1330555, 30.1690234 ], [ 120.1329491, 30.1692677 ], [ 120.1328409, 30.1695158 ], [ 120.1322599, 30.170718 ], [ 120.1322139, 30.1708098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1396521, 30.1677431 ], [ 120.1386332, 30.1690416 ], [ 120.1383754, 30.1693648 ], [ 120.1381183, 30.1697547 ], [ 120.1378728, 30.1701756 ], [ 120.1374949, 30.1709287 ], [ 120.1372793, 30.1714077 ], [ 120.1369607, 30.172188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369607, 30.172188 ], [ 120.1372793, 30.1714077 ], [ 120.1374949, 30.1709287 ], [ 120.1378728, 30.1701756 ], [ 120.1381183, 30.1697547 ], [ 120.1383754, 30.1693648 ], [ 120.1386332, 30.1690416 ], [ 120.1396521, 30.1677431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1322139, 30.1708098 ], [ 120.1321124, 30.1707734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江大桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347619, 30.1705464 ], [ 120.13518, 30.1709549 ], [ 120.1354848, 30.1712226 ], [ 120.135935, 30.1715663 ], [ 120.1365754, 30.1719575 ], [ 120.1369607, 30.172188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363662, 30.1722824 ], [ 120.136004, 30.1721225 ], [ 120.1351298, 30.1717367 ], [ 120.1347006, 30.1715813 ], [ 120.1345393, 30.1715283 ], [ 120.1344659, 30.1715054 ], [ 120.1343791, 30.1715113 ], [ 120.1342924, 30.1715301 ], [ 120.1333336, 30.1711978 ], [ 120.1327963, 30.1710116 ], [ 120.1322139, 30.1708098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江大桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363662, 30.1722824 ], [ 120.1355397, 30.1718487 ], [ 120.1345026, 30.171122 ], [ 120.1343305, 30.1710036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367636, 30.1724822 ], [ 120.1369607, 30.172188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369607, 30.172188 ], [ 120.1367636, 30.1724822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367636, 30.1724822 ], [ 120.1363662, 30.1722824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271341, 30.169079 ], [ 120.1271484, 30.168967 ], [ 120.1271667, 30.168824 ], [ 120.12718, 30.1680708 ], [ 120.127203, 30.1677617 ], [ 120.1272536, 30.1674666 ], [ 120.1275471, 30.1665944 ], [ 120.1277751, 30.1659579 ], [ 120.1279276, 30.1656882 ], [ 120.1280847, 30.1654577 ], [ 120.1288616, 30.164387 ], [ 120.1290396, 30.1641225 ], [ 120.1299246, 30.1627833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300114, 30.162824 ], [ 120.1298781, 30.163018 ], [ 120.1285852, 30.1648865 ], [ 120.1280753, 30.1655835 ], [ 120.1278835, 30.1658911 ], [ 120.1277423, 30.166249 ], [ 120.1274663, 30.1670305 ], [ 120.1273185, 30.1675586 ], [ 120.1272689, 30.1678631 ], [ 120.1272612, 30.168605 ], [ 120.1272396, 30.1689904 ], [ 120.1272332, 30.1691046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132867, 30.1641866 ], [ 120.1327078, 30.1642947 ], [ 120.131348, 30.1655578 ], [ 120.1310143, 30.1659523 ], [ 120.130697, 30.166447 ], [ 120.1291628, 30.1695983 ], [ 120.1290878, 30.1696895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290878, 30.1696895 ], [ 120.1291628, 30.1695983 ], [ 120.130697, 30.166447 ], [ 120.1310143, 30.1659523 ], [ 120.131348, 30.1655578 ], [ 120.1327078, 30.1642947 ], [ 120.132867, 30.1641866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1272332, 30.1691046 ], [ 120.1271341, 30.169079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290878, 30.1696895 ], [ 120.1280272, 30.1693094 ], [ 120.1272332, 30.1691046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321124, 30.1707734 ], [ 120.1290878, 30.1696895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259226, 30.1783764 ], [ 120.1258831, 30.1778633 ], [ 120.1258733, 30.1762223 ], [ 120.1258715, 30.1759126 ], [ 120.1259063, 30.1755917 ], [ 120.1259817, 30.1751705 ], [ 120.1260571, 30.1748846 ], [ 120.1262022, 30.1745436 ], [ 120.126469, 30.1739419 ], [ 120.126556, 30.1736911 ], [ 120.1266604, 30.17331 ], [ 120.1266746, 30.1732026 ], [ 120.1267126, 30.1729138 ], [ 120.1268682, 30.1710021 ], [ 120.1269273, 30.1705797 ], [ 120.1270989, 30.1693535 ], [ 120.1271341, 30.169079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1272332, 30.1691046 ], [ 120.1272325, 30.1691178 ], [ 120.1270027, 30.1706039 ], [ 120.1269526, 30.1709278 ], [ 120.1268655, 30.1723748 ], [ 120.1267997, 30.1732074 ], [ 120.1267256, 30.1735632 ], [ 120.1265445, 30.1740898 ], [ 120.1261823, 30.1748868 ], [ 120.1260753, 30.1752924 ], [ 120.1259848, 30.1757478 ], [ 120.125979, 30.1762249 ], [ 120.1259765, 30.1764523 ], [ 120.126046, 30.1783511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300158, 30.1783703 ], [ 120.1301704, 30.1775628 ], [ 120.1301887, 30.1774672 ], [ 120.1302664, 30.1769486 ], [ 120.1303118, 30.1766458 ], [ 120.1303694, 30.1762613 ], [ 120.1307274, 30.1751065 ], [ 120.1308233, 30.1744896 ], [ 120.1308408, 30.174249 ], [ 120.1308727, 30.1738116 ], [ 120.1309311, 30.1734668 ], [ 120.130986, 30.1732436 ], [ 120.1311358, 30.1727553 ], [ 120.1313914, 30.1721577 ], [ 120.1317899, 30.1713926 ], [ 120.1321124, 30.1707734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460075, 30.1668572 ], [ 120.1472457, 30.1674108 ], [ 120.1473294, 30.1674482 ], [ 120.1496627, 30.1684914 ], [ 120.152512, 30.1697652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460075, 30.1668572 ], [ 120.1450188, 30.1686005 ], [ 120.1447839, 30.1690425 ], [ 120.1442823, 30.170144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441639, 30.1701135 ], [ 120.1439357, 30.1700056 ], [ 120.1428805, 30.1694508 ], [ 120.142793, 30.1694058 ], [ 120.1425925, 30.1693034 ], [ 120.1425745, 30.1692934 ], [ 120.1396521, 30.1677431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1396521, 30.1677431 ], [ 120.1425745, 30.1692934 ], [ 120.1425925, 30.1693034 ], [ 120.142793, 30.1694058 ], [ 120.1428805, 30.1694508 ], [ 120.1439357, 30.1700056 ], [ 120.1441639, 30.1701135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441639, 30.1701135 ], [ 120.1442823, 30.170144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "坚塔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1442823, 30.170144 ], [ 120.1441639, 30.1701135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426145, 30.1742 ], [ 120.1428558, 30.1735142 ], [ 120.142983, 30.1731503 ], [ 120.1431936, 30.1725477 ], [ 120.1433008, 30.1723031 ], [ 120.1434742, 30.1718142 ], [ 120.1436111, 30.1713967 ], [ 120.1436779, 30.1712448 ], [ 120.1437977, 30.1709328 ], [ 120.1438749, 30.1707363 ], [ 120.1439692, 30.1705227 ], [ 120.144012, 30.1703897 ], [ 120.1440969, 30.1702131 ], [ 120.1441639, 30.1701135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1442823, 30.170144 ], [ 120.1439455, 30.1709819 ], [ 120.1438198, 30.1712944 ], [ 120.1436278, 30.1718437 ], [ 120.1427723, 30.174224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1500598, 30.1758267 ], [ 120.1501108, 30.1754171 ], [ 120.1501892, 30.1748545 ], [ 120.1502715, 30.1742645 ], [ 120.1502837, 30.1742169 ], [ 120.1503121, 30.174117 ], [ 120.1503508, 30.1739898 ], [ 120.1503656, 30.1739551 ], [ 120.1505549, 30.1733531 ], [ 120.1506384, 30.173115 ], [ 120.1509362, 30.1724717 ], [ 120.1512345, 30.1719345 ], [ 120.1516914, 30.1711559 ], [ 120.1518599, 30.1708648 ], [ 120.151915, 30.1707746 ], [ 120.1521076, 30.1704646 ], [ 120.152512, 30.1697652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.152512, 30.1697652 ], [ 120.1521076, 30.1704646 ], [ 120.151915, 30.1707746 ], [ 120.1518599, 30.1708648 ], [ 120.1516914, 30.1711559 ], [ 120.1512345, 30.1719345 ], [ 120.1509362, 30.1724717 ], [ 120.1506384, 30.173115 ], [ 120.1505549, 30.1733531 ], [ 120.1503656, 30.1739551 ], [ 120.1503508, 30.1739898 ], [ 120.1503121, 30.174117 ], [ 120.1502837, 30.1742169 ], [ 120.1502715, 30.1742645 ], [ 120.1501892, 30.1748545 ], [ 120.1501108, 30.1754171 ], [ 120.1500598, 30.1758267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.152512, 30.1697652 ], [ 120.1527037, 30.1694337 ], [ 120.1530437, 30.1688086 ], [ 120.1532177, 30.1684265 ], [ 120.1533731, 30.168093 ], [ 120.1535474, 30.167708 ], [ 120.1540467, 30.1666049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583846, 30.1686466 ], [ 120.1591519, 30.1688943 ], [ 120.1598967, 30.1691352 ], [ 120.1604098, 30.1693012 ], [ 120.1608047, 30.1694289 ], [ 120.1614519, 30.1696383 ], [ 120.1621012, 30.1698483 ], [ 120.1629246, 30.1701028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629246, 30.1701028 ], [ 120.1621012, 30.1698483 ], [ 120.1614519, 30.1696383 ], [ 120.1608047, 30.1694289 ], [ 120.1604098, 30.1693012 ], [ 120.1598967, 30.1691352 ], [ 120.1591519, 30.1688943 ], [ 120.1583846, 30.1686466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1500598, 30.1758267 ], [ 120.1502749, 30.1758338 ], [ 120.1505341, 30.1758451 ], [ 120.150847, 30.1758436 ], [ 120.1509822, 30.175844 ], [ 120.151075, 30.1758443 ], [ 120.1513106, 30.1758451 ], [ 120.1521313, 30.1758477 ], [ 120.1526254, 30.1758493 ], [ 120.1535419, 30.1758426 ], [ 120.153634, 30.1758422 ], [ 120.1547782, 30.1758409 ], [ 120.1548632, 30.1758366 ], [ 120.1558092, 30.1758322 ], [ 120.1561588, 30.1758317 ], [ 120.1581343, 30.1758289 ], [ 120.1594569, 30.1758305 ], [ 120.1606434, 30.1758319 ], [ 120.1625725, 30.1758213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162576, 30.1760311 ], [ 120.1615345, 30.1760043 ], [ 120.1606378, 30.1759812 ], [ 120.1586744, 30.175997 ], [ 120.1583593, 30.1759934 ], [ 120.1581333, 30.1759974 ], [ 120.1561613, 30.1759998 ], [ 120.1559482, 30.1760013 ], [ 120.1547622, 30.175999 ], [ 120.1540502, 30.1759975 ], [ 120.153634, 30.1759967 ], [ 120.1514186, 30.1759924 ], [ 120.1513106, 30.1759928 ], [ 120.1509229, 30.1759941 ], [ 120.1508352, 30.1759943 ], [ 120.1506025, 30.1759948 ], [ 120.1503453, 30.1759933 ], [ 120.150022, 30.1759768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.158361, 30.1802551 ], [ 120.1583543, 30.1803718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583543, 30.1803718 ], [ 120.158361, 30.1802551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.154475, 30.1804858 ], [ 120.1548566, 30.1803788 ], [ 120.1567722, 30.1802981 ], [ 120.1572016, 30.1802902 ], [ 120.158361, 30.1802551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583543, 30.1803718 ], [ 120.1572052, 30.1804093 ], [ 120.1567689, 30.1804259 ], [ 120.1548979, 30.1805318 ], [ 120.1544787, 30.1806517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544787, 30.1806517 ], [ 120.154475, 30.1804858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1322139, 30.1708098 ], [ 120.131986, 30.1712068 ], [ 120.1318659, 30.1714159 ], [ 120.1314572, 30.1721808 ], [ 120.131199, 30.1727403 ], [ 120.1309957, 30.173409 ], [ 120.1309234, 30.1738255 ], [ 120.1308952, 30.1742196 ], [ 120.1308869, 30.1743347 ], [ 120.1308606, 30.1746659 ], [ 120.1307985, 30.1750367 ], [ 120.1307862, 30.1751103 ], [ 120.1306915, 30.1754438 ], [ 120.1305151, 30.1759896 ], [ 120.1305005, 30.1760348 ], [ 120.1304353, 30.1762688 ], [ 120.13033, 30.1768689 ], [ 120.1302398, 30.1774581 ], [ 120.1301645, 30.1778335 ], [ 120.1300585, 30.1783708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.126046, 30.1783511 ], [ 120.1261843, 30.1783227 ], [ 120.1280895, 30.1783464 ], [ 120.1291734, 30.1783598 ], [ 120.1300158, 30.1783703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259226, 30.1783764 ], [ 120.126046, 30.1783511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300158, 30.1783703 ], [ 120.1300585, 30.1783708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.126046, 30.1783511 ], [ 120.1259662, 30.1784338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259662, 30.1784338 ], [ 120.1259226, 30.1783764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259226, 30.1783764 ], [ 120.1259662, 30.1784338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300606, 30.1784539 ], [ 120.1300158, 30.1783703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300585, 30.1783708 ], [ 120.1300606, 30.1784539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300606, 30.1784539 ], [ 120.1300585, 30.1783708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369607, 30.172188 ], [ 120.1371601, 30.1723564 ], [ 120.137295, 30.1724406 ], [ 120.1388524, 30.1729792 ], [ 120.1404108, 30.1735242 ], [ 120.1407083, 30.1736166 ], [ 120.1408634, 30.1736697 ], [ 120.1412446, 30.1737907 ], [ 120.1426145, 30.1742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425474, 30.1743735 ], [ 120.1421427, 30.1742468 ], [ 120.1416772, 30.1741011 ], [ 120.1415836, 30.1740726 ], [ 120.1415083, 30.1740496 ], [ 120.1412274, 30.1739594 ], [ 120.1407691, 30.1738122 ], [ 120.140669, 30.1737755 ], [ 120.1403433, 30.1736689 ], [ 120.138752, 30.1731357 ], [ 120.1377431, 30.1727996 ], [ 120.1377096, 30.1727888 ], [ 120.1367636, 30.1724822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348775, 30.1762266 ], [ 120.1349562, 30.1761242 ], [ 120.135183, 30.1756574 ], [ 120.1355259, 30.1750186 ], [ 120.1356754, 30.1747401 ], [ 120.1357304, 30.1746241 ], [ 120.1360012, 30.1740536 ], [ 120.1362057, 30.1736227 ], [ 120.1364176, 30.1731894 ], [ 120.1367636, 30.1724822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367636, 30.1724822 ], [ 120.1364176, 30.1731894 ], [ 120.1362057, 30.1736227 ], [ 120.1360012, 30.1740536 ], [ 120.1357304, 30.1746241 ], [ 120.1356754, 30.1747401 ], [ 120.1355259, 30.1750186 ], [ 120.135183, 30.1756574 ], [ 120.1349562, 30.1761242 ], [ 120.1348775, 30.1762266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300585, 30.1783708 ], [ 120.1306866, 30.1783778 ], [ 120.1312697, 30.1783961 ], [ 120.1327857, 30.1784104 ], [ 120.1340714, 30.1784334 ], [ 120.1347044, 30.1784447 ], [ 120.1348322, 30.1784431 ], [ 120.1366931, 30.1784606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366931, 30.1784606 ], [ 120.1368574, 30.1784619 ], [ 120.1369322, 30.1784642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366472, 30.1785201 ], [ 120.1348371, 30.1785129 ], [ 120.1332256, 30.1784923 ], [ 120.1323651, 30.1784856 ], [ 120.1310806, 30.1784756 ], [ 120.1306898, 30.1784616 ], [ 120.1300606, 30.1784539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "六和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366472, 30.1785201 ], [ 120.1366931, 30.1784606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "六和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369322, 30.1784642 ], [ 120.1369012, 30.178526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369012, 30.178526 ], [ 120.1366472, 30.1785201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426145, 30.1742 ], [ 120.1427723, 30.174224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425474, 30.1743735 ], [ 120.1426145, 30.1742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427723, 30.174224 ], [ 120.1427216, 30.1744117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427216, 30.1744117 ], [ 120.1425474, 30.1743735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427723, 30.174224 ], [ 120.1437952, 30.1744658 ], [ 120.1455446, 30.1748793 ], [ 120.1486854, 30.1755986 ], [ 120.1490417, 30.1756775 ], [ 120.1493812, 30.175744 ], [ 120.1496701, 30.175779 ], [ 120.1500598, 30.1758267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.150022, 30.1759768 ], [ 120.1496749, 30.1759462 ], [ 120.149292, 30.1758904 ], [ 120.1491938, 30.1758744 ], [ 120.1490133, 30.1758391 ], [ 120.1486987, 30.1757739 ], [ 120.1486381, 30.1757563 ], [ 120.1482665, 30.1756752 ], [ 120.1457758, 30.1751292 ], [ 120.1454923, 30.17507 ], [ 120.1449749, 30.1749419 ], [ 120.1427216, 30.1744117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1500598, 30.1758267 ], [ 120.150022, 30.1759768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.150022, 30.1759768 ], [ 120.1500598, 30.1758267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413239, 30.179107 ], [ 120.1413493, 30.1790014 ], [ 120.1413911, 30.1788275 ], [ 120.1414421, 30.1786401 ], [ 120.1415482, 30.1781549 ], [ 120.1419967, 30.1763101 ], [ 120.1420625, 30.1760379 ], [ 120.1421022, 30.1758447 ], [ 120.1421279, 30.1757655 ], [ 120.1421717, 30.1756308 ], [ 120.1422646, 30.1752624 ], [ 120.1423579, 30.1749407 ], [ 120.1425474, 30.1743735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "浦沿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427216, 30.1744117 ], [ 120.1422626, 30.1758969 ], [ 120.1419353, 30.1772464 ], [ 120.141676, 30.1782793 ], [ 120.1415209, 30.1788973 ], [ 120.1414301, 30.1792358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755644, 30.1693964 ], [ 120.1760266, 30.1684735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1713635, 30.1691558 ], [ 120.1715016, 30.169207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1715016, 30.169207 ], [ 120.1713635, 30.1691558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1707523, 30.1702238 ], [ 120.1713344, 30.1692029 ], [ 120.1713635, 30.1691558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1715016, 30.169207 ], [ 120.1714784, 30.1692445 ], [ 120.170886, 30.1702746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1707523, 30.1702238 ], [ 120.1684705, 30.1694038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684705, 30.1694038 ], [ 120.1707523, 30.1702238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1715016, 30.169207 ], [ 120.1729733, 30.1697531 ], [ 120.1749581, 30.170538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749581, 30.170538 ], [ 120.1729733, 30.1697531 ], [ 120.1715016, 30.169207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749581, 30.170538 ], [ 120.1755644, 30.1693964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.164143, 30.1678486 ], [ 120.1684705, 30.1694038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690938, 30.1683138 ], [ 120.1684705, 30.1694038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684705, 30.1694038 ], [ 120.1690938, 30.1683138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.164143, 30.1678486 ], [ 120.1638368, 30.1685142 ], [ 120.163444, 30.1693683 ], [ 120.1633917, 30.1694854 ], [ 120.1633318, 30.1696141 ], [ 120.1630772, 30.1701693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629246, 30.1701028 ], [ 120.1630772, 30.1701693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1630772, 30.1701693 ], [ 120.1629246, 30.1701028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684705, 30.1694038 ], [ 120.1672132, 30.1714981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672132, 30.1714981 ], [ 120.1684705, 30.1694038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1630772, 30.1701693 ], [ 120.1636317, 30.1703365 ], [ 120.1640046, 30.1704617 ], [ 120.1651078, 30.1707932 ], [ 120.1672132, 30.1714981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672132, 30.1714981 ], [ 120.1651078, 30.1707932 ], [ 120.1640046, 30.1704617 ], [ 120.1636317, 30.1703365 ], [ 120.1630772, 30.1701693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1804997, 30.1695541 ], [ 120.1803071, 30.1696945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803071, 30.1696945 ], [ 120.1800534, 30.1695585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乳泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755644, 30.1693964 ], [ 120.1783175, 30.1704337 ], [ 120.1789319, 30.1706077 ], [ 120.1793081, 30.1707006 ], [ 120.1799333, 30.1708058 ], [ 120.1802738, 30.1708278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乳泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802738, 30.1708278 ], [ 120.1799333, 30.1708058 ], [ 120.1793081, 30.1707006 ], [ 120.1789319, 30.1706077 ], [ 120.1783175, 30.1704337 ], [ 120.1755644, 30.1693964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1834807, 30.1707813 ], [ 120.1834832, 30.1704645 ], [ 120.1834397, 30.1694458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802738, 30.1708278 ], [ 120.1803071, 30.1696945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803071, 30.1696945 ], [ 120.1802738, 30.1708278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乳泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1834807, 30.1707813 ], [ 120.1830961, 30.1707666 ], [ 120.1828217, 30.1707642 ], [ 120.1818598, 30.170796 ], [ 120.1804623, 30.17084 ], [ 120.1802738, 30.1708278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乳泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802738, 30.1708278 ], [ 120.1804623, 30.17084 ], [ 120.1818598, 30.170796 ], [ 120.1828217, 30.1707642 ], [ 120.1830961, 30.1707666 ], [ 120.1834807, 30.1707813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749581, 30.170538 ], [ 120.1776704, 30.1715463 ], [ 120.1789377, 30.1719938 ], [ 120.1793553, 30.1720741 ], [ 120.1796476, 30.1721153 ], [ 120.1801745, 30.1721708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755644, 30.1693964 ], [ 120.1749581, 30.170538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.170886, 30.1702746 ], [ 120.1707523, 30.1702238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1707523, 30.1702238 ], [ 120.170886, 30.1702746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.170886, 30.1702746 ], [ 120.1724178, 30.1708551 ], [ 120.1743996, 30.1716728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743996, 30.1716728 ], [ 120.1724178, 30.1708551 ], [ 120.170886, 30.1702746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743996, 30.1716728 ], [ 120.1749581, 30.170538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749581, 30.170538 ], [ 120.1743996, 30.1716728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695928, 30.1722577 ], [ 120.169895, 30.1717272 ], [ 120.1707523, 30.1702238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.170886, 30.1702746 ], [ 120.1700541, 30.1717613 ], [ 120.169715, 30.1723017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743996, 30.1716728 ], [ 120.1741457, 30.1721887 ], [ 120.1740485, 30.1724595 ], [ 120.1740339, 30.1728258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1624861, 30.1725696 ], [ 120.1624913, 30.172438 ], [ 120.1625603, 30.1719743 ], [ 120.1626716, 30.171317 ], [ 120.1627232, 30.1710834 ], [ 120.1628107, 30.1706878 ], [ 120.1629246, 30.1701028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1630772, 30.1701693 ], [ 120.162888, 30.1711164 ], [ 120.1627368, 30.1721214 ], [ 120.1626528, 30.1725984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695928, 30.1722577 ], [ 120.1693117, 30.1721799 ], [ 120.1689157, 30.1720746 ], [ 120.1678847, 30.1717229 ], [ 120.1672132, 30.1714981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672132, 30.1714981 ], [ 120.1678847, 30.1717229 ], [ 120.1689157, 30.1720746 ], [ 120.1693117, 30.1721799 ], [ 120.1695928, 30.1722577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626528, 30.1725984 ], [ 120.1624861, 30.1725696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1624861, 30.1725696 ], [ 120.1626528, 30.1725984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169109, 30.1741517 ], [ 120.1684031, 30.1741373 ], [ 120.1671591, 30.1740389 ], [ 120.1662403, 30.1737718 ], [ 120.1642412, 30.1730584 ], [ 120.1641598, 30.1730293 ], [ 120.1639963, 30.172971 ], [ 120.163761, 30.172887 ], [ 120.1626528, 30.1725984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626528, 30.1725984 ], [ 120.163761, 30.172887 ], [ 120.1639963, 30.172971 ], [ 120.1641598, 30.1730293 ], [ 120.1642412, 30.1730584 ], [ 120.1662403, 30.1737718 ], [ 120.1671591, 30.1740389 ], [ 120.1684031, 30.1741373 ], [ 120.169109, 30.1741517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692194, 30.1741433 ], [ 120.169109, 30.1741517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169109, 30.1741517 ], [ 120.1692194, 30.1741433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1801745, 30.1721708 ], [ 120.1796476, 30.1721153 ], [ 120.1793553, 30.1720741 ], [ 120.1789377, 30.1719938 ], [ 120.1776704, 30.1715463 ], [ 120.1749581, 30.170538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1801745, 30.1721708 ], [ 120.1802738, 30.1708278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802738, 30.1708278 ], [ 120.1801745, 30.1721708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1836196, 30.1694669 ], [ 120.1837648, 30.1738101 ], [ 120.1838237, 30.1751916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743996, 30.1716728 ], [ 120.176973, 30.1727346 ], [ 120.1775372, 30.1729859 ], [ 120.1781017, 30.1731908 ], [ 120.1785883, 30.1733404 ], [ 120.1787937, 30.1733824 ], [ 120.1793128, 30.1734152 ], [ 120.1802128, 30.173367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁荣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802128, 30.173367 ], [ 120.1793128, 30.1734152 ], [ 120.1787937, 30.1733824 ], [ 120.1785883, 30.1733404 ], [ 120.1781017, 30.1731908 ], [ 120.1775372, 30.1729859 ], [ 120.176973, 30.1727346 ], [ 120.1743996, 30.1716728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802128, 30.173367 ], [ 120.1802072, 30.1731666 ], [ 120.1801745, 30.1721708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1801745, 30.1721708 ], [ 120.1802072, 30.1731666 ], [ 120.1802128, 30.173367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1835003, 30.1752003 ], [ 120.1834892, 30.1736595 ], [ 120.1835145, 30.1723942 ], [ 120.1834762, 30.1713492 ], [ 120.1834807, 30.1707813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802128, 30.173367 ], [ 120.1802402, 30.1739053 ], [ 120.1803635, 30.1753153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740339, 30.1728258 ], [ 120.1740485, 30.1724595 ], [ 120.1741457, 30.1721887 ], [ 120.1743996, 30.1716728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695928, 30.1722577 ], [ 120.169715, 30.1723017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169715, 30.1723017 ], [ 120.1695928, 30.1722577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169715, 30.1723017 ], [ 120.1699806, 30.1723615 ], [ 120.1703221, 30.1724408 ], [ 120.1709697, 30.1724738 ], [ 120.171467, 30.1725235 ], [ 120.1719831, 30.1725576 ], [ 120.1727383, 30.172617 ], [ 120.1732294, 30.172668 ], [ 120.173629, 30.1727285 ], [ 120.1740339, 30.1728258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174047, 30.1729262 ], [ 120.173977, 30.1728995 ], [ 120.173563, 30.1728311 ], [ 120.173136, 30.1727785 ], [ 120.1725537, 30.1727328 ], [ 120.1720022, 30.1726813 ], [ 120.1714101, 30.1725972 ], [ 120.1709129, 30.1725475 ], [ 120.1702652, 30.1725145 ], [ 120.1699237, 30.1724353 ], [ 120.169715, 30.1723017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174047, 30.1729262 ], [ 120.1740339, 30.1728258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740339, 30.1728258 ], [ 120.174047, 30.1729262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169109, 30.1741517 ], [ 120.1691124, 30.1739114 ], [ 120.169147, 30.17361 ], [ 120.1692222, 30.1732945 ], [ 120.1694112, 30.1727104 ], [ 120.1695928, 30.1722577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169715, 30.1723017 ], [ 120.1695338, 30.1727605 ], [ 120.1693772, 30.1732299 ], [ 120.1692859, 30.1735854 ], [ 120.169216, 30.1740764 ], [ 120.1692194, 30.1741433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174047, 30.1729262 ], [ 120.1739972, 30.1731181 ], [ 120.1739322, 30.1735328 ], [ 120.1739766, 30.1741574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1625725, 30.1758213 ], [ 120.1625642, 30.1756989 ], [ 120.1625508, 30.1754793 ], [ 120.1624975, 30.1741518 ], [ 120.1624788, 30.1734432 ], [ 120.1624727, 30.1729086 ], [ 120.1624861, 30.1725696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626528, 30.1725984 ], [ 120.1626418, 30.1731534 ], [ 120.1626886, 30.1745729 ], [ 120.1627094, 30.1748645 ], [ 120.1627265, 30.1754786 ], [ 120.1627305, 30.1757021 ], [ 120.1627344, 30.1758112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692326, 30.1756117 ], [ 120.1691745, 30.1752442 ], [ 120.1691249, 30.1749229 ], [ 120.1691026, 30.1746058 ], [ 120.169109, 30.1741517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692194, 30.1741433 ], [ 120.1692349, 30.1744519 ], [ 120.1692405, 30.1748395 ], [ 120.1692735, 30.1752537 ], [ 120.1693282, 30.1756471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692326, 30.1756117 ], [ 120.1693282, 30.1756471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1658077, 30.1757295 ], [ 120.1661557, 30.1755839 ], [ 120.166582, 30.1755783 ], [ 120.1689935, 30.1755468 ], [ 120.1692326, 30.1756117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692501, 30.1757221 ], [ 120.1692326, 30.1756117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1693282, 30.1756471 ], [ 120.1693386, 30.1757219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692501, 30.1757221 ], [ 120.1693386, 30.1757219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1658077, 30.1757295 ], [ 120.1665547, 30.1757354 ], [ 120.1678569, 30.1757252 ], [ 120.1681556, 30.1757124 ], [ 120.1683863, 30.175713 ], [ 120.1692501, 30.1757221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739766, 30.1741574 ], [ 120.1739322, 30.1735328 ], [ 120.1739972, 30.1731181 ], [ 120.174047, 30.1729262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740339, 30.1728258 ], [ 120.1748103, 30.1731223 ], [ 120.1763663, 30.1737727 ], [ 120.176551, 30.1738967 ], [ 120.176821, 30.1740936 ], [ 120.1771247, 30.1743708 ], [ 120.1774791, 30.1747865 ], [ 120.1775287, 30.174883 ], [ 120.1776647, 30.1751476 ], [ 120.1777539, 30.1754116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739766, 30.1741574 ], [ 120.1735156, 30.174156 ], [ 120.1714127, 30.1741498 ], [ 120.1692194, 30.1741433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692194, 30.1741433 ], [ 120.1714127, 30.1741498 ], [ 120.1735156, 30.174156 ], [ 120.1739766, 30.1741574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东冠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776182, 30.1754166 ], [ 120.1775887, 30.1752752 ], [ 120.1775592, 30.1751767 ], [ 120.177458, 30.1749689 ], [ 120.1772977, 30.1747318 ], [ 120.1770657, 30.1744364 ], [ 120.1768716, 30.1742286 ], [ 120.1766143, 30.1740426 ], [ 120.1763135, 30.1738721 ], [ 120.1747534, 30.173196 ], [ 120.174047, 30.1729262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740755, 30.1755462 ], [ 120.1739766, 30.1741574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739766, 30.1741574 ], [ 120.1740755, 30.1755462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740755, 30.1755462 ], [ 120.1752359, 30.1755045 ], [ 120.1768898, 30.1754435 ], [ 120.1776182, 30.1754166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695157, 30.1757157 ], [ 120.1701185, 30.1756946 ], [ 120.1705759, 30.1756775 ], [ 120.1714072, 30.1756463 ], [ 120.1740755, 30.1755462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1693282, 30.1756471 ], [ 120.1695157, 30.1757157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803635, 30.1753153 ], [ 120.1802402, 30.1739053 ], [ 120.1802128, 30.173367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1835003, 30.1752003 ], [ 120.1836853, 30.1751928 ], [ 120.1838237, 30.1751916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803635, 30.1753153 ], [ 120.1835003, 30.1752003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838237, 30.1751916 ], [ 120.1839358, 30.1755068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1834877, 30.1755154 ], [ 120.1835003, 30.1752003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777539, 30.1754116 ], [ 120.1803635, 30.1753153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776182, 30.1754166 ], [ 120.1777539, 30.1754116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803809, 30.175627 ], [ 120.1803635, 30.1753153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803635, 30.1753153 ], [ 120.1803809, 30.175627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1839358, 30.1755068 ], [ 120.1834877, 30.1755154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1627344, 30.1758112 ], [ 120.163914, 30.1758085 ], [ 120.164274, 30.1757898 ], [ 120.1646142, 30.1757654 ], [ 120.1649759, 30.1757255 ], [ 120.1658077, 30.1757295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1625725, 30.1758213 ], [ 120.1627344, 30.1758112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1693386, 30.1757219 ], [ 120.1692874, 30.1760633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692874, 30.1760633 ], [ 120.1692501, 30.1757221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1627344, 30.1758112 ], [ 120.1627584, 30.1760291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162576, 30.1760311 ], [ 120.1625725, 30.1758213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1627584, 30.1760291 ], [ 120.162576, 30.1760311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692874, 30.1760633 ], [ 120.1680305, 30.176074 ], [ 120.1671324, 30.1761554 ], [ 120.1655828, 30.1761265 ], [ 120.1653644, 30.1761129 ], [ 120.1652211, 30.176104 ], [ 120.1649994, 30.1760818 ], [ 120.1648344, 30.1760794 ], [ 120.1645602, 30.1760679 ], [ 120.1643883, 30.1760572 ], [ 120.1640637, 30.1760493 ], [ 120.1627584, 30.1760291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691533, 30.1770406 ], [ 120.1692874, 30.1760633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692874, 30.1760633 ], [ 120.1691533, 30.1770406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740975, 30.1758614 ], [ 120.1740755, 30.1755462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740755, 30.1755462 ], [ 120.1740975, 30.1758614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1693386, 30.1757219 ], [ 120.1695157, 30.1757157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776937, 30.1757353 ], [ 120.1775551, 30.1757406 ], [ 120.1765035, 30.1757806 ], [ 120.1752249, 30.1758292 ], [ 120.1750311, 30.17584 ], [ 120.1740975, 30.1758614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740975, 30.1758614 ], [ 120.1732562, 30.1758877 ], [ 120.1719863, 30.1759327 ], [ 120.1718626, 30.1759371 ], [ 120.1712022, 30.175954 ], [ 120.1692874, 30.1760633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742458, 30.1778094 ], [ 120.1741949, 30.1768699 ], [ 120.1740975, 30.1758614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740975, 30.1758614 ], [ 120.1741949, 30.1768699 ], [ 120.1742458, 30.1778094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778446, 30.1797935 ], [ 120.1763853, 30.1798493 ], [ 120.1739899, 30.1799408 ], [ 120.1698222, 30.1799741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698173, 30.1798635 ], [ 120.1698222, 30.1799741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698222, 30.1799741 ], [ 120.1698173, 30.1798635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1834877, 30.1755154 ], [ 120.1824938, 30.1755511 ], [ 120.1803809, 30.175627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777539, 30.1754116 ], [ 120.1778002, 30.1757313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776937, 30.1757353 ], [ 120.1776182, 30.1754166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803809, 30.175627 ], [ 120.1788127, 30.1756933 ], [ 120.177883, 30.1757282 ], [ 120.1778002, 30.1757313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778002, 30.1757313 ], [ 120.1776937, 30.1757353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1839358, 30.1755068 ], [ 120.1840057, 30.1765182 ], [ 120.1840294, 30.1768669 ], [ 120.1840532, 30.1774753 ], [ 120.1840626, 30.1777237 ], [ 120.1840394, 30.1778918 ], [ 120.1839289, 30.1780401 ], [ 120.1838609, 30.1782313 ], [ 120.1838731, 30.1791009 ], [ 120.1839592, 30.1792561 ], [ 120.184027, 30.1793428 ], [ 120.1840558, 30.1794602 ], [ 120.1841093, 30.1806982 ], [ 120.184068, 30.1814012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1837459, 30.1814067 ], [ 120.1836272, 30.1806977 ], [ 120.1835706, 30.1796819 ], [ 120.1836343, 30.179457 ], [ 120.1837334, 30.1793484 ], [ 120.1838254, 30.1791067 ], [ 120.1838042, 30.1782351 ], [ 120.1837162, 30.1780534 ], [ 120.1835964, 30.1779115 ], [ 120.1835592, 30.1777632 ], [ 120.1835449, 30.1774682 ], [ 120.1835328, 30.1769331 ], [ 120.183504, 30.1762275 ], [ 120.183468, 30.1759162 ], [ 120.1834731, 30.175751 ], [ 120.1834877, 30.1755154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776851, 30.1830078 ], [ 120.1777582, 30.1825453 ], [ 120.1779493, 30.1795349 ], [ 120.1778364, 30.1772634 ], [ 120.1778006, 30.1767919 ], [ 120.1777395, 30.1764166 ], [ 120.1776937, 30.1757353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778002, 30.1757313 ], [ 120.1778498, 30.1762435 ], [ 120.1779084, 30.1768097 ], [ 120.1779422, 30.1772933 ], [ 120.1780177, 30.1795647 ], [ 120.1778313, 30.1825792 ], [ 120.1778357, 30.1830288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1836328, 30.1795099 ], [ 120.1837442, 30.1795063 ], [ 120.1837837, 30.1795043 ], [ 120.1838282, 30.1795019 ], [ 120.1840013, 30.1794989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660711, 30.1770797 ], [ 120.1660741, 30.1761876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660741, 30.1761876 ], [ 120.1660711, 30.1770797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1627584, 30.1760291 ], [ 120.1627784, 30.1763766 ], [ 120.1628625, 30.1773114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691533, 30.1770406 ], [ 120.1678085, 30.1770915 ], [ 120.1660711, 30.1770797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660711, 30.1770797 ], [ 120.1678085, 30.1770915 ], [ 120.1691533, 30.1770406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691533, 30.1770406 ], [ 120.1691392, 30.1771437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691392, 30.1771437 ], [ 120.1691533, 30.1770406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1628625, 30.1773114 ], [ 120.1631623, 30.1773023 ], [ 120.1632356, 30.1772981 ], [ 120.1641114, 30.1772482 ], [ 120.1642558, 30.1772767 ], [ 120.1647228, 30.1772212 ], [ 120.1660711, 30.1770797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660711, 30.1770797 ], [ 120.1647228, 30.1772212 ], [ 120.1642558, 30.1772767 ], [ 120.1641114, 30.1772482 ], [ 120.1632356, 30.1772981 ], [ 120.1631623, 30.1773023 ], [ 120.1628625, 30.1773114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629871, 30.1834318 ], [ 120.1629769, 30.182997 ], [ 120.1629391, 30.1816325 ], [ 120.1629376, 30.1809326 ], [ 120.1628992, 30.1794602 ], [ 120.1628686, 30.1788692 ], [ 120.1628592, 30.1784986 ], [ 120.16283, 30.1780767 ], [ 120.162576, 30.1760311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664255, 30.1799722 ], [ 120.1698173, 30.1798635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664271, 30.1801381 ], [ 120.1664255, 30.1799722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664255, 30.1799722 ], [ 120.1664271, 30.1801381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698222, 30.1799741 ], [ 120.1681348, 30.1800556 ], [ 120.1664271, 30.1801381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.158361, 30.1802551 ], [ 120.1627668, 30.1801193 ], [ 120.1633665, 30.1800952 ], [ 120.1664255, 30.1799722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664271, 30.1801381 ], [ 120.1633591, 30.1802319 ], [ 120.1627878, 30.1802494 ], [ 120.1583543, 30.1803718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1628625, 30.1773114 ], [ 120.1629684, 30.1781015 ], [ 120.1630158, 30.1786124 ], [ 120.1630287, 30.1792086 ], [ 120.1630614, 30.1804962 ], [ 120.163088, 30.1816135 ], [ 120.1630894, 30.1816914 ], [ 120.1631207, 30.1833989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664271, 30.1801381 ], [ 120.1664191, 30.1816792 ], [ 120.1664182, 30.1821087 ], [ 120.1664177, 30.1823984 ], [ 120.1664154, 30.1835251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664154, 30.1835251 ], [ 120.1664177, 30.1823984 ], [ 120.1664182, 30.1821087 ], [ 120.1664191, 30.1816792 ], [ 120.1664271, 30.1801381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629871, 30.1834318 ], [ 120.1631207, 30.1833989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1840013, 30.1794989 ], [ 120.1840023, 30.1796245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1836381, 30.1796288 ], [ 120.1836328, 30.1795099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1840023, 30.1796245 ], [ 120.1836381, 30.1796288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698173, 30.1798635 ], [ 120.1711258, 30.1798499 ], [ 120.1739848, 30.1798202 ], [ 120.1769434, 30.1797021 ], [ 120.1780155, 30.1796593 ], [ 120.1806635, 30.1795925 ], [ 120.1820259, 30.1795548 ], [ 120.183554, 30.1795125 ], [ 120.1836328, 30.1795099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1836381, 30.1796288 ], [ 120.1825625, 30.1796585 ], [ 120.1806546, 30.1797112 ], [ 120.1780718, 30.1797812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780718, 30.1797812 ], [ 120.1778446, 30.1797935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1840023, 30.1796245 ], [ 120.1840434, 30.1802384 ], [ 120.184068, 30.1814012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1837459, 30.1814067 ], [ 120.1836381, 30.1796288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776851, 30.1830078 ], [ 120.1776818, 30.1825245 ], [ 120.1778446, 30.1797935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780718, 30.1797812 ], [ 120.1779918, 30.1809023 ], [ 120.1779021, 30.182479 ], [ 120.1778357, 30.1830288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.154475, 30.1804858 ], [ 120.1544787, 30.1806517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544633, 30.1821901 ], [ 120.1544688, 30.1814115 ], [ 120.1544787, 30.1806517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544787, 30.1806517 ], [ 120.1544688, 30.1814115 ], [ 120.1544633, 30.1821901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583543, 30.1803718 ], [ 120.1583811, 30.182293 ], [ 120.1583244, 30.1828133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583244, 30.1828133 ], [ 120.1583811, 30.182293 ], [ 120.1583543, 30.1803718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544633, 30.1821901 ], [ 120.1555147, 30.1823598 ], [ 120.1558296, 30.1824106 ], [ 120.1583244, 30.1828133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583244, 30.1828133 ], [ 120.1558296, 30.1824106 ], [ 120.1555147, 30.1823598 ], [ 120.1544633, 30.1821901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583244, 30.1828133 ], [ 120.1597802, 30.1830064 ], [ 120.1599404, 30.1830277 ], [ 120.1629871, 30.1834318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629871, 30.1834318 ], [ 120.1599404, 30.1830277 ], [ 120.1597802, 30.1830064 ], [ 120.1583244, 30.1828133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544633, 30.1821901 ], [ 120.1544652, 30.1822399 ], [ 120.1544808, 30.182654 ], [ 120.1544722, 30.1832685 ], [ 120.1544743, 30.1834375 ], [ 120.1544812, 30.1840005 ], [ 120.1545255, 30.1847164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184068, 30.1814012 ], [ 120.1841163, 30.1838084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838449, 30.1838182 ], [ 120.1837459, 30.1814067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776408, 30.1837487 ], [ 120.1776851, 30.1830078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778357, 30.1830288 ], [ 120.177794, 30.1837492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776408, 30.1837487 ], [ 120.177794, 30.1837492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177794, 30.1837492 ], [ 120.1805746, 30.1837673 ], [ 120.1816241, 30.1837805 ], [ 120.1832655, 30.1838012 ], [ 120.1835552, 30.1838128 ], [ 120.1838449, 30.1838182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776215, 30.1838692 ], [ 120.1776408, 30.1837487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177794, 30.1837492 ], [ 120.1777768, 30.1838696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841163, 30.1838084 ], [ 120.1855072, 30.183818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838449, 30.1838182 ], [ 120.1841163, 30.1838084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1696305, 30.1836814 ], [ 120.1696846, 30.182627 ], [ 120.1697588, 30.181615 ], [ 120.169782, 30.1806486 ], [ 120.1698222, 30.1799741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698222, 30.1799741 ], [ 120.169782, 30.1806486 ], [ 120.1697588, 30.181615 ], [ 120.1696846, 30.182627 ], [ 120.1696305, 30.1836814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1696305, 30.1836814 ], [ 120.1739124, 30.1837102 ], [ 120.174919, 30.1837158 ], [ 120.1776408, 30.1837487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1696305, 30.1836814 ], [ 120.1696222, 30.1837958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1696222, 30.1837958 ], [ 120.1696305, 30.1836814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776215, 30.1838692 ], [ 120.1766074, 30.1838616 ], [ 120.1751448, 30.1838357 ], [ 120.17497, 30.1838378 ], [ 120.1739109, 30.1838053 ], [ 120.1696222, 30.1837958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1696222, 30.1837958 ], [ 120.1695809, 30.1849958 ], [ 120.1695576, 30.1856715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695576, 30.1856715 ], [ 120.1695809, 30.1849958 ], [ 120.1696222, 30.1837958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695576, 30.1856715 ], [ 120.173906, 30.1857922 ], [ 120.1774734, 30.1860834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774734, 30.1860834 ], [ 120.173906, 30.1857922 ], [ 120.1695576, 30.1856715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631207, 30.1833989 ], [ 120.1631372, 30.1834912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631372, 30.1834912 ], [ 120.1629871, 30.1834318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631207, 30.1833989 ], [ 120.1644619, 30.1834503 ], [ 120.1664154, 30.1835251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664118, 30.1836344 ], [ 120.1647484, 30.1835617 ], [ 120.1631372, 30.1834912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664118, 30.1836344 ], [ 120.1664154, 30.1835251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664154, 30.1835251 ], [ 120.1664118, 30.1836344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664154, 30.1835251 ], [ 120.1684934, 30.1836261 ], [ 120.1696305, 30.1836814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1696222, 30.1837958 ], [ 120.1664118, 30.1836344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626729, 30.1852846 ], [ 120.1628423, 30.1846324 ], [ 120.1628981, 30.1843205 ], [ 120.1629393, 30.1840399 ], [ 120.1629859, 30.1837007 ], [ 120.1629871, 30.1834318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631372, 30.1834912 ], [ 120.1631221, 30.1838449 ], [ 120.1630872, 30.1841517 ], [ 120.1629973, 30.184544 ], [ 120.1628017, 30.1853277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1412387, 30.1792232 ], [ 120.1413239, 30.179107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413239, 30.179107 ], [ 120.1414301, 30.1792358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1414301, 30.1792358 ], [ 120.1412387, 30.1792232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1414301, 30.1792358 ], [ 120.1419029, 30.1798091 ], [ 120.1425042, 30.180633 ], [ 120.1426956, 30.1808879 ], [ 120.143967, 30.1825228 ], [ 120.1441468, 30.182754 ], [ 120.144667, 30.1834229 ], [ 120.1446873, 30.1834489 ], [ 120.1448031, 30.1835975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1446811, 30.1836992 ], [ 120.1445739, 30.1835346 ], [ 120.1424211, 30.1807173 ], [ 120.1413049, 30.1793069 ], [ 120.1412387, 30.1792232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448031, 30.1835975 ], [ 120.1451949, 30.1832634 ], [ 120.1457636, 30.182766 ], [ 120.146324, 30.182276 ], [ 120.1469133, 30.1817606 ], [ 120.1470235, 30.1816643 ], [ 120.1474134, 30.1814647 ], [ 120.147863, 30.1812345 ], [ 120.1480022, 30.1811844 ], [ 120.1485128, 30.1810007 ], [ 120.1489586, 30.1808793 ], [ 120.1494535, 30.1807445 ], [ 120.149907, 30.1806914 ], [ 120.1502051, 30.1806832 ], [ 120.1529802, 30.1806058 ], [ 120.1541244, 30.1805739 ], [ 120.154475, 30.1804858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544787, 30.1806517 ], [ 120.1532287, 30.1806808 ], [ 120.1528919, 30.1806886 ], [ 120.1504379, 30.1807458 ], [ 120.1499208, 30.1807578 ], [ 120.1494466, 30.1808092 ], [ 120.1488487, 30.1809829 ], [ 120.1485374, 30.1810734 ], [ 120.1479006, 30.1813296 ], [ 120.1470965, 30.1817449 ], [ 120.146855, 30.1819561 ], [ 120.1466884, 30.1821018 ], [ 120.1465818, 30.182195 ], [ 120.1456573, 30.1830034 ], [ 120.1452787, 30.1833345 ], [ 120.1452295, 30.1833733 ], [ 120.1448489, 30.1836737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448031, 30.1835975 ], [ 120.1448489, 30.1836737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1446811, 30.1836992 ], [ 120.1448031, 30.1835975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448489, 30.1836737 ], [ 120.1447326, 30.1837802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369322, 30.1784642 ], [ 120.137338, 30.1784645 ], [ 120.1383453, 30.1784899 ], [ 120.1388331, 30.1784994 ], [ 120.1388558, 30.1785 ], [ 120.1389512, 30.1785023 ], [ 120.1391332, 30.1785011 ], [ 120.1395987, 30.1785054 ], [ 120.1397436, 30.1785146 ], [ 120.1398756, 30.178523 ], [ 120.1401601, 30.1785587 ], [ 120.1404937, 30.1786382 ], [ 120.1406242, 30.178688 ], [ 120.1408767, 30.1788024 ], [ 120.1410836, 30.1789341 ], [ 120.1413239, 30.179107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1412387, 30.1792232 ], [ 120.1410188, 30.1789964 ], [ 120.1408919, 30.1789079 ], [ 120.1406976, 30.1787938 ], [ 120.1404914, 30.1787214 ], [ 120.1403047, 30.1786788 ], [ 120.1402591, 30.1786684 ], [ 120.1399895, 30.1786119 ], [ 120.1398275, 30.1785956 ], [ 120.1393642, 30.1785842 ], [ 120.1391627, 30.1785817 ], [ 120.1389146, 30.1785728 ], [ 120.1388332, 30.1785692 ], [ 120.1387831, 30.1785673 ], [ 120.138275, 30.1785552 ], [ 120.1376553, 30.178542 ], [ 120.1369012, 30.178526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "西浦路", "新和路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300606, 30.1784539 ], [ 120.1300563, 30.179071 ], [ 120.1300446, 30.1799743 ], [ 120.1300419, 30.1801864 ], [ 120.1300398, 30.1803487 ], [ 120.1300372, 30.1805523 ], [ 120.1300361, 30.1806372 ], [ 120.1300359, 30.1806676 ], [ 120.1300304, 30.1813649 ], [ 120.1300283, 30.1816403 ], [ 120.1300217, 30.1824801 ], [ 120.1302527, 30.1824997 ], [ 120.1313948, 30.1825966 ], [ 120.1316382, 30.1826173 ], [ 120.1317717, 30.1826286 ], [ 120.1318392, 30.1826353 ], [ 120.1320457, 30.1826557 ], [ 120.1325202, 30.1827027 ], [ 120.133016, 30.1827518 ], [ 120.1332255, 30.1827726 ], [ 120.1344649, 30.1828953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "西浦路", "新和路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1344649, 30.1828953 ], [ 120.1332255, 30.1827726 ], [ 120.133016, 30.1827518 ], [ 120.1325202, 30.1827027 ], [ 120.1320457, 30.1826557 ], [ 120.1318392, 30.1826353 ], [ 120.1317717, 30.1826286 ], [ 120.1316382, 30.1826173 ], [ 120.1313948, 30.1825966 ], [ 120.1302527, 30.1824997 ], [ 120.1300217, 30.1824801 ], [ 120.1300283, 30.1816403 ], [ 120.1300304, 30.1813649 ], [ 120.1300359, 30.1806676 ], [ 120.1300361, 30.1806372 ], [ 120.1300372, 30.1805523 ], [ 120.1300398, 30.1803487 ], [ 120.1300419, 30.1801864 ], [ 120.1300446, 30.1799743 ], [ 120.1300563, 30.179071 ], [ 120.1300606, 30.1784539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "六和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1344649, 30.1828953 ], [ 120.1349854, 30.1818597 ], [ 120.1352794, 30.1812748 ], [ 120.135327, 30.1811817 ], [ 120.1356453, 30.1805594 ], [ 120.1357203, 30.1804042 ], [ 120.1366472, 30.1785201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "六和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369012, 30.178526 ], [ 120.1359291, 30.1804782 ], [ 120.1355801, 30.1811821 ], [ 120.1347288, 30.1828989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347288, 30.1828989 ], [ 120.1344649, 30.1828953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1344649, 30.1828953 ], [ 120.1347288, 30.1828989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "六和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1314252, 30.1890423 ], [ 120.1314753, 30.1889382 ], [ 120.1317937, 30.1882775 ], [ 120.132777, 30.1863123 ], [ 120.133039, 30.1857886 ], [ 120.1341167, 30.1836279 ], [ 120.1344649, 30.1828953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "六和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347288, 30.1828989 ], [ 120.1343135, 30.1837048 ], [ 120.1333701, 30.1856509 ], [ 120.1332432, 30.1858781 ], [ 120.1328902, 30.1865741 ], [ 120.1319986, 30.188332 ], [ 120.13165, 30.1890609 ], [ 120.1316053, 30.1891544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1447326, 30.1837802 ], [ 120.1446811, 30.1836992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448489, 30.1836737 ], [ 120.1451918, 30.1843015 ], [ 120.1456102, 30.185043 ], [ 120.1456844, 30.185181 ], [ 120.1461168, 30.1859846 ], [ 120.1463073, 30.1863304 ], [ 120.1464468, 30.1866031 ], [ 120.1465239, 30.1867538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1463982, 30.1868466 ], [ 120.1463147, 30.1866727 ], [ 120.1461943, 30.1864076 ], [ 120.1458415, 30.1857214 ], [ 120.1455032, 30.1850634 ], [ 120.1451217, 30.1843813 ], [ 120.1447326, 30.1837802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1465239, 30.1867538 ], [ 120.1473955, 30.1862386 ], [ 120.1480076, 30.1859172 ], [ 120.149267, 30.1854916 ], [ 120.1508454, 30.1849581 ], [ 120.1520081, 30.1846905 ], [ 120.1523125, 30.1846609 ], [ 120.1526241, 30.1846515 ], [ 120.1531388, 30.1846468 ], [ 120.1545255, 30.1847164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545221, 30.184849 ], [ 120.1536114, 30.1847917 ], [ 120.1529199, 30.1847719 ], [ 120.152359, 30.1847985 ], [ 120.1518772, 30.1848563 ], [ 120.1509046, 30.1850863 ], [ 120.1506511, 30.1851725 ], [ 120.1481114, 30.1860359 ], [ 120.1468465, 30.1867426 ], [ 120.1465969, 30.1869092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.143581, 30.1886811 ], [ 120.1435015, 30.1885285 ], [ 120.1434782, 30.1884839 ], [ 120.143344, 30.1882264 ], [ 120.1433188, 30.1881776 ], [ 120.1429051, 30.1873774 ], [ 120.1426013, 30.18681 ], [ 120.1425147, 30.1866548 ], [ 120.1422488, 30.1861784 ], [ 120.1422121, 30.1859938 ], [ 120.1422525, 30.1858751 ], [ 120.1422797, 30.185795 ], [ 120.1424023, 30.1856471 ], [ 120.1446811, 30.1836992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1447326, 30.1837802 ], [ 120.1435904, 30.184726 ], [ 120.142459, 30.1856628 ], [ 120.1423003, 30.1858732 ], [ 120.1422634, 30.1860023 ], [ 120.1423203, 30.1862245 ], [ 120.1424481, 30.1864546 ], [ 120.1425402, 30.1866219 ], [ 120.1426352, 30.1867945 ], [ 120.1434186, 30.1882179 ], [ 120.1435634, 30.1885031 ], [ 120.1436461, 30.188644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1463982, 30.1868466 ], [ 120.1465239, 30.1867538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1465239, 30.1867538 ], [ 120.1465969, 30.1869092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1464608, 30.1869949 ], [ 120.1463982, 30.1868466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545255, 30.1847164 ], [ 120.1544812, 30.1840005 ], [ 120.1544743, 30.1834375 ], [ 120.1544722, 30.1832685 ], [ 120.1544808, 30.182654 ], [ 120.1544652, 30.1822399 ], [ 120.1544633, 30.1821901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "滨安路", "振业路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626729, 30.1852846 ], [ 120.1580515, 30.1842749 ], [ 120.1583244, 30.1828133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "振业路", "滨安路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1583244, 30.1828133 ], [ 120.1580515, 30.1842749 ], [ 120.1626729, 30.1852846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545255, 30.1847164 ], [ 120.1545221, 30.184849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545221, 30.184849 ], [ 120.1545255, 30.1847164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545255, 30.1847164 ], [ 120.1551978, 30.1848414 ], [ 120.1562981, 30.185091 ], [ 120.1567365, 30.1852789 ], [ 120.1582702, 30.1859193 ], [ 120.1620436, 30.187553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620157, 30.1876806 ], [ 120.1606976, 30.1871527 ], [ 120.1581995, 30.1860531 ], [ 120.157323, 30.1856872 ], [ 120.1565986, 30.1853693 ], [ 120.1562391, 30.185245 ], [ 120.1558107, 30.1851193 ], [ 120.1545221, 30.184849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "时代高架路", "上塘高架路", "复兴大桥", "中河高架路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1899254, 29.9972394 ], [ 120.1897068, 29.9974403 ], [ 120.189224, 29.9982069 ], [ 120.1889263, 29.9988782 ], [ 120.1887761, 29.9993346 ], [ 120.1886326, 29.9999804 ], [ 120.1884636, 30.0009188 ], [ 120.1884314, 30.0013997 ], [ 120.1884207, 30.0025309 ], [ 120.1885039, 30.0033485 ], [ 120.1886004, 30.0038084 ], [ 120.1886648, 30.0042497 ], [ 120.1888955, 30.005137 ], [ 120.1893246, 30.006828 ], [ 120.1894534, 30.0072762 ], [ 120.189786, 30.0085468 ], [ 120.1899657, 30.0093922 ], [ 120.1900321, 30.010756 ], [ 120.1899892, 30.0111787 ], [ 120.1898793, 30.0121124 ], [ 120.1895011, 30.0132969 ], [ 120.1889968, 30.0151781 ], [ 120.188687, 30.0159914 ], [ 120.1884049, 30.0169963 ], [ 120.1880083, 30.0188716 ], [ 120.1877898, 30.0210028 ], [ 120.1877093, 30.0224148 ], [ 120.1874733, 30.0246303 ], [ 120.1868886, 30.0300921 ], [ 120.1865614, 30.0332177 ], [ 120.1863585, 30.0350344 ], [ 120.1862288, 30.0363014 ], [ 120.1859737, 30.0381629 ], [ 120.1859284, 30.0384933 ], [ 120.1853544, 30.0435876 ], [ 120.1850486, 30.0445581 ], [ 120.1849681, 30.0448878 ], [ 120.184721, 30.0454535 ], [ 120.1829028, 30.0496149 ], [ 120.1815979, 30.0521543 ], [ 120.1811215, 30.05323 ], [ 120.1805343, 30.0545365 ], [ 120.1799064, 30.0559211 ], [ 120.1787988, 30.0584262 ], [ 120.1781768, 30.0601549 ], [ 120.1773667, 30.0631634 ], [ 120.1763314, 30.0681728 ], [ 120.1761894, 30.0690119 ], [ 120.1761537, 30.0697492 ], [ 120.1761491, 30.0698442 ], [ 120.1761439, 30.0699523 ], [ 120.1763654, 30.0710755 ], [ 120.1767767, 30.0718543 ], [ 120.1771624, 30.0722922 ], [ 120.1773614, 30.0725181 ], [ 120.1775293, 30.0726799 ], [ 120.1777943, 30.0729353 ], [ 120.1790836, 30.0741778 ], [ 120.1797635, 30.0748186 ], [ 120.1799578, 30.0750203 ], [ 120.184191, 30.0790555 ], [ 120.1848968, 30.0797885 ], [ 120.1851915, 30.0801428 ], [ 120.1854569, 30.0805161 ], [ 120.1857068, 30.0809417 ], [ 120.1860176, 30.0816003 ], [ 120.1862369, 30.0822316 ], [ 120.1863263, 30.0826115 ], [ 120.1863853, 30.0829967 ], [ 120.1864219, 30.0834312 ], [ 120.18643, 30.0838621 ], [ 120.1864056, 30.084374 ], [ 120.1863609, 30.0847996 ], [ 120.1862816, 30.0852464 ], [ 120.1860654, 30.0861571 ], [ 120.1855517, 30.0889579 ], [ 120.1853516, 30.0897942 ], [ 120.1852162, 30.0904366 ], [ 120.1851811, 30.0907963 ], [ 120.1851625, 30.0911943 ], [ 120.1851624, 30.09156 ], [ 120.1851881, 30.091968 ], [ 120.1854787, 30.0940563 ], [ 120.1857348, 30.0965818 ], [ 120.1859217, 30.0983061 ], [ 120.1860508, 30.099544 ], [ 120.1860839, 30.1000132 ], [ 120.1861082, 30.1004555 ], [ 120.1861219, 30.1008385 ], [ 120.1861233, 30.1010482 ], [ 120.1861157, 30.1012624 ], [ 120.1861007, 30.1015012 ], [ 120.1860653, 30.1017799 ], [ 120.1860302, 30.102015 ], [ 120.1860113, 30.1021419 ], [ 120.1859419, 30.1025166 ], [ 120.1858468, 30.1029847 ], [ 120.1857052, 30.103568 ], [ 120.1849452, 30.1066594 ], [ 120.184831, 30.1071239 ], [ 120.1847285, 30.107535 ], [ 120.184634, 30.1079356 ], [ 120.184558, 30.1082524 ], [ 120.1844703, 30.1086268 ], [ 120.1843687, 30.1090734 ], [ 120.1842725, 30.1094222 ], [ 120.1841881, 30.1097285 ], [ 120.1841002, 30.110011 ], [ 120.1840127, 30.1102602 ], [ 120.1839066, 30.1105492 ], [ 120.1837685, 30.1109151 ], [ 120.183657, 30.1111738 ], [ 120.1835385, 30.1114264 ], [ 120.1834164, 30.1116468 ], [ 120.1832447, 30.1119223 ], [ 120.1830961, 30.1121428 ], [ 120.182935, 30.1123632 ], [ 120.1827581, 30.1125944 ], [ 120.1818299, 30.1137938 ], [ 120.1811798, 30.114612 ], [ 120.1810212, 30.1148172 ], [ 120.1808394, 30.1150744 ], [ 120.1806484, 30.1153836 ], [ 120.1805344, 30.1156168 ], [ 120.1804281, 30.1158886 ], [ 120.1803356, 30.1161591 ], [ 120.1802463, 30.1164416 ], [ 120.1801554, 30.1167641 ], [ 120.1797653, 30.1180792 ], [ 120.1794663, 30.1190348 ], [ 120.1792079, 30.1198609 ], [ 120.1791194, 30.1201701 ], [ 120.1790433, 30.1203951 ], [ 120.1789619, 30.1206232 ], [ 120.1788522, 30.1208865 ], [ 120.178746, 30.121116 ], [ 120.1786239, 30.1213456 ], [ 120.1784912, 30.121563 ], [ 120.1783425, 30.1217895 ], [ 120.1765057, 30.1243273 ], [ 120.1762155, 30.1247329 ], [ 120.1760957, 30.1249029 ], [ 120.1760299, 30.1249963 ], [ 120.1758644, 30.1252674 ], [ 120.1757421, 30.1254963 ], [ 120.1756184, 30.1257662 ], [ 120.1755083, 30.1260439 ], [ 120.1754209, 30.1263195 ], [ 120.1753429, 30.1265762 ], [ 120.1752949, 30.1268031 ], [ 120.1752494, 30.1270989 ], [ 120.1752138, 30.1274067 ], [ 120.1751869, 30.1276238 ], [ 120.1751623, 30.1278721 ], [ 120.1751327, 30.1282259 ], [ 120.175103, 30.1285849 ], [ 120.1750776, 30.1289767 ], [ 120.175053, 30.1292818 ], [ 120.1750252, 30.1296123 ], [ 120.1747284, 30.1326536 ], [ 120.1747046, 30.1329972 ], [ 120.1746895, 30.1334227 ], [ 120.1746864, 30.1336633 ], [ 120.1746979, 30.1340551 ], [ 120.1747165, 30.1343015 ], [ 120.1747386, 30.1345104 ], [ 120.1747669, 30.1347415 ], [ 120.1748085, 30.1349895 ], [ 120.174858, 30.1352571 ], [ 120.1749104, 30.1355263 ], [ 120.1749889, 30.1358122 ], [ 120.1750539, 30.1360294 ], [ 120.1751251, 30.1362377 ], [ 120.1752074, 30.136468 ], [ 120.175306, 30.1367053 ], [ 120.1753944, 30.1369083 ], [ 120.1754859, 30.1370938 ], [ 120.175554, 30.137238 ], [ 120.1756475, 30.1374102 ], [ 120.1757522, 30.1375975 ], [ 120.1758904, 30.1378357 ], [ 120.1760337, 30.1380756 ], [ 120.1761394, 30.138247 ], [ 120.176236, 30.1383982 ], [ 120.1763498, 30.1385749 ], [ 120.1764586, 30.1387445 ], [ 120.1765917, 30.1389534 ], [ 120.177143, 30.1397904 ], [ 120.1772808, 30.1400145 ], [ 120.1774372, 30.140272 ], [ 120.1775493, 30.1404739 ], [ 120.1776625, 30.1406869 ], [ 120.1777723, 30.1409232 ], [ 120.1778925, 30.1411736 ], [ 120.1779976, 30.1414098 ], [ 120.1780817, 30.1416279 ], [ 120.1781853, 30.1419122 ], [ 120.1782931, 30.1422326 ], [ 120.1783517, 30.1424358 ], [ 120.1784141, 30.1426829 ], [ 120.1784718, 30.1429274 ], [ 120.1785119, 30.1431485 ], [ 120.1785799, 30.143619 ], [ 120.1786063, 30.1438486 ], [ 120.1786196, 30.1440698 ], [ 120.1786217, 30.1444282 ], [ 120.1786055, 30.1449611 ], [ 120.1785978, 30.1451382 ], [ 120.1785832, 30.1453241 ], [ 120.178557, 30.1455545 ], [ 120.1785185, 30.1457917 ], [ 120.178476, 30.1460326 ], [ 120.1784251, 30.1463017 ], [ 120.1783573, 30.1465762 ], [ 120.1782616, 30.1469341 ], [ 120.1781156, 30.1474113 ], [ 120.1779575, 30.1479717 ], [ 120.177835, 30.1484183 ], [ 120.1777291, 30.1488716 ], [ 120.1776823, 30.1490983 ], [ 120.1776355, 30.1493463 ], [ 120.177593, 30.1495882 ], [ 120.1775573, 30.1498463 ], [ 120.1775216, 30.1501025 ], [ 120.1774981, 30.1503181 ], [ 120.1774829, 30.1504431 ], [ 120.1774704, 30.150578 ], [ 120.1774525, 30.1508498 ], [ 120.1774389, 30.1510775 ], [ 120.1774285, 30.1513755 ], [ 120.1774232, 30.1519609 ], [ 120.1774241, 30.1522123 ], [ 120.1774266, 30.1524716 ], [ 120.1774368, 30.1526424 ], [ 120.1774502, 30.1528238 ], [ 120.1774694, 30.1531682 ], [ 120.1774802, 30.153297 ], [ 120.1774987, 30.1535471 ], [ 120.1775396, 30.1538953 ], [ 120.1776368, 30.154501 ], [ 120.177663, 30.1546615 ], [ 120.1777095, 30.1548977 ], [ 120.1777612, 30.1551267 ], [ 120.1778331, 30.1554243 ], [ 120.1779268, 30.1557837 ], [ 120.1780211, 30.1561028 ], [ 120.1780914, 30.1563275 ], [ 120.1781688, 30.1565675 ], [ 120.1783325, 30.1570321 ], [ 120.1785416, 30.1575475 ], [ 120.1787423, 30.1579905 ], [ 120.1788758, 30.1582676 ], [ 120.1790303, 30.158585 ], [ 120.1792375, 30.1589901 ], [ 120.1794151, 30.1593061 ], [ 120.1795694, 30.1595616 ], [ 120.1799416, 30.1601255 ], [ 120.1802997, 30.1606073 ], [ 120.1804649, 30.1608351 ], [ 120.1813141, 30.1618835 ], [ 120.1821755, 30.1630804 ], [ 120.1824804, 30.1636541 ], [ 120.1828039, 30.1644054 ], [ 120.1831627, 30.1657621 ], [ 120.1833955, 30.1670105 ], [ 120.1834279, 30.1671843 ], [ 120.1834924, 30.1676158 ], [ 120.1835288, 30.168128 ], [ 120.183558, 30.1685654 ], [ 120.1835532, 30.1688174 ], [ 120.1835626, 30.1692043 ], [ 120.1835886, 30.16974 ], [ 120.183593, 30.1701707 ], [ 120.1836023, 30.1707629 ], [ 120.1836393, 30.1715792 ], [ 120.1836766, 30.1724453 ], [ 120.1837019, 30.1731056 ], [ 120.183774, 30.1749027 ], [ 120.1838095, 30.1758141 ], [ 120.1838809, 30.1775723 ], [ 120.1839235, 30.1792031 ], [ 120.1839446, 30.1798111 ], [ 120.1839746, 30.1810953 ], [ 120.1839827, 30.1815286 ], [ 120.1840246, 30.1831649 ], [ 120.1840563, 30.1840544 ], [ 120.1840651, 30.1844202 ], [ 120.1841174, 30.1865111 ], [ 120.1841349, 30.1871132 ], [ 120.184136, 30.1878805 ], [ 120.1841267, 30.1883572 ], [ 120.184121, 30.1886315 ], [ 120.1840825, 30.18905 ], [ 120.1839983, 30.1897822 ], [ 120.1838564, 30.1905289 ], [ 120.1837538, 30.1911002 ], [ 120.1835838, 30.1921876 ], [ 120.1833939, 30.1930914 ], [ 120.1832618, 30.1938577 ], [ 120.1831179, 30.1946924 ], [ 120.1830345, 30.1951569 ], [ 120.1828847, 30.1959049 ], [ 120.1828042, 30.1963184 ], [ 120.1825464, 30.1971985 ], [ 120.1823564, 30.1977156 ], [ 120.1822573, 30.1979706 ], [ 120.1821582, 30.1982151 ], [ 120.181618, 30.19944 ], [ 120.1812534, 30.2001526 ], [ 120.1810256, 30.2005184 ], [ 120.1806155, 30.2011949 ], [ 120.1798452, 30.2023984 ], [ 120.1783658, 30.2045031 ], [ 120.1781739, 30.2047984 ], [ 120.1761407, 30.2080176 ], [ 120.1740207, 30.211304 ], [ 120.1722281, 30.214078 ], [ 120.1714424, 30.2153136 ], [ 120.1710019, 30.2160099 ], [ 120.1708088, 30.2163019 ], [ 120.1704065, 30.2167979 ], [ 120.1701016, 30.2171857 ], [ 120.1693309, 30.2183817 ], [ 120.1686956, 30.2193603 ], [ 120.1678912, 30.2207671 ], [ 120.1676221, 30.2212345 ], [ 120.1672178, 30.2218819 ], [ 120.166818, 30.2227433 ], [ 120.1666205, 30.2233136 ], [ 120.1663938, 30.2240433 ], [ 120.166319, 30.2244988 ], [ 120.1662805, 30.2247163 ], [ 120.1659551, 30.2275656 ], [ 120.1658318, 30.2287836 ], [ 120.1657007, 30.2310268 ], [ 120.1657289, 30.2314065 ], [ 120.1659712, 30.2325457 ], [ 120.1660726, 30.2331542 ], [ 120.1661064, 30.2341618 ], [ 120.1661339, 30.2350574 ], [ 120.1662698, 30.2359191 ], [ 120.1664895, 30.237029 ], [ 120.1667713, 30.2381242 ], [ 120.1669685, 30.2387376 ], [ 120.1673234, 30.2397793 ], [ 120.1674296, 30.2401726 ], [ 120.1674904, 30.2404134 ], [ 120.1676277, 30.2409572 ], [ 120.1677122, 30.2417555 ], [ 120.1677673, 30.2425069 ], [ 120.1677627, 30.2432641 ], [ 120.1677605, 30.2436272 ], [ 120.1677579, 30.2440654 ], [ 120.167752, 30.2452006 ], [ 120.1677303, 30.2460225 ], [ 120.1676693, 30.2484352 ], [ 120.1676553, 30.2490041 ], [ 120.1676052, 30.2494904 ], [ 120.1675157, 30.2504205 ], [ 120.167438, 30.2512941 ], [ 120.1674252, 30.251694 ], [ 120.1674265, 30.2519506 ], [ 120.1671036, 30.2559399 ], [ 120.1670052, 30.2576266 ], [ 120.1669842, 30.2580878 ], [ 120.1669736, 30.2583743 ], [ 120.1669762, 30.2592093 ], [ 120.1669614, 30.2597026 ], [ 120.1669731, 30.2603698 ], [ 120.1669384, 30.2635128 ], [ 120.1668905, 30.2645061 ], [ 120.1666546, 30.2666742 ], [ 120.1664642, 30.2705251 ], [ 120.1664224, 30.2707593 ], [ 120.1663501, 30.2711479 ], [ 120.166295, 30.2715859 ], [ 120.1662943, 30.2720404 ], [ 120.1663165, 30.2727133 ], [ 120.166311, 30.2738996 ], [ 120.1662404, 30.2743081 ], [ 120.166237, 30.2744187 ], [ 120.1661819, 30.2751997 ], [ 120.1661828, 30.275921 ], [ 120.1661839, 30.2762133 ], [ 120.1661453, 30.2764 ], [ 120.1660884, 30.2766628 ], [ 120.1660619, 30.276912 ], [ 120.1658851, 30.2777098 ], [ 120.1658254, 30.2779577 ], [ 120.1657906, 30.2781261 ], [ 120.1657409, 30.2784744 ], [ 120.1657013, 30.2787423 ], [ 120.1656752, 30.2789932 ], [ 120.1656199, 30.2792828 ], [ 120.1654623, 30.2798123 ], [ 120.1653552, 30.2803099 ], [ 120.1652251, 30.2808652 ], [ 120.1651159, 30.2813877 ], [ 120.1650471, 30.2817027 ], [ 120.1647861, 30.2829736 ], [ 120.1647201, 30.2832472 ], [ 120.1646634, 30.2834676 ], [ 120.1645623, 30.2837859 ], [ 120.1644712, 30.2840025 ], [ 120.1643111, 30.2843899 ], [ 120.1638827, 30.2851306 ], [ 120.1633892, 30.2858455 ], [ 120.1626305, 30.2869629 ], [ 120.1622302, 30.2875576 ], [ 120.161561, 30.2884963 ], [ 120.1603743, 30.2902439 ], [ 120.1581756, 30.2934636 ], [ 120.156233, 30.2962327 ], [ 120.1557609, 30.2970391 ], [ 120.1555406, 30.2973496 ], [ 120.1551901, 30.2977163 ], [ 120.154917, 30.2979807 ], [ 120.151378, 30.3013829 ], [ 120.151077, 30.3016765 ], [ 120.1503442, 30.3024051 ], [ 120.1495993, 30.3031215 ], [ 120.1481822, 30.3045012 ], [ 120.1444145, 30.3081507 ], [ 120.1435362, 30.3092041 ], [ 120.1433541, 30.3094986 ], [ 120.143159, 30.3099574 ], [ 120.143056, 30.3103931 ], [ 120.1430023, 30.3109024 ], [ 120.1428306, 30.3126449 ], [ 120.1426916, 30.3140929 ], [ 120.1426084, 30.3153017 ], [ 120.142546, 30.3159333 ], [ 120.142432, 30.3166343 ], [ 120.1422704, 30.31785 ], [ 120.1418434, 30.3212285 ], [ 120.141489, 30.3241094 ], [ 120.1412424, 30.326105 ], [ 120.1406942, 30.3303288 ], [ 120.140538, 30.3315281 ], [ 120.1402189, 30.3338542 ], [ 120.1401277, 30.3348411 ], [ 120.140089, 30.3358835 ], [ 120.1400104, 30.3377456 ], [ 120.1399912, 30.3383658 ], [ 120.1399624, 30.3387871 ], [ 120.1398927, 30.3391002 ], [ 120.1398056, 30.3394428 ], [ 120.1397101, 30.3397474 ], [ 120.1395341, 30.3401053 ], [ 120.1393952, 30.3404112 ], [ 120.1390691, 30.3408747 ], [ 120.1388344, 30.3411771 ], [ 120.1384971, 30.3415333 ], [ 120.1377864, 30.3421053 ], [ 120.1369747, 30.3425924 ], [ 120.1360719, 30.3429254 ], [ 120.1351692, 30.3431106 ], [ 120.1294026, 30.3436868 ], [ 120.1285215, 30.3437922 ], [ 120.1280578, 30.3438591 ], [ 120.1276206, 30.3439603 ], [ 120.1270171, 30.3441361 ], [ 120.1264005, 30.344369 ], [ 120.1258211, 30.3446408 ], [ 120.1253821, 30.3448794 ], [ 120.1249125, 30.3452115 ], [ 120.1243867, 30.345629 ], [ 120.1239833, 30.346017 ], [ 120.1237941, 30.3462318 ], [ 120.1234541, 30.3467 ], [ 120.1230794, 30.34727 ], [ 120.1229256, 30.3475688 ], [ 120.1227915, 30.3478846 ], [ 120.1226046, 30.3483007 ], [ 120.1220954, 30.3494975 ], [ 120.1217996, 30.3501512 ], [ 120.1214547, 30.3509523 ], [ 120.1195555, 30.3554366 ], [ 120.1191173, 30.3566477 ], [ 120.1189133, 30.3573122 ], [ 120.1187279, 30.3579767 ], [ 120.1182327, 30.3606114 ], [ 120.1177834, 30.3630438 ], [ 120.1176008, 30.3639746 ], [ 120.1175334, 30.3643181 ], [ 120.1173296, 30.3655008 ], [ 120.1170182, 30.3671653 ], [ 120.1167445, 30.3686439 ], [ 120.1156044, 30.3745154 ], [ 120.1154663, 30.3753941 ], [ 120.1154462, 30.3755405 ], [ 120.1153658, 30.3761372 ], [ 120.1153469, 30.3762811 ], [ 120.1153371, 30.3764351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1542786, 30.18999 ], [ 120.1543585, 30.1891815 ], [ 120.1543716, 30.1890488 ], [ 120.1543729, 30.189036 ], [ 120.1544046, 30.188715 ], [ 120.1544751, 30.1876246 ], [ 120.1544762, 30.1875544 ], [ 120.1544868, 30.1869013 ], [ 120.1544994, 30.186306 ], [ 120.1545221, 30.184849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545221, 30.184849 ], [ 120.1544994, 30.186306 ], [ 120.1544868, 30.1869013 ], [ 120.1544762, 30.1875544 ], [ 120.1544751, 30.1876246 ], [ 120.1544046, 30.188715 ], [ 120.1543729, 30.189036 ], [ 120.1543716, 30.1890488 ], [ 120.1543585, 30.1891815 ], [ 120.1542786, 30.18999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1465969, 30.1869092 ], [ 120.1464608, 30.1869949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1436461, 30.188644 ], [ 120.1440218, 30.1883938 ], [ 120.1447828, 30.1878983 ], [ 120.1463982, 30.1868466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1464608, 30.1869949 ], [ 120.1455195, 30.1875981 ], [ 120.1441184, 30.1884958 ], [ 120.1437096, 30.1887482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1465969, 30.1869092 ], [ 120.1469719, 30.1878503 ], [ 120.1472175, 30.1884665 ], [ 120.147933, 30.190262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477627, 30.1903101 ], [ 120.1473805, 30.1893173 ], [ 120.1469416, 30.1882091 ], [ 120.1464608, 30.1869949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.143581, 30.1886811 ], [ 120.1436461, 30.188644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1436461, 30.188644 ], [ 120.1437096, 30.1887482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1436484, 30.188786 ], [ 120.143581, 30.1886811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1437096, 30.1887482 ], [ 120.1436484, 30.188786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1395993, 30.1901856 ], [ 120.13996, 30.1901282 ], [ 120.1402182, 30.1900871 ], [ 120.1408383, 30.1899707 ], [ 120.1409133, 30.1899482 ], [ 120.1415462, 30.1897585 ], [ 120.1417752, 30.18966 ], [ 120.1418845, 30.18961 ], [ 120.1426987, 30.1892027 ], [ 120.143581, 30.1886811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1608758, 30.1915892 ], [ 120.1609519, 30.1913316 ], [ 120.1609548, 30.1913218 ], [ 120.1616225, 30.1890604 ], [ 120.1620157, 30.1876806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162148, 30.1877315 ], [ 120.1618498, 30.1887089 ], [ 120.1617081, 30.189173 ], [ 120.1611055, 30.1913512 ], [ 120.1610264, 30.1916371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1542729, 30.1900633 ], [ 120.1542786, 30.18999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1542786, 30.18999 ], [ 120.1542729, 30.1900633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1542786, 30.18999 ], [ 120.1559067, 30.190335 ], [ 120.156012, 30.1903573 ], [ 120.1563329, 30.1904225 ], [ 120.1579068, 30.1907422 ], [ 120.158641, 30.1909256 ], [ 120.1592875, 30.1911266 ], [ 120.1596649, 30.191244 ], [ 120.1600356, 30.191344 ], [ 120.1607455, 30.1915512 ], [ 120.1608758, 30.1915892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1608489, 30.1916929 ], [ 120.1607047, 30.1916413 ], [ 120.1607041, 30.1916411 ], [ 120.1596378, 30.1912889 ], [ 120.1591955, 30.1911499 ], [ 120.1586274, 30.1909713 ], [ 120.1579058, 30.1907793 ], [ 120.1562785, 30.1904533 ], [ 120.1562532, 30.1904484 ], [ 120.1542729, 30.1900633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1608758, 30.1915892 ], [ 120.1610264, 30.1916371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1608489, 30.1916929 ], [ 120.1608758, 30.1915892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1610264, 30.1916371 ], [ 120.1609992, 30.191746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609992, 30.191746 ], [ 120.1608489, 30.1916929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1436484, 30.188786 ], [ 120.1427572, 30.1892651 ], [ 120.1419258, 30.1896568 ], [ 120.1415592, 30.189809 ], [ 120.1412626, 30.1899043 ], [ 120.1409214, 30.1899964 ], [ 120.1408491, 30.1900159 ], [ 120.1402052, 30.1901562 ], [ 120.1395993, 30.1901856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.147933, 30.190262 ], [ 120.1492996, 30.1899128 ], [ 120.1503512, 30.1896386 ], [ 120.1506316, 30.1895683 ], [ 120.1508981, 30.1895263 ], [ 120.1512435, 30.1895019 ], [ 120.151431, 30.1894887 ], [ 120.1517886, 30.1895288 ], [ 120.1518241, 30.1895348 ], [ 120.1524088, 30.1896343 ], [ 120.1530103, 30.1897459 ], [ 120.1542786, 30.18999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "滨盛路", "西环路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1437096, 30.1887482 ], [ 120.1449563, 30.1910845 ], [ 120.1477627, 30.1903101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1542729, 30.1900633 ], [ 120.1534217, 30.1899199 ], [ 120.1529042, 30.1898328 ], [ 120.1521629, 30.1896694 ], [ 120.1517638, 30.1896176 ], [ 120.1514163, 30.1895756 ], [ 120.1510129, 30.1896019 ], [ 120.1506495, 30.1896356 ], [ 120.1497988, 30.1898675 ], [ 120.1479327, 30.1903761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "滨盛路", "西环路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477593, 30.190416 ], [ 120.146295, 30.1907934 ], [ 120.1448952, 30.1911712 ], [ 120.1444585, 30.1903224 ], [ 120.1436484, 30.188786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477627, 30.1903101 ], [ 120.147933, 30.190262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.147933, 30.190262 ], [ 120.1479327, 30.1903761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477593, 30.190416 ], [ 120.1477627, 30.1903101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1479327, 30.1903761 ], [ 120.1477593, 30.190416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1479327, 30.1903761 ], [ 120.1478716, 30.1922049 ], [ 120.1478601, 30.1925481 ], [ 120.1478322, 30.19312 ], [ 120.1478307, 30.1931507 ], [ 120.14779, 30.1939848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300606, 30.1784539 ], [ 120.1297838, 30.1784448 ], [ 120.12836, 30.1784304 ], [ 120.1282639, 30.1784283 ], [ 120.1281686, 30.1784263 ], [ 120.1261661, 30.1783994 ], [ 120.1259662, 30.1784338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1314252, 30.1890423 ], [ 120.1312596, 30.1889348 ], [ 120.1301272, 30.1882001 ], [ 120.1280673, 30.1866421 ], [ 120.1279214, 30.1864473 ], [ 120.1277307, 30.1861927 ], [ 120.1266575, 30.1847597 ], [ 120.1263564, 30.1821637 ], [ 120.1263402, 30.1820238 ], [ 120.1260843, 30.1801826 ], [ 120.1259662, 30.1784338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259662, 30.1784338 ], [ 120.1260843, 30.1801826 ], [ 120.1263402, 30.1820238 ], [ 120.1263564, 30.1821637 ], [ 120.1266575, 30.1847597 ], [ 120.1277307, 30.1861927 ], [ 120.1279214, 30.1864473 ], [ 120.1280673, 30.1866421 ], [ 120.1301272, 30.1882001 ], [ 120.1312596, 30.1889348 ], [ 120.1314252, 30.1890423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316053, 30.1891544 ], [ 120.1314252, 30.1890423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1314252, 30.1890423 ], [ 120.1316053, 30.1891544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1288994, 30.1984633 ], [ 120.1290151, 30.1983657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290151, 30.1983657 ], [ 120.1290196, 30.1985107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290196, 30.1985107 ], [ 120.1288994, 30.1984633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329213, 30.2045046 ], [ 120.1325449, 30.2038128 ], [ 120.1324242, 30.2034535 ], [ 120.132384, 30.2030572 ], [ 120.132274, 30.2019468 ], [ 120.1322834, 30.2017665 ], [ 120.1322123, 30.2016292 ], [ 120.1321531, 30.2015588 ], [ 120.1313904, 30.2012034 ], [ 120.1310947, 30.2010598 ], [ 120.1309758, 30.2009546 ], [ 120.1308927, 30.2008109 ], [ 120.1305573, 30.2002479 ], [ 120.130481, 30.2001231 ], [ 120.1299172, 30.1997023 ], [ 120.1297107, 30.1995482 ], [ 120.1294289, 30.1993379 ], [ 120.1292293, 30.1991654 ], [ 120.1288389, 30.198828 ], [ 120.1287983, 30.1986391 ], [ 120.1288994, 30.1984633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290196, 30.1985107 ], [ 120.1289232, 30.1986553 ], [ 120.1289299, 30.1987551 ], [ 120.1290035, 30.1988467 ], [ 120.1295412, 30.1992722 ], [ 120.1297048, 30.199395 ], [ 120.1303989, 30.199916 ], [ 120.1307671, 30.2001381 ], [ 120.1309833, 30.2002176 ], [ 120.1317141, 30.2005445 ], [ 120.1319548, 30.2006324 ], [ 120.1321404, 30.200698 ], [ 120.1322392, 30.2007645 ], [ 120.1323062, 30.2008549 ], [ 120.1323143, 30.2009546 ], [ 120.1323009, 30.2014345 ], [ 120.1322955, 30.2015573 ], [ 120.1323389, 30.2017669 ], [ 120.1323491, 30.2020465 ], [ 120.1324832, 30.2031962 ], [ 120.1324993, 30.203377 ], [ 120.1326039, 30.203741 ], [ 120.1327863, 30.2040794 ], [ 120.1329794, 30.2044434 ], [ 120.1330654, 30.2045842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1542729, 30.1900633 ], [ 120.1541921, 30.1910943 ], [ 120.154163, 30.1914653 ], [ 120.1541414, 30.1917412 ], [ 120.1541098, 30.1921448 ], [ 120.1540643, 30.1927255 ], [ 120.1540351, 30.1930975 ], [ 120.1539178, 30.1945943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1539178, 30.1945943 ], [ 120.1540351, 30.1930975 ], [ 120.1540643, 30.1927255 ], [ 120.1541098, 30.1921448 ], [ 120.1541414, 30.1917412 ], [ 120.154163, 30.1914653 ], [ 120.1541921, 30.1910943 ], [ 120.1542729, 30.1900633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597132, 30.1957578 ], [ 120.1603856, 30.193347 ], [ 120.1604139, 30.1932455 ], [ 120.1605045, 30.1929206 ], [ 120.1607844, 30.1919171 ], [ 120.1608489, 30.1916929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609992, 30.191746 ], [ 120.1609398, 30.1919488 ], [ 120.1609267, 30.1919937 ], [ 120.1600216, 30.1950685 ], [ 120.1598042, 30.1957887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1539099, 30.194695 ], [ 120.1539178, 30.1945943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1539178, 30.1945943 ], [ 120.1539099, 30.194695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597132, 30.1957578 ], [ 120.1582846, 30.1952717 ], [ 120.1574008, 30.194971 ], [ 120.1571167, 30.1948743 ], [ 120.1539178, 30.1945943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1539178, 30.1945943 ], [ 120.1571167, 30.1948743 ], [ 120.1574008, 30.194971 ], [ 120.1582846, 30.1952717 ], [ 120.1597132, 30.1957578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598042, 30.1957887 ], [ 120.1597132, 30.1957578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597132, 30.1957578 ], [ 120.1598042, 30.1957887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东信大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1476447, 30.1939668 ], [ 120.1476696, 30.1931953 ], [ 120.1476908, 30.1925393 ], [ 120.1477593, 30.190416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.14779, 30.1939848 ], [ 120.1476447, 30.1939668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1476447, 30.1939668 ], [ 120.14779, 30.1939848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.14779, 30.1939848 ], [ 120.1481682, 30.1940384 ], [ 120.1498935, 30.1944418 ], [ 120.1506094, 30.1944592 ], [ 120.1507299, 30.1944621 ], [ 120.150835, 30.1944647 ], [ 120.1516398, 30.1944842 ], [ 120.1539178, 30.1945943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1539178, 30.1945943 ], [ 120.1516398, 30.1944842 ], [ 120.150835, 30.1944647 ], [ 120.1507299, 30.1944621 ], [ 120.1506094, 30.1944592 ], [ 120.1498935, 30.1944418 ], [ 120.1481682, 30.1940384 ], [ 120.14779, 30.1939848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422956, 30.2025015 ], [ 120.1415669, 30.2023082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422956, 30.2025015 ], [ 120.1424002, 30.2024065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1424002, 30.2024065 ], [ 120.1425807, 30.2025813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425807, 30.2025813 ], [ 120.1422956, 30.2025015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428, 30.2029237 ], [ 120.1425187, 30.2027535 ], [ 120.1422867, 30.202626 ], [ 120.1420882, 30.2025275 ], [ 120.1417516, 30.2023907 ], [ 120.1415669, 30.2023082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777768, 30.1838696 ], [ 120.1776215, 30.1838692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841163, 30.1838084 ], [ 120.1841161, 30.183932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838501, 30.1839304 ], [ 120.1838449, 30.1838182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838501, 30.1839304 ], [ 120.1805599, 30.1838889 ], [ 120.1798376, 30.1838839 ], [ 120.1777768, 30.1838696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841161, 30.183932 ], [ 120.1838501, 30.1839304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774734, 30.1860834 ], [ 120.1776215, 30.1838692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777768, 30.1838696 ], [ 120.1776399, 30.1860915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776399, 30.1860915 ], [ 120.1774734, 30.1860834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774734, 30.1860834 ], [ 120.1776399, 30.1860915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776399, 30.1860915 ], [ 120.1803009, 30.186221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662753, 30.1861499 ], [ 120.1664118, 30.1836344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664118, 30.1836344 ], [ 120.1662753, 30.1861499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1628017, 30.1853277 ], [ 120.1626729, 30.1852846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1626729, 30.1852846 ], [ 120.1628017, 30.1853277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1628017, 30.1853277 ], [ 120.1662753, 30.1861499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662753, 30.1861499 ], [ 120.1628017, 30.1853277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620436, 30.187553 ], [ 120.1620975, 30.187374 ], [ 120.1621874, 30.1870645 ], [ 120.1626729, 30.1852846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1628017, 30.1853277 ], [ 120.1623215, 30.1871317 ], [ 120.162241, 30.1874227 ], [ 120.1621913, 30.18761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662753, 30.1861499 ], [ 120.169464, 30.1869251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169464, 30.1869251 ], [ 120.1662753, 30.1861499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803009, 30.186221 ], [ 120.1776399, 30.1860915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1839108, 30.1887857 ], [ 120.1839425, 30.1884142 ], [ 120.1839928, 30.1877401 ], [ 120.1839939, 30.1874572 ], [ 120.1839944, 30.1873245 ], [ 120.1839042, 30.185114 ], [ 120.1838501, 30.1839304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841161, 30.183932 ], [ 120.184111, 30.1844122 ], [ 120.1841363, 30.1854478 ], [ 120.184186, 30.1871893 ], [ 120.184189, 30.1874326 ], [ 120.1841995, 30.1882703 ], [ 120.1841766, 30.1887843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776399, 30.1860915 ], [ 120.1775835, 30.1871356 ], [ 120.1774847, 30.1883015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1772949, 30.1883248 ], [ 120.1774173, 30.1871151 ], [ 120.1774734, 30.1860834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1772949, 30.1883248 ], [ 120.1774847, 30.1883015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774847, 30.1883015 ], [ 120.1774546, 30.1883994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774546, 30.1883994 ], [ 120.1772949, 30.1883248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774847, 30.1883015 ], [ 120.1785493, 30.1883814 ], [ 120.1792077, 30.1884236 ], [ 120.1798209, 30.1884724 ], [ 120.1799649, 30.1884839 ], [ 120.180123, 30.1884931 ], [ 120.181621, 30.1885981 ], [ 120.1827954, 30.1886998 ], [ 120.1833779, 30.1887372 ], [ 120.1835812, 30.1887622 ], [ 120.1837996, 30.1887795 ], [ 120.1839108, 30.1887857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838965, 30.1889089 ], [ 120.1837905, 30.1889075 ], [ 120.1835606, 30.1888867 ], [ 120.1833575, 30.1888713 ], [ 120.1825287, 30.1887935 ], [ 120.1816486, 30.1887261 ], [ 120.1813704, 30.1887076 ], [ 120.1800774, 30.1886219 ], [ 120.179978, 30.18861 ], [ 120.1798057, 30.1885987 ], [ 120.1792126, 30.1885529 ], [ 120.178436, 30.1884888 ], [ 120.1774546, 30.1883994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653067, 30.1890079 ], [ 120.1654118, 30.1887577 ], [ 120.1654785, 30.1885506 ], [ 120.1656022, 30.1882091 ], [ 120.1662753, 30.1861499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "诚业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662753, 30.1861499 ], [ 120.1656022, 30.1882091 ], [ 120.1654785, 30.1885506 ], [ 120.1654118, 30.1887577 ], [ 120.1653067, 30.1890079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620436, 30.187553 ], [ 120.1621913, 30.18761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620157, 30.1876806 ], [ 120.1620436, 30.187553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "火炬大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621913, 30.18761 ], [ 120.162148, 30.1877315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162148, 30.1877315 ], [ 120.1620157, 30.1876806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621913, 30.18761 ], [ 120.1635726, 30.188216 ], [ 120.1642214, 30.1885091 ], [ 120.1653067, 30.1890079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169464, 30.1869251 ], [ 120.1692357, 30.1879725 ], [ 120.1689507, 30.1890505 ], [ 120.1688893, 30.1892825 ], [ 120.1688594, 30.1893957 ], [ 120.1687159, 30.1899579 ], [ 120.1686478, 30.190226 ], [ 120.1686139, 30.1903795 ], [ 120.1685847, 30.190447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685847, 30.190447 ], [ 120.1686139, 30.1903795 ], [ 120.1686478, 30.190226 ], [ 120.1687159, 30.1899579 ], [ 120.1688594, 30.1893957 ], [ 120.1688893, 30.1892825 ], [ 120.1689507, 30.1890505 ], [ 120.1692357, 30.1879725 ], [ 120.169464, 30.1869251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685457, 30.1905316 ], [ 120.1673093, 30.189959 ], [ 120.1669435, 30.1898378 ], [ 120.1666516, 30.1897149 ], [ 120.1649637, 30.1890171 ], [ 120.1637335, 30.1884321 ], [ 120.1635141, 30.1883157 ], [ 120.162148, 30.1877315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169464, 30.1869251 ], [ 120.1695257, 30.1860989 ], [ 120.1695576, 30.1856715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695576, 30.1856715 ], [ 120.1695257, 30.1860989 ], [ 120.169464, 30.1869251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1772949, 30.1883248 ], [ 120.1760762, 30.1880923 ], [ 120.1734638, 30.1876532 ], [ 120.169464, 30.1869251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169464, 30.1869251 ], [ 120.1734638, 30.1876532 ], [ 120.1760762, 30.1880923 ], [ 120.1772949, 30.1883248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1763783, 30.1913608 ], [ 120.1744907, 30.1907823 ], [ 120.1728737, 30.1902867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1728737, 30.1902867 ], [ 120.1744907, 30.1907823 ], [ 120.1763783, 30.1913608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176558, 30.1914111 ], [ 120.1763783, 30.1913608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1763783, 30.1913608 ], [ 120.176558, 30.1914111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685847, 30.190447 ], [ 120.1711448, 30.1914946 ], [ 120.1722815, 30.1920056 ], [ 120.17336, 30.1924769 ], [ 120.1738497, 30.1926909 ], [ 120.1756924, 30.1934963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1756202, 30.1936585 ], [ 120.1722173, 30.1921171 ], [ 120.1715034, 30.1917892 ], [ 120.171031, 30.1915723 ], [ 120.1685457, 30.1905316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1839108, 30.1887857 ], [ 120.1841766, 30.1887843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838965, 30.1889089 ], [ 120.1839108, 30.1887857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1841766, 30.1887843 ], [ 120.184165, 30.1889118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184165, 30.1889118 ], [ 120.1838965, 30.1889089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1763783, 30.1913608 ], [ 120.1766107, 30.1906241 ], [ 120.1767609, 30.1901804 ], [ 120.1768198, 30.1899988 ], [ 120.1772949, 30.1883248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774546, 30.1883994 ], [ 120.1773793, 30.1886357 ], [ 120.1769558, 30.1900256 ], [ 120.176558, 30.1914111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.18359, 30.1909152 ], [ 120.1837132, 30.1902931 ], [ 120.1837643, 30.1899324 ], [ 120.1838929, 30.1889366 ], [ 120.1838965, 30.1889089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184165, 30.1889118 ], [ 120.1841516, 30.1890099 ], [ 120.1840186, 30.1899808 ], [ 120.1838688, 30.1909578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795328, 30.1901794 ], [ 120.1814395, 30.1906093 ], [ 120.1828534, 30.1908155 ], [ 120.1833914, 30.1908858 ], [ 120.1834475, 30.1908941 ], [ 120.1835303, 30.1909064 ], [ 120.18359, 30.1909152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.18359, 30.1909152 ], [ 120.1835303, 30.1909064 ], [ 120.1834475, 30.1908941 ], [ 120.1833914, 30.1908858 ], [ 120.1828534, 30.1908155 ], [ 120.1814395, 30.1906093 ], [ 120.1795328, 30.1901794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653067, 30.1890079 ], [ 120.1661874, 30.1893958 ], [ 120.1672055, 30.1898056 ], [ 120.1676926, 30.1900029 ], [ 120.1685847, 30.190447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685847, 30.190447 ], [ 120.1685457, 30.1905316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685457, 30.1905316 ], [ 120.1685847, 30.190447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.168003, 30.1917371 ], [ 120.1684982, 30.190654 ], [ 120.1685457, 30.1905316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685457, 30.1905316 ], [ 120.1684982, 30.190654 ], [ 120.168003, 30.1917371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1610264, 30.1916371 ], [ 120.1612611, 30.1917194 ], [ 120.1613277, 30.1917428 ], [ 120.1620072, 30.1920588 ], [ 120.1629194, 30.1924221 ], [ 120.1638274, 30.1928037 ], [ 120.1639991, 30.1928759 ], [ 120.164702, 30.1931565 ], [ 120.166129, 30.193733 ], [ 120.16691, 30.1940527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.168003, 30.1917371 ], [ 120.1673583, 30.193103 ], [ 120.16691, 30.1940527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.16691, 30.1940527 ], [ 120.1673583, 30.193103 ], [ 120.168003, 30.1917371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668502, 30.1941576 ], [ 120.1660813, 30.1938364 ], [ 120.1639621, 30.192981 ], [ 120.1627324, 30.1924859 ], [ 120.1623518, 30.1923327 ], [ 120.1617335, 30.1920658 ], [ 120.1611986, 30.1918328 ], [ 120.1609992, 30.191746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668502, 30.1941576 ], [ 120.16691, 30.1940527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838688, 30.1909578 ], [ 120.1837027, 30.1919332 ], [ 120.1835772, 30.1925857 ], [ 120.1835665, 30.1926414 ], [ 120.1835514, 30.1927196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1832135, 30.1928105 ], [ 120.1832751, 30.1925502 ], [ 120.183379, 30.1921108 ], [ 120.1834989, 30.1914892 ], [ 120.18359, 30.1909152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1832135, 30.1928105 ], [ 120.1831441, 30.1927991 ], [ 120.1830829, 30.192789 ], [ 120.1830071, 30.1927765 ], [ 120.1825717, 30.1927184 ], [ 120.1822473, 30.1926788 ], [ 120.1789263, 30.1920847 ], [ 120.176558, 30.1914111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176558, 30.1914111 ], [ 120.1789263, 30.1920847 ], [ 120.1822473, 30.1926788 ], [ 120.1825717, 30.1927184 ], [ 120.1830071, 30.1927765 ], [ 120.1830829, 30.192789 ], [ 120.1831441, 30.1927991 ], [ 120.1832135, 30.1928105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1832135, 30.1928105 ], [ 120.1835514, 30.1927196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1835514, 30.1927196 ], [ 120.1835183, 30.1928719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1835183, 30.1928719 ], [ 120.1832135, 30.1928105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1758581, 30.193541 ], [ 120.1764858, 30.1937789 ], [ 120.1771816, 30.1940776 ], [ 120.1779551, 30.1944096 ], [ 120.1781633, 30.1944981 ], [ 120.1786666, 30.1947089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1788444, 30.1949101 ], [ 120.1780018, 30.1945966 ], [ 120.1773111, 30.1943293 ], [ 120.1764366, 30.1939851 ], [ 120.1757623, 30.193726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824739, 30.1963346 ], [ 120.1824934, 30.1962369 ], [ 120.182502, 30.1961938 ], [ 120.1825625, 30.1958919 ], [ 120.1827428, 30.194993 ], [ 120.1831656, 30.1930325 ], [ 120.1832135, 30.1928105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1756924, 30.1934963 ], [ 120.1757719, 30.1933317 ], [ 120.1759602, 30.1928048 ], [ 120.1762044, 30.1919788 ], [ 120.1762853, 30.1916822 ], [ 120.1763783, 30.1913608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176558, 30.1914111 ], [ 120.1762849, 30.1922305 ], [ 120.1760419, 30.1929849 ], [ 120.1759102, 30.1934064 ], [ 120.1758581, 30.193541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751421, 30.1945408 ], [ 120.1742905, 30.1941781 ], [ 120.1734763, 30.1938046 ], [ 120.1730381, 30.1935961 ], [ 120.1727691, 30.1934691 ], [ 120.1716827, 30.1930278 ], [ 120.1694946, 30.1922588 ], [ 120.168003, 30.1917371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.168003, 30.1917371 ], [ 120.1694946, 30.1922588 ], [ 120.1716827, 30.1930278 ], [ 120.1727691, 30.1934691 ], [ 120.1730381, 30.1935961 ], [ 120.1734763, 30.1938046 ], [ 120.1742905, 30.1941781 ], [ 120.1751421, 30.1945408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1756924, 30.1934963 ], [ 120.1758581, 30.193541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1756202, 30.1936585 ], [ 120.1756924, 30.1934963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1758581, 30.193541 ], [ 120.1757623, 30.193726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1757623, 30.193726 ], [ 120.1756202, 30.1936585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751421, 30.1945408 ], [ 120.175593, 30.1937245 ], [ 120.1756202, 30.1936585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1757623, 30.193726 ], [ 120.1757328, 30.193793 ], [ 120.1753078, 30.1946104 ], [ 120.1750392, 30.1951405 ], [ 120.1740141, 30.1970353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.16691, 30.1940527 ], [ 120.16792, 30.1944756 ], [ 120.1683443, 30.1946533 ], [ 120.1686322, 30.1947736 ], [ 120.1689715, 30.1949154 ], [ 120.1698084, 30.1952652 ], [ 120.1703345, 30.1954738 ], [ 120.1715536, 30.195997 ], [ 120.1719314, 30.1961577 ], [ 120.1722244, 30.196271 ], [ 120.1728078, 30.1964967 ], [ 120.1734968, 30.1968146 ], [ 120.1738926, 30.1969733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738282, 30.1970861 ], [ 120.1734522, 30.1969117 ], [ 120.1724499, 30.1964822 ], [ 120.1720279, 30.1963013 ], [ 120.1702713, 30.1955898 ], [ 120.1698324, 30.1954096 ], [ 120.1687113, 30.1949188 ], [ 120.1686254, 30.1948812 ], [ 120.1668502, 30.1941576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738926, 30.1969733 ], [ 120.1742716, 30.196253 ], [ 120.1749152, 30.1949884 ], [ 120.1751421, 30.1945408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738926, 30.1969733 ], [ 120.1740141, 30.1970353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738282, 30.1970861 ], [ 120.1738926, 30.1969733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740141, 30.1970353 ], [ 120.1739526, 30.1971302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739526, 30.1971302 ], [ 120.1738282, 30.1970861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171996, 30.2004875 ], [ 120.1721628, 30.2001721 ], [ 120.1727796, 30.1990057 ], [ 120.1734306, 30.1978139 ], [ 120.1738282, 30.1970861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739526, 30.1971302 ], [ 120.1729252, 30.1990577 ], [ 120.1722024, 30.2003886 ], [ 120.1721143, 30.2005657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171996, 30.2004875 ], [ 120.1721143, 30.2005657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1476447, 30.1939668 ], [ 120.1453651, 30.1936847 ], [ 120.1451262, 30.1936357 ], [ 120.1447892, 30.1935214 ], [ 120.1416607, 30.1924608 ], [ 120.1407989, 30.1922499 ], [ 120.1407322, 30.1922327 ], [ 120.1391568, 30.191827 ], [ 120.1389964, 30.1917908 ], [ 120.1386396, 30.1917075 ], [ 120.1378153, 30.1914702 ], [ 120.137361, 30.1913382 ], [ 120.1370015, 30.1912478 ], [ 120.1367558, 30.1911575 ], [ 120.1363723, 30.191018 ], [ 120.1362071, 30.1909788 ], [ 120.1349955, 30.1906913 ], [ 120.1342973, 30.1905071 ], [ 120.1339948, 30.1903985 ], [ 120.1336462, 30.1902551 ], [ 120.1329918, 30.189924 ], [ 120.1322397, 30.1895283 ], [ 120.1318681, 30.1893233 ], [ 120.1316828, 30.1892045 ], [ 120.1316053, 30.1891544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316053, 30.1891544 ], [ 120.1316828, 30.1892045 ], [ 120.1318681, 30.1893233 ], [ 120.1322397, 30.1895283 ], [ 120.1329918, 30.189924 ], [ 120.1336462, 30.1902551 ], [ 120.1339948, 30.1903985 ], [ 120.1342973, 30.1905071 ], [ 120.1349955, 30.1906913 ], [ 120.1362071, 30.1909788 ], [ 120.1363723, 30.191018 ], [ 120.1367558, 30.1911575 ], [ 120.1370015, 30.1912478 ], [ 120.137361, 30.1913382 ], [ 120.1378153, 30.1914702 ], [ 120.1386396, 30.1917075 ], [ 120.1389964, 30.1917908 ], [ 120.1391568, 30.191827 ], [ 120.1407322, 30.1922327 ], [ 120.1407989, 30.1922499 ], [ 120.1416607, 30.1924608 ], [ 120.1447892, 30.1935214 ], [ 120.1451262, 30.1936357 ], [ 120.1453651, 30.1936847 ], [ 120.1476447, 30.1939668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "江南大道", "钱塘江大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1395993, 30.1901856 ], [ 120.1393596, 30.1902212 ], [ 120.1387867, 30.190262 ], [ 120.1383959, 30.1902504 ], [ 120.1382035, 30.1902248 ], [ 120.1379746, 30.1901467 ], [ 120.1377097, 30.1900548 ], [ 120.1375228, 30.1900413 ], [ 120.1373743, 30.1900833 ], [ 120.1372798, 30.1901354 ], [ 120.1372095, 30.1902015 ], [ 120.1371339, 30.190293 ], [ 120.1367593, 30.191028 ], [ 120.1341436, 30.1961641 ], [ 120.1323896, 30.199699 ], [ 120.1315555, 30.2013696 ], [ 120.1314336, 30.2016137 ], [ 120.1314191, 30.2017598 ], [ 120.1314733, 30.2018761 ], [ 120.131817, 30.2022305 ], [ 120.1319413, 30.2024457 ], [ 120.1322691, 30.2037949 ], [ 120.1322785, 30.2040672 ], [ 120.1322463, 30.2042815 ], [ 120.1322988, 30.2044642 ], [ 120.1324331, 30.2046295 ], [ 120.1326486, 30.2047661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "江南大道", "钱塘江大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1326486, 30.2047661 ], [ 120.1324331, 30.2046295 ], [ 120.1322988, 30.2044642 ], [ 120.1322463, 30.2042815 ], [ 120.1322785, 30.2040672 ], [ 120.1322691, 30.2037949 ], [ 120.1319413, 30.2024457 ], [ 120.131817, 30.2022305 ], [ 120.1314733, 30.2018761 ], [ 120.1314191, 30.2017598 ], [ 120.1314336, 30.2016137 ], [ 120.1315555, 30.2013696 ], [ 120.1323896, 30.199699 ], [ 120.1341436, 30.1961641 ], [ 120.1367593, 30.191028 ], [ 120.1371339, 30.190293 ], [ 120.1372095, 30.1902015 ], [ 120.1372798, 30.1901354 ], [ 120.1373743, 30.1900833 ], [ 120.1375228, 30.1900413 ], [ 120.1377097, 30.1900548 ], [ 120.1379746, 30.1901467 ], [ 120.1382035, 30.1902248 ], [ 120.1383959, 30.1902504 ], [ 120.1387867, 30.190262 ], [ 120.1393596, 30.1902212 ], [ 120.1395993, 30.1901856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290151, 30.1983657 ], [ 120.129759, 30.1986755 ], [ 120.1325897, 30.1997255 ], [ 120.1336722, 30.2001627 ], [ 120.1343646, 30.200386 ], [ 120.1351217, 30.2005875 ], [ 120.1370713, 30.2010294 ], [ 120.1383916, 30.2013793 ], [ 120.139331, 30.2016284 ], [ 120.1404736, 30.2019264 ], [ 120.140674, 30.2019786 ], [ 120.1407639, 30.202002 ], [ 120.1414669, 30.2021853 ], [ 120.1420067, 30.2023073 ], [ 120.1424002, 30.2024065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1415669, 30.2023082 ], [ 120.1408673, 30.2021286 ], [ 120.1407356, 30.2020956 ], [ 120.1407301, 30.2020942 ], [ 120.1406436, 30.2020725 ], [ 120.1393102, 30.2017379 ], [ 120.1392016, 30.2017071 ], [ 120.1389969, 30.201649 ], [ 120.1383473, 30.2014648 ], [ 120.1371227, 30.201141 ], [ 120.1370448, 30.2011204 ], [ 120.1357438, 30.2008339 ], [ 120.1348299, 30.2006291 ], [ 120.1341139, 30.2004368 ], [ 120.1336369, 30.2002738 ], [ 120.1321676, 30.1996857 ], [ 120.1308907, 30.1992091 ], [ 120.1290196, 30.1985107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329926, 30.2046139 ], [ 120.1329213, 30.2045046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330654, 30.2045842 ], [ 120.1329926, 30.2046139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1326486, 30.2047661 ], [ 120.1327877, 30.204645 ], [ 120.1328708, 30.2045685 ], [ 120.132899, 30.2045396 ], [ 120.1329213, 30.2045046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329926, 30.2046139 ], [ 120.1328427, 30.2046728 ], [ 120.132734, 30.2047609 ], [ 120.1326856, 30.2047899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428, 30.2029237 ], [ 120.1426299, 30.2027438 ], [ 120.1422956, 30.2025015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1485768, 30.2045488 ], [ 120.1481677, 30.2045521 ], [ 120.1476549, 30.2045122 ], [ 120.1469777, 30.2043914 ], [ 120.1464812, 30.2042565 ], [ 120.1462892, 30.2042443 ], [ 120.1461688, 30.2042072 ], [ 120.1460031, 30.2041097 ], [ 120.145588, 30.2039167 ], [ 120.1453018, 30.203734 ], [ 120.1451326, 30.2036398 ], [ 120.1449313, 30.2035914 ], [ 120.144805, 30.2035323 ], [ 120.1445648, 30.2033949 ], [ 120.1434971, 30.2029558 ], [ 120.1425807, 30.2025813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1424002, 30.2024065 ], [ 120.1443835, 30.2031736 ], [ 120.1451454, 30.2034957 ], [ 120.1453201, 30.2036094 ], [ 120.1456603, 30.2038345 ], [ 120.1460802, 30.204033 ], [ 120.1467638, 30.2042453 ], [ 120.1474423, 30.2043922 ], [ 120.1480176, 30.2044594 ], [ 120.1488091, 30.204473 ], [ 120.1491979, 30.2044896 ], [ 120.1495302, 30.2045719 ], [ 120.151976, 30.2053309 ], [ 120.1533028, 30.2057761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425807, 30.2025813 ], [ 120.1431922, 30.2031876 ], [ 120.1433507, 30.2033686 ], [ 120.1434596, 30.203493 ], [ 120.1438629, 30.2040591 ], [ 120.1439992, 30.2041982 ], [ 120.1443361, 30.2045673 ], [ 120.1446465, 30.2047981 ], [ 120.1456834, 30.2053571 ], [ 120.1457387, 30.2053873 ], [ 120.1462068, 30.2056432 ], [ 120.1472763, 30.2062279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "复兴路", "复兴路 Fuxing Road" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1471853, 30.2063459 ], [ 120.146506, 30.2059636 ], [ 120.1461742, 30.2057768 ], [ 120.1459719, 30.2056647 ], [ 120.1456426, 30.2054823 ], [ 120.1445906, 30.2048995 ], [ 120.1442899, 30.204664 ], [ 120.1441011, 30.204462 ], [ 120.1437781, 30.2040872 ], [ 120.1433992, 30.2035549 ], [ 120.1433826, 30.2035332 ], [ 120.1431433, 30.2032399 ], [ 120.1428, 30.2029237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532091, 30.2059 ], [ 120.1520786, 30.2054817 ], [ 120.1504604, 30.2049518 ], [ 120.1491416, 30.2045796 ], [ 120.148875, 30.2045466 ], [ 120.1485768, 30.2045488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水澄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472763, 30.2062279 ], [ 120.1477142, 30.2056601 ], [ 120.147956, 30.2053466 ], [ 120.1479906, 30.2053017 ], [ 120.1480087, 30.2052783 ], [ 120.1480607, 30.2052108 ], [ 120.1481434, 30.2051036 ], [ 120.1481888, 30.2050448 ], [ 120.1485768, 30.2045488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水澄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1485768, 30.2045488 ], [ 120.1481888, 30.2050448 ], [ 120.1481434, 30.2051036 ], [ 120.1480607, 30.2052108 ], [ 120.1480087, 30.2052783 ], [ 120.1479906, 30.2053017 ], [ 120.147956, 30.2053466 ], [ 120.1477142, 30.2056601 ], [ 120.1472763, 30.2062279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水澄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472763, 30.2062279 ], [ 120.1471853, 30.2063459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水澄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1471853, 30.2063459 ], [ 120.1472763, 30.2062279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南复路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532091, 30.2059 ], [ 120.1533028, 30.2057761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1533028, 30.2057761 ], [ 120.1533152, 30.2059355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1533152, 30.2059355 ], [ 120.1532091, 30.2059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1533028, 30.2057761 ], [ 120.1546597, 30.2062465 ], [ 120.1549738, 30.2063662 ], [ 120.1555291, 30.2065778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.155475, 30.2066825 ], [ 120.154694, 30.2064025 ], [ 120.1543823, 30.2062958 ], [ 120.1539067, 30.2061331 ], [ 120.1533152, 30.2059355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南复路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1533152, 30.2059355 ], [ 120.1532114, 30.2060729 ], [ 120.1530284, 30.2063407 ], [ 120.1528485, 30.2065528 ], [ 120.1526076, 30.2069224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "化仙桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1555291, 30.2065778 ], [ 120.155475, 30.2066825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "化仙桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.155475, 30.2066825 ], [ 120.1555291, 30.2065778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1555291, 30.2065778 ], [ 120.1558322, 30.2066933 ], [ 120.1582339, 30.2077623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "化仙桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545643, 30.2078888 ], [ 120.1551495, 30.2071136 ], [ 120.155475, 30.2066825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1326856, 30.2047899 ], [ 120.1326486, 30.2047661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1326486, 30.2047661 ], [ 120.1326856, 30.2047899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330654, 30.2045842 ], [ 120.1333389, 30.2050321 ], [ 120.1334381, 30.2052561 ], [ 120.1334703, 30.2053289 ], [ 120.1334649, 30.2054517 ], [ 120.1333813, 30.2055396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1333813, 30.2055396 ], [ 120.1333979, 30.2053996 ], [ 120.1333751, 30.2052929 ], [ 120.1332678, 30.2051063 ], [ 120.1330948, 30.2047967 ], [ 120.1329926, 30.2046139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1326856, 30.2047899 ], [ 120.1332811, 30.2053144 ], [ 120.1333373, 30.2054058 ], [ 120.1333813, 30.2055396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1333813, 30.2055396 ], [ 120.1333373, 30.2054058 ], [ 120.1332811, 30.2053144 ], [ 120.1326856, 30.2047899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319674, 30.2069551 ], [ 120.1320974, 30.2067471 ], [ 120.1323225, 30.2064874 ], [ 120.1326177, 30.2062276 ], [ 120.1330158, 30.2059082 ], [ 120.1332636, 30.2057415 ], [ 120.1333468, 30.2056335 ], [ 120.1333813, 30.2055396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1333813, 30.2055396 ], [ 120.1333468, 30.2056335 ], [ 120.1332636, 30.2057415 ], [ 120.1330158, 30.2059082 ], [ 120.1326177, 30.2062276 ], [ 120.1323225, 30.2064874 ], [ 120.1320974, 30.2067471 ], [ 120.1319674, 30.2069551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "虎玉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319674, 30.2069551 ], [ 120.1322244, 30.2070482 ], [ 120.1323946, 30.2070659 ], [ 120.1324222, 30.2070688 ], [ 120.1325623, 30.2070249 ], [ 120.1326628, 30.2069324 ], [ 120.1327723, 30.2068162 ], [ 120.1328946, 30.2067028 ], [ 120.1330723, 30.2066102 ], [ 120.1331591, 30.206593 ], [ 120.1332516, 30.2065746 ], [ 120.1334245, 30.2065567 ], [ 120.1335657, 30.2065818 ], [ 120.1337363, 30.2066241 ], [ 120.1340184, 30.206784 ], [ 120.1345101, 30.2070805 ], [ 120.1350634, 30.2073838 ], [ 120.1354307, 30.2075259 ], [ 120.1357113, 30.2076114 ], [ 120.1361168, 30.2077306 ], [ 120.1367575, 30.2078527 ], [ 120.1371324, 30.2078819 ], [ 120.1377179, 30.2079275 ], [ 120.1379813, 30.2079542 ], [ 120.1381977, 30.2079761 ], [ 120.139073, 30.2079808 ], [ 120.1391099, 30.2079826 ], [ 120.1393301, 30.2079855 ], [ 120.1397106, 30.2080328 ], [ 120.1400297, 30.2081116 ], [ 120.1407009, 30.2083701 ], [ 120.1408119, 30.2084129 ], [ 120.141077, 30.208515 ], [ 120.1428072, 30.2091155 ], [ 120.1432959, 30.2092851 ], [ 120.1433731, 30.2093084 ], [ 120.1438728, 30.2095073 ], [ 120.1443526, 30.2096549 ], [ 120.1448051, 30.209783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "虎玉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448051, 30.209783 ], [ 120.1443526, 30.2096549 ], [ 120.1438728, 30.2095073 ], [ 120.1433731, 30.2093084 ], [ 120.1432959, 30.2092851 ], [ 120.1428072, 30.2091155 ], [ 120.141077, 30.208515 ], [ 120.1408119, 30.2084129 ], [ 120.1407009, 30.2083701 ], [ 120.1400297, 30.2081116 ], [ 120.1397106, 30.2080328 ], [ 120.1393301, 30.2079855 ], [ 120.1391099, 30.2079826 ], [ 120.139073, 30.2079808 ], [ 120.1381977, 30.2079761 ], [ 120.1379813, 30.2079542 ], [ 120.1377179, 30.2079275 ], [ 120.1371324, 30.2078819 ], [ 120.1367575, 30.2078527 ], [ 120.1361168, 30.2077306 ], [ 120.1357113, 30.2076114 ], [ 120.1354307, 30.2075259 ], [ 120.1350634, 30.2073838 ], [ 120.1345101, 30.2070805 ], [ 120.1340184, 30.206784 ], [ 120.1337363, 30.2066241 ], [ 120.1335657, 30.2065818 ], [ 120.1334245, 30.2065567 ], [ 120.1332516, 30.2065746 ], [ 120.1331591, 30.206593 ], [ 120.1330723, 30.2066102 ], [ 120.1328946, 30.2067028 ], [ 120.1327723, 30.2068162 ], [ 120.1326628, 30.2069324 ], [ 120.1325623, 30.2070249 ], [ 120.1324222, 30.2070688 ], [ 120.1323946, 30.2070659 ], [ 120.1322244, 30.2070482 ], [ 120.1319674, 30.2069551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "化仙桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.155475, 30.2066825 ], [ 120.1551495, 30.2071136 ], [ 120.1545643, 30.2078888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1581658, 30.2078895 ], [ 120.1568989, 30.2073214 ], [ 120.1567094, 30.2072364 ], [ 120.1558564, 30.206854 ], [ 120.155475, 30.2066825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545643, 30.2078888 ], [ 120.1536346, 30.2074285 ], [ 120.1531763, 30.2072026 ], [ 120.1526076, 30.2069224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1526076, 30.2069224 ], [ 120.1531763, 30.2072026 ], [ 120.1536346, 30.2074285 ], [ 120.1545643, 30.2078888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1581658, 30.2078895 ], [ 120.1582339, 30.2077623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1582339, 30.2077623 ], [ 120.1581658, 30.2078895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1582339, 30.2077623 ], [ 120.1586675, 30.2079553 ], [ 120.1610978, 30.2090745 ], [ 120.1616031, 30.209324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157226, 30.2092294 ], [ 120.1565044, 30.208866 ], [ 120.1553881, 30.2083037 ], [ 120.1550071, 30.2081118 ], [ 120.1548146, 30.2080149 ], [ 120.1545643, 30.2078888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545643, 30.2078888 ], [ 120.1548146, 30.2080149 ], [ 120.1550071, 30.2081118 ], [ 120.1553881, 30.2083037 ], [ 120.1565044, 30.208866 ], [ 120.157226, 30.2092294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1581658, 30.2078895 ], [ 120.1576796, 30.2085827 ], [ 120.1576326, 30.2086498 ], [ 120.1572633, 30.2091762 ], [ 120.157226, 30.2092294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472763, 30.2062279 ], [ 120.1485033, 30.2069464 ], [ 120.1499252, 30.207711 ], [ 120.1503925, 30.2079622 ], [ 120.1512203, 30.2084258 ], [ 120.1514678, 30.2085644 ], [ 120.1518, 30.2087505 ], [ 120.1521893, 30.2089872 ], [ 120.1524927, 30.2091615 ], [ 120.152755, 30.2093122 ], [ 120.1532801, 30.2096369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532019, 30.2097427 ], [ 120.1526901, 30.209415 ], [ 120.1526053, 30.2093621 ], [ 120.1521256, 30.2090749 ], [ 120.1510972, 30.2084799 ], [ 120.1503204, 30.2080387 ], [ 120.1493935, 30.2075337 ], [ 120.1491592, 30.207406 ], [ 120.1488093, 30.207209 ], [ 120.1487534, 30.2071793 ], [ 120.1484638, 30.2070254 ], [ 120.1471853, 30.2063459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水澄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1471853, 30.2063459 ], [ 120.1467698, 30.2065592 ], [ 120.1461065, 30.2068348 ], [ 120.1458952, 30.207072 ], [ 120.1457565, 30.2073091 ], [ 120.1455213, 30.2079846 ], [ 120.1454417, 30.2082294 ], [ 120.1452366, 30.2087253 ], [ 120.1451412, 30.2089328 ], [ 120.1450583, 30.2091433 ], [ 120.1449662, 30.2093992 ], [ 120.1448051, 30.209783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水澄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448051, 30.209783 ], [ 120.1449662, 30.2093992 ], [ 120.1450583, 30.2091433 ], [ 120.1451412, 30.2089328 ], [ 120.1452366, 30.2087253 ], [ 120.1454417, 30.2082294 ], [ 120.1455213, 30.2079846 ], [ 120.1457565, 30.2073091 ], [ 120.1458952, 30.207072 ], [ 120.1461065, 30.2068348 ], [ 120.1467698, 30.2065592 ], [ 120.1471853, 30.2063459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南复路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497512, 30.2107243 ], [ 120.1497674, 30.2105953 ], [ 120.1499738, 30.2102684 ], [ 120.1507705, 30.2092161 ], [ 120.1511673, 30.2086708 ], [ 120.151412, 30.2083559 ], [ 120.1522109, 30.2072528 ], [ 120.1523405, 30.2070617 ], [ 120.1525921, 30.2066907 ], [ 120.1529351, 30.2062306 ], [ 120.1532091, 30.2059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "复兴大桥", "上塘高架路", "时代高架路", "中河高架路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1151893, 30.3763789 ], [ 120.1152257, 30.376146 ], [ 120.1153253, 30.3754921 ], [ 120.1154928, 30.3745039 ], [ 120.1166315, 30.3686956 ], [ 120.1169195, 30.3671458 ], [ 120.1172208, 30.3655003 ], [ 120.1175066, 30.3639615 ], [ 120.1176817, 30.3630011 ], [ 120.1181188, 30.3606152 ], [ 120.1186047, 30.3580074 ], [ 120.1187775, 30.3572956 ], [ 120.118969, 30.3566643 ], [ 120.119238, 30.3559381 ], [ 120.1196468, 30.3549809 ], [ 120.1208788, 30.3520784 ], [ 120.1213814, 30.3508916 ], [ 120.1219861, 30.3494582 ], [ 120.1227012, 30.3478759 ], [ 120.1228652, 30.3475119 ], [ 120.1229649, 30.3472949 ], [ 120.1230181, 30.347198 ], [ 120.1231451, 30.3470037 ], [ 120.1233943, 30.3466096 ], [ 120.1239172, 30.3459558 ], [ 120.1243159, 30.3455725 ], [ 120.1248372, 30.3451463 ], [ 120.1252858, 30.3448255 ], [ 120.1258803, 30.3445022 ], [ 120.1263692, 30.3442728 ], [ 120.1269557, 30.3440558 ], [ 120.1275522, 30.3438814 ], [ 120.1280269, 30.3437749 ], [ 120.1285149, 30.3437054 ], [ 120.1288932, 30.343664 ], [ 120.1293951, 30.3436091 ], [ 120.1352353, 30.3430063 ], [ 120.1361225, 30.3428038 ], [ 120.1369841, 30.3424699 ], [ 120.1377724, 30.3419966 ], [ 120.1384302, 30.3414572 ], [ 120.1386729, 30.3411979 ], [ 120.1389429, 30.3408956 ], [ 120.1391907, 30.3405655 ], [ 120.139355, 30.3402747 ], [ 120.1395173, 30.3399703 ], [ 120.1396671, 30.3395966 ], [ 120.1397833, 30.3391813 ], [ 120.1398489, 30.3388641 ], [ 120.139896, 30.3384249 ], [ 120.1399259, 30.3378493 ], [ 120.1399382, 30.3372928 ], [ 120.1399975, 30.3359016 ], [ 120.1400414, 30.3348544 ], [ 120.140062, 30.3346507 ], [ 120.1401868, 30.333419 ], [ 120.1404646, 30.3312547 ], [ 120.1405944, 30.3303141 ], [ 120.1411133, 30.3260857 ], [ 120.1413901, 30.3241008 ], [ 120.1417517, 30.3212096 ], [ 120.1420635, 30.318693 ], [ 120.1421695, 30.3178505 ], [ 120.1423434, 30.3166302 ], [ 120.1424449, 30.3159538 ], [ 120.1425147, 30.315297 ], [ 120.1425845, 30.3140876 ], [ 120.1426302, 30.3136574 ], [ 120.1427362, 30.3125842 ], [ 120.142895, 30.3108933 ], [ 120.1429597, 30.3103986 ], [ 120.1430672, 30.3098946 ], [ 120.1432346, 30.3094542 ], [ 120.1434661, 30.3091152 ], [ 120.1443238, 30.3080974 ], [ 120.1479144, 30.304648 ], [ 120.1498962, 30.3026905 ], [ 120.1509788, 30.3016074 ], [ 120.1512065, 30.3013648 ], [ 120.1548464, 30.2979341 ], [ 120.1550795, 30.2976885 ], [ 120.1553126, 30.2974405 ], [ 120.1553737, 30.2973755 ], [ 120.1556078, 30.2970495 ], [ 120.1561741, 30.2961713 ], [ 120.1580764, 30.2934243 ], [ 120.1602843, 30.2901954 ], [ 120.1614713, 30.2884504 ], [ 120.1621257, 30.2875363 ], [ 120.1624453, 30.2870666 ], [ 120.1633117, 30.2858118 ], [ 120.1637992, 30.2850953 ], [ 120.1642115, 30.2843875 ], [ 120.1643764, 30.2839991 ], [ 120.1644594, 30.2837711 ], [ 120.1645732, 30.283444 ], [ 120.1646345, 30.283236 ], [ 120.164705, 30.2829429 ], [ 120.1648842, 30.2820331 ], [ 120.1650236, 30.2814246 ], [ 120.1651462, 30.2808796 ], [ 120.1652815, 30.2802827 ], [ 120.1655111, 30.2791733 ], [ 120.165542, 30.2788193 ], [ 120.1655881, 30.2783829 ], [ 120.1656713, 30.2779077 ], [ 120.1657251, 30.2776098 ], [ 120.1657802, 30.2772953 ], [ 120.1658938, 30.2763588 ], [ 120.1658953, 30.2763397 ], [ 120.1659833, 30.2753517 ], [ 120.1660682, 30.2746237 ], [ 120.1661094, 30.2743327 ], [ 120.1660943, 30.2737363 ], [ 120.1661156, 30.2727009 ], [ 120.1661187, 30.2721642 ], [ 120.1661241, 30.2719744 ], [ 120.1661795, 30.2715531 ], [ 120.1662638, 30.2711468 ], [ 120.1663842, 30.2705008 ], [ 120.1665657, 30.2666869 ], [ 120.1666212, 30.2660925 ], [ 120.1668425, 30.2635018 ], [ 120.1668745, 30.260386 ], [ 120.1668802, 30.2596599 ], [ 120.1668678, 30.2585537 ], [ 120.1668628, 30.2582077 ], [ 120.1668922, 30.2578159 ], [ 120.1669086, 30.2575157 ], [ 120.1669739, 30.2564007 ], [ 120.1671966, 30.2532783 ], [ 120.1673125, 30.251949 ], [ 120.1673122, 30.2517046 ], [ 120.1673493, 30.2511846 ], [ 120.1674167, 30.2506703 ], [ 120.1674348, 30.25041 ], [ 120.167469, 30.2498526 ], [ 120.167499, 30.2495609 ], [ 120.1675509, 30.249011 ], [ 120.1675798, 30.2484352 ], [ 120.167633, 30.2460187 ], [ 120.1676522, 30.2451844 ], [ 120.1676394, 30.2440747 ], [ 120.1676607, 30.2432618 ], [ 120.1676809, 30.2424933 ], [ 120.1676338, 30.2417535 ], [ 120.1675474, 30.2409662 ], [ 120.1673801, 30.2404224 ], [ 120.1672488, 30.2398055 ], [ 120.1668874, 30.2387535 ], [ 120.166691, 30.2381426 ], [ 120.1664082, 30.2370294 ], [ 120.1661882, 30.2359231 ], [ 120.1660502, 30.2350498 ], [ 120.1660311, 30.234165 ], [ 120.1659996, 30.2331537 ], [ 120.1658897, 30.2325428 ], [ 120.165654, 30.2314227 ], [ 120.1656054, 30.231004 ], [ 120.1657073, 30.2296408 ], [ 120.1659054, 30.2275671 ], [ 120.1662118, 30.2246346 ], [ 120.1662751, 30.2242907 ], [ 120.1663218, 30.2240372 ], [ 120.1664703, 30.2234826 ], [ 120.1667043, 30.222795 ], [ 120.1671024, 30.2219004 ], [ 120.167606, 30.2210442 ], [ 120.1686152, 30.2193089 ], [ 120.1692457, 30.2183439 ], [ 120.1700771, 30.2170229 ], [ 120.1705674, 30.2162384 ], [ 120.1712361, 30.2152676 ], [ 120.1720989, 30.2140383 ], [ 120.173913, 30.2112588 ], [ 120.1759864, 30.2080195 ], [ 120.1775942, 30.2054871 ], [ 120.1780678, 30.2047587 ], [ 120.1797352, 30.2023353 ], [ 120.1804867, 30.201164 ], [ 120.180624, 30.20095 ], [ 120.1811183, 30.2001832 ], [ 120.1814874, 30.1994567 ], [ 120.1818909, 30.1985777 ], [ 120.1821012, 30.1981006 ], [ 120.1822933, 30.1976193 ], [ 120.1824365, 30.1971767 ], [ 120.1825707, 30.1967471 ], [ 120.1826804, 30.1963596 ], [ 120.1827799, 30.1959058 ], [ 120.1829171, 30.1952008 ], [ 120.1829409, 30.1950159 ], [ 120.1831993, 30.1935082 ], [ 120.1832815, 30.1930499 ], [ 120.1834667, 30.1921627 ], [ 120.1836805, 30.1910014 ], [ 120.1838079, 30.1903411 ], [ 120.1838824, 30.1898012 ], [ 120.1839608, 30.1890463 ], [ 120.183986, 30.1886772 ], [ 120.1840016, 30.1883767 ], [ 120.1840291, 30.1878641 ], [ 120.1840434, 30.1871175 ], [ 120.1840158, 30.186543 ], [ 120.1839484, 30.1844787 ], [ 120.1839297, 30.1840728 ], [ 120.1839016, 30.1832072 ], [ 120.1838386, 30.1815262 ], [ 120.1838311, 30.181088 ], [ 120.183785, 30.1799874 ], [ 120.1837705, 30.1792373 ], [ 120.1837617, 30.1785383 ], [ 120.1837372, 30.1775607 ], [ 120.1836815, 30.1758228 ], [ 120.1836351, 30.1748182 ], [ 120.1835844, 30.1730844 ], [ 120.1835583, 30.1724437 ], [ 120.1835275, 30.1718379 ], [ 120.1834509, 30.1712647 ], [ 120.183369, 30.1707935 ], [ 120.1832571, 30.1701237 ], [ 120.1830652, 30.1690414 ], [ 120.1829795, 30.168414 ], [ 120.182814, 30.1673836 ], [ 120.1825991, 30.16646 ], [ 120.181996, 30.1647204 ], [ 120.181198, 30.1631646 ], [ 120.180265, 30.1614878 ], [ 120.1798762, 30.1608554 ], [ 120.1796792, 30.1604961 ], [ 120.1794178, 30.1599633 ], [ 120.1792779, 30.1596748 ], [ 120.1789632, 30.1590347 ], [ 120.1787608, 30.1585986 ], [ 120.1785346, 30.158109 ], [ 120.1784252, 30.1578659 ], [ 120.1783282, 30.1576309 ], [ 120.1781983, 30.1572989 ], [ 120.1780884, 30.1570123 ], [ 120.1779535, 30.1566265 ], [ 120.177851, 30.1563352 ], [ 120.1776743, 30.1557395 ], [ 120.1775901, 30.1553907 ], [ 120.1774663, 30.1548585 ], [ 120.1773263, 30.1541651 ], [ 120.177249, 30.1532323 ], [ 120.1772085, 30.1526176 ], [ 120.1771978, 30.1519914 ], [ 120.1772046, 30.1514748 ], [ 120.1772103, 30.1510832 ], [ 120.1772324, 30.1507482 ], [ 120.177266, 30.150377 ], [ 120.1773298, 30.1498804 ], [ 120.1773827, 30.1495494 ], [ 120.1774496, 30.1492083 ], [ 120.1774993, 30.1489819 ], [ 120.1775583, 30.1487583 ], [ 120.1776763, 30.148319 ], [ 120.1779646, 30.1473738 ], [ 120.17814, 30.1468211 ], [ 120.1782282, 30.1465082 ], [ 120.1783054, 30.1461835 ], [ 120.1783702, 30.1458561 ], [ 120.1784118, 30.1456205 ], [ 120.1784441, 30.1453981 ], [ 120.1784662, 30.1451962 ], [ 120.178479, 30.1450155 ], [ 120.1784901, 30.144802 ], [ 120.1784923, 30.1444386 ], [ 120.1784923, 30.1441174 ], [ 120.1784567, 30.1437078 ], [ 120.1784056, 30.1433155 ], [ 120.1783122, 30.1427982 ], [ 120.1782232, 30.1424636 ], [ 120.1781254, 30.1421501 ], [ 120.1780516, 30.141927 ], [ 120.1779671, 30.1416962 ], [ 120.1778548, 30.1414185 ], [ 120.1777417, 30.1411455 ], [ 120.1776718, 30.1409986 ], [ 120.1775858, 30.1408308 ], [ 120.1774688, 30.1406156 ], [ 120.1773667, 30.1404346 ], [ 120.1772532, 30.1402414 ], [ 120.177147, 30.1400686 ], [ 120.1770181, 30.139854 ], [ 120.1766916, 30.1393465 ], [ 120.1762281, 30.1386215 ], [ 120.1758983, 30.1380842 ], [ 120.175705, 30.1377589 ], [ 120.1755578, 30.1375025 ], [ 120.1754394, 30.1372819 ], [ 120.1753578, 30.137118 ], [ 120.1752869, 30.1369694 ], [ 120.1751343, 30.1366293 ], [ 120.1750492, 30.1364139 ], [ 120.1749645, 30.1361754 ], [ 120.1748905, 30.1359369 ], [ 120.1748227, 30.1357051 ], [ 120.1747842, 30.1355492 ], [ 120.1747334, 30.1353227 ], [ 120.174681, 30.1350256 ], [ 120.1746394, 30.1347551 ], [ 120.174604, 30.1344674 ], [ 120.1745779, 30.1342244 ], [ 120.1745616, 30.1339801 ], [ 120.1745499, 30.1337438 ], [ 120.1745511, 30.1334732 ], [ 120.174565, 30.1330555 ], [ 120.1745951, 30.1326469 ], [ 120.1750306, 30.1277978 ], [ 120.1750733, 30.1273935 ], [ 120.1751234, 30.1270208 ], [ 120.1751892, 30.1266926 ], [ 120.1752616, 30.1264072 ], [ 120.1753612, 30.1260758 ], [ 120.1754796, 30.1257724 ], [ 120.1755795, 30.1255434 ], [ 120.1756985, 30.1253056 ], [ 120.1758415, 30.1250587 ], [ 120.1759366, 30.1249093 ], [ 120.1759837, 30.1248354 ], [ 120.1761601, 30.1245851 ], [ 120.1769621, 30.1234458 ], [ 120.1779047, 30.1221941 ], [ 120.1782281, 30.1217407 ], [ 120.1783116, 30.121621 ], [ 120.1783998, 30.1214913 ], [ 120.1784827, 30.1213529 ], [ 120.1785457, 30.1212388 ], [ 120.1786298, 30.1210712 ], [ 120.1787509, 30.1208003 ], [ 120.1788394, 30.1205723 ], [ 120.1789474, 30.1202631 ], [ 120.1790465, 30.11996 ], [ 120.1792293, 30.1193746 ], [ 120.1796433, 30.1180491 ], [ 120.1800662, 30.1166286 ], [ 120.1802096, 30.116148 ], [ 120.1802892, 30.1159199 ], [ 120.1803936, 30.1156444 ], [ 120.1805051, 30.1154041 ], [ 120.180629, 30.1151944 ], [ 120.1807705, 30.1149801 ], [ 120.180974, 30.1146953 ], [ 120.1826534, 30.1125324 ], [ 120.182887, 30.1122201 ], [ 120.1831418, 30.1118496 ], [ 120.1833081, 30.1115772 ], [ 120.1834355, 30.1113353 ], [ 120.1835488, 30.1111026 ], [ 120.1836187, 30.1109404 ], [ 120.1836851, 30.110772 ], [ 120.1837877, 30.1105025 ], [ 120.183977, 30.109956 ], [ 120.1841009, 30.1095672 ], [ 120.1842018, 30.1091952 ], [ 120.1842761, 30.1088875 ], [ 120.1843416, 30.1085982 ], [ 120.184492, 30.1079185 ], [ 120.1845628, 30.1076108 ], [ 120.1846583, 30.1071975 ], [ 120.1847863, 30.1066393 ], [ 120.1848654, 30.1062943 ], [ 120.1855559, 30.1035463 ], [ 120.185656, 30.1031185 ], [ 120.1857438, 30.10274 ], [ 120.1858301, 30.1023429 ], [ 120.1858895, 30.1020145 ], [ 120.1859044, 30.1019321 ], [ 120.1859506, 30.1015827 ], [ 120.1859797, 30.1012451 ], [ 120.1859859, 30.1008777 ], [ 120.1859785, 30.1004532 ], [ 120.1859597, 30.1000129 ], [ 120.1859296, 30.0996884 ], [ 120.1853511, 30.0940668 ], [ 120.1852621, 30.0932779 ], [ 120.1852011, 30.0928108 ], [ 120.1851515, 30.0923821 ], [ 120.1851149, 30.0920103 ], [ 120.1850902, 30.0916904 ], [ 120.1850794, 30.0913878 ], [ 120.1850826, 30.0910609 ], [ 120.1851122, 30.0907163 ], [ 120.1851754, 30.0903324 ], [ 120.1854363, 30.0889516 ], [ 120.1859688, 30.0861335 ], [ 120.1861874, 30.0850389 ], [ 120.1862352, 30.084699 ], [ 120.1862724, 30.0843254 ], [ 120.1862865, 30.0839778 ], [ 120.1862918, 30.0836578 ], [ 120.1862564, 30.0830514 ], [ 120.1861733, 30.0825492 ], [ 120.1860264, 30.0820163 ], [ 120.1858211, 30.0814834 ], [ 120.185621, 30.0809826 ], [ 120.1848067, 30.0798197 ], [ 120.1837794, 30.0788177 ], [ 120.1817284, 30.0769158 ], [ 120.1789283, 30.0742743 ], [ 120.178418, 30.073793 ], [ 120.1775601, 30.0729836 ], [ 120.1773465, 30.0727264 ], [ 120.1770127, 30.0723244 ], [ 120.1766789, 30.0719224 ], [ 120.1762537, 30.0710025 ], [ 120.1760545, 30.0699806 ], [ 120.1761052, 30.0689816 ], [ 120.176303, 30.0678481 ], [ 120.1774258, 30.0624661 ], [ 120.1777836, 30.0609672 ], [ 120.1786794, 30.0584619 ], [ 120.1798532, 30.0559117 ], [ 120.1815099, 30.0521581 ], [ 120.1835728, 30.0479896 ], [ 120.1846348, 30.0454531 ], [ 120.1848656, 30.0446464 ], [ 120.1851433, 30.0437696 ], [ 120.1852803, 30.0431613 ], [ 120.1855458, 30.0409471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南复路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1526076, 30.2069224 ], [ 120.1524943, 30.2070605 ], [ 120.1522967, 30.2073015 ], [ 120.1514867, 30.2084257 ], [ 120.151269, 30.2087172 ], [ 120.1511273, 30.2089148 ], [ 120.1500061, 30.2104215 ], [ 120.1498666, 30.2106532 ], [ 120.1497512, 30.2107243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "虎玉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1448051, 30.209783 ], [ 120.1456525, 30.2099965 ], [ 120.1462243, 30.2101282 ], [ 120.1463342, 30.210143 ], [ 120.1471643, 30.2102551 ], [ 120.1482607, 30.2104674 ], [ 120.1493114, 30.2106593 ], [ 120.1497512, 30.2107243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "虎玉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497512, 30.2107243 ], [ 120.1493114, 30.2106593 ], [ 120.1482607, 30.2104674 ], [ 120.1471643, 30.2102551 ], [ 120.1463342, 30.210143 ], [ 120.1462243, 30.2101282 ], [ 120.1456525, 30.2099965 ], [ 120.1448051, 30.209783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南复路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.149682, 30.2112536 ], [ 120.1497025, 30.2111405 ], [ 120.1497222, 30.2110315 ], [ 120.1497517, 30.2108683 ], [ 120.1497512, 30.2107243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157226, 30.2092294 ], [ 120.1572633, 30.2091762 ], [ 120.1576326, 30.2086498 ], [ 120.1576796, 30.2085827 ], [ 120.1581658, 30.2078895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1615178, 30.2094304 ], [ 120.1604001, 30.2088744 ], [ 120.1586242, 30.2081036 ], [ 120.1581658, 30.2078895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "化仙桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532801, 30.2096369 ], [ 120.1537941, 30.2089353 ], [ 120.1539293, 30.2087516 ], [ 120.1539577, 30.2087131 ], [ 120.1542092, 30.2083714 ], [ 120.1542334, 30.2083385 ], [ 120.1542899, 30.2082617 ], [ 120.1543402, 30.2081934 ], [ 120.1545643, 30.2078888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "化仙桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545643, 30.2078888 ], [ 120.1543402, 30.2081934 ], [ 120.1542899, 30.2082617 ], [ 120.1542334, 30.2083385 ], [ 120.1542092, 30.2083714 ], [ 120.1539577, 30.2087131 ], [ 120.1539293, 30.2087516 ], [ 120.1537941, 30.2089353 ], [ 120.1532801, 30.2096369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洋泮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616031, 30.209324 ], [ 120.1615178, 30.2094304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洋泮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1615178, 30.2094304 ], [ 120.1616031, 30.209324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "化仙桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532801, 30.2096369 ], [ 120.1532019, 30.2097427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "化仙桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532019, 30.2097427 ], [ 120.1532801, 30.2096369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559911, 30.2110155 ], [ 120.15625, 30.2106578 ], [ 120.1562788, 30.2106157 ], [ 120.1564865, 30.2103118 ], [ 120.1567917, 30.2098651 ], [ 120.1568299, 30.2098092 ], [ 120.1568869, 30.2097257 ], [ 120.1569311, 30.209661 ], [ 120.1569787, 30.2095914 ], [ 120.157226, 30.2092294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157226, 30.2092294 ], [ 120.1569787, 30.2095914 ], [ 120.1569311, 30.209661 ], [ 120.1568869, 30.2097257 ], [ 120.1568299, 30.2098092 ], [ 120.1567917, 30.2098651 ], [ 120.1564865, 30.2103118 ], [ 120.1562788, 30.2106157 ], [ 120.15625, 30.2106578 ], [ 120.1559911, 30.2110155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157226, 30.2092294 ], [ 120.1580926, 30.2097083 ], [ 120.1585194, 30.2099441 ], [ 120.1587131, 30.2100512 ], [ 120.1588921, 30.2101501 ], [ 120.1594766, 30.2105497 ], [ 120.1603064, 30.211117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1603064, 30.211117 ], [ 120.1594766, 30.2105497 ], [ 120.1588921, 30.2101501 ], [ 120.1587131, 30.2100512 ], [ 120.1585194, 30.2099441 ], [ 120.1580926, 30.2097083 ], [ 120.157226, 30.2092294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洋泮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1603064, 30.211117 ], [ 120.1608529, 30.2103579 ], [ 120.161008, 30.2101416 ], [ 120.1615178, 30.2094304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洋泮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1615178, 30.2094304 ], [ 120.161008, 30.2101416 ], [ 120.1608529, 30.2103579 ], [ 120.1603064, 30.211117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532801, 30.2096369 ], [ 120.1540748, 30.2101173 ], [ 120.1549975, 30.2105741 ], [ 120.1559911, 30.2110155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559255, 30.2111397 ], [ 120.1554042, 30.2108932 ], [ 120.1549016, 30.2106556 ], [ 120.1540013, 30.2102049 ], [ 120.1532019, 30.2097427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559911, 30.2110155 ], [ 120.1559255, 30.2111397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559255, 30.2111397 ], [ 120.1559911, 30.2110155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559911, 30.2110155 ], [ 120.1571154, 30.2116155 ], [ 120.1575922, 30.2118699 ], [ 120.1592331, 30.2127704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洋泮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592331, 30.2127704 ], [ 120.1593247, 30.2126291 ], [ 120.1595816, 30.2122329 ], [ 120.1599317, 30.2116928 ], [ 120.1600025, 30.2115835 ], [ 120.1600409, 30.2115242 ], [ 120.1600453, 30.2115175 ], [ 120.1600914, 30.2114463 ], [ 120.1601591, 30.211342 ], [ 120.1603064, 30.211117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319674, 30.2069551 ], [ 120.1317379, 30.2073642 ], [ 120.1312667, 30.2082041 ], [ 120.1305225, 30.2096009 ], [ 120.1302735, 30.2103068 ], [ 120.1302349, 30.2105909 ], [ 120.1302718, 30.2109547 ], [ 120.1303227, 30.2114357 ], [ 120.1303519, 30.2117039 ], [ 120.1304621, 30.212552 ], [ 120.1304943, 30.2127296 ], [ 120.1305138, 30.2130066 ], [ 120.130601, 30.2135847 ], [ 120.1307846, 30.2142319 ], [ 120.1308746, 30.2146148 ], [ 120.130979, 30.214996 ], [ 120.1310804, 30.2155747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1310804, 30.2155747 ], [ 120.130979, 30.214996 ], [ 120.1308746, 30.2146148 ], [ 120.1307846, 30.2142319 ], [ 120.130601, 30.2135847 ], [ 120.1305138, 30.2130066 ], [ 120.1304943, 30.2127296 ], [ 120.1304621, 30.212552 ], [ 120.1303519, 30.2117039 ], [ 120.1303227, 30.2114357 ], [ 120.1302718, 30.2109547 ], [ 120.1302349, 30.2105909 ], [ 120.1302735, 30.2103068 ], [ 120.1305225, 30.2096009 ], [ 120.1312667, 30.2082041 ], [ 120.1317379, 30.2073642 ], [ 120.1319674, 30.2069551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1310804, 30.2155747 ], [ 120.1311095, 30.2159758 ], [ 120.1311248, 30.2167602 ], [ 120.1311205, 30.2168679 ], [ 120.1310717, 30.2172699 ], [ 120.1310514, 30.2174368 ], [ 120.1309503, 30.2178953 ], [ 120.130892, 30.2185113 ], [ 120.1308775, 30.218823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1308775, 30.218823 ], [ 120.130892, 30.2185113 ], [ 120.1309503, 30.2178953 ], [ 120.1310514, 30.2174368 ], [ 120.1310717, 30.2172699 ], [ 120.1311205, 30.2168679 ], [ 120.1311248, 30.2167602 ], [ 120.1311095, 30.2159758 ], [ 120.1310804, 30.2155747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "满觉陇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1308775, 30.218823 ], [ 120.1307065, 30.2187928 ], [ 120.1302228, 30.2188171 ], [ 120.1299428, 30.2189499 ], [ 120.1296027, 30.2191693 ], [ 120.1294124, 30.2192987 ], [ 120.1291617, 30.2194692 ], [ 120.1287909, 30.2197983 ], [ 120.1284314, 30.2201466 ], [ 120.1281287, 30.2203804 ], [ 120.1280928, 30.2204214 ], [ 120.1278061, 30.2207485 ], [ 120.1275043, 30.221045 ], [ 120.1271454, 30.2213284 ], [ 120.1269492, 30.2214969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "满觉陇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269492, 30.2214969 ], [ 120.1271454, 30.2213284 ], [ 120.1275043, 30.221045 ], [ 120.1278061, 30.2207485 ], [ 120.1280928, 30.2204214 ], [ 120.1281287, 30.2203804 ], [ 120.1284314, 30.2201466 ], [ 120.1287909, 30.2197983 ], [ 120.1291617, 30.2194692 ], [ 120.1294124, 30.2192987 ], [ 120.1296027, 30.2191693 ], [ 120.1299428, 30.2189499 ], [ 120.1302228, 30.2188171 ], [ 120.1307065, 30.2187928 ], [ 120.1308775, 30.218823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三台山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1336732, 30.2267312 ], [ 120.133386, 30.2268248 ], [ 120.1331201, 30.2269184 ], [ 120.1329572, 30.2270515 ], [ 120.1328117, 30.2271671 ], [ 120.132599, 30.2273163 ], [ 120.1321735, 30.2276087 ], [ 120.1321304, 30.2276387 ], [ 120.1314544, 30.227994 ], [ 120.1313659, 30.228047 ], [ 120.1311571, 30.2280695 ], [ 120.130954, 30.2280613 ], [ 120.1308036, 30.2280553 ], [ 120.1307338, 30.2280525 ], [ 120.1304783, 30.2280604 ], [ 120.1302449, 30.2281485 ], [ 120.1300733, 30.2282864 ], [ 120.1299123, 30.2284648 ], [ 120.1298582, 30.2285389 ], [ 120.1295474, 30.2289643 ], [ 120.1294976, 30.2290254 ], [ 120.1290662, 30.2296046 ], [ 120.1288337, 30.2299234 ], [ 120.128594, 30.2302238 ], [ 120.1283983, 30.2304834 ], [ 120.1283634, 30.2305297 ], [ 120.1282172, 30.2306977 ], [ 120.1280442, 30.2308228 ], [ 120.1278846, 30.2308877 ], [ 120.1276928, 30.2309375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三台山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1276928, 30.2309375 ], [ 120.1278846, 30.2308877 ], [ 120.1280442, 30.2308228 ], [ 120.1282172, 30.2306977 ], [ 120.1283634, 30.2305297 ], [ 120.1283983, 30.2304834 ], [ 120.128594, 30.2302238 ], [ 120.1288337, 30.2299234 ], [ 120.1290662, 30.2296046 ], [ 120.1294976, 30.2290254 ], [ 120.1295474, 30.2289643 ], [ 120.1298582, 30.2285389 ], [ 120.1299123, 30.2284648 ], [ 120.1300733, 30.2282864 ], [ 120.1302449, 30.2281485 ], [ 120.1304783, 30.2280604 ], [ 120.1307338, 30.2280525 ], [ 120.1308036, 30.2280553 ], [ 120.130954, 30.2280613 ], [ 120.1311571, 30.2280695 ], [ 120.1313659, 30.228047 ], [ 120.1314544, 30.227994 ], [ 120.1321304, 30.2276387 ], [ 120.1321735, 30.2276087 ], [ 120.132599, 30.2273163 ], [ 120.1328117, 30.2271671 ], [ 120.1329572, 30.2270515 ], [ 120.1331201, 30.2269184 ], [ 120.133386, 30.2268248 ], [ 120.1336732, 30.2267312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八盘岭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319533, 30.2323164 ], [ 120.1309207, 30.232101 ], [ 120.1307042, 30.2321088 ], [ 120.1304489, 30.2321861 ], [ 120.1301241, 30.2322016 ], [ 120.1294293, 30.2320636 ], [ 120.1289561, 30.2319696 ], [ 120.1286931, 30.2318999 ], [ 120.1284979, 30.2317633 ], [ 120.1284611, 30.2317375 ], [ 120.1277237, 30.2310395 ], [ 120.1276928, 30.2309375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三台山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1276928, 30.2309375 ], [ 120.1273986, 30.2309926 ], [ 120.1272749, 30.2310216 ], [ 120.1265597, 30.2311727 ], [ 120.1264886, 30.2312352 ], [ 120.1262546, 30.2314259 ], [ 120.1259776, 30.2316633 ], [ 120.1258906, 30.2317379 ], [ 120.1255873, 30.2322752 ], [ 120.1253706, 30.2326392 ], [ 120.1252469, 30.2329813 ], [ 120.1252233, 30.2330465 ], [ 120.1250837, 30.2332407 ], [ 120.1250349, 30.2333132 ], [ 120.1250149, 30.2333748 ], [ 120.1250075, 30.2334818 ], [ 120.1250109, 30.2335757 ], [ 120.1250903, 30.2337567 ], [ 120.12516, 30.2338853 ], [ 120.1252522, 30.2340845 ], [ 120.1252656, 30.2341659 ], [ 120.1252412, 30.2342356 ], [ 120.1251963, 30.2342751 ], [ 120.1251393, 30.2343189 ], [ 120.1248965, 30.2344097 ], [ 120.1247835, 30.2344661 ], [ 120.1247106, 30.234521 ], [ 120.1245404, 30.2347709 ], [ 120.1244597, 30.2348734 ], [ 120.1243423, 30.2350028 ], [ 120.1241614, 30.2351737 ], [ 120.1240835, 30.2352259 ], [ 120.1239709, 30.2352806 ], [ 120.1238861, 30.2353102 ], [ 120.1235681, 30.2354211 ], [ 120.1232847, 30.2355548 ], [ 120.1231704, 30.2356166 ], [ 120.1231369, 30.235658 ], [ 120.1230481, 30.2357677 ], [ 120.1229888, 30.236059 ], [ 120.1229441, 30.236279 ], [ 120.1228932, 30.2363885 ], [ 120.1228545, 30.236472 ], [ 120.1228314, 30.2365217 ], [ 120.1226706, 30.2368272 ], [ 120.1226581, 30.236851 ], [ 120.1224068, 30.237111 ], [ 120.1220948, 30.2372496 ], [ 120.1218608, 30.237345 ], [ 120.1218278, 30.2373785 ], [ 120.1218037, 30.237403 ], [ 120.1217748, 30.2374732 ], [ 120.1217568, 30.2375553 ], [ 120.1217568, 30.237605 ], [ 120.1218031, 30.2378196 ], [ 120.1218175, 30.2378822 ], [ 120.1218175, 30.2379382 ], [ 120.121808, 30.2379857 ], [ 120.1217743, 30.2380355 ], [ 120.1217664, 30.2380416 ], [ 120.1217239, 30.2380748 ], [ 120.1215199, 30.2382336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南复路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497512, 30.2107243 ], [ 120.1497517, 30.2108683 ], [ 120.1497222, 30.2110315 ], [ 120.1497025, 30.2111405 ], [ 120.149682, 30.2112536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1504141, 30.2112702 ], [ 120.149682, 30.2112536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.149682, 30.2112536 ], [ 120.1504141, 30.2112702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "玉皇山隧道", "玉皇山路", "南复路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1478312, 30.2243771 ], [ 120.1477731, 30.2238052 ], [ 120.147771, 30.2237844 ], [ 120.1477039, 30.2235248 ], [ 120.1474198, 30.2229964 ], [ 120.1471851, 30.2224947 ], [ 120.1470356, 30.2221731 ], [ 120.146972, 30.2220361 ], [ 120.1468576, 30.2215776 ], [ 120.1468851, 30.2211696 ], [ 120.1469373, 30.2207404 ], [ 120.1470032, 30.2176258 ], [ 120.1470562, 30.2173049 ], [ 120.1471778, 30.2169038 ], [ 120.1473174, 30.2166169 ], [ 120.147376, 30.2165048 ], [ 120.1478198, 30.2157057 ], [ 120.1478863, 30.2155787 ], [ 120.1486626, 30.2140971 ], [ 120.1487633, 30.2138905 ], [ 120.1493495, 30.2126878 ], [ 120.1495216, 30.2121395 ], [ 120.149682, 30.2112536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "玉皇山隧道", "南复路", "玉皇山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.149682, 30.2112536 ], [ 120.1495216, 30.2121395 ], [ 120.1493495, 30.2126878 ], [ 120.1487633, 30.2138905 ], [ 120.1486626, 30.2140971 ], [ 120.1478863, 30.2155787 ], [ 120.1478198, 30.2157057 ], [ 120.147376, 30.2165048 ], [ 120.1473174, 30.2166169 ], [ 120.1471778, 30.2169038 ], [ 120.1470562, 30.2173049 ], [ 120.1470032, 30.2176258 ], [ 120.1469373, 30.2207404 ], [ 120.1468851, 30.2211696 ], [ 120.1468576, 30.2215776 ], [ 120.146972, 30.2220361 ], [ 120.1470356, 30.2221731 ], [ 120.1471851, 30.2224947 ], [ 120.1474198, 30.2229964 ], [ 120.1477039, 30.2235248 ], [ 120.147771, 30.2237844 ], [ 120.1477731, 30.2238052 ], [ 120.1478312, 30.2243771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "玉皇山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1478312, 30.2243771 ], [ 120.1478612, 30.2245588 ], [ 120.1479905, 30.2249765 ], [ 120.1481432, 30.225408 ], [ 120.1482773, 30.2257005 ], [ 120.1483087, 30.225769 ], [ 120.1483576, 30.2258736 ], [ 120.1483635, 30.2258862 ], [ 120.1484217, 30.2260109 ], [ 120.1487548, 30.2269984 ], [ 120.1488495, 30.2272726 ], [ 120.1490022, 30.2279026 ], [ 120.1491837, 30.2283508 ], [ 120.1494336, 30.2289068 ], [ 120.1495685, 30.2291699 ], [ 120.1499775, 30.2299578 ], [ 120.1501099, 30.2302264 ], [ 120.1502392, 30.2304814 ], [ 120.1503347, 30.2306697 ], [ 120.1504034, 30.2308017 ], [ 120.1505237, 30.2310807 ], [ 120.1507183, 30.2315321 ], [ 120.1508765, 30.2320675 ], [ 120.1508254, 30.2324257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "玉皇山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1508254, 30.2324257 ], [ 120.1508765, 30.2320675 ], [ 120.1507183, 30.2315321 ], [ 120.1505237, 30.2310807 ], [ 120.1504034, 30.2308017 ], [ 120.1503347, 30.2306697 ], [ 120.1502392, 30.2304814 ], [ 120.1501099, 30.2302264 ], [ 120.1499775, 30.2299578 ], [ 120.1495685, 30.2291699 ], [ 120.1494336, 30.2289068 ], [ 120.1491837, 30.2283508 ], [ 120.1490022, 30.2279026 ], [ 120.1488495, 30.2272726 ], [ 120.1487548, 30.2269984 ], [ 120.1484217, 30.2260109 ], [ 120.1483635, 30.2258862 ], [ 120.1483576, 30.2258736 ], [ 120.1483087, 30.225769 ], [ 120.1482773, 30.2257005 ], [ 120.1481432, 30.225408 ], [ 120.1479905, 30.2249765 ], [ 120.1478612, 30.2245588 ], [ 120.1478312, 30.2243771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347181, 30.2287131 ], [ 120.13628, 30.2293695 ], [ 120.1363555, 30.2294012 ], [ 120.1371225, 30.2297095 ], [ 120.1373692, 30.2298217 ], [ 120.1381476, 30.2301875 ], [ 120.1388347, 30.2305103 ], [ 120.1395716, 30.230869 ], [ 120.1397001, 30.2309416 ], [ 120.1401589, 30.2311608 ], [ 120.1402555, 30.2312056 ], [ 120.140397, 30.2312711 ], [ 120.14067, 30.2313975 ], [ 120.1410726, 30.2315145 ], [ 120.141409, 30.2315599 ], [ 120.1416929, 30.2315715 ], [ 120.1418745, 30.231579 ], [ 120.1422544, 30.2316136 ], [ 120.1427969, 30.2317057 ], [ 120.1437469, 30.2318795 ], [ 120.1442023, 30.2319481 ], [ 120.1444727, 30.2319888 ], [ 120.1446258, 30.2320143 ], [ 120.1450226, 30.2320803 ], [ 120.1455837, 30.2321737 ], [ 120.1458956, 30.232181 ], [ 120.146247, 30.2321619 ], [ 120.1468827, 30.2319486 ], [ 120.1470309, 30.2319192 ], [ 120.1471988, 30.2318859 ], [ 120.1472888, 30.2318861 ], [ 120.1475625, 30.2318866 ], [ 120.1480094, 30.2319519 ], [ 120.1481689, 30.231975 ], [ 120.1482661, 30.2319891 ], [ 120.1485368, 30.232029 ], [ 120.1489828, 30.2321067 ], [ 120.1500595, 30.2322943 ], [ 120.1508254, 30.2324257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1508254, 30.2324257 ], [ 120.1500595, 30.2322943 ], [ 120.1489828, 30.2321067 ], [ 120.1485368, 30.232029 ], [ 120.1482661, 30.2319891 ], [ 120.1481689, 30.231975 ], [ 120.1480094, 30.2319519 ], [ 120.1475625, 30.2318866 ], [ 120.1472888, 30.2318861 ], [ 120.1471988, 30.2318859 ], [ 120.1470309, 30.2319192 ], [ 120.1468827, 30.2319486 ], [ 120.146247, 30.2321619 ], [ 120.1458956, 30.232181 ], [ 120.1455837, 30.2321737 ], [ 120.1450226, 30.2320803 ], [ 120.1446258, 30.2320143 ], [ 120.1444727, 30.2319888 ], [ 120.1442023, 30.2319481 ], [ 120.1437469, 30.2318795 ], [ 120.1427969, 30.2317057 ], [ 120.1422544, 30.2316136 ], [ 120.1418745, 30.231579 ], [ 120.1416929, 30.2315715 ], [ 120.141409, 30.2315599 ], [ 120.1410726, 30.2315145 ], [ 120.14067, 30.2313975 ], [ 120.140397, 30.2312711 ], [ 120.1402555, 30.2312056 ], [ 120.1401589, 30.2311608 ], [ 120.1397001, 30.2309416 ], [ 120.1395716, 30.230869 ], [ 120.1388347, 30.2305103 ], [ 120.1381476, 30.2301875 ], [ 120.1373692, 30.2298217 ], [ 120.1371225, 30.2297095 ], [ 120.1363555, 30.2294012 ], [ 120.13628, 30.2293695 ], [ 120.1347181, 30.2287131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1508254, 30.2324257 ], [ 120.1508024, 30.2329509 ], [ 120.1507908, 30.2332149 ], [ 120.1506669, 30.2339035 ], [ 120.1505608, 30.2344955 ], [ 120.1507077, 30.2350315 ], [ 120.1509315, 30.2354362 ], [ 120.1509768, 30.2355182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808089, 30.2002422 ], [ 120.1813038, 30.1993686 ], [ 120.1815243, 30.1989794 ], [ 120.1817567, 30.1984571 ], [ 120.1818476, 30.1982527 ], [ 120.1820603, 30.1977275 ], [ 120.1823403, 30.1967723 ], [ 120.1823489, 30.1967431 ], [ 120.1824262, 30.196503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827493, 30.1966755 ], [ 120.1826949, 30.1968939 ], [ 120.1826934, 30.1968998 ], [ 120.1823532, 30.1979011 ], [ 120.1818359, 30.1990993 ], [ 120.1816632, 30.199518 ], [ 120.181474, 30.199856 ], [ 120.1811591, 30.2004184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "滨盛路", "滨盛桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740141, 30.1970353 ], [ 120.1745646, 30.1972935 ], [ 120.1756485, 30.1978019 ], [ 120.1765659, 30.1982322 ], [ 120.1771139, 30.1984892 ], [ 120.178111, 30.1989637 ], [ 120.1787827, 30.1992446 ], [ 120.1800258, 30.1998413 ], [ 120.180757, 30.2002156 ], [ 120.1808089, 30.2002422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "滨盛路", "滨盛桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807174, 30.2004001 ], [ 120.180664, 30.2003716 ], [ 120.1805291, 30.2002998 ], [ 120.1799022, 30.1999794 ], [ 120.1787145, 30.1993932 ], [ 120.1780345, 30.19907 ], [ 120.1776806, 30.198893 ], [ 120.1771697, 30.1986603 ], [ 120.1768969, 30.1985361 ], [ 120.1758707, 30.1980461 ], [ 120.1739526, 30.1971302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807174, 30.2004001 ], [ 120.1808089, 30.2002422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808089, 30.2002422 ], [ 120.1810842, 30.2003766 ], [ 120.1811591, 30.2004184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1810712, 30.2006298 ], [ 120.1807174, 30.2004001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1811591, 30.2004184 ], [ 120.1810712, 30.2006298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1794613, 30.2023485 ], [ 120.179666, 30.2020291 ], [ 120.1799048, 30.2016625 ], [ 120.1802909, 30.2010978 ], [ 120.1807174, 30.2004001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1810712, 30.2006298 ], [ 120.1806731, 30.2012507 ], [ 120.180366, 30.201708 ], [ 120.1803051, 30.2018093 ], [ 120.1801568, 30.2020511 ], [ 120.179837, 30.2024981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.16691, 30.1940527 ], [ 120.1668502, 30.1941576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653019, 30.1975605 ], [ 120.1657783, 30.1965099 ], [ 120.1658436, 30.1963657 ], [ 120.1658984, 30.1962449 ], [ 120.1661677, 30.1956544 ], [ 120.1665467, 30.1948232 ], [ 120.1668502, 30.1941576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668502, 30.1941576 ], [ 120.1665467, 30.1948232 ], [ 120.1661677, 30.1956544 ], [ 120.1658984, 30.1962449 ], [ 120.1658436, 30.1963657 ], [ 120.1657783, 30.1965099 ], [ 120.1653019, 30.1975605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598042, 30.1957887 ], [ 120.162208, 30.1965989 ], [ 120.1632399, 30.1969386 ], [ 120.1650776, 30.1975434 ], [ 120.1653019, 30.1975605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653019, 30.1975605 ], [ 120.1650776, 30.1975434 ], [ 120.1632399, 30.1969386 ], [ 120.162208, 30.1965989 ], [ 120.1598042, 30.1957887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165259, 30.197651 ], [ 120.1653019, 30.1975605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "信诚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653019, 30.1975605 ], [ 120.165259, 30.197651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653019, 30.1975605 ], [ 120.165655, 30.1975707 ], [ 120.1668417, 30.1976392 ], [ 120.1674745, 30.1978169 ], [ 120.1680645, 30.1980316 ], [ 120.1686278, 30.1984564 ], [ 120.1701938, 30.1996374 ], [ 120.1710251, 30.2000823 ], [ 120.171996, 30.2004875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171996, 30.2004875 ], [ 120.1710251, 30.2000823 ], [ 120.1701938, 30.1996374 ], [ 120.1686278, 30.1984564 ], [ 120.1680645, 30.1980316 ], [ 120.1674745, 30.1978169 ], [ 120.1668417, 30.1976392 ], [ 120.165655, 30.1975707 ], [ 120.1653019, 30.1975605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616031, 30.209324 ], [ 120.1635174, 30.210272 ], [ 120.1657755, 30.2114915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1721143, 30.2005657 ], [ 120.171996, 30.2004875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781816, 30.204328 ], [ 120.1779713, 30.2042559 ], [ 120.1777543, 30.2041968 ], [ 120.1770941, 30.2041193 ], [ 120.1769633, 30.2040889 ], [ 120.1766898, 30.2038943 ], [ 120.1761846, 30.2033781 ], [ 120.1758041, 30.2030732 ], [ 120.1754035, 30.202824 ], [ 120.1751316, 30.20269 ], [ 120.1749129, 30.2025263 ], [ 120.1746794, 30.2023015 ], [ 120.1744544, 30.202103 ], [ 120.1740649, 30.2017909 ], [ 120.1733275, 30.2013866 ], [ 120.1731181, 30.2012608 ], [ 120.1729339, 30.2011351 ], [ 120.1726863, 30.2009768 ], [ 120.1721143, 30.2005657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1721143, 30.2005657 ], [ 120.1726863, 30.2009768 ], [ 120.1729339, 30.2011351 ], [ 120.1731181, 30.2012608 ], [ 120.1733275, 30.2013866 ], [ 120.1740649, 30.2017909 ], [ 120.1744544, 30.202103 ], [ 120.1746794, 30.2023015 ], [ 120.1749129, 30.2025263 ], [ 120.1751316, 30.20269 ], [ 120.1754035, 30.202824 ], [ 120.1758041, 30.2030732 ], [ 120.1761846, 30.2033781 ], [ 120.1766898, 30.2038943 ], [ 120.1769633, 30.2040889 ], [ 120.1770941, 30.2041193 ], [ 120.1777543, 30.2041968 ], [ 120.1779713, 30.2042559 ], [ 120.1781816, 30.204328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴大桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698022, 30.2171075 ], [ 120.1700606, 30.2167405 ], [ 120.1705261, 30.2162172 ], [ 120.1713685, 30.2150022 ], [ 120.1714722, 30.2148527 ], [ 120.172359, 30.2135474 ], [ 120.1728972, 30.2127155 ], [ 120.1735652, 30.211683 ], [ 120.175714, 30.2083614 ], [ 120.1761525, 30.2076613 ], [ 120.1767926, 30.2066316 ], [ 120.1782406, 30.204328 ], [ 120.1785106, 30.2039057 ], [ 120.1793537, 30.2025872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴大桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795689, 30.2027231 ], [ 120.1787377, 30.2040203 ], [ 120.1783456, 30.2046164 ], [ 120.1781881, 30.2049284 ], [ 120.1770401, 30.2067204 ], [ 120.1763789, 30.207746 ], [ 120.1759089, 30.208478 ], [ 120.1746613, 30.210388 ], [ 120.1737934, 30.2117499 ], [ 120.1731259, 30.2127975 ], [ 120.1717291, 30.2149894 ], [ 120.1716302, 30.2151413 ], [ 120.1710672, 30.2160064 ], [ 120.170846, 30.2166471 ], [ 120.1705331, 30.2172456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴大桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792574, 30.2029821 ], [ 120.1776369, 30.2055349 ], [ 120.177542, 30.2056915 ], [ 120.1763369, 30.2075789 ], [ 120.1739626, 30.2112714 ], [ 120.172556, 30.2134636 ], [ 120.1710192, 30.2157577 ], [ 120.1708404, 30.2160634 ], [ 120.170816, 30.2164428 ], [ 120.1705331, 30.2172456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴大桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1705331, 30.2172456 ], [ 120.170816, 30.2164428 ], [ 120.1708404, 30.2160634 ], [ 120.1710192, 30.2157577 ], [ 120.172556, 30.2134636 ], [ 120.1739626, 30.2112714 ], [ 120.1763369, 30.2075789 ], [ 120.177542, 30.2056915 ], [ 120.1776369, 30.2055349 ], [ 120.1792574, 30.2029821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1657755, 30.2114915 ], [ 120.166891, 30.2120912 ], [ 120.1680531, 30.2126614 ], [ 120.1696997, 30.2134591 ], [ 120.1721, 30.2147064 ], [ 120.1738301, 30.2156053 ], [ 120.1752446, 30.2164561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751081, 30.2166193 ], [ 120.1738698, 30.2158887 ], [ 120.1734243, 30.2156383 ], [ 120.1728474, 30.2153255 ], [ 120.1718815, 30.2148288 ], [ 120.1715456, 30.2146487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1698022, 30.2171075 ], [ 120.1700241, 30.2167337 ], [ 120.1713247, 30.2149763 ], [ 120.1715456, 30.2146487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1656776, 30.2116496 ], [ 120.163643, 30.2105231 ], [ 120.1634388, 30.21041 ], [ 120.1615178, 30.2094304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美政路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1656776, 30.2116496 ], [ 120.1657755, 30.2114915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美政路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1657755, 30.2114915 ], [ 120.1656776, 30.2116496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639089, 30.2141053 ], [ 120.1637189, 30.2140433 ], [ 120.1630991, 30.2134426 ], [ 120.1624136, 30.2127775 ], [ 120.1622461, 30.212616 ], [ 120.1616864, 30.2120761 ], [ 120.1614143, 30.2119027 ], [ 120.1611272, 30.2117197 ], [ 120.1607602, 30.2114503 ], [ 120.1603064, 30.211117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1603064, 30.211117 ], [ 120.1607602, 30.2114503 ], [ 120.1611272, 30.2117197 ], [ 120.1614143, 30.2119027 ], [ 120.1616864, 30.2120761 ], [ 120.1622461, 30.212616 ], [ 120.1624136, 30.2127775 ], [ 120.1630991, 30.2134426 ], [ 120.1637189, 30.2140433 ], [ 120.1639089, 30.2141053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美政路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639089, 30.2141053 ], [ 120.1647309, 30.2129374 ], [ 120.1656776, 30.2116496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美政路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1656776, 30.2116496 ], [ 120.1647309, 30.2129374 ], [ 120.1639089, 30.2141053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1715456, 30.2146487 ], [ 120.1696502, 30.2135899 ], [ 120.1679557, 30.2127973 ], [ 120.1668264, 30.2122258 ], [ 120.166781, 30.212203 ], [ 120.1656776, 30.2116496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674373, 30.2141881 ], [ 120.1666424, 30.21425 ], [ 120.1658367, 30.2143128 ], [ 120.1651731, 30.2143645 ], [ 120.1649744, 30.21438 ], [ 120.1648634, 30.2143886 ], [ 120.1646648, 30.2143776 ], [ 120.1644738, 30.2143622 ], [ 120.1642828, 30.2143204 ], [ 120.1641529, 30.2142764 ], [ 120.1640307, 30.2142082 ], [ 120.1639089, 30.2141053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "复兴南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639089, 30.2141053 ], [ 120.1640307, 30.2142082 ], [ 120.1641529, 30.2142764 ], [ 120.1642828, 30.2143204 ], [ 120.1644738, 30.2143622 ], [ 120.1646648, 30.2143776 ], [ 120.1648634, 30.2143886 ], [ 120.1649744, 30.21438 ], [ 120.1651731, 30.2143645 ], [ 120.1658367, 30.2143128 ], [ 120.1666424, 30.21425 ], [ 120.1674373, 30.2141881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "时代大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784924, 30.2044765 ], [ 120.1784471, 30.2045436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784924, 30.2044765 ], [ 120.1789673, 30.204712 ], [ 120.1798385, 30.2051441 ], [ 120.1800485, 30.2052482 ], [ 120.1817189, 30.2060766 ], [ 120.1846535, 30.2075319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1846535, 30.2075319 ], [ 120.184748, 30.2075804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1752446, 30.2164561 ], [ 120.1761911, 30.2170237 ], [ 120.1787333, 30.2185896 ], [ 120.179634, 30.2191146 ], [ 120.1814525, 30.220061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1813569, 30.2201991 ], [ 120.179719, 30.219297 ], [ 120.1786566, 30.2186978 ], [ 120.1777858, 30.2181675 ], [ 120.1761339, 30.2171616 ], [ 120.1751081, 30.2166193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1814525, 30.220061 ], [ 120.1816406, 30.2201589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1813569, 30.2201991 ], [ 120.1814525, 30.220061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1816406, 30.2201589 ], [ 120.1815501, 30.2203055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815501, 30.2203055 ], [ 120.1813569, 30.2201991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1793351, 30.2216564 ], [ 120.1802342, 30.2210084 ], [ 120.1813569, 30.2201991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美政路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.163292, 30.2148965 ], [ 120.1636382, 30.214417 ], [ 120.1636887, 30.214347 ], [ 120.1637306, 30.2142889 ], [ 120.1639089, 30.2141053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美政路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639089, 30.2141053 ], [ 120.1637306, 30.2142889 ], [ 120.1636887, 30.214347 ], [ 120.1636382, 30.214417 ], [ 120.163292, 30.2148965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美政路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.163241, 30.2149851 ], [ 120.163292, 30.2148965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美政路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.163292, 30.2148965 ], [ 120.163241, 30.2149851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "复兴路", "秋涛路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.163292, 30.2148965 ], [ 120.1644744, 30.2155144 ], [ 120.1645654, 30.2155619 ], [ 120.1647116, 30.2156383 ], [ 120.1658218, 30.2162184 ], [ 120.1658631, 30.21624 ], [ 120.1663174, 30.216535 ], [ 120.1664135, 30.2166173 ], [ 120.1666933, 30.2168316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "复兴路", "秋涛路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690897, 30.2192368 ], [ 120.1687157, 30.2189551 ], [ 120.1683884, 30.2186462 ], [ 120.1683175, 30.2185793 ], [ 120.1675946, 30.2178789 ], [ 120.1666005, 30.2169516 ], [ 120.1662136, 30.2166466 ], [ 120.1659276, 30.2164532 ], [ 120.1651544, 30.2160132 ], [ 120.1646541, 30.2157391 ], [ 120.1645797, 30.2157 ], [ 120.1644887, 30.2156523 ], [ 120.1642889, 30.2155474 ], [ 120.1639543, 30.2153679 ], [ 120.163241, 30.2149851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666933, 30.2168316 ], [ 120.1670778, 30.2171262 ], [ 120.1674579, 30.2175474 ], [ 120.1680483, 30.2181081 ], [ 120.1682671, 30.2183158 ], [ 120.1688707, 30.2186942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1688707, 30.2186942 ], [ 120.1691924, 30.2181137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691924, 30.2181137 ], [ 120.1688707, 30.2186942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1688707, 30.2186942 ], [ 120.1690043, 30.2187912 ], [ 120.16907, 30.2188335 ], [ 120.1691362, 30.2188702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "飞云江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1752446, 30.2164561 ], [ 120.1751081, 30.2166193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "飞云江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751081, 30.2166193 ], [ 120.1752446, 30.2164561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691924, 30.2181137 ], [ 120.1697636, 30.2171746 ], [ 120.1698022, 30.2171075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1705331, 30.2172456 ], [ 120.1702433, 30.2178315 ], [ 120.1701533, 30.217978 ], [ 120.1700674, 30.2181427 ], [ 120.1699848, 30.2183136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1699848, 30.2183136 ], [ 120.1700674, 30.2181427 ], [ 120.1701533, 30.217978 ], [ 120.1702433, 30.2178315 ], [ 120.1705331, 30.2172456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "飞云江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751081, 30.2166193 ], [ 120.1745776, 30.2173163 ], [ 120.1740767, 30.2179877 ], [ 120.1739004, 30.2182183 ], [ 120.1735163, 30.2187216 ], [ 120.1734217, 30.2188506 ], [ 120.1731398, 30.2191934 ], [ 120.1729751, 30.2193741 ], [ 120.1727617, 30.2196063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "飞云江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727617, 30.2196063 ], [ 120.1729751, 30.2193741 ], [ 120.1731398, 30.2191934 ], [ 120.1734217, 30.2188506 ], [ 120.1735163, 30.2187216 ], [ 120.1739004, 30.2182183 ], [ 120.1740767, 30.2179877 ], [ 120.1745776, 30.2173163 ], [ 120.1751081, 30.2166193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1699848, 30.2183136 ], [ 120.1698316, 30.2183749 ], [ 120.169657, 30.218362 ], [ 120.1691924, 30.2181137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695167, 30.219086 ], [ 120.1695219, 30.2190152 ], [ 120.1695334, 30.2189832 ], [ 120.1699848, 30.2183136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727617, 30.2196063 ], [ 120.1725914, 30.2195121 ], [ 120.1719288, 30.2191944 ], [ 120.1710728, 30.2187841 ], [ 120.1704136, 30.2184856 ], [ 120.1700832, 30.2183494 ], [ 120.170031, 30.2183279 ], [ 120.1699848, 30.2183136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1699848, 30.2183136 ], [ 120.170031, 30.2183279 ], [ 120.1700832, 30.2183494 ], [ 120.1704136, 30.2184856 ], [ 120.1710728, 30.2187841 ], [ 120.1719288, 30.2191944 ], [ 120.1725914, 30.2195121 ], [ 120.1727617, 30.2196063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695167, 30.219086 ], [ 120.169547, 30.2191044 ], [ 120.1698933, 30.2192834 ], [ 120.170054, 30.2193822 ], [ 120.1701811, 30.2194712 ], [ 120.1704813, 30.2196955 ], [ 120.170654, 30.2198636 ], [ 120.1707633, 30.219966 ], [ 120.1708712, 30.2200801 ], [ 120.1709692, 30.2201938 ], [ 120.1710615, 30.220303 ], [ 120.1711445, 30.2204264 ], [ 120.1712319, 30.2206044 ], [ 120.171241, 30.2206244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "飞云江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727617, 30.2196063 ], [ 120.1725341, 30.2198643 ], [ 120.1723822, 30.2200144 ], [ 120.1723121, 30.220079 ], [ 120.1722271, 30.2201406 ], [ 120.172137, 30.220197 ], [ 120.1720095, 30.2202758 ], [ 120.1718426, 30.2203612 ], [ 120.1717172, 30.2204243 ], [ 120.1715849, 30.2204865 ], [ 120.171475, 30.2205318 ], [ 120.171241, 30.2206244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "飞云江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171241, 30.2206244 ], [ 120.171475, 30.2205318 ], [ 120.1715849, 30.2204865 ], [ 120.1717172, 30.2204243 ], [ 120.1718426, 30.2203612 ], [ 120.1720095, 30.2202758 ], [ 120.172137, 30.220197 ], [ 120.1722271, 30.2201406 ], [ 120.1723121, 30.220079 ], [ 120.1723822, 30.2200144 ], [ 120.1725341, 30.2198643 ], [ 120.1727617, 30.2196063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727617, 30.2196063 ], [ 120.1729454, 30.2196041 ], [ 120.1738269, 30.2201913 ], [ 120.1753133, 30.2211815 ], [ 120.1753547, 30.2212119 ], [ 120.1759377, 30.2216397 ], [ 120.1776218, 30.2228756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774742, 30.2230066 ], [ 120.175754, 30.2217385 ], [ 120.175189, 30.221322 ], [ 120.1743723, 30.2207597 ], [ 120.1739159, 30.2204455 ], [ 120.173801, 30.2203676 ], [ 120.1728483, 30.2197216 ], [ 120.1727617, 30.2196063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743099, 30.2255344 ], [ 120.1741298, 30.2252479 ], [ 120.1739092, 30.2250307 ], [ 120.1734964, 30.2246245 ], [ 120.1734696, 30.2245981 ], [ 120.1728579, 30.2239937 ], [ 120.1724769, 30.2236642 ], [ 120.1723047, 30.2234757 ], [ 120.1721651, 30.2232952 ], [ 120.1720411, 30.2231251 ], [ 120.1719219, 30.2229049 ], [ 120.1716469, 30.222369 ], [ 120.1714112, 30.2218482 ], [ 120.1713513, 30.2217158 ], [ 120.171349, 30.2217107 ], [ 120.1713151, 30.2216358 ], [ 120.1712843, 30.2215705 ], [ 120.171171, 30.2213304 ], [ 120.1711584, 30.2213036 ], [ 120.1709906, 30.2209456 ], [ 120.1709618, 30.220885 ], [ 120.170957, 30.2208749 ], [ 120.1708902, 30.220734 ], [ 120.1707336, 30.2205205 ], [ 120.1707279, 30.2205127 ], [ 120.1705824, 30.2203143 ], [ 120.1702802, 30.2199824 ], [ 120.1697808, 30.2196532 ], [ 120.1692769, 30.2193324 ], [ 120.1690897, 30.2192368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171241, 30.2206244 ], [ 120.1712885, 30.2207293 ], [ 120.1715001, 30.2211766 ], [ 120.1715702, 30.2213247 ], [ 120.171932, 30.2220896 ], [ 120.1721257, 30.2224989 ], [ 120.1723733, 30.2230223 ], [ 120.1727415, 30.2234139 ], [ 120.1732053, 30.2239073 ], [ 120.1732753, 30.2239794 ], [ 120.1739831, 30.2247091 ], [ 120.1741633, 30.2249221 ], [ 120.1743316, 30.2251211 ], [ 120.1744817, 30.2252794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744817, 30.2252794 ], [ 120.1752107, 30.2247257 ], [ 120.175684, 30.2243663 ], [ 120.1764433, 30.2237896 ], [ 120.1767605, 30.2235487 ], [ 120.1774742, 30.2230066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776389, 30.2231281 ], [ 120.1768928, 30.2236982 ], [ 120.1758147, 30.224522 ], [ 120.1746257, 30.2254312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691362, 30.2188702 ], [ 120.1693894, 30.218998 ], [ 120.1695167, 30.219086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1691362, 30.2188702 ], [ 120.1690897, 30.2192368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690897, 30.2192368 ], [ 120.1691083, 30.2193834 ], [ 120.169124, 30.2195069 ], [ 120.1692084, 30.2199418 ], [ 120.1694682, 30.2214033 ], [ 120.169505, 30.2216332 ], [ 120.1695179, 30.2218097 ], [ 120.1695187, 30.2219814 ], [ 120.1695097, 30.2221495 ], [ 120.1694932, 30.2223475 ], [ 120.169424, 30.2229513 ], [ 120.1694133, 30.2231129 ], [ 120.1693691, 30.2236028 ], [ 120.1693451, 30.2237898 ], [ 120.1692433, 30.2243828 ], [ 120.1692082, 30.2246068 ], [ 120.1691742, 30.2248383 ], [ 120.1690686, 30.2254565 ], [ 120.1690061, 30.225762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690061, 30.225762 ], [ 120.1690686, 30.2254565 ], [ 120.1691742, 30.2248383 ], [ 120.1692082, 30.2246068 ], [ 120.1692433, 30.2243828 ], [ 120.1693451, 30.2237898 ], [ 120.1693691, 30.2236028 ], [ 120.1694133, 30.2231129 ], [ 120.169424, 30.2229513 ], [ 120.1694932, 30.2223475 ], [ 120.1695097, 30.2221495 ], [ 120.1695187, 30.2219814 ], [ 120.1695179, 30.2218097 ], [ 120.169505, 30.2216332 ], [ 120.1694682, 30.2214033 ], [ 120.1692084, 30.2199418 ], [ 120.169124, 30.2195069 ], [ 120.1691083, 30.2193834 ], [ 120.1690897, 30.2192368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山脚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1638496, 30.2282269 ], [ 120.1638451, 30.2280781 ], [ 120.1638088, 30.2279232 ], [ 120.1636194, 30.2276256 ], [ 120.1635147, 30.2274148 ], [ 120.1634809, 30.2272306 ], [ 120.1634626, 30.2270993 ], [ 120.1634515, 30.2270195 ], [ 120.1634481, 30.2268941 ], [ 120.1634558, 30.226842 ], [ 120.1634947, 30.2266586 ], [ 120.1635363, 30.2264483 ], [ 120.1635618, 30.2263192 ], [ 120.1635742, 30.2262565 ], [ 120.1635826, 30.2262198 ], [ 120.163589, 30.226192 ], [ 120.1636145, 30.2260803 ], [ 120.163647, 30.225938 ], [ 120.1636544, 30.2259059 ], [ 120.1636801, 30.2257935 ], [ 120.1637144, 30.2256436 ], [ 120.163747, 30.2255011 ], [ 120.1637788, 30.2253621 ], [ 120.1638112, 30.2252205 ], [ 120.1638465, 30.2250658 ], [ 120.1638779, 30.2249287 ], [ 120.1638917, 30.2248684 ], [ 120.1639197, 30.2247831 ], [ 120.1639792, 30.2246018 ], [ 120.1639951, 30.2245533 ], [ 120.1640701, 30.2243249 ], [ 120.1641302, 30.2241418 ], [ 120.1641614, 30.2240468 ], [ 120.1642467, 30.223787 ], [ 120.1643568, 30.2231118 ], [ 120.1644288, 30.2228549 ], [ 120.1644934, 30.2225946 ], [ 120.1645113, 30.2225183 ], [ 120.1645301, 30.2224468 ], [ 120.1645489, 30.2223712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690061, 30.225762 ], [ 120.1689732, 30.2259434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1689732, 30.2259434 ], [ 120.1690061, 30.225762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1688873, 30.2264501 ], [ 120.1689153, 30.2262886 ], [ 120.1689732, 30.2259434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1689732, 30.2259434 ], [ 120.1689153, 30.2262886 ], [ 120.1688873, 30.2264501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660044, 30.2277561 ], [ 120.1662605, 30.2276648 ], [ 120.1664272, 30.2275102 ], [ 120.166725, 30.2272574 ], [ 120.1668061, 30.2271885 ], [ 120.1671021, 30.2269371 ], [ 120.1674342, 30.2266552 ], [ 120.1676963, 30.2264326 ], [ 120.1679999, 30.2261659 ], [ 120.1682036, 30.2260715 ], [ 120.1683159, 30.2260154 ], [ 120.1685972, 30.2259173 ], [ 120.1687545, 30.2258578 ], [ 120.168918, 30.2258018 ], [ 120.1690061, 30.225762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1820579, 30.2236671 ], [ 120.1820119, 30.2236406 ], [ 120.1817396, 30.2235245 ], [ 120.1810633, 30.2232616 ], [ 120.1807093, 30.2230854 ], [ 120.1804007, 30.222858 ], [ 120.1803445, 30.2228166 ], [ 120.1802939, 30.2227722 ], [ 120.1801233, 30.2226226 ], [ 120.1798388, 30.2223732 ], [ 120.1796149, 30.2221769 ], [ 120.1793256, 30.2218839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1774742, 30.2230066 ], [ 120.1776218, 30.2228756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776218, 30.2228756 ], [ 120.1778223, 30.2230227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776389, 30.2231281 ], [ 120.1774742, 30.2230066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778223, 30.2230227 ], [ 120.1776389, 30.2231281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1820579, 30.2236671 ], [ 120.1821005, 30.2236114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821005, 30.2236114 ], [ 120.1822345, 30.2236718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821968, 30.2237474 ], [ 120.1820579, 30.2236671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822345, 30.2236718 ], [ 120.1821968, 30.2237474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778223, 30.2230227 ], [ 120.17819, 30.2234055 ], [ 120.1782688, 30.2234869 ], [ 120.1803441, 30.2256311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0885456, 30.1659805 ], [ 120.0888193, 30.165804 ], [ 120.0893189, 30.1654765 ], [ 120.0903594, 30.1648221 ], [ 120.0914186, 30.1642006 ], [ 120.0915786, 30.1641047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0967027, 30.1651414 ], [ 120.0965615, 30.1652328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0965615, 30.1652328 ], [ 120.0967027, 30.1651414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0967027, 30.1651414 ], [ 120.0974636, 30.1656053 ], [ 120.0978599, 30.1658549 ], [ 120.0981068, 30.1659868 ], [ 120.0983374, 30.1660694 ], [ 120.0985745, 30.1661653 ], [ 120.0988604, 30.1662331 ], [ 120.0991659, 30.1662802 ], [ 120.0994715, 30.1662851 ], [ 120.1000988, 30.1663018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000962, 30.1664367 ], [ 120.0992884, 30.1664182 ], [ 120.0986899, 30.1663277 ], [ 120.0984764, 30.1662586 ], [ 120.0983758, 30.166226 ], [ 120.0980659, 30.1661257 ], [ 120.0976078, 30.165859 ], [ 120.0971821, 30.1655942 ], [ 120.0965615, 30.1652328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0885456, 30.1659805 ], [ 120.0884553, 30.1660362 ], [ 120.0881592, 30.1662188 ], [ 120.0875865, 30.1666536 ], [ 120.0875404, 30.1666886 ], [ 120.0873968, 30.1668136 ], [ 120.0871003, 30.1670715 ], [ 120.086656, 30.167673 ], [ 120.0865678, 30.1677984 ], [ 120.0863801, 30.1680674 ], [ 120.0860026, 30.1686026 ], [ 120.0858772, 30.1687805 ], [ 120.0856977, 30.1690284 ], [ 120.0855473, 30.1692559 ], [ 120.0854748, 30.1693767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0885456, 30.1659805 ], [ 120.0888831, 30.1663665 ], [ 120.0893334, 30.1667679 ], [ 120.0898099, 30.1670809 ], [ 120.0901476, 30.167255 ], [ 120.0904753, 30.1674239 ], [ 120.0912736, 30.1677221 ], [ 120.091769, 30.1678958 ], [ 120.0921804, 30.1680129 ], [ 120.093643, 30.1686434 ], [ 120.0937228, 30.1686806 ], [ 120.0938795, 30.1687537 ], [ 120.0944363, 30.1690133 ], [ 120.0952998, 30.1695246 ], [ 120.0964541, 30.170186 ], [ 120.0968622, 30.1704171 ], [ 120.0970869, 30.1705444 ], [ 120.0977719, 30.1709323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0977719, 30.1709323 ], [ 120.0970869, 30.1705444 ], [ 120.0968622, 30.1704171 ], [ 120.0964541, 30.170186 ], [ 120.0952998, 30.1695246 ], [ 120.0944363, 30.1690133 ], [ 120.0938795, 30.1687537 ], [ 120.0937228, 30.1686806 ], [ 120.093643, 30.1686434 ], [ 120.0921804, 30.1680129 ], [ 120.091769, 30.1678958 ], [ 120.0912736, 30.1677221 ], [ 120.0904753, 30.1674239 ], [ 120.0901476, 30.167255 ], [ 120.0898099, 30.1670809 ], [ 120.0893334, 30.1667679 ], [ 120.0888831, 30.1663665 ], [ 120.0885456, 30.1659805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0977719, 30.1709323 ], [ 120.0978981, 30.1709943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0978981, 30.1709943 ], [ 120.0977719, 30.1709323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "枫桦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002599, 30.1664369 ], [ 120.1000962, 30.1664367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.105999, 30.1649824 ], [ 120.1060911, 30.1669089 ], [ 120.10608, 30.1672554 ], [ 120.1061207, 30.1677729 ], [ 120.1061025, 30.1683685 ], [ 120.1060815, 30.1685999 ], [ 120.1060456, 30.1689949 ], [ 120.1060001, 30.169477 ], [ 120.1059432, 30.1699 ], [ 120.1059053, 30.1702214 ], [ 120.105868, 30.1704136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0977719, 30.1709323 ], [ 120.0983731, 30.1702406 ], [ 120.0989474, 30.1695459 ], [ 120.099609, 30.1687457 ], [ 120.0997288, 30.1685584 ], [ 120.0998309, 30.1683489 ], [ 120.0998889, 30.1682079 ], [ 120.100009, 30.1677534 ], [ 120.1000873, 30.166951 ], [ 120.1000962, 30.1664367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002599, 30.1664369 ], [ 120.1002536, 30.1670809 ], [ 120.1001974, 30.1676652 ], [ 120.1001034, 30.1681058 ], [ 120.0999371, 30.1684769 ], [ 120.0997317, 30.168783 ], [ 120.099654, 30.1688987 ], [ 120.0994201, 30.1691734 ], [ 120.0988053, 30.1698958 ], [ 120.0978981, 30.1709943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1044426, 30.1738425 ], [ 120.1045329, 30.173606 ], [ 120.1047664, 30.1729157 ], [ 120.1050185, 30.1722334 ], [ 120.1051026, 30.17187 ], [ 120.105224, 30.1714057 ], [ 120.1053688, 30.1707153 ], [ 120.1055182, 30.169819 ], [ 120.1055696, 30.1692336 ], [ 120.1056079, 30.1688296 ], [ 120.1056397, 30.1684948 ], [ 120.1056723, 30.1680789 ], [ 120.1056666, 30.1676353 ], [ 120.1056831, 30.1671547 ], [ 120.1056972, 30.1667428 ], [ 120.1056346, 30.1649769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030837, 30.1688509 ], [ 120.1029077, 30.1695952 ], [ 120.1028607, 30.1697941 ], [ 120.1027029, 30.1702505 ], [ 120.1026654, 30.1703588 ], [ 120.1021854, 30.1716237 ], [ 120.1021818, 30.1716333 ], [ 120.1021377, 30.1717035 ], [ 120.1018451, 30.1721687 ], [ 120.1014962, 30.1727235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1014962, 30.1727235 ], [ 120.1018451, 30.1721687 ], [ 120.1021377, 30.1717035 ], [ 120.1021818, 30.1716333 ], [ 120.1021854, 30.1716237 ], [ 120.1026654, 30.1703588 ], [ 120.1027029, 30.1702505 ], [ 120.1028607, 30.1697941 ], [ 120.1029077, 30.1695952 ], [ 120.1030837, 30.1688509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0978981, 30.1709943 ], [ 120.0980906, 30.1710901 ], [ 120.0982851, 30.1711886 ], [ 120.098654, 30.1713711 ], [ 120.0996775, 30.1718594 ], [ 120.1004185, 30.1722153 ], [ 120.1014123, 30.1726926 ], [ 120.1014962, 30.1727235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1014962, 30.1727235 ], [ 120.1014123, 30.1726926 ], [ 120.1004185, 30.1722153 ], [ 120.0996775, 30.1718594 ], [ 120.098654, 30.1713711 ], [ 120.0982851, 30.1711886 ], [ 120.0980906, 30.1710901 ], [ 120.0978981, 30.1709943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.105868, 30.1704136 ], [ 120.1058029, 30.1707494 ], [ 120.1056398, 30.1715561 ], [ 120.105526, 30.1720349 ], [ 120.105416, 30.172494 ], [ 120.1052794, 30.1730121 ], [ 120.1052143, 30.1732389 ], [ 120.1051391, 30.1735007 ], [ 120.1049722, 30.1739861 ], [ 120.1046421, 30.1748518 ], [ 120.1045018, 30.1751567 ], [ 120.1043252, 30.1754376 ], [ 120.104168, 30.1758323 ], [ 120.1041124, 30.1759423 ], [ 120.1039596, 30.17603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1014962, 30.1727235 ], [ 120.102752, 30.1732004 ], [ 120.1039276, 30.1736469 ], [ 120.1044426, 30.1738425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1044426, 30.1738425 ], [ 120.1039276, 30.1736469 ], [ 120.102752, 30.1732004 ], [ 120.1014962, 30.1727235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1006824, 30.1739632 ], [ 120.1010617, 30.1733855 ], [ 120.1014962, 30.1727235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1014962, 30.1727235 ], [ 120.1010617, 30.1733855 ], [ 120.1006824, 30.1739632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1051944, 30.1727617 ], [ 120.1050806, 30.1730734 ], [ 120.1048815, 30.173664 ], [ 120.1046483, 30.1743169 ], [ 120.1039596, 30.17603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.103498, 30.1765558 ], [ 120.1038384, 30.1759416 ], [ 120.1045251, 30.1742734 ], [ 120.1049266, 30.1730618 ], [ 120.1050315, 30.1726627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.103498, 30.1765558 ], [ 120.1036104, 30.1761667 ], [ 120.1039444, 30.1753259 ], [ 120.1039815, 30.1752224 ], [ 120.1040052, 30.1751563 ], [ 120.1040425, 30.1749343 ], [ 120.1040892, 30.1747688 ], [ 120.1044426, 30.1738425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.094762, 30.1753451 ], [ 120.0951478, 30.1755555 ], [ 120.0961217, 30.1760499 ], [ 120.097265, 30.1766609 ], [ 120.0978072, 30.176921 ], [ 120.0981163, 30.1770491 ], [ 120.0984802, 30.1772 ], [ 120.099159, 30.1775239 ], [ 120.0996127, 30.1777231 ], [ 120.1000927, 30.1779128 ], [ 120.1004483, 30.1780484 ], [ 120.1007541, 30.1781679 ], [ 120.1010831, 30.1783433 ], [ 120.1018488, 30.1785755 ], [ 120.1022694, 30.1787684 ], [ 120.1025601, 30.1789709 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1039596, 30.17603 ], [ 120.1036057, 30.1765808 ], [ 120.103361, 30.1771408 ], [ 120.1033134, 30.1772678 ], [ 120.1028565, 30.1784074 ], [ 120.102693, 30.1788062 ], [ 120.1027207, 30.1790838 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1025601, 30.1789709 ], [ 120.1025839, 30.1787576 ], [ 120.1027508, 30.1783622 ], [ 120.1032249, 30.1771169 ], [ 120.103498, 30.1765558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1130888, 30.1882657 ], [ 120.1128466, 30.1879853 ], [ 120.11179, 30.1867618 ], [ 120.1114424, 30.1863448 ], [ 120.1109417, 30.1857441 ], [ 120.1102975, 30.1848933 ], [ 120.109979, 30.1845344 ], [ 120.1096529, 30.1841669 ], [ 120.1095797, 30.1840844 ], [ 120.1083037, 30.1829793 ], [ 120.1075322, 30.1823744 ], [ 120.1069917, 30.1819788 ], [ 120.1069379, 30.1819394 ], [ 120.1061497, 30.1814257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1027207, 30.1790838 ], [ 120.1029662, 30.1791832 ], [ 120.1031702, 30.1793244 ], [ 120.1035012, 30.1795568 ], [ 120.104144, 30.1800007 ], [ 120.1054701, 30.1809287 ], [ 120.1065758, 30.1815729 ], [ 120.1073472, 30.1820787 ], [ 120.1079926, 30.1825675 ], [ 120.1084697, 30.1829689 ], [ 120.1091749, 30.1835789 ], [ 120.1097119, 30.1840435 ], [ 120.1103856, 30.1847939 ], [ 120.1111055, 30.1857012 ], [ 120.111222, 30.1858308 ], [ 120.1119028, 30.1865881 ], [ 120.1124912, 30.1873268 ], [ 120.1131539, 30.188093 ], [ 120.1136007, 30.1884626 ], [ 120.1141253, 30.1888322 ], [ 120.1144633, 30.1890489 ], [ 120.1148195, 30.1892488 ], [ 120.114898, 30.1892929 ], [ 120.1149432, 30.1893182 ], [ 120.1153615, 30.1895176 ], [ 120.1162641, 30.1898984 ], [ 120.1169754, 30.1902566 ], [ 120.1174185, 30.1904717 ], [ 120.1177213, 30.1906335 ], [ 120.1181259, 30.1908937 ], [ 120.1185455, 30.191185 ], [ 120.1189851, 30.191647 ], [ 120.1196064, 30.1921439 ], [ 120.1201533, 30.1925557 ], [ 120.1207306, 30.192921 ], [ 120.1220429, 30.1937204 ], [ 120.1223369, 30.1939503 ], [ 120.1231544, 30.1948388 ], [ 120.1232653, 30.1949593 ], [ 120.1251238, 30.1963655 ], [ 120.1290151, 30.1983657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1288994, 30.1984633 ], [ 120.1287519, 30.1983979 ], [ 120.1281053, 30.1980751 ], [ 120.12743, 30.1977379 ], [ 120.1270732, 30.1975498 ], [ 120.1268944, 30.1974556 ], [ 120.1250077, 30.1965013 ], [ 120.124641, 30.1962208 ], [ 120.1232297, 30.1951416 ], [ 120.1231645, 30.1950917 ], [ 120.1226765, 30.1945804 ], [ 120.1220201, 30.1938926 ], [ 120.1211702, 30.193359 ], [ 120.1207335, 30.1930849 ], [ 120.1200825, 30.1926791 ], [ 120.119492, 30.1922674 ], [ 120.1186947, 30.1915546 ], [ 120.1183404, 30.1912676 ], [ 120.1180947, 30.1910854 ], [ 120.1179795, 30.191 ], [ 120.1174112, 30.1906753 ], [ 120.1173115, 30.1906216 ], [ 120.1168775, 30.1903878 ], [ 120.1164786, 30.1902012 ], [ 120.1161556, 30.1900502 ], [ 120.1160394, 30.1900016 ], [ 120.1159181, 30.1899509 ], [ 120.1157378, 30.1898854 ], [ 120.115356, 30.1897354 ], [ 120.1148878, 30.1895475 ], [ 120.1148217, 30.189521 ], [ 120.1147515, 30.1894768 ], [ 120.1146757, 30.1894291 ], [ 120.1143311, 30.189212 ], [ 120.1141028, 30.1890176 ], [ 120.1140648, 30.1889894 ], [ 120.1138638, 30.1888404 ], [ 120.1130888, 30.1882657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "满觉陇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1055784, 30.2224428 ], [ 120.1055586, 30.2223793 ], [ 120.1055603, 30.222318 ], [ 120.1056077, 30.2222753 ], [ 120.1056818, 30.2222684 ], [ 120.1058052, 30.2222822 ], [ 120.1059247, 30.2223117 ], [ 120.1060297, 30.2223617 ], [ 120.106152, 30.2224323 ], [ 120.1063047, 30.2225521 ], [ 120.106479, 30.2226941 ], [ 120.1065667, 30.2227587 ], [ 120.1066752, 30.2228223 ], [ 120.106794, 30.2228729 ], [ 120.1069053, 30.2229084 ], [ 120.10705, 30.2229354 ], [ 120.1074129, 30.2229931 ], [ 120.1075742, 30.2230127 ], [ 120.1077673, 30.2230177 ], [ 120.1079586, 30.2230082 ], [ 120.1081378, 30.2229823 ], [ 120.1083122, 30.2229466 ], [ 120.1084752, 30.2228646 ], [ 120.1086087, 30.2227808 ], [ 120.1087407, 30.2226922 ], [ 120.1087971, 30.222656 ], [ 120.1088492, 30.2226225 ], [ 120.1089389, 30.2225659 ], [ 120.1090035, 30.2225371 ], [ 120.1091646, 30.2224906 ], [ 120.109262, 30.2224823 ], [ 120.1094013, 30.2224647 ], [ 120.109509, 30.222469 ], [ 120.1096309, 30.2224862 ], [ 120.1097523, 30.2225305 ], [ 120.1099203, 30.2225939 ], [ 120.1103667, 30.2227982 ], [ 120.1104623, 30.2228195 ], [ 120.1105435, 30.2228215 ], [ 120.1106099, 30.2228088 ], [ 120.1106755, 30.2227793 ], [ 120.1107285, 30.2227313 ], [ 120.1107903, 30.222656 ], [ 120.110901, 30.2225151 ], [ 120.1109391, 30.2224666 ], [ 120.1109878, 30.2224224 ], [ 120.1110305, 30.2223976 ], [ 120.111092, 30.2223703 ], [ 120.1111593, 30.2223536 ], [ 120.1112298, 30.2223415 ], [ 120.11145, 30.2223034 ], [ 120.1115075, 30.2222942 ], [ 120.1115702, 30.2222755 ], [ 120.1116115, 30.2222507 ], [ 120.1116379, 30.2222193 ], [ 120.1116612, 30.2221769 ], [ 120.1117004, 30.2221042 ], [ 120.1117541, 30.2219352 ], [ 120.1118177, 30.2217481 ], [ 120.1118444, 30.2216542 ], [ 120.1118873, 30.2215166 ], [ 120.1119252, 30.2214188 ], [ 120.1119376, 30.2213867 ], [ 120.1119693, 30.2213051 ], [ 120.1120202, 30.2211255 ], [ 120.1120347, 30.2210818 ], [ 120.1120528, 30.2209901 ], [ 120.1120688, 30.2209283 ], [ 120.1120687, 30.2208425 ], [ 120.1120626, 30.2207465 ], [ 120.1120602, 30.2207116 ], [ 120.1120428, 30.2205745 ], [ 120.1120379, 30.2205256 ], [ 120.1120358, 30.2204861 ], [ 120.1120433, 30.2204525 ], [ 120.1120731, 30.2204246 ], [ 120.1121194, 30.2204083 ], [ 120.1121646, 30.2204052 ], [ 120.1122198, 30.2204189 ], [ 120.1123, 30.2204392 ], [ 120.112484, 30.2205019 ], [ 120.1127016, 30.2205981 ], [ 120.1127649, 30.220624 ], [ 120.1128937, 30.2206754 ], [ 120.1129648, 30.2207041 ], [ 120.1130799, 30.2207393 ], [ 120.1131749, 30.220758 ], [ 120.1134521, 30.2208015 ], [ 120.1135981, 30.2208219 ], [ 120.11367, 30.2208333 ], [ 120.1138006, 30.2208569 ], [ 120.1138694, 30.2208746 ], [ 120.1140552, 30.2209173 ], [ 120.1141623, 30.220934 ], [ 120.1145062, 30.2209511 ], [ 120.1147263, 30.220973 ], [ 120.1148559, 30.2209991 ], [ 120.1149332, 30.2210174 ], [ 120.1150443, 30.2210502 ], [ 120.1151749, 30.2210782 ], [ 120.115237, 30.2210894 ], [ 120.115294, 30.2210813 ], [ 120.1153426, 30.2210551 ], [ 120.1153738, 30.2210204 ], [ 120.1153825, 30.2209718 ], [ 120.1153688, 30.2209267 ], [ 120.1153394, 30.2208816 ], [ 120.1152729, 30.2208147 ], [ 120.1151842, 30.2207436 ], [ 120.1150525, 30.2206654 ], [ 120.1149633, 30.2206225 ], [ 120.1147527, 30.2205346 ], [ 120.1145839, 30.2204724 ], [ 120.114252, 30.2203698 ], [ 120.114064, 30.220298 ], [ 120.1137575, 30.2201689 ], [ 120.113563, 30.220076 ], [ 120.1134801, 30.2200194 ], [ 120.1134282, 30.2199636 ], [ 120.113408, 30.2198993 ], [ 120.1134061, 30.2198374 ], [ 120.1134184, 30.2197765 ], [ 120.1134688, 30.2197266 ], [ 120.1135534, 30.219673 ], [ 120.1136947, 30.219627 ], [ 120.1138272, 30.2195935 ], [ 120.1139538, 30.2195789 ], [ 120.1142264, 30.2195577 ], [ 120.1144392, 30.2195641 ], [ 120.1146425, 30.2195826 ], [ 120.1149734, 30.219577 ], [ 120.1151233, 30.219569 ], [ 120.1154419, 30.2195542 ], [ 120.1157675, 30.2195406 ], [ 120.1159154, 30.2195404 ], [ 120.1160784, 30.2195776 ], [ 120.1163045, 30.2196477 ], [ 120.1163988, 30.2196654 ], [ 120.116502, 30.2196677 ], [ 120.1166031, 30.219656 ], [ 120.1167358, 30.2196135 ], [ 120.1168945, 30.2195584 ], [ 120.1169989, 30.2195324 ], [ 120.1171378, 30.2195262 ], [ 120.1175579, 30.2195449 ], [ 120.1176606, 30.2195404 ], [ 120.1177345, 30.2195223 ], [ 120.1178311, 30.2194866 ], [ 120.1180044, 30.2193406 ], [ 120.1181619, 30.2191778 ], [ 120.1182344, 30.2191357 ], [ 120.1183381, 30.2191212 ], [ 120.1184193, 30.2191336 ], [ 120.1185268, 30.2191742 ], [ 120.1186074, 30.2192335 ], [ 120.1186566, 30.2193162 ], [ 120.1186761, 30.2194252 ], [ 120.1186656, 30.2194993 ], [ 120.1186197, 30.2195931 ], [ 120.1185409, 30.219651 ], [ 120.1184441, 30.2196981 ], [ 120.118382, 30.2197119 ], [ 120.118264, 30.2197313 ], [ 120.1178809, 30.2198122 ], [ 120.1177171, 30.2198654 ], [ 120.1176399, 30.2199216 ], [ 120.1175793, 30.2200397 ], [ 120.1175845, 30.2201243 ], [ 120.1176153, 30.2201986 ], [ 120.1176784, 30.2202549 ], [ 120.1177739, 30.2203169 ], [ 120.117914, 30.2203614 ], [ 120.11815, 30.2204233 ], [ 120.1183228, 30.2204498 ], [ 120.1185108, 30.2204613 ], [ 120.1186298, 30.2204748 ], [ 120.1187048, 30.2204833 ], [ 120.1189229, 30.220531 ], [ 120.1193216, 30.2206338 ], [ 120.119602, 30.2207017 ], [ 120.119782, 30.220732 ], [ 120.119987, 30.2207449 ], [ 120.120217, 30.2207556 ], [ 120.1204045, 30.2207709 ], [ 120.1205753, 30.2207993 ], [ 120.121691, 30.2210514 ], [ 120.1221586, 30.2211513 ], [ 120.1224173, 30.2212267 ], [ 120.1225376, 30.2212696 ], [ 120.1226548, 30.2213223 ], [ 120.1227911, 30.2213984 ], [ 120.1228216, 30.2214163 ], [ 120.122966, 30.2214937 ], [ 120.1231287, 30.2215776 ], [ 120.1233115, 30.2216506 ], [ 120.1234232, 30.2216761 ], [ 120.1234909, 30.2216915 ], [ 120.1236776, 30.221721 ], [ 120.1238077, 30.2217292 ], [ 120.1240652, 30.221756 ], [ 120.1242555, 30.2217556 ], [ 120.124392, 30.2217468 ], [ 120.1246614, 30.2217378 ], [ 120.124844, 30.2217394 ], [ 120.1249586, 30.2217661 ], [ 120.1250168, 30.2217832 ], [ 120.12521, 30.2218173 ], [ 120.1253504, 30.2218326 ], [ 120.1254672, 30.2218339 ], [ 120.1255648, 30.2218165 ], [ 120.1256522, 30.2217874 ], [ 120.125728, 30.2217321 ], [ 120.1258118, 30.2216677 ], [ 120.125944, 30.2215631 ], [ 120.1260567, 30.2215234 ], [ 120.1262709, 30.2214794 ], [ 120.1266419, 30.2214921 ], [ 120.1269492, 30.2214969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "满觉陇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269492, 30.2214969 ], [ 120.1266419, 30.2214921 ], [ 120.1262709, 30.2214794 ], [ 120.1260567, 30.2215234 ], [ 120.125944, 30.2215631 ], [ 120.1258118, 30.2216677 ], [ 120.125728, 30.2217321 ], [ 120.1256522, 30.2217874 ], [ 120.1255648, 30.2218165 ], [ 120.1254672, 30.2218339 ], [ 120.1253504, 30.2218326 ], [ 120.12521, 30.2218173 ], [ 120.1250168, 30.2217832 ], [ 120.1249586, 30.2217661 ], [ 120.124844, 30.2217394 ], [ 120.1246614, 30.2217378 ], [ 120.124392, 30.2217468 ], [ 120.1242555, 30.2217556 ], [ 120.1240652, 30.221756 ], [ 120.1238077, 30.2217292 ], [ 120.1236776, 30.221721 ], [ 120.1234909, 30.2216915 ], [ 120.1234232, 30.2216761 ], [ 120.1233115, 30.2216506 ], [ 120.1231287, 30.2215776 ], [ 120.122966, 30.2214937 ], [ 120.1228216, 30.2214163 ], [ 120.1227911, 30.2213984 ], [ 120.1226548, 30.2213223 ], [ 120.1225376, 30.2212696 ], [ 120.1224173, 30.2212267 ], [ 120.1221586, 30.2211513 ], [ 120.121691, 30.2210514 ], [ 120.1205753, 30.2207993 ], [ 120.1204045, 30.2207709 ], [ 120.120217, 30.2207556 ], [ 120.119987, 30.2207449 ], [ 120.119782, 30.220732 ], [ 120.119602, 30.2207017 ], [ 120.1193216, 30.2206338 ], [ 120.1189229, 30.220531 ], [ 120.1187048, 30.2204833 ], [ 120.1186298, 30.2204748 ], [ 120.1185108, 30.2204613 ], [ 120.1183228, 30.2204498 ], [ 120.11815, 30.2204233 ], [ 120.117914, 30.2203614 ], [ 120.1177739, 30.2203169 ], [ 120.1176784, 30.2202549 ], [ 120.1176153, 30.2201986 ], [ 120.1175845, 30.2201243 ], [ 120.1175793, 30.2200397 ], [ 120.1176399, 30.2199216 ], [ 120.1177171, 30.2198654 ], [ 120.1178809, 30.2198122 ], [ 120.118264, 30.2197313 ], [ 120.118382, 30.2197119 ], [ 120.1184441, 30.2196981 ], [ 120.1185409, 30.219651 ], [ 120.1186197, 30.2195931 ], [ 120.1186656, 30.2194993 ], [ 120.1186761, 30.2194252 ], [ 120.1186566, 30.2193162 ], [ 120.1186074, 30.2192335 ], [ 120.1185268, 30.2191742 ], [ 120.1184193, 30.2191336 ], [ 120.1183381, 30.2191212 ], [ 120.1182344, 30.2191357 ], [ 120.1181619, 30.2191778 ], [ 120.1180044, 30.2193406 ], [ 120.1178311, 30.2194866 ], [ 120.1177345, 30.2195223 ], [ 120.1176606, 30.2195404 ], [ 120.1175579, 30.2195449 ], [ 120.1171378, 30.2195262 ], [ 120.1169989, 30.2195324 ], [ 120.1168945, 30.2195584 ], [ 120.1167358, 30.2196135 ], [ 120.1166031, 30.219656 ], [ 120.116502, 30.2196677 ], [ 120.1163988, 30.2196654 ], [ 120.1163045, 30.2196477 ], [ 120.1160784, 30.2195776 ], [ 120.1159154, 30.2195404 ], [ 120.1157675, 30.2195406 ], [ 120.1154419, 30.2195542 ], [ 120.1151233, 30.219569 ], [ 120.1149734, 30.219577 ], [ 120.1146425, 30.2195826 ], [ 120.1144392, 30.2195641 ], [ 120.1142264, 30.2195577 ], [ 120.1139538, 30.2195789 ], [ 120.1138272, 30.2195935 ], [ 120.1136947, 30.219627 ], [ 120.1135534, 30.219673 ], [ 120.1134688, 30.2197266 ], [ 120.1134184, 30.2197765 ], [ 120.1134061, 30.2198374 ], [ 120.113408, 30.2198993 ], [ 120.1134282, 30.2199636 ], [ 120.1134801, 30.2200194 ], [ 120.113563, 30.220076 ], [ 120.1137575, 30.2201689 ], [ 120.114064, 30.220298 ], [ 120.114252, 30.2203698 ], [ 120.1145839, 30.2204724 ], [ 120.1147527, 30.2205346 ], [ 120.1149633, 30.2206225 ], [ 120.1150525, 30.2206654 ], [ 120.1151842, 30.2207436 ], [ 120.1152729, 30.2208147 ], [ 120.1153394, 30.2208816 ], [ 120.1153688, 30.2209267 ], [ 120.1153825, 30.2209718 ], [ 120.1153738, 30.2210204 ], [ 120.1153426, 30.2210551 ], [ 120.115294, 30.2210813 ], [ 120.115237, 30.2210894 ], [ 120.1151749, 30.2210782 ], [ 120.1150443, 30.2210502 ], [ 120.1149332, 30.2210174 ], [ 120.1148559, 30.2209991 ], [ 120.1147263, 30.220973 ], [ 120.1145062, 30.2209511 ], [ 120.1141623, 30.220934 ], [ 120.1140552, 30.2209173 ], [ 120.1138694, 30.2208746 ], [ 120.1138006, 30.2208569 ], [ 120.11367, 30.2208333 ], [ 120.1135981, 30.2208219 ], [ 120.1134521, 30.2208015 ], [ 120.1131749, 30.220758 ], [ 120.1130799, 30.2207393 ], [ 120.1129648, 30.2207041 ], [ 120.1128937, 30.2206754 ], [ 120.1127649, 30.220624 ], [ 120.1127016, 30.2205981 ], [ 120.112484, 30.2205019 ], [ 120.1123, 30.2204392 ], [ 120.1122198, 30.2204189 ], [ 120.1121646, 30.2204052 ], [ 120.1121194, 30.2204083 ], [ 120.1120731, 30.2204246 ], [ 120.1120433, 30.2204525 ], [ 120.1120358, 30.2204861 ], [ 120.1120379, 30.2205256 ], [ 120.1120428, 30.2205745 ], [ 120.1120602, 30.2207116 ], [ 120.1120626, 30.2207465 ], [ 120.1120687, 30.2208425 ], [ 120.1120688, 30.2209283 ], [ 120.1120528, 30.2209901 ], [ 120.1120347, 30.2210818 ], [ 120.1120202, 30.2211255 ], [ 120.1119693, 30.2213051 ], [ 120.1119376, 30.2213867 ], [ 120.1119252, 30.2214188 ], [ 120.1118873, 30.2215166 ], [ 120.1118444, 30.2216542 ], [ 120.1118177, 30.2217481 ], [ 120.1117541, 30.2219352 ], [ 120.1117004, 30.2221042 ], [ 120.1116612, 30.2221769 ], [ 120.1116379, 30.2222193 ], [ 120.1116115, 30.2222507 ], [ 120.1115702, 30.2222755 ], [ 120.1115075, 30.2222942 ], [ 120.11145, 30.2223034 ], [ 120.1112298, 30.2223415 ], [ 120.1111593, 30.2223536 ], [ 120.111092, 30.2223703 ], [ 120.1110305, 30.2223976 ], [ 120.1109878, 30.2224224 ], [ 120.1109391, 30.2224666 ], [ 120.110901, 30.2225151 ], [ 120.1107903, 30.222656 ], [ 120.1107285, 30.2227313 ], [ 120.1106755, 30.2227793 ], [ 120.1106099, 30.2228088 ], [ 120.1105435, 30.2228215 ], [ 120.1104623, 30.2228195 ], [ 120.1103667, 30.2227982 ], [ 120.1099203, 30.2225939 ], [ 120.1097523, 30.2225305 ], [ 120.1096309, 30.2224862 ], [ 120.109509, 30.222469 ], [ 120.1094013, 30.2224647 ], [ 120.109262, 30.2224823 ], [ 120.1091646, 30.2224906 ], [ 120.1090035, 30.2225371 ], [ 120.1089389, 30.2225659 ], [ 120.1088492, 30.2226225 ], [ 120.1087971, 30.222656 ], [ 120.1087407, 30.2226922 ], [ 120.1086087, 30.2227808 ], [ 120.1084752, 30.2228646 ], [ 120.1083122, 30.2229466 ], [ 120.1081378, 30.2229823 ], [ 120.1079586, 30.2230082 ], [ 120.1077673, 30.2230177 ], [ 120.1075742, 30.2230127 ], [ 120.1074129, 30.2229931 ], [ 120.10705, 30.2229354 ], [ 120.1069053, 30.2229084 ], [ 120.106794, 30.2228729 ], [ 120.1066752, 30.2228223 ], [ 120.1065667, 30.2227587 ], [ 120.106479, 30.2226941 ], [ 120.1063047, 30.2225521 ], [ 120.106152, 30.2224323 ], [ 120.1060297, 30.2223617 ], [ 120.1059247, 30.2223117 ], [ 120.1058052, 30.2222822 ], [ 120.1056818, 30.2222684 ], [ 120.1056077, 30.2222753 ], [ 120.1055603, 30.222318 ], [ 120.1055586, 30.2223793 ], [ 120.1055784, 30.2224428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "五老峰隧道", "双峰路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269492, 30.2214969 ], [ 120.1268299, 30.2216326 ], [ 120.1267111, 30.2219154 ], [ 120.1266038, 30.2221378 ], [ 120.1265207, 30.2223209 ], [ 120.1264531, 30.222528 ], [ 120.1263434, 30.222736 ], [ 120.1245282, 30.2252084 ], [ 120.1228296, 30.2266297 ], [ 120.1201951, 30.227635 ], [ 120.1181498, 30.2289869 ], [ 120.1165062, 30.2301756 ], [ 120.1161248, 30.2304804 ], [ 120.1160681, 30.2305265 ], [ 120.1155459, 30.230956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "五老峰隧道", "双峰路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155459, 30.230956 ], [ 120.1160681, 30.2305265 ], [ 120.1161248, 30.2304804 ], [ 120.1165062, 30.2301756 ], [ 120.1181498, 30.2289869 ], [ 120.1201951, 30.227635 ], [ 120.1228296, 30.2266297 ], [ 120.1245282, 30.2252084 ], [ 120.1263434, 30.222736 ], [ 120.1264531, 30.222528 ], [ 120.1265207, 30.2223209 ], [ 120.1266038, 30.2221378 ], [ 120.1267111, 30.2219154 ], [ 120.1268299, 30.2216326 ], [ 120.1269492, 30.2214969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1055784, 30.2224428 ], [ 120.1056172, 30.222505 ], [ 120.1057008, 30.2225767 ], [ 120.1058237, 30.2226702 ], [ 120.1059845, 30.2228089 ], [ 120.1061575, 30.222965 ], [ 120.1062259, 30.2230557 ], [ 120.1062883, 30.2231541 ], [ 120.1063123, 30.223192 ], [ 120.10639, 30.2232908 ], [ 120.106468, 30.2233698 ], [ 120.1065503, 30.2234463 ], [ 120.1066273, 30.2235068 ], [ 120.1066972, 30.223549 ], [ 120.1067956, 30.2235834 ], [ 120.1068512, 30.2236001 ], [ 120.1069258, 30.2236225 ], [ 120.1070767, 30.2236556 ], [ 120.1071413, 30.223675 ], [ 120.1072207, 30.2236989 ], [ 120.1074285, 30.223773 ], [ 120.1075975, 30.2238463 ], [ 120.1077303, 30.2239039 ], [ 120.108156, 30.2240799 ], [ 120.1082428, 30.2241106 ], [ 120.1083265, 30.224131 ], [ 120.1084218, 30.2241351 ], [ 120.1085007, 30.2241305 ], [ 120.1085817, 30.2241078 ], [ 120.1086615, 30.2240903 ], [ 120.1087106, 30.2240955 ], [ 120.1087531, 30.224106 ], [ 120.1087964, 30.22413 ], [ 120.1088184, 30.2241565 ], [ 120.1088316, 30.2241723 ], [ 120.1088364, 30.2242147 ], [ 120.1088019, 30.2242641 ], [ 120.1087533, 30.2243044 ], [ 120.1086859, 30.2243335 ], [ 120.108596, 30.2243497 ], [ 120.1084379, 30.2243675 ], [ 120.1081602, 30.2243977 ], [ 120.1080105, 30.2244289 ], [ 120.1079269, 30.2244548 ], [ 120.1078851, 30.2244677 ], [ 120.1077425, 30.2245303 ], [ 120.1076321, 30.2245969 ], [ 120.1074903, 30.224729 ], [ 120.1074749, 30.2247442 ], [ 120.1073745, 30.2248438 ], [ 120.10732, 30.2249163 ], [ 120.1072854, 30.2249624 ], [ 120.107214, 30.2250652 ], [ 120.1071657, 30.225156 ], [ 120.1070613, 30.2254158 ], [ 120.1070434, 30.22549 ], [ 120.1070415, 30.2255535 ], [ 120.1070516, 30.2256199 ], [ 120.1070703, 30.2256786 ], [ 120.1071135, 30.2257349 ], [ 120.1071898, 30.2257866 ], [ 120.1073544, 30.2258826 ], [ 120.107441, 30.2259381 ], [ 120.1074944, 30.2259897 ], [ 120.1075195, 30.2260352 ], [ 120.1075387, 30.226095 ], [ 120.107562, 30.2262468 ], [ 120.1075752, 30.2263375 ], [ 120.107608, 30.2264146 ], [ 120.1076645, 30.2264759 ], [ 120.1077404, 30.2265278 ], [ 120.1078766, 30.226613 ], [ 120.1079733, 30.2266779 ], [ 120.1080352, 30.2267436 ], [ 120.1081301, 30.226847 ], [ 120.1082251, 30.2269797 ], [ 120.1083733, 30.2271774 ], [ 120.108459, 30.2272384 ], [ 120.108552, 30.2272696 ], [ 120.1086404, 30.2272868 ], [ 120.1087549, 30.2272857 ], [ 120.1088519, 30.2272909 ], [ 120.1089257, 30.2273079 ], [ 120.1089855, 30.2273387 ], [ 120.109047, 30.2273844 ], [ 120.1092085, 30.2275327 ], [ 120.1095, 30.2277916 ], [ 120.1096038, 30.2278764 ], [ 120.1097323, 30.2279578 ], [ 120.1098608, 30.2280083 ], [ 120.1100043, 30.2280604 ], [ 120.110103, 30.2280998 ], [ 120.1101848, 30.2281707 ], [ 120.1102332, 30.2282346 ], [ 120.1102598, 30.2282999 ], [ 120.1102586, 30.2283761 ], [ 120.1102415, 30.2284528 ], [ 120.1101711, 30.2286498 ], [ 120.11015, 30.2287361 ], [ 120.1101426, 30.2288139 ], [ 120.1101513, 30.2288923 ], [ 120.110193, 30.2289716 ], [ 120.1102614, 30.2290521 ], [ 120.1103402, 30.2291029 ], [ 120.1104217, 30.2291564 ], [ 120.1105234, 30.2292123 ], [ 120.1105496, 30.2292218 ], [ 120.110649, 30.2292579 ], [ 120.1107407, 30.2292744 ], [ 120.1108126, 30.2292847 ], [ 120.1109356, 30.2292687 ], [ 120.1110497, 30.2292098 ], [ 120.1111754, 30.2291412 ], [ 120.1113548, 30.2290433 ], [ 120.1114474, 30.2289943 ], [ 120.1118017, 30.2288066 ], [ 120.1119557, 30.2287338 ], [ 120.1121259, 30.2286782 ], [ 120.1121924, 30.2286763 ], [ 120.1122361, 30.228675 ], [ 120.1123535, 30.2287088 ], [ 120.1124462, 30.2288208 ], [ 120.1127891, 30.2292479 ], [ 120.1129516, 30.2294049 ], [ 120.1132931, 30.2297405 ], [ 120.1134616, 30.2298844 ], [ 120.1136533, 30.2300481 ], [ 120.1139611, 30.2302563 ], [ 120.1142274, 30.2303717 ], [ 120.1143667, 30.2304274 ], [ 120.1146763, 30.2305513 ], [ 120.1147947, 30.2306027 ], [ 120.1149812, 30.2306835 ], [ 120.1155459, 30.230956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155459, 30.230956 ], [ 120.1149812, 30.2306835 ], [ 120.1147947, 30.2306027 ], [ 120.1146763, 30.2305513 ], [ 120.1143667, 30.2304274 ], [ 120.1142274, 30.2303717 ], [ 120.1139611, 30.2302563 ], [ 120.1136533, 30.2300481 ], [ 120.1134616, 30.2298844 ], [ 120.1132931, 30.2297405 ], [ 120.1129516, 30.2294049 ], [ 120.1127891, 30.2292479 ], [ 120.1124462, 30.2288208 ], [ 120.1123535, 30.2287088 ], [ 120.1122361, 30.228675 ], [ 120.1121924, 30.2286763 ], [ 120.1121259, 30.2286782 ], [ 120.1119557, 30.2287338 ], [ 120.1118017, 30.2288066 ], [ 120.1114474, 30.2289943 ], [ 120.1113548, 30.2290433 ], [ 120.1111754, 30.2291412 ], [ 120.1110497, 30.2292098 ], [ 120.1109356, 30.2292687 ], [ 120.1108126, 30.2292847 ], [ 120.1107407, 30.2292744 ], [ 120.110649, 30.2292579 ], [ 120.1105496, 30.2292218 ], [ 120.1105234, 30.2292123 ], [ 120.1104217, 30.2291564 ], [ 120.1103402, 30.2291029 ], [ 120.1102614, 30.2290521 ], [ 120.110193, 30.2289716 ], [ 120.1101513, 30.2288923 ], [ 120.1101426, 30.2288139 ], [ 120.11015, 30.2287361 ], [ 120.1101711, 30.2286498 ], [ 120.1102415, 30.2284528 ], [ 120.1102586, 30.2283761 ], [ 120.1102598, 30.2282999 ], [ 120.1102332, 30.2282346 ], [ 120.1101848, 30.2281707 ], [ 120.110103, 30.2280998 ], [ 120.1100043, 30.2280604 ], [ 120.1098608, 30.2280083 ], [ 120.1097323, 30.2279578 ], [ 120.1096038, 30.2278764 ], [ 120.1095, 30.2277916 ], [ 120.1092085, 30.2275327 ], [ 120.109047, 30.2273844 ], [ 120.1089855, 30.2273387 ], [ 120.1089257, 30.2273079 ], [ 120.1088519, 30.2272909 ], [ 120.1087549, 30.2272857 ], [ 120.1086404, 30.2272868 ], [ 120.108552, 30.2272696 ], [ 120.108459, 30.2272384 ], [ 120.1083733, 30.2271774 ], [ 120.1082251, 30.2269797 ], [ 120.1081301, 30.226847 ], [ 120.1080352, 30.2267436 ], [ 120.1079733, 30.2266779 ], [ 120.1078766, 30.226613 ], [ 120.1077404, 30.2265278 ], [ 120.1076645, 30.2264759 ], [ 120.107608, 30.2264146 ], [ 120.1075752, 30.2263375 ], [ 120.107562, 30.2262468 ], [ 120.1075387, 30.226095 ], [ 120.1075195, 30.2260352 ], [ 120.1074944, 30.2259897 ], [ 120.107441, 30.2259381 ], [ 120.1073544, 30.2258826 ], [ 120.1071898, 30.2257866 ], [ 120.1071135, 30.2257349 ], [ 120.1070703, 30.2256786 ], [ 120.1070516, 30.2256199 ], [ 120.1070415, 30.2255535 ], [ 120.1070434, 30.22549 ], [ 120.1070613, 30.2254158 ], [ 120.1071657, 30.225156 ], [ 120.107214, 30.2250652 ], [ 120.1072854, 30.2249624 ], [ 120.10732, 30.2249163 ], [ 120.1073745, 30.2248438 ], [ 120.1074749, 30.2247442 ], [ 120.1074903, 30.224729 ], [ 120.1076321, 30.2245969 ], [ 120.1077425, 30.2245303 ], [ 120.1078851, 30.2244677 ], [ 120.1079269, 30.2244548 ], [ 120.1080105, 30.2244289 ], [ 120.1081602, 30.2243977 ], [ 120.1084379, 30.2243675 ], [ 120.108596, 30.2243497 ], [ 120.1086859, 30.2243335 ], [ 120.1087533, 30.2243044 ], [ 120.1088019, 30.2242641 ], [ 120.1088364, 30.2242147 ], [ 120.1088316, 30.2241723 ], [ 120.1088184, 30.2241565 ], [ 120.1087964, 30.22413 ], [ 120.1087531, 30.224106 ], [ 120.1087106, 30.2240955 ], [ 120.1086615, 30.2240903 ], [ 120.1085817, 30.2241078 ], [ 120.1085007, 30.2241305 ], [ 120.1084218, 30.2241351 ], [ 120.1083265, 30.224131 ], [ 120.1082428, 30.2241106 ], [ 120.108156, 30.2240799 ], [ 120.1077303, 30.2239039 ], [ 120.1075975, 30.2238463 ], [ 120.1074285, 30.223773 ], [ 120.1072207, 30.2236989 ], [ 120.1071413, 30.223675 ], [ 120.1070767, 30.2236556 ], [ 120.1069258, 30.2236225 ], [ 120.1068512, 30.2236001 ], [ 120.1067956, 30.2235834 ], [ 120.1066972, 30.223549 ], [ 120.1066273, 30.2235068 ], [ 120.1065503, 30.2234463 ], [ 120.106468, 30.2233698 ], [ 120.10639, 30.2232908 ], [ 120.1063123, 30.223192 ], [ 120.1062883, 30.2231541 ], [ 120.1062259, 30.2230557 ], [ 120.1061575, 30.222965 ], [ 120.1059845, 30.2228089 ], [ 120.1058237, 30.2226702 ], [ 120.1057008, 30.2225767 ], [ 120.1056172, 30.222505 ], [ 120.1055784, 30.2224428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155459, 30.230956 ], [ 120.1161415, 30.2312321 ], [ 120.1166508, 30.2316969 ], [ 120.116816, 30.2318049 ], [ 120.1170161, 30.2319081 ], [ 120.117321, 30.2319939 ], [ 120.1174311, 30.2320249 ], [ 120.1176303, 30.2320992 ], [ 120.1177592, 30.2321766 ], [ 120.117833, 30.2322533 ], [ 120.1179088, 30.2323713 ], [ 120.1179809, 30.2325321 ], [ 120.1180153, 30.2326555 ], [ 120.1180604, 30.2328607 ], [ 120.1181215, 30.2331294 ], [ 120.1182338, 30.2333453 ], [ 120.1183646, 30.2335093 ], [ 120.1185978, 30.2337228 ], [ 120.11865, 30.2337803 ], [ 120.1187856, 30.2339297 ], [ 120.1189561, 30.2340786 ], [ 120.118959, 30.2340811 ], [ 120.1190109, 30.2341264 ], [ 120.1190619, 30.2341721 ], [ 120.1192823, 30.234383 ], [ 120.1194688, 30.2345958 ], [ 120.1195291, 30.234774 ], [ 120.119656, 30.2351084 ], [ 120.1197109, 30.2352529 ], [ 120.1198831, 30.2356722 ], [ 120.1200726, 30.2359455 ], [ 120.1202773, 30.2361729 ], [ 120.1204428, 30.2363187 ], [ 120.120588, 30.2364465 ], [ 120.1208912, 30.236662 ], [ 120.120965, 30.2367243 ], [ 120.1210325, 30.2367814 ], [ 120.1211358, 30.2369205 ], [ 120.1212415, 30.2371478 ], [ 120.1212742, 30.2372183 ], [ 120.1212864, 30.2372618 ], [ 120.1213634, 30.2375373 ], [ 120.1215199, 30.2382336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1025601, 30.1789709 ], [ 120.1027207, 30.1790838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10258, 30.1791025 ], [ 120.1025601, 30.1789709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1027207, 30.1790838 ], [ 120.102689, 30.1791704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.102689, 30.1791704 ], [ 120.10258, 30.1791025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061497, 30.1814257 ], [ 120.102689, 30.1791704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1130888, 30.1882657 ], [ 120.112937, 30.1882214 ], [ 120.1126883, 30.1879619 ], [ 120.1125296, 30.1878332 ], [ 120.112301, 30.1877157 ], [ 120.1120269, 30.1876424 ], [ 120.1115556, 30.1875075 ], [ 120.1112152, 30.1874324 ], [ 120.1109995, 30.1874029 ], [ 120.1107803, 30.1873892 ], [ 120.1105265, 30.187409 ], [ 120.11036, 30.1873983 ], [ 120.1102269, 30.1873302 ], [ 120.110078, 30.1872082 ], [ 120.1095183, 30.1864028 ], [ 120.1090341, 30.1858101 ], [ 120.1089786, 30.1857828 ], [ 120.108918, 30.185782 ], [ 120.1088651, 30.1858083 ], [ 120.1088137, 30.1858871 ], [ 120.1087461, 30.1860301 ], [ 120.1084623, 30.1864843 ], [ 120.1081781, 30.1868887 ], [ 120.1078373, 30.1872762 ], [ 120.1077413, 30.1872935 ], [ 120.1074984, 30.1871842 ], [ 120.1074206, 30.1871559 ], [ 120.1073403, 30.1871481 ], [ 120.1072776, 30.1871745 ], [ 120.1070447, 30.1874866 ], [ 120.1068633, 30.1877037 ], [ 120.1066659, 30.1878956 ], [ 120.1064617, 30.1880795 ], [ 120.106203, 30.1882132 ], [ 120.1056038, 30.188514 ], [ 120.1050611, 30.1888062 ], [ 120.1048413, 30.1888442 ], [ 120.1046871, 30.1888183 ], [ 120.1045783, 30.1887792 ], [ 120.1044853, 30.1887041 ], [ 120.1044242, 30.1886023 ], [ 120.1044219, 30.1885006 ], [ 120.1044983, 30.1882324 ], [ 120.1046014, 30.1879775 ], [ 120.104651, 30.1878337 ], [ 120.104671, 30.1877155 ], [ 120.1046774, 30.1876096 ], [ 120.1046664, 30.1874829 ], [ 120.1046118, 30.1873601 ], [ 120.104491, 30.1871045 ], [ 120.1044817, 30.1870164 ], [ 120.1045111, 30.1869138 ], [ 120.1047121, 30.1866214 ], [ 120.1049827, 30.1861761 ], [ 120.1050598, 30.1858568 ], [ 120.105031, 30.1854513 ], [ 120.1049541, 30.185067 ], [ 120.1045539, 30.184802 ], [ 120.1045472, 30.184129 ], [ 120.1044759, 30.1840142 ], [ 120.1039716, 30.1837221 ], [ 120.1047143, 30.1827661 ], [ 120.1047737, 30.1826896 ], [ 120.105202, 30.1821383 ], [ 120.1057776, 30.1816945 ], [ 120.1061497, 30.1814257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061497, 30.1814257 ], [ 120.1057776, 30.1816945 ], [ 120.105202, 30.1821383 ], [ 120.1047737, 30.1826896 ], [ 120.1047143, 30.1827661 ], [ 120.1039716, 30.1837221 ], [ 120.1044759, 30.1840142 ], [ 120.1045472, 30.184129 ], [ 120.1045539, 30.184802 ], [ 120.1049541, 30.185067 ], [ 120.105031, 30.1854513 ], [ 120.1050598, 30.1858568 ], [ 120.1049827, 30.1861761 ], [ 120.1047121, 30.1866214 ], [ 120.1045111, 30.1869138 ], [ 120.1044817, 30.1870164 ], [ 120.104491, 30.1871045 ], [ 120.1046118, 30.1873601 ], [ 120.1046664, 30.1874829 ], [ 120.1046774, 30.1876096 ], [ 120.104671, 30.1877155 ], [ 120.104651, 30.1878337 ], [ 120.1046014, 30.1879775 ], [ 120.1044983, 30.1882324 ], [ 120.1044219, 30.1885006 ], [ 120.1044242, 30.1886023 ], [ 120.1044853, 30.1887041 ], [ 120.1045783, 30.1887792 ], [ 120.1046871, 30.1888183 ], [ 120.1048413, 30.1888442 ], [ 120.1050611, 30.1888062 ], [ 120.1056038, 30.188514 ], [ 120.106203, 30.1882132 ], [ 120.1064617, 30.1880795 ], [ 120.1066659, 30.1878956 ], [ 120.1068633, 30.1877037 ], [ 120.1070447, 30.1874866 ], [ 120.1072776, 30.1871745 ], [ 120.1073403, 30.1871481 ], [ 120.1074206, 30.1871559 ], [ 120.1074984, 30.1871842 ], [ 120.1077413, 30.1872935 ], [ 120.1078373, 30.1872762 ], [ 120.1081781, 30.1868887 ], [ 120.1084623, 30.1864843 ], [ 120.1087461, 30.1860301 ], [ 120.1088137, 30.1858871 ], [ 120.1088651, 30.1858083 ], [ 120.108918, 30.185782 ], [ 120.1089786, 30.1857828 ], [ 120.1090341, 30.1858101 ], [ 120.1095183, 30.1864028 ], [ 120.110078, 30.1872082 ], [ 120.1102269, 30.1873302 ], [ 120.11036, 30.1873983 ], [ 120.1105265, 30.187409 ], [ 120.1107803, 30.1873892 ], [ 120.1109995, 30.1874029 ], [ 120.1112152, 30.1874324 ], [ 120.1115556, 30.1875075 ], [ 120.1120269, 30.1876424 ], [ 120.112301, 30.1877157 ], [ 120.1125296, 30.1878332 ], [ 120.1126883, 30.1879619 ], [ 120.112937, 30.1882214 ], [ 120.1130888, 30.1882657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1055784, 30.2224428 ], [ 120.1052669, 30.2223325 ], [ 120.1048676, 30.2221399 ], [ 120.1043885, 30.2217714 ], [ 120.1039338, 30.2215225 ], [ 120.1034752, 30.2213116 ], [ 120.103224, 30.2212828 ], [ 120.1029347, 30.2212989 ], [ 120.1026088, 30.2213452 ], [ 120.1024063, 30.2213614 ], [ 120.1022802, 30.2213394 ], [ 120.1021622, 30.2212803 ], [ 120.1020681, 30.2212044 ], [ 120.1020258, 30.221121 ], [ 120.1020071, 30.2210673 ], [ 120.1019909, 30.2209955 ], [ 120.1019997, 30.2208406 ], [ 120.1020352, 30.2205257 ], [ 120.1020355, 30.220469 ], [ 120.1019892, 30.220395 ], [ 120.1019315, 30.220395 ], [ 120.1018445, 30.220417 ], [ 120.1015954, 30.2206322 ], [ 120.1013768, 30.220841 ], [ 120.1012445, 30.2209674 ], [ 120.1010727, 30.2211077 ], [ 120.1009102, 30.2212404 ], [ 120.1008982, 30.2212502 ], [ 120.1008137, 30.2212822 ], [ 120.1007767, 30.22129 ], [ 120.1007236, 30.2213013 ], [ 120.1005409, 30.2213407 ], [ 120.1002584, 30.2213594 ], [ 120.100048, 30.2213734 ], [ 120.0995136, 30.2214028 ], [ 120.0994438, 30.2214089 ], [ 120.0993607, 30.2214213 ], [ 120.0991085, 30.2214588 ], [ 120.0989261, 30.2215271 ], [ 120.0988041, 30.2216233 ], [ 120.0986646, 30.2216801 ], [ 120.0985721, 30.2216755 ], [ 120.0979757, 30.2215166 ], [ 120.0977714, 30.221497 ], [ 120.0974174, 30.2213359 ], [ 120.0973929, 30.2213302 ], [ 120.0973346, 30.2213167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0973346, 30.2213167 ], [ 120.0973929, 30.2213302 ], [ 120.0974174, 30.2213359 ], [ 120.0977714, 30.221497 ], [ 120.0979757, 30.2215166 ], [ 120.0985721, 30.2216755 ], [ 120.0986646, 30.2216801 ], [ 120.0988041, 30.2216233 ], [ 120.0989261, 30.2215271 ], [ 120.0991085, 30.2214588 ], [ 120.0993607, 30.2214213 ], [ 120.0994438, 30.2214089 ], [ 120.0995136, 30.2214028 ], [ 120.100048, 30.2213734 ], [ 120.1002584, 30.2213594 ], [ 120.1005409, 30.2213407 ], [ 120.1007236, 30.2213013 ], [ 120.1007767, 30.22129 ], [ 120.1008137, 30.2212822 ], [ 120.1008982, 30.2212502 ], [ 120.1009102, 30.2212404 ], [ 120.1010727, 30.2211077 ], [ 120.1012445, 30.2209674 ], [ 120.1013768, 30.220841 ], [ 120.1015954, 30.2206322 ], [ 120.1018445, 30.220417 ], [ 120.1019315, 30.220395 ], [ 120.1019892, 30.220395 ], [ 120.1020355, 30.220469 ], [ 120.1020352, 30.2205257 ], [ 120.1019997, 30.2208406 ], [ 120.1019909, 30.2209955 ], [ 120.1020071, 30.2210673 ], [ 120.1020258, 30.221121 ], [ 120.1020681, 30.2212044 ], [ 120.1021622, 30.2212803 ], [ 120.1022802, 30.2213394 ], [ 120.1024063, 30.2213614 ], [ 120.1026088, 30.2213452 ], [ 120.1029347, 30.2212989 ], [ 120.103224, 30.2212828 ], [ 120.1034752, 30.2213116 ], [ 120.1039338, 30.2215225 ], [ 120.1043885, 30.2217714 ], [ 120.1048676, 30.2221399 ], [ 120.1052669, 30.2223325 ], [ 120.1055784, 30.2224428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1016444, 30.2392491 ], [ 120.1018686, 30.2393448 ], [ 120.1019783, 30.239441 ], [ 120.1020753, 30.2395632 ], [ 120.1021237, 30.2396418 ], [ 120.1021715, 30.239731 ], [ 120.102236, 30.2398998 ], [ 120.1022767, 30.2400306 ], [ 120.1023299, 30.2401564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三台山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1215199, 30.2382336 ], [ 120.1217239, 30.2380748 ], [ 120.1217664, 30.2380416 ], [ 120.1217743, 30.2380355 ], [ 120.121808, 30.2379857 ], [ 120.1218175, 30.2379382 ], [ 120.1218175, 30.2378822 ], [ 120.1218031, 30.2378196 ], [ 120.1217568, 30.237605 ], [ 120.1217568, 30.2375553 ], [ 120.1217748, 30.2374732 ], [ 120.1218037, 30.237403 ], [ 120.1218278, 30.2373785 ], [ 120.1218608, 30.237345 ], [ 120.1220948, 30.2372496 ], [ 120.1224068, 30.237111 ], [ 120.1226581, 30.236851 ], [ 120.1226706, 30.2368272 ], [ 120.1228314, 30.2365217 ], [ 120.1228545, 30.236472 ], [ 120.1228932, 30.2363885 ], [ 120.1229441, 30.236279 ], [ 120.1229888, 30.236059 ], [ 120.1230481, 30.2357677 ], [ 120.1231369, 30.235658 ], [ 120.1231704, 30.2356166 ], [ 120.1232847, 30.2355548 ], [ 120.1235681, 30.2354211 ], [ 120.1238861, 30.2353102 ], [ 120.1239709, 30.2352806 ], [ 120.1240835, 30.2352259 ], [ 120.1241614, 30.2351737 ], [ 120.1243423, 30.2350028 ], [ 120.1244597, 30.2348734 ], [ 120.1245404, 30.2347709 ], [ 120.1247106, 30.234521 ], [ 120.1247835, 30.2344661 ], [ 120.1248965, 30.2344097 ], [ 120.1251393, 30.2343189 ], [ 120.1251963, 30.2342751 ], [ 120.1252412, 30.2342356 ], [ 120.1252656, 30.2341659 ], [ 120.1252522, 30.2340845 ], [ 120.12516, 30.2338853 ], [ 120.1250903, 30.2337567 ], [ 120.1250109, 30.2335757 ], [ 120.1250075, 30.2334818 ], [ 120.1250149, 30.2333748 ], [ 120.1250349, 30.2333132 ], [ 120.1250837, 30.2332407 ], [ 120.1252233, 30.2330465 ], [ 120.1252469, 30.2329813 ], [ 120.1253706, 30.2326392 ], [ 120.1255873, 30.2322752 ], [ 120.1258906, 30.2317379 ], [ 120.1259776, 30.2316633 ], [ 120.1262546, 30.2314259 ], [ 120.1264886, 30.2312352 ], [ 120.1265597, 30.2311727 ], [ 120.1272749, 30.2310216 ], [ 120.1273986, 30.2309926 ], [ 120.1276928, 30.2309375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250547, 30.2387585 ], [ 120.125142, 30.238569 ], [ 120.1252572, 30.2383192 ], [ 120.125678, 30.2377155 ], [ 120.1259148, 30.2375064 ], [ 120.1259459, 30.2374789 ], [ 120.1259884, 30.2374414 ], [ 120.1262968, 30.2371691 ], [ 120.1284726, 30.2356858 ], [ 120.1286797, 30.2355446 ], [ 120.1292386, 30.2351636 ], [ 120.1301014, 30.2345753 ], [ 120.1305953, 30.2341691 ], [ 120.1310287, 30.2335923 ], [ 120.1319533, 30.2323164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320787, 30.2323747 ], [ 120.1315889, 30.2330542 ], [ 120.131146, 30.2336686 ], [ 120.1307081, 30.2342251 ], [ 120.1304769, 30.2344084 ], [ 120.1301789, 30.2346448 ], [ 120.1293341, 30.2352427 ], [ 120.1287335, 30.2356677 ], [ 120.1264019, 30.2373179 ], [ 120.1262678, 30.2374347 ], [ 120.1260638, 30.2376124 ], [ 120.1258363, 30.2378106 ], [ 120.1254348, 30.2383853 ], [ 120.1251976, 30.2387959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路 Longjingzhi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251976, 30.2387959 ], [ 120.1250547, 30.2387585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路 Longjingzhi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250547, 30.2387585 ], [ 120.1251976, 30.2387959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1215199, 30.2382336 ], [ 120.1220544, 30.2386749 ], [ 120.1220965, 30.2387096 ], [ 120.1222925, 30.2388714 ], [ 120.1231739, 30.2394908 ], [ 120.1234551, 30.2396531 ], [ 120.123778, 30.2398394 ], [ 120.124341, 30.2399802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.124341, 30.2399802 ], [ 120.123778, 30.2398394 ], [ 120.1234551, 30.2396531 ], [ 120.1231739, 30.2394908 ], [ 120.1222925, 30.2388714 ], [ 120.1220965, 30.2387096 ], [ 120.1220544, 30.2386749 ], [ 120.1215199, 30.2382336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250547, 30.2387585 ], [ 120.124341, 30.2399802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.124341, 30.2399802 ], [ 120.1250547, 30.2387585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251976, 30.2387959 ], [ 120.1250973, 30.2392338 ], [ 120.1251976, 30.239617 ], [ 120.1255078, 30.2400549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1215199, 30.2382336 ], [ 120.1213634, 30.2375373 ], [ 120.1212864, 30.2372618 ], [ 120.1212742, 30.2372183 ], [ 120.1212415, 30.2371478 ], [ 120.1211358, 30.2369205 ], [ 120.1210325, 30.2367814 ], [ 120.120965, 30.2367243 ], [ 120.1208912, 30.236662 ], [ 120.120588, 30.2364465 ], [ 120.1204428, 30.2363187 ], [ 120.1202773, 30.2361729 ], [ 120.1200726, 30.2359455 ], [ 120.1198831, 30.2356722 ], [ 120.1197109, 30.2352529 ], [ 120.119656, 30.2351084 ], [ 120.1195291, 30.234774 ], [ 120.1194688, 30.2345958 ], [ 120.1192823, 30.234383 ], [ 120.1190619, 30.2341721 ], [ 120.1190109, 30.2341264 ], [ 120.118959, 30.2340811 ], [ 120.1189561, 30.2340786 ], [ 120.1187856, 30.2339297 ], [ 120.11865, 30.2337803 ], [ 120.1185978, 30.2337228 ], [ 120.1183646, 30.2335093 ], [ 120.1182338, 30.2333453 ], [ 120.1181215, 30.2331294 ], [ 120.1180604, 30.2328607 ], [ 120.1180153, 30.2326555 ], [ 120.1179809, 30.2325321 ], [ 120.1179088, 30.2323713 ], [ 120.117833, 30.2322533 ], [ 120.1177592, 30.2321766 ], [ 120.1176303, 30.2320992 ], [ 120.1174311, 30.2320249 ], [ 120.117321, 30.2319939 ], [ 120.1170161, 30.2319081 ], [ 120.116816, 30.2318049 ], [ 120.1166508, 30.2316969 ], [ 120.1161415, 30.2312321 ], [ 120.1155459, 30.230956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1215199, 30.2382336 ], [ 120.1206429, 30.2388306 ], [ 120.1204146, 30.2389686 ], [ 120.1201826, 30.2391089 ], [ 120.1201385, 30.2391431 ], [ 120.1200047, 30.2392469 ], [ 120.1199187, 30.2393615 ], [ 120.1198497, 30.2394781 ], [ 120.1198238, 30.2395946 ], [ 120.1198272, 30.2396419 ], [ 120.1198496, 30.2399536 ], [ 120.1198538, 30.2400358 ], [ 120.1198604, 30.2401654 ], [ 120.1198339, 30.2405123 ], [ 120.1198249, 30.240555 ], [ 120.1197937, 30.2407027 ], [ 120.1197543, 30.2408596 ], [ 120.1197146, 30.2410179 ], [ 120.1196773, 30.2411498 ], [ 120.119621, 30.2413493 ], [ 120.119569, 30.241498 ], [ 120.1194603, 30.2417221 ], [ 120.1194369, 30.2417702 ], [ 120.1193653, 30.2418883 ], [ 120.1192911, 30.2420108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1192911, 30.2420108 ], [ 120.1193653, 30.2418883 ], [ 120.1194369, 30.2417702 ], [ 120.1194603, 30.2417221 ], [ 120.119569, 30.241498 ], [ 120.119621, 30.2413493 ], [ 120.1196773, 30.2411498 ], [ 120.1197146, 30.2410179 ], [ 120.1197543, 30.2408596 ], [ 120.1197937, 30.2407027 ], [ 120.1198249, 30.240555 ], [ 120.1198339, 30.2405123 ], [ 120.1198604, 30.2401654 ], [ 120.1198538, 30.2400358 ], [ 120.1198496, 30.2399536 ], [ 120.1198272, 30.2396419 ], [ 120.1198238, 30.2395946 ], [ 120.1198497, 30.2394781 ], [ 120.1199187, 30.2393615 ], [ 120.1200047, 30.2392469 ], [ 120.1201385, 30.2391431 ], [ 120.1201826, 30.2391089 ], [ 120.1204146, 30.2389686 ], [ 120.1206429, 30.2388306 ], [ 120.1215199, 30.2382336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110908, 30.2425239 ], [ 120.1113233, 30.2424163 ], [ 120.1115566, 30.242202 ], [ 120.1116908, 30.2420954 ], [ 120.1119751, 30.2419737 ], [ 120.1124895, 30.2419035 ], [ 120.1126393, 30.2418831 ], [ 120.1129026, 30.2418722 ], [ 120.1131962, 30.24186 ], [ 120.1134493, 30.2418495 ], [ 120.1137445, 30.2418373 ], [ 120.1137724, 30.2418361 ], [ 120.1142134, 30.2418452 ], [ 120.1147391, 30.2418561 ], [ 120.114774, 30.2418568 ], [ 120.114942, 30.2418603 ], [ 120.1151597, 30.2418648 ], [ 120.1152978, 30.2418648 ], [ 120.1158647, 30.2418648 ], [ 120.1160681, 30.2418648 ], [ 120.1166875, 30.2418648 ], [ 120.1169065, 30.2418648 ], [ 120.1172712, 30.2418786 ], [ 120.1174512, 30.2418854 ], [ 120.1180809, 30.2419094 ], [ 120.1188688, 30.2419391 ], [ 120.1192911, 30.2420108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1192911, 30.2420108 ], [ 120.1188688, 30.2419391 ], [ 120.1180809, 30.2419094 ], [ 120.1174512, 30.2418854 ], [ 120.1172712, 30.2418786 ], [ 120.1169065, 30.2418648 ], [ 120.1166875, 30.2418648 ], [ 120.1160681, 30.2418648 ], [ 120.1158647, 30.2418648 ], [ 120.1152978, 30.2418648 ], [ 120.1151597, 30.2418648 ], [ 120.114942, 30.2418603 ], [ 120.114774, 30.2418568 ], [ 120.1147391, 30.2418561 ], [ 120.1142134, 30.2418452 ], [ 120.1137724, 30.2418361 ], [ 120.1137445, 30.2418373 ], [ 120.1134493, 30.2418495 ], [ 120.1131962, 30.24186 ], [ 120.1129026, 30.2418722 ], [ 120.1126393, 30.2418831 ], [ 120.1124895, 30.2419035 ], [ 120.1119751, 30.2419737 ], [ 120.1116908, 30.2420954 ], [ 120.1115566, 30.242202 ], [ 120.1113233, 30.2424163 ], [ 120.1110908, 30.2425239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双峰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110908, 30.2425239 ], [ 120.111109, 30.2426193 ], [ 120.1111598, 30.2428508 ], [ 120.1112174, 30.243147 ], [ 120.1112754, 30.2437007 ], [ 120.1113622, 30.2441584 ], [ 120.1113912, 30.2443391 ], [ 120.1113877, 30.244511 ], [ 120.1113273, 30.2447265 ], [ 120.1112576, 30.2449014 ], [ 120.1111664, 30.2450683 ], [ 120.1111446, 30.2451061 ], [ 120.1110865, 30.2452069 ], [ 120.1110148, 30.2453313 ], [ 120.1108284, 30.2456545 ], [ 120.1102419, 30.2462678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双峰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1102419, 30.2462678 ], [ 120.1108284, 30.2456545 ], [ 120.1110148, 30.2453313 ], [ 120.1110865, 30.2452069 ], [ 120.1111446, 30.2451061 ], [ 120.1111664, 30.2450683 ], [ 120.1112576, 30.2449014 ], [ 120.1113273, 30.2447265 ], [ 120.1113877, 30.244511 ], [ 120.1113912, 30.2443391 ], [ 120.1113622, 30.2441584 ], [ 120.1112754, 30.2437007 ], [ 120.1112174, 30.243147 ], [ 120.1111598, 30.2428508 ], [ 120.111109, 30.2426193 ], [ 120.1110908, 30.2425239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1177553, 30.2494892 ], [ 120.1179709, 30.2491054 ], [ 120.1181033, 30.2488698 ], [ 120.118334, 30.2483981 ], [ 120.1183659, 30.2483282 ], [ 120.1184622, 30.2481167 ], [ 120.1185083, 30.2480155 ], [ 120.1185387, 30.247949 ], [ 120.118564, 30.2478856 ], [ 120.1187946, 30.2473176 ], [ 120.1189282, 30.2469085 ], [ 120.1190323, 30.246555 ], [ 120.1191097, 30.2461063 ], [ 120.1191225, 30.246032 ], [ 120.1191409, 30.2459254 ], [ 120.1191529, 30.2457798 ], [ 120.11916, 30.2456942 ], [ 120.1191626, 30.2455399 ], [ 120.1191288, 30.2453639 ], [ 120.1190433, 30.2451507 ], [ 120.1189204, 30.2447796 ], [ 120.1188579, 30.244582 ], [ 120.1188242, 30.2444143 ], [ 120.1187757, 30.2441284 ], [ 120.1187803, 30.2438828 ], [ 120.1187946, 30.2437137 ], [ 120.1188554, 30.2434312 ], [ 120.1189349, 30.2430615 ], [ 120.1190869, 30.2425413 ], [ 120.1192417, 30.2421391 ], [ 120.1192911, 30.2420108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1192911, 30.2420108 ], [ 120.1192417, 30.2421391 ], [ 120.1190869, 30.2425413 ], [ 120.1189349, 30.2430615 ], [ 120.1188554, 30.2434312 ], [ 120.1187946, 30.2437137 ], [ 120.1187803, 30.2438828 ], [ 120.1187757, 30.2441284 ], [ 120.1188242, 30.2444143 ], [ 120.1188579, 30.244582 ], [ 120.1189204, 30.2447796 ], [ 120.1190433, 30.2451507 ], [ 120.1191288, 30.2453639 ], [ 120.1191626, 30.2455399 ], [ 120.11916, 30.2456942 ], [ 120.1191529, 30.2457798 ], [ 120.1191409, 30.2459254 ], [ 120.1191225, 30.246032 ], [ 120.1191097, 30.2461063 ], [ 120.1190323, 30.246555 ], [ 120.1189282, 30.2469085 ], [ 120.1187946, 30.2473176 ], [ 120.118564, 30.2478856 ], [ 120.1185387, 30.247949 ], [ 120.1185083, 30.2480155 ], [ 120.1184622, 30.2481167 ], [ 120.1183659, 30.2483282 ], [ 120.118334, 30.2483981 ], [ 120.1181033, 30.2488698 ], [ 120.1179709, 30.2491054 ], [ 120.1177553, 30.2494892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1177553, 30.2494892 ], [ 120.1173509, 30.2494042 ], [ 120.1166763, 30.2492596 ], [ 120.116627, 30.2492522 ], [ 120.1163057, 30.2492037 ], [ 120.1160314, 30.2491623 ], [ 120.1157394, 30.2490163 ], [ 120.115192, 30.2486894 ], [ 120.1145058, 30.2482796 ], [ 120.1143928, 30.2482189 ], [ 120.1139668, 30.2479898 ], [ 120.113059, 30.2475018 ], [ 120.1130017, 30.247471 ], [ 120.11142, 30.2467167 ], [ 120.1112066, 30.2466194 ], [ 120.1108794, 30.2464702 ], [ 120.1102419, 30.2462678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1253028, 30.2400938 ], [ 120.1250723, 30.2396883 ], [ 120.1249744, 30.2392316 ], [ 120.1250547, 30.2387585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1253028, 30.2400938 ], [ 120.124341, 30.2399802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.124341, 30.2399802 ], [ 120.1253028, 30.2400938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1253028, 30.2400938 ], [ 120.1255078, 30.2400549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙井支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255078, 30.2400549 ], [ 120.1253028, 30.2400938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255078, 30.2400549 ], [ 120.1271284, 30.2414359 ], [ 120.1278525, 30.2420529 ], [ 120.1281235, 30.2422172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1278488, 30.2423597 ], [ 120.1277419, 30.2421994 ], [ 120.1266335, 30.2412425 ], [ 120.1253028, 30.2400938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1278488, 30.2423597 ], [ 120.1278944, 30.2422724 ], [ 120.1279764, 30.2422249 ], [ 120.1281235, 30.2422172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1281235, 30.2422172 ], [ 120.1282555, 30.2423671 ], [ 120.1282542, 30.2425489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1279354, 30.2425683 ], [ 120.1278979, 30.242468 ], [ 120.1278622, 30.2423893 ], [ 120.1278488, 30.2423597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1023299, 30.2401564 ], [ 120.102197, 30.2399354 ], [ 120.1021439, 30.2397964 ], [ 120.102108, 30.2397162 ], [ 120.1020371, 30.2395991 ], [ 120.1019587, 30.2394987 ], [ 120.1018157, 30.2393654 ], [ 120.1016444, 30.2392491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1023299, 30.2401564 ], [ 120.1023742, 30.2402481 ], [ 120.1024175, 30.2404161 ], [ 120.1024954, 30.240703 ], [ 120.1026284, 30.2409193 ], [ 120.1027829, 30.2411306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1027829, 30.2411306 ], [ 120.1026284, 30.2409193 ], [ 120.1024954, 30.240703 ], [ 120.1024175, 30.2404161 ], [ 120.1023742, 30.2402481 ], [ 120.1023299, 30.2401564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1027829, 30.2411306 ], [ 120.1030042, 30.2412861 ], [ 120.1031682, 30.2413831 ], [ 120.1035203, 30.2415663 ], [ 120.1036946, 30.2416701 ], [ 120.1038653, 30.2417693 ], [ 120.1039661, 30.2418281 ], [ 120.1039887, 30.2418401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1039887, 30.2418401 ], [ 120.1038194, 30.2418003 ], [ 120.1036863, 30.2417541 ], [ 120.103643, 30.2417391 ], [ 120.1034542, 30.2416673 ], [ 120.1032973, 30.2415923 ], [ 120.1031484, 30.2414983 ], [ 120.1029888, 30.2413706 ], [ 120.102866, 30.2412476 ], [ 120.1027829, 30.2411306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1039887, 30.2418401 ], [ 120.1041958, 30.2418938 ], [ 120.1042738, 30.2419274 ], [ 120.1044234, 30.2419919 ], [ 120.1045646, 30.2420751 ], [ 120.1050694, 30.2425319 ], [ 120.1056051, 30.2429089 ], [ 120.1059325, 30.2430632 ], [ 120.1060714, 30.2431009 ], [ 120.1062448, 30.2431479 ], [ 120.1063373, 30.2431533 ], [ 120.1070113, 30.2431928 ], [ 120.1074014, 30.2431459 ], [ 120.1076894, 30.2430267 ], [ 120.1082223, 30.2427309 ], [ 120.108908, 30.2425423 ], [ 120.1091, 30.2425052 ], [ 120.109217, 30.2425034 ], [ 120.1092762, 30.2425067 ], [ 120.1094213, 30.242515 ], [ 120.1100657, 30.2425751 ], [ 120.1103497, 30.2425959 ], [ 120.1106606, 30.2425975 ], [ 120.1107993, 30.2425751 ], [ 120.1109572, 30.2425545 ], [ 120.1110908, 30.2425239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110908, 30.2425239 ], [ 120.1109572, 30.2425545 ], [ 120.1107993, 30.2425751 ], [ 120.1106606, 30.2425975 ], [ 120.1103497, 30.2425959 ], [ 120.1100657, 30.2425751 ], [ 120.1094213, 30.242515 ], [ 120.1092762, 30.2425067 ], [ 120.109217, 30.2425034 ], [ 120.1091, 30.2425052 ], [ 120.108908, 30.2425423 ], [ 120.1082223, 30.2427309 ], [ 120.1076894, 30.2430267 ], [ 120.1074014, 30.2431459 ], [ 120.1070113, 30.2431928 ], [ 120.1063373, 30.2431533 ], [ 120.1062448, 30.2431479 ], [ 120.1060714, 30.2431009 ], [ 120.1059325, 30.2430632 ], [ 120.1056051, 30.2429089 ], [ 120.1050694, 30.2425319 ], [ 120.1045646, 30.2420751 ], [ 120.1044234, 30.2419919 ], [ 120.1042738, 30.2419274 ], [ 120.1041958, 30.2418938 ], [ 120.1039887, 30.2418401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵竺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1047495, 30.2445791 ], [ 120.1045848, 30.2443219 ], [ 120.1042844, 30.2438688 ], [ 120.10426, 30.2438435 ], [ 120.1040011, 30.2435753 ], [ 120.1036352, 30.2433366 ], [ 120.1034899, 30.2432758 ], [ 120.1031149, 30.2431188 ], [ 120.1020294, 30.2426817 ], [ 120.1014892, 30.2424822 ], [ 120.1013642, 30.2424361 ], [ 120.1010433, 30.2423529 ], [ 120.1008208, 30.2423019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵竺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008208, 30.2423019 ], [ 120.1010433, 30.2423529 ], [ 120.1013642, 30.2424361 ], [ 120.1014892, 30.2424822 ], [ 120.1020294, 30.2426817 ], [ 120.1031149, 30.2431188 ], [ 120.1034899, 30.2432758 ], [ 120.1036352, 30.2433366 ], [ 120.1040011, 30.2435753 ], [ 120.10426, 30.2438435 ], [ 120.1042844, 30.2438688 ], [ 120.1045848, 30.2443219 ], [ 120.1047495, 30.2445791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1050703, 30.2447016 ], [ 120.1049894, 30.2446494 ], [ 120.1049152, 30.2446016 ], [ 120.1047495, 30.2445791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1047495, 30.2445791 ], [ 120.1049152, 30.2446016 ], [ 120.1049894, 30.2446494 ], [ 120.1050703, 30.2447016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1047029, 30.2447313 ], [ 120.1047242, 30.2446805 ], [ 120.1047495, 30.2445791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵隐路 Lingyin Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1050703, 30.2447016 ], [ 120.1049241, 30.2447269 ], [ 120.1047029, 30.2447313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1047029, 30.2447313 ], [ 120.1042152, 30.2450205 ], [ 120.1038698, 30.2453365 ], [ 120.1037421, 30.245448 ], [ 120.1034628, 30.2458391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1034628, 30.2458391 ], [ 120.1037421, 30.245448 ], [ 120.1038698, 30.2453365 ], [ 120.1042152, 30.2450205 ], [ 120.1047029, 30.2447313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1034628, 30.2458391 ], [ 120.10335, 30.2457034 ], [ 120.1031559, 30.245585 ], [ 120.1023819, 30.2450853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1023819, 30.2450853 ], [ 120.1031559, 30.245585 ], [ 120.10335, 30.2457034 ], [ 120.1034628, 30.2458391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1102419, 30.2462678 ], [ 120.1099694, 30.2461609 ], [ 120.1082728, 30.2455425 ], [ 120.1080612, 30.2454654 ], [ 120.1078952, 30.2454049 ], [ 120.1075637, 30.2452841 ], [ 120.1054581, 30.2447518 ], [ 120.1050703, 30.2447016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1050703, 30.2447016 ], [ 120.1054581, 30.2447518 ], [ 120.1075637, 30.2452841 ], [ 120.1078952, 30.2454049 ], [ 120.1080612, 30.2454654 ], [ 120.1082728, 30.2455425 ], [ 120.1099694, 30.2461609 ], [ 120.1102419, 30.2462678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "吉庆山隧道", "双峰路", "九里松隧道", "灵溪南路", "灵溪隧道", "灵溪北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155459, 30.230956 ], [ 120.1151851, 30.2312215 ], [ 120.1147036, 30.2315431 ], [ 120.1141195, 30.2319447 ], [ 120.1139577, 30.232063 ], [ 120.113914, 30.2320951 ], [ 120.1138294, 30.232157 ], [ 120.1135735, 30.2323441 ], [ 120.1129594, 30.2328958 ], [ 120.1128066, 30.2330881 ], [ 120.1127317, 30.2332161 ], [ 120.1126832, 30.2333592 ], [ 120.112648, 30.2335156 ], [ 120.1126215, 30.2336721 ], [ 120.1126172, 30.2337378 ], [ 120.1126145, 30.2337846 ], [ 120.1126123, 30.2338128 ], [ 120.1126261, 30.2339644 ], [ 120.1126808, 30.2342737 ], [ 120.112778, 30.2346828 ], [ 120.112784, 30.2347079 ], [ 120.1129221, 30.2352894 ], [ 120.1130018, 30.2368703 ], [ 120.1125253, 30.2388952 ], [ 120.1118474, 30.2400826 ], [ 120.1116373, 30.2404944 ], [ 120.1114604, 30.2408371 ], [ 120.1113218, 30.2411566 ], [ 120.111197, 30.2414394 ], [ 120.1111277, 30.2416897 ], [ 120.1111002, 30.2418324 ], [ 120.1110728, 30.2420471 ], [ 120.1110451, 30.242651 ], [ 120.1110102, 30.2432828 ], [ 120.1109535, 30.2437914 ], [ 120.1108969, 30.2441847 ], [ 120.1107907, 30.2447398 ], [ 120.1105482, 30.2454833 ], [ 120.1097653, 30.2471276 ], [ 120.1092731, 30.2480527 ], [ 120.1091811, 30.2482638 ], [ 120.109113, 30.2483738 ], [ 120.1090057, 30.2485099 ], [ 120.1088818, 30.2486418 ], [ 120.108819, 30.2487087 ], [ 120.1086137, 30.2488605 ], [ 120.1084126, 30.2489461 ], [ 120.1082201, 30.2490426 ], [ 120.1070418, 30.2493617 ], [ 120.1058888, 30.2502352 ], [ 120.1048127, 30.2514512 ], [ 120.103553, 30.2531158 ], [ 120.1025626, 30.2541849 ], [ 120.1009908, 30.2557201 ], [ 120.0962914, 30.2591794 ], [ 120.0958479, 30.2594747 ], [ 120.0956151, 30.2596597 ], [ 120.0953974, 30.2598709 ], [ 120.0952861, 30.2600344 ], [ 120.0952422, 30.260121 ], [ 120.0951504, 30.2603018 ], [ 120.0951018, 30.2605014 ], [ 120.095048, 30.2607244 ], [ 120.0949653, 30.2609118 ], [ 120.0947153, 30.2614587 ], [ 120.0945667, 30.2618589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1801936, 30.2257602 ], [ 120.1797483, 30.2252451 ], [ 120.1796219, 30.2250989 ], [ 120.1780957, 30.2235438 ], [ 120.1776389, 30.2231281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803441, 30.2256311 ], [ 120.1807156, 30.2253582 ], [ 120.1813217, 30.2247325 ], [ 120.1814929, 30.2245306 ], [ 120.1820579, 30.2236671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821968, 30.2237474 ], [ 120.1818662, 30.2242093 ], [ 120.181597, 30.2245854 ], [ 120.1814012, 30.2247958 ], [ 120.1808219, 30.2254494 ], [ 120.1804654, 30.2257673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822345, 30.2236718 ], [ 120.1825914, 30.2238328 ], [ 120.1834931, 30.2244555 ], [ 120.1836901, 30.2246226 ], [ 120.1853037, 30.2259817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185205, 30.2260915 ], [ 120.184438, 30.2254157 ], [ 120.1836196, 30.2246946 ], [ 120.1829704, 30.2241631 ], [ 120.1825659, 30.2238873 ], [ 120.1821968, 30.2237474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1801936, 30.2257602 ], [ 120.1803441, 30.2256311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803441, 30.2256311 ], [ 120.1804654, 30.2257673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803096, 30.2259022 ], [ 120.1801936, 30.2257602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1804654, 30.2257673 ], [ 120.1803096, 30.2259022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761197, 30.2278732 ], [ 120.1783432, 30.2269891 ], [ 120.1792684, 30.2264117 ], [ 120.1801936, 30.2257602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1689732, 30.2259434 ], [ 120.1684515, 30.2261272 ], [ 120.1681996, 30.2262476 ], [ 120.1680869, 30.2263085 ], [ 120.1680519, 30.2263274 ], [ 120.1672296, 30.2270115 ], [ 120.1672057, 30.2270314 ], [ 120.1663943, 30.2277064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663943, 30.2277064 ], [ 120.1661342, 30.2277788 ], [ 120.1660044, 30.2277561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660044, 30.2277561 ], [ 120.1658161, 30.2277884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1658161, 30.2277884 ], [ 120.1660044, 30.2277561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1683477, 30.2293247 ], [ 120.1684979, 30.2287297 ], [ 120.168505, 30.2286683 ], [ 120.1685406, 30.228423 ], [ 120.1685582, 30.2283194 ], [ 120.1685995, 30.2280619 ], [ 120.1686349, 30.2278407 ], [ 120.168662, 30.2276876 ], [ 120.1687392, 30.2274517 ], [ 120.1687491, 30.2273921 ], [ 120.1687699, 30.2272053 ], [ 120.1687952, 30.227086 ], [ 120.1688307, 30.2268935 ], [ 120.1688408, 30.2267821 ], [ 120.1688873, 30.2264501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1688873, 30.2264501 ], [ 120.1688408, 30.2267821 ], [ 120.1688307, 30.2268935 ], [ 120.1687952, 30.227086 ], [ 120.1687699, 30.2272053 ], [ 120.1687491, 30.2273921 ], [ 120.1687392, 30.2274517 ], [ 120.168662, 30.2276876 ], [ 120.1686349, 30.2278407 ], [ 120.1685995, 30.2280619 ], [ 120.1685582, 30.2283194 ], [ 120.1685406, 30.228423 ], [ 120.168505, 30.2286683 ], [ 120.1684979, 30.2287297 ], [ 120.1683477, 30.2293247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万松岭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1658161, 30.2277884 ], [ 120.1656934, 30.2278282 ], [ 120.1651149, 30.2279694 ], [ 120.1646443, 30.2280673 ], [ 120.1641952, 30.2281626 ], [ 120.1640792, 30.228185 ], [ 120.1639883, 30.2282026 ], [ 120.1638496, 30.2282269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万松岭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1638496, 30.2282269 ], [ 120.1639883, 30.2282026 ], [ 120.1640792, 30.228185 ], [ 120.1641952, 30.2281626 ], [ 120.1646443, 30.2280673 ], [ 120.1651149, 30.2279694 ], [ 120.1656934, 30.2278282 ], [ 120.1658161, 30.2277884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663943, 30.2277064 ], [ 120.1661478, 30.2280684 ], [ 120.1659254, 30.228488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660044, 30.2277561 ], [ 120.1659254, 30.228488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803096, 30.2259022 ], [ 120.1786881, 30.2269446 ], [ 120.1784001, 30.2270911 ], [ 120.1782553, 30.2271431 ], [ 120.1761726, 30.2279479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1804654, 30.2257673 ], [ 120.1808876, 30.2262457 ], [ 120.1815036, 30.2269437 ], [ 120.1817174, 30.2271859 ], [ 120.1827916, 30.2283698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1826309, 30.2284731 ], [ 120.1820691, 30.2278739 ], [ 120.1813223, 30.2270773 ], [ 120.1803096, 30.2259022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827916, 30.2283698 ], [ 120.1836467, 30.2275738 ], [ 120.1842643, 30.2269999 ], [ 120.1844687, 30.2268088 ], [ 120.185205, 30.2260915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853578, 30.2262362 ], [ 120.1845936, 30.2269325 ], [ 120.1829043, 30.2285039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1826309, 30.2284731 ], [ 120.1827916, 30.2283698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827916, 30.2283698 ], [ 120.1829043, 30.2285039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827504, 30.2286131 ], [ 120.1826309, 30.2284731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1829043, 30.2285039 ], [ 120.1827504, 30.2286131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761726, 30.2279479 ], [ 120.1771456, 30.2293506 ], [ 120.1773024, 30.2295767 ], [ 120.1777063, 30.2302081 ], [ 120.1782199, 30.2310163 ], [ 120.1787016, 30.2315374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744817, 30.2252794 ], [ 120.1746257, 30.2254312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743099, 30.2255344 ], [ 120.1744817, 30.2252794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1746257, 30.2254312 ], [ 120.1743099, 30.2255344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1746257, 30.2254312 ], [ 120.1752004, 30.2263693 ], [ 120.1761197, 30.2278732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1759967, 30.2280046 ], [ 120.1752414, 30.2267918 ], [ 120.1746862, 30.2259325 ], [ 120.1743099, 30.2255344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "候潮路", "凤山桥直街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1686866, 30.2293368 ], [ 120.1693748, 30.2291923 ], [ 120.1695324, 30.2291589 ], [ 120.169628, 30.2291386 ], [ 120.1696777, 30.2291281 ], [ 120.1701703, 30.2290238 ], [ 120.1703534, 30.228985 ], [ 120.1704154, 30.2289719 ], [ 120.1705165, 30.2289505 ], [ 120.170838, 30.2288824 ], [ 120.1710924, 30.2288286 ], [ 120.1711587, 30.2288168 ], [ 120.1720781, 30.228654 ], [ 120.1724674, 30.228585 ], [ 120.172587, 30.2285481 ], [ 120.1722989, 30.2279238 ], [ 120.1717841, 30.2268081 ], [ 120.1702548, 30.2266169 ], [ 120.1701364, 30.2266021 ], [ 120.1699598, 30.22658 ], [ 120.1698965, 30.2265721 ], [ 120.1696458, 30.2265408 ], [ 120.1690146, 30.2264619 ], [ 120.16898, 30.2264583 ], [ 120.1688873, 30.2264501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "候潮路", "凤山桥直街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1688873, 30.2264501 ], [ 120.16898, 30.2264583 ], [ 120.1690146, 30.2264619 ], [ 120.1696458, 30.2265408 ], [ 120.1698965, 30.2265721 ], [ 120.1699598, 30.22658 ], [ 120.1701364, 30.2266021 ], [ 120.1702548, 30.2266169 ], [ 120.1717841, 30.2268081 ], [ 120.1722989, 30.2279238 ], [ 120.172587, 30.2285481 ], [ 120.1724674, 30.228585 ], [ 120.1720781, 30.228654 ], [ 120.1711587, 30.2288168 ], [ 120.1710924, 30.2288286 ], [ 120.170838, 30.2288824 ], [ 120.1705165, 30.2289505 ], [ 120.1704154, 30.2289719 ], [ 120.1703534, 30.228985 ], [ 120.1701703, 30.2290238 ], [ 120.1696777, 30.2291281 ], [ 120.169628, 30.2291386 ], [ 120.1695324, 30.2291589 ], [ 120.1693748, 30.2291923 ], [ 120.1686866, 30.2293368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761197, 30.2278732 ], [ 120.1761726, 30.2279479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候潮东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761726, 30.2279479 ], [ 120.1759967, 30.2280046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1745204, 30.2312279 ], [ 120.1746409, 30.2316661 ], [ 120.1749176, 30.2326724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1659254, 30.228488 ], [ 120.1659028, 30.2286975 ], [ 120.1658993, 30.2287826 ], [ 120.165854, 30.2298777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1683477, 30.2293247 ], [ 120.1683735, 30.2293311 ], [ 120.1684292, 30.229366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684292, 30.229366 ], [ 120.1686866, 30.2293368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1680958, 30.2294371 ], [ 120.1681263, 30.2293838 ], [ 120.1681759, 30.2293427 ], [ 120.1682388, 30.2293187 ], [ 120.1683074, 30.2293147 ], [ 120.1683477, 30.2293247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1686866, 30.2293368 ], [ 120.1686047, 30.2294018 ], [ 120.1685562, 30.2294437 ], [ 120.1684796, 30.2295151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684292, 30.229366 ], [ 120.1684677, 30.2294152 ], [ 120.1684846, 30.2294728 ], [ 120.1684796, 30.2295151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1681907, 30.2296358 ], [ 120.1681383, 30.2295998 ], [ 120.1681028, 30.2295508 ], [ 120.168088, 30.2294945 ], [ 120.1680958, 30.2294371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684796, 30.2295151 ], [ 120.1684777, 30.2295319 ], [ 120.1684479, 30.2295854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684479, 30.2295854 ], [ 120.168408, 30.2296212 ], [ 120.1683579, 30.2296455 ], [ 120.1683019, 30.2296565 ], [ 120.1682445, 30.2296532 ], [ 120.1681907, 30.2296358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六部桥直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1680958, 30.2294371 ], [ 120.1676326, 30.2295061 ], [ 120.1663083, 30.2297828 ], [ 120.1659079, 30.2298664 ], [ 120.165854, 30.2298777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六部桥直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165854, 30.2298777 ], [ 120.1659079, 30.2298664 ], [ 120.1663083, 30.2297828 ], [ 120.1676326, 30.2295061 ], [ 120.1680958, 30.2294371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1657599, 30.2321613 ], [ 120.1655966, 30.2314304 ], [ 120.16554, 30.2309962 ], [ 120.1655737, 30.2306049 ], [ 120.1655862, 30.2304592 ], [ 120.1656681, 30.2295079 ], [ 120.165718, 30.2289275 ], [ 120.1657268, 30.2288258 ], [ 120.1657833, 30.2281689 ], [ 120.1658161, 30.2277884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684479, 30.2295854 ], [ 120.1683911, 30.2297125 ], [ 120.1683527, 30.2298169 ], [ 120.168297, 30.2301679 ], [ 120.1682734, 30.2303163 ], [ 120.1682842, 30.2304924 ], [ 120.1683468, 30.2307339 ], [ 120.1685243, 30.2312775 ], [ 120.1686689, 30.2316837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684781, 30.2317133 ], [ 120.1683156, 30.231174 ], [ 120.1682526, 30.2309185 ], [ 120.1682143, 30.2307258 ], [ 120.1681502, 30.2305204 ], [ 120.1681514, 30.2302926 ], [ 120.1681604, 30.2301348 ], [ 120.1681693, 30.2300081 ], [ 120.1682043, 30.2298348 ], [ 120.1681907, 30.2296358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165854, 30.2298777 ], [ 120.1658388, 30.2300705 ], [ 120.1657729, 30.2309076 ], [ 120.1657613, 30.231055 ], [ 120.1657605, 30.231065 ], [ 120.1657768, 30.2314092 ], [ 120.165958, 30.232242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上仓桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684781, 30.2317133 ], [ 120.1686689, 30.2316837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上仓桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1686689, 30.2316837 ], [ 120.1684781, 30.2317133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上仓桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165958, 30.232242 ], [ 120.1659828, 30.2322411 ], [ 120.1660782, 30.2322269 ], [ 120.1663649, 30.2321819 ], [ 120.1664502, 30.2321625 ], [ 120.1668649, 30.232076 ], [ 120.1677843, 30.2318901 ], [ 120.1679398, 30.2318593 ], [ 120.1684781, 30.2317133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上仓桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684781, 30.2317133 ], [ 120.1679398, 30.2318593 ], [ 120.1677843, 30.2318901 ], [ 120.1668649, 30.232076 ], [ 120.1664502, 30.2321625 ], [ 120.1663649, 30.2321819 ], [ 120.1660782, 30.2322269 ], [ 120.1659828, 30.2322411 ], [ 120.165958, 30.232242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上仓桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1657599, 30.2321613 ], [ 120.1658518, 30.2322221 ], [ 120.165958, 30.232242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784264, 30.2317206 ], [ 120.1781381, 30.2313852 ], [ 120.1779282, 30.231137 ], [ 120.1773654, 30.23032 ], [ 120.1766177, 30.2290297 ], [ 120.1763222, 30.2285198 ], [ 120.1759967, 30.2280046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1787016, 30.2315374 ], [ 120.1794819, 30.2308672 ], [ 120.1799314, 30.2305047 ], [ 120.1806814, 30.2298999 ], [ 120.1813429, 30.2293959 ], [ 120.1826309, 30.2284731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1827504, 30.2286131 ], [ 120.1808994, 30.2299315 ], [ 120.1808067, 30.2300092 ], [ 120.1796767, 30.2309607 ], [ 120.1788034, 30.2316614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1829043, 30.2285039 ], [ 120.1835046, 30.229087 ], [ 120.183716, 30.2292924 ], [ 120.1843964, 30.2299993 ], [ 120.1853668, 30.2310059 ], [ 120.1856273, 30.2313347 ], [ 120.1861594, 30.2317735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1859553, 30.2318597 ], [ 120.1851473, 30.2309652 ], [ 120.1842693, 30.2301164 ], [ 120.1827504, 30.2286131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1787016, 30.2315374 ], [ 120.1788034, 30.2316614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784264, 30.2317206 ], [ 120.1787016, 30.2315374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1788034, 30.2316614 ], [ 120.1784818, 30.2317864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784818, 30.2317864 ], [ 120.1784264, 30.2317206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1767955, 30.2321741 ], [ 120.1781618, 30.2317942 ], [ 120.1782551, 30.2317682 ], [ 120.1784264, 30.2317206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784818, 30.2317864 ], [ 120.1783182, 30.2318318 ], [ 120.1782248, 30.2318576 ], [ 120.176843, 30.2322407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海潮寺巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1767955, 30.2321741 ], [ 120.176843, 30.2322407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海潮寺巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176843, 30.2322407 ], [ 120.1767955, 30.2321741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179456, 30.2328497 ], [ 120.1793251, 30.2327086 ], [ 120.1788985, 30.2322682 ], [ 120.1784818, 30.2317864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海潮寺巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177252, 30.2328147 ], [ 120.177066, 30.2325536 ], [ 120.176843, 30.2322407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海潮寺巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176843, 30.2322407 ], [ 120.177066, 30.2325536 ], [ 120.177252, 30.2328147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1788034, 30.2316614 ], [ 120.1791736, 30.2321097 ], [ 120.1800675, 30.2330256 ], [ 120.1802971, 30.2332609 ], [ 120.1806182, 30.2336316 ], [ 120.1808927, 30.2339368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808927, 30.2339368 ], [ 120.1826937, 30.2332104 ], [ 120.1835405, 30.2328577 ], [ 120.1842696, 30.2325422 ], [ 120.1845521, 30.2324091 ], [ 120.184659, 30.2323586 ], [ 120.1855392, 30.2319677 ], [ 120.1859553, 30.2318597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862559, 30.2320778 ], [ 120.1857594, 30.2323187 ], [ 120.1849316, 30.2326827 ], [ 120.1845003, 30.2328939 ], [ 120.1836259, 30.233225 ], [ 120.1828045, 30.2335411 ], [ 120.1824606, 30.2336697 ], [ 120.1821342, 30.2337959 ], [ 120.1818965, 30.2338902 ], [ 120.1811294, 30.2341874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海潮寺巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177252, 30.2328147 ], [ 120.177429, 30.2329699 ], [ 120.1777053, 30.2333824 ], [ 120.1777567, 30.2335936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748212, 30.2327526 ], [ 120.1744112, 30.2312618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749176, 30.2326724 ], [ 120.1767955, 30.2321741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176843, 30.2322407 ], [ 120.1749528, 30.2327639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748212, 30.2327526 ], [ 120.1749176, 30.2326724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749176, 30.2326724 ], [ 120.1749528, 30.2327639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749528, 30.2327639 ], [ 120.1748212, 30.2327526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749528, 30.2327639 ], [ 120.1751538, 30.2334306 ], [ 120.175269, 30.2337304 ], [ 120.1754007, 30.2339669 ], [ 120.1755847, 30.2342411 ], [ 120.1759194, 30.2347454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1758187, 30.2348126 ], [ 120.1754652, 30.2343273 ], [ 120.1753117, 30.2340572 ], [ 120.1751365, 30.2337413 ], [ 120.1750552, 30.2335148 ], [ 120.1748212, 30.2327526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江门外直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1759194, 30.2347454 ], [ 120.1758187, 30.2348126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江门外直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1758187, 30.2348126 ], [ 120.1759194, 30.2347454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海潮寺巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777567, 30.2335936 ], [ 120.1776141, 30.2334334 ], [ 120.1774775, 30.2332124 ], [ 120.1774451, 30.2331599 ], [ 120.177252, 30.2328147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江门外直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.179456, 30.2328497 ], [ 120.179269, 30.2329316 ], [ 120.1791853, 30.2329682 ], [ 120.1777567, 30.2335936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江门外直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777567, 30.2335936 ], [ 120.1791853, 30.2329682 ], [ 120.179269, 30.2329316 ], [ 120.179456, 30.2328497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180585, 30.2341069 ], [ 120.1801132, 30.2335667 ], [ 120.1800329, 30.2334791 ], [ 120.179456, 30.2328497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180585, 30.2341069 ], [ 120.1808927, 30.2339368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808927, 30.2339368 ], [ 120.1811294, 30.2341874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江门外直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777567, 30.2335936 ], [ 120.1775766, 30.2337073 ], [ 120.1771723, 30.2339491 ], [ 120.1769515, 30.2340812 ], [ 120.1767055, 30.2342283 ], [ 120.1759194, 30.2347454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江门外直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1759194, 30.2347454 ], [ 120.1767055, 30.2342283 ], [ 120.1769515, 30.2340812 ], [ 120.1771723, 30.2339491 ], [ 120.1775766, 30.2337073 ], [ 120.1777567, 30.2335936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808212, 30.2343447 ], [ 120.180585, 30.2341069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1811294, 30.2341874 ], [ 120.1808212, 30.2343447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1686689, 30.2316837 ], [ 120.1692006, 30.233187 ], [ 120.1693909, 30.2337142 ], [ 120.1694277, 30.2338161 ], [ 120.1695418, 30.2340638 ], [ 120.1696603, 30.2343211 ], [ 120.1697617, 30.2345414 ], [ 120.1698294, 30.2346883 ], [ 120.1698461, 30.2347245 ], [ 120.16987, 30.234773 ], [ 120.1700018, 30.2350407 ], [ 120.1702647, 30.2355747 ], [ 120.1703867, 30.2357682 ], [ 120.1706967, 30.23626 ], [ 120.1711093, 30.236883 ], [ 120.1716653, 30.2376807 ], [ 120.1718778, 30.2379901 ], [ 120.1721515, 30.2383918 ], [ 120.1723025, 30.2386186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720824, 30.2387179 ], [ 120.171834, 30.2383329 ], [ 120.1714621, 30.2377727 ], [ 120.1714387, 30.2377375 ], [ 120.1710488, 30.2371501 ], [ 120.1704242, 30.236209 ], [ 120.1702991, 30.2360206 ], [ 120.1700964, 30.2357086 ], [ 120.1697873, 30.2351137 ], [ 120.1697467, 30.2350355 ], [ 120.1696163, 30.2347403 ], [ 120.16928, 30.2339788 ], [ 120.16926, 30.2339213 ], [ 120.1692138, 30.2337887 ], [ 120.1690848, 30.2334185 ], [ 120.1689744, 30.2331017 ], [ 120.1689221, 30.2329603 ], [ 120.168647, 30.2321619 ], [ 120.1685186, 30.2318643 ], [ 120.1684781, 30.2317133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江门外直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1758187, 30.2348126 ], [ 120.1750513, 30.2352976 ], [ 120.1748558, 30.2354211 ], [ 120.1745705, 30.2356014 ], [ 120.1744076, 30.2356711 ], [ 120.174234, 30.2357038 ], [ 120.1733367, 30.2356793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江门外直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1733367, 30.2356793 ], [ 120.174234, 30.2357038 ], [ 120.1744076, 30.2356711 ], [ 120.1745705, 30.2356014 ], [ 120.1748558, 30.2354211 ], [ 120.1750513, 30.2352976 ], [ 120.1758187, 30.2348126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1759194, 30.2347454 ], [ 120.1769857, 30.236426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1768731, 30.2364934 ], [ 120.1765114, 30.2359169 ], [ 120.1758187, 30.2348126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761914, 30.2370175 ], [ 120.1764512, 30.2367331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1765224, 30.2369161 ], [ 120.1761914, 30.2370175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1765224, 30.2369161 ], [ 120.1761568, 30.2371515 ], [ 120.1745689, 30.2380275 ], [ 120.1744155, 30.2380947 ], [ 120.1742168, 30.2381818 ], [ 120.1740737, 30.2382299 ], [ 120.1739615, 30.2382676 ], [ 120.173614, 30.2383843 ], [ 120.1735034, 30.238236 ], [ 120.1734795, 30.2382039 ], [ 120.1740136, 30.2379978 ], [ 120.1744874, 30.2378149 ], [ 120.1759583, 30.2370449 ], [ 120.1764512, 30.2367331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1707934, 30.2393635 ], [ 120.1711861, 30.2392166 ], [ 120.1718116, 30.2389822 ], [ 120.1725948, 30.2386948 ], [ 120.1738443, 30.2381576 ], [ 120.1745197, 30.2379117 ], [ 120.1761914, 30.2370175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海潮寺巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1791904, 30.2350052 ], [ 120.1784936, 30.2343819 ], [ 120.1782797, 30.2341768 ], [ 120.1781509, 30.2340069 ], [ 120.1777567, 30.2335936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海潮寺巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777567, 30.2335936 ], [ 120.1781509, 30.2340069 ], [ 120.1782797, 30.2341768 ], [ 120.1784936, 30.2343819 ], [ 120.1791904, 30.2350052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1791904, 30.2350052 ], [ 120.1801341, 30.2343567 ], [ 120.1803167, 30.2342652 ], [ 120.1805311, 30.2341394 ], [ 120.180585, 30.2341069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808212, 30.2343447 ], [ 120.1807424, 30.2343935 ], [ 120.1805578, 30.2345073 ], [ 120.1800496, 30.2348103 ], [ 120.1794895, 30.2351872 ], [ 120.1794294, 30.2352241 ], [ 120.1789648, 30.2355098 ], [ 120.1787476, 30.2356433 ], [ 120.1780229, 30.2360992 ], [ 120.1773733, 30.2365486 ], [ 120.177087, 30.2366329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1769857, 30.236426 ], [ 120.177601, 30.2360323 ], [ 120.1783431, 30.2355574 ], [ 120.1791904, 30.2350052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1768731, 30.2364934 ], [ 120.1769857, 30.236426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1769857, 30.236426 ], [ 120.177087, 30.2366329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1769757, 30.2366865 ], [ 120.1768731, 30.2364934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1764512, 30.2367331 ], [ 120.1768731, 30.2364934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1811294, 30.2341874 ], [ 120.1812813, 30.2343448 ], [ 120.1814927, 30.2345587 ], [ 120.1828785, 30.2359604 ], [ 120.1832263, 30.2362859 ], [ 120.1833477, 30.2363995 ], [ 120.184, 30.2370099 ], [ 120.1841991, 30.2371963 ], [ 120.1847664, 30.2376714 ], [ 120.1850823, 30.2379444 ], [ 120.1857502, 30.2385026 ], [ 120.186067, 30.2387894 ], [ 120.1863042, 30.2390041 ], [ 120.1864436, 30.2391302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "万松岭隧道", "严官巷", "上仓桥路", "美术馆街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1657599, 30.2321613 ], [ 120.1656324, 30.2320902 ], [ 120.164869, 30.232064 ], [ 120.1647416, 30.2320955 ], [ 120.1646409, 30.2320929 ], [ 120.164364, 30.2320579 ], [ 120.1641201, 30.2320364 ], [ 120.1638776, 30.2320149 ], [ 120.1636979, 30.2319543 ], [ 120.1634029, 30.231854 ], [ 120.1631369, 30.2317296 ], [ 120.1626968, 30.2315289 ], [ 120.1620971, 30.2312771 ], [ 120.161736, 30.2311763 ], [ 120.1614576, 30.231165 ], [ 120.1611492, 30.2312147 ], [ 120.1607239, 30.2312867 ], [ 120.155349, 30.2319739 ], [ 120.1542593, 30.2321039 ], [ 120.1538553, 30.2321748 ], [ 120.1535227, 30.2322549 ], [ 120.1533012, 30.2323543 ], [ 120.1531264, 30.2324651 ], [ 120.1528548, 30.2326088 ], [ 120.1525968, 30.2326817 ], [ 120.15236, 30.2326953 ], [ 120.1520928, 30.2326565 ], [ 120.1513276, 30.2325172 ], [ 120.1508254, 30.2324257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "万松岭隧道", "严官巷", "上仓桥路", "美术馆街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1508254, 30.2324257 ], [ 120.1513276, 30.2325172 ], [ 120.1520928, 30.2326565 ], [ 120.15236, 30.2326953 ], [ 120.1525968, 30.2326817 ], [ 120.1528548, 30.2326088 ], [ 120.1531264, 30.2324651 ], [ 120.1533012, 30.2323543 ], [ 120.1535227, 30.2322549 ], [ 120.1538553, 30.2321748 ], [ 120.1542593, 30.2321039 ], [ 120.155349, 30.2319739 ], [ 120.1607239, 30.2312867 ], [ 120.1611492, 30.2312147 ], [ 120.1614576, 30.231165 ], [ 120.161736, 30.2311763 ], [ 120.1620971, 30.2312771 ], [ 120.1626968, 30.2315289 ], [ 120.1631369, 30.2317296 ], [ 120.1634029, 30.231854 ], [ 120.1636979, 30.2319543 ], [ 120.1638776, 30.2320149 ], [ 120.1641201, 30.2320364 ], [ 120.164364, 30.2320579 ], [ 120.1646409, 30.2320929 ], [ 120.1647416, 30.2320955 ], [ 120.164869, 30.232064 ], [ 120.1656324, 30.2320902 ], [ 120.1657599, 30.2321613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513098, 30.2356286 ], [ 120.1514107, 30.235692 ], [ 120.1516896, 30.2360443 ], [ 120.1519246, 30.2370279 ], [ 120.151969, 30.237214 ], [ 120.1520459, 30.2374208 ], [ 120.1522154, 30.237583 ], [ 120.1524889, 30.2378657 ], [ 120.1528458, 30.2381553 ], [ 120.153138, 30.238394 ], [ 120.1538421, 30.2398039 ], [ 120.1536322, 30.2415985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1534454, 30.2415612 ], [ 120.1535269, 30.2407139 ], [ 120.1536191, 30.2397544 ], [ 120.1533567, 30.2391141 ], [ 120.1529873, 30.238482 ], [ 120.152941, 30.2384434 ], [ 120.1527138, 30.2382541 ], [ 120.1521554, 30.2377887 ], [ 120.1519011, 30.2374139 ], [ 120.151861, 30.2373256 ], [ 120.1518199, 30.2372351 ], [ 120.1517242, 30.2368911 ], [ 120.1516698, 30.2366953 ], [ 120.1514967, 30.2360728 ], [ 120.1512186, 30.2357718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河坊街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536322, 30.2415985 ], [ 120.1534454, 30.2415612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河坊街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1534454, 30.2415612 ], [ 120.1536322, 30.2415985 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "河坊街", "劳动路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536322, 30.2415985 ], [ 120.1546444, 30.2418007 ], [ 120.155373, 30.2418942 ], [ 120.1558666, 30.2419157 ], [ 120.1560682, 30.2419245 ], [ 120.1561772, 30.241926 ], [ 120.1563882, 30.241931 ], [ 120.1564605, 30.2419309 ], [ 120.1570129, 30.24193 ], [ 120.1572125, 30.2419297 ], [ 120.1574636, 30.2420085 ], [ 120.1575981, 30.2420507 ], [ 120.1576685, 30.2421931 ], [ 120.1576624, 30.242371 ], [ 120.1576582, 30.2424937 ], [ 120.1576969, 30.2430147 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "河坊街", "劳动路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576969, 30.2430147 ], [ 120.1576582, 30.2424937 ], [ 120.1576624, 30.242371 ], [ 120.1576685, 30.2421931 ], [ 120.1575981, 30.2420507 ], [ 120.1574636, 30.2420085 ], [ 120.1572125, 30.2419297 ], [ 120.1570129, 30.24193 ], [ 120.1564605, 30.2419309 ], [ 120.1563882, 30.241931 ], [ 120.1561772, 30.241926 ], [ 120.1560682, 30.2419245 ], [ 120.1558666, 30.2419157 ], [ 120.155373, 30.2418942 ], [ 120.1546444, 30.2418007 ], [ 120.1536322, 30.2415985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高银街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576969, 30.2430147 ], [ 120.1589355, 30.2430161 ], [ 120.1600138, 30.2430291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高银街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1600138, 30.2430291 ], [ 120.1589355, 30.2430161 ], [ 120.1576969, 30.2430147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上仓桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165958, 30.232242 ], [ 120.1658518, 30.2322221 ], [ 120.1657599, 30.2321613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672874, 30.2402095 ], [ 120.1672035, 30.2398232 ], [ 120.1671005, 30.2395361 ], [ 120.1667682, 30.2386095 ], [ 120.1665429, 30.2379143 ], [ 120.166405, 30.2373214 ], [ 120.1663407, 30.2370453 ], [ 120.1663229, 30.2369689 ], [ 120.1661513, 30.2361625 ], [ 120.1660994, 30.2358805 ], [ 120.1660429, 30.2354552 ], [ 120.1659535, 30.2345314 ], [ 120.1659521, 30.2344914 ], [ 120.1659367, 30.2340537 ], [ 120.1659206, 30.2331963 ], [ 120.1658187, 30.2325428 ], [ 120.165763, 30.2321857 ], [ 120.1657599, 30.2321613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165958, 30.232242 ], [ 120.1660117, 30.2325142 ], [ 120.1661305, 30.2331163 ], [ 120.1661914, 30.2350411 ], [ 120.1662524, 30.2354416 ], [ 120.1663622, 30.2360106 ], [ 120.1664657, 30.2366353 ], [ 120.166537, 30.236994 ], [ 120.1665423, 30.2370151 ], [ 120.166587, 30.2371927 ], [ 120.1668135, 30.2380934 ], [ 120.1670289, 30.2387502 ], [ 120.1673745, 30.2397898 ], [ 120.1674691, 30.2401714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674691, 30.2401714 ], [ 120.1678468, 30.2400954 ], [ 120.1687854, 30.2398822 ], [ 120.1688504, 30.2398674 ], [ 120.1689709, 30.2398401 ], [ 120.1694324, 30.2397353 ], [ 120.1700413, 30.2395291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1701486, 30.2397144 ], [ 120.1698706, 30.2397918 ], [ 120.1697872, 30.239815 ], [ 120.1697084, 30.239837 ], [ 120.1693654, 30.2399183 ], [ 120.1692291, 30.2399464 ], [ 120.1689441, 30.2400051 ], [ 120.1684301, 30.2401045 ], [ 120.1678794, 30.2402101 ], [ 120.1676366, 30.2402566 ], [ 120.1674943, 30.2402835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672874, 30.2402095 ], [ 120.1674691, 30.2401714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674691, 30.2401714 ], [ 120.1674943, 30.2402835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673145, 30.2403156 ], [ 120.1672874, 30.2402095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674943, 30.2402835 ], [ 120.1673145, 30.2403156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674943, 30.2402835 ], [ 120.1676675, 30.2409794 ], [ 120.1677319, 30.241524 ], [ 120.1677732, 30.2419938 ], [ 120.1678118, 30.2424335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761914, 30.2370175 ], [ 120.1745197, 30.2379117 ], [ 120.1738443, 30.2381576 ], [ 120.1725948, 30.2386948 ], [ 120.1718116, 30.2389822 ], [ 120.1711861, 30.2392166 ], [ 120.1707934, 30.2393635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720824, 30.2387179 ], [ 120.1723025, 30.2386186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723025, 30.2386186 ], [ 120.1723328, 30.2386666 ], [ 120.1723493, 30.2386926 ], [ 120.1724388, 30.23885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1722424, 30.2389325 ], [ 120.1720824, 30.2387179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724388, 30.23885 ], [ 120.1722424, 30.2389325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700413, 30.2395291 ], [ 120.1710364, 30.2391366 ], [ 120.1711109, 30.2391071 ], [ 120.1720824, 30.2387179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1722424, 30.2389325 ], [ 120.1716114, 30.2391681 ], [ 120.171031, 30.2393849 ], [ 120.1701486, 30.2397144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700413, 30.2395291 ], [ 120.1707934, 30.2393635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1707934, 30.2393635 ], [ 120.1701486, 30.2397144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1734704, 30.2408311 ], [ 120.1731807, 30.2403242 ], [ 120.1730606, 30.2401461 ], [ 120.1728456, 30.2398272 ], [ 120.1725994, 30.239462 ], [ 120.1722424, 30.2389325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177087, 30.2366329 ], [ 120.1769757, 30.2366865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1769757, 30.2366865 ], [ 120.1765224, 30.2369161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862649, 30.2393233 ], [ 120.1862105, 30.2392773 ], [ 120.1860838, 30.2391703 ], [ 120.1845349, 30.2378618 ], [ 120.1839237, 30.2373259 ], [ 120.1836798, 30.237105 ], [ 120.1829599, 30.236453 ], [ 120.1826233, 30.2361481 ], [ 120.1825703, 30.2360957 ], [ 120.182529, 30.236055 ], [ 120.1811703, 30.234695 ], [ 120.1810635, 30.2345734 ], [ 120.1808212, 30.2343447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177087, 30.2366329 ], [ 120.1782547, 30.2385508 ], [ 120.1787943, 30.2396619 ], [ 120.1788183, 30.239716 ], [ 120.179124, 30.240405 ], [ 120.1794566, 30.2411544 ], [ 120.1800093, 30.2421532 ], [ 120.1802863, 30.2425635 ], [ 120.1808564, 30.2433687 ], [ 120.1809622, 30.24352 ], [ 120.1813957, 30.2441595 ], [ 120.182369, 30.2454985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822559, 30.2455672 ], [ 120.1813055, 30.2442075 ], [ 120.1808151, 30.2435539 ], [ 120.1807109, 30.2434168 ], [ 120.1801304, 30.242625 ], [ 120.1798695, 30.2421836 ], [ 120.1795593, 30.241602 ], [ 120.1793618, 30.2412339 ], [ 120.1785359, 30.2394819 ], [ 120.1781323, 30.2386259 ], [ 120.1769757, 30.2366865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "近江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.182369, 30.2454985 ], [ 120.1822559, 30.2455672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "近江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822559, 30.2455672 ], [ 120.182369, 30.2454985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1766241, 30.2455241 ], [ 120.17663, 30.2456139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17663, 30.2456139 ], [ 120.1766241, 30.2455241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "近江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180833, 30.2463231 ], [ 120.1822559, 30.2455672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676235, 30.2424411 ], [ 120.1675753, 30.2417592 ], [ 120.1675227, 30.2411857 ], [ 120.1674985, 30.240954 ], [ 120.1673145, 30.2403156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676235, 30.2424411 ], [ 120.1678118, 30.2424335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高银街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674557, 30.2425714 ], [ 120.1675187, 30.2424933 ], [ 120.1676235, 30.2424411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1678118, 30.2424335 ], [ 120.1678154, 30.2426032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676334, 30.2425986 ], [ 120.1676235, 30.2424411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河坊街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676334, 30.2425986 ], [ 120.1674557, 30.2425714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河坊街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1678154, 30.2426032 ], [ 120.1676334, 30.2425986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621291, 30.2423444 ], [ 120.162098, 30.2430132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162098, 30.2430132 ], [ 120.1621291, 30.2423444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高银街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162098, 30.2430132 ], [ 120.1628, 30.2429514 ], [ 120.1633939, 30.2429364 ], [ 120.1634494, 30.2429403 ], [ 120.1644846, 30.2429425 ], [ 120.1651534, 30.242994 ], [ 120.1662301, 30.2430769 ], [ 120.1665983, 30.2430701 ], [ 120.1669102, 30.242948 ], [ 120.1670576, 30.2428455 ], [ 120.1670913, 30.2428226 ], [ 120.1672755, 30.2426973 ], [ 120.1674557, 30.2425714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1735291, 30.2409112 ], [ 120.1734704, 30.2408311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724388, 30.23885 ], [ 120.172677, 30.2392191 ], [ 120.1728277, 30.2394526 ], [ 120.1730898, 30.2398587 ], [ 120.1733738, 30.2402987 ], [ 120.173384, 30.2403367 ], [ 120.1734703, 30.2406588 ], [ 120.1734798, 30.2406944 ], [ 120.1735001, 30.2407408 ], [ 120.1742428, 30.2418697 ], [ 120.1744522, 30.242194 ], [ 120.1754234, 30.243716 ], [ 120.1755362, 30.2438929 ], [ 120.1756367, 30.2440797 ], [ 120.1755755, 30.2441604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1678118, 30.2424335 ], [ 120.1679882, 30.2424023 ], [ 120.168127, 30.2423777 ], [ 120.1683025, 30.2423633 ], [ 120.1685363, 30.2423524 ], [ 120.1689008, 30.2423136 ], [ 120.1693341, 30.2422343 ], [ 120.1697343, 30.2421436 ], [ 120.1700724, 30.2420554 ], [ 120.1703885, 30.2419746 ], [ 120.170807, 30.2418861 ], [ 120.1711724, 30.2418114 ], [ 120.1716405, 30.241656 ], [ 120.1721662, 30.2414149 ], [ 120.1722761, 30.2413649 ], [ 120.1728329, 30.2411023 ], [ 120.1734704, 30.2408311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河坊街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1735291, 30.2409112 ], [ 120.1729386, 30.2411483 ], [ 120.1724158, 30.2413736 ], [ 120.172324, 30.2414132 ], [ 120.1716898, 30.2417282 ], [ 120.1711031, 30.2419843 ], [ 120.1708908, 30.2420425 ], [ 120.1704395, 30.2421661 ], [ 120.1701403, 30.242241 ], [ 120.1697635, 30.2423341 ], [ 120.1691397, 30.2424485 ], [ 120.1688354, 30.2424805 ], [ 120.1683365, 30.2425289 ], [ 120.1681606, 30.2425325 ], [ 120.1678154, 30.2426032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755755, 30.2441604 ], [ 120.175462, 30.2439361 ], [ 120.1748838, 30.2430075 ], [ 120.1743864, 30.2422085 ], [ 120.1735291, 30.2409112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176225, 30.2450995 ], [ 120.1759961, 30.2448388 ], [ 120.175743, 30.2444306 ], [ 120.1755755, 30.2441604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755755, 30.2441604 ], [ 120.175743, 30.2444306 ], [ 120.1759961, 30.2448388 ], [ 120.176225, 30.2450995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "郭东园巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755755, 30.2441604 ], [ 120.1746427, 30.2445415 ], [ 120.1743726, 30.2446625 ], [ 120.1740814, 30.244793 ], [ 120.1736972, 30.2449606 ], [ 120.1732809, 30.2451837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "郭东园巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1732809, 30.2451837 ], [ 120.1736972, 30.2449606 ], [ 120.1740814, 30.244793 ], [ 120.1743726, 30.2446625 ], [ 120.1746427, 30.2445415 ], [ 120.1755755, 30.2441604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1766241, 30.2455241 ], [ 120.1765415, 30.2455119 ], [ 120.1764692, 30.2454541 ], [ 120.1763055, 30.2453011 ], [ 120.1762623, 30.2452199 ], [ 120.176225, 30.2450995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "定安路", "华光路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162098, 30.2430132 ], [ 120.16195, 30.2443657 ], [ 120.1619057, 30.2449104 ], [ 120.1618843, 30.245455 ], [ 120.1618774, 30.245629 ], [ 120.1618743, 30.2457077 ], [ 120.1618223, 30.2470267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "定安路", "华光路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618223, 30.2470267 ], [ 120.1618743, 30.2457077 ], [ 120.1618774, 30.245629 ], [ 120.1618843, 30.245455 ], [ 120.1619057, 30.2449104 ], [ 120.16195, 30.2443657 ], [ 120.162098, 30.2430132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1678154, 30.2426032 ], [ 120.1678125, 30.2436198 ], [ 120.1678095, 30.2446721 ], [ 120.1678082, 30.2451104 ], [ 120.1678079, 30.2452288 ], [ 120.1677655, 30.2463814 ], [ 120.1677583, 30.2472324 ], [ 120.1677549, 30.2476288 ], [ 120.1677395, 30.2480806 ], [ 120.1677376, 30.2481351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674741, 30.2481518 ], [ 120.1674802, 30.2480946 ], [ 120.1675276, 30.2476479 ], [ 120.1675361, 30.2473693 ], [ 120.167557, 30.2466798 ], [ 120.1675885, 30.2456426 ], [ 120.1676007, 30.2451098 ], [ 120.1676051, 30.2447742 ], [ 120.1676334, 30.2425986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "定安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618075, 30.2482541 ], [ 120.1618101, 30.2481982 ], [ 120.1618168, 30.2475504 ], [ 120.1618223, 30.2470267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "定安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618223, 30.2470267 ], [ 120.1618168, 30.2475504 ], [ 120.1618101, 30.2481982 ], [ 120.1618075, 30.2482541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674741, 30.2481518 ], [ 120.1677376, 30.2481351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1677376, 30.2481351 ], [ 120.1677404, 30.2482387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674683, 30.2482499 ], [ 120.1674741, 30.2481518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618075, 30.2482541 ], [ 120.1627907, 30.2481939 ], [ 120.1632912, 30.2481929 ], [ 120.1641071, 30.2481924 ], [ 120.1643384, 30.248219 ], [ 120.1657037, 30.2482059 ], [ 120.1663447, 30.2482003 ], [ 120.1667384, 30.2481968 ], [ 120.1674741, 30.2481518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176225, 30.2450995 ], [ 120.1765376, 30.2452499 ], [ 120.1766971, 30.2453266 ], [ 120.1767283, 30.2453496 ], [ 120.1767491, 30.2453803 ], [ 120.176757, 30.2454151 ], [ 120.1767512, 30.2454503 ], [ 120.1767323, 30.2454818 ], [ 120.1767025, 30.2455063 ], [ 120.176665, 30.2455209 ], [ 120.1766241, 30.2455241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1763255, 30.2461772 ], [ 120.1764452, 30.2460214 ], [ 120.1765366, 30.2458549 ], [ 120.17663, 30.2456139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761263, 30.2464395 ], [ 120.1761401, 30.2463438 ], [ 120.1762884, 30.2461271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761263, 30.2464395 ], [ 120.1761697, 30.2463764 ], [ 120.1762979, 30.2462052 ], [ 120.1763255, 30.2461772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1732809, 30.2451837 ], [ 120.1732407, 30.2452986 ], [ 120.1732534, 30.2454134 ], [ 120.1732789, 30.2455398 ], [ 120.1734999, 30.2460883 ], [ 120.1738642, 30.2467781 ], [ 120.1743475, 30.2477378 ], [ 120.1743791, 30.2478222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1741927, 30.2478568 ], [ 120.1741626, 30.2477736 ], [ 120.1737297, 30.2468111 ], [ 120.1734043, 30.246139 ], [ 120.173211, 30.2456916 ], [ 120.1731566, 30.2455332 ], [ 120.1731558, 30.2453355 ], [ 120.1732809, 30.2451837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761471, 30.2468096 ], [ 120.1761368, 30.2467328 ], [ 120.1761079, 30.2466005 ], [ 120.1761056, 30.2465122 ], [ 120.1761263, 30.2464395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175879, 30.2470707 ], [ 120.1760923, 30.2469536 ], [ 120.176133, 30.2468702 ], [ 120.1761471, 30.2468096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1764125, 30.2472115 ], [ 120.1762552, 30.2469811 ], [ 120.1761471, 30.2468096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1764125, 30.2472115 ], [ 120.1763349, 30.2471806 ], [ 120.1762722, 30.2471633 ], [ 120.1762065, 30.2471648 ], [ 120.176145, 30.247185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216962, 30.2028032 ], [ 120.2216862, 30.203602 ], [ 120.221684, 30.2037804 ], [ 120.221673, 30.2046639 ], [ 120.2216652, 30.2052844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2245008, 30.2053355 ], [ 120.224473, 30.2028849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246497, 30.2028922 ], [ 120.2246665, 30.2053334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276102, 30.2054148 ], [ 120.227572, 30.2029717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227572, 30.2029717 ], [ 120.2276102, 30.2054148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2245008, 30.2053355 ], [ 120.2236234, 30.2052927 ], [ 120.2216652, 30.2052844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216652, 30.2052844 ], [ 120.2236234, 30.2052927 ], [ 120.2245008, 30.2053355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246665, 30.2053334 ], [ 120.2245008, 30.2053355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2245008, 30.2053355 ], [ 120.2246665, 30.2053334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246665, 30.2053334 ], [ 120.2276102, 30.2054148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189419, 30.2027239 ], [ 120.2189035, 30.2040613 ], [ 120.2188853, 30.2051684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2188853, 30.2051684 ], [ 120.2189035, 30.2040613 ], [ 120.2189419, 30.2027239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127557, 30.2041039 ], [ 120.2129065, 30.204139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129065, 30.204139 ], [ 120.2131045, 30.204203 ], [ 120.2135313, 30.2043039 ], [ 120.2137387, 30.2043508 ], [ 120.2139529, 30.2043992 ], [ 120.2144496, 30.2045114 ], [ 120.2163069, 30.2047714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163069, 30.2047714 ], [ 120.2144496, 30.2045114 ], [ 120.2139529, 30.2043992 ], [ 120.2137387, 30.2043508 ], [ 120.2135313, 30.2043039 ], [ 120.2131045, 30.204203 ], [ 120.2129065, 30.204139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163069, 30.2047714 ], [ 120.2170334, 30.2048833 ], [ 120.2175152, 30.2049574 ], [ 120.2188853, 30.2051684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2188853, 30.2051684 ], [ 120.2175152, 30.2049574 ], [ 120.2170334, 30.2048833 ], [ 120.2163069, 30.2047714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2188853, 30.2051684 ], [ 120.2197433, 30.205204 ], [ 120.2200504, 30.2052168 ], [ 120.2208239, 30.2052492 ], [ 120.2216652, 30.2052844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216652, 30.2052844 ], [ 120.2208239, 30.2052492 ], [ 120.2200504, 30.2052168 ], [ 120.2197433, 30.205204 ], [ 120.2188853, 30.2051684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163069, 30.2047714 ], [ 120.2161648, 30.2075449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129065, 30.204139 ], [ 120.2127557, 30.2041039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054161, 30.204222 ], [ 120.2055724, 30.2042758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055724, 30.2042758 ], [ 120.2054161, 30.204222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092581, 30.2061839 ], [ 120.209412, 30.2050092 ], [ 120.2095638, 30.2038505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095638, 30.2038505 ], [ 120.209412, 30.2050092 ], [ 120.2092581, 30.2061839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055724, 30.2042758 ], [ 120.2065009, 30.2047595 ], [ 120.2070508, 30.205046 ], [ 120.2081051, 30.2055953 ], [ 120.2092581, 30.2061839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092581, 30.2061839 ], [ 120.2081051, 30.2055953 ], [ 120.2070508, 30.205046 ], [ 120.2065009, 30.2047595 ], [ 120.2055724, 30.2042758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2124218, 30.2072033 ], [ 120.2125934, 30.2056057 ], [ 120.2127557, 30.2041039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129065, 30.204139 ], [ 120.2125836, 30.2071909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2124218, 30.2072033 ], [ 120.2114152, 30.2068701 ], [ 120.2109531, 30.2067172 ], [ 120.2103161, 30.2065168 ], [ 120.2092581, 30.2061839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161648, 30.2075449 ], [ 120.2163069, 30.2047714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2188853, 30.2051684 ], [ 120.2188135, 30.2064812 ], [ 120.2187579, 30.2069402 ], [ 120.2186229, 30.2078517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2186229, 30.2078517 ], [ 120.2187579, 30.2069402 ], [ 120.2188135, 30.2064812 ], [ 120.2188853, 30.2051684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125836, 30.2071909 ], [ 120.2129377, 30.2072269 ], [ 120.2132604, 30.2072676 ], [ 120.2161648, 30.2075449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2160612, 30.2077648 ], [ 120.2132311, 30.2073919 ], [ 120.212912, 30.2073548 ], [ 120.2125568, 30.2073201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2160612, 30.2077648 ], [ 120.2161648, 30.2075449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161648, 30.2075449 ], [ 120.2160612, 30.2077648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161648, 30.2075449 ], [ 120.2186229, 30.2078517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2185881, 30.2079883 ], [ 120.2168979, 30.2078109 ], [ 120.2160612, 30.2077648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2185881, 30.2079883 ], [ 120.2186229, 30.2078517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "启智街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276102, 30.2054148 ], [ 120.2246665, 30.2053334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216155, 30.2081677 ], [ 120.2216446, 30.2073167 ], [ 120.2216471, 30.2072046 ], [ 120.2216563, 30.2068148 ], [ 120.2216624, 30.2065597 ], [ 120.2216717, 30.2061651 ], [ 120.2216652, 30.2052844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216652, 30.2052844 ], [ 120.2216717, 30.2061651 ], [ 120.2216624, 30.2065597 ], [ 120.2216563, 30.2068148 ], [ 120.2216471, 30.2072046 ], [ 120.2216446, 30.2073167 ], [ 120.2216155, 30.2081677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2243225, 30.2084774 ], [ 120.2244236, 30.2080763 ], [ 120.2245148, 30.2075235 ], [ 120.2245307, 30.2070406 ], [ 120.2245385, 30.2065858 ], [ 120.2245008, 30.2053355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246665, 30.2053334 ], [ 120.2246736, 30.2071955 ], [ 120.224651, 30.2076243 ], [ 120.2245877, 30.2080847 ], [ 120.2244993, 30.2084943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276102, 30.2054148 ], [ 120.2276242, 30.2070465 ], [ 120.2276274, 30.2074104 ], [ 120.2276365, 30.2084699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276365, 30.2084699 ], [ 120.2276274, 30.2074104 ], [ 120.2276242, 30.2070465 ], [ 120.2276102, 30.2054148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216155, 30.2081677 ], [ 120.2215969, 30.2083245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215969, 30.2083245 ], [ 120.2216155, 30.2081677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2216155, 30.2081677 ], [ 120.2243225, 30.2084774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092581, 30.2061839 ], [ 120.2103161, 30.2065168 ], [ 120.2109531, 30.2067172 ], [ 120.2114152, 30.2068701 ], [ 120.2124218, 30.2072033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092581, 30.2061839 ], [ 120.2091307, 30.2069132 ], [ 120.2091171, 30.2069909 ], [ 120.2089219, 30.2081086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2089219, 30.2081086 ], [ 120.2091171, 30.2069909 ], [ 120.2091307, 30.2069132 ], [ 120.2092581, 30.2061839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2124218, 30.2072033 ], [ 120.2125836, 30.2071909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125836, 30.2071909 ], [ 120.2125568, 30.2073201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125568, 30.2073201 ], [ 120.2124218, 30.2072033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2043541, 30.2071839 ], [ 120.2055167, 30.2078202 ], [ 120.20729, 30.2087908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071828, 30.2089281 ], [ 120.2061337, 30.2083627 ], [ 120.2042436, 30.2073441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2089219, 30.2081086 ], [ 120.2081403, 30.2081677 ], [ 120.2078981, 30.208284 ], [ 120.2076623, 30.2083972 ], [ 120.20729, 30.2087908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20729, 30.2087908 ], [ 120.2076623, 30.2083972 ], [ 120.2078981, 30.208284 ], [ 120.2081403, 30.2081677 ], [ 120.2089219, 30.2081086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2186229, 30.2078517 ], [ 120.2185881, 30.2079883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2186229, 30.2078517 ], [ 120.2196995, 30.2079654 ], [ 120.2216155, 30.2081677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215969, 30.2083245 ], [ 120.2203959, 30.2081903 ], [ 120.2185881, 30.2079883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2185881, 30.2079883 ], [ 120.2184651, 30.2088289 ], [ 120.2183705, 30.2091705 ], [ 120.2182657, 30.2095987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2182657, 30.2095987 ], [ 120.2183705, 30.2091705 ], [ 120.2184651, 30.2088289 ], [ 120.2185881, 30.2079883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2160612, 30.2077648 ], [ 120.2157194, 30.2088176 ], [ 120.2152463, 30.2102887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "共联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2152463, 30.2102887 ], [ 120.2157194, 30.2088176 ], [ 120.2160612, 30.2077648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "物联网街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2152463, 30.2102887 ], [ 120.2148808, 30.2101964 ], [ 120.212953, 30.2097765 ], [ 120.2126373, 30.2097123 ], [ 120.212298, 30.2096335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联慧街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2182657, 30.2095987 ], [ 120.2191304, 30.2098789 ], [ 120.2193188, 30.20994 ], [ 120.2209633, 30.210473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联慧街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209633, 30.210473 ], [ 120.2193188, 30.20994 ], [ 120.2191304, 30.2098789 ], [ 120.2182657, 30.2095987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242687, 30.2086287 ], [ 120.2215969, 30.2083245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244993, 30.2084943 ], [ 120.2276365, 30.2084699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2243225, 30.2084774 ], [ 120.2244993, 30.2084943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242687, 30.2086287 ], [ 120.2243225, 30.2084774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276365, 30.2084699 ], [ 120.2276479, 30.2086365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276479, 30.2086365 ], [ 120.2276365, 30.2084699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244993, 30.2084943 ], [ 120.224474, 30.2086471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.224474, 30.2086471 ], [ 120.2242687, 30.2086287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276479, 30.2086365 ], [ 120.224474, 30.2086471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209633, 30.210473 ], [ 120.2211286, 30.2100626 ], [ 120.2212476, 30.209624 ], [ 120.2213063, 30.2094078 ], [ 120.2213249, 30.2093384 ], [ 120.2215969, 30.2083245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125568, 30.2073201 ], [ 120.2123404, 30.2092546 ], [ 120.212298, 30.2096335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071828, 30.2089281 ], [ 120.2072285, 30.2088696 ], [ 120.20729, 30.2087908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20729, 30.2087908 ], [ 120.2072285, 30.2088696 ], [ 120.2071828, 30.2089281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2089219, 30.2081086 ], [ 120.2094455, 30.2085021 ], [ 120.2097657, 30.209076 ], [ 120.2098114, 30.2091579 ], [ 120.2098021, 30.209748 ], [ 120.2095675, 30.2100449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095675, 30.2100449 ], [ 120.2098021, 30.209748 ], [ 120.2098114, 30.2091579 ], [ 120.2097657, 30.209076 ], [ 120.2094455, 30.2085021 ], [ 120.2089219, 30.2081086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2119459, 30.2113285 ], [ 120.2119727, 30.211133 ], [ 120.2122079, 30.2090749 ], [ 120.2124218, 30.2072033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20729, 30.2087908 ], [ 120.2095675, 30.2100449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209477, 30.2101915 ], [ 120.207428, 30.2090631 ], [ 120.2071828, 30.2089281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道地下隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1945774, 30.2020776 ], [ 120.194897, 30.202156 ], [ 120.1960801, 30.2027966 ], [ 120.1980192, 30.2037483 ], [ 120.1992554, 30.2044359 ], [ 120.204112, 30.2069525 ], [ 120.2068766, 30.20848 ], [ 120.2103686, 30.2103924 ], [ 120.2124193, 30.211511 ], [ 120.212873, 30.2117682 ], [ 120.2155088, 30.2132112 ], [ 120.2171989, 30.2141551 ], [ 120.2201748, 30.215776 ], [ 120.2210428, 30.2162751 ], [ 120.2213849, 30.2164791 ], [ 120.2215401, 30.2165576 ], [ 120.2229143, 30.217253 ], [ 120.2231427, 30.2173686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071828, 30.2089281 ], [ 120.2063589, 30.2099705 ], [ 120.2060731, 30.2103892 ], [ 120.2054975, 30.2112322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209477, 30.2101915 ], [ 120.2095675, 30.2100449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江南大道地下隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2236334, 30.2181267 ], [ 120.2231682, 30.2178822 ], [ 120.2227701, 30.2176729 ], [ 120.22139, 30.2169401 ], [ 120.2208155, 30.2166343 ], [ 120.2206516, 30.2165316 ], [ 120.2200891, 30.2162397 ], [ 120.2191804, 30.215773 ], [ 120.2185409, 30.2154108 ], [ 120.2164688, 30.2142295 ], [ 120.2155392, 30.2136877 ], [ 120.2116945, 30.21153 ], [ 120.2110577, 30.2111674 ], [ 120.2058612, 30.2083484 ], [ 120.2038817, 30.2072746 ], [ 120.2001396, 30.2054284 ], [ 120.1986286, 30.2047017 ], [ 120.1972834, 30.2039499 ], [ 120.1958773, 30.2030882 ], [ 120.1947014, 30.2024733 ], [ 120.194602, 30.2023466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.212298, 30.2096335 ], [ 120.2122202, 30.2103105 ], [ 120.2121225, 30.2112182 ], [ 120.2121014, 30.2114142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095675, 30.2100449 ], [ 120.2104313, 30.210518 ], [ 120.2115739, 30.2111438 ], [ 120.2118379, 30.2112749 ], [ 120.2119459, 30.2113285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2119481, 30.2115703 ], [ 120.211791, 30.2114787 ], [ 120.2115054, 30.2113121 ], [ 120.2109008, 30.2109781 ], [ 120.2104035, 30.2107034 ], [ 120.209477, 30.2101915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2077986, 30.2124512 ], [ 120.2081969, 30.211893 ], [ 120.2084697, 30.2115789 ], [ 120.2087246, 30.2112854 ], [ 120.209477, 30.2101915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2119459, 30.2113285 ], [ 120.2121014, 30.2114142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2119481, 30.2115703 ], [ 120.2119459, 30.2113285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2121014, 30.2114142 ], [ 120.2121335, 30.2116953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2121335, 30.2116953 ], [ 120.2119481, 30.2115703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388826, 30.2073103 ], [ 120.237669, 30.2075402 ], [ 120.2359918, 30.207871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359902, 30.2077741 ], [ 120.2359918, 30.207871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359918, 30.207871 ], [ 120.2359902, 30.2077741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335675, 30.2079783 ], [ 120.2338262, 30.2079437 ], [ 120.2342086, 30.2079232 ], [ 120.2353555, 30.2078618 ], [ 120.2359902, 30.2077741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359918, 30.207871 ], [ 120.2355113, 30.207938 ], [ 120.2348689, 30.2079755 ], [ 120.233821, 30.2081014 ], [ 120.2335587, 30.2081352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390391, 30.2072999 ], [ 120.2390292, 30.2087978 ], [ 120.2389992, 30.2103225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388377, 30.2103224 ], [ 120.2388616, 30.2096787 ], [ 120.23887, 30.2088093 ], [ 120.2388826, 30.2073103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359839, 30.2102774 ], [ 120.2360066, 30.209814 ], [ 120.2359918, 30.207871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359918, 30.207871 ], [ 120.2360066, 30.209814 ], [ 120.2359839, 30.2102774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389992, 30.2103225 ], [ 120.2414127, 30.2100209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230505, 30.2084771 ], [ 120.2306322, 30.2084532 ], [ 120.2318166, 30.2082302 ], [ 120.2334161, 30.207999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233411, 30.2081543 ], [ 120.2326357, 30.2082543 ], [ 120.2319336, 30.2083449 ], [ 120.2306513, 30.2085712 ], [ 120.2305067, 30.2086306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276365, 30.2084699 ], [ 120.2300008, 30.208474 ], [ 120.2301973, 30.2084732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301973, 30.2084732 ], [ 120.230505, 30.2084771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301974, 30.2086292 ], [ 120.2301973, 30.2084732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230505, 30.2084771 ], [ 120.2305067, 30.2086306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305067, 30.2086306 ], [ 120.2301974, 30.2086292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301974, 30.2086292 ], [ 120.2300107, 30.208639 ], [ 120.2276479, 30.2086365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335587, 30.2081352 ], [ 120.2335918, 30.2102576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335331, 30.2102571 ], [ 120.233411, 30.2081543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498994, 30.209496 ], [ 120.2500825, 30.2094924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498994, 30.209496 ], [ 120.2477846, 30.2095371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477846, 30.2095371 ], [ 120.2498994, 30.209496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477846, 30.2095371 ], [ 120.2462261, 30.2095685 ], [ 120.2460853, 30.2095713 ], [ 120.2459916, 30.2095732 ], [ 120.2454925, 30.2095832 ], [ 120.2447039, 30.2095991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447039, 30.2095991 ], [ 120.2454925, 30.2095832 ], [ 120.2459916, 30.2095732 ], [ 120.2460853, 30.2095713 ], [ 120.2462261, 30.2095685 ], [ 120.2477846, 30.2095371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500825, 30.2094924 ], [ 120.2500701, 30.2117103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499297, 30.2117152 ], [ 120.2498993, 30.2095104 ], [ 120.2498994, 30.209496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477844, 30.21179 ], [ 120.2477846, 30.2095371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477846, 30.2095371 ], [ 120.2477844, 30.21179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499297, 30.2117152 ], [ 120.2500701, 30.2117103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305067, 30.2086306 ], [ 120.2305211, 30.2093087 ], [ 120.2305378, 30.2100999 ], [ 120.2305491, 30.2102731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302365, 30.2118528 ], [ 120.2302334, 30.2116212 ], [ 120.2302406, 30.2106771 ], [ 120.2301984, 30.2093125 ], [ 120.2301974, 30.2086292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335331, 30.2102571 ], [ 120.2335918, 30.2102576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335918, 30.2102576 ], [ 120.2335331, 30.2102571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305491, 30.2102731 ], [ 120.2306995, 30.2102578 ], [ 120.2334002, 30.210256 ], [ 120.2335331, 30.2102571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335331, 30.2102571 ], [ 120.2334002, 30.210256 ], [ 120.2306995, 30.2102578 ], [ 120.2305491, 30.2102731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联慧街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276729, 30.2118119 ], [ 120.2300348, 30.2118496 ], [ 120.2302365, 30.2118528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联慧街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302365, 30.2118528 ], [ 120.2300348, 30.2118496 ], [ 120.2276729, 30.2118119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305491, 30.2102731 ], [ 120.2305423, 30.2105074 ], [ 120.2305255, 30.2122811 ], [ 120.2304968, 30.2136093 ], [ 120.2304697, 30.2139674 ], [ 120.2303543, 30.2143074 ], [ 120.2303503, 30.2144335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335918, 30.2102576 ], [ 120.2335864, 30.2121135 ], [ 120.2336322, 30.2144529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414127, 30.2100209 ], [ 120.2389992, 30.2103225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335918, 30.2102576 ], [ 120.2359839, 30.2102774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359839, 30.2102774 ], [ 120.2335918, 30.2102576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359839, 30.2102774 ], [ 120.2360219, 30.2102777 ], [ 120.2373814, 30.2102997 ], [ 120.2375346, 30.2103012 ], [ 120.2388377, 30.2103224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388377, 30.2103224 ], [ 120.2375346, 30.2103012 ], [ 120.2373814, 30.2102997 ], [ 120.2360219, 30.2102777 ], [ 120.2359839, 30.2102774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388377, 30.2103224 ], [ 120.2389992, 30.2103225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389992, 30.2103225 ], [ 120.2388377, 30.2103224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359753, 30.2121538 ], [ 120.2359702, 30.2111076 ], [ 120.2359753, 30.2104529 ], [ 120.2359839, 30.2102774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴议路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359839, 30.2102774 ], [ 120.2359753, 30.2104529 ], [ 120.2359702, 30.2111076 ], [ 120.2359753, 30.2121538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389992, 30.2103225 ], [ 120.2389898, 30.2122021 ], [ 120.2389925, 30.2134971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416619, 30.2127262 ], [ 120.2414127, 30.2100209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446754, 30.2119064 ], [ 120.2446945, 30.2120568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446945, 30.2120568 ], [ 120.2446754, 30.2119064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416619, 30.2127262 ], [ 120.2419069, 30.2126607 ], [ 120.2420649, 30.2126188 ], [ 120.2434533, 30.2122383 ], [ 120.2446754, 30.2119064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446945, 30.2120568 ], [ 120.2434599, 30.212397 ], [ 120.2420998, 30.2127718 ], [ 120.2419066, 30.2128205 ], [ 120.2417007, 30.2128732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416619, 30.2127262 ], [ 120.2417007, 30.2128732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417007, 30.2128732 ], [ 120.2416619, 30.2127262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446209, 30.2140355 ], [ 120.2446945, 30.2120568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446945, 30.2120568 ], [ 120.2446209, 30.2140355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417007, 30.2128732 ], [ 120.2390101, 30.213614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335585, 30.2144547 ], [ 120.2335449, 30.2131404 ], [ 120.2335274, 30.2114437 ], [ 120.2335331, 30.2102571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301478, 30.2144162 ], [ 120.2301897, 30.2141975 ], [ 120.2302728, 30.2138547 ], [ 120.2302392, 30.2131309 ], [ 120.2302443, 30.2124473 ], [ 120.2302365, 30.2118528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277055, 30.2144725 ], [ 120.2276729, 30.2118119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276729, 30.2118119 ], [ 120.2277055, 30.2144725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301478, 30.2144162 ], [ 120.2303503, 30.2144335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303503, 30.2144335 ], [ 120.2305751, 30.2144354 ], [ 120.2306861, 30.2144334 ], [ 120.2307626, 30.2144387 ], [ 120.2314659, 30.2144427 ], [ 120.2335585, 30.2144547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277055, 30.2144725 ], [ 120.2278924, 30.2144636 ], [ 120.2299122, 30.2144212 ], [ 120.2301478, 30.2144162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335585, 30.2144547 ], [ 120.2336322, 30.2144529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301133, 30.2145705 ], [ 120.2301478, 30.2144162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2336322, 30.2144529 ], [ 120.2336481, 30.2145582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477844, 30.21179 ], [ 120.2499297, 30.2117152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500701, 30.2117103 ], [ 120.2500632, 30.2118437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499211, 30.2118547 ], [ 120.2499297, 30.2117152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446754, 30.2119064 ], [ 120.2465901, 30.2118347 ], [ 120.2477844, 30.21179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500632, 30.2118437 ], [ 120.2499211, 30.2118547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477844, 30.21179 ], [ 120.2477844, 30.2119127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477844, 30.2119127 ], [ 120.2477844, 30.21179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499211, 30.2118547 ], [ 120.2488781, 30.2118745 ], [ 120.2477844, 30.2119127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477844, 30.2119127 ], [ 120.2446945, 30.2120568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477844, 30.2119127 ], [ 120.2477649, 30.2137512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388278, 30.2135369 ], [ 120.2388377, 30.2103224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389925, 30.2134971 ], [ 120.2403284, 30.2131103 ], [ 120.2416619, 30.2127262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388278, 30.2135369 ], [ 120.2389925, 30.2134971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389925, 30.2134971 ], [ 120.2390101, 30.213614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388015, 30.2136714 ], [ 120.2388278, 30.2135369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390101, 30.213614 ], [ 120.2388015, 30.2136714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2336322, 30.2144529 ], [ 120.2347172, 30.2144269 ], [ 120.2358223, 30.2143434 ], [ 120.236702, 30.2141858 ], [ 120.2373475, 30.2140154 ], [ 120.2375978, 30.2139378 ], [ 120.2388278, 30.2135369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388015, 30.2136714 ], [ 120.2376123, 30.2140492 ], [ 120.2373629, 30.2141282 ], [ 120.2372159, 30.2141599 ], [ 120.2358908, 30.2144612 ], [ 120.2346302, 30.2145493 ], [ 120.2336481, 30.2145582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390101, 30.213614 ], [ 120.2390309, 30.2143164 ], [ 120.2390606, 30.2147227 ], [ 120.2391091, 30.2156111 ], [ 120.2391413, 30.2159658 ], [ 120.2391442, 30.2160654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389616, 30.216063 ], [ 120.2389669, 30.2159634 ], [ 120.238967, 30.2156151 ], [ 120.2389351, 30.215207 ], [ 120.2388749, 30.2147456 ], [ 120.2388015, 30.2136714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417007, 30.2128732 ], [ 120.2418615, 30.2143773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨时路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418615, 30.2143773 ], [ 120.2417007, 30.2128732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447382, 30.2157035 ], [ 120.244781, 30.2157006 ], [ 120.2448341, 30.2156978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448341, 30.2156978 ], [ 120.244781, 30.2157006 ], [ 120.2447382, 30.2157035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417721, 30.2159009 ], [ 120.2447382, 30.2157035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447382, 30.2157035 ], [ 120.2417721, 30.2159009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417721, 30.2159009 ], [ 120.2391442, 30.2160654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391442, 30.2160654 ], [ 120.2417721, 30.2159009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448341, 30.2156978 ], [ 120.2447805, 30.2171933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446782, 30.217192 ], [ 120.2446879, 30.2169832 ], [ 120.2447382, 30.2157035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215969, 30.2083245 ], [ 120.2213249, 30.2093384 ], [ 120.2213063, 30.2094078 ], [ 120.2212476, 30.209624 ], [ 120.2211286, 30.2100626 ], [ 120.2209633, 30.210473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2231611, 30.2111575 ], [ 120.2235357, 30.2105766 ], [ 120.223833, 30.2099887 ], [ 120.2240676, 30.209339 ], [ 120.2242687, 30.2086287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.224474, 30.2086471 ], [ 120.2241857, 30.2095482 ], [ 120.2238426, 30.2103126 ], [ 120.2233539, 30.2112254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276479, 30.2086365 ], [ 120.2276729, 30.2118119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276729, 30.2118119 ], [ 120.2276479, 30.2086365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联慧街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209633, 30.210473 ], [ 120.2231611, 30.2111575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联慧街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2231611, 30.2111575 ], [ 120.2209633, 30.210473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209633, 30.210473 ], [ 120.220731, 30.2108586 ], [ 120.2204702, 30.2113144 ], [ 120.2199039, 30.2121522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199039, 30.2121522 ], [ 120.2204702, 30.2113144 ], [ 120.220731, 30.2108586 ], [ 120.2209633, 30.210473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联慧街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276729, 30.2118119 ], [ 120.2256706, 30.2117817 ], [ 120.2255056, 30.2117671 ], [ 120.2252434, 30.2117438 ], [ 120.2251061, 30.2117316 ], [ 120.2249175, 30.2117149 ], [ 120.2244649, 30.2116065 ], [ 120.224012, 30.2114597 ], [ 120.2233539, 30.2112254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2182657, 30.2095987 ], [ 120.2179048, 30.2101806 ], [ 120.217714, 30.2104883 ], [ 120.217322, 30.2111205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217322, 30.2111205 ], [ 120.217714, 30.2104883 ], [ 120.2179048, 30.2101806 ], [ 120.2182657, 30.2095987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "物联网街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217322, 30.2111205 ], [ 120.2164542, 30.2107496 ], [ 120.2162325, 30.2106579 ], [ 120.215804, 30.2104806 ], [ 120.2152463, 30.2102887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "物联网街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199039, 30.2121522 ], [ 120.217322, 30.2111205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217322, 30.2111205 ], [ 120.2168403, 30.2118742 ], [ 120.2166525, 30.2121705 ], [ 120.2163479, 30.2126508 ], [ 120.2162042, 30.2128692 ], [ 120.2158802, 30.2135047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2158802, 30.2135047 ], [ 120.2162042, 30.2128692 ], [ 120.2163479, 30.2126508 ], [ 120.2166525, 30.2121705 ], [ 120.2168403, 30.2118742 ], [ 120.217322, 30.2111205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2121014, 30.2114142 ], [ 120.2133668, 30.2121148 ], [ 120.2158802, 30.2135047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.215696, 30.2136601 ], [ 120.2138349, 30.2126337 ], [ 120.2121335, 30.2116953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2158802, 30.2135047 ], [ 120.2162299, 30.2136989 ], [ 120.216372, 30.2137801 ], [ 120.2195898, 30.2155294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2194412, 30.2157381 ], [ 120.215696, 30.2136601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054975, 30.2112322 ], [ 120.2077986, 30.2124512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2077986, 30.2124512 ], [ 120.2054975, 30.2112322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2106909, 30.2141133 ], [ 120.2110647, 30.2137118 ], [ 120.2112639, 30.2134763 ], [ 120.2113429, 30.2133828 ], [ 120.2114681, 30.2131559 ], [ 120.2115912, 30.2129625 ], [ 120.2116661, 30.2128044 ], [ 120.2117776, 30.2125771 ], [ 120.2118669, 30.2123001 ], [ 120.2119187, 30.2120068 ], [ 120.2119294, 30.2118483 ], [ 120.2119481, 30.2115703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2121335, 30.2116953 ], [ 120.2120778, 30.2119441 ], [ 120.2120674, 30.2119907 ], [ 120.2120094, 30.2122954 ], [ 120.2118922, 30.2126626 ], [ 120.2117753, 30.2129612 ], [ 120.2115716, 30.2133248 ], [ 120.2115026, 30.213422 ], [ 120.2113779, 30.2135978 ], [ 120.2110079, 30.2140191 ], [ 120.2107998, 30.2142026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2077986, 30.2124512 ], [ 120.2098327, 30.2135963 ], [ 120.2106909, 30.2141133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2106909, 30.2141133 ], [ 120.2098327, 30.2135963 ], [ 120.2077986, 30.2124512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062843, 30.2144859 ], [ 120.2077986, 30.2124512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2107998, 30.2142026 ], [ 120.2106909, 30.2141133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2106909, 30.2141133 ], [ 120.2107998, 30.2142026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2061981, 30.2145963 ], [ 120.2062843, 30.2144859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联慧街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2233539, 30.2112254 ], [ 120.224012, 30.2114597 ], [ 120.2244649, 30.2116065 ], [ 120.2249175, 30.2117149 ], [ 120.2251061, 30.2117316 ], [ 120.2252434, 30.2117438 ], [ 120.2255056, 30.2117671 ], [ 120.2256706, 30.2117817 ], [ 120.2276729, 30.2118119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217621, 30.2129239 ], [ 120.2227118, 30.2117972 ], [ 120.2231611, 30.2111575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2233539, 30.2112254 ], [ 120.2226576, 30.2121183 ], [ 120.2219727, 30.2129547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "物联网街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217621, 30.2129239 ], [ 120.2206779, 30.2124493 ], [ 120.2199039, 30.2121522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217621, 30.2129239 ], [ 120.2219727, 30.2129547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "物联网街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221863, 30.2130888 ], [ 120.2217621, 30.2129239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219727, 30.2129547 ], [ 120.221863, 30.2130888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219727, 30.2129547 ], [ 120.2221254, 30.2130476 ], [ 120.2232895, 30.2137986 ], [ 120.2236668, 30.2139888 ], [ 120.2238045, 30.2140582 ], [ 120.2241478, 30.2141602 ], [ 120.2254133, 30.2143561 ], [ 120.2254353, 30.2143595 ], [ 120.22583, 30.2143935 ], [ 120.2263526, 30.2144384 ], [ 120.2274282, 30.2144664 ], [ 120.2277055, 30.2144725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "物联网街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277072, 30.2146055 ], [ 120.2264471, 30.2145699 ], [ 120.225845, 30.2145144 ], [ 120.2257959, 30.2145099 ], [ 120.2254255, 30.2144602 ], [ 120.2250797, 30.2144138 ], [ 120.2241001, 30.2142783 ], [ 120.2236193, 30.2141301 ], [ 120.223083, 30.2138241 ], [ 120.2227036, 30.2136488 ], [ 120.221863, 30.2130888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2195898, 30.2155294 ], [ 120.2201398, 30.2148828 ], [ 120.2204088, 30.2145622 ], [ 120.2205785, 30.2143732 ], [ 120.2217621, 30.2129239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062843, 30.2144859 ], [ 120.2061981, 30.2145963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2086832, 30.2161936 ], [ 120.209361, 30.2154912 ], [ 120.2106909, 30.2141133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2107998, 30.2142026 ], [ 120.2101306, 30.2148925 ], [ 120.2100363, 30.2149907 ], [ 120.20879, 30.2162891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132471, 30.2163488 ], [ 120.2125854, 30.215772 ], [ 120.2118024, 30.2150869 ], [ 120.2114052, 30.2147366 ], [ 120.2112965, 30.2146407 ], [ 120.2107998, 30.2142026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2107998, 30.2142026 ], [ 120.2112965, 30.2146407 ], [ 120.2114052, 30.2147366 ], [ 120.2118024, 30.2150869 ], [ 120.2125854, 30.215772 ], [ 120.2132471, 30.2163488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062843, 30.2144859 ], [ 120.2073711, 30.2152596 ], [ 120.2086832, 30.2161936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.208576, 30.2163445 ], [ 120.2070724, 30.2152391 ], [ 120.2061981, 30.2145963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2061981, 30.2145963 ], [ 120.2052602, 30.2158571 ], [ 120.204822, 30.2163848 ], [ 120.204607, 30.216642 ], [ 120.2044869, 30.2167847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2044869, 30.2167847 ], [ 120.204607, 30.216642 ], [ 120.204822, 30.2163848 ], [ 120.2052602, 30.2158571 ], [ 120.2061981, 30.2145963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2086832, 30.2161936 ], [ 120.20879, 30.2162891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.215696, 30.2136601 ], [ 120.2155874, 30.2138016 ], [ 120.215403, 30.214042 ], [ 120.2148678, 30.214777 ], [ 120.214522, 30.2151158 ], [ 120.2139119, 30.2157323 ], [ 120.2132471, 30.2163488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132471, 30.2163488 ], [ 120.2139119, 30.2157323 ], [ 120.214522, 30.2151158 ], [ 120.2148678, 30.214777 ], [ 120.215403, 30.214042 ], [ 120.2155874, 30.2138016 ], [ 120.215696, 30.2136601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2195898, 30.2155294 ], [ 120.2197073, 30.2155858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2194412, 30.2157381 ], [ 120.2195898, 30.2155294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2197073, 30.2155858 ], [ 120.219533, 30.2157899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.219533, 30.2157899 ], [ 120.2194412, 30.2157381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2169107, 30.2187266 ], [ 120.2184903, 30.2168478 ], [ 120.2185987, 30.2167188 ], [ 120.2194412, 30.2157381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.219533, 30.2157899 ], [ 120.2193912, 30.2159444 ], [ 120.218712, 30.216821 ], [ 120.2186657, 30.2168763 ], [ 120.217043, 30.2188123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132471, 30.2163488 ], [ 120.213435, 30.2164797 ], [ 120.2137656, 30.2166921 ], [ 120.2153641, 30.2177192 ], [ 120.2169107, 30.2187266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2169107, 30.2187266 ], [ 120.2153641, 30.2177192 ], [ 120.2137656, 30.2166921 ], [ 120.213435, 30.2164797 ], [ 120.2132471, 30.2163488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221863, 30.2130888 ], [ 120.2215976, 30.2134073 ], [ 120.2207551, 30.214398 ], [ 120.2205778, 30.2146091 ], [ 120.2202617, 30.214953 ], [ 120.2198737, 30.2153923 ], [ 120.2197073, 30.2155858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智联街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2227775, 30.2153363 ], [ 120.2236995, 30.2155724 ], [ 120.2238384, 30.215614 ], [ 120.2240668, 30.2157011 ], [ 120.2242863, 30.2158104 ], [ 120.2245998, 30.2160049 ], [ 120.2246737, 30.2160484 ], [ 120.224849, 30.2161322 ], [ 120.2250342, 30.2162207 ], [ 120.2252257, 30.216272 ], [ 120.2254922, 30.2163126 ], [ 120.2257027, 30.2163194 ], [ 120.2258897, 30.2163116 ], [ 120.2260678, 30.2162894 ], [ 120.2262055, 30.2162574 ], [ 120.2266713, 30.2161307 ], [ 120.2269714, 30.2160765 ], [ 120.2271237, 30.2160562 ], [ 120.2273376, 30.2160368 ], [ 120.2274652, 30.216031 ], [ 120.2277302, 30.2160272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智联街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277281, 30.216101 ], [ 120.2275237, 30.2160986 ], [ 120.2273414, 30.2161043 ], [ 120.2271122, 30.2161223 ], [ 120.2269246, 30.2161493 ], [ 120.2266642, 30.2162011 ], [ 120.2262344, 30.2163237 ], [ 120.2259947, 30.2163654 ], [ 120.2258502, 30.2163845 ], [ 120.2257082, 30.216389 ], [ 120.2255962, 30.2163845 ], [ 120.2254777, 30.2163766 ], [ 120.2253604, 30.2163598 ], [ 120.2252354, 30.2163361 ], [ 120.225126, 30.2163102 ], [ 120.2250257, 30.2162787 ], [ 120.2248152, 30.2161831 ], [ 120.2246272, 30.2160977 ], [ 120.2244045, 30.2159535 ], [ 120.2241427, 30.2158105 ], [ 120.2239864, 30.2157396 ], [ 120.2237923, 30.2156642 ], [ 120.2234798, 30.2155854 ], [ 120.2227314, 30.2154054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235136, 30.2181582 ], [ 120.2227583, 30.2177828 ], [ 120.2209143, 30.2167765 ], [ 120.2196879, 30.2159513 ], [ 120.219533, 30.2157899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2197073, 30.2155858 ], [ 120.2199465, 30.2155581 ], [ 120.2213304, 30.216284 ], [ 120.221429, 30.2163388 ], [ 120.2218978, 30.2165993 ], [ 120.2224633, 30.2169136 ], [ 120.2238277, 30.2176598 ], [ 120.225038, 30.2183217 ], [ 120.2252593, 30.2184021 ], [ 120.2253082, 30.218599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2197073, 30.2155858 ], [ 120.2198056, 30.215682 ], [ 120.2206809, 30.2161819 ], [ 120.2218379, 30.2168461 ], [ 120.2227276, 30.2172693 ], [ 120.22373, 30.2177978 ], [ 120.2253082, 30.218599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2269082, 30.2198585 ], [ 120.2268104, 30.219738 ], [ 120.2266998, 30.2196625 ], [ 120.2264401, 30.2194992 ], [ 120.226109, 30.2193094 ], [ 120.2248622, 30.2186303 ], [ 120.2239059, 30.218126 ], [ 120.2236472, 30.2179895 ], [ 120.2233196, 30.2178167 ], [ 120.2230907, 30.2176932 ], [ 120.2212914, 30.2166998 ], [ 120.2209139, 30.2164953 ], [ 120.21979, 30.2158852 ], [ 120.219533, 30.2157899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江南大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2253082, 30.218599 ], [ 120.2255034, 30.2186999 ], [ 120.2268946, 30.2195153 ], [ 120.2269687, 30.2195587 ], [ 120.2272032, 30.2195687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272032, 30.2195687 ], [ 120.2273649, 30.2195284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273649, 30.2195284 ], [ 120.2275347, 30.2195483 ], [ 120.227709, 30.2196034 ], [ 120.2278393, 30.2196944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.208576, 30.2163445 ], [ 120.2086832, 30.2161936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20879, 30.2162891 ], [ 120.2086919, 30.2164283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2086919, 30.2164283 ], [ 120.208576, 30.2163445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20879, 30.2162891 ], [ 120.2099143, 30.2170732 ], [ 120.2104226, 30.2174387 ], [ 120.2114065, 30.2181462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2114065, 30.2181462 ], [ 120.2121077, 30.2174547 ], [ 120.2121732, 30.2173901 ], [ 120.2123714, 30.2171946 ], [ 120.2132471, 30.2163488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132471, 30.2163488 ], [ 120.2123714, 30.2171946 ], [ 120.2121732, 30.2173901 ], [ 120.2121077, 30.2174547 ], [ 120.2114065, 30.2181462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113004, 30.2182654 ], [ 120.2102353, 30.2175059 ], [ 120.2099608, 30.2173102 ], [ 120.2086919, 30.2164283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063383, 30.2185973 ], [ 120.2071546, 30.2177707 ], [ 120.208576, 30.2163445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江陵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2086919, 30.2164283 ], [ 120.2072606, 30.217857 ], [ 120.2064517, 30.2186846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2044869, 30.2167847 ], [ 120.2047419, 30.2170135 ], [ 120.2050003, 30.2172454 ], [ 120.2053889, 30.217638 ], [ 120.2063383, 30.2185973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063383, 30.2185973 ], [ 120.2053889, 30.217638 ], [ 120.2050003, 30.2172454 ], [ 120.2047419, 30.2170135 ], [ 120.2044869, 30.2167847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113004, 30.2182654 ], [ 120.2114065, 30.2181462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2114065, 30.2181462 ], [ 120.2113004, 30.2182654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064517, 30.2186846 ], [ 120.2063383, 30.2185973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063383, 30.2185973 ], [ 120.2064517, 30.2186846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2086188, 30.220773 ], [ 120.2094611, 30.2200156 ], [ 120.2103369, 30.2191823 ], [ 120.2104822, 30.219044 ], [ 120.2113004, 30.2182654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阡陌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113004, 30.2182654 ], [ 120.2104822, 30.219044 ], [ 120.2103369, 30.2191823 ], [ 120.2094611, 30.2200156 ], [ 120.2086188, 30.220773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064517, 30.2186846 ], [ 120.2070602, 30.2193036 ], [ 120.2086188, 30.220773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2086188, 30.220773 ], [ 120.2070602, 30.2193036 ], [ 120.2064517, 30.2186846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2086188, 30.220773 ], [ 120.2092639, 30.2213812 ], [ 120.2113941, 30.223531 ], [ 120.2115426, 30.2236553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2169107, 30.2187266 ], [ 120.217043, 30.2188123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217043, 30.2188123 ], [ 120.2169107, 30.2187266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2114065, 30.2181462 ], [ 120.2116045, 30.2182793 ], [ 120.2118273, 30.2184341 ], [ 120.2119015, 30.2184856 ], [ 120.2132066, 30.2194423 ], [ 120.2134173, 30.219593 ], [ 120.2140461, 30.220043 ], [ 120.2146837, 30.2204993 ], [ 120.2151273, 30.2208381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2150531, 30.2209353 ], [ 120.2146791, 30.2206691 ], [ 120.2141181, 30.2202698 ], [ 120.2134412, 30.219788 ], [ 120.2130547, 30.2195258 ], [ 120.2120323, 30.2187791 ], [ 120.2117191, 30.2185592 ], [ 120.2115028, 30.2184074 ], [ 120.2113004, 30.2182654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151273, 30.2208381 ], [ 120.2160697, 30.2197918 ], [ 120.2169107, 30.2187266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217043, 30.2188123 ], [ 120.2162051, 30.2198452 ], [ 120.2152565, 30.2209408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217043, 30.2188123 ], [ 120.2181627, 30.2195095 ], [ 120.2187286, 30.2199184 ], [ 120.2187825, 30.2199573 ], [ 120.219259, 30.2202082 ], [ 120.2200763, 30.2206387 ], [ 120.2212597, 30.2212619 ], [ 120.2218499, 30.2217062 ], [ 120.2222689, 30.2220683 ], [ 120.2228178, 30.2225346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228178, 30.2225346 ], [ 120.2222689, 30.2220683 ], [ 120.2218499, 30.2217062 ], [ 120.2212597, 30.2212619 ], [ 120.2200763, 30.2206387 ], [ 120.219259, 30.2202082 ], [ 120.2187825, 30.2199573 ], [ 120.2187286, 30.2199184 ], [ 120.2181627, 30.2195095 ], [ 120.217043, 30.2188123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2150531, 30.2209353 ], [ 120.2151273, 30.2208381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151273, 30.2208381 ], [ 120.2152565, 30.2209408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303503, 30.2144335 ], [ 120.230256, 30.2145779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335354, 30.2145592 ], [ 120.2335585, 30.2144547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277072, 30.2146055 ], [ 120.2277055, 30.2144725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277055, 30.2144725 ], [ 120.2277072, 30.2146055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2336481, 30.2145582 ], [ 120.2335354, 30.2145592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335354, 30.2145592 ], [ 120.2320821, 30.2145724 ], [ 120.2305946, 30.2145789 ], [ 120.230256, 30.2145779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230256, 30.2145779 ], [ 120.2301133, 30.2145705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "物联网街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301133, 30.2145705 ], [ 120.2298778, 30.2145721 ], [ 120.2277072, 30.2146055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277302, 30.2160272 ], [ 120.2277361, 30.215818 ], [ 120.2277261, 30.2154429 ], [ 120.2277072, 30.2146055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277072, 30.2146055 ], [ 120.2277261, 30.2154429 ], [ 120.2277361, 30.215818 ], [ 120.2277302, 30.2160272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧邮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2336481, 30.2145582 ], [ 120.2338144, 30.2149228 ], [ 120.2342945, 30.2156436 ], [ 120.2344021, 30.215852 ], [ 120.2344877, 30.2160075 ], [ 120.2344558, 30.216158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344558, 30.216158 ], [ 120.2343374, 30.2160168 ], [ 120.234278, 30.2158549 ], [ 120.2342463, 30.2157688 ], [ 120.2338412, 30.2151221 ], [ 120.2335354, 30.2145592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229512, 30.2162963 ], [ 120.2295183, 30.2162833 ], [ 120.229576, 30.2161654 ], [ 120.2297255, 30.2157753 ], [ 120.2298742, 30.215348 ], [ 120.2300124, 30.2149259 ], [ 120.2300816, 30.2147201 ], [ 120.2301133, 30.2145705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230256, 30.2145779 ], [ 120.2302002, 30.2147507 ], [ 120.2301406, 30.2149611 ], [ 120.2300206, 30.2153568 ], [ 120.2298831, 30.2157675 ], [ 120.2297248, 30.2161918 ], [ 120.2296583, 30.2163221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277281, 30.216101 ], [ 120.2277302, 30.2160272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "协同路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277302, 30.2160272 ], [ 120.2277281, 30.216101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智联街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277302, 30.2160272 ], [ 120.2280005, 30.2160465 ], [ 120.2284629, 30.2161113 ], [ 120.2292509, 30.2162502 ], [ 120.229512, 30.2162963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智联街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294807, 30.2163602 ], [ 120.2292106, 30.2163137 ], [ 120.2282297, 30.2161448 ], [ 120.2280642, 30.2161234 ], [ 120.2277281, 30.216101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296583, 30.2163221 ], [ 120.2299744, 30.2163472 ], [ 120.2301114, 30.2163331 ], [ 120.2301642, 30.2163288 ], [ 120.2307416, 30.216292 ], [ 120.2308556, 30.2162772 ], [ 120.2312007, 30.2162537 ], [ 120.2321555, 30.2162066 ], [ 120.2344558, 30.216158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344558, 30.216158 ], [ 120.2321555, 30.2162066 ], [ 120.2312007, 30.2162537 ], [ 120.2308556, 30.2162772 ], [ 120.2307416, 30.216292 ], [ 120.2301642, 30.2163288 ], [ 120.2301114, 30.2163331 ], [ 120.2299744, 30.2163472 ], [ 120.2296583, 30.2163221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417721, 30.2159009 ], [ 120.2418167, 30.2171968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418167, 30.2171968 ], [ 120.2417721, 30.2159009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391899, 30.217176 ], [ 120.2418167, 30.2171968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446782, 30.217192 ], [ 120.2447359, 30.2171917 ], [ 120.2447805, 30.2171933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418167, 30.2171968 ], [ 120.2430161, 30.2172009 ], [ 120.2446782, 30.217192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446748, 30.217265 ], [ 120.2446782, 30.217192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447805, 30.2171933 ], [ 120.244774, 30.2172658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418167, 30.2171968 ], [ 120.241818, 30.2172626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241818, 30.2172626 ], [ 120.2418167, 30.2171968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241818, 30.2172626 ], [ 120.2391935, 30.2172655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389616, 30.216063 ], [ 120.2391442, 30.2160654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391442, 30.2160654 ], [ 120.2389616, 30.216063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2389616, 30.216063 ], [ 120.2387042, 30.2160743 ], [ 120.2378237, 30.2160921 ], [ 120.2344558, 30.216158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344558, 30.216158 ], [ 120.2378237, 30.2160921 ], [ 120.2387042, 30.2160743 ], [ 120.2389616, 30.216063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391442, 30.2160654 ], [ 120.2391899, 30.217176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391899, 30.217176 ], [ 120.2391935, 30.2172655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346846, 30.2195257 ], [ 120.2346237, 30.2185618 ], [ 120.2346204, 30.2185104 ], [ 120.2345413, 30.216383 ], [ 120.2344558, 30.216158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344558, 30.216158 ], [ 120.2345413, 30.216383 ], [ 120.2346204, 30.2185104 ], [ 120.2346237, 30.2185618 ], [ 120.2346846, 30.2195257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239152, 30.2198733 ], [ 120.2389465, 30.2162606 ], [ 120.2389616, 30.216063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391935, 30.2172655 ], [ 120.2392324, 30.2182108 ], [ 120.2393192, 30.2199004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智联街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.229512, 30.2162963 ], [ 120.2296583, 30.2163221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294807, 30.2163602 ], [ 120.229512, 30.2162963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296583, 30.2163221 ], [ 120.2296212, 30.2163844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智联街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296212, 30.2163844 ], [ 120.2294807, 30.2163602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "三益线", "风情大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273649, 30.2195284 ], [ 120.2275401, 30.2193926 ], [ 120.2276073, 30.2192962 ], [ 120.2278854, 30.2188971 ], [ 120.2281422, 30.2184864 ], [ 120.2287878, 30.2175203 ], [ 120.2291091, 30.2170554 ], [ 120.2292743, 30.2167587 ], [ 120.2294486, 30.2164259 ], [ 120.2294807, 30.2163602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "风情大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296212, 30.2163844 ], [ 120.2294939, 30.2165981 ], [ 120.2292573, 30.2170063 ], [ 120.22916, 30.2171701 ], [ 120.2291307, 30.2172208 ], [ 120.2282151, 30.2186533 ], [ 120.2277646, 30.2193738 ], [ 120.2277304, 30.2195105 ], [ 120.2278393, 30.2196944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279977, 30.2198489 ], [ 120.2281713, 30.2198019 ], [ 120.2284292, 30.2197364 ], [ 120.2288275, 30.219661 ], [ 120.2294913, 30.2195757 ], [ 120.2303262, 30.219498 ], [ 120.2306454, 30.2194922 ], [ 120.2320325, 30.2194495 ], [ 120.2326637, 30.2194279 ], [ 120.2334944, 30.219464 ], [ 120.2346846, 30.2195257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2278393, 30.2196944 ], [ 120.2279977, 30.2198489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347032, 30.2198216 ], [ 120.2340065, 30.2197917 ], [ 120.2328761, 30.2197688 ], [ 120.2317278, 30.219784 ], [ 120.2307111, 30.2198086 ], [ 120.2303455, 30.2198225 ], [ 120.2297039, 30.2198566 ], [ 120.2292362, 30.2199159 ], [ 120.2287036, 30.2199917 ], [ 120.2283832, 30.2200701 ], [ 120.2282584, 30.2201237 ], [ 120.2280545, 30.2202113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279977, 30.2198489 ], [ 120.2280474, 30.2199694 ], [ 120.2280545, 30.2202113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446748, 30.217265 ], [ 120.2429776, 30.2172659 ], [ 120.241818, 30.2172626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244774, 30.2172658 ], [ 120.2447325, 30.217265 ], [ 120.2446748, 30.217265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445316, 30.2197386 ], [ 120.243136, 30.2194762 ], [ 120.2426657, 30.219369 ], [ 120.2424176, 30.2192439 ], [ 120.2421695, 30.2190564 ], [ 120.2419369, 30.2187661 ], [ 120.2418646, 30.2183865 ], [ 120.2418461, 30.217941 ], [ 120.241818, 30.2172626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241818, 30.2172626 ], [ 120.2418461, 30.217941 ], [ 120.2418646, 30.2183865 ], [ 120.2419369, 30.2187661 ], [ 120.2421695, 30.2190564 ], [ 120.2424176, 30.2192439 ], [ 120.2426657, 30.219369 ], [ 120.243136, 30.2194762 ], [ 120.2445316, 30.2197386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445316, 30.2197386 ], [ 120.2446171, 30.2185062 ], [ 120.2446438, 30.217932 ], [ 120.2446748, 30.217265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244774, 30.2172658 ], [ 120.24471, 30.2184962 ], [ 120.2446432, 30.2197622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446432, 30.2197622 ], [ 120.2446049, 30.2197524 ], [ 120.2445316, 30.2197386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445316, 30.2197386 ], [ 120.2446049, 30.2197524 ], [ 120.2446432, 30.2197622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444685, 30.2208027 ], [ 120.244518, 30.2199344 ], [ 120.2445316, 30.2197386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446432, 30.2197622 ], [ 120.2445989, 30.2208316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495666, 30.217664 ], [ 120.2472425, 30.2174259 ], [ 120.2461541, 30.2173122 ], [ 120.2456176, 30.2172811 ], [ 120.244774, 30.2172658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495609, 30.2175907 ], [ 120.2497467, 30.2176061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495666, 30.217664 ], [ 120.2495609, 30.2175907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497467, 30.2176061 ], [ 120.2497352, 30.2176993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497352, 30.2176993 ], [ 120.2495666, 30.217664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496756, 30.2195179 ], [ 120.2496702, 30.2193986 ], [ 120.2495666, 30.217664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497352, 30.2176993 ], [ 120.2497803, 30.218548 ], [ 120.2498478, 30.2195408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496756, 30.2195179 ], [ 120.2498478, 30.2195408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498478, 30.2195408 ], [ 120.2496756, 30.2195179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249746, 30.2210742 ], [ 120.2496756, 30.2195179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347032, 30.2198216 ], [ 120.2346846, 30.2195257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346846, 30.2195257 ], [ 120.2347032, 30.2198216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346846, 30.2195257 ], [ 120.2354145, 30.219552 ], [ 120.2362355, 30.2196044 ], [ 120.2376938, 30.2197225 ], [ 120.238628, 30.2198123 ], [ 120.239152, 30.2198733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239152, 30.2198733 ], [ 120.2393192, 30.2199004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239171, 30.2202067 ], [ 120.2384225, 30.2201181 ], [ 120.2373263, 30.2200132 ], [ 120.2364076, 30.2199365 ], [ 120.2363059, 30.219928 ], [ 120.2352514, 30.2198592 ], [ 120.2347032, 30.2198216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239171, 30.2202067 ], [ 120.239152, 30.2198733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393192, 30.2199004 ], [ 120.2393324, 30.2202296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393324, 30.2202296 ], [ 120.239171, 30.2202067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347032, 30.2198216 ], [ 120.234889, 30.2223357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.234889, 30.2223357 ], [ 120.2347032, 30.2198216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498478, 30.2195408 ], [ 120.2498964, 30.2207926 ], [ 120.2499101, 30.2211516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249746, 30.2210742 ], [ 120.2446432, 30.2197622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446432, 30.2197622 ], [ 120.249746, 30.2210742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499101, 30.2211516 ], [ 120.249746, 30.2210742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249746, 30.2210742 ], [ 120.2499101, 30.2211516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445989, 30.2208316 ], [ 120.2450758, 30.2209375 ], [ 120.2463731, 30.2212489 ], [ 120.2472332, 30.2214832 ], [ 120.247769, 30.2216291 ], [ 120.2491308, 30.2220421 ], [ 120.2497787, 30.2222519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497787, 30.2222519 ], [ 120.2497607, 30.2213984 ], [ 120.249746, 30.2210742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499101, 30.2211516 ], [ 120.2499545, 30.2223142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497854, 30.2225686 ], [ 120.249012, 30.222323 ], [ 120.2476616, 30.2219297 ], [ 120.2471935, 30.2217993 ], [ 120.2462961, 30.2215494 ], [ 120.244976, 30.221225 ], [ 120.2445655, 30.221133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497787, 30.2222519 ], [ 120.2499545, 30.2223142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393192, 30.2199004 ], [ 120.2399133, 30.2199837 ], [ 120.2413737, 30.2202164 ], [ 120.2427999, 30.2204623 ], [ 120.2438658, 30.2206688 ], [ 120.2444685, 30.2208027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244451, 30.2211081 ], [ 120.2437596, 30.2209605 ], [ 120.2426937, 30.2207605 ], [ 120.2419307, 30.2206265 ], [ 120.241275, 30.2205114 ], [ 120.2398564, 30.2202918 ], [ 120.2393324, 30.2202296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444685, 30.2208027 ], [ 120.2445425, 30.2208191 ], [ 120.2445989, 30.2208316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244451, 30.2211081 ], [ 120.2444685, 30.2208027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445989, 30.2208316 ], [ 120.2445655, 30.221133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445655, 30.221133 ], [ 120.2445246, 30.2211238 ], [ 120.244451, 30.2211081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445655, 30.221133 ], [ 120.2445649, 30.2211599 ], [ 120.2445543, 30.2212944 ], [ 120.2445421, 30.2218107 ], [ 120.2446189, 30.2221002 ], [ 120.2445772, 30.2236256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442973, 30.2235491 ], [ 120.2437723, 30.2235189 ], [ 120.2424483, 30.2232272 ], [ 120.2419511, 30.223149 ], [ 120.2395751, 30.2227751 ], [ 120.2394653, 30.222758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394653, 30.222758 ], [ 120.2395751, 30.2227751 ], [ 120.2419511, 30.223149 ], [ 120.2424483, 30.2232272 ], [ 120.2437723, 30.2235189 ], [ 120.2442973, 30.2235491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442973, 30.2235491 ], [ 120.2445772, 30.2236256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995612, 30.2142776 ], [ 120.1997606, 30.2141293 ], [ 120.199868, 30.2140275 ], [ 120.2006348, 30.21283 ], [ 120.2015685, 30.2113347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018068, 30.2114951 ], [ 120.2008693, 30.2129404 ], [ 120.200172, 30.2140146 ], [ 120.2000291, 30.2142471 ], [ 120.2000128, 30.2144193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041196, 30.2131164 ], [ 120.2041703, 30.2130569 ], [ 120.2042274, 30.2129968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2042274, 30.2129968 ], [ 120.2041703, 30.2130569 ], [ 120.2041196, 30.2131164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2032889, 30.2142843 ], [ 120.2041196, 30.2131164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泰安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041196, 30.2131164 ], [ 120.2032889, 30.2142843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2042274, 30.2129968 ], [ 120.205489, 30.2139102 ], [ 120.2062843, 30.2144859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2061981, 30.2145963 ], [ 120.2059274, 30.2144212 ], [ 120.2048025, 30.2136093 ], [ 120.2041196, 30.2131164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995612, 30.2142776 ], [ 120.1996441, 30.2142374 ], [ 120.1997378, 30.2142234 ], [ 120.1998194, 30.2142339 ], [ 120.1998939, 30.2142645 ], [ 120.1999548, 30.2143125 ], [ 120.2000128, 30.2144193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1994576, 30.214462 ], [ 120.1994706, 30.2143926 ], [ 120.1995062, 30.2143293 ], [ 120.1995612, 30.2142776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870649, 30.203865 ], [ 120.187928, 30.2042694 ], [ 120.1887888, 30.2046728 ], [ 120.1895068, 30.2050092 ], [ 120.1917484, 30.2061958 ], [ 120.1920328, 30.2063359 ], [ 120.1929037, 30.2068013 ], [ 120.193547, 30.207145 ], [ 120.194178, 30.2074822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1846535, 30.2075319 ], [ 120.1857386, 30.2057008 ], [ 120.1859563, 30.205336 ], [ 120.1859808, 30.2052949 ], [ 120.1860701, 30.2051526 ], [ 120.1861267, 30.2050459 ], [ 120.1864064, 30.2045738 ], [ 120.1867878, 30.2039301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869678, 30.2040207 ], [ 120.1865701, 30.2046585 ], [ 120.1863089, 30.2050774 ], [ 120.1858732, 30.205776 ], [ 120.1855198, 30.2063428 ], [ 120.184748, 30.2075804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194095, 30.2076292 ], [ 120.1927152, 30.2069187 ], [ 120.1919161, 30.2065072 ], [ 120.1916363, 30.2063572 ], [ 120.1893667, 30.2052675 ], [ 120.1886498, 30.2048949 ], [ 120.1876996, 30.204401 ], [ 120.1869678, 30.2040207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921834, 30.2109827 ], [ 120.1890037, 30.209465 ], [ 120.1888254, 30.2093804 ], [ 120.1879204, 30.2090091 ], [ 120.1865013, 30.2084264 ], [ 120.1850766, 30.207841 ], [ 120.1845823, 30.2076007 ], [ 120.1784471, 30.2045436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184748, 30.2075804 ], [ 120.1865491, 30.2083463 ], [ 120.187956, 30.2089523 ], [ 120.1888749, 30.2093296 ], [ 120.1922191, 30.2109221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "望江隧道", "望江路跨线桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1769857, 30.236426 ], [ 120.1772815, 30.2363221 ], [ 120.1776899, 30.236076 ], [ 120.1786089, 30.2355081 ], [ 120.1793422, 30.2350271 ], [ 120.1798677, 30.2346751 ], [ 120.180434, 30.2343333 ], [ 120.1810487, 30.2340385 ], [ 120.1814292, 30.233862 ], [ 120.1819254, 30.2336543 ], [ 120.1824798, 30.2334302 ], [ 120.1835549, 30.2329956 ], [ 120.1835957, 30.2329795 ], [ 120.1836645, 30.2329525 ], [ 120.1840344, 30.232807 ], [ 120.1841884, 30.2327464 ], [ 120.1847871, 30.2324923 ], [ 120.1853704, 30.2322407 ], [ 120.1872957, 30.231389 ], [ 120.1876482, 30.2312159 ], [ 120.1879237, 30.231066 ], [ 120.1882381, 30.2308824 ], [ 120.1885587, 30.2306775 ], [ 120.1888971, 30.2304233 ], [ 120.1894065, 30.230028 ], [ 120.1910633, 30.2285863 ], [ 120.1917945, 30.2279175 ], [ 120.1920295, 30.2276989 ], [ 120.1922465, 30.2274902 ], [ 120.1924543, 30.2272855 ], [ 120.1928948, 30.2268909 ], [ 120.193143, 30.2266661 ], [ 120.1933031, 30.2265177 ], [ 120.1935106, 30.2263137 ], [ 120.1936661, 30.2261463 ], [ 120.1938682, 30.2259224 ], [ 120.1940868, 30.2256541 ], [ 120.1943268, 30.2253283 ], [ 120.1945365, 30.2250065 ], [ 120.1947655, 30.2246297 ], [ 120.1950084, 30.2241955 ], [ 120.1952595, 30.2237015 ], [ 120.1984464, 30.2169061 ], [ 120.1990257, 30.21565 ], [ 120.1991791, 30.2153187 ], [ 120.1993325, 30.2150057 ], [ 120.1994648, 30.21476 ], [ 120.1995929, 30.2145301 ], [ 120.1997245, 30.2143094 ], [ 120.1998884, 30.2140235 ], [ 120.2001326, 30.2136453 ], [ 120.200476, 30.2131347 ], [ 120.2007656, 30.2127118 ], [ 120.2010481, 30.2122767 ], [ 120.2013901, 30.2117774 ], [ 120.2014982, 30.2116075 ], [ 120.2020187, 30.210755 ], [ 120.2027894, 30.2094729 ], [ 120.2033143, 30.2085997 ], [ 120.2035179, 30.2081139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "望江路跨线桥", "望江隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035494, 30.2084911 ], [ 120.2034059, 30.208629 ], [ 120.2028676, 30.2095133 ], [ 120.2020929, 30.2107861 ], [ 120.2016709, 30.211488 ], [ 120.2015691, 30.2116507 ], [ 120.2014467, 30.2118368 ], [ 120.2011313, 30.2123012 ], [ 120.2005964, 30.2131935 ], [ 120.2003956, 30.2135202 ], [ 120.2002394, 30.2137902 ], [ 120.2000657, 30.2140904 ], [ 120.1998743, 30.2144823 ], [ 120.1996693, 30.214909 ], [ 120.1992782, 30.2157886 ], [ 120.1989819, 30.2164572 ], [ 120.195586, 30.2237569 ], [ 120.1952883, 30.2243547 ], [ 120.1950365, 30.2248152 ], [ 120.194728, 30.2253001 ], [ 120.1944067, 30.225718 ], [ 120.194096, 30.2260732 ], [ 120.1939117, 30.2262736 ], [ 120.1936973, 30.2264878 ], [ 120.1934481, 30.2267159 ], [ 120.1922282, 30.227722 ], [ 120.1917138, 30.2281518 ], [ 120.1911316, 30.2286642 ], [ 120.1898474, 30.2297732 ], [ 120.1896106, 30.2299812 ], [ 120.1893724, 30.2301737 ], [ 120.1889806, 30.2304719 ], [ 120.1885704, 30.2307767 ], [ 120.188321, 30.2309454 ], [ 120.1879768, 30.2311473 ], [ 120.1876175, 30.2313257 ], [ 120.1870688, 30.2315835 ], [ 120.1854184, 30.2323108 ], [ 120.1840685, 30.2328902 ], [ 120.1835692, 30.2331046 ], [ 120.1827793, 30.2334194 ], [ 120.1822729, 30.233613 ], [ 120.1813691, 30.2339874 ], [ 120.1809124, 30.2342054 ], [ 120.180502, 30.2344276 ], [ 120.180107, 30.2346525 ], [ 120.1792854, 30.2351765 ], [ 120.1777747, 30.2361499 ], [ 120.1773618, 30.2364186 ], [ 120.177087, 30.2366329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187841, 30.2234096 ], [ 120.1879387, 30.2233049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1879387, 30.2233049 ], [ 120.1881953, 30.2234359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957376, 30.2125934 ], [ 120.1962329, 30.2128081 ], [ 120.1965312, 30.2129417 ], [ 120.1968215, 30.2130567 ], [ 120.1971737, 30.2132406 ], [ 120.1975527, 30.2135356 ], [ 120.1977439, 30.2136891 ], [ 120.1980858, 30.213928 ], [ 120.198345, 30.2140955 ], [ 120.1985215, 30.2141853 ], [ 120.1987779, 30.2142724 ], [ 120.1989366, 30.2143098 ], [ 120.1991274, 30.2143358 ], [ 120.1993181, 30.2143519 ], [ 120.1994397, 30.2143371 ], [ 120.1995612, 30.2142776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1994576, 30.214462 ], [ 120.1992866, 30.2144028 ], [ 120.1990619, 30.2143821 ], [ 120.1987999, 30.2143341 ], [ 120.1986128, 30.2142837 ], [ 120.1983854, 30.2141935 ], [ 120.1982929, 30.2141374 ], [ 120.1979754, 30.2139305 ], [ 120.1974892, 30.213553 ], [ 120.1970914, 30.2133272 ], [ 120.1967332, 30.213148 ], [ 120.1964378, 30.2129667 ], [ 120.1962175, 30.2128758 ], [ 120.1957058, 30.2126388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909392, 30.2248383 ], [ 120.1911565, 30.2249493 ], [ 120.1919666, 30.2254144 ], [ 120.1928414, 30.2261349 ], [ 120.1933141, 30.2264578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931747, 30.2265737 ], [ 120.1930137, 30.2264476 ], [ 120.1918276, 30.2256048 ], [ 120.1908206, 30.224975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931747, 30.2265737 ], [ 120.1933141, 30.2264578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933141, 30.2264578 ], [ 120.1934949, 30.2266278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933535, 30.2267329 ], [ 120.1931747, 30.2265737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1934949, 30.2266278 ], [ 120.1933535, 30.2267329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952461, 30.2282162 ], [ 120.1950432, 30.2280567 ], [ 120.1933535, 30.2267329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1912073, 30.2283951 ], [ 120.1920748, 30.2275448 ], [ 120.1931747, 30.2265737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815501, 30.2203055 ], [ 120.1794583, 30.2217897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1791992, 30.2217544 ], [ 120.1793351, 30.2216564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1793351, 30.2216564 ], [ 120.1794583, 30.2217897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1816406, 30.2201589 ], [ 120.1829063, 30.2207679 ], [ 120.1872446, 30.2229507 ], [ 120.1879387, 30.2233049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1793256, 30.2218839 ], [ 120.1791992, 30.2217544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1794583, 30.2217897 ], [ 120.1793256, 30.2218839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187841, 30.2234096 ], [ 120.1873906, 30.2231568 ], [ 120.1867209, 30.2228275 ], [ 120.1856593, 30.2223054 ], [ 120.1828014, 30.2208999 ], [ 120.1815501, 30.2203055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1776218, 30.2228756 ], [ 120.1785953, 30.2221836 ], [ 120.1791992, 30.2217544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1793256, 30.2218839 ], [ 120.1787435, 30.2223248 ], [ 120.1778223, 30.2230227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1794583, 30.2217897 ], [ 120.17984, 30.2221418 ], [ 120.1802496, 30.2225196 ], [ 120.1807991, 30.2229529 ], [ 120.1818169, 30.223464 ], [ 120.1821005, 30.2236114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1880967, 30.223553 ], [ 120.187841, 30.2234096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881953, 30.2234359 ], [ 120.1880967, 30.223553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.186741, 30.224586 ], [ 120.187841, 30.2234096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.186741, 30.224586 ], [ 120.1854328, 30.223813 ], [ 120.1848308, 30.2234572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1848308, 30.2234572 ], [ 120.1854328, 30.223813 ], [ 120.186741, 30.224586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881953, 30.2234359 ], [ 120.1909392, 30.2248383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1880967, 30.223553 ], [ 120.1869998, 30.2247564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908206, 30.224975 ], [ 120.1883018, 30.2236601 ], [ 120.1880967, 30.223553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.186741, 30.224586 ], [ 120.1869998, 30.2247564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869998, 30.2247564 ], [ 120.186741, 30.224586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2000128, 30.2144193 ], [ 120.2000153, 30.2144989 ], [ 120.1999878, 30.2145749 ], [ 120.1999332, 30.2146391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1999332, 30.2146391 ], [ 120.1998559, 30.2146851 ], [ 120.1997653, 30.2147065 ], [ 120.1996716, 30.2147008 ], [ 120.1995853, 30.2146687 ], [ 120.1995162, 30.2146138 ], [ 120.199472, 30.2145422 ], [ 120.1994576, 30.214462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2000128, 30.2144193 ], [ 120.2000735, 30.2145042 ], [ 120.2001629, 30.214589 ], [ 120.2002958, 30.2146494 ], [ 120.2007476, 30.2148375 ], [ 120.2015775, 30.21518 ], [ 120.2021067, 30.2153992 ], [ 120.202577, 30.2156668 ], [ 120.2032506, 30.2161131 ], [ 120.2035447, 30.2162912 ], [ 120.2037523, 30.2163847 ], [ 120.2040117, 30.2165057 ], [ 120.2042774, 30.2166332 ], [ 120.2044869, 30.2167847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2044869, 30.2167847 ], [ 120.2042558, 30.2166832 ], [ 120.2039307, 30.2165307 ], [ 120.2035912, 30.2163733 ], [ 120.2033407, 30.216241 ], [ 120.2030557, 30.216054 ], [ 120.2025191, 30.2157062 ], [ 120.2021162, 30.2154807 ], [ 120.201662, 30.2152749 ], [ 120.2015529, 30.2152317 ], [ 120.2002849, 30.2147147 ], [ 120.2001062, 30.214647 ], [ 120.2000139, 30.2146281 ], [ 120.1999332, 30.2146391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974958, 30.2297901 ], [ 120.1977315, 30.2299695 ], [ 120.2009362, 30.2324092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2007766, 30.2325628 ], [ 120.2006802, 30.232487 ], [ 120.1996904, 30.2317091 ], [ 120.1996383, 30.2316682 ], [ 120.1984343, 30.2307219 ], [ 120.1983218, 30.2306335 ], [ 120.197359, 30.2298892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2007766, 30.2325628 ], [ 120.2009362, 30.2324092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2009362, 30.2324092 ], [ 120.2007766, 30.2325628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2045143, 30.2354669 ], [ 120.2025007, 30.2338939 ], [ 120.2022093, 30.233669 ], [ 120.2007766, 30.2325628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2009362, 30.2324092 ], [ 120.202631, 30.2337584 ], [ 120.2048449, 30.235645 ], [ 120.2051093, 30.2359094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908206, 30.224975 ], [ 120.1909392, 30.2248383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909392, 30.2248383 ], [ 120.1908206, 30.224975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853037, 30.2259817 ], [ 120.1855765, 30.2257318 ], [ 120.1856408, 30.2256729 ], [ 120.1856763, 30.2256404 ], [ 120.1857091, 30.2255064 ], [ 120.186741, 30.224586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869998, 30.2247564 ], [ 120.185956, 30.2256183 ], [ 120.1857857, 30.2257899 ], [ 120.1857247, 30.2258514 ], [ 120.18545, 30.2261283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869998, 30.2247564 ], [ 120.1877368, 30.2253902 ], [ 120.1881648, 30.2257581 ], [ 120.1883586, 30.2259248 ], [ 120.1890777, 30.2265432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890777, 30.2265432 ], [ 120.1883586, 30.2259248 ], [ 120.1881648, 30.2257581 ], [ 120.1877368, 30.2253902 ], [ 120.1869998, 30.2247564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890777, 30.2265432 ], [ 120.1896492, 30.2260494 ], [ 120.1897103, 30.2259967 ], [ 120.1899377, 30.2258003 ], [ 120.1901292, 30.2256348 ], [ 120.1908206, 30.224975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908206, 30.224975 ], [ 120.1901292, 30.2256348 ], [ 120.1899377, 30.2258003 ], [ 120.1897103, 30.2259967 ], [ 120.1896492, 30.2260494 ], [ 120.1890777, 30.2265432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185205, 30.2260915 ], [ 120.1853037, 30.2259817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853037, 30.2259817 ], [ 120.18545, 30.2261283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853578, 30.2262362 ], [ 120.185205, 30.2260915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "甬江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.18545, 30.2261283 ], [ 120.1853578, 30.2262362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.18545, 30.2261283 ], [ 120.1873676, 30.227827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872071, 30.2279376 ], [ 120.1868308, 30.2275914 ], [ 120.1853578, 30.2262362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890777, 30.2265432 ], [ 120.1882087, 30.2271829 ], [ 120.1880119, 30.2273378 ], [ 120.1879574, 30.2273807 ], [ 120.1877543, 30.2275344 ], [ 120.1876838, 30.2275877 ], [ 120.1873676, 30.227827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873676, 30.227827 ], [ 120.1876838, 30.2275877 ], [ 120.1877543, 30.2275344 ], [ 120.1879574, 30.2273807 ], [ 120.1880119, 30.2273378 ], [ 120.1882087, 30.2271829 ], [ 120.1890777, 30.2265432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1912073, 30.2283951 ], [ 120.1900711, 30.227425 ], [ 120.1890777, 30.2265432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890777, 30.2265432 ], [ 120.1900711, 30.227425 ], [ 120.1912073, 30.2283951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873676, 30.227827 ], [ 120.1872071, 30.2279376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872071, 30.2279376 ], [ 120.1873676, 30.227827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933535, 30.2267329 ], [ 120.1929018, 30.2271782 ], [ 120.192686, 30.2273652 ], [ 120.1922821, 30.2277361 ], [ 120.1914122, 30.2285458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1934949, 30.2266278 ], [ 120.1945084, 30.2274359 ], [ 120.1973494, 30.2296805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1972334, 30.2297799 ], [ 120.196358, 30.2290901 ], [ 120.1957483, 30.2286109 ], [ 120.1952911, 30.2282515 ], [ 120.1952461, 30.2282162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930856, 30.2300423 ], [ 120.1952461, 30.2282162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952461, 30.2282162 ], [ 120.1930856, 30.2300423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1914122, 30.2285458 ], [ 120.1923255, 30.2293913 ], [ 120.1926769, 30.2296902 ], [ 120.1930856, 30.2300423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930856, 30.2300423 ], [ 120.1926769, 30.2296902 ], [ 120.1923255, 30.2293913 ], [ 120.1914122, 30.2285458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1972334, 30.2297799 ], [ 120.1973494, 30.2296805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1973494, 30.2296805 ], [ 120.1974958, 30.2297901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197359, 30.2298892 ], [ 120.1972334, 30.2297799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873676, 30.227827 ], [ 120.1883246, 30.2286632 ], [ 120.1896, 30.2298175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894751, 30.2299199 ], [ 120.1889341, 30.2294528 ], [ 120.1888017, 30.2293385 ], [ 120.1872071, 30.2279376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896, 30.2298175 ], [ 120.1898786, 30.2295727 ], [ 120.1901354, 30.2293646 ], [ 120.1910122, 30.2285626 ], [ 120.1912073, 30.2283951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1914122, 30.2285458 ], [ 120.1912297, 30.2287044 ], [ 120.1910484, 30.2288357 ], [ 120.1905765, 30.229238 ], [ 120.1904086, 30.2293779 ], [ 120.1901428, 30.2296076 ], [ 120.1898351, 30.2298831 ], [ 120.1897792, 30.2299332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894751, 30.2299199 ], [ 120.1896, 30.2298175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896, 30.2298175 ], [ 120.1897792, 30.2299332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189626, 30.2300825 ], [ 120.1894751, 30.2299199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897792, 30.2299332 ], [ 120.1914554, 30.2314427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189626, 30.2300825 ], [ 120.1894404, 30.230158 ], [ 120.1881631, 30.2310437 ], [ 120.1876638, 30.2313739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913089, 30.2315662 ], [ 120.189626, 30.2300825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393127, 30.2227342 ], [ 120.2391976, 30.2206746 ], [ 120.239171, 30.2202067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393324, 30.2202296 ], [ 120.23936, 30.2207872 ], [ 120.2394653, 30.222758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.234889, 30.2223357 ], [ 120.2368873, 30.2224867 ], [ 120.2374673, 30.2225305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374673, 30.2225305 ], [ 120.2368873, 30.2224867 ], [ 120.234889, 30.2223357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374673, 30.2225305 ], [ 120.2385214, 30.2226338 ], [ 120.2393127, 30.2227342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393127, 30.2227342 ], [ 120.2385214, 30.2226338 ], [ 120.2374673, 30.2225305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393127, 30.2227342 ], [ 120.2394653, 30.222758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394653, 30.222758 ], [ 120.2393127, 30.2227342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.234889, 30.2223357 ], [ 120.2350664, 30.2240827 ], [ 120.2351303, 30.2248325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351303, 30.2248325 ], [ 120.2350664, 30.2240827 ], [ 120.234889, 30.2223357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2280545, 30.2202113 ], [ 120.2279587, 30.2203693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279587, 30.2203693 ], [ 120.2278356, 30.2204764 ], [ 120.2276366, 30.2205485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279587, 30.2203693 ], [ 120.2280222, 30.220475 ], [ 120.2281409, 30.2206723 ], [ 120.2283058, 30.2209182 ], [ 120.2287006, 30.2213382 ], [ 120.2291759, 30.2217879 ], [ 120.2297309, 30.222405 ], [ 120.2298863, 30.2225676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296521, 30.2225664 ], [ 120.229526, 30.2224407 ], [ 120.2293534, 30.2222685 ], [ 120.2287062, 30.2215741 ], [ 120.2286648, 30.2215312 ], [ 120.2283386, 30.2211936 ], [ 120.2281208, 30.2209643 ], [ 120.2278931, 30.2207415 ], [ 120.2277609, 30.220642 ], [ 120.2276366, 30.2205485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298863, 30.2225676 ], [ 120.2300112, 30.2225448 ], [ 120.230103, 30.2225286 ], [ 120.2303208, 30.2224901 ], [ 120.2307185, 30.2224229 ], [ 120.2313134, 30.222323 ], [ 120.2315783, 30.2223108 ], [ 120.2324057, 30.2222595 ], [ 120.234889, 30.2223357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.234889, 30.2223357 ], [ 120.2324057, 30.2222595 ], [ 120.2315783, 30.2223108 ], [ 120.2313134, 30.222323 ], [ 120.2307185, 30.2224229 ], [ 120.2303208, 30.2224901 ], [ 120.230103, 30.2225286 ], [ 120.2300112, 30.2225448 ], [ 120.2298863, 30.2225676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296521, 30.2225664 ], [ 120.2298863, 30.2225676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297328, 30.2226566 ], [ 120.2296521, 30.2225664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298863, 30.2225676 ], [ 120.2297328, 30.2226566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "奔竞大道", "七甲河桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298863, 30.2225676 ], [ 120.2300382, 30.2227422 ], [ 120.2304202, 30.2231562 ], [ 120.2311141, 30.223873 ], [ 120.2316539, 30.2244714 ], [ 120.2323143, 30.2252158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374817, 30.2249714 ], [ 120.2375188, 30.2238697 ], [ 120.2374913, 30.2234652 ], [ 120.2374673, 30.2225305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374673, 30.2225305 ], [ 120.2374913, 30.2234652 ], [ 120.2375188, 30.2238697 ], [ 120.2374817, 30.2249714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393883, 30.2251814 ], [ 120.2393645, 30.2239972 ], [ 120.2393127, 30.2227342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394653, 30.222758 ], [ 120.2395731, 30.2252074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351454, 30.2249158 ], [ 120.2351303, 30.2248325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351303, 30.2248325 ], [ 120.2351454, 30.2249158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351303, 30.2248325 ], [ 120.2358676, 30.2248469 ], [ 120.2365697, 30.2248843 ], [ 120.2374817, 30.2249714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374668, 30.2250579 ], [ 120.2365313, 30.2249546 ], [ 120.235889, 30.2249158 ], [ 120.2351454, 30.2249158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374817, 30.2249714 ], [ 120.2374668, 30.2250579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374668, 30.2250579 ], [ 120.2374817, 30.2249714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497854, 30.2225686 ], [ 120.2497787, 30.2222519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499545, 30.2223142 ], [ 120.2499666, 30.2226312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499666, 30.2226312 ], [ 120.2497854, 30.2225686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498212, 30.2249807 ], [ 120.2498187, 30.2245235 ], [ 120.2497906, 30.2236599 ], [ 120.2497909, 30.2228314 ], [ 120.2497854, 30.2225686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499666, 30.2226312 ], [ 120.2499448, 30.2236578 ], [ 120.2499895, 30.2250212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445772, 30.2236256 ], [ 120.2449602, 30.2237664 ], [ 120.2469886, 30.2242828 ], [ 120.2479889, 30.2246024 ], [ 120.2482572, 30.2246761 ], [ 120.2488023, 30.2247885 ], [ 120.2498212, 30.2249807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498212, 30.2249807 ], [ 120.2488023, 30.2247885 ], [ 120.2482572, 30.2246761 ], [ 120.2479889, 30.2246024 ], [ 120.2469886, 30.2242828 ], [ 120.2449602, 30.2237664 ], [ 120.2445772, 30.2236256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498212, 30.2249807 ], [ 120.2499895, 30.2250212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499895, 30.2250212 ], [ 120.2498212, 30.2249807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495181, 30.2273088 ], [ 120.2496138, 30.2269096 ], [ 120.2496655, 30.2266939 ], [ 120.2497417, 30.2261759 ], [ 120.2497803, 30.2256718 ], [ 120.2498212, 30.2249807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "奔竞大道", "七甲河桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321309, 30.225253 ], [ 120.2309698, 30.2240508 ], [ 120.2303619, 30.2233464 ], [ 120.2299564, 30.2229065 ], [ 120.229843, 30.2227797 ], [ 120.2297328, 30.2226566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323143, 30.2252158 ], [ 120.2324535, 30.2251833 ], [ 120.2328208, 30.2250976 ], [ 120.2333483, 30.2250031 ], [ 120.2339727, 30.2249146 ], [ 120.2344402, 30.2248778 ], [ 120.2348272, 30.224846 ], [ 120.2351303, 30.2248325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351454, 30.2249158 ], [ 120.234954, 30.2249158 ], [ 120.2343112, 30.224957 ], [ 120.2337685, 30.2250223 ], [ 120.2333235, 30.2250976 ], [ 120.2329863, 30.2251687 ], [ 120.2325359, 30.225262 ], [ 120.2323909, 30.2252921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321309, 30.225253 ], [ 120.2323143, 30.2252158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323143, 30.2252158 ], [ 120.2323909, 30.2252921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322179, 30.2253502 ], [ 120.2321309, 30.225253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323909, 30.2252921 ], [ 120.2322179, 30.2253502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323909, 30.2252921 ], [ 120.2327086, 30.2256128 ], [ 120.2339358, 30.2269336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267874, 30.2273294 ], [ 120.2278882, 30.2267565 ], [ 120.2279931, 30.2267047 ], [ 120.2284178, 30.2264948 ], [ 120.2284832, 30.2264625 ], [ 120.2285338, 30.2264419 ], [ 120.2288314, 30.2263209 ], [ 120.2292953, 30.226173 ], [ 120.2302828, 30.2258581 ], [ 120.2308113, 30.2256811 ], [ 120.2319337, 30.2253053 ], [ 120.2319881, 30.2252909 ], [ 120.2321309, 30.225253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322179, 30.2253502 ], [ 120.2320888, 30.2253936 ], [ 120.2312499, 30.225676 ], [ 120.2308143, 30.2258226 ], [ 120.230494, 30.2259304 ], [ 120.2303359, 30.2259836 ], [ 120.2295343, 30.2262708 ], [ 120.2289045, 30.2264965 ], [ 120.2286407, 30.2265882 ], [ 120.2286097, 30.2265998 ], [ 120.228537, 30.2266269 ], [ 120.2279614, 30.2268899 ], [ 120.2278123, 30.2269864 ], [ 120.2270427, 30.2274124 ], [ 120.2269147, 30.2274852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374817, 30.2249714 ], [ 120.2386275, 30.2250926 ], [ 120.2393883, 30.2251814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393888, 30.2252783 ], [ 120.2385726, 30.2251724 ], [ 120.2376607, 30.2250754 ], [ 120.2374668, 30.2250579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393883, 30.2251814 ], [ 120.2394623, 30.2251918 ], [ 120.2395731, 30.2252074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393888, 30.2252783 ], [ 120.2393883, 30.2251814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395731, 30.2252074 ], [ 120.2395715, 30.2253074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395715, 30.2253074 ], [ 120.2394776, 30.2252919 ], [ 120.2393888, 30.2252783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2374668, 30.2250579 ], [ 120.2373753, 30.2259296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373753, 30.2259296 ], [ 120.2374668, 30.2250579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351454, 30.2249158 ], [ 120.2351893, 30.2254006 ], [ 120.2353657, 30.2258942 ], [ 120.2356361, 30.2262692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356361, 30.2262692 ], [ 120.2353657, 30.2258942 ], [ 120.2351893, 30.2254006 ], [ 120.2351454, 30.2249158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445772, 30.2236256 ], [ 120.2442973, 30.2235491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439018, 30.2259878 ], [ 120.2438929, 30.2257203 ], [ 120.2439425, 30.2244246 ], [ 120.2440675, 30.2238271 ], [ 120.2441415, 30.2236663 ], [ 120.2442973, 30.2235491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445772, 30.2236256 ], [ 120.2445252, 30.2248855 ], [ 120.2444954, 30.2255671 ], [ 120.2444423, 30.2260422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395731, 30.2252074 ], [ 120.2407714, 30.2254121 ], [ 120.2418691, 30.2255895 ], [ 120.2429718, 30.2257723 ], [ 120.2439018, 30.2259878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439028, 30.226119 ], [ 120.2428872, 30.2258654 ], [ 120.2418548, 30.2256617 ], [ 120.2406407, 30.2254697 ], [ 120.2395715, 30.2253074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439018, 30.2259878 ], [ 120.2441474, 30.2260102 ], [ 120.2444423, 30.2260422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439028, 30.226119 ], [ 120.2439018, 30.2259878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444423, 30.2260422 ], [ 120.2444275, 30.2261597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444275, 30.2261597 ], [ 120.2439028, 30.226119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435492, 30.229418 ], [ 120.2435238, 30.2291418 ], [ 120.2436847, 30.2283554 ], [ 120.2438766, 30.2276234 ], [ 120.2439299, 30.2272168 ], [ 120.2438897, 30.2270391 ], [ 120.2438701, 30.2267082 ], [ 120.2439172, 30.2263215 ], [ 120.2439028, 30.226119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356361, 30.2262692 ], [ 120.236477, 30.2260166 ], [ 120.2369662, 30.2259198 ], [ 120.2373753, 30.2259296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373753, 30.2259296 ], [ 120.2369662, 30.2259198 ], [ 120.236477, 30.2260166 ], [ 120.2356361, 30.2262692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356361, 30.2262692 ], [ 120.2340325, 30.2268958 ], [ 120.2339358, 30.2269336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2339358, 30.2269336 ], [ 120.2340325, 30.2268958 ], [ 120.2356361, 30.2262692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23952, 30.228801 ], [ 120.239553, 30.228313 ], [ 120.239545, 30.227955 ], [ 120.2394263, 30.2256371 ], [ 120.2393888, 30.2252783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395715, 30.2253074 ], [ 120.2396031, 30.226305 ], [ 120.2396945, 30.2279683 ], [ 120.2396878, 30.2283182 ], [ 120.2396801, 30.2286686 ], [ 120.2396554, 30.2288228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373753, 30.2259296 ], [ 120.2378002, 30.2261111 ], [ 120.2381709, 30.2263807 ], [ 120.2383715, 30.2266847 ], [ 120.2385133, 30.2269434 ], [ 120.2385023, 30.2276358 ], [ 120.2384908, 30.2277719 ], [ 120.2383855, 30.2281864 ], [ 120.2382637, 30.2285767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382637, 30.2285767 ], [ 120.2383855, 30.2281864 ], [ 120.2384908, 30.2277719 ], [ 120.2385023, 30.2276358 ], [ 120.2385133, 30.2269434 ], [ 120.2383715, 30.2266847 ], [ 120.2381709, 30.2263807 ], [ 120.2378002, 30.2261111 ], [ 120.2373753, 30.2259296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2356361, 30.2262692 ], [ 120.2364403, 30.2272667 ], [ 120.2366877, 30.2275836 ], [ 120.2368522, 30.2277856 ], [ 120.2372036, 30.2281988 ], [ 120.2376466, 30.2284643 ], [ 120.2382637, 30.2285767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382637, 30.2285767 ], [ 120.2376466, 30.2284643 ], [ 120.2372036, 30.2281988 ], [ 120.2368522, 30.2277856 ], [ 120.2366877, 30.2275836 ], [ 120.2364403, 30.2272667 ], [ 120.2356361, 30.2262692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499895, 30.2250212 ], [ 120.2499278, 30.2256633 ], [ 120.2498901, 30.2261474 ], [ 120.249832, 30.2265292 ], [ 120.2497591, 30.2268912 ], [ 120.2496665, 30.2273512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444423, 30.2260422 ], [ 120.2449299, 30.2261492 ], [ 120.2466545, 30.2265736 ], [ 120.2478951, 30.2268998 ], [ 120.2479946, 30.2269249 ], [ 120.248904, 30.2271541 ], [ 120.2495181, 30.2273088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495235, 30.2274047 ], [ 120.2491506, 30.2272904 ], [ 120.2478701, 30.2269679 ], [ 120.2466377, 30.2266535 ], [ 120.2458651, 30.2264527 ], [ 120.2451959, 30.2263345 ], [ 120.2444275, 30.2261597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495181, 30.2273088 ], [ 120.2496665, 30.2273512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495235, 30.2274047 ], [ 120.2495181, 30.2273088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496665, 30.2273512 ], [ 120.2496225, 30.2274302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496225, 30.2274302 ], [ 120.2495235, 30.2274047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481823, 30.2302966 ], [ 120.2486028, 30.2295784 ], [ 120.2487811, 30.2292586 ], [ 120.2492406, 30.2282051 ], [ 120.2493399, 30.2279241 ], [ 120.2495235, 30.2274047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496225, 30.2274302 ], [ 120.2494804, 30.2278671 ], [ 120.249401, 30.2281262 ], [ 120.2489394, 30.2292945 ], [ 120.2487865, 30.2295934 ], [ 120.2483132, 30.2303352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436314, 30.2294303 ], [ 120.2450108, 30.2296363 ], [ 120.2465804, 30.2299424 ], [ 120.247764, 30.2301732 ], [ 120.2481823, 30.2302966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2339358, 30.2269336 ], [ 120.2340623, 30.2270854 ], [ 120.2347042, 30.2277812 ], [ 120.2349006, 30.228016 ], [ 120.2366528, 30.2301106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2378092, 30.2318347 ], [ 120.2373686, 30.2312762 ], [ 120.2368948, 30.2306518 ], [ 120.2360691, 30.2297266 ], [ 120.2354638, 30.2290494 ], [ 120.2354227, 30.2290003 ], [ 120.234696, 30.2281333 ], [ 120.2343118, 30.2276749 ], [ 120.2338464, 30.2271694 ], [ 120.2331924, 30.2264373 ], [ 120.2325192, 30.2256725 ], [ 120.2322179, 30.2253502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23952, 30.228801 ], [ 120.2382637, 30.2285767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382637, 30.2285767 ], [ 120.23952, 30.228801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23952, 30.228801 ], [ 120.2396172, 30.2288193 ], [ 120.2396554, 30.2288228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396554, 30.2288228 ], [ 120.2396172, 30.2288193 ], [ 120.23952, 30.228801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382637, 30.2285767 ], [ 120.2381742, 30.228752 ], [ 120.2376513, 30.2294778 ], [ 120.2367432, 30.2300533 ], [ 120.2366528, 30.2301106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366528, 30.2301106 ], [ 120.2367432, 30.2300533 ], [ 120.2376513, 30.2294778 ], [ 120.2381742, 30.228752 ], [ 120.2382637, 30.2285767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379518, 30.2316933 ], [ 120.2380287, 30.2316157 ], [ 120.238295, 30.231347 ], [ 120.2385641, 30.2310297 ], [ 120.2388053, 30.2306976 ], [ 120.2390161, 30.2303354 ], [ 120.2392223, 30.2298568 ], [ 120.239315, 30.2296165 ], [ 120.2393954, 30.2292693 ], [ 120.23952, 30.228801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396554, 30.2288228 ], [ 120.2395695, 30.2291961 ], [ 120.2393772, 30.2298026 ], [ 120.2391608, 30.2303426 ], [ 120.2390674, 30.2305132 ], [ 120.2388691, 30.2308225 ], [ 120.2386272, 30.2311733 ], [ 120.2383616, 30.2315019 ], [ 120.2381522, 30.2317336 ], [ 120.2380611, 30.2318344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2269082, 30.2198585 ], [ 120.2270475, 30.2196677 ], [ 120.2272032, 30.2195687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2268969, 30.220095 ], [ 120.2268937, 30.2199411 ], [ 120.2269082, 30.2198585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2271891, 30.2204681 ], [ 120.2270421, 30.2203806 ], [ 120.2269548, 30.2202405 ], [ 120.2268969, 30.220095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276366, 30.2205485 ], [ 120.227406, 30.2205577 ], [ 120.2271891, 30.2204681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228178, 30.2225346 ], [ 120.2231132, 30.2223296 ], [ 120.2233196, 30.2221964 ], [ 120.2245537, 30.2213999 ], [ 120.2250807, 30.2210602 ], [ 120.2259214, 30.2206307 ], [ 120.226573, 30.2203751 ], [ 120.2266396, 30.2203423 ], [ 120.226791, 30.2202677 ], [ 120.2268969, 30.220095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2271891, 30.2204681 ], [ 120.2268061, 30.2206201 ], [ 120.2261445, 30.2208826 ], [ 120.2259984, 30.2209635 ], [ 120.2251967, 30.2214072 ], [ 120.2246599, 30.221724 ], [ 120.2241156, 30.2220802 ], [ 120.2230819, 30.2228121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230819, 30.2228121 ], [ 120.2228178, 30.2225346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228178, 30.2225346 ], [ 120.2230819, 30.2228121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2202161, 30.2244719 ], [ 120.2228178, 30.2225346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230819, 30.2228121 ], [ 120.2204272, 30.224699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151401, 30.2210226 ], [ 120.2150531, 30.2209353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2152565, 30.2209408 ], [ 120.2151401, 30.2210226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2115426, 30.2236553 ], [ 120.2116822, 30.2235306 ], [ 120.2124762, 30.2229427 ], [ 120.213401, 30.2222421 ], [ 120.214495, 30.2213767 ], [ 120.2147049, 30.2212107 ], [ 120.2150531, 30.2209353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151401, 30.2210226 ], [ 120.2148058, 30.2213078 ], [ 120.2146087, 30.2214835 ], [ 120.213493, 30.2223652 ], [ 120.2125659, 30.2230573 ], [ 120.2117487, 30.2236729 ], [ 120.2116396, 30.2237419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2152565, 30.2209408 ], [ 120.2160744, 30.2214527 ], [ 120.2166035, 30.2217872 ], [ 120.216934, 30.222018 ], [ 120.2172574, 30.2222438 ], [ 120.2178115, 30.2226072 ], [ 120.2179456, 30.2227077 ], [ 120.2190988, 30.2235057 ], [ 120.2196756, 30.2240053 ], [ 120.2202161, 30.2244719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200893, 30.2245755 ], [ 120.2194563, 30.2240114 ], [ 120.2187893, 30.2234779 ], [ 120.2175981, 30.2226906 ], [ 120.2171602, 30.2223874 ], [ 120.2166931, 30.222064 ], [ 120.2158768, 30.2215257 ], [ 120.2151401, 30.2210226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200893, 30.2245755 ], [ 120.2202161, 30.2244719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2202161, 30.2244719 ], [ 120.2204272, 30.224699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2202794, 30.2247882 ], [ 120.2200893, 30.2245755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2204272, 30.224699 ], [ 120.2202794, 30.2247882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2248501, 30.2252124 ], [ 120.2249504, 30.2251511 ], [ 120.2262687, 30.2243451 ], [ 120.22725, 30.2236555 ], [ 120.2276073, 30.2234277 ], [ 120.2279552, 30.223204 ], [ 120.2286177, 30.2228864 ], [ 120.2287331, 30.2228492 ], [ 120.2292889, 30.2226605 ], [ 120.2294118, 30.2226287 ], [ 120.229488, 30.2226089 ], [ 120.2296521, 30.2225664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297328, 30.2226566 ], [ 120.2295624, 30.2226912 ], [ 120.2294844, 30.2227071 ], [ 120.2293999, 30.2227243 ], [ 120.2288641, 30.2228689 ], [ 120.2281394, 30.2231797 ], [ 120.2275221, 30.2235647 ], [ 120.227331, 30.2236963 ], [ 120.2264646, 30.2242929 ], [ 120.2263042, 30.2243959 ], [ 120.2250164, 30.2252223 ], [ 120.2249151, 30.2252873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230819, 30.2228121 ], [ 120.2233016, 30.2230278 ], [ 120.2236369, 30.2233568 ], [ 120.2238957, 30.2237509 ], [ 120.2245222, 30.2248569 ], [ 120.224792, 30.2251494 ], [ 120.2248501, 30.2252124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2248501, 30.2252124 ], [ 120.224792, 30.2251494 ], [ 120.2245222, 30.2248569 ], [ 120.2238957, 30.2237509 ], [ 120.2236369, 30.2233568 ], [ 120.2233016, 30.2230278 ], [ 120.2230819, 30.2228121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2248501, 30.2252124 ], [ 120.2249151, 30.2252873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249151, 30.2252873 ], [ 120.2248501, 30.2252124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2204272, 30.224699 ], [ 120.2211786, 30.2255054 ], [ 120.2217278, 30.2261124 ], [ 120.2223999, 30.2267774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2222044, 30.2269239 ], [ 120.2219915, 30.226643 ], [ 120.2210229, 30.2256026 ], [ 120.2202794, 30.2247882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223999, 30.2267774 ], [ 120.2241841, 30.2256377 ], [ 120.2247273, 30.2252908 ], [ 120.2248501, 30.2252124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249151, 30.2252873 ], [ 120.2247934, 30.2253631 ], [ 120.224389, 30.225615 ], [ 120.2240448, 30.2258295 ], [ 120.2229547, 30.2265521 ], [ 120.2224745, 30.2268612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267874, 30.2273294 ], [ 120.2254681, 30.2259233 ], [ 120.2249755, 30.2253568 ], [ 120.2249151, 30.2252873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249151, 30.2252873 ], [ 120.2249755, 30.2253568 ], [ 120.2254681, 30.2259233 ], [ 120.2267874, 30.2273294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223999, 30.2267774 ], [ 120.2224745, 30.2268612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2222044, 30.2269239 ], [ 120.2223999, 30.2267774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224745, 30.2268612 ], [ 120.2223441, 30.2269451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2222797, 30.2269865 ], [ 120.2222044, 30.2269239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223441, 30.2269451 ], [ 120.2222797, 30.2269865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224745, 30.2268612 ], [ 120.2228502, 30.2272295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267874, 30.2273294 ], [ 120.2269147, 30.2274852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丹枫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2269147, 30.2274852 ], [ 120.2267874, 30.2273294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191098, 30.225232 ], [ 120.2200893, 30.2245755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2202794, 30.2247882 ], [ 120.219809, 30.2251837 ], [ 120.2192973, 30.2255971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2156512, 30.2277682 ], [ 120.215633, 30.2277449 ], [ 120.2153695, 30.2274071 ], [ 120.2148941, 30.2268962 ], [ 120.2141119, 30.2261739 ], [ 120.2133994, 30.2254929 ], [ 120.2131824, 30.2252855 ], [ 120.2128788, 30.2249707 ], [ 120.2127571, 30.2248497 ], [ 120.2118234, 30.2239209 ], [ 120.2116396, 30.2237419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2116396, 30.2237419 ], [ 120.2118234, 30.2239209 ], [ 120.2127571, 30.2248497 ], [ 120.2128788, 30.2249707 ], [ 120.2131824, 30.2252855 ], [ 120.2133994, 30.2254929 ], [ 120.2141119, 30.2261739 ], [ 120.2148941, 30.2268962 ], [ 120.2153695, 30.2274071 ], [ 120.215633, 30.2277449 ], [ 120.2156512, 30.2277682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2156512, 30.2277682 ], [ 120.2163096, 30.2273277 ], [ 120.2167544, 30.2270038 ], [ 120.2178821, 30.2261827 ], [ 120.2200893, 30.2245755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2202794, 30.2247882 ], [ 120.2197674, 30.2251444 ], [ 120.216901, 30.2271938 ], [ 120.216419, 30.2275384 ], [ 120.2158582, 30.2280078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2156512, 30.2277682 ], [ 120.2158582, 30.2280078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2158582, 30.2280078 ], [ 120.2156512, 30.2277682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180328, 30.2300254 ], [ 120.2182291, 30.2298983 ], [ 120.2185475, 30.2296921 ], [ 120.2190714, 30.2293509 ], [ 120.2194127, 30.2291094 ], [ 120.2199475, 30.2286571 ], [ 120.2204853, 30.2281863 ], [ 120.2213107, 30.227538 ], [ 120.2222044, 30.2269239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2222797, 30.2269865 ], [ 120.2222485, 30.2270066 ], [ 120.2220525, 30.2271327 ], [ 120.2216453, 30.227401 ], [ 120.2212912, 30.2276201 ], [ 120.2209022, 30.2279411 ], [ 120.2205445, 30.2282475 ], [ 120.2201568, 30.2285644 ], [ 120.2199245, 30.2287717 ], [ 120.2196973, 30.228957 ], [ 120.2193302, 30.2292752 ], [ 120.2191372, 30.2294175 ], [ 120.2189655, 30.2295297 ], [ 120.218493, 30.2298415 ], [ 120.2183156, 30.2299798 ], [ 120.2181473, 30.230111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.22414, 30.2289045 ], [ 120.2240251, 30.2287894 ], [ 120.2237529, 30.2285165 ], [ 120.2229808, 30.2278103 ], [ 120.2223866, 30.2271403 ], [ 120.2222797, 30.2269865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228502, 30.2272295 ], [ 120.2232959, 30.2276113 ], [ 120.2240624, 30.2283178 ], [ 120.2243074, 30.2285307 ], [ 120.2243752, 30.2285897 ], [ 120.2244389, 30.228645 ], [ 120.2244897, 30.2286892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244897, 30.2286892 ], [ 120.2246483, 30.2286 ], [ 120.2247659, 30.2285339 ], [ 120.2267874, 30.2273294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2269147, 30.2274852 ], [ 120.2260934, 30.2279486 ], [ 120.2256939, 30.228174 ], [ 120.2256704, 30.2281872 ], [ 120.2253997, 30.2283466 ], [ 120.2249714, 30.2285841 ], [ 120.2246004, 30.2288012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244897, 30.2286892 ], [ 120.2246004, 30.2288012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.22414, 30.2289045 ], [ 120.2244897, 30.2286892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246004, 30.2288012 ], [ 120.2244336, 30.2289023 ], [ 120.2242641, 30.229005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242641, 30.229005 ], [ 120.22414, 30.2289045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.219402, 30.2315973 ], [ 120.2206345, 30.2309317 ], [ 120.2208913, 30.230791 ], [ 120.2222422, 30.2300058 ], [ 120.223337, 30.2293697 ], [ 120.2239381, 30.2290292 ], [ 120.22414, 30.2289045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242641, 30.229005 ], [ 120.2228209, 30.2298145 ], [ 120.2223276, 30.230096 ], [ 120.2218163, 30.2303879 ], [ 120.2213979, 30.2306264 ], [ 120.2207064, 30.2310318 ], [ 120.2194654, 30.2316799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2115426, 30.2236553 ], [ 120.2113941, 30.223531 ], [ 120.2092639, 30.2213812 ], [ 120.2086188, 30.220773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2116396, 30.2237419 ], [ 120.2115426, 30.2236553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2115426, 30.2236553 ], [ 120.2116396, 30.2237419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2051093, 30.2359094 ], [ 120.2060762, 30.2370533 ], [ 120.2064578, 30.2374702 ], [ 120.207302, 30.2384144 ], [ 120.2076966, 30.2388746 ], [ 120.2090395, 30.2404046 ], [ 120.209462, 30.2408943 ], [ 120.2096579, 30.2411313 ], [ 120.2100125, 30.2415605 ], [ 120.2107673, 30.2424739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2106207, 30.2425826 ], [ 120.2099078, 30.2417103 ], [ 120.2094174, 30.2411127 ], [ 120.208957, 30.2405714 ], [ 120.2076196, 30.2390194 ], [ 120.2071022, 30.2383774 ], [ 120.2061944, 30.2373342 ], [ 120.2051048, 30.2360713 ], [ 120.2050228, 30.2359751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2106207, 30.2425826 ], [ 120.2107673, 30.2424739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2107673, 30.2424739 ], [ 120.2108113, 30.2425339 ], [ 120.2108906, 30.2426479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2107463, 30.2427375 ], [ 120.2106207, 30.2425826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2108906, 30.2426479 ], [ 120.2107463, 30.2427375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香樟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2076616, 30.2418782 ], [ 120.2055275, 30.2432633 ], [ 120.2045924, 30.2438815 ], [ 120.2044511, 30.2439756 ], [ 120.2041607, 30.2442135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2339195, 30.2373359 ], [ 120.2338143, 30.2371617 ], [ 120.2333888, 30.2366363 ], [ 120.2326094, 30.2357385 ], [ 120.2320601, 30.2350967 ], [ 120.2304792, 30.2332472 ], [ 120.2296205, 30.2325803 ], [ 120.2281256, 30.2315918 ], [ 120.2269231, 30.2309182 ], [ 120.2256985, 30.2300499 ], [ 120.2251315, 30.2295921 ], [ 120.2245369, 30.2290661 ], [ 120.2240556, 30.2285646 ], [ 120.2231706, 30.2277882 ], [ 120.2229045, 30.2275753 ], [ 120.2223441, 30.2269451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨盛路隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228502, 30.2272295 ], [ 120.2229865, 30.2274629 ], [ 120.2231259, 30.2276192 ], [ 120.2231723, 30.2276713 ], [ 120.2240894, 30.2285253 ], [ 120.2246461, 30.2290536 ], [ 120.2252176, 30.2295224 ], [ 120.2270158, 30.23084 ], [ 120.2282257, 30.231539 ], [ 120.2296859, 30.2324488 ], [ 120.2306527, 30.2332126 ], [ 120.2321706, 30.2350952 ], [ 120.2326939, 30.2356871 ], [ 120.2335628, 30.2367038 ], [ 120.2343306, 30.2375355 ], [ 120.2348113, 30.2380907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323523, 30.2351314 ], [ 120.2324739, 30.2352758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2320722, 30.2352879 ], [ 120.232207, 30.2352084 ], [ 120.2323523, 30.2351314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321253, 30.2353439 ], [ 120.2323523, 30.2351314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321253, 30.2353439 ], [ 120.2320722, 30.2352879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324739, 30.2352758 ], [ 120.2322137, 30.2354373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322137, 30.2354373 ], [ 120.2321253, 30.2353439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322137, 30.2354373 ], [ 120.2317962, 30.2356792 ], [ 120.2314115, 30.2359101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2314115, 30.2359101 ], [ 120.2309543, 30.2361784 ], [ 120.2299261, 30.2368292 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "闻涛路", "观澜路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2194654, 30.2316799 ], [ 120.2196363, 30.2319887 ], [ 120.2200062, 30.2325107 ], [ 120.2203939, 30.2330683 ], [ 120.2208362, 30.23371 ], [ 120.2214956, 30.2345326 ], [ 120.221684, 30.2347175 ], [ 120.2219141, 30.2350034 ], [ 120.2230001, 30.2363899 ], [ 120.2230553, 30.2364613 ], [ 120.2241894, 30.2376144 ], [ 120.225687, 30.2390381 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "闻涛路", "观澜路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255869, 30.2391129 ], [ 120.2253674, 30.2388811 ], [ 120.2246566, 30.2382028 ], [ 120.2238699, 30.237452 ], [ 120.2230866, 30.236602 ], [ 120.222926, 30.2364259 ], [ 120.2226668, 30.2361419 ], [ 120.221603, 30.2347667 ], [ 120.2214218, 30.2345671 ], [ 120.22078, 30.2337552 ], [ 120.2202073, 30.2329388 ], [ 120.2197845, 30.2323361 ], [ 120.2195351, 30.2319898 ], [ 120.2193705, 30.2317363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273631, 30.2380783 ], [ 120.2274562, 30.2382028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274562, 30.2382028 ], [ 120.2273631, 30.2380783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.225687, 30.2390381 ], [ 120.2258715, 30.2389332 ], [ 120.2266699, 30.2384667 ], [ 120.2267585, 30.2384171 ], [ 120.2273631, 30.2380783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274562, 30.2382028 ], [ 120.227089, 30.2384296 ], [ 120.2267649, 30.2386193 ], [ 120.2260602, 30.2390319 ], [ 120.2259964, 30.2390731 ], [ 120.2258248, 30.2391839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255869, 30.2391129 ], [ 120.225687, 30.2390381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.225687, 30.2390381 ], [ 120.2258248, 30.2391839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2257141, 30.2392471 ], [ 120.2255869, 30.2391129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258248, 30.2391839 ], [ 120.2257141, 30.2392471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2158582, 30.2280078 ], [ 120.2159027, 30.2280567 ], [ 120.2160876, 30.2282595 ], [ 120.2165454, 30.2287301 ], [ 120.2168144, 30.2290066 ], [ 120.2179366, 30.229945 ], [ 120.2180328, 30.2300254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180328, 30.2300254 ], [ 120.2179366, 30.229945 ], [ 120.2168144, 30.2290066 ], [ 120.2165454, 30.2287301 ], [ 120.2160876, 30.2282595 ], [ 120.2159027, 30.2280567 ], [ 120.2158582, 30.2280078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180328, 30.2300254 ], [ 120.2181473, 30.230111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193077, 30.2316505 ], [ 120.2188964, 30.2310633 ], [ 120.2181616, 30.2302681 ], [ 120.2181356, 30.2302191 ], [ 120.2180328, 30.2300254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181473, 30.230111 ], [ 120.2182187, 30.2301644 ], [ 120.2182994, 30.2302248 ], [ 120.2190428, 30.2311208 ], [ 120.219402, 30.2315973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193077, 30.2316505 ], [ 120.219402, 30.2315973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.219402, 30.2315973 ], [ 120.2194654, 30.2316799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闻涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193705, 30.2317363 ], [ 120.2193077, 30.2316505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2194654, 30.2316799 ], [ 120.2193705, 30.2317363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2314115, 30.2359101 ], [ 120.230877, 30.236149 ], [ 120.2301078, 30.2365991 ], [ 120.2257254, 30.2391634 ], [ 120.2132362, 30.246665 ], [ 120.2115643, 30.2477436 ], [ 120.2097513, 30.2489242 ], [ 120.209246, 30.2492751 ], [ 120.2091729, 30.2493258 ], [ 120.2088261, 30.2495667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444275, 30.2261597 ], [ 120.2443381, 30.2268377 ], [ 120.2440136, 30.2273116 ], [ 120.2439652, 30.2276064 ], [ 120.2437471, 30.2284015 ], [ 120.2436271, 30.2290493 ], [ 120.2435972, 30.2291454 ], [ 120.2436314, 30.2294303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396554, 30.2288228 ], [ 120.2416215, 30.2291268 ], [ 120.2422372, 30.229222 ], [ 120.2435492, 30.229418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435492, 30.229418 ], [ 120.2422372, 30.229222 ], [ 120.2416215, 30.2291268 ], [ 120.2396554, 30.2288228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435492, 30.229418 ], [ 120.2436314, 30.2294303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436314, 30.2294303 ], [ 120.2435492, 30.229418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436314, 30.2294303 ], [ 120.2435881, 30.2297438 ], [ 120.2435208, 30.2300435 ], [ 120.243489, 30.2305878 ], [ 120.2434784, 30.2308905 ], [ 120.2434971, 30.2314181 ], [ 120.243519, 30.2316315 ], [ 120.2435342, 30.2317799 ], [ 120.2436416, 30.2323286 ], [ 120.2438098, 30.2328774 ], [ 120.2440012, 30.233418 ], [ 120.2442214, 30.2339192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441243, 30.2339775 ], [ 120.2439202, 30.2334254 ], [ 120.2437348, 30.2328976 ], [ 120.2435684, 30.2323304 ], [ 120.2434486, 30.2317875 ], [ 120.2434277, 30.2316375 ], [ 120.2433992, 30.2311737 ], [ 120.2433938, 30.2308354 ], [ 120.2434153, 30.2302885 ], [ 120.2434475, 30.2299918 ], [ 120.2435492, 30.229418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442214, 30.2339192 ], [ 120.2447025, 30.2336305 ], [ 120.245494, 30.2331225 ], [ 120.2457608, 30.2329238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245871, 30.2329766 ], [ 120.2453508, 30.2333635 ], [ 120.2442779, 30.2340321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441243, 30.2339775 ], [ 120.2442214, 30.2339192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366528, 30.2301106 ], [ 120.2373083, 30.2309122 ], [ 120.2379518, 30.2316933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379518, 30.2316933 ], [ 120.2380611, 30.2318344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2378092, 30.2318347 ], [ 120.2379518, 30.2316933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380611, 30.2318344 ], [ 120.2378938, 30.2319611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2378938, 30.2319611 ], [ 120.2378092, 30.2318347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2323523, 30.2351314 ], [ 120.2330341, 30.2347387 ], [ 120.2332559, 30.2346097 ], [ 120.2347651, 30.2337078 ], [ 120.2348422, 30.2336639 ], [ 120.236595, 30.2326663 ], [ 120.2372997, 30.2322177 ], [ 120.2377131, 30.231907 ], [ 120.2378092, 30.2318347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2378938, 30.2319611 ], [ 120.2378088, 30.2320281 ], [ 120.2376128, 30.2321827 ], [ 120.2369013, 30.2326437 ], [ 120.2360744, 30.2331339 ], [ 120.2349569, 30.2338038 ], [ 120.2343244, 30.2341681 ], [ 120.2324739, 30.2352758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380611, 30.2318344 ], [ 120.238988, 30.2329706 ], [ 120.2391015, 30.2331247 ], [ 120.2404366, 30.2348169 ], [ 120.240907, 30.235413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407206, 30.2355012 ], [ 120.238913, 30.2332493 ], [ 120.2378938, 30.2319611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.234894, 30.2380629 ], [ 120.2351156, 30.2379711 ], [ 120.2361375, 30.2375194 ], [ 120.2374213, 30.2369516 ], [ 120.2390182, 30.2362552 ], [ 120.2406112, 30.2355496 ], [ 120.2407206, 30.2355012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442214, 30.2339192 ], [ 120.2442779, 30.2340321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441769, 30.234095 ], [ 120.2441243, 30.2339775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442779, 30.2340321 ], [ 120.2441769, 30.234095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240907, 30.235413 ], [ 120.2410051, 30.2353707 ], [ 120.2415022, 30.235156 ], [ 120.2422954, 30.2348135 ], [ 120.2433456, 30.23436 ], [ 120.2441243, 30.2339775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441769, 30.234095 ], [ 120.2437753, 30.2343144 ], [ 120.2421545, 30.2350438 ], [ 120.2410972, 30.2354784 ], [ 120.2409916, 30.2355218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407206, 30.2355012 ], [ 120.240907, 30.235413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240907, 30.235413 ], [ 120.2409916, 30.2355218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407913, 30.2356059 ], [ 120.2407206, 30.2355012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409916, 30.2355218 ], [ 120.2407913, 30.2356059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442779, 30.2340321 ], [ 120.2446457, 30.2346164 ], [ 120.245122, 30.2352781 ], [ 120.2455283, 30.2359034 ], [ 120.2455969, 30.2360008 ], [ 120.246, 30.2365732 ], [ 120.2465851, 30.2374075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2464927, 30.2374648 ], [ 120.2460773, 30.2368525 ], [ 120.2455296, 30.2360452 ], [ 120.2450281, 30.2353037 ], [ 120.2445617, 30.2346412 ], [ 120.2441769, 30.234095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409916, 30.2355218 ], [ 120.2413056, 30.235926 ], [ 120.2416807, 30.2364424 ], [ 120.2419112, 30.2368478 ], [ 120.2423972, 30.2375987 ], [ 120.2428522, 30.238435 ], [ 120.2432505, 30.2391582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430514, 30.2392548 ], [ 120.2427597, 30.2387089 ], [ 120.2425734, 30.2383698 ], [ 120.2420021, 30.2373301 ], [ 120.2417773, 30.2369764 ], [ 120.2414537, 30.2364671 ], [ 120.2411157, 30.2360235 ], [ 120.2407913, 30.2356059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2432505, 30.2391582 ], [ 120.243349, 30.239109 ], [ 120.2448867, 30.2383408 ], [ 120.245673, 30.2379175 ], [ 120.2462458, 30.2375997 ], [ 120.2464927, 30.2374648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465677, 30.2375698 ], [ 120.2459262, 30.2379312 ], [ 120.244905, 30.2384476 ], [ 120.2434121, 30.2392453 ], [ 120.243327, 30.2392908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430514, 30.2392548 ], [ 120.2432505, 30.2391582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2432505, 30.2391582 ], [ 120.243327, 30.2392908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2431426, 30.2393869 ], [ 120.2430514, 30.2392548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243327, 30.2392908 ], [ 120.2431426, 30.2393869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243327, 30.2392908 ], [ 120.2437006, 30.2399485 ], [ 120.2438176, 30.2401886 ], [ 120.2439433, 30.2404466 ], [ 120.2440679, 30.2406864 ], [ 120.2443414, 30.2411653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2339195, 30.2373359 ], [ 120.2337235, 30.2371935 ], [ 120.2332658, 30.2366928 ], [ 120.2322137, 30.2354373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324739, 30.2352758 ], [ 120.2335801, 30.2365753 ], [ 120.2339688, 30.2370442 ], [ 120.234894, 30.2380629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273631, 30.2380783 ], [ 120.2284718, 30.2374572 ], [ 120.2297518, 30.2366545 ], [ 120.229918, 30.2365643 ], [ 120.2302213, 30.2363997 ], [ 120.2309877, 30.2359394 ], [ 120.2310838, 30.2358817 ], [ 120.2320722, 30.2352879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2299261, 30.2368292 ], [ 120.22964, 30.2369528 ], [ 120.2279159, 30.2379188 ], [ 120.2274562, 30.2382028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345967, 30.2381831 ], [ 120.2339195, 30.2373359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325248, 30.2394396 ], [ 120.2311026, 30.2380141 ], [ 120.2299261, 30.2368292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2299261, 30.2368292 ], [ 120.2311026, 30.2380141 ], [ 120.2325248, 30.2394396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325248, 30.2394396 ], [ 120.2335725, 30.2388042 ], [ 120.2345967, 30.2381831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347231, 30.2383269 ], [ 120.2336778, 30.2389352 ], [ 120.232635, 30.2395525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274562, 30.2382028 ], [ 120.2281385, 30.2388529 ], [ 120.2283164, 30.2389682 ], [ 120.2291497, 30.2394327 ], [ 120.2292229, 30.2394856 ], [ 120.2297634, 30.239946 ], [ 120.2305929, 30.2406624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407913, 30.2356059 ], [ 120.240694, 30.2356509 ], [ 120.2392538, 30.2363171 ], [ 120.2391165, 30.2363806 ], [ 120.2388786, 30.2364829 ], [ 120.2375144, 30.2370692 ], [ 120.2362177, 30.237628 ], [ 120.235089, 30.2381086 ], [ 120.2349361, 30.2381989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348113, 30.2380907 ], [ 120.234894, 30.2380629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345967, 30.2381831 ], [ 120.2348113, 30.2380907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348113, 30.2380907 ], [ 120.2349361, 30.2381989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347231, 30.2383269 ], [ 120.2345967, 30.2381831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349361, 30.2381989 ], [ 120.2347231, 30.2383269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349361, 30.2381989 ], [ 120.2354065, 30.2387549 ], [ 120.2368539, 30.2403018 ], [ 120.2372208, 30.2406868 ], [ 120.2373837, 30.2408545 ], [ 120.2382222, 30.2417175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379864, 30.241854 ], [ 120.2366901, 30.2404929 ], [ 120.2365529, 30.240394 ], [ 120.2358088, 30.2395275 ], [ 120.2356215, 30.2393094 ], [ 120.2352118, 30.2389026 ], [ 120.2347231, 30.2383269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382222, 30.2417175 ], [ 120.2383095, 30.2418142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379864, 30.241854 ], [ 120.2382222, 30.2417175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305929, 30.2406624 ], [ 120.2297634, 30.239946 ], [ 120.2292229, 30.2394856 ], [ 120.2291497, 30.2394327 ], [ 120.2283164, 30.2389682 ], [ 120.2281385, 30.2388529 ], [ 120.2274562, 30.2382028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325248, 30.2394396 ], [ 120.232635, 30.2395525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232635, 30.2395525 ], [ 120.2325248, 30.2394396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305929, 30.2406624 ], [ 120.2325248, 30.2394396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232635, 30.2395525 ], [ 120.2287004, 30.2419966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232635, 30.2395525 ], [ 120.2336804, 30.2406234 ], [ 120.2338476, 30.2407837 ], [ 120.2345732, 30.2414795 ], [ 120.2352796, 30.2422471 ], [ 120.2354513, 30.2424397 ], [ 120.2359387, 30.2429202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359387, 30.2429202 ], [ 120.2354513, 30.2424397 ], [ 120.2352796, 30.2422471 ], [ 120.2345732, 30.2414795 ], [ 120.2338476, 30.2407837 ], [ 120.2336804, 30.2406234 ], [ 120.232635, 30.2395525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2285924, 30.2418916 ], [ 120.2305929, 30.2406624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2285055, 30.241986 ], [ 120.2285924, 30.2418916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2285924, 30.2418916 ], [ 120.2287004, 30.2419966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441921, 30.2412462 ], [ 120.2439743, 30.2408668 ], [ 120.2437946, 30.2405372 ], [ 120.2434359, 30.2398791 ], [ 120.2431426, 30.2393869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2382222, 30.2417175 ], [ 120.2388958, 30.2414006 ], [ 120.2403317, 30.2406303 ], [ 120.242955, 30.2393036 ], [ 120.2430514, 30.2392548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2431426, 30.2393869 ], [ 120.2430255, 30.2394438 ], [ 120.2421049, 30.2398915 ], [ 120.2418048, 30.2400385 ], [ 120.241099, 30.2403971 ], [ 120.2404333, 30.2407433 ], [ 120.2397463, 30.2410881 ], [ 120.2383095, 30.2418142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441921, 30.2412462 ], [ 120.2443414, 30.2411653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443414, 30.2411653 ], [ 120.2444311, 30.2413056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244285, 30.2413792 ], [ 120.2441921, 30.2412462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444311, 30.2413056 ], [ 120.244285, 30.2413792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244285, 30.2413792 ], [ 120.2436833, 30.2416792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444311, 30.2413056 ], [ 120.2446826, 30.2417057 ], [ 120.2455963, 30.2431592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395023, 30.2433174 ], [ 120.2396585, 30.2433704 ], [ 120.2398037, 30.2433704 ], [ 120.242178, 30.2421783 ], [ 120.2430471, 30.2417238 ], [ 120.2432105, 30.2416384 ], [ 120.2436774, 30.2414152 ], [ 120.2441921, 30.2412462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454239, 30.2432392 ], [ 120.2447279, 30.2421269 ], [ 120.2445988, 30.2419207 ], [ 120.244285, 30.2413792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436833, 30.2416792 ], [ 120.2429489, 30.2421445 ], [ 120.2400671, 30.2436139 ], [ 120.2399601, 30.2437372 ], [ 120.2398931, 30.2438482 ], [ 120.2398792, 30.2439516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454239, 30.2432392 ], [ 120.2455963, 30.2431592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245503, 30.2433457 ], [ 120.2454239, 30.2432392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2456643, 30.2432499 ], [ 120.245503, 30.2433457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408684, 30.2455411 ], [ 120.2434977, 30.2442125 ], [ 120.2448082, 30.2435503 ], [ 120.2454239, 30.2432392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245503, 30.2433457 ], [ 120.2429772, 30.2446015 ], [ 120.2409166, 30.245626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2398792, 30.2439516 ], [ 120.2401318, 30.2443574 ], [ 120.2408684, 30.2455411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408684, 30.2455411 ], [ 120.2409166, 30.245626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406182, 30.245667 ], [ 120.2408684, 30.2455411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2286013, 30.2420819 ], [ 120.2285055, 30.241986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287004, 30.2419966 ], [ 120.2286013, 30.2420819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287004, 30.2419966 ], [ 120.2291653, 30.2424484 ], [ 120.2306412, 30.2439294 ], [ 120.2317611, 30.2450541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2316566, 30.2451224 ], [ 120.2304711, 30.2439679 ], [ 120.2289552, 30.2424363 ], [ 120.2286013, 30.2420819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317611, 30.2450541 ], [ 120.2321171, 30.2448794 ], [ 120.2359387, 30.2429202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359821, 30.242983 ], [ 120.2322017, 30.2449113 ], [ 120.2318597, 30.2451254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2316566, 30.2451224 ], [ 120.2317611, 30.2450541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317611, 30.2450541 ], [ 120.2318597, 30.2451254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317618, 30.2452087 ], [ 120.2317153, 30.2451657 ], [ 120.2316566, 30.2451224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2318597, 30.2451254 ], [ 120.2317618, 30.2452087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974958, 30.2297901 ], [ 120.197359, 30.2298892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949523, 30.2316563 ], [ 120.1954038, 30.2313087 ], [ 120.1954757, 30.2312534 ], [ 120.196075, 30.2307507 ], [ 120.1972334, 30.2297799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1914554, 30.2314427 ], [ 120.1914931, 30.231411 ], [ 120.1916902, 30.2312456 ], [ 120.1917628, 30.2311847 ], [ 120.19183, 30.2311283 ], [ 120.1919077, 30.2310631 ], [ 120.1921275, 30.2308785 ], [ 120.1921628, 30.2308488 ], [ 120.1930856, 30.2300423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930856, 30.2300423 ], [ 120.1921628, 30.2308488 ], [ 120.1921275, 30.2308785 ], [ 120.1919077, 30.2310631 ], [ 120.19183, 30.2311283 ], [ 120.1917628, 30.2311847 ], [ 120.1916902, 30.2312456 ], [ 120.1914931, 30.231411 ], [ 120.1914554, 30.2314427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197359, 30.2298892 ], [ 120.1964839, 30.2306055 ], [ 120.1955168, 30.2314171 ], [ 120.1951534, 30.2317493 ], [ 120.1951098, 30.2317891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949523, 30.2316563 ], [ 120.194048, 30.2308739 ], [ 120.1939745, 30.23081 ], [ 120.1930856, 30.2300423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930856, 30.2300423 ], [ 120.1939745, 30.23081 ], [ 120.194048, 30.2308739 ], [ 120.1949523, 30.2316563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913089, 30.2315662 ], [ 120.1914554, 30.2314427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1914554, 30.2314427 ], [ 120.1913089, 30.2315662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949523, 30.2316563 ], [ 120.1951098, 30.2317891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861594, 30.2317735 ], [ 120.1864468, 30.2316858 ], [ 120.1868378, 30.2315062 ], [ 120.1871799, 30.2313962 ], [ 120.1875266, 30.2312337 ], [ 120.1879072, 30.2310419 ], [ 120.1893161, 30.2301086 ], [ 120.1894751, 30.2299199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1859553, 30.2318597 ], [ 120.1861594, 30.2317735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861594, 30.2317735 ], [ 120.1864155, 30.2319704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862559, 30.2320778 ], [ 120.1859553, 30.2318597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1864155, 30.2319704 ], [ 120.1862559, 30.2320778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雷霆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1898323, 30.2328518 ], [ 120.1886482, 30.2317785 ], [ 120.188068, 30.2312565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雷霆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188068, 30.2312565 ], [ 120.1886482, 30.2317785 ], [ 120.1898323, 30.2328518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1913089, 30.2315662 ], [ 120.1912248, 30.2316394 ], [ 120.1911814, 30.2316772 ], [ 120.1904759, 30.2322914 ], [ 120.1898323, 30.2328518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1898323, 30.2328518 ], [ 120.1904759, 30.2322914 ], [ 120.1911814, 30.2316772 ], [ 120.1912248, 30.2316394 ], [ 120.1913089, 30.2315662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1864155, 30.2319704 ], [ 120.186687, 30.232263 ], [ 120.1869212, 30.2325417 ], [ 120.1870189, 30.2326579 ], [ 120.1872211, 30.232792 ], [ 120.188245, 30.2339673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鲲鹏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1951098, 30.2317891 ], [ 120.1949523, 30.2316563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1914554, 30.2314427 ], [ 120.1921927, 30.2321049 ], [ 120.1923799, 30.232273 ], [ 120.1931178, 30.232954 ], [ 120.1932212, 30.2330494 ], [ 120.1932583, 30.2330836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932583, 30.2330836 ], [ 120.1932937, 30.2330567 ], [ 120.1933929, 30.2329815 ], [ 120.1934862, 30.2329107 ], [ 120.1935098, 30.2328925 ], [ 120.1936138, 30.232805 ], [ 120.1949523, 30.2316563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931036, 30.2332196 ], [ 120.1930634, 30.2331822 ], [ 120.1929553, 30.2330816 ], [ 120.1921097, 30.2322948 ], [ 120.192023, 30.2322141 ], [ 120.1916985, 30.23192 ], [ 120.1913089, 30.2315662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1951098, 30.2317891 ], [ 120.1945702, 30.2322274 ], [ 120.1937617, 30.2328971 ], [ 120.19372, 30.2329331 ], [ 120.1936102, 30.2330261 ], [ 120.193501, 30.2331211 ], [ 120.1934316, 30.2331815 ], [ 120.1933862, 30.233221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931036, 30.2332196 ], [ 120.1932583, 30.2330836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932583, 30.2330836 ], [ 120.1933862, 30.233221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932717, 30.2333119 ], [ 120.1931036, 30.2332196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933862, 30.233221 ], [ 120.1932717, 30.2333119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917512, 30.2343921 ], [ 120.1924994, 30.2337435 ], [ 120.1929647, 30.2333401 ], [ 120.1930536, 30.233263 ], [ 120.1931036, 30.2332196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188245, 30.2339673 ], [ 120.1885902, 30.233691 ], [ 120.1890215, 30.233387 ], [ 120.1896906, 30.2329465 ], [ 120.1898323, 30.2328518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "望潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1898323, 30.2328518 ], [ 120.1896906, 30.2329465 ], [ 120.1890215, 30.233387 ], [ 120.1885902, 30.233691 ], [ 120.188245, 30.2339673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雷霆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1898323, 30.2328518 ], [ 120.1905564, 30.2334509 ], [ 120.1908406, 30.233665 ], [ 120.1910795, 30.2338449 ], [ 120.1912621, 30.2339936 ], [ 120.1916394, 30.234301 ], [ 120.191691, 30.2343431 ], [ 120.1917512, 30.2343921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雷霆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917512, 30.2343921 ], [ 120.191691, 30.2343431 ], [ 120.1916394, 30.234301 ], [ 120.1912621, 30.2339936 ], [ 120.1910795, 30.2338449 ], [ 120.1908406, 30.233665 ], [ 120.1905564, 30.2334509 ], [ 120.1898323, 30.2328518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1898516, 30.236007 ], [ 120.1898141, 30.2359662 ], [ 120.1897556, 30.2359028 ], [ 120.1890479, 30.2351341 ], [ 120.1886613, 30.2347097 ], [ 120.1878609, 30.2338309 ], [ 120.1873172, 30.233234 ], [ 120.1869088, 30.2328076 ], [ 120.1865183, 30.2324434 ], [ 120.1862559, 30.2320778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188245, 30.2339673 ], [ 120.1899311, 30.235783 ], [ 120.1899827, 30.2358385 ], [ 120.1900189, 30.2358775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900189, 30.2358775 ], [ 120.1901744, 30.2357405 ], [ 120.1908156, 30.2351753 ], [ 120.1912435, 30.2348109 ], [ 120.1913708, 30.2347058 ], [ 120.1916804, 30.2344505 ], [ 120.1917512, 30.2343921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900189, 30.2358775 ], [ 120.1901403, 30.2359913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1898516, 30.236007 ], [ 120.1900189, 30.2358775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901403, 30.2359913 ], [ 120.1899747, 30.2361247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963369, 30.2359235 ], [ 120.1963587, 30.235909 ], [ 120.1964068, 30.2358768 ], [ 120.1965869, 30.2357566 ], [ 120.1966278, 30.2357308 ], [ 120.1966652, 30.2357073 ], [ 120.1967758, 30.2356377 ], [ 120.1968569, 30.2355867 ], [ 120.1974798, 30.2352025 ], [ 120.1977336, 30.2350349 ], [ 120.1982099, 30.2346737 ], [ 120.198331, 30.2345818 ], [ 120.1989513, 30.2341113 ], [ 120.1999672, 30.2332495 ], [ 120.2001645, 30.2330821 ], [ 120.2002973, 30.2329694 ], [ 120.2003528, 30.2329224 ], [ 120.2007766, 30.2325628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2007766, 30.2325628 ], [ 120.2003528, 30.2329224 ], [ 120.2002973, 30.2329694 ], [ 120.2001645, 30.2330821 ], [ 120.1999672, 30.2332495 ], [ 120.1989513, 30.2341113 ], [ 120.198331, 30.2345818 ], [ 120.1982099, 30.2346737 ], [ 120.1977336, 30.2350349 ], [ 120.1974798, 30.2352025 ], [ 120.1968569, 30.2355867 ], [ 120.1967758, 30.2356377 ], [ 120.1966652, 30.2357073 ], [ 120.1966278, 30.2357308 ], [ 120.1965869, 30.2357566 ], [ 120.1964068, 30.2358768 ], [ 120.1963587, 30.235909 ], [ 120.1963369, 30.2359235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2050228, 30.2359751 ], [ 120.2049186, 30.235871 ], [ 120.2048635, 30.2358062 ], [ 120.2047659, 30.2357093 ], [ 120.2047075, 30.2356513 ], [ 120.2046775, 30.2356183 ], [ 120.2045143, 30.2354669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2051093, 30.2359094 ], [ 120.2050228, 30.2359751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997549, 30.239134 ], [ 120.1999742, 30.2389766 ], [ 120.2000444, 30.2389228 ], [ 120.2001192, 30.2388653 ], [ 120.2002276, 30.2387515 ], [ 120.201653, 30.237721 ], [ 120.2034019, 30.2364916 ], [ 120.2044203, 30.2357 ], [ 120.2045143, 30.2354669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963369, 30.2359235 ], [ 120.1964266, 30.2360041 ], [ 120.1970593, 30.2365725 ], [ 120.1977441, 30.2372539 ], [ 120.1984854, 30.2379396 ], [ 120.1985783, 30.2380304 ], [ 120.1988295, 30.2382756 ], [ 120.199454, 30.2388732 ], [ 120.199577, 30.2389812 ], [ 120.1997549, 30.239134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2050228, 30.2359751 ], [ 120.2037603, 30.2368821 ], [ 120.2017951, 30.2382378 ], [ 120.2011614, 30.2387074 ], [ 120.2004035, 30.2392377 ], [ 120.2003304, 30.2392888 ], [ 120.2001048, 30.2394467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.199634, 30.23922 ], [ 120.1997549, 30.239134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997549, 30.239134 ], [ 120.2001048, 30.2394467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1999166, 30.2395382 ], [ 120.199634, 30.23922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933862, 30.233221 ], [ 120.1934281, 30.2332599 ], [ 120.1934906, 30.2333178 ], [ 120.1945706, 30.2343188 ], [ 120.1955898, 30.2352448 ], [ 120.1962346, 30.2358306 ], [ 120.1963369, 30.2359235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.196203, 30.2359891 ], [ 120.1961137, 30.2359035 ], [ 120.1955998, 30.2354109 ], [ 120.1952657, 30.2351158 ], [ 120.1950306, 30.234906 ], [ 120.1944759, 30.2343962 ], [ 120.1939926, 30.2339465 ], [ 120.1933804, 30.2334076 ], [ 120.1933168, 30.2333516 ], [ 120.1932717, 30.2333119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932717, 30.2333119 ], [ 120.1932041, 30.2333685 ], [ 120.1930928, 30.2334615 ], [ 120.192631, 30.2338475 ], [ 120.1918875, 30.234469 ], [ 120.1918184, 30.2345292 ], [ 120.1902946, 30.2358568 ], [ 120.1901403, 30.2359913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963369, 30.2359235 ], [ 120.196203, 30.2359891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.196203, 30.2359891 ], [ 120.1963369, 30.2359235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932068, 30.2386731 ], [ 120.1936467, 30.2383067 ], [ 120.1939022, 30.2380774 ], [ 120.1943647, 30.2376623 ], [ 120.1946425, 30.2373509 ], [ 120.1947644, 30.2372143 ], [ 120.1950021, 30.2369478 ], [ 120.195384, 30.2365788 ], [ 120.1960922, 30.2360689 ], [ 120.1961251, 30.2360452 ], [ 120.196203, 30.2359891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.196203, 30.2359891 ], [ 120.1961251, 30.2360452 ], [ 120.1960922, 30.2360689 ], [ 120.195384, 30.2365788 ], [ 120.1950021, 30.2369478 ], [ 120.1947644, 30.2372143 ], [ 120.1946425, 30.2373509 ], [ 120.1943647, 30.2376623 ], [ 120.1939022, 30.2380774 ], [ 120.1936467, 30.2383067 ], [ 120.1932068, 30.2386731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901403, 30.2359913 ], [ 120.1901869, 30.2360314 ], [ 120.1902513, 30.2360869 ], [ 120.1905999, 30.2363869 ], [ 120.1908208, 30.236577 ], [ 120.1911479, 30.2368552 ], [ 120.1916572, 30.2373011 ], [ 120.1927307, 30.2382548 ], [ 120.1932068, 30.2386731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930939, 30.2388034 ], [ 120.192466, 30.2382762 ], [ 120.1914988, 30.2374641 ], [ 120.1907329, 30.2368 ], [ 120.1900951, 30.236232 ], [ 120.190017, 30.2361624 ], [ 120.1899747, 30.2361247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.199634, 30.23922 ], [ 120.1994749, 30.2390603 ], [ 120.1993608, 30.2389456 ], [ 120.1989397, 30.2385475 ], [ 120.1986843, 30.238295 ], [ 120.1984521, 30.2380353 ], [ 120.1982407, 30.2378499 ], [ 120.1976459, 30.2373282 ], [ 120.1969487, 30.2366449 ], [ 120.1966853, 30.2363996 ], [ 120.1963101, 30.2360803 ], [ 120.196203, 30.2359891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1899747, 30.2361247 ], [ 120.1898516, 30.236007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1864436, 30.2391302 ], [ 120.1865217, 30.2390488 ], [ 120.187078, 30.2384687 ], [ 120.1871187, 30.2384263 ], [ 120.1872819, 30.2382857 ], [ 120.1875904, 30.23802 ], [ 120.1878437, 30.2377907 ], [ 120.1880873, 30.2375703 ], [ 120.1887814, 30.2369529 ], [ 120.1897264, 30.2361176 ], [ 120.1898516, 30.236007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1899747, 30.2361247 ], [ 120.1898458, 30.2362408 ], [ 120.1889506, 30.2370473 ], [ 120.1882242, 30.2376873 ], [ 120.1875035, 30.238294 ], [ 120.1874305, 30.2383554 ], [ 120.1867875, 30.238985 ], [ 120.18665, 30.2391567 ], [ 120.1865616, 30.2392671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1864436, 30.2391302 ], [ 120.1865616, 30.2392671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862649, 30.2393233 ], [ 120.1864436, 30.2391302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "婺江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1865616, 30.2392671 ], [ 120.1863892, 30.2394585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863892, 30.2394585 ], [ 120.1863218, 30.2393852 ], [ 120.1862649, 30.2393233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1865616, 30.2392671 ], [ 120.1866651, 30.2393837 ], [ 120.1876391, 30.2402714 ], [ 120.1878103, 30.2404169 ], [ 120.1880917, 30.240656 ], [ 120.1884593, 30.240997 ], [ 120.1888698, 30.2413043 ], [ 120.1891653, 30.2415168 ], [ 120.1894194, 30.2416832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893273, 30.2417842 ], [ 120.1891937, 30.2417035 ], [ 120.1889654, 30.2415476 ], [ 120.1887285, 30.241388 ], [ 120.1884851, 30.2412061 ], [ 120.1879772, 30.2408004 ], [ 120.1879692, 30.2407937 ], [ 120.1868604, 30.2398612 ], [ 120.1865046, 30.2395571 ], [ 120.1863892, 30.2394585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189213, 30.2418763 ], [ 120.188681, 30.2415321 ], [ 120.1884499, 30.2413584 ], [ 120.1880502, 30.241058 ], [ 120.1878653, 30.2409104 ], [ 120.1873497, 30.2404443 ], [ 120.1864848, 30.2396958 ], [ 120.186452, 30.2396145 ], [ 120.1863892, 30.2394585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2001048, 30.2394467 ], [ 120.1999166, 30.2395382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963329, 30.241482 ], [ 120.1966521, 30.2412519 ], [ 120.1968955, 30.2410765 ], [ 120.1975178, 30.2407333 ], [ 120.1981316, 30.2402944 ], [ 120.1994357, 30.2393618 ], [ 120.199634, 30.23922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1999166, 30.2395382 ], [ 120.1997335, 30.2396776 ], [ 120.1989874, 30.2402454 ], [ 120.1982669, 30.2407938 ], [ 120.1966975, 30.2418635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2001048, 30.2394467 ], [ 120.2003504, 30.2396517 ], [ 120.2007064, 30.2399416 ], [ 120.2009804, 30.2401722 ], [ 120.2011128, 30.2403057 ], [ 120.2012819, 30.2404651 ], [ 120.2018263, 30.2411117 ], [ 120.2021181, 30.2415519 ], [ 120.2021745, 30.2416305 ], [ 120.2029099, 30.2426546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027756, 30.2427447 ], [ 120.2022645, 30.2420365 ], [ 120.2016962, 30.241249 ], [ 120.2012887, 30.2407396 ], [ 120.2009698, 30.2403714 ], [ 120.2005697, 30.2400467 ], [ 120.1999166, 30.2395382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029099, 30.2426546 ], [ 120.2031173, 30.2425093 ], [ 120.2033442, 30.2423241 ], [ 120.204411, 30.2415363 ], [ 120.2050622, 30.2410512 ], [ 120.2063793, 30.2400515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064544, 30.2401241 ], [ 120.2060979, 30.2404007 ], [ 120.2044816, 30.2416353 ], [ 120.2034498, 30.242449 ], [ 120.2032156, 30.2426258 ], [ 120.2030051, 30.2427631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027756, 30.2427447 ], [ 120.2029099, 30.2426546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029099, 30.2426546 ], [ 120.2030051, 30.2427631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028618, 30.2428614 ], [ 120.2027756, 30.2427447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930939, 30.2388034 ], [ 120.1932068, 30.2386731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932068, 30.2386731 ], [ 120.1930939, 30.2388034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932068, 30.2386731 ], [ 120.1943548, 30.2396205 ], [ 120.1951104, 30.2402918 ], [ 120.1951469, 30.240328 ], [ 120.1956915, 30.2408684 ], [ 120.1963329, 30.241482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1962103, 30.2416382 ], [ 120.1955351, 30.2409753 ], [ 120.1949082, 30.2403703 ], [ 120.1946431, 30.2401345 ], [ 120.1941087, 30.239665 ], [ 120.1930939, 30.2388034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1962103, 30.2416382 ], [ 120.1963329, 30.241482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963329, 30.241482 ], [ 120.1966975, 30.2418635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1965694, 30.2419485 ], [ 120.1962103, 30.2416382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1966975, 30.2418635 ], [ 120.1965694, 30.2419485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1936446, 30.2442913 ], [ 120.1937887, 30.2441536 ], [ 120.1940714, 30.2437914 ], [ 120.1943842, 30.2432911 ], [ 120.1946351, 30.2428897 ], [ 120.194935, 30.2425931 ], [ 120.1952904, 30.2422989 ], [ 120.1962103, 30.2416382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894194, 30.2416832 ], [ 120.1905535, 30.242389 ], [ 120.1918666, 30.2431824 ], [ 120.1922616, 30.2433907 ], [ 120.1927975, 30.2436732 ], [ 120.1930747, 30.2438472 ], [ 120.1933613, 30.2440426 ], [ 120.1936446, 30.2442913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "近江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893273, 30.2417842 ], [ 120.1894194, 30.2416832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "近江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894194, 30.2416832 ], [ 120.1893273, 30.2417842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "近江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189213, 30.2418763 ], [ 120.1893273, 30.2417842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "近江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1893273, 30.2417842 ], [ 120.189213, 30.2418763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900169, 30.2422128 ], [ 120.1895052, 30.2418916 ], [ 120.1893273, 30.2417842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1900169, 30.2422128 ], [ 120.189213, 30.2418763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋涛支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189213, 30.2418763 ], [ 120.1897379, 30.2430398 ], [ 120.1900295, 30.2434063 ], [ 120.1903202, 30.2437335 ], [ 120.1906618, 30.2440644 ], [ 120.1911028, 30.2445101 ], [ 120.1918182, 30.2452485 ], [ 120.1920297, 30.2454591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋涛支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1920297, 30.2454591 ], [ 120.1918182, 30.2452485 ], [ 120.1911028, 30.2445101 ], [ 120.1906618, 30.2440644 ], [ 120.1903202, 30.2437335 ], [ 120.1900295, 30.2434063 ], [ 120.1897379, 30.2430398 ], [ 120.189213, 30.2418763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "近江路", "新近江路(在建)" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.182369, 30.2454985 ], [ 120.1848926, 30.2441451 ], [ 120.1858641, 30.2436225 ], [ 120.187946, 30.2425684 ], [ 120.1888543, 30.2420714 ], [ 120.1889335, 30.2420281 ], [ 120.1890331, 30.2419736 ], [ 120.189213, 30.2418763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "近江路", "新近江路(在建)" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189213, 30.2418763 ], [ 120.1890331, 30.2419736 ], [ 120.1889335, 30.2420281 ], [ 120.1888543, 30.2420714 ], [ 120.187946, 30.2425684 ], [ 120.1858641, 30.2436225 ], [ 120.1848926, 30.2441451 ], [ 120.182369, 30.2454985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2030051, 30.2427631 ], [ 120.2028618, 30.2428614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1966975, 30.2418635 ], [ 120.1979556, 30.2431096 ], [ 120.1981255, 30.2432753 ], [ 120.1984545, 30.2435962 ], [ 120.1991969, 30.2443466 ], [ 120.1996373, 30.2448486 ], [ 120.1997662, 30.2450025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2030051, 30.2427631 ], [ 120.2034531, 30.2433566 ], [ 120.203568, 30.2435089 ], [ 120.2041607, 30.2442135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995932, 30.2451263 ], [ 120.1994693, 30.2449654 ], [ 120.1990505, 30.2444647 ], [ 120.1987548, 30.2441244 ], [ 120.1984361, 30.2438038 ], [ 120.1983843, 30.2437517 ], [ 120.1978113, 30.2432067 ], [ 120.1965694, 30.2419485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997662, 30.2450025 ], [ 120.2010845, 30.2440029 ], [ 120.2025569, 30.2429074 ], [ 120.2027756, 30.2427447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028618, 30.2428614 ], [ 120.2026593, 30.2430123 ], [ 120.2011778, 30.2441161 ], [ 120.1998529, 30.245106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054136, 30.2459651 ], [ 120.2048958, 30.2453718 ], [ 120.2039519, 30.2442904 ], [ 120.2033408, 30.2435681 ], [ 120.2028618, 30.2428614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041607, 30.2442135 ], [ 120.2046661, 30.244812 ], [ 120.2055638, 30.2458752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997662, 30.2450025 ], [ 120.1998529, 30.245106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995932, 30.2451263 ], [ 120.1997662, 30.2450025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1965694, 30.2419485 ], [ 120.1956819, 30.2425532 ], [ 120.1954237, 30.2427846 ], [ 120.1950815, 30.2431972 ], [ 120.1949828, 30.2433202 ], [ 120.194452, 30.2439816 ], [ 120.1942331, 30.2442538 ], [ 120.1940352, 30.2445043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1935327, 30.2444101 ], [ 120.1933112, 30.2442375 ], [ 120.193072, 30.2440633 ], [ 120.1927831, 30.2438734 ], [ 120.1919377, 30.243373 ], [ 120.1910488, 30.2428469 ], [ 120.1900169, 30.2422128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1935327, 30.2444101 ], [ 120.1936446, 30.2442913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1936446, 30.2442913 ], [ 120.1940352, 30.2445043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1938171, 30.2447045 ], [ 120.1935327, 30.2444101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940352, 30.2445043 ], [ 120.1938171, 30.2447045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1920297, 30.2454591 ], [ 120.1921219, 30.2453679 ], [ 120.1922365, 30.2452649 ], [ 120.1932178, 30.2446668 ], [ 120.1935327, 30.2444101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1938171, 30.2447045 ], [ 120.193496, 30.2449244 ], [ 120.1929992, 30.2451874 ], [ 120.1924053, 30.2455291 ], [ 120.1920199, 30.2457002 ], [ 120.1918974, 30.2457545 ], [ 120.1917156, 30.2458069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919069, 30.2455899 ], [ 120.1920297, 30.2454591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940352, 30.2445043 ], [ 120.1941955, 30.244669 ], [ 120.1943134, 30.24479 ], [ 120.1945635, 30.2450919 ], [ 120.1949054, 30.2455335 ], [ 120.1951461, 30.2460231 ], [ 120.1953261, 30.2465328 ], [ 120.1953458, 30.2465911 ], [ 120.1954723, 30.2469653 ], [ 120.1959433, 30.249698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1998529, 30.245106 ], [ 120.1996732, 30.2452301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1996732, 30.2452301 ], [ 120.1995932, 30.2451263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1998529, 30.245106 ], [ 120.2000685, 30.245418 ], [ 120.2004016, 30.2459368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2002498, 30.2460283 ], [ 120.1998078, 30.2454049 ], [ 120.1996732, 30.2452301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2004016, 30.2459368 ], [ 120.2020367, 30.2480035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020367, 30.2480035 ], [ 120.2036773, 30.2471555 ], [ 120.2043935, 30.2466645 ], [ 120.2052485, 30.2460783 ], [ 120.2054136, 30.2459651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.201738, 30.2481416 ], [ 120.200716, 30.2467721 ], [ 120.2005548, 30.2465268 ], [ 120.2002498, 30.2460283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055314, 30.2461186 ], [ 120.2054144, 30.2461926 ], [ 120.2053691, 30.2462224 ], [ 120.2044665, 30.246814 ], [ 120.2038684, 30.247206 ], [ 120.203779, 30.2472646 ], [ 120.2037051, 30.2473151 ], [ 120.2033187, 30.247542 ], [ 120.2021452, 30.2481819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.201738, 30.2481416 ], [ 120.2020367, 30.2480035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020367, 30.2480035 ], [ 120.2021452, 30.2481819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956146, 30.2497533 ], [ 120.195377, 30.2482842 ], [ 120.1951328, 30.247043 ], [ 120.1949977, 30.246605 ], [ 120.1949304, 30.2464532 ], [ 120.1947241, 30.245988 ], [ 120.1943945, 30.2453711 ], [ 120.194066, 30.245 ], [ 120.1938171, 30.2447045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984948, 30.2492209 ], [ 120.1982997, 30.2492659 ], [ 120.1975181, 30.2494728 ], [ 120.1970747, 30.2495901 ], [ 120.1960191, 30.2498801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956146, 30.2497533 ], [ 120.1959433, 30.249698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1959433, 30.249698 ], [ 120.1960191, 30.2498801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956496, 30.2499551 ], [ 120.1956146, 30.2497533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960191, 30.2498801 ], [ 120.1956496, 30.2499551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883379, 30.2504271 ], [ 120.1891031, 30.2504372 ], [ 120.1895904, 30.2504636 ], [ 120.1900469, 30.2505112 ], [ 120.1905837, 30.2505918 ], [ 120.1908859, 30.2506348 ], [ 120.1909601, 30.2506418 ], [ 120.1912591, 30.2506698 ], [ 120.191596, 30.2506759 ], [ 120.1918702, 30.2506513 ], [ 120.1921013, 30.2506161 ], [ 120.1922077, 30.250598 ], [ 120.1926188, 30.2505281 ], [ 120.1933674, 30.2503362 ], [ 120.1937143, 30.2502551 ], [ 120.1939401, 30.2502023 ], [ 120.1949268, 30.2499345 ], [ 120.1956146, 30.2497533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956496, 30.2499551 ], [ 120.1938279, 30.2504042 ], [ 120.1937819, 30.2504154 ], [ 120.1925258, 30.2507217 ], [ 120.1922322, 30.250778 ], [ 120.1917881, 30.250814 ], [ 120.1916858, 30.2508174 ], [ 120.1914828, 30.250824 ], [ 120.1911529, 30.2508287 ], [ 120.1907944, 30.2507874 ], [ 120.1906235, 30.2507677 ], [ 120.1901802, 30.2506915 ], [ 120.1899122, 30.2506455 ], [ 120.1893623, 30.2505825 ], [ 120.1888531, 30.250567 ], [ 120.1883409, 30.2505622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960191, 30.2498801 ], [ 120.1961602, 30.2508814 ], [ 120.1961984, 30.2512546 ], [ 120.196205, 30.2513561 ], [ 120.1962341, 30.2518005 ], [ 120.1963671, 30.2532301 ], [ 120.1963822, 30.2541604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960174, 30.2541917 ], [ 120.1960324, 30.2531026 ], [ 120.1957935, 30.2509417 ], [ 120.1956496, 30.2499551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883626, 30.2472582 ], [ 120.1885023, 30.2471834 ], [ 120.1891688, 30.2468267 ], [ 120.189556, 30.2466194 ], [ 120.1901134, 30.2463563 ], [ 120.1903611, 30.2462394 ], [ 120.1909107, 30.2460196 ], [ 120.1910443, 30.2459661 ], [ 120.1915304, 30.2457838 ], [ 120.1916876, 30.2456979 ], [ 120.1919069, 30.2455899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917156, 30.2458069 ], [ 120.1915622, 30.245872 ], [ 120.1912508, 30.2460099 ], [ 120.190655, 30.2462739 ], [ 120.1902036, 30.2465119 ], [ 120.1898622, 30.2466919 ], [ 120.1895609, 30.2468507 ], [ 120.1885414, 30.2473882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1850982, 30.2503988 ], [ 120.1869942, 30.2503673 ], [ 120.1878093, 30.2503706 ], [ 120.1883379, 30.2504271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185112, 30.2506509 ], [ 120.1850982, 30.2503988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1850982, 30.2503988 ], [ 120.185112, 30.2506509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883409, 30.2505622 ], [ 120.1879875, 30.2506234 ], [ 120.185112, 30.2506509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.185112, 30.2506509 ], [ 120.1850901, 30.2515496 ], [ 120.1850805, 30.2521182 ], [ 120.1850797, 30.2525848 ], [ 120.1850943, 30.2529248 ], [ 120.185114, 30.2533809 ], [ 120.1851254, 30.2542425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851254, 30.2542425 ], [ 120.185114, 30.2533809 ], [ 120.1850943, 30.2529248 ], [ 120.1850797, 30.2525848 ], [ 120.1850805, 30.2521182 ], [ 120.1850901, 30.2515496 ], [ 120.185112, 30.2506509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851196, 30.2543153 ], [ 120.1851254, 30.2542425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851254, 30.2542425 ], [ 120.1851196, 30.2543153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018553, 30.2483006 ], [ 120.201738, 30.2481416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2021452, 30.2481819 ], [ 120.2018553, 30.2483006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018553, 30.2483006 ], [ 120.2007814, 30.2486731 ], [ 120.2005145, 30.248747 ], [ 120.2002035, 30.2488332 ], [ 120.1997828, 30.2489236 ], [ 120.1994743, 30.2489828 ], [ 120.1988528, 30.2491298 ], [ 120.1985683, 30.2492039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1959433, 30.249698 ], [ 120.1979201, 30.2492248 ], [ 120.1996522, 30.2488102 ], [ 120.2003777, 30.2486463 ], [ 120.2004656, 30.2486203 ], [ 120.2008699, 30.2485004 ], [ 120.2013286, 30.248313 ], [ 120.201738, 30.2481416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985683, 30.2492039 ], [ 120.1984948, 30.2492209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2021452, 30.2481819 ], [ 120.2022717, 30.2483728 ], [ 120.2024222, 30.248585 ], [ 120.2034872, 30.2500455 ], [ 120.2036085, 30.2501979 ], [ 120.2039439, 30.2506434 ], [ 120.204073, 30.2508097 ], [ 120.2041969, 30.2509693 ], [ 120.2043096, 30.2510872 ], [ 120.2048331, 30.2516845 ], [ 120.2050712, 30.2519299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048623, 30.2520483 ], [ 120.2046931, 30.2518182 ], [ 120.2043046, 30.2513244 ], [ 120.2034785, 30.2502745 ], [ 120.2033381, 30.2501168 ], [ 120.2018553, 30.2483006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066852, 30.2544056 ], [ 120.2064146, 30.2539159 ], [ 120.2054165, 30.2526246 ], [ 120.201548, 30.2477321 ], [ 120.2006486, 30.2465001 ], [ 120.2005462, 30.2463895 ], [ 120.2002498, 30.2460283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2004016, 30.2459368 ], [ 120.2007462, 30.2464527 ], [ 120.2011083, 30.2469601 ], [ 120.2016339, 30.2476815 ], [ 120.2054818, 30.2525858 ], [ 120.2066087, 30.2540548 ], [ 120.2071676, 30.2547093 ], [ 120.2074111, 30.2549222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城园路路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985683, 30.2492039 ], [ 120.1988545, 30.250734 ], [ 120.1989082, 30.2509513 ], [ 120.1992943, 30.2522797 ], [ 120.1993998, 30.2527318 ], [ 120.1994388, 30.2528489 ], [ 120.1995007, 30.2532678 ], [ 120.1995713, 30.2538321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807111, 30.2515918 ], [ 120.180681, 30.251373 ], [ 120.1806362, 30.2511377 ], [ 120.1805563, 30.2510155 ], [ 120.1797256, 30.2497457 ], [ 120.1796501, 30.2495042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "解放东路", "解放路", "新城隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177149, 30.2522535 ], [ 120.1774291, 30.2522439 ], [ 120.1779955, 30.2521846 ], [ 120.1793024, 30.2520233 ], [ 120.1798454, 30.2519431 ], [ 120.1801259, 30.2518974 ], [ 120.1804169, 30.2518386 ], [ 120.1817308, 30.2514189 ], [ 120.1841342, 30.2506727 ], [ 120.1855326, 30.2504678 ], [ 120.1863534, 30.2504757 ], [ 120.1877405, 30.2504654 ], [ 120.1883379, 30.2504271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883409, 30.2505622 ], [ 120.1863478, 30.2505559 ], [ 120.1855756, 30.2505499 ], [ 120.1841707, 30.2507761 ], [ 120.1804734, 30.2519365 ], [ 120.1799389, 30.2520177 ], [ 120.1793057, 30.2520909 ], [ 120.1779853, 30.2522712 ], [ 120.1770935, 30.2524072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路 解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807111, 30.2515918 ], [ 120.180806, 30.2515094 ], [ 120.18086, 30.2514814 ], [ 120.1809641, 30.251451 ], [ 120.1810738, 30.2514461 ], [ 120.1811809, 30.2514671 ], [ 120.1812961, 30.2515248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路 解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1812961, 30.2515248 ], [ 120.1813651, 30.2515885 ], [ 120.1814135, 30.2516651 ], [ 120.1814384, 30.2517497 ], [ 120.181438, 30.251837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802439, 30.2517734 ], [ 120.180453, 30.251708 ], [ 120.18059, 30.2516568 ], [ 120.1807111, 30.2515918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路 解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808285, 30.2520875 ], [ 120.1807299, 30.2520135 ], [ 120.180664, 30.251916 ], [ 120.1806378, 30.2518054 ], [ 120.1806541, 30.2516933 ], [ 120.1807111, 30.2515918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1802439, 30.2517734 ], [ 120.1803533, 30.2518034 ], [ 120.1804272, 30.2518806 ], [ 120.1804334, 30.2519871 ], [ 120.1803585, 30.2520435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路 解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181438, 30.251837 ], [ 120.181399, 30.2519471 ], [ 120.1813205, 30.2520402 ], [ 120.181211, 30.252106 ], [ 120.1810826, 30.2521372 ], [ 120.1809495, 30.2521304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177149, 30.2522535 ], [ 120.177443, 30.2521641 ], [ 120.177531, 30.2521373 ], [ 120.1778229, 30.2521058 ], [ 120.1797378, 30.2518521 ], [ 120.1802439, 30.2517734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984948, 30.2492209 ], [ 120.1987657, 30.250753 ], [ 120.1988335, 30.2509736 ], [ 120.1992196, 30.252302 ], [ 120.1993251, 30.2527541 ], [ 120.1993454, 30.2528603 ], [ 120.199426, 30.2532901 ], [ 120.1994717, 30.2538432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048623, 30.2520483 ], [ 120.2050712, 30.2519299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2050712, 30.2519299 ], [ 120.2051827, 30.2520514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2049503, 30.252234 ], [ 120.2048623, 30.2520483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2051827, 30.2520514 ], [ 120.2049503, 30.252234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024099, 30.2533502 ], [ 120.2032445, 30.2530403 ], [ 120.2036877, 30.252801 ], [ 120.2040042, 30.2525897 ], [ 120.2043434, 30.2523717 ], [ 120.2048623, 30.2520483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2049503, 30.252234 ], [ 120.2044644, 30.2525374 ], [ 120.2038889, 30.2528664 ], [ 120.203635, 30.253024 ], [ 120.2033508, 30.2531685 ], [ 120.202972, 30.2533264 ], [ 120.2024887, 30.2535283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2021886, 30.2534367 ], [ 120.2022961, 30.2533954 ], [ 120.2024099, 30.2533502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024099, 30.2533502 ], [ 120.2024887, 30.2535283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202265, 30.2535936 ], [ 120.2021886, 30.2534367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024887, 30.2535283 ], [ 120.202265, 30.2535936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995713, 30.2538321 ], [ 120.2002432, 30.2538438 ], [ 120.2007203, 30.2537854 ], [ 120.2012281, 30.2537004 ], [ 120.2016929, 30.2536005 ], [ 120.2021886, 30.2534367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1994717, 30.2538432 ], [ 120.1995713, 30.2538321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202265, 30.2535936 ], [ 120.2016474, 30.2537582 ], [ 120.2014529, 30.2537986 ], [ 120.2011499, 30.2538615 ], [ 120.2007135, 30.2539322 ], [ 120.200197, 30.2539869 ], [ 120.19958, 30.2540456 ], [ 120.1992979, 30.2540724 ], [ 120.1983434, 30.2541685 ], [ 120.1978757, 30.2542065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963822, 30.2541604 ], [ 120.197709, 30.2540403 ], [ 120.1979465, 30.2540146 ], [ 120.1986345, 30.2539373 ], [ 120.1994717, 30.2538432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024887, 30.2535283 ], [ 120.202699, 30.2539873 ], [ 120.2030193, 30.2546083 ], [ 120.2031946, 30.2549839 ], [ 120.2033244, 30.255262 ], [ 120.2036269, 30.2560174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034022, 30.2560597 ], [ 120.203384, 30.255961 ], [ 120.2031192, 30.2552844 ], [ 120.2030683, 30.2551718 ], [ 120.2028701, 30.2547335 ], [ 120.2028397, 30.2546762 ], [ 120.202265, 30.2535936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.201397, 30.2562113 ], [ 120.2009629, 30.2559773 ], [ 120.200705, 30.2558383 ], [ 120.2001162, 30.2554912 ], [ 120.1997589, 30.255285 ], [ 120.1983299, 30.2544666 ], [ 120.1978757, 30.2542065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1978757, 30.2542065 ], [ 120.1983299, 30.2544666 ], [ 120.1997589, 30.255285 ], [ 120.2001162, 30.2554912 ], [ 120.200705, 30.2558383 ], [ 120.2009629, 30.2559773 ], [ 120.201397, 30.2562113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034022, 30.2560597 ], [ 120.2036269, 30.2560174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808285, 30.2520875 ], [ 120.1807558, 30.2520811 ], [ 120.1803585, 30.2520435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路 解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1809495, 30.2521304 ], [ 120.1808285, 30.2520875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803585, 30.2520435 ], [ 120.1797666, 30.252124 ], [ 120.1777496, 30.2523985 ], [ 120.1774724, 30.2523894 ], [ 120.1770935, 30.2524072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181438, 30.251837 ], [ 120.1815211, 30.2520493 ], [ 120.1816482, 30.2523292 ], [ 120.1818271, 30.2526312 ], [ 120.182075, 30.2531088 ], [ 120.1823515, 30.2537479 ], [ 120.1824389, 30.2539639 ], [ 120.1825425, 30.2543695 ], [ 120.1826543, 30.2554904 ], [ 120.1827011, 30.2562039 ], [ 120.1827133, 30.2564274 ], [ 120.1827621, 30.2580989 ], [ 120.1827824, 30.2592402 ], [ 120.182819, 30.2600688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1826929, 30.2600776 ], [ 120.1826788, 30.2592244 ], [ 120.1826588, 30.2582854 ], [ 120.1826037, 30.2563973 ], [ 120.1825871, 30.2562206 ], [ 120.1825439, 30.2555254 ], [ 120.1824567, 30.2546448 ], [ 120.1824366, 30.2544424 ], [ 120.1823823, 30.2542194 ], [ 120.1823264, 30.2539899 ], [ 120.1821836, 30.2536147 ], [ 120.1817413, 30.2526716 ], [ 120.1815126, 30.2523993 ], [ 120.1814094, 30.2523337 ], [ 120.1812919, 30.252259 ], [ 120.1811658, 30.2521871 ], [ 120.1809495, 30.2521304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.182819, 30.2600688 ], [ 120.1829295, 30.2600688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1826929, 30.2600776 ], [ 120.182819, 30.2600688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "庆春东路", "庆春立交" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795594, 30.2603173 ], [ 120.1800531, 30.2603245 ], [ 120.1815104, 30.2602612 ], [ 120.1833871, 30.2601441 ], [ 120.1850787, 30.2600469 ], [ 120.1861078, 30.2599886 ], [ 120.1867306, 30.259987 ], [ 120.1871412, 30.2599817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795594, 30.2603173 ], [ 120.1799574, 30.2602328 ], [ 120.1802623, 30.2602152 ], [ 120.1810946, 30.2601671 ], [ 120.1826009, 30.260075 ], [ 120.1826929, 30.2600776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.182819, 30.2600688 ], [ 120.1828137, 30.2603369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765628, 30.1557639 ], [ 120.0766211, 30.1562162 ], [ 120.0766642, 30.1572688 ], [ 120.0766805, 30.1576489 ], [ 120.076719, 30.1585145 ], [ 120.0767775, 30.1601997 ], [ 120.0767911, 30.1605319 ], [ 120.0768189, 30.1612143 ], [ 120.0768278, 30.161703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0813873, 30.1567388 ], [ 120.0801217, 30.1598102 ], [ 120.079934, 30.1602808 ], [ 120.0797743, 30.160681 ], [ 120.0793764, 30.1616784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793764, 30.1616784 ], [ 120.0797743, 30.160681 ], [ 120.079934, 30.1602808 ], [ 120.0801217, 30.1598102 ], [ 120.0813873, 30.1567388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院北街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0768278, 30.161703 ], [ 120.07666, 30.1616396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院北街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07666, 30.1616396 ], [ 120.0768278, 30.161703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0768278, 30.161703 ], [ 120.0793764, 30.1616784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793764, 30.1616784 ], [ 120.0768278, 30.161703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0853652, 30.1633616 ], [ 120.0858575, 30.1627816 ], [ 120.0868813, 30.1615335 ], [ 120.0878292, 30.1603467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0878292, 30.1603467 ], [ 120.0868813, 30.1615335 ], [ 120.0858575, 30.1627816 ], [ 120.0853652, 30.1633616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0853652, 30.1633616 ], [ 120.0852189, 30.1632851 ], [ 120.0850372, 30.1631724 ], [ 120.0848627, 30.1630642 ], [ 120.0844808, 30.162851 ], [ 120.0840423, 30.1626504 ], [ 120.0838834, 30.1625777 ], [ 120.0834941, 30.1624394 ], [ 120.0826577, 30.1621794 ], [ 120.0825474, 30.1621451 ], [ 120.0821921, 30.1620714 ], [ 120.0819218, 30.16208 ], [ 120.0815309, 30.1621119 ], [ 120.0811161, 30.1621602 ], [ 120.0807855, 30.1621571 ], [ 120.0804523, 30.1620845 ], [ 120.0800988, 30.1619784 ], [ 120.0793764, 30.1616784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院北街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0706069, 30.1603722 ], [ 120.0689904, 30.1599433 ], [ 120.0687676, 30.1598842 ], [ 120.0676972, 30.1596002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院北街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07666, 30.1616396 ], [ 120.0753098, 30.1614815 ], [ 120.0748895, 30.1614475 ], [ 120.0743489, 30.1613379 ], [ 120.0737639, 30.1611776 ], [ 120.0736723, 30.1611525 ], [ 120.0730747, 30.1609887 ], [ 120.0706069, 30.1603722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美院北街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0706069, 30.1603722 ], [ 120.0730747, 30.1609887 ], [ 120.0736723, 30.1611525 ], [ 120.0737639, 30.1611776 ], [ 120.0743489, 30.1613379 ], [ 120.0748895, 30.1614475 ], [ 120.0753098, 30.1614815 ], [ 120.07666, 30.1616396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676972, 30.1596002 ], [ 120.0674989, 30.1598778 ], [ 120.0668695, 30.1613856 ], [ 120.0663164, 30.1626777 ], [ 120.0660959, 30.1631929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "象山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660959, 30.1631929 ], [ 120.0663164, 30.1626777 ], [ 120.0668695, 30.1613856 ], [ 120.0674989, 30.1598778 ], [ 120.0676972, 30.1596002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0706069, 30.1603722 ], [ 120.0700118, 30.1622335 ], [ 120.0693814, 30.1640368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0693814, 30.1640368 ], [ 120.0700118, 30.1622335 ], [ 120.0706069, 30.1603722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660959, 30.1631929 ], [ 120.0693814, 30.1640368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0693814, 30.1640368 ], [ 120.0660959, 30.1631929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0693814, 30.1640368 ], [ 120.0684053, 30.1656522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793764, 30.1616784 ], [ 120.0800988, 30.1619784 ], [ 120.0804523, 30.1620845 ], [ 120.0807855, 30.1621571 ], [ 120.0811161, 30.1621602 ], [ 120.0815309, 30.1621119 ], [ 120.0819218, 30.16208 ], [ 120.0821921, 30.1620714 ], [ 120.0825474, 30.1621451 ], [ 120.0826577, 30.1621794 ], [ 120.0834941, 30.1624394 ], [ 120.0838834, 30.1625777 ], [ 120.0840423, 30.1626504 ], [ 120.0844808, 30.162851 ], [ 120.0848627, 30.1630642 ], [ 120.0850372, 30.1631724 ], [ 120.0852189, 30.1632851 ], [ 120.0853652, 30.1633616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0768278, 30.161703 ], [ 120.0768411, 30.1619946 ], [ 120.0768662, 30.1626852 ], [ 120.0769617, 30.1632454 ], [ 120.0770299, 30.1634575 ], [ 120.0771372, 30.1637035 ], [ 120.0772444, 30.1639081 ], [ 120.0775299, 30.1642266 ], [ 120.0778382, 30.1645807 ], [ 120.0782736, 30.1650913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "洙泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0778731, 30.1654306 ], [ 120.0774975, 30.1650585 ], [ 120.077319, 30.1648104 ], [ 120.077168, 30.1645505 ], [ 120.076958, 30.16407 ], [ 120.076859, 30.1637978 ], [ 120.0767557, 30.163433 ], [ 120.0767117, 30.1628216 ], [ 120.0766762, 30.1623365 ], [ 120.07666, 30.1616396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0853652, 30.1633616 ], [ 120.0854588, 30.1634249 ], [ 120.087139, 30.1645603 ], [ 120.0875825, 30.1648908 ], [ 120.0878154, 30.1650942 ], [ 120.0880265, 30.1652785 ], [ 120.0883341, 30.1656607 ], [ 120.0885456, 30.1659805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "珊瑚沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0885456, 30.1659805 ], [ 120.0883341, 30.1656607 ], [ 120.0880265, 30.1652785 ], [ 120.0878154, 30.1650942 ], [ 120.0875825, 30.1648908 ], [ 120.087139, 30.1645603 ], [ 120.0854588, 30.1634249 ], [ 120.0853652, 30.1633616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803291, 30.1666024 ], [ 120.0806331, 30.1663256 ], [ 120.0808879, 30.1661314 ], [ 120.0811194, 30.1659937 ], [ 120.08144, 30.1658852 ], [ 120.0817716, 30.1658398 ], [ 120.0821514, 30.1658581 ], [ 120.0825016, 30.1658564 ], [ 120.0826826, 30.1658263 ], [ 120.0828179, 30.1658038 ], [ 120.0831052, 30.1657303 ], [ 120.0834123, 30.1656178 ], [ 120.083475, 30.1655757 ], [ 120.0836054, 30.1654881 ], [ 120.0838354, 30.1653201 ], [ 120.0840548, 30.1651165 ], [ 120.0844304, 30.1646869 ], [ 120.0846726, 30.1643436 ], [ 120.0847681, 30.1642082 ], [ 120.0853652, 30.1633616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0853652, 30.1633616 ], [ 120.0847681, 30.1642082 ], [ 120.0846726, 30.1643436 ], [ 120.0844304, 30.1646869 ], [ 120.0840548, 30.1651165 ], [ 120.0838354, 30.1653201 ], [ 120.0836054, 30.1654881 ], [ 120.083475, 30.1655757 ], [ 120.0834123, 30.1656178 ], [ 120.0831052, 30.1657303 ], [ 120.0828179, 30.1658038 ], [ 120.0826826, 30.1658263 ], [ 120.0825016, 30.1658564 ], [ 120.0821514, 30.1658581 ], [ 120.0817716, 30.1658398 ], [ 120.08144, 30.1658852 ], [ 120.0811194, 30.1659937 ], [ 120.0808879, 30.1661314 ], [ 120.0806331, 30.1663256 ], [ 120.0803291, 30.1666024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0778731, 30.1654306 ], [ 120.0782736, 30.1650913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0782736, 30.1650913 ], [ 120.0778731, 30.1654306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留转公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0778731, 30.1654306 ], [ 120.0771759, 30.1654113 ], [ 120.0768254, 30.1654609 ], [ 120.0766933, 30.1654785 ], [ 120.0766477, 30.1654848 ], [ 120.0754263, 30.1657607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0684053, 30.1656522 ], [ 120.0693814, 30.1640368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0754263, 30.1657607 ], [ 120.0749677, 30.1655252 ], [ 120.0748908, 30.1654972 ], [ 120.0748442, 30.1654803 ], [ 120.0745638, 30.1653988 ], [ 120.0743082, 30.1653246 ], [ 120.0738813, 30.1652005 ], [ 120.0728329, 30.1649282 ], [ 120.0696364, 30.164098 ], [ 120.0693814, 30.1640368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0693814, 30.1640368 ], [ 120.0696364, 30.164098 ], [ 120.0728329, 30.1649282 ], [ 120.0738813, 30.1652005 ], [ 120.0743082, 30.1653246 ], [ 120.0745638, 30.1653988 ], [ 120.0748442, 30.1654803 ], [ 120.0748908, 30.1654972 ], [ 120.0749677, 30.1655252 ], [ 120.0754263, 30.1657607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留转公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0716344, 30.1688877 ], [ 120.0726215, 30.167823 ], [ 120.0735549, 30.1670346 ], [ 120.0740323, 30.1666838 ], [ 120.0746197, 30.1662879 ], [ 120.0749295, 30.1660707 ], [ 120.0751159, 30.16594 ], [ 120.0754263, 30.1657607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留转公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0754263, 30.1657607 ], [ 120.0751159, 30.16594 ], [ 120.0749295, 30.1660707 ], [ 120.0746197, 30.1662879 ], [ 120.0740323, 30.1666838 ], [ 120.0735549, 30.1670346 ], [ 120.0726215, 30.167823 ], [ 120.0716344, 30.1688877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701076, 30.1679579 ], [ 120.0702488, 30.167996 ], [ 120.0704104, 30.1680396 ], [ 120.0707917, 30.1681424 ], [ 120.0709602, 30.1682093 ], [ 120.071117, 30.1682916 ], [ 120.0712708, 30.1684228 ], [ 120.0714543, 30.1687088 ], [ 120.0716344, 30.1688877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方家横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0716344, 30.1688877 ], [ 120.0714543, 30.1687088 ], [ 120.0712708, 30.1684228 ], [ 120.071117, 30.1682916 ], [ 120.0709602, 30.1682093 ], [ 120.0707917, 30.1681424 ], [ 120.0704104, 30.1680396 ], [ 120.0702488, 30.167996 ], [ 120.0701076, 30.1679579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0716344, 30.1688877 ], [ 120.0717335, 30.1689779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717335, 30.1689779 ], [ 120.0716344, 30.1688877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717335, 30.1689779 ], [ 120.0718624, 30.1690796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留转公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0754263, 30.1657607 ], [ 120.0766477, 30.1654848 ], [ 120.0766933, 30.1654785 ], [ 120.0768254, 30.1654609 ], [ 120.0771759, 30.1654113 ], [ 120.0778731, 30.1654306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0782736, 30.1650913 ], [ 120.0786206, 30.1655317 ], [ 120.0786602, 30.1655657 ], [ 120.0789281, 30.1657957 ], [ 120.0798278, 30.1663054 ], [ 120.0803291, 30.1666024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0802253, 30.1666602 ], [ 120.0794274, 30.1662515 ], [ 120.0792919, 30.1661821 ], [ 120.0783495, 30.1656497 ], [ 120.0778731, 30.1654306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0802253, 30.1666602 ], [ 120.0803291, 30.1666024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803291, 30.1666024 ], [ 120.0803233, 30.1667121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803233, 30.1667121 ], [ 120.0802253, 30.1666602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0854748, 30.1693767 ], [ 120.0855473, 30.1692559 ], [ 120.0856977, 30.1690284 ], [ 120.0858772, 30.1687805 ], [ 120.0860026, 30.1686026 ], [ 120.0863801, 30.1680674 ], [ 120.0865678, 30.1677984 ], [ 120.086656, 30.167673 ], [ 120.0871003, 30.1670715 ], [ 120.0873968, 30.1668136 ], [ 120.0875404, 30.1666886 ], [ 120.0875865, 30.1666536 ], [ 120.0881592, 30.1662188 ], [ 120.0884553, 30.1660362 ], [ 120.0885456, 30.1659805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717335, 30.1689779 ], [ 120.072243, 30.1687773 ], [ 120.0728596, 30.1686574 ], [ 120.0745182, 30.1684839 ], [ 120.0750155, 30.1684398 ], [ 120.0757993, 30.1683702 ], [ 120.076149, 30.1682846 ], [ 120.0765425, 30.1681884 ], [ 120.0770444, 30.1679673 ], [ 120.0776706, 30.1677173 ], [ 120.0777676, 30.1676994 ], [ 120.078151, 30.1676285 ], [ 120.0782566, 30.1676236 ], [ 120.0785119, 30.1676119 ], [ 120.078911, 30.1675871 ], [ 120.0792456, 30.1674714 ], [ 120.0794559, 30.1673268 ], [ 120.0802253, 30.1666602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803233, 30.1667121 ], [ 120.0801992, 30.1668474 ], [ 120.0797044, 30.1672813 ], [ 120.079355, 30.1675383 ], [ 120.0792886, 30.1675871 ], [ 120.0789636, 30.1676904 ], [ 120.0787054, 30.1677256 ], [ 120.0785379, 30.1677296 ], [ 120.0782752, 30.1677359 ], [ 120.0779478, 30.167769 ], [ 120.077575, 30.1678929 ], [ 120.07687, 30.1681636 ], [ 120.0763681, 30.1683454 ], [ 120.0757706, 30.1684797 ], [ 120.0749915, 30.1685603 ], [ 120.0738669, 30.1686749 ], [ 120.0729026, 30.1687732 ], [ 120.0724748, 30.168862 ], [ 120.0721426, 30.1689694 ], [ 120.0718624, 30.1690796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803291, 30.1666024 ], [ 120.0815558, 30.1672225 ], [ 120.0821204, 30.1675251 ], [ 120.0824848, 30.1677204 ], [ 120.0844472, 30.1688235 ], [ 120.0849102, 30.1690738 ], [ 120.0854748, 30.1693767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0854748, 30.1693767 ], [ 120.0857096, 30.1695021 ], [ 120.0861117, 30.1696942 ], [ 120.0866047, 30.1698854 ], [ 120.0873598, 30.1701386 ], [ 120.0877956, 30.1702849 ], [ 120.0888347, 30.1706405 ], [ 120.0892985, 30.1707924 ], [ 120.090019, 30.171043 ], [ 120.0904738, 30.1712567 ], [ 120.0907529, 30.1714818 ], [ 120.0909896, 30.1717253 ], [ 120.091855, 30.1728373 ], [ 120.0922413, 30.173361 ], [ 120.0923364, 30.1734924 ], [ 120.0926311, 30.1738999 ], [ 120.0929566, 30.1742652 ], [ 120.0931913, 30.1744701 ], [ 120.0934543, 30.1746535 ], [ 120.0937709, 30.1748239 ], [ 120.0940861, 30.1749944 ], [ 120.0947005, 30.1753091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0946834, 30.1754184 ], [ 120.0945705, 30.1753532 ], [ 120.0939197, 30.1750041 ], [ 120.0936307, 30.1748499 ], [ 120.0933085, 30.1746718 ], [ 120.0930892, 30.1745083 ], [ 120.0928501, 30.1742976 ], [ 120.0926766, 30.174113 ], [ 120.0921978, 30.1734762 ], [ 120.0921278, 30.1733865 ], [ 120.0917102, 30.1728517 ], [ 120.0912064, 30.1721724 ], [ 120.0911145, 30.1720605 ], [ 120.0909066, 30.1718073 ], [ 120.0908534, 30.1717465 ], [ 120.0907496, 30.1716278 ], [ 120.0905537, 30.1714605 ], [ 120.0903902, 30.1713513 ], [ 120.0902288, 30.1712538 ], [ 120.0898012, 30.1710788 ], [ 120.088091, 30.1705001 ], [ 120.0877815, 30.1703983 ], [ 120.0871084, 30.1701739 ], [ 120.0866144, 30.1700034 ], [ 120.0863681, 30.1699184 ], [ 120.0856561, 30.1696048 ], [ 120.08541, 30.1694842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0947005, 30.1753091 ], [ 120.0948101, 30.1751316 ], [ 120.0950747, 30.174727 ], [ 120.0954139, 30.1742018 ], [ 120.0955888, 30.1739282 ], [ 120.0959121, 30.1734422 ], [ 120.096646, 30.1723541 ], [ 120.0968069, 30.1721155 ], [ 120.0977719, 30.1709323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0978981, 30.1709943 ], [ 120.0969303, 30.1721782 ], [ 120.0967453, 30.1724326 ], [ 120.0958208, 30.1737705 ], [ 120.0954953, 30.1742414 ], [ 120.095165, 30.1747741 ], [ 120.0948842, 30.1751755 ], [ 120.094762, 30.1753451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0947005, 30.1753091 ], [ 120.094762, 30.1753451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江涵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0946834, 30.1754184 ], [ 120.0947005, 30.1753091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.094762, 30.1753451 ], [ 120.0946834, 30.1754184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10258, 30.1791025 ], [ 120.102449, 30.1790246 ], [ 120.1022275, 30.1788907 ], [ 120.1018214, 30.1786983 ], [ 120.1015822, 30.1786119 ], [ 120.1013084, 30.1785205 ], [ 120.1007807, 30.1783976 ], [ 120.1004852, 30.1783514 ], [ 120.1002897, 30.1782784 ], [ 120.0998173, 30.178102 ], [ 120.0994252, 30.1779395 ], [ 120.0993377, 30.1779032 ], [ 120.0989121, 30.1777148 ], [ 120.0984299, 30.1774797 ], [ 120.098197, 30.1773553 ], [ 120.0979315, 30.1771997 ], [ 120.0977433, 30.1770343 ], [ 120.0972286, 30.1767163 ], [ 120.0960012, 30.1761089 ], [ 120.0955363, 30.1758705 ], [ 120.0951318, 30.1756632 ], [ 120.0946834, 30.1754184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "雪峰梅灵隧道", "梅灵南路", "梅灵北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1016444, 30.2392491 ], [ 120.1014847, 30.2391712 ], [ 120.1012957, 30.2390816 ], [ 120.1008304, 30.2388611 ], [ 120.1006303, 30.2387609 ], [ 120.1004338, 30.2386525 ], [ 120.1002931, 30.2385489 ], [ 120.1001681, 30.2384549 ], [ 120.1000433, 30.238338 ], [ 120.0999132, 30.2381712 ], [ 120.0996289, 30.2377158 ], [ 120.0993016, 30.2372222 ], [ 120.0990428, 30.2367275 ], [ 120.0988322, 30.2363868 ], [ 120.0986874, 30.2362038 ], [ 120.0985412, 30.2360624 ], [ 120.0983199, 30.2359176 ], [ 120.0982461, 30.2358754 ], [ 120.0980243, 30.2357483 ], [ 120.0978696, 30.2356739 ], [ 120.097783, 30.2356318 ], [ 120.0976843, 30.2355837 ], [ 120.0973351, 30.2354068 ], [ 120.0970872, 30.2353083 ], [ 120.0967752, 30.2352253 ], [ 120.0965731, 30.2351234 ], [ 120.0963911, 30.2349918 ], [ 120.0961744, 30.2348261 ], [ 120.0959134, 30.2346475 ], [ 120.0956957, 30.2344655 ], [ 120.0955287, 30.2343052 ], [ 120.0954355, 30.2341272 ], [ 120.0953584, 30.233916 ], [ 120.0949358, 30.2328683 ], [ 120.0947608, 30.2325878 ], [ 120.0946311, 30.2323599 ], [ 120.0944101, 30.2320822 ], [ 120.0942475, 30.2318115 ], [ 120.0942113, 30.2315293 ], [ 120.0941844, 30.2312548 ], [ 120.0941968, 30.2310411 ], [ 120.094176, 30.2309117 ], [ 120.094141, 30.2306932 ], [ 120.0940991, 30.2305804 ], [ 120.0939497, 30.2301782 ], [ 120.0938845, 30.2299719 ], [ 120.0938407, 30.2297683 ], [ 120.0938083, 30.2296049 ], [ 120.0937789, 30.2294442 ], [ 120.0936733, 30.2292215 ], [ 120.0934866, 30.2289862 ], [ 120.0932988, 30.2288426 ], [ 120.0925347, 30.2282338 ], [ 120.09241, 30.2281602 ], [ 120.0920287, 30.227935 ], [ 120.0915413, 30.2275988 ], [ 120.0911882, 30.2273503 ], [ 120.0911659, 30.2273362 ], [ 120.0910854, 30.2272851 ], [ 120.0910516, 30.2272636 ], [ 120.0906555, 30.2270121 ], [ 120.0868617, 30.2254044 ], [ 120.083387, 30.2235046 ], [ 120.0811866, 30.2214484 ], [ 120.081098, 30.2213143 ], [ 120.0797555, 30.2192579 ], [ 120.0795856, 30.2189745 ], [ 120.0795191, 30.2187352 ], [ 120.0795407, 30.2185056 ], [ 120.0796116, 30.2183236 ], [ 120.0797469, 30.2181503 ], [ 120.0799069, 30.2179831 ], [ 120.0800959, 30.2177786 ], [ 120.0801725, 30.2176535 ], [ 120.0801957, 30.2176155 ], [ 120.08026, 30.2174309 ], [ 120.0802635, 30.2172762 ], [ 120.0802245, 30.2171092 ], [ 120.0801792, 30.2169528 ], [ 120.0801498, 30.2168059 ], [ 120.080161, 30.216624 ], [ 120.0802095, 30.2164858 ], [ 120.080433, 30.2161902 ], [ 120.0808069, 30.2157482 ], [ 120.0808939, 30.215401 ], [ 120.0809634, 30.2151364 ], [ 120.0810133, 30.2149503 ], [ 120.0810454, 30.2147582 ], [ 120.0810043, 30.214422 ], [ 120.0809296, 30.2140736 ], [ 120.0808498, 30.213814 ], [ 120.0807824, 30.2135422 ], [ 120.0807713, 30.2134037 ], [ 120.0807632, 30.2130744 ], [ 120.0809199, 30.2126206 ], [ 120.0811979, 30.2122098 ], [ 120.0814127, 30.2119712 ], [ 120.0814893, 30.211781 ], [ 120.0815092, 30.2115939 ], [ 120.0814972, 30.2113059 ], [ 120.0815347, 30.2110148 ], [ 120.0816987, 30.2106539 ], [ 120.0818877, 30.2103078 ], [ 120.0820701, 30.2100972 ], [ 120.0822702, 30.2099234 ], [ 120.0826606, 30.2095706 ], [ 120.0829427, 30.2091919 ], [ 120.0832074, 30.2086918 ], [ 120.0834075, 30.2083061 ], [ 120.0836572, 30.2079327 ], [ 120.0837211, 30.207785 ], [ 120.0837766, 30.2076566 ], [ 120.0837959, 30.207612 ], [ 120.0837959, 30.2072741 ], [ 120.0835991, 30.2068786 ], [ 120.0834586, 30.2066526 ], [ 120.0832614, 30.2063126 ], [ 120.0831173, 30.2061001 ], [ 120.0830834, 30.2060613 ], [ 120.0828778, 30.2057125 ], [ 120.0826531, 30.2053655 ], [ 120.0826198, 30.2053168 ], [ 120.0825892, 30.2052722 ], [ 120.08234, 30.2049082 ], [ 120.0819562, 30.2043965 ], [ 120.0817542, 30.2041004 ], [ 120.0816532, 30.2039755 ], [ 120.0815398, 30.2038355 ], [ 120.0813545, 30.2036064 ], [ 120.0808494, 30.2031402 ], [ 120.0806674, 30.2028456 ], [ 120.0805634, 30.2024123 ], [ 120.080546, 30.2018316 ], [ 120.0806154, 30.2011643 ], [ 120.0807733, 30.2006722 ], [ 120.0808783, 30.2002258 ], [ 120.0808494, 30.1999337 ], [ 120.0806587, 30.1995437 ], [ 120.0802081, 30.1989111 ], [ 120.0798787, 30.1983911 ], [ 120.0797921, 30.1980618 ], [ 120.0798097, 30.1978755 ], [ 120.0798679, 30.1976891 ], [ 120.0799992, 30.1974906 ], [ 120.0800693, 30.1973944 ], [ 120.0801387, 30.1972992 ], [ 120.0802921, 30.1970406 ], [ 120.0805179, 30.1966356 ], [ 120.0806693, 30.1961414 ], [ 120.080698, 30.1960183 ], [ 120.0807878, 30.1956327 ], [ 120.080816, 30.195456 ], [ 120.0808697, 30.1951204 ], [ 120.0811787, 30.1939886 ], [ 120.0813173, 30.1935033 ], [ 120.081508, 30.1931307 ], [ 120.0817082, 30.1927056 ], [ 120.0821993, 30.1916628 ], [ 120.0822617, 30.1915302 ], [ 120.082343, 30.1912764 ], [ 120.082387, 30.1911757 ], [ 120.0824356, 30.1910643 ], [ 120.0824708, 30.1907242 ], [ 120.08247, 30.1900801 ], [ 120.0825653, 30.1898115 ], [ 120.082616, 30.1897291 ], [ 120.0827039, 30.1895862 ], [ 120.0835792, 30.1887542 ], [ 120.0840472, 30.1883035 ], [ 120.0843505, 30.1879829 ], [ 120.0845932, 30.1874542 ], [ 120.0849312, 30.1868043 ], [ 120.0850092, 30.1865616 ], [ 120.0850872, 30.1862063 ], [ 120.0852518, 30.1859463 ], [ 120.0852936, 30.1858992 ], [ 120.0853909, 30.1857896 ], [ 120.0859365, 30.185175 ], [ 120.0861531, 30.1849237 ], [ 120.0865258, 30.1846724 ], [ 120.0876264, 30.1841177 ], [ 120.0879557, 30.1839097 ], [ 120.0882157, 30.1836151 ], [ 120.0891441, 30.1824307 ], [ 120.089845, 30.1814745 ], [ 120.0902176, 30.1810494 ], [ 120.0904157, 30.1808233 ], [ 120.0906164, 30.1805943 ], [ 120.0908841, 30.1802888 ], [ 120.0910574, 30.1801051 ], [ 120.0913458, 30.1796187 ], [ 120.0914989, 30.1790847 ], [ 120.0916735, 30.1784586 ], [ 120.0918277, 30.1778 ], [ 120.0919369, 30.1774685 ], [ 120.092084, 30.177228 ], [ 120.0921582, 30.177147 ], [ 120.0923217, 30.1769686 ], [ 120.0927335, 30.1767261 ], [ 120.0935547, 30.1763114 ], [ 120.0936844, 30.1762424 ], [ 120.0938297, 30.1761651 ], [ 120.0939246, 30.1761146 ], [ 120.0942214, 30.1759107 ], [ 120.0943422, 30.1757956 ], [ 120.0944671, 30.1756664 ], [ 120.0946834, 30.1754184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "雪峰梅灵隧道", "梅灵南路", "梅灵北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0946834, 30.1754184 ], [ 120.0944671, 30.1756664 ], [ 120.0943422, 30.1757956 ], [ 120.0942214, 30.1759107 ], [ 120.0939246, 30.1761146 ], [ 120.0938297, 30.1761651 ], [ 120.0936844, 30.1762424 ], [ 120.0935547, 30.1763114 ], [ 120.0927335, 30.1767261 ], [ 120.0923217, 30.1769686 ], [ 120.0921582, 30.177147 ], [ 120.092084, 30.177228 ], [ 120.0919369, 30.1774685 ], [ 120.0918277, 30.1778 ], [ 120.0916735, 30.1784586 ], [ 120.0914989, 30.1790847 ], [ 120.0913458, 30.1796187 ], [ 120.0910574, 30.1801051 ], [ 120.0908841, 30.1802888 ], [ 120.0906164, 30.1805943 ], [ 120.0904157, 30.1808233 ], [ 120.0902176, 30.1810494 ], [ 120.089845, 30.1814745 ], [ 120.0891441, 30.1824307 ], [ 120.0882157, 30.1836151 ], [ 120.0879557, 30.1839097 ], [ 120.0876264, 30.1841177 ], [ 120.0865258, 30.1846724 ], [ 120.0861531, 30.1849237 ], [ 120.0859365, 30.185175 ], [ 120.0853909, 30.1857896 ], [ 120.0852936, 30.1858992 ], [ 120.0852518, 30.1859463 ], [ 120.0850872, 30.1862063 ], [ 120.0850092, 30.1865616 ], [ 120.0849312, 30.1868043 ], [ 120.0845932, 30.1874542 ], [ 120.0843505, 30.1879829 ], [ 120.0840472, 30.1883035 ], [ 120.0835792, 30.1887542 ], [ 120.0827039, 30.1895862 ], [ 120.082616, 30.1897291 ], [ 120.0825653, 30.1898115 ], [ 120.08247, 30.1900801 ], [ 120.0824708, 30.1907242 ], [ 120.0824356, 30.1910643 ], [ 120.082387, 30.1911757 ], [ 120.082343, 30.1912764 ], [ 120.0822617, 30.1915302 ], [ 120.0821993, 30.1916628 ], [ 120.0817082, 30.1927056 ], [ 120.081508, 30.1931307 ], [ 120.0813173, 30.1935033 ], [ 120.0811787, 30.1939886 ], [ 120.0808697, 30.1951204 ], [ 120.080816, 30.195456 ], [ 120.0807878, 30.1956327 ], [ 120.080698, 30.1960183 ], [ 120.0806693, 30.1961414 ], [ 120.0805179, 30.1966356 ], [ 120.0802921, 30.1970406 ], [ 120.0801387, 30.1972992 ], [ 120.0800693, 30.1973944 ], [ 120.0799992, 30.1974906 ], [ 120.0798679, 30.1976891 ], [ 120.0798097, 30.1978755 ], [ 120.0797921, 30.1980618 ], [ 120.0798787, 30.1983911 ], [ 120.0802081, 30.1989111 ], [ 120.0806587, 30.1995437 ], [ 120.0808494, 30.1999337 ], [ 120.0808783, 30.2002258 ], [ 120.0807733, 30.2006722 ], [ 120.0806154, 30.2011643 ], [ 120.080546, 30.2018316 ], [ 120.0805634, 30.2024123 ], [ 120.0806674, 30.2028456 ], [ 120.0808494, 30.2031402 ], [ 120.0813545, 30.2036064 ], [ 120.0815398, 30.2038355 ], [ 120.0816532, 30.2039755 ], [ 120.0817542, 30.2041004 ], [ 120.0819562, 30.2043965 ], [ 120.08234, 30.2049082 ], [ 120.0825892, 30.2052722 ], [ 120.0826198, 30.2053168 ], [ 120.0826531, 30.2053655 ], [ 120.0828778, 30.2057125 ], [ 120.0830834, 30.2060613 ], [ 120.0831173, 30.2061001 ], [ 120.0832614, 30.2063126 ], [ 120.0834586, 30.2066526 ], [ 120.0835991, 30.2068786 ], [ 120.0837959, 30.2072741 ], [ 120.0837959, 30.207612 ], [ 120.0837766, 30.2076566 ], [ 120.0837211, 30.207785 ], [ 120.0836572, 30.2079327 ], [ 120.0834075, 30.2083061 ], [ 120.0832074, 30.2086918 ], [ 120.0829427, 30.2091919 ], [ 120.0826606, 30.2095706 ], [ 120.0822702, 30.2099234 ], [ 120.0820701, 30.2100972 ], [ 120.0818877, 30.2103078 ], [ 120.0816987, 30.2106539 ], [ 120.0815347, 30.2110148 ], [ 120.0814972, 30.2113059 ], [ 120.0815092, 30.2115939 ], [ 120.0814893, 30.211781 ], [ 120.0814127, 30.2119712 ], [ 120.0811979, 30.2122098 ], [ 120.0809199, 30.2126206 ], [ 120.0807632, 30.2130744 ], [ 120.0807713, 30.2134037 ], [ 120.0807824, 30.2135422 ], [ 120.0808498, 30.213814 ], [ 120.0809296, 30.2140736 ], [ 120.0810043, 30.214422 ], [ 120.0810454, 30.2147582 ], [ 120.0810133, 30.2149503 ], [ 120.0809634, 30.2151364 ], [ 120.0808939, 30.215401 ], [ 120.0808069, 30.2157482 ], [ 120.080433, 30.2161902 ], [ 120.0802095, 30.2164858 ], [ 120.080161, 30.216624 ], [ 120.0801498, 30.2168059 ], [ 120.0801792, 30.2169528 ], [ 120.0802245, 30.2171092 ], [ 120.0802635, 30.2172762 ], [ 120.08026, 30.2174309 ], [ 120.0801957, 30.2176155 ], [ 120.0801725, 30.2176535 ], [ 120.0800959, 30.2177786 ], [ 120.0799069, 30.2179831 ], [ 120.0797469, 30.2181503 ], [ 120.0796116, 30.2183236 ], [ 120.0795407, 30.2185056 ], [ 120.0795191, 30.2187352 ], [ 120.0795856, 30.2189745 ], [ 120.0797555, 30.2192579 ], [ 120.081098, 30.2213143 ], [ 120.0811866, 30.2214484 ], [ 120.083387, 30.2235046 ], [ 120.0868617, 30.2254044 ], [ 120.0906555, 30.2270121 ], [ 120.0910516, 30.2272636 ], [ 120.0910854, 30.2272851 ], [ 120.0911659, 30.2273362 ], [ 120.0911882, 30.2273503 ], [ 120.0915413, 30.2275988 ], [ 120.0920287, 30.227935 ], [ 120.09241, 30.2281602 ], [ 120.0925347, 30.2282338 ], [ 120.0932988, 30.2288426 ], [ 120.0934866, 30.2289862 ], [ 120.0936733, 30.2292215 ], [ 120.0937789, 30.2294442 ], [ 120.0938083, 30.2296049 ], [ 120.0938407, 30.2297683 ], [ 120.0938845, 30.2299719 ], [ 120.0939497, 30.2301782 ], [ 120.0940991, 30.2305804 ], [ 120.094141, 30.2306932 ], [ 120.094176, 30.2309117 ], [ 120.0941968, 30.2310411 ], [ 120.0941844, 30.2312548 ], [ 120.0942113, 30.2315293 ], [ 120.0942475, 30.2318115 ], [ 120.0944101, 30.2320822 ], [ 120.0946311, 30.2323599 ], [ 120.0947608, 30.2325878 ], [ 120.0949358, 30.2328683 ], [ 120.0953584, 30.233916 ], [ 120.0954355, 30.2341272 ], [ 120.0955287, 30.2343052 ], [ 120.0956957, 30.2344655 ], [ 120.0959134, 30.2346475 ], [ 120.0961744, 30.2348261 ], [ 120.0963911, 30.2349918 ], [ 120.0965731, 30.2351234 ], [ 120.0967752, 30.2352253 ], [ 120.0970872, 30.2353083 ], [ 120.0973351, 30.2354068 ], [ 120.0976843, 30.2355837 ], [ 120.097783, 30.2356318 ], [ 120.0978696, 30.2356739 ], [ 120.0980243, 30.2357483 ], [ 120.0982461, 30.2358754 ], [ 120.0983199, 30.2359176 ], [ 120.0985412, 30.2360624 ], [ 120.0986874, 30.2362038 ], [ 120.0988322, 30.2363868 ], [ 120.0990428, 30.2367275 ], [ 120.0993016, 30.2372222 ], [ 120.0996289, 30.2377158 ], [ 120.0999132, 30.2381712 ], [ 120.1000433, 30.238338 ], [ 120.1001681, 30.2384549 ], [ 120.1002931, 30.2385489 ], [ 120.1004338, 30.2386525 ], [ 120.1006303, 30.2387609 ], [ 120.1008304, 30.2388611 ], [ 120.1012957, 30.2390816 ], [ 120.1014847, 30.2391712 ], [ 120.1016444, 30.2392491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718624, 30.1690796 ], [ 120.0717335, 30.1689779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626904, 30.180111 ], [ 120.0632727, 30.1792968 ], [ 120.0634098, 30.1791051 ], [ 120.0639551, 30.1783613 ], [ 120.064213, 30.1780095 ], [ 120.0653277, 30.1765947 ], [ 120.0654612, 30.1764254 ], [ 120.0658618, 30.1758886 ], [ 120.0661874, 30.1754524 ], [ 120.0669979, 30.1743131 ], [ 120.067729, 30.1732548 ], [ 120.0679244, 30.1730004 ], [ 120.0685178, 30.1722278 ], [ 120.0691122, 30.1714551 ], [ 120.0698985, 30.1703972 ], [ 120.070288, 30.1699654 ], [ 120.0705748, 30.1696885 ], [ 120.0708473, 30.1694777 ], [ 120.0711412, 30.1692918 ], [ 120.0712852, 30.1692235 ], [ 120.0715627, 30.1690715 ], [ 120.0717335, 30.1689779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留泗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718624, 30.1690796 ], [ 120.0716957, 30.1691451 ], [ 120.0715986, 30.1691876 ], [ 120.071324, 30.1693286 ], [ 120.0709207, 30.1695708 ], [ 120.0708449, 30.1696162 ], [ 120.0705844, 30.1698331 ], [ 120.0702479, 30.170193 ], [ 120.0702115, 30.1702319 ], [ 120.0699702, 30.1705212 ], [ 120.0687513, 30.17217 ], [ 120.0680027, 30.173194 ], [ 120.0676758, 30.1736411 ], [ 120.0662586, 30.1756245 ], [ 120.0659799, 30.1759805 ], [ 120.0651879, 30.1770067 ], [ 120.064078, 30.1784242 ], [ 120.0639762, 30.1785542 ], [ 120.0635754, 30.1791047 ], [ 120.0633189, 30.1794571 ], [ 120.0627541, 30.1802422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0628013, 30.2474999 ], [ 120.0629897, 30.2475543 ], [ 120.063165, 30.2477014 ], [ 120.0641734, 30.2485472 ], [ 120.0650607, 30.2492345 ], [ 120.065094, 30.2492603 ], [ 120.0657351, 30.249757 ], [ 120.0661272, 30.2500635 ], [ 120.0662497, 30.2501593 ], [ 120.0672731, 30.2509961 ], [ 120.0675376, 30.2512345 ], [ 120.0678567, 30.2515201 ], [ 120.0683482, 30.2520565 ], [ 120.0685959, 30.2523519 ], [ 120.0686271, 30.2523892 ], [ 120.0690911, 30.2529367 ], [ 120.0694147, 30.2532782 ], [ 120.0697367, 30.2535539 ], [ 120.0700529, 30.2537823 ], [ 120.0705531, 30.2541324 ], [ 120.0714242, 30.254716 ], [ 120.071772, 30.254937 ], [ 120.0721112, 30.2551009 ], [ 120.0724562, 30.2551928 ], [ 120.0727882, 30.2552417 ], [ 120.0729277, 30.2552623 ], [ 120.0730484, 30.2552871 ], [ 120.0732843, 30.2553753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0628013, 30.2474999 ], [ 120.0629868, 30.2476476 ], [ 120.0631664, 30.2477919 ], [ 120.064011, 30.2484757 ], [ 120.0641462, 30.2485819 ], [ 120.0650451, 30.2493169 ], [ 120.0656048, 30.2497589 ], [ 120.0671181, 30.2509633 ], [ 120.0674391, 30.2512445 ], [ 120.067628, 30.2514189 ], [ 120.0677952, 30.2515793 ], [ 120.0681818, 30.2519886 ], [ 120.0682375, 30.2520544 ], [ 120.0687892, 30.2527066 ], [ 120.0690246, 30.2529785 ], [ 120.0694, 30.253364 ], [ 120.0696806, 30.2536085 ], [ 120.0699473, 30.2538102 ], [ 120.0702601, 30.2540268 ], [ 120.0710944, 30.2545919 ], [ 120.0716872, 30.2549818 ], [ 120.071932, 30.2551051 ], [ 120.0721625, 30.2551939 ], [ 120.0723498, 30.2552431 ], [ 120.0725947, 30.2552874 ], [ 120.072985, 30.255353 ], [ 120.0732843, 30.2553753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0744014, 30.2557624 ], [ 120.0741674, 30.2557369 ], [ 120.0739, 30.2556649 ], [ 120.0736442, 30.2555979 ], [ 120.073566, 30.2555842 ], [ 120.0732618, 30.2555308 ], [ 120.073126, 30.2555093 ], [ 120.0727128, 30.2554439 ], [ 120.0723333, 30.2553744 ], [ 120.0721657, 30.2553261 ], [ 120.0720142, 30.2552825 ], [ 120.0717576, 30.2551779 ], [ 120.0714299, 30.2549842 ], [ 120.0710305, 30.2547108 ], [ 120.0706825, 30.2544726 ], [ 120.0696648, 30.2537724 ], [ 120.0694981, 30.2536383 ], [ 120.0692854, 30.2534372 ], [ 120.069041, 30.2532112 ], [ 120.0689738, 30.2531337 ], [ 120.0687462, 30.252871 ], [ 120.0683482, 30.2524116 ], [ 120.0680288, 30.2520557 ], [ 120.0678164, 30.2518007 ], [ 120.0675606, 30.2515449 ], [ 120.0673191, 30.2513264 ], [ 120.0669971, 30.2510433 ], [ 120.0666234, 30.2507304 ], [ 120.0663762, 30.2505417 ], [ 120.0655822, 30.2499147 ], [ 120.0646257, 30.2491462 ], [ 120.0641799, 30.2488009 ], [ 120.0636222, 30.2483316 ], [ 120.0635647, 30.2482294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0744014, 30.2557624 ], [ 120.0742082, 30.2556635 ], [ 120.0739842, 30.2555965 ], [ 120.073748, 30.2555351 ], [ 120.073482, 30.2554826 ], [ 120.07269, 30.2553681 ], [ 120.0722885, 30.2552913 ], [ 120.0720422, 30.2552171 ], [ 120.0717987, 30.2551148 ], [ 120.0715294, 30.2549578 ], [ 120.071077, 30.2546588 ], [ 120.0702541, 30.2541041 ], [ 120.0700021, 30.2539392 ], [ 120.069652, 30.2536655 ], [ 120.0693564, 30.2534142 ], [ 120.0689789, 30.2530091 ], [ 120.0687324, 30.2527446 ], [ 120.0681865, 30.2520875 ], [ 120.06812, 30.2520234 ], [ 120.0677296, 30.2516117 ], [ 120.0675577, 30.2514459 ], [ 120.0673632, 30.2512693 ], [ 120.0670682, 30.2510079 ], [ 120.0655738, 30.2498107 ], [ 120.0636919, 30.2483001 ], [ 120.0635647, 30.2482294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0732843, 30.2553753 ], [ 120.0736239, 30.255422 ], [ 120.0740836, 30.2555245 ], [ 120.0744445, 30.2556271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0744445, 30.2556271 ], [ 120.0745868, 30.2556853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0744014, 30.2557624 ], [ 120.0744445, 30.2556271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.08541, 30.1694842 ], [ 120.0846828, 30.1690808 ], [ 120.0846117, 30.1690401 ], [ 120.0830432, 30.1681427 ], [ 120.0829729, 30.1681025 ], [ 120.0824177, 30.1677977 ], [ 120.0815666, 30.1673808 ], [ 120.0814389, 30.1673182 ], [ 120.0803233, 30.1667121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0854748, 30.1693767 ], [ 120.08541, 30.1694842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.08541, 30.1694842 ], [ 120.0854748, 30.1693767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.075371, 30.2560919 ], [ 120.0751505, 30.2560015 ], [ 120.0747829, 30.2558777 ], [ 120.0745477, 30.2558059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0745868, 30.2556853 ], [ 120.0748267, 30.2557987 ], [ 120.075106, 30.2558885 ], [ 120.0754098, 30.2560146 ], [ 120.0757488, 30.2561664 ], [ 120.0760723, 30.2563496 ], [ 120.076686, 30.2567447 ], [ 120.0774404, 30.2572037 ], [ 120.0777302, 30.2573365 ], [ 120.0780468, 30.2574707 ], [ 120.0782808, 30.2575598 ], [ 120.0786589, 30.2576856 ], [ 120.0792526, 30.2578235 ], [ 120.0801464, 30.2580419 ], [ 120.0814429, 30.2583887 ], [ 120.0819022, 30.2585252 ], [ 120.0823964, 30.2586839 ], [ 120.0830369, 30.2588815 ], [ 120.0840627, 30.2592002 ], [ 120.0852698, 30.259571 ], [ 120.0856331, 30.2596835 ], [ 120.0859665, 30.2597784 ], [ 120.086802, 30.2599742 ], [ 120.0870689, 30.2600012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0745868, 30.2556853 ], [ 120.0748226, 30.255714 ], [ 120.0753003, 30.2558822 ], [ 120.0756454, 30.2560306 ], [ 120.0760508, 30.2562417 ], [ 120.0771575, 30.2569395 ], [ 120.0773386, 30.2570537 ], [ 120.077583, 30.2571878 ], [ 120.0778015, 30.2572846 ], [ 120.0778372, 30.2573 ], [ 120.0781004, 30.2574137 ], [ 120.0782976, 30.257488 ], [ 120.0786898, 30.2576273 ], [ 120.0789744, 30.2577018 ], [ 120.0792649, 30.2577661 ], [ 120.07967, 30.2578557 ], [ 120.0814649, 30.2583165 ], [ 120.0819037, 30.2584392 ], [ 120.0833928, 30.2589085 ], [ 120.0835212, 30.2589492 ], [ 120.0852534, 30.2594978 ], [ 120.0857673, 30.259651 ], [ 120.0861928, 30.2597627 ], [ 120.0867074, 30.2598844 ], [ 120.0870689, 30.2600012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881395, 30.2604062 ], [ 120.0878939, 30.2603027 ], [ 120.0875275, 30.2602191 ], [ 120.087012, 30.2600894 ], [ 120.0860991, 30.2598683 ], [ 120.0859192, 30.2598247 ], [ 120.0855632, 30.2597321 ], [ 120.0852519, 30.2596349 ], [ 120.0840254, 30.2592519 ], [ 120.0830219, 30.2589377 ], [ 120.0823619, 30.2587338 ], [ 120.081897, 30.258584 ], [ 120.0814278, 30.2584467 ], [ 120.0806225, 30.2582351 ], [ 120.0801264, 30.2581014 ], [ 120.0800621, 30.2580863 ], [ 120.0794278, 30.2579288 ], [ 120.0788495, 30.2577986 ], [ 120.0785367, 30.2577155 ], [ 120.0782591, 30.2576246 ], [ 120.0780631, 30.2575513 ], [ 120.0776991, 30.2573837 ], [ 120.0774242, 30.2572631 ], [ 120.077147, 30.2571103 ], [ 120.0766446, 30.2567954 ], [ 120.0760108, 30.2563825 ], [ 120.0756674, 30.2561988 ], [ 120.075371, 30.2560919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881395, 30.2604062 ], [ 120.0879048, 30.2603793 ], [ 120.0863827, 30.2600094 ], [ 120.0860716, 30.2599512 ], [ 120.0856926, 30.259855 ], [ 120.0850887, 30.2596608 ], [ 120.0847867, 30.259565 ], [ 120.0837207, 30.259227 ], [ 120.0829196, 30.2589848 ], [ 120.0826067, 30.2588853 ], [ 120.0822045, 30.2587575 ], [ 120.0819398, 30.2586734 ], [ 120.0815331, 30.258551 ], [ 120.0810864, 30.2584259 ], [ 120.0805688, 30.2582937 ], [ 120.0802114, 30.2582024 ], [ 120.0800303, 30.2581574 ], [ 120.0796537, 30.258064 ], [ 120.0794086, 30.2579969 ], [ 120.0792562, 30.2579575 ], [ 120.0787047, 30.2578271 ], [ 120.0784398, 30.25775 ], [ 120.0782378, 30.2576931 ], [ 120.0781656, 30.2576728 ], [ 120.0775648, 30.2574066 ], [ 120.0771704, 30.2572124 ], [ 120.0771264, 30.2571891 ], [ 120.0767205, 30.2569329 ], [ 120.075978, 30.2564512 ], [ 120.0757408, 30.2563182 ], [ 120.075371, 30.2560919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720906, 30.2628983 ], [ 120.0725899, 30.2630318 ], [ 120.0729785, 30.2631018 ], [ 120.0734881, 30.2631654 ], [ 120.074009, 30.2632132 ], [ 120.0750345, 30.2633204 ], [ 120.0756023, 30.2633472 ], [ 120.076106, 30.2633666 ], [ 120.076568, 30.2634047 ], [ 120.0772245, 30.2634996 ], [ 120.0782425, 30.2636946 ], [ 120.0788792, 30.2637981 ], [ 120.0794999, 30.2638764 ], [ 120.0806332, 30.2639993 ], [ 120.0811515, 30.2640406 ], [ 120.0818708, 30.2640809 ], [ 120.0825723, 30.2641506 ], [ 120.0836135, 30.2642967 ], [ 120.0847052, 30.2644311 ], [ 120.0856474, 30.2645905 ], [ 120.0866312, 30.2647184 ], [ 120.086743, 30.2647345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086671, 30.2650187 ], [ 120.0865722, 30.265007 ], [ 120.0852017, 30.2648585 ], [ 120.0840931, 30.2647383 ], [ 120.0835316, 30.2646759 ], [ 120.0828288, 30.2646256 ], [ 120.0819326, 30.2645304 ], [ 120.0813484, 30.2644634 ], [ 120.0802921, 30.2643225 ], [ 120.079125, 30.264183 ], [ 120.0774381, 30.2640069 ], [ 120.0761782, 30.263873 ], [ 120.0745535, 30.2636837 ], [ 120.0740354, 30.2636102 ], [ 120.0733843, 30.263509 ], [ 120.0729422, 30.2634416 ], [ 120.0725269, 30.2633675 ], [ 120.0719734, 30.2632347 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": [ "紫金港路南隧道", "紫金港路隧道", "紫金港立交", "紫之隧道", "紫金港路", "紫金港北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0732965, 30.318133 ], [ 120.0733635, 30.3179033 ], [ 120.0734681, 30.3176168 ], [ 120.0735867, 30.3172456 ], [ 120.0736545, 30.3170335 ], [ 120.0738566, 30.3163985 ], [ 120.0739459, 30.3161249 ], [ 120.0740472, 30.315826 ], [ 120.0742226, 30.3152965 ], [ 120.0743175, 30.3150173 ], [ 120.074415, 30.3147166 ], [ 120.0746518, 30.3139543 ], [ 120.0749055, 30.3130478 ], [ 120.0750377, 30.3125445 ], [ 120.0751562, 30.3120409 ], [ 120.0752607, 30.3115575 ], [ 120.0756677, 30.3095278 ], [ 120.0761162, 30.3071199 ], [ 120.0765265, 30.3047907 ], [ 120.0765677, 30.3044779 ], [ 120.0766148, 30.3040237 ], [ 120.076662, 30.303502 ], [ 120.0768476, 30.3017069 ], [ 120.0769617, 30.3007211 ], [ 120.0770065, 30.3003865 ], [ 120.0770729, 30.2999662 ], [ 120.0772519, 30.2993864 ], [ 120.0773499, 30.299069 ], [ 120.0774595, 30.2987614 ], [ 120.078296, 30.2966407 ], [ 120.0790752, 30.2947253 ], [ 120.0795462, 30.2934821 ], [ 120.0796288, 30.2932145 ], [ 120.0797363, 30.2928623 ], [ 120.0799011, 30.2923289 ], [ 120.0800641, 30.2917991 ], [ 120.0802053, 30.2913276 ], [ 120.0803257, 30.2909263 ], [ 120.0804347, 30.2905647 ], [ 120.0805226, 30.2902405 ], [ 120.0805794, 30.2900093 ], [ 120.0806263, 30.2897996 ], [ 120.0806795, 30.2895305 ], [ 120.0807327, 30.2892106 ], [ 120.0807675, 30.2888986 ], [ 120.0807967, 30.2882732 ], [ 120.0807958, 30.2875371 ], [ 120.0807962, 30.287191 ], [ 120.0808026, 30.2868806 ], [ 120.0808275, 30.2864831 ], [ 120.080859, 30.2862205 ], [ 120.0809133, 30.2858775 ], [ 120.0810026, 30.2853974 ], [ 120.0811269, 30.2849073 ], [ 120.0812165, 30.2846279 ], [ 120.0813248, 30.2843244 ], [ 120.0814199, 30.2840964 ], [ 120.0816829, 30.2835077 ], [ 120.0822229, 30.2821426 ], [ 120.0824203, 30.2816195 ], [ 120.0825668, 30.2812399 ], [ 120.0826851, 30.2809238 ], [ 120.0830817, 30.2798864 ], [ 120.0833139, 30.2793217 ], [ 120.0835602, 30.2786989 ], [ 120.0837076, 30.2783645 ], [ 120.0838904, 30.2779966 ], [ 120.0841101, 30.2775512 ], [ 120.0846919, 30.2763944 ], [ 120.0848361, 30.2761084 ], [ 120.0849734, 30.2758244 ], [ 120.0850883, 30.2755775 ], [ 120.085191, 30.2753141 ], [ 120.0853133, 30.2749729 ], [ 120.0854071, 30.2746862 ], [ 120.0854845, 30.2744185 ], [ 120.0855476, 30.2741614 ], [ 120.0856006, 30.273881 ], [ 120.0856575, 30.2735162 ], [ 120.0856864, 30.2732444 ], [ 120.0856867, 30.2732416 ], [ 120.0858923, 30.2713393 ], [ 120.0861643, 30.2689525 ], [ 120.0862201, 30.2683448 ], [ 120.0862352, 30.2677231 ], [ 120.086242, 30.2671702 ], [ 120.086254, 30.2666483 ], [ 120.0862781, 30.2661351 ], [ 120.0863833, 30.2652827 ], [ 120.0864289, 30.2649695 ], [ 120.0865, 30.2646391 ], [ 120.0865604, 30.2644385 ], [ 120.0867027, 30.2640404 ], [ 120.0873428, 30.2622827 ], [ 120.0874985, 30.2619076 ], [ 120.0876071, 30.2616526 ], [ 120.0877157, 30.2613651 ], [ 120.0877797, 30.2611337 ], [ 120.0878223, 30.2609625 ], [ 120.0878806, 30.2606524 ], [ 120.0879277, 30.2603447 ], [ 120.0879775, 30.2600995 ], [ 120.0880543, 30.2598128 ], [ 120.0882112, 30.2593802 ], [ 120.0883472, 30.2590809 ], [ 120.0884575, 30.2588564 ], [ 120.0885598, 30.2586736 ], [ 120.0887783, 30.2583111 ], [ 120.0890224, 30.2579251 ], [ 120.0892106, 30.2575805 ], [ 120.0893479, 30.2572799 ], [ 120.0895868, 30.2567477 ], [ 120.0898445, 30.256116 ], [ 120.0899289, 30.2558896 ], [ 120.0900783, 30.2554568 ], [ 120.0901952, 30.2550555 ], [ 120.0902715, 30.2546876 ], [ 120.0903274, 30.2543233 ], [ 120.090358, 30.2539459 ], [ 120.0903602, 30.2536072 ], [ 120.0903266, 30.2532779 ], [ 120.0902581, 30.2528771 ], [ 120.0901471, 30.2524321 ], [ 120.089974, 30.2519494 ], [ 120.0897829, 30.2515331 ], [ 120.0895057, 30.2511052 ], [ 120.0891306, 30.2506341 ], [ 120.0886553, 30.2501047 ], [ 120.088155, 30.2495837 ], [ 120.0811939, 30.2426069 ], [ 120.0762475, 30.2378074 ], [ 120.0756741, 30.23723 ], [ 120.0751679, 30.2366355 ], [ 120.0748087, 30.2361854 ], [ 120.0745132, 30.2357353 ], [ 120.0741141, 30.2351014 ], [ 120.0737151, 30.2343697 ], [ 120.0732618, 30.2335963 ], [ 120.0705597, 30.2286659 ], [ 120.0702144, 30.2278592 ], [ 120.0699503, 30.2270525 ], [ 120.0697025, 30.2261921 ], [ 120.0695686, 30.2253177 ], [ 120.0695428, 30.2245169 ], [ 120.0697241, 30.2182707 ], [ 120.0709445, 30.2115737 ], [ 120.0710066, 30.2111268 ], [ 120.0710419, 30.210819 ], [ 120.0711144, 30.2101482 ], [ 120.0711759, 30.2092047 ], [ 120.0713067, 30.204489 ], [ 120.0715712, 30.1973775 ], [ 120.0715881, 30.1968935 ], [ 120.0718926, 30.1921299 ], [ 120.0719876, 30.1911968 ], [ 120.0721442, 30.1903276 ], [ 120.0723401, 30.1895184 ], [ 120.0726468, 30.1886665 ], [ 120.0730304, 30.1878236 ], [ 120.0734941, 30.1869753 ], [ 120.0739477, 30.1862769 ], [ 120.0744629, 30.1855625 ], [ 120.0752141, 30.1846022 ], [ 120.0781629, 30.1811523 ], [ 120.0784792, 30.1808309 ], [ 120.0788048, 30.1805257 ], [ 120.0791547, 30.1802198 ], [ 120.079514, 30.1799542 ], [ 120.0799871, 30.1796386 ], [ 120.0804601, 30.1793351 ], [ 120.0808803, 30.179098 ], [ 120.0812911, 30.1788931 ], [ 120.0818491, 30.178627 ], [ 120.0825802, 30.1783198 ], [ 120.0832179, 30.1780691 ], [ 120.0837573, 30.1779242 ], [ 120.0843025, 30.1778033 ], [ 120.0851279, 30.177638 ], [ 120.0912299, 30.1764067 ], [ 120.0919011, 30.1763057 ], [ 120.0925942, 30.1762379 ], [ 120.0931511, 30.1762105 ], [ 120.0936748, 30.1762065 ], [ 120.0942076, 30.1762358 ], [ 120.0947636, 30.1762907 ], [ 120.0952124, 30.1763636 ], [ 120.095672, 30.1764479 ], [ 120.0961254, 30.176552 ], [ 120.0966396, 30.1766823 ], [ 120.0980615, 30.1770738 ], [ 120.0987985, 30.1772797 ], [ 120.0994094, 30.1774286 ], [ 120.0998864, 30.1775326 ], [ 120.1003119, 30.1775856 ], [ 120.1007134, 30.1776209 ], [ 120.1009972, 30.1776157 ], [ 120.101318, 30.1775971 ], [ 120.1015592, 30.1775607 ], [ 120.1019209, 30.1774779 ], [ 120.1022023, 30.1773958 ], [ 120.1024806, 30.1772923 ], [ 120.1028043, 30.1771265 ], [ 120.1030787, 30.1769197 ], [ 120.1033327, 30.17667 ], [ 120.1034726, 30.1764757 ], [ 120.1036653, 30.1760927 ], [ 120.1038112, 30.1757663 ], [ 120.1040213, 30.1752364 ], [ 120.1042251, 30.1746971 ], [ 120.1046104, 30.1736262 ], [ 120.1048243, 30.1730916 ], [ 120.1050315, 30.1726627 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": [ "紫金港路隧道", "紫金港路南隧道", "紫金港立交", "紫之隧道", "紫金港路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1051944, 30.1727617 ], [ 120.1051287, 30.1731494 ], [ 120.1049905, 30.1736692 ], [ 120.1045778, 30.174792 ], [ 120.1041665, 30.1757679 ], [ 120.1040008, 30.1760855 ], [ 120.1038646, 30.1763266 ], [ 120.1037179, 30.1765599 ], [ 120.1036444, 30.1766633 ], [ 120.1035568, 30.1767708 ], [ 120.1034532, 30.176878 ], [ 120.1033402, 30.1769872 ], [ 120.1032417, 30.1770698 ], [ 120.1031339, 30.1771523 ], [ 120.1029569, 30.1772661 ], [ 120.1027627, 30.1773715 ], [ 120.1025989, 30.1774455 ], [ 120.1024443, 30.1775075 ], [ 120.1022455, 30.1775789 ], [ 120.1020327, 30.1776423 ], [ 120.1016318, 30.1777308 ], [ 120.1013277, 30.1777721 ], [ 120.1010378, 30.1777889 ], [ 120.1007307, 30.1777914 ], [ 120.1004377, 30.1777877 ], [ 120.1001395, 30.1777685 ], [ 120.0998483, 30.177731 ], [ 120.0995953, 30.1776842 ], [ 120.0993671, 30.1776314 ], [ 120.0988578, 30.1775007 ], [ 120.0960903, 30.176738 ], [ 120.0956521, 30.1766354 ], [ 120.0952165, 30.1765537 ], [ 120.0947476, 30.1764762 ], [ 120.0942927, 30.1764359 ], [ 120.0938485, 30.1764116 ], [ 120.0934466, 30.176404 ], [ 120.0929375, 30.1764197 ], [ 120.0924046, 30.1764458 ], [ 120.0918444, 30.1765092 ], [ 120.0914838, 30.1765688 ], [ 120.0910481, 30.1766561 ], [ 120.0852006, 30.1779003 ], [ 120.0844969, 30.1780368 ], [ 120.083901, 30.1781869 ], [ 120.083333, 30.1783604 ], [ 120.0828951, 30.1785115 ], [ 120.0823536, 30.1787243 ], [ 120.0817631, 30.1789988 ], [ 120.0812758, 30.1792888 ], [ 120.0807022, 30.1796527 ], [ 120.0800068, 30.1801036 ], [ 120.0793862, 30.1805546 ], [ 120.0790562, 30.1808285 ], [ 120.0785843, 30.1813023 ], [ 120.0756354, 30.1847497 ], [ 120.0750927, 30.1854259 ], [ 120.0746301, 30.1860542 ], [ 120.0742771, 30.1865865 ], [ 120.0739117, 30.1871667 ], [ 120.0735349, 30.1878232 ], [ 120.0732016, 30.1885057 ], [ 120.0729485, 30.1891349 ], [ 120.0727164, 30.1898049 ], [ 120.0725213, 30.1905547 ], [ 120.0723692, 30.1914377 ], [ 120.0722698, 30.1924816 ], [ 120.0718986, 30.1968372 ], [ 120.071854, 30.1973863 ], [ 120.0715622, 30.2041242 ], [ 120.0714292, 30.2093433 ], [ 120.071372, 30.2102579 ], [ 120.0712962, 30.2109464 ], [ 120.0712155, 30.211529 ], [ 120.0710974, 30.2122085 ], [ 120.0702817, 30.2167138 ], [ 120.0701685, 30.2173314 ], [ 120.070046, 30.2180459 ], [ 120.0699784, 30.2189018 ], [ 120.0699553, 30.2193949 ], [ 120.0699279, 30.2204145 ], [ 120.0698352, 30.2245655 ], [ 120.0698717, 30.2253493 ], [ 120.0700247, 30.2262022 ], [ 120.0702719, 30.226962 ], [ 120.0705412, 30.2277174 ], [ 120.0709243, 30.228543 ], [ 120.0736702, 30.2334059 ], [ 120.0740737, 30.2341377 ], [ 120.0743154, 30.2345625 ], [ 120.074576, 30.2350059 ], [ 120.074759, 30.2353178 ], [ 120.0749793, 30.2356539 ], [ 120.0751815, 30.2359552 ], [ 120.0754491, 30.2363129 ], [ 120.0756925, 30.2366012 ], [ 120.0759733, 30.2369056 ], [ 120.0763156, 30.2372463 ], [ 120.0766999, 30.2376194 ], [ 120.0815378, 30.2423642 ], [ 120.0883508, 30.2492484 ], [ 120.0888426, 30.2497757 ], [ 120.0891213, 30.25007 ], [ 120.0895098, 30.2505368 ], [ 120.0898716, 30.2510268 ], [ 120.0901123, 30.2514507 ], [ 120.0903481, 30.2519871 ], [ 120.090488, 30.2524323 ], [ 120.090592, 30.2529071 ], [ 120.0906591, 30.2533507 ], [ 120.0906726, 30.2537018 ], [ 120.0906754, 30.2539815 ], [ 120.0906409, 30.2543499 ], [ 120.0905843, 30.2547008 ], [ 120.0905155, 30.2549878 ], [ 120.0904177, 30.2553329 ], [ 120.0903013, 30.2557184 ], [ 120.090122, 30.2562785 ], [ 120.0898059, 30.2569826 ], [ 120.0894984, 30.2575861 ], [ 120.0892913, 30.2580505 ], [ 120.089138, 30.2584285 ], [ 120.0889968, 30.2588167 ], [ 120.08886, 30.2592427 ], [ 120.0887499, 30.2596717 ], [ 120.0886937, 30.2598793 ], [ 120.0886305, 30.2601052 ], [ 120.0885153, 30.2604279 ], [ 120.0883909, 30.2607345 ], [ 120.0882069, 30.2611243 ], [ 120.0879835, 30.2615419 ], [ 120.0877387, 30.2620287 ], [ 120.0876464, 30.2622508 ], [ 120.0875546, 30.2625245 ], [ 120.0874688, 30.2627967 ], [ 120.0873953, 30.2630635 ], [ 120.0872707, 30.2637503 ], [ 120.0872096, 30.2641093 ], [ 120.0871585, 30.2643929 ], [ 120.0870939, 30.2648026 ], [ 120.087043, 30.2651261 ], [ 120.0869868, 30.2654589 ], [ 120.0869262, 30.2658022 ], [ 120.0868616, 30.2661315 ], [ 120.0867889, 30.2664626 ], [ 120.0867161, 30.2667901 ], [ 120.0866265, 30.2671348 ], [ 120.0865381, 30.2674688 ], [ 120.0864755, 30.267762 ], [ 120.0863888, 30.268197 ], [ 120.0863436, 30.2685098 ], [ 120.08629, 30.2689481 ], [ 120.0860224, 30.2713522 ], [ 120.0858377, 30.2732508 ], [ 120.0857973, 30.2735056 ], [ 120.0857132, 30.2739532 ], [ 120.085638, 30.2743191 ], [ 120.0855275, 30.274705 ], [ 120.0854355, 30.2749839 ], [ 120.0853107, 30.2753355 ], [ 120.0852071, 30.275599 ], [ 120.0851098, 30.2758114 ], [ 120.0850172, 30.2759935 ], [ 120.0847941, 30.2764353 ], [ 120.0844195, 30.277185 ], [ 120.0840543, 30.2779206 ], [ 120.083839, 30.2783592 ], [ 120.0836866, 30.2787213 ], [ 120.0833698, 30.2795118 ], [ 120.0832077, 30.2798872 ], [ 120.0825747, 30.2815611 ], [ 120.0823636, 30.2821137 ], [ 120.0821268, 30.2827128 ], [ 120.0818079, 30.2835118 ], [ 120.0815852, 30.283989 ], [ 120.0814956, 30.2841978 ], [ 120.0814013, 30.2844251 ], [ 120.0812852, 30.2847573 ], [ 120.0812063, 30.2850249 ], [ 120.0811181, 30.2853745 ], [ 120.0810758, 30.285572 ], [ 120.0810426, 30.2857322 ], [ 120.0809855, 30.2860843 ], [ 120.0809472, 30.2864 ], [ 120.0809204, 30.2867062 ], [ 120.0809119, 30.2869306 ], [ 120.0809049, 30.2872022 ], [ 120.0809072, 30.2878549 ], [ 120.0808952, 30.2883181 ], [ 120.0808818, 30.2886562 ], [ 120.0808672, 30.2888776 ], [ 120.0808484, 30.2890884 ], [ 120.0808234, 30.2892686 ], [ 120.080805, 30.2893829 ], [ 120.0807849, 30.2895072 ], [ 120.0807358, 30.2897545 ], [ 120.0806669, 30.2900917 ], [ 120.0805468, 30.2905658 ], [ 120.0803122, 30.2913503 ], [ 120.0801334, 30.2919837 ], [ 120.0799439, 30.2925748 ], [ 120.0798477, 30.2928835 ], [ 120.0796601, 30.2934804 ], [ 120.0791774, 30.2947455 ], [ 120.0784569, 30.2966685 ], [ 120.078017, 30.2977523 ], [ 120.077755, 30.2984497 ], [ 120.0775416, 30.2989803 ], [ 120.0773626, 30.2995216 ], [ 120.0772902, 30.2997897 ], [ 120.077221, 30.3000871 ], [ 120.0771773, 30.3003336 ], [ 120.0771398, 30.300612 ], [ 120.0770049, 30.3016975 ], [ 120.0768263, 30.3035328 ], [ 120.0767728, 30.3040963 ], [ 120.0767335, 30.3045437 ], [ 120.076689, 30.3048433 ], [ 120.0766165, 30.3052449 ], [ 120.0762796, 30.307169 ], [ 120.0758284, 30.3094606 ], [ 120.0754116, 30.3115697 ], [ 120.0751776, 30.3126097 ], [ 120.0747709, 30.3139824 ], [ 120.0745329, 30.3147538 ], [ 120.074421, 30.3151151 ], [ 120.0743278, 30.3154015 ], [ 120.0741783, 30.3158343 ], [ 120.0740489, 30.3162303 ], [ 120.0737229, 30.3172792 ], [ 120.0734391, 30.3181865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0870689, 30.2600012 ], [ 120.0881859, 30.2602541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881859, 30.2602541 ], [ 120.0883008, 30.2603021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881395, 30.2604062 ], [ 120.0881859, 30.2602541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0883008, 30.2603021 ], [ 120.0882785, 30.2604401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0882785, 30.2604401 ], [ 120.0881395, 30.2604062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0892568, 30.26066 ], [ 120.0882785, 30.2604401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0883008, 30.2603021 ], [ 120.0884474, 30.2602799 ], [ 120.0896204, 30.260553 ], [ 120.090489, 30.2607577 ], [ 120.0919953, 30.261113 ], [ 120.0929747, 30.2613429 ], [ 120.0937852, 30.2616107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0883008, 30.2603021 ], [ 120.0884601, 30.2603499 ], [ 120.0937852, 30.2616107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0927053, 30.2615046 ], [ 120.0908885, 30.261087 ], [ 120.0894932, 30.2607577 ], [ 120.0892568, 30.26066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945373, 30.2619786 ], [ 120.0942312, 30.2618411 ], [ 120.0939892, 30.2617547 ], [ 120.0936291, 30.2616451 ], [ 120.093247, 30.2615558 ], [ 120.0909124, 30.2610098 ], [ 120.0901887, 30.260838 ], [ 120.0895933, 30.2607038 ], [ 120.0892568, 30.26066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0882785, 30.2604401 ], [ 120.088191, 30.2608911 ], [ 120.0880838, 30.261256 ], [ 120.0879767, 30.2615225 ], [ 120.0877763, 30.2619359 ], [ 120.087626, 30.2622058 ], [ 120.0875183, 30.2624545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937852, 30.2616107 ], [ 120.094197, 30.2617335 ], [ 120.0945667, 30.2618589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945373, 30.2619786 ], [ 120.0943616, 30.2619602 ], [ 120.0941543, 30.2618795 ], [ 120.0938778, 30.2617897 ], [ 120.0935495, 30.261704 ], [ 120.0927053, 30.2615046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945667, 30.2618589 ], [ 120.0945373, 30.2619786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945373, 30.2619786 ], [ 120.0945667, 30.2618589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "慧富巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0927053, 30.2615046 ], [ 120.0921877, 30.2635068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "慧富巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0921877, 30.2635068 ], [ 120.0927053, 30.2615046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086743, 30.2647345 ], [ 120.0867761, 30.2646063 ], [ 120.0868358, 30.2643749 ], [ 120.0870009, 30.2636842 ], [ 120.0871491, 30.2630639 ], [ 120.0872767, 30.2626362 ], [ 120.0873291, 30.2624975 ], [ 120.087392, 30.2623309 ], [ 120.0876899, 30.2617918 ], [ 120.0878789, 30.261377 ], [ 120.0880575, 30.2607669 ], [ 120.0881395, 30.2604062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨梅山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.050451, 30.2354649 ], [ 120.0506665, 30.2353997 ], [ 120.0510742, 30.2352803 ], [ 120.0512633, 30.2352409 ], [ 120.052249, 30.2350752 ], [ 120.0528471, 30.2350173 ], [ 120.0533527, 30.2350011 ], [ 120.0538208, 30.2349965 ], [ 120.0539803, 30.2349968 ], [ 120.0543934, 30.2349976 ], [ 120.0545329, 30.2350069 ], [ 120.0547367, 30.2350613 ], [ 120.0549889, 30.2351587 ], [ 120.0563139, 30.2357901 ], [ 120.0566725, 30.2359466 ], [ 120.0569831, 30.2360821 ], [ 120.0571588, 30.2362107 ], [ 120.0573599, 30.2364228 ], [ 120.057545, 30.2366661 ], [ 120.0577274, 30.2367982 ], [ 120.0579527, 30.2369418 ], [ 120.0581619, 30.2371921 ], [ 120.0582531, 30.2373335 ], [ 120.0583309, 30.2375212 ], [ 120.058371, 30.2377274 ], [ 120.0583979, 30.2378664 ], [ 120.05863, 30.2389936 ], [ 120.0587307, 30.2395345 ], [ 120.0587627, 30.2397063 ], [ 120.0591361, 30.2415082 ], [ 120.0592107, 30.2420722 ], [ 120.0591812, 30.2423804 ], [ 120.0591275, 30.2426191 ], [ 120.0589284, 30.2433682 ], [ 120.0588249, 30.243752 ], [ 120.0587761, 30.2439329 ], [ 120.0586233, 30.2443639 ], [ 120.0585562, 30.2445098 ], [ 120.0585289, 30.2445634 ], [ 120.0583872, 30.2448412 ], [ 120.0581887, 30.2452142 ], [ 120.0579804, 30.2455445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨梅山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579176, 30.2455284 ], [ 120.0582397, 30.244957 ], [ 120.0583352, 30.2447674 ], [ 120.0584999, 30.2444403 ], [ 120.0586045, 30.244204 ], [ 120.0587493, 30.2437568 ], [ 120.0587879, 30.2435707 ], [ 120.0588331, 30.2433524 ], [ 120.0590497, 30.2425542 ], [ 120.059106, 30.2422135 ], [ 120.0591141, 30.2419749 ], [ 120.0590605, 30.2415902 ], [ 120.059047, 30.2415138 ], [ 120.0588698, 30.2405296 ], [ 120.0588288, 30.240332 ], [ 120.0585526, 30.2390002 ], [ 120.0583156, 30.237952 ], [ 120.0582585, 30.2376996 ], [ 120.058178, 30.2373984 ], [ 120.0580654, 30.2371991 ], [ 120.0578991, 30.2370322 ], [ 120.0578105, 30.2369511 ], [ 120.0575423, 30.2367356 ], [ 120.0574055, 30.2366105 ], [ 120.0571722, 30.2363324 ], [ 120.0570086, 30.2361702 ], [ 120.0566921, 30.2360242 ], [ 120.0550303, 30.2352686 ], [ 120.0547555, 30.2351436 ], [ 120.0546268, 30.2351042 ], [ 120.0544015, 30.235088 ], [ 120.0540795, 30.235086 ], [ 120.0530925, 30.2350798 ], [ 120.0529289, 30.2350787 ], [ 120.052591, 30.2351065 ], [ 120.0522369, 30.2351274 ], [ 120.0510648, 30.2353498 ], [ 120.0504703, 30.2355217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0482254, 30.2367607 ], [ 120.0483461, 30.236968 ], [ 120.0484847, 30.2372805 ], [ 120.0485359, 30.2374148 ], [ 120.0485996, 30.2375819 ], [ 120.0486719, 30.2379015 ], [ 120.0486797, 30.2380106 ], [ 120.0486949, 30.238223 ], [ 120.0486792, 30.2386335 ], [ 120.0486678, 30.2388495 ], [ 120.0486337, 30.2390526 ], [ 120.0485717, 30.2393316 ], [ 120.0485154, 30.2395321 ], [ 120.0484772, 30.2396679 ], [ 120.0484159, 30.2398376 ], [ 120.0481545, 30.2407492 ], [ 120.0480983, 30.240949 ], [ 120.0480716, 30.2410437 ], [ 120.0479143, 30.241668 ], [ 120.0478857, 30.2417885 ], [ 120.0477491, 30.2422062 ], [ 120.0474251, 30.2431966 ], [ 120.0473053, 30.2436905 ], [ 120.0471722, 30.2442717 ], [ 120.0471386, 30.2444187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.047002, 30.2443711 ], [ 120.0470391, 30.2442211 ], [ 120.0471941, 30.2435943 ], [ 120.0473115, 30.2431853 ], [ 120.0474333, 30.2427489 ], [ 120.0477092, 30.2417598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0396253, 30.2429268 ], [ 120.039776, 30.2429487 ], [ 120.040201, 30.2430505 ], [ 120.0403344, 30.2430788 ], [ 120.0406836, 30.2431529 ], [ 120.0410163, 30.2432031 ], [ 120.0415212, 30.2432848 ], [ 120.041938, 30.2433399 ], [ 120.0427371, 30.2434688 ], [ 120.043585, 30.2436265 ], [ 120.0441014, 30.2437014 ], [ 120.0451505, 30.2438797 ], [ 120.0454641, 30.2439798 ], [ 120.045738, 30.2440437 ], [ 120.0459786, 30.2440735 ], [ 120.0461535, 30.2440941 ], [ 120.0464851, 30.2441554 ], [ 120.0467585, 30.2441952 ], [ 120.0468934, 30.2442927 ], [ 120.047002, 30.2443711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0425679, 30.2437167 ], [ 120.0430087, 30.2437892 ], [ 120.043739, 30.2438927 ], [ 120.0444718, 30.2439993 ], [ 120.0451053, 30.2440814 ], [ 120.0461293, 30.2442107 ], [ 120.0464641, 30.2442744 ], [ 120.0468811, 30.2443494 ], [ 120.047002, 30.2443711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0455217, 30.2442668 ], [ 120.0450424, 30.2441978 ], [ 120.0443049, 30.2440958 ], [ 120.04375, 30.244019 ], [ 120.0432702, 30.2439288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0469935, 30.2445045 ], [ 120.0468528, 30.2444795 ], [ 120.0464246, 30.2444034 ], [ 120.0460925, 30.2443563 ], [ 120.0455217, 30.2442668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.047002, 30.2443711 ], [ 120.0471386, 30.2444187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0469935, 30.2445045 ], [ 120.047002, 30.2443711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0101292, 30.2389396 ], [ 120.0100894, 30.2392346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0101292, 30.2389396 ], [ 120.0115656, 30.2390814 ], [ 120.0120865, 30.2391328 ], [ 120.0124333, 30.239167 ], [ 120.0158713, 30.239623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0156996, 30.2398831 ], [ 120.014304, 30.2396989 ], [ 120.0139363, 30.2396504 ], [ 120.0131589, 30.2395478 ], [ 120.0121428, 30.2394264 ], [ 120.0100894, 30.2392346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0156996, 30.2398831 ], [ 120.0158713, 30.239623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158713, 30.239623 ], [ 120.0158869, 30.2399084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158869, 30.2399084 ], [ 120.0156996, 30.2398831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0030739, 30.2386422 ], [ 120.0029653, 30.2396236 ], [ 120.0029564, 30.2415329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158713, 30.239623 ], [ 120.0160038, 30.2396349 ], [ 120.017608, 30.2398585 ], [ 120.0181521, 30.2399344 ], [ 120.0185596, 30.2399912 ], [ 120.0188637, 30.2400336 ], [ 120.0193767, 30.2401111 ], [ 120.0198981, 30.2401884 ], [ 120.0203842, 30.2402621 ], [ 120.0222088, 30.2405362 ], [ 120.0274658, 30.2413664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0095503, 30.2421679 ], [ 120.0097532, 30.2412024 ], [ 120.0100894, 30.2392346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0100894, 30.2392346 ], [ 120.0097532, 30.2412024 ], [ 120.0095503, 30.2421679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274526, 30.2416524 ], [ 120.0235267, 30.2410836 ], [ 120.0230361, 30.2410121 ], [ 120.0221617, 30.2408846 ], [ 120.0201854, 30.2405675 ], [ 120.0196635, 30.2404892 ], [ 120.0188605, 30.2403593 ], [ 120.0158869, 30.2399084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0028743, 30.2442049 ], [ 120.0028098, 30.2429999 ], [ 120.0028047, 30.2429041 ], [ 120.0027118, 30.2413266 ], [ 120.0027549, 30.2397899 ], [ 120.0028163, 30.2386019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云凤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006742, 30.2419082 ], [ 120.0054188, 30.2417859 ], [ 120.0048021, 30.2417201 ], [ 120.0042844, 30.2416505 ], [ 120.0029564, 30.2415329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云凤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0029564, 30.2415329 ], [ 120.0042844, 30.2416505 ], [ 120.0048021, 30.2417201 ], [ 120.0054188, 30.2417859 ], [ 120.006742, 30.2419082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云凤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006742, 30.2419082 ], [ 120.0095503, 30.2421679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云凤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0095503, 30.2421679 ], [ 120.006742, 30.2419082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0145929, 30.2451206 ], [ 120.0148846, 30.2437569 ], [ 120.0151043, 30.2427706 ], [ 120.0153764, 30.241549 ], [ 120.0156032, 30.2403468 ], [ 120.0156996, 30.2398831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158869, 30.2399084 ], [ 120.015818, 30.2403738 ], [ 120.0156893, 30.2409392 ], [ 120.0155703, 30.2415535 ], [ 120.015389, 30.242412 ], [ 120.0148954, 30.2447486 ], [ 120.0148406, 30.2451398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0029564, 30.2415329 ], [ 120.0029849, 30.2423279 ], [ 120.0031098, 30.2441992 ], [ 120.0031094, 30.2442262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006742, 30.2419082 ], [ 120.0067104, 30.2420618 ], [ 120.0065591, 30.2427981 ], [ 120.0062415, 30.2442787 ], [ 120.0061863, 30.2444689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274526, 30.2416524 ], [ 120.0274658, 30.2413664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274658, 30.2413664 ], [ 120.0278354, 30.2414239 ], [ 120.0304957, 30.2418374 ], [ 120.0314041, 30.2419798 ], [ 120.0333236, 30.2422653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0312127, 30.2422229 ], [ 120.0274526, 30.2416524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0333236, 30.2422653 ], [ 120.0370875, 30.2427645 ], [ 120.0372628, 30.2428867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0373007, 30.2430837 ], [ 120.037079, 30.2430496 ], [ 120.0324956, 30.24242 ], [ 120.0312127, 30.2422229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0372628, 30.2428867 ], [ 120.0375076, 30.2427402 ], [ 120.0377389, 30.242686 ], [ 120.0379214, 30.2426904 ], [ 120.0381341, 30.2427135 ], [ 120.0388018, 30.2428003 ], [ 120.0396253, 30.2429268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0372628, 30.2428867 ], [ 120.0373007, 30.2430837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0373007, 30.2430837 ], [ 120.0372628, 30.2428867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0372628, 30.2428867 ], [ 120.0379733, 30.243007 ], [ 120.0393021, 30.243194 ], [ 120.0394205, 30.2432095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.038139, 30.2431946 ], [ 120.0373007, 30.2430837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0061863, 30.2444689 ], [ 120.0062415, 30.2442787 ], [ 120.0065591, 30.2427981 ], [ 120.0067104, 30.2420618 ], [ 120.006742, 30.2419082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "华丰路", "汀目路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0095503, 30.2421679 ], [ 120.0093547, 30.243099 ], [ 120.0091941, 30.2440808 ], [ 120.0091528, 30.2443338 ], [ 120.0091396, 30.244414 ], [ 120.0090938, 30.2446943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "华丰路", "汀目路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0090938, 30.2446943 ], [ 120.0091396, 30.244414 ], [ 120.0091528, 30.2443338 ], [ 120.0091941, 30.2440808 ], [ 120.0093547, 30.243099 ], [ 120.0095503, 30.2421679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0028743, 30.2442049 ], [ 120.0031094, 30.2442262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0029119, 30.244456 ], [ 120.0028743, 30.2442049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031094, 30.2442262 ], [ 120.0032013, 30.2442366 ], [ 120.0033676, 30.2442526 ], [ 120.0038465, 30.2442986 ], [ 120.0061863, 30.2444689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031094, 30.2442262 ], [ 120.0031143, 30.2444728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031143, 30.2444728 ], [ 120.0029119, 30.244456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0061863, 30.2444689 ], [ 120.0061379, 30.2446899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0061379, 30.2446899 ], [ 120.0061863, 30.2444689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0394205, 30.2432095 ], [ 120.0397818, 30.2432126 ], [ 120.0403726, 30.243307 ], [ 120.0407783, 30.2433725 ], [ 120.0415398, 30.2435017 ], [ 120.0421431, 30.2436152 ], [ 120.0425679, 30.2437167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0394205, 30.2432095 ], [ 120.0397185, 30.2432622 ], [ 120.0402793, 30.2433634 ], [ 120.0409669, 30.2434751 ], [ 120.0415066, 30.2435525 ], [ 120.0425679, 30.2437167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0432702, 30.2439288 ], [ 120.0424452, 30.2438465 ], [ 120.0419509, 30.24379 ], [ 120.041259, 30.2436946 ], [ 120.0395828, 30.2434421 ], [ 120.0392165, 30.2433927 ], [ 120.0387237, 30.2433705 ], [ 120.0384911, 30.2433391 ], [ 120.0382948, 30.2432713 ], [ 120.038139, 30.2431946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0432702, 30.2439288 ], [ 120.0428645, 30.2438706 ], [ 120.0422422, 30.2437624 ], [ 120.0414538, 30.2436324 ], [ 120.0405363, 30.2434969 ], [ 120.0401355, 30.2434435 ], [ 120.0400256, 30.2434289 ], [ 120.0396381, 30.2433782 ], [ 120.0393004, 30.243323 ], [ 120.038139, 30.2431946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026265, 30.2460715 ], [ 120.0263917, 30.245552 ], [ 120.0267471, 30.2440941 ], [ 120.0268661, 30.2436062 ], [ 120.0269145, 30.243429 ], [ 120.0270003, 30.2431458 ], [ 120.0273717, 30.2419194 ], [ 120.0274526, 30.2416524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274526, 30.2416524 ], [ 120.0273717, 30.2419194 ], [ 120.0270003, 30.2431458 ], [ 120.0269145, 30.243429 ], [ 120.0268661, 30.2436062 ], [ 120.0267471, 30.2440941 ], [ 120.0263917, 30.245552 ], [ 120.026265, 30.2460715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0355799, 30.2481894 ], [ 120.035776, 30.2471805 ], [ 120.0358477, 30.2469252 ], [ 120.0360192, 30.246296 ], [ 120.0361035, 30.2460426 ], [ 120.0361686, 30.2458845 ], [ 120.0363077, 30.2456113 ], [ 120.0364759, 30.2453289 ], [ 120.036648, 30.245085 ], [ 120.0368571, 30.2448399 ], [ 120.036991, 30.2445948 ], [ 120.0370604, 30.2443894 ], [ 120.0371338, 30.2440364 ], [ 120.0372686, 30.2432667 ], [ 120.0372713, 30.2432515 ], [ 120.0373007, 30.2430837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0373007, 30.2430837 ], [ 120.0372713, 30.2432515 ], [ 120.0372686, 30.2432667 ], [ 120.0371338, 30.2440364 ], [ 120.0370604, 30.2443894 ], [ 120.036991, 30.2445948 ], [ 120.0368571, 30.2448399 ], [ 120.036648, 30.245085 ], [ 120.0364759, 30.2453289 ], [ 120.0363077, 30.2456113 ], [ 120.0361686, 30.2458845 ], [ 120.0361035, 30.2460426 ], [ 120.0360192, 30.246296 ], [ 120.0358477, 30.2469252 ], [ 120.035776, 30.2471805 ], [ 120.0355799, 30.2481894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026265, 30.2460715 ], [ 120.0262245, 30.2461965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0262245, 30.2461965 ], [ 120.026265, 30.2460715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0061379, 30.2446899 ], [ 120.0038227, 30.2445049 ], [ 120.0033835, 30.2444808 ], [ 120.0032629, 30.2444741 ], [ 120.0032223, 30.2444719 ], [ 120.0031143, 30.2444728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0061863, 30.2444689 ], [ 120.0090938, 30.2446943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0090335, 30.2449218 ], [ 120.0061379, 30.2446899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0090938, 30.2446943 ], [ 120.0090335, 30.2449218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0090335, 30.2449218 ], [ 120.0090938, 30.2446943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0090938, 30.2446943 ], [ 120.013732, 30.2450539 ], [ 120.0145929, 30.2451206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0145929, 30.2451206 ], [ 120.0148406, 30.2451398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0145411, 30.2453629 ], [ 120.0090335, 30.2449218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0145411, 30.2453629 ], [ 120.0145929, 30.2451206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0148406, 30.2451398 ], [ 120.0148003, 30.2453834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0471386, 30.2444187 ], [ 120.0471675, 30.244563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留下街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0471675, 30.244563 ], [ 120.0469935, 30.2445045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留下街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0471386, 30.2444187 ], [ 120.0473203, 30.244444 ], [ 120.0482824, 30.2445781 ], [ 120.0489966, 30.2446868 ], [ 120.0497416, 30.2447969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留下街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0497213, 30.244915 ], [ 120.0488023, 30.2447796 ], [ 120.0482693, 30.244712 ], [ 120.047813, 30.244648 ], [ 120.0473356, 30.2445851 ], [ 120.0471675, 30.244563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏基山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0497213, 30.244915 ], [ 120.0497416, 30.2447969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏基山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0497416, 30.2447969 ], [ 120.0497213, 30.244915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留下街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0512267, 30.2450451 ], [ 120.0506438, 30.245039 ], [ 120.0503572, 30.2450353 ], [ 120.0497213, 30.244915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留下街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0497416, 30.2447969 ], [ 120.0502726, 30.2448724 ], [ 120.0507558, 30.2449054 ], [ 120.0514378, 30.2449016 ], [ 120.0520865, 30.244899 ], [ 120.0523995, 30.2448892 ], [ 120.0529346, 30.2448817 ], [ 120.0533788, 30.2449028 ], [ 120.0539131, 30.2449571 ], [ 120.0542199, 30.2449882 ], [ 120.0550984, 30.2450714 ], [ 120.0561235, 30.245188 ], [ 120.0564589, 30.2452239 ], [ 120.0566071, 30.2452398 ], [ 120.0570109, 30.2453079 ], [ 120.0575115, 30.2454244 ], [ 120.0579176, 30.2455284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留下街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0578773, 30.245641 ], [ 120.0577357, 30.2455907 ], [ 120.0571777, 30.2454517 ], [ 120.056583, 30.2453555 ], [ 120.0556031, 30.2452473 ], [ 120.0554426, 30.2452302 ], [ 120.0550799, 30.2451915 ], [ 120.0547018, 30.2451511 ], [ 120.0541255, 30.2451266 ], [ 120.0534782, 30.2450567 ], [ 120.0528585, 30.2450444 ], [ 120.0524376, 30.2450436 ], [ 120.0521667, 30.245051 ], [ 120.0512267, 30.2450451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "留下街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579176, 30.2455284 ], [ 120.0579804, 30.2455445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026265, 30.2460715 ], [ 120.0274059, 30.2463082 ], [ 120.0275299, 30.2463339 ], [ 120.0278275, 30.246404 ], [ 120.0291241, 30.2467239 ], [ 120.029956, 30.2469163 ], [ 120.0314381, 30.2472518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0314057, 30.2473874 ], [ 120.0301278, 30.2470708 ], [ 120.0295463, 30.2469285 ], [ 120.0290936, 30.2468312 ], [ 120.027774, 30.2465324 ], [ 120.0274761, 30.2464651 ], [ 120.0262245, 30.2461965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0256954, 30.2480771 ], [ 120.0258174, 30.2476256 ], [ 120.02595, 30.2471347 ], [ 120.0260882, 30.2466625 ], [ 120.0262245, 30.2461965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0262245, 30.2461965 ], [ 120.0260882, 30.2466625 ], [ 120.02595, 30.2471347 ], [ 120.0258174, 30.2476256 ], [ 120.0256954, 30.2480771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0314057, 30.2473874 ], [ 120.0314381, 30.2472518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0314381, 30.2472518 ], [ 120.0314057, 30.2473874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0314381, 30.2472518 ], [ 120.0355799, 30.2481894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0354008, 30.2482902 ], [ 120.0314057, 30.2473874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0354008, 30.2482902 ], [ 120.0355799, 30.2481894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0355799, 30.2481894 ], [ 120.03564, 30.2483443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杨梅山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0578773, 30.245641 ], [ 120.0579176, 30.2455284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579804, 30.2455445 ], [ 120.0578773, 30.245641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0431735, 30.2483558 ], [ 120.0431892, 30.248306 ], [ 120.0433558, 30.2477703 ], [ 120.0436237, 30.2469313 ], [ 120.0446124, 30.2471483 ], [ 120.0454405, 30.2445385 ], [ 120.0455217, 30.2442668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0455217, 30.2442668 ], [ 120.0454405, 30.2445385 ], [ 120.0446124, 30.2471483 ], [ 120.0436237, 30.2469313 ], [ 120.0433558, 30.2477703 ], [ 120.0431892, 30.248306 ], [ 120.0431735, 30.2483558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0471675, 30.244563 ], [ 120.0472163, 30.2447061 ], [ 120.0472381, 30.2447918 ], [ 120.0474425, 30.2451777 ], [ 120.0477831, 30.245757 ], [ 120.0479283, 30.2460602 ], [ 120.0480376, 30.2463525 ], [ 120.0481748, 30.2467927 ], [ 120.0483648, 30.2474361 ], [ 120.0485086, 30.2479387 ], [ 120.0487285, 30.248633 ], [ 120.0488465, 30.2490092 ], [ 120.0490195, 30.2494481 ], [ 120.0491302, 30.2496879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0494604, 30.2508142 ], [ 120.049416, 30.2507261 ], [ 120.0490665, 30.2500334 ], [ 120.0489531, 30.2498004 ], [ 120.0488433, 30.2494713 ], [ 120.0486213, 30.2487829 ], [ 120.0485081, 30.2484318 ], [ 120.0481918, 30.2473536 ], [ 120.0478945, 30.246429 ], [ 120.0477074, 30.245963 ], [ 120.0473411, 30.245322 ], [ 120.0470613, 30.2448632 ], [ 120.0470281, 30.2447805 ], [ 120.0470182, 30.2446879 ], [ 120.0469935, 30.2445045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "古灵慈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0496957, 30.2508341 ], [ 120.0497847, 30.2506182 ], [ 120.0498376, 30.2505176 ], [ 120.0498702, 30.2504376 ], [ 120.0498879, 30.2503437 ], [ 120.0499043, 30.2502957 ], [ 120.0499143, 30.2502807 ], [ 120.0499479, 30.2502306 ], [ 120.0500072, 30.2501905 ], [ 120.0500625, 30.2501752 ], [ 120.0501279, 30.2501726 ], [ 120.0502657, 30.2501979 ], [ 120.0503697, 30.2502108 ], [ 120.0504393, 30.2501961 ], [ 120.0504774, 30.2501808 ], [ 120.0505204, 30.250146 ], [ 120.0505334, 30.2501199 ], [ 120.0505987, 30.2499888 ], [ 120.0506931, 30.2498381 ], [ 120.0507212, 30.2496819 ], [ 120.0508421, 30.248836 ], [ 120.0510291, 30.2476289 ], [ 120.0511328, 30.2469386 ], [ 120.0511715, 30.246681 ], [ 120.0512192, 30.2461692 ], [ 120.0512101, 30.2456388 ], [ 120.0512267, 30.2450451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "古灵慈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0512267, 30.2450451 ], [ 120.0512101, 30.2456388 ], [ 120.0512192, 30.2461692 ], [ 120.0511715, 30.246681 ], [ 120.0511328, 30.2469386 ], [ 120.0510291, 30.2476289 ], [ 120.0508421, 30.248836 ], [ 120.0507212, 30.2496819 ], [ 120.0506931, 30.2498381 ], [ 120.0505987, 30.2499888 ], [ 120.0505334, 30.2501199 ], [ 120.0505204, 30.250146 ], [ 120.0504774, 30.2501808 ], [ 120.0504393, 30.2501961 ], [ 120.0503697, 30.2502108 ], [ 120.0502657, 30.2501979 ], [ 120.0501279, 30.2501726 ], [ 120.0500625, 30.2501752 ], [ 120.0500072, 30.2501905 ], [ 120.0499479, 30.2502306 ], [ 120.0499143, 30.2502807 ], [ 120.0499043, 30.2502957 ], [ 120.0498879, 30.2503437 ], [ 120.0498702, 30.2504376 ], [ 120.0498376, 30.2505176 ], [ 120.0497847, 30.2506182 ], [ 120.0496957, 30.2508341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0484854, 30.2474311 ], [ 120.0488226, 30.2485164 ], [ 120.049087, 30.2492911 ], [ 120.0491302, 30.2496879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426307, 30.2498378 ], [ 120.0427066, 30.2497048 ], [ 120.0429721, 30.2488133 ], [ 120.042984, 30.2487735 ], [ 120.0430369, 30.2485945 ], [ 120.0430973, 30.2483906 ], [ 120.0431735, 30.2483558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9903192, 30.2356972 ], [ 119.9924835, 30.2361684 ], [ 119.9935448, 30.2364436 ], [ 119.9941595, 30.236603 ], [ 119.9945472, 30.2367036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945472, 30.2367036 ], [ 119.9946733, 30.2367363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9944662, 30.2369678 ], [ 119.9925639, 30.2364995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9944662, 30.2369678 ], [ 119.9945472, 30.2367036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9946733, 30.2367363 ], [ 119.9945757, 30.2369948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945757, 30.2369948 ], [ 119.9944662, 30.2369678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9944777, 30.2371737 ], [ 119.9944662, 30.2369678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945757, 30.2369948 ], [ 119.9944777, 30.2371737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9946733, 30.2367363 ], [ 119.9957938, 30.2370269 ], [ 119.9970034, 30.2373184 ], [ 119.9974808, 30.2374335 ], [ 119.9987261, 30.2376921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9923058, 30.2380715 ], [ 119.9924314, 30.2371604 ], [ 119.9924774, 30.2368268 ], [ 119.9925639, 30.2364995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9925639, 30.2364995 ], [ 119.9924774, 30.2368268 ], [ 119.9924314, 30.2371604 ], [ 119.9923058, 30.2380715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9944777, 30.2371737 ], [ 119.9944376, 30.2374546 ], [ 119.9944599, 30.2376625 ], [ 119.9944287, 30.2381898 ], [ 119.9944154, 30.2383399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9944154, 30.2383399 ], [ 119.9944287, 30.2381898 ], [ 119.9944599, 30.2376625 ], [ 119.9944376, 30.2374546 ], [ 119.9944777, 30.2371737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0028163, 30.2386019 ], [ 120.0018173, 30.2384456 ], [ 120.0006214, 30.2382585 ], [ 120.0002072, 30.2381917 ], [ 119.9996854, 30.2381076 ], [ 119.9994577, 30.2380709 ], [ 119.9976303, 30.2377424 ], [ 119.9974769, 30.2377148 ], [ 119.997137, 30.23763 ], [ 119.9957384, 30.237281 ], [ 119.9950941, 30.2371224 ], [ 119.9948938, 30.2370731 ], [ 119.9945757, 30.2369948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9944154, 30.2383399 ], [ 119.9923058, 30.2380715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9923058, 30.2380715 ], [ 119.9944154, 30.2383399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9943664, 30.2384553 ], [ 119.9944154, 30.2383399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9944154, 30.2383399 ], [ 119.9943664, 30.2384553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9865157, 30.2384666 ], [ 119.9888527, 30.2387001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9888527, 30.2387001 ], [ 119.9865157, 30.2384666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9726542, 30.2374614 ], [ 119.9724589, 30.2373142 ], [ 119.9723234, 30.2372901 ], [ 119.9721809, 30.2372967 ], [ 119.9720845, 30.2373076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9726542, 30.2374614 ], [ 119.9726919, 30.2374272 ], [ 119.9727702, 30.2373634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9727702, 30.2373634 ], [ 119.9729941, 30.2375785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9729941, 30.2375785 ], [ 119.9726542, 30.2374614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667456, 30.2376212 ], [ 119.967413, 30.2378335 ], [ 119.9691865, 30.2384544 ], [ 119.9697793, 30.2386201 ], [ 119.970232, 30.2386295 ], [ 119.9707427, 30.2384407 ], [ 119.9709818, 30.2381929 ], [ 119.9717266, 30.2373557 ], [ 119.9717687, 30.2372698 ], [ 119.9717753, 30.237135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9720845, 30.2373076 ], [ 119.9719435, 30.2373487 ], [ 119.9717701, 30.2374519 ], [ 119.9710253, 30.2382891 ], [ 119.9707862, 30.2385369 ], [ 119.9702755, 30.2387257 ], [ 119.9698228, 30.2387163 ], [ 119.9691361, 30.2385355 ], [ 119.9673484, 30.2379299 ], [ 119.9671821, 30.2378447 ], [ 119.9667456, 30.2376212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9712958, 30.2350614 ], [ 119.9707296, 30.2355649 ], [ 119.9706277, 30.2356668 ], [ 119.9697121, 30.2365817 ], [ 119.9691792, 30.2371142 ], [ 119.9686655, 30.2377839 ], [ 119.9683106, 30.238494 ], [ 119.967995, 30.2391526 ], [ 119.9679036, 30.2393433 ], [ 119.9678486, 30.2394581 ], [ 119.9677035, 30.2397609 ], [ 119.9672925, 30.2404629 ], [ 119.9667493, 30.2411085 ], [ 119.9660414, 30.2419355 ], [ 119.9657571, 30.2423062 ], [ 119.9655729, 30.2426535 ], [ 119.9654058, 30.2436985 ], [ 119.9650394, 30.2442339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9650394, 30.2442339 ], [ 119.9654058, 30.2436985 ], [ 119.9655729, 30.2426535 ], [ 119.9657571, 30.2423062 ], [ 119.9660414, 30.2419355 ], [ 119.9667493, 30.2411085 ], [ 119.9672925, 30.2404629 ], [ 119.9677035, 30.2397609 ], [ 119.9678486, 30.2394581 ], [ 119.9679036, 30.2393433 ], [ 119.967995, 30.2391526 ], [ 119.9683106, 30.238494 ], [ 119.9686655, 30.2377839 ], [ 119.9691792, 30.2371142 ], [ 119.9697121, 30.2365817 ], [ 119.9706277, 30.2356668 ], [ 119.9707296, 30.2355649 ], [ 119.9712958, 30.2350614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9654952, 30.2443999 ], [ 119.9663224, 30.2437038 ], [ 119.9664749, 30.2435555 ], [ 119.9667385, 30.2432993 ], [ 119.9691711, 30.2409349 ], [ 119.9722367, 30.2378396 ], [ 119.9726542, 30.2374614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9729941, 30.2375785 ], [ 119.9725171, 30.2379881 ], [ 119.9721891, 30.2383311 ], [ 119.9719531, 30.2385667 ], [ 119.9694449, 30.2411569 ], [ 119.9666286, 30.2438429 ], [ 119.9658748, 30.244494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863668, 30.2384571 ], [ 119.9831086, 30.2382483 ], [ 119.9814368, 30.2380788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9865157, 30.2384666 ], [ 119.9863668, 30.2384571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863668, 30.2384571 ], [ 119.9865157, 30.2384666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9865157, 30.2384666 ], [ 119.9865107, 30.2397811 ], [ 119.9863458, 30.2397363 ], [ 119.9863668, 30.2384571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789162, 30.2486261 ], [ 119.9792078, 30.2479937 ], [ 119.9798416, 30.2466191 ], [ 119.9799079, 30.246448 ], [ 119.9800752, 30.2460583 ], [ 119.9801776, 30.2458236 ], [ 119.9801998, 30.2457681 ], [ 119.9803736, 30.24536 ], [ 119.9805406, 30.2447856 ], [ 119.9806089, 30.2443596 ], [ 119.9806567, 30.2437847 ], [ 119.9806342, 30.2432948 ], [ 119.980563, 30.2428446 ], [ 119.9805054, 30.2424563 ], [ 119.9804143, 30.2419729 ], [ 119.9803146, 30.2413307 ], [ 119.9802854, 30.2411422 ], [ 119.9801619, 30.2403578 ], [ 119.9800593, 30.239719 ], [ 119.9798902, 30.2385981 ], [ 119.9797132, 30.2376201 ], [ 119.9795513, 30.2370605 ], [ 119.9793457, 30.2363499 ], [ 119.9792762, 30.2360793 ], [ 119.9791667, 30.2356724 ], [ 119.9790916, 30.2351426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9792292, 30.2351462 ], [ 119.9792725, 30.235606 ], [ 119.9793606, 30.2360624 ], [ 119.9793828, 30.2361777 ], [ 119.979471, 30.23647 ], [ 119.9797321, 30.2373561 ], [ 119.9798203, 30.2377691 ], [ 119.9799711, 30.2385282 ], [ 119.9802174, 30.2400147 ], [ 119.980276, 30.2404216 ], [ 119.9805078, 30.2420315 ], [ 119.9806953, 30.2431432 ], [ 119.9807468, 30.2436863 ], [ 119.98071, 30.2442516 ], [ 119.9806733, 30.2446169 ], [ 119.9805225, 30.2451218 ], [ 119.9804122, 30.245468 ], [ 119.980266, 30.245797 ], [ 119.9799363, 30.2466547 ], [ 119.9795053, 30.2475938 ], [ 119.979012, 30.2486683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9770329, 30.2477421 ], [ 119.9773946, 30.2479225 ], [ 119.978228, 30.248315 ], [ 119.9789162, 30.2486261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788602, 30.2487362 ], [ 119.9779911, 30.2483552 ], [ 119.9770329, 30.2477421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789162, 30.2486261 ], [ 119.979012, 30.2486683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闲富路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9788602, 30.2487362 ], [ 119.9789162, 30.2486261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9923058, 30.2380715 ], [ 119.9922011, 30.2388303 ], [ 119.9921883, 30.2391521 ], [ 119.9921819, 30.2393852 ], [ 119.992169, 30.2395795 ], [ 119.9923617, 30.2403176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9923617, 30.2403176 ], [ 119.992169, 30.2395795 ], [ 119.9921819, 30.2393852 ], [ 119.9921883, 30.2391521 ], [ 119.9922011, 30.2388303 ], [ 119.9923058, 30.2380715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.986091, 30.2554023 ], [ 119.9863539, 30.2556571 ], [ 119.9870413, 30.2562797 ], [ 119.9876844, 30.2567777 ], [ 119.9881833, 30.2571225 ], [ 119.989026, 30.2576205 ], [ 119.9902267, 30.2583878 ], [ 119.9904031, 30.2585192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9903048, 30.2586024 ], [ 119.9900668, 30.2584228 ], [ 119.9880574, 30.2571703 ], [ 119.9874604, 30.2567528 ], [ 119.987015, 30.2563926 ], [ 119.9860162, 30.2554799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "绿汀路", "绿汀路隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9904031, 30.2585192 ], [ 119.9911431, 30.2581051 ], [ 119.9929763, 30.2571928 ], [ 119.9941275, 30.2567687 ], [ 119.9941299, 30.256768 ], [ 119.9952494, 30.256451 ], [ 119.9966451, 30.2562452 ], [ 119.9968523, 30.2562269 ], [ 119.9998096, 30.2560579 ], [ 120.0008569, 30.2561068 ], [ 120.0021127, 30.2560658 ], [ 120.002633, 30.256018 ], [ 120.0041718, 30.2559633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "绿汀路", "绿汀路隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0042071, 30.2561278 ], [ 120.0041398, 30.2561298 ], [ 120.000852, 30.2562286 ], [ 119.999662, 30.2562745 ], [ 119.9968457, 30.2564475 ], [ 119.996584, 30.2564627 ], [ 119.9953442, 30.2566067 ], [ 119.9941665, 30.2569015 ], [ 119.9940191, 30.2569578 ], [ 119.9930551, 30.2573259 ], [ 119.9912935, 30.2582207 ], [ 119.9905673, 30.2586282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9903048, 30.2586024 ], [ 119.9904031, 30.2585192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9904031, 30.2585192 ], [ 119.9905673, 30.2586282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9904411, 30.2587293 ], [ 119.9903048, 30.2586024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9905673, 30.2586282 ], [ 119.9904411, 30.2587293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9658748, 30.244494 ], [ 119.9667031, 30.2445566 ], [ 119.9669377, 30.2445747 ], [ 119.9672042, 30.2445986 ], [ 119.9675837, 30.2446326 ], [ 119.9680204, 30.2446966 ], [ 119.9693862, 30.2450405 ], [ 119.9704349, 30.2453023 ], [ 119.9705718, 30.2454195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9705718, 30.2454195 ], [ 119.9703678, 30.2453741 ], [ 119.9681872, 30.2448134 ], [ 119.9678117, 30.2447531 ], [ 119.9673423, 30.2446836 ], [ 119.966927, 30.2446492 ], [ 119.9660817, 30.2445956 ], [ 119.9657906, 30.2445571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9770329, 30.2477421 ], [ 119.9768768, 30.2476643 ], [ 119.9765723, 30.2475193 ], [ 119.9763526, 30.2473788 ], [ 119.9762556, 30.2473168 ], [ 119.9759714, 30.2471569 ], [ 119.9757691, 30.2470881 ], [ 119.9755051, 30.2469984 ], [ 119.9748111, 30.2467876 ], [ 119.9745428, 30.2466764 ], [ 119.9741673, 30.2463508 ], [ 119.9739742, 30.2461434 ], [ 119.9736646, 30.2459937 ], [ 119.9735719, 30.2459488 ], [ 119.9734711, 30.2459327 ], [ 119.9728284, 30.245809 ], [ 119.972558, 30.2457866 ], [ 119.971682, 30.2457741 ], [ 119.9715463, 30.2457466 ], [ 119.9709673, 30.2455522 ], [ 119.9708352, 30.2455079 ], [ 119.9705718, 30.2454195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9705718, 30.2454195 ], [ 119.9708352, 30.2455079 ], [ 119.9709673, 30.2455522 ], [ 119.9715463, 30.2457466 ], [ 119.971682, 30.2457741 ], [ 119.972558, 30.2457866 ], [ 119.9728284, 30.245809 ], [ 119.9734711, 30.2459327 ], [ 119.9735719, 30.2459488 ], [ 119.9736646, 30.2459937 ], [ 119.9739742, 30.2461434 ], [ 119.9741673, 30.2463508 ], [ 119.9745428, 30.2466764 ], [ 119.9748111, 30.2467876 ], [ 119.9755051, 30.2469984 ], [ 119.9757691, 30.2470881 ], [ 119.9759714, 30.2471569 ], [ 119.9762556, 30.2473168 ], [ 119.9763526, 30.2473788 ], [ 119.9765723, 30.2475193 ], [ 119.9768768, 30.2476643 ], [ 119.9770329, 30.2477421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9723758, 30.2618469 ], [ 119.9723252, 30.2617061 ], [ 119.971946, 30.2608314 ], [ 119.9715454, 30.2602626 ], [ 119.9712423, 30.2598875 ], [ 119.9709695, 30.2595195 ], [ 119.9708309, 30.2592818 ], [ 119.9707086, 30.2590245 ], [ 119.9706146, 30.258794 ], [ 119.970184, 30.2576738 ], [ 119.9698883, 30.2570003 ], [ 119.9693649, 30.2559853 ], [ 119.969209, 30.255698 ], [ 119.969149, 30.2555875 ], [ 119.9689603, 30.2553157 ], [ 119.968766, 30.2550988 ], [ 119.9685091, 30.2548683 ], [ 119.9671311, 30.2536908 ], [ 119.9664653, 30.2529519 ], [ 119.966297, 30.252765 ], [ 119.966088, 30.2525781 ], [ 119.9657673, 30.252328 ], [ 119.9655449, 30.252112 ], [ 119.9654687, 30.252038 ], [ 119.9653195, 30.2518543 ], [ 119.9652027, 30.2517268 ], [ 119.9650445, 30.2514851 ], [ 119.9649573, 30.2512589 ], [ 119.9648742, 30.2509976 ], [ 119.9648112, 30.2506719 ], [ 119.9647807, 30.2503533 ], [ 119.9648092, 30.2497753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9648092, 30.2497753 ], [ 119.9647807, 30.2503533 ], [ 119.9648112, 30.2506719 ], [ 119.9648742, 30.2509976 ], [ 119.9649573, 30.2512589 ], [ 119.9650445, 30.2514851 ], [ 119.9652027, 30.2517268 ], [ 119.9653195, 30.2518543 ], [ 119.9654687, 30.252038 ], [ 119.9655449, 30.252112 ], [ 119.9657673, 30.252328 ], [ 119.966088, 30.2525781 ], [ 119.966297, 30.252765 ], [ 119.9664653, 30.2529519 ], [ 119.9671311, 30.2536908 ], [ 119.9685091, 30.2548683 ], [ 119.968766, 30.2550988 ], [ 119.9689603, 30.2553157 ], [ 119.969149, 30.2555875 ], [ 119.969209, 30.255698 ], [ 119.9693649, 30.2559853 ], [ 119.9698883, 30.2570003 ], [ 119.970184, 30.2576738 ], [ 119.9706146, 30.258794 ], [ 119.9707086, 30.2590245 ], [ 119.9708309, 30.2592818 ], [ 119.9709695, 30.2595195 ], [ 119.9712423, 30.2598875 ], [ 119.9715454, 30.2602626 ], [ 119.971946, 30.2608314 ], [ 119.9723252, 30.2617061 ], [ 119.9723758, 30.2618469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9724465, 30.262013 ], [ 119.9723758, 30.2618469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9723758, 30.2618469 ], [ 119.9724465, 30.262013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9686721, 30.2627484 ], [ 119.9694988, 30.2626257 ], [ 119.9705542, 30.262346 ], [ 119.9720142, 30.2619675 ], [ 119.9723758, 30.2618469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9724465, 30.262013 ], [ 119.9702311, 30.2625632 ], [ 119.9693969, 30.2627369 ], [ 119.9687109, 30.2628423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.979012, 30.2486683 ], [ 119.9789468, 30.2487719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789468, 30.2487719 ], [ 119.9788602, 30.2487362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.979012, 30.2486683 ], [ 119.9796603, 30.248954 ], [ 119.9800327, 30.2491573 ], [ 119.9804684, 30.2494539 ], [ 119.9808365, 30.2497923 ], [ 119.9811893, 30.2501394 ], [ 119.9814246, 30.2504019 ], [ 119.9818166, 30.2509438 ], [ 119.9820853, 30.2512998 ], [ 119.9824085, 30.2517182 ], [ 119.982692, 30.2520245 ], [ 119.9827514, 30.2520887 ], [ 119.9831023, 30.2523799 ], [ 119.9836009, 30.2527751 ], [ 119.9841549, 30.2532283 ], [ 119.9845747, 30.2536876 ], [ 119.9846942, 30.2538388 ], [ 119.9849004, 30.2540997 ], [ 119.985489, 30.2547281 ], [ 119.9858106, 30.2551304 ], [ 119.986091, 30.2554023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9860162, 30.2554799 ], [ 119.9857071, 30.2551974 ], [ 119.9854706, 30.2549359 ], [ 119.9848517, 30.2542513 ], [ 119.984351, 30.2536312 ], [ 119.9838376, 30.2531344 ], [ 119.9833875, 30.252788 ], [ 119.982859, 30.2523444 ], [ 119.9823937, 30.2518872 ], [ 119.9817172, 30.2510223 ], [ 119.9814596, 30.2506637 ], [ 119.9812055, 30.2503101 ], [ 119.9810633, 30.2501546 ], [ 119.9806937, 30.2498107 ], [ 119.9800587, 30.2493195 ], [ 119.9791383, 30.2488508 ], [ 119.9789468, 30.2487719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9860162, 30.2554799 ], [ 119.986091, 30.2554023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.986091, 30.2554023 ], [ 119.9860162, 30.2554799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832486, 30.2628386 ], [ 119.9837267, 30.2620942 ], [ 119.9838318, 30.2619258 ], [ 119.9840205, 30.2615725 ], [ 119.9841387, 30.2613288 ], [ 119.9842198, 30.2611293 ], [ 119.9843203, 30.2608307 ], [ 119.9843803, 30.2606358 ], [ 119.9844772, 30.2602489 ], [ 119.9845359, 30.2598215 ], [ 119.9845654, 30.2596062 ], [ 119.9847506, 30.2580617 ], [ 119.9847841, 30.257917 ], [ 119.9848264, 30.2577799 ], [ 119.9848846, 30.2575941 ], [ 119.9849392, 30.2574722 ], [ 119.9850063, 30.2573291 ], [ 119.9851456, 30.2570458 ], [ 119.985694, 30.2559095 ], [ 119.9857821, 30.2557419 ], [ 119.9858197, 30.2556838 ], [ 119.9860162, 30.2554799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9860162, 30.2554799 ], [ 119.9858197, 30.2556838 ], [ 119.9857821, 30.2557419 ], [ 119.985694, 30.2559095 ], [ 119.9851456, 30.2570458 ], [ 119.9850063, 30.2573291 ], [ 119.9849392, 30.2574722 ], [ 119.9848846, 30.2575941 ], [ 119.9848264, 30.2577799 ], [ 119.9847841, 30.257917 ], [ 119.9847506, 30.2580617 ], [ 119.9845654, 30.2596062 ], [ 119.9845359, 30.2598215 ], [ 119.9844772, 30.2602489 ], [ 119.9843803, 30.2606358 ], [ 119.9843203, 30.2608307 ], [ 119.9842198, 30.2611293 ], [ 119.9841387, 30.2613288 ], [ 119.9840205, 30.2615725 ], [ 119.9838318, 30.2619258 ], [ 119.9837267, 30.2620942 ], [ 119.9832486, 30.2628386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9770023, 30.2607954 ], [ 119.9783307, 30.2624444 ], [ 119.9785075, 30.2626639 ], [ 119.9786407, 30.2630377 ], [ 119.9787422, 30.2633769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787422, 30.2633769 ], [ 119.9786407, 30.2630377 ], [ 119.9785075, 30.2626639 ], [ 119.9783307, 30.2624444 ], [ 119.9770023, 30.2607954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862015, 30.2681231 ], [ 119.9862284, 30.2672022 ], [ 119.9863094, 30.2663012 ], [ 119.9863951, 30.2659166 ], [ 119.98647, 30.2655097 ], [ 119.9867048, 30.2645592 ], [ 119.9870556, 30.26355 ], [ 119.9873899, 30.2627338 ], [ 119.9874919, 30.2625463 ], [ 119.9877229, 30.2621379 ], [ 119.9879179, 30.2618058 ], [ 119.9883653, 30.2610437 ], [ 119.9885341, 30.2607762 ], [ 119.9888141, 30.2603325 ], [ 119.9895124, 30.2593485 ], [ 119.9901886, 30.2587299 ], [ 119.9903048, 30.2586024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9904411, 30.2587293 ], [ 119.9903302, 30.2588273 ], [ 119.9896305, 30.2594662 ], [ 119.9894037, 30.2597133 ], [ 119.9890526, 30.2602137 ], [ 119.9886659, 30.2608326 ], [ 119.9886463, 30.2608639 ], [ 119.9880709, 30.2618235 ], [ 119.987712, 30.2625215 ], [ 119.9875926, 30.2627057 ], [ 119.9872632, 30.2633987 ], [ 119.9872274, 30.263474 ], [ 119.9870078, 30.2640853 ], [ 119.98659, 30.2656484 ], [ 119.9864177, 30.2667004 ], [ 119.9863712, 30.2672594 ], [ 119.9863748, 30.2681113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863748, 30.2681113 ], [ 119.9867833, 30.2680874 ], [ 119.9872775, 30.2680669 ], [ 119.9892469, 30.2679803 ], [ 119.9899179, 30.2679548 ], [ 119.9912349, 30.2679032 ], [ 119.9916433, 30.2678968 ], [ 119.9919857, 30.2679233 ], [ 119.9921642, 30.2679498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921642, 30.2679498 ], [ 119.9921406, 30.2680606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921406, 30.2680606 ], [ 119.9921642, 30.2679498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921642, 30.2679498 ], [ 119.9929851, 30.2680541 ], [ 119.9949933, 30.2683192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921406, 30.2680606 ], [ 119.9916305, 30.2680073 ], [ 119.9912414, 30.267999 ], [ 119.9899227, 30.2680568 ], [ 119.9897759, 30.2680667 ], [ 119.9894278, 30.2680883 ], [ 119.986811, 30.2682507 ], [ 119.9863734, 30.2682768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9949626, 30.2684556 ], [ 119.9926574, 30.2681475 ], [ 119.9921406, 30.2680606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9949933, 30.2683192 ], [ 119.9951183, 30.2683396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9949626, 30.2684556 ], [ 119.9949933, 30.2683192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9686721, 30.2627484 ], [ 119.9687109, 30.2628423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687109, 30.2628423 ], [ 119.9686721, 30.2627484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9644545, 30.2628207 ], [ 119.9658868, 30.2628294 ], [ 119.9660748, 30.2628327 ], [ 119.9663509, 30.2628434 ], [ 119.9675402, 30.2628359 ], [ 119.9686721, 30.2627484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687109, 30.2628423 ], [ 119.9685842, 30.2628551 ], [ 119.9677795, 30.2629292 ], [ 119.9663455, 30.2629106 ], [ 119.9656847, 30.2629246 ], [ 119.9645049, 30.2629381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9738981, 30.2654182 ], [ 119.9734836, 30.2644645 ], [ 119.9730946, 30.2635368 ], [ 119.9724465, 30.262013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9724465, 30.262013 ], [ 119.9730946, 30.2635368 ], [ 119.9734836, 30.2644645 ], [ 119.9738981, 30.2654182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701766, 30.2663434 ], [ 119.9695152, 30.2647853 ], [ 119.9694766, 30.2646943 ], [ 119.9687109, 30.2628423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687109, 30.2628423 ], [ 119.9694766, 30.2646943 ], [ 119.9695152, 30.2647853 ], [ 119.9701766, 30.2663434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9738981, 30.2654182 ], [ 119.9739815, 30.2655913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9739815, 30.2655913 ], [ 119.9738981, 30.2654182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832486, 30.2628386 ], [ 119.9831463, 30.2629982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9831463, 30.2629982 ], [ 119.9832486, 30.2628386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "水乡北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787422, 30.2633769 ], [ 119.9792572, 30.2632389 ], [ 119.9794333, 30.2632126 ], [ 119.9807828, 30.2630323 ], [ 119.982383, 30.2629069 ], [ 119.9832486, 30.2628386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "水乡北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9831463, 30.2629982 ], [ 119.9807887, 30.2631603 ], [ 119.979565, 30.2632844 ], [ 119.9791873, 30.2633775 ], [ 119.9787605, 30.2634834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787422, 30.2633769 ], [ 119.9787605, 30.2634834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787605, 30.2634834 ], [ 119.9787422, 30.2633769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "水乡北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9738981, 30.2654182 ], [ 119.9777655, 30.2637627 ], [ 119.9787422, 30.2633769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "水乡北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787605, 30.2634834 ], [ 119.9777201, 30.2638949 ], [ 119.9764942, 30.2644658 ], [ 119.9757162, 30.2648282 ], [ 119.9739815, 30.2655913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790531, 30.2668289 ], [ 119.979806, 30.2668048 ], [ 119.9801279, 30.2667997 ], [ 119.9803036, 30.2667943 ], [ 119.9804642, 30.2667717 ], [ 119.980652, 30.2667085 ], [ 119.9808623, 30.2665756 ], [ 119.9810587, 30.2663793 ], [ 119.9812115, 30.2661781 ], [ 119.9821745, 30.2646212 ], [ 119.9824092, 30.2642284 ], [ 119.9831463, 30.2629982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9831463, 30.2629982 ], [ 119.9824092, 30.2642284 ], [ 119.9821745, 30.2646212 ], [ 119.9812115, 30.2661781 ], [ 119.9810587, 30.2663793 ], [ 119.9808623, 30.2665756 ], [ 119.980652, 30.2667085 ], [ 119.9804642, 30.2667717 ], [ 119.9803036, 30.2667943 ], [ 119.9801279, 30.2667997 ], [ 119.979806, 30.2668048 ], [ 119.9790531, 30.2668289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0148003, 30.2453834 ], [ 120.0145411, 30.2453629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0148406, 30.2451398 ], [ 120.0175067, 30.2453465 ], [ 120.0192278, 30.2454637 ], [ 120.0197177, 30.245497 ], [ 120.0205079, 30.2455508 ], [ 120.0225594, 30.2456979 ], [ 120.0230804, 30.2457353 ], [ 120.026265, 30.2460715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0262245, 30.2461965 ], [ 120.025081, 30.2461127 ], [ 120.023083, 30.2459663 ], [ 120.0225143, 30.2459234 ], [ 120.0204897, 30.2457708 ], [ 120.0197184, 30.2457261 ], [ 120.0192407, 30.2456984 ], [ 120.0189377, 30.2456808 ], [ 120.0178654, 30.2456187 ], [ 120.0175067, 30.2455979 ], [ 120.0148003, 30.2453834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高顺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184359, 30.2472598 ], [ 120.0189762, 30.2471915 ], [ 120.0191869, 30.2472413 ], [ 120.0194229, 30.2471764 ], [ 120.0201847, 30.247232 ], [ 120.022621, 30.2474425 ], [ 120.0227596, 30.2474545 ], [ 120.0250636, 30.2479341 ], [ 120.0256954, 30.2480771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高顺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0256954, 30.2480771 ], [ 120.0250636, 30.2479341 ], [ 120.0227596, 30.2474545 ], [ 120.022621, 30.2474425 ], [ 120.0201847, 30.247232 ], [ 120.0194229, 30.2471764 ], [ 120.0191869, 30.2472413 ], [ 120.0189762, 30.2471915 ], [ 120.0184359, 30.2472598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0148003, 30.2453834 ], [ 120.0146219, 30.2462569 ], [ 120.0143314, 30.247981 ], [ 120.0141737, 30.2489766 ], [ 120.0140716, 30.2500116 ], [ 120.014036, 30.2505817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0138049, 30.2506078 ], [ 120.0139012, 30.2495909 ], [ 120.0140666, 30.2481998 ], [ 120.0145411, 30.2453629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0079053, 30.2512 ], [ 120.0079179, 30.2510899 ], [ 120.00798, 30.2507324 ], [ 120.0084538, 30.2481999 ], [ 120.0084685, 30.2481213 ], [ 120.0086311, 30.2471168 ], [ 120.0087531, 30.2465198 ], [ 120.0090335, 30.2449218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0090335, 30.2449218 ], [ 120.0087531, 30.2465198 ], [ 120.0086311, 30.2471168 ], [ 120.0084685, 30.2481213 ], [ 120.0084538, 30.2481999 ], [ 120.00798, 30.2507324 ], [ 120.0079179, 30.2510899 ], [ 120.0079053, 30.2512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0031143, 30.2444728 ], [ 120.003273, 30.2460911 ], [ 120.003328, 30.2466519 ], [ 120.003329, 30.2466693 ], [ 120.003331, 30.2467042 ], [ 120.0033413, 30.2468864 ], [ 120.0033882, 30.2477084 ], [ 120.0033988, 30.2478566 ], [ 120.0034878, 30.2491024 ], [ 120.0038541, 30.2517146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0036734, 30.2530418 ], [ 120.0035103, 30.2517445 ], [ 120.003292, 30.250089 ], [ 120.0030974, 30.2482528 ], [ 120.0030943, 30.247879 ], [ 120.0030887, 30.2471884 ], [ 120.0030696, 30.2468926 ], [ 120.0030181, 30.246097 ], [ 120.0029437, 30.2449475 ], [ 120.0029119, 30.244456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0181418, 30.250166 ], [ 120.014036, 30.2505817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.014036, 30.2505817 ], [ 120.0181418, 30.250166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0138049, 30.2506078 ], [ 120.014036, 30.2505817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.014036, 30.2505817 ], [ 120.0138049, 30.2506078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0138049, 30.2506078 ], [ 120.0115482, 30.2508059 ], [ 120.0111596, 30.2508583 ], [ 120.0109469, 30.2508721 ], [ 120.0079053, 30.2512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0079053, 30.2512 ], [ 120.0109469, 30.2508721 ], [ 120.0111596, 30.2508583 ], [ 120.0115482, 30.2508059 ], [ 120.0138049, 30.2506078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0038541, 30.2517146 ], [ 120.0046367, 30.2516222 ], [ 120.0079053, 30.2512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0079053, 30.2512 ], [ 120.0046367, 30.2516222 ], [ 120.0038541, 30.2517146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0038541, 30.2517146 ], [ 120.0040531, 30.2530361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.03564, 30.2483443 ], [ 120.0354008, 30.2482902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0355799, 30.2481894 ], [ 120.0383353, 30.2488093 ], [ 120.0402987, 30.2492921 ], [ 120.0426307, 30.2498378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0425982, 30.2499822 ], [ 120.03564, 30.2483443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426307, 30.2498378 ], [ 120.0427771, 30.2498684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0425982, 30.2499822 ], [ 120.0426307, 30.2498378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0427771, 30.2498684 ], [ 120.0427476, 30.2500155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0427476, 30.2500155 ], [ 120.0425982, 30.2499822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.042119, 30.2509359 ], [ 120.0423412, 30.2507645 ], [ 120.0424109, 30.2506864 ], [ 120.0424858, 30.2504536 ], [ 120.0425012, 30.250395 ], [ 120.0425982, 30.2499822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0427476, 30.2500155 ], [ 120.0427052, 30.2502463 ], [ 120.0425419, 30.250711 ], [ 120.0425067, 30.2507662 ], [ 120.042494, 30.2507863 ], [ 120.0423465, 30.2508714 ], [ 120.042119, 30.2509359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.024763, 30.2530922 ], [ 120.0247846, 30.2524269 ], [ 120.024809, 30.2521815 ], [ 120.0248732, 30.2515372 ], [ 120.0249159, 30.2513727 ], [ 120.0250878, 30.2506197 ], [ 120.0252623, 30.2499617 ], [ 120.025302, 30.2497991 ], [ 120.0253932, 30.2494695 ], [ 120.0255562, 30.2487185 ], [ 120.0256954, 30.2480771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0256954, 30.2480771 ], [ 120.0255562, 30.2487185 ], [ 120.0253932, 30.2494695 ], [ 120.025302, 30.2497991 ], [ 120.0252623, 30.2499617 ], [ 120.0250878, 30.2506197 ], [ 120.0249159, 30.2513727 ], [ 120.0248732, 30.2515372 ], [ 120.024809, 30.2521815 ], [ 120.0247846, 30.2524269 ], [ 120.024763, 30.2530922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0314057, 30.2473874 ], [ 120.0311631, 30.2487872 ], [ 120.0310108, 30.249583 ], [ 120.0307737, 30.2509073 ], [ 120.0308551, 30.2511352 ], [ 120.0309386, 30.2513242 ], [ 120.0310467, 30.2515132 ], [ 120.0310765, 30.2516097 ], [ 120.0310867, 30.2517148 ], [ 120.031077, 30.2518178 ], [ 120.0310674, 30.251925 ], [ 120.0310558, 30.2520228 ], [ 120.0307795, 30.2530429 ], [ 120.0307226, 30.253272 ], [ 120.0304667, 30.2543052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0304667, 30.2543052 ], [ 120.0307226, 30.253272 ], [ 120.0307795, 30.2530429 ], [ 120.0310558, 30.2520228 ], [ 120.0310674, 30.251925 ], [ 120.031077, 30.2518178 ], [ 120.0310867, 30.2517148 ], [ 120.0310765, 30.2516097 ], [ 120.0310467, 30.2515132 ], [ 120.0309386, 30.2513242 ], [ 120.0308551, 30.2511352 ], [ 120.0307737, 30.2509073 ], [ 120.0310108, 30.249583 ], [ 120.0311631, 30.2487872 ], [ 120.0314057, 30.2473874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0342608, 30.2550909 ], [ 120.0343497, 30.2546981 ], [ 120.0344017, 30.2543839 ], [ 120.0344351, 30.2541777 ], [ 120.0346276, 30.2528066 ], [ 120.034706, 30.2523958 ], [ 120.0347999, 30.2517969 ], [ 120.0348219, 30.2517117 ], [ 120.0348794, 30.2514889 ], [ 120.0349452, 30.2511203 ], [ 120.0350894, 30.2502812 ], [ 120.0352102, 30.2495911 ], [ 120.0352215, 30.2491625 ], [ 120.0354008, 30.2482902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.03564, 30.2483443 ], [ 120.0355252, 30.2489677 ], [ 120.0352858, 30.2503135 ], [ 120.0351416, 30.2511526 ], [ 120.0350758, 30.2515212 ], [ 120.0350357, 30.2517557 ], [ 120.034845, 30.2528699 ], [ 120.0346147, 30.2544701 ], [ 120.0345678, 30.2547627 ], [ 120.0344865, 30.2551194 ], [ 120.0344779, 30.2551536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宋家湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0304667, 30.2543052 ], [ 120.0296629, 30.2541291 ], [ 120.0271938, 30.253588 ], [ 120.0265176, 30.2534501 ], [ 120.0263037, 30.2534065 ], [ 120.0262071, 30.2533868 ], [ 120.0256456, 30.2532723 ], [ 120.024763, 30.2530922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宋家湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.024763, 30.2530922 ], [ 120.0256456, 30.2532723 ], [ 120.0262071, 30.2533868 ], [ 120.0263037, 30.2534065 ], [ 120.0265176, 30.2534501 ], [ 120.0271938, 30.253588 ], [ 120.0296629, 30.2541291 ], [ 120.0304667, 30.2543052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宋家湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0304667, 30.2543052 ], [ 120.0312938, 30.2544813 ], [ 120.0320414, 30.2546405 ], [ 120.0320683, 30.2546462 ], [ 120.0321819, 30.2546704 ], [ 120.0335946, 30.2549561 ], [ 120.0342608, 30.2550909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宋家湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0342608, 30.2550909 ], [ 120.0335946, 30.2549561 ], [ 120.0321819, 30.2546704 ], [ 120.0320683, 30.2546462 ], [ 120.0320414, 30.2546405 ], [ 120.0312938, 30.2544813 ], [ 120.0304667, 30.2543052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.024763, 30.2530922 ], [ 120.0245851, 30.2544732 ], [ 120.0244879, 30.2553054 ], [ 120.0242062, 30.2571495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.014036, 30.2505817 ], [ 120.0140425, 30.2508036 ], [ 120.0140425, 30.2510694 ], [ 120.0140781, 30.2517153 ], [ 120.0141717, 30.2529693 ], [ 120.0142444, 30.2533391 ], [ 120.0145437, 30.2549522 ], [ 120.0147023, 30.2555641 ], [ 120.0147166, 30.2556739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0145385, 30.2556793 ], [ 120.0145156, 30.2555582 ], [ 120.0143144, 30.2547547 ], [ 120.0140225, 30.2533592 ], [ 120.0139464, 30.2527049 ], [ 120.0138562, 30.2516968 ], [ 120.0138379, 30.2510852 ], [ 120.0138206, 30.2508207 ], [ 120.0138049, 30.2506078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0084922, 30.2557974 ], [ 120.0082692, 30.2541133 ], [ 120.0082155, 30.2537081 ], [ 120.0082112, 30.2536754 ], [ 120.0079347, 30.2519274 ], [ 120.0079053, 30.2512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0079053, 30.2512 ], [ 120.0079347, 30.2519274 ], [ 120.0082112, 30.2536754 ], [ 120.0082155, 30.2537081 ], [ 120.0082692, 30.2541133 ], [ 120.0084922, 30.2557974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0041718, 30.2559633 ], [ 120.0039958, 30.2550777 ], [ 120.0038037, 30.2538188 ], [ 120.0036734, 30.2530418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0040531, 30.2530361 ], [ 120.0042684, 30.2543512 ], [ 120.0045165, 30.2559835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0145385, 30.2556793 ], [ 120.0147166, 30.2556739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0147166, 30.2556739 ], [ 120.0147857, 30.2558024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.014562, 30.2557971 ], [ 120.0145385, 30.2556793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0084922, 30.2557974 ], [ 120.0117109, 30.2557325 ], [ 120.0145385, 30.2556793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0147857, 30.2558024 ], [ 120.014562, 30.2557971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.014562, 30.2557971 ], [ 120.0085074, 30.2559254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0084922, 30.2557974 ], [ 120.0085074, 30.2559254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0085074, 30.2559254 ], [ 120.0084922, 30.2557974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0045165, 30.2559835 ], [ 120.0084922, 30.2557974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0041718, 30.2559633 ], [ 120.0045165, 30.2559835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0085074, 30.2559254 ], [ 120.0046795, 30.2561483 ], [ 120.0045533, 30.2561557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0042071, 30.2561278 ], [ 120.0041718, 30.2559633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0045165, 30.2559835 ], [ 120.0045533, 30.2561557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0045533, 30.2561557 ], [ 120.0042071, 30.2561278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242062, 30.2571495 ], [ 120.0244879, 30.2553054 ], [ 120.0245851, 30.2544732 ], [ 120.024763, 30.2530922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宋家湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0344779, 30.2551536 ], [ 120.0342608, 30.2550909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宋家湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0342608, 30.2550909 ], [ 120.0344779, 30.2551536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0294521, 30.2581615 ], [ 120.0296037, 30.2574722 ], [ 120.0304667, 30.2543052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0304667, 30.2543052 ], [ 120.0296037, 30.2574722 ], [ 120.0294521, 30.2581615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0335021, 30.2590667 ], [ 120.0335087, 30.2582498 ], [ 120.0335147, 30.25815 ], [ 120.0335284, 30.257922 ], [ 120.0335851, 30.2575154 ], [ 120.0336352, 30.257236 ], [ 120.0337007, 30.2569336 ], [ 120.0337858, 30.2566481 ], [ 120.0339299, 30.2562237 ], [ 120.0340019, 30.2559 ], [ 120.0341995, 30.2553254 ], [ 120.0342608, 30.2550909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0344779, 30.2551536 ], [ 120.034421, 30.2553794 ], [ 120.0342394, 30.2559178 ], [ 120.0341285, 30.2562466 ], [ 120.0339822, 30.2566804 ], [ 120.0338971, 30.2569659 ], [ 120.0338316, 30.2572683 ], [ 120.0337815, 30.2575477 ], [ 120.0337248, 30.2579543 ], [ 120.0337051, 30.2582821 ], [ 120.0336984, 30.2591106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0241859, 30.2573055 ], [ 120.0242062, 30.2571495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242062, 30.2571495 ], [ 120.0241859, 30.2573055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242062, 30.2571495 ], [ 120.0262001, 30.2574828 ], [ 120.0267078, 30.2575677 ], [ 120.029249, 30.2581157 ], [ 120.0293666, 30.2581422 ], [ 120.0294412, 30.258159 ], [ 120.0294521, 30.2581615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0147166, 30.2556739 ], [ 120.017014, 30.2556923 ], [ 120.0181617, 30.2558355 ], [ 120.0196128, 30.2561619 ], [ 120.0200082, 30.2562509 ], [ 120.0216093, 30.2566874 ], [ 120.02296, 30.2569257 ], [ 120.0242062, 30.2571495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0241859, 30.2573055 ], [ 120.0231282, 30.2571134 ], [ 120.0216186, 30.2568158 ], [ 120.02003, 30.2563868 ], [ 120.0195851, 30.2562857 ], [ 120.0193864, 30.2562405 ], [ 120.018163, 30.2559624 ], [ 120.0170189, 30.2558183 ], [ 120.0165195, 30.2558147 ], [ 120.0147857, 30.2558024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0045533, 30.2561557 ], [ 120.0047427, 30.2577283 ], [ 120.0049136, 30.2586024 ], [ 120.0049391, 30.2587431 ], [ 120.0049643, 30.2589456 ], [ 120.0049772, 30.2590272 ], [ 120.0047433, 30.2590736 ], [ 120.0047222, 30.2589589 ], [ 120.0046938, 30.2587571 ], [ 120.0046726, 30.2586306 ], [ 120.0046324, 30.2583902 ], [ 120.0044278, 30.2571676 ], [ 120.0042071, 30.2561278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0067877, 30.270016 ], [ 120.0067366, 30.2696541 ], [ 120.0063955, 30.2677969 ], [ 120.0062483, 30.2669656 ], [ 120.006086, 30.2661475 ], [ 120.0058657, 30.2649964 ], [ 120.0057733, 30.2645896 ], [ 120.0049827, 30.2601245 ], [ 120.0048941, 30.259624 ], [ 120.0047674, 30.2589545 ], [ 120.004633, 30.2581763 ], [ 120.0043421, 30.2564489 ], [ 120.0041509, 30.2553849 ], [ 120.0041267, 30.2552161 ], [ 120.0041058, 30.2550375 ], [ 120.0039179, 30.2538303 ], [ 120.0038239, 30.2533779 ], [ 120.0036734, 30.2530418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0040531, 30.2530361 ], [ 120.0039898, 30.2533406 ], [ 120.0040551, 30.2538058 ], [ 120.0042629, 30.2551646 ], [ 120.0042735, 30.2552231 ], [ 120.004303, 30.2553868 ], [ 120.0044921, 30.2563802 ], [ 120.0049915, 30.2587412 ], [ 120.0050152, 30.2589433 ], [ 120.005108, 30.2595748 ], [ 120.0051322, 30.259709 ], [ 120.0058907, 30.2637332 ], [ 120.006056, 30.2645682 ], [ 120.0061498, 30.265002 ], [ 120.0062392, 30.2654077 ], [ 120.0065749, 30.2669311 ], [ 120.0067354, 30.2677758 ], [ 120.0070562, 30.2696265 ], [ 120.0071128, 30.2700598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184032, 30.272358 ], [ 120.0184229, 30.2718035 ], [ 120.0183517, 30.2704415 ], [ 120.0182992, 30.2699056 ], [ 120.01827, 30.2696127 ], [ 120.0182363, 30.2693809 ], [ 120.018232, 30.2693514 ], [ 120.0182169, 30.2692477 ], [ 120.0181811, 30.2690019 ], [ 120.0176292, 30.2669289 ], [ 120.0169193, 30.2643427 ], [ 120.016649, 30.263366 ], [ 120.0164079, 30.2624522 ], [ 120.0163663, 30.2622947 ], [ 120.0159311, 30.2607395 ], [ 120.0157897, 30.2602378 ], [ 120.0157629, 30.2601425 ], [ 120.0157263, 30.2600127 ], [ 120.015594, 30.2594491 ], [ 120.015132, 30.2577548 ], [ 120.0149933, 30.257292 ], [ 120.014562, 30.2557971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0147857, 30.2558024 ], [ 120.0153364, 30.2577571 ], [ 120.0153993, 30.2579906 ], [ 120.0154154, 30.2580506 ], [ 120.0155769, 30.2586503 ], [ 120.0157787, 30.2593994 ], [ 120.0159748, 30.2600773 ], [ 120.0160336, 30.2602807 ], [ 120.0162953, 30.2612495 ], [ 120.0166075, 30.262405 ], [ 120.0168726, 30.2633964 ], [ 120.0174886, 30.2656845 ], [ 120.0178467, 30.2670149 ], [ 120.0183145, 30.2687369 ], [ 120.0184553, 30.2693771 ], [ 120.0184663, 30.2694273 ], [ 120.0184972, 30.2696487 ], [ 120.018534, 30.2699789 ], [ 120.0185855, 30.2705173 ], [ 120.0186231, 30.2716675 ], [ 120.018644, 30.2721986 ], [ 120.0186565, 30.2724018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0013565, 30.2693656 ], [ 120.0013966, 30.2692388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0013966, 30.2692388 ], [ 120.0013565, 30.2693656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0013966, 30.2692388 ], [ 120.0014925, 30.2692529 ], [ 120.0020605, 30.2693362 ], [ 120.0024861, 30.2693946 ], [ 120.0029846, 30.269463 ], [ 120.0039295, 30.2695951 ], [ 120.0056236, 30.269832 ], [ 120.0061059, 30.2698994 ], [ 120.0066701, 30.2699959 ], [ 120.0067877, 30.270016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579804, 30.2455445 ], [ 120.0581104, 30.2456438 ], [ 120.0595046, 30.2460987 ], [ 120.061394, 30.2467188 ], [ 120.061739, 30.2468348 ], [ 120.0622047, 30.2470742 ], [ 120.0624806, 30.2472335 ], [ 120.0626819, 30.2473656 ], [ 120.0628013, 30.2474999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0635647, 30.2482294 ], [ 120.0627296, 30.2475728 ], [ 120.0625692, 30.2474052 ], [ 120.0622559, 30.2471954 ], [ 120.0619125, 30.2470099 ], [ 120.0616229, 30.2468798 ], [ 120.061362, 30.2467746 ], [ 120.0609142, 30.2466169 ], [ 120.0595062, 30.2461587 ], [ 120.0586774, 30.2459002 ], [ 120.0585213, 30.2458751 ], [ 120.0578773, 30.245641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0496957, 30.2508341 ], [ 120.0498017, 30.2510267 ], [ 120.0499502, 30.2512965 ], [ 120.0502219, 30.2516818 ], [ 120.0505274, 30.2520166 ], [ 120.0509063, 30.2524462 ], [ 120.0512206, 30.252786 ], [ 120.0516076, 30.2531611 ], [ 120.0519465, 30.2534346 ], [ 120.0523844, 30.2537825 ], [ 120.0527483, 30.2540147 ], [ 120.0528853, 30.2541082 ], [ 120.0531751, 30.2542942 ], [ 120.053493, 30.254489 ], [ 120.0541334, 30.2548268 ], [ 120.0550894, 30.2552718 ], [ 120.0565459, 30.25596 ], [ 120.0575324, 30.2564225 ], [ 120.0587051, 30.2569722 ], [ 120.0596752, 30.2574337 ], [ 120.0600306, 30.2575746 ], [ 120.0604117, 30.2576992 ], [ 120.0609241, 30.2578992 ], [ 120.0617827, 30.2583303 ], [ 120.0623919, 30.2585862 ], [ 120.0629172, 30.2588156 ], [ 120.0634062, 30.2590543 ], [ 120.0645183, 30.259623 ], [ 120.0656091, 30.2601311 ], [ 120.0661508, 30.2603838 ], [ 120.0668626, 30.2607244 ], [ 120.0680912, 30.2613272 ], [ 120.0694044, 30.2619447 ], [ 120.0700156, 30.2622291 ], [ 120.0706175, 30.2624934 ], [ 120.071001, 30.2626237 ], [ 120.0719505, 30.2628658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719734, 30.2632347 ], [ 120.0714035, 30.2630937 ], [ 120.0710104, 30.2629783 ], [ 120.0704385, 30.2628123 ], [ 120.0699762, 30.2626591 ], [ 120.0695373, 30.262496 ], [ 120.0689628, 30.2622134 ], [ 120.0682826, 30.2618563 ], [ 120.0675919, 30.261483 ], [ 120.0659183, 30.2606806 ], [ 120.0638058, 30.2596999 ], [ 120.062727, 30.2592098 ], [ 120.0614598, 30.2585715 ], [ 120.0605657, 30.2581464 ], [ 120.0603039, 30.258001 ], [ 120.0600476, 30.2578508 ], [ 120.0595555, 30.2575667 ], [ 120.0591726, 30.2573758 ], [ 120.0588069, 30.2572066 ], [ 120.0564403, 30.2560726 ], [ 120.0548211, 30.2553267 ], [ 120.0540811, 30.254967 ], [ 120.053559, 30.2546808 ], [ 120.053102, 30.2544254 ], [ 120.0527203, 30.2541909 ], [ 120.0525772, 30.2540909 ], [ 120.0520874, 30.2537457 ], [ 120.0516958, 30.2534143 ], [ 120.051305, 30.2530874 ], [ 120.05088, 30.2526521 ], [ 120.0504945, 30.2522324 ], [ 120.0502118, 30.2518811 ], [ 120.0498172, 30.2513786 ], [ 120.0496282, 30.2510762 ], [ 120.0495371, 30.2509304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573277, 30.2824824 ], [ 120.0579994, 30.2825278 ], [ 120.0584967, 30.2825527 ], [ 120.0605811, 30.2826577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605743, 30.2827541 ], [ 120.0595391, 30.2827238 ], [ 120.0584974, 30.2826729 ], [ 120.0578418, 30.2826413 ], [ 120.057314, 30.2825784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "Yunqi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605743, 30.2827541 ], [ 120.0605811, 30.2826577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "Yunqi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605811, 30.2826577 ], [ 120.0605743, 30.2827541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605811, 30.2826577 ], [ 120.06135, 30.282677 ], [ 120.0617025, 30.2826893 ], [ 120.0623525, 30.2827242 ], [ 120.0629205, 30.2827461 ], [ 120.0647941, 30.2828182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647052, 30.2829226 ], [ 120.0631635, 30.2828534 ], [ 120.0616742, 30.2827866 ], [ 120.0613412, 30.282774 ], [ 120.0605743, 30.2827541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0431735, 30.2483558 ], [ 120.0432227, 30.2484199 ], [ 120.0431555, 30.2486238 ], [ 120.0430834, 30.2488409 ], [ 120.0430207, 30.2490294 ], [ 120.0428152, 30.2497147 ], [ 120.0427771, 30.2498684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0491302, 30.2496879 ], [ 120.0492249, 30.2498931 ], [ 120.0493227, 30.2501038 ], [ 120.0496082, 30.2506628 ], [ 120.0496957, 30.2508341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0427771, 30.2498684 ], [ 120.0434465, 30.250032 ], [ 120.0455696, 30.2505435 ], [ 120.046392, 30.2507416 ], [ 120.0472946, 30.2509396 ], [ 120.0476747, 30.2509824 ], [ 120.0480434, 30.2509936 ], [ 120.0484645, 30.2509673 ], [ 120.0488813, 30.2509085 ], [ 120.0491322, 30.2508631 ], [ 120.0492532, 30.2508451 ], [ 120.0494604, 30.2508142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0495371, 30.2509304 ], [ 120.0493393, 30.2509703 ], [ 120.0492192, 30.2509945 ], [ 120.0489568, 30.2510496 ], [ 120.0486274, 30.2511023 ], [ 120.0482849, 30.2511301 ], [ 120.0478357, 30.2511271 ], [ 120.0473707, 30.251084 ], [ 120.0468226, 30.2509707 ], [ 120.0463697, 30.2508577 ], [ 120.0461681, 30.2508074 ], [ 120.0434306, 30.2501656 ], [ 120.0427476, 30.2500155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0494604, 30.2508142 ], [ 120.0496957, 30.2508341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0495371, 30.2509304 ], [ 120.0494604, 30.2508142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五常大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0496957, 30.2508341 ], [ 120.0495371, 30.2509304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434926, 30.2806356 ], [ 120.0434707, 30.2807319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434707, 30.2807319 ], [ 120.0434926, 30.2806356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434926, 30.2806356 ], [ 120.0440039, 30.2806925 ], [ 120.0444192, 30.2807195 ], [ 120.0447405, 30.2807265 ], [ 120.0452684, 30.2807375 ], [ 120.0467694, 30.2807445 ], [ 120.0471757, 30.2807501 ], [ 120.0484116, 30.2807506 ], [ 120.0489597, 30.2807485 ], [ 120.0497852, 30.28076 ], [ 120.0498479, 30.2807652 ], [ 120.050191, 30.2807934 ], [ 120.050591, 30.2808465 ], [ 120.0509123, 30.280898 ], [ 120.0513041, 30.2809836 ], [ 120.0514614, 30.2810203 ], [ 120.052245, 30.2812053 ], [ 120.0531793, 30.2814379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0294133, 30.2583381 ], [ 120.0293532, 30.2583242 ], [ 120.0289531, 30.2582319 ], [ 120.0265853, 30.2577004 ], [ 120.0241859, 30.2573055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0294133, 30.2583381 ], [ 120.0294521, 30.2581615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0294521, 30.2581615 ], [ 120.0294133, 30.2583381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0294521, 30.2581615 ], [ 120.0295724, 30.2581885 ], [ 120.0335021, 30.2590667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0334979, 30.2592749 ], [ 120.030778, 30.258653 ], [ 120.0295368, 30.2583666 ], [ 120.0294133, 30.2583381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0335021, 30.2590667 ], [ 120.0336984, 30.2591106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0334979, 30.2592749 ], [ 120.033502, 30.2590783 ], [ 120.0335021, 30.2590667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0336984, 30.2591106 ], [ 120.0336954, 30.2592554 ], [ 120.033695, 30.2592736 ], [ 120.033694, 30.2593197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.033694, 30.2593197 ], [ 120.0334979, 30.2592749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434926, 30.2806356 ], [ 120.043509, 30.280546 ], [ 120.0435303, 30.2803313 ], [ 120.0435585, 30.2798691 ], [ 120.0435498, 30.2797189 ], [ 120.0435234, 30.2795748 ], [ 120.043383, 30.2792287 ], [ 120.0432424, 30.2790471 ], [ 120.0429192, 30.278662 ], [ 120.0427695, 30.2784897 ], [ 120.0425872, 30.2782799 ], [ 120.0422387, 30.2778422 ], [ 120.04215, 30.2776494 ], [ 120.0420828, 30.2774567 ], [ 120.0420413, 30.2773203 ], [ 120.0420248, 30.2771901 ], [ 120.0419786, 30.2769086 ], [ 120.0419051, 30.2763798 ], [ 120.0416628, 30.2747791 ], [ 120.0415279, 30.2739572 ], [ 120.0414622, 30.2735386 ], [ 120.0414365, 30.2733308 ], [ 120.0414019, 30.2730923 ], [ 120.0412468, 30.2722443 ], [ 120.0411853, 30.2718158 ], [ 120.0411149, 30.2713856 ], [ 120.0410016, 30.2707222 ], [ 120.0409321, 30.2702148 ], [ 120.0409038, 30.2700073 ], [ 120.0407877, 30.2692773 ], [ 120.0407352, 30.2689815 ], [ 120.0407133, 30.2688584 ], [ 120.0406209, 30.2681927 ], [ 120.0406025, 30.2679215 ], [ 120.0405972, 30.2676426 ], [ 120.040591, 30.2675044 ], [ 120.0405911, 30.2674872 ], [ 120.0404979, 30.2671483 ], [ 120.0404632, 30.2670295 ], [ 120.0403956, 30.2667127 ], [ 120.0403541, 30.266474 ], [ 120.0403428, 30.2662438 ], [ 120.0403453, 30.2658959 ], [ 120.0403565, 30.2655457 ], [ 120.0403554, 30.2653598 ], [ 120.0403383, 30.2651998 ], [ 120.0403071, 30.2650345 ], [ 120.0402652, 30.2648691 ], [ 120.0401711, 30.2645762 ], [ 120.0400699, 30.2642895 ], [ 120.0399136, 30.263804 ], [ 120.0397885, 30.2631115 ], [ 120.0397813, 30.2630706 ], [ 120.0397756, 30.2630382 ], [ 120.0397155, 30.2626185 ], [ 120.0396365, 30.2621564 ], [ 120.0396155, 30.2620188 ], [ 120.0395697, 30.2617182 ], [ 120.0395488, 30.2615807 ], [ 120.0395376, 30.2615056 ], [ 120.039528, 30.2614409 ], [ 120.0394084, 30.2604065 ], [ 120.0392985, 30.2597675 ], [ 120.0392361, 30.2594425 ], [ 120.0391874, 30.2591307 ], [ 120.0391347, 30.2587214 ], [ 120.039107, 30.2583151 ], [ 120.0390468, 30.2577308 ], [ 120.0390246, 30.2574477 ], [ 120.0390143, 30.2571069 ], [ 120.0389958, 30.2564915 ], [ 120.0389941, 30.2557212 ], [ 120.0390151, 30.2550558 ], [ 120.0390343, 30.2546965 ], [ 120.0390538, 30.2543309 ], [ 120.0390738, 30.2540518 ], [ 120.0391006, 30.2536784 ], [ 120.0391528, 30.2532056 ], [ 120.03912, 30.2531119 ], [ 120.0392216, 30.2522987 ], [ 120.0392531, 30.2520531 ], [ 120.0392604, 30.2518579 ], [ 120.0392959, 30.2517156 ], [ 120.0393211, 30.2516341 ], [ 120.0393582, 30.2515571 ], [ 120.0394951, 30.2513639 ], [ 120.0396086, 30.251239 ], [ 120.0397579, 30.2510987 ], [ 120.0399107, 30.2509891 ], [ 120.0400844, 30.250924 ], [ 120.0402638, 30.2508999 ], [ 120.0405749, 30.2509056 ], [ 120.040757, 30.2509089 ], [ 120.0418235, 30.2509341 ], [ 120.0419933, 30.2509407 ], [ 120.042119, 30.2509359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.042119, 30.2509359 ], [ 120.0419933, 30.2509407 ], [ 120.0418235, 30.2509341 ], [ 120.040757, 30.2509089 ], [ 120.0405749, 30.2509056 ], [ 120.0402638, 30.2508999 ], [ 120.0400844, 30.250924 ], [ 120.0399107, 30.2509891 ], [ 120.0397579, 30.2510987 ], [ 120.0396086, 30.251239 ], [ 120.0394951, 30.2513639 ], [ 120.0393582, 30.2515571 ], [ 120.0393211, 30.2516341 ], [ 120.0392959, 30.2517156 ], [ 120.0392604, 30.2518579 ], [ 120.0392531, 30.2520531 ], [ 120.0392216, 30.2522987 ], [ 120.03912, 30.2531119 ], [ 120.0391528, 30.2532056 ], [ 120.0391006, 30.2536784 ], [ 120.0390738, 30.2540518 ], [ 120.0390538, 30.2543309 ], [ 120.0390343, 30.2546965 ], [ 120.0390151, 30.2550558 ], [ 120.0389941, 30.2557212 ], [ 120.0389958, 30.2564915 ], [ 120.0390143, 30.2571069 ], [ 120.0390246, 30.2574477 ], [ 120.0390468, 30.2577308 ], [ 120.039107, 30.2583151 ], [ 120.0391347, 30.2587214 ], [ 120.0391874, 30.2591307 ], [ 120.0392361, 30.2594425 ], [ 120.0392985, 30.2597675 ], [ 120.0394084, 30.2604065 ], [ 120.039528, 30.2614409 ], [ 120.0395376, 30.2615056 ], [ 120.0395488, 30.2615807 ], [ 120.0395697, 30.2617182 ], [ 120.0396155, 30.2620188 ], [ 120.0396365, 30.2621564 ], [ 120.0397155, 30.2626185 ], [ 120.0397756, 30.2630382 ], [ 120.0397813, 30.2630706 ], [ 120.0397885, 30.2631115 ], [ 120.0399136, 30.263804 ], [ 120.0400699, 30.2642895 ], [ 120.0401711, 30.2645762 ], [ 120.0402652, 30.2648691 ], [ 120.0403071, 30.2650345 ], [ 120.0403383, 30.2651998 ], [ 120.0403554, 30.2653598 ], [ 120.0403565, 30.2655457 ], [ 120.0403453, 30.2658959 ], [ 120.0403428, 30.2662438 ], [ 120.0403541, 30.266474 ], [ 120.0403956, 30.2667127 ], [ 120.0404632, 30.2670295 ], [ 120.0404979, 30.2671483 ], [ 120.0405911, 30.2674872 ], [ 120.040591, 30.2675044 ], [ 120.0405972, 30.2676426 ], [ 120.0406025, 30.2679215 ], [ 120.0406209, 30.2681927 ], [ 120.0407133, 30.2688584 ], [ 120.0407352, 30.2689815 ], [ 120.0407877, 30.2692773 ], [ 120.0409038, 30.2700073 ], [ 120.0409321, 30.2702148 ], [ 120.0410016, 30.2707222 ], [ 120.0411149, 30.2713856 ], [ 120.0411853, 30.2718158 ], [ 120.0412468, 30.2722443 ], [ 120.0414019, 30.2730923 ], [ 120.0414365, 30.2733308 ], [ 120.0414622, 30.2735386 ], [ 120.0415279, 30.2739572 ], [ 120.0416628, 30.2747791 ], [ 120.0419051, 30.2763798 ], [ 120.0419786, 30.2769086 ], [ 120.0420248, 30.2771901 ], [ 120.0420413, 30.2773203 ], [ 120.0420828, 30.2774567 ], [ 120.04215, 30.2776494 ], [ 120.0422387, 30.2778422 ], [ 120.0425872, 30.2782799 ], [ 120.0427695, 30.2784897 ], [ 120.0429192, 30.278662 ], [ 120.0432424, 30.2790471 ], [ 120.043383, 30.2792287 ], [ 120.0435234, 30.2795748 ], [ 120.0435498, 30.2797189 ], [ 120.0435585, 30.2798691 ], [ 120.0435303, 30.2803313 ], [ 120.043509, 30.280546 ], [ 120.0434926, 30.2806356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.033694, 30.2593197 ], [ 120.0336937, 30.2594935 ], [ 120.0336968, 30.2598547 ], [ 120.0337071, 30.2604108 ], [ 120.0337179, 30.2609921 ], [ 120.0337201, 30.2617446 ], [ 120.0337271, 30.2623624 ], [ 120.0337441, 30.2641984 ], [ 120.0337416, 30.265122 ], [ 120.0337393, 30.2655742 ], [ 120.0337383, 30.2657595 ], [ 120.0337369, 30.2660343 ], [ 120.0337351, 30.2661267 ], [ 120.0337277, 30.2663364 ], [ 120.033734, 30.2666508 ], [ 120.0337226, 30.26712 ], [ 120.0337157, 30.267407 ], [ 120.0336907, 30.267785 ], [ 120.0336746, 30.2680914 ], [ 120.0336524, 30.2684272 ], [ 120.0336281, 30.2687801 ], [ 120.0335934, 30.269349 ], [ 120.0335718, 30.2699179 ], [ 120.0335755, 30.2702235 ], [ 120.0336012, 30.2705159 ], [ 120.033691, 30.2710077 ], [ 120.0337367, 30.2711477 ], [ 120.0337839, 30.2712925 ], [ 120.0339032, 30.2715736 ], [ 120.034, 30.2718113 ], [ 120.0341232, 30.2720529 ], [ 120.0342747, 30.2722773 ], [ 120.0344503, 30.2725284 ], [ 120.034612, 30.2727241 ], [ 120.0351952, 30.2733039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351007, 30.2733664 ], [ 120.0344625, 30.2727416 ], [ 120.0344211, 30.2726915 ], [ 120.0343008, 30.2725459 ], [ 120.0341252, 30.2722948 ], [ 120.0339737, 30.2720704 ], [ 120.0338801, 30.2718868 ], [ 120.0338505, 30.2718288 ], [ 120.0337537, 30.2715911 ], [ 120.0336344, 30.27131 ], [ 120.0335415, 30.2710252 ], [ 120.0334517, 30.2705334 ], [ 120.033426, 30.270241 ], [ 120.0334223, 30.2699354 ], [ 120.0334439, 30.2693665 ], [ 120.03349, 30.2687752 ], [ 120.0335422, 30.2681039 ], [ 120.0335641, 30.267799 ], [ 120.0335703, 30.2673955 ], [ 120.0335376, 30.2666185 ], [ 120.0335313, 30.2663041 ], [ 120.0335335, 30.2661954 ], [ 120.0335343, 30.2661532 ], [ 120.0335405, 30.266002 ], [ 120.0335416, 30.265785 ], [ 120.0335425, 30.2656077 ], [ 120.0335426, 30.265602 ], [ 120.0335452, 30.2650897 ], [ 120.0335477, 30.2641661 ], [ 120.0335307, 30.2623257 ], [ 120.0335228, 30.2616165 ], [ 120.0335215, 30.2609598 ], [ 120.0335092, 30.2602496 ], [ 120.0334742, 30.260015 ], [ 120.0334713, 30.2598107 ], [ 120.0334662, 30.2594493 ], [ 120.0334656, 30.2594064 ], [ 120.0334976, 30.2592874 ], [ 120.0334979, 30.2592749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274955, 30.2734412 ], [ 120.0273985, 30.2731478 ], [ 120.0273449, 30.2703399 ], [ 120.0274979, 30.2703465 ], [ 120.0275668, 30.2731478 ], [ 120.0274955, 30.2734412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0186565, 30.2724018 ], [ 120.0217238, 30.272807 ], [ 120.0224662, 30.2729232 ], [ 120.0226089, 30.2729426 ], [ 120.0252799, 30.2733782 ], [ 120.0260788, 30.2734488 ], [ 120.0274955, 30.2734412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0275093, 30.2735822 ], [ 120.0263764, 30.2735857 ], [ 120.0256905, 30.2735587 ], [ 120.0251866, 30.2735124 ], [ 120.0249778, 30.2734785 ], [ 120.0226127, 30.2731096 ], [ 120.0220184, 30.2730049 ], [ 120.0218569, 30.2729765 ], [ 120.0207151, 30.2728083 ], [ 120.0204482, 30.2727559 ], [ 120.0201194, 30.2727147 ], [ 120.0189161, 30.2726006 ], [ 120.018644, 30.27258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351007, 30.2733664 ], [ 120.0351952, 30.2733039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351952, 30.2733039 ], [ 120.0352876, 30.2733958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274955, 30.2734412 ], [ 120.0280445, 30.2734328 ], [ 120.0296004, 30.2734261 ], [ 120.0310715, 30.2734199 ], [ 120.0320006, 30.2734165 ], [ 120.0339268, 30.2734135 ], [ 120.0351007, 30.2733664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351917, 30.2734657 ], [ 120.035112, 30.2733775 ], [ 120.0351007, 30.2733664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006875, 30.2701485 ], [ 120.0058883, 30.2699874 ], [ 120.0056089, 30.2699481 ], [ 120.0039141, 30.2697099 ], [ 120.0024578, 30.2695062 ], [ 120.0020399, 30.2694477 ], [ 120.0016516, 30.2693934 ], [ 120.0013565, 30.2693656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0067877, 30.270016 ], [ 120.0071128, 30.2700598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006875, 30.2701485 ], [ 120.0067877, 30.270016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071128, 30.2700598 ], [ 120.0071149, 30.2701842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071149, 30.2701842 ], [ 120.006875, 30.2701485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0008964, 30.2713683 ], [ 120.000943, 30.2711512 ], [ 120.0010145, 30.2708164 ], [ 120.0010552, 30.270617 ], [ 120.0012252, 30.2699449 ], [ 120.0012742, 30.2697513 ], [ 120.0013229, 30.2695633 ], [ 120.0013565, 30.2693656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0013565, 30.2693656 ], [ 120.0013229, 30.2695633 ], [ 120.0012742, 30.2697513 ], [ 120.0012252, 30.2699449 ], [ 120.0010552, 30.270617 ], [ 120.0010145, 30.2708164 ], [ 120.000943, 30.2711512 ], [ 120.0008964, 30.2713683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0124031, 30.2716493 ], [ 120.0099722, 30.2709651 ], [ 120.0072783, 30.2702226 ], [ 120.0071149, 30.2701842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071128, 30.2700598 ], [ 120.0072764, 30.270092 ], [ 120.0089266, 30.270548 ], [ 120.0094019, 30.2706793 ], [ 120.0123523, 30.2715169 ], [ 120.0133521, 30.2717533 ], [ 120.0136296, 30.2718038 ], [ 120.0142492, 30.2718802 ], [ 120.0145298, 30.2719148 ], [ 120.0147332, 30.2719381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0008736, 30.2714485 ], [ 120.0008964, 30.2713683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0008964, 30.2713683 ], [ 120.0008736, 30.2714485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.014691, 30.2720607 ], [ 120.0142162, 30.2720014 ], [ 120.0136024, 30.2719139 ], [ 120.0127426, 30.2717448 ], [ 120.0124031, 30.2716493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.014691, 30.2720607 ], [ 120.0147332, 30.2719381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0147332, 30.2719381 ], [ 120.014691, 30.2720607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0147332, 30.2719381 ], [ 120.016833, 30.2721783 ], [ 120.0184032, 30.272358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184143, 30.2725109 ], [ 120.016415, 30.272266 ], [ 120.0160397, 30.2722213 ], [ 120.014691, 30.2720607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184032, 30.272358 ], [ 120.0186565, 30.2724018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184143, 30.2725109 ], [ 120.0184032, 30.272358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0186565, 30.2724018 ], [ 120.018644, 30.27258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.018644, 30.27258 ], [ 120.0184143, 30.2725109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0008736, 30.2714485 ], [ 120.0002645, 30.2735928 ], [ 120.000203, 30.2738549 ], [ 120.0001555, 30.2740957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0001555, 30.2740957 ], [ 120.000203, 30.2738549 ], [ 120.0002645, 30.2735928 ], [ 120.0008736, 30.2714485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0069513, 30.2754032 ], [ 120.0070576, 30.2744358 ], [ 120.0071112, 30.2731849 ], [ 120.0070388, 30.2719055 ], [ 120.007022, 30.2716092 ], [ 120.0070147, 30.27148 ], [ 120.006875, 30.2701485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071149, 30.2701842 ], [ 120.0071812, 30.2707709 ], [ 120.0072581, 30.2716048 ], [ 120.007267, 30.2719012 ], [ 120.0072936, 30.2742134 ], [ 120.0071111, 30.2754397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0008736, 30.2714485 ], [ 120.0017155, 30.2715925 ], [ 120.0020104, 30.2716363 ], [ 120.002274, 30.2717361 ], [ 120.0025046, 30.2718758 ], [ 120.0027062, 30.2721034 ], [ 120.0027952, 30.2722876 ], [ 120.0028238, 30.2725649 ], [ 120.0024165, 30.273965 ], [ 120.0023696, 30.2741382 ], [ 120.002334, 30.27424 ], [ 120.0022736, 30.2744268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贺翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0152678, 30.2743131 ], [ 120.0151779, 30.2737799 ], [ 120.0149681, 30.2731408 ], [ 120.0149362, 30.2730244 ], [ 120.0146601, 30.2722061 ], [ 120.014662, 30.2721411 ], [ 120.014691, 30.2720607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贺翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.014691, 30.2720607 ], [ 120.014662, 30.2721411 ], [ 120.0146601, 30.2722061 ], [ 120.0149362, 30.2730244 ], [ 120.0149681, 30.2731408 ], [ 120.0151779, 30.2737799 ], [ 120.0152678, 30.2743131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0116565, 30.2748578 ], [ 120.0118283, 30.2741427 ], [ 120.0120671, 30.2731486 ], [ 120.0121598, 30.2726996 ], [ 120.0122466, 30.2723247 ], [ 120.0124031, 30.2716493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0124031, 30.2716493 ], [ 120.0122466, 30.2723247 ], [ 120.0121598, 30.2726996 ], [ 120.0120671, 30.2731486 ], [ 120.0118283, 30.2741427 ], [ 120.0116565, 30.2748578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0181838, 30.2745985 ], [ 120.0182373, 30.2742646 ], [ 120.0183533, 30.2734609 ], [ 120.0183795, 30.2730245 ], [ 120.0183975, 30.2727589 ], [ 120.0184143, 30.2725109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0001555, 30.2740957 ], [ 120.0012337, 30.2742631 ], [ 120.0022232, 30.2744167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0022232, 30.2744167 ], [ 120.0012337, 30.2742631 ], [ 120.0001555, 30.2740957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0022232, 30.2744167 ], [ 120.0022736, 30.2744268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0022736, 30.2744268 ], [ 120.0022232, 30.2744167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0152678, 30.2743131 ], [ 120.0181838, 30.2745985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0181838, 30.2745985 ], [ 120.0152678, 30.2743131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0069513, 30.2754032 ], [ 120.0058154, 30.275136 ], [ 120.0053133, 30.2750361 ], [ 120.0052399, 30.2750237 ], [ 120.0030159, 30.2745762 ], [ 120.0022736, 30.2744268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0022736, 30.2744268 ], [ 120.0030159, 30.2745762 ], [ 120.0052399, 30.2750237 ], [ 120.0053133, 30.2750361 ], [ 120.0058154, 30.275136 ], [ 120.0069513, 30.2754032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贺翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0152678, 30.2743131 ], [ 120.0152763, 30.2745647 ], [ 120.0152834, 30.274776 ], [ 120.015289, 30.2749403 ], [ 120.0152324, 30.275449 ], [ 120.0151067, 30.2758695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贺翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0151067, 30.2758695 ], [ 120.0152324, 30.275449 ], [ 120.015289, 30.2749403 ], [ 120.0152834, 30.274776 ], [ 120.0152763, 30.2745647 ], [ 120.0152678, 30.2743131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0017603, 30.2759245 ], [ 120.0019833, 30.2751939 ], [ 120.0022232, 30.2744167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0022232, 30.2744167 ], [ 120.0019833, 30.2751939 ], [ 120.0017603, 30.2759245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永寿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0151067, 30.2758695 ], [ 120.0132839, 30.2753349 ], [ 120.0116565, 30.2748578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永寿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0116565, 30.2748578 ], [ 120.0132839, 30.2753349 ], [ 120.0151067, 30.2758695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0069513, 30.2754032 ], [ 120.0071111, 30.2754397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071111, 30.2754397 ], [ 120.0069513, 30.2754032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.018644, 30.27258 ], [ 120.0186312, 30.2727741 ], [ 120.0185342, 30.2737027 ], [ 120.0184843, 30.2740599 ], [ 120.0184341, 30.2746244 ], [ 120.0181464, 30.2758001 ], [ 120.017973, 30.2765255 ], [ 120.017601, 30.2775356 ], [ 120.0172748, 30.2784369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0177677, 30.2764687 ], [ 120.0181838, 30.2745985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0116565, 30.2748578 ], [ 120.0112504, 30.2765479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112504, 30.2765479 ], [ 120.0116565, 30.2748578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓怡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9997619, 30.2755578 ], [ 120.0008548, 30.2757529 ], [ 120.0017603, 30.2759245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓怡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0017603, 30.2759245 ], [ 120.0008548, 30.2757529 ], [ 119.9997619, 30.2755578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071111, 30.2754397 ], [ 120.0084687, 30.2758054 ], [ 120.0093346, 30.2760365 ], [ 120.0099946, 30.2762127 ], [ 120.0102311, 30.2762758 ], [ 120.0112504, 30.2765479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112504, 30.2765479 ], [ 120.0102311, 30.2762758 ], [ 120.0099946, 30.2762127 ], [ 120.0093346, 30.2760365 ], [ 120.0084687, 30.2758054 ], [ 120.0071111, 30.2754397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永寿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0177677, 30.2764687 ], [ 120.0165699, 30.276209 ], [ 120.0164946, 30.2761925 ], [ 120.0156284, 30.2760025 ], [ 120.0151067, 30.2758695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永寿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0151067, 30.2758695 ], [ 120.0156284, 30.2760025 ], [ 120.0164946, 30.2761925 ], [ 120.0165699, 30.276209 ], [ 120.0177677, 30.2764687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓怡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.004546, 30.2765265 ], [ 120.0026528, 30.2761105 ], [ 120.0017603, 30.2759245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓怡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0017603, 30.2759245 ], [ 120.0026528, 30.2761105 ], [ 120.004546, 30.2765265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贺翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0151067, 30.2758695 ], [ 120.0150004, 30.2761277 ], [ 120.0147659, 30.27659 ], [ 120.0147389, 30.2766343 ], [ 120.0142877, 30.2772916 ], [ 120.0141601, 30.2774736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贺翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0141601, 30.2774736 ], [ 120.0142877, 30.2772916 ], [ 120.0147389, 30.2766343 ], [ 120.0147659, 30.27659 ], [ 120.0150004, 30.2761277 ], [ 120.0151067, 30.2758695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0352876, 30.2733958 ], [ 120.0351917, 30.2734657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0275093, 30.2735822 ], [ 120.0274955, 30.2734412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0274955, 30.2734412 ], [ 120.0275093, 30.2735822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351917, 30.2734657 ], [ 120.0341126, 30.2735262 ], [ 120.0321034, 30.2735433 ], [ 120.0311668, 30.2735513 ], [ 120.0275093, 30.2735822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0352876, 30.2733958 ], [ 120.035349, 30.2734569 ], [ 120.0357992, 30.2739012 ], [ 120.0360398, 30.2741386 ], [ 120.0363501, 30.2744617 ], [ 120.0365983, 30.2747123 ], [ 120.0369517, 30.2750364 ], [ 120.0372306, 30.2753162 ], [ 120.0372648, 30.2753505 ], [ 120.0375687, 30.2756791 ], [ 120.0376161, 30.2757342 ], [ 120.0378132, 30.2759632 ], [ 120.037948, 30.2761624 ], [ 120.0381321, 30.2764787 ], [ 120.0383218, 30.2769318 ], [ 120.0383751, 30.277107 ], [ 120.0384136, 30.2772796 ], [ 120.0384755, 30.277601 ], [ 120.0384901, 30.2779051 ], [ 120.0384693, 30.2782188 ], [ 120.0384391, 30.2785761 ], [ 120.0383869, 30.2788526 ], [ 120.0383287, 30.2791348 ], [ 120.0382861, 30.2792582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0381681, 30.2792227 ], [ 120.0381698, 30.2791072 ], [ 120.0382334, 30.2788458 ], [ 120.0382898, 30.278574 ], [ 120.0383346, 30.2782769 ], [ 120.0383448, 30.2781168 ], [ 120.0383554, 30.2779493 ], [ 120.0383488, 30.2776591 ], [ 120.0382923, 30.2773446 ], [ 120.0381958, 30.2769785 ], [ 120.0380039, 30.2765482 ], [ 120.0379974, 30.2765321 ], [ 120.0378267, 30.2762367 ], [ 120.0376811, 30.2760352 ], [ 120.0374621, 30.2757499 ], [ 120.0368599, 30.2751129 ], [ 120.0365239, 30.2747854 ], [ 120.0362006, 30.2744792 ], [ 120.0358903, 30.2741561 ], [ 120.0351995, 30.2734744 ], [ 120.0351917, 30.2734657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0275093, 30.2735822 ], [ 120.0274965, 30.2737626 ], [ 120.0275299, 30.2747588 ], [ 120.0275643, 30.2756352 ], [ 120.0275431, 30.2767229 ], [ 120.027538, 30.2770158 ], [ 120.02749, 30.277325 ], [ 120.0273323, 30.2778332 ], [ 120.027246, 30.2781494 ], [ 120.0270959, 30.2787407 ], [ 120.0269906, 30.2791552 ], [ 120.0267454, 30.279954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0267454, 30.279954 ], [ 120.0269906, 30.2791552 ], [ 120.0270959, 30.2787407 ], [ 120.027246, 30.2781494 ], [ 120.0273323, 30.2778332 ], [ 120.02749, 30.277325 ], [ 120.027538, 30.2770158 ], [ 120.0275431, 30.2767229 ], [ 120.0275643, 30.2756352 ], [ 120.0275299, 30.2747588 ], [ 120.0274965, 30.2737626 ], [ 120.0275093, 30.2735822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0381681, 30.2792227 ], [ 120.0382861, 30.2792582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0381373, 30.2793734 ], [ 120.0381681, 30.2792227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0141601, 30.2774736 ], [ 120.0133961, 30.277217 ], [ 120.0132378, 30.2771638 ], [ 120.0125367, 30.2769304 ], [ 120.0112504, 30.2765479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112504, 30.2765479 ], [ 120.0125367, 30.2769304 ], [ 120.0132378, 30.2771638 ], [ 120.0133961, 30.277217 ], [ 120.0141601, 30.2774736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0009443, 30.2786067 ], [ 120.0010347, 30.2782911 ], [ 120.0011376, 30.277976 ], [ 120.00116, 30.2779073 ], [ 120.0012374, 30.2776633 ], [ 120.0012572, 30.2776109 ], [ 120.0014609, 30.2769677 ], [ 120.0014805, 30.2768944 ], [ 120.0015016, 30.2768155 ], [ 120.0015181, 30.276754 ], [ 120.0017603, 30.2759245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0017603, 30.2759245 ], [ 120.0015181, 30.276754 ], [ 120.0015016, 30.2768155 ], [ 120.0014805, 30.2768944 ], [ 120.0014609, 30.2769677 ], [ 120.0012572, 30.2776109 ], [ 120.0012374, 30.2776633 ], [ 120.00116, 30.2779073 ], [ 120.0011376, 30.277976 ], [ 120.0010347, 30.2782911 ], [ 120.0009443, 30.2786067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0171004, 30.2783885 ], [ 120.0173072, 30.2777662 ], [ 120.0176832, 30.2767435 ], [ 120.0177677, 30.2764687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0058447, 30.2797305 ], [ 120.0062133, 30.2786877 ], [ 120.006357, 30.2782466 ], [ 120.0063772, 30.2781816 ], [ 120.0064388, 30.2779779 ], [ 120.0064597, 30.2778985 ], [ 120.0066386, 30.277177 ], [ 120.0069513, 30.2754032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071111, 30.2754397 ], [ 120.0067519, 30.2773208 ], [ 120.0065755, 30.2780527 ], [ 120.0065192, 30.2782546 ], [ 120.0063638, 30.2787105 ], [ 120.0063174, 30.2788636 ], [ 120.0060326, 30.2797768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0141601, 30.2774736 ], [ 120.0155721, 30.2779031 ], [ 120.0158852, 30.277999 ], [ 120.0159513, 30.2780193 ], [ 120.0171004, 30.2783885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0171004, 30.2783885 ], [ 120.0159513, 30.2780193 ], [ 120.0158852, 30.277999 ], [ 120.0155721, 30.2779031 ], [ 120.0141601, 30.2774736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0171004, 30.2783885 ], [ 120.0172748, 30.2784369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790531, 30.2668289 ], [ 119.9788706, 30.2647908 ], [ 119.9787605, 30.2634834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9787605, 30.2634834 ], [ 119.9788706, 30.2647908 ], [ 119.9790531, 30.2668289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790531, 30.2668289 ], [ 119.9766476, 30.2669793 ], [ 119.9745793, 30.2671086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竟桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9745793, 30.2671086 ], [ 119.9766476, 30.2669793 ], [ 119.9790531, 30.2668289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9790531, 30.2668289 ], [ 119.9791963, 30.2684721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9791963, 30.2684721 ], [ 119.9790531, 30.2668289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862015, 30.2681231 ], [ 119.9863748, 30.2681113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863748, 30.2681113 ], [ 119.9863734, 30.2682768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862021, 30.2682892 ], [ 119.9862015, 30.2681231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863734, 30.2682768 ], [ 119.9862021, 30.2682892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "水乡北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701766, 30.2663434 ], [ 119.970711, 30.2662448 ], [ 119.9725184, 30.2659621 ], [ 119.9734633, 30.2656029 ], [ 119.9738981, 30.2654182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "水乡北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9739815, 30.2655913 ], [ 119.9733126, 30.265908 ], [ 119.9725474, 30.2661891 ], [ 119.9715179, 30.2663965 ], [ 119.9709037, 30.2665299 ], [ 119.9702579, 30.2666178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9739815, 30.2655913 ], [ 119.9745793, 30.2671086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9745793, 30.2671086 ], [ 119.9739815, 30.2655913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701766, 30.2663434 ], [ 119.9702579, 30.2666178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9702579, 30.2666178 ], [ 119.9701766, 30.2663434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9702579, 30.2666178 ], [ 119.9707431, 30.267949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9707431, 30.267949 ], [ 119.9702579, 30.2666178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665648, 30.2675387 ], [ 119.96688, 30.2675336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.96688, 30.2675336 ], [ 119.9669444, 30.2676619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9666319, 30.2676665 ], [ 119.9665648, 30.2675387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9669444, 30.2676619 ], [ 119.9666319, 30.2676665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.96688, 30.2675336 ], [ 119.9679995, 30.2675374 ], [ 119.968435, 30.2675568 ], [ 119.9690733, 30.2676454 ], [ 119.9695211, 30.2677237 ], [ 119.9707431, 30.267949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9745793, 30.2671086 ], [ 119.974706, 30.2674913 ], [ 119.975193, 30.2686432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.975193, 30.2686432 ], [ 119.974706, 30.2674913 ], [ 119.9745793, 30.2671086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9708042, 30.2680944 ], [ 119.9694931, 30.2678438 ], [ 119.9690891, 30.2677696 ], [ 119.9684979, 30.267702 ], [ 119.9674948, 30.2676649 ], [ 119.9669444, 30.2676619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9708042, 30.2680944 ], [ 119.9707431, 30.267949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9707431, 30.267949 ], [ 119.9708042, 30.2680944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9707431, 30.267949 ], [ 119.9718282, 30.268139 ], [ 119.9744315, 30.2685821 ], [ 119.9749326, 30.2686255 ], [ 119.975193, 30.2686432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9752401, 30.2687791 ], [ 119.974779, 30.2687375 ], [ 119.9742751, 30.2686856 ], [ 119.9708042, 30.2680944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9950855, 30.2684731 ], [ 119.9951183, 30.2683396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951183, 30.2683396 ], [ 119.9950855, 30.2684731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9950855, 30.2684731 ], [ 119.9949626, 30.2684556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951183, 30.2683396 ], [ 119.9955268, 30.2683943 ], [ 119.9983706, 30.268796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983361, 30.2689266 ], [ 119.9965646, 30.2686715 ], [ 119.9950855, 30.2684731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9949714, 30.2689377 ], [ 119.9950855, 30.2684731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9950855, 30.2684731 ], [ 119.9949714, 30.2689377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983706, 30.268796 ], [ 119.9985331, 30.2688147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983361, 30.2689266 ], [ 119.9983706, 30.268796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985331, 30.2688147 ], [ 119.9985034, 30.2689421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985034, 30.2689421 ], [ 119.9983361, 30.2689266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985331, 30.2688147 ], [ 119.9998815, 30.2690373 ], [ 120.00058, 30.2691246 ], [ 120.0012573, 30.2692193 ], [ 120.0013966, 30.2692388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921406, 30.2680606 ], [ 119.9920894, 30.2684135 ], [ 119.9920103, 30.2690764 ], [ 119.9920001, 30.269175 ], [ 119.9919704, 30.2696529 ], [ 119.9919611, 30.269756 ], [ 119.9919483, 30.2699253 ], [ 119.9919479, 30.2701495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919479, 30.2701495 ], [ 119.9919483, 30.2699253 ], [ 119.9919611, 30.269756 ], [ 119.9919704, 30.2696529 ], [ 119.9920001, 30.269175 ], [ 119.9920103, 30.2690764 ], [ 119.9920894, 30.2684135 ], [ 119.9921406, 30.2680606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0013565, 30.2693656 ], [ 120.0011905, 30.269331 ], [ 120.0005465, 30.2692404 ], [ 119.9985034, 30.2689421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945416, 30.2704102 ], [ 119.9945821, 30.2701393 ], [ 119.9946933, 30.2696484 ], [ 119.9947049, 30.2695865 ], [ 119.9948551, 30.2689334 ], [ 119.9948556, 30.2689316 ], [ 119.9949626, 30.2684556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9949714, 30.2689377 ], [ 119.9948311, 30.2696043 ], [ 119.9947148, 30.2701905 ], [ 119.994666, 30.2704368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9979124, 30.2708631 ], [ 119.9980015, 30.2704558 ], [ 119.9980461, 30.2702455 ], [ 119.9981911, 30.2695958 ], [ 119.9982004, 30.2695537 ], [ 119.9982075, 30.2695174 ], [ 119.9982735, 30.2692127 ], [ 119.9983361, 30.2689266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985034, 30.2689421 ], [ 119.9983798, 30.2694989 ], [ 119.998361, 30.2695917 ], [ 119.9983513, 30.2696358 ], [ 119.9982097, 30.270268 ], [ 119.9981584, 30.2705013 ], [ 119.9980762, 30.2708726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863351, 30.2698859 ], [ 119.9865905, 30.26989 ], [ 119.9892463, 30.2699623 ], [ 119.9919479, 30.2701495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9791963, 30.2684721 ], [ 119.9813024, 30.2683911 ], [ 119.9831235, 30.2682886 ], [ 119.984669, 30.2682017 ], [ 119.9862015, 30.2681231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862021, 30.2682892 ], [ 119.9831185, 30.2684227 ], [ 119.9825647, 30.2684281 ], [ 119.9806588, 30.2685188 ], [ 119.9760868, 30.2687762 ], [ 119.9754901, 30.2687816 ], [ 119.9752401, 30.2687791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.975193, 30.2686432 ], [ 119.9754534, 30.2686451 ], [ 119.9759999, 30.2686447 ], [ 119.976702, 30.2686214 ], [ 119.9789688, 30.2684809 ], [ 119.9791963, 30.2684721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863734, 30.2682768 ], [ 119.9863791, 30.2685053 ], [ 119.9863625, 30.2692862 ], [ 119.9863351, 30.2698859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861659, 30.2698885 ], [ 119.9861904, 30.2692767 ], [ 119.9862073, 30.2684985 ], [ 119.9862021, 30.2682892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798935, 30.2717985 ], [ 119.980035, 30.2715691 ], [ 119.9803765, 30.2709682 ], [ 119.9807315, 30.2704396 ], [ 119.9808928, 30.2702738 ], [ 119.9811211, 30.2700946 ], [ 119.9813998, 30.2699388 ], [ 119.9816745, 30.2698575 ], [ 119.9819798, 30.269815 ], [ 119.9823666, 30.2698134 ], [ 119.9829892, 30.2698356 ], [ 119.983697, 30.2698474 ], [ 119.9861659, 30.2698885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861659, 30.2698885 ], [ 119.983697, 30.2698474 ], [ 119.9829892, 30.2698356 ], [ 119.9823666, 30.2698134 ], [ 119.9819798, 30.269815 ], [ 119.9816745, 30.2698575 ], [ 119.9813998, 30.2699388 ], [ 119.9811211, 30.2700946 ], [ 119.9808928, 30.2702738 ], [ 119.9807315, 30.2704396 ], [ 119.9803765, 30.2709682 ], [ 119.980035, 30.2715691 ], [ 119.9798935, 30.2717985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.986083, 30.2722402 ], [ 119.9861253, 30.2713906 ], [ 119.9861482, 30.2709304 ], [ 119.9861659, 30.2698885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863351, 30.2698859 ], [ 119.9862865, 30.2707189 ], [ 119.9862721, 30.2719712 ], [ 119.9862323, 30.272247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9760163, 30.2715614 ], [ 119.9782391, 30.2716714 ], [ 119.9798935, 30.2717985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9752401, 30.2687791 ], [ 119.975193, 30.2686432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.975193, 30.2686432 ], [ 119.9752401, 30.2687791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9760163, 30.2715614 ], [ 119.9756203, 30.2699458 ], [ 119.9752401, 30.2687791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9752401, 30.2687791 ], [ 119.9756203, 30.2699458 ], [ 119.9760163, 30.2715614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9669444, 30.2676619 ], [ 119.9674425, 30.2686668 ], [ 119.9680404, 30.2698869 ], [ 119.968721, 30.2712923 ], [ 119.9693546, 30.2728244 ], [ 119.9694388, 30.2730529 ], [ 119.969528, 30.2733285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692025, 30.2735512 ], [ 119.9690612, 30.2730732 ], [ 119.9688303, 30.2724021 ], [ 119.9674532, 30.2692957 ], [ 119.9672053, 30.2687602 ], [ 119.9666319, 30.2676665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9708042, 30.2680944 ], [ 119.9717257, 30.2701818 ], [ 119.9726877, 30.2725077 ], [ 119.9730434, 30.2728615 ], [ 119.9739804, 30.2730833 ], [ 119.9762406, 30.27357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762406, 30.27357 ], [ 119.9739804, 30.2730833 ], [ 119.9730434, 30.2728615 ], [ 119.9726877, 30.2725077 ], [ 119.9717257, 30.2701818 ], [ 119.9708042, 30.2680944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762406, 30.27357 ], [ 119.9760163, 30.2715614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9760163, 30.2715614 ], [ 119.9762406, 30.27357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919479, 30.2701495 ], [ 119.9892463, 30.2699623 ], [ 119.9865905, 30.26989 ], [ 119.9863351, 30.2698859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "思凯路", "葛巷路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919479, 30.2701495 ], [ 119.9923755, 30.270182 ], [ 119.9928461, 30.2702243 ], [ 119.9945416, 30.2704102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "思凯路", "葛巷路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945416, 30.2704102 ], [ 119.9928461, 30.2702243 ], [ 119.9923755, 30.270182 ], [ 119.9919479, 30.2701495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945416, 30.2704102 ], [ 119.994666, 30.2704368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.994666, 30.2704368 ], [ 119.9945416, 30.2704102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9979124, 30.2708631 ], [ 119.9963217, 30.2706542 ], [ 119.994666, 30.2704368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.994666, 30.2704368 ], [ 119.9963217, 30.2706542 ], [ 119.9979124, 30.2708631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9979124, 30.2708631 ], [ 119.9980762, 30.2708726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9980762, 30.2708726 ], [ 119.9979124, 30.2708631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0008964, 30.2713683 ], [ 119.9980762, 30.2708726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9980762, 30.2708726 ], [ 120.0008964, 30.2713683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919479, 30.2701495 ], [ 119.9915678, 30.2727126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9915678, 30.2727126 ], [ 119.9919479, 30.2701495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9939673, 30.273013 ], [ 119.9940131, 30.2728316 ], [ 119.994136, 30.2722952 ], [ 119.9941538, 30.2722126 ], [ 119.9945416, 30.2704102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.994666, 30.2704368 ], [ 119.9944163, 30.2715296 ], [ 119.9942509, 30.2722533 ], [ 119.9940679, 30.2730295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973083, 30.2736239 ], [ 119.9973641, 30.2733787 ], [ 119.997436, 30.2730369 ], [ 119.9979124, 30.2708631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9980762, 30.2708726 ], [ 119.9975913, 30.2730618 ], [ 119.9975148, 30.2734034 ], [ 119.9974618, 30.2736492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862323, 30.272247 ], [ 119.9884865, 30.2723788 ], [ 119.9890881, 30.272445 ], [ 119.9907845, 30.2726262 ], [ 119.9912494, 30.2726758 ], [ 119.9915678, 30.2727126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9915678, 30.2727126 ], [ 119.9912494, 30.2726758 ], [ 119.9907845, 30.2726262 ], [ 119.9890881, 30.272445 ], [ 119.9884865, 30.2723788 ], [ 119.9862323, 30.272247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9915678, 30.2727126 ], [ 119.9920142, 30.2727751 ], [ 119.9923889, 30.2728223 ], [ 119.9927643, 30.2728677 ], [ 119.9939673, 30.273013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798935, 30.2717985 ], [ 119.9782391, 30.2716714 ], [ 119.9760163, 30.2715614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.986083, 30.2722402 ], [ 119.9849179, 30.2721517 ], [ 119.9839997, 30.2720866 ], [ 119.9837997, 30.2720678 ], [ 119.9827202, 30.2719979 ], [ 119.9798935, 30.2717985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798935, 30.2717985 ], [ 119.9827202, 30.2719979 ], [ 119.9837997, 30.2720678 ], [ 119.9839997, 30.2720866 ], [ 119.9849179, 30.2721517 ], [ 119.986083, 30.2722402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.986083, 30.2722402 ], [ 119.9862323, 30.272247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862323, 30.272247 ], [ 119.986083, 30.2722402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789932, 30.2738585 ], [ 119.9797199, 30.2722 ], [ 119.9798935, 30.2717985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798935, 30.2717985 ], [ 119.9797199, 30.2722 ], [ 119.9789932, 30.2738585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862323, 30.272247 ], [ 119.9862394, 30.2730179 ], [ 119.9862459, 30.273733 ], [ 119.9862689, 30.2742125 ], [ 119.9862784, 30.2743395 ], [ 119.9863373, 30.2751239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762406, 30.27357 ], [ 119.9774344, 30.2736936 ], [ 119.9789932, 30.2738585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789932, 30.2738585 ], [ 119.9774344, 30.2736936 ], [ 119.9762406, 30.27357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0745868, 30.2556853 ], [ 120.0745477, 30.2558059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0745477, 30.2558059 ], [ 120.0744014, 30.2557624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719505, 30.2628658 ], [ 120.0727429, 30.2611475 ], [ 120.0728866, 30.2607785 ], [ 120.0731224, 30.2600976 ], [ 120.0733124, 30.2594225 ], [ 120.0734488, 30.2590311 ], [ 120.0737523, 30.2579945 ], [ 120.0738915, 30.2575106 ], [ 120.0740426, 30.2569855 ], [ 120.0744014, 30.2557624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0745477, 30.2558059 ], [ 120.0741424, 30.2572443 ], [ 120.0739396, 30.2578937 ], [ 120.0735506, 30.2592574 ], [ 120.0734706, 30.2594942 ], [ 120.0731642, 30.2605964 ], [ 120.073039, 30.2609669 ], [ 120.0727617, 30.2615263 ], [ 120.0725534, 30.2619415 ], [ 120.0721362, 30.262804 ], [ 120.0720906, 30.2628983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719505, 30.2628658 ], [ 120.0720906, 30.2628983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719734, 30.2632347 ], [ 120.0719505, 30.2628658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720906, 30.2628983 ], [ 120.0719734, 30.2632347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680081, 30.283026 ], [ 120.0680146, 30.2829301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680146, 30.2829301 ], [ 120.0680081, 30.283026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680146, 30.2829301 ], [ 120.0694827, 30.282991 ], [ 120.0696014, 30.2829954 ], [ 120.0705798, 30.2830319 ], [ 120.0718219, 30.2830783 ], [ 120.0721464, 30.2830917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086743, 30.2647345 ], [ 120.0868847, 30.2647791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086671, 30.2650187 ], [ 120.086743, 30.2647345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0868847, 30.2647791 ], [ 120.086837, 30.2650375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086837, 30.2650375 ], [ 120.086671, 30.2650187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0842969, 30.2770919 ], [ 120.0844773, 30.2766304 ], [ 120.0848139, 30.2759586 ], [ 120.0849994, 30.2755422 ], [ 120.0854232, 30.2744135 ], [ 120.0855241, 30.2739563 ], [ 120.0855888, 30.2734857 ], [ 120.085609, 30.2732321 ], [ 120.0857083, 30.2722692 ], [ 120.0858405, 30.2710802 ], [ 120.0858543, 30.2709014 ], [ 120.0859041, 30.2702255 ], [ 120.0860432, 30.2696509 ], [ 120.0861735, 30.2684352 ], [ 120.0863664, 30.266996 ], [ 120.0864785, 30.266357 ], [ 120.0865253, 30.2660379 ], [ 120.0865571, 30.2656927 ], [ 120.086671, 30.2650187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086837, 30.2650375 ], [ 120.0867312, 30.2656985 ], [ 120.0866834, 30.2660513 ], [ 120.0866706, 30.2661293 ], [ 120.0865038, 30.2672564 ], [ 120.0864726, 30.2674997 ], [ 120.086421, 30.2681021 ], [ 120.0862454, 30.2696448 ], [ 120.0862459, 30.2699868 ], [ 120.0862464, 30.270274 ], [ 120.0861918, 30.270915 ], [ 120.086164, 30.2712838 ], [ 120.0861066, 30.2718251 ], [ 120.0860558, 30.2723151 ], [ 120.0860426, 30.2724177 ], [ 120.0859251, 30.2732532 ], [ 120.0858931, 30.2735119 ], [ 120.0857891, 30.2739881 ], [ 120.0856899, 30.2744596 ], [ 120.0856305, 30.2747229 ], [ 120.0854872, 30.2752557 ], [ 120.0853772, 30.2755623 ], [ 120.0852249, 30.2759527 ], [ 120.0850777, 30.2762612 ], [ 120.0847986, 30.2767975 ], [ 120.0845473, 30.2771668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0842969, 30.2770919 ], [ 120.0845473, 30.2771668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0842526, 30.277202 ], [ 120.0842969, 30.2770919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0845473, 30.2771668 ], [ 120.0844773, 30.2772814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0844773, 30.2772814 ], [ 120.0842526, 30.277202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971433, 30.2674313 ], [ 120.0971232, 30.267708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971232, 30.267708 ], [ 120.0969952, 30.2675821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0928757, 30.2662053 ], [ 120.0927061, 30.2667042 ], [ 120.0926162, 30.2670134 ], [ 120.0923084, 30.2681367 ], [ 120.0922577, 30.2683128 ], [ 120.0921558, 30.2686662 ], [ 120.091985, 30.2692588 ], [ 120.0919553, 30.2693619 ], [ 120.0919013, 30.2695493 ], [ 120.0917212, 30.2702096 ], [ 120.091615, 30.2705991 ], [ 120.091567, 30.2707751 ], [ 120.0912428, 30.2719637 ], [ 120.0911471, 30.2723522 ], [ 120.0910113, 30.2734805 ], [ 120.0909909, 30.2736503 ], [ 120.0909253, 30.2741954 ], [ 120.0908515, 30.2744658 ], [ 120.0907267, 30.2748563 ], [ 120.0906025, 30.275175 ], [ 120.0904305, 30.2756165 ], [ 120.0901641, 30.2763003 ], [ 120.0895702, 30.2778102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0895702, 30.2778102 ], [ 120.0901641, 30.2763003 ], [ 120.0904305, 30.2756165 ], [ 120.0906025, 30.275175 ], [ 120.0907267, 30.2748563 ], [ 120.0908515, 30.2744658 ], [ 120.0909253, 30.2741954 ], [ 120.0909909, 30.2736503 ], [ 120.0910113, 30.2734805 ], [ 120.0911471, 30.2723522 ], [ 120.0912428, 30.2719637 ], [ 120.091567, 30.2707751 ], [ 120.091615, 30.2705991 ], [ 120.0917212, 30.2702096 ], [ 120.0919013, 30.2695493 ], [ 120.0919553, 30.2693619 ], [ 120.091985, 30.2692588 ], [ 120.0921558, 30.2686662 ], [ 120.0922577, 30.2683128 ], [ 120.0923084, 30.2681367 ], [ 120.0926162, 30.2670134 ], [ 120.0927061, 30.2667042 ], [ 120.0928757, 30.2662053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0958965, 30.2780458 ], [ 120.0961494, 30.2768188 ], [ 120.0962718, 30.2762249 ], [ 120.096328, 30.2758837 ], [ 120.0963661, 30.275652 ], [ 120.0964509, 30.2751529 ], [ 120.0965154, 30.2746257 ], [ 120.0966149, 30.273203 ], [ 120.0966299, 30.2729886 ], [ 120.0967208, 30.2715812 ], [ 120.0967571, 30.2710599 ], [ 120.096809, 30.2703153 ], [ 120.0969442, 30.2682971 ], [ 120.0969665, 30.2679635 ], [ 120.0969952, 30.2675821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971232, 30.267708 ], [ 120.0970931, 30.2680294 ], [ 120.0970754, 30.26832 ], [ 120.0970319, 30.2688653 ], [ 120.0969152, 30.2703263 ], [ 120.0968532, 30.271103 ], [ 120.0967332, 30.2730001 ], [ 120.0967194, 30.2732078 ], [ 120.0966334, 30.2744998 ], [ 120.0966253, 30.2746215 ], [ 120.0964947, 30.2757193 ], [ 120.0964802, 30.2757906 ], [ 120.0963855, 30.2762564 ], [ 120.0960208, 30.2780493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0845473, 30.2771668 ], [ 120.086456, 30.2774088 ], [ 120.0870408, 30.277483 ], [ 120.0872868, 30.2775123 ], [ 120.0876558, 30.277565 ], [ 120.0893517, 30.2777662 ], [ 120.0895702, 30.2778102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0895255, 30.2779463 ], [ 120.0895702, 30.2778102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0895702, 30.2778102 ], [ 120.0895255, 30.2779463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0895702, 30.2778102 ], [ 120.0922017, 30.2779153 ], [ 120.0928188, 30.27794 ], [ 120.0947975, 30.278008 ], [ 120.0953684, 30.2780276 ], [ 120.0958965, 30.2780458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0895255, 30.2779463 ], [ 120.0893201, 30.2779026 ], [ 120.0890557, 30.277855 ], [ 120.088658, 30.2778059 ], [ 120.0876727, 30.2776844 ], [ 120.0875989, 30.2776711 ], [ 120.0872202, 30.2776206 ], [ 120.0870334, 30.2775982 ], [ 120.0869531, 30.2775886 ], [ 120.0864171, 30.2775315 ], [ 120.0859191, 30.2774785 ], [ 120.0844773, 30.2772814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817841, 30.2828504 ], [ 120.0819573, 30.28263 ], [ 120.0824089, 30.2815414 ], [ 120.0825308, 30.2812351 ], [ 120.0827521, 30.2806794 ], [ 120.0829196, 30.280232 ], [ 120.0831162, 30.2797625 ], [ 120.0834164, 30.2790644 ], [ 120.0838307, 30.2781909 ], [ 120.0842526, 30.277202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0844773, 30.2772814 ], [ 120.0843689, 30.2774153 ], [ 120.0839028, 30.278306 ], [ 120.0835832, 30.2789825 ], [ 120.0831727, 30.2799283 ], [ 120.0829166, 30.2806982 ], [ 120.0826343, 30.2815155 ], [ 120.0821683, 30.2828148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817841, 30.2828504 ], [ 120.0821683, 30.2828148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821683, 30.2828148 ], [ 120.0821416, 30.2829257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817324, 30.2829523 ], [ 120.0817841, 30.2828504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821416, 30.2829257 ], [ 120.0817324, 30.2829523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817324, 30.2829523 ], [ 120.0803433, 30.2830954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821683, 30.2828148 ], [ 120.0837203, 30.2829263 ], [ 120.0847295, 30.2829988 ], [ 120.0852695, 30.2830466 ], [ 120.0862993, 30.2831417 ], [ 120.0866904, 30.2831725 ], [ 120.0881457, 30.2832869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721464, 30.2830917 ], [ 120.072455, 30.2831061 ], [ 120.0727192, 30.2831179 ], [ 120.0746069, 30.2832089 ], [ 120.0765047, 30.2832644 ], [ 120.0772475, 30.2832663 ], [ 120.0777967, 30.2832479 ], [ 120.0779929, 30.2832306 ], [ 120.0782942, 30.283204 ], [ 120.0795013, 30.2830833 ], [ 120.0801109, 30.2830155 ], [ 120.0811607, 30.2828987 ], [ 120.0817841, 30.2828504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647052, 30.2829226 ], [ 120.0647941, 30.2828182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647941, 30.2828182 ], [ 120.0661087, 30.2828657 ], [ 120.0663414, 30.2828741 ], [ 120.0674368, 30.2829136 ], [ 120.0678432, 30.2829277 ], [ 120.0680146, 30.2829301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647941, 30.2828182 ], [ 120.0649301, 30.2829303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649301, 30.2829303 ], [ 120.0647052, 30.2829226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680081, 30.283026 ], [ 120.0678376, 30.2830194 ], [ 120.0673917, 30.2830055 ], [ 120.0670528, 30.2829951 ], [ 120.0649301, 30.2829303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "Yunqi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605743, 30.2827541 ], [ 120.0605719, 30.2843667 ], [ 120.0605675, 30.2859783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "Yunqi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605675, 30.2859783 ], [ 120.0605719, 30.2843667 ], [ 120.0605743, 30.2827541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645864, 30.2861903 ], [ 120.0646605, 30.2844856 ], [ 120.0647052, 30.2829226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649301, 30.2829303 ], [ 120.0648996, 30.2830537 ], [ 120.0648178, 30.2844954 ], [ 120.064811, 30.2846146 ], [ 120.0647401, 30.2861917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605675, 30.2859783 ], [ 120.059062, 30.2859321 ], [ 120.0573206, 30.285858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721337, 30.2832114 ], [ 120.0709045, 30.2831729 ], [ 120.0705716, 30.2831625 ], [ 120.0695351, 30.283103 ], [ 120.0682341, 30.2830632 ], [ 120.0680081, 30.283026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721464, 30.2830917 ], [ 120.0721337, 30.2832114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721337, 30.2832114 ], [ 120.0721464, 30.2830917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680741, 30.2861702 ], [ 120.0680552, 30.2851413 ], [ 120.0680539, 30.2848761 ], [ 120.0680493, 30.2846937 ], [ 120.0680081, 30.283026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680081, 30.283026 ], [ 120.0680493, 30.2846937 ], [ 120.0680539, 30.2848761 ], [ 120.0680552, 30.2851413 ], [ 120.0680741, 30.2861702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721337, 30.2832114 ], [ 120.0720585, 30.2847164 ], [ 120.072049, 30.2849062 ], [ 120.0720477, 30.2851263 ], [ 120.072039, 30.2861723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072039, 30.2861723 ], [ 120.0720477, 30.2851263 ], [ 120.072049, 30.2849062 ], [ 120.0720585, 30.2847164 ], [ 120.0721337, 30.2832114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680741, 30.2861702 ], [ 120.072039, 30.2861723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072039, 30.2861723 ], [ 120.0680741, 30.2861702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719644, 30.2881816 ], [ 120.07197, 30.2874575 ], [ 120.0719733, 30.287022 ], [ 120.071978, 30.2864107 ], [ 120.072039, 30.2861723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881176, 30.2833967 ], [ 120.0871213, 30.2833103 ], [ 120.086284, 30.2832377 ], [ 120.085223, 30.2831411 ], [ 120.0846694, 30.2831049 ], [ 120.0844965, 30.2830934 ], [ 120.0821416, 30.2829257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803433, 30.2830954 ], [ 120.0801255, 30.283119 ], [ 120.0792041, 30.2832186 ], [ 120.0787245, 30.2832674 ], [ 120.0782922, 30.2833113 ], [ 120.0777871, 30.2833663 ], [ 120.0772241, 30.2833892 ], [ 120.0764936, 30.2833938 ], [ 120.0727078, 30.2832319 ], [ 120.0724437, 30.283225 ], [ 120.0721337, 30.2832114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803433, 30.2830954 ], [ 120.0800977, 30.2838437 ], [ 120.0799533, 30.2842413 ], [ 120.0797891, 30.2846447 ], [ 120.0795069, 30.2852404 ], [ 120.0793826, 30.2854539 ], [ 120.079212, 30.2857501 ], [ 120.0790936, 30.2858947 ], [ 120.0789737, 30.2860112 ], [ 120.0788542, 30.2861096 ], [ 120.0786598, 30.2861896 ], [ 120.0784331, 30.2862185 ], [ 120.0764593, 30.2862087 ], [ 120.0757868, 30.2862065 ], [ 120.0748212, 30.2862033 ], [ 120.0737791, 30.2861998 ], [ 120.0734618, 30.2861956 ], [ 120.072039, 30.2861723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072039, 30.2861723 ], [ 120.0734618, 30.2861956 ], [ 120.0737791, 30.2861998 ], [ 120.0748212, 30.2862033 ], [ 120.0757868, 30.2862065 ], [ 120.0764593, 30.2862087 ], [ 120.0784331, 30.2862185 ], [ 120.0786598, 30.2861896 ], [ 120.0788542, 30.2861096 ], [ 120.0789737, 30.2860112 ], [ 120.0790936, 30.2858947 ], [ 120.079212, 30.2857501 ], [ 120.0793826, 30.2854539 ], [ 120.0795069, 30.2852404 ], [ 120.0797891, 30.2846447 ], [ 120.0799533, 30.2842413 ], [ 120.0800977, 30.2838437 ], [ 120.0803433, 30.2830954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803632, 30.2890274 ], [ 120.0803734, 30.2889347 ], [ 120.0803972, 30.2887758 ], [ 120.0804498, 30.288207 ], [ 120.0804394, 30.2878941 ], [ 120.0804671, 30.2874051 ], [ 120.0805295, 30.2865362 ], [ 120.0805768, 30.2862875 ], [ 120.0805955, 30.2860924 ], [ 120.0806457, 30.2858778 ], [ 120.0807178, 30.2856374 ], [ 120.0808403, 30.2852649 ], [ 120.0809811, 30.2848376 ], [ 120.0812643, 30.284005 ], [ 120.0817324, 30.2829523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821416, 30.2829257 ], [ 120.0817289, 30.2838821 ], [ 120.0815226, 30.2843858 ], [ 120.081361, 30.2848256 ], [ 120.0812561, 30.2852325 ], [ 120.0811464, 30.2864686 ], [ 120.0811364, 30.28669 ], [ 120.0811144, 30.2873012 ], [ 120.0811068, 30.2880628 ], [ 120.0809792, 30.2890916 ], [ 120.0809681, 30.2891828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719723, 30.2889342 ], [ 120.0722062, 30.288896 ], [ 120.0724402, 30.2888901 ], [ 120.073372, 30.2889013 ], [ 120.0735827, 30.2888937 ], [ 120.0738146, 30.2888861 ], [ 120.0752406, 30.288924 ], [ 120.0755135, 30.2889258 ], [ 120.0759658, 30.2889378 ], [ 120.0762714, 30.2889457 ], [ 120.0765499, 30.2889521 ], [ 120.0766859, 30.2889555 ], [ 120.0779393, 30.2889867 ], [ 120.0780346, 30.2889883 ], [ 120.0803632, 30.2890274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803632, 30.2890274 ], [ 120.0809681, 30.2891828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "文一西路", "谢家桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809681, 30.2891828 ], [ 120.0829429, 30.2891864 ], [ 120.0836236, 30.2891876 ], [ 120.0851939, 30.2891421 ], [ 120.085518, 30.2891327 ], [ 120.085838, 30.289119 ], [ 120.0876479, 30.2890421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "文一西路", "谢家桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876526, 30.2891538 ], [ 120.0861484, 30.289225 ], [ 120.0857334, 30.2892446 ], [ 120.0835172, 30.2892886 ], [ 120.083007, 30.2892971 ], [ 120.0817858, 30.289305 ], [ 120.0809625, 30.2893323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573206, 30.285858 ], [ 120.059062, 30.2859321 ], [ 120.0605675, 30.2859783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645864, 30.2861903 ], [ 120.06271, 30.2861068 ], [ 120.0623134, 30.2860901 ], [ 120.0616028, 30.2860603 ], [ 120.0609608, 30.2860118 ], [ 120.0607175, 30.2859913 ], [ 120.0605675, 30.2859783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605675, 30.2859783 ], [ 120.0607175, 30.2859913 ], [ 120.0609608, 30.2860118 ], [ 120.0616028, 30.2860603 ], [ 120.0623134, 30.2860901 ], [ 120.06271, 30.2861068 ], [ 120.0645864, 30.2861903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680741, 30.2861702 ], [ 120.0678867, 30.2861706 ], [ 120.0674841, 30.2861695 ], [ 120.0647401, 30.2861917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647401, 30.2861917 ], [ 120.0674841, 30.2861695 ], [ 120.0678867, 30.2861706 ], [ 120.0680741, 30.2861702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647401, 30.2861917 ], [ 120.0645864, 30.2861903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645864, 30.2861903 ], [ 120.0647401, 30.2861917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "Yunqi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605675, 30.2859783 ], [ 120.0605602, 30.2862184 ], [ 120.0606098, 30.2866794 ], [ 120.0607958, 30.2872722 ], [ 120.0608616, 30.2874494 ], [ 120.060901, 30.2875563 ], [ 120.0609746, 30.287957 ], [ 120.0610106, 30.2881954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "Yunqi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0610106, 30.2881954 ], [ 120.0609746, 30.287957 ], [ 120.060901, 30.2875563 ], [ 120.0608616, 30.2874494 ], [ 120.0607958, 30.2872722 ], [ 120.0606098, 30.2866794 ], [ 120.0605602, 30.2862184 ], [ 120.0605675, 30.2859783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647401, 30.2861917 ], [ 120.0647351, 30.2863414 ], [ 120.0647167, 30.2866093 ], [ 120.0646615, 30.2874742 ], [ 120.0646409, 30.2886307 ], [ 120.0646377, 30.2887694 ], [ 120.0646345, 30.2888482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072039, 30.2861723 ], [ 120.071978, 30.2864107 ], [ 120.0719733, 30.287022 ], [ 120.07197, 30.2874575 ], [ 120.0719644, 30.2881816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680741, 30.2861702 ], [ 120.0681412, 30.2888599 ], [ 120.0681441, 30.2889781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681441, 30.2889781 ], [ 120.0681412, 30.2888599 ], [ 120.0680741, 30.2861702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719644, 30.2881816 ], [ 120.0719626, 30.2884113 ], [ 120.0719728, 30.2888004 ], [ 120.0719723, 30.2889342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717971, 30.288965 ], [ 120.0718021, 30.2888135 ], [ 120.0718062, 30.2886871 ], [ 120.0718794, 30.2884607 ], [ 120.0719644, 30.2881816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717971, 30.288965 ], [ 120.0719723, 30.2889342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681441, 30.2889781 ], [ 120.0689825, 30.2889858 ], [ 120.0698027, 30.2889815 ], [ 120.0703659, 30.2889917 ], [ 120.0713918, 30.2889982 ], [ 120.0715978, 30.2889873 ], [ 120.0717971, 30.288965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681344, 30.2891675 ], [ 120.0681441, 30.2889781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681441, 30.2889781 ], [ 120.0681344, 30.2891675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717967, 30.2892134 ], [ 120.0717971, 30.288965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0644975, 30.2889281 ], [ 120.0644917, 30.2887674 ], [ 120.064496, 30.2886079 ], [ 120.0645117, 30.2882448 ], [ 120.0645129, 30.2881405 ], [ 120.0645107, 30.2880347 ], [ 120.064512, 30.2879396 ], [ 120.0645199, 30.2873558 ], [ 120.0645643, 30.2866434 ], [ 120.0645831, 30.2863423 ], [ 120.0645864, 30.2861903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0644975, 30.2889281 ], [ 120.0646345, 30.2888482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646345, 30.2888482 ], [ 120.0646323, 30.2889306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646345, 30.2888482 ], [ 120.064872, 30.2888062 ], [ 120.0659555, 30.2888087 ], [ 120.0661576, 30.2888086 ], [ 120.0666321, 30.2888085 ], [ 120.0668744, 30.2888283 ], [ 120.0670847, 30.2888684 ], [ 120.0672874, 30.2888855 ], [ 120.0675701, 30.288885 ], [ 120.0679138, 30.2889014 ], [ 120.0681441, 30.2889781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0644975, 30.2889281 ], [ 120.0646323, 30.2889306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "文一西路", "文一西路 Wenyi Road (West)" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573028, 30.2889497 ], [ 120.0576031, 30.2889434 ], [ 120.0586108, 30.2889434 ], [ 120.059102, 30.2889489 ], [ 120.059394, 30.2889512 ], [ 120.0598208, 30.2889416 ], [ 120.0607554, 30.2889205 ], [ 120.0629702, 30.2889183 ], [ 120.0633991, 30.2889128 ], [ 120.0637676, 30.2889149 ], [ 120.0644975, 30.2889281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646323, 30.2889306 ], [ 120.065147, 30.2889637 ], [ 120.0675635, 30.2889763 ], [ 120.0679222, 30.2889761 ], [ 120.0681441, 30.2889781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645252, 30.2892109 ], [ 120.0644975, 30.2889281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646323, 30.2889306 ], [ 120.0646578, 30.2892096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路 Wenyi Road (West)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595272, 30.2891616 ], [ 120.0593595, 30.2891651 ], [ 120.0590811, 30.2891688 ], [ 120.0582153, 30.289168 ], [ 120.0576293, 30.2891622 ], [ 120.057299, 30.2891422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9650354, 30.2720834 ], [ 119.9654214, 30.2721933 ], [ 119.9658291, 30.2722923 ], [ 119.9663453, 30.2723772 ], [ 119.9669176, 30.2724618 ], [ 119.9672275, 30.2725573 ], [ 119.9674724, 30.2726716 ], [ 119.9677691, 30.2728844 ], [ 119.9681757, 30.2731546 ], [ 119.9692025, 30.2735512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692553, 30.2737248 ], [ 119.9684166, 30.2734708 ], [ 119.9677158, 30.2732763 ], [ 119.9672991, 30.2731954 ], [ 119.9666167, 30.2730631 ], [ 119.9662787, 30.2729677 ], [ 119.9657334, 30.2728139 ], [ 119.9649425, 30.2725593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969528, 30.2733285 ], [ 119.9696431, 30.2736842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692025, 30.2735512 ], [ 119.9696431, 30.2736842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692553, 30.2737248 ], [ 119.9692025, 30.2735512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9696431, 30.2736842 ], [ 119.9697101, 30.2738547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9697101, 30.2738547 ], [ 119.9692553, 30.2737248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9697101, 30.2738547 ], [ 119.9698183, 30.2743151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969528, 30.2733285 ], [ 119.9702324, 30.2735119 ], [ 119.9707102, 30.2736342 ], [ 119.9711075, 30.273775 ], [ 119.9714504, 30.2739142 ], [ 119.9718404, 30.274079 ], [ 119.9722464, 30.2742357 ], [ 119.9726193, 30.274369 ], [ 119.9729568, 30.2744778 ], [ 119.9732088, 30.2745656 ], [ 119.9737006, 30.2747007 ], [ 119.9740239, 30.2747793 ], [ 119.9752982, 30.2751246 ], [ 119.9758105, 30.2752718 ], [ 119.9762527, 30.2754519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762527, 30.2754519 ], [ 119.9762698, 30.2749095 ], [ 119.9762579, 30.2737503 ], [ 119.9762406, 30.27357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9939673, 30.273013 ], [ 119.9927643, 30.2728677 ], [ 119.9923889, 30.2728223 ], [ 119.9920142, 30.2727751 ], [ 119.9915678, 30.2727126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9939673, 30.273013 ], [ 119.9940679, 30.2730295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9940679, 30.2730295 ], [ 119.9939673, 30.273013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973083, 30.2736239 ], [ 119.9945531, 30.2731212 ], [ 119.9940679, 30.2730295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9940679, 30.2730295 ], [ 119.9945531, 30.2731212 ], [ 119.9973083, 30.2736239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9974618, 30.2736492 ], [ 119.9973083, 30.2736239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973083, 30.2736239 ], [ 119.9974618, 30.2736492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0001555, 30.2740957 ], [ 120.0000001, 30.2740648 ], [ 119.9997862, 30.2740228 ], [ 119.9994261, 30.2739638 ], [ 119.9974618, 30.2736492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9974618, 30.2736492 ], [ 119.9994261, 30.2739638 ], [ 119.9997862, 30.2740228 ], [ 120.0000001, 30.2740648 ], [ 120.0001555, 30.2740957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9969645, 30.2751251 ], [ 119.9973083, 30.2736239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861986, 30.2765729 ], [ 119.9862122, 30.2762327 ], [ 119.9862, 30.2758997 ], [ 119.9861725, 30.2751458 ], [ 119.9861608, 30.2743153 ], [ 119.9861599, 30.2742533 ], [ 119.9861463, 30.2739026 ], [ 119.9860892, 30.2724967 ], [ 119.986083, 30.2722402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9789932, 30.2738585 ], [ 119.978416, 30.275926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "思凯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978416, 30.275926 ], [ 119.9789932, 30.2738585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762527, 30.2754519 ], [ 119.9769722, 30.2756096 ], [ 119.978416, 30.275926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863373, 30.2751239 ], [ 119.9863768, 30.2762903 ], [ 119.9863515, 30.2765822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9807331, 30.2765422 ], [ 119.9796784, 30.2764153 ], [ 119.9783456, 30.2762104 ], [ 119.9762215, 30.2757854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978416, 30.275926 ], [ 119.979228, 30.2760723 ], [ 119.980802, 30.2762451 ], [ 119.9825236, 30.2763636 ], [ 119.9839145, 30.2764428 ], [ 119.9861986, 30.2765729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9808198, 30.2765497 ], [ 119.9807331, 30.2765422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861986, 30.2765729 ], [ 119.9863515, 30.2765822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861539, 30.276845 ], [ 119.9852919, 30.2768015 ], [ 119.9819419, 30.2766323 ], [ 119.9808198, 30.2765497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9974618, 30.2736492 ], [ 119.9970399, 30.2751352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9915678, 30.2727126 ], [ 119.9912517, 30.2746516 ], [ 119.9909453, 30.2769403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9909453, 30.2769403 ], [ 119.9912517, 30.2746516 ], [ 119.9915678, 30.2727126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0001555, 30.2740957 ], [ 119.9997619, 30.2755578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9997619, 30.2755578 ], [ 120.0001555, 30.2740957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.99303, 30.2771959 ], [ 119.9935511, 30.2748171 ], [ 119.9939673, 30.273013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9940679, 30.2730295 ], [ 119.9936271, 30.2748259 ], [ 119.9931124, 30.2772103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970399, 30.2751352 ], [ 119.9969645, 30.2751251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9969645, 30.2751251 ], [ 119.9970399, 30.2751352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科凯支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9888976, 30.2752306 ], [ 119.9863373, 30.2751239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762406, 30.27357 ], [ 119.9762579, 30.2737503 ], [ 119.9762698, 30.2749095 ], [ 119.9762527, 30.2754519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9696431, 30.2736842 ], [ 119.972449, 30.2745382 ], [ 119.9728973, 30.2746596 ], [ 119.9733842, 30.2747915 ], [ 119.974304, 30.2750635 ], [ 119.9750776, 30.2752403 ], [ 119.9762527, 30.2754519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736391, 30.2752485 ], [ 119.9730215, 30.2750618 ], [ 119.9727896, 30.2750205 ], [ 119.9724826, 30.2749884 ], [ 119.9721927, 30.2749775 ], [ 119.9719039, 30.2749845 ], [ 119.9715613, 30.2749722 ], [ 119.9712591, 30.2749196 ], [ 119.971016, 30.2748416 ], [ 119.9707897, 30.2747286 ], [ 119.9705639, 30.2745935 ], [ 119.9703088, 30.2744634 ], [ 119.9700162, 30.2743657 ], [ 119.9698183, 30.2743151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762215, 30.2757854 ], [ 119.9754696, 30.2755477 ], [ 119.9743577, 30.2752414 ], [ 119.9733864, 30.2749623 ], [ 119.9721104, 30.2745779 ], [ 119.9697101, 30.2738547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9737561, 30.2752808 ], [ 119.9736391, 30.2752485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762215, 30.2757854 ], [ 119.9757333, 30.2757827 ], [ 119.9750441, 30.2756344 ], [ 119.9747016, 30.2755429 ], [ 119.9743447, 30.2754364 ], [ 119.9737561, 30.2752808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762215, 30.2757854 ], [ 119.9762527, 30.2754519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762527, 30.2754519 ], [ 119.9762215, 30.2757854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701683, 30.2775356 ], [ 119.9700549, 30.2769611 ], [ 119.9698752, 30.2761248 ], [ 119.9697698, 30.2754603 ], [ 119.9697142, 30.2753072 ], [ 119.9695962, 30.2748323 ], [ 119.9694382, 30.2741837 ], [ 119.9692553, 30.2737248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9698183, 30.2743151 ], [ 119.9699035, 30.274601 ], [ 119.969954, 30.2747578 ], [ 119.9700348, 30.275085 ], [ 119.9701807, 30.2757739 ], [ 119.9702926, 30.2763384 ], [ 119.9704181, 30.2770966 ], [ 119.9704708, 30.2775637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科凯支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863373, 30.2751239 ], [ 119.9888976, 30.2752306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9997619, 30.2755578 ], [ 119.9994237, 30.2755106 ], [ 119.9989998, 30.2754388 ], [ 119.9970399, 30.2751352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970399, 30.2751352 ], [ 119.9989998, 30.2754388 ], [ 119.9994237, 30.2755106 ], [ 119.9997619, 30.2755578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9963718, 30.2777013 ], [ 119.9964225, 30.2775494 ], [ 119.9965185, 30.2770932 ], [ 119.9966086, 30.2767184 ], [ 119.9969645, 30.2751251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970399, 30.2751352 ], [ 119.9966601, 30.2767276 ], [ 119.9965885, 30.2770657 ], [ 119.9965105, 30.2775638 ], [ 119.9964564, 30.2777166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9997619, 30.2755578 ], [ 119.9993023, 30.277305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9993023, 30.277305 ], [ 119.9997619, 30.2755578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863515, 30.2765822 ], [ 119.9867313, 30.276616 ], [ 119.9888729, 30.2767587 ], [ 119.9909453, 30.2769403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9908387, 30.2771732 ], [ 119.9889705, 30.2770105 ], [ 119.9863061, 30.2768547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9908387, 30.2771732 ], [ 119.9909453, 30.2769403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973327, 30.2779337 ], [ 119.9734744, 30.2765448 ], [ 119.9735659, 30.2757164 ], [ 119.9736391, 30.2752485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9737561, 30.2752808 ], [ 119.973696, 30.2756074 ], [ 119.9735679, 30.2765573 ], [ 119.9734267, 30.2779476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762215, 30.2757854 ], [ 119.9761888, 30.2760818 ], [ 119.9761681, 30.2762911 ], [ 119.9759397, 30.2781814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景腾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759397, 30.2781814 ], [ 119.9761681, 30.2762911 ], [ 119.9761888, 30.2760818 ], [ 119.9762215, 30.2757854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9704708, 30.2775637 ], [ 119.9701683, 30.2775356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701683, 30.2775356 ], [ 119.9704708, 30.2775637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9704708, 30.2775637 ], [ 119.9716819, 30.277716 ], [ 119.9727364, 30.2778517 ], [ 119.973327, 30.2779337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973327, 30.2779337 ], [ 119.9727364, 30.2778517 ], [ 119.9716819, 30.277716 ], [ 119.9704708, 30.2775637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973327, 30.2779337 ], [ 119.9734267, 30.2779476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9734267, 30.2779476 ], [ 119.973327, 30.2779337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9909453, 30.2769403 ], [ 119.9909499, 30.2771801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9909453, 30.2769403 ], [ 119.9911749, 30.2769611 ], [ 119.9915599, 30.277003 ], [ 119.99303, 30.2771959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9909499, 30.2771801 ], [ 119.9908387, 30.2771732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.99303, 30.2771959 ], [ 119.9931124, 30.2772103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9926821, 30.2773498 ], [ 119.9914699, 30.2772229 ], [ 119.9911261, 30.2771911 ], [ 119.9909499, 30.2771801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9931124, 30.2772103 ], [ 119.9933479, 30.2772392 ], [ 119.9938838, 30.2773156 ], [ 119.9947199, 30.2774345 ], [ 119.9955376, 30.2775507 ], [ 119.9960371, 30.2776409 ], [ 119.9963718, 30.2777013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9963149, 30.2778715 ], [ 119.9958696, 30.2777927 ], [ 119.9936159, 30.2774739 ], [ 119.9926821, 30.2773498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9963718, 30.2777013 ], [ 119.9964564, 30.2777166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9990027, 30.2782015 ], [ 119.9991277, 30.2777883 ], [ 119.9993023, 30.277305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9993023, 30.277305 ], [ 119.9992923, 30.277818 ], [ 119.9991747, 30.2782374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861539, 30.276845 ], [ 119.9861986, 30.2765729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863515, 30.2765822 ], [ 119.9863061, 30.2768547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863061, 30.2768547 ], [ 119.9861539, 30.276845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9804491, 30.278565 ], [ 119.9804673, 30.2784377 ], [ 119.9806704, 30.277015 ], [ 119.9807331, 30.2765422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9808198, 30.2765497 ], [ 119.9807597, 30.277023 ], [ 119.9806616, 30.277541 ], [ 119.9805532, 30.2784409 ], [ 119.9805376, 30.2785706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9857696, 30.278887 ], [ 119.9858732, 30.2783689 ], [ 119.9860481, 30.2774937 ], [ 119.9860793, 30.2773022 ], [ 119.9861539, 30.276845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9863061, 30.2768547 ], [ 119.9861637, 30.2775154 ], [ 119.9859738, 30.2783215 ], [ 119.9858523, 30.278896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9804491, 30.278565 ], [ 119.980327, 30.2785557 ], [ 119.9783383, 30.2784034 ], [ 119.9759397, 30.2781814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759397, 30.2781814 ], [ 119.9783383, 30.2784034 ], [ 119.980327, 30.2785557 ], [ 119.9804491, 30.278565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9804491, 30.278565 ], [ 119.9805376, 30.2785706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9963149, 30.2778715 ], [ 119.9963718, 30.2777013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9964564, 30.2777166 ], [ 119.9963964, 30.2778859 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9927714, 30.2783454 ], [ 119.9927849, 30.2782944 ], [ 119.9928527, 30.277976 ], [ 119.9929245, 30.2775636 ], [ 119.9928957, 30.2774792 ], [ 119.9928313, 30.2774259 ], [ 119.9926821, 30.2773498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9963964, 30.2778859 ], [ 119.9963149, 30.2778715 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9963149, 30.2778715 ], [ 119.99616, 30.2779726 ], [ 119.9959888, 30.2779915 ], [ 119.9947171, 30.2777997 ], [ 119.9936194, 30.2775614 ], [ 119.9932364, 30.2775163 ], [ 119.9931478, 30.2775325 ], [ 119.9930908, 30.2775668 ], [ 119.9929083, 30.2783215 ], [ 119.9928997, 30.2783615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9964564, 30.2777166 ], [ 119.9966959, 30.2777598 ], [ 119.9972571, 30.2778611 ], [ 119.9981043, 30.278014 ], [ 119.9990027, 30.2782015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9989507, 30.278373 ], [ 119.9988005, 30.2783438 ], [ 119.9980169, 30.2781952 ], [ 119.9967927, 30.2779561 ], [ 119.9963964, 30.2778859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9990027, 30.2782015 ], [ 119.9991747, 30.2782374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9901548, 30.2792822 ], [ 119.9905013, 30.2781467 ], [ 119.9908387, 30.2771732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9909499, 30.2771801 ], [ 119.9906302, 30.2780993 ], [ 119.9902846, 30.2792938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9989507, 30.278373 ], [ 119.9990027, 30.2782015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9991747, 30.2782374 ], [ 119.999127, 30.2784074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.999127, 30.2784074 ], [ 119.9989507, 30.278373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9991747, 30.2782374 ], [ 120.0009443, 30.2786067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9988641, 30.2786593 ], [ 119.9989507, 30.278373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.999127, 30.2784074 ], [ 119.99904, 30.2787174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992513, 30.2795546 ], [ 119.9927174, 30.2785892 ], [ 119.9927714, 30.2783454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9901548, 30.2792822 ], [ 119.9890579, 30.2791845 ], [ 119.988492, 30.2791341 ], [ 119.9878812, 30.2790784 ], [ 119.9876251, 30.279055 ], [ 119.9875745, 30.2790499 ], [ 119.9874144, 30.2790337 ], [ 119.9858523, 30.278896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9858523, 30.278896 ], [ 119.9874144, 30.2790337 ], [ 119.9875745, 30.2790499 ], [ 119.9876251, 30.279055 ], [ 119.9878812, 30.2790784 ], [ 119.988492, 30.2791341 ], [ 119.9890579, 30.2791845 ], [ 119.9901548, 30.2792822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9901548, 30.2792822 ], [ 119.9902846, 30.2792938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759397, 30.2781814 ], [ 119.9734267, 30.2779476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9734267, 30.2779476 ], [ 119.9759397, 30.2781814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9704708, 30.2775637 ], [ 119.970486, 30.2777776 ], [ 119.9705695, 30.2788127 ], [ 119.9705958, 30.2791815 ], [ 119.9706072, 30.2794232 ], [ 119.9706022, 30.279777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9703011, 30.2798529 ], [ 119.9702959, 30.2794177 ], [ 119.9702954, 30.2791912 ], [ 119.9702079, 30.2777366 ], [ 119.9701683, 30.2775356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9730564, 30.2802921 ], [ 119.9731273, 30.27974 ], [ 119.9731619, 30.2793698 ], [ 119.973327, 30.2779337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9734267, 30.2779476 ], [ 119.9732514, 30.2793762 ], [ 119.9732151, 30.2797559 ], [ 119.9731465, 30.2803112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9754772, 30.2808327 ], [ 119.9756451, 30.2798297 ], [ 119.9756954, 30.279516 ], [ 119.9757247, 30.279286 ], [ 119.975841, 30.2783521 ], [ 119.9759397, 30.2781814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759397, 30.2781814 ], [ 119.9759603, 30.2783712 ], [ 119.9757964, 30.2795356 ], [ 119.9757417, 30.2798456 ], [ 119.9755887, 30.2808552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9703011, 30.2798529 ], [ 119.9706022, 30.279777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706022, 30.279777 ], [ 119.9705989, 30.279931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9902846, 30.2792938 ], [ 119.9901548, 30.2792822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992513, 30.2795546 ], [ 119.99106, 30.2793877 ], [ 119.9908553, 30.2793631 ], [ 119.9904635, 30.2793162 ], [ 119.9902846, 30.2792938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9902846, 30.2792938 ], [ 119.9904635, 30.2793162 ], [ 119.9908553, 30.2793631 ], [ 119.99106, 30.2793877 ], [ 119.992513, 30.2795546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.99904, 30.2787174 ], [ 119.9989241, 30.2791352 ], [ 119.9987209, 30.2796819 ], [ 119.9985249, 30.2801435 ], [ 119.9985057, 30.280179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922953, 30.2808422 ], [ 119.9925306, 30.2798499 ], [ 119.9927024, 30.2790018 ], [ 119.9927311, 30.278823 ], [ 119.9927714, 30.2783454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9928997, 30.2783615 ], [ 119.9927085, 30.279509 ], [ 119.9926353, 30.2798603 ], [ 119.9926315, 30.2798787 ], [ 119.9926123, 30.279971 ], [ 119.9924822, 30.2802683 ], [ 119.9923797, 30.2805112 ], [ 119.9923407, 30.2806247 ], [ 119.9922953, 30.2808422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9950305, 30.2819306 ], [ 119.9951012, 30.2817942 ], [ 119.9952107, 30.2814372 ], [ 119.9957141, 30.2798562 ], [ 119.9958263, 30.2794803 ], [ 119.9962146, 30.2781771 ], [ 119.9962213, 30.2781517 ], [ 119.9963149, 30.2778715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9963964, 30.2778859 ], [ 119.9963364, 30.2780554 ], [ 119.9962993, 30.27816 ], [ 119.9962931, 30.2781895 ], [ 119.9959192, 30.2794412 ], [ 119.9957899, 30.2798749 ], [ 119.9952883, 30.2814453 ], [ 119.995187, 30.2817985 ], [ 119.9951425, 30.2819611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9928997, 30.2783615 ], [ 119.9928387, 30.2786038 ], [ 119.992573, 30.2798583 ], [ 119.9922242, 30.2813177 ], [ 119.9922251, 30.2814204 ], [ 119.9922763, 30.2815122 ], [ 119.9923449, 30.2815669 ], [ 119.9924622, 30.2816378 ], [ 119.9926346, 30.2816961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9902846, 30.2792938 ], [ 119.9900709, 30.279975 ], [ 119.9898873, 30.2807472 ], [ 119.9898123, 30.2810572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9805376, 30.2785706 ], [ 119.9804491, 30.278565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9857696, 30.278887 ], [ 119.9806638, 30.2785783 ], [ 119.9805376, 30.2785706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9805376, 30.2785706 ], [ 119.9806638, 30.2785783 ], [ 119.9857696, 30.278887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9858523, 30.278896 ], [ 119.9857696, 30.278887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9857696, 30.278887 ], [ 119.9858523, 30.278896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9853147, 30.2808793 ], [ 119.9853623, 30.2806696 ], [ 119.9854217, 30.2804094 ], [ 119.9857696, 30.278887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9858523, 30.278896 ], [ 119.9857693, 30.279199 ], [ 119.9857046, 30.2795053 ], [ 119.98551, 30.2804258 ], [ 119.9854577, 30.280677 ], [ 119.9853994, 30.2808883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799239, 30.281804 ], [ 119.9799419, 30.2816756 ], [ 119.9801752, 30.280257 ], [ 119.9801846, 30.2801958 ], [ 119.9802244, 30.2799369 ], [ 119.9804236, 30.2787206 ], [ 119.9804491, 30.278565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9805376, 30.2785706 ], [ 119.9805123, 30.2787262 ], [ 119.9803199, 30.2799467 ], [ 119.9802798, 30.2802047 ], [ 119.980272, 30.2802638 ], [ 119.9800318, 30.2816879 ], [ 119.9800126, 30.2818227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9853147, 30.2808793 ], [ 119.9853994, 30.2808883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9705989, 30.279931 ], [ 119.9703011, 30.2798529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706022, 30.279777 ], [ 119.9730564, 30.2802921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9730196, 30.2804313 ], [ 119.9710181, 30.2800221 ], [ 119.9705989, 30.279931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9730564, 30.2802921 ], [ 119.9731465, 30.2803112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9730196, 30.2804313 ], [ 119.9730564, 30.2802921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9731465, 30.2803112 ], [ 119.9731126, 30.2804516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9731126, 30.2804516 ], [ 119.9730196, 30.2804313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9731465, 30.2803112 ], [ 119.9754772, 30.2808327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9754481, 30.2809619 ], [ 119.9731126, 30.2804516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9754772, 30.2808327 ], [ 119.9755887, 30.2808552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922953, 30.2808422 ], [ 119.9922995, 30.2806185 ], [ 119.9923046, 30.2805838 ], [ 119.9924484, 30.2798736 ], [ 119.992513, 30.2795546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9896634, 30.2812264 ], [ 119.9897061, 30.2810528 ], [ 119.9897782, 30.2807488 ], [ 119.9899605, 30.2799788 ], [ 119.9901548, 30.2792822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "景兴路", "亭后桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9975911, 30.2820878 ], [ 119.997637, 30.2819643 ], [ 119.9978498, 30.281391 ], [ 119.9979272, 30.2811859 ], [ 119.9982814, 30.2802471 ], [ 119.9983049, 30.2801342 ], [ 119.9983323, 30.2800031 ], [ 119.9988641, 30.2786593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9968744, 30.2822183 ], [ 119.9972592, 30.2822438 ], [ 119.9973795, 30.2822268 ], [ 119.9975062, 30.282154 ], [ 119.9976261, 30.2820119 ], [ 119.9984079, 30.2800377 ], [ 119.9987764, 30.2790387 ], [ 119.9988641, 30.2786593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.99904, 30.2787174 ], [ 119.9988628, 30.2790949 ], [ 119.9984605, 30.280047 ], [ 119.9984581, 30.2800533 ], [ 119.9979115, 30.2815042 ], [ 119.9975147, 30.2823906 ], [ 119.9973736, 30.2827198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922623, 30.2809813 ], [ 119.9922953, 30.2808422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922953, 30.2808422 ], [ 119.9922623, 30.2809813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922623, 30.2809813 ], [ 119.9922953, 30.2808422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922623, 30.2809813 ], [ 119.9922493, 30.2810363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922493, 30.2810363 ], [ 119.9922623, 30.2809813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922493, 30.2810363 ], [ 119.9922623, 30.2809813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9853994, 30.2808883 ], [ 119.9880315, 30.2810952 ], [ 119.9896634, 30.2812264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9896402, 30.281323 ], [ 119.9880108, 30.28118 ], [ 119.9853889, 30.2809375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "景兴路", "亭后桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985057, 30.280179 ], [ 119.998327, 30.2805088 ], [ 119.9981517, 30.2809731 ], [ 119.9979822, 30.2814221 ], [ 119.9977719, 30.2819718 ], [ 119.9977211, 30.2821058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9898123, 30.2810572 ], [ 119.9897635, 30.2812311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9897635, 30.2812311 ], [ 119.9898123, 30.2810572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922493, 30.2810363 ], [ 119.9921885, 30.2812871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921885, 30.2812871 ], [ 119.9922493, 30.2810363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921885, 30.2812871 ], [ 119.9922356, 30.2810941 ], [ 119.9922493, 30.2810363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9896634, 30.2812264 ], [ 119.9897635, 30.2812311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9897635, 30.2812311 ], [ 119.9897459, 30.2813078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9897459, 30.2813078 ], [ 119.9897635, 30.2812311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9896402, 30.281323 ], [ 119.9896525, 30.2812705 ], [ 119.9896634, 30.2812264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "亭后路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985057, 30.280179 ], [ 119.9997703, 30.2804482 ], [ 120.000009, 30.2805131 ], [ 120.0000654, 30.2805895 ], [ 120.0000814, 30.2806706 ], [ 119.9996857, 30.2816634 ], [ 119.9996286, 30.2818065 ], [ 119.9994592, 30.2822314 ], [ 119.9993923, 30.2824031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "亭后路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9993923, 30.2824031 ], [ 119.9994592, 30.2822314 ], [ 119.9996286, 30.2818065 ], [ 119.9996857, 30.2816634 ], [ 120.0000814, 30.2806706 ], [ 120.0000654, 30.2805895 ], [ 120.000009, 30.2805131 ], [ 119.9997703, 30.2804482 ], [ 119.9985057, 30.280179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9897459, 30.2813078 ], [ 119.9896402, 30.281323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9897635, 30.2812311 ], [ 119.9899548, 30.2812051 ], [ 119.9903094, 30.2812326 ], [ 119.9913357, 30.281342 ], [ 119.9918074, 30.2814287 ], [ 119.9921573, 30.2814973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921573, 30.2814973 ], [ 119.9921885, 30.2812871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921885, 30.2812871 ], [ 119.9921573, 30.2814973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921371, 30.2815824 ], [ 119.9919227, 30.2815366 ], [ 119.9917046, 30.2815578 ], [ 119.9911393, 30.2815006 ], [ 119.9902722, 30.2814129 ], [ 119.989944, 30.2813763 ], [ 119.9897459, 30.2813078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9853044, 30.2809243 ], [ 119.9853147, 30.2808793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9853994, 30.2808883 ], [ 119.9853889, 30.2809375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9853889, 30.2809375 ], [ 119.9853044, 30.2809243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9853889, 30.2809375 ], [ 119.9852762, 30.2814661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9755887, 30.2808552 ], [ 119.9772115, 30.2811962 ], [ 119.9797733, 30.2817703 ], [ 119.9799239, 30.281804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799056, 30.2819282 ], [ 119.9797496, 30.2818942 ], [ 119.9755588, 30.2809863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9852762, 30.2814661 ], [ 119.9852532, 30.2815737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799239, 30.281804 ], [ 119.9800126, 30.2818227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799056, 30.2819282 ], [ 119.9799239, 30.281804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9800126, 30.2818227 ], [ 119.9799949, 30.281949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921371, 30.2815824 ], [ 119.9921573, 30.2814973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921573, 30.2814973 ], [ 119.9921371, 30.2815824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921573, 30.2814973 ], [ 119.9927339, 30.2815838 ], [ 119.9938466, 30.2817641 ], [ 119.9950305, 30.2819306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919726, 30.2821724 ], [ 119.9921885, 30.2812871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919726, 30.2821724 ], [ 119.9919585, 30.2818162 ], [ 119.9919048, 30.2816793 ], [ 119.9917889, 30.2815561 ], [ 119.9915986, 30.2814854 ], [ 119.9913702, 30.2814662 ], [ 119.9902894, 30.2813401 ], [ 119.9899472, 30.2813049 ], [ 119.9897459, 30.2813078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9949864, 30.2820157 ], [ 119.9939155, 30.2818445 ], [ 119.9934064, 30.2817631 ], [ 119.9926961, 30.2816638 ], [ 119.9921371, 30.2815824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9926346, 30.2816961 ], [ 119.9933158, 30.2817845 ], [ 119.9947952, 30.2820111 ], [ 119.9958469, 30.2821159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919726, 30.2821724 ], [ 119.9920846, 30.2818558 ], [ 119.9921673, 30.2817646 ], [ 119.9922951, 30.2816855 ], [ 119.9924722, 30.281675 ], [ 119.9926346, 30.2816961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9950305, 30.2819306 ], [ 119.9951425, 30.2819611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9893829, 30.2825944 ], [ 119.9894082, 30.2823113 ], [ 119.9896402, 30.281323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0172748, 30.2784369 ], [ 120.0171004, 30.2783885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112504, 30.2765479 ], [ 120.0109269, 30.2774431 ], [ 120.0105617, 30.2783115 ], [ 120.0104603, 30.2785657 ], [ 120.0101003, 30.2792571 ], [ 120.0098778, 30.279638 ], [ 120.0098109, 30.2797891 ], [ 120.0096294, 30.2803577 ], [ 120.0095362, 30.2806556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0095362, 30.2806556 ], [ 120.0096294, 30.2803577 ], [ 120.0098109, 30.2797891 ], [ 120.0098778, 30.279638 ], [ 120.0101003, 30.2792571 ], [ 120.0104603, 30.2785657 ], [ 120.0105617, 30.2783115 ], [ 120.0109269, 30.2774431 ], [ 120.0112504, 30.2765479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0009443, 30.2786067 ], [ 120.0030036, 30.2790887 ], [ 120.0036419, 30.2792426 ], [ 120.0041136, 30.2793468 ], [ 120.0058447, 30.2797305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0057528, 30.2799698 ], [ 120.0040439, 30.2795083 ], [ 120.0035431, 30.2793866 ], [ 120.0032638, 30.2793187 ], [ 120.0031865, 30.2793017 ], [ 119.999127, 30.2784074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0267454, 30.279954 ], [ 120.026442, 30.2798932 ], [ 120.025334, 30.2796712 ], [ 120.0249419, 30.2795927 ], [ 120.0248932, 30.2795831 ], [ 120.0239421, 30.2793959 ], [ 120.0236968, 30.2793955 ], [ 120.0234709, 30.279408 ], [ 120.0231098, 30.2794666 ], [ 120.0222866, 30.2796611 ], [ 120.0222113, 30.2796789 ], [ 120.0218069, 30.2796993 ], [ 120.021314, 30.2796599 ], [ 120.0211267, 30.2796033 ], [ 120.0197093, 30.2791504 ], [ 120.0193028, 30.2790313 ], [ 120.0181316, 30.278705 ], [ 120.0174112, 30.2784769 ], [ 120.0172748, 30.2784369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "爱橙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0172748, 30.2784369 ], [ 120.0174112, 30.2784769 ], [ 120.0181316, 30.278705 ], [ 120.0193028, 30.2790313 ], [ 120.0197093, 30.2791504 ], [ 120.0211267, 30.2796033 ], [ 120.021314, 30.2796599 ], [ 120.0218069, 30.2796993 ], [ 120.0222113, 30.2796789 ], [ 120.0222866, 30.2796611 ], [ 120.0231098, 30.2794666 ], [ 120.0234709, 30.279408 ], [ 120.0236968, 30.2793955 ], [ 120.0239421, 30.2793959 ], [ 120.0248932, 30.2795831 ], [ 120.0249419, 30.2795927 ], [ 120.025334, 30.2796712 ], [ 120.026442, 30.2798932 ], [ 120.0267454, 30.279954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贺翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0141601, 30.2774736 ], [ 120.0138303, 30.278349 ], [ 120.0135212, 30.2791718 ], [ 120.013457, 30.2793446 ], [ 120.0133438, 30.2796187 ], [ 120.0132501, 30.2798862 ], [ 120.0132095, 30.2799973 ], [ 120.0129743, 30.2806411 ], [ 120.0127603, 30.2812084 ], [ 120.0126317, 30.2815085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贺翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0126317, 30.2815085 ], [ 120.0127603, 30.2812084 ], [ 120.0129743, 30.2806411 ], [ 120.0132095, 30.2799973 ], [ 120.0132501, 30.2798862 ], [ 120.0133438, 30.2796187 ], [ 120.013457, 30.2793446 ], [ 120.0135212, 30.2791718 ], [ 120.0138303, 30.278349 ], [ 120.0141601, 30.2774736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0058447, 30.2797305 ], [ 120.0060326, 30.2797768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0057528, 30.2799698 ], [ 120.0058447, 30.2797305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0060326, 30.2797768 ], [ 120.0059429, 30.2800178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0059429, 30.2800178 ], [ 120.0057528, 30.2799698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0060326, 30.2797768 ], [ 120.0083428, 30.2803662 ], [ 120.0095362, 30.2806556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0156046, 30.2822847 ], [ 120.0156826, 30.2820979 ], [ 120.0158711, 30.281631 ], [ 120.0159881, 30.2812975 ], [ 120.0163446, 30.2802776 ], [ 120.0164622, 30.2799343 ], [ 120.016482, 30.2798796 ], [ 120.0171004, 30.2783885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0172748, 30.2784369 ], [ 120.0167174, 30.2799373 ], [ 120.0166108, 30.2802701 ], [ 120.016456, 30.2805048 ], [ 120.0163225, 30.2809627 ], [ 120.0158929, 30.2821594 ], [ 120.0158235, 30.2823534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0094554, 30.2809266 ], [ 120.008586, 30.2806889 ], [ 120.0073105, 30.2803402 ], [ 120.0071713, 30.2803021 ], [ 120.007061, 30.2802766 ], [ 120.0059429, 30.2800178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0094554, 30.2809266 ], [ 120.0095362, 30.2806556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0095362, 30.2806556 ], [ 120.0094554, 30.2809266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0094554, 30.2809266 ], [ 120.009391, 30.2811263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.009391, 30.2811263 ], [ 120.0094554, 30.2809266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0103347, 30.2811563 ], [ 120.0094554, 30.2809266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0095362, 30.2806556 ], [ 120.0119463, 30.2813415 ], [ 120.0126317, 30.2815085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0141785, 30.2821685 ], [ 120.0137992, 30.2820195 ], [ 120.0106312, 30.2812287 ], [ 120.0103347, 30.2811563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0141785, 30.2821685 ], [ 120.0137414, 30.2822051 ], [ 120.0132803, 30.2821426 ], [ 120.0112598, 30.2816072 ], [ 120.0110827, 30.2814868 ], [ 120.0103347, 30.2811563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0042583, 30.2837066 ], [ 120.0043237, 30.2835632 ], [ 120.004376, 30.2834518 ], [ 120.0045788, 30.2829571 ], [ 120.0045861, 30.2829405 ], [ 120.0046856, 30.2826993 ], [ 120.0049602, 30.2820361 ], [ 120.0051608, 30.2815518 ], [ 120.0057528, 30.2799698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0059429, 30.2800178 ], [ 120.0056158, 30.2808505 ], [ 120.005294, 30.2816695 ], [ 120.0047454, 30.2829926 ], [ 120.004739, 30.2830087 ], [ 120.0045231, 30.2835038 ], [ 120.0044748, 30.2836152 ], [ 120.0044178, 30.283754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0126317, 30.2815085 ], [ 120.0137457, 30.2817994 ], [ 120.0156046, 30.2822847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0156046, 30.2822847 ], [ 120.0158235, 30.2823534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0155365, 30.2824746 ], [ 120.0145457, 30.2822513 ], [ 120.0141785, 30.2821685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0155365, 30.2824746 ], [ 120.0156046, 30.2822847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158235, 30.2823534 ], [ 120.0157529, 30.282528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0157529, 30.282528 ], [ 120.0155365, 30.2824746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0157529, 30.282528 ], [ 120.0156933, 30.2826871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0187313, 30.2833559 ], [ 120.0183622, 30.2832434 ], [ 120.0176446, 30.2830467 ], [ 120.0172514, 30.2829389 ], [ 120.0157529, 30.282528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0187313, 30.2833559 ], [ 120.018325, 30.2833509 ], [ 120.0170338, 30.2830367 ], [ 120.0168458, 30.2829877 ], [ 120.0156933, 30.2826871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9993923, 30.2824031 ], [ 120.000543, 30.2826007 ], [ 120.0007357, 30.2826338 ], [ 120.0017067, 30.2828145 ], [ 120.0020447, 30.282928 ], [ 120.0026052, 30.2831295 ], [ 120.0027434, 30.2832125 ], [ 120.0028608, 30.283252 ], [ 120.0031846, 30.2833611 ], [ 120.0039195, 30.2835927 ], [ 120.0042583, 30.2837066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0020073, 30.2830309 ], [ 120.0025697, 30.2832235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0025697, 30.2832235 ], [ 120.0020073, 30.2830309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0042144, 30.283803 ], [ 120.0028347, 30.2833279 ], [ 120.0027021, 30.2832763 ], [ 120.0025697, 30.2832235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531727, 30.2815563 ], [ 120.0514295, 30.281112 ], [ 120.0509799, 30.281015 ], [ 120.0506801, 30.2809575 ], [ 120.0501757, 30.2808871 ], [ 120.0496899, 30.280861 ], [ 120.0492355, 30.2808568 ], [ 120.0476189, 30.2808419 ], [ 120.0471704, 30.2808361 ], [ 120.0468224, 30.2808349 ], [ 120.0453087, 30.280839 ], [ 120.0448251, 30.2808321 ], [ 120.0444785, 30.2808152 ], [ 120.0441197, 30.2807918 ], [ 120.0434707, 30.2807319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙章路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531727, 30.2815563 ], [ 120.0531793, 30.2814379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙章路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531793, 30.2814379 ], [ 120.0531727, 30.2815563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531793, 30.2814379 ], [ 120.0535157, 30.2815203 ], [ 120.053539, 30.281526 ], [ 120.0544196, 30.2817569 ], [ 120.0546618, 30.2818221 ], [ 120.0557261, 30.2821197 ], [ 120.0559691, 30.2821875 ], [ 120.0565218, 30.2823416 ], [ 120.0570602, 30.2824544 ], [ 120.0573277, 30.2824824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057314, 30.2825784 ], [ 120.0570396, 30.2825377 ], [ 120.0564976, 30.2824237 ], [ 120.0557523, 30.2822192 ], [ 120.0556974, 30.2822041 ], [ 120.0546698, 30.2819267 ], [ 120.0544097, 30.281857 ], [ 120.0531727, 30.2815563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573277, 30.2824824 ], [ 120.057314, 30.2825784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057314, 30.2825784 ], [ 120.0573277, 30.2824824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙章路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531727, 30.2815563 ], [ 120.0531595, 30.2825865 ], [ 120.0531559, 30.2828645 ], [ 120.0531466, 30.2835882 ], [ 120.0531499, 30.2842611 ], [ 120.053153, 30.2849098 ], [ 120.0531575, 30.2858322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙章路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531575, 30.2858322 ], [ 120.053153, 30.2849098 ], [ 120.0531499, 30.2842611 ], [ 120.0531466, 30.2835882 ], [ 120.0531559, 30.2828645 ], [ 120.0531595, 30.2825865 ], [ 120.0531727, 30.2815563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573206, 30.285858 ], [ 120.0572989, 30.2846507 ], [ 120.0572867, 30.283975 ], [ 120.0572897, 30.2838211 ], [ 120.057314, 30.2825784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0382861, 30.2792582 ], [ 120.0382546, 30.2794081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0382546, 30.2794081 ], [ 120.0381373, 30.2793734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0382861, 30.2792582 ], [ 120.0393752, 30.2796137 ], [ 120.0395432, 30.2796685 ], [ 120.0396272, 30.2796932 ], [ 120.040911, 30.2801067 ], [ 120.0412781, 30.2802126 ], [ 120.0418288, 30.280343 ], [ 120.0426752, 30.2805156 ], [ 120.0434926, 30.2806356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "文二西路 Wen'er Road West", "文二西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434707, 30.2807319 ], [ 120.043167, 30.2806803 ], [ 120.042679, 30.280603 ], [ 120.0414524, 30.2803767 ], [ 120.0412303, 30.280319 ], [ 120.0408639, 30.2802149 ], [ 120.039501, 30.2797995 ], [ 120.0382546, 30.2794081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025855, 30.2831011 ], [ 120.0259556, 30.2827316 ], [ 120.0260203, 30.2824938 ], [ 120.0260824, 30.2822655 ], [ 120.0262504, 30.2816801 ], [ 120.0262701, 30.2816113 ], [ 120.0263592, 30.2813156 ], [ 120.0264508, 30.2809861 ], [ 120.0267454, 30.279954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0267454, 30.279954 ], [ 120.0264508, 30.2809861 ], [ 120.0263592, 30.2813156 ], [ 120.0262701, 30.2816113 ], [ 120.0262504, 30.2816801 ], [ 120.0260824, 30.2822655 ], [ 120.0260203, 30.2824938 ], [ 120.0259556, 30.2827316 ], [ 120.025855, 30.2831011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0270467, 30.2834276 ], [ 120.0260485, 30.2831606 ], [ 120.025855, 30.2831011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025855, 30.2831011 ], [ 120.0260485, 30.2831606 ], [ 120.0270467, 30.2834276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037884, 30.2882258 ], [ 120.0379054, 30.2880628 ], [ 120.0379063, 30.2879034 ], [ 120.0378559, 30.2873784 ], [ 120.0378508, 30.2871575 ], [ 120.0378391, 30.286767 ], [ 120.0378278, 30.2863889 ], [ 120.0377828, 30.2856127 ], [ 120.0376841, 30.2834784 ], [ 120.0376654, 30.2831374 ], [ 120.0376327, 30.2825616 ], [ 120.0376323, 30.2821655 ], [ 120.0376506, 30.2817809 ], [ 120.0376987, 30.2814518 ], [ 120.037742, 30.2811925 ], [ 120.0381373, 30.2793734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0382546, 30.2794081 ], [ 120.0380298, 30.2804402 ], [ 120.0378599, 30.28122 ], [ 120.0378166, 30.2814793 ], [ 120.0377685, 30.2818084 ], [ 120.0377502, 30.282193 ], [ 120.0377506, 30.2825891 ], [ 120.0377903, 30.2831385 ], [ 120.037814, 30.2834833 ], [ 120.0378701, 30.2845599 ], [ 120.0379256, 30.2856269 ], [ 120.0379706, 30.2864031 ], [ 120.0379936, 30.2871717 ], [ 120.0379987, 30.2873926 ], [ 120.0380491, 30.2879176 ], [ 120.0380507, 30.2880817 ], [ 120.0380379, 30.2882546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永福路(南)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0309312, 30.286291 ], [ 120.0313249, 30.2851571 ], [ 120.0313758, 30.2849617 ], [ 120.031423, 30.2846897 ], [ 120.0314632, 30.2843237 ], [ 120.0315222, 30.2838628 ], [ 120.0315378, 30.2838161 ], [ 120.031608, 30.2836057 ], [ 120.0318441, 30.2832235 ], [ 120.0320587, 30.2829942 ], [ 120.0322008, 30.28289 ], [ 120.0321043, 30.2826144 ], [ 120.0320077, 30.282436 ], [ 120.0318173, 30.2822484 ], [ 120.0314954, 30.2820932 ], [ 120.0312969, 30.2819821 ], [ 120.0311762, 30.2818037 ], [ 120.0311574, 30.2816161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永福路(南)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0311574, 30.2816161 ], [ 120.0311762, 30.2818037 ], [ 120.0312969, 30.2819821 ], [ 120.0314954, 30.2820932 ], [ 120.0318173, 30.2822484 ], [ 120.0320077, 30.282436 ], [ 120.0321043, 30.2826144 ], [ 120.0322008, 30.28289 ], [ 120.0320587, 30.2829942 ], [ 120.0318441, 30.2832235 ], [ 120.031608, 30.2836057 ], [ 120.0315378, 30.2838161 ], [ 120.0315222, 30.2838628 ], [ 120.0314632, 30.2843237 ], [ 120.031423, 30.2846897 ], [ 120.0313758, 30.2849617 ], [ 120.0313249, 30.2851571 ], [ 120.0309312, 30.286291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025855, 30.2831011 ], [ 120.025719, 30.2837018 ], [ 120.0256555, 30.2839822 ], [ 120.0255692, 30.2843633 ], [ 120.0254448, 30.2846518 ], [ 120.0253612, 30.2848812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0253612, 30.2848812 ], [ 120.0254448, 30.2846518 ], [ 120.0255692, 30.2843633 ], [ 120.0256555, 30.2839822 ], [ 120.025719, 30.2837018 ], [ 120.025855, 30.2831011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252471, 30.2852007 ], [ 120.0253612, 30.2848812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0253612, 30.2848812 ], [ 120.0252471, 30.2852007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252038, 30.2853015 ], [ 120.0252471, 30.2852007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252471, 30.2852007 ], [ 120.0252038, 30.2853015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0255874, 30.2854143 ], [ 120.0252471, 30.2852007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0255874, 30.2854143 ], [ 120.0252038, 30.2853015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158235, 30.2823534 ], [ 120.0167544, 30.2826157 ], [ 120.0184927, 30.2831045 ], [ 120.0192877, 30.283317 ], [ 120.021651, 30.2839486 ], [ 120.0225689, 30.2841907 ], [ 120.0240808, 30.2845914 ], [ 120.0245909, 30.2847243 ], [ 120.0253612, 30.2848812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0042583, 30.2837066 ], [ 120.0044178, 30.283754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0042144, 30.283803 ], [ 120.0042583, 30.2837066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0044178, 30.283754 ], [ 120.0043735, 30.2838618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0043735, 30.2838618 ], [ 120.0042144, 30.283803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252471, 30.2852007 ], [ 120.0247146, 30.2850057 ], [ 120.0246845, 30.2849944 ], [ 120.0245041, 30.2849268 ], [ 120.0240964, 30.284774 ], [ 120.0222634, 30.2842833 ], [ 120.0216047, 30.2841254 ], [ 120.0211641, 30.2840111 ], [ 120.0187313, 30.2833559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252038, 30.2853015 ], [ 120.0242641, 30.2849826 ], [ 120.0240072, 30.2848737 ], [ 120.0222295, 30.2844044 ], [ 120.0215653, 30.2842171 ], [ 120.02122, 30.2841201 ], [ 120.0186974, 30.2834419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0044178, 30.283754 ], [ 120.0046759, 30.2838892 ], [ 120.0051694, 30.2840884 ], [ 120.0052444, 30.2841171 ], [ 120.0065293, 30.2846095 ], [ 120.0086536, 30.2853829 ], [ 120.009719, 30.2857708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0097011, 30.2858185 ], [ 120.0086154, 30.2854092 ], [ 120.0064971, 30.2846469 ], [ 120.0051829, 30.2841754 ], [ 120.0043735, 30.2838618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0032899, 30.2860174 ], [ 120.003405, 30.2857417 ], [ 120.0042144, 30.283803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057314, 30.2825784 ], [ 120.0572897, 30.2838211 ], [ 120.0572867, 30.283975 ], [ 120.0572989, 30.2846507 ], [ 120.0573206, 30.285858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "五常港路", "绕城辅道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434707, 30.2807319 ], [ 120.043423, 30.2809667 ], [ 120.0433891, 30.2812838 ], [ 120.0433563, 30.2817091 ], [ 120.0433465, 30.2817765 ], [ 120.0433851, 30.2822116 ], [ 120.0434463, 30.2827657 ], [ 120.0435556, 30.283377 ], [ 120.0436526, 30.2838455 ], [ 120.0437502, 30.2843166 ], [ 120.0438433, 30.2847661 ], [ 120.0438891, 30.2849782 ], [ 120.0439203, 30.2850849 ], [ 120.0439974, 30.2853486 ], [ 120.0444249, 30.2868109 ], [ 120.0445366, 30.287095 ], [ 120.0447018, 30.2873792 ], [ 120.044876, 30.2875934 ], [ 120.0449341, 30.2876649 ], [ 120.0451701, 30.2878683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "五常港路", "绕城辅道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0451701, 30.2878683 ], [ 120.0449341, 30.2876649 ], [ 120.044876, 30.2875934 ], [ 120.0447018, 30.2873792 ], [ 120.0445366, 30.287095 ], [ 120.0444249, 30.2868109 ], [ 120.0439974, 30.2853486 ], [ 120.0439203, 30.2850849 ], [ 120.0438891, 30.2849782 ], [ 120.0438433, 30.2847661 ], [ 120.0437502, 30.2843166 ], [ 120.0436526, 30.2838455 ], [ 120.0435556, 30.283377 ], [ 120.0434463, 30.2827657 ], [ 120.0433851, 30.2822116 ], [ 120.0433465, 30.2817765 ], [ 120.0433563, 30.2817091 ], [ 120.0433891, 30.2812838 ], [ 120.043423, 30.2809667 ], [ 120.0434707, 30.2807319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049071, 30.2858081 ], [ 120.0507698, 30.2858041 ], [ 120.0519849, 30.2858184 ], [ 120.0531575, 30.2858322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531575, 30.2858322 ], [ 120.0519849, 30.2858184 ], [ 120.0507698, 30.2858041 ], [ 120.049071, 30.2858081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531575, 30.2858322 ], [ 120.0548976, 30.2858369 ], [ 120.0551846, 30.2858386 ], [ 120.0573206, 30.285858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "晴川街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573206, 30.285858 ], [ 120.0551846, 30.2858386 ], [ 120.0548976, 30.2858369 ], [ 120.0531575, 30.2858322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙章路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531575, 30.2858322 ], [ 120.0531515, 30.2874951 ], [ 120.0531573, 30.2882866 ], [ 120.0531612, 30.2888099 ], [ 120.0531618, 30.2888751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙章路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531618, 30.2888751 ], [ 120.0531612, 30.2888099 ], [ 120.0531573, 30.2882866 ], [ 120.0531515, 30.2874951 ], [ 120.0531575, 30.2858322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573028, 30.2889497 ], [ 120.057306, 30.2888029 ], [ 120.0573091, 30.2881871 ], [ 120.0573096, 30.2880899 ], [ 120.0573133, 30.287337 ], [ 120.057315, 30.2869943 ], [ 120.0573206, 30.285858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0043735, 30.2838618 ], [ 120.0035592, 30.2858266 ], [ 120.0034189, 30.2861651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0032233, 30.2861769 ], [ 120.0018128, 30.2857691 ], [ 120.0014109, 30.2856529 ], [ 120.0009175, 30.2855103 ], [ 120.0006698, 30.2854387 ], [ 119.9970989, 30.2844579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0007234, 30.2852838 ], [ 120.0009842, 30.2853584 ], [ 120.0014782, 30.2854996 ], [ 120.0018493, 30.2856056 ], [ 120.0032899, 30.2860174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.013129, 30.2889912 ], [ 120.0139318, 30.2868054 ], [ 120.0140986, 30.2863508 ], [ 120.0145551, 30.2851543 ], [ 120.0155365, 30.2824746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海创路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0097011, 30.2858185 ], [ 120.009719, 30.2857708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海创路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.009719, 30.2857708 ], [ 120.0097011, 30.2858185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0156933, 30.2826871 ], [ 120.0153404, 30.2836288 ], [ 120.0148318, 30.2849872 ], [ 120.0147315, 30.2852492 ], [ 120.0144166, 30.2860797 ], [ 120.0142924, 30.2864072 ], [ 120.0141127, 30.2868624 ], [ 120.0140285, 30.28709 ], [ 120.0132985, 30.2890407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0032233, 30.2861769 ], [ 120.0032899, 30.2860174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海创路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0097011, 30.2858185 ], [ 120.008992, 30.2878016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海创路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.008992, 30.2878016 ], [ 120.0097011, 30.2858185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洋泮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1603064, 30.211117 ], [ 120.1601591, 30.211342 ], [ 120.1600914, 30.2114463 ], [ 120.1600453, 30.2115175 ], [ 120.1600409, 30.2115242 ], [ 120.1600025, 30.2115835 ], [ 120.1599317, 30.2116928 ], [ 120.1595816, 30.2122329 ], [ 120.1593247, 30.2126291 ], [ 120.1592331, 30.2127704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591652, 30.2128752 ], [ 120.158438, 30.2124548 ], [ 120.157527, 30.2119561 ], [ 120.1573672, 30.2118746 ], [ 120.1559255, 30.2111397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洋泮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592331, 30.2127704 ], [ 120.1591652, 30.2128752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "洋泮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591652, 30.2128752 ], [ 120.1592331, 30.2127704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592331, 30.2127704 ], [ 120.1605823, 30.2134757 ], [ 120.1614758, 30.2139384 ], [ 120.1622255, 30.2143266 ], [ 120.163292, 30.2148965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "复兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.163241, 30.2149851 ], [ 120.1621416, 30.2144078 ], [ 120.161175, 30.2139101 ], [ 120.1609755, 30.2138074 ], [ 120.1605121, 30.2135688 ], [ 120.1591652, 30.2128752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "大资福庙前", "凤凰山脚路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497512, 30.2107243 ], [ 120.1503149, 30.2107396 ], [ 120.1509789, 30.2107399 ], [ 120.1513989, 30.2107537 ], [ 120.1524831, 30.2110185 ], [ 120.1528077, 30.2110778 ], [ 120.1530502, 30.2110948 ], [ 120.1536217, 30.2111081 ], [ 120.1539257, 30.2111385 ], [ 120.1541413, 30.2112486 ], [ 120.1544494, 30.2114158 ], [ 120.1550248, 30.2119346 ], [ 120.1552631, 30.2121147 ], [ 120.1553796, 30.2121721 ], [ 120.1559573, 30.2126417 ], [ 120.1563837, 30.2129883 ], [ 120.1571135, 30.2135815 ], [ 120.157509, 30.2138707 ], [ 120.1583687, 30.2144993 ], [ 120.1605252, 30.2157071 ], [ 120.1609193, 30.2161552 ], [ 120.1613728, 30.2165946 ], [ 120.1625905, 30.2174597 ], [ 120.1633536, 30.2178079 ], [ 120.1639907, 30.2180873 ], [ 120.1643292, 30.2183277 ], [ 120.1645519, 30.2187519 ], [ 120.1649546, 30.2195694 ], [ 120.1650698, 30.2200251 ], [ 120.1650323, 30.2202304 ], [ 120.1649959, 30.2204058 ], [ 120.164923, 30.2207574 ], [ 120.1648029, 30.2213365 ], [ 120.1647972, 30.221364 ], [ 120.1647884, 30.2214062 ], [ 120.1646705, 30.221881 ], [ 120.1645489, 30.2223712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "大资福庙前", "凤凰山脚路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645489, 30.2223712 ], [ 120.1646705, 30.221881 ], [ 120.1647884, 30.2214062 ], [ 120.1647972, 30.221364 ], [ 120.1648029, 30.2213365 ], [ 120.164923, 30.2207574 ], [ 120.1649959, 30.2204058 ], [ 120.1650323, 30.2202304 ], [ 120.1650698, 30.2200251 ], [ 120.1649546, 30.2195694 ], [ 120.1645519, 30.2187519 ], [ 120.1643292, 30.2183277 ], [ 120.1639907, 30.2180873 ], [ 120.1633536, 30.2178079 ], [ 120.1625905, 30.2174597 ], [ 120.1613728, 30.2165946 ], [ 120.1609193, 30.2161552 ], [ 120.1605252, 30.2157071 ], [ 120.1583687, 30.2144993 ], [ 120.157509, 30.2138707 ], [ 120.1571135, 30.2135815 ], [ 120.1563837, 30.2129883 ], [ 120.1559573, 30.2126417 ], [ 120.1553796, 30.2121721 ], [ 120.1552631, 30.2121147 ], [ 120.1550248, 30.2119346 ], [ 120.1544494, 30.2114158 ], [ 120.1541413, 30.2112486 ], [ 120.1539257, 30.2111385 ], [ 120.1536217, 30.2111081 ], [ 120.1530502, 30.2110948 ], [ 120.1528077, 30.2110778 ], [ 120.1524831, 30.2110185 ], [ 120.1513989, 30.2107537 ], [ 120.1509789, 30.2107399 ], [ 120.1503149, 30.2107396 ], [ 120.1497512, 30.2107243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万松岭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513098, 30.2356286 ], [ 120.1514417, 30.2356063 ], [ 120.1516637, 30.2355614 ], [ 120.1524318, 30.2353617 ], [ 120.1526495, 30.2352962 ], [ 120.1528373, 30.235206 ], [ 120.1530063, 30.2350839 ], [ 120.1541025, 30.2343338 ], [ 120.1544291, 30.234114 ], [ 120.1545973, 30.2339906 ], [ 120.1546774, 30.2339215 ], [ 120.1547686, 30.2338205 ], [ 120.1548183, 30.2337057 ], [ 120.1548391, 30.2335674 ], [ 120.1548247, 30.2330819 ], [ 120.154812, 30.2323048 ], [ 120.1548259, 30.232127 ], [ 120.1548644, 30.2320055 ], [ 120.1549186, 30.2318681 ], [ 120.1549971, 30.2317264 ], [ 120.1550146, 30.2316889 ], [ 120.1550657, 30.2315792 ], [ 120.155256, 30.2312638 ], [ 120.1553732, 30.2310784 ], [ 120.1554445, 30.2309695 ], [ 120.1554887, 30.2309114 ], [ 120.1555402, 30.2308506 ], [ 120.1555971, 30.2307825 ], [ 120.1556628, 30.230718 ], [ 120.1557553, 30.2306452 ], [ 120.1558487, 30.2305925 ], [ 120.1559634, 30.2305293 ], [ 120.156108, 30.2304564 ], [ 120.1562677, 30.2303857 ], [ 120.1567278, 30.2302391 ], [ 120.1569311, 30.2301737 ], [ 120.1570605, 30.2301291 ], [ 120.1572811, 30.2300529 ], [ 120.1574959, 30.2299829 ], [ 120.1576317, 30.2299526 ], [ 120.1577844, 30.229926 ], [ 120.157868, 30.2299158 ], [ 120.1581746, 30.2298635 ], [ 120.1585842, 30.2297846 ], [ 120.1588292, 30.2297378 ], [ 120.1590995, 30.22968 ], [ 120.1592646, 30.2296286 ], [ 120.1594409, 30.2295623 ], [ 120.1598865, 30.2293917 ], [ 120.1601971, 30.2292697 ], [ 120.1604541, 30.2291749 ], [ 120.1606964, 30.2290855 ], [ 120.1608474, 30.2290297 ], [ 120.1611564, 30.2289 ], [ 120.1613345, 30.228811 ], [ 120.1614783, 30.2287331 ], [ 120.1619074, 30.2284364 ], [ 120.1621004, 30.2283188 ], [ 120.1622798, 30.228229 ], [ 120.1624312, 30.2281752 ], [ 120.1625629, 30.2281397 ], [ 120.1626828, 30.2281278 ], [ 120.1627914, 30.2281278 ], [ 120.1628956, 30.228135 ], [ 120.1630452, 30.2281584 ], [ 120.163167, 30.2281774 ], [ 120.163216, 30.2281851 ], [ 120.1634546, 30.2282132 ], [ 120.1636469, 30.2282308 ], [ 120.1637353, 30.2282363 ], [ 120.1638496, 30.2282269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万松岭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1638496, 30.2282269 ], [ 120.1637353, 30.2282363 ], [ 120.1636469, 30.2282308 ], [ 120.1634546, 30.2282132 ], [ 120.163216, 30.2281851 ], [ 120.163167, 30.2281774 ], [ 120.1630452, 30.2281584 ], [ 120.1628956, 30.228135 ], [ 120.1627914, 30.2281278 ], [ 120.1626828, 30.2281278 ], [ 120.1625629, 30.2281397 ], [ 120.1624312, 30.2281752 ], [ 120.1622798, 30.228229 ], [ 120.1621004, 30.2283188 ], [ 120.1619074, 30.2284364 ], [ 120.1614783, 30.2287331 ], [ 120.1613345, 30.228811 ], [ 120.1611564, 30.2289 ], [ 120.1608474, 30.2290297 ], [ 120.1606964, 30.2290855 ], [ 120.1604541, 30.2291749 ], [ 120.1601971, 30.2292697 ], [ 120.1598865, 30.2293917 ], [ 120.1594409, 30.2295623 ], [ 120.1592646, 30.2296286 ], [ 120.1590995, 30.22968 ], [ 120.1588292, 30.2297378 ], [ 120.1585842, 30.2297846 ], [ 120.1581746, 30.2298635 ], [ 120.157868, 30.2299158 ], [ 120.1577844, 30.229926 ], [ 120.1576317, 30.2299526 ], [ 120.1574959, 30.2299829 ], [ 120.1572811, 30.2300529 ], [ 120.1570605, 30.2301291 ], [ 120.1569311, 30.2301737 ], [ 120.1567278, 30.2302391 ], [ 120.1562677, 30.2303857 ], [ 120.156108, 30.2304564 ], [ 120.1559634, 30.2305293 ], [ 120.1558487, 30.2305925 ], [ 120.1557553, 30.2306452 ], [ 120.1556628, 30.230718 ], [ 120.1555971, 30.2307825 ], [ 120.1555402, 30.2308506 ], [ 120.1554887, 30.2309114 ], [ 120.1554445, 30.2309695 ], [ 120.1553732, 30.2310784 ], [ 120.155256, 30.2312638 ], [ 120.1550657, 30.2315792 ], [ 120.1550146, 30.2316889 ], [ 120.1549971, 30.2317264 ], [ 120.1549186, 30.2318681 ], [ 120.1548644, 30.2320055 ], [ 120.1548259, 30.232127 ], [ 120.154812, 30.2323048 ], [ 120.1548247, 30.2330819 ], [ 120.1548391, 30.2335674 ], [ 120.1548183, 30.2337057 ], [ 120.1547686, 30.2338205 ], [ 120.1546774, 30.2339215 ], [ 120.1545973, 30.2339906 ], [ 120.1544291, 30.234114 ], [ 120.1541025, 30.2343338 ], [ 120.1530063, 30.2350839 ], [ 120.1528373, 30.235206 ], [ 120.1526495, 30.2352962 ], [ 120.1524318, 30.2353617 ], [ 120.1516637, 30.2355614 ], [ 120.1514417, 30.2356063 ], [ 120.1513098, 30.2356286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "莲花峰路", "九曜山隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1310804, 30.2155747 ], [ 120.1316884, 30.2155786 ], [ 120.1320263, 30.2155997 ], [ 120.1324462, 30.2156718 ], [ 120.1327721, 30.215794 ], [ 120.133684, 30.2163115 ], [ 120.1342641, 30.2166323 ], [ 120.134733, 30.2168502 ], [ 120.1384948, 30.2190161 ], [ 120.1397081, 30.2199867 ], [ 120.1404534, 30.2205587 ], [ 120.1420777, 30.2217832 ], [ 120.1425749, 30.2221947 ], [ 120.1431631, 30.2226628 ], [ 120.1435349, 30.223222 ], [ 120.1440041, 30.2236182 ], [ 120.1447053, 30.2240275 ], [ 120.1453828, 30.2242727 ], [ 120.1462508, 30.2243157 ], [ 120.1470825, 30.2243473 ], [ 120.1475144, 30.2243759 ], [ 120.1478312, 30.2243771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "莲花峰路", "九曜山隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1478312, 30.2243771 ], [ 120.1475144, 30.2243759 ], [ 120.1470825, 30.2243473 ], [ 120.1462508, 30.2243157 ], [ 120.1453828, 30.2242727 ], [ 120.1447053, 30.2240275 ], [ 120.1440041, 30.2236182 ], [ 120.1435349, 30.223222 ], [ 120.1431631, 30.2226628 ], [ 120.1425749, 30.2221947 ], [ 120.1420777, 30.2217832 ], [ 120.1404534, 30.2205587 ], [ 120.1397081, 30.2199867 ], [ 120.1384948, 30.2190161 ], [ 120.134733, 30.2168502 ], [ 120.1342641, 30.2166323 ], [ 120.133684, 30.2163115 ], [ 120.1327721, 30.215794 ], [ 120.1324462, 30.2156718 ], [ 120.1320263, 30.2155997 ], [ 120.1316884, 30.2155786 ], [ 120.1310804, 30.2155747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1308775, 30.218823 ], [ 120.1308093, 30.2191238 ], [ 120.1308557, 30.2194137 ], [ 120.1312034, 30.2202878 ], [ 120.131333, 30.2206056 ], [ 120.1314137, 30.2208034 ], [ 120.13151, 30.2210394 ], [ 120.1316996, 30.2215845 ], [ 120.1331017, 30.2245352 ], [ 120.1333496, 30.2255441 ], [ 120.1334788, 30.225897 ], [ 120.1334914, 30.2259314 ], [ 120.1335261, 30.2260033 ], [ 120.1335387, 30.2260317 ], [ 120.1336765, 30.2263869 ], [ 120.1336732, 30.2267312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1336732, 30.2267312 ], [ 120.1336765, 30.2263869 ], [ 120.1335387, 30.2260317 ], [ 120.1335261, 30.2260033 ], [ 120.1334914, 30.2259314 ], [ 120.1334788, 30.225897 ], [ 120.1333496, 30.2255441 ], [ 120.1331017, 30.2245352 ], [ 120.1316996, 30.2215845 ], [ 120.13151, 30.2210394 ], [ 120.1314137, 30.2208034 ], [ 120.131333, 30.2206056 ], [ 120.1312034, 30.2202878 ], [ 120.1308557, 30.2194137 ], [ 120.1308093, 30.2191238 ], [ 120.1308775, 30.218823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1336732, 30.2267312 ], [ 120.1336792, 30.2269285 ], [ 120.1336827, 30.2270424 ], [ 120.1336886, 30.2272347 ], [ 120.1338176, 30.2276337 ], [ 120.1342206, 30.228238 ], [ 120.1346057, 30.228656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "虎跑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1346057, 30.228656 ], [ 120.1342206, 30.228238 ], [ 120.1338176, 30.2276337 ], [ 120.1336886, 30.2272347 ], [ 120.1336827, 30.2270424 ], [ 120.1336792, 30.2269285 ], [ 120.1336732, 30.2267312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1346057, 30.228656 ], [ 120.1347181, 30.2287131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347181, 30.2287131 ], [ 120.1346057, 30.228656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319533, 30.2323164 ], [ 120.1324856, 30.2315819 ], [ 120.1327566, 30.2312079 ], [ 120.1333125, 30.2304407 ], [ 120.1333693, 30.2303623 ], [ 120.1338632, 30.2296896 ], [ 120.1339303, 30.2296039 ], [ 120.1346057, 30.228656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347181, 30.2287131 ], [ 120.1340362, 30.229638 ], [ 120.1339457, 30.2297661 ], [ 120.1334842, 30.2304251 ], [ 120.1326944, 30.2315209 ], [ 120.1321616, 30.2322601 ], [ 120.1320787, 30.2323747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高银街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162098, 30.2430132 ], [ 120.1617002, 30.2430645 ], [ 120.1615197, 30.2430794 ], [ 120.1614363, 30.2430863 ], [ 120.1611749, 30.2430615 ], [ 120.1607353, 30.2430333 ], [ 120.1600138, 30.2430291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高银街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1600138, 30.2430291 ], [ 120.1607353, 30.2430333 ], [ 120.1611749, 30.2430615 ], [ 120.1614363, 30.2430863 ], [ 120.1615197, 30.2430794 ], [ 120.1617002, 30.2430645 ], [ 120.162098, 30.2430132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1560885, 30.2482389 ], [ 120.1560859, 30.24816 ], [ 120.1559982, 30.2478819 ], [ 120.1559061, 30.2477626 ], [ 120.1556504, 30.2474313 ], [ 120.1555132, 30.2472225 ], [ 120.1554507, 30.2470985 ], [ 120.1550311, 30.2461875 ], [ 120.154976, 30.2460691 ], [ 120.1548501, 30.2457829 ], [ 120.1546446, 30.2454072 ], [ 120.1546144, 30.2453519 ], [ 120.1544036, 30.2450217 ], [ 120.154282, 30.2448312 ], [ 120.1540754, 30.2445374 ], [ 120.1539087, 30.2443004 ], [ 120.1537456, 30.2440685 ], [ 120.153437, 30.2437263 ], [ 120.1532647, 30.2435351 ], [ 120.1532221, 30.2434221 ], [ 120.1531846, 30.2433228 ], [ 120.1533968, 30.2421359 ], [ 120.1534259, 30.2417626 ], [ 120.1534454, 30.2415612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536322, 30.2415985 ], [ 120.1534549, 30.2426607 ], [ 120.153358, 30.2432416 ], [ 120.1533756, 30.2433137 ], [ 120.1534009, 30.2434177 ], [ 120.1535457, 30.2436262 ], [ 120.1535947, 30.2436736 ], [ 120.153814, 30.2438858 ], [ 120.1542596, 30.2444893 ], [ 120.1543294, 30.2446084 ], [ 120.1547157, 30.2452671 ], [ 120.1550968, 30.2460399 ], [ 120.1555953, 30.247124 ], [ 120.1561227, 30.2478124 ], [ 120.1561841, 30.2480308 ], [ 120.15622, 30.248204 ], [ 120.1562197, 30.2482457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1600138, 30.2430291 ], [ 120.1600578, 30.2431538 ], [ 120.1600428, 30.2439065 ], [ 120.1599985, 30.2447415 ], [ 120.1599097, 30.2457173 ], [ 120.159908, 30.2459417 ], [ 120.1599061, 30.2462013 ], [ 120.1598999, 30.2470349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597025, 30.2482372 ], [ 120.1597139, 30.2481577 ], [ 120.1597807, 30.2470351 ], [ 120.1597996, 30.2466948 ], [ 120.1598203, 30.2455826 ], [ 120.1598768, 30.2450805 ], [ 120.1599003, 30.2448717 ], [ 120.159916, 30.2447326 ], [ 120.159966, 30.2437701 ], [ 120.1599556, 30.2431727 ], [ 120.1600138, 30.2430291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "劳动路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1579015, 30.2482528 ], [ 120.1579105, 30.2481864 ], [ 120.1579345, 30.2479707 ], [ 120.1579412, 30.2478754 ], [ 120.1579758, 30.2474003 ], [ 120.1580216, 30.2467791 ], [ 120.1580123, 30.2466177 ], [ 120.1579633, 30.2456634 ], [ 120.1577952, 30.2437169 ], [ 120.157775, 30.2434727 ], [ 120.1576969, 30.2430147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "劳动路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576969, 30.2430147 ], [ 120.157775, 30.2434727 ], [ 120.1577952, 30.2437169 ], [ 120.1579633, 30.2456634 ], [ 120.1580123, 30.2466177 ], [ 120.1580216, 30.2467791 ], [ 120.1579758, 30.2474003 ], [ 120.1579412, 30.2478754 ], [ 120.1579345, 30.2479707 ], [ 120.1579105, 30.2481864 ], [ 120.1579015, 30.2482528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618223, 30.2470267 ], [ 120.1598999, 30.2470349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598999, 30.2470349 ], [ 120.1598473, 30.2480855 ], [ 120.1598439, 30.2481543 ], [ 120.1598424, 30.2482407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1509768, 30.2355182 ], [ 120.1509315, 30.2354362 ], [ 120.1507077, 30.2350315 ], [ 120.1505608, 30.2344955 ], [ 120.1506669, 30.2339035 ], [ 120.1507908, 30.2332149 ], [ 120.1508024, 30.2329509 ], [ 120.1508254, 30.2324257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1509768, 30.2355182 ], [ 120.1513098, 30.2356286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1512186, 30.2357718 ], [ 120.1511015, 30.235649 ], [ 120.1509768, 30.2355182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万松岭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1512186, 30.2357718 ], [ 120.1513098, 30.2356286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万松岭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513098, 30.2356286 ], [ 120.1512186, 30.2357718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1334344, 30.2545296 ], [ 120.1335454, 30.2545717 ], [ 120.1342539, 30.2550815 ], [ 120.135985, 30.2568154 ], [ 120.1363841, 30.2570818 ], [ 120.1371949, 30.2572661 ], [ 120.1375355, 30.2573503 ], [ 120.1379168, 30.257479 ], [ 120.1384668, 30.2576976 ], [ 120.1386287, 30.2577633 ], [ 120.1389953, 30.2579331 ], [ 120.1391068, 30.2579861 ], [ 120.1393303, 30.2580922 ], [ 120.1398258, 30.2584197 ], [ 120.1400696, 30.258691 ], [ 120.1406828, 30.2593162 ], [ 120.141459, 30.2599397 ], [ 120.141537, 30.2600007 ], [ 120.1417398, 30.2601593 ], [ 120.1419601, 30.2603189 ], [ 120.1421462, 30.2604228 ], [ 120.1426586, 30.2605912 ], [ 120.1431326, 30.2609061 ], [ 120.143804, 30.2613681 ], [ 120.143912, 30.2614547 ], [ 120.1439668, 30.2614811 ], [ 120.144032, 30.261511 ], [ 120.1441692, 30.2615272 ], [ 120.1444249, 30.2615173 ], [ 120.1448145, 30.2615022 ], [ 120.144932, 30.2615334 ], [ 120.1454614, 30.261773 ], [ 120.145897, 30.2618647 ], [ 120.1460771, 30.2618958 ], [ 120.1461917, 30.2619156 ], [ 120.1466164, 30.2619886 ], [ 120.1467245, 30.2619916 ], [ 120.1469655, 30.2619938 ], [ 120.1471978, 30.2619087 ], [ 120.1472296, 30.2618906 ], [ 120.1475972, 30.2616127 ], [ 120.1476357, 30.2616005 ], [ 120.147736, 30.2615954 ], [ 120.1478313, 30.2616058 ], [ 120.1481889, 30.2617083 ], [ 120.1488591, 30.2619593 ], [ 120.148982, 30.2620053 ], [ 120.1493009, 30.2621247 ], [ 120.1498058, 30.2623564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1498058, 30.2623564 ], [ 120.1493009, 30.2621247 ], [ 120.148982, 30.2620053 ], [ 120.1488591, 30.2619593 ], [ 120.1481889, 30.2617083 ], [ 120.1478313, 30.2616058 ], [ 120.147736, 30.2615954 ], [ 120.1476357, 30.2616005 ], [ 120.1475972, 30.2616127 ], [ 120.1472296, 30.2618906 ], [ 120.1471978, 30.2619087 ], [ 120.1469655, 30.2619938 ], [ 120.1467245, 30.2619916 ], [ 120.1466164, 30.2619886 ], [ 120.1461917, 30.2619156 ], [ 120.1460771, 30.2618958 ], [ 120.145897, 30.2618647 ], [ 120.1454614, 30.261773 ], [ 120.144932, 30.2615334 ], [ 120.1448145, 30.2615022 ], [ 120.1444249, 30.2615173 ], [ 120.1441692, 30.2615272 ], [ 120.144032, 30.261511 ], [ 120.1439668, 30.2614811 ], [ 120.143912, 30.2614547 ], [ 120.143804, 30.2613681 ], [ 120.1431326, 30.2609061 ], [ 120.1426586, 30.2605912 ], [ 120.1421462, 30.2604228 ], [ 120.1419601, 30.2603189 ], [ 120.1417398, 30.2601593 ], [ 120.141537, 30.2600007 ], [ 120.141459, 30.2599397 ], [ 120.1406828, 30.2593162 ], [ 120.1400696, 30.258691 ], [ 120.1398258, 30.2584197 ], [ 120.1393303, 30.2580922 ], [ 120.1391068, 30.2579861 ], [ 120.1389953, 30.2579331 ], [ 120.1386287, 30.2577633 ], [ 120.1384668, 30.2576976 ], [ 120.1379168, 30.257479 ], [ 120.1375355, 30.2573503 ], [ 120.1371949, 30.2572661 ], [ 120.1363841, 30.2570818 ], [ 120.135985, 30.2568154 ], [ 120.1342539, 30.2550815 ], [ 120.1335454, 30.2545717 ], [ 120.1334344, 30.2545296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1498058, 30.2623564 ], [ 120.1519411, 30.2630152 ], [ 120.1521618, 30.2631382 ], [ 120.1527486, 30.2634049 ], [ 120.1531083, 30.2635079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.153123, 30.2636491 ], [ 120.1525277, 30.263408 ], [ 120.152247, 30.2632729 ], [ 120.1520586, 30.2631522 ], [ 120.1519164, 30.2630858 ], [ 120.1514478, 30.2629283 ], [ 120.1511145, 30.2628163 ], [ 120.1509278, 30.2627503 ], [ 120.1500789, 30.2624979 ], [ 120.1499294, 30.2624218 ], [ 120.1498058, 30.2623564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1498058, 30.2623564 ], [ 120.1496931, 30.2624692 ], [ 120.1495896, 30.2626015 ], [ 120.1494636, 30.2627232 ], [ 120.1493606, 30.2628122 ], [ 120.1492772, 30.2628628 ], [ 120.1489311, 30.2630351 ], [ 120.1484444, 30.2633344 ], [ 120.148003, 30.2637421 ], [ 120.1479469, 30.2637939 ], [ 120.147933, 30.2638117 ], [ 120.1478581, 30.2639077 ], [ 120.1473517, 30.2645521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1282542, 30.2425489 ], [ 120.1281474, 30.2425913 ], [ 120.1280255, 30.2425917 ], [ 120.1279354, 30.2425683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1282542, 30.2425489 ], [ 120.1282265, 30.2426824 ], [ 120.1281244, 30.2428679 ], [ 120.1279188, 30.2434751 ], [ 120.1278403, 30.243707 ], [ 120.1278175, 30.2437735 ], [ 120.1274018, 30.2449883 ], [ 120.1273664, 30.2450958 ], [ 120.1273536, 30.2451348 ], [ 120.1272985, 30.2453023 ], [ 120.1271237, 30.2458476 ], [ 120.1270729, 30.2460059 ], [ 120.126962, 30.2463298 ], [ 120.1269558, 30.2463479 ], [ 120.1269433, 30.2463844 ], [ 120.1268183, 30.246818 ], [ 120.1267105, 30.2472314 ], [ 120.1265903, 30.2480998 ], [ 120.1265208, 30.2486654 ], [ 120.1263341, 30.2501855 ], [ 120.1262249, 30.2509363 ], [ 120.1262104, 30.2512166 ], [ 120.1261383, 30.2526111 ], [ 120.126138, 30.2534647 ], [ 120.126188, 30.2540204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260576, 30.2540199 ], [ 120.1260384, 30.2534768 ], [ 120.1260597, 30.2526242 ], [ 120.1261175, 30.2513543 ], [ 120.1261211, 30.2512745 ], [ 120.1261259, 30.2511699 ], [ 120.1261373, 30.2509192 ], [ 120.1262136, 30.2503977 ], [ 120.1262479, 30.250163 ], [ 120.126281, 30.249901 ], [ 120.1262927, 30.2498087 ], [ 120.1264823, 30.2483088 ], [ 120.1265002, 30.2481676 ], [ 120.1266199, 30.2472206 ], [ 120.1267172, 30.2467995 ], [ 120.1269815, 30.2460077 ], [ 120.126992, 30.2459762 ], [ 120.1272395, 30.2452895 ], [ 120.1273414, 30.2449744 ], [ 120.1273781, 30.2448532 ], [ 120.1276595, 30.2440099 ], [ 120.1277706, 30.2436965 ], [ 120.1278551, 30.243466 ], [ 120.1280108, 30.2428476 ], [ 120.1279822, 30.2426837 ], [ 120.1279354, 30.2425683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260576, 30.2540199 ], [ 120.126188, 30.2540204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.126188, 30.2540204 ], [ 120.1260576, 30.2540199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1266778, 30.2545154 ], [ 120.1268646, 30.2544324 ], [ 120.127122, 30.2543674 ], [ 120.1275104, 30.2543994 ], [ 120.1278026, 30.254395 ], [ 120.1279442, 30.2543928 ], [ 120.1280138, 30.254382 ], [ 120.1282082, 30.254352 ], [ 120.128274, 30.2543418 ], [ 120.128389, 30.2543132 ], [ 120.1285387, 30.254276 ], [ 120.1286085, 30.2542587 ], [ 120.1286777, 30.2542376 ], [ 120.1287585, 30.2542129 ], [ 120.1288987, 30.25417 ], [ 120.129344, 30.2541731 ], [ 120.1295651, 30.2541746 ], [ 120.129904, 30.2540898 ], [ 120.1301659, 30.2540242 ], [ 120.1305238, 30.2539346 ], [ 120.1308621, 30.2539615 ], [ 120.1321914, 30.2542296 ], [ 120.1322417, 30.2542418 ], [ 120.1323461, 30.2542669 ], [ 120.1334344, 30.2545296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1334344, 30.2545296 ], [ 120.1323461, 30.2542669 ], [ 120.1322417, 30.2542418 ], [ 120.1321914, 30.2542296 ], [ 120.1308621, 30.2539615 ], [ 120.1305238, 30.2539346 ], [ 120.1301659, 30.2540242 ], [ 120.129904, 30.2540898 ], [ 120.1295651, 30.2541746 ], [ 120.129344, 30.2541731 ], [ 120.1288987, 30.25417 ], [ 120.1287585, 30.2542129 ], [ 120.1286777, 30.2542376 ], [ 120.1286085, 30.2542587 ], [ 120.1285387, 30.254276 ], [ 120.128389, 30.2543132 ], [ 120.128274, 30.2543418 ], [ 120.1282082, 30.254352 ], [ 120.1280138, 30.254382 ], [ 120.1279442, 30.2543928 ], [ 120.1278026, 30.254395 ], [ 120.1275104, 30.2543994 ], [ 120.127122, 30.2543674 ], [ 120.1268646, 30.2544324 ], [ 120.1266778, 30.2545154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.126188, 30.2540204 ], [ 120.1266778, 30.2545154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1266778, 30.2545154 ], [ 120.126188, 30.2540204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255352, 30.255077 ], [ 120.1260576, 30.2540199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八盘岭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320787, 30.2323747 ], [ 120.1319533, 30.2323164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "孤山路", "西泠桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1341163, 30.2538915 ], [ 120.1337813, 30.2542056 ], [ 120.1336503, 30.2543395 ], [ 120.1334344, 30.2545296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "孤山路", "西泠桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1334344, 30.2545296 ], [ 120.1336503, 30.2543395 ], [ 120.1337813, 30.2542056 ], [ 120.1341163, 30.2538915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1323294, 30.2666532 ], [ 120.1324292, 30.2665764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路 Huanglong Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324292, 30.2665764 ], [ 120.1324066, 30.266685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324066, 30.266685 ], [ 120.1323294, 30.2666532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324292, 30.2665764 ], [ 120.1332272, 30.266855 ], [ 120.1340235, 30.2671106 ], [ 120.1343771, 30.2672215 ], [ 120.1355109, 30.267577 ], [ 120.1355963, 30.2676065 ], [ 120.1361337, 30.2677669 ], [ 120.1371521, 30.2680968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1371106, 30.268177 ], [ 120.1369707, 30.2681315 ], [ 120.1366944, 30.2680416 ], [ 120.1358548, 30.2677616 ], [ 120.1347867, 30.2674326 ], [ 120.1345189, 30.2673501 ], [ 120.1335646, 30.2670563 ], [ 120.1324066, 30.266685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1371521, 30.2680968 ], [ 120.1371106, 30.268177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1371106, 30.268177 ], [ 120.1371521, 30.2680968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东坡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1568783, 30.2607083 ], [ 120.1568341, 30.260762 ], [ 120.1565, 30.261163 ], [ 120.156233, 30.2614924 ], [ 120.1561396, 30.2616076 ], [ 120.1560958, 30.2616381 ], [ 120.155816, 30.2619212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "庆春路", "环城西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1533229, 30.2628479 ], [ 120.1533445, 30.2625756 ], [ 120.153361, 30.2624744 ], [ 120.1534091, 30.2621783 ], [ 120.1535797, 30.2613704 ], [ 120.1536115, 30.2610769 ], [ 120.1537071, 30.2607957 ], [ 120.1537425, 30.2606856 ], [ 120.1538062, 30.2605756 ], [ 120.1538347, 30.2605502 ], [ 120.1539236, 30.2605219 ], [ 120.1540893, 30.2604961 ], [ 120.1543619, 30.2604961 ], [ 120.1554851, 30.2605419 ], [ 120.1555786, 30.2605449 ], [ 120.1565022, 30.2605774 ], [ 120.1570009, 30.260595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "环城西路", "庆春路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1553739, 30.2606445 ], [ 120.1553338, 30.2606422 ], [ 120.1543626, 30.2606031 ], [ 120.154306, 30.2606008 ], [ 120.1541961, 30.2606305 ], [ 120.1541218, 30.2606653 ], [ 120.154035, 30.2607324 ], [ 120.1540186, 30.2607774 ], [ 120.1539659, 30.2609085 ], [ 120.1538861, 30.2612557 ], [ 120.1538471, 30.2614328 ], [ 120.1537901, 30.2616918 ], [ 120.1537377, 30.2619297 ], [ 120.1536645, 30.2622619 ], [ 120.1535219, 30.2628283 ], [ 120.1534576, 30.2630838 ], [ 120.1534236, 30.2631702 ], [ 120.1532252, 30.263675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1531083, 30.2635079 ], [ 120.1532015, 30.2631074 ], [ 120.1532747, 30.262962 ], [ 120.1533229, 30.2628479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588689, 30.2662015 ], [ 120.1588694, 30.2661553 ], [ 120.1588826, 30.2650273 ], [ 120.1588922, 30.264776 ], [ 120.158897, 30.26453 ], [ 120.1589071, 30.2640152 ], [ 120.1589645, 30.2635648 ], [ 120.1589714, 30.2631127 ], [ 120.1590419, 30.2619542 ], [ 120.1590556, 30.2615762 ], [ 120.1591061, 30.2608412 ], [ 120.1591097, 30.2607886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592291, 30.2607906 ], [ 120.159227, 30.2608447 ], [ 120.1592128, 30.2612113 ], [ 120.1591825, 30.2619959 ], [ 120.1591668, 30.2626384 ], [ 120.1591193, 30.2629665 ], [ 120.1590872, 30.2635238 ], [ 120.1590478, 30.2638378 ], [ 120.1590286, 30.2640431 ], [ 120.1590218, 30.2642063 ], [ 120.1590076, 30.264544 ], [ 120.1590089, 30.2647223 ], [ 120.1590111, 30.2650255 ], [ 120.1590322, 30.2661693 ], [ 120.1590332, 30.2662247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.153123, 30.2636491 ], [ 120.1531161, 30.2635827 ], [ 120.1531083, 30.2635079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532252, 30.263675 ], [ 120.153123, 30.2636491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.155816, 30.2619212 ], [ 120.1558015, 30.2620153 ], [ 120.1557826, 30.2622335 ], [ 120.1557874, 30.2624553 ], [ 120.1558511, 30.2628368 ], [ 120.1558795, 30.2629434 ], [ 120.1559414, 30.2631131 ], [ 120.1560719, 30.2634432 ], [ 120.1561904, 30.2636717 ], [ 120.1562936, 30.2638706 ], [ 120.1563796, 30.2641897 ], [ 120.15641, 30.2643527 ], [ 120.1564269, 30.2644596 ], [ 120.1564539, 30.264631 ], [ 120.1563354, 30.2656879 ], [ 120.1562793, 30.2658363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1525981, 30.2653627 ], [ 120.1526468, 30.2652142 ], [ 120.1526511, 30.2652009 ], [ 120.1529137, 30.2643994 ], [ 120.153123, 30.2636491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1532252, 30.263675 ], [ 120.1531155, 30.2640576 ], [ 120.153062, 30.2642358 ], [ 120.1527541, 30.2652226 ], [ 120.1527054, 30.2653788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1527054, 30.2653788 ], [ 120.1525981, 30.2653627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1525981, 30.2653627 ], [ 120.1527054, 30.2653788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1526792, 30.2654824 ], [ 120.1525981, 30.2653627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1527054, 30.2653788 ], [ 120.1526792, 30.2654824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1527054, 30.2653788 ], [ 120.1527945, 30.265388 ], [ 120.1528772, 30.2653845 ], [ 120.1538879, 30.2655127 ], [ 120.1543757, 30.2655745 ], [ 120.1546341, 30.265605 ], [ 120.1553847, 30.2657105 ], [ 120.1562793, 30.2658363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562516, 30.2659533 ], [ 120.1557351, 30.2658786 ], [ 120.1549938, 30.2657714 ], [ 120.1543724, 30.2656815 ], [ 120.1535909, 30.2655978 ], [ 120.1532322, 30.2655549 ], [ 120.1528285, 30.2655019 ], [ 120.1526792, 30.2654824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562793, 30.2658363 ], [ 120.1562516, 30.2659533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562516, 30.2659533 ], [ 120.1562793, 30.2658363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562793, 30.2658363 ], [ 120.1565759, 30.2658809 ], [ 120.1566234, 30.265888 ], [ 120.1572654, 30.2659776 ], [ 120.1580477, 30.2660867 ], [ 120.1585885, 30.2661651 ], [ 120.158807, 30.2661927 ], [ 120.1588689, 30.2662015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1473517, 30.2645521 ], [ 120.1478581, 30.2639077 ], [ 120.147933, 30.2638117 ], [ 120.1479469, 30.2637939 ], [ 120.148003, 30.2637421 ], [ 120.1484444, 30.2633344 ], [ 120.1489311, 30.2630351 ], [ 120.1492772, 30.2628628 ], [ 120.1493606, 30.2628122 ], [ 120.1494636, 30.2627232 ], [ 120.1495896, 30.2626015 ], [ 120.1496931, 30.2624692 ], [ 120.1498058, 30.2623564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1525981, 30.2653627 ], [ 120.152402, 30.2653516 ], [ 120.1521542, 30.2653515 ], [ 120.1520956, 30.2653536 ], [ 120.1517563, 30.265357 ], [ 120.1512778, 30.2653631 ], [ 120.1511256, 30.265365 ], [ 120.1508413, 30.2653695 ], [ 120.1505607, 30.265397 ], [ 120.1501438, 30.2654715 ], [ 120.1500278, 30.2654863 ], [ 120.14986, 30.2655017 ], [ 120.149773, 30.2654943 ], [ 120.1497279, 30.2654904 ], [ 120.1495907, 30.2654534 ], [ 120.1495674, 30.2654471 ], [ 120.1494711, 30.2654195 ], [ 120.1493101, 30.2653729 ], [ 120.1491257, 30.2652993 ], [ 120.1489079, 30.2652228 ], [ 120.1488012, 30.2651794 ], [ 120.1483075, 30.2649788 ], [ 120.1481649, 30.2649208 ], [ 120.1479832, 30.2648387 ], [ 120.1473517, 30.2645521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1473517, 30.2645521 ], [ 120.1479832, 30.2648387 ], [ 120.1481649, 30.2649208 ], [ 120.1483075, 30.2649788 ], [ 120.1488012, 30.2651794 ], [ 120.1489079, 30.2652228 ], [ 120.1491257, 30.2652993 ], [ 120.1493101, 30.2653729 ], [ 120.1494711, 30.2654195 ], [ 120.1495674, 30.2654471 ], [ 120.1495907, 30.2654534 ], [ 120.1497279, 30.2654904 ], [ 120.149773, 30.2654943 ], [ 120.14986, 30.2655017 ], [ 120.1500278, 30.2654863 ], [ 120.1501438, 30.2654715 ], [ 120.1505607, 30.265397 ], [ 120.1508413, 30.2653695 ], [ 120.1511256, 30.265365 ], [ 120.1512778, 30.2653631 ], [ 120.1517563, 30.265357 ], [ 120.1520956, 30.2653536 ], [ 120.1521542, 30.2653515 ], [ 120.152402, 30.2653516 ], [ 120.1525981, 30.2653627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1473517, 30.2645521 ], [ 120.1469517, 30.2650063 ], [ 120.1466992, 30.2652814 ], [ 120.1466708, 30.2653109 ], [ 120.146346, 30.2656465 ], [ 120.1462774, 30.2657155 ], [ 120.1459016, 30.2660935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1459016, 30.2660935 ], [ 120.1462774, 30.2657155 ], [ 120.146346, 30.2656465 ], [ 120.1466708, 30.2653109 ], [ 120.1466992, 30.2652814 ], [ 120.1469517, 30.2650063 ], [ 120.1473517, 30.2645521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1516531, 30.2684842 ], [ 120.1519812, 30.2673769 ], [ 120.1520104, 30.2672785 ], [ 120.1521317, 30.2668834 ], [ 120.1522949, 30.2663546 ], [ 120.1525448, 30.2655453 ], [ 120.1525652, 30.2654755 ], [ 120.1525981, 30.2653627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1526792, 30.2654824 ], [ 120.152671, 30.2655149 ], [ 120.1526578, 30.265567 ], [ 120.1525141, 30.2660387 ], [ 120.1522144, 30.2670225 ], [ 120.152174, 30.2671551 ], [ 120.152124, 30.2673194 ], [ 120.1519296, 30.2680325 ], [ 120.151799, 30.2685145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "省府路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1516531, 30.2684842 ], [ 120.1514606, 30.2684489 ], [ 120.1510035, 30.2683309 ], [ 120.1506473, 30.2682246 ], [ 120.1501799, 30.2680852 ], [ 120.1493307, 30.2678318 ], [ 120.149272, 30.2678167 ], [ 120.1491623, 30.2677884 ], [ 120.1489921, 30.2677445 ], [ 120.1489703, 30.2677389 ], [ 120.1488434, 30.267708 ], [ 120.148811, 30.2677001 ], [ 120.1486712, 30.2676607 ], [ 120.1485948, 30.2676392 ], [ 120.1485643, 30.2676306 ], [ 120.1480383, 30.2674694 ], [ 120.147762, 30.2673375 ], [ 120.1475919, 30.2672418 ], [ 120.1471454, 30.2669487 ], [ 120.1468764, 30.2667644 ], [ 120.1466995, 30.2666433 ], [ 120.1464533, 30.2664746 ], [ 120.1460938, 30.2662263 ], [ 120.1459016, 30.2660935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "省府路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1459016, 30.2660935 ], [ 120.1460938, 30.2662263 ], [ 120.1464533, 30.2664746 ], [ 120.1466995, 30.2666433 ], [ 120.1468764, 30.2667644 ], [ 120.1471454, 30.2669487 ], [ 120.1475919, 30.2672418 ], [ 120.147762, 30.2673375 ], [ 120.1480383, 30.2674694 ], [ 120.1485643, 30.2676306 ], [ 120.1485948, 30.2676392 ], [ 120.1486712, 30.2676607 ], [ 120.148811, 30.2677001 ], [ 120.1488434, 30.267708 ], [ 120.1489703, 30.2677389 ], [ 120.1489921, 30.2677445 ], [ 120.1491623, 30.2677884 ], [ 120.149272, 30.2678167 ], [ 120.1493307, 30.2678318 ], [ 120.1501799, 30.2680852 ], [ 120.1506473, 30.2682246 ], [ 120.1510035, 30.2683309 ], [ 120.1514606, 30.2684489 ], [ 120.1516531, 30.2684842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425975, 30.2695659 ], [ 120.142816, 30.2689117 ], [ 120.1428914, 30.2687465 ], [ 120.1430418, 30.2684796 ], [ 120.1430852, 30.2684088 ], [ 120.143138, 30.2683228 ], [ 120.143224, 30.2682062 ], [ 120.1434044, 30.2679996 ], [ 120.1434804, 30.2679165 ], [ 120.1435719, 30.2678309 ], [ 120.1437033, 30.2677203 ], [ 120.1445027, 30.2670576 ], [ 120.1446518, 30.266956 ], [ 120.1451782, 30.2665976 ], [ 120.1455416, 30.2663497 ], [ 120.1459016, 30.2660935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1459016, 30.2660935 ], [ 120.1455416, 30.2663497 ], [ 120.1451782, 30.2665976 ], [ 120.1446518, 30.266956 ], [ 120.1445027, 30.2670576 ], [ 120.1437033, 30.2677203 ], [ 120.1435719, 30.2678309 ], [ 120.1434804, 30.2679165 ], [ 120.1434044, 30.2679996 ], [ 120.143224, 30.2682062 ], [ 120.143138, 30.2683228 ], [ 120.1430852, 30.2684088 ], [ 120.1430418, 30.2684796 ], [ 120.1428914, 30.2687465 ], [ 120.142816, 30.2689117 ], [ 120.1425975, 30.2695659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "省府路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1516531, 30.2684842 ], [ 120.151799, 30.2685145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "省府路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.151799, 30.2685145 ], [ 120.1516531, 30.2684842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425716, 30.2696537 ], [ 120.1425975, 30.2695659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425975, 30.2695659 ], [ 120.1425716, 30.2696537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1423007, 30.2704473 ], [ 120.1425547, 30.2697108 ], [ 120.1425716, 30.2696537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425716, 30.2696537 ], [ 120.1425547, 30.2697108 ], [ 120.1423007, 30.2704473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425975, 30.2695659 ], [ 120.1427188, 30.2696077 ], [ 120.1436888, 30.2699421 ], [ 120.1452944, 30.2705043 ], [ 120.1458789, 30.2707068 ], [ 120.1464492, 30.2709044 ], [ 120.1472891, 30.2711944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472587, 30.2712872 ], [ 120.1455512, 30.2706763 ], [ 120.1453999, 30.2706221 ], [ 120.1443937, 30.270273 ], [ 120.1426899, 30.2696901 ], [ 120.1425716, 30.2696537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1502625, 30.272932 ], [ 120.1503576, 30.2724993 ], [ 120.1505702, 30.2719088 ], [ 120.1506211, 30.2717688 ], [ 120.1506371, 30.2717249 ], [ 120.1507275, 30.2714766 ], [ 120.150817, 30.2712051 ], [ 120.1508692, 30.2709921 ], [ 120.1509053, 30.2708234 ], [ 120.1509513, 30.2706377 ], [ 120.1510163, 30.2704035 ], [ 120.1510536, 30.2702695 ], [ 120.1510688, 30.2702146 ], [ 120.1511856, 30.2699033 ], [ 120.1512934, 30.269576 ], [ 120.1516531, 30.2684842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "近江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822559, 30.2455672 ], [ 120.180833, 30.2463231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1763255, 30.2461772 ], [ 120.176482, 30.2460922 ], [ 120.1765369, 30.24609 ], [ 120.1766154, 30.2461074 ], [ 120.1773303, 30.2472087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175879, 30.2470707 ], [ 120.1760234, 30.2469357 ], [ 120.1760508, 30.2468796 ], [ 120.1760547, 30.2468188 ], [ 120.1760172, 30.2465905 ], [ 120.1760149, 30.2465284 ], [ 120.1760359, 30.2464689 ], [ 120.1761633, 30.2462036 ], [ 120.1762451, 30.2460912 ], [ 120.1763351, 30.2460031 ], [ 120.1764477, 30.2459371 ], [ 120.1765226, 30.2459333 ], [ 120.1765542, 30.2459317 ], [ 120.1766569, 30.2459568 ], [ 120.1766828, 30.2459964 ], [ 120.1768864, 30.2463071 ], [ 120.177489, 30.2471871 ], [ 120.1775176, 30.2472438 ], [ 120.1775257, 30.2473052 ], [ 120.1775126, 30.247366 ], [ 120.1774795, 30.2474208 ], [ 120.1774293, 30.2474648 ], [ 120.1773663, 30.2474942 ], [ 120.1770575, 30.2475277 ], [ 120.1767481, 30.2474988 ], [ 120.1765513, 30.2474113 ], [ 120.1763833, 30.2472868 ], [ 120.1762687, 30.2472279 ], [ 120.176145, 30.247185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.182369, 30.2454985 ], [ 120.1830755, 30.2465082 ], [ 120.1833245, 30.2466647 ], [ 120.1834881, 30.2467296 ], [ 120.1837456, 30.2469011 ], [ 120.1839682, 30.2471189 ], [ 120.1841776, 30.2472883 ], [ 120.1844645, 30.2475869 ], [ 120.184662, 30.2478556 ], [ 120.1846956, 30.2479049 ], [ 120.184816, 30.2480324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1843754, 30.2480467 ], [ 120.1844295, 30.247957 ], [ 120.1844565, 30.2478902 ], [ 120.184461, 30.2477767 ], [ 120.1843263, 30.2475869 ], [ 120.1837805, 30.2470679 ], [ 120.1835874, 30.246908 ], [ 120.1831421, 30.2466879 ], [ 120.1829871, 30.2465734 ], [ 120.1822559, 30.2455672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1773303, 30.2472087 ], [ 120.1773154, 30.2472394 ], [ 120.1772902, 30.2472749 ], [ 120.1772558, 30.2473044 ], [ 120.1772094, 30.2473239 ], [ 120.1771128, 30.2473672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1773303, 30.2472087 ], [ 120.177634, 30.2473956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177634, 30.2473956 ], [ 120.1774655, 30.2473582 ], [ 120.1773808, 30.2473533 ], [ 120.1771128, 30.2473672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771128, 30.2473672 ], [ 120.1768621, 30.2474098 ], [ 120.1767653, 30.2474026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1772891, 30.2474436 ], [ 120.1769744, 30.2474461 ], [ 120.1767653, 30.2474026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1767653, 30.2474026 ], [ 120.1766725, 30.2473862 ], [ 120.1765952, 30.2473459 ], [ 120.1764125, 30.2472115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743791, 30.2478222 ], [ 120.1753607, 30.2473649 ], [ 120.175879, 30.2470707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176145, 30.247185 ], [ 120.1753929, 30.2475301 ], [ 120.1744222, 30.2479809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1741927, 30.2478568 ], [ 120.1743791, 30.2478222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743791, 30.2478222 ], [ 120.1744222, 30.2479809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742577, 30.2480112 ], [ 120.1741927, 30.2478568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1677376, 30.2481351 ], [ 120.1680697, 30.2481116 ], [ 120.168572, 30.2480884 ], [ 120.1698988, 30.2480273 ], [ 120.1706618, 30.2479912 ], [ 120.172058, 30.2479482 ], [ 120.172583, 30.247932 ], [ 120.1737508, 30.2478993 ], [ 120.1741927, 30.2478568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744222, 30.2479809 ], [ 120.1742577, 30.2480112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742577, 30.2480112 ], [ 120.1737956, 30.248054 ], [ 120.172712, 30.2480688 ], [ 120.1721745, 30.2480817 ], [ 120.1706761, 30.2481176 ], [ 120.1698984, 30.2481497 ], [ 120.1680649, 30.2482253 ], [ 120.1677404, 30.2482387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744222, 30.2479809 ], [ 120.1744607, 30.2480937 ], [ 120.1748589, 30.249406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道 Xihu Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597025, 30.2482372 ], [ 120.1598424, 30.2482407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道 Xihu Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1560885, 30.2482389 ], [ 120.1562197, 30.2482457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1579015, 30.2482528 ], [ 120.1588607, 30.2482417 ], [ 120.1597025, 30.2482372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道 Xihu Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598424, 30.2482407 ], [ 120.1618075, 30.2482541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562197, 30.2482457 ], [ 120.1574036, 30.2482507 ], [ 120.1579015, 30.2482528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597032, 30.248334 ], [ 120.1597025, 30.2482372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598424, 30.2482407 ], [ 120.1598353, 30.2483355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.156085, 30.2483501 ], [ 120.1560885, 30.2482389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562197, 30.2482457 ], [ 120.1562145, 30.2483487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "劳动路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1579015, 30.2482528 ], [ 120.1578931, 30.2483509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777676, 30.2475099 ], [ 120.177634, 30.2473956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.177634, 30.2473956 ], [ 120.1777676, 30.2475099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮驿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1789944, 30.2490372 ], [ 120.1788708, 30.2490044 ], [ 120.1785927, 30.248787 ], [ 120.1784585, 30.2485656 ], [ 120.1780769, 30.2479593 ], [ 120.1777676, 30.2475099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1777676, 30.2475099 ], [ 120.1779176, 30.2474282 ], [ 120.1780077, 30.2474286 ], [ 120.1781477, 30.2474341 ], [ 120.1782035, 30.2474386 ], [ 120.178313, 30.2474839 ], [ 120.1784245, 30.2475301 ], [ 120.1786004, 30.2477932 ], [ 120.1788184, 30.2481117 ], [ 120.1789525, 30.2483057 ], [ 120.1791762, 30.2486268 ], [ 120.1792218, 30.2486934 ], [ 120.1792511, 30.2487361 ], [ 120.1793543, 30.2488866 ], [ 120.1795444, 30.2491662 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "清江路", "清泰立交桥", "清泰街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748589, 30.249406 ], [ 120.1752726, 30.2495018 ], [ 120.1759216, 30.2495717 ], [ 120.1769167, 30.2496852 ], [ 120.1775578, 30.2496921 ], [ 120.1780888, 30.2496713 ], [ 120.1787031, 30.2495856 ], [ 120.1794568, 30.2493909 ], [ 120.179796, 30.2492775 ], [ 120.1803714, 30.2490851 ], [ 120.1814899, 30.2487074 ], [ 120.181705, 30.248644 ], [ 120.1832199, 30.2481977 ], [ 120.1838529, 30.2481258 ], [ 120.1852047, 30.2480853 ], [ 120.1865534, 30.2480412 ], [ 120.1870905, 30.2479555 ], [ 120.1883626, 30.2472582 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "清江路", "清泰立交桥", "清泰街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1885414, 30.2473882 ], [ 120.1879801, 30.2476675 ], [ 120.1868468, 30.2482314 ], [ 120.1859641, 30.2482265 ], [ 120.1852893, 30.2481654 ], [ 120.1852243, 30.248169 ], [ 120.1838305, 30.2482023 ], [ 120.183228, 30.2482634 ], [ 120.1826509, 30.2484198 ], [ 120.1820846, 30.2485832 ], [ 120.1816395, 30.2487238 ], [ 120.1805915, 30.2491041 ], [ 120.1794777, 30.249479 ], [ 120.1786736, 30.2496737 ], [ 120.1781065, 30.2497533 ], [ 120.1775882, 30.2497803 ], [ 120.1771365, 30.2497804 ], [ 120.1766849, 30.2497389 ], [ 120.1758965, 30.2496579 ], [ 120.175221, 30.2495827 ], [ 120.1748959, 30.2495939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮驿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795444, 30.2491662 ], [ 120.1789944, 30.2490372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1790996, 30.2493428 ], [ 120.1791207, 30.2492191 ], [ 120.179087, 30.2491354 ], [ 120.1789944, 30.2490372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1789944, 30.2490372 ], [ 120.179087, 30.2491354 ], [ 120.1791207, 30.2492191 ], [ 120.1790996, 30.2493428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1790996, 30.2493428 ], [ 120.1795444, 30.2491662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1746591, 30.2494166 ], [ 120.174282, 30.2481177 ], [ 120.1742577, 30.2480112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1746591, 30.2494166 ], [ 120.1748589, 30.249406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676631, 30.2492761 ], [ 120.1677256, 30.2492773 ], [ 120.1678853, 30.2492822 ], [ 120.1679525, 30.2492817 ], [ 120.1682423, 30.2492977 ], [ 120.1684503, 30.2493287 ], [ 120.1686188, 30.2493717 ], [ 120.1689019, 30.2494325 ], [ 120.1692194, 30.2494863 ], [ 120.1694369, 30.2495231 ], [ 120.1696495, 30.2495529 ], [ 120.1708979, 30.2496136 ], [ 120.1719496, 30.2496211 ], [ 120.1722925, 30.2496103 ], [ 120.1725121, 30.2496034 ], [ 120.1731457, 30.2495913 ], [ 120.1736467, 30.2495402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.173967, 30.2495081 ], [ 120.1741115, 30.2494886 ], [ 120.1746591, 30.2494166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748589, 30.249406 ], [ 120.1748959, 30.2495939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1746931, 30.2495865 ], [ 120.1746591, 30.2494166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736467, 30.2495402 ], [ 120.173967, 30.2495081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.173967, 30.2495081 ], [ 120.1736467, 30.2495402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736434, 30.2496388 ], [ 120.173172, 30.2496803 ], [ 120.1726973, 30.2496874 ], [ 120.1720646, 30.2496968 ], [ 120.1720234, 30.2496974 ], [ 120.1709319, 30.2497136 ], [ 120.1696614, 30.2496216 ], [ 120.1694718, 30.2495968 ], [ 120.168792, 30.2494767 ], [ 120.1686448, 30.2494507 ], [ 120.1684206, 30.2494192 ], [ 120.1681813, 30.2493989 ], [ 120.1679438, 30.2493918 ], [ 120.1678893, 30.2493947 ], [ 120.1677182, 30.2493925 ], [ 120.1676583, 30.2493927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748959, 30.2495939 ], [ 120.1746931, 30.2495865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1677404, 30.2482387 ], [ 120.1674683, 30.2482499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674683, 30.2482499 ], [ 120.16677, 30.2482749 ], [ 120.1659267, 30.2483051 ], [ 120.1643073, 30.2483459 ], [ 120.1628176, 30.2483834 ], [ 120.1618409, 30.2483827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618075, 30.2482541 ], [ 120.1618409, 30.2483827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618409, 30.2483827 ], [ 120.1617005, 30.2483826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1677404, 30.2482387 ], [ 120.1677365, 30.2482907 ], [ 120.1676631, 30.2492761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.167462, 30.2492802 ], [ 120.167468, 30.2482982 ], [ 120.1674683, 30.2482499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618409, 30.2483827 ], [ 120.1618413, 30.2484452 ], [ 120.1618435, 30.2487913 ], [ 120.1618422, 30.2495791 ], [ 120.1618419, 30.2497856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.167462, 30.2492802 ], [ 120.1676631, 30.2492761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676631, 30.2492761 ], [ 120.1676583, 30.2493927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674533, 30.2493988 ], [ 120.167462, 30.2492802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "劳动路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1578931, 30.2483509 ], [ 120.1579015, 30.2482528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "定安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617005, 30.2483826 ], [ 120.1618075, 30.2482541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "定安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618075, 30.2482541 ], [ 120.1617005, 30.2483826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598353, 30.2483355 ], [ 120.1597032, 30.248334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597032, 30.248334 ], [ 120.1583343, 30.2483468 ], [ 120.1578931, 30.2483509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562145, 30.2483487 ], [ 120.156085, 30.2483501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1578931, 30.2483509 ], [ 120.1562145, 30.2483487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西湖大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617005, 30.2483826 ], [ 120.1598353, 30.2483355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617115, 30.2497902 ], [ 120.1616993, 30.248446 ], [ 120.1617005, 30.2483826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598353, 30.2483355 ], [ 120.1598331, 30.248417 ], [ 120.1597816, 30.2494451 ], [ 120.1597555, 30.2499652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1797337, 30.2494453 ], [ 120.1795444, 30.2491662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795444, 30.2491662 ], [ 120.1797337, 30.2494453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1796501, 30.2495042 ], [ 120.1795444, 30.2491662 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "清泰拼宽桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807111, 30.2515918 ], [ 120.1807489, 30.2514315 ], [ 120.1807704, 30.2512923 ], [ 120.180748, 30.2511764 ], [ 120.1807175, 30.2510815 ], [ 120.1804366, 30.2506587 ], [ 120.1800206, 30.2500256 ], [ 120.1799004, 30.2498328 ], [ 120.1798575, 30.2496845 ], [ 120.179909, 30.2495066 ], [ 120.1801236, 30.2493509 ], [ 120.1802952, 30.2492842 ], [ 120.180793, 30.2491285 ], [ 120.1820462, 30.2487429 ], [ 120.1827546, 30.2484931 ], [ 120.1834164, 30.2483433 ], [ 120.1839933, 30.2482913 ], [ 120.184459, 30.2482833 ], [ 120.1848533, 30.2482607 ], [ 120.1854662, 30.2482254 ], [ 120.1863539, 30.2481843 ], [ 120.1868699, 30.248083 ], [ 120.1871836, 30.2479641 ], [ 120.1882597, 30.2473981 ], [ 120.1883626, 30.2472582 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "清泰拼宽桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1885414, 30.2473882 ], [ 120.1883049, 30.2474595 ], [ 120.1871876, 30.2480273 ], [ 120.1868827, 30.2481502 ], [ 120.1864407, 30.2482387 ], [ 120.1858227, 30.2482684 ], [ 120.18487, 30.2483129 ], [ 120.1844534, 30.2483341 ], [ 120.1839827, 30.2483524 ], [ 120.1834967, 30.2483944 ], [ 120.1828643, 30.2485359 ], [ 120.1820633, 30.2487874 ], [ 120.1807845, 30.2491729 ], [ 120.1802952, 30.2493435 ], [ 120.1801236, 30.2494621 ], [ 120.1800549, 30.2496475 ], [ 120.1800807, 30.2497809 ], [ 120.1802609, 30.2500627 ], [ 120.1806434, 30.2506461 ], [ 120.1809117, 30.2510076 ], [ 120.1812961, 30.2515248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1797337, 30.2494453 ], [ 120.1796501, 30.2495042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748589, 30.249406 ], [ 120.1756946, 30.2494897 ], [ 120.17667, 30.2495937 ], [ 120.1775573, 30.249625 ], [ 120.1777016, 30.2496301 ], [ 120.1787038, 30.2495028 ], [ 120.1790996, 30.2493428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1796501, 30.2495042 ], [ 120.1791211, 30.2496422 ], [ 120.1787965, 30.2497269 ], [ 120.1785204, 30.2497717 ], [ 120.1777755, 30.2498515 ], [ 120.1774611, 30.2498494 ], [ 120.1771399, 30.2498473 ], [ 120.1762656, 30.2497543 ], [ 120.1756491, 30.249698 ], [ 120.1748959, 30.2495939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807653, 30.2509658 ], [ 120.1797337, 30.2494453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1797337, 30.2494453 ], [ 120.1807653, 30.2509658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596205, 30.2499695 ], [ 120.1596553, 30.2491949 ], [ 120.1596581, 30.2491324 ], [ 120.159701, 30.2484157 ], [ 120.1597032, 30.248334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562145, 30.2483487 ], [ 120.1562075, 30.2484154 ], [ 120.156068, 30.2497502 ], [ 120.1560312, 30.2501022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1558927, 30.2501012 ], [ 120.1559449, 30.249628 ], [ 120.1559575, 30.2495137 ], [ 120.1560524, 30.2488602 ], [ 120.1560885, 30.2484144 ], [ 120.156085, 30.2483501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617144, 30.2499122 ], [ 120.1617115, 30.2497902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597555, 30.2499652 ], [ 120.1606059, 30.2499162 ], [ 120.1610027, 30.2499112 ], [ 120.1615293, 30.2498805 ], [ 120.1617115, 30.2497902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596205, 30.2499695 ], [ 120.1597555, 30.2499652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1575699, 30.2500836 ], [ 120.1578251, 30.2500299 ], [ 120.1579214, 30.2500096 ], [ 120.1584121, 30.2499802 ], [ 120.1596205, 30.2499695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1560312, 30.2501022 ], [ 120.1575699, 30.2500836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1558927, 30.2501012 ], [ 120.1560312, 30.2501022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617296, 30.2508586 ], [ 120.1617144, 30.2499122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595619, 30.250893 ], [ 120.1596205, 30.2499695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597555, 30.2499652 ], [ 120.159684, 30.250909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳营路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1575699, 30.2500836 ], [ 120.1575546, 30.2508844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559883, 30.2508671 ], [ 120.1559389, 30.2506582 ], [ 120.155919, 30.2505744 ], [ 120.1558927, 30.2501012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1560312, 30.2501022 ], [ 120.1560509, 30.2505855 ], [ 120.1561179, 30.250868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "将军路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1561179, 30.250868 ], [ 120.1559883, 30.2508671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "将军路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1575546, 30.2508844 ], [ 120.1561179, 30.250868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "将军路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617296, 30.2508586 ], [ 120.1609782, 30.2508503 ], [ 120.1605813, 30.2508764 ], [ 120.159684, 30.250909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "将军路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595619, 30.250893 ], [ 120.1583716, 30.2508896 ], [ 120.158259, 30.2508893 ], [ 120.1575546, 30.2508844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "将军路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159684, 30.250909 ], [ 120.1595619, 30.250893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "吉庆山隧道", "双峰路", "九里松隧道", "灵溪南路", "灵溪隧道", "灵溪北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945667, 30.2618589 ], [ 120.0947153, 30.2614587 ], [ 120.0949653, 30.2609118 ], [ 120.095048, 30.2607244 ], [ 120.0951018, 30.2605014 ], [ 120.0951504, 30.2603018 ], [ 120.0952422, 30.260121 ], [ 120.0952861, 30.2600344 ], [ 120.0953974, 30.2598709 ], [ 120.0956151, 30.2596597 ], [ 120.0958479, 30.2594747 ], [ 120.0962914, 30.2591794 ], [ 120.1009908, 30.2557201 ], [ 120.1025626, 30.2541849 ], [ 120.103553, 30.2531158 ], [ 120.1048127, 30.2514512 ], [ 120.1058888, 30.2502352 ], [ 120.1070418, 30.2493617 ], [ 120.1082201, 30.2490426 ], [ 120.1084126, 30.2489461 ], [ 120.1086137, 30.2488605 ], [ 120.108819, 30.2487087 ], [ 120.1088818, 30.2486418 ], [ 120.1090057, 30.2485099 ], [ 120.109113, 30.2483738 ], [ 120.1091811, 30.2482638 ], [ 120.1092731, 30.2480527 ], [ 120.1097653, 30.2471276 ], [ 120.1105482, 30.2454833 ], [ 120.1107907, 30.2447398 ], [ 120.1108969, 30.2441847 ], [ 120.1109535, 30.2437914 ], [ 120.1110102, 30.2432828 ], [ 120.1110451, 30.242651 ], [ 120.1110728, 30.2420471 ], [ 120.1111002, 30.2418324 ], [ 120.1111277, 30.2416897 ], [ 120.111197, 30.2414394 ], [ 120.1113218, 30.2411566 ], [ 120.1114604, 30.2408371 ], [ 120.1116373, 30.2404944 ], [ 120.1118474, 30.2400826 ], [ 120.1125253, 30.2388952 ], [ 120.1130018, 30.2368703 ], [ 120.1129221, 30.2352894 ], [ 120.112784, 30.2347079 ], [ 120.112778, 30.2346828 ], [ 120.1126808, 30.2342737 ], [ 120.1126261, 30.2339644 ], [ 120.1126123, 30.2338128 ], [ 120.1126145, 30.2337846 ], [ 120.1126172, 30.2337378 ], [ 120.1126215, 30.2336721 ], [ 120.112648, 30.2335156 ], [ 120.1126832, 30.2333592 ], [ 120.1127317, 30.2332161 ], [ 120.1128066, 30.2330881 ], [ 120.1129594, 30.2328958 ], [ 120.1135735, 30.2323441 ], [ 120.1138294, 30.232157 ], [ 120.113914, 30.2320951 ], [ 120.1139577, 30.232063 ], [ 120.1141195, 30.2319447 ], [ 120.1147036, 30.2315431 ], [ 120.1151851, 30.2312215 ], [ 120.1155459, 30.230956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1003582, 30.2480661 ], [ 120.1006261, 30.2479356 ], [ 120.101068, 30.2477195 ], [ 120.1011309, 30.2476696 ], [ 120.1013842, 30.24747 ], [ 120.1024532, 30.2468013 ], [ 120.1025859, 30.2467292 ], [ 120.1027428, 30.2466438 ], [ 120.1030003, 30.246514 ], [ 120.1031667, 30.2463541 ], [ 120.1032921, 30.2461394 ], [ 120.1033519, 30.2460367 ], [ 120.1034405, 30.2458772 ], [ 120.1034628, 30.2458391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1034628, 30.2458391 ], [ 120.1034405, 30.2458772 ], [ 120.1033519, 30.2460367 ], [ 120.1032921, 30.2461394 ], [ 120.1031667, 30.2463541 ], [ 120.1030003, 30.246514 ], [ 120.1027428, 30.2466438 ], [ 120.1025859, 30.2467292 ], [ 120.1024532, 30.2468013 ], [ 120.1013842, 30.24747 ], [ 120.1011309, 30.2476696 ], [ 120.101068, 30.2477195 ], [ 120.1006261, 30.2479356 ], [ 120.1003582, 30.2480661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0977085, 30.2640011 ], [ 120.0986948, 30.2646876 ], [ 120.0989144, 30.2648755 ], [ 120.0991333, 30.2650966 ], [ 120.0995816, 30.265608 ], [ 120.0996418, 30.2656767 ], [ 120.1005351, 30.2667335 ], [ 120.1008919, 30.2671447 ], [ 120.1012623, 30.267414 ], [ 120.102015, 30.2677863 ], [ 120.1022383, 30.2678907 ], [ 120.1023638, 30.2680017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1023638, 30.2680017 ], [ 120.1019783, 30.2678364 ], [ 120.1012163, 30.2674495 ], [ 120.100845, 30.2671736 ], [ 120.1004825, 30.2667926 ], [ 120.1000768, 30.2663038 ], [ 120.0995816, 30.2657072 ], [ 120.0990615, 30.2651025 ], [ 120.0987769, 30.2648273 ], [ 120.0976951, 30.264083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018978, 30.2701413 ], [ 120.0993938, 30.2688831 ], [ 120.0981703, 30.2682603 ], [ 120.0972276, 30.2677903 ], [ 120.0971232, 30.267708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971433, 30.2674313 ], [ 120.0976717, 30.2676062 ], [ 120.098269, 30.267903 ], [ 120.0986236, 30.2681045 ], [ 120.1012321, 30.2693934 ], [ 120.1021492, 30.2697855 ], [ 120.1027816, 30.2700921 ], [ 120.1036795, 30.2705554 ], [ 120.1049054, 30.2711873 ], [ 120.1057838, 30.2716256 ], [ 120.1069886, 30.272289 ], [ 120.1078959, 30.2727444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1078049, 30.2729048 ], [ 120.1067288, 30.272366 ], [ 120.1063818, 30.2722093 ], [ 120.1052972, 30.2717673 ], [ 120.1049287, 30.2715906 ], [ 120.1035592, 30.2709839 ], [ 120.1025408, 30.2704867 ], [ 120.1018978, 30.2701413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1078049, 30.2729048 ], [ 120.1078959, 30.2727444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1078959, 30.2727444 ], [ 120.1079386, 30.2729707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杨公堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260576, 30.2540199 ], [ 120.1255352, 30.255077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1266778, 30.2545154 ], [ 120.1262427, 30.2547803 ], [ 120.1260129, 30.2549084 ], [ 120.1255352, 30.255077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北山街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255352, 30.255077 ], [ 120.1260129, 30.2549084 ], [ 120.1262427, 30.2547803 ], [ 120.1266778, 30.2545154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255352, 30.255077 ], [ 120.1252584, 30.2550818 ], [ 120.1250187, 30.2551043 ], [ 120.1247773, 30.2551067 ], [ 120.1241706, 30.2551724 ], [ 120.1238902, 30.2551564 ], [ 120.12367, 30.2551099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.12367, 30.2551099 ], [ 120.1238902, 30.2551564 ], [ 120.1241706, 30.2551724 ], [ 120.1247773, 30.2551067 ], [ 120.1250187, 30.2551043 ], [ 120.1252584, 30.2550818 ], [ 120.1255352, 30.255077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1256485, 30.2557974 ], [ 120.1255053, 30.2551937 ], [ 120.1255352, 30.255077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.12367, 30.2551099 ], [ 120.1233605, 30.2552107 ], [ 120.1232066, 30.2552608 ], [ 120.1228102, 30.2553079 ], [ 120.1227492, 30.2553152 ], [ 120.1223015, 30.2553649 ], [ 120.121882, 30.2554825 ], [ 120.1214254, 30.2556963 ], [ 120.1213571, 30.255735 ], [ 120.1208854, 30.2558898 ], [ 120.1202528, 30.2559959 ], [ 120.1200337, 30.2560327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉泉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1200337, 30.2560327 ], [ 120.1202528, 30.2559959 ], [ 120.1208854, 30.2558898 ], [ 120.1213571, 30.255735 ], [ 120.1214254, 30.2556963 ], [ 120.121882, 30.2554825 ], [ 120.1223015, 30.2553649 ], [ 120.1227492, 30.2553152 ], [ 120.1228102, 30.2553079 ], [ 120.1232066, 30.2552608 ], [ 120.1233605, 30.2552107 ], [ 120.12367, 30.2551099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "外东山弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240109, 30.2596866 ], [ 120.1243028, 30.2593399 ], [ 120.1245782, 30.259084 ], [ 120.1250509, 30.2585918 ], [ 120.1251728, 30.2583698 ], [ 120.1252815, 30.258077 ], [ 120.1253611, 30.2575335 ], [ 120.12529, 30.2570409 ], [ 120.1252367, 30.2567072 ], [ 120.1252881, 30.2563658 ], [ 120.1253275, 30.2562533 ], [ 120.125502, 30.2559527 ], [ 120.1256485, 30.2557974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1263315, 30.2598016 ], [ 120.1262254, 30.2595454 ], [ 120.1261661, 30.2594021 ], [ 120.1261121, 30.2591909 ], [ 120.1260878, 30.258971 ], [ 120.1262127, 30.2573595 ], [ 120.1262, 30.2571378 ], [ 120.1261427, 30.2569359 ], [ 120.1256485, 30.2557974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255352, 30.255077 ], [ 120.1256062, 30.2551704 ], [ 120.1256884, 30.2554438 ], [ 120.1257642, 30.2557706 ], [ 120.1257939, 30.2558454 ], [ 120.1261179, 30.2566619 ], [ 120.126183, 30.256826 ], [ 120.1262189, 30.2569164 ], [ 120.1262739, 30.2571263 ], [ 120.1262877, 30.2573679 ], [ 120.1262485, 30.2578236 ], [ 120.1262247, 30.2581012 ], [ 120.1262112, 30.2582581 ], [ 120.1261594, 30.2588605 ], [ 120.1261536, 30.2589276 ], [ 120.1261761, 30.259145 ], [ 120.1261797, 30.2592136 ], [ 120.1262372, 30.2593878 ], [ 120.1262731, 30.259468 ], [ 120.1263595, 30.2596612 ], [ 120.1264286, 30.2598157 ], [ 120.1264711, 30.2599106 ], [ 120.1264986, 30.260069 ], [ 120.1265032, 30.2602314 ], [ 120.1264879, 30.2607207 ], [ 120.1264695, 30.2613118 ], [ 120.1264582, 30.2616742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里东山弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240109, 30.2596866 ], [ 120.1253388, 30.2597595 ], [ 120.1263315, 30.2598016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1263067, 30.261735 ], [ 120.126417, 30.2602236 ], [ 120.1264169, 30.2600697 ], [ 120.1263885, 30.2599212 ], [ 120.1263315, 30.2598016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "外东山弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1238537, 30.2625261 ], [ 120.1237538, 30.2622619 ], [ 120.1237288, 30.262196 ], [ 120.1234958, 30.2615735 ], [ 120.1234452, 30.2614383 ], [ 120.1234398, 30.2610929 ], [ 120.1236139, 30.2605442 ], [ 120.1237659, 30.2601152 ], [ 120.1238346, 30.259995 ], [ 120.1239471, 30.2597982 ], [ 120.1240109, 30.2596866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浙大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1264582, 30.2616742 ], [ 120.1263067, 30.261735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浙大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1263067, 30.261735 ], [ 120.1264582, 30.2616742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浙大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1238537, 30.2625261 ], [ 120.1241724, 30.2624219 ], [ 120.1250906, 30.2621264 ], [ 120.1263067, 30.261735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浙大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1263067, 30.261735 ], [ 120.1250906, 30.2621264 ], [ 120.1241724, 30.2624219 ], [ 120.1238537, 30.2625261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浙大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1238537, 30.2625261 ], [ 120.1220633, 30.2631118 ], [ 120.1217785, 30.2632049 ], [ 120.121221, 30.2633873 ], [ 120.1211799, 30.2634214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浙大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1211799, 30.2634214 ], [ 120.121221, 30.2633873 ], [ 120.1217785, 30.2632049 ], [ 120.1220633, 30.2631118 ], [ 120.1238537, 30.2625261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1102419, 30.2462678 ], [ 120.1108794, 30.2464702 ], [ 120.1112066, 30.2466194 ], [ 120.11142, 30.2467167 ], [ 120.1130017, 30.247471 ], [ 120.113059, 30.2475018 ], [ 120.1139668, 30.2479898 ], [ 120.1143928, 30.2482189 ], [ 120.1145058, 30.2482796 ], [ 120.115192, 30.2486894 ], [ 120.1157394, 30.2490163 ], [ 120.1160314, 30.2491623 ], [ 120.1163057, 30.2492037 ], [ 120.116627, 30.2492522 ], [ 120.1166763, 30.2492596 ], [ 120.1173509, 30.2494042 ], [ 120.1177553, 30.2494892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1197159, 30.2538366 ], [ 120.1196076, 30.2537051 ], [ 120.119489, 30.2534525 ], [ 120.1194807, 30.2534248 ], [ 120.1193527, 30.2529962 ], [ 120.1191844, 30.2524328 ], [ 120.119085, 30.2520769 ], [ 120.1190342, 30.251895 ], [ 120.1187804, 30.2513694 ], [ 120.1187276, 30.2512601 ], [ 120.118638, 30.2509412 ], [ 120.118483, 30.25039 ], [ 120.1184566, 30.2502959 ], [ 120.1182932, 30.2500168 ], [ 120.1182631, 30.2499773 ], [ 120.118195, 30.2498879 ], [ 120.118099, 30.2497845 ], [ 120.1178801, 30.2495486 ], [ 120.1177553, 30.2494892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1177553, 30.2494892 ], [ 120.1178801, 30.2495486 ], [ 120.118099, 30.2497845 ], [ 120.118195, 30.2498879 ], [ 120.1182631, 30.2499773 ], [ 120.1182932, 30.2500168 ], [ 120.1184566, 30.2502959 ], [ 120.118483, 30.25039 ], [ 120.118638, 30.2509412 ], [ 120.1187276, 30.2512601 ], [ 120.1187804, 30.2513694 ], [ 120.1190342, 30.251895 ], [ 120.119085, 30.2520769 ], [ 120.1191844, 30.2524328 ], [ 120.1193527, 30.2529962 ], [ 120.1194807, 30.2534248 ], [ 120.119489, 30.2534525 ], [ 120.1196076, 30.2537051 ], [ 120.1197159, 30.2538366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.12367, 30.2551099 ], [ 120.1235003, 30.2550031 ], [ 120.1232641, 30.2548559 ], [ 120.1230824, 30.2546205 ], [ 120.1228335, 30.2543426 ], [ 120.1224174, 30.2540602 ], [ 120.1221362, 30.2539411 ], [ 120.1218295, 30.2539538 ], [ 120.1212578, 30.2540212 ], [ 120.1208287, 30.2540662 ], [ 120.1204654, 30.25403 ], [ 120.1200793, 30.2539916 ], [ 120.1198576, 30.2539298 ], [ 120.1197159, 30.2538366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵隐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1197159, 30.2538366 ], [ 120.1198576, 30.2539298 ], [ 120.1200793, 30.2539916 ], [ 120.1204654, 30.25403 ], [ 120.1208287, 30.2540662 ], [ 120.1212578, 30.2540212 ], [ 120.1218295, 30.2539538 ], [ 120.1221362, 30.2539411 ], [ 120.1224174, 30.2540602 ], [ 120.1228335, 30.2543426 ], [ 120.1230824, 30.2546205 ], [ 120.1232641, 30.2548559 ], [ 120.1235003, 30.2550031 ], [ 120.12367, 30.2551099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1200337, 30.2560327 ], [ 120.1200183, 30.2555985 ], [ 120.1200037, 30.2553466 ], [ 120.1199819, 30.2548486 ], [ 120.1199267, 30.2546385 ], [ 120.1197159, 30.2538366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1197159, 30.2538366 ], [ 120.1199267, 30.2546385 ], [ 120.1199819, 30.2548486 ], [ 120.1200037, 30.2553466 ], [ 120.1200183, 30.2555985 ], [ 120.1200337, 30.2560327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1200337, 30.2560327 ], [ 120.1198675, 30.2566972 ], [ 120.1198144, 30.2569095 ], [ 120.1197307, 30.2572867 ], [ 120.1196328, 30.2577276 ], [ 120.1195689, 30.2582314 ], [ 120.1195403, 30.2584571 ], [ 120.119547, 30.2589019 ], [ 120.1195502, 30.2591152 ], [ 120.1196208, 30.2594964 ], [ 120.1196365, 30.2595814 ], [ 120.1197316, 30.2597924 ], [ 120.119811, 30.2599686 ], [ 120.1198606, 30.2600822 ], [ 120.1203789, 30.261269 ], [ 120.1204034, 30.2613263 ], [ 120.1211394, 30.2632061 ], [ 120.1211799, 30.2634214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1211799, 30.2634214 ], [ 120.1211394, 30.2632061 ], [ 120.1204034, 30.2613263 ], [ 120.1203789, 30.261269 ], [ 120.1198606, 30.2600822 ], [ 120.119811, 30.2599686 ], [ 120.1197316, 30.2597924 ], [ 120.1196365, 30.2595814 ], [ 120.1196208, 30.2594964 ], [ 120.1195502, 30.2591152 ], [ 120.119547, 30.2589019 ], [ 120.1195403, 30.2584571 ], [ 120.1195689, 30.2582314 ], [ 120.1196328, 30.2577276 ], [ 120.1197307, 30.2572867 ], [ 120.1198144, 30.2569095 ], [ 120.1198675, 30.2566972 ], [ 120.1200337, 30.2560327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "钱塘快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0333236, 30.2422653 ], [ 120.0339084, 30.2422701 ], [ 120.0359564, 30.2425429 ], [ 120.0378154, 30.242758 ], [ 120.0382728, 30.2428171 ], [ 120.0388, 30.2428944 ], [ 120.0393687, 30.2430074 ], [ 120.0394806, 30.2430297 ], [ 120.0395934, 30.2430577 ], [ 120.0399683, 30.2431189 ], [ 120.0407611, 30.2432844 ], [ 120.041554, 30.2434214 ], [ 120.0427588, 30.2435994 ], [ 120.0436959, 30.2437368 ], [ 120.0450492, 30.2439383 ], [ 120.0455465, 30.2440595 ], [ 120.0458951, 30.2441644 ], [ 120.0464636, 30.2443526 ], [ 120.0468286, 30.2445405 ], [ 120.0471869, 30.2448521 ], [ 120.0474745, 30.245281 ], [ 120.0477434, 30.2457658 ], [ 120.0479446, 30.2462333 ], [ 120.0480695, 30.2466073 ], [ 120.0483309, 30.2474735 ], [ 120.0485823, 30.2483587 ], [ 120.048716, 30.2487515 ], [ 120.0490123, 30.2495616 ], [ 120.04933, 30.2502643 ], [ 120.0498511, 30.2511741 ], [ 120.0503712, 30.2518973 ], [ 120.051338, 30.2529606 ], [ 120.0522234, 30.2537036 ], [ 120.0530486, 30.2542587 ], [ 120.0536124, 30.2545916 ], [ 120.0544356, 30.2550018 ], [ 120.0608167, 30.2580079 ], [ 120.0627636, 30.2589294 ], [ 120.0641227, 30.2595633 ], [ 120.0646437, 30.2598041 ], [ 120.0660643, 30.2604746 ], [ 120.0668071, 30.260816 ], [ 120.0683457, 30.2615843 ], [ 120.0688305, 30.2618501 ], [ 120.0695908, 30.2622184 ], [ 120.0699947, 30.2623882 ], [ 120.0704406, 30.262566 ], [ 120.0711713, 30.2627941 ], [ 120.0727194, 30.2631748 ], [ 120.0731418, 30.2632544 ], [ 120.0736098, 30.2633163 ], [ 120.0740559, 30.2633656 ], [ 120.0745066, 30.2634113 ], [ 120.0749881, 30.2634772 ], [ 120.0766471, 30.263668 ], [ 120.0807091, 30.264117 ], [ 120.0812549, 30.2641943 ], [ 120.0826798, 30.2643506 ], [ 120.0846397, 30.2645817 ], [ 120.0863577, 30.2647692 ], [ 120.0873425, 30.2649247 ], [ 120.0893833, 30.2653592 ], [ 120.0908997, 30.2656667 ], [ 120.093545, 30.2662399 ], [ 120.094492, 30.2664444 ], [ 120.0954262, 30.2667137 ], [ 120.0964396, 30.2671411 ], [ 120.0973355, 30.2676058 ], [ 120.0983612, 30.2681182 ], [ 120.1007707, 30.2692999 ], [ 120.1015583, 30.2696842 ], [ 120.1024642, 30.2700874 ], [ 120.1050767, 30.2713782 ], [ 120.106948, 30.2723199 ], [ 120.1083802, 30.2730227 ], [ 120.1094027, 30.2734847 ], [ 120.1100796, 30.2737469 ], [ 120.1106198, 30.2739109 ], [ 120.1111061, 30.2740141 ], [ 120.1114996, 30.2740727 ], [ 120.1119411, 30.2741122 ], [ 120.1165015, 30.2743257 ], [ 120.1177522, 30.2743503 ], [ 120.118426, 30.274352 ], [ 120.1191654, 30.2742893 ], [ 120.1208489, 30.2741619 ], [ 120.1317401, 30.2733356 ], [ 120.136037, 30.2737108 ], [ 120.150025, 30.2749507 ], [ 120.1550298, 30.2753951 ], [ 120.1610151, 30.2759347 ], [ 120.1620243, 30.2760344 ], [ 120.1642391, 30.2761824 ], [ 120.1663342, 30.276333 ], [ 120.1685241, 30.2765747 ], [ 120.1710352, 30.2767733 ], [ 120.1718658, 30.2768348 ], [ 120.1758516, 30.2771676 ], [ 120.180714, 30.2776094 ], [ 120.1859025, 30.278074 ], [ 120.1875319, 30.2782491 ], [ 120.1886865, 30.2783528 ], [ 120.1895963, 30.2783733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "钱塘快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921956, 30.2787963 ], [ 120.1916726, 30.2786745 ], [ 120.191425, 30.2786478 ], [ 120.190477, 30.2785562 ], [ 120.1813865, 30.2777744 ], [ 120.1781304, 30.2774932 ], [ 120.1738584, 30.2770876 ], [ 120.1728305, 30.2770074 ], [ 120.1725147, 30.2769818 ], [ 120.1707506, 30.2768596 ], [ 120.1697504, 30.2767755 ], [ 120.1682245, 30.2766277 ], [ 120.1663257, 30.2764217 ], [ 120.1619944, 30.2761114 ], [ 120.1610736, 30.2760168 ], [ 120.155019, 30.2754874 ], [ 120.1500373, 30.2750625 ], [ 120.136037, 30.2738491 ], [ 120.1318231, 30.2735066 ], [ 120.1222155, 30.2741924 ], [ 120.1208393, 30.2743107 ], [ 120.1200022, 30.2743612 ], [ 120.1183042, 30.2744467 ], [ 120.1163601, 30.2744189 ], [ 120.1120509, 30.2742261 ], [ 120.1116102, 30.274189 ], [ 120.1110216, 30.2740967 ], [ 120.1105329, 30.2739906 ], [ 120.1101658, 30.2738895 ], [ 120.1096945, 30.2737203 ], [ 120.1094359, 30.2736083 ], [ 120.108708, 30.2732734 ], [ 120.105008, 30.2714855 ], [ 120.1018922, 30.2699787 ], [ 120.1006914, 30.2693749 ], [ 120.0983128, 30.2682206 ], [ 120.0973218, 30.2676735 ], [ 120.0964821, 30.2672679 ], [ 120.0958161, 30.2669719 ], [ 120.0953659, 30.2667856 ], [ 120.0944934, 30.2665142 ], [ 120.0935681, 30.2663275 ], [ 120.0917827, 30.2659485 ], [ 120.089532, 30.2654816 ], [ 120.0872854, 30.2650101 ], [ 120.0862657, 30.2648524 ], [ 120.0846189, 30.2646741 ], [ 120.082665, 30.2644449 ], [ 120.0815015, 30.2643175 ], [ 120.0806998, 30.2642428 ], [ 120.076632, 30.263789 ], [ 120.0754669, 30.2636386 ], [ 120.0749023, 30.2635682 ], [ 120.0743177, 30.2635064 ], [ 120.0734735, 30.2634031 ], [ 120.0730962, 30.2633459 ], [ 120.0726889, 30.2632701 ], [ 120.0711384, 30.2628827 ], [ 120.0706537, 30.262758 ], [ 120.0703162, 30.2626373 ], [ 120.0700126, 30.2625146 ], [ 120.0697487, 30.2624019 ], [ 120.0693779, 30.2622313 ], [ 120.0688285, 30.2619486 ], [ 120.068432, 30.2617727 ], [ 120.0659768, 30.2605787 ], [ 120.0645305, 30.2598842 ], [ 120.0640427, 30.2596591 ], [ 120.0626934, 30.2590007 ], [ 120.0607566, 30.2580907 ], [ 120.0543872, 30.2550718 ], [ 120.0534521, 30.2546032 ], [ 120.0529456, 30.2543032 ], [ 120.0521143, 30.2537252 ], [ 120.0512644, 30.2529997 ], [ 120.0503016, 30.251914 ], [ 120.0497678, 30.2512044 ], [ 120.0492824, 30.2503835 ], [ 120.0489367, 30.2496166 ], [ 120.0486706, 30.2488332 ], [ 120.048252, 30.2474366 ], [ 120.0480054, 30.2466333 ], [ 120.0479411, 30.246419 ], [ 120.0478318, 30.2461537 ], [ 120.0476949, 30.2458797 ], [ 120.0472991, 30.2453874 ], [ 120.0471138, 30.2451571 ], [ 120.0469184, 30.2449689 ], [ 120.0467481, 30.2448457 ], [ 120.0464955, 30.2447149 ], [ 120.0461603, 30.2445682 ], [ 120.0457752, 30.244454 ], [ 120.0449688, 30.2443065 ], [ 120.0430481, 30.244019 ], [ 120.0418793, 30.2438485 ], [ 120.0412509, 30.2437484 ], [ 120.0406479, 30.243665 ], [ 120.0401603, 30.2436162 ], [ 120.0397848, 30.2436195 ], [ 120.0395305, 30.2436572 ], [ 120.0392817, 30.243725 ], [ 120.0391226, 30.2437662 ], [ 120.0387289, 30.2438379 ], [ 120.0384516, 30.2438447 ], [ 120.0381784, 30.2438283 ], [ 120.0379987, 30.2437981 ], [ 120.0378037, 30.2437394 ], [ 120.0375645, 30.2436537 ], [ 120.0372701, 30.2435288 ], [ 120.0365201, 30.2431684 ], [ 120.0358314, 30.2429628 ], [ 120.0347641, 30.2428014 ], [ 120.0335474, 30.2426314 ], [ 120.0331799, 30.2425864 ], [ 120.0320354, 30.2424462 ], [ 120.0317249, 30.2423619 ], [ 120.0312127, 30.2422229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1183012, 30.2727656 ], [ 120.1177947, 30.2730074 ], [ 120.1174248, 30.2731875 ], [ 120.1172502, 30.2732599 ], [ 120.1170243, 30.2733626 ], [ 120.1167134, 30.2734626 ], [ 120.116457, 30.2735298 ], [ 120.1163111, 30.2735635 ], [ 120.1162139, 30.2735859 ], [ 120.1159501, 30.2736345 ], [ 120.1155793, 30.2736889 ], [ 120.1152884, 30.2737282 ], [ 120.1148348, 30.2737734 ], [ 120.1145804, 30.2737971 ], [ 120.113958, 30.2738161 ], [ 120.1132974, 30.2738278 ], [ 120.1131096, 30.2738135 ], [ 120.1129193, 30.2737823 ], [ 120.1126818, 30.2737415 ], [ 120.1123465, 30.2736698 ], [ 120.1121737, 30.273609 ], [ 120.1119587, 30.2735211 ], [ 120.1117977, 30.2734413 ], [ 120.1116895, 30.2733771 ], [ 120.1115339, 30.2732639 ], [ 120.1113881, 30.2731529 ], [ 120.1112589, 30.2730467 ], [ 120.1105808, 30.2724384 ], [ 120.1103882, 30.2722825 ], [ 120.1101432, 30.2721197 ], [ 120.1099226, 30.2719698 ], [ 120.1097584, 30.2718787 ], [ 120.1095281, 30.271756 ], [ 120.1092829, 30.2716486 ], [ 120.1085947, 30.2712998 ], [ 120.1081829, 30.2711068 ], [ 120.1079048, 30.2709818 ], [ 120.1074883, 30.2708091 ], [ 120.106966, 30.2706552 ], [ 120.1066421, 30.2705505 ], [ 120.1064444, 30.2704723 ], [ 120.1063439, 30.2704326 ], [ 120.1061165, 30.2703335 ], [ 120.1058745, 30.2702092 ], [ 120.1051224, 30.269785 ], [ 120.1040289, 30.269191 ], [ 120.103757, 30.269045 ], [ 120.1035525, 30.2689064 ], [ 120.1032953, 30.2687123 ], [ 120.1030358, 30.2685169 ], [ 120.1028171, 30.2683532 ], [ 120.1025541, 30.2681374 ], [ 120.1023638, 30.2680017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1023638, 30.2680017 ], [ 120.1025541, 30.2681374 ], [ 120.1028171, 30.2683532 ], [ 120.1030358, 30.2685169 ], [ 120.1032953, 30.2687123 ], [ 120.1035525, 30.2689064 ], [ 120.103757, 30.269045 ], [ 120.1040289, 30.269191 ], [ 120.1051224, 30.269785 ], [ 120.1058745, 30.2702092 ], [ 120.1061165, 30.2703335 ], [ 120.1063439, 30.2704326 ], [ 120.1064444, 30.2704723 ], [ 120.1066421, 30.2705505 ], [ 120.106966, 30.2706552 ], [ 120.1074883, 30.2708091 ], [ 120.1079048, 30.2709818 ], [ 120.1081829, 30.2711068 ], [ 120.1085947, 30.2712998 ], [ 120.1092829, 30.2716486 ], [ 120.1095281, 30.271756 ], [ 120.1097584, 30.2718787 ], [ 120.1099226, 30.2719698 ], [ 120.1101432, 30.2721197 ], [ 120.1103882, 30.2722825 ], [ 120.1105808, 30.2724384 ], [ 120.1112589, 30.2730467 ], [ 120.1113881, 30.2731529 ], [ 120.1115339, 30.2732639 ], [ 120.1116895, 30.2733771 ], [ 120.1117977, 30.2734413 ], [ 120.1119587, 30.2735211 ], [ 120.1121737, 30.273609 ], [ 120.1123465, 30.2736698 ], [ 120.1126818, 30.2737415 ], [ 120.1129193, 30.2737823 ], [ 120.1131096, 30.2738135 ], [ 120.1132974, 30.2738278 ], [ 120.113958, 30.2738161 ], [ 120.1145804, 30.2737971 ], [ 120.1148348, 30.2737734 ], [ 120.1152884, 30.2737282 ], [ 120.1155793, 30.2736889 ], [ 120.1159501, 30.2736345 ], [ 120.1162139, 30.2735859 ], [ 120.1163111, 30.2735635 ], [ 120.116457, 30.2735298 ], [ 120.1167134, 30.2734626 ], [ 120.1170243, 30.2733626 ], [ 120.1172502, 30.2732599 ], [ 120.1174248, 30.2731875 ], [ 120.1177947, 30.2730074 ], [ 120.1183012, 30.2727656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1183012, 30.2727656 ], [ 120.1188945, 30.2724487 ], [ 120.119344, 30.2722024 ], [ 120.1198214, 30.2719621 ], [ 120.1200588, 30.2718441 ], [ 120.1205741, 30.2715912 ], [ 120.1209815, 30.2713776 ], [ 120.1220254, 30.2708435 ], [ 120.1224282, 30.2706478 ], [ 120.1225726, 30.2705952 ], [ 120.1227826, 30.270515 ], [ 120.1230042, 30.2704371 ], [ 120.1231726, 30.2704028 ], [ 120.1232466, 30.2703913 ], [ 120.1233346, 30.2703776 ], [ 120.1235214, 30.2703618 ], [ 120.1238095, 30.2703546 ], [ 120.1240666, 30.2703685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240666, 30.2703685 ], [ 120.1238095, 30.2703546 ], [ 120.1235214, 30.2703618 ], [ 120.1233346, 30.2703776 ], [ 120.1232466, 30.2703913 ], [ 120.1231726, 30.2704028 ], [ 120.1230042, 30.2704371 ], [ 120.1227826, 30.270515 ], [ 120.1225726, 30.2705952 ], [ 120.1224282, 30.2706478 ], [ 120.1220254, 30.2708435 ], [ 120.1209815, 30.2713776 ], [ 120.1205741, 30.2715912 ], [ 120.1200588, 30.2718441 ], [ 120.1198214, 30.2719621 ], [ 120.119344, 30.2722024 ], [ 120.1188945, 30.2724487 ], [ 120.1183012, 30.2727656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1183012, 30.2727656 ], [ 120.1183677, 30.272849 ], [ 120.1186232, 30.273214 ], [ 120.1186682, 30.2732644 ], [ 120.1187416, 30.2733587 ], [ 120.1187971, 30.2734323 ], [ 120.1193599, 30.2741977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1193599, 30.2741977 ], [ 120.1187971, 30.2734323 ], [ 120.1187416, 30.2733587 ], [ 120.1186682, 30.2732644 ], [ 120.1186232, 30.273214 ], [ 120.1183677, 30.272849 ], [ 120.1183012, 30.2727656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1078959, 30.2727444 ], [ 120.1089186, 30.273244 ], [ 120.1096134, 30.2735868 ], [ 120.1102114, 30.2738056 ], [ 120.1108066, 30.2739646 ], [ 120.1113377, 30.2740643 ], [ 120.1117128, 30.2741022 ], [ 120.1119154, 30.2741207 ], [ 120.1122224, 30.274133 ], [ 120.1128074, 30.2741711 ], [ 120.1140811, 30.2742314 ], [ 120.1148152, 30.2742618 ], [ 120.1151813, 30.274249 ], [ 120.1153682, 30.2742559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1123766, 30.2742895 ], [ 120.1119131, 30.2742644 ], [ 120.1116922, 30.2742434 ], [ 120.1109927, 30.2741555 ], [ 120.1103142, 30.2739966 ], [ 120.1099459, 30.2738819 ], [ 120.1096029, 30.2737519 ], [ 120.1087912, 30.2733698 ], [ 120.1079386, 30.2729707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155417, 30.2742582 ], [ 120.1157261, 30.2741416 ], [ 120.1159499, 30.2741442 ], [ 120.1161735, 30.2741399 ], [ 120.1163882, 30.274147 ], [ 120.1170318, 30.2741604 ], [ 120.1175496, 30.2741576 ], [ 120.1178726, 30.2741576 ], [ 120.1180269, 30.2741888 ], [ 120.1182753, 30.2742181 ], [ 120.1186301, 30.2742357 ], [ 120.1189876, 30.2742259 ], [ 120.1193599, 30.2741977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路 Xixi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945667, 30.2618589 ], [ 120.0947117, 30.2619355 ], [ 120.0954506, 30.2623957 ], [ 120.0957683, 30.2626217 ], [ 120.0976183, 30.2639343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945373, 30.2619786 ], [ 120.0944903, 30.2621932 ], [ 120.0942744, 30.2630188 ], [ 120.094191, 30.2632645 ], [ 120.0940655, 30.2634844 ], [ 120.0939049, 30.2636688 ], [ 120.0937507, 30.2638501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937507, 30.2638501 ], [ 120.0939049, 30.2636688 ], [ 120.0940655, 30.2634844 ], [ 120.094191, 30.2632645 ], [ 120.0942744, 30.2630188 ], [ 120.0944903, 30.2621932 ], [ 120.0945373, 30.2619786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0875183, 30.2624545 ], [ 120.0907867, 30.2632053 ], [ 120.0919944, 30.2634652 ], [ 120.0921877, 30.2635068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0921877, 30.2635068 ], [ 120.0919944, 30.2634652 ], [ 120.0907867, 30.2632053 ], [ 120.0875183, 30.2624545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0976023, 30.2640148 ], [ 120.0953168, 30.2624306 ], [ 120.0949851, 30.262229 ], [ 120.0945373, 30.2619786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0875183, 30.2624545 ], [ 120.0874142, 30.2627513 ], [ 120.0873167, 30.2630291 ], [ 120.0871973, 30.2634448 ], [ 120.0871514, 30.2636046 ], [ 120.0870392, 30.2640688 ], [ 120.0869045, 30.264688 ], [ 120.0868847, 30.2647791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0921877, 30.2635068 ], [ 120.0923798, 30.263549 ], [ 120.0937507, 30.2638501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明谷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937507, 30.2638501 ], [ 120.0923798, 30.263549 ], [ 120.0921877, 30.2635068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路 Xixi Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0976183, 30.2639343 ], [ 120.0977085, 30.2640011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1264582, 30.2616742 ], [ 120.1265061, 30.2618663 ], [ 120.1274122, 30.2631543 ], [ 120.1275683, 30.2633565 ], [ 120.127658, 30.2634727 ], [ 120.1278144, 30.2636754 ], [ 120.1279621, 30.2638668 ], [ 120.1281668, 30.2641154 ], [ 120.1286656, 30.264814 ], [ 120.1290734, 30.2653261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289575, 30.2653716 ], [ 120.1286509, 30.2650101 ], [ 120.1285699, 30.2649006 ], [ 120.1274669, 30.2634096 ], [ 120.1272508, 30.2631175 ], [ 120.1263648, 30.2619198 ], [ 120.1263067, 30.261735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "求是路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290734, 30.2653261 ], [ 120.1289575, 30.2653716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "求是路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289575, 30.2653716 ], [ 120.1290734, 30.2653261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1227955, 30.2674529 ], [ 120.122176, 30.2660402 ], [ 120.1218419, 30.2652209 ], [ 120.121384, 30.2641062 ], [ 120.121203, 30.2636657 ], [ 120.1211799, 30.2634214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1211799, 30.2634214 ], [ 120.121203, 30.2636657 ], [ 120.121384, 30.2641062 ], [ 120.1218419, 30.2652209 ], [ 120.122176, 30.2660402 ], [ 120.1227955, 30.2674529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "求是路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271465, 30.2660394 ], [ 120.1287749, 30.2654654 ], [ 120.1289575, 30.2653716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "求是路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289575, 30.2653716 ], [ 120.1287749, 30.2654654 ], [ 120.1271465, 30.2660394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290734, 30.2653261 ], [ 120.1292085, 30.2653878 ], [ 120.1300848, 30.2657022 ], [ 120.1309343, 30.266007 ], [ 120.1315001, 30.266239 ], [ 120.1317399, 30.2663329 ], [ 120.1324292, 30.2665764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1323294, 30.2666532 ], [ 120.1319424, 30.2665041 ], [ 120.1308616, 30.2660802 ], [ 120.1303229, 30.2658728 ], [ 120.1291644, 30.2654848 ], [ 120.1290006, 30.2653972 ], [ 120.1289575, 30.2653716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0976023, 30.2640148 ], [ 120.0976183, 30.2639343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0977085, 30.2640011 ], [ 120.0976951, 30.264083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0976951, 30.264083 ], [ 120.0976023, 30.2640148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937507, 30.2638501 ], [ 120.0936581, 30.2639695 ], [ 120.0935718, 30.2641104 ], [ 120.0934828, 30.2642985 ], [ 120.0934471, 30.2644525 ], [ 120.0934189, 30.2646851 ], [ 120.0934033, 30.2650869 ], [ 120.0933796, 30.2653244 ], [ 120.0932967, 30.2655566 ], [ 120.0931911, 30.2657395 ], [ 120.0929748, 30.266041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灵溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0929748, 30.266041 ], [ 120.0931911, 30.2657395 ], [ 120.0932967, 30.2655566 ], [ 120.0933796, 30.2653244 ], [ 120.0934033, 30.2650869 ], [ 120.0934189, 30.2646851 ], [ 120.0934471, 30.2644525 ], [ 120.0934828, 30.2642985 ], [ 120.0935718, 30.2641104 ], [ 120.0936581, 30.2639695 ], [ 120.0937507, 30.2638501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0868847, 30.2647791 ], [ 120.0876732, 30.2649742 ], [ 120.0884736, 30.2651461 ], [ 120.0888241, 30.2652214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0946711, 30.2663674 ], [ 120.0952119, 30.2644877 ], [ 120.09524, 30.2644062 ], [ 120.0952489, 30.2643235 ], [ 120.095217, 30.2642453 ], [ 120.0951558, 30.2641913 ], [ 120.095048, 30.2641484 ], [ 120.0937507, 30.2638501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937507, 30.2638501 ], [ 120.095048, 30.2641484 ], [ 120.0951558, 30.2641913 ], [ 120.095217, 30.2642453 ], [ 120.0952489, 30.2643235 ], [ 120.09524, 30.2644062 ], [ 120.0952119, 30.2644877 ], [ 120.0946711, 30.2663674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888241, 30.2652214 ], [ 120.089381, 30.2652191 ], [ 120.0897983, 30.2652602 ], [ 120.0901872, 30.2653216 ], [ 120.0914667, 30.2655887 ], [ 120.091956, 30.2657456 ], [ 120.0925972, 30.265947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888241, 30.2652214 ], [ 120.0900044, 30.2654534 ], [ 120.0910338, 30.2656276 ], [ 120.091699, 30.265784 ], [ 120.0925972, 30.265947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0928757, 30.2662053 ], [ 120.0914028, 30.2658996 ], [ 120.0897844, 30.2655752 ], [ 120.0888204, 30.2654118 ], [ 120.0881812, 30.2652837 ], [ 120.086837, 30.2650375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0969974, 30.2674032 ], [ 120.0970142, 30.2673343 ], [ 120.0976023, 30.2640148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0976951, 30.264083 ], [ 120.0971433, 30.2674313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0925972, 30.265947 ], [ 120.0929748, 30.266041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0929748, 30.266041 ], [ 120.0928757, 30.2662053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0928757, 30.2662053 ], [ 120.0929748, 30.266041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0929748, 30.266041 ], [ 120.0931899, 30.266131 ], [ 120.0944307, 30.266381 ], [ 120.0953392, 30.2666551 ], [ 120.0959955, 30.2669263 ], [ 120.096499, 30.2671607 ], [ 120.0969974, 30.2674032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0969952, 30.2675821 ], [ 120.0961957, 30.2671785 ], [ 120.0958364, 30.2670139 ], [ 120.0955128, 30.266886 ], [ 120.0954079, 30.2668445 ], [ 120.0948399, 30.2666526 ], [ 120.0944966, 30.2665605 ], [ 120.0938623, 30.2664219 ], [ 120.0928757, 30.2662053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0969974, 30.2674032 ], [ 120.0971433, 30.2674313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0969952, 30.2675821 ], [ 120.0969974, 30.2674032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "求是路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271465, 30.2660394 ], [ 120.1257386, 30.2664814 ], [ 120.125621, 30.2665174 ], [ 120.1241032, 30.2670199 ], [ 120.1239789, 30.2670611 ], [ 120.1227955, 30.2674529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "求是路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1227955, 30.2674529 ], [ 120.1239789, 30.2670611 ], [ 120.1241032, 30.2670199 ], [ 120.125621, 30.2665174 ], [ 120.1257386, 30.2664814 ], [ 120.1271465, 30.2660394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1272169, 30.2678541 ], [ 120.1272187, 30.2675901 ], [ 120.1272369, 30.266742 ], [ 120.1272418, 30.2663641 ], [ 120.1272514, 30.266202 ], [ 120.1271465, 30.2660394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271465, 30.2660394 ], [ 120.1272514, 30.266202 ], [ 120.1272418, 30.2663641 ], [ 120.1272369, 30.266742 ], [ 120.1272187, 30.2675901 ], [ 120.1272169, 30.2678541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289068, 30.2698511 ], [ 120.1292471, 30.2698106 ], [ 120.1295054, 30.2697324 ], [ 120.1296949, 30.2696603 ], [ 120.1298399, 30.2695919 ], [ 120.1300216, 30.2694657 ], [ 120.1301653, 30.2693506 ], [ 120.1303025, 30.2692179 ], [ 120.1303652, 30.2691393 ], [ 120.1303943, 30.2690922 ], [ 120.1304846, 30.2689046 ], [ 120.1305454, 30.26876 ], [ 120.1305925, 30.2685851 ], [ 120.1306237, 30.2683866 ], [ 120.1306051, 30.2681207 ], [ 120.130527, 30.2678472 ], [ 120.1304283, 30.267648 ], [ 120.1302659, 30.2674367 ], [ 120.1300587, 30.2672247 ], [ 120.1298668, 30.2670799 ], [ 120.1297012, 30.2669926 ], [ 120.1292484, 30.2668616 ], [ 120.1289477, 30.2668263 ], [ 120.128574, 30.2668383 ], [ 120.1282055, 30.2669237 ], [ 120.1279974, 30.2670289 ], [ 120.1279247, 30.2670826 ], [ 120.1276883, 30.2672271 ], [ 120.1274133, 30.2674732 ], [ 120.1272169, 30.2678541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1272169, 30.2678541 ], [ 120.1274133, 30.2674732 ], [ 120.1276883, 30.2672271 ], [ 120.1279247, 30.2670826 ], [ 120.1279974, 30.2670289 ], [ 120.1282055, 30.2669237 ], [ 120.128574, 30.2668383 ], [ 120.1289477, 30.2668263 ], [ 120.1292484, 30.2668616 ], [ 120.1297012, 30.2669926 ], [ 120.1298668, 30.2670799 ], [ 120.1300587, 30.2672247 ], [ 120.1302659, 30.2674367 ], [ 120.1304283, 30.267648 ], [ 120.130527, 30.2678472 ], [ 120.1306051, 30.2681207 ], [ 120.1306237, 30.2683866 ], [ 120.1305925, 30.2685851 ], [ 120.1305454, 30.26876 ], [ 120.1304846, 30.2689046 ], [ 120.1303943, 30.2690922 ], [ 120.1303652, 30.2691393 ], [ 120.1303025, 30.2692179 ], [ 120.1301653, 30.2693506 ], [ 120.1300216, 30.2694657 ], [ 120.1298399, 30.2695919 ], [ 120.1296949, 30.2696603 ], [ 120.1295054, 30.2697324 ], [ 120.1292471, 30.2698106 ], [ 120.1289068, 30.2698511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1272169, 30.2678541 ], [ 120.1271751, 30.2680773 ], [ 120.1271533, 30.2683128 ], [ 120.1271422, 30.2684327 ], [ 120.1271738, 30.2686664 ], [ 120.1273035, 30.2690156 ], [ 120.1274365, 30.2692194 ], [ 120.1276395, 30.2694091 ], [ 120.1278148, 30.2695459 ], [ 120.1279335, 30.2696077 ], [ 120.1282185, 30.269725 ], [ 120.1285077, 30.2698161 ], [ 120.1289068, 30.2698511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289068, 30.2698511 ], [ 120.1285077, 30.2698161 ], [ 120.1282185, 30.269725 ], [ 120.1279335, 30.2696077 ], [ 120.1278148, 30.2695459 ], [ 120.1276395, 30.2694091 ], [ 120.1274365, 30.2692194 ], [ 120.1273035, 30.2690156 ], [ 120.1271738, 30.2686664 ], [ 120.1271422, 30.2684327 ], [ 120.1271533, 30.2683128 ], [ 120.1271751, 30.2680773 ], [ 120.1272169, 30.2678541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1227955, 30.2674529 ], [ 120.1232895, 30.2685602 ], [ 120.1233833, 30.2687729 ], [ 120.123532, 30.2691102 ], [ 120.1239801, 30.2701263 ], [ 120.1240666, 30.2703685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240666, 30.2703685 ], [ 120.1239801, 30.2701263 ], [ 120.123532, 30.2691102 ], [ 120.1233833, 30.2687729 ], [ 120.1232895, 30.2685602 ], [ 120.1227955, 30.2674529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1746931, 30.2495865 ], [ 120.1743689, 30.2495852 ], [ 120.1739736, 30.2496211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736434, 30.2496388 ], [ 120.1739736, 30.2496211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739736, 30.2496211 ], [ 120.1736434, 30.2496388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748959, 30.2495939 ], [ 120.1749402, 30.2500806 ], [ 120.1750227, 30.2505924 ], [ 120.1751473, 30.2513145 ], [ 120.175164, 30.2514111 ], [ 120.1752203, 30.2516533 ], [ 120.1753611, 30.2525281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175191, 30.2525436 ], [ 120.1749815, 30.2515211 ], [ 120.1749043, 30.2510661 ], [ 120.1748308, 30.2506334 ], [ 120.1746931, 30.2495865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路 Jiefang Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1753611, 30.2525281 ], [ 120.177149, 30.2522535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1770935, 30.2524072 ], [ 120.1766833, 30.2524696 ], [ 120.1762664, 30.2525269 ], [ 120.1753915, 30.2526471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路 Jiefang Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.175191, 30.2525436 ], [ 120.1753611, 30.2525281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1753611, 30.2525281 ], [ 120.1753915, 30.2526471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1752089, 30.2526701 ], [ 120.175191, 30.2525436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674533, 30.2493988 ], [ 120.1676583, 30.2493927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "清泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676583, 30.2493927 ], [ 120.1674533, 30.2493988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618419, 30.2497856 ], [ 120.162878, 30.2497601 ], [ 120.1631059, 30.2497545 ], [ 120.1642853, 30.2497596 ], [ 120.1648338, 30.2497589 ], [ 120.1654652, 30.2497614 ], [ 120.1659182, 30.2497577 ], [ 120.1662737, 30.249613 ], [ 120.1663386, 30.2495827 ], [ 120.1665787, 30.2494709 ], [ 120.1667815, 30.2493838 ], [ 120.1669844, 30.2493333 ], [ 120.1672208, 30.2492978 ], [ 120.167462, 30.2492802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674533, 30.2493988 ], [ 120.1671927, 30.2494115 ], [ 120.1669679, 30.2494381 ], [ 120.1667351, 30.2495054 ], [ 120.1666261, 30.2495462 ], [ 120.1665182, 30.2495865 ], [ 120.1659126, 30.2498399 ], [ 120.1648259, 30.2498316 ], [ 120.1639977, 30.2498312 ], [ 120.1634474, 30.249861 ], [ 120.1632076, 30.249874 ], [ 120.1624244, 30.2498958 ], [ 120.1618391, 30.2499108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617115, 30.2497902 ], [ 120.1618419, 30.2497856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618419, 30.2497856 ], [ 120.1618391, 30.2499108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618391, 30.2499108 ], [ 120.1617144, 30.2499122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671687, 30.2529823 ], [ 120.1672297, 30.2523319 ], [ 120.1672575, 30.2517758 ], [ 120.1672702, 30.2516531 ], [ 120.167351, 30.2508718 ], [ 120.1673873, 30.2503785 ], [ 120.1674533, 30.2493988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1676583, 30.2493927 ], [ 120.1676112, 30.2498801 ], [ 120.167578, 30.2504054 ], [ 120.1675398, 30.2509702 ], [ 120.1674701, 30.252002 ], [ 120.1674057, 30.252991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618391, 30.2499108 ], [ 120.1618376, 30.2503005 ], [ 120.1618333, 30.2506824 ], [ 120.1618313, 30.2508647 ], [ 120.1618454, 30.2512625 ], [ 120.161855, 30.251535 ], [ 120.161847, 30.2527393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1561326, 30.2510506 ], [ 120.1560241, 30.2509215 ], [ 120.1559883, 30.2508671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1561179, 30.250868 ], [ 120.1562127, 30.2509927 ], [ 120.1567375, 30.2516084 ], [ 120.1569896, 30.2519001 ], [ 120.157498, 30.2522165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳营路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1575546, 30.2508844 ], [ 120.1574987, 30.2520534 ], [ 120.157498, 30.2522165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595042, 30.252625 ], [ 120.1595222, 30.2519567 ], [ 120.1595356, 30.2514605 ], [ 120.1595619, 30.250893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159684, 30.250909 ], [ 120.1596628, 30.251472 ], [ 120.1596271, 30.2526525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617629, 30.2527348 ], [ 120.1617554, 30.2518711 ], [ 120.1617524, 30.251532 ], [ 120.1617296, 30.2508586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595221, 30.252739 ], [ 120.1594587, 30.2526977 ], [ 120.1594442, 30.2526883 ], [ 120.1593406, 30.252673 ], [ 120.159013, 30.2526481 ], [ 120.1585447, 30.2526787 ], [ 120.1583938, 30.2527187 ], [ 120.1583387, 30.2527315 ], [ 120.1581678, 30.2527712 ], [ 120.1581501, 30.2527567 ], [ 120.1579881, 30.2526242 ], [ 120.1578234, 30.2525284 ], [ 120.1574602, 30.252317 ], [ 120.1569077, 30.251981 ], [ 120.1567101, 30.2517533 ], [ 120.1566479, 30.2516817 ], [ 120.1561326, 30.2510506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "解放路", "南山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157498, 30.2522165 ], [ 120.1575684, 30.2522546 ], [ 120.1578328, 30.2523889 ], [ 120.158105, 30.2525452 ], [ 120.1582983, 30.2525863 ], [ 120.1584554, 30.2526055 ], [ 120.1585781, 30.2526091 ], [ 120.1593194, 30.2526204 ], [ 120.1594603, 30.2526239 ], [ 120.1595042, 30.252625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595042, 30.252625 ], [ 120.1596271, 30.2526525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595221, 30.252739 ], [ 120.1595042, 30.252625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596271, 30.2526525 ], [ 120.1596576, 30.2526527 ], [ 120.160531, 30.2526581 ], [ 120.1609727, 30.2526856 ], [ 120.1617629, 30.2527348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596271, 30.2526525 ], [ 120.1596244, 30.2527394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596244, 30.2527394 ], [ 120.1595221, 30.252739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617629, 30.2527348 ], [ 120.1617569, 30.2528096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617569, 30.2528096 ], [ 120.1617629, 30.2527348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617569, 30.2528096 ], [ 120.1605511, 30.252753 ], [ 120.1596531, 30.2527398 ], [ 120.1596244, 30.2527394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594586, 30.2539656 ], [ 120.1595221, 30.252739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596244, 30.2527394 ], [ 120.1595674, 30.2539838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617569, 30.2528096 ], [ 120.1617486, 30.2540197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617486, 30.2540197 ], [ 120.1617569, 30.2528096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617629, 30.2527348 ], [ 120.161847, 30.2527393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.161847, 30.2527393 ], [ 120.1618403, 30.2528176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1618403, 30.2528176 ], [ 120.1617569, 30.2528096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.161847, 30.2527393 ], [ 120.1625113, 30.2527432 ], [ 120.1637745, 30.2527808 ], [ 120.164879, 30.2528582 ], [ 120.1657671, 30.2529204 ], [ 120.1663187, 30.2529496 ], [ 120.1669338, 30.2529821 ], [ 120.1671687, 30.2529823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671513, 30.2530894 ], [ 120.1669332, 30.2530573 ], [ 120.1663154, 30.2530247 ], [ 120.1657667, 30.2529958 ], [ 120.1649742, 30.2529394 ], [ 120.1645439, 30.2529087 ], [ 120.1642463, 30.2528873 ], [ 120.1637773, 30.2528536 ], [ 120.1618403, 30.2528176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671687, 30.2529823 ], [ 120.1674057, 30.252991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671513, 30.2530894 ], [ 120.1671687, 30.2529823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674057, 30.252991 ], [ 120.1673989, 30.253096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673989, 30.253096 ], [ 120.1671513, 30.2530894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮电路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617486, 30.2540197 ], [ 120.1618176, 30.2540245 ], [ 120.1631745, 30.2541245 ], [ 120.1637317, 30.2541655 ], [ 120.1656301, 30.2542095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮电路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1656301, 30.2542095 ], [ 120.1637317, 30.2541655 ], [ 120.1631745, 30.2541245 ], [ 120.1618176, 30.2540245 ], [ 120.1617486, 30.2540197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673989, 30.253096 ], [ 120.1673493, 30.2538523 ], [ 120.1673322, 30.2541125 ], [ 120.1672158, 30.2558847 ], [ 120.1671987, 30.2564826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1669194, 30.256493 ], [ 120.1669486, 30.2562386 ], [ 120.1669942, 30.2555751 ], [ 120.1670235, 30.255148 ], [ 120.1670579, 30.254647 ], [ 120.1670665, 30.2545214 ], [ 120.1670787, 30.2535311 ], [ 120.1671513, 30.2530894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1624821, 30.25638 ], [ 120.1621742, 30.2552248 ], [ 120.1619567, 30.254609 ], [ 120.1618412, 30.254282 ], [ 120.1617486, 30.2540197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617486, 30.2540197 ], [ 120.1618412, 30.254282 ], [ 120.1619567, 30.254609 ], [ 120.1621742, 30.2552248 ], [ 120.1624821, 30.25638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1625123, 30.2564931 ], [ 120.1624821, 30.25638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1624821, 30.25638 ], [ 120.1625881, 30.2563829 ], [ 120.1634038, 30.256405 ], [ 120.1640075, 30.2564214 ], [ 120.1641631, 30.2564256 ], [ 120.1645185, 30.2564353 ], [ 120.1653193, 30.2564774 ], [ 120.1664708, 30.2564988 ], [ 120.1669194, 30.256493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清吟街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671987, 30.2564826 ], [ 120.1674352, 30.2564791 ], [ 120.1675393, 30.2564676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1669194, 30.256493 ], [ 120.1671987, 30.2564826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653026, 30.2565964 ], [ 120.1646954, 30.2565588 ], [ 120.1645077, 30.2565472 ], [ 120.1626206, 30.256496 ], [ 120.1625123, 30.2564931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮电路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594586, 30.2539656 ], [ 120.1594301, 30.2539644 ], [ 120.1592941, 30.2539587 ], [ 120.1590699, 30.2539492 ], [ 120.1588295, 30.2539403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮电路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588295, 30.2539403 ], [ 120.1590699, 30.2539492 ], [ 120.1592941, 30.2539587 ], [ 120.1594301, 30.2539644 ], [ 120.1594586, 30.2539656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮电路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595674, 30.2539838 ], [ 120.1595988, 30.2539843 ], [ 120.1596825, 30.2539856 ], [ 120.1604545, 30.2539974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮电路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1604545, 30.2539974 ], [ 120.1617486, 30.2540197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "邮电路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617486, 30.2540197 ], [ 120.1604545, 30.2539974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595674, 30.2539838 ], [ 120.159549, 30.2545004 ], [ 120.1595268, 30.2551222 ], [ 120.1594929, 30.2562453 ], [ 120.1594923, 30.2562663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593541, 30.256332 ], [ 120.1593574, 30.2562423 ], [ 120.1593606, 30.2561555 ], [ 120.1593675, 30.2558828 ], [ 120.1593722, 30.2557917 ], [ 120.1594068, 30.2551162 ], [ 120.1594586, 30.2539656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593541, 30.256332 ], [ 120.1594923, 30.2562663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594923, 30.2562663 ], [ 120.1595266, 30.2562681 ], [ 120.1596857, 30.2562762 ], [ 120.1604014, 30.2563127 ], [ 120.1614605, 30.2563569 ], [ 120.1624821, 30.25638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594923, 30.2562663 ], [ 120.1594682, 30.256393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1753915, 30.2526471 ], [ 120.1752089, 30.2526701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "解放路", "解放路 Jiefang Road" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1674057, 30.252991 ], [ 120.1677538, 30.2530038 ], [ 120.1685777, 30.253011 ], [ 120.1686623, 30.2530156 ], [ 120.1689531, 30.2530214 ], [ 120.1693757, 30.2530245 ], [ 120.1695582, 30.2530273 ], [ 120.1698522, 30.2530122 ], [ 120.1700445, 30.2530072 ], [ 120.1707054, 30.2529585 ], [ 120.1714434, 30.2529032 ], [ 120.1722695, 30.2528158 ], [ 120.173672, 30.2526675 ], [ 120.1741826, 30.2526194 ], [ 120.1747044, 30.2525755 ], [ 120.175191, 30.2525436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1752089, 30.2526701 ], [ 120.1747101, 30.2526996 ], [ 120.174206, 30.2527449 ], [ 120.1736974, 30.2527923 ], [ 120.1729953, 30.252865 ], [ 120.1724386, 30.2529217 ], [ 120.1714523, 30.253031 ], [ 120.1707159, 30.253081 ], [ 120.1704072, 30.2531044 ], [ 120.1700641, 30.2531328 ], [ 120.1696025, 30.2531504 ], [ 120.1693542, 30.2531445 ], [ 120.1677464, 30.2531065 ], [ 120.1673989, 30.253096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1753915, 30.2526471 ], [ 120.1754938, 30.2531997 ], [ 120.1756047, 30.2538831 ], [ 120.1756191, 30.2539908 ], [ 120.1756976, 30.2545775 ], [ 120.1757401, 30.2548432 ], [ 120.1757886, 30.2551271 ], [ 120.1758689, 30.2556882 ], [ 120.1758959, 30.2558189 ], [ 120.1760574, 30.2570486 ], [ 120.1760849, 30.2573588 ], [ 120.1761058, 30.2576917 ], [ 120.1761062, 30.2577086 ], [ 120.176107, 30.2577413 ], [ 120.1761254, 30.258495 ], [ 120.1761326, 30.2587875 ], [ 120.1761355, 30.259094 ], [ 120.1761379, 30.2593469 ], [ 120.1761278, 30.2596477 ], [ 120.1761288, 30.2598183 ], [ 120.1761373, 30.2601275 ], [ 120.1761383, 30.2602445 ], [ 120.1761403, 30.2603265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760204, 30.2603057 ], [ 120.1760731, 30.2602412 ], [ 120.1760775, 30.259781 ], [ 120.1760663, 30.2593946 ], [ 120.1760673, 30.2592394 ], [ 120.1760619, 30.259063 ], [ 120.176048, 30.258803 ], [ 120.1760378, 30.2582119 ], [ 120.1760116, 30.2577136 ], [ 120.1759523, 30.2570488 ], [ 120.175669, 30.2551168 ], [ 120.175486, 30.2541193 ], [ 120.1754426, 30.2538827 ], [ 120.1752089, 30.2526701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670568, 30.260279 ], [ 120.1674225, 30.2602793 ], [ 120.1686347, 30.2602874 ], [ 120.1697916, 30.2602691 ], [ 120.1700637, 30.2602698 ], [ 120.1702559, 30.2602703 ], [ 120.170509, 30.260271 ], [ 120.1705356, 30.2602725 ], [ 120.1717063, 30.2602837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1717063, 30.2602837 ], [ 120.1726125, 30.2602723 ], [ 120.1732579, 30.2602833 ], [ 120.1733775, 30.2602872 ], [ 120.1739125, 30.260284 ], [ 120.1742908, 30.2602838 ], [ 120.1746272, 30.2602837 ], [ 120.174943, 30.2602888 ], [ 120.1760204, 30.2603057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760204, 30.2603057 ], [ 120.1761403, 30.2603265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1717063, 30.2602837 ], [ 120.1717041, 30.260377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1717041, 30.260377 ], [ 120.1717063, 30.2602837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594682, 30.256393 ], [ 120.1593541, 30.256332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1625123, 30.2564931 ], [ 120.1617136, 30.2564787 ], [ 120.1614453, 30.2564739 ], [ 120.1606031, 30.2564428 ], [ 120.1603985, 30.2564353 ], [ 120.1596817, 30.2564027 ], [ 120.1595263, 30.2563956 ], [ 120.1594682, 30.256393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "西湖隧道", "环城西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1533229, 30.2628479 ], [ 120.1533757, 30.2626829 ], [ 120.1534237, 30.2625348 ], [ 120.1534688, 30.2623691 ], [ 120.1537469, 30.2610026 ], [ 120.1538332, 30.2606996 ], [ 120.1539256, 30.2600881 ], [ 120.154102, 30.2589214 ], [ 120.1542283, 30.2583216 ], [ 120.1543163, 30.2580695 ], [ 120.1544282, 30.2578586 ], [ 120.1571343, 30.2534657 ], [ 120.157185, 30.2533761 ], [ 120.1572432, 30.2532166 ], [ 120.1572584, 30.2531502 ], [ 120.1572675, 30.2530891 ], [ 120.1572697, 30.25302 ], [ 120.1572605, 30.2529129 ], [ 120.1572494, 30.2528328 ], [ 120.1572166, 30.2527447 ], [ 120.1571604, 30.2526592 ], [ 120.1567967, 30.252231 ], [ 120.1567309, 30.2521399 ], [ 120.1566167, 30.2519372 ], [ 120.1562665, 30.2512894 ], [ 120.1561823, 30.2511462 ], [ 120.1561326, 30.2510506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "环城西路", "西湖隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595221, 30.252739 ], [ 120.159458, 30.2527277 ], [ 120.1593149, 30.2527025 ], [ 120.1590789, 30.2526867 ], [ 120.1587121, 30.2527129 ], [ 120.1584219, 30.2527598 ], [ 120.1580463, 30.2528599 ], [ 120.1579423, 30.2529047 ], [ 120.1578234, 30.252968 ], [ 120.1577286, 30.2530516 ], [ 120.157655, 30.2531505 ], [ 120.1574489, 30.2534934 ], [ 120.1547433, 30.257944 ], [ 120.154622, 30.2581642 ], [ 120.1545414, 30.2583985 ], [ 120.1541577, 30.2598309 ], [ 120.1538408, 30.261014 ], [ 120.1535489, 30.262403 ], [ 120.153436, 30.2628153 ], [ 120.1532881, 30.2632255 ], [ 120.1532076, 30.2635107 ], [ 120.1532252, 30.263675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591311, 30.2606362 ], [ 120.1591345, 30.2605922 ], [ 120.1591782, 30.2600293 ], [ 120.159231, 30.2593483 ], [ 120.1592345, 30.2592675 ], [ 120.1592896, 30.257995 ], [ 120.1593163, 30.2578437 ], [ 120.1593231, 30.2577137 ], [ 120.1593295, 30.257384 ], [ 120.1593403, 30.2568326 ], [ 120.1593459, 30.2565477 ], [ 120.1593469, 30.2565226 ], [ 120.1593486, 30.2564773 ], [ 120.1593541, 30.256332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594682, 30.256393 ], [ 120.1594688, 30.2564804 ], [ 120.1594693, 30.256551 ], [ 120.1593916, 30.2579172 ], [ 120.1593883, 30.2579979 ], [ 120.1593637, 30.2586016 ], [ 120.1593365, 30.2592713 ], [ 120.1593333, 30.2593507 ], [ 120.1592827, 30.2600466 ], [ 120.1592612, 30.2605908 ], [ 120.1592593, 30.2606401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592593, 30.2606401 ], [ 120.159342, 30.2606399 ], [ 120.1593856, 30.2606398 ], [ 120.1603055, 30.2606478 ], [ 120.1610544, 30.2606095 ], [ 120.1615962, 30.2605732 ], [ 120.1622212, 30.2605322 ], [ 120.1628571, 30.2604904 ], [ 120.1634982, 30.2604466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1570009, 30.260595 ], [ 120.1581532, 30.2606065 ], [ 120.1590385, 30.2606403 ], [ 120.1591311, 30.2606362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591311, 30.2606362 ], [ 120.1592593, 30.2606401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东坡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1570009, 30.260595 ], [ 120.1568783, 30.2607083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671987, 30.2564826 ], [ 120.167202, 30.2566328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1669045, 30.256623 ], [ 120.1669194, 30.256493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1669045, 30.256623 ], [ 120.1665151, 30.2566152 ], [ 120.1653026, 30.2565964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.167202, 30.2566328 ], [ 120.1669045, 30.256623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清吟街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1675379, 30.2566383 ], [ 120.1673966, 30.2566362 ], [ 120.1672322, 30.2566415 ], [ 120.167202, 30.2566328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.166783, 30.2602795 ], [ 120.1667851, 30.2602326 ], [ 120.1668102, 30.2596807 ], [ 120.1668318, 30.2590603 ], [ 120.1668381, 30.2588795 ], [ 120.166833, 30.2587513 ], [ 120.1668103, 30.258157 ], [ 120.1668179, 30.2580113 ], [ 120.1668519, 30.2575072 ], [ 120.1669045, 30.256623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.167202, 30.2566328 ], [ 120.1671084, 30.2568342 ], [ 120.167058, 30.2576267 ], [ 120.1670249, 30.2584555 ], [ 120.1670243, 30.258957 ], [ 120.1670388, 30.259166 ], [ 120.1670516, 30.2601775 ], [ 120.1670531, 30.2602376 ], [ 120.1670568, 30.260279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634982, 30.2604466 ], [ 120.1634811, 30.2603815 ], [ 120.1634627, 30.2603251 ], [ 120.1633631, 30.2600192 ], [ 120.163185, 30.2595108 ], [ 120.163087, 30.2589816 ], [ 120.1630432, 30.2587395 ], [ 120.1630176, 30.2584822 ], [ 120.1629927, 30.2583045 ], [ 120.1629493, 30.2579953 ], [ 120.1625123, 30.2564931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165003, 30.260353 ], [ 120.1650044, 30.260308 ], [ 120.1650267, 30.2596177 ], [ 120.1650745, 30.2588795 ], [ 120.1651042, 30.2584211 ], [ 120.165123, 30.2581317 ], [ 120.1651276, 30.2580606 ], [ 120.1652187, 30.2572988 ], [ 120.1652223, 30.2572685 ], [ 120.1652272, 30.2572274 ], [ 120.1652303, 30.2572015 ], [ 120.1653026, 30.2565964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653026, 30.2565964 ], [ 120.1652303, 30.2572015 ], [ 120.1652272, 30.2572274 ], [ 120.1652223, 30.2572685 ], [ 120.1652187, 30.2572988 ], [ 120.1651276, 30.2580606 ], [ 120.165123, 30.2581317 ], [ 120.1651042, 30.2584211 ], [ 120.1650745, 30.2588795 ], [ 120.1650267, 30.2596177 ], [ 120.1650044, 30.260308 ], [ 120.165003, 30.260353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.166783, 30.2602795 ], [ 120.1670568, 30.260279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165003, 30.260353 ], [ 120.1654119, 30.2603319 ], [ 120.1654461, 30.2603301 ], [ 120.1667293, 30.26028 ], [ 120.166783, 30.2602795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670568, 30.260279 ], [ 120.1670566, 30.2603146 ], [ 120.1670562, 30.2604122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667922, 30.2604459 ], [ 120.166783, 30.2602795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634982, 30.2604466 ], [ 120.1636422, 30.2604281 ], [ 120.165003, 30.260353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165003, 30.260353 ], [ 120.1649645, 30.2604903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1649645, 30.2604903 ], [ 120.165003, 30.260353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670562, 30.2604122 ], [ 120.1667922, 30.2604459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667922, 30.2604459 ], [ 120.1666787, 30.2604486 ], [ 120.1661289, 30.2604619 ], [ 120.1658012, 30.2604699 ], [ 120.1649645, 30.2604903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634982, 30.2604466 ], [ 120.1635338, 30.2605771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东坡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1568783, 30.2607083 ], [ 120.1570009, 30.260595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1568783, 30.2607083 ], [ 120.1558308, 30.2606639 ], [ 120.1553739, 30.2606445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1635338, 30.2605771 ], [ 120.1629506, 30.2606032 ], [ 120.161644, 30.2606678 ], [ 120.1610498, 30.2607035 ], [ 120.160307, 30.2607244 ], [ 120.159385, 30.260794 ], [ 120.1593169, 30.2607925 ], [ 120.1592291, 30.2607906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591097, 30.2607886 ], [ 120.1591311, 30.2606362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592593, 30.2606401 ], [ 120.1592291, 30.2607906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591097, 30.2607886 ], [ 120.1590043, 30.2607848 ], [ 120.1568783, 30.2607083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592291, 30.2607906 ], [ 120.1591097, 30.2607886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1553739, 30.2606445 ], [ 120.1554005, 30.2607138 ], [ 120.1555371, 30.2610595 ], [ 120.155609, 30.2612416 ], [ 120.1556981, 30.2614516 ], [ 120.1557399, 30.2615707 ], [ 120.1557739, 30.2616637 ], [ 120.155816, 30.2619212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.155816, 30.2619212 ], [ 120.1557739, 30.2616637 ], [ 120.1557399, 30.2615707 ], [ 120.1556981, 30.2614516 ], [ 120.155609, 30.2612416 ], [ 120.1555371, 30.2610595 ], [ 120.1554005, 30.2607138 ], [ 120.1553739, 30.2606445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东坡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.155816, 30.2619212 ], [ 120.1560958, 30.2616381 ], [ 120.1561396, 30.2616076 ], [ 120.156233, 30.2614924 ], [ 120.1565, 30.261163 ], [ 120.1568341, 30.260762 ], [ 120.1568783, 30.2607083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1826935, 30.2603428 ], [ 120.1826929, 30.2600776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "庆春东路", "庆春立交" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872477, 30.260077 ], [ 120.1870782, 30.2600726 ], [ 120.1867146, 30.2600632 ], [ 120.1861096, 30.2600729 ], [ 120.185109, 30.2601262 ], [ 120.1834085, 30.2602236 ], [ 120.1814907, 30.2603139 ], [ 120.1800596, 30.2604055 ], [ 120.1795515, 30.2604275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1829169, 30.2603294 ], [ 120.1828137, 30.2603369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1828137, 30.2603369 ], [ 120.1826935, 30.2603428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761403, 30.2603265 ], [ 120.1768752, 30.2603531 ], [ 120.1773252, 30.2603576 ], [ 120.1776721, 30.2603633 ], [ 120.1782604, 30.2603672 ], [ 120.1786756, 30.2603608 ], [ 120.1794104, 30.2603246 ], [ 120.1795594, 30.2603173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1826935, 30.2603428 ], [ 120.1811875, 30.2604067 ], [ 120.1801966, 30.2604498 ], [ 120.1795515, 30.2604275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1795515, 30.2604275 ], [ 120.1793575, 30.2604343 ], [ 120.1788869, 30.2604722 ], [ 120.1783251, 30.2604838 ], [ 120.1776242, 30.2604715 ], [ 120.1775168, 30.2604696 ], [ 120.1773513, 30.2604621 ], [ 120.1761358, 30.2604088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1828137, 30.2603369 ], [ 120.1828678, 30.2622039 ], [ 120.1828999, 30.2626399 ], [ 120.1829695, 30.2635839 ], [ 120.1830022, 30.2639233 ], [ 120.1830304, 30.2642159 ], [ 120.1832431, 30.2659379 ], [ 120.1832741, 30.2661889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1831705, 30.2662033 ], [ 120.1831253, 30.265919 ], [ 120.1829332, 30.2642234 ], [ 120.182878, 30.2639435 ], [ 120.1828603, 30.263431 ], [ 120.1827871, 30.2623635 ], [ 120.1826935, 30.2603428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1831705, 30.2662033 ], [ 120.1832741, 30.2661889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760185, 30.2604051 ], [ 120.1760204, 30.2603057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761403, 30.2603265 ], [ 120.1761358, 30.2604088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739184, 30.2603853 ], [ 120.1726987, 30.2603587 ], [ 120.1717041, 30.260377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760185, 30.2604051 ], [ 120.1749389, 30.2603915 ], [ 120.1746332, 30.2603814 ], [ 120.1739184, 30.2603853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1717041, 30.260377 ], [ 120.1711259, 30.2603837 ], [ 120.1705514, 30.2603904 ], [ 120.170506, 30.2603915 ], [ 120.1694201, 30.2603804 ], [ 120.1686324, 30.260385 ], [ 120.1685891, 30.2603837 ], [ 120.1674713, 30.2603993 ], [ 120.1674033, 30.2603986 ], [ 120.1672695, 30.2604027 ], [ 120.1670562, 30.2604122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761358, 30.2604088 ], [ 120.1760185, 30.2604051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760299, 30.2668853 ], [ 120.1759848, 30.2655152 ], [ 120.1759806, 30.2654418 ], [ 120.1759878, 30.2650237 ], [ 120.1759888, 30.2649643 ], [ 120.1759835, 30.2648783 ], [ 120.1759595, 30.263879 ], [ 120.1759918, 30.26316 ], [ 120.1760142, 30.2604856 ], [ 120.1760185, 30.2604051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761358, 30.2604088 ], [ 120.1761332, 30.2604986 ], [ 120.1761301, 30.261415 ], [ 120.1761265, 30.2624847 ], [ 120.1761242, 30.2631497 ], [ 120.176096, 30.2639818 ], [ 120.1760972, 30.2649855 ], [ 120.1760974, 30.2651393 ], [ 120.1760978, 30.2655139 ], [ 120.1760979, 30.2655618 ], [ 120.1761231, 30.2664131 ], [ 120.1761373, 30.2668917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东清巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740106, 30.2669378 ], [ 120.1740162, 30.2662298 ], [ 120.1740216, 30.2655358 ], [ 120.1740202, 30.265096 ], [ 120.1740286, 30.2638838 ], [ 120.1740207, 30.2636928 ], [ 120.1740107, 30.2626603 ], [ 120.1739975, 30.2622267 ], [ 120.1739536, 30.2615801 ], [ 120.173945, 30.2609717 ], [ 120.1739244, 30.2605794 ], [ 120.1739188, 30.2604721 ], [ 120.1739184, 30.2603853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东清巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739184, 30.2603853 ], [ 120.1739188, 30.2604721 ], [ 120.1739244, 30.2605794 ], [ 120.173945, 30.2609717 ], [ 120.1739536, 30.2615801 ], [ 120.1739975, 30.2622267 ], [ 120.1740107, 30.2626603 ], [ 120.1740207, 30.2636928 ], [ 120.1740286, 30.2638838 ], [ 120.1740202, 30.265096 ], [ 120.1740216, 30.2655358 ], [ 120.1740162, 30.2662298 ], [ 120.1740106, 30.2669378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浣纱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1635338, 30.2605771 ], [ 120.1634982, 30.2604466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1649645, 30.2604903 ], [ 120.1635338, 30.2605771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670562, 30.2604122 ], [ 120.1670581, 30.2604828 ], [ 120.1670413, 30.2614644 ], [ 120.16704, 30.2615371 ], [ 120.1670051, 30.2616645 ], [ 120.1670159, 30.2627924 ], [ 120.1670089, 30.2629639 ], [ 120.1669649, 30.2640461 ], [ 120.1669702, 30.2644353 ], [ 120.1669101, 30.2649508 ], [ 120.1667074, 30.2666893 ], [ 120.1667135, 30.2669611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664397, 30.266948 ], [ 120.1664613, 30.2667111 ], [ 120.1665733, 30.2659106 ], [ 120.1666244, 30.2655656 ], [ 120.1666895, 30.2646559 ], [ 120.1667773, 30.2637206 ], [ 120.1668042, 30.263251 ], [ 120.1668043, 30.2629886 ], [ 120.1668008, 30.2627802 ], [ 120.1667939, 30.2620142 ], [ 120.1667887, 30.2614311 ], [ 120.1667919, 30.2605353 ], [ 120.1667922, 30.2604459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642641, 30.2669583 ], [ 120.1642994, 30.2666631 ], [ 120.1643981, 30.2658363 ], [ 120.1644634, 30.2651607 ], [ 120.1644909, 30.2648754 ], [ 120.1645002, 30.2647796 ], [ 120.1645276, 30.2644524 ], [ 120.1646698, 30.2627556 ], [ 120.1648142, 30.2614863 ], [ 120.1648488, 30.2611818 ], [ 120.1648652, 30.2610552 ], [ 120.1649167, 30.2606576 ], [ 120.1649645, 30.2604903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1649645, 30.2604903 ], [ 120.1649167, 30.2606576 ], [ 120.1648652, 30.2610552 ], [ 120.1648488, 30.2611818 ], [ 120.1648142, 30.2614863 ], [ 120.1646698, 30.2627556 ], [ 120.1645276, 30.2644524 ], [ 120.1645002, 30.2647796 ], [ 120.1644909, 30.2648754 ], [ 120.1644634, 30.2651607 ], [ 120.1643981, 30.2658363 ], [ 120.1642994, 30.2666631 ], [ 120.1642641, 30.2669583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642641, 30.2669583 ], [ 120.16435, 30.266959 ], [ 120.1652317, 30.2669487 ], [ 120.1655292, 30.2669474 ], [ 120.1664397, 30.266948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664397, 30.266948 ], [ 120.1665783, 30.2669541 ], [ 120.1667135, 30.2669611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1714706, 30.2669649 ], [ 120.1706075, 30.2669501 ], [ 120.1703372, 30.2669535 ], [ 120.1698179, 30.2669601 ], [ 120.1686263, 30.2669628 ], [ 120.1682317, 30.2669626 ], [ 120.1670661, 30.266962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670661, 30.266962 ], [ 120.1682317, 30.2669626 ], [ 120.1686263, 30.2669628 ], [ 120.1698179, 30.2669601 ], [ 120.1703372, 30.2669535 ], [ 120.1706075, 30.2669501 ], [ 120.1714706, 30.2669649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1714706, 30.2669649 ], [ 120.1714818, 30.2668343 ], [ 120.1715351, 30.2660916 ], [ 120.1715682, 30.2656307 ], [ 120.1716045, 30.2651246 ], [ 120.1715613, 30.2646547 ], [ 120.1715904, 30.2639637 ], [ 120.171597, 30.2637457 ], [ 120.1716209, 30.2629599 ], [ 120.1716544, 30.2626793 ], [ 120.1716618, 30.2625801 ], [ 120.1716774, 30.2623721 ], [ 120.1717105, 30.2618011 ], [ 120.1717271, 30.2614412 ], [ 120.1717247, 30.2611759 ], [ 120.1717229, 30.2609798 ], [ 120.1717051, 30.2604602 ], [ 120.1717041, 30.260377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761373, 30.2668917 ], [ 120.1760299, 30.2668853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760299, 30.2668853 ], [ 120.1761373, 30.2668917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740106, 30.2669378 ], [ 120.1747253, 30.2669076 ], [ 120.1749588, 30.2669045 ], [ 120.1754711, 30.2668953 ], [ 120.1760299, 30.2668853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1760299, 30.2668853 ], [ 120.1754711, 30.2668953 ], [ 120.1749588, 30.2669045 ], [ 120.1747253, 30.2669076 ], [ 120.1740106, 30.2669378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1714706, 30.2669649 ], [ 120.171977, 30.26696 ], [ 120.1722712, 30.2669572 ], [ 120.1726909, 30.2669531 ], [ 120.1733979, 30.2669449 ], [ 120.1740106, 30.2669378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740106, 30.2669378 ], [ 120.1733979, 30.2669449 ], [ 120.1726909, 30.2669531 ], [ 120.1722712, 30.2669572 ], [ 120.171977, 30.26696 ], [ 120.1714706, 30.2669649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711146, 30.2700643 ], [ 120.1712032, 30.2692932 ], [ 120.1713364, 30.2681334 ], [ 120.1714706, 30.2669649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岳家湾" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736053, 30.2703459 ], [ 120.1737482, 30.2696101 ], [ 120.1738837, 30.2685242 ], [ 120.1740106, 30.2669378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岳家湾" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1740106, 30.2669378 ], [ 120.1738837, 30.2685242 ], [ 120.1737482, 30.2696101 ], [ 120.1736053, 30.2703459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588587, 30.2663225 ], [ 120.1587981, 30.2663063 ], [ 120.1584295, 30.2662075 ], [ 120.1572255, 30.2660311 ], [ 120.1566457, 30.2659461 ], [ 120.1565815, 30.2659473 ], [ 120.1562516, 30.2659533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1590332, 30.2662247 ], [ 120.1588689, 30.2662015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588689, 30.2662015 ], [ 120.1590332, 30.2662247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588587, 30.2663225 ], [ 120.1588689, 30.2662015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1590332, 30.2662247 ], [ 120.1590149, 30.2663406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1590149, 30.2663406 ], [ 120.1588587, 30.2663225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1590332, 30.2662247 ], [ 120.1591323, 30.2662329 ], [ 120.1600337, 30.2663799 ], [ 120.1608899, 30.2665013 ], [ 120.1611593, 30.266543 ], [ 120.1614595, 30.2665895 ], [ 120.1622872, 30.2666978 ], [ 120.1630233, 30.2667963 ], [ 120.1641565, 30.2669479 ], [ 120.1642641, 30.2669583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642434, 30.2670349 ], [ 120.1641368, 30.267019 ], [ 120.162286, 30.266744 ], [ 120.1611622, 30.2665844 ], [ 120.1608875, 30.2665454 ], [ 120.1602752, 30.2664643 ], [ 120.1598009, 30.2664429 ], [ 120.1590802, 30.2663491 ], [ 120.1590149, 30.2663406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1590149, 30.2663406 ], [ 120.1589921, 30.2664701 ], [ 120.1589836, 30.2665385 ], [ 120.158914, 30.2673811 ], [ 120.1588661, 30.2679235 ], [ 120.1588459, 30.2682718 ], [ 120.1588216, 30.2687167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百井坊巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588216, 30.2687167 ], [ 120.1589427, 30.268716 ], [ 120.1597114, 30.268736 ], [ 120.1606268, 30.2689229 ], [ 120.1614733, 30.2690141 ], [ 120.1620147, 30.2690652 ], [ 120.1621146, 30.2690746 ], [ 120.1624118, 30.2691027 ], [ 120.162856, 30.2691578 ], [ 120.1633351, 30.2692467 ], [ 120.1634238, 30.2692736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670661, 30.266962 ], [ 120.166888, 30.2669615 ], [ 120.1667939, 30.2669613 ], [ 120.1667695, 30.2669612 ], [ 120.1667135, 30.2669611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667135, 30.2669611 ], [ 120.1667695, 30.2669612 ], [ 120.1667939, 30.2669613 ], [ 120.166888, 30.2669615 ], [ 120.1670661, 30.266962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642641, 30.2669583 ], [ 120.1642434, 30.2670349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642434, 30.2670349 ], [ 120.1642641, 30.2669583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664352, 30.2670618 ], [ 120.1664397, 30.266948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667135, 30.2669611 ], [ 120.1667076, 30.2670589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1670661, 30.266962 ], [ 120.1668808, 30.2670326 ], [ 120.1667866, 30.2670469 ], [ 120.1667512, 30.2670523 ], [ 120.1667076, 30.2670589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664352, 30.2670618 ], [ 120.1656272, 30.2670557 ], [ 120.1652333, 30.2670528 ], [ 120.1645364, 30.2670802 ], [ 120.1643264, 30.2670477 ], [ 120.1642434, 30.2670349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667076, 30.2670589 ], [ 120.1664352, 30.2670618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634238, 30.2692736 ], [ 120.1637841, 30.2683298 ], [ 120.1638655, 30.2681262 ], [ 120.164002, 30.267826 ], [ 120.1640781, 30.2676471 ], [ 120.1642434, 30.2670349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百井坊巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634238, 30.2692736 ], [ 120.1633351, 30.2692467 ], [ 120.162856, 30.2691578 ], [ 120.1624118, 30.2691027 ], [ 120.1621146, 30.2690746 ], [ 120.1620147, 30.2690652 ], [ 120.1614733, 30.2690141 ], [ 120.1606268, 30.2689229 ], [ 120.1597114, 30.268736 ], [ 120.1589427, 30.268716 ], [ 120.1588216, 30.2687167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1562516, 30.2659533 ], [ 120.156232, 30.2660361 ], [ 120.1562233, 30.2660729 ], [ 120.1560606, 30.2667593 ], [ 120.1560437, 30.2668168 ], [ 120.1559283, 30.2672092 ], [ 120.1558872, 30.2673489 ], [ 120.1558391, 30.2675125 ], [ 120.1557763, 30.2677258 ], [ 120.1557341, 30.2679242 ], [ 120.1556703, 30.2682238 ], [ 120.1556434, 30.2683124 ], [ 120.1556085, 30.2684798 ], [ 120.1553608, 30.2690881 ], [ 120.1552635, 30.2693767 ], [ 120.1551298, 30.2697733 ], [ 120.1549366, 30.2704201 ], [ 120.1545439, 30.271735 ], [ 120.1543482, 30.2721685 ], [ 120.1543013, 30.2722345 ], [ 120.1539994, 30.2726597 ], [ 120.1539038, 30.2727944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1539038, 30.2727944 ], [ 120.1539994, 30.2726597 ], [ 120.1543013, 30.2722345 ], [ 120.1543482, 30.2721685 ], [ 120.1545439, 30.271735 ], [ 120.1549366, 30.2704201 ], [ 120.1551298, 30.2697733 ], [ 120.1552635, 30.2693767 ], [ 120.1553608, 30.2690881 ], [ 120.1556085, 30.2684798 ], [ 120.1556434, 30.2683124 ], [ 120.1556703, 30.2682238 ], [ 120.1557341, 30.2679242 ], [ 120.1557763, 30.2677258 ], [ 120.1558391, 30.2675125 ], [ 120.1558872, 30.2673489 ], [ 120.1559283, 30.2672092 ], [ 120.1560437, 30.2668168 ], [ 120.1560606, 30.2667593 ], [ 120.1562233, 30.2660729 ], [ 120.156232, 30.2660361 ], [ 120.1562516, 30.2659533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1585971, 30.2725265 ], [ 120.1585915, 30.2724249 ], [ 120.1585887, 30.2714383 ], [ 120.1586364, 30.2702038 ], [ 120.1586456, 30.2699662 ], [ 120.1586691, 30.2695366 ], [ 120.1587216, 30.2685762 ], [ 120.1587756, 30.2676303 ], [ 120.1588018, 30.2672799 ], [ 120.1588105, 30.2669913 ], [ 120.1588105, 30.2668952 ], [ 120.1588586, 30.2664578 ], [ 120.1588587, 30.2663225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588216, 30.2687167 ], [ 120.1587784, 30.2693824 ], [ 120.1587423, 30.2700572 ], [ 120.1587371, 30.2702266 ], [ 120.1587232, 30.2706808 ], [ 120.1587166, 30.2708957 ], [ 120.1587182, 30.2712182 ], [ 120.1587094, 30.2715093 ], [ 120.1586812, 30.2724209 ], [ 120.1586942, 30.2725212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1586942, 30.2725212 ], [ 120.1588551, 30.2724994 ], [ 120.159758, 30.2724946 ], [ 120.1606035, 30.2724902 ], [ 120.1608113, 30.2724891 ], [ 120.1612997, 30.2724802 ], [ 120.1616889, 30.2724375 ], [ 120.1617286, 30.2724273 ], [ 120.161926, 30.2723765 ], [ 120.1620294, 30.2723519 ], [ 120.162195, 30.2723124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1585971, 30.2725265 ], [ 120.1586942, 30.2725212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621134, 30.2725032 ], [ 120.161895, 30.2725547 ], [ 120.1617541, 30.2725707 ], [ 120.1614704, 30.2726029 ], [ 120.1609766, 30.2726076 ], [ 120.1603782, 30.2726105 ], [ 120.1596764, 30.2726138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1586942, 30.2725212 ], [ 120.1587073, 30.2726475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "延安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1586001, 30.2726536 ], [ 120.1585971, 30.2725265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1832741, 30.2661889 ], [ 120.1832857, 30.2662658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.183182, 30.2662818 ], [ 120.1831705, 30.2662033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1832857, 30.2662658 ], [ 120.183182, 30.2662818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1798467, 30.266558 ], [ 120.1803151, 30.2664806 ], [ 120.1805284, 30.2664584 ], [ 120.1808935, 30.2664205 ], [ 120.1811733, 30.2663915 ], [ 120.1816049, 30.2663456 ], [ 120.1831705, 30.2662033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.183182, 30.2662818 ], [ 120.1829481, 30.2663016 ], [ 120.1816003, 30.2664155 ], [ 120.1811574, 30.2664713 ], [ 120.1809228, 30.2664953 ], [ 120.1806888, 30.2665193 ], [ 120.1803204, 30.266557 ], [ 120.1798467, 30.266558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1798467, 30.266558 ], [ 120.1789468, 30.2666362 ], [ 120.1783799, 30.266699 ], [ 120.1774106, 30.2667823 ], [ 120.1761373, 30.2668917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761373, 30.2668917 ], [ 120.1774106, 30.2667823 ], [ 120.1783799, 30.266699 ], [ 120.1789468, 30.2666362 ], [ 120.1798467, 30.266558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1832857, 30.2662658 ], [ 120.1834062, 30.2679855 ], [ 120.1833994, 30.2682045 ], [ 120.1833459, 30.2689795 ], [ 120.1833394, 30.2694407 ], [ 120.1831739, 30.2704397 ], [ 120.1830729, 30.2710112 ], [ 120.1829922, 30.271344 ], [ 120.182974, 30.2714075 ], [ 120.1829018, 30.2716592 ], [ 120.1825491, 30.2729393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824676, 30.272933 ], [ 120.1828207, 30.2716949 ], [ 120.1829165, 30.2713241 ], [ 120.1829825, 30.2709819 ], [ 120.1830943, 30.2704051 ], [ 120.1832467, 30.2694561 ], [ 120.1832459, 30.2690465 ], [ 120.1832513, 30.2688171 ], [ 120.1832674, 30.2686665 ], [ 120.1833103, 30.2682078 ], [ 120.1833103, 30.2680549 ], [ 120.1831976, 30.2664969 ], [ 120.183182, 30.2662818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755459, 30.2725194 ], [ 120.1766722, 30.2725924 ], [ 120.1779685, 30.2726765 ], [ 120.1784028, 30.2727109 ], [ 120.1797205, 30.2728114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324066, 30.266685 ], [ 120.13237, 30.2669754 ], [ 120.1323447, 30.2673187 ], [ 120.1322832, 30.2681534 ], [ 120.1322633, 30.2683503 ], [ 120.132212, 30.2688585 ], [ 120.1321992, 30.2689818 ], [ 120.1321657, 30.2693301 ], [ 120.1320659, 30.2704179 ], [ 120.1320598, 30.2706273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "曙光路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1371521, 30.2680968 ], [ 120.1379484, 30.2683249 ], [ 120.1393184, 30.2686917 ], [ 120.1393527, 30.2687 ], [ 120.1396316, 30.2687676 ], [ 120.1403399, 30.2689224 ], [ 120.1407108, 30.2690281 ], [ 120.1412749, 30.2691889 ], [ 120.142047, 30.269409 ], [ 120.1425975, 30.2695659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "体育场路", "曙光路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425716, 30.2696537 ], [ 120.1423792, 30.2695945 ], [ 120.139693, 30.2688655 ], [ 120.1393125, 30.2687641 ], [ 120.1384952, 30.2685462 ], [ 120.1371106, 30.268177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365594, 30.2711977 ], [ 120.1366294, 30.2707652 ], [ 120.1367458, 30.2700466 ], [ 120.1367731, 30.2698999 ], [ 120.1369086, 30.2692435 ], [ 120.1369486, 30.2688764 ], [ 120.1370544, 30.2683325 ], [ 120.1370898, 30.2682346 ], [ 120.1371106, 30.268177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1371106, 30.268177 ], [ 120.1370898, 30.2682346 ], [ 120.1370544, 30.2683325 ], [ 120.1369486, 30.2688764 ], [ 120.1369086, 30.2692435 ], [ 120.1367731, 30.2698999 ], [ 120.1367458, 30.2700466 ], [ 120.1366294, 30.2707652 ], [ 120.1365594, 30.2711977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316978, 30.2732544 ], [ 120.1316971, 30.273185 ], [ 120.1317128, 30.272986 ], [ 120.1317269, 30.2728221 ], [ 120.1317722, 30.2723197 ], [ 120.1317968, 30.2719675 ], [ 120.1318214, 30.2715411 ], [ 120.1318773, 30.2710933 ], [ 120.1319006, 30.2706592 ], [ 120.1319471, 30.2703963 ], [ 120.1320203, 30.269358 ], [ 120.1320394, 30.2690863 ], [ 120.132048, 30.2689644 ], [ 120.1320539, 30.2688809 ], [ 120.132055, 30.2688722 ], [ 120.1320835, 30.2686345 ], [ 120.132141, 30.2681454 ], [ 120.1322005, 30.2678223 ], [ 120.1322387, 30.2675145 ], [ 120.1322956, 30.26676 ], [ 120.1323294, 30.2666532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "跑马场巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320598, 30.2706273 ], [ 120.1333436, 30.2707168 ], [ 120.1336038, 30.2707519 ], [ 120.1341038, 30.2708608 ], [ 120.1343675, 30.2708966 ], [ 120.134821, 30.2709521 ], [ 120.1355802, 30.2710687 ], [ 120.1365594, 30.2711977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "跑马场巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365594, 30.2711977 ], [ 120.1355802, 30.2710687 ], [ 120.134821, 30.2709521 ], [ 120.1343675, 30.2708966 ], [ 120.1341038, 30.2708608 ], [ 120.1336038, 30.2707519 ], [ 120.1333436, 30.2707168 ], [ 120.1320598, 30.2706273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363539, 30.2723474 ], [ 120.1367231, 30.2723346 ], [ 120.1371826, 30.2723221 ], [ 120.1375221, 30.2722632 ], [ 120.1378829, 30.2721601 ], [ 120.1383438, 30.2720207 ], [ 120.1386881, 30.2719475 ], [ 120.1390487, 30.2718813 ], [ 120.1392874, 30.271788 ], [ 120.1396178, 30.2715739 ], [ 120.1403792, 30.2709315 ], [ 120.1410784, 30.2704956 ], [ 120.1413208, 30.2704313 ], [ 120.1423007, 30.2704473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320598, 30.2706273 ], [ 120.1319977, 30.2715361 ], [ 120.1319679, 30.2719433 ], [ 120.1319411, 30.2723095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.151799, 30.2685145 ], [ 120.1513832, 30.2697278 ], [ 120.1512959, 30.2699824 ], [ 120.1511075, 30.2707255 ], [ 120.15106, 30.270913 ], [ 120.1510326, 30.271021 ], [ 120.1507228, 30.2718986 ], [ 120.1506334, 30.2721519 ], [ 120.1504942, 30.2725781 ], [ 120.1504357, 30.2729844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金祝北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472587, 30.2712872 ], [ 120.1472891, 30.2711944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472891, 30.2711944 ], [ 120.1477359, 30.271373 ], [ 120.1481042, 30.2715308 ], [ 120.1484809, 30.2717224 ], [ 120.1491322, 30.2721804 ], [ 120.1492647, 30.2722736 ], [ 120.1502625, 30.272932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1502435, 30.2730562 ], [ 120.1490269, 30.2722489 ], [ 120.1484345, 30.2718191 ], [ 120.1479216, 30.2715647 ], [ 120.1477775, 30.2714932 ], [ 120.1472587, 30.2712872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1423007, 30.2704473 ], [ 120.1415419, 30.2723926 ], [ 120.1414583, 30.2726069 ], [ 120.1413826, 30.2728054 ], [ 120.1413007, 30.27302 ], [ 120.1410418, 30.2737109 ], [ 120.1409636, 30.2739739 ], [ 120.140948, 30.2740173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140948, 30.2740173 ], [ 120.1409636, 30.2739739 ], [ 120.1410418, 30.2737109 ], [ 120.1413007, 30.27302 ], [ 120.1413826, 30.2728054 ], [ 120.1414583, 30.2726069 ], [ 120.1415419, 30.2723926 ], [ 120.1423007, 30.2704473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金祝北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1461318, 30.2744948 ], [ 120.1461386, 30.2744543 ], [ 120.1468689, 30.272453 ], [ 120.1472587, 30.2712872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1504357, 30.2729844 ], [ 120.1507073, 30.2729949 ], [ 120.1510909, 30.2729907 ], [ 120.1513896, 30.2729823 ], [ 120.1518005, 30.2729516 ], [ 120.1525147, 30.2729174 ], [ 120.1527424, 30.2729045 ], [ 120.1536623, 30.272836 ], [ 120.1539038, 30.2727944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1502625, 30.272932 ], [ 120.1504357, 30.2729844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1502435, 30.2730562 ], [ 120.1502625, 30.272932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "黄姑山路", "黄龙体育中心北大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289906, 30.2734641 ], [ 120.1289719, 30.2734051 ], [ 120.1289001, 30.2731854 ], [ 120.1288837, 30.2731244 ], [ 120.1288757, 30.2729634 ], [ 120.1288755, 30.272324 ], [ 120.1289061, 30.2710303 ], [ 120.1289068, 30.2698511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "黄姑山路", "黄龙体育中心北大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289068, 30.2698511 ], [ 120.1289061, 30.2710303 ], [ 120.1288755, 30.272324 ], [ 120.1288757, 30.2729634 ], [ 120.1288837, 30.2731244 ], [ 120.1289001, 30.2731854 ], [ 120.1289719, 30.2734051 ], [ 120.1289906, 30.2734641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125533, 30.2737383 ], [ 120.1254981, 30.2736778 ], [ 120.1252222, 30.2729618 ], [ 120.1251228, 30.2727589 ], [ 120.1250901, 30.272699 ], [ 120.1250048, 30.2725107 ], [ 120.1248617, 30.2721395 ], [ 120.1247579, 30.271911 ], [ 120.1246353, 30.2716162 ], [ 120.124532, 30.2714038 ], [ 120.1244555, 30.2712 ], [ 120.124407, 30.2711048 ], [ 120.1242997, 30.2708824 ], [ 120.1240666, 30.2703685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉古路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240666, 30.2703685 ], [ 120.1242997, 30.2708824 ], [ 120.124407, 30.2711048 ], [ 120.1244555, 30.2712 ], [ 120.124532, 30.2714038 ], [ 120.1246353, 30.2716162 ], [ 120.1247579, 30.271911 ], [ 120.1248617, 30.2721395 ], [ 120.1250048, 30.2725107 ], [ 120.1250901, 30.272699 ], [ 120.1251228, 30.2727589 ], [ 120.1252222, 30.2729618 ], [ 120.1254981, 30.2736778 ], [ 120.125533, 30.2737383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289906, 30.2734641 ], [ 120.1316978, 30.2732544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290193, 30.273556 ], [ 120.1316944, 30.2733764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290193, 30.273556 ], [ 120.1289906, 30.2734641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1289906, 30.2734641 ], [ 120.1290193, 30.273556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316924, 30.2734791 ], [ 120.1290424, 30.273677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125533, 30.2737383 ], [ 120.1289906, 30.2734641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365594, 30.2711977 ], [ 120.1365152, 30.2714448 ], [ 120.1363539, 30.2723474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363539, 30.2723474 ], [ 120.1365152, 30.2714448 ], [ 120.1365594, 30.2711977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363224, 30.2725435 ], [ 120.1353809, 30.2724715 ], [ 120.134031, 30.2723808 ], [ 120.1337856, 30.2723722 ], [ 120.1332051, 30.2723497 ], [ 120.1328779, 30.2723347 ], [ 120.1319411, 30.2723095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319411, 30.2723095 ], [ 120.1328779, 30.2723347 ], [ 120.1332051, 30.2723497 ], [ 120.1337856, 30.2723722 ], [ 120.134031, 30.2723808 ], [ 120.1353809, 30.2724715 ], [ 120.1363224, 30.2725435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363224, 30.2725435 ], [ 120.1363539, 30.2723474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363539, 30.2723474 ], [ 120.1363224, 30.2725435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路 Huanglong Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319411, 30.2723095 ], [ 120.1318857, 30.273193 ], [ 120.1318974, 30.2732616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1363224, 30.2725435 ], [ 120.1362847, 30.2735637 ], [ 120.1362808, 30.2736316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362808, 30.2736316 ], [ 120.1362847, 30.2735637 ], [ 120.1363224, 30.2725435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316978, 30.2732544 ], [ 120.1317571, 30.2732565 ], [ 120.1318974, 30.2732616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316944, 30.2733764 ], [ 120.1316978, 30.2732544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路 Huanglong Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1318974, 30.2732616 ], [ 120.1318765, 30.2733861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316944, 30.2733764 ], [ 120.131736, 30.2733786 ], [ 120.1318765, 30.2733861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316924, 30.2734791 ], [ 120.1316944, 30.2733764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路 Huanglong Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1318765, 30.2733861 ], [ 120.131853, 30.27349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1318974, 30.2732616 ], [ 120.133375, 30.2733814 ], [ 120.1334765, 30.2733896 ], [ 120.133744, 30.2734127 ], [ 120.1362808, 30.2736316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.131853, 30.27349 ], [ 120.1316924, 30.2734791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316823, 30.2735911 ], [ 120.1316924, 30.2734791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黄龙路 Huanglong Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.131853, 30.27349 ], [ 120.1318296, 30.2735857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1318765, 30.2733861 ], [ 120.1362702, 30.2737402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290424, 30.273677 ], [ 120.1290193, 30.273556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290193, 30.273556 ], [ 120.1290424, 30.273677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1316823, 30.2735911 ], [ 120.1290687, 30.273757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255803, 30.2738387 ], [ 120.1290193, 30.273556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290424, 30.273677 ], [ 120.1290687, 30.273757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290687, 30.273757 ], [ 120.1290424, 30.273677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125533, 30.2737383 ], [ 120.1255803, 30.2738387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255135, 30.2738495 ], [ 120.125533, 30.2737383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290424, 30.273677 ], [ 120.1282852, 30.2737363 ], [ 120.1256104, 30.2739457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255135, 30.2738495 ], [ 120.1255803, 30.2738387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1318296, 30.2735857 ], [ 120.1316823, 30.2735911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362541, 30.2738489 ], [ 120.131853, 30.27349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362702, 30.2737402 ], [ 120.1362808, 30.2736316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362808, 30.2736316 ], [ 120.1362702, 30.2737402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362416, 30.2739381 ], [ 120.1345883, 30.2738055 ], [ 120.1334702, 30.2737164 ], [ 120.1327645, 30.2736602 ], [ 120.1318296, 30.2735857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362702, 30.2737402 ], [ 120.1362541, 30.2738489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362541, 30.2738489 ], [ 120.1362702, 30.2737402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362808, 30.2736316 ], [ 120.1368863, 30.2736816 ], [ 120.1382233, 30.2737921 ], [ 120.140948, 30.2740173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362416, 30.2739381 ], [ 120.1362541, 30.2738489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362541, 30.2738489 ], [ 120.1362416, 30.2739381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538117, 30.2729078 ], [ 120.1535916, 30.2729403 ], [ 120.1533536, 30.2729467 ], [ 120.1530932, 30.2729682 ], [ 120.1527452, 30.2730045 ], [ 120.1527037, 30.2730126 ], [ 120.1524906, 30.2730317 ], [ 120.1514836, 30.2730837 ], [ 120.1513741, 30.2730893 ], [ 120.1512746, 30.2730923 ], [ 120.1509616, 30.2731016 ], [ 120.1506714, 30.2731051 ], [ 120.15041, 30.2731005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1504357, 30.2729844 ], [ 120.15041, 30.2731005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15041, 30.2731005 ], [ 120.1502435, 30.2730562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.149776, 30.2748524 ], [ 120.1497874, 30.2747971 ], [ 120.1502435, 30.2730562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15041, 30.2731005 ], [ 120.1503207, 30.2733464 ], [ 120.1499234, 30.2747965 ], [ 120.1499085, 30.2748575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140948, 30.2740173 ], [ 120.1409195, 30.2741202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409195, 30.2741202 ], [ 120.140948, 30.2740173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409099, 30.2742582 ], [ 120.1409195, 30.2741202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409195, 30.2741202 ], [ 120.1409099, 30.2742582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140948, 30.2740173 ], [ 120.1416527, 30.2740801 ], [ 120.1423794, 30.2741448 ], [ 120.1432082, 30.2742221 ], [ 120.1458875, 30.274472 ], [ 120.1461318, 30.2744948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596764, 30.2726138 ], [ 120.1594014, 30.2726264 ], [ 120.1588556, 30.2726389 ], [ 120.1587073, 30.2726475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1587073, 30.2726475 ], [ 120.1586001, 30.2726536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1539038, 30.2727944 ], [ 120.1540238, 30.272789 ], [ 120.1545425, 30.2727659 ], [ 120.1552981, 30.2727235 ], [ 120.1569715, 30.272626 ], [ 120.1585179, 30.2725369 ], [ 120.1585971, 30.2725265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1586001, 30.2726536 ], [ 120.1585116, 30.2726589 ], [ 120.1582871, 30.2726729 ], [ 120.1575762, 30.2726801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1575762, 30.2726801 ], [ 120.157206, 30.2726925 ], [ 120.1559709, 30.2727623 ], [ 120.1553085, 30.2728064 ], [ 120.1540192, 30.2729116 ], [ 120.1538117, 30.2729078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1539038, 30.2727944 ], [ 120.1538117, 30.2729078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538117, 30.2729078 ], [ 120.1539038, 30.2727944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1524104, 30.2750649 ], [ 120.1524307, 30.2750031 ], [ 120.1531742, 30.2737129 ], [ 120.1533077, 30.2734813 ], [ 120.1533986, 30.2733453 ], [ 120.1534719, 30.2732357 ], [ 120.1535793, 30.2730887 ], [ 120.1538117, 30.2729078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538117, 30.2729078 ], [ 120.1536956, 30.2730884 ], [ 120.1532391, 30.2737998 ], [ 120.1531389, 30.2739722 ], [ 120.1526169, 30.2749223 ], [ 120.152577, 30.275021 ], [ 120.1525531, 30.27508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "展览西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1575762, 30.2726801 ], [ 120.1575821, 30.2727774 ], [ 120.157575, 30.2729363 ], [ 120.1575678, 30.2730226 ], [ 120.1575512, 30.2730827 ], [ 120.1575289, 30.273325 ], [ 120.15747, 30.2738797 ], [ 120.1573943, 30.274484 ], [ 120.157377, 30.2748902 ], [ 120.1573573, 30.2753555 ], [ 120.1573558, 30.2754375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "展览西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573558, 30.2754375 ], [ 120.1573573, 30.2753555 ], [ 120.157377, 30.2748902 ], [ 120.1573943, 30.274484 ], [ 120.15747, 30.2738797 ], [ 120.1575289, 30.273325 ], [ 120.1575512, 30.2730827 ], [ 120.1575678, 30.2730226 ], [ 120.157575, 30.2729363 ], [ 120.1575821, 30.2727774 ], [ 120.1575762, 30.2726801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "展览东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595919, 30.2756649 ], [ 120.1595935, 30.2756033 ], [ 120.1596154, 30.2749629 ], [ 120.1596379, 30.2743038 ], [ 120.1596535, 30.2740235 ], [ 120.1595859, 30.2737544 ], [ 120.1595932, 30.2736434 ], [ 120.159606, 30.2734505 ], [ 120.1596285, 30.2731107 ], [ 120.1596378, 30.2729699 ], [ 120.1596646, 30.2726933 ], [ 120.1596764, 30.2726138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "展览东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596764, 30.2726138 ], [ 120.1596646, 30.2726933 ], [ 120.1596378, 30.2729699 ], [ 120.1596285, 30.2731107 ], [ 120.159606, 30.2734505 ], [ 120.1595932, 30.2736434 ], [ 120.1595859, 30.2737544 ], [ 120.1596535, 30.2740235 ], [ 120.1596379, 30.2743038 ], [ 120.1596154, 30.2749629 ], [ 120.1595935, 30.2756033 ], [ 120.1595919, 30.2756649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1524104, 30.2750649 ], [ 120.1524839, 30.2750727 ], [ 120.1525531, 30.27508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1523655, 30.2751604 ], [ 120.1524104, 30.2750649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "武林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1525531, 30.27508 ], [ 120.1525189, 30.2751647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1525531, 30.27508 ], [ 120.1538344, 30.2751664 ], [ 120.1548861, 30.275245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1523655, 30.2751604 ], [ 120.1525189, 30.2751647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1523477, 30.2752674 ], [ 120.1523655, 30.2751604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1525189, 30.2751647 ], [ 120.1524802, 30.2752814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642434, 30.2670349 ], [ 120.1640781, 30.2676471 ], [ 120.164002, 30.267826 ], [ 120.1638655, 30.2681262 ], [ 120.1637841, 30.2683298 ], [ 120.1634238, 30.2692736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663321, 30.2696845 ], [ 120.1663593, 30.2689928 ], [ 120.1663928, 30.2681405 ], [ 120.1664352, 30.2670618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏风街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634238, 30.2692736 ], [ 120.1635249, 30.2692906 ], [ 120.1643707, 30.2694328 ], [ 120.1651811, 30.2695691 ], [ 120.1652552, 30.2695765 ], [ 120.1663321, 30.2696845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "屏风街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663321, 30.2696845 ], [ 120.1652552, 30.2695765 ], [ 120.1651811, 30.2695691 ], [ 120.1643707, 30.2694328 ], [ 120.1635249, 30.2692906 ], [ 120.1634238, 30.2692736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667076, 30.2670589 ], [ 120.1666016, 30.268826 ], [ 120.1665906, 30.2690099 ], [ 120.1665491, 30.2697009 ], [ 120.1665293, 30.2704208 ], [ 120.1665093, 30.2705806 ], [ 120.1664649, 30.2707509 ], [ 120.1664045, 30.271095 ], [ 120.1663726, 30.2712357 ], [ 120.166238, 30.2716011 ], [ 120.166233, 30.2719849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162195, 30.2723124 ], [ 120.162264, 30.2721157 ], [ 120.1625862, 30.2711976 ], [ 120.1626999, 30.2709364 ], [ 120.1627993, 30.270708 ], [ 120.1634238, 30.2692736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634238, 30.2692736 ], [ 120.1627993, 30.270708 ], [ 120.1626999, 30.2709364 ], [ 120.1625862, 30.2711976 ], [ 120.162264, 30.2721157 ], [ 120.162195, 30.2723124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1661713, 30.2719875 ], [ 120.1660884, 30.2716499 ], [ 120.1661661, 30.2711986 ], [ 120.1662795, 30.2705403 ], [ 120.1663213, 30.2698596 ], [ 120.1663321, 30.2696845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.166233, 30.2719849 ], [ 120.1663705, 30.2719824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1661713, 30.2719875 ], [ 120.166233, 30.2719849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1754113, 30.2725106 ], [ 120.1755006, 30.271773 ], [ 120.1756234, 30.2709523 ], [ 120.1756546, 30.2707594 ], [ 120.1756833, 30.2705817 ], [ 120.17573, 30.2701582 ], [ 120.1757844, 30.2698522 ], [ 120.1758366, 30.2696908 ], [ 120.1759918, 30.2686339 ], [ 120.1759977, 30.2683247 ], [ 120.1760299, 30.2668853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1761373, 30.2668917 ], [ 120.1760924, 30.2682769 ], [ 120.1758979, 30.2698675 ], [ 120.1757105, 30.2710538 ], [ 120.1756182, 30.2718126 ], [ 120.1755459, 30.2725194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "健康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736053, 30.2703459 ], [ 120.1730935, 30.2702939 ], [ 120.172467, 30.2702302 ], [ 120.1720463, 30.2701874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "健康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720463, 30.2701874 ], [ 120.172467, 30.2702302 ], [ 120.1730935, 30.2702939 ], [ 120.1736053, 30.2703459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东健康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720463, 30.2701874 ], [ 120.1719529, 30.2720552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岳家湾" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1734477, 30.2722435 ], [ 120.1735104, 30.2715111 ], [ 120.1735378, 30.2711739 ], [ 120.1736053, 30.2703459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岳家湾" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736053, 30.2703459 ], [ 120.1735378, 30.2711739 ], [ 120.1735104, 30.2715111 ], [ 120.1734477, 30.2722435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大营盘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719388, 30.2721646 ], [ 120.1719529, 30.2720552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大营盘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719529, 30.2720552 ], [ 120.1719388, 30.2721646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719529, 30.2720552 ], [ 120.1729365, 30.2721795 ], [ 120.1732119, 30.272214 ], [ 120.1734477, 30.2722435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660423, 30.2719921 ], [ 120.1661713, 30.2719875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663705, 30.2719824 ], [ 120.1666208, 30.271984 ], [ 120.1673837, 30.271994 ], [ 120.1678942, 30.2720184 ], [ 120.1689674, 30.2720305 ], [ 120.1696588, 30.2720388 ], [ 120.1702477, 30.2720458 ], [ 120.1719529, 30.2720552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.166233, 30.2719849 ], [ 120.1662222, 30.2721269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "中河北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1661761, 30.2721271 ], [ 120.1661713, 30.2719875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663705, 30.2719824 ], [ 120.166375, 30.2721326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660408, 30.2721293 ], [ 120.1660423, 30.2719921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662222, 30.2721269 ], [ 120.1661761, 30.2721271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1661761, 30.2721271 ], [ 120.1660408, 30.2721293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.166375, 30.2721326 ], [ 120.1662222, 30.2721269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660408, 30.2721293 ], [ 120.1659876, 30.2721379 ], [ 120.1659258, 30.2721398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1734523, 30.2723505 ], [ 120.1728905, 30.2722869 ], [ 120.1719388, 30.2721646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岳家湾" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1734477, 30.2722435 ], [ 120.1734523, 30.2723505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岳家湾" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1734523, 30.2723505 ], [ 120.1734477, 30.2722435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1734477, 30.2722435 ], [ 120.1740759, 30.2723434 ], [ 120.1747552, 30.2724346 ], [ 120.1754113, 30.2725106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739095, 30.2724117 ], [ 120.1734523, 30.2723505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1753956, 30.2726065 ], [ 120.1747256, 30.2725282 ], [ 120.174072, 30.2724337 ], [ 120.1740127, 30.2724257 ], [ 120.1739095, 30.2724117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1754113, 30.2725106 ], [ 120.1755459, 30.2725194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1753956, 30.2726065 ], [ 120.1754113, 30.2725106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755459, 30.2725194 ], [ 120.1755305, 30.2726262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755305, 30.2726262 ], [ 120.1753956, 30.2726065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719388, 30.2721646 ], [ 120.1699933, 30.2721411 ], [ 120.1688499, 30.2721339 ], [ 120.1682663, 30.2721394 ], [ 120.1679824, 30.2721336 ], [ 120.1673998, 30.2721232 ], [ 120.1670135, 30.2721213 ], [ 120.1666073, 30.2721278 ], [ 120.166375, 30.2721326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162195, 30.2723124 ], [ 120.1624742, 30.2722408 ], [ 120.1628309, 30.2721493 ], [ 120.1632409, 30.27208 ], [ 120.1634636, 30.2720453 ], [ 120.1637075, 30.272029 ], [ 120.1640361, 30.2720229 ], [ 120.165063, 30.2720405 ], [ 120.1659873, 30.2719969 ], [ 120.1660423, 30.2719921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1659258, 30.2721398 ], [ 120.165885, 30.2721423 ], [ 120.1642454, 30.2721574 ], [ 120.1636438, 30.2721604 ], [ 120.1633076, 30.2721728 ], [ 120.1629325, 30.2722311 ], [ 120.1624867, 30.2723416 ], [ 120.1623654, 30.272393 ], [ 120.1621134, 30.2725032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621134, 30.2725032 ], [ 120.162195, 30.2723124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.162195, 30.2723124 ], [ 120.1621134, 30.2725032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1659074, 30.2740437 ], [ 120.1659085, 30.2739274 ], [ 120.1659126, 30.2735012 ], [ 120.1659136, 30.2733896 ], [ 120.1659163, 30.2731076 ], [ 120.1659198, 30.2727472 ], [ 120.1659258, 30.2721398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.166375, 30.2721326 ], [ 120.1663743, 30.272378 ], [ 120.1663732, 30.2727943 ], [ 120.1663744, 30.2740706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621134, 30.2725032 ], [ 120.1621088, 30.2726687 ], [ 120.1620827, 30.2733253 ], [ 120.1620278, 30.274006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天水巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1659074, 30.2740437 ], [ 120.1641567, 30.2740391 ], [ 120.1621104, 30.2740198 ], [ 120.1620278, 30.274006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天水巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663744, 30.2740706 ], [ 120.1662168, 30.2740442 ], [ 120.1661265, 30.2740321 ], [ 120.1659962, 30.2740363 ], [ 120.1659074, 30.2740437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大营盘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719388, 30.2721646 ], [ 120.1719093, 30.2723878 ], [ 120.1715958, 30.2750441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大营盘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1715958, 30.2750441 ], [ 120.1719093, 30.2723878 ], [ 120.1719388, 30.2721646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1732036, 30.275602 ], [ 120.1732169, 30.2755237 ], [ 120.1732415, 30.2753667 ], [ 120.1732566, 30.2752728 ], [ 120.1737039, 30.273935 ], [ 120.1738867, 30.2725448 ], [ 120.1739095, 30.2724117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1739095, 30.2724117 ], [ 120.1738867, 30.2725448 ], [ 120.1737039, 30.273935 ], [ 120.1732566, 30.2752728 ], [ 120.1732415, 30.2753667 ], [ 120.1732169, 30.2755237 ], [ 120.1732036, 30.275602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744307, 30.277006 ], [ 120.174454, 30.2769024 ], [ 120.1744739, 30.2767737 ], [ 120.1746709, 30.2760742 ], [ 120.1747837, 30.2756119 ], [ 120.1751157, 30.2742507 ], [ 120.1752657, 30.2735625 ], [ 120.1753418, 30.2730458 ], [ 120.1753956, 30.2726065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1755305, 30.2726262 ], [ 120.1754806, 30.2730394 ], [ 120.1753954, 30.2735299 ], [ 120.1752615, 30.274203 ], [ 120.1752512, 30.2742716 ], [ 120.1752072, 30.2744523 ], [ 120.1748019, 30.276119 ], [ 120.1746234, 30.2767913 ], [ 120.1746274, 30.2769149 ], [ 120.1746416, 30.2770297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663744, 30.2740706 ], [ 120.1665886, 30.2741162 ], [ 120.1672909, 30.2742708 ], [ 120.1688793, 30.2744055 ], [ 120.169317, 30.2745464 ], [ 120.1695745, 30.2746501 ], [ 120.169832, 30.2747391 ], [ 120.1700294, 30.2748577 ], [ 120.1703298, 30.2750059 ], [ 120.1705569, 30.2751335 ], [ 120.1709904, 30.2752897 ], [ 120.1712658, 30.2753503 ], [ 120.1715584, 30.2753949 ], [ 120.1719325, 30.2754514 ], [ 120.1729436, 30.2755242 ], [ 120.1732036, 30.275602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1732036, 30.275602 ], [ 120.1729498, 30.2764747 ], [ 120.1729142, 30.2765973 ], [ 120.1728654, 30.2767453 ], [ 120.1728514, 30.2767702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1728514, 30.2767702 ], [ 120.1728654, 30.2767453 ], [ 120.1729142, 30.2765973 ], [ 120.1729498, 30.2764747 ], [ 120.1732036, 30.275602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744307, 30.277006 ], [ 120.1746416, 30.2770297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1796871, 30.2729154 ], [ 120.1793456, 30.2728837 ], [ 120.1783859, 30.2728098 ], [ 120.1779477, 30.2727808 ], [ 120.1775408, 30.2727548 ], [ 120.1755305, 30.2726262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1797205, 30.2728114 ], [ 120.180168, 30.2728805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1797205, 30.2728114 ], [ 120.1804205, 30.2728128 ], [ 120.1809348, 30.2728451 ], [ 120.1815215, 30.2728754 ], [ 120.1823944, 30.2729351 ], [ 120.1824676, 30.272933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180168, 30.2728805 ], [ 120.1796871, 30.2729154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824676, 30.272933 ], [ 120.1825491, 30.2729393 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.182375, 30.273157 ], [ 120.1822848, 30.2731494 ], [ 120.1814558, 30.2730552 ], [ 120.180734, 30.2730043 ], [ 120.1802261, 30.2729684 ], [ 120.1796871, 30.2729154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.182375, 30.273157 ], [ 120.1824676, 30.272933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1825491, 30.2729393 ], [ 120.1824931, 30.273167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "体育场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824931, 30.273167 ], [ 120.182375, 30.273157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1810514, 30.2775924 ], [ 120.1813034, 30.276648 ], [ 120.1815346, 30.2758495 ], [ 120.1816501, 30.2754627 ], [ 120.1817856, 30.274974 ], [ 120.1820538, 30.2741656 ], [ 120.1820645, 30.2741332 ], [ 120.1823551, 30.2732206 ], [ 120.182375, 30.273157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617622, 30.275959 ], [ 120.1617057, 30.2757651 ], [ 120.1616903, 30.2757124 ], [ 120.1617046, 30.2756203 ], [ 120.1618135, 30.2746076 ], [ 120.1618373, 30.2743866 ], [ 120.1618699, 30.2740065 ], [ 120.161891, 30.2734809 ], [ 120.16192, 30.2728835 ], [ 120.1619738, 30.2726099 ], [ 120.1621134, 30.2725032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1620278, 30.274006 ], [ 120.1619933, 30.2743224 ], [ 120.1618415, 30.2757154 ], [ 120.1618216, 30.2757766 ], [ 120.1617622, 30.275959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617622, 30.275959 ], [ 120.1628641, 30.2760397 ], [ 120.163878, 30.2760709 ], [ 120.1643708, 30.2760967 ], [ 120.164632, 30.2761126 ], [ 120.1650382, 30.2761376 ], [ 120.1654056, 30.2761668 ], [ 120.1661145, 30.2762205 ], [ 120.16664, 30.2762749 ], [ 120.1669908, 30.2763004 ], [ 120.1674183, 30.276354 ], [ 120.1685676, 30.2764638 ], [ 120.1689084, 30.2765086 ], [ 120.1710106, 30.2766994 ], [ 120.1717559, 30.276768 ], [ 120.1728559, 30.2768655 ], [ 120.1732424, 30.2768992 ], [ 120.1740843, 30.2769773 ], [ 120.1742821, 30.2769996 ], [ 120.1744307, 30.277006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743554, 30.2772633 ], [ 120.1742243, 30.2772525 ], [ 120.1740613, 30.2772384 ], [ 120.173636, 30.2771899 ], [ 120.172957, 30.2771124 ], [ 120.1721028, 30.2770438 ], [ 120.171706, 30.277013 ], [ 120.1710837, 30.2769647 ], [ 120.1693883, 30.2767948 ], [ 120.1680299, 30.2766663 ], [ 120.1668939, 30.2765659 ], [ 120.1651707, 30.2764249 ], [ 120.1643809, 30.276375 ], [ 120.1638775, 30.2763387 ], [ 120.1634095, 30.2762838 ], [ 120.1617243, 30.2761613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165674, 30.2797346 ], [ 120.1657427, 30.2792843 ], [ 120.1657573, 30.2792331 ], [ 120.1657802, 30.2791524 ], [ 120.165834, 30.2788374 ], [ 120.1658549, 30.2782671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1658549, 30.2782671 ], [ 120.165834, 30.2788374 ], [ 120.1657802, 30.2791524 ], [ 120.1657573, 30.2792331 ], [ 120.1657427, 30.2792843 ], [ 120.165674, 30.2797346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1612674, 30.2786367 ], [ 120.1619124, 30.2786607 ], [ 120.1622021, 30.2786674 ], [ 120.1625532, 30.2786769 ], [ 120.1632359, 30.2786954 ], [ 120.1635706, 30.2787113 ], [ 120.1638595, 30.278763 ], [ 120.1641282, 30.2788439 ], [ 120.1642596, 30.2789126 ], [ 120.164703, 30.2791192 ], [ 120.1651827, 30.2794413 ], [ 120.1653304, 30.2795476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653304, 30.2795476 ], [ 120.1651827, 30.2794413 ], [ 120.164703, 30.2791192 ], [ 120.1642596, 30.2789126 ], [ 120.1641282, 30.2788439 ], [ 120.1638595, 30.278763 ], [ 120.1635706, 30.2787113 ], [ 120.1632359, 30.2786954 ], [ 120.1625532, 30.2786769 ], [ 120.1622021, 30.2786674 ], [ 120.1619124, 30.2786607 ], [ 120.1612674, 30.2786367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1653304, 30.2795476 ], [ 120.1655496, 30.2796653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655496, 30.2796653 ], [ 120.1653304, 30.2795476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824931, 30.273167 ], [ 120.1817945, 30.275371 ], [ 120.1817427, 30.2755105 ], [ 120.1815347, 30.276223 ], [ 120.1815183, 30.2762793 ], [ 120.1814095, 30.2766523 ], [ 120.1811553, 30.2776063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "体育场路高架", "体育场立交" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.180168, 30.2728805 ], [ 120.1815582, 30.2729699 ], [ 120.1828497, 30.2730647 ], [ 120.1833734, 30.2731037 ], [ 120.1836419, 30.2731268 ], [ 120.1839473, 30.2731739 ], [ 120.1842471, 30.2732479 ], [ 120.1846855, 30.2734124 ], [ 120.1849152, 30.2735341 ], [ 120.1850986, 30.2736372 ], [ 120.1853241, 30.2738071 ], [ 120.1855065, 30.2739876 ], [ 120.1857271, 30.274253 ], [ 120.1859108, 30.2745184 ], [ 120.1860518, 30.2747738 ], [ 120.1861866, 30.2750984 ], [ 120.1862643, 30.2753893 ], [ 120.1863001, 30.2755654 ], [ 120.1863174, 30.2757681 ], [ 120.1861827, 30.2774828 ], [ 120.1861719, 30.2778087 ], [ 120.1861526, 30.2783315 ], [ 120.186165, 30.2786089 ], [ 120.1861887, 30.2789616 ], [ 120.1863027, 30.279988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "体育场路高架", "体育场立交" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863027, 30.279988 ], [ 120.1861887, 30.2789616 ], [ 120.186165, 30.2786089 ], [ 120.1861526, 30.2783315 ], [ 120.1861719, 30.2778087 ], [ 120.1861827, 30.2774828 ], [ 120.1863174, 30.2757681 ], [ 120.1863001, 30.2755654 ], [ 120.1862643, 30.2753893 ], [ 120.1861866, 30.2750984 ], [ 120.1860518, 30.2747738 ], [ 120.1859108, 30.2745184 ], [ 120.1857271, 30.274253 ], [ 120.1855065, 30.2739876 ], [ 120.1853241, 30.2738071 ], [ 120.1850986, 30.2736372 ], [ 120.1849152, 30.2735341 ], [ 120.1846855, 30.2734124 ], [ 120.1842471, 30.2732479 ], [ 120.1839473, 30.2731739 ], [ 120.1836419, 30.2731268 ], [ 120.1833734, 30.2731037 ], [ 120.1828497, 30.2730647 ], [ 120.1815582, 30.2729699 ], [ 120.180168, 30.2728805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1746416, 30.2770297 ], [ 120.1748612, 30.2770351 ], [ 120.1762224, 30.2771647 ], [ 120.1768771, 30.2772271 ], [ 120.1774337, 30.2772737 ], [ 120.1779402, 30.2773175 ], [ 120.1782104, 30.2773409 ], [ 120.179052, 30.27742 ], [ 120.1810514, 30.2775924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1809974, 30.2777973 ], [ 120.1792817, 30.2776486 ], [ 120.1785213, 30.2775829 ], [ 120.1782204, 30.2775569 ], [ 120.1772421, 30.2774653 ], [ 120.176012, 30.2773566 ], [ 120.1757401, 30.2773326 ], [ 120.1747605, 30.277272 ], [ 120.1745598, 30.2772852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1810514, 30.2775924 ], [ 120.1811553, 30.2776063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1809974, 30.2777973 ], [ 120.1810514, 30.2775924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1811553, 30.2776063 ], [ 120.1811647, 30.2778044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1811553, 30.2776063 ], [ 120.1828788, 30.2777819 ], [ 120.1844883, 30.2779298 ], [ 120.1857105, 30.2779768 ], [ 120.1860495, 30.2779938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1811647, 30.2778044 ], [ 120.1809974, 30.2777973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743554, 30.2772633 ], [ 120.1744307, 30.277006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1746416, 30.2770297 ], [ 120.1745598, 30.2772852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1745598, 30.2772852 ], [ 120.1743554, 30.2772633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.173069, 30.2809887 ], [ 120.1733186, 30.2802948 ], [ 120.173352, 30.2802018 ], [ 120.1735228, 30.2797269 ], [ 120.1737507, 30.2790276 ], [ 120.1742622, 30.277644 ], [ 120.1743381, 30.2773649 ], [ 120.1743554, 30.2772633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1745598, 30.2772852 ], [ 120.1745285, 30.277382 ], [ 120.1744162, 30.2776866 ], [ 120.1739479, 30.2790542 ], [ 120.1738617, 30.2793267 ], [ 120.1737313, 30.2796427 ], [ 120.1732035, 30.2810265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.173069, 30.2809887 ], [ 120.1724491, 30.2808524 ], [ 120.1723838, 30.2808422 ], [ 120.1722881, 30.2808272 ], [ 120.1721466, 30.2808188 ], [ 120.1718805, 30.2808138 ], [ 120.1714987, 30.2808369 ], [ 120.1710977, 30.2808888 ], [ 120.1707709, 30.2809536 ], [ 120.1706487, 30.2809753 ], [ 120.1703146, 30.2810347 ], [ 120.1701514, 30.2810555 ], [ 120.1701242, 30.281056 ], [ 120.1699656, 30.2810587 ], [ 120.1696019, 30.2810272 ], [ 120.1693359, 30.2810041 ], [ 120.1689888, 30.2809839 ], [ 120.1684844, 30.2809355 ], [ 120.1682566, 30.2809027 ], [ 120.1680539, 30.2808556 ], [ 120.167811, 30.2807955 ], [ 120.1675787, 30.2807184 ], [ 120.1672435, 30.2805961 ], [ 120.1670653, 30.2805076 ], [ 120.1668128, 30.2803779 ], [ 120.1664368, 30.2801771 ], [ 120.1663392, 30.2801217 ], [ 120.1662684, 30.2800815 ], [ 120.165674, 30.2797346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165674, 30.2797346 ], [ 120.1662684, 30.2800815 ], [ 120.1663392, 30.2801217 ], [ 120.1664368, 30.2801771 ], [ 120.1668128, 30.2803779 ], [ 120.1670653, 30.2805076 ], [ 120.1672435, 30.2805961 ], [ 120.1675787, 30.2807184 ], [ 120.167811, 30.2807955 ], [ 120.1680539, 30.2808556 ], [ 120.1682566, 30.2809027 ], [ 120.1684844, 30.2809355 ], [ 120.1689888, 30.2809839 ], [ 120.1693359, 30.2810041 ], [ 120.1696019, 30.2810272 ], [ 120.1699656, 30.2810587 ], [ 120.1701242, 30.281056 ], [ 120.1701514, 30.2810555 ], [ 120.1703146, 30.2810347 ], [ 120.1706487, 30.2809753 ], [ 120.1707709, 30.2809536 ], [ 120.1710977, 30.2808888 ], [ 120.1714987, 30.2808369 ], [ 120.1718805, 30.2808138 ], [ 120.1721466, 30.2808188 ], [ 120.1722881, 30.2808272 ], [ 120.1723838, 30.2808422 ], [ 120.1724491, 30.2808524 ], [ 120.173069, 30.2809887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1732035, 30.2810265 ], [ 120.173069, 30.2809887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.173069, 30.2809887 ], [ 120.1732035, 30.2810265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1732035, 30.2810265 ], [ 120.1736981, 30.2811889 ], [ 120.1738345, 30.2812258 ], [ 120.1751733, 30.2815883 ], [ 120.1755954, 30.2817021 ], [ 120.1761759, 30.2818586 ], [ 120.1767076, 30.2820023 ], [ 120.176903, 30.2820564 ], [ 120.1778858, 30.2823207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255803, 30.2738387 ], [ 120.1256104, 30.2739457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255085, 30.2739509 ], [ 120.1255135, 30.2738495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1290687, 30.273757 ], [ 120.1282955, 30.2738231 ], [ 120.125626, 30.2740507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1256104, 30.2739457 ], [ 120.1255085, 30.2739509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1193599, 30.2741977 ], [ 120.1199058, 30.2741559 ], [ 120.1213216, 30.2740364 ], [ 120.1224518, 30.2739491 ], [ 120.1247612, 30.2738042 ], [ 120.125533, 30.2737383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1256104, 30.2739457 ], [ 120.125626, 30.2740507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255049, 30.2740635 ], [ 120.1255085, 30.2739509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194365, 30.2742448 ], [ 120.1199315, 30.2742525 ], [ 120.1227422, 30.274064 ], [ 120.1255135, 30.2738495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125626, 30.2740507 ], [ 120.1255049, 30.2740635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255085, 30.2739509 ], [ 120.1227405, 30.2741339 ], [ 120.1209078, 30.2742736 ], [ 120.1196206, 30.2743368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1079386, 30.2729707 ], [ 120.1078049, 30.2729048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009251, 30.2782279 ], [ 120.1008654, 30.2779738 ], [ 120.1005993, 30.2769983 ], [ 120.1003481, 30.2757125 ], [ 120.1003598, 30.2756133 ], [ 120.1004663, 30.2747075 ], [ 120.1007583, 30.2737367 ], [ 120.1010885, 30.2726876 ], [ 120.1012687, 30.2721151 ], [ 120.1017315, 30.2706447 ], [ 120.1018547, 30.2702531 ], [ 120.1018978, 30.2701413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018978, 30.2701413 ], [ 120.1018547, 30.2702531 ], [ 120.1017315, 30.2706447 ], [ 120.1012687, 30.2721151 ], [ 120.1010885, 30.2726876 ], [ 120.1007583, 30.2737367 ], [ 120.1004663, 30.2747075 ], [ 120.1003598, 30.2756133 ], [ 120.1003481, 30.2757125 ], [ 120.1005993, 30.2769983 ], [ 120.1008654, 30.2779738 ], [ 120.1009251, 30.2782279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061156, 30.278362 ], [ 120.106838, 30.2759242 ], [ 120.10703, 30.2752762 ], [ 120.1076416, 30.2734349 ], [ 120.1077136, 30.2732091 ], [ 120.1078049, 30.2729048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1079386, 30.2729707 ], [ 120.1078468, 30.2732459 ], [ 120.1077735, 30.2734793 ], [ 120.1077457, 30.2735666 ], [ 120.1071918, 30.2753087 ], [ 120.1071523, 30.2754117 ], [ 120.1068882, 30.276248 ], [ 120.1067448, 30.2767022 ], [ 120.1065336, 30.2774316 ], [ 120.1062626, 30.2783658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009251, 30.2782279 ], [ 120.1009344, 30.2783119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009344, 30.2783119 ], [ 120.1009251, 30.2782279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009251, 30.2782279 ], [ 120.1029944, 30.2782827 ], [ 120.1046445, 30.2783264 ], [ 120.1049276, 30.2783339 ], [ 120.1053286, 30.2783536 ], [ 120.1061156, 30.278362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1061156, 30.278362 ], [ 120.1062626, 30.2783658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1060763, 30.2784778 ], [ 120.1052749, 30.2784428 ], [ 120.1048967, 30.2784289 ], [ 120.1036751, 30.2783909 ], [ 120.1029219, 30.2783675 ], [ 120.1019035, 30.278339 ], [ 120.1017864, 30.2783357 ], [ 120.101103, 30.2783166 ], [ 120.1009344, 30.2783119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1193599, 30.2741977 ], [ 120.1194365, 30.2742448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194365, 30.2742448 ], [ 120.1193599, 30.2741977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153682, 30.2742559 ], [ 120.1155417, 30.2742582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194365, 30.2742448 ], [ 120.1196206, 30.2743368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196206, 30.2743368 ], [ 120.1194365, 30.2742448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155417, 30.2742582 ], [ 120.1161343, 30.2743256 ], [ 120.1170409, 30.274351 ], [ 120.1179476, 30.2743319 ], [ 120.1184022, 30.2743075 ], [ 120.1194365, 30.2742448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153616, 30.2744615 ], [ 120.1153682, 30.2742559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155417, 30.2742582 ], [ 120.1155351, 30.2744922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153616, 30.2744615 ], [ 120.1151137, 30.274423 ], [ 120.1148149, 30.274404 ], [ 120.1140463, 30.2743677 ], [ 120.1138179, 30.2743568 ], [ 120.1123766, 30.2742895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196206, 30.2743368 ], [ 120.1198457, 30.2744814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1255049, 30.2740635 ], [ 120.1240966, 30.2741723 ], [ 120.1225168, 30.274281 ], [ 120.1209072, 30.2744115 ], [ 120.1198457, 30.2744814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1288528, 30.2769118 ], [ 120.1289691, 30.2754427 ], [ 120.1290086, 30.2749445 ], [ 120.1290965, 30.2738336 ], [ 120.1290687, 30.273757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125626, 30.2740507 ], [ 120.1256256, 30.2741236 ], [ 120.1254823, 30.2756353 ], [ 120.1254168, 30.2763259 ], [ 120.1253782, 30.2767333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1252552, 30.2767208 ], [ 120.1252968, 30.2763018 ], [ 120.1255128, 30.2741264 ], [ 120.1255049, 30.2740635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196859, 30.2765419 ], [ 120.1204377, 30.2764956 ], [ 120.1210778, 30.2764442 ], [ 120.1218066, 30.276413 ], [ 120.1224081, 30.2763979 ], [ 120.122754, 30.2763984 ], [ 120.1234756, 30.2764692 ], [ 120.1244515, 30.2765977 ], [ 120.1252552, 30.2767208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1252552, 30.2767208 ], [ 120.1244515, 30.2765977 ], [ 120.1234756, 30.2764692 ], [ 120.122754, 30.2763984 ], [ 120.1224081, 30.2763979 ], [ 120.1218066, 30.276413 ], [ 120.1210778, 30.2764442 ], [ 120.1204377, 30.2764956 ], [ 120.1196859, 30.2765419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1253782, 30.2767333 ], [ 120.1252552, 30.2767208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1252552, 30.2767208 ], [ 120.1253782, 30.2767333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1253782, 30.2767333 ], [ 120.1263809, 30.2767828 ], [ 120.1270807, 30.2768174 ], [ 120.1271253, 30.2768199 ], [ 120.1277335, 30.276849 ], [ 120.1283374, 30.2768871 ], [ 120.1288528, 30.2769118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1288528, 30.2769118 ], [ 120.1283374, 30.2768871 ], [ 120.1277335, 30.276849 ], [ 120.1271253, 30.2768199 ], [ 120.1270807, 30.2768174 ], [ 120.1263809, 30.2767828 ], [ 120.1253782, 30.2767333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1198457, 30.2744814 ], [ 120.1196206, 30.2743368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196206, 30.2743368 ], [ 120.1191797, 30.2743955 ], [ 120.1185379, 30.2744495 ], [ 120.1176979, 30.2744673 ], [ 120.117037, 30.2744813 ], [ 120.116247, 30.2744613 ], [ 120.1157213, 30.2744488 ], [ 120.1155351, 30.2744922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155351, 30.2744922 ], [ 120.1153616, 30.2744615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1198457, 30.2744814 ], [ 120.1195006, 30.2745082 ], [ 120.1192377, 30.2745252 ], [ 120.1190843, 30.2745649 ], [ 120.1189811, 30.2745857 ], [ 120.1186295, 30.2745989 ], [ 120.1184152, 30.2746121 ], [ 120.1172959, 30.2746374 ], [ 120.1161034, 30.274614 ], [ 120.115713, 30.2745985 ], [ 120.1155351, 30.2744922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152294, 30.2765409 ], [ 120.1152276, 30.2764016 ], [ 120.1153208, 30.2751519 ], [ 120.1153616, 30.2744615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196859, 30.2765419 ], [ 120.1197764, 30.2757129 ], [ 120.1198054, 30.2753911 ], [ 120.1198723, 30.2746499 ], [ 120.1198702, 30.2745595 ], [ 120.1198457, 30.2744814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1198457, 30.2744814 ], [ 120.1198702, 30.2745595 ], [ 120.1198723, 30.2746499 ], [ 120.1198054, 30.2753911 ], [ 120.1197764, 30.2757129 ], [ 120.1196859, 30.2765419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1155351, 30.2744922 ], [ 120.115483, 30.2752262 ], [ 120.1153897, 30.27654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1123766, 30.2742895 ], [ 120.1122529, 30.2747473 ], [ 120.1122488, 30.2747624 ], [ 120.1121891, 30.2749555 ], [ 120.1121617, 30.2750514 ], [ 120.1120022, 30.2751914 ], [ 120.1118675, 30.275281 ], [ 120.1117625, 30.2754174 ], [ 120.1117216, 30.2755478 ], [ 120.1116789, 30.2759191 ], [ 120.1116784, 30.2760385 ], [ 120.1116571, 30.2761855 ], [ 120.1116429, 30.2765362 ], [ 120.1115843, 30.2768969 ], [ 120.1115133, 30.277127 ], [ 120.1111097, 30.2784357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1111097, 30.2784357 ], [ 120.1115133, 30.277127 ], [ 120.1115843, 30.2768969 ], [ 120.1116429, 30.2765362 ], [ 120.1116571, 30.2761855 ], [ 120.1116784, 30.2760385 ], [ 120.1116789, 30.2759191 ], [ 120.1117216, 30.2755478 ], [ 120.1117625, 30.2754174 ], [ 120.1118675, 30.275281 ], [ 120.1120022, 30.2751914 ], [ 120.1121617, 30.2750514 ], [ 120.1121891, 30.2749555 ], [ 120.1122488, 30.2747624 ], [ 120.1122529, 30.2747473 ], [ 120.1123766, 30.2742895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘苗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152294, 30.2765409 ], [ 120.1153897, 30.27654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "塘苗桥", "塘苗路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153897, 30.27654 ], [ 120.1192887, 30.2765399 ], [ 120.1194313, 30.2765414 ], [ 120.1196859, 30.2765419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.115097, 30.2784786 ], [ 120.1151576, 30.2776944 ], [ 120.1152036, 30.2769549 ], [ 120.1152294, 30.2765409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153897, 30.27654 ], [ 120.1153066, 30.2776474 ], [ 120.1152573, 30.2784883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194736, 30.2786732 ], [ 120.1195683, 30.2781414 ], [ 120.1196217, 30.2772721 ], [ 120.1196384, 30.2770007 ], [ 120.1196859, 30.2765419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196859, 30.2765419 ], [ 120.1196384, 30.2770007 ], [ 120.1196217, 30.2772721 ], [ 120.1195683, 30.2781414 ], [ 120.1194736, 30.2786732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1111097, 30.2784357 ], [ 120.1118964, 30.2784449 ], [ 120.1128845, 30.2784564 ], [ 120.1142438, 30.2784674 ], [ 120.1146809, 30.2784709 ], [ 120.11488, 30.2784725 ], [ 120.115097, 30.2784786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.115097, 30.2784786 ], [ 120.1152573, 30.2784883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1111097, 30.2784357 ], [ 120.1109686, 30.2785376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1109686, 30.2785376 ], [ 120.1111097, 30.2784357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1288528, 30.2769118 ], [ 120.1302287, 30.2769924 ], [ 120.1313932, 30.2770644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1313932, 30.2770644 ], [ 120.1302287, 30.2769924 ], [ 120.1288528, 30.2769118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1313932, 30.2770644 ], [ 120.1315113, 30.2770738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山横路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1315113, 30.2770738 ], [ 120.1313932, 30.2770644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250885, 30.2790166 ], [ 120.1252552, 30.2767208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1253782, 30.2767333 ], [ 120.1253117, 30.2775575 ], [ 120.1252319, 30.2785469 ], [ 120.1252284, 30.2785909 ], [ 120.1251923, 30.2790379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1286774, 30.2792031 ], [ 120.1287421, 30.2783582 ], [ 120.1287643, 30.278068 ], [ 120.1288078, 30.2775001 ], [ 120.1288528, 30.2769118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.131256, 30.2793627 ], [ 120.1313932, 30.2770644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1315113, 30.2770738 ], [ 120.131454, 30.2779621 ], [ 120.1314398, 30.278183 ], [ 120.1313635, 30.2793664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194736, 30.2786732 ], [ 120.1196692, 30.278715 ], [ 120.1206653, 30.2787688 ], [ 120.1218344, 30.2788271 ], [ 120.1221343, 30.2788473 ], [ 120.1235939, 30.2789309 ], [ 120.1250885, 30.2790166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150803, 30.2786133 ], [ 120.115097, 30.2784786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152573, 30.2784883 ], [ 120.1152452, 30.278611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150803, 30.2786133 ], [ 120.1148769, 30.278602 ], [ 120.1146678, 30.2785986 ], [ 120.1142464, 30.2785916 ], [ 120.1126598, 30.2785655 ], [ 120.1109686, 30.2785376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152573, 30.2784883 ], [ 120.1170818, 30.2785794 ], [ 120.1175141, 30.2786063 ], [ 120.1181857, 30.278648 ], [ 120.1185269, 30.2786196 ], [ 120.1187397, 30.2786317 ], [ 120.1194736, 30.2786732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152452, 30.278611 ], [ 120.1150803, 30.2786133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150803, 30.2786133 ], [ 120.1152452, 30.278611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.119482, 30.2787852 ], [ 120.1187289, 30.2787516 ], [ 120.1185143, 30.278742 ], [ 120.1175796, 30.2787002 ], [ 120.1170751, 30.2786777 ], [ 120.1169479, 30.2786731 ], [ 120.1165297, 30.2786578 ], [ 120.1152452, 30.278611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194736, 30.2786732 ], [ 120.119482, 30.2787852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.119482, 30.2787852 ], [ 120.1194736, 30.2786732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1218622, 30.2789289 ], [ 120.1206632, 30.2788569 ], [ 120.1204361, 30.2788466 ], [ 120.119482, 30.2787852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250885, 30.2790166 ], [ 120.1251923, 30.2790379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250748, 30.279129 ], [ 120.1224454, 30.2789652 ], [ 120.1218622, 30.2789289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250748, 30.279129 ], [ 120.1250885, 30.2790166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251923, 30.2790379 ], [ 120.1251778, 30.2791303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251923, 30.2790379 ], [ 120.1268649, 30.2791204 ], [ 120.1286774, 30.2792031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251778, 30.2791303 ], [ 120.1250748, 30.279129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1286766, 30.2793164 ], [ 120.1276395, 30.2792583 ], [ 120.1269092, 30.2792174 ], [ 120.1268587, 30.279216 ], [ 120.1251778, 30.2791303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黄姑山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1286766, 30.2793164 ], [ 120.1286774, 30.2792031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1286774, 30.2792031 ], [ 120.1293473, 30.2792446 ], [ 120.131256, 30.2793627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.131256, 30.2793627 ], [ 120.1313635, 30.2793664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1096038, 30.2811871 ], [ 120.1098538, 30.2807523 ], [ 120.1101147, 30.2803718 ], [ 120.1101807, 30.2802836 ], [ 120.1103388, 30.2800721 ], [ 120.1104753, 30.2798889 ], [ 120.1105028, 30.2798371 ], [ 120.1106371, 30.2795835 ], [ 120.110781, 30.2793497 ], [ 120.1108322, 30.2791542 ], [ 120.1108865, 30.2788824 ], [ 120.1109014, 30.27871 ], [ 120.1109686, 30.2785376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1109686, 30.2785376 ], [ 120.1109014, 30.27871 ], [ 120.1108865, 30.2788824 ], [ 120.1108322, 30.2791542 ], [ 120.110781, 30.2793497 ], [ 120.1106371, 30.2795835 ], [ 120.1105028, 30.2798371 ], [ 120.1104753, 30.2798889 ], [ 120.1103388, 30.2800721 ], [ 120.1101807, 30.2802836 ], [ 120.1101147, 30.2803718 ], [ 120.1098538, 30.2807523 ], [ 120.1096038, 30.2811871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1149244, 30.2812627 ], [ 120.1149497, 30.2808194 ], [ 120.1149716, 30.2804359 ], [ 120.1149871, 30.280204 ], [ 120.1150239, 30.279669 ], [ 120.1150154, 30.2794238 ], [ 120.1150445, 30.2788129 ], [ 120.1150803, 30.2786133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152452, 30.278611 ], [ 120.1151999, 30.2792125 ], [ 120.1151403, 30.2798073 ], [ 120.1150994, 30.2802162 ], [ 120.1150789, 30.2804547 ], [ 120.1150358, 30.2812716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1192173, 30.2813676 ], [ 120.1193263, 30.280403 ], [ 120.1193595, 30.2801086 ], [ 120.1193844, 30.2798396 ], [ 120.119482, 30.2787852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.119482, 30.2787852 ], [ 120.1193844, 30.2798396 ], [ 120.1193595, 30.2801086 ], [ 120.1193263, 30.280403 ], [ 120.1192173, 30.2813676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉绿一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1119164, 30.279875 ], [ 120.1118402, 30.2808853 ], [ 120.1118151, 30.281219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉绿一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118151, 30.281219 ], [ 120.1118402, 30.2808853 ], [ 120.1119164, 30.279875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1096038, 30.2811871 ], [ 120.1118151, 30.281219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118151, 30.281219 ], [ 120.1126084, 30.2812377 ], [ 120.1127494, 30.2812301 ], [ 120.114077, 30.2812521 ], [ 120.1143478, 30.2812565 ], [ 120.1149244, 30.2812627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409302, 30.2743585 ], [ 120.1409099, 30.2742582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409099, 30.2742582 ], [ 120.1409302, 30.2743585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409195, 30.2741202 ], [ 120.1416202, 30.274176 ], [ 120.1418307, 30.2741923 ], [ 120.1423468, 30.2742376 ], [ 120.143581, 30.2743566 ], [ 120.1460956, 30.2745989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460574, 30.2747295 ], [ 120.1430574, 30.2744402 ], [ 120.1423104, 30.2743682 ], [ 120.1417918, 30.274326 ], [ 120.1415283, 30.2743034 ], [ 120.1409099, 30.2742582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金祝北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460956, 30.2745989 ], [ 120.1461318, 30.2744948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460341, 30.2748343 ], [ 120.1427782, 30.2745133 ], [ 120.1422915, 30.2744653 ], [ 120.1416993, 30.2744193 ], [ 120.1415008, 30.2744007 ], [ 120.1409302, 30.2743585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金祝北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460574, 30.2747295 ], [ 120.1460956, 30.2745989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1461318, 30.2744948 ], [ 120.1467765, 30.2745581 ], [ 120.1475442, 30.2746334 ], [ 120.149776, 30.2748524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460956, 30.2745989 ], [ 120.1497592, 30.2749511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金祝北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460341, 30.2748343 ], [ 120.1460574, 30.2747295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.149776, 30.2748524 ], [ 120.1499085, 30.2748575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497483, 30.2750456 ], [ 120.1460574, 30.2747295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497592, 30.2749511 ], [ 120.149776, 30.2748524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1499085, 30.2748575 ], [ 120.1498943, 30.274965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497592, 30.2749511 ], [ 120.1498943, 30.274965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1499085, 30.2748575 ], [ 120.1509589, 30.274934 ], [ 120.1511437, 30.2749475 ], [ 120.1516771, 30.2749914 ], [ 120.1518904, 30.2750123 ], [ 120.1524104, 30.2750649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497421, 30.275136 ], [ 120.1482175, 30.275012 ], [ 120.1460341, 30.2748343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497483, 30.2750456 ], [ 120.1497592, 30.2749511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1498943, 30.274965 ], [ 120.1498822, 30.2750522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1498822, 30.2750522 ], [ 120.1497483, 30.2750456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1525189, 30.2751647 ], [ 120.1548747, 30.2753492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1524802, 30.2752814 ], [ 120.1523477, 30.2752674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548747, 30.2753492 ], [ 120.1548861, 30.275245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1523155, 30.2753597 ], [ 120.1523477, 30.2752674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1524802, 30.2752814 ], [ 120.152449, 30.2753695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548861, 30.275245 ], [ 120.1552189, 30.2752704 ], [ 120.1564193, 30.2753643 ], [ 120.1573558, 30.2754375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.152449, 30.2753695 ], [ 120.1523155, 30.2753597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548784, 30.2754666 ], [ 120.1524802, 30.2752814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548784, 30.2754666 ], [ 120.1548747, 30.2753492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548849, 30.2755394 ], [ 120.1539504, 30.2754742 ], [ 120.1535559, 30.2754467 ], [ 120.1534575, 30.2754398 ], [ 120.152449, 30.2753695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1498943, 30.274965 ], [ 120.1510776, 30.2750585 ], [ 120.1516548, 30.2751038 ], [ 120.1518032, 30.2751165 ], [ 120.1523655, 30.2751604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1497421, 30.275136 ], [ 120.1497483, 30.2750456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1498822, 30.2750522 ], [ 120.1498743, 30.2751458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1523477, 30.2752674 ], [ 120.1517616, 30.2752231 ], [ 120.1515444, 30.2752016 ], [ 120.1510592, 30.2751634 ], [ 120.1498822, 30.2750522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1523155, 30.2753597 ], [ 120.1517368, 30.2753111 ], [ 120.1515082, 30.2752896 ], [ 120.1510454, 30.2752497 ], [ 120.1504445, 30.2751933 ], [ 120.1500272, 30.2751542 ], [ 120.1498743, 30.2751458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "莫干山路", "环城西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1495362, 30.2768505 ], [ 120.1496065, 30.2762966 ], [ 120.1496865, 30.2755399 ], [ 120.1497351, 30.2752165 ], [ 120.1497421, 30.275136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "莫干山路", "环城西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1498743, 30.2751458 ], [ 120.1498587, 30.2752263 ], [ 120.1497972, 30.2755494 ], [ 120.1496947, 30.2763486 ], [ 120.1496372, 30.276875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1515228, 30.2773173 ], [ 120.1520399, 30.2760473 ], [ 120.152296, 30.2754385 ], [ 120.1523155, 30.2753597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.152449, 30.2753695 ], [ 120.152398, 30.2754485 ], [ 120.1522154, 30.2758682 ], [ 120.152139, 30.276044 ], [ 120.1516144, 30.2773276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1495362, 30.2768505 ], [ 120.1496372, 30.276875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548849, 30.2755394 ], [ 120.1548784, 30.2754666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573558, 30.2754375 ], [ 120.1581938, 30.2755227 ], [ 120.1595919, 30.2756649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548747, 30.2753492 ], [ 120.1566483, 30.2754835 ], [ 120.1573005, 30.2755329 ], [ 120.1617622, 30.275959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1600699, 30.2759873 ], [ 120.1597384, 30.275864 ], [ 120.1571909, 30.2756405 ], [ 120.1563558, 30.2755777 ], [ 120.1548784, 30.2754666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1600699, 30.2759873 ], [ 120.1581196, 30.2758129 ], [ 120.157201, 30.2757107 ], [ 120.156548, 30.2756573 ], [ 120.1560689, 30.2756181 ], [ 120.1548849, 30.2755394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595919, 30.2756649 ], [ 120.16002, 30.275701 ], [ 120.1614738, 30.2758236 ], [ 120.1617622, 30.275959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617622, 30.275959 ], [ 120.1617243, 30.2761613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617243, 30.2761613 ], [ 120.1617622, 30.275959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "环城北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617243, 30.2761613 ], [ 120.1607993, 30.2760593 ], [ 120.1600699, 30.2759873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1516144, 30.2773276 ], [ 120.1521677, 30.2774467 ], [ 120.1527058, 30.2774361 ], [ 120.1527889, 30.2774345 ], [ 120.1528166, 30.277434 ], [ 120.1533669, 30.2774332 ], [ 120.1533904, 30.2774332 ], [ 120.1540052, 30.277441 ], [ 120.1540903, 30.2774422 ], [ 120.1544961, 30.2774459 ], [ 120.154703, 30.2774477 ], [ 120.1547029, 30.2770947 ], [ 120.1547376, 30.2768841 ], [ 120.1548115, 30.2763924 ], [ 120.1548827, 30.2757094 ], [ 120.1548762, 30.2756377 ], [ 120.1548849, 30.2755394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362702, 30.2737402 ], [ 120.1382118, 30.2738989 ], [ 120.1409195, 30.2741202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362416, 30.2739381 ], [ 120.1362246, 30.2740039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362246, 30.2740039 ], [ 120.1362416, 30.2739381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409099, 30.2742582 ], [ 120.1362541, 30.2738489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天目山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409302, 30.2743585 ], [ 120.1374119, 30.274043 ], [ 120.1362416, 30.2739381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1313932, 30.2770644 ], [ 120.1314367, 30.2764773 ], [ 120.1314577, 30.2761938 ], [ 120.1315054, 30.2755498 ], [ 120.1315172, 30.2754358 ], [ 120.131604, 30.274595 ], [ 120.1316664, 30.2736716 ], [ 120.1316823, 30.2735911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1318296, 30.2735857 ], [ 120.1318078, 30.2736573 ], [ 120.1317126, 30.274638 ], [ 120.1316351, 30.2755251 ], [ 120.1315113, 30.2770738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367754, 30.2796802 ], [ 120.1376728, 30.2789435 ], [ 120.1383198, 30.2782236 ], [ 120.1384895, 30.2780347 ], [ 120.1386298, 30.2778669 ], [ 120.1389542, 30.2774791 ], [ 120.1398618, 30.276385 ], [ 120.1403101, 30.2758287 ], [ 120.1405033, 30.2756017 ], [ 120.1406865, 30.2753746 ], [ 120.1407242, 30.2753023 ], [ 120.140817, 30.2751246 ], [ 120.140885, 30.2749243 ], [ 120.1409194, 30.2746631 ], [ 120.1409322, 30.2744205 ], [ 120.1409302, 30.2743585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1409302, 30.2743585 ], [ 120.1409322, 30.2744205 ], [ 120.1409194, 30.2746631 ], [ 120.140885, 30.2749243 ], [ 120.140817, 30.2751246 ], [ 120.1407242, 30.2753023 ], [ 120.1406865, 30.2753746 ], [ 120.1405033, 30.2756017 ], [ 120.1403101, 30.2758287 ], [ 120.1398618, 30.276385 ], [ 120.1389542, 30.2774791 ], [ 120.1386298, 30.2778669 ], [ 120.1384895, 30.2780347 ], [ 120.1383198, 30.2782236 ], [ 120.1376728, 30.2789435 ], [ 120.1367754, 30.2796802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1313635, 30.2793664 ], [ 120.1325536, 30.279445 ], [ 120.1336198, 30.2795155 ], [ 120.1336776, 30.279515 ], [ 120.1346285, 30.2795693 ], [ 120.1357946, 30.2796289 ], [ 120.1367754, 30.2796802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1496372, 30.276875 ], [ 120.1495362, 30.2768505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1515228, 30.2773173 ], [ 120.1509474, 30.2772274 ], [ 120.1507008, 30.2771619 ], [ 120.1505399, 30.2771178 ], [ 120.1496372, 30.276875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1496372, 30.276875 ], [ 120.1505399, 30.2771178 ], [ 120.1507008, 30.2771619 ], [ 120.1509474, 30.2772274 ], [ 120.1515228, 30.2773173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1516144, 30.2773276 ], [ 120.1515228, 30.2773173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "密渡桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1515228, 30.2773173 ], [ 120.1516144, 30.2773276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1460341, 30.2748343 ], [ 120.1460223, 30.2749088 ], [ 120.1460076, 30.2753114 ], [ 120.145935, 30.2757975 ], [ 120.1458184, 30.2760252 ], [ 120.1454942, 30.2763514 ], [ 120.1448452, 30.2770525 ], [ 120.1441071, 30.2778193 ], [ 120.1434749, 30.2783116 ], [ 120.143108, 30.2785973 ], [ 120.1427833, 30.2788501 ], [ 120.1427267, 30.2799886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427267, 30.2799886 ], [ 120.1427833, 30.2788501 ], [ 120.143108, 30.2785973 ], [ 120.1434749, 30.2783116 ], [ 120.1441071, 30.2778193 ], [ 120.1448452, 30.2770525 ], [ 120.1454942, 30.2763514 ], [ 120.1458184, 30.2760252 ], [ 120.145935, 30.2757975 ], [ 120.1460076, 30.2753114 ], [ 120.1460223, 30.2749088 ], [ 120.1460341, 30.2748343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1466019, 30.2802118 ], [ 120.1472994, 30.2795673 ], [ 120.1473564, 30.2795146 ], [ 120.147943, 30.2790122 ], [ 120.1488946, 30.2780805 ], [ 120.1491578, 30.2777481 ], [ 120.1493271, 30.2775148 ], [ 120.1494346, 30.2772988 ], [ 120.149502, 30.2770807 ], [ 120.1495362, 30.2768505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1496372, 30.276875 ], [ 120.1496066, 30.2770769 ], [ 120.149542, 30.2773197 ], [ 120.1494067, 30.2775515 ], [ 120.1492411, 30.277801 ], [ 120.1489921, 30.2781174 ], [ 120.1486109, 30.2784889 ], [ 120.1480143, 30.2790701 ], [ 120.1473104, 30.2796586 ], [ 120.1467286, 30.2802329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1500858, 30.2809415 ], [ 120.1502833, 30.2805175 ], [ 120.1504751, 30.2800532 ], [ 120.1508707, 30.2791306 ], [ 120.151044, 30.2786461 ], [ 120.1511689, 30.2783064 ], [ 120.1515228, 30.2773173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1516144, 30.2773276 ], [ 120.1512275, 30.2783827 ], [ 120.1509679, 30.279082 ], [ 120.1508378, 30.2794324 ], [ 120.1501989, 30.2809647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426752, 30.280117 ], [ 120.1413168, 30.2800272 ], [ 120.1409108, 30.2800003 ], [ 120.1398247, 30.2799284 ], [ 120.1394662, 30.2799114 ], [ 120.1388788, 30.2798836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426752, 30.280117 ], [ 120.1427267, 30.2799886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427267, 30.2799886 ], [ 120.1426752, 30.280117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427267, 30.2799886 ], [ 120.1452012, 30.2800958 ], [ 120.1466019, 30.2802118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1466019, 30.2802118 ], [ 120.1467286, 30.2802329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1464879, 30.2803342 ], [ 120.1461518, 30.2802987 ], [ 120.1452029, 30.2802152 ], [ 120.1448048, 30.2802023 ], [ 120.1440665, 30.2801619 ], [ 120.1426752, 30.280117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1464879, 30.2803342 ], [ 120.1466019, 30.2802118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1467286, 30.2802329 ], [ 120.1466099, 30.2803627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1466099, 30.2803627 ], [ 120.1464879, 30.2803342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1285221, 30.2817284 ], [ 120.1280753, 30.281879 ], [ 120.1276292, 30.2819845 ], [ 120.1275752, 30.2819949 ], [ 120.1273026, 30.2820474 ], [ 120.126817, 30.2820531 ], [ 120.1249253, 30.2819114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1248141, 30.2819061 ], [ 120.1249253, 30.2819114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249253, 30.2819114 ], [ 120.1248141, 30.2819061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "教工路 Jiaogong Road", "教工路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1307617, 30.285335 ], [ 120.1308843, 30.2834713 ], [ 120.1310698, 30.2816537 ], [ 120.1311131, 30.2811054 ], [ 120.1312429, 30.2794602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1313477, 30.279465 ], [ 120.1311617, 30.2816482 ], [ 120.1311201, 30.2823039 ], [ 120.1310653, 30.2828478 ], [ 120.1309957, 30.2834781 ], [ 120.1309848, 30.2836843 ], [ 120.130878, 30.2853375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1246107, 30.2849973 ], [ 120.1248141, 30.2819061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249253, 30.2819114 ], [ 120.1247022, 30.2850008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1246107, 30.2849973 ], [ 120.1247022, 30.2850008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1245988, 30.2850576 ], [ 120.1246107, 30.2849973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1247022, 30.2850008 ], [ 120.1246928, 30.2850682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366342, 30.2797937 ], [ 120.1357894, 30.2797455 ], [ 120.1347632, 30.279687 ], [ 120.1336169, 30.2795979 ], [ 120.1329498, 30.2795526 ], [ 120.1324488, 30.2795185 ], [ 120.1313477, 30.279465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367754, 30.2796802 ], [ 120.1366342, 30.2797937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366342, 30.2797937 ], [ 120.1367754, 30.2796802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1367754, 30.2796802 ], [ 120.1370017, 30.2796888 ], [ 120.1373696, 30.2797044 ], [ 120.1398335, 30.2798083 ], [ 120.1403384, 30.2798398 ], [ 120.1427267, 30.2799886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1388788, 30.2798836 ], [ 120.1386694, 30.2798772 ], [ 120.1373258, 30.2798359 ], [ 120.1368608, 30.2798075 ], [ 120.1366342, 30.2797937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366721, 30.2856635 ], [ 120.1366649, 30.2856207 ], [ 120.1365808, 30.285123 ], [ 120.1364863, 30.2848227 ], [ 120.1364627, 30.2847711 ], [ 120.1364299, 30.2846995 ], [ 120.1362485, 30.2843037 ], [ 120.1360958, 30.2840178 ], [ 120.1356055, 30.283186 ], [ 120.1354984, 30.2829852 ], [ 120.1354419, 30.2827989 ], [ 120.1354084, 30.2826125 ], [ 120.1354241, 30.2823666 ], [ 120.1354355, 30.2822966 ], [ 120.1354854, 30.2819897 ], [ 120.1355171, 30.2818319 ], [ 120.135607, 30.2813844 ], [ 120.1356659, 30.281134 ], [ 120.1357995, 30.2808115 ], [ 120.1359379, 30.2805592 ], [ 120.1361655, 30.2802621 ], [ 120.1366342, 30.2797937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366342, 30.2797937 ], [ 120.1361655, 30.2802621 ], [ 120.1359379, 30.2805592 ], [ 120.1357995, 30.2808115 ], [ 120.1356659, 30.281134 ], [ 120.135607, 30.2813844 ], [ 120.1355171, 30.2818319 ], [ 120.1354854, 30.2819897 ], [ 120.1354355, 30.2822966 ], [ 120.1354241, 30.2823666 ], [ 120.1354084, 30.2826125 ], [ 120.1354419, 30.2827989 ], [ 120.1354984, 30.2829852 ], [ 120.1356055, 30.283186 ], [ 120.1360958, 30.2840178 ], [ 120.1362485, 30.2843037 ], [ 120.1364299, 30.2846995 ], [ 120.1364627, 30.2847711 ], [ 120.1364863, 30.2848227 ], [ 120.1365808, 30.285123 ], [ 120.1366649, 30.2856207 ], [ 120.1366721, 30.2856635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "求智巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1388847, 30.2857611 ], [ 120.1388861, 30.2857288 ], [ 120.1389276, 30.2847655 ], [ 120.1389598, 30.283957 ], [ 120.1389491, 30.2838177 ], [ 120.13893, 30.283644 ], [ 120.1387511, 30.2834205 ], [ 120.1387809, 30.281513 ], [ 120.1388406, 30.2813789 ], [ 120.1388788, 30.2798836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "求智巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1388788, 30.2798836 ], [ 120.1388406, 30.2813789 ], [ 120.1387809, 30.281513 ], [ 120.1387511, 30.2834205 ], [ 120.13893, 30.283644 ], [ 120.1389491, 30.2838177 ], [ 120.1389598, 30.283957 ], [ 120.1389276, 30.2847655 ], [ 120.1388861, 30.2857288 ], [ 120.1388847, 30.2857611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.130878, 30.2853375 ], [ 120.1328427, 30.2854679 ], [ 120.1332374, 30.2854971 ], [ 120.133706, 30.2855238 ], [ 120.134536, 30.285571 ], [ 120.1366721, 30.2856635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312429, 30.2794602 ], [ 120.1286766, 30.2793164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312429, 30.2794602 ], [ 120.131256, 30.2793627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1313635, 30.2793664 ], [ 120.1313477, 30.279465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1313477, 30.279465 ], [ 120.1312429, 30.2794602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工专路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1218622, 30.2789289 ], [ 120.1219482, 30.2802025 ], [ 120.1219522, 30.2814426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工专路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1219522, 30.2814426 ], [ 120.1219482, 30.2802025 ], [ 120.1218622, 30.2789289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1248141, 30.2819061 ], [ 120.1249789, 30.2805213 ], [ 120.1249785, 30.2801692 ], [ 120.1250748, 30.279129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251778, 30.2791303 ], [ 120.1251329, 30.2797039 ], [ 120.1251011, 30.2801797 ], [ 120.1249253, 30.2819114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1219522, 30.2814426 ], [ 120.1228959, 30.2814861 ], [ 120.1231229, 30.2815444 ], [ 120.123491, 30.2816779 ], [ 120.123761, 30.2817763 ], [ 120.1239122, 30.2818245 ], [ 120.1240782, 30.2818556 ], [ 120.1243007, 30.2818712 ], [ 120.1245634, 30.2818937 ], [ 120.1248141, 30.2819061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249253, 30.2819114 ], [ 120.126817, 30.2820531 ], [ 120.1273026, 30.2820474 ], [ 120.1275752, 30.2819949 ], [ 120.1276292, 30.2819845 ], [ 120.1280753, 30.281879 ], [ 120.1285221, 30.2817284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0958863, 30.2781297 ], [ 120.0932587, 30.2780342 ], [ 120.092321, 30.2780025 ], [ 120.0897492, 30.2779641 ], [ 120.0895255, 30.2779463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0958965, 30.2780458 ], [ 120.0960208, 30.2780493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0958863, 30.2781297 ], [ 120.0958965, 30.2780458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960208, 30.2780493 ], [ 120.0960063, 30.2781294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960063, 30.2781294 ], [ 120.0958863, 30.2781297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960208, 30.2780493 ], [ 120.0988128, 30.278151 ], [ 120.1006962, 30.2782196 ], [ 120.1009251, 30.2782279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009344, 30.2783119 ], [ 120.0998765, 30.2782634 ], [ 120.0989583, 30.2782316 ], [ 120.0986257, 30.2782201 ], [ 120.0960063, 30.2781294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0895255, 30.2779463 ], [ 120.089316, 30.2787787 ], [ 120.0893001, 30.2788405 ], [ 120.0887872, 30.2808315 ], [ 120.0884659, 30.2820614 ], [ 120.0881457, 30.2832869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881457, 30.2832869 ], [ 120.0884659, 30.2820614 ], [ 120.0887872, 30.2808315 ], [ 120.0893001, 30.2788405 ], [ 120.089316, 30.2787787 ], [ 120.0895255, 30.2779463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0948213, 30.2837854 ], [ 120.0950143, 30.2826783 ], [ 120.0952845, 30.2811281 ], [ 120.0955787, 30.2796622 ], [ 120.0958863, 30.2781297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960063, 30.2781294 ], [ 120.0957847, 30.2793186 ], [ 120.0957195, 30.2796686 ], [ 120.0953357, 30.2817275 ], [ 120.0951164, 30.2829041 ], [ 120.0949507, 30.2837931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881457, 30.2832869 ], [ 120.0881176, 30.2833967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881176, 30.2833967 ], [ 120.0881457, 30.2832869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881457, 30.2832869 ], [ 120.0891251, 30.2833501 ], [ 120.091604, 30.2835462 ], [ 120.0926082, 30.2836209 ], [ 120.0948213, 30.2837854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0948016, 30.2838952 ], [ 120.0931929, 30.2837687 ], [ 120.0915552, 30.2836399 ], [ 120.0881176, 30.2833967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0948213, 30.2837854 ], [ 120.0949507, 30.2837931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0948016, 30.2838952 ], [ 120.0948213, 30.2837854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949507, 30.2837931 ], [ 120.0949237, 30.283906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949507, 30.2837931 ], [ 120.0962956, 30.2838422 ], [ 120.0971074, 30.2838718 ], [ 120.0983042, 30.2839111 ], [ 120.0985742, 30.28392 ], [ 120.1001103, 30.2839704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949237, 30.283906 ], [ 120.0948016, 30.2838952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1062626, 30.2783658 ], [ 120.1076013, 30.2783851 ], [ 120.1082252, 30.2783941 ], [ 120.1094124, 30.2784173 ], [ 120.1111097, 30.2784357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1060763, 30.2784778 ], [ 120.1061156, 30.278362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1062626, 30.2783658 ], [ 120.1062248, 30.2784809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1062248, 30.2784809 ], [ 120.1060763, 30.2784778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文三西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1109686, 30.2785376 ], [ 120.1077322, 30.2784989 ], [ 120.1062248, 30.2784809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009344, 30.2783119 ], [ 120.1009359, 30.2784534 ], [ 120.100943, 30.2791014 ], [ 120.1009316, 30.279607 ], [ 120.100926, 30.2798554 ], [ 120.1008188, 30.2805754 ], [ 120.1007894, 30.2807729 ], [ 120.1006953, 30.2814045 ], [ 120.1005413, 30.2824385 ], [ 120.1004659, 30.2827063 ], [ 120.1003513, 30.2831138 ], [ 120.1002707, 30.2834003 ], [ 120.1001103, 30.2839704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1001103, 30.2839704 ], [ 120.1002707, 30.2834003 ], [ 120.1003513, 30.2831138 ], [ 120.1004659, 30.2827063 ], [ 120.1005413, 30.2824385 ], [ 120.1006953, 30.2814045 ], [ 120.1007894, 30.2807729 ], [ 120.1008188, 30.2805754 ], [ 120.100926, 30.2798554 ], [ 120.1009316, 30.279607 ], [ 120.100943, 30.2791014 ], [ 120.1009359, 30.2784534 ], [ 120.1009344, 30.2783119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043938, 30.2840748 ], [ 120.1045869, 30.283411 ], [ 120.1049629, 30.282194 ], [ 120.1050538, 30.2818823 ], [ 120.1052129, 30.2813371 ], [ 120.1054163, 30.280601 ], [ 120.1055094, 30.2802937 ], [ 120.1057215, 30.2797769 ], [ 120.1059283, 30.2792379 ], [ 120.1059719, 30.2790812 ], [ 120.1060142, 30.278862 ], [ 120.1060763, 30.2784778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1062248, 30.2784809 ], [ 120.1061384, 30.2789855 ], [ 120.1061138, 30.2790903 ], [ 120.1060906, 30.2791691 ], [ 120.1060736, 30.2792495 ], [ 120.105868, 30.2798095 ], [ 120.1056683, 30.2803031 ], [ 120.1055036, 30.2808583 ], [ 120.1053576, 30.2813507 ], [ 120.1050983, 30.2822259 ], [ 120.1047254, 30.2834222 ], [ 120.1045567, 30.2840849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093984, 30.2841799 ], [ 120.1094298, 30.2832271 ], [ 120.1094173, 30.2831068 ], [ 120.1093754, 30.2827048 ], [ 120.1093602, 30.2823846 ], [ 120.1093972, 30.2820568 ], [ 120.1094429, 30.2817827 ], [ 120.1094733, 30.2816002 ], [ 120.1095165, 30.2814635 ], [ 120.1096038, 30.2811871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1096038, 30.2811871 ], [ 120.1095165, 30.2814635 ], [ 120.1094733, 30.2816002 ], [ 120.1094429, 30.2817827 ], [ 120.1093972, 30.2820568 ], [ 120.1093602, 30.2823846 ], [ 120.1093754, 30.2827048 ], [ 120.1094173, 30.2831068 ], [ 120.1094298, 30.2832271 ], [ 120.1093984, 30.2841799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1001103, 30.2839704 ], [ 120.101096, 30.2840019 ], [ 120.1022383, 30.2840383 ], [ 120.1034001, 30.2840606 ], [ 120.1038523, 30.2840593 ], [ 120.1043938, 30.2840748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000746, 30.2841221 ], [ 120.1001103, 30.2839704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1001103, 30.2839704 ], [ 120.1000746, 30.2841221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043938, 30.2840748 ], [ 120.1045567, 30.2840849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1045567, 30.2840849 ], [ 120.1054412, 30.2840993 ], [ 120.1067875, 30.2841213 ], [ 120.1093984, 30.2841799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043466, 30.2842136 ], [ 120.1043938, 30.2840748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1045567, 30.2840849 ], [ 120.1045055, 30.284227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043466, 30.2842136 ], [ 120.1037964, 30.28421 ], [ 120.1033468, 30.2841968 ], [ 120.1022274, 30.2841763 ], [ 120.1000746, 30.2841221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1045055, 30.284227 ], [ 120.1043466, 30.2842136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1149244, 30.2812627 ], [ 120.1150358, 30.2812716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150358, 30.2812716 ], [ 120.1164005, 30.2813102 ], [ 120.1174018, 30.2813386 ], [ 120.1176397, 30.281349 ], [ 120.1178731, 30.2813517 ], [ 120.1192173, 30.2813676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1192173, 30.2813676 ], [ 120.1219522, 30.2814426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "通普路", "通普南路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118151, 30.281219 ], [ 120.1118128, 30.2813393 ], [ 120.1118062, 30.281683 ], [ 120.1118371, 30.2819418 ], [ 120.1118545, 30.2819922 ], [ 120.1119031, 30.2821336 ], [ 120.1121957, 30.2827985 ], [ 120.1122922, 30.2829983 ], [ 120.1124056, 30.283232 ], [ 120.1124466, 30.283305 ], [ 120.1124175, 30.2843442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "通普路", "通普南路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1124175, 30.2843442 ], [ 120.1124466, 30.283305 ], [ 120.1124056, 30.283232 ], [ 120.1122922, 30.2829983 ], [ 120.1121957, 30.2827985 ], [ 120.1119031, 30.2821336 ], [ 120.1118545, 30.2819922 ], [ 120.1118371, 30.2819418 ], [ 120.1118062, 30.281683 ], [ 120.1118128, 30.2813393 ], [ 120.1118151, 30.281219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146636, 30.2844476 ], [ 120.1147387, 30.2835303 ], [ 120.1149244, 30.2812627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150358, 30.2812716 ], [ 120.1149263, 30.2826391 ], [ 120.1148929, 30.2830843 ], [ 120.1147826, 30.2844681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1192173, 30.2813676 ], [ 120.1191379, 30.2822462 ], [ 120.1190922, 30.2827509 ], [ 120.1190821, 30.2828628 ], [ 120.1190164, 30.2835887 ], [ 120.1189992, 30.283781 ], [ 120.1189756, 30.2840431 ], [ 120.1189159, 30.2847083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1189159, 30.2847083 ], [ 120.1189756, 30.2840431 ], [ 120.1189992, 30.283781 ], [ 120.1190164, 30.2835887 ], [ 120.1190821, 30.2828628 ], [ 120.1190922, 30.2827509 ], [ 120.1191379, 30.2822462 ], [ 120.1192173, 30.2813676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093984, 30.2841799 ], [ 120.110514, 30.2842429 ], [ 120.110929, 30.2842656 ], [ 120.1119292, 30.2843184 ], [ 120.1124175, 30.2843442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1124113, 30.2844366 ], [ 120.1114607, 30.2843987 ], [ 120.1109296, 30.2843775 ], [ 120.1105162, 30.2843581 ], [ 120.1093938, 30.2843093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1124175, 30.2843442 ], [ 120.1139016, 30.284423 ], [ 120.1142798, 30.2844328 ], [ 120.1146636, 30.2844476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146636, 30.2844476 ], [ 120.1147826, 30.2844681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146415, 30.2845387 ], [ 120.1142831, 30.2845245 ], [ 120.1139168, 30.284507 ], [ 120.1124113, 30.2844366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146415, 30.2845387 ], [ 120.1146636, 30.2844476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1147826, 30.2844681 ], [ 120.114775, 30.2845598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.114775, 30.2845598 ], [ 120.1146415, 30.2845387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1147826, 30.2844681 ], [ 120.1175068, 30.2846447 ], [ 120.1178116, 30.2846585 ], [ 120.1189159, 30.2847083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1189157, 30.2847973 ], [ 120.1165263, 30.2846683 ], [ 120.1148709, 30.2845789 ], [ 120.114775, 30.2845598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1189157, 30.2847973 ], [ 120.1189159, 30.2847083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1189159, 30.2847083 ], [ 120.1189157, 30.2847973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "古荡湾桥", "文二路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1189159, 30.2847083 ], [ 120.1215776, 30.2848557 ], [ 120.1217792, 30.2848668 ], [ 120.1220315, 30.2848808 ], [ 120.1233241, 30.2849392 ], [ 120.1246107, 30.2849973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "古荡湾桥", "文二路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1245988, 30.2850576 ], [ 120.1232129, 30.2849937 ], [ 120.1217821, 30.2849278 ], [ 120.1215729, 30.284919 ], [ 120.1189157, 30.2847973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1123332, 30.2869719 ], [ 120.1124113, 30.2844366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1143978, 30.2870806 ], [ 120.1144462, 30.286633 ], [ 120.1144825, 30.2862979 ], [ 120.1145537, 30.2852392 ], [ 120.1145918, 30.284721 ], [ 120.1146415, 30.2845387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.114775, 30.2845598 ], [ 120.1147199, 30.2852322 ], [ 120.114597, 30.2869095 ], [ 120.114579, 30.2870936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190206, 30.2873952 ], [ 120.1189157, 30.2847973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1189157, 30.2847973 ], [ 120.1190206, 30.2873952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高技街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110861, 30.2869096 ], [ 120.1092387, 30.2868173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高技街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092387, 30.2868173 ], [ 120.1110861, 30.2869096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000746, 30.2841221 ], [ 120.0989495, 30.2840825 ], [ 120.0983781, 30.2840624 ], [ 120.0979803, 30.2840484 ], [ 120.0970827, 30.2840168 ], [ 120.0949237, 30.283906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0881176, 30.2833967 ], [ 120.0880042, 30.2840676 ], [ 120.0879753, 30.2842387 ], [ 120.0877731, 30.2854356 ], [ 120.0876427, 30.2861357 ], [ 120.0876214, 30.2863634 ], [ 120.0875936, 30.2866606 ], [ 120.0875778, 30.2872214 ], [ 120.0876122, 30.2881246 ], [ 120.0876189, 30.2883006 ], [ 120.0876424, 30.2889185 ], [ 120.0876479, 30.2890421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876479, 30.2890421 ], [ 120.0876424, 30.2889185 ], [ 120.0876189, 30.2883006 ], [ 120.0876122, 30.2881246 ], [ 120.0875778, 30.2872214 ], [ 120.0875936, 30.2866606 ], [ 120.0876214, 30.2863634 ], [ 120.0876427, 30.2861357 ], [ 120.0877731, 30.2854356 ], [ 120.0879753, 30.2842387 ], [ 120.0880042, 30.2840676 ], [ 120.0881176, 30.2833967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938632, 30.2886678 ], [ 120.093894, 30.2885253 ], [ 120.0940179, 30.2879085 ], [ 120.0940904, 30.2875239 ], [ 120.0943072, 30.2863742 ], [ 120.0944587, 30.2855846 ], [ 120.0948016, 30.2838952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949237, 30.283906 ], [ 120.0947024, 30.2849429 ], [ 120.09456, 30.2856097 ], [ 120.0944013, 30.2863605 ], [ 120.0941566, 30.2876813 ], [ 120.0941094, 30.2879364 ], [ 120.0939888, 30.2885348 ], [ 120.0939561, 30.2886703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938632, 30.2886678 ], [ 120.0939561, 30.2886703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938486, 30.2887514 ], [ 120.0938632, 30.2886678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0939561, 30.2886703 ], [ 120.0939417, 30.2887494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0939417, 30.2887494 ], [ 120.0938486, 30.2887514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0939561, 30.2886703 ], [ 120.0965388, 30.2887751 ], [ 120.0968109, 30.2887862 ], [ 120.0985926, 30.2888585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093984, 30.2841799 ], [ 120.1093938, 30.2843093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093938, 30.2843093 ], [ 120.1093984, 30.2841799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093938, 30.2843093 ], [ 120.1080137, 30.2842781 ], [ 120.1072678, 30.2842672 ], [ 120.1045055, 30.284227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1045055, 30.284227 ], [ 120.1039956, 30.2859369 ], [ 120.1039107, 30.2861939 ], [ 120.1038265, 30.2865498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092387, 30.2868173 ], [ 120.109262, 30.2862774 ], [ 120.1092781, 30.2859462 ], [ 120.109308, 30.2856038 ], [ 120.1093938, 30.2843093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093938, 30.2843093 ], [ 120.109308, 30.2856038 ], [ 120.1092781, 30.2859462 ], [ 120.109262, 30.2862774 ], [ 120.1092387, 30.2868173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000746, 30.2841221 ], [ 120.0998116, 30.2849374 ], [ 120.0998033, 30.2849663 ], [ 120.099592, 30.285618 ], [ 120.0995087, 30.2858761 ], [ 120.0993174, 30.2864693 ], [ 120.0991023, 30.2871714 ], [ 120.0986147, 30.2887629 ], [ 120.0985926, 30.2888585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0985926, 30.2888585 ], [ 120.0986147, 30.2887629 ], [ 120.0991023, 30.2871714 ], [ 120.0993174, 30.2864693 ], [ 120.0995087, 30.2858761 ], [ 120.099592, 30.285618 ], [ 120.0998033, 30.2849663 ], [ 120.0998116, 30.2849374 ], [ 120.1000746, 30.2841221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029438, 30.2890366 ], [ 120.1029382, 30.2889392 ], [ 120.1037481, 30.2861708 ], [ 120.1038383, 30.2858971 ], [ 120.1043466, 30.2842136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高技街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1038265, 30.2865498 ], [ 120.1047761, 30.2865967 ], [ 120.1092387, 30.2868173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香樟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041607, 30.2442135 ], [ 120.2044511, 30.2439756 ], [ 120.2045924, 30.2438815 ], [ 120.2055275, 30.2432633 ], [ 120.2076616, 30.2418782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055638, 30.2458752 ], [ 120.2057729, 30.2457457 ], [ 120.2060095, 30.2455936 ], [ 120.2070536, 30.2449339 ], [ 120.2089833, 30.2436742 ], [ 120.2106207, 30.2425826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2107463, 30.2427375 ], [ 120.210124, 30.2431288 ], [ 120.2095709, 30.2434766 ], [ 120.2095002, 30.243521 ], [ 120.2090656, 30.2437943 ], [ 120.2080604, 30.2444703 ], [ 120.2075653, 30.2447814 ], [ 120.2069016, 30.2452181 ], [ 120.20663, 30.2453968 ], [ 120.2061189, 30.2457203 ], [ 120.2059065, 30.2458655 ], [ 120.2058221, 30.2459081 ], [ 120.2056794, 30.2459984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2108906, 30.2426479 ], [ 120.2110129, 30.2428262 ], [ 120.2117258, 30.2440021 ], [ 120.2123958, 30.245084 ], [ 120.2133779, 30.2464533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132435, 30.2465309 ], [ 120.2126255, 30.2456879 ], [ 120.2122416, 30.2451163 ], [ 120.2116321, 30.2440655 ], [ 120.2108532, 30.242885 ], [ 120.2107463, 30.2427375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054136, 30.2459651 ], [ 120.2055638, 30.2458752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055638, 30.2458752 ], [ 120.2056794, 30.2459984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055314, 30.2461186 ], [ 120.2054136, 30.2459651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "解放东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2056794, 30.2459984 ], [ 120.2055314, 30.2461186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133429, 30.2466553 ], [ 120.2117993, 30.2476619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2056794, 30.2459984 ], [ 120.206517, 30.2469471 ], [ 120.2069945, 30.2474806 ], [ 120.2074715, 30.2480013 ], [ 120.2079546, 30.2485647 ], [ 120.2087231, 30.2494273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.208585, 30.2495496 ], [ 120.2082441, 30.2491682 ], [ 120.2072894, 30.2481001 ], [ 120.2068449, 30.2475858 ], [ 120.2061015, 30.2467722 ], [ 120.2058735, 30.2465108 ], [ 120.2055314, 30.2461186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2087231, 30.2494273 ], [ 120.2087973, 30.2493807 ], [ 120.2090701, 30.2492092 ], [ 120.2091459, 30.2491615 ], [ 120.2096385, 30.2488519 ], [ 120.2105575, 30.2482286 ], [ 120.2111078, 30.2478797 ], [ 120.2119567, 30.2473415 ], [ 120.21247, 30.2470181 ], [ 120.2132435, 30.2465309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2117993, 30.2476619 ], [ 120.2103096, 30.2486202 ], [ 120.2093011, 30.2493375 ], [ 120.2092287, 30.2493891 ], [ 120.2088787, 30.249638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2087231, 30.2494273 ], [ 120.20878, 30.2495043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.208585, 30.2495496 ], [ 120.2087231, 30.2494273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.208585, 30.2495496 ], [ 120.20878, 30.2495043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20878, 30.2495043 ], [ 120.2088261, 30.2495667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2088261, 30.2495667 ], [ 120.2088787, 30.249638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.208693, 30.2496784 ], [ 120.208585, 30.2495496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132435, 30.2465309 ], [ 120.2133779, 30.2464533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133779, 30.2464533 ], [ 120.213419, 30.2465022 ], [ 120.2134912, 30.2465732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133429, 30.2466553 ], [ 120.2132435, 30.2465309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134912, 30.2465732 ], [ 120.2133429, 30.2466553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "剧院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2117993, 30.2476619 ], [ 120.2124746, 30.2484038 ], [ 120.213355, 30.249371 ], [ 120.2138255, 30.2498862 ], [ 120.2144018, 30.2506016 ], [ 120.2148166, 30.2510587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "剧院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2148166, 30.2510587 ], [ 120.2144018, 30.2506016 ], [ 120.2138255, 30.2498862 ], [ 120.213355, 30.249371 ], [ 120.2124746, 30.2484038 ], [ 120.2117993, 30.2476619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134912, 30.2465732 ], [ 120.2142232, 30.2475538 ], [ 120.2148485, 30.2483915 ], [ 120.2151358, 30.2487763 ], [ 120.2163332, 30.2503804 ], [ 120.2169698, 30.2512332 ], [ 120.2175383, 30.2520101 ], [ 120.2184524, 30.2532667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江路", "之江路 Zhijiang Road" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2182951, 30.253345 ], [ 120.2173775, 30.252076 ], [ 120.2168342, 30.251371 ], [ 120.2168, 30.2513266 ], [ 120.2161161, 30.2504003 ], [ 120.21492, 30.24878 ], [ 120.2146215, 30.2483778 ], [ 120.2140155, 30.2475615 ], [ 120.2133429, 30.2466553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "剧院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2148166, 30.2510587 ], [ 120.214881, 30.2511309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "剧院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.214881, 30.2511309 ], [ 120.2148166, 30.2510587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258248, 30.2391839 ], [ 120.2271094, 30.240543 ], [ 120.2274147, 30.2408232 ], [ 120.2279538, 30.2413145 ], [ 120.2285004, 30.2418151 ], [ 120.2285924, 30.2418916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2285055, 30.241986 ], [ 120.2282748, 30.241788 ], [ 120.2278956, 30.2414342 ], [ 120.2274379, 30.2410072 ], [ 120.2270216, 30.2406188 ], [ 120.2266174, 30.2401972 ], [ 120.2263261, 30.2398934 ], [ 120.2257141, 30.2392471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20878, 30.2495043 ], [ 120.2091261, 30.2492727 ], [ 120.2092002, 30.2492231 ], [ 120.2097083, 30.2488832 ], [ 120.2116011, 30.2476297 ], [ 120.2131913, 30.2466227 ], [ 120.2256791, 30.2391138 ], [ 120.2300792, 30.2365504 ], [ 120.2308352, 30.23611 ], [ 120.2321253, 30.2353439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193419, 30.2614267 ], [ 120.2194683, 30.2613128 ], [ 120.219605, 30.2611953 ], [ 120.2210657, 30.2599104 ], [ 120.2212814, 30.2596331 ], [ 120.2214655, 30.2592474 ], [ 120.2215487, 30.2589029 ], [ 120.2215041, 30.2585061 ], [ 120.2213818, 30.2581874 ], [ 120.2210067, 30.2575922 ], [ 120.2205879, 30.2569244 ], [ 120.2202613, 30.2564078 ], [ 120.2202594, 30.256234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.220362, 30.2561848 ], [ 120.2205669, 30.2563968 ], [ 120.2208298, 30.2568092 ], [ 120.2212315, 30.2574066 ], [ 120.2214856, 30.2578206 ], [ 120.2216355, 30.2581065 ], [ 120.2217202, 30.2584178 ], [ 120.2217339, 30.2587026 ], [ 120.2217244, 30.2589802 ], [ 120.2216155, 30.2593083 ], [ 120.2214263, 30.2596652 ], [ 120.2212266, 30.2599474 ], [ 120.2198865, 30.2611301 ], [ 120.219711, 30.2612895 ], [ 120.2195772, 30.2614096 ], [ 120.2194621, 30.2615156 ], [ 120.2193544, 30.2616135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "运河之江隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.220362, 30.2561848 ], [ 120.2204287, 30.2563214 ], [ 120.220748, 30.2568512 ], [ 120.2211542, 30.2574697 ], [ 120.2213927, 30.2578567 ], [ 120.2250749, 30.2632075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "运河之江隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249451, 30.2632394 ], [ 120.2212919, 30.2579008 ], [ 120.2210653, 30.2575267 ], [ 120.2206637, 30.2568931 ], [ 120.2203405, 30.2563685 ], [ 120.2202594, 30.256234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "之江东路", "运河之江隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2250749, 30.2632075 ], [ 120.2256393, 30.2639033 ], [ 120.2262677, 30.264816 ], [ 120.2270812, 30.2660072 ], [ 120.2276201, 30.2668027 ], [ 120.2276764, 30.2668818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "之江东路", "运河之江隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227461, 30.2670046 ], [ 120.2273934, 30.2669103 ], [ 120.2268457, 30.2661463 ], [ 120.2259608, 30.2649493 ], [ 120.2253374, 30.2640629 ], [ 120.2249451, 30.2632394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227461, 30.2670046 ], [ 120.2276764, 30.2668818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2088261, 30.2495667 ], [ 120.208693, 30.2496784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2088787, 30.249638 ], [ 120.208693, 30.2496784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.208693, 30.2496784 ], [ 120.2084858, 30.2498183 ], [ 120.2079935, 30.2501436 ], [ 120.2076409, 30.2503765 ], [ 120.2069285, 30.2508671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2050712, 30.2519299 ], [ 120.2061783, 30.2511385 ], [ 120.2067156, 30.2507545 ], [ 120.2068533, 30.2506718 ], [ 120.2075072, 30.2502502 ], [ 120.2083777, 30.249689 ], [ 120.2084412, 30.2496463 ], [ 120.208585, 30.2495496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2088787, 30.249638 ], [ 120.2093872, 30.250173 ], [ 120.210206, 30.2510345 ], [ 120.2104184, 30.2513124 ], [ 120.2109558, 30.2520493 ], [ 120.2115779, 30.2527514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2114377, 30.2528223 ], [ 120.2108267, 30.2521188 ], [ 120.2102326, 30.2514284 ], [ 120.209892, 30.2510413 ], [ 120.208693, 30.2496784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069285, 30.2508671 ], [ 120.205331, 30.2519437 ], [ 120.2051827, 30.2520514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092579, 30.2539161 ], [ 120.208951, 30.2535073 ], [ 120.2087829, 30.2532834 ], [ 120.2083186, 30.2526649 ], [ 120.2076142, 30.2517539 ], [ 120.2069285, 30.2508671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069285, 30.2508671 ], [ 120.2076142, 30.2517539 ], [ 120.2083186, 30.2526649 ], [ 120.2087829, 30.2532834 ], [ 120.208951, 30.2535073 ], [ 120.2092579, 30.2539161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2114377, 30.2528223 ], [ 120.2115779, 30.2527514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "剧院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.214881, 30.2511309 ], [ 120.2152212, 30.2514987 ], [ 120.2157145, 30.2520464 ], [ 120.215977, 30.2523289 ], [ 120.2160141, 30.2523693 ], [ 120.2161589, 30.252527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "剧院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161589, 30.252527 ], [ 120.2160141, 30.2523693 ], [ 120.215977, 30.2523289 ], [ 120.2157145, 30.2520464 ], [ 120.2152212, 30.2514987 ], [ 120.214881, 30.2511309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2115779, 30.2527514 ], [ 120.2131873, 30.2519002 ], [ 120.2148166, 30.2510587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.214881, 30.2511309 ], [ 120.2132625, 30.2519939 ], [ 120.2116511, 30.2528508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "剧院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2171073, 30.2538988 ], [ 120.2170251, 30.2537659 ], [ 120.2169823, 30.2537155 ], [ 120.2169681, 30.2536988 ], [ 120.2167319, 30.2533783 ], [ 120.2161589, 30.252527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "剧院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161589, 30.252527 ], [ 120.2167319, 30.2533783 ], [ 120.2169681, 30.2536988 ], [ 120.2169823, 30.2537155 ], [ 120.2170251, 30.2537659 ], [ 120.2171073, 30.2538988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2182951, 30.253345 ], [ 120.2184524, 30.2532667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184524, 30.2532667 ], [ 120.2185149, 30.2533507 ], [ 120.2185613, 30.2534129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128804, 30.2542205 ], [ 120.2132548, 30.2540253 ], [ 120.2133353, 30.2539833 ], [ 120.2145309, 30.25336 ], [ 120.2161589, 30.252527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161589, 30.252527 ], [ 120.2145309, 30.25336 ], [ 120.2133353, 30.2539833 ], [ 120.2132548, 30.2540253 ], [ 120.2128804, 30.2542205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2115779, 30.2527514 ], [ 120.2116511, 30.2528508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2115094, 30.2529225 ], [ 120.2114377, 30.2528223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2116511, 30.2528508 ], [ 120.2115094, 30.2529225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066852, 30.2544056 ], [ 120.2061196, 30.2536977 ], [ 120.2054889, 30.2529082 ], [ 120.2049503, 30.252234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092579, 30.2539161 ], [ 120.2095429, 30.2537992 ], [ 120.2099426, 30.2535931 ], [ 120.2113106, 30.2528878 ], [ 120.2114377, 30.2528223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2115094, 30.2529225 ], [ 120.2113894, 30.2529839 ], [ 120.2096327, 30.2538834 ], [ 120.2093476, 30.2540277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2051827, 30.2520514 ], [ 120.206189, 30.2533581 ], [ 120.2064619, 30.2536974 ], [ 120.2072613, 30.2546872 ], [ 120.2074111, 30.2549222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2116511, 30.2528508 ], [ 120.2126835, 30.2540011 ], [ 120.2128804, 30.2542205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127083, 30.2543017 ], [ 120.21233, 30.2538665 ], [ 120.2115094, 30.2529225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093476, 30.2540277 ], [ 120.2092579, 30.2539161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184342, 30.2534748 ], [ 120.2182951, 30.253345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2185613, 30.2534129 ], [ 120.2184342, 30.2534748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2171073, 30.2538988 ], [ 120.2182951, 30.253345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184342, 30.2534748 ], [ 120.2173916, 30.2540298 ], [ 120.2160319, 30.2546854 ], [ 120.2146483, 30.2554277 ], [ 120.2145607, 30.255473 ], [ 120.2141743, 30.2557218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2140659, 30.2556003 ], [ 120.2144622, 30.2553463 ], [ 120.2145429, 30.2553055 ], [ 120.2146176, 30.2552593 ], [ 120.2150974, 30.2550108 ], [ 120.2158638, 30.2546335 ], [ 120.2164698, 30.2543156 ], [ 120.2171073, 30.2538988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2185613, 30.2534129 ], [ 120.2185839, 30.2534622 ], [ 120.2187347, 30.2536993 ], [ 120.2192602, 30.2545154 ], [ 120.220362, 30.2561848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2202594, 30.256234 ], [ 120.2196396, 30.2553154 ], [ 120.218946, 30.2542301 ], [ 120.2184851, 30.2535345 ], [ 120.2184342, 30.2534748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128804, 30.2542205 ], [ 120.2131627, 30.254552 ], [ 120.2138194, 30.2553229 ], [ 120.2140659, 30.2556003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138935, 30.2556803 ], [ 120.2136853, 30.2554128 ], [ 120.2127083, 30.2543017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138935, 30.2556803 ], [ 120.2140659, 30.2556003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092579, 30.2539161 ], [ 120.2093476, 30.2540277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2074111, 30.2549222 ], [ 120.2092579, 30.2539161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093476, 30.2540277 ], [ 120.2088216, 30.2543149 ], [ 120.2074584, 30.2550591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093476, 30.2540277 ], [ 120.2101861, 30.2550364 ], [ 120.2103146, 30.25515 ], [ 120.2104439, 30.2552105 ], [ 120.210575, 30.2552528 ], [ 120.210747, 30.2552721 ], [ 120.2108568, 30.2552524 ], [ 120.2108984, 30.2552449 ], [ 120.2110178, 30.2551897 ], [ 120.2124299, 30.2544617 ], [ 120.2127083, 30.2543017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071745, 30.2550181 ], [ 120.2066852, 30.2544056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071745, 30.2550181 ], [ 120.2074111, 30.2549222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2074111, 30.2549222 ], [ 120.2074584, 30.2550591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072933, 30.2551403 ], [ 120.2071745, 30.2550181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2074584, 30.2550591 ], [ 120.2072933, 30.2551403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036269, 30.2560174 ], [ 120.2044617, 30.2558784 ], [ 120.205445, 30.2556581 ], [ 120.2057697, 30.2555853 ], [ 120.2071745, 30.2550181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2140659, 30.2556003 ], [ 120.2141743, 30.2557218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2140367, 30.2558551 ], [ 120.2138935, 30.2556803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2141743, 30.2557218 ], [ 120.2140367, 30.2558551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.220362, 30.2561848 ], [ 120.2202594, 30.256234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2202594, 30.256234 ], [ 120.220362, 30.2561848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2141743, 30.2557218 ], [ 120.2145723, 30.2561578 ], [ 120.2161209, 30.2579517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2159518, 30.2580249 ], [ 120.2153822, 30.2573932 ], [ 120.2149942, 30.2569629 ], [ 120.2149577, 30.2569204 ], [ 120.2149109, 30.2568657 ], [ 120.2143308, 30.2561885 ], [ 120.2140367, 30.2558551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2202594, 30.256234 ], [ 120.2187251, 30.2568841 ], [ 120.2184306, 30.2569841 ], [ 120.2170388, 30.2575559 ], [ 120.2166326, 30.2577221 ], [ 120.2165281, 30.2577648 ], [ 120.2161209, 30.2579517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161209, 30.2579517 ], [ 120.2165281, 30.2577648 ], [ 120.2166326, 30.2577221 ], [ 120.2170388, 30.2575559 ], [ 120.2184306, 30.2569841 ], [ 120.2187251, 30.2568841 ], [ 120.2202594, 30.256234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2159518, 30.2580249 ], [ 120.2161209, 30.2579517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2383095, 30.2418142 ], [ 120.2380499, 30.2419432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380499, 30.2419432 ], [ 120.2379864, 30.241854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359387, 30.2429202 ], [ 120.2379864, 30.241854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380499, 30.2419432 ], [ 120.2359821, 30.242983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2383095, 30.2418142 ], [ 120.2391791, 30.2429003 ], [ 120.2394723, 30.2432664 ], [ 120.2395023, 30.2433174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359821, 30.242983 ], [ 120.2359387, 30.2429202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359387, 30.2429202 ], [ 120.2359821, 30.242983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395023, 30.2433174 ], [ 120.2398214, 30.2438593 ], [ 120.2398792, 30.2439516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406182, 30.245667 ], [ 120.2399364, 30.244454 ], [ 120.2398575, 30.2443238 ], [ 120.2397058, 30.2440736 ], [ 120.2392367, 30.2434212 ], [ 120.23906, 30.2431872 ], [ 120.2389419, 30.2430309 ], [ 120.2380499, 30.2419432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2384595, 30.2467719 ], [ 120.2376969, 30.2455649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467611, 30.2448192 ], [ 120.248108, 30.2465087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478185, 30.2466531 ], [ 120.2471071, 30.2456809 ], [ 120.2466075, 30.2449753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478185, 30.2466531 ], [ 120.248108, 30.2465087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248108, 30.2465087 ], [ 120.2482174, 30.2466694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479929, 30.2467974 ], [ 120.2478185, 30.2466531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482174, 30.2466694 ], [ 120.2479929, 30.2467974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479929, 30.2467974 ], [ 120.2455515, 30.2481679 ], [ 120.2432259, 30.249638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482174, 30.2466694 ], [ 120.2484963, 30.247103 ], [ 120.2490748, 30.2478123 ], [ 120.2499619, 30.2489066 ], [ 120.2508158, 30.2499469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2506357, 30.2500409 ], [ 120.250024, 30.2493222 ], [ 120.2497764, 30.2490062 ], [ 120.2489052, 30.2478947 ], [ 120.2484434, 30.2473055 ], [ 120.2479929, 30.2467974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2506357, 30.2500409 ], [ 120.2508158, 30.2499469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409166, 30.245626 ], [ 120.2406517, 30.2457909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406517, 30.2457909 ], [ 120.2406182, 30.245667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409166, 30.245626 ], [ 120.2412783, 30.2464805 ], [ 120.2413927, 30.2467508 ], [ 120.2416567, 30.2472257 ], [ 120.2417599, 30.2474113 ], [ 120.2418458, 30.2475457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241561, 30.2476381 ], [ 120.241422, 30.2474019 ], [ 120.2410591, 30.2467366 ], [ 120.2409775, 30.2465472 ], [ 120.2406517, 30.2457909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2431203, 30.2494411 ], [ 120.2454883, 30.2480837 ], [ 120.2478185, 30.2466531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418458, 30.2475457 ], [ 120.2422495, 30.2481771 ], [ 120.2427988, 30.2489424 ], [ 120.2431203, 30.2494411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429079, 30.2495705 ], [ 120.2425049, 30.2490877 ], [ 120.2419677, 30.2483159 ], [ 120.2418299, 30.2480954 ], [ 120.241561, 30.2476381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429079, 30.2495705 ], [ 120.2431203, 30.2494411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2431203, 30.2494411 ], [ 120.2432259, 30.249638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430337, 30.2497255 ], [ 120.2429079, 30.2495705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2376969, 30.2455649 ], [ 120.2384595, 30.2467719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2384595, 30.2467719 ], [ 120.2406182, 30.245667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406517, 30.2457909 ], [ 120.2385131, 30.2468361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2384595, 30.2467719 ], [ 120.2385131, 30.2468361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2385131, 30.2468361 ], [ 120.2384595, 30.2467719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345091, 30.2487474 ], [ 120.2373857, 30.247311 ], [ 120.2376244, 30.2471912 ], [ 120.2384595, 30.2467719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2385131, 30.2468361 ], [ 120.2374438, 30.2473809 ], [ 120.23457, 30.2488765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345091, 30.2487474 ], [ 120.23457, 30.2488765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23457, 30.2488765 ], [ 120.2351314, 30.2498646 ], [ 120.2354398, 30.250372 ], [ 120.2359912, 30.2513905 ], [ 120.2366208, 30.2526885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.236506, 30.2527764 ], [ 120.2364199, 30.2525418 ], [ 120.2358538, 30.2514624 ], [ 120.235354, 30.250504 ], [ 120.2349704, 30.2498692 ], [ 120.2344609, 30.2489603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2432259, 30.249638 ], [ 120.2430337, 30.2497255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400461, 30.2492936 ], [ 120.2408506, 30.2505757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408506, 30.2505757 ], [ 120.2400461, 30.2492936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408506, 30.2505757 ], [ 120.2429079, 30.2495705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430337, 30.2497255 ], [ 120.24094, 30.2507538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.24094, 30.2507538 ], [ 120.2408506, 30.2505757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408506, 30.2505757 ], [ 120.24094, 30.2507538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2432259, 30.249638 ], [ 120.2434803, 30.2499787 ], [ 120.2439363, 30.250602 ], [ 120.2447831, 30.2517595 ], [ 120.2450556, 30.252132 ], [ 120.2455422, 30.2527972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453372, 30.2529181 ], [ 120.2445618, 30.2518474 ], [ 120.2437357, 30.2507067 ], [ 120.2432587, 30.2500481 ], [ 120.2430337, 30.2497255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2455422, 30.2527972 ], [ 120.2456268, 30.2529128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366208, 30.2526885 ], [ 120.2370999, 30.252437 ], [ 120.2378012, 30.2520912 ], [ 120.2408506, 30.2505757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.24094, 30.2507538 ], [ 120.2392611, 30.2515703 ], [ 120.2391291, 30.2516345 ], [ 120.2389861, 30.2517041 ], [ 120.2379152, 30.2522378 ], [ 120.2371632, 30.2526088 ], [ 120.236728, 30.2528208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.236506, 30.2527764 ], [ 120.2366208, 30.2526885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366208, 30.2526885 ], [ 120.236728, 30.2528208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.236728, 30.2528208 ], [ 120.236506, 30.2527764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.236728, 30.2528208 ], [ 120.2373555, 30.2540972 ], [ 120.2373643, 30.2541133 ], [ 120.2376659, 30.2546649 ], [ 120.2380986, 30.2551771 ], [ 120.2382497, 30.255314 ], [ 120.2385868, 30.2556191 ], [ 120.2391248, 30.2559977 ], [ 120.2393933, 30.2561708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2392701, 30.2562479 ], [ 120.239129, 30.2561235 ], [ 120.2387503, 30.2558742 ], [ 120.2383164, 30.255541 ], [ 120.2380046, 30.2552431 ], [ 120.237549, 30.2546942 ], [ 120.2372115, 30.2541775 ], [ 120.2370751, 30.2538885 ], [ 120.236506, 30.2527764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2392701, 30.2562479 ], [ 120.2393933, 30.2561708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393933, 30.2561708 ], [ 120.2395077, 30.2562619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393872, 30.2563516 ], [ 120.2392701, 30.2562479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453372, 30.2529181 ], [ 120.2455422, 30.2527972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2456268, 30.2529128 ], [ 120.2454119, 30.2530212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454119, 30.2530212 ], [ 120.2453372, 30.2529181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429801, 30.2542038 ], [ 120.2453372, 30.2529181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454119, 30.2530212 ], [ 120.2430391, 30.2542839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429005, 30.2540646 ], [ 120.2429479, 30.2541474 ], [ 120.2429801, 30.2542038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429801, 30.2542038 ], [ 120.2429479, 30.2541474 ], [ 120.2429005, 30.2540646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430391, 30.2542839 ], [ 120.2429801, 30.2542038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2429801, 30.2542038 ], [ 120.2430391, 30.2542839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393933, 30.2561708 ], [ 120.240351, 30.2556394 ], [ 120.2412975, 30.2551216 ], [ 120.2416608, 30.2549234 ], [ 120.2429801, 30.2542038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.246916, 30.2546571 ], [ 120.2481812, 30.2540242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482574, 30.254137 ], [ 120.24703, 30.2548108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467241, 30.2547459 ], [ 120.246916, 30.2546571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.246916, 30.2546571 ], [ 120.24703, 30.2548108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.246853, 30.2549114 ], [ 120.2467241, 30.2547459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.24703, 30.2548108 ], [ 120.246853, 30.2549114 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "过境隧道", "平澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418458, 30.2475457 ], [ 120.2418893, 30.247724 ], [ 120.2423026, 30.2483307 ], [ 120.242887, 30.2491884 ], [ 120.2440983, 30.2509679 ], [ 120.245245, 30.2524904 ], [ 120.2462147, 30.2538783 ], [ 120.2467249, 30.2545477 ], [ 120.2489167, 30.2573834 ], [ 120.2506643, 30.2599112 ], [ 120.2511209, 30.2605889 ], [ 120.2512621, 30.2607753 ], [ 120.2513587, 30.2608857 ], [ 120.2519017, 30.2614233 ], [ 120.2522769, 30.2617932 ], [ 120.252789, 30.262346 ], [ 120.2530009, 30.2625634 ], [ 120.2532271, 30.262699 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "过境隧道", "平澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252927, 30.2628149 ], [ 120.2527713, 30.2626358 ], [ 120.2527095, 30.2625481 ], [ 120.2524509, 30.2623364 ], [ 120.252118, 30.2620639 ], [ 120.2517781, 30.261797 ], [ 120.2515882, 30.2616063 ], [ 120.2514426, 30.2614309 ], [ 120.2511689, 30.2610344 ], [ 120.2510723, 30.2608728 ], [ 120.2508796, 30.2604783 ], [ 120.2504144, 30.2596929 ], [ 120.2489058, 30.2575645 ], [ 120.2466721, 30.2546009 ], [ 120.2456184, 30.2531841 ], [ 120.24489, 30.252182 ], [ 120.2431293, 30.2497597 ], [ 120.2427431, 30.249236 ], [ 120.241756, 30.2478041 ], [ 120.241561, 30.2476381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宸宸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497613, 30.256363 ], [ 120.2482574, 30.254137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宸宸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482574, 30.254137 ], [ 120.2497613, 30.256363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430391, 30.2542839 ], [ 120.242561, 30.2545383 ], [ 120.2404091, 30.2557255 ], [ 120.2395077, 30.2562619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418258, 30.2574606 ], [ 120.2430744, 30.2567964 ], [ 120.2455034, 30.2554755 ], [ 120.2467241, 30.2547459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.246853, 30.2549114 ], [ 120.2455821, 30.2555861 ], [ 120.2431508, 30.2569058 ], [ 120.2418839, 30.2575456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416456, 30.2575292 ], [ 120.2418258, 30.2574606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418258, 30.2574606 ], [ 120.2418839, 30.2575456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417463, 30.2576672 ], [ 120.2416456, 30.2575292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418839, 30.2575456 ], [ 120.2417463, 30.2576672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407681, 30.258001 ], [ 120.2416456, 30.2575292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417463, 30.2576672 ], [ 120.2408371, 30.258152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406402, 30.2580611 ], [ 120.2407681, 30.258001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485573, 30.257144 ], [ 120.2484876, 30.2570494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2487327, 30.2570514 ], [ 120.2485573, 30.257144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宸宸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498299, 30.2564591 ], [ 120.2498864, 30.2565382 ], [ 120.2511976, 30.2583734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宸宸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2511976, 30.2583734 ], [ 120.2498864, 30.2565382 ], [ 120.2498299, 30.2564591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2487327, 30.2570514 ], [ 120.2487886, 30.2571217 ], [ 120.2498109, 30.2586717 ], [ 120.2503139, 30.2593532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2501858, 30.2594776 ], [ 120.2494027, 30.2582973 ], [ 120.2488534, 30.2575478 ], [ 120.2486105, 30.2572164 ], [ 120.2485573, 30.257144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2434308, 30.2598118 ], [ 120.2447016, 30.2591259 ], [ 120.247152, 30.2577946 ], [ 120.2484876, 30.2570494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485573, 30.257144 ], [ 120.2472039, 30.257867 ], [ 120.244753, 30.2591978 ], [ 120.2434929, 30.2598934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503139, 30.2593532 ], [ 120.2508008, 30.2588799 ], [ 120.2509641, 30.2586714 ], [ 120.2511976, 30.2583734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2501858, 30.2594776 ], [ 120.25028, 30.2593861 ], [ 120.2503139, 30.2593532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2318597, 30.2451254 ], [ 120.2328103, 30.2461677 ], [ 120.2331643, 30.2467199 ], [ 120.2333471, 30.2470052 ], [ 120.2337226, 30.2475699 ], [ 120.2345091, 30.2487474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2343639, 30.2488075 ], [ 120.2336114, 30.247631 ], [ 120.2335351, 30.2475396 ], [ 120.2332248, 30.247067 ], [ 120.2330263, 30.2467735 ], [ 120.2327223, 30.2463016 ], [ 120.2326712, 30.2462402 ], [ 120.2317618, 30.2452087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心北路", "庆春隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128751, 30.2562665 ], [ 120.2159392, 30.2546319 ], [ 120.2172635, 30.2539849 ], [ 120.2184007, 30.2533751 ], [ 120.2188811, 30.2530879 ], [ 120.220445, 30.2523068 ], [ 120.2308458, 30.2477402 ], [ 120.235997, 30.2453217 ], [ 120.2374282, 30.2446729 ], [ 120.2381052, 30.244366 ], [ 120.2401761, 30.2433135 ], [ 120.2428092, 30.2419473 ], [ 120.2437008, 30.2414846 ], [ 120.2441921, 30.2412462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2343639, 30.2488075 ], [ 120.2345091, 30.2487474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344609, 30.2489603 ], [ 120.2344064, 30.2488805 ], [ 120.2343639, 30.2488075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心北路", "庆春隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436833, 30.2416792 ], [ 120.2412004, 30.2429173 ], [ 120.2402269, 30.2434002 ], [ 120.2381584, 30.2444414 ], [ 120.2361459, 30.2455956 ], [ 120.2309115, 30.2479677 ], [ 120.2218171, 30.2520446 ], [ 120.2208471, 30.2524451 ], [ 120.219802, 30.2528397 ], [ 120.2188869, 30.2532377 ], [ 120.2184272, 30.253443 ], [ 120.2179223, 30.2536931 ], [ 120.2160296, 30.2546306 ], [ 120.2133091, 30.2561263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23457, 30.2488765 ], [ 120.2344609, 30.2489603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276764, 30.2668818 ], [ 120.2277851, 30.2670344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277851, 30.2670344 ], [ 120.2275468, 30.2671243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "运河之江隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2250749, 30.2632075 ], [ 120.2257357, 30.2641778 ], [ 120.2262136, 30.2649346 ], [ 120.2275488, 30.2668414 ], [ 120.2279281, 30.267359 ], [ 120.2290851, 30.2689774 ], [ 120.2301744, 30.2705137 ], [ 120.230512, 30.2710117 ], [ 120.2307813, 30.2714113 ], [ 120.2311303, 30.2719945 ], [ 120.2313465, 30.2723385 ], [ 120.2315012, 30.2724862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072933, 30.2551403 ], [ 120.2059097, 30.25573 ], [ 120.2055452, 30.2558221 ], [ 120.2048958, 30.2559863 ], [ 120.2043028, 30.2560782 ], [ 120.2036652, 30.256187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2074584, 30.2550591 ], [ 120.2080638, 30.2558202 ], [ 120.2086576, 30.2565668 ], [ 120.2096509, 30.2578155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094666, 30.2578931 ], [ 120.2085463, 30.2567274 ], [ 120.2072933, 30.2551403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099358, 30.2576858 ], [ 120.2108821, 30.2572763 ], [ 120.2123014, 30.2564919 ], [ 120.2138935, 30.2556803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2140367, 30.2558551 ], [ 120.2137013, 30.2559564 ], [ 120.2123885, 30.2565785 ], [ 120.2113151, 30.2571381 ], [ 120.210588, 30.2575103 ], [ 120.2100071, 30.2578109 ], [ 120.2097928, 30.2580165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099358, 30.2576858 ], [ 120.2106008, 30.2572508 ], [ 120.211562, 30.2567714 ], [ 120.2117033, 30.2567009 ], [ 120.2124501, 30.2563189 ], [ 120.2128751, 30.2562665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133091, 30.2561263 ], [ 120.2130619, 30.2563431 ], [ 120.2124305, 30.2566543 ], [ 120.2111557, 30.2573205 ], [ 120.2100636, 30.2578771 ], [ 120.2097928, 30.2580165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2096509, 30.2578155 ], [ 120.2099358, 30.2576858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094666, 30.2578931 ], [ 120.2096509, 30.2578155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055917, 30.2594981 ], [ 120.2058977, 30.2595075 ], [ 120.2062925, 30.2594215 ], [ 120.206566, 30.2593639 ], [ 120.2068065, 30.2592892 ], [ 120.2070695, 30.2592055 ], [ 120.2078184, 30.2588916 ], [ 120.208455, 30.2585863 ], [ 120.2109287, 30.2572885 ], [ 120.2117067, 30.2568958 ], [ 120.2128751, 30.2562665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133091, 30.2561263 ], [ 120.2109889, 30.2573316 ], [ 120.2085038, 30.2586521 ], [ 120.2080366, 30.2589031 ], [ 120.2077501, 30.2590485 ], [ 120.2074439, 30.2591712 ], [ 120.2067286, 30.2594183 ], [ 120.2061794, 30.259559 ], [ 120.2055509, 30.2597053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2096509, 30.2578155 ], [ 120.2097928, 30.2580165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2096484, 30.258174 ], [ 120.2094666, 30.2578931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2097928, 30.2580165 ], [ 120.2096484, 30.258174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055917, 30.2594981 ], [ 120.2060186, 30.2593992 ], [ 120.2065475, 30.2592675 ], [ 120.2068254, 30.2591891 ], [ 120.2070485, 30.2590681 ], [ 120.2074579, 30.2589063 ], [ 120.2078562, 30.2587225 ], [ 120.2081216, 30.2585918 ], [ 120.2083904, 30.2584593 ], [ 120.2088637, 30.2581983 ], [ 120.2094666, 30.2578931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2096484, 30.258174 ], [ 120.2091522, 30.258436 ], [ 120.2085517, 30.2587405 ], [ 120.207611, 30.2591868 ], [ 120.2070317, 30.2594123 ], [ 120.2065076, 30.2595769 ], [ 120.2059032, 30.2596833 ], [ 120.2055509, 30.2597053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2097928, 30.2580165 ], [ 120.210458, 30.2588625 ], [ 120.2107795, 30.2592437 ], [ 120.211107, 30.2595783 ], [ 120.2114748, 30.2599328 ], [ 120.2120277, 30.2604052 ], [ 120.2122303, 30.2605585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2120737, 30.2606869 ], [ 120.2114227, 30.2601333 ], [ 120.2108547, 30.2595781 ], [ 120.2104713, 30.2591724 ], [ 120.2101223, 30.2587519 ], [ 120.2096484, 30.258174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2120737, 30.2606869 ], [ 120.2122303, 30.2605585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2122303, 30.2605585 ], [ 120.2120737, 30.2606869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161209, 30.2579517 ], [ 120.2159518, 30.2580249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2159518, 30.2580249 ], [ 120.2154852, 30.2583127 ], [ 120.2150006, 30.2586463 ], [ 120.2141954, 30.2592038 ], [ 120.213966, 30.2593619 ], [ 120.2122303, 30.2605585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2122303, 30.2605585 ], [ 120.213966, 30.2593619 ], [ 120.2141954, 30.2592038 ], [ 120.2150006, 30.2586463 ], [ 120.2154852, 30.2583127 ], [ 120.2159518, 30.2580249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161209, 30.2579517 ], [ 120.2193419, 30.2614267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191348, 30.2616089 ], [ 120.2175776, 30.2598176 ], [ 120.2159518, 30.2580249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191348, 30.2616089 ], [ 120.2193419, 30.2614267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193419, 30.2614267 ], [ 120.2193544, 30.2616135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "富春路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193544, 30.2616135 ], [ 120.2191348, 30.2616089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2122303, 30.2605585 ], [ 120.2133019, 30.2612878 ], [ 120.2149366, 30.2621856 ], [ 120.2161959, 30.2629853 ], [ 120.2169558, 30.2635196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168298, 30.2636944 ], [ 120.2165693, 30.263464 ], [ 120.2162052, 30.2632171 ], [ 120.2155558, 30.2627767 ], [ 120.2154334, 30.2626937 ], [ 120.213869, 30.2617771 ], [ 120.2126234, 30.2610628 ], [ 120.2120737, 30.2606869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2102741, 30.2634823 ], [ 120.2102991, 30.2632091 ], [ 120.2103838, 30.2627822 ], [ 120.2105407, 30.2623045 ], [ 120.2105923, 30.2621831 ], [ 120.2106977, 30.2619355 ], [ 120.2109119, 30.261627 ], [ 120.2112009, 30.2613534 ], [ 120.2114764, 30.2611258 ], [ 120.2117836, 30.2609054 ], [ 120.2120737, 30.2606869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2120737, 30.2606869 ], [ 120.2117836, 30.2609054 ], [ 120.2114764, 30.2611258 ], [ 120.2112009, 30.2613534 ], [ 120.2109119, 30.261627 ], [ 120.2106977, 30.2619355 ], [ 120.2105923, 30.2621831 ], [ 120.2105407, 30.2623045 ], [ 120.2103838, 30.2627822 ], [ 120.2102991, 30.2632091 ], [ 120.2102741, 30.2634823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034493, 30.263352 ], [ 120.2040639, 30.263382 ], [ 120.2041521, 30.2633863 ], [ 120.2047876, 30.2634174 ], [ 120.2054363, 30.2634233 ], [ 120.2058209, 30.2634268 ], [ 120.2061018, 30.2634267 ], [ 120.206825, 30.2634264 ], [ 120.2087065, 30.2634307 ], [ 120.2102741, 30.2634823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2102741, 30.2634823 ], [ 120.2087065, 30.2634307 ], [ 120.206825, 30.2634264 ], [ 120.2061018, 30.2634267 ], [ 120.2058209, 30.2634268 ], [ 120.2054363, 30.2634233 ], [ 120.2047876, 30.2634174 ], [ 120.2041521, 30.2633863 ], [ 120.2040639, 30.263382 ], [ 120.2034493, 30.263352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099156, 30.2666503 ], [ 120.2100328, 30.2657381 ], [ 120.2100634, 30.2654809 ], [ 120.2101159, 30.2650408 ], [ 120.2101245, 30.2649127 ], [ 120.2101526, 30.2646442 ], [ 120.2102741, 30.2634823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2102741, 30.2634823 ], [ 120.2101526, 30.2646442 ], [ 120.2101245, 30.2649127 ], [ 120.2101159, 30.2650408 ], [ 120.2100634, 30.2654809 ], [ 120.2100328, 30.2657381 ], [ 120.2099156, 30.2666503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033922, 30.2660042 ], [ 120.2047237, 30.2661382 ], [ 120.2066856, 30.2663159 ], [ 120.2069048, 30.2663358 ], [ 120.2093951, 30.2665992 ], [ 120.2099156, 30.2666503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099003, 30.2668308 ], [ 120.2095538, 30.266787 ], [ 120.207006, 30.2665194 ], [ 120.2066904, 30.266491 ], [ 120.2053679, 30.2663722 ], [ 120.2047912, 30.2663204 ], [ 120.204668, 30.2663052 ], [ 120.2034032, 30.2661845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099156, 30.2666503 ], [ 120.2099003, 30.2668308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099003, 30.2668308 ], [ 120.2099156, 30.2666503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2169558, 30.2635196 ], [ 120.2191348, 30.2616089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168298, 30.2636944 ], [ 120.2169558, 30.2635196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2169558, 30.2635196 ], [ 120.2170815, 30.2636359 ], [ 120.2176206, 30.2640769 ], [ 120.217651, 30.2641018 ], [ 120.2182302, 30.2646283 ], [ 120.2186586, 30.2650057 ], [ 120.2195703, 30.2657222 ], [ 120.2209077, 30.2667522 ], [ 120.2211563, 30.2669449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209379, 30.2670195 ], [ 120.2207626, 30.266881 ], [ 120.2206116, 30.2667705 ], [ 120.2200706, 30.266382 ], [ 120.2195169, 30.2659801 ], [ 120.2194006, 30.2658844 ], [ 120.218265, 30.2648872 ], [ 120.2180728, 30.2647514 ], [ 120.217822, 30.2645742 ], [ 120.2173392, 30.2641299 ], [ 120.2168298, 30.2636944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127016, 30.2674653 ], [ 120.2137365, 30.2664766 ], [ 120.2139589, 30.2662642 ], [ 120.2140905, 30.2661384 ], [ 120.2144314, 30.2658198 ], [ 120.2151984, 30.2651641 ], [ 120.2156682, 30.2647785 ], [ 120.2159915, 30.2644702 ], [ 120.216384, 30.2640899 ], [ 120.2168298, 30.2636944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168298, 30.2636944 ], [ 120.216384, 30.2640899 ], [ 120.2159915, 30.2644702 ], [ 120.2156682, 30.2647785 ], [ 120.2151984, 30.2651641 ], [ 120.2144314, 30.2658198 ], [ 120.2140905, 30.2661384 ], [ 120.2139589, 30.2662642 ], [ 120.2137365, 30.2664766 ], [ 120.2127016, 30.2674653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "凤起东路", "景御桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127016, 30.2674653 ], [ 120.2138886, 30.2681028 ], [ 120.2154699, 30.2690805 ], [ 120.2163352, 30.2696155 ], [ 120.2177297, 30.2704776 ], [ 120.2183578, 30.270868 ], [ 120.2199868, 30.2719412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "凤起东路", "景御桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2198427, 30.2720507 ], [ 120.2197103, 30.2719785 ], [ 120.2182287, 30.2709983 ], [ 120.2171217, 30.270243 ], [ 120.2164749, 30.2698324 ], [ 120.2162598, 30.2697005 ], [ 120.2158785, 30.2694668 ], [ 120.2153977, 30.2691766 ], [ 120.2142367, 30.2684758 ], [ 120.2126539, 30.2676009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199868, 30.2719412 ], [ 120.2201087, 30.2719977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2198427, 30.2720507 ], [ 120.2199868, 30.2719412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "运河之江隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2312791, 30.2724794 ], [ 120.2309997, 30.2720049 ], [ 120.2306941, 30.2714539 ], [ 120.230383, 30.2709756 ], [ 120.2300856, 30.2705339 ], [ 120.2289909, 30.2690133 ], [ 120.2278416, 30.2674145 ], [ 120.2268553, 30.2660025 ], [ 120.2258767, 30.2646363 ], [ 120.2249451, 30.2632394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291343, 30.2693386 ], [ 120.2275468, 30.2671243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2277851, 30.2670344 ], [ 120.2304594, 30.2707895 ], [ 120.2311965, 30.2718737 ], [ 120.2314245, 30.2722542 ], [ 120.2315012, 30.2724862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300637, 30.2706772 ], [ 120.2291994, 30.2694294 ], [ 120.2291343, 30.2693386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2270975, 30.2710041 ], [ 120.228311, 30.2700118 ], [ 120.2291343, 30.2693386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291343, 30.2693386 ], [ 120.228311, 30.2700118 ], [ 120.2270975, 30.2710041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228289, 30.2721286 ], [ 120.2300176, 30.2707149 ], [ 120.2300637, 30.2706772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300637, 30.2706772 ], [ 120.2300176, 30.2707149 ], [ 120.228289, 30.2721286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228289, 30.2721286 ], [ 120.2270975, 30.2710041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2270975, 30.2710041 ], [ 120.228289, 30.2721286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275468, 30.2671243 ], [ 120.227461, 30.2670046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242919, 30.2685011 ], [ 120.2239434, 30.2680738 ], [ 120.2234909, 30.2674322 ], [ 120.2228446, 30.2664589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228446, 30.2664589 ], [ 120.2234909, 30.2674322 ], [ 120.2239434, 30.2680738 ], [ 120.2242919, 30.2685011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242919, 30.2685011 ], [ 120.2245027, 30.2683535 ], [ 120.2250776, 30.2680824 ], [ 120.2257213, 30.2678014 ], [ 120.2258372, 30.2677505 ], [ 120.2264142, 30.2674971 ], [ 120.2271348, 30.267172 ], [ 120.227461, 30.2670046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275468, 30.2671243 ], [ 120.2272331, 30.267274 ], [ 120.2265554, 30.2675489 ], [ 120.2259279, 30.2678349 ], [ 120.2258795, 30.267857 ], [ 120.2251946, 30.2681682 ], [ 120.2246689, 30.2684161 ], [ 120.2243837, 30.2685993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2211563, 30.2669449 ], [ 120.2214589, 30.2671795 ], [ 120.2215362, 30.2672395 ], [ 120.2221904, 30.2679426 ], [ 120.2224508, 30.2682453 ], [ 120.2229979, 30.2688569 ], [ 120.2232756, 30.2692128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230216, 30.2694067 ], [ 120.2223552, 30.268568 ], [ 120.222008, 30.2681527 ], [ 120.2215343, 30.2676257 ], [ 120.2211598, 30.267245 ], [ 120.2209379, 30.2670195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2243837, 30.2685993 ], [ 120.2242919, 30.2685011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242919, 30.2685011 ], [ 120.2243837, 30.2685993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2232756, 30.2692128 ], [ 120.2242919, 30.2685011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099156, 30.2666503 ], [ 120.2104475, 30.2666922 ], [ 120.2108221, 30.2667327 ], [ 120.2113899, 30.2668641 ], [ 120.2120041, 30.2671252 ], [ 120.212352, 30.267286 ], [ 120.2127016, 30.2674653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2126539, 30.2676009 ], [ 120.2120047, 30.2672672 ], [ 120.2115287, 30.2670884 ], [ 120.2111023, 30.2669776 ], [ 120.2106383, 30.2668657 ], [ 120.2099003, 30.2668308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2126539, 30.2676009 ], [ 120.2127016, 30.2674653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127016, 30.2674653 ], [ 120.2126539, 30.2676009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099003, 30.2668308 ], [ 120.209835, 30.2673674 ], [ 120.2098049, 30.2679158 ], [ 120.2097853, 30.2682736 ], [ 120.2097822, 30.2683298 ], [ 120.209737, 30.2686887 ], [ 120.2097081, 30.2689178 ], [ 120.2095826, 30.269862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095826, 30.269862 ], [ 120.2097081, 30.2689178 ], [ 120.209737, 30.2686887 ], [ 120.2097822, 30.2683298 ], [ 120.2097853, 30.2682736 ], [ 120.2098049, 30.2679158 ], [ 120.209835, 30.2673674 ], [ 120.2099003, 30.2668308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景芳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095826, 30.269862 ], [ 120.2093106, 30.2697795 ], [ 120.2065561, 30.2697765 ], [ 120.2049592, 30.2697859 ], [ 120.2048313, 30.2697867 ], [ 120.2046177, 30.269788 ], [ 120.2038293, 30.2697926 ], [ 120.2037306, 30.2697932 ], [ 120.2032346, 30.2697961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景芳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2032346, 30.2697961 ], [ 120.2037306, 30.2697932 ], [ 120.2038293, 30.2697926 ], [ 120.2046177, 30.269788 ], [ 120.2048313, 30.2697867 ], [ 120.2049592, 30.2697859 ], [ 120.2065561, 30.2697765 ], [ 120.2093106, 30.2697795 ], [ 120.2095826, 30.269862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2090734, 30.2729475 ], [ 120.2090892, 30.2727984 ], [ 120.2091134, 30.2725331 ], [ 120.2091674, 30.2719659 ], [ 120.2091852, 30.2717788 ], [ 120.2092425, 30.2711771 ], [ 120.209339, 30.2707631 ], [ 120.2094731, 30.2702545 ], [ 120.2095826, 30.269862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095826, 30.269862 ], [ 120.2094731, 30.2702545 ], [ 120.209339, 30.2707631 ], [ 120.2092425, 30.2711771 ], [ 120.2091852, 30.2717788 ], [ 120.2091674, 30.2719659 ], [ 120.2091134, 30.2725331 ], [ 120.2090892, 30.2727984 ], [ 120.2090734, 30.2729475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2243837, 30.2685993 ], [ 120.2240162, 30.2688354 ], [ 120.223346, 30.2692983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2232756, 30.2692128 ], [ 120.223346, 30.2692983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230216, 30.2694067 ], [ 120.223239, 30.2692408 ], [ 120.2232756, 30.2692128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.223346, 30.2692983 ], [ 120.2230638, 30.2694782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230638, 30.2694782 ], [ 120.2230216, 30.2694067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2270975, 30.2710041 ], [ 120.2257983, 30.2698306 ], [ 120.2247651, 30.2688974 ], [ 120.2243837, 30.2685993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2243837, 30.2685993 ], [ 120.2247651, 30.2688974 ], [ 120.2257983, 30.2698306 ], [ 120.2270975, 30.2710041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.223346, 30.2692983 ], [ 120.2237818, 30.2698079 ], [ 120.2240823, 30.2701791 ], [ 120.2241059, 30.270204 ], [ 120.2244753, 30.2705929 ], [ 120.2245269, 30.2706443 ], [ 120.2247706, 30.2708871 ], [ 120.2248992, 30.2710152 ], [ 120.2252927, 30.2713326 ], [ 120.226061, 30.2718517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199868, 30.2719412 ], [ 120.220064, 30.2718826 ], [ 120.2203098, 30.2716959 ], [ 120.2210319, 30.2710714 ], [ 120.2212158, 30.2709267 ], [ 120.2214358, 30.270755 ], [ 120.2220608, 30.2702673 ], [ 120.2221897, 30.2701472 ], [ 120.2225168, 30.2698423 ], [ 120.2230216, 30.2694067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230638, 30.2694782 ], [ 120.222618, 30.2698742 ], [ 120.2219182, 30.2704573 ], [ 120.2212774, 30.2709911 ], [ 120.2210942, 30.2711312 ], [ 120.2209053, 30.271327 ], [ 120.2206142, 30.2715853 ], [ 120.2201087, 30.2719977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "采荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960174, 30.2541917 ], [ 120.1963822, 30.2541604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960209, 30.2543251 ], [ 120.1960174, 30.2541917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963822, 30.2541604 ], [ 120.196297, 30.2543669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "采荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1912051, 30.2543767 ], [ 120.1914787, 30.2543279 ], [ 120.1917903, 30.2543184 ], [ 120.1919761, 30.2543125 ], [ 120.1923417, 30.2543009 ], [ 120.1929149, 30.2542794 ], [ 120.1932756, 30.2542677 ], [ 120.1938199, 30.2542628 ], [ 120.1944755, 30.2542569 ], [ 120.1955361, 30.2542121 ], [ 120.1957809, 30.2542028 ], [ 120.1960174, 30.2541917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1978757, 30.2542065 ], [ 120.1975287, 30.2542636 ], [ 120.196297, 30.2543669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "采荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.196297, 30.2543669 ], [ 120.1960209, 30.2543251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "采荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960209, 30.2543251 ], [ 120.1958727, 30.2543288 ], [ 120.1955499, 30.2543395 ], [ 120.1945411, 30.2543659 ], [ 120.1935569, 30.2543818 ], [ 120.1932812, 30.2543862 ], [ 120.1932236, 30.2543871 ], [ 120.1925244, 30.2544194 ], [ 120.191869, 30.2544398 ], [ 120.1914602, 30.2544526 ], [ 120.1911015, 30.2544504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1912051, 30.2543767 ], [ 120.1911015, 30.2544504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911015, 30.2544504 ], [ 120.1912051, 30.2543767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958563, 30.2599213 ], [ 120.1958865, 30.2585038 ], [ 120.1959036, 30.2581018 ], [ 120.195955, 30.2572902 ], [ 120.1959574, 30.257252 ], [ 120.1959818, 30.2567343 ], [ 120.1959887, 30.2565891 ], [ 120.1960136, 30.2560613 ], [ 120.1960025, 30.2555912 ], [ 120.1960247, 30.255088 ], [ 120.1960178, 30.2546831 ], [ 120.1960219, 30.2545181 ], [ 120.1960209, 30.2543251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "采荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851254, 30.2542425 ], [ 120.1901107, 30.2543525 ], [ 120.1912051, 30.2543767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "采荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911015, 30.2544504 ], [ 120.1897269, 30.2544193 ], [ 120.1887472, 30.2543972 ], [ 120.1851196, 30.2543153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851857, 30.259967 ], [ 120.1851761, 30.2596544 ], [ 120.185238, 30.2593407 ], [ 120.1853695, 30.2588818 ], [ 120.1854857, 30.2585076 ], [ 120.1855282, 30.2583479 ], [ 120.1855552, 30.2582464 ], [ 120.1855915, 30.2579454 ], [ 120.1855871, 30.2578026 ], [ 120.1855816, 30.2576235 ], [ 120.1855437, 30.2573864 ], [ 120.1854323, 30.2569842 ], [ 120.1852458, 30.2564407 ], [ 120.1852244, 30.2563809 ], [ 120.1851434, 30.2560492 ], [ 120.1851339, 30.2558469 ], [ 120.185126, 30.2556771 ], [ 120.1851182, 30.2553235 ], [ 120.1851163, 30.2552363 ], [ 120.1851196, 30.2543153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851196, 30.2543153 ], [ 120.1851163, 30.2552363 ], [ 120.1851182, 30.2553235 ], [ 120.185126, 30.2556771 ], [ 120.1851339, 30.2558469 ], [ 120.1851434, 30.2560492 ], [ 120.1852244, 30.2563809 ], [ 120.1852458, 30.2564407 ], [ 120.1854323, 30.2569842 ], [ 120.1855437, 30.2573864 ], [ 120.1855816, 30.2576235 ], [ 120.1855871, 30.2578026 ], [ 120.1855915, 30.2579454 ], [ 120.1855552, 30.2582464 ], [ 120.1855282, 30.2583479 ], [ 120.1854857, 30.2585076 ], [ 120.1853695, 30.2588818 ], [ 120.185238, 30.2593407 ], [ 120.1851761, 30.2596544 ], [ 120.1851857, 30.259967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851857, 30.259967 ], [ 120.1857955, 30.2599233 ], [ 120.1866519, 30.2598993 ], [ 120.1868586, 30.2599372 ], [ 120.1871412, 30.2599817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871412, 30.2599817 ], [ 120.1882874, 30.2599671 ], [ 120.1899362, 30.2599684 ], [ 120.1910583, 30.2599693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910565, 30.2600913 ], [ 120.1894474, 30.260092 ], [ 120.1889679, 30.2600909 ], [ 120.1886259, 30.2600901 ], [ 120.187665, 30.2600878 ], [ 120.1872477, 30.260077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852029, 30.2602145 ], [ 120.1851857, 30.259967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851857, 30.259967 ], [ 120.1852029, 30.2602145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872477, 30.260077 ], [ 120.186701, 30.2601327 ], [ 120.1860088, 30.2601605 ], [ 120.1852029, 30.2602145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.196297, 30.2543669 ], [ 120.1962886, 30.2545578 ], [ 120.1962888, 30.2546935 ], [ 120.1962743, 30.2557216 ], [ 120.1962514, 30.2562826 ], [ 120.196245, 30.2564411 ], [ 120.1961875, 30.25784 ], [ 120.1961377, 30.2597955 ], [ 120.1961345, 30.2599203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911015, 30.2544504 ], [ 120.1910478, 30.2545712 ], [ 120.1910407, 30.2547323 ], [ 120.1910423, 30.2554437 ], [ 120.1910425, 30.255534 ], [ 120.1910446, 30.256484 ], [ 120.1910452, 30.2567851 ], [ 120.1910479, 30.2570324 ], [ 120.1910513, 30.258333 ], [ 120.191054, 30.2589676 ], [ 120.1910551, 30.2592155 ], [ 120.1910583, 30.2599693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910583, 30.2599693 ], [ 120.1910551, 30.2592155 ], [ 120.191054, 30.2589676 ], [ 120.1910513, 30.258333 ], [ 120.1910479, 30.2570324 ], [ 120.1910452, 30.2567851 ], [ 120.1910446, 30.256484 ], [ 120.1910425, 30.255534 ], [ 120.1910423, 30.2554437 ], [ 120.1910407, 30.2547323 ], [ 120.1910478, 30.2545712 ], [ 120.1911015, 30.2544504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958563, 30.2599213 ], [ 120.1961345, 30.2599203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910583, 30.2599693 ], [ 120.1933128, 30.2599427 ], [ 120.1933626, 30.2599423 ], [ 120.193887, 30.2599379 ], [ 120.1958563, 30.2599213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961345, 30.2599203 ], [ 120.1961308, 30.2600668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958604, 30.2600659 ], [ 120.1958563, 30.2599213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910565, 30.2600913 ], [ 120.1910583, 30.2599693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910583, 30.2599693 ], [ 120.1910565, 30.2600913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961308, 30.2600668 ], [ 120.1958604, 30.2600659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036269, 30.2560174 ], [ 120.2036652, 30.256187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203434, 30.2562352 ], [ 120.2034022, 30.2560597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.201397, 30.2562113 ], [ 120.2016937, 30.2562377 ], [ 120.2020906, 30.2562901 ], [ 120.2022214, 30.2562901 ], [ 120.2024596, 30.2562901 ], [ 120.2030293, 30.2561772 ], [ 120.2031834, 30.2561409 ], [ 120.2034022, 30.2560597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036652, 30.256187 ], [ 120.203434, 30.2562352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203434, 30.2562352 ], [ 120.20302, 30.2562256 ], [ 120.2024409, 30.2563506 ], [ 120.2020019, 30.2563466 ], [ 120.2017077, 30.2563103 ], [ 120.201397, 30.2562113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036652, 30.256187 ], [ 120.203736, 30.2566503 ], [ 120.2038135, 30.2574588 ], [ 120.2038271, 30.2576005 ], [ 120.2038271, 30.2581512 ], [ 120.2038238, 30.2582702 ], [ 120.2038061, 30.2589077 ], [ 120.2037246, 30.25988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035402, 30.2599041 ], [ 120.2035917, 30.25891 ], [ 120.2036124, 30.2585098 ], [ 120.2036408, 30.2580465 ], [ 120.203635, 30.257616 ], [ 120.2036168, 30.2572105 ], [ 120.2035666, 30.2569236 ], [ 120.2034713, 30.2564349 ], [ 120.203434, 30.2562352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2037246, 30.25988 ], [ 120.2045218, 30.2596956 ], [ 120.2051637, 30.259572 ], [ 120.2055917, 30.2594981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055509, 30.2597053 ], [ 120.2053423, 30.2597439 ], [ 120.2050156, 30.2598282 ], [ 120.2043299, 30.2599896 ], [ 120.20375, 30.2600654 ], [ 120.2036739, 30.2600754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035402, 30.2599041 ], [ 120.2037246, 30.25988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1962057, 30.2600665 ], [ 120.1961308, 30.2600668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958604, 30.2600659 ], [ 120.1944315, 30.260068 ], [ 120.1934254, 30.2600851 ], [ 120.1910565, 30.2600913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910565, 30.2600913 ], [ 120.1910238, 30.2622779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910238, 30.2622779 ], [ 120.1910565, 30.2600913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957769, 30.262746 ], [ 120.1958604, 30.2600659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961308, 30.2600668 ], [ 120.1961192, 30.2605085 ], [ 120.1961314, 30.2612088 ], [ 120.1960544, 30.262763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1962057, 30.2600665 ], [ 120.1962504, 30.2608348 ], [ 120.1962626, 30.2609682 ], [ 120.1961688, 30.2627725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957769, 30.262746 ], [ 120.1946688, 30.2626617 ], [ 120.1945918, 30.262649 ], [ 120.1938938, 30.2625342 ], [ 120.1928842, 30.2623671 ], [ 120.1910238, 30.2622779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910238, 30.2622779 ], [ 120.1928842, 30.2623671 ], [ 120.1938938, 30.2625342 ], [ 120.1945918, 30.262649 ], [ 120.1946688, 30.2626617 ], [ 120.1957769, 30.262746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960544, 30.262763 ], [ 120.1957769, 30.262746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961345, 30.2599203 ], [ 120.1971649, 30.2599186 ], [ 120.197302, 30.2599183 ], [ 120.1977537, 30.2599167 ], [ 120.1988523, 30.2599157 ], [ 120.1997166, 30.2599143 ], [ 120.2019322, 30.2599153 ], [ 120.202553, 30.2598968 ], [ 120.2027195, 30.2599029 ], [ 120.2035402, 30.2599041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2037246, 30.25988 ], [ 120.2036739, 30.2600754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035041, 30.2600532 ], [ 120.2035402, 30.2599041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036739, 30.2600754 ], [ 120.2035041, 30.2600532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "庆春东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035041, 30.2600532 ], [ 120.2028944, 30.2600714 ], [ 120.2027296, 30.2600644 ], [ 120.2019414, 30.2600999 ], [ 120.2016826, 30.2600979 ], [ 120.2013749, 30.2600955 ], [ 120.2008662, 30.2600913 ], [ 120.1997083, 30.2600818 ], [ 120.1992888, 30.26008 ], [ 120.1977876, 30.2600734 ], [ 120.1962057, 30.2600665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2032762, 30.2633421 ], [ 120.2033509, 30.2619629 ], [ 120.2034221, 30.26137 ], [ 120.2034411, 30.2606573 ], [ 120.2034484, 30.2604987 ], [ 120.2035041, 30.2600532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2036739, 30.2600754 ], [ 120.2036118, 30.2602226 ], [ 120.2035925, 30.2606024 ], [ 120.2035877, 30.2607616 ], [ 120.2035624, 30.2612849 ], [ 120.203561, 30.2615441 ], [ 120.2035366, 30.2619616 ], [ 120.2034493, 30.263352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961688, 30.2627725 ], [ 120.1966758, 30.2628146 ], [ 120.1973954, 30.2628743 ], [ 120.1978845, 30.2629149 ], [ 120.1996786, 30.2630638 ], [ 120.2002037, 30.2631025 ], [ 120.2015025, 30.2631982 ], [ 120.2019184, 30.2632288 ], [ 120.2022945, 30.2632598 ], [ 120.2025642, 30.263282 ], [ 120.2031138, 30.2633273 ], [ 120.2032762, 30.2633421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2032762, 30.2633421 ], [ 120.2031138, 30.2633273 ], [ 120.2025642, 30.263282 ], [ 120.2022945, 30.2632598 ], [ 120.2019184, 30.2632288 ], [ 120.2015025, 30.2631982 ], [ 120.2002037, 30.2631025 ], [ 120.1996786, 30.2630638 ], [ 120.1978845, 30.2629149 ], [ 120.1973954, 30.2628743 ], [ 120.1966758, 30.2628146 ], [ 120.1961688, 30.2627725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2032762, 30.2633421 ], [ 120.2034493, 30.263352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852029, 30.2602145 ], [ 120.1852727, 30.2606205 ], [ 120.1854027, 30.2609776 ], [ 120.1855119, 30.2612357 ], [ 120.1855606, 30.2613508 ], [ 120.1857983, 30.2618312 ], [ 120.1858875, 30.2620638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1858875, 30.2620638 ], [ 120.1857983, 30.2618312 ], [ 120.1855606, 30.2613508 ], [ 120.1855119, 30.2612357 ], [ 120.1854027, 30.2609776 ], [ 120.1852727, 30.2606205 ], [ 120.1852029, 30.2602145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1858875, 30.2620638 ], [ 120.1872471, 30.2621227 ], [ 120.1874683, 30.2621353 ], [ 120.1875621, 30.2621407 ], [ 120.1878724, 30.2621584 ], [ 120.188495, 30.2621874 ], [ 120.1897073, 30.2622264 ], [ 120.1898503, 30.262231 ], [ 120.190477, 30.2622505 ], [ 120.1905558, 30.2622542 ], [ 120.1910238, 30.2622779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910238, 30.2622779 ], [ 120.1905558, 30.2622542 ], [ 120.190477, 30.2622505 ], [ 120.1898503, 30.262231 ], [ 120.1897073, 30.2622264 ], [ 120.188495, 30.2621874 ], [ 120.1878724, 30.2621584 ], [ 120.1875621, 30.2621407 ], [ 120.1874683, 30.2621353 ], [ 120.1872471, 30.2621227 ], [ 120.1858875, 30.2620638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1858875, 30.2620638 ], [ 120.1859069, 30.2623802 ], [ 120.1858632, 30.2627303 ], [ 120.1858439, 30.2631373 ], [ 120.1858592, 30.263628 ], [ 120.1859484, 30.2641055 ], [ 120.1860759, 30.2647047 ], [ 120.1863055, 30.2656337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863055, 30.2656337 ], [ 120.1860759, 30.2647047 ], [ 120.1859484, 30.2641055 ], [ 120.1858592, 30.263628 ], [ 120.1858439, 30.2631373 ], [ 120.1858632, 30.2627303 ], [ 120.1859069, 30.2623802 ], [ 120.1858875, 30.2620638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910238, 30.2622779 ], [ 120.1910182, 30.2625131 ], [ 120.1910094, 30.2629177 ], [ 120.1910071, 30.2630219 ], [ 120.1909894, 30.2638319 ], [ 120.1909423, 30.2656907 ], [ 120.1909262, 30.2658231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909262, 30.2658231 ], [ 120.1909423, 30.2656907 ], [ 120.1909894, 30.2638319 ], [ 120.1910071, 30.2630219 ], [ 120.1910094, 30.2629177 ], [ 120.1910182, 30.2625131 ], [ 120.1910238, 30.2622779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863055, 30.2656337 ], [ 120.1871291, 30.2656288 ], [ 120.1884729, 30.2656789 ], [ 120.1892877, 30.2657557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.186368, 30.2658587 ], [ 120.1863055, 30.2656337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957769, 30.262746 ], [ 120.1960544, 30.262763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960544, 30.262763 ], [ 120.1961688, 30.2627725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961688, 30.2627725 ], [ 120.1960544, 30.262763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957025, 30.2658789 ], [ 120.1957306, 30.2648681 ], [ 120.1957451, 30.2643487 ], [ 120.1957591, 30.2630649 ], [ 120.1957769, 30.262746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960544, 30.262763 ], [ 120.1959902, 30.2634621 ], [ 120.195976, 30.2639672 ], [ 120.1959674, 30.2642704 ], [ 120.195963, 30.2644274 ], [ 120.1958905, 30.2658868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909262, 30.2658231 ], [ 120.1933397, 30.2658649 ], [ 120.1947407, 30.2658891 ], [ 120.1957025, 30.2658789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957025, 30.2658789 ], [ 120.1958905, 30.2658868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956902, 30.2660146 ], [ 120.1957025, 30.2658789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958905, 30.2658868 ], [ 120.1958813, 30.2660119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956902, 30.2660146 ], [ 120.1944569, 30.2659664 ], [ 120.1940239, 30.2659578 ], [ 120.192491, 30.2659275 ], [ 120.1909366, 30.2658994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平门直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034493, 30.263352 ], [ 120.2032762, 30.2633421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031364, 30.2659885 ], [ 120.2031978, 30.2651978 ], [ 120.2032762, 30.2633421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034493, 30.263352 ], [ 120.2034217, 30.2646344 ], [ 120.2033975, 30.265756 ], [ 120.2033922, 30.2660042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958905, 30.2658868 ], [ 120.1979287, 30.2659445 ], [ 120.1993613, 30.2659851 ], [ 120.2022057, 30.2659861 ], [ 120.2029214, 30.2659864 ], [ 120.2031364, 30.2659885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031364, 30.2659885 ], [ 120.2033922, 30.2660042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031327, 30.2661641 ], [ 120.2031364, 30.2659885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031327, 30.2661641 ], [ 120.2029153, 30.2661622 ], [ 120.202031, 30.2661513 ], [ 120.2010515, 30.2661376 ], [ 120.1993513, 30.2661148 ], [ 120.1979504, 30.2660767 ], [ 120.1958813, 30.2660119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033922, 30.2660042 ], [ 120.2034032, 30.2661845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034032, 30.2661845 ], [ 120.2031327, 30.2661641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2030734, 30.2697658 ], [ 120.2031327, 30.2661641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863055, 30.2656337 ], [ 120.186368, 30.2658587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892877, 30.2657557 ], [ 120.189738, 30.2657742 ], [ 120.1909262, 30.2658231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1888375, 30.2658294 ], [ 120.1884096, 30.2658753 ], [ 120.1874375, 30.2658494 ], [ 120.1869036, 30.2658319 ], [ 120.186368, 30.2658587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909366, 30.2658994 ], [ 120.1909262, 30.2658231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双菱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909262, 30.2658231 ], [ 120.1909366, 30.2658994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909366, 30.2658994 ], [ 120.1890564, 30.2658367 ], [ 120.1888375, 30.2658294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1832741, 30.2661889 ], [ 120.1834986, 30.2661493 ], [ 120.1859375, 30.2657195 ], [ 120.1863976, 30.2656748 ], [ 120.1869449, 30.2656803 ], [ 120.1876672, 30.2656877 ], [ 120.1884249, 30.2657226 ], [ 120.1892877, 30.2657557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1888375, 30.2658294 ], [ 120.188402, 30.265801 ], [ 120.1872553, 30.2657629 ], [ 120.1866856, 30.2657677 ], [ 120.186327, 30.2657861 ], [ 120.1859831, 30.2658004 ], [ 120.1832857, 30.2662658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863548, 30.2747433 ], [ 120.186369, 30.2745907 ], [ 120.1864785, 30.2729773 ], [ 120.1865036, 30.2725961 ], [ 120.1865097, 30.2722321 ], [ 120.1865349, 30.2716742 ], [ 120.1865396, 30.2715701 ], [ 120.1865468, 30.2713003 ], [ 120.186553, 30.2710651 ], [ 120.1865563, 30.2709387 ], [ 120.1865842, 30.2701144 ], [ 120.1866191, 30.2691955 ], [ 120.1866143, 30.2683544 ], [ 120.1866461, 30.267725 ], [ 120.1866381, 30.2675788 ], [ 120.1866342, 30.2675071 ], [ 120.1866254, 30.2673448 ], [ 120.1865835, 30.2669798 ], [ 120.1864762, 30.2663846 ], [ 120.186368, 30.2658587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.186368, 30.2658587 ], [ 120.1864762, 30.2663846 ], [ 120.1865835, 30.2669798 ], [ 120.1866254, 30.2673448 ], [ 120.1866342, 30.2675071 ], [ 120.1866381, 30.2675788 ], [ 120.1866461, 30.267725 ], [ 120.1866143, 30.2683544 ], [ 120.1866191, 30.2691955 ], [ 120.1865842, 30.2701144 ], [ 120.1865563, 30.2709387 ], [ 120.186553, 30.2710651 ], [ 120.1865468, 30.2713003 ], [ 120.1865396, 30.2715701 ], [ 120.1865349, 30.2716742 ], [ 120.1865097, 30.2722321 ], [ 120.1865036, 30.2725961 ], [ 120.1864785, 30.2729773 ], [ 120.186369, 30.2745907 ], [ 120.1863548, 30.2747433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407681, 30.258001 ], [ 120.2408371, 30.258152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406931, 30.2581948 ], [ 120.2406402, 30.2580611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408371, 30.258152 ], [ 120.2406931, 30.2581948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418839, 30.2575456 ], [ 120.2426911, 30.2587281 ], [ 120.2434308, 30.2598118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2433428, 30.259856 ], [ 120.243117, 30.2595464 ], [ 120.2417463, 30.2576672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408371, 30.258152 ], [ 120.2409813, 30.2587204 ], [ 120.2411383, 30.2599196 ], [ 120.2413076, 30.2604862 ], [ 120.2414735, 30.2608603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241321, 30.260916 ], [ 120.2411911, 30.2605623 ], [ 120.2410573, 30.260088 ], [ 120.2409685, 30.2596855 ], [ 120.2409073, 30.2591123 ], [ 120.2408243, 30.258646 ], [ 120.2406931, 30.2581948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2433428, 30.259856 ], [ 120.2434308, 30.2598118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2434308, 30.2598118 ], [ 120.2434929, 30.2598934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2434033, 30.2599418 ], [ 120.2433428, 30.259856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2434929, 30.2598934 ], [ 120.2434033, 30.2599418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414735, 30.2608603 ], [ 120.2422738, 30.2604626 ], [ 120.2433428, 30.259856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2434033, 30.2599418 ], [ 120.2416816, 30.2608697 ], [ 120.2415233, 30.2609508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241321, 30.260916 ], [ 120.2414735, 30.2608603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414735, 30.2608603 ], [ 120.2415233, 30.2609508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241371, 30.2610175 ], [ 120.241321, 30.260916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415233, 30.2609508 ], [ 120.241371, 30.2610175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2434929, 30.2598934 ], [ 120.2436896, 30.2601591 ], [ 120.2442891, 30.2610299 ], [ 120.2459084, 30.2632455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458305, 30.263307 ], [ 120.2440866, 30.260874 ], [ 120.2434033, 30.2599418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415233, 30.2609508 ], [ 120.2415984, 30.2611034 ], [ 120.2418139, 30.2614742 ], [ 120.2420849, 30.261892 ], [ 120.2438975, 30.2647927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395077, 30.2562619 ], [ 120.2393872, 30.2563516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395077, 30.2562619 ], [ 120.2396631, 30.2564294 ], [ 120.2397499, 30.25653 ], [ 120.2398928, 30.256668 ], [ 120.2402169, 30.2570315 ], [ 120.2404057, 30.2573323 ], [ 120.2407681, 30.258001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406402, 30.2580611 ], [ 120.2403224, 30.2574017 ], [ 120.2401005, 30.2570821 ], [ 120.2397979, 30.2567194 ], [ 120.2396505, 30.2565822 ], [ 120.2395645, 30.2564884 ], [ 120.2393872, 30.2563516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "空港大道", "彭埠大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274803, 30.2772829 ], [ 120.2281448, 30.2765883 ], [ 120.2286783, 30.276129 ], [ 120.2291922, 30.2757119 ], [ 120.2295715, 30.2754472 ], [ 120.2310619, 30.2746068 ], [ 120.2432934, 30.2675349 ], [ 120.2451497, 30.26648 ], [ 120.2462611, 30.2658912 ], [ 120.2469142, 30.265556 ], [ 120.2481016, 30.2649571 ], [ 120.2489746, 30.2645715 ], [ 120.2496015, 30.2643326 ], [ 120.2503398, 30.2640513 ], [ 120.2528239, 30.2628711 ], [ 120.252927, 30.2628149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "空港大道", "彭埠大桥", "彭埠大桥引桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2530544, 30.2630212 ], [ 120.2527749, 30.2631376 ], [ 120.251484, 30.2637562 ], [ 120.250511, 30.2642191 ], [ 120.249905, 30.2644728 ], [ 120.2493891, 30.2646529 ], [ 120.2487488, 30.264827 ], [ 120.2483844, 30.2649474 ], [ 120.2481595, 30.2650329 ], [ 120.2463169, 30.2659523 ], [ 120.2452218, 30.2665492 ], [ 120.2433372, 30.2676075 ], [ 120.2335721, 30.2732712 ], [ 120.2311195, 30.2746524 ], [ 120.2297268, 30.2754586 ], [ 120.2294853, 30.2756124 ], [ 120.2292684, 30.2757713 ], [ 120.2287274, 30.2761936 ], [ 120.2285451, 30.2763403 ], [ 120.2283407, 30.2765168 ], [ 120.2281909, 30.2766529 ], [ 120.2277672, 30.2771324 ], [ 120.2275798, 30.2773599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "之江安澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2315012, 30.2724862 ], [ 120.2327024, 30.2741769 ], [ 120.2334973, 30.2753877 ], [ 120.234006, 30.2760942 ], [ 120.2348322, 30.2772282 ], [ 120.2357748, 30.2781571 ], [ 120.2364482, 30.278678 ], [ 120.2377225, 30.2795433 ], [ 120.2384774, 30.2801119 ], [ 120.2403262, 30.2814932 ], [ 120.2414642, 30.282327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "之江安澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413458, 30.2824648 ], [ 120.2402318, 30.2816236 ], [ 120.2399403, 30.2813854 ], [ 120.2386567, 30.2804359 ], [ 120.2375973, 30.2796127 ], [ 120.2363156, 30.278682 ], [ 120.2355926, 30.278137 ], [ 120.2351191, 30.2777011 ], [ 120.2347588, 30.2772877 ], [ 120.234023, 30.2763053 ], [ 120.2334575, 30.2755262 ], [ 120.2326509, 30.274414 ], [ 120.2324053, 30.2741502 ], [ 120.23183, 30.2733046 ], [ 120.2313685, 30.272603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347374, 30.2803287 ], [ 120.2351143, 30.2800537 ], [ 120.235539, 30.2796767 ], [ 120.2355531, 30.2796648 ], [ 120.235907, 30.279367 ], [ 120.2362031, 30.2791174 ], [ 120.2364768, 30.2788939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364768, 30.2788939 ], [ 120.2362031, 30.2791174 ], [ 120.235907, 30.279367 ], [ 120.2355531, 30.2796648 ], [ 120.235539, 30.2796767 ], [ 120.2351143, 30.2800537 ], [ 120.2347374, 30.2803287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347374, 30.2803287 ], [ 120.2346528, 30.2803822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437627, 30.2648534 ], [ 120.2419666, 30.2619292 ], [ 120.2415068, 30.2612421 ], [ 120.241371, 30.2610175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438975, 30.2647927 ], [ 120.2450507, 30.2639219 ], [ 120.2458305, 30.263307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459415, 30.2633982 ], [ 120.2440075, 30.264963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437627, 30.2648534 ], [ 120.2438975, 30.2647927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "观澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2438975, 30.2647927 ], [ 120.2440075, 30.264963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "飞虹路", "观澜路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440075, 30.264963 ], [ 120.2439028, 30.2650184 ], [ 120.2437627, 30.2648534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414642, 30.282327 ], [ 120.2416074, 30.2824264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2413458, 30.2824648 ], [ 120.2414642, 30.282327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416074, 30.2824264 ], [ 120.2415579, 30.282491 ], [ 120.2414928, 30.282562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414928, 30.282562 ], [ 120.2413458, 30.2824648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503139, 30.2593532 ], [ 120.2504336, 30.2594782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503036, 30.2596031 ], [ 120.2501858, 30.2594776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2504336, 30.2594782 ], [ 120.2503784, 30.2595312 ], [ 120.2503036, 30.2596031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459084, 30.2632455 ], [ 120.2465335, 30.2627295 ], [ 120.2477369, 30.2617663 ], [ 120.2484595, 30.2611321 ], [ 120.2491556, 30.260479 ], [ 120.250103, 30.2595581 ], [ 120.2501858, 30.2594776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503036, 30.2596031 ], [ 120.2502756, 30.25963 ], [ 120.250201, 30.2597018 ], [ 120.248584, 30.2612449 ], [ 120.2484352, 30.261387 ], [ 120.2480374, 30.2616937 ], [ 120.2465828, 30.2628784 ], [ 120.2460311, 30.2633256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458305, 30.263307 ], [ 120.2459084, 30.2632455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459084, 30.2632455 ], [ 120.2460311, 30.2633256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "亚运村路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459415, 30.2633982 ], [ 120.2458305, 30.263307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2460311, 30.2633256 ], [ 120.2459415, 30.2633982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "之江安澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416074, 30.2824264 ], [ 120.24259, 30.2830233 ], [ 120.2449289, 30.2844377 ], [ 120.2464381, 30.2853518 ], [ 120.249134, 30.2867282 ], [ 120.2506001, 30.2874351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2313685, 30.272603 ], [ 120.2312519, 30.2726939 ], [ 120.2311744, 30.2727481 ], [ 120.2297882, 30.2735599 ], [ 120.2287406, 30.274248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274168, 30.2729412 ], [ 120.2275285, 30.2730352 ], [ 120.2279845, 30.2734935 ], [ 120.2284175, 30.2739518 ], [ 120.2286211, 30.2741712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2286211, 30.2741712 ], [ 120.2297234, 30.2734714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2286211, 30.2741712 ], [ 120.2287406, 30.274248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2283121, 30.2743142 ], [ 120.2286211, 30.2741712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287406, 30.274248 ], [ 120.2285427, 30.2743279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2285427, 30.2743279 ], [ 120.2283121, 30.2743142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287406, 30.274248 ], [ 120.2288993, 30.2743568 ], [ 120.2297989, 30.2750466 ], [ 120.2302372, 30.2753912 ], [ 120.2302808, 30.2754214 ], [ 120.2305601, 30.2756147 ], [ 120.2309885, 30.2758771 ], [ 120.2311696, 30.2760157 ], [ 120.2321766, 30.2766766 ], [ 120.2325708, 30.276942 ], [ 120.2329815, 30.277231 ], [ 120.2333078, 30.2775047 ], [ 120.233704, 30.2779827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2336407, 30.2780401 ], [ 120.2332055, 30.2775184 ], [ 120.2330197, 30.2773602 ], [ 120.2327365, 30.277148 ], [ 120.2322841, 30.2768336 ], [ 120.2318704, 30.276545 ], [ 120.2310529, 30.2760245 ], [ 120.2308674, 30.2759388 ], [ 120.2306051, 30.2757649 ], [ 120.2303994, 30.2756376 ], [ 120.2301742, 30.2754983 ], [ 120.2300237, 30.2754321 ], [ 120.2297586, 30.2753047 ], [ 120.2295866, 30.2752017 ], [ 120.2293336, 30.2749677 ], [ 120.2290159, 30.2746751 ], [ 120.2285427, 30.2743279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233704, 30.2779827 ], [ 120.2338457, 30.2779304 ], [ 120.2337573, 30.2780861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2336407, 30.2780401 ], [ 120.233704, 30.2779827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233704, 30.2779827 ], [ 120.2337573, 30.2780861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2336822, 30.2781482 ], [ 120.2336407, 30.2780401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337573, 30.2780861 ], [ 120.2336822, 30.2781482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275798, 30.2773599 ], [ 120.2279814, 30.2776366 ], [ 120.2283471, 30.2779208 ], [ 120.228859, 30.2783756 ], [ 120.229353, 30.2788468 ], [ 120.2299618, 30.279445 ], [ 120.2305448, 30.2799683 ], [ 120.2308456, 30.2802582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306855, 30.2803798 ], [ 120.2300444, 30.2797004 ], [ 120.2293786, 30.2790633 ], [ 120.2288321, 30.2785458 ], [ 120.2283521, 30.2781199 ], [ 120.2274941, 30.2774548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308456, 30.2802582 ], [ 120.2310609, 30.2801094 ], [ 120.2315645, 30.2797169 ], [ 120.232696, 30.2788349 ], [ 120.23326, 30.2783488 ], [ 120.233448, 30.2781869 ], [ 120.2336407, 30.2780401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337573, 30.2780861 ], [ 120.2339122, 30.2783869 ], [ 120.2340543, 30.2787097 ], [ 120.2341551, 30.278988 ], [ 120.2343664, 30.2795704 ], [ 120.2345139, 30.2799456 ], [ 120.2346034, 30.2801135 ], [ 120.2347374, 30.2803287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2336822, 30.2781482 ], [ 120.2335058, 30.2782862 ], [ 120.2332938, 30.2784566 ], [ 120.2326865, 30.2789449 ], [ 120.2322317, 30.2793269 ], [ 120.2318622, 30.2796159 ], [ 120.2314442, 30.2799428 ], [ 120.2309607, 30.2803598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346528, 30.2803822 ], [ 120.2344886, 30.2800618 ], [ 120.2343741, 30.2797885 ], [ 120.2341553, 30.2791933 ], [ 120.2340024, 30.2787811 ], [ 120.2338838, 30.2785282 ], [ 120.2336822, 30.2781482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308456, 30.2802582 ], [ 120.2309607, 30.2803598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306855, 30.2803798 ], [ 120.2307625, 30.2803156 ], [ 120.2308456, 30.2802582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2309607, 30.2803598 ], [ 120.230877, 30.280432 ], [ 120.2307953, 30.2804963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307953, 30.2804963 ], [ 120.2306855, 30.2803798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298844, 30.2810479 ], [ 120.2306855, 30.2803798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307953, 30.2804963 ], [ 120.2298675, 30.2812264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2309607, 30.2803598 ], [ 120.2313462, 30.2807626 ], [ 120.2315513, 30.2809769 ], [ 120.2326571, 30.2820625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346528, 30.2803822 ], [ 120.2344097, 30.2805969 ], [ 120.2342246, 30.2807522 ], [ 120.2337123, 30.2811804 ], [ 120.2326571, 30.2820625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2326571, 30.2820625 ], [ 120.2337123, 30.2811804 ], [ 120.2342246, 30.2807522 ], [ 120.2344097, 30.2805969 ], [ 120.2346528, 30.2803822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325619, 30.2821304 ], [ 120.2317011, 30.2813312 ], [ 120.2307953, 30.2804963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346528, 30.2803822 ], [ 120.2347374, 30.2803287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347374, 30.2803287 ], [ 120.2348013, 30.2804313 ], [ 120.2350363, 30.2807315 ], [ 120.2351816, 30.2809072 ], [ 120.2353474, 30.281078 ], [ 120.2357131, 30.2814203 ], [ 120.2360494, 30.2817428 ], [ 120.2363987, 30.2820653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2362633, 30.2820806 ], [ 120.2360248, 30.2818401 ], [ 120.2357697, 30.2815986 ], [ 120.2352884, 30.2811165 ], [ 120.2350258, 30.2808632 ], [ 120.2348541, 30.2806711 ], [ 120.2346528, 30.2803822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2362633, 30.2820806 ], [ 120.2363987, 30.2820653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363987, 30.2820653 ], [ 120.2363456, 30.2821483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363456, 30.2821483 ], [ 120.2362633, 30.2820806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.234489, 30.2837765 ], [ 120.2347895, 30.2835137 ], [ 120.2349764, 30.2833427 ], [ 120.2351653, 30.2831927 ], [ 120.2359296, 30.2824458 ], [ 120.2360886, 30.2822672 ], [ 120.2361733, 30.2821767 ], [ 120.2362633, 30.2820806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363456, 30.2821483 ], [ 120.2362493, 30.2822383 ], [ 120.2361609, 30.2823208 ], [ 120.2359835, 30.2824968 ], [ 120.2345783, 30.2838578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363987, 30.2820653 ], [ 120.236992, 30.2825562 ], [ 120.237901, 30.2832405 ], [ 120.2384436, 30.2836341 ], [ 120.2396404, 30.2844851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239569, 30.2845452 ], [ 120.2388181, 30.2839986 ], [ 120.2383766, 30.2836825 ], [ 120.2378393, 30.2832918 ], [ 120.2367234, 30.2824506 ], [ 120.2363456, 30.2821483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298675, 30.2812264 ], [ 120.2296229, 30.2815198 ], [ 120.2291246, 30.2820103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273867, 30.2833045 ], [ 120.2275598, 30.2831384 ], [ 120.2282765, 30.2824798 ], [ 120.2289121, 30.2818861 ], [ 120.2293454, 30.2814911 ], [ 120.2298844, 30.2810479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御五弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231142, 30.2833823 ], [ 120.2291246, 30.2820103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御五弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291246, 30.2820103 ], [ 120.231142, 30.2833823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291246, 30.2820103 ], [ 120.2289899, 30.2821382 ], [ 120.227602, 30.283413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325619, 30.2821304 ], [ 120.231142, 30.2833823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231142, 30.2833823 ], [ 120.2325619, 30.2821304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2326571, 30.2820625 ], [ 120.2343855, 30.2836797 ], [ 120.234489, 30.2837765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2343756, 30.2838727 ], [ 120.2325619, 30.2821304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.234489, 30.2837765 ], [ 120.2345783, 30.2838578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258148, 30.2720851 ], [ 120.2249406, 30.271427 ], [ 120.2245669, 30.2711053 ], [ 120.2242641, 30.270797 ], [ 120.223574, 30.2700821 ], [ 120.2230638, 30.2694782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2270975, 30.2710041 ], [ 120.226061, 30.2718517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226061, 30.2718517 ], [ 120.2270975, 30.2710041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226061, 30.2718517 ], [ 120.2258148, 30.2720851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258148, 30.2720851 ], [ 120.226061, 30.2718517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226061, 30.2718517 ], [ 120.2265561, 30.2722311 ], [ 120.2270509, 30.2726331 ], [ 120.2274168, 30.2729412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2201087, 30.2719977 ], [ 120.2215347, 30.2729483 ], [ 120.2216439, 30.2730225 ], [ 120.2219926, 30.2732553 ], [ 120.2235999, 30.2743257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2283121, 30.2743142 ], [ 120.2281579, 30.2741955 ], [ 120.2278035, 30.2737719 ], [ 120.2274377, 30.2733682 ], [ 120.2270029, 30.2729754 ], [ 120.2265452, 30.2726123 ], [ 120.2258148, 30.2720851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235999, 30.2743257 ], [ 120.224041, 30.2738629 ], [ 120.2243947, 30.2734434 ], [ 120.2245916, 30.2732241 ], [ 120.2248079, 30.2729848 ], [ 120.2250261, 30.2727501 ], [ 120.225263, 30.2725254 ], [ 120.2258148, 30.2720851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258148, 30.2720851 ], [ 120.225263, 30.2725254 ], [ 120.2250261, 30.2727501 ], [ 120.2248079, 30.2729848 ], [ 120.2245916, 30.2732241 ], [ 120.2243947, 30.2734434 ], [ 120.224041, 30.2738629 ], [ 120.2235999, 30.2743257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2312791, 30.2724794 ], [ 120.2311296, 30.2723546 ], [ 120.2307759, 30.2717969 ], [ 120.2306732, 30.2716353 ], [ 120.2304233, 30.27121 ], [ 120.2300637, 30.2706772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2313216, 30.2725451 ], [ 120.2312791, 30.2724794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2313216, 30.2725451 ], [ 120.2315012, 30.2724862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274168, 30.2729412 ], [ 120.228289, 30.2721286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228289, 30.2721286 ], [ 120.2274168, 30.2729412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2315012, 30.2724862 ], [ 120.2313685, 30.272603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2313685, 30.272603 ], [ 120.2313216, 30.2725451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297234, 30.2734714 ], [ 120.228289, 30.2721286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运塘街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228289, 30.2721286 ], [ 120.2297234, 30.2734714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297234, 30.2734714 ], [ 120.2312259, 30.2725974 ], [ 120.2313216, 30.2725451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2201087, 30.2719977 ], [ 120.2199486, 30.2721547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199486, 30.2721547 ], [ 120.2198427, 30.2720507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179125, 30.27474 ], [ 120.2181011, 30.2744835 ], [ 120.2190088, 30.2732503 ], [ 120.2192254, 30.272956 ], [ 120.2192599, 30.2729084 ], [ 120.2196889, 30.2723161 ], [ 120.2197889, 30.2721435 ], [ 120.2198427, 30.2720507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199486, 30.2721547 ], [ 120.2193653, 30.2729065 ], [ 120.2191915, 30.2731394 ], [ 120.2187708, 30.2737031 ], [ 120.2185623, 30.2739825 ], [ 120.2179784, 30.2747865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2090734, 30.2729475 ], [ 120.2094369, 30.2729711 ], [ 120.2101829, 30.2733307 ], [ 120.2113051, 30.2738716 ], [ 120.2123001, 30.2743244 ], [ 120.2153023, 30.2757015 ], [ 120.2167318, 30.2763416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166498, 30.2764464 ], [ 120.2152422, 30.2758195 ], [ 120.213566, 30.2750124 ], [ 120.212248, 30.2744259 ], [ 120.2112568, 30.2739847 ], [ 120.2104844, 30.2736336 ], [ 120.2094289, 30.2731539 ], [ 120.2090734, 30.2729475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179784, 30.2747865 ], [ 120.2179125, 30.27474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179125, 30.27474 ], [ 120.2179784, 30.2747865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167318, 30.2763416 ], [ 120.2167822, 30.2762771 ], [ 120.2174334, 30.2753915 ], [ 120.2179125, 30.27474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179784, 30.2747865 ], [ 120.2172619, 30.2757729 ], [ 120.2168963, 30.276331 ], [ 120.2168451, 30.2764021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2234791, 30.2744538 ], [ 120.2233025, 30.2743206 ], [ 120.2224449, 30.2737474 ], [ 120.2218974, 30.2733815 ], [ 120.2215661, 30.2731667 ], [ 120.2199486, 30.2721547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235999, 30.2743257 ], [ 120.2234791, 30.2744538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2234791, 30.2744538 ], [ 120.2235999, 30.2743257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2211563, 30.2669449 ], [ 120.2214665, 30.2672794 ], [ 120.2217023, 30.2675393 ], [ 120.222967, 30.2689933 ], [ 120.2238697, 30.2700891 ], [ 120.2242311, 30.270509 ], [ 120.2244594, 30.2707318 ], [ 120.2246952, 30.2709636 ], [ 120.2249821, 30.2712299 ], [ 120.2254399, 30.2715716 ], [ 120.2263137, 30.2721823 ], [ 120.2266268, 30.2724106 ], [ 120.2268952, 30.2726213 ], [ 120.2270701, 30.2727723 ], [ 120.227493, 30.2731375 ], [ 120.2278264, 30.2734642 ], [ 120.2283792, 30.2740353 ], [ 120.2288946, 30.274747 ], [ 120.2290134, 30.2748995 ], [ 120.2292289, 30.2753603 ], [ 120.2294052, 30.2757444 ], [ 120.229485, 30.276048 ], [ 120.2295244, 30.2763118 ], [ 120.2295287, 30.2765252 ], [ 120.2294687, 30.276732 ], [ 120.2294383, 30.2768369 ], [ 120.22922, 30.2771299 ], [ 120.2289272, 30.2773665 ], [ 120.2284771, 30.2776018 ], [ 120.2284159, 30.2776412 ], [ 120.2279235, 30.2779266 ], [ 120.2276273, 30.278204 ], [ 120.2272576, 30.2785169 ], [ 120.2269368, 30.2789711 ], [ 120.226708, 30.2793929 ], [ 120.2264645, 30.2798349 ], [ 120.2261955, 30.2804217 ], [ 120.2260408, 30.2807512 ], [ 120.2258913, 30.28109 ], [ 120.2257514, 30.2816059 ], [ 120.2255931, 30.282372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254676, 30.2822993 ], [ 120.2254975, 30.2812197 ], [ 120.2255435, 30.2808407 ], [ 120.2256249, 30.2805626 ], [ 120.2259894, 30.2796763 ], [ 120.2261062, 30.2794226 ], [ 120.2265313, 30.2787355 ], [ 120.2266505, 30.2784816 ], [ 120.226842, 30.2782237 ], [ 120.227092, 30.2779129 ], [ 120.2274472, 30.2776747 ], [ 120.2279349, 30.2774769 ], [ 120.2283686, 30.2773537 ], [ 120.2288089, 30.2771459 ], [ 120.2290338, 30.2769069 ], [ 120.2291946, 30.2766772 ], [ 120.2292382, 30.2764422 ], [ 120.2292212, 30.2762279 ], [ 120.2291434, 30.2759216 ], [ 120.2289509, 30.2755311 ], [ 120.2287614, 30.2751487 ], [ 120.2285842, 30.2747652 ], [ 120.2282003, 30.2740501 ], [ 120.2278949, 30.2736567 ], [ 120.2272441, 30.2730254 ], [ 120.226992, 30.2728071 ], [ 120.2268085, 30.2726579 ], [ 120.2265532, 30.272459 ], [ 120.2262678, 30.2722558 ], [ 120.225371, 30.2716334 ], [ 120.2249091, 30.2712835 ], [ 120.2247461, 30.2711302 ], [ 120.2245108, 30.2709325 ], [ 120.2243387, 30.2707669 ], [ 120.2241646, 30.270551 ], [ 120.2238002, 30.2701276 ], [ 120.2228752, 30.2690312 ], [ 120.222264, 30.2683138 ], [ 120.2217999, 30.2677809 ], [ 120.2215718, 30.2675445 ], [ 120.221325, 30.2673128 ], [ 120.221097, 30.2671182 ], [ 120.2209379, 30.2670195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2257283, 30.2758964 ], [ 120.2266158, 30.2753344 ], [ 120.2272615, 30.2749513 ], [ 120.2277363, 30.2746582 ], [ 120.2280035, 30.2744921 ], [ 120.2283121, 30.2743142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235999, 30.2743257 ], [ 120.2246441, 30.2750963 ], [ 120.2257283, 30.2758964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2285427, 30.2743279 ], [ 120.2280472, 30.2746256 ], [ 120.2277951, 30.2747901 ], [ 120.2273179, 30.2750701 ], [ 120.2263698, 30.2756467 ], [ 120.2258054, 30.2760172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255788, 30.2759952 ], [ 120.2234791, 30.2744538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2234791, 30.2744538 ], [ 120.2231228, 30.2748315 ], [ 120.2228288, 30.2751691 ], [ 120.2223633, 30.2756521 ], [ 120.2221825, 30.2758075 ], [ 120.2215983, 30.2763476 ], [ 120.2212062, 30.2767102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212062, 30.2767102 ], [ 120.2209142, 30.2764986 ], [ 120.2201702, 30.2759594 ], [ 120.2200218, 30.2758778 ], [ 120.2196929, 30.2757033 ], [ 120.2196159, 30.2756628 ], [ 120.2191034, 30.2753885 ], [ 120.2179784, 30.2747865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179784, 30.2747865 ], [ 120.2191034, 30.2753885 ], [ 120.2196159, 30.2756628 ], [ 120.2196929, 30.2757033 ], [ 120.2200218, 30.2758778 ], [ 120.2201702, 30.2759594 ], [ 120.2209142, 30.2764986 ], [ 120.2212062, 30.2767102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167318, 30.2763416 ], [ 120.2168451, 30.2764021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166498, 30.2764464 ], [ 120.2167318, 30.2763416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168451, 30.2764021 ], [ 120.2167672, 30.2765102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167672, 30.2765102 ], [ 120.2166498, 30.2764464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168451, 30.2764021 ], [ 120.2178457, 30.2769002 ], [ 120.2183706, 30.2771614 ], [ 120.2184199, 30.2771934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2183454, 30.2772735 ], [ 120.2182533, 30.2771917 ], [ 120.2178391, 30.277004 ], [ 120.217327, 30.2767719 ], [ 120.2167672, 30.2765102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184199, 30.2771934 ], [ 120.2183454, 30.2772735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2183454, 30.2772735 ], [ 120.2184199, 30.2771934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212062, 30.2767102 ], [ 120.2215983, 30.2763476 ], [ 120.2221825, 30.2758075 ], [ 120.2223633, 30.2756521 ], [ 120.2228288, 30.2751691 ], [ 120.2231228, 30.2748315 ], [ 120.2234791, 30.2744538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255788, 30.2759952 ], [ 120.2257283, 30.2758964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2257283, 30.2758964 ], [ 120.2258054, 30.2760172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2256707, 30.2760859 ], [ 120.2255788, 30.2759952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258054, 30.2760172 ], [ 120.2256707, 30.2760859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258054, 30.2760172 ], [ 120.2265774, 30.2765915 ], [ 120.2269545, 30.2768899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273892, 30.2773758 ], [ 120.2271321, 30.2771809 ], [ 120.2269982, 30.2770794 ], [ 120.2268253, 30.2769568 ], [ 120.2264306, 30.2766665 ], [ 120.2261552, 30.2764504 ], [ 120.2256707, 30.2760859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224829, 30.2778731 ], [ 120.2229488, 30.2775754 ], [ 120.2238649, 30.2770484 ], [ 120.2255788, 30.2759952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2256707, 30.2760859 ], [ 120.2229697, 30.2777233 ], [ 120.2225577, 30.2779694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274803, 30.2772829 ], [ 120.2272661, 30.2771247 ], [ 120.2269545, 30.2768899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2090734, 30.2729475 ], [ 120.2081778, 30.2729269 ], [ 120.2079443, 30.2729215 ], [ 120.2076657, 30.2729151 ], [ 120.2063238, 30.2728843 ], [ 120.2054392, 30.2728897 ], [ 120.2048706, 30.2728931 ], [ 120.2044185, 30.2728959 ], [ 120.203091, 30.272904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203091, 30.272904 ], [ 120.2044185, 30.2728959 ], [ 120.2048706, 30.2728931 ], [ 120.2054392, 30.2728897 ], [ 120.2063238, 30.2728843 ], [ 120.2076657, 30.2729151 ], [ 120.2079443, 30.2729215 ], [ 120.2081778, 30.2729269 ], [ 120.2090734, 30.2729475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2090734, 30.2729475 ], [ 120.2089881, 30.2732102 ], [ 120.2088063, 30.2735872 ], [ 120.2085156, 30.2741441 ], [ 120.2084501, 30.2742697 ], [ 120.2082648, 30.2746246 ], [ 120.2073126, 30.2765454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073126, 30.2765454 ], [ 120.2082648, 30.2746246 ], [ 120.2084501, 30.2742697 ], [ 120.2085156, 30.2741441 ], [ 120.2088063, 30.2735872 ], [ 120.2089881, 30.2732102 ], [ 120.2090734, 30.2729475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209309, 30.2773849 ], [ 120.2084305, 30.2770155 ], [ 120.2081609, 30.2769021 ], [ 120.2073126, 30.2765454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073126, 30.2765454 ], [ 120.2081609, 30.2769021 ], [ 120.2084305, 30.2770155 ], [ 120.209309, 30.2773849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2107664, 30.277952 ], [ 120.2094519, 30.2774004 ], [ 120.209309, 30.2773849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2106813, 30.2780575 ], [ 120.2093473, 30.2774676 ], [ 120.209309, 30.2773849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073126, 30.2765454 ], [ 120.2068331, 30.2774043 ], [ 120.2064006, 30.2781062 ], [ 120.206147, 30.2786485 ], [ 120.2060033, 30.2790164 ], [ 120.2056199, 30.2799373 ], [ 120.2053923, 30.2805243 ], [ 120.2053276, 30.2805937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2053276, 30.2805937 ], [ 120.2053923, 30.2805243 ], [ 120.2056199, 30.2799373 ], [ 120.2060033, 30.2790164 ], [ 120.206147, 30.2786485 ], [ 120.2064006, 30.2781062 ], [ 120.2068331, 30.2774043 ], [ 120.2073126, 30.2765454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2269545, 30.2768899 ], [ 120.2272661, 30.2771247 ], [ 120.2274803, 30.2772829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224829, 30.2778731 ], [ 120.2215517, 30.2770248 ], [ 120.2212062, 30.2767102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212062, 30.2767102 ], [ 120.2215517, 30.2770248 ], [ 120.2224829, 30.2778731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275798, 30.2773599 ], [ 120.2274803, 30.2772829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274803, 30.2772829 ], [ 120.2275798, 30.2773599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273892, 30.2773758 ], [ 120.2274803, 30.2772829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275798, 30.2773599 ], [ 120.2274941, 30.2774548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274941, 30.2774548 ], [ 120.2273892, 30.2773758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212062, 30.2767102 ], [ 120.2211463, 30.2768492 ], [ 120.2200309, 30.2784492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200309, 30.2784492 ], [ 120.2211463, 30.2768492 ], [ 120.2212062, 30.2767102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167672, 30.2765102 ], [ 120.2167215, 30.2765761 ], [ 120.2166464, 30.2766842 ], [ 120.2151851, 30.2783419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184199, 30.2771934 ], [ 120.218761, 30.2773877 ], [ 120.2189792, 30.2775819 ], [ 120.2194962, 30.2780009 ], [ 120.2200309, 30.2784492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138245, 30.2797546 ], [ 120.21428, 30.2792237 ], [ 120.2149961, 30.278423 ], [ 120.2154507, 30.2778887 ], [ 120.2165398, 30.2766084 ], [ 120.2166041, 30.2765138 ], [ 120.2166498, 30.2764464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2204504, 30.2790894 ], [ 120.220218, 30.2787896 ], [ 120.2199799, 30.2785395 ], [ 120.2195164, 30.2781381 ], [ 120.2190616, 30.2777608 ], [ 120.2189702, 30.2776747 ], [ 120.2187462, 30.2774946 ], [ 120.2183454, 30.2772735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2183454, 30.2772735 ], [ 120.2166215, 30.2793616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166215, 30.2793616 ], [ 120.2183454, 30.2772735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200309, 30.2784492 ], [ 120.2203214, 30.2787188 ], [ 120.2205946, 30.2790084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166215, 30.2793616 ], [ 120.2151851, 30.2783419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151851, 30.2783419 ], [ 120.2166215, 30.2793616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151851, 30.2783419 ], [ 120.2151206, 30.2784151 ], [ 120.2149266, 30.2786481 ], [ 120.2142513, 30.2794589 ], [ 120.2139353, 30.2797756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2225577, 30.2779694 ], [ 120.2224829, 30.2778731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "运新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224829, 30.2778731 ], [ 120.2225577, 30.2779694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2205946, 30.2790084 ], [ 120.2224829, 30.2778731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2225577, 30.2779694 ], [ 120.2206703, 30.279128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2204504, 30.2790894 ], [ 120.2205946, 30.2790084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2205946, 30.2790084 ], [ 120.2206703, 30.279128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2205083, 30.27919 ], [ 120.2204504, 30.2790894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2206703, 30.279128 ], [ 120.2205083, 30.27919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2206703, 30.279128 ], [ 120.2211473, 30.2796808 ], [ 120.2214584, 30.2800495 ], [ 120.2219259, 30.2805214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254676, 30.2822993 ], [ 120.2255494, 30.2816722 ], [ 120.2256662, 30.2810151 ], [ 120.2257381, 30.2807164 ], [ 120.2258608, 30.2802633 ], [ 120.2261227, 30.2796092 ], [ 120.2262785, 30.2792547 ], [ 120.2264236, 30.278894 ], [ 120.226552, 30.2785773 ], [ 120.2266613, 30.2783708 ], [ 120.2273892, 30.2773758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034032, 30.2661845 ], [ 120.2033329, 30.2676395 ], [ 120.2033016, 30.268288 ], [ 120.2032346, 30.2697961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景芳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958326, 30.2697883 ], [ 120.1970912, 30.2697782 ], [ 120.1990666, 30.2697588 ], [ 120.1992067, 30.2697836 ], [ 120.1992863, 30.2697838 ], [ 120.2011433, 30.2697875 ], [ 120.2030734, 30.2697658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景芳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2030734, 30.2697658 ], [ 120.2032346, 30.2697961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029215, 30.2729019 ], [ 120.2029405, 30.2723863 ], [ 120.2029839, 30.2720367 ], [ 120.202999, 30.271736 ], [ 120.2030171, 30.2712419 ], [ 120.2030188, 30.2711946 ], [ 120.2030528, 30.2707817 ], [ 120.2030724, 30.2697913 ], [ 120.2030734, 30.2697658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2032346, 30.2697961 ], [ 120.2032317, 30.2707911 ], [ 120.2032252, 30.2708712 ], [ 120.2031863, 30.2713529 ], [ 120.203091, 30.272904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956789, 30.2727678 ], [ 120.1957764, 30.2727725 ], [ 120.1964577, 30.2728051 ], [ 120.1970685, 30.2728343 ], [ 120.1990329, 30.2729028 ], [ 120.2007481, 30.2729038 ], [ 120.2011677, 30.272904 ], [ 120.2016646, 30.2729043 ], [ 120.2017219, 30.2729042 ], [ 120.2019659, 30.2729037 ], [ 120.2020329, 30.2729036 ], [ 120.2029215, 30.2729019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029215, 30.2729019 ], [ 120.2020329, 30.2729036 ], [ 120.2019659, 30.2729037 ], [ 120.2017219, 30.2729042 ], [ 120.2016646, 30.2729043 ], [ 120.2011677, 30.272904 ], [ 120.2007481, 30.2729038 ], [ 120.1990329, 30.2729028 ], [ 120.1970685, 30.2728343 ], [ 120.1964577, 30.2728051 ], [ 120.1957764, 30.2727725 ], [ 120.1956789, 30.2727678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203091, 30.272904 ], [ 120.2029215, 30.2729019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029215, 30.2729019 ], [ 120.203091, 30.272904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027521, 30.2763151 ], [ 120.202811, 30.2754437 ], [ 120.2028331, 30.2752938 ], [ 120.2028854, 30.2749382 ], [ 120.2029251, 30.2745712 ], [ 120.2029322, 30.2742888 ], [ 120.2029392, 30.2740066 ], [ 120.2029215, 30.2729019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203091, 30.272904 ], [ 120.2030795, 30.2739823 ], [ 120.2030704, 30.2745451 ], [ 120.2030501, 30.2750873 ], [ 120.2030157, 30.2754919 ], [ 120.2029337, 30.2763192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027521, 30.2763151 ], [ 120.2016669, 30.2763107 ], [ 120.2009192, 30.2763072 ], [ 120.2006355, 30.2762323 ], [ 120.200303, 30.2761451 ], [ 120.1998761, 30.2760901 ], [ 120.1987771, 30.2758348 ], [ 120.198204, 30.2756465 ], [ 120.1977906, 30.2754666 ], [ 120.1974272, 30.2753745 ], [ 120.197014, 30.2753298 ], [ 120.1967657, 30.2753326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967657, 30.2753326 ], [ 120.197014, 30.2753298 ], [ 120.1974272, 30.2753745 ], [ 120.1977906, 30.2754666 ], [ 120.198204, 30.2756465 ], [ 120.1987771, 30.2758348 ], [ 120.1998761, 30.2760901 ], [ 120.200303, 30.2761451 ], [ 120.2006355, 30.2762323 ], [ 120.2009192, 30.2763072 ], [ 120.2016669, 30.2763107 ], [ 120.2027521, 30.2763151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027521, 30.2763151 ], [ 120.2029337, 30.2763192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029337, 30.2763192 ], [ 120.2027521, 30.2763151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073126, 30.2765454 ], [ 120.2068129, 30.2763824 ], [ 120.2064112, 30.2763328 ], [ 120.2063196, 30.2763281 ], [ 120.2059222, 30.2763078 ], [ 120.204393, 30.2763112 ], [ 120.2029337, 30.2763192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029337, 30.2763192 ], [ 120.204393, 30.2763112 ], [ 120.2059222, 30.2763078 ], [ 120.2063196, 30.2763281 ], [ 120.2064112, 30.2763328 ], [ 120.2068129, 30.2763824 ], [ 120.2073126, 30.2765454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2026414, 30.2795227 ], [ 120.2026559, 30.2794178 ], [ 120.2026907, 30.27858 ], [ 120.2027035, 30.2782572 ], [ 120.2027159, 30.2779434 ], [ 120.2027232, 30.2778056 ], [ 120.2027521, 30.2763151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029337, 30.2763192 ], [ 120.2029303, 30.2765358 ], [ 120.2029078, 30.2774075 ], [ 120.2029042, 30.2775492 ], [ 120.2028953, 30.2778218 ], [ 120.2028532, 30.2790227 ], [ 120.2028303, 30.2794788 ], [ 120.2028277, 30.279561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985702, 30.2791251 ], [ 120.1990725, 30.2791226 ], [ 120.1993726, 30.2791374 ], [ 120.2013327, 30.2793658 ], [ 120.2018133, 30.2794019 ], [ 120.2021553, 30.2794541 ], [ 120.2026414, 30.2795227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863548, 30.2747433 ], [ 120.1863738, 30.2750136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863738, 30.2750136 ], [ 120.1868301, 30.2751147 ], [ 120.1875831, 30.2753039 ], [ 120.1884225, 30.275462 ], [ 120.1889155, 30.2755447 ], [ 120.1897596, 30.2756436 ], [ 120.1901488, 30.2756791 ], [ 120.1904451, 30.2756941 ], [ 120.1911277, 30.2757432 ], [ 120.1915427, 30.2757256 ], [ 120.1918907, 30.2756877 ], [ 120.1922598, 30.2755954 ], [ 120.1926908, 30.2754707 ], [ 120.1930079, 30.2753767 ], [ 120.1932608, 30.2753318 ], [ 120.1936092, 30.2752949 ], [ 120.1939949, 30.2752884 ], [ 120.1950331, 30.2753175 ], [ 120.19519, 30.2753214 ], [ 120.1952986, 30.2753256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952986, 30.2753256 ], [ 120.19519, 30.2753214 ], [ 120.1950331, 30.2753175 ], [ 120.1939949, 30.2752884 ], [ 120.1936092, 30.2752949 ], [ 120.1932608, 30.2753318 ], [ 120.1930079, 30.2753767 ], [ 120.1926908, 30.2754707 ], [ 120.1922598, 30.2755954 ], [ 120.1918907, 30.2756877 ], [ 120.1915427, 30.2757256 ], [ 120.1911277, 30.2757432 ], [ 120.1904451, 30.2756941 ], [ 120.1901488, 30.2756791 ], [ 120.1897596, 30.2756436 ], [ 120.1889155, 30.2755447 ], [ 120.1884225, 30.275462 ], [ 120.1875831, 30.2753039 ], [ 120.1868301, 30.2751147 ], [ 120.1863738, 30.2750136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860495, 30.2779938 ], [ 120.1861356, 30.2769297 ], [ 120.1861482, 30.2767583 ], [ 120.1861897, 30.2761961 ], [ 120.1862374, 30.2756499 ], [ 120.1863548, 30.2747433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863738, 30.2750136 ], [ 120.1863648, 30.2755556 ], [ 120.1863266, 30.2762488 ], [ 120.1862298, 30.2780028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860495, 30.2779938 ], [ 120.1862298, 30.2780028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860439, 30.2782404 ], [ 120.1860495, 30.2779938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凯旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862298, 30.2780028 ], [ 120.1862275, 30.2782692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862298, 30.2780028 ], [ 120.1866276, 30.2780569 ], [ 120.1877825, 30.2781901 ], [ 120.1884648, 30.2782362 ], [ 120.1892539, 30.278314 ], [ 120.1895963, 30.2783733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862275, 30.2782692 ], [ 120.1860439, 30.2782404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958813, 30.2660119 ], [ 120.1956902, 30.2660146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958813, 30.2660119 ], [ 120.1958346, 30.267421 ], [ 120.1958342, 30.2679424 ], [ 120.1958326, 30.2697883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1954005, 30.272762 ], [ 120.1954323, 30.2720994 ], [ 120.1954378, 30.2719851 ], [ 120.1954429, 30.2717973 ], [ 120.1954997, 30.26971 ], [ 120.195563, 30.2684822 ], [ 120.1955943, 30.2678742 ], [ 120.1956902, 30.2660146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958326, 30.2697883 ], [ 120.1957457, 30.2711216 ], [ 120.1956789, 30.2727678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956789, 30.2727678 ], [ 120.1954005, 30.272762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1954005, 30.272762 ], [ 120.1956789, 30.2727678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952986, 30.2753256 ], [ 120.1953345, 30.2742188 ], [ 120.1953528, 30.2738258 ], [ 120.1954005, 30.272762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895963, 30.2783733 ], [ 120.1900002, 30.2783959 ], [ 120.1905481, 30.2784409 ], [ 120.1922299, 30.2785827 ], [ 120.1930027, 30.2786458 ], [ 120.1942748, 30.2787557 ], [ 120.1947436, 30.2787953 ], [ 120.1963381, 30.27893 ], [ 120.1974786, 30.2790208 ], [ 120.1985702, 30.2791251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1984465, 30.2793386 ], [ 120.1973882, 30.2792462 ], [ 120.1968991, 30.2792071 ], [ 120.1954711, 30.2790807 ], [ 120.1951073, 30.2790396 ], [ 120.1938282, 30.2789383 ], [ 120.1921956, 30.2787963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1956789, 30.2727678 ], [ 120.195625, 30.2733064 ], [ 120.1956085, 30.2740326 ], [ 120.1955896, 30.274864 ], [ 120.19556, 30.2754254 ], [ 120.1955458, 30.2756951 ], [ 120.1955348, 30.275926 ], [ 120.1955026, 30.2764658 ], [ 120.1954263, 30.2778742 ], [ 120.1953983, 30.2785111 ], [ 120.1953443, 30.2791955 ], [ 120.195307, 30.2796757 ], [ 120.195283, 30.2799304 ], [ 120.1952038, 30.2804567 ], [ 120.1952001, 30.2805 ], [ 120.1951074, 30.2816129 ], [ 120.1950357, 30.2824133 ], [ 120.1948826, 30.2833902 ], [ 120.1948505, 30.2836388 ], [ 120.1948254, 30.2837901 ], [ 120.1947906, 30.2840464 ], [ 120.1947214, 30.2845553 ], [ 120.1947085, 30.2847345 ], [ 120.1946565, 30.2854541 ], [ 120.194563, 30.2861055 ], [ 120.1945535, 30.28614 ], [ 120.1944978, 30.2868142 ], [ 120.1944862, 30.2869551 ], [ 120.1944577, 30.2872702 ], [ 120.1944458, 30.2874013 ], [ 120.1944201, 30.2876291 ], [ 120.1942831, 30.2888412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2026414, 30.2795227 ], [ 120.2028277, 30.279561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2026318, 30.2798017 ], [ 120.2024441, 30.2797773 ], [ 120.2019518, 30.279691 ], [ 120.2017242, 30.2796538 ], [ 120.2015311, 30.279617 ], [ 120.2014323, 30.2796021 ], [ 120.2013353, 30.2795875 ], [ 120.2002971, 30.2795176 ], [ 120.1998983, 30.2795034 ], [ 120.1994014, 30.279461 ], [ 120.1988831, 30.2794093 ], [ 120.1984465, 30.2793386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2026318, 30.2798017 ], [ 120.2026414, 30.2795227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028277, 30.279561 ], [ 120.2028023, 30.2798452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028023, 30.2798452 ], [ 120.2026318, 30.2798017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985702, 30.2791251 ], [ 120.1990748, 30.2791872 ], [ 120.1996588, 30.2792492 ], [ 120.2003604, 30.2793185 ], [ 120.2007817, 30.2793718 ], [ 120.2010609, 30.2794134 ], [ 120.2013073, 30.2794368 ], [ 120.2017219, 30.2794683 ], [ 120.2020114, 30.2795018 ], [ 120.2022431, 30.2795395 ], [ 120.2025057, 30.2795968 ], [ 120.2029196, 30.2797065 ], [ 120.2032284, 30.2797937 ], [ 120.2035955, 30.279929 ], [ 120.2041955, 30.2801881 ], [ 120.2050616, 30.2805827 ], [ 120.2054605, 30.280755 ], [ 120.2058593, 30.2809181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028277, 30.279561 ], [ 120.2034523, 30.2797716 ], [ 120.2038415, 30.2799215 ], [ 120.2041896, 30.2800804 ], [ 120.2043919, 30.2801728 ], [ 120.2050876, 30.2804837 ], [ 120.2053276, 30.2805937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054384, 30.2808399 ], [ 120.2050302, 30.2806388 ], [ 120.2041726, 30.2802597 ], [ 120.2036428, 30.28004 ], [ 120.2031924, 30.2798638 ], [ 120.2028772, 30.2797678 ], [ 120.2025004, 30.2796753 ], [ 120.2022147, 30.2796153 ], [ 120.2019598, 30.2795728 ], [ 120.2017049, 30.2795468 ], [ 120.2012042, 30.2794963 ], [ 120.2008124, 30.2794699 ], [ 120.2002878, 30.2794417 ], [ 120.1995987, 30.2794032 ], [ 120.1988907, 30.2793444 ], [ 120.1984465, 30.2793386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054384, 30.2808399 ], [ 120.2050679, 30.2807368 ], [ 120.2049402, 30.2807012 ], [ 120.20461, 30.2805585 ], [ 120.2042679, 30.2804107 ], [ 120.203776, 30.280187 ], [ 120.2033635, 30.2800238 ], [ 120.2032235, 30.279974 ], [ 120.2030476, 30.2799114 ], [ 120.2029778, 30.2798926 ], [ 120.2028023, 30.2798452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028023, 30.2798452 ], [ 120.2028061, 30.2799028 ], [ 120.2027868, 30.2801544 ], [ 120.2027748, 30.2803115 ], [ 120.2027725, 30.2806471 ], [ 120.2028356, 30.2809748 ], [ 120.2028647, 30.281126 ], [ 120.2029988, 30.2816613 ], [ 120.2031675, 30.2821371 ], [ 120.2033994, 30.2825742 ], [ 120.20343, 30.2826318 ], [ 120.2036703, 30.2830444 ], [ 120.2043396, 30.2841419 ], [ 120.2048654, 30.2850425 ], [ 120.2053971, 30.2857953 ], [ 120.2055068, 30.285957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1921956, 30.2787963 ], [ 120.1899308, 30.2785929 ], [ 120.1892607, 30.2785052 ], [ 120.1888764, 30.278478 ], [ 120.1885506, 30.2784549 ], [ 120.1877197, 30.2783848 ], [ 120.1874497, 30.2783649 ], [ 120.1870018, 30.2783318 ], [ 120.1862275, 30.2782692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863257, 30.2805752 ], [ 120.1862309, 30.2802116 ], [ 120.1861816, 30.2796777 ], [ 120.1861698, 30.2795734 ], [ 120.1860716, 30.278708 ], [ 120.1860439, 30.2782404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862275, 30.2782692 ], [ 120.1862535, 30.2787577 ], [ 120.1862931, 30.2792228 ], [ 120.1863318, 30.2795865 ], [ 120.1863615, 30.2799088 ], [ 120.1863668, 30.2799664 ], [ 120.1864415, 30.2807201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863257, 30.2805752 ], [ 120.1863027, 30.279988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "体育场立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863027, 30.279988 ], [ 120.1864415, 30.2807201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875422, 30.2867034 ], [ 120.1871601, 30.2861292 ], [ 120.1870957, 30.2860324 ], [ 120.1870448, 30.2859281 ], [ 120.1870211, 30.2858794 ], [ 120.1869543, 30.2857154 ], [ 120.1869175, 30.2854657 ], [ 120.1868623, 30.2850328 ], [ 120.1868264, 30.2847516 ], [ 120.1866519, 30.2828223 ], [ 120.1865002, 30.2818953 ], [ 120.1863639, 30.2808643 ], [ 120.1863257, 30.2805752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1864415, 30.2807201 ], [ 120.1864477, 30.2807633 ], [ 120.1866078, 30.2818865 ], [ 120.1867536, 30.2828104 ], [ 120.186794, 30.2832201 ], [ 120.1868463, 30.2838739 ], [ 120.1868684, 30.2841501 ], [ 120.1869171, 30.2845493 ], [ 120.1869744, 30.2850188 ], [ 120.1869997, 30.2851369 ], [ 120.1870397, 30.2853241 ], [ 120.187105, 30.2856001 ], [ 120.1872363, 30.2859534 ], [ 120.1876224, 30.2865803 ], [ 120.1877512, 30.2867894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1836901, 30.2859767 ], [ 120.1848516, 30.2861152 ], [ 120.185139, 30.2861495 ], [ 120.1851949, 30.2861562 ], [ 120.1858198, 30.2862513 ], [ 120.1859548, 30.2862804 ], [ 120.1864177, 30.2863803 ], [ 120.1875422, 30.2867034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1876812, 30.286912 ], [ 120.1873001, 30.2867852 ], [ 120.1867743, 30.2866201 ], [ 120.1861192, 30.2864518 ], [ 120.1860378, 30.2864343 ], [ 120.1855978, 30.2863395 ], [ 120.1851139, 30.2862594 ], [ 120.1845572, 30.2861965 ], [ 120.184307, 30.2861682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875422, 30.2867034 ], [ 120.1877512, 30.2867894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "秋涛路 Qiutao Road", "秋涛路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940281, 30.2887529 ], [ 120.1940989, 30.2882188 ], [ 120.1941537, 30.287722 ], [ 120.1942009, 30.2872941 ], [ 120.1942927, 30.2864617 ], [ 120.1943139, 30.2862697 ], [ 120.1943393, 30.2859688 ], [ 120.1944238, 30.2853534 ], [ 120.1944709, 30.2847427 ], [ 120.1945014, 30.2844386 ], [ 120.1945824, 30.2836927 ], [ 120.1945949, 30.2835775 ], [ 120.1947142, 30.2825208 ], [ 120.1948418, 30.2817115 ], [ 120.194982, 30.280431 ], [ 120.1950182, 30.2799094 ], [ 120.1950251, 30.2798097 ], [ 120.1951399, 30.2783742 ], [ 120.1951842, 30.2779014 ], [ 120.1952601, 30.2764775 ], [ 120.1952786, 30.276267 ], [ 120.1952823, 30.2757028 ], [ 120.1952986, 30.2753256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1940281, 30.2887529 ], [ 120.1942831, 30.2888412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1939817, 30.2889247 ], [ 120.1940281, 30.2887529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942831, 30.2888412 ], [ 120.1942653, 30.2890018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路 Tiancheng Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942653, 30.2890018 ], [ 120.1939817, 30.2889247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路 Tiancheng Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2014409, 30.2909828 ], [ 120.2012671, 30.2908765 ], [ 120.2010203, 30.2907257 ], [ 120.200489, 30.2904009 ], [ 120.2000357, 30.2901238 ], [ 120.1999687, 30.2900828 ], [ 120.1999282, 30.2900667 ], [ 120.1996336, 30.2899493 ], [ 120.1992518, 30.289856 ], [ 120.1985615, 30.2897443 ], [ 120.1981857, 30.2896835 ], [ 120.1977712, 30.2896164 ], [ 120.1972233, 30.2895277 ], [ 120.1965648, 30.2894211 ], [ 120.195594, 30.2892637 ], [ 120.1942653, 30.2890018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929784, 30.2931355 ], [ 120.1935049, 30.2910198 ], [ 120.1938862, 30.2894876 ], [ 120.1939817, 30.2889247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942653, 30.2890018 ], [ 120.1941892, 30.28955 ], [ 120.1939697, 30.2904827 ], [ 120.1934754, 30.2925835 ], [ 120.1932439, 30.2935256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929464, 30.2932643 ], [ 120.1929784, 30.2931355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929094, 30.293395 ], [ 120.1929464, 30.2932643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.205355, 30.2860498 ], [ 120.2050729, 30.2856274 ], [ 120.2050363, 30.2855599 ], [ 120.2047758, 30.2850792 ], [ 120.2042485, 30.2842093 ], [ 120.2039568, 30.2837666 ], [ 120.2032861, 30.2826554 ], [ 120.2030284, 30.282182 ], [ 120.2028827, 30.2817973 ], [ 120.2027227, 30.2812789 ], [ 120.2026839, 30.2810566 ], [ 120.202628, 30.2807364 ], [ 120.2026081, 30.2802866 ], [ 120.2026286, 30.2798882 ], [ 120.2026318, 30.2798017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015569, 30.2908583 ], [ 120.2016642, 30.2907388 ], [ 120.2018894, 30.2905025 ], [ 120.2020762, 30.290287 ], [ 120.2025744, 30.289678 ], [ 120.2028964, 30.2892777 ], [ 120.2032038, 30.288878 ], [ 120.2033086, 30.288752 ], [ 120.2034183, 30.2885813 ], [ 120.2036107, 30.2882619 ], [ 120.2037478, 30.287914 ], [ 120.2039038, 30.2875858 ], [ 120.2040754, 30.2872736 ], [ 120.2043113, 30.2869368 ], [ 120.2045836, 30.2866379 ], [ 120.2048569, 30.2863979 ], [ 120.205355, 30.2860498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054068, 30.2861273 ], [ 120.2050687, 30.2863775 ], [ 120.2047703, 30.2866038 ], [ 120.2044983, 30.2868398 ], [ 120.2043371, 30.287034 ], [ 120.2041588, 30.2872884 ], [ 120.2039827, 30.2875847 ], [ 120.2038536, 30.2878852 ], [ 120.2037039, 30.2882199 ], [ 120.2035935, 30.2884155 ], [ 120.2033346, 30.2888581 ], [ 120.2032295, 30.2890209 ], [ 120.2029817, 30.2893416 ], [ 120.2028698, 30.2894864 ], [ 120.2025474, 30.2898615 ], [ 120.2022437, 30.290228 ], [ 120.2021528, 30.2903508 ], [ 120.2019662, 30.2905855 ], [ 120.2017986, 30.2907679 ], [ 120.2016867, 30.2909401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942831, 30.2888412 ], [ 120.1952694, 30.2890418 ], [ 120.1963678, 30.2892304 ], [ 120.1966035, 30.2892676 ], [ 120.1971672, 30.2893567 ], [ 120.1980182, 30.2894911 ], [ 120.1981091, 30.2895055 ], [ 120.1987585, 30.2896081 ], [ 120.199048, 30.2896538 ], [ 120.1993707, 30.2897186 ], [ 120.1995244, 30.2897495 ], [ 120.2000008, 30.2898844 ], [ 120.2000722, 30.2899243 ], [ 120.2002337, 30.2900146 ], [ 120.200646, 30.2902537 ], [ 120.201028, 30.2904927 ], [ 120.2011444, 30.2905732 ], [ 120.2013808, 30.2907366 ], [ 120.2015569, 30.2908583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015569, 30.2908583 ], [ 120.2016867, 30.2909401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2014409, 30.2909828 ], [ 120.2015569, 30.2908583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2016867, 30.2909401 ], [ 120.2015659, 30.2910679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路 Tiancheng Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015659, 30.2910679 ], [ 120.2014409, 30.2909828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2016867, 30.2909401 ], [ 120.2020695, 30.2911731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2003577, 30.2922824 ], [ 120.2008079, 30.2917598 ], [ 120.2014409, 30.2909828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1876812, 30.286912 ], [ 120.1875422, 30.2867034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1877512, 30.2867894 ], [ 120.1878927, 30.2869937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878927, 30.2869937 ], [ 120.1876812, 30.286912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882223, 30.287716 ], [ 120.1876812, 30.286912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1877512, 30.2867894 ], [ 120.1886734, 30.2870936 ], [ 120.1894927, 30.2873639 ], [ 120.1900792, 30.2875574 ], [ 120.191636, 30.2880721 ], [ 120.1923965, 30.2883245 ], [ 120.192615, 30.2883939 ], [ 120.193043, 30.2885122 ], [ 120.19336, 30.2885999 ], [ 120.1940281, 30.2887529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1939817, 30.2889247 ], [ 120.1919121, 30.2882684 ], [ 120.1878927, 30.2869937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887203, 30.2884284 ], [ 120.188682, 30.2883735 ], [ 120.1882223, 30.287716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886333, 30.2884789 ], [ 120.1885976, 30.2884271 ], [ 120.1883666, 30.2880922 ], [ 120.1882871, 30.2879637 ], [ 120.1882376, 30.2878382 ], [ 120.1882223, 30.287716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "机场路一巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886333, 30.2884789 ], [ 120.1887203, 30.2884284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "机场路一巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887203, 30.2884284 ], [ 120.1886333, 30.2884789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184307, 30.2861682 ], [ 120.1832741, 30.2861153 ], [ 120.1827275, 30.2860542 ], [ 120.1822904, 30.285994 ], [ 120.181104, 30.2858305 ], [ 120.1798427, 30.2856713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "尧典桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1798798, 30.2882085 ], [ 120.1800744, 30.2890295 ], [ 120.1802549, 30.2894391 ], [ 120.1803283, 30.2896366 ], [ 120.1803475, 30.2896883 ], [ 120.1807192, 30.2908923 ], [ 120.1808294, 30.2912493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "尧典桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808294, 30.2912493 ], [ 120.1807192, 30.2908923 ], [ 120.1803475, 30.2896883 ], [ 120.1803283, 30.2896366 ], [ 120.1802549, 30.2894391 ], [ 120.1800744, 30.2890295 ], [ 120.1798798, 30.2882085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "董家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808294, 30.2912493 ], [ 120.1815983, 30.2911446 ], [ 120.182168, 30.291067 ], [ 120.1827169, 30.2909991 ], [ 120.1829557, 30.2909696 ], [ 120.1833881, 30.2909083 ], [ 120.1837791, 30.2908488 ], [ 120.1840809, 30.2908354 ], [ 120.1843598, 30.2908286 ], [ 120.1847576, 30.2908461 ], [ 120.1850074, 30.2908678 ], [ 120.1851773, 30.2908826 ], [ 120.1855515, 30.2909715 ], [ 120.1863176, 30.2911959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "董家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863176, 30.2911959 ], [ 120.1855515, 30.2909715 ], [ 120.1851773, 30.2908826 ], [ 120.1850074, 30.2908678 ], [ 120.1847576, 30.2908461 ], [ 120.1843598, 30.2908286 ], [ 120.1840809, 30.2908354 ], [ 120.1837791, 30.2908488 ], [ 120.1833881, 30.2909083 ], [ 120.1829557, 30.2909696 ], [ 120.1827169, 30.2909991 ], [ 120.182168, 30.291067 ], [ 120.1815983, 30.2911446 ], [ 120.1808294, 30.2912493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "尧典桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1820617, 30.2955833 ], [ 120.1819934, 30.2953182 ], [ 120.1819413, 30.2951163 ], [ 120.1818948, 30.2949358 ], [ 120.1818386, 30.2947176 ], [ 120.1817935, 30.2945071 ], [ 120.1817554, 30.2943291 ], [ 120.1817096, 30.2941155 ], [ 120.1816616, 30.2938913 ], [ 120.1816182, 30.293696 ], [ 120.181577, 30.2935107 ], [ 120.1815376, 30.2933335 ], [ 120.1815032, 30.2931785 ], [ 120.1814772, 30.2930953 ], [ 120.1812067, 30.2922914 ], [ 120.181026, 30.2917544 ], [ 120.1808294, 30.2912493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "尧典桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808294, 30.2912493 ], [ 120.181026, 30.2917544 ], [ 120.1812067, 30.2922914 ], [ 120.1814772, 30.2930953 ], [ 120.1815032, 30.2931785 ], [ 120.1815376, 30.2933335 ], [ 120.181577, 30.2935107 ], [ 120.1816182, 30.293696 ], [ 120.1816616, 30.2938913 ], [ 120.1817096, 30.2941155 ], [ 120.1817554, 30.2943291 ], [ 120.1817935, 30.2945071 ], [ 120.1818386, 30.2947176 ], [ 120.1818948, 30.2949358 ], [ 120.1819413, 30.2951163 ], [ 120.1819934, 30.2953182 ], [ 120.1820617, 30.2955833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾家畈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862531, 30.2954071 ], [ 120.1855104, 30.2954429 ], [ 120.1845744, 30.295488 ], [ 120.1844613, 30.295492 ], [ 120.1838871, 30.2955124 ], [ 120.1831997, 30.2955391 ], [ 120.1820617, 30.2955833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾家畈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1820617, 30.2955833 ], [ 120.1831997, 30.2955391 ], [ 120.1838871, 30.2955124 ], [ 120.1844613, 30.295492 ], [ 120.1845744, 30.295488 ], [ 120.1855104, 30.2954429 ], [ 120.1862531, 30.2954071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1779794, 30.2958387 ], [ 120.1778888, 30.2958535 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217517, 30.2806364 ], [ 120.2213097, 30.2801439 ], [ 120.2209879, 30.279765 ], [ 120.2205083, 30.27919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274941, 30.2774548 ], [ 120.2273409, 30.2776181 ], [ 120.2269061, 30.2782206 ], [ 120.226711, 30.278568 ], [ 120.2266616, 30.2787185 ], [ 120.2265943, 30.2790058 ], [ 120.2265377, 30.2792564 ], [ 120.2264712, 30.2794698 ], [ 120.2260959, 30.2803432 ], [ 120.2258464, 30.2809791 ], [ 120.2257539, 30.2813117 ], [ 120.2257012, 30.2815332 ], [ 120.2255931, 30.282372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219259, 30.2805214 ], [ 120.2220211, 30.2805993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217517, 30.2806364 ], [ 120.2219259, 30.2805214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220211, 30.2805993 ], [ 120.2218839, 30.2807066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2218839, 30.2807066 ], [ 120.2217517, 30.2806364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220211, 30.2805993 ], [ 120.2222774, 30.2807689 ], [ 120.2235037, 30.2813704 ], [ 120.2238585, 30.2815661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.223819, 30.2817095 ], [ 120.2234663, 30.2815021 ], [ 120.2218839, 30.2807066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "御云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2238585, 30.2815661 ], [ 120.223819, 30.2817095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "御云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.223819, 30.2817095 ], [ 120.2238585, 30.2815661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138245, 30.2797546 ], [ 120.2139353, 30.2797756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181921, 30.280451 ], [ 120.2185026, 30.2802284 ], [ 120.2187514, 30.280071 ], [ 120.2194972, 30.2796758 ], [ 120.2204504, 30.2790894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138665, 30.2798445 ], [ 120.2138245, 30.2797546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2139353, 30.2797756 ], [ 120.2138665, 30.2798445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166215, 30.2793616 ], [ 120.2181921, 30.280451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181921, 30.280451 ], [ 120.2166215, 30.2793616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166215, 30.2793616 ], [ 120.2156019, 30.2803525 ], [ 120.2151585, 30.2807347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151585, 30.2807347 ], [ 120.2156019, 30.2803525 ], [ 120.2166215, 30.2793616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2139353, 30.2797756 ], [ 120.2148766, 30.2805136 ], [ 120.2151585, 30.2807347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2205083, 30.27919 ], [ 120.2196874, 30.279704 ], [ 120.2189167, 30.2801573 ], [ 120.2187249, 30.2802487 ], [ 120.2184835, 30.2804052 ], [ 120.2181689, 30.2806205 ], [ 120.2176667, 30.2809197 ], [ 120.2169274, 30.2813591 ], [ 120.2163827, 30.2816749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138245, 30.2797546 ], [ 120.2132037, 30.2793266 ], [ 120.2129714, 30.2791387 ], [ 120.2127451, 30.2789711 ], [ 120.2120547, 30.2786362 ], [ 120.2094468, 30.2774494 ], [ 120.209309, 30.2773849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209309, 30.2773849 ], [ 120.2094468, 30.2774494 ], [ 120.2120547, 30.2786362 ], [ 120.2127451, 30.2789711 ], [ 120.2129714, 30.2791387 ], [ 120.2132037, 30.2793266 ], [ 120.2138245, 30.2797546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2053276, 30.2805937 ], [ 120.2056404, 30.2807675 ], [ 120.2058593, 30.2809181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2105923, 30.2829581 ], [ 120.2107048, 30.2829584 ], [ 120.2107932, 30.2829402 ], [ 120.2108645, 30.2829041 ], [ 120.2109102, 30.2828604 ], [ 120.2109843, 30.2827689 ], [ 120.2111289, 30.2825657 ], [ 120.2113837, 30.2821666 ], [ 120.2114739, 30.2820417 ], [ 120.2117019, 30.2818092 ], [ 120.2118392, 30.2816454 ], [ 120.212309, 30.2812119 ], [ 120.2124265, 30.2811015 ], [ 120.2130265, 30.2805378 ], [ 120.2136758, 30.2799279 ], [ 120.2138245, 30.2797546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "运河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138665, 30.2798445 ], [ 120.2137097, 30.2800017 ], [ 120.2132139, 30.2804647 ], [ 120.2124975, 30.2811336 ], [ 120.212361, 30.281261 ], [ 120.211841, 30.281727 ], [ 120.2116474, 30.2819591 ], [ 120.2114933, 30.2821372 ], [ 120.2113903, 30.2822647 ], [ 120.2110471, 30.2827763 ], [ 120.2110051, 30.2829028 ], [ 120.2109963, 30.2829554 ], [ 120.2109728, 30.283116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2058593, 30.2809181 ], [ 120.2064905, 30.2811866 ], [ 120.207744, 30.2817197 ], [ 120.2080396, 30.2818546 ], [ 120.2087247, 30.28216 ], [ 120.2096903, 30.2825755 ], [ 120.2105923, 30.2829581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151929, 30.285018 ], [ 120.2139671, 30.284544 ], [ 120.2132228, 30.2842646 ], [ 120.2110588, 30.2833191 ], [ 120.2107984, 30.2832028 ], [ 120.2106498, 30.2831347 ], [ 120.2096357, 30.2827003 ], [ 120.2093184, 30.282558 ], [ 120.2086501, 30.2822483 ], [ 120.2079788, 30.2819592 ], [ 120.2068481, 30.2814538 ], [ 120.2066943, 30.2813876 ], [ 120.2064864, 30.281298 ], [ 120.2060754, 30.2811183 ], [ 120.2054384, 30.2808399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2105923, 30.2829581 ], [ 120.2107248, 30.2830143 ], [ 120.2109728, 30.283116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092691, 30.2857457 ], [ 120.2096523, 30.2849452 ], [ 120.2098878, 30.2844405 ], [ 120.2101528, 30.2839728 ], [ 120.2104589, 30.283471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2106123, 30.2835388 ], [ 120.2100928, 30.284377 ], [ 120.2099642, 30.2846397 ], [ 120.2099103, 30.2847498 ], [ 120.2096589, 30.2853042 ], [ 120.2094145, 30.2857942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2238585, 30.2815661 ], [ 120.2248519, 30.2820126 ], [ 120.2254676, 30.2822993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254609, 30.2824638 ], [ 120.2253405, 30.2824031 ], [ 120.2250182, 30.2822408 ], [ 120.223819, 30.2817095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254676, 30.2822993 ], [ 120.2255931, 30.282372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254609, 30.2824638 ], [ 120.2254676, 30.2822993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255931, 30.282372 ], [ 120.2255892, 30.2825284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255892, 30.2825284 ], [ 120.2254609, 30.2824638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255931, 30.282372 ], [ 120.2263042, 30.2827377 ], [ 120.2273867, 30.2833045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273343, 30.2834142 ], [ 120.2265896, 30.2830324 ], [ 120.2256872, 30.2825778 ], [ 120.2255892, 30.2825284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273867, 30.2833045 ], [ 120.227602, 30.283413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273343, 30.2834142 ], [ 120.2273867, 30.2833045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2162395, 30.2816411 ], [ 120.216034, 30.2814603 ], [ 120.2156242, 30.2811494 ], [ 120.2153505, 30.2809463 ], [ 120.2145034, 30.2803177 ], [ 120.2143832, 30.2802344 ], [ 120.2138665, 30.2798445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163087, 30.2815982 ], [ 120.2176041, 30.2808106 ], [ 120.2180746, 30.2805302 ], [ 120.2181921, 30.280451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151585, 30.2807347 ], [ 120.215587, 30.281043 ], [ 120.2159965, 30.2813658 ], [ 120.2163087, 30.2815982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2162395, 30.2816411 ], [ 120.2163087, 30.2815982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163087, 30.2815982 ], [ 120.2163827, 30.2816749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "严家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163379, 30.2817075 ], [ 120.2162395, 30.2816411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘工局路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163827, 30.2816749 ], [ 120.2163379, 30.2817075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165647, 30.285263 ], [ 120.2165796, 30.28524 ], [ 120.2166523, 30.2851372 ], [ 120.2168209, 30.2848986 ], [ 120.217025, 30.2846002 ], [ 120.2171335, 30.284412 ], [ 120.2174629, 30.283907 ], [ 120.2177134, 30.2835142 ], [ 120.2179123, 30.2832336 ], [ 120.2180175, 30.2831072 ], [ 120.2181576, 30.282939 ], [ 120.2186514, 30.2824707 ], [ 120.2189264, 30.2822611 ], [ 120.2191103, 30.2821364 ], [ 120.2192911, 30.2820114 ], [ 120.2197809, 30.2817618 ], [ 120.2204487, 30.2813813 ], [ 120.2217517, 30.2806364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2218839, 30.2807066 ], [ 120.2207407, 30.2813635 ], [ 120.2199866, 30.2817837 ], [ 120.2194177, 30.2820897 ], [ 120.2192357, 30.2822023 ], [ 120.2188335, 30.2825003 ], [ 120.2184776, 30.2828158 ], [ 120.2180946, 30.2832219 ], [ 120.2180684, 30.2832542 ], [ 120.2179031, 30.2834582 ], [ 120.2177295, 30.2837303 ], [ 120.2176023, 30.2839395 ], [ 120.2174895, 30.28412 ], [ 120.2172903, 30.2844529 ], [ 120.2171745, 30.2846365 ], [ 120.2168249, 30.2851787 ], [ 120.2167529, 30.2852903 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "铁西路", "塘工局路", "环站南路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209982, 30.2859824 ], [ 120.2102387, 30.2860933 ], [ 120.2104358, 30.2861431 ], [ 120.2107383, 30.2862531 ], [ 120.2116854, 30.2866879 ], [ 120.2120592, 30.2868509 ], [ 120.2121533, 30.2868822 ], [ 120.2122176, 30.2868908 ], [ 120.2122904, 30.2868521 ], [ 120.212349, 30.2867958 ], [ 120.2125365, 30.2866139 ], [ 120.2125816, 30.2865701 ], [ 120.2128199, 30.286307 ], [ 120.2129928, 30.2860786 ], [ 120.213057, 30.2859862 ], [ 120.2131392, 30.2858678 ], [ 120.2136984, 30.2851801 ], [ 120.2139268, 30.284837 ], [ 120.214009, 30.2846738 ], [ 120.214171, 30.2843714 ], [ 120.2143468, 30.2840333 ], [ 120.2144571, 30.2838431 ], [ 120.2147055, 30.2834536 ], [ 120.2149715, 30.2829683 ], [ 120.2151425, 30.2826563 ], [ 120.2154041, 30.2823212 ], [ 120.2156321, 30.2820643 ], [ 120.2158528, 30.2818825 ], [ 120.2162395, 30.2816411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227602, 30.283413 ], [ 120.2274412, 30.283469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274412, 30.283469 ], [ 120.2273343, 30.2834142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255892, 30.2825284 ], [ 120.2254981, 30.2845398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252466, 30.2846309 ], [ 120.2254568, 30.2825857 ], [ 120.2254609, 30.2824638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298675, 30.2812264 ], [ 120.2289825, 30.2820388 ], [ 120.2277956, 30.2830904 ], [ 120.2269668, 30.2838327 ], [ 120.2265953, 30.2841072 ], [ 120.2261125, 30.2843782 ], [ 120.2245823, 30.2850337 ], [ 120.2234678, 30.2854691 ], [ 120.2229287, 30.2856764 ], [ 120.2224754, 30.2859034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "御云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.223819, 30.2817095 ], [ 120.2236256, 30.2820935 ], [ 120.2232147, 30.2830634 ], [ 120.2227734, 30.2840312 ], [ 120.2224908, 30.2845192 ], [ 120.2221919, 30.2849486 ], [ 120.2218259, 30.285425 ], [ 120.2215411, 30.2855586 ], [ 120.2211764, 30.2856805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "御云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2211764, 30.2856805 ], [ 120.2215411, 30.2855586 ], [ 120.2218259, 30.285425 ], [ 120.2221919, 30.2849486 ], [ 120.2224908, 30.2845192 ], [ 120.2227734, 30.2840312 ], [ 120.2232147, 30.2830634 ], [ 120.2236256, 30.2820935 ], [ 120.223819, 30.2817095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215487, 30.2864088 ], [ 120.221882, 30.2861638 ], [ 120.2221333, 30.2859896 ], [ 120.2226217, 30.2857253 ], [ 120.2232375, 30.2854609 ], [ 120.2245453, 30.2849643 ], [ 120.226076, 30.2843576 ], [ 120.2265644, 30.2840795 ], [ 120.2271643, 30.2836058 ], [ 120.2277429, 30.2830572 ], [ 120.2289179, 30.2819814 ], [ 120.2293728, 30.2815208 ], [ 120.2298844, 30.2810479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254981, 30.2845398 ], [ 120.2256891, 30.2844691 ], [ 120.2260681, 30.2843288 ], [ 120.2264255, 30.2841317 ], [ 120.2266892, 30.2839468 ], [ 120.2270803, 30.2836366 ], [ 120.2273343, 30.2834142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274412, 30.283469 ], [ 120.2270778, 30.2838079 ], [ 120.2267257, 30.2840616 ], [ 120.2263027, 30.2843168 ], [ 120.2259718, 30.2844803 ], [ 120.2256897, 30.2845912 ], [ 120.2254922, 30.2846689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2109728, 30.283116 ], [ 120.2111428, 30.2831936 ], [ 120.2116271, 30.2834043 ], [ 120.2134673, 30.2842052 ], [ 120.2139884, 30.2844149 ], [ 120.215261, 30.2848923 ], [ 120.2168355, 30.2855006 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "铁西路", "塘工局路", "环站南路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163379, 30.2817075 ], [ 120.2159436, 30.2819646 ], [ 120.2157198, 30.2821631 ], [ 120.2155076, 30.2823765 ], [ 120.2153653, 30.282566 ], [ 120.2153055, 30.2826559 ], [ 120.2152259, 30.2827755 ], [ 120.2150922, 30.2829983 ], [ 120.2148838, 30.28338 ], [ 120.2147069, 30.2836422 ], [ 120.214564, 30.2838662 ], [ 120.2144679, 30.2840583 ], [ 120.2143071, 30.2844331 ], [ 120.214118, 30.284713 ], [ 120.2140392, 30.2848262 ], [ 120.2138478, 30.2851043 ], [ 120.2133212, 30.2857878 ], [ 120.2132504, 30.2858812 ], [ 120.2130051, 30.2862047 ], [ 120.2127236, 30.2865706 ], [ 120.2124949, 30.2868006 ], [ 120.2123699, 30.2869083 ], [ 120.2122621, 30.2869937 ], [ 120.2121666, 30.2870595 ], [ 120.2120979, 30.2870938 ], [ 120.2119913, 30.2870963 ], [ 120.2118826, 30.2870707 ], [ 120.2116754, 30.2869861 ], [ 120.2105904, 30.2864924 ], [ 120.2102481, 30.2863376 ], [ 120.2098557, 30.2861048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165647, 30.285263 ], [ 120.2167529, 30.2852903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2163631, 30.2855909 ], [ 120.2165647, 30.285263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167529, 30.2852903 ], [ 120.2165272, 30.2856531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165272, 30.2856531 ], [ 120.2163631, 30.2855909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167529, 30.2852903 ], [ 120.2168637, 30.2853127 ], [ 120.2171513, 30.2853707 ], [ 120.2175031, 30.2855036 ], [ 120.2177162, 30.2855841 ], [ 120.2179174, 30.2856601 ], [ 120.2183705, 30.28584 ], [ 120.2188362, 30.2860214 ], [ 120.2190469, 30.286086 ], [ 120.2194272, 30.2862318 ], [ 120.2194741, 30.2862508 ], [ 120.2199035, 30.2864242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168355, 30.2855006 ], [ 120.2173911, 30.2856386 ], [ 120.217976, 30.2858258 ], [ 120.218699, 30.2860738 ], [ 120.2199035, 30.2864242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207382, 30.2872517 ], [ 120.2203665, 30.2871037 ], [ 120.2200424, 30.2869746 ], [ 120.219057, 30.2866148 ], [ 120.2186973, 30.2864696 ], [ 120.2182339, 30.2862762 ], [ 120.2178349, 30.2861002 ], [ 120.2172116, 30.285865 ], [ 120.2161368, 30.2854414 ], [ 120.2155216, 30.2851732 ], [ 120.2151929, 30.285018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2154224, 30.2884152 ], [ 120.2154978, 30.2879826 ], [ 120.2155766, 30.2876093 ], [ 120.2156791, 30.2870411 ], [ 120.2158428, 30.2866143 ], [ 120.2159892, 30.2863068 ], [ 120.2160673, 30.2861713 ], [ 120.2162128, 30.2859189 ], [ 120.216316, 30.2856896 ], [ 120.2163529, 30.2856075 ], [ 120.2163631, 30.2855909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055068, 30.285957 ], [ 120.2059348, 30.2858024 ], [ 120.2063916, 30.2856808 ], [ 120.2070081, 30.2855687 ], [ 120.2074698, 30.2855319 ], [ 120.2077825, 30.2855221 ], [ 120.208386, 30.2855611 ], [ 120.2090878, 30.2856855 ], [ 120.2092691, 30.2857457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092691, 30.2857457 ], [ 120.2094145, 30.2857942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092151, 30.2858689 ], [ 120.2092691, 30.2857457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2092151, 30.2858689 ], [ 120.2090791, 30.2858039 ], [ 120.2089334, 30.2857522 ], [ 120.2087087, 30.2857015 ], [ 120.2083344, 30.2856468 ], [ 120.2079072, 30.2856137 ], [ 120.2074704, 30.2856114 ], [ 120.2069173, 30.2856627 ], [ 120.2064272, 30.2857725 ], [ 120.2060344, 30.2858799 ], [ 120.2055883, 30.2860771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094145, 30.2857942 ], [ 120.2093441, 30.2859272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094145, 30.2857942 ], [ 120.2096529, 30.2858569 ], [ 120.209982, 30.2859824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093441, 30.2859272 ], [ 120.2092151, 30.2858689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098557, 30.2861048 ], [ 120.2095192, 30.2859802 ], [ 120.2093441, 30.2859272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055068, 30.285957 ], [ 120.2055883, 30.2860771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054068, 30.2861273 ], [ 120.205355, 30.2860498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252466, 30.2846309 ], [ 120.2254981, 30.2845398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254981, 30.2845398 ], [ 120.2254922, 30.2846689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252325, 30.284768 ], [ 120.2252466, 30.2846309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254922, 30.2846689 ], [ 120.2252325, 30.284768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252325, 30.284768 ], [ 120.2245402, 30.2851328 ], [ 120.2230272, 30.2857165 ], [ 120.2224754, 30.2859034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215487, 30.2864088 ], [ 120.2215936, 30.2863355 ], [ 120.221788, 30.2861468 ], [ 120.2220352, 30.2859776 ], [ 120.2222829, 30.2857973 ], [ 120.2224846, 30.2856751 ], [ 120.2227979, 30.2855696 ], [ 120.2235096, 30.2852908 ], [ 120.2238313, 30.2851647 ], [ 120.2252466, 30.2846309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224754, 30.2859034 ], [ 120.2220731, 30.2861501 ], [ 120.2215788, 30.2865724 ], [ 120.2214137, 30.2867172 ], [ 120.2211265, 30.2870099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2210667, 30.2868737 ], [ 120.2212306, 30.2867122 ], [ 120.2213444, 30.2865879 ], [ 120.2214876, 30.2864592 ], [ 120.2215487, 30.2864088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199035, 30.2864242 ], [ 120.22074, 30.286744 ], [ 120.2210667, 30.2868737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249939, 30.2885503 ], [ 120.2249639, 30.2883317 ], [ 120.2249625, 30.2868472 ], [ 120.2249623, 30.2866241 ], [ 120.2252325, 30.284768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254922, 30.2846689 ], [ 120.2253777, 30.2870278 ], [ 120.2252986, 30.2886565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2210667, 30.2868737 ], [ 120.2211265, 30.2870099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207382, 30.2872517 ], [ 120.2210667, 30.2868737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石公庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2211265, 30.2870099 ], [ 120.2209384, 30.2872107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209384, 30.2872107 ], [ 120.2207382, 30.2872517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2211265, 30.2870099 ], [ 120.2218544, 30.2873847 ], [ 120.2223977, 30.2875891 ], [ 120.2231717, 30.2878731 ], [ 120.2243614, 30.2883217 ], [ 120.2245217, 30.2883769 ], [ 120.2249939, 30.2885503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209384, 30.2872107 ], [ 120.2204155, 30.2880597 ], [ 120.2201902, 30.2884025 ], [ 120.2199607, 30.2887071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.224992, 30.2887087 ], [ 120.2248158, 30.2886067 ], [ 120.2238152, 30.288221 ], [ 120.2231848, 30.2879832 ], [ 120.2217835, 30.2874759 ], [ 120.2209384, 30.2872107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249939, 30.2885503 ], [ 120.2252826, 30.2886521 ], [ 120.2252986, 30.2886565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.224992, 30.2887087 ], [ 120.2249939, 30.2885503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2343756, 30.2838727 ], [ 120.234489, 30.2837765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345783, 30.2838578 ], [ 120.2344731, 30.2839531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344731, 30.2839531 ], [ 120.2343756, 30.2838727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231142, 30.2833823 ], [ 120.2297633, 30.2845145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297633, 30.2845145 ], [ 120.231142, 30.2833823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227602, 30.283413 ], [ 120.2297633, 30.2845145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232303, 30.2858971 ], [ 120.2309039, 30.2851931 ], [ 120.2296298, 30.2845874 ], [ 120.2283946, 30.2839721 ], [ 120.2274412, 30.283469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324163, 30.2858275 ], [ 120.2330763, 30.2851852 ], [ 120.2334433, 30.2848399 ], [ 120.2343756, 30.2838727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344731, 30.2839531 ], [ 120.2338682, 30.2845222 ], [ 120.2334798, 30.284892 ], [ 120.2330799, 30.285323 ], [ 120.2325065, 30.2858721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297633, 30.2845145 ], [ 120.2324163, 30.2858275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239569, 30.2845452 ], [ 120.2396404, 30.2844851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396404, 30.2844851 ], [ 120.2397823, 30.2845635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397215, 30.2846384 ], [ 120.239569, 30.2845452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397823, 30.2845635 ], [ 120.2397215, 30.2846384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345783, 30.2838578 ], [ 120.2347123, 30.2839833 ], [ 120.2352274, 30.2843963 ], [ 120.2360807, 30.285038 ], [ 120.2370039, 30.2856808 ], [ 120.2380386, 30.2864009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379272, 30.286513 ], [ 120.2374026, 30.2861334 ], [ 120.2368404, 30.28573 ], [ 120.2362454, 30.2853002 ], [ 120.2359868, 30.2851215 ], [ 120.2354062, 30.2846928 ], [ 120.2349865, 30.2843748 ], [ 120.2346166, 30.2840711 ], [ 120.2344731, 30.2839531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380386, 30.2864009 ], [ 120.2384103, 30.285959 ], [ 120.238894, 30.2853785 ], [ 120.2392798, 30.2849023 ], [ 120.2394153, 30.284735 ], [ 120.239569, 30.2845452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397215, 30.2846384 ], [ 120.2395772, 30.2848157 ], [ 120.239437, 30.284988 ], [ 120.2392038, 30.2852746 ], [ 120.2381857, 30.2865054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380386, 30.2864009 ], [ 120.2381857, 30.2865054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379272, 30.286513 ], [ 120.2379746, 30.286477 ], [ 120.2380386, 30.2864009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396404, 30.2844851 ], [ 120.2406177, 30.2833106 ], [ 120.2407308, 30.2831822 ], [ 120.2410015, 30.2828655 ], [ 120.2413458, 30.2824648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414928, 30.282562 ], [ 120.2411109, 30.2829786 ], [ 120.2408806, 30.2832645 ], [ 120.2408469, 30.2833017 ], [ 120.2407695, 30.2833938 ], [ 120.2407098, 30.2834649 ], [ 120.2397823, 30.2845635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397823, 30.2845635 ], [ 120.2406204, 30.2850629 ], [ 120.2417378, 30.2857079 ], [ 120.2418661, 30.2857828 ], [ 120.2435337, 30.2867732 ], [ 120.2439488, 30.2870154 ], [ 120.2440471, 30.2870695 ], [ 120.2441646, 30.2871341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440943, 30.2872311 ], [ 120.243969, 30.2871542 ], [ 120.2438787, 30.2870977 ], [ 120.2434661, 30.2868532 ], [ 120.2432376, 30.2867169 ], [ 120.2430723, 30.2866184 ], [ 120.2418226, 30.2858732 ], [ 120.2416773, 30.285783 ], [ 120.2397215, 30.2846384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2450793, 30.2861367 ], [ 120.2443007, 30.287013 ], [ 120.2441646, 30.2871341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441646, 30.2871341 ], [ 120.2443007, 30.287013 ], [ 120.2450793, 30.2861367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440943, 30.2872311 ], [ 120.2441646, 30.2871341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441646, 30.2871341 ], [ 120.2440943, 30.2872311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424942, 30.288894 ], [ 120.2430037, 30.2884173 ], [ 120.2434635, 30.287949 ], [ 120.2438082, 30.2875394 ], [ 120.2439952, 30.287349 ], [ 120.2440221, 30.2873189 ], [ 120.2440943, 30.2872311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440943, 30.2872311 ], [ 120.2440221, 30.2873189 ], [ 120.2439952, 30.287349 ], [ 120.2438082, 30.2875394 ], [ 120.2434635, 30.287949 ], [ 120.2430037, 30.2884173 ], [ 120.2424942, 30.288894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "之江安澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2505166, 30.2875917 ], [ 120.2495436, 30.2871283 ], [ 120.2490432, 30.2868753 ], [ 120.2463701, 30.2855278 ], [ 120.2448609, 30.2845767 ], [ 120.2429369, 30.2834309 ], [ 120.2424898, 30.2831437 ], [ 120.2414928, 30.282562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2506001, 30.2874351 ], [ 120.250726, 30.2874955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2505166, 30.2875917 ], [ 120.2505435, 30.2875426 ], [ 120.2506001, 30.2874351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.250726, 30.2874955 ], [ 120.2506726, 30.2876005 ], [ 120.2506394, 30.287649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2506394, 30.287649 ], [ 120.2505166, 30.2875917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441646, 30.2871341 ], [ 120.2443061, 30.2872187 ], [ 120.2448599, 30.2875498 ], [ 120.2449325, 30.2875924 ], [ 120.2466507, 30.2886005 ], [ 120.2474906, 30.2890933 ], [ 120.2485763, 30.2897178 ], [ 120.2486937, 30.2897853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485946, 30.2898629 ], [ 120.2484906, 30.2898012 ], [ 120.2478523, 30.2894225 ], [ 120.2471478, 30.2890044 ], [ 120.246586, 30.2886747 ], [ 120.2448967, 30.2876831 ], [ 120.2442197, 30.2873023 ], [ 120.2440943, 30.2872311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486937, 30.2897853 ], [ 120.2487629, 30.2897215 ], [ 120.2489116, 30.2895844 ], [ 120.2493998, 30.2890749 ], [ 120.2498285, 30.2885389 ], [ 120.2500548, 30.2882427 ], [ 120.2503063, 30.2879125 ], [ 120.250429, 30.2877145 ], [ 120.2505166, 30.2875917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2506394, 30.287649 ], [ 120.2502733, 30.2881831 ], [ 120.2499543, 30.2885957 ], [ 120.2497753, 30.2888196 ], [ 120.2495679, 30.2890752 ], [ 120.2493335, 30.2893175 ], [ 120.248866, 30.2897869 ], [ 120.2488096, 30.2898497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486937, 30.2897853 ], [ 120.2488096, 30.2898497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324163, 30.2858275 ], [ 120.2325065, 30.2858721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232303, 30.2858971 ], [ 120.2324163, 30.2858275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325065, 30.2858721 ], [ 120.232406, 30.2859489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232406, 30.2859489 ], [ 120.232303, 30.2858971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325065, 30.2858721 ], [ 120.2343161, 30.2869209 ], [ 120.2351371, 30.2873959 ], [ 120.2357779, 30.2877705 ], [ 120.2361327, 30.2879667 ], [ 120.2365085, 30.2882019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.236417, 30.2883015 ], [ 120.2360477, 30.2880706 ], [ 120.2352368, 30.287591 ], [ 120.2346958, 30.2872826 ], [ 120.2342193, 30.2870075 ], [ 120.2332189, 30.2864089 ], [ 120.232406, 30.2859489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2281679, 30.2894691 ], [ 120.2284575, 30.289271 ], [ 120.2287707, 30.2889992 ], [ 120.2294866, 30.2883842 ], [ 120.2301037, 30.287831 ], [ 120.2306456, 30.2873848 ], [ 120.2306906, 30.2873477 ], [ 120.2314252, 30.2867033 ], [ 120.232303, 30.2858971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232406, 30.2859489 ], [ 120.2319814, 30.2863318 ], [ 120.2315216, 30.2867305 ], [ 120.2312115, 30.2870177 ], [ 120.2308914, 30.2872976 ], [ 120.2307373, 30.2874319 ], [ 120.2307046, 30.2874603 ], [ 120.2302601, 30.287808 ], [ 120.2294877, 30.28849 ], [ 120.2288775, 30.289011 ], [ 120.2283144, 30.2894808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2281679, 30.2894691 ], [ 120.2283144, 30.2894808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279795, 30.2895996 ], [ 120.2281679, 30.2894691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2381857, 30.2865054 ], [ 120.2381336, 30.2865697 ], [ 120.2380742, 30.286637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380742, 30.286637 ], [ 120.2379272, 30.286513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365085, 30.2882019 ], [ 120.236954, 30.2876704 ], [ 120.2372583, 30.2873143 ], [ 120.2379272, 30.286513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2380742, 30.286637 ], [ 120.2373937, 30.2874389 ], [ 120.2366476, 30.2883297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2381857, 30.2865054 ], [ 120.2388106, 30.2868716 ], [ 120.2401986, 30.2876362 ], [ 120.2410883, 30.2881078 ], [ 120.2417106, 30.2884444 ], [ 120.2421716, 30.2886988 ], [ 120.2424942, 30.288894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2423536, 30.2889874 ], [ 120.2420613, 30.2888109 ], [ 120.2416182, 30.2885611 ], [ 120.240076, 30.2877028 ], [ 120.2382699, 30.2867511 ], [ 120.2380742, 30.286637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.236417, 30.2883015 ], [ 120.2365085, 30.2882019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365085, 30.2882019 ], [ 120.2366476, 30.2883297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366476, 30.2883297 ], [ 120.236417, 30.2883015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366476, 30.2883297 ], [ 120.2375542, 30.2886773 ], [ 120.2387986, 30.2891301 ], [ 120.2404573, 30.2897337 ], [ 120.2409463, 30.2899116 ], [ 120.241233, 30.2900159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "昙花庵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241233, 30.2900159 ], [ 120.2409463, 30.2899116 ], [ 120.2404573, 30.2897337 ], [ 120.2387986, 30.2891301 ], [ 120.2375542, 30.2886773 ], [ 120.2366476, 30.2883297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349142, 30.2900907 ], [ 120.2355332, 30.2893619 ], [ 120.2360579, 30.288751 ], [ 120.236417, 30.2883015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366476, 30.2883297 ], [ 120.2358386, 30.2893029 ], [ 120.2351367, 30.2901352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349142, 30.2900907 ], [ 120.2351367, 30.2901352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347328, 30.2903009 ], [ 120.2349142, 30.2900907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351367, 30.2901352 ], [ 120.2349518, 30.2903554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349518, 30.2903554 ], [ 120.2347328, 30.2903009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351367, 30.2901352 ], [ 120.2354011, 30.2900466 ], [ 120.2364521, 30.2902501 ], [ 120.2366199, 30.2902864 ], [ 120.2374654, 30.2904696 ], [ 120.237749, 30.290529 ], [ 120.2386208, 30.2907117 ], [ 120.2391064, 30.2908157 ], [ 120.2397172, 30.290939 ], [ 120.2399699, 30.2911476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2351367, 30.2901352 ], [ 120.2362022, 30.2903469 ], [ 120.2366795, 30.2904524 ], [ 120.2390084, 30.2909225 ], [ 120.2396126, 30.2910627 ], [ 120.2399699, 30.2911476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446358, 30.2936542 ], [ 120.2440263, 30.2932397 ], [ 120.2431639, 30.2926307 ], [ 120.2425365, 30.2922562 ], [ 120.2419235, 30.2919962 ], [ 120.2413909, 30.2917994 ], [ 120.2407133, 30.2915533 ], [ 120.2398017, 30.2913643 ], [ 120.2393529, 30.2912681 ], [ 120.2386958, 30.29113 ], [ 120.2366559, 30.2907107 ], [ 120.2356665, 30.2904982 ], [ 120.2349518, 30.2903554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424942, 30.288894 ], [ 120.2423536, 30.2889874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2423536, 30.2889874 ], [ 120.2424942, 30.288894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241233, 30.2900159 ], [ 120.2415179, 30.2897706 ], [ 120.2423536, 30.2889874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2423536, 30.2889874 ], [ 120.2415179, 30.2897706 ], [ 120.241233, 30.2900159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424942, 30.288894 ], [ 120.2433518, 30.2893777 ], [ 120.2439226, 30.2896901 ], [ 120.2445367, 30.2900229 ], [ 120.2451019, 30.2903225 ], [ 120.2451938, 30.2903712 ], [ 120.2460179, 30.290826 ], [ 120.2468528, 30.2913103 ], [ 120.247009, 30.2914182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2468763, 30.2915436 ], [ 120.2462249, 30.2911253 ], [ 120.2455785, 30.2907513 ], [ 120.2451047, 30.2905023 ], [ 120.2442533, 30.2900265 ], [ 120.2434221, 30.2895561 ], [ 120.2423536, 30.2889874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399699, 30.2911476 ], [ 120.2402913, 30.2908271 ], [ 120.241233, 30.2900159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241233, 30.2900159 ], [ 120.2402913, 30.2908271 ], [ 120.2399699, 30.2911476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399699, 30.2911476 ], [ 120.2407659, 30.2913301 ], [ 120.24151, 30.2915465 ], [ 120.2424199, 30.2918923 ], [ 120.2428986, 30.2921367 ], [ 120.2433771, 30.2924329 ], [ 120.2441816, 30.2929908 ], [ 120.2448245, 30.2934615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448245, 30.2934615 ], [ 120.2448809, 30.2935028 ], [ 120.2449542, 30.293556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485946, 30.2898629 ], [ 120.2486937, 30.2897853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2488096, 30.2898497 ], [ 120.2487146, 30.2899321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2487146, 30.2899321 ], [ 120.2485946, 30.2898629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247009, 30.2914182 ], [ 120.2476985, 30.2907587 ], [ 120.2483045, 30.2901619 ], [ 120.2484798, 30.2899936 ], [ 120.2485301, 30.2899363 ], [ 120.2485946, 30.2898629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2487146, 30.2899321 ], [ 120.2486384, 30.2899944 ], [ 120.2485787, 30.2900475 ], [ 120.2483962, 30.2902269 ], [ 120.2483127, 30.2903093 ], [ 120.2479902, 30.2906182 ], [ 120.2479441, 30.2906624 ], [ 120.2476422, 30.2909618 ], [ 120.2470839, 30.2915195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247009, 30.2914182 ], [ 120.2470839, 30.2915195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2468763, 30.2915436 ], [ 120.247009, 30.2914182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2470839, 30.2915195 ], [ 120.2469519, 30.291635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2469519, 30.291635 ], [ 120.2468763, 30.2915436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448245, 30.2934615 ], [ 120.2451368, 30.2932183 ], [ 120.2454614, 30.292928 ], [ 120.2458691, 30.2925242 ], [ 120.2464618, 30.2919414 ], [ 120.2468763, 30.2915436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2283144, 30.2894808 ], [ 120.2280953, 30.2896263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2280953, 30.2896263 ], [ 120.228066, 30.2896192 ], [ 120.2279795, 30.2895996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2283144, 30.2894808 ], [ 120.2296752, 30.2895896 ], [ 120.2312186, 30.2897421 ], [ 120.2322641, 30.2898163 ], [ 120.2335133, 30.2899294 ], [ 120.2343877, 30.2900099 ], [ 120.2349142, 30.2900907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347328, 30.2903009 ], [ 120.2341789, 30.2902099 ], [ 120.2335174, 30.290145 ], [ 120.2317742, 30.289981 ], [ 120.2299893, 30.2898396 ], [ 120.2284223, 30.2897062 ], [ 120.2280953, 30.2896263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304961, 30.2939982 ], [ 120.2316725, 30.2931102 ], [ 120.2329204, 30.2921367 ], [ 120.2333028, 30.2918468 ], [ 120.2334813, 30.2916971 ], [ 120.2338353, 30.2913612 ], [ 120.2342878, 30.2908776 ], [ 120.2346226, 30.2904649 ], [ 120.2347328, 30.2903009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349518, 30.2903554 ], [ 120.2345951, 30.2907768 ], [ 120.2341248, 30.2913258 ], [ 120.2336382, 30.291777 ], [ 120.2330549, 30.2922675 ], [ 120.232782, 30.2924428 ], [ 120.2317377, 30.2932595 ], [ 120.2306457, 30.2940761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2281786, 30.2933676 ], [ 120.2284914, 30.2934013 ], [ 120.2286082, 30.2934139 ], [ 120.2290268, 30.2934732 ], [ 120.2295118, 30.2935996 ], [ 120.2299224, 30.2937443 ], [ 120.2304961, 30.2939982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302991, 30.2941278 ], [ 120.2298178, 30.2939059 ], [ 120.229049, 30.2936992 ], [ 120.2288433, 30.2936439 ], [ 120.2283079, 30.2935634 ], [ 120.2277972, 30.293521 ], [ 120.227334, 30.2935208 ], [ 120.2265631, 30.2935706 ], [ 120.225751, 30.2936536 ], [ 120.2255886, 30.293686 ], [ 120.2254915, 30.2937053 ], [ 120.22534, 30.2937202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304961, 30.2939982 ], [ 120.2306457, 30.2940761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302991, 30.2941278 ], [ 120.2304961, 30.2939982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055883, 30.2860771 ], [ 120.2056206, 30.2861247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054653, 30.2862148 ], [ 120.2054068, 30.2861273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072139, 30.2883919 ], [ 120.20803, 30.2874508 ], [ 120.208766, 30.2865673 ], [ 120.2090714, 30.2861151 ], [ 120.2092151, 30.2858689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093441, 30.2859272 ], [ 120.2090054, 30.2864323 ], [ 120.208821, 30.2867059 ], [ 120.208514, 30.2870522 ], [ 120.2080896, 30.2875605 ], [ 120.2073272, 30.2884974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2056206, 30.2861247 ], [ 120.2059598, 30.2865009 ], [ 120.2061078, 30.2867396 ], [ 120.2061585, 30.2868274 ], [ 120.2064191, 30.2872784 ], [ 120.206561, 30.2875241 ], [ 120.2067259, 30.2877701 ], [ 120.2069098, 30.2880292 ], [ 120.2072139, 30.2883919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069788, 30.2887122 ], [ 120.2066921, 30.2883819 ], [ 120.2066467, 30.2883214 ], [ 120.2064525, 30.2880625 ], [ 120.2062161, 30.2876465 ], [ 120.2061976, 30.2876152 ], [ 120.205791, 30.2869256 ], [ 120.2056187, 30.2866144 ], [ 120.2054653, 30.2862148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072139, 30.2883919 ], [ 120.2073272, 30.2884974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069788, 30.2887122 ], [ 120.2072139, 30.2883919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073272, 30.2884974 ], [ 120.2072312, 30.2886275 ], [ 120.2070803, 30.2888377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070803, 30.2888377 ], [ 120.2069788, 30.2887122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165272, 30.2856531 ], [ 120.2164706, 30.2857441 ], [ 120.2163638, 30.2859157 ], [ 120.2161059, 30.2863273 ], [ 120.2160503, 30.2864401 ], [ 120.2159777, 30.2865877 ], [ 120.2158656, 30.2868643 ], [ 120.2157941, 30.2870995 ], [ 120.215705, 30.2875603 ], [ 120.2156643, 30.2877815 ], [ 120.2155711, 30.2884811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209982, 30.2859824 ], [ 120.21038, 30.2861826 ], [ 120.2117704, 30.2868134 ], [ 120.2123884, 30.2871208 ], [ 120.2125001, 30.2871686 ], [ 120.212709, 30.2872618 ], [ 120.213107, 30.2874407 ], [ 120.2133595, 30.2875534 ], [ 120.2135636, 30.2876457 ], [ 120.2137837, 30.2877525 ], [ 120.214599, 30.2881237 ], [ 120.2151204, 30.2883652 ], [ 120.2159003, 30.2886992 ], [ 120.2176954, 30.2894598 ], [ 120.218117, 30.2896091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.218216, 30.289769 ], [ 120.2176278, 30.2895205 ], [ 120.2158403, 30.2887655 ], [ 120.2150735, 30.2884224 ], [ 120.2142919, 30.2880557 ], [ 120.2137529, 30.2878027 ], [ 120.2135242, 30.2877087 ], [ 120.2133178, 30.2876144 ], [ 120.2130808, 30.2875029 ], [ 120.2126701, 30.2873266 ], [ 120.2124625, 30.2872381 ], [ 120.2123487, 30.2871901 ], [ 120.2117152, 30.2869083 ], [ 120.2106419, 30.2864201 ], [ 120.210127, 30.2862068 ], [ 120.2098557, 30.2861048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2154224, 30.2884152 ], [ 120.2155711, 30.2884811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.215359, 30.2886328 ], [ 120.2154224, 30.2884152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2188119, 30.2898807 ], [ 120.2190893, 30.2894576 ], [ 120.2194661, 30.2890354 ], [ 120.219858, 30.2886264 ], [ 120.2201244, 30.2882642 ], [ 120.2205697, 30.2874764 ], [ 120.2207382, 30.2872517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2155711, 30.2884811 ], [ 120.2155095, 30.2886871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2155095, 30.2886871 ], [ 120.215359, 30.2886328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2155711, 30.2884811 ], [ 120.2165113, 30.2888703 ], [ 120.2169692, 30.2890642 ], [ 120.2169877, 30.2890721 ], [ 120.2177625, 30.2894001 ], [ 120.218117, 30.2896091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.218216, 30.289769 ], [ 120.2175965, 30.2895855 ], [ 120.2164624, 30.2891102 ], [ 120.2162544, 30.289023 ], [ 120.2155095, 30.2886871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252986, 30.2886565 ], [ 120.2252893, 30.2887921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252893, 30.2887921 ], [ 120.224992, 30.2887087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252986, 30.2886565 ], [ 120.2258831, 30.2888839 ], [ 120.2263227, 30.2890236 ], [ 120.2266896, 30.2891405 ], [ 120.2271981, 30.2892663 ], [ 120.2276948, 30.2893637 ], [ 120.2281185, 30.2894559 ], [ 120.2281679, 30.2894691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279795, 30.2895996 ], [ 120.2278221, 30.2895639 ], [ 120.2272327, 30.2894384 ], [ 120.2266678, 30.2892885 ], [ 120.2261904, 30.289156 ], [ 120.2257506, 30.2889736 ], [ 120.2253679, 30.2888229 ], [ 120.2252893, 30.2887921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "元宝塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223611, 30.2907878 ], [ 120.2220265, 30.2902866 ], [ 120.2215158, 30.2895216 ], [ 120.2213944, 30.2893603 ], [ 120.2212671, 30.2892596 ], [ 120.2210582, 30.2891627 ], [ 120.2208341, 30.289081 ], [ 120.2203063, 30.2888885 ], [ 120.2199607, 30.2887071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "元宝塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199607, 30.2887071 ], [ 120.2203063, 30.2888885 ], [ 120.2208341, 30.289081 ], [ 120.2210582, 30.2891627 ], [ 120.2212671, 30.2892596 ], [ 120.2213944, 30.2893603 ], [ 120.2215158, 30.2895216 ], [ 120.2220265, 30.2902866 ], [ 120.2223611, 30.2907878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252893, 30.2887921 ], [ 120.2252855, 30.2888914 ], [ 120.2252807, 30.2890192 ], [ 120.2252434, 30.2898316 ], [ 120.2252318, 30.2903874 ], [ 120.2252392, 30.2911552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249426, 30.2912999 ], [ 120.2249797, 30.2896619 ], [ 120.2249858, 30.2889755 ], [ 120.2249902, 30.2887839 ], [ 120.224992, 30.2887087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2262547, 30.2907015 ], [ 120.2268336, 30.2904121 ], [ 120.2275705, 30.2899379 ], [ 120.2279795, 30.2895996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2280953, 30.2896263 ], [ 120.227802, 30.2898889 ], [ 120.2274934, 30.2900829 ], [ 120.2269097, 30.2904489 ], [ 120.2265865, 30.2906181 ], [ 120.2263009, 30.2907645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199607, 30.2887071 ], [ 120.2199237, 30.2887471 ], [ 120.2195672, 30.2891331 ], [ 120.2192041, 30.289592 ], [ 120.2189744, 30.289952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.218117, 30.2896091 ], [ 120.2188119, 30.2898807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187474, 30.289991 ], [ 120.218216, 30.289769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2188119, 30.2898807 ], [ 120.2189744, 30.289952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187474, 30.289991 ], [ 120.2188119, 30.2898807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189744, 30.289952 ], [ 120.2189042, 30.2900618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189042, 30.2900618 ], [ 120.2187474, 30.289991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2155095, 30.2886871 ], [ 120.215415, 30.2890706 ], [ 120.2152261, 30.289938 ], [ 120.2151794, 30.2901527 ], [ 120.2148026, 30.2915194 ], [ 120.2147852, 30.2915641 ], [ 120.214689, 30.2918112 ], [ 120.2145588, 30.2921455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2142376, 30.2923434 ], [ 120.2143873, 30.2920954 ], [ 120.2145382, 30.2917617 ], [ 120.2146412, 30.291534 ], [ 120.2146977, 30.2913625 ], [ 120.2147958, 30.2910649 ], [ 120.215074, 30.2900106 ], [ 120.2152537, 30.2890611 ], [ 120.215359, 30.2886328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189744, 30.289952 ], [ 120.2196838, 30.2902651 ], [ 120.2200991, 30.2904427 ], [ 120.2204841, 30.2906826 ], [ 120.2208081, 30.2909249 ], [ 120.2210454, 30.2911024 ], [ 120.2213044, 30.2913609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223611, 30.2907878 ], [ 120.2234195, 30.290276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2234195, 30.290276 ], [ 120.2223611, 30.2907878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "艮嘉巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2262547, 30.2907015 ], [ 120.2263009, 30.2907645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "艮嘉巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263009, 30.2907645 ], [ 120.2262547, 30.2907015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252392, 30.2911552 ], [ 120.2258612, 30.2908868 ], [ 120.2262547, 30.2907015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263009, 30.2907645 ], [ 120.2258544, 30.2909738 ], [ 120.2252416, 30.2912739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213044, 30.2913609 ], [ 120.2218988, 30.2910459 ], [ 120.2223611, 30.2907878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223611, 30.2907878 ], [ 120.2218988, 30.2910459 ], [ 120.2213044, 30.2913609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252392, 30.2911552 ], [ 120.2252397, 30.29121 ], [ 120.2252416, 30.2912739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249426, 30.2912999 ], [ 120.2252392, 30.2911552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221209, 30.2913991 ], [ 120.2210553, 30.2912392 ], [ 120.220606, 30.2908754 ], [ 120.2205213, 30.2908068 ], [ 120.2201996, 30.290591 ], [ 120.2198323, 30.290421 ], [ 120.2193572, 30.2902297 ], [ 120.2189042, 30.2900618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174426, 30.2933326 ], [ 120.2176363, 30.2920942 ], [ 120.2177052, 30.2917466 ], [ 120.2178582, 30.2913869 ], [ 120.2181411, 30.2908976 ], [ 120.218277, 30.2906944 ], [ 120.2187474, 30.289991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189042, 30.2900618 ], [ 120.2185312, 30.2906075 ], [ 120.2182783, 30.2909775 ], [ 120.2180776, 30.291322 ], [ 120.2179697, 30.2915617 ], [ 120.2178618, 30.2918741 ], [ 120.2177564, 30.2923546 ], [ 120.2175856, 30.2933795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145588, 30.2921455 ], [ 120.214383, 30.2924446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.214383, 30.2924446 ], [ 120.2142376, 30.2923434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145588, 30.2921455 ], [ 120.2154564, 30.292489 ], [ 120.2160183, 30.2927055 ], [ 120.2166858, 30.2929914 ], [ 120.2170483, 30.293187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217064, 30.29338 ], [ 120.2165181, 30.2932333 ], [ 120.2153569, 30.2927769 ], [ 120.214383, 30.2924446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2170483, 30.293187 ], [ 120.2174426, 30.2933326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174426, 30.2933326 ], [ 120.2175856, 30.2933795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174125, 30.2934962 ], [ 120.2174426, 30.2933326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252416, 30.2912739 ], [ 120.2249413, 30.2914269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249413, 30.2914269 ], [ 120.2249418, 30.2913351 ], [ 120.2249426, 30.2912999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213044, 30.2913609 ], [ 120.221209, 30.2913991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221209, 30.2913991 ], [ 120.2213044, 30.2913609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2249413, 30.2914269 ], [ 120.2246871, 30.2915479 ], [ 120.2244565, 30.2916259 ], [ 120.224369, 30.2915855 ], [ 120.2246003, 30.2914601 ], [ 120.2249426, 30.2912999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213044, 30.2913609 ], [ 120.2214915, 30.2915899 ], [ 120.2217161, 30.2918295 ], [ 120.2219166, 30.2921172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2218139, 30.2921667 ], [ 120.221649, 30.2918746 ], [ 120.221209, 30.2913991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219166, 30.2921172 ], [ 120.2222024, 30.2920267 ], [ 120.2226017, 30.2919029 ], [ 120.2229881, 30.291844 ], [ 120.2234274, 30.2917601 ], [ 120.2238647, 30.291689 ], [ 120.2241634, 30.2916386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2241634, 30.2916386 ], [ 120.2238647, 30.291689 ], [ 120.2234274, 30.2917601 ], [ 120.2229881, 30.291844 ], [ 120.2226017, 30.2919029 ], [ 120.2222024, 30.2920267 ], [ 120.2219166, 30.2921172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "艮嘉巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263009, 30.2907645 ], [ 120.2275755, 30.2925017 ], [ 120.2281786, 30.2933676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "艮嘉巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2281786, 30.2933676 ], [ 120.2275755, 30.2925017 ], [ 120.2263009, 30.2907645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2218139, 30.2921667 ], [ 120.2219166, 30.2921172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2219166, 30.2921172 ], [ 120.2218139, 30.2921667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2252416, 30.2912739 ], [ 120.2252733, 30.2923174 ], [ 120.2252846, 30.2926775 ], [ 120.2252862, 30.292727 ], [ 120.225301, 30.2931977 ], [ 120.2253252, 30.293572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2250548, 30.2936089 ], [ 120.2249734, 30.2930138 ], [ 120.2249405, 30.292774 ], [ 120.2249337, 30.2927249 ], [ 120.2249271, 30.2926766 ], [ 120.224913, 30.2923857 ], [ 120.2249408, 30.2915238 ], [ 120.2249413, 30.2914269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2201087, 30.2939145 ], [ 120.2202544, 30.2936497 ], [ 120.2204094, 30.2933834 ], [ 120.2207179, 30.2929898 ], [ 120.2209912, 30.2927196 ], [ 120.2210747, 30.292637 ], [ 120.2211252, 30.2925993 ], [ 120.2214409, 30.2923638 ], [ 120.2218139, 30.2921667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2218139, 30.2921667 ], [ 120.2214409, 30.2923638 ], [ 120.2211252, 30.2925993 ], [ 120.2210747, 30.292637 ], [ 120.2209912, 30.2927196 ], [ 120.2207179, 30.2929898 ], [ 120.2204094, 30.2933834 ], [ 120.2202544, 30.2936497 ], [ 120.2201087, 30.2939145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2253252, 30.293572 ], [ 120.2255626, 30.2935286 ], [ 120.2257244, 30.2934991 ], [ 120.2261145, 30.2934648 ], [ 120.2266044, 30.293404 ], [ 120.2271677, 30.2933666 ], [ 120.2277879, 30.2933453 ], [ 120.2281786, 30.2933676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2250548, 30.2936089 ], [ 120.225181, 30.2935983 ], [ 120.2253252, 30.293572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2253252, 30.293572 ], [ 120.2253259, 30.2935832 ], [ 120.22534, 30.2937202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2056206, 30.2861247 ], [ 120.2063898, 30.2874941 ], [ 120.2065968, 30.2878017 ], [ 120.2066532, 30.2878754 ], [ 120.206857, 30.288142 ], [ 120.2075507, 30.2888265 ], [ 120.20918, 30.2899301 ], [ 120.2100962, 30.2904333 ], [ 120.2106362, 30.2906486 ], [ 120.21241, 30.2913845 ], [ 120.2148441, 30.2923484 ], [ 120.2163178, 30.2929324 ], [ 120.216683, 30.2930748 ], [ 120.2170483, 30.293187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217064, 30.29338 ], [ 120.2162458, 30.2930273 ], [ 120.2148065, 30.2924194 ], [ 120.2123746, 30.2914822 ], [ 120.2106256, 30.2907732 ], [ 120.2099861, 30.290509 ], [ 120.209106, 30.2900206 ], [ 120.2074587, 30.2889427 ], [ 120.2067903, 30.2882205 ], [ 120.2065572, 30.2879474 ], [ 120.2064038, 30.2877037 ], [ 120.2060142, 30.2870591 ], [ 120.2055857, 30.2864 ], [ 120.2054653, 30.2862148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039617, 30.2922694 ], [ 120.2045861, 30.2915652 ], [ 120.2050407, 30.2910294 ], [ 120.2058382, 30.2900369 ], [ 120.2069788, 30.2887122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070803, 30.2888377 ], [ 120.2065148, 30.2894863 ], [ 120.2060461, 30.2900393 ], [ 120.2051469, 30.2910954 ], [ 120.2046959, 30.2916227 ], [ 120.2040721, 30.2923407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "铁路出发落客平台" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2142376, 30.2923434 ], [ 120.2137142, 30.2919993 ], [ 120.2135748, 30.2919276 ], [ 120.2133204, 30.2919055 ], [ 120.2131107, 30.291916 ], [ 120.2129097, 30.2919718 ], [ 120.2127376, 30.2921031 ], [ 120.2119141, 30.2930864 ], [ 120.21128, 30.2938129 ], [ 120.2110144, 30.2941117 ], [ 120.2109042, 30.2941954 ], [ 120.2106709, 30.2942449 ], [ 120.2104026, 30.2941944 ], [ 120.2074495, 30.2922526 ], [ 120.2073493, 30.2921607 ], [ 120.2072995, 30.2920536 ], [ 120.2072695, 30.2919718 ], [ 120.207296, 30.2917712 ], [ 120.2073793, 30.2915871 ], [ 120.2075231, 30.2914289 ], [ 120.2083232, 30.2905211 ], [ 120.2084451, 30.2903574 ], [ 120.208511, 30.2902033 ], [ 120.2085375, 30.2900882 ], [ 120.2085495, 30.2899845 ], [ 120.2085306, 30.2898597 ], [ 120.2084411, 30.2897264 ], [ 120.2076352, 30.28917 ], [ 120.2070803, 30.2888377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2100521, 30.2979391 ], [ 120.2104739, 30.2975537 ], [ 120.2107613, 30.2972378 ], [ 120.2112817, 30.2965399 ], [ 120.2115811, 30.2961611 ], [ 120.2121672, 30.2954575 ], [ 120.2125175, 30.2949311 ], [ 120.2132665, 30.2939579 ], [ 120.2135348, 30.2935705 ], [ 120.2136742, 30.2933781 ], [ 120.2139847, 30.2928098 ], [ 120.2142376, 30.2923434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020695, 30.2911731 ], [ 120.2022767, 30.2913709 ], [ 120.2036401, 30.2922395 ], [ 120.2039382, 30.2924272 ], [ 120.2040823, 30.2925291 ], [ 120.2099226, 30.2976745 ], [ 120.210452, 30.2981409 ], [ 120.2118923, 30.2991616 ], [ 120.2119154, 30.2991757 ], [ 120.2121629, 30.2993265 ], [ 120.2122933, 30.2994059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125649, 30.2998224 ], [ 120.2120721, 30.2994535 ], [ 120.2118411, 30.2992805 ], [ 120.2104242, 30.2982197 ], [ 120.2098665, 30.2977345 ], [ 120.2040754, 30.2926957 ], [ 120.2035645, 30.2923295 ], [ 120.2015659, 30.2910679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125696, 30.2950922 ], [ 120.2122489, 30.2955045 ], [ 120.2117009, 30.296234 ], [ 120.2113841, 30.2966563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "铁路出发落客平台" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2030673, 30.2935643 ], [ 120.2035013, 30.293849 ], [ 120.2042528, 30.2943313 ], [ 120.2043737, 30.2943941 ], [ 120.2044612, 30.2944292 ], [ 120.204574, 30.2944498 ], [ 120.204692, 30.294452 ], [ 120.2048015, 30.2944404 ], [ 120.2048942, 30.2944124 ], [ 120.2050105, 30.2943476 ], [ 120.2051683, 30.2942068 ], [ 120.2057536, 30.2934758 ], [ 120.2058105, 30.2934126 ], [ 120.205911, 30.2933181 ], [ 120.206018, 30.2932383 ], [ 120.206164, 30.2932102 ], [ 120.2063441, 30.2932432 ], [ 120.2064981, 30.2933008 ], [ 120.2094487, 30.2952663 ], [ 120.2095857, 30.2954706 ], [ 120.2096289, 30.2956091 ], [ 120.2096207, 30.295703 ], [ 120.209549, 30.295908 ], [ 120.2091266, 30.2963883 ], [ 120.208311, 30.2972472 ], [ 120.2078702, 30.2977409 ], [ 120.2077581, 30.297922 ], [ 120.2077236, 30.2980172 ], [ 120.2077386, 30.2981201 ], [ 120.207786, 30.298195 ], [ 120.2079061, 30.2982886 ], [ 120.2082757, 30.2985118 ], [ 120.2087155, 30.2988241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174125, 30.2934962 ], [ 120.217064, 30.29338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175856, 30.2933795 ], [ 120.2175652, 30.2935507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175652, 30.2935507 ], [ 120.2174125, 30.2934962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175856, 30.2933795 ], [ 120.2183309, 30.2936108 ], [ 120.2189879, 30.2937445 ], [ 120.2194614, 30.2938327 ], [ 120.2197793, 30.2938782 ], [ 120.2201087, 30.2939145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.214383, 30.2924446 ], [ 120.2138137, 30.2934199 ], [ 120.2135109, 30.2938583 ], [ 120.2131559, 30.2943305 ], [ 120.2125696, 30.2950922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200348, 30.2940802 ], [ 120.2198442, 30.2940531 ], [ 120.2197746, 30.2940432 ], [ 120.2193424, 30.2939885 ], [ 120.2188924, 30.2939033 ], [ 120.2182474, 30.293745 ], [ 120.2175652, 30.2935507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200348, 30.2940802 ], [ 120.2201087, 30.2939145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2201087, 30.2939145 ], [ 120.2200348, 30.2940802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165715, 30.2960722 ], [ 120.2169097, 30.2953446 ], [ 120.217145, 30.2947728 ], [ 120.2172633, 30.2943086 ], [ 120.2174125, 30.2934962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2175652, 30.2935507 ], [ 120.2173675, 30.2944584 ], [ 120.2173286, 30.2946252 ], [ 120.2172766, 30.294848 ], [ 120.2172466, 30.2949187 ], [ 120.2170731, 30.2953273 ], [ 120.2167318, 30.2960937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1467286, 30.2802329 ], [ 120.1471095, 30.280334 ], [ 120.1485671, 30.2806316 ], [ 120.148777, 30.2806757 ], [ 120.1489415, 30.2807079 ], [ 120.1500858, 30.2809415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1500448, 30.2810397 ], [ 120.1493473, 30.2809022 ], [ 120.1487435, 30.2807741 ], [ 120.1485175, 30.2807295 ], [ 120.1466099, 30.2803627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1500858, 30.2809415 ], [ 120.1501989, 30.2809647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1500448, 30.2810397 ], [ 120.1500858, 30.2809415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1501989, 30.2809647 ], [ 120.1501566, 30.281066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1501566, 30.281066 ], [ 120.1500448, 30.2810397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1485339, 30.2843263 ], [ 120.1493791, 30.2826356 ], [ 120.1495657, 30.2821772 ], [ 120.1500448, 30.2810397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1501566, 30.281066 ], [ 120.149717, 30.2821213 ], [ 120.1494604, 30.2826679 ], [ 120.1488296, 30.2839101 ], [ 120.1486061, 30.2843503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1419902, 30.2858915 ], [ 120.1419903, 30.2858481 ], [ 120.1419907, 30.2855388 ], [ 120.1420873, 30.2852836 ], [ 120.1422063, 30.2849794 ], [ 120.1423123, 30.2813867 ], [ 120.1423525, 30.2808675 ], [ 120.1424388, 30.2804531 ], [ 120.1426752, 30.280117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426752, 30.280117 ], [ 120.1424388, 30.2804531 ], [ 120.1423525, 30.2808675 ], [ 120.1423123, 30.2813867 ], [ 120.1422063, 30.2849794 ], [ 120.1420873, 30.2852836 ], [ 120.1419907, 30.2855388 ], [ 120.1419903, 30.2858481 ], [ 120.1419902, 30.2858915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1432225, 30.2860099 ], [ 120.1432561, 30.2859658 ], [ 120.1435251, 30.2856131 ], [ 120.1437869, 30.2852924 ], [ 120.1443704, 30.2845797 ], [ 120.1445532, 30.284317 ], [ 120.1445885, 30.2842663 ], [ 120.1447522, 30.2839646 ], [ 120.1448236, 30.2838247 ], [ 120.1448679, 30.2837379 ], [ 120.1450825, 30.2831736 ], [ 120.1452371, 30.282779 ], [ 120.1454872, 30.2822462 ], [ 120.145931, 30.2812379 ], [ 120.1460054, 30.2810723 ], [ 120.1462467, 30.2806564 ], [ 120.1464879, 30.2803342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1466099, 30.2803627 ], [ 120.1463395, 30.2807028 ], [ 120.146103, 30.2811249 ], [ 120.1460116, 30.2812998 ], [ 120.1455858, 30.2822324 ], [ 120.1455628, 30.2822827 ], [ 120.1453456, 30.2828013 ], [ 120.1451745, 30.283201 ], [ 120.144965, 30.2837501 ], [ 120.1448369, 30.284012 ], [ 120.1446943, 30.2842855 ], [ 120.1444566, 30.2846352 ], [ 120.1439101, 30.2853266 ], [ 120.1436587, 30.2856358 ], [ 120.1433915, 30.2859947 ], [ 120.1433565, 30.2860417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486061, 30.2843503 ], [ 120.1485339, 30.2843263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1485339, 30.2843263 ], [ 120.1486061, 30.2843503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1487774, 30.2845928 ], [ 120.148722, 30.2845628 ], [ 120.1486831, 30.2845124 ], [ 120.1486572, 30.2844564 ], [ 120.1486061, 30.2843503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486061, 30.2843503 ], [ 120.1486572, 30.2844564 ], [ 120.1486831, 30.2845124 ], [ 120.148722, 30.2845628 ], [ 120.1487774, 30.2845928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486061, 30.2843503 ], [ 120.1485026, 30.2846162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶青兜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1487774, 30.2845928 ], [ 120.1486287, 30.2846017 ], [ 120.1485026, 30.2846162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶青兜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.154744, 30.2845987 ], [ 120.1546065, 30.2847973 ], [ 120.1543926, 30.285057 ], [ 120.1541941, 30.2851639 ], [ 120.152862, 30.2851573 ], [ 120.1511262, 30.2851823 ], [ 120.1502528, 30.2851487 ], [ 120.1496617, 30.2849921 ], [ 120.149165, 30.2848194 ], [ 120.1487774, 30.2845928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叶青兜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1487774, 30.2845928 ], [ 120.149165, 30.2848194 ], [ 120.1496617, 30.2849921 ], [ 120.1502528, 30.2851487 ], [ 120.1511262, 30.2851823 ], [ 120.152862, 30.2851573 ], [ 120.1541941, 30.2851639 ], [ 120.1543926, 30.285057 ], [ 120.1546065, 30.2847973 ], [ 120.154744, 30.2845987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1612674, 30.2786367 ], [ 120.1613887, 30.2781099 ], [ 120.1616864, 30.2763607 ], [ 120.161704, 30.2762683 ], [ 120.1617243, 30.2761613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1617243, 30.2761613 ], [ 120.161704, 30.2762683 ], [ 120.1616864, 30.2763607 ], [ 120.1613887, 30.2781099 ], [ 120.1612674, 30.2786367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.160807, 30.2833663 ], [ 120.1608112, 30.2833045 ], [ 120.1608328, 30.2829862 ], [ 120.1608565, 30.2827212 ], [ 120.1608575, 30.2827099 ], [ 120.1608727, 30.2825192 ], [ 120.1608885, 30.2823207 ], [ 120.1609238, 30.281877 ], [ 120.1609495, 30.2815542 ], [ 120.161021, 30.2808071 ], [ 120.1610792, 30.2801984 ], [ 120.1610967, 30.279912 ], [ 120.1612447, 30.2788027 ], [ 120.1612674, 30.2786367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1612674, 30.2786367 ], [ 120.1612447, 30.2788027 ], [ 120.1610967, 30.279912 ], [ 120.1610792, 30.2801984 ], [ 120.161021, 30.2808071 ], [ 120.1609495, 30.2815542 ], [ 120.1609238, 30.281877 ], [ 120.1608885, 30.2823207 ], [ 120.1608727, 30.2825192 ], [ 120.1608575, 30.2827099 ], [ 120.1608565, 30.2827212 ], [ 120.1608328, 30.2829862 ], [ 120.1608112, 30.2833045 ], [ 120.160807, 30.2833663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1501989, 30.2809647 ], [ 120.151032, 30.2811533 ], [ 120.1527297, 30.2815377 ], [ 120.1531934, 30.2816445 ], [ 120.1539273, 30.2818135 ], [ 120.1543133, 30.2819024 ], [ 120.1549002, 30.28207 ], [ 120.1554234, 30.2821947 ], [ 120.1564764, 30.282444 ], [ 120.1572234, 30.2826099 ], [ 120.1579869, 30.2827886 ], [ 120.1587114, 30.2829364 ], [ 120.159021, 30.2829999 ], [ 120.1594828, 30.2830946 ], [ 120.1596329, 30.2831254 ], [ 120.1605914, 30.2833221 ], [ 120.160807, 30.2833663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1607725, 30.2834658 ], [ 120.1605626, 30.2834204 ], [ 120.159695, 30.2832327 ], [ 120.1587043, 30.2830184 ], [ 120.1585008, 30.2829762 ], [ 120.1579185, 30.2828403 ], [ 120.1571993, 30.2826698 ], [ 120.1548826, 30.2821432 ], [ 120.1544766, 30.2820474 ], [ 120.1528065, 30.2816532 ], [ 120.152768, 30.281641 ], [ 120.1526957, 30.2816234 ], [ 120.1514057, 30.2813402 ], [ 120.1501566, 30.281066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1607725, 30.2834658 ], [ 120.160807, 30.2833663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.160807, 30.2833663 ], [ 120.1607725, 30.2834658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548269, 30.2909191 ], [ 120.1548477, 30.2908925 ], [ 120.1557038, 30.289798 ], [ 120.1559569, 30.2894413 ], [ 120.1559728, 30.2894208 ], [ 120.1561625, 30.289176 ], [ 120.1562796, 30.2890234 ], [ 120.156534, 30.2887754 ], [ 120.1568619, 30.2883389 ], [ 120.1573154, 30.2877819 ], [ 120.1576839, 30.2873293 ], [ 120.1578318, 30.2871476 ], [ 120.1579787, 30.2869671 ], [ 120.1582499, 30.286634 ], [ 120.1586992, 30.2860822 ], [ 120.1587434, 30.2860273 ], [ 120.1588199, 30.28593 ], [ 120.1589058, 30.2858219 ], [ 120.1594579, 30.2851074 ], [ 120.1597653, 30.284715 ], [ 120.1600199, 30.2843899 ], [ 120.1607005, 30.2835551 ], [ 120.1607725, 30.2834658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1607725, 30.2834658 ], [ 120.1607005, 30.2835551 ], [ 120.1600199, 30.2843899 ], [ 120.1597653, 30.284715 ], [ 120.1594579, 30.2851074 ], [ 120.1589058, 30.2858219 ], [ 120.1588199, 30.28593 ], [ 120.1587434, 30.2860273 ], [ 120.1586992, 30.2860822 ], [ 120.1582499, 30.286634 ], [ 120.1579787, 30.2869671 ], [ 120.1578318, 30.2871476 ], [ 120.1576839, 30.2873293 ], [ 120.1573154, 30.2877819 ], [ 120.1568619, 30.2883389 ], [ 120.156534, 30.2887754 ], [ 120.1562796, 30.2890234 ], [ 120.1561625, 30.289176 ], [ 120.1559728, 30.2894208 ], [ 120.1559569, 30.2894413 ], [ 120.1557038, 30.289798 ], [ 120.1548477, 30.2908925 ], [ 120.1548269, 30.2909191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366783, 30.285717 ], [ 120.1355138, 30.2856699 ], [ 120.1351629, 30.2856537 ], [ 120.1345199, 30.2856241 ], [ 120.1332276, 30.2855621 ], [ 120.1324487, 30.285521 ], [ 120.1321623, 30.2855209 ], [ 120.1319728, 30.2855164 ], [ 120.1308619, 30.2854538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366721, 30.2856635 ], [ 120.1367738, 30.2856689 ], [ 120.1370827, 30.2856851 ], [ 120.1372358, 30.2856932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366783, 30.285717 ], [ 120.1366721, 30.2856635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366721, 30.2856635 ], [ 120.1366783, 30.285717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1372325, 30.2857579 ], [ 120.1372358, 30.2856932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1372358, 30.2856932 ], [ 120.1372325, 30.2857579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1372358, 30.2856932 ], [ 120.1376562, 30.285713 ], [ 120.1382958, 30.2857354 ], [ 120.1388847, 30.2857611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1372325, 30.2857579 ], [ 120.1370876, 30.2857472 ], [ 120.1367654, 30.2857234 ], [ 120.1366783, 30.285717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1388847, 30.2857611 ], [ 120.1393967, 30.2857801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1393923, 30.28585 ], [ 120.1372325, 30.2857579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1469378, 30.2873158 ], [ 120.1469647, 30.2872711 ], [ 120.1472538, 30.2867912 ], [ 120.1475073, 30.2864041 ], [ 120.1477777, 30.2859188 ], [ 120.1480322, 30.2854015 ], [ 120.1481509, 30.2851559 ], [ 120.1481993, 30.2850559 ], [ 120.148365, 30.2847263 ], [ 120.1484834, 30.2844319 ], [ 120.1485339, 30.2843263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1393967, 30.2857801 ], [ 120.1396244, 30.2857888 ], [ 120.1400236, 30.2858061 ], [ 120.1419902, 30.2858915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1419868, 30.2859822 ], [ 120.1409324, 30.2859285 ], [ 120.1393923, 30.28585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1419902, 30.2858915 ], [ 120.1419868, 30.2859822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1419868, 30.2859822 ], [ 120.1419902, 30.2858915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1419902, 30.2858915 ], [ 120.1432225, 30.2860099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1485026, 30.2846162 ], [ 120.1483744, 30.2849232 ], [ 120.1477661, 30.2861107 ], [ 120.1470711, 30.2873294 ], [ 120.1470465, 30.2873697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1419813, 30.2860668 ], [ 120.1419868, 30.2859822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "马塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1419868, 30.2859822 ], [ 120.1419813, 30.2860668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1432225, 30.2860099 ], [ 120.1433565, 30.2860417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莫文巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1393967, 30.2857801 ], [ 120.1393923, 30.28585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莫文巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1393923, 30.28585 ], [ 120.1393967, 30.2857801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1372325, 30.2857579 ], [ 120.1372302, 30.2858019 ], [ 120.1372167, 30.2860632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1372167, 30.2860632 ], [ 120.1372302, 30.2858019 ], [ 120.1372325, 30.2857579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莫文巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1393923, 30.28585 ], [ 120.1393877, 30.2859247 ], [ 120.1393776, 30.2860862 ], [ 120.1391165, 30.2865372 ], [ 120.138823, 30.2874573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莫文巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.138823, 30.2874573 ], [ 120.1391165, 30.2865372 ], [ 120.1393776, 30.2860862 ], [ 120.1393877, 30.2859247 ], [ 120.1393923, 30.28585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莫文巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1386342, 30.2880252 ], [ 120.1387599, 30.2876471 ], [ 120.138823, 30.2874573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莫文巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.138823, 30.2874573 ], [ 120.1387599, 30.2876471 ], [ 120.1386342, 30.2880252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莫文巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1384379, 30.287984 ], [ 120.1386342, 30.2880252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莫文巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1386342, 30.2880252 ], [ 120.1384379, 30.287984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1431482, 30.2860791 ], [ 120.1419868, 30.2859822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1431482, 30.2860791 ], [ 120.1432225, 30.2860099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1433565, 30.2860417 ], [ 120.1432802, 30.2861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1432802, 30.2861 ], [ 120.1431482, 30.2860791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1433565, 30.2860417 ], [ 120.144888, 30.2865795 ], [ 120.1451951, 30.2866873 ], [ 120.1458988, 30.2869453 ], [ 120.1460244, 30.2869919 ], [ 120.1462718, 30.2870811 ], [ 120.1463093, 30.2870941 ], [ 120.1464863, 30.2871582 ], [ 120.1469378, 30.2873158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1468861, 30.2874334 ], [ 120.1462689, 30.2871835 ], [ 120.1461987, 30.2871575 ], [ 120.1459721, 30.2870753 ], [ 120.1458574, 30.2870278 ], [ 120.1454581, 30.2868701 ], [ 120.1451623, 30.2867533 ], [ 120.1432802, 30.2861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.14175, 30.2882192 ], [ 120.1419799, 30.2878564 ], [ 120.1425934, 30.2868882 ], [ 120.1431014, 30.2861474 ], [ 120.1431482, 30.2860791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1469378, 30.2873158 ], [ 120.1470465, 30.2873697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1468861, 30.2874334 ], [ 120.1469378, 30.2873158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1470465, 30.2873697 ], [ 120.1470012, 30.2874798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1246928, 30.2850682 ], [ 120.1245988, 30.2850576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1247022, 30.2850008 ], [ 120.1257083, 30.285056 ], [ 120.1289854, 30.2852263 ], [ 120.1290758, 30.2852305 ], [ 120.1295845, 30.285262 ], [ 120.1307617, 30.285335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1307454, 30.285423 ], [ 120.1298262, 30.285364 ], [ 120.1295201, 30.2853443 ], [ 120.1289929, 30.2853156 ], [ 120.1246928, 30.2850682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1307617, 30.285335 ], [ 120.130878, 30.2853375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1307454, 30.285423 ], [ 120.1307617, 30.285335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.130878, 30.2853375 ], [ 120.1308619, 30.2854538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1308619, 30.2854538 ], [ 120.1307454, 30.285423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1242014, 30.290253 ], [ 120.124208, 30.2901597 ], [ 120.1243455, 30.2879332 ], [ 120.1243776, 30.2877795 ], [ 120.1244219, 30.2873803 ], [ 120.1244659, 30.2869833 ], [ 120.1244688, 30.2869577 ], [ 120.124483, 30.2868297 ], [ 120.124502, 30.2866582 ], [ 120.1245677, 30.2857401 ], [ 120.1245988, 30.2850576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1246928, 30.2850682 ], [ 120.1245896, 30.2866542 ], [ 120.1245759, 30.2868362 ], [ 120.1245043, 30.2877909 ], [ 120.1244968, 30.2879006 ], [ 120.1243418, 30.2901691 ], [ 120.1243358, 30.2902569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1308619, 30.2854538 ], [ 120.1307591, 30.2868887 ], [ 120.1307077, 30.2876192 ], [ 120.130646, 30.288429 ], [ 120.1304965, 30.2903901 ], [ 120.1304928, 30.2904765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369436, 30.2908473 ], [ 120.1369494, 30.2907883 ], [ 120.1370542, 30.2897702 ], [ 120.1370807, 30.2895649 ], [ 120.1370618, 30.2893976 ], [ 120.1370258, 30.2892452 ], [ 120.1369668, 30.2890984 ], [ 120.1368902, 30.2888032 ], [ 120.1368438, 30.2886301 ], [ 120.1367979, 30.2883183 ], [ 120.1367471, 30.2878048 ], [ 120.1367334, 30.2875975 ], [ 120.1367101, 30.2873223 ], [ 120.136697, 30.2871676 ], [ 120.1366903, 30.2870882 ], [ 120.1366633, 30.2865211 ], [ 120.1366776, 30.2857562 ], [ 120.1366783, 30.285717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保俶北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366783, 30.285717 ], [ 120.1366776, 30.2857562 ], [ 120.1366633, 30.2865211 ], [ 120.1366903, 30.2870882 ], [ 120.136697, 30.2871676 ], [ 120.1367101, 30.2873223 ], [ 120.1367334, 30.2875975 ], [ 120.1367471, 30.2878048 ], [ 120.1367979, 30.2883183 ], [ 120.1368438, 30.2886301 ], [ 120.1368902, 30.2888032 ], [ 120.1369668, 30.2890984 ], [ 120.1370258, 30.2892452 ], [ 120.1370618, 30.2893976 ], [ 120.1370807, 30.2895649 ], [ 120.1370542, 30.2897702 ], [ 120.1369494, 30.2907883 ], [ 120.1369436, 30.2908473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413434, 30.2890003 ], [ 120.1409059, 30.2888849 ], [ 120.1399217, 30.2886668 ], [ 120.1385252, 30.2883492 ], [ 120.1386342, 30.2880252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1386342, 30.2880252 ], [ 120.1385252, 30.2883492 ], [ 120.1399217, 30.2886668 ], [ 120.1409059, 30.2888849 ], [ 120.1413434, 30.2890003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1304928, 30.2904765 ], [ 120.1307316, 30.2904604 ], [ 120.1327372, 30.2905488 ], [ 120.1334764, 30.2906551 ], [ 120.1335964, 30.2906567 ], [ 120.1337011, 30.2906581 ], [ 120.1338939, 30.2906278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1338939, 30.2906278 ], [ 120.1344715, 30.29061 ], [ 120.1351115, 30.2906908 ], [ 120.1351902, 30.2907524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1338939, 30.2906278 ], [ 120.1340801, 30.2906833 ], [ 120.134463, 30.2907223 ], [ 120.1351902, 30.2907524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1351902, 30.2907524 ], [ 120.1357979, 30.290797 ], [ 120.136451, 30.2908353 ], [ 120.1369436, 30.2908473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369436, 30.2908473 ], [ 120.1373735, 30.2908647 ], [ 120.1381604, 30.2908791 ], [ 120.1389558, 30.2908925 ], [ 120.1393965, 30.2909165 ], [ 120.1397279, 30.2909505 ], [ 120.1403439, 30.2910247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369299, 30.291083 ], [ 120.13604, 30.2910779 ], [ 120.1355023, 30.2910784 ], [ 120.1354098, 30.291077 ], [ 120.1350024, 30.2910532 ], [ 120.134213, 30.290998 ], [ 120.1337216, 30.2909578 ], [ 120.1332476, 30.2909395 ], [ 120.1327908, 30.2909219 ], [ 120.130477, 30.2908074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1470012, 30.2874798 ], [ 120.1468861, 30.2874334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文北巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.138823, 30.2874573 ], [ 120.14175, 30.2882192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文北巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.14175, 30.2882192 ], [ 120.138823, 30.2874573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1432802, 30.2861 ], [ 120.1432416, 30.2861541 ], [ 120.1427868, 30.2867914 ], [ 120.1427358, 30.2868704 ], [ 120.1423872, 30.287411 ], [ 120.1421915, 30.2877135 ], [ 120.1418485, 30.2882464 ], [ 120.1415271, 30.2888711 ], [ 120.1414435, 30.2890337 ], [ 120.1413168, 30.2893029 ], [ 120.1411717, 30.2896113 ], [ 120.1410823, 30.2898013 ], [ 120.1410717, 30.2898222 ], [ 120.1409282, 30.2901267 ], [ 120.1409198, 30.2901467 ], [ 120.1408651, 30.2902628 ], [ 120.1408193, 30.2903582 ], [ 120.14074, 30.2905236 ], [ 120.1405158, 30.2909908 ], [ 120.1404836, 30.2910579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413434, 30.2890003 ], [ 120.14175, 30.2882192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1454334, 30.2906438 ], [ 120.1459321, 30.2895103 ], [ 120.1460612, 30.2892169 ], [ 120.146189, 30.2888949 ], [ 120.1462748, 30.2886662 ], [ 120.1464931, 30.2882604 ], [ 120.1466735, 30.2878431 ], [ 120.1468568, 30.2874898 ], [ 120.1468861, 30.2874334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1470012, 30.2874798 ], [ 120.1469697, 30.2875392 ], [ 120.1467409, 30.2880017 ], [ 120.1463703, 30.2886926 ], [ 120.1462737, 30.2889519 ], [ 120.1461067, 30.2893337 ], [ 120.1458229, 30.2900075 ], [ 120.1455114, 30.2906808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1470465, 30.2873697 ], [ 120.1480647, 30.2878246 ], [ 120.1484261, 30.2879884 ], [ 120.1488169, 30.2881654 ], [ 120.1495781, 30.2885501 ], [ 120.1518814, 30.2895969 ], [ 120.1522375, 30.2897646 ], [ 120.1528303, 30.2900405 ], [ 120.1530393, 30.2901377 ], [ 120.1548269, 30.2909191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1547433, 30.2910153 ], [ 120.1531955, 30.290296 ], [ 120.1522103, 30.2898381 ], [ 120.1518304, 30.2896551 ], [ 120.1495465, 30.2886069 ], [ 120.1487435, 30.2882379 ], [ 120.148255, 30.2880163 ], [ 120.1479137, 30.2878615 ], [ 120.1475464, 30.2876949 ], [ 120.1470012, 30.2874798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1403439, 30.2910247 ], [ 120.1403838, 30.2909519 ], [ 120.1407808, 30.290228 ], [ 120.140833, 30.2901117 ], [ 120.1409858, 30.289784 ], [ 120.1413434, 30.2890003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高技街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092387, 30.2868173 ], [ 120.1047761, 30.2865967 ], [ 120.1038265, 30.2865498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1038265, 30.2865498 ], [ 120.1032759, 30.288441 ], [ 120.1031305, 30.2889205 ], [ 120.1030922, 30.2890311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092387, 30.2868173 ], [ 120.1090243, 30.2892435 ], [ 120.1090096, 30.2893621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1090096, 30.2893621 ], [ 120.1090243, 30.2892435 ], [ 120.1092387, 30.2868173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0985926, 30.2888585 ], [ 120.0996896, 30.2888969 ], [ 120.0999844, 30.2889327 ], [ 120.1010225, 30.2889766 ], [ 120.1022436, 30.2890283 ], [ 120.1026419, 30.289049 ], [ 120.1029438, 30.2890366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029438, 30.2890366 ], [ 120.1030922, 30.2890311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029048, 30.2892132 ], [ 120.1026319, 30.2891474 ], [ 120.102218, 30.2891324 ], [ 120.1012217, 30.2891026 ], [ 120.1006548, 30.2890856 ], [ 120.0985686, 30.2889601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029048, 30.2892132 ], [ 120.1029438, 30.2890366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030922, 30.2890311 ], [ 120.1030388, 30.2892387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030922, 30.2890311 ], [ 120.1039389, 30.2890691 ], [ 120.1051829, 30.2891462 ], [ 120.1057592, 30.289182 ], [ 120.1078157, 30.2893069 ], [ 120.1088059, 30.2893395 ], [ 120.1090096, 30.2893621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1303301, 30.2905338 ], [ 120.130339, 30.290495 ], [ 120.1306095, 30.287625 ], [ 120.1306159, 30.2875212 ], [ 120.1307454, 30.285423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1242014, 30.290253 ], [ 120.1243358, 30.2902569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.124187, 30.290408 ], [ 120.1234058, 30.2903562 ], [ 120.1229312, 30.2903247 ], [ 120.1215773, 30.2902456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.124187, 30.290408 ], [ 120.1242014, 30.290253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243358, 30.2902569 ], [ 120.1243277, 30.2904324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243358, 30.2902569 ], [ 120.1271453, 30.2903867 ], [ 120.1303301, 30.2905338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243277, 30.2904324 ], [ 120.124187, 30.290408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260734, 30.2905244 ], [ 120.1259819, 30.2905215 ], [ 120.1257134, 30.2904991 ], [ 120.1243277, 30.2904324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1303301, 30.2905338 ], [ 120.1304928, 30.2904765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1276754, 30.2905839 ], [ 120.1274923, 30.2905687 ], [ 120.1269176, 30.2905508 ], [ 120.1260734, 30.2905244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高技街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110861, 30.2869096 ], [ 120.1123332, 30.2869719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高技街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1123332, 30.2869719 ], [ 120.1110861, 30.2869096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "高技桥", "高技街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1143978, 30.2870806 ], [ 120.1142905, 30.287075 ], [ 120.1141749, 30.2870689 ], [ 120.1138185, 30.2870501 ], [ 120.1137613, 30.2870471 ], [ 120.1123332, 30.2869719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "高技桥", "高技街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1123332, 30.2869719 ], [ 120.1137613, 30.2870471 ], [ 120.1138185, 30.2870501 ], [ 120.1141749, 30.2870689 ], [ 120.1142905, 30.287075 ], [ 120.1143978, 30.2870806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高技街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.114579, 30.2870936 ], [ 120.1143978, 30.2870806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高技街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190206, 30.2873952 ], [ 120.1166673, 30.2872356 ], [ 120.114579, 30.2870936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "毛家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1110861, 30.2869096 ], [ 120.1109017, 30.2894215 ], [ 120.1108957, 30.2894822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "毛家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1108957, 30.2894822 ], [ 120.1109017, 30.2894215 ], [ 120.1110861, 30.2869096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1142557, 30.2896856 ], [ 120.1142597, 30.2895892 ], [ 120.1143306, 30.2884764 ], [ 120.1143978, 30.2870806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.114579, 30.2870936 ], [ 120.1145366, 30.2876198 ], [ 120.1144706, 30.2884391 ], [ 120.1144313, 30.2894086 ], [ 120.1144047, 30.2896046 ], [ 120.1144008, 30.2897018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1191723, 30.2899551 ], [ 120.1191676, 30.2898758 ], [ 120.1190377, 30.2876834 ], [ 120.1190206, 30.2873952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190206, 30.2873952 ], [ 120.1190377, 30.2876834 ], [ 120.1191676, 30.2898758 ], [ 120.1191723, 30.2899551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1090096, 30.2893621 ], [ 120.1108957, 30.2894822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1108957, 30.2894822 ], [ 120.1125033, 30.289579 ], [ 120.1135953, 30.2896447 ], [ 120.1140009, 30.2896702 ], [ 120.1142557, 30.2896856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1108798, 30.2896422 ], [ 120.1089955, 30.289549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1142557, 30.2896856 ], [ 120.1144008, 30.2897018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1144008, 30.2897018 ], [ 120.1147224, 30.2897065 ], [ 120.1159336, 30.2897575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1142443, 30.289827 ], [ 120.1139932, 30.2898196 ], [ 120.1135743, 30.2898004 ], [ 120.1125755, 30.2897418 ], [ 120.1108798, 30.2896422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1142443, 30.289827 ], [ 120.1142557, 30.2896856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1144008, 30.2897018 ], [ 120.1143984, 30.289846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030388, 30.2892387 ], [ 120.1029048, 30.2892132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1089955, 30.289549 ], [ 120.1087677, 30.289455 ], [ 120.1061219, 30.2893268 ], [ 120.1059835, 30.2893133 ], [ 120.1051274, 30.2892625 ], [ 120.1049124, 30.289251 ], [ 120.104087, 30.2892067 ], [ 120.1030388, 30.2892387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1090096, 30.2893621 ], [ 120.1089955, 30.289549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1089955, 30.289549 ], [ 120.1090096, 30.2893621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1022592, 30.2921345 ], [ 120.102387, 30.2913877 ], [ 120.1025101, 30.2905344 ], [ 120.102629, 30.2900645 ], [ 120.1029048, 30.2892132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030388, 30.2892387 ], [ 120.1027907, 30.2901223 ], [ 120.1026628, 30.2906277 ], [ 120.1025435, 30.2913698 ], [ 120.1024085, 30.2921514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1089955, 30.289549 ], [ 120.1089871, 30.2896951 ], [ 120.1088312, 30.2919966 ], [ 120.1088065, 30.292361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "益乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1088065, 30.292361 ], [ 120.1088312, 30.2919966 ], [ 120.1089871, 30.2896951 ], [ 120.1089955, 30.289549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西斗门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1024085, 30.2921514 ], [ 120.1022592, 30.2921345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西斗门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1022592, 30.2921345 ], [ 120.1024085, 30.2921514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159336, 30.2897575 ], [ 120.1159143, 30.2899068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159143, 30.2899068 ], [ 120.1159336, 30.2897575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1143984, 30.289846 ], [ 120.1142443, 30.289827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159336, 30.2897575 ], [ 120.1172559, 30.2898249 ], [ 120.1178844, 30.2898676 ], [ 120.1191723, 30.2899551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159143, 30.2899068 ], [ 120.1143984, 30.289846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1215773, 30.2902456 ], [ 120.1213891, 30.2902366 ], [ 120.1209933, 30.2902156 ], [ 120.119828, 30.2901538 ], [ 120.1194922, 30.290136 ], [ 120.1191538, 30.290118 ], [ 120.1172616, 30.2899804 ], [ 120.1159143, 30.2899068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1191723, 30.2899551 ], [ 120.1210086, 30.2900626 ], [ 120.1214103, 30.2900846 ], [ 120.1222029, 30.2901296 ], [ 120.1226948, 30.2901575 ], [ 120.1242014, 30.290253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "毛家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1106313, 30.2924467 ], [ 120.110684, 30.2917796 ], [ 120.1107015, 30.2915882 ], [ 120.1107112, 30.2914827 ], [ 120.1107398, 30.2911704 ], [ 120.1108749, 30.2896951 ], [ 120.1108798, 30.2896422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "毛家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1108798, 30.2896422 ], [ 120.1108749, 30.2896951 ], [ 120.1107398, 30.2911704 ], [ 120.1107112, 30.2914827 ], [ 120.1107015, 30.2915882 ], [ 120.110684, 30.2917796 ], [ 120.1106313, 30.2924467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1215773, 30.2902456 ], [ 120.1215575, 30.2902959 ], [ 120.1213015, 30.2909464 ], [ 120.1209423, 30.2918592 ], [ 120.1207417, 30.2924219 ], [ 120.1204809, 30.2931537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雅翠弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1241803, 30.2918279 ], [ 120.1252343, 30.2918824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雅翠弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1252343, 30.2918824 ], [ 120.1241803, 30.2918279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240308, 30.2933119 ], [ 120.124064, 30.2926556 ], [ 120.1240725, 30.2924868 ], [ 120.1241855, 30.2904348 ], [ 120.124187, 30.290408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雅翠弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125928, 30.2919182 ], [ 120.1252343, 30.2918824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雅翠弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1252343, 30.2918824 ], [ 120.125928, 30.2919182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雅翠弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125928, 30.2919182 ], [ 120.1269073, 30.2919747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雅翠弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269073, 30.2919747 ], [ 120.125928, 30.2919182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雅翠弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269073, 30.2919747 ], [ 120.1275328, 30.2920107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雅翠弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1275328, 30.2920107 ], [ 120.1269073, 30.2919747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1275328, 30.2920107 ], [ 120.1274927, 30.2924331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0985686, 30.2889601 ], [ 120.0971426, 30.2889218 ], [ 120.095785, 30.2888599 ], [ 120.0954184, 30.2888432 ], [ 120.0941675, 30.2887822 ], [ 120.0939417, 30.2887494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876479, 30.2890421 ], [ 120.0887583, 30.2889682 ], [ 120.0916229, 30.2887777 ], [ 120.0935935, 30.2886714 ], [ 120.0938632, 30.2886678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0985686, 30.2889601 ], [ 120.0985926, 30.2888585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0985926, 30.2888585 ], [ 120.0985686, 30.2889601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938486, 30.2887514 ], [ 120.0935669, 30.2887635 ], [ 120.0901385, 30.2889995 ], [ 120.0894737, 30.2890404 ], [ 120.0878849, 30.2891382 ], [ 120.0876526, 30.2891538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876479, 30.2890421 ], [ 120.0876526, 30.2891538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876526, 30.2891538 ], [ 120.0876479, 30.2890421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0985686, 30.2889601 ], [ 120.0979446, 30.2924562 ], [ 120.0979009, 30.2926747 ], [ 120.0976257, 30.2941521 ], [ 120.0975593, 30.294548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0975593, 30.294548 ], [ 120.0976257, 30.2941521 ], [ 120.0979009, 30.2926747 ], [ 120.0979446, 30.2924562 ], [ 120.0985686, 30.2889601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0878819, 30.2953237 ], [ 120.087864, 30.2948016 ], [ 120.0878523, 30.2944587 ], [ 120.0878042, 30.2930512 ], [ 120.0877518, 30.2911149 ], [ 120.0876526, 30.2891538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1204809, 30.2931537 ], [ 120.1207417, 30.2924219 ], [ 120.1209423, 30.2918592 ], [ 120.1213015, 30.2909464 ], [ 120.1215575, 30.2902959 ], [ 120.1215773, 30.2902456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西斗门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1088065, 30.292361 ], [ 120.1094967, 30.2924092 ], [ 120.1106313, 30.2924467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西斗门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1106313, 30.2924467 ], [ 120.1094967, 30.2924092 ], [ 120.1088065, 30.292361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西斗门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1131776, 30.2924272 ], [ 120.1130457, 30.2924282 ], [ 120.1126304, 30.2924314 ], [ 120.1119256, 30.2924994 ], [ 120.1113324, 30.2924752 ], [ 120.1106313, 30.2924467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西斗门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1106313, 30.2924467 ], [ 120.1113324, 30.2924752 ], [ 120.1119256, 30.2924994 ], [ 120.1126304, 30.2924314 ], [ 120.1130457, 30.2924282 ], [ 120.1131776, 30.2924272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1138348, 30.2959975 ], [ 120.1138481, 30.2956959 ], [ 120.1139537, 30.2943258 ], [ 120.1139934, 30.2936717 ], [ 120.1140575, 30.2921265 ], [ 120.1141256, 30.2913877 ], [ 120.1141409, 30.2912212 ], [ 120.1142344, 30.2899029 ], [ 120.1142443, 30.289827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1143984, 30.289846 ], [ 120.1143882, 30.2899122 ], [ 120.1143189, 30.2910019 ], [ 120.1142522, 30.2917068 ], [ 120.1142334, 30.2919054 ], [ 120.1142084, 30.2921277 ], [ 120.1141054, 30.2937557 ], [ 120.1140673, 30.2943487 ], [ 120.1140104, 30.2957255 ], [ 120.1139828, 30.2960117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "翠柏桥", "翠柏路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1184969, 30.2929211 ], [ 120.1191197, 30.293004 ], [ 120.1198395, 30.2930999 ], [ 120.1200088, 30.293119 ], [ 120.1201812, 30.2931378 ], [ 120.1204809, 30.2931537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "翠柏桥", "翠柏路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1204809, 30.2931537 ], [ 120.1201812, 30.2931378 ], [ 120.1200088, 30.293119 ], [ 120.1198395, 30.2930999 ], [ 120.1191197, 30.293004 ], [ 120.1184969, 30.2929211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1204809, 30.2931537 ], [ 120.1217295, 30.2932046 ], [ 120.1217942, 30.2932059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876526, 30.2891538 ], [ 120.0877518, 30.2911149 ], [ 120.0878042, 30.2930512 ], [ 120.0878523, 30.2944587 ], [ 120.087864, 30.2948016 ], [ 120.0878819, 30.2953237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "杭三大桥", "古墩路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0930837, 30.296996 ], [ 120.0930975, 30.2964204 ], [ 120.0931129, 30.2957815 ], [ 120.0931092, 30.29523 ], [ 120.0930971, 30.2945091 ], [ 120.0930904, 30.294176 ], [ 120.0930695, 30.2931712 ], [ 120.093068, 30.2931006 ], [ 120.0931064, 30.2925999 ], [ 120.0933293, 30.2914336 ], [ 120.0934892, 30.2905967 ], [ 120.0938486, 30.2887514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "杭三大桥", "古墩路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0939417, 30.2887494 ], [ 120.0933224, 30.2921822 ], [ 120.0932472, 30.292599 ], [ 120.0932125, 30.2928647 ], [ 120.0931973, 30.2932507 ], [ 120.0932131, 30.2940905 ], [ 120.0932209, 30.2945074 ], [ 120.0932299, 30.2949856 ], [ 120.0932483, 30.2957418 ], [ 120.0932669, 30.2969967 ], [ 120.0932692, 30.2970684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932692, 30.2970684 ], [ 120.0936556, 30.297067 ], [ 120.0941327, 30.2970589 ], [ 120.0943996, 30.29704 ], [ 120.0947168, 30.2970129 ], [ 120.094999, 30.2969814 ], [ 120.0954747, 30.2968894 ], [ 120.0957902, 30.2968146 ], [ 120.0970311, 30.2964108 ], [ 120.0973941, 30.2962974 ], [ 120.098276, 30.2960544 ], [ 120.09869, 30.2959506 ], [ 120.0990978, 30.2958574 ], [ 120.0994831, 30.2957961 ], [ 120.0998927, 30.2957611 ], [ 120.1006735, 30.2957257 ], [ 120.1017128, 30.2956894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "余杭塘路", "丰古隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894617, 30.2970752 ], [ 120.0905614, 30.2970806 ], [ 120.0923091, 30.2970921 ], [ 120.0935042, 30.2971186 ], [ 120.094056, 30.2971011 ], [ 120.0946416, 30.2970575 ], [ 120.095007, 30.2970162 ], [ 120.0957929, 30.2968582 ], [ 120.0974626, 30.2963261 ], [ 120.0990144, 30.2959205 ], [ 120.0996118, 30.2958264 ], [ 120.1004792, 30.2957843 ], [ 120.1024805, 30.2957897 ], [ 120.1042195, 30.2957997 ], [ 120.1046462, 30.2957986 ], [ 120.1058243, 30.295816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "余杭塘路", "丰古隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1058973, 30.2959615 ], [ 120.1046415, 30.2959079 ], [ 120.1042074, 30.2958981 ], [ 120.1024767, 30.2958671 ], [ 120.1012736, 30.2958565 ], [ 120.1006119, 30.2958482 ], [ 120.0999989, 30.2958661 ], [ 120.0995154, 30.2958914 ], [ 120.0990441, 30.2959717 ], [ 120.0974912, 30.296384 ], [ 120.0958706, 30.2968958 ], [ 120.0952771, 30.297025 ], [ 120.0944684, 30.2971542 ], [ 120.0940718, 30.2971722 ], [ 120.0935335, 30.297183 ], [ 120.0923097, 30.2971766 ], [ 120.0903675, 30.2971709 ], [ 120.0894668, 30.2972158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1016694, 30.2959412 ], [ 120.1009666, 30.295894 ], [ 120.1004182, 30.2958906 ], [ 120.1000194, 30.2959047 ], [ 120.0995444, 30.2959345 ], [ 120.0990599, 30.2960124 ], [ 120.0974163, 30.2964496 ], [ 120.0958781, 30.2969278 ], [ 120.095264, 30.297063 ], [ 120.0948375, 30.2971323 ], [ 120.0944717, 30.2971819 ], [ 120.0940764, 30.2972085 ], [ 120.0935909, 30.2972091 ], [ 120.0933621, 30.2972154 ], [ 120.0932694, 30.297218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0930837, 30.296996 ], [ 120.0932692, 30.2970684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894617, 30.2970752 ], [ 120.0899916, 30.2970058 ], [ 120.091307, 30.2969966 ], [ 120.0919019, 30.2969987 ], [ 120.0930837, 30.296996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0879426, 30.2970845 ], [ 120.0884977, 30.2970723 ], [ 120.0888957, 30.2970678 ], [ 120.0891761, 30.2970715 ], [ 120.0894617, 30.2970752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1304928, 30.2904765 ], [ 120.130477, 30.2908074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1303085, 30.2907662 ], [ 120.1303301, 30.2905338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1303085, 30.2907662 ], [ 120.1298286, 30.2907265 ], [ 120.1281014, 30.2906191 ], [ 120.1276754, 30.2905839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.130477, 30.2908074 ], [ 120.1303085, 30.2907662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243277, 30.2904324 ], [ 120.1243263, 30.290451 ], [ 120.1242686, 30.291242 ], [ 120.124188, 30.2916978 ], [ 120.1241803, 30.2918279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "悦翠巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260734, 30.2905244 ], [ 120.12607, 30.2905532 ], [ 120.1259809, 30.2913011 ], [ 120.125928, 30.2919182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "悦翠巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125928, 30.2919182 ], [ 120.1259809, 30.2913011 ], [ 120.12607, 30.2905532 ], [ 120.1260734, 30.2905244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1276754, 30.2905839 ], [ 120.1276711, 30.2906264 ], [ 120.1275328, 30.2920107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1275328, 30.2920107 ], [ 120.1276711, 30.2906264 ], [ 120.1276754, 30.2905839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1301771, 30.2925041 ], [ 120.1302066, 30.2922467 ], [ 120.1303057, 30.2908073 ], [ 120.1303085, 30.2907662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夹城巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1455114, 30.2906808 ], [ 120.1454334, 30.2906438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夹城巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1454334, 30.2906438 ], [ 120.1455114, 30.2906808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1403439, 30.2910247 ], [ 120.1404836, 30.2910579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402677, 30.2913139 ], [ 120.1403439, 30.2910247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夹城巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477521, 30.291688 ], [ 120.1473339, 30.2915519 ], [ 120.1472962, 30.2915338 ], [ 120.1472769, 30.2915245 ], [ 120.1471539, 30.2914654 ], [ 120.1463656, 30.2910863 ], [ 120.1455114, 30.2906808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夹城巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1455114, 30.2906808 ], [ 120.1463656, 30.2910863 ], [ 120.1471539, 30.2914654 ], [ 120.1472769, 30.2915245 ], [ 120.1472962, 30.2915338 ], [ 120.1473339, 30.2915519 ], [ 120.1477521, 30.291688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404836, 30.2910579 ], [ 120.1403839, 30.2913425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1403839, 30.2913425 ], [ 120.1402677, 30.2913139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441967, 30.2926861 ], [ 120.1442414, 30.2926125 ], [ 120.1443261, 30.2924729 ], [ 120.1445591, 30.2920892 ], [ 120.1446294, 30.2919781 ], [ 120.1446444, 30.2919547 ], [ 120.1448539, 30.2916289 ], [ 120.1450383, 30.2913012 ], [ 120.1454334, 30.2906438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1455114, 30.2906808 ], [ 120.145181, 30.2912212 ], [ 120.1450889, 30.2913783 ], [ 120.1449183, 30.2916693 ], [ 120.1447073, 30.2920124 ], [ 120.1446327, 30.2921217 ], [ 120.1443253, 30.2926524 ], [ 120.1442819, 30.2927265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1274927, 30.2924331 ], [ 120.1275328, 30.2920107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保亭巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1301771, 30.2925041 ], [ 120.128214, 30.2923936 ], [ 120.1274927, 30.2924331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保亭巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1274927, 30.2924331 ], [ 120.128214, 30.2923936 ], [ 120.1301771, 30.2925041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1241803, 30.2918279 ], [ 120.1241481, 30.2924906 ], [ 120.1241086, 30.2932713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃行巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251517, 30.2933302 ], [ 120.1252014, 30.2924556 ], [ 120.1252343, 30.2918824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃行巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1252343, 30.2918824 ], [ 120.1252014, 30.2924556 ], [ 120.1251517, 30.2933302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "揽翠巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1267168, 30.2934163 ], [ 120.1268393, 30.2929688 ], [ 120.1268724, 30.2927122 ], [ 120.1268922, 30.2924384 ], [ 120.1269073, 30.2919747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "揽翠巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269073, 30.2919747 ], [ 120.1268922, 30.2924384 ], [ 120.1268724, 30.2927122 ], [ 120.1268393, 30.2929688 ], [ 120.1267168, 30.2934163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273967, 30.2934453 ], [ 120.1274927, 30.2924331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1274927, 30.2924331 ], [ 120.1273967, 30.2934453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404836, 30.2910579 ], [ 120.1413564, 30.2914498 ], [ 120.1431967, 30.2922762 ], [ 120.1441967, 30.2926861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "老德胜桥", "夹城巷" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1490154, 30.2921173 ], [ 120.1486723, 30.2919983 ], [ 120.1484852, 30.2919286 ], [ 120.1484713, 30.2919239 ], [ 120.1480792, 30.2917918 ], [ 120.1477521, 30.291688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441014, 30.2928489 ], [ 120.1435998, 30.2926374 ], [ 120.1434498, 30.2925738 ], [ 120.1429575, 30.292365 ], [ 120.1421955, 30.2920508 ], [ 120.1416682, 30.2918406 ], [ 120.1403839, 30.2913425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441967, 30.2926861 ], [ 120.1442819, 30.2927265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441014, 30.2928489 ], [ 120.1441967, 30.2926861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1442819, 30.2927265 ], [ 120.1441982, 30.292894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441982, 30.292894 ], [ 120.1441014, 30.2928489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长板巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537675, 30.2937502 ], [ 120.1536729, 30.2937133 ], [ 120.1536382, 30.2936998 ], [ 120.1535547, 30.2936732 ], [ 120.1530655, 30.2934992 ], [ 120.1525619, 30.2933201 ], [ 120.1521438, 30.2931714 ], [ 120.1518788, 30.2930772 ], [ 120.1518446, 30.293065 ], [ 120.151803, 30.2930502 ], [ 120.1517105, 30.2930173 ], [ 120.1513631, 30.2928938 ], [ 120.1512308, 30.2928467 ], [ 120.1505567, 30.2926354 ], [ 120.1498929, 30.2924119 ], [ 120.1494377, 30.292257 ], [ 120.1493464, 30.292226 ], [ 120.1490154, 30.2921173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长板巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1490154, 30.2921173 ], [ 120.1493464, 30.292226 ], [ 120.1494377, 30.292257 ], [ 120.1498929, 30.2924119 ], [ 120.1505567, 30.2926354 ], [ 120.1512308, 30.2928467 ], [ 120.1513631, 30.2928938 ], [ 120.1517105, 30.2930173 ], [ 120.151803, 30.2930502 ], [ 120.1518446, 30.293065 ], [ 120.1518788, 30.2930772 ], [ 120.1521438, 30.2931714 ], [ 120.1525619, 30.2933201 ], [ 120.1530655, 30.2934992 ], [ 120.1535547, 30.2936732 ], [ 120.1536382, 30.2936998 ], [ 120.1536729, 30.2937133 ], [ 120.1537675, 30.2937502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1442819, 30.2927265 ], [ 120.1449976, 30.2930234 ], [ 120.1453538, 30.2931717 ], [ 120.1456962, 30.2933127 ], [ 120.1468144, 30.2937824 ], [ 120.1485336, 30.2945007 ], [ 120.1495097, 30.2948914 ], [ 120.1496721, 30.2949235 ], [ 120.1504585, 30.2952625 ], [ 120.1510684, 30.295538 ], [ 120.1522067, 30.2960207 ], [ 120.1540967, 30.2968195 ], [ 120.1544525, 30.2969665 ], [ 120.1547338, 30.2970827 ], [ 120.1551978, 30.2972662 ], [ 120.1552539, 30.2972884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537675, 30.2937502 ], [ 120.1538066, 30.2936519 ], [ 120.1539255, 30.293306 ], [ 120.1539934, 30.2931297 ], [ 120.1540647, 30.2929533 ], [ 120.154173, 30.2926826 ], [ 120.1542504, 30.2924945 ], [ 120.1542972, 30.2923541 ], [ 120.154395, 30.2920607 ], [ 120.1544761, 30.2918173 ], [ 120.1545132, 30.2917058 ], [ 120.1545675, 30.2915427 ], [ 120.1547282, 30.2910606 ], [ 120.1547433, 30.2910153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1570098, 30.2948888 ], [ 120.1569748, 30.2947787 ], [ 120.1573199, 30.2942679 ], [ 120.1575092, 30.2940293 ], [ 120.1580985, 30.2932866 ], [ 120.1588498, 30.292146 ], [ 120.1588825, 30.2920964 ], [ 120.1589145, 30.2920478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159195, 30.2920922 ], [ 120.1591571, 30.292149 ], [ 120.1591124, 30.292216 ], [ 120.1587181, 30.2928063 ], [ 120.158319, 30.2934185 ], [ 120.1577426, 30.2941861 ], [ 120.1576093, 30.2943636 ], [ 120.157238, 30.2948918 ], [ 120.157186, 30.2949664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "长板巷", "石灰坝" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537675, 30.2937502 ], [ 120.1541206, 30.2938459 ], [ 120.1541966, 30.2938665 ], [ 120.1544159, 30.293926 ], [ 120.1544639, 30.2939398 ], [ 120.1547036, 30.2940299 ], [ 120.1549968, 30.2941402 ], [ 120.1556801, 30.2943848 ], [ 120.1561119, 30.2945394 ], [ 120.1562126, 30.2945755 ], [ 120.1562947, 30.2946049 ], [ 120.156449, 30.2946601 ], [ 120.156922, 30.294853 ], [ 120.1570098, 30.2948888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "长板巷", "石灰坝" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1570098, 30.2948888 ], [ 120.156922, 30.294853 ], [ 120.156449, 30.2946601 ], [ 120.1562947, 30.2946049 ], [ 120.1562126, 30.2945755 ], [ 120.1561119, 30.2945394 ], [ 120.1556801, 30.2943848 ], [ 120.1549968, 30.2941402 ], [ 120.1547036, 30.2940299 ], [ 120.1544639, 30.2939398 ], [ 120.1544159, 30.293926 ], [ 120.1541966, 30.2938665 ], [ 120.1541206, 30.2938459 ], [ 120.1537675, 30.2937502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石灰坝" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1570098, 30.2948888 ], [ 120.157186, 30.2949664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石灰坝" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157186, 30.2949664 ], [ 120.1570098, 30.2948888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1552539, 30.2972884 ], [ 120.1555732, 30.296954 ], [ 120.1559483, 30.296401 ], [ 120.1562228, 30.2960044 ], [ 120.1563311, 30.2958389 ], [ 120.1565156, 30.2955819 ], [ 120.1570098, 30.2948888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157186, 30.2949664 ], [ 120.156681, 30.2956488 ], [ 120.1555856, 30.2974081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1552539, 30.2972884 ], [ 120.1555856, 30.2974081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402677, 30.2913139 ], [ 120.1397412, 30.291204 ], [ 120.1392566, 30.2911531 ], [ 120.1369299, 30.291083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1368101, 30.2955823 ], [ 120.1367218, 30.2954123 ], [ 120.1366869, 30.2952739 ], [ 120.1366869, 30.2950376 ], [ 120.1367374, 30.2942028 ], [ 120.1367878, 30.2933228 ], [ 120.1368063, 30.2927479 ], [ 120.1369264, 30.2911414 ], [ 120.1369299, 30.291083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西溪河下" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369299, 30.291083 ], [ 120.1369264, 30.2911414 ], [ 120.1368063, 30.2927479 ], [ 120.1367878, 30.2933228 ], [ 120.1367374, 30.2942028 ], [ 120.1366869, 30.2950376 ], [ 120.1366869, 30.2952739 ], [ 120.1367218, 30.2954123 ], [ 120.1368101, 30.2955823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1368101, 30.2955823 ], [ 120.1369603, 30.2954145 ], [ 120.1372077, 30.2952021 ], [ 120.1375027, 30.2950014 ], [ 120.1383173, 30.2944099 ], [ 120.1385809, 30.2942205 ], [ 120.1388518, 30.2939675 ], [ 120.1391503, 30.2935859 ], [ 120.1393265, 30.2932836 ], [ 120.1394663, 30.2929654 ], [ 120.1396418, 30.2925926 ], [ 120.1397704, 30.2923194 ], [ 120.1402677, 30.2913139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1403839, 30.2913425 ], [ 120.1402071, 30.2917263 ], [ 120.1398907, 30.2923647 ], [ 120.1397978, 30.292562 ], [ 120.1396925, 30.2927856 ], [ 120.1395777, 30.2929982 ], [ 120.1394081, 30.2933591 ], [ 120.1393055, 30.2935603 ], [ 120.1390725, 30.2938526 ], [ 120.1388817, 30.2940681 ], [ 120.1386163, 30.2943306 ], [ 120.1384383, 30.2944585 ], [ 120.1375888, 30.2950741 ], [ 120.1373133, 30.2952722 ], [ 120.1370514, 30.2954822 ], [ 120.1369847, 30.2955649 ], [ 120.136906, 30.2956659 ], [ 120.136747, 30.2958534 ], [ 120.1366176, 30.2960468 ], [ 120.13651, 30.2962101 ], [ 120.1364497, 30.2963211 ], [ 120.1362371, 30.2967422 ], [ 120.1361378, 30.2969598 ], [ 120.13597, 30.2973142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358226, 30.2972419 ], [ 120.1360664, 30.296759 ], [ 120.1362598, 30.2963758 ], [ 120.1363613, 30.2962156 ], [ 120.1363789, 30.2961851 ], [ 120.1364221, 30.2961102 ], [ 120.1364672, 30.2960319 ], [ 120.1365969, 30.2958069 ], [ 120.1368101, 30.2955823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1322977, 30.2955886 ], [ 120.1330437, 30.2958358 ], [ 120.1336004, 30.2960568 ], [ 120.1341078, 30.2963084 ], [ 120.13513, 30.2968789 ], [ 120.1358226, 30.2972419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357326, 30.2974304 ], [ 120.1350423, 30.2970419 ], [ 120.1336036, 30.2962305 ], [ 120.1328364, 30.2959062 ], [ 120.1326212, 30.2958428 ], [ 120.1321833, 30.2957137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358226, 30.2972419 ], [ 120.13597, 30.2973142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357326, 30.2974304 ], [ 120.1358226, 30.2972419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273967, 30.2934453 ], [ 120.1274011, 30.2938491 ], [ 120.1274672, 30.2944231 ], [ 120.1275886, 30.2949859 ], [ 120.1276674, 30.2952615 ], [ 120.1278054, 30.2956818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1278054, 30.2956818 ], [ 120.1276674, 30.2952615 ], [ 120.1275886, 30.2949859 ], [ 120.1274672, 30.2944231 ], [ 120.1274011, 30.2938491 ], [ 120.1273967, 30.2934453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1241086, 30.2932713 ], [ 120.1240635, 30.2942457 ], [ 120.1240405, 30.2947429 ], [ 120.1239873, 30.2954906 ], [ 120.1239942, 30.2964203 ], [ 120.1239957, 30.2966324 ], [ 120.1239966, 30.2967626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1299174, 30.2953131 ], [ 120.1301106, 30.2953056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1301106, 30.2953056 ], [ 120.1300531, 30.2954541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1298457, 30.2954615 ], [ 120.1299174, 30.2953131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1301106, 30.2953056 ], [ 120.1307718, 30.2953423 ], [ 120.1312826, 30.2953918 ], [ 120.1318319, 30.2954911 ], [ 120.1322977, 30.2955886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300531, 30.2954541 ], [ 120.1298457, 30.2954615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1278054, 30.2956818 ], [ 120.1280721, 30.2955985 ], [ 120.1283373, 30.295537 ], [ 120.1288391, 30.2954239 ], [ 120.1293722, 30.2953495 ], [ 120.1299174, 30.2953131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321833, 30.2957137 ], [ 120.1317032, 30.2955859 ], [ 120.1315063, 30.2955566 ], [ 120.1313016, 30.2955262 ], [ 120.1309481, 30.295495 ], [ 120.1305684, 30.2954713 ], [ 120.1300531, 30.2954541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1417385, 30.2972516 ], [ 120.1417997, 30.2971189 ], [ 120.1419294, 30.2968653 ], [ 120.1420248, 30.2966921 ], [ 120.1425775, 30.2956596 ], [ 120.1427738, 30.2952929 ], [ 120.1428379, 30.295173 ], [ 120.1429583, 30.2949481 ], [ 120.1433401, 30.2942347 ], [ 120.1437045, 30.2935539 ], [ 120.1440771, 30.2929039 ], [ 120.1441014, 30.2928489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1441982, 30.292894 ], [ 120.1441751, 30.2929462 ], [ 120.1441511, 30.2929765 ], [ 120.1438682, 30.2935373 ], [ 120.1437886, 30.293678 ], [ 120.1432275, 30.294619 ], [ 120.1428366, 30.295357 ], [ 120.142505, 30.2959833 ], [ 120.1422364, 30.2964906 ], [ 120.1421304, 30.2966791 ], [ 120.1420673, 30.2968177 ], [ 120.1420061, 30.2969552 ], [ 120.1419427, 30.2970961 ], [ 120.1418316, 30.2972884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1550859, 30.2974613 ], [ 120.1545853, 30.2972351 ], [ 120.1541695, 30.2970558 ], [ 120.1526652, 30.2964095 ], [ 120.1509066, 30.2956628 ], [ 120.1505668, 30.295534 ], [ 120.1503314, 30.2954418 ], [ 120.1494978, 30.2951017 ], [ 120.1490198, 30.2948855 ], [ 120.1484505, 30.2946582 ], [ 120.1470822, 30.2940854 ], [ 120.1455754, 30.2934794 ], [ 120.1452696, 30.2933394 ], [ 120.1441982, 30.292894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江涨桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1417385, 30.2972516 ], [ 120.1418316, 30.2972884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江涨桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1418316, 30.2972884 ], [ 120.1417385, 30.2972516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "霞湾巷", "大兜路", "江涨桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1418316, 30.2972884 ], [ 120.1419639, 30.2973421 ], [ 120.1420947, 30.2973953 ], [ 120.1423109, 30.2976419 ], [ 120.1428269, 30.2982282 ], [ 120.1429827, 30.2984532 ], [ 120.1439716, 30.2978218 ], [ 120.1442286, 30.2978457 ], [ 120.1443684, 30.2978816 ], [ 120.1446186, 30.2979609 ], [ 120.1447578, 30.2980051 ], [ 120.1452116, 30.298149 ], [ 120.1453929, 30.2982065 ], [ 120.145582, 30.2982665 ], [ 120.1458705, 30.2983856 ], [ 120.1463797, 30.2986292 ], [ 120.1464821, 30.2986767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "霞湾巷", "大兜路", "江涨桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1464821, 30.2986767 ], [ 120.1463797, 30.2986292 ], [ 120.1458705, 30.2983856 ], [ 120.145582, 30.2982665 ], [ 120.1453929, 30.2982065 ], [ 120.1452116, 30.298149 ], [ 120.1447578, 30.2980051 ], [ 120.1446186, 30.2979609 ], [ 120.1443684, 30.2978816 ], [ 120.1442286, 30.2978457 ], [ 120.1439716, 30.2978218 ], [ 120.1429827, 30.2984532 ], [ 120.1428269, 30.2982282 ], [ 120.1423109, 30.2976419 ], [ 120.1420947, 30.2973953 ], [ 120.1419639, 30.2973421 ], [ 120.1418316, 30.2972884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140719, 30.2987666 ], [ 120.1410134, 30.2983238 ], [ 120.1410745, 30.2982319 ], [ 120.1414177, 30.2977253 ], [ 120.1416399, 30.2973972 ], [ 120.1417385, 30.2972516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1418316, 30.2972884 ], [ 120.1417968, 30.2973603 ], [ 120.1415084, 30.2977619 ], [ 120.141349, 30.2979838 ], [ 120.1411654, 30.2982733 ], [ 120.1407648, 30.2988492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140719, 30.2987666 ], [ 120.1407648, 30.2988492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13597, 30.2973142 ], [ 120.1359272, 30.2973899 ], [ 120.1358604, 30.2974919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358604, 30.2974919 ], [ 120.1357326, 30.2974304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1364687, 30.2977194 ], [ 120.1362463, 30.2976523 ], [ 120.1358604, 30.2974919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13597, 30.2973142 ], [ 120.1362984, 30.2974933 ], [ 120.136816, 30.2977107 ], [ 120.1370518, 30.2977712 ], [ 120.1374325, 30.2978176 ], [ 120.1377897, 30.2978337 ], [ 120.1380582, 30.2978599 ], [ 120.1383524, 30.2978982 ], [ 120.1387657, 30.2979668 ], [ 120.1390039, 30.2980434 ], [ 120.1391603, 30.2980897 ], [ 120.139604, 30.2982168 ], [ 120.140008, 30.2984043 ], [ 120.1404866, 30.2986462 ], [ 120.140719, 30.2987666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406625, 30.2988516 ], [ 120.1399449, 30.2984708 ], [ 120.1397768, 30.2983861 ], [ 120.1394335, 30.298251 ], [ 120.139088, 30.2981442 ], [ 120.1388218, 30.2980555 ], [ 120.1385999, 30.2980031 ], [ 120.1383081, 30.2979607 ], [ 120.1380629, 30.2979345 ], [ 120.1377734, 30.2979063 ], [ 120.1376897, 30.2979028 ], [ 120.1373904, 30.2978902 ], [ 120.1371499, 30.297874 ], [ 120.136774, 30.2978115 ], [ 120.1364687, 30.2977194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1322977, 30.2955886 ], [ 120.1326743, 30.2957453 ], [ 120.1331366, 30.2958985 ], [ 120.1336876, 30.2961243 ], [ 120.134206, 30.2963804 ], [ 120.1355697, 30.2971767 ], [ 120.1366915, 30.2976242 ], [ 120.137232, 30.2977492 ], [ 120.1383184, 30.297841 ], [ 120.1391692, 30.2980593 ], [ 120.1400292, 30.2983622 ], [ 120.1408404, 30.2989064 ], [ 120.1412788, 30.2991927 ], [ 120.1423977, 30.3000327 ], [ 120.1430262, 30.3003973 ], [ 120.1446579, 30.3013081 ], [ 120.1453619, 30.3016562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1453313, 30.3016961 ], [ 120.1445974, 30.3013522 ], [ 120.1434806, 30.3007173 ], [ 120.1428321, 30.3003869 ], [ 120.1424376, 30.3001549 ], [ 120.1417843, 30.2997038 ], [ 120.1413369, 30.2993498 ], [ 120.1407948, 30.2989809 ], [ 120.1401567, 30.2985406 ], [ 120.1394321, 30.2982164 ], [ 120.1388146, 30.2980162 ], [ 120.1380829, 30.2979025 ], [ 120.1368274, 30.2977889 ], [ 120.1365308, 30.2976799 ], [ 120.135558, 30.2972624 ], [ 120.1349863, 30.2969363 ], [ 120.1341419, 30.2964511 ], [ 120.1335955, 30.2961668 ], [ 120.1330913, 30.2959533 ], [ 120.1328807, 30.2958688 ], [ 120.1325189, 30.2957684 ], [ 120.1321833, 30.2957137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1364687, 30.2977194 ], [ 120.1364184, 30.2982119 ], [ 120.1363957, 30.2984119 ], [ 120.1363769, 30.2985601 ], [ 120.1363592, 30.2987003 ], [ 120.1363316, 30.2989182 ], [ 120.1363252, 30.2989941 ], [ 120.1362718, 30.2996314 ], [ 120.1362716, 30.2997514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362716, 30.2997514 ], [ 120.1362718, 30.2996314 ], [ 120.1363252, 30.2989941 ], [ 120.1363316, 30.2989182 ], [ 120.1363592, 30.2987003 ], [ 120.1363769, 30.2985601 ], [ 120.1363957, 30.2984119 ], [ 120.1364184, 30.2982119 ], [ 120.1364687, 30.2977194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1307395, 30.3016504 ], [ 120.1308902, 30.3015277 ], [ 120.13196, 30.3008205 ], [ 120.1329216, 30.3001848 ], [ 120.134236, 30.2992928 ], [ 120.1345662, 30.2990525 ], [ 120.1348216, 30.2988004 ], [ 120.1351369, 30.2984391 ], [ 120.1353707, 30.2981423 ], [ 120.1355485, 30.2977872 ], [ 120.1357326, 30.2974304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406625, 30.2988516 ], [ 120.140719, 30.2987666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407648, 30.2988492 ], [ 120.1406625, 30.2988516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1471756, 30.2989662 ], [ 120.1464132, 30.299808 ], [ 120.1462032, 30.3000398 ], [ 120.1461287, 30.3001187 ], [ 120.1459978, 30.3002574 ], [ 120.1456546, 30.3006208 ], [ 120.1449184, 30.301375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449184, 30.301375 ], [ 120.1456546, 30.3006208 ], [ 120.1459978, 30.3002574 ], [ 120.1461287, 30.3001187 ], [ 120.1462032, 30.3000398 ], [ 120.1464132, 30.299808 ], [ 120.1471756, 30.2989662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1490014, 30.3033679 ], [ 120.150279, 30.3021383 ], [ 120.1505321, 30.3018755 ], [ 120.1508246, 30.3015719 ], [ 120.1513688, 30.301007 ], [ 120.1518664, 30.3005219 ], [ 120.1520197, 30.3003763 ], [ 120.1521638, 30.3002395 ], [ 120.1525818, 30.2998428 ], [ 120.1527447, 30.2997031 ], [ 120.1528123, 30.2996287 ], [ 120.1536734, 30.2988225 ], [ 120.1540606, 30.2984599 ], [ 120.1544941, 30.2980127 ], [ 120.1550859, 30.2974613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428055, 30.3002687 ], [ 120.1430315, 30.3003605 ], [ 120.1447713, 30.3013033 ], [ 120.1449184, 30.301375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1447767, 30.3015077 ], [ 120.1446751, 30.3014585 ], [ 120.1431495, 30.3005589 ], [ 120.1429083, 30.3003956 ], [ 120.1428055, 30.3002687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449184, 30.301375 ], [ 120.1447767, 30.3015077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1447767, 30.3015077 ], [ 120.1449184, 30.301375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428055, 30.3002687 ], [ 120.1427428, 30.3003649 ], [ 120.1416582, 30.3020289 ], [ 120.1411577, 30.3026335 ], [ 120.1410897, 30.3026931 ], [ 120.1408607, 30.3028941 ], [ 120.1406226, 30.303103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300931, 30.2935784 ], [ 120.1300976, 30.2934362 ], [ 120.1301144, 30.2931147 ], [ 120.130148, 30.2927576 ], [ 120.1301771, 30.2925041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.130477, 30.2908074 ], [ 120.1304725, 30.2908632 ], [ 120.1303547, 30.2923225 ], [ 120.1302947, 30.2926961 ], [ 120.130256, 30.2930823 ], [ 120.1302236, 30.293471 ], [ 120.1302086, 30.2941682 ], [ 120.1301909, 30.2947525 ], [ 120.1301671, 30.2950559 ], [ 120.1301106, 30.2953056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240308, 30.2933119 ], [ 120.1217942, 30.2932059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1217942, 30.2932059 ], [ 120.1240308, 30.2933119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1241086, 30.2932713 ], [ 120.1240308, 30.2933119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240308, 30.2933119 ], [ 120.1241086, 30.2932713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251517, 30.2933302 ], [ 120.1241086, 30.2932713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1241086, 30.2932713 ], [ 120.1251517, 30.2933302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251517, 30.2933302 ], [ 120.1267168, 30.2934163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1267168, 30.2934163 ], [ 120.1251517, 30.2933302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西斗门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1088065, 30.292361 ], [ 120.1083002, 30.2923393 ], [ 120.1077488, 30.2923156 ], [ 120.1059255, 30.2922604 ], [ 120.1046241, 30.2922205 ], [ 120.1041879, 30.2922052 ], [ 120.1033867, 30.292181 ], [ 120.1028825, 30.2921657 ], [ 120.1024085, 30.2921514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西斗门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1024085, 30.2921514 ], [ 120.1028825, 30.2921657 ], [ 120.1033867, 30.292181 ], [ 120.1041879, 30.2922052 ], [ 120.1046241, 30.2922205 ], [ 120.1059255, 30.2922604 ], [ 120.1077488, 30.2923156 ], [ 120.1083002, 30.2923393 ], [ 120.1088065, 30.292361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1017128, 30.2956894 ], [ 120.1017439, 30.2955353 ], [ 120.1018652, 30.2948694 ], [ 120.1019728, 30.2941835 ], [ 120.1020947, 30.293128 ], [ 120.1022592, 30.2921345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1024085, 30.2921514 ], [ 120.1022348, 30.2931275 ], [ 120.1021035, 30.2941806 ], [ 120.101999, 30.2948635 ], [ 120.1018908, 30.2955263 ], [ 120.1018617, 30.2956884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1017128, 30.2956894 ], [ 120.1018617, 30.2956884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018617, 30.2956884 ], [ 120.1034126, 30.2956895 ], [ 120.1034956, 30.29569 ], [ 120.1042476, 30.295714 ], [ 120.1046375, 30.2957196 ], [ 120.1058243, 30.295816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1016694, 30.2959412 ], [ 120.1017128, 30.2956894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018617, 30.2956884 ], [ 120.1018401, 30.2959559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1058243, 30.295816 ], [ 120.1079071, 30.295816 ], [ 120.1084863, 30.2958213 ], [ 120.1087296, 30.2958252 ], [ 120.1089844, 30.2958298 ], [ 120.1104474, 30.2958418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018401, 30.2959559 ], [ 120.1016694, 30.2959412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273967, 30.2934453 ], [ 120.1267168, 30.2934163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1267168, 30.2934163 ], [ 120.1273967, 30.2934453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273967, 30.2934453 ], [ 120.1277709, 30.2934663 ], [ 120.1300931, 30.2935784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300931, 30.2935784 ], [ 120.1277709, 30.2934663 ], [ 120.1273967, 30.2934453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "林家浜路", "育新路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239675, 30.294738 ], [ 120.1213609, 30.2946272 ], [ 120.1217075, 30.2939512 ], [ 120.1217942, 30.2935699 ], [ 120.1217942, 30.2932059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "林家浜路", "育新路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1217942, 30.2932059 ], [ 120.1217942, 30.2935699 ], [ 120.1217075, 30.2939512 ], [ 120.1213609, 30.2946272 ], [ 120.1239675, 30.294738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃行巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.125076, 30.2946282 ], [ 120.1251517, 30.2933302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笃行巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251517, 30.2933302 ], [ 120.125076, 30.2946282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239675, 30.294738 ], [ 120.1240308, 30.2933119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1299174, 30.2953131 ], [ 120.1300331, 30.2950077 ], [ 120.1300525, 30.2947412 ], [ 120.1300744, 30.2944392 ], [ 120.1300808, 30.2939684 ], [ 120.1300931, 30.2935784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翠柏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1217942, 30.2932059 ], [ 120.1217295, 30.2932046 ], [ 120.1204809, 30.2931537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104474, 30.2958418 ], [ 120.1109379, 30.2957972 ], [ 120.1119325, 30.2958457 ], [ 120.1126066, 30.2958861 ], [ 120.1138348, 30.2959975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1138348, 30.2959975 ], [ 120.1139828, 30.2960117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1137938, 30.2962742 ], [ 120.112879, 30.2961797 ], [ 120.1119913, 30.2961133 ], [ 120.1108957, 30.2960314 ], [ 120.1102185, 30.2959548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1137938, 30.2962742 ], [ 120.1138348, 30.2959975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古翠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1139828, 30.2960117 ], [ 120.113955, 30.2962923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104474, 30.2958418 ], [ 120.1119371, 30.2959104 ], [ 120.1134408, 30.2960596 ], [ 120.1141952, 30.2961266 ], [ 120.1149866, 30.2962007 ], [ 120.1168953, 30.2966411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113955, 30.2962923 ], [ 120.1137938, 30.2962742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1139828, 30.2960117 ], [ 120.1149586, 30.296108 ], [ 120.115655, 30.2962546 ], [ 120.1164019, 30.2964401 ], [ 120.1168953, 30.2966411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1168549, 30.2967555 ], [ 120.1151329, 30.2963409 ], [ 120.1146572, 30.2962635 ], [ 120.1141867, 30.2962163 ], [ 120.1134222, 30.2961523 ], [ 120.1111619, 30.2959668 ], [ 120.1102185, 30.2959548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.123847, 30.2967538 ], [ 120.1238433, 30.2966411 ], [ 120.1238665, 30.2964251 ], [ 120.1238751, 30.2963727 ], [ 120.1238917, 30.2959627 ], [ 120.1239126, 30.2954489 ], [ 120.1239675, 30.294738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1298457, 30.2954615 ], [ 120.1295507, 30.2954748 ], [ 120.12926, 30.2955009 ], [ 120.1288066, 30.2955699 ], [ 120.1283609, 30.2956539 ], [ 120.127982, 30.2957553 ], [ 120.127632, 30.2958644 ], [ 120.1275161, 30.2959005 ], [ 120.12702, 30.2960956 ], [ 120.1266925, 30.2962312 ], [ 120.1264263, 30.2963377 ], [ 120.1262831, 30.296395 ], [ 120.1258594, 30.2965476 ], [ 120.125308, 30.2967135 ], [ 120.1249504, 30.2967806 ], [ 120.1245473, 30.2968488 ], [ 120.1238898, 30.2969029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239966, 30.2967626 ], [ 120.1244772, 30.2967238 ], [ 120.1248895, 30.2966618 ], [ 120.1250894, 30.2966109 ], [ 120.1252615, 30.2965671 ], [ 120.1258715, 30.2963914 ], [ 120.1262554, 30.2962743 ], [ 120.1265825, 30.2961463 ], [ 120.1271665, 30.2959005 ], [ 120.1278054, 30.2956818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.123847, 30.2967538 ], [ 120.1239966, 30.2967626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.123764, 30.2968988 ], [ 120.123847, 30.2967538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239966, 30.2967626 ], [ 120.1238898, 30.2969029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1238898, 30.2969029 ], [ 120.123764, 30.2968988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.12204, 30.300109 ], [ 120.1227116, 30.2995686 ], [ 120.1229605, 30.2993361 ], [ 120.1231269, 30.2991609 ], [ 120.1232471, 30.2990029 ], [ 120.1233794, 30.2988203 ], [ 120.123472, 30.2986377 ], [ 120.1236055, 30.2982522 ], [ 120.1236374, 30.2980081 ], [ 120.123764, 30.2968988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1238898, 30.2969029 ], [ 120.1237545, 30.2978241 ], [ 120.1237105, 30.2981269 ], [ 120.1236907, 30.2982566 ], [ 120.1235498, 30.2986582 ], [ 120.1234428, 30.2988532 ], [ 120.1232896, 30.2990653 ], [ 120.1231597, 30.2992291 ], [ 120.12301, 30.2993928 ], [ 120.1227706, 30.2996071 ], [ 120.1221345, 30.3001767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300531, 30.2954541 ], [ 120.1296772, 30.2965195 ], [ 120.1295413, 30.2968875 ], [ 120.1293034, 30.2975316 ], [ 120.1292483, 30.2976807 ], [ 120.1292444, 30.2976912 ], [ 120.1292387, 30.297708 ], [ 120.1290826, 30.2981661 ], [ 120.1288945, 30.2986937 ], [ 120.1288499, 30.2988188 ], [ 120.1288571, 30.2990135 ], [ 120.1289002, 30.2991642 ], [ 120.1290111, 30.2993389 ], [ 120.1297063, 30.3003132 ], [ 120.1306454, 30.3015387 ], [ 120.1307395, 30.3016504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1102185, 30.2959548 ], [ 120.1098507, 30.2959694 ], [ 120.1091681, 30.2959863 ], [ 120.108861, 30.2959838 ], [ 120.1087175, 30.2959827 ], [ 120.1084889, 30.295986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1058973, 30.2959615 ], [ 120.1049263, 30.2959867 ], [ 120.1046392, 30.2959815 ], [ 120.1042101, 30.2959723 ], [ 120.1035183, 30.2959623 ], [ 120.1021827, 30.2959785 ], [ 120.1018401, 30.2959559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1084889, 30.295986 ], [ 120.1074372, 30.2959769 ], [ 120.1058973, 30.2959615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010219, 30.2998206 ], [ 120.1010663, 30.2996053 ], [ 120.1012968, 30.2982029 ], [ 120.1013186, 30.29807 ], [ 120.1014697, 30.2970926 ], [ 120.1015138, 30.2968242 ], [ 120.1016694, 30.2959412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018401, 30.2959559 ], [ 120.1016558, 30.2968473 ], [ 120.1016096, 30.2971228 ], [ 120.1014349, 30.2981074 ], [ 120.1014021, 30.2983211 ], [ 120.1012021, 30.2996223 ], [ 120.1011688, 30.2998394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085099, 30.3010485 ], [ 120.108503, 30.3002808 ], [ 120.1085019, 30.3001582 ], [ 120.1084909, 30.2989315 ], [ 120.1084903, 30.2981341 ], [ 120.1084898, 30.2973143 ], [ 120.1084896, 30.2970535 ], [ 120.1084889, 30.295986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1084889, 30.295986 ], [ 120.1084896, 30.2970535 ], [ 120.1084898, 30.2973143 ], [ 120.1084903, 30.2981341 ], [ 120.1084909, 30.2989315 ], [ 120.1085019, 30.3001582 ], [ 120.108503, 30.3002808 ], [ 120.1085099, 30.3010485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰登街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010219, 30.2998206 ], [ 120.1011688, 30.2998394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰登街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011688, 30.2998394 ], [ 120.1010219, 30.2998206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "丰登街", "丰登街(沁园路)" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085099, 30.3010485 ], [ 120.107978, 30.3010416 ], [ 120.1075201, 30.3009781 ], [ 120.1071953, 30.3008897 ], [ 120.1067398, 30.3007685 ], [ 120.1060105, 30.3005744 ], [ 120.1046606, 30.3002152 ], [ 120.1031851, 30.3000487 ], [ 120.1028444, 30.3000184 ], [ 120.1025638, 30.2999934 ], [ 120.1024091, 30.2999796 ], [ 120.1021435, 30.299956 ], [ 120.1011688, 30.2998394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1168549, 30.2967555 ], [ 120.1163573, 30.2967137 ], [ 120.1155102, 30.2965273 ], [ 120.1151293, 30.2964398 ], [ 120.1147083, 30.2963696 ], [ 120.113955, 30.2962923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1168953, 30.2966411 ], [ 120.117351, 30.2966974 ], [ 120.1178953, 30.2967484 ], [ 120.1183235, 30.2967674 ], [ 120.1187694, 30.2967471 ], [ 120.1192772, 30.2966831 ], [ 120.1196956, 30.2966191 ], [ 120.1204738, 30.2965215 ], [ 120.120969, 30.2965065 ], [ 120.1216011, 30.2965556 ], [ 120.1221611, 30.2966188 ], [ 120.1227333, 30.2966995 ], [ 120.1230653, 30.2967415 ], [ 120.1234805, 30.2967617 ], [ 120.123847, 30.2967538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.123764, 30.2968988 ], [ 120.1232054, 30.2968822 ], [ 120.1228152, 30.2968471 ], [ 120.1224737, 30.296805 ], [ 120.1217313, 30.2967161 ], [ 120.1213597, 30.2966716 ], [ 120.1210223, 30.296668 ], [ 120.1206164, 30.2966689 ], [ 120.1197647, 30.2967592 ], [ 120.1193351, 30.2968298 ], [ 120.1189508, 30.2968887 ], [ 120.1185137, 30.2969265 ], [ 120.118093, 30.2969282 ], [ 120.1178602, 30.2969137 ], [ 120.1173848, 30.2968477 ], [ 120.1168549, 30.2967555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136489, 30.298045 ], [ 120.1136882, 30.2975645 ], [ 120.1137938, 30.2962742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113955, 30.2962923 ], [ 120.113805, 30.2980549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136489, 30.298045 ], [ 120.113805, 30.2980549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113805, 30.2980549 ], [ 120.1136489, 30.298045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113805, 30.2980549 ], [ 120.1152653, 30.2981923 ], [ 120.1164622, 30.2983394 ], [ 120.1167227, 30.2983714 ], [ 120.116809, 30.2983794 ], [ 120.1172837, 30.2984234 ], [ 120.1175725, 30.298445 ], [ 120.1186354, 30.2988308 ], [ 120.1190933, 30.2990083 ], [ 120.1201371, 30.2993883 ], [ 120.1203586, 30.299469 ], [ 120.1215009, 30.2998849 ], [ 120.1217772, 30.300003 ], [ 120.12204, 30.300109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.12204, 30.300109 ], [ 120.1217772, 30.300003 ], [ 120.1215009, 30.2998849 ], [ 120.1203586, 30.299469 ], [ 120.1201371, 30.2993883 ], [ 120.1190933, 30.2990083 ], [ 120.1186354, 30.2988308 ], [ 120.1175725, 30.298445 ], [ 120.1172837, 30.2984234 ], [ 120.116809, 30.2983794 ], [ 120.1167227, 30.2983714 ], [ 120.1164622, 30.2983394 ], [ 120.1152653, 30.2981923 ], [ 120.113805, 30.2980549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134449, 30.3013184 ], [ 120.1135094, 30.3003145 ], [ 120.1135845, 30.2990163 ], [ 120.113613, 30.2985207 ], [ 120.1136489, 30.298045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0931033, 30.3024066 ], [ 120.0931042, 30.3023513 ], [ 120.0931066, 30.3022228 ], [ 120.0931223, 30.3013531 ], [ 120.0931267, 30.3011092 ], [ 120.0930903, 30.3000914 ], [ 120.0930826, 30.2998756 ], [ 120.093052, 30.2996801 ], [ 120.0930571, 30.2993187 ], [ 120.0930838, 30.2974423 ], [ 120.0930844, 30.2972967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876427, 30.3023975 ], [ 120.0880824, 30.3024001 ], [ 120.0884382, 30.3024021 ], [ 120.0898128, 30.3024101 ], [ 120.0909777, 30.3024076 ], [ 120.0914485, 30.3024093 ], [ 120.0928621, 30.302407 ], [ 120.0929969, 30.3024067 ], [ 120.0931033, 30.3024066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0931033, 30.3024066 ], [ 120.0932954, 30.3024057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876416, 30.3024951 ], [ 120.0876427, 30.3023975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876427, 30.3023975 ], [ 120.0876416, 30.3024951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0930997, 30.3025145 ], [ 120.0931033, 30.3024066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932954, 30.3024057 ], [ 120.093292, 30.3025176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932954, 30.3024057 ], [ 120.0933665, 30.3024068 ], [ 120.0935038, 30.302409 ], [ 120.095046, 30.3024335 ], [ 120.0958821, 30.3024462 ], [ 120.0966993, 30.3024586 ], [ 120.0970646, 30.3024813 ], [ 120.0974033, 30.3024776 ], [ 120.0985902, 30.3025135 ], [ 120.1007838, 30.3025406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0930997, 30.3025145 ], [ 120.092993, 30.3025128 ], [ 120.0928602, 30.3025123 ], [ 120.0914517, 30.3025078 ], [ 120.0884352, 30.3024981 ], [ 120.0880808, 30.302497 ], [ 120.0878119, 30.3024961 ], [ 120.0876416, 30.3024951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.093292, 30.3025176 ], [ 120.0930997, 30.3025145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "教工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1306283, 30.3017373 ], [ 120.1305157, 30.301602 ], [ 120.1304126, 30.3014693 ], [ 120.1295916, 30.3003691 ], [ 120.128904, 30.2993845 ], [ 120.1288336, 30.299273 ], [ 120.1287652, 30.2991341 ], [ 120.1287531, 30.2990738 ], [ 120.1287285, 30.2989505 ], [ 120.1287212, 30.2988154 ], [ 120.1287377, 30.2987267 ], [ 120.1287714, 30.2986381 ], [ 120.1290079, 30.2979315 ], [ 120.1290921, 30.2977014 ], [ 120.129102, 30.2976726 ], [ 120.1292542, 30.2972315 ], [ 120.1295088, 30.2964937 ], [ 120.1298457, 30.2954615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1221345, 30.3001767 ], [ 120.12204, 30.300109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.12204, 30.300109 ], [ 120.1221345, 30.3001767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1307395, 30.3016504 ], [ 120.1308316, 30.3017368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1306283, 30.3017373 ], [ 120.1307395, 30.3016504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1308316, 30.3017368 ], [ 120.1306942, 30.3018441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1306942, 30.3018441 ], [ 120.1306283, 30.3017373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1221345, 30.3001767 ], [ 120.1223345, 30.3003014 ], [ 120.1224791, 30.3004567 ], [ 120.1225972, 30.3006177 ], [ 120.1226538, 30.300747 ], [ 120.1226906, 30.3008878 ], [ 120.1227793, 30.3012507 ], [ 120.122812, 30.3015128 ], [ 120.1228245, 30.3017783 ], [ 120.122826, 30.3017991 ], [ 120.1228867, 30.3021902 ], [ 120.1230268, 30.3025409 ], [ 120.1232606, 30.302804 ], [ 120.1233584, 30.3028998 ], [ 120.1236339, 30.3032095 ], [ 120.1238184, 30.3034757 ], [ 120.1240028, 30.3037989 ], [ 120.1240869, 30.3040489 ], [ 120.1242282, 30.304372 ], [ 120.1243391, 30.3046254 ], [ 120.1245165, 30.3049198 ], [ 120.1249787, 30.3054166 ], [ 120.1251073, 30.3055327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249994, 30.3056059 ], [ 120.1245708, 30.3051251 ], [ 120.1243594, 30.3048633 ], [ 120.1242326, 30.3046531 ], [ 120.1241118, 30.3043864 ], [ 120.12397, 30.3040734 ], [ 120.1239031, 30.303828 ], [ 120.123765, 30.3035662 ], [ 120.123574, 30.3033159 ], [ 120.1231623, 30.3028863 ], [ 120.1229102, 30.3026046 ], [ 120.1227773, 30.3022911 ], [ 120.1227279, 30.3020113 ], [ 120.122688, 30.3018261 ], [ 120.1226839, 30.301478 ], [ 120.1226736, 30.3014097 ], [ 120.1226462, 30.3012268 ], [ 120.1225897, 30.3009278 ], [ 120.1224936, 30.3006631 ], [ 120.1223538, 30.3004899 ], [ 120.1221941, 30.3003167 ], [ 120.1221345, 30.3001767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "莫干山路", "北大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251073, 30.3055327 ], [ 120.1252989, 30.3054028 ], [ 120.1257611, 30.3050892 ], [ 120.1262573, 30.3047525 ], [ 120.1266341, 30.3044968 ], [ 120.1272868, 30.3040464 ], [ 120.1274883, 30.3039166 ], [ 120.1275502, 30.3038767 ], [ 120.1276287, 30.3038219 ], [ 120.1283231, 30.3033642 ], [ 120.1289601, 30.3029397 ], [ 120.129047, 30.3028684 ], [ 120.130521, 30.3018325 ], [ 120.1306283, 30.3017373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113805, 30.2980549 ], [ 120.1137615, 30.2984367 ], [ 120.1137379, 30.2986089 ], [ 120.113701, 30.2990949 ], [ 120.1136215, 30.3003185 ], [ 120.1135521, 30.3013269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庆隆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.116256, 30.3012923 ], [ 120.1164571, 30.3008242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庆隆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1164571, 30.3008242 ], [ 120.116256, 30.3012923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰登街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134449, 30.3013184 ], [ 120.1125062, 30.3012696 ], [ 120.1121521, 30.3012512 ], [ 120.1111755, 30.3012004 ], [ 120.1100157, 30.3011352 ], [ 120.1094591, 30.3011039 ], [ 120.1085099, 30.3010485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰登街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085099, 30.3010485 ], [ 120.1094591, 30.3011039 ], [ 120.1100157, 30.3011352 ], [ 120.1111755, 30.3012004 ], [ 120.1121521, 30.3012512 ], [ 120.1125062, 30.3012696 ], [ 120.1134449, 30.3013184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.116256, 30.3012923 ], [ 120.1156176, 30.3012182 ], [ 120.1149176, 30.3012653 ], [ 120.1143785, 30.3013016 ], [ 120.1135521, 30.3013269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1135521, 30.3013269 ], [ 120.1143785, 30.3013016 ], [ 120.1149176, 30.3012653 ], [ 120.1156176, 30.3012182 ], [ 120.116256, 30.3012923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰登街(沁园路)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1135521, 30.3013269 ], [ 120.1134449, 30.3013184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰登街(沁园路)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134449, 30.3013184 ], [ 120.1135521, 30.3013269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1186325, 30.3030477 ], [ 120.1191928, 30.3027053 ], [ 120.119387, 30.3025561 ], [ 120.1195065, 30.3024549 ], [ 120.1197646, 30.3021649 ], [ 120.1201558, 30.3017924 ], [ 120.1209873, 30.3010605 ], [ 120.12204, 30.300109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655496, 30.2796653 ], [ 120.165674, 30.2797346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165674, 30.2797346 ], [ 120.1655496, 30.2796653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1650266, 30.2809703 ], [ 120.1651312, 30.2805877 ], [ 120.1652095, 30.2803369 ], [ 120.1653096, 30.2798898 ], [ 120.1653304, 30.2795476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1647064, 30.2825379 ], [ 120.1646215, 30.2822435 ], [ 120.1648276, 30.2811208 ], [ 120.1650266, 30.2809703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1647064, 30.2825379 ], [ 120.1648382, 30.2818833 ], [ 120.1649181, 30.2814587 ], [ 120.1650266, 30.2809703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655496, 30.2796653 ], [ 120.1654287, 30.2802882 ], [ 120.1653752, 30.2807889 ], [ 120.1652619, 30.2814463 ], [ 120.1651614, 30.2819457 ], [ 120.1650778, 30.2822643 ], [ 120.1649754, 30.282628 ], [ 120.1648276, 30.2832082 ], [ 120.1647272, 30.2835644 ], [ 120.1646437, 30.283825 ], [ 120.1646292, 30.2838972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1643312, 30.2839134 ], [ 120.1643545, 30.2838504 ], [ 120.1644867, 30.2834931 ], [ 120.1646058, 30.283037 ], [ 120.1646367, 30.2828838 ], [ 120.1647064, 30.2825379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.160807, 30.2833663 ], [ 120.1611767, 30.2834269 ], [ 120.1622054, 30.2835954 ], [ 120.162335, 30.2836138 ], [ 120.1626209, 30.2836458 ], [ 120.1643312, 30.2839134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642287, 30.2840414 ], [ 120.1635131, 30.2839182 ], [ 120.1631432, 30.283848 ], [ 120.1627361, 30.2837708 ], [ 120.1623099, 30.2836992 ], [ 120.1613157, 30.2835451 ], [ 120.1607725, 30.2834658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1643312, 30.2839134 ], [ 120.1646292, 30.2838972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860439, 30.2782404 ], [ 120.1858833, 30.2782198 ], [ 120.1853621, 30.2781531 ], [ 120.1844443, 30.2780715 ], [ 120.1828381, 30.277929 ], [ 120.1811647, 30.2778044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778858, 30.2823207 ], [ 120.177937, 30.28221 ], [ 120.1783197, 30.2814775 ], [ 120.1786122, 30.2809178 ], [ 120.1789118, 30.2804841 ], [ 120.180219, 30.2789094 ], [ 120.1807562, 30.2782645 ], [ 120.18092, 30.2780094 ], [ 120.1809974, 30.2777973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1811647, 30.2778044 ], [ 120.1811299, 30.278046 ], [ 120.180916, 30.2783712 ], [ 120.1807577, 30.2785529 ], [ 120.1803621, 30.2790067 ], [ 120.1790721, 30.2804977 ], [ 120.1787112, 30.2810212 ], [ 120.1785746, 30.2812818 ], [ 120.1780837, 30.2822185 ], [ 120.178018, 30.282351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.178018, 30.282351 ], [ 120.1778858, 30.2823207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778858, 30.2823207 ], [ 120.178018, 30.282351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1764956, 30.28493 ], [ 120.1771784, 30.2835875 ], [ 120.1778858, 30.2823207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.178018, 30.282351 ], [ 120.1773381, 30.2835955 ], [ 120.1766815, 30.2849524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "文晖路", "文晖大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1730137, 30.2845938 ], [ 120.1734122, 30.284687 ], [ 120.1745642, 30.2848171 ], [ 120.1750722, 30.2848731 ], [ 120.176126, 30.2849975 ], [ 120.1832488, 30.2859209 ], [ 120.1836901, 30.2859767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "文晖路", "文晖大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184307, 30.2861682 ], [ 120.1832254, 30.2860154 ], [ 120.1761183, 30.2850925 ], [ 120.1750787, 30.2849646 ], [ 120.1745449, 30.2849088 ], [ 120.1733199, 30.2848146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1798925, 30.2853533 ], [ 120.1815237, 30.2855823 ], [ 120.1817975, 30.2856207 ], [ 120.1830002, 30.2857833 ], [ 120.1836901, 30.2859767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朝晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778858, 30.2823207 ], [ 120.176903, 30.2820564 ], [ 120.1767076, 30.2820023 ], [ 120.1761759, 30.2818586 ], [ 120.1755954, 30.2817021 ], [ 120.1751733, 30.2815883 ], [ 120.1738345, 30.2812258 ], [ 120.1736981, 30.2811889 ], [ 120.1732035, 30.2810265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1722137, 30.2845234 ], [ 120.1722747, 30.2844348 ], [ 120.1724199, 30.2837719 ], [ 120.1726014, 30.2829434 ], [ 120.1728059, 30.2820875 ], [ 120.173069, 30.2809887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1732035, 30.2810265 ], [ 120.1728768, 30.2822654 ], [ 120.1726442, 30.2833593 ], [ 120.172429, 30.2844564 ], [ 120.1724076, 30.2845492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1722137, 30.2845234 ], [ 120.1724076, 30.2845492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724076, 30.2845492 ], [ 120.1730137, 30.2845938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1721737, 30.2847138 ], [ 120.1722137, 30.2845234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建国北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724076, 30.2845492 ], [ 120.1723679, 30.2847341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723679, 30.2847341 ], [ 120.1721737, 30.2847138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1730137, 30.2845938 ], [ 120.173407, 30.2845984 ], [ 120.1743776, 30.2846644 ], [ 120.1757109, 30.2848225 ], [ 120.1764956, 30.28493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1733199, 30.2848146 ], [ 120.1730601, 30.2847879 ], [ 120.1723679, 30.2847341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1764956, 30.28493 ], [ 120.1766815, 30.2849524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1763318, 30.2852454 ], [ 120.173768, 30.2849349 ], [ 120.1733199, 30.2848146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1763318, 30.2852454 ], [ 120.1764956, 30.28493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1766815, 30.2849524 ], [ 120.1765148, 30.285277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1765148, 30.285277 ], [ 120.1763318, 30.2852454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17191, 30.2879662 ], [ 120.1718533, 30.2875694 ], [ 120.1718382, 30.2875297 ], [ 120.1718237, 30.2873587 ], [ 120.1717983, 30.2871784 ], [ 120.1717818, 30.2868748 ], [ 120.1717722, 30.2865915 ], [ 120.1719369, 30.2858237 ], [ 120.17197, 30.2856486 ], [ 120.1720268, 30.2853951 ], [ 120.1721485, 30.2848374 ], [ 120.1721737, 30.2847138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723679, 30.2847341 ], [ 120.1723384, 30.2848487 ], [ 120.1721725, 30.2855178 ], [ 120.1721035, 30.2858067 ], [ 120.1718949, 30.2866587 ], [ 120.1719429, 30.2872295 ], [ 120.1719757, 30.2873603 ], [ 120.1719907, 30.2875419 ], [ 120.1720413, 30.2878507 ], [ 120.1720749, 30.2879636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1725286, 30.2904768 ], [ 120.172857, 30.2901131 ], [ 120.1729214, 30.2900417 ], [ 120.1735706, 30.2893227 ], [ 120.1738798, 30.2890014 ], [ 120.1743137, 30.2885505 ], [ 120.1745418, 30.2882841 ], [ 120.1747062, 30.2881021 ], [ 120.1748013, 30.2879807 ], [ 120.1750737, 30.287587 ], [ 120.1754075, 30.2869906 ], [ 120.1758783, 30.286081 ], [ 120.1763318, 30.2852454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1765148, 30.285277 ], [ 120.1755647, 30.2870846 ], [ 120.1753739, 30.2874188 ], [ 120.1752615, 30.2876155 ], [ 120.1750212, 30.2879384 ], [ 120.1748582, 30.2882101 ], [ 120.1745487, 30.2885291 ], [ 120.174442, 30.288639 ], [ 120.1739652, 30.2891609 ], [ 120.1735487, 30.2896169 ], [ 120.17299, 30.2902285 ], [ 120.1729252, 30.2902994 ], [ 120.1725842, 30.2906726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720749, 30.2879636 ], [ 120.1721987, 30.2884505 ], [ 120.1722383, 30.2886935 ], [ 120.1725286, 30.2904768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1590024, 30.2919325 ], [ 120.1590312, 30.2918913 ], [ 120.1590497, 30.2918648 ], [ 120.1592665, 30.2915546 ], [ 120.1598516, 30.2907185 ], [ 120.160239, 30.2901649 ], [ 120.1607926, 30.2893738 ], [ 120.1610059, 30.2890495 ], [ 120.1613184, 30.2885747 ], [ 120.1614102, 30.2884388 ], [ 120.1622429, 30.2872054 ], [ 120.1624636, 30.2868458 ], [ 120.162667, 30.2865925 ], [ 120.1628099, 30.2863763 ], [ 120.1628252, 30.2863531 ], [ 120.163444, 30.2853984 ], [ 120.1636378, 30.2851151 ], [ 120.1637121, 30.2850065 ], [ 120.1641608, 30.2841683 ], [ 120.1642287, 30.2840414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1547433, 30.2910153 ], [ 120.1547614, 30.2909945 ], [ 120.1548269, 30.2909191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548269, 30.2909191 ], [ 120.1547614, 30.2909945 ], [ 120.1547433, 30.2910153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1548269, 30.2909191 ], [ 120.1567895, 30.2913989 ], [ 120.1570709, 30.2914637 ], [ 120.1574902, 30.2915603 ], [ 120.158834, 30.2918993 ], [ 120.1588469, 30.2919019 ], [ 120.1590024, 30.2919325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1589145, 30.2920478 ], [ 120.1587798, 30.2920071 ], [ 120.1586651, 30.2919724 ], [ 120.1574313, 30.2916487 ], [ 120.1568481, 30.2914957 ], [ 120.1567626, 30.2914759 ], [ 120.1561905, 30.2913464 ], [ 120.1548571, 30.2910447 ], [ 120.1547433, 30.2910153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1590024, 30.2919325 ], [ 120.159281, 30.2919757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1589145, 30.2920478 ], [ 120.1590024, 30.2919325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159281, 30.2919757 ], [ 120.159195, 30.2920922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159195, 30.2920922 ], [ 120.1589145, 30.2920478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1547433, 30.2910153 ], [ 120.1547282, 30.2910606 ], [ 120.1545675, 30.2915427 ], [ 120.1545132, 30.2917058 ], [ 120.1544761, 30.2918173 ], [ 120.154395, 30.2920607 ], [ 120.1542972, 30.2923541 ], [ 120.1542504, 30.2924945 ], [ 120.154173, 30.2926826 ], [ 120.1540647, 30.2929533 ], [ 120.1539934, 30.2931297 ], [ 120.1539255, 30.293306 ], [ 120.1538066, 30.2936519 ], [ 120.1537675, 30.2937502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642287, 30.2840414 ], [ 120.1643312, 30.2839134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1646292, 30.2838972 ], [ 120.1645781, 30.2840784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645781, 30.2840784 ], [ 120.1642287, 30.2840414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1646292, 30.2838972 ], [ 120.1660424, 30.2840159 ], [ 120.1666593, 30.2840657 ], [ 120.1668744, 30.284083 ], [ 120.1671324, 30.2841038 ], [ 120.1678869, 30.2841593 ], [ 120.1686654, 30.2842279 ], [ 120.169563, 30.2843 ], [ 120.1704365, 30.2843702 ], [ 120.1716241, 30.2844659 ], [ 120.1718895, 30.2844917 ], [ 120.1722137, 30.2845234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1721737, 30.2847138 ], [ 120.1718578, 30.2846789 ], [ 120.1715808, 30.284646 ], [ 120.1705401, 30.2845544 ], [ 120.1698687, 30.284502 ], [ 120.169345, 30.2844579 ], [ 120.1692924, 30.2844537 ], [ 120.1686247, 30.2843999 ], [ 120.1678791, 30.2843314 ], [ 120.1677189, 30.2843211 ], [ 120.1665129, 30.2842234 ], [ 120.1662789, 30.2842074 ], [ 120.1655388, 30.2841512 ], [ 120.1645781, 30.2840784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645781, 30.2840784 ], [ 120.1645487, 30.2841647 ], [ 120.164381, 30.2844474 ], [ 120.1639892, 30.285108 ], [ 120.163829, 30.2853782 ], [ 120.1638056, 30.2854265 ], [ 120.1637287, 30.285547 ], [ 120.1635516, 30.2858244 ], [ 120.1634335, 30.2860095 ], [ 120.1632025, 30.2863714 ], [ 120.1628995, 30.2867719 ], [ 120.1628604, 30.2868173 ], [ 120.1627623, 30.2869353 ], [ 120.1626607, 30.2870521 ], [ 120.1625171, 30.287239 ], [ 120.1620299, 30.2879422 ], [ 120.1616097, 30.288532 ], [ 120.16099, 30.2894016 ], [ 120.1604238, 30.2902951 ], [ 120.160149, 30.2906979 ], [ 120.1600353, 30.2908654 ], [ 120.1599028, 30.2910607 ], [ 120.1593247, 30.2919126 ], [ 120.1593161, 30.2919253 ], [ 120.159281, 30.2919757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159281, 30.2919757 ], [ 120.1594419, 30.2920022 ], [ 120.161172, 30.2922874 ], [ 120.1622093, 30.2924584 ], [ 120.1629236, 30.2925762 ], [ 120.163767, 30.2927152 ], [ 120.1650025, 30.2928829 ], [ 120.1663386, 30.2930793 ], [ 120.1673481, 30.2932051 ], [ 120.1696702, 30.293549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695484, 30.2936397 ], [ 120.1672871, 30.2933167 ], [ 120.1663162, 30.2931932 ], [ 120.1651984, 30.2930128 ], [ 120.1650019, 30.2929811 ], [ 120.163947, 30.2928453 ], [ 120.1621859, 30.2925667 ], [ 120.1612829, 30.2924274 ], [ 120.1593536, 30.2921177 ], [ 120.159195, 30.2920922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1697301, 30.2937873 ], [ 120.1673535, 30.2964054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673535, 30.2964054 ], [ 120.1679523, 30.2966575 ], [ 120.1685041, 30.2968307 ], [ 120.1685622, 30.2968383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723153, 30.2907459 ], [ 120.1719303, 30.2885113 ], [ 120.1719159, 30.2884183 ], [ 120.1718969, 30.2883065 ], [ 120.17191, 30.2879662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1725286, 30.2904768 ], [ 120.1725842, 30.2906726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723153, 30.2907459 ], [ 120.1725286, 30.2904768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1720749, 30.2879636 ], [ 120.1720689, 30.2882339 ], [ 120.1721837, 30.2889621 ], [ 120.1722737, 30.2895332 ], [ 120.1722861, 30.2896123 ], [ 120.1723977, 30.2903204 ], [ 120.1724757, 30.2906563 ], [ 120.1726076, 30.2910608 ], [ 120.1732805, 30.2927187 ], [ 120.1734085, 30.2930341 ], [ 120.1736218, 30.2935382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1735003, 30.29358 ], [ 120.173282, 30.2930021 ], [ 120.1731803, 30.2927514 ], [ 120.1725019, 30.2910793 ], [ 120.1723888, 30.2906828 ], [ 120.1722968, 30.2902211 ], [ 120.172201, 30.289613 ], [ 120.1719908, 30.2882794 ], [ 120.17191, 30.2879662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1725842, 30.2906726 ], [ 120.1723577, 30.2909038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723577, 30.2909038 ], [ 120.1723153, 30.2907459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1725842, 30.2906726 ], [ 120.1726858, 30.2910818 ], [ 120.1728509, 30.2914967 ], [ 120.1730466, 30.2919884 ], [ 120.1731818, 30.2923282 ], [ 120.1734746, 30.2930149 ], [ 120.173503, 30.2931159 ], [ 120.1736218, 30.2935382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1696702, 30.293549 ], [ 120.1706455, 30.2925245 ], [ 120.1708603, 30.2923026 ], [ 120.1710128, 30.2921333 ], [ 120.1714406, 30.2916776 ], [ 120.1718317, 30.291261 ], [ 120.1723153, 30.2907459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1735003, 30.29358 ], [ 120.1732308, 30.2930941 ], [ 120.1729742, 30.2924423 ], [ 120.1727316, 30.2918261 ], [ 120.1723577, 30.2909038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1723577, 30.2909038 ], [ 120.1715882, 30.2917839 ], [ 120.1715335, 30.2918464 ], [ 120.1713851, 30.2919824 ], [ 120.1708143, 30.2926155 ], [ 120.1707985, 30.292633 ], [ 120.1707872, 30.2926456 ], [ 120.1707697, 30.2926645 ], [ 120.1707274, 30.2927101 ], [ 120.1705303, 30.2929226 ], [ 120.1697974, 30.293706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695484, 30.2936397 ], [ 120.1696702, 30.293549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1696702, 30.293549 ], [ 120.1697974, 30.293706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潮王路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1697301, 30.2937873 ], [ 120.1695484, 30.2936397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1697974, 30.293706 ], [ 120.1697301, 30.2937873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736218, 30.2935382 ], [ 120.174097, 30.2947229 ], [ 120.1741153, 30.2947838 ], [ 120.1742687, 30.2953106 ], [ 120.1743292, 30.295511 ], [ 120.1743843, 30.2957386 ], [ 120.1744756, 30.2961071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743007, 30.2961104 ], [ 120.1742428, 30.2958021 ], [ 120.1741513, 30.2954164 ], [ 120.1740002, 30.2949066 ], [ 120.1739186, 30.2946291 ], [ 120.1735537, 30.293714 ], [ 120.1735003, 30.29358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744756, 30.2961071 ], [ 120.17468, 30.2960878 ], [ 120.1747744, 30.2960822 ], [ 120.1753395, 30.296049 ], [ 120.1757311, 30.296026 ], [ 120.176201, 30.2959984 ], [ 120.1777228, 30.2959026 ], [ 120.1778888, 30.2958535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778888, 30.2958535 ], [ 120.1777228, 30.2959026 ], [ 120.176201, 30.2959984 ], [ 120.1757311, 30.296026 ], [ 120.1753395, 30.296049 ], [ 120.1747744, 30.2960822 ], [ 120.17468, 30.2960878 ], [ 120.1744756, 30.2961071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744756, 30.2961071 ], [ 120.1743007, 30.2961104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685622, 30.2968383 ], [ 120.1685041, 30.2968307 ], [ 120.1679523, 30.2966575 ], [ 120.1673535, 30.2964054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631166, 30.3005995 ], [ 120.1637583, 30.2999001 ], [ 120.1640557, 30.2995952 ], [ 120.1641792, 30.2994686 ], [ 120.1650193, 30.2986073 ], [ 120.165453, 30.2981851 ], [ 120.1658916, 30.2976983 ], [ 120.1659493, 30.2976343 ], [ 120.1695484, 30.2936397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "文一路隧道", "文一西路隧道", "德胜快速路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9541751, 30.2707484 ], [ 119.9576896, 30.2708521 ], [ 119.9589228, 30.2709438 ], [ 119.9607535, 30.2711618 ], [ 119.9611357, 30.271211 ], [ 119.9616371, 30.2713023 ], [ 119.961762, 30.2713304 ], [ 119.9624455, 30.2714826 ], [ 119.963036, 30.2716348 ], [ 119.9633149, 30.2717161 ], [ 119.9637276, 30.2718442 ], [ 119.9643433, 30.2720349 ], [ 119.9648902, 30.2722085 ], [ 119.9666386, 30.2727386 ], [ 119.9701351, 30.2738167 ], [ 119.9712302, 30.274151 ], [ 119.97245, 30.2745148 ], [ 119.9731285, 30.274727 ], [ 119.973789, 30.2749206 ], [ 119.9744822, 30.2751172 ], [ 119.9751493, 30.2753043 ], [ 119.975706, 30.2754474 ], [ 119.9762166, 30.2755726 ], [ 119.9767505, 30.2756918 ], [ 119.9770966, 30.2757563 ], [ 119.9777482, 30.2758778 ], [ 119.9783802, 30.2759958 ], [ 119.9789239, 30.2760921 ], [ 119.9794226, 30.2761698 ], [ 119.9800427, 30.2762455 ], [ 119.9805655, 30.2762996 ], [ 119.9810495, 30.2763448 ], [ 119.9819168, 30.27641 ], [ 119.9828214, 30.2764632 ], [ 119.9829939, 30.2764765 ], [ 119.9840785, 30.2765243 ], [ 119.985795, 30.2766252 ], [ 119.9874337, 30.2767322 ], [ 119.989851, 30.2768942 ], [ 119.9917515, 30.2770623 ], [ 119.9930084, 30.2772216 ], [ 119.9940661, 30.2773557 ], [ 119.9971549, 30.2778142 ], [ 119.9990542, 30.278155 ], [ 120.0003184, 30.2783966 ], [ 120.0016079, 30.278654 ], [ 120.0030399, 30.2789575 ], [ 120.0054868, 30.279584 ], [ 120.0071777, 30.2800424 ], [ 120.0080821, 30.2802874 ], [ 120.0092254, 30.2806075 ], [ 120.0134951, 30.2818261 ], [ 120.0147933, 30.2821788 ], [ 120.0151653, 30.2822799 ], [ 120.0160387, 30.2824765 ], [ 120.0169217, 30.2827168 ], [ 120.0181961, 30.2830668 ], [ 120.0210391, 30.2838241 ], [ 120.022889, 30.2843136 ], [ 120.0257103, 30.2850532 ], [ 120.0260545, 30.2851428 ], [ 120.0283971, 30.2857742 ], [ 120.029456, 30.2860464 ], [ 120.0304543, 30.2862743 ], [ 120.0310955, 30.2864662 ], [ 120.0324107, 30.2868154 ], [ 120.0332492, 30.2870797 ], [ 120.0336342, 30.2872139 ], [ 120.0363054, 30.2879413 ], [ 120.0369101, 30.2881049 ], [ 120.0373148, 30.2882144 ], [ 120.0378915, 30.2883554 ], [ 120.0383769, 30.2884542 ], [ 120.03891, 30.2885446 ], [ 120.039459, 30.2886214 ], [ 120.0399701, 30.2886874 ], [ 120.0404329, 30.2887278 ], [ 120.041122, 30.2887417 ], [ 120.0418749, 30.2887377 ], [ 120.0435078, 30.2886906 ], [ 120.0452023, 30.2887012 ], [ 120.0482803, 30.2886993 ], [ 120.0501754, 30.288685 ], [ 120.0504721, 30.28869 ], [ 120.0531186, 30.2886865 ], [ 120.0587379, 30.2889124 ], [ 120.0594452, 30.2889254 ], [ 120.0606514, 30.2889498 ], [ 120.0621653, 30.2889869 ], [ 120.0688088, 30.2890049 ], [ 120.0704234, 30.2890144 ], [ 120.0723658, 30.2890264 ], [ 120.07449, 30.2890644 ], [ 120.0749401, 30.2890656 ], [ 120.0751846, 30.2890651 ], [ 120.0754866, 30.2890728 ], [ 120.0756154, 30.2890807 ], [ 120.0760647, 30.2891087 ], [ 120.0765227, 30.289124 ], [ 120.0780333, 30.2891644 ], [ 120.0796212, 30.2892068 ], [ 120.0804252, 30.2892369 ], [ 120.080785, 30.2892377 ], [ 120.0811977, 30.2892367 ], [ 120.08296, 30.2892063 ], [ 120.083127, 30.2892062 ], [ 120.0832726, 30.2892051 ], [ 120.0845416, 30.2891715 ], [ 120.0850787, 30.2891587 ], [ 120.0859128, 30.2891458 ], [ 120.0864326, 30.2891313 ], [ 120.0869797, 30.2891039 ], [ 120.0869874, 30.2891027 ], [ 120.0928812, 30.2887304 ], [ 120.0932218, 30.2887114 ], [ 120.0935977, 30.2887003 ], [ 120.0939046, 30.2886927 ], [ 120.0942036, 30.2886979 ], [ 120.0945395, 30.2887099 ], [ 120.1026459, 30.2890449 ], [ 120.1034823, 30.2890795 ], [ 120.1049548, 30.2891792 ], [ 120.1055984, 30.2892139 ], [ 120.1091547, 30.2894128 ], [ 120.1103493, 30.2894701 ], [ 120.1124737, 30.2895796 ], [ 120.1272369, 30.290362 ], [ 120.1275092, 30.290377 ], [ 120.1277758, 30.2903938 ], [ 120.1281135, 30.2904188 ], [ 120.1289593, 30.2904901 ], [ 120.1292833, 30.2905149 ], [ 120.1296335, 30.2905338 ], [ 120.1305991, 30.2905763 ], [ 120.1310615, 30.2905911 ], [ 120.1314382, 30.2906025 ], [ 120.1327451, 30.2906986 ], [ 120.1328138, 30.2907027 ], [ 120.1342922, 30.2907899 ], [ 120.1352819, 30.2908447 ], [ 120.135647, 30.2908654 ], [ 120.1374376, 30.2909337 ], [ 120.1384401, 30.2909716 ], [ 120.1388712, 30.2909844 ], [ 120.1392394, 30.290991 ], [ 120.1395644, 30.2910241 ], [ 120.1398176, 30.2910522 ], [ 120.1402955, 30.2911457 ], [ 120.1406358, 30.2912397 ], [ 120.1449797, 30.2930959 ], [ 120.1471798, 30.2939893 ], [ 120.148288, 30.2944517 ], [ 120.1494347, 30.2948933 ], [ 120.1507266, 30.2954519 ], [ 120.1514025, 30.2957428 ], [ 120.1587679, 30.2988353 ], [ 120.1617987, 30.3001018 ], [ 120.1628496, 30.3005409 ], [ 120.1638276, 30.300909 ], [ 120.1676121, 30.3022652 ], [ 120.1691599, 30.3028204 ], [ 120.1702054, 30.3031548 ], [ 120.1708356, 30.3033723 ], [ 120.1725086, 30.3039601 ], [ 120.173178, 30.3041861 ], [ 120.1738211, 30.304377 ], [ 120.1766555, 30.305131 ], [ 120.1770377, 30.3052385 ], [ 120.1775908, 30.3053721 ], [ 120.177988, 30.3054637 ], [ 120.178477, 30.3055691 ], [ 120.1790024, 30.3056753 ], [ 120.1796269, 30.3058049 ], [ 120.1802833, 30.3059564 ], [ 120.1808866, 30.3061062 ], [ 120.1814804, 30.3062586 ], [ 120.1818428, 30.3063403 ], [ 120.1821575, 30.306411 ], [ 120.1825506, 30.3064821 ], [ 120.1829724, 30.3065367 ], [ 120.1834495, 30.3065829 ], [ 120.1839775, 30.3066182 ], [ 120.1852079, 30.3066955 ], [ 120.186445, 30.3067821 ], [ 120.1896273, 30.3069696 ], [ 120.1904158, 30.3070493 ], [ 120.19129, 30.3071484 ], [ 120.1928364, 30.3073332 ], [ 120.1940607, 30.3074108 ], [ 120.1954729, 30.3074992 ], [ 120.1980577, 30.3076466 ], [ 120.199236, 30.3077157 ], [ 120.2099706, 30.3080337 ], [ 120.2108788, 30.3080506 ], [ 120.2116176, 30.3080737 ], [ 120.212658, 30.308095 ], [ 120.2149826, 30.3081309 ], [ 120.2158409, 30.30814 ], [ 120.216364, 30.3081509 ], [ 120.2179431, 30.3081313 ], [ 120.2186012, 30.3081187 ], [ 120.2226227, 30.3080799 ], [ 120.2230324, 30.3080759 ], [ 120.2252448, 30.3080285 ], [ 120.229435, 30.3079168 ], [ 120.2371239, 30.3077005 ], [ 120.2376267, 30.3076979 ], [ 120.2379264, 30.3077016 ], [ 120.2382422, 30.3077065 ], [ 120.2385865, 30.3077167 ], [ 120.2388496, 30.3077286 ], [ 120.2391545, 30.307757 ], [ 120.2397421, 30.3078312 ], [ 120.2402972, 30.307902 ], [ 120.2403877, 30.3079235 ], [ 120.2414505, 30.3081454 ], [ 120.2424334, 30.3084127 ], [ 120.2427623, 30.3085101 ], [ 120.2433555, 30.3087109 ], [ 120.2439203, 30.3089082 ], [ 120.2447835, 30.3092698 ], [ 120.2453464, 30.309534 ], [ 120.2470718, 30.3104703 ], [ 120.2514116, 30.3127783 ], [ 120.2516767, 30.3129194 ], [ 120.2536712, 30.3139924 ], [ 120.2549083, 30.3145766 ], [ 120.2558939, 30.3149494 ], [ 120.2564332, 30.3151098 ], [ 120.2569202, 30.3152551 ], [ 120.2575935, 30.3154254 ], [ 120.2581858, 30.3155447 ], [ 120.2591116, 30.3156916 ], [ 120.2600199, 30.3158235 ], [ 120.2625859, 30.3161293 ], [ 120.2650286, 30.3164274 ], [ 120.2667112, 30.3166332 ], [ 120.2682311, 30.316819 ], [ 120.2701727, 30.3170642 ], [ 120.2727425, 30.3173813 ], [ 120.2769701, 30.3178973 ], [ 120.280252, 30.3183038 ], [ 120.2818721, 30.3185162 ], [ 120.2827381, 30.3186263 ], [ 120.2830377, 30.3186676 ], [ 120.2857478, 30.3190209 ], [ 120.2873868, 30.319252 ], [ 120.2902452, 30.319659 ], [ 120.2913201, 30.3198113 ], [ 120.2942027, 30.3202388 ], [ 120.2951372, 30.3203664 ], [ 120.2961154, 30.3204867 ], [ 120.2973187, 30.3205994 ], [ 120.2981327, 30.3206748 ], [ 120.2989431, 30.3207331 ], [ 120.2995533, 30.3207999 ], [ 120.3005284, 30.3209098 ], [ 120.3016861, 30.3210867 ], [ 120.3036643, 30.321459 ], [ 120.3050624, 30.3217425 ], [ 120.3063304, 30.3219525 ], [ 120.3069231, 30.322029 ], [ 120.3075836, 30.3221072 ], [ 120.3080452, 30.3221306 ], [ 120.3086286, 30.3221832 ], [ 120.3092567, 30.3222182 ], [ 120.3098638, 30.322238 ], [ 120.3116917, 30.3222655 ], [ 120.313432, 30.3222953 ], [ 120.3145637, 30.3223088 ], [ 120.3162762, 30.3223447 ], [ 120.318388, 30.3223951 ], [ 120.3192464, 30.3224313 ], [ 120.3199481, 30.322485 ], [ 120.3206697, 30.3225604 ], [ 120.3215374, 30.3226728 ], [ 120.3226804, 30.3228436 ], [ 120.3242206, 30.3230771 ], [ 120.3250942, 30.3232101 ], [ 120.3259299, 30.3233374 ], [ 120.3276139, 30.3235864 ], [ 120.3285261, 30.3237146 ], [ 120.3294409, 30.3238515 ], [ 120.3315507, 30.3241641 ], [ 120.3326381, 30.324319 ], [ 120.3344916, 30.324576 ], [ 120.3353376, 30.3246933 ], [ 120.3372883, 30.3250031 ], [ 120.3382141, 30.3251376 ], [ 120.3391271, 30.3252421 ], [ 120.3396247, 30.3252819 ], [ 120.340045, 30.3253146 ], [ 120.3409467, 30.3253551 ], [ 120.3419527, 30.3253741 ], [ 120.3431727, 30.3253683 ], [ 120.3446253, 30.3253611 ], [ 120.3465689, 30.3253873 ], [ 120.3475566, 30.3253874 ], [ 120.3556232, 30.3253508 ], [ 120.3568795, 30.325345 ], [ 120.3592013, 30.3253345 ], [ 120.3595607, 30.3253198 ], [ 120.3601729, 30.3252442 ], [ 120.3606657, 30.3251603 ], [ 120.361794, 30.3248305 ], [ 120.362945, 30.3245198 ], [ 120.3634217, 30.3244087 ], [ 120.364054, 30.3243336 ], [ 120.3645161, 30.3243037 ], [ 120.3650653, 30.3242969 ], [ 120.3655549, 30.3243154 ], [ 120.3675766, 30.3243929 ], [ 120.368077, 30.3244057 ], [ 120.3695454, 30.3244433 ], [ 120.3707391, 30.3244968 ], [ 120.3724036, 30.3245858 ], [ 120.3731476, 30.3246395 ], [ 120.3737941, 30.3247283 ], [ 120.3744609, 30.3248312 ], [ 120.3751033, 30.3249341 ], [ 120.3775306, 30.325326 ], [ 120.3785247, 30.3254699 ], [ 120.3792537, 30.3255727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "文一路隧道", "文一西路隧道", "德胜快速路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.378797, 30.3257108 ], [ 120.3775115, 30.3254565 ], [ 120.3749798, 30.3250463 ], [ 120.3737504, 30.324878 ], [ 120.3731634, 30.3248178 ], [ 120.3724655, 30.3247735 ], [ 120.3707101, 30.3247002 ], [ 120.3696866, 30.3246455 ], [ 120.3689867, 30.324611 ], [ 120.3675792, 30.3245416 ], [ 120.3655013, 30.3244834 ], [ 120.3648405, 30.324469 ], [ 120.3642875, 30.3244865 ], [ 120.3640323, 30.3245035 ], [ 120.3637854, 30.3245276 ], [ 120.3635071, 30.32457 ], [ 120.3632537, 30.3246195 ], [ 120.3629906, 30.3246786 ], [ 120.3626693, 30.3247639 ], [ 120.3606936, 30.3253203 ], [ 120.3603366, 30.3253868 ], [ 120.3598659, 30.3254468 ], [ 120.359243, 30.3255013 ], [ 120.3584567, 30.3255259 ], [ 120.3575926, 30.3255297 ], [ 120.3557294, 30.325538 ], [ 120.35085, 30.3255188 ], [ 120.347556, 30.3255058 ], [ 120.3465705, 30.3255041 ], [ 120.344629, 30.3254894 ], [ 120.3431914, 30.3254773 ], [ 120.3419078, 30.3254833 ], [ 120.3409314, 30.3254632 ], [ 120.3400613, 30.3254234 ], [ 120.3390968, 30.3253434 ], [ 120.3382195, 30.3252471 ], [ 120.3372701, 30.3251098 ], [ 120.3353004, 30.324799 ], [ 120.3348079, 30.3247277 ], [ 120.3337098, 30.3245686 ], [ 120.3325805, 30.3244109 ], [ 120.3312961, 30.3242315 ], [ 120.3294124, 30.3239572 ], [ 120.3284957, 30.32382 ], [ 120.3275839, 30.3236871 ], [ 120.3259149, 30.3234376 ], [ 120.3255693, 30.3233857 ], [ 120.324195, 30.3231795 ], [ 120.3226643, 30.3229576 ], [ 120.3215215, 30.3227896 ], [ 120.3206535, 30.3226686 ], [ 120.319962, 30.3225918 ], [ 120.3192427, 30.3225316 ], [ 120.3183796, 30.3224913 ], [ 120.3162479, 30.3224458 ], [ 120.315297, 30.3224242 ], [ 120.313432, 30.3224063 ], [ 120.3116913, 30.3223828 ], [ 120.3098781, 30.3223465 ], [ 120.3092438, 30.3223244 ], [ 120.3086195, 30.3222938 ], [ 120.308158, 30.3222555 ], [ 120.3075571, 30.3222056 ], [ 120.3069151, 30.3221391 ], [ 120.3063244, 30.32206 ], [ 120.3050608, 30.3218409 ], [ 120.3036459, 30.3215573 ], [ 120.3016778, 30.321196 ], [ 120.300509, 30.3210183 ], [ 120.2995379, 30.3209011 ], [ 120.2989203, 30.3208422 ], [ 120.2981225, 30.3207703 ], [ 120.2973053, 30.3207093 ], [ 120.2960975, 30.320583 ], [ 120.2951336, 30.3204585 ], [ 120.2938013, 30.3203156 ], [ 120.2911966, 30.3199258 ], [ 120.2906431, 30.3198547 ], [ 120.2900759, 30.319771 ], [ 120.2896941, 30.3197135 ], [ 120.2866944, 30.3192932 ], [ 120.2855551, 30.3191376 ], [ 120.2832157, 30.3188276 ], [ 120.2814472, 30.3185976 ], [ 120.2769742, 30.3180181 ], [ 120.2726865, 30.3174831 ], [ 120.2682545, 30.3169359 ], [ 120.2669877, 30.3167795 ], [ 120.2650305, 30.3165379 ], [ 120.2625967, 30.3162413 ], [ 120.259979, 30.3159202 ], [ 120.2591331, 30.3158119 ], [ 120.2583657, 30.3156923 ], [ 120.2576981, 30.3155544 ], [ 120.2569036, 30.3153685 ], [ 120.2563096, 30.3151977 ], [ 120.2558622, 30.3150516 ], [ 120.2548244, 30.3146474 ], [ 120.2536385, 30.3140891 ], [ 120.2524031, 30.3134268 ], [ 120.2520321, 30.313228 ], [ 120.2487242, 30.3114297 ], [ 120.2451496, 30.3095598 ], [ 120.244742, 30.3093716 ], [ 120.2443168, 30.3091877 ], [ 120.24387, 30.3090037 ], [ 120.2432342, 30.3087748 ], [ 120.2428792, 30.3086631 ], [ 120.2423969, 30.3085066 ], [ 120.2417347, 30.3083298 ], [ 120.241316, 30.308232 ], [ 120.2408912, 30.3081395 ], [ 120.2404574, 30.3080647 ], [ 120.2400451, 30.3079979 ], [ 120.2391118, 30.3078695 ], [ 120.2388288, 30.3078489 ], [ 120.2385125, 30.3078373 ], [ 120.2381254, 30.3078257 ], [ 120.2376306, 30.3078157 ], [ 120.2366376, 30.3078346 ], [ 120.2333788, 30.307917 ], [ 120.2294473, 30.3080498 ], [ 120.2276872, 30.3080791 ], [ 120.2252412, 30.3081384 ], [ 120.2237861, 30.3081875 ], [ 120.2215538, 30.3082107 ], [ 120.2179491, 30.3082466 ], [ 120.2164071, 30.3082475 ], [ 120.210875, 30.3081675 ], [ 120.20998, 30.3081476 ], [ 120.2012343, 30.307886 ], [ 120.2003001, 30.3078544 ], [ 120.1992682, 30.3078287 ], [ 120.1978944, 30.3077606 ], [ 120.1937002, 30.307491 ], [ 120.1928259, 30.3074532 ], [ 120.1921895, 30.307436 ], [ 120.1913386, 30.3074386 ], [ 120.1906203, 30.307439 ], [ 120.1899774, 30.3074297 ], [ 120.189432, 30.307414 ], [ 120.1864571, 30.3072493 ], [ 120.1854196, 30.3071799 ], [ 120.1841928, 30.3071175 ], [ 120.1829282, 30.3070213 ], [ 120.1823379, 30.3069425 ], [ 120.1816224, 30.3067772 ], [ 120.1802815, 30.3063949 ], [ 120.1793013, 30.3060896 ], [ 120.1784786, 30.3058081 ], [ 120.177543, 30.3055228 ], [ 120.1758467, 30.3050608 ], [ 120.1749227, 30.3048088 ], [ 120.1738826, 30.3045268 ], [ 120.1731758, 30.3043186 ], [ 120.1726035, 30.3041411 ], [ 120.1720678, 30.3039602 ], [ 120.1701462, 30.3032484 ], [ 120.1697878, 30.3031156 ], [ 120.1686905, 30.3027263 ], [ 120.1675432, 30.302324 ], [ 120.1638146, 30.3010013 ], [ 120.1628002, 30.3005901 ], [ 120.1606822, 30.2997188 ], [ 120.1597163, 30.2993059 ], [ 120.1587159, 30.2989035 ], [ 120.1513683, 30.2958032 ], [ 120.150378, 30.2954304 ], [ 120.1496335, 30.2951142 ], [ 120.1490363, 30.2948546 ], [ 120.1449662, 30.2931398 ], [ 120.1436801, 30.292614 ], [ 120.1406056, 30.2913116 ], [ 120.140262, 30.2912188 ], [ 120.1398242, 30.2911337 ], [ 120.1395857, 30.2911043 ], [ 120.1392897, 30.2910775 ], [ 120.138893, 30.2910636 ], [ 120.1384014, 30.291044 ], [ 120.137437, 30.291017 ], [ 120.1369056, 30.2910018 ], [ 120.1358694, 30.2909638 ], [ 120.1355325, 30.2909454 ], [ 120.1351845, 30.2909282 ], [ 120.1348535, 30.2909133 ], [ 120.1337298, 30.290843 ], [ 120.1327994, 30.2907898 ], [ 120.1318223, 30.290734 ], [ 120.1310491, 30.2906838 ], [ 120.1296198, 30.2906366 ], [ 120.1289201, 30.2906099 ], [ 120.1282149, 30.2905874 ], [ 120.1278601, 30.290578 ], [ 120.1276208, 30.2905693 ], [ 120.1124788, 30.2897798 ], [ 120.1103238, 30.2895904 ], [ 120.1097501, 30.2895528 ], [ 120.1091599, 30.2895071 ], [ 120.1058419, 30.2893302 ], [ 120.105175, 30.2893047 ], [ 120.1046179, 30.2892898 ], [ 120.1042027, 30.289266 ], [ 120.1038143, 30.2892448 ], [ 120.1034681, 30.2892273 ], [ 120.1030615, 30.2892037 ], [ 120.1026434, 30.2891716 ], [ 120.1022384, 30.2891542 ], [ 120.0949355, 30.2888335 ], [ 120.0944651, 30.2888332 ], [ 120.0941015, 30.2888402 ], [ 120.0937259, 30.2888531 ], [ 120.0934146, 30.2888669 ], [ 120.0931673, 30.2888813 ], [ 120.0927873, 30.2889069 ], [ 120.0871756, 30.2892402 ], [ 120.0866212, 30.2892657 ], [ 120.0860785, 30.2892872 ], [ 120.0855563, 30.2892966 ], [ 120.0850746, 30.289299 ], [ 120.0829047, 30.2893158 ], [ 120.0807559, 30.2893441 ], [ 120.0804773, 30.2893435 ], [ 120.0801793, 30.2893397 ], [ 120.0796086, 30.2893168 ], [ 120.078516, 30.289285 ], [ 120.0781155, 30.2892758 ], [ 120.0780221, 30.2892736 ], [ 120.0764844, 30.2892382 ], [ 120.0760177, 30.2892361 ], [ 120.0755185, 30.2892387 ], [ 120.0754795, 30.2892385 ], [ 120.0751629, 30.2892295 ], [ 120.0742268, 30.2891892 ], [ 120.0733834, 30.2891693 ], [ 120.072362, 30.2891503 ], [ 120.0713506, 30.2891592 ], [ 120.0703166, 30.2891531 ], [ 120.0683799, 30.2891502 ], [ 120.0659927, 30.2891197 ], [ 120.0648834, 30.2891197 ], [ 120.0618361, 30.2891233 ], [ 120.059538, 30.2891121 ], [ 120.0583587, 30.2891293 ], [ 120.0564284, 30.2891811 ], [ 120.0559408, 30.2892004 ], [ 120.0554868, 30.2892169 ], [ 120.0537348, 30.2893197 ], [ 120.0528812, 30.2893633 ], [ 120.0523899, 30.2893836 ], [ 120.0519512, 30.2893975 ], [ 120.0503886, 30.2894206 ], [ 120.0454158, 30.2894835 ], [ 120.0435221, 30.2894929 ], [ 120.0427518, 30.2894867 ], [ 120.0421868, 30.2894497 ], [ 120.0416387, 30.2893837 ], [ 120.0410698, 30.2892903 ], [ 120.0402729, 30.289125 ], [ 120.0392432, 30.2888689 ], [ 120.0378676, 30.288476 ], [ 120.0362356, 30.2880067 ], [ 120.0343917, 30.2875179 ], [ 120.0339285, 30.2873978 ], [ 120.033553, 30.287304 ], [ 120.0332454, 30.2872218 ], [ 120.0321911, 30.2869402 ], [ 120.0285275, 30.2859377 ], [ 120.0283076, 30.2858676 ], [ 120.0270215, 30.2855339 ], [ 120.026005, 30.2852535 ], [ 120.0241142, 30.2847213 ], [ 120.0211367, 30.2839653 ], [ 120.0190438, 30.2833823 ], [ 120.017113, 30.2828421 ], [ 120.0161071, 30.2825667 ], [ 120.014992, 30.2822995 ], [ 120.0100394, 30.2810105 ], [ 120.009304, 30.2808005 ], [ 120.0080357, 30.2804253 ], [ 120.0054494, 30.2797197 ], [ 120.0042097, 30.2793942 ], [ 120.0030027, 30.2790969 ], [ 120.0020011, 30.2788692 ], [ 120.0010586, 30.2786854 ], [ 120.0003179, 30.2785368 ], [ 119.9989948, 30.2782923 ], [ 119.9988102, 30.2782496 ], [ 119.9975015, 30.2780114 ], [ 119.9967063, 30.2778796 ], [ 119.9955179, 30.277687 ], [ 119.9941623, 30.2774843 ], [ 119.9936934, 30.2774157 ], [ 119.991715, 30.2771802 ], [ 119.9895329, 30.2769894 ], [ 119.9882208, 30.2768934 ], [ 119.9868665, 30.2768012 ], [ 119.9855183, 30.2767212 ], [ 119.9840975, 30.276647 ], [ 119.9828407, 30.2765865 ], [ 119.9818509, 30.2765272 ], [ 119.9809404, 30.2764518 ], [ 119.9802497, 30.2763835 ], [ 119.9795559, 30.2762985 ], [ 119.9789471, 30.2762175 ], [ 119.9783383, 30.2761153 ], [ 119.9775519, 30.275964 ], [ 119.976587, 30.275781 ], [ 119.9760004, 30.2756534 ], [ 119.9754301, 30.2755137 ], [ 119.9749026, 30.2753717 ], [ 119.9727483, 30.2747519 ], [ 119.9721151, 30.2745593 ], [ 119.9703695, 30.2740282 ], [ 119.966585, 30.2728655 ], [ 119.9648422, 30.2723308 ], [ 119.9643447, 30.2721777 ], [ 119.9636607, 30.2719806 ], [ 119.9631132, 30.2718218 ], [ 119.9629998, 30.2717889 ], [ 119.9624103, 30.271629 ], [ 119.9617207, 30.271463 ], [ 119.961127, 30.2713364 ], [ 119.9606729, 30.2712437 ], [ 119.9600903, 30.2711602 ], [ 119.9588927, 30.2710213 ], [ 119.9578962, 30.2709361 ], [ 119.9576336, 30.2709175 ], [ 119.9549431, 30.2708329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673535, 30.2964054 ], [ 120.1661122, 30.2977567 ], [ 120.1660539, 30.2978202 ], [ 120.1656636, 30.298245 ], [ 120.1646709, 30.2992863 ], [ 120.1645816, 30.2993799 ], [ 120.1633413, 30.300681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蝶飞巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685622, 30.2968383 ], [ 120.1684498, 30.2996487 ], [ 120.1684021, 30.3006601 ], [ 120.1683501, 30.3016154 ], [ 120.1682694, 30.3019234 ], [ 120.1681014, 30.3023657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蝶飞巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1681014, 30.3023657 ], [ 120.1682694, 30.3019234 ], [ 120.1683501, 30.3016154 ], [ 120.1684021, 30.3006601 ], [ 120.1684498, 30.2996487 ], [ 120.1685622, 30.2968383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631166, 30.3005995 ], [ 120.1633413, 30.300681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629966, 30.300722 ], [ 120.1631166, 30.3005995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1633413, 30.300681 ], [ 120.1632065, 30.3008127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743007, 30.2961104 ], [ 120.1744756, 30.2961071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1743007, 30.2961104 ], [ 120.1729789, 30.2962654 ], [ 120.1724733, 30.2963423 ], [ 120.172231, 30.2963791 ], [ 120.1704938, 30.2967802 ], [ 120.1701125, 30.29684 ], [ 120.169942, 30.2968668 ], [ 120.1691144, 30.2969101 ], [ 120.1685622, 30.2968383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685622, 30.2968383 ], [ 120.1691144, 30.2969101 ], [ 120.169942, 30.2968668 ], [ 120.1701125, 30.29684 ], [ 120.1704938, 30.2967802 ], [ 120.172231, 30.2963791 ], [ 120.1724733, 30.2963423 ], [ 120.1729789, 30.2962654 ], [ 120.1743007, 30.2961104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727066, 30.3040699 ], [ 120.1727949, 30.3037655 ], [ 120.1730063, 30.3032798 ], [ 120.1733554, 30.3027208 ], [ 120.1734561, 30.3025594 ], [ 120.1737932, 30.3019878 ], [ 120.1738684, 30.3018239 ], [ 120.1739452, 30.3015576 ], [ 120.1740318, 30.3012576 ], [ 120.1741431, 30.3006235 ], [ 120.1741636, 30.3003694 ], [ 120.1741845, 30.3001483 ], [ 120.1742197, 30.2997599 ], [ 120.1742672, 30.2988822 ], [ 120.174319, 30.2979234 ], [ 120.1743534, 30.2970873 ], [ 120.174341, 30.2965682 ], [ 120.1743007, 30.2961104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744756, 30.2961071 ], [ 120.1744904, 30.29634 ], [ 120.1744955, 30.2965152 ], [ 120.1745021, 30.2967445 ], [ 120.1745046, 30.2968316 ], [ 120.1744975, 30.2971151 ], [ 120.1744619, 30.2975289 ], [ 120.1743643, 30.2993545 ], [ 120.1743385, 30.2998086 ], [ 120.1743076, 30.3001765 ], [ 120.1742979, 30.3005559 ], [ 120.1742363, 30.3010211 ], [ 120.174197, 30.3013406 ], [ 120.1741201, 30.3016381 ], [ 120.1740541, 30.3018186 ], [ 120.1739736, 30.302039 ], [ 120.1735899, 30.3027051 ], [ 120.1735554, 30.3027649 ], [ 120.1731807, 30.3033794 ], [ 120.1730255, 30.3036597 ], [ 120.1728921, 30.3041284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1681014, 30.3023657 ], [ 120.1690974, 30.3027372 ], [ 120.1700689, 30.3030868 ], [ 120.1708643, 30.3034073 ], [ 120.1718873, 30.303798 ], [ 120.1727066, 30.3040699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17265, 30.304222 ], [ 120.1719249, 30.3039887 ], [ 120.171159, 30.3037081 ], [ 120.1707825, 30.3035707 ], [ 120.1699568, 30.3032692 ], [ 120.1696973, 30.303177 ], [ 120.1679992, 30.3025736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727066, 30.3040699 ], [ 120.1728921, 30.3041284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17265, 30.304222 ], [ 120.1727066, 30.3040699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1728921, 30.3041284 ], [ 120.1728371, 30.3042912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358604, 30.2974919 ], [ 120.1356919, 30.2978153 ], [ 120.1355878, 30.2979759 ], [ 120.1355067, 30.298101 ], [ 120.1352937, 30.2984114 ], [ 120.1349244, 30.2988567 ], [ 120.1346257, 30.2991087 ], [ 120.1342794, 30.2993607 ], [ 120.1334855, 30.2998971 ], [ 120.1329752, 30.3002418 ], [ 120.1309619, 30.3016044 ], [ 120.1308316, 30.3017368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13932, 30.3009419 ], [ 120.1397335, 30.3002475 ], [ 120.1398105, 30.3001311 ], [ 120.139965, 30.2998974 ], [ 120.1402672, 30.299424 ], [ 120.1404043, 30.29924 ], [ 120.140468, 30.2991442 ], [ 120.1406625, 30.2988516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉墅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13932, 30.3009419 ], [ 120.1378672, 30.3002567 ], [ 120.1373503, 30.3000092 ], [ 120.1370551, 30.2998824 ], [ 120.1368483, 30.2998281 ], [ 120.1365894, 30.2997888 ], [ 120.1362716, 30.2997514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉墅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362716, 30.2997514 ], [ 120.1365894, 30.2997888 ], [ 120.1368483, 30.2998281 ], [ 120.1370551, 30.2998824 ], [ 120.1373503, 30.3000092 ], [ 120.1378672, 30.3002567 ], [ 120.13932, 30.3009419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407648, 30.2988492 ], [ 120.1404804, 30.2992581 ], [ 120.1403646, 30.2994092 ], [ 120.1403277, 30.2994573 ], [ 120.1400581, 30.2998965 ], [ 120.1397959, 30.3003033 ], [ 120.1392696, 30.3011901 ], [ 120.1391661, 30.3013253 ], [ 120.1390029, 30.3015468 ], [ 120.1376369, 30.3032649 ], [ 120.1374547, 30.3034941 ], [ 120.1370923, 30.3039269 ], [ 120.1370147, 30.3040195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362716, 30.2997514 ], [ 120.1362295, 30.2999966 ], [ 120.1361753, 30.3001897 ], [ 120.1360818, 30.3005233 ], [ 120.1359729, 30.3009125 ], [ 120.1358981, 30.301193 ], [ 120.1358779, 30.301303 ], [ 120.1358328, 30.3015492 ], [ 120.1357782, 30.3020376 ], [ 120.1356761, 30.3024332 ], [ 120.1356475, 30.3024936 ], [ 120.1355662, 30.3026657 ], [ 120.1354526, 30.3028635 ], [ 120.1352573, 30.3031295 ], [ 120.1351766, 30.3032394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1351766, 30.3032394 ], [ 120.1352573, 30.3031295 ], [ 120.1354526, 30.3028635 ], [ 120.1355662, 30.3026657 ], [ 120.1356475, 30.3024936 ], [ 120.1356761, 30.3024332 ], [ 120.1357782, 30.3020376 ], [ 120.1358328, 30.3015492 ], [ 120.1358779, 30.301303 ], [ 120.1358981, 30.301193 ], [ 120.1359729, 30.3009125 ], [ 120.1360818, 30.3005233 ], [ 120.1361753, 30.3001897 ], [ 120.1362295, 30.2999966 ], [ 120.1362716, 30.2997514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369666, 30.3040032 ], [ 120.1370481, 30.3039057 ], [ 120.1372938, 30.3036117 ], [ 120.1373959, 30.3034896 ], [ 120.1380907, 30.3026093 ], [ 120.1388907, 30.3015599 ], [ 120.1390612, 30.3013416 ], [ 120.1392073, 30.3011352 ], [ 120.13932, 30.3009419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1308316, 30.3017368 ], [ 120.1309796, 30.3018443 ], [ 120.1320585, 30.3025895 ], [ 120.1326542, 30.3029677 ], [ 120.1330871, 30.3032426 ], [ 120.1337291, 30.3036502 ], [ 120.1340765, 30.3038708 ], [ 120.1342305, 30.3039686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1341382, 30.3040386 ], [ 120.1340008, 30.3039504 ], [ 120.1326726, 30.3031051 ], [ 120.1322684, 30.3028478 ], [ 120.1319864, 30.3026683 ], [ 120.1308689, 30.3019473 ], [ 120.1306942, 30.3018441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406226, 30.303103 ], [ 120.1408607, 30.3028941 ], [ 120.1410897, 30.3026931 ], [ 120.1411577, 30.3026335 ], [ 120.1416582, 30.3020289 ], [ 120.1427428, 30.3003649 ], [ 120.1428055, 30.3002687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1449184, 30.301375 ], [ 120.1451638, 30.3014947 ], [ 120.1452459, 30.3015348 ], [ 120.1455173, 30.3016671 ], [ 120.1461714, 30.3019831 ], [ 120.1469386, 30.3023537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "香积寺路(在建)", "香积寺路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1467797, 30.3024708 ], [ 120.1454774, 30.3018479 ], [ 120.1451768, 30.3017014 ], [ 120.1450938, 30.301661 ], [ 120.1447767, 30.3015077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1453619, 30.3016562 ], [ 120.1456038, 30.301741 ], [ 120.1461063, 30.3019829 ], [ 120.146719, 30.3022887 ], [ 120.1469386, 30.3023537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1467797, 30.3024708 ], [ 120.1466777, 30.3023845 ], [ 120.1460477, 30.3020813 ], [ 120.145574, 30.3018493 ], [ 120.1453313, 30.3016961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路(在建)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1476513, 30.3028862 ], [ 120.1467797, 30.3024708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.142659, 30.3040933 ], [ 120.143241, 30.3033946 ], [ 120.1434109, 30.3031854 ], [ 120.1440693, 30.3023748 ], [ 120.14419, 30.3022267 ], [ 120.1447664, 30.3015193 ], [ 120.1447767, 30.3015077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1447767, 30.3015077 ], [ 120.1447664, 30.3015193 ], [ 120.14419, 30.3022267 ], [ 120.1440693, 30.3023748 ], [ 120.1434109, 30.3031854 ], [ 120.143241, 30.3033946 ], [ 120.142659, 30.3040933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1469386, 30.3023537 ], [ 120.1477991, 30.3027768 ], [ 120.1490014, 30.3033679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路(在建)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1488783, 30.3034852 ], [ 120.1483321, 30.3032106 ], [ 120.1476513, 30.3028862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1550859, 30.2974613 ], [ 120.1552539, 30.2972884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1555856, 30.2974081 ], [ 120.1554363, 30.2976057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1554363, 30.2976057 ], [ 120.1550859, 30.2974613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1555856, 30.2974081 ], [ 120.1564475, 30.2977992 ], [ 120.1568509, 30.2979685 ], [ 120.157349, 30.2981775 ], [ 120.1577441, 30.2983432 ], [ 120.1580084, 30.2984541 ], [ 120.1580563, 30.2984742 ], [ 120.1588507, 30.2988075 ], [ 120.1593364, 30.2990113 ], [ 120.159674, 30.2991508 ], [ 120.1602382, 30.2993839 ], [ 120.1606357, 30.2995481 ], [ 120.1609214, 30.2996684 ], [ 120.1613908, 30.2998652 ], [ 120.1618165, 30.3000584 ], [ 120.1625671, 30.3003708 ], [ 120.1631166, 30.3005995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1629966, 30.300722 ], [ 120.1625569, 30.3005474 ], [ 120.162461, 30.3005081 ], [ 120.161383, 30.3000624 ], [ 120.1608872, 30.2998609 ], [ 120.1608728, 30.2998541 ], [ 120.1606274, 30.2997515 ], [ 120.1598049, 30.2994074 ], [ 120.1595555, 30.2993062 ], [ 120.1589434, 30.2990603 ], [ 120.1581433, 30.2987292 ], [ 120.1579452, 30.2986472 ], [ 120.157288, 30.2983753 ], [ 120.1567651, 30.2981508 ], [ 120.1554363, 30.2976057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1554363, 30.2976057 ], [ 120.1546905, 30.2983198 ], [ 120.1539224, 30.2990798 ], [ 120.1538418, 30.2991596 ], [ 120.1526628, 30.3003135 ], [ 120.1525955, 30.3003793 ], [ 120.1524541, 30.3005178 ], [ 120.1522763, 30.3006917 ], [ 120.1518208, 30.3011375 ], [ 120.1513967, 30.3015525 ], [ 120.1507302, 30.3022047 ], [ 120.1505046, 30.3024201 ], [ 120.1498666, 30.3030294 ], [ 120.1494595, 30.3034182 ], [ 120.1493481, 30.3035246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1569525, 30.3073144 ], [ 120.1575355, 30.3067086 ], [ 120.1584505, 30.3057578 ], [ 120.1593832, 30.3047353 ], [ 120.1601363, 30.3039097 ], [ 120.1601459, 30.3038992 ], [ 120.1629966, 30.300722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1632065, 30.3008127 ], [ 120.161244, 30.3029516 ], [ 120.1602801, 30.3040021 ], [ 120.159695, 30.3046511 ], [ 120.1592733, 30.3050844 ], [ 120.1589091, 30.3054758 ], [ 120.1585314, 30.3058818 ], [ 120.1579621, 30.3064833 ], [ 120.1571888, 30.3074203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1523332, 30.3049807 ], [ 120.1525131, 30.3051007 ], [ 120.1533556, 30.3055253 ], [ 120.1542837, 30.3059748 ], [ 120.1549928, 30.3063296 ], [ 120.1554152, 30.3065382 ], [ 120.1564649, 30.3070551 ], [ 120.1567337, 30.3071962 ], [ 120.1569525, 30.3073144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1569127, 30.307386 ], [ 120.1566929, 30.3072866 ], [ 120.1564258, 30.3071393 ], [ 120.1553527, 30.3066337 ], [ 120.1548861, 30.3064078 ], [ 120.1547784, 30.3063593 ], [ 120.154235, 30.306057 ], [ 120.1536003, 30.3057262 ], [ 120.1530198, 30.3054421 ], [ 120.1527027, 30.3052785 ], [ 120.1524552, 30.3051595 ], [ 120.1521894, 30.3050359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1453619, 30.3016562 ], [ 120.1484432, 30.3031615 ], [ 120.1502122, 30.3039931 ], [ 120.1514571, 30.3045779 ], [ 120.1519664, 30.3048177 ], [ 120.1523332, 30.3049807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1521894, 30.3050359 ], [ 120.1519225, 30.3048491 ], [ 120.151428, 30.3046258 ], [ 120.1502059, 30.304053 ], [ 120.1484155, 30.3032074 ], [ 120.1453313, 30.3016961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1488783, 30.3034852 ], [ 120.1490014, 30.3033679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1490014, 30.3033679 ], [ 120.1493481, 30.3035246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1492109, 30.303649 ], [ 120.1488783, 30.3034852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1476513, 30.3028862 ], [ 120.1462271, 30.3042769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1462271, 30.3042769 ], [ 120.1476513, 30.3028862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1493481, 30.3035246 ], [ 120.1492109, 30.303649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁和仓街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.142659, 30.3040933 ], [ 120.1420993, 30.3038113 ], [ 120.141924, 30.303723 ], [ 120.1418116, 30.3036664 ], [ 120.1408181, 30.3032401 ], [ 120.1406226, 30.303103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁和仓街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406226, 30.303103 ], [ 120.1408181, 30.3032401 ], [ 120.1418116, 30.3036664 ], [ 120.141924, 30.303723 ], [ 120.1420993, 30.3038113 ], [ 120.142659, 30.3040933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1351766, 30.3032394 ], [ 120.135148, 30.3033367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1342305, 30.3039686 ], [ 120.1343533, 30.3038661 ], [ 120.1349703, 30.3033513 ], [ 120.1350012, 30.3033346 ], [ 120.1351766, 30.3032394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "哑巴弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1351766, 30.3032394 ], [ 120.1353589, 30.3033172 ], [ 120.1368002, 30.3039322 ], [ 120.1369666, 30.3040032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135148, 30.3033367 ], [ 120.1350627, 30.3034085 ], [ 120.1344503, 30.3039244 ], [ 120.1343609, 30.3039997 ], [ 120.1343259, 30.3040292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "哑巴弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369233, 30.3041063 ], [ 120.1367403, 30.304027 ], [ 120.1353083, 30.3034062 ], [ 120.135148, 30.3033367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406226, 30.303103 ], [ 120.1405481, 30.3031684 ], [ 120.1402309, 30.3034256 ], [ 120.1400545, 30.3035686 ], [ 120.1399647, 30.3036414 ], [ 120.1398689, 30.3037191 ], [ 120.1394287, 30.3040761 ], [ 120.1390692, 30.3043692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1390692, 30.3043692 ], [ 120.1394287, 30.3040761 ], [ 120.1398689, 30.3037191 ], [ 120.1399647, 30.3036414 ], [ 120.1400545, 30.3035686 ], [ 120.1402309, 30.3034256 ], [ 120.1405481, 30.3031684 ], [ 120.1406226, 30.303103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1342305, 30.3039686 ], [ 120.1343259, 30.3040292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1341382, 30.3040386 ], [ 120.1342305, 30.3039686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "哑巴弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369666, 30.3040032 ], [ 120.1370147, 30.3040195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1493481, 30.3035246 ], [ 120.150778, 30.3042033 ], [ 120.1510924, 30.3043497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1509829, 30.304489 ], [ 120.1492109, 30.303649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁和仓街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1462271, 30.3042769 ], [ 120.1460838, 30.3041501 ], [ 120.1453826, 30.3041904 ], [ 120.1452892, 30.3041958 ], [ 120.1445283, 30.3042396 ], [ 120.1437825, 30.3042971 ], [ 120.1436535, 30.3043125 ], [ 120.1435349, 30.3043239 ], [ 120.1433953, 30.3043327 ], [ 120.1431561, 30.304296 ], [ 120.1429021, 30.3042156 ], [ 120.142659, 30.3040933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁和仓街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.142659, 30.3040933 ], [ 120.1429021, 30.3042156 ], [ 120.1431561, 30.304296 ], [ 120.1433953, 30.3043327 ], [ 120.1435349, 30.3043239 ], [ 120.1436535, 30.3043125 ], [ 120.1437825, 30.3042971 ], [ 120.1445283, 30.3042396 ], [ 120.1452892, 30.3041958 ], [ 120.1453826, 30.3041904 ], [ 120.1460838, 30.3041501 ], [ 120.1462271, 30.3042769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472408, 30.3051738 ], [ 120.1473453, 30.3050655 ], [ 120.1474174, 30.3049963 ], [ 120.1477898, 30.3046133 ], [ 120.1482585, 30.3041313 ], [ 120.1488501, 30.3035219 ], [ 120.1488783, 30.3034852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1510924, 30.3043497 ], [ 120.1509829, 30.304489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1509829, 30.304489 ], [ 120.1510924, 30.3043497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1510924, 30.3043497 ], [ 120.1514792, 30.3045361 ], [ 120.1519648, 30.3047666 ], [ 120.1521525, 30.3048757 ], [ 120.1523332, 30.3049807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁和仓街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472408, 30.3051738 ], [ 120.1462271, 30.3042769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁和仓街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1462271, 30.3042769 ], [ 120.1472408, 30.3051738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "莫干山路", "北大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1306942, 30.3018441 ], [ 120.1305949, 30.3019295 ], [ 120.1291157, 30.3029285 ], [ 120.129009, 30.3030024 ], [ 120.1284059, 30.3034313 ], [ 120.1283396, 30.3034721 ], [ 120.1276756, 30.3039012 ], [ 120.1276104, 30.3039434 ], [ 120.1273563, 30.3041119 ], [ 120.1263628, 30.3047818 ], [ 120.1260904, 30.3049667 ], [ 120.1257229, 30.305216 ], [ 120.1251711, 30.3055903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251073, 30.3055327 ], [ 120.1251711, 30.3055903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249994, 30.3056059 ], [ 120.1251073, 30.3055327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251711, 30.3055903 ], [ 120.1250586, 30.3056667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "隐秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250586, 30.3056667 ], [ 120.1249994, 30.3056059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "赵伍路", "勤丰桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273039, 30.3075296 ], [ 120.1275444, 30.3074105 ], [ 120.1279235, 30.3072227 ], [ 120.1282248, 30.3070704 ], [ 120.1289119, 30.3067532 ], [ 120.1297284, 30.3063805 ], [ 120.1298359, 30.3063314 ], [ 120.130661, 30.3059728 ], [ 120.131925, 30.3053923 ], [ 120.1320643, 30.3053288 ], [ 120.132257, 30.305241 ], [ 120.1324244, 30.3051643 ], [ 120.1325849, 30.3050908 ], [ 120.132737, 30.3050211 ], [ 120.1330016, 30.3048752 ], [ 120.1332441, 30.3047166 ], [ 120.1334683, 30.304558 ], [ 120.1336557, 30.3044152 ], [ 120.1340119, 30.3041372 ], [ 120.1341382, 30.3040386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "赵伍路", "勤丰桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13422, 30.3040907 ], [ 120.1341898, 30.3041136 ], [ 120.1340911, 30.3041885 ], [ 120.1336828, 30.3044983 ], [ 120.1335015, 30.304627 ], [ 120.1333243, 30.3047625 ], [ 120.1331867, 30.3048678 ], [ 120.1328932, 30.3050387 ], [ 120.1326126, 30.3051815 ], [ 120.132531, 30.3052235 ], [ 120.1323592, 30.3053119 ], [ 120.1321411, 30.3054085 ], [ 120.1306871, 30.3060522 ], [ 120.1298983, 30.3064044 ], [ 120.1297668, 30.3064624 ], [ 120.1280934, 30.3072235 ], [ 120.1275971, 30.3074874 ], [ 120.127383, 30.3076013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1227986, 30.3071172 ], [ 120.1235784, 30.3065702 ], [ 120.1242234, 30.3061326 ], [ 120.1247825, 30.3057532 ], [ 120.1249994, 30.3056059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1250586, 30.3056667 ], [ 120.1234628, 30.3067495 ], [ 120.1233241, 30.3068481 ], [ 120.1228404, 30.3071667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "古运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251711, 30.3055903 ], [ 120.1257931, 30.3061517 ], [ 120.126002, 30.306342 ], [ 120.1268018, 30.3070706 ], [ 120.1268978, 30.3071617 ], [ 120.1271447, 30.3073854 ], [ 120.1273039, 30.3075296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369233, 30.3041063 ], [ 120.1369666, 30.3040032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1343259, 30.3040292 ], [ 120.13422, 30.3040907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖墅北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1370147, 30.3040195 ], [ 120.1369233, 30.3041063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13422, 30.3040907 ], [ 120.1341382, 30.3040386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1390692, 30.3043692 ], [ 120.138678, 30.3046857 ], [ 120.1385016, 30.3048284 ], [ 120.1382213, 30.3050552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1382213, 30.3050552 ], [ 120.1385016, 30.3048284 ], [ 120.138678, 30.3046857 ], [ 120.1390692, 30.3043692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1343259, 30.3040292 ], [ 120.1344437, 30.3041086 ], [ 120.1344884, 30.3041387 ], [ 120.1345953, 30.3041992 ], [ 120.1361547, 30.3051195 ], [ 120.1369749, 30.3056198 ], [ 120.1370918, 30.3056911 ], [ 120.1372176, 30.3057631 ], [ 120.137327, 30.3058258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1371936, 30.30588 ], [ 120.1371195, 30.3058266 ], [ 120.1370859, 30.3058024 ], [ 120.1370298, 30.3057638 ], [ 120.1369088, 30.3056848 ], [ 120.1361186, 30.3051914 ], [ 120.1345413, 30.3042402 ], [ 120.1344671, 30.3041944 ], [ 120.1343988, 30.3041578 ], [ 120.13422, 30.3040907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沙河弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413349, 30.3057915 ], [ 120.1407919, 30.305476 ], [ 120.1403914, 30.3054521 ], [ 120.140262, 30.3054308 ], [ 120.1401387, 30.305375 ], [ 120.1400617, 30.3052872 ], [ 120.139883, 30.3048296 ], [ 120.1390692, 30.3043692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沙河弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1390692, 30.3043692 ], [ 120.139883, 30.3048296 ], [ 120.1400617, 30.3052872 ], [ 120.1401387, 30.305375 ], [ 120.140262, 30.3054308 ], [ 120.1403914, 30.3054521 ], [ 120.1407919, 30.305476 ], [ 120.1413349, 30.3057915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.137327, 30.3058258 ], [ 120.1373552, 30.3057964 ], [ 120.1374412, 30.3057068 ], [ 120.1376982, 30.3054961 ], [ 120.1379973, 30.305256 ], [ 120.1382213, 30.3050552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1382213, 30.3050552 ], [ 120.1379973, 30.305256 ], [ 120.1376982, 30.3054961 ], [ 120.1374412, 30.3057068 ], [ 120.1373552, 30.3057964 ], [ 120.137327, 30.3058258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉兔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1382213, 30.3050552 ], [ 120.1395266, 30.3058168 ], [ 120.1407773, 30.3065066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉兔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407773, 30.3065066 ], [ 120.1395266, 30.3058168 ], [ 120.1382213, 30.3050552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1371936, 30.30588 ], [ 120.137327, 30.3058258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.137327, 30.3058258 ], [ 120.1372775, 30.3059337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1372775, 30.3059337 ], [ 120.1371936, 30.30588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "湖墅北路", "康家桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1318196, 30.3089635 ], [ 120.1318941, 30.3088864 ], [ 120.1324183, 30.3083295 ], [ 120.1324519, 30.3082928 ], [ 120.1324835, 30.3082659 ], [ 120.1328166, 30.3079088 ], [ 120.1329424, 30.3077986 ], [ 120.1334549, 30.307285 ], [ 120.1339652, 30.3068494 ], [ 120.1341338, 30.3067054 ], [ 120.1342153, 30.3066384 ], [ 120.1342716, 30.3065905 ], [ 120.1344463, 30.306442 ], [ 120.1345853, 30.3063345 ], [ 120.1348673, 30.3061164 ], [ 120.1353147, 30.3057703 ], [ 120.1355973, 30.3055331 ], [ 120.1359207, 30.3052557 ], [ 120.1363138, 30.3049023 ], [ 120.1365589, 30.3045928 ], [ 120.1368598, 30.3041911 ], [ 120.1369233, 30.3041063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "湖墅北路", "康家桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369233, 30.3041063 ], [ 120.1368598, 30.3041911 ], [ 120.1365589, 30.3045928 ], [ 120.1363138, 30.3049023 ], [ 120.1359207, 30.3052557 ], [ 120.1355973, 30.3055331 ], [ 120.1353147, 30.3057703 ], [ 120.1348673, 30.3061164 ], [ 120.1345853, 30.3063345 ], [ 120.1344463, 30.306442 ], [ 120.1342716, 30.3065905 ], [ 120.1342153, 30.3066384 ], [ 120.1341338, 30.3067054 ], [ 120.1339652, 30.3068494 ], [ 120.1334549, 30.307285 ], [ 120.1329424, 30.3077986 ], [ 120.1328166, 30.3079088 ], [ 120.1324835, 30.3082659 ], [ 120.1324519, 30.3082928 ], [ 120.1324183, 30.3083295 ], [ 120.1318941, 30.3088864 ], [ 120.1318196, 30.3089635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.137327, 30.3058258 ], [ 120.1375304, 30.3059468 ], [ 120.1390008, 30.3068214 ], [ 120.1400516, 30.3074374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1521894, 30.3050359 ], [ 120.1520414, 30.3049671 ], [ 120.1516692, 30.3047942 ], [ 120.1509829, 30.304489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413349, 30.3057915 ], [ 120.141559, 30.305504 ], [ 120.1416122, 30.3054358 ], [ 120.1418769, 30.3050964 ], [ 120.1419473, 30.3050061 ], [ 120.1422305, 30.3046429 ], [ 120.142659, 30.3040933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.142659, 30.3040933 ], [ 120.1422305, 30.3046429 ], [ 120.1419473, 30.3050061 ], [ 120.1418769, 30.3050964 ], [ 120.1416122, 30.3054358 ], [ 120.141559, 30.305504 ], [ 120.1413349, 30.3057915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413349, 30.3057915 ], [ 120.1412407, 30.3059123 ], [ 120.1407773, 30.3065066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407773, 30.3065066 ], [ 120.1412407, 30.3059123 ], [ 120.1413349, 30.3057915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1492109, 30.303649 ], [ 120.1483745, 30.3044199 ], [ 120.1482202, 30.304562 ], [ 120.1480039, 30.3047614 ], [ 120.1473493, 30.3053648 ], [ 120.1467389, 30.3059531 ], [ 120.146416, 30.3062643 ], [ 120.1459077, 30.306758 ], [ 120.1457466, 30.3069086 ], [ 120.1455809, 30.3070703 ], [ 120.1455059, 30.3071434 ], [ 120.1444091, 30.3082133 ], [ 120.144264, 30.3084081 ], [ 120.143632, 30.3091855 ], [ 120.1434755, 30.3094444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407773, 30.3065066 ], [ 120.1406463, 30.3066746 ], [ 120.1400516, 30.3074374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1400516, 30.3074374 ], [ 120.1406463, 30.3066746 ], [ 120.1407773, 30.3065066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1431983, 30.3092979 ], [ 120.1434856, 30.3089007 ], [ 120.1439452, 30.3083935 ], [ 120.144221, 30.3081409 ], [ 120.1446592, 30.307712 ], [ 120.1451786, 30.3071889 ], [ 120.1454801, 30.3069068 ], [ 120.145556, 30.3068359 ], [ 120.1458004, 30.3066072 ], [ 120.1461357, 30.3062846 ], [ 120.1465961, 30.3058416 ], [ 120.1472408, 30.3051738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1400516, 30.3074374 ], [ 120.1410485, 30.3080268 ], [ 120.1431983, 30.3092979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "丰登街", "丰登街(沁园路)" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011688, 30.2998394 ], [ 120.1021435, 30.299956 ], [ 120.1024091, 30.2999796 ], [ 120.1025638, 30.2999934 ], [ 120.1028444, 30.3000184 ], [ 120.1031851, 30.3000487 ], [ 120.1046606, 30.3002152 ], [ 120.1060105, 30.3005744 ], [ 120.1067398, 30.3007685 ], [ 120.1071953, 30.3008897 ], [ 120.1075201, 30.3009781 ], [ 120.107978, 30.3010416 ], [ 120.1085099, 30.3010485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1007838, 30.3025406 ], [ 120.1007865, 30.3024482 ], [ 120.1008223, 30.3012329 ], [ 120.1008989, 30.3007491 ], [ 120.1009819, 30.3002422 ], [ 120.1010187, 30.2999623 ], [ 120.1010219, 30.2998206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011688, 30.2998394 ], [ 120.1011549, 30.3000026 ], [ 120.101113, 30.3002696 ], [ 120.1011002, 30.3003825 ], [ 120.1010367, 30.3007904 ], [ 120.1009624, 30.3012286 ], [ 120.1009408, 30.3025463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1007838, 30.3025406 ], [ 120.1009408, 30.3025463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1007754, 30.3026551 ], [ 120.1007838, 30.3025406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009408, 30.3025463 ], [ 120.1009261, 30.3026558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1007754, 30.3026551 ], [ 120.0985954, 30.3025987 ], [ 120.0976879, 30.3025742 ], [ 120.0974128, 30.302583 ], [ 120.097088, 30.3025778 ], [ 120.0966966, 30.3025818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009261, 30.3026558 ], [ 120.1007754, 30.3026551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.107729, 30.3049997 ], [ 120.1080309, 30.3046318 ], [ 120.1082202, 30.3042882 ], [ 120.1083152, 30.3040602 ], [ 120.1084118, 30.3037893 ], [ 120.1084317, 30.3036002 ], [ 120.1084619, 30.3026138 ], [ 120.108477, 30.3021221 ], [ 120.1085099, 30.3010485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085099, 30.3010485 ], [ 120.108477, 30.3021221 ], [ 120.1084619, 30.3026138 ], [ 120.1084317, 30.3036002 ], [ 120.1084118, 30.3037893 ], [ 120.1083152, 30.3040602 ], [ 120.1082202, 30.3042882 ], [ 120.1080309, 30.3046318 ], [ 120.107729, 30.3049997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1221345, 30.3001767 ], [ 120.1201946, 30.3018461 ], [ 120.1197217, 30.3022938 ], [ 120.1194814, 30.3025502 ], [ 120.1191355, 30.3028266 ], [ 120.1187079, 30.3031625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.116256, 30.3012923 ], [ 120.116948, 30.3016768 ], [ 120.1171188, 30.3018043 ], [ 120.1179226, 30.3024041 ], [ 120.118332, 30.3027096 ], [ 120.1186325, 30.3030477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1186325, 30.3030477 ], [ 120.118332, 30.3027096 ], [ 120.1179226, 30.3024041 ], [ 120.1171188, 30.3018043 ], [ 120.116948, 30.3016768 ], [ 120.116256, 30.3012923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1135521, 30.3013269 ], [ 120.1135896, 30.3017317 ], [ 120.1136022, 30.3018455 ], [ 120.1136514, 30.3020203 ], [ 120.1137446, 30.302177 ], [ 120.113914, 30.3024532 ], [ 120.114488, 30.3030352 ], [ 120.1146487, 30.3031943 ], [ 120.1150632, 30.3036007 ], [ 120.1154108, 30.303976 ], [ 120.115739, 30.3043304 ], [ 120.1160206, 30.3046527 ], [ 120.1160808, 30.3047107 ], [ 120.1161163, 30.3047458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159762, 30.3048312 ], [ 120.1159365, 30.3047776 ], [ 120.1159304, 30.3047135 ], [ 120.1157455, 30.3044834 ], [ 120.1150166, 30.3037189 ], [ 120.1145633, 30.303273 ], [ 120.1144029, 30.3031085 ], [ 120.1138495, 30.302506 ], [ 120.1136478, 30.302225 ], [ 120.1135488, 30.3020355 ], [ 120.1134946, 30.3018659 ], [ 120.1134647, 30.301669 ], [ 120.1134449, 30.3013184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1186325, 30.3030477 ], [ 120.1187079, 30.3031625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1187079, 30.3031625 ], [ 120.1186325, 30.3030477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1161163, 30.3047458 ], [ 120.1161814, 30.3047221 ], [ 120.1162313, 30.304704 ], [ 120.1162697, 30.30469 ], [ 120.1167681, 30.3043595 ], [ 120.1169427, 30.3042442 ], [ 120.1179981, 30.3035314 ], [ 120.1182254, 30.303385 ], [ 120.1186325, 30.3030477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1187079, 30.3031625 ], [ 120.1183179, 30.3034226 ], [ 120.1182348, 30.303475 ], [ 120.1180082, 30.3036156 ], [ 120.117788, 30.3037595 ], [ 120.1171506, 30.3041894 ], [ 120.1168844, 30.3043972 ], [ 120.1163508, 30.3047672 ], [ 120.1163044, 30.3047827 ], [ 120.1162524, 30.3048 ], [ 120.1161796, 30.3048288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1161163, 30.3047458 ], [ 120.1161796, 30.3048288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159762, 30.3048312 ], [ 120.1161163, 30.3047458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1161796, 30.3048288 ], [ 120.1160554, 30.3049201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1160554, 30.3049201 ], [ 120.1159762, 30.3048312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1227986, 30.3071172 ], [ 120.122579, 30.3068817 ], [ 120.1215931, 30.3057831 ], [ 120.121545, 30.3057296 ], [ 120.1207797, 30.3049133 ], [ 120.1206801, 30.3048085 ], [ 120.1204716, 30.3045888 ], [ 120.1200003, 30.3042092 ], [ 120.1195592, 30.3038538 ], [ 120.1187079, 30.3031625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1187079, 30.3031625 ], [ 120.1195592, 30.3038538 ], [ 120.1200003, 30.3042092 ], [ 120.1204716, 30.3045888 ], [ 120.1206801, 30.3048085 ], [ 120.1207797, 30.3049133 ], [ 120.121545, 30.3057296 ], [ 120.1215931, 30.3057831 ], [ 120.122579, 30.3068817 ], [ 120.1227986, 30.3071172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1161796, 30.3048288 ], [ 120.116236, 30.3049034 ], [ 120.1162905, 30.304969 ], [ 120.1163135, 30.3049967 ], [ 120.116492, 30.3051918 ], [ 120.1165614, 30.3052641 ], [ 120.1177647, 30.306436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1176666, 30.3064973 ], [ 120.1164523, 30.3052918 ], [ 120.1163378, 30.305227 ], [ 120.1161863, 30.305077 ], [ 120.1161596, 30.3050463 ], [ 120.1161053, 30.3049842 ], [ 120.1160554, 30.3049201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118854, 30.3078618 ], [ 120.1119209, 30.3078364 ], [ 120.1119661, 30.3078041 ], [ 120.1123455, 30.3075327 ], [ 120.1126447, 30.3073046 ], [ 120.1129368, 30.307083 ], [ 120.1132474, 30.3068236 ], [ 120.1135693, 30.3065749 ], [ 120.1135778, 30.3065681 ], [ 120.1137423, 30.3064358 ], [ 120.1138474, 30.3063564 ], [ 120.1139954, 30.3062446 ], [ 120.114477, 30.3059107 ], [ 120.1149908, 30.3055381 ], [ 120.1152197, 30.3053478 ], [ 120.1157998, 30.3049383 ], [ 120.1158904, 30.3048743 ], [ 120.1159762, 30.3048312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1160554, 30.3049201 ], [ 120.1159686, 30.3049692 ], [ 120.1158776, 30.3050301 ], [ 120.1153509, 30.3053828 ], [ 120.1144486, 30.3060267 ], [ 120.1140196, 30.3063225 ], [ 120.1138954, 30.3064103 ], [ 120.1137893, 30.3064853 ], [ 120.1136193, 30.3066159 ], [ 120.1135682, 30.3066551 ], [ 120.1133263, 30.306866 ], [ 120.1130203, 30.3071202 ], [ 120.1126413, 30.3074515 ], [ 120.1120117, 30.307888 ], [ 120.1119627, 30.307922 ], [ 120.1119499, 30.3079309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.107729, 30.3049997 ], [ 120.1087069, 30.3054968 ], [ 120.1097545, 30.3060294 ], [ 120.1101109, 30.3063295 ], [ 120.1107329, 30.3068534 ], [ 120.1108547, 30.306956 ], [ 120.1117213, 30.3076928 ], [ 120.1118042, 30.3077807 ], [ 120.1118393, 30.3078179 ], [ 120.1118854, 30.3078618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009408, 30.3025463 ], [ 120.1013676, 30.302529 ], [ 120.1015164, 30.3025285 ], [ 120.1017771, 30.3025388 ], [ 120.1020701, 30.3025528 ], [ 120.1023553, 30.30259 ], [ 120.1025674, 30.3026363 ], [ 120.102665, 30.302656 ], [ 120.102954, 30.3027326 ], [ 120.1029942, 30.3027432 ], [ 120.1033429, 30.3028592 ], [ 120.1035078, 30.3029226 ], [ 120.1036872, 30.3030247 ], [ 120.1045205, 30.3034507 ], [ 120.1057839, 30.3040607 ], [ 120.106324, 30.3043214 ], [ 120.107729, 30.3049997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1076287, 30.3051256 ], [ 120.1066502, 30.3046314 ], [ 120.1044898, 30.3035401 ], [ 120.1038199, 30.3031907 ], [ 120.1032625, 30.3029318 ], [ 120.1029444, 30.3028256 ], [ 120.1026362, 30.3027437 ], [ 120.1024505, 30.3026952 ], [ 120.1022386, 30.3026679 ], [ 120.1019058, 30.3026467 ], [ 120.1017439, 30.3026334 ], [ 120.1012042, 30.302615 ], [ 120.1009261, 30.3026558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009261, 30.3026558 ], [ 120.1009197, 30.3027197 ], [ 120.1009396, 30.3045246 ], [ 120.1008954, 30.3059169 ], [ 120.1008887, 30.3069222 ], [ 120.1008435, 30.3073596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1076287, 30.3051256 ], [ 120.107729, 30.3049997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.107729, 30.3049997 ], [ 120.1076287, 30.3051256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990466, 30.3107839 ], [ 120.0993071, 30.310295 ], [ 120.0994328, 30.3100477 ], [ 120.0999235, 30.3091025 ], [ 120.1003932, 30.3082552 ], [ 120.1005412, 30.3078808 ], [ 120.1006326, 30.3075329 ], [ 120.1006763, 30.3073147 ], [ 120.1006905, 30.3069085 ], [ 120.1007257, 30.3059314 ], [ 120.1007568, 30.3045115 ], [ 120.1007752, 30.3027074 ], [ 120.1007754, 30.3026551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1042644, 30.30891 ], [ 120.1056894, 30.3072689 ], [ 120.1058609, 30.3070714 ], [ 120.1065143, 30.3063189 ], [ 120.106877, 30.3059305 ], [ 120.1072101, 30.3055738 ], [ 120.1076287, 30.3051256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1076287, 30.3051256 ], [ 120.1072101, 30.3055738 ], [ 120.106877, 30.3059305 ], [ 120.1065143, 30.3063189 ], [ 120.1058609, 30.3070714 ], [ 120.1056894, 30.3072689 ], [ 120.1042644, 30.30891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008435, 30.3073596 ], [ 120.1026958, 30.3080881 ], [ 120.1034899, 30.3084446 ], [ 120.1042644, 30.30891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1042644, 30.30891 ], [ 120.1034899, 30.3084446 ], [ 120.1026958, 30.3080881 ], [ 120.1008435, 30.3073596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1176666, 30.3064973 ], [ 120.1177647, 30.306436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1177647, 30.306436 ], [ 120.1176666, 30.3064973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1116505, 30.308001 ], [ 120.111617, 30.307963 ], [ 120.1115813, 30.3079225 ], [ 120.1108046, 30.307041 ], [ 120.1096902, 30.3061368 ], [ 120.1076287, 30.3051256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1177647, 30.306436 ], [ 120.1202424, 30.3088321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1201512, 30.3089042 ], [ 120.1197709, 30.3085306 ], [ 120.1176666, 30.3064973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118854, 30.3078618 ], [ 120.1119499, 30.3079309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1116505, 30.308001 ], [ 120.1118854, 30.3078618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1202424, 30.3088321 ], [ 120.1204593, 30.3086866 ], [ 120.1219984, 30.307654 ], [ 120.1227986, 30.3071172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1119499, 30.3079309 ], [ 120.1117168, 30.3080748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117168, 30.3080748 ], [ 120.1116505, 30.308001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228404, 30.3071667 ], [ 120.1227512, 30.3072284 ], [ 120.1224337, 30.3074478 ], [ 120.1218987, 30.3078176 ], [ 120.1217275, 30.307936 ], [ 120.1203101, 30.3089156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1176666, 30.3064973 ], [ 120.1171671, 30.3068209 ], [ 120.1165185, 30.3072783 ], [ 120.115979, 30.3076331 ], [ 120.1153917, 30.3080312 ], [ 120.1151971, 30.3081753 ], [ 120.1147097, 30.3085793 ], [ 120.1141593, 30.3090545 ], [ 120.1138962, 30.3092669 ], [ 120.1135106, 30.3096188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1135106, 30.3096188 ], [ 120.1138962, 30.3092669 ], [ 120.1141593, 30.3090545 ], [ 120.1147097, 30.3085793 ], [ 120.1151971, 30.3081753 ], [ 120.1153917, 30.3080312 ], [ 120.115979, 30.3076331 ], [ 120.1165185, 30.3072783 ], [ 120.1171671, 30.3068209 ], [ 120.1176666, 30.3064973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1119499, 30.3079309 ], [ 120.1119655, 30.3080182 ], [ 120.1119788, 30.3080921 ], [ 120.111987, 30.3081379 ], [ 120.1124454, 30.3086256 ], [ 120.1127191, 30.3089069 ], [ 120.1134072, 30.3095258 ], [ 120.1135106, 30.3096188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1201512, 30.3089042 ], [ 120.1202424, 30.3088321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1202424, 30.3088321 ], [ 120.1203101, 30.3089156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1133362, 30.3097145 ], [ 120.1126465, 30.3089791 ], [ 120.1123788, 30.3086973 ], [ 120.1118321, 30.3081862 ], [ 120.1117791, 30.3081367 ], [ 120.1117168, 30.3080748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.120236, 30.3089747 ], [ 120.1201512, 30.3089042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1203101, 30.3089156 ], [ 120.120236, 30.3089747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1133362, 30.3097145 ], [ 120.1132407, 30.3097774 ], [ 120.1125601, 30.3103488 ], [ 120.1124244, 30.3104615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "古运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1272113, 30.3075994 ], [ 120.1270539, 30.3074578 ], [ 120.1263286, 30.3068049 ], [ 120.1255895, 30.3061397 ], [ 120.1254306, 30.3059982 ], [ 120.125257, 30.3058434 ], [ 120.1250586, 30.3056667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1227986, 30.3071172 ], [ 120.1228404, 30.3071667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正德里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228404, 30.3071667 ], [ 120.1227986, 30.3071172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1272113, 30.3075994 ], [ 120.1273039, 30.3075296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "古运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273039, 30.3075296 ], [ 120.127383, 30.3076013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.127383, 30.3076013 ], [ 120.1272113, 30.3075994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1282208, 30.3084856 ], [ 120.1273949, 30.3077541 ], [ 120.1272113, 30.3075994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1284839, 30.3084261 ], [ 120.1287881, 30.3087388 ], [ 120.1293578, 30.3096943 ], [ 120.1296287, 30.3103192 ], [ 120.1296636, 30.3103847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1226943, 30.3113288 ], [ 120.1234253, 30.3105188 ], [ 120.123711, 30.3102336 ], [ 120.12393, 30.310015 ], [ 120.1243202, 30.3096255 ], [ 120.1243327, 30.3096143 ], [ 120.1244239, 30.3095211 ], [ 120.1244779, 30.3094681 ], [ 120.1249818, 30.3089416 ], [ 120.1251493, 30.3088122 ], [ 120.1253143, 30.3086847 ], [ 120.1256127, 30.3084474 ], [ 120.1259934, 30.3082346 ], [ 120.1263741, 30.3080349 ], [ 120.1267108, 30.3078597 ], [ 120.1270486, 30.307684 ], [ 120.1272113, 30.3075994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1272113, 30.3075994 ], [ 120.1270486, 30.307684 ], [ 120.1267108, 30.3078597 ], [ 120.1263741, 30.3080349 ], [ 120.1259934, 30.3082346 ], [ 120.1256127, 30.3084474 ], [ 120.1253143, 30.3086847 ], [ 120.1251493, 30.3088122 ], [ 120.1249818, 30.3089416 ], [ 120.1244779, 30.3094681 ], [ 120.1244239, 30.3095211 ], [ 120.1243327, 30.3096143 ], [ 120.1243202, 30.3096255 ], [ 120.12393, 30.310015 ], [ 120.123711, 30.3102336 ], [ 120.1234253, 30.3105188 ], [ 120.1226943, 30.3113288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008435, 30.3073596 ], [ 120.1007489, 30.3076836 ], [ 120.1006275, 30.3080546 ], [ 120.1005456, 30.3082654 ], [ 120.1003846, 30.3085996 ], [ 120.0998711, 30.3095403 ], [ 120.0995643, 30.3101433 ], [ 120.0994507, 30.3103653 ], [ 120.0991694, 30.3108575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069437, 30.3110337 ], [ 120.1071116, 30.3109379 ], [ 120.1071465, 30.3109179 ], [ 120.1077304, 30.3105073 ], [ 120.1082144, 30.3101822 ], [ 120.1087041, 30.3097849 ], [ 120.1089077, 30.3096289 ], [ 120.1091315, 30.3094646 ], [ 120.1095239, 30.3092073 ], [ 120.1096752, 30.3091216 ], [ 120.1105139, 30.3086466 ], [ 120.1107215, 30.3085198 ], [ 120.1108724, 30.3084045 ], [ 120.1115347, 30.308061 ], [ 120.1115962, 30.3080291 ], [ 120.1116505, 30.308001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117168, 30.3080748 ], [ 120.1116673, 30.3081065 ], [ 120.1116109, 30.3081427 ], [ 120.1115901, 30.308156 ], [ 120.11087, 30.3085399 ], [ 120.110412, 30.3087672 ], [ 120.1097142, 30.3091681 ], [ 120.1095586, 30.3092575 ], [ 120.1092376, 30.3094566 ], [ 120.1089197, 30.309688 ], [ 120.1082384, 30.3102282 ], [ 120.1074208, 30.310803 ], [ 120.1071552, 30.3109822 ], [ 120.1070289, 30.3110675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069437, 30.3110337 ], [ 120.1068842, 30.3109786 ], [ 120.1068224, 30.3109213 ], [ 120.1060619, 30.3102171 ], [ 120.1059025, 30.3100871 ], [ 120.1054875, 30.3097486 ], [ 120.1051654, 30.3094598 ], [ 120.1050801, 30.3094019 ], [ 120.1048769, 30.3092639 ], [ 120.1042644, 30.30891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1042644, 30.30891 ], [ 120.1048769, 30.3092639 ], [ 120.1050801, 30.3094019 ], [ 120.1051654, 30.3094598 ], [ 120.1054875, 30.3097486 ], [ 120.1059025, 30.3100871 ], [ 120.1060619, 30.3102171 ], [ 120.1068224, 30.3109213 ], [ 120.1068842, 30.3109786 ], [ 120.1069437, 30.3110337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1042644, 30.30891 ], [ 120.10356, 30.3096612 ], [ 120.102732, 30.3105443 ], [ 120.1021654, 30.3112193 ], [ 120.1020985, 30.3113496 ], [ 120.1020755, 30.3113943 ], [ 120.1020352, 30.3114728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘萍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1020352, 30.3114728 ], [ 120.1020755, 30.3113943 ], [ 120.1020985, 30.3113496 ], [ 120.1021654, 30.3112193 ], [ 120.102732, 30.3105443 ], [ 120.10356, 30.3096612 ], [ 120.1042644, 30.30891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990466, 30.3107839 ], [ 120.0991694, 30.3108575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0989807, 30.310886 ], [ 120.0990466, 30.3107839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0991694, 30.3108575 ], [ 120.0991109, 30.3109378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1124244, 30.3104615 ], [ 120.1125601, 30.3103488 ], [ 120.1132407, 30.3097774 ], [ 120.1133362, 30.3097145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1203101, 30.3089156 ], [ 120.1226943, 30.3113288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1225781, 30.3113668 ], [ 120.1219087, 30.3106981 ], [ 120.1209701, 30.3097243 ], [ 120.120236, 30.3089747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1158536, 30.3118343 ], [ 120.1175822, 30.3106814 ], [ 120.1176998, 30.3105987 ], [ 120.118357, 30.3101368 ], [ 120.1192554, 30.3095053 ], [ 120.1201512, 30.3089042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.120236, 30.3089747 ], [ 120.1182399, 30.3103171 ], [ 120.1175555, 30.3107774 ], [ 120.1159304, 30.3119355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1135106, 30.3096188 ], [ 120.1141959, 30.3103114 ], [ 120.1143347, 30.3104389 ], [ 120.1147128, 30.3107862 ], [ 120.1150566, 30.311102 ], [ 120.1158536, 30.3118343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1156854, 30.31196 ], [ 120.1150279, 30.3113321 ], [ 120.1144047, 30.3107368 ], [ 120.1142027, 30.3105439 ], [ 120.1139311, 30.3103242 ], [ 120.1134575, 30.3098388 ], [ 120.1133362, 30.3097145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085718, 30.312292 ], [ 120.1087275, 30.3121316 ], [ 120.109065, 30.3119528 ], [ 120.1094897, 30.3117706 ], [ 120.1098921, 30.3116537 ], [ 120.1102694, 30.3115518 ], [ 120.1107064, 30.3113983 ], [ 120.1111787, 30.3112306 ], [ 120.1115532, 30.3110726 ], [ 120.1119284, 30.3108452 ], [ 120.1124244, 30.3104615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1124244, 30.3104615 ], [ 120.1119284, 30.3108452 ], [ 120.1115532, 30.3110726 ], [ 120.1111787, 30.3112306 ], [ 120.1107064, 30.3113983 ], [ 120.1102694, 30.3115518 ], [ 120.1098921, 30.3116537 ], [ 120.1094897, 30.3117706 ], [ 120.109065, 30.3119528 ], [ 120.1087275, 30.3121316 ], [ 120.1085718, 30.312292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萍北弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1124244, 30.3104615 ], [ 120.1128986, 30.310937 ], [ 120.113411, 30.3114828 ], [ 120.1137355, 30.3117434 ], [ 120.1140667, 30.312004 ], [ 120.1144294, 30.3122799 ], [ 120.114815, 30.3125674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0875923, 30.3079386 ], [ 120.0875632, 30.3081068 ], [ 120.0875535, 30.3081627 ], [ 120.0874479, 30.308681 ], [ 120.087273, 30.3094363 ], [ 120.0871418, 30.3100523 ], [ 120.0870583, 30.3105233 ], [ 120.0869788, 30.3109715 ], [ 120.0868729, 30.3114685 ], [ 120.08682, 30.3117469 ], [ 120.0867973, 30.3118519 ], [ 120.0867808, 30.3119281 ], [ 120.0867682, 30.3119862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0954204, 30.3097858 ], [ 120.0976797, 30.31039 ], [ 120.0990466, 30.3107839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0989807, 30.310886 ], [ 120.0975567, 30.3104913 ], [ 120.0953648, 30.3098863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0920966, 30.3093058 ], [ 120.0917081, 30.3112807 ], [ 120.0916425, 30.3116144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0953648, 30.3098863 ], [ 120.0950496, 30.311009 ], [ 120.094999, 30.3111973 ], [ 120.094964, 30.3113275 ], [ 120.0946662, 30.3124358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0946662, 30.3124358 ], [ 120.094964, 30.3113275 ], [ 120.094999, 30.3111973 ], [ 120.0950496, 30.311009 ], [ 120.0953648, 30.3098863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0910869, 30.3137092 ], [ 120.0911024, 30.3136366 ], [ 120.0911332, 30.3134919 ], [ 120.0911739, 30.3132804 ], [ 120.09144, 30.3115603 ], [ 120.0917685, 30.310126 ], [ 120.0919625, 30.3092787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0946662, 30.3124358 ], [ 120.09339, 30.3120908 ], [ 120.0930575, 30.3120005 ], [ 120.0916425, 30.3116144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0916425, 30.3116144 ], [ 120.0930575, 30.3120005 ], [ 120.09339, 30.3120908 ], [ 120.0946662, 30.3124358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0975292, 30.3135232 ], [ 120.0989807, 30.310886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长岳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1778888, 30.2958535 ], [ 120.1779794, 30.2958387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "尧典桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1820617, 30.2955833 ], [ 120.1822153, 30.2962169 ], [ 120.1824512, 30.2971902 ], [ 120.1826689, 30.2980882 ], [ 120.1828032, 30.2986425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "尧典桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1828032, 30.2986425 ], [ 120.1826689, 30.2980882 ], [ 120.1824512, 30.2971902 ], [ 120.1822153, 30.2962169 ], [ 120.1820617, 30.2955833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "池塘庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1828032, 30.2986425 ], [ 120.1836993, 30.2986344 ], [ 120.1844484, 30.2986277 ], [ 120.1845098, 30.2986271 ], [ 120.1861923, 30.2986119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "池塘庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861923, 30.2986119 ], [ 120.1845098, 30.2986271 ], [ 120.1844484, 30.2986277 ], [ 120.1836993, 30.2986344 ], [ 120.1828032, 30.2986425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786912, 30.3057135 ], [ 120.178737, 30.3056854 ], [ 120.1788811, 30.3056044 ], [ 120.1789951, 30.3055436 ], [ 120.1790755, 30.305454 ], [ 120.1791598, 30.3052639 ], [ 120.1792464, 30.305055 ], [ 120.1793398, 30.3048845 ], [ 120.1797627, 30.304457 ], [ 120.1799098, 30.3042828 ], [ 120.1800846, 30.3040488 ], [ 120.1802122, 30.3038624 ], [ 120.1802858, 30.3037481 ], [ 120.1803487, 30.3036104 ], [ 120.1804526, 30.3033711 ], [ 120.1805311, 30.3031466 ], [ 120.1805851, 30.302922 ], [ 120.1806145, 30.302723 ], [ 120.1806489, 30.3023714 ], [ 120.1806685, 30.3021299 ], [ 120.1806636, 30.3019308 ], [ 120.1806145, 30.3016131 ], [ 120.1804673, 30.3009947 ], [ 120.1803458, 30.3005507 ], [ 120.1801533, 30.2997196 ], [ 120.1799865, 30.2990842 ], [ 120.1799227, 30.2988682 ], [ 120.1798246, 30.2986733 ], [ 120.1796529, 30.2983175 ], [ 120.1794812, 30.2980125 ], [ 120.1792506, 30.2976397 ], [ 120.1789513, 30.29725 ], [ 120.1784607, 30.2967035 ], [ 120.1782202, 30.2963985 ], [ 120.1780485, 30.2961401 ], [ 120.1779553, 30.2959876 ], [ 120.1778888, 30.2958535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1779794, 30.2958387 ], [ 120.1781185, 30.2960562 ], [ 120.1783627, 30.2963814 ], [ 120.1787856, 30.2969229 ], [ 120.1794176, 30.29767 ], [ 120.179695, 30.2981318 ], [ 120.1799215, 30.2985766 ], [ 120.1801604, 30.2992034 ], [ 120.1802821, 30.2996941 ], [ 120.1805276, 30.3005973 ], [ 120.1807663, 30.3016652 ], [ 120.1808072, 30.3022848 ], [ 120.1807224, 30.3028518 ], [ 120.1805705, 30.3033483 ], [ 120.1804613, 30.3036421 ], [ 120.1801762, 30.3041551 ], [ 120.1799613, 30.3044339 ], [ 120.1797097, 30.3047106 ], [ 120.1794906, 30.3049283 ], [ 120.1794273, 30.3049799 ], [ 120.1793926, 30.3050292 ], [ 120.1792659, 30.3052582 ], [ 120.1792396, 30.3053843 ], [ 120.1792249, 30.3054837 ], [ 120.1792364, 30.3055726 ], [ 120.1792511, 30.305643 ], [ 120.1792801, 30.3058103 ], [ 120.1792616, 30.3058641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786635, 30.3057949 ], [ 120.1786912, 30.3057135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786912, 30.3057135 ], [ 120.1789091, 30.3057715 ], [ 120.1790008, 30.3057959 ], [ 120.1792616, 30.3058641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792229, 30.3059591 ], [ 120.1788621, 30.3058532 ], [ 120.1786635, 30.3057949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1632065, 30.3008127 ], [ 120.1629966, 30.300722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1633413, 30.300681 ], [ 120.1643667, 30.3010439 ], [ 120.1653465, 30.3013907 ], [ 120.1654363, 30.3014225 ], [ 120.1681014, 30.3023657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1679992, 30.3025736 ], [ 120.1678892, 30.302539 ], [ 120.1654215, 30.3016778 ], [ 120.1653316, 30.3016465 ], [ 120.1647811, 30.3014543 ], [ 120.1643767, 30.3013132 ], [ 120.1632065, 30.3008127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "再行路", "蝶飞巷" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1681014, 30.3023657 ], [ 120.1680515, 30.3024673 ], [ 120.1679992, 30.3025736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "再行路", "蝶飞巷" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1679992, 30.3025736 ], [ 120.1680515, 30.3024673 ], [ 120.1681014, 30.3023657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "再行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1679992, 30.3025736 ], [ 120.1677425, 30.3031062 ], [ 120.1676368, 30.3033858 ], [ 120.1673739, 30.3040811 ], [ 120.1669579, 30.3049772 ], [ 120.1668551, 30.3052232 ], [ 120.1666722, 30.3056611 ], [ 120.1663028, 30.3064519 ], [ 120.1661992, 30.3068444 ], [ 120.1661628, 30.3069825 ], [ 120.166014, 30.3075298 ], [ 120.1660017, 30.307575 ], [ 120.1659706, 30.3076854 ], [ 120.1658767, 30.3081323 ], [ 120.165857, 30.3082298 ], [ 120.1656868, 30.309004 ], [ 120.1655593, 30.3095843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "再行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655593, 30.3095843 ], [ 120.1656868, 30.309004 ], [ 120.165857, 30.3082298 ], [ 120.1658767, 30.3081323 ], [ 120.1659706, 30.3076854 ], [ 120.1660017, 30.307575 ], [ 120.166014, 30.3075298 ], [ 120.1661628, 30.3069825 ], [ 120.1661992, 30.3068444 ], [ 120.1663028, 30.3064519 ], [ 120.1666722, 30.3056611 ], [ 120.1668551, 30.3052232 ], [ 120.1669579, 30.3049772 ], [ 120.1673739, 30.3040811 ], [ 120.1676368, 30.3033858 ], [ 120.1677425, 30.3031062 ], [ 120.1679992, 30.3025736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15957, 30.3085808 ], [ 120.1601198, 30.3086695 ], [ 120.160358, 30.3087021 ], [ 120.1610607, 30.3087983 ], [ 120.161182, 30.3088213 ], [ 120.162106, 30.3089966 ], [ 120.1624556, 30.3090579 ], [ 120.1629512, 30.3091474 ], [ 120.1632115, 30.3091934 ], [ 120.1641355, 30.3093536 ], [ 120.1642452, 30.3093726 ], [ 120.164606, 30.3094351 ], [ 120.1655593, 30.3095843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655465, 30.3096659 ], [ 120.1644187, 30.3094702 ], [ 120.1632704, 30.3092707 ], [ 120.1631722, 30.3092568 ], [ 120.1629392, 30.3092115 ], [ 120.1624522, 30.3091348 ], [ 120.1617827, 30.3090134 ], [ 120.161532, 30.3089667 ], [ 120.1611879, 30.3089026 ], [ 120.1609405, 30.3088512 ], [ 120.1605831, 30.3087996 ], [ 120.1599857, 30.3087134 ], [ 120.1596789, 30.3086755 ], [ 120.1595787, 30.3086608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧桃巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655465, 30.3096659 ], [ 120.1655593, 30.3095843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1728371, 30.3042912 ], [ 120.17265, 30.304222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1728921, 30.3041284 ], [ 120.1733189, 30.3042657 ], [ 120.1739891, 30.3044489 ], [ 120.1742219, 30.3045126 ], [ 120.1751512, 30.3047667 ], [ 120.1766344, 30.3051723 ], [ 120.1766437, 30.3051748 ], [ 120.1772869, 30.3053399 ], [ 120.1783212, 30.3056137 ], [ 120.1786912, 30.3057135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1786635, 30.3057949 ], [ 120.1775594, 30.3054711 ], [ 120.1766112, 30.3052482 ], [ 120.1757485, 30.3050875 ], [ 120.1742407, 30.3046792 ], [ 120.1740416, 30.3046253 ], [ 120.1737651, 30.3045504 ], [ 120.1728371, 30.3042912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711595, 30.3105535 ], [ 120.1713822, 30.3094758 ], [ 120.1714115, 30.3092964 ], [ 120.1714719, 30.3090014 ], [ 120.1716047, 30.3085119 ], [ 120.1716828, 30.3082239 ], [ 120.1719729, 30.3070169 ], [ 120.1721401, 30.3062856 ], [ 120.1723789, 30.3053336 ], [ 120.1726268, 30.3043452 ], [ 120.17265, 30.304222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1728371, 30.3042912 ], [ 120.1728205, 30.3043655 ], [ 120.1726372, 30.3050301 ], [ 120.172523, 30.3054445 ], [ 120.1724549, 30.3057054 ], [ 120.1721632, 30.3069417 ], [ 120.1720463, 30.3074891 ], [ 120.1720219, 30.3076034 ], [ 120.1720096, 30.3076421 ], [ 120.1718551, 30.3081271 ], [ 120.1717393, 30.3085382 ], [ 120.1716391, 30.3088941 ], [ 120.1714994, 30.3095813 ], [ 120.17129, 30.3105614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711595, 30.3105535 ], [ 120.17129, 30.3105614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711354, 30.3106375 ], [ 120.1711595, 30.3105535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17129, 30.3105614 ], [ 120.1723252, 30.3106271 ], [ 120.1723848, 30.3106289 ], [ 120.1728645, 30.3106302 ], [ 120.1729846, 30.3106301 ], [ 120.1747748, 30.3106292 ], [ 120.1754792, 30.3106288 ], [ 120.1760048, 30.3106304 ], [ 120.1785672, 30.3106381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17129, 30.3105614 ], [ 120.1712696, 30.3106575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1712696, 30.3106575 ], [ 120.1711354, 30.3106375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1569127, 30.307386 ], [ 120.1569525, 30.3073144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1569525, 30.3073144 ], [ 120.1571888, 30.3074203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1571296, 30.3074847 ], [ 120.1569127, 30.307386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1571888, 30.3074203 ], [ 120.1571296, 30.3074847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1571888, 30.3074203 ], [ 120.1579029, 30.3077794 ], [ 120.1579827, 30.3078205 ], [ 120.1587562, 30.3082189 ], [ 120.158967, 30.3083274 ], [ 120.1591502, 30.3084116 ], [ 120.1593882, 30.308521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594012, 30.3086173 ], [ 120.1591435, 30.3084918 ], [ 120.1584379, 30.3081274 ], [ 120.1581386, 30.3079728 ], [ 120.1571296, 30.3074847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593882, 30.308521 ], [ 120.15957, 30.3085808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594012, 30.3086173 ], [ 120.1593882, 30.308521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.15957, 30.3085808 ], [ 120.1595787, 30.3086608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595787, 30.3086608 ], [ 120.1594012, 30.3086173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧桃巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655593, 30.3095843 ], [ 120.1655465, 30.3096659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655593, 30.3095843 ], [ 120.1660002, 30.3096636 ], [ 120.1669077, 30.3098269 ], [ 120.1673659, 30.3099094 ], [ 120.1678394, 30.3099927 ], [ 120.168397, 30.3100907 ], [ 120.1690891, 30.3102251 ], [ 120.1695875, 30.3103039 ], [ 120.1698542, 30.3103499 ], [ 120.1702632, 30.3104141 ], [ 120.1711595, 30.3105535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711354, 30.3106375 ], [ 120.1702856, 30.310481 ], [ 120.1698414, 30.310413 ], [ 120.1692532, 30.3103244 ], [ 120.1692337, 30.3103215 ], [ 120.1690872, 30.310296 ], [ 120.1684277, 30.3101809 ], [ 120.1679658, 30.3100891 ], [ 120.1675586, 30.3100215 ], [ 120.1669943, 30.3099277 ], [ 120.1669734, 30.3099242 ], [ 120.1663597, 30.3098107 ], [ 120.1655465, 30.3096659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧桃巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1647603, 30.3129073 ], [ 120.1647698, 30.3128154 ], [ 120.1649504, 30.3121139 ], [ 120.1649605, 30.3120747 ], [ 120.1650789, 30.3115617 ], [ 120.1651186, 30.3114091 ], [ 120.1651476, 30.3112771 ], [ 120.1651611, 30.3112153 ], [ 120.1652045, 30.3110178 ], [ 120.1652339, 30.3109056 ], [ 120.1652483, 30.3108505 ], [ 120.1653099, 30.3106153 ], [ 120.1653967, 30.3102669 ], [ 120.1654451, 30.3100728 ], [ 120.1655465, 30.3096659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧桃巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655465, 30.3096659 ], [ 120.1654451, 30.3100728 ], [ 120.1653967, 30.3102669 ], [ 120.1653099, 30.3106153 ], [ 120.1652483, 30.3108505 ], [ 120.1652339, 30.3109056 ], [ 120.1652045, 30.3110178 ], [ 120.1651611, 30.3112153 ], [ 120.1651476, 30.3112771 ], [ 120.1651186, 30.3114091 ], [ 120.1650789, 30.3115617 ], [ 120.1649605, 30.3120747 ], [ 120.1649504, 30.3121139 ], [ 120.1647698, 30.3128154 ], [ 120.1647603, 30.3129073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "颜三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1705447, 30.3130519 ], [ 120.1696794, 30.3129734 ], [ 120.1693162, 30.3129523 ], [ 120.1683734, 30.3128908 ], [ 120.1676577, 30.3128591 ], [ 120.167063, 30.3128734 ], [ 120.1659076, 30.3129012 ], [ 120.1657175, 30.3129022 ], [ 120.1647603, 30.3129073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "颜三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1647603, 30.3129073 ], [ 120.1657175, 30.3129022 ], [ 120.1659076, 30.3129012 ], [ 120.167063, 30.3128734 ], [ 120.1676577, 30.3128591 ], [ 120.1683734, 30.3128908 ], [ 120.1693162, 30.3129523 ], [ 120.1696794, 30.3129734 ], [ 120.1705447, 30.3130519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "颜三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601447, 30.3130159 ], [ 120.1603233, 30.3130074 ], [ 120.1608049, 30.3129826 ], [ 120.161352, 30.3129706 ], [ 120.1618576, 30.3129596 ], [ 120.1626844, 30.3129415 ], [ 120.162832, 30.3129315 ], [ 120.1628941, 30.3129295 ], [ 120.1630136, 30.3129257 ], [ 120.1631111, 30.3129226 ], [ 120.1633126, 30.3129206 ], [ 120.1637978, 30.312912 ], [ 120.1639127, 30.31291 ], [ 120.1647603, 30.3129073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "颜三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1647603, 30.3129073 ], [ 120.1639127, 30.31291 ], [ 120.1637978, 30.312912 ], [ 120.1633126, 30.3129206 ], [ 120.1631111, 30.3129226 ], [ 120.1630136, 30.3129257 ], [ 120.1628941, 30.3129295 ], [ 120.162832, 30.3129315 ], [ 120.1626844, 30.3129415 ], [ 120.1618576, 30.3129596 ], [ 120.161352, 30.3129706 ], [ 120.1608049, 30.3129826 ], [ 120.1603233, 30.3130074 ], [ 120.1601447, 30.3130159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灯塔巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655708, 30.3156499 ], [ 120.1655043, 30.3155274 ], [ 120.1654485, 30.3154143 ], [ 120.1654228, 30.3153597 ], [ 120.1653296, 30.3151698 ], [ 120.1653109, 30.3151357 ], [ 120.1652855, 30.3150842 ], [ 120.1650281, 30.314563 ], [ 120.1648905, 30.3142799 ], [ 120.164765, 30.3138979 ], [ 120.1647309, 30.3137286 ], [ 120.1647084, 30.3136168 ], [ 120.1647132, 30.3133568 ], [ 120.1647603, 30.3129073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1785609, 30.3107268 ], [ 120.1782633, 30.310716 ], [ 120.1779902, 30.3107092 ], [ 120.1775378, 30.3107059 ], [ 120.1766951, 30.3106997 ], [ 120.1764155, 30.3106977 ], [ 120.1763215, 30.3106973 ], [ 120.1748621, 30.3106919 ], [ 120.1747641, 30.3106914 ], [ 120.1738993, 30.3106871 ], [ 120.1737129, 30.3106862 ], [ 120.1735289, 30.3106866 ], [ 120.1729544, 30.3106877 ], [ 120.1728623, 30.3106879 ], [ 120.1723332, 30.310689 ], [ 120.1712696, 30.3106575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1705447, 30.3130519 ], [ 120.1706628, 30.3126677 ], [ 120.170725, 30.3123266 ], [ 120.1708275, 30.3119965 ], [ 120.1711354, 30.3106375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1712696, 30.3106575 ], [ 120.1711086, 30.3113759 ], [ 120.170884, 30.3123177 ], [ 120.1708138, 30.3126394 ], [ 120.1707372, 30.3129846 ], [ 120.1706959, 30.3130664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "颜三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1706959, 30.3130664 ], [ 120.1705447, 30.3130519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "颜三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1705447, 30.3130519 ], [ 120.1706959, 30.3130664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169914, 30.3157905 ], [ 120.1699551, 30.3156184 ], [ 120.1705447, 30.3130519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1706959, 30.3130664 ], [ 120.1705536, 30.3136709 ], [ 120.170384, 30.3143911 ], [ 120.1702004, 30.3151709 ], [ 120.170081, 30.315678 ], [ 120.1700568, 30.3158081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169914, 30.3157905 ], [ 120.1700568, 30.3158081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700568, 30.3158081 ], [ 120.169914, 30.3157905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1693413, 30.3182552 ], [ 120.1693876, 30.3180542 ], [ 120.169521, 30.3174647 ], [ 120.1696049, 30.3170942 ], [ 120.1696816, 30.3167553 ], [ 120.169914, 30.3157905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灯塔巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1647603, 30.3129073 ], [ 120.1647132, 30.3133568 ], [ 120.1647084, 30.3136168 ], [ 120.1647309, 30.3137286 ], [ 120.164765, 30.3138979 ], [ 120.1648905, 30.3142799 ], [ 120.1650281, 30.314563 ], [ 120.1652855, 30.3150842 ], [ 120.1653109, 30.3151357 ], [ 120.1653296, 30.3151698 ], [ 120.1654228, 30.3153597 ], [ 120.1654485, 30.3154143 ], [ 120.1655043, 30.3155274 ], [ 120.1655708, 30.3156499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.169914, 30.3157905 ], [ 120.1696835, 30.3157654 ], [ 120.169464, 30.3157581 ], [ 120.1671602, 30.315681 ], [ 120.1660369, 30.315659 ], [ 120.1655708, 30.3156499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655708, 30.3156499 ], [ 120.1660369, 30.315659 ], [ 120.1671602, 30.315681 ], [ 120.169464, 30.3157581 ], [ 120.1696835, 30.3157654 ], [ 120.169914, 30.3157905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655708, 30.3156499 ], [ 120.1644539, 30.3156865 ], [ 120.1637035, 30.315754 ], [ 120.1630628, 30.3158041 ], [ 120.1629947, 30.3158089 ], [ 120.162811, 30.3158181 ], [ 120.1627758, 30.3158204 ], [ 120.1623749, 30.3158432 ], [ 120.1605844, 30.3158927 ], [ 120.1604992, 30.3158964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1604992, 30.3158964 ], [ 120.1605844, 30.3158927 ], [ 120.1623749, 30.3158432 ], [ 120.1627758, 30.3158204 ], [ 120.162811, 30.3158181 ], [ 120.1629947, 30.3158089 ], [ 120.1630628, 30.3158041 ], [ 120.1637035, 30.315754 ], [ 120.1644539, 30.3156865 ], [ 120.1655708, 30.3156499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灯塔巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655708, 30.3156499 ], [ 120.165661, 30.3159209 ], [ 120.1658788, 30.3164278 ], [ 120.1660769, 30.3168331 ], [ 120.1661877, 30.3171099 ], [ 120.166204, 30.3171719 ], [ 120.1662137, 30.3173797 ], [ 120.1662225, 30.3178131 ], [ 120.1662163, 30.3182753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灯塔巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662163, 30.3182753 ], [ 120.1662225, 30.3178131 ], [ 120.1662137, 30.3173797 ], [ 120.166204, 30.3171719 ], [ 120.1661877, 30.3171099 ], [ 120.1660769, 30.3168331 ], [ 120.1658788, 30.3164278 ], [ 120.165661, 30.3159209 ], [ 120.1655708, 30.3156499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662163, 30.3182753 ], [ 120.1668398, 30.3182637 ], [ 120.1693413, 30.3182552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1693053, 30.318387 ], [ 120.1693413, 30.3182552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灯塔巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662163, 30.3182753 ], [ 120.1662134, 30.3183991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700568, 30.3158081 ], [ 120.1699052, 30.3165231 ], [ 120.1697769, 30.3171285 ], [ 120.1697237, 30.3173796 ], [ 120.1695752, 30.3180801 ], [ 120.1695437, 30.3182587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星召巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742972, 30.3167729 ], [ 120.1742918, 30.3175844 ], [ 120.1742886, 30.3180799 ], [ 120.1742879, 30.3181826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星召巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742879, 30.3181826 ], [ 120.1742886, 30.3180799 ], [ 120.1742918, 30.3175844 ], [ 120.1742972, 30.3167729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742879, 30.3181826 ], [ 120.1748391, 30.3181774 ], [ 120.1755598, 30.3181705 ], [ 120.1758823, 30.3181543 ], [ 120.1759605, 30.3181464 ], [ 120.1764353, 30.3180983 ], [ 120.1768218, 30.3180592 ], [ 120.1781187, 30.3179331 ], [ 120.1782938, 30.3179098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1782981, 30.3180227 ], [ 120.1765783, 30.3181555 ], [ 120.1764763, 30.318164 ], [ 120.17578, 30.3182219 ], [ 120.1753665, 30.3182385 ], [ 120.1751115, 30.3182436 ], [ 120.1742879, 30.3182602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星召巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742879, 30.3182602 ], [ 120.1742879, 30.3181826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星召巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742879, 30.3181826 ], [ 120.1742879, 30.3182602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695437, 30.3182587 ], [ 120.1698738, 30.3182735 ], [ 120.1708488, 30.3182522 ], [ 120.1712169, 30.3182442 ], [ 120.1719925, 30.3182273 ], [ 120.1724622, 30.3182171 ], [ 120.1725142, 30.318216 ], [ 120.172596, 30.3182142 ], [ 120.1738775, 30.3181862 ], [ 120.1741111, 30.3181811 ], [ 120.1742879, 30.3181826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1693413, 30.3182552 ], [ 120.1695437, 30.3182587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695437, 30.3182587 ], [ 120.1695305, 30.3183845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1787191, 30.3107039 ], [ 120.1786642, 30.3113401 ], [ 120.1786299, 30.3118249 ], [ 120.1785957, 30.3123086 ], [ 120.1785926, 30.3124141 ], [ 120.1785799, 30.3128451 ], [ 120.1785746, 30.3130225 ], [ 120.178522, 30.3133408 ], [ 120.1784693, 30.3141729 ], [ 120.1784746, 30.3145366 ], [ 120.1784851, 30.3150595 ], [ 120.1784851, 30.3157232 ], [ 120.1784851, 30.3161884 ], [ 120.1784851, 30.3166981 ], [ 120.1784851, 30.3170088 ], [ 120.1784851, 30.3175876 ], [ 120.17844, 30.3178977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1782938, 30.3179098 ], [ 120.1782986, 30.3177488 ], [ 120.1783432, 30.3157466 ], [ 120.1783466, 30.3150985 ], [ 120.1783494, 30.3145775 ], [ 120.178362, 30.3141684 ], [ 120.1783925, 30.3133128 ], [ 120.1784599, 30.3124334 ], [ 120.1784886, 30.3119488 ], [ 120.1785609, 30.3107268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "费家塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1823262, 30.3090126 ], [ 120.1823262, 30.3090951 ], [ 120.1823242, 30.3096865 ], [ 120.1823343, 30.3101533 ], [ 120.1823451, 30.3106943 ], [ 120.1823465, 30.310764 ], [ 120.1823689, 30.3112343 ], [ 120.1823913, 30.3118555 ], [ 120.1823974, 30.3124381 ], [ 120.1824075, 30.312861 ], [ 120.1824116, 30.3136156 ], [ 120.1824156, 30.3140315 ], [ 120.1824201, 30.3141021 ], [ 120.1824105, 30.3144641 ], [ 120.1824095, 30.3147422 ], [ 120.1823994, 30.3152037 ], [ 120.1823977, 30.3156301 ], [ 120.1823974, 30.3157038 ], [ 120.1824034, 30.3162513 ], [ 120.1823953, 30.3170146 ], [ 120.1823811, 30.3173568 ], [ 120.1823823, 30.3173757 ], [ 120.1823718, 30.3176728 ], [ 120.1823831, 30.3177972 ], [ 120.1823608, 30.3180797 ], [ 120.1823099, 30.3183833 ], [ 120.1822286, 30.3187097 ], [ 120.1821006, 30.3190975 ], [ 120.1819542, 30.3194467 ], [ 120.1818018, 30.3197888 ], [ 120.181755, 30.3198953 ], [ 120.1816351, 30.3201679 ], [ 120.181505, 30.320489 ], [ 120.1813688, 30.3208188 ], [ 120.1813666, 30.320825 ], [ 120.1812489, 30.3211505 ], [ 120.1811396, 30.3215037 ], [ 120.1811367, 30.3215131 ], [ 120.1810932, 30.3218744 ], [ 120.1810792, 30.3219667 ], [ 120.1810205, 30.3223555 ], [ 120.1810221, 30.3227464 ], [ 120.1810606, 30.3232437 ], [ 120.1810643, 30.3232917 ], [ 120.1810773, 30.3234489 ], [ 120.1810876, 30.3235738 ], [ 120.1811406, 30.3242139 ], [ 120.1811642, 30.3245295 ], [ 120.1812164, 30.3252297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "费家塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1812164, 30.3252297 ], [ 120.1811642, 30.3245295 ], [ 120.1811406, 30.3242139 ], [ 120.1810876, 30.3235738 ], [ 120.1810773, 30.3234489 ], [ 120.1810643, 30.3232917 ], [ 120.1810606, 30.3232437 ], [ 120.1810221, 30.3227464 ], [ 120.1810205, 30.3223555 ], [ 120.1810792, 30.3219667 ], [ 120.1810932, 30.3218744 ], [ 120.1811367, 30.3215131 ], [ 120.1811396, 30.3215037 ], [ 120.1812489, 30.3211505 ], [ 120.1813666, 30.320825 ], [ 120.1813688, 30.3208188 ], [ 120.181505, 30.320489 ], [ 120.1816351, 30.3201679 ], [ 120.181755, 30.3198953 ], [ 120.1818018, 30.3197888 ], [ 120.1819542, 30.3194467 ], [ 120.1821006, 30.3190975 ], [ 120.1822286, 30.3187097 ], [ 120.1823099, 30.3183833 ], [ 120.1823608, 30.3180797 ], [ 120.1823831, 30.3177972 ], [ 120.1823718, 30.3176728 ], [ 120.1823823, 30.3173757 ], [ 120.1823811, 30.3173568 ], [ 120.1823953, 30.3170146 ], [ 120.1824034, 30.3162513 ], [ 120.1823974, 30.3157038 ], [ 120.1823977, 30.3156301 ], [ 120.1823994, 30.3152037 ], [ 120.1824095, 30.3147422 ], [ 120.1824105, 30.3144641 ], [ 120.1824201, 30.3141021 ], [ 120.1824156, 30.3140315 ], [ 120.1824116, 30.3136156 ], [ 120.1824075, 30.312861 ], [ 120.1823974, 30.3124381 ], [ 120.1823913, 30.3118555 ], [ 120.1823689, 30.3112343 ], [ 120.1823465, 30.310764 ], [ 120.1823451, 30.3106943 ], [ 120.1823343, 30.3101533 ], [ 120.1823242, 30.3096865 ], [ 120.1823262, 30.3090951 ], [ 120.1823262, 30.3090126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1782938, 30.3179098 ], [ 120.17844, 30.3178977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17844, 30.3178977 ], [ 120.1784129, 30.318001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1782981, 30.3180227 ], [ 120.1782938, 30.3179098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784129, 30.318001 ], [ 120.1782981, 30.3180227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1784129, 30.318001 ], [ 120.178403, 30.3183741 ], [ 120.1783632, 30.3192748 ], [ 120.1783347, 30.31951 ], [ 120.1783284, 30.3195621 ], [ 120.1782291, 30.319858 ], [ 120.17808, 30.3201668 ], [ 120.1778763, 30.3204585 ], [ 120.1776031, 30.3208101 ], [ 120.1774708, 30.3209482 ], [ 120.177327, 30.3210982 ], [ 120.1772976, 30.3211319 ], [ 120.1771437, 30.3212963 ], [ 120.1765934, 30.32187 ], [ 120.1760226, 30.322465 ], [ 120.17573, 30.32277 ], [ 120.1751345, 30.3234501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751345, 30.3234501 ], [ 120.1767487, 30.3240831 ], [ 120.1770641, 30.3242068 ], [ 120.1782031, 30.3245958 ], [ 120.1785322, 30.3246942 ], [ 120.1793575, 30.3248707 ], [ 120.1812164, 30.3252297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "灯塔巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662134, 30.3183991 ], [ 120.1662163, 30.3182753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1693053, 30.318387 ], [ 120.1662134, 30.3183991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609342, 30.3185152 ], [ 120.1613866, 30.3184125 ], [ 120.1618723, 30.3183378 ], [ 120.1619955, 30.3183362 ], [ 120.162542, 30.3183292 ], [ 120.162756, 30.318328 ], [ 120.1629759, 30.3183251 ], [ 120.1640288, 30.31831 ], [ 120.164315, 30.3183109 ], [ 120.1650668, 30.3182968 ], [ 120.1656891, 30.3182852 ], [ 120.1660262, 30.3182789 ], [ 120.1662163, 30.3182753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662134, 30.3183991 ], [ 120.163497, 30.3184098 ], [ 120.1630174, 30.3184271 ], [ 120.1627305, 30.3184316 ], [ 120.1618439, 30.3184464 ], [ 120.1613036, 30.3185431 ], [ 120.1609596, 30.3186266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684613, 30.321895 ], [ 120.1685204, 30.3216494 ], [ 120.1686025, 30.3213081 ], [ 120.1690493, 30.3194509 ], [ 120.1693053, 30.318387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695305, 30.3183845 ], [ 120.1694425, 30.3187612 ], [ 120.1693875, 30.3189972 ], [ 120.1693667, 30.319086 ], [ 120.1692478, 30.3195954 ], [ 120.1690761, 30.3203309 ], [ 120.1689702, 30.3207842 ], [ 120.1689421, 30.3209046 ], [ 120.16886, 30.3212563 ], [ 120.1687018, 30.3219337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "新天地街", "白石巷" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609596, 30.3186266 ], [ 120.1609931, 30.318754 ], [ 120.1610396, 30.318869 ], [ 120.1611906, 30.3191282 ], [ 120.1613242, 30.3193573 ], [ 120.1616939, 30.3199795 ], [ 120.1617477, 30.3200736 ], [ 120.1617836, 30.3201363 ], [ 120.161916, 30.3203044 ], [ 120.1621677, 30.3206484 ], [ 120.1622941, 30.3207591 ], [ 120.1625542, 30.3209868 ], [ 120.1626455, 30.3210473 ], [ 120.1628933, 30.3212115 ], [ 120.1629852, 30.3212552 ], [ 120.1631864, 30.321351 ], [ 120.1636051, 30.321507 ], [ 120.163945, 30.3216067 ], [ 120.1646121, 30.3216725 ], [ 120.1659, 30.3216532 ], [ 120.1660351, 30.3216575 ], [ 120.1664249, 30.3216699 ], [ 120.1684613, 30.321895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "新天地街", "白石巷" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684286, 30.3220359 ], [ 120.1675788, 30.3218997 ], [ 120.1664003, 30.3217684 ], [ 120.1660313, 30.3217635 ], [ 120.1659332, 30.3217622 ], [ 120.1645909, 30.3217747 ], [ 120.1640825, 30.3217253 ], [ 120.163679, 30.3216457 ], [ 120.163558, 30.3216071 ], [ 120.1632621, 30.3215129 ], [ 120.1629099, 30.3213621 ], [ 120.1627272, 30.3212528 ], [ 120.1626837, 30.3212234 ], [ 120.1625406, 30.3211267 ], [ 120.1624275, 30.3210503 ], [ 120.1621688, 30.320834 ], [ 120.1619645, 30.3205704 ], [ 120.1617806, 30.3202808 ], [ 120.1612392, 30.3194216 ], [ 120.1610883, 30.3191759 ], [ 120.1608778, 30.3188252 ], [ 120.160811, 30.3186686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684613, 30.321895 ], [ 120.1687018, 30.3219337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1684286, 30.3220359 ], [ 120.1684613, 30.321895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1399743, 30.3075625 ], [ 120.1388723, 30.3068729 ], [ 120.1374485, 30.3060344 ], [ 120.1372775, 30.3059337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金华南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1400516, 30.3074374 ], [ 120.1399743, 30.3075625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金华南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1399743, 30.3075625 ], [ 120.1400516, 30.3074374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1344308, 30.3115934 ], [ 120.1344359, 30.3114948 ], [ 120.1344774, 30.3103661 ], [ 120.1347181, 30.3093203 ], [ 120.1351247, 30.3084406 ], [ 120.1356061, 30.3076688 ], [ 120.1358242, 30.307411 ], [ 120.1362451, 30.3069135 ], [ 120.1370771, 30.306007 ], [ 120.1371619, 30.3059146 ], [ 120.1371936, 30.30588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1372775, 30.3059337 ], [ 120.1371662, 30.3060536 ], [ 120.1363638, 30.3069176 ], [ 120.1363082, 30.3069833 ], [ 120.1362485, 30.3070529 ], [ 120.1358019, 30.3075816 ], [ 120.1357248, 30.3076729 ], [ 120.1352434, 30.3084447 ], [ 120.1350025, 30.3089659 ], [ 120.1348368, 30.3093244 ], [ 120.1346429, 30.310167 ], [ 120.1346176, 30.3102768 ], [ 120.1345961, 30.3103702 ], [ 120.1345546, 30.3114989 ], [ 120.134554, 30.3116034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金华南路", "金华路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1376675, 30.3115857 ], [ 120.1376867, 30.3111705 ], [ 120.1377296, 30.3108619 ], [ 120.1377918, 30.3106514 ], [ 120.137858, 30.3104479 ], [ 120.1379754, 30.3102314 ], [ 120.1381173, 30.3099937 ], [ 120.1382582, 30.3098188 ], [ 120.1384662, 30.3095607 ], [ 120.1385425, 30.3094669 ], [ 120.1388135, 30.3091306 ], [ 120.1390995, 30.3087337 ], [ 120.1392063, 30.3085855 ], [ 120.139342, 30.3083971 ], [ 120.1393832, 30.3083349 ], [ 120.1394211, 30.3082777 ], [ 120.1395677, 30.3080749 ], [ 120.1399743, 30.3075625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金华南路", "金华路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1399743, 30.3075625 ], [ 120.1395677, 30.3080749 ], [ 120.1394211, 30.3082777 ], [ 120.1393832, 30.3083349 ], [ 120.139342, 30.3083971 ], [ 120.1392063, 30.3085855 ], [ 120.1390995, 30.3087337 ], [ 120.1388135, 30.3091306 ], [ 120.1385425, 30.3094669 ], [ 120.1384662, 30.3095607 ], [ 120.1382582, 30.3098188 ], [ 120.1381173, 30.3099937 ], [ 120.1379754, 30.3102314 ], [ 120.137858, 30.3104479 ], [ 120.1377918, 30.3106514 ], [ 120.1377296, 30.3108619 ], [ 120.1376867, 30.3111705 ], [ 120.1376675, 30.3115857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大浒街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427484, 30.3114966 ], [ 120.1417768, 30.3115091 ], [ 120.1412179, 30.3115165 ], [ 120.1403475, 30.3115281 ], [ 120.1399168, 30.3115223 ], [ 120.1396285, 30.3115184 ], [ 120.1394495, 30.311516 ], [ 120.1394248, 30.311517 ], [ 120.1390063, 30.3115333 ], [ 120.1388118, 30.3115409 ], [ 120.138557, 30.3115509 ], [ 120.1376675, 30.3115857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大浒街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1376675, 30.3115857 ], [ 120.138557, 30.3115509 ], [ 120.1388118, 30.3115409 ], [ 120.1390063, 30.3115333 ], [ 120.1394248, 30.311517 ], [ 120.1394495, 30.311516 ], [ 120.1396285, 30.3115184 ], [ 120.1399168, 30.3115223 ], [ 120.1403475, 30.3115281 ], [ 120.1412179, 30.3115165 ], [ 120.1417768, 30.3115091 ], [ 120.1427484, 30.3114966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大浒街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.134554, 30.3116034 ], [ 120.1352012, 30.3115997 ], [ 120.1354723, 30.3115982 ], [ 120.1358923, 30.3115958 ], [ 120.1362599, 30.3115937 ], [ 120.1369519, 30.3115897 ], [ 120.1374303, 30.311587 ], [ 120.1376675, 30.3115857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1431231, 30.309437 ], [ 120.1429378, 30.3093027 ], [ 120.1424332, 30.3090167 ], [ 120.1423228, 30.3089429 ], [ 120.1415839, 30.3084999 ], [ 120.1413019, 30.3083357 ], [ 120.1399743, 30.3075625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1431231, 30.309437 ], [ 120.1431983, 30.3092979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1431983, 30.3092979 ], [ 120.1434755, 30.3094444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1434037, 30.3096018 ], [ 120.1431231, 30.309437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1434755, 30.3094444 ], [ 120.1434037, 30.3096018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427484, 30.3114966 ], [ 120.1427999, 30.3109907 ], [ 120.1428201, 30.3107925 ], [ 120.1428651, 30.31035 ], [ 120.1431231, 30.309437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1434755, 30.3094444 ], [ 120.1440495, 30.3098098 ], [ 120.1447026, 30.3102256 ], [ 120.1459771, 30.3110057 ], [ 120.1465971, 30.3113927 ], [ 120.1476541, 30.3120524 ], [ 120.1477067, 30.3120852 ], [ 120.1484541, 30.3125039 ], [ 120.1491956, 30.3129194 ], [ 120.1498904, 30.3133086 ], [ 120.1506649, 30.3138176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1505725, 30.3139065 ], [ 120.1496471, 30.3133495 ], [ 120.1483674, 30.3126128 ], [ 120.1476103, 30.3121848 ], [ 120.1469738, 30.311794 ], [ 120.1468618, 30.3117252 ], [ 120.1460994, 30.3112571 ], [ 120.1457759, 30.3110584 ], [ 120.1455145, 30.3108979 ], [ 120.1444836, 30.3102649 ], [ 120.1437975, 30.3098436 ], [ 120.1434037, 30.3096018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1434037, 30.3096018 ], [ 120.1432502, 30.3099556 ], [ 120.1432424, 30.3099964 ], [ 120.1431662, 30.3103941 ], [ 120.1431476, 30.3105734 ], [ 120.1431246, 30.3107948 ], [ 120.1430679, 30.3113394 ], [ 120.1429778, 30.3122061 ], [ 120.1429492, 30.3124809 ], [ 120.1429378, 30.3125907 ], [ 120.1429139, 30.3128207 ], [ 120.1427644, 30.3144704 ], [ 120.1427498, 30.3146311 ], [ 120.1426544, 30.3156841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1423534, 30.3156993 ], [ 120.1423896, 30.3153371 ], [ 120.1424567, 30.3146658 ], [ 120.142512, 30.3141129 ], [ 120.1425567, 30.3136657 ], [ 120.1425876, 30.3133566 ], [ 120.1426234, 30.3129424 ], [ 120.1426438, 30.3127065 ], [ 120.1427039, 30.312011 ], [ 120.1427208, 30.3118159 ], [ 120.1427484, 30.3114966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1506649, 30.3138176 ], [ 120.151553, 30.3130684 ], [ 120.1518378, 30.3128277 ], [ 120.152337, 30.3122876 ], [ 120.152742, 30.3118639 ], [ 120.1535699, 30.3109775 ], [ 120.1536771, 30.3108629 ], [ 120.1552193, 30.3092154 ], [ 120.1556032, 30.3088053 ], [ 120.1569127, 30.307386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1571296, 30.3074847 ], [ 120.1561307, 30.3085719 ], [ 120.1557951, 30.3089372 ], [ 120.1555617, 30.3091839 ], [ 120.1551534, 30.3096136 ], [ 120.1537159, 30.3111353 ], [ 120.1528278, 30.3120364 ], [ 120.1524558, 30.3124165 ], [ 120.1515497, 30.3132932 ], [ 120.150799, 30.3139336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1599998, 30.3130168 ], [ 120.1599647, 30.312689 ], [ 120.1598609, 30.3119691 ], [ 120.159845, 30.3118525 ], [ 120.1598287, 30.3117334 ], [ 120.159761, 30.311277 ], [ 120.1597472, 30.3111747 ], [ 120.1596786, 30.3106678 ], [ 120.1596721, 30.3106201 ], [ 120.1596402, 30.3103841 ], [ 120.1594012, 30.3086173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595787, 30.3086608 ], [ 120.1596366, 30.309195 ], [ 120.1596426, 30.3092505 ], [ 120.1596746, 30.3095452 ], [ 120.1597768, 30.3102994 ], [ 120.1598201, 30.3106197 ], [ 120.1599158, 30.3113264 ], [ 120.1600018, 30.3119609 ], [ 120.1601447, 30.3130159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601447, 30.3130159 ], [ 120.1599998, 30.3130168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1599998, 30.3130168 ], [ 120.1601447, 30.3130159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601447, 30.3130159 ], [ 120.1602981, 30.3144145 ], [ 120.1603142, 30.3145264 ], [ 120.1604513, 30.3154813 ], [ 120.160454, 30.3155009 ], [ 120.1604694, 30.3156497 ], [ 120.1604992, 30.3158964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1603553, 30.315905 ], [ 120.1603495, 30.3158514 ], [ 120.1603239, 30.3156543 ], [ 120.1603051, 30.3154882 ], [ 120.1601983, 30.3146592 ], [ 120.1600319, 30.3133665 ], [ 120.1600125, 30.3131419 ], [ 120.1599998, 30.3130168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1604992, 30.3158964 ], [ 120.1603553, 30.315905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1603553, 30.315905 ], [ 120.1604992, 30.3158964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294385, 30.3105784 ], [ 120.1292, 30.3101001 ], [ 120.1289766, 30.3096596 ], [ 120.1287227, 30.3091951 ], [ 120.1285263, 30.3088898 ], [ 120.1283506, 30.3086934 ], [ 120.1282415, 30.3085714 ], [ 120.1282208, 30.3084856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1303141, 30.3097239 ], [ 120.130058, 30.3100294 ], [ 120.1297616, 30.3103026 ], [ 120.1297197, 30.3103377 ], [ 120.1296636, 30.3103847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1296636, 30.3103847 ], [ 120.1297197, 30.3103377 ], [ 120.1297616, 30.3103026 ], [ 120.130058, 30.3100294 ], [ 120.1303141, 30.3097239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1296636, 30.3103847 ], [ 120.1295594, 30.3104743 ], [ 120.1294956, 30.3105293 ], [ 120.1294385, 30.3105784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294385, 30.3105784 ], [ 120.1294956, 30.3105293 ], [ 120.1295594, 30.3104743 ], [ 120.1296636, 30.3103847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1226039, 30.3113925 ], [ 120.1226943, 30.3113288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1226943, 30.3113288 ], [ 120.1226039, 30.3113925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1226039, 30.3113925 ], [ 120.1225781, 30.3113668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1226419, 30.3114358 ], [ 120.1226039, 30.3113925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.127383, 30.3076013 ], [ 120.1274985, 30.3076977 ], [ 120.1283548, 30.3084484 ], [ 120.1284497, 30.3085639 ], [ 120.1286446, 30.3087585 ], [ 120.1288273, 30.3090085 ], [ 120.1290076, 30.3092958 ], [ 120.1291565, 30.3095947 ], [ 120.1295134, 30.3102908 ], [ 120.1297095, 30.3106946 ], [ 120.1297558, 30.31079 ], [ 120.1299634, 30.3112415 ], [ 120.1300471, 30.311405 ], [ 120.1301822, 30.3117089 ], [ 120.1303046, 30.3120402 ], [ 120.1303766, 30.3122805 ], [ 120.1304539, 30.3126445 ], [ 120.1305127, 30.3129292 ], [ 120.13068, 30.3137562 ], [ 120.1308525, 30.3146269 ], [ 120.1309128, 30.3149314 ], [ 120.1312521, 30.3163488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1226943, 30.3113288 ], [ 120.1231508, 30.3118518 ], [ 120.123575, 30.3123937 ], [ 120.1242196, 30.3132102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1311035, 30.3163593 ], [ 120.1305687, 30.313779 ], [ 120.1304146, 30.3130223 ], [ 120.1303922, 30.3129124 ], [ 120.1303597, 30.312629 ], [ 120.1302953, 30.3123372 ], [ 120.1302414, 30.3121506 ], [ 120.130217, 30.3120569 ], [ 120.1301616, 30.3119053 ], [ 120.1300742, 30.3116717 ], [ 120.1299654, 30.3114311 ], [ 120.1296355, 30.3107418 ], [ 120.12926, 30.3099707 ], [ 120.1290508, 30.3095771 ], [ 120.1289113, 30.3092992 ], [ 120.1287343, 30.3090306 ], [ 120.1285787, 30.3088176 ], [ 120.1283751, 30.3086154 ], [ 120.1282208, 30.3084856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1248737, 30.314398 ], [ 120.1249057, 30.3142896 ], [ 120.1249954, 30.3142146 ], [ 120.1250814, 30.3141449 ], [ 120.1251121, 30.3141199 ], [ 120.1257024, 30.3136437 ], [ 120.1267211, 30.3128508 ], [ 120.1272243, 30.3124285 ], [ 120.1275484, 30.3121565 ], [ 120.127627, 30.3120907 ], [ 120.1279148, 30.3118496 ], [ 120.1284474, 30.3114034 ], [ 120.1285566, 30.311312 ], [ 120.1286001, 30.3112757 ], [ 120.1287603, 30.3111477 ], [ 120.1287945, 30.3111191 ], [ 120.1288305, 30.31109 ], [ 120.1290637, 30.310901 ], [ 120.1291372, 30.3108377 ], [ 120.1293467, 30.3106574 ], [ 120.1294385, 30.3105784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294385, 30.3105784 ], [ 120.1293467, 30.3106574 ], [ 120.1291372, 30.3108377 ], [ 120.1290637, 30.310901 ], [ 120.1288305, 30.31109 ], [ 120.1287945, 30.3111191 ], [ 120.1287603, 30.3111477 ], [ 120.1286001, 30.3112757 ], [ 120.1285566, 30.311312 ], [ 120.1284474, 30.3114034 ], [ 120.1279148, 30.3118496 ], [ 120.127627, 30.3120907 ], [ 120.1275484, 30.3121565 ], [ 120.1272243, 30.3124285 ], [ 120.1267211, 30.3128508 ], [ 120.1257024, 30.3136437 ], [ 120.1251121, 30.3141199 ], [ 120.1250814, 30.3141449 ], [ 120.1249954, 30.3142146 ], [ 120.1249057, 30.3142896 ], [ 120.1248737, 30.314398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1253858, 30.3146208 ], [ 120.1242196, 30.3132102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269424, 30.3167367 ], [ 120.1252814, 30.3146841 ], [ 120.1241289, 30.3132652 ], [ 120.1234966, 30.3124546 ], [ 120.123023, 30.3118698 ], [ 120.1226419, 30.3114358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1253858, 30.3146208 ], [ 120.1269921, 30.3166074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1311035, 30.3163593 ], [ 120.1312521, 30.3163488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312521, 30.3163488 ], [ 120.1312685, 30.3164671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1311186, 30.3164816 ], [ 120.1311035, 30.3163593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1505725, 30.3139065 ], [ 120.1506649, 30.3138176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1506649, 30.3138176 ], [ 120.150799, 30.3139336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "大关路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1506656, 30.3140252 ], [ 120.1505725, 30.3139065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.150799, 30.3139336 ], [ 120.1506656, 30.3140252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477247, 30.3152007 ], [ 120.1479557, 30.3151427 ], [ 120.1482077, 30.3150794 ], [ 120.1482834, 30.315054 ], [ 120.1486094, 30.3149445 ], [ 120.1489169, 30.314816 ], [ 120.1494135, 30.3146084 ], [ 120.1495458, 30.3145531 ], [ 120.1499007, 30.3143296 ], [ 120.1505725, 30.3139065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1506656, 30.3140252 ], [ 120.1497769, 30.3145753 ], [ 120.1489212, 30.3149619 ], [ 120.1488093, 30.3150125 ], [ 120.1481779, 30.3152239 ], [ 120.1477679, 30.3153173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477679, 30.3153173 ], [ 120.1477247, 30.3152007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426544, 30.3156841 ], [ 120.1437163, 30.3156033 ], [ 120.1439087, 30.3155886 ], [ 120.1452143, 30.3155058 ], [ 120.1457751, 30.3154703 ], [ 120.1460022, 30.3154526 ], [ 120.1461697, 30.3154396 ], [ 120.1462633, 30.3154323 ], [ 120.146478, 30.3154156 ], [ 120.1466241, 30.3154043 ], [ 120.147603, 30.3152312 ], [ 120.1477247, 30.3152007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "绍兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477679, 30.3153173 ], [ 120.1476006, 30.3153536 ], [ 120.1465492, 30.3155409 ], [ 120.1462707, 30.3155583 ], [ 120.1461769, 30.3155642 ], [ 120.1458111, 30.3155871 ], [ 120.1454671, 30.3156141 ], [ 120.1440438, 30.3157261 ], [ 120.1426309, 30.3158372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1423534, 30.3156993 ], [ 120.1426544, 30.3156841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大浒街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1376675, 30.3115857 ], [ 120.1374303, 30.311587 ], [ 120.1369519, 30.3115897 ], [ 120.1362599, 30.3115937 ], [ 120.1358923, 30.3115958 ], [ 120.1354723, 30.3115982 ], [ 120.1352012, 30.3115997 ], [ 120.134554, 30.3116034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大浒街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1344308, 30.3115934 ], [ 120.134554, 30.3116034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大浒街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.134554, 30.3116034 ], [ 120.1344308, 30.3115934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377444, 30.3158299 ], [ 120.137738, 30.3153922 ], [ 120.1377308, 30.3151147 ], [ 120.1377281, 30.3150119 ], [ 120.1377202, 30.3147055 ], [ 120.1377145, 30.3144873 ], [ 120.1376869, 30.3134228 ], [ 120.1376839, 30.313138 ], [ 120.1376836, 30.3131099 ], [ 120.1376819, 30.3129471 ], [ 120.1376675, 30.3115857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1376675, 30.3115857 ], [ 120.1376819, 30.3129471 ], [ 120.1376836, 30.3131099 ], [ 120.1376839, 30.313138 ], [ 120.1376869, 30.3134228 ], [ 120.1377145, 30.3144873 ], [ 120.1377202, 30.3147055 ], [ 120.1377281, 30.3150119 ], [ 120.1377308, 30.3151147 ], [ 120.137738, 30.3153922 ], [ 120.1377444, 30.3158299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377444, 30.3158299 ], [ 120.1385618, 30.3158319 ], [ 120.1395118, 30.3158342 ], [ 120.1398862, 30.3158351 ], [ 120.1403266, 30.3158362 ], [ 120.1406845, 30.3158205 ], [ 120.1419331, 30.3157298 ], [ 120.1423534, 30.3156993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312521, 30.3163488 ], [ 120.1320032, 30.3163236 ], [ 120.135058, 30.31597 ], [ 120.1362286, 30.3158719 ], [ 120.1373146, 30.3158289 ], [ 120.1377444, 30.3158299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1423302, 30.3158698 ], [ 120.1414967, 30.3159236 ], [ 120.1412232, 30.3159412 ], [ 120.1406727, 30.3159767 ], [ 120.1403902, 30.3159949 ], [ 120.1396928, 30.3159841 ], [ 120.1388232, 30.3159707 ], [ 120.1377448, 30.3159481 ], [ 120.1373256, 30.3159475 ], [ 120.1362761, 30.3159874 ], [ 120.135073, 30.3160923 ], [ 120.1320095, 30.3164106 ], [ 120.1312685, 30.3164671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312685, 30.3164671 ], [ 120.131297, 30.3166035 ], [ 120.1313077, 30.3167821 ], [ 120.1315057, 30.317651 ], [ 120.1316401, 30.3182545 ], [ 120.1316543, 30.3183249 ], [ 120.131664, 30.3184139 ], [ 120.131746, 30.3188084 ], [ 120.1317777, 30.3189747 ], [ 120.131797, 30.3191272 ], [ 120.1318365, 30.3193285 ], [ 120.1319574, 30.3199441 ], [ 120.1320458, 30.3203812 ], [ 120.1320697, 30.3205405 ], [ 120.1321171, 30.3208856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320195, 30.3208762 ], [ 120.1320121, 30.3207217 ], [ 120.1319873, 30.3204681 ], [ 120.13195, 30.3202781 ], [ 120.1317892, 30.3194597 ], [ 120.131754, 30.3192806 ], [ 120.1317026, 30.3190188 ], [ 120.1316629, 30.3188166 ], [ 120.1315683, 30.3183352 ], [ 120.1311931, 30.3168085 ], [ 120.1311596, 30.316665 ], [ 120.1311186, 30.3164816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426544, 30.3156841 ], [ 120.1426309, 30.3158372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1423302, 30.3158698 ], [ 120.1423534, 30.3156993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426309, 30.3158372 ], [ 120.1423302, 30.3158698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477679, 30.3153173 ], [ 120.147854, 30.3154221 ], [ 120.1479362, 30.3156926 ], [ 120.1479715, 30.3159045 ], [ 120.1479793, 30.3160511 ], [ 120.1479698, 30.3161983 ], [ 120.1479575, 30.3167214 ], [ 120.1479832, 30.3173404 ], [ 120.1479846, 30.3175512 ], [ 120.1479612, 30.3179192 ], [ 120.147899, 30.31852 ], [ 120.147888, 30.3191051 ], [ 120.1478914, 30.319326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1478304, 30.319354 ], [ 120.1478252, 30.3191183 ], [ 120.1478385, 30.3185417 ], [ 120.1479096, 30.3179052 ], [ 120.1479188, 30.3175873 ], [ 120.1479246, 30.3175462 ], [ 120.1478937, 30.3168765 ], [ 120.147891, 30.3167338 ], [ 120.147883, 30.3165146 ], [ 120.1478972, 30.3162039 ], [ 120.1478934, 30.3158493 ], [ 120.1478385, 30.3156493 ], [ 120.1477797, 30.3154458 ], [ 120.1477679, 30.3153173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1426309, 30.3158372 ], [ 120.1424986, 30.3165851 ], [ 120.142457, 30.3168224 ], [ 120.1424508, 30.3168724 ], [ 120.1424277, 30.3169971 ], [ 120.1423928, 30.3172403 ], [ 120.1423529, 30.3175297 ], [ 120.1422647, 30.3181693 ], [ 120.1422055, 30.3186849 ], [ 120.1421652, 30.3190289 ], [ 120.1421253, 30.31937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢州东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1478304, 30.319354 ], [ 120.1478914, 30.319326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢州东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1478914, 30.319326 ], [ 120.1478304, 30.319354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢州东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1421253, 30.31937 ], [ 120.1434408, 30.3193885 ], [ 120.1442518, 30.3193999 ], [ 120.144419, 30.3194042 ], [ 120.1455445, 30.3194128 ], [ 120.1459144, 30.319408 ], [ 120.1473996, 30.3193958 ], [ 120.1478304, 30.319354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衢州东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1478304, 30.319354 ], [ 120.1473996, 30.3193958 ], [ 120.1459144, 30.319408 ], [ 120.1455445, 30.3194128 ], [ 120.144419, 30.3194042 ], [ 120.1442518, 30.3193999 ], [ 120.1434408, 30.3193885 ], [ 120.1421253, 30.31937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1604992, 30.3158964 ], [ 120.1605105, 30.315994 ], [ 120.1605653, 30.3164693 ], [ 120.1606143, 30.3168944 ], [ 120.1606802, 30.3174662 ], [ 120.1607066, 30.3176948 ], [ 120.160836, 30.3182393 ], [ 120.1608795, 30.318356 ], [ 120.1609342, 30.3185152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1607741, 30.3185607 ], [ 120.1607138, 30.3183533 ], [ 120.1606973, 30.3182503 ], [ 120.1606383, 30.3180204 ], [ 120.160622, 30.3179431 ], [ 120.160573, 30.3177108 ], [ 120.1604613, 30.3168834 ], [ 120.1603553, 30.315905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.150799, 30.3139336 ], [ 120.1512256, 30.3143774 ], [ 120.1513075, 30.3144627 ], [ 120.1519723, 30.3152154 ], [ 120.1522849, 30.3155695 ], [ 120.1523547, 30.3156485 ], [ 120.1526122, 30.31594 ], [ 120.1526758, 30.3160121 ], [ 120.152959, 30.3163327 ], [ 120.1534493, 30.3168879 ], [ 120.1537296, 30.3172053 ], [ 120.1537736, 30.317255 ], [ 120.1542168, 30.3178387 ], [ 120.1543276, 30.317968 ], [ 120.1547651, 30.3184735 ], [ 120.1552101, 30.3189754 ], [ 120.1556631, 30.3194743 ], [ 120.156202, 30.320068 ], [ 120.156626, 30.320603 ], [ 120.1568006, 30.3208049 ], [ 120.1570593, 30.3211211 ], [ 120.1572999, 30.3214358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1572044, 30.3215525 ], [ 120.1571038, 30.3213956 ], [ 120.1566518, 30.3208799 ], [ 120.1562851, 30.3204684 ], [ 120.1558299, 30.3199178 ], [ 120.1554145, 30.3194362 ], [ 120.155316, 30.3193291 ], [ 120.1536226, 30.3173555 ], [ 120.1530806, 30.3167317 ], [ 120.1526685, 30.3162574 ], [ 120.1524631, 30.316021 ], [ 120.1524003, 30.3159486 ], [ 120.1517503, 30.3152005 ], [ 120.151336, 30.3147132 ], [ 120.1510191, 30.3143823 ], [ 120.1506656, 30.3140252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1607741, 30.3185607 ], [ 120.1609342, 30.3185152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609342, 30.3185152 ], [ 120.1609596, 30.3186266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白石巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.160811, 30.3186686 ], [ 120.1607741, 30.3185607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1609596, 30.3186266 ], [ 120.160811, 30.3186686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1572999, 30.3214358 ], [ 120.157603, 30.3211776 ], [ 120.1578633, 30.3209434 ], [ 120.1582409, 30.3205963 ], [ 120.1584188, 30.3204154 ], [ 120.1591607, 30.3197642 ], [ 120.15969, 30.3193063 ], [ 120.1600448, 30.3189844 ], [ 120.1602198, 30.3188596 ], [ 120.1605649, 30.3186646 ], [ 120.1607741, 30.3185607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.160811, 30.3186686 ], [ 120.1605695, 30.3187822 ], [ 120.1603797, 30.3188881 ], [ 120.1601482, 30.3190717 ], [ 120.1600143, 30.3191553 ], [ 120.1598402, 30.3193137 ], [ 120.15942, 30.3196881 ], [ 120.1593022, 30.3197919 ], [ 120.1583428, 30.3206645 ], [ 120.157963, 30.3210127 ], [ 120.1573821, 30.3215406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312685, 30.3164671 ], [ 120.1311186, 30.3164816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271695, 30.3166605 ], [ 120.1283893, 30.3165672 ], [ 120.1291725, 30.3165073 ], [ 120.1311035, 30.3163593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269921, 30.3166074 ], [ 120.1271695, 30.3166605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1311186, 30.3164816 ], [ 120.1284881, 30.3166859 ], [ 120.1271117, 30.3167934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269424, 30.3167367 ], [ 120.1269921, 30.3166074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271695, 30.3166605 ], [ 120.1271117, 30.3167934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "登云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271117, 30.3167934 ], [ 120.1269424, 30.3167367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271117, 30.3167934 ], [ 120.1271126, 30.3169958 ], [ 120.1271118, 30.3171373 ], [ 120.1270803, 30.318584 ], [ 120.1270942, 30.3195212 ], [ 120.1271036, 30.3201497 ], [ 120.127146, 30.3215504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270053, 30.3216098 ], [ 120.1269478, 30.320157 ], [ 120.1269392, 30.3196647 ], [ 120.1269207, 30.318606 ], [ 120.1269467, 30.3175469 ], [ 120.1269378, 30.3171443 ], [ 120.1269364, 30.3170111 ], [ 120.1269424, 30.3167367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.127146, 30.3215504 ], [ 120.1278273, 30.3215322 ], [ 120.12832, 30.321519 ], [ 120.1291895, 30.3214561 ], [ 120.1294285, 30.3214361 ], [ 120.1302194, 30.3212773 ], [ 120.1320195, 30.3208762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0991109, 30.3109378 ], [ 120.0989807, 30.310886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070289, 30.3110675 ], [ 120.1069437, 30.3110337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069437, 30.3110337 ], [ 120.1070289, 30.3110675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0991694, 30.3108575 ], [ 120.0998548, 30.3110779 ], [ 120.1001982, 30.311167 ], [ 120.1004702, 30.311241 ], [ 120.1008298, 30.3113283 ], [ 120.1011827, 30.3113885 ], [ 120.1015314, 30.3114284 ], [ 120.1017451, 30.3114486 ], [ 120.1020352, 30.3114728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1053601, 30.3123406 ], [ 120.105283, 30.3122985 ], [ 120.1051244, 30.312212 ], [ 120.1050642, 30.3121792 ], [ 120.1048312, 30.3120675 ], [ 120.1045845, 30.3119632 ], [ 120.1043651, 30.3118824 ], [ 120.1041488, 30.3118188 ], [ 120.1036451, 30.3117165 ], [ 120.1031841, 30.3116421 ], [ 120.1025435, 30.3115992 ], [ 120.1020126, 30.3115586 ], [ 120.1017033, 30.3115407 ], [ 120.101474, 30.3115157 ], [ 120.1012041, 30.3114823 ], [ 120.1010257, 30.3114572 ], [ 120.1008412, 30.3114214 ], [ 120.1005021, 30.3113473 ], [ 120.1004217, 30.3113271 ], [ 120.1001011, 30.3112466 ], [ 120.0991109, 30.3109378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1054424, 30.3122577 ], [ 120.1054866, 30.3122118 ], [ 120.1055547, 30.3121411 ], [ 120.1061107, 30.3116222 ], [ 120.1065722, 30.3112723 ], [ 120.1067737, 30.3111407 ], [ 120.1068264, 30.3111076 ], [ 120.1069437, 30.3110337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085718, 30.312292 ], [ 120.1078947, 30.3117576 ], [ 120.1077943, 30.3116783 ], [ 120.1071258, 30.3111507 ], [ 120.1070762, 30.3111115 ], [ 120.1070289, 30.3110675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070289, 30.3110675 ], [ 120.1070762, 30.3111115 ], [ 120.1071258, 30.3111507 ], [ 120.1077943, 30.3116783 ], [ 120.1078947, 30.3117576 ], [ 120.1085718, 30.312292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070289, 30.3110675 ], [ 120.1068824, 30.3111653 ], [ 120.1065926, 30.3113586 ], [ 120.1062769, 30.3115876 ], [ 120.1061565, 30.3116994 ], [ 120.1058841, 30.3119543 ], [ 120.1056316, 30.3121899 ], [ 120.1055623, 30.3122678 ], [ 120.1055266, 30.3123079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1020352, 30.3114728 ], [ 120.1023411, 30.3114874 ], [ 120.1028764, 30.3115213 ], [ 120.1031784, 30.3115507 ], [ 120.1033741, 30.3115751 ], [ 120.1036601, 30.3116205 ], [ 120.1039003, 30.3116676 ], [ 120.1041126, 30.3117155 ], [ 120.1045024, 30.3118217 ], [ 120.1049372, 30.3120111 ], [ 120.1051812, 30.3121302 ], [ 120.1053702, 30.3122225 ], [ 120.1054424, 30.3122577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0991109, 30.3109378 ], [ 120.0981456, 30.3126812 ], [ 120.0976547, 30.3135819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0916425, 30.3116144 ], [ 120.0914235, 30.3127277 ], [ 120.0912948, 30.3133618 ], [ 120.0912575, 30.3135856 ], [ 120.0912128, 30.3137984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867682, 30.3119862 ], [ 120.0869088, 30.3120289 ], [ 120.0870116, 30.3120601 ], [ 120.0875373, 30.3121528 ], [ 120.0881274, 30.3123149 ], [ 120.0885941, 30.312478 ], [ 120.0886584, 30.3125094 ], [ 120.0892485, 30.3127467 ], [ 120.0901927, 30.3131809 ], [ 120.0907935, 30.3135189 ], [ 120.0910869, 30.3137092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0910688, 30.3138216 ], [ 120.0907345, 30.3136023 ], [ 120.0901337, 30.3132735 ], [ 120.0893873, 30.3129088 ], [ 120.0892807, 30.3128567 ], [ 120.0886263, 30.3125881 ], [ 120.0885497, 30.312561 ], [ 120.0880898, 30.3123982 ], [ 120.0875051, 30.31225 ], [ 120.0869847, 30.3121528 ], [ 120.0868836, 30.3121265 ], [ 120.0867465, 30.3120908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0946662, 30.3124358 ], [ 120.0953793, 30.3126519 ], [ 120.0958882, 30.312825 ], [ 120.0961304, 30.3129073 ], [ 120.0966614, 30.3131497 ], [ 120.0975292, 30.3135232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0975292, 30.3135232 ], [ 120.0966614, 30.3131497 ], [ 120.0961304, 30.3129073 ], [ 120.0958882, 30.312825 ], [ 120.0953793, 30.3126519 ], [ 120.0946662, 30.3124358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0976547, 30.3135819 ], [ 120.0975292, 30.3135232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0975292, 30.3135232 ], [ 120.0976547, 30.3135819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0910869, 30.3137092 ], [ 120.0912128, 30.3137984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0910688, 30.3138216 ], [ 120.0910869, 30.3137092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萍北弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.114815, 30.3125674 ], [ 120.1144294, 30.3122799 ], [ 120.1140667, 30.312004 ], [ 120.1137355, 30.3117434 ], [ 120.113411, 30.3114828 ], [ 120.1128986, 30.310937 ], [ 120.1124244, 30.3104615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1158536, 30.3118343 ], [ 120.1159304, 30.3119355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1156854, 30.31196 ], [ 120.1158536, 30.3118343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159304, 30.3119355 ], [ 120.1157937, 30.3120212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1157937, 30.3120212 ], [ 120.1156854, 30.31196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.114815, 30.3125674 ], [ 120.1155173, 30.3120773 ], [ 120.1156854, 30.31196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194411, 30.3149332 ], [ 120.1197408, 30.314705 ], [ 120.1199194, 30.314552 ], [ 120.1200044, 30.3144712 ], [ 120.1201585, 30.3143071 ], [ 120.1203055, 30.3141355 ], [ 120.1204394, 30.3139626 ], [ 120.1205402, 30.3138221 ], [ 120.1206223, 30.3136779 ], [ 120.12069, 30.3135336 ], [ 120.1207693, 30.3133272 ], [ 120.12086, 30.3130835 ], [ 120.1209507, 30.3128609 ], [ 120.1210876, 30.3126234 ], [ 120.1211172, 30.312551 ], [ 120.1211294, 30.3125214 ], [ 120.1212403, 30.3123673 ], [ 120.1213526, 30.312233 ], [ 120.1214333, 30.3121521 ], [ 120.1215269, 30.3120614 ], [ 120.1216205, 30.3119805 ], [ 120.1217026, 30.3119121 ], [ 120.1218078, 30.3118301 ], [ 120.1219014, 30.3117654 ], [ 120.1219994, 30.3116983 ], [ 120.1225781, 30.3113668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1226419, 30.3114358 ], [ 120.1220213, 30.3117996 ], [ 120.121925, 30.3118658 ], [ 120.121781, 30.3119722 ], [ 120.1216049, 30.3121242 ], [ 120.121522, 30.3122029 ], [ 120.1213252, 30.3124283 ], [ 120.1212122, 30.3125949 ], [ 120.1210766, 30.312795 ], [ 120.1210216, 30.3128925 ], [ 120.1209326, 30.3130928 ], [ 120.120831, 30.3134013 ], [ 120.1207409, 30.3136034 ], [ 120.1206684, 30.313751 ], [ 120.1205534, 30.3139406 ], [ 120.1203866, 30.3141785 ], [ 120.1203324, 30.3142515 ], [ 120.1202499, 30.3143627 ], [ 120.1200188, 30.3146015 ], [ 120.1198428, 30.3147498 ], [ 120.1196224, 30.3149151 ], [ 120.1195026, 30.3149935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085718, 30.312292 ], [ 120.1091011, 30.3127299 ], [ 120.1093358, 30.312922 ], [ 120.1095719, 30.3131157 ], [ 120.1097676, 30.3132855 ], [ 120.1104678, 30.3137185 ], [ 120.1118721, 30.3145534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "润园街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118721, 30.3145534 ], [ 120.1104678, 30.3137185 ], [ 120.1097676, 30.3132855 ], [ 120.1095719, 30.3131157 ], [ 120.1093358, 30.312922 ], [ 120.1091011, 30.3127299 ], [ 120.1085718, 30.312292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1054424, 30.3122577 ], [ 120.1055266, 30.3123079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1053601, 30.3123406 ], [ 120.1054424, 30.3122577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1055266, 30.3123079 ], [ 120.1054444, 30.3123885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1054444, 30.3123885 ], [ 120.1053601, 30.3123406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.107509, 30.3135105 ], [ 120.1075356, 30.3134783 ], [ 120.1075815, 30.313423 ], [ 120.1079333, 30.3129983 ], [ 120.1079779, 30.3129444 ], [ 120.1082583, 30.3126059 ], [ 120.1085718, 30.312292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085718, 30.312292 ], [ 120.1082583, 30.3126059 ], [ 120.1079779, 30.3129444 ], [ 120.1079333, 30.3129983 ], [ 120.1075815, 30.313423 ], [ 120.1075356, 30.3134783 ], [ 120.107509, 30.3135105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1055266, 30.3123079 ], [ 120.1056038, 30.3123551 ], [ 120.1056784, 30.3124007 ], [ 120.1063074, 30.3127854 ], [ 120.1068772, 30.3131287 ], [ 120.1073466, 30.3134123 ], [ 120.107509, 30.3135105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1074336, 30.3135855 ], [ 120.1072827, 30.3134908 ], [ 120.1068223, 30.313202 ], [ 120.1061183, 30.3127758 ], [ 120.10601, 30.3127274 ], [ 120.1056, 30.3124817 ], [ 120.1055214, 30.3124346 ], [ 120.1054444, 30.3123885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.107509, 30.3135105 ], [ 120.1074336, 30.3135855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1074336, 30.3135855 ], [ 120.107509, 30.3135105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159304, 30.3119355 ], [ 120.1161789, 30.3121841 ], [ 120.1165623, 30.3126154 ], [ 120.1170526, 30.3130162 ], [ 120.1173763, 30.3132489 ], [ 120.1177242, 30.3134734 ], [ 120.1181688, 30.3137458 ], [ 120.1184858, 30.3139952 ], [ 120.1194411, 30.3149332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1193912, 30.3150319 ], [ 120.1189896, 30.3146196 ], [ 120.1186698, 30.3142889 ], [ 120.1182808, 30.3139635 ], [ 120.1178774, 30.3136752 ], [ 120.1171749, 30.3132076 ], [ 120.1166839, 30.3128525 ], [ 120.11631, 30.3125269 ], [ 120.1157937, 30.3120212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118721, 30.3145534 ], [ 120.1127568, 30.3139859 ], [ 120.1130699, 30.3137851 ], [ 120.1133737, 30.3135731 ], [ 120.1134869, 30.3134941 ], [ 120.114815, 30.3125674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1157937, 30.3120212 ], [ 120.1139588, 30.3132727 ], [ 120.1131484, 30.3138254 ], [ 120.1128569, 30.314025 ], [ 120.1119324, 30.3146582 ], [ 120.1106334, 30.3155497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194411, 30.3149332 ], [ 120.1195026, 30.3149935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104925, 30.3155123 ], [ 120.1105355, 30.3154824 ], [ 120.1118721, 30.3145534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104925, 30.3155123 ], [ 120.1106334, 30.3155497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104081, 30.3155688 ], [ 120.1104925, 30.3155123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1106334, 30.3155497 ], [ 120.110512, 30.3156506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110512, 30.3156506 ], [ 120.1104081, 30.3155688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0939078, 30.3152502 ], [ 120.0939438, 30.3150761 ], [ 120.0940163, 30.3148126 ], [ 120.0940948, 30.3145199 ], [ 120.0942697, 30.3138495 ], [ 120.0943497, 30.3135709 ], [ 120.0946662, 30.3124358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0946662, 30.3124358 ], [ 120.0943497, 30.3135709 ], [ 120.0942697, 30.3138495 ], [ 120.0940948, 30.3145199 ], [ 120.0940163, 30.3148126 ], [ 120.0939438, 30.3150761 ], [ 120.0939078, 30.3152502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0912128, 30.3137984 ], [ 120.0911919, 30.313912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0911919, 30.313912 ], [ 120.0910688, 30.3138216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0912128, 30.3137984 ], [ 120.092992, 30.3148545 ], [ 120.0935876, 30.3151248 ], [ 120.0939078, 30.3152502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938677, 30.3153852 ], [ 120.0935154, 30.3152467 ], [ 120.0929103, 30.314955 ], [ 120.0921251, 30.3144894 ], [ 120.0911919, 30.313912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961575, 30.3160629 ], [ 120.0962902, 30.3158679 ], [ 120.0964127, 30.3156387 ], [ 120.0968447, 30.3147358 ], [ 120.0975292, 30.3135232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0976547, 30.3135819 ], [ 120.0969732, 30.3148325 ], [ 120.0967777, 30.3151912 ], [ 120.0965272, 30.3156827 ], [ 120.0964047, 30.3159206 ], [ 120.0962699, 30.3160943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938677, 30.3153852 ], [ 120.0939078, 30.3152502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0939078, 30.3152502 ], [ 120.0938677, 30.3153852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.107509, 30.3135105 ], [ 120.1080279, 30.3138319 ], [ 120.1082974, 30.3140026 ], [ 120.1089448, 30.314384 ], [ 120.1089677, 30.3143975 ], [ 120.1092558, 30.3145732 ], [ 120.109565, 30.3147854 ], [ 120.1099742, 30.3151046 ], [ 120.1100546, 30.3151579 ], [ 120.1104925, 30.3155123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012113, 30.3167399 ], [ 120.1013324, 30.3166565 ], [ 120.102225, 30.3156862 ], [ 120.1027068, 30.3151656 ], [ 120.1028614, 30.314997 ], [ 120.1037313, 30.3140702 ], [ 120.1043444, 30.3134347 ], [ 120.1045304, 30.3132285 ], [ 120.1052434, 30.3124639 ], [ 120.1052595, 30.3124472 ], [ 120.1053124, 30.3123924 ], [ 120.1053601, 30.3123406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104081, 30.3155688 ], [ 120.1102595, 30.3154361 ], [ 120.109988, 30.315228 ], [ 120.1097988, 30.3150758 ], [ 120.1096035, 30.3149289 ], [ 120.1093604, 30.3147605 ], [ 120.1091835, 30.3146425 ], [ 120.1090098, 30.314538 ], [ 120.1088299, 30.3144361 ], [ 120.1082312, 30.3140776 ], [ 120.1079708, 30.3139117 ], [ 120.1074336, 30.3135855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1054444, 30.3123885 ], [ 120.1053954, 30.3124386 ], [ 120.1053432, 30.3124921 ], [ 120.1047107, 30.3131391 ], [ 120.1044027, 30.3134715 ], [ 120.1038031, 30.3140974 ], [ 120.1023044, 30.3157054 ], [ 120.1020243, 30.3160426 ], [ 120.1013481, 30.3167837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1074336, 30.3135855 ], [ 120.1073835, 30.3136403 ], [ 120.1073225, 30.3137124 ], [ 120.1066701, 30.3144832 ], [ 120.1063927, 30.3148092 ], [ 120.1060956, 30.3151632 ], [ 120.1060224, 30.3152504 ], [ 120.1037215, 30.317992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永固巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1037215, 30.317992 ], [ 120.1060224, 30.3152504 ], [ 120.1060956, 30.3151632 ], [ 120.1063927, 30.3148092 ], [ 120.1066701, 30.3144832 ], [ 120.1073225, 30.3137124 ], [ 120.1073835, 30.3136403 ], [ 120.1074336, 30.3135855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962699, 30.3160943 ], [ 120.0965066, 30.316122 ], [ 120.0968056, 30.316157 ], [ 120.096822, 30.3161589 ], [ 120.0981626, 30.3163156 ], [ 120.0990723, 30.316422 ], [ 120.0992004, 30.316435 ], [ 120.100343, 30.3165512 ], [ 120.1008749, 30.3166356 ], [ 120.101013, 30.3166784 ], [ 120.1011434, 30.3167188 ], [ 120.1012113, 30.3167399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011038, 30.316839 ], [ 120.1010414, 30.3168197 ], [ 120.1005678, 30.316673 ], [ 120.0999744, 30.3166013 ], [ 120.0992022, 30.3165321 ], [ 120.0989829, 30.3165124 ], [ 120.0981474, 30.3164229 ], [ 120.0967623, 30.3162744 ], [ 120.0964391, 30.3162398 ], [ 120.0962208, 30.3162187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012113, 30.3167399 ], [ 120.1013481, 30.3167837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011038, 30.316839 ], [ 120.1012113, 30.3167399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932573, 30.3179414 ], [ 120.0938677, 30.3153852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938677, 30.3153852 ], [ 120.0932573, 30.3179414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0951112, 30.3182242 ], [ 120.0960852, 30.3161995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962208, 30.3162187 ], [ 120.0956754, 30.3172915 ], [ 120.095198, 30.3182773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天虹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0902736, 30.3171961 ], [ 120.090603, 30.3172788 ], [ 120.0932573, 30.3179414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天虹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932573, 30.3179414 ], [ 120.090603, 30.3172788 ], [ 120.0902736, 30.3171961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天虹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932573, 30.3179414 ], [ 120.0951112, 30.3182242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天虹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0951112, 30.3182242 ], [ 120.0932573, 30.3179414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0893133, 30.3191095 ], [ 120.0901433, 30.3171618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0902736, 30.3171961 ], [ 120.0894746, 30.3191885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013481, 30.3167837 ], [ 120.1011719, 30.3168772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011719, 30.3168772 ], [ 120.1011038, 30.316839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013481, 30.3167837 ], [ 120.1014193, 30.3168084 ], [ 120.1018529, 30.3169586 ], [ 120.10245, 30.3172596 ], [ 120.1037215, 30.317992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1036347, 30.3180875 ], [ 120.102451, 30.3174245 ], [ 120.101869, 30.3170979 ], [ 120.1012316, 30.3168961 ], [ 120.1011719, 30.3168772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1066918, 30.319645 ], [ 120.1071105, 30.3191554 ], [ 120.1074761, 30.318741 ], [ 120.1081649, 30.3179602 ], [ 120.1085489, 30.3174981 ], [ 120.1089009, 30.3171084 ], [ 120.1096447, 30.3162567 ], [ 120.1097605, 30.3161421 ], [ 120.1100076, 30.3159189 ], [ 120.110356, 30.31561 ], [ 120.1104081, 30.3155688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110512, 30.3156506 ], [ 120.1099683, 30.3161204 ], [ 120.1097206, 30.3163725 ], [ 120.1094303, 30.3166931 ], [ 120.1088413, 30.3173531 ], [ 120.1082266, 30.3180803 ], [ 120.107953, 30.3183906 ], [ 120.1067931, 30.3197058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990046, 30.3190757 ], [ 120.099135, 30.3189481 ], [ 120.0998786, 30.3181483 ], [ 120.1002181, 30.3177982 ], [ 120.1004941, 30.317479 ], [ 120.1011038, 30.316839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011719, 30.3168772 ], [ 120.0992227, 30.3189818 ], [ 120.0990998, 30.3191027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1037215, 30.317992 ], [ 120.1036347, 30.3180875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1036347, 30.3180875 ], [ 120.1037215, 30.317992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132628, 30.3183607 ], [ 120.1158847, 30.316963 ], [ 120.1193912, 30.3150319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赵伍北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1193912, 30.3150319 ], [ 120.1158847, 30.316963 ], [ 120.1132628, 30.3183607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1106334, 30.3155497 ], [ 120.1113388, 30.3160794 ], [ 120.1115072, 30.3162228 ], [ 120.112043, 30.3167482 ], [ 120.1125619, 30.3174633 ], [ 120.1131323, 30.3181885 ], [ 120.1132628, 30.3183607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1131523, 30.3184217 ], [ 120.1129983, 30.3182486 ], [ 120.1124608, 30.3175163 ], [ 120.1122723, 30.3172778 ], [ 120.1119283, 30.3168419 ], [ 120.1116394, 30.3165347 ], [ 120.1113227, 30.3162685 ], [ 120.110512, 30.3156506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1195026, 30.3149935 ], [ 120.1196583, 30.3151464 ], [ 120.1201441, 30.3156438 ], [ 120.1209891, 30.316556 ], [ 120.1211639, 30.3167804 ], [ 120.1213848, 30.3170269 ], [ 120.1215873, 30.3172802 ], [ 120.1216999, 30.3174476 ], [ 120.1220103, 30.318087 ], [ 120.122303, 30.3187579 ], [ 120.1223862, 30.3189757 ], [ 120.1224643, 30.3191386 ], [ 120.1227278, 30.3197236 ], [ 120.1228248, 30.3199599 ], [ 120.1228883, 30.320159 ], [ 120.1229492, 30.3203497 ], [ 120.1229953, 30.3208597 ], [ 120.1230381, 30.3212783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.122898, 30.3212677 ], [ 120.1228894, 30.3209561 ], [ 120.1228599, 30.3207399 ], [ 120.1228281, 30.3204279 ], [ 120.1227646, 30.3201817 ], [ 120.1226813, 30.3199169 ], [ 120.1225402, 30.3195915 ], [ 120.1223602, 30.3191728 ], [ 120.1221811, 30.3187933 ], [ 120.121971, 30.3183106 ], [ 120.1217208, 30.3177572 ], [ 120.1214799, 30.3173397 ], [ 120.1212766, 30.3170864 ], [ 120.1210632, 30.3168506 ], [ 120.1208529, 30.3166289 ], [ 120.1193912, 30.3150319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "短浜巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1131523, 30.3184217 ], [ 120.1132628, 30.3183607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "短浜巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132628, 30.3183607 ], [ 120.1131523, 30.3184217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "短浜巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1094653, 30.3211939 ], [ 120.1099745, 30.3208187 ], [ 120.1112635, 30.3198281 ], [ 120.1116361, 30.3195418 ], [ 120.1131523, 30.3184217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "短浜巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1131523, 30.3184217 ], [ 120.1116361, 30.3195418 ], [ 120.1112635, 30.3198281 ], [ 120.1099745, 30.3208187 ], [ 120.1094653, 30.3211939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248051, 29.9685248 ], [ 120.248815, 29.9684663 ], [ 120.2495049, 29.9684093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495049, 29.9684093 ], [ 120.248815, 29.9684663 ], [ 120.248051, 29.9685248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458408, 29.9686811 ], [ 120.2461559, 29.9686673 ], [ 120.2469115, 29.9686121 ], [ 120.248051, 29.9685248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458408, 29.9686811 ], [ 120.2458896, 29.9688091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2457341, 29.96882 ], [ 120.2458408, 29.9686811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458896, 29.9688091 ], [ 120.2457341, 29.96882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458896, 29.9688091 ], [ 120.2458366, 29.9696598 ], [ 120.2457876, 29.9704452 ], [ 120.2458265, 29.9706903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458265, 29.9706903 ], [ 120.2486599, 29.9702813 ], [ 120.248839, 29.9703431 ], [ 120.2490036, 29.9705939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2490036, 29.9705939 ], [ 120.248839, 29.9703431 ], [ 120.2486599, 29.9702813 ], [ 120.2458265, 29.9706903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477098, 29.9760464 ], [ 120.2475395, 29.9753257 ], [ 120.24718, 29.9738042 ], [ 120.2470295, 29.9731672 ], [ 120.2468494, 29.9728741 ], [ 120.2465393, 29.9723552 ], [ 120.2456794, 29.9709159 ], [ 120.245632, 29.9706978 ], [ 120.2456182, 29.9706341 ], [ 120.245685, 29.9695878 ], [ 120.2457341, 29.96882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502823, 29.9758474 ], [ 120.2496899, 29.9734138 ], [ 120.2496706, 29.9733343 ], [ 120.2492033, 29.9714146 ], [ 120.2490036, 29.9705939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2490036, 29.9705939 ], [ 120.2492033, 29.9714146 ], [ 120.2496706, 29.9733343 ], [ 120.2496899, 29.9734138 ], [ 120.2502823, 29.9758474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458265, 29.9706903 ], [ 120.2458406, 29.9707788 ], [ 120.246232, 29.9714754 ], [ 120.2465518, 29.9720338 ], [ 120.2471695, 29.9731122 ], [ 120.2473164, 29.9736204 ], [ 120.2479102, 29.9761167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502823, 29.9758474 ], [ 120.2479102, 29.9761167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479102, 29.9761167 ], [ 120.2502823, 29.9758474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477371, 29.9761619 ], [ 120.2477098, 29.9760464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477371, 29.9761619 ], [ 120.2458535, 29.976305 ], [ 120.2458442, 29.9761832 ], [ 120.2477098, 29.9760464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479102, 29.9761167 ], [ 120.2480978, 29.9769051 ], [ 120.2485401, 29.9787646 ], [ 120.2486439, 29.9791952 ], [ 120.2488233, 29.9799391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486356, 29.9799647 ], [ 120.2485989, 29.9798093 ], [ 120.2484549, 29.9791996 ], [ 120.2477371, 29.9761619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502823, 29.9758474 ], [ 120.2506943, 29.97754 ], [ 120.2517642, 29.9802719 ], [ 120.2518902, 29.9805935 ], [ 120.252151, 29.9810445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252151, 29.9810445 ], [ 120.2518902, 29.9805935 ], [ 120.2517642, 29.9802719 ], [ 120.2506943, 29.97754 ], [ 120.2502823, 29.9758474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2488233, 29.9799391 ], [ 120.2486356, 29.9799647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486356, 29.9799647 ], [ 120.2488233, 29.9799391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486356, 29.9799647 ], [ 120.2470699, 29.9801784 ], [ 120.2464237, 29.9802666 ], [ 120.2449202, 29.9804717 ], [ 120.2447809, 29.9804907 ], [ 120.2445612, 29.9805207 ], [ 120.2443579, 29.9806325 ], [ 120.244278, 29.9806764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建浦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244278, 29.9806764 ], [ 120.2443579, 29.9806325 ], [ 120.2445612, 29.9805207 ], [ 120.2447809, 29.9804907 ], [ 120.2449202, 29.9804717 ], [ 120.2464237, 29.9802666 ], [ 120.2470699, 29.9801784 ], [ 120.2486356, 29.9799647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2488233, 29.9799391 ], [ 120.2493207, 29.9820019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491262, 29.9820414 ], [ 120.2489366, 29.9812389 ], [ 120.2486356, 29.9799647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252151, 29.9810445 ], [ 120.2509032, 29.9816184 ], [ 120.2499019, 29.981884 ], [ 120.2493207, 29.9820019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493207, 29.9820019 ], [ 120.2499019, 29.981884 ], [ 120.2509032, 29.9816184 ], [ 120.252151, 29.9810445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493207, 29.9820019 ], [ 120.2491262, 29.9820414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26098, 29.9498307 ], [ 120.2609999, 29.9501683 ], [ 120.2610073, 29.9503232 ], [ 120.2604095, 29.9532005 ], [ 120.2598417, 29.9554062 ], [ 120.2597507, 29.9558028 ], [ 120.2597327, 29.9558814 ], [ 120.2594909, 29.9569357 ], [ 120.2592308, 29.9580979 ], [ 120.2589972, 29.9591412 ], [ 120.2586956, 29.9604885 ], [ 120.2586633, 29.9606329 ], [ 120.2586504, 29.9606904 ], [ 120.258635, 29.960759 ], [ 120.2580242, 29.9634877 ], [ 120.2573721, 29.9664005 ], [ 120.2572874, 29.9667624 ], [ 120.2571277, 29.9674445 ], [ 120.2570343, 29.9676819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570343, 29.9676819 ], [ 120.2571277, 29.9674445 ], [ 120.2572874, 29.9667624 ], [ 120.2573721, 29.9664005 ], [ 120.2580242, 29.9634877 ], [ 120.258635, 29.960759 ], [ 120.2586504, 29.9606904 ], [ 120.2586633, 29.9606329 ], [ 120.2586956, 29.9604885 ], [ 120.2589972, 29.9591412 ], [ 120.2592308, 29.9580979 ], [ 120.2594909, 29.9569357 ], [ 120.2597327, 29.9558814 ], [ 120.2597507, 29.9558028 ], [ 120.2598417, 29.9554062 ], [ 120.2604095, 29.9532005 ], [ 120.2610073, 29.9503232 ], [ 120.2609999, 29.9501683 ], [ 120.26098, 29.9498307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750019, 29.9662403 ], [ 120.2747563, 29.9662392 ], [ 120.2736691, 29.9662816 ], [ 120.2697968, 29.9663365 ], [ 120.2662449, 29.9664209 ], [ 120.2646135, 29.9665298 ], [ 120.2634183, 29.9666343 ], [ 120.2623328, 29.9667961 ], [ 120.2570093, 29.967796 ], [ 120.2551844, 29.9680411 ], [ 120.2549333, 29.9680644 ], [ 120.2537221, 29.9681789 ], [ 120.25143, 29.9683301 ], [ 120.2494898, 29.9685078 ], [ 120.248097, 29.9686254 ], [ 120.2458896, 29.9688091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252151, 29.9810445 ], [ 120.2530498, 29.9806905 ], [ 120.2532065, 29.9807152 ], [ 120.2534363, 29.9809357 ], [ 120.2536477, 29.9810531 ], [ 120.2538567, 29.9811157 ], [ 120.2548248, 29.9809007 ], [ 120.2557149, 29.9807041 ], [ 120.2559393, 29.9806985 ], [ 120.2571418, 29.9807568 ], [ 120.2574531, 29.9807497 ], [ 120.2575845, 29.9807266 ], [ 120.2576866, 29.9807086 ], [ 120.2579144, 29.980667 ], [ 120.2585033, 29.9807402 ], [ 120.2592428, 29.9808519 ], [ 120.2594676, 29.980769 ], [ 120.2597293, 29.9807133 ], [ 120.2606138, 29.9807903 ], [ 120.2613305, 29.9809215 ], [ 120.2615834, 29.9811025 ], [ 120.2617629, 29.9812476 ], [ 120.2619788, 29.9814221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619788, 29.9814221 ], [ 120.2617629, 29.9812476 ], [ 120.2615834, 29.9811025 ], [ 120.2613305, 29.9809215 ], [ 120.2606138, 29.9807903 ], [ 120.2597293, 29.9807133 ], [ 120.2594676, 29.980769 ], [ 120.2592428, 29.9808519 ], [ 120.2585033, 29.9807402 ], [ 120.2579144, 29.980667 ], [ 120.2576866, 29.9807086 ], [ 120.2575845, 29.9807266 ], [ 120.2574531, 29.9807497 ], [ 120.2571418, 29.9807568 ], [ 120.2559393, 29.9806985 ], [ 120.2557149, 29.9807041 ], [ 120.2548248, 29.9809007 ], [ 120.2538567, 29.9811157 ], [ 120.2536477, 29.9810531 ], [ 120.2534363, 29.9809357 ], [ 120.2532065, 29.9807152 ], [ 120.2530498, 29.9806905 ], [ 120.252151, 29.9810445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619788, 29.9814221 ], [ 120.262119, 29.9816022 ], [ 120.2621586, 29.9817961 ], [ 120.2619832, 29.9820573 ], [ 120.2612352, 29.9833223 ], [ 120.2610724, 29.9835715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610724, 29.9835715 ], [ 120.2612352, 29.9833223 ], [ 120.2619832, 29.9820573 ], [ 120.2621586, 29.9817961 ], [ 120.262119, 29.9816022 ], [ 120.2619788, 29.9814221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2575976, 29.9965861 ], [ 120.2576732, 29.9967001 ], [ 120.2580616, 29.9973838 ], [ 120.2580997, 29.9974621 ], [ 120.2583658, 29.9980096 ], [ 120.2584238, 29.9983449 ], [ 120.2584755, 29.998658 ], [ 120.2587811, 29.9990816 ], [ 120.2590957, 30.0004744 ], [ 120.2593524, 30.0024643 ], [ 120.2589507, 30.0031138 ], [ 120.2581253, 30.004371 ], [ 120.2580099, 30.0045891 ], [ 120.2578927, 30.0048107 ], [ 120.2575919, 30.0053793 ], [ 120.2571181, 30.0062749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571181, 30.0062749 ], [ 120.2575919, 30.0053793 ], [ 120.2578927, 30.0048107 ], [ 120.2580099, 30.0045891 ], [ 120.2581253, 30.004371 ], [ 120.2589507, 30.0031138 ], [ 120.2593524, 30.0024643 ], [ 120.2590957, 30.0004744 ], [ 120.2587811, 29.9990816 ], [ 120.2584755, 29.998658 ], [ 120.2584238, 29.9983449 ], [ 120.2583658, 29.9980096 ], [ 120.2580997, 29.9974621 ], [ 120.2580616, 29.9973838 ], [ 120.2576732, 29.9967001 ], [ 120.2575976, 29.9965861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2681819, 30.0255835 ], [ 120.2656693, 30.0252932 ], [ 120.2629105, 30.0249782 ], [ 120.2628597, 30.0249724 ], [ 120.2626381, 30.0249429 ], [ 120.2612034, 30.0247771 ], [ 120.2609002, 30.0247421 ], [ 120.2607278, 30.0247222 ], [ 120.2582803, 30.0244394 ], [ 120.2577287, 30.0243757 ], [ 120.2571176, 30.0243051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491262, 29.9820414 ], [ 120.2493207, 29.9820019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473584, 29.9824003 ], [ 120.2484275, 29.9821832 ], [ 120.2486081, 29.9821465 ], [ 120.2487001, 29.9821279 ], [ 120.2491262, 29.9820414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491262, 29.9820414 ], [ 120.2487001, 29.9821279 ], [ 120.2486081, 29.9821465 ], [ 120.2484275, 29.9821832 ], [ 120.2473584, 29.9824003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473584, 29.9824003 ], [ 120.247281, 29.982416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247281, 29.982416 ], [ 120.2473584, 29.9824003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473584, 29.9824003 ], [ 120.2476312, 29.983378 ], [ 120.2478512, 29.9838533 ], [ 120.2480575, 29.9841053 ], [ 120.2482094, 29.9842006 ], [ 120.2483961, 29.9842139 ], [ 120.2485947, 29.9842217 ], [ 120.2490775, 29.9841237 ], [ 120.2491994, 29.984106 ], [ 120.2492822, 29.984094 ], [ 120.2502128, 29.9842014 ], [ 120.2503252, 29.9842375 ], [ 120.2504531, 29.9847969 ], [ 120.250637, 29.9856009 ], [ 120.2508215, 29.9864074 ], [ 120.2508346, 29.9864647 ], [ 120.250917, 29.986825 ], [ 120.2509858, 29.9871258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2509858, 29.9871258 ], [ 120.250917, 29.986825 ], [ 120.2508346, 29.9864647 ], [ 120.2508215, 29.9864074 ], [ 120.250637, 29.9856009 ], [ 120.2504531, 29.9847969 ], [ 120.2503252, 29.9842375 ], [ 120.2502128, 29.9842014 ], [ 120.2492822, 29.984094 ], [ 120.2491994, 29.984106 ], [ 120.2490775, 29.9841237 ], [ 120.2485947, 29.9842217 ], [ 120.2483961, 29.9842139 ], [ 120.2482094, 29.9842006 ], [ 120.2480575, 29.9841053 ], [ 120.2478512, 29.9838533 ], [ 120.2476312, 29.983378 ], [ 120.2473584, 29.9824003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249768, 29.987506 ], [ 120.2423572, 29.9887929 ], [ 120.2422655, 29.9887825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422655, 29.9887825 ], [ 120.2423572, 29.9887929 ], [ 120.249768, 29.987506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440898, 30.0087694 ], [ 120.2445889, 30.0082247 ], [ 120.2448702, 30.0076555 ], [ 120.2449699, 30.0073803 ], [ 120.2453598, 30.0070922 ], [ 120.2457562, 30.0070185 ], [ 120.2464337, 30.007082 ], [ 120.2503313, 30.0059214 ], [ 120.2508406, 30.0055227 ], [ 120.2512822, 30.0053414 ], [ 120.2519833, 30.0052669 ], [ 120.2524449, 30.0047756 ], [ 120.2527839, 30.0038127 ], [ 120.2522089, 30.0030832 ], [ 120.2513269, 30.0020018 ], [ 120.2508823, 30.0008116 ], [ 120.2501838, 29.9996188 ], [ 120.2498157, 29.9982461 ], [ 120.2495824, 29.997376 ], [ 120.2495984, 29.9962735 ], [ 120.2496859, 29.996041 ], [ 120.2506388, 29.9935103 ], [ 120.2507187, 29.9932982 ], [ 120.2514689, 29.9922498 ], [ 120.2520045, 29.9915013 ], [ 120.2528484, 29.9901817 ], [ 120.252881, 29.9901308 ], [ 120.2530566, 29.9898209 ], [ 120.2530991, 29.9897459 ], [ 120.2531326, 29.9896869 ], [ 120.2531753, 29.9896114 ], [ 120.2534919, 29.9890529 ], [ 120.2537018, 29.9883708 ], [ 120.2537813, 29.9870331 ], [ 120.2538171, 29.9867829 ], [ 120.2538289, 29.9866686 ], [ 120.2538372, 29.986588 ], [ 120.2539912, 29.9850961 ], [ 120.2540557, 29.9845488 ], [ 120.2541111, 29.9840782 ], [ 120.2538108, 29.9830751 ], [ 120.2534979, 29.9823944 ], [ 120.2526854, 29.9817887 ], [ 120.2525027, 29.9816526 ], [ 120.252151, 29.9810445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495049, 29.9684093 ], [ 120.2500565, 29.9683638 ], [ 120.2509315, 29.9682889 ], [ 120.2519995, 29.9682259 ], [ 120.2521217, 29.9682162 ], [ 120.2524961, 29.9681865 ], [ 120.2533979, 29.9681126 ], [ 120.2541317, 29.9680525 ], [ 120.2551288, 29.9679579 ], [ 120.2552273, 29.967946 ], [ 120.2558816, 29.9678672 ], [ 120.2566146, 29.9677529 ], [ 120.2568809, 29.9677078 ], [ 120.2569491, 29.9676963 ], [ 120.2570343, 29.9676819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486175, 29.9860162 ], [ 120.248682, 29.9860776 ], [ 120.2495254, 29.987114 ], [ 120.2498931, 29.9873221 ], [ 120.2518886, 29.9891403 ], [ 120.2521426, 29.989394 ], [ 120.2529562, 29.990118 ], [ 120.2544236, 29.9915472 ], [ 120.2550155, 29.992209 ], [ 120.255641, 29.99303 ], [ 120.2567874, 29.9946175 ], [ 120.2571714, 29.9953139 ], [ 120.2573352, 29.9957279 ], [ 120.2575916, 29.9963761 ], [ 120.2575976, 29.9965861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2575976, 29.9965861 ], [ 120.2575916, 29.9963761 ], [ 120.2573352, 29.9957279 ], [ 120.2571714, 29.9953139 ], [ 120.2567874, 29.9946175 ], [ 120.255641, 29.99303 ], [ 120.2550155, 29.992209 ], [ 120.2544236, 29.9915472 ], [ 120.2529562, 29.990118 ], [ 120.2521426, 29.989394 ], [ 120.2518886, 29.9891403 ], [ 120.2498931, 29.9873221 ], [ 120.2495254, 29.987114 ], [ 120.248682, 29.9860776 ], [ 120.2486175, 29.9860162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610724, 29.9835715 ], [ 120.2605187, 29.9833949 ], [ 120.2590918, 29.9829491 ], [ 120.2582006, 29.9829071 ], [ 120.2580256, 29.9829211 ], [ 120.257401, 29.9829711 ], [ 120.2569575, 29.98314 ], [ 120.25656, 29.983478 ], [ 120.256366, 29.9837596 ], [ 120.2562288, 29.9842716 ], [ 120.2562206, 29.9844407 ], [ 120.2562068, 29.984728 ], [ 120.2563523, 29.985173 ], [ 120.2563953, 29.9853046 ], [ 120.2567361, 29.986594 ], [ 120.2567246, 29.9873106 ], [ 120.2567033, 29.9877777 ], [ 120.2566724, 29.9884557 ], [ 120.2562708, 29.9896445 ], [ 120.255927, 29.9907875 ], [ 120.2558476, 29.9920517 ], [ 120.2560081, 29.9923886 ], [ 120.2561107, 29.9925188 ], [ 120.2561419, 29.9925584 ], [ 120.2562314, 29.9927762 ], [ 120.255878, 29.9929661 ], [ 120.2556028, 29.993114 ], [ 120.2554297, 29.99318 ], [ 120.2546422, 29.9941141 ], [ 120.2540425, 29.9948718 ], [ 120.2536958, 29.9951817 ], [ 120.2531267, 29.9956487 ], [ 120.2527144, 29.9962294 ], [ 120.252431, 29.9969013 ], [ 120.25242, 29.9977863 ], [ 120.2527099, 29.998777 ], [ 120.2536111, 30.0004806 ], [ 120.2537742, 30.0007848 ], [ 120.2544976, 30.0021343 ], [ 120.2550854, 30.0029311 ], [ 120.2553772, 30.0033267 ], [ 120.2559169, 30.003961 ], [ 120.2559693, 30.0040421 ], [ 120.2564517, 30.0047888 ], [ 120.2567034, 30.0052834 ], [ 120.2571011, 30.0060229 ], [ 120.2571181, 30.0062749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571181, 30.0062749 ], [ 120.2571011, 30.0060229 ], [ 120.2567034, 30.0052834 ], [ 120.2564517, 30.0047888 ], [ 120.2559693, 30.0040421 ], [ 120.2559169, 30.003961 ], [ 120.2553772, 30.0033267 ], [ 120.2550854, 30.0029311 ], [ 120.2544976, 30.0021343 ], [ 120.2537742, 30.0007848 ], [ 120.2536111, 30.0004806 ], [ 120.2527099, 29.998777 ], [ 120.25242, 29.9977863 ], [ 120.252431, 29.9969013 ], [ 120.2527144, 29.9962294 ], [ 120.2531267, 29.9956487 ], [ 120.2536958, 29.9951817 ], [ 120.2540425, 29.9948718 ], [ 120.2546422, 29.9941141 ], [ 120.2554297, 29.99318 ], [ 120.2556028, 29.993114 ], [ 120.255878, 29.9929661 ], [ 120.2562314, 29.9927762 ], [ 120.2561419, 29.9925584 ], [ 120.2561107, 29.9925188 ], [ 120.2560081, 29.9923886 ], [ 120.2558476, 29.9920517 ], [ 120.255927, 29.9907875 ], [ 120.2562708, 29.9896445 ], [ 120.2566724, 29.9884557 ], [ 120.2567033, 29.9877777 ], [ 120.2567246, 29.9873106 ], [ 120.2567361, 29.986594 ], [ 120.2563953, 29.9853046 ], [ 120.2563523, 29.985173 ], [ 120.2562068, 29.984728 ], [ 120.2562206, 29.9844407 ], [ 120.2562288, 29.9842716 ], [ 120.256366, 29.9837596 ], [ 120.25656, 29.983478 ], [ 120.2569575, 29.98314 ], [ 120.257401, 29.9829711 ], [ 120.2580256, 29.9829211 ], [ 120.2582006, 29.9829071 ], [ 120.2590918, 29.9829491 ], [ 120.2605187, 29.9833949 ], [ 120.2610724, 29.9835715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554431, 29.994683 ], [ 120.2566641, 29.9953251 ], [ 120.256734, 29.9953619 ], [ 120.2570017, 29.9956375 ], [ 120.2573242, 29.9961742 ], [ 120.2574408, 29.9963498 ], [ 120.2574787, 29.996407 ], [ 120.2575976, 29.9965861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2575976, 29.9965861 ], [ 120.2574787, 29.996407 ], [ 120.2574408, 29.9963498 ], [ 120.2573242, 29.9961742 ], [ 120.2570017, 29.9956375 ], [ 120.256734, 29.9953619 ], [ 120.2566641, 29.9953251 ], [ 120.2554431, 29.994683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550173, 30.0453912 ], [ 120.2549378, 30.0452033 ], [ 120.2547009, 30.0446437 ], [ 120.2544589, 30.0441694 ], [ 120.2543135, 30.0438843 ], [ 120.2542342, 30.0437289 ], [ 120.2540464, 30.0435293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540464, 30.0435293 ], [ 120.2542342, 30.0437289 ], [ 120.2543135, 30.0438843 ], [ 120.2544589, 30.0441694 ], [ 120.2547009, 30.0446437 ], [ 120.2549378, 30.0452033 ], [ 120.2550173, 30.0453912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551188, 30.045623 ], [ 120.2550173, 30.0453912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252151, 29.9810445 ], [ 120.2525027, 29.9816526 ], [ 120.2526854, 29.9817887 ], [ 120.2534979, 29.9823944 ], [ 120.2538108, 29.9830751 ], [ 120.2541111, 29.9840782 ], [ 120.2540557, 29.9845488 ], [ 120.2539912, 29.9850961 ], [ 120.2538372, 29.986588 ], [ 120.2538289, 29.9866686 ], [ 120.2538171, 29.9867829 ], [ 120.2537813, 29.9870331 ], [ 120.2537018, 29.9883708 ], [ 120.2534919, 29.9890529 ], [ 120.2531753, 29.9896114 ], [ 120.2531326, 29.9896869 ], [ 120.2530991, 29.9897459 ], [ 120.2530566, 29.9898209 ], [ 120.252881, 29.9901308 ], [ 120.2528484, 29.9901817 ], [ 120.2520045, 29.9915013 ], [ 120.2514689, 29.9922498 ], [ 120.2507187, 29.9932982 ], [ 120.2506388, 29.9935103 ], [ 120.2496859, 29.996041 ], [ 120.2495984, 29.9962735 ], [ 120.2495824, 29.997376 ], [ 120.2498157, 29.9982461 ], [ 120.2501838, 29.9996188 ], [ 120.2508823, 30.0008116 ], [ 120.2513269, 30.0020018 ], [ 120.2522089, 30.0030832 ], [ 120.2527839, 30.0038127 ], [ 120.2524449, 30.0047756 ], [ 120.2519833, 30.0052669 ], [ 120.2512822, 30.0053414 ], [ 120.2508406, 30.0055227 ], [ 120.2503313, 30.0059214 ], [ 120.2464337, 30.007082 ], [ 120.2457562, 30.0070185 ], [ 120.2453598, 30.0070922 ], [ 120.2449699, 30.0073803 ], [ 120.2448702, 30.0076555 ], [ 120.2445889, 30.0082247 ], [ 120.2440898, 30.0087694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421229, 30.0374608 ], [ 120.2426071, 30.0374475 ], [ 120.2433676, 30.0374569 ], [ 120.2439024, 30.0374846 ], [ 120.2439753, 30.0374884 ], [ 120.2444229, 30.0376018 ], [ 120.2445989, 30.0376303 ], [ 120.2449104, 30.0376806 ], [ 120.2452343, 30.0377814 ], [ 120.2455836, 30.0379105 ], [ 120.2459729, 30.0379798 ], [ 120.2463259, 30.0379987 ], [ 120.246697, 30.0380932 ], [ 120.2470427, 30.0381877 ], [ 120.2473556, 30.0382665 ], [ 120.2477159, 30.0383074 ], [ 120.2480252, 30.0383263 ], [ 120.2483636, 30.0383326 ], [ 120.2488875, 30.0382192 ], [ 120.2493569, 30.0380932 ], [ 120.2496125, 30.0380258 ], [ 120.2499064, 30.0379483 ], [ 120.2503648, 30.0378097 ], [ 120.2506887, 30.0377247 ], [ 120.2509398, 30.0376648 ], [ 120.2512345, 30.037564 ], [ 120.2514565, 30.0374443 ], [ 120.2515678, 30.0373648 ], [ 120.251602, 30.0373404 ], [ 120.2518531, 30.0371797 ], [ 120.2519804, 30.0370317 ], [ 120.2521696, 30.0368112 ], [ 120.2522824, 30.0365875 ], [ 120.2523297, 30.0363702 ], [ 120.252508, 30.0361528 ], [ 120.2526026, 30.0360268 ], [ 120.2527009, 30.035863 ], [ 120.2527336, 30.0357149 ], [ 120.2527555, 30.0356078 ], [ 120.2527591, 30.0354787 ], [ 120.2527512, 30.0354248 ], [ 120.252799, 30.0352485 ], [ 120.2528415, 30.0351348 ], [ 120.2528532, 30.0351036 ], [ 120.2529835, 30.0348067 ], [ 120.2530665, 30.0346008 ], [ 120.2531482, 30.034419 ], [ 120.2532622, 30.034165 ], [ 120.2533428, 30.0339856 ], [ 120.2533771, 30.0335768 ], [ 120.2533509, 30.0331275 ], [ 120.2534026, 30.0328899 ], [ 120.2534367, 30.0327332 ], [ 120.2535087, 30.0324021 ], [ 120.2536336, 30.0311055 ], [ 120.2537417, 30.0301466 ], [ 120.2537481, 30.0300902 ], [ 120.2537658, 30.0298279 ], [ 120.2537783, 30.029643 ], [ 120.253819, 30.0290416 ], [ 120.2538717, 30.0282628 ], [ 120.2539921, 30.0274333 ], [ 120.2538218, 30.026631 ], [ 120.2538011, 30.0265693 ], [ 120.2535037, 30.0256838 ], [ 120.2532621, 30.0250428 ], [ 120.2532131, 30.0249662 ], [ 120.2528915, 30.0244635 ], [ 120.2527831, 30.0242942 ], [ 120.2520613, 30.0234085 ], [ 120.2515948, 30.0228264 ], [ 120.2512556, 30.0224031 ], [ 120.2510154, 30.0218505 ], [ 120.25085, 30.0212843 ], [ 120.2507813, 30.0210491 ], [ 120.2501215, 30.0194601 ], [ 120.2499617, 30.019165 ], [ 120.2490462, 30.017912 ], [ 120.2489653, 30.0176135 ], [ 120.2487408, 30.016636 ], [ 120.2488624, 30.0160932 ], [ 120.2489468, 30.0157164 ], [ 120.2491954, 30.0150123 ], [ 120.2495096, 30.0144014 ], [ 120.2496724, 30.013752 ], [ 120.2495388, 30.0132455 ], [ 120.2494951, 30.0130797 ], [ 120.2490988, 30.0124076 ], [ 120.2489568, 30.0115548 ], [ 120.2489331, 30.0108367 ], [ 120.248914, 30.0102594 ], [ 120.2489292, 30.0099617 ], [ 120.2490164, 30.0097744 ], [ 120.2490815, 30.0096346 ], [ 120.2495974, 30.0091789 ], [ 120.2500528, 30.0086549 ], [ 120.2501532, 30.0084818 ], [ 120.2503347, 30.0081691 ], [ 120.2507968, 30.0078955 ], [ 120.2513207, 30.007807 ], [ 120.251642, 30.0077527 ], [ 120.2534521, 30.0077293 ], [ 120.2537346, 30.0077227 ], [ 120.2541856, 30.0077121 ], [ 120.2549816, 30.0075937 ], [ 120.2556772, 30.0074848 ], [ 120.2560553, 30.0074536 ], [ 120.2566109, 30.0071359 ], [ 120.2569762, 30.0067871 ], [ 120.2570141, 30.0066947 ], [ 120.2571277, 30.0064177 ], [ 120.2571181, 30.0062749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571181, 30.0062749 ], [ 120.2571277, 30.0064177 ], [ 120.2570141, 30.0066947 ], [ 120.2569762, 30.0067871 ], [ 120.2566109, 30.0071359 ], [ 120.2560553, 30.0074536 ], [ 120.2556772, 30.0074848 ], [ 120.2549816, 30.0075937 ], [ 120.2541856, 30.0077121 ], [ 120.2537346, 30.0077227 ], [ 120.2534521, 30.0077293 ], [ 120.251642, 30.0077527 ], [ 120.2513207, 30.007807 ], [ 120.2507968, 30.0078955 ], [ 120.2503347, 30.0081691 ], [ 120.2501532, 30.0084818 ], [ 120.2500528, 30.0086549 ], [ 120.2495974, 30.0091789 ], [ 120.2490815, 30.0096346 ], [ 120.2490164, 30.0097744 ], [ 120.2489292, 30.0099617 ], [ 120.248914, 30.0102594 ], [ 120.2489331, 30.0108367 ], [ 120.2489568, 30.0115548 ], [ 120.2490988, 30.0124076 ], [ 120.2494951, 30.0130797 ], [ 120.2495388, 30.0132455 ], [ 120.2496724, 30.013752 ], [ 120.2495096, 30.0144014 ], [ 120.2491954, 30.0150123 ], [ 120.2489468, 30.0157164 ], [ 120.2488624, 30.0160932 ], [ 120.2487408, 30.016636 ], [ 120.2489653, 30.0176135 ], [ 120.2490462, 30.017912 ], [ 120.2499617, 30.019165 ], [ 120.2501215, 30.0194601 ], [ 120.2507813, 30.0210491 ], [ 120.25085, 30.0212843 ], [ 120.2510154, 30.0218505 ], [ 120.2512556, 30.0224031 ], [ 120.2515948, 30.0228264 ], [ 120.2520613, 30.0234085 ], [ 120.2527831, 30.0242942 ], [ 120.2528915, 30.0244635 ], [ 120.2532131, 30.0249662 ], [ 120.2532621, 30.0250428 ], [ 120.2535037, 30.0256838 ], [ 120.2538011, 30.0265693 ], [ 120.2538218, 30.026631 ], [ 120.2539921, 30.0274333 ], [ 120.2538717, 30.0282628 ], [ 120.253819, 30.0290416 ], [ 120.2537783, 30.029643 ], [ 120.2537658, 30.0298279 ], [ 120.2537481, 30.0300902 ], [ 120.2537417, 30.0301466 ], [ 120.2536336, 30.0311055 ], [ 120.2535087, 30.0324021 ], [ 120.2534367, 30.0327332 ], [ 120.2534026, 30.0328899 ], [ 120.2533509, 30.0331275 ], [ 120.2533771, 30.0335768 ], [ 120.2533428, 30.0339856 ], [ 120.2532622, 30.034165 ], [ 120.2531482, 30.034419 ], [ 120.2530665, 30.0346008 ], [ 120.2529835, 30.0348067 ], [ 120.2528532, 30.0351036 ], [ 120.2528415, 30.0351348 ], [ 120.252799, 30.0352485 ], [ 120.2527512, 30.0354248 ], [ 120.2527591, 30.0354787 ], [ 120.2527555, 30.0356078 ], [ 120.2527336, 30.0357149 ], [ 120.2527009, 30.035863 ], [ 120.2526026, 30.0360268 ], [ 120.252508, 30.0361528 ], [ 120.2523297, 30.0363702 ], [ 120.2522824, 30.0365875 ], [ 120.2521696, 30.0368112 ], [ 120.2519804, 30.0370317 ], [ 120.2518531, 30.0371797 ], [ 120.251602, 30.0373404 ], [ 120.2515678, 30.0373648 ], [ 120.2514565, 30.0374443 ], [ 120.2512345, 30.037564 ], [ 120.2509398, 30.0376648 ], [ 120.2506887, 30.0377247 ], [ 120.2503648, 30.0378097 ], [ 120.2499064, 30.0379483 ], [ 120.2496125, 30.0380258 ], [ 120.2493569, 30.0380932 ], [ 120.2488875, 30.0382192 ], [ 120.2483636, 30.0383326 ], [ 120.2480252, 30.0383263 ], [ 120.2477159, 30.0383074 ], [ 120.2473556, 30.0382665 ], [ 120.2470427, 30.0381877 ], [ 120.246697, 30.0380932 ], [ 120.2463259, 30.0379987 ], [ 120.2459729, 30.0379798 ], [ 120.2455836, 30.0379105 ], [ 120.2452343, 30.0377814 ], [ 120.2449104, 30.0376806 ], [ 120.2445989, 30.0376303 ], [ 120.2444229, 30.0376018 ], [ 120.2439753, 30.0374884 ], [ 120.2439024, 30.0374846 ], [ 120.2433676, 30.0374569 ], [ 120.2426071, 30.0374475 ], [ 120.2421229, 30.0374608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2474125, 30.0427522 ], [ 120.2472257, 30.042836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2472257, 30.042836 ], [ 120.2474125, 30.0427522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2472257, 30.042836 ], [ 120.2471611, 30.042857 ], [ 120.2467333, 30.04285 ], [ 120.2461762, 30.0428334 ], [ 120.2458277, 30.04284 ], [ 120.2456454, 30.0428434 ], [ 120.2439729, 30.0428751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540464, 30.0435293 ], [ 120.2530778, 30.0438531 ], [ 120.2522451, 30.0441314 ], [ 120.2520721, 30.0441476 ], [ 120.251339, 30.0442158 ], [ 120.2510032, 30.0441266 ], [ 120.2508868, 30.0440957 ], [ 120.2497949, 30.0438057 ], [ 120.2495251, 30.0437614 ], [ 120.2491466, 30.0436992 ], [ 120.2487736, 30.043638 ], [ 120.2482755, 30.0436276 ], [ 120.2481247, 30.0436244 ], [ 120.247524, 30.0431526 ], [ 120.2472257, 30.042836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2472257, 30.042836 ], [ 120.247524, 30.0431526 ], [ 120.2481247, 30.0436244 ], [ 120.2482755, 30.0436276 ], [ 120.2487736, 30.043638 ], [ 120.2491466, 30.0436992 ], [ 120.2495251, 30.0437614 ], [ 120.2497949, 30.0438057 ], [ 120.2508868, 30.0440957 ], [ 120.2510032, 30.0441266 ], [ 120.251339, 30.0442158 ], [ 120.2520721, 30.0441476 ], [ 120.2522451, 30.0441314 ], [ 120.2530778, 30.0438531 ], [ 120.2540464, 30.0435293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439297, 30.0473318 ], [ 120.2452412, 30.047313 ], [ 120.2462396, 30.0473184 ], [ 120.2470512, 30.0473074 ], [ 120.2478382, 30.0472968 ], [ 120.24888, 30.0472126 ], [ 120.2495407, 30.0471247 ], [ 120.2503802, 30.0469669 ], [ 120.2515396, 30.0466579 ], [ 120.2531502, 30.0462632 ], [ 120.2538321, 30.0460974 ], [ 120.2540809, 30.0460888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540149, 30.046116 ], [ 120.2531781, 30.046318 ], [ 120.252559, 30.0464698 ], [ 120.2515557, 30.0467086 ], [ 120.2511668, 30.0468011 ], [ 120.25038, 30.0470127 ], [ 120.2498969, 30.0471427 ], [ 120.2491777, 30.0472311 ], [ 120.2484471, 30.0473219 ], [ 120.2474364, 30.0473793 ], [ 120.2465977, 30.0473851 ], [ 120.246231, 30.0473876 ], [ 120.2452431, 30.0473944 ], [ 120.2439434, 30.0474033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571176, 30.0243051 ], [ 120.2577287, 30.0243757 ], [ 120.2582803, 30.0244394 ], [ 120.2607278, 30.0247222 ], [ 120.2609002, 30.0247421 ], [ 120.2612034, 30.0247771 ], [ 120.2626381, 30.0249429 ], [ 120.2628597, 30.0249724 ], [ 120.2629105, 30.0249782 ], [ 120.2656693, 30.0252932 ], [ 120.2681819, 30.0255835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540464, 30.0435293 ], [ 120.2539821, 30.0433342 ], [ 120.253907, 30.0431206 ], [ 120.2536822, 30.0426481 ], [ 120.253535, 30.0423685 ], [ 120.2534885, 30.0422801 ], [ 120.2533657, 30.0419748 ], [ 120.2533586, 30.0419303 ], [ 120.2533442, 30.0418401 ], [ 120.2533598, 30.0417182 ], [ 120.2534676, 30.0416544 ], [ 120.2537138, 30.0415975 ], [ 120.2542664, 30.0415371 ], [ 120.2545411, 30.0415406 ], [ 120.2546258, 30.0415417 ], [ 120.2550335, 30.0415417 ], [ 120.2552753, 30.0415232 ], [ 120.2554817, 30.0415075 ], [ 120.2555807, 30.0414999 ], [ 120.2561386, 30.0414024 ], [ 120.2567608, 30.041291 ], [ 120.2569384, 30.0412132 ], [ 120.2570779, 30.0410971 ], [ 120.2572227, 30.0408185 ], [ 120.2572568, 30.0407192 ], [ 120.2573836, 30.0403494 ], [ 120.2574748, 30.039964 ], [ 120.2575601, 30.0395263 ], [ 120.2575601, 30.0393313 ], [ 120.2574314, 30.0387136 ], [ 120.2573615, 30.038411 ], [ 120.2573402, 30.0383189 ], [ 120.2572275, 30.0380031 ], [ 120.2570564, 30.0375724 ], [ 120.257013, 30.0374087 ], [ 120.2570398, 30.0373019 ], [ 120.2570993, 30.0372427 ], [ 120.25719, 30.0371672 ], [ 120.2572974, 30.0371524 ], [ 120.2576599, 30.0371013 ], [ 120.2577216, 30.0370941 ], [ 120.2579303, 30.0370697 ], [ 120.2581025, 30.0369826 ], [ 120.25822, 30.0369118 ], [ 120.2583004, 30.0368328 ], [ 120.2583975, 30.0366993 ], [ 120.2584941, 30.0364857 ], [ 120.258655, 30.0362535 ], [ 120.2589928, 30.035933 ], [ 120.2590466, 30.035882 ], [ 120.2593305, 30.035566 ], [ 120.2595165, 30.0353589 ], [ 120.2595348, 30.0353386 ], [ 120.2596791, 30.0352831 ], [ 120.2598405, 30.0352225 ], [ 120.2600068, 30.0350971 ], [ 120.2605642, 30.0346362 ], [ 120.2607918, 30.0345735 ], [ 120.2611543, 30.0344737 ], [ 120.2617181, 30.0343262 ], [ 120.2620024, 30.034303 ], [ 120.2623296, 30.0343309 ], [ 120.2626354, 30.0343819 ], [ 120.2628623, 30.0343918 ], [ 120.2629299, 30.0343947 ], [ 120.2635736, 30.034274 ], [ 120.2646471, 30.0340708 ], [ 120.2661808, 30.0338142 ], [ 120.2668513, 30.0336935 ], [ 120.2669699, 30.0336482 ], [ 120.2670557, 30.0335553 ], [ 120.2670873, 30.0334473 ], [ 120.267163, 30.0329237 ], [ 120.2672864, 30.032162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672864, 30.032162 ], [ 120.267163, 30.0329237 ], [ 120.2670873, 30.0334473 ], [ 120.2670557, 30.0335553 ], [ 120.2669699, 30.0336482 ], [ 120.2668513, 30.0336935 ], [ 120.2661808, 30.0338142 ], [ 120.2646471, 30.0340708 ], [ 120.2635736, 30.034274 ], [ 120.2629299, 30.0343947 ], [ 120.2628623, 30.0343918 ], [ 120.2626354, 30.0343819 ], [ 120.2623296, 30.0343309 ], [ 120.2620024, 30.034303 ], [ 120.2617181, 30.0343262 ], [ 120.2611543, 30.0344737 ], [ 120.2607918, 30.0345735 ], [ 120.2605642, 30.0346362 ], [ 120.2600068, 30.0350971 ], [ 120.2598405, 30.0352225 ], [ 120.2596791, 30.0352831 ], [ 120.2595348, 30.0353386 ], [ 120.2595165, 30.0353589 ], [ 120.2593305, 30.035566 ], [ 120.2590466, 30.035882 ], [ 120.2589928, 30.035933 ], [ 120.258655, 30.0362535 ], [ 120.2584941, 30.0364857 ], [ 120.2583975, 30.0366993 ], [ 120.2583004, 30.0368328 ], [ 120.25822, 30.0369118 ], [ 120.2581025, 30.0369826 ], [ 120.2579303, 30.0370697 ], [ 120.2577216, 30.0370941 ], [ 120.2576599, 30.0371013 ], [ 120.2572974, 30.0371524 ], [ 120.25719, 30.0371672 ], [ 120.2570993, 30.0372427 ], [ 120.2570398, 30.0373019 ], [ 120.257013, 30.0374087 ], [ 120.2570564, 30.0375724 ], [ 120.2572275, 30.0380031 ], [ 120.2573402, 30.0383189 ], [ 120.2573615, 30.038411 ], [ 120.2574314, 30.0387136 ], [ 120.2575601, 30.0393313 ], [ 120.2575601, 30.0395263 ], [ 120.2574748, 30.039964 ], [ 120.2573836, 30.0403494 ], [ 120.2572568, 30.0407192 ], [ 120.2572227, 30.0408185 ], [ 120.2570779, 30.0410971 ], [ 120.2569384, 30.0412132 ], [ 120.2567608, 30.041291 ], [ 120.2561386, 30.0414024 ], [ 120.2555807, 30.0414999 ], [ 120.2554817, 30.0415075 ], [ 120.2552753, 30.0415232 ], [ 120.2550335, 30.0415417 ], [ 120.2546258, 30.0415417 ], [ 120.2545411, 30.0415406 ], [ 120.2542664, 30.0415371 ], [ 120.2537138, 30.0415975 ], [ 120.2534676, 30.0416544 ], [ 120.2533598, 30.0417182 ], [ 120.2533442, 30.0418401 ], [ 120.2533586, 30.0419303 ], [ 120.2533657, 30.0419748 ], [ 120.2534885, 30.0422801 ], [ 120.253535, 30.0423685 ], [ 120.2536822, 30.0426481 ], [ 120.253907, 30.0431206 ], [ 120.2539821, 30.0433342 ], [ 120.2540464, 30.0435293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551188, 30.045623 ], [ 120.2555049, 30.0454386 ], [ 120.2563387, 30.0449529 ], [ 120.257646, 30.044114 ], [ 120.259029, 30.043233 ], [ 120.2604576, 30.0422244 ], [ 120.2614626, 30.0414264 ], [ 120.2615374, 30.041367 ], [ 120.2624664, 30.040477 ], [ 120.2632649, 30.0396173 ], [ 120.2645292, 30.0382561 ], [ 120.2664033, 30.0361107 ], [ 120.2665863, 30.0359011 ], [ 120.268848, 30.033312 ], [ 120.2696116, 30.0324688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2698891, 30.0324599 ], [ 120.2667372, 30.0360291 ], [ 120.266553, 30.0362377 ], [ 120.2664126, 30.0363967 ], [ 120.2634478, 30.0396478 ], [ 120.2627112, 30.0404555 ], [ 120.2617671, 30.0413471 ], [ 120.2615353, 30.0415358 ], [ 120.2605118, 30.0423687 ], [ 120.2594389, 30.0431581 ], [ 120.2591636, 30.0433449 ], [ 120.2580978, 30.0440683 ], [ 120.2557053, 30.0454707 ], [ 120.2552032, 30.04581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612232, 30.0514052 ], [ 120.2614599, 30.051906 ], [ 120.2629023, 30.0549572 ], [ 120.262972, 30.0551755 ], [ 120.2629988, 30.0553333 ], [ 120.262972, 30.0554819 ], [ 120.2628862, 30.0556537 ], [ 120.2628057, 30.0557326 ], [ 120.262693, 30.0557744 ], [ 120.2605205, 30.0558023 ], [ 120.2591741, 30.0558129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2591741, 30.0558129 ], [ 120.2605205, 30.0558023 ], [ 120.262693, 30.0557744 ], [ 120.2628057, 30.0557326 ], [ 120.2628862, 30.0556537 ], [ 120.262972, 30.0554819 ], [ 120.2629988, 30.0553333 ], [ 120.262972, 30.0551755 ], [ 120.2629023, 30.0549572 ], [ 120.2614599, 30.051906 ], [ 120.2612232, 30.0514052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2591741, 30.0558129 ], [ 120.2589328, 30.0552435 ], [ 120.2588369, 30.0550171 ], [ 120.2587087, 30.0547118 ], [ 120.2586708, 30.0545783 ], [ 120.2586384, 30.0544645 ], [ 120.258574, 30.0541813 ], [ 120.2584882, 30.0539677 ], [ 120.2584109, 30.0538795 ], [ 120.2583702, 30.0538331 ], [ 120.2581878, 30.053638 ], [ 120.2579326, 30.0533415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579326, 30.0533415 ], [ 120.2581878, 30.053638 ], [ 120.2583702, 30.0538331 ], [ 120.2584109, 30.0538795 ], [ 120.2584882, 30.0539677 ], [ 120.258574, 30.0541813 ], [ 120.2586384, 30.0544645 ], [ 120.2586708, 30.0545783 ], [ 120.2587087, 30.0547118 ], [ 120.2588369, 30.0550171 ], [ 120.2589328, 30.0552435 ], [ 120.2591741, 30.0558129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599053, 30.0574014 ], [ 120.2591741, 30.0558129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550173, 30.0453912 ], [ 120.2551188, 30.045623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "白曹线", "来娘线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551188, 30.045623 ], [ 120.2551622, 30.0457164 ], [ 120.2552032, 30.04581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "来娘线", "白曹线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552032, 30.04581 ], [ 120.2551622, 30.0457164 ], [ 120.2551188, 30.045623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550173, 30.0453912 ], [ 120.2548027, 30.04557 ], [ 120.2543896, 30.0459183 ], [ 120.2542073, 30.0460367 ], [ 120.2540809, 30.0460888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540809, 30.0460888 ], [ 120.2542073, 30.0460367 ], [ 120.2543896, 30.0459183 ], [ 120.2548027, 30.04557 ], [ 120.2550173, 30.0453912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544314, 30.0461554 ], [ 120.2549076, 30.0457944 ], [ 120.2551188, 30.045623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540149, 30.046116 ], [ 120.2540809, 30.0460888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540809, 30.0460888 ], [ 120.2540149, 30.046116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540809, 30.0460888 ], [ 120.2544314, 30.0461554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542413, 30.046319 ], [ 120.2542215, 30.0462319 ], [ 120.2541428, 30.0461799 ], [ 120.2540149, 30.046116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542413, 30.046319 ], [ 120.2544314, 30.0461554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552032, 30.04581 ], [ 120.2555646, 30.0466358 ], [ 120.2556826, 30.046947 ], [ 120.2558221, 30.0472023 ], [ 120.2559133, 30.0476574 ], [ 120.2560264, 30.0480718 ], [ 120.2560635, 30.0484607 ], [ 120.2561176, 30.0486616 ], [ 120.2562518, 30.0489355 ], [ 120.2564749, 30.049356 ], [ 120.256675, 30.049733 ], [ 120.2568526, 30.0500964 ], [ 120.2570046, 30.0504744 ], [ 120.257113, 30.0507438 ], [ 120.2573139, 30.0512433 ], [ 120.257399, 30.0514912 ], [ 120.2574314, 30.0515857 ], [ 120.2574373, 30.0517169 ], [ 120.2574207, 30.0520965 ], [ 120.2574582, 30.0524076 ], [ 120.257544, 30.0525747 ], [ 120.2579326, 30.0533415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579326, 30.0533415 ], [ 120.257544, 30.0525747 ], [ 120.2574582, 30.0524076 ], [ 120.2574207, 30.0520965 ], [ 120.2574373, 30.0517169 ], [ 120.2574314, 30.0515857 ], [ 120.257399, 30.0514912 ], [ 120.2573139, 30.0512433 ], [ 120.257113, 30.0507438 ], [ 120.2570046, 30.0504744 ], [ 120.2568526, 30.0500964 ], [ 120.256675, 30.049733 ], [ 120.2564749, 30.049356 ], [ 120.2562518, 30.0489355 ], [ 120.2561176, 30.0486616 ], [ 120.2560635, 30.0484607 ], [ 120.2560264, 30.0480718 ], [ 120.2559133, 30.0476574 ], [ 120.2558221, 30.0472023 ], [ 120.2556826, 30.046947 ], [ 120.2555646, 30.0466358 ], [ 120.2552032, 30.04581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552032, 30.04581 ], [ 120.2549087, 30.0460627 ], [ 120.2541818, 30.0467523 ], [ 120.2536561, 30.047551 ], [ 120.2533449, 30.0484611 ], [ 120.2532484, 30.0493526 ], [ 120.2537311, 30.0537275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535408, 30.053728 ], [ 120.253012, 30.049497 ], [ 120.253066, 30.04872 ], [ 120.253273, 30.047979 ], [ 120.253615, 30.047242 ], [ 120.254203, 30.046352 ], [ 120.2542413, 30.046319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2537311, 30.0537275 ], [ 120.2568742, 30.0537195 ], [ 120.257016, 30.0536982 ], [ 120.2577758, 30.0534025 ], [ 120.2579326, 30.0533415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579326, 30.0533415 ], [ 120.2577758, 30.0534025 ], [ 120.257016, 30.0536982 ], [ 120.2568742, 30.0537195 ], [ 120.2537311, 30.0537275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2537311, 30.0537275 ], [ 120.2535408, 30.053728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535408, 30.053728 ], [ 120.2537311, 30.0537275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2537311, 30.0537275 ], [ 120.2539672, 30.0558671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.300626781694376, 29.933490187887223 ], [ 120.3016301, 29.9334197 ], [ 120.3025122, 29.9334845 ], [ 120.3027658, 29.933449 ], [ 120.3032536, 29.9331563 ], [ 120.3035535, 29.9330143 ], [ 120.3043093, 29.9330717 ], [ 120.3071559, 29.9319643 ], [ 120.3077863, 29.931719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3077863, 29.931719 ], [ 120.3071559, 29.9319643 ], [ 120.3043093, 29.9330717 ], [ 120.3035535, 29.9330143 ], [ 120.3032536, 29.9331563 ], [ 120.3027658, 29.933449 ], [ 120.3025122, 29.9334845 ], [ 120.3016301, 29.9334197 ], [ 120.300626781694376, 29.933490187887223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.298912577909519, 29.933926945282671 ], [ 120.2990169, 29.9340342 ], [ 120.2991172, 29.934313 ], [ 120.2991009, 29.9346466 ], [ 120.2991469, 29.9351366 ], [ 120.2993655, 29.9353129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2993655, 29.9353129 ], [ 120.2991469, 29.9351366 ], [ 120.2991009, 29.9346466 ], [ 120.2991172, 29.934313 ], [ 120.2990169, 29.9340342 ], [ 120.298912577909519, 29.933926945282671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2993655, 29.9353129 ], [ 120.2995033, 29.935424 ], [ 120.3000548, 29.9358445 ], [ 120.3001564, 29.9361713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001564, 29.9361713 ], [ 120.3000548, 29.9358445 ], [ 120.2995033, 29.935424 ], [ 120.2993655, 29.9353129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001564, 29.9361713 ], [ 120.3002985, 29.9356009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2993655, 29.9353129 ], [ 120.2983312, 29.9366745 ], [ 120.2966195, 29.9389279 ], [ 120.2987602, 29.9399055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987602, 29.9399055 ], [ 120.2966195, 29.9389279 ], [ 120.2983312, 29.9366745 ], [ 120.2993655, 29.9353129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005161, 29.9356316 ], [ 120.3002796, 29.9362926 ], [ 120.3001121, 29.9370371 ], [ 120.30006, 29.9372685 ], [ 120.2997551, 29.9381281 ], [ 120.2994258, 29.9388609 ], [ 120.2989746, 29.9397839 ], [ 120.2988786, 29.9399794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987602, 29.9399055 ], [ 120.2988486, 29.9397354 ], [ 120.2991682, 29.9389193 ], [ 120.2996785, 29.9373914 ], [ 120.299989, 29.9366637 ], [ 120.3001564, 29.9361713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017901, 29.9413282 ], [ 120.3034392, 29.9385718 ], [ 120.304352, 29.9370461 ], [ 120.3056969, 29.934798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3056969, 29.934798 ], [ 120.304352, 29.9370461 ], [ 120.3034392, 29.9385718 ], [ 120.3017901, 29.9413282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2988786, 29.9399794 ], [ 120.2991829, 29.9401203 ], [ 120.300655, 29.9408023 ], [ 120.3017901, 29.9413282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017901, 29.9413282 ], [ 120.300655, 29.9408023 ], [ 120.2991829, 29.9401203 ], [ 120.2988786, 29.9399794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2988786, 29.9399794 ], [ 120.2983932, 29.9409676 ], [ 120.2981289, 29.9414467 ], [ 120.297698, 29.9421513 ], [ 120.2972732, 29.9427922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3036653, 29.942197 ], [ 120.3017901, 29.9413282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017901, 29.9413282 ], [ 120.3036653, 29.942197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859226, 29.9514924 ], [ 120.286018, 29.9505633 ], [ 120.2863181, 29.9491344 ], [ 120.2865376, 29.9480888 ], [ 120.2873714, 29.946033 ], [ 120.2873808, 29.945166 ], [ 120.2874688, 29.9444196 ], [ 120.2876816, 29.9439197 ], [ 120.288112, 29.94297 ], [ 120.2884296, 29.9423546 ], [ 120.2888932, 29.9421835 ], [ 120.2894032, 29.9418328 ], [ 120.2903792, 29.941039 ], [ 120.2912303, 29.9404591 ], [ 120.292676, 29.9398171 ], [ 120.2938676, 29.9391259 ], [ 120.2948588, 29.9384007 ], [ 120.2951758, 29.9381397 ], [ 120.2955508, 29.937831 ], [ 120.2961943, 29.9376383 ], [ 120.2965688, 29.9372248 ], [ 120.2969174, 29.9363566 ], [ 120.2973466, 29.935039 ], [ 120.2976173, 29.9344777 ], [ 120.297678508540599, 29.934241370515032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.297678508540599, 29.934241370515032 ], [ 120.2976173, 29.9344777 ], [ 120.2973466, 29.935039 ], [ 120.2969174, 29.9363566 ], [ 120.2965688, 29.9372248 ], [ 120.2961943, 29.9376383 ], [ 120.2955508, 29.937831 ], [ 120.2951758, 29.9381397 ], [ 120.2948588, 29.9384007 ], [ 120.2938676, 29.9391259 ], [ 120.292676, 29.9398171 ], [ 120.2912303, 29.9404591 ], [ 120.2903792, 29.941039 ], [ 120.2894032, 29.9418328 ], [ 120.2888932, 29.9421835 ], [ 120.2884296, 29.9423546 ], [ 120.288112, 29.94297 ], [ 120.2876816, 29.9439197 ], [ 120.2874688, 29.9444196 ], [ 120.2873808, 29.945166 ], [ 120.2873714, 29.946033 ], [ 120.2865376, 29.9480888 ], [ 120.2863181, 29.9491344 ], [ 120.286018, 29.9505633 ], [ 120.2859226, 29.9514924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909901, 29.9505749 ], [ 120.2910131, 29.950515 ], [ 120.2912523, 29.9499679 ], [ 120.2916411, 29.9492859 ], [ 120.2919765, 29.9487854 ], [ 120.2922621, 29.9483972 ], [ 120.292757, 29.9478244 ], [ 120.2932861, 29.9472893 ], [ 120.2942776, 29.9462943 ], [ 120.2949787, 29.9455385 ], [ 120.2955916, 29.9448364 ], [ 120.2962636, 29.9439709 ], [ 120.2970731, 29.9428518 ], [ 120.2977275, 29.9418307 ], [ 120.2980716, 29.9412317 ], [ 120.2987602, 29.9399055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2972732, 29.9427922 ], [ 120.2970069, 29.943194 ], [ 120.2962791, 29.9442015 ], [ 120.2956571, 29.9449801 ], [ 120.2950229, 29.9456952 ], [ 120.2945562, 29.9462099 ], [ 120.2944416, 29.9463363 ], [ 120.2937667, 29.9470056 ], [ 120.2930227, 29.9477419 ], [ 120.2926202, 29.9481928 ], [ 120.2921933, 29.9487141 ], [ 120.2918559, 29.9492178 ], [ 120.2916136, 29.9496236 ], [ 120.2914006, 29.9500069 ], [ 120.2913447, 29.9501195 ], [ 120.2912258, 29.9503592 ], [ 120.2911586, 29.9505282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2911586, 29.9505282 ], [ 120.2915008, 29.9505043 ], [ 120.2916558, 29.9504935 ], [ 120.2916885, 29.9504912 ], [ 120.2922759, 29.9504877 ], [ 120.2925414, 29.9504861 ], [ 120.2928827, 29.950484 ], [ 120.2929504, 29.9504836 ], [ 120.2969777, 29.9504593 ], [ 120.2994614, 29.9504444 ], [ 120.2997701, 29.9504426 ], [ 120.3000626, 29.9504408 ], [ 120.300137, 29.9504433 ], [ 120.3002074, 29.9504456 ], [ 120.3003988, 29.950452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003988, 29.950452 ], [ 120.3002074, 29.9504456 ], [ 120.300137, 29.9504433 ], [ 120.3000626, 29.9504408 ], [ 120.2997701, 29.9504426 ], [ 120.2994614, 29.9504444 ], [ 120.2969777, 29.9504593 ], [ 120.2929504, 29.9504836 ], [ 120.2928827, 29.950484 ], [ 120.2925414, 29.9504861 ], [ 120.2922759, 29.9504877 ], [ 120.2916885, 29.9504912 ], [ 120.2916558, 29.9504935 ], [ 120.2915008, 29.9505043 ], [ 120.2911586, 29.9505282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2911586, 29.9505282 ], [ 120.2909901, 29.9505749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909901, 29.9505749 ], [ 120.2911586, 29.9505282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2911586, 29.9505282 ], [ 120.291055, 29.9507889 ], [ 120.2909658, 29.9510026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908265, 29.9510074 ], [ 120.2908435, 29.9509558 ], [ 120.2909901, 29.9505749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X10" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044996, 29.9429852 ], [ 120.3044788, 29.942962 ], [ 120.3040343, 29.9424654 ], [ 120.3036653, 29.942197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X10" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3036653, 29.942197 ], [ 120.3040343, 29.9424654 ], [ 120.3044788, 29.942962 ], [ 120.3044996, 29.9429852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017901, 29.9413282 ], [ 120.3001055, 29.9441128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001055, 29.9441128 ], [ 120.3017901, 29.9413282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001055, 29.9441128 ], [ 120.2972732, 29.9427922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2972732, 29.9427922 ], [ 120.3001055, 29.9441128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3036653, 29.942197 ], [ 120.3035948, 29.9429201 ], [ 120.3035891, 29.9429783 ], [ 120.3033317, 29.9456171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033317, 29.9456171 ], [ 120.3035891, 29.9429783 ], [ 120.3035948, 29.9429201 ], [ 120.3036653, 29.942197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996731, 29.9447579 ], [ 120.3001055, 29.9441128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001055, 29.9441128 ], [ 120.2996731, 29.9447579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033317, 29.9456171 ], [ 120.301359, 29.9446973 ], [ 120.3012995, 29.9446696 ], [ 120.3001055, 29.9441128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001055, 29.9441128 ], [ 120.3012995, 29.9446696 ], [ 120.301359, 29.9446973 ], [ 120.3033317, 29.9456171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3051939, 29.9464854 ], [ 120.3033317, 29.9456171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033317, 29.9456171 ], [ 120.3051939, 29.9464854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032358, 29.9469676 ], [ 120.3033317, 29.9456171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033317, 29.9456171 ], [ 120.3032358, 29.9469676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017733, 29.9459352 ], [ 120.3023777, 29.9459922 ], [ 120.3032358, 29.9469676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032358, 29.9469676 ], [ 120.3023777, 29.9459922 ], [ 120.3017733, 29.9459352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032358, 29.9469676 ], [ 120.3033165, 29.9474554 ], [ 120.3032778, 29.9478573 ], [ 120.3037018, 29.9496013 ], [ 120.3036381, 29.9497607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3036381, 29.9497607 ], [ 120.3037018, 29.9496013 ], [ 120.3032778, 29.9478573 ], [ 120.3033165, 29.9474554 ], [ 120.3032358, 29.9469676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X10" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045465, 29.9430376 ], [ 120.3068302, 29.9455882 ], [ 120.3072252, 29.946184 ], [ 120.3072486, 29.9467357 ], [ 120.3072588, 29.9469746 ], [ 120.3072129, 29.9471935 ], [ 120.3071406, 29.9475381 ], [ 120.3067195, 29.9482696 ], [ 120.3060113, 29.9488511 ], [ 120.3054301, 29.9492863 ], [ 120.3049981, 29.9494955 ], [ 120.3045413, 29.9495969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X10" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045413, 29.9495969 ], [ 120.3049981, 29.9494955 ], [ 120.3054301, 29.9492863 ], [ 120.3060113, 29.9488511 ], [ 120.3067195, 29.9482696 ], [ 120.3071406, 29.9475381 ], [ 120.3072129, 29.9471935 ], [ 120.3072588, 29.9469746 ], [ 120.3072486, 29.9467357 ], [ 120.3072252, 29.946184 ], [ 120.3068302, 29.9455882 ], [ 120.3045465, 29.9430376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049748, 29.9510974 ], [ 120.3047019, 29.9504474 ], [ 120.3045413, 29.9495969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045413, 29.9495969 ], [ 120.3047019, 29.9504474 ], [ 120.3049748, 29.9510974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3040514, 29.9512955 ], [ 120.3043868, 29.9512235 ], [ 120.3049748, 29.9510974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049748, 29.9510974 ], [ 120.3043868, 29.9512235 ], [ 120.3040514, 29.9512955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049748, 29.9510974 ], [ 120.3051393, 29.9514894 ], [ 120.3056628, 29.9523196 ], [ 120.3058587, 29.9526302 ], [ 120.3059206, 29.9527244 ], [ 120.306449, 29.9535282 ], [ 120.3070852, 29.953723 ], [ 120.3079804, 29.9538137 ], [ 120.3087944, 29.9538463 ], [ 120.3094034, 29.953928 ], [ 120.3098709, 29.954176 ], [ 120.3103402, 29.9547895 ], [ 120.3109316, 29.955205 ], [ 120.3114447, 29.9556856 ], [ 120.3118731, 29.9560579 ], [ 120.3124487, 29.9568212 ], [ 120.3125175, 29.9570295 ], [ 120.3126335, 29.9572499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126335, 29.9572499 ], [ 120.3125175, 29.9570295 ], [ 120.3124487, 29.9568212 ], [ 120.3118731, 29.9560579 ], [ 120.3114447, 29.9556856 ], [ 120.3109316, 29.955205 ], [ 120.3103402, 29.9547895 ], [ 120.3098709, 29.954176 ], [ 120.3094034, 29.953928 ], [ 120.3087944, 29.9538463 ], [ 120.3079804, 29.9538137 ], [ 120.3070852, 29.953723 ], [ 120.306449, 29.9535282 ], [ 120.3059206, 29.9527244 ], [ 120.3058587, 29.9526302 ], [ 120.3056628, 29.9523196 ], [ 120.3051393, 29.9514894 ], [ 120.3049748, 29.9510974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126335, 29.9572499 ], [ 120.3124572, 29.957281 ], [ 120.3123945, 29.9570342 ], [ 120.312354, 29.9568747 ], [ 120.3118239, 29.9562136 ], [ 120.3114961, 29.9558299 ], [ 120.3109277, 29.9553634 ], [ 120.3103795, 29.9550056 ], [ 120.3101672, 29.9547848 ], [ 120.3099465, 29.954427 ], [ 120.3096398, 29.9541701 ], [ 120.309326, 29.9540438 ], [ 120.3088886, 29.9539416 ], [ 120.3083932, 29.9538948 ], [ 120.3079552, 29.9538965 ], [ 120.3074928, 29.9539156 ], [ 120.3072262, 29.9538733 ], [ 120.3066905, 29.9537519 ], [ 120.3063161, 29.953721 ], [ 120.3059492, 29.9537877 ], [ 120.305616, 29.9537747 ], [ 120.3050619, 29.953648 ], [ 120.3046684, 29.9535864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046684, 29.9535864 ], [ 120.3050619, 29.953648 ], [ 120.305616, 29.9537747 ], [ 120.3059492, 29.9537877 ], [ 120.3063161, 29.953721 ], [ 120.3066905, 29.9537519 ], [ 120.3072262, 29.9538733 ], [ 120.3074928, 29.9539156 ], [ 120.3079552, 29.9538965 ], [ 120.3083932, 29.9538948 ], [ 120.3088886, 29.9539416 ], [ 120.309326, 29.9540438 ], [ 120.3096398, 29.9541701 ], [ 120.3099465, 29.954427 ], [ 120.3101672, 29.9547848 ], [ 120.3103795, 29.9550056 ], [ 120.3109277, 29.9553634 ], [ 120.3114961, 29.9558299 ], [ 120.3118239, 29.9562136 ], [ 120.312354, 29.9568747 ], [ 120.3123945, 29.9570342 ], [ 120.3124572, 29.957281 ], [ 120.3126335, 29.9572499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045413, 29.9495969 ], [ 120.3036381, 29.9497607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3036381, 29.9497607 ], [ 120.3045413, 29.9495969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3036381, 29.9497607 ], [ 120.3009757, 29.9502435 ], [ 120.3006976, 29.950344 ], [ 120.3003988, 29.950452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003988, 29.950452 ], [ 120.3006976, 29.950344 ], [ 120.3009757, 29.9502435 ], [ 120.3036381, 29.9497607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3036381, 29.9497607 ], [ 120.3040514, 29.9512955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3040514, 29.9512955 ], [ 120.3036381, 29.9497607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003988, 29.950452 ], [ 120.3004319, 29.9505367 ], [ 120.3003955, 29.9506171 ], [ 120.3003708, 29.9506716 ], [ 120.3003395, 29.9507407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003395, 29.9507407 ], [ 120.3003708, 29.9506716 ], [ 120.3003955, 29.9506171 ], [ 120.3004319, 29.9505367 ], [ 120.3003988, 29.950452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003395, 29.9507407 ], [ 120.3004695, 29.950779 ], [ 120.3006982, 29.9508771 ], [ 120.300795, 29.9509186 ], [ 120.3014446, 29.9512863 ], [ 120.3023409, 29.9520172 ], [ 120.3029839, 29.9526777 ], [ 120.3033945, 29.9530995 ], [ 120.3037615, 29.9534115 ], [ 120.3043807, 29.9535414 ], [ 120.3046684, 29.9535864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046684, 29.9535864 ], [ 120.3043807, 29.9535414 ], [ 120.3037615, 29.9534115 ], [ 120.3033945, 29.9530995 ], [ 120.3029839, 29.9526777 ], [ 120.3023409, 29.9520172 ], [ 120.3014446, 29.9512863 ], [ 120.300795, 29.9509186 ], [ 120.3006982, 29.9508771 ], [ 120.3004695, 29.950779 ], [ 120.3003395, 29.9507407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909658, 29.9510026 ], [ 120.2911245, 29.950988 ], [ 120.2913689, 29.9509654 ], [ 120.2934787, 29.9507128 ], [ 120.2963894, 29.9507246 ], [ 120.2969817, 29.950727 ], [ 120.3002781, 29.9507405 ], [ 120.3003395, 29.9507407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003395, 29.9507407 ], [ 120.3002781, 29.9507405 ], [ 120.2969817, 29.950727 ], [ 120.2963894, 29.9507246 ], [ 120.2934787, 29.9507128 ], [ 120.2913689, 29.9509654 ], [ 120.2911245, 29.950988 ], [ 120.2909658, 29.9510026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859226, 29.9514924 ], [ 120.2863502, 29.9513784 ], [ 120.2868529, 29.9513293 ], [ 120.2868829, 29.9513267 ], [ 120.2869505, 29.9513211 ], [ 120.2875204, 29.9512731 ], [ 120.2880005, 29.9512142 ], [ 120.2882284, 29.9511976 ], [ 120.2883518, 29.9511744 ], [ 120.2899741, 29.9510506 ], [ 120.2908265, 29.9510074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908265, 29.9510074 ], [ 120.2899741, 29.9510506 ], [ 120.2883518, 29.9511744 ], [ 120.2882284, 29.9511976 ], [ 120.2880005, 29.9512142 ], [ 120.2875204, 29.9512731 ], [ 120.2869505, 29.9513211 ], [ 120.2868829, 29.9513267 ], [ 120.2868529, 29.9513293 ], [ 120.2863502, 29.9513784 ], [ 120.2859226, 29.9514924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909658, 29.9510026 ], [ 120.2908274, 29.9514511 ], [ 120.2906729, 29.9520253 ], [ 120.2905916, 29.9524973 ], [ 120.2905738, 29.952651 ], [ 120.2905224, 29.9530961 ], [ 120.290494, 29.9535893 ], [ 120.2904859, 29.954801 ], [ 120.2904249, 29.9552977 ], [ 120.2903436, 29.9557168 ], [ 120.2902379, 29.9560374 ], [ 120.2899817, 29.9565551 ], [ 120.2897337, 29.9571469 ], [ 120.2892459, 29.9584501 ], [ 120.2887743, 29.9594927 ], [ 120.2884572, 29.9602747 ], [ 120.2883606, 29.9604493 ], [ 120.2878026, 29.9614581 ], [ 120.2875628, 29.9621802 ], [ 120.2870221, 29.9634622 ], [ 120.2867264, 29.9640942 ], [ 120.2865279, 29.9646891 ], [ 120.2864367, 29.9650469 ], [ 120.2864287, 29.9651463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2862649, 29.9651416 ], [ 120.2863988, 29.9645321 ], [ 120.2865735, 29.9640634 ], [ 120.2867879, 29.9635951 ], [ 120.2869595, 29.9632033 ], [ 120.2870944, 29.9628953 ], [ 120.2873995, 29.9621294 ], [ 120.2876622, 29.9613864 ], [ 120.288114, 29.9605795 ], [ 120.2882927, 29.9602603 ], [ 120.2890883, 29.9584509 ], [ 120.2895808, 29.9571029 ], [ 120.2898982, 29.9562772 ], [ 120.2901355, 29.9557786 ], [ 120.2902404, 29.9554075 ], [ 120.2903295, 29.9548199 ], [ 120.2903278, 29.9535805 ], [ 120.290392, 29.9529116 ], [ 120.290471, 29.9523214 ], [ 120.2905514, 29.9519531 ], [ 120.290658, 29.951517 ], [ 120.2908265, 29.9510074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864287, 29.9651463 ], [ 120.2863992, 29.9655117 ], [ 120.2864314, 29.9659206 ], [ 120.2866781, 29.9671893 ], [ 120.2872657, 29.9703386 ], [ 120.2875861, 29.9720308 ], [ 120.2876293, 29.972618 ], [ 120.2876354, 29.9733119 ], [ 120.2875806, 29.9737663 ], [ 120.2874734, 29.9742588 ], [ 120.2870141, 29.9761301 ], [ 120.2866043, 29.9777997 ], [ 120.2862932, 29.979361 ], [ 120.2861537, 29.9801417 ], [ 120.2861215, 29.9805692 ], [ 120.2861644, 29.9811732 ], [ 120.2862181, 29.9816472 ], [ 120.2863468, 29.9821862 ], [ 120.2865721, 29.9827995 ], [ 120.2868725, 29.9834036 ], [ 120.2870307, 29.9836836 ], [ 120.2886098, 29.9864791 ], [ 120.289072, 29.9872973 ], [ 120.2915052, 29.9915918 ], [ 120.2924837, 29.9933187 ], [ 120.2932133, 29.9946382 ], [ 120.2936424, 29.9955488 ], [ 120.293975, 29.99632 ], [ 120.294153, 29.996815 ], [ 120.2942008, 29.9969478 ], [ 120.294301, 29.9972266 ], [ 120.2943827, 29.9974536 ], [ 120.2947046, 29.9985035 ], [ 120.2949514, 29.9994327 ], [ 120.2951445, 30.0005384 ], [ 120.295275, 30.0013737 ], [ 120.2952839, 30.0014304 ], [ 120.2954127, 30.0027404 ], [ 120.2954556, 30.0038089 ], [ 120.2954449, 30.0049517 ], [ 120.2953376, 30.0062246 ], [ 120.2953094, 30.0064297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860494, 30.0801889 ], [ 120.2864516, 30.0788899 ], [ 120.2868055, 30.077963 ], [ 120.2870033, 30.0778039 ], [ 120.2870723, 30.0777484 ], [ 120.2872577, 30.0775993 ], [ 120.2886184, 30.0767252 ], [ 120.2890313, 30.0764599 ], [ 120.2898824, 30.0775694 ], [ 120.2900659, 30.0778086 ], [ 120.2905227, 30.0790875 ], [ 120.2899315, 30.0794247 ], [ 120.2898562, 30.0803653 ], [ 120.2898402, 30.0805654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2898402, 30.0805654 ], [ 120.2898562, 30.0803653 ], [ 120.2899315, 30.0794247 ], [ 120.2905227, 30.0790875 ], [ 120.2900659, 30.0778086 ], [ 120.2898824, 30.0775694 ], [ 120.2890313, 30.0764599 ], [ 120.2886184, 30.0767252 ], [ 120.2872577, 30.0775993 ], [ 120.2870723, 30.0777484 ], [ 120.2870033, 30.0778039 ], [ 120.2868055, 30.077963 ], [ 120.2864516, 30.0788899 ], [ 120.2860494, 30.0801889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860494, 30.0801889 ], [ 120.2861954, 30.0802215 ], [ 120.287397, 30.0805 ], [ 120.2880783, 30.080681 ], [ 120.2883412, 30.0807135 ], [ 120.2885772, 30.0807275 ], [ 120.2888883, 30.0807043 ], [ 120.2892638, 30.0806393 ], [ 120.2894676, 30.0806125 ], [ 120.2897091, 30.080565 ], [ 120.2898417, 30.0805475 ], [ 120.2899398, 30.0805464 ], [ 120.2900953, 30.080565 ], [ 120.2902836, 30.0806404 ], [ 120.290503, 30.0808017 ], [ 120.29068, 30.080959 ], [ 120.2910985, 30.0813309 ], [ 120.2916135, 30.0817951 ], [ 120.2925522, 30.0826306 ], [ 120.2927022, 30.0827621 ], [ 120.2930409, 30.0830588 ], [ 120.2936895, 30.0836595 ], [ 120.2938027, 30.0837644 ], [ 120.2938987, 30.0838189 ], [ 120.2940006, 30.0838793 ], [ 120.2941616, 30.0839303 ], [ 120.29436, 30.0839814 ], [ 120.2946229, 30.0840046 ], [ 120.2961035, 30.0840789 ], [ 120.2966016, 30.0841081 ], [ 120.2971549, 30.0841532 ], [ 120.2974278, 30.0841647 ], [ 120.2975948, 30.0841717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3040514, 29.9512955 ], [ 120.3043916, 29.9525588 ], [ 120.3045752, 29.9532405 ], [ 120.3045907, 29.9532977 ], [ 120.3046684, 29.9535864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046684, 29.9535864 ], [ 120.3045907, 29.9532977 ], [ 120.3045752, 29.9532405 ], [ 120.3043916, 29.9525588 ], [ 120.3040514, 29.9512955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012734, 30.0095558 ], [ 120.3015184, 30.0090444 ], [ 120.3014192, 30.0086074 ], [ 120.3010883, 30.0071502 ], [ 120.3009118, 30.0063726 ], [ 120.300773, 30.0060713 ], [ 120.3006791, 30.0060136 ], [ 120.300009, 30.0056012 ], [ 120.2997381, 30.0054345 ], [ 120.2996191, 30.0052309 ], [ 120.2995756, 30.0052221 ], [ 120.2993492, 30.0051762 ], [ 120.2990515, 30.0052686 ], [ 120.2969912, 30.0059079 ], [ 120.2969025, 30.0059354 ], [ 120.2953094, 30.0064297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2953094, 30.0064297 ], [ 120.2969025, 30.0059354 ], [ 120.2969912, 30.0059079 ], [ 120.2990515, 30.0052686 ], [ 120.2993492, 30.0051762 ], [ 120.2995756, 30.0052221 ], [ 120.2996191, 30.0052309 ], [ 120.2997381, 30.0054345 ], [ 120.300009, 30.0056012 ], [ 120.3006791, 30.0060136 ], [ 120.300773, 30.0060713 ], [ 120.3009118, 30.0063726 ], [ 120.3010883, 30.0071502 ], [ 120.3014192, 30.0086074 ], [ 120.3015184, 30.0090444 ], [ 120.3012734, 30.0095558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004594, 30.0838375 ], [ 120.2998111, 30.0839253 ], [ 120.2996708, 30.0839443 ], [ 120.2995297, 30.0839588 ], [ 120.2991491, 30.083998 ], [ 120.2989949, 30.0840139 ], [ 120.2982659, 30.084094 ], [ 120.2977938, 30.084159 ], [ 120.2975948, 30.0841717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2975948, 30.0841717 ], [ 120.2977938, 30.084159 ], [ 120.2982659, 30.084094 ], [ 120.2989949, 30.0840139 ], [ 120.2991491, 30.083998 ], [ 120.2995297, 30.0839588 ], [ 120.2996708, 30.0839443 ], [ 120.2998111, 30.0839253 ], [ 120.3004594, 30.0838375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005026, 30.0867578 ], [ 120.3004472, 30.0854196 ], [ 120.3004432, 30.085274 ], [ 120.3004338, 30.0850866 ], [ 120.3004005, 30.0839664 ], [ 120.3004594, 30.0838375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004594, 30.0838375 ], [ 120.3004005, 30.0839664 ], [ 120.3004338, 30.0850866 ], [ 120.3004432, 30.085274 ], [ 120.3004472, 30.0854196 ], [ 120.3005026, 30.0867578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.297632, 30.0866982 ], [ 120.2976264, 30.0863149 ], [ 120.2976212, 30.0859645 ], [ 120.2975948, 30.0841717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2975948, 30.0841717 ], [ 120.2976212, 30.0859645 ], [ 120.2976264, 30.0863149 ], [ 120.297632, 30.0866982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.311761, 29.9558099 ], [ 120.3121155, 29.9562634 ], [ 120.3124716, 29.9567005 ], [ 120.3126517, 29.9570819 ], [ 120.3127063, 29.9571975 ], [ 120.3126335, 29.9572499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126335, 29.9572499 ], [ 120.3127063, 29.9571975 ], [ 120.3126517, 29.9570819 ], [ 120.3124716, 29.9567005 ], [ 120.3121155, 29.9562634 ], [ 120.311761, 29.9558099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126335, 29.9572499 ], [ 120.3127549, 29.9574804 ], [ 120.3132526, 29.9574879 ], [ 120.3140401, 29.95737 ], [ 120.3148659, 29.9572038 ], [ 120.3152734, 29.9574351 ], [ 120.3155961, 29.9581407 ], [ 120.3161244, 29.9590216 ], [ 120.3164231, 29.9595033 ], [ 120.3165062, 29.9601671 ], [ 120.3162728, 29.9607265 ], [ 120.3163373, 29.9613795 ], [ 120.3164303, 29.9626714 ], [ 120.3165163, 29.9640223 ], [ 120.3168786, 29.9643497 ], [ 120.3171304, 29.964521 ], [ 120.3174609, 29.9646527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3174609, 29.9646527 ], [ 120.3171304, 29.964521 ], [ 120.3168786, 29.9643497 ], [ 120.3165163, 29.9640223 ], [ 120.3164303, 29.9626714 ], [ 120.3163373, 29.9613795 ], [ 120.3162728, 29.9607265 ], [ 120.3165062, 29.9601671 ], [ 120.3164231, 29.9595033 ], [ 120.3161244, 29.9590216 ], [ 120.3155961, 29.9581407 ], [ 120.3152734, 29.9574351 ], [ 120.3148659, 29.9572038 ], [ 120.3140401, 29.95737 ], [ 120.3132526, 29.9574879 ], [ 120.3127549, 29.9574804 ], [ 120.3126335, 29.9572499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3095026, 30.0718701 ], [ 120.3099055, 30.0721938 ], [ 120.3100637, 30.0723806 ], [ 120.3101788, 30.0727043 ], [ 120.310222, 30.0732273 ], [ 120.3103803, 30.0736506 ], [ 120.3105385, 30.0740739 ], [ 120.3106536, 30.0746964 ], [ 120.3107975, 30.0751945 ], [ 120.3108407, 30.0756302 ], [ 120.3106392, 30.0763523 ], [ 120.3105961, 30.0766636 ], [ 120.3106258, 30.0768126 ], [ 120.310668, 30.0770247 ], [ 120.3107399, 30.0772737 ], [ 120.3107399, 30.0776223 ], [ 120.3106392, 30.078058 ], [ 120.3101788, 30.0795147 ], [ 120.3099291, 30.0805736 ], [ 120.3097472, 30.0813448 ], [ 120.3097274, 30.0814521 ], [ 120.309517, 30.0825898 ], [ 120.309517, 30.0828585 ], [ 120.309517, 30.0829757 ], [ 120.3095252, 30.0831598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3095252, 30.0831598 ], [ 120.309517, 30.0829757 ], [ 120.309517, 30.0828585 ], [ 120.309517, 30.0825898 ], [ 120.3097274, 30.0814521 ], [ 120.3097472, 30.0813448 ], [ 120.3099291, 30.0805736 ], [ 120.3101788, 30.0795147 ], [ 120.3106392, 30.078058 ], [ 120.3107399, 30.0776223 ], [ 120.3107399, 30.0772737 ], [ 120.310668, 30.0770247 ], [ 120.3106258, 30.0768126 ], [ 120.3105961, 30.0766636 ], [ 120.3106392, 30.0763523 ], [ 120.3108407, 30.0756302 ], [ 120.3107975, 30.0751945 ], [ 120.3106536, 30.0746964 ], [ 120.3105385, 30.0740739 ], [ 120.3103803, 30.0736506 ], [ 120.310222, 30.0732273 ], [ 120.3101788, 30.0727043 ], [ 120.3100637, 30.0723806 ], [ 120.3099055, 30.0721938 ], [ 120.3095026, 30.0718701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004594, 30.0838375 ], [ 120.3014773, 30.0835404 ], [ 120.3016892, 30.0834743 ], [ 120.3023208, 30.083313 ], [ 120.3026105, 30.0832805 ], [ 120.3030772, 30.0832712 ], [ 120.3036566, 30.0832619 ], [ 120.3044451, 30.0832573 ], [ 120.3050358, 30.0832399 ], [ 120.3055668, 30.0831424 ], [ 120.306253, 30.0829741 ], [ 120.3066577, 30.0829569 ], [ 120.3068001, 30.0829509 ], [ 120.3073151, 30.0829602 ], [ 120.3078156, 30.0830073 ], [ 120.3080554, 30.0830298 ], [ 120.3086092, 30.083073 ], [ 120.3087099, 30.0830809 ], [ 120.3095252, 30.0831598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3095252, 30.0831598 ], [ 120.3087099, 30.0830809 ], [ 120.3086092, 30.083073 ], [ 120.3080554, 30.0830298 ], [ 120.3078156, 30.0830073 ], [ 120.3073151, 30.0829602 ], [ 120.3068001, 30.0829509 ], [ 120.3066577, 30.0829569 ], [ 120.306253, 30.0829741 ], [ 120.3055668, 30.0831424 ], [ 120.3050358, 30.0832399 ], [ 120.3044451, 30.0832573 ], [ 120.3036566, 30.0832619 ], [ 120.3030772, 30.0832712 ], [ 120.3026105, 30.0832805 ], [ 120.3023208, 30.083313 ], [ 120.3016892, 30.0834743 ], [ 120.3014773, 30.0835404 ], [ 120.3004594, 30.0838375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312878, 30.0859202 ], [ 120.3128244, 30.085713 ], [ 120.3128045, 30.0856336 ], [ 120.3126943, 30.0851953 ], [ 120.3126634, 30.0850725 ], [ 120.3125347, 30.0847104 ], [ 120.3124381, 30.0844783 ], [ 120.3120841, 30.0842091 ], [ 120.3118285, 30.0840577 ], [ 120.3113691, 30.0837854 ], [ 120.3113336, 30.0837644 ], [ 120.3105236, 30.0833745 ], [ 120.3102553, 30.0832909 ], [ 120.3099714, 30.0832399 ], [ 120.3095252, 30.0831598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3095252, 30.0831598 ], [ 120.3099714, 30.0832399 ], [ 120.3102553, 30.0832909 ], [ 120.3105236, 30.0833745 ], [ 120.3113336, 30.0837644 ], [ 120.3113691, 30.0837854 ], [ 120.3118285, 30.0840577 ], [ 120.3120841, 30.0842091 ], [ 120.3124381, 30.0844783 ], [ 120.3125347, 30.0847104 ], [ 120.3126634, 30.0850725 ], [ 120.3126943, 30.0851953 ], [ 120.3128045, 30.0856336 ], [ 120.3128244, 30.085713 ], [ 120.312878, 30.0859202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江西俞大桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26098, 29.9498307 ], [ 120.2642688, 29.949395 ], [ 120.2645334, 29.9493706 ], [ 120.264653, 29.9493983 ], [ 120.2663728, 29.9497964 ], [ 120.2668411, 29.9499056 ], [ 120.2669402, 29.9499233 ], [ 120.2670316, 29.9499397 ], [ 120.2671544, 29.9499617 ], [ 120.2675872, 29.9500532 ], [ 120.2683363, 29.9499484 ], [ 120.2686923, 29.9497162 ], [ 120.2696817, 29.9489883 ], [ 120.2710854, 29.9480139 ], [ 120.2716547, 29.9479405 ], [ 120.2717914, 29.9479629 ], [ 120.2747674, 29.9484501 ], [ 120.2750368, 29.9484943 ], [ 120.2772041, 29.9488491 ], [ 120.2788415, 29.9491172 ], [ 120.2792172, 29.9492479 ], [ 120.2794399, 29.9494112 ], [ 120.2797923, 29.9496696 ], [ 120.2801124, 29.9499099 ], [ 120.2804453, 29.9501253 ], [ 120.2807667, 29.9502624 ], [ 120.2864241, 29.9509737 ], [ 120.2872301, 29.9509639 ], [ 120.2880005, 29.9508563 ], [ 120.2880721, 29.9508463 ], [ 120.2899548, 29.9507272 ], [ 120.2902507, 29.9506709 ], [ 120.2909901, 29.9505749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江西俞大桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909901, 29.9505749 ], [ 120.2902507, 29.9506709 ], [ 120.2899548, 29.9507272 ], [ 120.2880721, 29.9508463 ], [ 120.2880005, 29.9508563 ], [ 120.2872301, 29.9509639 ], [ 120.2864241, 29.9509737 ], [ 120.2807667, 29.9502624 ], [ 120.2804453, 29.9501253 ], [ 120.2801124, 29.9499099 ], [ 120.2797923, 29.9496696 ], [ 120.2794399, 29.9494112 ], [ 120.2792172, 29.9492479 ], [ 120.2788415, 29.9491172 ], [ 120.2772041, 29.9488491 ], [ 120.2750368, 29.9484943 ], [ 120.2747674, 29.9484501 ], [ 120.2717914, 29.9479629 ], [ 120.2716547, 29.9479405 ], [ 120.2710854, 29.9480139 ], [ 120.2696817, 29.9489883 ], [ 120.2686923, 29.9497162 ], [ 120.2683363, 29.9499484 ], [ 120.2675872, 29.9500532 ], [ 120.2671544, 29.9499617 ], [ 120.2670316, 29.9499397 ], [ 120.2669402, 29.9499233 ], [ 120.2668411, 29.9499056 ], [ 120.2663728, 29.9497964 ], [ 120.264653, 29.9493983 ], [ 120.2645334, 29.9493706 ], [ 120.2642688, 29.949395 ], [ 120.26098, 29.9498307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750019, 29.9662403 ], [ 120.2750292, 29.9661335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750292, 29.9661335 ], [ 120.2750019, 29.9662403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750594, 30.0182516 ], [ 120.2748824, 30.0184421 ], [ 120.2747745, 30.0185199 ], [ 120.2745975, 30.0185756 ], [ 120.2744532, 30.0186 ], [ 120.2742059, 30.0186035 ], [ 120.2724893, 30.018427 ], [ 120.2704347, 30.0181854 ], [ 120.2699257, 30.0181402 ], [ 120.2696413, 30.0181959 ], [ 120.2694584, 30.0182783 ], [ 120.2692873, 30.0184421 ], [ 120.2691961, 30.0185953 ], [ 120.2691365, 30.0188357 ], [ 120.2691194, 30.0189757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691194, 30.0189757 ], [ 120.2691365, 30.0188357 ], [ 120.2691961, 30.0185953 ], [ 120.2692873, 30.0184421 ], [ 120.2694584, 30.0182783 ], [ 120.2696413, 30.0181959 ], [ 120.2699257, 30.0181402 ], [ 120.2704347, 30.0181854 ], [ 120.2724893, 30.018427 ], [ 120.2742059, 30.0186035 ], [ 120.2744532, 30.0186 ], [ 120.2745975, 30.0185756 ], [ 120.2747745, 30.0185199 ], [ 120.2748824, 30.0184421 ], [ 120.2750594, 30.0182516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679538, 30.0271533 ], [ 120.2698085, 30.0273704 ], [ 120.2717609, 30.0275685 ], [ 120.2734814, 30.0277726 ], [ 120.2737604, 30.0278329 ], [ 120.2738355, 30.0278417 ], [ 120.2738412, 30.0278424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738412, 30.0278424 ], [ 120.2738355, 30.0278417 ], [ 120.2737604, 30.0278329 ], [ 120.2734814, 30.0277726 ], [ 120.2717609, 30.0275685 ], [ 120.2698085, 30.0273704 ], [ 120.2679538, 30.0271533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722883, 30.029513 ], [ 120.2725104, 30.0294914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2725104, 30.0294914 ], [ 120.2722883, 30.029513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570343, 29.9676819 ], [ 120.2573831, 29.9676229 ], [ 120.2586128, 29.9673982 ], [ 120.2593577, 29.9672603 ], [ 120.2601592, 29.9671148 ], [ 120.2619893, 29.9667825 ], [ 120.2623731, 29.9667231 ], [ 120.2632473, 29.9665933 ], [ 120.2642531, 29.9664735 ], [ 120.265199, 29.9663884 ], [ 120.2665327, 29.9663379 ], [ 120.2677812, 29.9663032 ], [ 120.2698148, 29.9662677 ], [ 120.2701239, 29.9662622 ], [ 120.2715174, 29.9662307 ], [ 120.272952, 29.9662055 ], [ 120.273734, 29.9661803 ], [ 120.2744591, 29.9661613 ], [ 120.2747776, 29.9661519 ], [ 120.2750292, 29.9661335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610724, 29.9835715 ], [ 120.2621097, 29.9839023 ], [ 120.2640763, 29.9845931 ], [ 120.2647688, 29.9847558 ], [ 120.2662415, 29.9846523 ], [ 120.2672603, 29.9843493 ], [ 120.2683449, 29.9839541 ], [ 120.2689723, 29.9836379 ], [ 120.2694041, 29.9835759 ], [ 120.2697711, 29.9833005 ], [ 120.2698997, 29.9831969 ], [ 120.270397, 29.9827963 ], [ 120.2712625, 29.9822859 ], [ 120.2726889, 29.9816936 ], [ 120.2743183, 29.9813253 ], [ 120.2755968, 29.9811004 ], [ 120.2760589, 29.9808097 ], [ 120.2761801, 29.9806557 ], [ 120.2765983, 29.9801246 ], [ 120.2767983, 29.9795896 ], [ 120.2769016, 29.9787391 ], [ 120.2766584, 29.9779451 ], [ 120.2765717, 29.9776622 ], [ 120.2764774, 29.9771054 ], [ 120.2764249, 29.9767958 ], [ 120.2761334, 29.9761613 ], [ 120.2761116, 29.9760717 ], [ 120.2756362, 29.9741196 ], [ 120.2754932, 29.9725788 ], [ 120.2753648, 29.9716757 ], [ 120.2753908, 29.9713348 ], [ 120.2755045, 29.9709877 ], [ 120.2755086, 29.9708655 ], [ 120.2754435, 29.9704811 ], [ 120.2753365, 29.9698278 ], [ 120.275248, 29.9692188 ], [ 120.2752998, 29.9676509 ], [ 120.2752055, 29.9673545 ], [ 120.2749627, 29.9670507 ], [ 120.274905, 29.9666461 ], [ 120.2749838, 29.9663112 ], [ 120.2750019, 29.9662403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750019, 29.9662403 ], [ 120.2749838, 29.9663112 ], [ 120.274905, 29.9666461 ], [ 120.2749627, 29.9670507 ], [ 120.2752055, 29.9673545 ], [ 120.2752998, 29.9676509 ], [ 120.275248, 29.9692188 ], [ 120.2753365, 29.9698278 ], [ 120.2754435, 29.9704811 ], [ 120.2755086, 29.9708655 ], [ 120.2755045, 29.9709877 ], [ 120.2753908, 29.9713348 ], [ 120.2753648, 29.9716757 ], [ 120.2754932, 29.9725788 ], [ 120.2756362, 29.9741196 ], [ 120.2761116, 29.9760717 ], [ 120.2761334, 29.9761613 ], [ 120.2764249, 29.9767958 ], [ 120.2764774, 29.9771054 ], [ 120.2765717, 29.9776622 ], [ 120.2766584, 29.9779451 ], [ 120.2769016, 29.9787391 ], [ 120.2767983, 29.9795896 ], [ 120.2765983, 29.9801246 ], [ 120.2761801, 29.9806557 ], [ 120.2760589, 29.9808097 ], [ 120.2755968, 29.9811004 ], [ 120.2743183, 29.9813253 ], [ 120.2726889, 29.9816936 ], [ 120.2712625, 29.9822859 ], [ 120.270397, 29.9827963 ], [ 120.2698997, 29.9831969 ], [ 120.2697711, 29.9833005 ], [ 120.2694041, 29.9835759 ], [ 120.2689723, 29.9836379 ], [ 120.2683449, 29.9839541 ], [ 120.2672603, 29.9843493 ], [ 120.2662415, 29.9846523 ], [ 120.2647688, 29.9847558 ], [ 120.2640763, 29.9845931 ], [ 120.2621097, 29.9839023 ], [ 120.2610724, 29.9835715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691194, 30.0189757 ], [ 120.2681502, 30.0188743 ], [ 120.2660284, 30.0186522 ], [ 120.2642442, 30.0184654 ], [ 120.2637031, 30.0184088 ], [ 120.2637224, 30.0179142 ], [ 120.2637835, 30.0174965 ], [ 120.2634516, 30.0160223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2634516, 30.0160223 ], [ 120.2637835, 30.0174965 ], [ 120.2637224, 30.0179142 ], [ 120.2637031, 30.0184088 ], [ 120.2642442, 30.0184654 ], [ 120.2660284, 30.0186522 ], [ 120.2681502, 30.0188743 ], [ 120.2691194, 30.0189757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2681819, 30.0255835 ], [ 120.2683002, 30.0247264 ], [ 120.2683252, 30.0245525 ], [ 120.2685196, 30.0232018 ], [ 120.2686108, 30.022579 ], [ 120.2686162, 30.0225422 ], [ 120.2687991, 30.0212661 ], [ 120.2689273, 30.0203499 ], [ 120.2690507, 30.0195371 ], [ 120.2691194, 30.0189757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691194, 30.0189757 ], [ 120.2690507, 30.0195371 ], [ 120.2689273, 30.0203499 ], [ 120.2687991, 30.0212661 ], [ 120.2686162, 30.0225422 ], [ 120.2686108, 30.022579 ], [ 120.2685196, 30.0232018 ], [ 120.2683252, 30.0245525 ], [ 120.2683002, 30.0247264 ], [ 120.2681819, 30.0255835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679538, 30.0271533 ], [ 120.2680958, 30.0262068 ], [ 120.2681819, 30.0255835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2681819, 30.0255835 ], [ 120.2680958, 30.0262068 ], [ 120.2679538, 30.0271533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679538, 30.0271533 ], [ 120.2679188, 30.0273865 ], [ 120.2677209, 30.0289389 ], [ 120.2677091, 30.0290174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861234, 29.9619685 ], [ 120.2858724, 29.9616657 ], [ 120.2855179, 29.9611267 ], [ 120.2855598, 29.9604755 ], [ 120.2853016, 29.959909 ], [ 120.2847345, 29.9591767 ], [ 120.284442, 29.9589646 ], [ 120.2842848, 29.9588506 ], [ 120.2839376, 29.9585987 ], [ 120.283624, 29.9581692 ], [ 120.2834935, 29.9579906 ], [ 120.2829906, 29.9574275 ], [ 120.2826859, 29.9569914 ], [ 120.282447, 29.956749 ], [ 120.2824501, 29.9563148 ], [ 120.2827078, 29.956005 ], [ 120.2833223, 29.9557281 ], [ 120.283798, 29.9553689 ], [ 120.2845514, 29.9547999 ], [ 120.2850428, 29.9547234 ], [ 120.2855963, 29.9540646 ], [ 120.2857184, 29.9533634 ], [ 120.2857477, 29.9531954 ], [ 120.2857846, 29.9528359 ], [ 120.2859226, 29.9514924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859226, 29.9514924 ], [ 120.2857846, 29.9528359 ], [ 120.2857477, 29.9531954 ], [ 120.2857184, 29.9533634 ], [ 120.2855963, 29.9540646 ], [ 120.2850428, 29.9547234 ], [ 120.2845514, 29.9547999 ], [ 120.283798, 29.9553689 ], [ 120.2833223, 29.9557281 ], [ 120.2827078, 29.956005 ], [ 120.2824501, 29.9563148 ], [ 120.282447, 29.956749 ], [ 120.2826859, 29.9569914 ], [ 120.2829906, 29.9574275 ], [ 120.2834935, 29.9579906 ], [ 120.283624, 29.9581692 ], [ 120.2839376, 29.9585987 ], [ 120.2842848, 29.9588506 ], [ 120.284442, 29.9589646 ], [ 120.2847345, 29.9591767 ], [ 120.2853016, 29.959909 ], [ 120.2855598, 29.9604755 ], [ 120.2855179, 29.9611267 ], [ 120.2858724, 29.9616657 ], [ 120.2861234, 29.9619685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2862649, 29.9651416 ], [ 120.2864287, 29.9651463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2862608, 29.9652798 ], [ 120.2862649, 29.9651416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864287, 29.9651463 ], [ 120.2862608, 29.9652798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722883, 30.029513 ], [ 120.273931, 30.027699 ], [ 120.275357, 30.026054 ], [ 120.2761587, 30.0251942 ], [ 120.276834, 30.02447 ], [ 120.2781371, 30.0233255 ], [ 120.2788381, 30.0227493 ], [ 120.280126, 30.0217903 ], [ 120.2812191, 30.0210873 ], [ 120.2818439, 30.0207301 ], [ 120.2824602, 30.0203777 ], [ 120.2835827, 30.0197494 ], [ 120.2856564, 30.0185783 ], [ 120.2878244, 30.0173459 ], [ 120.2888333, 30.0166678 ], [ 120.2898152, 30.0159366 ], [ 120.2905269, 30.0153165 ], [ 120.2910714, 30.0147891 ], [ 120.2916022, 30.014225 ], [ 120.2919496, 30.0138114 ], [ 120.2924616, 30.013149 ], [ 120.2928971, 30.0125264 ], [ 120.2931977, 30.0120362 ], [ 120.2932812, 30.0118923 ], [ 120.2936225, 30.0113041 ], [ 120.2936781, 30.0111897 ], [ 120.2940479, 30.0104287 ], [ 120.2944548, 30.0094293 ], [ 120.2947298, 30.0085793 ], [ 120.2948875, 30.0079642 ], [ 120.2950409, 30.0072167 ], [ 120.2951935, 30.0062728 ], [ 120.2952595, 30.0055314 ], [ 120.2953011, 30.0047408 ], [ 120.295311, 30.0039866 ], [ 120.2952841, 30.003057 ], [ 120.295276, 30.002934 ], [ 120.2952357, 30.0023232 ], [ 120.2951292, 30.0013875 ], [ 120.2949992, 30.0005499 ], [ 120.2948038, 29.9995807 ], [ 120.2945215, 29.9984505 ], [ 120.2943413, 29.9978133 ], [ 120.294031, 29.9969652 ], [ 120.2939791, 29.9968231 ], [ 120.2939469, 29.9967352 ], [ 120.2934276, 29.9954138 ], [ 120.2930087, 29.9946016 ], [ 120.2925323, 29.9937412 ], [ 120.291299, 29.9915281 ], [ 120.2898652, 29.9890344 ], [ 120.2884122, 29.9864544 ], [ 120.2866071, 29.9831574 ], [ 120.2864167, 29.9827325 ], [ 120.2862831, 29.982364 ], [ 120.2861164, 29.9818208 ], [ 120.2860388, 29.9813938 ], [ 120.2860036, 29.9809716 ], [ 120.2859855, 29.9804039 ], [ 120.2860221, 29.9800006 ], [ 120.2861588, 29.9792705 ], [ 120.286333, 29.978434 ], [ 120.2865367, 29.9774218 ], [ 120.2868934, 29.9761257 ], [ 120.28694, 29.9759564 ], [ 120.2874165, 29.9738224 ], [ 120.2874626, 29.9733957 ], [ 120.287464, 29.972652 ], [ 120.2874361, 29.9720674 ], [ 120.2869642, 29.9697032 ], [ 120.2867579, 29.9684069 ], [ 120.2862827, 29.9659778 ], [ 120.286251, 29.9656134 ], [ 120.2862608, 29.9652798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2953094, 30.0064297 ], [ 120.2951767, 30.0073952 ], [ 120.2949192, 30.0083893 ], [ 120.2944793, 30.0097829 ], [ 120.2940134, 30.0108045 ], [ 120.2939355, 30.0109754 ], [ 120.2938141, 30.0112415 ], [ 120.2935371, 30.0117078 ], [ 120.2930416, 30.0125421 ], [ 120.2920868, 30.0138521 ], [ 120.2911963, 30.0148647 ], [ 120.2902521, 30.0157194 ], [ 120.2889647, 30.016732 ], [ 120.2888022, 30.0168418 ], [ 120.2880178, 30.0173715 ], [ 120.2874863, 30.0176843 ], [ 120.2860893, 30.0185063 ], [ 120.2856287, 30.0187633 ], [ 120.2835362, 30.019941 ], [ 120.2815373, 30.0210746 ], [ 120.2812828, 30.0212189 ], [ 120.2800168, 30.0220456 ], [ 120.2789225, 30.0228631 ], [ 120.2775814, 30.024015 ], [ 120.2763476, 30.0252411 ], [ 120.2729251, 30.0290217 ], [ 120.2725104, 30.0294914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879421, 30.0518387 ], [ 120.2877123, 30.0518983 ], [ 120.2873044, 30.0523468 ], [ 120.2864979, 30.0530024 ], [ 120.28629, 30.0530251 ], [ 120.2857544, 30.0531537 ], [ 120.2854458, 30.0535169 ], [ 120.2849184, 30.0540295 ], [ 120.2848164, 30.0541475 ], [ 120.2845298, 30.0544789 ], [ 120.284267, 30.055074 ], [ 120.2838733, 30.0558939 ], [ 120.2838003, 30.056046 ], [ 120.2834264, 30.0566272 ], [ 120.2831547, 30.0570496 ], [ 120.283135, 30.0571571 ], [ 120.2829861, 30.0579731 ], [ 120.2827903, 30.0581703 ], [ 120.2825777, 30.0586109 ], [ 120.2822978, 30.0589917 ], [ 120.2821177, 30.0592367 ], [ 120.2815603, 30.0598823 ], [ 120.2814772, 30.0599625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814772, 30.0599625 ], [ 120.2815603, 30.0598823 ], [ 120.2821177, 30.0592367 ], [ 120.2822978, 30.0589917 ], [ 120.2825777, 30.0586109 ], [ 120.2827903, 30.0581703 ], [ 120.2829861, 30.0579731 ], [ 120.283135, 30.0571571 ], [ 120.2831547, 30.0570496 ], [ 120.2834264, 30.0566272 ], [ 120.2838003, 30.056046 ], [ 120.2838733, 30.0558939 ], [ 120.284267, 30.055074 ], [ 120.2845298, 30.0544789 ], [ 120.2848164, 30.0541475 ], [ 120.2849184, 30.0540295 ], [ 120.2854458, 30.0535169 ], [ 120.2857544, 30.0531537 ], [ 120.28629, 30.0530251 ], [ 120.2864979, 30.0530024 ], [ 120.2873044, 30.0523468 ], [ 120.2877123, 30.0518983 ], [ 120.2879421, 30.0518387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282257, 30.0602518 ], [ 120.2820734, 30.0601837 ], [ 120.2818265, 30.060092 ], [ 120.2814772, 30.0599625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750292, 29.9661335 ], [ 120.274938, 29.965678 ], [ 120.2747747, 29.965219 ], [ 120.2746392, 29.9650717 ], [ 120.2745459, 29.9649702 ], [ 120.2742385, 29.9648007 ], [ 120.2738499, 29.9647395 ], [ 120.2736954, 29.9646219 ], [ 120.2736341, 29.9644428 ], [ 120.2736568, 29.9642517 ], [ 120.2737153, 29.9639031 ], [ 120.2738107, 29.9637356 ], [ 120.2740688, 29.9636022 ], [ 120.2750488, 29.9634271 ], [ 120.2752307, 29.9633946 ], [ 120.2754337, 29.9633583 ], [ 120.2763945, 29.9631867 ], [ 120.2768725, 29.9631322 ], [ 120.2798298, 29.9625939 ], [ 120.2803516, 29.9625425 ], [ 120.2806894, 29.9626532 ], [ 120.2814362, 29.9630809 ], [ 120.2819392, 29.9633527 ], [ 120.2830946, 29.9635789 ], [ 120.2838957, 29.9636952 ], [ 120.2849107, 29.9634109 ], [ 120.2854177, 29.9629923 ], [ 120.2859047, 29.9626684 ], [ 120.2864197, 29.9623259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864197, 29.9623259 ], [ 120.2859047, 29.9626684 ], [ 120.2854177, 29.9629923 ], [ 120.2849107, 29.9634109 ], [ 120.2838957, 29.9636952 ], [ 120.2830946, 29.9635789 ], [ 120.2819392, 29.9633527 ], [ 120.2814362, 29.9630809 ], [ 120.2806894, 29.9626532 ], [ 120.2803516, 29.9625425 ], [ 120.2798298, 29.9625939 ], [ 120.2768725, 29.9631322 ], [ 120.2763945, 29.9631867 ], [ 120.2754337, 29.9633583 ], [ 120.2752307, 29.9633946 ], [ 120.2750488, 29.9634271 ], [ 120.2740688, 29.9636022 ], [ 120.2738107, 29.9637356 ], [ 120.2737153, 29.9639031 ], [ 120.2736568, 29.9642517 ], [ 120.2736341, 29.9644428 ], [ 120.2736954, 29.9646219 ], [ 120.2738499, 29.9647395 ], [ 120.2742385, 29.9648007 ], [ 120.2745459, 29.9649702 ], [ 120.2746392, 29.9650717 ], [ 120.2747747, 29.965219 ], [ 120.274938, 29.965678 ], [ 120.2750292, 29.9661335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750292, 29.9661335 ], [ 120.2756383, 29.9660888 ], [ 120.2760671, 29.9660573 ], [ 120.2768301, 29.9659879 ], [ 120.277735, 29.9658681 ], [ 120.278435, 29.9657641 ], [ 120.2794628, 29.9655686 ], [ 120.2803898, 29.96537 ], [ 120.2808816, 29.9652817 ], [ 120.281301, 29.9652407 ], [ 120.2816667, 29.965206 ], [ 120.2823162, 29.9651871 ], [ 120.2830288, 29.9651776 ], [ 120.2846053, 29.965165 ], [ 120.2855165, 29.9651556 ], [ 120.2862649, 29.9651416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2862608, 29.9652798 ], [ 120.2817742, 29.9652723 ], [ 120.2812221, 29.9653269 ], [ 120.2803795, 29.9654687 ], [ 120.2779537, 29.9659124 ], [ 120.2773815, 29.9660153 ], [ 120.2766056, 29.9661009 ], [ 120.2750019, 29.9662403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814772, 30.0599625 ], [ 120.28137, 30.0600659 ], [ 120.2812463, 30.0601852 ], [ 120.281203, 30.0602543 ], [ 120.2809026, 30.0607332 ], [ 120.2807887, 30.0609147 ], [ 120.2807207, 30.0610231 ], [ 120.2798581, 30.0617807 ], [ 120.2797975, 30.0618229 ], [ 120.2794165, 30.0620882 ], [ 120.2789685, 30.0624002 ], [ 120.2788399, 30.0624897 ], [ 120.2773684, 30.0637654 ], [ 120.2771635, 30.063943 ], [ 120.2766087, 30.0645367 ], [ 120.2764182, 30.0647405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764182, 30.0647405 ], [ 120.2766087, 30.0645367 ], [ 120.2771635, 30.063943 ], [ 120.2773684, 30.0637654 ], [ 120.2788399, 30.0624897 ], [ 120.2789685, 30.0624002 ], [ 120.2794165, 30.0620882 ], [ 120.2797975, 30.0618229 ], [ 120.2798581, 30.0617807 ], [ 120.2807207, 30.0610231 ], [ 120.2807887, 30.0609147 ], [ 120.2809026, 30.0607332 ], [ 120.281203, 30.0602543 ], [ 120.2812463, 30.0601852 ], [ 120.28137, 30.0600659 ], [ 120.2814772, 30.0599625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851065, 30.063243 ], [ 120.2848234, 30.0634368 ], [ 120.2843856, 30.0637364 ], [ 120.2843366, 30.0637699 ], [ 120.2836924, 30.0641105 ], [ 120.2832194, 30.0643605 ], [ 120.2825965, 30.0650352 ], [ 120.2822496, 30.0652626 ], [ 120.2819862, 30.0654353 ], [ 120.2815581, 30.0652796 ], [ 120.2805535, 30.0655414 ], [ 120.2793436, 30.0659513 ], [ 120.2782049, 30.0663811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782049, 30.0663811 ], [ 120.2793436, 30.0659513 ], [ 120.2805535, 30.0655414 ], [ 120.2815581, 30.0652796 ], [ 120.2819862, 30.0654353 ], [ 120.2822496, 30.0652626 ], [ 120.2825965, 30.0650352 ], [ 120.2832194, 30.0643605 ], [ 120.2836924, 30.0641105 ], [ 120.2843366, 30.0637699 ], [ 120.2843856, 30.0637364 ], [ 120.2848234, 30.0634368 ], [ 120.2851065, 30.063243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764182, 30.0647405 ], [ 120.2766302, 30.0652191 ], [ 120.277285, 30.0660266 ], [ 120.2777194, 30.0665644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777194, 30.0665644 ], [ 120.277285, 30.0660266 ], [ 120.2766302, 30.0652191 ], [ 120.2764182, 30.0647405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677091, 30.0290174 ], [ 120.2677209, 30.0289389 ], [ 120.2679188, 30.0273865 ], [ 120.2679538, 30.0271533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677091, 30.0290174 ], [ 120.2695361, 30.0292151 ], [ 120.2722883, 30.029513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722883, 30.029513 ], [ 120.2695361, 30.0292151 ], [ 120.2677091, 30.0290174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677091, 30.0290174 ], [ 120.2675648, 30.0299734 ], [ 120.2675582, 30.0300233 ], [ 120.2674307, 30.0309859 ], [ 120.2673836, 30.03137 ], [ 120.2672864, 30.032162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "白曹线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672864, 30.032162 ], [ 120.2673836, 30.03137 ], [ 120.2674307, 30.0309859 ], [ 120.2675582, 30.0300233 ], [ 120.2675648, 30.0299734 ], [ 120.2677091, 30.0290174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2696116, 30.0324688 ], [ 120.2693705, 30.032437 ], [ 120.2672864, 30.032162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672864, 30.032162 ], [ 120.2693705, 30.032437 ], [ 120.2696116, 30.0324688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2698891, 30.0324599 ], [ 120.2696116, 30.0324688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2696116, 30.0324688 ], [ 120.2698891, 30.0324599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697675, 30.0591868 ], [ 120.2694575, 30.0595794 ], [ 120.2686813, 30.0598724 ], [ 120.2680638, 30.059985 ], [ 120.2679104, 30.0601679 ], [ 120.2671487, 30.0610759 ], [ 120.2664834, 30.0615112 ], [ 120.2664058, 30.061562 ], [ 120.265262, 30.0618398 ], [ 120.2643146, 30.0620795 ], [ 120.2632949, 30.0623374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772562, 30.0300028 ], [ 120.2742024, 30.0296926 ], [ 120.2739259, 30.0296645 ], [ 120.2737247, 30.0296399 ], [ 120.2725104, 30.0294914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2725104, 30.0294914 ], [ 120.2737247, 30.0296399 ], [ 120.2739259, 30.0296645 ], [ 120.2742024, 30.0296926 ], [ 120.2772562, 30.0300028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2725104, 30.0294914 ], [ 120.2698891, 30.0324599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2696116, 30.0324688 ], [ 120.2722883, 30.029513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2698891, 30.0324599 ], [ 120.2704491, 30.0325261 ], [ 120.2707312, 30.0325594 ], [ 120.2728724, 30.0328125 ], [ 120.2730237, 30.03285 ], [ 120.2731141, 30.0328724 ], [ 120.2734387, 30.032953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734387, 30.032953 ], [ 120.2731141, 30.0328724 ], [ 120.2730237, 30.03285 ], [ 120.2728724, 30.0328125 ], [ 120.2707312, 30.0325594 ], [ 120.2704491, 30.0325261 ], [ 120.2698891, 30.0324599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764182, 30.0647405 ], [ 120.2749499, 30.065047 ], [ 120.27332, 30.0652293 ], [ 120.2723374, 30.0655213 ], [ 120.2719978, 30.0655948 ], [ 120.27187, 30.0656225 ], [ 120.2717172, 30.0656556 ], [ 120.271688, 30.0656619 ], [ 120.2715352, 30.065695 ], [ 120.2704946, 30.0659204 ], [ 120.268571, 30.0663369 ], [ 120.26823, 30.0663271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26823, 30.0663271 ], [ 120.268571, 30.0663369 ], [ 120.2704946, 30.0659204 ], [ 120.2715352, 30.065695 ], [ 120.271688, 30.0656619 ], [ 120.2717172, 30.0656556 ], [ 120.27187, 30.0656225 ], [ 120.2719978, 30.0655948 ], [ 120.2723374, 30.0655213 ], [ 120.27332, 30.0652293 ], [ 120.2749499, 30.065047 ], [ 120.2764182, 30.0647405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26823, 30.0663271 ], [ 120.2683615, 30.0664824 ], [ 120.2684826, 30.0666254 ], [ 120.26882, 30.0670839 ], [ 120.2692599, 30.0676503 ], [ 120.269442, 30.0678898 ], [ 120.2695281, 30.0680031 ], [ 120.2698848, 30.0684512 ], [ 120.2699096, 30.0684824 ], [ 120.270247, 30.068913 ], [ 120.2702928, 30.0689729 ], [ 120.2703937, 30.0691046 ], [ 120.2705313, 30.0692844 ], [ 120.2708371, 30.0696326 ], [ 120.2710409, 30.0698508 ], [ 120.2713681, 30.0701804 ], [ 120.2716039, 30.0704274 ], [ 120.2719797, 30.0708211 ], [ 120.2720633, 30.0709129 ], [ 120.2721396, 30.0709967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721396, 30.0709967 ], [ 120.2720633, 30.0709129 ], [ 120.2719797, 30.0708211 ], [ 120.2716039, 30.0704274 ], [ 120.2713681, 30.0701804 ], [ 120.2710409, 30.0698508 ], [ 120.2708371, 30.0696326 ], [ 120.2705313, 30.0692844 ], [ 120.2703937, 30.0691046 ], [ 120.2702928, 30.0689729 ], [ 120.270247, 30.068913 ], [ 120.2699096, 30.0684824 ], [ 120.2698848, 30.0684512 ], [ 120.2695281, 30.0680031 ], [ 120.269442, 30.0678898 ], [ 120.2692599, 30.0676503 ], [ 120.26882, 30.0670839 ], [ 120.2684826, 30.0666254 ], [ 120.2683615, 30.0664824 ], [ 120.26823, 30.0663271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777194, 30.0665644 ], [ 120.2782049, 30.0663811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782049, 30.0663811 ], [ 120.2777194, 30.0665644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2819942, 30.0661933 ], [ 120.2812559, 30.0667394 ], [ 120.2809046, 30.0669743 ], [ 120.2802604, 30.0672279 ], [ 120.2798907, 30.0675172 ], [ 120.2795441, 30.067984 ], [ 120.2795149, 30.0680123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2795149, 30.0680123 ], [ 120.2795441, 30.067984 ], [ 120.2798907, 30.0675172 ], [ 120.2802604, 30.0672279 ], [ 120.2809046, 30.0669743 ], [ 120.2812559, 30.0667394 ], [ 120.2819942, 30.0661933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758126, 30.0677583 ], [ 120.2777194, 30.0665644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777194, 30.0665644 ], [ 120.2758126, 30.0677583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782049, 30.0663811 ], [ 120.2794712, 30.0679649 ], [ 120.2795149, 30.0680123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2795149, 30.0680123 ], [ 120.2794712, 30.0679649 ], [ 120.2782049, 30.0663811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758126, 30.0677583 ], [ 120.2764154, 30.0684644 ], [ 120.2764162, 30.0685807 ], [ 120.2764191, 30.0689803 ], [ 120.2768892, 30.0690484 ], [ 120.2775335, 30.0690065 ], [ 120.2776765, 30.0689972 ], [ 120.2785956, 30.0693362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785956, 30.0693362 ], [ 120.2776765, 30.0689972 ], [ 120.2775335, 30.0690065 ], [ 120.2768892, 30.0690484 ], [ 120.2764191, 30.0689803 ], [ 120.2764162, 30.0685807 ], [ 120.2764154, 30.0684644 ], [ 120.2758126, 30.0677583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267429, 30.0683733 ], [ 120.267575, 30.0685107 ], [ 120.2676822, 30.0686115 ], [ 120.2677322, 30.069049 ], [ 120.2677988, 30.0701557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.270812, 30.0696495 ], [ 120.2705489, 30.0698423 ], [ 120.2698186, 30.0699255 ], [ 120.2691452, 30.0700023 ], [ 120.2688227, 30.070039 ], [ 120.2677988, 30.0701557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677988, 30.0701557 ], [ 120.2688227, 30.070039 ], [ 120.2691452, 30.0700023 ], [ 120.2698186, 30.0699255 ], [ 120.2705489, 30.0698423 ], [ 120.270812, 30.0696495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677988, 30.0701557 ], [ 120.2675549, 30.0714303 ], [ 120.2674862, 30.0716057 ], [ 120.2670625, 30.0715322 ], [ 120.2671346, 30.0709641 ], [ 120.2672813, 30.0702285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672813, 30.0702285 ], [ 120.2671346, 30.0709641 ], [ 120.2670625, 30.0715322 ], [ 120.2674862, 30.0716057 ], [ 120.2675549, 30.0714303 ], [ 120.2677988, 30.0701557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267429, 30.0683733 ], [ 120.2675231, 30.0687811 ], [ 120.2675861, 30.0692153 ], [ 120.2675997, 30.0696944 ], [ 120.2675908, 30.0699658 ], [ 120.2675457, 30.0703604 ], [ 120.2673638, 30.071264 ], [ 120.2666961, 30.0742579 ], [ 120.2663954, 30.0755625 ], [ 120.2660012, 30.0772725 ], [ 120.2659643, 30.0775071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2658526, 30.0774998 ], [ 120.2659707, 30.0769772 ], [ 120.2662765, 30.075566 ], [ 120.2672635, 30.0712487 ], [ 120.2674406, 30.0702645 ], [ 120.2674835, 30.0699163 ], [ 120.2674888, 30.0693639 ], [ 120.2674298, 30.0688764 ], [ 120.2673333, 30.0683843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649952, 30.0744701 ], [ 120.2649173, 30.0754622 ], [ 120.2648952, 30.0757444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648952, 30.0757444 ], [ 120.2649173, 30.0754622 ], [ 120.2649952, 30.0744701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648952, 30.0757444 ], [ 120.2637462, 30.075633 ], [ 120.263549, 30.0756139 ], [ 120.2634301, 30.0759352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758126, 30.0677583 ], [ 120.2748016, 30.0683914 ], [ 120.2747352, 30.0684652 ], [ 120.2746895, 30.0685159 ], [ 120.2745986, 30.0686167 ], [ 120.2745828, 30.0686343 ], [ 120.2744919, 30.0687351 ], [ 120.2743123, 30.0689344 ], [ 120.2740888, 30.0691824 ], [ 120.2731236, 30.0701462 ], [ 120.2721396, 30.0709967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721396, 30.0709967 ], [ 120.2731236, 30.0701462 ], [ 120.2740888, 30.0691824 ], [ 120.2743123, 30.0689344 ], [ 120.2744919, 30.0687351 ], [ 120.2745828, 30.0686343 ], [ 120.2745986, 30.0686167 ], [ 120.2746895, 30.0685159 ], [ 120.2747352, 30.0684652 ], [ 120.2748016, 30.0683914 ], [ 120.2758126, 30.0677583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273884, 30.0725456 ], [ 120.2756807, 30.0709134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2756807, 30.0709134 ], [ 120.273884, 30.0725456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721396, 30.0709967 ], [ 120.2721996, 30.0710625 ], [ 120.2726025, 30.071449 ], [ 120.273133, 30.0718888 ], [ 120.273809, 30.072483 ], [ 120.273884, 30.0725456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273884, 30.0725456 ], [ 120.273809, 30.072483 ], [ 120.273133, 30.0718888 ], [ 120.2726025, 30.071449 ], [ 120.2721996, 30.0710625 ], [ 120.2721396, 30.0709967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699744, 30.0762619 ], [ 120.2700259, 30.0757543 ], [ 120.2701385, 30.075048 ], [ 120.2703703, 30.0741239 ], [ 120.270384, 30.0740695 ], [ 120.2704942, 30.0736305 ], [ 120.2708075, 30.0723822 ], [ 120.2713277, 30.0720655 ], [ 120.2717582, 30.0716315 ], [ 120.2719816, 30.0711881 ], [ 120.2721396, 30.0709967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721396, 30.0709967 ], [ 120.2719816, 30.0711881 ], [ 120.2717582, 30.0716315 ], [ 120.2713277, 30.0720655 ], [ 120.2708075, 30.0723822 ], [ 120.2704942, 30.0736305 ], [ 120.270384, 30.0740695 ], [ 120.2703703, 30.0741239 ], [ 120.2701385, 30.075048 ], [ 120.2700259, 30.0757543 ], [ 120.2699744, 30.0762619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734254, 30.0768516 ], [ 120.27326, 30.0781975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.27326, 30.0781975 ], [ 120.2734254, 30.0768516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2658526, 30.0774998 ], [ 120.2648434, 30.0773546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2658526, 30.0774998 ], [ 120.2659643, 30.0775071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2659643, 30.0775071 ], [ 120.2658526, 30.0774998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665053, 30.0775583 ], [ 120.2659643, 30.0775071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2659643, 30.0775071 ], [ 120.2665053, 30.0775583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665053, 30.0775583 ], [ 120.2697815, 30.0778683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697815, 30.0778683 ], [ 120.2665053, 30.0775583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648434, 30.0773546 ], [ 120.2647927, 30.0780112 ], [ 120.264786, 30.0780975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.264786, 30.0780975 ], [ 120.2647927, 30.0780112 ], [ 120.2648434, 30.0773546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664725, 30.0803402 ], [ 120.2663294, 30.0793662 ], [ 120.2664277, 30.0780691 ], [ 120.2665053, 30.0775583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2591741, 30.0558129 ], [ 120.2578582, 30.0558232 ], [ 120.2560393, 30.0558375 ], [ 120.2551936, 30.0558441 ], [ 120.2539672, 30.0558671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539672, 30.0558671 ], [ 120.2551936, 30.0558441 ], [ 120.2560393, 30.0558375 ], [ 120.2578582, 30.0558232 ], [ 120.2591741, 30.0558129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2543696, 30.0580412 ], [ 120.2543067, 30.0579026 ], [ 120.2541902, 30.0575725 ], [ 120.2539998, 30.0570329 ], [ 120.2538038, 30.0558319 ], [ 120.2535408, 30.053728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539672, 30.0558671 ], [ 120.2541121, 30.0568329 ], [ 120.2541396, 30.0569198 ], [ 120.2544607, 30.0579333 ], [ 120.2545255, 30.0580582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2543696, 30.0580412 ], [ 120.2545255, 30.0580582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544011, 30.0581443 ], [ 120.2543696, 30.0580412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545255, 30.0580582 ], [ 120.254577, 30.0581576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254577, 30.0581576 ], [ 120.2544011, 30.0581443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551157, 30.05933 ], [ 120.2548216, 30.058938 ], [ 120.2545051, 30.0584273 ], [ 120.2544011, 30.0581443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254577, 30.0581576 ], [ 120.2549086, 30.0587969 ], [ 120.2552758, 30.0593346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2591741, 30.0558129 ], [ 120.2599053, 30.0574014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599053, 30.0574014 ], [ 120.2618004, 30.0568067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618408, 30.0569573 ], [ 120.2609801, 30.0571995 ], [ 120.2599435, 30.0574912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599053, 30.0574014 ], [ 120.2599435, 30.0574912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599435, 30.0574912 ], [ 120.2599053, 30.0574014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545255, 30.0580582 ], [ 120.2549969, 30.0581096 ], [ 120.2557741, 30.0581324 ], [ 120.2564887, 30.0580911 ], [ 120.2566783, 30.0580801 ], [ 120.2574438, 30.0579944 ], [ 120.258481, 30.0577917 ], [ 120.2595535, 30.0574954 ], [ 120.2599053, 30.0574014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599435, 30.0574912 ], [ 120.2596163, 30.0575798 ], [ 120.2585438, 30.0578761 ], [ 120.2575066, 30.0580789 ], [ 120.2567411, 30.0581645 ], [ 120.2558369, 30.0582168 ], [ 120.2550597, 30.058194 ], [ 120.254577, 30.0581576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603389, 30.0584947 ], [ 120.2599435, 30.0574912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599435, 30.0574912 ], [ 120.2603389, 30.0584947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552758, 30.0593346 ], [ 120.2566451, 30.0593744 ], [ 120.2576373, 30.0592631 ], [ 120.2586478, 30.0589609 ], [ 120.2603389, 30.0584947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2492747, 30.052516 ], [ 120.2491432, 30.0508836 ], [ 120.2491407, 30.0498709 ], [ 120.2493365, 30.0495808 ], [ 120.2495677, 30.0495736 ], [ 120.2497192, 30.0495689 ], [ 120.2499774, 30.0494584 ], [ 120.2500453, 30.0494293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500453, 30.0494293 ], [ 120.2499774, 30.0494584 ], [ 120.2497192, 30.0495689 ], [ 120.2495677, 30.0495736 ], [ 120.2493365, 30.0495808 ], [ 120.2491407, 30.0498709 ], [ 120.2491432, 30.0508836 ], [ 120.2492747, 30.052516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2492747, 30.052516 ], [ 120.2487621, 30.0525108 ], [ 120.2483948, 30.052507 ], [ 120.2463779, 30.0524864 ], [ 120.2459165, 30.0524771 ], [ 120.2442932, 30.0524769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442932, 30.0524769 ], [ 120.2459165, 30.0524771 ], [ 120.2463779, 30.0524864 ], [ 120.2483948, 30.052507 ], [ 120.2487621, 30.0525108 ], [ 120.2492747, 30.052516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2492747, 30.052516 ], [ 120.249603, 30.0525194 ], [ 120.2496399, 30.0526208 ], [ 120.2497016, 30.0535222 ], [ 120.2497817, 30.0536342 ], [ 120.2498741, 30.0537035 ], [ 120.2499912, 30.0537355 ], [ 120.2505889, 30.0537355 ], [ 120.2523794, 30.053731 ], [ 120.2534024, 30.0537284 ], [ 120.2535408, 30.053728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535408, 30.053728 ], [ 120.2534024, 30.0537284 ], [ 120.2523794, 30.053731 ], [ 120.2505889, 30.0537355 ], [ 120.2499912, 30.0537355 ], [ 120.2498741, 30.0537035 ], [ 120.2497817, 30.0536342 ], [ 120.2497016, 30.0535222 ], [ 120.2496399, 30.0526208 ], [ 120.249603, 30.0525194 ], [ 120.2492747, 30.052516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244447, 30.0564966 ], [ 120.2473769, 30.0569615 ], [ 120.2505306, 30.0574681 ], [ 120.2508955, 30.0575222 ], [ 120.2510469, 30.0575446 ], [ 120.2538425, 30.0579375 ], [ 120.2543696, 30.0580412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544011, 30.0581443 ], [ 120.2540671, 30.0580727 ], [ 120.2509986, 30.0576084 ], [ 120.2506891, 30.0575592 ], [ 120.2505329, 30.0575343 ], [ 120.2485638, 30.0572208 ], [ 120.2480536, 30.0571395 ], [ 120.2472125, 30.0570102 ], [ 120.2444507, 30.0565858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479691, 30.0659334 ], [ 120.2479595, 30.0658211 ], [ 120.247827, 30.0652656 ], [ 120.2477924, 30.0651584 ], [ 120.2477193, 30.0649323 ], [ 120.2474543, 30.0643875 ], [ 120.2471935, 30.0639969 ], [ 120.2455329, 30.0615671 ], [ 120.2451106, 30.0609363 ], [ 120.2448663, 30.0605206 ], [ 120.2446882, 30.060155 ], [ 120.2445391, 30.0597177 ], [ 120.2444356, 30.0592697 ], [ 120.2443901, 30.0588755 ], [ 120.2443737, 30.0583692 ], [ 120.2443152, 30.0565649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444507, 30.0565858 ], [ 120.2445455, 30.0588549 ], [ 120.2445807, 30.0592291 ], [ 120.2446634, 30.0596461 ], [ 120.2448414, 30.0601299 ], [ 120.2449896, 30.0604227 ], [ 120.2450899, 30.0606209 ], [ 120.2452348, 30.0608646 ], [ 120.2455992, 30.0614165 ], [ 120.2473301, 30.0639252 ], [ 120.2476324, 30.0643875 ], [ 120.2478684, 30.0648857 ], [ 120.2480548, 30.0654878 ], [ 120.2481361, 30.0659337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603389, 30.0584947 ], [ 120.2586478, 30.0589609 ], [ 120.2576373, 30.0592631 ], [ 120.2566451, 30.0593744 ], [ 120.2552758, 30.0593346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612824, 30.0603428 ], [ 120.2610314, 30.0599538 ], [ 120.2609183, 30.0597877 ], [ 120.260892, 30.059749 ], [ 120.2608544, 30.0596938 ], [ 120.2605106, 30.0588894 ], [ 120.2603389, 30.0584947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603389, 30.0584947 ], [ 120.2605106, 30.0588894 ], [ 120.2608544, 30.0596938 ], [ 120.260892, 30.059749 ], [ 120.2609183, 30.0597877 ], [ 120.2610314, 30.0599538 ], [ 120.2612824, 30.0603428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583631, 30.0618283 ], [ 120.2612824, 30.0603428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612824, 30.0603428 ], [ 120.2583631, 30.0618283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262562, 30.0622072 ], [ 120.2624471, 30.0621069 ], [ 120.2622915, 30.0619444 ], [ 120.2619375, 30.0613965 ], [ 120.2616699, 30.0609464 ], [ 120.2616484, 30.0609102 ], [ 120.2612824, 30.0603428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612824, 30.0603428 ], [ 120.2616484, 30.0609102 ], [ 120.2616699, 30.0609464 ], [ 120.2619375, 30.0613965 ], [ 120.2622915, 30.0619444 ], [ 120.2624471, 30.0621069 ], [ 120.262562, 30.0622072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262562, 30.0622072 ], [ 120.2628276, 30.0622152 ], [ 120.263126, 30.0622242 ], [ 120.2632949, 30.0623374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632949, 30.0623374 ], [ 120.263126, 30.0622242 ], [ 120.2628276, 30.0622152 ], [ 120.262562, 30.0622072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629973, 30.062587 ], [ 120.262562, 30.0622072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2510692, 30.0588988 ], [ 120.2540237, 30.0592136 ], [ 120.2551157, 30.05933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551157, 30.05933 ], [ 120.2540237, 30.0592136 ], [ 120.2510692, 30.0588988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551157, 30.05933 ], [ 120.2552758, 30.0593346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552758, 30.0593346 ], [ 120.2551157, 30.05933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2581307, 30.0617972 ], [ 120.2575915, 30.0615224 ], [ 120.2572625, 30.0613221 ], [ 120.257157, 30.0612578 ], [ 120.2565991, 30.0608539 ], [ 120.2560412, 30.0603617 ], [ 120.2556746, 30.0599966 ], [ 120.2552186, 30.0594673 ], [ 120.2551157, 30.05933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552758, 30.0593346 ], [ 120.2552955, 30.0593634 ], [ 120.2557569, 30.059934 ], [ 120.2563386, 30.0605056 ], [ 120.2568109, 30.0608828 ], [ 120.2574029, 30.0612804 ], [ 120.2582843, 30.0617881 ], [ 120.2583631, 30.0618283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557299, 30.0663529 ], [ 120.2554394, 30.0663318 ], [ 120.2535102, 30.0662717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535102, 30.0662717 ], [ 120.2554394, 30.0663318 ], [ 120.2557299, 30.0663529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552251, 30.0665559 ], [ 120.2535102, 30.0662717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535102, 30.0662717 ], [ 120.2552251, 30.0665559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262562, 30.0622072 ], [ 120.2629973, 30.062587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583631, 30.0618283 ], [ 120.2604504, 30.0628946 ], [ 120.261913, 30.0636354 ], [ 120.2621186, 30.0637395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619904, 30.0637817 ], [ 120.2608799, 30.0631985 ], [ 120.2581307, 30.0617972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2621186, 30.0637395 ], [ 120.2624722, 30.0634242 ], [ 120.2628014, 30.0627565 ], [ 120.2629973, 30.062587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629973, 30.062587 ], [ 120.2628014, 30.0627565 ], [ 120.2624722, 30.0634242 ], [ 120.2621186, 30.0637395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2581307, 30.0617972 ], [ 120.2596538, 30.0654628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596538, 30.0654628 ], [ 120.2581307, 30.0617972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2621186, 30.0637395 ], [ 120.2619904, 30.0637817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619904, 30.0637817 ], [ 120.2621186, 30.0637395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619904, 30.0637817 ], [ 120.2618662, 30.0639869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632949, 30.0623374 ], [ 120.2643146, 30.0620795 ], [ 120.265262, 30.0618398 ], [ 120.2664058, 30.061562 ], [ 120.2664834, 30.0615112 ], [ 120.2671487, 30.0610759 ], [ 120.2679104, 30.0601679 ], [ 120.2680638, 30.059985 ], [ 120.2686813, 30.0598724 ], [ 120.2694575, 30.0595794 ], [ 120.2697675, 30.0591868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629973, 30.062587 ], [ 120.2632949, 30.0623374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632949, 30.0623374 ], [ 120.2629973, 30.062587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629973, 30.062587 ], [ 120.2630855, 30.062664 ], [ 120.2633167, 30.0628573 ], [ 120.2638687, 30.0633187 ], [ 120.2639196, 30.0633618 ], [ 120.2649201, 30.0642101 ], [ 120.2649722, 30.0642529 ], [ 120.265242, 30.0644747 ], [ 120.2652892, 30.0645124 ], [ 120.2655107, 30.0646894 ], [ 120.2657504, 30.0648294 ], [ 120.2659238, 30.0649308 ], [ 120.2663989, 30.0652159 ], [ 120.2669913, 30.0655715 ], [ 120.2676243, 30.0659615 ], [ 120.26823, 30.0663271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26823, 30.0663271 ], [ 120.2676243, 30.0659615 ], [ 120.2669913, 30.0655715 ], [ 120.2663989, 30.0652159 ], [ 120.2659238, 30.0649308 ], [ 120.2657504, 30.0648294 ], [ 120.2655107, 30.0646894 ], [ 120.2652892, 30.0645124 ], [ 120.265242, 30.0644747 ], [ 120.2649722, 30.0642529 ], [ 120.2649201, 30.0642101 ], [ 120.2639196, 30.0633618 ], [ 120.2638687, 30.0633187 ], [ 120.2633167, 30.0628573 ], [ 120.2630855, 30.062664 ], [ 120.2629973, 30.062587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2621186, 30.0637395 ], [ 120.2642152, 30.0648014 ], [ 120.264737, 30.065086 ], [ 120.2651608, 30.0653534 ], [ 120.2656041, 30.0656718 ], [ 120.2659884, 30.066008 ], [ 120.2660477, 30.0660646 ], [ 120.2662912, 30.0662966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673333, 30.0683843 ], [ 120.2671294, 30.0678226 ], [ 120.2668988, 30.067349 ], [ 120.2664911, 30.0667037 ], [ 120.2661155, 30.0662766 ], [ 120.2656596, 30.0658448 ], [ 120.2651231, 30.065427 ], [ 120.2619904, 30.0637817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618662, 30.0639869 ], [ 120.2625446, 30.0642632 ], [ 120.2637433, 30.0649044 ], [ 120.2645707, 30.0653209 ], [ 120.265475, 30.0659473 ], [ 120.2660181, 30.0664826 ], [ 120.2665379, 30.0671191 ], [ 120.2668865, 30.0678249 ], [ 120.2671062, 30.068458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2671062, 30.068458 ], [ 120.2668865, 30.0678249 ], [ 120.2665379, 30.0671191 ], [ 120.2660181, 30.0664826 ], [ 120.265475, 30.0659473 ], [ 120.2645707, 30.0653209 ], [ 120.2637433, 30.0649044 ], [ 120.2625446, 30.0642632 ], [ 120.2618662, 30.0639869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662912, 30.0662966 ], [ 120.2665819, 30.066211 ], [ 120.2666271, 30.0661977 ], [ 120.266701, 30.0662037 ], [ 120.2680885, 30.0663157 ], [ 120.26823, 30.0663271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618662, 30.0639869 ], [ 120.2619904, 30.0637817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254534, 30.0628676 ], [ 120.2545863, 30.0634275 ], [ 120.2552686, 30.0639195 ], [ 120.2558481, 30.0645267 ], [ 120.2562943, 30.0652363 ], [ 120.2571018, 30.0658594 ], [ 120.2577413, 30.0661457 ], [ 120.2579682, 30.066169 ], [ 120.2583259, 30.0662056 ], [ 120.2590019, 30.0658828 ], [ 120.259554, 30.0655539 ], [ 120.2596538, 30.0654628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596538, 30.0654628 ], [ 120.259554, 30.0655539 ], [ 120.2590019, 30.0658828 ], [ 120.2583259, 30.0662056 ], [ 120.2579682, 30.066169 ], [ 120.2577413, 30.0661457 ], [ 120.2571018, 30.0658594 ], [ 120.2562943, 30.0652363 ], [ 120.2558481, 30.0645267 ], [ 120.2552686, 30.0639195 ], [ 120.2545863, 30.0634275 ], [ 120.254534, 30.0628676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.260946, 30.0655064 ], [ 120.2618662, 30.0639869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618662, 30.0639869 ], [ 120.260946, 30.0655064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596538, 30.0654628 ], [ 120.2600943, 30.066523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600943, 30.066523 ], [ 120.2596538, 30.0654628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600943, 30.066523 ], [ 120.2606705, 30.0659615 ], [ 120.260946, 30.0655064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.260946, 30.0655064 ], [ 120.2606705, 30.0659615 ], [ 120.2600943, 30.066523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557299, 30.0663529 ], [ 120.2562311, 30.0663894 ], [ 120.2565368, 30.0664117 ], [ 120.2568175, 30.0664321 ], [ 120.2582007, 30.0665409 ], [ 120.2600085, 30.0665955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600085, 30.0665955 ], [ 120.2582007, 30.0665409 ], [ 120.2568175, 30.0664321 ], [ 120.2565368, 30.0664117 ], [ 120.2562311, 30.0663894 ], [ 120.2557299, 30.0663529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600943, 30.066523 ], [ 120.2600085, 30.0665955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600085, 30.0665955 ], [ 120.2600943, 30.066523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2605775, 30.0676859 ], [ 120.2600943, 30.066523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600943, 30.066523 ], [ 120.2605775, 30.0676859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.260946, 30.0655064 ], [ 120.2620605, 30.0664193 ], [ 120.2628584, 30.0672225 ], [ 120.2638286, 30.0695209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2638286, 30.0695209 ], [ 120.2628584, 30.0672225 ], [ 120.2620605, 30.0664193 ], [ 120.260946, 30.0655064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.258963, 30.0682825 ], [ 120.2605775, 30.0676859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2605775, 30.0676859 ], [ 120.258963, 30.0682825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611408, 30.0690416 ], [ 120.2605775, 30.0676859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479691, 30.0659334 ], [ 120.2481361, 30.0659337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479817, 30.0660811 ], [ 120.2479691, 30.0659334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481361, 30.0659337 ], [ 120.2481541, 30.0660325 ], [ 120.2481516, 30.0660818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481361, 30.0659337 ], [ 120.2489126, 30.0659602 ], [ 120.2489287, 30.0660856 ], [ 120.2481516, 30.0660818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481516, 30.0660818 ], [ 120.2479817, 30.0660811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481516, 30.0660818 ], [ 120.2481252, 30.0666023 ], [ 120.247798, 30.0687059 ], [ 120.2477733, 30.0690084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475556, 30.0690969 ], [ 120.2476151, 30.068785 ], [ 120.2477525, 30.0680645 ], [ 120.2479761, 30.0667062 ], [ 120.2479926, 30.0662081 ], [ 120.2479817, 30.0660811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471119, 30.0694306 ], [ 120.2473458, 30.0692831 ], [ 120.2475556, 30.0690969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475556, 30.0690969 ], [ 120.2473458, 30.0692831 ], [ 120.2471119, 30.0694306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477733, 30.0690084 ], [ 120.2477649, 30.0691109 ], [ 120.2477608, 30.0693402 ], [ 120.2476789, 30.0695604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697815, 30.0778683 ], [ 120.27326, 30.0781975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.27326, 30.0781975 ], [ 120.2697815, 30.0778683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.27326, 30.0781975 ], [ 120.2757798, 30.078436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757798, 30.078436 ], [ 120.27326, 30.0781975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2728501, 30.0810877 ], [ 120.27326, 30.0781975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.27326, 30.0781975 ], [ 120.2728501, 30.0810877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2700295, 30.0813501 ], [ 120.2701163, 30.0813139 ], [ 120.2704991, 30.0812752 ], [ 120.2723425, 30.0811468 ], [ 120.2724381, 30.0811365 ], [ 120.2726, 30.081119 ], [ 120.2728501, 30.0810877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2728501, 30.0810877 ], [ 120.2726, 30.081119 ], [ 120.2724381, 30.0811365 ], [ 120.2723425, 30.0811468 ], [ 120.2704991, 30.0812752 ], [ 120.2701163, 30.0813139 ], [ 120.2700295, 30.0813501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2700295, 30.0813501 ], [ 120.2701175, 30.0816586 ], [ 120.2702418, 30.0820948 ], [ 120.2703693, 30.082542 ], [ 120.2704414, 30.082795 ], [ 120.2705555, 30.083195 ], [ 120.2707478, 30.0838694 ], [ 120.270951, 30.0845819 ], [ 120.2709767, 30.084672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2709767, 30.084672 ], [ 120.270951, 30.0845819 ], [ 120.2707478, 30.0838694 ], [ 120.2705555, 30.083195 ], [ 120.2704414, 30.082795 ], [ 120.2703693, 30.082542 ], [ 120.2702418, 30.0820948 ], [ 120.2701175, 30.0816586 ], [ 120.2700295, 30.0813501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665053, 30.0775583 ], [ 120.2664277, 30.0780691 ], [ 120.2663294, 30.0793662 ], [ 120.2664725, 30.0803402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697815, 30.0778683 ], [ 120.2696956, 30.0784941 ], [ 120.2694517, 30.0802723 ], [ 120.2700295, 30.0813501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2700295, 30.0813501 ], [ 120.2694517, 30.0802723 ], [ 120.2696956, 30.0784941 ], [ 120.2697815, 30.0778683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2659643, 30.0775071 ], [ 120.2658748, 30.0780758 ], [ 120.2658116, 30.0787527 ], [ 120.2658568, 30.0798539 ], [ 120.2660282, 30.0807564 ], [ 120.2662617, 30.0816843 ], [ 120.2664894, 30.0822757 ], [ 120.2666836, 30.0827095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665611, 30.0827591 ], [ 120.2664589, 30.082543 ], [ 120.2662604, 30.0820184 ], [ 120.2661424, 30.0816425 ], [ 120.2659492, 30.0809555 ], [ 120.2658527, 30.0803799 ], [ 120.265783, 30.0798832 ], [ 120.2657454, 30.0793725 ], [ 120.2657347, 30.0787784 ], [ 120.2657561, 30.078342 ], [ 120.2658312, 30.0775946 ], [ 120.2658526, 30.0774998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666836, 30.0827095 ], [ 120.2682547, 30.0820851 ], [ 120.2685016, 30.081987 ], [ 120.2692938, 30.0816568 ], [ 120.269495, 30.0815729 ], [ 120.2700295, 30.0813501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2700295, 30.0813501 ], [ 120.269495, 30.0815729 ], [ 120.2692938, 30.0816568 ], [ 120.2685016, 30.081987 ], [ 120.2682547, 30.0820851 ], [ 120.2666836, 30.0827095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665611, 30.0827591 ], [ 120.2666836, 30.0827095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666836, 30.0827095 ], [ 120.2665611, 30.0827591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666836, 30.0827095 ], [ 120.2673979, 30.0839681 ], [ 120.2679558, 30.0848593 ], [ 120.270342, 30.0885915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785956, 30.0693362 ], [ 120.2787743, 30.068729 ], [ 120.2795149, 30.0680123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2795149, 30.0680123 ], [ 120.2787743, 30.068729 ], [ 120.2785956, 30.0693362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785956, 30.0693362 ], [ 120.2785553, 30.0694731 ], [ 120.278911, 30.0695119 ], [ 120.2789837, 30.0695356 ], [ 120.2795513, 30.0697201 ], [ 120.2799925, 30.0699438 ], [ 120.28024, 30.0697507 ], [ 120.2805796, 30.0696481 ], [ 120.2806863, 30.0696065 ], [ 120.2808466, 30.069544 ], [ 120.2809852, 30.069279 ], [ 120.2809549, 30.0692126 ], [ 120.2805759, 30.0690539 ], [ 120.2802163, 30.0688283 ], [ 120.2799128, 30.0685365 ], [ 120.279669, 30.0682998 ], [ 120.2795149, 30.0680123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2795149, 30.0680123 ], [ 120.279669, 30.0682998 ], [ 120.2799128, 30.0685365 ], [ 120.2802163, 30.0688283 ], [ 120.2805759, 30.0690539 ], [ 120.2809549, 30.0692126 ], [ 120.2809852, 30.069279 ], [ 120.2808466, 30.069544 ], [ 120.2806863, 30.0696065 ], [ 120.2805796, 30.0696481 ], [ 120.28024, 30.0697507 ], [ 120.2799925, 30.0699438 ], [ 120.2795513, 30.0697201 ], [ 120.2789837, 30.0695356 ], [ 120.278911, 30.0695119 ], [ 120.2785553, 30.0694731 ], [ 120.2785956, 30.0693362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824618, 30.0792327 ], [ 120.2824219, 30.079134 ], [ 120.282414, 30.0790529 ], [ 120.2824167, 30.07896 ], [ 120.2824289, 30.0788603 ], [ 120.2824891, 30.0785562 ], [ 120.2824832, 30.0784297 ], [ 120.2824457, 30.078309 ], [ 120.2823657, 30.0782219 ], [ 120.2822836, 30.0781584 ], [ 120.2821721, 30.0780722 ], [ 120.2817113, 30.0777624 ], [ 120.2810509, 30.077427 ], [ 120.280642, 30.0772743 ], [ 120.2805037, 30.0772227 ], [ 120.279506, 30.076791 ], [ 120.2786567, 30.0763274 ], [ 120.2786047, 30.076299 ], [ 120.2779455, 30.0759055 ], [ 120.2776075, 30.075692 ], [ 120.2773125, 30.0754645 ], [ 120.2769686, 30.0751709 ], [ 120.2762337, 30.0745488 ], [ 120.2761119, 30.0744448 ], [ 120.2754451, 30.0738757 ], [ 120.2748067, 30.0733419 ], [ 120.2743835, 30.0729624 ], [ 120.273884, 30.0725456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273884, 30.0725456 ], [ 120.2743835, 30.0729624 ], [ 120.2748067, 30.0733419 ], [ 120.2754451, 30.0738757 ], [ 120.2761119, 30.0744448 ], [ 120.2762337, 30.0745488 ], [ 120.2769686, 30.0751709 ], [ 120.2773125, 30.0754645 ], [ 120.2776075, 30.075692 ], [ 120.2779455, 30.0759055 ], [ 120.2786047, 30.076299 ], [ 120.2786567, 30.0763274 ], [ 120.279506, 30.076791 ], [ 120.2805037, 30.0772227 ], [ 120.280642, 30.0772743 ], [ 120.2810509, 30.077427 ], [ 120.2817113, 30.0777624 ], [ 120.2821721, 30.0780722 ], [ 120.2822836, 30.0781584 ], [ 120.2823657, 30.0782219 ], [ 120.2824457, 30.078309 ], [ 120.2824832, 30.0784297 ], [ 120.2824891, 30.0785562 ], [ 120.2824289, 30.0788603 ], [ 120.2824167, 30.07896 ], [ 120.282414, 30.0790529 ], [ 120.2824219, 30.079134 ], [ 120.2824618, 30.0792327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824618, 30.0792327 ], [ 120.2822176, 30.0791456 ], [ 120.2815162, 30.0788805 ], [ 120.2811527, 30.0787591 ], [ 120.2806431, 30.0786733 ], [ 120.2804457, 30.0786678 ], [ 120.2790632, 30.078629 ], [ 120.2782399, 30.0786059 ], [ 120.2780696, 30.078599 ], [ 120.2778979, 30.078592 ], [ 120.2775518, 30.0785757 ], [ 120.277454, 30.0785735 ], [ 120.2763034, 30.0785991 ], [ 120.2761102, 30.0786942 ], [ 120.2759439, 30.0788265 ], [ 120.2757911, 30.0790145 ], [ 120.2756569, 30.0793163 ], [ 120.2755129, 30.0797844 ], [ 120.2753573, 30.0800722 ], [ 120.2751991, 30.0803298 ], [ 120.2748067, 30.0807042 ], [ 120.2745042, 30.0808717 ], [ 120.2741875, 30.0809902 ], [ 120.2739714, 30.0810136 ], [ 120.2738277, 30.0810197 ], [ 120.2731705, 30.0810477 ], [ 120.2729471, 30.0810756 ], [ 120.2728501, 30.0810877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2728501, 30.0810877 ], [ 120.2729471, 30.0810756 ], [ 120.2731705, 30.0810477 ], [ 120.2738277, 30.0810197 ], [ 120.2739714, 30.0810136 ], [ 120.2741875, 30.0809902 ], [ 120.2745042, 30.0808717 ], [ 120.2748067, 30.0807042 ], [ 120.2751991, 30.0803298 ], [ 120.2753573, 30.0800722 ], [ 120.2755129, 30.0797844 ], [ 120.2756569, 30.0793163 ], [ 120.2757911, 30.0790145 ], [ 120.2759439, 30.0788265 ], [ 120.2761102, 30.0786942 ], [ 120.2763034, 30.0785991 ], [ 120.277454, 30.0785735 ], [ 120.2775518, 30.0785757 ], [ 120.2778979, 30.078592 ], [ 120.2780696, 30.078599 ], [ 120.2782399, 30.0786059 ], [ 120.2790632, 30.078629 ], [ 120.2804457, 30.0786678 ], [ 120.2806431, 30.0786733 ], [ 120.2811527, 30.0787591 ], [ 120.2815162, 30.0788805 ], [ 120.2822176, 30.0791456 ], [ 120.2824618, 30.0792327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758103, 30.103351 ], [ 120.2758874, 30.1031737 ], [ 120.2760822, 30.1023646 ], [ 120.2764329, 30.1015808 ], [ 120.2767198, 30.1010395 ], [ 120.2770791, 30.1003617 ], [ 120.2771343, 30.1002576 ], [ 120.2774753, 30.0999542 ], [ 120.27843, 30.0989344 ], [ 120.2788002, 30.098513 ], [ 120.2785372, 30.0982939 ], [ 120.2787039, 30.0975618 ], [ 120.2787905, 30.0971813 ], [ 120.278693, 30.0969959 ], [ 120.2751049, 30.096815 ], [ 120.273923, 30.0967554 ], [ 120.2737936, 30.0967489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737936, 30.0967489 ], [ 120.273923, 30.0967554 ], [ 120.2751049, 30.096815 ], [ 120.278693, 30.0969959 ], [ 120.2787905, 30.0971813 ], [ 120.2787039, 30.0975618 ], [ 120.2785372, 30.0982939 ], [ 120.2788002, 30.098513 ], [ 120.27843, 30.0989344 ], [ 120.2774753, 30.0999542 ], [ 120.2771343, 30.1002576 ], [ 120.2770791, 30.1003617 ], [ 120.2767198, 30.1010395 ], [ 120.2764329, 30.1015808 ], [ 120.2760822, 30.1023646 ], [ 120.2758874, 30.1031737 ], [ 120.2758103, 30.103351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744496, 30.0862657 ], [ 120.2743171, 30.0859682 ], [ 120.2736967, 30.0858779 ], [ 120.2731907, 30.0858274 ], [ 120.272576, 30.0858751 ], [ 120.2717487, 30.0858982 ], [ 120.271238, 30.0858694 ], [ 120.2711641, 30.0858653 ], [ 120.2711201, 30.0854617 ], [ 120.2709767, 30.084672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2709767, 30.084672 ], [ 120.2711201, 30.0854617 ], [ 120.2711641, 30.0858653 ], [ 120.271238, 30.0858694 ], [ 120.2717487, 30.0858982 ], [ 120.272576, 30.0858751 ], [ 120.2731907, 30.0858274 ], [ 120.2736967, 30.0858779 ], [ 120.2743171, 30.0859682 ], [ 120.2744496, 30.0862657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2710293, 30.0878074 ], [ 120.2705712, 30.0883021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705712, 30.0883021 ], [ 120.2710293, 30.0878074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705712, 30.0883021 ], [ 120.270342, 30.0885915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.270342, 30.0885915 ], [ 120.2705712, 30.0883021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2707579, 30.0897919 ], [ 120.2709283, 30.089684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2709283, 30.089684 ], [ 120.2707579, 30.0897919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.270342, 30.0885915 ], [ 120.2718366, 30.0909131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2707579, 30.0897919 ], [ 120.2703251, 30.0900662 ], [ 120.2697628, 30.0905118 ], [ 120.2696817, 30.0906602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2696817, 30.0906602 ], [ 120.2697628, 30.0905118 ], [ 120.2703251, 30.0900662 ], [ 120.2707579, 30.0897919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717387, 30.0909676 ], [ 120.2709283, 30.089684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717387, 30.0909676 ], [ 120.2718366, 30.0909131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2718366, 30.0909131 ], [ 120.2717387, 30.0909676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717387, 30.0909676 ], [ 120.2714982, 30.0911013 ], [ 120.2704444, 30.0916432 ], [ 120.2703854, 30.0916459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2703854, 30.0916459 ], [ 120.2704444, 30.0916432 ], [ 120.2714982, 30.0911013 ], [ 120.2717387, 30.0909676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2718366, 30.0909131 ], [ 120.272735, 30.0923439 ], [ 120.2731071, 30.092978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730279, 30.0930706 ], [ 120.2726119, 30.0923507 ], [ 120.2717387, 30.0909676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2703854, 30.0916459 ], [ 120.2708966, 30.0925867 ], [ 120.271417, 30.093826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271417, 30.093826 ], [ 120.2708966, 30.0925867 ], [ 120.2703854, 30.0916459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2709283, 30.089684 ], [ 120.2704875, 30.0889857 ], [ 120.2685671, 30.0860057 ], [ 120.2673333, 30.0840701 ], [ 120.2668773, 30.0833739 ], [ 120.2667003, 30.0830536 ], [ 120.2665611, 30.0827591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705712, 30.0883021 ], [ 120.268879, 30.0856062 ], [ 120.2697138, 30.0852344 ], [ 120.2701849, 30.0850246 ], [ 120.2709767, 30.084672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2709767, 30.084672 ], [ 120.2701849, 30.0850246 ], [ 120.2697138, 30.0852344 ], [ 120.268879, 30.0856062 ], [ 120.2705712, 30.0883021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2686442, 30.0867458 ], [ 120.2687821, 30.0866808 ], [ 120.2707579, 30.0897919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2707579, 30.0897919 ], [ 120.2687821, 30.0866808 ], [ 120.2686442, 30.0867458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633225, 30.0928861 ], [ 120.2644619, 30.0923562 ], [ 120.2651115, 30.0919988 ], [ 120.2652213, 30.0919451 ], [ 120.2661978, 30.0914612 ], [ 120.2667718, 30.091243 ], [ 120.2676799, 30.0911015 ], [ 120.2684036, 30.0911789 ], [ 120.2695582, 30.0914673 ], [ 120.2701355, 30.0916573 ], [ 120.2703854, 30.0916459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2703854, 30.0916459 ], [ 120.2701355, 30.0916573 ], [ 120.2695582, 30.0914673 ], [ 120.2684036, 30.0911789 ], [ 120.2676799, 30.0911015 ], [ 120.2667718, 30.091243 ], [ 120.2661978, 30.0914612 ], [ 120.2652213, 30.0919451 ], [ 120.2651115, 30.0919988 ], [ 120.2644619, 30.0923562 ], [ 120.2633225, 30.0928861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271417, 30.093826 ], [ 120.2713067, 30.0938637 ], [ 120.2706688, 30.0940815 ], [ 120.2701716, 30.0942807 ], [ 120.2695314, 30.0945372 ], [ 120.2684035, 30.0949732 ], [ 120.2664945, 30.0958154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664945, 30.0958154 ], [ 120.2684035, 30.0949732 ], [ 120.2695314, 30.0945372 ], [ 120.2701716, 30.0942807 ], [ 120.2706688, 30.0940815 ], [ 120.2713067, 30.0938637 ], [ 120.271417, 30.093826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2661259, 30.1036744 ], [ 120.2664662, 30.1039559 ], [ 120.2672246, 30.1040878 ], [ 120.2673168, 30.1041038 ], [ 120.2683479, 30.1042831 ], [ 120.2685582, 30.1044666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814772, 30.0599625 ], [ 120.2818265, 30.060092 ], [ 120.2820734, 30.0601837 ], [ 120.282257, 30.0602518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849544, 30.0799441 ], [ 120.2845753, 30.0798594 ], [ 120.2844457, 30.0798217 ], [ 120.2839692, 30.079683 ], [ 120.2837522, 30.0796284 ], [ 120.2832128, 30.0794927 ], [ 120.2830006, 30.0794405 ], [ 120.2827032, 30.0793674 ], [ 120.2825959, 30.0793256 ], [ 120.2824618, 30.0792327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824618, 30.0792327 ], [ 120.2825959, 30.0793256 ], [ 120.2827032, 30.0793674 ], [ 120.2830006, 30.0794405 ], [ 120.2832128, 30.0794927 ], [ 120.2837522, 30.0796284 ], [ 120.2839692, 30.079683 ], [ 120.2844457, 30.0798217 ], [ 120.2845753, 30.0798594 ], [ 120.2849544, 30.0799441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860494, 30.0801889 ], [ 120.2855968, 30.0800877 ], [ 120.2849544, 30.0799441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849544, 30.0799441 ], [ 120.2855968, 30.0800877 ], [ 120.2860494, 30.0801889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2843297, 30.0987061 ], [ 120.2842984, 30.0982912 ], [ 120.2842258, 30.097866 ], [ 120.2841638, 30.0975025 ], [ 120.2841692, 30.0973599 ], [ 120.2841547, 30.0972724 ], [ 120.284002, 30.0963541 ], [ 120.283728, 30.0955251 ], [ 120.2829063, 30.0942549 ], [ 120.2828278, 30.0941335 ], [ 120.2827441, 30.0940041 ], [ 120.282164, 30.0933553 ], [ 120.2821165, 30.0933021 ], [ 120.2818581, 30.0930567 ], [ 120.2814856, 30.092666 ], [ 120.2809766, 30.0923277 ], [ 120.2808403, 30.0922371 ], [ 120.2807454, 30.092174 ], [ 120.2805201, 30.0917284 ], [ 120.2804861, 30.0916032 ], [ 120.2804343, 30.0914128 ], [ 120.280445, 30.0910694 ], [ 120.2805415, 30.0901689 ], [ 120.2805839, 30.0898785 ], [ 120.2806968, 30.0891054 ], [ 120.2807214, 30.0889372 ], [ 120.2807595, 30.0886762 ], [ 120.2807883, 30.0884794 ], [ 120.2809492, 30.0880245 ], [ 120.2810364, 30.0878774 ], [ 120.2811638, 30.0876625 ], [ 120.2823043, 30.0864942 ], [ 120.2828729, 30.0858165 ], [ 120.283115, 30.0854797 ], [ 120.2831808, 30.0853881 ], [ 120.2833055, 30.0850336 ], [ 120.2834498, 30.0846233 ], [ 120.2835563, 30.0843205 ], [ 120.2840213, 30.0828613 ], [ 120.2842889, 30.0820216 ], [ 120.2843714, 30.0817626 ], [ 120.2844767, 30.0814342 ], [ 120.2847014, 30.0807334 ], [ 120.2849544, 30.0799441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849544, 30.0799441 ], [ 120.2847014, 30.0807334 ], [ 120.2844767, 30.0814342 ], [ 120.2843714, 30.0817626 ], [ 120.2842889, 30.0820216 ], [ 120.2840213, 30.0828613 ], [ 120.2835563, 30.0843205 ], [ 120.2834498, 30.0846233 ], [ 120.2833055, 30.0850336 ], [ 120.2831808, 30.0853881 ], [ 120.283115, 30.0854797 ], [ 120.2828729, 30.0858165 ], [ 120.2823043, 30.0864942 ], [ 120.2811638, 30.0876625 ], [ 120.2810364, 30.0878774 ], [ 120.2809492, 30.0880245 ], [ 120.2807883, 30.0884794 ], [ 120.2807595, 30.0886762 ], [ 120.2807214, 30.0889372 ], [ 120.2806968, 30.0891054 ], [ 120.2805839, 30.0898785 ], [ 120.2805415, 30.0901689 ], [ 120.280445, 30.0910694 ], [ 120.2804343, 30.0914128 ], [ 120.2804861, 30.0916032 ], [ 120.2805201, 30.0917284 ], [ 120.2807454, 30.092174 ], [ 120.2808403, 30.0922371 ], [ 120.2809766, 30.0923277 ], [ 120.2814856, 30.092666 ], [ 120.2818581, 30.0930567 ], [ 120.2821165, 30.0933021 ], [ 120.282164, 30.0933553 ], [ 120.2827441, 30.0940041 ], [ 120.2828278, 30.0941335 ], [ 120.2829063, 30.0942549 ], [ 120.283728, 30.0955251 ], [ 120.284002, 30.0963541 ], [ 120.2841547, 30.0972724 ], [ 120.2841692, 30.0973599 ], [ 120.2841638, 30.0975025 ], [ 120.2842258, 30.097866 ], [ 120.2842984, 30.0982912 ], [ 120.2843297, 30.0987061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2843297, 30.0987061 ], [ 120.2842323, 30.0986967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2842323, 30.0986967 ], [ 120.2843297, 30.0987061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770954, 30.1205991 ], [ 120.2774021, 30.1208525 ], [ 120.2793746, 30.122482 ], [ 120.2796395, 30.1227008 ], [ 120.2814742, 30.1241856 ], [ 120.28175, 30.1244105 ], [ 120.2822468, 30.1248157 ], [ 120.2828904, 30.1252899 ], [ 120.2836191, 30.1258075 ], [ 120.284843, 30.1266076 ], [ 120.2849586, 30.1266754 ], [ 120.2853349, 30.1268962 ], [ 120.2872785, 30.1280367 ], [ 120.287513, 30.1281749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730279, 30.0930706 ], [ 120.2731071, 30.092978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2727174, 30.093382 ], [ 120.2728044, 30.0933073 ], [ 120.2728587, 30.0932447 ], [ 120.2729725, 30.0931353 ], [ 120.2730279, 30.0930706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2732928, 30.0935708 ], [ 120.2732395, 30.0934368 ], [ 120.2730279, 30.0930706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2731071, 30.092978 ], [ 120.2732612, 30.093247 ], [ 120.2734706, 30.0936772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2732928, 30.0935708 ], [ 120.273256, 30.0935488 ], [ 120.273114, 30.0934717 ], [ 120.2729159, 30.0934117 ], [ 120.2727174, 30.093382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2727174, 30.093382 ], [ 120.2716552, 30.0937447 ], [ 120.271417, 30.093826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271417, 30.093826 ], [ 120.2716552, 30.0937447 ], [ 120.2727174, 30.093382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734706, 30.0936772 ], [ 120.2732928, 30.0935708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734706, 30.0936772 ], [ 120.2736711, 30.0942093 ], [ 120.2738166, 30.0948828 ], [ 120.2738252, 30.095079 ], [ 120.2738406, 30.0954326 ], [ 120.2737869, 30.0959524 ], [ 120.2736957, 30.0964305 ], [ 120.2735969, 30.096739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737936, 30.0967489 ], [ 120.2735969, 30.096739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735969, 30.096739 ], [ 120.2737936, 30.0967489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735969, 30.096739 ], [ 120.2735456, 30.0968993 ], [ 120.2733417, 30.0973773 ], [ 120.2730587, 30.0979156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2726926, 30.098425 ], [ 120.2730587, 30.0979156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730587, 30.0979156 ], [ 120.2726926, 30.098425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2685582, 30.1044666 ], [ 120.2686529, 30.1041809 ], [ 120.2689372, 30.1034941 ], [ 120.269184, 30.1029836 ], [ 120.2694395, 30.1024841 ], [ 120.269876, 30.101828 ], [ 120.2716141, 30.0995678 ], [ 120.2719514, 30.0991586 ], [ 120.2726011, 30.0983704 ], [ 120.2728951, 30.0979613 ], [ 120.2729713, 30.0978553 ], [ 120.2732395, 30.0973355 ], [ 120.2734541, 30.0968342 ], [ 120.2736096, 30.0962448 ], [ 120.2736633, 30.095725 ], [ 120.2736847, 30.0952516 ], [ 120.2736753, 30.0950798 ], [ 120.2736526, 30.0946621 ], [ 120.2735184, 30.0941376 ], [ 120.2732928, 30.0935708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758103, 30.103351 ], [ 120.2756268, 30.103178 ], [ 120.2752991, 30.102869 ], [ 120.2751665, 30.1027439 ], [ 120.2744846, 30.1020528 ], [ 120.2740312, 30.1012992 ], [ 120.2739877, 30.1012269 ], [ 120.2732181, 30.100561 ], [ 120.2732396, 30.1000484 ], [ 120.2732576, 30.0996217 ], [ 120.2732731, 30.0992529 ], [ 120.2733114, 30.0983403 ], [ 120.273335, 30.0977797 ], [ 120.2734197, 30.0975894 ], [ 120.2737936, 30.0967489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737936, 30.0967489 ], [ 120.2734197, 30.0975894 ], [ 120.273335, 30.0977797 ], [ 120.2733114, 30.0983403 ], [ 120.2732731, 30.0992529 ], [ 120.2732576, 30.0996217 ], [ 120.2732396, 30.1000484 ], [ 120.2732181, 30.100561 ], [ 120.2739877, 30.1012269 ], [ 120.2740312, 30.1012992 ], [ 120.2744846, 30.1020528 ], [ 120.2751665, 30.1027439 ], [ 120.2752991, 30.102869 ], [ 120.2756268, 30.103178 ], [ 120.2758103, 30.103351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2726926, 30.098425 ], [ 120.2724619, 30.0986861 ], [ 120.2721475, 30.099084 ], [ 120.2699621, 30.1018499 ], [ 120.2695239, 30.1025295 ], [ 120.2692675, 30.1030091 ], [ 120.26868, 30.1044084 ], [ 120.2683689, 30.1054201 ], [ 120.268224, 30.1061209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758103, 30.103351 ], [ 120.2755172, 30.1040249 ], [ 120.2750496, 30.1046149 ], [ 120.2739547, 30.1061414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2739547, 30.1061414 ], [ 120.2750496, 30.1046149 ], [ 120.2755172, 30.1040249 ], [ 120.2758103, 30.103351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779952, 30.1094006 ], [ 120.278181, 30.1092437 ], [ 120.2788524, 30.1087245 ], [ 120.2790405, 30.1085791 ], [ 120.2791431, 30.108495 ], [ 120.2792678, 30.1083985 ], [ 120.2800268, 30.1078114 ], [ 120.2801551, 30.1077122 ], [ 120.2802021, 30.1076736 ], [ 120.2808101, 30.1071749 ], [ 120.2808979, 30.107072 ], [ 120.2810563, 30.1068862 ], [ 120.2812601, 30.1065613 ], [ 120.2813567, 30.10632 ], [ 120.2814425, 30.1060787 ], [ 120.2814854, 30.1057353 ], [ 120.2814854, 30.1054847 ], [ 120.2814211, 30.1051506 ], [ 120.2812923, 30.1047329 ], [ 120.2810777, 30.1043523 ], [ 120.2808978, 30.1040696 ], [ 120.280772, 30.103872 ], [ 120.2803876, 30.1032766 ], [ 120.2800698, 30.1026547 ], [ 120.2799727, 30.1023289 ], [ 120.2798868, 30.1018277 ], [ 120.2798738, 30.1017044 ], [ 120.2798653, 30.1016234 ], [ 120.2798305, 30.1012924 ], [ 120.2798117, 30.101113 ], [ 120.2798117, 30.1005468 ], [ 120.2798377, 30.1004965 ], [ 120.279941, 30.1002971 ], [ 120.2801449, 30.1000558 ], [ 120.2804233, 30.0998321 ], [ 120.2816464, 30.0993865 ], [ 120.2823612, 30.0991475 ], [ 120.2833952, 30.0988018 ], [ 120.2836741, 30.0987368 ], [ 120.2841145, 30.0986913 ], [ 120.2842323, 30.0986967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2842323, 30.0986967 ], [ 120.2841145, 30.0986913 ], [ 120.2836741, 30.0987368 ], [ 120.2833952, 30.0988018 ], [ 120.2823612, 30.0991475 ], [ 120.2816464, 30.0993865 ], [ 120.2804233, 30.0998321 ], [ 120.2801449, 30.1000558 ], [ 120.279941, 30.1002971 ], [ 120.2798377, 30.1004965 ], [ 120.2798117, 30.1005468 ], [ 120.2798117, 30.101113 ], [ 120.2798305, 30.1012924 ], [ 120.2798653, 30.1016234 ], [ 120.2798738, 30.1017044 ], [ 120.2798868, 30.1018277 ], [ 120.2799727, 30.1023289 ], [ 120.2800698, 30.1026547 ], [ 120.2803876, 30.1032766 ], [ 120.280772, 30.103872 ], [ 120.2808978, 30.1040696 ], [ 120.2810777, 30.1043523 ], [ 120.2812923, 30.1047329 ], [ 120.2814211, 30.1051506 ], [ 120.2814854, 30.1054847 ], [ 120.2814854, 30.1057353 ], [ 120.2814425, 30.1060787 ], [ 120.2813567, 30.10632 ], [ 120.2812601, 30.1065613 ], [ 120.2810563, 30.1068862 ], [ 120.2808979, 30.107072 ], [ 120.2808101, 30.1071749 ], [ 120.2802021, 30.1076736 ], [ 120.2801551, 30.1077122 ], [ 120.2800268, 30.1078114 ], [ 120.2792678, 30.1083985 ], [ 120.2791431, 30.108495 ], [ 120.2790405, 30.1085791 ], [ 120.2788524, 30.1087245 ], [ 120.278181, 30.1092437 ], [ 120.2779952, 30.1094006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758103, 30.103351 ], [ 120.2758934, 30.103436 ], [ 120.2763453, 30.1038985 ], [ 120.276967, 30.1049959 ], [ 120.2774827, 30.1059062 ], [ 120.2776323, 30.1061703 ], [ 120.2780403, 30.1068904 ], [ 120.2783423, 30.1073117 ], [ 120.2781764, 30.1078771 ], [ 120.2765985, 30.1091742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2765985, 30.1091742 ], [ 120.2781764, 30.1078771 ], [ 120.2783423, 30.1073117 ], [ 120.2780403, 30.1068904 ], [ 120.2776323, 30.1061703 ], [ 120.2774827, 30.1059062 ], [ 120.276967, 30.1049959 ], [ 120.2763453, 30.1038985 ], [ 120.2758934, 30.103436 ], [ 120.2758103, 30.103351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779952, 30.1094006 ], [ 120.2816402, 30.1092887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816402, 30.1092887 ], [ 120.2779952, 30.1094006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2765985, 30.1091742 ], [ 120.276633, 30.1110793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276633, 30.1110793 ], [ 120.2765985, 30.1091742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276633, 30.1110793 ], [ 120.2767433, 30.1107843 ], [ 120.2769686, 30.1103852 ], [ 120.2772905, 30.1099954 ], [ 120.2779952, 30.1094006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779952, 30.1094006 ], [ 120.2772905, 30.1099954 ], [ 120.2769686, 30.1103852 ], [ 120.2767433, 30.1107843 ], [ 120.276633, 30.1110793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26823, 30.0663271 ], [ 120.2680885, 30.0663157 ], [ 120.266701, 30.0662037 ], [ 120.2666271, 30.0661977 ], [ 120.2665819, 30.066211 ], [ 120.2662912, 30.0662966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662912, 30.0662966 ], [ 120.26645, 30.0664923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26645, 30.0664923 ], [ 120.2667251, 30.0665646 ], [ 120.2672271, 30.067329 ], [ 120.2675323, 30.0680534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675323, 30.0680534 ], [ 120.2672271, 30.067329 ], [ 120.2667251, 30.0665646 ], [ 120.26645, 30.0664923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26645, 30.0664923 ], [ 120.2666311, 30.0667155 ], [ 120.2668632, 30.0670638 ], [ 120.2670926, 30.0674755 ], [ 120.2672956, 30.0679487 ], [ 120.2674211, 30.0683391 ], [ 120.267429, 30.0683733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2671062, 30.068458 ], [ 120.2673333, 30.0683843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673333, 30.0683843 ], [ 120.2671062, 30.068458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2671062, 30.068458 ], [ 120.2662444, 30.0687374 ], [ 120.2638286, 30.0695209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2638286, 30.0695209 ], [ 120.2662444, 30.0687374 ], [ 120.2671062, 30.068458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677988, 30.0701557 ], [ 120.2677322, 30.069049 ], [ 120.2676822, 30.0686115 ], [ 120.267575, 30.0685107 ], [ 120.267429, 30.0683733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552251, 30.0665559 ], [ 120.2557057, 30.0666264 ], [ 120.2557299, 30.0663529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557299, 30.0663529 ], [ 120.2557057, 30.0666264 ], [ 120.2552251, 30.0665559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526446, 30.0694387 ], [ 120.2526377, 30.068735 ], [ 120.2526883, 30.0682039 ], [ 120.252968, 30.0664681 ], [ 120.2531374, 30.06627 ], [ 120.2533743, 30.0662675 ], [ 120.2535102, 30.0662717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535102, 30.0662717 ], [ 120.2533743, 30.0662675 ], [ 120.2531374, 30.06627 ], [ 120.252968, 30.0664681 ], [ 120.2526883, 30.0682039 ], [ 120.2526377, 30.068735 ], [ 120.2526446, 30.0694387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526446, 30.0694387 ], [ 120.2538787, 30.0692835 ], [ 120.2541075, 30.0680899 ], [ 120.2549365, 30.0681593 ], [ 120.2551251, 30.067111 ], [ 120.2552251, 30.0665559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552251, 30.0665559 ], [ 120.2551251, 30.067111 ], [ 120.2549365, 30.0681593 ], [ 120.2541075, 30.0680899 ], [ 120.2538787, 30.0692835 ], [ 120.2526446, 30.0694387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526446, 30.0694387 ], [ 120.2526517, 30.0698126 ], [ 120.2528146, 30.0699407 ], [ 120.2530548, 30.0699849 ], [ 120.2537528, 30.0701132 ], [ 120.2540331, 30.0701647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540331, 30.0701647 ], [ 120.2537528, 30.0701132 ], [ 120.2530548, 30.0699849 ], [ 120.2528146, 30.0699407 ], [ 120.2526517, 30.0698126 ], [ 120.2526446, 30.0694387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540331, 30.0701647 ], [ 120.2541116, 30.0708528 ], [ 120.2541903, 30.0709852 ], [ 120.2549182, 30.0710923 ], [ 120.2553291, 30.0711528 ], [ 120.2558007, 30.0712222 ], [ 120.2565143, 30.0713272 ], [ 120.2569155, 30.0713862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540331, 30.0701647 ], [ 120.2564585, 30.0706104 ], [ 120.2566688, 30.0709751 ], [ 120.2569155, 30.0713862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2605775, 30.0676859 ], [ 120.2611408, 30.0690416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600085, 30.0665955 ], [ 120.2598929, 30.0666933 ], [ 120.2590015, 30.0672079 ], [ 120.2578202, 30.067261 ], [ 120.2569088, 30.0669363 ], [ 120.2574024, 30.0702089 ], [ 120.2611408, 30.0690416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611408, 30.0690416 ], [ 120.2574024, 30.0702089 ], [ 120.2569088, 30.0669363 ], [ 120.2578202, 30.067261 ], [ 120.2590015, 30.0672079 ], [ 120.2598929, 30.0666933 ], [ 120.2600085, 30.0665955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611408, 30.0690416 ], [ 120.2616355, 30.0702322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616355, 30.0702322 ], [ 120.2611408, 30.0690416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616355, 30.0702322 ], [ 120.2638286, 30.0695209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2638286, 30.0695209 ], [ 120.2616355, 30.0702322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617746, 30.0705874 ], [ 120.2616355, 30.0702322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616355, 30.0702322 ], [ 120.2617746, 30.0705874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596719, 30.0712279 ], [ 120.2601213, 30.071091 ], [ 120.2605974, 30.070946 ], [ 120.2615452, 30.0706573 ], [ 120.2617746, 30.0705874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475414, 30.0695259 ], [ 120.2475454, 30.0691503 ], [ 120.2475556, 30.0690969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477733, 30.0690084 ], [ 120.2478681, 30.069313 ], [ 120.2480543, 30.069713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2480543, 30.069713 ], [ 120.2478681, 30.069313 ], [ 120.2477733, 30.0690084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475414, 30.0695259 ], [ 120.2471119, 30.0694306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471119, 30.0694306 ], [ 120.2475414, 30.0695259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476789, 30.0695604 ], [ 120.2475414, 30.0695259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475414, 30.0695259 ], [ 120.2476789, 30.0695604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476789, 30.0695604 ], [ 120.2480543, 30.069713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2480543, 30.069713 ], [ 120.2476789, 30.0695604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526446, 30.0694387 ], [ 120.2524805, 30.0694447 ], [ 120.2521782, 30.0694557 ], [ 120.2521352, 30.0694573 ], [ 120.2517466, 30.0692495 ], [ 120.2514795, 30.0691897 ], [ 120.2513373, 30.0692476 ], [ 120.2511924, 30.0693065 ], [ 120.250539, 30.0695724 ], [ 120.2504913, 30.0695918 ], [ 120.2498089, 30.0698695 ], [ 120.249571, 30.0700756 ], [ 120.2493563, 30.0702617 ], [ 120.2491374, 30.0704513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2634301, 30.0759352 ], [ 120.263549, 30.0756139 ], [ 120.2637462, 30.075633 ], [ 120.2648952, 30.0757444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267542, 30.0746641 ], [ 120.2673915, 30.0753614 ], [ 120.2673915, 30.075784 ], [ 120.2671098, 30.0757987 ], [ 120.2670455, 30.0758021 ], [ 120.266869, 30.0758946 ], [ 120.2666388, 30.0767622 ], [ 120.2665289, 30.0774177 ], [ 120.2665053, 30.0775583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665053, 30.0775583 ], [ 120.2665289, 30.0774177 ], [ 120.2666388, 30.0767622 ], [ 120.266869, 30.0758946 ], [ 120.2670455, 30.0758021 ], [ 120.2671098, 30.0757987 ], [ 120.2673915, 30.075784 ], [ 120.2673915, 30.0753614 ], [ 120.267542, 30.0746641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648952, 30.0757444 ], [ 120.2648434, 30.0773546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648434, 30.0773546 ], [ 120.2648952, 30.0757444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2634301, 30.0759352 ], [ 120.2633919, 30.0760386 ], [ 120.2633938, 30.0766346 ], [ 120.2634043, 30.0770727 ], [ 120.2634075, 30.0772059 ], [ 120.263735, 30.0772398 ], [ 120.2648434, 30.0773546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648434, 30.0773546 ], [ 120.263735, 30.0772398 ], [ 120.2634075, 30.0772059 ], [ 120.2634043, 30.0770727 ], [ 120.2633938, 30.0766346 ], [ 120.2633919, 30.0760386 ], [ 120.2634301, 30.0759352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697815, 30.0778683 ], [ 120.2697935, 30.07777 ], [ 120.2699522, 30.076473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699522, 30.076473 ], [ 120.2697935, 30.07777 ], [ 120.2697815, 30.0778683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648434, 30.0773546 ], [ 120.2658526, 30.0774998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617746, 30.0705874 ], [ 120.2615452, 30.0706573 ], [ 120.2605974, 30.070946 ], [ 120.2601213, 30.071091 ], [ 120.2596719, 30.0712279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2623333, 30.0720142 ], [ 120.2617746, 30.0705874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617746, 30.0705874 ], [ 120.2623333, 30.0720142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.259206, 30.0731808 ], [ 120.2589932, 30.0729586 ], [ 120.2583838, 30.0727311 ], [ 120.2574431, 30.0719641 ], [ 120.2569155, 30.0713862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2569155, 30.0713862 ], [ 120.2574431, 30.0719641 ], [ 120.2583838, 30.0727311 ], [ 120.2589932, 30.0729586 ], [ 120.259206, 30.0731808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2634301, 30.0759352 ], [ 120.2616246, 30.0760497 ], [ 120.2615795, 30.0760526 ], [ 120.260406, 30.076127 ], [ 120.2602419, 30.0768194 ], [ 120.26023, 30.0768694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26023, 30.0768694 ], [ 120.2602419, 30.0768194 ], [ 120.260406, 30.076127 ], [ 120.2615795, 30.0760526 ], [ 120.2616246, 30.0760497 ], [ 120.2634301, 30.0759352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26023, 30.0768694 ], [ 120.2608852, 30.0769671 ], [ 120.2616159, 30.077076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616159, 30.077076 ], [ 120.2608852, 30.0769671 ], [ 120.26023, 30.0768694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665611, 30.0827591 ], [ 120.2647894, 30.083477 ], [ 120.2630567, 30.0841547 ], [ 120.2610934, 30.0849531 ], [ 120.2609647, 30.0850046 ], [ 120.2605957, 30.085173 ], [ 120.2603388, 30.0851836 ], [ 120.2601296, 30.0850722 ], [ 120.2600425, 30.0849466 ], [ 120.2598882, 30.0847241 ], [ 120.2597863, 30.0846684 ], [ 120.2591192, 30.0845447 ], [ 120.2584165, 30.0844008 ], [ 120.2580892, 30.0842896 ], [ 120.2580276, 30.0842767 ], [ 120.257852, 30.0842401 ], [ 120.2577397, 30.0842166 ], [ 120.2563638, 30.0842301 ], [ 120.2560914, 30.0842415 ], [ 120.2560087, 30.0841596 ], [ 120.25602, 30.0840155 ], [ 120.2561457, 30.0826466 ], [ 120.2561546, 30.0824171 ], [ 120.2560694, 30.0822794 ], [ 120.2559841, 30.0821704 ], [ 120.2558225, 30.0820783 ], [ 120.2556332, 30.0820436 ], [ 120.255406, 30.0820773 ], [ 120.2549795, 30.0821638 ], [ 120.2542132, 30.0823523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2569155, 30.0713862 ], [ 120.2566688, 30.0709751 ], [ 120.2564585, 30.0706104 ], [ 120.2540331, 30.0701647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2569155, 30.0713862 ], [ 120.2565143, 30.0713272 ], [ 120.2558007, 30.0712222 ], [ 120.2553291, 30.0711528 ], [ 120.2549182, 30.0710923 ], [ 120.2541903, 30.0709852 ], [ 120.2541116, 30.0708528 ], [ 120.2540331, 30.0701647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542132, 30.0823523 ], [ 120.253599, 30.0809637 ], [ 120.2534014, 30.0805169 ], [ 120.253061, 30.0797944 ], [ 120.2526898, 30.0790066 ], [ 120.2526627, 30.0789455 ], [ 120.2525123, 30.078607 ], [ 120.2523609, 30.0782661 ], [ 120.2520599, 30.0775885 ], [ 120.2517096, 30.0768228 ], [ 120.2516262, 30.0765796 ], [ 120.2515573, 30.0763185 ], [ 120.2515497, 30.0761971 ], [ 120.2515412, 30.0760629 ], [ 120.2515368, 30.0756556 ], [ 120.2515368, 30.0754432 ], [ 120.2515213, 30.0751823 ], [ 120.2514913, 30.0749878 ], [ 120.2513601, 30.0746698 ], [ 120.2513304, 30.0746101 ], [ 120.2509866, 30.0739181 ], [ 120.2508916, 30.0737266 ], [ 120.2505137, 30.0729647 ], [ 120.2504918, 30.0729205 ], [ 120.2500883, 30.0720913 ], [ 120.2495935, 30.071114 ], [ 120.2493289, 30.0706624 ], [ 120.2491374, 30.0704513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491374, 30.0704513 ], [ 120.2493289, 30.0706624 ], [ 120.2495935, 30.071114 ], [ 120.2500883, 30.0720913 ], [ 120.2504918, 30.0729205 ], [ 120.2505137, 30.0729647 ], [ 120.2508916, 30.0737266 ], [ 120.2509866, 30.0739181 ], [ 120.2513304, 30.0746101 ], [ 120.2513601, 30.0746698 ], [ 120.2514913, 30.0749878 ], [ 120.2515213, 30.0751823 ], [ 120.2515368, 30.0754432 ], [ 120.2515368, 30.0756556 ], [ 120.2515412, 30.0760629 ], [ 120.2515497, 30.0761971 ], [ 120.2515573, 30.0763185 ], [ 120.2516262, 30.0765796 ], [ 120.2517096, 30.0768228 ], [ 120.2520599, 30.0775885 ], [ 120.2523609, 30.0782661 ], [ 120.2525123, 30.078607 ], [ 120.2526627, 30.0789455 ], [ 120.2526898, 30.0790066 ], [ 120.253061, 30.0797944 ], [ 120.2534014, 30.0805169 ], [ 120.253599, 30.0809637 ], [ 120.2542132, 30.0823523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2528213, 30.0768018 ], [ 120.2528283, 30.0767996 ], [ 120.253112, 30.0767098 ], [ 120.2535799, 30.0765616 ], [ 120.2538089, 30.0764239 ], [ 120.2540553, 30.0762758 ], [ 120.2541348, 30.0762151 ], [ 120.2543869, 30.0760224 ], [ 120.2545586, 30.0760546 ], [ 120.2549056, 30.0768234 ], [ 120.2549255, 30.076637 ], [ 120.255144, 30.0765002 ], [ 120.26023, 30.0768694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26023, 30.0768694 ], [ 120.255144, 30.0765002 ], [ 120.2549255, 30.076637 ], [ 120.2549056, 30.0768234 ], [ 120.2545586, 30.0760546 ], [ 120.2543869, 30.0760224 ], [ 120.2541348, 30.0762151 ], [ 120.2540553, 30.0762758 ], [ 120.2538089, 30.0764239 ], [ 120.2535799, 30.0765616 ], [ 120.253112, 30.0767098 ], [ 120.2528283, 30.0767996 ], [ 120.2528213, 30.0768018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2572306, 30.1015541 ], [ 120.2572591, 30.1012883 ], [ 120.2573387, 30.1007161 ], [ 120.2573924, 30.1002613 ], [ 120.2573881, 30.0999433 ], [ 120.2573666, 30.0994885 ], [ 120.2571696, 30.0980741 ], [ 120.2570812, 30.0973427 ], [ 120.2569842, 30.0968208 ], [ 120.2568698, 30.0964902 ], [ 120.25668, 30.0960541 ], [ 120.2563946, 30.095453 ], [ 120.2559435, 30.0945874 ], [ 120.2557863, 30.094225 ], [ 120.255679, 30.0939377 ], [ 120.2556177, 30.0936575 ], [ 120.2555929, 30.0933393 ], [ 120.2555642, 30.0927402 ], [ 120.2555642, 30.0917835 ], [ 120.2555642, 30.0912178 ], [ 120.2555624, 30.0909541 ], [ 120.2555602, 30.0906266 ], [ 120.2555637, 30.0899119 ], [ 120.2555556, 30.0892464 ], [ 120.2555356, 30.0888005 ], [ 120.2555255, 30.0885745 ], [ 120.2555192, 30.0884365 ], [ 120.2554676, 30.0873096 ], [ 120.2554354, 30.0860471 ], [ 120.2553925, 30.0853787 ], [ 120.2553249, 30.0848904 ], [ 120.2552174, 30.0845569 ], [ 120.2550725, 30.0841902 ], [ 120.2550499, 30.0841395 ], [ 120.2549738, 30.0839691 ], [ 120.2546693, 30.0832872 ], [ 120.2546288, 30.0831965 ], [ 120.2542132, 30.0823523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542132, 30.0823523 ], [ 120.2546288, 30.0831965 ], [ 120.2546693, 30.0832872 ], [ 120.2549738, 30.0839691 ], [ 120.2550499, 30.0841395 ], [ 120.2550725, 30.0841902 ], [ 120.2552174, 30.0845569 ], [ 120.2553249, 30.0848904 ], [ 120.2553925, 30.0853787 ], [ 120.2554354, 30.0860471 ], [ 120.2554676, 30.0873096 ], [ 120.2555192, 30.0884365 ], [ 120.2555255, 30.0885745 ], [ 120.2555356, 30.0888005 ], [ 120.2555556, 30.0892464 ], [ 120.2555637, 30.0899119 ], [ 120.2555602, 30.0906266 ], [ 120.2555624, 30.0909541 ], [ 120.2555642, 30.0912178 ], [ 120.2555642, 30.0917835 ], [ 120.2555642, 30.0927402 ], [ 120.2555929, 30.0933393 ], [ 120.2556177, 30.0936575 ], [ 120.255679, 30.0939377 ], [ 120.2557863, 30.094225 ], [ 120.2559435, 30.0945874 ], [ 120.2563946, 30.095453 ], [ 120.25668, 30.0960541 ], [ 120.2568698, 30.0964902 ], [ 120.2569842, 30.0968208 ], [ 120.2570812, 30.0973427 ], [ 120.2571696, 30.0980741 ], [ 120.2573666, 30.0994885 ], [ 120.2573881, 30.0999433 ], [ 120.2573924, 30.1002613 ], [ 120.2573387, 30.1007161 ], [ 120.2572591, 30.1012883 ], [ 120.2572306, 30.1015541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503824, 30.1135315 ], [ 120.2504113, 30.1131478 ], [ 120.2504146, 30.1131045 ], [ 120.2504682, 30.1119908 ], [ 120.2504911, 30.1116935 ], [ 120.2505004, 30.1115732 ], [ 120.2505004, 30.1112588 ], [ 120.2505004, 30.1111648 ], [ 120.250479, 30.1108864 ], [ 120.2504468, 30.1105894 ], [ 120.2503609, 30.1101996 ], [ 120.2502215, 30.1097912 ], [ 120.2501142, 30.1094293 ], [ 120.2500605, 30.1091137 ], [ 120.2501616, 30.1089121 ], [ 120.2502531, 30.1087555 ], [ 120.2502598, 30.1087488 ], [ 120.2504128, 30.1085971 ], [ 120.2505554, 30.1085087 ], [ 120.2507321, 30.1084424 ], [ 120.2517604, 30.108168 ], [ 120.2520585, 30.1080778 ], [ 120.252331, 30.1079691 ], [ 120.2524885, 30.1078918 ], [ 120.2526059, 30.1078167 ], [ 120.2526759, 30.107772 ], [ 120.2528547, 30.1076468 ], [ 120.2531528, 30.1073227 ], [ 120.253866, 30.1064718 ], [ 120.2546102, 30.105639 ], [ 120.2548529, 30.1053295 ], [ 120.2550019, 30.1050791 ], [ 120.2551211, 30.1047678 ], [ 120.2553085, 30.1041987 ], [ 120.2555767, 30.1034086 ], [ 120.2556446, 30.1032025 ], [ 120.2557199, 30.1030736 ], [ 120.25589, 30.10289 ], [ 120.2563507, 30.1024251 ], [ 120.2567619, 30.1020539 ], [ 120.2570464, 30.1017942 ], [ 120.2572306, 30.1015541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2572306, 30.1015541 ], [ 120.2570464, 30.1017942 ], [ 120.2567619, 30.1020539 ], [ 120.2563507, 30.1024251 ], [ 120.25589, 30.10289 ], [ 120.2557199, 30.1030736 ], [ 120.2556446, 30.1032025 ], [ 120.2555767, 30.1034086 ], [ 120.2553085, 30.1041987 ], [ 120.2551211, 30.1047678 ], [ 120.2550019, 30.1050791 ], [ 120.2548529, 30.1053295 ], [ 120.2546102, 30.105639 ], [ 120.253866, 30.1064718 ], [ 120.2531528, 30.1073227 ], [ 120.2528547, 30.1076468 ], [ 120.2526759, 30.107772 ], [ 120.2526059, 30.1078167 ], [ 120.2524885, 30.1078918 ], [ 120.252331, 30.1079691 ], [ 120.2520585, 30.1080778 ], [ 120.2517604, 30.108168 ], [ 120.2507321, 30.1084424 ], [ 120.2505554, 30.1085087 ], [ 120.2504128, 30.1085971 ], [ 120.2502598, 30.1087488 ], [ 120.2502531, 30.1087555 ], [ 120.2501616, 30.1089121 ], [ 120.2500605, 30.1091137 ], [ 120.2501142, 30.1094293 ], [ 120.2502215, 30.1097912 ], [ 120.2503609, 30.1101996 ], [ 120.2504468, 30.1105894 ], [ 120.250479, 30.1108864 ], [ 120.2505004, 30.1111648 ], [ 120.2505004, 30.1112588 ], [ 120.2505004, 30.1115732 ], [ 120.2504911, 30.1116935 ], [ 120.2504682, 30.1119908 ], [ 120.2504146, 30.1131045 ], [ 120.2504113, 30.1131478 ], [ 120.2503824, 30.1135315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491374, 30.0704513 ], [ 120.2493563, 30.0702617 ], [ 120.249571, 30.0700756 ], [ 120.2498089, 30.0698695 ], [ 120.2504913, 30.0695918 ], [ 120.250539, 30.0695724 ], [ 120.2511924, 30.0693065 ], [ 120.2513373, 30.0692476 ], [ 120.2514795, 30.0691897 ], [ 120.2517466, 30.0692495 ], [ 120.2521352, 30.0694573 ], [ 120.2521782, 30.0694557 ], [ 120.2524805, 30.0694447 ], [ 120.2526446, 30.0694387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2480543, 30.069713 ], [ 120.2483392, 30.0698517 ], [ 120.2486628, 30.0700518 ], [ 120.2487074, 30.0700863 ], [ 120.2490391, 30.070343 ], [ 120.2491374, 30.0704513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491374, 30.0704513 ], [ 120.2490391, 30.070343 ], [ 120.2487074, 30.0700863 ], [ 120.2486628, 30.0700518 ], [ 120.2483392, 30.0698517 ], [ 120.2480543, 30.069713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2460059, 30.1122838 ], [ 120.2460964, 30.1124514 ], [ 120.246479, 30.1134173 ], [ 120.2465575, 30.1135814 ], [ 120.2466543, 30.1137839 ], [ 120.2467453, 30.1140974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465951, 30.114101 ], [ 120.2465738, 30.1139103 ], [ 120.2465181, 30.1136698 ], [ 120.2464772, 30.1135454 ], [ 120.2464411, 30.1134354 ], [ 120.2460462, 30.1124698 ], [ 120.2460059, 30.1122838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467453, 30.1140974 ], [ 120.2465951, 30.114101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465951, 30.114101 ], [ 120.2467453, 30.1140974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552101, 30.1147193 ], [ 120.2543089, 30.1145806 ], [ 120.2542344, 30.1145716 ], [ 120.253524, 30.1144864 ], [ 120.2521417, 30.1143207 ], [ 120.2514765, 30.1142464 ], [ 120.2503178, 30.1141536 ], [ 120.2485153, 30.1140794 ], [ 120.247375, 30.114091 ], [ 120.2467453, 30.1140974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "亚太路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467453, 30.1140974 ], [ 120.247375, 30.114091 ], [ 120.2485153, 30.1140794 ], [ 120.2503178, 30.1141536 ], [ 120.2514765, 30.1142464 ], [ 120.2521417, 30.1143207 ], [ 120.253524, 30.1144864 ], [ 120.2542344, 30.1145716 ], [ 120.2543089, 30.1145806 ], [ 120.2552101, 30.1147193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467453, 30.1140974 ], [ 120.2467372, 30.1145142 ], [ 120.246704, 30.1158518 ], [ 120.2466184, 30.1191445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542132, 30.0823523 ], [ 120.2549795, 30.0821638 ], [ 120.255406, 30.0820773 ], [ 120.2556332, 30.0820436 ], [ 120.2558225, 30.0820783 ], [ 120.2559841, 30.0821704 ], [ 120.2560694, 30.0822794 ], [ 120.2561546, 30.0824171 ], [ 120.2561457, 30.0826466 ], [ 120.25602, 30.0840155 ], [ 120.2560087, 30.0841596 ], [ 120.2560914, 30.0842415 ], [ 120.2563638, 30.0842301 ], [ 120.2577397, 30.0842166 ], [ 120.257852, 30.0842401 ], [ 120.2580276, 30.0842767 ], [ 120.2580892, 30.0842896 ], [ 120.2584165, 30.0844008 ], [ 120.2591192, 30.0845447 ], [ 120.2597863, 30.0846684 ], [ 120.2598882, 30.0847241 ], [ 120.2600425, 30.0849466 ], [ 120.2601296, 30.0850722 ], [ 120.2603388, 30.0851836 ], [ 120.2605957, 30.085173 ], [ 120.2609647, 30.0850046 ], [ 120.2610934, 30.0849531 ], [ 120.2630567, 30.0841547 ], [ 120.2647894, 30.083477 ], [ 120.2665611, 30.0827591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "通惠南路", "城南公铁立交桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642541, 30.1222914 ], [ 120.2628426, 30.1220531 ], [ 120.2619521, 30.1219325 ], [ 120.2610897, 30.1217831 ], [ 120.2603719, 30.1216 ], [ 120.2599919, 30.1214807 ], [ 120.2596563, 30.121344 ], [ 120.2593144, 30.1211721 ], [ 120.2592128, 30.1211013 ], [ 120.2590081, 30.1209586 ], [ 120.2587016, 30.1206715 ], [ 120.2584227, 30.1204036 ], [ 120.2580865, 30.1200017 ], [ 120.2578024, 30.1196228 ], [ 120.257463, 30.1191484 ], [ 120.256669, 30.1180492 ], [ 120.2559042, 30.1169222 ], [ 120.2555649, 30.116312 ], [ 120.2554772, 30.1161295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "通惠南路", "城南公铁立交桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554772, 30.1161295 ], [ 120.2555649, 30.116312 ], [ 120.2559042, 30.1169222 ], [ 120.256669, 30.1180492 ], [ 120.257463, 30.1191484 ], [ 120.2578024, 30.1196228 ], [ 120.2580865, 30.1200017 ], [ 120.2584227, 30.1204036 ], [ 120.2587016, 30.1206715 ], [ 120.2590081, 30.1209586 ], [ 120.2592128, 30.1211013 ], [ 120.2593144, 30.1211721 ], [ 120.2596563, 30.121344 ], [ 120.2599919, 30.1214807 ], [ 120.2603719, 30.1216 ], [ 120.2610897, 30.1217831 ], [ 120.2619521, 30.1219325 ], [ 120.2628426, 30.1220531 ], [ 120.2642541, 30.1222914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607058, 30.1218416 ], [ 120.260556, 30.1218736 ], [ 120.2604491, 30.1219083 ], [ 120.2603734, 30.1219943 ], [ 120.2603645, 30.1220662 ], [ 120.2603438, 30.122441 ], [ 120.2603095, 30.1227366 ], [ 120.2602582, 30.123079 ], [ 120.2601967, 30.1236158 ], [ 120.2601623, 30.1241871 ], [ 120.2601549, 30.124329 ], [ 120.2602117, 30.1246731 ], [ 120.2602369, 30.1249054 ], [ 120.2602532, 30.1251249 ], [ 120.2602547, 30.1253585 ], [ 120.2602384, 30.1256178 ], [ 120.2602143, 30.1257978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600711, 30.1257805 ], [ 120.2600852, 30.1255261 ], [ 120.2600873, 30.1252095 ], [ 120.2600772, 30.125046 ], [ 120.2600571, 30.1247345 ], [ 120.2600309, 30.1244214 ], [ 120.2600128, 30.1242683 ], [ 120.2600058, 30.1240523 ], [ 120.2600363, 30.1236033 ], [ 120.26011, 30.1231206 ], [ 120.2601657, 30.122826 ], [ 120.2601898, 30.1225581 ], [ 120.2602381, 30.1220344 ], [ 120.260241, 30.1219882 ], [ 120.2602425, 30.1219501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600711, 30.1257805 ], [ 120.2602143, 30.1257978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600658, 30.1258741 ], [ 120.2600711, 30.1257805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2602143, 30.1257978 ], [ 120.2602018, 30.1258908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2602018, 30.1258908 ], [ 120.2600658, 30.1258741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2602143, 30.1257978 ], [ 120.2639597, 30.1262497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2572306, 30.1015541 ], [ 120.2572621, 30.1020104 ], [ 120.2573387, 30.1025446 ], [ 120.2575266, 30.1039966 ], [ 120.2576026, 30.1045843 ], [ 120.2577249, 30.1056818 ], [ 120.257741, 30.1060577 ], [ 120.2577425, 30.1064683 ], [ 120.2577142, 30.1069534 ], [ 120.2576563, 30.1075079 ], [ 120.2575318, 30.1081507 ], [ 120.2574507, 30.1084491 ], [ 120.2574031, 30.108624 ], [ 120.2572529, 30.109051 ], [ 120.2568018, 30.1101763 ], [ 120.2565619, 30.1107749 ], [ 120.2564375, 30.1111392 ], [ 120.2561542, 30.1118515 ], [ 120.2558177, 30.1127407 ], [ 120.2555642, 30.1134107 ], [ 120.2553752, 30.1139918 ], [ 120.2552745, 30.1143017 ], [ 120.2552101, 30.1147193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552101, 30.1147193 ], [ 120.2552745, 30.1143017 ], [ 120.2553752, 30.1139918 ], [ 120.2555642, 30.1134107 ], [ 120.2558177, 30.1127407 ], [ 120.2561542, 30.1118515 ], [ 120.2564375, 30.1111392 ], [ 120.2565619, 30.1107749 ], [ 120.2568018, 30.1101763 ], [ 120.2572529, 30.109051 ], [ 120.2574031, 30.108624 ], [ 120.2574507, 30.1084491 ], [ 120.2575318, 30.1081507 ], [ 120.2576563, 30.1075079 ], [ 120.2577142, 30.1069534 ], [ 120.2577425, 30.1064683 ], [ 120.257741, 30.1060577 ], [ 120.2577249, 30.1056818 ], [ 120.2576026, 30.1045843 ], [ 120.2575266, 30.1039966 ], [ 120.2573387, 30.1025446 ], [ 120.2572621, 30.1020104 ], [ 120.2572306, 30.1015541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554772, 30.1161295 ], [ 120.2554145, 30.1159989 ], [ 120.2552568, 30.1155406 ], [ 120.255243, 30.1154407 ], [ 120.2551978, 30.1151133 ], [ 120.2552101, 30.1147193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552101, 30.1147193 ], [ 120.2551978, 30.1151133 ], [ 120.255243, 30.1154407 ], [ 120.2552568, 30.1155406 ], [ 120.2554145, 30.1159989 ], [ 120.2554772, 30.1161295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551755, 30.1213236 ], [ 120.2552269, 30.1201078 ], [ 120.2552676, 30.1187991 ], [ 120.2553255, 30.1169385 ], [ 120.2553436, 30.1163551 ], [ 120.2553997, 30.1162218 ], [ 120.2554772, 30.1161295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554772, 30.1161295 ], [ 120.2553997, 30.1162218 ], [ 120.2553436, 30.1163551 ], [ 120.2553255, 30.1169385 ], [ 120.2552676, 30.1187991 ], [ 120.2552269, 30.1201078 ], [ 120.2551755, 30.1213236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2555452, 30.1290501 ], [ 120.2573942, 30.1291438 ], [ 120.2576215, 30.1291691 ], [ 120.2577229, 30.1291939 ], [ 120.2578599, 30.1292814 ], [ 120.2579438, 30.1293624 ], [ 120.2580031, 30.1294595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2580031, 30.1294595 ], [ 120.2579438, 30.1293624 ], [ 120.2578599, 30.1292814 ], [ 120.2577229, 30.1291939 ], [ 120.2576215, 30.1291691 ], [ 120.2573942, 30.1291438 ], [ 120.2555452, 30.1290501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463618, 30.1292786 ], [ 120.2512232, 30.1291819 ], [ 120.2531379, 30.1292475 ], [ 120.2573695, 30.1294577 ], [ 120.2577122, 30.1294703 ], [ 120.2580031, 30.1294595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579679, 30.1295724 ], [ 120.2577048, 30.1295384 ], [ 120.257364, 30.1295193 ], [ 120.2531392, 30.1293259 ], [ 120.2523734, 30.1293128 ], [ 120.2463599, 30.1293766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271903, 30.1037637 ], [ 120.2711624, 30.1061314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711624, 30.1061314 ], [ 120.271903, 30.1037637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2739547, 30.1061414 ], [ 120.2711624, 30.1061314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711624, 30.1061314 ], [ 120.2739547, 30.1061414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2739547, 30.1061414 ], [ 120.2738708, 30.1062583 ], [ 120.2728382, 30.1077331 ], [ 120.272809, 30.1078056 ], [ 120.2722342, 30.1092332 ], [ 120.2716274, 30.1092438 ], [ 120.2708317, 30.1092577 ], [ 120.2685028, 30.1092983 ], [ 120.2681543, 30.1093044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2681543, 30.1093044 ], [ 120.2685028, 30.1092983 ], [ 120.2708317, 30.1092577 ], [ 120.2716274, 30.1092438 ], [ 120.2722342, 30.1092332 ], [ 120.272809, 30.1078056 ], [ 120.2728382, 30.1077331 ], [ 120.2738708, 30.1062583 ], [ 120.2739547, 30.1061414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2765985, 30.1091742 ], [ 120.2759899, 30.1098166 ], [ 120.2757183, 30.1101033 ], [ 120.2755151, 30.1103177 ], [ 120.2750496, 30.1108091 ], [ 120.2750539, 30.1113933 ], [ 120.2750605, 30.112293 ], [ 120.2750612, 30.1123954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750612, 30.1123954 ], [ 120.2750605, 30.112293 ], [ 120.2750539, 30.1113933 ], [ 120.2750496, 30.1108091 ], [ 120.2755151, 30.1103177 ], [ 120.2757183, 30.1101033 ], [ 120.2759899, 30.1098166 ], [ 120.2765985, 30.1091742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766308, 30.1123464 ], [ 120.2750612, 30.1123954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750612, 30.1123954 ], [ 120.2766308, 30.1123464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766308, 30.1123464 ], [ 120.2766258, 30.1121857 ], [ 120.2766038, 30.1116475 ], [ 120.2766253, 30.1112205 ], [ 120.276633, 30.1110793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276633, 30.1110793 ], [ 120.2766253, 30.1112205 ], [ 120.2766038, 30.1116475 ], [ 120.2766258, 30.1121857 ], [ 120.2766308, 30.1123464 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766308, 30.1123464 ], [ 120.2793261, 30.1122713 ], [ 120.2795514, 30.1122689 ], [ 120.2803982, 30.1122281 ], [ 120.2828517, 30.1121573 ], [ 120.2834787, 30.1121573 ], [ 120.2834856, 30.1122626 ], [ 120.2835132, 30.1126848 ], [ 120.2835478, 30.113214 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2835478, 30.113214 ], [ 120.2835132, 30.1126848 ], [ 120.2834856, 30.1122626 ], [ 120.2834787, 30.1121573 ], [ 120.2828517, 30.1121573 ], [ 120.2803982, 30.1122281 ], [ 120.2795514, 30.1122689 ], [ 120.2793261, 30.1122713 ], [ 120.2766308, 30.1123464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766308, 30.1123464 ], [ 120.2766688, 30.1133473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766688, 30.1133473 ], [ 120.2766308, 30.1123464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2835478, 30.113214 ], [ 120.2818463, 30.1132469 ], [ 120.2766688, 30.1133473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766688, 30.1133473 ], [ 120.2818463, 30.1132469 ], [ 120.2835478, 30.113214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766688, 30.1133473 ], [ 120.2766776, 30.1135782 ], [ 120.2766839, 30.1137449 ], [ 120.2767039, 30.1142727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767039, 30.1142727 ], [ 120.2766839, 30.1137449 ], [ 120.2766776, 30.1135782 ], [ 120.2766688, 30.1133473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2685582, 30.1044666 ], [ 120.2683479, 30.1042831 ], [ 120.2673168, 30.1041038 ], [ 120.2672246, 30.1040878 ], [ 120.2664662, 30.1039559 ], [ 120.2661259, 30.1036744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.268224, 30.1061209 ], [ 120.2711624, 30.1061314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711624, 30.1061314 ], [ 120.268224, 30.1061209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.268224, 30.1061209 ], [ 120.2681237, 30.1068422 ], [ 120.2680684, 30.1074992 ], [ 120.2680578, 30.1081674 ], [ 120.2681543, 30.1093044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2681543, 30.1093044 ], [ 120.2683742, 30.1105629 ], [ 120.2687283, 30.1116664 ], [ 120.269056, 30.1124602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693657, 30.1231029 ], [ 120.2689385, 30.1230378 ], [ 120.2680783, 30.1229068 ], [ 120.266014, 30.1225797 ], [ 120.2649455, 30.122415 ], [ 120.2642541, 30.1222914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642541, 30.1222914 ], [ 120.2649455, 30.122415 ], [ 120.266014, 30.1225797 ], [ 120.2680783, 30.1229068 ], [ 120.2689385, 30.1230378 ], [ 120.2693657, 30.1231029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2694872, 30.1231214 ], [ 120.2693657, 30.1231029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693657, 30.1231029 ], [ 120.2694872, 30.1231214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639597, 30.1262497 ], [ 120.2640875, 30.1237696 ], [ 120.26416, 30.1223613 ], [ 120.2642541, 30.1222914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750612, 30.1123954 ], [ 120.2747552, 30.1124049 ], [ 120.2741145, 30.1124167 ], [ 120.2736647, 30.1124639 ], [ 120.2731468, 30.1125346 ], [ 120.272697, 30.1125936 ], [ 120.2721457, 30.112577 ], [ 120.2717322, 30.1124603 ], [ 120.2709795, 30.1123696 ], [ 120.2703218, 30.1124407 ], [ 120.2702162, 30.1124521 ], [ 120.2693339, 30.1124583 ], [ 120.269056, 30.1124602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269056, 30.1124602 ], [ 120.2693339, 30.1124583 ], [ 120.2702162, 30.1124521 ], [ 120.2703218, 30.1124407 ], [ 120.2709795, 30.1123696 ], [ 120.2717322, 30.1124603 ], [ 120.2721457, 30.112577 ], [ 120.272697, 30.1125936 ], [ 120.2731468, 30.1125346 ], [ 120.2736647, 30.1124639 ], [ 120.2741145, 30.1124167 ], [ 120.2747552, 30.1124049 ], [ 120.2750612, 30.1123954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770991, 30.1207764 ], [ 120.2741568, 30.1183716 ], [ 120.2727352, 30.1172069 ], [ 120.2718608, 30.1164737 ], [ 120.2711098, 30.1157452 ], [ 120.2705305, 30.1150677 ], [ 120.269876, 30.1142093 ], [ 120.2693127, 30.1132951 ], [ 120.2688299, 30.1123485 ], [ 120.268433, 30.1112997 ], [ 120.2682774, 30.1107382 ], [ 120.2681004, 30.1099215 ], [ 120.2679877, 30.1091604 ], [ 120.2679448, 30.1081766 ], [ 120.2679609, 30.1073506 ], [ 120.2680199, 30.1066916 ], [ 120.2681111, 30.1061208 ], [ 120.2682506, 30.1054525 ], [ 120.2684652, 30.1047471 ], [ 120.2685582, 30.1044666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750612, 30.1123954 ], [ 120.2751062, 30.1141742 ], [ 120.2751074, 30.1142223 ], [ 120.275108, 30.1142473 ], [ 120.2767039, 30.1142727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767039, 30.1142727 ], [ 120.275108, 30.1142473 ], [ 120.2751074, 30.1142223 ], [ 120.2751062, 30.1141742 ], [ 120.2750612, 30.1123954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269056, 30.1124602 ], [ 120.2697475, 30.1137871 ], [ 120.2702035, 30.1144878 ], [ 120.2706488, 30.1150446 ], [ 120.2712335, 30.1156988 ], [ 120.2718826, 30.1163346 ], [ 120.2730734, 30.117316 ], [ 120.2734704, 30.1176432 ], [ 120.2754004, 30.119217 ], [ 120.2766099, 30.1202033 ], [ 120.2770954, 30.1205991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2694872, 30.1231214 ], [ 120.270002, 30.1231998 ], [ 120.2712926, 30.1233964 ], [ 120.271769, 30.1234729 ], [ 120.2721123, 30.1235472 ], [ 120.2726659, 30.123684 ], [ 120.2730951, 30.1238232 ], [ 120.2734963, 30.1240297 ], [ 120.2741615, 30.1244566 ], [ 120.2742485, 30.1245239 ], [ 120.2745376, 30.1247474 ], [ 120.2747848, 30.1249465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747848, 30.1249465 ], [ 120.2745376, 30.1247474 ], [ 120.2742485, 30.1245239 ], [ 120.2741615, 30.1244566 ], [ 120.2734963, 30.1240297 ], [ 120.2730951, 30.1238232 ], [ 120.2726659, 30.123684 ], [ 120.2721123, 30.1235472 ], [ 120.271769, 30.1234729 ], [ 120.2712926, 30.1233964 ], [ 120.270002, 30.1231998 ], [ 120.2694872, 30.1231214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747848, 30.1249465 ], [ 120.2746135, 30.1254655 ], [ 120.2743618, 30.1263414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743618, 30.1263414 ], [ 120.2746135, 30.1254655 ], [ 120.2747848, 30.1249465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770954, 30.1205991 ], [ 120.2770658, 30.1201468 ], [ 120.277058, 30.120028 ], [ 120.2769855, 30.1189226 ], [ 120.2769744, 30.1187527 ], [ 120.2769453, 30.1183096 ], [ 120.2768481, 30.1168252 ], [ 120.2768145, 30.1163132 ], [ 120.2767856, 30.1158715 ], [ 120.2767512, 30.1154824 ], [ 120.2767338, 30.1151819 ], [ 120.2767304, 30.1149723 ], [ 120.2767039, 30.1142727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767039, 30.1142727 ], [ 120.2767304, 30.1149723 ], [ 120.2767338, 30.1151819 ], [ 120.2767512, 30.1154824 ], [ 120.2767856, 30.1158715 ], [ 120.2768145, 30.1163132 ], [ 120.2768481, 30.1168252 ], [ 120.2769453, 30.1183096 ], [ 120.2769744, 30.1187527 ], [ 120.2769855, 30.1189226 ], [ 120.277058, 30.120028 ], [ 120.2770658, 30.1201468 ], [ 120.2770954, 30.1205991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770991, 30.1207764 ], [ 120.2770968, 30.1207428 ], [ 120.2770954, 30.1205991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770954, 30.1205991 ], [ 120.2770968, 30.1207428 ], [ 120.2770991, 30.1207764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769018, 30.1266017 ], [ 120.2770119, 30.1261724 ], [ 120.2770266, 30.1261149 ], [ 120.2771837, 30.1255024 ], [ 120.2773757, 30.1247517 ], [ 120.2773605, 30.1245335 ], [ 120.2772235, 30.1225637 ], [ 120.2771397, 30.1213591 ], [ 120.2770991, 30.1207764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770991, 30.1207764 ], [ 120.2771397, 30.1213591 ], [ 120.2772235, 30.1225637 ], [ 120.2773605, 30.1245335 ], [ 120.2773757, 30.1247517 ], [ 120.2771837, 30.1255024 ], [ 120.2770266, 30.1261149 ], [ 120.2770119, 30.1261724 ], [ 120.2769018, 30.1266017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769018, 30.1266017 ], [ 120.2767835, 30.1270286 ], [ 120.2767497, 30.1271483 ], [ 120.2766996, 30.1273262 ], [ 120.2766733, 30.1275292 ], [ 120.2766585, 30.1276429 ], [ 120.2766177, 30.1281081 ], [ 120.2766052, 30.1284979 ], [ 120.2766328, 30.1290418 ], [ 120.2766594, 30.1296523 ], [ 120.2766691, 30.129741 ], [ 120.2766821, 30.1304283 ], [ 120.2767261, 30.1312137 ], [ 120.2767406, 30.1314722 ], [ 120.2767547, 30.1319887 ], [ 120.2767657, 30.1323912 ], [ 120.2767965, 30.1333003 ], [ 120.2767869, 30.1339758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767869, 30.1339758 ], [ 120.2767965, 30.1333003 ], [ 120.2767657, 30.1323912 ], [ 120.2767547, 30.1319887 ], [ 120.2767406, 30.1314722 ], [ 120.2767261, 30.1312137 ], [ 120.2766821, 30.1304283 ], [ 120.2766691, 30.129741 ], [ 120.2766594, 30.1296523 ], [ 120.2766328, 30.1290418 ], [ 120.2766052, 30.1284979 ], [ 120.2766177, 30.1281081 ], [ 120.2766585, 30.1276429 ], [ 120.2766733, 30.1275292 ], [ 120.2766996, 30.1273262 ], [ 120.2767497, 30.1271483 ], [ 120.2767835, 30.1270286 ], [ 120.2769018, 30.1266017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769018, 30.1266017 ], [ 120.2771685, 30.1267995 ], [ 120.2775221, 30.1270617 ], [ 120.2777555, 30.1272348 ], [ 120.2779746, 30.1273973 ], [ 120.2783726, 30.1276925 ], [ 120.278614, 30.1278715 ], [ 120.2800411, 30.1289922 ], [ 120.2803628, 30.1292448 ], [ 120.2812747, 30.1299872 ], [ 120.2817103, 30.1304581 ], [ 120.2819571, 30.1308849 ], [ 120.2819946, 30.130952 ], [ 120.2821415, 30.1312151 ], [ 120.2824184, 30.1317108 ], [ 120.2828841, 30.1326967 ], [ 120.2831094, 30.1331792 ], [ 120.2832274, 30.1335503 ], [ 120.2833132, 30.1338844 ], [ 120.2833733, 30.1341883 ], [ 120.2833787, 30.1345213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833787, 30.1345213 ], [ 120.2833733, 30.1341883 ], [ 120.2833132, 30.1338844 ], [ 120.2832274, 30.1335503 ], [ 120.2831094, 30.1331792 ], [ 120.2828841, 30.1326967 ], [ 120.2824184, 30.1317108 ], [ 120.2821415, 30.1312151 ], [ 120.2819946, 30.130952 ], [ 120.2819571, 30.1308849 ], [ 120.2817103, 30.1304581 ], [ 120.2812747, 30.1299872 ], [ 120.2803628, 30.1292448 ], [ 120.2800411, 30.1289922 ], [ 120.278614, 30.1278715 ], [ 120.2783726, 30.1276925 ], [ 120.2779746, 30.1273973 ], [ 120.2777555, 30.1272348 ], [ 120.2775221, 30.1270617 ], [ 120.2771685, 30.1267995 ], [ 120.2769018, 30.1266017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747848, 30.1249465 ], [ 120.2755777, 30.1255516 ], [ 120.2762851, 30.1261188 ], [ 120.2765178, 30.1263053 ], [ 120.2767322, 30.1264772 ], [ 120.2769018, 30.1266017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769018, 30.1266017 ], [ 120.2767322, 30.1264772 ], [ 120.2765178, 30.1263053 ], [ 120.2762851, 30.1261188 ], [ 120.2755777, 30.1255516 ], [ 120.2747848, 30.1249465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693252, 30.1260875 ], [ 120.2697521, 30.1261618 ], [ 120.2701069, 30.1261925 ], [ 120.2704662, 30.1262079 ], [ 120.2743618, 30.1263414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743291, 30.1264349 ], [ 120.271775, 30.1263256 ], [ 120.2698151, 30.1262751 ], [ 120.2695371, 30.1262402 ], [ 120.2693209, 30.1261972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743618, 30.1263414 ], [ 120.2744412, 30.1263442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743618, 30.1263414 ], [ 120.2743291, 30.1264349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743291, 30.1264349 ], [ 120.2743618, 30.1263414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744135, 30.1264418 ], [ 120.2743291, 30.1264349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742058, 30.1283978 ], [ 120.2741736, 30.1276833 ], [ 120.2742433, 30.1270152 ], [ 120.2743291, 30.1264349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743291, 30.1264349 ], [ 120.2742433, 30.1270152 ], [ 120.2741736, 30.1276833 ], [ 120.2742058, 30.1283978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833787, 30.1345213 ], [ 120.2833776, 30.1345896 ], [ 120.2833691, 30.1346842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833691, 30.1346842 ], [ 120.2833776, 30.1345896 ], [ 120.2833787, 30.1345213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826384, 30.1379378 ], [ 120.2828289, 30.1371335 ], [ 120.2830946, 30.1360113 ], [ 120.2831322, 30.1357561 ], [ 120.2832395, 30.1352226 ], [ 120.2832824, 30.134935 ], [ 120.2833691, 30.1346842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833691, 30.1346842 ], [ 120.2834219, 30.1348236 ], [ 120.2834447, 30.1350933 ], [ 120.2834319, 30.1351774 ], [ 120.28321, 30.1361087 ], [ 120.2830994, 30.1365753 ], [ 120.2827719, 30.1379568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826384, 30.1379378 ], [ 120.2827285, 30.1379513 ], [ 120.2827719, 30.1379568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827719, 30.1379568 ], [ 120.2827285, 30.1379513 ], [ 120.2826384, 30.1379378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827719, 30.1379568 ], [ 120.2824885, 30.1391474 ], [ 120.2819141, 30.1416435 ], [ 120.2818934, 30.1417306 ], [ 120.2817001, 30.1425452 ], [ 120.2814716, 30.1435084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852417, 30.1435494 ], [ 120.2854825, 30.1419319 ], [ 120.2857265, 30.1400328 ], [ 120.285787, 30.1396535 ], [ 120.285858, 30.1392086 ], [ 120.28594, 30.1386951 ], [ 120.28594, 30.1385745 ], [ 120.2859139, 30.138469 ], [ 120.2858616, 30.1383899 ], [ 120.2857483, 30.1383296 ], [ 120.2851949, 30.1382617 ], [ 120.2827719, 30.1379568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827719, 30.1379568 ], [ 120.2851949, 30.1382617 ], [ 120.2857483, 30.1383296 ], [ 120.2858616, 30.1383899 ], [ 120.2859139, 30.138469 ], [ 120.28594, 30.1385745 ], [ 120.28594, 30.1386951 ], [ 120.285858, 30.1392086 ], [ 120.285787, 30.1396535 ], [ 120.2857265, 30.1400328 ], [ 120.2854825, 30.1419319 ], [ 120.2852417, 30.1435494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852417, 30.1435494 ], [ 120.2814716, 30.1435084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2688737, 30.1344355 ], [ 120.2704869, 30.1344409 ], [ 120.2708383, 30.1344467 ], [ 120.2721522, 30.1344475 ], [ 120.2729942, 30.1343837 ], [ 120.2745905, 30.1341696 ], [ 120.2756467, 30.1340818 ], [ 120.2767869, 30.1339758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767724, 30.1341221 ], [ 120.27569, 30.134215 ], [ 120.2746655, 30.134317 ], [ 120.2740256, 30.1344167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2740256, 30.1344167 ], [ 120.2729649, 30.1345398 ], [ 120.2720959, 30.1346047 ], [ 120.2708504, 30.1346009 ], [ 120.2704829, 30.1345986 ], [ 120.2688709, 30.1345949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2740256, 30.1344167 ], [ 120.2742382, 30.1357643 ], [ 120.2742778, 30.1361641 ], [ 120.274291, 30.1365525 ], [ 120.2742712, 30.1368267 ], [ 120.2742464, 30.1370677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742464, 30.1370677 ], [ 120.2742712, 30.1368267 ], [ 120.274291, 30.1365525 ], [ 120.2742778, 30.1361641 ], [ 120.2742382, 30.1357643 ], [ 120.2740256, 30.1344167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764879, 30.1372467 ], [ 120.2751935, 30.137163 ], [ 120.2742464, 30.1370677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742464, 30.1370677 ], [ 120.2751935, 30.137163 ], [ 120.2764879, 30.1372467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742464, 30.1370677 ], [ 120.2740315, 30.1396253 ], [ 120.27401, 30.1399268 ], [ 120.2739667, 30.1406548 ], [ 120.2739254, 30.1407769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2739254, 30.1407769 ], [ 120.2739667, 30.1406548 ], [ 120.27401, 30.1399268 ], [ 120.2740315, 30.1396253 ], [ 120.2742464, 30.1370677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764879, 30.1372467 ], [ 120.2764423, 30.1377384 ], [ 120.2763905, 30.1383356 ], [ 120.2762881, 30.1395184 ], [ 120.2762746, 30.1396579 ], [ 120.2762305, 30.1401148 ], [ 120.276157, 30.1409375 ], [ 120.2761472, 30.1410296 ], [ 120.2760316, 30.1420085 ], [ 120.2759294, 30.1432475 ], [ 120.2757772, 30.1448944 ], [ 120.2757162, 30.1455547 ], [ 120.2757117, 30.1456103 ], [ 120.2756239, 30.1467066 ], [ 120.275528, 30.1475633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767869, 30.1339758 ], [ 120.2767724, 30.1341221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767724, 30.1341221 ], [ 120.2767869, 30.1339758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767869, 30.1339758 ], [ 120.2779996, 30.1339838 ], [ 120.2784603, 30.1340198 ], [ 120.2833787, 30.1345213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833691, 30.1346842 ], [ 120.2798475, 30.1343086 ], [ 120.2784397, 30.1341612 ], [ 120.2780075, 30.1341222 ], [ 120.2767724, 30.1341221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767724, 30.1341221 ], [ 120.2766193, 30.135666 ], [ 120.2765593, 30.1362709 ], [ 120.2764879, 30.1372467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764879, 30.1372467 ], [ 120.2765593, 30.1362709 ], [ 120.2766193, 30.135666 ], [ 120.2767724, 30.1341221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764879, 30.1372467 ], [ 120.276907, 30.1372939 ], [ 120.2772803, 30.1373364 ], [ 120.2799838, 30.1376247 ], [ 120.2801672, 30.1376443 ], [ 120.2810599, 30.1377003 ], [ 120.2826384, 30.1379378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826384, 30.1379378 ], [ 120.2810599, 30.1377003 ], [ 120.2801672, 30.1376443 ], [ 120.2799838, 30.1376247 ], [ 120.2772803, 30.1373364 ], [ 120.276907, 30.1372939 ], [ 120.2764879, 30.1372467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812224, 30.1477669 ], [ 120.2810186, 30.1468853 ], [ 120.280906, 30.1464771 ], [ 120.2808577, 30.1461477 ], [ 120.2808577, 30.1460712 ], [ 120.2808577, 30.1458601 ], [ 120.2808738, 30.1454797 ], [ 120.2809623, 30.1449834 ], [ 120.2815668, 30.1424099 ], [ 120.2817307, 30.1417117 ], [ 120.2817514, 30.1416237 ], [ 120.2826384, 30.1379378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814716, 30.1435084 ], [ 120.2810883, 30.1450947 ], [ 120.2810743, 30.1452237 ], [ 120.2810312, 30.1456179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814716, 30.1435084 ], [ 120.2852417, 30.1435494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852417, 30.1435494 ], [ 120.2851486, 30.1441744 ], [ 120.2849664, 30.1457546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849664, 30.1457546 ], [ 120.2851486, 30.1441744 ], [ 120.2852417, 30.1435494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852417, 30.1435494 ], [ 120.2870099, 30.1436075 ], [ 120.2867577, 30.1458353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867577, 30.1458353 ], [ 120.2870099, 30.1436075 ], [ 120.2852417, 30.1435494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810312, 30.1456179 ], [ 120.2849664, 30.1457546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849664, 30.1457546 ], [ 120.2810312, 30.1456179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849664, 30.1457546 ], [ 120.2867577, 30.1458353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867577, 30.1458353 ], [ 120.2849664, 30.1457546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845961, 30.148568 ], [ 120.2846781, 30.1477521 ], [ 120.2847705, 30.1470554 ], [ 120.2849158, 30.146193 ], [ 120.2849664, 30.1457546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2975948, 30.0841717 ], [ 120.2974278, 30.0841647 ], [ 120.2971549, 30.0841532 ], [ 120.2966016, 30.0841081 ], [ 120.2961035, 30.0840789 ], [ 120.2946229, 30.0840046 ], [ 120.29436, 30.0839814 ], [ 120.2941616, 30.0839303 ], [ 120.2940006, 30.0838793 ], [ 120.2938987, 30.0838189 ], [ 120.2938027, 30.0837644 ], [ 120.2936895, 30.0836595 ], [ 120.2930409, 30.0830588 ], [ 120.2927022, 30.0827621 ], [ 120.2925522, 30.0826306 ], [ 120.2916135, 30.0817951 ], [ 120.2910985, 30.0813309 ], [ 120.29068, 30.080959 ], [ 120.290503, 30.0808017 ], [ 120.2902836, 30.0806404 ], [ 120.2900953, 30.080565 ], [ 120.2899398, 30.0805464 ], [ 120.2898417, 30.0805475 ], [ 120.2897091, 30.080565 ], [ 120.2894676, 30.0806125 ], [ 120.2892638, 30.0806393 ], [ 120.2888883, 30.0807043 ], [ 120.2885772, 30.0807275 ], [ 120.2883412, 30.0807135 ], [ 120.2880783, 30.080681 ], [ 120.287397, 30.0805 ], [ 120.2861954, 30.0802215 ], [ 120.2860494, 30.0801889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944568, 30.0865644 ], [ 120.2946567, 30.0865571 ], [ 120.2949266, 30.086562 ], [ 120.2953683, 30.0866161 ], [ 120.2957506, 30.0866362 ], [ 120.2961886, 30.0866604 ], [ 120.2968806, 30.0866785 ], [ 120.2972828, 30.0866891 ], [ 120.297632, 30.0866982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976309, 30.086833 ], [ 120.2972795, 30.086825 ], [ 120.2968759, 30.0868159 ], [ 120.2966869, 30.0868116 ], [ 120.2952769, 30.0867581 ], [ 120.294458, 30.0867692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.300358, 30.0966863 ], [ 120.2998906, 30.0967291 ], [ 120.2996895, 30.0967535 ], [ 120.2986893, 30.0968961 ], [ 120.2985985, 30.0969091 ], [ 120.2980198, 30.0970064 ], [ 120.297879, 30.0970297 ], [ 120.2968345, 30.0971982 ], [ 120.2962161, 30.097298 ], [ 120.2958056, 30.097362 ], [ 120.2943518, 30.0975884 ], [ 120.2940709, 30.0976322 ], [ 120.293277, 30.0977621 ], [ 120.2925689, 30.0980035 ], [ 120.2917749, 30.0984128 ], [ 120.2914209, 30.0987006 ], [ 120.2908737, 30.0990904 ], [ 120.2904977, 30.0992844 ], [ 120.2901334, 30.0993967 ], [ 120.2897901, 30.0994617 ], [ 120.2894033, 30.0994979 ], [ 120.2888567, 30.0994896 ], [ 120.2877511, 30.0992844 ], [ 120.2870644, 30.0991266 ], [ 120.2855347, 30.09886 ], [ 120.2847261, 30.0987191 ], [ 120.2843297, 30.0987061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2843297, 30.0987061 ], [ 120.2847261, 30.0987191 ], [ 120.2855347, 30.09886 ], [ 120.2870644, 30.0991266 ], [ 120.2877511, 30.0992844 ], [ 120.2888567, 30.0994896 ], [ 120.2894033, 30.0994979 ], [ 120.2897901, 30.0994617 ], [ 120.2901334, 30.0993967 ], [ 120.2904977, 30.0992844 ], [ 120.2908737, 30.0990904 ], [ 120.2914209, 30.0987006 ], [ 120.2917749, 30.0984128 ], [ 120.2925689, 30.0980035 ], [ 120.293277, 30.0977621 ], [ 120.2940709, 30.0976322 ], [ 120.2943518, 30.0975884 ], [ 120.2958056, 30.097362 ], [ 120.2962161, 30.097298 ], [ 120.2968345, 30.0971982 ], [ 120.297879, 30.0970297 ], [ 120.2980198, 30.0970064 ], [ 120.2985985, 30.0969091 ], [ 120.2986893, 30.0968961 ], [ 120.2996895, 30.0967535 ], [ 120.2998906, 30.0967291 ], [ 120.300358, 30.0966863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003926, 30.1376444 ], [ 120.3001528, 30.1375197 ], [ 120.2984028, 30.136609 ], [ 120.2977549, 30.1362718 ], [ 120.2970307, 30.1358774 ], [ 120.2962368, 30.13533 ], [ 120.2956091, 30.1348475 ], [ 120.2949761, 30.1342583 ], [ 120.2947263, 30.1340104 ], [ 120.2930878, 30.1323839 ], [ 120.2926676, 30.1319745 ], [ 120.2916877, 30.1310199 ], [ 120.2910279, 30.1304678 ], [ 120.2903252, 30.129976 ], [ 120.2896546, 30.1295399 ], [ 120.2874744, 30.1282579 ], [ 120.2863877, 30.127619 ], [ 120.285474, 30.1270799 ], [ 120.2851918, 30.1269135 ], [ 120.2847618, 30.1266598 ], [ 120.2845316, 30.126524 ], [ 120.2835875, 30.1259209 ], [ 120.2830569, 30.1255378 ], [ 120.2829705, 30.1254754 ], [ 120.2823483, 30.1250254 ], [ 120.2815651, 30.1244122 ], [ 120.2812164, 30.1241392 ], [ 120.2791698, 30.1224678 ], [ 120.2776362, 30.1212153 ], [ 120.2775632, 30.1211557 ], [ 120.2770991, 30.1207764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.287513, 30.1281749 ], [ 120.2903227, 30.1298312 ], [ 120.2911193, 30.130389 ], [ 120.2917792, 30.1309503 ], [ 120.2925409, 30.131715 ], [ 120.2927502, 30.131918 ], [ 120.2927615, 30.1319289 ], [ 120.295045, 30.1341429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997349, 30.1472206 ], [ 120.299027, 30.147101 ], [ 120.2985841, 30.1470208 ], [ 120.2982764, 30.1469861 ], [ 120.296311, 30.1467644 ], [ 120.2961264, 30.1467495 ], [ 120.2956578, 30.1467118 ], [ 120.2936222, 30.1463571 ], [ 120.2931513, 30.1463177 ], [ 120.2930126, 30.1463068 ], [ 120.2925353, 30.1462691 ], [ 120.2910166, 30.1461492 ], [ 120.2893125, 30.1460148 ], [ 120.2892396, 30.146009 ], [ 120.2889296, 30.1459902 ], [ 120.2887127, 30.1459731 ], [ 120.2869686, 30.1458448 ], [ 120.2867577, 30.1458353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867577, 30.1458353 ], [ 120.2869686, 30.1458448 ], [ 120.2887127, 30.1459731 ], [ 120.2889296, 30.1459902 ], [ 120.2892396, 30.146009 ], [ 120.2893125, 30.1460148 ], [ 120.2910166, 30.1461492 ], [ 120.2925353, 30.1462691 ], [ 120.2930126, 30.1463068 ], [ 120.2931513, 30.1463177 ], [ 120.2936222, 30.1463571 ], [ 120.2956578, 30.1467118 ], [ 120.2961264, 30.1467495 ], [ 120.296311, 30.1467644 ], [ 120.2982764, 30.1469861 ], [ 120.2985841, 30.1470208 ], [ 120.299027, 30.147101 ], [ 120.2997349, 30.1472206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863664, 30.1490021 ], [ 120.2872738, 30.149055 ], [ 120.2885286, 30.1490657 ], [ 120.2899341, 30.1490657 ], [ 120.2906378, 30.1490529 ], [ 120.2909533, 30.1490472 ], [ 120.291715, 30.1490193 ], [ 120.2917796, 30.149011 ], [ 120.292646, 30.149011 ], [ 120.2927557, 30.1490193 ], [ 120.2940539, 30.1490286 ], [ 120.2948586, 30.14901 ], [ 120.2959315, 30.1490008 ], [ 120.2967367, 30.1490008 ], [ 120.2982603, 30.1489869 ], [ 120.2988417, 30.1489776 ], [ 120.2993748, 30.1489699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3130133, 30.086524 ], [ 120.3128833, 30.0861003 ], [ 120.312878, 30.0859202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312878, 30.0859202 ], [ 120.3128833, 30.0861003 ], [ 120.3130133, 30.086524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005026, 30.0867578 ], [ 120.3022672, 30.0867867 ], [ 120.3034028, 30.0868009 ], [ 120.3048376, 30.0867688 ], [ 120.3054683, 30.0867688 ], [ 120.3058517, 30.086833 ], [ 120.3066186, 30.0869507 ], [ 120.3071009, 30.0869614 ], [ 120.3080481, 30.0869555 ], [ 120.3124334, 30.0865343 ], [ 120.3128077, 30.0865141 ], [ 120.3130133, 30.086524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3130133, 30.086524 ], [ 120.3125385, 30.086619 ], [ 120.3124454, 30.0866295 ], [ 120.3080564, 30.0870323 ], [ 120.3077317, 30.0870577 ], [ 120.3070762, 30.0871433 ], [ 120.3065938, 30.0871861 ], [ 120.3062599, 30.0871754 ], [ 120.3056539, 30.0871219 ], [ 120.30463, 30.087072 ], [ 120.303005, 30.0869985 ], [ 120.3028825, 30.0869924 ], [ 120.3013992, 30.0869186 ], [ 120.3005223, 30.0868987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3130133, 30.086524 ], [ 120.3130843, 30.0867932 ], [ 120.3132964, 30.0875975 ], [ 120.3133355, 30.0878523 ], [ 120.3134145, 30.088368 ], [ 120.3134558, 30.0887058 ], [ 120.3134734, 30.0888501 ], [ 120.3136719, 30.0904753 ], [ 120.3137149, 30.0909858 ], [ 120.3136827, 30.0914314 ], [ 120.3136183, 30.0917378 ], [ 120.3134794, 30.0921564 ], [ 120.313307, 30.092464 ], [ 120.313136, 30.0927691 ], [ 120.3128687, 30.0932199 ], [ 120.3126742, 30.0935479 ], [ 120.3123996, 30.0940366 ], [ 120.3120739, 30.0946163 ], [ 120.3118695, 30.094866 ], [ 120.3115798, 30.0951259 ], [ 120.3112478, 30.0953496 ], [ 120.3108073, 30.0955344 ], [ 120.3096063, 30.0958138 ], [ 120.3081862, 30.0961257 ], [ 120.3068168, 30.0964264 ], [ 120.306381, 30.0965204 ], [ 120.3052713, 30.0967597 ], [ 120.304594, 30.0968838 ], [ 120.3044358, 30.0968931 ], [ 120.3043909, 30.0968941 ], [ 120.3041238, 30.0968998 ], [ 120.303641, 30.0968998 ], [ 120.3028251, 30.0968339 ], [ 120.3027182, 30.0968253 ], [ 120.3023368, 30.0967945 ], [ 120.3015591, 30.0967318 ], [ 120.300358, 30.0966863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "来娘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.300358, 30.0966863 ], [ 120.3015591, 30.0967318 ], [ 120.3023368, 30.0967945 ], [ 120.3027182, 30.0968253 ], [ 120.3028251, 30.0968339 ], [ 120.303641, 30.0968998 ], [ 120.3041238, 30.0968998 ], [ 120.3043909, 30.0968941 ], [ 120.3044358, 30.0968931 ], [ 120.304594, 30.0968838 ], [ 120.3052713, 30.0967597 ], [ 120.306381, 30.0965204 ], [ 120.3068168, 30.0964264 ], [ 120.3081862, 30.0961257 ], [ 120.3096063, 30.0958138 ], [ 120.3108073, 30.0955344 ], [ 120.3112478, 30.0953496 ], [ 120.3115798, 30.0951259 ], [ 120.3118695, 30.094866 ], [ 120.3120739, 30.0946163 ], [ 120.3123996, 30.0940366 ], [ 120.3126742, 30.0935479 ], [ 120.3128687, 30.0932199 ], [ 120.313136, 30.0927691 ], [ 120.313307, 30.092464 ], [ 120.3134794, 30.0921564 ], [ 120.3136183, 30.0917378 ], [ 120.3136827, 30.0914314 ], [ 120.3137149, 30.0909858 ], [ 120.3136719, 30.0904753 ], [ 120.3134734, 30.0888501 ], [ 120.3134558, 30.0887058 ], [ 120.3134145, 30.088368 ], [ 120.3133355, 30.0878523 ], [ 120.3132964, 30.0875975 ], [ 120.3130843, 30.0867932 ], [ 120.3130133, 30.086524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3122634, 30.1462358 ], [ 120.3122871, 30.1459768 ], [ 120.3122817, 30.1454665 ], [ 120.3121905, 30.1450258 ], [ 120.312035, 30.1446036 ], [ 120.3117614, 30.1440655 ], [ 120.3114502, 30.1436573 ], [ 120.3112644, 30.1434834 ], [ 120.3109943, 30.1432305 ], [ 120.3103935, 30.1428176 ], [ 120.30946, 30.1423537 ], [ 120.3075479, 30.1413616 ], [ 120.3060268, 30.1405723 ], [ 120.3040527, 30.1395517 ], [ 120.3029257, 30.1389633 ], [ 120.3024396, 30.1387096 ], [ 120.3020089, 30.1384847 ], [ 120.3008772, 30.1378963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090063, 30.1446884 ], [ 120.3089953, 30.1435098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3089953, 30.1435098 ], [ 120.3090063, 30.1446884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075062, 30.1446966 ], [ 120.3075247, 30.1439875 ], [ 120.3075363, 30.1435441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.297632, 30.0866982 ], [ 120.2982824, 30.0867153 ], [ 120.3005026, 30.0867578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.297632, 30.0866982 ], [ 120.2976309, 30.086833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976309, 30.086833 ], [ 120.297632, 30.0866982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005026, 30.0867578 ], [ 120.3005223, 30.0868987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005223, 30.0868987 ], [ 120.3005026, 30.0867578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005223, 30.0868987 ], [ 120.2976309, 30.086833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.300358, 30.0966863 ], [ 120.3004845, 30.0958254 ], [ 120.3004915, 30.0957591 ], [ 120.300521, 30.0955155 ], [ 120.3005498, 30.0953088 ], [ 120.3004565, 30.0950101 ], [ 120.3003819, 30.0948244 ], [ 120.3003907, 30.0945151 ], [ 120.3004013, 30.0941404 ], [ 120.3004285, 30.0931776 ], [ 120.3004658, 30.0929031 ], [ 120.3005498, 30.0927175 ], [ 120.3005958, 30.0925638 ], [ 120.3006151, 30.0924995 ], [ 120.3006431, 30.0909576 ], [ 120.3006898, 30.0906509 ], [ 120.3006058, 30.0902553 ], [ 120.3005985, 30.0899607 ], [ 120.3005914, 30.0896715 ], [ 120.3005871, 30.0894964 ], [ 120.3005591, 30.0888183 ], [ 120.3005223, 30.0868987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005223, 30.0868987 ], [ 120.3005591, 30.0888183 ], [ 120.3005871, 30.0894964 ], [ 120.3005914, 30.0896715 ], [ 120.3005985, 30.0899607 ], [ 120.3006058, 30.0902553 ], [ 120.3006898, 30.0906509 ], [ 120.3006431, 30.0909576 ], [ 120.3006151, 30.0924995 ], [ 120.3005958, 30.0925638 ], [ 120.3005498, 30.0927175 ], [ 120.3004658, 30.0929031 ], [ 120.3004285, 30.0931776 ], [ 120.3004013, 30.0941404 ], [ 120.3003907, 30.0945151 ], [ 120.3003819, 30.0948244 ], [ 120.3004565, 30.0950101 ], [ 120.3005498, 30.0953088 ], [ 120.300521, 30.0955155 ], [ 120.3004915, 30.0957591 ], [ 120.3004845, 30.0958254 ], [ 120.300358, 30.0966863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3008772, 30.1378963 ], [ 120.3003926, 30.1376444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295045, 30.1341429 ], [ 120.2957757, 30.1348559 ], [ 120.2964301, 30.135357 ], [ 120.2969881, 30.135742 ], [ 120.2982326, 30.1364426 ], [ 120.3020731, 30.1384165 ], [ 120.3025207, 30.1386466 ], [ 120.3027816, 30.1387807 ], [ 120.3067298, 30.140822 ], [ 120.3075728, 30.1412536 ], [ 120.3083606, 30.141657 ], [ 120.3095675, 30.1423014 ], [ 120.3105172, 30.1427866 ], [ 120.3109851, 30.1431083 ], [ 120.3113745, 30.1434352 ], [ 120.3117456, 30.1438513 ], [ 120.3119869, 30.1442456 ], [ 120.3122391, 30.1447466 ], [ 120.3123571, 30.1452291 ], [ 120.3124161, 30.1456466 ], [ 120.3124082, 30.1462361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997349, 30.1472206 ], [ 120.2998491, 30.1468361 ], [ 120.2999191, 30.1464645 ], [ 120.2999471, 30.1462384 ], [ 120.2999752, 30.145568 ], [ 120.2999694, 30.1452042 ], [ 120.2999938, 30.144829 ], [ 120.3000405, 30.1445261 ], [ 120.300162, 30.1441384 ], [ 120.300274, 30.1437992 ], [ 120.3003161, 30.1435448 ], [ 120.3003209, 30.1434323 ], [ 120.3003447, 30.1428708 ], [ 120.3003581, 30.1425553 ], [ 120.3003628, 30.1407299 ], [ 120.3003655, 30.1405504 ], [ 120.3003784, 30.1396914 ], [ 120.3003852, 30.1392422 ], [ 120.3003908, 30.1388681 ], [ 120.3004106, 30.1385263 ], [ 120.3004188, 30.1383835 ], [ 120.3004608, 30.1378261 ], [ 120.3004468, 30.1377413 ], [ 120.3004336, 30.1377006 ], [ 120.3003926, 30.1376444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3008772, 30.1378963 ], [ 120.3007784, 30.1378867 ], [ 120.3006943, 30.1378988 ], [ 120.3006383, 30.137915 ], [ 120.3006032, 30.13795 ], [ 120.3005869, 30.1379877 ], [ 120.3005776, 30.1381532 ], [ 120.3005262, 30.1388196 ], [ 120.3005039, 30.1392182 ], [ 120.3004795, 30.1396556 ], [ 120.3004562, 30.1401968 ], [ 120.3004622, 30.1405746 ], [ 120.3004702, 30.1410732 ], [ 120.3004675, 30.1419342 ], [ 120.3004655, 30.1425796 ], [ 120.3004561, 30.1427613 ], [ 120.3004258, 30.1433424 ], [ 120.3004235, 30.1433873 ], [ 120.3004282, 30.1436053 ], [ 120.3004608, 30.1438275 ], [ 120.3005496, 30.1441626 ], [ 120.3006663, 30.1444857 ], [ 120.3009512, 30.1449501 ], [ 120.3010773, 30.1452651 ], [ 120.3011473, 30.1454994 ], [ 120.3011613, 30.1455761 ], [ 120.3011707, 30.1459274 ], [ 120.301124, 30.146202 ], [ 120.3010026, 30.1464726 ], [ 120.3007784, 30.1468118 ], [ 120.3004107, 30.1473064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004107, 30.1473064 ], [ 120.2997349, 30.1472206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997349, 30.1472206 ], [ 120.3004107, 30.1473064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029319, 30.1473168 ], [ 120.3021701, 30.1473354 ], [ 120.3021286, 30.1473352 ], [ 120.301138, 30.1473312 ], [ 120.3004107, 30.1473064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004107, 30.1473064 ], [ 120.301138, 30.1473312 ], [ 120.3021286, 30.1473352 ], [ 120.3021701, 30.1473354 ], [ 120.3029319, 30.1473168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2993748, 30.1489699 ], [ 120.2993841, 30.1483908 ], [ 120.2994391, 30.1480993 ], [ 120.2995315, 30.1477996 ], [ 120.2997349, 30.1472206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004107, 30.1473064 ], [ 120.3001262, 30.1477189 ], [ 120.2997856, 30.1481475 ], [ 120.299676, 30.1483182 ], [ 120.2995907, 30.1485044 ], [ 120.2994294, 30.1489737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029319, 30.1473168 ], [ 120.3029543, 30.1492193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029543, 30.1492193 ], [ 120.3029319, 30.1473168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075363, 30.1435441 ], [ 120.3075247, 30.1439875 ], [ 120.3075062, 30.1446966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3116147, 30.1446741 ], [ 120.3099968, 30.144683 ], [ 120.3090063, 30.1446884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090063, 30.1446884 ], [ 120.3099968, 30.144683 ], [ 120.3116147, 30.1446741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090063, 30.1446884 ], [ 120.3081864, 30.1446929 ], [ 120.3079484, 30.1446942 ], [ 120.3075062, 30.1446966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075062, 30.1446966 ], [ 120.3079484, 30.1446942 ], [ 120.3081864, 30.1446929 ], [ 120.3090063, 30.1446884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090063, 30.1446884 ], [ 120.3090412, 30.146205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090412, 30.146205 ], [ 120.3090063, 30.1446884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074489, 30.1468938 ], [ 120.3074679, 30.1461669 ], [ 120.3075062, 30.1446966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075062, 30.1446966 ], [ 120.3074679, 30.1461669 ], [ 120.3074489, 30.1468938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090412, 30.146205 ], [ 120.3122634, 30.1462358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3122634, 30.1462358 ], [ 120.3090412, 30.146205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3122634, 30.1462358 ], [ 120.3124082, 30.1462361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3124082, 30.1462361 ], [ 120.3122634, 30.1462358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090412, 30.146205 ], [ 120.3086221, 30.1463945 ], [ 120.3081895, 30.1465602 ], [ 120.3081032, 30.1465932 ], [ 120.3080559, 30.1466149 ], [ 120.3074489, 30.1468938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074489, 30.1468938 ], [ 120.3080559, 30.1466149 ], [ 120.3081032, 30.1465932 ], [ 120.3081895, 30.1465602 ], [ 120.3086221, 30.1463945 ], [ 120.3090412, 30.146205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074489, 30.1468938 ], [ 120.3067299, 30.1472241 ], [ 120.3065132, 30.1472755 ], [ 120.3063896, 30.1472877 ], [ 120.3059976, 30.1473168 ], [ 120.3056785, 30.1473447 ], [ 120.3048309, 30.1473725 ], [ 120.3044225, 30.1473622 ], [ 120.3042024, 30.1473567 ], [ 120.3039275, 30.1473498 ], [ 120.3029319, 30.1473168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新螺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029319, 30.1473168 ], [ 120.3039275, 30.1473498 ], [ 120.3042024, 30.1473567 ], [ 120.3044225, 30.1473622 ], [ 120.3048309, 30.1473725 ], [ 120.3056785, 30.1473447 ], [ 120.3059976, 30.1473168 ], [ 120.3063896, 30.1472877 ], [ 120.3065132, 30.1472755 ], [ 120.3067299, 30.1472241 ], [ 120.3074489, 30.1468938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3124082, 30.1462361 ], [ 120.3123536, 30.1470644 ], [ 120.31234, 30.1472713 ], [ 120.3123679, 30.1478639 ], [ 120.312443, 30.1484159 ], [ 120.3126307, 30.1491674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3125053, 30.1491679 ], [ 120.312389, 30.1487879 ], [ 120.3122388, 30.1481292 ], [ 120.3121852, 30.1475354 ], [ 120.3121905, 30.1470344 ], [ 120.3122634, 30.1462358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090043, 30.1492484 ], [ 120.3090106, 30.1488691 ], [ 120.3090263, 30.1479285 ], [ 120.3090412, 30.146205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090412, 30.146205 ], [ 120.3090263, 30.1479285 ], [ 120.3090106, 30.1488691 ], [ 120.3090043, 30.1492484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3125053, 30.1491679 ], [ 120.3126307, 30.1491674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090043, 30.1492484 ], [ 120.3112201, 30.1492141 ], [ 120.3125053, 30.1491679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126307, 30.1491674 ], [ 120.3126608, 30.1492665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312539, 30.1492674 ], [ 120.3125053, 30.1491679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126608, 30.1492665 ], [ 120.312539, 30.1492674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029543, 30.1492193 ], [ 120.3042112, 30.1493037 ], [ 120.304536, 30.1493255 ], [ 120.305475, 30.1493021 ], [ 120.3060865, 30.1492836 ], [ 120.3067607, 30.1492776 ], [ 120.3076259, 30.1492698 ], [ 120.3076951, 30.1492687 ], [ 120.3090043, 30.1492484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090096, 30.1493192 ], [ 120.3090043, 30.1492484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090043, 30.1492484 ], [ 120.3090096, 30.1493192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312539, 30.1492674 ], [ 120.3112701, 30.1492975 ], [ 120.3111946, 30.1492993 ], [ 120.30997, 30.1493105 ], [ 120.3090096, 30.1493192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2993748, 30.1489699 ], [ 120.2994294, 30.1489737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2993752, 30.1490485 ], [ 120.2993748, 30.1489699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994294, 30.1489737 ], [ 120.299435, 30.1490122 ], [ 120.2994405, 30.1490528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994405, 30.1490528 ], [ 120.2993752, 30.1490485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994294, 30.1489737 ], [ 120.301122, 30.1490923 ], [ 120.302497, 30.1491886 ], [ 120.3029543, 30.1492193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029242, 30.1492842 ], [ 120.3024914, 30.1492504 ], [ 120.3020237, 30.1492201 ], [ 120.2994405, 30.1490528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029543, 30.1492193 ], [ 120.3029242, 30.1492842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029242, 30.1492842 ], [ 120.3029543, 30.1492193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046504, 30.1493875 ], [ 120.304534, 30.1493875 ], [ 120.3029242, 30.1492842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029242, 30.1492842 ], [ 120.3029043, 30.1505409 ], [ 120.3029001, 30.1526787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3029001, 30.1526787 ], [ 120.3029043, 30.1505409 ], [ 120.3029242, 30.1492842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002097, 30.1572092 ], [ 120.3000718, 30.1561755 ], [ 120.3000309, 30.1558691 ], [ 120.2999111, 30.1550361 ], [ 120.2997799, 30.1541237 ], [ 120.2996404, 30.1533035 ], [ 120.2996189, 30.1531774 ], [ 120.2994408, 30.1519913 ], [ 120.2994294, 30.1519039 ], [ 120.2993657, 30.1514161 ], [ 120.2993657, 30.1508224 ], [ 120.2993765, 30.1493287 ], [ 120.2993752, 30.1490485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994405, 30.1490528 ], [ 120.2994313, 30.149329 ], [ 120.2994205, 30.1508225 ], [ 120.2994205, 30.1514134 ], [ 120.2994952, 30.1519855 ], [ 120.2996731, 30.1531709 ], [ 120.2996958, 30.1533044 ], [ 120.2998342, 30.1541173 ], [ 120.2999682, 30.1550493 ], [ 120.3000852, 30.155863 ], [ 120.3002753, 30.1572071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002097, 30.1572092 ], [ 120.3002753, 30.1572071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002753, 30.1572071 ], [ 120.3002914, 30.1572994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002267, 30.1573014 ], [ 120.3002097, 30.1572092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002914, 30.1572994 ], [ 120.3002267, 30.1573014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037023, 30.1650424 ], [ 120.3036876, 30.1648087 ], [ 120.3036465, 30.164153 ], [ 120.3036289, 30.1640156 ], [ 120.3035929, 30.1637355 ], [ 120.303553, 30.1635333 ], [ 120.3035178, 30.1633552 ], [ 120.3034411, 30.1631615 ], [ 120.3033783, 30.1630027 ], [ 120.3032174, 30.1627059 ], [ 120.3029706, 30.162307 ], [ 120.3027239, 30.1619916 ], [ 120.3021939, 30.1614429 ], [ 120.3014149, 30.1605723 ], [ 120.3010394, 30.1600992 ], [ 120.3009423, 30.1599313 ], [ 120.3008141, 30.1597096 ], [ 120.3006961, 30.1594221 ], [ 120.3005459, 30.1590325 ], [ 120.3003635, 30.1580747 ], [ 120.300267, 30.1575598 ], [ 120.3002267, 30.1573014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002914, 30.1572994 ], [ 120.3003346, 30.1575528 ], [ 120.3004203, 30.1580579 ], [ 120.3005993, 30.1590212 ], [ 120.3007479, 30.1594067 ], [ 120.3007704, 30.1594616 ], [ 120.3008646, 30.159691 ], [ 120.3010867, 30.1600751 ], [ 120.3014592, 30.1605444 ], [ 120.3022366, 30.1614132 ], [ 120.3027677, 30.1619631 ], [ 120.3030175, 30.1622825 ], [ 120.3032664, 30.1626846 ], [ 120.3034291, 30.1629849 ], [ 120.3035024, 30.1631702 ], [ 120.3035358, 30.1632546 ], [ 120.303571, 30.1633434 ], [ 120.3036471, 30.1637289 ], [ 120.3037011, 30.1641491 ], [ 120.303713, 30.1643385 ], [ 120.3037576, 30.1650491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037023, 30.1650424 ], [ 120.3037576, 30.1650491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2993752, 30.1490485 ], [ 120.2992884, 30.1490414 ], [ 120.2987674, 30.1490489 ], [ 120.2981928, 30.1490605 ], [ 120.2968167, 30.1490674 ], [ 120.2959319, 30.1490628 ], [ 120.2958829, 30.1490632 ], [ 120.2948599, 30.149072 ], [ 120.2940546, 30.1490906 ], [ 120.2927554, 30.1490813 ], [ 120.2926473, 30.1490795 ], [ 120.2917783, 30.1490806 ], [ 120.2917166, 30.1490813 ], [ 120.2909556, 30.1491092 ], [ 120.2899349, 30.1491277 ], [ 120.2885283, 30.1491277 ], [ 120.2872711, 30.149117 ], [ 120.2863541, 30.1490635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876435, 30.1583565 ], [ 120.2882963, 30.1583912 ], [ 120.2890696, 30.1584322 ], [ 120.2900662, 30.1584355 ], [ 120.2905468, 30.1584334 ], [ 120.2915634, 30.1583595 ], [ 120.2923446, 30.158283 ], [ 120.2925879, 30.1582373 ], [ 120.293022, 30.1581515 ], [ 120.2948807, 30.157724 ], [ 120.2958176, 30.1575018 ], [ 120.2963147, 30.1574068 ], [ 120.2968231, 30.1573364 ], [ 120.2983349, 30.1572792 ], [ 120.2992861, 30.15724 ], [ 120.3002097, 30.1572092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002267, 30.1573014 ], [ 120.2999247, 30.1573197 ], [ 120.2992871, 30.1573453 ], [ 120.2983376, 30.1573755 ], [ 120.2975992, 30.1574006 ], [ 120.2973797, 30.1574146 ], [ 120.2971195, 30.1574393 ], [ 120.2968593, 30.1574709 ], [ 120.2965138, 30.1575412 ], [ 120.2962536, 30.1575904 ], [ 120.2936932, 30.158231 ], [ 120.2935917, 30.1582558 ], [ 120.2932106, 30.1583559 ], [ 120.2928467, 30.158427 ], [ 120.2926503, 30.1584605 ], [ 120.2923798, 30.1585008 ], [ 120.2916288, 30.1585695 ], [ 120.2906153, 30.1585978 ], [ 120.2900977, 30.158572 ], [ 120.2889949, 30.1585291 ], [ 120.288257, 30.1584564 ], [ 120.2876435, 30.1583565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294682, 30.1684844 ], [ 120.2929471, 30.1680166 ], [ 120.2919666, 30.1677818 ], [ 120.2895803, 30.1671893 ], [ 120.2888346, 30.1670042 ], [ 120.2882919, 30.1668635 ], [ 120.2872088, 30.1665638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872121, 30.1664876 ], [ 120.2883258, 30.166773 ], [ 120.2888929, 30.1669109 ], [ 120.2929446, 30.1679733 ], [ 120.2946878, 30.1684315 ], [ 120.2952881, 30.1685139 ], [ 120.295997, 30.1685311 ], [ 120.296491, 30.1684622 ], [ 120.2970514, 30.1683396 ], [ 120.2981966, 30.1680159 ], [ 120.2984181, 30.1679503 ], [ 120.3000209, 30.1674753 ], [ 120.3002501, 30.1674031 ], [ 120.3006599, 30.1673399 ], [ 120.3010343, 30.1673246 ], [ 120.3013245, 30.1673514 ], [ 120.3015312, 30.1673631 ], [ 120.301847, 30.1674694 ], [ 120.3025295, 30.1677804 ], [ 120.3038365, 30.1687667 ], [ 120.3038508, 30.1687767 ], [ 120.3041323, 30.1689754 ], [ 120.3048963, 30.1695713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2951054, 30.1685359 ], [ 120.294682, 30.1684844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952604, 30.1685513 ], [ 120.2951054, 30.1685359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2951054, 30.1685359 ], [ 120.2950972, 30.1690213 ], [ 120.2951798, 30.1694293 ], [ 120.2952169, 30.1704965 ], [ 120.2952779, 30.1724001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947704, 30.1724647 ], [ 120.2946995, 30.1704349 ], [ 120.2947198, 30.1696447 ], [ 120.2947215, 30.1692924 ], [ 120.294682, 30.1684844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947704, 30.1724647 ], [ 120.2952779, 30.1724001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.246489, 30.1191495 ], [ 120.2465529, 30.1158475 ], [ 120.2465993, 30.1144847 ], [ 120.2465951, 30.114101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466184, 30.1191445 ], [ 120.2501464, 30.1191369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2501464, 30.1191369 ], [ 120.2466184, 30.1191445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.246489, 30.1191495 ], [ 120.2466184, 30.1191445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466184, 30.1191445 ], [ 120.246489, 30.1191495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466184, 30.1191445 ], [ 120.2465682, 30.121336 ], [ 120.2465592, 30.1216833 ], [ 120.2464904, 30.1243365 ], [ 120.2464841, 30.1246883 ], [ 120.2463618, 30.1292786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462288, 30.1292801 ], [ 120.2463484, 30.1246768 ], [ 120.2463491, 30.124324 ], [ 120.2464212, 30.1213506 ], [ 120.246489, 30.1191495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462288, 30.1292801 ], [ 120.2463618, 30.1292786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462267, 30.1293618 ], [ 120.2462288, 30.1292801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463618, 30.1292786 ], [ 120.2463599, 30.1293766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642541, 30.1222914 ], [ 120.2643245, 30.1224972 ], [ 120.2642783, 30.1240376 ], [ 120.2642407, 30.1247951 ], [ 120.2642319, 30.1249736 ], [ 120.2641684, 30.1262534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692231, 30.1260697 ], [ 120.2693657, 30.1231029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2694872, 30.1231214 ], [ 120.2693252, 30.1260875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692231, 30.1260697 ], [ 120.2693252, 30.1260875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2641684, 30.1262534 ], [ 120.265472, 30.1262462 ], [ 120.2657071, 30.1262309 ], [ 120.2659244, 30.1261925 ], [ 120.2665365, 30.1260084 ], [ 120.2668292, 30.125947 ], [ 120.2670554, 30.125924 ], [ 120.2673792, 30.1259048 ], [ 120.2682663, 30.1259048 ], [ 120.2684969, 30.1259432 ], [ 120.2692231, 30.1260697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692229, 30.1261777 ], [ 120.2692231, 30.1260697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693252, 30.1260875 ], [ 120.2693209, 30.1261972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692229, 30.1261777 ], [ 120.2684652, 30.1260269 ], [ 120.2682051, 30.125992 ], [ 120.267936, 30.1259803 ], [ 120.2676131, 30.1259764 ], [ 120.2672319, 30.1259842 ], [ 120.2669135, 30.1260114 ], [ 120.2666668, 30.1260579 ], [ 120.2659448, 30.1262557 ], [ 120.2655053, 30.1263294 ], [ 120.2651779, 30.1263449 ], [ 120.2641637, 30.1263481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693209, 30.1261972 ], [ 120.2692229, 30.1261777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639597, 30.1262497 ], [ 120.2641684, 30.1262534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蜀兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639545, 30.126352 ], [ 120.2602018, 30.1258908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600476, 30.1270935 ], [ 120.2600088, 30.1270884 ], [ 120.2600088, 30.1267457 ], [ 120.260049, 30.126175 ], [ 120.2600658, 30.1258741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2602018, 30.1258908 ], [ 120.260182, 30.1260388 ], [ 120.2601063, 30.126678 ], [ 120.2600766, 30.1270938 ], [ 120.2600476, 30.1270935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600476, 30.1270935 ], [ 120.2598873, 30.1295474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598873, 30.1295474 ], [ 120.2600476, 30.1270935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2580031, 30.1294595 ], [ 120.2598873, 30.1295474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598873, 30.1295474 ], [ 120.2598859, 30.1296451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598859, 30.1296451 ], [ 120.2598873, 30.1295474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598859, 30.1296451 ], [ 120.2579679, 30.1295724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598873, 30.1295474 ], [ 120.261319, 30.1296245 ], [ 120.2617464, 30.1296464 ], [ 120.2621366, 30.1296664 ], [ 120.2629472, 30.1297144 ], [ 120.2637842, 30.1297974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2641684, 30.1262534 ], [ 120.2641637, 30.1263481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639545, 30.126352 ], [ 120.2639597, 30.1262497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2641637, 30.1263481 ], [ 120.2639545, 30.126352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2641637, 30.1263481 ], [ 120.2641485, 30.1266555 ], [ 120.2641303, 30.1273758 ], [ 120.2640896, 30.1280255 ], [ 120.263992, 30.1297831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637842, 30.1297974 ], [ 120.2639139, 30.1273682 ], [ 120.2639205, 30.1271802 ], [ 120.2639392, 30.1266482 ], [ 120.2639545, 30.126352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637842, 30.1297974 ], [ 120.263992, 30.1297831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.263992, 30.1297831 ], [ 120.2639918, 30.1298824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637871, 30.129878 ], [ 120.2637842, 30.1297974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639918, 30.1298824 ], [ 120.2637871, 30.129878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2690803, 30.1297549 ], [ 120.2689988, 30.1317944 ], [ 120.2689644, 30.1326547 ], [ 120.2689339, 30.1334165 ], [ 120.268929, 30.1335392 ], [ 120.2688737, 30.1344355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2688737, 30.1344355 ], [ 120.268929, 30.1335392 ], [ 120.2689339, 30.1334165 ], [ 120.2689644, 30.1326547 ], [ 120.2689988, 30.1317944 ], [ 120.2690803, 30.1297549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2635918, 30.1343974 ], [ 120.2636142, 30.1336931 ], [ 120.2636362, 30.1331872 ], [ 120.2636769, 30.1321827 ], [ 120.2637307, 30.1310584 ], [ 120.2637871, 30.129878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639918, 30.1298824 ], [ 120.2638822, 30.13239 ], [ 120.2638463, 30.1332106 ], [ 120.2638228, 30.1337022 ], [ 120.2637959, 30.134401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2635918, 30.1343974 ], [ 120.2637959, 30.134401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637959, 30.134401 ], [ 120.2669732, 30.134447 ], [ 120.2688737, 30.1344355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2635878, 30.1345241 ], [ 120.2635918, 30.1343974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637959, 30.134401 ], [ 120.2637908, 30.1345322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2688737, 30.1344355 ], [ 120.2688709, 30.1345949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2688709, 30.1345949 ], [ 120.2688737, 30.1344355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637908, 30.1345322 ], [ 120.2635878, 30.1345241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637871, 30.129878 ], [ 120.2628801, 30.1297908 ], [ 120.2621193, 30.129744 ], [ 120.2619589, 30.1297341 ], [ 120.2613269, 30.1297003 ], [ 120.2598859, 30.1296451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598859, 30.1296451 ], [ 120.2598664, 30.1300324 ], [ 120.2599204, 30.1318624 ], [ 120.2599558, 30.1332087 ], [ 120.2599626, 30.13347 ], [ 120.2599882, 30.1344423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599882, 30.1344423 ], [ 120.2599626, 30.13347 ], [ 120.2599558, 30.1332087 ], [ 120.2599204, 30.1318624 ], [ 120.2598664, 30.1300324 ], [ 120.2598859, 30.1296451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599882, 30.1344423 ], [ 120.2635918, 30.1343974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600019, 30.1346068 ], [ 120.2599882, 30.1344423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599882, 30.1344423 ], [ 120.2600019, 30.1346068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2635878, 30.1345241 ], [ 120.2600019, 30.1346068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600019, 30.1346068 ], [ 120.2600322, 30.1349715 ], [ 120.2602949, 30.1378631 ], [ 120.2603367, 30.1383235 ], [ 120.2604667, 30.1394701 ], [ 120.2605063, 30.1400061 ], [ 120.2605102, 30.1400588 ], [ 120.260448, 30.1417462 ], [ 120.2604166, 30.1424898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604166, 30.1424898 ], [ 120.260448, 30.1417462 ], [ 120.2605102, 30.1400588 ], [ 120.2605063, 30.1400061 ], [ 120.2604667, 30.1394701 ], [ 120.2603367, 30.1383235 ], [ 120.2602949, 30.1378631 ], [ 120.2600322, 30.1349715 ], [ 120.2600019, 30.1346068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2565374, 30.1424879 ], [ 120.2604166, 30.1424898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579679, 30.1295724 ], [ 120.2579038, 30.1296733 ], [ 120.2578275, 30.1297476 ], [ 120.2576922, 30.1298149 ], [ 120.2575583, 30.1298361 ], [ 120.2573512, 30.1298268 ], [ 120.2554669, 30.1297201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554669, 30.1297201 ], [ 120.2573512, 30.1298268 ], [ 120.2575583, 30.1298361 ], [ 120.2576922, 30.1298149 ], [ 120.2578275, 30.1297476 ], [ 120.2579038, 30.1296733 ], [ 120.2579679, 30.1295724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "晨晖路", "萧然西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535298, 30.1424497 ], [ 120.2533428, 30.1418806 ], [ 120.2533205, 30.1402094 ], [ 120.2550814, 30.140192 ], [ 120.2553756, 30.1399658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "晨晖路", "萧然西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553756, 30.1399658 ], [ 120.2550814, 30.140192 ], [ 120.2533205, 30.1402094 ], [ 120.2533428, 30.1418806 ], [ 120.2535298, 30.1424497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535298, 30.1424497 ], [ 120.2565374, 30.1424879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2565374, 30.1424879 ], [ 120.2535298, 30.1424497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535298, 30.1424497 ], [ 120.2540563, 30.1440517 ], [ 120.2544167, 30.1452109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544167, 30.1452109 ], [ 120.2540563, 30.1440517 ], [ 120.2535298, 30.1424497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545987, 30.1458278 ], [ 120.2547119, 30.1461709 ], [ 120.2548267, 30.1465414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548267, 30.1465414 ], [ 120.2547119, 30.1461709 ], [ 120.2545987, 30.1458278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拂晓路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463599, 30.1293766 ], [ 120.2462267, 30.1293618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2461146, 30.1342748 ], [ 120.2461608, 30.1321639 ], [ 120.2461613, 30.1318526 ], [ 120.2462267, 30.1293618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463599, 30.1293766 ], [ 120.2463106, 30.1318769 ], [ 120.2463005, 30.1321685 ], [ 120.2462504, 30.1342741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2461146, 30.1342748 ], [ 120.2462504, 30.1342741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462504, 30.1342741 ], [ 120.2492605, 30.1342842 ], [ 120.2528631, 30.1342859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462504, 30.1342741 ], [ 120.2462442, 30.1344227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2461098, 30.1344261 ], [ 120.2461146, 30.1342748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462442, 30.1344227 ], [ 120.2461098, 30.1344261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2528294, 30.1344424 ], [ 120.249239, 30.1344369 ], [ 120.2462442, 30.1344227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462442, 30.1344227 ], [ 120.2461864, 30.1375853 ], [ 120.2461644, 30.1384305 ], [ 120.2461469, 30.1388435 ], [ 120.2461293, 30.1396458 ], [ 120.2461301, 30.1397296 ], [ 120.2461386, 30.1406429 ], [ 120.2461743, 30.1419469 ], [ 120.2461965, 30.1422758 ], [ 120.2462159, 30.1425689 ], [ 120.2462952, 30.1440897 ], [ 120.2463526, 30.1451434 ], [ 120.2463878, 30.1456069 ], [ 120.2464087, 30.1460592 ], [ 120.2465127, 30.1463582 ], [ 120.2467168, 30.1467846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向旭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2688709, 30.1345949 ], [ 120.2669621, 30.1345868 ], [ 120.2637908, 30.1345322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631452, 30.1425596 ], [ 120.2632166, 30.1417523 ], [ 120.2632371, 30.1410649 ], [ 120.2633048, 30.1402172 ], [ 120.2633079, 30.1401477 ], [ 120.26332, 30.1398761 ], [ 120.2633393, 30.1394241 ], [ 120.2635207, 30.1356172 ], [ 120.263566, 30.1346811 ], [ 120.2635828, 30.134578 ], [ 120.2635878, 30.1345241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2685034, 30.1426964 ], [ 120.2685982, 30.1409891 ], [ 120.2686207, 30.1406368 ], [ 120.2686284, 30.1405504 ], [ 120.2686289, 30.1405114 ], [ 120.2686343, 30.1404182 ], [ 120.2686462, 30.1401901 ], [ 120.2686608, 30.1399106 ], [ 120.2687156, 30.1388596 ], [ 120.2687239, 30.1387017 ], [ 120.2687284, 30.1386146 ], [ 120.2688143, 30.1364063 ], [ 120.2688709, 30.1345949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2688709, 30.1345949 ], [ 120.2688143, 30.1364063 ], [ 120.2687284, 30.1386146 ], [ 120.2687239, 30.1387017 ], [ 120.2687156, 30.1388596 ], [ 120.2686608, 30.1399106 ], [ 120.2686462, 30.1401901 ], [ 120.2686343, 30.1404182 ], [ 120.2686289, 30.1405114 ], [ 120.2686284, 30.1405504 ], [ 120.2686207, 30.1406368 ], [ 120.2685982, 30.1409891 ], [ 120.2685034, 30.1426964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637908, 30.1345322 ], [ 120.2637779, 30.1346818 ], [ 120.2637358, 30.1356722 ], [ 120.2635564, 30.1398867 ], [ 120.263533, 30.1401536 ], [ 120.2635269, 30.1402238 ], [ 120.2635239, 30.1402494 ], [ 120.2634985, 30.1404674 ], [ 120.2634527, 30.1410706 ], [ 120.2634012, 30.1417485 ], [ 120.2633685, 30.1421795 ], [ 120.2632871, 30.1429389 ], [ 120.2632912, 30.1436104 ], [ 120.2632831, 30.145305 ], [ 120.2633034, 30.1461452 ], [ 120.2633172, 30.1465064 ], [ 120.2633273, 30.1469448 ], [ 120.2633311, 30.1471275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "品文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.265376, 30.1426175 ], [ 120.2667051, 30.142651 ], [ 120.2685034, 30.1426964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "品文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2685034, 30.1426964 ], [ 120.2667051, 30.142651 ], [ 120.265376, 30.1426175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631252, 30.1446445 ], [ 120.2631279, 30.144455 ], [ 120.2631296, 30.1430054 ], [ 120.2631452, 30.1425596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682722, 30.147283 ], [ 120.2682932, 30.1467445 ], [ 120.2683792, 30.145016 ], [ 120.2683875, 30.1447733 ], [ 120.2683926, 30.1446614 ], [ 120.2683945, 30.1446269 ], [ 120.2685034, 30.1426964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2685034, 30.1426964 ], [ 120.2683945, 30.1446269 ], [ 120.2683926, 30.1446614 ], [ 120.2683875, 30.1447733 ], [ 120.2683792, 30.145016 ], [ 120.2682932, 30.1467445 ], [ 120.2682722, 30.147283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465313, 30.1468066 ], [ 120.2464128, 30.146389 ], [ 120.2463033, 30.1460745 ], [ 120.2462819, 30.1456106 ], [ 120.246239, 30.1451467 ], [ 120.2461709, 30.1440649 ], [ 120.2460459, 30.1424816 ], [ 120.2460576, 30.1422662 ], [ 120.24604, 30.1419337 ], [ 120.2459983, 30.1406518 ], [ 120.2459828, 30.1397368 ], [ 120.2459813, 30.1396457 ], [ 120.245989, 30.1387996 ], [ 120.2460051, 30.1384005 ], [ 120.2460271, 30.1375732 ], [ 120.2461098, 30.1344261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465313, 30.1468066 ], [ 120.2467168, 30.1467846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467168, 30.1467846 ], [ 120.2465313, 30.1468066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467168, 30.1467846 ], [ 120.2482522, 30.1468099 ], [ 120.2510149, 30.1468655 ], [ 120.2526977, 30.1468869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526977, 30.1468869 ], [ 120.2510149, 30.1468655 ], [ 120.2482522, 30.1468099 ], [ 120.2467168, 30.1467846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467168, 30.1467846 ], [ 120.2471363, 30.1479684 ], [ 120.2472254, 30.1482184 ], [ 120.2474167, 30.1488305 ], [ 120.2475428, 30.1492626 ], [ 120.2476549, 30.1498522 ], [ 120.2477436, 30.1504862 ], [ 120.2477763, 30.1511202 ], [ 120.2477855, 30.1519566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "蜀山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476434, 30.151955 ], [ 120.2476625, 30.151391 ], [ 120.24763, 30.1507993 ], [ 120.2475841, 30.1503131 ], [ 120.24755, 30.1498588 ], [ 120.2473969, 30.1492125 ], [ 120.247093, 30.148228 ], [ 120.2469963, 30.1479694 ], [ 120.2465313, 30.1468066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477855, 30.1519566 ], [ 120.2476434, 30.151955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476434, 30.151955 ], [ 120.2477855, 30.1519566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248342, 30.1519661 ], [ 120.2477855, 30.1519566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.275528, 30.1475633 ], [ 120.2756239, 30.1467066 ], [ 120.2757117, 30.1456103 ], [ 120.2757162, 30.1455547 ], [ 120.2757772, 30.1448944 ], [ 120.2759294, 30.1432475 ], [ 120.2760316, 30.1420085 ], [ 120.2761472, 30.1410296 ], [ 120.276157, 30.1409375 ], [ 120.2762305, 30.1401148 ], [ 120.2762746, 30.1396579 ], [ 120.2762881, 30.1395184 ], [ 120.2763905, 30.1383356 ], [ 120.2764423, 30.1377384 ], [ 120.2764879, 30.1372467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "品文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737203, 30.1429515 ], [ 120.2685034, 30.1426964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "品文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2685034, 30.1426964 ], [ 120.2737203, 30.1429515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.275528, 30.1475633 ], [ 120.2753507, 30.1475615 ], [ 120.274506, 30.1475358 ], [ 120.2737726, 30.1475046 ], [ 120.2726956, 30.1474589 ], [ 120.2690903, 30.1473191 ], [ 120.2682722, 30.147283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682722, 30.147283 ], [ 120.2690903, 30.1473191 ], [ 120.2726956, 30.1474589 ], [ 120.2737726, 30.1475046 ], [ 120.274506, 30.1475358 ], [ 120.2753507, 30.1475615 ], [ 120.275528, 30.1475633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育春桥", "育才路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.275528, 30.1475633 ], [ 120.2754919, 30.1481846 ], [ 120.2754858, 30.1482907 ], [ 120.2754626, 30.1486904 ], [ 120.27542, 30.1495388 ], [ 120.2753843, 30.1501374 ], [ 120.2753162, 30.1512804 ], [ 120.2753056, 30.1514586 ], [ 120.2752624, 30.1521828 ], [ 120.2752153, 30.1531924 ], [ 120.2751932, 30.1536655 ], [ 120.2751756, 30.1541657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育春桥", "育才路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751756, 30.1541657 ], [ 120.2751932, 30.1536655 ], [ 120.2752153, 30.1531924 ], [ 120.2752624, 30.1521828 ], [ 120.2753056, 30.1514586 ], [ 120.2753162, 30.1512804 ], [ 120.2753843, 30.1501374 ], [ 120.27542, 30.1495388 ], [ 120.2754626, 30.1486904 ], [ 120.2754858, 30.1482907 ], [ 120.2754919, 30.1481846 ], [ 120.275528, 30.1475633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "道源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751756, 30.1541657 ], [ 120.274259, 30.1541436 ], [ 120.2738621, 30.154147 ], [ 120.2735886, 30.1541494 ], [ 120.2728273, 30.154156 ], [ 120.2726692, 30.1541574 ], [ 120.2715982, 30.1541668 ], [ 120.2715603, 30.1541673 ], [ 120.2714001, 30.1541694 ], [ 120.2683505, 30.1542091 ], [ 120.2680362, 30.1542132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "道源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2680362, 30.1542132 ], [ 120.2683505, 30.1542091 ], [ 120.2714001, 30.1541694 ], [ 120.2715603, 30.1541673 ], [ 120.2715982, 30.1541668 ], [ 120.2726692, 30.1541574 ], [ 120.2728273, 30.154156 ], [ 120.2735886, 30.1541494 ], [ 120.2738621, 30.154147 ], [ 120.274259, 30.1541436 ], [ 120.2751756, 30.1541657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751756, 30.1541657 ], [ 120.275123, 30.1569882 ], [ 120.2751176, 30.1573407 ], [ 120.2751199, 30.1574916 ], [ 120.2751232, 30.1577095 ], [ 120.2751308, 30.158214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810312, 30.1456179 ], [ 120.2810079, 30.1460874 ], [ 120.2810401, 30.1462684 ], [ 120.281083, 30.1464307 ], [ 120.2813287, 30.1477899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.275528, 30.1475633 ], [ 120.2764764, 30.1476059 ], [ 120.2769016, 30.14762 ], [ 120.2781594, 30.1476694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781594, 30.1476694 ], [ 120.2769016, 30.14762 ], [ 120.2764764, 30.1476059 ], [ 120.275528, 30.1475633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "南环路", "南秀路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781594, 30.1476694 ], [ 120.2789586, 30.1476556 ], [ 120.2812224, 30.1477669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "南环路", "南秀路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812359, 30.1478327 ], [ 120.2789546, 30.1477175 ], [ 120.2781594, 30.1476694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812224, 30.1477669 ], [ 120.2813287, 30.1477899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812359, 30.1478327 ], [ 120.2812224, 30.1477669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813287, 30.1477899 ], [ 120.2813405, 30.147849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813405, 30.147849 ], [ 120.2812359, 30.1478327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810647, 30.1542663 ], [ 120.2810723, 30.1539106 ], [ 120.281091, 30.1532542 ], [ 120.2811649, 30.1504896 ], [ 120.2812359, 30.1478327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849664, 30.1457546 ], [ 120.2849158, 30.146193 ], [ 120.2847705, 30.1470554 ], [ 120.2846781, 30.1477521 ], [ 120.2845961, 30.148568 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863664, 30.1490021 ], [ 120.2867423, 30.1459715 ], [ 120.2867577, 30.1458353 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867577, 30.1458353 ], [ 120.2867423, 30.1459715 ], [ 120.2863664, 30.1490021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813287, 30.1477899 ], [ 120.2825099, 30.1480452 ], [ 120.2845961, 30.148568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863541, 30.1490635 ], [ 120.2845912, 30.1486369 ], [ 120.2824912, 30.1481051 ], [ 120.2813405, 30.147849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845961, 30.148568 ], [ 120.2863664, 30.1490021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863664, 30.1490021 ], [ 120.2863541, 30.1490635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863541, 30.1490635 ], [ 120.2863664, 30.1490021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863541, 30.1490635 ], [ 120.2863662, 30.1490906 ], [ 120.2862482, 30.1502874 ], [ 120.2861307, 30.1515195 ], [ 120.2861736, 30.1522709 ], [ 120.2862677, 30.15286 ], [ 120.2863984, 30.1536922 ], [ 120.2865915, 30.1547312 ], [ 120.2869997, 30.15626 ], [ 120.2872782, 30.1570875 ], [ 120.2876435, 30.1583565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876435, 30.1583565 ], [ 120.2872782, 30.1570875 ], [ 120.2869997, 30.15626 ], [ 120.2865915, 30.1547312 ], [ 120.2863984, 30.1536922 ], [ 120.2862677, 30.15286 ], [ 120.2861736, 30.1522709 ], [ 120.2861307, 30.1515195 ], [ 120.2862482, 30.1502874 ], [ 120.2863662, 30.1490906 ], [ 120.2863541, 30.1490635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813405, 30.147849 ], [ 120.2812668, 30.1513755 ], [ 120.2812278, 30.153245 ], [ 120.2812117, 30.1539245 ], [ 120.2812041, 30.1542734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "道源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751756, 30.1541657 ], [ 120.2759209, 30.1541878 ], [ 120.2762171, 30.1541966 ], [ 120.2770516, 30.1542213 ], [ 120.2778965, 30.1542283 ], [ 120.2787298, 30.1542474 ], [ 120.2787932, 30.1542472 ], [ 120.2788526, 30.154247 ], [ 120.2810647, 30.1542663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "道源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810647, 30.1542663 ], [ 120.2788526, 30.154247 ], [ 120.2787932, 30.1542472 ], [ 120.2787298, 30.1542474 ], [ 120.2778965, 30.1542283 ], [ 120.2770516, 30.1542213 ], [ 120.2762171, 30.1541966 ], [ 120.2759209, 30.1541878 ], [ 120.2751756, 30.1541657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "道源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810647, 30.1542663 ], [ 120.2812041, 30.1542734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "道源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812041, 30.1542734 ], [ 120.2810647, 30.1542663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810196, 30.1582275 ], [ 120.281044, 30.1573406 ], [ 120.2810572, 30.1563805 ], [ 120.2810634, 30.1559261 ], [ 120.2810647, 30.1542663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812041, 30.1542734 ], [ 120.281186, 30.1559261 ], [ 120.2811795, 30.1565129 ], [ 120.2811705, 30.1573344 ], [ 120.2811421, 30.1582283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782983, 30.15821 ], [ 120.2782914, 30.1578733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782914, 30.1578733 ], [ 120.2782983, 30.15821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751308, 30.158214 ], [ 120.2782983, 30.15821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262978, 30.1582054 ], [ 120.2629972, 30.1573418 ], [ 120.2630076, 30.1568752 ], [ 120.2630275, 30.1545601 ], [ 120.2630369, 30.154265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262978, 30.1582054 ], [ 120.263184, 30.1582034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.263184, 30.1582034 ], [ 120.262978, 30.1582054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2643834, 30.1582174 ], [ 120.2633588, 30.1582127 ], [ 120.263184, 30.1582034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.263184, 30.1582034 ], [ 120.2633588, 30.1582127 ], [ 120.2643834, 30.1582174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673281, 30.1582077 ], [ 120.2671514, 30.1582081 ], [ 120.2665562, 30.15821 ], [ 120.2661297, 30.1582113 ], [ 120.2656923, 30.1582127 ], [ 120.2653209, 30.158214 ], [ 120.2650112, 30.1582151 ], [ 120.2643834, 30.1582174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2643834, 30.1582174 ], [ 120.2650112, 30.1582151 ], [ 120.2653209, 30.158214 ], [ 120.2656923, 30.1582127 ], [ 120.2661297, 30.1582113 ], [ 120.2665562, 30.15821 ], [ 120.2671514, 30.1582081 ], [ 120.2673281, 30.1582077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723441, 30.1582362 ], [ 120.2712605, 30.158222 ], [ 120.2710838, 30.1582207 ], [ 120.2702981, 30.1582147 ], [ 120.2696821, 30.15821 ], [ 120.2696775, 30.15821 ], [ 120.2685081, 30.1582053 ], [ 120.2673281, 30.1582077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673281, 30.1582077 ], [ 120.2685081, 30.1582053 ], [ 120.2696775, 30.15821 ], [ 120.2696821, 30.15821 ], [ 120.2702981, 30.1582147 ], [ 120.2710838, 30.1582207 ], [ 120.2712605, 30.158222 ], [ 120.2723441, 30.1582362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669308, 30.1596342 ], [ 120.2670623, 30.1594186 ], [ 120.2672058, 30.1589689 ], [ 120.2672744, 30.1586011 ], [ 120.2673281, 30.1582077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751308, 30.158214 ], [ 120.2751232, 30.1577095 ], [ 120.2751199, 30.1574916 ], [ 120.2751176, 30.1573407 ], [ 120.275123, 30.1569882 ], [ 120.2751756, 30.1541657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723441, 30.1582362 ], [ 120.273435, 30.1582112 ], [ 120.2734862, 30.15821 ], [ 120.2745328, 30.1582125 ], [ 120.2750398, 30.1582138 ], [ 120.2751308, 30.158214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751308, 30.158214 ], [ 120.2750398, 30.1582138 ], [ 120.2745328, 30.1582125 ], [ 120.2734862, 30.15821 ], [ 120.273435, 30.1582112 ], [ 120.2723441, 30.1582362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271278, 30.1613744 ], [ 120.2715502, 30.1607965 ], [ 120.2718935, 30.1599894 ], [ 120.2721081, 30.1594329 ], [ 120.272232, 30.1589445 ], [ 120.2723441, 30.1582362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723441, 30.1582362 ], [ 120.272232, 30.1589445 ], [ 120.2721081, 30.1594329 ], [ 120.2718935, 30.1599894 ], [ 120.2715502, 30.1607965 ], [ 120.271278, 30.1613744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751308, 30.158214 ], [ 120.2750854, 30.1595115 ], [ 120.275101, 30.1602269 ], [ 120.2751122, 30.1607406 ], [ 120.2750478, 30.1622758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750478, 30.1622758 ], [ 120.2751122, 30.1607406 ], [ 120.275101, 30.1602269 ], [ 120.2750854, 30.1595115 ], [ 120.2751308, 30.158214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720651, 30.162225 ], [ 120.2720008, 30.1621459 ], [ 120.2718882, 30.161928 ], [ 120.2717541, 30.1617424 ], [ 120.2715985, 30.1615801 ], [ 120.2713458, 30.1614243 ], [ 120.271278, 30.1613744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271278, 30.1613744 ], [ 120.2711746, 30.1620952 ], [ 120.2711147, 30.1622313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711147, 30.1622313 ], [ 120.2711746, 30.1620952 ], [ 120.271278, 30.1613744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673281, 30.1582077 ], [ 120.2672744, 30.1586011 ], [ 120.2672058, 30.1589689 ], [ 120.2670623, 30.1594186 ], [ 120.2669308, 30.1596342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669308, 30.1596342 ], [ 120.2659042, 30.1590411 ], [ 120.2650432, 30.1585189 ], [ 120.2647304, 30.1583761 ], [ 120.2643834, 30.1582174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2671008, 30.1597411 ], [ 120.2669308, 30.1596342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.263184, 30.1582034 ], [ 120.2631645, 30.1590045 ], [ 120.2630685, 30.1601101 ], [ 120.2630585, 30.1602256 ], [ 120.2630426, 30.1622496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271278, 30.1613744 ], [ 120.2710669, 30.1612573 ], [ 120.2707563, 30.1611024 ], [ 120.2705846, 30.1610328 ], [ 120.2701662, 30.1609725 ], [ 120.2695493, 30.1609029 ], [ 120.2689807, 30.1607452 ], [ 120.2683208, 30.1604345 ], [ 120.2676396, 30.1600217 ], [ 120.2671008, 30.1597411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百尺溇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675021, 30.1622608 ], [ 120.2675021, 30.162166 ], [ 120.2673864, 30.1620005 ], [ 120.2670924, 30.1615755 ], [ 120.2669017, 30.1612331 ], [ 120.2666624, 30.1608955 ], [ 120.2666042, 30.1607267 ], [ 120.2666316, 30.1606259 ], [ 120.2666565, 30.1605324 ], [ 120.2666856, 30.160423 ], [ 120.2667273, 30.1603376 ], [ 120.2668075, 30.1601895 ], [ 120.266982, 30.1599252 ], [ 120.2671008, 30.1597411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662926, 30.1622427 ], [ 120.2642438, 30.1622343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642438, 30.1622343 ], [ 120.2662926, 30.1622427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642438, 30.1622343 ], [ 120.2630426, 30.1622496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630426, 30.1622496 ], [ 120.2642438, 30.1622343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782983, 30.15821 ], [ 120.2751308, 30.158214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782983, 30.15821 ], [ 120.2788569, 30.1582136 ], [ 120.2791626, 30.1582156 ], [ 120.2810196, 30.1582275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810196, 30.1582275 ], [ 120.2791626, 30.1582156 ], [ 120.2788569, 30.1582136 ], [ 120.2782983, 30.15821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810196, 30.1582275 ], [ 120.2811421, 30.1582283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811421, 30.1582283 ], [ 120.2810196, 30.1582275 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278363, 30.1623271 ], [ 120.2783536, 30.1620491 ], [ 120.2783483, 30.1618917 ], [ 120.2782986, 30.1604162 ], [ 120.2782986, 30.1582362 ], [ 120.2782983, 30.15821 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782983, 30.15821 ], [ 120.2782986, 30.1582362 ], [ 120.2782986, 30.1604162 ], [ 120.2783483, 30.1618917 ], [ 120.2783536, 30.1620491 ], [ 120.278363, 30.1623271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通育桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809505, 30.1623726 ], [ 120.2809547, 30.1620865 ], [ 120.2809588, 30.1618454 ], [ 120.2810196, 30.1582275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "通惠路", "通育桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811421, 30.1582283 ], [ 120.2810808, 30.1618547 ], [ 120.2810769, 30.1620864 ], [ 120.2810691, 30.1623823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278363, 30.1623271 ], [ 120.2750478, 30.1622758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811421, 30.1582283 ], [ 120.2833621, 30.1582981 ], [ 120.2843531, 30.1583185 ], [ 120.2846176, 30.1583239 ], [ 120.2847767, 30.1583272 ], [ 120.2851699, 30.1583352 ], [ 120.2853498, 30.1583335 ], [ 120.2861575, 30.1583333 ], [ 120.2876435, 30.1583565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876435, 30.1583565 ], [ 120.2861575, 30.1583333 ], [ 120.2853498, 30.1583335 ], [ 120.2851699, 30.1583352 ], [ 120.2847767, 30.1583272 ], [ 120.2846176, 30.1583239 ], [ 120.2843531, 30.1583185 ], [ 120.2833621, 30.1582981 ], [ 120.2811421, 30.1582283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876435, 30.1583565 ], [ 120.2877079, 30.1589688 ], [ 120.2877288, 30.1593695 ], [ 120.2876542, 30.1600449 ], [ 120.2871662, 30.162023 ], [ 120.2870965, 30.1624126 ], [ 120.2870855, 30.1625775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2870855, 30.1625775 ], [ 120.2870965, 30.1624126 ], [ 120.2871662, 30.162023 ], [ 120.2876542, 30.1600449 ], [ 120.2877288, 30.1593695 ], [ 120.2877079, 30.1589688 ], [ 120.2876435, 30.1583565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2870855, 30.1625775 ], [ 120.28651, 30.1625248 ], [ 120.285717, 30.1624521 ], [ 120.2854655, 30.1624291 ], [ 120.2848204, 30.1624302 ], [ 120.2830649, 30.1623827 ], [ 120.2810691, 30.1623823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810691, 30.1623823 ], [ 120.2830649, 30.1623827 ], [ 120.2848204, 30.1624302 ], [ 120.2854655, 30.1624291 ], [ 120.285717, 30.1624521 ], [ 120.28651, 30.1625248 ], [ 120.2870855, 30.1625775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861798, 30.1650626 ], [ 120.2860256, 30.1649733 ], [ 120.2854857, 30.164786 ], [ 120.2849112, 30.16466 ], [ 120.2829388, 30.1642235 ], [ 120.2810456, 30.1638684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810456, 30.1638684 ], [ 120.2829388, 30.1642235 ], [ 120.2849112, 30.16466 ], [ 120.2854857, 30.164786 ], [ 120.2860256, 30.1649733 ], [ 120.2861798, 30.1650626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872121, 30.1664876 ], [ 120.2872774, 30.1649918 ], [ 120.2872894, 30.1647178 ], [ 120.2872789, 30.1645716 ], [ 120.2872601, 30.1643351 ], [ 120.2870855, 30.1625775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2870855, 30.1625775 ], [ 120.2872601, 30.1643351 ], [ 120.2872789, 30.1645716 ], [ 120.2872894, 30.1647178 ], [ 120.2872774, 30.1649918 ], [ 120.2872121, 30.1664876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667183, 30.1622479 ], [ 120.2665183, 30.1622436 ], [ 120.2662926, 30.1622427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662926, 30.1622427 ], [ 120.2665183, 30.1622436 ], [ 120.2667183, 30.1622479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667183, 30.1622479 ], [ 120.2667593, 30.1622469 ], [ 120.2675021, 30.1622608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675021, 30.1622608 ], [ 120.2667593, 30.1622469 ], [ 120.2667183, 30.1622479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693181, 30.1622621 ], [ 120.2679233, 30.1622621 ], [ 120.2678809, 30.1622621 ], [ 120.2675021, 30.1622608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675021, 30.1622608 ], [ 120.2678809, 30.1622621 ], [ 120.2679233, 30.1622621 ], [ 120.2693181, 30.1622621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664969, 30.1624428 ], [ 120.2663628, 30.1622944 ], [ 120.2662926, 30.1622427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664969, 30.1624428 ], [ 120.2666096, 30.1623407 ], [ 120.2667183, 30.1622479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693181, 30.1622621 ], [ 120.2693294, 30.1625587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693294, 30.1625587 ], [ 120.2693181, 30.1622621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3211881, 30.0737262 ], [ 120.3210168, 30.0738744 ], [ 120.3208657, 30.0741099 ], [ 120.3208556, 30.0743715 ], [ 120.3208052, 30.0748686 ], [ 120.3207246, 30.0752785 ], [ 120.3205331, 30.0757581 ], [ 120.3201401, 30.0762639 ], [ 120.3199486, 30.0764819 ], [ 120.3197341, 30.076647 ], [ 120.3196766, 30.0766912 ], [ 120.3194549, 30.0769353 ], [ 120.319213, 30.0772842 ], [ 120.3191122, 30.0774847 ], [ 120.3188301, 30.0776417 ], [ 120.318689, 30.0778074 ], [ 120.317913, 30.0789323 ], [ 120.3175603, 30.0793596 ], [ 120.3170968, 30.0800223 ], [ 120.3168706, 30.0803519 ], [ 120.3167417, 30.0805057 ], [ 120.3161707, 30.0813951 ], [ 120.3152728, 30.0829086 ], [ 120.3148199, 30.0834893 ], [ 120.3144767, 30.0840771 ], [ 120.3143154, 30.0843736 ], [ 120.3140534, 30.084609 ], [ 120.3138317, 30.0847572 ], [ 120.3137209, 30.0849229 ], [ 120.31361, 30.0851758 ], [ 120.3135395, 30.0854374 ], [ 120.313479, 30.0855507 ], [ 120.3132372, 30.0856118 ], [ 120.3130658, 30.0857513 ], [ 120.312878, 30.0859202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312878, 30.0859202 ], [ 120.3130658, 30.0857513 ], [ 120.3132372, 30.0856118 ], [ 120.313479, 30.0855507 ], [ 120.3135395, 30.0854374 ], [ 120.31361, 30.0851758 ], [ 120.3137209, 30.0849229 ], [ 120.3138317, 30.0847572 ], [ 120.3140534, 30.084609 ], [ 120.3143154, 30.0843736 ], [ 120.3144767, 30.0840771 ], [ 120.3148199, 30.0834893 ], [ 120.3152728, 30.0829086 ], [ 120.3161707, 30.0813951 ], [ 120.3167417, 30.0805057 ], [ 120.3168706, 30.0803519 ], [ 120.3170968, 30.0800223 ], [ 120.3175603, 30.0793596 ], [ 120.317913, 30.0789323 ], [ 120.318689, 30.0778074 ], [ 120.3188301, 30.0776417 ], [ 120.3191122, 30.0774847 ], [ 120.319213, 30.0772842 ], [ 120.3194549, 30.0769353 ], [ 120.3196766, 30.0766912 ], [ 120.3197341, 30.076647 ], [ 120.3199486, 30.0764819 ], [ 120.3201401, 30.0762639 ], [ 120.3205331, 30.0757581 ], [ 120.3207246, 30.0752785 ], [ 120.3208052, 30.0748686 ], [ 120.3208556, 30.0743715 ], [ 120.3208657, 30.0741099 ], [ 120.3210168, 30.0738744 ], [ 120.3211881, 30.0737262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126608, 30.1492665 ], [ 120.3134939, 30.1492559 ], [ 120.3145075, 30.1492429 ], [ 120.3147136, 30.1492403 ], [ 120.3157397, 30.1492272 ], [ 120.3162608, 30.1492205 ], [ 120.3170378, 30.1492106 ], [ 120.3172229, 30.1492083 ], [ 120.3173367, 30.1492068 ], [ 120.3178457, 30.1492003 ], [ 120.3182513, 30.1491962 ], [ 120.3186172, 30.1491925 ], [ 120.3193277, 30.1491854 ], [ 120.3203992, 30.1491747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3203992, 30.1491747 ], [ 120.3193277, 30.1491854 ], [ 120.3186172, 30.1491925 ], [ 120.3182513, 30.1491962 ], [ 120.3178457, 30.1492003 ], [ 120.3173367, 30.1492068 ], [ 120.3172229, 30.1492083 ], [ 120.3170378, 30.1492106 ], [ 120.3162608, 30.1492205 ], [ 120.3157397, 30.1492272 ], [ 120.3147136, 30.1492403 ], [ 120.3145075, 30.1492429 ], [ 120.3134939, 30.1492559 ], [ 120.3126608, 30.1492665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3124082, 30.1462361 ], [ 120.3129829, 30.1462339 ], [ 120.3130063, 30.1462338 ], [ 120.3134066, 30.1462323 ], [ 120.3138628, 30.1462305 ], [ 120.3142067, 30.1462291 ], [ 120.3145271, 30.1462279 ], [ 120.314625, 30.1462275 ], [ 120.3156275, 30.1462774 ], [ 120.3161478, 30.1463032 ], [ 120.3166605, 30.1463287 ], [ 120.3172906, 30.14636 ], [ 120.319342, 30.1465388 ], [ 120.3194284, 30.1465463 ], [ 120.3206711, 30.1466546 ], [ 120.321279, 30.1466854 ], [ 120.3245562, 30.1468583 ], [ 120.3249381, 30.1468785 ], [ 120.3282183, 30.1471233 ], [ 120.3287957, 30.1473051 ], [ 120.3291274, 30.1476457 ], [ 120.3301689, 30.1487153 ], [ 120.3303415, 30.1487773 ], [ 120.3306909, 30.1489029 ], [ 120.3307708, 30.1489316 ], [ 120.3308297, 30.1489528 ], [ 120.3326499, 30.1496067 ], [ 120.3339055, 30.1500578 ], [ 120.3339996, 30.1500917 ], [ 120.336101, 30.1508466 ], [ 120.3361964, 30.1508809 ], [ 120.3362629, 30.1509048 ], [ 120.3370234, 30.1510015 ], [ 120.3376246, 30.1509962 ], [ 120.3379801, 30.1511758 ], [ 120.3382793, 30.151407 ], [ 120.3396173, 30.1522285 ], [ 120.3402633, 30.1526251 ], [ 120.3421767, 30.1532538 ], [ 120.3429329, 30.1540316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3429329, 30.1540316 ], [ 120.3421767, 30.1532538 ], [ 120.3402633, 30.1526251 ], [ 120.3396173, 30.1522285 ], [ 120.3382793, 30.151407 ], [ 120.3379801, 30.1511758 ], [ 120.3376246, 30.1509962 ], [ 120.3370234, 30.1510015 ], [ 120.3362629, 30.1509048 ], [ 120.3361964, 30.1508809 ], [ 120.336101, 30.1508466 ], [ 120.3339996, 30.1500917 ], [ 120.3339055, 30.1500578 ], [ 120.3326499, 30.1496067 ], [ 120.3308297, 30.1489528 ], [ 120.3307708, 30.1489316 ], [ 120.3306909, 30.1489029 ], [ 120.3303415, 30.1487773 ], [ 120.3301689, 30.1487153 ], [ 120.3291274, 30.1476457 ], [ 120.3287957, 30.1473051 ], [ 120.3282183, 30.1471233 ], [ 120.3249381, 30.1468785 ], [ 120.3245562, 30.1468583 ], [ 120.321279, 30.1466854 ], [ 120.3206711, 30.1466546 ], [ 120.3194284, 30.1465463 ], [ 120.319342, 30.1465388 ], [ 120.3172906, 30.14636 ], [ 120.3166605, 30.1463287 ], [ 120.3161478, 30.1463032 ], [ 120.3156275, 30.1462774 ], [ 120.314625, 30.1462275 ], [ 120.3145271, 30.1462279 ], [ 120.3142067, 30.1462291 ], [ 120.3138628, 30.1462305 ], [ 120.3134066, 30.1462323 ], [ 120.3130063, 30.1462338 ], [ 120.3129829, 30.1462339 ], [ 120.3124082, 30.1462361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.320295, 30.1545994 ], [ 120.320299, 30.1523332 ], [ 120.3203006, 30.1514085 ], [ 120.3203014, 30.1509593 ], [ 120.3203017, 30.1507671 ], [ 120.3203597, 30.1498205 ], [ 120.3203992, 30.1491747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3203992, 30.1491747 ], [ 120.3203597, 30.1498205 ], [ 120.3203017, 30.1507671 ], [ 120.3203014, 30.1509593 ], [ 120.3203006, 30.1514085 ], [ 120.320299, 30.1523332 ], [ 120.320295, 30.1545994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.320295, 30.1545994 ], [ 120.318577, 30.1545802 ], [ 120.3174264, 30.1545673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3174264, 30.1545673 ], [ 120.318577, 30.1545802 ], [ 120.320295, 30.1545994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090096, 30.1493192 ], [ 120.307658, 30.1493315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.307658, 30.1493315 ], [ 120.3076278, 30.1493318 ], [ 120.3060758, 30.1493694 ], [ 120.3054857, 30.1493879 ], [ 120.304759, 30.1493876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304759, 30.1493876 ], [ 120.3046504, 30.1493875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304759, 30.1493876 ], [ 120.3047204, 30.1502081 ], [ 120.3043587, 30.150222 ], [ 120.3043487, 30.1501452 ], [ 120.3045948, 30.1501363 ], [ 120.3046504, 30.1493875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090378, 30.1522973 ], [ 120.3090595, 30.1516452 ], [ 120.3090452, 30.1511069 ], [ 120.3090372, 30.1507064 ], [ 120.30902, 30.149842 ], [ 120.3090158, 30.1496307 ], [ 120.3090096, 30.1493192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090096, 30.1493192 ], [ 120.3090158, 30.1496307 ], [ 120.30902, 30.149842 ], [ 120.3090372, 30.1507064 ], [ 120.3090452, 30.1511069 ], [ 120.3090595, 30.1516452 ], [ 120.3090378, 30.1522973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.307658, 30.1493315 ], [ 120.30757, 30.1496518 ], [ 120.3074806, 30.149977 ], [ 120.30748, 30.1500979 ], [ 120.3074766, 30.1507535 ], [ 120.3074714, 30.1517682 ], [ 120.3074703, 30.1523431 ], [ 120.3074699, 30.1525654 ], [ 120.3074603, 30.1534053 ], [ 120.3074628, 30.1534467 ], [ 120.3075047, 30.1541414 ], [ 120.3075071, 30.1541812 ], [ 120.3086382, 30.1541721 ], [ 120.3089698, 30.1541694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3089698, 30.1541694 ], [ 120.3086382, 30.1541721 ], [ 120.3075071, 30.1541812 ], [ 120.3075047, 30.1541414 ], [ 120.3074628, 30.1534467 ], [ 120.3074603, 30.1534053 ], [ 120.3074699, 30.1525654 ], [ 120.3074703, 30.1523431 ], [ 120.3074714, 30.1517682 ], [ 120.3074766, 30.1507535 ], [ 120.30748, 30.1500979 ], [ 120.3074806, 30.149977 ], [ 120.30757, 30.1496518 ], [ 120.307658, 30.1493315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3172573, 30.1545318 ], [ 120.3166591, 30.1539182 ], [ 120.3164717, 30.1537517 ], [ 120.3161089, 30.1534292 ], [ 120.3156935, 30.1530601 ], [ 120.3146649, 30.1521448 ], [ 120.3142236, 30.151752 ], [ 120.313875, 30.151418 ], [ 120.3134834, 30.1509449 ], [ 120.3132741, 30.1506712 ], [ 120.3128933, 30.1500589 ], [ 120.3125607, 30.1493492 ], [ 120.312539, 30.1492674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126608, 30.1492665 ], [ 120.3131349, 30.1502435 ], [ 120.31343, 30.1506726 ], [ 120.3135785, 30.1508838 ], [ 120.3139906, 30.1513917 ], [ 120.3142829, 30.1516862 ], [ 120.315742, 30.1529804 ], [ 120.3161109, 30.1533067 ], [ 120.3164746, 30.1536284 ], [ 120.3166728, 30.1538037 ], [ 120.3174264, 30.1545673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090378, 30.1522973 ], [ 120.3093207, 30.1523109 ], [ 120.3099536, 30.1523414 ], [ 120.31122, 30.1524025 ], [ 120.3113633, 30.1524094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113633, 30.1524094 ], [ 120.31122, 30.1524025 ], [ 120.3099536, 30.1523414 ], [ 120.3093207, 30.1523109 ], [ 120.3090378, 30.1522973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090052, 30.153277 ], [ 120.3090198, 30.1528394 ], [ 120.3090378, 30.1522973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090378, 30.1522973 ], [ 120.3090198, 30.1528394 ], [ 120.3090052, 30.153277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113069, 30.1533539 ], [ 120.3113633, 30.1524094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113633, 30.1524094 ], [ 120.3113069, 30.1533539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113633, 30.1524094 ], [ 120.3124206, 30.1524604 ], [ 120.3124173, 30.1525703 ], [ 120.3123931, 30.1533902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3123931, 30.1533902 ], [ 120.3124173, 30.1525703 ], [ 120.3124206, 30.1524604 ], [ 120.3113633, 30.1524094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090052, 30.153277 ], [ 120.3113069, 30.1533539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113069, 30.1533539 ], [ 120.3090052, 30.153277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113069, 30.1533539 ], [ 120.3123931, 30.1533902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3123931, 30.1533902 ], [ 120.3113069, 30.1533539 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3090052, 30.153277 ], [ 120.3089976, 30.1535054 ], [ 120.3089888, 30.1537703 ], [ 120.3089793, 30.1540543 ], [ 120.3089698, 30.1541694 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3089698, 30.1541694 ], [ 120.3089793, 30.1540543 ], [ 120.3089888, 30.1537703 ], [ 120.3089976, 30.1535054 ], [ 120.3090052, 30.153277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113069, 30.1533539 ], [ 120.3112581, 30.1543361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3112581, 30.1543361 ], [ 120.3113069, 30.1533539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312421, 30.1543457 ], [ 120.3124193, 30.1542888 ], [ 120.3123931, 30.1533902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3123931, 30.1533902 ], [ 120.3124193, 30.1542888 ], [ 120.312421, 30.1543457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3112581, 30.1543361 ], [ 120.3089698, 30.1541694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3089698, 30.1541694 ], [ 120.3112581, 30.1543361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.341802, 30.1583853 ], [ 120.3390566, 30.1582639 ], [ 120.3383056, 30.1582268 ], [ 120.3370235, 30.1580042 ], [ 120.3362783, 30.1578645 ], [ 120.3344754, 30.1575264 ], [ 120.3342233, 30.1574847 ], [ 120.3339068, 30.1575125 ], [ 120.3337793, 30.1575622 ], [ 120.3328715, 30.1579161 ], [ 120.3324101, 30.1579996 ], [ 120.3323592, 30.1579966 ], [ 120.3320936, 30.157981 ], [ 120.331879, 30.1578233 ], [ 120.3317664, 30.1575589 ], [ 120.3315572, 30.1564318 ], [ 120.3314834, 30.1562304 ], [ 120.3312836, 30.155685 ], [ 120.3309188, 30.1550588 ], [ 120.3306989, 30.1547341 ], [ 120.3306737, 30.1547039 ], [ 120.3304962, 30.1544905 ], [ 120.3303824, 30.1543538 ], [ 120.3299425, 30.1539317 ], [ 120.3293631, 30.153389 ], [ 120.3289179, 30.1529576 ], [ 120.3285907, 30.1525587 ], [ 120.327845, 30.1513202 ], [ 120.3271637, 30.1502208 ], [ 120.3268979, 30.1498312 ], [ 120.3268472, 30.1497569 ], [ 120.3264878, 30.1492652 ], [ 120.3263215, 30.1491493 ], [ 120.3257743, 30.1491446 ], [ 120.3243431, 30.1491509 ], [ 120.3237251, 30.1491536 ], [ 120.3233067, 30.1491554 ], [ 120.3228436, 30.1491575 ], [ 120.3222245, 30.1491602 ], [ 120.3220946, 30.1491608 ], [ 120.3215418, 30.1491632 ], [ 120.321152, 30.1491671 ], [ 120.3204666, 30.149174 ], [ 120.3203992, 30.1491747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3203992, 30.1491747 ], [ 120.3204666, 30.149174 ], [ 120.321152, 30.1491671 ], [ 120.3215418, 30.1491632 ], [ 120.3220946, 30.1491608 ], [ 120.3222245, 30.1491602 ], [ 120.3228436, 30.1491575 ], [ 120.3233067, 30.1491554 ], [ 120.3237251, 30.1491536 ], [ 120.3243431, 30.1491509 ], [ 120.3257743, 30.1491446 ], [ 120.3263215, 30.1491493 ], [ 120.3264878, 30.1492652 ], [ 120.3268472, 30.1497569 ], [ 120.3268979, 30.1498312 ], [ 120.3271637, 30.1502208 ], [ 120.327845, 30.1513202 ], [ 120.3285907, 30.1525587 ], [ 120.3289179, 30.1529576 ], [ 120.3293631, 30.153389 ], [ 120.3299425, 30.1539317 ], [ 120.3303824, 30.1543538 ], [ 120.3304962, 30.1544905 ], [ 120.3306737, 30.1547039 ], [ 120.3306989, 30.1547341 ], [ 120.3309188, 30.1550588 ], [ 120.3312836, 30.155685 ], [ 120.3314834, 30.1562304 ], [ 120.3315572, 30.1564318 ], [ 120.3317664, 30.1575589 ], [ 120.331879, 30.1578233 ], [ 120.3320936, 30.157981 ], [ 120.3323592, 30.1579966 ], [ 120.3324101, 30.1579996 ], [ 120.3328715, 30.1579161 ], [ 120.3337793, 30.1575622 ], [ 120.3339068, 30.1575125 ], [ 120.3342233, 30.1574847 ], [ 120.3344754, 30.1575264 ], [ 120.3362783, 30.1578645 ], [ 120.3370235, 30.1580042 ], [ 120.3383056, 30.1582268 ], [ 120.3390566, 30.1582639 ], [ 120.341802, 30.1583853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3486661, 30.1557658 ], [ 120.3490946, 30.155665 ], [ 120.3493868, 30.1555963 ], [ 120.3511078, 30.1551915 ], [ 120.3511988, 30.1551701 ], [ 120.3511877, 30.1551146 ], [ 120.351046627923466, 30.154409822158634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351046627923466, 30.154409822158634 ], [ 120.3511877, 30.1551146 ], [ 120.3511988, 30.1551701 ], [ 120.3511078, 30.1551915 ], [ 120.3493868, 30.1555963 ], [ 120.3490946, 30.155665 ], [ 120.3486661, 30.1557658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3429329, 30.1540316 ], [ 120.3430146, 30.1541157 ], [ 120.345538, 30.153998 ], [ 120.3469049, 30.1539342 ], [ 120.347196, 30.1540414 ], [ 120.3474603, 30.1542284 ], [ 120.347879, 30.1545881 ], [ 120.3483466, 30.1550463 ], [ 120.34856, 30.1554136 ], [ 120.3486661, 30.1557658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3486661, 30.1557658 ], [ 120.34856, 30.1554136 ], [ 120.3483466, 30.1550463 ], [ 120.347879, 30.1545881 ], [ 120.3474603, 30.1542284 ], [ 120.347196, 30.1540414 ], [ 120.3469049, 30.1539342 ], [ 120.345538, 30.153998 ], [ 120.3430146, 30.1541157 ], [ 120.3429329, 30.1540316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.341802, 30.1583853 ], [ 120.3419461, 30.1565531 ], [ 120.3419671, 30.1562857 ], [ 120.3419705, 30.1562424 ], [ 120.3418811, 30.1547491 ], [ 120.3418466, 30.1541736 ], [ 120.3419557, 30.1540967 ], [ 120.3429329, 30.1540316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3429329, 30.1540316 ], [ 120.3419557, 30.1540967 ], [ 120.3418466, 30.1541736 ], [ 120.3418811, 30.1547491 ], [ 120.3419705, 30.1562424 ], [ 120.3419671, 30.1562857 ], [ 120.3419461, 30.1565531 ], [ 120.341802, 30.1583853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3486661, 30.1557658 ], [ 120.3487628, 30.1565141 ], [ 120.3487631, 30.1569155 ], [ 120.3487633, 30.1572743 ], [ 120.3487634, 30.157455 ], [ 120.3487642, 30.1585415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3487642, 30.1585415 ], [ 120.3487634, 30.157455 ], [ 120.3487633, 30.1572743 ], [ 120.3487631, 30.1569155 ], [ 120.3487628, 30.1565141 ], [ 120.3486661, 30.1557658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.320295, 30.1545994 ], [ 120.3202927, 30.1559194 ], [ 120.3213865, 30.1559078 ], [ 120.3218565, 30.1559028 ], [ 120.3232421, 30.1558882 ], [ 120.3245104, 30.1558748 ], [ 120.3251196, 30.1558684 ], [ 120.32563, 30.155863 ], [ 120.3256759, 30.1558578 ], [ 120.3262462, 30.1557928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3262462, 30.1557928 ], [ 120.3256759, 30.1558578 ], [ 120.32563, 30.155863 ], [ 120.3251196, 30.1558684 ], [ 120.3245104, 30.1558748 ], [ 120.3232421, 30.1558882 ], [ 120.3218565, 30.1559028 ], [ 120.3213865, 30.1559078 ], [ 120.3202927, 30.1559194 ], [ 120.320295, 30.1545994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3226231, 30.163292 ], [ 120.322576, 30.1631762 ], [ 120.3215622, 30.1606902 ], [ 120.3212242, 30.160013 ], [ 120.3207468, 30.1590946 ], [ 120.3202801, 30.1583386 ], [ 120.3196363, 30.1573645 ], [ 120.3191911, 30.1567801 ], [ 120.3186129, 30.1560806 ], [ 120.3177534, 30.1550407 ], [ 120.3172573, 30.1545318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3174264, 30.1545673 ], [ 120.3178288, 30.154975 ], [ 120.3186461, 30.1559041 ], [ 120.3192826, 30.1567236 ], [ 120.3197503, 30.1573564 ], [ 120.320157, 30.1579852 ], [ 120.3206181, 30.158712 ], [ 120.3210188, 30.15942 ], [ 120.321342, 30.1600238 ], [ 120.3216587, 30.160684 ], [ 120.3219374, 30.1613118 ], [ 120.3227367, 30.1633013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3160476, 30.1634455 ], [ 120.3156271, 30.162013 ], [ 120.315441, 30.161379 ], [ 120.3151819, 30.1604963 ], [ 120.3154433, 30.160359 ], [ 120.3159615, 30.1601613 ], [ 120.3163111, 30.1600483 ], [ 120.3166451, 30.1599938 ], [ 120.3168624, 30.1599676 ], [ 120.3182289, 30.1598142 ], [ 120.3188422, 30.1597453 ], [ 120.3203493, 30.1595761 ], [ 120.3204468, 30.1595923 ], [ 120.320592, 30.1596164 ], [ 120.3208068, 30.1597577 ], [ 120.3209141, 30.1598586 ], [ 120.3212256, 30.1605648 ], [ 120.3218873, 30.1620645 ], [ 120.3224215, 30.1632755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3224215, 30.1632755 ], [ 120.3218873, 30.1620645 ], [ 120.3212256, 30.1605648 ], [ 120.3209141, 30.1598586 ], [ 120.3208068, 30.1597577 ], [ 120.320592, 30.1596164 ], [ 120.3204468, 30.1595923 ], [ 120.3203493, 30.1595761 ], [ 120.3188422, 30.1597453 ], [ 120.3182289, 30.1598142 ], [ 120.3168624, 30.1599676 ], [ 120.3166451, 30.1599938 ], [ 120.3163111, 30.1600483 ], [ 120.3159615, 30.1601613 ], [ 120.3154433, 30.160359 ], [ 120.3151819, 30.1604963 ], [ 120.315441, 30.161379 ], [ 120.3156271, 30.162013 ], [ 120.3160476, 30.1634455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3227367, 30.1633013 ], [ 120.3229146, 30.1632928 ], [ 120.323289, 30.1632749 ], [ 120.325656, 30.1631727 ], [ 120.3271634, 30.1631076 ], [ 120.3279187, 30.163075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3224215, 30.1632755 ], [ 120.3226231, 30.163292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3279254, 30.1631644 ], [ 120.3256599, 30.1632786 ], [ 120.3231672, 30.1634043 ], [ 120.322788, 30.1634046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3226231, 30.163292 ], [ 120.3227367, 30.1633013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3526375, 30.1587283 ], [ 120.3527068, 30.1576173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3527068, 30.1576173 ], [ 120.3526375, 30.1587283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3526375, 30.1587283 ], [ 120.3559265, 30.1588896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3559265, 30.1588896 ], [ 120.3526375, 30.1587283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3559265, 30.1588896 ], [ 120.3560313, 30.1588947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3560313, 30.1588947 ], [ 120.3559265, 30.1588896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3560313, 30.1588947 ], [ 120.3576821, 30.1589757 ], [ 120.3580473, 30.1589906 ], [ 120.3583581, 30.1590048 ], [ 120.3641327, 30.1592692 ], [ 120.3731683, 30.1596829 ], [ 120.3747138, 30.1597536 ], [ 120.3764057, 30.1598311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3764057, 30.1598311 ], [ 120.3747138, 30.1597536 ], [ 120.3731683, 30.1596829 ], [ 120.3641327, 30.1592692 ], [ 120.3583581, 30.1590048 ], [ 120.3580473, 30.1589906 ], [ 120.3576821, 30.1589757 ], [ 120.3560313, 30.1588947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3559359, 30.1622643 ], [ 120.3558737, 30.1621343 ], [ 120.3559265, 30.1588896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3560313, 30.1588947 ], [ 120.3559649, 30.1621204 ], [ 120.3559359, 30.1622643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3764057, 30.1598311 ], [ 120.3761405, 30.1606928 ], [ 120.3759544, 30.1617169 ], [ 120.37592, 30.16187 ], [ 120.3758386, 30.1622326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3758386, 30.1622326 ], [ 120.37592, 30.16187 ], [ 120.3759544, 30.1617169 ], [ 120.3761405, 30.1606928 ], [ 120.3764057, 30.1598311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3758386, 30.1622326 ], [ 120.376344, 30.1622681 ], [ 120.3768124, 30.1622468 ], [ 120.3772314, 30.1622149 ], [ 120.3777798, 30.1621403 ], [ 120.3784145, 30.1621083 ], [ 120.3787843, 30.162105 ], [ 120.3790122, 30.162103 ], [ 120.3794111, 30.1621257 ], [ 120.3836954, 30.1623694 ], [ 120.3841145, 30.1623001 ], [ 120.3843733, 30.1622415 ], [ 120.3846347, 30.1621328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3846347, 30.1621328 ], [ 120.3843733, 30.1622415 ], [ 120.3841145, 30.1623001 ], [ 120.3836954, 30.1623694 ], [ 120.3794111, 30.1621257 ], [ 120.3790122, 30.162103 ], [ 120.3787843, 30.162105 ], [ 120.3784145, 30.1621083 ], [ 120.3777798, 30.1621403 ], [ 120.3772314, 30.1622149 ], [ 120.3768124, 30.1622468 ], [ 120.376344, 30.1622681 ], [ 120.3758386, 30.1622326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3758386, 30.1622326 ], [ 120.375484, 30.1629369 ], [ 120.3751717, 30.163726 ], [ 120.3748608, 30.1645116 ], [ 120.3744823, 30.165468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3744823, 30.165468 ], [ 120.3748608, 30.1645116 ], [ 120.3751717, 30.163726 ], [ 120.375484, 30.1629369 ], [ 120.3758386, 30.1622326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3559359, 30.1622643 ], [ 120.3559411, 30.1624235 ], [ 120.3559011, 30.1636627 ], [ 120.3558833, 30.164246 ], [ 120.3558484, 30.1653879 ], [ 120.355845, 30.1654983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.355845, 30.1654983 ], [ 120.3558484, 30.1653879 ], [ 120.3558833, 30.164246 ], [ 120.3559011, 30.1636627 ], [ 120.3559411, 30.1624235 ], [ 120.3559359, 30.1622643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "萧明线", "衙前路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3744823, 30.165468 ], [ 120.3742295, 30.1654038 ], [ 120.3733745, 30.1651866 ], [ 120.3732858, 30.1651641 ], [ 120.3727719, 30.1650336 ], [ 120.372165, 30.1648794 ], [ 120.3718296, 30.1648008 ], [ 120.3710663, 30.1646219 ], [ 120.370685, 30.1645325 ], [ 120.3701961, 30.1644179 ], [ 120.3698317, 30.1643426 ], [ 120.3691116, 30.1641939 ], [ 120.3690388, 30.1641958 ], [ 120.3675646, 30.1642337 ], [ 120.3672473, 30.1642505 ], [ 120.36557, 30.16435 ], [ 120.3653991, 30.1643601 ], [ 120.3649138, 30.1643889 ], [ 120.3633995, 30.1644786 ], [ 120.3605919, 30.1646716 ], [ 120.3601594, 30.1647013 ], [ 120.3599382, 30.1647191 ], [ 120.3596225, 30.1647446 ], [ 120.3589425, 30.1647995 ], [ 120.3585501, 30.1648311 ], [ 120.358013, 30.1649626 ], [ 120.3579462, 30.164979 ], [ 120.3576889, 30.1650421 ], [ 120.3564612, 30.1653428 ], [ 120.3559752, 30.1654619 ], [ 120.355845, 30.1654983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "萧明线", "衙前路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.355845, 30.1654983 ], [ 120.3559752, 30.1654619 ], [ 120.3564612, 30.1653428 ], [ 120.3576889, 30.1650421 ], [ 120.3579462, 30.164979 ], [ 120.358013, 30.1649626 ], [ 120.3585501, 30.1648311 ], [ 120.3589425, 30.1647995 ], [ 120.3596225, 30.1647446 ], [ 120.3599382, 30.1647191 ], [ 120.3601594, 30.1647013 ], [ 120.3605919, 30.1646716 ], [ 120.3633995, 30.1644786 ], [ 120.3649138, 30.1643889 ], [ 120.3653991, 30.1643601 ], [ 120.36557, 30.16435 ], [ 120.3672473, 30.1642505 ], [ 120.3675646, 30.1642337 ], [ 120.3690388, 30.1641958 ], [ 120.3691116, 30.1641939 ], [ 120.3698317, 30.1643426 ], [ 120.3701961, 30.1644179 ], [ 120.370685, 30.1645325 ], [ 120.3710663, 30.1646219 ], [ 120.3718296, 30.1648008 ], [ 120.372165, 30.1648794 ], [ 120.3727719, 30.1650336 ], [ 120.3732858, 30.1651641 ], [ 120.3733745, 30.1651866 ], [ 120.3742295, 30.1654038 ], [ 120.3744823, 30.165468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3160476, 30.1634455 ], [ 120.3162563, 30.1634164 ], [ 120.3171363, 30.1632985 ], [ 120.3173894, 30.1632784 ], [ 120.3177904, 30.163261 ], [ 120.3202769, 30.1632077 ], [ 120.3206068, 30.16321 ], [ 120.3207271, 30.1632135 ], [ 120.3214758, 30.1632355 ], [ 120.3224215, 30.1632755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3226722, 30.1634128 ], [ 120.3226231, 30.163292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3227367, 30.1633013 ], [ 120.322788, 30.1634046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322788, 30.1634046 ], [ 120.3226722, 30.1634128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3226722, 30.1634128 ], [ 120.3225628, 30.1634205 ], [ 120.3222752, 30.1634407 ], [ 120.3210517, 30.163372 ], [ 120.3201269, 30.1633494 ], [ 120.3198982, 30.1633438 ], [ 120.3181656, 30.1633761 ], [ 120.3178225, 30.1633906 ], [ 120.3174368, 30.1634125 ], [ 120.3163719, 30.1635288 ], [ 120.3161435, 30.1635537 ], [ 120.3160755, 30.1635647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3160755, 30.1635647 ], [ 120.3160476, 30.1634455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3160476, 30.1634455 ], [ 120.3160755, 30.1635647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322788, 30.1634046 ], [ 120.3228555, 30.1635688 ], [ 120.3236291, 30.1654509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3235104, 30.1654748 ], [ 120.3227543, 30.1636148 ], [ 120.3226722, 30.1634128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236291, 30.1654509 ], [ 120.3239636, 30.1659725 ], [ 120.3242687, 30.1662567 ], [ 120.3245768, 30.1669645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.341802, 30.1583853 ], [ 120.344464, 30.1585005 ], [ 120.3447362, 30.1585113 ], [ 120.3461001, 30.1585654 ], [ 120.3463889, 30.158564 ], [ 120.3469101, 30.1585615 ], [ 120.3470603, 30.1585608 ], [ 120.3473262, 30.1585578 ], [ 120.3476375, 30.1585543 ], [ 120.3487642, 30.1585415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3487642, 30.1585415 ], [ 120.3476375, 30.1585543 ], [ 120.3473262, 30.1585578 ], [ 120.3470603, 30.1585608 ], [ 120.3469101, 30.1585615 ], [ 120.3463889, 30.158564 ], [ 120.3461001, 30.1585654 ], [ 120.3447362, 30.1585113 ], [ 120.344464, 30.1585005 ], [ 120.341802, 30.1583853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3487642, 30.1585415 ], [ 120.3523529, 30.1587146 ], [ 120.3526375, 30.1587283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3526375, 30.1587283 ], [ 120.3523529, 30.1587146 ], [ 120.3487642, 30.1585415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3487642, 30.1585415 ], [ 120.34875, 30.159159 ], [ 120.3485663, 30.1615097 ], [ 120.3485089, 30.1622434 ], [ 120.3484617, 30.163837 ], [ 120.3485116, 30.1646813 ], [ 120.3485395, 30.1651527 ], [ 120.3486478, 30.1672529 ], [ 120.348744, 30.167484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.348744, 30.167484 ], [ 120.3486478, 30.1672529 ], [ 120.3485395, 30.1651527 ], [ 120.3485116, 30.1646813 ], [ 120.3484617, 30.163837 ], [ 120.3485089, 30.1622434 ], [ 120.3485663, 30.1615097 ], [ 120.34875, 30.159159 ], [ 120.3487642, 30.1585415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "衙前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.355845, 30.1654983 ], [ 120.3553863, 30.1656266 ], [ 120.3550595, 30.165718 ], [ 120.3543114, 30.1659272 ], [ 120.3538452, 30.1660575 ], [ 120.3523017, 30.1664891 ], [ 120.3519507, 30.1665873 ], [ 120.3501711, 30.1670849 ], [ 120.3491575, 30.1673684 ], [ 120.348744, 30.167484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "衙前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.348744, 30.167484 ], [ 120.3491575, 30.1673684 ], [ 120.3501711, 30.1670849 ], [ 120.3519507, 30.1665873 ], [ 120.3523017, 30.1664891 ], [ 120.3538452, 30.1660575 ], [ 120.3543114, 30.1659272 ], [ 120.3550595, 30.165718 ], [ 120.3553863, 30.1656266 ], [ 120.355845, 30.1654983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "衙前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3274608, 30.1728197 ], [ 120.3277123, 30.1727118 ], [ 120.3304073, 30.1715552 ], [ 120.3308105, 30.1713821 ], [ 120.3314383, 30.1711126 ], [ 120.332567, 30.1706593 ], [ 120.3348348, 30.1697487 ], [ 120.3348937, 30.1697203 ], [ 120.3351797, 30.1695825 ], [ 120.3352494, 30.1695489 ], [ 120.3356407, 30.1693756 ], [ 120.3359921, 30.1692767 ], [ 120.3364143, 30.1692268 ], [ 120.3368102, 30.1692206 ], [ 120.337346, 30.1692123 ], [ 120.34009, 30.1691697 ], [ 120.3414021, 30.1691645 ], [ 120.3427143, 30.1691351 ], [ 120.342998, 30.1690961 ], [ 120.3434153, 30.1689959 ], [ 120.3437466, 30.1689 ], [ 120.3446126, 30.1686494 ], [ 120.345904, 30.168264 ], [ 120.3476195, 30.1678345 ], [ 120.3482729, 30.1676309 ], [ 120.348744, 30.167484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "衙前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.348744, 30.167484 ], [ 120.3482729, 30.1676309 ], [ 120.3476195, 30.1678345 ], [ 120.345904, 30.168264 ], [ 120.3446126, 30.1686494 ], [ 120.3437466, 30.1689 ], [ 120.3434153, 30.1689959 ], [ 120.342998, 30.1690961 ], [ 120.3427143, 30.1691351 ], [ 120.3414021, 30.1691645 ], [ 120.34009, 30.1691697 ], [ 120.337346, 30.1692123 ], [ 120.3368102, 30.1692206 ], [ 120.3364143, 30.1692268 ], [ 120.3359921, 30.1692767 ], [ 120.3356407, 30.1693756 ], [ 120.3352494, 30.1695489 ], [ 120.3351797, 30.1695825 ], [ 120.3348937, 30.1697203 ], [ 120.3348348, 30.1697487 ], [ 120.332567, 30.1706593 ], [ 120.3314383, 30.1711126 ], [ 120.3308105, 30.1713821 ], [ 120.3304073, 30.1715552 ], [ 120.3277123, 30.1727118 ], [ 120.3274608, 30.1728197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4052032, 30.14556 ], [ 120.4052594, 30.1459263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4052594, 30.1459263 ], [ 120.4052032, 30.14556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.4321993, 30.1383348 ], [ 120.4329041, 30.1383895 ], [ 120.4332421, 30.138406 ], [ 120.4338413, 30.1384418 ], [ 120.4347892, 30.1384984 ], [ 120.4348594, 30.1385026 ], [ 120.4351705, 30.1385444 ], [ 120.4352587, 30.1385706 ], [ 120.4354099, 30.1386156 ], [ 120.4354978, 30.1386418 ], [ 120.4361056, 30.138886 ], [ 120.4365331, 30.138934 ], [ 120.437005079446251, 30.13893830671983 ] ], [ [ 120.439520602693889, 30.142430585209887 ], [ 120.4393632, 30.1452243 ], [ 120.4393393, 30.1463511 ], [ 120.4391978, 30.1472347 ], [ 120.4391605, 30.1474676 ], [ 120.4391069, 30.1478019 ], [ 120.4386838, 30.1497214 ], [ 120.4386246, 30.1505513 ], [ 120.4386733, 30.1535142 ], [ 120.4386727, 30.1539633 ], [ 120.4386725, 30.1541376 ], [ 120.4386719, 30.1545878 ], [ 120.4386715, 30.1548522 ], [ 120.4386709, 30.1553044 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.4386709, 30.1553044 ], [ 120.4386715, 30.1548522 ], [ 120.4386719, 30.1545878 ], [ 120.4386725, 30.1541376 ], [ 120.4386727, 30.1539633 ], [ 120.4386733, 30.1535142 ], [ 120.4386246, 30.1505513 ], [ 120.4386838, 30.1497214 ], [ 120.4391069, 30.1478019 ], [ 120.4391605, 30.1474676 ], [ 120.4391978, 30.1472347 ], [ 120.4393393, 30.1463511 ], [ 120.4393632, 30.1452243 ], [ 120.439520602693889, 30.142430585209887 ] ], [ [ 120.437005079446251, 30.13893830671983 ], [ 120.4365331, 30.138934 ], [ 120.4361056, 30.138886 ], [ 120.4354978, 30.1386418 ], [ 120.4354099, 30.1386156 ], [ 120.4352587, 30.1385706 ], [ 120.4351705, 30.1385444 ], [ 120.4348594, 30.1385026 ], [ 120.4347892, 30.1384984 ], [ 120.4338413, 30.1384418 ], [ 120.4332421, 30.138406 ], [ 120.4329041, 30.1383895 ], [ 120.4321993, 30.1383348 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4052594, 30.1459263 ], [ 120.4052286, 30.1470783 ], [ 120.4049143, 30.1511587 ], [ 120.4048022, 30.1526139 ], [ 120.4047257, 30.1536235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4047257, 30.1536235 ], [ 120.4048022, 30.1526139 ], [ 120.4049143, 30.1511587 ], [ 120.4052286, 30.1470783 ], [ 120.4052594, 30.1459263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "轻纺城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3999207, 30.1542255 ], [ 120.4014715, 30.1516922 ], [ 120.4016123, 30.151489 ], [ 120.4024854, 30.1502297 ], [ 120.4029532, 30.1495585 ], [ 120.4039113, 30.1481311 ], [ 120.4044872, 30.1470396 ], [ 120.4051209, 30.1458386 ], [ 120.4052032, 30.14556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "轻纺城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4052594, 30.1459263 ], [ 120.4041951, 30.1479859 ], [ 120.4030896, 30.1495773 ], [ 120.4026591, 30.1502151 ], [ 120.4017221, 30.1515475 ], [ 120.401574, 30.1517581 ], [ 120.4000968, 30.1541665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4047257, 30.1536235 ], [ 120.4041149, 30.1536915 ], [ 120.4039088, 30.1537145 ], [ 120.4036639, 30.1537418 ], [ 120.402659, 30.1538622 ], [ 120.4016963, 30.1539776 ], [ 120.4012398, 30.1540343 ], [ 120.4003311, 30.1541471 ], [ 120.4000968, 30.1541665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4000968, 30.1541665 ], [ 120.4003311, 30.1541471 ], [ 120.4012398, 30.1540343 ], [ 120.4016963, 30.1539776 ], [ 120.402659, 30.1538622 ], [ 120.4036639, 30.1537418 ], [ 120.4039088, 30.1537145 ], [ 120.4041149, 30.1536915 ], [ 120.4047257, 30.1536235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3999207, 30.1542255 ], [ 120.4000968, 30.1541665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4000968, 30.1541665 ], [ 120.3999207, 30.1542255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3999207, 30.1542255 ], [ 120.3995653, 30.1543068 ], [ 120.3983673, 30.15466 ], [ 120.3976632, 30.1548549 ], [ 120.3973371, 30.1549728 ], [ 120.3970814, 30.1551242 ], [ 120.3967704, 30.1553618 ], [ 120.3959429, 30.1559417 ], [ 120.3958894, 30.1559792 ], [ 120.3951255, 30.1565508 ], [ 120.3950337, 30.1566168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3950337, 30.1566168 ], [ 120.3951255, 30.1565508 ], [ 120.3958894, 30.1559792 ], [ 120.3959429, 30.1559417 ], [ 120.3967704, 30.1553618 ], [ 120.3970814, 30.1551242 ], [ 120.3973371, 30.1549728 ], [ 120.3976632, 30.1548549 ], [ 120.3983673, 30.15466 ], [ 120.3995653, 30.1543068 ], [ 120.3999207, 30.1542255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "轻纺城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3967492, 30.1603853 ], [ 120.3970373, 30.1597825 ], [ 120.3982622, 30.1573194 ], [ 120.3982835, 30.1572765 ], [ 120.3990569, 30.1557805 ], [ 120.3995355, 30.1548548 ], [ 120.3999207, 30.1542255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3904955, 30.1583084 ], [ 120.391111, 30.1581341 ], [ 120.3921197, 30.1578586 ], [ 120.3933535, 30.1575613 ], [ 120.3938655, 30.1573739 ], [ 120.3941458, 30.1572373 ], [ 120.3945021, 30.1569984 ], [ 120.3950337, 30.1566168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3950337, 30.1566168 ], [ 120.3945021, 30.1569984 ], [ 120.3941458, 30.1572373 ], [ 120.3938655, 30.1573739 ], [ 120.3933535, 30.1575613 ], [ 120.3921197, 30.1578586 ], [ 120.391111, 30.1581341 ], [ 120.3904955, 30.1583084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4040596, 30.1623623 ], [ 120.4041291, 30.1614812 ], [ 120.4042719, 30.1596717 ], [ 120.4043118, 30.1590606 ], [ 120.4043365, 30.1586815 ], [ 120.4044578, 30.1568239 ], [ 120.404479, 30.1564994 ], [ 120.404491, 30.1563154 ], [ 120.4047257, 30.1536235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4047257, 30.1536235 ], [ 120.404491, 30.1563154 ], [ 120.404479, 30.1564994 ], [ 120.4044578, 30.1568239 ], [ 120.4043365, 30.1586815 ], [ 120.4043118, 30.1590606 ], [ 120.4042719, 30.1596717 ], [ 120.4041291, 30.1614812 ], [ 120.4040596, 30.1623623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "轻纺城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4000968, 30.1541665 ], [ 120.3996112, 30.1549582 ], [ 120.3990617, 30.1560486 ], [ 120.3983947, 30.1573721 ], [ 120.3983677, 30.1574258 ], [ 120.3958968, 30.1623702 ], [ 120.3957343, 30.1627634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3950337, 30.1566168 ], [ 120.3951345, 30.1567149 ], [ 120.3953188, 30.1569862 ], [ 120.3959318, 30.1584022 ], [ 120.3960331, 30.1586363 ], [ 120.3960812, 30.1587537 ], [ 120.3961755, 30.1589843 ], [ 120.396357, 30.1594275 ], [ 120.3967237, 30.160323 ], [ 120.3967492, 30.1603853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3967492, 30.1603853 ], [ 120.3967237, 30.160323 ], [ 120.396357, 30.1594275 ], [ 120.3961755, 30.1589843 ], [ 120.3960812, 30.1587537 ], [ 120.3960331, 30.1586363 ], [ 120.3959318, 30.1584022 ], [ 120.3953188, 30.1569862 ], [ 120.3951345, 30.1567149 ], [ 120.3950337, 30.1566168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386709, 30.1553044 ], [ 120.4351953, 30.1562247 ], [ 120.4350712, 30.1562577 ], [ 120.434082, 30.1565206 ], [ 120.4303733, 30.1568884 ], [ 120.429773, 30.1569479 ], [ 120.4289254, 30.157032 ], [ 120.4287882, 30.1570456 ], [ 120.4284005, 30.157084 ], [ 120.4280953, 30.1571143 ], [ 120.4253487, 30.1573555 ], [ 120.4231636, 30.1579112 ], [ 120.4229933, 30.1579545 ], [ 120.4222956, 30.1581319 ], [ 120.4220359, 30.1581974 ], [ 120.4217546, 30.1582683 ], [ 120.4203244, 30.158629 ], [ 120.419877, 30.158747 ], [ 120.4181231, 30.1594942 ], [ 120.4172359, 30.1598722 ], [ 120.4169158, 30.1600086 ], [ 120.4160276, 30.1602841 ], [ 120.4147939, 30.1606605 ], [ 120.4145276, 30.1607417 ], [ 120.414288, 30.1608148 ], [ 120.4139037, 30.160932 ], [ 120.4115443, 30.1616702 ], [ 120.4099966, 30.1621544 ], [ 120.4091049, 30.162431 ], [ 120.4090194, 30.1624575 ], [ 120.4081678, 30.1624412 ], [ 120.4065233, 30.1624096 ], [ 120.4062192, 30.1624038 ], [ 120.4052243, 30.1623847 ], [ 120.4040596, 30.1623623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4040596, 30.1623623 ], [ 120.4052243, 30.1623847 ], [ 120.4062192, 30.1624038 ], [ 120.4065233, 30.1624096 ], [ 120.4081678, 30.1624412 ], [ 120.4090194, 30.1624575 ], [ 120.4091049, 30.162431 ], [ 120.4099966, 30.1621544 ], [ 120.4115443, 30.1616702 ], [ 120.4139037, 30.160932 ], [ 120.414288, 30.1608148 ], [ 120.4145276, 30.1607417 ], [ 120.4147939, 30.1606605 ], [ 120.4160276, 30.1602841 ], [ 120.4169158, 30.1600086 ], [ 120.4172359, 30.1598722 ], [ 120.4181231, 30.1594942 ], [ 120.419877, 30.158747 ], [ 120.4203244, 30.158629 ], [ 120.4217546, 30.1582683 ], [ 120.4220359, 30.1581974 ], [ 120.4222956, 30.1581319 ], [ 120.4229933, 30.1579545 ], [ 120.4231636, 30.1579112 ], [ 120.4253487, 30.1573555 ], [ 120.4280953, 30.1571143 ], [ 120.4284005, 30.157084 ], [ 120.4287882, 30.1570456 ], [ 120.4289254, 30.157032 ], [ 120.429773, 30.1569479 ], [ 120.4303733, 30.1568884 ], [ 120.434082, 30.1565206 ], [ 120.4350712, 30.1562577 ], [ 120.4351953, 30.1562247 ], [ 120.4386709, 30.1553044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3846347, 30.1621328 ], [ 120.385803, 30.1614901 ], [ 120.3859467, 30.1614282 ], [ 120.3862064, 30.1613163 ], [ 120.3865053, 30.1611439 ], [ 120.3867767, 30.1609284 ], [ 120.3869883, 30.160762 ], [ 120.3873871, 30.1604483 ], [ 120.3881004, 30.159853 ], [ 120.3887949, 30.1592652 ], [ 120.3891691, 30.1589485 ], [ 120.3895144, 30.1586906 ], [ 120.3896923, 30.1585791 ], [ 120.3899097, 30.1584794 ], [ 120.3901665, 30.1583916 ], [ 120.3904425, 30.1583218 ], [ 120.3904955, 30.1583084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3904955, 30.1583084 ], [ 120.3904425, 30.1583218 ], [ 120.3901665, 30.1583916 ], [ 120.3899097, 30.1584794 ], [ 120.3896923, 30.1585791 ], [ 120.3895144, 30.1586906 ], [ 120.3891691, 30.1589485 ], [ 120.3887949, 30.1592652 ], [ 120.3881004, 30.159853 ], [ 120.3873871, 30.1604483 ], [ 120.3869883, 30.160762 ], [ 120.3867767, 30.1609284 ], [ 120.3865053, 30.1611439 ], [ 120.3862064, 30.1613163 ], [ 120.3859467, 30.1614282 ], [ 120.385803, 30.1614901 ], [ 120.3846347, 30.1621328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386526, 30.1662405 ], [ 120.4385893, 30.1612808 ], [ 120.4385884, 30.161209 ], [ 120.4385792, 30.1604856 ], [ 120.4385584, 30.1588609 ], [ 120.4385544, 30.1585449 ], [ 120.4386612, 30.1570137 ], [ 120.4387052, 30.1563838 ], [ 120.4386973, 30.1561356 ], [ 120.4386928, 30.1559922 ], [ 120.4386709, 30.1553044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386709, 30.1553044 ], [ 120.4386928, 30.1559922 ], [ 120.4386973, 30.1561356 ], [ 120.4387052, 30.1563838 ], [ 120.4386612, 30.1570137 ], [ 120.4385544, 30.1585449 ], [ 120.4385584, 30.1588609 ], [ 120.4385792, 30.1604856 ], [ 120.4385884, 30.161209 ], [ 120.4385893, 30.1612808 ], [ 120.4386526, 30.1662405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3904955, 30.1583084 ], [ 120.3909028, 30.1598525 ], [ 120.3910758, 30.1605081 ], [ 120.3913113, 30.1614008 ], [ 120.3917776, 30.1631685 ], [ 120.3918103, 30.1632924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3918103, 30.1632924 ], [ 120.3917776, 30.1631685 ], [ 120.3913113, 30.1614008 ], [ 120.3910758, 30.1605081 ], [ 120.3909028, 30.1598525 ], [ 120.3904955, 30.1583084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3967492, 30.1603853 ], [ 120.396784, 30.1605171 ], [ 120.3968109, 30.1606189 ], [ 120.3973181, 30.1625401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3973181, 30.1625401 ], [ 120.3968109, 30.1606189 ], [ 120.396784, 30.1605171 ], [ 120.3967492, 30.1603853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "轻纺城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.395605, 30.1627808 ], [ 120.3967492, 30.1603853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3945769, 30.1629194 ], [ 120.3941533, 30.1618766 ], [ 120.3938003, 30.1610077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3938003, 30.1610077 ], [ 120.3941533, 30.1618766 ], [ 120.3945769, 30.1629194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3973181, 30.1625401 ], [ 120.3979043, 30.1624575 ], [ 120.3998547, 30.1624394 ], [ 120.4003856, 30.1624297 ], [ 120.4040596, 30.1623623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4040596, 30.1623623 ], [ 120.4003856, 30.1624297 ], [ 120.3998547, 30.1624394 ], [ 120.3979043, 30.1624575 ], [ 120.3973181, 30.1625401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3973181, 30.1625401 ], [ 120.3957343, 30.1627634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3957343, 30.1627634 ], [ 120.3973181, 30.1625401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3957343, 30.1627634 ], [ 120.395605, 30.1627808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4498347, 30.1546133 ], [ 120.4474624, 30.1545713 ], [ 120.4468824, 30.154561 ], [ 120.4462911, 30.1545505 ], [ 120.4459502, 30.1545445 ], [ 120.4454331, 30.1545353 ], [ 120.4443688, 30.1546537 ], [ 120.4411164, 30.1550154 ], [ 120.4406786, 30.1550641 ], [ 120.4400523, 30.1551338 ], [ 120.4399711, 30.1551428 ], [ 120.4393199, 30.1552152 ], [ 120.4386709, 30.1553044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386709, 30.1553044 ], [ 120.4393199, 30.1552152 ], [ 120.4399711, 30.1551428 ], [ 120.4400523, 30.1551338 ], [ 120.4406786, 30.1550641 ], [ 120.4411164, 30.1550154 ], [ 120.4443688, 30.1546537 ], [ 120.4454331, 30.1545353 ], [ 120.4459502, 30.1545445 ], [ 120.4462911, 30.1545505 ], [ 120.4468824, 30.154561 ], [ 120.4474624, 30.1545713 ], [ 120.4498347, 30.1546133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4498347, 30.1546133 ], [ 120.4510565, 30.154551 ], [ 120.451181, 30.1545446 ], [ 120.4515921, 30.1545888 ], [ 120.4520925, 30.1548868 ], [ 120.452583, 30.1552867 ], [ 120.4534512, 30.1562636 ], [ 120.4538445, 30.1567061 ], [ 120.4540548, 30.1569892 ], [ 120.4541854, 30.157444 ], [ 120.4542486, 30.1596707 ], [ 120.4542517, 30.1597362 ], [ 120.4542727, 30.160185 ], [ 120.4543233, 30.1612671 ], [ 120.4543312, 30.1614367 ], [ 120.4543422, 30.1616719 ], [ 120.4542552, 30.1635521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4542552, 30.1635521 ], [ 120.4543422, 30.1616719 ], [ 120.4543312, 30.1614367 ], [ 120.4543233, 30.1612671 ], [ 120.4542727, 30.160185 ], [ 120.4542517, 30.1597362 ], [ 120.4542486, 30.1596707 ], [ 120.4541854, 30.157444 ], [ 120.4540548, 30.1569892 ], [ 120.4538445, 30.1567061 ], [ 120.4534512, 30.1562636 ], [ 120.452583, 30.1552867 ], [ 120.4520925, 30.1548868 ], [ 120.4515921, 30.1545888 ], [ 120.451181, 30.1545446 ], [ 120.4510565, 30.154551 ], [ 120.4498347, 30.1546133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4498347, 30.1546133 ], [ 120.4497602, 30.1555603 ], [ 120.4497555, 30.1556207 ], [ 120.4495241, 30.1585635 ], [ 120.4495046, 30.1587119 ], [ 120.4493869, 30.1594816 ], [ 120.4488949, 30.1618262 ], [ 120.4488173, 30.1621126 ], [ 120.4487754, 30.162322 ], [ 120.4487831, 30.1624208 ], [ 120.4486939, 30.1633406 ], [ 120.4485742, 30.1658174 ], [ 120.4485524, 30.1667735 ], [ 120.4485509, 30.1687876 ], [ 120.4485503, 30.1696018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4485503, 30.1696018 ], [ 120.4485509, 30.1687876 ], [ 120.4485524, 30.1667735 ], [ 120.4485742, 30.1658174 ], [ 120.4486939, 30.1633406 ], [ 120.4487831, 30.1624208 ], [ 120.4487754, 30.162322 ], [ 120.4488173, 30.1621126 ], [ 120.4488949, 30.1618262 ], [ 120.4493869, 30.1594816 ], [ 120.4495046, 30.1587119 ], [ 120.4495241, 30.1585635 ], [ 120.4497555, 30.1556207 ], [ 120.4497602, 30.1555603 ], [ 120.4498347, 30.1546133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4534198, 30.1697239 ], [ 120.4534153, 30.1695443 ], [ 120.4533273, 30.168609 ], [ 120.4533199, 30.1685305 ], [ 120.4533122, 30.1684486 ], [ 120.4532865, 30.1681752 ], [ 120.453225, 30.1675208 ], [ 120.4532007, 30.1672625 ], [ 120.454098, 30.1651212 ], [ 120.4542429, 30.1644696 ], [ 120.4542552, 30.1635521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4542552, 30.1635521 ], [ 120.4542429, 30.1644696 ], [ 120.454098, 30.1651212 ], [ 120.4532007, 30.1672625 ], [ 120.453225, 30.1675208 ], [ 120.4532865, 30.1681752 ], [ 120.4533122, 30.1684486 ], [ 120.4533199, 30.1685305 ], [ 120.4533273, 30.168609 ], [ 120.4534153, 30.1695443 ], [ 120.4534198, 30.1697239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4485503, 30.1696018 ], [ 120.447087, 30.1695651 ], [ 120.4468827, 30.16956 ], [ 120.4456196, 30.1695283 ], [ 120.445317, 30.1695208 ], [ 120.4440402, 30.1694888 ], [ 120.4437864, 30.1694824 ], [ 120.4429343, 30.1694193 ], [ 120.4416859, 30.1689941 ], [ 120.4415443, 30.1689458 ], [ 120.4408068, 30.168493 ], [ 120.4389537, 30.1667799 ], [ 120.4387581, 30.1666218 ], [ 120.4386526, 30.1662405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386526, 30.1662405 ], [ 120.4387581, 30.1666218 ], [ 120.4389537, 30.1667799 ], [ 120.4408068, 30.168493 ], [ 120.4415443, 30.1689458 ], [ 120.4416859, 30.1689941 ], [ 120.4429343, 30.1694193 ], [ 120.4437864, 30.1694824 ], [ 120.4440402, 30.1694888 ], [ 120.445317, 30.1695208 ], [ 120.4456196, 30.1695283 ], [ 120.4468827, 30.16956 ], [ 120.447087, 30.1695651 ], [ 120.4485503, 30.1696018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.395605, 30.1627808 ], [ 120.3957343, 30.1627634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3945769, 30.1629194 ], [ 120.395605, 30.1627808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.395605, 30.1627808 ], [ 120.3945769, 30.1629194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3918103, 30.1632924 ], [ 120.3929148, 30.1631435 ], [ 120.3943924, 30.1629443 ], [ 120.3945769, 30.1629194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3945769, 30.1629194 ], [ 120.3943924, 30.1629443 ], [ 120.3929148, 30.1631435 ], [ 120.3918103, 30.1632924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4023959, 30.1647062 ], [ 120.4025598, 30.1646085 ], [ 120.4030748, 30.1641447 ], [ 120.4035683, 30.1636067 ], [ 120.4036542, 30.1634244 ], [ 120.4038043, 30.1631058 ], [ 120.4039975, 30.1625678 ], [ 120.4040596, 30.1623623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4040596, 30.1623623 ], [ 120.4039975, 30.1625678 ], [ 120.4038043, 30.1631058 ], [ 120.4036542, 30.1634244 ], [ 120.4035683, 30.1636067 ], [ 120.4030748, 30.1641447 ], [ 120.4025598, 30.1646085 ], [ 120.4023959, 30.1647062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3918103, 30.1632924 ], [ 120.3918479, 30.1634644 ], [ 120.3921094, 30.1646588 ], [ 120.3925259, 30.1665619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925259, 30.1665619 ], [ 120.3921094, 30.1646588 ], [ 120.3918479, 30.1634644 ], [ 120.3918103, 30.1632924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4023959, 30.1647062 ], [ 120.4019375, 30.1649795 ], [ 120.4011007, 30.1651651 ], [ 120.4008433, 30.1652012 ], [ 120.4006406, 30.1652297 ], [ 120.4002029, 30.1652912 ], [ 120.3985258, 30.1655732 ], [ 120.393194, 30.1664486 ], [ 120.3929897, 30.1664822 ], [ 120.3925259, 30.1665619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925259, 30.1665619 ], [ 120.3929897, 30.1664822 ], [ 120.393194, 30.1664486 ], [ 120.3985258, 30.1655732 ], [ 120.4002029, 30.1652912 ], [ 120.4006406, 30.1652297 ], [ 120.4008433, 30.1652012 ], [ 120.4011007, 30.1651651 ], [ 120.4019375, 30.1649795 ], [ 120.4023959, 30.1647062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4031344, 30.1667574 ], [ 120.4030191, 30.1664595 ], [ 120.4029215, 30.1661661 ], [ 120.4029045, 30.1661188 ], [ 120.4028073, 30.165849 ], [ 120.4024509, 30.1648591 ], [ 120.4023959, 30.1647062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4023959, 30.1647062 ], [ 120.4024509, 30.1648591 ], [ 120.4028073, 30.165849 ], [ 120.4029045, 30.1661188 ], [ 120.4029215, 30.1661661 ], [ 120.4030191, 30.1664595 ], [ 120.4031344, 30.1667574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925259, 30.1665619 ], [ 120.39221, 30.1666162 ], [ 120.3911818, 30.1667927 ], [ 120.3904094, 30.1669254 ], [ 120.3899713, 30.1670006 ], [ 120.3895504, 30.1670729 ], [ 120.3881724, 30.1673096 ], [ 120.3877504, 30.1673814 ], [ 120.387366, 30.1674467 ], [ 120.3867843, 30.1675456 ], [ 120.3862539, 30.1676358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3862539, 30.1676358 ], [ 120.3867843, 30.1675456 ], [ 120.387366, 30.1674467 ], [ 120.3877504, 30.1673814 ], [ 120.3881724, 30.1673096 ], [ 120.3895504, 30.1670729 ], [ 120.3899713, 30.1670006 ], [ 120.3904094, 30.1669254 ], [ 120.3911818, 30.1667927 ], [ 120.39221, 30.1666162 ], [ 120.3925259, 30.1665619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4031344, 30.1667574 ], [ 120.4032085, 30.1672976 ], [ 120.4032286, 30.1674447 ], [ 120.4032928, 30.1676186 ], [ 120.4034597, 30.1675956 ], [ 120.4035136, 30.1676301 ], [ 120.4035961, 30.1676829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4031344, 30.1667574 ], [ 120.4032689, 30.167131 ], [ 120.4033469, 30.1672626 ], [ 120.4035961, 30.1676829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4035961, 30.1676829 ], [ 120.4035136, 30.1676301 ], [ 120.4034597, 30.1675956 ], [ 120.4032928, 30.1676186 ], [ 120.4032286, 30.1674447 ], [ 120.4032085, 30.1672976 ], [ 120.4031344, 30.1667574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4035961, 30.1676829 ], [ 120.4033469, 30.1672626 ], [ 120.4032689, 30.167131 ], [ 120.4031344, 30.1667574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "轻纺城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3856592, 30.1730318 ], [ 120.3863285, 30.1727499 ], [ 120.3873097, 30.1721994 ], [ 120.3876076, 30.1720253 ], [ 120.3881271, 30.1717217 ], [ 120.3887375, 30.1713335 ], [ 120.390812, 30.1696918 ], [ 120.3924325, 30.1680549 ], [ 120.3931326, 30.1671078 ], [ 120.393495, 30.1666177 ], [ 120.3938536, 30.1660778 ], [ 120.3943884, 30.1651683 ], [ 120.3953003, 30.163417 ], [ 120.395605, 30.1627808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "轻纺城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3957343, 30.1627634 ], [ 120.3951292, 30.1640751 ], [ 120.3939661, 30.1661312 ], [ 120.3935853, 30.1666623 ], [ 120.3932294, 30.1671518 ], [ 120.3926063, 30.168009 ], [ 120.3910522, 30.1696221 ], [ 120.3895277, 30.1708557 ], [ 120.3887186, 30.1714413 ], [ 120.3882098, 30.1717655 ], [ 120.3878441, 30.1719986 ], [ 120.3877021, 30.1720806 ], [ 120.3871532, 30.1723975 ], [ 120.386506, 30.1727494 ], [ 120.3857233, 30.1731047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.386469, 30.1686915 ], [ 120.3864046, 30.1684258 ], [ 120.3862539, 30.1676358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3862539, 30.1676358 ], [ 120.3864046, 30.1684258 ], [ 120.386469, 30.1686915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386526, 30.1662405 ], [ 120.4386411, 30.166999 ], [ 120.4386346, 30.1674247 ], [ 120.4385863, 30.1678371 ], [ 120.4385171, 30.1681719 ], [ 120.4383581, 30.1687217 ], [ 120.4383194, 30.1688049 ], [ 120.4380746, 30.1693314 ], [ 120.4374248, 30.1703415 ], [ 120.4371225, 30.1708775 ], [ 120.4370451, 30.1710147 ], [ 120.4369623, 30.1711615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4369623, 30.1711615 ], [ 120.4370451, 30.1710147 ], [ 120.4371225, 30.1708775 ], [ 120.4374248, 30.1703415 ], [ 120.4380746, 30.1693314 ], [ 120.4383194, 30.1688049 ], [ 120.4383581, 30.1687217 ], [ 120.4385171, 30.1681719 ], [ 120.4385863, 30.1678371 ], [ 120.4386346, 30.1674247 ], [ 120.4386411, 30.166999 ], [ 120.4386526, 30.1662405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3856592, 30.1730318 ], [ 120.3856266, 30.172833 ], [ 120.3856358, 30.1726189 ], [ 120.385671, 30.1724642 ], [ 120.385904, 30.1719797 ], [ 120.3859599, 30.171868 ], [ 120.3863141, 30.171161 ], [ 120.3863768, 30.1710401 ], [ 120.3865058, 30.1707915 ], [ 120.3865317, 30.1707415 ], [ 120.3866421, 30.1705361 ], [ 120.3867293, 30.1702673 ], [ 120.3867587, 30.1700252 ], [ 120.3867457, 30.1699217 ], [ 120.3867275, 30.1697764 ], [ 120.3866055, 30.1692545 ], [ 120.386469, 30.1686915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.386469, 30.1686915 ], [ 120.3866055, 30.1692545 ], [ 120.3867275, 30.1697764 ], [ 120.3867457, 30.1699217 ], [ 120.3867587, 30.1700252 ], [ 120.3867293, 30.1702673 ], [ 120.3866421, 30.1705361 ], [ 120.3865317, 30.1707415 ], [ 120.3865058, 30.1707915 ], [ 120.3863768, 30.1710401 ], [ 120.3863141, 30.171161 ], [ 120.3859599, 30.171868 ], [ 120.385904, 30.1719797 ], [ 120.385671, 30.1724642 ], [ 120.3856358, 30.1726189 ], [ 120.3856266, 30.172833 ], [ 120.3856592, 30.1730318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4363201, 30.1713248 ], [ 120.4364405, 30.1712314 ], [ 120.4366365, 30.1711901 ], [ 120.4369623, 30.1711615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4369623, 30.1711615 ], [ 120.4366365, 30.1711901 ], [ 120.4364405, 30.1712314 ], [ 120.4363201, 30.1713248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.436759, 30.171522 ], [ 120.4369623, 30.1711615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5081203, 30.1712032 ], [ 120.5075402, 30.1714481 ], [ 120.5071772, 30.1717002 ], [ 120.5068261, 30.17205 ], [ 120.5066478, 30.1722319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5042128, 30.1720528 ], [ 120.5041215, 30.171824 ], [ 120.5040944, 30.171662 ], [ 120.5040969, 30.1714745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5101681, 30.1718851 ], [ 120.5101256, 30.1718144 ], [ 120.5101101, 30.1717357 ], [ 120.5101234, 30.1716568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5066478, 30.1722319 ], [ 120.5070427, 30.1723646 ], [ 120.5071983, 30.1723507 ], [ 120.5073431, 30.1722997 ], [ 120.5081203, 30.1712032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5081203, 30.1712032 ], [ 120.5073431, 30.1722997 ], [ 120.5071983, 30.1723507 ], [ 120.5070427, 30.1723646 ], [ 120.5066478, 30.1722319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5040969, 30.1714745 ], [ 120.5039828, 30.1717259 ], [ 120.5038077, 30.1720072 ], [ 120.5036069, 30.172229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5036069, 30.172229 ], [ 120.5038077, 30.1720072 ], [ 120.5039828, 30.1717259 ], [ 120.5040969, 30.1714745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5107, 30.1717747 ], [ 120.5106724, 30.1718478 ], [ 120.510621, 30.1719107 ], [ 120.5105505, 30.1719575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5102898, 30.1719825 ], [ 120.5102519, 30.1719565 ], [ 120.5102189, 30.1719313 ], [ 120.5101681, 30.1718851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5043143, 30.1720381 ], [ 120.5048723, 30.1718414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4534198, 30.1697239 ], [ 120.450413, 30.1696485 ], [ 120.4502677, 30.1696449 ], [ 120.4485503, 30.1696018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4485503, 30.1696018 ], [ 120.4502677, 30.1696449 ], [ 120.450413, 30.1696485 ], [ 120.4534198, 30.1697239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4481056, 30.1771421 ], [ 120.4481356, 30.1761771 ], [ 120.4481449, 30.175876 ], [ 120.448155, 30.1755524 ], [ 120.4481992, 30.1749095 ], [ 120.4482172, 30.1746486 ], [ 120.4482963, 30.1734986 ], [ 120.4483302, 30.1730059 ], [ 120.4483348, 30.1729385 ], [ 120.4485187, 30.1702635 ], [ 120.4485503, 30.1696018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4485503, 30.1696018 ], [ 120.4485187, 30.1702635 ], [ 120.4483348, 30.1729385 ], [ 120.4483302, 30.1730059 ], [ 120.4482963, 30.1734986 ], [ 120.4482172, 30.1746486 ], [ 120.4481992, 30.1749095 ], [ 120.448155, 30.1755524 ], [ 120.4481449, 30.175876 ], [ 120.4481356, 30.1761771 ], [ 120.4481056, 30.1771421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4534198, 30.1697239 ], [ 120.4534403, 30.1709419 ], [ 120.4535134, 30.1752822 ], [ 120.4535141, 30.1753194 ], [ 120.4535174, 30.1755155 ], [ 120.4535175, 30.1755205 ], [ 120.4535441, 30.1771019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4535441, 30.1771019 ], [ 120.4535175, 30.1755205 ], [ 120.4535174, 30.1755155 ], [ 120.4535141, 30.1753194 ], [ 120.4535134, 30.1752822 ], [ 120.4534403, 30.1709419 ], [ 120.4534198, 30.1697239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.436759, 30.171522 ], [ 120.4393316, 30.1726774 ], [ 120.4393866, 30.1727021 ], [ 120.4395551, 30.1727778 ], [ 120.4407085, 30.1733333 ], [ 120.4413566, 30.1736942 ], [ 120.4414609, 30.1738556 ], [ 120.4416037, 30.1745441 ], [ 120.4416696, 30.174734 ], [ 120.441774, 30.1747815 ], [ 120.4427748, 30.1747277 ], [ 120.4429219, 30.1747198 ], [ 120.4447069, 30.1747388 ], [ 120.4447728, 30.1748052 ], [ 120.4447767, 30.1752407 ], [ 120.4447786, 30.1754447 ], [ 120.4447838, 30.1760208 ], [ 120.4447733, 30.1761441 ], [ 120.4446904, 30.1771128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446904, 30.1771128 ], [ 120.4447733, 30.1761441 ], [ 120.4447838, 30.1760208 ], [ 120.4447786, 30.1754447 ], [ 120.4447767, 30.1752407 ], [ 120.4447728, 30.1748052 ], [ 120.4447069, 30.1747388 ], [ 120.4429219, 30.1747198 ], [ 120.4427748, 30.1747277 ], [ 120.441774, 30.1747815 ], [ 120.4416696, 30.174734 ], [ 120.4416037, 30.1745441 ], [ 120.4414609, 30.1738556 ], [ 120.4413566, 30.1736942 ], [ 120.4407085, 30.1733333 ], [ 120.4395551, 30.1727778 ], [ 120.4393866, 30.1727021 ], [ 120.4393316, 30.1726774 ], [ 120.436759, 30.171522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686989, 30.1749137 ], [ 120.4684092, 30.174982 ], [ 120.4670627, 30.1754564 ], [ 120.4670195, 30.1754755 ], [ 120.4661564, 30.1758566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4661564, 30.1758566 ], [ 120.4670195, 30.1754755 ], [ 120.4670627, 30.1754564 ], [ 120.4684092, 30.174982 ], [ 120.4686989, 30.1749137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5536759, 30.1596413 ], [ 120.5536531, 30.1595967 ], [ 120.553576, 30.1594457 ], [ 120.5534935, 30.1592841 ], [ 120.5533869, 30.1591663 ], [ 120.5531045, 30.1588543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5531045, 30.1588543 ], [ 120.5533869, 30.1591663 ], [ 120.5534935, 30.1592841 ], [ 120.553576, 30.1594457 ], [ 120.5536531, 30.1595967 ], [ 120.5536759, 30.1596413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5531045, 30.1588543 ], [ 120.5529681, 30.1589427 ], [ 120.5527792, 30.1589734 ], [ 120.552474, 30.1590229 ], [ 120.552209, 30.1590867 ], [ 120.5519155, 30.1591309 ], [ 120.5515899, 30.1591489 ], [ 120.5512359, 30.1592161 ], [ 120.5508326, 30.1593405 ], [ 120.5503233, 30.1594681 ], [ 120.550028, 30.1595713 ], [ 120.5494241, 30.1597251 ], [ 120.5489356, 30.1598332 ], [ 120.5487141, 30.1598937 ], [ 120.5483374, 30.1600149 ], [ 120.5478906, 30.1601147 ], [ 120.5475687, 30.1601851 ], [ 120.5471629, 30.1602651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471629, 30.1602651 ], [ 120.5475687, 30.1601851 ], [ 120.5478906, 30.1601147 ], [ 120.5483374, 30.1600149 ], [ 120.5487141, 30.1598937 ], [ 120.5489356, 30.1598332 ], [ 120.5494241, 30.1597251 ], [ 120.550028, 30.1595713 ], [ 120.5503233, 30.1594681 ], [ 120.5508326, 30.1593405 ], [ 120.5512359, 30.1592161 ], [ 120.5515899, 30.1591489 ], [ 120.5519155, 30.1591309 ], [ 120.552209, 30.1590867 ], [ 120.552474, 30.1590229 ], [ 120.5527792, 30.1589734 ], [ 120.5529681, 30.1589427 ], [ 120.5531045, 30.1588543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5466919, 30.1603472 ], [ 120.5470292, 30.1602915 ], [ 120.5471629, 30.1602651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471629, 30.1602651 ], [ 120.5470292, 30.1602915 ], [ 120.5466919, 30.1603472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5473834, 30.1610142 ], [ 120.5478826, 30.1608625 ], [ 120.5491698, 30.1604715 ], [ 120.549317, 30.160423 ], [ 120.5495775, 30.160337 ], [ 120.5508596, 30.1600726 ], [ 120.5517018, 30.1599289 ], [ 120.5527179, 30.1597809 ], [ 120.5536182, 30.1596497 ], [ 120.5536759, 30.1596413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5536759, 30.1596413 ], [ 120.5536182, 30.1596497 ], [ 120.5527179, 30.1597809 ], [ 120.5517018, 30.1599289 ], [ 120.5508596, 30.1600726 ], [ 120.5495775, 30.160337 ], [ 120.549317, 30.160423 ], [ 120.5491698, 30.1604715 ], [ 120.5478826, 30.1608625 ], [ 120.5473834, 30.1610142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5466919, 30.1603472 ], [ 120.5465559, 30.1603652 ], [ 120.5463779, 30.1604143 ], [ 120.5461394, 30.160411 ], [ 120.545774, 30.1603521 ], [ 120.5454105, 30.160339 ], [ 120.5451521, 30.1603206 ], [ 120.5448098, 30.1602963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5448098, 30.1602963 ], [ 120.5451521, 30.1603206 ], [ 120.5454105, 30.160339 ], [ 120.545774, 30.1603521 ], [ 120.5461394, 30.160411 ], [ 120.5463779, 30.1604143 ], [ 120.5465559, 30.1603652 ], [ 120.5466919, 30.1603472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5126584, 30.1630025 ], [ 120.5128515, 30.1627783 ], [ 120.5132987, 30.1622592 ], [ 120.514693, 30.1605634 ], [ 120.5148585, 30.1603621 ], [ 120.515009, 30.1601667 ], [ 120.5155801, 30.1593669 ], [ 120.5162098, 30.1584281 ], [ 120.5169927, 30.15745 ], [ 120.517093763408838, 30.157360144011992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.517223084928546, 30.157371508507119 ], [ 120.5163609, 30.1585146 ], [ 120.5156264, 30.1594261 ], [ 120.515092, 30.1601925 ], [ 120.5149365, 30.1603891 ], [ 120.5147626, 30.1606027 ], [ 120.5133544, 30.1623324 ], [ 120.5126981, 30.1630516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5448098, 30.1602963 ], [ 120.5447327, 30.1602932 ], [ 120.544195, 30.1602506 ], [ 120.5436858, 30.1602195 ], [ 120.5431292, 30.1602391 ], [ 120.5429739, 30.1602686 ], [ 120.5428887, 30.1603226 ], [ 120.5428206, 30.1603766 ], [ 120.5426767, 30.1605354 ], [ 120.5425915, 30.1605616 ], [ 120.5424798, 30.1605452 ], [ 120.5421807, 30.1604375 ], [ 120.5414896, 30.1602083 ], [ 120.5411776, 30.1601004 ], [ 120.5405779, 30.1599441 ], [ 120.5404186, 30.1599256 ], [ 120.5402727, 30.159943 ], [ 120.5400397, 30.159987 ], [ 120.5398108, 30.1600645 ], [ 120.5396743, 30.1601259 ], [ 120.5395714, 30.1601945 ], [ 120.5394162, 30.1603337 ], [ 120.5390158, 30.1607978 ], [ 120.5389476, 30.1608487 ], [ 120.5388391, 30.1608799 ], [ 120.5387173, 30.1608869 ], [ 120.5385928, 30.160873 ], [ 120.538404, 30.160829 ], [ 120.5380426, 30.1607352 ], [ 120.5379475, 30.160726 ], [ 120.537388, 30.1607361 ], [ 120.536985, 30.1607257 ], [ 120.5367467, 30.1607164 ], [ 120.5366271, 30.1607033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5366271, 30.1607033 ], [ 120.5367467, 30.1607164 ], [ 120.536985, 30.1607257 ], [ 120.537388, 30.1607361 ], [ 120.5379475, 30.160726 ], [ 120.5380426, 30.1607352 ], [ 120.538404, 30.160829 ], [ 120.5385928, 30.160873 ], [ 120.5387173, 30.1608869 ], [ 120.5388391, 30.1608799 ], [ 120.5389476, 30.1608487 ], [ 120.5390158, 30.1607978 ], [ 120.5394162, 30.1603337 ], [ 120.5395714, 30.1601945 ], [ 120.5396743, 30.1601259 ], [ 120.5398108, 30.1600645 ], [ 120.5400397, 30.159987 ], [ 120.5402727, 30.159943 ], [ 120.5404186, 30.1599256 ], [ 120.5405779, 30.1599441 ], [ 120.5411776, 30.1601004 ], [ 120.5414896, 30.1602083 ], [ 120.5421807, 30.1604375 ], [ 120.5424798, 30.1605452 ], [ 120.5425915, 30.1605616 ], [ 120.5426767, 30.1605354 ], [ 120.5428206, 30.1603766 ], [ 120.5428887, 30.1603226 ], [ 120.5429739, 30.1602686 ], [ 120.5431292, 30.1602391 ], [ 120.5436858, 30.1602195 ], [ 120.544195, 30.1602506 ], [ 120.5447327, 30.1602932 ], [ 120.5448098, 30.1602963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5366271, 30.1607033 ], [ 120.5364509, 30.160684 ], [ 120.536313, 30.160699 ], [ 120.5361119, 30.1607423 ], [ 120.535987, 30.1607671 ], [ 120.5354777, 30.1608684 ], [ 120.5349628, 30.1610141 ], [ 120.5348056, 30.1610403 ], [ 120.5345614, 30.1610599 ], [ 120.534275, 30.1610799 ], [ 120.5335234, 30.1610668 ], [ 120.5329464, 30.1610354 ], [ 120.5323996, 30.1609968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5323996, 30.1609968 ], [ 120.5329464, 30.1610354 ], [ 120.5335234, 30.1610668 ], [ 120.534275, 30.1610799 ], [ 120.5345614, 30.1610599 ], [ 120.5348056, 30.1610403 ], [ 120.5349628, 30.1610141 ], [ 120.5354777, 30.1608684 ], [ 120.535987, 30.1607671 ], [ 120.5361119, 30.1607423 ], [ 120.536313, 30.160699 ], [ 120.5364509, 30.160684 ], [ 120.5366271, 30.1607033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5323996, 30.1609968 ], [ 120.532532, 30.1621668 ], [ 120.5325294, 30.1622966 ], [ 120.5325106, 30.1624659 ], [ 120.5325454, 30.1627001 ], [ 120.5325669, 30.1627442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5325669, 30.1627442 ], [ 120.5325454, 30.1627001 ], [ 120.5325106, 30.1624659 ], [ 120.5325294, 30.1622966 ], [ 120.532532, 30.1621668 ], [ 120.5323996, 30.1609968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5473834, 30.1610142 ], [ 120.5469381, 30.1611353 ], [ 120.5464286, 30.1612739 ], [ 120.5459994, 30.1613389 ], [ 120.5456024, 30.1613296 ], [ 120.5451089, 30.1612925 ], [ 120.5442774, 30.1612832 ], [ 120.542829, 30.1613667 ], [ 120.5415201, 30.1614131 ], [ 120.5411902, 30.161384 ], [ 120.540415, 30.1613157 ], [ 120.5398974, 30.1612623 ], [ 120.5387413, 30.1613064 ], [ 120.537352, 30.161376 ], [ 120.5372226, 30.1613687 ], [ 120.5369684, 30.161376 ], [ 120.5365527, 30.1614409 ], [ 120.5362619, 30.1615247 ], [ 120.5360055, 30.1615986 ], [ 120.5358821, 30.161689 ], [ 120.5358285, 30.1617841 ], [ 120.5358231, 30.1618862 ], [ 120.5358177, 30.1619812 ], [ 120.5358016, 30.1620114 ], [ 120.5356944, 30.1621134 ], [ 120.5356461, 30.1622108 ], [ 120.5356112, 30.1623616 ], [ 120.5355227, 30.1624706 ], [ 120.5352411, 30.162568 ], [ 120.5347717, 30.1626561 ], [ 120.5338651, 30.1626607 ], [ 120.5330631, 30.162677 ], [ 120.5326822, 30.1627001 ], [ 120.5325669, 30.1627442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5325669, 30.1627442 ], [ 120.5326822, 30.1627001 ], [ 120.5330631, 30.162677 ], [ 120.5338651, 30.1626607 ], [ 120.5347717, 30.1626561 ], [ 120.5352411, 30.162568 ], [ 120.5355227, 30.1624706 ], [ 120.5356112, 30.1623616 ], [ 120.5356461, 30.1622108 ], [ 120.5356944, 30.1621134 ], [ 120.5358016, 30.1620114 ], [ 120.5358177, 30.1619812 ], [ 120.5358231, 30.1618862 ], [ 120.5358285, 30.1617841 ], [ 120.5358821, 30.161689 ], [ 120.5360055, 30.1615986 ], [ 120.5362619, 30.1615247 ], [ 120.5365527, 30.1614409 ], [ 120.5369684, 30.161376 ], [ 120.5372226, 30.1613687 ], [ 120.537352, 30.161376 ], [ 120.5387413, 30.1613064 ], [ 120.5398974, 30.1612623 ], [ 120.540415, 30.1613157 ], [ 120.5411902, 30.161384 ], [ 120.5415201, 30.1614131 ], [ 120.542829, 30.1613667 ], [ 120.5442774, 30.1612832 ], [ 120.5451089, 30.1612925 ], [ 120.5456024, 30.1613296 ], [ 120.5459994, 30.1613389 ], [ 120.5464286, 30.1612739 ], [ 120.5469381, 30.1611353 ], [ 120.5473834, 30.1610142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5892173, 30.1523094 ], [ 120.5895603, 30.1522637 ], [ 120.5897791, 30.1522354 ], [ 120.5903625, 30.1521762 ], [ 120.5908774, 30.1521338 ], [ 120.5914712, 30.1520697 ], [ 120.5916473, 30.1520507 ], [ 120.5919609, 30.151987 ], [ 120.5927396, 30.1518251 ], [ 120.5932994, 30.1517414 ], [ 120.5936667, 30.1516596 ], [ 120.5940675, 30.1515703 ], [ 120.5943053, 30.151515 ], [ 120.5945494, 30.1514877 ], [ 120.5951913, 30.1513639 ], [ 120.5961721, 30.1512311 ], [ 120.5963418, 30.1512079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963418, 30.1512079 ], [ 120.5961721, 30.1512311 ], [ 120.5951913, 30.1513639 ], [ 120.5945494, 30.1514877 ], [ 120.5943053, 30.151515 ], [ 120.5940675, 30.1515703 ], [ 120.5936667, 30.1516596 ], [ 120.5932994, 30.1517414 ], [ 120.5927396, 30.1518251 ], [ 120.5919609, 30.151987 ], [ 120.5916473, 30.1520507 ], [ 120.5914712, 30.1520697 ], [ 120.5908774, 30.1521338 ], [ 120.5903625, 30.1521762 ], [ 120.5897791, 30.1522354 ], [ 120.5895603, 30.1522637 ], [ 120.5892173, 30.1523094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5892173, 30.1523094 ], [ 120.5893655, 30.1528212 ], [ 120.5895849, 30.1535791 ], [ 120.5896671, 30.1538712 ], [ 120.5900891, 30.1553695 ], [ 120.5903021, 30.1566367 ], [ 120.5904539, 30.1575403 ], [ 120.5904819, 30.1579293 ], [ 120.5905215, 30.1584799 ], [ 120.5905475, 30.158842 ], [ 120.5905827, 30.1593307 ], [ 120.5905681, 30.1600709 ], [ 120.5905505, 30.1609633 ], [ 120.5905186, 30.1619568 ], [ 120.5904861, 30.162967 ], [ 120.5904799, 30.1630662 ], [ 120.5904087, 30.1641955 ], [ 120.5903734, 30.1647555 ], [ 120.5903338, 30.1653839 ], [ 120.5903023, 30.1659452 ], [ 120.5902983, 30.1660164 ], [ 120.5902642, 30.1666224 ], [ 120.5902619, 30.1666633 ], [ 120.5902564, 30.1667611 ], [ 120.5902534, 30.1668139 ], [ 120.590228, 30.1672664 ], [ 120.5901964, 30.1678276 ], [ 120.5900419, 30.1685005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5900419, 30.1685005 ], [ 120.5901964, 30.1678276 ], [ 120.590228, 30.1672664 ], [ 120.5902534, 30.1668139 ], [ 120.5902564, 30.1667611 ], [ 120.5902619, 30.1666633 ], [ 120.5902642, 30.1666224 ], [ 120.5902983, 30.1660164 ], [ 120.5903023, 30.1659452 ], [ 120.5903338, 30.1653839 ], [ 120.5903734, 30.1647555 ], [ 120.5904087, 30.1641955 ], [ 120.5904799, 30.1630662 ], [ 120.5904861, 30.162967 ], [ 120.5905186, 30.1619568 ], [ 120.5905505, 30.1609633 ], [ 120.5905681, 30.1600709 ], [ 120.5905827, 30.1593307 ], [ 120.5905475, 30.158842 ], [ 120.5905215, 30.1584799 ], [ 120.5904819, 30.1579293 ], [ 120.5904539, 30.1575403 ], [ 120.5903021, 30.1566367 ], [ 120.5900891, 30.1553695 ], [ 120.5896671, 30.1538712 ], [ 120.5895849, 30.1535791 ], [ 120.5893655, 30.1528212 ], [ 120.5892173, 30.1523094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963728, 30.1722687 ], [ 120.5962994, 30.1710222 ], [ 120.5962582, 30.1703228 ], [ 120.5961902, 30.1691672 ], [ 120.5961535, 30.1685445 ], [ 120.5961081, 30.1677746 ], [ 120.5960894, 30.1674566 ], [ 120.596025, 30.166578 ], [ 120.5960009, 30.1662497 ], [ 120.5959805, 30.1659719 ], [ 120.5958527, 30.1642279 ], [ 120.595812, 30.1636738 ], [ 120.595738, 30.1626647 ], [ 120.5956625, 30.1616341 ], [ 120.5956171, 30.1610148 ], [ 120.5955628, 30.1602735 ], [ 120.5955571, 30.1601968 ], [ 120.5955526, 30.1601354 ], [ 120.5955258, 30.1597694 ], [ 120.5954519, 30.1587919 ], [ 120.595414, 30.1582912 ], [ 120.5952687, 30.1563698 ], [ 120.5952281, 30.1558333 ], [ 120.595136, 30.1546155 ], [ 120.5950657, 30.1536856 ], [ 120.5950588, 30.1535765 ], [ 120.5950404, 30.153285 ], [ 120.5950361, 30.1532201 ], [ 120.5950394, 30.1531551 ], [ 120.5950504, 30.1530908 ], [ 120.5950688, 30.1530277 ], [ 120.5950946, 30.1529666 ], [ 120.5951233, 30.1529146 ], [ 120.5951574, 30.152865 ], [ 120.5951965, 30.1528182 ], [ 120.5962318, 30.1520343 ], [ 120.5962785, 30.1519935 ], [ 120.5963195, 30.1519484 ], [ 120.5963543, 30.1518995 ], [ 120.5963824, 30.1518475 ], [ 120.5964035, 30.1517931 ], [ 120.596417, 30.1517382 ], [ 120.5964233, 30.1516823 ], [ 120.5964224, 30.1516261 ], [ 120.5964142, 30.1515704 ], [ 120.5964039, 30.1515189 ], [ 120.5963418, 30.1512079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963418, 30.1512079 ], [ 120.5964039, 30.1515189 ], [ 120.5964142, 30.1515704 ], [ 120.5964224, 30.1516261 ], [ 120.5964233, 30.1516823 ], [ 120.596417, 30.1517382 ], [ 120.5964035, 30.1517931 ], [ 120.5963824, 30.1518475 ], [ 120.5963543, 30.1518995 ], [ 120.5963195, 30.1519484 ], [ 120.5962785, 30.1519935 ], [ 120.5962318, 30.1520343 ], [ 120.5951965, 30.1528182 ], [ 120.5951574, 30.152865 ], [ 120.5951233, 30.1529146 ], [ 120.5950946, 30.1529666 ], [ 120.5950688, 30.1530277 ], [ 120.5950504, 30.1530908 ], [ 120.5950394, 30.1531551 ], [ 120.5950361, 30.1532201 ], [ 120.5950404, 30.153285 ], [ 120.5950588, 30.1535765 ], [ 120.5950657, 30.1536856 ], [ 120.595136, 30.1546155 ], [ 120.5952281, 30.1558333 ], [ 120.5952687, 30.1563698 ], [ 120.595414, 30.1582912 ], [ 120.5954519, 30.1587919 ], [ 120.5955258, 30.1597694 ], [ 120.5955526, 30.1601354 ], [ 120.5955571, 30.1601968 ], [ 120.5955628, 30.1602735 ], [ 120.5956171, 30.1610148 ], [ 120.5956625, 30.1616341 ], [ 120.595738, 30.1626647 ], [ 120.595812, 30.1636738 ], [ 120.5958527, 30.1642279 ], [ 120.5959805, 30.1659719 ], [ 120.5960009, 30.1662497 ], [ 120.596025, 30.166578 ], [ 120.5960894, 30.1674566 ], [ 120.5961081, 30.1677746 ], [ 120.5961535, 30.1685445 ], [ 120.5961902, 30.1691672 ], [ 120.5962582, 30.1703228 ], [ 120.5962994, 30.1710222 ], [ 120.5963728, 30.1722687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5894563, 30.1667423 ], [ 120.5895079, 30.1668533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5895079, 30.1668533 ], [ 120.5894563, 30.1667423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5895079, 30.1668533 ], [ 120.5896893, 30.1672685 ], [ 120.5898036, 30.1675901 ], [ 120.5900419, 30.1685005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6095213, 30.1690911 ], [ 120.6094939, 30.1690351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5323996, 30.1609968 ], [ 120.5323341, 30.1609922 ], [ 120.5322375, 30.1609853 ], [ 120.5321816, 30.1609814 ], [ 120.531523, 30.1609087 ], [ 120.5309768, 30.1608867 ], [ 120.5306555, 30.1608693 ], [ 120.5304293, 30.1608809 ], [ 120.5302606, 30.1608925 ], [ 120.5301495, 30.1608878 ], [ 120.5300304, 30.1608624 ], [ 120.5299527, 30.1608253 ], [ 120.529754, 30.1606995 ], [ 120.5294337, 30.1605312 ], [ 120.5290835, 30.1603609 ], [ 120.5289983, 30.1603609 ], [ 120.5288052, 30.1603953 ], [ 120.5280498, 30.1605786 ], [ 120.5272225, 30.1607914 ], [ 120.5266488, 30.1609556 ], [ 120.5264114, 30.1610095 ], [ 120.5260554, 30.1610903 ], [ 120.5258991, 30.1611258 ], [ 120.5255697, 30.1611962 ], [ 120.5252706, 30.1612666 ], [ 120.5248105, 30.1614123 ], [ 120.5245498, 30.1615203 ], [ 120.5236307, 30.1618159 ], [ 120.5231046, 30.1619629 ], [ 120.5230551, 30.1620011 ], [ 120.5230136, 30.1620497 ], [ 120.5228944, 30.1623553 ], [ 120.5227793, 30.1626076 ], [ 120.5226972, 30.1626798 ], [ 120.5218852, 30.1628696 ], [ 120.5213485, 30.162998 ], [ 120.5209079, 30.1631034 ], [ 120.5204931, 30.1631796 ], [ 120.5196927, 30.1633265 ], [ 120.5180498, 30.1636103 ], [ 120.517023, 30.1638252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.517023, 30.1638252 ], [ 120.5180498, 30.1636103 ], [ 120.5196927, 30.1633265 ], [ 120.5204931, 30.1631796 ], [ 120.5209079, 30.1631034 ], [ 120.5213485, 30.162998 ], [ 120.5218852, 30.1628696 ], [ 120.5226972, 30.1626798 ], [ 120.5227793, 30.1626076 ], [ 120.5228944, 30.1623553 ], [ 120.5230136, 30.1620497 ], [ 120.5230551, 30.1620011 ], [ 120.5231046, 30.1619629 ], [ 120.5236307, 30.1618159 ], [ 120.5245498, 30.1615203 ], [ 120.5248105, 30.1614123 ], [ 120.5252706, 30.1612666 ], [ 120.5255697, 30.1611962 ], [ 120.5258991, 30.1611258 ], [ 120.5260554, 30.1610903 ], [ 120.5264114, 30.1610095 ], [ 120.5266488, 30.1609556 ], [ 120.5272225, 30.1607914 ], [ 120.5280498, 30.1605786 ], [ 120.5288052, 30.1603953 ], [ 120.5289983, 30.1603609 ], [ 120.5290835, 30.1603609 ], [ 120.5294337, 30.1605312 ], [ 120.529754, 30.1606995 ], [ 120.5299527, 30.1608253 ], [ 120.5300304, 30.1608624 ], [ 120.5301495, 30.1608878 ], [ 120.5302606, 30.1608925 ], [ 120.5304293, 30.1608809 ], [ 120.5306555, 30.1608693 ], [ 120.5309768, 30.1608867 ], [ 120.531523, 30.1609087 ], [ 120.5321816, 30.1609814 ], [ 120.5322375, 30.1609853 ], [ 120.5323341, 30.1609922 ], [ 120.5323996, 30.1609968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5069368, 30.1620794 ], [ 120.507055, 30.1621199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5070363, 30.1622478 ], [ 120.5069368, 30.1620794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.507055, 30.1621199 ], [ 120.5070363, 30.1622478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.507055, 30.1621199 ], [ 120.5076063, 30.1622758 ], [ 120.5082916, 30.1623348 ], [ 120.5095756, 30.1626193 ], [ 120.5102248, 30.1627632 ], [ 120.5120887, 30.1631763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5124089, 30.1633555 ], [ 120.5102419, 30.1628628 ], [ 120.5098017, 30.1627627 ], [ 120.5086415, 30.1624988 ], [ 120.508191, 30.1624103 ], [ 120.5070363, 30.1622478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5120887, 30.1631763 ], [ 120.5122734, 30.1631543 ], [ 120.5124179, 30.163116 ], [ 120.5126584, 30.1630025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.51246, 30.1632545 ], [ 120.5126584, 30.1630025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5126981, 30.1630516 ], [ 120.5125084, 30.1632828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5120887, 30.1631763 ], [ 120.51246, 30.1632545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5126981, 30.1630516 ], [ 120.5126697, 30.1632158 ], [ 120.5126905, 30.1633057 ], [ 120.5127789, 30.1634384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.51246, 30.1632545 ], [ 120.5125084, 30.1632828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5124089, 30.1633555 ], [ 120.51246, 30.1632545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5125084, 30.1632828 ], [ 120.5124089, 30.1633555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5125084, 30.1632828 ], [ 120.5127789, 30.1634384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5127789, 30.1634384 ], [ 120.5124089, 30.1633555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5234688, 30.164451 ], [ 120.5234989, 30.164438 ], [ 120.5238229, 30.164298 ], [ 120.5252016, 30.1640892 ], [ 120.5254103, 30.1640588 ], [ 120.5265708, 30.1638896 ], [ 120.5269825, 30.1638295 ], [ 120.5271274, 30.1637831 ], [ 120.527814, 30.1636254 ], [ 120.5299383, 30.1630921 ], [ 120.5301168, 30.1630768 ], [ 120.530861, 30.1630132 ], [ 120.532112, 30.1628293 ], [ 120.532186, 30.1628184 ], [ 120.532406, 30.1627906 ], [ 120.5324639, 30.1627739 ], [ 120.5325669, 30.1627442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5325669, 30.1627442 ], [ 120.5324639, 30.1627739 ], [ 120.532406, 30.1627906 ], [ 120.532186, 30.1628184 ], [ 120.532112, 30.1628293 ], [ 120.530861, 30.1630132 ], [ 120.5301168, 30.1630768 ], [ 120.5299383, 30.1630921 ], [ 120.527814, 30.1636254 ], [ 120.5271274, 30.1637831 ], [ 120.5269825, 30.1638295 ], [ 120.5265708, 30.1638896 ], [ 120.5254103, 30.1640588 ], [ 120.5252016, 30.1640892 ], [ 120.5238229, 30.164298 ], [ 120.5234989, 30.164438 ], [ 120.5234688, 30.164451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.517023, 30.1638252 ], [ 120.5162747, 30.1639661 ], [ 120.5156411, 30.1639859 ], [ 120.5151218, 30.1639548 ], [ 120.5145535, 30.1638616 ], [ 120.513436, 30.1635951 ], [ 120.5127789, 30.1634384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5127789, 30.1634384 ], [ 120.513436, 30.1635951 ], [ 120.5145535, 30.1638616 ], [ 120.5151218, 30.1639548 ], [ 120.5156411, 30.1639859 ], [ 120.5162747, 30.1639661 ], [ 120.517023, 30.1638252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5068628, 30.1662466 ], [ 120.5068641, 30.1658331 ], [ 120.5068675, 30.1647112 ], [ 120.5068447, 30.1634554 ], [ 120.5068123, 30.162837 ], [ 120.5069368, 30.1620794 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5231966, 30.1644322 ], [ 120.5232182, 30.1645048 ], [ 120.5224544, 30.1648468 ], [ 120.5209061, 30.1655591 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5209061, 30.1655591 ], [ 120.5224544, 30.1648468 ], [ 120.5232182, 30.1645048 ], [ 120.5231966, 30.1644322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5170089, 30.1667117 ], [ 120.5170104, 30.1666169 ], [ 120.5169972, 30.166431 ], [ 120.5169833, 30.1660928 ], [ 120.5169994, 30.1652256 ], [ 120.5170078, 30.1647248 ], [ 120.5170121, 30.1644746 ], [ 120.517023, 30.1638252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.517023, 30.1638252 ], [ 120.5170121, 30.1644746 ], [ 120.5170078, 30.1647248 ], [ 120.5169994, 30.1652256 ], [ 120.5169833, 30.1660928 ], [ 120.5169972, 30.166431 ], [ 120.5170104, 30.1666169 ], [ 120.5170089, 30.1667117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5209061, 30.1655591 ], [ 120.5197358, 30.1660931 ], [ 120.5185149, 30.1663739 ], [ 120.5170089, 30.1667117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5170089, 30.1667117 ], [ 120.5185149, 30.1663739 ], [ 120.5197358, 30.1660931 ], [ 120.5209061, 30.1655591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5209061, 30.1655591 ], [ 120.521276, 30.1675358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.521276, 30.1675358 ], [ 120.5209061, 30.1655591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5473834, 30.1610142 ], [ 120.5473638, 30.1609477 ], [ 120.5473205, 30.1608005 ], [ 120.5473051, 30.1607483 ], [ 120.5472897, 30.1606958 ], [ 120.5471629, 30.1602651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471629, 30.1602651 ], [ 120.5472897, 30.1606958 ], [ 120.5473051, 30.1607483 ], [ 120.5473205, 30.1608005 ], [ 120.5473638, 30.1609477 ], [ 120.5473834, 30.1610142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5536759, 30.1596413 ], [ 120.5537421, 30.1596247 ], [ 120.5538932, 30.1595868 ], [ 120.5539504, 30.1595725 ], [ 120.55462, 30.1594047 ], [ 120.5556987, 30.1591649 ], [ 120.5564976, 30.1589873 ], [ 120.5567344, 30.1595747 ], [ 120.5567969, 30.1597297 ], [ 120.5569471, 30.1601022 ], [ 120.5569724, 30.1601648 ], [ 120.5571702, 30.1606554 ], [ 120.5572453, 30.1608415 ], [ 120.5580854, 30.1629251 ], [ 120.5582653, 30.1633539 ], [ 120.5584588, 30.1638151 ], [ 120.5587221, 30.1644425 ], [ 120.5587948, 30.1646164 ], [ 120.5591089, 30.1653676 ], [ 120.5592118, 30.1656137 ], [ 120.5594703, 30.1662317 ], [ 120.5598295, 30.1670908 ], [ 120.5601097, 30.1677609 ], [ 120.5604666, 30.1686144 ], [ 120.5605047, 30.1687055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5605047, 30.1687055 ], [ 120.5604666, 30.1686144 ], [ 120.5601097, 30.1677609 ], [ 120.5598295, 30.1670908 ], [ 120.5594703, 30.1662317 ], [ 120.5592118, 30.1656137 ], [ 120.5591089, 30.1653676 ], [ 120.5587948, 30.1646164 ], [ 120.5587221, 30.1644425 ], [ 120.5584588, 30.1638151 ], [ 120.5582653, 30.1633539 ], [ 120.5580854, 30.1629251 ], [ 120.5572453, 30.1608415 ], [ 120.5571702, 30.1606554 ], [ 120.5569724, 30.1601648 ], [ 120.5569471, 30.1601022 ], [ 120.5567969, 30.1597297 ], [ 120.5567344, 30.1595747 ], [ 120.5564976, 30.1589873 ], [ 120.5556987, 30.1591649 ], [ 120.55462, 30.1594047 ], [ 120.5539504, 30.1595725 ], [ 120.5538932, 30.1595868 ], [ 120.5537421, 30.1596247 ], [ 120.5536759, 30.1596413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5729388, 30.1651969 ], [ 120.5735764, 30.1650559 ], [ 120.5755999, 30.1646086 ], [ 120.577447, 30.1642003 ], [ 120.5793327, 30.1637834 ], [ 120.5797746, 30.1636886 ], [ 120.5813402, 30.1633518 ], [ 120.5817452, 30.1632799 ], [ 120.5821835, 30.1632119 ], [ 120.5825626, 30.1631984 ], [ 120.5828128, 30.1631912 ], [ 120.5831963, 30.1631802 ], [ 120.5834857, 30.1631909 ], [ 120.5836903, 30.1631984 ], [ 120.5842665, 30.163266 ], [ 120.5850047, 30.1634155 ], [ 120.5854874, 30.1635503 ], [ 120.5859281, 30.1636991 ], [ 120.5861092, 30.1637674 ], [ 120.5868711, 30.1641344 ], [ 120.5872932, 30.1644136 ], [ 120.5882019, 30.1651176 ], [ 120.5885503, 30.1654788 ], [ 120.5889722, 30.1659842 ], [ 120.589209, 30.1663188 ], [ 120.5893788, 30.1666007 ], [ 120.5894379, 30.1666989 ], [ 120.5894563, 30.1667423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5729388, 30.1651969 ], [ 120.5729683, 30.1652729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5729683, 30.1652729 ], [ 120.5729388, 30.1651969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5485927, 30.1712731 ], [ 120.5484353, 30.1709691 ], [ 120.5481626, 30.170237 ], [ 120.5480799, 30.1700151 ], [ 120.5476754, 30.1689142 ], [ 120.5474907, 30.1684326 ], [ 120.5471662, 30.1675443 ], [ 120.5461594, 30.1645814 ], [ 120.5451182, 30.1617179 ], [ 120.5449788, 30.1613376 ], [ 120.5449144, 30.1610802 ], [ 120.5449065, 30.1610279 ], [ 120.5448098, 30.1602963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5448098, 30.1602963 ], [ 120.5449065, 30.1610279 ], [ 120.5449144, 30.1610802 ], [ 120.5449788, 30.1613376 ], [ 120.5451182, 30.1617179 ], [ 120.5461594, 30.1645814 ], [ 120.5471662, 30.1675443 ], [ 120.5474907, 30.1684326 ], [ 120.5476754, 30.1689142 ], [ 120.5480799, 30.1700151 ], [ 120.5481626, 30.170237 ], [ 120.5484353, 30.1709691 ], [ 120.5485927, 30.1712731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5605047, 30.1687055 ], [ 120.561214, 30.168468 ], [ 120.5623566, 30.1680854 ], [ 120.562888, 30.1678923 ], [ 120.5637871, 30.1675657 ], [ 120.5641058, 30.1674499 ], [ 120.56459, 30.1672929 ], [ 120.5654825, 30.1670035 ], [ 120.5670134, 30.1665809 ], [ 120.5681099, 30.1662985 ], [ 120.5722763, 30.1653392 ], [ 120.5729388, 30.1651969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5014481, 30.1669859 ], [ 120.5031563, 30.1662794 ], [ 120.5038541, 30.1661965 ], [ 120.5068628, 30.1662466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5068628, 30.1662466 ], [ 120.5038541, 30.1661965 ], [ 120.5031563, 30.1662794 ], [ 120.5014481, 30.1669859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5070363, 30.1622478 ], [ 120.5069518, 30.1628277 ], [ 120.5069211, 30.1634594 ], [ 120.5069404, 30.1637142 ], [ 120.507016, 30.1647112 ], [ 120.5070026, 30.1678264 ], [ 120.5069954, 30.1683133 ], [ 120.5069933, 30.1684591 ], [ 120.5069892, 30.1687364 ], [ 120.5069882, 30.1688024 ], [ 120.5069792, 30.1690457 ], [ 120.5069799, 30.1691065 ], [ 120.5069828, 30.1693461 ], [ 120.5069863, 30.1696329 ], [ 120.5069197, 30.1700294 ], [ 120.5068261, 30.1703427 ], [ 120.5066633, 30.1706624 ], [ 120.5064489, 30.1709651 ], [ 120.5062566, 30.1712166 ], [ 120.5060445, 30.1713956 ], [ 120.5057635, 30.1716045 ], [ 120.5054479, 30.1717835 ], [ 120.5050362, 30.1719412 ], [ 120.5042854, 30.1721791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.521276, 30.1675358 ], [ 120.5239965, 30.1670287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5239965, 30.1670287 ], [ 120.521276, 30.1675358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5170089, 30.1667117 ], [ 120.5172394, 30.168239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5172394, 30.168239 ], [ 120.5170089, 30.1667117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.521276, 30.1675358 ], [ 120.5201414, 30.1677377 ], [ 120.519994, 30.1677639 ], [ 120.5197282, 30.1678112 ], [ 120.5194739, 30.1678564 ], [ 120.5192911, 30.1678889 ], [ 120.5175857, 30.1681799 ], [ 120.5175424, 30.1681873 ], [ 120.5174226, 30.1682077 ], [ 120.5172394, 30.168239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5172394, 30.168239 ], [ 120.5174226, 30.1682077 ], [ 120.5175424, 30.1681873 ], [ 120.5175857, 30.1681799 ], [ 120.5192911, 30.1678889 ], [ 120.5194739, 30.1678564 ], [ 120.5197282, 30.1678112 ], [ 120.519994, 30.1677639 ], [ 120.5201414, 30.1677377 ], [ 120.521276, 30.1675358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318236, 30.1682102 ], [ 120.5318616, 30.1682945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318616, 30.1682945 ], [ 120.5318236, 30.1682102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5217523, 30.1699691 ], [ 120.5215387, 30.1688777 ], [ 120.5214632, 30.168492 ], [ 120.5213984, 30.1681612 ], [ 120.521276, 30.1675358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.521276, 30.1675358 ], [ 120.5213984, 30.1681612 ], [ 120.5214632, 30.168492 ], [ 120.5215387, 30.1688777 ], [ 120.5217523, 30.1699691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318236, 30.1682102 ], [ 120.5327601, 30.167976 ], [ 120.533561, 30.1677757 ], [ 120.5340396, 30.1676406 ], [ 120.5367967, 30.166923 ], [ 120.5376618, 30.1667335 ], [ 120.5378028, 30.1667099 ], [ 120.5388954, 30.1665858 ], [ 120.5390244, 30.1665711 ], [ 120.5396715, 30.1666177 ], [ 120.5399797, 30.1666399 ], [ 120.5409985, 30.1668355 ], [ 120.5421165, 30.1672382 ], [ 120.5429136, 30.1677074 ], [ 120.5434749, 30.168122 ], [ 120.5441796, 30.1687834 ], [ 120.544611, 30.1691695 ], [ 120.5451425, 30.1697487 ], [ 120.5459257, 30.1703533 ], [ 120.5470565, 30.1708818 ], [ 120.5478033, 30.1711139 ], [ 120.548127, 30.1711792 ], [ 120.5485927, 30.1712731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5486262, 30.1713792 ], [ 120.5481593, 30.1712831 ], [ 120.5477907, 30.1712073 ], [ 120.5474502, 30.1710975 ], [ 120.5470161, 30.1709576 ], [ 120.5459043, 30.1704255 ], [ 120.5450484, 30.1697881 ], [ 120.5444974, 30.1692141 ], [ 120.5441056, 30.1688574 ], [ 120.5434039, 30.1681795 ], [ 120.5428842, 30.1677773 ], [ 120.5420512, 30.1672848 ], [ 120.5409781, 30.1669142 ], [ 120.5399728, 30.166734 ], [ 120.539063, 30.1666869 ], [ 120.5384254, 30.166731 ], [ 120.5378872, 30.1667682 ], [ 120.5378127, 30.1667733 ], [ 120.5376852, 30.1667985 ], [ 120.5367859, 30.1670046 ], [ 120.5340467, 30.1677151 ], [ 120.5335829, 30.1678453 ], [ 120.5318616, 30.1682945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5048723, 30.1718414 ], [ 120.5053049, 30.1716833 ], [ 120.5056895, 30.1714851 ], [ 120.5060421, 30.1711633 ], [ 120.5062886, 30.1709182 ], [ 120.506508, 30.1706368 ], [ 120.5066535, 30.1703001 ], [ 120.5067669, 30.1700081 ], [ 120.5068433, 30.1696266 ], [ 120.5068513, 30.1691376 ], [ 120.5068526, 30.1690579 ], [ 120.5068565, 30.1688326 ], [ 120.5068575, 30.1680077 ], [ 120.5068628, 30.1662466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5217523, 30.1699691 ], [ 120.5222901, 30.1699011 ], [ 120.5246007, 30.1696003 ], [ 120.5254419, 30.1694999 ], [ 120.527625, 30.169224 ], [ 120.5299344, 30.1686826 ], [ 120.5318236, 30.1682102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318616, 30.1682945 ], [ 120.5311114, 30.1684903 ], [ 120.5309843, 30.1685235 ], [ 120.5299555, 30.1687539 ], [ 120.5275886, 30.1692841 ], [ 120.5254756, 30.1695829 ], [ 120.524627, 30.1697168 ], [ 120.5217845, 30.1700945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5172394, 30.168239 ], [ 120.5173103, 30.1685519 ], [ 120.5173609, 30.1687755 ], [ 120.5173748, 30.1688367 ], [ 120.5177967, 30.1704649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5177967, 30.1704649 ], [ 120.5173748, 30.1688367 ], [ 120.5173609, 30.1687755 ], [ 120.5173103, 30.1685519 ], [ 120.5172394, 30.168239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5729683, 30.1652729 ], [ 120.5721146, 30.1654651 ], [ 120.5704245, 30.1658457 ], [ 120.5681223, 30.1663642 ], [ 120.5670386, 30.1666494 ], [ 120.5655098, 30.1670714 ], [ 120.5646203, 30.1673598 ], [ 120.5641365, 30.1675167 ], [ 120.5635109, 30.167744 ], [ 120.5629294, 30.1679553 ], [ 120.5623877, 30.1681521 ], [ 120.5605316, 30.1687735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5898191, 30.1723455 ], [ 120.5900252, 30.1700304 ], [ 120.5900413, 30.1698482 ], [ 120.590052, 30.1696657 ], [ 120.5900574, 30.1694831 ], [ 120.5900561, 30.169235 ], [ 120.5900449, 30.1689871 ], [ 120.5900239, 30.1687396 ], [ 120.589993, 30.1684929 ], [ 120.5899493, 30.1682642 ], [ 120.5898958, 30.168037 ], [ 120.5898819, 30.1679874 ], [ 120.5898326, 30.1678117 ], [ 120.5897596, 30.1675886 ], [ 120.5896911, 30.1674034 ], [ 120.5896159, 30.1672202 ], [ 120.5895341, 30.1670392 ], [ 120.5894458, 30.1668604 ], [ 120.5894029, 30.1667468 ], [ 120.5893765, 30.1667034 ], [ 120.5893299, 30.1666106 ], [ 120.5892065, 30.1664025 ], [ 120.5890712, 30.1662016 ], [ 120.5889275, 30.166005 ], [ 120.5887754, 30.1658132 ], [ 120.5886153, 30.1656264 ], [ 120.5884474, 30.1654448 ], [ 120.5882718, 30.1652687 ], [ 120.5880888, 30.1650983 ], [ 120.5878986, 30.1649338 ], [ 120.5877016, 30.1647755 ], [ 120.587498, 30.1646236 ], [ 120.5872881, 30.1644782 ], [ 120.5870721, 30.1643397 ], [ 120.5868694, 30.1642191 ], [ 120.5866622, 30.1641044 ], [ 120.5864506, 30.1639959 ], [ 120.5862349, 30.1638936 ], [ 120.5860154, 30.1637976 ], [ 120.5859134, 30.1637483 ], [ 120.5854493, 30.1635907 ], [ 120.5851886, 30.1635169 ], [ 120.5849249, 30.1634515 ], [ 120.5846585, 30.1633945 ], [ 120.5843899, 30.1633461 ], [ 120.5841195, 30.1633064 ], [ 120.5838475, 30.1632752 ], [ 120.5835744, 30.1632528 ], [ 120.5833005, 30.1632392 ], [ 120.5830262, 30.1632342 ], [ 120.5827518, 30.1632381 ], [ 120.5824779, 30.1632507 ], [ 120.5822046, 30.163272 ], [ 120.5819192, 30.1633038 ], [ 120.5816354, 30.1633451 ], [ 120.5813536, 30.1633959 ], [ 120.5797971, 30.163767 ], [ 120.5793552, 30.1638619 ], [ 120.5729683, 30.1652729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5605316, 30.1687735 ], [ 120.5605047, 30.1687055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5605047, 30.1687055 ], [ 120.5605316, 30.1687735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5485927, 30.1712731 ], [ 120.5490371, 30.1713133 ], [ 120.5492636, 30.1713204 ], [ 120.5498292, 30.171338 ], [ 120.5501377, 30.1713216 ], [ 120.5510526, 30.1711856 ], [ 120.5533073, 30.1705854 ], [ 120.5536889, 30.1704838 ], [ 120.5562428, 30.1698039 ], [ 120.5580455, 30.1693393 ], [ 120.5585133, 30.1692187 ], [ 120.5605047, 30.1687055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5605316, 30.1687735 ], [ 120.5600093, 30.1689081 ], [ 120.5585433, 30.169286 ], [ 120.5580721, 30.1694074 ], [ 120.5562669, 30.1698727 ], [ 120.555919, 30.1699653 ], [ 120.5537134, 30.1705525 ], [ 120.5533293, 30.1706547 ], [ 120.551074, 30.1712551 ], [ 120.5501372, 30.1713871 ], [ 120.5498526, 30.1713987 ], [ 120.5489993, 30.1713851 ], [ 120.5486262, 30.1713792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5729683, 30.1652729 ], [ 120.5732452, 30.1659863 ], [ 120.5734005, 30.1663752 ], [ 120.5737268, 30.1671923 ], [ 120.5738138, 30.1674101 ], [ 120.5741035, 30.1682078 ], [ 120.5741672, 30.168625 ], [ 120.5741786, 30.1686995 ], [ 120.5748975, 30.1708792 ], [ 120.5760593, 30.174095 ], [ 120.5761522, 30.1743523 ], [ 120.5763685, 30.1749632 ], [ 120.5765414, 30.1754516 ], [ 120.5766688, 30.1758113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5766688, 30.1758113 ], [ 120.5765414, 30.1754516 ], [ 120.5763685, 30.1749632 ], [ 120.5761522, 30.1743523 ], [ 120.5760593, 30.174095 ], [ 120.5748975, 30.1708792 ], [ 120.5741786, 30.1686995 ], [ 120.5741672, 30.168625 ], [ 120.5741035, 30.1682078 ], [ 120.5738138, 30.1674101 ], [ 120.5737268, 30.1671923 ], [ 120.5734005, 30.1663752 ], [ 120.5732452, 30.1659863 ], [ 120.5729683, 30.1652729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5486262, 30.1713792 ], [ 120.5485927, 30.1712731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5485927, 30.1712731 ], [ 120.5486262, 30.1713792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4923675, 30.1755081 ], [ 120.4957486, 30.1745441 ], [ 120.4962549, 30.1743997 ], [ 120.4967158, 30.174265 ], [ 120.5012028, 30.1729542 ], [ 120.5021808, 30.1726592 ], [ 120.5032123, 30.172348 ], [ 120.5036069, 30.172229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5042854, 30.1721791 ], [ 120.503601, 30.1723646 ], [ 120.5032732, 30.1724547 ], [ 120.5024882, 30.1726704 ], [ 120.5012453, 30.1730119 ], [ 120.5011421, 30.1730431 ], [ 120.4977349, 30.174073 ], [ 120.4966008, 30.1744158 ], [ 120.492622, 30.175571 ], [ 120.4924254, 30.1756061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4923675, 30.1755081 ], [ 120.491766824825859, 30.174351093934913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.491766824825859, 30.174351093934913 ], [ 120.4923675, 30.1755081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4923675, 30.1755081 ], [ 120.4924254, 30.1756061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4924254, 30.1756061 ], [ 120.4923675, 30.1755081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885173, 30.1761106 ], [ 120.4886349, 30.1760931 ], [ 120.4889222, 30.1760504 ], [ 120.4916963, 30.1756195 ], [ 120.4923129, 30.1755237 ], [ 120.4923675, 30.1755081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4924254, 30.1756061 ], [ 120.4917826, 30.1757098 ], [ 120.4889877, 30.1761604 ], [ 120.4886801, 30.1762102 ], [ 120.4885496, 30.1762298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885173, 30.1761106 ], [ 120.4885496, 30.1762298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885496, 30.1762298 ], [ 120.4885173, 30.1761106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4369623, 30.1711615 ], [ 120.436759, 30.171522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4363201, 30.1713248 ], [ 120.436759, 30.171522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.436759, 30.171522 ], [ 120.4363201, 30.1713248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4363201, 30.1713248 ], [ 120.4360751, 30.1714328 ], [ 120.4358791, 30.1716069 ], [ 120.4356937, 30.1717305 ], [ 120.435466, 30.1718913 ], [ 120.4351899, 30.1720424 ], [ 120.4349216, 30.1721847 ], [ 120.4345924, 30.1722961 ], [ 120.4342254, 30.1724049 ], [ 120.4337711, 30.1725257 ], [ 120.4333553, 30.1726557 ], [ 120.4329534, 30.1727916 ], [ 120.4316744, 30.1732206 ], [ 120.431276, 30.1733656 ], [ 120.4307413, 30.1735862 ], [ 120.4301577, 30.1739124 ], [ 120.429976, 30.1740665 ], [ 120.4298747, 30.1742296 ], [ 120.4298572, 30.1743867 ], [ 120.4298921, 30.1745529 ], [ 120.4300144, 30.1746556 ], [ 120.4301752, 30.1747342 ], [ 120.4304303, 30.1747523 ], [ 120.4307169, 30.174707 ], [ 120.4311572, 30.1746073 ], [ 120.4316814, 30.1745106 ], [ 120.4327752, 30.1743475 ], [ 120.4330784, 30.1743352 ], [ 120.4332975, 30.1743563 ], [ 120.4336138, 30.1744312 ], [ 120.4341759, 30.174553 ], [ 120.4344159, 30.1745854 ], [ 120.4346668, 30.1745854 ], [ 120.4349816, 30.1745511 ], [ 120.4353339, 30.1745302 ], [ 120.435598, 30.1745188 ], [ 120.4360515, 30.1745245 ], [ 120.4363818, 30.1745549 ], [ 120.4366349, 30.1746139 ], [ 120.436811, 30.1746863 ], [ 120.4370642, 30.1748556 ], [ 120.4372381, 30.1749698 ], [ 120.4374275, 30.1750726 ], [ 120.437652, 30.1751563 ], [ 120.4380307, 30.1752705 ], [ 120.4383279, 30.1753257 ], [ 120.4384335, 30.1753619 ], [ 120.4384908, 30.175419 ], [ 120.4385326, 30.1755065 ], [ 120.4385194, 30.1755941 ], [ 120.4384687, 30.1756493 ], [ 120.4383851, 30.1756683 ], [ 120.4382706, 30.1756683 ], [ 120.4381605, 30.1756397 ], [ 120.4379954, 30.1755788 ], [ 120.4375045, 30.1753752 ], [ 120.4368507, 30.1751278 ], [ 120.4365337, 30.1750422 ], [ 120.4362012, 30.1750136 ], [ 120.4358776, 30.1750117 ], [ 120.4352172, 30.1751088 ], [ 120.4349002, 30.1751982 ], [ 120.4346206, 30.1753181 ], [ 120.4344797, 30.175379 ], [ 120.4343344, 30.1754037 ], [ 120.4341561, 30.1753866 ], [ 120.4339425, 30.1753486 ], [ 120.433652, 30.1753067 ], [ 120.4332975, 30.1753029 ], [ 120.4329475, 30.17536 ], [ 120.4326525, 30.1754456 ], [ 120.4322981, 30.1755807 ], [ 120.4320537, 30.1756531 ], [ 120.4318336, 30.1757083 ], [ 120.4316222, 30.1757672 ], [ 120.4314593, 30.1758243 ], [ 120.4312986, 30.1759195 ], [ 120.4311137, 30.1760489 ], [ 120.4308473, 30.1762906 ], [ 120.4306139, 30.176557 ], [ 120.4304356, 30.1767436 ], [ 120.4303189, 30.1768653 ], [ 120.4302177, 30.1769662 ], [ 120.4300922, 30.1770461 ], [ 120.4298875, 30.1771109 ], [ 120.4295903, 30.1771813 ], [ 120.4293151, 30.1772098 ], [ 120.4289364, 30.1772212 ], [ 120.4285886, 30.1772288 ], [ 120.4282936, 30.1772212 ], [ 120.4280691, 30.177187 ], [ 120.4279039, 30.1771508 ], [ 120.4277895, 30.1771527 ], [ 120.4277124, 30.1771813 ], [ 120.4276574, 30.1772326 ], [ 120.4276376, 30.1773107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4276376, 30.1773107 ], [ 120.4276574, 30.1772326 ], [ 120.4277124, 30.1771813 ], [ 120.4277895, 30.1771527 ], [ 120.4279039, 30.1771508 ], [ 120.4280691, 30.177187 ], [ 120.4282936, 30.1772212 ], [ 120.4285886, 30.1772288 ], [ 120.4289364, 30.1772212 ], [ 120.4293151, 30.1772098 ], [ 120.4295903, 30.1771813 ], [ 120.4298875, 30.1771109 ], [ 120.4300922, 30.1770461 ], [ 120.4302177, 30.1769662 ], [ 120.4303189, 30.1768653 ], [ 120.4304356, 30.1767436 ], [ 120.4306139, 30.176557 ], [ 120.4308473, 30.1762906 ], [ 120.4311137, 30.1760489 ], [ 120.4312986, 30.1759195 ], [ 120.4314593, 30.1758243 ], [ 120.4316222, 30.1757672 ], [ 120.4318336, 30.1757083 ], [ 120.4320537, 30.1756531 ], [ 120.4322981, 30.1755807 ], [ 120.4326525, 30.1754456 ], [ 120.4329475, 30.17536 ], [ 120.4332975, 30.1753029 ], [ 120.433652, 30.1753067 ], [ 120.4339425, 30.1753486 ], [ 120.4341561, 30.1753866 ], [ 120.4343344, 30.1754037 ], [ 120.4344797, 30.175379 ], [ 120.4346206, 30.1753181 ], [ 120.4349002, 30.1751982 ], [ 120.4352172, 30.1751088 ], [ 120.4358776, 30.1750117 ], [ 120.4362012, 30.1750136 ], [ 120.4365337, 30.1750422 ], [ 120.4368507, 30.1751278 ], [ 120.4375045, 30.1753752 ], [ 120.4379954, 30.1755788 ], [ 120.4381605, 30.1756397 ], [ 120.4382706, 30.1756683 ], [ 120.4383851, 30.1756683 ], [ 120.4384687, 30.1756493 ], [ 120.4385194, 30.1755941 ], [ 120.4385326, 30.1755065 ], [ 120.4384908, 30.175419 ], [ 120.4384335, 30.1753619 ], [ 120.4383279, 30.1753257 ], [ 120.4380307, 30.1752705 ], [ 120.437652, 30.1751563 ], [ 120.4374275, 30.1750726 ], [ 120.4372381, 30.1749698 ], [ 120.4370642, 30.1748556 ], [ 120.436811, 30.1746863 ], [ 120.4366349, 30.1746139 ], [ 120.4363818, 30.1745549 ], [ 120.4360515, 30.1745245 ], [ 120.435598, 30.1745188 ], [ 120.4353339, 30.1745302 ], [ 120.4349816, 30.1745511 ], [ 120.4346668, 30.1745854 ], [ 120.4344159, 30.1745854 ], [ 120.4341759, 30.174553 ], [ 120.4336138, 30.1744312 ], [ 120.4332975, 30.1743563 ], [ 120.4330784, 30.1743352 ], [ 120.4327752, 30.1743475 ], [ 120.4316814, 30.1745106 ], [ 120.4311572, 30.1746073 ], [ 120.4307169, 30.174707 ], [ 120.4304303, 30.1747523 ], [ 120.4301752, 30.1747342 ], [ 120.4300144, 30.1746556 ], [ 120.4298921, 30.1745529 ], [ 120.4298572, 30.1743867 ], [ 120.4298747, 30.1742296 ], [ 120.429976, 30.1740665 ], [ 120.4301577, 30.1739124 ], [ 120.4307413, 30.1735862 ], [ 120.431276, 30.1733656 ], [ 120.4316744, 30.1732206 ], [ 120.4329534, 30.1727916 ], [ 120.4333553, 30.1726557 ], [ 120.4337711, 30.1725257 ], [ 120.4342254, 30.1724049 ], [ 120.4345924, 30.1722961 ], [ 120.4349216, 30.1721847 ], [ 120.4351899, 30.1720424 ], [ 120.435466, 30.1718913 ], [ 120.4356937, 30.1717305 ], [ 120.4358791, 30.1716069 ], [ 120.4360751, 30.1714328 ], [ 120.4363201, 30.1713248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4117604, 30.1857395 ], [ 120.4116305, 30.1853331 ], [ 120.4114563, 30.184788 ], [ 120.4111544, 30.1837044 ], [ 120.4110631, 30.1833541 ], [ 120.4110851, 30.1830141 ], [ 120.4112217, 30.1825644 ], [ 120.411837, 30.1813276 ], [ 120.4118896, 30.1812219 ], [ 120.4121665, 30.180447 ], [ 120.4121951, 30.1801922 ], [ 120.4118665, 30.1787303 ], [ 120.4115203, 30.1774618 ], [ 120.4113873, 30.1769745 ], [ 120.4113741, 30.1769261 ], [ 120.4112067, 30.176313 ], [ 120.4106973, 30.1744468 ], [ 120.4103451, 30.1731563 ], [ 120.4101143, 30.1721714 ], [ 120.4097467, 30.1710368 ], [ 120.4096201, 30.1707265 ], [ 120.4095585, 30.1705844 ], [ 120.409133, 30.1696023 ], [ 120.4089029, 30.16932 ], [ 120.4085779, 30.1691543 ], [ 120.4083622, 30.1690443 ], [ 120.4071093, 30.1686864 ], [ 120.406615, 30.1685452 ], [ 120.4051468, 30.1681258 ], [ 120.4035961, 30.1676829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4035961, 30.1676829 ], [ 120.4051468, 30.1681258 ], [ 120.406615, 30.1685452 ], [ 120.4071093, 30.1686864 ], [ 120.4083622, 30.1690443 ], [ 120.4085779, 30.1691543 ], [ 120.4089029, 30.16932 ], [ 120.409133, 30.1696023 ], [ 120.4095585, 30.1705844 ], [ 120.4096201, 30.1707265 ], [ 120.4097467, 30.1710368 ], [ 120.4101143, 30.1721714 ], [ 120.4103451, 30.1731563 ], [ 120.4106973, 30.1744468 ], [ 120.4112067, 30.176313 ], [ 120.4113741, 30.1769261 ], [ 120.4113873, 30.1769745 ], [ 120.4115203, 30.1774618 ], [ 120.4118665, 30.1787303 ], [ 120.4121951, 30.1801922 ], [ 120.4121665, 30.180447 ], [ 120.4118896, 30.1812219 ], [ 120.411837, 30.1813276 ], [ 120.4112217, 30.1825644 ], [ 120.4110851, 30.1830141 ], [ 120.4110631, 30.1833541 ], [ 120.4111544, 30.1837044 ], [ 120.4114563, 30.184788 ], [ 120.4116305, 30.1853331 ], [ 120.4117604, 30.1857395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4335177, 30.1766103 ], [ 120.4330906, 30.176616 ], [ 120.4327428, 30.1766275 ], [ 120.4324918, 30.1766712 ], [ 120.431981, 30.1767949 ], [ 120.4318269, 30.1768425 ], [ 120.4316927, 30.1769262 ], [ 120.4316178, 30.1770309 ], [ 120.431543, 30.1771584 ], [ 120.4314549, 30.1772955 ], [ 120.4313778, 30.1774001 ], [ 120.4312502, 30.1775048 ], [ 120.4310939, 30.1775676 ], [ 120.4305589, 30.1777522 ], [ 120.4302925, 30.1777941 ], [ 120.4300636, 30.1777979 ], [ 120.429861, 30.1777807 ], [ 120.4296233, 30.1777503 ], [ 120.4280669, 30.1775067 ], [ 120.4279017, 30.1774743 ], [ 120.4277653, 30.1774401 ], [ 120.4276816, 30.177383 ], [ 120.4276376, 30.1773107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4276376, 30.1773107 ], [ 120.4276816, 30.177383 ], [ 120.4277653, 30.1774401 ], [ 120.4279017, 30.1774743 ], [ 120.4280669, 30.1775067 ], [ 120.4296233, 30.1777503 ], [ 120.429861, 30.1777807 ], [ 120.4300636, 30.1777979 ], [ 120.4302925, 30.1777941 ], [ 120.4305589, 30.1777522 ], [ 120.4310939, 30.1775676 ], [ 120.4312502, 30.1775048 ], [ 120.4313778, 30.1774001 ], [ 120.4314549, 30.1772955 ], [ 120.431543, 30.1771584 ], [ 120.4316178, 30.1770309 ], [ 120.4316927, 30.1769262 ], [ 120.4318269, 30.1768425 ], [ 120.431981, 30.1767949 ], [ 120.4324918, 30.1766712 ], [ 120.4327428, 30.1766275 ], [ 120.4330906, 30.176616 ], [ 120.4335177, 30.1766103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4039338, 30.1789669 ], [ 120.4037391, 30.1811107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4506678, 30.1771092 ], [ 120.4514435, 30.1771072 ], [ 120.4518056, 30.1771063 ], [ 120.4535441, 30.1771019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4535441, 30.1771019 ], [ 120.4518056, 30.1771063 ], [ 120.4514435, 30.1771072 ], [ 120.4506678, 30.1771092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4535441, 30.1771019 ], [ 120.4552883, 30.1771695 ], [ 120.4562017, 30.1771673 ], [ 120.4564834, 30.1771666 ], [ 120.4569765, 30.1771654 ], [ 120.4570379, 30.1771652 ], [ 120.4579308, 30.1771652 ], [ 120.4580846, 30.1771652 ], [ 120.4587974, 30.1770575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4587974, 30.1770575 ], [ 120.4580846, 30.1771652 ], [ 120.4579308, 30.1771652 ], [ 120.4570379, 30.1771652 ], [ 120.4569765, 30.1771654 ], [ 120.4564834, 30.1771666 ], [ 120.4562017, 30.1771673 ], [ 120.4552883, 30.1771695 ], [ 120.4535441, 30.1771019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446904, 30.1771128 ], [ 120.4429279, 30.1771153 ], [ 120.4421544, 30.1771164 ], [ 120.4414223, 30.1771175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4414223, 30.1771175 ], [ 120.4421544, 30.1771164 ], [ 120.4429279, 30.1771153 ], [ 120.4446904, 30.1771128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4506678, 30.1771092 ], [ 120.4481056, 30.1771421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4481056, 30.1771421 ], [ 120.4506678, 30.1771092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446904, 30.1771128 ], [ 120.4447639, 30.1771134 ], [ 120.4449506, 30.1771142 ], [ 120.4450107, 30.1771147 ], [ 120.4467059, 30.1771297 ], [ 120.4469268, 30.1771317 ], [ 120.4481056, 30.1771421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4481056, 30.1771421 ], [ 120.4469268, 30.1771317 ], [ 120.4467059, 30.1771297 ], [ 120.4450107, 30.1771147 ], [ 120.4449506, 30.1771142 ], [ 120.4447639, 30.1771134 ], [ 120.4446904, 30.1771128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.479717, 30.1782015 ], [ 120.4804012, 30.1779754 ], [ 120.4811263, 30.1777352 ], [ 120.4817258, 30.1775366 ], [ 120.4833124, 30.1770109 ], [ 120.4839226, 30.1768361 ], [ 120.4847838, 30.1766673 ], [ 120.4867127, 30.1763797 ], [ 120.4869753, 30.1763405 ], [ 120.4885173, 30.1761106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885496, 30.1762298 ], [ 120.4881952, 30.176283 ], [ 120.4877454, 30.1763505 ], [ 120.4847907, 30.1767939 ], [ 120.4846326, 30.1768214 ], [ 120.48394, 30.1769416 ], [ 120.483417, 30.1770862 ], [ 120.4817751, 30.1776423 ], [ 120.4813815, 30.1777756 ], [ 120.480436, 30.1780959 ], [ 120.4797585, 30.1783197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4949831, 30.1803013 ], [ 120.494931, 30.1802035 ], [ 120.4946591, 30.1796581 ], [ 120.4946156, 30.1795707 ], [ 120.4944171, 30.1792114 ], [ 120.494214, 30.1788438 ], [ 120.4936413, 30.1778071 ], [ 120.4932065, 30.17702 ], [ 120.4930964, 30.1768207 ], [ 120.4926503, 30.1760132 ], [ 120.4924254, 30.1756061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4924254, 30.1756061 ], [ 120.4926503, 30.1760132 ], [ 120.4930964, 30.1768207 ], [ 120.4932065, 30.17702 ], [ 120.4936413, 30.1778071 ], [ 120.494214, 30.1788438 ], [ 120.4944171, 30.1792114 ], [ 120.4946156, 30.1795707 ], [ 120.4946591, 30.1796581 ], [ 120.494931, 30.1802035 ], [ 120.4949831, 30.1803013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4795447, 30.1782585 ], [ 120.479717, 30.1782015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.479717, 30.1782015 ], [ 120.4797585, 30.1783197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4795958, 30.1783734 ], [ 120.4795447, 30.1782585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4797585, 30.1783197 ], [ 120.4795958, 30.1783734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5004091, 30.1799463 ], [ 120.4995903, 30.1778519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4995903, 30.1778519 ], [ 120.5004091, 30.1799463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4661564, 30.1758566 ], [ 120.4643743, 30.1766372 ], [ 120.4636282, 30.1770201 ], [ 120.4625234, 30.1777185 ], [ 120.4617851, 30.1781259 ], [ 120.461689, 30.1781789 ], [ 120.4616009, 30.1782275 ], [ 120.4615528, 30.178254 ], [ 120.4615024, 30.1782679 ], [ 120.4612674, 30.178333 ], [ 120.4611516, 30.1783424 ], [ 120.4607506, 30.1783749 ], [ 120.4604064, 30.1784149 ], [ 120.460134, 30.1784465 ], [ 120.4597743, 30.1785057 ], [ 120.4595845, 30.1784862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4595845, 30.1784862 ], [ 120.4597743, 30.1785057 ], [ 120.460134, 30.1784465 ], [ 120.4604064, 30.1784149 ], [ 120.4607506, 30.1783749 ], [ 120.4611516, 30.1783424 ], [ 120.4612674, 30.178333 ], [ 120.4615024, 30.1782679 ], [ 120.4615528, 30.178254 ], [ 120.4616009, 30.1782275 ], [ 120.461689, 30.1781789 ], [ 120.4617851, 30.1781259 ], [ 120.4625234, 30.1777185 ], [ 120.4636282, 30.1770201 ], [ 120.4643743, 30.1766372 ], [ 120.4661564, 30.1758566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4595845, 30.1784862 ], [ 120.4587974, 30.1770575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4587974, 30.1770575 ], [ 120.4595845, 30.1784862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4588346, 30.1784359 ], [ 120.4590521, 30.1784462 ], [ 120.4593176, 30.1784588 ], [ 120.4595845, 30.1784862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4595845, 30.1784862 ], [ 120.4593176, 30.1784588 ], [ 120.4590521, 30.1784462 ], [ 120.4588346, 30.1784359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686433, 30.1818938 ], [ 120.4671393, 30.1790207 ], [ 120.4668094, 30.1782436 ], [ 120.4667872, 30.1781912 ], [ 120.4666922, 30.1779612 ], [ 120.4666596, 30.1778824 ], [ 120.4664329, 30.1769667 ], [ 120.4663942, 30.1768103 ], [ 120.466333, 30.1762897 ], [ 120.4662768, 30.1760559 ], [ 120.4661564, 30.1758566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4661564, 30.1758566 ], [ 120.4662768, 30.1760559 ], [ 120.466333, 30.1762897 ], [ 120.4663942, 30.1768103 ], [ 120.4664329, 30.1769667 ], [ 120.4666596, 30.1778824 ], [ 120.4666922, 30.1779612 ], [ 120.4667872, 30.1781912 ], [ 120.4668094, 30.1782436 ], [ 120.4671393, 30.1790207 ], [ 120.4686433, 30.1818938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4535441, 30.1771019 ], [ 120.453555, 30.1782529 ], [ 120.4535638, 30.1791826 ], [ 120.4535778, 30.1806708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4535778, 30.1806708 ], [ 120.4535638, 30.1791826 ], [ 120.453555, 30.1782529 ], [ 120.4535441, 30.1771019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4995903, 30.1778519 ], [ 120.4994831, 30.1779195 ], [ 120.4984001, 30.1785574 ], [ 120.4971592, 30.1792238 ], [ 120.4970494, 30.1792827 ], [ 120.4956748, 30.1799823 ], [ 120.4949831, 30.1803013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4949831, 30.1803013 ], [ 120.4956748, 30.1799823 ], [ 120.4970494, 30.1792827 ], [ 120.4971592, 30.1792238 ], [ 120.4984001, 30.1785574 ], [ 120.4994831, 30.1779195 ], [ 120.4995903, 30.1778519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4797585, 30.1783197 ], [ 120.4803378, 30.1799684 ], [ 120.4808578, 30.1816304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4806716, 30.1816956 ], [ 120.4801861, 30.1800785 ], [ 120.4795958, 30.1783734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686433, 30.1818938 ], [ 120.4728283, 30.1804913 ], [ 120.4747011, 30.1798637 ], [ 120.475607, 30.1795601 ], [ 120.4758989, 30.1794636 ], [ 120.4760524, 30.1794111 ], [ 120.4760956, 30.1793969 ], [ 120.4768545, 30.1791464 ], [ 120.4780367, 30.1787562 ], [ 120.4795447, 30.1782585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885496, 30.1762298 ], [ 120.4886446, 30.1764816 ], [ 120.4887221, 30.1766872 ], [ 120.4887942, 30.1768783 ], [ 120.4889127, 30.1771924 ], [ 120.4890274, 30.1774836 ], [ 120.4894191, 30.1784779 ], [ 120.490099, 30.18004 ], [ 120.4901306, 30.1801125 ], [ 120.4906082, 30.1813368 ], [ 120.4910472, 30.1824619 ], [ 120.4910724, 30.1825259 ], [ 120.4916792, 30.1840692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4916792, 30.1840692 ], [ 120.4910724, 30.1825259 ], [ 120.4910472, 30.1824619 ], [ 120.4906082, 30.1813368 ], [ 120.4901306, 30.1801125 ], [ 120.490099, 30.18004 ], [ 120.4894191, 30.1784779 ], [ 120.4890274, 30.1774836 ], [ 120.4889127, 30.1771924 ], [ 120.4887942, 30.1768783 ], [ 120.4887221, 30.1766872 ], [ 120.4886446, 30.1764816 ], [ 120.4885496, 30.1762298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4795958, 30.1783734 ], [ 120.4780875, 30.1788707 ], [ 120.4768569, 30.1792765 ], [ 120.4761363, 30.1795141 ], [ 120.4761038, 30.1795249 ], [ 120.4759602, 30.179574 ], [ 120.4736598, 30.1803404 ], [ 120.4686944, 30.1819946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5004091, 30.1799463 ], [ 120.5008656, 30.1811522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5008656, 30.1811522 ], [ 120.5004091, 30.1799463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4957759, 30.1817906 ], [ 120.4978348, 30.180971 ], [ 120.5004091, 30.1799463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5004091, 30.1799463 ], [ 120.4978348, 30.180971 ], [ 120.4957759, 30.1817906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4957759, 30.1817906 ], [ 120.4949831, 30.1803013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4949831, 30.1803013 ], [ 120.4957759, 30.1817906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5008656, 30.1811522 ], [ 120.5009849, 30.1811384 ], [ 120.5010761, 30.181159 ], [ 120.5011482, 30.1812005 ], [ 120.5012017, 30.1812593 ], [ 120.5012313, 30.1813296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5007119, 30.1814713 ], [ 120.5006888, 30.1813923 ], [ 120.500698, 30.1813112 ], [ 120.5007385, 30.1812375 ], [ 120.5008054, 30.1811801 ], [ 120.5008656, 30.1811522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5012313, 30.1813296 ], [ 120.5012341, 30.1814044 ], [ 120.5012098, 30.1814763 ], [ 120.5011607, 30.1815379 ], [ 120.5010919, 30.1815833 ], [ 120.5010101, 30.1816079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5010101, 30.1816079 ], [ 120.5009235, 30.1816092 ], [ 120.5008408, 30.1815871 ], [ 120.5007647, 30.1815389 ], [ 120.5007119, 30.1814713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4806716, 30.1816956 ], [ 120.4808578, 30.1816304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4808578, 30.1816304 ], [ 120.4809038, 30.1817347 ], [ 120.4807053, 30.181808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4535778, 30.1806708 ], [ 120.4543161, 30.180243 ], [ 120.455386, 30.179567 ], [ 120.4554837, 30.1795052 ], [ 120.45569, 30.179368 ], [ 120.455929, 30.179209 ], [ 120.4561288, 30.1791054 ], [ 120.4563801, 30.1790166 ], [ 120.4570081, 30.1787698 ], [ 120.4571353, 30.178737 ], [ 120.4574192, 30.1786637 ], [ 120.4580615, 30.1785181 ], [ 120.4584355, 30.1784169 ], [ 120.4585934, 30.1784244 ], [ 120.4588346, 30.1784359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4588346, 30.1784359 ], [ 120.4585934, 30.1784244 ], [ 120.4584355, 30.1784169 ], [ 120.4580615, 30.1785181 ], [ 120.4574192, 30.1786637 ], [ 120.4571353, 30.178737 ], [ 120.4570081, 30.1787698 ], [ 120.4563801, 30.1790166 ], [ 120.4561288, 30.1791054 ], [ 120.455929, 30.179209 ], [ 120.45569, 30.179368 ], [ 120.4554837, 30.1795052 ], [ 120.455386, 30.179567 ], [ 120.4543161, 30.180243 ], [ 120.4535778, 30.1806708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4506678, 30.1771092 ], [ 120.4505122, 30.1782024 ], [ 120.4504669, 30.1785207 ], [ 120.4502245, 30.1802238 ], [ 120.4501214, 30.1808098 ], [ 120.449903, 30.1820503 ], [ 120.44993, 30.1822941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44993, 30.1822941 ], [ 120.449903, 30.1820503 ], [ 120.4501214, 30.1808098 ], [ 120.4502245, 30.1802238 ], [ 120.4504669, 30.1785207 ], [ 120.4505122, 30.1782024 ], [ 120.4506678, 30.1771092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4478177, 30.1828549 ], [ 120.4478379, 30.1820837 ], [ 120.4478725, 30.1815078 ], [ 120.4479187, 30.18074 ], [ 120.4479487, 30.1802076 ], [ 120.4479502, 30.1801804 ], [ 120.4479873, 30.1795231 ], [ 120.4480405, 30.1783631 ], [ 120.4480892, 30.1773027 ], [ 120.4481056, 30.1771421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4481056, 30.1771421 ], [ 120.4480892, 30.1773027 ], [ 120.4480405, 30.1783631 ], [ 120.4479873, 30.1795231 ], [ 120.4479502, 30.1801804 ], [ 120.4479487, 30.1802076 ], [ 120.4479187, 30.18074 ], [ 120.4478725, 30.1815078 ], [ 120.4478379, 30.1820837 ], [ 120.4478177, 30.1828549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.444208, 30.1851246 ], [ 120.4438194, 30.1840974 ], [ 120.4437776, 30.1839033 ], [ 120.4436828, 30.1833092 ], [ 120.4437031, 30.183078 ], [ 120.4438927, 30.1820566 ], [ 120.4439406, 30.1817225 ], [ 120.4440655, 30.1808511 ], [ 120.4442893, 30.1792898 ], [ 120.4443114, 30.1791354 ], [ 120.4444817, 30.1783425 ], [ 120.4446904, 30.1771128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446904, 30.1771128 ], [ 120.4444817, 30.1783425 ], [ 120.4443114, 30.1791354 ], [ 120.4442893, 30.1792898 ], [ 120.4440655, 30.1808511 ], [ 120.4439406, 30.1817225 ], [ 120.4438927, 30.1820566 ], [ 120.4437031, 30.183078 ], [ 120.4436828, 30.1833092 ], [ 120.4437776, 30.1839033 ], [ 120.4438194, 30.1840974 ], [ 120.444208, 30.1851246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4614576, 30.184296 ], [ 120.4612743, 30.1838937 ], [ 120.4609988, 30.1832345 ], [ 120.4607367, 30.1826072 ], [ 120.4606853, 30.1824859 ], [ 120.4604586, 30.1819507 ], [ 120.4601892, 30.1815488 ], [ 120.4599403, 30.1811787 ], [ 120.4597177, 30.1808453 ], [ 120.4595869, 30.1806495 ], [ 120.4594525, 30.1803053 ], [ 120.4594169, 30.1801286 ], [ 120.4594036, 30.1800626 ], [ 120.4593639, 30.1798659 ], [ 120.4593579, 30.1798362 ], [ 120.4588346, 30.1784359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4588346, 30.1784359 ], [ 120.4593579, 30.1798362 ], [ 120.4593639, 30.1798659 ], [ 120.4594036, 30.1800626 ], [ 120.4594169, 30.1801286 ], [ 120.4594525, 30.1803053 ], [ 120.4595869, 30.1806495 ], [ 120.4597177, 30.1808453 ], [ 120.4599403, 30.1811787 ], [ 120.4601892, 30.1815488 ], [ 120.4604586, 30.1819507 ], [ 120.4606853, 30.1824859 ], [ 120.4607367, 30.1826072 ], [ 120.4609988, 30.1832345 ], [ 120.4612743, 30.1838937 ], [ 120.4614576, 30.184296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4037391, 30.1811107 ], [ 120.4039338, 30.1789669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3959903, 30.181189 ], [ 120.4003129, 30.1811994 ], [ 120.4011009, 30.1812023 ], [ 120.4037391, 30.1811107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4037391, 30.1811107 ], [ 120.4011009, 30.1812023 ], [ 120.4003129, 30.1811994 ], [ 120.3959903, 30.181189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3864656, 30.1812174 ], [ 120.3869598, 30.1812289 ], [ 120.3871225, 30.1812327 ], [ 120.3908112, 30.1812144 ], [ 120.3909111, 30.1812139 ], [ 120.392411, 30.1812065 ], [ 120.3959903, 30.181189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3959903, 30.181189 ], [ 120.392411, 30.1812065 ], [ 120.3909111, 30.1812139 ], [ 120.3908112, 30.1812144 ], [ 120.3871225, 30.1812327 ], [ 120.3869598, 30.1812289 ], [ 120.3864656, 30.1812174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3863643, 30.1812172 ], [ 120.3864656, 30.1812174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3864656, 30.1812174 ], [ 120.3863643, 30.1812172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4276376, 30.1773107 ], [ 120.4275214, 30.1772152 ], [ 120.4273869, 30.1771552 ], [ 120.427265, 30.1771352 ], [ 120.4270653, 30.1771552 ], [ 120.4269413, 30.1771679 ], [ 120.4268467, 30.1771479 ], [ 120.4267878, 30.1770989 ], [ 120.4267815, 30.1770335 ], [ 120.4268151, 30.1769753 ], [ 120.4269097, 30.1769517 ], [ 120.4270148, 30.1769462 ], [ 120.4272103, 30.1769462 ], [ 120.4273175, 30.1769154 ], [ 120.4273764, 30.1768681 ], [ 120.4274016, 30.1767863 ], [ 120.4273806, 30.1767136 ], [ 120.4273217, 30.1766573 ], [ 120.4272229, 30.1766137 ], [ 120.4270737, 30.1765846 ], [ 120.426935, 30.1765846 ], [ 120.426771, 30.1766028 ], [ 120.4266133, 30.1766591 ], [ 120.4262896, 30.17681 ], [ 120.4260605, 30.1768881 ], [ 120.4258335, 30.1769172 ], [ 120.4249233, 30.177048 ], [ 120.424732, 30.1770843 ], [ 120.4245849, 30.1771425 ], [ 120.4244621, 30.1772234 ], [ 120.4244167, 30.1772533 ], [ 120.4237903, 30.1776458 ], [ 120.4235654, 30.177833 ], [ 120.4233447, 30.1779584 ], [ 120.4230798, 30.1780747 ], [ 120.4224933, 30.1783018 ], [ 120.4222537, 30.1784399 ], [ 120.4218849, 30.178652 ], [ 120.4216922, 30.1787769 ], [ 120.4214413, 30.1789868 ], [ 120.4212185, 30.1791933 ], [ 120.4210218, 30.1793182 ], [ 120.4208512, 30.1794119 ], [ 120.4208071, 30.1794588 ], [ 120.4208051, 30.1795039 ], [ 120.4208553, 30.1795403 ], [ 120.4209175, 30.1795403 ], [ 120.4209817, 30.1795125 ], [ 120.421349, 30.1793408 ], [ 120.4216079, 30.1792384 ], [ 120.4219251, 30.179084 ], [ 120.4220169, 30.1790655 ], [ 120.4220977, 30.1790493 ], [ 120.4225613, 30.1790024 ], [ 120.4226617, 30.1790059 ], [ 120.422744, 30.1790441 ], [ 120.4228002, 30.1791048 ], [ 120.4228202, 30.1791933 ], [ 120.4228022, 30.1792662 ], [ 120.42275, 30.1793252 ], [ 120.4226757, 30.1793824 ], [ 120.4225874, 30.1794015 ], [ 120.422481, 30.179405 ], [ 120.4223586, 30.1794067 ], [ 120.4222783, 30.1794293 ], [ 120.4222341, 30.1794883 ], [ 120.4222402, 30.1795472 ], [ 120.4222863, 30.1795715 ], [ 120.4223465, 30.1795525 ], [ 120.4224007, 30.1795264 ], [ 120.4224469, 30.1795472 ], [ 120.422461, 30.1795872 ], [ 120.4224308, 30.1796271 ], [ 120.4223586, 30.1796774 ], [ 120.4221378, 30.1797693 ], [ 120.4219632, 30.1798474 ], [ 120.4218428, 30.1799394 ], [ 120.4217324, 30.1800487 ], [ 120.4215638, 30.1801528 ], [ 120.4214453, 30.1801944 ], [ 120.4213209, 30.1802569 ], [ 120.4212145, 30.1803384 ], [ 120.4208974, 30.1806022 ], [ 120.4204157, 30.1811574 ], [ 120.4201166, 30.1816744 ], [ 120.4198095, 30.1820613 ], [ 120.4194703, 30.1823233 ], [ 120.4194197, 30.182355 ], [ 120.4191572, 30.1825194 ], [ 120.4187799, 30.1828161 ], [ 120.4186073, 30.1830225 ], [ 120.4184828, 30.1832446 ], [ 120.4183925, 30.1833504 ], [ 120.4182339, 30.1834314 ], [ 120.4178626, 30.1836211 ], [ 120.4173428, 30.1838258 ], [ 120.4171019, 30.1839577 ], [ 120.415719, 30.1849361 ], [ 120.4154642, 30.185155 ], [ 120.4152503, 30.1853388 ], [ 120.4150894, 30.1854491 ], [ 120.4149036, 30.1855283 ], [ 120.4146622, 30.1855762 ], [ 120.4142661, 30.1856516 ], [ 120.4118776, 30.1861062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4118776, 30.1861062 ], [ 120.4142661, 30.1856516 ], [ 120.4146622, 30.1855762 ], [ 120.4149036, 30.1855283 ], [ 120.4150894, 30.1854491 ], [ 120.4152503, 30.1853388 ], [ 120.4154642, 30.185155 ], [ 120.415719, 30.1849361 ], [ 120.4171019, 30.1839577 ], [ 120.4173428, 30.1838258 ], [ 120.4178626, 30.1836211 ], [ 120.4182339, 30.1834314 ], [ 120.4183925, 30.1833504 ], [ 120.4184828, 30.1832446 ], [ 120.4186073, 30.1830225 ], [ 120.4187799, 30.1828161 ], [ 120.4191572, 30.1825194 ], [ 120.4194197, 30.182355 ], [ 120.4194703, 30.1823233 ], [ 120.4198095, 30.1820613 ], [ 120.4201166, 30.1816744 ], [ 120.4204157, 30.1811574 ], [ 120.4208974, 30.1806022 ], [ 120.4212145, 30.1803384 ], [ 120.4213209, 30.1802569 ], [ 120.4214453, 30.1801944 ], [ 120.4215638, 30.1801528 ], [ 120.4217324, 30.1800487 ], [ 120.4218428, 30.1799394 ], [ 120.4219632, 30.1798474 ], [ 120.4221378, 30.1797693 ], [ 120.4223586, 30.1796774 ], [ 120.4224308, 30.1796271 ], [ 120.422461, 30.1795872 ], [ 120.4224469, 30.1795472 ], [ 120.4224007, 30.1795264 ], [ 120.4223465, 30.1795525 ], [ 120.4222863, 30.1795715 ], [ 120.4222402, 30.1795472 ], [ 120.4222341, 30.1794883 ], [ 120.4222783, 30.1794293 ], [ 120.4223586, 30.1794067 ], [ 120.422481, 30.179405 ], [ 120.4225874, 30.1794015 ], [ 120.4226757, 30.1793824 ], [ 120.42275, 30.1793252 ], [ 120.4228022, 30.1792662 ], [ 120.4228202, 30.1791933 ], [ 120.4228002, 30.1791048 ], [ 120.422744, 30.1790441 ], [ 120.4226617, 30.1790059 ], [ 120.4225613, 30.1790024 ], [ 120.4220977, 30.1790493 ], [ 120.4220169, 30.1790655 ], [ 120.4219251, 30.179084 ], [ 120.4216079, 30.1792384 ], [ 120.421349, 30.1793408 ], [ 120.4209817, 30.1795125 ], [ 120.4209175, 30.1795403 ], [ 120.4208553, 30.1795403 ], [ 120.4208051, 30.1795039 ], [ 120.4208071, 30.1794588 ], [ 120.4208512, 30.1794119 ], [ 120.4210218, 30.1793182 ], [ 120.4212185, 30.1791933 ], [ 120.4214413, 30.1789868 ], [ 120.4216922, 30.1787769 ], [ 120.4218849, 30.178652 ], [ 120.4222537, 30.1784399 ], [ 120.4224933, 30.1783018 ], [ 120.4230798, 30.1780747 ], [ 120.4233447, 30.1779584 ], [ 120.4235654, 30.177833 ], [ 120.4237903, 30.1776458 ], [ 120.4244167, 30.1772533 ], [ 120.4244621, 30.1772234 ], [ 120.4245849, 30.1771425 ], [ 120.424732, 30.1770843 ], [ 120.4249233, 30.177048 ], [ 120.4258335, 30.1769172 ], [ 120.4260605, 30.1768881 ], [ 120.4262896, 30.17681 ], [ 120.4266133, 30.1766591 ], [ 120.426771, 30.1766028 ], [ 120.426935, 30.1765846 ], [ 120.4270737, 30.1765846 ], [ 120.4272229, 30.1766137 ], [ 120.4273217, 30.1766573 ], [ 120.4273806, 30.1767136 ], [ 120.4274016, 30.1767863 ], [ 120.4273764, 30.1768681 ], [ 120.4273175, 30.1769154 ], [ 120.4272103, 30.1769462 ], [ 120.4270148, 30.1769462 ], [ 120.4269097, 30.1769517 ], [ 120.4268151, 30.1769753 ], [ 120.4267815, 30.1770335 ], [ 120.4267878, 30.1770989 ], [ 120.4268467, 30.1771479 ], [ 120.4269413, 30.1771679 ], [ 120.4270653, 30.1771552 ], [ 120.427265, 30.1771352 ], [ 120.4273869, 30.1771552 ], [ 120.4275214, 30.1772152 ], [ 120.4276376, 30.1773107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4037391, 30.1811107 ], [ 120.4037062, 30.1815072 ], [ 120.4035536, 30.1833493 ], [ 120.4034601, 30.1844773 ], [ 120.4034553, 30.1845459 ], [ 120.4034355, 30.184826 ], [ 120.4034209, 30.1850322 ], [ 120.4034152, 30.1851136 ], [ 120.4034038, 30.185275 ], [ 120.4033976, 30.1853624 ], [ 120.4033528, 30.1859982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44993, 30.1822941 ], [ 120.4504401, 30.1819969 ], [ 120.4506446, 30.1818778 ], [ 120.4512098, 30.181557 ], [ 120.4514818, 30.1814266 ], [ 120.4517865, 30.1812806 ], [ 120.4521005, 30.1811424 ], [ 120.4527057, 30.1810091 ], [ 120.4531168, 30.1809351 ], [ 120.4535778, 30.1806708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4535778, 30.1806708 ], [ 120.4531168, 30.1809351 ], [ 120.4527057, 30.1810091 ], [ 120.4521005, 30.1811424 ], [ 120.4517865, 30.1812806 ], [ 120.4514818, 30.1814266 ], [ 120.4512098, 30.181557 ], [ 120.4506446, 30.1818778 ], [ 120.4504401, 30.1819969 ], [ 120.44993, 30.1822941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686433, 30.1818938 ], [ 120.4686944, 30.1819946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686944, 30.1819946 ], [ 120.4686433, 30.1818938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44993, 30.1822941 ], [ 120.4493942, 30.1824651 ], [ 120.4491833, 30.1825042 ], [ 120.4488347, 30.1825687 ], [ 120.4478177, 30.1828549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4478177, 30.1828549 ], [ 120.4488347, 30.1825687 ], [ 120.4491833, 30.1825042 ], [ 120.4493942, 30.1824651 ], [ 120.44993, 30.1822941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686944, 30.1819946 ], [ 120.4680285, 30.1822158 ], [ 120.4674199, 30.182418 ], [ 120.4673022, 30.1824578 ], [ 120.465544, 30.183062 ], [ 120.4640731, 30.1835573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4614576, 30.184296 ], [ 120.4615711, 30.1842636 ], [ 120.4618405, 30.1841883 ], [ 120.4621609, 30.1840802 ], [ 120.4627113, 30.1838946 ], [ 120.4652805, 30.183028 ], [ 120.4654884, 30.1829579 ], [ 120.4666674, 30.1825603 ], [ 120.4672556, 30.1823619 ], [ 120.4673628, 30.1823257 ], [ 120.4686433, 30.1818938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.455421, 30.1860188 ], [ 120.4552355, 30.1855835 ], [ 120.4551237, 30.1853212 ], [ 120.4550984, 30.1852618 ], [ 120.4550607, 30.1851734 ], [ 120.4547107, 30.1843519 ], [ 120.4546702, 30.184257 ], [ 120.454395, 30.1836112 ], [ 120.4537204, 30.1818823 ], [ 120.4537011, 30.1818327 ], [ 120.4536387, 30.1814977 ], [ 120.453603, 30.1811252 ], [ 120.4535778, 30.1806708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4535778, 30.1806708 ], [ 120.453603, 30.1811252 ], [ 120.4536387, 30.1814977 ], [ 120.4537011, 30.1818327 ], [ 120.4537204, 30.1818823 ], [ 120.454395, 30.1836112 ], [ 120.4546702, 30.184257 ], [ 120.4547107, 30.1843519 ], [ 120.4550607, 30.1851734 ], [ 120.4550984, 30.1852618 ], [ 120.4551237, 30.1853212 ], [ 120.4552355, 30.1855835 ], [ 120.455421, 30.1860188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6094939, 30.1690351 ], [ 120.6095213, 30.1690911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5900419, 30.1685005 ], [ 120.5900896, 30.1688617 ], [ 120.5901187, 30.1695004 ], [ 120.5901105, 30.1696075 ], [ 120.5899738, 30.1713824 ], [ 120.589862, 30.1725207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新围路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963728, 30.1722687 ], [ 120.5964582, 30.17226 ], [ 120.5967089, 30.1722343 ], [ 120.5967508, 30.17223 ], [ 120.5974688, 30.1721565 ], [ 120.5984702, 30.1719281 ], [ 120.5995738, 30.1716316 ], [ 120.601843, 30.1710221 ], [ 120.6043589, 30.1703462 ], [ 120.6046675, 30.1702633 ], [ 120.6064242, 30.1698163 ], [ 120.6076634, 30.1695009 ], [ 120.6086505, 30.1692497 ], [ 120.6094939, 30.1690351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新围路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6095213, 30.1690911 ], [ 120.6093014, 30.1691471 ], [ 120.6088739, 30.1692559 ], [ 120.6086399, 30.1693155 ], [ 120.6086344, 30.1693169 ], [ 120.6047005, 30.1703185 ], [ 120.6018483, 30.1710847 ], [ 120.5996206, 30.1716832 ], [ 120.5985139, 30.1719805 ], [ 120.5974977, 30.1722128 ], [ 120.5967545, 30.1722898 ], [ 120.5967249, 30.1722929 ], [ 120.5964567, 30.1723208 ], [ 120.5963742, 30.1723293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963742, 30.1723293 ], [ 120.5963728, 30.1722687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963728, 30.1722687 ], [ 120.5963742, 30.1723293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5902551, 30.1728411 ], [ 120.5914661, 30.1726725 ], [ 120.5923601, 30.1725827 ], [ 120.5951619, 30.1723635 ], [ 120.5963728, 30.1722687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963742, 30.1723293 ], [ 120.595198, 30.1724256 ], [ 120.5924357, 30.1726518 ], [ 120.5914911, 30.1727292 ], [ 120.5901733, 30.1729176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5897268, 30.172923 ], [ 120.5897489, 30.1727967 ], [ 120.589765, 30.1726738 ], [ 120.5898191, 30.1723455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5892491, 30.1729843 ], [ 120.5893847, 30.1729015 ], [ 120.5895263, 30.1727878 ], [ 120.5896274, 30.1726676 ], [ 120.5897109, 30.1725386 ], [ 120.5897539, 30.1724599 ], [ 120.5898191, 30.1723455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5217845, 30.1700945 ], [ 120.5217523, 30.1699691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5217523, 30.1699691 ], [ 120.5217845, 30.1700945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "党农线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5177967, 30.1704649 ], [ 120.5179356, 30.1704465 ], [ 120.5181643, 30.1704144 ], [ 120.5181936, 30.1704103 ], [ 120.5191868, 30.1702872 ], [ 120.5203763, 30.1701397 ], [ 120.5208074, 30.1700863 ], [ 120.5217523, 30.1699691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "党农线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5217845, 30.1700945 ], [ 120.521099, 30.1701712 ], [ 120.5182145, 30.1704939 ], [ 120.5181768, 30.1704981 ], [ 120.5179877, 30.1705232 ], [ 120.5178245, 30.1705499 ], [ 120.5174646, 30.1706088 ], [ 120.5123946, 30.1714623 ], [ 120.5123455, 30.1714706 ], [ 120.5121455, 30.1715019 ], [ 120.5110967, 30.1716505 ], [ 120.5107, 30.1717747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5101763, 30.1710854 ], [ 120.5099799, 30.1708822 ], [ 120.5097121, 30.170733 ], [ 120.5094443, 30.1707124 ], [ 120.5089862, 30.1708668 ], [ 120.5083078, 30.171124 ], [ 120.5081203, 30.1712032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5081203, 30.1712032 ], [ 120.5083078, 30.171124 ], [ 120.5089862, 30.1708668 ], [ 120.5094443, 30.1707124 ], [ 120.5097121, 30.170733 ], [ 120.5099799, 30.1708822 ], [ 120.5101763, 30.1710854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "党农线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5106303, 30.1715634 ], [ 120.5110422, 30.171577 ], [ 120.5121226, 30.1713916 ], [ 120.5123276, 30.171366 ], [ 120.5123839, 30.1713567 ], [ 120.5135146, 30.1711704 ], [ 120.5153013, 30.1708779 ], [ 120.5163866, 30.1707313 ], [ 120.5174384, 30.1705326 ], [ 120.5177967, 30.1704649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5040969, 30.1714745 ], [ 120.5041856, 30.1712315 ], [ 120.5043163, 30.1710205 ], [ 120.5044519, 30.1708606 ], [ 120.5046935, 30.1706965 ], [ 120.5049268, 30.1705916 ], [ 120.5052169, 30.1705218 ], [ 120.5056094, 30.1705151 ], [ 120.5059774, 30.1706091 ], [ 120.5067065, 30.1710946 ], [ 120.507419, 30.1715657 ], [ 120.5078379, 30.1718029 ], [ 120.5084945, 30.17192 ], [ 120.5090223, 30.171903 ], [ 120.5101234, 30.1716568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5101681, 30.1718851 ], [ 120.5090325, 30.1719771 ], [ 120.5085165, 30.1719943 ], [ 120.5077869, 30.1718357 ], [ 120.5074721, 30.1716769 ], [ 120.506662, 30.1711423 ], [ 120.5059278, 30.1706547 ], [ 120.5055195, 30.1705716 ], [ 120.5051278, 30.1706012 ], [ 120.504952, 30.1706645 ], [ 120.5047256, 30.170737 ], [ 120.504553, 30.170867 ], [ 120.5044125, 30.1710311 ], [ 120.5043163, 30.1711697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5101763, 30.1710854 ], [ 120.5102715, 30.1711909 ], [ 120.5103578, 30.1712989 ], [ 120.5104931, 30.171487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5101434, 30.1716147 ], [ 120.5101395, 30.1714036 ], [ 120.5101661, 30.1712321 ], [ 120.5101763, 30.1710854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5217845, 30.1700945 ], [ 120.5218426, 30.1703731 ], [ 120.5220167, 30.1712073 ], [ 120.5220653, 30.1714391 ], [ 120.5222838, 30.1728967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222838, 30.1728967 ], [ 120.5220653, 30.1714391 ], [ 120.5220167, 30.1712073 ], [ 120.5218426, 30.1703731 ], [ 120.5217845, 30.1700945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5043163, 30.1711697 ], [ 120.5043188, 30.1713892 ], [ 120.5043779, 30.1715597 ], [ 120.5044914, 30.1716961 ], [ 120.5046245, 30.1717899 ], [ 120.5048723, 30.1718414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5104931, 30.171487 ], [ 120.5105679, 30.1715169 ], [ 120.5106303, 30.1715634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5101434, 30.1716147 ], [ 120.5102054, 30.1715443 ], [ 120.5102915, 30.1714963 ], [ 120.5103914, 30.1714764 ], [ 120.5104931, 30.171487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5043163, 30.1711697 ], [ 120.5042251, 30.1712869 ], [ 120.5041881, 30.1714404 ], [ 120.5041832, 30.1716322 ], [ 120.5042276, 30.1718155 ], [ 120.5043143, 30.1720381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5101234, 30.1716568 ], [ 120.5101434, 30.1716147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5106303, 30.1715634 ], [ 120.5106775, 30.1716268 ], [ 120.5107015, 30.1716993 ], [ 120.5107, 30.1717747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5066478, 30.1722319 ], [ 120.5068261, 30.17205 ], [ 120.5071772, 30.1717002 ], [ 120.5075402, 30.1714481 ], [ 120.5081203, 30.1712032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589862, 30.1725207 ], [ 120.5899233, 30.1726107 ], [ 120.5899941, 30.1726938 ], [ 120.5900852, 30.1727638 ], [ 120.5901585, 30.1728031 ], [ 120.5902551, 30.1728411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589862, 30.1725207 ], [ 120.5898171, 30.1729114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5898171, 30.1729114 ], [ 120.5900249, 30.1728731 ], [ 120.5902551, 30.1728411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5901733, 30.1729176 ], [ 120.5898171, 30.1729114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5898171, 30.1729114 ], [ 120.5897268, 30.172923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5897268, 30.172923 ], [ 120.5898171, 30.1729114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5892491, 30.1729843 ], [ 120.5897268, 30.172923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5897268, 30.172923 ], [ 120.5892491, 30.1729843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589689, 30.173337 ], [ 120.5897268, 30.172923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589689, 30.173337 ], [ 120.5896628, 30.173271 ], [ 120.5895895, 30.1731704 ], [ 120.5894808, 30.1730917 ], [ 120.589372, 30.1730371 ], [ 120.5892491, 30.1729843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5105505, 30.1719575 ], [ 120.5104537, 30.1719862 ], [ 120.5102898, 30.1719825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5042128, 30.1720528 ], [ 120.5043143, 30.1720381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5043143, 30.1720381 ], [ 120.5042854, 30.1721791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5042854, 30.1721791 ], [ 120.5042128, 30.1720528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5036069, 30.172229 ], [ 120.5042128, 30.1720528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222838, 30.1728967 ], [ 120.5242165, 30.1724911 ], [ 120.5250909, 30.1723111 ], [ 120.5256788, 30.1721901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5256788, 30.1721901 ], [ 120.5250909, 30.1723111 ], [ 120.5242165, 30.1724911 ], [ 120.5222838, 30.1728967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5185336, 30.173657 ], [ 120.5190801, 30.1735451 ], [ 120.520101, 30.173336 ], [ 120.5222838, 30.1728967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222838, 30.1728967 ], [ 120.520101, 30.173336 ], [ 120.5190801, 30.1735451 ], [ 120.5185336, 30.173657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5105505, 30.1719575 ], [ 120.5104929, 30.1722372 ], [ 120.510512, 30.1724144 ], [ 120.5107834, 30.1741347 ], [ 120.5108663, 30.1745175 ], [ 120.5113293, 30.1766563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5898171, 30.1729114 ], [ 120.5897411, 30.1734221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5901733, 30.1729176 ], [ 120.5900649, 30.1730043 ], [ 120.5899688, 30.1730983 ], [ 120.5898702, 30.1732251 ], [ 120.5898045, 30.1733125 ], [ 120.5897411, 30.1734221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5832612, 30.1738856 ], [ 120.5833273, 30.1738668 ], [ 120.5835287, 30.1738098 ], [ 120.5835838, 30.1737942 ], [ 120.5839445, 30.1736919 ], [ 120.5841355, 30.1736377 ], [ 120.5884922, 30.1731004 ], [ 120.5892491, 30.1729843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5892491, 30.1729843 ], [ 120.5884922, 30.1731004 ], [ 120.5841355, 30.1736377 ], [ 120.5839445, 30.1736919 ], [ 120.5835838, 30.1737942 ], [ 120.5835287, 30.1738098 ], [ 120.5833273, 30.1738668 ], [ 120.5832612, 30.1738856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5970311, 30.1792637 ], [ 120.5969024, 30.179106 ], [ 120.5968487, 30.1789437 ], [ 120.5968743, 30.1786693 ], [ 120.5968804, 30.1786035 ], [ 120.5967094, 30.1758347 ], [ 120.5966684, 30.1754064 ], [ 120.5966109, 30.174805 ], [ 120.5965078, 30.1737267 ], [ 120.5964265, 30.1728766 ], [ 120.5963742, 30.1723293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963742, 30.1723293 ], [ 120.5964265, 30.1728766 ], [ 120.5965078, 30.1737267 ], [ 120.5966109, 30.174805 ], [ 120.5966684, 30.1754064 ], [ 120.5967094, 30.1758347 ], [ 120.5968804, 30.1786035 ], [ 120.5968743, 30.1786693 ], [ 120.5968487, 30.1789437 ], [ 120.5969024, 30.179106 ], [ 120.5970311, 30.1792637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5891988, 30.179317 ], [ 120.5892398, 30.1788005 ], [ 120.5894075, 30.1766887 ], [ 120.5895916, 30.1744966 ], [ 120.589689, 30.173337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5897411, 30.1734221 ], [ 120.5896703, 30.174306 ], [ 120.5896044, 30.1751099 ], [ 120.5895056, 30.1763167 ], [ 120.5894769, 30.1766848 ], [ 120.589271, 30.1793216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5891988, 30.179317 ], [ 120.589271, 30.1793216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5891897, 30.179431 ], [ 120.5891988, 30.179317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5642921, 30.1779189 ], [ 120.5625164, 30.1735272 ], [ 120.5615401, 30.1712223 ], [ 120.5608033, 30.1694333 ], [ 120.5605486, 30.1688147 ], [ 120.5605316, 30.1687735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5605316, 30.1687735 ], [ 120.5605486, 30.1688147 ], [ 120.5608033, 30.1694333 ], [ 120.5615401, 30.1712223 ], [ 120.5625164, 30.1735272 ], [ 120.5642921, 30.1779189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5832612, 30.1738856 ], [ 120.5826619, 30.1740555 ], [ 120.582448, 30.1741187 ], [ 120.5802794, 30.1747598 ], [ 120.5794122, 30.1750162 ], [ 120.5777209, 30.1755064 ], [ 120.5766688, 30.1758113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5766688, 30.1758113 ], [ 120.5777209, 30.1755064 ], [ 120.5794122, 30.1750162 ], [ 120.5802794, 30.1747598 ], [ 120.582448, 30.1741187 ], [ 120.5826619, 30.1740555 ], [ 120.5832612, 30.1738856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5523716, 30.1828759 ], [ 120.5520494, 30.1818233 ], [ 120.5517247, 30.1807623 ], [ 120.5516452, 30.1804943 ], [ 120.5515734, 30.1802523 ], [ 120.5515188, 30.1800879 ], [ 120.5514963, 30.1800158 ], [ 120.5514411, 30.1798389 ], [ 120.5511606, 30.1789402 ], [ 120.5508515, 30.1779498 ], [ 120.5504129, 30.1765441 ], [ 120.5499389, 30.1750254 ], [ 120.5498822, 30.1748438 ], [ 120.5496059, 30.1740817 ], [ 120.5490589, 30.1725729 ], [ 120.5488792, 30.1720773 ], [ 120.5487595, 30.171747 ], [ 120.5486262, 30.1713792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5486262, 30.1713792 ], [ 120.5487595, 30.171747 ], [ 120.5488792, 30.1720773 ], [ 120.5490589, 30.1725729 ], [ 120.5496059, 30.1740817 ], [ 120.5498822, 30.1748438 ], [ 120.5499389, 30.1750254 ], [ 120.5504129, 30.1765441 ], [ 120.5508515, 30.1779498 ], [ 120.5511606, 30.1789402 ], [ 120.5514411, 30.1798389 ], [ 120.5514963, 30.1800158 ], [ 120.5515188, 30.1800879 ], [ 120.5515734, 30.1802523 ], [ 120.5516452, 30.1804943 ], [ 120.5517247, 30.1807623 ], [ 120.5520494, 30.1818233 ], [ 120.5523716, 30.1828759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5523716, 30.1828759 ], [ 120.555366, 30.1820053 ], [ 120.557847, 30.181284 ], [ 120.5580254, 30.1812321 ], [ 120.5595035, 30.1808023 ], [ 120.561408, 30.1802486 ], [ 120.5620719, 30.1800556 ], [ 120.5623315, 30.1799801 ], [ 120.5624042, 30.179959 ], [ 120.562546, 30.1799178 ], [ 120.5625903, 30.1799049 ], [ 120.5638116, 30.1795498 ], [ 120.5648276, 30.1792544 ], [ 120.5672135, 30.1785606 ], [ 120.567311, 30.1785323 ], [ 120.5677751, 30.1783974 ], [ 120.5685032, 30.178187 ], [ 120.5686031, 30.1781581 ], [ 120.5697614, 30.1778233 ], [ 120.5711379, 30.1774255 ], [ 120.5722462, 30.1771051 ], [ 120.5722621, 30.1771005 ], [ 120.5725491, 30.1770176 ], [ 120.5725828, 30.1770078 ], [ 120.5733701, 30.1767803 ], [ 120.574949, 30.1763239 ], [ 120.5766688, 30.1758113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5766688, 30.1758113 ], [ 120.574949, 30.1763239 ], [ 120.5733701, 30.1767803 ], [ 120.5725828, 30.1770078 ], [ 120.5725491, 30.1770176 ], [ 120.5722621, 30.1771005 ], [ 120.5722462, 30.1771051 ], [ 120.5711379, 30.1774255 ], [ 120.5697614, 30.1778233 ], [ 120.5686031, 30.1781581 ], [ 120.5685032, 30.178187 ], [ 120.5677751, 30.1783974 ], [ 120.567311, 30.1785323 ], [ 120.5672135, 30.1785606 ], [ 120.5648276, 30.1792544 ], [ 120.5638116, 30.1795498 ], [ 120.5625903, 30.1799049 ], [ 120.562546, 30.1799178 ], [ 120.5624042, 30.179959 ], [ 120.5623315, 30.1799801 ], [ 120.5620719, 30.1800556 ], [ 120.561408, 30.1802486 ], [ 120.5595035, 30.1808023 ], [ 120.5580254, 30.1812321 ], [ 120.557847, 30.181284 ], [ 120.555366, 30.1820053 ], [ 120.5523716, 30.1828759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854284, 30.182299 ], [ 120.5833696, 30.1823661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5440928, 30.1853464 ], [ 120.5441665, 30.1853242 ], [ 120.5442373, 30.185303 ], [ 120.546264, 30.1846935 ], [ 120.5476503, 30.1842767 ], [ 120.5502569, 30.1834928 ], [ 120.5520652, 30.1829651 ], [ 120.5521303, 30.1829461 ], [ 120.5523192, 30.1828911 ], [ 120.5523716, 30.1828759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5112255, 30.176667 ], [ 120.510717, 30.174114 ], [ 120.5104312, 30.1724142 ], [ 120.5103931, 30.1722286 ], [ 120.5103342, 30.1721099 ], [ 120.5102898, 30.1719825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4995903, 30.1778519 ], [ 120.4998342, 30.1776983 ], [ 120.5012266, 30.1768135 ], [ 120.5025796, 30.1757887 ], [ 120.5029583, 30.1755018 ], [ 120.5042436, 30.1744626 ], [ 120.505029, 30.1737836 ], [ 120.5057669, 30.1731303 ], [ 120.5066478, 30.1722319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5066478, 30.1722319 ], [ 120.5057669, 30.1731303 ], [ 120.505029, 30.1737836 ], [ 120.5042436, 30.1744626 ], [ 120.5029583, 30.1755018 ], [ 120.5025796, 30.1757887 ], [ 120.5012266, 30.1768135 ], [ 120.4998342, 30.1776983 ], [ 120.4995903, 30.1778519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222838, 30.1728967 ], [ 120.5224282, 30.173375 ], [ 120.5224431, 30.1734276 ], [ 120.5224853, 30.1735769 ], [ 120.5229008, 30.1750454 ], [ 120.5230973, 30.1759134 ], [ 120.5231955, 30.1765058 ], [ 120.5233781, 30.1772738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5233781, 30.1772738 ], [ 120.5231955, 30.1765058 ], [ 120.5230973, 30.1759134 ], [ 120.5229008, 30.1750454 ], [ 120.5224853, 30.1735769 ], [ 120.5224431, 30.1734276 ], [ 120.5224282, 30.173375 ], [ 120.5222838, 30.1728967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5113293, 30.1766563 ], [ 120.5112255, 30.176667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5112255, 30.176667 ], [ 120.5113293, 30.1766563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5272362, 30.1763711 ], [ 120.5259168, 30.176751 ], [ 120.5253565, 30.1768785 ], [ 120.5233781, 30.1772738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5233781, 30.1772738 ], [ 120.5253565, 30.1768785 ], [ 120.5259168, 30.176751 ], [ 120.5272362, 30.1763711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5389667, 30.1859412 ], [ 120.5380079, 30.1830037 ], [ 120.5377347, 30.182213 ], [ 120.5369282, 30.1803766 ], [ 120.5359717, 30.177995 ], [ 120.5358947, 30.1778031 ], [ 120.5347878, 30.1751642 ], [ 120.534375, 30.1741971 ], [ 120.5343546, 30.1741494 ], [ 120.5335486, 30.1722611 ], [ 120.5321538, 30.1691028 ], [ 120.5318616, 30.1682945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318616, 30.1682945 ], [ 120.5321538, 30.1691028 ], [ 120.5335486, 30.1722611 ], [ 120.5343546, 30.1741494 ], [ 120.534375, 30.1741971 ], [ 120.5347878, 30.1751642 ], [ 120.5358947, 30.1778031 ], [ 120.5359717, 30.177995 ], [ 120.5369282, 30.1803766 ], [ 120.5377347, 30.182213 ], [ 120.5380079, 30.1830037 ], [ 120.5389667, 30.1859412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5411734, 30.1862243 ], [ 120.5409354, 30.1852966 ], [ 120.5406514, 30.1838801 ], [ 120.5405384, 30.1833166 ], [ 120.540415, 30.1827833 ], [ 120.5403281, 30.1825865 ], [ 120.5400771, 30.1820182 ], [ 120.539825, 30.1815359 ], [ 120.5396516, 30.1811982 ], [ 120.5389988, 30.1799268 ], [ 120.5388111, 30.1794468 ], [ 120.5387163, 30.1792043 ], [ 120.538618, 30.178953 ], [ 120.5385671, 30.1788026 ], [ 120.5382981, 30.1780077 ], [ 120.5378324, 30.1766317 ], [ 120.5377972, 30.1765276 ], [ 120.5371851, 30.1748143 ], [ 120.5367832, 30.1736892 ], [ 120.536558, 30.1730588 ], [ 120.5364147, 30.1727472 ], [ 120.5361825, 30.1722425 ], [ 120.5360585, 30.1720618 ], [ 120.535807, 30.1716953 ], [ 120.5352668, 30.1710336 ], [ 120.5351633, 30.1709069 ], [ 120.5349487, 30.170624 ], [ 120.5349255, 30.1705431 ], [ 120.5348039, 30.1701185 ], [ 120.5347854, 30.1700658 ], [ 120.534305, 30.1686993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.534305, 30.1686993 ], [ 120.5347854, 30.1700658 ], [ 120.5348039, 30.1701185 ], [ 120.5349255, 30.1705431 ], [ 120.5349487, 30.170624 ], [ 120.5351633, 30.1709069 ], [ 120.5352668, 30.1710336 ], [ 120.535807, 30.1716953 ], [ 120.5360585, 30.1720618 ], [ 120.5361825, 30.1722425 ], [ 120.5364147, 30.1727472 ], [ 120.536558, 30.1730588 ], [ 120.5367832, 30.1736892 ], [ 120.5371851, 30.1748143 ], [ 120.5377972, 30.1765276 ], [ 120.5378324, 30.1766317 ], [ 120.5382981, 30.1780077 ], [ 120.5385671, 30.1788026 ], [ 120.538618, 30.178953 ], [ 120.5387163, 30.1792043 ], [ 120.5388111, 30.1794468 ], [ 120.5389988, 30.1799268 ], [ 120.5396516, 30.1811982 ], [ 120.539825, 30.1815359 ], [ 120.5400771, 30.1820182 ], [ 120.5403281, 30.1825865 ], [ 120.540415, 30.1827833 ], [ 120.5405384, 30.1833166 ], [ 120.5406514, 30.1838801 ], [ 120.5409354, 30.1852966 ], [ 120.5411734, 30.1862243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5113293, 30.1766563 ], [ 120.5119826, 30.1792966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5118931, 30.1793176 ], [ 120.5117546, 30.1786645 ], [ 120.5112255, 30.176667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5119826, 30.1792966 ], [ 120.513084, 30.1791152 ], [ 120.5135752, 30.1790343 ], [ 120.5138311, 30.1789807 ], [ 120.5141686, 30.178923 ], [ 120.516475, 30.1785058 ], [ 120.5187803, 30.1780889 ], [ 120.5190228, 30.1780444 ], [ 120.5193022, 30.1779932 ], [ 120.5210434, 30.1776739 ], [ 120.5213248, 30.1776227 ], [ 120.5233781, 30.1772738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5233781, 30.1772738 ], [ 120.5213248, 30.1776227 ], [ 120.5210434, 30.1776739 ], [ 120.5193022, 30.1779932 ], [ 120.5190228, 30.1780444 ], [ 120.5187803, 30.1780889 ], [ 120.516475, 30.1785058 ], [ 120.5141686, 30.178923 ], [ 120.5138311, 30.1789807 ], [ 120.5135752, 30.1790343 ], [ 120.513084, 30.1791152 ], [ 120.5119826, 30.1792966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5004091, 30.1799463 ], [ 120.5036149, 30.1787829 ], [ 120.5080352, 30.1771923 ], [ 120.5109087, 30.1767163 ], [ 120.5110976, 30.176685 ], [ 120.5112255, 30.176667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5112255, 30.176667 ], [ 120.5110976, 30.176685 ], [ 120.5109087, 30.1767163 ], [ 120.5080352, 30.1771923 ], [ 120.5036149, 30.1787829 ], [ 120.5004091, 30.1799463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5119826, 30.1792966 ], [ 120.5118931, 30.1793176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589271, 30.1793216 ], [ 120.5892627, 30.179428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5892627, 30.179428 ], [ 120.5891897, 30.179431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5857313, 30.1795525 ], [ 120.5864582, 30.1795066 ], [ 120.5883247, 30.1793889 ], [ 120.5891988, 30.179317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5891897, 30.179431 ], [ 120.5883826, 30.1794886 ], [ 120.5857149, 30.1796787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5856049, 30.1795605 ], [ 120.5857313, 30.1795525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5857313, 30.1795525 ], [ 120.5857149, 30.1796787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5856049, 30.1796834 ], [ 120.5856049, 30.1795605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5857149, 30.1796787 ], [ 120.5856049, 30.1796834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5856049, 30.1796834 ], [ 120.5836898, 30.1797947 ], [ 120.583289, 30.1798628 ], [ 120.5835906, 30.1797274 ], [ 120.5856049, 30.1795605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5892627, 30.179428 ], [ 120.5892552, 30.1795244 ], [ 120.5892008, 30.1802211 ], [ 120.5890804, 30.1817644 ], [ 120.5890712, 30.1818818 ], [ 120.5890666, 30.1819404 ], [ 120.5890611, 30.1820108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3846347, 30.1621328 ], [ 120.3849107, 30.1631924 ], [ 120.3855054, 30.1651576 ], [ 120.3857111, 30.1658458 ], [ 120.3858526, 30.1663189 ], [ 120.3859651, 30.1666953 ], [ 120.3862539, 30.1676358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3862539, 30.1676358 ], [ 120.3859651, 30.1666953 ], [ 120.3858526, 30.1663189 ], [ 120.3857111, 30.1658458 ], [ 120.3855054, 30.1651576 ], [ 120.3849107, 30.1631924 ], [ 120.3846347, 30.1621328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3862539, 30.1676358 ], [ 120.3857222, 30.1677241 ], [ 120.3851576, 30.1678179 ], [ 120.3846529, 30.1678179 ], [ 120.3845568, 30.1678179 ], [ 120.3835698, 30.1676695 ], [ 120.382478, 30.1674807 ], [ 120.3819284, 30.1673857 ], [ 120.3818531, 30.1673727 ], [ 120.3817528, 30.1673467 ], [ 120.3808977, 30.1671254 ], [ 120.3808066, 30.1671018 ], [ 120.3772127, 30.1661717 ], [ 120.3752636, 30.1656673 ], [ 120.3751154, 30.1656289 ], [ 120.3750057, 30.165601 ], [ 120.3747933, 30.165547 ], [ 120.3744823, 30.165468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧明线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3744823, 30.165468 ], [ 120.3747933, 30.165547 ], [ 120.3750057, 30.165601 ], [ 120.3751154, 30.1656289 ], [ 120.3752636, 30.1656673 ], [ 120.3772127, 30.1661717 ], [ 120.3808066, 30.1671018 ], [ 120.3808977, 30.1671254 ], [ 120.3817528, 30.1673467 ], [ 120.3818531, 30.1673727 ], [ 120.3819284, 30.1673857 ], [ 120.382478, 30.1674807 ], [ 120.3835698, 30.1676695 ], [ 120.3845568, 30.1678179 ], [ 120.3846529, 30.1678179 ], [ 120.3851576, 30.1678179 ], [ 120.3857222, 30.1677241 ], [ 120.3862539, 30.1676358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3848112, 30.1686203 ], [ 120.3848635, 30.1687838 ], [ 120.3848959, 30.1688849 ], [ 120.3850513, 30.1689345 ], [ 120.386469, 30.1686915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.386469, 30.1686915 ], [ 120.3850513, 30.1689345 ], [ 120.3848959, 30.1688849 ], [ 120.3848635, 30.1687838 ], [ 120.3848112, 30.1686203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.355845, 30.1654983 ], [ 120.3555868, 30.1658262 ], [ 120.3555475, 30.1658591 ], [ 120.3553401, 30.1660326 ], [ 120.3550342, 30.1664237 ], [ 120.3548734, 30.1666703 ], [ 120.3547902, 30.1669138 ], [ 120.3545247, 30.1677184 ], [ 120.3542779, 30.1686089 ], [ 120.3538967, 30.1699222 ], [ 120.353779, 30.1703504 ], [ 120.3535403, 30.1712432 ], [ 120.3533579, 30.1718901 ], [ 120.3532614, 30.1723005 ], [ 120.3531603, 30.1726829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3519164, 30.1730878 ], [ 120.3522509, 30.1730303 ], [ 120.3525586, 30.1729498 ], [ 120.352851, 30.1727852 ], [ 120.35302, 30.1726437 ], [ 120.3531568, 30.1723863 ], [ 120.3533391, 30.171802 ], [ 120.3536717, 30.1706379 ], [ 120.3538622, 30.1699144 ], [ 120.3542315, 30.1685958 ], [ 120.3543718, 30.1681312 ], [ 120.3546373, 30.1672199 ], [ 120.3548384, 30.1666486 ], [ 120.3549698, 30.1664538 ], [ 120.3553374, 30.1659862 ], [ 120.3554893, 30.1658501 ], [ 120.3556324, 30.1657218 ], [ 120.355845, 30.1654983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3531603, 30.1726829 ], [ 120.3532079, 30.1728067 ], [ 120.3534168, 30.172958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3531603, 30.1726829 ], [ 120.3530457, 30.1728631 ], [ 120.3529469, 30.1730013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239724, 30.1671294 ], [ 120.3237141, 30.1664621 ], [ 120.3236643, 30.166112 ], [ 120.3235104, 30.1654748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236291, 30.1654509 ], [ 120.3243466, 30.1671964 ], [ 120.3245397, 30.1676695 ], [ 120.3254752, 30.1699202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250779, 30.1699373 ], [ 120.3248587, 30.1692077 ], [ 120.3243795, 30.1676126 ], [ 120.3235104, 30.1654748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3096705, 30.169477 ], [ 120.3099151, 30.1694912 ], [ 120.3108182, 30.1695435 ], [ 120.3110147, 30.1695546 ], [ 120.3116003, 30.1695878 ], [ 120.3117726, 30.1695976 ], [ 120.3135447, 30.169698 ], [ 120.3136313, 30.1697029 ], [ 120.31401, 30.1697244 ], [ 120.3150893, 30.1697452 ], [ 120.3164059, 30.1697705 ], [ 120.3167322, 30.1697768 ], [ 120.3180924, 30.1697893 ], [ 120.31917, 30.1698122 ], [ 120.3197476, 30.1698244 ], [ 120.3200629, 30.1698311 ], [ 120.3208489, 30.1698477 ], [ 120.3215406, 30.1698624 ], [ 120.3230005, 30.1698933 ], [ 120.3250779, 30.1699373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250779, 30.1699373 ], [ 120.3230005, 30.1698933 ], [ 120.3215406, 30.1698624 ], [ 120.3208489, 30.1698477 ], [ 120.3200629, 30.1698311 ], [ 120.3197476, 30.1698244 ], [ 120.31917, 30.1698122 ], [ 120.3180924, 30.1697893 ], [ 120.3167322, 30.1697768 ], [ 120.3164059, 30.1697705 ], [ 120.3150893, 30.1697452 ], [ 120.31401, 30.1697244 ], [ 120.3136313, 30.1697029 ], [ 120.3135447, 30.169698 ], [ 120.3117726, 30.1695976 ], [ 120.3116003, 30.1695878 ], [ 120.3110147, 30.1695546 ], [ 120.3108182, 30.1695435 ], [ 120.3099151, 30.1694912 ], [ 120.3096705, 30.169477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.329904, 30.1695478 ], [ 120.3289681, 30.1696758 ], [ 120.3278314, 30.1698313 ], [ 120.3277555, 30.1698417 ], [ 120.3277193, 30.1698429 ], [ 120.3276505, 30.1698453 ], [ 120.327289, 30.1698577 ], [ 120.3254752, 30.1699202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254752, 30.1699202 ], [ 120.327289, 30.1698577 ], [ 120.3276505, 30.1698453 ], [ 120.3277193, 30.1698429 ], [ 120.3277555, 30.1698417 ], [ 120.3278314, 30.1698313 ], [ 120.3289681, 30.1696758 ], [ 120.329904, 30.1695478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254752, 30.1699202 ], [ 120.3250779, 30.1699373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250779, 30.1699373 ], [ 120.3254752, 30.1699202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3262522, 30.1726891 ], [ 120.3258662, 30.1717846 ], [ 120.3250779, 30.1699373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3529469, 30.1730013 ], [ 120.3534168, 30.172958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3519164, 30.1730878 ], [ 120.3529469, 30.1730013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3529469, 30.1730013 ], [ 120.3528648, 30.1731216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3857233, 30.1731047 ], [ 120.3856592, 30.1730318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3856592, 30.1730318 ], [ 120.3857233, 30.1731047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.383097, 30.1739726 ], [ 120.3836397, 30.1738149 ], [ 120.3842574, 30.173614 ], [ 120.3850563, 30.1732876 ], [ 120.3856592, 30.1730318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3857233, 30.1731047 ], [ 120.3850516, 30.1734006 ], [ 120.3843894, 30.1736616 ], [ 120.3835855, 30.1739461 ], [ 120.3831461, 30.1740814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534168, 30.172958 ], [ 120.3544369, 30.1728981 ], [ 120.3556515, 30.1728611 ], [ 120.3564093, 30.1728532 ], [ 120.3571583, 30.1728376 ], [ 120.3584174, 30.1728523 ], [ 120.3601975, 30.1729406 ], [ 120.3603433, 30.1729513 ], [ 120.3616663, 30.1730487 ], [ 120.3624399, 30.1731384 ], [ 120.3636824, 30.173297 ], [ 120.3668542, 30.1737413 ], [ 120.3686281, 30.1739799 ], [ 120.3690321, 30.1740434 ], [ 120.3697727, 30.1741405 ], [ 120.3703514, 30.1742215 ], [ 120.3708379, 30.1742959 ], [ 120.373356, 30.1746498 ], [ 120.3742101, 30.174748 ], [ 120.3751405, 30.1748274 ], [ 120.3760149, 30.1748713 ], [ 120.3771616, 30.1748964 ], [ 120.3783262, 30.1748632 ], [ 120.3796977, 30.1747264 ], [ 120.3798605, 30.1747015 ], [ 120.3801637, 30.174655 ], [ 120.3808607, 30.1745483 ], [ 120.3819257, 30.174295 ], [ 120.3824718, 30.174153 ], [ 120.3829609, 30.1740086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3829609, 30.1740086 ], [ 120.3830208, 30.1738871 ], [ 120.383097, 30.1739726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3830032, 30.174121 ], [ 120.3822772, 30.1743096 ], [ 120.3820957, 30.1743515 ], [ 120.3815502, 30.1744772 ], [ 120.3806366, 30.1746529 ], [ 120.3801862, 30.1747339 ], [ 120.3798905, 30.1747871 ], [ 120.3797122, 30.1748192 ], [ 120.3783813, 30.1749412 ], [ 120.3771375, 30.1749832 ], [ 120.3763888, 30.174977 ], [ 120.3759286, 30.1749624 ], [ 120.3755965, 30.1749519 ], [ 120.3747052, 30.1748843 ], [ 120.3737104, 30.1747839 ], [ 120.3724286, 30.1746206 ], [ 120.3710039, 30.1744378 ], [ 120.370401, 30.1743605 ], [ 120.3700307, 30.1743068 ], [ 120.3668358, 30.1738435 ], [ 120.363771, 30.1734082 ], [ 120.3625317, 30.1732483 ], [ 120.3616109, 30.1731344 ], [ 120.3603634, 30.1730476 ], [ 120.3601154, 30.1730304 ], [ 120.3584298, 30.1729532 ], [ 120.3575696, 30.1729396 ], [ 120.3566165, 30.1729452 ], [ 120.3556817, 30.1729637 ], [ 120.3548398, 30.1729789 ], [ 120.353883, 30.1730324 ], [ 120.3528648, 30.1731216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254752, 30.1699202 ], [ 120.3255321, 30.1700765 ], [ 120.3263687, 30.1717864 ], [ 120.3267013, 30.172591 ], [ 120.3267305, 30.1727501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3267305, 30.1727501 ], [ 120.3268415, 30.1727668 ], [ 120.3269188, 30.1727962 ], [ 120.3269873, 30.1728389 ], [ 120.3270652, 30.1729205 ], [ 120.3271114, 30.1730184 ], [ 120.3271217, 30.1731238 ], [ 120.3271005, 30.1732142 ], [ 120.3270528, 30.1732967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3266711, 30.1734481 ], [ 120.3265697, 30.1734263 ], [ 120.3264781, 30.1733827 ], [ 120.3263896, 30.1733058 ], [ 120.3263325, 30.1732091 ], [ 120.3263124, 30.173102 ], [ 120.3263312, 30.1729947 ], [ 120.3263692, 30.1729213 ], [ 120.3264309, 30.1728435 ], [ 120.3265141, 30.1727973 ], [ 120.3266185, 30.1727606 ], [ 120.3267305, 30.1727501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270528, 30.1732967 ], [ 120.3269793, 30.1733674 ], [ 120.3268864, 30.1734185 ], [ 120.3267811, 30.173446 ], [ 120.3266711, 30.1734481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "塘新线高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3305904, 30.1828542 ], [ 120.3303768, 30.1821894 ], [ 120.3300542, 30.181332 ], [ 120.3296325, 30.1802255 ], [ 120.3293567, 30.1795618 ], [ 120.3289776, 30.1786062 ], [ 120.3283132, 30.1770564 ], [ 120.3276908, 30.1755041 ], [ 120.3269131, 30.1736644 ], [ 120.3264066, 30.1725015 ], [ 120.3258309, 30.1710418 ], [ 120.3229736, 30.1639823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "塘新线高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3231181, 30.1639293 ], [ 120.3242397, 30.1667329 ], [ 120.3251692, 30.1690151 ], [ 120.325229, 30.169161 ], [ 120.3265829, 30.1724677 ], [ 120.3270176, 30.1735011 ], [ 120.3270792, 30.1736477 ], [ 120.327815, 30.1754319 ], [ 120.3280704, 30.1760468 ], [ 120.3282787, 30.1765788 ], [ 120.3284565, 30.1770269 ], [ 120.3289084, 30.1780612 ], [ 120.3294846, 30.1795142 ], [ 120.3297644, 30.1802149 ], [ 120.3301809, 30.1812938 ], [ 120.3305217, 30.1821518 ], [ 120.3309165, 30.1835132 ], [ 120.3310847, 30.1842765 ], [ 120.3310867, 30.1842977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3260378, 30.1733663 ], [ 120.3244727, 30.1740104 ], [ 120.3227694, 30.1747114 ], [ 120.3226949, 30.174735 ], [ 120.3223922, 30.1748309 ], [ 120.3219148, 30.1749821 ], [ 120.3217502, 30.1750342 ], [ 120.3216388, 30.1750433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3216388, 30.1750433 ], [ 120.3217502, 30.1750342 ], [ 120.3219148, 30.1749821 ], [ 120.3223922, 30.1748309 ], [ 120.3226949, 30.174735 ], [ 120.3227694, 30.1747114 ], [ 120.3244727, 30.1740104 ], [ 120.3260378, 30.1733663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163857, 30.1741935 ], [ 120.3167038, 30.1742735 ], [ 120.3182874, 30.1746719 ], [ 120.3187542, 30.1747893 ], [ 120.319087, 30.174873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.319087, 30.174873 ], [ 120.3187542, 30.1747893 ], [ 120.3182874, 30.1746719 ], [ 120.3167038, 30.1742735 ], [ 120.3163857, 30.1741935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3216388, 30.1750433 ], [ 120.3207095, 30.1751195 ], [ 120.3205814, 30.1751035 ], [ 120.3196253, 30.174984 ], [ 120.3194328, 30.17496 ], [ 120.3193323, 30.1749347 ], [ 120.319087, 30.174873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.319087, 30.174873 ], [ 120.3193323, 30.1749347 ], [ 120.3194328, 30.17496 ], [ 120.3196253, 30.174984 ], [ 120.3205814, 30.1751035 ], [ 120.3207095, 30.1751195 ], [ 120.3216388, 30.1750433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270528, 30.1732967 ], [ 120.3270305, 30.1734956 ], [ 120.3270166, 30.1736192 ], [ 120.327044, 30.1738273 ], [ 120.3273832, 30.1746586 ], [ 120.3274837, 30.1749051 ], [ 120.3274992, 30.174943 ], [ 120.3279475, 30.1760306 ], [ 120.3283832, 30.1770329 ], [ 120.3286502, 30.177624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3219853, 30.176115 ], [ 120.3216388, 30.1750433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3216388, 30.1750433 ], [ 120.3219853, 30.176115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.328305, 30.1777127 ], [ 120.327613, 30.1761585 ], [ 120.3274165, 30.1749784 ], [ 120.3274004, 30.1749373 ], [ 120.3273032, 30.1746896 ], [ 120.3269707, 30.1738419 ], [ 120.3268372, 30.1736344 ], [ 120.3266711, 30.1734481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3194992, 30.1763359 ], [ 120.319087, 30.174873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.319087, 30.174873 ], [ 120.3194992, 30.1763359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171166, 30.1757667 ], [ 120.3194992, 30.1763359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3194992, 30.1763359 ], [ 120.3171166, 30.1757667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3219853, 30.176115 ], [ 120.3209346, 30.1763188 ], [ 120.3206546, 30.1763489 ], [ 120.3200239, 30.1764169 ], [ 120.3199595, 30.1764238 ], [ 120.3194992, 30.1763359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3194992, 30.1763359 ], [ 120.3199595, 30.1764238 ], [ 120.3200239, 30.1764169 ], [ 120.3206546, 30.1763489 ], [ 120.3209346, 30.1763188 ], [ 120.3219853, 30.176115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3224184, 30.1768778 ], [ 120.3222031, 30.1767244 ], [ 120.3219853, 30.176115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3219853, 30.176115 ], [ 120.3222031, 30.1767244 ], [ 120.3224184, 30.1768778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.328305, 30.1777127 ], [ 120.3286502, 30.177624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3286502, 30.177624 ], [ 120.3287737, 30.177913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘湄线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3284771, 30.1779915 ], [ 120.328305, 30.1777127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3287737, 30.177913 ], [ 120.3284771, 30.1779915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "彩虹大道", "彩虹快速路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3123059, 30.1804989 ], [ 120.3125209, 30.1804921 ], [ 120.3163218, 30.1802605 ], [ 120.3203163, 30.1800069 ], [ 120.3212255, 30.1799494 ], [ 120.3216997, 30.1799075 ], [ 120.322134, 30.1798746 ], [ 120.3227995, 30.17977 ], [ 120.3228215, 30.1797719 ], [ 120.3234618, 30.1796421 ], [ 120.3242141, 30.1794503 ], [ 120.3245635, 30.1793523 ], [ 120.3250878, 30.1791683 ], [ 120.3255562, 30.1789765 ], [ 120.3267785, 30.1784609 ], [ 120.3273945, 30.1781936 ], [ 120.3280456, 30.1779616 ], [ 120.3286433, 30.177782 ], [ 120.329256, 30.1776193 ], [ 120.3302958, 30.1773696 ], [ 120.3314526, 30.1771239 ], [ 120.3331212, 30.1767715 ], [ 120.3343686, 30.176508 ], [ 120.3354796, 30.1762626 ], [ 120.3371736, 30.1759452 ], [ 120.3384273, 30.175683 ], [ 120.3397551, 30.1754302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "彩虹快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3397903, 30.1755146 ], [ 120.3360581, 30.1762683 ], [ 120.3350746, 30.1764644 ], [ 120.3339144, 30.1767092 ], [ 120.3331105, 30.1768851 ], [ 120.3303283, 30.1774887 ], [ 120.3298113, 30.1776005 ], [ 120.3292668, 30.1777182 ], [ 120.3286833, 30.177863 ], [ 120.3281041, 30.1780362 ], [ 120.327449, 30.1782732 ], [ 120.3268203, 30.1785367 ], [ 120.3255933, 30.1790839 ], [ 120.3251141, 30.1792578 ], [ 120.3245881, 30.1794368 ], [ 120.3242217, 30.1795441 ], [ 120.3236112, 30.1796997 ], [ 120.3230356, 30.179813 ], [ 120.3224499, 30.179912 ], [ 120.3217623, 30.179991 ], [ 120.3209028, 30.1800596 ], [ 120.3203829, 30.1800706 ], [ 120.3163171, 30.1803314 ], [ 120.3129268, 30.1805406 ], [ 120.3123015, 30.180587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3232921, 30.1766186 ], [ 120.323519, 30.1775596 ], [ 120.3235901, 30.1778836 ], [ 120.3236324, 30.1781479 ], [ 120.3236657, 30.1783882 ], [ 120.3236969, 30.1789735 ], [ 120.3236969, 30.1791033 ], [ 120.3236935, 30.1792753 ], [ 120.3236766, 30.1795383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3235915, 30.1795565 ], [ 120.3236027, 30.1792951 ], [ 120.3236012, 30.1790135 ], [ 120.3236042, 30.1788591 ], [ 120.3235832, 30.1786308 ], [ 120.3235607, 30.1783103 ], [ 120.3235081, 30.1779354 ], [ 120.3234541, 30.1776707 ], [ 120.3232968, 30.1770454 ], [ 120.323193, 30.1766328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236766, 30.1795383 ], [ 120.323747, 30.1795232 ], [ 120.3244468, 30.1793251 ], [ 120.3251113, 30.179104 ], [ 120.3257481, 30.1788363 ], [ 120.3263329, 30.1785679 ], [ 120.3271037, 30.178222 ], [ 120.3277667, 30.1779406 ], [ 120.328305, 30.1777127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3284771, 30.1779915 ], [ 120.3278137, 30.1782028 ], [ 120.3274543, 30.1783528 ], [ 120.3270684, 30.178517 ], [ 120.3268178, 30.1785987 ], [ 120.3255085, 30.1791627 ], [ 120.3248121, 30.179424 ], [ 120.3242188, 30.1796034 ], [ 120.3236617, 30.1797694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3235915, 30.1795565 ], [ 120.3236766, 30.1795383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3226903, 30.1797498 ], [ 120.3235915, 30.1795565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236766, 30.1795383 ], [ 120.3236617, 30.1797694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3235815, 30.1797889 ], [ 120.3235915, 30.1795565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236617, 30.1797694 ], [ 120.3235815, 30.1797889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.321591, 30.1801376 ], [ 120.3226903, 30.1797498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3397551, 30.1754302 ], [ 120.3400493, 30.1753644 ], [ 120.3433675, 30.174655 ], [ 120.344869, 30.1743376 ], [ 120.345904, 30.1741152 ], [ 120.3478657, 30.1737083 ], [ 120.3493097, 30.1734462 ], [ 120.3510186, 30.1731995 ], [ 120.3519164, 30.1730878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3528648, 30.1731216 ], [ 120.3523262, 30.1731717 ], [ 120.3515035, 30.1732602 ], [ 120.3510614, 30.1733077 ], [ 120.3505305, 30.1733777 ], [ 120.3493609, 30.1735319 ], [ 120.347771, 30.1738205 ], [ 120.3459807, 30.1741992 ], [ 120.3449202, 30.1744364 ], [ 120.3432972, 30.1747617 ], [ 120.3408681, 30.1752913 ], [ 120.3400679, 30.1754569 ], [ 120.3399291, 30.1754858 ], [ 120.3397903, 30.1755146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3286502, 30.177624 ], [ 120.3291933, 30.1774842 ], [ 120.3296624, 30.1773313 ], [ 120.3301916, 30.1772012 ], [ 120.3308933, 30.1770463 ], [ 120.3316123, 30.1768706 ], [ 120.3321515, 30.1767092 ], [ 120.3326475, 30.1765054 ], [ 120.3330541, 30.1762839 ], [ 120.3333549, 30.176066 ], [ 120.3334664, 30.1759385 ], [ 120.3336192, 30.1757638 ], [ 120.33392, 30.1754369 ], [ 120.334119, 30.1752706 ], [ 120.33429, 30.1751277 ], [ 120.334664, 30.1750117 ], [ 120.3350868, 30.17498 ], [ 120.335408, 30.1750433 ], [ 120.3357535, 30.1751804 ], [ 120.3361032, 30.1754369 ], [ 120.3364853, 30.1756759 ], [ 120.3367284, 30.1757664 ], [ 120.3369266, 30.175806 ], [ 120.3371785, 30.1758201 ], [ 120.3375871, 30.1757603 ], [ 120.3383758, 30.1755881 ], [ 120.338884, 30.1755178 ], [ 120.3397551, 30.1754302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3397903, 30.1755146 ], [ 120.339258, 30.1756983 ], [ 120.3389109, 30.1757935 ], [ 120.3382333, 30.1759424 ], [ 120.3372822, 30.1761469 ], [ 120.3366955, 30.1763252 ], [ 120.3360998, 30.1766289 ], [ 120.3358988, 30.176738 ], [ 120.3354868, 30.1769144 ], [ 120.3350839, 30.1770042 ], [ 120.3347162, 30.177024 ], [ 120.3342429, 30.1769926 ], [ 120.3337182, 30.177026 ], [ 120.3315025, 30.1774925 ], [ 120.3300191, 30.177861 ], [ 120.3294449, 30.1778686 ], [ 120.3287737, 30.177913 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3309999, 30.1878807 ], [ 120.3309056, 30.1874735 ], [ 120.3308955, 30.1871093 ], [ 120.3308146, 30.1852096 ], [ 120.3308584, 30.184455 ], [ 120.3308281, 30.1841581 ], [ 120.3307643, 30.1838158 ], [ 120.330657, 30.1833455 ], [ 120.3305904, 30.1828542 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3310867, 30.1842977 ], [ 120.3312828, 30.1851694 ], [ 120.3313237, 30.1862889 ], [ 120.331362, 30.1871103 ], [ 120.3313952, 30.1874768 ], [ 120.3313776, 30.1878589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3313776, 30.1878589 ], [ 120.3314728, 30.1898153 ], [ 120.3315537, 30.1904017 ], [ 120.3316968, 30.1910741 ], [ 120.3319277, 30.1918368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3314339, 30.1918936 ], [ 120.3313403, 30.1915247 ], [ 120.3312746, 30.1912659 ], [ 120.33124, 30.1911296 ], [ 120.331037, 30.1904546 ], [ 120.3309371, 30.1899222 ], [ 120.3310296, 30.1896216 ], [ 120.3310538, 30.1890458 ], [ 120.3310566, 30.188978 ], [ 120.3309999, 30.1878807 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "primary", "tertiary" ], "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3362738, 30.1915119 ], [ 120.3356637, 30.1915284 ], [ 120.334973, 30.1915332 ], [ 120.3343213, 30.1915564 ], [ 120.3338776, 30.1916009 ], [ 120.3331438, 30.1916777 ], [ 120.3323866, 30.1917536 ], [ 120.3320578, 30.1918051 ], [ 120.3319277, 30.1918368 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "primary", "tertiary" ], "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3319277, 30.1918368 ], [ 120.3320578, 30.1918051 ], [ 120.3323866, 30.1917536 ], [ 120.3331438, 30.1916777 ], [ 120.3338776, 30.1916009 ], [ 120.3343213, 30.1915564 ], [ 120.334973, 30.1915332 ], [ 120.3356637, 30.1915284 ], [ 120.3362738, 30.1915119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3235815, 30.1797889 ], [ 120.3231484, 30.1798667 ], [ 120.3224891, 30.1799906 ], [ 120.3218535, 30.1801288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3127923, 30.1804207 ], [ 120.3147912, 30.1802873 ], [ 120.3155896, 30.180234 ], [ 120.3163799, 30.1801812 ], [ 120.3198527, 30.1799956 ], [ 120.3203045, 30.1799608 ], [ 120.3211328, 30.1798971 ], [ 120.3226903, 30.1797498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218535, 30.1801288 ], [ 120.321591, 30.1801376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.321591, 30.1801376 ], [ 120.3202002, 30.1801962 ], [ 120.3180788, 30.1803287 ], [ 120.3175861, 30.1803595 ], [ 120.3172744, 30.1803749 ], [ 120.312807, 30.1805954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236617, 30.1797694 ], [ 120.3235776, 30.181472 ], [ 120.3235339, 30.1823568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3234575, 30.1823577 ], [ 120.3235003, 30.1814705 ], [ 120.3235815, 30.1797889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3287737, 30.177913 ], [ 120.3290216, 30.1785421 ], [ 120.3294478, 30.1792797 ], [ 120.3295699, 30.1795794 ], [ 120.3302152, 30.1811632 ], [ 120.3306259, 30.1821712 ], [ 120.3309213, 30.1831587 ], [ 120.3310919, 30.1838424 ], [ 120.3311653, 30.1842997 ], [ 120.3312361, 30.1850298 ], [ 120.331367, 30.187642 ], [ 120.3313776, 30.1878589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3309999, 30.1878807 ], [ 120.3309215, 30.1863631 ], [ 120.3308816, 30.1850177 ], [ 120.3308015, 30.184139 ], [ 120.330621, 30.1833221 ], [ 120.3305027, 30.1829108 ], [ 120.3303982, 30.1825475 ], [ 120.3299605, 30.1813647 ], [ 120.3292752, 30.1795731 ], [ 120.3288356, 30.1785141 ], [ 120.3284771, 30.1779915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263622, 30.1917765 ], [ 120.3274002, 30.1917542 ], [ 120.3278038, 30.1917455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3278038, 30.1917455 ], [ 120.3274002, 30.1917542 ], [ 120.3263622, 30.1917765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3829609, 30.1740086 ], [ 120.383097, 30.1739726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.383097, 30.1739726 ], [ 120.3831461, 30.1740814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3830032, 30.174121 ], [ 120.3829609, 30.1740086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3831461, 30.1740814 ], [ 120.3830032, 30.174121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3831461, 30.1740814 ], [ 120.3833233, 30.174561 ], [ 120.3833517, 30.1746376 ], [ 120.38413, 30.1767337 ], [ 120.3842975, 30.1771847 ], [ 120.3847541, 30.1781939 ], [ 120.3850465, 30.1787129 ], [ 120.3856694, 30.1798185 ], [ 120.3860972, 30.1805701 ], [ 120.3864656, 30.1812174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3863643, 30.1812172 ], [ 120.3855743, 30.1798642 ], [ 120.3854096, 30.1795821 ], [ 120.3848511, 30.1786255 ], [ 120.3846224, 30.1782338 ], [ 120.3841734, 30.1772306 ], [ 120.3839817, 30.1767143 ], [ 120.3832738, 30.1748073 ], [ 120.3830032, 30.174121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3863643, 30.1812172 ], [ 120.3850063, 30.1812015 ], [ 120.3838545, 30.1811882 ], [ 120.383691, 30.1811933 ], [ 120.3821133, 30.1812426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3821133, 30.1812426 ], [ 120.383691, 30.1811933 ], [ 120.3838545, 30.1811882 ], [ 120.3850063, 30.1812015 ], [ 120.3863643, 30.1812172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3362738, 30.1915119 ], [ 120.3371869, 30.1914871 ], [ 120.3383985, 30.1914474 ], [ 120.3396719, 30.191407 ], [ 120.3406234, 30.1913767 ], [ 120.3445973, 30.1912587 ], [ 120.3457899, 30.1912237 ], [ 120.3473087, 30.1911405 ], [ 120.34792, 30.191107 ], [ 120.3519566, 30.1910501 ], [ 120.3529172, 30.191024 ], [ 120.3551388, 30.1909636 ], [ 120.3578607, 30.1908896 ], [ 120.362009, 30.1907769 ], [ 120.3622265, 30.190774 ], [ 120.3626221, 30.1907601 ], [ 120.3626746, 30.1907578 ], [ 120.3643379, 30.190726 ], [ 120.3667694, 30.1906478 ], [ 120.3711748, 30.1905208 ], [ 120.3727899, 30.190508 ], [ 120.373109, 30.1905163 ], [ 120.3736246, 30.1905426 ], [ 120.3739412, 30.1905744 ], [ 120.3748136, 30.1906591 ], [ 120.3762044, 30.1907704 ], [ 120.3775779, 30.1909856 ], [ 120.378608, 30.1911416 ], [ 120.3812051, 30.1918943 ], [ 120.3834295, 30.1927932 ], [ 120.384678, 30.1933199 ], [ 120.3859384, 30.1939225 ], [ 120.3860825, 30.1940039 ], [ 120.3862617, 30.1941051 ], [ 120.3871282, 30.1945944 ], [ 120.3880431, 30.1951782 ], [ 120.3890385, 30.1958911 ], [ 120.3907163, 30.1971902 ], [ 120.390955, 30.197375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.390955, 30.197375 ], [ 120.3907163, 30.1971902 ], [ 120.3890385, 30.1958911 ], [ 120.3880431, 30.1951782 ], [ 120.3871282, 30.1945944 ], [ 120.3862617, 30.1941051 ], [ 120.3860825, 30.1940039 ], [ 120.3859384, 30.1939225 ], [ 120.384678, 30.1933199 ], [ 120.3834295, 30.1927932 ], [ 120.3812051, 30.1918943 ], [ 120.378608, 30.1911416 ], [ 120.3775779, 30.1909856 ], [ 120.3762044, 30.1907704 ], [ 120.3748136, 30.1906591 ], [ 120.3739412, 30.1905744 ], [ 120.3736246, 30.1905426 ], [ 120.373109, 30.1905163 ], [ 120.3727899, 30.190508 ], [ 120.3711748, 30.1905208 ], [ 120.3667694, 30.1906478 ], [ 120.3643379, 30.190726 ], [ 120.3626746, 30.1907578 ], [ 120.3626221, 30.1907601 ], [ 120.3622265, 30.190774 ], [ 120.362009, 30.1907769 ], [ 120.3578607, 30.1908896 ], [ 120.3551388, 30.1909636 ], [ 120.3529172, 30.191024 ], [ 120.3519566, 30.1910501 ], [ 120.34792, 30.191107 ], [ 120.3473087, 30.1911405 ], [ 120.3457899, 30.1912237 ], [ 120.3445973, 30.1912587 ], [ 120.3406234, 30.1913767 ], [ 120.3396719, 30.191407 ], [ 120.3383985, 30.1914474 ], [ 120.3371869, 30.1914871 ], [ 120.3362738, 30.1915119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5889747, 30.1820177 ], [ 120.589182, 30.1795286 ], [ 120.5891897, 30.179431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5857149, 30.1796787 ], [ 120.5856532, 30.1803349 ], [ 120.5854847, 30.1822972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854284, 30.182299 ], [ 120.5856049, 30.1798155 ], [ 120.5856049, 30.1796834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5889747, 30.1820177 ], [ 120.5890611, 30.1820108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5890611, 30.1820108 ], [ 120.5889747, 30.1820177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5889747, 30.1820177 ], [ 120.5854847, 30.1822972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854847, 30.1822972 ], [ 120.5889747, 30.1820177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854847, 30.1822972 ], [ 120.5854284, 30.182299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854284, 30.182299 ], [ 120.5854847, 30.1822972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5833696, 30.1823661 ], [ 120.5854284, 30.182299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5887903, 30.184166 ], [ 120.5889747, 30.1820177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5890611, 30.1820108 ], [ 120.5890106, 30.182657 ], [ 120.5889316, 30.1836689 ], [ 120.5888922, 30.1841738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854209, 30.1839483 ], [ 120.5887903, 30.184166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5887903, 30.184166 ], [ 120.5854209, 30.1839483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5888922, 30.1841738 ], [ 120.5887903, 30.184166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5887903, 30.184166 ], [ 120.5888922, 30.1841738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854847, 30.1822972 ], [ 120.5854869, 30.1827045 ], [ 120.585385, 30.1833954 ], [ 120.5852777, 30.1836737 ], [ 120.585248, 30.1839349 ], [ 120.5850954, 30.185407 ], [ 120.5850255, 30.1860803 ], [ 120.5850309, 30.186544 ], [ 120.5851164, 30.1867811 ], [ 120.5851704, 30.1871329 ], [ 120.5852616, 30.1874714 ], [ 120.5853311, 30.1879857 ], [ 120.5854073, 30.1886198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5853161, 30.1886232 ], [ 120.5852723, 30.1881298 ], [ 120.5852403, 30.1879964 ], [ 120.5851972, 30.1876012 ], [ 120.5850685, 30.1870819 ], [ 120.584998, 30.1867939 ], [ 120.5849397, 30.186326 ], [ 120.5849713, 30.1859043 ], [ 120.5850014, 30.185503 ], [ 120.5851276, 30.1839313 ], [ 120.5852133, 30.1836551 ], [ 120.5853045, 30.1833212 ], [ 120.5854064, 30.1826906 ], [ 120.5854284, 30.182299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5888922, 30.1841738 ], [ 120.5888223, 30.1850117 ], [ 120.5886621, 30.1869315 ], [ 120.5886186, 30.1874528 ], [ 120.5885692, 30.1880452 ], [ 120.5885587, 30.188171 ], [ 120.5885508, 30.1882653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5884577, 30.1882758 ], [ 120.5885605, 30.1870601 ], [ 120.5885716, 30.1869334 ], [ 120.5887903, 30.184166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5118931, 30.1793176 ], [ 120.5119826, 30.1792966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5118931, 30.1793176 ], [ 120.5111755, 30.1794492 ], [ 120.5106246, 30.1795534 ], [ 120.5103216, 30.1796107 ], [ 120.5064872, 30.1803357 ], [ 120.5062694, 30.1803769 ], [ 120.5021075, 30.1811639 ], [ 120.5017051, 30.18124 ], [ 120.5012313, 30.1813296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5012313, 30.1813296 ], [ 120.5017051, 30.18124 ], [ 120.5021075, 30.1811639 ], [ 120.5062694, 30.1803769 ], [ 120.5064872, 30.1803357 ], [ 120.5103216, 30.1796107 ], [ 120.5106246, 30.1795534 ], [ 120.5111755, 30.1794492 ], [ 120.5118931, 30.1793176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5010101, 30.1816079 ], [ 120.5027414, 30.1861847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5027414, 30.1861847 ], [ 120.5010101, 30.1816079 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5119826, 30.1792966 ], [ 120.5121494, 30.180086 ], [ 120.512171, 30.1801882 ], [ 120.5128735, 30.1835122 ], [ 120.5129469, 30.1837681 ], [ 120.5130591, 30.1841756 ], [ 120.5132529, 30.1848797 ], [ 120.5136318, 30.1862562 ], [ 120.5138097, 30.1869024 ], [ 120.5144305, 30.1891577 ], [ 120.5148805, 30.1907923 ], [ 120.5149727, 30.1911273 ], [ 120.515055, 30.1914283 ], [ 120.5150722, 30.1914915 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5149501, 30.1914996 ], [ 120.5149297, 30.1914438 ], [ 120.5148517, 30.1911561 ], [ 120.5148264, 30.1910626 ], [ 120.5147905, 30.1909302 ], [ 120.5143147, 30.1891735 ], [ 120.5137047, 30.1869218 ], [ 120.5135288, 30.1862724 ], [ 120.5129458, 30.1841203 ], [ 120.5128543, 30.1837824 ], [ 120.5127827, 30.1835292 ], [ 120.5120516, 30.1800696 ], [ 120.5118931, 30.1793176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5075214, 30.1851001 ], [ 120.5027414, 30.1861847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5027414, 30.1861847 ], [ 120.5075214, 30.1851001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5411734, 30.1862243 ], [ 120.5420495, 30.1859608 ], [ 120.5434832, 30.1855297 ], [ 120.5440928, 30.1853464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5523716, 30.1828759 ], [ 120.5523192, 30.1828911 ], [ 120.5521303, 30.1829461 ], [ 120.5520652, 30.1829651 ], [ 120.5502569, 30.1834928 ], [ 120.5476503, 30.1842767 ], [ 120.546264, 30.1846935 ], [ 120.5442373, 30.185303 ], [ 120.5441665, 30.1853242 ], [ 120.5440928, 30.1853464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5523716, 30.1828759 ], [ 120.5529782, 30.1845185 ], [ 120.5534584, 30.1855003 ], [ 120.5545448, 30.1877211 ], [ 120.5546654, 30.1879676 ], [ 120.5547779, 30.1881976 ], [ 120.554813, 30.1882693 ], [ 120.5549248, 30.1885135 ], [ 120.5552949, 30.1893219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5552949, 30.1893219 ], [ 120.5549248, 30.1885135 ], [ 120.554813, 30.1882693 ], [ 120.5547779, 30.1881976 ], [ 120.5546654, 30.1879676 ], [ 120.5545448, 30.1877211 ], [ 120.5534584, 30.1855003 ], [ 120.5529782, 30.1845185 ], [ 120.5523716, 30.1828759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5646998, 30.1862704 ], [ 120.5639788, 30.1865072 ], [ 120.5617301, 30.1872457 ], [ 120.5583322, 30.1883617 ], [ 120.5552949, 30.1893219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5552949, 30.1893219 ], [ 120.5583322, 30.1883617 ], [ 120.5617301, 30.1872457 ], [ 120.5639788, 30.1865072 ], [ 120.5646998, 30.1862704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5440928, 30.1853464 ], [ 120.5442703, 30.1857843 ], [ 120.5445261, 30.1864595 ], [ 120.5450588, 30.1877667 ], [ 120.5453691, 30.1884897 ], [ 120.5454343, 30.1886645 ], [ 120.5456638, 30.189315 ], [ 120.5462849, 30.1908126 ], [ 120.5464748, 30.1912706 ], [ 120.5466584, 30.1917037 ], [ 120.5467874, 30.1919471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5467874, 30.1919471 ], [ 120.5466584, 30.1917037 ], [ 120.5464748, 30.1912706 ], [ 120.5462849, 30.1908126 ], [ 120.5456638, 30.189315 ], [ 120.5454343, 30.1886645 ], [ 120.5453691, 30.1884897 ], [ 120.5450588, 30.1877667 ], [ 120.5445261, 30.1864595 ], [ 120.5442703, 30.1857843 ], [ 120.5440928, 30.1853464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818883, 30.190818 ], [ 120.5819724, 30.1906493 ], [ 120.5825481, 30.1888679 ], [ 120.5827008, 30.1886385 ], [ 120.5834612, 30.1887185 ], [ 120.5845067, 30.1887125 ], [ 120.5853161, 30.1886232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5853161, 30.1886232 ], [ 120.5845067, 30.1887125 ], [ 120.5834612, 30.1887185 ], [ 120.5827008, 30.1886385 ], [ 120.5825481, 30.1888679 ], [ 120.5819724, 30.1906493 ], [ 120.5818883, 30.190818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5668743, 30.1917667 ], [ 120.5672373, 30.1916321 ], [ 120.567527, 30.1915248 ], [ 120.5688119, 30.1910485 ], [ 120.5689042, 30.1910175 ], [ 120.5696195, 30.190777 ], [ 120.5717533, 30.1900596 ], [ 120.5719498, 30.1899901 ], [ 120.5720427, 30.1899572 ], [ 120.5728582, 30.1896687 ], [ 120.5731383, 30.1895696 ], [ 120.5738487, 30.1893183 ], [ 120.5745497, 30.1890703 ], [ 120.576598, 30.1883456 ], [ 120.5772854, 30.1880838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5440928, 30.1853464 ], [ 120.5434832, 30.1855297 ], [ 120.5420495, 30.1859608 ], [ 120.5411734, 30.1862243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318362, 30.1888068 ], [ 120.5322804, 30.1886838 ], [ 120.5340103, 30.1882047 ], [ 120.5348809, 30.1879635 ], [ 120.5363377, 30.18756 ], [ 120.53821, 30.1870414 ], [ 120.5392633, 30.1867496 ], [ 120.5407711, 30.186332 ], [ 120.54084, 30.186313 ], [ 120.5408973, 30.1862972 ], [ 120.5410925, 30.1862456 ], [ 120.5411734, 30.1862243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5411734, 30.1862243 ], [ 120.5410925, 30.1862456 ], [ 120.5408973, 30.1862972 ], [ 120.54084, 30.186313 ], [ 120.5407711, 30.186332 ], [ 120.5392633, 30.1867496 ], [ 120.53821, 30.1870414 ], [ 120.5363377, 30.18756 ], [ 120.5348809, 30.1879635 ], [ 120.5340103, 30.1882047 ], [ 120.5322804, 30.1886838 ], [ 120.5318362, 30.1888068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5027414, 30.1861847 ], [ 120.5030284, 30.1869435 ], [ 120.503706, 30.1887346 ], [ 120.5038508, 30.1891175 ], [ 120.5043772, 30.1907515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5043772, 30.1907515 ], [ 120.5038508, 30.1891175 ], [ 120.503706, 30.1887346 ], [ 120.5030284, 30.1869435 ], [ 120.5027414, 30.1861847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318362, 30.1888068 ], [ 120.5293831, 30.1893771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5293831, 30.1893771 ], [ 120.5318362, 30.1888068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5043772, 30.1907515 ], [ 120.5060094, 30.1903301 ], [ 120.5062638, 30.1902645 ], [ 120.5065067, 30.1902018 ], [ 120.5087221, 30.1896298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5087221, 30.1896298 ], [ 120.5065067, 30.1902018 ], [ 120.5062638, 30.1902645 ], [ 120.5060094, 30.1903301 ], [ 120.5043772, 30.1907515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5150722, 30.1914915 ], [ 120.5160235, 30.1913326 ], [ 120.5162255, 30.1912989 ], [ 120.5172515, 30.1911275 ], [ 120.5182263, 30.1910088 ], [ 120.5201642, 30.1907629 ], [ 120.5203212, 30.1907474 ], [ 120.5203839, 30.1907391 ], [ 120.522331, 30.1904803 ], [ 120.5229914, 30.1903926 ], [ 120.5245855, 30.1901537 ], [ 120.5270603, 30.1897829 ], [ 120.5293831, 30.1893771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5884577, 30.1882758 ], [ 120.5885508, 30.1882653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5885508, 30.1882653 ], [ 120.5884577, 30.1882758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854073, 30.1886198 ], [ 120.5884577, 30.1882758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5884577, 30.1882758 ], [ 120.5854073, 30.1886198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854073, 30.1886198 ], [ 120.5853161, 30.1886232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5853161, 30.1886232 ], [ 120.5854073, 30.1886198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5885508, 30.1882653 ], [ 120.5882971, 30.1913064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5881881, 30.1912982 ], [ 120.5884577, 30.1882758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854524, 30.1910875 ], [ 120.5853161, 30.1886232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854073, 30.1886198 ], [ 120.5855761, 30.1911026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5772854, 30.1880838 ], [ 120.576598, 30.1883456 ], [ 120.5745497, 30.1890703 ], [ 120.5738487, 30.1893183 ], [ 120.5731383, 30.1895696 ], [ 120.5728582, 30.1896687 ], [ 120.5720427, 30.1899572 ], [ 120.5719498, 30.1899901 ], [ 120.5717533, 30.1900596 ], [ 120.5696195, 30.190777 ], [ 120.5689042, 30.1910175 ], [ 120.5688119, 30.1910485 ], [ 120.567527, 30.1915248 ], [ 120.5672373, 30.1916321 ], [ 120.5668743, 30.1917667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834742, 30.1909387 ], [ 120.5836243, 30.1897255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5836243, 30.1897255 ], [ 120.5834742, 30.1909387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5467874, 30.1919471 ], [ 120.5468552, 30.1919264 ], [ 120.5478693, 30.1916173 ], [ 120.548007, 30.1915753 ], [ 120.5485103, 30.1914221 ], [ 120.5490229, 30.191266 ], [ 120.5497232, 30.191052 ], [ 120.5523461, 30.1902504 ], [ 120.5532046, 30.1899881 ], [ 120.5550143, 30.1894189 ], [ 120.5550915, 30.1893922 ], [ 120.5552035, 30.1893535 ], [ 120.5552949, 30.1893219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5552949, 30.1893219 ], [ 120.5552035, 30.1893535 ], [ 120.5550915, 30.1893922 ], [ 120.5550143, 30.1894189 ], [ 120.5532046, 30.1899881 ], [ 120.5523461, 30.1902504 ], [ 120.5497232, 30.191052 ], [ 120.5490229, 30.191266 ], [ 120.5485103, 30.1914221 ], [ 120.548007, 30.1915753 ], [ 120.5478693, 30.1916173 ], [ 120.5468552, 30.1919264 ], [ 120.5467874, 30.1919471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834742, 30.1909387 ], [ 120.5818883, 30.190818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818883, 30.190818 ], [ 120.5834742, 30.1909387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5670241, 30.191999 ], [ 120.5700517, 30.1910058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5668743, 30.1917667 ], [ 120.5670241, 30.191999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5670241, 30.191999 ], [ 120.5668743, 30.1917667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834742, 30.1909387 ], [ 120.5854524, 30.1910875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854524, 30.1910875 ], [ 120.5834742, 30.1909387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5855761, 30.1911026 ], [ 120.5854524, 30.1910875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854524, 30.1910875 ], [ 120.5855761, 30.1911026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5881881, 30.1912982 ], [ 120.5873691, 30.1912369 ], [ 120.5855761, 30.1911026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5855761, 30.1911026 ], [ 120.5873691, 30.1912369 ], [ 120.5881881, 30.1912982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5881881, 30.1912982 ], [ 120.5882971, 30.1913064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5882971, 30.1913064 ], [ 120.5881881, 30.1912982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5855761, 30.1911026 ], [ 120.5854249, 30.1924582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5880831, 30.1926482 ], [ 120.5881881, 30.1912982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.581003, 30.1932848 ], [ 120.5810513, 30.1931472 ], [ 120.5818232, 30.1909486 ], [ 120.5818883, 30.190818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818883, 30.190818 ], [ 120.5818232, 30.1909486 ], [ 120.5810513, 30.1931472 ], [ 120.581003, 30.1932848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5552949, 30.1893219 ], [ 120.5567296, 30.1921571 ], [ 120.5569282, 30.1925496 ], [ 120.5583857, 30.1953171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5583857, 30.1953171 ], [ 120.5569282, 30.1925496 ], [ 120.5567296, 30.1921571 ], [ 120.5552949, 30.1893219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.581003, 30.1932848 ], [ 120.5803828, 30.1932346 ], [ 120.5801401, 30.1932149 ], [ 120.5798039, 30.1931877 ], [ 120.5796693, 30.1932327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5796693, 30.1932327 ], [ 120.5798039, 30.1931877 ], [ 120.5801401, 30.1932149 ], [ 120.5803828, 30.1932346 ], [ 120.581003, 30.1932848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5851609, 30.1936193 ], [ 120.583153, 30.1934578 ], [ 120.5814874, 30.1933238 ], [ 120.581003, 30.1932848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.581003, 30.1932848 ], [ 120.5814874, 30.1933238 ], [ 120.583153, 30.1934578 ], [ 120.5851609, 30.1936193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5583857, 30.1953171 ], [ 120.559516, 30.1948213 ], [ 120.5610945, 30.194129 ], [ 120.5616202, 30.1938984 ], [ 120.5617213, 30.193854 ], [ 120.5618592, 30.1937935 ], [ 120.5620809, 30.1936963 ], [ 120.5624908, 30.1933918 ], [ 120.5629139, 30.1931447 ], [ 120.5635243, 30.1930291 ], [ 120.5637668, 30.1929832 ], [ 120.5639265, 30.1929529 ], [ 120.5655281, 30.1922656 ], [ 120.5656929, 30.1922045 ], [ 120.5668743, 30.1917667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5668743, 30.1917667 ], [ 120.5656929, 30.1922045 ], [ 120.5655281, 30.1922656 ], [ 120.5639265, 30.1929529 ], [ 120.5637668, 30.1929832 ], [ 120.5635243, 30.1930291 ], [ 120.5629139, 30.1931447 ], [ 120.5624908, 30.1933918 ], [ 120.5620809, 30.1936963 ], [ 120.5618592, 30.1937935 ], [ 120.5617213, 30.193854 ], [ 120.5616202, 30.1938984 ], [ 120.5610945, 30.194129 ], [ 120.559516, 30.1948213 ], [ 120.5583857, 30.1953171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5882971, 30.1913064 ], [ 120.5881846, 30.1926555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5851609, 30.1936193 ], [ 120.5854524, 30.1910875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854249, 30.1924582 ], [ 120.5854066, 30.1926226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854249, 30.1924582 ], [ 120.5880831, 30.1926482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5880831, 30.1926482 ], [ 120.5881846, 30.1926555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.588051, 30.192804 ], [ 120.5854066, 30.1926226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.588051, 30.192804 ], [ 120.5880831, 30.1926482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5881846, 30.1926555 ], [ 120.5881715, 30.1928123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5881715, 30.1928123 ], [ 120.588051, 30.192804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854066, 30.1926226 ], [ 120.5852939, 30.1936335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4640731, 30.1835573 ], [ 120.4622161, 30.1841826 ], [ 120.4618929, 30.1842914 ], [ 120.461596, 30.1843752 ], [ 120.4615077, 30.1844001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4478177, 30.1828549 ], [ 120.4476764, 30.1829108 ], [ 120.4473479, 30.1830374 ], [ 120.4463273, 30.1834306 ], [ 120.4458799, 30.1835703 ], [ 120.4457935, 30.1836213 ], [ 120.4456817, 30.1836874 ], [ 120.4455609, 30.1837588 ], [ 120.445242, 30.184017 ], [ 120.4448867, 30.1843137 ], [ 120.4446687, 30.1845649 ], [ 120.4445481, 30.1847114 ], [ 120.444343, 30.1849606 ], [ 120.444208, 30.1851246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.444208, 30.1851246 ], [ 120.444343, 30.1849606 ], [ 120.4445481, 30.1847114 ], [ 120.4446687, 30.1845649 ], [ 120.4448867, 30.1843137 ], [ 120.445242, 30.184017 ], [ 120.4455609, 30.1837588 ], [ 120.4456817, 30.1836874 ], [ 120.4457935, 30.1836213 ], [ 120.4458799, 30.1835703 ], [ 120.4463273, 30.1834306 ], [ 120.4473479, 30.1830374 ], [ 120.4476764, 30.1829108 ], [ 120.4478177, 30.1828549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4656799, 30.1868345 ], [ 120.4671462, 30.1863313 ], [ 120.4672387, 30.1862996 ], [ 120.4676335, 30.1861843 ], [ 120.4681845, 30.1860309 ], [ 120.4690018, 30.1858129 ], [ 120.4692842, 30.185736 ], [ 120.4701092, 30.1855113 ], [ 120.4709256, 30.1852579 ], [ 120.4724895, 30.1847012 ], [ 120.4747202, 30.1838911 ], [ 120.4779058, 30.1827056 ], [ 120.4781835, 30.1826023 ], [ 120.4795218, 30.1821043 ], [ 120.4798085, 30.1819976 ], [ 120.4806716, 30.1816956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4614576, 30.184296 ], [ 120.4615077, 30.1844001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4615077, 30.1844001 ], [ 120.4614576, 30.184296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4807053, 30.181808 ], [ 120.4796313, 30.1822042 ], [ 120.4782456, 30.1827189 ], [ 120.4779679, 30.182822 ], [ 120.4777418, 30.182906 ], [ 120.476982, 30.1831882 ], [ 120.4757344, 30.1836504 ], [ 120.4718305, 30.1850966 ], [ 120.4709221, 30.1854097 ], [ 120.4697952, 30.1857427 ], [ 120.4693464, 30.1858615 ], [ 120.4692686, 30.1858821 ], [ 120.4690558, 30.1859383 ], [ 120.4681048, 30.18619 ], [ 120.4672696, 30.1864371 ], [ 120.4657539, 30.186961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.455421, 30.1860188 ], [ 120.455871, 30.1858904 ], [ 120.4563377, 30.1857572 ], [ 120.4572921, 30.1854848 ], [ 120.4574928, 30.1854275 ], [ 120.4582207, 30.1852198 ], [ 120.4588123, 30.185051 ], [ 120.459977, 30.1847186 ], [ 120.4614576, 30.184296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4640731, 30.1835573 ], [ 120.4648291, 30.1850992 ], [ 120.4651612, 30.1857766 ], [ 120.4656799, 30.1868345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4656799, 30.1868345 ], [ 120.4651612, 30.1857766 ], [ 120.4648291, 30.1850992 ], [ 120.4640731, 30.1835573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4033528, 30.1859982 ], [ 120.4033976, 30.1853624 ], [ 120.4034038, 30.185275 ], [ 120.4034152, 30.1851136 ], [ 120.4034209, 30.1850322 ], [ 120.4034355, 30.184826 ], [ 120.4034553, 30.1845459 ], [ 120.4034601, 30.1844773 ], [ 120.4035536, 30.1833493 ], [ 120.4037062, 30.1815072 ], [ 120.4037391, 30.1811107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3959059, 30.1876962 ], [ 120.395916, 30.1852348 ], [ 120.3959163, 30.1851637 ], [ 120.395917, 30.1850107 ], [ 120.3959174, 30.1849059 ], [ 120.3959293, 30.1842968 ], [ 120.3959318, 30.184173 ], [ 120.3959903, 30.181189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3959903, 30.181189 ], [ 120.3959318, 30.184173 ], [ 120.3959293, 30.1842968 ], [ 120.3959174, 30.1849059 ], [ 120.395917, 30.1850107 ], [ 120.3959163, 30.1851637 ], [ 120.395916, 30.1852348 ], [ 120.3959059, 30.1876962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3864656, 30.1812174 ], [ 120.3866919, 30.1817785 ], [ 120.3868704, 30.1822213 ], [ 120.3869026, 30.1823059 ], [ 120.3870919, 30.1829705 ], [ 120.3874511, 30.1843448 ], [ 120.3875853, 30.1847482 ], [ 120.3876189, 30.1848494 ], [ 120.3877135, 30.1850704 ], [ 120.3879437, 30.1855501 ], [ 120.3881925, 30.1859688 ], [ 120.3882362, 30.1860424 ], [ 120.3886641, 30.1866167 ], [ 120.3892301, 30.1872203 ], [ 120.3899252, 30.1878959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898083, 30.1879207 ], [ 120.3891484, 30.1873019 ], [ 120.3885525, 30.1866685 ], [ 120.3883304, 30.186371 ], [ 120.3881258, 30.186097 ], [ 120.3878458, 30.1856041 ], [ 120.3875977, 30.1850726 ], [ 120.387502, 30.1848549 ], [ 120.3874705, 30.1847629 ], [ 120.3873323, 30.1843595 ], [ 120.3869816, 30.1829937 ], [ 120.3868153, 30.1823901 ], [ 120.3863643, 30.1812172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4117604, 30.1857395 ], [ 120.4104615, 30.1858408 ], [ 120.409406, 30.1859231 ], [ 120.4089708, 30.1858371 ], [ 120.4087246, 30.1857885 ], [ 120.408655, 30.1857747 ], [ 120.4080735, 30.1857756 ], [ 120.4077335, 30.1858736 ], [ 120.407301, 30.1859982 ], [ 120.4068335, 30.1859982 ], [ 120.4056971, 30.1859982 ], [ 120.4046272, 30.1859982 ], [ 120.4033528, 30.1859982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4033528, 30.1859982 ], [ 120.4046272, 30.1859982 ], [ 120.4056971, 30.1859982 ], [ 120.4068335, 30.1859982 ], [ 120.407301, 30.1859982 ], [ 120.4077335, 30.1858736 ], [ 120.4080735, 30.1857756 ], [ 120.408655, 30.1857747 ], [ 120.4087246, 30.1857885 ], [ 120.4089708, 30.1858371 ], [ 120.409406, 30.1859231 ], [ 120.4104615, 30.1858408 ], [ 120.4117604, 30.1857395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4118776, 30.1861062 ], [ 120.4117604, 30.1857395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4117604, 30.1857395 ], [ 120.4118776, 30.1861062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4033528, 30.1859982 ], [ 120.4032455, 30.1859982 ], [ 120.4024086, 30.1859892 ], [ 120.4013406, 30.1859778 ], [ 120.4001658, 30.1859652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4615077, 30.1844001 ], [ 120.4609132, 30.1845678 ], [ 120.4599443, 30.1848412 ], [ 120.4591515, 30.1850649 ], [ 120.4582585, 30.1853168 ], [ 120.4575288, 30.1855227 ], [ 120.4573286, 30.1855792 ], [ 120.4564848, 30.1858172 ], [ 120.4554516, 30.1861087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4554516, 30.1861087 ], [ 120.455421, 30.1860188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.455421, 30.1860188 ], [ 120.4554516, 30.1861087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4493374, 30.185198 ], [ 120.4498791, 30.1866479 ], [ 120.4502052, 30.1875206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4502052, 30.1875206 ], [ 120.4498791, 30.1866479 ], [ 120.4493374, 30.185198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4502052, 30.1875206 ], [ 120.4519681, 30.1870081 ], [ 120.4542316, 30.1863596 ], [ 120.455421, 30.1860188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4554516, 30.1861087 ], [ 120.4550565, 30.1862218 ], [ 120.454449, 30.1863957 ], [ 120.453975, 30.1865313 ], [ 120.4527808, 30.186873 ], [ 120.4520062, 30.1870947 ], [ 120.4502818, 30.1875941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.444208, 30.1851246 ], [ 120.4440309, 30.1853397 ], [ 120.4440147, 30.1855316 ], [ 120.4441479, 30.1863238 ], [ 120.4441319, 30.1864072 ], [ 120.4441076, 30.1865332 ], [ 120.4439125, 30.1867847 ], [ 120.4438451, 30.1868717 ], [ 120.4437115, 30.1870437 ], [ 120.4430862, 30.1878488 ], [ 120.4428157, 30.1881 ], [ 120.442307, 30.1885641 ], [ 120.442301, 30.1886947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.442301, 30.1886947 ], [ 120.442307, 30.1885641 ], [ 120.4428157, 30.1881 ], [ 120.4430862, 30.1878488 ], [ 120.4437115, 30.1870437 ], [ 120.4438451, 30.1868717 ], [ 120.4439125, 30.1867847 ], [ 120.4441076, 30.1865332 ], [ 120.4441319, 30.1864072 ], [ 120.4441479, 30.1863238 ], [ 120.4440147, 30.1855316 ], [ 120.4440309, 30.1853397 ], [ 120.444208, 30.1851246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4502052, 30.1875206 ], [ 120.4502818, 30.1875941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4001658, 30.1859652 ], [ 120.4013406, 30.1859778 ], [ 120.4024086, 30.1859892 ], [ 120.4032455, 30.1859982 ], [ 120.4033528, 30.1859982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4031677, 30.1880179 ], [ 120.4033528, 30.1859982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4033528, 30.1859982 ], [ 120.4031677, 30.1880179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3959059, 30.1876962 ], [ 120.3952638, 30.1877035 ], [ 120.3933327, 30.1876853 ], [ 120.3930777, 30.1876828 ], [ 120.3922214, 30.1876748 ], [ 120.391337, 30.1876664 ], [ 120.3911539, 30.1876664 ], [ 120.3910065, 30.1876664 ], [ 120.3899252, 30.1878959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3899252, 30.1878959 ], [ 120.3910065, 30.1876664 ], [ 120.3911539, 30.1876664 ], [ 120.391337, 30.1876664 ], [ 120.3922214, 30.1876748 ], [ 120.3930777, 30.1876828 ], [ 120.3933327, 30.1876853 ], [ 120.3952638, 30.1877035 ], [ 120.3959059, 30.1876962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3959059, 30.1876962 ], [ 120.3976505, 30.1876763 ], [ 120.400087, 30.1876484 ], [ 120.4018186, 30.1878561 ], [ 120.4031677, 30.1880179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4031677, 30.1880179 ], [ 120.4018186, 30.1878561 ], [ 120.400087, 30.1876484 ], [ 120.3976505, 30.1876763 ], [ 120.3959059, 30.1876962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3899252, 30.1878959 ], [ 120.3898083, 30.1879207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898083, 30.1879207 ], [ 120.3899252, 30.1878959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898083, 30.1879207 ], [ 120.3895427, 30.1879771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4502818, 30.1875941 ], [ 120.4502052, 30.1875206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4554516, 30.1861087 ], [ 120.455553, 30.1863655 ], [ 120.4557236, 30.1867974 ], [ 120.4557883, 30.1869611 ], [ 120.4558521, 30.1871228 ], [ 120.456186, 30.1879678 ], [ 120.4566643, 30.1891788 ], [ 120.4568757, 30.189714 ], [ 120.4570234, 30.1900879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4570234, 30.1900879 ], [ 120.4568757, 30.189714 ], [ 120.4566643, 30.1891788 ], [ 120.456186, 30.1879678 ], [ 120.4558521, 30.1871228 ], [ 120.4557883, 30.1869611 ], [ 120.4557236, 30.1867974 ], [ 120.455553, 30.1863655 ], [ 120.4554516, 30.1861087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4454673, 30.1888325 ], [ 120.4455812, 30.1888058 ], [ 120.4460521, 30.188668 ], [ 120.4482879, 30.1880543 ], [ 120.4491308, 30.1878197 ], [ 120.4502052, 30.1875206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "友谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4502818, 30.1875941 ], [ 120.4488427, 30.1879954 ], [ 120.4483119, 30.1881435 ], [ 120.4481791, 30.1881804 ], [ 120.4461447, 30.1887456 ], [ 120.4460804, 30.1887623 ], [ 120.4456306, 30.1889222 ], [ 120.4455946, 30.1889642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4570234, 30.1900879 ], [ 120.4574921, 30.1899106 ], [ 120.458086, 30.189686 ], [ 120.4588558, 30.18939 ], [ 120.4590625, 30.1893105 ], [ 120.4591519, 30.1892761 ], [ 120.459828, 30.1889923 ], [ 120.4602558, 30.1888128 ], [ 120.4610729, 30.1884834 ], [ 120.4629407, 30.1877777 ], [ 120.463097, 30.1877238 ], [ 120.4633779, 30.1876269 ], [ 120.4636719, 30.1875255 ], [ 120.4647382, 30.1871577 ], [ 120.4656799, 30.1868345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4657539, 30.186961 ], [ 120.4648338, 30.187279 ], [ 120.4637489, 30.1876559 ], [ 120.4634351, 30.1877649 ], [ 120.4631545, 30.1878624 ], [ 120.4629904, 30.1879194 ], [ 120.4611544, 30.1885931 ], [ 120.4603134, 30.1889273 ], [ 120.4598672, 30.1891188 ], [ 120.4591966, 30.1894066 ], [ 120.4591113, 30.1894391 ], [ 120.4588905, 30.1895234 ], [ 120.4581202, 30.1898175 ], [ 120.4575505, 30.1900226 ], [ 120.4570599, 30.1901992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.442301, 30.1886947 ], [ 120.4426979, 30.1886065 ], [ 120.4430748, 30.188553 ], [ 120.4434794, 30.1885073 ], [ 120.4438818, 30.1885247 ], [ 120.4441963, 30.1885777 ], [ 120.4445208, 30.1886697 ], [ 120.4447699, 30.1887387 ], [ 120.445034, 30.188799 ], [ 120.4452867, 30.1888163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.442301, 30.1886947 ], [ 120.4423521, 30.1887997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4423521, 30.1887997 ], [ 120.442301, 30.1886947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4807053, 30.181808 ], [ 120.4806716, 30.1816956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4962839, 30.1827449 ], [ 120.5007119, 30.1814713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5007119, 30.1814713 ], [ 120.4962839, 30.1827449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4962839, 30.1827449 ], [ 120.4957759, 30.1817906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4957759, 30.1817906 ], [ 120.4962839, 30.1827449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4916792, 30.1840692 ], [ 120.4917062, 30.1840614 ], [ 120.491993, 30.1839789 ], [ 120.4925872, 30.1838113 ], [ 120.4928218, 30.1837451 ], [ 120.4961404, 30.1828091 ], [ 120.4962839, 30.1827449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4962839, 30.1827449 ], [ 120.4961404, 30.1828091 ], [ 120.4928218, 30.1837451 ], [ 120.4925872, 30.1838113 ], [ 120.491993, 30.1839789 ], [ 120.4917062, 30.1840614 ], [ 120.4916792, 30.1840692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5027414, 30.1861847 ], [ 120.5010074, 30.18673 ], [ 120.4984754, 30.1875263 ], [ 120.4984739, 30.1875268 ], [ 120.4953628, 30.188369 ], [ 120.4937863, 30.1888107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4937863, 30.1888107 ], [ 120.4953628, 30.188369 ], [ 120.4984739, 30.1875268 ], [ 120.4984754, 30.1875263 ], [ 120.5010074, 30.18673 ], [ 120.5027414, 30.1861847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4959696, 30.1953176 ], [ 120.4959047, 30.1952403 ], [ 120.49581, 30.1949929 ], [ 120.4957856, 30.194932 ], [ 120.4957332, 30.194801 ], [ 120.495701, 30.1947206 ], [ 120.495301, 30.1937205 ], [ 120.494898, 30.1925905 ], [ 120.494406, 30.1912106 ], [ 120.4943477, 30.1910633 ], [ 120.494046, 30.1903004 ], [ 120.4940048, 30.1901963 ], [ 120.4939765, 30.1901247 ], [ 120.4939597, 30.1900802 ], [ 120.493595, 30.1891131 ], [ 120.4933163, 30.1883739 ], [ 120.4930439, 30.1876817 ], [ 120.4928868, 30.1872824 ], [ 120.492357, 30.1859592 ], [ 120.49231, 30.1858418 ], [ 120.4922678, 30.185722 ], [ 120.4922244, 30.1855986 ], [ 120.4920686, 30.1851563 ], [ 120.4920503, 30.1851044 ], [ 120.4919061, 30.1846949 ], [ 120.4916792, 30.1840692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4452867, 30.1888163 ], [ 120.4453479, 30.1888088 ], [ 120.4454093, 30.1888143 ], [ 120.4454673, 30.1888325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.445109, 30.1890855 ], [ 120.4448952, 30.1889764 ], [ 120.4447014, 30.188876 ], [ 120.4444066, 30.1887497 ], [ 120.4441368, 30.1886754 ], [ 120.4438445, 30.1886454 ], [ 120.4434421, 30.1886265 ], [ 120.4431507, 30.1886387 ], [ 120.4427921, 30.1886963 ], [ 120.4423521, 30.1887997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4657539, 30.186961 ], [ 120.4676206, 30.1907812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4676206, 30.1907812 ], [ 120.4657539, 30.186961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4454673, 30.1888325 ], [ 120.4455231, 30.1888659 ], [ 120.4455666, 30.1889109 ], [ 120.4455946, 30.1889642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.445109, 30.1890855 ], [ 120.4451001, 30.1890173 ], [ 120.4451161, 30.1889501 ], [ 120.4451555, 30.1888905 ], [ 120.4452143, 30.1888444 ], [ 120.4452867, 30.1888163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4455946, 30.1889642 ], [ 120.4456052, 30.1890202 ], [ 120.4455988, 30.1890766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.445275, 30.1892351 ], [ 120.4452014, 30.1892022 ], [ 120.445144, 30.1891505 ], [ 120.445109, 30.1890855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4455988, 30.1890766 ], [ 120.4455669, 30.1891431 ], [ 120.4455117, 30.189197 ], [ 120.4454392, 30.1892325 ], [ 120.4453574, 30.1892456 ], [ 120.445275, 30.1892351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4502818, 30.1875941 ], [ 120.451027, 30.1895453 ], [ 120.4511319, 30.1898201 ], [ 120.4513436, 30.1903742 ], [ 120.4514029, 30.1905295 ], [ 120.4514561, 30.1906687 ], [ 120.4519168, 30.1918747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3895427, 30.1879771 ], [ 120.3898083, 30.1879207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4031677, 30.1880179 ], [ 120.4044435, 30.188168 ], [ 120.4055098, 30.1882934 ], [ 120.4064862, 30.1884083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4064862, 30.1884083 ], [ 120.4055098, 30.1882934 ], [ 120.4044435, 30.188168 ], [ 120.4031677, 30.1880179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3899252, 30.1878959 ], [ 120.3906033, 30.1885735 ], [ 120.3909056, 30.1889683 ], [ 120.3911666, 30.1894383 ], [ 120.3912178, 30.189558 ], [ 120.3915039, 30.1902263 ], [ 120.3915504, 30.1903349 ], [ 120.3919092, 30.1909737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3917901, 30.1910365 ], [ 120.3916929, 30.1908497 ], [ 120.3914465, 30.1903759 ], [ 120.3910602, 30.1895044 ], [ 120.390789, 30.18901 ], [ 120.3905113, 30.1886399 ], [ 120.3898083, 30.1879207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3959059, 30.1876962 ], [ 120.3958973, 30.1886655 ], [ 120.3958871, 30.1898104 ], [ 120.3958844, 30.1901249 ], [ 120.3958768, 30.1909764 ], [ 120.3958755, 30.1915275 ], [ 120.3958743, 30.1920372 ], [ 120.3958723, 30.1929185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3958723, 30.1929185 ], [ 120.3958743, 30.1920372 ], [ 120.3958755, 30.1915275 ], [ 120.3958768, 30.1909764 ], [ 120.3958844, 30.1901249 ], [ 120.3958871, 30.1898104 ], [ 120.3958973, 30.1886655 ], [ 120.3959059, 30.1876962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4118776, 30.1861062 ], [ 120.4119853, 30.1864434 ], [ 120.4120398, 30.1865522 ], [ 120.4125796, 30.1876304 ], [ 120.4126461, 30.1877435 ], [ 120.4131071, 30.1885271 ], [ 120.41315, 30.1886 ], [ 120.4133227, 30.1888936 ], [ 120.4138671, 30.189819 ], [ 120.4139899, 30.1900181 ], [ 120.4142104, 30.1903754 ], [ 120.4146905, 30.1908618 ], [ 120.415434, 30.1914119 ], [ 120.4155623, 30.1915068 ], [ 120.4161003, 30.1920711 ], [ 120.4172161, 30.1932952 ], [ 120.4174076, 30.193649 ], [ 120.4174209, 30.1937541 ], [ 120.4174564, 30.1940352 ], [ 120.4174389, 30.1942917 ], [ 120.4174063, 30.1945699 ], [ 120.4173259, 30.194781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4173259, 30.194781 ], [ 120.4174063, 30.1945699 ], [ 120.4174389, 30.1942917 ], [ 120.4174564, 30.1940352 ], [ 120.4174209, 30.1937541 ], [ 120.4174076, 30.193649 ], [ 120.4172161, 30.1932952 ], [ 120.4161003, 30.1920711 ], [ 120.4155623, 30.1915068 ], [ 120.415434, 30.1914119 ], [ 120.4146905, 30.1908618 ], [ 120.4142104, 30.1903754 ], [ 120.4139899, 30.1900181 ], [ 120.4138671, 30.189819 ], [ 120.4133227, 30.1888936 ], [ 120.41315, 30.1886 ], [ 120.4131071, 30.1885271 ], [ 120.4126461, 30.1877435 ], [ 120.4125796, 30.1876304 ], [ 120.4120398, 30.1865522 ], [ 120.4119853, 30.1864434 ], [ 120.4118776, 30.1861062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4026872, 30.1938142 ], [ 120.4026939, 30.1937199 ], [ 120.4027126, 30.1934574 ], [ 120.4027327, 30.1931751 ], [ 120.402769, 30.1927676 ], [ 120.4028238, 30.1921514 ], [ 120.4029122, 30.1911582 ], [ 120.4030546, 30.1895584 ], [ 120.403074, 30.1892938 ], [ 120.4031017, 30.188917 ], [ 120.4031677, 30.1880179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519168, 30.1918747 ], [ 120.4514561, 30.1906687 ], [ 120.4514029, 30.1905295 ], [ 120.4513436, 30.1903742 ], [ 120.4511319, 30.1898201 ], [ 120.451027, 30.1895453 ], [ 120.4502818, 30.1875941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4544531, 30.191008 ], [ 120.453796, 30.189389 ], [ 120.4550117, 30.1890539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4550117, 30.1890539 ], [ 120.453796, 30.189389 ], [ 120.4544531, 30.191008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4570234, 30.1900879 ], [ 120.4570599, 30.1901992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4570599, 30.1901992 ], [ 120.4570234, 30.1900879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4544531, 30.191008 ], [ 120.4556401, 30.1905831 ], [ 120.4566763, 30.1902122 ], [ 120.4570234, 30.1900879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4570599, 30.1901992 ], [ 120.4565264, 30.1903912 ], [ 120.4544835, 30.1911267 ], [ 120.4519615, 30.1919954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4455988, 30.1890766 ], [ 120.4456278, 30.1893318 ], [ 120.445806, 30.1897413 ], [ 120.4459122, 30.1899857 ], [ 120.44626, 30.1908994 ], [ 120.4468329, 30.1925816 ], [ 120.4471517, 30.1935251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.446951, 30.1935954 ], [ 120.4458253, 30.1903516 ], [ 120.4457457, 30.1901362 ], [ 120.445444, 30.1894143 ], [ 120.445275, 30.1892351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519168, 30.1918747 ], [ 120.4544531, 30.191008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4031677, 30.1880179 ], [ 120.4031017, 30.188917 ], [ 120.403074, 30.1892938 ], [ 120.4030546, 30.1895584 ], [ 120.4029122, 30.1911582 ], [ 120.4028238, 30.1921514 ], [ 120.402769, 30.1927676 ], [ 120.4027327, 30.1931751 ], [ 120.4027126, 30.1934574 ], [ 120.4026939, 30.1937199 ], [ 120.4026872, 30.1938142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜利东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3919092, 30.1909737 ], [ 120.3917901, 30.1910365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜利东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3917901, 30.1910365 ], [ 120.3919092, 30.1909737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4173259, 30.194781 ], [ 120.4178509, 30.194642 ], [ 120.4184782, 30.1944373 ], [ 120.4212534, 30.1934679 ], [ 120.4230239, 30.1928529 ], [ 120.4238435, 30.1926012 ], [ 120.4247477, 30.1923763 ], [ 120.4255641, 30.1922364 ], [ 120.4262805, 30.1921563 ], [ 120.4267002, 30.1921417 ], [ 120.4269146, 30.1921342 ], [ 120.4269833, 30.1921318 ], [ 120.4289573, 30.1921944 ], [ 120.4292785, 30.1922046 ], [ 120.4307143, 30.1922501 ], [ 120.4308141, 30.1922472 ], [ 120.4313643, 30.192231 ], [ 120.4319419, 30.1921879 ], [ 120.4326764, 30.1920953 ], [ 120.4327871, 30.192072 ], [ 120.4328796, 30.1920525 ], [ 120.4335061, 30.1919205 ], [ 120.4337663, 30.1918473 ], [ 120.434102, 30.1917528 ], [ 120.4345879, 30.1916062 ], [ 120.4346578, 30.1915851 ], [ 120.4354111, 30.1913699 ], [ 120.4369275, 30.1909367 ], [ 120.4386719, 30.1904383 ], [ 120.4389789, 30.1903506 ], [ 120.4396395, 30.1901524 ], [ 120.4401872, 30.1899596 ], [ 120.4403535, 30.189872 ], [ 120.4406413, 30.1897204 ], [ 120.4410352, 30.1894812 ], [ 120.44148, 30.1891389 ], [ 120.4419591, 30.1888608 ], [ 120.4420986, 30.188793 ], [ 120.442301, 30.1886947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4423521, 30.1887997 ], [ 120.4419553, 30.1890045 ], [ 120.4415685, 30.1892353 ], [ 120.4410536, 30.1896045 ], [ 120.4408272, 30.1897445 ], [ 120.4406711, 30.189841 ], [ 120.4405026, 30.1899353 ], [ 120.4403747, 30.1900069 ], [ 120.4399086, 30.1901915 ], [ 120.4390022, 30.1904626 ], [ 120.4377395, 30.1908262 ], [ 120.4347118, 30.191698 ], [ 120.4346545, 30.1917149 ], [ 120.4340011, 30.1919078 ], [ 120.4336055, 30.1920019 ], [ 120.4334106, 30.1920483 ], [ 120.4330616, 30.1921181 ], [ 120.4329336, 30.1921437 ], [ 120.4328406, 30.1921624 ], [ 120.432723, 30.1921859 ], [ 120.4319904, 30.1923019 ], [ 120.4313783, 30.1923537 ], [ 120.4307913, 30.1923709 ], [ 120.4286817, 30.1923036 ], [ 120.4270103, 30.1922502 ], [ 120.4269145, 30.1922544 ], [ 120.4262318, 30.1922842 ], [ 120.4260565, 30.1923018 ], [ 120.4254173, 30.1923661 ], [ 120.4246328, 30.1925128 ], [ 120.4239045, 30.1926991 ], [ 120.4233225, 30.1928862 ], [ 120.4231404, 30.1929447 ], [ 120.4228623, 30.1930409 ], [ 120.4219028, 30.1933729 ], [ 120.4213052, 30.1935797 ], [ 120.4201314, 30.1939889 ], [ 120.4187726, 30.1944625 ], [ 120.4184102, 30.1945888 ], [ 120.4179086, 30.1947473 ], [ 120.4172569, 30.1948885 ], [ 120.4160623, 30.1951223 ], [ 120.4137386, 30.1948028 ], [ 120.4131953, 30.1947281 ], [ 120.4130367, 30.1947062 ], [ 120.4119082, 30.1945501 ], [ 120.4116002, 30.1945075 ], [ 120.4100165, 30.1944049 ], [ 120.4083386, 30.1944929 ], [ 120.4082507, 30.1944925 ], [ 120.4079347, 30.1944911 ], [ 120.4078699, 30.1944908 ], [ 120.4074585, 30.194489 ], [ 120.4073063, 30.1944765 ], [ 120.40635, 30.1943978 ], [ 120.4054475, 30.1943235 ], [ 120.4045005, 30.1941782 ], [ 120.4040539, 30.1941096 ], [ 120.4027068, 30.1939713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3919092, 30.1909737 ], [ 120.3922984, 30.191468 ], [ 120.3926016, 30.1917729 ], [ 120.3930013, 30.1920896 ], [ 120.3933665, 30.192323 ], [ 120.3942179, 30.1927439 ], [ 120.3950393, 30.1930563 ], [ 120.3954722, 30.1931842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3970283, 30.1936569 ], [ 120.396203, 30.1934628 ], [ 120.3954552, 30.1932869 ], [ 120.394977, 30.1931434 ], [ 120.3941783, 30.192834 ], [ 120.3936945, 30.1925982 ], [ 120.3933075, 30.1924097 ], [ 120.392925, 30.1921726 ], [ 120.3925021, 30.1918585 ], [ 120.3922014, 30.1915344 ], [ 120.3917901, 30.1910365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4110501, 30.1943095 ], [ 120.4110543, 30.193937 ], [ 120.4110571, 30.1936764 ], [ 120.4110736, 30.1921901 ], [ 120.4110829, 30.1913565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4112354, 30.1913598 ], [ 120.4112109, 30.192423 ], [ 120.411182, 30.193673 ], [ 120.411176, 30.1939337 ], [ 120.4111671, 30.1943167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3954722, 30.1931842 ], [ 120.3957426, 30.1930055 ], [ 120.3958723, 30.1929185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5293831, 30.1893771 ], [ 120.5270603, 30.1897829 ], [ 120.5245855, 30.1901537 ], [ 120.5229914, 30.1903926 ], [ 120.522331, 30.1904803 ], [ 120.5203839, 30.1907391 ], [ 120.5203212, 30.1907474 ], [ 120.5201642, 30.1907629 ], [ 120.5182263, 30.1910088 ], [ 120.5172515, 30.1911275 ], [ 120.5162255, 30.1912989 ], [ 120.5160235, 30.1913326 ], [ 120.5150722, 30.1914915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5150722, 30.1914915 ], [ 120.5149501, 30.1914996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5149501, 30.1914996 ], [ 120.5150722, 30.1914915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5043772, 30.1907515 ], [ 120.5049633, 30.192343 ], [ 120.5052888, 30.1930534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5052888, 30.1930534 ], [ 120.5049633, 30.192343 ], [ 120.5043772, 30.1907515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344402, 30.195624 ], [ 120.5344038, 30.195534 ], [ 120.5343639, 30.1954304 ], [ 120.5336284, 30.1935239 ], [ 120.5322113, 30.1897941 ], [ 120.5319956, 30.1892264 ], [ 120.5319239, 30.1890377 ], [ 120.5318362, 30.1888068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318362, 30.1888068 ], [ 120.5319239, 30.1890377 ], [ 120.5319956, 30.1892264 ], [ 120.5322113, 30.1897941 ], [ 120.5336284, 30.1935239 ], [ 120.5343639, 30.1954304 ], [ 120.5344038, 30.195534 ], [ 120.5344402, 30.195624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5293831, 30.1893771 ], [ 120.5296569, 30.1904032 ], [ 120.5309386, 30.1940508 ], [ 120.5314557, 30.1955225 ], [ 120.5317644, 30.1964011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5317644, 30.1964011 ], [ 120.5314557, 30.1955225 ], [ 120.5309386, 30.1940508 ], [ 120.5296569, 30.1904032 ], [ 120.5293831, 30.1893771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5149501, 30.1914996 ], [ 120.5128624, 30.1918558 ], [ 120.5117955, 30.1920722 ], [ 120.5076767, 30.1929075 ], [ 120.5075013, 30.1929431 ], [ 120.5066002, 30.193126 ], [ 120.5044269, 30.1935668 ], [ 120.5027879, 30.1938993 ], [ 120.4978418, 30.1949025 ], [ 120.4964221, 30.1951572 ], [ 120.4960735, 30.195277 ], [ 120.4959696, 30.1953176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5879694, 30.1938485 ], [ 120.588051, 30.192804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5881715, 30.1928123 ], [ 120.5880843, 30.1938577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5852939, 30.1936335 ], [ 120.5851609, 30.1936193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5851609, 30.1936193 ], [ 120.5852939, 30.1936335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5852939, 30.1936335 ], [ 120.5879694, 30.1938485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5879694, 30.1938485 ], [ 120.5852939, 30.1936335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5880843, 30.1938577 ], [ 120.5879694, 30.1938485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5879694, 30.1938485 ], [ 120.5880843, 30.1938577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5848193, 30.1971862 ], [ 120.5851609, 30.1936193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5852939, 30.1936335 ], [ 120.5850207, 30.1963163 ], [ 120.5849289, 30.1972178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.566376, 30.1958633 ], [ 120.5656482, 30.1957178 ], [ 120.5647703, 30.1954859 ], [ 120.5642108, 30.1954406 ], [ 120.5638855, 30.1953817 ], [ 120.5636058, 30.1952971 ], [ 120.5633761, 30.1952047 ], [ 120.5631509, 30.1950829 ], [ 120.5629462, 30.1949453 ], [ 120.5627097, 30.1947369 ], [ 120.56253, 30.1945482 ], [ 120.5624094, 30.1943034 ], [ 120.562381, 30.1940514 ], [ 120.5624424, 30.193836 ], [ 120.5625984, 30.1935471 ], [ 120.5628249, 30.1933382 ], [ 120.5631232, 30.1932291 ], [ 120.5634982, 30.1931556 ], [ 120.5670241, 30.191999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5796693, 30.1932327 ], [ 120.5741692, 30.1953069 ], [ 120.5718129, 30.1962015 ], [ 120.5717618, 30.1961309 ], [ 120.5741172, 30.1952123 ], [ 120.5776759, 30.1938392 ], [ 120.5795851, 30.1930994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5623302, 30.203342 ], [ 120.5622657, 30.2032553 ], [ 120.5621342, 30.2030722 ], [ 120.5620928, 30.2029908 ], [ 120.5619862, 30.2027715 ], [ 120.5618503, 30.2024921 ], [ 120.5614552, 30.2016797 ], [ 120.5603812, 30.1994714 ], [ 120.5599946, 30.1986665 ], [ 120.5594593, 30.1975521 ], [ 120.5584485, 30.1954479 ], [ 120.5583857, 30.1953171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5583857, 30.1953171 ], [ 120.5584485, 30.1954479 ], [ 120.5594593, 30.1975521 ], [ 120.5599946, 30.1986665 ], [ 120.5603812, 30.1994714 ], [ 120.5614552, 30.2016797 ], [ 120.5618503, 30.2024921 ], [ 120.5619862, 30.2027715 ], [ 120.5620928, 30.2029908 ], [ 120.5621342, 30.2030722 ], [ 120.5622657, 30.2032553 ], [ 120.5623302, 30.203342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5792711, 30.1963457 ], [ 120.5790275, 30.1964035 ], [ 120.5789419, 30.196443 ], [ 120.5775995, 30.1970625 ], [ 120.5774216, 30.1971446 ], [ 120.5746374, 30.1982758 ], [ 120.572617, 30.1987376 ], [ 120.5724346, 30.1987646 ], [ 120.5721536, 30.1988838 ], [ 120.5712112, 30.1992835 ], [ 120.5708306, 30.199445 ], [ 120.5702326, 30.1996932 ], [ 120.5691882, 30.2001266 ], [ 120.5669787, 30.2010435 ], [ 120.5656277, 30.2016041 ], [ 120.5642608, 30.2021209 ], [ 120.5640827, 30.2021883 ], [ 120.562479, 30.2032441 ], [ 120.5623302, 30.203342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5623302, 30.203342 ], [ 120.562479, 30.2032441 ], [ 120.5640827, 30.2021883 ], [ 120.5642608, 30.2021209 ], [ 120.5656277, 30.2016041 ], [ 120.5669787, 30.2010435 ], [ 120.5691882, 30.2001266 ], [ 120.5702326, 30.1996932 ], [ 120.5708306, 30.199445 ], [ 120.5712112, 30.1992835 ], [ 120.5721536, 30.1988838 ], [ 120.5724346, 30.1987646 ], [ 120.572617, 30.1987376 ], [ 120.5746374, 30.1982758 ], [ 120.5774216, 30.1971446 ], [ 120.5775995, 30.1970625 ], [ 120.5789419, 30.196443 ], [ 120.5790275, 30.1964035 ], [ 120.5792711, 30.1963457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5623302, 30.203342 ], [ 120.5612289, 30.2040428 ], [ 120.5606224, 30.2042921 ], [ 120.559922, 30.2045931 ], [ 120.5586022, 30.2051018 ], [ 120.5584836, 30.2051485 ], [ 120.5583646, 30.2051856 ], [ 120.5574952, 30.2054565 ], [ 120.5553511, 30.2061248 ], [ 120.5543605, 30.2066199 ], [ 120.5536608, 30.2069696 ], [ 120.5535249, 30.2070376 ], [ 120.5533892, 30.2071319 ], [ 120.5532175, 30.2070366 ], [ 120.5484785, 30.2082332 ], [ 120.5475498, 30.2084716 ], [ 120.5460392, 30.2088594 ], [ 120.5428161, 30.2096868 ], [ 120.5401374, 30.2103693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5401374, 30.2103693 ], [ 120.5428161, 30.2096868 ], [ 120.5460392, 30.2088594 ], [ 120.5475498, 30.2084716 ], [ 120.5484785, 30.2082332 ], [ 120.5532175, 30.2070366 ], [ 120.5533892, 30.2071319 ], [ 120.5535249, 30.2070376 ], [ 120.5536608, 30.2069696 ], [ 120.5543605, 30.2066199 ], [ 120.5553511, 30.2061248 ], [ 120.5574952, 30.2054565 ], [ 120.5583646, 30.2051856 ], [ 120.5584836, 30.2051485 ], [ 120.5586022, 30.2051018 ], [ 120.559922, 30.2045931 ], [ 120.5606224, 30.2042921 ], [ 120.5612289, 30.2040428 ], [ 120.5623302, 30.203342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5498016, 30.2104062 ], [ 120.5498818, 30.2103147 ], [ 120.551409, 30.2097525 ], [ 120.5524236, 30.2093648 ], [ 120.5532598, 30.2090902 ], [ 120.5538924, 30.2089164 ], [ 120.5543307, 30.2088046 ], [ 120.5561799, 30.2083828 ], [ 120.5566396, 30.208278 ], [ 120.5578317, 30.2079902 ], [ 120.5580908, 30.2079276 ], [ 120.5586598, 30.2078027 ], [ 120.5593973, 30.2076408 ], [ 120.5604896, 30.2073992 ], [ 120.5605533, 30.2073893 ], [ 120.5616113, 30.2072247 ], [ 120.562713, 30.2071201 ], [ 120.5649389, 30.206893 ], [ 120.5660451, 30.2067801 ], [ 120.5668867, 30.2067345 ], [ 120.5678604, 30.2068039 ], [ 120.5687567, 30.2068984 ], [ 120.5693037, 30.2069894 ], [ 120.5697916, 30.2071271 ], [ 120.5701511, 30.2072323 ], [ 120.5708461, 30.2074356 ], [ 120.5716295, 30.2075579 ], [ 120.5726459, 30.2077085 ], [ 120.5734783, 30.2078127 ], [ 120.574046, 30.2079156 ], [ 120.5744997, 30.2080308 ], [ 120.575121, 30.2081885 ], [ 120.5752754, 30.2082291 ], [ 120.5759138, 30.2083971 ], [ 120.5759926, 30.2084178 ], [ 120.5764844, 30.2085013 ], [ 120.577636, 30.2086392 ], [ 120.5777281, 30.2086502 ], [ 120.5800162, 30.2088933 ], [ 120.581886, 30.2090776 ], [ 120.5837065, 30.2092714 ], [ 120.5853819, 30.2094706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.585355, 30.2095486 ], [ 120.5833115, 30.2093268 ], [ 120.5814168, 30.2091329 ], [ 120.5797595, 30.2089502 ], [ 120.5779097, 30.2087503 ], [ 120.5764326, 30.2085967 ], [ 120.5756599, 30.2084268 ], [ 120.5752571, 30.2083174 ], [ 120.5744624, 30.2081017 ], [ 120.5738826, 30.207963 ], [ 120.5727478, 30.2078236 ], [ 120.5711655, 30.207588 ], [ 120.5704891, 30.2074359 ], [ 120.5703931, 30.2074058 ], [ 120.5695659, 30.2071466 ], [ 120.5689153, 30.2070243 ], [ 120.5679528, 30.2069112 ], [ 120.5669829, 30.206843 ], [ 120.5668546, 30.206834 ], [ 120.5660574, 30.2068697 ], [ 120.5649303, 30.2069824 ], [ 120.5629621, 30.2071792 ], [ 120.5617303, 30.2073015 ], [ 120.560802, 30.2074298 ], [ 120.5606337, 30.2074659 ], [ 120.5600847, 30.2075837 ], [ 120.5587108, 30.2079031 ], [ 120.55863, 30.2079219 ], [ 120.5570668, 30.2082765 ], [ 120.5562465, 30.2084646 ], [ 120.5555519, 30.2086238 ], [ 120.5543992, 30.2088907 ], [ 120.5536624, 30.2090832 ], [ 120.5531857, 30.2092205 ], [ 120.5528548, 30.2093158 ], [ 120.5521214, 30.2095753 ], [ 120.551157, 30.2099494 ], [ 120.5499336, 30.2104206 ], [ 120.5498016, 30.2104062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5853819, 30.2094706 ], [ 120.5858573, 30.2070392 ], [ 120.5861919, 30.2053408 ], [ 120.5873537, 30.1995962 ], [ 120.587505, 30.1986388 ], [ 120.5875858, 30.1980015 ], [ 120.5877415, 30.1965359 ], [ 120.5879694, 30.1938485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5880843, 30.1938577 ], [ 120.5878205, 30.1965423 ], [ 120.5876746, 30.1980277 ], [ 120.5876456, 30.198294 ], [ 120.5876233, 30.1985708 ], [ 120.5876138, 30.1986714 ], [ 120.5875312, 30.1992129 ], [ 120.5862972, 30.205358 ], [ 120.5859566, 30.2070542 ], [ 120.5854692, 30.209481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5853819, 30.2094706 ], [ 120.5854692, 30.209481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.585355, 30.2095486 ], [ 120.5853819, 30.2094706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854692, 30.209481 ], [ 120.5854535, 30.2095593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854535, 30.2095593 ], [ 120.585355, 30.2095486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854692, 30.209481 ], [ 120.5860094, 30.209523 ], [ 120.5864356, 30.2095562 ], [ 120.5904747, 30.2099932 ], [ 120.5912627, 30.2100706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5912394, 30.2101657 ], [ 120.59077, 30.2101152 ], [ 120.587495, 30.2097681 ], [ 120.5859462, 30.2096081 ], [ 120.5854535, 30.2095593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5912627, 30.2100706 ], [ 120.5914079, 30.2100849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5912394, 30.2101657 ], [ 120.5912627, 30.2100706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4959696, 30.1953176 ], [ 120.4960735, 30.195277 ], [ 120.4964221, 30.1951572 ], [ 120.4978418, 30.1949025 ], [ 120.5027879, 30.1938993 ], [ 120.5044269, 30.1935668 ], [ 120.5066002, 30.193126 ], [ 120.5075013, 30.1929431 ], [ 120.5076767, 30.1929075 ], [ 120.5117955, 30.1920722 ], [ 120.5128624, 30.1918558 ], [ 120.5149501, 30.1914996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344402, 30.195624 ], [ 120.5345111, 30.1956068 ], [ 120.5347625, 30.1955413 ], [ 120.534801, 30.195528 ], [ 120.5364163, 30.1950702 ], [ 120.5364802, 30.1950512 ], [ 120.5374479, 30.1947636 ], [ 120.5384229, 30.1944142 ], [ 120.5397838, 30.1939266 ], [ 120.5405222, 30.1935763 ], [ 120.5405628, 30.1935607 ], [ 120.5414579, 30.1932161 ], [ 120.5426442, 30.1927594 ], [ 120.5427925, 30.1927208 ], [ 120.5428283, 30.1927115 ], [ 120.5430227, 30.1926688 ], [ 120.5431227, 30.1926499 ], [ 120.5434604, 30.1926013 ], [ 120.5436023, 30.1925738 ], [ 120.5441394, 30.1924698 ], [ 120.5443424, 30.1924305 ], [ 120.5445982, 30.192381 ], [ 120.5453763, 30.1922303 ], [ 120.5458112, 30.192143 ], [ 120.5462724, 30.1920505 ], [ 120.5465223, 30.1920003 ], [ 120.5467874, 30.1919471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5467874, 30.1919471 ], [ 120.5465223, 30.1920003 ], [ 120.5462724, 30.1920505 ], [ 120.5458112, 30.192143 ], [ 120.5453763, 30.1922303 ], [ 120.5445982, 30.192381 ], [ 120.5443424, 30.1924305 ], [ 120.5441394, 30.1924698 ], [ 120.5436023, 30.1925738 ], [ 120.5434604, 30.1926013 ], [ 120.5431227, 30.1926499 ], [ 120.5430227, 30.1926688 ], [ 120.5428283, 30.1927115 ], [ 120.5427925, 30.1927208 ], [ 120.5426442, 30.1927594 ], [ 120.5414579, 30.1932161 ], [ 120.5405628, 30.1935607 ], [ 120.5405222, 30.1935763 ], [ 120.5397838, 30.1939266 ], [ 120.5384229, 30.1944142 ], [ 120.5374479, 30.1947636 ], [ 120.5364802, 30.1950512 ], [ 120.5364163, 30.1950702 ], [ 120.534801, 30.195528 ], [ 120.5347625, 30.1955413 ], [ 120.5345111, 30.1956068 ], [ 120.5344402, 30.195624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5317644, 30.1964011 ], [ 120.532056, 30.1963192 ], [ 120.5325796, 30.1961722 ], [ 120.5334906, 30.1959164 ], [ 120.5344402, 30.195624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344402, 30.195624 ], [ 120.5334906, 30.1959164 ], [ 120.5325796, 30.1961722 ], [ 120.532056, 30.1963192 ], [ 120.5317644, 30.1964011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5225367, 30.1989754 ], [ 120.5225699, 30.1989643 ], [ 120.5235292, 30.1986965 ], [ 120.5244167, 30.1984487 ], [ 120.5251083, 30.1982556 ], [ 120.5259011, 30.1980342 ], [ 120.526284, 30.1979273 ], [ 120.527235, 30.1976618 ], [ 120.5274888, 30.1975949 ], [ 120.527669, 30.1975474 ], [ 120.5277771, 30.1975171 ], [ 120.5298119, 30.1969475 ], [ 120.5317644, 30.1964011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5317644, 30.1964011 ], [ 120.5298119, 30.1969475 ], [ 120.5277771, 30.1975171 ], [ 120.527669, 30.1975474 ], [ 120.5274888, 30.1975949 ], [ 120.527235, 30.1976618 ], [ 120.526284, 30.1979273 ], [ 120.5259011, 30.1980342 ], [ 120.5251083, 30.1982556 ], [ 120.5244167, 30.1984487 ], [ 120.5235292, 30.1986965 ], [ 120.5225699, 30.1989643 ], [ 120.5225367, 30.1989754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5150722, 30.1914915 ], [ 120.5152743, 30.1918606 ], [ 120.5163767, 30.1966044 ], [ 120.5168656, 30.2002077 ], [ 120.5172249, 30.2028392 ], [ 120.5174678, 30.2046179 ], [ 120.5176017, 30.205632 ], [ 120.5177108, 30.2061385 ], [ 120.5177537, 30.2063379 ], [ 120.5183221, 30.2076829 ], [ 120.5200326, 30.2099925 ], [ 120.5201002, 30.2101112 ], [ 120.520635, 30.211051 ], [ 120.5208379, 30.2114076 ], [ 120.5214688, 30.2125162 ], [ 120.5219456, 30.213354 ], [ 120.5219691, 30.2133953 ], [ 120.5227245, 30.2149621 ], [ 120.5228219, 30.2152139 ], [ 120.5233492, 30.2165781 ], [ 120.5234653, 30.2168784 ], [ 120.5238405, 30.2178489 ], [ 120.5239575, 30.2181517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5237971, 30.2181825 ], [ 120.5236612, 30.2178233 ], [ 120.5233016, 30.2168731 ], [ 120.523135, 30.2164327 ], [ 120.5228114, 30.2155775 ], [ 120.5225938, 30.2150024 ], [ 120.5218428, 30.2134449 ], [ 120.5204926, 30.2110724 ], [ 120.5202814, 30.2107012 ], [ 120.5199116, 30.2100515 ], [ 120.5194213, 30.2093894 ], [ 120.5190247, 30.2088539 ], [ 120.518195, 30.2077335 ], [ 120.5176406, 30.2063636 ], [ 120.5175741, 30.2060953 ], [ 120.5174654, 30.2056566 ], [ 120.5174149, 30.2052847 ], [ 120.5172627, 30.2041627 ], [ 120.5167274, 30.2002179 ], [ 120.5164266, 30.1980013 ], [ 120.5162396, 30.1966233 ], [ 120.5159285, 30.1952848 ], [ 120.515612, 30.1939226 ], [ 120.5154594, 30.1932659 ], [ 120.5151867, 30.1920926 ], [ 120.5151388, 30.1918865 ], [ 120.5149501, 30.1914996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344402, 30.195624 ], [ 120.5350791, 30.1973053 ], [ 120.5351406, 30.1974666 ], [ 120.5355753, 30.1986076 ], [ 120.5359543, 30.1996026 ], [ 120.5362363, 30.2003428 ], [ 120.5364199, 30.2008248 ], [ 120.5365011, 30.2010508 ], [ 120.5365932, 30.201307 ], [ 120.5368496, 30.2020206 ], [ 120.5371657, 30.2029003 ], [ 120.537343, 30.2033937 ], [ 120.5374324, 30.2036425 ], [ 120.537782, 30.2047157 ], [ 120.5382279, 30.2059444 ], [ 120.5383294, 30.206214 ], [ 120.5384003, 30.2063639 ], [ 120.5384909, 30.2066582 ], [ 120.5386725, 30.2071996 ], [ 120.5386929, 30.2072605 ], [ 120.5387625, 30.2074681 ], [ 120.5391299, 30.2084694 ], [ 120.5394652, 30.209353 ], [ 120.5398209, 30.2103587 ], [ 120.5398719, 30.2104647 ], [ 120.5399965, 30.2109028 ], [ 120.5405224, 30.2122879 ], [ 120.5406013, 30.2124918 ], [ 120.5406769, 30.2126871 ], [ 120.5408695, 30.2131848 ], [ 120.5409543, 30.213433 ], [ 120.541227, 30.2141737 ], [ 120.54135, 30.2145843 ], [ 120.5415631, 30.2151302 ], [ 120.5417587, 30.2156313 ], [ 120.5420173, 30.2162937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5420173, 30.2162937 ], [ 120.5417587, 30.2156313 ], [ 120.5415631, 30.2151302 ], [ 120.54135, 30.2145843 ], [ 120.541227, 30.2141737 ], [ 120.5409543, 30.213433 ], [ 120.5408695, 30.2131848 ], [ 120.5406769, 30.2126871 ], [ 120.5406013, 30.2124918 ], [ 120.5405224, 30.2122879 ], [ 120.5399965, 30.2109028 ], [ 120.5398719, 30.2104647 ], [ 120.5398209, 30.2103587 ], [ 120.5394652, 30.209353 ], [ 120.5391299, 30.2084694 ], [ 120.5387625, 30.2074681 ], [ 120.5386929, 30.2072605 ], [ 120.5386725, 30.2071996 ], [ 120.5384909, 30.2066582 ], [ 120.5384003, 30.2063639 ], [ 120.5383294, 30.206214 ], [ 120.5382279, 30.2059444 ], [ 120.537782, 30.2047157 ], [ 120.5374324, 30.2036425 ], [ 120.537343, 30.2033937 ], [ 120.5371657, 30.2029003 ], [ 120.5368496, 30.2020206 ], [ 120.5365932, 30.201307 ], [ 120.5365011, 30.2010508 ], [ 120.5364199, 30.2008248 ], [ 120.5362363, 30.2003428 ], [ 120.5359543, 30.1996026 ], [ 120.5355753, 30.1986076 ], [ 120.5351406, 30.1974666 ], [ 120.5350791, 30.1973053 ], [ 120.5344402, 30.195624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5111084, 30.2248605 ], [ 120.510567, 30.2235407 ], [ 120.5103173, 30.2228659 ], [ 120.5100621, 30.2220565 ], [ 120.5097838, 30.2212681 ], [ 120.509701, 30.2210335 ], [ 120.5096017, 30.2208526 ], [ 120.5095622, 30.2207807 ], [ 120.5095243, 30.2207004 ], [ 120.5094997, 30.220657 ], [ 120.5094218, 30.2205191 ], [ 120.5085911, 30.2190472 ], [ 120.5082706, 30.2184435 ], [ 120.5082001, 30.2174908 ], [ 120.5081809, 30.2174008 ], [ 120.5081569, 30.2172875 ], [ 120.5080812, 30.2169318 ], [ 120.5079454, 30.2163767 ], [ 120.507615, 30.215852 ], [ 120.5072665, 30.2153011 ], [ 120.5072177, 30.215224 ], [ 120.5067364, 30.2143526 ], [ 120.5066358, 30.2141549 ], [ 120.5065564, 30.2139861 ], [ 120.5061823, 30.2131907 ], [ 120.506004, 30.2128116 ], [ 120.5059364, 30.2126679 ], [ 120.5057943, 30.212366 ], [ 120.5054953, 30.2117308 ], [ 120.5054593, 30.2116598 ], [ 120.5051692, 30.2110879 ], [ 120.5050932, 30.2109379 ], [ 120.5049316, 30.2106194 ], [ 120.5044364, 30.2096587 ], [ 120.5043666, 30.2095232 ], [ 120.5043047, 30.2094031 ], [ 120.5037965, 30.2082902 ], [ 120.5036826, 30.2080751 ], [ 120.5029888, 30.2067654 ], [ 120.5028927, 30.206584 ], [ 120.5022265, 30.2053204 ], [ 120.5017195, 30.2043587 ], [ 120.5016748, 30.204274 ], [ 120.5014875, 30.2039672 ], [ 120.5013457, 30.203735 ], [ 120.5010669, 30.2032783 ], [ 120.5007437, 30.202749 ], [ 120.5007162, 30.202704 ], [ 120.5006652, 30.2026075 ], [ 120.5006258, 30.2025294 ], [ 120.5002651, 30.2018599 ], [ 120.4996249, 30.2004919 ], [ 120.4995719, 30.2003788 ], [ 120.4993398, 30.1998827 ], [ 120.499026, 30.1992124 ], [ 120.4990019, 30.1991608 ], [ 120.4982889, 30.1983375 ], [ 120.4981187, 30.1981526 ], [ 120.4975847, 30.1975724 ], [ 120.4971617, 30.1971174 ], [ 120.4969991, 30.1969425 ], [ 120.4967689, 30.1965439 ], [ 120.4964972, 30.196027 ], [ 120.4961105, 30.1954157 ], [ 120.4959696, 30.1953176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4959696, 30.1953176 ], [ 120.4961105, 30.1954157 ], [ 120.4964972, 30.196027 ], [ 120.4967689, 30.1965439 ], [ 120.4969991, 30.1969425 ], [ 120.4971617, 30.1971174 ], [ 120.4975847, 30.1975724 ], [ 120.4981187, 30.1981526 ], [ 120.4982889, 30.1983375 ], [ 120.4990019, 30.1991608 ], [ 120.499026, 30.1992124 ], [ 120.4993398, 30.1998827 ], [ 120.4995719, 30.2003788 ], [ 120.4996249, 30.2004919 ], [ 120.5002651, 30.2018599 ], [ 120.5006258, 30.2025294 ], [ 120.5006652, 30.2026075 ], [ 120.5007162, 30.202704 ], [ 120.5007437, 30.202749 ], [ 120.5010669, 30.2032783 ], [ 120.5013457, 30.203735 ], [ 120.5014875, 30.2039672 ], [ 120.5016748, 30.204274 ], [ 120.5017195, 30.2043587 ], [ 120.5022265, 30.2053204 ], [ 120.5028927, 30.206584 ], [ 120.5029888, 30.2067654 ], [ 120.5036826, 30.2080751 ], [ 120.5037965, 30.2082902 ], [ 120.5043047, 30.2094031 ], [ 120.5043666, 30.2095232 ], [ 120.5044364, 30.2096587 ], [ 120.5049316, 30.2106194 ], [ 120.5050932, 30.2109379 ], [ 120.5051692, 30.2110879 ], [ 120.5054593, 30.2116598 ], [ 120.5054953, 30.2117308 ], [ 120.5057943, 30.212366 ], [ 120.5059364, 30.2126679 ], [ 120.506004, 30.2128116 ], [ 120.5061823, 30.2131907 ], [ 120.5065564, 30.2139861 ], [ 120.5066358, 30.2141549 ], [ 120.5067364, 30.2143526 ], [ 120.5072177, 30.215224 ], [ 120.5072665, 30.2153011 ], [ 120.507615, 30.215852 ], [ 120.5079454, 30.2163767 ], [ 120.5080812, 30.2169318 ], [ 120.5081569, 30.2172875 ], [ 120.5081809, 30.2174008 ], [ 120.5082001, 30.2174908 ], [ 120.5082706, 30.2184435 ], [ 120.5085911, 30.2190472 ], [ 120.5094218, 30.2205191 ], [ 120.5094997, 30.220657 ], [ 120.5095243, 30.2207004 ], [ 120.5095622, 30.2207807 ], [ 120.5096017, 30.2208526 ], [ 120.509701, 30.2210335 ], [ 120.5097838, 30.2212681 ], [ 120.5100621, 30.2220565 ], [ 120.5103173, 30.2228659 ], [ 120.510567, 30.2235407 ], [ 120.5111084, 30.2248605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5498016, 30.2104062 ], [ 120.548465, 30.2109789 ], [ 120.5471587, 30.2115386 ], [ 120.5468967, 30.2116508 ], [ 120.5463542, 30.2117995 ], [ 120.5457852, 30.2119555 ], [ 120.5456751, 30.2119857 ], [ 120.5438022, 30.2124992 ], [ 120.5413215, 30.2131793 ], [ 120.5407811, 30.2133301 ], [ 120.5382435, 30.2141101 ], [ 120.5363052, 30.2147058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5363052, 30.2147058 ], [ 120.5382435, 30.2141101 ], [ 120.5407811, 30.2133301 ], [ 120.5413215, 30.2131793 ], [ 120.5438022, 30.2124992 ], [ 120.5456751, 30.2119857 ], [ 120.5457852, 30.2119555 ], [ 120.5463542, 30.2117995 ], [ 120.5468967, 30.2116508 ], [ 120.5471587, 30.2115386 ], [ 120.548465, 30.2109789 ], [ 120.5498016, 30.2104062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.537522, 30.2176743 ], [ 120.5369733, 30.2162997 ], [ 120.5363052, 30.2147058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5363052, 30.2147058 ], [ 120.5369733, 30.2162997 ], [ 120.537522, 30.2176743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5363052, 30.2147058 ], [ 120.5361024, 30.2147631 ], [ 120.5355483, 30.2149198 ], [ 120.5354045, 30.2149604 ], [ 120.5346133, 30.215184 ], [ 120.5314707, 30.2160799 ], [ 120.5314351, 30.2160901 ], [ 120.5312131, 30.2161632 ], [ 120.5311817, 30.2161729 ], [ 120.5297836, 30.2166056 ], [ 120.5287448, 30.2169369 ], [ 120.5283745, 30.2170457 ], [ 120.5274847, 30.217307 ], [ 120.5265603, 30.2175785 ], [ 120.5262685, 30.2176642 ], [ 120.5250621, 30.2179451 ], [ 120.524316, 30.2180847 ], [ 120.5239575, 30.2181517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5239575, 30.2181517 ], [ 120.524316, 30.2180847 ], [ 120.5250621, 30.2179451 ], [ 120.5262685, 30.2176642 ], [ 120.5265603, 30.2175785 ], [ 120.5274847, 30.217307 ], [ 120.5283745, 30.2170457 ], [ 120.5287448, 30.2169369 ], [ 120.5297836, 30.2166056 ], [ 120.5311817, 30.2161729 ], [ 120.5312131, 30.2161632 ], [ 120.5314351, 30.2160901 ], [ 120.5314707, 30.2160799 ], [ 120.5346133, 30.215184 ], [ 120.5354045, 30.2149604 ], [ 120.5355483, 30.2149198 ], [ 120.5361024, 30.2147631 ], [ 120.5363052, 30.2147058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.537522, 30.2176743 ], [ 120.5376716, 30.2176312 ], [ 120.5378872, 30.217569 ], [ 120.5381526, 30.217465 ], [ 120.5393763, 30.2171138 ], [ 120.5400284, 30.2169267 ], [ 120.5410939, 30.2165876 ], [ 120.5420173, 30.2162937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5914079, 30.2100849 ], [ 120.5913901, 30.2101819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5913901, 30.2101819 ], [ 120.5912394, 30.2101657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5914079, 30.2100849 ], [ 120.596513, 30.2105863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5965223, 30.2107148 ], [ 120.5939416, 30.2104562 ], [ 120.5913901, 30.2101819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5854535, 30.2095593 ], [ 120.5851553, 30.2110441 ], [ 120.5845558, 30.2140294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5844333, 30.214288 ], [ 120.585355, 30.2095486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5899915, 30.2170188 ], [ 120.5909024, 30.2120166 ], [ 120.5909493, 30.2117593 ], [ 120.5912394, 30.2101657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5913901, 30.2101819 ], [ 120.5910951, 30.2117809 ], [ 120.5910476, 30.2120382 ], [ 120.5901249, 30.2170387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5845558, 30.2140294 ], [ 120.5844333, 30.214288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5844333, 30.214288 ], [ 120.5845558, 30.2140294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5845558, 30.2140294 ], [ 120.5844244, 30.2147794 ], [ 120.5842042, 30.2159787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5841162, 30.215829 ], [ 120.5844333, 30.214288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5844333, 30.214288 ], [ 120.5842578, 30.2146584 ], [ 120.5838743, 30.2153913 ], [ 120.5835558, 30.215842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5835558, 30.215842 ], [ 120.5838743, 30.2153913 ], [ 120.5842578, 30.2146584 ], [ 120.5844333, 30.214288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5841162, 30.215829 ], [ 120.5839794, 30.2157433 ], [ 120.5839016, 30.2157201 ], [ 120.5836959, 30.2157487 ], [ 120.5835558, 30.215842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5835558, 30.215842 ], [ 120.5836959, 30.2157487 ], [ 120.5839016, 30.2157201 ], [ 120.5839794, 30.2157433 ], [ 120.5841162, 30.215829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5841162, 30.215829 ], [ 120.5842042, 30.2159787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5842042, 30.2159787 ], [ 120.5841162, 30.215829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834388, 30.2160076 ], [ 120.5835558, 30.215842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5835558, 30.215842 ], [ 120.5834388, 30.2160076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5840534, 30.2161279 ], [ 120.5841162, 30.215829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5842042, 30.2159787 ], [ 120.5841725, 30.2161512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834388, 30.2160076 ], [ 120.5840534, 30.2161279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834388, 30.2160076 ], [ 120.5833469, 30.2161377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5833469, 30.2161377 ], [ 120.5834388, 30.2160076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5840534, 30.2161279 ], [ 120.5841725, 30.2161512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5840525, 30.2162831 ], [ 120.5840534, 30.2161279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5840525, 30.2162831 ], [ 120.5833469, 30.2161377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5841725, 30.2161512 ], [ 120.5841448, 30.2163021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5841448, 30.2163021 ], [ 120.5840525, 30.2162831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5841725, 30.2161512 ], [ 120.5844339, 30.2161902 ], [ 120.5845007, 30.2162001 ], [ 120.5899915, 30.2170188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589975, 30.2171574 ], [ 120.5844702, 30.2163499 ], [ 120.5844033, 30.2163401 ], [ 120.5841448, 30.2163021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5899915, 30.2170188 ], [ 120.5901249, 30.2170387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589975, 30.2171574 ], [ 120.5899915, 30.2170188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5901249, 30.2170387 ], [ 120.5901189, 30.2171785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5901189, 30.2171785 ], [ 120.589975, 30.2171574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5901249, 30.2170387 ], [ 120.5946054, 30.2177068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.59459, 30.2178343 ], [ 120.5901189, 30.2171785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5956516, 30.2205308 ], [ 120.5990546, 30.2211191 ], [ 120.6001108, 30.2211997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6001026, 30.221303 ], [ 120.5991216, 30.2212242 ], [ 120.5956141, 30.2206711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519168, 30.1918747 ], [ 120.4519615, 30.1919954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519615, 30.1919954 ], [ 120.4519168, 30.1918747 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4471517, 30.1935251 ], [ 120.4473364, 30.1934603 ], [ 120.4476185, 30.193364 ], [ 120.4477223, 30.1933285 ], [ 120.4497109, 30.1926451 ], [ 120.4503043, 30.1924412 ], [ 120.4519168, 30.1918747 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519615, 30.1919954 ], [ 120.449794, 30.1927542 ], [ 120.4493988, 30.1928888 ], [ 120.4477402, 30.1934539 ], [ 120.4476598, 30.1934851 ], [ 120.4473818, 30.1935927 ], [ 120.4471929, 30.1936554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.446951, 30.1935954 ], [ 120.4471517, 30.1935251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4471517, 30.1935251 ], [ 120.4471929, 30.1936554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4469851, 30.1937244 ], [ 120.446951, 30.1935954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4471929, 30.1936554 ], [ 120.4469851, 30.1937244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519615, 30.1919954 ], [ 120.451984, 30.1920562 ], [ 120.4529611, 30.1945551 ], [ 120.4532382, 30.1956139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "光华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4532382, 30.1956139 ], [ 120.4529611, 30.1945551 ], [ 120.451984, 30.1920562 ], [ 120.4519615, 30.1919954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3961971, 30.1933553 ], [ 120.3960283, 30.193132 ], [ 120.3958723, 30.1929185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3954722, 30.1931842 ], [ 120.3961971, 30.1933553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3961971, 30.1933553 ], [ 120.3970738, 30.1935724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3970283, 30.1936569 ], [ 120.3970738, 30.1935724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3970738, 30.1935724 ], [ 120.3970283, 30.1936569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3970738, 30.1935724 ], [ 120.3977448, 30.1936689 ], [ 120.3979556, 30.1936992 ], [ 120.3988488, 30.1937812 ], [ 120.3998891, 30.1938021 ], [ 120.4020572, 30.1938115 ], [ 120.4026872, 30.1938142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4027068, 30.1939713 ], [ 120.3998736, 30.1939209 ], [ 120.398851, 30.1939 ], [ 120.3979246, 30.1938156 ], [ 120.3977466, 30.1937841 ], [ 120.3975863, 30.1937557 ], [ 120.3970283, 30.1936569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜利东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3917901, 30.1910365 ], [ 120.391561, 30.1912239 ], [ 120.3914405, 30.1913715 ], [ 120.3914003, 30.1915495 ], [ 120.3913902, 30.1917622 ], [ 120.3914227, 30.1924824 ], [ 120.3915208, 30.1946577 ], [ 120.3915861, 30.1961945 ], [ 120.391556, 30.1964549 ], [ 120.3915509, 30.1966199 ], [ 120.3915525, 30.1967253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜利东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3915525, 30.1967253 ], [ 120.3915509, 30.1966199 ], [ 120.391556, 30.1964549 ], [ 120.3915861, 30.1961945 ], [ 120.3915208, 30.1946577 ], [ 120.3914227, 30.1924824 ], [ 120.3913902, 30.1917622 ], [ 120.3914003, 30.1915495 ], [ 120.3914405, 30.1913715 ], [ 120.391561, 30.1912239 ], [ 120.3917901, 30.1910365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4026872, 30.1938142 ], [ 120.4027068, 30.1939713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4471929, 30.1936554 ], [ 120.4474474, 30.1943886 ], [ 120.4475755, 30.1947707 ], [ 120.4477866, 30.1953524 ], [ 120.4478727, 30.1955401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4476958, 30.1955996 ], [ 120.4476011, 30.1953965 ], [ 120.4475012, 30.1951272 ], [ 120.4473328, 30.194673 ], [ 120.4469851, 30.1937244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4469851, 30.1937244 ], [ 120.4461073, 30.194012 ], [ 120.4398658, 30.195699 ], [ 120.4395769, 30.195777 ], [ 120.4392337, 30.1958698 ], [ 120.4391012, 30.1959082 ], [ 120.438385, 30.1961157 ], [ 120.4374811, 30.1964411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4476958, 30.1955996 ], [ 120.4478727, 30.1955401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4570599, 30.1901992 ], [ 120.4572786, 30.190589 ], [ 120.4578859, 30.1922216 ], [ 120.4598554, 30.1971657 ], [ 120.4612722, 30.2005863 ], [ 120.4613999, 30.2008982 ], [ 120.4614277, 30.2009662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4612942, 30.2009907 ], [ 120.459761, 30.1971621 ], [ 120.4577869, 30.1922334 ], [ 120.4571106, 30.1905046 ], [ 120.4570599, 30.1901992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4478727, 30.1955401 ], [ 120.4479238, 30.1956514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4477443, 30.1957055 ], [ 120.4476958, 30.1955996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4479238, 30.1956514 ], [ 120.4477443, 30.1957055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4464652, 30.1959307 ], [ 120.4476958, 30.1955996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4027068, 30.1939713 ], [ 120.4026872, 30.1938142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4026872, 30.1938142 ], [ 120.4038045, 30.1939327 ], [ 120.4039049, 30.1939433 ], [ 120.4044942, 30.1940484 ], [ 120.4054682, 30.1942222 ], [ 120.4074744, 30.1943254 ], [ 120.407791, 30.1943268 ], [ 120.4078737, 30.1943272 ], [ 120.4081897, 30.1943286 ], [ 120.4083019, 30.1943291 ], [ 120.4100181, 30.1942469 ], [ 120.4110501, 30.1943095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4110501, 30.1943095 ], [ 120.4111671, 30.1943167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "八柯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4111671, 30.1943167 ], [ 120.4116158, 30.1943439 ], [ 120.4129685, 30.194531 ], [ 120.4132251, 30.1945665 ], [ 120.4134854, 30.1946023 ], [ 120.4160575, 30.194956 ], [ 120.4173259, 30.194781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3970283, 30.1936569 ], [ 120.3969545, 30.1937796 ], [ 120.3967698, 30.1940748 ], [ 120.3965069, 30.1943638 ], [ 120.3963215, 30.1945118 ], [ 120.3961191, 30.1946734 ], [ 120.3957556, 30.1948856 ], [ 120.3955017, 30.1949876 ], [ 120.3953633, 30.1950432 ], [ 120.394405, 30.195373 ], [ 120.3942453, 30.1954279 ], [ 120.3940268, 30.1955003 ], [ 120.3936653, 30.1956201 ], [ 120.3936276, 30.1956326 ], [ 120.3926827, 30.1959457 ], [ 120.3922458, 30.1961443 ], [ 120.3918991, 30.1963704 ], [ 120.3916256, 30.1966267 ], [ 120.3915525, 30.1967253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3915525, 30.1967253 ], [ 120.3916256, 30.1966267 ], [ 120.3918991, 30.1963704 ], [ 120.3922458, 30.1961443 ], [ 120.3926827, 30.1959457 ], [ 120.3936276, 30.1956326 ], [ 120.3936653, 30.1956201 ], [ 120.3940268, 30.1955003 ], [ 120.3942453, 30.1954279 ], [ 120.394405, 30.195373 ], [ 120.3953633, 30.1950432 ], [ 120.3955017, 30.1949876 ], [ 120.3957556, 30.1948856 ], [ 120.3961191, 30.1946734 ], [ 120.3963215, 30.1945118 ], [ 120.3965069, 30.1943638 ], [ 120.3967698, 30.1940748 ], [ 120.3969545, 30.1937796 ], [ 120.3970283, 30.1936569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4023114, 30.2000239 ], [ 120.4028859, 30.2000255 ], [ 120.4040415, 30.2000288 ], [ 120.4067466, 30.2000365 ], [ 120.4101513, 30.2000462 ], [ 120.4102431, 30.2000465 ], [ 120.4106281, 30.2000476 ], [ 120.4136313, 30.2000466 ], [ 120.4175291, 30.2000454 ], [ 120.4224591, 30.2000571 ], [ 120.4225845, 30.2000574 ], [ 120.4226795, 30.2000576 ], [ 120.4236627, 30.2000599 ], [ 120.4267485, 30.2000672 ], [ 120.4275027, 30.2000742 ], [ 120.4281382, 30.2000466 ], [ 120.4289677, 30.1999782 ], [ 120.4298884, 30.1998247 ], [ 120.4305902, 30.1996685 ], [ 120.4311483, 30.1994973 ], [ 120.4316165, 30.1993288 ], [ 120.4324285, 30.1989638 ], [ 120.4330675, 30.1986287 ], [ 120.4331675, 30.1985762 ], [ 120.4333899, 30.1984596 ], [ 120.4337391, 30.1982485 ], [ 120.434112, 30.1979939 ], [ 120.434189, 30.1979413 ], [ 120.4351678, 30.1973658 ], [ 120.4356178, 30.197096 ], [ 120.4358251, 30.1969875 ], [ 120.4359083, 30.1969439 ], [ 120.4361714, 30.1968062 ], [ 120.437336, 30.196336 ], [ 120.4374095, 30.1963101 ], [ 120.4379748, 30.1961112 ], [ 120.4387121, 30.1958703 ], [ 120.439457, 30.1956775 ], [ 120.43954, 30.1956544 ], [ 120.4398281, 30.1955741 ], [ 120.4399202, 30.1955484 ], [ 120.4404056, 30.1954132 ], [ 120.4426698, 30.1947823 ], [ 120.4460493, 30.193882 ], [ 120.446951, 30.1935954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4027068, 30.1939713 ], [ 120.4025445, 30.1964553 ], [ 120.4023433, 30.1995348 ], [ 120.4023373, 30.1996266 ], [ 120.4023114, 30.2000239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4023114, 30.2000239 ], [ 120.4023373, 30.1996266 ], [ 120.4023433, 30.1995348 ], [ 120.4025445, 30.1964553 ], [ 120.4027068, 30.1939713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "胜利东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3915525, 30.1967253 ], [ 120.3914594, 30.1968507 ], [ 120.3912112, 30.1972988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4477443, 30.1957055 ], [ 120.4465091, 30.1960412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4479238, 30.1956514 ], [ 120.4479905, 30.1957969 ], [ 120.4485155, 30.1971556 ], [ 120.4488384, 30.1979681 ], [ 120.4490171, 30.1984594 ], [ 120.4492516, 30.1991798 ], [ 120.4494968, 30.1999354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4494063, 30.1999603 ], [ 120.4491757, 30.1992595 ], [ 120.4491296, 30.1991218 ], [ 120.4489175, 30.1984887 ], [ 120.4478625, 30.195986 ], [ 120.4477443, 30.1957055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4494063, 30.1999603 ], [ 120.4494968, 30.1999354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4494968, 30.1999354 ], [ 120.4495215, 30.2000114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4494338, 30.2000362 ], [ 120.4494063, 30.1999603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4495215, 30.2000114 ], [ 120.4494338, 30.2000362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4480009, 30.200285 ], [ 120.4494063, 30.1999603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4494338, 30.2000362 ], [ 120.44803, 30.2003857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4614277, 30.2009662 ], [ 120.4612942, 30.2009907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "胜利东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3912112, 30.1972988 ], [ 120.3914594, 30.1968507 ], [ 120.3915525, 30.1967253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4374811, 30.1964411 ], [ 120.4379095, 30.1977041 ], [ 120.438868, 30.1973182 ], [ 120.4394266, 30.1971695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4394266, 30.1971695 ], [ 120.438868, 30.1973182 ], [ 120.4379095, 30.1977041 ], [ 120.4374811, 30.1964411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.390955, 30.197375 ], [ 120.3910051, 30.1973301 ], [ 120.3910688, 30.1973009 ], [ 120.3911398, 30.1972901 ], [ 120.3912112, 30.1972988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3912112, 30.1972988 ], [ 120.391276, 30.1973261 ], [ 120.3913278, 30.1973694 ], [ 120.3913641, 30.197431 ], [ 120.3913739, 30.1974997 ], [ 120.3913558, 30.1975671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3910919, 30.1976833 ], [ 120.3910182, 30.1976562 ], [ 120.3909597, 30.1976091 ], [ 120.3909258, 30.197554 ], [ 120.3909133, 30.1974927 ], [ 120.3909234, 30.197431 ], [ 120.390955, 30.197375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3913558, 30.1975671 ], [ 120.3913122, 30.1976251 ], [ 120.3912483, 30.1976667 ], [ 120.3911718, 30.1976869 ], [ 120.3910919, 30.1976833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4374811, 30.1964411 ], [ 120.4373984, 30.1964709 ], [ 120.4365735, 30.1967783 ], [ 120.43594, 30.1970888 ], [ 120.4358558, 30.19713 ], [ 120.435622, 30.1972446 ], [ 120.4350185, 30.1976059 ], [ 120.4342377, 30.1980642 ], [ 120.4335835, 30.1984913 ], [ 120.4333686, 30.1986145 ], [ 120.4332737, 30.1986689 ], [ 120.4329362, 30.1988624 ], [ 120.4323367, 30.1991439 ], [ 120.4317256, 30.1994205 ], [ 120.431136, 30.1996457 ], [ 120.4305963, 30.1997881 ], [ 120.4298381, 30.1999554 ], [ 120.4290002, 30.2001011 ], [ 120.4283146, 30.2001701 ], [ 120.4275169, 30.2002025 ], [ 120.4268697, 30.2002073 ], [ 120.4227111, 30.2001901 ], [ 120.4226161, 30.2001897 ], [ 120.4225032, 30.2001892 ], [ 120.4211503, 30.2001836 ], [ 120.4175356, 30.2001686 ], [ 120.4135554, 30.2001673 ], [ 120.4106968, 30.2001664 ], [ 120.4103021, 30.2001651 ], [ 120.4102008, 30.2001648 ], [ 120.4039778, 30.2001442 ], [ 120.4023347, 30.2001387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3910919, 30.1976833 ], [ 120.3910869, 30.1979061 ], [ 120.3911337, 30.1983525 ], [ 120.3912157, 30.2000076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3912157, 30.2000076 ], [ 120.3911337, 30.1983525 ], [ 120.3910869, 30.1979061 ], [ 120.3910919, 30.1976833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4612942, 30.2009907 ], [ 120.4614277, 30.2009662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4495215, 30.2000114 ], [ 120.4495674, 30.200153 ], [ 120.4497637, 30.200732 ], [ 120.4499248, 30.201207 ], [ 120.4500651, 30.2015712 ], [ 120.4503268, 30.2022822 ], [ 120.4504062, 30.2025208 ], [ 120.450556, 30.2029107 ], [ 120.4506286, 30.203028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4505491, 30.2030607 ], [ 120.4504478, 30.2029363 ], [ 120.4503066, 30.2025523 ], [ 120.4502107, 30.2022757 ], [ 120.4499198, 30.2014371 ], [ 120.4496151, 30.200559 ], [ 120.4494338, 30.2000362 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4506286, 30.203028 ], [ 120.4507366, 30.2029879 ], [ 120.451091, 30.2029168 ], [ 120.4511553, 30.2029043 ], [ 120.4540366, 30.2023437 ], [ 120.4557192, 30.2020164 ], [ 120.4560459, 30.2019528 ], [ 120.4574799, 30.2016899 ], [ 120.459741, 30.2012754 ], [ 120.4612942, 30.2009907 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4612942, 30.2009907 ], [ 120.459741, 30.2012754 ], [ 120.4574799, 30.2016899 ], [ 120.4560459, 30.2019528 ], [ 120.4557192, 30.2020164 ], [ 120.4540366, 30.2023437 ], [ 120.4511553, 30.2029043 ], [ 120.451091, 30.2029168 ], [ 120.4507366, 30.2029879 ], [ 120.4506286, 30.203028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4506286, 30.203028 ], [ 120.4505491, 30.2030607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4505491, 30.2030607 ], [ 120.4506286, 30.203028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4420507, 30.2046852 ], [ 120.4436486, 30.2043793 ], [ 120.445655, 30.2039951 ], [ 120.4458198, 30.2039636 ], [ 120.4463351, 30.2038649 ], [ 120.4482358, 30.203501 ], [ 120.4491463, 30.2033267 ], [ 120.4498543, 30.2032129 ], [ 120.4505491, 30.2030607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4505491, 30.2030607 ], [ 120.4498543, 30.2032129 ], [ 120.4491463, 30.2033267 ], [ 120.4482358, 30.203501 ], [ 120.4463351, 30.2038649 ], [ 120.4458198, 30.2039636 ], [ 120.445655, 30.2039951 ], [ 120.4436486, 30.2043793 ], [ 120.4420507, 30.2046852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4420507, 30.2046852 ], [ 120.4395872, 30.2051162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3912157, 30.2000076 ], [ 120.3921398, 30.2000083 ], [ 120.3923447, 30.2000084 ], [ 120.3931018, 30.1999944 ], [ 120.3933562, 30.1999896 ], [ 120.3962118, 30.2000087 ], [ 120.3972627, 30.1999961 ], [ 120.3994616, 30.2000082 ], [ 120.4017091, 30.20002 ], [ 120.4023114, 30.2000239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3912222, 30.2001382 ], [ 120.3912157, 30.2000076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3912157, 30.2000076 ], [ 120.3912222, 30.2001382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4023347, 30.2001387 ], [ 120.4023114, 30.2000239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4023114, 30.2000239 ], [ 120.4023347, 30.2001387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4023347, 30.2001387 ], [ 120.4016995, 30.2001363 ], [ 120.3993886, 30.2001278 ], [ 120.3974491, 30.2001206 ], [ 120.3963083, 30.2001383 ], [ 120.3935423, 30.2001233 ], [ 120.3912222, 30.2001382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3913558, 30.1975671 ], [ 120.3921265, 30.1979611 ], [ 120.3931845, 30.1985073 ], [ 120.3936981, 30.1988513 ], [ 120.3957119, 30.2002992 ], [ 120.3965991, 30.2009018 ], [ 120.3976017, 30.2015829 ], [ 120.3993644, 30.2028814 ], [ 120.3998476, 30.2032373 ], [ 120.4001025, 30.2034251 ], [ 120.4023763, 30.2054061 ], [ 120.4032324, 30.2058155 ], [ 120.4044962, 30.2064199 ], [ 120.4049513, 30.2066753 ], [ 120.4063076, 30.2074364 ], [ 120.4063725, 30.2074728 ], [ 120.4068948, 30.2075174 ], [ 120.4071941, 30.2075246 ], [ 120.4094798, 30.2075795 ], [ 120.4107166, 30.2075198 ], [ 120.4113761, 30.2074659 ], [ 120.4117595, 30.2074435 ], [ 120.4142594, 30.207263 ], [ 120.418036, 30.2069902 ], [ 120.4231803, 30.2066118 ], [ 120.4283089, 30.2062345 ], [ 120.4316455, 30.2059471 ], [ 120.4332656, 30.2060444 ], [ 120.4353433, 30.2058445 ], [ 120.4357831, 30.2057749 ], [ 120.4362018, 30.2057086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4362018, 30.2057086 ], [ 120.4357831, 30.2057749 ], [ 120.4353433, 30.2058445 ], [ 120.4332656, 30.2060444 ], [ 120.4316455, 30.2059471 ], [ 120.4283089, 30.2062345 ], [ 120.4231803, 30.2066118 ], [ 120.418036, 30.2069902 ], [ 120.4142594, 30.207263 ], [ 120.4117595, 30.2074435 ], [ 120.4113761, 30.2074659 ], [ 120.4107166, 30.2075198 ], [ 120.4094798, 30.2075795 ], [ 120.4071941, 30.2075246 ], [ 120.4068948, 30.2075174 ], [ 120.4063725, 30.2074728 ], [ 120.4063076, 30.2074364 ], [ 120.4049513, 30.2066753 ], [ 120.4044962, 30.2064199 ], [ 120.4032324, 30.2058155 ], [ 120.4023763, 30.2054061 ], [ 120.4001025, 30.2034251 ], [ 120.3998476, 30.2032373 ], [ 120.3993644, 30.2028814 ], [ 120.3976017, 30.2015829 ], [ 120.3965991, 30.2009018 ], [ 120.3957119, 30.2002992 ], [ 120.3936981, 30.1988513 ], [ 120.3931845, 30.1985073 ], [ 120.3921265, 30.1979611 ], [ 120.3913558, 30.1975671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4362018, 30.2057086 ], [ 120.4381408, 30.2053693 ], [ 120.4395872, 30.2051162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4395872, 30.2051162 ], [ 120.4381408, 30.2053693 ], [ 120.4362018, 30.2057086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4395872, 30.2051162 ], [ 120.4420507, 30.2046852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东灵北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4614277, 30.2009662 ], [ 120.4616161, 30.2015752 ], [ 120.4623128, 30.2033118 ], [ 120.4641586, 30.2078254 ], [ 120.4647502, 30.209359 ], [ 120.4651215, 30.2103214 ], [ 120.4654988, 30.2111487 ], [ 120.4656445, 30.2115625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4655487, 30.2115873 ], [ 120.465392, 30.2111735 ], [ 120.4650302, 30.2103325 ], [ 120.4647578, 30.2096512 ], [ 120.464042, 30.2078615 ], [ 120.4612942, 30.2009907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4429873, 30.2082025 ], [ 120.4429433, 30.2080574 ], [ 120.442932, 30.2080147 ], [ 120.4420507, 30.2046852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4420507, 30.2046852 ], [ 120.442932, 30.2080147 ], [ 120.4429433, 30.2080574 ], [ 120.4429873, 30.2082025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4506286, 30.203028 ], [ 120.4507015, 30.2031363 ], [ 120.450823, 30.2034577 ], [ 120.4513114, 30.2047492 ], [ 120.4518698, 30.2062729 ], [ 120.4520883, 30.2068971 ], [ 120.4522218, 30.2072774 ], [ 120.4525071, 30.2082083 ], [ 120.4527225, 30.2089138 ], [ 120.4529501, 30.2096323 ], [ 120.4531777, 30.2102539 ], [ 120.4532596, 30.2105084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4531956, 30.2105874 ], [ 120.4528693, 30.2096438 ], [ 120.4525777, 30.2086927 ], [ 120.4522532, 30.2076346 ], [ 120.4521658, 30.2073574 ], [ 120.4520095, 30.2068612 ], [ 120.4513397, 30.2050381 ], [ 120.4510044, 30.204131 ], [ 120.4508605, 30.2037613 ], [ 120.4506364, 30.2031857 ], [ 120.4505491, 30.2030607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4429873, 30.2082025 ], [ 120.4405897, 30.2088519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4405897, 30.2088519 ], [ 120.4429873, 30.2082025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4794752, 30.2073062 ], [ 120.4771554, 30.208051 ], [ 120.4760406, 30.2084089 ], [ 120.475806, 30.2084842 ], [ 120.4732954, 30.2092903 ], [ 120.4727595, 30.2094756 ], [ 120.470345, 30.2103102 ], [ 120.4702616, 30.2103324 ], [ 120.4688119, 30.2107186 ], [ 120.4676701, 30.2110227 ], [ 120.4674251, 30.2110879 ], [ 120.4661507, 30.2114274 ], [ 120.4656445, 30.2115625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4916792, 30.1840692 ], [ 120.4919061, 30.1846949 ], [ 120.4920503, 30.1851044 ], [ 120.4920686, 30.1851563 ], [ 120.4922244, 30.1855986 ], [ 120.4922678, 30.185722 ], [ 120.49231, 30.1858418 ], [ 120.492357, 30.1859592 ], [ 120.4928868, 30.1872824 ], [ 120.4930439, 30.1876817 ], [ 120.4933163, 30.1883739 ], [ 120.493595, 30.1891131 ], [ 120.4939597, 30.1900802 ], [ 120.4939765, 30.1901247 ], [ 120.4940048, 30.1901963 ], [ 120.494046, 30.1903004 ], [ 120.4943477, 30.1910633 ], [ 120.494406, 30.1912106 ], [ 120.494898, 30.1925905 ], [ 120.495301, 30.1937205 ], [ 120.495701, 30.1947206 ], [ 120.4957332, 30.194801 ], [ 120.4957856, 30.194932 ], [ 120.49581, 30.1949929 ], [ 120.4959047, 30.1952403 ], [ 120.4959696, 30.1953176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4959696, 30.1953176 ], [ 120.4937307, 30.1959395 ], [ 120.4920584, 30.196404 ], [ 120.4917677, 30.1964843 ], [ 120.4900539, 30.1969581 ], [ 120.4890347, 30.1971922 ], [ 120.4883327, 30.1973127 ], [ 120.4880868, 30.1973549 ], [ 120.4879954, 30.1973706 ], [ 120.4865765, 30.1974716 ], [ 120.4861592, 30.1975014 ], [ 120.4836041, 30.1976833 ], [ 120.483355, 30.197701 ], [ 120.4831585, 30.197715 ], [ 120.4822435, 30.1977802 ], [ 120.480324, 30.1979169 ], [ 120.4802532, 30.1979219 ], [ 120.4800642, 30.1979409 ], [ 120.4798349, 30.1979639 ], [ 120.4780114, 30.1980818 ], [ 120.4767312, 30.1981645 ], [ 120.4763499, 30.1981892 ], [ 120.4761533, 30.1982026 ], [ 120.4760883, 30.1982144 ], [ 120.4726865, 30.198833 ], [ 120.4724757, 30.1988729 ], [ 120.4722554, 30.1989146 ], [ 120.4688815, 30.1995539 ], [ 120.4686653, 30.1995949 ], [ 120.4679506, 30.1997303 ], [ 120.4676264, 30.1997917 ], [ 120.4637121, 30.2005334 ], [ 120.463361, 30.2005999 ], [ 120.4632795, 30.2006153 ], [ 120.4614277, 30.2009662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4614277, 30.2009662 ], [ 120.4632795, 30.2006153 ], [ 120.463361, 30.2005999 ], [ 120.4637121, 30.2005334 ], [ 120.4676264, 30.1997917 ], [ 120.4679506, 30.1997303 ], [ 120.4686653, 30.1995949 ], [ 120.4688815, 30.1995539 ], [ 120.4722554, 30.1989146 ], [ 120.4724757, 30.1988729 ], [ 120.4726865, 30.198833 ], [ 120.4760883, 30.1982144 ], [ 120.4761533, 30.1982026 ], [ 120.4763499, 30.1981892 ], [ 120.4767312, 30.1981645 ], [ 120.4780114, 30.1980818 ], [ 120.4798349, 30.1979639 ], [ 120.4800642, 30.1979409 ], [ 120.4802532, 30.1979219 ], [ 120.480324, 30.1979169 ], [ 120.4822435, 30.1977802 ], [ 120.4831585, 30.197715 ], [ 120.483355, 30.197701 ], [ 120.4836041, 30.1976833 ], [ 120.4861592, 30.1975014 ], [ 120.4865765, 30.1974716 ], [ 120.4879954, 30.1973706 ], [ 120.4880868, 30.1973549 ], [ 120.4883327, 30.1973127 ], [ 120.4890347, 30.1971922 ], [ 120.4900539, 30.1969581 ], [ 120.4917677, 30.1964843 ], [ 120.4920584, 30.196404 ], [ 120.4937307, 30.1959395 ], [ 120.4959696, 30.1953176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4914657, 30.2269686 ], [ 120.4908234, 30.227103 ], [ 120.4901865, 30.2272363 ], [ 120.4870382, 30.2278951 ], [ 120.4867989, 30.2279432 ], [ 120.4866093, 30.2279813 ], [ 120.4853643, 30.2282179 ], [ 120.484605, 30.2283622 ], [ 120.4829866, 30.2286698 ], [ 120.4818165, 30.2288922 ], [ 120.4817586, 30.2289032 ], [ 120.4812069, 30.229008 ], [ 120.4809961, 30.2290481 ], [ 120.4800487, 30.2292282 ], [ 120.4796937, 30.2292957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4796937, 30.2292957 ], [ 120.4800487, 30.2292282 ], [ 120.4809961, 30.2290481 ], [ 120.4812069, 30.229008 ], [ 120.4817586, 30.2289032 ], [ 120.4818165, 30.2288922 ], [ 120.4829866, 30.2286698 ], [ 120.484605, 30.2283622 ], [ 120.4853643, 30.2282179 ], [ 120.4866093, 30.2279813 ], [ 120.4867989, 30.2279432 ], [ 120.4870382, 30.2278951 ], [ 120.4901865, 30.2272363 ], [ 120.4908234, 30.227103 ], [ 120.4914657, 30.2269686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4921504, 30.2297997 ], [ 120.4920892, 30.2295466 ], [ 120.4915601, 30.2273589 ], [ 120.4914657, 30.2269686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4914657, 30.2269686 ], [ 120.4915601, 30.2273589 ], [ 120.4920892, 30.2295466 ], [ 120.4921504, 30.2297997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4736178, 30.2275507 ], [ 120.4737513, 30.2279614 ], [ 120.4745057, 30.2303044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4744291, 30.2303184 ], [ 120.4736508, 30.2279599 ], [ 120.473525, 30.2275709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4745057, 30.2303044 ], [ 120.4767124, 30.2298625 ], [ 120.4773316, 30.2297297 ], [ 120.4779126, 30.2296225 ], [ 120.4793277, 30.2293316 ], [ 120.4796937, 30.2292957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604166, 30.1424898 ], [ 120.2565374, 30.1424879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631452, 30.1425596 ], [ 120.2604166, 30.1424898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604166, 30.1424898 ], [ 120.2631452, 30.1425596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603831, 30.1445634 ], [ 120.2567852, 30.1444374 ], [ 120.2564852, 30.1440973 ], [ 120.2565374, 30.1424879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2565374, 30.1424879 ], [ 120.2564852, 30.1440973 ], [ 120.2567852, 30.1444374 ], [ 120.2603831, 30.1445634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603831, 30.1445634 ], [ 120.260335, 30.1431108 ], [ 120.2604166, 30.1424898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604166, 30.1424898 ], [ 120.260335, 30.1431108 ], [ 120.2603831, 30.1445634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603831, 30.1445634 ], [ 120.2631252, 30.1446445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631252, 30.1446445 ], [ 120.2603831, 30.1445634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604645, 30.1470229 ], [ 120.2603831, 30.1445634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567963, 30.1469402 ], [ 120.2567255, 30.1467611 ], [ 120.2566276, 30.1466574 ], [ 120.2564249, 30.1465813 ], [ 120.2558987, 30.1465437 ], [ 120.2551385, 30.1465376 ], [ 120.2548267, 30.1465414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548267, 30.1465414 ], [ 120.2551385, 30.1465376 ], [ 120.2558987, 30.1465437 ], [ 120.2564249, 30.1465813 ], [ 120.2566276, 30.1466574 ], [ 120.2567255, 30.1467611 ], [ 120.2567963, 30.1469402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548267, 30.1465414 ], [ 120.2548795, 30.1466915 ], [ 120.2550269, 30.1471588 ], [ 120.2550641, 30.1472807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550641, 30.1472807 ], [ 120.2550269, 30.1471588 ], [ 120.2548795, 30.1466915 ], [ 120.2548267, 30.1465414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567963, 30.1469402 ], [ 120.2550528, 30.1469188 ], [ 120.2546599, 30.146914 ], [ 120.2532607, 30.1468905 ], [ 120.2528401, 30.1468861 ], [ 120.2526977, 30.1468869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526977, 30.1468869 ], [ 120.2528401, 30.1468861 ], [ 120.2532607, 30.1468905 ], [ 120.2546599, 30.146914 ], [ 120.2550528, 30.1469188 ], [ 120.2567963, 30.1469402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567963, 30.1469402 ], [ 120.2567593, 30.1471092 ], [ 120.2566969, 30.1472002 ], [ 120.2565486, 30.1472726 ], [ 120.2563731, 30.1473089 ], [ 120.2553501, 30.1472804 ], [ 120.2550641, 30.1472807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550641, 30.1472807 ], [ 120.2553501, 30.1472804 ], [ 120.2563731, 30.1473089 ], [ 120.2565486, 30.1472726 ], [ 120.2566969, 30.1472002 ], [ 120.2567593, 30.1471092 ], [ 120.2567963, 30.1469402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.25379, 30.1520445 ], [ 120.2537663, 30.1509814 ], [ 120.2537234, 30.1502624 ], [ 120.2536754, 30.1498339 ], [ 120.2536242, 30.1494536 ], [ 120.2535566, 30.1491997 ], [ 120.2534571, 30.1488939 ], [ 120.2533123, 30.1484647 ], [ 120.253213, 30.1481971 ], [ 120.2528983, 30.1474211 ], [ 120.2526977, 30.1468869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526977, 30.1468869 ], [ 120.2528983, 30.1474211 ], [ 120.253213, 30.1481971 ], [ 120.2533123, 30.1484647 ], [ 120.2534571, 30.1488939 ], [ 120.2535566, 30.1491997 ], [ 120.2536242, 30.1494536 ], [ 120.2536754, 30.1498339 ], [ 120.2537234, 30.1502624 ], [ 120.2537663, 30.1509814 ], [ 120.25379, 30.1520445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心南路", "潘水三桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631368, 30.1471152 ], [ 120.2631408, 30.1469489 ], [ 120.2631446, 30.1465003 ], [ 120.2631234, 30.1463225 ], [ 120.2631192, 30.1460666 ], [ 120.2631116, 30.1456071 ], [ 120.2631221, 30.1448674 ], [ 120.2631252, 30.1446445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631368, 30.1471152 ], [ 120.2633311, 30.1471275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633311, 30.1471275 ], [ 120.2631368, 30.1471152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682722, 30.147283 ], [ 120.2675935, 30.1472662 ], [ 120.2649917, 30.1471919 ], [ 120.2635848, 30.1471435 ], [ 120.2633311, 30.1471275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633311, 30.1471275 ], [ 120.2635848, 30.1471435 ], [ 120.2649917, 30.1471919 ], [ 120.2675935, 30.1472662 ], [ 120.2682722, 30.147283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心南路", "潘水二桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630894, 30.1521056 ], [ 120.2630919, 30.1511019 ], [ 120.263095, 30.1498952 ], [ 120.2631149, 30.149578 ], [ 120.2631216, 30.1491951 ], [ 120.2631199, 30.1484068 ], [ 120.2631197, 30.1482932 ], [ 120.2631368, 30.1471152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633311, 30.1471275 ], [ 120.2633237, 30.1480401 ], [ 120.2633222, 30.1480936 ], [ 120.2632912, 30.1491791 ], [ 120.2632927, 30.1495848 ], [ 120.2632775, 30.1499046 ], [ 120.2632709, 30.1500791 ], [ 120.2632669, 30.1505219 ], [ 120.2632576, 30.1515491 ], [ 120.2632463, 30.1521062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2680362, 30.1542132 ], [ 120.2680362, 30.1533133 ], [ 120.2680349, 30.1527347 ], [ 120.2680415, 30.1522207 ], [ 120.2680453, 30.1518329 ], [ 120.2680469, 30.1516667 ], [ 120.268072, 30.1509074 ], [ 120.2680769, 30.1507582 ], [ 120.2681153, 30.1500112 ], [ 120.2681231, 30.1498589 ], [ 120.2682417, 30.1478877 ], [ 120.2682722, 30.147283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682722, 30.147283 ], [ 120.2682417, 30.1478877 ], [ 120.2681231, 30.1498589 ], [ 120.2681153, 30.1500112 ], [ 120.2680769, 30.1507582 ], [ 120.268072, 30.1509074 ], [ 120.2680469, 30.1516667 ], [ 120.2680453, 30.1518329 ], [ 120.2680415, 30.1522207 ], [ 120.2680349, 30.1527347 ], [ 120.2680362, 30.1533133 ], [ 120.2680362, 30.1542132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630894, 30.1521056 ], [ 120.2632463, 30.1521062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560786, 30.1518157 ], [ 120.2557042, 30.1500074 ], [ 120.2554038, 30.1485508 ], [ 120.2550641, 30.1472807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550641, 30.1472807 ], [ 120.2554038, 30.1485508 ], [ 120.2557042, 30.1500074 ], [ 120.2560786, 30.1518157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560786, 30.1518157 ], [ 120.2562245, 30.1518257 ], [ 120.2569702, 30.1518396 ], [ 120.2571732, 30.1518568 ], [ 120.2573135, 30.1518767 ], [ 120.2573824, 30.1519357 ], [ 120.2573993, 30.1520066 ], [ 120.2574102, 30.1520979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2574102, 30.1520979 ], [ 120.2573993, 30.1520066 ], [ 120.2573824, 30.1519357 ], [ 120.2573135, 30.1518767 ], [ 120.2571732, 30.1518568 ], [ 120.2569702, 30.1518396 ], [ 120.2562245, 30.1518257 ], [ 120.2560786, 30.1518157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561788, 30.1523202 ], [ 120.2561709, 30.1522803 ], [ 120.2561441, 30.1521411 ], [ 120.2560956, 30.1518722 ], [ 120.2560786, 30.1518157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560786, 30.1518157 ], [ 120.2560956, 30.1518722 ], [ 120.2561441, 30.1521411 ], [ 120.2561709, 30.1522803 ], [ 120.2561788, 30.1523202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.25379, 30.1520445 ], [ 120.2557471, 30.1520484 ], [ 120.2562291, 30.1520516 ], [ 120.2574102, 30.1520979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2574102, 30.1520979 ], [ 120.2562291, 30.1520516 ], [ 120.2557471, 30.1520484 ], [ 120.25379, 30.1520445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561788, 30.1523202 ], [ 120.2567342, 30.1523267 ], [ 120.2571097, 30.1523174 ], [ 120.2572921, 30.1522849 ], [ 120.2573831, 30.1522216 ], [ 120.2574102, 30.1520979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2574102, 30.1520979 ], [ 120.2573831, 30.1522216 ], [ 120.2572921, 30.1522849 ], [ 120.2571097, 30.1523174 ], [ 120.2567342, 30.1523267 ], [ 120.2561788, 30.1523202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘右路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603831, 30.1445634 ], [ 120.2604645, 30.1470229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604645, 30.1470229 ], [ 120.2575555, 30.1469495 ], [ 120.2567963, 30.1469402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567963, 30.1469402 ], [ 120.2575555, 30.1469495 ], [ 120.2604645, 30.1470229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604645, 30.1470229 ], [ 120.2619734, 30.1470609 ], [ 120.2631368, 30.1471152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631368, 30.1471152 ], [ 120.2619734, 30.1470609 ], [ 120.2604645, 30.1470229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630894, 30.1521056 ], [ 120.2616101, 30.1521065 ], [ 120.2611864, 30.1521068 ], [ 120.2595962, 30.1521078 ], [ 120.2591876, 30.1521085 ], [ 120.2587346, 30.1521183 ], [ 120.2585229, 30.1521229 ], [ 120.2584424, 30.1521246 ], [ 120.257583, 30.1521024 ], [ 120.2574102, 30.1520979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2574102, 30.1520979 ], [ 120.257583, 30.1521024 ], [ 120.2584424, 30.1521246 ], [ 120.2585229, 30.1521229 ], [ 120.2587346, 30.1521183 ], [ 120.2591876, 30.1521085 ], [ 120.2595962, 30.1521078 ], [ 120.2611864, 30.1521068 ], [ 120.2616101, 30.1521065 ], [ 120.2630894, 30.1521056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607273, 30.1565611 ], [ 120.2607271, 30.1567682 ], [ 120.2607265, 30.1573828 ], [ 120.2607157, 30.1582155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607157, 30.1582155 ], [ 120.2607265, 30.1573828 ], [ 120.2607271, 30.1567682 ], [ 120.2607273, 30.1565611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262978, 30.1582054 ], [ 120.2619318, 30.1582035 ], [ 120.2607157, 30.1582155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477855, 30.1519566 ], [ 120.248342, 30.1519661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248342, 30.1519661 ], [ 120.2486526, 30.1519714 ], [ 120.248768, 30.1519734 ], [ 120.2506979, 30.1520064 ], [ 120.2531076, 30.1520361 ], [ 120.2533033, 30.1520385 ], [ 120.25379, 30.1520445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "潘水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.25379, 30.1520445 ], [ 120.2533033, 30.1520385 ], [ 120.2531076, 30.1520361 ], [ 120.2506979, 30.1520064 ], [ 120.248768, 30.1519734 ], [ 120.2486526, 30.1519714 ], [ 120.248342, 30.1519661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471031, 30.1539011 ], [ 120.2474661, 30.1530053 ], [ 120.2474876, 30.1528778 ], [ 120.2475318, 30.1526161 ], [ 120.2476434, 30.151955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "博奥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477855, 30.1519566 ], [ 120.2476803, 30.1526601 ], [ 120.247641, 30.1529231 ], [ 120.2476002, 30.153196 ], [ 120.2473136, 30.1539713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈家里路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248342, 30.1519661 ], [ 120.2482931, 30.1529832 ], [ 120.2482887, 30.1531203 ], [ 120.2482877, 30.1531502 ], [ 120.2483467, 30.15328 ], [ 120.2486847, 30.1538181 ], [ 120.2487062, 30.1539387 ], [ 120.2487062, 30.1540547 ], [ 120.2485769, 30.1543825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈家里路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485769, 30.1543825 ], [ 120.2487062, 30.1540547 ], [ 120.2487062, 30.1539387 ], [ 120.2486847, 30.1538181 ], [ 120.2483467, 30.15328 ], [ 120.2482877, 30.1531502 ], [ 120.2482887, 30.1531203 ], [ 120.2482931, 30.1529832 ], [ 120.248342, 30.1519661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471031, 30.1539011 ], [ 120.2473136, 30.1539713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473136, 30.1539713 ], [ 120.2471031, 30.1539011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473136, 30.1539713 ], [ 120.2485769, 30.1543825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632463, 30.1521062 ], [ 120.2630894, 30.1521056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630369, 30.154265 ], [ 120.2630491, 30.153969 ], [ 120.2630386, 30.15374 ], [ 120.26304, 30.1536716 ], [ 120.2630589, 30.1527795 ], [ 120.2630894, 30.1521056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心南路", "市心中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632463, 30.1521062 ], [ 120.2632567, 30.1527662 ], [ 120.2632459, 30.1536583 ], [ 120.2632442, 30.1537478 ], [ 120.2632571, 30.154266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "道源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632571, 30.154266 ], [ 120.2636284, 30.1542701 ], [ 120.2641196, 30.1542661 ], [ 120.2651172, 30.1542501 ], [ 120.2675726, 30.1542191 ], [ 120.2680362, 30.1542132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "道源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2680362, 30.1542132 ], [ 120.2675726, 30.1542191 ], [ 120.2651172, 30.1542501 ], [ 120.2641196, 30.1542661 ], [ 120.2636284, 30.1542701 ], [ 120.2632571, 30.154266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630369, 30.154265 ], [ 120.2632571, 30.154266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632571, 30.154266 ], [ 120.2630369, 30.154265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2680362, 30.1542132 ], [ 120.2679933, 30.1544729 ], [ 120.2679718, 30.1546306 ], [ 120.2678881, 30.1550988 ], [ 120.2678408, 30.1553635 ], [ 120.2677512, 30.1558641 ], [ 120.2676787, 30.1562695 ], [ 120.2676671, 30.1563343 ], [ 120.2675276, 30.1572063 ], [ 120.2674203, 30.1577166 ], [ 120.2673281, 30.1582077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673281, 30.1582077 ], [ 120.2674203, 30.1577166 ], [ 120.2675276, 30.1572063 ], [ 120.2676671, 30.1563343 ], [ 120.2676787, 30.1562695 ], [ 120.2677512, 30.1558641 ], [ 120.2678408, 30.1553635 ], [ 120.2678881, 30.1550988 ], [ 120.2679718, 30.1546306 ], [ 120.2679933, 30.1544729 ], [ 120.2680362, 30.1542132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632571, 30.154266 ], [ 120.2632495, 30.1550123 ], [ 120.2632464, 30.1551117 ], [ 120.2632327, 30.155558 ], [ 120.263184, 30.1582034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573295, 30.1582406 ], [ 120.2571579, 30.1571229 ], [ 120.2569112, 30.155903 ], [ 120.2568897, 30.1557638 ], [ 120.2564498, 30.1536858 ], [ 120.2561788, 30.1523202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561788, 30.1523202 ], [ 120.2564498, 30.1536858 ], [ 120.2568897, 30.1557638 ], [ 120.2569112, 30.155903 ], [ 120.2571579, 30.1571229 ], [ 120.2573295, 30.1582406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541258, 30.1621443 ], [ 120.2540281, 30.1605588 ], [ 120.2539863, 30.1589317 ], [ 120.2539596, 30.1579402 ], [ 120.2539571, 30.1578476 ], [ 120.2539112, 30.1561417 ], [ 120.253879, 30.1549427 ], [ 120.2538788, 30.1549346 ], [ 120.2538706, 30.1546696 ], [ 120.2538085, 30.1526469 ], [ 120.2538008, 30.1523958 ], [ 120.25379, 30.1520445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.25379, 30.1520445 ], [ 120.2538008, 30.1523958 ], [ 120.2538085, 30.1526469 ], [ 120.2538706, 30.1546696 ], [ 120.2538788, 30.1549346 ], [ 120.253879, 30.1549427 ], [ 120.2539112, 30.1561417 ], [ 120.2539571, 30.1578476 ], [ 120.2539596, 30.1579402 ], [ 120.2539863, 30.1589317 ], [ 120.2540281, 30.1605588 ], [ 120.2541258, 30.1621443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仙家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567571, 30.1623842 ], [ 120.2566695, 30.1603398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仙家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2566695, 30.1603398 ], [ 120.2567571, 30.1623842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252151, 30.1607008 ], [ 120.2526559, 30.1610281 ], [ 120.2532996, 30.1615291 ], [ 120.2538135, 30.161901 ], [ 120.2541258, 30.1621443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541258, 30.1621443 ], [ 120.2538135, 30.161901 ], [ 120.2532996, 30.1615291 ], [ 120.2526559, 30.1610281 ], [ 120.252151, 30.1607008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545474, 30.1624548 ], [ 120.2541258, 30.1621443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541258, 30.1621443 ], [ 120.2545474, 30.1624548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485769, 30.1543825 ], [ 120.2473136, 30.1539713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2513407, 30.1551128 ], [ 120.2485769, 30.1543825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485769, 30.1543825 ], [ 120.2513407, 30.1551128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈家里路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475192, 30.1571556 ], [ 120.2481536, 30.1554555 ], [ 120.2485769, 30.1543825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈家里路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485769, 30.1543825 ], [ 120.2481536, 30.1554555 ], [ 120.2475192, 30.1571556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "西博隧道", "博奥路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2444312, 30.162665 ], [ 120.2448876, 30.1615213 ], [ 120.244962, 30.1611752 ], [ 120.2450776, 30.1601952 ], [ 120.2454979, 30.157838 ], [ 120.2457388, 30.1567161 ], [ 120.2459768, 30.1559397 ], [ 120.2464469, 30.1548515 ], [ 120.2465535, 30.1546869 ], [ 120.2470723, 30.1539771 ], [ 120.2471031, 30.1539011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "西博隧道", "博奥路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473136, 30.1539713 ], [ 120.2472804, 30.1540612 ], [ 120.2468263, 30.1547624 ], [ 120.2466796, 30.1549889 ], [ 120.2461972, 30.1560452 ], [ 120.2459715, 30.1568535 ], [ 120.2458427, 30.1585326 ], [ 120.2457119, 30.1602599 ], [ 120.2456309, 30.1606808 ], [ 120.2452697, 30.1616022 ], [ 120.2447253, 30.1624186 ], [ 120.2445544, 30.162799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252151, 30.1607008 ], [ 120.2515562, 30.1602999 ], [ 120.2507558, 30.159684 ], [ 120.2499812, 30.159139 ], [ 120.2491487, 30.1585884 ], [ 120.2482045, 30.1578695 ], [ 120.2478243, 30.1575009 ], [ 120.2475192, 30.1571556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475192, 30.1571556 ], [ 120.2478243, 30.1575009 ], [ 120.2482045, 30.1578695 ], [ 120.2491487, 30.1585884 ], [ 120.2499812, 30.159139 ], [ 120.2507558, 30.159684 ], [ 120.2515562, 30.1602999 ], [ 120.252151, 30.1607008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭齿隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475305, 30.1658276 ], [ 120.2484083, 30.1652052 ], [ 120.2493471, 30.1644506 ], [ 120.2503529, 30.1634706 ], [ 120.2511624, 30.162325 ], [ 120.2517091, 30.1615249 ], [ 120.252077, 30.1608389 ], [ 120.252151, 30.1607008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607157, 30.1582155 ], [ 120.2619318, 30.1582035 ], [ 120.262978, 30.1582054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573295, 30.1582406 ], [ 120.2583296, 30.1582348 ], [ 120.2585276, 30.1582325 ], [ 120.2592019, 30.1582252 ], [ 120.2594258, 30.1582228 ], [ 120.2598661, 30.1582203 ], [ 120.2607157, 30.1582155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607157, 30.1582155 ], [ 120.2598661, 30.1582203 ], [ 120.2594258, 30.1582228 ], [ 120.2592019, 30.1582252 ], [ 120.2585276, 30.1582325 ], [ 120.2583296, 30.1582348 ], [ 120.2573295, 30.1582406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607157, 30.1582155 ], [ 120.2607109, 30.1610073 ], [ 120.2607228, 30.1622355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607228, 30.1622355 ], [ 120.2607109, 30.1610073 ], [ 120.2607157, 30.1582155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629153, 30.1622482 ], [ 120.262873, 30.1616155 ], [ 120.2629497, 30.1599533 ], [ 120.2629771, 30.1584191 ], [ 120.262978, 30.1582054 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "体育路", "萧然西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607173, 30.164317 ], [ 120.2592441, 30.164343 ], [ 120.2589278, 30.1643557 ], [ 120.2585986, 30.1643894 ], [ 120.2583757, 30.1633007 ], [ 120.2583235, 30.1630328 ], [ 120.2582428, 30.1626179 ], [ 120.258116, 30.1620876 ], [ 120.2580362, 30.1617561 ], [ 120.2578768, 30.1609445 ], [ 120.2576492, 30.1599232 ], [ 120.2575763, 30.1596677 ], [ 120.2573295, 30.1582406 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "体育路", "萧然西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573295, 30.1582406 ], [ 120.2575763, 30.1596677 ], [ 120.2576492, 30.1599232 ], [ 120.2578768, 30.1609445 ], [ 120.2580362, 30.1617561 ], [ 120.258116, 30.1620876 ], [ 120.2582428, 30.1626179 ], [ 120.2583235, 30.1630328 ], [ 120.2583757, 30.1633007 ], [ 120.2585986, 30.1643894 ], [ 120.2589278, 30.1643557 ], [ 120.2592441, 30.164343 ], [ 120.2607173, 30.164317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607228, 30.1622355 ], [ 120.2629153, 30.1622482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629153, 30.1622482 ], [ 120.2607228, 30.1622355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312421, 30.1543457 ], [ 120.3122754, 30.1543445 ], [ 120.3112581, 30.1543361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3112581, 30.1543361 ], [ 120.3122754, 30.1543445 ], [ 120.312421, 30.1543457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312421, 30.1543457 ], [ 120.3126308, 30.1544244 ], [ 120.3133525, 30.1544412 ], [ 120.3140586, 30.1544576 ], [ 120.3144827, 30.1544674 ], [ 120.3145464, 30.1544689 ], [ 120.3159292, 30.154501 ], [ 120.317041, 30.1545268 ], [ 120.3172573, 30.1545318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3172573, 30.1545318 ], [ 120.317041, 30.1545268 ], [ 120.3159292, 30.154501 ], [ 120.3145464, 30.1544689 ], [ 120.3144827, 30.1544674 ], [ 120.3140586, 30.1544576 ], [ 120.3133525, 30.1544412 ], [ 120.3126308, 30.1544244 ], [ 120.312421, 30.1543457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3160755, 30.1635647 ], [ 120.3129072, 30.1640786 ], [ 120.3128247, 30.1640944 ], [ 120.3121215, 30.1642291 ], [ 120.3117474, 30.1643008 ], [ 120.3095803, 30.1647159 ], [ 120.3094733, 30.1647364 ], [ 120.3093931, 30.1647518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037576, 30.1650491 ], [ 120.3040695, 30.1650503 ], [ 120.3043419, 30.1650513 ], [ 120.3049776, 30.1650571 ], [ 120.3061535, 30.1650678 ], [ 120.3066405, 30.1650722 ], [ 120.3070107, 30.1650652 ], [ 120.3073701, 30.1650119 ], [ 120.3082896, 30.1648278 ], [ 120.309455, 30.1645945 ], [ 120.3097331, 30.1645388 ], [ 120.3107865, 30.1643369 ], [ 120.3120134, 30.1641017 ], [ 120.3127191, 30.1639664 ], [ 120.313509, 30.1638282 ], [ 120.3143251, 30.1636854 ], [ 120.3160476, 30.1634455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3093931, 30.1647518 ], [ 120.3087976, 30.1648659 ], [ 120.3075087, 30.1651365 ], [ 120.3074339, 30.1651471 ], [ 120.306967, 30.1652132 ], [ 120.3037654, 30.1651729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3093931, 30.1647518 ], [ 120.3097932, 30.1664434 ], [ 120.3097733, 30.1668102 ], [ 120.3096562, 30.1689672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3096562, 30.1689672 ], [ 120.3097733, 30.1668102 ], [ 120.3097932, 30.1664434 ], [ 120.3093931, 30.1647518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069966, 30.169322 ], [ 120.3081921, 30.1691507 ], [ 120.3096562, 30.1689672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037105, 30.1651729 ], [ 120.303708, 30.165133 ], [ 120.3037023, 30.1650424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037576, 30.1650491 ], [ 120.3037627, 30.1651304 ], [ 120.3037654, 30.1651729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东瑞四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037654, 30.1651729 ], [ 120.3037105, 30.1651729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998901, 30.1675432 ], [ 120.2984589, 30.1679943 ], [ 120.2982165, 30.1680707 ], [ 120.2970701, 30.1683727 ], [ 120.2964671, 30.1685021 ], [ 120.2960357, 30.1685515 ], [ 120.2955428, 30.1685705 ], [ 120.2952604, 30.1685513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304124, 30.1710146 ], [ 120.304002, 30.169444 ], [ 120.3039639, 30.1689453 ], [ 120.3039305, 30.1684547 ], [ 120.30382, 30.1667199 ], [ 120.3037834, 30.1662957 ], [ 120.3037431, 30.1657902 ], [ 120.3037105, 30.1651729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037654, 30.1651729 ], [ 120.3038193, 30.1658035 ], [ 120.3038488, 30.166309 ], [ 120.303873, 30.1666928 ], [ 120.3038746, 30.1667172 ], [ 120.3040024, 30.1684359 ], [ 120.3040357, 30.1689415 ], [ 120.3040631, 30.1694373 ], [ 120.3041891, 30.1710278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998901, 30.1675432 ], [ 120.2999119, 30.1680794 ], [ 120.2994765, 30.1686096 ], [ 120.2993841, 30.1687196 ], [ 120.2992557, 30.1688724 ], [ 120.298821, 30.1692266 ], [ 120.2983104, 30.1692933 ], [ 120.2977019, 30.1692103 ], [ 120.2967446, 30.1689542 ], [ 120.2952604, 30.1685513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952604, 30.1685513 ], [ 120.2967446, 30.1689542 ], [ 120.2977019, 30.1692103 ], [ 120.2983104, 30.1692933 ], [ 120.298821, 30.1692266 ], [ 120.2992557, 30.1688724 ], [ 120.2993841, 30.1687196 ], [ 120.2994765, 30.1686096 ], [ 120.2999119, 30.1680794 ], [ 120.2998901, 30.1675432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048207, 30.1695845 ], [ 120.3041393, 30.1690761 ], [ 120.3039639, 30.1689453 ], [ 120.3038555, 30.1688577 ], [ 120.3028344, 30.1680762 ], [ 120.3022099, 30.1676598 ], [ 120.301843, 30.1675049 ], [ 120.3017241, 30.1674547 ], [ 120.3015253, 30.1674167 ], [ 120.3013156, 30.1673767 ], [ 120.3010128, 30.1673558 ], [ 120.3005921, 30.1673824 ], [ 120.3002098, 30.1674424 ], [ 120.3000262, 30.1675003 ], [ 120.2998901, 30.1675432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2991652, 30.1717343 ], [ 120.2994307, 30.1708382 ], [ 120.2998637, 30.169376 ], [ 120.2999644, 30.1694102 ], [ 120.2995257, 30.1708116 ], [ 120.2992481, 30.1717296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3096562, 30.1689672 ], [ 120.3081921, 30.1691507 ], [ 120.3069966, 30.169322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3096705, 30.169477 ], [ 120.3096562, 30.1689672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3096562, 30.1689672 ], [ 120.3096705, 30.169477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3096705, 30.169477 ], [ 120.3081794, 30.1693907 ], [ 120.3076961, 30.1693627 ], [ 120.3069966, 30.169322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069966, 30.169322 ], [ 120.3076961, 30.1693627 ], [ 120.3081794, 30.1693907 ], [ 120.3096705, 30.169477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048963, 30.1695713 ], [ 120.3053574, 30.1694906 ], [ 120.3060626, 30.1694211 ], [ 120.3068828, 30.169335 ], [ 120.3069719, 30.1693256 ], [ 120.3069966, 30.169322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069966, 30.169322 ], [ 120.3069719, 30.1693256 ], [ 120.3068828, 30.169335 ], [ 120.3060626, 30.1694211 ], [ 120.3053574, 30.1694906 ], [ 120.3048963, 30.1695713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048207, 30.1695845 ], [ 120.3048963, 30.1695713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048963, 30.1695713 ], [ 120.3048207, 30.1695845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048963, 30.1695713 ], [ 120.3052398, 30.1698454 ], [ 120.3059954, 30.1704408 ], [ 120.3063399, 30.1706996 ], [ 120.3075882, 30.171639 ], [ 120.3081513, 30.1719756 ], [ 120.3086178, 30.1721733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2991652, 30.1717343 ], [ 120.2992481, 30.1717296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992481, 30.1717296 ], [ 120.2992181, 30.1718288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2991368, 30.1718303 ], [ 120.2991652, 30.1717343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992181, 30.1718288 ], [ 120.2991368, 30.1718303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304268, 30.1754845 ], [ 120.3041821, 30.1740651 ], [ 120.3040482, 30.1723074 ], [ 120.3040271, 30.1721277 ], [ 120.3040163, 30.1720356 ], [ 120.3039677, 30.171621 ], [ 120.3039595, 30.171431 ], [ 120.3039247, 30.1709649 ], [ 120.30378, 30.1691559 ], [ 120.3037446, 30.169025 ], [ 120.3036535, 30.1688718 ], [ 120.3028755, 30.1682732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3028755, 30.1682732 ], [ 120.3036535, 30.1688718 ], [ 120.3037446, 30.169025 ], [ 120.30378, 30.1691559 ], [ 120.3039247, 30.1709649 ], [ 120.3039595, 30.171431 ], [ 120.3039677, 30.171621 ], [ 120.3040163, 30.1720356 ], [ 120.3040271, 30.1721277 ], [ 120.3040482, 30.1723074 ], [ 120.3041821, 30.1740651 ], [ 120.304268, 30.1754845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952779, 30.1724001 ], [ 120.2954612, 30.1723695 ], [ 120.2976375, 30.1719693 ], [ 120.2977067, 30.1719566 ], [ 120.2986276, 30.1717873 ], [ 120.2987819, 30.1717609 ], [ 120.298941, 30.171747 ], [ 120.2991652, 30.1717343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2991368, 30.1718303 ], [ 120.2988348, 30.1718468 ], [ 120.2968159, 30.1722047 ], [ 120.2959595, 30.1723713 ], [ 120.2952763, 30.1724917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3043789, 30.1754736 ], [ 120.3043496, 30.1748989 ], [ 120.3042027, 30.1723001 ], [ 120.304193, 30.172128 ], [ 120.3041809, 30.1719142 ], [ 120.3041661, 30.1715913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3042256, 30.1716331 ], [ 120.3042417, 30.172031 ], [ 120.3042477, 30.1721368 ], [ 120.3042561, 30.1722865 ], [ 120.3044036, 30.1748964 ], [ 120.3044424, 30.1754686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985567, 30.1752957 ], [ 120.2986187, 30.1749192 ], [ 120.2986885, 30.1744943 ], [ 120.2987726, 30.1738908 ], [ 120.2988123, 30.1736485 ], [ 120.2989033, 30.1733679 ], [ 120.2989477, 30.1730429 ], [ 120.2989897, 30.1726513 ], [ 120.2990574, 30.1720982 ], [ 120.2991368, 30.1718303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992181, 30.1718288 ], [ 120.2991465, 30.1720655 ], [ 120.2990904, 30.1724854 ], [ 120.2990344, 30.1729134 ], [ 120.2989644, 30.1733534 ], [ 120.2988803, 30.1736078 ], [ 120.2987668, 30.1743716 ], [ 120.2987495, 30.1744879 ], [ 120.2986936, 30.1748762 ], [ 120.2986321, 30.1753033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2950345, 30.175114 ], [ 120.2963637, 30.1751793 ], [ 120.2966611, 30.1751939 ], [ 120.2977574, 30.1752515 ], [ 120.2985567, 30.1752957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985567, 30.1752957 ], [ 120.2986321, 30.1753033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985318, 30.1754362 ], [ 120.2985567, 30.1752957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986321, 30.1753033 ], [ 120.2986123, 30.1754379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985318, 30.1754362 ], [ 120.2979288, 30.1754085 ], [ 120.2971225, 30.1753714 ], [ 120.2964798, 30.1753604 ], [ 120.2959234, 30.17536 ], [ 120.2950573, 30.1753262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986321, 30.1753033 ], [ 120.2990743, 30.175324 ], [ 120.2999397, 30.1753645 ], [ 120.3009322, 30.1753821 ], [ 120.3015581, 30.1754062 ], [ 120.3028192, 30.1754618 ], [ 120.3031895, 30.1754917 ], [ 120.3035276, 30.1755077 ], [ 120.304268, 30.1754845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986123, 30.1754379 ], [ 120.2985318, 30.1754362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3043789, 30.1754736 ], [ 120.3044424, 30.1754686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952779, 30.1724001 ], [ 120.2952763, 30.1724917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294771, 30.1725582 ], [ 120.2947704, 30.1724647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站通路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952763, 30.1724917 ], [ 120.294771, 30.1725582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "站通路", "商河路隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868802, 30.1723355 ], [ 120.2870984, 30.1723022 ], [ 120.2876362, 30.1723247 ], [ 120.288117, 30.172349 ], [ 120.2884149, 30.1723667 ], [ 120.2893254, 30.1724234 ], [ 120.2895961, 30.1724515 ], [ 120.2918098, 30.1727564 ], [ 120.2922206, 30.1727898 ], [ 120.2925677, 30.1727933 ], [ 120.2929943, 30.1727721 ], [ 120.2936453, 30.1726883 ], [ 120.2940358, 30.1725937 ], [ 120.2941836, 30.172565 ], [ 120.2947704, 30.1724647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "站通路", "商河路隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294771, 30.1725582 ], [ 120.2942989, 30.1726448 ], [ 120.2937794, 30.1727508 ], [ 120.2930641, 30.1728552 ], [ 120.2926809, 30.1728733 ], [ 120.2924521, 30.1728767 ], [ 120.2922186, 30.1728721 ], [ 120.2918109, 30.1728476 ], [ 120.289587, 30.1725594 ], [ 120.2894707, 30.1725459 ], [ 120.2889652, 30.1724965 ], [ 120.2887565, 30.1724891 ], [ 120.2884636, 30.1724663 ], [ 120.2880806, 30.1724368 ], [ 120.2876, 30.1724226 ], [ 120.2870775, 30.1723838 ], [ 120.2868802, 30.1723355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952763, 30.1724917 ], [ 120.2952818, 30.172578 ], [ 120.2952527, 30.1728627 ], [ 120.2952364, 30.1730225 ], [ 120.2952176, 30.1732067 ], [ 120.2952115, 30.1732661 ], [ 120.2951345, 30.1740201 ], [ 120.2950552, 30.1748847 ], [ 120.2950345, 30.175114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2946937, 30.1750973 ], [ 120.2948124, 30.1739727 ], [ 120.2948187, 30.1738192 ], [ 120.2948141, 30.1736812 ], [ 120.294771, 30.1725582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2946368, 30.1753116 ], [ 120.2945441, 30.175299 ], [ 120.2946353, 30.1747378 ], [ 120.2946889, 30.1741164 ], [ 120.2946836, 30.1740329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2946937, 30.1750973 ], [ 120.2950345, 30.175114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2946368, 30.1753116 ], [ 120.2946937, 30.1750973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3131327, 30.1733927 ], [ 120.3130101, 30.1733636 ], [ 120.3117169, 30.1730568 ], [ 120.3109552, 30.172876 ], [ 120.3098849, 30.172622 ], [ 120.3092618, 30.1724742 ], [ 120.3086013, 30.1722163 ], [ 120.3079315, 30.1719548 ], [ 120.3075565, 30.1716703 ], [ 120.3063121, 30.1707262 ], [ 120.3059714, 30.1704678 ], [ 120.3058286, 30.1703594 ], [ 120.3052236, 30.1698943 ], [ 120.3048207, 30.1695845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045463, 30.1754626 ], [ 120.3044906, 30.1745845 ], [ 120.304362, 30.1723932 ], [ 120.3043915, 30.1719967 ], [ 120.3043753, 30.1716559 ], [ 120.3043538, 30.1712037 ], [ 120.3042896, 30.1700164 ], [ 120.3042783, 30.1697305 ], [ 120.304299, 30.1696314 ], [ 120.3044317, 30.1695653 ], [ 120.3045349, 30.1695769 ], [ 120.3046382, 30.1696059 ], [ 120.3047441, 30.169693 ], [ 120.3055232, 30.1702773 ], [ 120.3066216, 30.1711295 ], [ 120.3075966, 30.1718437 ], [ 120.3080043, 30.1720744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3080043, 30.1720744 ], [ 120.3075966, 30.1718437 ], [ 120.3066216, 30.1711295 ], [ 120.3055232, 30.1702773 ], [ 120.3047441, 30.169693 ], [ 120.3046382, 30.1696059 ], [ 120.3045349, 30.1695769 ], [ 120.3044317, 30.1695653 ], [ 120.304299, 30.1696314 ], [ 120.3042783, 30.1697305 ], [ 120.3042896, 30.1700164 ], [ 120.3043538, 30.1712037 ], [ 120.3043753, 30.1716559 ], [ 120.3043915, 30.1719967 ], [ 120.304362, 30.1723932 ], [ 120.3044906, 30.1745845 ], [ 120.3045463, 30.1754626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163857, 30.1741935 ], [ 120.3158954, 30.1740702 ], [ 120.3157859, 30.1740426 ], [ 120.3154499, 30.1739581 ], [ 120.314553, 30.1737324 ], [ 120.3143151, 30.1736726 ], [ 120.3142256, 30.1736514 ], [ 120.3134684, 30.1734722 ], [ 120.3131327, 30.1733927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045463, 30.1754626 ], [ 120.3086732, 30.1748797 ], [ 120.3090252, 30.1748406 ], [ 120.3095304, 30.1748229 ], [ 120.3095322, 30.1748879 ], [ 120.3095333, 30.1749504 ], [ 120.3091368, 30.174966 ], [ 120.30891, 30.1749898 ], [ 120.307377, 30.1751909 ], [ 120.30455, 30.1755626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044424, 30.1754686 ], [ 120.3045463, 30.1754626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045463, 30.1754626 ], [ 120.30455, 30.1755626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.30455, 30.1755626 ], [ 120.3045463, 30.1754626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.30455, 30.1755626 ], [ 120.304452, 30.1755935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3127923, 30.1804207 ], [ 120.3127814, 30.1803257 ], [ 120.3127066, 30.1797067 ], [ 120.312701, 30.1796603 ], [ 120.3125643, 30.1787025 ], [ 120.3125507, 30.1786075 ], [ 120.3125593, 30.1783876 ], [ 120.3125614, 30.1783339 ], [ 120.3126653, 30.1776709 ], [ 120.3128859, 30.1762633 ], [ 120.3129128, 30.1761497 ], [ 120.3129476, 30.1760755 ], [ 120.3131729, 30.1757555 ], [ 120.3133687, 30.1754494 ], [ 120.3134264, 30.1753346 ], [ 120.3134338, 30.1753057 ], [ 120.3134304, 30.1752732 ], [ 120.3132775, 30.1744408 ], [ 120.3131193, 30.1736106 ], [ 120.3131327, 30.1733927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3131327, 30.1733927 ], [ 120.3131193, 30.1736106 ], [ 120.3132775, 30.1744408 ], [ 120.3134304, 30.1752732 ], [ 120.3134338, 30.1753057 ], [ 120.3134264, 30.1753346 ], [ 120.3133687, 30.1754494 ], [ 120.3131729, 30.1757555 ], [ 120.3129476, 30.1760755 ], [ 120.3129128, 30.1761497 ], [ 120.3128859, 30.1762633 ], [ 120.3126653, 30.1776709 ], [ 120.3125614, 30.1783339 ], [ 120.3125593, 30.1783876 ], [ 120.3125507, 30.1786075 ], [ 120.3125643, 30.1787025 ], [ 120.312701, 30.1796603 ], [ 120.3127066, 30.1797067 ], [ 120.3127814, 30.1803257 ], [ 120.3127923, 30.1804207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3047722, 30.1788904 ], [ 120.3046676, 30.1776661 ], [ 120.3045764, 30.1759966 ], [ 120.30455, 30.1755626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.30455, 30.1755626 ], [ 120.3045764, 30.1759966 ], [ 120.3046676, 30.1776661 ], [ 120.3047722, 30.1788904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304452, 30.1755935 ], [ 120.3045581, 30.1772443 ], [ 120.3046521, 30.1788914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304598, 30.1788919 ], [ 120.3045041, 30.1772468 ], [ 120.3043838, 30.175613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046521, 30.1788914 ], [ 120.3047722, 30.1788904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304598, 30.1788919 ], [ 120.3046521, 30.1788914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044695, 30.178893 ], [ 120.304598, 30.1788919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3047774, 30.1789654 ], [ 120.3047722, 30.1788904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3047722, 30.1788904 ], [ 120.3047774, 30.1789654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2950345, 30.175114 ], [ 120.2950573, 30.1753262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2950573, 30.1753262 ], [ 120.2946368, 30.1753116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935588, 30.1788093 ], [ 120.2938916, 30.1780092 ], [ 120.2941504, 30.1772821 ], [ 120.2942922, 30.1768186 ], [ 120.2943373, 30.1766182 ], [ 120.2944924, 30.175929 ], [ 120.2946368, 30.1753116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2950573, 30.1753262 ], [ 120.295043, 30.1755454 ], [ 120.2948933, 30.1762501 ], [ 120.2945544, 30.1773688 ], [ 120.2943664, 30.1778962 ], [ 120.2942506, 30.1781708 ], [ 120.2940444, 30.1786546 ], [ 120.2939721, 30.1788177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2870854, 30.1786705 ], [ 120.287526, 30.178606 ], [ 120.2878803, 30.1786087 ], [ 120.2897043, 30.1786833 ], [ 120.2915005, 30.1787445 ], [ 120.2929979, 30.1787978 ], [ 120.2935588, 30.1788093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939721, 30.1788177 ], [ 120.2944442, 30.1787748 ], [ 120.2976882, 30.1786354 ], [ 120.297964, 30.1786949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2870854, 30.1786705 ], [ 120.2873725, 30.1786495 ], [ 120.2875916, 30.1786536 ], [ 120.2878996, 30.1786592 ], [ 120.2910824, 30.1788068 ], [ 120.2929072, 30.1788765 ], [ 120.2934834, 30.178863 ], [ 120.2945453, 30.1788655 ], [ 120.297964, 30.1786949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935588, 30.1788093 ], [ 120.2939721, 30.1788177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934667, 30.1789813 ], [ 120.2935588, 30.1788093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939721, 30.1788177 ], [ 120.2939216, 30.1789903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304268, 30.1754845 ], [ 120.3043789, 30.1754736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044424, 30.1754686 ], [ 120.304452, 30.1755935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3043838, 30.175613 ], [ 120.3043789, 30.1754736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3042739, 30.1756316 ], [ 120.3039266, 30.1756535 ], [ 120.3034626, 30.1756636 ], [ 120.302857, 30.1756465 ], [ 120.301609, 30.1755934 ], [ 120.3009731, 30.1755665 ], [ 120.3002847, 30.1755326 ], [ 120.2998119, 30.1755117 ], [ 120.2993183, 30.1754848 ], [ 120.2986123, 30.1754379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304268, 30.1754845 ], [ 120.3042739, 30.1756316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3042739, 30.1756316 ], [ 120.304268, 30.1754845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304452, 30.1755935 ], [ 120.3043838, 30.175613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3043838, 30.175613 ], [ 120.3042739, 30.1756316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.297964, 30.1786949 ], [ 120.2980431, 30.1782095 ], [ 120.2981913, 30.1773935 ], [ 120.2983936, 30.1762307 ], [ 120.2985318, 30.1754362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986123, 30.1754379 ], [ 120.2985585, 30.1757341 ], [ 120.2982646, 30.1773531 ], [ 120.298064, 30.178709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711147, 30.1622313 ], [ 120.2720651, 30.162225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720651, 30.162225 ], [ 120.2711147, 30.1622313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693181, 30.1622621 ], [ 120.2697048, 30.1622621 ], [ 120.2711147, 30.1622313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711147, 30.1622313 ], [ 120.2697048, 30.1622621 ], [ 120.2693181, 30.1622621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750478, 30.1622758 ], [ 120.2720651, 30.162225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720651, 30.162225 ], [ 120.2750478, 30.1622758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720915, 30.1625711 ], [ 120.2720951, 30.1625293 ], [ 120.2720977, 30.1623708 ], [ 120.2720651, 30.162225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711317, 30.1625683 ], [ 120.2711299, 30.1625317 ], [ 120.271121, 30.1623549 ], [ 120.2711147, 30.1622313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711147, 30.1622313 ], [ 120.271121, 30.1623549 ], [ 120.2711299, 30.1625317 ], [ 120.2711317, 30.1625683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750478, 30.1622758 ], [ 120.2750451, 30.1625458 ], [ 120.2750371, 30.1627767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750478, 30.1622758 ], [ 120.278363, 30.1623271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278363, 30.1623271 ], [ 120.2809505, 30.1623726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809505, 30.1623726 ], [ 120.278363, 30.1623271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810691, 30.1623823 ], [ 120.2809505, 30.1623726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809505, 30.1623726 ], [ 120.2810691, 30.1623823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278363, 30.1623271 ], [ 120.2783603, 30.1631532 ], [ 120.2783603, 30.163164 ], [ 120.2783593, 30.1634237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783593, 30.1634237 ], [ 120.2783603, 30.163164 ], [ 120.2783603, 30.1631532 ], [ 120.278363, 30.1623271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750371, 30.1627767 ], [ 120.276979, 30.163171 ], [ 120.2783593, 30.1634237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通运桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809251, 30.1638484 ], [ 120.2809306, 30.1635183 ], [ 120.2809505, 30.1623726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "通惠路", "通运桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810691, 30.1623823 ], [ 120.2810707, 30.1624529 ], [ 120.281052, 30.1635053 ], [ 120.2810505, 30.1635904 ], [ 120.2810456, 30.1638684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750371, 30.1627767 ], [ 120.2750451, 30.1625458 ], [ 120.2750478, 30.1622758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711317, 30.1625683 ], [ 120.2718399, 30.162568 ], [ 120.2720915, 30.1625711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720915, 30.1625711 ], [ 120.2724279, 30.1625753 ], [ 120.2725909, 30.1625773 ], [ 120.2738891, 30.1626329 ], [ 120.2750371, 30.1627767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269474, 30.162789 ], [ 120.2697794, 30.1626997 ], [ 120.270134, 30.1626422 ], [ 120.2711317, 30.1625683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711729, 30.1637989 ], [ 120.2711317, 30.1625683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711317, 30.1625683 ], [ 120.2711729, 30.1637989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711729, 30.1637989 ], [ 120.2713517, 30.1635884 ], [ 120.2715658, 30.1633166 ], [ 120.2717425, 30.1630515 ], [ 120.2718699, 30.1628906 ], [ 120.2720223, 30.1627257 ], [ 120.2720915, 30.1625711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750371, 30.1627767 ], [ 120.2749781, 30.1658656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749781, 30.1658656 ], [ 120.2750371, 30.1627767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711892, 30.1656989 ], [ 120.2711746, 30.1638484 ], [ 120.2711729, 30.1637989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783593, 30.1634237 ], [ 120.2796934, 30.163644 ], [ 120.2809251, 30.1638484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809251, 30.1638484 ], [ 120.2810456, 30.1638684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810456, 30.1638684 ], [ 120.2810113, 30.1658087 ], [ 120.2810211, 30.1663267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808829, 30.1663558 ], [ 120.280896, 30.1655773 ], [ 120.2809251, 30.1638484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784023, 30.1668145 ], [ 120.2783844, 30.1665477 ], [ 120.278363, 30.1656479 ], [ 120.2783522, 30.1645812 ], [ 120.2783593, 30.1634237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783593, 30.1634237 ], [ 120.2783522, 30.1645812 ], [ 120.278363, 30.1656479 ], [ 120.2783844, 30.1665477 ], [ 120.2784023, 30.1668145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808829, 30.1663558 ], [ 120.2810211, 30.1663267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810211, 30.1663267 ], [ 120.2810229, 30.166425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808813, 30.1664527 ], [ 120.2808829, 30.1663558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810229, 30.166425 ], [ 120.2808813, 30.1664527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711729, 30.1637989 ], [ 120.2711746, 30.1638484 ], [ 120.2711892, 30.1656989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749781, 30.1658656 ], [ 120.2744421, 30.1658582 ], [ 120.2741338, 30.165854 ], [ 120.273299, 30.1658425 ], [ 120.2711892, 30.1656989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711892, 30.1656989 ], [ 120.273299, 30.1658425 ], [ 120.2741338, 30.165854 ], [ 120.2744421, 30.1658582 ], [ 120.2749781, 30.1658656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274969, 30.1671603 ], [ 120.2749781, 30.1658656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749781, 30.1658656 ], [ 120.274969, 30.1671603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711892, 30.1656989 ], [ 120.2712068, 30.1668723 ], [ 120.2712211, 30.1675252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2712211, 30.1675252 ], [ 120.2712068, 30.1668723 ], [ 120.2711892, 30.1656989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274969, 30.1671603 ], [ 120.2749683, 30.1672556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749683, 30.1672556 ], [ 120.274969, 30.1671603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745974, 30.1672941 ], [ 120.274808, 30.1672732 ], [ 120.2749683, 30.1672556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711892, 30.1656989 ], [ 120.2677576, 30.1656848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628929, 30.165865 ], [ 120.2631082, 30.1658057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677576, 30.1656848 ], [ 120.2677536, 30.1661904 ], [ 120.2677458, 30.1667203 ], [ 120.2677159, 30.1671434 ], [ 120.2677048, 30.1672995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677048, 30.1672995 ], [ 120.2677159, 30.1671434 ], [ 120.2677458, 30.1667203 ], [ 120.2677536, 30.1661904 ], [ 120.2677576, 30.1656848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631082, 30.1658057 ], [ 120.2631006, 30.1672297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631006, 30.1672297 ], [ 120.263699, 30.1671885 ], [ 120.2641011, 30.1671544 ], [ 120.2644113, 30.167128 ], [ 120.2652601, 30.1671182 ], [ 120.2657687, 30.1671181 ], [ 120.2667512, 30.1672095 ], [ 120.2674911, 30.1672883 ], [ 120.2677048, 30.1672995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628903, 30.1672884 ], [ 120.2631006, 30.1672297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677005, 30.1673606 ], [ 120.2661034, 30.1671988 ], [ 120.2657598, 30.1671872 ], [ 120.265439, 30.1671763 ], [ 120.2653547, 30.1671756 ], [ 120.264921, 30.1671717 ], [ 120.2642628, 30.1672086 ], [ 120.2637533, 30.1672782 ], [ 120.2630923, 30.1673591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631006, 30.1672297 ], [ 120.2630923, 30.1673591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677048, 30.1672995 ], [ 120.2677005, 30.1673606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808813, 30.1664527 ], [ 120.2799579, 30.1665881 ], [ 120.2795582, 30.1666614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784023, 30.1668145 ], [ 120.2797276, 30.1665558 ], [ 120.2799638, 30.1665225 ], [ 120.28043, 30.1664391 ], [ 120.2808829, 30.1663558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2795582, 30.1666614 ], [ 120.2784088, 30.1669121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784088, 30.1669121 ], [ 120.2784023, 30.1668145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784023, 30.1668145 ], [ 120.2784088, 30.1669121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274969, 30.1671603 ], [ 120.2766155, 30.1670726 ], [ 120.2767908, 30.1670633 ], [ 120.2780559, 30.1668946 ], [ 120.2784023, 30.1668145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784088, 30.1669121 ], [ 120.2775119, 30.16702 ], [ 120.2771648, 30.1670809 ], [ 120.2766119, 30.1671778 ], [ 120.2749683, 30.1672556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2818517, 30.1711325 ], [ 120.28161, 30.1701022 ], [ 120.2814194, 30.1692238 ], [ 120.2812474, 30.168327 ], [ 120.2810202, 30.1671428 ], [ 120.2808813, 30.1664527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2795582, 30.1666614 ], [ 120.2795431, 30.1668276 ], [ 120.2795161, 30.1673788 ], [ 120.2794949, 30.168615 ], [ 120.2794623, 30.1692356 ], [ 120.2794595, 30.1692881 ], [ 120.2794383, 30.1702244 ], [ 120.2793462, 30.1708731 ], [ 120.2793344, 30.1711279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793344, 30.1711279 ], [ 120.2793462, 30.1708731 ], [ 120.2794383, 30.1702244 ], [ 120.2794595, 30.1692881 ], [ 120.2794623, 30.1692356 ], [ 120.2794949, 30.168615 ], [ 120.2795161, 30.1673788 ], [ 120.2795431, 30.1668276 ], [ 120.2795582, 30.1666614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749683, 30.1672556 ], [ 120.274808, 30.1672732 ], [ 120.2745974, 30.1672941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2712211, 30.1675252 ], [ 120.2713369, 30.1675188 ], [ 120.2726573, 30.1673768 ], [ 120.2730111, 30.1673451 ], [ 120.2745549, 30.1672067 ], [ 120.2748005, 30.1671842 ], [ 120.274969, 30.1671603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745974, 30.1672941 ], [ 120.2740524, 30.1673433 ], [ 120.2734396, 30.1673986 ], [ 120.2731938, 30.1674216 ], [ 120.2712229, 30.1676059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2712211, 30.1675252 ], [ 120.2712229, 30.1676059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧然东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2712229, 30.1676059 ], [ 120.2712211, 30.1675252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2712229, 30.1676059 ], [ 120.2707056, 30.1676211 ], [ 120.2702585, 30.1676017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702585, 30.1676017 ], [ 120.2702045, 30.1682996 ], [ 120.2701922, 30.1684125 ], [ 120.270111, 30.1691572 ], [ 120.270105, 30.1692124 ], [ 120.270098, 30.1692767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.270098, 30.1692767 ], [ 120.270105, 30.1692124 ], [ 120.270111, 30.1691572 ], [ 120.2701922, 30.1684125 ], [ 120.2702045, 30.1682996 ], [ 120.2702585, 30.1676017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751697, 30.1708523 ], [ 120.2751631, 30.1707456 ], [ 120.2750843, 30.169479 ], [ 120.2750835, 30.1694667 ], [ 120.275044, 30.1688315 ], [ 120.2750361, 30.1687331 ], [ 120.2750225, 30.1685625 ], [ 120.2749676, 30.1673609 ], [ 120.2749683, 30.1672556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749683, 30.1672556 ], [ 120.2749676, 30.1673609 ], [ 120.2750225, 30.1685625 ], [ 120.2750361, 30.1687331 ], [ 120.275044, 30.1688315 ], [ 120.2750835, 30.1694667 ], [ 120.2750843, 30.169479 ], [ 120.2751631, 30.1707456 ], [ 120.2751697, 30.1708523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859188, 30.1662806 ], [ 120.285355, 30.166185 ], [ 120.2847878, 30.1661352 ], [ 120.2847568, 30.1661307 ], [ 120.2833835, 30.1660936 ], [ 120.2830631, 30.1661144 ], [ 120.2826164, 30.1661434 ], [ 120.2825252, 30.1661493 ], [ 120.2819535, 30.1662453 ], [ 120.2817516, 30.166291 ], [ 120.281535, 30.16634 ], [ 120.2810229, 30.166425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810211, 30.1663267 ], [ 120.2817532, 30.1662131 ], [ 120.2819857, 30.166177 ], [ 120.2827081, 30.1660625 ], [ 120.2830572, 30.1660416 ], [ 120.283798, 30.1660586 ], [ 120.2840148, 30.1660538 ], [ 120.2847793, 30.1660368 ], [ 120.2856385, 30.1661745 ], [ 120.2859312, 30.1662214 ], [ 120.2872121, 30.1664876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872088, 30.1665638 ], [ 120.2864392, 30.1663948 ], [ 120.2859188, 30.1662806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872088, 30.1665638 ], [ 120.2872121, 30.1664876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872121, 30.1664876 ], [ 120.2872088, 30.1665638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859188, 30.1662806 ], [ 120.2858933, 30.166538 ], [ 120.285829, 30.1676047 ], [ 120.2858252, 30.1676571 ], [ 120.2858014, 30.1677054 ], [ 120.2857604, 30.1677441 ], [ 120.2857067, 30.1677686 ], [ 120.2856466, 30.1677763 ], [ 120.2853945, 30.1677717 ], [ 120.2853134, 30.1677638 ], [ 120.2852342, 30.1677803 ], [ 120.2851661, 30.1678192 ], [ 120.2851175, 30.1678757 ], [ 120.285094, 30.1679433 ], [ 120.2850404, 30.1684952 ], [ 120.2850282, 30.1686129 ], [ 120.2847454, 30.1708047 ], [ 120.2847024, 30.1711619 ], [ 120.2846557, 30.1712686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846557, 30.1712686 ], [ 120.2847024, 30.1711619 ], [ 120.2847454, 30.1708047 ], [ 120.2850282, 30.1686129 ], [ 120.2850404, 30.1684952 ], [ 120.285094, 30.1679433 ], [ 120.2851175, 30.1678757 ], [ 120.2851661, 30.1678192 ], [ 120.2852342, 30.1677803 ], [ 120.2853134, 30.1677638 ], [ 120.2853945, 30.1677717 ], [ 120.2856466, 30.1677763 ], [ 120.2857067, 30.1677686 ], [ 120.2857604, 30.1677441 ], [ 120.2858014, 30.1677054 ], [ 120.2858252, 30.1676571 ], [ 120.285829, 30.1676047 ], [ 120.2858933, 30.166538 ], [ 120.2859188, 30.1662806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868802, 30.1723355 ], [ 120.286967, 30.1709088 ], [ 120.2869874, 30.1705684 ], [ 120.2869963, 30.1704206 ], [ 120.2870105, 30.1701835 ], [ 120.2870761, 30.1692466 ], [ 120.2871125, 30.168726 ], [ 120.2871306, 30.1683194 ], [ 120.2872088, 30.1665638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872088, 30.1665638 ], [ 120.2871306, 30.1683194 ], [ 120.2871125, 30.168726 ], [ 120.2870761, 30.1692466 ], [ 120.2870105, 30.1701835 ], [ 120.2869963, 30.1704206 ], [ 120.2869874, 30.1705684 ], [ 120.286967, 30.1709088 ], [ 120.2868802, 30.1723355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820866, 30.1722489 ], [ 120.2819542, 30.1715837 ], [ 120.2819356, 30.1714904 ], [ 120.2818517, 30.1711325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810229, 30.166425 ], [ 120.2811032, 30.1669886 ], [ 120.2812761, 30.1678769 ], [ 120.2815337, 30.1692004 ], [ 120.2817388, 30.1700744 ], [ 120.2820651, 30.1714665 ], [ 120.2821357, 30.1718432 ], [ 120.2822092, 30.1722356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793344, 30.1711279 ], [ 120.2774326, 30.171002 ], [ 120.2751697, 30.1708523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751697, 30.1708523 ], [ 120.2774326, 30.171002 ], [ 120.2793344, 30.1711279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793344, 30.1711279 ], [ 120.280281, 30.1712246 ], [ 120.2806753, 30.1712594 ], [ 120.2809247, 30.1712478 ], [ 120.2815604, 30.1711805 ], [ 120.2818517, 30.1711325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2818517, 30.1711325 ], [ 120.2815604, 30.1711805 ], [ 120.2809247, 30.1712478 ], [ 120.2806753, 30.1712594 ], [ 120.280281, 30.1712246 ], [ 120.2793344, 30.1711279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793344, 30.1711279 ], [ 120.2793179, 30.171485 ], [ 120.2794099, 30.1719195 ], [ 120.278995, 30.1728681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双桐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278995, 30.1728681 ], [ 120.2794099, 30.1719195 ], [ 120.2793179, 30.171485 ], [ 120.2793344, 30.1711279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278995, 30.1728681 ], [ 120.2789234, 30.1728432 ], [ 120.2787433, 30.1727945 ], [ 120.2784746, 30.1727622 ], [ 120.2782633, 30.1727744 ], [ 120.2779604, 30.17281 ], [ 120.2765103, 30.1729805 ], [ 120.2762423, 30.1730065 ], [ 120.2760439, 30.1729778 ], [ 120.2759132, 30.1729449 ], [ 120.2757818, 30.1728926 ], [ 120.2756884, 30.1728458 ], [ 120.2755973, 30.1727671 ], [ 120.2752688, 30.1723845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2752688, 30.1723845 ], [ 120.2755973, 30.1727671 ], [ 120.2756884, 30.1728458 ], [ 120.2757818, 30.1728926 ], [ 120.2759132, 30.1729449 ], [ 120.2760439, 30.1729778 ], [ 120.2762423, 30.1730065 ], [ 120.2765103, 30.1729805 ], [ 120.2779604, 30.17281 ], [ 120.2782633, 30.1727744 ], [ 120.2784746, 30.1727622 ], [ 120.2787433, 30.1727945 ], [ 120.2789234, 30.1728432 ], [ 120.278995, 30.1728681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278995, 30.1728681 ], [ 120.2793909, 30.173006 ], [ 120.2799938, 30.173216 ], [ 120.2806477, 30.1734595 ], [ 120.2807446, 30.1734972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269474, 30.162789 ], [ 120.2693294, 30.1625587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693294, 30.1625587 ], [ 120.269474, 30.162789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668934, 30.1636853 ], [ 120.2667271, 30.1633444 ], [ 120.2666311, 30.1631014 ], [ 120.2665935, 30.1627906 ], [ 120.2665613, 30.1625355 ], [ 120.2664969, 30.1624428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693294, 30.1625587 ], [ 120.2692644, 30.1625791 ], [ 120.2690182, 30.1627443 ], [ 120.2684603, 30.163004 ], [ 120.268362, 30.1630588 ], [ 120.267741, 30.1634047 ], [ 120.2669189, 30.1637704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642438, 30.1622343 ], [ 120.2642596, 30.1629902 ], [ 120.2643109, 30.1641825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630426, 30.1622496 ], [ 120.2630186, 30.1642473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2670548, 30.1640893 ], [ 120.2678488, 30.163709 ], [ 120.2687929, 30.1630875 ], [ 120.2694366, 30.1627999 ], [ 120.269474, 30.162789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668934, 30.1636853 ], [ 120.2669189, 30.1637704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669189, 30.1637704 ], [ 120.2668934, 30.1636853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669189, 30.1637704 ], [ 120.2670548, 30.1640893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630426, 30.1622496 ], [ 120.2629153, 30.1622482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629153, 30.1622482 ], [ 120.2630426, 30.1622496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567571, 30.1623842 ], [ 120.2577415, 30.1623483 ], [ 120.2583597, 30.1623348 ], [ 120.2586637, 30.1623221 ], [ 120.2591479, 30.1623047 ], [ 120.2596584, 30.1622819 ], [ 120.2607228, 30.1622355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607228, 30.1622355 ], [ 120.2596584, 30.1622819 ], [ 120.2591479, 30.1623047 ], [ 120.2586637, 30.1623221 ], [ 120.2583597, 30.1623348 ], [ 120.2577415, 30.1623483 ], [ 120.2567571, 30.1623842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629366, 30.1642444 ], [ 120.2629153, 30.1622482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607173, 30.164317 ], [ 120.2607228, 30.1622355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607228, 30.1622355 ], [ 120.2607173, 30.164317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "体育路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630186, 30.1642473 ], [ 120.2629366, 30.1642444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "体育路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629366, 30.1642444 ], [ 120.2630186, 30.1642473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "体育路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607173, 30.164317 ], [ 120.2629366, 30.1642444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2670548, 30.1640893 ], [ 120.2669189, 30.1637704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2659069, 30.1641821 ], [ 120.2669189, 30.1637704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669189, 30.1637704 ], [ 120.2659069, 30.1641821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "体育路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2643109, 30.1641825 ], [ 120.2659069, 30.1641821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "体育路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2659069, 30.1641821 ], [ 120.2643109, 30.1641825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "体育路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2643109, 30.1641825 ], [ 120.2630186, 30.1642473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "体育路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630186, 30.1642473 ], [ 120.2643109, 30.1641825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2659069, 30.1641821 ], [ 120.2647696, 30.164683 ], [ 120.2643614, 30.1648937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2643109, 30.1641825 ], [ 120.264335, 30.164363 ], [ 120.2643614, 30.1648937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2643614, 30.1648937 ], [ 120.264335, 30.164363 ], [ 120.2643109, 30.1641825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26456, 30.1652251 ], [ 120.265306, 30.1648685 ], [ 120.2655254, 30.1647707 ], [ 120.2670548, 30.1640893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630186, 30.1642473 ], [ 120.2630174, 30.1649397 ], [ 120.2630178, 30.1650679 ], [ 120.2630257, 30.1653169 ], [ 120.2630885, 30.165471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2670548, 30.1640893 ], [ 120.2670958, 30.1641418 ], [ 120.2673231, 30.1644325 ], [ 120.2675055, 30.1646737 ], [ 120.2676557, 30.1649798 ], [ 120.26772, 30.1652952 ], [ 120.2677576, 30.1656848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677576, 30.1656848 ], [ 120.26772, 30.1652952 ], [ 120.2676557, 30.1649798 ], [ 120.2675055, 30.1646737 ], [ 120.2673231, 30.1644325 ], [ 120.2670958, 30.1641418 ], [ 120.2670548, 30.1640893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26456, 30.1652251 ], [ 120.2644162, 30.1649592 ], [ 120.2643614, 30.1648937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2643614, 30.1648937 ], [ 120.2644162, 30.1649592 ], [ 120.26456, 30.1652251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2643614, 30.1648937 ], [ 120.2639971, 30.1650818 ], [ 120.2630885, 30.165471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630885, 30.165471 ], [ 120.262891, 30.1655266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631082, 30.1658057 ], [ 120.2642434, 30.1653898 ], [ 120.26456, 30.1652251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心桥", "市心中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630885, 30.165471 ], [ 120.2631197, 30.1655436 ], [ 120.2631153, 30.1657462 ], [ 120.2631082, 30.1658057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545474, 30.1624548 ], [ 120.2553304, 30.1624299 ], [ 120.256663, 30.1623876 ], [ 120.2567571, 30.1623842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567571, 30.1623842 ], [ 120.256663, 30.1623876 ], [ 120.2553304, 30.1624299 ], [ 120.2545474, 30.1624548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仙家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567571, 30.1623842 ], [ 120.2568224, 30.1642242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仙家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568224, 30.1642242 ], [ 120.2567571, 30.1623842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545474, 30.1624548 ], [ 120.2555087, 30.1632183 ], [ 120.2564039, 30.1638962 ], [ 120.2568224, 30.1642242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568224, 30.1642242 ], [ 120.2564039, 30.1638962 ], [ 120.2555087, 30.1632183 ], [ 120.2545474, 30.1624548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255567, 30.1676257 ], [ 120.2551101, 30.1677069 ], [ 120.2544292, 30.1678262 ], [ 120.253835, 30.1679304 ], [ 120.25315, 30.1680218 ], [ 120.2526226, 30.1680695 ], [ 120.2523024, 30.1679661 ], [ 120.251723, 30.1677435 ], [ 120.2505434, 30.1672241 ], [ 120.2503288, 30.1672055 ], [ 120.2499533, 30.1671499 ], [ 120.2495671, 30.1670386 ], [ 120.2491057, 30.1669365 ], [ 120.2487731, 30.1667881 ], [ 120.2483526, 30.1665854 ], [ 120.2479234, 30.1662515 ], [ 120.2475305, 30.1658276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475305, 30.1658276 ], [ 120.2479234, 30.1662515 ], [ 120.2483526, 30.1665854 ], [ 120.2487731, 30.1667881 ], [ 120.2491057, 30.1669365 ], [ 120.2495671, 30.1670386 ], [ 120.2499533, 30.1671499 ], [ 120.2503288, 30.1672055 ], [ 120.2505434, 30.1672241 ], [ 120.251723, 30.1677435 ], [ 120.2523024, 30.1679661 ], [ 120.2526226, 30.1680695 ], [ 120.25315, 30.1680218 ], [ 120.253835, 30.1679304 ], [ 120.2544292, 30.1678262 ], [ 120.2551101, 30.1677069 ], [ 120.255567, 30.1676257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560676, 30.1675538 ], [ 120.2562994, 30.1674905 ], [ 120.256598, 30.1674118 ], [ 120.2574355, 30.1671701 ], [ 120.2579078, 30.1670783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560676, 30.1675538 ], [ 120.256165, 30.1675662 ], [ 120.2562088, 30.1675971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "体育路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629366, 30.1642444 ], [ 120.2607173, 30.164317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262891, 30.1655266 ], [ 120.2629366, 30.1642444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607173, 30.164317 ], [ 120.2607034, 30.1661764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607034, 30.1661764 ], [ 120.2607173, 30.164317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585717, 30.1669072 ], [ 120.2586481, 30.1667489 ], [ 120.2586665, 30.1664921 ], [ 120.2586487, 30.1662997 ], [ 120.2586258, 30.1658979 ], [ 120.258601, 30.1657452 ], [ 120.2585675, 30.1655395 ], [ 120.2584999, 30.1653503 ], [ 120.2583289, 30.1651159 ], [ 120.2581009, 30.1649528 ], [ 120.2572041, 30.1644722 ], [ 120.257149, 30.1644427 ], [ 120.2568224, 30.1642242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568224, 30.1642242 ], [ 120.257149, 30.1644427 ], [ 120.2572041, 30.1644722 ], [ 120.2581009, 30.1649528 ], [ 120.2583289, 30.1651159 ], [ 120.2584999, 30.1653503 ], [ 120.2585675, 30.1655395 ], [ 120.258601, 30.1657452 ], [ 120.2586258, 30.1658979 ], [ 120.2586487, 30.1662997 ], [ 120.2586665, 30.1664921 ], [ 120.2586481, 30.1667489 ], [ 120.2585717, 30.1669072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧然西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2587481, 30.164718 ], [ 120.2588922, 30.1649796 ], [ 120.2589703, 30.1654436 ], [ 120.2590424, 30.1658754 ], [ 120.2590734, 30.1661676 ], [ 120.2591031, 30.1664466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心桥", "市心中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628929, 30.165865 ], [ 120.2628973, 30.1658029 ], [ 120.2628887, 30.1655901 ], [ 120.262891, 30.1655266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262891, 30.1655266 ], [ 120.2628281, 30.1655434 ], [ 120.2622692, 30.1657144 ], [ 120.2614753, 30.1659463 ], [ 120.2607034, 30.1661764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文化路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2606819, 30.1664732 ], [ 120.2628339, 30.1658764 ], [ 120.2628929, 30.165865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607034, 30.1661764 ], [ 120.2603618, 30.1662388 ], [ 120.2595977, 30.1663346 ], [ 120.2592837, 30.1664051 ], [ 120.2591031, 30.1664466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2591031, 30.1664466 ], [ 120.2592837, 30.1664051 ], [ 120.2595977, 30.1663346 ], [ 120.2603618, 30.1662388 ], [ 120.2607034, 30.1661764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2606819, 30.1664732 ], [ 120.2606934, 30.1663143 ], [ 120.2607034, 30.1661764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607034, 30.1661764 ], [ 120.2606934, 30.1663143 ], [ 120.2606819, 30.1664732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628903, 30.1672884 ], [ 120.2628857, 30.1660212 ], [ 120.2628929, 30.165865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2606819, 30.1664732 ], [ 120.260639, 30.16677 ], [ 120.2603361, 30.1672388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603361, 30.1672388 ], [ 120.260639, 30.16677 ], [ 120.2606819, 30.1664732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585717, 30.1669072 ], [ 120.2583557, 30.1669658 ], [ 120.2579078, 30.1670783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579078, 30.1670783 ], [ 120.2583557, 30.1669658 ], [ 120.2585717, 30.1669072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583599, 30.1673963 ], [ 120.2583481, 30.1673076 ], [ 120.2583669, 30.1672199 ], [ 120.2584146, 30.1671407 ], [ 120.2584871, 30.1670772 ], [ 120.2586489, 30.1670153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭齿隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252151, 30.1607008 ], [ 120.252077, 30.1608389 ], [ 120.2517091, 30.1615249 ], [ 120.2511624, 30.162325 ], [ 120.2503529, 30.1634706 ], [ 120.2493471, 30.1644506 ], [ 120.2484083, 30.1652052 ], [ 120.2475305, 30.1658276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445544, 30.162799 ], [ 120.2447284, 30.1630875 ], [ 120.2448893, 30.163375 ], [ 120.2451446, 30.1636357 ], [ 120.2461338, 30.1645619 ], [ 120.2473891, 30.165675 ], [ 120.2475305, 30.1658276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475305, 30.1658276 ], [ 120.2473891, 30.165675 ], [ 120.2461338, 30.1645619 ], [ 120.2451446, 30.1636357 ], [ 120.2448893, 30.163375 ], [ 120.2447284, 30.1630875 ], [ 120.2445544, 30.162799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476597, 30.1696073 ], [ 120.2479664, 30.1699664 ], [ 120.2487483, 30.170589 ], [ 120.2489791, 30.1705362 ], [ 120.2492156, 30.170361 ], [ 120.2493357, 30.1703336 ], [ 120.2494799, 30.1704574 ], [ 120.2495817, 30.1706106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495817, 30.1706106 ], [ 120.2494799, 30.1704574 ], [ 120.2493357, 30.1703336 ], [ 120.2492156, 30.170361 ], [ 120.2489791, 30.1705362 ], [ 120.2487483, 30.170589 ], [ 120.2479664, 30.1699664 ], [ 120.2476597, 30.1696073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495817, 30.1706106 ], [ 120.2501994, 30.1704398 ], [ 120.2507743, 30.170318 ], [ 120.2512177, 30.1702562 ], [ 120.2516726, 30.1702342 ], [ 120.2524277, 30.1702781 ], [ 120.2526256, 30.1702998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2525469, 30.1703583 ], [ 120.2522626, 30.170329 ], [ 120.2520332, 30.1703133 ], [ 120.2518827, 30.1703031 ], [ 120.2514417, 30.1703101 ], [ 120.2511427, 30.170333 ], [ 120.2508321, 30.170368 ], [ 120.2505411, 30.1704288 ], [ 120.2502028, 30.1705067 ], [ 120.2490801, 30.1708282 ], [ 120.2485867, 30.1709695 ], [ 120.2482943, 30.1710532 ], [ 120.247089, 30.1713442 ], [ 120.2467357, 30.1713981 ], [ 120.2461596, 30.1714534 ], [ 120.2457889, 30.1715478 ], [ 120.2456088, 30.1716236 ], [ 120.2453571, 30.1718053 ], [ 120.245147, 30.1720049 ], [ 120.2450454, 30.1720908 ], [ 120.2448352, 30.1722545 ], [ 120.2446482, 30.1723703 ], [ 120.2444519, 30.1724541 ], [ 120.2441402, 30.1725479 ], [ 120.2437176, 30.1725958 ], [ 120.2435106, 30.1726123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243488, 30.1724761 ], [ 120.2437661, 30.1724721 ], [ 120.2439832, 30.1724661 ], [ 120.2443157, 30.1723882 ], [ 120.244602, 30.1722824 ], [ 120.2447798, 30.1721946 ], [ 120.2448953, 30.1721067 ], [ 120.2450107, 30.1720189 ], [ 120.2451516, 30.1718692 ], [ 120.2453571, 30.1716775 ], [ 120.2456088, 30.1715338 ], [ 120.2459298, 30.171426 ], [ 120.246138, 30.1713794 ], [ 120.2470959, 30.1712723 ], [ 120.2474122, 30.1712104 ], [ 120.2485117, 30.1709064 ], [ 120.2490067, 30.1707696 ], [ 120.2495817, 30.1706106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2525469, 30.1703583 ], [ 120.2523359, 30.1705153 ], [ 120.2522874, 30.170553 ], [ 120.25219, 30.1706287 ], [ 120.2520919, 30.170705 ], [ 120.25163, 30.1710657 ], [ 120.2512402, 30.1713702 ], [ 120.2504044, 30.171962 ], [ 120.2500516, 30.1722089 ], [ 120.2500155, 30.1722342 ], [ 120.2483225, 30.1735221 ], [ 120.2480574, 30.1736438 ], [ 120.247711, 30.1737725 ], [ 120.2469814, 30.1740601 ], [ 120.2466885, 30.1741697 ], [ 120.2463876, 30.1743214 ], [ 120.2461047, 30.1744807 ], [ 120.2458177, 30.1746681 ], [ 120.2445743, 30.1752149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2445743, 30.1752149 ], [ 120.2458177, 30.1746681 ], [ 120.2461047, 30.1744807 ], [ 120.2463876, 30.1743214 ], [ 120.2466885, 30.1741697 ], [ 120.2469814, 30.1740601 ], [ 120.247711, 30.1737725 ], [ 120.2480574, 30.1736438 ], [ 120.2483225, 30.1735221 ], [ 120.2500155, 30.1722342 ], [ 120.2500516, 30.1722089 ], [ 120.2504044, 30.171962 ], [ 120.2512402, 30.1713702 ], [ 120.25163, 30.1710657 ], [ 120.2520919, 30.170705 ], [ 120.25219, 30.1706287 ], [ 120.2522874, 30.170553 ], [ 120.2523359, 30.1705153 ], [ 120.2525469, 30.1703583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560676, 30.1675538 ], [ 120.2564887, 30.1674854 ], [ 120.2566738, 30.1674344 ], [ 120.256817, 30.1673903 ], [ 120.2569072, 30.1673625 ], [ 120.2572961, 30.1672582 ], [ 120.257626, 30.1671747 ], [ 120.2578634, 30.1671504 ], [ 120.2580511, 30.1671504 ], [ 120.2581691, 30.1671341 ], [ 120.2583649, 30.1670761 ], [ 120.2584964, 30.1670414 ], [ 120.2586489, 30.1670153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2621614, 30.167301 ], [ 120.2628903, 30.1672884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2586489, 30.1670153 ], [ 120.2586688, 30.1670177 ], [ 120.2587618, 30.1670221 ], [ 120.25885, 30.1670476 ], [ 120.258932, 30.167096 ], [ 120.2589948, 30.1671624 ], [ 120.2590335, 30.1672415 ], [ 120.259044, 30.1673399 ], [ 120.2590171, 30.167436 ], [ 120.2589572, 30.1675179 ], [ 120.2588703, 30.1675791 ], [ 120.2587655, 30.1676134 ], [ 120.2586535, 30.167617 ], [ 120.2585459, 30.1675898 ], [ 120.258463, 30.1675418 ], [ 120.2583993, 30.1674755 ], [ 120.2583599, 30.1673963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628896, 30.1673974 ], [ 120.2628903, 30.1672884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583599, 30.1673963 ], [ 120.2582799, 30.1673308 ], [ 120.2581967, 30.1672709 ], [ 120.2580038, 30.1671903 ], [ 120.2578285, 30.1671898 ], [ 120.2576595, 30.1672037 ], [ 120.2568275, 30.1674326 ], [ 120.2567574, 30.1674519 ], [ 120.2567114, 30.1674646 ], [ 120.2565129, 30.1675179 ], [ 120.2564029, 30.1675527 ], [ 120.2562088, 30.1675971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628896, 30.1673974 ], [ 120.2621418, 30.1674098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579078, 30.1670783 ], [ 120.2576899, 30.1672458 ], [ 120.2574942, 30.1672921 ], [ 120.2568531, 30.1674753 ], [ 120.2566902, 30.1675331 ], [ 120.2565588, 30.167617 ], [ 120.2564837, 30.167653 ], [ 120.2562255, 30.1677594 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "萧杭路", "萧然西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556097, 30.1712553 ], [ 120.2558545, 30.1711106 ], [ 120.2566096, 30.170909 ], [ 120.2569213, 30.170871 ], [ 120.2571915, 30.1708071 ], [ 120.2574248, 30.1706879 ], [ 120.2576242, 30.1705343 ], [ 120.2578236, 30.1703055 ], [ 120.2578935, 30.1701975 ], [ 120.2580445, 30.1699139 ], [ 120.2582371, 30.1693978 ], [ 120.2586666, 30.1684625 ], [ 120.2586948, 30.16834 ], [ 120.2587899, 30.1679226 ], [ 120.2589095, 30.167359 ], [ 120.2589028, 30.1672257 ], [ 120.258849, 30.1666683 ], [ 120.2588196, 30.1663816 ], [ 120.258788, 30.1659566 ], [ 120.2587416, 30.1654962 ], [ 120.2587139, 30.1652612 ], [ 120.2586453, 30.1649231 ], [ 120.2586459, 30.1647306 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "萧杭路", "萧然西路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2591031, 30.1664466 ], [ 120.259092, 30.1667445 ], [ 120.2590663, 30.166995 ], [ 120.2590393, 30.1672304 ], [ 120.2589953, 30.1676141 ], [ 120.2588602, 30.1682088 ], [ 120.2588075, 30.1683794 ], [ 120.2587539, 30.1685162 ], [ 120.2583772, 30.1693826 ], [ 120.2582332, 30.1697094 ], [ 120.2581636, 30.169919 ], [ 120.2579888, 30.1702694 ], [ 120.2578232, 30.1705031 ], [ 120.257637, 30.1706661 ], [ 120.2574076, 30.1707917 ], [ 120.2571892, 30.170875 ], [ 120.2569121, 30.1709589 ], [ 120.2563278, 30.1710547 ], [ 120.2561015, 30.1711126 ], [ 120.2558268, 30.1712204 ], [ 120.2556971, 30.1712975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "工人路跨铁立交", "工人路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582622, 30.1719473 ], [ 120.2583272, 30.1718363 ], [ 120.2584637, 30.1716192 ], [ 120.258516, 30.1715193 ], [ 120.2587379, 30.1710219 ], [ 120.2594714, 30.1693834 ], [ 120.2597325, 30.1687852 ], [ 120.2598227, 30.1686017 ], [ 120.2599249, 30.1682174 ], [ 120.2601505, 30.1675091 ], [ 120.2602704, 30.1674176 ], [ 120.2603361, 30.1672388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255567, 30.1676257 ], [ 120.2560032, 30.1675585 ], [ 120.2560676, 30.1675538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562088, 30.1675971 ], [ 120.2560574, 30.1675905 ], [ 120.2557639, 30.167629 ], [ 120.255567, 30.1676257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湘湖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562088, 30.1675971 ], [ 120.2562466, 30.1676643 ], [ 120.2562255, 30.1677594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551833, 30.1686481 ], [ 120.2557997, 30.1681001 ], [ 120.2562255, 30.1677594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562255, 30.1677594 ], [ 120.2557997, 30.1681001 ], [ 120.2551833, 30.1686481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551833, 30.1686481 ], [ 120.2552688, 30.1687205 ], [ 120.2554176, 30.1688542 ], [ 120.2555615, 30.1689817 ], [ 120.2561869, 30.1689684 ], [ 120.2562758, 30.1690205 ], [ 120.2563595, 30.1690696 ], [ 120.2565875, 30.1695331 ], [ 120.2568258, 30.1693547 ], [ 120.2569959, 30.1692274 ], [ 120.2583689, 30.1681953 ], [ 120.2585323, 30.1680298 ], [ 120.2586024, 30.1677976 ], [ 120.2586234, 30.16741 ], [ 120.2585837, 30.1671779 ], [ 120.2585717, 30.1669072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585717, 30.1669072 ], [ 120.2585837, 30.1671779 ], [ 120.2586234, 30.16741 ], [ 120.2586024, 30.1677976 ], [ 120.2585323, 30.1680298 ], [ 120.2583689, 30.1681953 ], [ 120.2569959, 30.1692274 ], [ 120.2568258, 30.1693547 ], [ 120.2565875, 30.1695331 ], [ 120.2563595, 30.1690696 ], [ 120.2562758, 30.1690205 ], [ 120.2561869, 30.1689684 ], [ 120.2555615, 30.1689817 ], [ 120.2554176, 30.1688542 ], [ 120.2552688, 30.1687205 ], [ 120.2551833, 30.1686481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551833, 30.1686481 ], [ 120.2540112, 30.169462 ], [ 120.2531705, 30.1699751 ], [ 120.2530534, 30.1700122 ], [ 120.2528315, 30.1701466 ], [ 120.2526256, 30.1702998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526256, 30.1702998 ], [ 120.2528315, 30.1701466 ], [ 120.2530534, 30.1700122 ], [ 120.2531705, 30.1699751 ], [ 120.2540112, 30.169462 ], [ 120.2551833, 30.1686481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2525469, 30.1703583 ], [ 120.2526256, 30.1702998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630923, 30.1673591 ], [ 120.2630107, 30.1676609 ], [ 120.2629737, 30.168785 ], [ 120.2629007, 30.1707745 ], [ 120.2628813, 30.1713049 ], [ 120.2628685, 30.1719127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2626628, 30.1720662 ], [ 120.2626641, 30.1720369 ], [ 120.2628056, 30.1693948 ], [ 120.2628271, 30.1688207 ], [ 120.2628388, 30.1677392 ], [ 120.2628896, 30.1673974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "工人路跨铁立交", "工人路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603361, 30.1672388 ], [ 120.2603539, 30.1674199 ], [ 120.2602271, 30.1675424 ], [ 120.2599848, 30.1683327 ], [ 120.2598312, 30.1688107 ], [ 120.2594848, 30.169511 ], [ 120.2588439, 30.1709749 ], [ 120.2585736, 30.1715395 ], [ 120.2583716, 30.1718959 ], [ 120.2575121, 30.1733648 ], [ 120.2573524, 30.1735297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "旺角弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2626628, 30.1720662 ], [ 120.2600287, 30.1719635 ], [ 120.2595164, 30.1719213 ], [ 120.2587602, 30.171858 ], [ 120.2584628, 30.1718339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "旺角弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2584628, 30.1718339 ], [ 120.2587602, 30.171858 ], [ 120.2595164, 30.1719213 ], [ 120.2600287, 30.1719635 ], [ 120.2626628, 30.1720662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582336, 30.1719962 ], [ 120.2582622, 30.1719473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2626628, 30.1720662 ], [ 120.2628685, 30.1719127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628685, 30.1719127 ], [ 120.2628575, 30.1720966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628575, 30.1720966 ], [ 120.2626628, 30.1720662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628575, 30.1720966 ], [ 120.262849, 30.172378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526256, 30.1702998 ], [ 120.2525469, 30.1703583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556097, 30.1712553 ], [ 120.2556971, 30.1712975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554815, 30.1713242 ], [ 120.2556097, 30.1712553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556971, 30.1712975 ], [ 120.2555901, 30.1713607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2555901, 30.1713607 ], [ 120.2554815, 30.1713242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556971, 30.1712975 ], [ 120.2557194, 30.1713082 ], [ 120.2558845, 30.1713871 ], [ 120.2559609, 30.1714259 ], [ 120.2560802, 30.1714673 ], [ 120.2568455, 30.1716456 ], [ 120.2576304, 30.171829 ], [ 120.2580538, 30.1719052 ], [ 120.2582622, 30.1719473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582336, 30.1719962 ], [ 120.2580782, 30.1719702 ], [ 120.2580269, 30.1719607 ], [ 120.2576105, 30.1718899 ], [ 120.2571438, 30.1717933 ], [ 120.2556478, 30.1713801 ], [ 120.2555901, 30.1713607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539456, 30.1726385 ], [ 120.2542612, 30.1724122 ], [ 120.2549193, 30.1717215 ], [ 120.2550047, 30.1716356 ], [ 120.2552125, 30.1714599 ], [ 120.2554815, 30.1713242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2555901, 30.1713607 ], [ 120.2553303, 30.1714979 ], [ 120.255074, 30.1716895 ], [ 120.2548846, 30.1718872 ], [ 120.2543235, 30.1724801 ], [ 120.2540275, 30.1726663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧棉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540275, 30.1726663 ], [ 120.2539456, 30.1726385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573524, 30.1735297 ], [ 120.2574396, 30.1733534 ], [ 120.2582077, 30.1720405 ], [ 120.2582336, 30.1719962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625432, 30.1746629 ], [ 120.2625516, 30.1745347 ], [ 120.262565, 30.1742205 ], [ 120.2625842, 30.1737985 ], [ 120.2626628, 30.1720662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262849, 30.172378 ], [ 120.262842, 30.1726102 ], [ 120.2628247, 30.1731859 ], [ 120.2628135, 30.1735611 ], [ 120.2628073, 30.1737661 ], [ 120.2627937, 30.1742305 ], [ 120.2627917, 30.1743005 ], [ 120.2627816, 30.1745613 ], [ 120.2627723, 30.1747303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧棉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625432, 30.1746629 ], [ 120.2606172, 30.1742089 ], [ 120.2602053, 30.1741161 ], [ 120.25962, 30.1739969 ], [ 120.258854, 30.1738408 ], [ 120.2582871, 30.1737234 ], [ 120.2573524, 30.1735297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧棉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573524, 30.1735297 ], [ 120.2582871, 30.1737234 ], [ 120.258854, 30.1738408 ], [ 120.25962, 30.1739969 ], [ 120.2602053, 30.1741161 ], [ 120.2606172, 30.1742089 ], [ 120.2625432, 30.1746629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧棉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625432, 30.1746629 ], [ 120.2627723, 30.1747303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧棉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2627723, 30.1747303 ], [ 120.2625432, 30.1746629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2627723, 30.1747303 ], [ 120.2627334, 30.175801 ], [ 120.2627137, 30.1762534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2623505, 30.1791722 ], [ 120.2624637, 30.1775273 ], [ 120.2624875, 30.1768429 ], [ 120.2625096, 30.1762094 ], [ 120.2625432, 30.1746629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2627137, 30.1762534 ], [ 120.2626792, 30.1770467 ], [ 120.2625857, 30.1791969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧棉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539456, 30.1726385 ], [ 120.2540275, 30.1726663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧棉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540275, 30.1726663 ], [ 120.254888, 30.1728983 ], [ 120.25683, 30.1733912 ], [ 120.2572014, 30.1734897 ], [ 120.2573524, 30.1735297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧棉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573524, 30.1735297 ], [ 120.2572014, 30.1734897 ], [ 120.25683, 30.1733912 ], [ 120.254888, 30.1728983 ], [ 120.2540275, 30.1726663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540275, 30.1726663 ], [ 120.253783, 30.1728265 ], [ 120.2534593, 30.1730741 ], [ 120.2521016, 30.1741125 ], [ 120.2517028, 30.1744236 ], [ 120.2514214, 30.1746217 ], [ 120.2505196, 30.1752563 ], [ 120.2501286, 30.1755308 ], [ 120.248987, 30.1763004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "彩虹快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2013109, 30.1751582 ], [ 120.2045837, 30.1748573 ], [ 120.2063756, 30.174683 ], [ 120.2068977, 30.1746378 ], [ 120.207665, 30.1746401 ], [ 120.2118166, 30.1748232 ], [ 120.2150475, 30.1749703 ], [ 120.2170799, 30.1750547 ], [ 120.2173915, 30.1750621 ], [ 120.2177832, 30.1750436 ], [ 120.2182161, 30.1749978 ], [ 120.2185248, 30.1749609 ], [ 120.2189226, 30.1749051 ], [ 120.2192535, 30.1748583 ], [ 120.2198763, 30.1747034 ], [ 120.2224363, 30.173997 ], [ 120.2239084, 30.1735967 ], [ 120.2249691, 30.1733066 ], [ 120.2259524, 30.1730706 ], [ 120.2267135, 30.1729912 ], [ 120.2276345, 30.1729227 ], [ 120.2280465, 30.172903 ], [ 120.2284267, 30.1728895 ], [ 120.230686, 30.1728822 ], [ 120.2349992, 30.1728789 ], [ 120.2359319, 30.1728795 ], [ 120.236296, 30.1728708 ], [ 120.2367622, 30.1728356 ], [ 120.2371775, 30.1727837 ], [ 120.2375365, 30.1727318 ], [ 120.2387955, 30.1725111 ], [ 120.2390588, 30.1724632 ], [ 120.2396882, 30.1723874 ], [ 120.2399979, 30.1723664 ], [ 120.2401795, 30.1723541 ], [ 120.2418186, 30.1723148 ], [ 120.2419544, 30.1723255 ], [ 120.2426199, 30.1722828 ], [ 120.2426449, 30.1722806 ], [ 120.2429709, 30.1722585 ], [ 120.2432807, 30.1722294 ], [ 120.2435941, 30.1721876 ], [ 120.2438515, 30.1721508 ], [ 120.2440358, 30.172114 ], [ 120.2443069, 30.1720445 ], [ 120.2445698, 30.171968 ], [ 120.248047, 30.1709559 ], [ 120.2502799, 30.1703885 ], [ 120.2510689, 30.1702354 ], [ 120.2514534, 30.1701925 ], [ 120.2517728, 30.1701707 ], [ 120.2521243, 30.1701742 ], [ 120.252553, 30.1702128 ], [ 120.2529082, 30.1702701 ], [ 120.2532064, 30.1703274 ], [ 120.2536121, 30.1704274 ], [ 120.2547367, 30.170788 ], [ 120.2553404, 30.1709941 ], [ 120.2557223, 30.1711211 ], [ 120.2570146, 30.1715455 ], [ 120.2573774, 30.1716436 ], [ 120.2577031, 30.1717002 ], [ 120.2580315, 30.1717416 ], [ 120.2585337, 30.1717879 ], [ 120.2589286, 30.1718178 ], [ 120.2631741, 30.1720505 ], [ 120.2640454, 30.172071 ], [ 120.2643619, 30.172104 ], [ 120.2646359, 30.1721369 ], [ 120.2649847, 30.1722014 ], [ 120.265284, 30.1722628 ], [ 120.2656512, 30.1723586 ], [ 120.2659971, 30.1724606 ], [ 120.2663215, 30.1725645 ], [ 120.2666884, 30.1727052 ], [ 120.2676648, 30.1731042 ], [ 120.2689025, 30.1735781 ], [ 120.2699576, 30.1739923 ], [ 120.2703977, 30.1741732 ], [ 120.2707599, 30.1743296 ], [ 120.2713487, 30.1746068 ], [ 120.2718478, 30.1748622 ], [ 120.2723451, 30.1751323 ], [ 120.2725822, 30.175269 ], [ 120.2727903, 30.1753926 ], [ 120.2729596, 30.17551 ], [ 120.2731073, 30.1756194 ], [ 120.2732734, 30.1757442 ], [ 120.2734231, 30.1758676 ], [ 120.2735977, 30.1760048 ], [ 120.2737464, 30.1761142 ], [ 120.2739771, 30.1762817 ], [ 120.2742011, 30.1764157 ], [ 120.2744665, 30.1765637 ], [ 120.2748553, 30.1767454 ], [ 120.2751265, 30.1768295 ], [ 120.2757939, 30.1770325 ], [ 120.2782737, 30.1777902 ], [ 120.2825545, 30.1791071 ], [ 120.2862614, 30.180234 ], [ 120.2870928, 30.1804705 ], [ 120.2880209, 30.1807116 ], [ 120.2895562, 30.1810081 ], [ 120.2913562, 30.1811828 ], [ 120.2928002, 30.1813373 ], [ 120.2950724, 30.1815805 ], [ 120.2989726, 30.1819874 ], [ 120.2999813, 30.1820853 ], [ 120.3006572, 30.1821327 ], [ 120.3009513, 30.1821331 ], [ 120.3012561, 30.1821242 ], [ 120.3015252, 30.1820927 ], [ 120.3020427, 30.1820528 ], [ 120.3026217, 30.1819804 ], [ 120.3030995, 30.1818905 ], [ 120.30534, 30.181478 ], [ 120.3090538, 30.1807862 ], [ 120.3095857, 30.1806964 ], [ 120.3101497, 30.1806297 ], [ 120.3107455, 30.1805697 ], [ 120.3115257, 30.1805297 ], [ 120.3123059, 30.1804989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563368, 30.1798506 ], [ 120.2562399, 30.1783919 ], [ 120.2561906, 30.177948 ], [ 120.2561111, 30.1772325 ], [ 120.2560682, 30.1766482 ], [ 120.2560897, 30.1761381 ], [ 120.2562184, 30.1754703 ], [ 120.2564437, 30.1748674 ], [ 120.2570547, 30.1739655 ], [ 120.2573524, 30.1735297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573524, 30.1735297 ], [ 120.2570547, 30.1739655 ], [ 120.2564437, 30.1748674 ], [ 120.2562184, 30.1754703 ], [ 120.2560897, 30.1761381 ], [ 120.2560682, 30.1766482 ], [ 120.2561111, 30.1772325 ], [ 120.2561906, 30.177948 ], [ 120.2562399, 30.1783919 ], [ 120.2563368, 30.1798506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491462, 30.1799209 ], [ 120.2506987, 30.1799315 ], [ 120.2512413, 30.1799373 ], [ 120.2523238, 30.1799351 ], [ 120.2528432, 30.1799341 ], [ 120.2530277, 30.179936 ], [ 120.2563368, 30.1798506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563437, 30.1799532 ], [ 120.2563368, 30.1798506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563368, 30.1798506 ], [ 120.2563437, 30.1799532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248987, 30.1763004 ], [ 120.2491205, 30.1761297 ], [ 120.2500751, 30.1754818 ], [ 120.2504661, 30.1752072 ], [ 120.2508559, 30.1749173 ], [ 120.2516045, 30.1743605 ], [ 120.2520359, 30.1740424 ], [ 120.2531474, 30.1732123 ], [ 120.2537295, 30.1727775 ], [ 120.2539456, 30.1726385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491462, 30.1799209 ], [ 120.2490362, 30.1779758 ], [ 120.2489964, 30.1772489 ], [ 120.248987, 30.1763004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248987, 30.1763004 ], [ 120.2489964, 30.1772489 ], [ 120.2490362, 30.1779758 ], [ 120.2491462, 30.1799209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248987, 30.1763004 ], [ 120.2486095, 30.1764446 ], [ 120.2473599, 30.1773149 ], [ 120.2472484, 30.1773926 ], [ 120.246803, 30.1777186 ], [ 120.2463915, 30.1780198 ], [ 120.2458313, 30.1784299 ], [ 120.2455694, 30.1786224 ], [ 120.2454261, 30.1787277 ], [ 120.2448614, 30.1791427 ], [ 120.2446296, 30.1793171 ], [ 120.2445083, 30.179404 ], [ 120.2441076, 30.1796911 ], [ 120.2439666, 30.1798007 ], [ 120.2438224, 30.1799263 ], [ 120.2437625, 30.1799921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧杭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437625, 30.1799921 ], [ 120.2438224, 30.1799263 ], [ 120.2439666, 30.1798007 ], [ 120.2441076, 30.1796911 ], [ 120.2445083, 30.179404 ], [ 120.2446296, 30.1793171 ], [ 120.2448614, 30.1791427 ], [ 120.2454261, 30.1787277 ], [ 120.2455694, 30.1786224 ], [ 120.2458313, 30.1784299 ], [ 120.2463915, 30.1780198 ], [ 120.246803, 30.1777186 ], [ 120.2472484, 30.1773926 ], [ 120.2473599, 30.1773149 ], [ 120.2486095, 30.1764446 ], [ 120.248987, 30.1763004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437625, 30.1799921 ], [ 120.2443631, 30.1799739 ], [ 120.2445591, 30.179966 ], [ 120.2451843, 30.1799639 ], [ 120.2453715, 30.1799614 ], [ 120.246594, 30.1799452 ], [ 120.2491462, 30.1799209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249154, 30.1800583 ], [ 120.2491462, 30.1799209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491462, 30.1799209 ], [ 120.249154, 30.1800583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249154, 30.1800583 ], [ 120.2465938, 30.1800981 ], [ 120.2451841, 30.1801248 ], [ 120.2445663, 30.1801119 ], [ 120.2443333, 30.1801145 ], [ 120.2437614, 30.1801294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489374, 30.1840008 ], [ 120.2490956, 30.1827626 ], [ 120.2491593, 30.1816186 ], [ 120.2491629, 30.1813883 ], [ 120.2491545, 30.1811537 ], [ 120.249154, 30.1800583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625857, 30.1791969 ], [ 120.2640134, 30.179113 ], [ 120.2642954, 30.1791123 ], [ 120.2646657, 30.1791603 ], [ 120.2649214, 30.1792426 ], [ 120.2652369, 30.1793897 ], [ 120.2655698, 30.179561 ], [ 120.2658718, 30.1796512 ], [ 120.2662454, 30.1797188 ], [ 120.2672074, 30.1798138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672074, 30.1798138 ], [ 120.2662454, 30.1797188 ], [ 120.2658718, 30.1796512 ], [ 120.2655698, 30.179561 ], [ 120.2652369, 30.1793897 ], [ 120.2649214, 30.1792426 ], [ 120.2646657, 30.1791603 ], [ 120.2642954, 30.1791123 ], [ 120.2640134, 30.179113 ], [ 120.2625857, 30.1791969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672074, 30.1798138 ], [ 120.2671353, 30.1804041 ], [ 120.267114, 30.1805726 ], [ 120.2670821, 30.1808527 ], [ 120.2669449, 30.1820567 ], [ 120.2668108, 30.1833061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668108, 30.1833061 ], [ 120.2669449, 30.1820567 ], [ 120.2670821, 30.1808527 ], [ 120.267114, 30.1805726 ], [ 120.2671353, 30.1804041 ], [ 120.2672074, 30.1798138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668108, 30.1833061 ], [ 120.2670893, 30.1831554 ], [ 120.2702859, 30.1830482 ], [ 120.2705782, 30.1830359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668108, 30.1833061 ], [ 120.2686661, 30.183253 ], [ 120.2699211, 30.1831956 ], [ 120.2710531, 30.1831574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624291, 30.1833436 ], [ 120.2626464, 30.1833225 ], [ 120.2627511, 30.1833123 ], [ 120.2639554, 30.1832868 ], [ 120.2648955, 30.1832381 ], [ 120.2656049, 30.1832273 ], [ 120.2658061, 30.1832242 ], [ 120.2665102, 30.1831883 ], [ 120.2668108, 30.1833061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692895, 30.183316 ], [ 120.2689557, 30.1833254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667717, 30.1834355 ], [ 120.2668108, 30.1833061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668108, 30.1833061 ], [ 120.2667717, 30.1834355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2623505, 30.1791722 ], [ 120.2623807, 30.1791636 ], [ 120.2625857, 30.1791969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262344, 30.1792674 ], [ 120.2623505, 30.1791722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625857, 30.1791969 ], [ 120.262344, 30.1792674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563368, 30.1798506 ], [ 120.2563804, 30.1798494 ], [ 120.2582125, 30.1798176 ], [ 120.2590644, 30.1797739 ], [ 120.2592339, 30.179763 ], [ 120.2592904, 30.1797593 ], [ 120.2602411, 30.1796334 ], [ 120.2604746, 30.1795919 ], [ 120.2619053, 30.1792988 ], [ 120.2623505, 30.1791722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262344, 30.1792674 ], [ 120.2618685, 30.1794025 ], [ 120.2604379, 30.1796956 ], [ 120.2602043, 30.1797372 ], [ 120.2592537, 30.179863 ], [ 120.2590276, 30.1798777 ], [ 120.2581758, 30.1799214 ], [ 120.2563437, 30.1799532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625857, 30.1791969 ], [ 120.2625257, 30.1812829 ], [ 120.2625176, 30.1814581 ], [ 120.2624852, 30.1821576 ], [ 120.2624237, 30.1832026 ], [ 120.2624254, 30.1832472 ], [ 120.2624291, 30.1833436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622449, 30.183354 ], [ 120.262249, 30.18325 ], [ 120.2622942, 30.182115 ], [ 120.2623241, 30.1812077 ], [ 120.2623285, 30.1810751 ], [ 120.262348, 30.18044 ], [ 120.262344, 30.1792674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622449, 30.183354 ], [ 120.2624291, 30.1833436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624291, 30.1833436 ], [ 120.2624237, 30.1834586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622405, 30.1834659 ], [ 120.2622449, 30.183354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563437, 30.1799532 ], [ 120.2529489, 30.1800559 ], [ 120.2528065, 30.1800379 ], [ 120.2523204, 30.1800406 ], [ 120.2512365, 30.1800336 ], [ 120.2506985, 30.1800318 ], [ 120.249154, 30.1800583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563437, 30.1799532 ], [ 120.2563263, 30.180091 ], [ 120.2563316, 30.1807495 ], [ 120.2563073, 30.1813666 ], [ 120.2562828, 30.1819904 ], [ 120.2562434, 30.1828427 ], [ 120.2562399, 30.1829178 ], [ 120.256212, 30.1835317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256212, 30.1835317 ], [ 120.2562399, 30.1829178 ], [ 120.2562434, 30.1828427 ], [ 120.2562828, 30.1819904 ], [ 120.2563073, 30.1813666 ], [ 120.2563316, 30.1807495 ], [ 120.2563263, 30.180091 ], [ 120.2563437, 30.1799532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562058, 30.1836693 ], [ 120.256212, 30.1835317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256212, 30.1835317 ], [ 120.2562058, 30.1836693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562058, 30.1836693 ], [ 120.2562063, 30.1837799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562063, 30.1837799 ], [ 120.2562058, 30.1836693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489374, 30.1840008 ], [ 120.2494839, 30.1839359 ], [ 120.2500507, 30.1838755 ], [ 120.2503834, 30.183863 ], [ 120.2509963, 30.1838329 ], [ 120.2520944, 30.1837458 ], [ 120.2523332, 30.1837311 ], [ 120.2524755, 30.1837181 ], [ 120.2539789, 30.183601 ], [ 120.2548017, 30.1835685 ], [ 120.2549458, 30.1835627 ], [ 120.256212, 30.1835317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562001, 30.1838739 ], [ 120.2562063, 30.1837799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "工人路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562063, 30.1837799 ], [ 120.2562001, 30.1838739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2689557, 30.1833254 ], [ 120.2688277, 30.183329 ], [ 120.2682872, 30.1833453 ], [ 120.2677636, 30.1833984 ], [ 120.2667717, 30.1834355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624237, 30.1834586 ], [ 120.2626249, 30.1834506 ], [ 120.2639557, 30.1833975 ], [ 120.2653096, 30.1833535 ], [ 120.2668108, 30.1833061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26972, 30.1834559 ], [ 120.2692895, 30.183316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2689557, 30.1833254 ], [ 120.2684481, 30.1834844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26972, 30.1834559 ], [ 120.2684481, 30.1834844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667157, 30.1835387 ], [ 120.2667717, 30.1834355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667717, 30.1834355 ], [ 120.2667157, 30.1835387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667717, 30.1834355 ], [ 120.2651138, 30.1834899 ], [ 120.2626044, 30.1835722 ], [ 120.262426, 30.1835781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2684481, 30.1834844 ], [ 120.2678527, 30.1835111 ], [ 120.2667157, 30.1835387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667157, 30.1835387 ], [ 120.2653833, 30.1835989 ], [ 120.2648163, 30.1836245 ], [ 120.2646585, 30.1836316 ], [ 120.2644262, 30.1836421 ], [ 120.2637723, 30.1836706 ], [ 120.2630929, 30.1836653 ], [ 120.2625864, 30.1836793 ], [ 120.2624165, 30.183684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256212, 30.1835317 ], [ 120.257042, 30.1834978 ], [ 120.2579553, 30.1834561 ], [ 120.2587184, 30.1834503 ], [ 120.259172, 30.1834286 ], [ 120.2599307, 30.1833923 ], [ 120.2601257, 30.1833914 ], [ 120.2610748, 30.1833873 ], [ 120.2613936, 30.1833945 ], [ 120.2620664, 30.1833625 ], [ 120.2622449, 30.183354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622405, 30.1834659 ], [ 120.2624237, 30.1834586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624237, 30.1834586 ], [ 120.262426, 30.1835781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622241, 30.1835876 ], [ 120.2622405, 30.1834659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562058, 30.1836693 ], [ 120.2592001, 30.1835754 ], [ 120.2607062, 30.1835212 ], [ 120.262047, 30.1834729 ], [ 120.2622405, 30.1834659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262426, 30.1835781 ], [ 120.2622241, 30.1835876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262426, 30.1835781 ], [ 120.2624165, 30.183684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622119, 30.1836955 ], [ 120.2622241, 30.1835876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622241, 30.1835876 ], [ 120.2620258, 30.1835936 ], [ 120.259203, 30.1836792 ], [ 120.2589766, 30.1836868 ], [ 120.2573372, 30.1837419 ], [ 120.2562063, 30.1837799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624165, 30.183684 ], [ 120.2622119, 30.1836955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江寺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677005, 30.1673606 ], [ 120.2677048, 30.1672995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630923, 30.1673591 ], [ 120.2628896, 30.1673974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677048, 30.1672995 ], [ 120.2692388, 30.1674432 ], [ 120.2697612, 30.1674921 ], [ 120.2707433, 30.1675301 ], [ 120.2712211, 30.1675252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "萧绍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702585, 30.1676017 ], [ 120.2701544, 30.1675915 ], [ 120.2687207, 30.1674517 ], [ 120.2685791, 30.1674379 ], [ 120.2683988, 30.167422 ], [ 120.2677005, 30.1673606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "永久路", "永久隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.270098, 30.1692767 ], [ 120.2700489, 30.1693692 ], [ 120.2699174, 30.1696173 ], [ 120.2696599, 30.169632 ], [ 120.2695671, 30.1696373 ], [ 120.2693006, 30.1697871 ], [ 120.2691209, 30.1698715 ], [ 120.2689339, 30.1699863 ], [ 120.2686671, 30.1701029 ], [ 120.2685461, 30.1703845 ], [ 120.2684916, 30.1707638 ], [ 120.2684878, 30.1710657 ], [ 120.2684465, 30.1713843 ], [ 120.2682773, 30.1728974 ], [ 120.2682462, 30.1732493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "永久路", "永久隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682462, 30.1732493 ], [ 120.2682773, 30.1728974 ], [ 120.2684465, 30.1713843 ], [ 120.2684878, 30.1710657 ], [ 120.2684916, 30.1707638 ], [ 120.2685461, 30.1703845 ], [ 120.2686671, 30.1701029 ], [ 120.2689339, 30.1699863 ], [ 120.2691209, 30.1698715 ], [ 120.2693006, 30.1697871 ], [ 120.2695671, 30.1696373 ], [ 120.2696599, 30.169632 ], [ 120.2699174, 30.1696173 ], [ 120.2700489, 30.1693692 ], [ 120.270098, 30.1692767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642442, 30.1723598 ], [ 120.263758, 30.1723086 ], [ 120.2632925, 30.1722067 ], [ 120.2628575, 30.1720966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642442, 30.1723598 ], [ 120.262849, 30.172378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628685, 30.1719127 ], [ 120.2630476, 30.1719044 ], [ 120.2636704, 30.1719097 ], [ 120.2644441, 30.1719427 ], [ 120.2648547, 30.1719937 ], [ 120.2657451, 30.1721887 ], [ 120.2662695, 30.1723451 ], [ 120.2667371, 30.1725033 ], [ 120.2673181, 30.1727304 ], [ 120.2680646, 30.1731029 ], [ 120.2682462, 30.1732493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682199, 30.1735482 ], [ 120.2679613, 30.1735195 ], [ 120.2669454, 30.1731468 ], [ 120.265927, 30.172755 ], [ 120.2653049, 30.1725704 ], [ 120.2644918, 30.1723912 ], [ 120.2642442, 30.1723598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846557, 30.1712686 ], [ 120.2844664, 30.1714587 ], [ 120.2843323, 30.1716117 ], [ 120.2841016, 30.1718575 ], [ 120.2840104, 30.1719549 ], [ 120.2838763, 30.1720337 ], [ 120.2837744, 30.1720523 ], [ 120.2822092, 30.1722356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822092, 30.1722356 ], [ 120.2837744, 30.1720523 ], [ 120.2838763, 30.1720337 ], [ 120.2840104, 30.1719549 ], [ 120.2841016, 30.1718575 ], [ 120.2843323, 30.1716117 ], [ 120.2844664, 30.1714587 ], [ 120.2846557, 30.1712686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846557, 30.1712686 ], [ 120.2848327, 30.1713846 ], [ 120.2853531, 30.1718994 ], [ 120.285689, 30.1721174 ], [ 120.2860756, 30.1722593 ], [ 120.2864903, 30.1723168 ], [ 120.2868802, 30.1723355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868802, 30.1723355 ], [ 120.2864903, 30.1723168 ], [ 120.2860756, 30.1722593 ], [ 120.285689, 30.1721174 ], [ 120.2853531, 30.1718994 ], [ 120.2848327, 30.1713846 ], [ 120.2846557, 30.1712686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822092, 30.1722356 ], [ 120.2820866, 30.1722489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820866, 30.1722489 ], [ 120.2822092, 30.1722356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282256, 30.1737057 ], [ 120.2822617, 30.1733519 ], [ 120.2822401, 30.172994 ], [ 120.2821995, 30.1727127 ], [ 120.2820866, 30.1722489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822092, 30.1722356 ], [ 120.2823114, 30.1726901 ], [ 120.2824009, 30.1732033 ], [ 120.2824361, 30.1736298 ], [ 120.2824339, 30.1737405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868802, 30.1723355 ], [ 120.286887, 30.172549 ], [ 120.2868793, 30.1727806 ], [ 120.2868707, 30.1729529 ], [ 120.2868343, 30.1736798 ], [ 120.2868296, 30.1742551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868296, 30.1742551 ], [ 120.2868343, 30.1736798 ], [ 120.2868707, 30.1729529 ], [ 120.2868793, 30.1727806 ], [ 120.286887, 30.172549 ], [ 120.2868802, 30.1723355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2752017, 30.1722917 ], [ 120.2743895, 30.1719759 ], [ 120.2740998, 30.1718646 ], [ 120.2738102, 30.1716976 ], [ 120.2737668, 30.1716579 ], [ 120.2736278, 30.1715306 ], [ 120.2733917, 30.1712895 ], [ 120.2732093, 30.1712153 ], [ 120.2728767, 30.1710669 ], [ 120.2727373, 30.1709463 ], [ 120.272612, 30.1708209 ], [ 120.2725334, 30.1707422 ], [ 120.2720298, 30.1705421 ], [ 120.2714081, 30.1702951 ], [ 120.2708061, 30.1700559 ], [ 120.270683, 30.1699837 ], [ 120.2705057, 30.1698796 ], [ 120.2703233, 30.1696941 ], [ 120.2701731, 30.1694808 ], [ 120.2701509, 30.1694204 ], [ 120.270098, 30.1692767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.270098, 30.1692767 ], [ 120.2701509, 30.1694204 ], [ 120.2701731, 30.1694808 ], [ 120.2703233, 30.1696941 ], [ 120.2705057, 30.1698796 ], [ 120.270683, 30.1699837 ], [ 120.2708061, 30.1700559 ], [ 120.2714081, 30.1702951 ], [ 120.2720298, 30.1705421 ], [ 120.2725334, 30.1707422 ], [ 120.272612, 30.1708209 ], [ 120.2727373, 30.1709463 ], [ 120.2728767, 30.1710669 ], [ 120.2732093, 30.1712153 ], [ 120.2733917, 30.1712895 ], [ 120.2736278, 30.1715306 ], [ 120.2737668, 30.1716579 ], [ 120.2738102, 30.1716976 ], [ 120.2740998, 30.1718646 ], [ 120.2743895, 30.1719759 ], [ 120.2752017, 30.1722917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2752264, 30.1717625 ], [ 120.2751697, 30.1708523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751697, 30.1708523 ], [ 120.2752264, 30.1717625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2752017, 30.1722917 ], [ 120.2752264, 30.1717625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2752264, 30.1717625 ], [ 120.2752688, 30.1723845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2752688, 30.1723845 ], [ 120.2752017, 30.1722917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2752017, 30.1722917 ], [ 120.2752688, 30.1723845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274506, 30.1769558 ], [ 120.2745172, 30.1769025 ], [ 120.2746542, 30.1762543 ], [ 120.27507, 30.1733263 ], [ 120.2751513, 30.1727364 ], [ 120.2751834, 30.1725231 ], [ 120.2751919, 30.1723515 ], [ 120.2752017, 30.1722917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "北干山隧道", "育才路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2752688, 30.1723845 ], [ 120.2752606, 30.1724444 ], [ 120.2752264, 30.1727921 ], [ 120.2751438, 30.1733375 ], [ 120.2747612, 30.1762597 ], [ 120.2746169, 30.1769357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282256, 30.1737057 ], [ 120.2824339, 30.1737405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822543, 30.1738076 ], [ 120.282256, 30.1737057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824339, 30.1737405 ], [ 120.2824317, 30.1738474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824317, 30.1738474 ], [ 120.2822543, 30.1738076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824339, 30.1737405 ], [ 120.2834326, 30.1738472 ], [ 120.283851, 30.1739074 ], [ 120.2850089, 30.1740426 ], [ 120.2868296, 30.1742551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "站前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868284, 30.1743913 ], [ 120.2855959, 30.1742405 ], [ 120.2851437, 30.1741843 ], [ 120.2824317, 30.1738474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868296, 30.1742551 ], [ 120.2868284, 30.1743913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "商城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868284, 30.1743913 ], [ 120.2868296, 30.1742551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813807, 30.1786586 ], [ 120.281443, 30.1784152 ], [ 120.2815136, 30.1780913 ], [ 120.2815504, 30.1778247 ], [ 120.2816244, 30.1775463 ], [ 120.2816798, 30.1772351 ], [ 120.2821144, 30.1752214 ], [ 120.2822518, 30.1743595 ], [ 120.2822897, 30.1740325 ], [ 120.2822849, 30.1739627 ], [ 120.2822543, 30.1738076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824317, 30.1738474 ], [ 120.2824347, 30.1739892 ], [ 120.2823809, 30.1743528 ], [ 120.2823219, 30.1748608 ], [ 120.2822304, 30.1752449 ], [ 120.2819596, 30.1763954 ], [ 120.2817122, 30.1775418 ], [ 120.2816994, 30.17788 ], [ 120.281635, 30.1781127 ], [ 120.2815399, 30.1786085 ], [ 120.2815241, 30.1787153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807446, 30.1734972 ], [ 120.2806477, 30.1734595 ], [ 120.2799938, 30.173216 ], [ 120.2793909, 30.173006 ], [ 120.278995, 30.1728681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807446, 30.1734972 ], [ 120.2812198, 30.1735759 ], [ 120.282256, 30.1737057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822543, 30.1738076 ], [ 120.2816305, 30.1737106 ], [ 120.2812584, 30.1736417 ], [ 120.2808918, 30.1735566 ], [ 120.2807446, 30.1734972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746169, 30.1769357 ], [ 120.2749887, 30.1770443 ], [ 120.2753731, 30.1771507 ], [ 120.2757024, 30.1771963 ], [ 120.276792, 30.1773088 ], [ 120.277538, 30.1775074 ], [ 120.2776624, 30.1775449 ], [ 120.2783938, 30.1777657 ], [ 120.2810688, 30.178581 ], [ 120.2813807, 30.1786586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813162, 30.1788999 ], [ 120.2781262, 30.1779437 ], [ 120.277629, 30.1777854 ], [ 120.2767141, 30.177494 ], [ 120.2761549, 30.177341 ], [ 120.2754895, 30.1772645 ], [ 120.2752276, 30.1772125 ], [ 120.2745967, 30.1770299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813807, 30.1786586 ], [ 120.2815241, 30.1787153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813162, 30.1788999 ], [ 120.2813807, 30.1786586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2815241, 30.1787153 ], [ 120.2814692, 30.1789585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814692, 30.1789585 ], [ 120.2813162, 30.1788999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "通惠路", "通惠中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811016, 30.179754 ], [ 120.2811228, 30.1796652 ], [ 120.2811909, 30.1793789 ], [ 120.2813162, 30.1788999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682199, 30.1735482 ], [ 120.2682462, 30.1732493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682462, 30.1732493 ], [ 120.2682199, 30.1735482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682462, 30.1732493 ], [ 120.2683388, 30.1733279 ], [ 120.2697216, 30.1739356 ], [ 120.2700058, 30.1741046 ], [ 120.2700981, 30.1741657 ], [ 120.2701687, 30.1742323 ], [ 120.2706442, 30.1747298 ], [ 120.270708, 30.1747743 ], [ 120.270778, 30.1748025 ], [ 120.2708643, 30.1748167 ], [ 120.2711704, 30.1748526 ], [ 120.2712429, 30.174867 ], [ 120.2714063, 30.1749346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714063, 30.1749346 ], [ 120.271234, 30.1749106 ], [ 120.271142, 30.174897 ], [ 120.2708359, 30.1748612 ], [ 120.2707496, 30.1748469 ], [ 120.2706796, 30.1748187 ], [ 120.2706158, 30.1747743 ], [ 120.2705397, 30.1747104 ], [ 120.2701162, 30.1742714 ], [ 120.2700492, 30.1742121 ], [ 120.2699667, 30.1741609 ], [ 120.2696697, 30.1740417 ], [ 120.268684, 30.1736665 ], [ 120.2684449, 30.1735961 ], [ 120.2682199, 30.1735482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676628, 30.1769655 ], [ 120.2676852, 30.1765724 ], [ 120.2677237, 30.1759883 ], [ 120.2677237, 30.175634 ], [ 120.2677613, 30.1753161 ], [ 120.2679958, 30.1745019 ], [ 120.268204, 30.1737295 ], [ 120.2682199, 30.1735482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2682199, 30.1735482 ], [ 120.268204, 30.1737295 ], [ 120.2679958, 30.1745019 ], [ 120.2677613, 30.1753161 ], [ 120.2677237, 30.175634 ], [ 120.2677237, 30.1759883 ], [ 120.2676852, 30.1765724 ], [ 120.2676628, 30.1769655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干一苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676628, 30.1769655 ], [ 120.2674773, 30.1769292 ], [ 120.2674138, 30.1769168 ], [ 120.2671749, 30.1769112 ], [ 120.2668906, 30.1768926 ], [ 120.2665419, 30.1768462 ], [ 120.2662651, 30.1768136 ], [ 120.2660698, 30.1767906 ], [ 120.2655476, 30.1767224 ], [ 120.2652812, 30.1766468 ], [ 120.2650452, 30.1765541 ], [ 120.2648073, 30.1764395 ], [ 120.264498, 30.17635 ], [ 120.2642226, 30.176268 ], [ 120.2637408, 30.1762485 ], [ 120.2633286, 30.1762573 ], [ 120.2627137, 30.1762534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北干一苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2627137, 30.1762534 ], [ 120.2633286, 30.1762573 ], [ 120.2637408, 30.1762485 ], [ 120.2642226, 30.176268 ], [ 120.264498, 30.17635 ], [ 120.2648073, 30.1764395 ], [ 120.2650452, 30.1765541 ], [ 120.2652812, 30.1766468 ], [ 120.2655476, 30.1767224 ], [ 120.2660698, 30.1767906 ], [ 120.2662651, 30.1768136 ], [ 120.2665419, 30.1768462 ], [ 120.2668906, 30.1768926 ], [ 120.2671749, 30.1769112 ], [ 120.2674138, 30.1769168 ], [ 120.2674773, 30.1769292 ], [ 120.2676628, 30.1769655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672074, 30.1798138 ], [ 120.267482, 30.1781976 ], [ 120.267554, 30.1777737 ], [ 120.2676628, 30.1769655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676628, 30.1769655 ], [ 120.267554, 30.1777737 ], [ 120.267482, 30.1781976 ], [ 120.2672074, 30.1798138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274506, 30.1769558 ], [ 120.2740132, 30.176831 ], [ 120.2734534, 30.1766756 ], [ 120.2733639, 30.1766433 ], [ 120.2732868, 30.1766105 ], [ 120.2732112, 30.1765705 ], [ 120.2731472, 30.1765308 ], [ 120.2730066, 30.1764348 ], [ 120.2729606, 30.1763941 ], [ 120.2729176, 30.1763547 ], [ 120.2728215, 30.176252 ], [ 120.2726593, 30.1760625 ], [ 120.2724911, 30.1758745 ], [ 120.2723025, 30.1756774 ], [ 120.2718478, 30.175229 ], [ 120.2717625, 30.1751452 ], [ 120.2716958, 30.175089 ], [ 120.2716015, 30.1750255 ], [ 120.2715106, 30.1749758 ], [ 120.2714063, 30.1749346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714063, 30.1749346 ], [ 120.2715106, 30.1749758 ], [ 120.2716015, 30.1750255 ], [ 120.2716958, 30.175089 ], [ 120.2717625, 30.1751452 ], [ 120.2718478, 30.175229 ], [ 120.2723025, 30.1756774 ], [ 120.2724911, 30.1758745 ], [ 120.2726593, 30.1760625 ], [ 120.2728215, 30.176252 ], [ 120.2729176, 30.1763547 ], [ 120.2729606, 30.1763941 ], [ 120.2730066, 30.1764348 ], [ 120.2731472, 30.1765308 ], [ 120.2732112, 30.1765705 ], [ 120.2732868, 30.1766105 ], [ 120.2733639, 30.1766433 ], [ 120.2734534, 30.1766756 ], [ 120.2740132, 30.176831 ], [ 120.274506, 30.1769558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274506, 30.1769558 ], [ 120.2746169, 30.1769357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746169, 30.1769357 ], [ 120.2745967, 30.1770299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745967, 30.1770299 ], [ 120.274506, 30.1769558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育才北路", "育北桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2731199, 30.1802143 ], [ 120.2730122, 30.1792567 ], [ 120.2729733, 30.1788208 ], [ 120.2729733, 30.1786353 ], [ 120.2730377, 30.1784591 ], [ 120.2731879, 30.1783014 ], [ 120.2733917, 30.1782087 ], [ 120.2740784, 30.1779675 ], [ 120.27425, 30.177847 ], [ 120.2743573, 30.17768 ], [ 120.2743895, 30.1775409 ], [ 120.2744668, 30.1771409 ], [ 120.2744978, 30.1769946 ], [ 120.274506, 30.1769558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育才北路", "育北桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745967, 30.1770299 ], [ 120.2745724, 30.177144 ], [ 120.2745103, 30.1775599 ], [ 120.2744739, 30.1777171 ], [ 120.2743458, 30.1779164 ], [ 120.2741416, 30.1780599 ], [ 120.2734435, 30.178305 ], [ 120.2732669, 30.1783854 ], [ 120.2731476, 30.1785107 ], [ 120.2730961, 30.1786517 ], [ 120.2730961, 30.1788192 ], [ 120.2731061, 30.1792961 ], [ 120.2731199, 30.1802143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2731199, 30.1802143 ], [ 120.271886, 30.1801461 ], [ 120.2716337, 30.1801254 ], [ 120.2705479, 30.1800363 ], [ 120.2677803, 30.179852 ], [ 120.2672074, 30.1798138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "山阴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672074, 30.1798138 ], [ 120.2677803, 30.179852 ], [ 120.2705479, 30.1800363 ], [ 120.2716337, 30.1801254 ], [ 120.271886, 30.1801461 ], [ 120.2731199, 30.1802143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育才北路", "育新桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733546, 30.1829642 ], [ 120.2731772, 30.1810183 ], [ 120.2731602, 30.1807515 ], [ 120.2731199, 30.1802143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育才北路", "育新桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2731199, 30.1802143 ], [ 120.2731602, 30.1807515 ], [ 120.2731772, 30.1810183 ], [ 120.2733546, 30.1829642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.272005, 30.1830113 ], [ 120.2733546, 30.1829642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705782, 30.1830359 ], [ 120.272005, 30.1830113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733663, 30.1830927 ], [ 120.2733546, 30.1829642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733546, 30.1829642 ], [ 120.2733663, 30.1830927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715102, 30.183145 ], [ 120.272005, 30.1830113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705782, 30.1830359 ], [ 120.2710531, 30.1831574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715102, 30.183145 ], [ 120.2719904, 30.1831348 ], [ 120.2722048, 30.1831305 ], [ 120.2733663, 30.1830927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2710531, 30.1831574 ], [ 120.2712294, 30.1831514 ], [ 120.2715102, 30.183145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733663, 30.1830927 ], [ 120.2734196, 30.1832138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733144, 30.1832143 ], [ 120.2733663, 30.1830927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734196, 30.1832138 ], [ 120.2733144, 30.1832143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733144, 30.1832143 ], [ 120.2723122, 30.1832162 ], [ 120.271678, 30.1832377 ], [ 120.2702011, 30.1832867 ], [ 120.2694494, 30.1833115 ], [ 120.2692895, 30.183316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733144, 30.1832143 ], [ 120.273079, 30.1833469 ], [ 120.272023, 30.1833872 ], [ 120.2703362, 30.1834476 ], [ 120.26972, 30.1834559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育浦桥", "育才北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734196, 30.1832138 ], [ 120.2734245, 30.1834568 ], [ 120.2733889, 30.1841074 ], [ 120.2733207, 30.1844816 ], [ 120.2732743, 30.1854671 ], [ 120.2732404, 30.1861862 ], [ 120.273231, 30.1864527 ], [ 120.273192, 30.1875619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育浦桥", "育才北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730555, 30.1875633 ], [ 120.2731309, 30.1861785 ], [ 120.2732144, 30.1844797 ], [ 120.2732756, 30.1840974 ], [ 120.2733144, 30.1832143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273192, 30.1875619 ], [ 120.2748402, 30.1875169 ], [ 120.2758751, 30.1874886 ], [ 120.2763893, 30.1874793 ], [ 120.2771533, 30.1874656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771533, 30.1874656 ], [ 120.2763893, 30.1874793 ], [ 120.2758751, 30.1874886 ], [ 120.2748402, 30.1875169 ], [ 120.273192, 30.1875619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730555, 30.1875633 ], [ 120.273192, 30.1875619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273192, 30.1875619 ], [ 120.2730555, 30.1875633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "通惠路", "通惠中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814692, 30.1789585 ], [ 120.2813646, 30.1793953 ], [ 120.2813088, 30.1796749 ], [ 120.2812856, 30.1797912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804141, 30.1828627 ], [ 120.2804606, 30.1825571 ], [ 120.2804957, 30.1823043 ], [ 120.2806155, 30.1817841 ], [ 120.2808842, 30.1805979 ], [ 120.2809512, 30.1802513 ], [ 120.2810019, 30.1800968 ], [ 120.2810133, 30.1800619 ], [ 120.2810416, 30.1799633 ], [ 120.2811016, 30.179754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812856, 30.1797912 ], [ 120.2812471, 30.1800109 ], [ 120.2810853, 30.1809348 ], [ 120.2808933, 30.181835 ], [ 120.2808063, 30.1822788 ], [ 120.2807348, 30.1828264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804141, 30.1828627 ], [ 120.2807348, 30.1828264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807348, 30.1828264 ], [ 120.2806859, 30.1829897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2803843, 30.1830103 ], [ 120.2804141, 30.1828627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733663, 30.1830927 ], [ 120.2778351, 30.1829509 ], [ 120.2797239, 30.1828899 ], [ 120.2804141, 30.1828627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806859, 30.1829897 ], [ 120.2803843, 30.1830103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2803843, 30.1830103 ], [ 120.2799493, 30.1830135 ], [ 120.2796914, 30.1830213 ], [ 120.2778148, 30.1830782 ], [ 120.2734196, 30.1832138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805823, 30.1923636 ], [ 120.2806021, 30.1922173 ], [ 120.2805996, 30.1919996 ], [ 120.2805444, 30.1900449 ], [ 120.2804912, 30.1865474 ], [ 120.2804654, 30.183925 ], [ 120.2804522, 30.1834197 ], [ 120.2804654, 30.1831286 ], [ 120.2805182, 30.1827347 ], [ 120.2805843, 30.1822893 ], [ 120.2809079, 30.1808649 ], [ 120.2810117, 30.180355 ], [ 120.2810923, 30.1799805 ], [ 120.2811016, 30.179754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3042739, 30.1756316 ], [ 120.3043484, 30.1767711 ], [ 120.3044611, 30.1786214 ], [ 120.3044695, 30.178893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044695, 30.178893 ], [ 120.3044611, 30.1786214 ], [ 120.3043484, 30.1767711 ], [ 120.3042739, 30.1756316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.297964, 30.1786949 ], [ 120.298064, 30.178709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.298064, 30.178709 ], [ 120.2980226, 30.1787831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979298, 30.1788206 ], [ 120.297964, 30.1786949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2980226, 30.1787831 ], [ 120.2979298, 30.1788206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.298064, 30.178709 ], [ 120.3016291, 30.1788244 ], [ 120.302172, 30.1788415 ], [ 120.303049, 30.1788783 ], [ 120.3036739, 30.178892 ], [ 120.3042123, 30.1788952 ], [ 120.3044695, 30.178893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044713, 30.1789747 ], [ 120.3042574, 30.1789811 ], [ 120.3031692, 30.1789553 ], [ 120.3027067, 30.178928 ], [ 120.3026134, 30.1789224 ], [ 120.3021829, 30.178897 ], [ 120.3016378, 30.1788946 ], [ 120.298451, 30.1788097 ], [ 120.2980226, 30.1787831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044695, 30.178893 ], [ 120.3044713, 30.1789747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044713, 30.1789747 ], [ 120.3044695, 30.178893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868284, 30.1743913 ], [ 120.2868889, 30.1747792 ], [ 120.2870108, 30.1751528 ], [ 120.2871781, 30.1755128 ], [ 120.2873061, 30.1757302 ], [ 120.2873634, 30.1758275 ], [ 120.2875695, 30.1761287 ], [ 120.2877085, 30.1763053 ], [ 120.2879747, 30.1766434 ], [ 120.2881947, 30.1770979 ], [ 120.2882817, 30.1775523 ], [ 120.2883268, 30.177927 ], [ 120.2883111, 30.1782001 ], [ 120.2882985, 30.1784861 ], [ 120.2882099, 30.1788062 ], [ 120.2881448, 30.1790797 ], [ 120.2879119, 30.1800381 ], [ 120.2877657, 30.1805687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877657, 30.1805687 ], [ 120.2879119, 30.1800381 ], [ 120.2881448, 30.1790797 ], [ 120.2882099, 30.1788062 ], [ 120.2882985, 30.1784861 ], [ 120.2883111, 30.1782001 ], [ 120.2883268, 30.177927 ], [ 120.2882817, 30.1775523 ], [ 120.2881947, 30.1770979 ], [ 120.2879747, 30.1766434 ], [ 120.2877085, 30.1763053 ], [ 120.2875695, 30.1761287 ], [ 120.2873634, 30.1758275 ], [ 120.2873061, 30.1757302 ], [ 120.2871781, 30.1755128 ], [ 120.2870108, 30.1751528 ], [ 120.2868889, 30.1747792 ], [ 120.2868284, 30.1743913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853171, 30.179886 ], [ 120.2853439, 30.1797974 ], [ 120.2854404, 30.1795889 ], [ 120.2855216, 30.1794644 ], [ 120.2856179, 30.1792765 ], [ 120.2858888, 30.1790262 ], [ 120.286169, 30.1788566 ], [ 120.2866627, 30.1787015 ], [ 120.2870854, 30.1786705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2815241, 30.1787153 ], [ 120.2817723, 30.1787924 ], [ 120.2825405, 30.1790309 ], [ 120.2853171, 30.179886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852498, 30.1801082 ], [ 120.284603, 30.1799202 ], [ 120.2814692, 30.1789585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853171, 30.179886 ], [ 120.2854099, 30.1799244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852498, 30.1801082 ], [ 120.2853171, 30.179886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854099, 30.1799244 ], [ 120.2853183, 30.1801348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853183, 30.1801348 ], [ 120.2852498, 30.1801082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854099, 30.1799244 ], [ 120.2871171, 30.180434 ], [ 120.2877657, 30.1805687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979298, 30.1788206 ], [ 120.2975771, 30.1788193 ], [ 120.2943558, 30.17897 ], [ 120.2939216, 30.1789903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934375, 30.1790981 ], [ 120.2931036, 30.1790668 ], [ 120.2910829, 30.1789895 ], [ 120.291041, 30.1789879 ], [ 120.2909846, 30.1789671 ], [ 120.2909444, 30.1789253 ], [ 120.2909471, 30.1788558 ], [ 120.2910034, 30.1788279 ], [ 120.2910894, 30.178824 ], [ 120.2933887, 30.1789301 ], [ 120.2935588, 30.1788093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939216, 30.1789903 ], [ 120.2934667, 30.1789813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934455, 30.179066 ], [ 120.2934667, 30.1789813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939216, 30.1789903 ], [ 120.2939012, 30.1790548 ], [ 120.2938947, 30.1791259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934375, 30.1790981 ], [ 120.2934455, 30.179066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934616, 30.1790996 ], [ 120.2934455, 30.179066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934616, 30.1790996 ], [ 120.2934375, 30.1790981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通货路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938947, 30.1791259 ], [ 120.2934616, 30.1790996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934667, 30.1789813 ], [ 120.2933693, 30.1789794 ], [ 120.2928887, 30.1789698 ], [ 120.2915022, 30.1789055 ], [ 120.2878797, 30.1787767 ], [ 120.2874933, 30.178763 ], [ 120.2871587, 30.1787953 ], [ 120.2867298, 30.178861 ], [ 120.2862968, 30.178994 ], [ 120.2860104, 30.1791423 ], [ 120.2857427, 30.1793499 ], [ 120.2856122, 30.179542 ], [ 120.2854647, 30.1797987 ], [ 120.2854099, 30.1799244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046521, 30.1788914 ], [ 120.3046565, 30.1789692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046025, 30.1789708 ], [ 120.304598, 30.1788919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3047774, 30.1789654 ], [ 120.3046565, 30.1789692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046565, 30.1789692 ], [ 120.3046025, 30.1789708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046025, 30.1789708 ], [ 120.3044713, 30.1789747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3050099, 30.1814038 ], [ 120.3049734, 30.1810908 ], [ 120.304901, 30.1796045 ], [ 120.3047774, 30.1789654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3047774, 30.1789654 ], [ 120.304901, 30.1796045 ], [ 120.3049734, 30.1810908 ], [ 120.3050099, 30.1814038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304575, 30.1814902 ], [ 120.3044316, 30.1794422 ], [ 120.3044713, 30.1789747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044713, 30.1789747 ], [ 120.3044316, 30.1794422 ], [ 120.304575, 30.1814902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3127923, 30.1804207 ], [ 120.312807, 30.1805954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2941468, 30.18149 ], [ 120.2942122, 30.1812812 ], [ 120.2940565, 30.1804246 ], [ 120.2938541, 30.1799179 ], [ 120.2934616, 30.1790996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938947, 30.1791259 ], [ 120.2939899, 30.1798169 ], [ 120.2943227, 30.180536 ], [ 120.2945049, 30.1811383 ], [ 120.2944865, 30.1814802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2941468, 30.18149 ], [ 120.2944865, 30.1814802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944865, 30.1814802 ], [ 120.2949527, 30.181454 ], [ 120.2959607, 30.1815214 ], [ 120.2974331, 30.1816738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2940715, 30.1817304 ], [ 120.2941468, 30.18149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944865, 30.1814802 ], [ 120.2943626, 30.1817522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943626, 30.1817522 ], [ 120.2942022, 30.1817341 ], [ 120.2940715, 30.1817304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2973691, 30.1820832 ], [ 120.2951386, 30.1818395 ], [ 120.2943626, 30.1817522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852036, 30.1823896 ], [ 120.2882682, 30.1820395 ], [ 120.2909002, 30.1817726 ], [ 120.2916138, 30.1816585 ], [ 120.2919684, 30.1816203 ], [ 120.2933677, 30.1815457 ], [ 120.2937001, 30.181503 ], [ 120.2941468, 30.18149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2940715, 30.1817304 ], [ 120.2935575, 30.1817157 ], [ 120.2930506, 30.1817334 ], [ 120.2918531, 30.181874 ], [ 120.2905458, 30.1819811 ], [ 120.288271, 30.1821974 ], [ 120.2852247, 30.1824948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2850678, 30.1807098 ], [ 120.2852498, 30.1801082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853183, 30.1801348 ], [ 120.2850678, 30.1807098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彩虹大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877029, 30.1807967 ], [ 120.2870627, 30.1806391 ], [ 120.2861496, 30.180373 ], [ 120.2853183, 30.1801348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877029, 30.1807967 ], [ 120.2877657, 30.1805687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877657, 30.1805687 ], [ 120.2877029, 30.1807967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.284653, 30.1824466 ], [ 120.284655, 30.1822067 ], [ 120.2847104, 30.1819483 ], [ 120.2848768, 30.1812985 ], [ 120.2850678, 30.1807098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2850678, 30.1807098 ], [ 120.2848768, 30.1812985 ], [ 120.2847104, 30.1819483 ], [ 120.284655, 30.1822067 ], [ 120.284653, 30.1824466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877029, 30.1807967 ], [ 120.2873956, 30.1819127 ], [ 120.2873793, 30.1819717 ], [ 120.2863566, 30.1820912 ], [ 120.2857914, 30.1821572 ], [ 120.2853194, 30.1821989 ], [ 120.2852036, 30.1823896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852036, 30.1823896 ], [ 120.2853194, 30.1821989 ], [ 120.2857914, 30.1821572 ], [ 120.2863566, 30.1820912 ], [ 120.2873793, 30.1819717 ], [ 120.2873956, 30.1819127 ], [ 120.2877029, 30.1807967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.284653, 30.1824466 ], [ 120.2852036, 30.1823896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312807, 30.1805954 ], [ 120.3127923, 30.1804207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3123015, 30.180587 ], [ 120.3108883, 30.1807724 ], [ 120.3102085, 30.1808535 ], [ 120.3095582, 30.1809439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3062132, 30.1812701 ], [ 120.3096562, 30.1806665 ], [ 120.3104133, 30.1805508 ], [ 120.31139, 30.1804703 ], [ 120.3120683, 30.1804463 ], [ 120.3127923, 30.1804207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3062132, 30.1812701 ], [ 120.3068694, 30.1810818 ], [ 120.307493, 30.1809638 ], [ 120.3094299, 30.1806031 ], [ 120.3098999, 30.1805358 ], [ 120.310191, 30.1805176 ], [ 120.3119825, 30.1804804 ], [ 120.3123059, 30.1804989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312807, 30.1805954 ], [ 120.3114278, 30.1806614 ], [ 120.3105793, 30.1807383 ], [ 120.3095438, 30.1808573 ], [ 120.3069331, 30.1813433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3095582, 30.1809439 ], [ 120.307429, 30.1812985 ], [ 120.3069331, 30.1813433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3050099, 30.1814038 ], [ 120.3062132, 30.1812701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3046565, 30.1789692 ], [ 120.3046631, 30.1790842 ], [ 120.3046761, 30.1793127 ], [ 120.3048099, 30.1813215 ], [ 120.3048497, 30.1819605 ], [ 120.3049336, 30.183476 ], [ 120.3049455, 30.1835962 ], [ 120.3049566, 30.1837436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048994, 30.183749 ], [ 120.3048906, 30.1835909 ], [ 120.3048796, 30.1834793 ], [ 120.304781, 30.1819705 ], [ 120.3047391, 30.1813256 ], [ 120.3046221, 30.1793151 ], [ 120.3046076, 30.1790609 ], [ 120.3046025, 30.1789708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304575, 30.1814902 ], [ 120.3046269, 30.1814703 ], [ 120.3049214, 30.1814448 ], [ 120.3050099, 30.1814038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2980226, 30.1787831 ], [ 120.2977889, 30.1802002 ], [ 120.2976637, 30.1808901 ], [ 120.2975846, 30.181424 ], [ 120.2975644, 30.1816502 ], [ 120.2975625, 30.1817024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974331, 30.1816738 ], [ 120.2974827, 30.1814957 ], [ 120.2975818, 30.1808822 ], [ 120.2976738, 30.1803727 ], [ 120.2978502, 30.1793293 ], [ 120.2979298, 30.1788206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974331, 30.1816738 ], [ 120.2975625, 30.1817024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2975625, 30.1817024 ], [ 120.2980189, 30.1817431 ], [ 120.2987485, 30.1818307 ], [ 120.2998853, 30.1818594 ], [ 120.3012135, 30.1819336 ], [ 120.302195, 30.181858 ], [ 120.302307, 30.1818493 ], [ 120.302593, 30.1818273 ], [ 120.3028529, 30.1817728 ], [ 120.3031053, 30.1817199 ], [ 120.304575, 30.1814902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2973691, 30.1820832 ], [ 120.2974331, 30.1816738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2975625, 30.1817024 ], [ 120.2974962, 30.1820971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974962, 30.1820971 ], [ 120.2973691, 30.1820832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974962, 30.1820971 ], [ 120.2973307, 30.1824229 ], [ 120.2972562, 30.182415 ], [ 120.2973691, 30.1820832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3021142, 30.1823729 ], [ 120.3011316, 30.1825271 ], [ 120.2997612, 30.1823969 ], [ 120.2985596, 30.1822435 ], [ 120.2977153, 30.182121 ], [ 120.2974962, 30.1820971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3021142, 30.1823729 ], [ 120.3020433, 30.1835223 ], [ 120.3018961, 30.1842794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069331, 30.1813433 ], [ 120.304936, 30.1818231 ], [ 120.3046373, 30.1819002 ], [ 120.3033538, 30.1821548 ], [ 120.3027836, 30.1822679 ], [ 120.3021142, 30.1823729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3095582, 30.1809439 ], [ 120.3095766, 30.1811734 ], [ 120.3097003, 30.18272 ], [ 120.309746, 30.1832917 ], [ 120.3093228, 30.1833316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3093228, 30.1833316 ], [ 120.309746, 30.1832917 ], [ 120.3097003, 30.18272 ], [ 120.3095766, 30.1811734 ], [ 120.3095582, 30.1809439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3093228, 30.1833316 ], [ 120.3094876, 30.1842351 ], [ 120.3106742, 30.1845861 ], [ 120.3108265, 30.1848975 ], [ 120.3114089, 30.1849371 ], [ 120.3122308, 30.1849698 ], [ 120.3127999, 30.1846657 ], [ 120.3129692, 30.18436 ], [ 120.3129209, 30.1840908 ], [ 120.3128731, 30.1837543 ], [ 120.3128572, 30.1836419 ], [ 120.3128136, 30.1833352 ], [ 120.3127946, 30.1832569 ], [ 120.3127852, 30.183218 ], [ 120.3127439, 30.1830475 ], [ 120.3128404, 30.1825469 ], [ 120.3127009, 30.1818421 ], [ 120.3127975, 30.1815033 ], [ 120.3127749, 30.1812822 ], [ 120.3127439, 30.1809793 ], [ 120.3127927, 30.180646 ], [ 120.312807, 30.1805954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312807, 30.1805954 ], [ 120.3127927, 30.180646 ], [ 120.3127439, 30.1809793 ], [ 120.3127749, 30.1812822 ], [ 120.3127975, 30.1815033 ], [ 120.3127009, 30.1818421 ], [ 120.3128404, 30.1825469 ], [ 120.3127439, 30.1830475 ], [ 120.3127852, 30.183218 ], [ 120.3127946, 30.1832569 ], [ 120.3128136, 30.1833352 ], [ 120.3128572, 30.1836419 ], [ 120.3128731, 30.1837543 ], [ 120.3129209, 30.1840908 ], [ 120.3129692, 30.18436 ], [ 120.3127999, 30.1846657 ], [ 120.3122308, 30.1849698 ], [ 120.3114089, 30.1849371 ], [ 120.3108265, 30.1848975 ], [ 120.3106742, 30.1845861 ], [ 120.3094876, 30.1842351 ], [ 120.3093228, 30.1833316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049566, 30.1837436 ], [ 120.3052585, 30.1837151 ], [ 120.3093228, 30.1833316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3093228, 30.1833316 ], [ 120.3052585, 30.1837151 ], [ 120.3049566, 30.1837436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048994, 30.183749 ], [ 120.3049566, 30.1837436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049566, 30.1837436 ], [ 120.3048994, 30.183749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "新城路", "新城隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306027, 30.1957758 ], [ 120.3060127, 30.1955827 ], [ 120.3059287, 30.1944461 ], [ 120.3057967, 30.1926595 ], [ 120.3056151, 30.1908736 ], [ 120.3054764, 30.1900439 ], [ 120.3053449, 30.1892577 ], [ 120.3050185, 30.1858923 ], [ 120.304939, 30.1844619 ], [ 120.3048994, 30.183749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "同兴大桥", "长山隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3070141, 30.2003904 ], [ 120.3070805, 30.1999736 ], [ 120.3072217, 30.1996012 ], [ 120.307464, 30.1991478 ], [ 120.3077036, 30.1987832 ], [ 120.308279, 30.1980283 ], [ 120.3088638, 30.1972896 ], [ 120.3097732, 30.1961527 ], [ 120.3100928, 30.1957532 ], [ 120.3101941, 30.1956265 ], [ 120.3115575, 30.193914 ], [ 120.3133936, 30.1915284 ], [ 120.3138148, 30.19099 ], [ 120.3140797, 30.1906317 ], [ 120.3140951, 30.1906055 ], [ 120.3144762, 30.189957 ], [ 120.3146962, 30.189528 ], [ 120.3149161, 30.1890667 ], [ 120.3150647, 30.1887032 ], [ 120.3152413, 30.1883397 ], [ 120.3154152, 30.1880349 ], [ 120.3163431, 30.18596 ], [ 120.316593, 30.1853278 ], [ 120.3168084, 30.1848682 ], [ 120.3169677, 30.1845096 ], [ 120.3171818, 30.1840595 ], [ 120.3173865, 30.1836741 ], [ 120.3176394, 30.1832759 ], [ 120.3179155, 30.182902 ], [ 120.318197, 30.182567 ], [ 120.3186605, 30.1820463 ], [ 120.3190247, 30.1817196 ], [ 120.3191977, 30.1815774 ], [ 120.3193562, 30.1814472 ], [ 120.319669, 30.1812394 ], [ 120.3203656, 30.1807599 ], [ 120.3207526, 30.1805475 ], [ 120.321591, 30.1801376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "同兴大桥", "长山隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218535, 30.1801288 ], [ 120.3213359, 30.1803611 ], [ 120.3209814, 30.1805636 ], [ 120.3205725, 30.1807971 ], [ 120.3201512, 30.1810675 ], [ 120.319543, 30.1815317 ], [ 120.3190805, 30.1819543 ], [ 120.3186834, 30.1824012 ], [ 120.3184215, 30.1827167 ], [ 120.3181271, 30.1831368 ], [ 120.3178514, 30.1836054 ], [ 120.3174127, 30.1845503 ], [ 120.3170512, 30.1853757 ], [ 120.3167937, 30.1860064 ], [ 120.315863, 30.1880599 ], [ 120.315437, 30.1888543 ], [ 120.315211, 30.1892755 ], [ 120.3149757, 30.1896361 ], [ 120.3146467, 30.1900767 ], [ 120.3142027, 30.1906122 ], [ 120.3138334, 30.1910723 ], [ 120.3134411, 30.1915681 ], [ 120.3116243, 30.1939495 ], [ 120.3103344, 30.1955556 ], [ 120.3101902, 30.1957379 ], [ 120.3097906, 30.1962427 ], [ 120.308958, 30.1972946 ], [ 120.3083458, 30.1980831 ], [ 120.3077055, 30.1989201 ], [ 120.3074732, 30.1993276 ], [ 120.3073382, 30.1995888 ], [ 120.3072453, 30.1998297 ], [ 120.3071572, 30.2001168 ], [ 120.3071018, 30.2003838 ], [ 120.3071088, 30.2007381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "新城路", "新城隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049566, 30.1837436 ], [ 120.3050106, 30.1844607 ], [ 120.3051176, 30.1858811 ], [ 120.3055003, 30.18928 ], [ 120.3056087, 30.190049 ], [ 120.3057225, 30.190855 ], [ 120.305896, 30.1926538 ], [ 120.3060268, 30.1944237 ], [ 120.3060824, 30.1951767 ], [ 120.3061707, 30.1963704 ], [ 120.3061728, 30.1963993 ], [ 120.3068248, 30.1995878 ], [ 120.3070141, 30.2003904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "北塘路", "北塘东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885404, 30.1928995 ], [ 120.2887687, 30.1928765 ], [ 120.2889041, 30.1928628 ], [ 120.28928, 30.192842 ], [ 120.2924242, 30.1927625 ], [ 120.292533, 30.1927597 ], [ 120.2930207, 30.192748 ], [ 120.2952689, 30.1926769 ], [ 120.2956305, 30.1926655 ], [ 120.2976796, 30.1926268 ], [ 120.2983262, 30.1926096 ], [ 120.2995143, 30.1925781 ], [ 120.2997977, 30.1925706 ], [ 120.3013126, 30.1925257 ], [ 120.3026435, 30.1924863 ], [ 120.3032704, 30.192472 ], [ 120.303453, 30.1924678 ], [ 120.3049527, 30.1924335 ], [ 120.3051003, 30.1924268 ], [ 120.30624, 30.1923747 ], [ 120.3078757, 30.1923001 ], [ 120.309027, 30.1922799 ], [ 120.3095095, 30.1922714 ], [ 120.3113994, 30.1922138 ], [ 120.311531, 30.1922098 ], [ 120.3135236, 30.1921491 ], [ 120.315078, 30.1921018 ], [ 120.3155619, 30.1920871 ], [ 120.3171273, 30.1920346 ], [ 120.3190418, 30.1919704 ], [ 120.3211499, 30.1918897 ], [ 120.3212774, 30.1918869 ], [ 120.323559, 30.1918369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "北塘路", "北塘东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.323559, 30.1918369 ], [ 120.3212774, 30.1918869 ], [ 120.3211499, 30.1918897 ], [ 120.3190418, 30.1919704 ], [ 120.3171273, 30.1920346 ], [ 120.3155619, 30.1920871 ], [ 120.315078, 30.1921018 ], [ 120.3135236, 30.1921491 ], [ 120.311531, 30.1922098 ], [ 120.3113994, 30.1922138 ], [ 120.3095095, 30.1922714 ], [ 120.309027, 30.1922799 ], [ 120.3078757, 30.1923001 ], [ 120.30624, 30.1923747 ], [ 120.3051003, 30.1924268 ], [ 120.3049527, 30.1924335 ], [ 120.303453, 30.1924678 ], [ 120.3032704, 30.192472 ], [ 120.3026435, 30.1924863 ], [ 120.3013126, 30.1925257 ], [ 120.2997977, 30.1925706 ], [ 120.2995143, 30.1925781 ], [ 120.2983262, 30.1926096 ], [ 120.2976796, 30.1926268 ], [ 120.2956305, 30.1926655 ], [ 120.2952689, 30.1926769 ], [ 120.2930207, 30.192748 ], [ 120.292533, 30.1927597 ], [ 120.2924242, 30.1927625 ], [ 120.28928, 30.192842 ], [ 120.2889041, 30.1928628 ], [ 120.2887687, 30.1928765 ], [ 120.2885404, 30.1928995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3060421, 30.1959806 ], [ 120.3043624, 30.1959491 ], [ 120.3043207, 30.1957573 ], [ 120.306027, 30.1957758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3060421, 30.1959806 ], [ 120.306027, 30.1957758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3070386, 30.2009965 ], [ 120.3068999, 30.2004046 ], [ 120.3060738, 30.1964096 ], [ 120.3060721, 30.196386 ], [ 120.3060421, 30.1959806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3070141, 30.2003904 ], [ 120.3071088, 30.2007381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3070386, 30.2009965 ], [ 120.3070141, 30.2003904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622119, 30.1836955 ], [ 120.2620059, 30.183707 ], [ 120.2619406, 30.1837106 ], [ 120.2600735, 30.1837785 ], [ 120.2586792, 30.1838276 ], [ 120.2583727, 30.1838384 ], [ 120.2577011, 30.1838477 ], [ 120.2576302, 30.1838487 ], [ 120.2572173, 30.1838544 ], [ 120.2562001, 30.1838739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624165, 30.183684 ], [ 120.262407, 30.1837904 ], [ 120.2623883, 30.183999 ], [ 120.2622589, 30.1849898 ], [ 120.2622096, 30.18536 ], [ 120.262148, 30.1858047 ], [ 120.2620685, 30.1864484 ], [ 120.261892, 30.1878772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616983, 30.1878898 ], [ 120.2618219, 30.1868823 ], [ 120.2618806, 30.1864035 ], [ 120.2620101, 30.1853475 ], [ 120.2620661, 30.1849796 ], [ 120.2622005, 30.1837962 ], [ 120.2622119, 30.1836955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.261892, 30.1878772 ], [ 120.2616983, 30.1878898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616983, 30.1878898 ], [ 120.261892, 30.1878772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582681, 30.1879214 ], [ 120.2616983, 30.1878898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616983, 30.1878898 ], [ 120.2582681, 30.1879214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "金惠路", "西大浦桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560237, 30.1879309 ], [ 120.2569868, 30.1879315 ], [ 120.2582681, 30.1879214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "金惠路", "西大浦桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582681, 30.1879214 ], [ 120.2569868, 30.1879315 ], [ 120.2560237, 30.1879309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.261892, 30.1878772 ], [ 120.2617337, 30.1889671 ], [ 120.2616043, 30.1898574 ], [ 120.2615174, 30.1905976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2489222, 30.18412 ], [ 120.2501023, 30.1840005 ], [ 120.252083, 30.1838837 ], [ 120.2523147, 30.1838631 ], [ 120.2543185, 30.1837007 ], [ 120.2552925, 30.183687 ], [ 120.2562058, 30.1836693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562063, 30.1837799 ], [ 120.2551844, 30.1838292 ], [ 120.2548914, 30.1838348 ], [ 120.2545784, 30.1838057 ], [ 120.2522937, 30.1839868 ], [ 120.252083, 30.1839992 ], [ 120.2512877, 30.1840692 ], [ 120.2510044, 30.1840893 ], [ 120.2500677, 30.1841134 ], [ 120.2489052, 30.1842026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562001, 30.1838739 ], [ 120.255827, 30.1839094 ], [ 120.2553694, 30.1839467 ], [ 120.2550783, 30.183944 ], [ 120.2546238, 30.183936 ], [ 120.2542418, 30.183956 ], [ 120.2522916, 30.1841077 ], [ 120.2520502, 30.1841271 ], [ 120.2517592, 30.1841483 ], [ 120.2513025, 30.1841837 ], [ 120.2505459, 30.1842337 ], [ 120.2502249, 30.184203 ], [ 120.2488934, 30.1843429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "工人路", "竹蓬桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560237, 30.1879309 ], [ 120.2560038, 30.1873323 ], [ 120.2560167, 30.1867754 ], [ 120.2561004, 30.1858392 ], [ 120.2561221, 30.1853533 ], [ 120.2561262, 30.1852529 ], [ 120.2561536, 30.184585 ], [ 120.2562001, 30.1838739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "工人路", "竹蓬桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562001, 30.1838739 ], [ 120.2561536, 30.184585 ], [ 120.2561262, 30.1852529 ], [ 120.2561221, 30.1853533 ], [ 120.2561004, 30.1858392 ], [ 120.2560167, 30.1867754 ], [ 120.2560038, 30.1873323 ], [ 120.2560237, 30.1879309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484781, 30.1880195 ], [ 120.2512134, 30.187988 ], [ 120.2512908, 30.1879871 ], [ 120.2516432, 30.1879823 ], [ 120.2538051, 30.1879569 ], [ 120.2560237, 30.1879309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560237, 30.1879309 ], [ 120.2538051, 30.1879569 ], [ 120.2516432, 30.1879823 ], [ 120.2512908, 30.1879871 ], [ 120.2512134, 30.187988 ], [ 120.2484781, 30.1880195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585356, 30.1906679 ], [ 120.2581673, 30.1906807 ], [ 120.256195, 30.190721 ], [ 120.2559591, 30.1907214 ], [ 120.2554635, 30.1907402 ], [ 120.2548306, 30.1907641 ], [ 120.2530067, 30.1908012 ], [ 120.2511869, 30.1908546 ], [ 120.2510154, 30.1908563 ], [ 120.2507097, 30.1908586 ], [ 120.2499576, 30.1908718 ], [ 120.2495312, 30.1908793 ], [ 120.2492194, 30.1908847 ], [ 120.2485314, 30.1909253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485314, 30.1909253 ], [ 120.2492194, 30.1908847 ], [ 120.2495312, 30.1908793 ], [ 120.2499576, 30.1908718 ], [ 120.2507097, 30.1908586 ], [ 120.2510154, 30.1908563 ], [ 120.2511869, 30.1908546 ], [ 120.2530067, 30.1908012 ], [ 120.2548306, 30.1907641 ], [ 120.2554635, 30.1907402 ], [ 120.2559591, 30.1907214 ], [ 120.256195, 30.190721 ], [ 120.2581673, 30.1906807 ], [ 120.2585356, 30.1906679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "金一路", "工人路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552653, 30.1965973 ], [ 120.2552003, 30.1964129 ], [ 120.255137, 30.1952962 ], [ 120.2550839, 30.1946605 ], [ 120.2550699, 30.1944425 ], [ 120.2550933, 30.1939662 ], [ 120.2551306, 30.1937119 ], [ 120.2551773, 30.1934859 ], [ 120.2552894, 30.1931387 ], [ 120.2554248, 30.1927876 ], [ 120.2555276, 30.1925494 ], [ 120.2556443, 30.1923274 ], [ 120.2558265, 30.1917623 ], [ 120.2558918, 30.1914515 ], [ 120.2559479, 30.1911609 ], [ 120.2559759, 30.190955 ], [ 120.2560039, 30.1905433 ], [ 120.2560086, 30.1897965 ], [ 120.2559946, 30.1892516 ], [ 120.2559845, 30.1887956 ], [ 120.2559712, 30.188194 ], [ 120.2560237, 30.1879309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613467, 30.1905951 ], [ 120.2614053, 30.1900769 ], [ 120.2614668, 30.189618 ], [ 120.2616983, 30.1878898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585356, 30.1906679 ], [ 120.2584411, 30.189731 ], [ 120.2584282, 30.1896031 ], [ 120.2583654, 30.1889538 ], [ 120.2583513, 30.1888038 ], [ 120.2582681, 30.1879214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582681, 30.1879214 ], [ 120.2583513, 30.1888038 ], [ 120.2583654, 30.1889538 ], [ 120.2584282, 30.1896031 ], [ 120.2584411, 30.189731 ], [ 120.2585356, 30.1906679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615174, 30.1905976 ], [ 120.2613467, 30.1905951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613467, 30.1905951 ], [ 120.2615174, 30.1905976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613467, 30.1905951 ], [ 120.2608353, 30.1906019 ], [ 120.2594886, 30.1906347 ], [ 120.2585356, 30.1906679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585356, 30.1906679 ], [ 120.2594886, 30.1906347 ], [ 120.2608353, 30.1906019 ], [ 120.2613467, 30.1905951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571635, 30.1937568 ], [ 120.261281, 30.1936788 ], [ 120.2621621, 30.1936628 ], [ 120.2647564, 30.1935723 ], [ 120.2675355, 30.1935296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675355, 30.1935296 ], [ 120.2647564, 30.1935723 ], [ 120.2621621, 30.1936628 ], [ 120.261281, 30.1936788 ], [ 120.2571635, 30.1937568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心北路", "北塘河桥", "市心中路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622333, 30.1980407 ], [ 120.2619886, 30.1965789 ], [ 120.2619762, 30.196479 ], [ 120.261842, 30.1956203 ], [ 120.2618158, 30.1954907 ], [ 120.2617574, 30.1952019 ], [ 120.2617088, 30.1948314 ], [ 120.2613089, 30.1925028 ], [ 120.2612695, 30.1919845 ], [ 120.2612698, 30.1914548 ], [ 120.2612854, 30.1911752 ], [ 120.2612972, 30.1909658 ], [ 120.2613467, 30.1905951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金山路", "博学路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483767, 30.1909274 ], [ 120.247417, 30.1909403 ], [ 120.2463334, 30.1909774 ], [ 120.2456038, 30.190996 ], [ 120.2452525, 30.1910018 ], [ 120.2451618, 30.191 ], [ 120.2449386, 30.1909717 ], [ 120.2447538, 30.1909218 ], [ 120.244694, 30.190905 ], [ 120.2445084, 30.1908356 ], [ 120.2443705, 30.1907475 ], [ 120.2442264, 30.1906244 ], [ 120.2440985, 30.1904908 ], [ 120.2439956, 30.1903079 ], [ 120.243935, 30.1900858 ], [ 120.2439079, 30.1898083 ], [ 120.2439035, 30.1897627 ], [ 120.2439028, 30.1895472 ], [ 120.2438882, 30.1893007 ], [ 120.2439237, 30.1885562 ], [ 120.2439056, 30.1880985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485314, 30.1909253 ], [ 120.2483767, 30.1909274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483767, 30.1909274 ], [ 120.2485314, 30.1909253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448232, 30.1941415 ], [ 120.246067, 30.1940896 ], [ 120.2463369, 30.1940819 ], [ 120.247747, 30.194047 ], [ 120.24987, 30.1939903 ], [ 120.2505651, 30.1939717 ], [ 120.2508653, 30.1939617 ], [ 120.2532051, 30.1938856 ], [ 120.2532606, 30.1938838 ], [ 120.2533543, 30.1938807 ], [ 120.2571635, 30.1937568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571635, 30.1937568 ], [ 120.2533543, 30.1938807 ], [ 120.2532606, 30.1938838 ], [ 120.2532051, 30.1938856 ], [ 120.2508653, 30.1939617 ], [ 120.2505651, 30.1939717 ], [ 120.24987, 30.1939903 ], [ 120.247747, 30.194047 ], [ 120.2463369, 30.1940819 ], [ 120.246067, 30.1940896 ], [ 120.2448232, 30.1941415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485314, 30.1909253 ], [ 120.2488045, 30.1923014 ], [ 120.2490176, 30.1933126 ], [ 120.2492046, 30.1941472 ], [ 120.2493246, 30.1947617 ], [ 120.2494372, 30.1953784 ], [ 120.249564, 30.196312 ], [ 120.24961, 30.1966511 ], [ 120.2496412, 30.1967793 ], [ 120.249758, 30.1972497 ], [ 120.2500376, 30.1983758 ], [ 120.2501048, 30.1994228 ], [ 120.2500854, 30.2000675 ], [ 120.2500961, 30.2021446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499128, 30.2021466 ], [ 120.2499022, 30.2000855 ], [ 120.2499216, 30.1994248 ], [ 120.2499406, 30.1988731 ], [ 120.2498842, 30.1983838 ], [ 120.2495982, 30.1971445 ], [ 120.2495139, 30.1967794 ], [ 120.2494884, 30.1966371 ], [ 120.2494432, 30.1963565 ], [ 120.2492876, 30.1953897 ], [ 120.2491809, 30.1947807 ], [ 120.2490424, 30.1941449 ], [ 120.2488738, 30.1933103 ], [ 120.2486645, 30.1923146 ], [ 120.2483767, 30.1909274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477638, 30.2021695 ], [ 120.2478215, 30.1994258 ], [ 120.2478198, 30.1981026 ], [ 120.2478181, 30.1967984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478181, 30.1967984 ], [ 120.2478198, 30.1981026 ], [ 120.2478215, 30.1994258 ], [ 120.2477638, 30.2021695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500961, 30.2021446 ], [ 120.2499128, 30.2021466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱潮一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2601759, 30.1980954 ], [ 120.2599541, 30.1967438 ], [ 120.2599308, 30.1966018 ], [ 120.259923, 30.1965272 ], [ 120.2599025, 30.196382 ], [ 120.2595897, 30.1941629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱潮一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595897, 30.1941629 ], [ 120.2599025, 30.196382 ], [ 120.259923, 30.1965272 ], [ 120.2599308, 30.1966018 ], [ 120.2599541, 30.1967438 ], [ 120.2601759, 30.1980954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "市心北路", "市心中路", "北塘河桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615174, 30.1905976 ], [ 120.2614541, 30.1911367 ], [ 120.2614408, 30.1914231 ], [ 120.2614408, 30.1916446 ], [ 120.2614408, 30.1919272 ], [ 120.2614497, 30.1921639 ], [ 120.2615027, 30.1925 ], [ 120.2618722, 30.19482 ], [ 120.2619328, 30.1951639 ], [ 120.2621671, 30.1964773 ], [ 120.2621852, 30.196576 ], [ 120.2623387, 30.1974715 ], [ 120.26243, 30.198004 ], [ 120.2625414, 30.1987043 ], [ 120.2625861, 30.199026 ], [ 120.2627122, 30.1999332 ], [ 120.2628418, 30.2006172 ], [ 120.2629329, 30.2011893 ], [ 120.2630777, 30.2019631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱潮二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571635, 30.1937568 ], [ 120.2571794, 30.1942321 ], [ 120.2573464, 30.1961704 ], [ 120.2573793, 30.1965527 ], [ 120.2573822, 30.1966299 ], [ 120.2573976, 30.1967477 ], [ 120.2574038, 30.1967952 ], [ 120.2576044, 30.1983314 ], [ 120.2577025, 30.1993878 ], [ 120.2577115, 30.1994849 ], [ 120.257939, 30.201935 ], [ 120.2579504, 30.2020578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱潮二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579504, 30.2020578 ], [ 120.257939, 30.201935 ], [ 120.2577115, 30.1994849 ], [ 120.2577025, 30.1993878 ], [ 120.2576044, 30.1983314 ], [ 120.2574038, 30.1967952 ], [ 120.2573976, 30.1967477 ], [ 120.2573822, 30.1966299 ], [ 120.2573793, 30.1965527 ], [ 120.2573464, 30.1961704 ], [ 120.2571794, 30.1942321 ], [ 120.2571635, 30.1937568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "发展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2622333, 30.1980407 ], [ 120.2604124, 30.1980949 ], [ 120.2602796, 30.1980965 ], [ 120.2601759, 30.1980954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "发展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2601759, 30.1980954 ], [ 120.2602796, 30.1980965 ], [ 120.2604124, 30.1980949 ], [ 120.2622333, 30.1980407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624377, 30.1994101 ], [ 120.2623605, 30.1987075 ], [ 120.2622333, 30.1980407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱潮一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603756, 30.1994301 ], [ 120.2603675, 30.1993758 ], [ 120.2601759, 30.1980954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱潮一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2601759, 30.1980954 ], [ 120.2603675, 30.1993758 ], [ 120.2603756, 30.1994301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "金一路", "工人路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560237, 30.1879309 ], [ 120.2560627, 30.1881521 ], [ 120.256077, 30.188791 ], [ 120.2560874, 30.1892505 ], [ 120.2560915, 30.1895357 ], [ 120.2560944, 30.1905924 ], [ 120.2560568, 30.191056 ], [ 120.2559954, 30.1914518 ], [ 120.255884, 30.191852 ], [ 120.2557311, 30.1923277 ], [ 120.2555484, 30.1927292 ], [ 120.2553763, 30.1931613 ], [ 120.2552457, 30.1935713 ], [ 120.2551758, 30.1939699 ], [ 120.2551551, 30.1942841 ], [ 120.2551615, 30.1944411 ], [ 120.2551693, 30.1946359 ], [ 120.2552176, 30.1952969 ], [ 120.2552789, 30.196409 ], [ 120.2552653, 30.1965973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556263, 30.2020647 ], [ 120.2554593, 30.1995231 ], [ 120.2552723, 30.1966778 ], [ 120.2552653, 30.1965973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552653, 30.1965973 ], [ 120.2552723, 30.1966778 ], [ 120.2554593, 30.1995231 ], [ 120.2556263, 30.2020647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579504, 30.2020578 ], [ 120.257427, 30.2020594 ], [ 120.2565901, 30.2020618 ], [ 120.2556263, 30.2020647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556263, 30.2020647 ], [ 120.2565901, 30.2020618 ], [ 120.257427, 30.2020594 ], [ 120.2579504, 30.2020578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500961, 30.2021446 ], [ 120.2504978, 30.2021345 ], [ 120.2508156, 30.2021322 ], [ 120.251573, 30.2021058 ], [ 120.2536449, 30.2020848 ], [ 120.2537388, 30.2020838 ], [ 120.2556263, 30.2020647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556263, 30.2020647 ], [ 120.2537388, 30.2020838 ], [ 120.2536449, 30.2020848 ], [ 120.251573, 30.2021058 ], [ 120.2508156, 30.2021322 ], [ 120.2504978, 30.2021345 ], [ 120.2500961, 30.2021446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556263, 30.2020647 ], [ 120.2558192, 30.2051526 ], [ 120.2559584, 30.2070089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559584, 30.2070089 ], [ 120.2558192, 30.2051526 ], [ 120.2556263, 30.2020647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559584, 30.2070089 ], [ 120.2539494, 30.2070324 ], [ 120.2538555, 30.2070335 ], [ 120.2507987, 30.2070692 ], [ 120.2504752, 30.207074 ], [ 120.2500587, 30.2071016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603756, 30.1994301 ], [ 120.2604876, 30.1994287 ], [ 120.2606211, 30.1994269 ], [ 120.2624377, 30.1994101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624377, 30.1994101 ], [ 120.2606211, 30.1994269 ], [ 120.2604876, 30.1994287 ], [ 120.2603756, 30.1994301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629049, 30.2019869 ], [ 120.262771, 30.201247 ], [ 120.2626829, 30.2007931 ], [ 120.2626722, 30.2007378 ], [ 120.262522, 30.1999022 ], [ 120.2624377, 30.1994101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱潮一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607741, 30.2020009 ], [ 120.2603756, 30.1994301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱潮一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603756, 30.1994301 ], [ 120.2607741, 30.2020009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629049, 30.2019869 ], [ 120.2620547, 30.2019967 ], [ 120.2610273, 30.2019982 ], [ 120.2607894, 30.2020013 ], [ 120.2607741, 30.2020009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607741, 30.2020009 ], [ 120.2607894, 30.2020013 ], [ 120.2610273, 30.2019982 ], [ 120.2620547, 30.2019967 ], [ 120.2629049, 30.2019869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579504, 30.2020578 ], [ 120.2607741, 30.2020009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607741, 30.2020009 ], [ 120.2579504, 30.2020578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559584, 30.2070089 ], [ 120.2601497, 30.2069662 ], [ 120.2616854, 30.2069505 ], [ 120.2619948, 30.2069474 ], [ 120.2636986, 30.20693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499128, 30.2021466 ], [ 120.2500961, 30.2021446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477638, 30.2021695 ], [ 120.2499128, 30.2021466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499128, 30.2021466 ], [ 120.2477638, 30.2021695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477638, 30.2021695 ], [ 120.2462572, 30.2022041 ], [ 120.245997, 30.2022157 ], [ 120.2447961, 30.202228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447961, 30.202228 ], [ 120.245997, 30.2022157 ], [ 120.2462572, 30.2022041 ], [ 120.2477638, 30.2021695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500961, 30.2021446 ], [ 120.2500776, 30.2046916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249933, 30.204696 ], [ 120.2499129, 30.2021626 ], [ 120.2499128, 30.2021466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477638, 30.2021695 ], [ 120.2478095, 30.2047535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478095, 30.2047535 ], [ 120.2477638, 30.2021695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249933, 30.204696 ], [ 120.2500776, 30.2046916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.268657, 30.2014976 ], [ 120.2664757, 30.2016718 ], [ 120.2642682, 30.2018657 ], [ 120.2641453, 30.2018757 ], [ 120.2630777, 30.2019631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630777, 30.2019631 ], [ 120.2641453, 30.2018757 ], [ 120.2642682, 30.2018657 ], [ 120.2664757, 30.2016718 ], [ 120.268657, 30.2014976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629049, 30.2019869 ], [ 120.2630777, 30.2019631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630777, 30.2019631 ], [ 120.2629049, 30.2019869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.268657, 30.2014976 ], [ 120.2691376, 30.2042609 ], [ 120.2691807, 30.2045005 ], [ 120.2694829, 30.2061816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2694829, 30.2061816 ], [ 120.2691807, 30.2045005 ], [ 120.2691376, 30.2042609 ], [ 120.268657, 30.2014976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630777, 30.2019631 ], [ 120.2631912, 30.202666 ], [ 120.2632689, 30.203147 ], [ 120.263342, 30.2036394 ], [ 120.2633833, 30.2039174 ], [ 120.2636913, 30.2056716 ], [ 120.2638944, 30.206923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636986, 30.20693 ], [ 120.2635929, 30.2062566 ], [ 120.2635056, 30.2057007 ], [ 120.2632018, 30.2039226 ], [ 120.2630585, 30.2030272 ], [ 120.2630328, 30.2028533 ], [ 120.2629049, 30.2019869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2694829, 30.2061816 ], [ 120.2663836, 30.2065437 ], [ 120.2638944, 30.206923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2638944, 30.206923 ], [ 120.2663836, 30.2065437 ], [ 120.2694829, 30.2061816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500776, 30.2046916 ], [ 120.249933, 30.204696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478095, 30.2047535 ], [ 120.249933, 30.204696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249933, 30.204696 ], [ 120.2478095, 30.2047535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447506, 30.2047614 ], [ 120.2459804, 30.204758 ], [ 120.2462036, 30.2047578 ], [ 120.2478095, 30.2047535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478095, 30.2047535 ], [ 120.2462036, 30.2047578 ], [ 120.2459804, 30.204758 ], [ 120.2447506, 30.2047614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500776, 30.2046916 ], [ 120.2500587, 30.2071016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499128, 30.2071025 ], [ 120.2499129, 30.2070954 ], [ 120.249933, 30.204696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477502, 30.2071149 ], [ 120.2478095, 30.2047535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478095, 30.2047535 ], [ 120.2477502, 30.2071149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500587, 30.2071016 ], [ 120.2499128, 30.2071025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812856, 30.1797912 ], [ 120.2811736, 30.1800209 ], [ 120.2811269, 30.1802212 ], [ 120.2810964, 30.1803618 ], [ 120.281072, 30.1805305 ], [ 120.2810029, 30.1808485 ], [ 120.2808158, 30.1818009 ], [ 120.2807244, 30.1821892 ], [ 120.2806105, 30.1827533 ], [ 120.2805516, 30.1831381 ], [ 120.2805313, 30.1834017 ], [ 120.2805664, 30.1865467 ], [ 120.2806337, 30.1898977 ], [ 120.2806935, 30.1919972 ], [ 120.2806967, 30.1922188 ], [ 120.2807249, 30.1923933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806859, 30.1829897 ], [ 120.2806188, 30.1832479 ], [ 120.2806037, 30.183488 ], [ 120.280606, 30.1842598 ], [ 120.280611, 30.1847174 ], [ 120.2806189, 30.1854294 ], [ 120.2806465, 30.1869916 ], [ 120.2806543, 30.187232 ], [ 120.2806596, 30.1883364 ], [ 120.2806747, 30.188841 ], [ 120.2806704, 30.1892384 ], [ 120.2807239, 30.1900629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804621, 30.1900628 ], [ 120.2804459, 30.1893667 ], [ 120.2804473, 30.187749 ], [ 120.2804402, 30.1871203 ], [ 120.2804452, 30.1868617 ], [ 120.280429, 30.1855926 ], [ 120.280412, 30.1842553 ], [ 120.2803885, 30.1837528 ], [ 120.2803792, 30.1832962 ], [ 120.2803843, 30.1830103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804621, 30.1900628 ], [ 120.2807239, 30.1900629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807239, 30.1900629 ], [ 120.2807269, 30.1901098 ], [ 120.2807305, 30.1901651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804646, 30.1901708 ], [ 120.2804621, 30.1900628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807305, 30.1901651 ], [ 120.2804646, 30.1901708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735597, 30.1902805 ], [ 120.2748556, 30.1902532 ], [ 120.2770896, 30.1901773 ], [ 120.2780092, 30.1901461 ], [ 120.2799286, 30.1900809 ], [ 120.2801079, 30.1900748 ], [ 120.2804621, 30.1900628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804646, 30.1901708 ], [ 120.2780149, 30.1902324 ], [ 120.2735722, 30.1903441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "通惠中路", "通惠北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805823, 30.1923636 ], [ 120.2805213, 30.1922191 ], [ 120.2805175, 30.1921053 ], [ 120.2805021, 30.1916387 ], [ 120.2804657, 30.1902173 ], [ 120.2804646, 30.1901708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642276, 30.1877248 ], [ 120.2643814, 30.1866024 ], [ 120.2644576, 30.1860468 ], [ 120.2644929, 30.1855364 ], [ 120.2646837, 30.1855373 ], [ 120.2649577, 30.1855469 ], [ 120.265283, 30.1855451 ], [ 120.2665623, 30.1855455 ], [ 120.2665843, 30.1851598 ], [ 120.2666165, 30.1848862 ], [ 120.2666199, 30.1848402 ], [ 120.2667157, 30.1835387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永久路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667157, 30.1835387 ], [ 120.2666199, 30.1848402 ], [ 120.2666165, 30.1848862 ], [ 120.2665843, 30.1851598 ], [ 120.2665623, 30.1855455 ], [ 120.265283, 30.1855451 ], [ 120.2649577, 30.1855469 ], [ 120.2646837, 30.1855373 ], [ 120.2644929, 30.1855364 ], [ 120.2644576, 30.1860468 ], [ 120.2643814, 30.1866024 ], [ 120.2642276, 30.1877248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730555, 30.1875633 ], [ 120.2726755, 30.1875858 ], [ 120.2722198, 30.1875814 ], [ 120.2698161, 30.187622 ], [ 120.2696361, 30.1876253 ], [ 120.266433, 30.1876842 ], [ 120.266342, 30.1876859 ], [ 120.2642276, 30.1877248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642276, 30.1877248 ], [ 120.266342, 30.1876859 ], [ 120.266433, 30.1876842 ], [ 120.2696361, 30.1876253 ], [ 120.2698161, 30.187622 ], [ 120.2722198, 30.1875814 ], [ 120.2726755, 30.1875858 ], [ 120.2730555, 30.1875633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.261892, 30.1878772 ], [ 120.2642276, 30.1877248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金惠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642276, 30.1877248 ], [ 120.261892, 30.1878772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615174, 30.1905976 ], [ 120.2618684, 30.1905268 ], [ 120.2668489, 30.1904219 ], [ 120.266935, 30.1904201 ], [ 120.269829, 30.1903591 ], [ 120.2722351, 30.1902963 ], [ 120.2726979, 30.1902863 ], [ 120.273404, 30.1902838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734161, 30.1903481 ], [ 120.2727069, 30.1903786 ], [ 120.2722488, 30.1903769 ], [ 120.2721595, 30.1903797 ], [ 120.2698343, 30.1904381 ], [ 120.2669516, 30.1905106 ], [ 120.2668658, 30.1905128 ], [ 120.2617488, 30.1906414 ], [ 120.2615174, 30.1905976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.268657, 30.2014976 ], [ 120.2682988, 30.1995294 ], [ 120.2681413, 30.1986968 ], [ 120.2677721, 30.1964153 ], [ 120.2677493, 30.1963311 ], [ 120.2675355, 30.1935296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675355, 30.1935296 ], [ 120.2677493, 30.1963311 ], [ 120.2677721, 30.1964153 ], [ 120.2681413, 30.1986968 ], [ 120.2682988, 30.1995294 ], [ 120.268657, 30.2014976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273192, 30.1875619 ], [ 120.2732504, 30.1887816 ], [ 120.2732893, 30.1891305 ], [ 120.2733431, 30.1894116 ], [ 120.2735517, 30.1902398 ], [ 120.2735597, 30.1902805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273404, 30.1902838 ], [ 120.2734018, 30.1902721 ], [ 120.2732579, 30.1896042 ], [ 120.2732001, 30.1894019 ], [ 120.2731557, 30.1890932 ], [ 120.2731413, 30.1887973 ], [ 120.2730555, 30.1875633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273404, 30.1902838 ], [ 120.2735597, 30.1902805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735597, 30.1902805 ], [ 120.2735722, 30.1903441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "育才北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734161, 30.1903481 ], [ 120.273404, 30.1902838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735722, 30.1903441 ], [ 120.2734161, 30.1903481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675355, 30.1935296 ], [ 120.2735827, 30.1933218 ], [ 120.2761803, 30.1932286 ], [ 120.2771667, 30.1932579 ], [ 120.2776181, 30.1932581 ], [ 120.2776238, 30.193258 ], [ 120.277847, 30.1932557 ], [ 120.2788927, 30.1932856 ], [ 120.2813244, 30.1932627 ], [ 120.2821022, 30.1932349 ], [ 120.2828586, 30.1931607 ], [ 120.2832717, 30.1931375 ], [ 120.2837598, 30.1931422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三益线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2837598, 30.1931422 ], [ 120.2832717, 30.1931375 ], [ 120.2828586, 30.1931607 ], [ 120.2821022, 30.1932349 ], [ 120.2813244, 30.1932627 ], [ 120.2788927, 30.1932856 ], [ 120.277847, 30.1932557 ], [ 120.2776238, 30.193258 ], [ 120.2776181, 30.1932581 ], [ 120.2771667, 30.1932579 ], [ 120.2761803, 30.1932286 ], [ 120.2735827, 30.1933218 ], [ 120.2675355, 30.1935296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育才北路", "宁税路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735722, 30.1903441 ], [ 120.2736969, 30.1909797 ], [ 120.2737415, 30.1913528 ], [ 120.2737561, 30.1917518 ], [ 120.2737224, 30.1921072 ], [ 120.2737149, 30.1921909 ], [ 120.2736648, 30.1929579 ], [ 120.2736398, 30.1932388 ], [ 120.273635, 30.1935421 ], [ 120.273675, 30.1938713 ], [ 120.2737053, 30.1941187 ], [ 120.2737581, 30.1943661 ], [ 120.2740862, 30.1960119 ], [ 120.27411, 30.1960978 ], [ 120.2744432, 30.1979738 ], [ 120.2749697, 30.2009379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "育才北路", "宁税路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2748611, 30.2009549 ], [ 120.2743286, 30.1979993 ], [ 120.2739872, 30.1961041 ], [ 120.2739634, 30.1960211 ], [ 120.2736455, 30.1943842 ], [ 120.2735877, 30.1941343 ], [ 120.2735524, 30.1938975 ], [ 120.2735191, 30.1934964 ], [ 120.2735071, 30.1932505 ], [ 120.2735362, 30.1929658 ], [ 120.2735942, 30.1921764 ], [ 120.2736368, 30.19186 ], [ 120.2736375, 30.1915773 ], [ 120.2736007, 30.1913269 ], [ 120.2734161, 30.1903481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807305, 30.1901651 ], [ 120.2807327, 30.1901997 ], [ 120.2807398, 30.1903086 ], [ 120.2807596, 30.1911221 ], [ 120.2807926, 30.1917186 ], [ 120.2807926, 30.1921016 ], [ 120.2807926, 30.1921982 ], [ 120.2807249, 30.1923933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807249, 30.1923933 ], [ 120.2807254, 30.1924677 ], [ 120.2807302, 30.1931027 ], [ 120.2807537, 30.1936498 ], [ 120.2808375, 30.1956181 ], [ 120.2808511, 30.1957473 ], [ 120.2809167, 30.1971958 ], [ 120.280954, 30.1980177 ], [ 120.2809985, 30.1990792 ], [ 120.2811021, 30.200367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809348, 30.2003996 ], [ 120.2808651, 30.1994588 ], [ 120.2808195, 30.1983766 ], [ 120.2808054, 30.1980246 ], [ 120.2807142, 30.1957565 ], [ 120.2807146, 30.1956262 ], [ 120.2806309, 30.1936499 ], [ 120.2806076, 30.1931065 ], [ 120.280583, 30.1924782 ], [ 120.2805823, 30.1923636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809348, 30.2003996 ], [ 120.2811021, 30.200367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811021, 30.200367 ], [ 120.2809348, 30.2003996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811021, 30.200367 ], [ 120.2812306, 30.2008467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809348, 30.2003996 ], [ 120.2791394, 30.2005608 ], [ 120.2788452, 30.2005872 ], [ 120.2788395, 30.2005877 ], [ 120.27677, 30.2007765 ], [ 120.2749697, 30.2009379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749697, 30.2009379 ], [ 120.27677, 30.2007765 ], [ 120.2788395, 30.2005877 ], [ 120.2788452, 30.2005872 ], [ 120.2791394, 30.2005608 ], [ 120.2809348, 30.2003996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2817583, 30.2040036 ], [ 120.2816421, 30.2036532 ], [ 120.2811226, 30.2014357 ], [ 120.2809673, 30.2007211 ], [ 120.2809348, 30.2003996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2817583, 30.2040036 ], [ 120.2817279, 30.203665 ], [ 120.2812271, 30.2014384 ], [ 120.2810387, 30.2007061 ], [ 120.2809348, 30.2003996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2748611, 30.2009549 ], [ 120.2749697, 30.2009379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749697, 30.2009379 ], [ 120.2748611, 30.2009549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2748611, 30.2009549 ], [ 120.271841, 30.2012191 ], [ 120.268657, 30.2014976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.268657, 30.2014976 ], [ 120.271841, 30.2012191 ], [ 120.2748611, 30.2009549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁税路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749697, 30.2009379 ], [ 120.2751999, 30.2023277 ], [ 120.2754293, 30.2037011 ], [ 120.2756704, 30.2052402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁税路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2755745, 30.2052579 ], [ 120.27533, 30.2037205 ], [ 120.2751006, 30.2023446 ], [ 120.2748611, 30.2009549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2755745, 30.2052579 ], [ 120.2756704, 30.2052402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2756704, 30.2052402 ], [ 120.2755745, 30.2052579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2755745, 30.2052579 ], [ 120.2726585, 30.2057001 ], [ 120.2694829, 30.2061816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2694829, 30.2061816 ], [ 120.2726585, 30.2057001 ], [ 120.2755745, 30.2052579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁税路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2753513, 30.2081299 ], [ 120.2754235, 30.208023 ], [ 120.2757915, 30.2075483 ], [ 120.2758499, 30.2074074 ], [ 120.2759051, 30.2072346 ], [ 120.2759159, 30.2070876 ], [ 120.2758889, 30.2068967 ], [ 120.2755745, 30.2052579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁税路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2756704, 30.2052402 ], [ 120.2759498, 30.2068097 ], [ 120.2759939, 30.2071188 ], [ 120.275981, 30.207313 ], [ 120.2759363, 30.2074605 ], [ 120.2758341, 30.207624 ], [ 120.2754936, 30.2080742 ], [ 120.2750628, 30.2086928 ], [ 120.2747746, 30.2091718 ], [ 120.2744572, 30.2097994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2753513, 30.2081299 ], [ 120.2731126, 30.2083806 ], [ 120.2699562, 30.2088169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699562, 30.2088169 ], [ 120.2731126, 30.2083806 ], [ 120.2753513, 30.2081299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁税路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743461, 30.2098071 ], [ 120.274524, 30.2094432 ], [ 120.2747142, 30.209122 ], [ 120.2749041, 30.2087915 ], [ 120.2753513, 30.2081299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699562, 30.2088169 ], [ 120.2702461, 30.2104311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702461, 30.2104311 ], [ 120.2699562, 30.2088169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743461, 30.2098071 ], [ 120.2744572, 30.2097994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁税路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744572, 30.2097994 ], [ 120.2743632, 30.2099112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁税路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743632, 30.2099112 ], [ 120.2743461, 30.2098071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812306, 30.2008467 ], [ 120.2813242, 30.2014331 ], [ 120.281837, 30.203675 ], [ 120.281929, 30.2037809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2812306, 30.2008467 ], [ 120.281395, 30.2013672 ], [ 120.2818955, 30.2035464 ], [ 120.281929, 30.2037809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744572, 30.2097994 ], [ 120.275958, 30.2096961 ], [ 120.2763497, 30.2096517 ], [ 120.2766798, 30.209554 ], [ 120.2771893, 30.2093733 ], [ 120.2777729, 30.2091873 ], [ 120.2782367, 30.2091068 ], [ 120.2786265, 30.2090582 ], [ 120.2803102, 30.208823 ], [ 120.2826358, 30.2084281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826975, 30.2085327 ], [ 120.280319, 30.2089177 ], [ 120.2792034, 30.2090678 ], [ 120.278164, 30.2092221 ], [ 120.2777285, 30.2093124 ], [ 120.276998, 30.2095493 ], [ 120.2765301, 30.2097327 ], [ 120.276069, 30.2098006 ], [ 120.2743632, 30.2099112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2780456, 30.2128177 ], [ 120.2808814, 30.2123057 ], [ 120.2830571, 30.2119209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830571, 30.2119209 ], [ 120.2808814, 30.2123057 ], [ 120.2780456, 30.2128177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779272, 30.2128403 ], [ 120.2780456, 30.2128177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2780456, 30.2128177 ], [ 120.2779272, 30.2128403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "生兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2780456, 30.2128177 ], [ 120.278757, 30.216074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "生兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786605, 30.2160892 ], [ 120.2779272, 30.2128403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2638944, 30.206923 ], [ 120.2636986, 30.20693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636986, 30.20693 ], [ 120.2638944, 30.206923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699562, 30.2088169 ], [ 120.2694829, 30.2061816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2694829, 30.2061816 ], [ 120.2699562, 30.2088169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2638944, 30.206923 ], [ 120.2641457, 30.2084581 ], [ 120.2641697, 30.2086049 ], [ 120.2643792, 30.2099375 ], [ 120.2645307, 30.210831 ], [ 120.2646092, 30.211294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644171, 30.2113197 ], [ 120.2643543, 30.2109318 ], [ 120.2642915, 30.2105437 ], [ 120.2642065, 30.2100183 ], [ 120.2639806, 30.20864 ], [ 120.2638355, 30.2077388 ], [ 120.2636986, 30.20693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2646092, 30.211294 ], [ 120.2650593, 30.2112255 ], [ 120.2657946, 30.2111136 ], [ 120.2671676, 30.2108878 ], [ 120.2702461, 30.2104311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2704659, 30.2104672 ], [ 120.2680344, 30.2108314 ], [ 120.2671868, 30.2109691 ], [ 120.2669668, 30.2110049 ], [ 120.2666405, 30.211052 ], [ 120.2656648, 30.2112166 ], [ 120.2651001, 30.2113084 ], [ 120.2646146, 30.2113873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644171, 30.2113197 ], [ 120.2646092, 30.211294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2646092, 30.211294 ], [ 120.2646146, 30.2113873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702461, 30.2104311 ], [ 120.2728599, 30.2099966 ], [ 120.2743461, 30.2098071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743632, 30.2099112 ], [ 120.2740104, 30.2099413 ], [ 120.2734592, 30.2099973 ], [ 120.2728834, 30.2100746 ], [ 120.2707811, 30.2104223 ], [ 120.2704659, 30.2104672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2704659, 30.2104672 ], [ 120.2705199, 30.2107704 ], [ 120.2707656, 30.2121494 ], [ 120.2709687, 30.2132891 ], [ 120.2709949, 30.2133538 ], [ 120.2710401, 30.2136284 ], [ 120.2710485, 30.2136749 ], [ 120.2710958, 30.2139446 ], [ 120.2711044, 30.2139907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宁东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711044, 30.2139907 ], [ 120.2710958, 30.2139446 ], [ 120.2710485, 30.2136749 ], [ 120.2710401, 30.2136284 ], [ 120.2709949, 30.2133538 ], [ 120.2709687, 30.2132891 ], [ 120.2707656, 30.2121494 ], [ 120.2705199, 30.2107704 ], [ 120.2704659, 30.2104672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273502, 30.213569 ], [ 120.2736696, 30.2135399 ], [ 120.2760937, 30.213141 ], [ 120.2770486, 30.2129784 ], [ 120.2779272, 30.2128403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779272, 30.2128403 ], [ 120.2770486, 30.2129784 ], [ 120.2760937, 30.213141 ], [ 120.2736696, 30.2135399 ], [ 120.273502, 30.213569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273502, 30.213569 ], [ 120.2734537, 30.2135774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734537, 30.2135774 ], [ 120.273502, 30.213569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711044, 30.2139907 ], [ 120.2713828, 30.2139435 ], [ 120.2734537, 30.2135774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734537, 30.2135774 ], [ 120.2713828, 30.2139435 ], [ 120.2711044, 30.2139907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2835052, 30.2107072 ], [ 120.2837152, 30.2114687 ], [ 120.2837837, 30.2118375 ], [ 120.2839762, 30.2126305 ], [ 120.284056, 30.2127796 ], [ 120.2841583, 30.2131372 ], [ 120.2843762, 30.2140354 ], [ 120.2846439, 30.2151985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841346, 30.2152535 ], [ 120.2837548, 30.2135689 ], [ 120.2836915, 30.213186 ], [ 120.2837209, 30.2128479 ], [ 120.2835054, 30.211883 ], [ 120.2834142, 30.2114788 ], [ 120.2832746, 30.2107618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861296, 30.2149092 ], [ 120.2855232, 30.2115378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2855232, 30.2115378 ], [ 120.2861296, 30.2149092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861381, 30.2150043 ], [ 120.2861296, 30.2149092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861296, 30.2149092 ], [ 120.2861381, 30.2150043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846439, 30.2151985 ], [ 120.2860618, 30.2149224 ], [ 120.2861296, 30.2149092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861381, 30.2150043 ], [ 120.285129, 30.215164 ], [ 120.2845043, 30.2152629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841346, 30.2152535 ], [ 120.2846439, 30.2151985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846439, 30.2151985 ], [ 120.2845043, 30.2152629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3018961, 30.1842794 ], [ 120.3020433, 30.1835223 ], [ 120.3021142, 30.1823729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2972342, 30.1828392 ], [ 120.2972157, 30.183237 ], [ 120.2971828, 30.1837448 ], [ 120.2971705, 30.1843698 ], [ 120.2971932, 30.1851615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2971932, 30.1851615 ], [ 120.2971705, 30.1843698 ], [ 120.2971828, 30.1837448 ], [ 120.2972157, 30.183237 ], [ 120.2972342, 30.1828392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长青路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3018961, 30.1842794 ], [ 120.3020582, 30.1842398 ], [ 120.3027344, 30.1840582 ], [ 120.3036238, 30.183902 ], [ 120.3042461, 30.183724 ], [ 120.3048994, 30.183749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长青路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048994, 30.183749 ], [ 120.3042461, 30.183724 ], [ 120.3036238, 30.183902 ], [ 120.3027344, 30.1840582 ], [ 120.3020582, 30.1842398 ], [ 120.3018961, 30.1842794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长青路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3018961, 30.1842794 ], [ 120.2971932, 30.1851615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长青路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2971932, 30.1851615 ], [ 120.3018961, 30.1842794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2971932, 30.1851615 ], [ 120.2973284, 30.1859647 ], [ 120.2980452, 30.1877457 ], [ 120.2983235, 30.188209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "黎瑞北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983235, 30.188209 ], [ 120.2980452, 30.1877457 ], [ 120.2973284, 30.1859647 ], [ 120.2971932, 30.1851615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076619, 30.2046123 ], [ 120.3049559, 30.2050247 ], [ 120.3020695, 30.205479 ], [ 120.2997584, 30.2058423 ], [ 120.2966714, 30.2063412 ], [ 120.2956071, 30.206511 ], [ 120.295186, 30.2065817 ], [ 120.2951603, 30.2065854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852036, 30.1823896 ], [ 120.2852247, 30.1824948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852247, 30.1824948 ], [ 120.2852036, 30.1823896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807348, 30.1828264 ], [ 120.281603, 30.1827603 ], [ 120.2826358, 30.1826554 ], [ 120.2828037, 30.1826485 ], [ 120.2840947, 30.1825044 ], [ 120.2843903, 30.1824738 ], [ 120.284653, 30.1824466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2852247, 30.1824948 ], [ 120.284613, 30.1825647 ], [ 120.2844016, 30.1825889 ], [ 120.2841139, 30.1826218 ], [ 120.2822382, 30.1828013 ], [ 120.2812683, 30.1829144 ], [ 120.2806859, 30.1829897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885404, 30.1928995 ], [ 120.2879494, 30.1929892 ], [ 120.2874664, 30.193116 ], [ 120.2869704, 30.19317 ], [ 120.2865815, 30.1931816 ], [ 120.286324, 30.1931839 ], [ 120.2857554, 30.1931862 ], [ 120.2853879, 30.1931816 ], [ 120.2851948, 30.1932187 ], [ 120.2850205, 30.1932929 ], [ 120.2849561, 30.1933299 ], [ 120.2848005, 30.1934737 ], [ 120.2847538, 30.1935257 ], [ 120.2844948, 30.1938145 ], [ 120.2838506, 30.1945391 ], [ 120.2837628, 30.1946378 ], [ 120.2835914, 30.1948139 ], [ 120.2834087, 30.1949642 ], [ 120.2831369, 30.1951516 ], [ 120.2828776, 30.1953129 ], [ 120.2827378, 30.1954419 ], [ 120.2826653, 30.1955531 ], [ 120.2826274, 30.195677 ], [ 120.2826247, 30.1956857 ], [ 120.2826104, 30.1958007 ], [ 120.2825496, 30.195668 ], [ 120.2825953, 30.1955235 ], [ 120.2827214, 30.195345 ], [ 120.2830128, 30.1950702 ], [ 120.2832035, 30.194951 ], [ 120.2834466, 30.1948045 ], [ 120.2836625, 30.1946117 ], [ 120.2839985, 30.194199 ], [ 120.284547, 30.1935255 ], [ 120.2846415, 30.1934094 ], [ 120.2848619, 30.1932341 ], [ 120.2851108, 30.1930673 ], [ 120.2853155, 30.1929752 ], [ 120.2855355, 30.1929358 ], [ 120.2857125, 30.1929242 ], [ 120.2865145, 30.1929034 ], [ 120.287582, 30.1928802 ], [ 120.2879816, 30.192864 ], [ 120.2885404, 30.1928995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.281929, 30.2037809 ], [ 120.2822204, 30.2038713 ], [ 120.2823259, 30.2040388 ], [ 120.282411, 30.2042828 ], [ 120.2825147, 30.204763 ], [ 120.2826838, 30.205736 ], [ 120.2826702, 30.2059583 ], [ 120.2827548, 30.2065043 ], [ 120.2828267, 30.2069154 ], [ 120.2829478, 30.2074291 ], [ 120.2831334, 30.2083449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826358, 30.2084281 ], [ 120.2825409, 30.2082746 ], [ 120.2824106, 30.2077431 ], [ 120.2822364, 30.2070555 ], [ 120.2821603, 30.2065904 ], [ 120.2821477, 30.2060465 ], [ 120.2821465, 30.2059932 ], [ 120.2821348, 30.2059279 ], [ 120.2819488, 30.20489 ], [ 120.2817583, 30.2040036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2831334, 30.2083449 ], [ 120.283512, 30.2082719 ], [ 120.2864004, 30.2078195 ], [ 120.2873137, 30.2076764 ], [ 120.2881654, 30.207543 ], [ 120.2890358, 30.2074067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2890561, 30.2075147 ], [ 120.2879176, 30.2076944 ], [ 120.2864254, 30.2079299 ], [ 120.2829909, 30.2084631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826358, 30.2084281 ], [ 120.2830295, 30.2083623 ], [ 120.2831334, 30.2083449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2921011, 30.183411 ], [ 120.2926125, 30.1829333 ], [ 120.2934478, 30.1823704 ], [ 120.2937875, 30.1821134 ], [ 120.2940282, 30.1818686 ], [ 120.2940715, 30.1817304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长青路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2971932, 30.1851615 ], [ 120.2958982, 30.1854201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长青路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2958982, 30.1854201 ], [ 120.2971932, 30.1851615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "通城高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2951483, 30.1730858 ], [ 120.295147, 30.1731563 ], [ 120.295026, 30.1746068 ], [ 120.2948572, 30.1756805 ], [ 120.2946328, 30.1765357 ], [ 120.2941907, 30.177924 ], [ 120.2935869, 30.1794427 ], [ 120.2930541, 30.180859 ], [ 120.2923293, 30.1829832 ], [ 120.2910311, 30.1860476 ], [ 120.2907642, 30.1868884 ], [ 120.2904293, 30.1878246 ], [ 120.2887558, 30.1920698 ], [ 120.2875452, 30.1952 ], [ 120.2872402, 30.1958333 ], [ 120.2868701, 30.1965193 ], [ 120.2858716, 30.1982776 ], [ 120.2845888, 30.2001037 ], [ 120.2837439, 30.2011053 ], [ 120.2831914, 30.2018149 ], [ 120.2830743, 30.2020139 ], [ 120.2826707, 30.2027001 ], [ 120.2825179, 30.2029511 ], [ 120.2822778, 30.2036418 ], [ 120.2822316, 30.2042847 ], [ 120.2824031, 30.2056513 ], [ 120.2827826, 30.2076158 ], [ 120.2832687, 30.2101497 ], [ 120.2841536, 30.2140409 ], [ 120.2844618, 30.2153962 ], [ 120.2851411, 30.2183917 ], [ 120.2855074, 30.2202019 ], [ 120.2856373, 30.2207862 ], [ 120.2856678, 30.2209233 ], [ 120.2866506, 30.2252554 ], [ 120.2867382, 30.2256414 ], [ 120.2869463, 30.2270133 ], [ 120.2870322, 30.2278386 ], [ 120.2870841, 30.2287825 ], [ 120.287086, 30.2297523 ], [ 120.2869737, 30.2320411 ], [ 120.2869511, 30.2327836 ], [ 120.2869836, 30.2336073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "通城高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868597, 30.2336245 ], [ 120.286808, 30.2328752 ], [ 120.2868465, 30.2320203 ], [ 120.2869557, 30.2297417 ], [ 120.2869642, 30.2287027 ], [ 120.2868987, 30.2278579 ], [ 120.2868181, 30.2269945 ], [ 120.2866742, 30.2260819 ], [ 120.2862793, 30.2242305 ], [ 120.2855459, 30.2207845 ], [ 120.2850284, 30.2184176 ], [ 120.2844558, 30.215883 ], [ 120.2843526, 30.2154259 ], [ 120.283183, 30.210169 ], [ 120.2826946, 30.2077692 ], [ 120.2822909, 30.2056531 ], [ 120.2820605, 30.2043402 ], [ 120.2821351, 30.203614 ], [ 120.282298, 30.2031208 ], [ 120.2825582, 30.2026425 ], [ 120.2830661, 30.2018292 ], [ 120.2835942, 30.2010826 ], [ 120.2844778, 30.2000498 ], [ 120.2857436, 30.1982423 ], [ 120.286751, 30.1965193 ], [ 120.2871051, 30.1958145 ], [ 120.2874155, 30.195152 ], [ 120.2886709, 30.1920037 ], [ 120.2904578, 30.1872056 ], [ 120.2920974, 30.1831469 ], [ 120.2925791, 30.1817768 ], [ 120.2936908, 30.1789392 ], [ 120.2938515, 30.1784558 ], [ 120.2939733, 30.1781291 ], [ 120.294207, 30.1774887 ], [ 120.2944198, 30.1767574 ], [ 120.2945598, 30.1761972 ], [ 120.2947204, 30.1754907 ], [ 120.2948557, 30.1745787 ], [ 120.2949123, 30.1738278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2951603, 30.2065854 ], [ 120.2944971, 30.2066915 ], [ 120.294269, 30.2067259 ], [ 120.2921299, 30.2070488 ], [ 120.2919761, 30.207072 ], [ 120.2893365, 30.2074704 ], [ 120.289126, 30.2075036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2890358, 30.2074067 ], [ 120.289126, 30.2075036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2890561, 30.2075147 ], [ 120.2890358, 30.2074067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.289126, 30.2075036 ], [ 120.2890561, 30.2075147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2951603, 30.2065854 ], [ 120.2956639, 30.2093325 ], [ 120.2956796, 30.2094108 ], [ 120.2957225, 30.2096635 ], [ 120.2957303, 30.2096943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071088, 30.2007381 ], [ 120.3071885, 30.2011329 ], [ 120.3074374, 30.2025544 ], [ 120.3075545, 30.2030959 ], [ 120.3076458, 30.2035442 ], [ 120.3076701, 30.203704 ], [ 120.3077148, 30.2039984 ], [ 120.3077744, 30.2045011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076692, 30.2045195 ], [ 120.3076151, 30.2040858 ], [ 120.3076024, 30.2039838 ], [ 120.3075356, 30.2034708 ], [ 120.3074847, 30.2031903 ], [ 120.3070386, 30.2009965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126981, 30.2038501 ], [ 120.3124621, 30.2038963 ], [ 120.3120866, 30.2039566 ], [ 120.3114097, 30.2040528 ], [ 120.3100646, 30.2042669 ], [ 120.3083166, 30.2045194 ], [ 120.3077748, 30.2046004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076692, 30.2045195 ], [ 120.3077744, 30.2045011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3077744, 30.2045011 ], [ 120.3077748, 30.2046004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076619, 30.2046123 ], [ 120.3076692, 30.2045195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3077748, 30.2046004 ], [ 120.3076619, 30.2046123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075742, 30.206812 ], [ 120.3092375, 30.206114 ], [ 120.3115139, 30.2046248 ], [ 120.3126981, 30.2038501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126981, 30.2038501 ], [ 120.3115139, 30.2046248 ], [ 120.3092375, 30.206114 ], [ 120.3075742, 30.206812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "104国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3077748, 30.2046004 ], [ 120.3077647, 30.2050369 ], [ 120.3077578, 30.2053598 ], [ 120.3077359, 30.2056959 ], [ 120.3076919, 30.206086 ], [ 120.3076503, 30.206416 ], [ 120.3075995, 30.2066933 ], [ 120.3075872, 30.2067602 ], [ 120.3075742, 30.206812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2831334, 30.2083449 ], [ 120.2829909, 30.2084631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826975, 30.2085327 ], [ 120.2826358, 30.2084281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829909, 30.2084631 ], [ 120.2826975, 30.2085327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829909, 30.2084631 ], [ 120.2831345, 30.2092111 ], [ 120.2831669, 30.2094724 ], [ 120.2833645, 30.2101359 ], [ 120.2835052, 30.2107072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2832746, 30.2107618 ], [ 120.2830098, 30.209649 ], [ 120.2828646, 30.2092783 ], [ 120.2826975, 30.2085327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2835052, 30.2107072 ], [ 120.2832746, 30.2107618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2855232, 30.2115378 ], [ 120.2896514, 30.2107828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2896514, 30.2107828 ], [ 120.2855232, 30.2115378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2855232, 30.2115378 ], [ 120.2843576, 30.2117307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2843576, 30.2117307 ], [ 120.2855232, 30.2115378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957303, 30.2096943 ], [ 120.2957225, 30.2096635 ], [ 120.2956796, 30.2094108 ], [ 120.2956639, 30.2093325 ], [ 120.2951603, 30.2065854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.289126, 30.2075036 ], [ 120.2893356, 30.2085805 ], [ 120.2894263, 30.2094101 ], [ 120.289541, 30.2101152 ], [ 120.289635, 30.2103944 ], [ 120.289653, 30.210446 ], [ 120.289749, 30.2107039 ], [ 120.2897707, 30.2107645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2896514, 30.2107828 ], [ 120.2896327, 30.2107211 ], [ 120.2895388, 30.210462 ], [ 120.2895201, 30.2104169 ], [ 120.2894275, 30.2101363 ], [ 120.2893161, 30.2094044 ], [ 120.289296, 30.2091882 ], [ 120.2892533, 30.2087263 ], [ 120.2892418, 30.2086019 ], [ 120.2891915, 30.2083072 ], [ 120.2890561, 30.2075147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2897707, 30.2107645 ], [ 120.2950051, 30.2098278 ], [ 120.2957303, 30.2096943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957303, 30.2096943 ], [ 120.2950051, 30.2098278 ], [ 120.2897707, 30.2107645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2897707, 30.2107645 ], [ 120.2896514, 30.2107828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2896514, 30.2107828 ], [ 120.2897707, 30.2107645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957303, 30.2096943 ], [ 120.2958143, 30.2101624 ], [ 120.2961567, 30.2118722 ], [ 120.2964333, 30.2132533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964333, 30.2132533 ], [ 120.2961567, 30.2118722 ], [ 120.2958143, 30.2101624 ], [ 120.2957303, 30.2096943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2897707, 30.2107645 ], [ 120.2899046, 30.2113372 ], [ 120.2901889, 30.2125532 ], [ 120.2902642, 30.2128228 ], [ 120.2905765, 30.2141967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904675, 30.2142145 ], [ 120.2901411, 30.2128418 ], [ 120.2896514, 30.2107828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964509, 30.2133224 ], [ 120.2964333, 30.2132533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964333, 30.2132533 ], [ 120.2964509, 30.2133224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905765, 30.2141967 ], [ 120.2925774, 30.213861 ], [ 120.2926538, 30.2138482 ], [ 120.2955743, 30.2133906 ], [ 120.2964333, 30.2132533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964509, 30.2133224 ], [ 120.2958398, 30.2134151 ], [ 120.2933649, 30.2138146 ], [ 120.2927769, 30.2139099 ], [ 120.2905863, 30.2142651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904675, 30.2142145 ], [ 120.2905765, 30.2141967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905765, 30.2141967 ], [ 120.2905863, 30.2142651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904837, 30.2142826 ], [ 120.2904675, 30.2142145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905863, 30.2142651 ], [ 120.2905528, 30.2142705 ], [ 120.2904837, 30.2142826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861296, 30.2149092 ], [ 120.2885033, 30.2145354 ], [ 120.2904675, 30.2142145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2890358, 30.2074067 ], [ 120.2891481, 30.2073891 ], [ 120.2951441, 30.2064506 ], [ 120.2956045, 30.2063755 ], [ 120.296639, 30.2062194 ], [ 120.2997395, 30.205743 ], [ 120.3020494, 30.205387 ], [ 120.3049955, 30.2049285 ], [ 120.3071602, 30.2045974 ], [ 120.3076692, 30.2045195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957303, 30.2096943 ], [ 120.2958244, 30.2096751 ], [ 120.2961959, 30.2096102 ], [ 120.2983329, 30.209175 ], [ 120.3003293, 30.2087684 ], [ 120.3012699, 30.2085826 ], [ 120.3026633, 30.2083074 ], [ 120.3042561, 30.207971 ], [ 120.3074572, 30.2068399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074572, 30.2068399 ], [ 120.3042561, 30.207971 ], [ 120.3026633, 30.2083074 ], [ 120.3012699, 30.2085826 ], [ 120.3003293, 30.2087684 ], [ 120.2983329, 30.209175 ], [ 120.2961959, 30.2096102 ], [ 120.2958244, 30.2096751 ], [ 120.2957303, 30.2096943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "104国道", "炮台湾桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2975819, 30.2192504 ], [ 120.2976604, 30.2191677 ], [ 120.2980399, 30.218761 ], [ 120.2981642, 30.218624 ], [ 120.299361, 30.2173223 ], [ 120.3000042, 30.2166347 ], [ 120.3007021, 30.2158885 ], [ 120.3015037, 30.2149924 ], [ 120.3018313, 30.2146263 ], [ 120.3023031, 30.2141037 ], [ 120.3025205, 30.213878 ], [ 120.3027749, 30.2136139 ], [ 120.303551, 30.212746 ], [ 120.3043493, 30.2118932 ], [ 120.3050486, 30.2111156 ], [ 120.3054445, 30.2106854 ], [ 120.3057354, 30.2103167 ], [ 120.3057908, 30.2102488 ], [ 120.3060743, 30.2099013 ], [ 120.3062993, 30.2095975 ], [ 120.3064624, 30.2093155 ], [ 120.3066659, 30.2089635 ], [ 120.3068173, 30.2086571 ], [ 120.3069704, 30.20835 ], [ 120.3071455, 30.2078949 ], [ 120.3072861, 30.2075067 ], [ 120.3073754, 30.207175 ], [ 120.3074572, 30.2068399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "104国道", "炮台湾桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075742, 30.206812 ], [ 120.3074828, 30.2071561 ], [ 120.3073705, 30.2075598 ], [ 120.3072119, 30.2080075 ], [ 120.3070568, 30.2083691 ], [ 120.3069054, 30.2087142 ], [ 120.3067167, 30.2090749 ], [ 120.3064424, 30.2095251 ], [ 120.3063872, 30.2096158 ], [ 120.3061446, 30.2099485 ], [ 120.3058035, 30.2103665 ], [ 120.3056075, 30.2106291 ], [ 120.3053813, 30.2108917 ], [ 120.3048681, 30.2114365 ], [ 120.3046673, 30.2116558 ], [ 120.3044106, 30.2119362 ], [ 120.3038904, 30.2125238 ], [ 120.3036051, 30.2128515 ], [ 120.3028563, 30.2136339 ], [ 120.302655, 30.2138511 ], [ 120.3019221, 30.2146421 ], [ 120.3007587, 30.215937 ], [ 120.2994493, 30.2173497 ], [ 120.2982464, 30.2186753 ], [ 120.2980439, 30.2188942 ], [ 120.2976523, 30.2193091 ], [ 120.2976027, 30.2193568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964509, 30.2133224 ], [ 120.2969648, 30.2160277 ], [ 120.2969799, 30.2161071 ], [ 120.2969903, 30.2161618 ], [ 120.2972994, 30.2177758 ], [ 120.2975819, 30.2192504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2975819, 30.2192504 ], [ 120.2972994, 30.2177758 ], [ 120.2969903, 30.2161618 ], [ 120.2969799, 30.2161071 ], [ 120.2969648, 30.2160277 ], [ 120.2964509, 30.2133224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976027, 30.2193568 ], [ 120.2975819, 30.2192504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2975819, 30.2192504 ], [ 120.2976027, 30.2193568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304936, 30.2209693 ], [ 120.3048256, 30.2209858 ], [ 120.303521, 30.2211841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "104国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074572, 30.2068399 ], [ 120.3074706, 30.2067683 ], [ 120.3075213, 30.2064515 ], [ 120.3075916, 30.2061449 ], [ 120.3076289, 30.2058477 ], [ 120.3076564, 30.2055308 ], [ 120.3076736, 30.2051986 ], [ 120.3076619, 30.2046123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075742, 30.206812 ], [ 120.3074572, 30.2068399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074572, 30.2068399 ], [ 120.3075742, 30.206812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2950986, 30.2221519 ], [ 120.2979666, 30.2217127 ], [ 120.2980238, 30.2217032 ], [ 120.2986434, 30.2216048 ], [ 120.3047488, 30.2206912 ], [ 120.3048642, 30.2206737 ], [ 120.3174828, 30.2187561 ], [ 120.3222648, 30.218038 ], [ 120.3246633, 30.2176705 ], [ 120.3260427, 30.2174606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3141346, 30.2195913 ], [ 120.309295, 30.2203166 ], [ 120.3087316, 30.220401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3141346, 30.2195913 ], [ 120.3145562, 30.2210338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3145562, 30.2210338 ], [ 120.3141346, 30.2195913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3087316, 30.220401 ], [ 120.3085006, 30.2204355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085006, 30.2204355 ], [ 120.304936, 30.2209693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3087316, 30.220401 ], [ 120.3091366, 30.2218579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2842672, 30.21532 ], [ 120.2841346, 30.2152535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845043, 30.2152629 ], [ 120.2842672, 30.21532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866418, 30.2178978 ], [ 120.2864505, 30.2167989 ], [ 120.2861381, 30.2150043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861381, 30.2150043 ], [ 120.2864505, 30.2167989 ], [ 120.2866418, 30.2178978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845043, 30.2152629 ], [ 120.2848562, 30.2167295 ], [ 120.2850385, 30.2174503 ], [ 120.2851586, 30.2181358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849011, 30.2181777 ], [ 120.2845933, 30.2167638 ], [ 120.2842672, 30.21532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866418, 30.2178978 ], [ 120.2866572, 30.2179698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866572, 30.2179698 ], [ 120.2866418, 30.2178978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851586, 30.2181358 ], [ 120.2866418, 30.2178978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866572, 30.2179698 ], [ 120.285184, 30.2182046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3314339, 30.1918936 ], [ 120.3319277, 30.1918368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3319277, 30.1918368 ], [ 120.3314339, 30.1918936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3362738, 30.1915119 ], [ 120.3364491, 30.1925549 ], [ 120.3365558, 30.1931902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3365558, 30.1931902 ], [ 120.3364491, 30.1925549 ], [ 120.3362738, 30.1915119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3318907, 30.1931956 ], [ 120.3317434, 30.1930348 ], [ 120.331707, 30.1929008 ], [ 120.3316396, 30.1926886 ], [ 120.3316173, 30.1926231 ], [ 120.3314005, 30.1922556 ], [ 120.3314339, 30.1918936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3319277, 30.1918368 ], [ 120.3321223, 30.1924944 ], [ 120.3321461, 30.1925747 ], [ 120.3324312, 30.1935378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324312, 30.1935378 ], [ 120.3343052, 30.1934165 ], [ 120.3354564, 30.1933007 ], [ 120.3365558, 30.1931902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3365558, 30.1931902 ], [ 120.3354564, 30.1933007 ], [ 120.3343052, 30.1934165 ], [ 120.3324312, 30.1935378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321214, 30.1935692 ], [ 120.3318907, 30.1931956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324312, 30.1935378 ], [ 120.3321214, 30.1935692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263622, 30.1917765 ], [ 120.323559, 30.1918369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.323559, 30.1918369 ], [ 120.3263622, 30.1917765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3314339, 30.1918936 ], [ 120.3310978, 30.1919166 ], [ 120.3306719, 30.1918942 ], [ 120.3299036, 30.1917999 ], [ 120.3291751, 30.1917829 ], [ 120.3281551, 30.1917431 ], [ 120.3278038, 30.1917455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北塘东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3278038, 30.1917455 ], [ 120.3281551, 30.1917431 ], [ 120.3291751, 30.1917829 ], [ 120.3299036, 30.1917999 ], [ 120.3306719, 30.1918942 ], [ 120.3310978, 30.1919166 ], [ 120.3314339, 30.1918936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239245, 30.1931584 ], [ 120.3262541, 30.1930875 ], [ 120.3263622, 30.1917765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263622, 30.1917765 ], [ 120.3262541, 30.1930875 ], [ 120.3239245, 30.1931584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.323559, 30.1918369 ], [ 120.3239245, 30.1931584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239245, 30.1931584 ], [ 120.323559, 30.1918369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3282852, 30.1942271 ], [ 120.3278652, 30.1920912 ], [ 120.3278038, 30.1917455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3278038, 30.1917455 ], [ 120.3278652, 30.1920912 ], [ 120.3282852, 30.1942271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215594, 30.1932064 ], [ 120.3239245, 30.1931584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239245, 30.1931584 ], [ 120.3215594, 30.1932064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239245, 30.1931584 ], [ 120.3243254, 30.1946074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3243254, 30.1946074 ], [ 120.3239245, 30.1931584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.328383, 30.1947246 ], [ 120.3295842, 30.1941082 ], [ 120.3297803, 30.1939461 ], [ 120.3310732, 30.1932949 ], [ 120.3311829, 30.1934471 ], [ 120.3318907, 30.1931956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3318907, 30.1931956 ], [ 120.3311829, 30.1934471 ], [ 120.3310732, 30.1932949 ], [ 120.3297803, 30.1939461 ], [ 120.3295842, 30.1941082 ], [ 120.328383, 30.1947246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3243254, 30.1946074 ], [ 120.3282852, 30.1942271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3282852, 30.1942271 ], [ 120.3243254, 30.1946074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.328383, 30.1947246 ], [ 120.3283468, 30.1945403 ], [ 120.3283305, 30.1944575 ], [ 120.3282852, 30.1942271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3282852, 30.1942271 ], [ 120.3283305, 30.1944575 ], [ 120.3283468, 30.1945403 ], [ 120.328383, 30.1947246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321214, 30.1935692 ], [ 120.3324312, 30.1935378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3365558, 30.1931902 ], [ 120.3366804, 30.1939956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3366804, 30.1939956 ], [ 120.3365558, 30.1931902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3375866, 30.1967361 ], [ 120.3402878, 30.1964888 ], [ 120.3405593, 30.1964461 ], [ 120.3407266, 30.1964198 ], [ 120.3400215, 30.1941209 ], [ 120.3399142, 30.1938242 ], [ 120.3366804, 30.1939956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3366804, 30.1939956 ], [ 120.3399142, 30.1938242 ], [ 120.3400215, 30.1941209 ], [ 120.3407266, 30.1964198 ], [ 120.3405593, 30.1964461 ], [ 120.3402878, 30.1964888 ], [ 120.3375866, 30.1967361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3366804, 30.1939956 ], [ 120.3371456, 30.1955167 ], [ 120.3374814, 30.1967457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3374814, 30.1967457 ], [ 120.3371456, 30.1955167 ], [ 120.3366804, 30.1939956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324312, 30.1935378 ], [ 120.3331407, 30.1960714 ], [ 120.3334479, 30.1972301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331562, 30.1973012 ], [ 120.3323627, 30.1944646 ], [ 120.3321214, 30.1935692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3366804, 30.1939956 ], [ 120.3344801, 30.1941594 ], [ 120.3351935, 30.1970049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3351935, 30.1970049 ], [ 120.3344801, 30.1941594 ], [ 120.3366804, 30.1939956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3374814, 30.1967457 ], [ 120.3375866, 30.1967361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3375866, 30.1967361 ], [ 120.3374814, 30.1967457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3351935, 30.1970049 ], [ 120.3374814, 30.1967457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3374814, 30.1967457 ], [ 120.3351935, 30.1970049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334479, 30.1972301 ], [ 120.3351935, 30.1970049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3351935, 30.1970049 ], [ 120.3334479, 30.1972301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331562, 30.1973012 ], [ 120.3334479, 30.1972301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334479, 30.1972301 ], [ 120.3331562, 30.1973012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331562, 30.1973012 ], [ 120.3293433, 30.1979307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.328383, 30.1947246 ], [ 120.3284471, 30.1949467 ], [ 120.3293433, 30.1979307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3293433, 30.1979307 ], [ 120.3284471, 30.1949467 ], [ 120.328383, 30.1947246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3243254, 30.1946074 ], [ 120.3247317, 30.1960763 ], [ 120.3248446, 30.1964535 ], [ 120.3248827, 30.1965938 ], [ 120.3254253, 30.198591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254253, 30.198591 ], [ 120.3248827, 30.1965938 ], [ 120.3248446, 30.1964535 ], [ 120.3247317, 30.1960763 ], [ 120.3243254, 30.1946074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3293433, 30.1979307 ], [ 120.3254253, 30.198591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254253, 30.198591 ], [ 120.3293433, 30.1979307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254253, 30.198591 ], [ 120.3218751, 30.1990192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218751, 30.1990192 ], [ 120.3254253, 30.198591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3258167, 30.1999856 ], [ 120.3254253, 30.198591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254253, 30.198591 ], [ 120.3258167, 30.1999856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3293433, 30.1979307 ], [ 120.3331562, 30.1973012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "合欢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3375866, 30.1967361 ], [ 120.3386334, 30.2003304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "合欢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3385257, 30.2003314 ], [ 120.3374814, 30.1967457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334479, 30.1972301 ], [ 120.3338564, 30.1985995 ], [ 120.3344115, 30.2005164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3340703, 30.200562 ], [ 120.3336523, 30.1990653 ], [ 120.3331562, 30.1973012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3340703, 30.200562 ], [ 120.3344115, 30.2005164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3344115, 30.2005164 ], [ 120.3344389, 30.2006057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3341194, 30.2006785 ], [ 120.3340703, 30.200562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3344389, 30.2006057 ], [ 120.3341194, 30.2006785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3302829, 30.2011308 ], [ 120.3316549, 30.2009304 ], [ 120.3340703, 30.200562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3293433, 30.1979307 ], [ 120.3302829, 30.2011308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3302829, 30.2011308 ], [ 120.3293433, 30.1979307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3258167, 30.1999856 ], [ 120.3222576, 30.2004127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3222576, 30.2004127 ], [ 120.3258167, 30.1999856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263014, 30.2017123 ], [ 120.3258167, 30.1999856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3258167, 30.1999856 ], [ 120.3263014, 30.2017123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3302829, 30.2011308 ], [ 120.3303205, 30.2012307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263014, 30.2017123 ], [ 120.3302829, 30.2011308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3303205, 30.2012307 ], [ 120.3287328, 30.2014712 ], [ 120.3281969, 30.2015502 ], [ 120.3263342, 30.2018246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263342, 30.2018246 ], [ 120.3263014, 30.2017123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3341194, 30.2006785 ], [ 120.3303205, 30.2012307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3303205, 30.2012307 ], [ 120.3302829, 30.2011308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3345603, 30.2020833 ], [ 120.3341194, 30.2006785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3353543, 30.2049671 ], [ 120.3351473, 30.2042301 ], [ 120.334969, 30.2035113 ], [ 120.3345603, 30.2020833 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "03省道", "红十五线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3344389, 30.2006057 ], [ 120.3346586, 30.2011916 ], [ 120.3348951, 30.2022996 ], [ 120.3350234, 30.202811 ], [ 120.3351925, 30.2034156 ], [ 120.3352741, 30.2036599 ], [ 120.3355218, 30.2042368 ], [ 120.3358017, 30.2052142 ], [ 120.3359882, 30.2059549 ], [ 120.3361806, 30.2066879 ], [ 120.3364604, 30.2076477 ], [ 120.3366588, 30.2083456 ], [ 120.3368772, 30.2091137 ], [ 120.3374923, 30.2111994 ], [ 120.3376756, 30.2118224 ], [ 120.3378362, 30.2123682 ], [ 120.3380197, 30.2129495 ], [ 120.3380636, 30.2130886 ], [ 120.3382493, 30.2136042 ], [ 120.3382918, 30.2137221 ], [ 120.3384742, 30.2141973 ], [ 120.3385206, 30.2143102 ], [ 120.3385738, 30.2145017 ], [ 120.3386158, 30.2146856 ], [ 120.3386854, 30.2150068 ], [ 120.3388209, 30.2155103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "塘新线高架路", "红十五线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343687, 30.233514 ], [ 120.3435868, 30.2331116 ], [ 120.3429861, 30.2312015 ], [ 120.3423136, 30.2288519 ], [ 120.3418809, 30.2273145 ], [ 120.3417402, 30.2267445 ], [ 120.3414566, 30.2258218 ], [ 120.3413283, 30.2253292 ], [ 120.3410538, 30.2244288 ], [ 120.3406184, 30.2228869 ], [ 120.3400212, 30.2208616 ], [ 120.3394911, 30.2189632 ], [ 120.3387207, 30.2161601 ], [ 120.3384847, 30.2151898 ], [ 120.3382886, 30.2145144 ], [ 120.3376178, 30.2122385 ], [ 120.3367804, 30.2093807 ], [ 120.3361226, 30.2070415 ], [ 120.335257, 30.2042372 ], [ 120.3346467, 30.202058 ], [ 120.3341585, 30.2002916 ], [ 120.3335684, 30.1982563 ], [ 120.3328925, 30.1959148 ], [ 120.3322327, 30.1935966 ], [ 120.3318333, 30.1920693 ], [ 120.3315737, 30.1910846 ], [ 120.3314357, 30.1905386 ], [ 120.3313079, 30.1900058 ], [ 120.3312334, 30.1896498 ], [ 120.3311461, 30.1889939 ], [ 120.3310728, 30.1873258 ], [ 120.3310006, 30.1857266 ], [ 120.3309648, 30.1848583 ], [ 120.3309238, 30.1844139 ], [ 120.3308639, 30.1839686 ], [ 120.3307835, 30.183572 ], [ 120.3305904, 30.1828542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3385303, 30.2155629 ], [ 120.3384108, 30.2151498 ], [ 120.3383699, 30.2149717 ], [ 120.3382472, 30.2146582 ], [ 120.3381955, 30.2144992 ], [ 120.3381454, 30.2143187 ], [ 120.3381121, 30.2142355 ], [ 120.3379855, 30.2138345 ], [ 120.3378511, 30.2133667 ], [ 120.3378324, 30.2133086 ], [ 120.3377145, 30.2129426 ], [ 120.3373998, 30.2118333 ], [ 120.3370071, 30.2103992 ], [ 120.3364238, 30.2083833 ], [ 120.3363782, 30.2082258 ], [ 120.3358425, 30.2059658 ], [ 120.3352658, 30.2041466 ], [ 120.3351351, 30.2036381 ], [ 120.334883, 30.2028563 ], [ 120.3345603, 30.2020833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "塘新线高架路", "红十五线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3310867, 30.1842977 ], [ 120.3311652, 30.1851297 ], [ 120.3311744, 30.1862656 ], [ 120.3312553, 30.1883917 ], [ 120.3312884, 30.1891106 ], [ 120.3313668, 30.1896384 ], [ 120.3314605, 30.1901017 ], [ 120.3316145, 30.1908099 ], [ 120.332104, 30.1926368 ], [ 120.3323293, 30.1935409 ], [ 120.3329086, 30.1955578 ], [ 120.3334504, 30.1975237 ], [ 120.3342229, 30.2002128 ], [ 120.3348076, 30.2022806 ], [ 120.3353831, 30.2041985 ], [ 120.3359034, 30.2060431 ], [ 120.3361887, 30.2070099 ], [ 120.3368827, 30.2093769 ], [ 120.337182, 30.2104254 ], [ 120.3380557, 30.2133809 ], [ 120.3384219, 30.2145975 ], [ 120.338804, 30.2159343 ], [ 120.3388489, 30.2161176 ], [ 120.3396179, 30.2189267 ], [ 120.3401471, 30.2208417 ], [ 120.340713, 30.2228719 ], [ 120.3411405, 30.2243509 ], [ 120.3414092, 30.2253134 ], [ 120.3414805, 30.2255683 ], [ 120.3419471, 30.2272365 ], [ 120.3424139, 30.2288596 ], [ 120.3436478, 30.2330595 ], [ 120.3438136, 30.2335222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3516818, 30.2138737 ], [ 120.3503085, 30.2140741 ], [ 120.3494315, 30.214202 ], [ 120.346889, 30.2146132 ], [ 120.345011, 30.2149063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388209, 30.2155103 ], [ 120.3390064, 30.2154823 ], [ 120.3395201, 30.2154046 ], [ 120.3409022, 30.2151957 ], [ 120.3468341, 30.2142993 ], [ 120.3502415, 30.2137997 ], [ 120.3513511, 30.2136184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263014, 30.2017123 ], [ 120.3263342, 30.2018246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263342, 30.2018246 ], [ 120.3262791, 30.2018327 ], [ 120.3228802, 30.2023336 ], [ 120.322232, 30.2024334 ], [ 120.322085, 30.2024546 ], [ 120.3206371, 30.2026664 ], [ 120.3172985, 30.2031548 ], [ 120.3146197, 30.2035597 ], [ 120.3126981, 30.2038501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3077744, 30.2045011 ], [ 120.308371, 30.2044119 ], [ 120.3112808, 30.2039769 ], [ 120.3120641, 30.2038598 ], [ 120.3129332, 30.2037256 ], [ 120.3146025, 30.2034734 ], [ 120.3172645, 30.2030711 ], [ 120.320645, 30.2025593 ], [ 120.3236692, 30.2020968 ], [ 120.3263014, 30.2017123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261333, 30.2174468 ], [ 120.3282007, 30.2171322 ], [ 120.3306735, 30.2167559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307354, 30.2170634 ], [ 120.3291978, 30.2172984 ], [ 120.3282456, 30.2174428 ], [ 120.3262025, 30.2177526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3260427, 30.2174606 ], [ 120.3261333, 30.2174468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261333, 30.2174468 ], [ 120.3262025, 30.2177526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261027, 30.2177678 ], [ 120.3260427, 30.2174606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3262025, 30.2177526 ], [ 120.3261027, 30.2177678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261027, 30.2177678 ], [ 120.3251265, 30.2179158 ], [ 120.3234084, 30.2181852 ], [ 120.3211856, 30.2185184 ], [ 120.3207485, 30.2185838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.345011, 30.2149063 ], [ 120.3430276, 30.2152159 ], [ 120.3395978, 30.2157356 ], [ 120.3391701, 30.2157938 ], [ 120.3389248, 30.2158281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3385303, 30.2155629 ], [ 120.3388209, 30.2155103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388209, 30.2155103 ], [ 120.3389248, 30.2158281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386801, 30.2158641 ], [ 120.3385303, 30.2155629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3352763, 30.2160559 ], [ 120.3385303, 30.2155629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3389248, 30.2158281 ], [ 120.3386801, 30.2158641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386801, 30.2158641 ], [ 120.3353335, 30.216363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3352763, 30.2160559 ], [ 120.3353335, 30.216363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3353335, 30.216363 ], [ 120.3352763, 30.2160559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306735, 30.2167559 ], [ 120.3325578, 30.2164692 ], [ 120.3334863, 30.2163279 ], [ 120.3352763, 30.2160559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3344115, 30.2005164 ], [ 120.3347016, 30.2004982 ], [ 120.3349006, 30.2004857 ], [ 120.337239, 30.2003581 ], [ 120.3402055, 30.200281 ], [ 120.3413964, 30.2002396 ], [ 120.3432299, 30.2000987 ], [ 120.3441231, 30.2000286 ], [ 120.3475436, 30.1998902 ], [ 120.3488339, 30.1998641 ], [ 120.3495623, 30.1998324 ], [ 120.3508891, 30.1998288 ], [ 120.3526567, 30.1998393 ], [ 120.3549482, 30.1998497 ], [ 120.3569047, 30.1998656 ], [ 120.3576821, 30.1998633 ], [ 120.3595514, 30.1998579 ], [ 120.3598381, 30.1998571 ], [ 120.3608213, 30.1998411 ], [ 120.3621056, 30.1998799 ], [ 120.3627763, 30.1999001 ], [ 120.3641731, 30.1998961 ], [ 120.3652892, 30.1999005 ], [ 120.3663953, 30.1998873 ], [ 120.3678454, 30.1998808 ], [ 120.3700316, 30.1998863 ], [ 120.3746011, 30.1998976 ], [ 120.3758256, 30.1999228 ], [ 120.3780448, 30.1999784 ], [ 120.3807301, 30.199973 ], [ 120.3812489, 30.199972 ], [ 120.3833858, 30.199986 ], [ 120.3873485, 30.1999876 ], [ 120.3893409, 30.1999794 ], [ 120.3912157, 30.2000076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3912222, 30.2001382 ], [ 120.3893465, 30.2001327 ], [ 120.3873539, 30.2001209 ], [ 120.3833992, 30.2001149 ], [ 120.3812501, 30.2001112 ], [ 120.3803146, 30.200109 ], [ 120.3780589, 30.2001036 ], [ 120.3761903, 30.2000551 ], [ 120.3746077, 30.2000309 ], [ 120.3700448, 30.2000229 ], [ 120.3678585, 30.2000191 ], [ 120.3664413, 30.2000107 ], [ 120.365314, 30.2000275 ], [ 120.3642006, 30.2000347 ], [ 120.362811, 30.2000306 ], [ 120.36085, 30.1999924 ], [ 120.3603323, 30.1999988 ], [ 120.3599125, 30.200004 ], [ 120.3575842, 30.2000903 ], [ 120.3549753, 30.1999927 ], [ 120.3518739, 30.1999666 ], [ 120.3504577, 30.1999596 ], [ 120.3489282, 30.1999772 ], [ 120.3475758, 30.2000103 ], [ 120.3441788, 30.2001577 ], [ 120.3414111, 30.2003534 ], [ 120.3402333, 30.200379 ], [ 120.337207, 30.2004291 ], [ 120.3349583, 30.2005742 ], [ 120.3347383, 30.2005875 ], [ 120.3344389, 30.2006057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569624, 30.2174165 ], [ 120.356927, 30.2186784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356927, 30.2186784 ], [ 120.3569624, 30.2174165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356927, 30.2186784 ], [ 120.3569275, 30.2187365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569275, 30.2187365 ], [ 120.356927, 30.2186784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351305, 30.2194711 ], [ 120.3513918, 30.2194565 ], [ 120.3554893, 30.2187665 ], [ 120.356927, 30.2186784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569275, 30.2187365 ], [ 120.3555616, 30.2188332 ], [ 120.3536682, 30.2191587 ], [ 120.3514095, 30.2195471 ], [ 120.351329, 30.2195563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "萧清大道", "红垦路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3882189, 30.2339842 ], [ 120.3879627, 30.2339501 ], [ 120.386507, 30.2337566 ], [ 120.3854575, 30.233617 ], [ 120.3833082, 30.2333312 ], [ 120.3809551, 30.2330183 ], [ 120.3801608, 30.2329127 ], [ 120.3799249, 30.2328813 ], [ 120.3796273, 30.2328417 ], [ 120.3782519, 30.2326198 ], [ 120.3781604, 30.232605 ], [ 120.3765121, 30.2323391 ], [ 120.373513, 30.2318551 ], [ 120.3728193, 30.2317432 ], [ 120.3716549, 30.2315553 ], [ 120.3701185, 30.2313074 ], [ 120.3687568, 30.231106 ], [ 120.3665918, 30.2310975 ], [ 120.3659897, 30.2310951 ], [ 120.3659, 30.231095 ], [ 120.3625425, 30.2310926 ], [ 120.3577578, 30.2311118 ], [ 120.3504489, 30.2311238 ], [ 120.3495767, 30.2311188 ], [ 120.3492569, 30.2311169 ], [ 120.3478443, 30.2311229 ], [ 120.3477648, 30.2311233 ], [ 120.344218, 30.2311384 ], [ 120.3437833, 30.2311403 ], [ 120.3434668, 30.2311417 ], [ 120.3432747, 30.2311425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "萧清大道", "红垦路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3432747, 30.2311425 ], [ 120.3434668, 30.2311417 ], [ 120.3437833, 30.2311403 ], [ 120.344218, 30.2311384 ], [ 120.3477648, 30.2311233 ], [ 120.3478443, 30.2311229 ], [ 120.3492569, 30.2311169 ], [ 120.3495767, 30.2311188 ], [ 120.3504489, 30.2311238 ], [ 120.3577578, 30.2311118 ], [ 120.3625425, 30.2310926 ], [ 120.3659, 30.231095 ], [ 120.3659897, 30.2310951 ], [ 120.3665918, 30.2310975 ], [ 120.3687568, 30.231106 ], [ 120.3701185, 30.2313074 ], [ 120.3716549, 30.2315553 ], [ 120.3728193, 30.2317432 ], [ 120.373513, 30.2318551 ], [ 120.3765121, 30.2323391 ], [ 120.3781604, 30.232605 ], [ 120.3782519, 30.2326198 ], [ 120.3796273, 30.2328417 ], [ 120.3799249, 30.2328813 ], [ 120.3801608, 30.2329127 ], [ 120.3809551, 30.2330183 ], [ 120.3833082, 30.2333312 ], [ 120.3854575, 30.233617 ], [ 120.386507, 30.2337566 ], [ 120.3879627, 30.2339501 ], [ 120.3882189, 30.2339842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3353335, 30.216363 ], [ 120.3346469, 30.2164654 ], [ 120.3307354, 30.2170634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307354, 30.2170634 ], [ 120.3306735, 30.2167559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306735, 30.2167559 ], [ 120.3307354, 30.2170634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新十三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3463574, 30.2202943 ], [ 120.345011, 30.2149063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新十三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.345011, 30.2149063 ], [ 120.3463574, 30.2202943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3353335, 30.216363 ], [ 120.3353833, 30.2166727 ], [ 120.3357466, 30.2189347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3357466, 30.2189347 ], [ 120.3353833, 30.2166727 ], [ 120.3353335, 30.216363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307354, 30.2170634 ], [ 120.3307909, 30.2174067 ], [ 120.3309708, 30.2185194 ], [ 120.3311083, 30.2194024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3311083, 30.2194024 ], [ 120.3309708, 30.2185194 ], [ 120.3307909, 30.2174067 ], [ 120.3307354, 30.2170634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351305, 30.2194711 ], [ 120.350833, 30.2172182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.350833, 30.2172182 ], [ 120.351305, 30.2194711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3389248, 30.2158281 ], [ 120.3390392, 30.2161721 ], [ 120.3392616, 30.2167158 ], [ 120.3393519, 30.2169954 ], [ 120.3394685, 30.2174236 ], [ 120.3395152, 30.217756 ], [ 120.3395647, 30.2179626 ], [ 120.3400594, 30.2196278 ], [ 120.3401881, 30.2204436 ], [ 120.3404326, 30.2212825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3400643, 30.2213396 ], [ 120.3398073, 30.2203556 ], [ 120.3397965, 30.2198318 ], [ 120.3393212, 30.218111 ], [ 120.3392113, 30.2178204 ], [ 120.3391435, 30.2175084 ], [ 120.3390485, 30.2171859 ], [ 120.3390041, 30.2170675 ], [ 120.3389154, 30.2167306 ], [ 120.3387943, 30.2162982 ], [ 120.3386801, 30.2158641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3390576, 30.2182789 ], [ 120.3357466, 30.2189347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3357466, 30.2189347 ], [ 120.3390576, 30.2182789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3311083, 30.2194024 ], [ 120.3357466, 30.2189347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3357466, 30.2189347 ], [ 120.3311083, 30.2194024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351329, 30.2195563 ], [ 120.351305, 30.2194711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351305, 30.2194711 ], [ 120.351329, 30.2195563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3463574, 30.2202943 ], [ 120.3473622, 30.2201247 ], [ 120.351305, 30.2194711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3262025, 30.2177526 ], [ 120.3262433, 30.2179404 ], [ 120.326313, 30.2184943 ], [ 120.3263211, 30.2187307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263211, 30.2187307 ], [ 120.3262218, 30.2184433 ], [ 120.3261414, 30.2179613 ], [ 120.3261027, 30.2177678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3207485, 30.2185838 ], [ 120.3204366, 30.2186304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3207485, 30.2185838 ], [ 120.3209805, 30.2194185 ], [ 120.3208591, 30.219637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3204366, 30.2186304 ], [ 120.3175446, 30.2190629 ], [ 120.3147215, 30.2195033 ], [ 120.3141346, 30.2195913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3208591, 30.219637 ], [ 120.3206266, 30.2194797 ], [ 120.3204366, 30.2186304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3264746, 30.2198404 ], [ 120.3263211, 30.2187307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263211, 30.2187307 ], [ 120.3264746, 30.2198404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3311083, 30.2194024 ], [ 120.3280907, 30.2196937 ], [ 120.3264746, 30.2198404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3264746, 30.2198404 ], [ 120.3280907, 30.2196937 ], [ 120.3311083, 30.2194024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351329, 30.2195563 ], [ 120.3463864, 30.2203767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3357466, 30.2189347 ], [ 120.3361518, 30.2216982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3361518, 30.2216982 ], [ 120.3357466, 30.2189347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新十三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3463574, 30.2202943 ], [ 120.3463864, 30.2203767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新十三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3463864, 30.2203767 ], [ 120.3463574, 30.2202943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3315306, 30.2221496 ], [ 120.3314166, 30.2213826 ], [ 120.3311083, 30.2194024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3311083, 30.2194024 ], [ 120.3314166, 30.2213826 ], [ 120.3315306, 30.2221496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3404326, 30.2212825 ], [ 120.3406711, 30.2212483 ], [ 120.3409419, 30.2212059 ], [ 120.3445888, 30.2205928 ], [ 120.3463574, 30.2202943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3463864, 30.2203767 ], [ 120.34096, 30.221286 ], [ 120.3406904, 30.2213312 ], [ 120.3404482, 30.2213718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3400643, 30.2213396 ], [ 120.3404326, 30.2212825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3404326, 30.2212825 ], [ 120.3404482, 30.2213718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351329, 30.2195563 ], [ 120.3520565, 30.2230919 ], [ 120.3520166, 30.2231312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿迪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3520166, 30.2231312 ], [ 120.3520565, 30.2230919 ], [ 120.351329, 30.2195563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3400898, 30.2214139 ], [ 120.3400643, 30.2213396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3404482, 30.2213718 ], [ 120.3400898, 30.2214139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3361518, 30.2216982 ], [ 120.3371698, 30.2215987 ], [ 120.3382687, 30.2214999 ], [ 120.3400643, 30.2213396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3400898, 30.2214139 ], [ 120.3362068, 30.2217767 ], [ 120.3361643, 30.2217807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3361643, 30.2217807 ], [ 120.3361518, 30.2216982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3361518, 30.2216982 ], [ 120.3361643, 30.2217807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3315306, 30.2221496 ], [ 120.3326154, 30.2220437 ], [ 120.3361518, 30.2216982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3212792, 30.221208 ], [ 120.3208591, 30.219637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3208591, 30.219637 ], [ 120.3212792, 30.221208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3264746, 30.2198404 ], [ 120.3265812, 30.2204945 ], [ 120.3266778, 30.2211435 ], [ 120.3268861, 30.2226029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3268861, 30.2226029 ], [ 120.3266778, 30.2211435 ], [ 120.3265812, 30.2204945 ], [ 120.3264746, 30.2198404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3179878, 30.2218622 ], [ 120.3212792, 30.221208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3212792, 30.221208 ], [ 120.3179878, 30.2218622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218551, 30.2233615 ], [ 120.3212792, 30.221208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3212792, 30.221208 ], [ 120.3218551, 30.2233615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3268861, 30.2226029 ], [ 120.3269006, 30.2226015 ], [ 120.3315306, 30.2221496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3315409, 30.222219 ], [ 120.3315129, 30.2222217 ], [ 120.3271086, 30.2226914 ], [ 120.3269181, 30.222719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3361643, 30.2217807 ], [ 120.3315409, 30.222219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3315306, 30.2221496 ], [ 120.3315409, 30.222219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3315409, 30.222219 ], [ 120.3315306, 30.2221496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新十三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3463864, 30.2203767 ], [ 120.3467132, 30.2217192 ], [ 120.3472977, 30.2241199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新十三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3472977, 30.2241199 ], [ 120.3467132, 30.2217192 ], [ 120.3463864, 30.2203767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3361643, 30.2217807 ], [ 120.336434, 30.2235696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.336434, 30.2235696 ], [ 120.3361643, 30.2217807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3315409, 30.222219 ], [ 120.331806, 30.2240027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.331806, 30.2240027 ], [ 120.3315409, 30.222219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3404482, 30.2213718 ], [ 120.3411086, 30.2237336 ], [ 120.341408, 30.2248054 ], [ 120.34153, 30.2252421 ], [ 120.3415785, 30.2254158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3412567, 30.2254404 ], [ 120.3412106, 30.2252814 ], [ 120.3411137, 30.2249469 ], [ 120.3400898, 30.2214139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3472977, 30.2241199 ], [ 120.3519146, 30.2231173 ], [ 120.3520166, 30.2231312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3520166, 30.2231312 ], [ 120.3519951, 30.2231833 ], [ 120.3502345, 30.223574 ], [ 120.3481021, 30.2240473 ], [ 120.3473339, 30.2242238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.331806, 30.2240027 ], [ 120.336434, 30.2235696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.336434, 30.2235696 ], [ 120.331806, 30.2240027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新十三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3473339, 30.2242238 ], [ 120.3472977, 30.2241199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新十三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3472977, 30.2241199 ], [ 120.3473339, 30.2242238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.336434, 30.2235696 ], [ 120.3367276, 30.2255173 ], [ 120.3367608, 30.2257377 ], [ 120.3367915, 30.225941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3367915, 30.225941 ], [ 120.3367608, 30.2257377 ], [ 120.3367276, 30.2255173 ], [ 120.336434, 30.2235696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3415785, 30.2254158 ], [ 120.3417657, 30.2253733 ], [ 120.342074, 30.2253034 ], [ 120.347112, 30.2241603 ], [ 120.3472977, 30.2241199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4395872, 30.2051162 ], [ 120.4398775, 30.2061981 ], [ 120.4405897, 30.2088519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4405897, 30.2088519 ], [ 120.4398775, 30.2061981 ], [ 120.4395872, 30.2051162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4362018, 30.2057086 ], [ 120.4363577, 30.2062704 ], [ 120.4365303, 30.2068928 ], [ 120.4367793, 30.2077903 ], [ 120.4370885, 30.2088092 ], [ 120.4373664, 30.2097248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4373664, 30.2097248 ], [ 120.4370885, 30.2088092 ], [ 120.4367793, 30.2077903 ], [ 120.4365303, 30.2068928 ], [ 120.4363577, 30.2062704 ], [ 120.4362018, 30.2057086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4405897, 30.2088519 ], [ 120.4373664, 30.2097248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4373664, 30.2097248 ], [ 120.4405897, 30.2088519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3912222, 30.2001382 ], [ 120.3912506, 30.2007118 ], [ 120.391255, 30.2007998 ], [ 120.3912604, 30.2011506 ], [ 120.3912687, 30.2016874 ], [ 120.3912911, 30.2025288 ], [ 120.3913135, 30.2033667 ], [ 120.3914875, 30.2049319 ], [ 120.3915265, 30.205497 ], [ 120.3915855, 30.2063525 ], [ 120.391662, 30.2074615 ], [ 120.3917111, 30.2080812 ], [ 120.39178, 30.2090913 ], [ 120.3919961, 30.2125447 ], [ 120.3920556, 30.2134628 ], [ 120.3921186, 30.2144341 ], [ 120.3921664, 30.2151704 ], [ 120.3922632, 30.2166631 ], [ 120.3923144, 30.2170929 ], [ 120.3923253, 30.2171843 ], [ 120.3923632, 30.2175031 ], [ 120.3923772, 30.2176137 ], [ 120.392404, 30.2179196 ], [ 120.3924064, 30.2179887 ], [ 120.3924771, 30.2182538 ], [ 120.3925738, 30.2185505 ], [ 120.3928168, 30.2190939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3928168, 30.2190939 ], [ 120.3925738, 30.2185505 ], [ 120.3924771, 30.2182538 ], [ 120.3924064, 30.2179887 ], [ 120.392404, 30.2179196 ], [ 120.3923772, 30.2176137 ], [ 120.3923632, 30.2175031 ], [ 120.3923253, 30.2171843 ], [ 120.3923144, 30.2170929 ], [ 120.3922632, 30.2166631 ], [ 120.3921664, 30.2151704 ], [ 120.3921186, 30.2144341 ], [ 120.3920556, 30.2134628 ], [ 120.3919961, 30.2125447 ], [ 120.39178, 30.2090913 ], [ 120.3917111, 30.2080812 ], [ 120.391662, 30.2074615 ], [ 120.3915855, 30.2063525 ], [ 120.3915265, 30.205497 ], [ 120.3914875, 30.2049319 ], [ 120.3913135, 30.2033667 ], [ 120.3912911, 30.2025288 ], [ 120.3912687, 30.2016874 ], [ 120.3912604, 30.2011506 ], [ 120.391255, 30.2007998 ], [ 120.3912506, 30.2007118 ], [ 120.3912222, 30.2001382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4374701, 30.2101358 ], [ 120.4373664, 30.2097248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4373664, 30.2097248 ], [ 120.4374701, 30.2101358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4656445, 30.2115625 ], [ 120.4661507, 30.2114274 ], [ 120.4674251, 30.2110879 ], [ 120.4676701, 30.2110227 ], [ 120.4688119, 30.2107186 ], [ 120.4702616, 30.2103324 ], [ 120.470345, 30.2103102 ], [ 120.4727595, 30.2094756 ], [ 120.4732954, 30.2092903 ], [ 120.475806, 30.2084842 ], [ 120.4760406, 30.2084089 ], [ 120.4771554, 30.208051 ], [ 120.4794752, 30.2073062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446229, 30.2140367 ], [ 120.4438515, 30.2110513 ], [ 120.4438331, 30.2109907 ], [ 120.4437976, 30.2108736 ], [ 120.4433213, 30.2093036 ], [ 120.4429873, 30.2082025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4429873, 30.2082025 ], [ 120.4433213, 30.2093036 ], [ 120.4437976, 30.2108736 ], [ 120.4438331, 30.2109907 ], [ 120.4438515, 30.2110513 ], [ 120.4446229, 30.2140367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4655487, 30.2115873 ], [ 120.4656445, 30.2115625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4656445, 30.2115625 ], [ 120.4655487, 30.2115873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4422212, 30.2146898 ], [ 120.4414711, 30.2120436 ], [ 120.4414529, 30.2119794 ], [ 120.4413991, 30.2117895 ], [ 120.4413819, 30.2117287 ], [ 120.4413627, 30.211661 ], [ 120.4405897, 30.2088519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4405897, 30.2088519 ], [ 120.4413627, 30.211661 ], [ 120.4413819, 30.2117287 ], [ 120.4413991, 30.2117895 ], [ 120.4414529, 30.2119794 ], [ 120.4414711, 30.2120436 ], [ 120.4422212, 30.2146898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4532596, 30.2105084 ], [ 120.4533731, 30.210599 ], [ 120.4537088, 30.2115604 ], [ 120.4538245, 30.2117734 ], [ 120.453965, 30.2119737 ], [ 120.4541962, 30.2121202 ], [ 120.4544582, 30.2122001 ], [ 120.4547356, 30.2122467 ], [ 120.4549868, 30.2122356 ], [ 120.4552176, 30.2122113 ], [ 120.455651, 30.2121564 ], [ 120.4560475, 30.2121495 ], [ 120.4564745, 30.2121803 ], [ 120.4568615, 30.2122591 ], [ 120.4572217, 30.2123984 ], [ 120.4575353, 30.2125674 ], [ 120.4576639, 30.2126454 ], [ 120.4578657, 30.2127679 ], [ 120.4581538, 30.2130681 ], [ 120.4584255, 30.213431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4583274, 30.2134598 ], [ 120.4581104, 30.2131582 ], [ 120.45797, 30.213018 ], [ 120.4577896, 30.2128379 ], [ 120.4575042, 30.212659 ], [ 120.4571791, 30.2124948 ], [ 120.4568119, 30.2123504 ], [ 120.4564439, 30.2122823 ], [ 120.4560609, 30.21224 ], [ 120.4556602, 30.21226 ], [ 120.4551979, 30.2123199 ], [ 120.4536799, 30.2124931 ], [ 120.4534718, 30.2124731 ], [ 120.4532407, 30.2123865 ], [ 120.4530583, 30.2122124 ], [ 120.4529859, 30.212093 ], [ 120.4529351, 30.2119486 ], [ 120.45292, 30.2117909 ], [ 120.4529297, 30.211647 ], [ 120.4530067, 30.211437 ], [ 120.4530891, 30.2112468 ], [ 120.453152, 30.2110645 ], [ 120.4531688, 30.2108893 ], [ 120.4531956, 30.2105874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4655487, 30.2115873 ], [ 120.4639435, 30.2120031 ], [ 120.4611103, 30.2127371 ], [ 120.4597212, 30.213097 ], [ 120.4595625, 30.2131381 ], [ 120.4595336, 30.2131456 ], [ 120.4592494, 30.2132188 ], [ 120.4590318, 30.2132749 ], [ 120.4584255, 30.213431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4584255, 30.213431 ], [ 120.4590318, 30.2132749 ], [ 120.4592494, 30.2132188 ], [ 120.4595336, 30.2131456 ], [ 120.4595625, 30.2131381 ], [ 120.4597212, 30.213097 ], [ 120.4611103, 30.2127371 ], [ 120.4639435, 30.2120031 ], [ 120.4655487, 30.2115873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4583274, 30.2134598 ], [ 120.4584255, 30.213431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4584255, 30.213431 ], [ 120.4583274, 30.2134598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4422212, 30.2146898 ], [ 120.4429427, 30.2145197 ], [ 120.4434039, 30.2143921 ], [ 120.4446229, 30.2140367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446229, 30.2140367 ], [ 120.4434039, 30.2143921 ], [ 120.4429427, 30.2145197 ], [ 120.4422212, 30.2146898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44893, 30.213982 ], [ 120.4485507, 30.2140181 ], [ 120.4480337, 30.2141375 ], [ 120.4470317, 30.2143688 ], [ 120.4448525, 30.214872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4448525, 30.214872 ], [ 120.4470317, 30.2143688 ], [ 120.4480337, 30.2141375 ], [ 120.4485507, 30.2140181 ], [ 120.44893, 30.213982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446229, 30.2140367 ], [ 120.4448525, 30.214872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4448525, 30.214872 ], [ 120.4446229, 30.2140367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4422212, 30.2146898 ], [ 120.4415265, 30.2148535 ], [ 120.4390214, 30.215359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4338973, 30.2111165 ], [ 120.4341492, 30.2110474 ], [ 120.4374701, 30.2101358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4374701, 30.2101358 ], [ 120.4341492, 30.2110474 ], [ 120.4338973, 30.2111165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4374701, 30.2101358 ], [ 120.4375258, 30.2103567 ], [ 120.43803, 30.2121461 ], [ 120.438188, 30.2126592 ], [ 120.4382649, 30.2129088 ], [ 120.4385387, 30.213798 ], [ 120.438559, 30.2138637 ], [ 120.4388293, 30.2147416 ], [ 120.4390214, 30.215359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4390214, 30.215359 ], [ 120.4388293, 30.2147416 ], [ 120.438559, 30.2138637 ], [ 120.4385387, 30.213798 ], [ 120.4382649, 30.2129088 ], [ 120.438188, 30.2126592 ], [ 120.43803, 30.2121461 ], [ 120.4375258, 30.2103567 ], [ 120.4374701, 30.2101358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4294046, 30.2164771 ], [ 120.434703, 30.2160773 ], [ 120.4348926, 30.216048 ], [ 120.4379431, 30.2155766 ], [ 120.4390214, 30.215359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4390214, 30.215359 ], [ 120.4379431, 30.2155766 ], [ 120.4348926, 30.216048 ], [ 120.434703, 30.2160773 ], [ 120.4294046, 30.2164771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397718, 30.2178987 ], [ 120.4390214, 30.215359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4390214, 30.215359 ], [ 120.4397718, 30.2178987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3934754, 30.2195284 ], [ 120.3931079, 30.2192821 ], [ 120.3928168, 30.2190939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3928168, 30.2190939 ], [ 120.3931079, 30.2192821 ], [ 120.3934754, 30.2195284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4390214, 30.215359 ], [ 120.4415265, 30.2148535 ], [ 120.4422212, 30.2146898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4448525, 30.214872 ], [ 120.4450145, 30.215398 ], [ 120.4451786, 30.2158596 ], [ 120.4454681, 30.2166741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4454681, 30.2166741 ], [ 120.4451786, 30.2158596 ], [ 120.4450145, 30.215398 ], [ 120.4448525, 30.214872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4656445, 30.2115625 ], [ 120.4657436, 30.2117271 ], [ 120.4659199, 30.2121181 ], [ 120.4662252, 30.2129625 ], [ 120.4664115, 30.2133642 ], [ 120.4666249, 30.2136956 ], [ 120.4669173, 30.2139996 ], [ 120.4673011, 30.2142981 ], [ 120.4681305, 30.2148352 ], [ 120.4690314, 30.2154452 ], [ 120.4692436, 30.2155888 ], [ 120.4696144, 30.2158889 ], [ 120.4699454, 30.2162469 ], [ 120.4701806, 30.2166377 ], [ 120.4703501, 30.2170308 ], [ 120.4707044, 30.2181662 ], [ 120.4719846, 30.2221247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4718297, 30.2221635 ], [ 120.4707601, 30.2188168 ], [ 120.4705733, 30.2182325 ], [ 120.4704595, 30.2178566 ], [ 120.4702688, 30.2172268 ], [ 120.4701219, 30.2168426 ], [ 120.4699374, 30.216494 ], [ 120.4697095, 30.2161798 ], [ 120.4693857, 30.2158828 ], [ 120.469056, 30.2156208 ], [ 120.4687389, 30.215409 ], [ 120.4682843, 30.2151054 ], [ 120.4671743, 30.2143766 ], [ 120.4668976, 30.2141546 ], [ 120.4665629, 30.2138263 ], [ 120.4663296, 30.2135168 ], [ 120.4661667, 30.213212 ], [ 120.4660954, 30.2130416 ], [ 120.4659719, 30.2127462 ], [ 120.4657643, 30.2121567 ], [ 120.4656232, 30.2117562 ], [ 120.4655487, 30.2115873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4532596, 30.2105084 ], [ 120.4533997, 30.2109251 ], [ 120.4535007, 30.2112432 ], [ 120.4536072, 30.211555 ], [ 120.453766, 30.211976 ], [ 120.453849, 30.2121585 ], [ 120.4540348, 30.2125966 ], [ 120.4542333, 30.2130161 ], [ 120.454356, 30.2133108 ], [ 120.4543744, 30.2133635 ], [ 120.4547238, 30.2143642 ], [ 120.4553086, 30.2160956 ], [ 120.4561618, 30.2188397 ], [ 120.4561875, 30.2189223 ], [ 120.4563117, 30.2193219 ], [ 120.4566497, 30.2204251 ], [ 120.4576991, 30.2238464 ], [ 120.457854, 30.2243512 ], [ 120.4579149, 30.2247918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4579149, 30.2247918 ], [ 120.4578084, 30.2246501 ], [ 120.4577601, 30.2243767 ], [ 120.4575884, 30.2237857 ], [ 120.4572219, 30.2225882 ], [ 120.4568694, 30.2214511 ], [ 120.4563897, 30.2198911 ], [ 120.4562287, 30.2193796 ], [ 120.4560638, 30.2188558 ], [ 120.4554875, 30.2170323 ], [ 120.4552709, 30.2163106 ], [ 120.4549277, 30.2152313 ], [ 120.4547639, 30.2147429 ], [ 120.4542928, 30.2133782 ], [ 120.4542207, 30.2131471 ], [ 120.4540186, 30.2127292 ], [ 120.4538454, 30.2123238 ], [ 120.4536648, 30.2118612 ], [ 120.4531956, 30.2105874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4584255, 30.213431 ], [ 120.4586221, 30.2138684 ], [ 120.4587535, 30.2142479 ], [ 120.4603038, 30.218724 ], [ 120.4605664, 30.2194824 ], [ 120.4618536, 30.2231987 ], [ 120.4619123, 30.2233682 ], [ 120.4620395, 30.2237355 ], [ 120.4620509, 30.2237684 ], [ 120.4620954, 30.223897 ], [ 120.4621338, 30.2240078 ], [ 120.462476, 30.2249958 ], [ 120.4637542, 30.2286859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.463686, 30.228717 ], [ 120.4634388, 30.228008 ], [ 120.4624972, 30.2253079 ], [ 120.4620507, 30.2240275 ], [ 120.46201, 30.2239108 ], [ 120.461964, 30.2237788 ], [ 120.4619509, 30.2237412 ], [ 120.4618562, 30.2234697 ], [ 120.4617684, 30.223218 ], [ 120.460824, 30.2205097 ], [ 120.4604669, 30.2194856 ], [ 120.4600849, 30.2183902 ], [ 120.459664, 30.217183 ], [ 120.4587186, 30.2144715 ], [ 120.4585159, 30.2138902 ], [ 120.4583274, 30.2134598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4719846, 30.2221247 ], [ 120.4718297, 30.2221635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3928168, 30.2190939 ], [ 120.3929241, 30.2192612 ], [ 120.3930946, 30.2196736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.393044, 30.2197449 ], [ 120.3928446, 30.2192608 ], [ 120.3928168, 30.2190939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3930946, 30.2196736 ], [ 120.3931547, 30.2196202 ], [ 120.3932305, 30.2195757 ], [ 120.3933105, 30.21955 ], [ 120.393381, 30.2195371 ], [ 120.3934754, 30.2195284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3934754, 30.2195284 ], [ 120.393381, 30.2195371 ], [ 120.3933105, 30.21955 ], [ 120.3932305, 30.2195757 ], [ 120.3931547, 30.2196202 ], [ 120.3930946, 30.2196736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.393044, 30.2197449 ], [ 120.3930946, 30.2196736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3930946, 30.2196736 ], [ 120.393044, 30.2197449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4012756, 30.2236511 ], [ 120.4008827, 30.2234628 ], [ 120.400547, 30.2233198 ], [ 120.4002922, 30.2232197 ], [ 120.4000503, 30.22313 ], [ 120.3996133, 30.2229747 ], [ 120.3989486, 30.2227228 ], [ 120.3985648, 30.2225811 ], [ 120.3981997, 30.2224408 ], [ 120.3981311, 30.2224132 ], [ 120.3972287, 30.2220656 ], [ 120.3956402, 30.2215397 ], [ 120.3954042, 30.22145 ], [ 120.3952845, 30.2213795 ], [ 120.3951731, 30.2212789 ], [ 120.3940954, 30.2200424 ], [ 120.3939814, 30.2199217 ], [ 120.3938471, 30.2197969 ], [ 120.3937359, 30.2197071 ], [ 120.3936183, 30.2196221 ], [ 120.3934754, 30.2195284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3934754, 30.2195284 ], [ 120.3936183, 30.2196221 ], [ 120.3937359, 30.2197071 ], [ 120.3938471, 30.2197969 ], [ 120.3939814, 30.2199217 ], [ 120.3940954, 30.2200424 ], [ 120.3951731, 30.2212789 ], [ 120.3952845, 30.2213795 ], [ 120.3954042, 30.22145 ], [ 120.3956402, 30.2215397 ], [ 120.3972287, 30.2220656 ], [ 120.3981311, 30.2224132 ], [ 120.3981997, 30.2224408 ], [ 120.3985648, 30.2225811 ], [ 120.3989486, 30.2227228 ], [ 120.3996133, 30.2229747 ], [ 120.4000503, 30.22313 ], [ 120.4002922, 30.2232197 ], [ 120.400547, 30.2233198 ], [ 120.4008827, 30.2234628 ], [ 120.4012756, 30.2236511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4028371, 30.2236754 ], [ 120.4034577, 30.2222962 ], [ 120.4035813, 30.2220214 ], [ 120.403822, 30.2214565 ], [ 120.4038918, 30.2212711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4038918, 30.2212711 ], [ 120.403822, 30.2214565 ], [ 120.4035813, 30.2220214 ], [ 120.4034577, 30.2222962 ], [ 120.4028371, 30.2236754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4718297, 30.2221635 ], [ 120.4719846, 30.2221247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4641395, 30.2236771 ], [ 120.4664007, 30.2232262 ], [ 120.4674258, 30.2230013 ], [ 120.4676685, 30.222948 ], [ 120.4686238, 30.2227384 ], [ 120.4690325, 30.2226487 ], [ 120.4702541, 30.2224368 ], [ 120.4714037, 30.2222374 ], [ 120.4718297, 30.2221635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4718297, 30.2221635 ], [ 120.4714037, 30.2222374 ], [ 120.4702541, 30.2224368 ], [ 120.4690325, 30.2226487 ], [ 120.4686238, 30.2227384 ], [ 120.4676685, 30.222948 ], [ 120.4674258, 30.2230013 ], [ 120.4664007, 30.2232262 ], [ 120.4641395, 30.2236771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4719846, 30.2221247 ], [ 120.4726417, 30.2242914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4725386, 30.2243624 ], [ 120.4718297, 30.2221635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4726417, 30.2242914 ], [ 120.4725386, 30.2243624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4725386, 30.2243624 ], [ 120.4726417, 30.2242914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.467631, 30.2268011 ], [ 120.4678488, 30.2266944 ], [ 120.4689218, 30.2261636 ], [ 120.470017, 30.2256219 ], [ 120.4700552, 30.2256036 ], [ 120.4711655, 30.2250716 ], [ 120.471281, 30.2250162 ], [ 120.4714107, 30.2249488 ], [ 120.4717517, 30.2247715 ], [ 120.4725386, 30.2243624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4725386, 30.2243624 ], [ 120.4717517, 30.2247715 ], [ 120.4714107, 30.2249488 ], [ 120.471281, 30.2250162 ], [ 120.4711655, 30.2250716 ], [ 120.4700552, 30.2256036 ], [ 120.470017, 30.2256219 ], [ 120.4689218, 30.2261636 ], [ 120.4678488, 30.2266944 ], [ 120.467631, 30.2268011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4726417, 30.2242914 ], [ 120.4728558, 30.224889 ], [ 120.4729606, 30.2254888 ], [ 120.4735848, 30.2274472 ], [ 120.4736178, 30.2275507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4013183, 30.2237763 ], [ 120.4012756, 30.2236511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4025741, 30.2241791 ], [ 120.4017783, 30.2238568 ], [ 120.4012756, 30.2236511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4012756, 30.2236511 ], [ 120.4017783, 30.2238568 ], [ 120.4025741, 30.2241791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4025741, 30.2241791 ], [ 120.4027909, 30.223778 ], [ 120.4028371, 30.2236754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4028371, 30.2236754 ], [ 120.4027909, 30.223778 ], [ 120.4025741, 30.2241791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4028371, 30.2236754 ], [ 120.4039798, 30.2241634 ], [ 120.4077979, 30.225801 ], [ 120.4088458, 30.226248 ], [ 120.4092761, 30.2264317 ], [ 120.4108979, 30.2271242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4108979, 30.2271242 ], [ 120.4092761, 30.2264317 ], [ 120.4088458, 30.226248 ], [ 120.4077979, 30.225801 ], [ 120.4039798, 30.2241634 ], [ 120.4028371, 30.2236754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4025741, 30.2241791 ], [ 120.4035998, 30.2246221 ], [ 120.4058254, 30.2256236 ], [ 120.4061791, 30.2257869 ], [ 120.4083386, 30.2267916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4083386, 30.2267916 ], [ 120.4061791, 30.2257869 ], [ 120.4058254, 30.2256236 ], [ 120.4035998, 30.2246221 ], [ 120.4025741, 30.2241791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4102028, 30.2281849 ], [ 120.4087102, 30.2275311 ], [ 120.4080158, 30.2272289 ], [ 120.4078833, 30.2271166 ], [ 120.4074917, 30.2269657 ], [ 120.4067215, 30.2266365 ], [ 120.4061624, 30.2263976 ], [ 120.4054676, 30.2261056 ], [ 120.4039175, 30.2254393 ], [ 120.4029543, 30.2250283 ], [ 120.4023523, 30.2247828 ], [ 120.4016392, 30.2245057 ], [ 120.4016031, 30.2244717 ], [ 120.4015504, 30.2243463 ], [ 120.4013183, 30.2237763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.473525, 30.2275709 ], [ 120.4728951, 30.2255474 ], [ 120.4727703, 30.2250735 ], [ 120.4725386, 30.2243624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.473525, 30.2275709 ], [ 120.4736178, 30.2275507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4736178, 30.2275507 ], [ 120.473525, 30.2275709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.467631, 30.2268011 ], [ 120.4660429, 30.227579 ], [ 120.4654462, 30.2278676 ], [ 120.4652658, 30.2279548 ], [ 120.4650017, 30.2280826 ], [ 120.4637542, 30.2286859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4637542, 30.2286859 ], [ 120.4650017, 30.2280826 ], [ 120.4652658, 30.2279548 ], [ 120.4654462, 30.2278676 ], [ 120.4660429, 30.227579 ], [ 120.467631, 30.2268011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.467631, 30.2268011 ], [ 120.4683879, 30.2288661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4683879, 30.2288661 ], [ 120.467631, 30.2268011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.473525, 30.2275709 ], [ 120.4696999, 30.2285444 ], [ 120.4694861, 30.2285988 ], [ 120.4683879, 30.2288661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4683879, 30.2288661 ], [ 120.4694861, 30.2285988 ], [ 120.4696999, 30.2285444 ], [ 120.473525, 30.2275709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4637542, 30.2286859 ], [ 120.463686, 30.228717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4013183, 30.2237763 ], [ 120.4015504, 30.2243463 ], [ 120.4016031, 30.2244717 ], [ 120.4016392, 30.2245057 ], [ 120.4023523, 30.2247828 ], [ 120.4029543, 30.2250283 ], [ 120.4039175, 30.2254393 ], [ 120.4054676, 30.2261056 ], [ 120.4061624, 30.2263976 ], [ 120.4067215, 30.2266365 ], [ 120.4074917, 30.2269657 ], [ 120.4078833, 30.2271166 ], [ 120.4080158, 30.2272289 ], [ 120.4087102, 30.2275311 ], [ 120.4102028, 30.2281849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3930946, 30.2196736 ], [ 120.3935072, 30.2206715 ], [ 120.3935933, 30.2208722 ], [ 120.3937041, 30.2211292 ], [ 120.3937915, 30.2213126 ], [ 120.3938538, 30.2214563 ], [ 120.3939802, 30.2217483 ], [ 120.3940373, 30.2218801 ], [ 120.39417, 30.222164 ], [ 120.3942695, 30.2224285 ], [ 120.3949975, 30.2240783 ], [ 120.3957677, 30.2258218 ], [ 120.3959662, 30.2262821 ], [ 120.3961939, 30.2268398 ], [ 120.3963085, 30.2271967 ], [ 120.3963869, 30.2275302 ], [ 120.3964676, 30.2279539 ], [ 120.396503, 30.2282963 ], [ 120.3964818, 30.2288404 ], [ 120.3963794, 30.2299884 ], [ 120.3961775, 30.2322517 ], [ 120.395961, 30.2349322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3958653, 30.2349116 ], [ 120.3960507, 30.2326769 ], [ 120.3962684, 30.2302027 ], [ 120.3964112, 30.2285218 ], [ 120.396418, 30.2282632 ], [ 120.3963953, 30.2280438 ], [ 120.396384, 30.2279341 ], [ 120.3963296, 30.227605 ], [ 120.396248, 30.2272406 ], [ 120.3961664, 30.2269585 ], [ 120.3960303, 30.2265941 ], [ 120.3959958, 30.2265172 ], [ 120.3956396, 30.2257247 ], [ 120.3954862, 30.2253833 ], [ 120.394204, 30.2224668 ], [ 120.3940651, 30.2221991 ], [ 120.3939372, 30.2219124 ], [ 120.3938487, 30.221708 ], [ 120.3937757, 30.2215394 ], [ 120.3937035, 30.2213724 ], [ 120.3935996, 30.221094 ], [ 120.3934086, 30.2206304 ], [ 120.3933847, 30.2205723 ], [ 120.393044, 30.2197449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4140736, 30.2295142 ], [ 120.4142688, 30.2296012 ], [ 120.4143543, 30.2296393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4142651, 30.2297931 ], [ 120.4141829, 30.2297564 ], [ 120.4139988, 30.2296742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4140736, 30.2295142 ], [ 120.4141473, 30.2295159 ], [ 120.4142158, 30.2295145 ], [ 120.4143248, 30.2294997 ], [ 120.4144385, 30.2294821 ], [ 120.4146916, 30.2294472 ], [ 120.4149013, 30.2294403 ], [ 120.4151039, 30.2294776 ], [ 120.4154633, 30.2295581 ], [ 120.4163728, 30.2297744 ], [ 120.4166684, 30.2298571 ], [ 120.416904, 30.2299461 ], [ 120.4180061, 30.230442 ], [ 120.4181697, 30.2305264 ], [ 120.4183227, 30.23066 ], [ 120.4184494, 30.2308217 ], [ 120.418511, 30.2309634 ], [ 120.4185619, 30.2310982 ], [ 120.418648, 30.2312353 ], [ 120.4187422, 30.2313338 ], [ 120.4190077, 30.2315908 ], [ 120.4193335, 30.2318589 ], [ 120.4195571, 30.2319586 ], [ 120.4198174, 30.2320501 ], [ 120.4204066, 30.2322342 ], [ 120.4206351, 30.232318 ], [ 120.4219516, 30.2328809 ], [ 120.4220814, 30.2329202 ], [ 120.4222225, 30.2329366 ], [ 120.4223542, 30.232929 ], [ 120.4224608, 30.2329062 ], [ 120.4225648, 30.2328538 ], [ 120.4226636, 30.2327738 ], [ 120.422733, 30.2326972 ], [ 120.4227848, 30.2326249 ], [ 120.4229422, 30.2323585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4215566, 30.2347559 ], [ 120.4220189, 30.2339739 ], [ 120.4220865, 30.2338253 ], [ 120.4221088, 30.2337258 ], [ 120.4221084, 30.2336254 ], [ 120.4220856, 30.2335253 ], [ 120.4220317, 30.2334355 ], [ 120.4219632, 30.2333615 ], [ 120.4218411, 30.2332754 ], [ 120.4216848, 30.2331974 ], [ 120.4204437, 30.2326359 ], [ 120.4202269, 30.2325267 ], [ 120.4197262, 30.2322459 ], [ 120.4194431, 30.2321078 ], [ 120.4192041, 30.2320004 ], [ 120.4183874, 30.2318274 ], [ 120.4178128, 30.2316467 ], [ 120.4176289, 30.2315772 ], [ 120.4155392, 30.2306445 ], [ 120.4149152, 30.2303338 ], [ 120.4143185, 30.2300682 ], [ 120.4142693, 30.2300325 ], [ 120.4141903, 30.22993 ], [ 120.4141364, 30.2298408 ], [ 120.4140694, 30.2297472 ], [ 120.4139988, 30.2296742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4229422, 30.2323585 ], [ 120.4230667, 30.2321543 ], [ 120.4231415, 30.2320746 ], [ 120.4232391, 30.232013 ], [ 120.4234306, 30.2319412 ], [ 120.4235956, 30.2318965 ], [ 120.4237908, 30.2318838 ], [ 120.4239486, 30.2319116 ], [ 120.4252528, 30.2324755 ], [ 120.4254842, 30.2325762 ], [ 120.4258179, 30.2327291 ], [ 120.4259775, 30.2328212 ], [ 120.4261268, 30.2329516 ], [ 120.426199, 30.2331388 ], [ 120.4262142, 30.2333174 ], [ 120.426191, 30.2335486 ], [ 120.4261563, 30.2337524 ], [ 120.4261123, 30.2339567 ], [ 120.4260445, 30.234233 ], [ 120.4259782, 30.2344324 ], [ 120.4258929, 30.2346637 ], [ 120.4257896, 30.2348816 ], [ 120.4257022, 30.2350556 ], [ 120.4255805, 30.2352524 ], [ 120.4254678, 30.23541 ], [ 120.4253518, 30.2355578 ], [ 120.4251479, 30.2357907 ], [ 120.4250326, 30.2359065 ], [ 120.4247874, 30.2361234 ], [ 120.4245855, 30.2362757 ], [ 120.4244125, 30.2364256 ], [ 120.4242846, 30.2365132 ], [ 120.424128, 30.2365747 ], [ 120.4239307, 30.236616 ], [ 120.4237758, 30.2366153 ], [ 120.4236526, 30.2365872 ], [ 120.423499, 30.2365447 ], [ 120.4231661, 30.236398 ], [ 120.4215716, 30.2356888 ], [ 120.4214727, 30.2356298 ], [ 120.421406, 30.2355699 ], [ 120.421351, 30.2354888 ], [ 120.4213222, 30.2354128 ], [ 120.4213083, 30.2353342 ], [ 120.4213132, 30.2352424 ], [ 120.4213445, 30.2351438 ], [ 120.421386, 30.2350471 ], [ 120.4215566, 30.2347559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧清大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3958653, 30.2349116 ], [ 120.3946428, 30.2347661 ], [ 120.393659, 30.2346463 ], [ 120.3927094, 30.2345307 ], [ 120.3915188, 30.2343858 ], [ 120.3911546, 30.2343415 ], [ 120.3899666, 30.2341969 ], [ 120.3896213, 30.2341549 ], [ 120.3882189, 30.2339842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧清大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3882189, 30.2339842 ], [ 120.3896213, 30.2341549 ], [ 120.3899666, 30.2341969 ], [ 120.3911546, 30.2343415 ], [ 120.3915188, 30.2343858 ], [ 120.3927094, 30.2345307 ], [ 120.393659, 30.2346463 ], [ 120.3946428, 30.2347661 ], [ 120.3958653, 30.2349116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5734972, 30.2209797 ], [ 120.5742505, 30.2207108 ], [ 120.5750996, 30.2204205 ], [ 120.5769416, 30.2197906 ], [ 120.5788625, 30.2191192 ], [ 120.5796227, 30.2188376 ], [ 120.5804751, 30.2184612 ], [ 120.5816067, 30.2177768 ], [ 120.5825447, 30.2170587 ], [ 120.5831957, 30.2163516 ], [ 120.5833469, 30.2161377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5833469, 30.2161377 ], [ 120.5831957, 30.2163516 ], [ 120.5825447, 30.2170587 ], [ 120.5816067, 30.2177768 ], [ 120.5804751, 30.2184612 ], [ 120.5796227, 30.2188376 ], [ 120.5788625, 30.2191192 ], [ 120.5769416, 30.2197906 ], [ 120.5750996, 30.2204205 ], [ 120.5742505, 30.2207108 ], [ 120.5734972, 30.2209797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5841448, 30.2163021 ], [ 120.5841299, 30.2163833 ], [ 120.5840626, 30.2168766 ], [ 120.5839268, 30.2177624 ], [ 120.583126, 30.2220446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5829629, 30.2222321 ], [ 120.5838132, 30.2179683 ], [ 120.5840525, 30.2162831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X116" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5734972, 30.2209797 ], [ 120.5722113, 30.2208107 ], [ 120.5711866, 30.2205178 ], [ 120.5710107, 30.2205482 ], [ 120.5709862, 30.2205524 ], [ 120.5708698, 30.2205815 ], [ 120.5706487, 30.220674 ], [ 120.5705015, 30.2207356 ], [ 120.5702508, 30.2210149 ], [ 120.5700843, 30.2214713 ], [ 120.5697668, 30.2222783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X116" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5697668, 30.2222783 ], [ 120.5700843, 30.2214713 ], [ 120.5702508, 30.2210149 ], [ 120.5705015, 30.2207356 ], [ 120.5706487, 30.220674 ], [ 120.5708698, 30.2205815 ], [ 120.5709862, 30.2205524 ], [ 120.5710107, 30.2205482 ], [ 120.5711866, 30.2205178 ], [ 120.5722113, 30.2208107 ], [ 120.5734972, 30.2209797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5457709, 30.2266086 ], [ 120.5456414, 30.2262259 ], [ 120.5453987, 30.2255085 ], [ 120.545349, 30.2253616 ], [ 120.5451282, 30.2247735 ], [ 120.5448768, 30.2241038 ], [ 120.5445859, 30.2233291 ], [ 120.5445288, 30.2231726 ], [ 120.5444893, 30.2230643 ], [ 120.5444763, 30.2230286 ], [ 120.5437701, 30.2210919 ], [ 120.543158, 30.2194132 ], [ 120.5428682, 30.2186183 ], [ 120.5428051, 30.2184452 ], [ 120.5427675, 30.218342 ], [ 120.5424495, 30.21747 ], [ 120.5422752, 30.2169956 ], [ 120.5420173, 30.2162937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5420173, 30.2162937 ], [ 120.5422752, 30.2169956 ], [ 120.5424495, 30.21747 ], [ 120.5427675, 30.218342 ], [ 120.5428051, 30.2184452 ], [ 120.5428682, 30.2186183 ], [ 120.543158, 30.2194132 ], [ 120.5437701, 30.2210919 ], [ 120.5444763, 30.2230286 ], [ 120.5444893, 30.2230643 ], [ 120.5445288, 30.2231726 ], [ 120.5445859, 30.2233291 ], [ 120.5448768, 30.2241038 ], [ 120.5451282, 30.2247735 ], [ 120.545349, 30.2253616 ], [ 120.5453987, 30.2255085 ], [ 120.5456414, 30.2262259 ], [ 120.5457709, 30.2266086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X116" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5829629, 30.2222321 ], [ 120.5810277, 30.221976 ], [ 120.5781208, 30.2215914 ], [ 120.5734972, 30.2209797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X116" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5734972, 30.2209797 ], [ 120.5781208, 30.2215914 ], [ 120.5810277, 30.221976 ], [ 120.5829629, 30.2222321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5420173, 30.2162937 ], [ 120.5410939, 30.2165876 ], [ 120.5400284, 30.2169267 ], [ 120.5393763, 30.2171138 ], [ 120.5381526, 30.217465 ], [ 120.5378872, 30.217569 ], [ 120.5376716, 30.2176312 ], [ 120.537522, 30.2176743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5237971, 30.2181825 ], [ 120.5239575, 30.2181517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5239575, 30.2181517 ], [ 120.5237971, 30.2181825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.537522, 30.2176743 ], [ 120.5368857, 30.2178503 ], [ 120.5359159, 30.2181041 ], [ 120.5353563, 30.2182725 ], [ 120.5349604, 30.2183916 ], [ 120.5348259, 30.218413 ], [ 120.5346702, 30.2184099 ], [ 120.5345145, 30.2183427 ], [ 120.5339447, 30.2180766 ], [ 120.533789, 30.2180369 ], [ 120.5336368, 30.2180399 ], [ 120.5334598, 30.218098 ], [ 120.532134, 30.218475 ], [ 120.5320843, 30.2184891 ], [ 120.5319403, 30.2185302 ], [ 120.5319106, 30.2185387 ], [ 120.5318849, 30.2185461 ], [ 120.5305047, 30.2189451 ], [ 120.5290006, 30.2193947 ], [ 120.5283054, 30.2196168 ], [ 120.5273726, 30.2199146 ], [ 120.526725, 30.2201133 ], [ 120.5256986, 30.2204436 ], [ 120.5249945, 30.2206614 ], [ 120.5247324, 30.2207424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5247324, 30.2207424 ], [ 120.5249945, 30.2206614 ], [ 120.5256986, 30.2204436 ], [ 120.526725, 30.2201133 ], [ 120.5273726, 30.2199146 ], [ 120.5283054, 30.2196168 ], [ 120.5290006, 30.2193947 ], [ 120.5305047, 30.2189451 ], [ 120.5318849, 30.2185461 ], [ 120.5319106, 30.2185387 ], [ 120.5319403, 30.2185302 ], [ 120.5320843, 30.2184891 ], [ 120.532134, 30.218475 ], [ 120.5334598, 30.218098 ], [ 120.5336368, 30.2180399 ], [ 120.533789, 30.2180369 ], [ 120.5339447, 30.2180766 ], [ 120.5345145, 30.2183427 ], [ 120.5346702, 30.2184099 ], [ 120.5348259, 30.218413 ], [ 120.5349604, 30.2183916 ], [ 120.5353563, 30.2182725 ], [ 120.5359159, 30.2181041 ], [ 120.5368857, 30.2178503 ], [ 120.537522, 30.2176743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5239575, 30.2181517 ], [ 120.524058, 30.2184878 ], [ 120.5247324, 30.2207424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5246001, 30.2207782 ], [ 120.5239136, 30.2185592 ], [ 120.5237971, 30.2181825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5246001, 30.2207782 ], [ 120.5247324, 30.2207424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5247324, 30.2207424 ], [ 120.5246001, 30.2207782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5237971, 30.2181825 ], [ 120.5233774, 30.2182547 ], [ 120.5224818, 30.2184089 ], [ 120.5222672, 30.2184458 ], [ 120.5209696, 30.2187734 ], [ 120.5204372, 30.2189078 ], [ 120.5203575, 30.2189279 ], [ 120.5199121, 30.2190481 ], [ 120.5168545, 30.2198735 ], [ 120.5166128, 30.2199421 ], [ 120.5130332, 30.2209585 ], [ 120.5104387, 30.2216952 ], [ 120.5099264, 30.2218481 ], [ 120.5088562, 30.2221309 ], [ 120.5077451, 30.2225675 ], [ 120.5067641, 30.2233036 ], [ 120.5062752, 30.223744 ], [ 120.5057656, 30.2240832 ], [ 120.5055212, 30.2241929 ], [ 120.5048511, 30.2243258 ], [ 120.5044588, 30.2244036 ], [ 120.5025819, 30.2247759 ], [ 120.5004031, 30.2252081 ], [ 120.5003238, 30.2252252 ], [ 120.5001663, 30.2252569 ], [ 120.4976029, 30.225772 ], [ 120.4974053, 30.2258117 ], [ 120.497333, 30.2258258 ], [ 120.4970503, 30.2258809 ], [ 120.4958966, 30.2261056 ], [ 120.4950988, 30.226261 ], [ 120.4945026, 30.2263771 ], [ 120.4938906, 30.2264963 ], [ 120.4914657, 30.2269686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4914657, 30.2269686 ], [ 120.4938906, 30.2264963 ], [ 120.4945026, 30.2263771 ], [ 120.4950988, 30.226261 ], [ 120.4958966, 30.2261056 ], [ 120.4970503, 30.2258809 ], [ 120.497333, 30.2258258 ], [ 120.4974053, 30.2258117 ], [ 120.4976029, 30.225772 ], [ 120.5001663, 30.2252569 ], [ 120.5003238, 30.2252252 ], [ 120.5004031, 30.2252081 ], [ 120.5025819, 30.2247759 ], [ 120.5044588, 30.2244036 ], [ 120.5048511, 30.2243258 ], [ 120.5055212, 30.2241929 ], [ 120.5057656, 30.2240832 ], [ 120.5062752, 30.223744 ], [ 120.5067641, 30.2233036 ], [ 120.5077451, 30.2225675 ], [ 120.5088562, 30.2221309 ], [ 120.5099264, 30.2218481 ], [ 120.5104387, 30.2216952 ], [ 120.5130332, 30.2209585 ], [ 120.5166128, 30.2199421 ], [ 120.5168545, 30.2198735 ], [ 120.5199121, 30.2190481 ], [ 120.5203575, 30.2189279 ], [ 120.5204372, 30.2189078 ], [ 120.5209696, 30.2187734 ], [ 120.5222672, 30.2184458 ], [ 120.5224818, 30.2184089 ], [ 120.5233774, 30.2182547 ], [ 120.5237971, 30.2181825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.537522, 30.2176743 ], [ 120.5380071, 30.2188896 ], [ 120.5380354, 30.2189605 ], [ 120.5383938, 30.2198161 ], [ 120.5388502, 30.2209056 ], [ 120.5389512, 30.2211467 ], [ 120.5390761, 30.221445 ], [ 120.5393975, 30.222237 ], [ 120.5403125, 30.2244923 ], [ 120.5403287, 30.2245321 ], [ 120.540482, 30.2249125 ], [ 120.540693, 30.2254362 ], [ 120.5408827, 30.225907 ], [ 120.541211, 30.2267216 ], [ 120.5416698, 30.2278601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5416698, 30.2278601 ], [ 120.541211, 30.2267216 ], [ 120.5408827, 30.225907 ], [ 120.540693, 30.2254362 ], [ 120.540482, 30.2249125 ], [ 120.5403287, 30.2245321 ], [ 120.5403125, 30.2244923 ], [ 120.5393975, 30.222237 ], [ 120.5390761, 30.221445 ], [ 120.5389512, 30.2211467 ], [ 120.5388502, 30.2209056 ], [ 120.5383938, 30.2198161 ], [ 120.5380354, 30.2189605 ], [ 120.5380071, 30.2188896 ], [ 120.537522, 30.2176743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5111084, 30.2248605 ], [ 120.5111952, 30.2248384 ], [ 120.5113708, 30.2247878 ], [ 120.5114381, 30.2247662 ], [ 120.5125085, 30.2244221 ], [ 120.5130169, 30.2242656 ], [ 120.5133826, 30.224153 ], [ 120.5138807, 30.2240053 ], [ 120.5143311, 30.2238717 ], [ 120.5148666, 30.2237085 ], [ 120.5157963, 30.2234252 ], [ 120.5169972, 30.2230748 ], [ 120.5171376, 30.2230338 ], [ 120.5173346, 30.2229749 ], [ 120.5177685, 30.2228453 ], [ 120.5180896, 30.2227494 ], [ 120.5193424, 30.2223671 ], [ 120.5196666, 30.2222681 ], [ 120.5197995, 30.2222275 ], [ 120.5202608, 30.2220866 ], [ 120.5208642, 30.2219023 ], [ 120.5212441, 30.2217874 ], [ 120.5220675, 30.2215384 ], [ 120.5233937, 30.2211397 ], [ 120.5234407, 30.2211256 ], [ 120.5244843, 30.2208129 ], [ 120.5246001, 30.2207782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5246001, 30.2207782 ], [ 120.5244843, 30.2208129 ], [ 120.5234407, 30.2211256 ], [ 120.5233937, 30.2211397 ], [ 120.5220675, 30.2215384 ], [ 120.5212441, 30.2217874 ], [ 120.5208642, 30.2219023 ], [ 120.5202608, 30.2220866 ], [ 120.5197995, 30.2222275 ], [ 120.5196666, 30.2222681 ], [ 120.5193424, 30.2223671 ], [ 120.5180896, 30.2227494 ], [ 120.5177685, 30.2228453 ], [ 120.5173346, 30.2229749 ], [ 120.5171376, 30.2230338 ], [ 120.5169972, 30.2230748 ], [ 120.5157963, 30.2234252 ], [ 120.5148666, 30.2237085 ], [ 120.5143311, 30.2238717 ], [ 120.5138807, 30.2240053 ], [ 120.5133826, 30.224153 ], [ 120.5130169, 30.2242656 ], [ 120.5125085, 30.2244221 ], [ 120.5114381, 30.2247662 ], [ 120.5113708, 30.2247878 ], [ 120.5111952, 30.2248384 ], [ 120.5111084, 30.2248605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5247324, 30.2207424 ], [ 120.524946, 30.2213571 ], [ 120.525073, 30.2217228 ], [ 120.5253988, 30.2226606 ], [ 120.5257178, 30.223579 ], [ 120.5263334, 30.225351 ], [ 120.5264448, 30.2256717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5263072, 30.2256923 ], [ 120.5260691, 30.2250069 ], [ 120.5259926, 30.2247867 ], [ 120.5250212, 30.2219904 ], [ 120.5249007, 30.2216435 ], [ 120.5246001, 30.2207782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5264448, 30.2256717 ], [ 120.5271073, 30.2255189 ], [ 120.5287105, 30.2252707 ], [ 120.5306981, 30.2249521 ], [ 120.5316996, 30.2247978 ], [ 120.5333292, 30.224515 ], [ 120.5335746, 30.2244724 ], [ 120.5338658, 30.2244355 ], [ 120.5341247, 30.2243894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5341247, 30.2243894 ], [ 120.5338658, 30.2244355 ], [ 120.5335746, 30.2244724 ], [ 120.5333292, 30.224515 ], [ 120.5316996, 30.2247978 ], [ 120.5306981, 30.2249521 ], [ 120.5287105, 30.2252707 ], [ 120.5271073, 30.2255189 ], [ 120.5264448, 30.2256717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5263072, 30.2256923 ], [ 120.5264448, 30.2256717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6001108, 30.2211997 ], [ 120.6002927, 30.2212136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6001026, 30.221303 ], [ 120.6001108, 30.2211997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6002927, 30.2212136 ], [ 120.6002848, 30.2213176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6002848, 30.2213176 ], [ 120.6001026, 30.221303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6002927, 30.2212136 ], [ 120.6039456, 30.2214924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6039434, 30.2216116 ], [ 120.6002848, 30.2213176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5998711, 30.2242437 ], [ 120.6001026, 30.221303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6002848, 30.2213176 ], [ 120.6000625, 30.2242689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.583126, 30.2220446 ], [ 120.5833571, 30.2220749 ], [ 120.5834241, 30.2220837 ], [ 120.5945291, 30.2235421 ], [ 120.5948284, 30.2235814 ], [ 120.595128, 30.2236208 ], [ 120.5998711, 30.2242437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5998664, 30.2244685 ], [ 120.5947637, 30.2237934 ], [ 120.5945484, 30.2237649 ], [ 120.5833824, 30.2222877 ], [ 120.5833154, 30.2222788 ], [ 120.5830879, 30.2222486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5734972, 30.2209797 ], [ 120.571174, 30.2218089 ], [ 120.5697668, 30.2222783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5697668, 30.2222783 ], [ 120.571174, 30.2218089 ], [ 120.5734972, 30.2209797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅勤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5477422, 30.2223002 ], [ 120.5504138, 30.2214362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅勤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5504138, 30.2214362 ], [ 120.5477422, 30.2223002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.583126, 30.2220446 ], [ 120.5830879, 30.2222486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X116" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5829629, 30.2222321 ], [ 120.5830879, 30.2222486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X116" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5830879, 30.2222486 ], [ 120.5829629, 30.2222321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅勤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5448432, 30.2232378 ], [ 120.5449184, 30.2232135 ], [ 120.5456491, 30.2229771 ], [ 120.5460044, 30.2228622 ], [ 120.5462805, 30.2227729 ], [ 120.5477422, 30.2223002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅勤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5477422, 30.2223002 ], [ 120.5462805, 30.2227729 ], [ 120.5460044, 30.2228622 ], [ 120.5456491, 30.2229771 ], [ 120.5449184, 30.2232135 ], [ 120.5448432, 30.2232378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5477422, 30.2223002 ], [ 120.5482715, 30.2234079 ], [ 120.5491923, 30.2252812 ], [ 120.5493031, 30.2255194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5493031, 30.2255194 ], [ 120.5491923, 30.2252812 ], [ 120.5482715, 30.2234079 ], [ 120.5477422, 30.2223002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X116" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5686391, 30.2255951 ], [ 120.5687447, 30.225534 ], [ 120.5688131, 30.2254943 ], [ 120.569091, 30.225355 ], [ 120.5691522, 30.224604 ], [ 120.5691408, 30.2240026 ], [ 120.5691509, 30.2236431 ], [ 120.5693826, 30.2230075 ], [ 120.5696307, 30.2224784 ], [ 120.5697668, 30.2222783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X116" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5697668, 30.2222783 ], [ 120.5696307, 30.2224784 ], [ 120.5693826, 30.2230075 ], [ 120.5691509, 30.2236431 ], [ 120.5691408, 30.2240026 ], [ 120.5691522, 30.224604 ], [ 120.569091, 30.225355 ], [ 120.5688131, 30.2254943 ], [ 120.5687447, 30.225534 ], [ 120.5686391, 30.2255951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.581898, 30.2274978 ], [ 120.5824059, 30.2250119 ], [ 120.5826867, 30.2236374 ], [ 120.5829629, 30.2222321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5830879, 30.2222486 ], [ 120.5830806, 30.2222873 ], [ 120.5830733, 30.2223265 ], [ 120.5824708, 30.2250218 ], [ 120.5819712, 30.2275121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5697668, 30.2222783 ], [ 120.5692303, 30.2224572 ], [ 120.5689328, 30.2225612 ], [ 120.5686869, 30.2226436 ], [ 120.5686146, 30.2226678 ], [ 120.5676634, 30.2230009 ], [ 120.5663066, 30.223476 ], [ 120.5662009, 30.223513 ], [ 120.5656369, 30.2237076 ], [ 120.5638899, 30.2243103 ], [ 120.5638214, 30.2243332 ], [ 120.5626927, 30.2247104 ], [ 120.5618029, 30.2250077 ], [ 120.5616977, 30.2250364 ], [ 120.5612721, 30.2251527 ], [ 120.5611983, 30.2251729 ], [ 120.5607229, 30.2252744 ], [ 120.5597194, 30.2254888 ], [ 120.5584292, 30.225848 ], [ 120.558311, 30.2258926 ], [ 120.5572987, 30.2262741 ], [ 120.5572477, 30.2262933 ], [ 120.5571144, 30.2263435 ], [ 120.5562235, 30.2267059 ], [ 120.5550987, 30.2271634 ], [ 120.5542386, 30.2274851 ], [ 120.5539789, 30.2275822 ], [ 120.553712, 30.2276533 ], [ 120.5536073, 30.2276812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5536073, 30.2276812 ], [ 120.553712, 30.2276533 ], [ 120.5539789, 30.2275822 ], [ 120.5542386, 30.2274851 ], [ 120.5550987, 30.2271634 ], [ 120.5562235, 30.2267059 ], [ 120.5571144, 30.2263435 ], [ 120.5572477, 30.2262933 ], [ 120.5572987, 30.2262741 ], [ 120.558311, 30.2258926 ], [ 120.5584292, 30.225848 ], [ 120.5597194, 30.2254888 ], [ 120.5607229, 30.2252744 ], [ 120.5611983, 30.2251729 ], [ 120.5612721, 30.2251527 ], [ 120.5616977, 30.2250364 ], [ 120.5618029, 30.2250077 ], [ 120.5626927, 30.2247104 ], [ 120.5638214, 30.2243332 ], [ 120.5638899, 30.2243103 ], [ 120.5656369, 30.2237076 ], [ 120.5662009, 30.223513 ], [ 120.5663066, 30.223476 ], [ 120.5676634, 30.2230009 ], [ 120.5686146, 30.2226678 ], [ 120.5686869, 30.2226436 ], [ 120.5689328, 30.2225612 ], [ 120.5692303, 30.2224572 ], [ 120.5697668, 30.2222783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5493031, 30.2255194 ], [ 120.5482159, 30.2258577 ], [ 120.5476228, 30.2260422 ], [ 120.5471974, 30.2261746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471974, 30.2261746 ], [ 120.5476228, 30.2260422 ], [ 120.5482159, 30.2258577 ], [ 120.5493031, 30.2255194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5493031, 30.2255194 ], [ 120.5496228, 30.2261766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5496228, 30.2261766 ], [ 120.5493031, 30.2255194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5536073, 30.2276812 ], [ 120.5534471, 30.2273736 ], [ 120.5533331, 30.2271545 ], [ 120.5529309, 30.2264229 ], [ 120.5520358, 30.224669 ], [ 120.5493031, 30.2255194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5493031, 30.2255194 ], [ 120.5520358, 30.224669 ], [ 120.5529309, 30.2264229 ], [ 120.5533331, 30.2271545 ], [ 120.5534471, 30.2273736 ], [ 120.5536073, 30.2276812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471974, 30.2261746 ], [ 120.5461299, 30.2264994 ], [ 120.5458445, 30.2265862 ], [ 120.5457709, 30.2266086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5457709, 30.2266086 ], [ 120.5458445, 30.2265862 ], [ 120.5461299, 30.2264994 ], [ 120.5471974, 30.2261746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5463118, 30.2270244 ], [ 120.5473823, 30.2266762 ], [ 120.5471974, 30.2261746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471974, 30.2261746 ], [ 120.5473823, 30.2266762 ], [ 120.5463118, 30.2270244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5461809, 30.2267248 ], [ 120.5463118, 30.2270244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5463118, 30.2270244 ], [ 120.5461809, 30.2267248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5457709, 30.2266086 ], [ 120.5447331, 30.2269253 ], [ 120.5440534, 30.2271327 ], [ 120.543821, 30.2272036 ], [ 120.5431289, 30.2274148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5264448, 30.2256717 ], [ 120.5263072, 30.2256923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5418983, 30.2240625 ], [ 120.5420177, 30.2243876 ], [ 120.5420402, 30.224449 ], [ 120.5421051, 30.2246259 ], [ 120.542181, 30.2248326 ], [ 120.5422416, 30.2249977 ], [ 120.5422617, 30.2250525 ], [ 120.5423382, 30.2252607 ], [ 120.542355, 30.2253066 ], [ 120.5424328, 30.2255184 ], [ 120.5427201, 30.2263011 ], [ 120.5429479, 30.2269216 ], [ 120.5430015, 30.2270678 ], [ 120.5431289, 30.2274148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5431289, 30.2274148 ], [ 120.5430015, 30.2270678 ], [ 120.5429479, 30.2269216 ], [ 120.5427201, 30.2263011 ], [ 120.5424328, 30.2255184 ], [ 120.542355, 30.2253066 ], [ 120.5423382, 30.2252607 ], [ 120.5422617, 30.2250525 ], [ 120.5422416, 30.2249977 ], [ 120.542181, 30.2248326 ], [ 120.5421051, 30.2246259 ], [ 120.5420402, 30.224449 ], [ 120.5420177, 30.2243876 ], [ 120.5418983, 30.2240625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5431289, 30.2274148 ], [ 120.5423924, 30.2276396 ], [ 120.5416698, 30.2278601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5416698, 30.2278601 ], [ 120.5423924, 30.2276396 ], [ 120.5431289, 30.2274148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5264448, 30.2256717 ], [ 120.5265463, 30.2259638 ], [ 120.5271713, 30.2277268 ], [ 120.5274668, 30.2286344 ], [ 120.5280062, 30.2302912 ], [ 120.5280791, 30.2305268 ], [ 120.5281533, 30.2307661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5280487, 30.2307881 ], [ 120.5278778, 30.2302955 ], [ 120.5269993, 30.2277637 ], [ 120.5264132, 30.2259975 ], [ 120.5263072, 30.2256923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5302642, 30.2305413 ], [ 120.530346, 30.2305289 ], [ 120.5311352, 30.2304042 ], [ 120.5314994, 30.2303466 ], [ 120.5319168, 30.2302572 ], [ 120.5322533, 30.2301852 ], [ 120.5328653, 30.2300541 ], [ 120.5333333, 30.2299458 ], [ 120.5350958, 30.229538 ], [ 120.5358761, 30.2293246 ], [ 120.5359183, 30.229313 ], [ 120.5361678, 30.2292446 ], [ 120.5378562, 30.2288056 ], [ 120.5385692, 30.2286202 ], [ 120.538985, 30.2285183 ], [ 120.5402596, 30.2282058 ], [ 120.5405939, 30.2281238 ], [ 120.5407041, 30.2280968 ], [ 120.5409375, 30.2280396 ], [ 120.5416698, 30.2278601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5416698, 30.2278601 ], [ 120.5409375, 30.2280396 ], [ 120.5407041, 30.2280968 ], [ 120.5405939, 30.2281238 ], [ 120.5402596, 30.2282058 ], [ 120.538985, 30.2285183 ], [ 120.5385692, 30.2286202 ], [ 120.5378562, 30.2288056 ], [ 120.5361678, 30.2292446 ], [ 120.5359183, 30.229313 ], [ 120.5358761, 30.2293246 ], [ 120.5350958, 30.229538 ], [ 120.5333333, 30.2299458 ], [ 120.5328653, 30.2300541 ], [ 120.5322533, 30.2301852 ], [ 120.5319168, 30.2302572 ], [ 120.5314994, 30.2303466 ], [ 120.5311352, 30.2304042 ], [ 120.530346, 30.2305289 ], [ 120.5302642, 30.2305413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5425646, 30.2305853 ], [ 120.5425306, 30.2304731 ], [ 120.5424479, 30.2302321 ], [ 120.5424343, 30.2301898 ], [ 120.5421832, 30.2294066 ], [ 120.5419933, 30.2288145 ], [ 120.5419415, 30.2286617 ], [ 120.5416698, 30.2278601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5431289, 30.2274148 ], [ 120.543821, 30.2272036 ], [ 120.5440534, 30.2271327 ], [ 120.5447331, 30.2269253 ], [ 120.5457709, 30.2266086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5699885, 30.2267298 ], [ 120.5759191, 30.2273789 ], [ 120.5770204, 30.2274305 ], [ 120.581898, 30.2274978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818717, 30.2276353 ], [ 120.5770586, 30.2275425 ], [ 120.5758819, 30.2274677 ], [ 120.5699721, 30.2268366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.581898, 30.2274978 ], [ 120.5819712, 30.2275121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818717, 30.2276353 ], [ 120.581898, 30.2274978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5819712, 30.2275121 ], [ 120.5819444, 30.2276367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5819444, 30.2276367 ], [ 120.5818717, 30.2276353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.546994, 30.228911 ], [ 120.5468563, 30.2285302 ], [ 120.5466125, 30.2278559 ], [ 120.5463118, 30.2270244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5463118, 30.2270244 ], [ 120.5466125, 30.2278559 ], [ 120.5468563, 30.2285302 ], [ 120.546994, 30.228911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5468094, 30.2294331 ], [ 120.5467858, 30.2293743 ], [ 120.5466937, 30.2291023 ], [ 120.5466831, 30.2290692 ], [ 120.5466713, 30.2290321 ], [ 120.5466568, 30.2289919 ], [ 120.5464368, 30.2283804 ], [ 120.5463825, 30.2282294 ], [ 120.5463092, 30.2280256 ], [ 120.5462412, 30.2278466 ], [ 120.5457709, 30.2266086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5416698, 30.2278601 ], [ 120.5419415, 30.2286617 ], [ 120.5419933, 30.2288145 ], [ 120.5421832, 30.2294066 ], [ 120.5424343, 30.2301898 ], [ 120.5424479, 30.2302321 ], [ 120.5425306, 30.2304731 ], [ 120.5425646, 30.2305853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5272506, 30.2330238 ], [ 120.5272322, 30.2329371 ], [ 120.5271644, 30.232664 ], [ 120.527168, 30.232606 ], [ 120.5270342, 30.2321568 ], [ 120.5267722, 30.2312964 ], [ 120.5265339, 30.230544 ], [ 120.5265143, 30.230482 ], [ 120.5263024, 30.2298107 ], [ 120.5261275, 30.2292567 ], [ 120.5259274, 30.2285921 ], [ 120.5258133, 30.2282565 ], [ 120.525727, 30.2280027 ], [ 120.5254517, 30.2271247 ], [ 120.5253492, 30.226836 ], [ 120.5252869, 30.2266604 ], [ 120.5252117, 30.2264486 ], [ 120.5250085, 30.2259587 ], [ 120.5250183, 30.22591 ], [ 120.5250797, 30.2258612 ], [ 120.5252612, 30.225821 ], [ 120.5263072, 30.2256923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5263072, 30.2256923 ], [ 120.5252612, 30.225821 ], [ 120.5250797, 30.2258612 ], [ 120.5250183, 30.22591 ], [ 120.5250085, 30.2259587 ], [ 120.5252117, 30.2264486 ], [ 120.5252869, 30.2266604 ], [ 120.5253492, 30.226836 ], [ 120.5254517, 30.2271247 ], [ 120.525727, 30.2280027 ], [ 120.5258133, 30.2282565 ], [ 120.5259274, 30.2285921 ], [ 120.5261275, 30.2292567 ], [ 120.5263024, 30.2298107 ], [ 120.5265143, 30.230482 ], [ 120.5265339, 30.230544 ], [ 120.5267722, 30.2312964 ], [ 120.5270342, 30.2321568 ], [ 120.527168, 30.232606 ], [ 120.5271644, 30.232664 ], [ 120.5272322, 30.2329371 ], [ 120.5272506, 30.2330238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛凌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5152749, 30.2355725 ], [ 120.5151573, 30.2352925 ], [ 120.5151446, 30.2351561 ], [ 120.5151095, 30.2350333 ], [ 120.5150777, 30.2349217 ], [ 120.5148261, 30.2340405 ], [ 120.5146415, 30.2336079 ], [ 120.514612, 30.2335388 ], [ 120.514388, 30.2328347 ], [ 120.5142015, 30.232268 ], [ 120.5141957, 30.2322337 ], [ 120.5141571, 30.2320057 ], [ 120.5141098, 30.2317257 ], [ 120.5141066, 30.231703 ], [ 120.5140618, 30.2313881 ], [ 120.5140411, 30.231243 ], [ 120.5140301, 30.2306549 ], [ 120.5138324, 30.2300189 ], [ 120.5136919, 30.2298342 ], [ 120.5136372, 30.2297623 ], [ 120.5135895, 30.2296996 ], [ 120.5134338, 30.2294568 ], [ 120.5132405, 30.2291552 ], [ 120.5129899, 30.2288098 ], [ 120.5128673, 30.2286409 ], [ 120.5121785, 30.2275327 ], [ 120.5118966, 30.2268689 ], [ 120.5116692, 30.2263044 ], [ 120.5112104, 30.2251232 ], [ 120.5111659, 30.2250085 ], [ 120.5111084, 30.2248605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛凌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5111084, 30.2248605 ], [ 120.5111659, 30.2250085 ], [ 120.5112104, 30.2251232 ], [ 120.5116692, 30.2263044 ], [ 120.5118966, 30.2268689 ], [ 120.5121785, 30.2275327 ], [ 120.5128673, 30.2286409 ], [ 120.5129899, 30.2288098 ], [ 120.5132405, 30.2291552 ], [ 120.5134338, 30.2294568 ], [ 120.5135895, 30.2296996 ], [ 120.5136372, 30.2297623 ], [ 120.5136919, 30.2298342 ], [ 120.5138324, 30.2300189 ], [ 120.5140301, 30.2306549 ], [ 120.5140411, 30.231243 ], [ 120.5140618, 30.2313881 ], [ 120.5141066, 30.231703 ], [ 120.5141098, 30.2317257 ], [ 120.5141571, 30.2320057 ], [ 120.5141957, 30.2322337 ], [ 120.5142015, 30.232268 ], [ 120.514388, 30.2328347 ], [ 120.514612, 30.2335388 ], [ 120.5146415, 30.2336079 ], [ 120.5148261, 30.2340405 ], [ 120.5150777, 30.2349217 ], [ 120.5151095, 30.2350333 ], [ 120.5151446, 30.2351561 ], [ 120.5151573, 30.2352925 ], [ 120.5152749, 30.2355725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5281533, 30.2307661 ], [ 120.5298029, 30.2305586 ], [ 120.5302642, 30.2305413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5302642, 30.2305413 ], [ 120.5298091, 30.2306481 ], [ 120.528207, 30.2309445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5280487, 30.2307881 ], [ 120.5281533, 30.2307661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5281533, 30.2307661 ], [ 120.528207, 30.2309445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5281001, 30.2309667 ], [ 120.5280487, 30.2307881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3268861, 30.2226029 ], [ 120.3269181, 30.222719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3269181, 30.222719 ], [ 120.3268861, 30.2226029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218551, 30.2233615 ], [ 120.3249604, 30.2229058 ], [ 120.3268218, 30.2226092 ], [ 120.3268861, 30.2226029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3269181, 30.222719 ], [ 120.3237155, 30.2231835 ], [ 120.3218782, 30.22345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218551, 30.2233615 ], [ 120.3218782, 30.22345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218782, 30.22345 ], [ 120.3218551, 30.2233615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271974, 30.2245881 ], [ 120.3270506, 30.2237068 ], [ 120.3269181, 30.222719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3269181, 30.222719 ], [ 120.3270506, 30.2237068 ], [ 120.3271974, 30.2245881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3156577, 30.2247696 ], [ 120.3183604, 30.22397 ], [ 120.3188986, 30.2238607 ], [ 120.3195906, 30.2236938 ], [ 120.3218551, 30.2233615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218782, 30.22345 ], [ 120.3195806, 30.2237729 ], [ 120.3177219, 30.2242974 ], [ 120.3156947, 30.2248946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3473339, 30.2242238 ], [ 120.3445902, 30.2248543 ], [ 120.3420953, 30.2253952 ], [ 120.341794, 30.2254605 ], [ 120.3416179, 30.2254987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321472, 30.2264835 ], [ 120.3321078, 30.2261971 ], [ 120.3320856, 30.2260359 ], [ 120.331806, 30.2240027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.331806, 30.2240027 ], [ 120.3320856, 30.2260359 ], [ 120.3321078, 30.2261971 ], [ 120.3321472, 30.2264835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3412567, 30.2254404 ], [ 120.3415785, 30.2254158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3415785, 30.2254158 ], [ 120.3416179, 30.2254987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3412921, 30.2255732 ], [ 120.3412567, 30.2254404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3416179, 30.2254987 ], [ 120.3412921, 30.2255732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3367915, 30.225941 ], [ 120.3412567, 30.2254404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3412921, 30.2255732 ], [ 120.3411912, 30.2256056 ], [ 120.3368151, 30.2260979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3368151, 30.2260979 ], [ 120.3367915, 30.225941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.331806, 30.2240027 ], [ 120.3271974, 30.2245881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271974, 30.2245881 ], [ 120.331806, 30.2240027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3223422, 30.2252684 ], [ 120.3218782, 30.22345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218782, 30.22345 ], [ 120.3223422, 30.2252684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271974, 30.2245881 ], [ 120.3223422, 30.2252684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3223422, 30.2252684 ], [ 120.3271974, 30.2245881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271974, 30.2245881 ], [ 120.3272706, 30.2251877 ], [ 120.3274315, 30.2262538 ], [ 120.3274763, 30.2265183 ], [ 120.3275115, 30.2267265 ], [ 120.3275571, 30.2269956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275571, 30.2269956 ], [ 120.3275115, 30.2267265 ], [ 120.3274763, 30.2265183 ], [ 120.3274315, 30.2262538 ], [ 120.3272706, 30.2251877 ], [ 120.3271974, 30.2245881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163403, 30.2270739 ], [ 120.3156947, 30.2248946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3156947, 30.2248946 ], [ 120.3163403, 30.2270739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新十一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3367915, 30.225941 ], [ 120.3368151, 30.2260979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321472, 30.2264835 ], [ 120.3343349, 30.2262101 ], [ 120.3367915, 30.225941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3368151, 30.2260979 ], [ 120.3324045, 30.2265534 ], [ 120.3322089, 30.2265782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3416179, 30.2254987 ], [ 120.3419421, 30.2264528 ], [ 120.3422295, 30.2273026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3418066, 30.2273835 ], [ 120.3412921, 30.2255732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321472, 30.2264835 ], [ 120.3322089, 30.2265782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321133, 30.2265943 ], [ 120.3321472, 30.2264835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3322089, 30.2265782 ], [ 120.3321133, 30.2265943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3422295, 30.2273026 ], [ 120.3467488, 30.2262006 ], [ 120.3482455, 30.2259225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.348334, 30.2263327 ], [ 120.3468266, 30.2267081 ], [ 120.342318, 30.2276298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3223422, 30.2252684 ], [ 120.3163403, 30.2270739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163403, 30.2270739 ], [ 120.3223422, 30.2252684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3223422, 30.2252684 ], [ 120.3227919, 30.2270053 ], [ 120.3228434, 30.2272045 ], [ 120.3229895, 30.2277686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3229895, 30.2277686 ], [ 120.3228434, 30.2272045 ], [ 120.3227919, 30.2270053 ], [ 120.3223422, 30.2252684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275571, 30.2269956 ], [ 120.3321472, 30.2264835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321133, 30.2265943 ], [ 120.3319594, 30.2266091 ], [ 120.3275782, 30.2271371 ], [ 120.3275534, 30.2271399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275534, 30.2271399 ], [ 120.3275571, 30.2269956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275571, 30.2269956 ], [ 120.3275534, 30.2271399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3229895, 30.2277686 ], [ 120.3257888, 30.2272915 ], [ 120.3273019, 30.2270252 ], [ 120.3275571, 30.2269956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275534, 30.2271399 ], [ 120.3272772, 30.227171 ], [ 120.3239003, 30.227746 ], [ 120.3230224, 30.2278957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3229895, 30.2277686 ], [ 120.3230224, 30.2278957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3230224, 30.2278957 ], [ 120.3229895, 30.2277686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163403, 30.2270739 ], [ 120.3167361, 30.2285001 ], [ 120.3169671, 30.2291687 ], [ 120.3170362, 30.2293687 ], [ 120.3171311, 30.2296432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171311, 30.2296432 ], [ 120.3170362, 30.2293687 ], [ 120.3169671, 30.2291687 ], [ 120.3167361, 30.2285001 ], [ 120.3163403, 30.2270739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171311, 30.2296432 ], [ 120.3210067, 30.2281066 ], [ 120.3229895, 30.2277686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281074, 30.2303799 ], [ 120.3280019, 30.2302489 ], [ 120.327949, 30.2299855 ], [ 120.3275534, 30.2271399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275534, 30.2271399 ], [ 120.327949, 30.2299855 ], [ 120.3280019, 30.2302489 ], [ 120.3281074, 30.2303799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3230224, 30.2278957 ], [ 120.321152, 30.2282145 ], [ 120.3207453, 30.228353 ], [ 120.3203061, 30.2285281 ], [ 120.3190522, 30.2290282 ], [ 120.3172206, 30.2297586 ], [ 120.3171832, 30.2297733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3230224, 30.2278957 ], [ 120.3231533, 30.2285394 ], [ 120.3233914, 30.2296342 ], [ 120.3234329, 30.2298149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3234329, 30.2298149 ], [ 120.3233914, 30.2296342 ], [ 120.3231533, 30.2285394 ], [ 120.3230224, 30.2278957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3418066, 30.2273835 ], [ 120.3422295, 30.2273026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3422295, 30.2273026 ], [ 120.342318, 30.2276298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.341897, 30.2277122 ], [ 120.3418066, 30.2273835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.342318, 30.2276298 ], [ 120.341897, 30.2277122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "鸿发路", "高新十一路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3368151, 30.2260979 ], [ 120.3370573, 30.2277042 ], [ 120.337045, 30.2278319 ], [ 120.336891, 30.2280289 ], [ 120.335316, 30.2283651 ], [ 120.3326115, 30.2291361 ], [ 120.3305147, 30.2297038 ], [ 120.3282584, 30.230339 ], [ 120.3281074, 30.2303799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "鸿发路", "高新十一路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281074, 30.2303799 ], [ 120.3282584, 30.230339 ], [ 120.3305147, 30.2297038 ], [ 120.3326115, 30.2291361 ], [ 120.335316, 30.2283651 ], [ 120.336891, 30.2280289 ], [ 120.337045, 30.2278319 ], [ 120.3370573, 30.2277042 ], [ 120.3368151, 30.2260979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.342318, 30.2276298 ], [ 120.3425148, 30.2282459 ], [ 120.3429231, 30.2295295 ], [ 120.3431337, 30.2303116 ], [ 120.3432596, 30.2308379 ], [ 120.3432747, 30.2311425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3428757, 30.2310839 ], [ 120.3425617, 30.2299635 ], [ 120.342303, 30.2291475 ], [ 120.341897, 30.2277122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239405, 30.2321828 ], [ 120.3245592, 30.2320296 ], [ 120.3319095, 30.2298167 ], [ 120.3344057, 30.2291703 ], [ 120.337837, 30.2283343 ], [ 120.3418066, 30.2273835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.341897, 30.2277122 ], [ 120.337823, 30.228565 ], [ 120.332388, 30.2299386 ], [ 120.3240304, 30.2324646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3322089, 30.2265782 ], [ 120.3322729, 30.2269665 ], [ 120.3324675, 30.2284802 ], [ 120.3325418, 30.2290979 ], [ 120.3326091, 30.2295902 ], [ 120.332694, 30.2301223 ], [ 120.3327754, 30.2305214 ], [ 120.3328462, 30.2308684 ], [ 120.3329163, 30.2311393 ], [ 120.3330267, 30.2315656 ], [ 120.3333594, 30.2326786 ], [ 120.3337947, 30.2339385 ], [ 120.3338245, 30.2340563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3337292, 30.2341783 ], [ 120.333685, 30.2340057 ], [ 120.3332709, 30.2326725 ], [ 120.3330303, 30.23185 ], [ 120.3328922, 30.2313852 ], [ 120.3328391, 30.2311558 ], [ 120.3327188, 30.2306146 ], [ 120.3327047, 30.2305507 ], [ 120.3326622, 30.2303577 ], [ 120.3324675, 30.2291193 ], [ 120.3323736, 30.2285116 ], [ 120.3323012, 30.2280429 ], [ 120.3321242, 30.2268013 ], [ 120.3321133, 30.2265943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3428757, 30.2310839 ], [ 120.3431538, 30.2310711 ], [ 120.3432747, 30.2311425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3429133, 30.2312133 ], [ 120.3428757, 30.2310839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3432747, 30.2311425 ], [ 120.3429133, 30.2312133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3432747, 30.2311425 ], [ 120.3436829, 30.2326307 ], [ 120.3438076, 30.2331843 ], [ 120.3438136, 30.2335222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "03省道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343687, 30.233514 ], [ 120.3435646, 30.2333701 ], [ 120.3434467, 30.2331453 ], [ 120.3431581, 30.2321723 ], [ 120.3430443, 30.2317965 ], [ 120.3430036, 30.231533 ], [ 120.3429133, 30.2312133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3338245, 30.2340563 ], [ 120.3342276, 30.2337867 ], [ 120.3343145, 30.2337325 ], [ 120.3354049, 30.2330525 ], [ 120.3364116, 30.2325886 ], [ 120.3369337, 30.2323902 ], [ 120.3372884, 30.2322961 ], [ 120.3382336, 30.2320672 ], [ 120.3396514, 30.2317718 ], [ 120.3427652, 30.2311105 ], [ 120.3428757, 30.2310839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3429133, 30.2312133 ], [ 120.3396557, 30.2318714 ], [ 120.3376471, 30.2322992 ], [ 120.337151, 30.2324331 ], [ 120.3369599, 30.2324897 ], [ 120.3363655, 30.2327099 ], [ 120.3357144, 30.2329957 ], [ 120.335301, 30.2332189 ], [ 120.3347222, 30.233585 ], [ 120.3338524, 30.2341885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3337292, 30.2341783 ], [ 120.3338245, 30.2340563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3110502, 30.2288913 ], [ 120.3163403, 30.2270739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3110502, 30.2288913 ], [ 120.3115308, 30.2305311 ], [ 120.3117372, 30.2311764 ], [ 120.3118289, 30.2314904 ], [ 120.3119161, 30.2316844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3119161, 30.2316844 ], [ 120.3118289, 30.2314904 ], [ 120.3117372, 30.2311764 ], [ 120.3115308, 30.2305311 ], [ 120.3110502, 30.2288913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3119161, 30.2316844 ], [ 120.3169158, 30.2297286 ], [ 120.3171311, 30.2296432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171832, 30.2297733 ], [ 120.3122293, 30.2317178 ], [ 120.311962, 30.2318218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052877, 30.2279563 ], [ 120.3066203, 30.2332474 ], [ 120.3066792, 30.233471 ], [ 120.3067367, 30.2337094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3067367, 30.2337094 ], [ 120.3066792, 30.233471 ], [ 120.3066203, 30.2332474 ], [ 120.3052877, 30.2279563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.311962, 30.2318218 ], [ 120.3119161, 30.2316844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3119161, 30.2316844 ], [ 120.311962, 30.2318218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3067367, 30.2337094 ], [ 120.3097703, 30.2325238 ], [ 120.3119161, 30.2316844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171832, 30.2297733 ], [ 120.3171311, 30.2296432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171311, 30.2296432 ], [ 120.3171832, 30.2297733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3179057, 30.2315774 ], [ 120.3171832, 30.2297733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171832, 30.2297733 ], [ 120.3179057, 30.2315774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3234329, 30.2298149 ], [ 120.3205032, 30.2307491 ], [ 120.3179057, 30.2315774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3179057, 30.2315774 ], [ 120.3205032, 30.2307491 ], [ 120.3234329, 30.2298149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238534, 30.231696 ], [ 120.3238349, 30.2316155 ], [ 120.323705, 30.2309983 ], [ 120.3234329, 30.2298149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3234329, 30.2298149 ], [ 120.323705, 30.2309983 ], [ 120.3238349, 30.2316155 ], [ 120.3238534, 30.231696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281074, 30.2303799 ], [ 120.3278108, 30.2304602 ], [ 120.3238534, 30.231696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238534, 30.231696 ], [ 120.3278108, 30.2304602 ], [ 120.3281074, 30.2303799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.463686, 30.228717 ], [ 120.4637542, 30.2286859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4579149, 30.2247918 ], [ 120.4580769, 30.2254918 ], [ 120.4585893, 30.2275226 ], [ 120.4586486, 30.227777 ], [ 120.4588492, 30.2286367 ], [ 120.4589514, 30.2290747 ], [ 120.4591027, 30.229549 ], [ 120.4593224, 30.2299427 ], [ 120.4595951, 30.2304559 ], [ 120.4598176, 30.2306882 ], [ 120.4600861, 30.2308319 ], [ 120.4601952, 30.2308911 ], [ 120.4605716, 30.231095 ], [ 120.4606082, 30.2311149 ], [ 120.4608701, 30.2313063 ], [ 120.4609743, 30.2314935 ], [ 120.4611715, 30.2320296 ], [ 120.461231, 30.2321912 ], [ 120.461631, 30.2332785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.461631, 30.2332785 ], [ 120.461231, 30.2321912 ], [ 120.4611715, 30.2320296 ], [ 120.4609743, 30.2314935 ], [ 120.4608701, 30.2313063 ], [ 120.4606082, 30.2311149 ], [ 120.4605716, 30.231095 ], [ 120.4601952, 30.2308911 ], [ 120.4600861, 30.2308319 ], [ 120.4598176, 30.2306882 ], [ 120.4595951, 30.2304559 ], [ 120.4593224, 30.2299427 ], [ 120.4591027, 30.229549 ], [ 120.4589514, 30.2290747 ], [ 120.4588492, 30.2286367 ], [ 120.4586486, 30.227777 ], [ 120.4585893, 30.2275226 ], [ 120.4580769, 30.2254918 ], [ 120.4579149, 30.2247918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4637542, 30.2286859 ], [ 120.4642228, 30.2300191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4641474, 30.2300402 ], [ 120.463686, 30.228717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4642228, 30.2300191 ], [ 120.4653178, 30.2297125 ], [ 120.4680276, 30.2289538 ], [ 120.4683879, 30.2288661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4683879, 30.2288661 ], [ 120.4680276, 30.2289538 ], [ 120.4653178, 30.2297125 ], [ 120.4642228, 30.2300191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4604739, 30.230564 ], [ 120.4617793, 30.2298458 ], [ 120.4632603, 30.228969 ], [ 120.463686, 30.228717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青开线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.463686, 30.228717 ], [ 120.4632603, 30.228969 ], [ 120.4617793, 30.2298458 ], [ 120.4604739, 30.230564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4641474, 30.2300402 ], [ 120.4642228, 30.2300191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4642228, 30.2300191 ], [ 120.4641474, 30.2300402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4683879, 30.2288661 ], [ 120.4689409, 30.2304599 ], [ 120.4692996, 30.2314947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4692996, 30.2314947 ], [ 120.4689409, 30.2304599 ], [ 120.4683879, 30.2288661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4608012, 30.2307958 ], [ 120.4613607, 30.2306644 ], [ 120.4634887, 30.2301877 ], [ 120.4641474, 30.2300402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4641474, 30.2300402 ], [ 120.4634887, 30.2301877 ], [ 120.4613607, 30.2306644 ], [ 120.4608012, 30.2307958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4692996, 30.2314947 ], [ 120.47031, 30.2312599 ], [ 120.4716094, 30.2309815 ], [ 120.4717607, 30.230953 ], [ 120.4725283, 30.2307726 ], [ 120.4744291, 30.2303184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4744718, 30.2304451 ], [ 120.4725632, 30.2308611 ], [ 120.4693427, 30.2316166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4642228, 30.2300191 ], [ 120.4650801, 30.2324539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4650045, 30.2324781 ], [ 120.4641474, 30.2300402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4693427, 30.2316166 ], [ 120.4693286, 30.2315773 ], [ 120.4692996, 30.2314947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4796937, 30.2292957 ], [ 120.4795021, 30.2293756 ], [ 120.4788691, 30.2295146 ], [ 120.4773578, 30.2298337 ], [ 120.4770749, 30.2298942 ], [ 120.4745493, 30.2304347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4744291, 30.2303184 ], [ 120.4745057, 30.2303044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4745057, 30.2303044 ], [ 120.4745493, 30.2304347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4744718, 30.2304451 ], [ 120.4744291, 30.2303184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4745493, 30.2304347 ], [ 120.4744718, 30.2304451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4745493, 30.2304347 ], [ 120.474843, 30.2313139 ], [ 120.4749654, 30.2316923 ], [ 120.4752483, 30.2325666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4751701, 30.2325779 ], [ 120.4747639, 30.2313112 ], [ 120.4744718, 30.2304451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752483, 30.2325666 ], [ 120.4754419, 30.2325262 ], [ 120.4780867, 30.2319739 ], [ 120.4802272, 30.231527 ], [ 120.4804014, 30.2315365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4804014, 30.2315365 ], [ 120.4802272, 30.231527 ], [ 120.4780867, 30.2319739 ], [ 120.4754419, 30.2325262 ], [ 120.4752483, 30.2325666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752483, 30.2325666 ], [ 120.4751701, 30.2325779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4692996, 30.2314947 ], [ 120.4693286, 30.2315773 ], [ 120.4693427, 30.2316166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4650801, 30.2324539 ], [ 120.4656465, 30.2323243 ], [ 120.4658096, 30.2322828 ], [ 120.4660554, 30.232228 ], [ 120.4666602, 30.2320958 ], [ 120.4686188, 30.2316559 ], [ 120.4692996, 30.2314947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4693427, 30.2316166 ], [ 120.4651153, 30.232555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4650045, 30.2324781 ], [ 120.4650801, 30.2324539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4650801, 30.2324539 ], [ 120.4651153, 30.232555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4650378, 30.2325731 ], [ 120.4650045, 30.2324781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4651153, 30.232555 ], [ 120.4650378, 30.2325731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4702033, 30.233736 ], [ 120.4700833, 30.2336817 ], [ 120.4693427, 30.2316166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4693427, 30.2316166 ], [ 120.4700833, 30.2336817 ], [ 120.4702033, 30.233736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.461631, 30.2332785 ], [ 120.4617056, 30.233197 ], [ 120.4639216, 30.2326897 ], [ 120.4650045, 30.2324781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "黎明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4650378, 30.2325731 ], [ 120.4639453, 30.2327878 ], [ 120.4617566, 30.2333013 ], [ 120.461631, 30.2332785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4702033, 30.233736 ], [ 120.4708505, 30.2335111 ], [ 120.4733578, 30.2329818 ], [ 120.4751701, 30.2325779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4751701, 30.2325779 ], [ 120.4733578, 30.2329818 ], [ 120.4708505, 30.2335111 ], [ 120.4702033, 30.233736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.460969, 30.2334406 ], [ 120.4610668, 30.2334179 ], [ 120.4613589, 30.2333501 ], [ 120.461631, 30.2332785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.461631, 30.2332785 ], [ 120.4613589, 30.2333501 ], [ 120.4610668, 30.2334179 ], [ 120.460969, 30.2334406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4651153, 30.232555 ], [ 120.4652663, 30.2329891 ], [ 120.465312, 30.2331182 ], [ 120.4659718, 30.2350007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4659082, 30.2350383 ], [ 120.4653545, 30.2334606 ], [ 120.4651868, 30.2329983 ], [ 120.4650378, 30.2325731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.461631, 30.2332785 ], [ 120.4619658, 30.2338297 ], [ 120.4620879, 30.2339454 ], [ 120.462631, 30.23446 ], [ 120.4631742, 30.2348822 ], [ 120.4633337, 30.2350061 ], [ 120.4638522, 30.2354091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4638522, 30.2354091 ], [ 120.4633337, 30.2350061 ], [ 120.4631742, 30.2348822 ], [ 120.462631, 30.23446 ], [ 120.4620879, 30.2339454 ], [ 120.4619658, 30.2338297 ], [ 120.461631, 30.2332785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4659718, 30.2350007 ], [ 120.4675184, 30.2347106 ], [ 120.46965, 30.2341108 ], [ 120.4701073, 30.2338568 ], [ 120.4702033, 30.233736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4751701, 30.2325779 ], [ 120.4752483, 30.2325666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752483, 30.2325666 ], [ 120.4767112, 30.2370872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4766213, 30.2371024 ], [ 120.4765753, 30.236959 ], [ 120.4751701, 30.2325779 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5058338, 30.2369725 ], [ 120.5058162, 30.2369035 ], [ 120.505737, 30.2366484 ], [ 120.5057124, 30.236586 ], [ 120.5056591, 30.2366017 ], [ 120.5054511, 30.236663 ], [ 120.5052996, 30.2367221 ], [ 120.5051432, 30.2366789 ], [ 120.504854, 30.236268 ], [ 120.5046679, 30.2360035 ], [ 120.5038236, 30.234604 ], [ 120.5034858, 30.2340852 ], [ 120.5029193, 30.2332297 ], [ 120.5024475, 30.2319421 ], [ 120.502215, 30.2310313 ], [ 120.5019838, 30.2301739 ], [ 120.5006072, 30.2305622 ], [ 120.4999307, 30.2307405 ], [ 120.4992642, 30.2308431 ], [ 120.4984638, 30.2310141 ], [ 120.4975071, 30.2312184 ], [ 120.4970126, 30.231324 ], [ 120.4966172, 30.2313833 ], [ 120.4956379, 30.2315301 ], [ 120.4957713, 30.2319922 ], [ 120.4958473, 30.2322853 ], [ 120.495822, 30.2323881 ], [ 120.4957498, 30.232463 ], [ 120.4956796, 30.2324946 ], [ 120.4954792, 30.2325846 ], [ 120.4941086, 30.2327986 ], [ 120.4939815, 30.2328184 ], [ 120.4929552, 30.2330251 ], [ 120.4933292, 30.234867 ], [ 120.4936817, 30.2367953 ], [ 120.4940591, 30.2386041 ], [ 120.4942474, 30.2391898 ], [ 120.4943356, 30.2394629 ], [ 120.4944374, 30.2397684 ], [ 120.4944626, 30.2398424 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4944626, 30.2398424 ], [ 120.4944374, 30.2397684 ], [ 120.4943356, 30.2394629 ], [ 120.4942474, 30.2391898 ], [ 120.4940591, 30.2386041 ], [ 120.4936817, 30.2367953 ], [ 120.4933292, 30.234867 ], [ 120.4929552, 30.2330251 ], [ 120.4939815, 30.2328184 ], [ 120.4941086, 30.2327986 ], [ 120.4954792, 30.2325846 ], [ 120.4956796, 30.2324946 ], [ 120.4957498, 30.232463 ], [ 120.495822, 30.2323881 ], [ 120.4958473, 30.2322853 ], [ 120.4957713, 30.2319922 ], [ 120.4956379, 30.2315301 ], [ 120.4966172, 30.2313833 ], [ 120.4970126, 30.231324 ], [ 120.4975071, 30.2312184 ], [ 120.4984638, 30.2310141 ], [ 120.4992642, 30.2308431 ], [ 120.4999307, 30.2307405 ], [ 120.5006072, 30.2305622 ], [ 120.5019838, 30.2301739 ], [ 120.502215, 30.2310313 ], [ 120.5024475, 30.2319421 ], [ 120.5029193, 30.2332297 ], [ 120.5034858, 30.2340852 ], [ 120.5038236, 30.234604 ], [ 120.5046679, 30.2360035 ], [ 120.504854, 30.236268 ], [ 120.5051432, 30.2366789 ], [ 120.5052996, 30.2367221 ], [ 120.5054511, 30.236663 ], [ 120.5056591, 30.2366017 ], [ 120.5057124, 30.236586 ], [ 120.505737, 30.2366484 ], [ 120.5058162, 30.2369035 ], [ 120.5058338, 30.2369725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4766213, 30.2371024 ], [ 120.4767112, 30.2370872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4767112, 30.2370872 ], [ 120.4767613, 30.237242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4766724, 30.2372616 ], [ 120.4766213, 30.2371024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4767613, 30.237242 ], [ 120.4766724, 30.2372616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4725706, 30.2379798 ], [ 120.4766213, 30.2371024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4702033, 30.233736 ], [ 120.4701073, 30.2338568 ], [ 120.46965, 30.2341108 ], [ 120.4675184, 30.2347106 ], [ 120.4659718, 30.2350007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4659082, 30.2350383 ], [ 120.4659718, 30.2350007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4659718, 30.2350007 ], [ 120.4659082, 30.2350383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4638522, 30.2354091 ], [ 120.4644877, 30.2352945 ], [ 120.4659082, 30.2350383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "育才路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4659082, 30.2350383 ], [ 120.4644877, 30.2352945 ], [ 120.4638522, 30.2354091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4702033, 30.233736 ], [ 120.4705292, 30.2338595 ], [ 120.4720787, 30.2370406 ], [ 120.4722987, 30.2374607 ], [ 120.472517, 30.2378775 ], [ 120.4725706, 30.2379798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4725706, 30.2379798 ], [ 120.472517, 30.2378775 ], [ 120.4722987, 30.2374607 ], [ 120.4720787, 30.2370406 ], [ 120.4705292, 30.2338595 ], [ 120.4702033, 30.233736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4665405, 30.2367948 ], [ 120.4660066, 30.2353166 ], [ 120.4659082, 30.2350383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4638522, 30.2354091 ], [ 120.4639088, 30.2354531 ], [ 120.4660484, 30.2369171 ], [ 120.4661601, 30.2369935 ], [ 120.4662136, 30.2370301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4662136, 30.2370301 ], [ 120.4661601, 30.2369935 ], [ 120.4660484, 30.2369171 ], [ 120.4639088, 30.2354531 ], [ 120.4638522, 30.2354091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4659718, 30.2350007 ], [ 120.4660761, 30.2352981 ], [ 120.4666249, 30.236772 ], [ 120.4668811, 30.237481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4662136, 30.2370301 ], [ 120.4663934, 30.2370254 ], [ 120.4664643, 30.2369831 ], [ 120.466497, 30.2369219 ], [ 120.4665405, 30.2367948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4667404, 30.2373478 ], [ 120.4665405, 30.2367948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4662136, 30.2370301 ], [ 120.4665297, 30.2372373 ], [ 120.4667404, 30.2373478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.466862, 30.2376845 ], [ 120.4666223, 30.2373832 ], [ 120.4662136, 30.2370301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4667404, 30.2373478 ], [ 120.4668811, 30.237481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.466862, 30.2376845 ], [ 120.4667404, 30.2373478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4726307, 30.2380946 ], [ 120.4725706, 30.2379798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4725706, 30.2379798 ], [ 120.4726307, 30.2380946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4668811, 30.237481 ], [ 120.4669461, 30.2376608 ], [ 120.4675903, 30.2389913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧清大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.395961, 30.2349322 ], [ 120.3958653, 30.2349116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萧清大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3958653, 30.2349116 ], [ 120.395961, 30.2349322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4229422, 30.2323585 ], [ 120.4231359, 30.2321955 ], [ 120.4232741, 30.2321087 ], [ 120.4234331, 30.2320403 ], [ 120.4235379, 30.232015 ], [ 120.4237022, 30.2320136 ], [ 120.423852, 30.2320373 ], [ 120.423985, 30.232072 ], [ 120.4241354, 30.2321267 ], [ 120.4254339, 30.2326992 ], [ 120.4261975, 30.2330391 ], [ 120.4268363, 30.233305 ], [ 120.428416, 30.2340063 ], [ 120.4287624, 30.2341568 ], [ 120.4291012, 30.2343064 ], [ 120.4294983, 30.2344802 ], [ 120.4298531, 30.2346355 ], [ 120.4303936, 30.2348817 ], [ 120.4305739, 30.2349628 ], [ 120.4316637, 30.235453 ], [ 120.4322135, 30.2357003 ], [ 120.4323108, 30.2357441 ], [ 120.4324335, 30.2358131 ], [ 120.432499, 30.2358813 ], [ 120.4325296, 30.235982 ], [ 120.4325379, 30.236106 ], [ 120.4324762, 30.2362708 ], [ 120.4323276, 30.2365231 ], [ 120.4322929, 30.2365821 ], [ 120.4319633, 30.2371419 ], [ 120.4316209, 30.2377235 ], [ 120.4312778, 30.2383062 ], [ 120.4309407, 30.2388786 ], [ 120.430743, 30.2392145 ], [ 120.4306503, 30.2393328 ], [ 120.4305453, 30.2394374 ], [ 120.4304104, 30.2394571 ], [ 120.4302631, 30.2394271 ], [ 120.4300434, 30.2393272 ], [ 120.4290883, 30.238893 ], [ 120.4284401, 30.2385984 ], [ 120.4277663, 30.2383226 ], [ 120.4269841, 30.2379943 ], [ 120.4265228, 30.2378048 ], [ 120.4246939, 30.2369975 ], [ 120.4243229, 30.2368347 ], [ 120.4241549, 30.2367401 ], [ 120.4238736, 30.2365638 ], [ 120.4236042, 30.2364118 ], [ 120.4232127, 30.2362167 ], [ 120.4225565, 30.2359075 ], [ 120.4217137, 30.2355166 ], [ 120.4216073, 30.2354448 ], [ 120.4215416, 30.2353604 ], [ 120.4214906, 30.2352633 ], [ 120.4214613, 30.2351461 ], [ 120.4214659, 30.2350435 ], [ 120.4214966, 30.2349158 ], [ 120.4215566, 30.2347559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.395961, 30.2349322 ], [ 120.395973, 30.2353139 ], [ 120.3958731, 30.2359923 ], [ 120.3958868, 30.236294 ], [ 120.3959142, 30.2366726 ], [ 120.3959758, 30.2371754 ], [ 120.3960579, 30.2375658 ], [ 120.3961538, 30.2379503 ], [ 120.3963044, 30.2384177 ], [ 120.3964825, 30.2388672 ], [ 120.3967221, 30.239376 ], [ 120.396996, 30.2398669 ], [ 120.3973383, 30.2403579 ], [ 120.3977697, 30.2408844 ], [ 120.3983243, 30.2414877 ], [ 120.3985853, 30.2417637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3984176, 30.2418979 ], [ 120.39779, 30.2412995 ], [ 120.3974224, 30.2409301 ], [ 120.3968707, 30.2403619 ], [ 120.3965119, 30.2399202 ], [ 120.3961884, 30.2393893 ], [ 120.3960273, 30.2390963 ], [ 120.3958451, 30.2386321 ], [ 120.3957074, 30.2380727 ], [ 120.3956155, 30.2372051 ], [ 120.3955812, 30.2368447 ], [ 120.3955325, 30.236538 ], [ 120.3955782, 30.2358184 ], [ 120.3956745, 30.2351838 ], [ 120.3958653, 30.2349116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3985853, 30.2417637 ], [ 120.3986329, 30.2418141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皎霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3984176, 30.2418979 ], [ 120.3985853, 30.2417637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皎霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3986329, 30.2418141 ], [ 120.398468, 30.241955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.398468, 30.241955 ], [ 120.3984176, 30.2418979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皎霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3956917, 30.2442736 ], [ 120.3961722, 30.2437577 ], [ 120.3966527, 30.243307 ], [ 120.3970508, 30.2429809 ], [ 120.3979775, 30.2422337 ], [ 120.3984176, 30.2418979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4766724, 30.2372616 ], [ 120.4726307, 30.2380946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5058338, 30.2369725 ], [ 120.505761, 30.2369978 ], [ 120.5054433, 30.2370926 ], [ 120.5045377, 30.2373985 ], [ 120.5042941, 30.2374773 ], [ 120.5015873, 30.2383532 ], [ 120.5010288, 30.2385257 ], [ 120.5000263, 30.2388352 ], [ 120.4993825, 30.2389464 ], [ 120.4989561, 30.2390246 ], [ 120.4982453, 30.239155 ], [ 120.4969149, 30.2394052 ], [ 120.4960529, 30.2395508 ], [ 120.4953346, 30.2396721 ], [ 120.4952293, 30.2396899 ], [ 120.4950793, 30.2397218 ], [ 120.4945906, 30.2398107 ], [ 120.4944626, 30.2398424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4944626, 30.2398424 ], [ 120.4945906, 30.2398107 ], [ 120.4950793, 30.2397218 ], [ 120.4952293, 30.2396899 ], [ 120.4953346, 30.2396721 ], [ 120.4960529, 30.2395508 ], [ 120.4969149, 30.2394052 ], [ 120.4982453, 30.239155 ], [ 120.4989561, 30.2390246 ], [ 120.4993825, 30.2389464 ], [ 120.5000263, 30.2388352 ], [ 120.5010288, 30.2385257 ], [ 120.5015873, 30.2383532 ], [ 120.5042941, 30.2374773 ], [ 120.5045377, 30.2373985 ], [ 120.5054433, 30.2370926 ], [ 120.505761, 30.2369978 ], [ 120.5058338, 30.2369725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4767613, 30.237242 ], [ 120.4774904, 30.2394949 ], [ 120.4776465, 30.2400064 ], [ 120.4777153, 30.2402471 ], [ 120.477742, 30.2403626 ], [ 120.4778522, 30.2408406 ], [ 120.4778956, 30.2413889 ], [ 120.477956, 30.2422732 ], [ 120.4780053, 30.2425391 ], [ 120.4780404, 30.2426415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4779644, 30.2426486 ], [ 120.4779499, 30.2425394 ], [ 120.477898, 30.2422726 ], [ 120.4778509, 30.2416828 ], [ 120.4777819, 30.2408419 ], [ 120.4776703, 30.2403712 ], [ 120.4775991, 30.2400709 ], [ 120.4773949, 30.2395144 ], [ 120.4766724, 30.2372616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4918964, 30.2403177 ], [ 120.4926502, 30.2401838 ], [ 120.4935928, 30.2400062 ], [ 120.4938533, 30.2399572 ], [ 120.4944626, 30.2398424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4944626, 30.2398424 ], [ 120.4938533, 30.2399572 ], [ 120.4935928, 30.2400062 ], [ 120.4926502, 30.2401838 ], [ 120.4918964, 30.2403177 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4918964, 30.2403177 ], [ 120.491867, 30.2403229 ], [ 120.4891365, 30.240828 ], [ 120.486984, 30.2412233 ], [ 120.4866635, 30.2412822 ], [ 120.4855805, 30.2414959 ], [ 120.4852635, 30.2415585 ], [ 120.4851546, 30.24158 ], [ 120.4850435, 30.2416019 ], [ 120.4848656, 30.2416394 ], [ 120.4847306, 30.2416678 ], [ 120.4843034, 30.2417578 ], [ 120.4837453, 30.2418754 ], [ 120.4825739, 30.2420663 ], [ 120.4822379, 30.242121 ], [ 120.4805212, 30.2423203 ], [ 120.4780404, 30.2426415 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4780404, 30.2426415 ], [ 120.4805212, 30.2423203 ], [ 120.4822379, 30.242121 ], [ 120.4825739, 30.2420663 ], [ 120.4837453, 30.2418754 ], [ 120.4843034, 30.2417578 ], [ 120.4847306, 30.2416678 ], [ 120.4848656, 30.2416394 ], [ 120.4850435, 30.2416019 ], [ 120.4851546, 30.24158 ], [ 120.4852635, 30.2415585 ], [ 120.4855805, 30.2414959 ], [ 120.4866635, 30.2412822 ], [ 120.486984, 30.2412233 ], [ 120.4891365, 30.240828 ], [ 120.491867, 30.2403229 ], [ 120.4918964, 30.2403177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4779644, 30.2426486 ], [ 120.4780404, 30.2426415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239405, 30.2321828 ], [ 120.3238534, 30.231696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238534, 30.231696 ], [ 120.3239405, 30.2321828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3240304, 30.2324646 ], [ 120.3239405, 30.2321828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239405, 30.2321828 ], [ 120.3240304, 30.2324646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3186433, 30.2334191 ], [ 120.3179057, 30.2315774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3179057, 30.2315774 ], [ 120.3186433, 30.2334191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238534, 30.231696 ], [ 120.322936, 30.2319825 ], [ 120.3186433, 30.2334191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3186433, 30.2334191 ], [ 120.322936, 30.2319825 ], [ 120.3238534, 30.231696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3298752, 30.236017 ], [ 120.3288755, 30.2316125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3288755, 30.2316125 ], [ 120.3298752, 30.236017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3338245, 30.2340563 ], [ 120.3338524, 30.2341885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香樟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.333763, 30.2342948 ], [ 120.3337292, 30.2341783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3338524, 30.2341885 ], [ 120.333763, 30.2342948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3298752, 30.236017 ], [ 120.3301213, 30.2358787 ], [ 120.3307639, 30.235762 ], [ 120.3311637, 30.2356857 ], [ 120.331497, 30.2355972 ], [ 120.3318063, 30.2354913 ], [ 120.3321027, 30.2353539 ], [ 120.3325779, 30.2350909 ], [ 120.3337292, 30.2341783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.333763, 30.2342948 ], [ 120.3331842, 30.2347397 ], [ 120.3329809, 30.234896 ], [ 120.3326734, 30.235112 ], [ 120.3322416, 30.2353531 ], [ 120.3318696, 30.2355317 ], [ 120.3313845, 30.2357224 ], [ 120.3312985, 30.2357427 ], [ 120.3308297, 30.2358533 ], [ 120.3304009, 30.2359278 ], [ 120.3298752, 30.236017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.339795, 30.2357724 ], [ 120.3398091, 30.2354325 ], [ 120.3397883, 30.2349489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3397883, 30.2349489 ], [ 120.3398091, 30.2354325 ], [ 120.339795, 30.2357724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3338524, 30.2341885 ], [ 120.3339115, 30.2344675 ], [ 120.3342225, 30.2355044 ], [ 120.3342371, 30.235553 ], [ 120.3343238, 30.2358225 ], [ 120.3345627, 30.2365651 ], [ 120.3346013, 30.2367083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3344811, 30.2367362 ], [ 120.3344459, 30.2365895 ], [ 120.3342298, 30.2358446 ], [ 120.3341416, 30.2355407 ], [ 120.3338443, 30.2345959 ], [ 120.333763, 30.2342948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3457911, 30.2375675 ], [ 120.3452639, 30.2368326 ], [ 120.3448228, 30.2361845 ], [ 120.3446026, 30.2357853 ], [ 120.344337, 30.2352823 ], [ 120.3441065, 30.2348197 ], [ 120.3439629, 30.2344329 ], [ 120.3439261, 30.2343206 ], [ 120.3437678, 30.2338381 ], [ 120.343687, 30.233514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3378843, 30.2360786 ], [ 120.3377539, 30.235499 ], [ 120.3376919, 30.2352642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3376919, 30.2352642 ], [ 120.3377539, 30.235499 ], [ 120.3378843, 30.2360786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.339795, 30.2357724 ], [ 120.3394848, 30.2357442 ], [ 120.3387536, 30.235897 ], [ 120.3385954, 30.23593 ], [ 120.3378843, 30.2360786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3378843, 30.2360786 ], [ 120.3385954, 30.23593 ], [ 120.3387536, 30.235897 ], [ 120.3394848, 30.2357442 ], [ 120.339795, 30.2357724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.339795, 30.2357724 ], [ 120.3402726, 30.2358637 ], [ 120.3404959, 30.2359064 ], [ 120.3414486, 30.2360886 ], [ 120.343188, 30.2364632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343188, 30.2364632 ], [ 120.3414486, 30.2360886 ], [ 120.3404959, 30.2359064 ], [ 120.3402726, 30.2358637 ], [ 120.339795, 30.2357724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346013, 30.2367083 ], [ 120.3369766, 30.2362734 ], [ 120.3378843, 30.2360786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3378843, 30.2360786 ], [ 120.3369766, 30.2362734 ], [ 120.3346013, 30.2367083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346013, 30.2367083 ], [ 120.3344811, 30.2367362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3344811, 30.2367362 ], [ 120.3346013, 30.2367083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136629, 30.2351949 ], [ 120.3186433, 30.2334191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3186433, 30.2334191 ], [ 120.3136629, 30.2351949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250394, 30.2368694 ], [ 120.3244966, 30.2344897 ], [ 120.3240304, 30.2324646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3240304, 30.2324646 ], [ 120.3244966, 30.2344897 ], [ 120.3250394, 30.2368694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3298752, 30.236017 ], [ 120.3273491, 30.2364477 ], [ 120.3250394, 30.2368694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250394, 30.2368694 ], [ 120.3273491, 30.2364477 ], [ 120.3298752, 30.236017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3301943, 30.2374218 ], [ 120.3300209, 30.2366586 ], [ 120.3299234, 30.2362291 ], [ 120.3298752, 30.236017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3298752, 30.236017 ], [ 120.3299234, 30.2362291 ], [ 120.3300209, 30.2366586 ], [ 120.3301943, 30.2374218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250394, 30.2368694 ], [ 120.3250904, 30.2370884 ], [ 120.3251905, 30.2375179 ], [ 120.3256624, 30.239544 ], [ 120.3257538, 30.2399661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3255835, 30.2399938 ], [ 120.3252437, 30.2384049 ], [ 120.3250436, 30.237546 ], [ 120.3249429, 30.2371139 ], [ 120.3250394, 30.2368694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3050985, 30.2364398 ], [ 120.3076237, 30.2354738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076237, 30.2354738 ], [ 120.3050985, 30.2364398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084186, 30.2370018 ], [ 120.3136629, 30.2351949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136629, 30.2351949 ], [ 120.3084186, 30.2370018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076237, 30.2354738 ], [ 120.3084186, 30.2370018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084186, 30.2370018 ], [ 120.3076237, 30.2354738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983939, 30.2417745 ], [ 120.2998127, 30.2411184 ], [ 120.3010043, 30.2405612 ], [ 120.3014809, 30.2403439 ], [ 120.3031404, 30.2395398 ], [ 120.3031863, 30.2395176 ], [ 120.3042475, 30.2390532 ], [ 120.3056873, 30.2384765 ], [ 120.307475, 30.2377952 ], [ 120.3121184, 30.2362165 ], [ 120.3133713, 30.235779 ], [ 120.3148179, 30.2352953 ], [ 120.3184318, 30.234102 ], [ 120.3193219, 30.2338048 ], [ 120.3218248, 30.2329502 ], [ 120.3239405, 30.2321828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3058621, 30.2378922 ], [ 120.3050985, 30.2364398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3050985, 30.2364398 ], [ 120.3058621, 30.2378922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3240304, 30.2324646 ], [ 120.322046, 30.2331144 ], [ 120.3181423, 30.2344475 ], [ 120.3164655, 30.2350073 ], [ 120.3161549, 30.2351201 ], [ 120.3145767, 30.2356637 ], [ 120.3131709, 30.2361321 ], [ 120.3116105, 30.2366609 ], [ 120.3095512, 30.2373617 ], [ 120.3082647, 30.2377984 ], [ 120.3061519, 30.2385455 ], [ 120.3051905, 30.2389314 ], [ 120.3039821, 30.2394476 ], [ 120.3032975, 30.2397626 ], [ 120.3014582, 30.2406089 ], [ 120.2999576, 30.2413119 ], [ 120.2984919, 30.2419917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.339795, 30.2357724 ], [ 120.3397669, 30.2360151 ], [ 120.3391769, 30.2381754 ], [ 120.3391587, 30.2383796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3391587, 30.2383796 ], [ 120.3391769, 30.2381754 ], [ 120.3397669, 30.2360151 ], [ 120.339795, 30.2357724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3301943, 30.2374218 ], [ 120.3344811, 30.2367362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3344811, 30.2367362 ], [ 120.3301943, 30.2374218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3378843, 30.2360786 ], [ 120.3379216, 30.2364329 ], [ 120.3380334, 30.2383005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3380334, 30.2383005 ], [ 120.3379216, 30.2364329 ], [ 120.3378843, 30.2360786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346013, 30.2367083 ], [ 120.3346583, 30.2369197 ], [ 120.3351644, 30.2385097 ], [ 120.335209, 30.2386416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3350706, 30.2386604 ], [ 120.3345273, 30.2369289 ], [ 120.3344811, 30.2367362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3380334, 30.2383005 ], [ 120.3391587, 30.2383796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3391587, 30.2383796 ], [ 120.3380334, 30.2383005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3301943, 30.2374218 ], [ 120.3306203, 30.2392973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306203, 30.2392973 ], [ 120.3301943, 30.2374218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.335209, 30.2386416 ], [ 120.3364307, 30.2384132 ], [ 120.3369246, 30.2383488 ], [ 120.3380334, 30.2383005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3380334, 30.2383005 ], [ 120.3369246, 30.2383488 ], [ 120.3364307, 30.2384132 ], [ 120.335209, 30.2386416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3476926, 30.2396641 ], [ 120.347555, 30.2395535 ], [ 120.346974, 30.2389956 ], [ 120.3469159, 30.2389398 ], [ 120.3468211, 30.2388298 ], [ 120.3463664, 30.2383024 ], [ 120.3457911, 30.2375675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3350706, 30.2386604 ], [ 120.335209, 30.2386416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.335209, 30.2386416 ], [ 120.3350706, 30.2386604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3350706, 30.2386604 ], [ 120.3336756, 30.23886 ], [ 120.3334142, 30.2388975 ], [ 120.3306203, 30.2392973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306203, 30.2392973 ], [ 120.3334142, 30.2388975 ], [ 120.3336756, 30.23886 ], [ 120.3350706, 30.2386604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3391933, 30.2407648 ], [ 120.3410632, 30.2407508 ], [ 120.3421625, 30.240654 ], [ 120.3426562, 30.2405529 ], [ 120.3429554, 30.2404548 ], [ 120.3438574, 30.2402143 ], [ 120.3446157, 30.2399637 ], [ 120.3450534, 30.2397702 ], [ 120.3455325, 30.239529 ], [ 120.3464072, 30.2390887 ], [ 120.3465498, 30.2390007 ], [ 120.346621, 30.2388996 ], [ 120.3466363, 30.2388337 ], [ 120.3466261, 30.2387545 ], [ 120.3465243, 30.2386226 ], [ 120.3460052, 30.2379498 ], [ 120.3459492, 30.2378751 ], [ 120.3457911, 30.2375675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.368895, 30.2422296 ], [ 120.3688708, 30.2413659 ], [ 120.3692279, 30.238954 ], [ 120.3693429, 30.2381774 ], [ 120.3698118, 30.2340266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3698118, 30.2340266 ], [ 120.3693429, 30.2381774 ], [ 120.3692279, 30.238954 ], [ 120.3688708, 30.2413659 ], [ 120.368895, 30.2422296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438136, 30.2335222 ], [ 120.343906, 30.2338041 ], [ 120.3440551, 30.2342969 ], [ 120.34409, 30.2344122 ], [ 120.3442506, 30.2347986 ], [ 120.3444583, 30.2352742 ], [ 120.3447127, 30.2357347 ], [ 120.3449643, 30.2362144 ], [ 120.345195, 30.2365406 ], [ 120.3453504, 30.2367604 ], [ 120.3459606, 30.2376007 ], [ 120.3465133, 30.2382917 ], [ 120.3468225, 30.238666 ], [ 120.3468986, 30.2387461 ], [ 120.3470858, 30.2389434 ], [ 120.3472565, 30.2391233 ], [ 120.347654, 30.2394821 ], [ 120.3482762, 30.2399961 ], [ 120.3489465, 30.2404603 ], [ 120.3495852, 30.2408435 ], [ 120.3501182, 30.2411106 ], [ 120.3507327, 30.2414015 ], [ 120.3515873, 30.2417256 ], [ 120.3520669, 30.2418842 ], [ 120.352705, 30.2420511 ], [ 120.3534744, 30.2422229 ], [ 120.3559338, 30.2426933 ], [ 120.3582342, 30.2431392 ], [ 120.3593115, 30.243348 ], [ 120.3627341, 30.2439992 ], [ 120.3640423, 30.2442481 ], [ 120.365098, 30.2444514 ], [ 120.3661262, 30.2446494 ], [ 120.3661587, 30.2446557 ], [ 120.3677742, 30.245019 ], [ 120.3681663, 30.2451179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江滨横二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.368895, 30.2422296 ], [ 120.3680622, 30.2418497 ], [ 120.367641, 30.2416714 ], [ 120.3669317, 30.2415266 ], [ 120.3664985, 30.2414891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江滨横二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664985, 30.2414891 ], [ 120.3669317, 30.2415266 ], [ 120.367641, 30.2416714 ], [ 120.3680622, 30.2418497 ], [ 120.368895, 30.2422296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.368895, 30.2422296 ], [ 120.3689602, 30.2445624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3689602, 30.2445624 ], [ 120.368895, 30.2422296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江滨横二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.380094, 30.2454926 ], [ 120.3742749, 30.2440341 ], [ 120.3718601, 30.2434289 ], [ 120.3717376, 30.2433982 ], [ 120.3709681, 30.2431754 ], [ 120.368895, 30.2422296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江滨横二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.368895, 30.2422296 ], [ 120.3709681, 30.2431754 ], [ 120.3717376, 30.2433982 ], [ 120.3718601, 30.2434289 ], [ 120.3742749, 30.2440341 ], [ 120.380094, 30.2454926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3689602, 30.2445624 ], [ 120.3687831, 30.2448461 ], [ 120.3685575, 30.2450386 ], [ 120.3681663, 30.2451179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3391587, 30.2383796 ], [ 120.3391488, 30.238491 ], [ 120.3391769, 30.2405905 ], [ 120.3391933, 30.2407648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3391933, 30.2407648 ], [ 120.3391769, 30.2405905 ], [ 120.3391488, 30.238491 ], [ 120.3391587, 30.2383796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.335209, 30.2386416 ], [ 120.335306, 30.2389286 ], [ 120.3358014, 30.2406134 ], [ 120.3358732, 30.2408276 ], [ 120.3358839, 30.2408595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3357459, 30.2408745 ], [ 120.3357378, 30.2408396 ], [ 120.3356953, 30.2406562 ], [ 120.3351432, 30.2388919 ], [ 120.3350706, 30.2386604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3476926, 30.2396641 ], [ 120.3475096, 30.2395689 ], [ 120.3474081, 30.2394909 ], [ 120.3471451, 30.2392409 ], [ 120.3470474, 30.2391695 ], [ 120.3469647, 30.2391468 ], [ 120.3468595, 30.2391403 ], [ 120.3467242, 30.2391468 ], [ 120.3466002, 30.2391857 ], [ 120.3455636, 30.2397502 ], [ 120.3445745, 30.2401727 ], [ 120.3440071, 30.2403708 ], [ 120.3432178, 30.2406078 ], [ 120.3430271, 30.2406498 ], [ 120.3426278, 30.2407377 ], [ 120.3420716, 30.2408286 ], [ 120.3414741, 30.2409 ], [ 120.3408615, 30.2409357 ], [ 120.3392132, 30.2409772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3309943, 30.240944 ], [ 120.3307821, 30.2400098 ], [ 120.3307624, 30.2399231 ], [ 120.3306203, 30.2392973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306203, 30.2392973 ], [ 120.3307624, 30.2399231 ], [ 120.3307821, 30.2400098 ], [ 120.3309943, 30.240944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3358839, 30.2408595 ], [ 120.3371848, 30.2408223 ], [ 120.3391933, 30.2407648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3357459, 30.2408745 ], [ 120.3358839, 30.2408595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392132, 30.2409772 ], [ 120.3391933, 30.2407648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3058621, 30.2378922 ], [ 120.3084186, 30.2370018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084186, 30.2370018 ], [ 120.3058621, 30.2378922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3058621, 30.2378922 ], [ 120.3049247, 30.2383258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049247, 30.2383258 ], [ 120.3058621, 30.2378922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250394, 30.2368694 ], [ 120.3226179, 30.2373128 ], [ 120.3205695, 30.2376648 ], [ 120.3196047, 30.2378306 ], [ 120.3186556, 30.237961 ], [ 120.3168782, 30.2382614 ], [ 120.315904, 30.2384261 ], [ 120.3154881, 30.2385009 ], [ 120.3147696, 30.2386302 ], [ 120.3134092, 30.238875 ], [ 120.3119695, 30.2391307 ], [ 120.3105551, 30.239382 ], [ 120.3102227, 30.2394735 ], [ 120.3101546, 30.2394851 ], [ 120.3071138, 30.2400046 ], [ 120.3058672, 30.2402176 ], [ 120.3045677, 30.2404688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045677, 30.2404688 ], [ 120.3058672, 30.2402176 ], [ 120.3071138, 30.2400046 ], [ 120.3101546, 30.2394851 ], [ 120.3102227, 30.2394735 ], [ 120.3105551, 30.239382 ], [ 120.3119695, 30.2391307 ], [ 120.3134092, 30.238875 ], [ 120.3147696, 30.2386302 ], [ 120.3154881, 30.2385009 ], [ 120.315904, 30.2384261 ], [ 120.3168782, 30.2382614 ], [ 120.3186556, 30.237961 ], [ 120.3196047, 30.2378306 ], [ 120.3205695, 30.2376648 ], [ 120.3226179, 30.2373128 ], [ 120.3250394, 30.2368694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3053851, 30.2414122 ], [ 120.3050085, 30.2409212 ], [ 120.3052594, 30.2409364 ], [ 120.3055502, 30.2413089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3053851, 30.2414122 ], [ 120.3055502, 30.2413089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3055502, 30.2413089 ], [ 120.3053851, 30.2414122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.315531, 30.2438022 ], [ 120.3151596, 30.2426793 ], [ 120.3149932, 30.2422241 ], [ 120.3149354, 30.242066 ], [ 120.3147113, 30.2410816 ], [ 120.314375, 30.2396292 ], [ 120.3144124, 30.2394355 ], [ 120.3145992, 30.2396453 ], [ 120.3151222, 30.2420499 ], [ 120.3151689, 30.2421675 ], [ 120.3153464, 30.2426147 ], [ 120.3157333, 30.2437534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5998711, 30.2242437 ], [ 120.6000625, 30.2242689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5998664, 30.2244685 ], [ 120.5998711, 30.2242437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6000625, 30.2242689 ], [ 120.6000649, 30.2244948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6000649, 30.2244948 ], [ 120.5999823, 30.2244839 ], [ 120.5998664, 30.2244685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6000625, 30.2242689 ], [ 120.6035379, 30.2247912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6034957, 30.2250178 ], [ 120.6000649, 30.2244948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5803799, 30.2366355 ], [ 120.5816138, 30.2367356 ], [ 120.5868763, 30.2370786 ], [ 120.5942631, 30.2376115 ], [ 120.5965805, 30.2377598 ], [ 120.5969667, 30.2378247 ], [ 120.5975354, 30.2378664 ], [ 120.5978197, 30.2378572 ], [ 120.5988282, 30.237834 ], [ 120.5995578, 30.2378433 ], [ 120.6027389, 30.2380889 ], [ 120.6031471, 30.2381121 ], [ 120.6036347, 30.2381399 ], [ 120.6041604, 30.2382557 ], [ 120.604367, 30.2383484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5803748, 30.2367338 ], [ 120.5810815, 30.2367853 ], [ 120.5848356, 30.2370818 ], [ 120.5892456, 30.2373608 ], [ 120.5948139, 30.2377678 ], [ 120.5974657, 30.2379617 ], [ 120.6007795, 30.2382041 ], [ 120.6023739, 30.2383034 ], [ 120.6042673, 30.2384214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6042605, 30.2385223 ], [ 120.6035602, 30.2384847 ], [ 120.6017767, 30.2383536 ], [ 120.6007635, 30.2382835 ], [ 120.5947991, 30.2379177 ], [ 120.5892319, 30.2375108 ], [ 120.5848213, 30.2372318 ], [ 120.5810662, 30.2369352 ], [ 120.580369, 30.2368844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6042488, 30.2386508 ], [ 120.6039164, 30.238725 ], [ 120.6035274, 30.2387424 ], [ 120.6018966, 30.2386219 ], [ 120.5989194, 30.238418 ], [ 120.5975568, 30.2382094 ], [ 120.5967092, 30.2381492 ], [ 120.5901861, 30.2376764 ], [ 120.5814475, 30.2370878 ], [ 120.5807555, 30.2370369 ], [ 120.5803435, 30.2370071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5457709, 30.2266086 ], [ 120.5462412, 30.2278466 ], [ 120.5463092, 30.2280256 ], [ 120.5463825, 30.2282294 ], [ 120.5464368, 30.2283804 ], [ 120.5466568, 30.2289919 ], [ 120.5466713, 30.2290321 ], [ 120.5466831, 30.2290692 ], [ 120.5466937, 30.2291023 ], [ 120.5467858, 30.2293743 ], [ 120.5468094, 30.2294331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5499704, 30.2286797 ], [ 120.5500178, 30.2286684 ], [ 120.5516704, 30.228277 ], [ 120.5517712, 30.2282531 ], [ 120.5529617, 30.2279349 ], [ 120.5536073, 30.2276812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5536073, 30.2276812 ], [ 120.5529617, 30.2279349 ], [ 120.5517712, 30.2282531 ], [ 120.5516704, 30.228277 ], [ 120.5500178, 30.2286684 ], [ 120.5499704, 30.2286797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471858, 30.2293433 ], [ 120.5499704, 30.2286797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5499704, 30.2286797 ], [ 120.5471858, 30.2293433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5468094, 30.2294331 ], [ 120.5468939, 30.2294129 ], [ 120.547073, 30.2293702 ], [ 120.5471326, 30.229356 ], [ 120.5471858, 30.2293433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471858, 30.2293433 ], [ 120.5471326, 30.229356 ], [ 120.547073, 30.2293702 ], [ 120.5468939, 30.2294129 ], [ 120.5468094, 30.2294331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5468094, 30.2294331 ], [ 120.5463128, 30.2295679 ], [ 120.5437851, 30.230254 ], [ 120.5425646, 30.2305853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5425646, 30.2305853 ], [ 120.5437851, 30.230254 ], [ 120.5463128, 30.2295679 ], [ 120.5468094, 30.2294331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5819444, 30.2276367 ], [ 120.5810167, 30.2324967 ], [ 120.5808941, 30.2329861 ], [ 120.5805893, 30.2346157 ], [ 120.5804149, 30.235964 ], [ 120.5803799, 30.2366355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5801834, 30.2367199 ], [ 120.5803585, 30.2353638 ], [ 120.5804901, 30.2346086 ], [ 120.5805335, 30.2343997 ], [ 120.5809128, 30.2324873 ], [ 120.5811484, 30.2312689 ], [ 120.5818717, 30.2276353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5442374, 30.2362837 ], [ 120.5439897, 30.2354398 ], [ 120.5434742, 30.2336837 ], [ 120.5428709, 30.2316286 ], [ 120.542809, 30.2314179 ], [ 120.5425646, 30.2305853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5425646, 30.2305853 ], [ 120.542809, 30.2314179 ], [ 120.5428709, 30.2316286 ], [ 120.5434742, 30.2336837 ], [ 120.5439897, 30.2354398 ], [ 120.5442374, 30.2362837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5442374, 30.2362837 ], [ 120.5463347, 30.2358156 ], [ 120.5485797, 30.2352201 ], [ 120.5498376, 30.2349605 ], [ 120.5508757, 30.2348447 ], [ 120.5516803, 30.2347705 ], [ 120.5521953, 30.2346407 ], [ 120.5525815, 30.23446 ], [ 120.5529731, 30.2341703 ], [ 120.5533218, 30.2338204 ], [ 120.5535954, 30.2336721 ], [ 120.5538583, 30.2336165 ], [ 120.5541694, 30.2336512 ], [ 120.5544242, 30.2337694 ], [ 120.5546227, 30.2339896 ], [ 120.5546741, 30.2341329 ], [ 120.55473, 30.2342885 ], [ 120.5547917, 30.2344623 ], [ 120.5549499, 30.2346477 ], [ 120.5551699, 30.2347705 ], [ 120.5562516, 30.2348853 ], [ 120.5563715, 30.234898 ], [ 120.5568436, 30.2349652 ], [ 120.5590081, 30.2350973 ], [ 120.5603232, 30.2351906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5603147, 30.2353024 ], [ 120.5603232, 30.2351906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5603232, 30.2351906 ], [ 120.5603147, 30.2353024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5603147, 30.2353024 ], [ 120.5602914, 30.2354517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5602914, 30.2354517 ], [ 120.5603147, 30.2353024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5602914, 30.2354517 ], [ 120.5602843, 30.2357021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5602843, 30.2357021 ], [ 120.5602914, 30.2354517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.555367, 30.2424984 ], [ 120.5537756, 30.2383915 ], [ 120.5525919, 30.2353367 ], [ 120.5522924, 30.2345547 ], [ 120.5520091, 30.2338227 ], [ 120.5511977, 30.2317757 ], [ 120.5506779, 30.2304644 ], [ 120.5502499, 30.2293847 ], [ 120.5501272, 30.2290752 ], [ 120.5499704, 30.2286797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5499704, 30.2286797 ], [ 120.5501272, 30.2290752 ], [ 120.5502499, 30.2293847 ], [ 120.5506779, 30.2304644 ], [ 120.5511977, 30.2317757 ], [ 120.5520091, 30.2338227 ], [ 120.5522924, 30.2345547 ], [ 120.5525919, 30.2353367 ], [ 120.5537756, 30.2383915 ], [ 120.555367, 30.2424984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5442839, 30.2364421 ], [ 120.5457841, 30.2360862 ], [ 120.5488494, 30.2353432 ], [ 120.5500883, 30.2351374 ], [ 120.5503847, 30.2351035 ], [ 120.5518907, 30.2349312 ], [ 120.5531169, 30.2348947 ], [ 120.5545425, 30.2349133 ], [ 120.556424, 30.2350309 ], [ 120.5578101, 30.2351176 ], [ 120.5603147, 30.2353024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5516912, 30.2421255 ], [ 120.5517319, 30.2421164 ], [ 120.5519613, 30.2420622 ], [ 120.5520111, 30.2420453 ], [ 120.5510254, 30.2394653 ], [ 120.5492753, 30.2348844 ], [ 120.5474901, 30.2302383 ], [ 120.5471858, 30.2293433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5471858, 30.2293433 ], [ 120.5474901, 30.2302383 ], [ 120.5492753, 30.2348844 ], [ 120.5510254, 30.2394653 ], [ 120.5520111, 30.2420453 ], [ 120.5519613, 30.2420622 ], [ 120.5517319, 30.2421164 ], [ 120.5516912, 30.2421255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5468094, 30.2294331 ], [ 120.5482112, 30.233072 ], [ 120.5486953, 30.2343286 ], [ 120.5487941, 30.2345852 ], [ 120.5489367, 30.2349554 ], [ 120.5492254, 30.2357272 ], [ 120.5515953, 30.2418766 ], [ 120.5516912, 30.2421255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5516912, 30.2421255 ], [ 120.5515953, 30.2418766 ], [ 120.5492254, 30.2357272 ], [ 120.5489367, 30.2349554 ], [ 120.5487941, 30.2345852 ], [ 120.5486953, 30.2343286 ], [ 120.5482112, 30.233072 ], [ 120.5468094, 30.2294331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5602914, 30.2354517 ], [ 120.5579969, 30.2352824 ], [ 120.5577964, 30.2352676 ], [ 120.5545349, 30.2350637 ], [ 120.5531186, 30.2350452 ], [ 120.5519052, 30.2350813 ], [ 120.5503606, 30.2352581 ], [ 120.5501146, 30.2352862 ], [ 120.5488797, 30.2354706 ], [ 120.5458327, 30.2362307 ], [ 120.5443338, 30.2365856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5603232, 30.2351906 ], [ 120.5608696, 30.2352294 ], [ 120.5614489, 30.2352711 ], [ 120.5621892, 30.2352942 ], [ 120.5630797, 30.2352525 ], [ 120.5636913, 30.2352989 ], [ 120.5647051, 30.2353545 ], [ 120.5653059, 30.2353684 ], [ 120.5657458, 30.2354704 ], [ 120.5664647, 30.2356279 ], [ 120.5669421, 30.2356928 ], [ 120.5674463, 30.235665 ], [ 120.5680579, 30.2356372 ], [ 120.5704021, 30.2358226 ], [ 120.5724299, 30.2359848 ], [ 120.5731434, 30.2361007 ], [ 120.5740293, 30.2361922 ], [ 120.5741304, 30.2362026 ], [ 120.5758524, 30.2363046 ], [ 120.5803799, 30.2366355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5602843, 30.2357021 ], [ 120.5599469, 30.2356557 ], [ 120.5586299, 30.2356163 ], [ 120.558064, 30.2356117 ], [ 120.5575302, 30.2355491 ], [ 120.556857, 30.2353522 ], [ 120.5565646, 30.2353035 ], [ 120.5561516, 30.235373 ], [ 120.5558082, 30.2355074 ], [ 120.555532, 30.2356974 ], [ 120.5553871, 30.2357531 ], [ 120.5552343, 30.2357253 ], [ 120.5548507, 30.235716 ], [ 120.554494, 30.2357554 ], [ 120.5544135, 30.2357786 ], [ 120.5542767, 30.2358226 ], [ 120.5541909, 30.2358133 ], [ 120.5540836, 30.23576 ], [ 120.5538663, 30.2355955 ], [ 120.5534077, 30.2353406 ], [ 120.5530348, 30.2352293 ], [ 120.5525896, 30.2351668 ], [ 120.5518547, 30.2351946 ], [ 120.5512379, 30.2352472 ], [ 120.5503607, 30.235322 ], [ 120.5487567, 30.2356511 ], [ 120.5462381, 30.2362304 ], [ 120.5443322, 30.236717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5603147, 30.2353024 ], [ 120.561329, 30.2353772 ], [ 120.5615818, 30.2353926 ], [ 120.5649773, 30.2355996 ], [ 120.5701807, 30.2360067 ], [ 120.5740296, 30.2362789 ], [ 120.5775186, 30.2365256 ], [ 120.5801834, 30.2367199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5702759, 30.2364464 ], [ 120.5697584, 30.2364066 ], [ 120.5688572, 30.2363973 ], [ 120.5672908, 30.2363139 ], [ 120.5636537, 30.2360219 ], [ 120.5628705, 30.2359987 ], [ 120.5619639, 30.2359431 ], [ 120.5612934, 30.235855 ], [ 120.560655, 30.2357531 ], [ 120.5602843, 30.2357021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5801825, 30.2368708 ], [ 120.5775042, 30.2366756 ], [ 120.5740045, 30.2364281 ], [ 120.5701657, 30.2361566 ], [ 120.5649633, 30.2357496 ], [ 120.5613155, 30.2355272 ], [ 120.5602914, 30.2354517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5442374, 30.2362837 ], [ 120.5442839, 30.2364421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5442839, 30.2364421 ], [ 120.5442374, 30.2362837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5704607, 30.2364606 ], [ 120.5702759, 30.2364464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5442839, 30.2364421 ], [ 120.5443338, 30.2365856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5443338, 30.2365856 ], [ 120.5442839, 30.2364421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5443322, 30.236717 ], [ 120.5443338, 30.2365856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5443338, 30.2365856 ], [ 120.5443322, 30.236717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5803799, 30.2366355 ], [ 120.5803748, 30.2367338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5801834, 30.2367199 ], [ 120.5803748, 30.2367338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5803435, 30.2370071 ], [ 120.5758792, 30.2366846 ], [ 120.5740499, 30.2365456 ], [ 120.5739844, 30.2365483 ], [ 120.5731487, 30.2365827 ], [ 120.5713248, 30.2365271 ], [ 120.5704607, 30.2364606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5801825, 30.2368708 ], [ 120.5801834, 30.2367199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "信易线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5803748, 30.2367338 ], [ 120.580369, 30.2368844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580369, 30.2368844 ], [ 120.5801825, 30.2368708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5803435, 30.2370071 ], [ 120.580369, 30.2368844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580369, 30.2368844 ], [ 120.5803435, 30.2370071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5602843, 30.2357021 ], [ 120.5602564, 30.2360243 ], [ 120.5602339, 30.2362837 ], [ 120.5602929, 30.2369581 ], [ 120.5604914, 30.2370948 ], [ 120.5608615, 30.2372269 ], [ 120.5614141, 30.2374377 ], [ 120.5615589, 30.2375884 ], [ 120.5618942, 30.2382001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5618942, 30.2382001 ], [ 120.5615589, 30.2375884 ], [ 120.5614141, 30.2374377 ], [ 120.5608615, 30.2372269 ], [ 120.5604914, 30.2370948 ], [ 120.5602929, 30.2369581 ], [ 120.5602339, 30.2362837 ], [ 120.5602564, 30.2360243 ], [ 120.5602843, 30.2357021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6042673, 30.2384214 ], [ 120.604367, 30.2383484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.604367, 30.2383484 ], [ 120.6044355, 30.2384347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6042673, 30.2384214 ], [ 120.6044355, 30.2384347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6042605, 30.2385223 ], [ 120.6042673, 30.2384214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6044355, 30.2384347 ], [ 120.6044306, 30.2385336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6044306, 30.2385336 ], [ 120.6042605, 30.2385223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6050717, 30.2385851 ], [ 120.6044306, 30.2385336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6044306, 30.2385336 ], [ 120.6044254, 30.2386107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6042488, 30.2386508 ], [ 120.6042605, 30.2385223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6050717, 30.2385851 ], [ 120.6044254, 30.2386107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.528207, 30.2309445 ], [ 120.5281001, 30.2309667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5272506, 30.2330238 ], [ 120.5274211, 30.2330024 ], [ 120.5281399, 30.2329467 ], [ 120.5295628, 30.2328158 ], [ 120.5302508, 30.232759 ], [ 120.5303314, 30.232752 ], [ 120.5336143, 30.2324663 ], [ 120.534633, 30.2323784 ], [ 120.5351898, 30.2323303 ], [ 120.5368773, 30.2319888 ], [ 120.5369703, 30.2319699 ], [ 120.5372325, 30.2319169 ], [ 120.5373202, 30.2318991 ], [ 120.5373973, 30.2318835 ], [ 120.5394587, 30.2313656 ], [ 120.54183, 30.2307699 ], [ 120.5425646, 30.2305853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5425646, 30.2305853 ], [ 120.54183, 30.2307699 ], [ 120.5394587, 30.2313656 ], [ 120.5373973, 30.2318835 ], [ 120.5373202, 30.2318991 ], [ 120.5372325, 30.2319169 ], [ 120.5369703, 30.2319699 ], [ 120.5368773, 30.2319888 ], [ 120.5351898, 30.2323303 ], [ 120.534633, 30.2323784 ], [ 120.5336143, 30.2324663 ], [ 120.5303314, 30.232752 ], [ 120.5302508, 30.232759 ], [ 120.5295628, 30.2328158 ], [ 120.5281399, 30.2329467 ], [ 120.5274211, 30.2330024 ], [ 120.5272506, 30.2330238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5272506, 30.2330238 ], [ 120.5266389, 30.233059 ], [ 120.5257854, 30.2331716 ], [ 120.5255952, 30.2331967 ], [ 120.5247238, 30.2333747 ], [ 120.5236136, 30.2336769 ], [ 120.522471, 30.2340013 ], [ 120.5219977, 30.2341185 ], [ 120.5205988, 30.2344648 ], [ 120.5198664, 30.2346143 ], [ 120.5194186, 30.2347058 ], [ 120.5179008, 30.2349951 ], [ 120.5175947, 30.2350534 ], [ 120.5168276, 30.2352295 ], [ 120.5158802, 30.2354558 ], [ 120.5157669, 30.2354994 ], [ 120.5154072, 30.2356093 ], [ 120.5153103, 30.2356361 ], [ 120.514934, 30.2356929 ], [ 120.5143654, 30.2356929 ], [ 120.5131155, 30.2356095 ], [ 120.5130585, 30.235606 ], [ 120.5123698, 30.2355632 ], [ 120.511431, 30.2355863 ], [ 120.5106732, 30.2356546 ], [ 120.5105566, 30.2356651 ], [ 120.5104115, 30.235691 ], [ 120.5097788, 30.2358042 ], [ 120.509017, 30.2359849 ], [ 120.5078809, 30.2363466 ], [ 120.507692, 30.2364067 ], [ 120.5064192, 30.2367943 ], [ 120.5062245, 30.2368535 ], [ 120.5058338, 30.2369725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5058338, 30.2369725 ], [ 120.5062245, 30.2368535 ], [ 120.5064192, 30.2367943 ], [ 120.507692, 30.2364067 ], [ 120.5078809, 30.2363466 ], [ 120.509017, 30.2359849 ], [ 120.5097788, 30.2358042 ], [ 120.5104115, 30.235691 ], [ 120.5105566, 30.2356651 ], [ 120.5106732, 30.2356546 ], [ 120.511431, 30.2355863 ], [ 120.5123698, 30.2355632 ], [ 120.5130585, 30.235606 ], [ 120.5131155, 30.2356095 ], [ 120.5143654, 30.2356929 ], [ 120.514934, 30.2356929 ], [ 120.5153103, 30.2356361 ], [ 120.5154072, 30.2356093 ], [ 120.5157669, 30.2354994 ], [ 120.5158802, 30.2354558 ], [ 120.5168276, 30.2352295 ], [ 120.5175947, 30.2350534 ], [ 120.5179008, 30.2349951 ], [ 120.5194186, 30.2347058 ], [ 120.5198664, 30.2346143 ], [ 120.5205988, 30.2344648 ], [ 120.5219977, 30.2341185 ], [ 120.522471, 30.2340013 ], [ 120.5236136, 30.2336769 ], [ 120.5247238, 30.2333747 ], [ 120.5255952, 30.2331967 ], [ 120.5257854, 30.2331716 ], [ 120.5266389, 30.233059 ], [ 120.5272506, 30.2330238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.528207, 30.2309445 ], [ 120.5285147, 30.2318086 ], [ 120.528957, 30.2331237 ], [ 120.5290282, 30.2333707 ], [ 120.5292826, 30.2341185 ], [ 120.5300113, 30.2362107 ], [ 120.5309162, 30.2387029 ], [ 120.5311112, 30.2392398 ], [ 120.5314269, 30.2399597 ], [ 120.5320438, 30.2411404 ], [ 120.5343412, 30.2455369 ], [ 120.5349298, 30.2466311 ], [ 120.5359062, 30.2485303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5358262, 30.2485499 ], [ 120.5347752, 30.2466561 ], [ 120.5342029, 30.2455923 ], [ 120.5332971, 30.2438646 ], [ 120.5318861, 30.2411735 ], [ 120.5312708, 30.2399998 ], [ 120.5309907, 30.2392712 ], [ 120.5307848, 30.2387143 ], [ 120.5298971, 30.2363136 ], [ 120.5291574, 30.2340484 ], [ 120.5289299, 30.2333492 ], [ 120.5288596, 30.233155 ], [ 120.5284061, 30.2318064 ], [ 120.5281001, 30.2309667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5272506, 30.2330238 ], [ 120.5274435, 30.233532 ], [ 120.5275155, 30.233795 ], [ 120.527556, 30.2339426 ], [ 120.5276213, 30.2341811 ], [ 120.5277834, 30.2347504 ], [ 120.5278881, 30.2351183 ], [ 120.5279859, 30.2356446 ], [ 120.5280753, 30.2359363 ], [ 120.5281299, 30.2361144 ], [ 120.5282037, 30.2363552 ], [ 120.5283505, 30.2369428 ], [ 120.5284749, 30.2375228 ], [ 120.5286217, 30.2380222 ], [ 120.5287906, 30.2386098 ], [ 120.5288491, 30.2388151 ], [ 120.5289086, 30.2390237 ], [ 120.5289373, 30.2391245 ], [ 120.52895, 30.2391763 ], [ 120.5290228, 30.2394747 ], [ 120.5290751, 30.2396891 ], [ 120.5292582, 30.2403324 ], [ 120.5293374, 30.2408798 ], [ 120.5295299, 30.2415956 ], [ 120.5296931, 30.2420589 ], [ 120.529782, 30.2424738 ], [ 120.5300043, 30.2432035 ], [ 120.5301555, 30.2437374 ], [ 120.5303289, 30.244398 ], [ 120.5303382, 30.2444309 ], [ 120.5303467, 30.244461 ], [ 120.530371, 30.2445477 ], [ 120.5303787, 30.2445743 ], [ 120.5303973, 30.2446403 ], [ 120.5304622, 30.2448704 ], [ 120.5305867, 30.2454503 ], [ 120.5308357, 30.2463375 ], [ 120.531058, 30.2473707 ], [ 120.531178, 30.2478008 ], [ 120.5314048, 30.2487418 ], [ 120.5315782, 30.2495636 ], [ 120.5317998, 30.250173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5317998, 30.250173 ], [ 120.5315782, 30.2495636 ], [ 120.5314048, 30.2487418 ], [ 120.531178, 30.2478008 ], [ 120.531058, 30.2473707 ], [ 120.5308357, 30.2463375 ], [ 120.5305867, 30.2454503 ], [ 120.5304622, 30.2448704 ], [ 120.5303973, 30.2446403 ], [ 120.5303787, 30.2445743 ], [ 120.530371, 30.2445477 ], [ 120.5303467, 30.244461 ], [ 120.5303382, 30.2444309 ], [ 120.5303289, 30.244398 ], [ 120.5301555, 30.2437374 ], [ 120.5300043, 30.2432035 ], [ 120.529782, 30.2424738 ], [ 120.5296931, 30.2420589 ], [ 120.5295299, 30.2415956 ], [ 120.5293374, 30.2408798 ], [ 120.5292582, 30.2403324 ], [ 120.5290751, 30.2396891 ], [ 120.5290228, 30.2394747 ], [ 120.52895, 30.2391763 ], [ 120.5289373, 30.2391245 ], [ 120.5289086, 30.2390237 ], [ 120.5288491, 30.2388151 ], [ 120.5287906, 30.2386098 ], [ 120.5286217, 30.2380222 ], [ 120.5284749, 30.2375228 ], [ 120.5283505, 30.2369428 ], [ 120.5282037, 30.2363552 ], [ 120.5281299, 30.2361144 ], [ 120.5280753, 30.2359363 ], [ 120.5279859, 30.2356446 ], [ 120.5278881, 30.2351183 ], [ 120.5277834, 30.2347504 ], [ 120.5276213, 30.2341811 ], [ 120.527556, 30.2339426 ], [ 120.5275155, 30.233795 ], [ 120.5274435, 30.233532 ], [ 120.5272506, 30.2330238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4933858, 30.2472394 ], [ 120.497091, 30.2459878 ], [ 120.4972, 30.2459512 ], [ 120.4973807, 30.2458868 ], [ 120.4980753, 30.2456687 ], [ 120.5014574, 30.2448872 ], [ 120.5033443, 30.2445529 ], [ 120.5053625, 30.2442649 ], [ 120.5062123, 30.2441436 ], [ 120.5075393, 30.2439594 ], [ 120.5079132, 30.243907 ], [ 120.5094964, 30.2437171 ], [ 120.5139752, 30.2431247 ], [ 120.5162417, 30.2426926 ], [ 120.5170782, 30.2425331 ], [ 120.5184266, 30.2422366 ], [ 120.5191807, 30.2420708 ], [ 120.5213927, 30.2415757 ], [ 120.521798, 30.2414952 ], [ 120.5250395, 30.2408461 ], [ 120.5282413, 30.240153 ], [ 120.5294681, 30.2399317 ], [ 120.5327838, 30.2391995 ], [ 120.5337757, 30.2389675 ], [ 120.5375058, 30.238115 ], [ 120.5378694, 30.2380319 ], [ 120.5385558, 30.2378683 ], [ 120.5416008, 30.2371426 ], [ 120.5442839, 30.2364421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6044254, 30.2386107 ], [ 120.6042488, 30.2386508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6597196, 30.2407075 ], [ 120.6597818, 30.2408084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6597818, 30.2408084 ], [ 120.6597196, 30.2407075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6622406, 30.2409125 ], [ 120.6600831, 30.2407511 ], [ 120.6597818, 30.2408084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6597818, 30.2408084 ], [ 120.6600831, 30.2407511 ], [ 120.6622406, 30.2409125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6044355, 30.2384347 ], [ 120.6051236, 30.238473 ], [ 120.6078088, 30.2386586 ], [ 120.6098679, 30.2388439 ], [ 120.6133513, 30.2390576 ], [ 120.6134922, 30.2390662 ], [ 120.6148415, 30.2391591 ], [ 120.618379, 30.2394192 ], [ 120.6200789, 30.2396229 ], [ 120.6205519, 30.2396919 ], [ 120.6218811, 30.2398857 ], [ 120.6230003, 30.2400672 ], [ 120.6241574, 30.2402955 ], [ 120.6250219, 30.2405057 ], [ 120.6260859, 30.2407645 ], [ 120.6268373, 30.2409847 ], [ 120.6274211, 30.2411533 ], [ 120.6276293, 30.2412094 ], [ 120.6279002, 30.2412581 ], [ 120.6301332, 30.2419972 ], [ 120.6338525, 30.2432473 ], [ 120.6344315, 30.2434429 ], [ 120.6381361, 30.2446639 ], [ 120.6428547, 30.2462423 ], [ 120.6434299, 30.2464326 ], [ 120.643714, 30.2465271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6436551, 30.2466184 ], [ 120.643388, 30.2465186 ], [ 120.6428152, 30.2463215 ], [ 120.6380591, 30.2447506 ], [ 120.6343901, 30.2435369 ], [ 120.6338229, 30.2433413 ], [ 120.6300858, 30.2420987 ], [ 120.6278716, 30.2413692 ], [ 120.6275622, 30.2412979 ], [ 120.6274179, 30.241253 ], [ 120.626799, 30.2410742 ], [ 120.6260931, 30.2408632 ], [ 120.6240931, 30.2403942 ], [ 120.6229646, 30.2401536 ], [ 120.6218923, 30.2399657 ], [ 120.6200789, 30.2396969 ], [ 120.6183933, 30.2395303 ], [ 120.6148256, 30.239309 ], [ 120.6134791, 30.2392163 ], [ 120.6098527, 30.2389938 ], [ 120.6077928, 30.2388085 ], [ 120.6052887, 30.2385996 ], [ 120.6050717, 30.2385851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6540569, 30.2503573 ], [ 120.654593, 30.2494038 ], [ 120.6558465, 30.2473474 ], [ 120.6561953, 30.24677 ], [ 120.656642, 30.2460303 ], [ 120.6576243, 30.2444268 ], [ 120.6592454, 30.2417352 ], [ 120.6597818, 30.2408084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6597818, 30.2408084 ], [ 120.6592454, 30.2417352 ], [ 120.6576243, 30.2444268 ], [ 120.656642, 30.2460303 ], [ 120.6561953, 30.24677 ], [ 120.6558465, 30.2473474 ], [ 120.654593, 30.2494038 ], [ 120.6540569, 30.2503573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6442191, 30.2455314 ], [ 120.6441187, 30.2457294 ], [ 120.643714, 30.2465271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5704607, 30.2364606 ], [ 120.5703819, 30.2397246 ], [ 120.5702312, 30.2397326 ], [ 120.5702713, 30.2367872 ], [ 120.5702759, 30.2364464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5452775, 30.2395265 ], [ 120.5443318, 30.2367523 ], [ 120.5443322, 30.236717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5443322, 30.236717 ], [ 120.5443318, 30.2367523 ], [ 120.5452775, 30.2395265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5803435, 30.2370071 ], [ 120.5803102, 30.2371295 ], [ 120.580337, 30.2376162 ], [ 120.5803412, 30.2382426 ], [ 120.5803424, 30.238418 ], [ 120.5803061, 30.2388495 ], [ 120.5802787, 30.2391747 ], [ 120.5802064, 30.2400332 ], [ 120.5801922, 30.2402022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5801922, 30.2402022 ], [ 120.5802064, 30.2400332 ], [ 120.5802787, 30.2391747 ], [ 120.5803061, 30.2388495 ], [ 120.5803424, 30.238418 ], [ 120.5803412, 30.2382426 ], [ 120.580337, 30.2376162 ], [ 120.5803102, 30.2371295 ], [ 120.5803435, 30.2370071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5516912, 30.2421255 ], [ 120.5510257, 30.2422742 ], [ 120.5495452, 30.2428859 ], [ 120.5495452, 30.2436923 ], [ 120.5493543, 30.2437701 ], [ 120.5460213, 30.2451287 ], [ 120.544195, 30.2458731 ], [ 120.5424963, 30.2465655 ], [ 120.5423103, 30.2466194 ], [ 120.5420236, 30.2467026 ], [ 120.5420034, 30.2467084 ], [ 120.5388799, 30.2476138 ], [ 120.5376683, 30.247965 ], [ 120.5362119, 30.2484322 ], [ 120.5359062, 30.2485303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5359062, 30.2485303 ], [ 120.5362119, 30.2484322 ], [ 120.5376683, 30.247965 ], [ 120.5388799, 30.2476138 ], [ 120.5420034, 30.2467084 ], [ 120.5420236, 30.2467026 ], [ 120.5423103, 30.2466194 ], [ 120.5424963, 30.2465655 ], [ 120.544195, 30.2458731 ], [ 120.5460213, 30.2451287 ], [ 120.5493543, 30.2437701 ], [ 120.5495452, 30.2436923 ], [ 120.5495452, 30.2428859 ], [ 120.5510257, 30.2422742 ], [ 120.5516912, 30.2421255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5359062, 30.2485303 ], [ 120.5362487, 30.2491131 ], [ 120.5366085, 30.2495403 ], [ 120.5371653, 30.2500812 ], [ 120.5377222, 30.250496 ], [ 120.539986, 30.2520902 ], [ 120.5404966, 30.2524853 ], [ 120.540723, 30.2526803 ], [ 120.5409555, 30.2529172 ], [ 120.5413749, 30.2534792 ], [ 120.5415084, 30.2537021 ], [ 120.5428647, 30.2561114 ], [ 120.5430732, 30.2564809 ], [ 120.5448606, 30.2596383 ], [ 120.5452076, 30.2601763 ], [ 120.5455628, 30.2606113 ], [ 120.5459251, 30.2610495 ], [ 120.5463991, 30.2614946 ], [ 120.54657, 30.261655 ], [ 120.5470242, 30.262026 ], [ 120.5477976, 30.2624866 ], [ 120.5504576, 30.2639452 ], [ 120.5510205, 30.2642343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5409395, 30.256963 ], [ 120.5417517, 30.2567465 ], [ 120.5429218, 30.2564521 ], [ 120.5430025, 30.2564318 ], [ 120.5433633, 30.256341 ], [ 120.5453207, 30.2559518 ], [ 120.5454408, 30.2559374 ], [ 120.5459044, 30.2558148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5459044, 30.2558148 ], [ 120.5454408, 30.2559374 ], [ 120.5453207, 30.2559518 ], [ 120.5433633, 30.256341 ], [ 120.5430025, 30.2564318 ], [ 120.5429218, 30.2564521 ], [ 120.5417517, 30.2567465 ], [ 120.5409395, 30.256963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4675056, 30.2390542 ], [ 120.4671697, 30.2383393 ], [ 120.466862, 30.2376845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4675903, 30.2389913 ], [ 120.4698603, 30.2385869 ], [ 120.4702686, 30.2385141 ], [ 120.4725706, 30.2379798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4726307, 30.2380946 ], [ 120.4691742, 30.2388918 ], [ 120.4682368, 30.2390529 ], [ 120.4676522, 30.2391193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4675056, 30.2390542 ], [ 120.4675903, 30.2389913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "靖江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4675903, 30.2389913 ], [ 120.4676522, 30.2391193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4676522, 30.2391193 ], [ 120.4675056, 30.2390542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4675056, 30.2390542 ], [ 120.4667362, 30.2391422 ], [ 120.4661596, 30.2392496 ], [ 120.4654489, 30.2394436 ], [ 120.4650654, 30.2395581 ], [ 120.4646698, 30.2396618 ], [ 120.4637129, 30.2398668 ], [ 120.463649, 30.2398825 ], [ 120.4633603, 30.2399559 ], [ 120.4632488, 30.2399844 ], [ 120.4627338, 30.2402558 ], [ 120.4625157, 30.2403458 ], [ 120.4622622, 30.2404215 ], [ 120.4611305, 30.2406298 ], [ 120.4598586, 30.2408501 ], [ 120.4595121, 30.2409004 ], [ 120.4590472, 30.240941 ], [ 120.4577611, 30.2409957 ], [ 120.4572829, 30.2410142 ], [ 120.4566954, 30.241063 ], [ 120.4559846, 30.2410859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4559846, 30.2410859 ], [ 120.4566954, 30.241063 ], [ 120.4572829, 30.2410142 ], [ 120.4577611, 30.2409957 ], [ 120.4590472, 30.240941 ], [ 120.4595121, 30.2409004 ], [ 120.4598586, 30.2408501 ], [ 120.4611305, 30.2406298 ], [ 120.4622622, 30.2404215 ], [ 120.4625157, 30.2403458 ], [ 120.4627338, 30.2402558 ], [ 120.4632488, 30.2399844 ], [ 120.4633603, 30.2399559 ], [ 120.463649, 30.2398825 ], [ 120.4637129, 30.2398668 ], [ 120.4646698, 30.2396618 ], [ 120.4650654, 30.2395581 ], [ 120.4654489, 30.2394436 ], [ 120.4661596, 30.2392496 ], [ 120.4667362, 30.2391422 ], [ 120.4675056, 30.2390542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4726307, 30.2380946 ], [ 120.4727876, 30.2383941 ], [ 120.4731307, 30.2395203 ], [ 120.4732415, 30.2398789 ], [ 120.4741369, 30.2427754 ], [ 120.4741686, 30.2432195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "伟神路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4741686, 30.2432195 ], [ 120.4741369, 30.2427754 ], [ 120.4732415, 30.2398789 ], [ 120.4731307, 30.2395203 ], [ 120.4727876, 30.2383941 ], [ 120.4726307, 30.2380946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4559846, 30.2410859 ], [ 120.4558162, 30.241092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4558162, 30.241092 ], [ 120.4559846, 30.2410859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "青六南路", "靖江路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4711725, 30.2436767 ], [ 120.4710933, 30.2436038 ], [ 120.4708193, 30.2433679 ], [ 120.4696027, 30.2423682 ], [ 120.4694843, 30.2422659 ], [ 120.4690415, 30.2418834 ], [ 120.4686928, 30.2414832 ], [ 120.4686306, 30.2413919 ], [ 120.468404, 30.2410596 ], [ 120.4681425, 30.24057 ], [ 120.4675056, 30.2390542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "青六南路", "靖江路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4676522, 30.2391193 ], [ 120.467885, 30.239698 ], [ 120.4682235, 30.2405396 ], [ 120.4683628, 30.2408002 ], [ 120.4684824, 30.2410241 ], [ 120.4687664, 30.2414408 ], [ 120.4691084, 30.2418331 ], [ 120.4696653, 30.2423143 ], [ 120.4709135, 30.2433459 ], [ 120.4711946, 30.2435973 ], [ 120.4712753, 30.2436703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4558162, 30.241092 ], [ 120.4552545, 30.2411925 ], [ 120.4544768, 30.2413732 ], [ 120.4533528, 30.2416252 ], [ 120.4528215, 30.2417402 ], [ 120.4524828, 30.2418143 ], [ 120.4502699, 30.24228 ], [ 120.4497333, 30.2423768 ], [ 120.4488064, 30.2425189 ], [ 120.4484539, 30.2425729 ], [ 120.448329, 30.2425901 ], [ 120.4482794, 30.2425966 ], [ 120.4479836, 30.2426398 ], [ 120.4478828, 30.2426522 ], [ 120.4478613, 30.2426554 ], [ 120.4468918, 30.2427996 ], [ 120.4460414, 30.242926 ], [ 120.4460134, 30.2429302 ], [ 120.4458549, 30.242956 ], [ 120.4449335, 30.2431019 ], [ 120.4446221, 30.2431179 ], [ 120.4442836, 30.2431081 ], [ 120.4439722, 30.2430685 ], [ 120.443039, 30.2429354 ], [ 120.4428948, 30.2429126 ], [ 120.4427065, 30.2428613 ], [ 120.442498, 30.2427942 ], [ 120.4423022, 30.2427186 ], [ 120.4418864, 30.242535 ], [ 120.4413736, 30.242308 ], [ 120.4408759, 30.2420812 ], [ 120.4407708, 30.2420332 ], [ 120.4407146, 30.2420075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4407146, 30.2420075 ], [ 120.4407708, 30.2420332 ], [ 120.4408759, 30.2420812 ], [ 120.4413736, 30.242308 ], [ 120.4418864, 30.242535 ], [ 120.4423022, 30.2427186 ], [ 120.442498, 30.2427942 ], [ 120.4427065, 30.2428613 ], [ 120.4428948, 30.2429126 ], [ 120.443039, 30.2429354 ], [ 120.4439722, 30.2430685 ], [ 120.4442836, 30.2431081 ], [ 120.4446221, 30.2431179 ], [ 120.4449335, 30.2431019 ], [ 120.4458549, 30.242956 ], [ 120.4460134, 30.2429302 ], [ 120.4460414, 30.242926 ], [ 120.4468918, 30.2427996 ], [ 120.4478613, 30.2426554 ], [ 120.4478828, 30.2426522 ], [ 120.4479836, 30.2426398 ], [ 120.4482794, 30.2425966 ], [ 120.448329, 30.2425901 ], [ 120.4484539, 30.2425729 ], [ 120.4488064, 30.2425189 ], [ 120.4497333, 30.2423768 ], [ 120.4502699, 30.24228 ], [ 120.4524828, 30.2418143 ], [ 120.4528215, 30.2417402 ], [ 120.4533528, 30.2416252 ], [ 120.4544768, 30.2413732 ], [ 120.4552545, 30.2411925 ], [ 120.4558162, 30.241092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4712753, 30.2436703 ], [ 120.4718684, 30.2435901 ], [ 120.4730754, 30.2433908 ], [ 120.4741686, 30.2432195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4741686, 30.2432195 ], [ 120.4730754, 30.2433908 ], [ 120.4718684, 30.2435901 ], [ 120.4712753, 30.2436703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4711725, 30.2436767 ], [ 120.4712753, 30.2436703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4712753, 30.2436703 ], [ 120.4711725, 30.2436767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4780404, 30.2426415 ], [ 120.4779644, 30.2426486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4779644, 30.2426486 ], [ 120.4778879, 30.2426627 ], [ 120.4771041, 30.2428069 ], [ 120.4761767, 30.2429325 ], [ 120.4758381, 30.2429783 ], [ 120.4742878, 30.2432008 ], [ 120.4741686, 30.2432195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4741686, 30.2432195 ], [ 120.4742878, 30.2432008 ], [ 120.4758381, 30.2429783 ], [ 120.4761767, 30.2429325 ], [ 120.4771041, 30.2428069 ], [ 120.4778879, 30.2426627 ], [ 120.4779644, 30.2426486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4918964, 30.2403177 ], [ 120.4920708, 30.2410087 ], [ 120.4922157, 30.2415093 ], [ 120.4922835, 30.2418705 ], [ 120.492441, 30.2427095 ], [ 120.4925419, 30.2432002 ], [ 120.4929935, 30.2453511 ], [ 120.493076, 30.2457483 ], [ 120.4933858, 30.2472394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4933858, 30.2472394 ], [ 120.493076, 30.2457483 ], [ 120.4929935, 30.2453511 ], [ 120.4925419, 30.2432002 ], [ 120.492441, 30.2427095 ], [ 120.4922835, 30.2418705 ], [ 120.4922157, 30.2415093 ], [ 120.4920708, 30.2410087 ], [ 120.4918964, 30.2403177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5443338, 30.2365856 ], [ 120.5416484, 30.2372874 ], [ 120.5385735, 30.2379514 ], [ 120.5375467, 30.2382084 ], [ 120.5362831, 30.2385058 ], [ 120.5351964, 30.2387247 ], [ 120.5327999, 30.2392851 ], [ 120.5295133, 30.2400298 ], [ 120.5280722, 30.2403506 ], [ 120.525126, 30.2409765 ], [ 120.5218859, 30.2416253 ], [ 120.5214347, 30.2417276 ], [ 120.5193089, 30.2421919 ], [ 120.5188553, 30.2422917 ], [ 120.5171652, 30.2426634 ], [ 120.5140539, 30.2432566 ], [ 120.5095945, 30.2438217 ], [ 120.507985, 30.2440249 ], [ 120.5075868, 30.244079 ], [ 120.5062862, 30.2442761 ], [ 120.5034227, 30.2446848 ], [ 120.5015441, 30.2450176 ], [ 120.4981752, 30.2457961 ], [ 120.4974491, 30.2460169 ], [ 120.4972528, 30.2460781 ], [ 120.497182, 30.2460966 ], [ 120.493359, 30.2474097 ], [ 120.4919329, 30.2479047 ], [ 120.4916083, 30.2480174 ], [ 120.4884875, 30.2490624 ], [ 120.487131, 30.2495182 ], [ 120.4864728, 30.249747 ], [ 120.4857649, 30.2499773 ], [ 120.4850678, 30.2501577 ], [ 120.4840174, 30.250408 ], [ 120.48317, 30.2505424 ], [ 120.4823038, 30.2506673 ], [ 120.4795072, 30.2510079 ], [ 120.4778975, 30.2511685 ], [ 120.4758984, 30.251403 ], [ 120.4743833, 30.2515766 ], [ 120.4729091, 30.2517263 ], [ 120.4713633, 30.2518238 ], [ 120.4697622, 30.2519208 ], [ 120.4677566, 30.2520477 ], [ 120.4672693, 30.2520705 ], [ 120.4666303, 30.2520906 ], [ 120.4660284, 30.252131 ], [ 120.4645195, 30.2522321 ], [ 120.4624856, 30.2523746 ], [ 120.4613144, 30.252495 ], [ 120.4609683, 30.252544 ], [ 120.460357, 30.2526305 ], [ 120.4600159, 30.2526913 ], [ 120.4596206, 30.2527583 ], [ 120.4592617, 30.2528306 ], [ 120.4578166, 30.2531192 ], [ 120.4572661, 30.2532291 ], [ 120.4546744, 30.2537722 ], [ 120.453665, 30.2539822 ], [ 120.4525273, 30.2542346 ], [ 120.4510979, 30.2545405 ], [ 120.4506733, 30.2546257 ], [ 120.4498785, 30.2548078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4739206, 30.2480011 ], [ 120.474053, 30.2480205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4739562, 30.248113 ], [ 120.4739206, 30.2480011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.474053, 30.2480205 ], [ 120.4739562, 30.248113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.474053, 30.2480205 ], [ 120.4742145, 30.2485288 ], [ 120.4743853, 30.2488977 ], [ 120.4746611, 30.2493508 ], [ 120.4755581, 30.2504729 ], [ 120.4758035, 30.2507799 ], [ 120.4760036, 30.2510302 ], [ 120.4764402, 30.2516592 ], [ 120.4776636, 30.2534289 ], [ 120.4777503, 30.2535423 ], [ 120.4788673, 30.25508 ], [ 120.4790171, 30.2552885 ], [ 120.479219, 30.2557849 ], [ 120.4792827, 30.2561232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皎霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.398468, 30.241955 ], [ 120.3975519, 30.2426785 ], [ 120.3969753, 30.2431469 ], [ 120.3964125, 30.243651 ], [ 120.3959869, 30.2441254 ], [ 120.3958255, 30.2443083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风图街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3956297, 30.2443562 ], [ 120.3941747, 30.2438941 ], [ 120.394058, 30.2438467 ], [ 120.3939757, 30.2437755 ], [ 120.3939276, 30.2436806 ], [ 120.3939208, 30.243562 ], [ 120.3939619, 30.2427496 ], [ 120.3940443, 30.2427496 ], [ 120.3940169, 30.2436035 ], [ 120.3940443, 30.2436984 ], [ 120.3941404, 30.2437933 ], [ 120.3942571, 30.2438348 ], [ 120.3956917, 30.2442736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风图街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3956917, 30.2442736 ], [ 120.3958255, 30.2443083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皎霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3956297, 30.2443562 ], [ 120.3956917, 30.2442736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皎霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3958255, 30.2443083 ], [ 120.3957649, 30.2443771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风图街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3957649, 30.2443771 ], [ 120.3956297, 30.2443562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皎霞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3957649, 30.2443771 ], [ 120.3956574, 30.244499 ], [ 120.3952455, 30.2450445 ], [ 120.3951289, 30.2452105 ], [ 120.3950396, 30.245175 ], [ 120.3953622, 30.2447124 ], [ 120.3956297, 30.2443562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风图街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3958255, 30.2443083 ], [ 120.3988973, 30.2452817 ], [ 120.398863, 30.2453588 ], [ 120.3957649, 30.2443771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "塘新线", "阳城路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3919683, 30.2603482 ], [ 120.3910159, 30.2593274 ], [ 120.3909407, 30.2592234 ], [ 120.3908671, 30.2591217 ], [ 120.3902201, 30.2583328 ], [ 120.3899001, 30.2580856 ], [ 120.3898568, 30.2580493 ], [ 120.3896957, 30.2579141 ], [ 120.3892504, 30.2575891 ], [ 120.3890785, 30.2574368 ], [ 120.3879903, 30.2563433 ], [ 120.3846, 30.2524324 ], [ 120.3842138, 30.2517466 ], [ 120.3840537, 30.2512578 ], [ 120.3841264, 30.2506585 ], [ 120.3841466, 30.2504214 ], [ 120.3857848, 30.2449271 ], [ 120.385968, 30.2443043 ], [ 120.3865194, 30.2425325 ], [ 120.386778, 30.2417017 ], [ 120.3873925, 30.2399264 ], [ 120.3874432, 30.23978 ], [ 120.3876215, 30.2394395 ], [ 120.3878292, 30.2388696 ], [ 120.3878993, 30.2381296 ], [ 120.3880547, 30.2364907 ], [ 120.3880592, 30.2364226 ], [ 120.3882189, 30.2339842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "塘新线", "阳城路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3882189, 30.2339842 ], [ 120.3880592, 30.2364226 ], [ 120.3880547, 30.2364907 ], [ 120.3878993, 30.2381296 ], [ 120.3878292, 30.2388696 ], [ 120.3876215, 30.2394395 ], [ 120.3874432, 30.23978 ], [ 120.3873925, 30.2399264 ], [ 120.386778, 30.2417017 ], [ 120.3865194, 30.2425325 ], [ 120.385968, 30.2443043 ], [ 120.3857848, 30.2449271 ], [ 120.3841466, 30.2504214 ], [ 120.3841264, 30.2506585 ], [ 120.3840537, 30.2512578 ], [ 120.3842138, 30.2517466 ], [ 120.3846, 30.2524324 ], [ 120.3879903, 30.2563433 ], [ 120.3890785, 30.2574368 ], [ 120.3892504, 30.2575891 ], [ 120.3896957, 30.2579141 ], [ 120.3898568, 30.2580493 ], [ 120.3899001, 30.2580856 ], [ 120.3902201, 30.2583328 ], [ 120.3908671, 30.2591217 ], [ 120.3909407, 30.2592234 ], [ 120.3910159, 30.2593274 ], [ 120.3919683, 30.2603482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3986329, 30.2418141 ], [ 120.3999316, 30.2431256 ], [ 120.4017458, 30.2450328 ], [ 120.4030242, 30.2463931 ], [ 120.4043754, 30.2477811 ], [ 120.4047884, 30.248264 ], [ 120.4058258, 30.2493494 ], [ 120.4062034, 30.2496883 ], [ 120.407409, 30.2510167 ], [ 120.4085473, 30.2522028 ], [ 120.4098054, 30.2535197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4094347, 30.2536805 ], [ 120.4093769, 30.2536268 ], [ 120.4087753, 30.2528345 ], [ 120.4083688, 30.2523184 ], [ 120.4071098, 30.2510414 ], [ 120.4058849, 30.2496961 ], [ 120.4051987, 30.248986 ], [ 120.4045186, 30.2482759 ], [ 120.4040657, 30.2477898 ], [ 120.4027715, 30.2463888 ], [ 120.4016802, 30.2452639 ], [ 120.398468, 30.241955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3689815, 30.2453235 ], [ 120.3697712, 30.2455133 ], [ 120.3711409, 30.2459927 ], [ 120.3722716, 30.2463885 ], [ 120.3747422, 30.2473164 ], [ 120.3799244, 30.2493258 ], [ 120.3807524, 30.2496355 ], [ 120.3825505, 30.2503173 ], [ 120.3856123, 30.2515061 ], [ 120.3874387, 30.252219 ], [ 120.3881185, 30.2525052 ], [ 120.3910401, 30.2537246 ], [ 120.3923222, 30.2542691 ], [ 120.3924272, 30.2543139 ], [ 120.3928106, 30.2544774 ], [ 120.3933869, 30.2547231 ], [ 120.3955133, 30.2556509 ], [ 120.3956027, 30.2556964 ], [ 120.3967786, 30.256235 ], [ 120.3981087, 30.2567864 ], [ 120.3983078, 30.2568523 ], [ 120.3991278, 30.2570681 ], [ 120.3997373, 30.2571446 ], [ 120.4002936, 30.2571799 ], [ 120.4008099, 30.2571913 ], [ 120.4015446, 30.2571132 ], [ 120.4023366, 30.2569502 ], [ 120.4028386, 30.2567973 ], [ 120.4029652, 30.2567546 ], [ 120.4042731, 30.2561805 ], [ 120.4057852, 30.2554788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4222467, 30.2522977 ], [ 120.4215713, 30.2521169 ], [ 120.4203911, 30.2519409 ], [ 120.419373, 30.2518398 ], [ 120.4182561, 30.2518018 ], [ 120.417315, 30.2518327 ], [ 120.4170985, 30.2518398 ], [ 120.4162284, 30.2519038 ], [ 120.4151447, 30.2520521 ], [ 120.4143561, 30.2522096 ], [ 120.4140025, 30.2522873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4098054, 30.2535197 ], [ 120.4100382, 30.2534072 ], [ 120.4103463, 30.2532557 ], [ 120.4108228, 30.2530534 ], [ 120.4118667, 30.2526177 ], [ 120.4126334, 30.2523988 ], [ 120.4129871, 30.2523333 ], [ 120.4134923, 30.2521993 ], [ 120.4138046, 30.2521819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4138046, 30.2521819 ], [ 120.4142187, 30.2520797 ], [ 120.4150658, 30.2519203 ], [ 120.4161607, 30.2517704 ], [ 120.4170411, 30.2517057 ], [ 120.4182095, 30.2516673 ], [ 120.4193397, 30.2517058 ], [ 120.4203692, 30.251808 ], [ 120.4215611, 30.2519858 ], [ 120.4224826, 30.2521838 ], [ 120.4231785, 30.2523709 ], [ 120.4253806, 30.2530205 ], [ 120.4259468, 30.2531911 ], [ 120.4292859, 30.2541975 ], [ 120.4298572, 30.2543664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4140025, 30.2522873 ], [ 120.4134361, 30.2525044 ], [ 120.4129057, 30.252671 ], [ 120.4125521, 30.2528222 ], [ 120.4119515, 30.2530341 ], [ 120.41102, 30.2534266 ], [ 120.4100366, 30.2538221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4298333, 30.2544885 ], [ 120.4292757, 30.2543236 ], [ 120.4253704, 30.2531466 ], [ 120.423171, 30.2524978 ], [ 120.4224521, 30.2523287 ], [ 120.4222467, 30.2522977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4219211, 30.254749 ], [ 120.4219134, 30.2544829 ], [ 120.4219383, 30.2540555 ], [ 120.4220349, 30.2534911 ], [ 120.4221499, 30.2528429 ], [ 120.4222467, 30.2522977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4222467, 30.2522977 ], [ 120.4221499, 30.2528429 ], [ 120.4220349, 30.2534911 ], [ 120.4219383, 30.2540555 ], [ 120.4219134, 30.2544829 ], [ 120.4219211, 30.254749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4711725, 30.2436767 ], [ 120.4707097, 30.2437412 ], [ 120.4695725, 30.2438959 ], [ 120.4680543, 30.2441369 ], [ 120.4652739, 30.2445397 ], [ 120.4651346, 30.2445579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4651346, 30.2445579 ], [ 120.4652739, 30.2445397 ], [ 120.4680543, 30.2441369 ], [ 120.4695725, 30.2438959 ], [ 120.4707097, 30.2437412 ], [ 120.4711725, 30.2436767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保税大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4559846, 30.2410859 ], [ 120.4560305, 30.2428855 ], [ 120.4560734, 30.2458321 ], [ 120.4560912, 30.246415 ], [ 120.4561343, 30.2478297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4739206, 30.2480011 ], [ 120.4735544, 30.2468481 ], [ 120.4733514, 30.2462092 ], [ 120.4733386, 30.2461757 ], [ 120.4732378, 30.2459111 ], [ 120.4732043, 30.2458232 ], [ 120.4729373, 30.2453854 ], [ 120.4725723, 30.2449665 ], [ 120.4719767, 30.2444177 ], [ 120.4711725, 30.2436767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4712753, 30.2436703 ], [ 120.4719065, 30.2442418 ], [ 120.4726828, 30.2449447 ], [ 120.4730558, 30.2453727 ], [ 120.4733296, 30.2458215 ], [ 120.4734135, 30.2460417 ], [ 120.4734797, 30.2462153 ], [ 120.4739392, 30.2476623 ], [ 120.474053, 30.2480205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "保税大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4561343, 30.2478297 ], [ 120.4561403, 30.2480259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4561343, 30.2478297 ], [ 120.456523, 30.2478878 ], [ 120.4570503, 30.2480101 ], [ 120.4572704, 30.2480708 ], [ 120.4576272, 30.2481691 ], [ 120.4582218, 30.2483648 ], [ 120.4591738, 30.2487194 ], [ 120.4593167, 30.2487606 ], [ 120.4595402, 30.2488249 ], [ 120.4597684, 30.2488906 ], [ 120.4604302, 30.249016 ], [ 120.4615203, 30.2492361 ], [ 120.461631, 30.249254 ], [ 120.4619556, 30.2493064 ], [ 120.4622883, 30.2493248 ], [ 120.4627413, 30.2493492 ], [ 120.4632173, 30.2493392 ], [ 120.4635128, 30.249333 ], [ 120.463612, 30.2493309 ], [ 120.4641854, 30.2493125 ], [ 120.4649143, 30.2492892 ], [ 120.4653747, 30.2492744 ], [ 120.4663496, 30.249178 ], [ 120.4664209, 30.2491717 ], [ 120.4666368, 30.2491351 ], [ 120.4671327, 30.2490507 ], [ 120.4711545, 30.2483667 ], [ 120.4718244, 30.2482569 ], [ 120.4729381, 30.248131 ], [ 120.4732021, 30.2481179 ], [ 120.4737684, 30.2480302 ], [ 120.4739206, 30.2480011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4739562, 30.248113 ], [ 120.4738061, 30.2481398 ], [ 120.4718755, 30.2483767 ], [ 120.469959, 30.2486991 ], [ 120.4669214, 30.2491981 ], [ 120.4666732, 30.2492389 ], [ 120.4664593, 30.2492756 ], [ 120.4663865, 30.2492867 ], [ 120.4657141, 30.2493649 ], [ 120.4653837, 30.2493765 ], [ 120.4634775, 30.2494348 ], [ 120.4627552, 30.2494523 ], [ 120.4627166, 30.2494532 ], [ 120.4623237, 30.249444 ], [ 120.4617928, 30.249389 ], [ 120.4612301, 30.2492973 ], [ 120.4609879, 30.2492479 ], [ 120.4609218, 30.2492344 ], [ 120.459641, 30.2489732 ], [ 120.4595143, 30.2489348 ], [ 120.4589155, 30.248753 ], [ 120.4585332, 30.2486063 ], [ 120.4581545, 30.2484626 ], [ 120.457606, 30.2482639 ], [ 120.4572305, 30.2481628 ], [ 120.4569017, 30.2480743 ], [ 120.4564663, 30.2480132 ], [ 120.4561403, 30.2480259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4300158, 30.2544196 ], [ 120.4304089, 30.2545295 ], [ 120.4307372, 30.2546192 ], [ 120.4309685, 30.2546824 ], [ 120.4314508, 30.2548142 ], [ 120.4322765, 30.2549696 ], [ 120.4329969, 30.2550802 ], [ 120.4338746, 30.2551524 ], [ 120.4346833, 30.2551809 ], [ 120.4363104, 30.2551892 ], [ 120.4382109, 30.2552087 ], [ 120.4402592, 30.2552263 ], [ 120.4426947, 30.2552541 ], [ 120.444852, 30.2552736 ], [ 120.4452183, 30.2552769 ], [ 120.4458553, 30.2552827 ], [ 120.4464972, 30.2552554 ], [ 120.4473719, 30.2551544 ], [ 120.4488356, 30.2548635 ], [ 120.449136, 30.2548038 ], [ 120.4495788, 30.2547157 ], [ 120.4506679, 30.2544991 ], [ 120.4517754, 30.2542713 ], [ 120.4524688, 30.2541287 ], [ 120.4536159, 30.2538752 ], [ 120.4556956, 30.2534331 ], [ 120.4560488, 30.2533548 ], [ 120.4562445, 30.2533174 ], [ 120.457185, 30.2531178 ], [ 120.4577869, 30.2529993 ], [ 120.4594939, 30.2526609 ], [ 120.4599297, 30.2525751 ], [ 120.460615, 30.252477 ], [ 120.4612686, 30.2523947 ], [ 120.4612957, 30.2523913 ], [ 120.4624664, 30.2522768 ], [ 120.4645582, 30.2521248 ], [ 120.4660065, 30.2520299 ], [ 120.4666006, 30.251991 ], [ 120.467227, 30.25195 ], [ 120.467723, 30.2519391 ], [ 120.4697568, 30.2518181 ], [ 120.4713186, 30.2517055 ], [ 120.4719337, 30.2516818 ], [ 120.4732968, 30.2515934 ], [ 120.4743343, 30.2514831 ], [ 120.4758575, 30.2513228 ], [ 120.476406, 30.2512615 ], [ 120.4778283, 30.2510866 ], [ 120.4791442, 30.2509085 ], [ 120.4804456, 30.2507763 ], [ 120.4821602, 30.2505663 ], [ 120.4831408, 30.2504448 ], [ 120.4839798, 30.2502954 ], [ 120.4844396, 30.2501832 ], [ 120.4850196, 30.2500416 ], [ 120.4857659, 30.2498304 ], [ 120.4864689, 30.2496192 ], [ 120.4870612, 30.2494115 ], [ 120.4884612, 30.2489206 ], [ 120.4915502, 30.2478752 ], [ 120.4918608, 30.2477674 ], [ 120.4932481, 30.2472859 ], [ 120.4933858, 30.2472394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "保税大道", "河庄大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.456137, 30.2639834 ], [ 120.4561591, 30.2635031 ], [ 120.4562308, 30.2619477 ], [ 120.4562172, 30.2609984 ], [ 120.4561861, 30.2596003 ], [ 120.4561678, 30.2586919 ], [ 120.4561511, 30.2579798 ], [ 120.4561164, 30.2565006 ], [ 120.4560586, 30.2535978 ], [ 120.4560488, 30.2533548 ], [ 120.456054, 30.2532519 ], [ 120.4560477, 30.2528539 ], [ 120.4560477, 30.2525105 ], [ 120.4559994, 30.2503553 ], [ 120.4559728, 30.2496423 ], [ 120.455913, 30.2480425 ], [ 120.4559231, 30.2478041 ], [ 120.4559035, 30.2468466 ], [ 120.4558831, 30.2458499 ], [ 120.4558728, 30.2452427 ], [ 120.4558334, 30.2429073 ], [ 120.4558267, 30.2421965 ], [ 120.4558162, 30.241092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4790385, 30.2561814 ], [ 120.4789527, 30.2559031 ], [ 120.4787806, 30.2554271 ], [ 120.4786938, 30.2553148 ], [ 120.4785472, 30.2550876 ], [ 120.4777139, 30.2537215 ], [ 120.4775348, 30.2534752 ], [ 120.4762064, 30.2516495 ], [ 120.4758152, 30.2510405 ], [ 120.4754054, 30.2505001 ], [ 120.4745393, 30.2493581 ], [ 120.4742614, 30.2489015 ], [ 120.474087, 30.248525 ], [ 120.4740224, 30.2483214 ], [ 120.4739562, 30.248113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4832976, 30.2559423 ], [ 120.4853546, 30.2558422 ], [ 120.4891097, 30.255731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4891097, 30.255731 ], [ 120.4853546, 30.2558422 ], [ 120.4832976, 30.2559423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4832976, 30.2559423 ], [ 120.4804232, 30.2560593 ], [ 120.480215, 30.2561434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.480215, 30.2561434 ], [ 120.4804232, 30.2560593 ], [ 120.4832976, 30.2559423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4792827, 30.2561232 ], [ 120.4800035, 30.2560978 ], [ 120.480215, 30.2561434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4790385, 30.2561814 ], [ 120.4792827, 30.2561232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4792827, 30.2561232 ], [ 120.4793003, 30.2562084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4793003, 30.2562084 ], [ 120.4791647, 30.256202 ], [ 120.4790385, 30.2561814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4832976, 30.2559423 ], [ 120.4836198, 30.2575045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3681663, 30.2451179 ], [ 120.3685575, 30.2450386 ], [ 120.3687831, 30.2448461 ], [ 120.3689602, 30.2445624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3689602, 30.2445624 ], [ 120.3689815, 30.2453235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3689815, 30.2453235 ], [ 120.3689602, 30.2445624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3681663, 30.2451179 ], [ 120.3689815, 30.2453235 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4055613, 30.2557306 ], [ 120.404655, 30.2561443 ], [ 120.4036552, 30.2565848 ], [ 120.4032776, 30.2567373 ], [ 120.4027851, 30.2569361 ], [ 120.4026146, 30.256988 ], [ 120.4021425, 30.2571316 ], [ 120.4015802, 30.2572565 ], [ 120.4010048, 30.25732 ], [ 120.400397, 30.2573467 ], [ 120.3997809, 30.2573146 ], [ 120.3989656, 30.2571876 ], [ 120.398279, 30.2570022 ], [ 120.3981742, 30.2569609 ], [ 120.3967738, 30.2563759 ], [ 120.3947107, 30.2554789 ], [ 120.3933392, 30.2548602 ], [ 120.3928429, 30.2546432 ], [ 120.392282, 30.2543803 ], [ 120.3909838, 30.2538057 ], [ 120.3874107, 30.2523388 ], [ 120.3868578, 30.2521164 ], [ 120.3855929, 30.2516075 ], [ 120.3841056, 30.2510374 ], [ 120.3825441, 30.2504445 ], [ 120.3806718, 30.2497333 ], [ 120.3799005, 30.2494472 ], [ 120.3747185, 30.2474379 ], [ 120.3722508, 30.2465111 ], [ 120.3697617, 30.2456399 ], [ 120.3689884, 30.2454436 ], [ 120.3680957, 30.2452169 ], [ 120.3675753, 30.2450848 ], [ 120.3661148, 30.2447844 ], [ 120.3650253, 30.2445624 ], [ 120.3639714, 30.2443501 ], [ 120.3593152, 30.2434621 ], [ 120.3558244, 30.2427816 ], [ 120.3533779, 30.2423065 ], [ 120.35266, 30.2421549 ], [ 120.3520889, 30.242012 ], [ 120.3515179, 30.2418193 ], [ 120.3506981, 30.241502 ], [ 120.3500752, 30.2412095 ], [ 120.3494583, 30.2408881 ], [ 120.3488895, 30.2405419 ], [ 120.3481302, 30.2400156 ], [ 120.3476926, 30.2396641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3526293, 30.2662475 ], [ 120.3527956, 30.2663008 ], [ 120.3529822, 30.2663208 ], [ 120.3532612, 30.2663463 ], [ 120.3534703, 30.2663762 ], [ 120.3537102, 30.2664074 ], [ 120.3542241, 30.2664112 ], [ 120.3549027, 30.2664089 ], [ 120.3557101, 30.2664042 ], [ 120.3563994, 30.2664094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563994, 30.2664094 ], [ 120.3569439, 30.2664158 ], [ 120.3579417, 30.2664135 ], [ 120.3594625, 30.2664042 ], [ 120.3603959, 30.2664019 ], [ 120.3608523, 30.2663997 ], [ 120.3608814, 30.2663996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江湾巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563994, 30.2664094 ], [ 120.3564038, 30.2664654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江湾巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3564038, 30.2664654 ], [ 120.3563994, 30.2664094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610932, 30.2664619 ], [ 120.360852, 30.266461 ], [ 120.359795, 30.2664572 ], [ 120.3572416, 30.2664665 ], [ 120.3564038, 30.2664654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4094347, 30.2536805 ], [ 120.4098054, 30.2535197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4098054, 30.2535197 ], [ 120.4100366, 30.2538221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "坎红路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.409926, 30.2538754 ], [ 120.4094347, 30.2536805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4057852, 30.2554788 ], [ 120.4066181, 30.2550866 ], [ 120.4075423, 30.2546987 ], [ 120.4082746, 30.2543641 ], [ 120.4097998, 30.2536624 ], [ 120.4103505, 30.2534313 ], [ 120.4111193, 30.2530943 ], [ 120.4120614, 30.2527196 ], [ 120.412451, 30.2525588 ], [ 120.4133077, 30.2523045 ], [ 120.4138046, 30.2521819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4100366, 30.2538221 ], [ 120.409926, 30.2538754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4140025, 30.2522873 ], [ 120.4134067, 30.252432 ], [ 120.4125602, 30.2526832 ], [ 120.4121155, 30.2528334 ], [ 120.4111976, 30.2531837 ], [ 120.4101462, 30.253647 ], [ 120.4100557, 30.2536873 ], [ 120.4099464, 30.2537359 ], [ 120.4098419, 30.2537824 ], [ 120.4096466, 30.2538693 ], [ 120.4090626, 30.254129 ], [ 120.4083599, 30.2544534 ], [ 120.4076571, 30.2547777 ], [ 120.4067451, 30.255204 ], [ 120.4055613, 30.2557306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4100366, 30.2538221 ], [ 120.4100568, 30.2539574 ], [ 120.4100568, 30.2540572 ], [ 120.4100532, 30.2541912 ], [ 120.4100528, 30.2543088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4100528, 30.2543088 ], [ 120.4100135, 30.2541226 ], [ 120.4100026, 30.2540322 ], [ 120.409981, 30.2539668 ], [ 120.409926, 30.2538754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4298572, 30.2543664 ], [ 120.4300158, 30.2544196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4298333, 30.2544885 ], [ 120.4298572, 30.2543664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4498785, 30.2548078 ], [ 120.4491693, 30.2549521 ], [ 120.4485746, 30.2550677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4498785, 30.2548078 ], [ 120.4496207, 30.2549414 ], [ 120.4494325, 30.2550855 ], [ 120.4493233, 30.2552087 ], [ 120.4492596, 30.2553005 ], [ 120.449247, 30.2553875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.449247, 30.2553875 ], [ 120.4491746, 30.2552821 ], [ 120.4490472, 30.2551327 ], [ 120.4489622, 30.2551039 ], [ 120.4488438, 30.2550803 ], [ 120.4485746, 30.2550677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4485746, 30.2550677 ], [ 120.4474493, 30.2552865 ], [ 120.4465598, 30.2553893 ], [ 120.4459054, 30.2554171 ], [ 120.4448969, 30.2554079 ], [ 120.4427393, 30.2553884 ], [ 120.4403039, 30.2553606 ], [ 120.4382557, 30.255343 ], [ 120.4364175, 30.2553241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "河庄大道", "保税大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4561403, 30.2480259 ], [ 120.4562056, 30.2509332 ], [ 120.4562386, 30.2523999 ], [ 120.4562339, 30.2527566 ], [ 120.4562424, 30.2532127 ], [ 120.4562445, 30.2533174 ], [ 120.4562472, 30.2535592 ], [ 120.4562509, 30.2540176 ], [ 120.456272, 30.2565979 ], [ 120.4562978, 30.2578695 ], [ 120.4563136, 30.2586513 ], [ 120.456334, 30.2595588 ], [ 120.4563585, 30.2610004 ], [ 120.4563691, 30.2620941 ], [ 120.4562957, 30.2635038 ], [ 120.4562706, 30.263985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4407219, 30.2575601 ], [ 120.441507, 30.2574454 ], [ 120.4416782, 30.2574097 ], [ 120.4417756, 30.2574173 ], [ 120.4418317, 30.2574683 ], [ 120.4418818, 30.2577513 ], [ 120.4418936, 30.2578153 ], [ 120.4419615, 30.2581847 ], [ 120.4421119, 30.2589674 ], [ 120.4421947, 30.2593982 ], [ 120.4422926, 30.2599655 ], [ 120.4423482, 30.2602879 ], [ 120.4424111, 30.2606378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4424111, 30.2606378 ], [ 120.4423482, 30.2602879 ], [ 120.4422926, 30.2599655 ], [ 120.4421947, 30.2593982 ], [ 120.4421119, 30.2589674 ], [ 120.4419615, 30.2581847 ], [ 120.4418936, 30.2578153 ], [ 120.4418818, 30.2577513 ], [ 120.4418317, 30.2574683 ], [ 120.4417756, 30.2574173 ], [ 120.4416782, 30.2574097 ], [ 120.441507, 30.2574454 ], [ 120.4407219, 30.2575601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.449247, 30.2553875 ], [ 120.4493735, 30.2568753 ], [ 120.4498972, 30.2591471 ], [ 120.4500192, 30.2596765 ], [ 120.4501681, 30.2602661 ], [ 120.4502285, 30.2605163 ], [ 120.4502838, 30.2607972 ], [ 120.4502918, 30.2608381 ], [ 120.4502982, 30.2611998 ], [ 120.4502432, 30.2617326 ], [ 120.4501767, 30.2621831 ], [ 120.4500875, 30.2627866 ], [ 120.4499373, 30.2639392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4499373, 30.2639392 ], [ 120.4500875, 30.2627866 ], [ 120.4501767, 30.2621831 ], [ 120.4502432, 30.2617326 ], [ 120.4502982, 30.2611998 ], [ 120.4502918, 30.2608381 ], [ 120.4502838, 30.2607972 ], [ 120.4502285, 30.2605163 ], [ 120.4501681, 30.2602661 ], [ 120.4500192, 30.2596765 ], [ 120.4498972, 30.2591471 ], [ 120.4493735, 30.2568753 ], [ 120.449247, 30.2553875 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4424111, 30.2606378 ], [ 120.4425867, 30.2606195 ], [ 120.4429756, 30.2606373 ], [ 120.443638, 30.2606677 ], [ 120.4437921, 30.260664 ], [ 120.4449189, 30.2606371 ], [ 120.4451039, 30.2606304 ], [ 120.4456633, 30.2606102 ], [ 120.4463044, 30.2605314 ], [ 120.4468381, 30.260419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4300158, 30.2544196 ], [ 120.4299894, 30.2545261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4299894, 30.2545261 ], [ 120.4298333, 30.2544885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4057852, 30.2554788 ], [ 120.4063309, 30.2551624 ], [ 120.4067278, 30.2549924 ], [ 120.4071353, 30.2547408 ], [ 120.4083589, 30.2541983 ], [ 120.4094347, 30.2536805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.409926, 30.2538754 ], [ 120.4091035, 30.2542639 ], [ 120.408356, 30.2545965 ], [ 120.4072649, 30.2550796 ], [ 120.4068091, 30.2552568 ], [ 120.4061392, 30.2555599 ], [ 120.4055613, 30.2557306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4364175, 30.2553241 ], [ 120.4363556, 30.2553235 ], [ 120.4347259, 30.2553152 ], [ 120.4339095, 30.2552865 ], [ 120.4330201, 30.2552133 ], [ 120.4322894, 30.2551011 ], [ 120.4314526, 30.2549436 ], [ 120.4304011, 30.2546563 ], [ 120.4299894, 30.2545261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4098189, 30.2575644 ], [ 120.4098101, 30.2571473 ], [ 120.4100448, 30.2544022 ], [ 120.4100528, 30.2543088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4100528, 30.2543088 ], [ 120.4100448, 30.2544022 ], [ 120.4098101, 30.2571473 ], [ 120.4098189, 30.2575644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4219211, 30.254749 ], [ 120.4177634, 30.2557171 ], [ 120.4175903, 30.2557574 ], [ 120.4172111, 30.2558457 ], [ 120.4130598, 30.2568123 ], [ 120.4126996, 30.2568962 ], [ 120.4124465, 30.2569184 ], [ 120.4098189, 30.2575644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4098189, 30.2575644 ], [ 120.4124465, 30.2569184 ], [ 120.4126996, 30.2568962 ], [ 120.4130598, 30.2568123 ], [ 120.4172111, 30.2558457 ], [ 120.4175903, 30.2557574 ], [ 120.4177634, 30.2557171 ], [ 120.4219211, 30.254749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.437372, 30.259826 ], [ 120.4370897, 30.2585365 ], [ 120.4370864, 30.2585182 ], [ 120.4368667, 30.2573184 ], [ 120.4366364, 30.2564585 ], [ 120.4365908, 30.2562951 ], [ 120.4365716, 30.2561952 ], [ 120.4365295, 30.2559571 ], [ 120.4364175, 30.2553241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4836198, 30.2575045 ], [ 120.4832976, 30.2559423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.480215, 30.2561434 ], [ 120.4806039, 30.25635 ], [ 120.4810623, 30.2566041 ], [ 120.4818281, 30.2569447 ], [ 120.4830043, 30.2575541 ], [ 120.4834359, 30.2577587 ], [ 120.4835263, 30.2578004 ], [ 120.4836167, 30.2578138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4836424, 30.2579094 ], [ 120.4809156, 30.2565998 ], [ 120.4808122, 30.2565429 ], [ 120.480524, 30.2563843 ], [ 120.4802531, 30.2562546 ], [ 120.48006, 30.2561967 ], [ 120.4799071, 30.2561805 ], [ 120.4797113, 30.2561781 ], [ 120.4793003, 30.2562084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义前街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4838186, 30.2576183 ], [ 120.487333, 30.2571892 ], [ 120.4879149, 30.2571262 ], [ 120.489245, 30.2569784 ], [ 120.4897608, 30.256921 ], [ 120.4927397, 30.2565899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义前街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4927397, 30.2565899 ], [ 120.4897608, 30.256921 ], [ 120.489245, 30.2569784 ], [ 120.4879149, 30.2571262 ], [ 120.487333, 30.2571892 ], [ 120.4838186, 30.2576183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4836198, 30.2575045 ], [ 120.4836717, 30.2575049 ], [ 120.4837213, 30.257518 ], [ 120.4837646, 30.2575428 ], [ 120.4837979, 30.2575771 ], [ 120.4838186, 30.2576183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4836167, 30.2578138 ], [ 120.4835623, 30.2577988 ], [ 120.483516, 30.2577698 ], [ 120.4834825, 30.2577298 ], [ 120.4834651, 30.2576827 ], [ 120.4834656, 30.2576334 ], [ 120.4834839, 30.2575866 ], [ 120.4835182, 30.2575471 ], [ 120.483565, 30.2575187 ], [ 120.4836198, 30.2575045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4838186, 30.2576183 ], [ 120.4838246, 30.2576696 ], [ 120.4838109, 30.2577197 ], [ 120.4837791, 30.2577634 ], [ 120.4837326, 30.2577957 ], [ 120.4836764, 30.2578131 ], [ 120.4836167, 30.2578138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4836424, 30.2579094 ], [ 120.4836167, 30.2578138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4836167, 30.2578138 ], [ 120.4836424, 30.2579094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4364175, 30.2553241 ], [ 120.4365295, 30.2559571 ], [ 120.4365716, 30.2561952 ], [ 120.4365908, 30.2562951 ], [ 120.4366364, 30.2564585 ], [ 120.4368667, 30.2573184 ], [ 120.4370864, 30.2585182 ], [ 120.4370897, 30.2585365 ], [ 120.437372, 30.259826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4206675, 30.2615029 ], [ 120.4208525, 30.2605967 ], [ 120.4211328, 30.2591207 ], [ 120.4215368, 30.2569931 ], [ 120.4216875, 30.2562795 ], [ 120.4218196, 30.2556505 ], [ 120.4218877, 30.2551187 ], [ 120.4219211, 30.254749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4219211, 30.254749 ], [ 120.4218877, 30.2551187 ], [ 120.4218196, 30.2556505 ], [ 120.4216875, 30.2562795 ], [ 120.4215368, 30.2569931 ], [ 120.4211328, 30.2591207 ], [ 120.4208525, 30.2605967 ], [ 120.4206675, 30.2615029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4299894, 30.2545261 ], [ 120.4299434, 30.2550283 ], [ 120.4299409, 30.2556435 ], [ 120.4299831, 30.2564879 ], [ 120.43007, 30.2570538 ], [ 120.4301159, 30.2573481 ], [ 120.4301468, 30.257559 ], [ 120.4302064, 30.2579068 ], [ 120.4303255, 30.2586977 ], [ 120.4304496, 30.2594242 ], [ 120.4304779, 30.2596287 ], [ 120.4306035, 30.2603887 ], [ 120.4307325, 30.2612503 ], [ 120.4308615, 30.2620797 ], [ 120.4309272, 30.2624945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4307451, 30.2625485 ], [ 120.4306068, 30.26152 ], [ 120.4305232, 30.2609717 ], [ 120.4303769, 30.259936 ], [ 120.4303276, 30.2596577 ], [ 120.4301198, 30.2582951 ], [ 120.4299791, 30.2575821 ], [ 120.4299572, 30.2573873 ], [ 120.4299216, 30.2570809 ], [ 120.429855, 30.2565071 ], [ 120.4297976, 30.2560496 ], [ 120.4297871, 30.2553027 ], [ 120.429797, 30.254904 ], [ 120.4298333, 30.2544885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4098189, 30.2575644 ], [ 120.4089009, 30.2577372 ], [ 120.4081304, 30.2579166 ], [ 120.4076712, 30.2580235 ], [ 120.4065352, 30.25827 ], [ 120.4060105, 30.2583793 ], [ 120.4051365, 30.2585615 ], [ 120.4045397, 30.2586824 ], [ 120.4041481, 30.2587519 ], [ 120.4034681, 30.2588673 ], [ 120.4031302, 30.2587978 ], [ 120.4026581, 30.2588719 ], [ 120.4023027, 30.258928 ], [ 120.4018481, 30.2588905 ], [ 120.4014189, 30.2589322 ], [ 120.400967, 30.2590253 ], [ 120.4004677, 30.2592036 ], [ 120.4004104, 30.2592241 ], [ 120.4000613, 30.2594154 ], [ 120.3999115, 30.2594975 ], [ 120.3995146, 30.2597245 ], [ 120.3993416, 30.259864 ], [ 120.3987513, 30.2600631 ], [ 120.3986562, 30.2600952 ], [ 120.3982325, 30.2602527 ], [ 120.3980932, 30.2604456 ], [ 120.3980648, 30.2604849 ], [ 120.397916, 30.2606512 ], [ 120.397647, 30.2607448 ], [ 120.3975297, 30.2607856 ], [ 120.3972709, 30.2608555 ], [ 120.396709, 30.2608412 ], [ 120.3964246, 30.2608226 ], [ 120.3961752, 30.2608613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3961752, 30.2608613 ], [ 120.3964246, 30.2608226 ], [ 120.396709, 30.2608412 ], [ 120.3972709, 30.2608555 ], [ 120.3975297, 30.2607856 ], [ 120.397647, 30.2607448 ], [ 120.397916, 30.2606512 ], [ 120.3980648, 30.2604849 ], [ 120.3980932, 30.2604456 ], [ 120.3982325, 30.2602527 ], [ 120.3986562, 30.2600952 ], [ 120.3987513, 30.2600631 ], [ 120.3993416, 30.259864 ], [ 120.3995146, 30.2597245 ], [ 120.3999115, 30.2594975 ], [ 120.4000613, 30.2594154 ], [ 120.4004104, 30.2592241 ], [ 120.4004677, 30.2592036 ], [ 120.400967, 30.2590253 ], [ 120.4014189, 30.2589322 ], [ 120.4018481, 30.2588905 ], [ 120.4023027, 30.258928 ], [ 120.4026581, 30.2588719 ], [ 120.4031302, 30.2587978 ], [ 120.4034681, 30.2588673 ], [ 120.4041481, 30.2587519 ], [ 120.4045397, 30.2586824 ], [ 120.4051365, 30.2585615 ], [ 120.4060105, 30.2583793 ], [ 120.4065352, 30.25827 ], [ 120.4076712, 30.2580235 ], [ 120.4081304, 30.2579166 ], [ 120.4089009, 30.2577372 ], [ 120.4098189, 30.2575644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.437372, 30.259826 ], [ 120.4382701, 30.259645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4382701, 30.259645 ], [ 120.437372, 30.259826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3919683, 30.2603482 ], [ 120.3926414, 30.2599219 ], [ 120.3934421, 30.2598403 ], [ 120.3939436, 30.2598588 ], [ 120.3943767, 30.2599474 ], [ 120.3949146, 30.2601856 ], [ 120.3956776, 30.2605776 ], [ 120.3961752, 30.2608613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4836167, 30.2578138 ], [ 120.4841647, 30.2580883 ], [ 120.4843655, 30.2581877 ], [ 120.4850144, 30.2585091 ], [ 120.485993, 30.2590058 ], [ 120.4863605, 30.25919 ], [ 120.4866444, 30.259393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4866444, 30.259393 ], [ 120.4863337, 30.2592699 ], [ 120.4859743, 30.2590799 ], [ 120.4850308, 30.2586127 ], [ 120.4842026, 30.2581932 ], [ 120.4836424, 30.2579094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4803927, 30.26346 ], [ 120.480363, 30.2633196 ], [ 120.4803134, 30.2630334 ], [ 120.4799041, 30.2606618 ], [ 120.4795445, 30.2586538 ], [ 120.4794774, 30.2582822 ], [ 120.4793324, 30.2574788 ], [ 120.4791425, 30.2564364 ], [ 120.4790385, 30.2561814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4793003, 30.2562084 ], [ 120.4797266, 30.2582674 ], [ 120.4798031, 30.2586418 ], [ 120.480047, 30.2597887 ], [ 120.480142, 30.2606482 ], [ 120.4803158, 30.2615166 ], [ 120.4805227, 30.2630392 ], [ 120.4805656, 30.2633091 ], [ 120.4805905, 30.2634478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4846066, 30.2632177 ], [ 120.4845943, 30.2631307 ], [ 120.4845312, 30.2627601 ], [ 120.4843134, 30.2614657 ], [ 120.4841137, 30.2602785 ], [ 120.4836722, 30.2580205 ], [ 120.4836424, 30.2579094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4836424, 30.2579094 ], [ 120.4836722, 30.2580205 ], [ 120.4841137, 30.2602785 ], [ 120.4843134, 30.2614657 ], [ 120.4845312, 30.2627601 ], [ 120.4845943, 30.2631307 ], [ 120.4846066, 30.2632177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4866444, 30.259393 ], [ 120.4871743, 30.2596879 ], [ 120.4874895, 30.2598634 ], [ 120.4877321, 30.2599958 ], [ 120.4881176, 30.2602385 ], [ 120.4884474, 30.2604378 ], [ 120.4885278, 30.260507 ], [ 120.4886537, 30.2606154 ], [ 120.4889899, 30.2609947 ], [ 120.4894152, 30.2616261 ], [ 120.4895936, 30.2618977 ], [ 120.4897454, 30.2621091 ], [ 120.4898881, 30.2623627 ], [ 120.4898581, 30.262899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4898581, 30.262899 ], [ 120.4898881, 30.2623627 ], [ 120.4897454, 30.2621091 ], [ 120.4895936, 30.2618977 ], [ 120.4894152, 30.2616261 ], [ 120.4889899, 30.2609947 ], [ 120.4886537, 30.2606154 ], [ 120.4885278, 30.260507 ], [ 120.4884474, 30.2604378 ], [ 120.4881176, 30.2602385 ], [ 120.4877321, 30.2599958 ], [ 120.4874895, 30.2598634 ], [ 120.4871743, 30.2596879 ], [ 120.4866444, 30.259393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4871208, 30.2630487 ], [ 120.4875381, 30.2630262 ], [ 120.4893129, 30.2629289 ], [ 120.4894609, 30.2629208 ], [ 120.4898581, 30.262899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4898581, 30.262899 ], [ 120.4894609, 30.2629208 ], [ 120.4893129, 30.2629289 ], [ 120.4875381, 30.2630262 ], [ 120.4871208, 30.2630487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3961752, 30.2608613 ], [ 120.3956776, 30.2605776 ], [ 120.3949146, 30.2601856 ], [ 120.3943767, 30.2599474 ], [ 120.3939436, 30.2598588 ], [ 120.3934421, 30.2598403 ], [ 120.3926414, 30.2599219 ], [ 120.3919683, 30.2603482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4375792, 30.2609726 ], [ 120.4375063, 30.2608198 ], [ 120.4373985, 30.2599494 ], [ 120.437372, 30.259826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.437372, 30.259826 ], [ 120.4373985, 30.2599494 ], [ 120.4375063, 30.2608198 ], [ 120.4375792, 30.2609726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4403999, 30.2607805 ], [ 120.4393905, 30.2608406 ], [ 120.4385771, 30.260889 ], [ 120.4381927, 30.2609119 ], [ 120.4378972, 30.2609411 ], [ 120.4375792, 30.2609726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4375792, 30.2609726 ], [ 120.4378972, 30.2609411 ], [ 120.4381927, 30.2609119 ], [ 120.4385771, 30.260889 ], [ 120.4393905, 30.2608406 ], [ 120.4403999, 30.2607805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4105708, 30.2650548 ], [ 120.41051, 30.2647615 ], [ 120.4103373, 30.2642096 ], [ 120.4101267, 30.2635598 ], [ 120.4100041, 30.2629685 ], [ 120.4100323, 30.2625425 ], [ 120.4101326, 30.2619458 ], [ 120.4102419, 30.2611993 ], [ 120.4102225, 30.2610106 ], [ 120.4101225, 30.2600399 ], [ 120.4101078, 30.2598973 ], [ 120.410031, 30.2592771 ], [ 120.4099814, 30.258877 ], [ 120.4099532, 30.2586492 ], [ 120.4099231, 30.2584058 ], [ 120.4098189, 30.2575644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4098189, 30.2575644 ], [ 120.4099231, 30.2584058 ], [ 120.4099532, 30.2586492 ], [ 120.4099814, 30.258877 ], [ 120.410031, 30.2592771 ], [ 120.4101078, 30.2598973 ], [ 120.4101225, 30.2600399 ], [ 120.4102225, 30.2610106 ], [ 120.4102419, 30.2611993 ], [ 120.4101326, 30.2619458 ], [ 120.4100323, 30.2625425 ], [ 120.4100041, 30.2629685 ], [ 120.4101267, 30.2635598 ], [ 120.4103373, 30.2642096 ], [ 120.41051, 30.2647615 ], [ 120.4105708, 30.2650548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3983556, 30.2622438 ], [ 120.3982051, 30.2621172 ], [ 120.3976719, 30.2616682 ], [ 120.3970845, 30.2613416 ], [ 120.3961752, 30.2608613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3961752, 30.2608613 ], [ 120.3970845, 30.2613416 ], [ 120.3976719, 30.2616682 ], [ 120.3982051, 30.2621172 ], [ 120.3983556, 30.2622438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4309272, 30.2624945 ], [ 120.4324596, 30.2620163 ], [ 120.4330344, 30.2618457 ], [ 120.4336091, 30.2616994 ], [ 120.4339013, 30.2616391 ], [ 120.4346274, 30.2614892 ], [ 120.4348064, 30.2614557 ], [ 120.4351089, 30.2613992 ], [ 120.4356076, 30.2613051 ], [ 120.4372296, 30.2609992 ], [ 120.4375792, 30.2609726 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4468381, 30.260419 ], [ 120.4463044, 30.2605314 ], [ 120.4456633, 30.2606102 ], [ 120.4451039, 30.2606304 ], [ 120.4449189, 30.2606371 ], [ 120.4437921, 30.260664 ], [ 120.443638, 30.2606677 ], [ 120.4429756, 30.2606373 ], [ 120.4425867, 30.2606195 ], [ 120.4424111, 30.2606378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4424111, 30.2606378 ], [ 120.4412483, 30.2607586 ], [ 120.4403999, 30.2607805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4403999, 30.2607805 ], [ 120.4412483, 30.2607586 ], [ 120.4424111, 30.2606378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4426241, 30.2619731 ], [ 120.4425282, 30.2614351 ], [ 120.4423895, 30.2608003 ], [ 120.4424111, 30.2606378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4424111, 30.2606378 ], [ 120.4423895, 30.2608003 ], [ 120.4425282, 30.2614351 ], [ 120.4426241, 30.2619731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南翔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4403999, 30.2607805 ], [ 120.440513, 30.2612294 ], [ 120.4406837, 30.2619065 ], [ 120.4407891, 30.2623342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南翔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4407891, 30.2623342 ], [ 120.4406837, 30.2619065 ], [ 120.440513, 30.2612294 ], [ 120.4403999, 30.2607805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4426241, 30.2619731 ], [ 120.4432542, 30.2618662 ], [ 120.4451964, 30.2615365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4451964, 30.2615365 ], [ 120.4432542, 30.2618662 ], [ 120.4426241, 30.2619731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4426241, 30.2619731 ], [ 120.4415628, 30.2621819 ], [ 120.4407891, 30.2623342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4375792, 30.2609726 ], [ 120.4372296, 30.2609992 ], [ 120.4356076, 30.2613051 ], [ 120.4351089, 30.2613992 ], [ 120.4348064, 30.2614557 ], [ 120.4346274, 30.2614892 ], [ 120.4339013, 30.2616391 ], [ 120.4336091, 30.2616994 ], [ 120.4330344, 30.2618457 ], [ 120.4324596, 30.2620163 ], [ 120.4309272, 30.2624945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4375792, 30.2609726 ], [ 120.437855, 30.2618829 ], [ 120.438134, 30.2628504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.438134, 30.2628504 ], [ 120.437855, 30.2618829 ], [ 120.4375792, 30.2609726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4206675, 30.2615029 ], [ 120.4203231, 30.2615706 ], [ 120.4198049, 30.2616683 ], [ 120.4188435, 30.261858 ], [ 120.4183495, 30.2619555 ], [ 120.4166385, 30.2623236 ], [ 120.4163394, 30.262388 ], [ 120.414735, 30.2627135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.414735, 30.2627135 ], [ 120.4163394, 30.262388 ], [ 120.4166385, 30.2623236 ], [ 120.4183495, 30.2619555 ], [ 120.4188435, 30.261858 ], [ 120.4198049, 30.2616683 ], [ 120.4203231, 30.2615706 ], [ 120.4206675, 30.2615029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3954925, 30.264538 ], [ 120.3938483, 30.2626079 ], [ 120.3919683, 30.2603482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3919683, 30.2603482 ], [ 120.3938483, 30.2626079 ], [ 120.3954925, 30.264538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4309272, 30.2624945 ], [ 120.4307451, 30.2625485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4307451, 30.2625485 ], [ 120.4309272, 30.2624945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4407891, 30.2623342 ], [ 120.4390011, 30.2626754 ], [ 120.4384752, 30.2627757 ], [ 120.4384195, 30.2627879 ], [ 120.438134, 30.2628504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4407891, 30.2623342 ], [ 120.4415628, 30.2621819 ], [ 120.4426241, 30.2619731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4426241, 30.2619731 ], [ 120.4427505, 30.262394 ], [ 120.4428162, 30.262613 ], [ 120.4428281, 30.2626525 ], [ 120.4428969, 30.2628801 ], [ 120.4429709, 30.2631252 ], [ 120.4430404, 30.2634664 ], [ 120.4430654, 30.2635892 ], [ 120.4431099, 30.2638883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4431099, 30.2638883 ], [ 120.4430654, 30.2635892 ], [ 120.4430404, 30.2634664 ], [ 120.4429709, 30.2631252 ], [ 120.4428969, 30.2628801 ], [ 120.4428281, 30.2626525 ], [ 120.4428162, 30.262613 ], [ 120.4427505, 30.262394 ], [ 120.4426241, 30.2619731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南翔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4407891, 30.2623342 ], [ 120.440901, 30.2627091 ], [ 120.4409493, 30.2628956 ], [ 120.4410258, 30.2631516 ], [ 120.4410333, 30.2631732 ], [ 120.4410446, 30.263206 ], [ 120.4412066, 30.2637445 ], [ 120.4413324, 30.2641354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南翔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4413324, 30.2641354 ], [ 120.4412066, 30.2637445 ], [ 120.4410446, 30.263206 ], [ 120.4410333, 30.2631732 ], [ 120.4410258, 30.2631516 ], [ 120.4409493, 30.2628956 ], [ 120.440901, 30.2627091 ], [ 120.4407891, 30.2623342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4431099, 30.2638883 ], [ 120.4432299, 30.2638769 ], [ 120.4433781, 30.2638628 ], [ 120.4440728, 30.2638466 ], [ 120.4444993, 30.2638408 ], [ 120.4445316, 30.2638411 ], [ 120.4446119, 30.263842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446119, 30.263842 ], [ 120.4445316, 30.2638411 ], [ 120.4444993, 30.2638408 ], [ 120.4440728, 30.2638466 ], [ 120.4433781, 30.2638628 ], [ 120.4432299, 30.2638769 ], [ 120.4431099, 30.2638883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4499373, 30.2639392 ], [ 120.4467271, 30.2638806 ], [ 120.4446119, 30.263842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446119, 30.263842 ], [ 120.4467271, 30.2638806 ], [ 120.4499373, 30.2639392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "新镇路", "南虹路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4730221, 30.2637597 ], [ 120.4729967, 30.2637609 ], [ 120.4712532, 30.2638458 ], [ 120.4699465, 30.263916 ], [ 120.4686003, 30.2639803 ], [ 120.4674939, 30.2640343 ], [ 120.4670963, 30.2640274 ], [ 120.4659431, 30.2640425 ], [ 120.4646432, 30.2640338 ], [ 120.4635753, 30.2640293 ], [ 120.4624871, 30.2640247 ], [ 120.460385, 30.2639914 ], [ 120.4590736, 30.2639691 ], [ 120.4576868, 30.2640021 ], [ 120.456656, 30.2639897 ], [ 120.4562706, 30.263985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4846066, 30.2632177 ], [ 120.4853714, 30.2631759 ], [ 120.4869184, 30.2630914 ], [ 120.4871208, 30.2630487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4871208, 30.2630487 ], [ 120.4870257, 30.2631678 ], [ 120.4851694, 30.2632525 ], [ 120.4846215, 30.2632865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4846066, 30.2632177 ], [ 120.4846215, 30.2632865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4846215, 30.2632865 ], [ 120.4846066, 30.2632177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4805905, 30.2634478 ], [ 120.4811969, 30.263413 ], [ 120.4834688, 30.2632958 ], [ 120.4846066, 30.2632177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4846215, 30.2632865 ], [ 120.4806044, 30.2635298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4803927, 30.26346 ], [ 120.4805905, 30.2634478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4805905, 30.2634478 ], [ 120.4806044, 30.2635298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4804042, 30.263539 ], [ 120.4803927, 30.26346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.476857, 30.2635695 ], [ 120.4770264, 30.2635964 ], [ 120.4796001, 30.2634815 ], [ 120.4803927, 30.26346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.438134, 30.2628504 ], [ 120.4384195, 30.2627879 ], [ 120.4384752, 30.2627757 ], [ 120.4390011, 30.2626754 ], [ 120.4407891, 30.2623342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.420124, 30.2643232 ], [ 120.4205528, 30.2621276 ], [ 120.4206675, 30.2615029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4206675, 30.2615029 ], [ 120.4205528, 30.2621276 ], [ 120.420124, 30.2643232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4307451, 30.2625485 ], [ 120.4302829, 30.2626589 ], [ 120.4283305, 30.2631958 ], [ 120.4256814, 30.2639242 ], [ 120.4250283, 30.2640723 ], [ 120.4244447, 30.2641544 ], [ 120.4242093, 30.2641666 ], [ 120.4237957, 30.2641881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4237957, 30.2641881 ], [ 120.4242093, 30.2641666 ], [ 120.4244447, 30.2641544 ], [ 120.4250283, 30.2640723 ], [ 120.4256814, 30.2639242 ], [ 120.4283305, 30.2631958 ], [ 120.4302829, 30.2626589 ], [ 120.4307451, 30.2625485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3954925, 30.264538 ], [ 120.3983556, 30.2622438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3983556, 30.2622438 ], [ 120.3954925, 30.264538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.438134, 30.2628504 ], [ 120.4383586, 30.2635654 ], [ 120.4383728, 30.2636085 ], [ 120.4384685, 30.2639322 ], [ 120.4385786, 30.2642641 ], [ 120.4386556, 30.2645177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386556, 30.2645177 ], [ 120.4385786, 30.2642641 ], [ 120.4384685, 30.2639322 ], [ 120.4383728, 30.2636085 ], [ 120.4383586, 30.2635654 ], [ 120.438134, 30.2628504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4309272, 30.2624945 ], [ 120.4310253, 30.263207 ], [ 120.4311667, 30.2640536 ], [ 120.431323, 30.2650159 ], [ 120.4313399, 30.2651439 ], [ 120.4313565, 30.265459 ], [ 120.4314091, 30.265757 ], [ 120.4314263, 30.265865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499128, 30.2071025 ], [ 120.2500587, 30.2071016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477502, 30.2071149 ], [ 120.2499128, 30.2071025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499128, 30.2071025 ], [ 120.2477502, 30.2071149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244742, 30.2071629 ], [ 120.2477502, 30.2071149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477502, 30.2071149 ], [ 120.244742, 30.2071629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500587, 30.2071016 ], [ 120.2500825, 30.2094924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498994, 30.209496 ], [ 120.2499128, 30.2071025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477846, 30.2095371 ], [ 120.2477828, 30.2094127 ], [ 120.2477648, 30.2081403 ], [ 120.2477502, 30.2071149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477502, 30.2071149 ], [ 120.2477648, 30.2081403 ], [ 120.2477828, 30.2094127 ], [ 120.2477846, 30.2095371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500825, 30.2094924 ], [ 120.2498994, 30.209496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500587, 30.2071016 ], [ 120.2504752, 30.207074 ], [ 120.2507987, 30.2070692 ], [ 120.2538555, 30.2070335 ], [ 120.2539494, 30.2070324 ], [ 120.2559584, 30.2070089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559584, 30.2070089 ], [ 120.256085, 30.208926 ], [ 120.256253, 30.2114707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256253, 30.2114707 ], [ 120.256085, 30.208926 ], [ 120.2559584, 30.2070089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562712, 30.211656 ], [ 120.256253, 30.2114707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256253, 30.2114707 ], [ 120.2562712, 30.211656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500701, 30.2117103 ], [ 120.2502778, 30.2116992 ], [ 120.2513681, 30.2116847 ], [ 120.2515776, 30.2116826 ], [ 120.256253, 30.2114707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562712, 30.211656 ], [ 120.2542914, 30.2117341 ], [ 120.253601, 30.2117613 ], [ 120.2520133, 30.2118016 ], [ 120.2515229, 30.2118057 ], [ 120.251323, 30.2118191 ], [ 120.2503065, 30.2118447 ], [ 120.2500632, 30.2118437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2562712, 30.211656 ], [ 120.2562132, 30.2121835 ], [ 120.2559517, 30.2128292 ], [ 120.255522, 30.21337 ], [ 120.2551391, 30.2139269 ], [ 120.2549896, 30.2144677 ], [ 120.2549661, 30.2148358 ], [ 120.2549599, 30.215146 ], [ 120.2549657, 30.2151987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2549657, 30.2151987 ], [ 120.2549599, 30.215146 ], [ 120.2549661, 30.2148358 ], [ 120.2549896, 30.2144677 ], [ 120.2551391, 30.2139269 ], [ 120.255522, 30.21337 ], [ 120.2559517, 30.2128292 ], [ 120.2562132, 30.2121835 ], [ 120.2562712, 30.211656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2549657, 30.2151987 ], [ 120.2548634, 30.2151987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建设三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636986, 30.20693 ], [ 120.2619948, 30.2069474 ], [ 120.2616854, 30.2069505 ], [ 120.2601497, 30.2069662 ], [ 120.2559584, 30.2070089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256253, 30.2114707 ], [ 120.2575013, 30.2114484 ], [ 120.2582812, 30.2114344 ], [ 120.2605224, 30.2113943 ], [ 120.2639564, 30.2113329 ], [ 120.264249, 30.2113277 ], [ 120.2644171, 30.2113197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644256, 30.2114016 ], [ 120.2639377, 30.2114166 ], [ 120.2627469, 30.2114533 ], [ 120.2605381, 30.2115107 ], [ 120.2599704, 30.2115254 ], [ 120.2590515, 30.2115492 ], [ 120.2588452, 30.2115546 ], [ 120.2564545, 30.2116488 ], [ 120.2562712, 30.211656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2609716, 30.2151619 ], [ 120.260968, 30.2150835 ], [ 120.2609565, 30.2148441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2609716, 30.2151619 ], [ 120.2591315, 30.2151763 ], [ 120.2562756, 30.2151987 ], [ 120.2555229, 30.215209 ], [ 120.2552909, 30.2152032 ], [ 120.2549657, 30.2151987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2549657, 30.2151987 ], [ 120.2552909, 30.2152032 ], [ 120.2555229, 30.215209 ], [ 120.2562756, 30.2151987 ], [ 120.2591315, 30.2151763 ], [ 120.2609716, 30.2151619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2609944, 30.2182299 ], [ 120.2609716, 30.2151619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551507, 30.2181762 ], [ 120.256545, 30.2181976 ], [ 120.2593575, 30.2182245 ], [ 120.2601818, 30.2182378 ], [ 120.2609944, 30.2182299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永晖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2609999, 30.2182968 ], [ 120.2609944, 30.2182299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2609999, 30.2182968 ], [ 120.2601627, 30.2183012 ], [ 120.2592618, 30.218284 ], [ 120.2581424, 30.2182755 ], [ 120.2569884, 30.2182668 ], [ 120.2554493, 30.218255 ], [ 120.2551522, 30.2182564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乐达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477649, 30.2137512 ], [ 120.2477844, 30.2119127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500632, 30.2118437 ], [ 120.2500396, 30.2121353 ], [ 120.2499749, 30.2127641 ], [ 120.2499002, 30.2134902 ], [ 120.2497682, 30.2147736 ], [ 120.2497628, 30.2149343 ], [ 120.2497414, 30.215238 ], [ 120.2497377, 30.2152977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495564, 30.2153142 ], [ 120.2495576, 30.2152588 ], [ 120.2495912, 30.2149483 ], [ 120.2496627, 30.2142851 ], [ 120.2497238, 30.2137104 ], [ 120.2498587, 30.2124415 ], [ 120.2499211, 30.2118547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495564, 30.2153142 ], [ 120.2497377, 30.2152977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497377, 30.2152977 ], [ 120.2495564, 30.2153142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448341, 30.2156978 ], [ 120.2460585, 30.2156326 ], [ 120.2495564, 30.2153142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495564, 30.2153142 ], [ 120.2460585, 30.2156326 ], [ 120.2448341, 30.2156978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497377, 30.2152977 ], [ 120.249723, 30.2158745 ], [ 120.2497467, 30.2176061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495609, 30.2175907 ], [ 120.2495496, 30.2156791 ], [ 120.2495564, 30.2153142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447805, 30.2171933 ], [ 120.2457158, 30.2172258 ], [ 120.246199, 30.21726 ], [ 120.247268, 30.2173671 ], [ 120.24891, 30.2175296 ], [ 120.2495609, 30.2175907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548634, 30.2151987 ], [ 120.2549657, 30.2151987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548634, 30.2151987 ], [ 120.2525537, 30.2151987 ], [ 120.2512126, 30.2152221 ], [ 120.2504155, 30.215236 ], [ 120.2497377, 30.2152977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497377, 30.2152977 ], [ 120.2504155, 30.215236 ], [ 120.2512126, 30.2152221 ], [ 120.2525537, 30.2151987 ], [ 120.2548634, 30.2151987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550271, 30.2181754 ], [ 120.2550056, 30.2173917 ], [ 120.2549734, 30.2167034 ], [ 120.2549251, 30.2164322 ], [ 120.2548634, 30.2151987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551507, 30.2181762 ], [ 120.2550726, 30.2167453 ], [ 120.2550255, 30.2163862 ], [ 120.2549657, 30.2151987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497467, 30.2176061 ], [ 120.2510895, 30.2178309 ], [ 120.2523788, 30.2180278 ], [ 120.2532978, 30.2181209 ], [ 120.2540163, 30.218165 ], [ 120.2550271, 30.2181754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550085, 30.2182546 ], [ 120.2541914, 30.2182393 ], [ 120.2533213, 30.2182085 ], [ 120.2524382, 30.2181061 ], [ 120.2511359, 30.2178903 ], [ 120.2497352, 30.2176993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550271, 30.2181754 ], [ 120.2551507, 30.2181762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550085, 30.2182546 ], [ 120.2550271, 30.2181754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551507, 30.2181762 ], [ 120.2551522, 30.2182564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551522, 30.2182564 ], [ 120.2550085, 30.2182546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551548, 30.2205886 ], [ 120.2551129, 30.219334 ], [ 120.2550592, 30.219079 ], [ 120.2550085, 30.2182546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551522, 30.2182564 ], [ 120.2551955, 30.2194845 ], [ 120.255231, 30.2199881 ], [ 120.2552847, 30.2206153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498478, 30.2195408 ], [ 120.2551548, 30.2205886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551548, 30.2205886 ], [ 120.2498478, 30.2195408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551548, 30.2205886 ], [ 120.2552847, 30.2206153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552847, 30.2206153 ], [ 120.2551548, 30.2205886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255283, 30.2228924 ], [ 120.2551548, 30.2205886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552847, 30.2206153 ], [ 120.2553342, 30.2217656 ], [ 120.2553965, 30.2229382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499101, 30.2211516 ], [ 120.2512, 30.2215077 ], [ 120.255283, 30.2228924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2609999, 30.2182968 ], [ 120.2610148, 30.2210514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610148, 30.2210514 ], [ 120.2609999, 30.2182968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552847, 30.2206153 ], [ 120.2563607, 30.2209263 ], [ 120.2569853, 30.2210516 ], [ 120.2582396, 30.2210515 ], [ 120.2610148, 30.2210514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610148, 30.2210514 ], [ 120.2582396, 30.2210515 ], [ 120.2569853, 30.2210516 ], [ 120.2563607, 30.2209263 ], [ 120.2552847, 30.2206153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610148, 30.2210514 ], [ 120.2610234, 30.2226399 ], [ 120.2610346, 30.2247089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610346, 30.2247089 ], [ 120.2610234, 30.2226399 ], [ 120.2610148, 30.2210514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610346, 30.2247089 ], [ 120.2573815, 30.2235311 ], [ 120.256076, 30.2231364 ], [ 120.2556229, 30.2229952 ], [ 120.2553965, 30.2229382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553965, 30.2229382 ], [ 120.2556229, 30.2229952 ], [ 120.256076, 30.2231364 ], [ 120.2573815, 30.2235311 ], [ 120.2610346, 30.2247089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553272, 30.224123 ], [ 120.2555993, 30.2241959 ], [ 120.2562914, 30.2244207 ], [ 120.256577, 30.2245093 ], [ 120.2579111, 30.2249722 ], [ 120.2590491, 30.2253557 ], [ 120.2596996, 30.2255376 ], [ 120.2604184, 30.2257195 ], [ 120.2606919, 30.2257804 ], [ 120.2610674, 30.225864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610623, 30.2257204 ], [ 120.261036, 30.2249771 ], [ 120.2610346, 30.2247089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255283, 30.2228924 ], [ 120.2512, 30.2215077 ], [ 120.2499101, 30.2211516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255283, 30.2228924 ], [ 120.2553965, 30.2229382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553965, 30.2229382 ], [ 120.255283, 30.2228924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499545, 30.2223142 ], [ 120.2505115, 30.2225043 ], [ 120.2515461, 30.2228418 ], [ 120.2525703, 30.2231761 ], [ 120.2535906, 30.2235432 ], [ 120.254611, 30.2238841 ], [ 120.2552184, 30.2240829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541025, 30.2240226 ], [ 120.2534465, 30.2238022 ], [ 120.2524451, 30.2234646 ], [ 120.2514171, 30.2231139 ], [ 120.2503852, 30.2227687 ], [ 120.2499666, 30.2226312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552184, 30.2240829 ], [ 120.2552372, 30.223944 ], [ 120.2552744, 30.2237953 ], [ 120.2552711, 30.2230191 ], [ 120.255283, 30.2228924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553965, 30.2229382 ], [ 120.2553718, 30.223834 ], [ 120.2553536, 30.2239756 ], [ 120.2553272, 30.224123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552184, 30.2240829 ], [ 120.2553272, 30.224123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551828, 30.2243919 ], [ 120.2544707, 30.2241463 ], [ 120.2541025, 30.2240226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551828, 30.2243919 ], [ 120.2552184, 30.2240829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553272, 30.224123 ], [ 120.2552619, 30.2244192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551673, 30.2245478 ], [ 120.2544359, 30.2242837 ], [ 120.2541025, 30.2240226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552619, 30.2244192 ], [ 120.2551828, 30.2243919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551673, 30.2245478 ], [ 120.2551828, 30.2243919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552619, 30.2244192 ], [ 120.2552572, 30.2245748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552572, 30.2245748 ], [ 120.2551673, 30.2245478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2549141, 30.2257974 ], [ 120.2551426, 30.2247411 ], [ 120.2551673, 30.2245478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2552572, 30.2245748 ], [ 120.2552284, 30.2248591 ], [ 120.255179, 30.2251296 ], [ 120.2551299, 30.2254463 ], [ 120.2550511, 30.2258296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2549141, 30.2257974 ], [ 120.2546949, 30.2257509 ], [ 120.2542137, 30.2256405 ], [ 120.2534485, 30.2255155 ], [ 120.2525427, 30.2253744 ], [ 120.2510361, 30.2251827 ], [ 120.2499895, 30.2250212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499895, 30.2250212 ], [ 120.2510361, 30.2251827 ], [ 120.2525427, 30.2253744 ], [ 120.2534485, 30.2255155 ], [ 120.2542137, 30.2256405 ], [ 120.2546949, 30.2257509 ], [ 120.2549141, 30.2257974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610346, 30.2247089 ], [ 120.261036, 30.2249771 ], [ 120.2610623, 30.2257204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610778, 30.2261586 ], [ 120.2603084, 30.2259981 ], [ 120.259656, 30.2258441 ], [ 120.2589049, 30.225631 ], [ 120.257547, 30.2251886 ], [ 120.2562353, 30.2247432 ], [ 120.2555189, 30.2244972 ], [ 120.2554242, 30.2244631 ], [ 120.2552619, 30.2244192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610615, 30.2262746 ], [ 120.2598911, 30.2260782 ], [ 120.2586417, 30.2257633 ], [ 120.2572367, 30.2253351 ], [ 120.256162, 30.22495 ], [ 120.2555444, 30.224744 ], [ 120.2554937, 30.224725 ], [ 120.2552572, 30.2245748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610623, 30.2257204 ], [ 120.2610674, 30.225864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610674, 30.225864 ], [ 120.2610623, 30.2257204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610623, 30.2257204 ], [ 120.261781, 30.2258642 ], [ 120.2622411, 30.2259467 ], [ 120.2632356, 30.2260752 ], [ 120.2636992, 30.2261149 ], [ 120.2640528, 30.2261493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610778, 30.2261586 ], [ 120.2610674, 30.225864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610674, 30.225864 ], [ 120.2610778, 30.2261586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610674, 30.225864 ], [ 120.2616512, 30.2259653 ], [ 120.2623795, 30.2260669 ], [ 120.2632406, 30.2261915 ], [ 120.2640417, 30.226249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610778, 30.2261586 ], [ 120.2610615, 30.2262746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644256, 30.2114016 ], [ 120.2644171, 30.2113197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "建设四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2646146, 30.2113873 ], [ 120.2644256, 30.2114016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2609716, 30.2151619 ], [ 120.2610398, 30.215163 ], [ 120.2611246, 30.2151614 ], [ 120.2632584, 30.2151218 ], [ 120.2644171, 30.2149828 ], [ 120.2646248, 30.2149624 ], [ 120.2648387, 30.2149223 ], [ 120.2656202, 30.2148439 ], [ 120.2678047, 30.2145291 ], [ 120.2698886, 30.2141982 ], [ 120.2700457, 30.2141729 ], [ 120.2711044, 30.2139907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711044, 30.2139907 ], [ 120.2700457, 30.2141729 ], [ 120.2698886, 30.2141982 ], [ 120.2678047, 30.2145291 ], [ 120.2656202, 30.2148439 ], [ 120.2648387, 30.2149223 ], [ 120.2646248, 30.2149624 ], [ 120.2644171, 30.2149828 ], [ 120.2632584, 30.2151218 ], [ 120.2611246, 30.2151614 ], [ 120.2610398, 30.215163 ], [ 120.2609716, 30.2151619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2646146, 30.2113873 ], [ 120.264637, 30.21149 ], [ 120.2646955, 30.2118381 ], [ 120.2647452, 30.2121338 ], [ 120.2649948, 30.2136171 ], [ 120.2650965, 30.2142981 ], [ 120.2652326, 30.2151893 ], [ 120.2653163, 30.2157443 ], [ 120.2653501, 30.2160796 ], [ 120.265356, 30.2163991 ], [ 120.2653653, 30.2166871 ], [ 120.2653724, 30.216909 ], [ 120.2653567, 30.2170393 ], [ 120.2653312, 30.2172518 ], [ 120.2652782, 30.2176429 ], [ 120.2651849, 30.2180302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649951, 30.218053 ], [ 120.2650262, 30.2179227 ], [ 120.2651397, 30.2171874 ], [ 120.2651611, 30.216737 ], [ 120.2651638, 30.216343 ], [ 120.265154, 30.2162266 ], [ 120.2651132, 30.2157408 ], [ 120.2650474, 30.2152316 ], [ 120.2649034, 30.2143231 ], [ 120.264794, 30.2137048 ], [ 120.2645084, 30.2119523 ], [ 120.2644331, 30.21149 ], [ 120.2644256, 30.2114016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651849, 30.2180302 ], [ 120.2657727, 30.2179521 ], [ 120.2665375, 30.2178504 ], [ 120.2682963, 30.2176159 ], [ 120.2702334, 30.217361 ], [ 120.2707473, 30.2172934 ], [ 120.2727629, 30.2170281 ], [ 120.2738202, 30.2168552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738187, 30.2169511 ], [ 120.2725973, 30.2171272 ], [ 120.270759, 30.2173553 ], [ 120.2702445, 30.2174191 ], [ 120.2698893, 30.2174632 ], [ 120.2683197, 30.2176616 ], [ 120.2673238, 30.2177996 ], [ 120.2672429, 30.2178108 ], [ 120.2665396, 30.2178983 ], [ 120.2651817, 30.2180827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649951, 30.218053 ], [ 120.2651849, 30.2180302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651849, 30.2180302 ], [ 120.2651817, 30.2180827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273502, 30.213569 ], [ 120.2734453, 30.214012 ], [ 120.2738785, 30.2168457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738202, 30.2168552 ], [ 120.2733851, 30.2140059 ], [ 120.2734537, 30.2135774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738202, 30.2168552 ], [ 120.2738785, 30.2168457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738785, 30.2168457 ], [ 120.2739005, 30.2169379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738187, 30.2169511 ], [ 120.2738202, 30.2168552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2739005, 30.2169379 ], [ 120.2738187, 30.2169511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2739005, 30.2169379 ], [ 120.2740222, 30.2176453 ], [ 120.2742177, 30.2187528 ], [ 120.2744686, 30.2201737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744071, 30.2201854 ], [ 120.2741593, 30.2188233 ], [ 120.2738187, 30.2169511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744071, 30.2201854 ], [ 120.2744686, 30.2201737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744686, 30.2201737 ], [ 120.2744791, 30.2202392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278757, 30.216074 ], [ 120.2803431, 30.2158231 ], [ 120.2808897, 30.2157366 ], [ 120.2831153, 30.2154053 ], [ 120.2841346, 30.2152535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2842672, 30.21532 ], [ 120.2833171, 30.2154601 ], [ 120.2808379, 30.2158257 ], [ 120.2803234, 30.2159037 ], [ 120.278772, 30.2161387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786605, 30.2160892 ], [ 120.278757, 30.216074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "生兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278757, 30.216074 ], [ 120.278772, 30.2161387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "生兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786731, 30.2161529 ], [ 120.2786605, 30.2160892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278772, 30.2161387 ], [ 120.2786731, 30.2161529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738785, 30.2168457 ], [ 120.2766646, 30.2164232 ], [ 120.2786605, 30.2160892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786731, 30.2161529 ], [ 120.2766668, 30.216472 ], [ 120.2739005, 30.2169379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "生兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278772, 30.2161387 ], [ 120.2789406, 30.2171196 ], [ 120.2790218, 30.2175103 ], [ 120.2793169, 30.2189307 ], [ 120.279362, 30.2191292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "生兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2792994, 30.2191403 ], [ 120.2792537, 30.2189408 ], [ 120.2788653, 30.2171635 ], [ 120.2786731, 30.2161529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649796, 30.2181151 ], [ 120.2649951, 30.218053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651817, 30.2180827 ], [ 120.2649796, 30.2181151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2609944, 30.2182299 ], [ 120.2610592, 30.2182204 ], [ 120.2614971, 30.2182169 ], [ 120.262082, 30.2181966 ], [ 120.2634454, 30.2181276 ], [ 120.2644468, 30.2180941 ], [ 120.2649951, 30.218053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649796, 30.2181151 ], [ 120.2644465, 30.2181516 ], [ 120.263455, 30.2181719 ], [ 120.2621474, 30.2182509 ], [ 120.2620957, 30.2182531 ], [ 120.2612299, 30.2182904 ], [ 120.2610736, 30.2182947 ], [ 120.2609999, 30.2182968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651817, 30.2180827 ], [ 120.2648896, 30.2198146 ], [ 120.2648798, 30.2198726 ], [ 120.2647593, 30.2204689 ], [ 120.2646622, 30.2212832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644654, 30.221315 ], [ 120.2645429, 30.2207014 ], [ 120.2646338, 30.2200569 ], [ 120.2646625, 30.2198537 ], [ 120.2647877, 30.2191426 ], [ 120.2649796, 30.2181151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2646622, 30.2212832 ], [ 120.2665524, 30.2209967 ], [ 120.2670316, 30.2209223 ], [ 120.2679466, 30.2208779 ], [ 120.2689052, 30.2208938 ], [ 120.2698262, 30.2209076 ], [ 120.2702091, 30.2208843 ], [ 120.2709842, 30.2207932 ], [ 120.2709898, 30.2207924 ], [ 120.2712567, 30.2207523 ], [ 120.2712623, 30.2207515 ], [ 120.2722854, 30.2205686 ], [ 120.2730029, 30.2204403 ], [ 120.2744071, 30.2201854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274419, 30.2202536 ], [ 120.2735459, 30.2204039 ], [ 120.2731269, 30.2204761 ], [ 120.2712823, 30.2208109 ], [ 120.2712767, 30.2208118 ], [ 120.2709924, 30.2208561 ], [ 120.2709868, 30.220857 ], [ 120.2703345, 30.2209437 ], [ 120.2697999, 30.2209776 ], [ 120.2688992, 30.2209516 ], [ 120.2679604, 30.2209378 ], [ 120.2670303, 30.2209768 ], [ 120.2665792, 30.2210437 ], [ 120.2647994, 30.2213151 ], [ 120.26466, 30.2213364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644654, 30.221315 ], [ 120.2646622, 30.2212832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2646622, 30.2212832 ], [ 120.26466, 30.2213364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849011, 30.2181777 ], [ 120.2851586, 30.2181358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851586, 30.2181358 ], [ 120.285184, 30.2182046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2848365, 30.2182591 ], [ 120.2849011, 30.2181777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.285184, 30.2182046 ], [ 120.2848365, 30.2182591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.279362, 30.2191292 ], [ 120.2795739, 30.2190919 ], [ 120.2807791, 30.2188845 ], [ 120.2816801, 30.2187286 ], [ 120.2822389, 30.2186258 ], [ 120.2836392, 30.2183866 ], [ 120.2849011, 30.2181777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2848365, 30.2182591 ], [ 120.2836328, 30.2184387 ], [ 120.2824278, 30.2186665 ], [ 120.2807864, 30.2189459 ], [ 120.2798027, 30.2191083 ], [ 120.2795824, 30.2191491 ], [ 120.2793745, 30.2191844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866572, 30.2179698 ], [ 120.2869808, 30.2198727 ], [ 120.2871319, 30.220761 ], [ 120.2872478, 30.2213532 ], [ 120.2876281, 30.2232958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876281, 30.2232958 ], [ 120.2872478, 30.2213532 ], [ 120.2871319, 30.220761 ], [ 120.2869808, 30.2198727 ], [ 120.2866572, 30.2179698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.285184, 30.2182046 ], [ 120.2853893, 30.2191271 ], [ 120.2855529, 30.2199179 ], [ 120.2856338, 30.2203568 ], [ 120.2857776, 30.2209871 ], [ 120.2863095, 30.2234706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860498, 30.2235082 ], [ 120.2855628, 30.2212011 ], [ 120.2854982, 30.2210508 ], [ 120.2853707, 30.2207398 ], [ 120.2851779, 30.220062 ], [ 120.2850656, 30.2195048 ], [ 120.284967, 30.2188956 ], [ 120.2848365, 30.2182591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2792994, 30.2191403 ], [ 120.279362, 30.2191292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.279362, 30.2191292 ], [ 120.2793745, 30.2191844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793119, 30.2191951 ], [ 120.2792994, 30.2191403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793745, 30.2191844 ], [ 120.2793119, 30.2191951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744686, 30.2201737 ], [ 120.2753938, 30.2199688 ], [ 120.275773, 30.2198848 ], [ 120.2772868, 30.2195364 ], [ 120.2780539, 30.2193598 ], [ 120.2792994, 30.2191403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793119, 30.2191951 ], [ 120.2780932, 30.2194021 ], [ 120.2775652, 30.2195422 ], [ 120.2765976, 30.219753 ], [ 120.2758568, 30.2199268 ], [ 120.2744791, 30.2202392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793745, 30.2191844 ], [ 120.2797956, 30.2209372 ], [ 120.2800623, 30.2220472 ], [ 120.2805729, 30.2241754 ], [ 120.2805432, 30.2243359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805432, 30.2243359 ], [ 120.2804208, 30.2242106 ], [ 120.2799557, 30.2220381 ], [ 120.2797157, 30.2209785 ], [ 120.2795948, 30.2204444 ], [ 120.2793119, 30.2191951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806772, 30.2246924 ], [ 120.2804838, 30.2247216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754548, 30.2250894 ], [ 120.2805432, 30.2243359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644655, 30.2213604 ], [ 120.2644654, 30.221315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26466, 30.2213364 ], [ 120.2644655, 30.2213604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640528, 30.2261493 ], [ 120.2642313, 30.2244753 ], [ 120.2642654, 30.2238689 ], [ 120.2642891, 30.2234415 ], [ 120.2644655, 30.2213604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26466, 30.2213364 ], [ 120.2645993, 30.2221919 ], [ 120.2645547, 30.2228207 ], [ 120.2644951, 30.2234638 ], [ 120.264431, 30.2242235 ], [ 120.2644126, 30.2244418 ], [ 120.2642294, 30.2262566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642294, 30.2262566 ], [ 120.2658886, 30.2262847 ], [ 120.2666106, 30.2262786 ], [ 120.2674883, 30.2262515 ], [ 120.2679273, 30.226139 ], [ 120.2691173, 30.226009 ], [ 120.2718514, 30.2256337 ], [ 120.2718571, 30.2256331 ], [ 120.2721024, 30.2256081 ], [ 120.2721081, 30.2256075 ], [ 120.2753909, 30.2251056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754647, 30.2254788 ], [ 120.2721866, 30.2259684 ], [ 120.2721809, 30.2259691 ], [ 120.2719242, 30.2260023 ], [ 120.2719185, 30.226003 ], [ 120.2691732, 30.2264206 ], [ 120.267994, 30.2265621 ], [ 120.2674079, 30.2265612 ], [ 120.2665095, 30.2266043 ], [ 120.265903, 30.2266164 ], [ 120.2648217, 30.2266235 ], [ 120.2641953, 30.2265853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640417, 30.226249 ], [ 120.2640528, 30.2261493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640528, 30.2261493 ], [ 120.2642294, 30.2262566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640417, 30.226249 ], [ 120.2642294, 30.2262566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640056, 30.2265735 ], [ 120.2640417, 30.226249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274419, 30.2202536 ], [ 120.2744071, 30.2201854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744791, 30.2202392 ], [ 120.274419, 30.2202536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744791, 30.2202392 ], [ 120.2748737, 30.2221236 ], [ 120.2751566, 30.2236841 ], [ 120.2754548, 30.2250894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2753909, 30.2251056 ], [ 120.2751067, 30.2236983 ], [ 120.2748108, 30.2221416 ], [ 120.274419, 30.2202536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2753909, 30.2251056 ], [ 120.2754548, 30.2250894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754548, 30.2250894 ], [ 120.2755395, 30.2254688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754647, 30.2254788 ], [ 120.2753909, 30.2251056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2755395, 30.2254688 ], [ 120.2754647, 30.2254788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2755395, 30.2254688 ], [ 120.2762439, 30.228844 ], [ 120.276499, 30.2299237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764402, 30.2299502 ], [ 120.2761989, 30.2289226 ], [ 120.2754647, 30.2254788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863095, 30.2234706 ], [ 120.2875015, 30.2233156 ], [ 120.2876281, 30.2232958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860498, 30.2235082 ], [ 120.2863095, 30.2234706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863095, 30.2234706 ], [ 120.2863896, 30.2238196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861258, 30.2238681 ], [ 120.2860498, 30.2235082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863896, 30.2238196 ], [ 120.2861258, 30.2238681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805432, 30.2243359 ], [ 120.2820952, 30.2241061 ], [ 120.2853091, 30.223629 ], [ 120.2860498, 30.2235082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861258, 30.2238681 ], [ 120.2842997, 30.2241455 ], [ 120.2821815, 30.2244651 ], [ 120.2806772, 30.2246924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868545, 30.22807 ], [ 120.2868468, 30.2278927 ], [ 120.28677, 30.2271647 ], [ 120.2864833, 30.2255912 ], [ 120.2861947, 30.2241944 ], [ 120.2861258, 30.2238681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863896, 30.2238196 ], [ 120.2865131, 30.2243581 ], [ 120.2867589, 30.2254093 ], [ 120.2868259, 30.2258814 ], [ 120.2869858, 30.2270089 ], [ 120.2870981, 30.2278847 ], [ 120.287126, 30.2281348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.287126, 30.2281348 ], [ 120.2868545, 30.22807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804838, 30.2247216 ], [ 120.2755395, 30.2254688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806772, 30.2246924 ], [ 120.2811533, 30.2270627 ], [ 120.2815398, 30.2290058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813957, 30.229032 ], [ 120.2809684, 30.2270733 ], [ 120.2804838, 30.2247216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813957, 30.229032 ], [ 120.2815398, 30.2290058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2815398, 30.2290058 ], [ 120.2817576, 30.229078 ], [ 120.2815815, 30.2291741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2815398, 30.2290058 ], [ 120.28156, 30.2291072 ], [ 120.2815815, 30.2291741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814467, 30.2291815 ], [ 120.2814121, 30.2291072 ], [ 120.2813957, 30.229032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2815815, 30.2291741 ], [ 120.2814467, 30.2291815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276499, 30.2299237 ], [ 120.2813957, 30.229032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814467, 30.2291815 ], [ 120.2765287, 30.2300494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904837, 30.2142826 ], [ 120.2885457, 30.2146231 ], [ 120.2861381, 30.2150043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905863, 30.2142651 ], [ 120.2908265, 30.2151891 ], [ 120.290694, 30.2152178 ], [ 120.2904837, 30.2142826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866418, 30.2178978 ], [ 120.2880052, 30.2176716 ], [ 120.2905438, 30.217223 ], [ 120.290935, 30.2171539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "利华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909489, 30.2172158 ], [ 120.2906544, 30.2172719 ], [ 120.2866572, 30.2179698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "104国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2949165, 30.222197 ], [ 120.2959142, 30.2211118 ], [ 120.2975819, 30.2192504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "104国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976027, 30.2193568 ], [ 120.2958281, 30.2213252 ], [ 120.2950986, 30.2221519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2949165, 30.222197 ], [ 120.2950986, 30.2221519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "104国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2950986, 30.2221519 ], [ 120.2947697, 30.2225119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "104国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294612, 30.2225458 ], [ 120.2949165, 30.222197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947697, 30.2225119 ], [ 120.294612, 30.2225458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3089069, 30.2218928 ], [ 120.3085006, 30.2204355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3145562, 30.2210338 ], [ 120.3091366, 30.2218579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091366, 30.2218579 ], [ 120.3145562, 30.2210338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149378, 30.2223396 ], [ 120.3145562, 30.2210338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3145562, 30.2210338 ], [ 120.3149378, 30.2223396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304936, 30.2209693 ], [ 120.3052416, 30.2224502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052416, 30.2224502 ], [ 120.304936, 30.2209693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3089069, 30.2218928 ], [ 120.3091366, 30.2218579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091366, 30.2218579 ], [ 120.3089069, 30.2218928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3089069, 30.2218928 ], [ 120.3052416, 30.2224502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052416, 30.2224502 ], [ 120.3089069, 30.2218928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091366, 30.2218579 ], [ 120.3095563, 30.2233678 ], [ 120.3094701, 30.223534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094701, 30.223534 ], [ 120.309331, 30.2234141 ], [ 120.3089069, 30.2218928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "恒盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149378, 30.2223396 ], [ 120.3094701, 30.223534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "恒盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094701, 30.223534 ], [ 120.3149378, 30.2223396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3056301, 30.2243879 ], [ 120.3055766, 30.224082 ], [ 120.3052416, 30.2224502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052416, 30.2224502 ], [ 120.3055766, 30.224082 ], [ 120.3056301, 30.2243879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3156577, 30.2247696 ], [ 120.3149378, 30.2223396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149378, 30.2223396 ], [ 120.3156577, 30.2247696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "恒盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094701, 30.223534 ], [ 120.3056301, 30.2243879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3035848, 30.2215181 ], [ 120.303521, 30.2211841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.303521, 30.2211841 ], [ 120.3035848, 30.2215181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.303521, 30.2211841 ], [ 120.2987238, 30.2219235 ], [ 120.2980929, 30.2220098 ], [ 120.2980454, 30.2220171 ], [ 120.2947697, 30.2225119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976027, 30.2193568 ], [ 120.2981139, 30.2216491 ], [ 120.2981386, 30.2220118 ], [ 120.298187, 30.2222776 ], [ 120.2984677, 30.2236513 ], [ 120.2985385, 30.2239885 ], [ 120.2987276, 30.224974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987276, 30.224974 ], [ 120.2985385, 30.2239885 ], [ 120.2984677, 30.2236513 ], [ 120.298187, 30.2222776 ], [ 120.2981386, 30.2220118 ], [ 120.2981139, 30.2216491 ], [ 120.2976027, 30.2193568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992816, 30.2239205 ], [ 120.2996868, 30.2235026 ], [ 120.3002349, 30.2229373 ], [ 120.3011618, 30.2222628 ], [ 120.3022838, 30.2217429 ], [ 120.3035848, 30.2215181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3035848, 30.2215181 ], [ 120.3022838, 30.2217429 ], [ 120.3011618, 30.2222628 ], [ 120.3002349, 30.2229373 ], [ 120.2996868, 30.2235026 ], [ 120.2992816, 30.2239205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3035848, 30.2215181 ], [ 120.3036758, 30.2218614 ], [ 120.3043509, 30.2244095 ], [ 120.304416, 30.2246553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304416, 30.2246553 ], [ 120.3043509, 30.2244095 ], [ 120.3036758, 30.2218614 ], [ 120.3035848, 30.2215181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "恒盛路", "池杉路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304416, 30.2246553 ], [ 120.3005504, 30.225793 ], [ 120.2998225, 30.2260413 ], [ 120.2997302, 30.2261699 ], [ 120.2997344, 30.2263593 ], [ 120.299751, 30.226596 ], [ 120.3000893, 30.2287227 ], [ 120.3002046, 30.2293409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876281, 30.2232958 ], [ 120.2906607, 30.2228219 ], [ 120.293119, 30.2224236 ], [ 120.2949165, 30.222197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294612, 30.2225458 ], [ 120.2923125, 30.2228693 ], [ 120.2883377, 30.2235014 ], [ 120.2875438, 30.2236532 ], [ 120.2863896, 30.2238196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "104国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2903929, 30.2280456 ], [ 120.2905145, 30.2279195 ], [ 120.2906217, 30.2277712 ], [ 120.2907446, 30.2275636 ], [ 120.2913454, 30.2264419 ], [ 120.2921072, 30.2252924 ], [ 120.2931049, 30.2242078 ], [ 120.294612, 30.2225458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "104国道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947697, 30.2225119 ], [ 120.2922788, 30.2253109 ], [ 120.2914205, 30.2265531 ], [ 120.2911097, 30.227119 ], [ 120.2908267, 30.2276241 ], [ 120.2908182, 30.2277975 ], [ 120.2908391, 30.2278874 ], [ 120.2909007, 30.2281328 ], [ 120.2909491, 30.2282856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2891439, 30.2277493 ], [ 120.289366, 30.227689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.289366, 30.227689 ], [ 120.2891439, 30.2277493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.289366, 30.227689 ], [ 120.2894553, 30.2276831 ], [ 120.2895879, 30.2277177 ], [ 120.2897814, 30.2278034 ], [ 120.2900254, 30.2279121 ], [ 120.2903929, 30.2280456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.287126, 30.2281348 ], [ 120.2884134, 30.2279141 ], [ 120.2890357, 30.2277783 ], [ 120.2891439, 30.2277493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2891439, 30.2277493 ], [ 120.2890357, 30.2277783 ], [ 120.2884134, 30.2279141 ], [ 120.287126, 30.2281348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900603, 30.2284432 ], [ 120.2898717, 30.228095 ], [ 120.2897426, 30.2279504 ], [ 120.2896274, 30.2278595 ], [ 120.2895063, 30.2277787 ], [ 120.2893755, 30.227741 ], [ 120.2891439, 30.2277493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "恒盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3056301, 30.2243879 ], [ 120.3094701, 30.223534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "恒盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3056301, 30.2243879 ], [ 120.304416, 30.2246553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "恒盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304416, 30.2246553 ], [ 120.3056301, 30.2243879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3156577, 30.2247696 ], [ 120.3156947, 30.2248946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3156947, 30.2248946 ], [ 120.3156577, 30.2247696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094701, 30.223534 ], [ 120.3103354, 30.2263356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3103354, 30.2263356 ], [ 120.3094701, 30.223534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3103354, 30.2263356 ], [ 120.3154439, 30.2248295 ], [ 120.3156577, 30.2247696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3156947, 30.2248946 ], [ 120.3156671, 30.2249027 ], [ 120.3129866, 30.2256694 ], [ 120.31036, 30.2264634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304416, 30.2246553 ], [ 120.3052751, 30.2278376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052751, 30.2278376 ], [ 120.304416, 30.2246553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3103354, 30.2263356 ], [ 120.31036, 30.2264634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.31036, 30.2264634 ], [ 120.3103354, 30.2263356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052751, 30.2278376 ], [ 120.3058201, 30.2276754 ], [ 120.3103354, 30.2263356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.31036, 30.2264634 ], [ 120.3052877, 30.2279563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.31036, 30.2264634 ], [ 120.3110502, 30.2288913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3110502, 30.2288913 ], [ 120.31036, 30.2264634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052877, 30.2279563 ], [ 120.3052751, 30.2278376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052751, 30.2278376 ], [ 120.3052877, 30.2279563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163403, 30.2270739 ], [ 120.3110502, 30.2288913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "恒盛路", "池杉路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002046, 30.2293409 ], [ 120.3000893, 30.2287227 ], [ 120.299751, 30.226596 ], [ 120.2997344, 30.2263593 ], [ 120.2997302, 30.2261699 ], [ 120.2998225, 30.2260413 ], [ 120.3005504, 30.225793 ], [ 120.304416, 30.2246553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002046, 30.2293409 ], [ 120.3013644, 30.2290012 ], [ 120.3052751, 30.2278376 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "trunk", "motorway" ], "name": [ "空港大道", "机场高速", "西兴大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919069, 30.2455899 ], [ 120.1922645, 30.2453889 ], [ 120.1928694, 30.2450208 ], [ 120.1934445, 30.24465 ], [ 120.1939166, 30.2442422 ], [ 120.1942354, 30.2438712 ], [ 120.1944735, 30.2434614 ], [ 120.1947967, 30.2429815 ], [ 120.1949618, 30.2427737 ], [ 120.1951615, 30.2425858 ], [ 120.195555, 30.2422795 ], [ 120.195774, 30.2421349 ], [ 120.197193, 30.2410716 ], [ 120.1979408, 30.2405881 ], [ 120.1984548, 30.2402416 ], [ 120.1989431, 30.2398782 ], [ 120.1992968, 30.2396229 ], [ 120.2008415, 30.2385114 ], [ 120.2024481, 30.2373314 ], [ 120.2034744, 30.236609 ], [ 120.2049231, 30.2355349 ], [ 120.2156131, 30.2279193 ], [ 120.2209548, 30.2240256 ], [ 120.2230467, 30.222524 ], [ 120.2239058, 30.2219731 ], [ 120.2245836, 30.2214893 ], [ 120.2251317, 30.2211672 ], [ 120.225593, 30.220918 ], [ 120.2260206, 30.2207097 ], [ 120.2265809, 30.2204818 ], [ 120.227142, 30.2202653 ], [ 120.2276966, 30.2200954 ], [ 120.2286898, 30.219845 ], [ 120.2292278, 30.2197611 ], [ 120.2298434, 30.2196949 ], [ 120.2303283, 30.2196511 ], [ 120.2329571, 30.2195904 ], [ 120.2340375, 30.2196093 ], [ 120.2352694, 30.219676 ], [ 120.236344, 30.2197349 ], [ 120.2373795, 30.219821 ], [ 120.2384919, 30.2199244 ], [ 120.2399034, 30.2200697 ], [ 120.2413417, 30.2202823 ], [ 120.2427796, 30.2205325 ], [ 120.2438544, 30.2207397 ], [ 120.2450581, 30.2210191 ], [ 120.2463457, 30.2213229 ], [ 120.2477623, 30.2216988 ], [ 120.2490952, 30.2221028 ], [ 120.2504811, 30.2225625 ], [ 120.251507, 30.2228992 ], [ 120.2525443, 30.2232457 ], [ 120.2535291, 30.2235875 ], [ 120.2545647, 30.2239469 ], [ 120.2565168, 30.2246023 ], [ 120.2576429, 30.2249777 ], [ 120.2590042, 30.2254253 ], [ 120.2597336, 30.2256193 ], [ 120.2603947, 30.2257805 ], [ 120.261604, 30.2260429 ], [ 120.2622389, 30.2261342 ], [ 120.2632294, 30.2262598 ], [ 120.2639375, 30.2263353 ], [ 120.2648105, 30.2263637 ], [ 120.2659015, 30.2263794 ], [ 120.2665622, 30.2263753 ], [ 120.2674266, 30.2263141 ], [ 120.2684837, 30.2261996 ], [ 120.2691192, 30.2261179 ], [ 120.2702519, 30.225956 ], [ 120.2713363, 30.2258107 ], [ 120.2748491, 30.2252902 ], [ 120.2775171, 30.2248915 ], [ 120.2811369, 30.2243292 ], [ 120.2822669, 30.2241615 ], [ 120.2843123, 30.2238876 ], [ 120.2864635, 30.2235585 ], [ 120.2886587, 30.2232108 ], [ 120.2911877, 30.2228148 ], [ 120.2931326, 30.2225221 ], [ 120.2954694, 30.2221752 ], [ 120.2962745, 30.2220614 ], [ 120.2987876, 30.2216689 ], [ 120.3001819, 30.2214446 ], [ 120.3027944, 30.2210658 ], [ 120.3233637, 30.2179417 ], [ 120.3358134, 30.2160507 ], [ 120.3416112, 30.2151941 ], [ 120.3482632, 30.2141597 ], [ 120.352273, 30.2135767 ], [ 120.3537694, 30.2133732 ], [ 120.3549682, 30.2132692 ], [ 120.356033, 30.2131883 ], [ 120.3563943, 30.2131752 ], [ 120.3573475, 30.2131406 ], [ 120.3589942, 30.213128 ], [ 120.3605929, 30.213132 ], [ 120.3619034, 30.2131764 ], [ 120.363262, 30.2132374 ], [ 120.3644658, 30.2133204 ], [ 120.365564, 30.2134282 ], [ 120.3662282, 30.2135026 ], [ 120.3677814, 30.2136918 ], [ 120.3685553, 30.2137982 ], [ 120.369707, 30.2139655 ], [ 120.370753, 30.2141576 ], [ 120.3720005, 30.2143991 ], [ 120.3732287, 30.214707 ], [ 120.3739781, 30.2148733 ], [ 120.3761464, 30.2155037 ], [ 120.3780078, 30.2160833 ], [ 120.3805581, 30.2168867 ], [ 120.3834049, 30.2178615 ], [ 120.3842719, 30.2181548 ], [ 120.3845025, 30.218228 ], [ 120.3848918, 30.2183511 ], [ 120.3851372, 30.2184288 ], [ 120.385638, 30.2185963 ], [ 120.3866477, 30.2189301 ], [ 120.3874603, 30.2192059 ], [ 120.3878188, 30.2193278 ], [ 120.3888116, 30.2196562 ], [ 120.3944582, 30.2215404 ], [ 120.3975714, 30.2225895 ], [ 120.3983315, 30.2228456 ], [ 120.3988964, 30.223036 ], [ 120.4003231, 30.2235062 ], [ 120.4014884, 30.2239797 ], [ 120.4034458, 30.2247727 ], [ 120.4083867, 30.2269936 ], [ 120.409426, 30.2274536 ], [ 120.4105248, 30.2279321 ], [ 120.4106019, 30.2279665 ], [ 120.4140736, 30.2295142 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "trunk", "motorway" ], "name": [ "空港大道", "机场高速", "西兴大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4139988, 30.2296742 ], [ 120.4128928, 30.2291806 ], [ 120.411937, 30.228754 ], [ 120.4104331, 30.2280827 ], [ 120.4082706, 30.2271528 ], [ 120.4033326, 30.2249559 ], [ 120.4017716, 30.2243087 ], [ 120.4006587, 30.223872 ], [ 120.3995551, 30.223462 ], [ 120.399048, 30.2232912 ], [ 120.3984494, 30.2230895 ], [ 120.397512, 30.2227738 ], [ 120.3961567, 30.2223172 ], [ 120.3940213, 30.221567 ], [ 120.3902715, 30.2203625 ], [ 120.3888206, 30.2198888 ], [ 120.3877215, 30.21953 ], [ 120.3874293, 30.2194309 ], [ 120.386928, 30.2192451 ], [ 120.3855729, 30.2187428 ], [ 120.3850878, 30.2185878 ], [ 120.3848419, 30.2184986 ], [ 120.3845411, 30.2183896 ], [ 120.3843905, 30.2183349 ], [ 120.3833595, 30.2179612 ], [ 120.3805371, 30.217001 ], [ 120.3779742, 30.2161798 ], [ 120.3760999, 30.2155742 ], [ 120.3746363, 30.2151794 ], [ 120.3732042, 30.2148206 ], [ 120.3727936, 30.2147275 ], [ 120.3696196, 30.2141264 ], [ 120.3688131, 30.2139955 ], [ 120.3676657, 30.2138397 ], [ 120.366205, 30.21367 ], [ 120.3655552, 30.2136029 ], [ 120.3644056, 30.2135112 ], [ 120.3632272, 30.2134278 ], [ 120.3619157, 30.2133374 ], [ 120.3604611, 30.2132808 ], [ 120.3574033, 30.2132929 ], [ 120.3561324, 30.2133389 ], [ 120.3549576, 30.2134181 ], [ 120.3537768, 30.2135351 ], [ 120.3526248, 30.2136894 ], [ 120.3485361, 30.2142602 ], [ 120.3416157, 30.2153262 ], [ 120.3358222, 30.2161972 ], [ 120.3234068, 30.2181019 ], [ 120.3028163, 30.2211987 ], [ 120.3002613, 30.2215962 ], [ 120.298819, 30.2218107 ], [ 120.2962774, 30.2221899 ], [ 120.2955221, 30.2223146 ], [ 120.2931485, 30.2226728 ], [ 120.2892631, 30.2232462 ], [ 120.2886888, 30.2233479 ], [ 120.2857523, 30.2238291 ], [ 120.2823147, 30.2243211 ], [ 120.2812019, 30.2244719 ], [ 120.2775558, 30.2250352 ], [ 120.2748437, 30.2254532 ], [ 120.2713656, 30.2259678 ], [ 120.2691719, 30.226298 ], [ 120.2682314, 30.2264101 ], [ 120.2674444, 30.2264835 ], [ 120.2665519, 30.2265208 ], [ 120.2659105, 30.2265208 ], [ 120.2653372, 30.2265329 ], [ 120.2647877, 30.2265357 ], [ 120.2639484, 30.2265053 ], [ 120.2631864, 30.2264282 ], [ 120.2626136, 30.2263518 ], [ 120.262198, 30.2262963 ], [ 120.2615539, 30.2261806 ], [ 120.260902, 30.2260428 ], [ 120.2603566, 30.2259276 ], [ 120.2596846, 30.2257776 ], [ 120.2589368, 30.225562 ], [ 120.2575949, 30.2251239 ], [ 120.256444, 30.2247345 ], [ 120.2545383, 30.2240959 ], [ 120.2534883, 30.223743 ], [ 120.2524656, 30.2234044 ], [ 120.2514467, 30.2230564 ], [ 120.2504429, 30.2227084 ], [ 120.2490486, 30.2222483 ], [ 120.2476678, 30.2218471 ], [ 120.2462946, 30.2214722 ], [ 120.2450047, 30.2211616 ], [ 120.2437936, 30.2208954 ], [ 120.2427417, 30.2206882 ], [ 120.2413056, 30.2204345 ], [ 120.2398768, 30.2202175 ], [ 120.2384253, 30.2200267 ], [ 120.2373527, 30.2199283 ], [ 120.2363455, 30.2198447 ], [ 120.2352548, 30.2197808 ], [ 120.2340244, 30.2197447 ], [ 120.2329525, 30.2197213 ], [ 120.2321323, 30.2197085 ], [ 120.2314324, 30.2197226 ], [ 120.2303368, 30.2197396 ], [ 120.2298064, 30.219791 ], [ 120.2291874, 30.2198589 ], [ 120.2286321, 30.2199669 ], [ 120.2277245, 30.2202066 ], [ 120.2272279, 30.2203787 ], [ 120.2265252, 30.2206401 ], [ 120.2260265, 30.220849 ], [ 120.2256468, 30.2210507 ], [ 120.2251935, 30.2213054 ], [ 120.2246809, 30.2216091 ], [ 120.2240343, 30.2220631 ], [ 120.223146, 30.2226419 ], [ 120.2210317, 30.2241443 ], [ 120.2156662, 30.2279917 ], [ 120.2154408, 30.2281416 ], [ 120.2045548, 30.2359973 ], [ 120.2033042, 30.2368918 ], [ 120.202491, 30.2374575 ], [ 120.2009228, 30.2385898 ], [ 120.1993612, 30.2397295 ], [ 120.1990045, 30.2400036 ], [ 120.1980056, 30.240726 ], [ 120.1958563, 30.2422921 ], [ 120.195513, 30.2425887 ], [ 120.1950581, 30.2430855 ], [ 120.1947491, 30.2434414 ], [ 120.1943715, 30.2439234 ], [ 120.1940196, 30.2443164 ], [ 120.1935132, 30.244739 ], [ 120.1929381, 30.2450949 ], [ 120.1923359, 30.2454524 ], [ 120.1917156, 30.2458069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3052877, 30.2279563 ], [ 120.3049261, 30.2280662 ], [ 120.3000351, 30.2294601 ], [ 120.2995884, 30.2295874 ], [ 120.2982994, 30.2299566 ], [ 120.2979019, 30.2300794 ], [ 120.297676, 30.2301473 ], [ 120.2970712, 30.2304267 ], [ 120.2960158, 30.231155 ], [ 120.2949697, 30.2319317 ], [ 120.2944117, 30.2323401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2956534, 30.231317 ], [ 120.2959418, 30.231107 ], [ 120.2964852, 30.2307192 ], [ 120.2970566, 30.2303475 ], [ 120.2976534, 30.2300663 ], [ 120.2982781, 30.2298739 ], [ 120.2995232, 30.229518 ], [ 120.3000222, 30.2293883 ], [ 120.3002046, 30.2293409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974518, 30.2370096 ], [ 120.2977688, 30.236959 ], [ 120.2990764, 30.2366846 ], [ 120.301053, 30.2359231 ], [ 120.3014123, 30.2357846 ], [ 120.3017913, 30.2356386 ], [ 120.3041652, 30.234706 ], [ 120.3067367, 30.2337094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3042495, 30.2347771 ], [ 120.3018224, 30.2357318 ], [ 120.3014221, 30.235896 ], [ 120.3010526, 30.2360502 ], [ 120.2991657, 30.2368075 ], [ 120.2985805, 30.2369251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3021516, 30.2374234 ], [ 120.3038529, 30.2369305 ], [ 120.3050985, 30.2364398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3050985, 30.2364398 ], [ 120.3038529, 30.2369305 ], [ 120.3021516, 30.2374234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2903929, 30.2280456 ], [ 120.2904674, 30.2280267 ], [ 120.2906939, 30.2280546 ], [ 120.2908568, 30.2281535 ], [ 120.2909491, 30.2282856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900603, 30.2284432 ], [ 120.29008, 30.2283034 ], [ 120.2901527, 30.228181 ], [ 120.2903147, 30.2280654 ], [ 120.2903929, 30.2280456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909491, 30.2282856 ], [ 120.2909759, 30.2284382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2901055, 30.2285826 ], [ 120.2900827, 30.2285446 ], [ 120.2900603, 30.2284432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909759, 30.2284382 ], [ 120.2909654, 30.2285067 ], [ 120.2909042, 30.2286337 ], [ 120.290789, 30.2287398 ], [ 120.2906024, 30.2288292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904984, 30.2288382 ], [ 120.2903166, 30.2287762 ], [ 120.2901986, 30.2286915 ], [ 120.2901055, 30.2285826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2906024, 30.2288292 ], [ 120.2904984, 30.2288382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "104国道", "通北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871124, 30.2308104 ], [ 120.2889199, 30.2303573 ], [ 120.2895565, 30.2301774 ], [ 120.2896885, 30.2301268 ], [ 120.2897507, 30.230083 ], [ 120.2897967, 30.2300127 ], [ 120.2900338, 30.229088 ], [ 120.2901113, 30.2288287 ], [ 120.2901055, 30.2285826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "104国道", "通北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904984, 30.2288382 ], [ 120.2903664, 30.2289399 ], [ 120.2902769, 30.2290268 ], [ 120.2902251, 30.229123 ], [ 120.2899686, 30.2300814 ], [ 120.2898689, 30.2302032 ], [ 120.2897611, 30.2302689 ], [ 120.2895431, 30.2303496 ], [ 120.2889542, 30.2305123 ], [ 120.2871085, 30.2309591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2955607, 30.2313845 ], [ 120.2942045, 30.228514 ], [ 120.2942946, 30.2284391 ], [ 120.2956534, 30.231317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909759, 30.2284382 ], [ 120.2911118, 30.2287786 ], [ 120.2911332, 30.2288044 ], [ 120.2914032, 30.2291297 ], [ 120.2917461, 30.2295158 ], [ 120.2919996, 30.2297962 ], [ 120.2934089, 30.2312843 ], [ 120.2939056, 30.2317999 ], [ 120.2940221, 30.2319302 ], [ 120.2943424, 30.2322585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942909, 30.2322969 ], [ 120.2937617, 30.2317503 ], [ 120.2931652, 30.2311638 ], [ 120.2919231, 30.2298507 ], [ 120.2916589, 30.2295703 ], [ 120.2911465, 30.2290579 ], [ 120.290931, 30.2289141 ], [ 120.2906024, 30.2288292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2955607, 30.2313845 ], [ 120.2956534, 30.231317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943424, 30.2322585 ], [ 120.2948876, 30.2318746 ], [ 120.2955607, 30.2313845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942909, 30.2322969 ], [ 120.2943424, 30.2322585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943424, 30.2322585 ], [ 120.2944117, 30.2323401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943524, 30.2323654 ], [ 120.2942909, 30.2322969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944117, 30.2323401 ], [ 120.2943524, 30.2323654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935807, 30.2327367 ], [ 120.2938978, 30.2325715 ], [ 120.2942909, 30.2322969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943524, 30.2323654 ], [ 120.2938143, 30.2327061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2549141, 30.2257974 ], [ 120.2550511, 30.2258296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550511, 30.2258296 ], [ 120.2549141, 30.2257974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538103, 30.2288181 ], [ 120.2541247, 30.2282105 ], [ 120.2542039, 30.2280708 ], [ 120.2544197, 30.2275511 ], [ 120.254658, 30.2269076 ], [ 120.2548603, 30.2261527 ], [ 120.2549141, 30.2257974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550511, 30.2258296 ], [ 120.2549735, 30.2261545 ], [ 120.2548381, 30.2266064 ], [ 120.2545477, 30.227439 ], [ 120.2544645, 30.2276777 ], [ 120.2542099, 30.2281962 ], [ 120.2540932, 30.2284403 ], [ 120.2538635, 30.2288548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496665, 30.2273512 ], [ 120.2499559, 30.227443 ], [ 120.2506256, 30.2276875 ], [ 120.2538103, 30.2288181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2537411, 30.2288718 ], [ 120.2501615, 30.2276041 ], [ 120.2496225, 30.2274302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538103, 30.2288181 ], [ 120.2538635, 30.2288548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2537411, 30.2288718 ], [ 120.2538103, 30.2288181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538635, 30.2288548 ], [ 120.2538394, 30.2288971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538394, 30.2288971 ], [ 120.2537411, 30.2288718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610615, 30.2262746 ], [ 120.2610778, 30.2261586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640056, 30.2265735 ], [ 120.2631457, 30.2264963 ], [ 120.2621899, 30.2263652 ], [ 120.2615488, 30.226257 ], [ 120.2610778, 30.2261586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640056, 30.2265735 ], [ 120.263724, 30.2266195 ], [ 120.2615014, 30.2263473 ], [ 120.2610615, 30.2262746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604062, 30.2283227 ], [ 120.2597615, 30.2278387 ], [ 120.2592712, 30.2274891 ], [ 120.2590584, 30.2273601 ], [ 120.2588701, 30.2272459 ], [ 120.2583195, 30.2269695 ], [ 120.2578513, 30.2267883 ], [ 120.2562047, 30.2262187 ], [ 120.2556101, 30.2260245 ], [ 120.255256, 30.2259028 ], [ 120.2550511, 30.2258296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550511, 30.2258296 ], [ 120.255256, 30.2259028 ], [ 120.2556101, 30.2260245 ], [ 120.2562047, 30.2262187 ], [ 120.2578513, 30.2267883 ], [ 120.2583195, 30.2269695 ], [ 120.2588701, 30.2272459 ], [ 120.2590584, 30.2273601 ], [ 120.2592712, 30.2274891 ], [ 120.2597615, 30.2278387 ], [ 120.2604062, 30.2283227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610615, 30.2262746 ], [ 120.2610478, 30.2263715 ], [ 120.2610413, 30.2265342 ], [ 120.2608669, 30.2273741 ], [ 120.2607202, 30.2277629 ], [ 120.2604062, 30.2283227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604062, 30.2283227 ], [ 120.2607202, 30.2277629 ], [ 120.2608669, 30.2273741 ], [ 120.2610413, 30.2265342 ], [ 120.2610478, 30.2263715 ], [ 120.2610615, 30.2262746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629416, 30.2301695 ], [ 120.2628355, 30.2300576 ], [ 120.2617898, 30.2293157 ], [ 120.2604062, 30.2283227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604062, 30.2283227 ], [ 120.2617898, 30.2293157 ], [ 120.2628355, 30.2300576 ], [ 120.2629416, 30.2301695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573749, 30.2310274 ], [ 120.2582558, 30.2305169 ], [ 120.2590123, 30.2300593 ], [ 120.2593204, 30.2297848 ], [ 120.2596175, 30.2295201 ], [ 120.260166, 30.2288828 ], [ 120.2604062, 30.2283227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604062, 30.2283227 ], [ 120.260166, 30.2288828 ], [ 120.2596175, 30.2295201 ], [ 120.2593204, 30.2297848 ], [ 120.2590123, 30.2300593 ], [ 120.2582558, 30.2305169 ], [ 120.2573749, 30.2310274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2641953, 30.2265853 ], [ 120.264169, 30.2268382 ], [ 120.2641175, 30.2272386 ], [ 120.2640198, 30.2280498 ], [ 120.263992, 30.228176 ], [ 120.2638874, 30.2286503 ], [ 120.2637457, 30.2290571 ], [ 120.2635285, 30.2295467 ], [ 120.2630293, 30.2303979 ], [ 120.262842, 30.2306714 ], [ 120.2625556, 30.2310078 ], [ 120.2621665, 30.2314087 ], [ 120.2617016, 30.2318185 ], [ 120.2611888, 30.2321957 ], [ 120.2605266, 30.2326093 ], [ 120.2599884, 30.2329037 ], [ 120.2593662, 30.2332441 ], [ 120.2589584, 30.2334929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573749, 30.2310274 ], [ 120.2573301, 30.2310678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573301, 30.2310678 ], [ 120.2573749, 30.2310274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2588756, 30.2333058 ], [ 120.2593413, 30.2330277 ], [ 120.2597439, 30.2328032 ], [ 120.2598647, 30.2327358 ], [ 120.2604371, 30.2324165 ], [ 120.261117, 30.2319808 ], [ 120.2617036, 30.2315532 ], [ 120.2622021, 30.2310819 ], [ 120.2624934, 30.2307615 ], [ 120.2627286, 30.2304814 ], [ 120.2629416, 30.2301695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573749, 30.2310274 ], [ 120.2581211, 30.2318919 ], [ 120.2586167, 30.2328103 ], [ 120.2588756, 30.2333058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2588103, 30.2333468 ], [ 120.2586217, 30.232947 ], [ 120.2585581, 30.2328122 ], [ 120.2582835, 30.2323238 ], [ 120.2580683, 30.2319409 ], [ 120.2577206, 30.2315196 ], [ 120.2573301, 30.2310678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2588103, 30.2333468 ], [ 120.2588756, 30.2333058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2588756, 30.2333058 ], [ 120.2589584, 30.2334929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2588536, 30.2335621 ], [ 120.2588103, 30.2333468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538635, 30.2288548 ], [ 120.2541938, 30.2289712 ], [ 120.2544768, 30.2290894 ], [ 120.2547117, 30.2291905 ], [ 120.2550773, 30.229348 ], [ 120.2555785, 30.2296131 ], [ 120.2561482, 30.2299773 ], [ 120.2565722, 30.2303113 ], [ 120.2566399, 30.2303646 ], [ 120.2570887, 30.2307676 ], [ 120.2573749, 30.2310274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573301, 30.2310678 ], [ 120.2572409, 30.2309646 ], [ 120.2566067, 30.2304096 ], [ 120.2560817, 30.2300001 ], [ 120.2555698, 30.2296833 ], [ 120.2550578, 30.2294149 ], [ 120.2544661, 30.2291647 ], [ 120.2541863, 30.2290466 ], [ 120.2538394, 30.2288971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2519066, 30.2315897 ], [ 120.2525822, 30.2306272 ], [ 120.2529085, 30.2301933 ], [ 120.2531469, 30.2298734 ], [ 120.2533464, 30.2295658 ], [ 120.2535179, 30.2292702 ], [ 120.2537411, 30.2288718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538394, 30.2288971 ], [ 120.2534978, 30.2294773 ], [ 120.2532339, 30.2298929 ], [ 120.2530074, 30.2302117 ], [ 120.2526595, 30.2306777 ], [ 120.2521388, 30.2314121 ], [ 120.2520137, 30.2316266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2520137, 30.2316266 ], [ 120.2519066, 30.2315897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2519066, 30.2315897 ], [ 120.2520137, 30.2316266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573301, 30.2310678 ], [ 120.2556605, 30.2322283 ], [ 120.2551394, 30.2325905 ], [ 120.2547041, 30.2328931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永辉路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547041, 30.2328931 ], [ 120.2551394, 30.2325905 ], [ 120.2556605, 30.2322283 ], [ 120.2573301, 30.2310678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2520137, 30.2316266 ], [ 120.2530061, 30.2320906 ], [ 120.2538724, 30.2325482 ], [ 120.2543253, 30.2327567 ], [ 120.2547041, 30.2328931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547041, 30.2328931 ], [ 120.2543253, 30.2327567 ], [ 120.2538724, 30.2325482 ], [ 120.2530061, 30.2320906 ], [ 120.2520137, 30.2316266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481823, 30.2302966 ], [ 120.247764, 30.2301732 ], [ 120.2465804, 30.2299424 ], [ 120.2450108, 30.2296363 ], [ 120.2436314, 30.2294303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483132, 30.2303352 ], [ 120.2481823, 30.2302966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481823, 30.2302966 ], [ 120.2483132, 30.2303352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483132, 30.2303352 ], [ 120.2503277, 30.2309293 ], [ 120.2519066, 30.2315897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2519066, 30.2315897 ], [ 120.2503277, 30.2309293 ], [ 120.2483132, 30.2303352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459004, 30.2327767 ], [ 120.2459915, 30.2326992 ], [ 120.2467831, 30.2319046 ], [ 120.2471147, 30.2315919 ], [ 120.2477178, 30.2308885 ], [ 120.2481823, 30.2302966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483132, 30.2303352 ], [ 120.2482003, 30.2304977 ], [ 120.2477103, 30.2311686 ], [ 120.2471675, 30.2317678 ], [ 120.2466323, 30.2323279 ], [ 120.2461875, 30.2327773 ], [ 120.246063, 30.2328485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459004, 30.2327767 ], [ 120.246063, 30.2328485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2457608, 30.2329238 ], [ 120.2459004, 30.2327767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金鸡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.246063, 30.2328485 ], [ 120.245871, 30.2329766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245871, 30.2329766 ], [ 120.2457608, 30.2329238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500146, 30.2344803 ], [ 120.2502362, 30.2341962 ], [ 120.2504646, 30.2338987 ], [ 120.2507899, 30.2334587 ], [ 120.2510475, 30.2330804 ], [ 120.2512725, 30.232694 ], [ 120.2519066, 30.2315897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2520137, 30.2316266 ], [ 120.2515177, 30.2324853 ], [ 120.2513856, 30.2327001 ], [ 120.2512235, 30.2329635 ], [ 120.2509036, 30.2334194 ], [ 120.2507434, 30.2336385 ], [ 120.2507074, 30.2336877 ], [ 120.250586, 30.2338773 ], [ 120.2503623, 30.2341841 ], [ 120.2500977, 30.2345401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.246063, 30.2328485 ], [ 120.2466704, 30.2330371 ], [ 120.2471709, 30.2332101 ], [ 120.2476595, 30.2333789 ], [ 120.2480468, 30.2335166 ], [ 120.2482365, 30.233584 ], [ 120.2487874, 30.2338343 ], [ 120.2494505, 30.2341458 ], [ 120.2496821, 30.2342811 ], [ 120.2500146, 30.2344803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499544, 30.234593 ], [ 120.2495803, 30.2344066 ], [ 120.2489883, 30.2340872 ], [ 120.2483235, 30.2337859 ], [ 120.2480018, 30.2336624 ], [ 120.2475944, 30.2335061 ], [ 120.2467831, 30.2332457 ], [ 120.245871, 30.2329766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500146, 30.2344803 ], [ 120.2500977, 30.2345401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499544, 30.234593 ], [ 120.2500146, 30.2344803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500977, 30.2345401 ], [ 120.2500227, 30.2346418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500227, 30.2346418 ], [ 120.2499544, 30.234593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500977, 30.2345401 ], [ 120.2503653, 30.2347328 ], [ 120.2506294, 30.2349327 ], [ 120.2511443, 30.235373 ], [ 120.2514769, 30.2356951 ], [ 120.2517666, 30.2360173 ], [ 120.252226, 30.2365993 ], [ 120.2524738, 30.2369424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2642294, 30.2262566 ], [ 120.2641953, 30.2265853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场城市大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2641953, 30.2265853 ], [ 120.2640056, 30.2265735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629416, 30.2301695 ], [ 120.2631611, 30.2298073 ], [ 120.263475, 30.2292281 ], [ 120.2637126, 30.2286142 ], [ 120.2638335, 30.2281134 ], [ 120.2638917, 30.2276294 ], [ 120.2639493, 30.227079 ], [ 120.2640056, 30.2265735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679968, 30.2391727 ], [ 120.2692545, 30.2352697 ], [ 120.265894, 30.2352544 ], [ 120.2656391, 30.2351832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656391, 30.2351832 ], [ 120.265894, 30.2352544 ], [ 120.2692545, 30.2352697 ], [ 120.2679968, 30.2391727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585153, 30.2390818 ], [ 120.2600765, 30.2391193 ], [ 120.261875, 30.2391144 ], [ 120.2628141, 30.2391193 ], [ 120.263933, 30.2391312 ], [ 120.2643667, 30.2391228 ], [ 120.2649586, 30.239129 ], [ 120.2653839, 30.239131 ], [ 120.2664091, 30.239152 ], [ 120.2672668, 30.2391568 ], [ 120.2679968, 30.2391727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679968, 30.2391727 ], [ 120.2679665, 30.239269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679665, 30.239269 ], [ 120.2679968, 30.2391727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679665, 30.239269 ], [ 120.2672574, 30.2392488 ], [ 120.2664266, 30.2392439 ], [ 120.2654441, 30.239237 ], [ 120.2649341, 30.2392483 ], [ 120.2638912, 30.2392368 ], [ 120.2627834, 30.2392351 ], [ 120.2618789, 30.2392371 ], [ 120.2600603, 30.2392039 ], [ 120.2584651, 30.2391804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679665, 30.239269 ], [ 120.2672859, 30.2431583 ], [ 120.2672096, 30.2436717 ], [ 120.2669202, 30.2459199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561833, 30.2348257 ], [ 120.2559996, 30.2343795 ], [ 120.2558253, 30.2339938 ], [ 120.2556453, 30.2336654 ], [ 120.2555584, 30.233569 ], [ 120.2554186, 30.2334137 ], [ 120.2551139, 30.233146 ], [ 120.2547041, 30.2328931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "利丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547041, 30.2328931 ], [ 120.2551139, 30.233146 ], [ 120.2554186, 30.2334137 ], [ 120.2555584, 30.233569 ], [ 120.2556453, 30.2336654 ], [ 120.2558253, 30.2339938 ], [ 120.2559996, 30.2343795 ], [ 120.2561833, 30.2348257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2588536, 30.2335621 ], [ 120.2583747, 30.2338387 ], [ 120.2579974, 30.2340566 ], [ 120.2579544, 30.23408 ], [ 120.2571175, 30.234536 ], [ 120.256903, 30.2346529 ], [ 120.2560328, 30.2351731 ], [ 120.2556965, 30.2353542 ], [ 120.2545561, 30.2360257 ], [ 120.2542112, 30.2362216 ], [ 120.2539718, 30.2363575 ], [ 120.2539293, 30.2363816 ], [ 120.2536454, 30.2365481 ], [ 120.2531823, 30.2368195 ], [ 120.2525863, 30.237169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524738, 30.2369424 ], [ 120.2528677, 30.2367114 ], [ 120.2533754, 30.2364486 ], [ 120.2535114, 30.2363782 ], [ 120.253994, 30.2360938 ], [ 120.2542545, 30.2359507 ], [ 120.2547456, 30.2356681 ], [ 120.2561833, 30.2348257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2523185, 30.2370185 ], [ 120.2524738, 30.2369424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524738, 30.2369424 ], [ 120.2525863, 30.237169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524429, 30.2372597 ], [ 120.2523185, 30.2370185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2525863, 30.237169 ], [ 120.2524429, 30.2372597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2525863, 30.237169 ], [ 120.2527504, 30.2374665 ], [ 120.252806, 30.2375875 ], [ 120.2528713, 30.2377297 ], [ 120.2529604, 30.2379894 ], [ 120.2530703, 30.2383343 ], [ 120.2531366, 30.2386041 ], [ 120.2531793, 30.2388524 ], [ 120.2532038, 30.2389948 ], [ 120.2532743, 30.2393569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.253029, 30.2393966 ], [ 120.2529344, 30.2389629 ], [ 120.2529226, 30.2388902 ], [ 120.2528898, 30.2386896 ], [ 120.25281, 30.2383534 ], [ 120.2527646, 30.2381517 ], [ 120.2527377, 30.2380321 ], [ 120.2526102, 30.2376493 ], [ 120.2525355, 30.2374436 ], [ 120.2524429, 30.2372597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2523185, 30.2370185 ], [ 120.2521164, 30.2366749 ], [ 120.2520509, 30.236578 ], [ 120.251713, 30.2361192 ], [ 120.2515881, 30.2359934 ], [ 120.2513402, 30.2357438 ], [ 120.2509459, 30.2353684 ], [ 120.2505382, 30.2350068 ], [ 120.2504271, 30.2349306 ], [ 120.2500227, 30.2346418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465851, 30.2374075 ], [ 120.246873, 30.2372288 ], [ 120.2474043, 30.236874 ], [ 120.2479817, 30.2364511 ], [ 120.248533, 30.2359944 ], [ 120.2491443, 30.2353921 ], [ 120.2498317, 30.2347147 ], [ 120.2499544, 30.234593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500227, 30.2346418 ], [ 120.2499253, 30.2347737 ], [ 120.2493591, 30.2353197 ], [ 120.2488727, 30.2358268 ], [ 120.2486506, 30.2360143 ], [ 120.248254, 30.2363584 ], [ 120.2478279, 30.236703 ], [ 120.2472362, 30.2371261 ], [ 120.2466562, 30.23752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2464927, 30.2374648 ], [ 120.2465851, 30.2374075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465851, 30.2374075 ], [ 120.2466562, 30.23752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465677, 30.2375698 ], [ 120.2464927, 30.2374648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466562, 30.23752 ], [ 120.2465677, 30.2375698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478107, 30.2393613 ], [ 120.2482242, 30.2391505 ], [ 120.2485822, 30.238968 ], [ 120.2489352, 30.2387881 ], [ 120.2492575, 30.238611 ], [ 120.2507215, 30.2378558 ], [ 120.2512177, 30.2375915 ], [ 120.2518623, 30.2372559 ], [ 120.2523185, 30.2370185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524429, 30.2372597 ], [ 120.2520307, 30.2374675 ], [ 120.2515886, 30.2376877 ], [ 120.2514862, 30.2377394 ], [ 120.2513734, 30.2377964 ], [ 120.2505961, 30.2381892 ], [ 120.2494209, 30.2387831 ], [ 120.2493762, 30.2388057 ], [ 120.249064, 30.2389633 ], [ 120.2484995, 30.2392484 ], [ 120.2479296, 30.2395281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477548, 30.2393947 ], [ 120.2478107, 30.2393613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2589584, 30.2334929 ], [ 120.2588536, 30.2335621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561833, 30.2348257 ], [ 120.2570123, 30.234359 ], [ 120.257361, 30.2341627 ], [ 120.2583191, 30.2336233 ], [ 120.2588103, 30.2333468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2589584, 30.2334929 ], [ 120.2590533, 30.2338269 ], [ 120.2590769, 30.2339284 ], [ 120.2591362, 30.2341826 ], [ 120.2592191, 30.2345948 ], [ 120.2592731, 30.2349492 ], [ 120.2592865, 30.235505 ], [ 120.2592766, 30.2358577 ], [ 120.2592737, 30.2361595 ], [ 120.2592238, 30.2365518 ], [ 120.2591663, 30.2370448 ], [ 120.2590222, 30.2375752 ], [ 120.2588408, 30.2381823 ], [ 120.2585153, 30.2390818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583549, 30.2390675 ], [ 120.2585275, 30.2386126 ], [ 120.258747, 30.238 ], [ 120.2588518, 30.2375645 ], [ 120.2589104, 30.2373873 ], [ 120.2590211, 30.2369343 ], [ 120.2590929, 30.2364717 ], [ 120.259145, 30.2361302 ], [ 120.2591386, 30.2358852 ], [ 120.259153, 30.2357151 ], [ 120.2591539, 30.235357 ], [ 120.2591125, 30.2349566 ], [ 120.2590243, 30.234411 ], [ 120.258958, 30.2340815 ], [ 120.2588536, 30.2335621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583549, 30.2390675 ], [ 120.2585153, 30.2390818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582977, 30.2391832 ], [ 120.2583549, 30.2390675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585153, 30.2390818 ], [ 120.2584651, 30.2391804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2584651, 30.2391804 ], [ 120.2583587, 30.2391822 ], [ 120.2582977, 30.2391832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570056, 30.2426899 ], [ 120.2582977, 30.2391832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2584651, 30.2391804 ], [ 120.2572098, 30.2427002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.311962, 30.2318218 ], [ 120.3098208, 30.232627 ], [ 120.3067533, 30.2338014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.311962, 30.2318218 ], [ 120.3120608, 30.2321177 ], [ 120.3136184, 30.2350911 ], [ 120.3136629, 30.2351949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136629, 30.2351949 ], [ 120.3136184, 30.2350911 ], [ 120.3120608, 30.2321177 ], [ 120.311962, 30.2318218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3067367, 30.2337094 ], [ 120.3067533, 30.2338014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3067533, 30.2338014 ], [ 120.3067367, 30.2337094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3067533, 30.2338014 ], [ 120.3042495, 30.2347771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076237, 30.2354738 ], [ 120.3067533, 30.2338014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3067533, 30.2338014 ], [ 120.3076237, 30.2354738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3050985, 30.2364398 ], [ 120.3042495, 30.2347771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3042495, 30.2347771 ], [ 120.3050985, 30.2364398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822018, 30.2320604 ], [ 120.2838821, 30.2315985 ], [ 120.2865584, 30.2309463 ], [ 120.2868106, 30.2308832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867953, 30.2310312 ], [ 120.2865936, 30.2310665 ], [ 120.2839074, 30.2317305 ], [ 120.2822219, 30.232153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820346, 30.2321043 ], [ 120.2821209, 30.2320826 ], [ 120.2822018, 30.2320604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822018, 30.2320604 ], [ 120.2822219, 30.232153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820543, 30.2321953 ], [ 120.2820346, 30.2321043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822219, 30.232153 ], [ 120.2821405, 30.2321734 ], [ 120.2820543, 30.2321953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822219, 30.232153 ], [ 120.2827053, 30.2343773 ], [ 120.2826199, 30.2346548 ], [ 120.2825477, 30.2344727 ], [ 120.2820543, 30.2321953 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871085, 30.2309591 ], [ 120.2870417, 30.2324248 ], [ 120.2870357, 30.2326381 ], [ 120.2870362, 30.2326495 ], [ 120.2870382, 30.2330881 ], [ 120.2870397, 30.2331597 ], [ 120.287092, 30.2337395 ], [ 120.2871865, 30.2348896 ], [ 120.2872885, 30.2359116 ], [ 120.2873779, 30.2365087 ], [ 120.2874674, 30.2371233 ], [ 120.2874936, 30.237492 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872008, 30.2375996 ], [ 120.2871951, 30.2372721 ], [ 120.2870894, 30.2363734 ], [ 120.2869227, 30.2350727 ], [ 120.2867673, 30.2335675 ], [ 120.2867436, 30.2333545 ], [ 120.2867431, 30.2333318 ], [ 120.2867243, 30.2329059 ], [ 120.2867235, 30.232888 ], [ 120.2867953, 30.2310312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2869836, 30.2336073 ], [ 120.2872799, 30.2347728 ], [ 120.2874501, 30.2363912 ], [ 120.2875417, 30.2371368 ], [ 120.2874936, 30.237492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2973531, 30.2370254 ], [ 120.2974518, 30.2370096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985805, 30.2369251 ], [ 120.2975759, 30.2371269 ], [ 120.2974617, 30.237146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974518, 30.2370096 ], [ 120.2974617, 30.237146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2973661, 30.2371585 ], [ 120.2973531, 30.2370254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974617, 30.237146 ], [ 120.2973661, 30.2371585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2995523, 30.2386078 ], [ 120.2985805, 30.2369251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985805, 30.2369251 ], [ 120.2995523, 30.2386078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2995523, 30.2386078 ], [ 120.30172, 30.2376838 ], [ 120.3021859, 30.2374853 ], [ 120.302191, 30.2374831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974617, 30.237146 ], [ 120.2976188, 30.2383615 ], [ 120.2977475, 30.2392854 ], [ 120.2977607, 30.2393714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976673, 30.2394023 ], [ 120.2976604, 30.2393574 ], [ 120.2975194, 30.2383914 ], [ 120.2973661, 30.2371585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944117, 30.2323401 ], [ 120.2948678, 30.2328199 ], [ 120.2953531, 30.2333304 ], [ 120.2967035, 30.2347539 ], [ 120.296943, 30.2350713 ], [ 120.297171, 30.2356356 ], [ 120.2974518, 30.2370096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "高新三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2973531, 30.2370254 ], [ 120.2970909, 30.235641 ], [ 120.2968998, 30.2351033 ], [ 120.2965948, 30.2347512 ], [ 120.2948222, 30.2328531 ], [ 120.2943524, 30.2323654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2875307, 30.2385571 ], [ 120.2889879, 30.238357 ], [ 120.2944757, 30.2374846 ], [ 120.2945839, 30.2374674 ], [ 120.2947024, 30.2374485 ], [ 120.2973531, 30.2370254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2973661, 30.2371585 ], [ 120.2952466, 30.2374995 ], [ 120.2875281, 30.2386775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894285, 30.2464925 ], [ 120.2895194, 30.2464308 ], [ 120.2898077, 30.2462851 ], [ 120.294541, 30.2436571 ], [ 120.2961411, 30.242825 ], [ 120.2980716, 30.241929 ], [ 120.2983125, 30.2418074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983775, 30.242045 ], [ 120.297372, 30.242511 ], [ 120.2959224, 30.2432112 ], [ 120.2950353, 30.2436733 ], [ 120.2940052, 30.2442371 ], [ 120.2919263, 30.2453862 ], [ 120.2909269, 30.2459336 ], [ 120.2905112, 30.2461633 ], [ 120.2895803, 30.246676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学知路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900234, 30.247152 ], [ 120.2901516, 30.2470818 ], [ 120.2909731, 30.2466201 ], [ 120.2924878, 30.2457866 ], [ 120.2927094, 30.2456608 ], [ 120.2943017, 30.2447571 ], [ 120.2957287, 30.2439739 ], [ 120.2974501, 30.2429878 ], [ 120.2985337, 30.2423961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学知路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985732, 30.2424611 ], [ 120.2981342, 30.2426855 ], [ 120.2978497, 30.2428408 ], [ 120.2974925, 30.2430452 ], [ 120.2965403, 30.2435907 ], [ 120.2957716, 30.244031 ], [ 120.2943445, 30.2448143 ], [ 120.2925306, 30.2458437 ], [ 120.2919481, 30.2461642 ], [ 120.2910158, 30.2466773 ], [ 120.2906169, 30.2469292 ], [ 120.2904184, 30.2470575 ], [ 120.2903701, 30.2470945 ], [ 120.2903326, 30.2471502 ], [ 120.2903004, 30.2472 ], [ 120.2902856, 30.2472567 ], [ 120.290283, 30.2473112 ], [ 120.2902991, 30.2473819 ], [ 120.2903632, 30.2476109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2869334, 30.2438083 ], [ 120.2870197, 30.2439126 ], [ 120.2870429, 30.2439433 ], [ 120.2871501, 30.2440464 ], [ 120.2894285, 30.2464925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2893186, 30.2465595 ], [ 120.2891242, 30.2462523 ], [ 120.2872065, 30.2441924 ], [ 120.2871314, 30.2441461 ], [ 120.2870697, 30.2441275 ], [ 120.287008, 30.2441298 ], [ 120.2868758, 30.2441351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3022544, 30.2375793 ], [ 120.3022493, 30.2375815 ], [ 120.3017911, 30.2377778 ], [ 120.2978914, 30.2394488 ], [ 120.29778, 30.2394966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977607, 30.2393714 ], [ 120.2995523, 30.2386078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976673, 30.2394023 ], [ 120.2977607, 30.2393714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977607, 30.2393714 ], [ 120.2977717, 30.2394429 ], [ 120.29778, 30.2394966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976867, 30.2395286 ], [ 120.2976673, 30.2394023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.29778, 30.2394966 ], [ 120.2976867, 30.2395286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.29778, 30.2394966 ], [ 120.2978, 30.2396269 ], [ 120.2981566, 30.2408049 ], [ 120.2982442, 30.2411264 ], [ 120.2983939, 30.2417745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983125, 30.2418074 ], [ 120.2980777, 30.2408365 ], [ 120.2976991, 30.2396093 ], [ 120.2976867, 30.2395286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学知路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986537, 30.2423754 ], [ 120.3015584, 30.2411184 ], [ 120.3035952, 30.2402291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学知路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3036519, 30.240304 ], [ 120.3015408, 30.2412101 ], [ 120.2993342, 30.242189 ], [ 120.298696, 30.2424527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3055502, 30.2413089 ], [ 120.3080562, 30.2446591 ], [ 120.3083496, 30.2450024 ], [ 120.3086791, 30.2454463 ], [ 120.3088562, 30.2456692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3086687, 30.2457683 ], [ 120.3053851, 30.2414122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.315531, 30.2438022 ], [ 120.3157333, 30.2437534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3156038, 30.2439607 ], [ 120.315531, 30.2438022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3158097, 30.2439139 ], [ 120.3156038, 30.2439607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3158097, 30.2439139 ], [ 120.3158134, 30.244293 ], [ 120.3156187, 30.2439931 ], [ 120.3156038, 30.2439607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3088562, 30.2456692 ], [ 120.309605, 30.245318 ], [ 120.3102592, 30.2450389 ], [ 120.3107951, 30.244855 ], [ 120.3119459, 30.2445282 ], [ 120.3131575, 30.2442549 ], [ 120.315531, 30.2438022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3156038, 30.2439607 ], [ 120.3145096, 30.2441759 ], [ 120.3119578, 30.2447343 ], [ 120.3114956, 30.2448544 ], [ 120.3109845, 30.245007 ], [ 120.3105335, 30.2451628 ], [ 120.3099886, 30.2453641 ], [ 120.3093873, 30.2456271 ], [ 120.3089735, 30.2458364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3086687, 30.2457683 ], [ 120.3088562, 30.2456692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3088562, 30.2456692 ], [ 120.3089191, 30.2457606 ], [ 120.3089735, 30.2458364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983125, 30.2418074 ], [ 120.2983939, 30.2417745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983939, 30.2417745 ], [ 120.2984919, 30.2419917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983775, 30.242045 ], [ 120.2983125, 30.2418074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2984919, 30.2419917 ], [ 120.2983775, 30.242045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2984919, 30.2419917 ], [ 120.2986537, 30.2423754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985337, 30.2423961 ], [ 120.2983775, 30.242045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986537, 30.2423754 ], [ 120.298696, 30.2424527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2985732, 30.2424611 ], [ 120.2985337, 30.2423961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3053851, 30.2414122 ], [ 120.3051556, 30.2415427 ], [ 120.3047207, 30.2417908 ], [ 120.30431, 30.242025 ], [ 120.3039576, 30.2422758 ], [ 120.3009538, 30.2459421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3009538, 30.2459421 ], [ 120.3039576, 30.2422758 ], [ 120.30431, 30.242025 ], [ 120.3047207, 30.2417908 ], [ 120.3051556, 30.2415427 ], [ 120.3053851, 30.2414122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.298696, 30.2424527 ], [ 120.299035, 30.2429921 ], [ 120.2993091, 30.2434258 ], [ 120.2997023, 30.244048 ], [ 120.3005183, 30.2453741 ], [ 120.3007811, 30.245724 ], [ 120.3009538, 30.2459421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3008749, 30.2460363 ], [ 120.2996138, 30.2440917 ], [ 120.2994005, 30.2437561 ], [ 120.2989519, 30.24305 ], [ 120.2985732, 30.2424611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3008749, 30.2460363 ], [ 120.300926, 30.2459761 ], [ 120.3009538, 30.2459421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3009538, 30.2459421 ], [ 120.300926, 30.2459761 ], [ 120.3008749, 30.2460363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3009538, 30.2459421 ], [ 120.3025201, 30.2480916 ], [ 120.3031924, 30.2490142 ], [ 120.3035867, 30.2495216 ], [ 120.3038147, 30.249751 ], [ 120.3039538, 30.249868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3038725, 30.2499552 ], [ 120.3036538, 30.2497255 ], [ 120.3033507, 30.2493919 ], [ 120.3018095, 30.247303 ], [ 120.3008749, 30.2460363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3038725, 30.2499552 ], [ 120.3039538, 30.249868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039538, 30.249868 ], [ 120.3041643, 30.2500263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3040592, 30.250145 ], [ 120.3038725, 30.2499552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3041643, 30.2500263 ], [ 120.3040592, 30.250145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859636, 30.2483745 ], [ 120.2863358, 30.2464039 ], [ 120.2866076, 30.2443739 ], [ 120.2866861, 30.2438052 ], [ 120.2868742, 30.242496 ], [ 120.2869358, 30.2421047 ], [ 120.2871406, 30.2402022 ], [ 120.2871784, 30.2398418 ], [ 120.2871986, 30.2393318 ], [ 120.2872232, 30.2387086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2869334, 30.2438083 ], [ 120.2868939, 30.2439995 ], [ 120.2868758, 30.2441351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868758, 30.2441351 ], [ 120.2867238, 30.2456172 ], [ 120.2864236, 30.2481504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864236, 30.2481504 ], [ 120.2874109, 30.2475808 ], [ 120.2879036, 30.2473268 ], [ 120.2881826, 30.2471719 ], [ 120.2886552, 30.2469237 ], [ 120.2893186, 30.2465595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894696, 30.2467426 ], [ 120.2879624, 30.2475507 ], [ 120.2873488, 30.2478926 ], [ 120.2866885, 30.2482571 ], [ 120.2863637, 30.2484363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859636, 30.2483745 ], [ 120.2864236, 30.2481504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864236, 30.2481504 ], [ 120.2863637, 30.2484363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858834, 30.2486992 ], [ 120.2859636, 30.2483745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863637, 30.2484363 ], [ 120.2858834, 30.2486992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854601, 30.2566837 ], [ 120.2854848, 30.2562409 ], [ 120.2854764, 30.2555832 ], [ 120.2853989, 30.2545589 ], [ 120.285396, 30.2539728 ], [ 120.285476, 30.2532822 ], [ 120.2855324, 30.2521531 ], [ 120.2855897, 30.2515492 ], [ 120.2858834, 30.2486992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2893186, 30.2465595 ], [ 120.2894285, 30.2464925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894285, 30.2464925 ], [ 120.2895803, 30.246676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894696, 30.2467426 ], [ 120.2893186, 30.2465595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2895803, 30.246676 ], [ 120.2894696, 30.2467426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2895803, 30.246676 ], [ 120.2897713, 30.2468912 ], [ 120.2900234, 30.247152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900234, 30.247152 ], [ 120.2901029, 30.2472658 ], [ 120.2902351, 30.2474452 ], [ 120.2903632, 30.2476109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3008749, 30.2460363 ], [ 120.299553, 30.2475947 ], [ 120.296807, 30.2510343 ], [ 120.2960049, 30.2520819 ], [ 120.2953945, 30.2525919 ], [ 120.2948577, 30.2529438 ], [ 120.2941259, 30.2532289 ], [ 120.2932299, 30.2534531 ], [ 120.292374, 30.2536281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.292374, 30.2536281 ], [ 120.2932299, 30.2534531 ], [ 120.2941259, 30.2532289 ], [ 120.2948577, 30.2529438 ], [ 120.2953945, 30.2525919 ], [ 120.2960049, 30.2520819 ], [ 120.296807, 30.2510343 ], [ 120.299553, 30.2475947 ], [ 120.3008749, 30.2460363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "顺坝桥", "弘慧路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922216, 30.2536409 ], [ 120.2921908, 30.2533831 ], [ 120.2921238, 30.2529325 ], [ 120.2921077, 30.252723 ], [ 120.2918105, 30.2516706 ], [ 120.2912194, 30.2499548 ], [ 120.2911578, 30.249776 ], [ 120.2910348, 30.2494356 ], [ 120.2908851, 30.2490211 ], [ 120.2907002, 30.2485093 ], [ 120.2904877, 30.2480443 ], [ 120.2902315, 30.2476604 ], [ 120.2900106, 30.2473426 ], [ 120.2899656, 30.2472751 ], [ 120.2899351, 30.247233 ], [ 120.2898249, 30.2470951 ], [ 120.2894696, 30.2467426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "顺坝桥", "弘慧路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2903632, 30.2476109 ], [ 120.2906177, 30.2479928 ], [ 120.2908535, 30.2484626 ], [ 120.2911856, 30.249382 ], [ 120.2913132, 30.2497351 ], [ 120.2913804, 30.2499303 ], [ 120.2915399, 30.2503933 ], [ 120.2919677, 30.251635 ], [ 120.2922657, 30.2526871 ], [ 120.2922893, 30.2528859 ], [ 120.2923313, 30.2533632 ], [ 120.292374, 30.2536281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478107, 30.2393613 ], [ 120.2479296, 30.2395281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478685, 30.2395596 ], [ 120.2477548, 30.2393947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479296, 30.2395281 ], [ 120.2478685, 30.2395596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443414, 30.2411653 ], [ 120.2448083, 30.2409096 ], [ 120.2453712, 30.2406202 ], [ 120.2461139, 30.2402383 ], [ 120.2467078, 30.239933 ], [ 120.2472251, 30.2396671 ], [ 120.2477548, 30.2393947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491767, 30.2413116 ], [ 120.2505574, 30.2405523 ], [ 120.251374, 30.2401032 ], [ 120.2517881, 30.2398935 ], [ 120.2523759, 30.2396273 ], [ 120.253029, 30.2393966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479296, 30.2395281 ], [ 120.2481486, 30.2398443 ], [ 120.2485162, 30.2403493 ], [ 120.2491767, 30.2413116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "市心北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2478685, 30.2395596 ], [ 120.2474974, 30.2397507 ], [ 120.2468225, 30.2400982 ], [ 120.2459124, 30.2405669 ], [ 120.2454663, 30.2407894 ], [ 120.244972, 30.2410359 ], [ 120.2444311, 30.2413056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2490897, 30.2413565 ], [ 120.2480894, 30.2398872 ], [ 120.2478685, 30.2395596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2530606, 30.2395405 ], [ 120.2527072, 30.2396636 ], [ 120.251885, 30.2400454 ], [ 120.2492524, 30.2414028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2490897, 30.2413565 ], [ 120.2491767, 30.2413116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532743, 30.2393569 ], [ 120.2538122, 30.2392433 ], [ 120.2538626, 30.2392336 ], [ 120.2543148, 30.2391861 ], [ 120.2546838, 30.2391517 ], [ 120.2548754, 30.2391338 ], [ 120.2554676, 30.2391019 ], [ 120.2560485, 30.2390951 ], [ 120.256325, 30.2390942 ], [ 120.2566372, 30.2391019 ], [ 120.2581501, 30.2390668 ], [ 120.2583549, 30.2390675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582977, 30.2391832 ], [ 120.2581495, 30.2391793 ], [ 120.2565656, 30.2391973 ], [ 120.2560006, 30.2391939 ], [ 120.2555471, 30.2392077 ], [ 120.2554395, 30.239211 ], [ 120.2548789, 30.2392508 ], [ 120.2543025, 30.2393043 ], [ 120.2538411, 30.2393663 ], [ 120.2535937, 30.2394158 ], [ 120.2532848, 30.2394841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.253029, 30.2393966 ], [ 120.2532743, 30.2393569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532743, 30.2393569 ], [ 120.2532848, 30.2394841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2530606, 30.2395405 ], [ 120.253029, 30.2393966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532848, 30.2394841 ], [ 120.2530606, 30.2395405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532848, 30.2394841 ], [ 120.253301, 30.2397477 ], [ 120.2533175, 30.240135 ], [ 120.2533742, 30.2405092 ], [ 120.2534685, 30.2408175 ], [ 120.253529, 30.240975 ], [ 120.2535379, 30.2409967 ], [ 120.2537059, 30.2414071 ], [ 120.2539616, 30.2420318 ], [ 120.2543603, 30.2431205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541732, 30.2431704 ], [ 120.25364, 30.241709 ], [ 120.2534757, 30.2413056 ], [ 120.2534631, 30.2412748 ], [ 120.2533491, 30.2409981 ], [ 120.2532588, 30.240733 ], [ 120.2531837, 30.2404685 ], [ 120.2531001, 30.2399915 ], [ 120.2530763, 30.2397542 ], [ 120.2530606, 30.2395405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2569347, 30.2428775 ], [ 120.2570056, 30.2426899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2543603, 30.2431205 ], [ 120.254835, 30.2430026 ], [ 120.2554597, 30.2428689 ], [ 120.2560808, 30.2427633 ], [ 120.2570056, 30.2426899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491767, 30.2413116 ], [ 120.2492524, 30.2414028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491451, 30.2414581 ], [ 120.2490897, 30.2413565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2492524, 30.2414028 ], [ 120.2491923, 30.2414338 ], [ 120.2491451, 30.2414581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2455963, 30.2431592 ], [ 120.2490897, 30.2413565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2491451, 30.2414581 ], [ 120.2456643, 30.2432499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2455963, 30.2431592 ], [ 120.2456643, 30.2432499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2456643, 30.2432499 ], [ 120.2463116, 30.2442011 ], [ 120.246478, 30.2444355 ], [ 120.2466854, 30.2447277 ], [ 120.2467611, 30.2448192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466075, 30.2449753 ], [ 120.2464981, 30.2447888 ], [ 120.2461393, 30.2442903 ], [ 120.245503, 30.2433457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248108, 30.2465087 ], [ 120.2524823, 30.2439504 ], [ 120.2529939, 30.2436808 ], [ 120.2537208, 30.2433521 ], [ 120.2541732, 30.2431704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542338, 30.2433102 ], [ 120.2537729, 30.2434883 ], [ 120.2531755, 30.2437474 ], [ 120.2524416, 30.2441391 ], [ 120.2482174, 30.2466694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570056, 30.2426899 ], [ 120.2572098, 30.2427002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2572098, 30.2427002 ], [ 120.2571177, 30.2428841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571177, 30.2428841 ], [ 120.2569347, 30.2428775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2572098, 30.2427002 ], [ 120.2586342, 30.242875 ], [ 120.2592698, 30.2429659 ], [ 120.2595733, 30.2430219 ], [ 120.2603991, 30.2432422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2602939, 30.243508 ], [ 120.2599053, 30.243431 ], [ 120.2592779, 30.2432702 ], [ 120.2584683, 30.2430499 ], [ 120.2571177, 30.2428841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262828, 30.2445511 ], [ 120.2628277, 30.2459757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628277, 30.2459757 ], [ 120.262828, 30.2445511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262817, 30.246121 ], [ 120.2628277, 30.2459757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628277, 30.2459757 ], [ 120.262817, 30.246121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556793, 30.2473128 ], [ 120.2560949, 30.2470999 ], [ 120.2562071, 30.2470438 ], [ 120.2565179, 30.2468831 ], [ 120.2573914, 30.2464354 ], [ 120.2576833, 30.2463338 ], [ 120.2580231, 30.2462548 ], [ 120.2583759, 30.2462134 ], [ 120.258555, 30.2462184 ], [ 120.2594957, 30.2463112 ], [ 120.2597136, 30.2463112 ], [ 120.2600534, 30.2462849 ], [ 120.2604237, 30.2462134 ], [ 120.2610555, 30.2460591 ], [ 120.2613822, 30.2460064 ], [ 120.261844, 30.2459876 ], [ 120.2628277, 30.2459757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2569347, 30.2428775 ], [ 120.2562408, 30.2429103 ], [ 120.2557945, 30.2429648 ], [ 120.2551202, 30.2430939 ], [ 120.2544263, 30.243266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541732, 30.2431704 ], [ 120.2543603, 30.2431205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2543603, 30.2431205 ], [ 120.2544263, 30.243266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "皓月路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542338, 30.2433102 ], [ 120.2541732, 30.2431704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "民祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544263, 30.243266 ], [ 120.2542338, 30.2433102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571177, 30.2428841 ], [ 120.2558786, 30.2466992 ], [ 120.2556793, 30.2473128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554985, 30.2474322 ], [ 120.2560692, 30.2456058 ], [ 120.2569347, 30.2428775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554985, 30.2474322 ], [ 120.2556793, 30.2473128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556793, 30.2473128 ], [ 120.255607, 30.2474842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554344, 30.2475766 ], [ 120.2554985, 30.2474322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255607, 30.2474842 ], [ 120.2554344, 30.2475766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2508158, 30.2499469 ], [ 120.2514793, 30.2496157 ], [ 120.2538407, 30.2483248 ], [ 120.2554985, 30.2474322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554344, 30.2475766 ], [ 120.2547762, 30.2479331 ], [ 120.2536228, 30.2485581 ], [ 120.250904, 30.250055 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255607, 30.2474842 ], [ 120.2554398, 30.2480382 ], [ 120.2552941, 30.2484433 ], [ 120.2549392, 30.2497754 ], [ 120.2546584, 30.2509066 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544664, 30.2509203 ], [ 120.2547614, 30.2498306 ], [ 120.2549956, 30.2490488 ], [ 120.2551442, 30.2484529 ], [ 120.2551706, 30.2483752 ], [ 120.2554018, 30.2476932 ], [ 120.2554344, 30.2475766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.250904, 30.250055 ], [ 120.2509755, 30.2501427 ], [ 120.2510783, 30.2502301 ], [ 120.2515485, 30.2508369 ], [ 120.2516793, 30.2510028 ], [ 120.2522752, 30.2517589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544664, 30.2509203 ], [ 120.2546584, 30.2509066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2546584, 30.2509066 ], [ 120.2546304, 30.2510062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544339, 30.2510279 ], [ 120.2544664, 30.2509203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2546304, 30.2510062 ], [ 120.2544339, 30.2510279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2522752, 30.2517589 ], [ 120.2535017, 30.2511816 ], [ 120.2539085, 30.2510282 ], [ 120.2542346, 30.2509362 ], [ 120.2544664, 30.2509203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544339, 30.2510279 ], [ 120.2540068, 30.2511288 ], [ 120.2534808, 30.251334 ], [ 120.2523883, 30.2519061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2520757, 30.2518803 ], [ 120.2522752, 30.2517589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2522752, 30.2517589 ], [ 120.2523883, 30.2519061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2521932, 30.2520282 ], [ 120.2520757, 30.2518803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2523883, 30.2519061 ], [ 120.2521932, 30.2520282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "奔竞大道隧道", "奔竞隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467611, 30.2448192 ], [ 120.2468486, 30.2450195 ], [ 120.2477812, 30.2462917 ], [ 120.2484129, 30.2471535 ], [ 120.2511451, 30.2504432 ], [ 120.2526175, 30.2523204 ], [ 120.2540365, 30.2541421 ], [ 120.2545608, 30.254785 ], [ 120.2551151, 30.2554708 ], [ 120.2554301, 30.2558508 ], [ 120.2557987, 30.2562656 ], [ 120.2561771, 30.2566301 ], [ 120.2562244, 30.2566727 ], [ 120.2562718, 30.2567153 ], [ 120.2562935, 30.2567349 ], [ 120.2575062, 30.2578327 ], [ 120.257967, 30.2582056 ], [ 120.2588547, 30.2588634 ], [ 120.2600626, 30.2595505 ], [ 120.2603553, 30.2596478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2536098, 30.2534973 ], [ 120.2536828, 30.253286 ], [ 120.2540421, 30.2523222 ], [ 120.2544339, 30.2510279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2546304, 30.2510062 ], [ 120.2541971, 30.2523813 ], [ 120.2537413, 30.2536642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "奔竞大道隧道", "奔竞隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600995, 30.2597867 ], [ 120.2599025, 30.2596343 ], [ 120.2597133, 30.2595128 ], [ 120.2589663, 30.2590813 ], [ 120.2584473, 30.2587084 ], [ 120.2575838, 30.2580296 ], [ 120.2574432, 30.2579123 ], [ 120.2561334, 30.2567307 ], [ 120.255726, 30.2563452 ], [ 120.2552409, 30.2557879 ], [ 120.2550371, 30.2555491 ], [ 120.2545201, 30.2548888 ], [ 120.2509174, 30.2502878 ], [ 120.247709, 30.2463346 ], [ 120.2470399, 30.2455101 ], [ 120.2466075, 30.2449753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2508158, 30.2499469 ], [ 120.250904, 30.250055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2507331, 30.2501554 ], [ 120.2506357, 30.2500409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.250904, 30.250055 ], [ 120.2507331, 30.2501554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2520757, 30.2518803 ], [ 120.2513366, 30.2509466 ], [ 120.2508706, 30.2503464 ], [ 120.2508009, 30.250235 ], [ 120.2507331, 30.2501554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481812, 30.2540242 ], [ 120.2505696, 30.2527391 ], [ 120.2520757, 30.2518803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2521932, 30.2520282 ], [ 120.2506489, 30.2528472 ], [ 120.2482574, 30.254137 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2456268, 30.2529128 ], [ 120.2457254, 30.2530476 ], [ 120.2458501, 30.2532307 ], [ 120.2467848, 30.2545175 ], [ 120.246916, 30.2546571 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467241, 30.2547459 ], [ 120.2466276, 30.2546457 ], [ 120.2456344, 30.2533278 ], [ 120.2455157, 30.2531645 ], [ 120.2454119, 30.2530212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宸宸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482574, 30.254137 ], [ 120.2481812, 30.2540242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宸宸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481812, 30.2540242 ], [ 120.2482574, 30.254137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262817, 30.246121 ], [ 120.2627482, 30.2461224 ], [ 120.2616349, 30.2461456 ], [ 120.2610729, 30.246172 ], [ 120.260842, 30.2462021 ], [ 120.2601318, 30.2464317 ], [ 120.2599401, 30.2464768 ], [ 120.2596918, 30.2465258 ], [ 120.2594086, 30.2465521 ], [ 120.2591472, 30.2465484 ], [ 120.2584586, 30.2464969 ], [ 120.2583091, 30.2464788 ], [ 120.2582105, 30.2464731 ], [ 120.2578881, 30.2464881 ], [ 120.2575918, 30.2465408 ], [ 120.2573914, 30.2465935 ], [ 120.2570603, 30.2467027 ], [ 120.2568512, 30.2468005 ], [ 120.2565366, 30.2469734 ], [ 120.2562339, 30.2471405 ], [ 120.255607, 30.2474842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262817, 30.246121 ], [ 120.2624721, 30.2511766 ], [ 120.2624511, 30.2514845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624511, 30.2514845 ], [ 120.2624721, 30.2511766 ], [ 120.262817, 30.246121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2546584, 30.2509066 ], [ 120.2549528, 30.2509075 ], [ 120.2556032, 30.2508843 ], [ 120.2559575, 30.2509075 ], [ 120.2563343, 30.2509501 ], [ 120.2566482, 30.2510044 ], [ 120.2578324, 30.2512795 ], [ 120.2581822, 30.2513453 ], [ 120.2595458, 30.2514964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595323, 30.2515832 ], [ 120.257977, 30.251378 ], [ 120.2576151, 30.2512998 ], [ 120.2567045, 30.2510995 ], [ 120.2563482, 30.2510213 ], [ 120.2560654, 30.2509774 ], [ 120.2556413, 30.250953 ], [ 120.2546304, 30.2510062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2537413, 30.2536642 ], [ 120.2550469, 30.2550953 ], [ 120.255952, 30.2559061 ], [ 120.2564325, 30.2562632 ], [ 120.2571189, 30.256889 ], [ 120.2572119, 30.2569895 ], [ 120.2573036, 30.2570902 ], [ 120.257589, 30.2574697 ], [ 120.2580395, 30.2580339 ], [ 120.2581477, 30.2581695 ], [ 120.2586282, 30.2585797 ], [ 120.2596227, 30.2592119 ], [ 120.2603553, 30.2596478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600995, 30.2597867 ], [ 120.2603553, 30.2596478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603553, 30.2596478 ], [ 120.2607877, 30.2598427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604834, 30.2599535 ], [ 120.2600995, 30.2597867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607877, 30.2598427 ], [ 120.2606937, 30.2598738 ], [ 120.2604834, 30.2599535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2523883, 30.2519061 ], [ 120.2536098, 30.2534973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535451, 30.2536845 ], [ 120.2529652, 30.252968 ], [ 120.2521932, 30.2520282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2536098, 30.2534973 ], [ 120.2537413, 30.2536642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535451, 30.2536845 ], [ 120.2536098, 30.2534973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2537413, 30.2536642 ], [ 120.2536793, 30.2538504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2536793, 30.2538504 ], [ 120.2535451, 30.2536845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527041, 30.2559669 ], [ 120.2527612, 30.2558507 ], [ 120.2535451, 30.2536845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2536793, 30.2538504 ], [ 120.2530944, 30.2554851 ], [ 120.252874, 30.2560063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527041, 30.2559669 ], [ 120.252874, 30.2560063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526464, 30.2560843 ], [ 120.2527041, 30.2559669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868545, 30.22807 ], [ 120.287126, 30.2281348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2832063, 30.2288136 ], [ 120.2832761, 30.2288009 ], [ 120.2852389, 30.2284432 ], [ 120.2868545, 30.22807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868545, 30.22807 ], [ 120.2852389, 30.2284432 ], [ 120.2832761, 30.2288009 ], [ 120.2832063, 30.2288136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.287126, 30.2281348 ], [ 120.2871415, 30.2284791 ], [ 120.2871781, 30.2294916 ], [ 120.2871518, 30.2301718 ], [ 120.2871124, 30.2308104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868106, 30.2308832 ], [ 120.286878, 30.2296248 ], [ 120.286887, 30.228684 ], [ 120.2868545, 30.22807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2815815, 30.2291741 ], [ 120.2822018, 30.2320604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2868106, 30.2308832 ], [ 120.2871124, 30.2308104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871124, 30.2308104 ], [ 120.2871085, 30.2309591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867953, 30.2310312 ], [ 120.2868106, 30.2308832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871085, 30.2309591 ], [ 120.2867953, 30.2310312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764402, 30.2299502 ], [ 120.276499, 30.2299237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276499, 30.2299237 ], [ 120.2765287, 30.2300494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764641, 30.2300519 ], [ 120.2764402, 30.2299502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764641, 30.2300519 ], [ 120.2761909, 30.2300625 ], [ 120.2764402, 30.2299502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "扬帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2765287, 30.2300494 ], [ 120.2764641, 30.2300519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820346, 30.2321043 ], [ 120.2819297, 30.2316202 ], [ 120.2814467, 30.2291815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2765287, 30.2300494 ], [ 120.2767957, 30.2311793 ], [ 120.2772953, 30.2333031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772196, 30.2333741 ], [ 120.2767388, 30.231222 ], [ 120.2764641, 30.2300519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772953, 30.2333031 ], [ 120.277511, 30.2332478 ], [ 120.2792037, 30.2328146 ], [ 120.2820346, 30.2321043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820543, 30.2321953 ], [ 120.2773136, 30.2333993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872008, 30.2375996 ], [ 120.2871124, 30.2371476 ], [ 120.286994, 30.2363636 ], [ 120.2868503, 30.235079 ], [ 120.2868597, 30.2336245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2874936, 30.237492 ], [ 120.2875202, 30.2380084 ], [ 120.2875307, 30.2385571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872259, 30.2385947 ], [ 120.2872248, 30.2384303 ], [ 120.2872116, 30.2381308 ], [ 120.2872008, 30.2375996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872259, 30.2385947 ], [ 120.2873111, 30.2385848 ], [ 120.2875307, 30.2385571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2875307, 30.2385571 ], [ 120.2875281, 30.2386775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872232, 30.2387086 ], [ 120.2872259, 30.2385947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2875281, 30.2386775 ], [ 120.2873285, 30.2386963 ], [ 120.2872232, 30.2387086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786281, 30.239174 ], [ 120.2791371, 30.2391746 ], [ 120.2813512, 30.2391085 ], [ 120.2831108, 30.239039 ], [ 120.2856803, 30.2387748 ], [ 120.2870275, 30.2386178 ], [ 120.2872259, 30.2385947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872232, 30.2387086 ], [ 120.2856967, 30.2388864 ], [ 120.2831214, 30.2391511 ], [ 120.2813557, 30.2392209 ], [ 120.2786446, 30.2393346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2875281, 30.2386775 ], [ 120.2874964, 30.2393886 ], [ 120.2874733, 30.2399086 ], [ 120.2872886, 30.2412194 ], [ 120.2871339, 30.2421453 ], [ 120.2869334, 30.2438083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772196, 30.2333741 ], [ 120.2772953, 30.2333031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772953, 30.2333031 ], [ 120.2773136, 30.2333993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773136, 30.2333993 ], [ 120.2772196, 30.2333741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785189, 30.2391791 ], [ 120.2784831, 30.2389247 ], [ 120.2784, 30.2386889 ], [ 120.2782976, 30.2383982 ], [ 120.2782846, 30.2383612 ], [ 120.2776587, 30.2357181 ], [ 120.2772196, 30.2333741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773136, 30.2333993 ], [ 120.2777236, 30.2355559 ], [ 120.2779738, 30.2366055 ], [ 120.2783789, 30.2383052 ], [ 120.2783895, 30.2383378 ], [ 120.2784826, 30.2386248 ], [ 120.2785145, 30.2387224 ], [ 120.2785726, 30.2389012 ], [ 120.2786281, 30.239174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785189, 30.2391791 ], [ 120.2786281, 30.239174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786281, 30.239174 ], [ 120.2786446, 30.2393346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785416, 30.2393305 ], [ 120.2785189, 30.2391791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786446, 30.2393346 ], [ 120.2785416, 30.2393305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786446, 30.2393346 ], [ 120.2786571, 30.2398413 ], [ 120.2791062, 30.2420337 ], [ 120.2805878, 30.2491659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679968, 30.2391727 ], [ 120.2693738, 30.2391761 ], [ 120.2705364, 30.2391844 ], [ 120.2715762, 30.2391919 ], [ 120.2732436, 30.2391991 ], [ 120.2741627, 30.2391961 ], [ 120.2741684, 30.239196 ], [ 120.2746854, 30.2391855 ], [ 120.2748227, 30.2391827 ], [ 120.2749794, 30.2391823 ], [ 120.2766359, 30.239178 ], [ 120.2767649, 30.239169 ], [ 120.2778973, 30.2391727 ], [ 120.2785189, 30.2391791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "鸿宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785416, 30.2393305 ], [ 120.2778577, 30.2393034 ], [ 120.2767756, 30.2392895 ], [ 120.2766361, 30.2392905 ], [ 120.2749955, 30.2392894 ], [ 120.2748229, 30.2392951 ], [ 120.274706, 30.239295 ], [ 120.2741912, 30.2392948 ], [ 120.2741855, 30.2392948 ], [ 120.2732345, 30.2392944 ], [ 120.2716073, 30.2392843 ], [ 120.2706095, 30.2392798 ], [ 120.2694167, 30.2392646 ], [ 120.2679665, 30.239269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603553, 30.2596478 ], [ 120.2611321, 30.2593189 ], [ 120.2618653, 30.2590564 ], [ 120.26238, 30.2588436 ], [ 120.2654338, 30.2576535 ], [ 120.2663967, 30.2572494 ], [ 120.2679516, 30.2567024 ], [ 120.2700312, 30.2558939 ], [ 120.272027, 30.255071 ], [ 120.2730234, 30.2546858 ], [ 120.274552, 30.2540326 ], [ 120.2752147, 30.2537657 ], [ 120.2760242, 30.2534099 ], [ 120.2765784, 30.253162 ], [ 120.2774919, 30.2527256 ], [ 120.2793276, 30.2518601 ], [ 120.2813661, 30.2508565 ], [ 120.2817879, 30.2506557 ], [ 120.2819496, 30.2505698 ], [ 120.282671, 30.2501768 ], [ 120.2844542, 30.2491984 ], [ 120.2859636, 30.2483745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858834, 30.2486992 ], [ 120.2849241, 30.2492327 ], [ 120.2840093, 30.249738 ], [ 120.2827674, 30.2504133 ], [ 120.2818069, 30.2509182 ], [ 120.2804674, 30.2515958 ], [ 120.2799511, 30.2518605 ], [ 120.2782002, 30.2527089 ], [ 120.2769257, 30.2532895 ], [ 120.2764335, 30.2535115 ], [ 120.274594, 30.2543092 ], [ 120.2732456, 30.2548816 ], [ 120.2729552, 30.254996 ], [ 120.2695962, 30.2564372 ], [ 120.2673499, 30.2572682 ], [ 120.2666566, 30.2575423 ], [ 120.2647488, 30.2582968 ], [ 120.2634753, 30.2587964 ], [ 120.2607877, 30.2598427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713271, 30.2956364 ], [ 120.2712776, 30.2957408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2712776, 30.2957408 ], [ 120.2713271, 30.2956364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713271, 30.2956364 ], [ 120.2715305, 30.2956923 ], [ 120.2725279, 30.2959665 ], [ 120.2744932, 30.2965068 ], [ 120.2745484, 30.296522 ], [ 120.2746732, 30.2965561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746346, 30.2966753 ], [ 120.2745038, 30.2966368 ], [ 120.2744537, 30.2966232 ], [ 120.2727976, 30.2961532 ], [ 120.2714619, 30.2957894 ], [ 120.2712776, 30.2957408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746732, 30.2965561 ], [ 120.2746346, 30.2966753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746346, 30.2966753 ], [ 120.2746732, 30.2965561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805069, 30.2492018 ], [ 120.2797046, 30.2453074 ], [ 120.2790345, 30.2420546 ], [ 120.2785696, 30.2398487 ], [ 120.2785416, 30.2393305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781572, 30.2975239 ], [ 120.2779317, 30.2974596 ], [ 120.276223, 30.2970768 ], [ 120.2753078, 30.2968558 ], [ 120.2748213, 30.296726 ], [ 120.2747762, 30.2967138 ], [ 120.2746346, 30.2966753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746732, 30.2965561 ], [ 120.2748106, 30.2965968 ], [ 120.274863, 30.2966123 ], [ 120.2762588, 30.2969883 ], [ 120.2779632, 30.2973641 ], [ 120.2783651, 30.2974454 ], [ 120.2805456, 30.2978811 ], [ 120.282581, 30.2982943 ], [ 120.2830686, 30.2983965 ], [ 120.2835509, 30.298542 ], [ 120.2845213, 30.298786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845182, 30.2988986 ], [ 120.2836277, 30.298662 ], [ 120.2827921, 30.2984637 ], [ 120.2821026, 30.298319 ], [ 120.2805611, 30.2980054 ], [ 120.2803564, 30.2979663 ], [ 120.2800609, 30.297907 ], [ 120.278332, 30.2975623 ], [ 120.2781572, 30.2975239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784721, 30.2998923 ], [ 120.2784984, 30.2998178 ], [ 120.2784831, 30.2997009 ], [ 120.2784569, 30.2995541 ], [ 120.2782817, 30.2985465 ], [ 120.2782572, 30.2984055 ], [ 120.2781192, 30.297645 ], [ 120.2781539, 30.2975772 ], [ 120.2781572, 30.2975239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781572, 30.2975239 ], [ 120.2781539, 30.2975772 ], [ 120.2781192, 30.297645 ], [ 120.2782572, 30.2984055 ], [ 120.2782817, 30.2985465 ], [ 120.2784569, 30.2995541 ], [ 120.2784831, 30.2997009 ], [ 120.2784984, 30.2998178 ], [ 120.2784721, 30.2998923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784721, 30.2998923 ], [ 120.278362, 30.2999094 ], [ 120.2766972, 30.300094 ], [ 120.2765927, 30.3000998 ], [ 120.2744353, 30.3003298 ], [ 120.2743886, 30.3003348 ], [ 120.2742641, 30.3003413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742641, 30.3003413 ], [ 120.2743886, 30.3003348 ], [ 120.2744353, 30.3003298 ], [ 120.2765927, 30.3000998 ], [ 120.2766972, 30.300094 ], [ 120.278362, 30.2999094 ], [ 120.2784721, 30.2998923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784721, 30.2998923 ], [ 120.2788238, 30.3017888 ], [ 120.2788885, 30.3019937 ], [ 120.2789211, 30.3021822 ], [ 120.2789451, 30.3023084 ], [ 120.2789947, 30.3025601 ], [ 120.2790941, 30.3030844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2790941, 30.3030844 ], [ 120.2789947, 30.3025601 ], [ 120.2789451, 30.3023084 ], [ 120.2789211, 30.3021822 ], [ 120.2788885, 30.3019937 ], [ 120.2788238, 30.3017888 ], [ 120.2784721, 30.2998923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672297, 30.2944592 ], [ 120.267178, 30.2945439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2672297, 30.2944592 ], [ 120.2673074, 30.2944842 ], [ 120.2680026, 30.2947577 ], [ 120.2684023, 30.2949069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683723, 30.2949818 ], [ 120.267794, 30.294764 ], [ 120.2672524, 30.2945628 ], [ 120.267178, 30.2945439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2684023, 30.2949069 ], [ 120.2683723, 30.2949818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683723, 30.2949818 ], [ 120.2684023, 30.2949069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2684023, 30.2949069 ], [ 120.2689928, 30.2950864 ], [ 120.2694511, 30.2951859 ], [ 120.2700362, 30.2953377 ], [ 120.2710878, 30.2955905 ], [ 120.2713271, 30.2956364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2712776, 30.2957408 ], [ 120.2710446, 30.2956778 ], [ 120.2699341, 30.2953909 ], [ 120.2688823, 30.2951309 ], [ 120.2683723, 30.2949818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665399, 30.2962104 ], [ 120.2658228, 30.2975124 ], [ 120.2656624, 30.2978007 ], [ 120.2654784, 30.2981759 ], [ 120.2653791, 30.2985582 ], [ 120.2653396, 30.2989069 ], [ 120.2653461, 30.2992777 ], [ 120.2654119, 30.2997135 ], [ 120.265485, 30.300183 ], [ 120.2655916, 30.3008796 ], [ 120.2656269, 30.3011028 ], [ 120.2656493, 30.301214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656493, 30.301214 ], [ 120.2656269, 30.3011028 ], [ 120.2655916, 30.3008796 ], [ 120.265485, 30.300183 ], [ 120.2654119, 30.2997135 ], [ 120.2653461, 30.2992777 ], [ 120.2653396, 30.2989069 ], [ 120.2653791, 30.2985582 ], [ 120.2654784, 30.2981759 ], [ 120.2656624, 30.2978007 ], [ 120.2658228, 30.2975124 ], [ 120.2665399, 30.2962104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699298, 30.300781 ], [ 120.2697504, 30.3007975 ], [ 120.2683659, 30.3009381 ], [ 120.2682588, 30.300949 ], [ 120.2681476, 30.3009603 ], [ 120.2679716, 30.3009782 ], [ 120.2656493, 30.301214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2712776, 30.2957408 ], [ 120.2712546, 30.2957914 ], [ 120.2711985, 30.2958606 ], [ 120.270381, 30.2975347 ], [ 120.2701544, 30.2981723 ], [ 120.2700779, 30.2984622 ], [ 120.2700146, 30.2989043 ], [ 120.2700106, 30.2990008 ], [ 120.2699958, 30.299353 ], [ 120.2699378, 30.3004643 ], [ 120.2699366, 30.3005655 ], [ 120.2699438, 30.3006053 ], [ 120.2699298, 30.300781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699298, 30.300781 ], [ 120.2699438, 30.3006053 ], [ 120.2699366, 30.3005655 ], [ 120.2699378, 30.3004643 ], [ 120.2699958, 30.299353 ], [ 120.2700106, 30.2990008 ], [ 120.2700146, 30.2989043 ], [ 120.2700779, 30.2984622 ], [ 120.2701544, 30.2981723 ], [ 120.270381, 30.2975347 ], [ 120.2711985, 30.2958606 ], [ 120.2712546, 30.2957914 ], [ 120.2712776, 30.2957408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746346, 30.2966753 ], [ 120.2746114, 30.2967562 ], [ 120.2745716, 30.2968071 ], [ 120.2742499, 30.2976842 ], [ 120.2741624, 30.2980179 ], [ 120.274119, 30.2982939 ], [ 120.2741234, 30.2986771 ], [ 120.274181, 30.2993748 ], [ 120.2742302, 30.2999853 ], [ 120.2742418, 30.3001186 ], [ 120.2742497, 30.3001973 ], [ 120.2742641, 30.3003413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742641, 30.3003413 ], [ 120.2742497, 30.3001973 ], [ 120.2742418, 30.3001186 ], [ 120.2742302, 30.2999853 ], [ 120.274181, 30.2993748 ], [ 120.2741234, 30.2986771 ], [ 120.274119, 30.2982939 ], [ 120.2741624, 30.2980179 ], [ 120.2742499, 30.2976842 ], [ 120.2745716, 30.2968071 ], [ 120.2746114, 30.2967562 ], [ 120.2746346, 30.2966753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742641, 30.3003413 ], [ 120.2741413, 30.3003441 ], [ 120.2740738, 30.3003511 ], [ 120.2728942, 30.3004735 ], [ 120.2726064, 30.3005006 ], [ 120.2724988, 30.3005119 ], [ 120.2701465, 30.3007585 ], [ 120.2699298, 30.300781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699298, 30.300781 ], [ 120.2701465, 30.3007585 ], [ 120.2724988, 30.3005119 ], [ 120.2726064, 30.3005006 ], [ 120.2728942, 30.3004735 ], [ 120.2740738, 30.3003511 ], [ 120.2741413, 30.3003441 ], [ 120.2742641, 30.3003413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747481, 30.3037533 ], [ 120.2746186, 30.30285 ], [ 120.2745939, 30.3026773 ], [ 120.2744616, 30.3018118 ], [ 120.2744447, 30.3017014 ], [ 120.2743833, 30.3012228 ], [ 120.27428, 30.3004795 ], [ 120.2742641, 30.3003413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742641, 30.3003413 ], [ 120.27428, 30.3004795 ], [ 120.2743833, 30.3012228 ], [ 120.2744447, 30.3017014 ], [ 120.2744616, 30.3018118 ], [ 120.2745939, 30.3026773 ], [ 120.2746186, 30.30285 ], [ 120.2747481, 30.3037533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699298, 30.300781 ], [ 120.2699405, 30.3009264 ], [ 120.2700719, 30.3016676 ], [ 120.2700871, 30.301769 ], [ 120.2701678, 30.3023075 ], [ 120.2701786, 30.3023798 ], [ 120.2702908, 30.3029326 ], [ 120.2703173, 30.3030634 ], [ 120.2704893, 30.3039104 ], [ 120.2705573, 30.3043442 ], [ 120.2705751, 30.3044577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705751, 30.3044577 ], [ 120.2705573, 30.3043442 ], [ 120.2704893, 30.3039104 ], [ 120.2703173, 30.3030634 ], [ 120.2702908, 30.3029326 ], [ 120.2701786, 30.3023798 ], [ 120.2701678, 30.3023075 ], [ 120.2700871, 30.301769 ], [ 120.2700719, 30.3016676 ], [ 120.2699405, 30.3009264 ], [ 120.2699298, 30.300781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2847952, 30.2989889 ], [ 120.2845182, 30.2988986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845926, 30.3022705 ], [ 120.2845718, 30.3020561 ], [ 120.2845586, 30.3019204 ], [ 120.2845563, 30.3018963 ], [ 120.2845107, 30.3012282 ], [ 120.2844842, 30.3006191 ], [ 120.2845171, 30.2989965 ], [ 120.2845182, 30.2988986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2847952, 30.2989889 ], [ 120.2847704, 30.3005857 ], [ 120.2848987, 30.301872 ], [ 120.2849113, 30.3019987 ], [ 120.2849324, 30.30221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849324, 30.30221 ], [ 120.2850839, 30.3021852 ], [ 120.2858286, 30.302063 ], [ 120.2867168, 30.301887 ], [ 120.2869053, 30.3018497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845926, 30.3022705 ], [ 120.2849324, 30.30221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849324, 30.30221 ], [ 120.2849739, 30.3024532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866017, 30.3022228 ], [ 120.2850927, 30.3024364 ], [ 120.2849739, 30.3024532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846315, 30.3024937 ], [ 120.2845926, 30.3022705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849739, 30.3024532 ], [ 120.2846315, 30.3024937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2790941, 30.3030844 ], [ 120.2798603, 30.3029732 ], [ 120.2836041, 30.3024173 ], [ 120.2844776, 30.3022876 ], [ 120.2845926, 30.3022705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656493, 30.301214 ], [ 120.2679716, 30.3009782 ], [ 120.2681476, 30.3009603 ], [ 120.2682588, 30.300949 ], [ 120.2683659, 30.3009381 ], [ 120.2697504, 30.3007975 ], [ 120.2699298, 30.300781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2634049, 30.3014437 ], [ 120.2635216, 30.301461 ], [ 120.2637613, 30.3014362 ], [ 120.2640884, 30.3013774 ], [ 120.2648467, 30.3012778 ], [ 120.2656493, 30.301214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656493, 30.301214 ], [ 120.2648467, 30.3012778 ], [ 120.2640884, 30.3013774 ], [ 120.2637613, 30.3014362 ], [ 120.2635216, 30.301461 ], [ 120.2634049, 30.3014437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656493, 30.301214 ], [ 120.2658202, 30.3022944 ], [ 120.2658517, 30.3024934 ], [ 120.2659499, 30.3031139 ], [ 120.2659978, 30.3034166 ], [ 120.266275, 30.3050202 ], [ 120.2662984, 30.3051555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662984, 30.3051555 ], [ 120.266275, 30.3050202 ], [ 120.2659978, 30.3034166 ], [ 120.2659499, 30.3031139 ], [ 120.2658517, 30.3024934 ], [ 120.2658202, 30.3022944 ], [ 120.2656493, 30.301214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662984, 30.3051555 ], [ 120.2705751, 30.3044577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706068, 30.3047168 ], [ 120.2694072, 30.3048972 ], [ 120.2664594, 30.3053406 ], [ 120.2663189, 30.3053617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662984, 30.3051555 ], [ 120.2663189, 30.3053617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663189, 30.3053617 ], [ 120.2662984, 30.3051555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663244, 30.3054502 ], [ 120.2663189, 30.3053617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.24703, 30.2548108 ], [ 120.248141, 30.2563068 ], [ 120.2486559, 30.2569548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484876, 30.2570494 ], [ 120.2479891, 30.2563724 ], [ 120.2476679, 30.2559577 ], [ 120.2475569, 30.2558144 ], [ 120.246853, 30.2549114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497613, 30.256363 ], [ 120.2502726, 30.2561171 ], [ 120.2504682, 30.2560314 ], [ 120.2506127, 30.2559951 ], [ 120.2507454, 30.2559792 ], [ 120.2508016, 30.2559823 ], [ 120.2524917, 30.255974 ], [ 120.2527041, 30.2559669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526464, 30.2560843 ], [ 120.2524192, 30.2560418 ], [ 120.2508043, 30.2560561 ], [ 120.2506166, 30.2560839 ], [ 120.250497, 30.2561171 ], [ 120.2502922, 30.2562136 ], [ 120.2498299, 30.2564591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宸宸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497613, 30.256363 ], [ 120.2498299, 30.2564591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宸宸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498299, 30.2564591 ], [ 120.2497613, 30.256363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486559, 30.2569548 ], [ 120.2497613, 30.256363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498299, 30.2564591 ], [ 120.2487327, 30.2570514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484876, 30.2570494 ], [ 120.2486559, 30.2569548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486559, 30.2569548 ], [ 120.2487327, 30.2570514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252874, 30.2560063 ], [ 120.2528159, 30.2561437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拾玖街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2528159, 30.2561437 ], [ 120.2526464, 30.2560843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2600995, 30.2597867 ], [ 120.2599727, 30.2597498 ], [ 120.2595183, 30.2595127 ], [ 120.258965, 30.2591915 ], [ 120.2585388, 30.2589174 ], [ 120.257423, 30.2580719 ], [ 120.2570626, 30.2578193 ], [ 120.2559132, 30.2570137 ], [ 120.255437, 30.2566338 ], [ 120.2551604, 30.2563674 ], [ 120.2549518, 30.2560893 ], [ 120.2546752, 30.2556428 ], [ 120.2544575, 30.2551179 ], [ 120.2540993, 30.2543971 ], [ 120.2536793, 30.2538504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2511976, 30.2583734 ], [ 120.251921, 30.25745 ], [ 120.2526245, 30.2561289 ], [ 120.2526464, 30.2560843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "飞虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2528159, 30.2561437 ], [ 120.2527278, 30.2563518 ], [ 120.2521179, 30.2574143 ], [ 120.2518802, 30.2577849 ], [ 120.2510907, 30.2587973 ], [ 120.2509372, 30.2589941 ], [ 120.2504336, 30.2594782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2504336, 30.2594782 ], [ 120.2507429, 30.2599453 ], [ 120.2513199, 30.2606906 ], [ 120.2517588, 30.2611549 ], [ 120.2522815, 30.261649 ], [ 120.2527549, 30.2620877 ], [ 120.2530557, 30.2624753 ], [ 120.2532271, 30.262699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252927, 30.2628149 ], [ 120.2527378, 30.2626796 ], [ 120.2523974, 30.2623975 ], [ 120.2518678, 30.2620084 ], [ 120.2514965, 30.261645 ], [ 120.2512985, 30.2613971 ], [ 120.2511055, 30.261132 ], [ 120.2509125, 30.2607857 ], [ 120.250665, 30.2602256 ], [ 120.2504472, 30.2598023 ], [ 120.2503036, 30.2596031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532271, 30.262699 ], [ 120.2532908, 30.2626679 ], [ 120.2557738, 30.2616482 ], [ 120.2587553, 30.2604074 ], [ 120.2594379, 30.2601169 ], [ 120.2600995, 30.2597867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604834, 30.2599535 ], [ 120.2604225, 30.259973 ], [ 120.2601485, 30.2600862 ], [ 120.2542095, 30.2625398 ], [ 120.2533438, 30.2629005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252927, 30.2628149 ], [ 120.2532271, 30.262699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669202, 30.2459199 ], [ 120.2672096, 30.2436717 ], [ 120.2672859, 30.2431583 ], [ 120.2679665, 30.239269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628277, 30.2459757 ], [ 120.2653542, 30.2459451 ], [ 120.2655778, 30.2459424 ], [ 120.2669202, 30.2459199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669202, 30.2459199 ], [ 120.2668989, 30.246039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668989, 30.246039 ], [ 120.2669202, 30.2459199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "通文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668989, 30.246039 ], [ 120.262817, 30.246121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2678388, 30.2545331 ], [ 120.2674783, 30.253591 ], [ 120.2662666, 30.2505712 ], [ 120.2662642, 30.2501998 ], [ 120.2662637, 30.2501293 ], [ 120.2662988, 30.2498809 ], [ 120.2666253, 30.247567 ], [ 120.2668989, 30.246039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "盈新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668989, 30.246039 ], [ 120.2666253, 30.247567 ], [ 120.2662988, 30.2498809 ], [ 120.2662637, 30.2501293 ], [ 120.2662642, 30.2501998 ], [ 120.2662666, 30.2505712 ], [ 120.2674783, 30.253591 ], [ 120.2678388, 30.2545331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "之江安澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613988, 30.292023 ], [ 120.2617959, 30.2922364 ], [ 120.262451, 30.2925853 ], [ 120.2644113, 30.2934786 ], [ 120.2650841, 30.2937298 ], [ 120.2659716, 30.2940264 ], [ 120.2664208, 30.2941852 ], [ 120.2667383, 30.2942864 ], [ 120.2669639, 30.294363 ], [ 120.2672297, 30.2944592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "之江安澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267178, 30.2945439 ], [ 120.2669166, 30.2944583 ], [ 120.2666867, 30.2943748 ], [ 120.2663875, 30.2942703 ], [ 120.2659263, 30.2941091 ], [ 120.264761, 30.29372 ], [ 120.2639742, 30.2934107 ], [ 120.262396, 30.2926884 ], [ 120.2622108, 30.292597 ], [ 120.262094, 30.2925409 ], [ 120.2618116, 30.2923918 ], [ 120.2613131, 30.2921543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267178, 30.2945439 ], [ 120.2672297, 30.2944592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532271, 30.262699 ], [ 120.2533438, 30.2629005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2530544, 30.2630212 ], [ 120.252927, 30.2628149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533438, 30.2629005 ], [ 120.2531621, 30.2629763 ], [ 120.2530544, 30.2630212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "之江安澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.250726, 30.2874955 ], [ 120.2524436, 30.2882384 ], [ 120.2597829, 30.2912521 ], [ 120.2599517, 30.2913214 ], [ 120.2606471, 30.2916094 ], [ 120.2612195, 30.2919281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "之江东路", "之江安澜隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611351, 30.2920728 ], [ 120.2604042, 30.291641 ], [ 120.2599064, 30.2914042 ], [ 120.2578218, 30.2905618 ], [ 120.2562316, 30.2899139 ], [ 120.254259, 30.289101 ], [ 120.2523903, 30.2883512 ], [ 120.2506394, 30.287649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2488096, 30.2898497 ], [ 120.2488956, 30.2899058 ], [ 120.2493922, 30.2902069 ], [ 120.2501684, 30.2906662 ], [ 120.2509485, 30.2910812 ], [ 120.2515822, 30.2914183 ], [ 120.2535992, 30.2924323 ], [ 120.2544003, 30.2928447 ], [ 120.2547003, 30.2929992 ], [ 120.2562626, 30.2938414 ], [ 120.2564076, 30.293917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563469, 30.2939703 ], [ 120.2562137, 30.293895 ], [ 120.2545932, 30.2930445 ], [ 120.2535075, 30.2925112 ], [ 120.2527591, 30.2921355 ], [ 120.2515197, 30.2915133 ], [ 120.2508785, 30.2911544 ], [ 120.2498666, 30.2905881 ], [ 120.2488068, 30.2899853 ], [ 120.2487146, 30.2899321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮声路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2564076, 30.293917 ], [ 120.2563469, 30.2939703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮声路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563469, 30.2939703 ], [ 120.2564076, 30.293917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮声路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2563469, 30.2939703 ], [ 120.2562496, 30.2940374 ], [ 120.2561588, 30.2941 ], [ 120.2559687, 30.2942733 ], [ 120.2551591, 30.2950262 ], [ 120.2548708, 30.2952847 ], [ 120.2543631, 30.2957716 ], [ 120.254053, 30.2960843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612195, 30.2919281 ], [ 120.2613988, 30.292023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611351, 30.2920728 ], [ 120.2612195, 30.2919281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613988, 30.292023 ], [ 120.2613131, 30.2921543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613131, 30.2921543 ], [ 120.2611351, 30.2920728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮声路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2584377, 30.2912294 ], [ 120.2580103, 30.2918583 ], [ 120.2575601, 30.2925578 ], [ 120.2574395, 30.2927218 ], [ 120.2570129, 30.2933356 ], [ 120.2568029, 30.2935714 ], [ 120.2565483, 30.2937987 ], [ 120.2564076, 30.293917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮声路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2564076, 30.293917 ], [ 120.2565483, 30.2937987 ], [ 120.2568029, 30.2935714 ], [ 120.2570129, 30.2933356 ], [ 120.2574395, 30.2927218 ], [ 120.2575601, 30.2925578 ], [ 120.2580103, 30.2918583 ], [ 120.2584377, 30.2912294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2586496, 30.2952672 ], [ 120.2588726, 30.2950957 ], [ 120.2592983, 30.2946765 ], [ 120.2597971, 30.2940821 ], [ 120.2601703, 30.2936058 ], [ 120.2604332, 30.2931663 ], [ 120.2607291, 30.2926977 ], [ 120.2610537, 30.2921984 ], [ 120.2611351, 30.2920728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613131, 30.2921543 ], [ 120.2612122, 30.2922959 ], [ 120.2609533, 30.2926824 ], [ 120.260606, 30.293266 ], [ 120.2602949, 30.2937218 ], [ 120.2599469, 30.2941616 ], [ 120.2597864, 30.2943568 ], [ 120.2594264, 30.294758 ], [ 120.2590786, 30.2951199 ], [ 120.2587925, 30.2953829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2564076, 30.293917 ], [ 120.2565432, 30.2939989 ], [ 120.2572614, 30.2944258 ], [ 120.2576738, 30.2946822 ], [ 120.2583096, 30.2950448 ], [ 120.2586496, 30.2952672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585375, 30.2953555 ], [ 120.2580397, 30.2950016 ], [ 120.2578282, 30.294878 ], [ 120.2573908, 30.2946187 ], [ 120.2571439, 30.2944653 ], [ 120.2564834, 30.2940558 ], [ 120.2563469, 30.2939703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585375, 30.2953555 ], [ 120.2586496, 30.2952672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2586496, 30.2952672 ], [ 120.2587925, 30.2953829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2586865, 30.2954693 ], [ 120.2585375, 30.2953555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2587925, 30.2953829 ], [ 120.2586865, 30.2954693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607862, 30.2976215 ], [ 120.2609984, 30.2974608 ], [ 120.2612788, 30.2971981 ], [ 120.2614192, 30.2970586 ], [ 120.2616111, 30.296868 ], [ 120.2620284, 30.2962992 ], [ 120.2621794, 30.2960892 ], [ 120.2636521, 30.2937092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636521, 30.2937092 ], [ 120.2621794, 30.2960892 ], [ 120.2620284, 30.2962992 ], [ 120.2616111, 30.296868 ], [ 120.2614192, 30.2970586 ], [ 120.2612788, 30.2971981 ], [ 120.2609984, 30.2974608 ], [ 120.2607862, 30.2976215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2587925, 30.2953829 ], [ 120.2589063, 30.2954826 ], [ 120.2590312, 30.2955812 ], [ 120.2592788, 30.2958137 ], [ 120.2593877, 30.2959413 ], [ 120.2594817, 30.2960233 ], [ 120.2599415, 30.2965163 ], [ 120.2601573, 30.2967612 ], [ 120.2607862, 30.2976215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607312, 30.2976654 ], [ 120.2604299, 30.2972359 ], [ 120.2601404, 30.2968558 ], [ 120.2598905, 30.2965699 ], [ 120.2595029, 30.2961619 ], [ 120.2592909, 30.2959616 ], [ 120.2586865, 30.2954693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607312, 30.2976654 ], [ 120.2607862, 30.2976215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607862, 30.2976215 ], [ 120.2607312, 30.2976654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2469519, 30.291635 ], [ 120.246551, 30.292021 ], [ 120.2461842, 30.2923669 ], [ 120.2460421, 30.2925065 ], [ 120.2456496, 30.2928858 ], [ 120.2453234, 30.2932061 ], [ 120.2450851, 30.2934257 ], [ 120.2449542, 30.293556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2470839, 30.2915195 ], [ 120.2479998, 30.2921384 ], [ 120.2483589, 30.2923515 ], [ 120.249081, 30.2928143 ], [ 120.2491059, 30.2928302 ], [ 120.2502065, 30.2935591 ], [ 120.2512412, 30.2942021 ], [ 120.251444, 30.2943408 ], [ 120.2516164, 30.2944782 ], [ 120.2517918, 30.2945993 ], [ 120.253168, 30.2954948 ], [ 120.254053, 30.2960843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538807, 30.2961621 ], [ 120.2530999, 30.295614 ], [ 120.2516726, 30.2947076 ], [ 120.2515023, 30.2945908 ], [ 120.2513067, 30.2944558 ], [ 120.2503144, 30.2937881 ], [ 120.2493108, 30.2931298 ], [ 120.2489708, 30.2929153 ], [ 120.2481183, 30.2923519 ], [ 120.2469519, 30.291635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2449542, 30.293556 ], [ 120.2472196, 30.2952006 ], [ 120.2479303, 30.2957031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502134, 30.2976717 ], [ 120.2490318, 30.2968302 ], [ 120.2488534, 30.2967031 ], [ 120.2483714, 30.2963619 ], [ 120.2483394, 30.2963393 ], [ 120.2472208, 30.2955038 ], [ 120.2465814, 30.2950396 ], [ 120.2447581, 30.2937403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479303, 30.2957031 ], [ 120.2485512, 30.2961685 ], [ 120.2490114, 30.2965027 ], [ 120.2492455, 30.2966728 ], [ 120.2496372, 30.2969573 ], [ 120.2504036, 30.2975074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2479303, 30.2957031 ], [ 120.2486895, 30.296202 ], [ 120.2489513, 30.2963851 ], [ 120.2490641, 30.296464 ], [ 120.2493025, 30.2966307 ], [ 120.2493855, 30.2966887 ], [ 120.2499506, 30.2970152 ], [ 120.2504141, 30.2973311 ], [ 120.2510971, 30.2978155 ], [ 120.2514186, 30.2980931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502134, 30.2976717 ], [ 120.2504036, 30.2975074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2504036, 30.2975074 ], [ 120.2502134, 30.2976717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2525158, 30.3000696 ], [ 120.2522351, 30.2996391 ], [ 120.2521027, 30.2994462 ], [ 120.2516288, 30.2988901 ], [ 120.2510156, 30.2983128 ], [ 120.2507744, 30.298119 ], [ 120.2502134, 30.2976717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮声路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254053, 30.2960843 ], [ 120.2543631, 30.2957716 ], [ 120.2548708, 30.2952847 ], [ 120.2551591, 30.2950262 ], [ 120.2559687, 30.2942733 ], [ 120.2561588, 30.2941 ], [ 120.2562496, 30.2940374 ], [ 120.2563469, 30.2939703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254053, 30.2960843 ], [ 120.2541133, 30.296126 ], [ 120.2549715, 30.2969088 ], [ 120.2554975, 30.297493 ], [ 120.2557649, 30.2978599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556576, 30.2979645 ], [ 120.2554713, 30.2977162 ], [ 120.2551279, 30.297286 ], [ 120.2548117, 30.2969547 ], [ 120.2545837, 30.2967331 ], [ 120.254137, 30.2963419 ], [ 120.2539959, 30.2962429 ], [ 120.2538807, 30.2961621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮声路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2514186, 30.2980931 ], [ 120.25272, 30.2970724 ], [ 120.2538807, 30.2961621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮声路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538807, 30.2961621 ], [ 120.25272, 30.2970724 ], [ 120.2514186, 30.2980931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556576, 30.2979645 ], [ 120.2557649, 30.2978599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557649, 30.2978599 ], [ 120.2558881, 30.2979952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557635, 30.2981024 ], [ 120.2556576, 30.2979645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558881, 30.2979952 ], [ 120.2557635, 30.2981024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2504036, 30.2975074 ], [ 120.2511998, 30.2981495 ], [ 120.2518163, 30.2987187 ], [ 120.2521234, 30.2990471 ], [ 120.2524548, 30.2994308 ], [ 120.2527876, 30.2998811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2528579, 30.2998545 ], [ 120.2531699, 30.2997108 ], [ 120.2533013, 30.2996319 ], [ 120.2537224, 30.2994041 ], [ 120.2541327, 30.2991662 ], [ 120.2544229, 30.2989528 ], [ 120.2545084, 30.2988899 ], [ 120.25484, 30.2986464 ], [ 120.2553336, 30.298246 ], [ 120.2556576, 30.2979645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2514186, 30.2980931 ], [ 120.251463, 30.2981314 ], [ 120.2518533, 30.2985316 ], [ 120.2521135, 30.2988335 ], [ 120.2522883, 30.2990757 ], [ 120.2524956, 30.2993916 ], [ 120.2525844, 30.2995049 ], [ 120.2528579, 30.2998545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558881, 30.2979952 ], [ 120.2559881, 30.2981202 ], [ 120.2564509, 30.2987251 ], [ 120.2571238, 30.2996126 ], [ 120.257558, 30.3001717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557635, 30.2981024 ], [ 120.2553391, 30.2984261 ], [ 120.2548263, 30.2988403 ], [ 120.2543779, 30.2991622 ], [ 120.2541335, 30.2993286 ], [ 120.2539571, 30.2994445 ], [ 120.2536971, 30.299623 ], [ 120.253488, 30.2997308 ], [ 120.2533021, 30.2998472 ], [ 120.2531709, 30.29993 ], [ 120.2529377, 30.3000833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.257441, 30.3002812 ], [ 120.2571925, 30.2999508 ], [ 120.2568386, 30.2994918 ], [ 120.256473, 30.2990263 ], [ 120.2561456, 30.2986039 ], [ 120.2557635, 30.2981024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527876, 30.2998811 ], [ 120.2528579, 30.2998545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2528579, 30.2998545 ], [ 120.2529377, 30.3000833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2525158, 30.3000696 ], [ 120.2527876, 30.2998811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527876, 30.2998811 ], [ 120.2529377, 30.3000833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252643, 30.3002491 ], [ 120.2525158, 30.3000696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607312, 30.2976654 ], [ 120.260554, 30.2978032 ], [ 120.2603579, 30.2979646 ], [ 120.2601572, 30.2981312 ], [ 120.2594042, 30.2987037 ], [ 120.2589359, 30.2990757 ], [ 120.258602, 30.2993703 ], [ 120.2579082, 30.2999106 ], [ 120.257558, 30.3001717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.257558, 30.3001717 ], [ 120.2579082, 30.2999106 ], [ 120.258602, 30.2993703 ], [ 120.2589359, 30.2990757 ], [ 120.2594042, 30.2987037 ], [ 120.2601572, 30.2981312 ], [ 120.2603579, 30.2979646 ], [ 120.260554, 30.2978032 ], [ 120.2607312, 30.2976654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607862, 30.2976215 ], [ 120.261145, 30.2980982 ], [ 120.2615759, 30.2986314 ], [ 120.2619494, 30.2991798 ], [ 120.2623286, 30.2996821 ], [ 120.2625565, 30.3000094 ], [ 120.2629107, 30.3005806 ], [ 120.2632267, 30.3011097 ], [ 120.2633149, 30.3012429 ], [ 120.263374, 30.30136 ], [ 120.2634049, 30.3014437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "钱江路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2634049, 30.3014437 ], [ 120.2633176, 30.301378 ], [ 120.263256, 30.3013143 ], [ 120.2631841, 30.301199 ], [ 120.2628671, 30.3006623 ], [ 120.262494, 30.3000521 ], [ 120.2622708, 30.2997162 ], [ 120.2619059, 30.2992266 ], [ 120.2615831, 30.2987621 ], [ 120.2612008, 30.2982931 ], [ 120.2607312, 30.2976654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.257558, 30.3001717 ], [ 120.2576764, 30.3003216 ], [ 120.2577132, 30.3003753 ], [ 120.2577225, 30.3003868 ], [ 120.257868, 30.3005699 ], [ 120.2582347, 30.3009984 ], [ 120.2586345, 30.3014698 ], [ 120.2589478, 30.3018757 ], [ 120.2592394, 30.3023149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤起东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2590808, 30.3023537 ], [ 120.2585736, 30.3016193 ], [ 120.2583936, 30.3013896 ], [ 120.258184, 30.3011394 ], [ 120.2577561, 30.30065 ], [ 120.2575994, 30.3004685 ], [ 120.257441, 30.3002812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2592394, 30.3023149 ], [ 120.2594151, 30.3022874 ], [ 120.2611518, 30.3019234 ], [ 120.2617656, 30.3018043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617793, 30.3018612 ], [ 120.2615966, 30.301898 ], [ 120.2609594, 30.3020198 ], [ 120.2598145, 30.3022576 ], [ 120.2594378, 30.302335 ], [ 120.2592812, 30.3023932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2590808, 30.3023537 ], [ 120.2592394, 30.3023149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2592394, 30.3023149 ], [ 120.2592812, 30.3023932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922216, 30.2536409 ], [ 120.292374, 30.2536281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旅学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.292374, 30.2536281 ], [ 120.2922216, 30.2536409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.292374, 30.2536281 ], [ 120.2924094, 30.2538459 ], [ 120.2924868, 30.2547021 ], [ 120.2926566, 30.2565073 ], [ 120.2926714, 30.2566416 ], [ 120.2927993, 30.2578026 ], [ 120.2928515, 30.2582536 ], [ 120.2928949, 30.258973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2927462, 30.2589892 ], [ 120.2927248, 30.2584077 ], [ 120.2926748, 30.2578465 ], [ 120.2925462, 30.2565969 ], [ 120.2924297, 30.2555692 ], [ 120.2923344, 30.2547279 ], [ 120.2922625, 30.2539841 ], [ 120.2922216, 30.2536409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857217, 30.2588938 ], [ 120.2916428, 30.2589828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2927462, 30.2589892 ], [ 120.2928949, 30.258973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916428, 30.2589828 ], [ 120.2925341, 30.2589962 ], [ 120.2927462, 30.2589892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2928949, 30.258973 ], [ 120.2929071, 30.2590929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱宁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916304, 30.259086 ], [ 120.2916428, 30.2589828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱宁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916428, 30.2589828 ], [ 120.2916304, 30.259086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863637, 30.2484363 ], [ 120.28593, 30.2510338 ], [ 120.2858439, 30.2517561 ], [ 120.2858065, 30.2523327 ], [ 120.2857819, 30.2535577 ], [ 120.2857784, 30.2539358 ], [ 120.285773, 30.2545289 ], [ 120.2857657, 30.2553231 ], [ 120.2857667, 30.2570211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854601, 30.2566837 ], [ 120.285432, 30.2565337 ], [ 120.2855328, 30.2539433 ], [ 120.2855353, 30.2536145 ], [ 120.2855434, 30.2532875 ], [ 120.2855509, 30.2529854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858638, 30.2531433 ], [ 120.2858286, 30.253864 ], [ 120.2858494, 30.2557828 ], [ 120.2858561, 30.2565461 ], [ 120.2857667, 30.2570211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853878, 30.2588834 ], [ 120.2854286, 30.2583705 ], [ 120.2854496, 30.2576313 ], [ 120.2854601, 30.2566837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通惠北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857667, 30.2570211 ], [ 120.2857172, 30.2573847 ], [ 120.2857239, 30.2579963 ], [ 120.2857217, 30.2588938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853878, 30.2588834 ], [ 120.2857217, 30.2588938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "启秀路", "通惠北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853797, 30.2590254 ], [ 120.2853804, 30.2589763 ], [ 120.2853878, 30.2588834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "启秀路", "通惠北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857217, 30.2588938 ], [ 120.2857215, 30.2589767 ], [ 120.2857208, 30.2590158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857208, 30.2590158 ], [ 120.2853797, 30.2590254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857208, 30.2590158 ], [ 120.2856537, 30.2625553 ], [ 120.2856284, 30.263316 ], [ 120.285624, 30.2635732 ], [ 120.2856106, 30.2639184 ], [ 120.2855562, 30.2654852 ], [ 120.2855329, 30.2667663 ], [ 120.2855165, 30.2676965 ], [ 120.285463, 30.2705902 ], [ 120.2854469, 30.2715121 ], [ 120.2854259, 30.2718583 ], [ 120.2854019, 30.272965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2927547, 30.2590993 ], [ 120.2927462, 30.2589892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916304, 30.259086 ], [ 120.2857208, 30.2590158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2927547, 30.2590993 ], [ 120.2916304, 30.259086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2929071, 30.2590929 ], [ 120.2927547, 30.2590993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2929071, 30.2590929 ], [ 120.2932553, 30.2618554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2930348, 30.2618678 ], [ 120.2927547, 30.2590993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932553, 30.2618554 ], [ 120.2930348, 30.2618678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2930348, 30.2618678 ], [ 120.2932553, 30.2618554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932553, 30.2618554 ], [ 120.2932814, 30.2620561 ], [ 120.2934465, 30.2637476 ], [ 120.2934623, 30.2639091 ], [ 120.2938303, 30.2675194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.293648, 30.2675491 ], [ 120.2932703, 30.2638914 ], [ 120.2932555, 30.2637643 ], [ 120.2930565, 30.2620572 ], [ 120.2930348, 30.2618678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱宁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916304, 30.259086 ], [ 120.2915246, 30.2601154 ], [ 120.2915031, 30.2603252 ], [ 120.2913474, 30.2618401 ], [ 120.2912914, 30.262385 ], [ 120.2912183, 30.2630998 ], [ 120.2912317, 30.2635203 ], [ 120.2912566, 30.2636693 ], [ 120.291227, 30.2638677 ], [ 120.2910554, 30.2647017 ], [ 120.2910099, 30.2649311 ], [ 120.291001, 30.2649761 ], [ 120.2905177, 30.2674141 ], [ 120.2904926, 30.2675405 ], [ 120.2903928, 30.268044 ], [ 120.290377, 30.268124 ], [ 120.2903635, 30.2681921 ], [ 120.2903566, 30.2682194 ], [ 120.2902267, 30.2688775 ], [ 120.289843, 30.2708179 ], [ 120.2897941, 30.2710394 ], [ 120.2897081, 30.2714286 ], [ 120.2896358, 30.2717561 ], [ 120.2895963, 30.2720519 ], [ 120.2895936, 30.2721421 ], [ 120.2896177, 30.2722536 ], [ 120.2894997, 30.2729393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱宁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894997, 30.2729393 ], [ 120.2896177, 30.2722536 ], [ 120.2895936, 30.2721421 ], [ 120.2895963, 30.2720519 ], [ 120.2896358, 30.2717561 ], [ 120.2897081, 30.2714286 ], [ 120.2897941, 30.2710394 ], [ 120.289843, 30.2708179 ], [ 120.2902267, 30.2688775 ], [ 120.2903566, 30.2682194 ], [ 120.2903635, 30.2681921 ], [ 120.290377, 30.268124 ], [ 120.2903928, 30.268044 ], [ 120.2904926, 30.2675405 ], [ 120.2905177, 30.2674141 ], [ 120.291001, 30.2649761 ], [ 120.2910099, 30.2649311 ], [ 120.2910554, 30.2647017 ], [ 120.291227, 30.2638677 ], [ 120.2912566, 30.2636693 ], [ 120.2912317, 30.2635203 ], [ 120.2912183, 30.2630998 ], [ 120.2912914, 30.262385 ], [ 120.2913474, 30.2618401 ], [ 120.2915031, 30.2603252 ], [ 120.2915246, 30.2601154 ], [ 120.2916304, 30.259086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938303, 30.2675194 ], [ 120.2941343, 30.2674882 ], [ 120.2946408, 30.2674234 ], [ 120.2957311, 30.2672054 ], [ 120.2958648, 30.2671708 ], [ 120.2959839, 30.2670718 ], [ 120.2963329, 30.2669649 ], [ 120.2968861, 30.2667773 ], [ 120.2975074, 30.2665353 ], [ 120.2979245, 30.2663487 ], [ 120.2980403, 30.2662988 ], [ 120.2981175, 30.2662938 ], [ 120.2981931, 30.26631 ], [ 120.2982379, 30.2663334 ], [ 120.2982753, 30.2663917 ], [ 120.2982855, 30.2664638 ], [ 120.2982551, 30.2665034 ], [ 120.2982158, 30.2665509 ], [ 120.2980764, 30.2666173 ], [ 120.2974065, 30.2669071 ], [ 120.297156, 30.2670022 ], [ 120.2967569, 30.2671448 ], [ 120.2964552, 30.2672412 ], [ 120.2962607, 30.2672988 ], [ 120.2961223, 30.2673431 ], [ 120.2959196, 30.2673328 ], [ 120.2946592, 30.2676484 ], [ 120.2941486, 30.2677486 ], [ 120.2938585, 30.2678102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.293648, 30.2675491 ], [ 120.2938303, 30.2675194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938303, 30.2675194 ], [ 120.2938488, 30.2676745 ], [ 120.2938585, 30.2678102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2936673, 30.2678356 ], [ 120.2936532, 30.2676851 ], [ 120.293648, 30.2675491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938585, 30.2678102 ], [ 120.2936673, 30.2678356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938585, 30.2678102 ], [ 120.2938666, 30.2679025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "弘慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938666, 30.2679025 ], [ 120.2940367, 30.2698392 ], [ 120.2940542, 30.270309 ], [ 120.2941503, 30.2715371 ], [ 120.294079, 30.2715536 ], [ 120.2939719, 30.2715621 ], [ 120.2938689, 30.270473 ], [ 120.2938585, 30.269962 ], [ 120.2937317, 30.2684755 ], [ 120.2937246, 30.2684119 ], [ 120.2936673, 30.2678356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2955652, 30.273289 ], [ 120.2955734, 30.2730141 ], [ 120.2954355, 30.2719291 ], [ 120.2953499, 30.2713934 ], [ 120.2948814, 30.2689207 ], [ 120.2948161, 30.2686053 ], [ 120.2942655, 30.2685297 ], [ 120.2942028, 30.2685038 ], [ 120.2941677, 30.2684547 ], [ 120.2941182, 30.2682143 ], [ 120.2940804, 30.2680682 ], [ 120.2940103, 30.2679493 ], [ 120.2938666, 30.2679025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851142, 30.272997 ], [ 120.2851504, 30.2714508 ], [ 120.2851551, 30.2712666 ], [ 120.2851785, 30.2701963 ], [ 120.2852386, 30.2676747 ], [ 120.2852671, 30.2667299 ], [ 120.2852788, 30.2663402 ], [ 120.2852836, 30.2654879 ], [ 120.2853089, 30.2639115 ], [ 120.2853146, 30.2635662 ], [ 120.2853191, 30.2632904 ], [ 120.2853316, 30.2625204 ], [ 120.2853797, 30.2590254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894997, 30.2729393 ], [ 120.2883397, 30.2728539 ], [ 120.2881693, 30.2728374 ], [ 120.287634, 30.2728129 ], [ 120.2867531, 30.2727725 ], [ 120.2862554, 30.2728027 ], [ 120.2861416, 30.2728096 ], [ 120.2859586, 30.2728655 ], [ 120.2858036, 30.2729129 ], [ 120.2855093, 30.2729502 ], [ 120.2854494, 30.2729588 ], [ 120.2854019, 30.272965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854019, 30.272965 ], [ 120.2854494, 30.2729588 ], [ 120.2855093, 30.2729502 ], [ 120.2858036, 30.2729129 ], [ 120.2859586, 30.2728655 ], [ 120.2861416, 30.2728096 ], [ 120.2862554, 30.2728027 ], [ 120.2867531, 30.2727725 ], [ 120.287634, 30.2728129 ], [ 120.2881693, 30.2728374 ], [ 120.2883397, 30.2728539 ], [ 120.2894997, 30.2729393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851142, 30.272997 ], [ 120.2854019, 30.272965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854019, 30.272965 ], [ 120.2851142, 30.272997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854019, 30.272965 ], [ 120.2853575, 30.2752243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2850704, 30.2752138 ], [ 120.2851142, 30.272997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2847336, 30.2752085 ], [ 120.2850139, 30.2752106 ], [ 120.2850704, 30.2752138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2850704, 30.2752138 ], [ 120.2850139, 30.2752106 ], [ 120.2847336, 30.2752085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853575, 30.2752243 ], [ 120.2854732, 30.2752244 ], [ 120.2857381, 30.2752049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857381, 30.2752049 ], [ 120.2854732, 30.2752244 ], [ 120.2853575, 30.2752243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2850704, 30.2752138 ], [ 120.2853575, 30.2752243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853575, 30.2752243 ], [ 120.2850704, 30.2752138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853575, 30.2752243 ], [ 120.2853381, 30.2762129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启秀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2850454, 30.276476 ], [ 120.2850704, 30.2752138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "空港高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2523939, 30.3316817 ], [ 120.2503454, 30.3299058 ], [ 120.2498272, 30.3294548 ], [ 120.2491548, 30.3289009 ], [ 120.2485905, 30.3284078 ], [ 120.2482395, 30.328079 ], [ 120.2475697, 30.327447 ], [ 120.2465372, 30.3264843 ], [ 120.2453664, 30.3253395 ], [ 120.2436729, 30.3235556 ], [ 120.2425912, 30.3222897 ], [ 120.2413201, 30.320726 ], [ 120.2405219, 30.3196348 ], [ 120.2396432, 30.3184308 ], [ 120.238131, 30.3161827 ], [ 120.2380289, 30.3160194 ], [ 120.2374995, 30.3151938 ], [ 120.2362487, 30.3133654 ], [ 120.2336166, 30.3093168 ], [ 120.2328904, 30.3083454 ], [ 120.2325871, 30.3078975 ], [ 120.232365, 30.3075595 ], [ 120.2317596, 30.3066637 ], [ 120.2309881, 30.3055071 ], [ 120.2304581, 30.3045589 ], [ 120.2297252, 30.3035285 ], [ 120.2284222, 30.3015528 ], [ 120.2276774, 30.3004235 ], [ 120.2269201, 30.2990949 ], [ 120.2265685, 30.2983643 ], [ 120.2262451, 30.2976441 ], [ 120.2259639, 30.2969198 ], [ 120.2257202, 30.2961632 ], [ 120.2254668, 30.2953138 ], [ 120.2252723, 30.2944836 ], [ 120.2251414, 30.293656 ], [ 120.2251141, 30.2933424 ], [ 120.2250527, 30.2926996 ], [ 120.225012, 30.2913524 ], [ 120.2250519, 30.2904999 ], [ 120.2250459, 30.289963 ], [ 120.2251157, 30.2880422 ], [ 120.225149, 30.2874514 ], [ 120.2252245, 30.285687 ], [ 120.2252987, 30.2846792 ], [ 120.2254046, 30.2824737 ], [ 120.2254843, 30.2817113 ], [ 120.2255305, 30.2815002 ], [ 120.2256068, 30.2811513 ], [ 120.2257557, 30.2807211 ], [ 120.225883, 30.2803922 ], [ 120.2261917, 30.2796664 ], [ 120.2265183, 30.2789824 ], [ 120.2267815, 30.2785484 ], [ 120.2272228, 30.2779412 ], [ 120.2277855, 30.2773727 ], [ 120.2283553, 30.2768531 ], [ 120.2286915, 30.2765505 ], [ 120.229103, 30.2762368 ], [ 120.2293341, 30.2760878 ], [ 120.229824, 30.2757499 ], [ 120.2304926, 30.2753534 ], [ 120.232853, 30.2740569 ], [ 120.2329728, 30.2739911 ], [ 120.2446946, 30.2672744 ], [ 120.2466168, 30.2661548 ], [ 120.2479973, 30.2653619 ], [ 120.2486321, 30.2650224 ], [ 120.2491824, 30.2647197 ], [ 120.2500458, 30.2642909 ], [ 120.2511775, 30.2637093 ], [ 120.2520675, 30.263276 ], [ 120.2524415, 30.2631047 ], [ 120.2538387, 30.2625142 ], [ 120.256003, 30.2616077 ], [ 120.2592384, 30.260267 ], [ 120.2634179, 30.2585954 ], [ 120.2669409, 30.2571724 ], [ 120.267278, 30.2570404 ], [ 120.2687292, 30.2564827 ], [ 120.2716837, 30.2552821 ], [ 120.2755698, 30.253672 ], [ 120.2771812, 30.2529462 ], [ 120.2783058, 30.2524276 ], [ 120.2794562, 30.2518791 ], [ 120.2799595, 30.2516476 ], [ 120.2801779, 30.2515399 ], [ 120.2823496, 30.2504012 ], [ 120.2843979, 30.2492827 ], [ 120.2858757, 30.2484776 ], [ 120.2874371, 30.2476271 ], [ 120.2881999, 30.247212 ], [ 120.2892246, 30.2466451 ], [ 120.2931132, 30.244499 ], [ 120.2948927, 30.2435055 ], [ 120.2961999, 30.2428476 ], [ 120.2980887, 30.2419605 ], [ 120.2997981, 30.2411592 ], [ 120.3005349, 30.2408221 ], [ 120.301047, 30.2405966 ], [ 120.3030706, 30.2396392 ], [ 120.3042373, 30.2391211 ], [ 120.3048858, 30.2388507 ], [ 120.3062653, 30.2382941 ], [ 120.3074804, 30.237855 ], [ 120.3085939, 30.237482 ], [ 120.3129379, 30.2360051 ], [ 120.3189754, 30.2339521 ], [ 120.3194369, 30.2338013 ], [ 120.3216699, 30.2330366 ], [ 120.3229561, 30.2325962 ], [ 120.3243505, 30.2321324 ], [ 120.327729, 30.2310855 ], [ 120.3287578, 30.2307809 ], [ 120.3290168, 30.2306975 ], [ 120.3300516, 30.2303935 ], [ 120.3315019, 30.2299784 ], [ 120.3333286, 30.2294874 ], [ 120.3353514, 30.2289695 ], [ 120.3359139, 30.2288255 ], [ 120.3376392, 30.2283947 ], [ 120.3469912, 30.2263231 ], [ 120.3482455, 30.2259225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "空港高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.348334, 30.2263327 ], [ 120.3470329, 30.2264955 ], [ 120.337913, 30.2284449 ], [ 120.3353641, 30.2290768 ], [ 120.3335619, 30.2295236 ], [ 120.3302147, 30.2304571 ], [ 120.3290322, 30.2307855 ], [ 120.3278137, 30.2311606 ], [ 120.3242791, 30.2323371 ], [ 120.3231339, 30.2326948 ], [ 120.3228677, 30.2327848 ], [ 120.3207108, 30.233524 ], [ 120.3194619, 30.2339609 ], [ 120.3181243, 30.2344162 ], [ 120.3164432, 30.2349805 ], [ 120.3149021, 30.2355021 ], [ 120.3134098, 30.2360177 ], [ 120.3092168, 30.2374436 ], [ 120.3071433, 30.2381444 ], [ 120.3068619, 30.2382506 ], [ 120.3061381, 30.2385048 ], [ 120.3046744, 30.2391121 ], [ 120.3041772, 30.2393234 ], [ 120.3038487, 30.2394711 ], [ 120.3035034, 30.2396169 ], [ 120.3031293, 30.2398031 ], [ 120.3027036, 30.2400001 ], [ 120.3011668, 30.2407069 ], [ 120.3008162, 30.2408709 ], [ 120.2999906, 30.2412527 ], [ 120.2984067, 30.2419861 ], [ 120.297371, 30.242468 ], [ 120.2965304, 30.2428723 ], [ 120.2949936, 30.2436506 ], [ 120.2939542, 30.2442174 ], [ 120.2932588, 30.2445969 ], [ 120.292653, 30.244945 ], [ 120.2923163, 30.2451169 ], [ 120.2908885, 30.2459124 ], [ 120.2903788, 30.2461949 ], [ 120.290145, 30.2463245 ], [ 120.2897331, 30.2465472 ], [ 120.2874263, 30.2478097 ], [ 120.2870954, 30.2479924 ], [ 120.2866816, 30.2482173 ], [ 120.2864597, 30.2483426 ], [ 120.2858324, 30.2486844 ], [ 120.2849211, 30.2491872 ], [ 120.2845101, 30.2494227 ], [ 120.2828936, 30.2503 ], [ 120.2825027, 30.2505146 ], [ 120.2814473, 30.2510637 ], [ 120.2801389, 30.2517233 ], [ 120.279888, 30.251843 ], [ 120.2795391, 30.2520193 ], [ 120.2787934, 30.2523858 ], [ 120.278501, 30.2525227 ], [ 120.2782282, 30.2526533 ], [ 120.2772614, 30.2530971 ], [ 120.2760456, 30.2536514 ], [ 120.2743475, 30.2543841 ], [ 120.2730287, 30.2549343 ], [ 120.2720159, 30.2553351 ], [ 120.2687974, 30.2566915 ], [ 120.2671941, 30.2573056 ], [ 120.2635042, 30.2586634 ], [ 120.2601399, 30.2600526 ], [ 120.2563077, 30.261631 ], [ 120.2543552, 30.2624321 ], [ 120.2534963, 30.2628074 ], [ 120.2533124, 30.2628877 ], [ 120.2524218, 30.2632642 ], [ 120.2515696, 30.2636515 ], [ 120.2509104, 30.2639564 ], [ 120.2495915, 30.2646528 ], [ 120.248975, 30.2649903 ], [ 120.2487092, 30.2651425 ], [ 120.2473951, 30.2658977 ], [ 120.2466819, 30.2662992 ], [ 120.2448063, 30.2674279 ], [ 120.2330683, 30.2741294 ], [ 120.2329385, 30.2741991 ], [ 120.2310318, 30.275223 ], [ 120.2297685, 30.2759122 ], [ 120.229519, 30.2760665 ], [ 120.229103, 30.2763592 ], [ 120.2287977, 30.2766086 ], [ 120.2283764, 30.2770088 ], [ 120.2280156, 30.2773299 ], [ 120.2275024, 30.2778189 ], [ 120.2272299, 30.2781765 ], [ 120.2269639, 30.2785708 ], [ 120.2266448, 30.2790378 ], [ 120.2262976, 30.2797315 ], [ 120.2259906, 30.2804237 ], [ 120.2257208, 30.2811547 ], [ 120.22562, 30.2816052 ], [ 120.2256004, 30.2817375 ], [ 120.2255377, 30.2825591 ], [ 120.2253494, 30.2857001 ], [ 120.2252686, 30.2875329 ], [ 120.2252494, 30.2881679 ], [ 120.2251844, 30.29038 ], [ 120.2251641, 30.2911968 ], [ 120.2251586, 30.292162 ], [ 120.2252168, 30.2927802 ], [ 120.2252504, 30.2933477 ], [ 120.2252684, 30.2936519 ], [ 120.2253943, 30.2944558 ], [ 120.2255978, 30.2953098 ], [ 120.2258332, 30.2961415 ], [ 120.2260811, 30.2968794 ], [ 120.226364, 30.2975853 ], [ 120.2266669, 30.2983158 ], [ 120.2270221, 30.2990336 ], [ 120.2277834, 30.3003592 ], [ 120.2285229, 30.3014869 ], [ 120.2294242, 30.3028614 ], [ 120.2305543, 30.3045021 ], [ 120.2310964, 30.3054303 ], [ 120.2321506, 30.3070183 ], [ 120.2325088, 30.3075284 ], [ 120.2330453, 30.3083312 ], [ 120.2337254, 30.3092761 ], [ 120.2363942, 30.3132504 ], [ 120.2377259, 30.315302 ], [ 120.2382453, 30.3161104 ], [ 120.2397512, 30.3183345 ], [ 120.2406464, 30.3195853 ], [ 120.2414117, 30.3206545 ], [ 120.2426654, 30.3222495 ], [ 120.2437687, 30.3235096 ], [ 120.2454946, 30.3253278 ], [ 120.2466262, 30.3264128 ], [ 120.2476537, 30.3273742 ], [ 120.2483542, 30.3280125 ], [ 120.2487353, 30.3283617 ], [ 120.2491512, 30.3287156 ], [ 120.2497754, 30.329257 ], [ 120.2504399, 30.3298006 ], [ 120.250939, 30.3301958 ], [ 120.2526791, 30.3313844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845213, 30.298786 ], [ 120.2848159, 30.2988947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845182, 30.2988986 ], [ 120.2845213, 30.298786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2848159, 30.2988947 ], [ 120.2847952, 30.2989889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "纬九路", "纵四路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3006848, 30.2638012 ], [ 120.3003607, 30.2636707 ], [ 120.3001702, 30.2635788 ], [ 120.3001212, 30.2635525 ], [ 120.299927, 30.2634483 ], [ 120.2997384, 30.2633216 ], [ 120.2995506, 30.2631834 ], [ 120.2994684, 30.2631046 ], [ 120.2993325, 30.2629764 ], [ 120.2991394, 30.2627571 ], [ 120.2989418, 30.2624853 ], [ 120.2988347, 30.262336 ], [ 120.2987889, 30.2622722 ], [ 120.2983481, 30.261625 ], [ 120.2981235, 30.2612301 ], [ 120.2977967, 30.2613072 ], [ 120.297195, 30.2614717 ], [ 120.296861, 30.2615419 ], [ 120.296749, 30.2615625 ], [ 120.2961423, 30.2616479 ], [ 120.2950405, 30.2617275 ], [ 120.2945274, 30.2617714 ], [ 120.2940335, 30.2618099 ], [ 120.2935318, 30.2618367 ], [ 120.2932553, 30.2618554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "纬九路", "纵四路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932553, 30.2618554 ], [ 120.2935318, 30.2618367 ], [ 120.2940335, 30.2618099 ], [ 120.2945274, 30.2617714 ], [ 120.2950405, 30.2617275 ], [ 120.2961423, 30.2616479 ], [ 120.296749, 30.2615625 ], [ 120.296861, 30.2615419 ], [ 120.297195, 30.2614717 ], [ 120.2977967, 30.2613072 ], [ 120.2981235, 30.2612301 ], [ 120.2983481, 30.261625 ], [ 120.2987889, 30.2622722 ], [ 120.2988347, 30.262336 ], [ 120.2989418, 30.2624853 ], [ 120.2991394, 30.2627571 ], [ 120.2993325, 30.2629764 ], [ 120.2994684, 30.2631046 ], [ 120.2995506, 30.2631834 ], [ 120.2997384, 30.2633216 ], [ 120.299927, 30.2634483 ], [ 120.3001212, 30.2635525 ], [ 120.3001702, 30.2635788 ], [ 120.3003607, 30.2636707 ], [ 120.3006848, 30.2638012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚首南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3018253, 30.294738 ], [ 120.3017881, 30.2946655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚首南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017881, 30.2946655 ], [ 120.3018253, 30.294738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚首南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3018253, 30.294738 ], [ 120.3018569, 30.2948132 ], [ 120.301876, 30.2948442 ], [ 120.302217, 30.2956526 ], [ 120.3023997, 30.296095 ], [ 120.3025056, 30.2964448 ], [ 120.3025756, 30.2967907 ], [ 120.3026209, 30.2970749 ], [ 120.3026234, 30.2973964 ], [ 120.3026195, 30.2978004 ], [ 120.3025956, 30.2986647 ], [ 120.3025851, 30.2989597 ], [ 120.3026353, 30.2993555 ], [ 120.3028003, 30.3003512 ], [ 120.3028613, 30.3007065 ], [ 120.3029395, 30.301123 ], [ 120.3030111, 30.3014084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚首南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030111, 30.3014084 ], [ 120.3029395, 30.301123 ], [ 120.3028613, 30.3007065 ], [ 120.3028003, 30.3003512 ], [ 120.3026353, 30.2993555 ], [ 120.3025851, 30.2989597 ], [ 120.3025956, 30.2986647 ], [ 120.3026195, 30.2978004 ], [ 120.3026234, 30.2973964 ], [ 120.3026209, 30.2970749 ], [ 120.3025756, 30.2967907 ], [ 120.3025056, 30.2964448 ], [ 120.3023997, 30.296095 ], [ 120.302217, 30.2956526 ], [ 120.301876, 30.2948442 ], [ 120.3018569, 30.2948132 ], [ 120.3018253, 30.294738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968052, 30.3008605 ], [ 120.297544, 30.3009029 ], [ 120.2984363, 30.3009542 ], [ 120.2997387, 30.3010154 ], [ 120.3008341, 30.3011044 ], [ 120.3026237, 30.3012497 ], [ 120.3030111, 30.3014084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968052, 30.3008605 ], [ 120.2968322, 30.3015548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968322, 30.3015548 ], [ 120.2968052, 30.3008605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚首南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030111, 30.3014084 ], [ 120.3030349, 30.3018763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938666, 30.2679025 ], [ 120.2940103, 30.2679493 ], [ 120.2940804, 30.2680682 ], [ 120.2941182, 30.2682143 ], [ 120.2941677, 30.2684547 ], [ 120.2942028, 30.2685038 ], [ 120.2942655, 30.2685297 ], [ 120.2948161, 30.2686053 ], [ 120.2948814, 30.2689207 ], [ 120.2953499, 30.2713934 ], [ 120.2954355, 30.2719291 ], [ 120.2955734, 30.2730141 ], [ 120.2955652, 30.273289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894997, 30.2729393 ], [ 120.2949228, 30.273252 ], [ 120.2955652, 30.273289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2955652, 30.273289 ], [ 120.2949228, 30.273252 ], [ 120.2894997, 30.2729393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2955652, 30.273289 ], [ 120.2957135, 30.2753997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957135, 30.2753997 ], [ 120.2955652, 30.273289 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2848159, 30.2988947 ], [ 120.2857137, 30.2990479 ], [ 120.2862303, 30.2990856 ], [ 120.2866312, 30.2990905 ], [ 120.2870659, 30.2990919 ], [ 120.2883799, 30.299024 ], [ 120.2896126, 30.2989371 ], [ 120.2902023, 30.2988308 ], [ 120.2908367, 30.2986576 ], [ 120.2919658, 30.2983153 ], [ 120.294789, 30.2974604 ], [ 120.2955594, 30.2972105 ], [ 120.2962122, 30.2970123 ], [ 120.2967532, 30.2968435 ], [ 120.297481, 30.2965493 ], [ 120.2985123, 30.2960838 ], [ 120.2998407, 30.2955092 ], [ 120.3005102, 30.2952143 ], [ 120.3017881, 30.2946655 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3018253, 30.294738 ], [ 120.300556, 30.2952781 ], [ 120.2997824, 30.2956171 ], [ 120.2985295, 30.2961608 ], [ 120.2975054, 30.2966279 ], [ 120.2967879, 30.296913 ], [ 120.2962044, 30.2971163 ], [ 120.2955964, 30.2973166 ], [ 120.2948033, 30.297565 ], [ 120.2920285, 30.2984186 ], [ 120.2908522, 30.2987505 ], [ 120.2902604, 30.2988984 ], [ 120.289622, 30.2990141 ], [ 120.2884436, 30.2990987 ], [ 120.2872443, 30.2991664 ], [ 120.2867481, 30.2991701 ], [ 120.2863614, 30.2991671 ], [ 120.2856959, 30.2991307 ], [ 120.2851585, 30.2990511 ], [ 120.2847952, 30.2989889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2869053, 30.3018497 ], [ 120.2885242, 30.3015012 ], [ 120.2892049, 30.301396 ], [ 120.2898885, 30.3013069 ], [ 120.2905684, 30.3012315 ], [ 120.291372, 30.3011454 ], [ 120.2919861, 30.3010785 ], [ 120.2926002, 30.3010329 ], [ 120.2938655, 30.3009762 ], [ 120.295083, 30.3009531 ], [ 120.2958893, 30.3009522 ], [ 120.2965824, 30.3009803 ], [ 120.2979215, 30.3010611 ], [ 120.2985048, 30.3010872 ], [ 120.2992317, 30.3011243 ], [ 120.3000796, 30.3012049 ], [ 120.300851, 30.30125 ], [ 120.3026201, 30.3013533 ], [ 120.3030111, 30.3014084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2903036, 30.3011167 ], [ 120.2904118, 30.3017818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904118, 30.3017818 ], [ 120.2903036, 30.3011167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3148092, 30.3018814 ], [ 120.3149641, 30.3018676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098957, 30.3020428 ], [ 120.3114798, 30.3019836 ], [ 120.3120528, 30.301967 ], [ 120.3142402, 30.3019038 ], [ 120.3145592, 30.3018966 ], [ 120.3148092, 30.3018814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149641, 30.3018676 ], [ 120.3149494, 30.3021179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3148095, 30.3021052 ], [ 120.3148092, 30.3018814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074227, 30.3022407 ], [ 120.3063493, 30.3021686 ], [ 120.3059524, 30.3021249 ], [ 120.304738, 30.302014 ], [ 120.3030349, 30.3018763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149494, 30.3021179 ], [ 120.3148095, 30.3021052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3148095, 30.3021052 ], [ 120.3145522, 30.3020926 ], [ 120.3142293, 30.3020911 ], [ 120.3133116, 30.3021229 ], [ 120.3115361, 30.3021843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098662, 30.3022339 ], [ 120.3098957, 30.3020428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098957, 30.3020428 ], [ 120.3098662, 30.3022339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115361, 30.3021843 ], [ 120.3098662, 30.3022339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2869053, 30.3018497 ], [ 120.2871336, 30.301698 ], [ 120.2875556, 30.3015794 ], [ 120.2879724, 30.3014852 ], [ 120.2884838, 30.3013669 ], [ 120.2898146, 30.3011738 ], [ 120.2903036, 30.3011167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030349, 30.3018763 ], [ 120.3022017, 30.3017879 ], [ 120.3015981, 30.3017467 ], [ 120.3000553, 30.3016413 ], [ 120.299662, 30.3016013 ], [ 120.2991147, 30.301521 ], [ 120.298473, 30.3014893 ], [ 120.2970144, 30.3014104 ], [ 120.2965687, 30.3013818 ], [ 120.2956594, 30.301344 ], [ 120.2947725, 30.3013165 ], [ 120.2937399, 30.3013312 ], [ 120.2926894, 30.3013783 ], [ 120.2918849, 30.3014453 ], [ 120.2913989, 30.3014859 ], [ 120.2905642, 30.3015929 ], [ 120.2898056, 30.301703 ], [ 120.2886247, 30.3019449 ], [ 120.287565, 30.3020864 ], [ 120.2866017, 30.3022228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904118, 30.3017818 ], [ 120.2897721, 30.301869 ], [ 120.2890731, 30.3020126 ], [ 120.2885988, 30.3021104 ], [ 120.2882803, 30.3021608 ], [ 120.2880961, 30.3021779 ], [ 120.2873206, 30.3022416 ], [ 120.2870585, 30.3022536 ], [ 120.2866017, 30.3022228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2904118, 30.3017818 ], [ 120.2905164, 30.3031812 ], [ 120.2905277, 30.3033158 ], [ 120.2905879, 30.3049539 ], [ 120.290706, 30.3073939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290706, 30.3073939 ], [ 120.2905879, 30.3049539 ], [ 120.2905277, 30.3033158 ], [ 120.2905164, 30.3031812 ], [ 120.2904118, 30.3017818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290706, 30.3073939 ], [ 120.2925301, 30.3073135 ], [ 120.2962441, 30.3071937 ], [ 120.2970504, 30.3071753 ], [ 120.2970941, 30.3071734 ], [ 120.2972483, 30.3071667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2972576, 30.3073008 ], [ 120.2970541, 30.3073091 ], [ 120.2962515, 30.307321 ], [ 120.2925338, 30.3074426 ], [ 120.2907068, 30.3075001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290706, 30.3073939 ], [ 120.2907068, 30.3075001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2907068, 30.3075001 ], [ 120.290706, 30.3073939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856952, 30.3075043 ], [ 120.2874503, 30.3074665 ], [ 120.2879465, 30.3074558 ], [ 120.2882398, 30.3074492 ], [ 120.2884488, 30.3074445 ], [ 120.290706, 30.3073939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463564, 30.3008595 ], [ 120.2471107, 30.300164 ], [ 120.248823, 30.2987493 ], [ 120.24893, 30.2986609 ], [ 120.2502134, 30.2976717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502134, 30.2976717 ], [ 120.24893, 30.2986609 ], [ 120.248823, 30.2987493 ], [ 120.2471107, 30.300164 ], [ 120.2463564, 30.3008595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249188, 30.3029087 ], [ 120.2493956, 30.302644 ], [ 120.2497477, 30.3022705 ], [ 120.2502207, 30.301888 ], [ 120.2509412, 30.3013299 ], [ 120.2511079, 30.3011965 ], [ 120.2525158, 30.3000696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红建街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.249188, 30.3029087 ], [ 120.2484245, 30.3023661 ], [ 120.2475942, 30.3017304 ], [ 120.2463564, 30.3008595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红建街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463564, 30.3008595 ], [ 120.2475942, 30.3017304 ], [ 120.2484245, 30.3023661 ], [ 120.249188, 30.3029087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252643, 30.3002491 ], [ 120.2507386, 30.3016789 ], [ 120.2502842, 30.3020159 ], [ 120.2501754, 30.3021028 ], [ 120.249863, 30.3023523 ], [ 120.2494498, 30.302816 ], [ 120.2492444, 30.3030655 ], [ 120.2490584, 30.3034167 ], [ 120.2488388, 30.3039081 ], [ 120.2483995, 30.3053068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482468, 30.3052536 ], [ 120.2486977, 30.3038661 ], [ 120.2489036, 30.3034053 ], [ 120.249188, 30.3029087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439186, 30.3029998 ], [ 120.2445195, 30.3034612 ], [ 120.244849, 30.3036899 ], [ 120.2455116, 30.3041009 ], [ 120.2460431, 30.3043716 ], [ 120.2461395, 30.3044296 ], [ 120.2464926, 30.3045891 ], [ 120.2472976, 30.3048975 ], [ 120.2482468, 30.3052536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481935, 30.3053937 ], [ 120.2473673, 30.3050989 ], [ 120.2471351, 30.3050016 ], [ 120.246735, 30.304834 ], [ 120.246109, 30.3045732 ], [ 120.2457296, 30.3043641 ], [ 120.2451878, 30.3040744 ], [ 120.2447228, 30.3037847 ], [ 120.2437879, 30.3031018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482468, 30.3052536 ], [ 120.2483995, 30.3053068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2529377, 30.3000833 ], [ 120.252643, 30.3002491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2529377, 30.3000833 ], [ 120.2537332, 30.301457 ], [ 120.2543873, 30.3025867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.257441, 30.3002812 ], [ 120.2562061, 30.3011903 ], [ 120.2543873, 30.3025867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "正谊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2543873, 30.3025867 ], [ 120.2562061, 30.3011903 ], [ 120.257441, 30.3002812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550288, 30.3042613 ], [ 120.2546045, 30.3035318 ], [ 120.2544833, 30.3033209 ], [ 120.2543378, 30.303085 ], [ 120.25419, 30.3028377 ], [ 120.2537214, 30.3020537 ], [ 120.252643, 30.3002491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2543873, 30.3025867 ], [ 120.2545368, 30.3028419 ], [ 120.2545542, 30.3028766 ], [ 120.2547176, 30.3031358 ], [ 120.2553073, 30.3041134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553073, 30.3041134 ], [ 120.2550288, 30.3042613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550288, 30.3042613 ], [ 120.2553073, 30.3041134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2574649, 30.3062379 ], [ 120.2569598, 30.306049 ], [ 120.2565024, 30.3058291 ], [ 120.255915, 30.3053708 ], [ 120.2555123, 30.3049577 ], [ 120.2553118, 30.3046616 ], [ 120.2550288, 30.3042613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527405, 30.3068247 ], [ 120.2529331, 30.3061836 ], [ 120.2530128, 30.3059496 ], [ 120.2532306, 30.3055813 ], [ 120.2535263, 30.3052581 ], [ 120.2537627, 30.3050225 ], [ 120.2539363, 30.3048766 ], [ 120.254094, 30.3047743 ], [ 120.2550288, 30.3042613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2591168, 30.3024269 ], [ 120.2590808, 30.3023537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2592812, 30.3023932 ], [ 120.2591168, 30.3024269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553073, 30.3041134 ], [ 120.2576247, 30.3030234 ], [ 120.2583617, 30.3026886 ], [ 120.2590808, 30.3023537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "旺杨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2591168, 30.3024269 ], [ 120.2581665, 30.3028611 ], [ 120.2574366, 30.3031974 ], [ 120.2569896, 30.3034048 ], [ 120.2563348, 30.3037089 ], [ 120.2557789, 30.303951 ], [ 120.2555316, 30.3040613 ], [ 120.2553073, 30.3041134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2592812, 30.3023932 ], [ 120.2594974, 30.3028548 ], [ 120.2597901, 30.3034449 ], [ 120.2601293, 30.3040966 ], [ 120.2604868, 30.3048203 ], [ 120.2609982, 30.3057825 ], [ 120.261189, 30.3059438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610235, 30.3059768 ], [ 120.261019, 30.3059667 ], [ 120.260852, 30.3058022 ], [ 120.2605284, 30.3051464 ], [ 120.2601726, 30.3044657 ], [ 120.2596777, 30.3034802 ], [ 120.2594178, 30.3030187 ], [ 120.2591168, 30.3024269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553073, 30.3041134 ], [ 120.2557314, 30.3048193 ], [ 120.2560169, 30.3051031 ], [ 120.2562665, 30.3052861 ], [ 120.2566053, 30.3055548 ], [ 120.2571134, 30.3058218 ], [ 120.2575656, 30.3060135 ], [ 120.2579264, 30.3061317 ], [ 120.2584698, 30.306206 ], [ 120.2589237, 30.3062306 ], [ 120.2594278, 30.306211 ], [ 120.2600087, 30.3061588 ], [ 120.2605632, 30.3060686 ], [ 120.2610235, 30.3059768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610235, 30.3059768 ], [ 120.261189, 30.3059438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.261189, 30.3059438 ], [ 120.2613106, 30.3061973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611339, 30.306227 ], [ 120.2610235, 30.3059768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663189, 30.3053617 ], [ 120.2663244, 30.3054502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "下沙路", "艮山东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.261189, 30.3059438 ], [ 120.2612633, 30.3059289 ], [ 120.2614319, 30.3059069 ], [ 120.2624741, 30.3057543 ], [ 120.2638352, 30.3055389 ], [ 120.2643661, 30.3054548 ], [ 120.2645872, 30.30542 ], [ 120.2662984, 30.3051555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663189, 30.3053617 ], [ 120.266204, 30.3053781 ], [ 120.264627, 30.3056034 ], [ 120.2644153, 30.305626 ], [ 120.2638734, 30.3057198 ], [ 120.2617201, 30.3060978 ], [ 120.2615507, 30.3061377 ], [ 120.2613106, 30.3061973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663244, 30.3054502 ], [ 120.2663921, 30.3055798 ], [ 120.2665004, 30.3062632 ], [ 120.2665461, 30.3066199 ], [ 120.2665513, 30.3066608 ], [ 120.2666146, 30.3071625 ], [ 120.266707, 30.3078419 ], [ 120.266875, 30.3091065 ], [ 120.2668828, 30.309176 ], [ 120.2668926, 30.3092639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667942, 30.309277 ], [ 120.2667788, 30.3091627 ], [ 120.2667793, 30.3091181 ], [ 120.2666156, 30.3078872 ], [ 120.2665318, 30.3072574 ], [ 120.2662947, 30.3055524 ], [ 120.2663012, 30.3055015 ], [ 120.2663244, 30.3054502 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "新塘路", "九乔路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2620007, 30.3085797 ], [ 120.2630628, 30.308806 ], [ 120.2638216, 30.3089639 ], [ 120.2649407, 30.3091811 ], [ 120.2654349, 30.309286 ], [ 120.2657383, 30.3093148 ], [ 120.266003, 30.3093197 ], [ 120.2667202, 30.3092824 ], [ 120.2667942, 30.309277 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "新塘路", "九乔路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668092, 30.3094083 ], [ 120.2667372, 30.3094161 ], [ 120.265994, 30.309431 ], [ 120.2657373, 30.3094273 ], [ 120.2654508, 30.3093975 ], [ 120.2649573, 30.3092986 ], [ 120.2638185, 30.3090713 ], [ 120.2620036, 30.308701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668926, 30.3092639 ], [ 120.2669976, 30.3092716 ], [ 120.2672538, 30.3092904 ], [ 120.2681037, 30.3092586 ], [ 120.268393, 30.3092301 ], [ 120.2684424, 30.3092252 ], [ 120.2689848, 30.3091674 ], [ 120.2693349, 30.3091416 ], [ 120.2713446, 30.3088956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713593, 30.308974 ], [ 120.2697059, 30.3091637 ], [ 120.2689943, 30.3092453 ], [ 120.2681713, 30.3093362 ], [ 120.2676278, 30.3093706 ], [ 120.2669833, 30.309401 ], [ 120.2669084, 30.3094046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667942, 30.309277 ], [ 120.2668926, 30.3092639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550288, 30.3042613 ], [ 120.254094, 30.3047743 ], [ 120.2539363, 30.3048766 ], [ 120.2537627, 30.3050225 ], [ 120.2535263, 30.3052581 ], [ 120.2532306, 30.3055813 ], [ 120.2530128, 30.3059496 ], [ 120.2529331, 30.3061836 ], [ 120.2527405, 30.3068247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527405, 30.3068247 ], [ 120.2526798, 30.307015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526798, 30.307015 ], [ 120.2527405, 30.3068247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527405, 30.3068247 ], [ 120.2544136, 30.3072381 ], [ 120.2545182, 30.3072634 ], [ 120.2551316, 30.3073911 ], [ 120.2560649, 30.3075853 ], [ 120.2570365, 30.307734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2569904, 30.3078671 ], [ 120.2560464, 30.307713 ], [ 120.2554498, 30.3076014 ], [ 120.2544535, 30.3074151 ], [ 120.25424, 30.3073633 ], [ 120.2526798, 30.307015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2569904, 30.3078671 ], [ 120.2570365, 30.307734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526798, 30.307015 ], [ 120.251999, 30.3094575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.251999, 30.3094575 ], [ 120.2526798, 30.307015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256057, 30.3104443 ], [ 120.2561466, 30.3102565 ], [ 120.2562693, 30.3099168 ], [ 120.256447, 30.3093981 ], [ 120.2566458, 30.3088813 ], [ 120.2568299, 30.3082951 ], [ 120.2569652, 30.3079517 ], [ 120.2569904, 30.3078671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571006, 30.3078851 ], [ 120.2561892, 30.3104368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481935, 30.3053937 ], [ 120.2482468, 30.3052536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483995, 30.3053068 ], [ 120.2483479, 30.3054675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483479, 30.3054675 ], [ 120.2481935, 30.3053937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483995, 30.3053068 ], [ 120.2497679, 30.3058643 ], [ 120.2503903, 30.3061179 ], [ 120.2506257, 30.3062093 ], [ 120.2514214, 30.306484 ], [ 120.2519547, 30.3066617 ], [ 120.2527405, 30.3068247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2526798, 30.307015 ], [ 120.2518013, 30.3067324 ], [ 120.2516994, 30.3067019 ], [ 120.2510756, 30.3064958 ], [ 120.2505378, 30.3063013 ], [ 120.2502732, 30.3062017 ], [ 120.2483479, 30.3054675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2474881, 30.3076155 ], [ 120.2481935, 30.3053937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2483479, 30.3054675 ], [ 120.2476263, 30.3077111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476263, 30.3077111 ], [ 120.2474881, 30.3076155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2474881, 30.3076155 ], [ 120.2476263, 30.3077111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.251999, 30.3094575 ], [ 120.2502012, 30.3089339 ], [ 120.2496445, 30.30874 ], [ 120.2492261, 30.3085787 ], [ 120.2490789, 30.308522 ], [ 120.2488462, 30.3084079 ], [ 120.248576, 30.3082754 ], [ 120.2480702, 30.3080167 ], [ 120.2478734, 30.307892 ], [ 120.2476263, 30.3077111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613106, 30.3061973 ], [ 120.2611339, 30.306227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2575787, 30.3062784 ], [ 120.2575389, 30.3062656 ], [ 120.2574649, 30.3062379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611339, 30.306227 ], [ 120.2602854, 30.3063695 ], [ 120.259662, 30.3064611 ], [ 120.2592425, 30.3064999 ], [ 120.2587865, 30.3064811 ], [ 120.2582351, 30.3064388 ], [ 120.2578294, 30.3063591 ], [ 120.2575987, 30.3062848 ], [ 120.2575787, 30.3062784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570365, 30.307734 ], [ 120.2571281, 30.3073874 ], [ 120.2572761, 30.3069147 ], [ 120.257291, 30.3068669 ], [ 120.257401, 30.3064651 ], [ 120.2574649, 30.3062379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2575787, 30.3062784 ], [ 120.2573853, 30.3069069 ], [ 120.2571285, 30.307748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618091, 30.3085263 ], [ 120.2618095, 30.3083562 ], [ 120.2616269, 30.3074478 ], [ 120.2612133, 30.3064242 ], [ 120.261177, 30.306334 ], [ 120.2611339, 30.306227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2613106, 30.3061973 ], [ 120.2613649, 30.306307 ], [ 120.2615628, 30.3067675 ], [ 120.2617265, 30.3072645 ], [ 120.2617887, 30.3074229 ], [ 120.2618988, 30.3078396 ], [ 120.2619889, 30.3084392 ], [ 120.2620007, 30.3085797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570365, 30.307734 ], [ 120.2571285, 30.307748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571285, 30.307748 ], [ 120.2571006, 30.3078851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571006, 30.3078851 ], [ 120.2569904, 30.3078671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476263, 30.3077111 ], [ 120.2478734, 30.307892 ], [ 120.2480702, 30.3080167 ], [ 120.248576, 30.3082754 ], [ 120.2488462, 30.3084079 ], [ 120.2490789, 30.308522 ], [ 120.2492261, 30.3085787 ], [ 120.2496445, 30.30874 ], [ 120.2502012, 30.3089339 ], [ 120.251999, 30.3094575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466798, 30.3101309 ], [ 120.2471987, 30.3084936 ], [ 120.2472728, 30.3082577 ], [ 120.2474881, 30.3076155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2476263, 30.3077111 ], [ 120.2474468, 30.3082292 ], [ 120.2473808, 30.3084562 ], [ 120.2468219, 30.31021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466798, 30.3101309 ], [ 120.2468219, 30.31021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465262, 30.3104498 ], [ 120.2466798, 30.3101309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2468219, 30.31021 ], [ 120.2467106, 30.3105439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467106, 30.3105439 ], [ 120.2465262, 30.3104498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2468219, 30.31021 ], [ 120.2473612, 30.3105121 ], [ 120.2498393, 30.3118451 ], [ 120.251251, 30.3126046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2511514, 30.3128371 ], [ 120.2501012, 30.3122757 ], [ 120.2490743, 30.3117268 ], [ 120.247571, 30.3110032 ], [ 120.2468961, 30.3106487 ], [ 120.2467106, 30.3105439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458297, 30.3129575 ], [ 120.2459038, 30.3126383 ], [ 120.2459941, 30.3123156 ], [ 120.246136, 30.3118629 ], [ 120.2463233, 30.3110532 ], [ 120.246437, 30.3106778 ], [ 120.2465262, 30.3104498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571285, 30.307748 ], [ 120.2584004, 30.3079471 ], [ 120.258741, 30.3080043 ], [ 120.2618091, 30.3085263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618142, 30.3086737 ], [ 120.2605246, 30.3084522 ], [ 120.2599994, 30.308362 ], [ 120.2590073, 30.3081922 ], [ 120.2583079, 30.3080774 ], [ 120.2571006, 30.3078851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618091, 30.3085263 ], [ 120.2620007, 30.3085797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618142, 30.3086737 ], [ 120.2618091, 30.3085263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2620007, 30.3085797 ], [ 120.2620036, 30.308701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2620036, 30.308701 ], [ 120.2618142, 30.3086737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618848, 30.3102756 ], [ 120.2618815, 30.3098192 ], [ 120.2618142, 30.3086737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618848, 30.3102756 ], [ 120.2608236, 30.3102863 ], [ 120.2606973, 30.3102911 ], [ 120.2600346, 30.3103164 ], [ 120.2591144, 30.3103411 ], [ 120.2576467, 30.3104074 ], [ 120.2576203, 30.3104079 ], [ 120.2572298, 30.3104158 ], [ 120.2561892, 30.3104368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561892, 30.3104368 ], [ 120.2572298, 30.3104158 ], [ 120.2576203, 30.3104079 ], [ 120.2576467, 30.3104074 ], [ 120.2591144, 30.3103411 ], [ 120.2600346, 30.3103164 ], [ 120.2606973, 30.3102911 ], [ 120.2608236, 30.3102863 ], [ 120.2618848, 30.3102756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2620036, 30.308701 ], [ 120.262004, 30.3090509 ], [ 120.2620077, 30.3093423 ], [ 120.2620193, 30.3102496 ], [ 120.2620221, 30.3104246 ], [ 120.2620394, 30.3114998 ], [ 120.2621392, 30.3128738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.251999, 30.3094575 ], [ 120.2523301, 30.309625 ], [ 120.2526484, 30.3096968 ], [ 120.2532111, 30.3098238 ], [ 120.2536751, 30.3099285 ], [ 120.2542076, 30.3100473 ], [ 120.2551234, 30.3102514 ], [ 120.2552028, 30.3102691 ], [ 120.2553113, 30.3102933 ], [ 120.256057, 30.3104443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256057, 30.3104443 ], [ 120.2553113, 30.3102933 ], [ 120.2552028, 30.3102691 ], [ 120.2551234, 30.3102514 ], [ 120.2542076, 30.3100473 ], [ 120.2536751, 30.3099285 ], [ 120.2532111, 30.3098238 ], [ 120.2526484, 30.3096968 ], [ 120.2523301, 30.309625 ], [ 120.251999, 30.3094575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.256057, 30.3104443 ], [ 120.2561892, 30.3104368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561892, 30.3104368 ], [ 120.256057, 30.3104443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.251251, 30.3126046 ], [ 120.251999, 30.3094575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.251999, 30.3094575 ], [ 120.251251, 30.3126046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561892, 30.3104368 ], [ 120.2560659, 30.3110586 ], [ 120.2559202, 30.3121774 ], [ 120.2558855, 30.3124438 ], [ 120.2558258, 30.3128353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550717, 30.3145316 ], [ 120.2552348, 30.3141372 ], [ 120.2553596, 30.3137884 ], [ 120.255476, 30.3135017 ], [ 120.2556389, 30.3130634 ], [ 120.2556896, 30.3129228 ], [ 120.2557193, 30.3128369 ], [ 120.2557277, 30.3127657 ], [ 120.2557446, 30.3126762 ], [ 120.2557764, 30.31249 ], [ 120.2558123, 30.3122142 ], [ 120.255861, 30.3118307 ], [ 120.2559012, 30.3114947 ], [ 120.2559371, 30.3111714 ], [ 120.2560091, 30.3106966 ], [ 120.256057, 30.3104443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.251251, 30.3126046 ], [ 120.2523605, 30.3131913 ], [ 120.2533942, 30.3137379 ], [ 120.2550717, 30.3145316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558258, 30.3128353 ], [ 120.2556085, 30.3134064 ], [ 120.2554251, 30.3139185 ], [ 120.2551862, 30.3145858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.643714, 30.2465271 ], [ 120.6441187, 30.2457294 ], [ 120.6442191, 30.2455314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.643714, 30.2465271 ], [ 120.6436551, 30.2466184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6436551, 30.2466184 ], [ 120.643714, 30.2465271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.643714, 30.2465271 ], [ 120.6455656, 30.2471434 ], [ 120.6474309, 30.247773 ], [ 120.6492423, 30.2483805 ], [ 120.6510055, 30.2490332 ], [ 120.6516101, 30.2492737 ], [ 120.6522226, 30.2495328 ], [ 120.6534348, 30.2500716 ], [ 120.6538029, 30.2502393 ], [ 120.6540569, 30.2503573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6540141, 30.2504333 ], [ 120.653751, 30.2503128 ], [ 120.6533793, 30.2501458 ], [ 120.6521869, 30.2496177 ], [ 120.6515566, 30.2493508 ], [ 120.650955, 30.2491161 ], [ 120.6491923, 30.2484654 ], [ 120.647384, 30.2478593 ], [ 120.6455075, 30.2472306 ], [ 120.6436551, 30.2466184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6540141, 30.2504333 ], [ 120.6540569, 30.2503573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6540569, 30.2503573 ], [ 120.6540141, 30.2504333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6647599, 30.2551811 ], [ 120.6663378, 30.2533425 ], [ 120.6669611, 30.25249 ], [ 120.6681618, 30.2508478 ], [ 120.6704077, 30.2480223 ], [ 120.6706102, 30.2477676 ], [ 120.671933, 30.245947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.671933, 30.245947 ], [ 120.6706102, 30.2477676 ], [ 120.6704077, 30.2480223 ], [ 120.6681618, 30.2508478 ], [ 120.6669611, 30.25249 ], [ 120.6663378, 30.2533425 ], [ 120.6647599, 30.2551811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6737889, 30.246474 ], [ 120.6737502, 30.2465486 ], [ 120.6736552, 30.2467317 ], [ 120.6736147, 30.2469358 ], [ 120.6735645, 30.2470409 ], [ 120.6734333, 30.2471997 ], [ 120.672388, 30.2483954 ], [ 120.6714692, 30.2495643 ], [ 120.6710086, 30.2501539 ], [ 120.6698869, 30.2515702 ], [ 120.6688607, 30.2528751 ], [ 120.6677176, 30.254347 ], [ 120.6671162, 30.2551242 ], [ 120.6664927, 30.2559538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5358262, 30.2485499 ], [ 120.5359062, 30.2485303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5359062, 30.2485303 ], [ 120.5358262, 30.2485499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5317998, 30.250173 ], [ 120.5353804, 30.2487296 ], [ 120.5358262, 30.2485499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5358262, 30.2485499 ], [ 120.5353804, 30.2487296 ], [ 120.5317998, 30.250173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5328829, 30.2521353 ], [ 120.532494, 30.2515722 ], [ 120.532205, 30.2510153 ], [ 120.5317998, 30.250173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5317998, 30.250173 ], [ 120.532205, 30.2510153 ], [ 120.532494, 30.2515722 ], [ 120.5328829, 30.2521353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5317998, 30.250173 ], [ 120.5316439, 30.2502317 ], [ 120.5315403, 30.2502707 ], [ 120.5314472, 30.2503057 ], [ 120.5296573, 30.2509178 ], [ 120.5291882, 30.2510782 ], [ 120.5278295, 30.2515429 ], [ 120.5275098, 30.2515761 ], [ 120.5249178, 30.2518455 ], [ 120.5247524, 30.2518627 ], [ 120.5226061, 30.2521794 ], [ 120.522523, 30.2521917 ], [ 120.5222618, 30.2522302 ], [ 120.5222318, 30.2522347 ], [ 120.5221869, 30.2522413 ], [ 120.52184, 30.2522851 ], [ 120.5216631, 30.2523074 ], [ 120.5167971, 30.2529217 ], [ 120.515477, 30.2530884 ], [ 120.5135218, 30.2533352 ], [ 120.5131154, 30.2533865 ], [ 120.512697, 30.2534189 ], [ 120.5120707, 30.2533449 ], [ 120.5110456, 30.2534463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5110456, 30.2534463 ], [ 120.5120707, 30.2533449 ], [ 120.512697, 30.2534189 ], [ 120.5131154, 30.2533865 ], [ 120.5135218, 30.2533352 ], [ 120.515477, 30.2530884 ], [ 120.5167971, 30.2529217 ], [ 120.5216631, 30.2523074 ], [ 120.52184, 30.2522851 ], [ 120.5221869, 30.2522413 ], [ 120.5222318, 30.2522347 ], [ 120.5222618, 30.2522302 ], [ 120.522523, 30.2521917 ], [ 120.5226061, 30.2521794 ], [ 120.5247524, 30.2518627 ], [ 120.5249178, 30.2518455 ], [ 120.5275098, 30.2515761 ], [ 120.5278295, 30.2515429 ], [ 120.5291882, 30.2510782 ], [ 120.5296573, 30.2509178 ], [ 120.5314472, 30.2503057 ], [ 120.5315403, 30.2502707 ], [ 120.5316439, 30.2502317 ], [ 120.5317998, 30.250173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5105598, 30.2535438 ], [ 120.5106323, 30.2535253 ], [ 120.5107283, 30.253507 ], [ 120.5110456, 30.2534463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5110456, 30.2534463 ], [ 120.5107283, 30.253507 ], [ 120.5106323, 30.2535253 ], [ 120.5105598, 30.2535438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6664927, 30.2559538 ], [ 120.6671162, 30.2551242 ], [ 120.6677176, 30.254347 ], [ 120.6688607, 30.2528751 ], [ 120.6698869, 30.2515702 ], [ 120.6710086, 30.2501539 ], [ 120.6714692, 30.2495643 ], [ 120.672388, 30.2483954 ], [ 120.6734333, 30.2471997 ], [ 120.6735645, 30.2470409 ], [ 120.6736147, 30.2469358 ], [ 120.6736552, 30.2467317 ], [ 120.6737502, 30.2465486 ], [ 120.6737889, 30.246474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6019828, 30.263895 ], [ 120.6021125, 30.2624655 ], [ 120.6022706, 30.2607721 ], [ 120.6022994, 30.2604632 ], [ 120.602343, 30.2599869 ], [ 120.6023852, 30.2595252 ], [ 120.6028246, 30.2546435 ], [ 120.6031782, 30.2502371 ], [ 120.6035451, 30.2462215 ], [ 120.6038874, 30.2423306 ], [ 120.6040462, 30.2407149 ], [ 120.6041831, 30.2393222 ], [ 120.6042442, 30.2387008 ], [ 120.6042488, 30.2386508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6540569, 30.2503573 ], [ 120.6544197, 30.2505258 ], [ 120.6550048, 30.2507905 ], [ 120.6568346, 30.2516181 ], [ 120.6603763, 30.2532084 ], [ 120.6647599, 30.2551811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6646913, 30.25527 ], [ 120.6619826, 30.2540478 ], [ 120.6567977, 30.2517082 ], [ 120.6540141, 30.2504333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6044254, 30.2386107 ], [ 120.6044191, 30.2387039 ], [ 120.6043766, 30.2393003 ], [ 120.6043107, 30.240076 ], [ 120.604249, 30.240732 ], [ 120.6040973, 30.2423457 ], [ 120.6037664, 30.2462153 ], [ 120.6037155, 30.2467655 ], [ 120.6037067, 30.2468603 ], [ 120.6035285, 30.2487859 ], [ 120.6033955, 30.2502226 ], [ 120.6030527, 30.2546588 ], [ 120.6026049, 30.2595299 ], [ 120.6025399, 30.2601051 ], [ 120.6024904, 30.2605837 ], [ 120.6021935, 30.2639169 ], [ 120.6020748, 30.2652074 ], [ 120.6018621, 30.2677028 ], [ 120.6018235, 30.2681556 ], [ 120.6018185, 30.268214 ], [ 120.6017582, 30.2689206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6646913, 30.25527 ], [ 120.6647599, 30.2551811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6647599, 30.2551811 ], [ 120.6646913, 30.25527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6647599, 30.2551811 ], [ 120.6662331, 30.2558441 ], [ 120.6664927, 30.2559538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6663878, 30.2560298 ], [ 120.6661666, 30.2559357 ], [ 120.6646913, 30.25527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6663878, 30.2560298 ], [ 120.6664927, 30.2559538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5508642, 30.2643042 ], [ 120.5502436, 30.2639679 ], [ 120.5477009, 30.2625897 ], [ 120.5467847, 30.2619477 ], [ 120.5463445, 30.2615378 ], [ 120.5458063, 30.2610366 ], [ 120.545565, 30.2607165 ], [ 120.5451964, 30.2602526 ], [ 120.5448495, 30.2597365 ], [ 120.5429894, 30.256491 ], [ 120.5429614, 30.2564406 ], [ 120.5428513, 30.2562426 ], [ 120.5427967, 30.2561443 ], [ 120.5414249, 30.2537242 ], [ 120.5412688, 30.2534564 ], [ 120.5408013, 30.2528633 ], [ 120.5404275, 30.2525305 ], [ 120.5398804, 30.2521132 ], [ 120.5376587, 30.2505304 ], [ 120.5370992, 30.2501106 ], [ 120.5365569, 30.2496055 ], [ 120.5361401, 30.249087 ], [ 120.5358262, 30.2485499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5409395, 30.256963 ], [ 120.5409903, 30.2571 ], [ 120.5419991, 30.2587305 ], [ 120.5426082, 30.2596594 ], [ 120.5426622, 30.2600978 ], [ 120.5432078, 30.2608349 ], [ 120.5441437, 30.262353 ], [ 120.5445752, 30.2629147 ], [ 120.5452319, 30.2637806 ], [ 120.5463105, 30.265252 ], [ 120.5470486, 30.2662477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5470486, 30.2662477 ], [ 120.5463105, 30.265252 ], [ 120.5452319, 30.2637806 ], [ 120.5445752, 30.2629147 ], [ 120.5441437, 30.262353 ], [ 120.5432078, 30.2608349 ], [ 120.5426622, 30.2600978 ], [ 120.5426082, 30.2596594 ], [ 120.5419991, 30.2587305 ], [ 120.5409903, 30.2571 ], [ 120.5409395, 30.256963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.555045, 30.2627407 ], [ 120.5549567, 30.2627768 ], [ 120.5548942, 30.2628024 ], [ 120.5543942, 30.2629725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5543942, 30.2629725 ], [ 120.5548942, 30.2628024 ], [ 120.5549567, 30.2627768 ], [ 120.555045, 30.2627407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.555045, 30.2627407 ], [ 120.5559367, 30.2624288 ], [ 120.5563665, 30.2623327 ], [ 120.5566232, 30.2622841 ], [ 120.5574412, 30.262255 ], [ 120.5582507, 30.2623133 ], [ 120.5683899, 30.2630288 ], [ 120.5746337, 30.2634747 ], [ 120.5778058, 30.2637013 ], [ 120.5793734, 30.2637999 ], [ 120.5800897, 30.2638447 ], [ 120.5807541, 30.2638537 ], [ 120.5815119, 30.2638358 ], [ 120.5822801, 30.263782 ], [ 120.5830587, 30.2636923 ], [ 120.5838892, 30.2635399 ], [ 120.5859863, 30.2631185 ], [ 120.5866507, 30.2630109 ], [ 120.5874576, 30.262959 ], [ 120.5878794, 30.262957 ], [ 120.5880707, 30.2629938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5880707, 30.2629938 ], [ 120.5879786, 30.2630249 ], [ 120.5878714, 30.2630612 ], [ 120.5874556, 30.2630659 ], [ 120.5866456, 30.2631076 ], [ 120.5850953, 30.2633624 ], [ 120.5830514, 30.2637979 ], [ 120.5822414, 30.2638721 ], [ 120.5809915, 30.2639555 ], [ 120.5799615, 30.2639416 ], [ 120.5776012, 30.2637655 ], [ 120.5750048, 30.2635894 ], [ 120.5746256, 30.2635637 ], [ 120.5727491, 30.2634365 ], [ 120.5574229, 30.2623709 ], [ 120.5567363, 30.2623639 ], [ 120.5563876, 30.2623917 ], [ 120.5559719, 30.2624913 ], [ 120.5550881, 30.2627885 ], [ 120.5549914, 30.2628251 ], [ 120.5549124, 30.2628551 ], [ 120.5544189, 30.2630404 ], [ 120.5519414, 30.2639833 ], [ 120.5512592, 30.2642427 ], [ 120.5510968, 30.2642958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5510205, 30.2642343 ], [ 120.5517789, 30.2639497 ], [ 120.5526167, 30.2636289 ], [ 120.5543942, 30.2629725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5510205, 30.2642343 ], [ 120.5510968, 30.2642958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5508642, 30.2643042 ], [ 120.5510205, 30.2642343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6664927, 30.2559538 ], [ 120.6663878, 30.2560298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "红十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6664927, 30.2559538 ], [ 120.6667263, 30.2560597 ], [ 120.6689545, 30.2570696 ], [ 120.6711977, 30.2580863 ], [ 120.6761836, 30.260095 ], [ 120.6771684, 30.2604917 ], [ 120.6816975, 30.2623163 ], [ 120.6818615, 30.2624191 ], [ 120.6816697, 30.2623984 ], [ 120.6761018, 30.2601902 ], [ 120.6711129, 30.2582115 ], [ 120.6688787, 30.2571799 ], [ 120.6665998, 30.2561277 ], [ 120.6663878, 30.2560298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6419121, 30.2709678 ], [ 120.6421115, 30.2706167 ], [ 120.6421543, 30.2705412 ], [ 120.6423999, 30.2701088 ], [ 120.6446145, 30.2664103 ], [ 120.6446667, 30.2663232 ], [ 120.6453514, 30.2651574 ], [ 120.6457239, 30.2645229 ], [ 120.6469305, 30.2624683 ], [ 120.6479276, 30.2607678 ], [ 120.6488376, 30.2592009 ], [ 120.6495608, 30.2580037 ], [ 120.6503563, 30.2566711 ], [ 120.6512483, 30.2551042 ], [ 120.6524355, 30.2531312 ], [ 120.6538758, 30.2506793 ], [ 120.6540141, 30.2504333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6540141, 30.2504333 ], [ 120.6538758, 30.2506793 ], [ 120.6524355, 30.2531312 ], [ 120.6512483, 30.2551042 ], [ 120.6503563, 30.2566711 ], [ 120.6495608, 30.2580037 ], [ 120.6488376, 30.2592009 ], [ 120.6479276, 30.2607678 ], [ 120.6469305, 30.2624683 ], [ 120.6457239, 30.2645229 ], [ 120.6453514, 30.2651574 ], [ 120.6446667, 30.2663232 ], [ 120.6446145, 30.2664103 ], [ 120.6423999, 30.2701088 ], [ 120.6421543, 30.2705412 ], [ 120.6421115, 30.2706167 ], [ 120.6419121, 30.2709678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5959942, 30.2596422 ], [ 120.5956798, 30.2634594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5956798, 30.2634594 ], [ 120.5959942, 30.2596422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5956798, 30.2634594 ], [ 120.594467, 30.2633755 ], [ 120.5921242, 30.2632357 ], [ 120.5914521, 30.2631956 ], [ 120.5880707, 30.2629938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5880707, 30.2629938 ], [ 120.5914521, 30.2631956 ], [ 120.5921242, 30.2632357 ], [ 120.594467, 30.2633755 ], [ 120.5956798, 30.2634594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6663878, 30.2560298 ], [ 120.6653708, 30.2573292 ], [ 120.6650551, 30.2577291 ], [ 120.6643374, 30.2586382 ], [ 120.6641969, 30.258818 ], [ 120.6634162, 30.2598173 ], [ 120.6625428, 30.2609407 ], [ 120.6618984, 30.2617652 ], [ 120.6615107, 30.2622613 ], [ 120.6610368, 30.2628677 ], [ 120.6603382, 30.2637611 ], [ 120.6595974, 30.26471 ], [ 120.6586456, 30.2659197 ], [ 120.658585, 30.2659968 ], [ 120.6579216, 30.2668409 ], [ 120.6569749, 30.2680404 ], [ 120.6565255, 30.2686186 ], [ 120.6556468, 30.2697492 ], [ 120.655251, 30.2702563 ], [ 120.6548393, 30.2707592 ], [ 120.6546401, 30.270988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6546401, 30.270988 ], [ 120.6548393, 30.2707592 ], [ 120.655251, 30.2702563 ], [ 120.6556468, 30.2697492 ], [ 120.6565255, 30.2686186 ], [ 120.6569749, 30.2680404 ], [ 120.6579216, 30.2668409 ], [ 120.658585, 30.2659968 ], [ 120.6586456, 30.2659197 ], [ 120.6595974, 30.26471 ], [ 120.6603382, 30.2637611 ], [ 120.6610368, 30.2628677 ], [ 120.6615107, 30.2622613 ], [ 120.6618984, 30.2617652 ], [ 120.6625428, 30.2609407 ], [ 120.6634162, 30.2598173 ], [ 120.6641969, 30.258818 ], [ 120.6643374, 30.2586382 ], [ 120.6650551, 30.2577291 ], [ 120.6653708, 30.2573292 ], [ 120.6663878, 30.2560298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5956798, 30.2634594 ], [ 120.5984195, 30.2636487 ], [ 120.6019828, 30.263895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6019828, 30.263895 ], [ 120.5984195, 30.2636487 ], [ 120.5956798, 30.2634594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6235409, 30.281743 ], [ 120.6244147, 30.2802164 ], [ 120.6261168, 30.2771546 ], [ 120.6276976, 30.274315 ], [ 120.6291269, 30.2719073 ], [ 120.6296522, 30.270836 ], [ 120.6297486, 30.2705245 ], [ 120.6298022, 30.2702469 ], [ 120.6298022, 30.2701231 ], [ 120.6298022, 30.269994 ], [ 120.6298808, 30.2698336 ], [ 120.6301058, 30.2694912 ], [ 120.6301736, 30.2693771 ], [ 120.6303165, 30.2692692 ], [ 120.63047, 30.2691735 ], [ 120.6306129, 30.2690995 ], [ 120.6314505, 30.2677386 ], [ 120.6360062, 30.2598166 ], [ 120.6393396, 30.254058 ], [ 120.6419032, 30.2496212 ], [ 120.6430575, 30.2476344 ], [ 120.6436551, 30.2466184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6436551, 30.2466184 ], [ 120.6430575, 30.2476344 ], [ 120.6419032, 30.2496212 ], [ 120.6393396, 30.254058 ], [ 120.6360062, 30.2598166 ], [ 120.6314505, 30.2677386 ], [ 120.6306129, 30.2690995 ], [ 120.63047, 30.2691735 ], [ 120.6303165, 30.2692692 ], [ 120.6301736, 30.2693771 ], [ 120.6301058, 30.2694912 ], [ 120.6298808, 30.2698336 ], [ 120.6298022, 30.269994 ], [ 120.6298022, 30.2701231 ], [ 120.6298022, 30.2702469 ], [ 120.6297486, 30.2705245 ], [ 120.6296522, 30.270836 ], [ 120.6291269, 30.2719073 ], [ 120.6276976, 30.274315 ], [ 120.6261168, 30.2771546 ], [ 120.6244147, 30.2802164 ], [ 120.6235409, 30.281743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5956798, 30.2634594 ], [ 120.595371, 30.267524 ], [ 120.5953449, 30.2677559 ], [ 120.5953384, 30.2678142 ], [ 120.5953205, 30.2679733 ], [ 120.5952751, 30.2684749 ], [ 120.5952646, 30.2685244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5952646, 30.2685244 ], [ 120.5952751, 30.2684749 ], [ 120.5953205, 30.2679733 ], [ 120.5953384, 30.2678142 ], [ 120.5953449, 30.2677559 ], [ 120.595371, 30.267524 ], [ 120.5956798, 30.2634594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6015265, 30.2689065 ], [ 120.6015914, 30.2682012 ], [ 120.6015968, 30.2681428 ], [ 120.6016386, 30.2676882 ], [ 120.6019828, 30.263895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6081987, 30.2693123 ], [ 120.6082795, 30.2687534 ], [ 120.608325, 30.268387 ], [ 120.6087088, 30.2644567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6087088, 30.2644567 ], [ 120.608325, 30.268387 ], [ 120.6082795, 30.2687534 ], [ 120.6081987, 30.2693123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5880381, 30.2680117 ], [ 120.5952646, 30.2685244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5110456, 30.2534463 ], [ 120.5110831, 30.2536555 ], [ 120.5111177, 30.2538487 ], [ 120.5112325, 30.2544896 ], [ 120.5111851, 30.254711 ], [ 120.5111252, 30.25499 ], [ 120.5066091, 30.2560053 ], [ 120.5060362, 30.2561341 ], [ 120.5059105, 30.2561624 ], [ 120.5049454, 30.2563749 ], [ 120.5017161, 30.2570861 ], [ 120.5012266, 30.257192 ], [ 120.5010915, 30.2572212 ], [ 120.5009336, 30.2572554 ], [ 120.5007676, 30.2572912 ], [ 120.4999161, 30.2574754 ], [ 120.497547, 30.2579533 ], [ 120.4954823, 30.2583726 ], [ 120.4933223, 30.2588268 ], [ 120.4931851, 30.2588556 ], [ 120.4930567, 30.2588826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4930567, 30.2588826 ], [ 120.4931851, 30.2588556 ], [ 120.4933223, 30.2588268 ], [ 120.4954823, 30.2583726 ], [ 120.497547, 30.2579533 ], [ 120.4999161, 30.2574754 ], [ 120.5007676, 30.2572912 ], [ 120.5009336, 30.2572554 ], [ 120.5010915, 30.2572212 ], [ 120.5012266, 30.257192 ], [ 120.5017161, 30.2570861 ], [ 120.5049454, 30.2563749 ], [ 120.5059105, 30.2561624 ], [ 120.5060362, 30.2561341 ], [ 120.5066091, 30.2560053 ], [ 120.5111252, 30.25499 ], [ 120.5111851, 30.254711 ], [ 120.5112325, 30.2544896 ], [ 120.5111177, 30.2538487 ], [ 120.5110831, 30.2536555 ], [ 120.5110456, 30.2534463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5409395, 30.256963 ], [ 120.5394263, 30.2573083 ], [ 120.5376846, 30.2577193 ], [ 120.5361018, 30.2581154 ], [ 120.5339982, 30.2585825 ], [ 120.5329704, 30.2588154 ], [ 120.5319972, 30.2590556 ], [ 120.5313048, 30.2592265 ], [ 120.5294966, 30.2596238 ], [ 120.5271712, 30.2601718 ], [ 120.5269502, 30.2602409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5269502, 30.2602409 ], [ 120.5271712, 30.2601718 ], [ 120.5294966, 30.2596238 ], [ 120.5313048, 30.2592265 ], [ 120.5319972, 30.2590556 ], [ 120.5329704, 30.2588154 ], [ 120.5339982, 30.2585825 ], [ 120.5361018, 30.2581154 ], [ 120.5376846, 30.2577193 ], [ 120.5394263, 30.2573083 ], [ 120.5409395, 30.256963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5470486, 30.2662477 ], [ 120.5441992, 30.2689053 ], [ 120.5416722, 30.2712475 ], [ 120.5412172, 30.2716792 ], [ 120.5399966, 30.2728373 ], [ 120.5392671, 30.2732913 ], [ 120.5381834, 30.2738936 ], [ 120.5375155, 30.2742109 ], [ 120.5373251, 30.2743013 ], [ 120.536656, 30.2746043 ], [ 120.5356629, 30.2750659 ], [ 120.5346966, 30.2755151 ], [ 120.5336897, 30.2759873 ], [ 120.5327091, 30.2764298 ], [ 120.5319016, 30.2768272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5319016, 30.2768272 ], [ 120.5327091, 30.2764298 ], [ 120.5336897, 30.2759873 ], [ 120.5346966, 30.2755151 ], [ 120.5356629, 30.2750659 ], [ 120.536656, 30.2746043 ], [ 120.5373251, 30.2743013 ], [ 120.5375155, 30.2742109 ], [ 120.5381834, 30.2738936 ], [ 120.5392671, 30.2732913 ], [ 120.5399966, 30.2728373 ], [ 120.5412172, 30.2716792 ], [ 120.5416722, 30.2712475 ], [ 120.5441992, 30.2689053 ], [ 120.5470486, 30.2662477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5319016, 30.2768272 ], [ 120.5318007, 30.2768747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318007, 30.2768747 ], [ 120.5319016, 30.2768272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318007, 30.2768747 ], [ 120.5291652, 30.2780464 ], [ 120.5280923, 30.2785606 ], [ 120.5273717, 30.2788529 ], [ 120.5268547, 30.2790753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5268547, 30.2790753 ], [ 120.5273717, 30.2788529 ], [ 120.5280923, 30.2785606 ], [ 120.5291652, 30.2780464 ], [ 120.5318007, 30.2768747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5952646, 30.2685244 ], [ 120.5880381, 30.2680117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5952646, 30.2685244 ], [ 120.6015265, 30.2689065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6015265, 30.2689065 ], [ 120.5952646, 30.2685244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6015265, 30.2689065 ], [ 120.6017582, 30.2689206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6017582, 30.2689206 ], [ 120.6015265, 30.2689065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6081987, 30.2693123 ], [ 120.6017582, 30.2689206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6017582, 30.2689206 ], [ 120.6081987, 30.2693123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6081987, 30.2693123 ], [ 120.6142696, 30.2697092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6142696, 30.2697092 ], [ 120.6081987, 30.2693123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6419121, 30.2709678 ], [ 120.645284, 30.2711984 ], [ 120.6487097, 30.2714596 ], [ 120.6514811, 30.2716355 ], [ 120.6527365, 30.271821 ], [ 120.6535904, 30.2719794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6535904, 30.2719794 ], [ 120.6527365, 30.271821 ], [ 120.6514811, 30.2716355 ], [ 120.6487097, 30.2714596 ], [ 120.645284, 30.2711984 ], [ 120.6419121, 30.2709678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6546401, 30.270988 ], [ 120.6545267, 30.271058 ], [ 120.6543966, 30.2711127 ], [ 120.6541341, 30.2712003 ], [ 120.6538537, 30.2713456 ], [ 120.6537797, 30.2713909 ], [ 120.6537162, 30.2714479 ], [ 120.6536654, 30.2714991 ], [ 120.6536473, 30.2715424 ], [ 120.6536222, 30.2716764 ], [ 120.653596, 30.2718969 ], [ 120.6535904, 30.2719794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6535904, 30.2719794 ], [ 120.653596, 30.2718969 ], [ 120.6536222, 30.2716764 ], [ 120.6536473, 30.2715424 ], [ 120.6536654, 30.2714991 ], [ 120.6537162, 30.2714479 ], [ 120.6537797, 30.2713909 ], [ 120.6538537, 30.2713456 ], [ 120.6541341, 30.2712003 ], [ 120.6543966, 30.2711127 ], [ 120.6545267, 30.271058 ], [ 120.6546401, 30.270988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6538065, 30.2720457 ], [ 120.6540323, 30.2717501 ], [ 120.6543238, 30.2713811 ], [ 120.6544285, 30.2712565 ], [ 120.6546401, 30.270988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6546401, 30.270988 ], [ 120.6544285, 30.2712565 ], [ 120.6543238, 30.2713811 ], [ 120.6540323, 30.2717501 ], [ 120.6538065, 30.2720457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6538065, 30.2720457 ], [ 120.6535904, 30.2719794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6535904, 30.2719794 ], [ 120.6538065, 30.2720457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6651923, 30.2722494 ], [ 120.6605318, 30.2721163 ], [ 120.6591452, 30.2721413 ], [ 120.6590678, 30.2721395 ], [ 120.654398, 30.2720331 ], [ 120.6539783, 30.2719864 ], [ 120.6538065, 30.2720457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6538065, 30.2720457 ], [ 120.6539783, 30.2719864 ], [ 120.654398, 30.2720331 ], [ 120.6590678, 30.2721395 ], [ 120.6591452, 30.2721413 ], [ 120.6605318, 30.2721163 ], [ 120.6651923, 30.2722494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6651923, 30.2722494 ], [ 120.6667522, 30.2722577 ], [ 120.6678018, 30.2721912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6678018, 30.2721912 ], [ 120.6667522, 30.2722577 ], [ 120.6651923, 30.2722494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6535904, 30.2719794 ], [ 120.6535685, 30.2723019 ], [ 120.6535399, 30.2723772 ], [ 120.6534802, 30.2724946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6534802, 30.2724946 ], [ 120.6535399, 30.2723772 ], [ 120.6535685, 30.2723019 ], [ 120.6535904, 30.2719794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6538065, 30.2720457 ], [ 120.6534802, 30.2724946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6534802, 30.2724946 ], [ 120.6538065, 30.2720457 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5871877, 30.2765709 ], [ 120.5875007, 30.2735842 ], [ 120.5875124, 30.2734762 ], [ 120.5875212, 30.2733957 ], [ 120.587531, 30.2733051 ], [ 120.5879704, 30.2683542 ], [ 120.5879906, 30.2681972 ], [ 120.5880381, 30.2680117 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5880381, 30.2680117 ], [ 120.5881118, 30.2683542 ], [ 120.5879856, 30.2697588 ], [ 120.5876573, 30.2733051 ], [ 120.5876507, 30.2734048 ], [ 120.5876454, 30.2734855 ], [ 120.5876371, 30.2736104 ], [ 120.5873596, 30.276594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5952646, 30.2685244 ], [ 120.5952296, 30.2686887 ], [ 120.5951892, 30.2693386 ], [ 120.5948256, 30.2737878 ], [ 120.5948111, 30.2739092 ], [ 120.5948041, 30.2739675 ], [ 120.5947902, 30.2740844 ], [ 120.5945609, 30.277067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5945609, 30.277067 ], [ 120.5947902, 30.2740844 ], [ 120.5948041, 30.2739675 ], [ 120.5948111, 30.2739092 ], [ 120.5948256, 30.2737878 ], [ 120.5951892, 30.2693386 ], [ 120.5952296, 30.2686887 ], [ 120.5952646, 30.2685244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6017582, 30.2689206 ], [ 120.6012639, 30.2743488 ], [ 120.6012586, 30.2744072 ], [ 120.6009832, 30.2774319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3257538, 30.2399661 ], [ 120.3306203, 30.2392973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306203, 30.2392973 ], [ 120.3257538, 30.2399661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3255835, 30.2399938 ], [ 120.3257538, 30.2399661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3257538, 30.2399661 ], [ 120.3255835, 30.2399938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3257538, 30.2399661 ], [ 120.3261173, 30.2416452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3259445, 30.241682 ], [ 120.3255835, 30.2399938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261173, 30.2416452 ], [ 120.3271986, 30.2414188 ], [ 120.3277839, 30.2412962 ], [ 120.3285951, 30.2411697 ], [ 120.3301909, 30.2409981 ], [ 120.3309943, 30.240944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3310385, 30.2411363 ], [ 120.3299517, 30.2411922 ], [ 120.3291399, 30.2412864 ], [ 120.3281027, 30.241439 ], [ 120.3267648, 30.2416922 ], [ 120.3261555, 30.2418213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3259445, 30.241682 ], [ 120.3261173, 30.2416452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261173, 30.2416452 ], [ 120.326124, 30.241676 ], [ 120.3261555, 30.2418213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3391933, 30.2407648 ], [ 120.3392132, 30.2409772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3309943, 30.240944 ], [ 120.3322302, 30.2409268 ], [ 120.3336277, 30.2408917 ], [ 120.3354517, 30.2408812 ], [ 120.3357459, 30.2408745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3358839, 30.2408595 ], [ 120.3359463, 30.2410456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3357854, 30.2410455 ], [ 120.3357459, 30.2408745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392132, 30.2409772 ], [ 120.3378064, 30.2410067 ], [ 120.3359463, 30.2410456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3309943, 30.240944 ], [ 120.3310127, 30.241025 ], [ 120.3310385, 30.2411363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3310385, 30.2411363 ], [ 120.3310127, 30.241025 ], [ 120.3309943, 30.240944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3359463, 30.2410456 ], [ 120.3357854, 30.2410455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3357854, 30.2410455 ], [ 120.3310385, 30.2411363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392132, 30.2409772 ], [ 120.3392191, 30.2410396 ], [ 120.3399759, 30.243487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3399759, 30.243487 ], [ 120.3392191, 30.2410396 ], [ 120.3392132, 30.2409772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3359463, 30.2410456 ], [ 120.336028, 30.2412891 ], [ 120.3363335, 30.2423636 ], [ 120.3363748, 30.242509 ], [ 120.3366225, 30.2433254 ], [ 120.3367039, 30.243565 ], [ 120.3368561, 30.2440133 ], [ 120.3368736, 30.2440762 ], [ 120.3369052, 30.2441898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3367489, 30.2442278 ], [ 120.3367137, 30.2441116 ], [ 120.3366969, 30.2440561 ], [ 120.3366153, 30.2437775 ], [ 120.3362474, 30.2425213 ], [ 120.3361872, 30.2423361 ], [ 120.3358298, 30.2412371 ], [ 120.3357854, 30.2410455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3325467, 30.245172 ], [ 120.3319216, 30.2440597 ], [ 120.3317128, 30.2435185 ], [ 120.3315163, 30.2430304 ], [ 120.3313443, 30.2424574 ], [ 120.3310667, 30.2412583 ], [ 120.3310385, 30.2411363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3310385, 30.2411363 ], [ 120.3310667, 30.2412583 ], [ 120.3313443, 30.2424574 ], [ 120.3315163, 30.2430304 ], [ 120.3317128, 30.2435185 ], [ 120.3319216, 30.2440597 ], [ 120.3325467, 30.245172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3399759, 30.243487 ], [ 120.3401554, 30.2434537 ], [ 120.3408759, 30.2433695 ], [ 120.3446569, 30.2429218 ], [ 120.3447679, 30.2429689 ], [ 120.3446847, 30.2430507 ], [ 120.3420103, 30.2433719 ], [ 120.3401757, 30.243612 ], [ 120.3400174, 30.2436406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3400174, 30.2436406 ], [ 120.3399759, 30.243487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3399759, 30.243487 ], [ 120.3400174, 30.2436406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3369052, 30.2441898 ], [ 120.3370245, 30.2441625 ], [ 120.3373667, 30.2440842 ], [ 120.337705, 30.2440068 ], [ 120.3399759, 30.243487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3400174, 30.2436406 ], [ 120.3395521, 30.2437152 ], [ 120.3379991, 30.2440771 ], [ 120.3370612, 30.2442957 ], [ 120.3369437, 30.2443231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3259848, 30.2418707 ], [ 120.3259445, 30.241682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261555, 30.2418213 ], [ 120.3259848, 30.2418707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3157333, 30.2437534 ], [ 120.3193861, 30.2429281 ], [ 120.320971, 30.2426319 ], [ 120.3259445, 30.241682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3259848, 30.2418707 ], [ 120.3244648, 30.24215 ], [ 120.3217552, 30.2426857 ], [ 120.3190118, 30.2431954 ], [ 120.3164413, 30.2437765 ], [ 120.3158097, 30.2439139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3157333, 30.2437534 ], [ 120.3158097, 30.2439139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261555, 30.2418213 ], [ 120.3261744, 30.2419089 ], [ 120.3267939, 30.2447699 ], [ 120.3270611, 30.2459398 ], [ 120.327226, 30.246392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270071, 30.2464459 ], [ 120.3268295, 30.2457012 ], [ 120.3264553, 30.2440388 ], [ 120.3260633, 30.2422378 ], [ 120.3259997, 30.2419403 ], [ 120.3259848, 30.2418707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.327226, 30.246392 ], [ 120.3278391, 30.246256 ], [ 120.3283691, 30.2461389 ], [ 120.328455, 30.2461199 ], [ 120.3325467, 30.245172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3326529, 30.2453233 ], [ 120.3321646, 30.2454249 ], [ 120.3310875, 30.2456716 ], [ 120.328976, 30.2461552 ], [ 120.3284843, 30.2462763 ], [ 120.3278765, 30.2464259 ], [ 120.3275384, 30.2465092 ], [ 120.3272951, 30.2465807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270071, 30.2464459 ], [ 120.327226, 30.246392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3367489, 30.2442278 ], [ 120.3369052, 30.2441898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3369052, 30.2441898 ], [ 120.3369437, 30.2443231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3367805, 30.2443556 ], [ 120.3367489, 30.2442278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3369437, 30.2443231 ], [ 120.3367805, 30.2443556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3325467, 30.245172 ], [ 120.3344756, 30.2447369 ], [ 120.3346987, 30.2446865 ], [ 120.33473, 30.2446795 ], [ 120.3349329, 30.2446341 ], [ 120.3357012, 30.2444622 ], [ 120.3365857, 30.2442643 ], [ 120.3367489, 30.2442278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3407362, 30.2459789 ], [ 120.3400174, 30.2436406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3400174, 30.2436406 ], [ 120.3407362, 30.2459789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3367805, 30.2443556 ], [ 120.3366191, 30.2443929 ], [ 120.3362397, 30.2444807 ], [ 120.3358767, 30.2445647 ], [ 120.3352221, 30.2447161 ], [ 120.3348028, 30.2448131 ], [ 120.3347874, 30.2448168 ], [ 120.3344933, 30.2448866 ], [ 120.3326529, 30.2453233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3325467, 30.245172 ], [ 120.3326529, 30.2453233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3326529, 30.2453233 ], [ 120.3325467, 30.245172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "知行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3369437, 30.2443231 ], [ 120.3369773, 30.2444424 ], [ 120.3369942, 30.2445025 ], [ 120.3370397, 30.2446575 ], [ 120.3373905, 30.2458539 ], [ 120.3374472, 30.2460679 ], [ 120.3378188, 30.2471472 ], [ 120.3377956, 30.2472329 ], [ 120.3376631, 30.2471961 ], [ 120.3370685, 30.2452791 ], [ 120.336999, 30.2450564 ], [ 120.3368203, 30.2444832 ], [ 120.3367805, 30.2443556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3344764, 30.2478264 ], [ 120.3326529, 30.2453233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高新九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3326529, 30.2453233 ], [ 120.3344764, 30.2478264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3441647, 30.2676295 ], [ 120.3446406, 30.2672916 ], [ 120.3454291, 30.2667588 ], [ 120.3460885, 30.2663346 ], [ 120.3463016, 30.2662016 ], [ 120.3465865, 30.2660479 ], [ 120.3468214, 30.2659366 ], [ 120.3471042, 30.2658263 ], [ 120.3474578, 30.2656962 ], [ 120.347827, 30.2655773 ], [ 120.3481875, 30.2654969 ], [ 120.348562, 30.2654569 ], [ 120.3489965, 30.2654337 ], [ 120.349372, 30.2654383 ], [ 120.3496831, 30.2654569 ], [ 120.3502475, 30.2655201 ], [ 120.3507453, 30.2656422 ], [ 120.351197, 30.2657842 ], [ 120.3516476, 30.2659695 ], [ 120.3517378, 30.2659969 ], [ 120.3522473, 30.2661519 ], [ 120.3526293, 30.2662475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3564038, 30.2664654 ], [ 120.3555142, 30.2664572 ], [ 120.3545857, 30.2664661 ], [ 120.3540605, 30.2664711 ], [ 120.3534508, 30.2664771 ], [ 120.3531217, 30.2664804 ], [ 120.3529072, 30.2664799 ], [ 120.3511798, 30.2664758 ], [ 120.3509814, 30.2664741 ], [ 120.3496646, 30.266463 ], [ 120.3493273, 30.2664647 ], [ 120.3480845, 30.2664711 ], [ 120.3476711, 30.2664789 ], [ 120.347312, 30.2665128 ], [ 120.346561, 30.2666472 ], [ 120.3458422, 30.2668696 ], [ 120.3452414, 30.2671476 ], [ 120.3447776, 30.2674267 ], [ 120.3442848, 30.267787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3439705, 30.2677564 ], [ 120.3441647, 30.2676295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3441647, 30.2676295 ], [ 120.3442848, 30.267787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3441146, 30.2679149 ], [ 120.3439705, 30.2677564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3442848, 30.267787 ], [ 120.3441146, 30.2679149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3441146, 30.2679149 ], [ 120.3432619, 30.268431 ], [ 120.3421085, 30.2689777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.327226, 30.246392 ], [ 120.3272951, 30.2465807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270751, 30.246632 ], [ 120.3270071, 30.2464459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "平澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272951, 30.2465807 ], [ 120.3270751, 30.246632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新街大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272951, 30.2465807 ], [ 120.327404, 30.2468376 ], [ 120.3275833, 30.2472607 ], [ 120.3276758, 30.247479 ], [ 120.328344, 30.2486026 ], [ 120.3288696, 30.2493106 ], [ 120.3304554, 30.2512192 ], [ 120.3304477, 30.2513641 ], [ 120.3302773, 30.2513577 ], [ 120.3292438, 30.2500187 ], [ 120.3283618, 30.2489028 ], [ 120.3280055, 30.2483717 ], [ 120.3277115, 30.2478638 ], [ 120.3274102, 30.2473105 ], [ 120.3272134, 30.2468955 ], [ 120.3270751, 30.246632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3221796, 30.2855328 ], [ 120.322156, 30.2851696 ], [ 120.3221555, 30.2848515 ], [ 120.3221881, 30.2845676 ], [ 120.3222259, 30.2843612 ], [ 120.322297, 30.2841446 ], [ 120.3223376, 30.2840407 ], [ 120.3223808, 30.283928 ], [ 120.3225626, 30.2835928 ], [ 120.3226863, 30.2834251 ], [ 120.322757, 30.2833294 ], [ 120.3230072, 30.283079 ], [ 120.3237038, 30.2824272 ], [ 120.3243046, 30.2819362 ], [ 120.3247659, 30.2815007 ], [ 120.3251481, 30.2811394 ], [ 120.3254642, 30.2808714 ], [ 120.3258032, 30.2806268 ], [ 120.3260918, 30.2804985 ], [ 120.3265529, 30.2802875 ], [ 120.3268688, 30.2801388 ], [ 120.3273146, 30.2798358 ], [ 120.3280275, 30.2791937 ], [ 120.3299587, 30.277387 ], [ 120.3310952, 30.2763303 ], [ 120.331439, 30.2760108 ], [ 120.3323778, 30.2751352 ], [ 120.3330698, 30.2744866 ], [ 120.333545, 30.2740703 ], [ 120.3337197, 30.2739245 ], [ 120.3339493, 30.27375 ], [ 120.3343902, 30.273438 ], [ 120.3345663, 30.2733345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.331402, 30.2763018 ], [ 120.3312456, 30.2764598 ], [ 120.3302532, 30.2773817 ], [ 120.3287404, 30.2787854 ], [ 120.3277212, 30.2797351 ], [ 120.3274851, 30.2798972 ], [ 120.3271472, 30.2801335 ], [ 120.3265906, 30.2803802 ], [ 120.3261414, 30.2805819 ], [ 120.3259777, 30.2806662 ], [ 120.3255808, 30.2809256 ], [ 120.3250765, 30.2813518 ], [ 120.324186, 30.2821857 ], [ 120.3234995, 30.2827751 ], [ 120.3229243, 30.283305 ], [ 120.3227551, 30.2835116 ], [ 120.3226239, 30.2837073 ], [ 120.32249, 30.2839704 ], [ 120.3224273, 30.2841214 ], [ 120.3223393, 30.2844081 ], [ 120.3222775, 30.2847314 ], [ 120.3222479, 30.284967 ], [ 120.3222667, 30.2853674 ], [ 120.3222825, 30.2854934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.330505, 30.2820831 ], [ 120.3263771, 30.2837628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263771, 30.2837628 ], [ 120.330505, 30.2820831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3261426, 30.2834006 ], [ 120.3263155, 30.2836792 ], [ 120.3263771, 30.2837628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263771, 30.2837628 ], [ 120.3263155, 30.2836792 ], [ 120.3261426, 30.2834006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610932, 30.2664619 ], [ 120.361084, 30.266584 ], [ 120.3610841, 30.2666441 ], [ 120.3610863, 30.2675099 ], [ 120.3610898, 30.267866 ], [ 120.3610901, 30.2678954 ], [ 120.3610921, 30.2680919 ], [ 120.3611071, 30.2695986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611071, 30.2695986 ], [ 120.3610921, 30.2680919 ], [ 120.3610901, 30.2678954 ], [ 120.3610898, 30.267866 ], [ 120.3610863, 30.2675099 ], [ 120.3610841, 30.2666441 ], [ 120.361084, 30.266584 ], [ 120.3610932, 30.2664619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江湾巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3564038, 30.2664654 ], [ 120.3564075, 30.2665926 ], [ 120.3563998, 30.2672367 ], [ 120.3563712, 30.2696264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江湾巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563712, 30.2696264 ], [ 120.3563998, 30.2672367 ], [ 120.3564075, 30.2665926 ], [ 120.3564038, 30.2664654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3533957, 30.2667283 ], [ 120.3527628, 30.2696156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3527628, 30.2696156 ], [ 120.3533957, 30.2667283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611071, 30.2695986 ], [ 120.3589761, 30.2696185 ], [ 120.356554, 30.2696277 ], [ 120.3563712, 30.2696264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563712, 30.2696264 ], [ 120.356554, 30.2696277 ], [ 120.3589761, 30.2696185 ], [ 120.3611071, 30.2695986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3527628, 30.2696156 ], [ 120.3542587, 30.2696117 ], [ 120.3563712, 30.2696264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563712, 30.2696264 ], [ 120.3542587, 30.2696117 ], [ 120.3527628, 30.2696156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3442848, 30.267787 ], [ 120.3443616, 30.2678678 ], [ 120.3457054, 30.2693612 ], [ 120.34581, 30.2694915 ], [ 120.3458723, 30.2696156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456711, 30.269692 ], [ 120.3456178, 30.2695943 ], [ 120.3455483, 30.269496 ], [ 120.3450482, 30.2689724 ], [ 120.3441899, 30.2679823 ], [ 120.3441146, 30.2679149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3383095, 30.2707633 ], [ 120.3385359, 30.2706043 ], [ 120.3395927, 30.2698815 ], [ 120.3400701, 30.269585 ], [ 120.3402804, 30.2694768 ], [ 120.3408533, 30.2692005 ], [ 120.3412288, 30.2690754 ], [ 120.3417921, 30.2688854 ], [ 120.3421193, 30.2687557 ], [ 120.3425806, 30.2685657 ], [ 120.3428435, 30.2684314 ], [ 120.3432566, 30.268209 ], [ 120.3436857, 30.2679449 ], [ 120.3439705, 30.2677564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3421085, 30.2689777 ], [ 120.3416902, 30.2692327 ], [ 120.3413236, 30.2693468 ], [ 120.3412344, 30.2693953 ], [ 120.3411849, 30.2694694 ], [ 120.3411816, 30.269535 ], [ 120.341217, 30.2696461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3421085, 30.2689777 ], [ 120.3415828, 30.2691583 ], [ 120.3409959, 30.2693729 ], [ 120.3405421, 30.2695568 ], [ 120.3400186, 30.2698518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458723, 30.2696156 ], [ 120.3486638, 30.2696081 ], [ 120.3502815, 30.2696038 ], [ 120.3527628, 30.2696156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3527628, 30.2696156 ], [ 120.3502815, 30.2696038 ], [ 120.3486638, 30.2696081 ], [ 120.3458723, 30.2696156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456711, 30.269692 ], [ 120.3458723, 30.2696156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458723, 30.2696156 ], [ 120.3456711, 30.269692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.341217, 30.2696461 ], [ 120.3410993, 30.269551 ], [ 120.341, 30.2695179 ], [ 120.3408976, 30.2695208 ], [ 120.3402933, 30.2698145 ], [ 120.3402009, 30.2698488 ], [ 120.3400186, 30.2698518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3400186, 30.2698518 ], [ 120.3393727, 30.2702703 ], [ 120.3384661, 30.2709328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458723, 30.2696156 ], [ 120.3458984, 30.269768 ], [ 120.3459002, 30.2699442 ], [ 120.3458983, 30.2706539 ], [ 120.3458946, 30.272009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳岸街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.341217, 30.2696461 ], [ 120.3420888, 30.2707795 ], [ 120.3424168, 30.2712226 ], [ 120.3427794, 30.2717258 ], [ 120.3429199, 30.2718615 ], [ 120.3430746, 30.2719644 ], [ 120.3433222, 30.2720098 ], [ 120.3436377, 30.2720223 ], [ 120.3456843, 30.27201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳岸街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456843, 30.27201 ], [ 120.3436377, 30.2720223 ], [ 120.3433222, 30.2720098 ], [ 120.3430746, 30.2719644 ], [ 120.3429199, 30.2718615 ], [ 120.3427794, 30.2717258 ], [ 120.3424168, 30.2712226 ], [ 120.3420888, 30.2707795 ], [ 120.341217, 30.2696461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3384661, 30.2709328 ], [ 120.3383095, 30.2707633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3383095, 30.2707633 ], [ 120.3384661, 30.2709328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456843, 30.27201 ], [ 120.3456936, 30.2706552 ], [ 120.3456963, 30.2700334 ], [ 120.3456944, 30.2698195 ], [ 120.3456711, 30.269692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳岸街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458946, 30.272009 ], [ 120.3486515, 30.2719763 ], [ 120.349842, 30.2719622 ], [ 120.3505208, 30.2719562 ], [ 120.3508667, 30.2719343 ], [ 120.3523435, 30.2717754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳岸街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3523435, 30.2717754 ], [ 120.3508667, 30.2719343 ], [ 120.3505208, 30.2719562 ], [ 120.349842, 30.2719622 ], [ 120.3486515, 30.2719763 ], [ 120.3458946, 30.272009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3347204, 30.2732286 ], [ 120.335211, 30.2728913 ], [ 120.3366648, 30.2718767 ], [ 120.3373396, 30.2714243 ], [ 120.3381335, 30.2708869 ], [ 120.3383095, 30.2707633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4237957, 30.2641881 ], [ 120.4236841, 30.2641999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4236841, 30.2641999 ], [ 120.4237957, 30.2641881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4312831, 30.265974 ], [ 120.4312411, 30.2658007 ], [ 120.4311901, 30.2655007 ], [ 120.4311435, 30.265196 ], [ 120.4311345, 30.2651393 ], [ 120.4310431, 30.264397 ], [ 120.4308941, 30.2633929 ], [ 120.4307451, 30.2625485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.420124, 30.2643232 ], [ 120.4203283, 30.2643206 ], [ 120.4205425, 30.2643121 ], [ 120.4206233, 30.2643032 ], [ 120.4218099, 30.2642561 ], [ 120.4236841, 30.2641999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4236841, 30.2641999 ], [ 120.4218099, 30.2642561 ], [ 120.4206233, 30.2643032 ], [ 120.4205425, 30.2643121 ], [ 120.4203283, 30.2643206 ], [ 120.420124, 30.2643232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386556, 30.2645177 ], [ 120.439106, 30.2644656 ], [ 120.4402882, 30.2642868 ], [ 120.4409829, 30.2641848 ], [ 120.4413324, 30.2641354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4413324, 30.2641354 ], [ 120.4409829, 30.2641848 ], [ 120.4402882, 30.2642868 ], [ 120.439106, 30.2644656 ], [ 120.4386556, 30.2645177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4386556, 30.2645177 ], [ 120.4384628, 30.2645424 ], [ 120.437495, 30.2646508 ], [ 120.4357485, 30.2648406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4357485, 30.2648406 ], [ 120.437495, 30.2646508 ], [ 120.4384628, 30.2645424 ], [ 120.4386556, 30.2645177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4105708, 30.2650548 ], [ 120.4132718, 30.2646584 ], [ 120.4150055, 30.264542 ], [ 120.4152108, 30.2645178 ], [ 120.420124, 30.2643232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "新镇路", "南虹路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4562706, 30.263985 ], [ 120.456656, 30.2639897 ], [ 120.4576868, 30.2640021 ], [ 120.4590736, 30.2639691 ], [ 120.460385, 30.2639914 ], [ 120.4624871, 30.2640247 ], [ 120.4635753, 30.2640293 ], [ 120.4646432, 30.2640338 ], [ 120.4659431, 30.2640425 ], [ 120.4670963, 30.2640274 ], [ 120.4674939, 30.2640343 ], [ 120.4686003, 30.2639803 ], [ 120.4699465, 30.263916 ], [ 120.4712532, 30.2638458 ], [ 120.4729967, 30.2637609 ], [ 120.4730221, 30.2637597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4499373, 30.2639392 ], [ 120.4525508, 30.2639551 ], [ 120.4529758, 30.2639577 ], [ 120.4535181, 30.263961 ], [ 120.4548804, 30.2639693 ], [ 120.455048, 30.2639703 ], [ 120.4551509, 30.263972 ], [ 120.455371, 30.2639742 ], [ 120.4556792, 30.2639779 ], [ 120.456137, 30.2639834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.456137, 30.2639834 ], [ 120.4556792, 30.2639779 ], [ 120.455371, 30.2639742 ], [ 120.4551509, 30.263972 ], [ 120.455048, 30.2639703 ], [ 120.4548804, 30.2639693 ], [ 120.4535181, 30.263961 ], [ 120.4529758, 30.2639577 ], [ 120.4525508, 30.2639551 ], [ 120.4499373, 30.2639392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.456137, 30.2639834 ], [ 120.4562706, 30.263985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4562706, 30.263985 ], [ 120.456137, 30.2639834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4431099, 30.2638883 ], [ 120.4418626, 30.2640736 ], [ 120.4413324, 30.2641354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4413324, 30.2641354 ], [ 120.4418626, 30.2640736 ], [ 120.4431099, 30.2638883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4496658, 30.2653547 ], [ 120.4499002, 30.2641326 ], [ 120.4499373, 30.2639392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4499373, 30.2639392 ], [ 120.4499002, 30.2641326 ], [ 120.4496658, 30.2653547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4496658, 30.2653547 ], [ 120.4524478, 30.2653537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.420124, 30.2643232 ], [ 120.4152108, 30.2645178 ], [ 120.4150055, 30.264542 ], [ 120.4132718, 30.2646584 ], [ 120.4105708, 30.2650548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4357485, 30.2648406 ], [ 120.4351665, 30.2649417 ], [ 120.4346558, 30.2650502 ], [ 120.4336489, 30.2653132 ], [ 120.4320362, 30.2657164 ], [ 120.4314263, 30.265865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4314263, 30.265865 ], [ 120.4320362, 30.2657164 ], [ 120.4336489, 30.2653132 ], [ 120.4346558, 30.2650502 ], [ 120.4351665, 30.2649417 ], [ 120.4357485, 30.2648406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3919934, 30.2672955 ], [ 120.3954925, 30.264538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3954925, 30.264538 ], [ 120.3919934, 30.2672955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4312831, 30.265974 ], [ 120.4314263, 30.265865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4314263, 30.265865 ], [ 120.4312831, 30.265974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4194253, 30.2676047 ], [ 120.4194595, 30.2674881 ], [ 120.419487, 30.267394 ], [ 120.4195454, 30.2671036 ], [ 120.4195598, 30.2670357 ], [ 120.4196355, 30.2666461 ], [ 120.4199198, 30.2652729 ], [ 120.420124, 30.2643232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.420124, 30.2643232 ], [ 120.4199198, 30.2652729 ], [ 120.4196355, 30.2666461 ], [ 120.4195598, 30.2670357 ], [ 120.4195454, 30.2671036 ], [ 120.419487, 30.267394 ], [ 120.4194595, 30.2674881 ], [ 120.4194253, 30.2676047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3983556, 30.2622438 ], [ 120.3985087, 30.2623725 ], [ 120.3988132, 30.2626394 ], [ 120.3989027, 30.262756 ], [ 120.3990935, 30.2630049 ], [ 120.3992946, 30.2634243 ], [ 120.3995521, 30.2639131 ], [ 120.3997827, 30.2643425 ], [ 120.3998954, 30.2645525 ], [ 120.4005526, 30.2655093 ], [ 120.4008676, 30.2659386 ], [ 120.4017408, 30.2671286 ], [ 120.4019866, 30.2675199 ], [ 120.4024357, 30.2682349 ], [ 120.4025385, 30.2683985 ], [ 120.4025845, 30.2684868 ], [ 120.4029559, 30.2692002 ], [ 120.4031181, 30.2695072 ], [ 120.4032661, 30.2696991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4032661, 30.2696991 ], [ 120.4031181, 30.2695072 ], [ 120.4029559, 30.2692002 ], [ 120.4025845, 30.2684868 ], [ 120.4025385, 30.2683985 ], [ 120.4024357, 30.2682349 ], [ 120.4019866, 30.2675199 ], [ 120.4017408, 30.2671286 ], [ 120.4008676, 30.2659386 ], [ 120.4005526, 30.2655093 ], [ 120.3998954, 30.2645525 ], [ 120.3997827, 30.2643425 ], [ 120.3995521, 30.2639131 ], [ 120.3992946, 30.2634243 ], [ 120.3990935, 30.2630049 ], [ 120.3989027, 30.262756 ], [ 120.3988132, 30.2626394 ], [ 120.3985087, 30.2623725 ], [ 120.3983556, 30.2622438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4237957, 30.2641881 ], [ 120.4239533, 30.2649508 ], [ 120.4242014, 30.2662251 ], [ 120.4243136, 30.2666715 ], [ 120.4244213, 30.2672949 ], [ 120.4244323, 30.2673389 ], [ 120.4244591, 30.2676204 ], [ 120.4244816, 30.2677824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4243924, 30.2677877 ], [ 120.4243773, 30.2676244 ], [ 120.4243432, 30.2673331 ], [ 120.4243334, 30.2672925 ], [ 120.4242859, 30.266926 ], [ 120.4242454, 30.2667114 ], [ 120.4240539, 30.2658659 ], [ 120.4236841, 30.2641999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4105708, 30.2650548 ], [ 120.4106779, 30.2655718 ], [ 120.4107225, 30.2658339 ], [ 120.4108065, 30.2663273 ], [ 120.4108507, 30.2665874 ], [ 120.4108631, 30.2666519 ], [ 120.410873, 30.2667036 ], [ 120.4109294, 30.2669967 ], [ 120.4109337, 30.2670273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4109337, 30.2670273 ], [ 120.4109294, 30.2669967 ], [ 120.410873, 30.2667036 ], [ 120.4108631, 30.2666519 ], [ 120.4108507, 30.2665874 ], [ 120.4108065, 30.2663273 ], [ 120.4107225, 30.2658339 ], [ 120.4106779, 30.2655718 ], [ 120.4105708, 30.2650548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮都西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4351013, 30.2680132 ], [ 120.4350993, 30.267821 ], [ 120.4351599, 30.2674782 ], [ 120.4354024, 30.2662232 ], [ 120.4357485, 30.2648406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮都西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4357485, 30.2648406 ], [ 120.4354024, 30.2662232 ], [ 120.4351599, 30.2674782 ], [ 120.4350993, 30.267821 ], [ 120.4351013, 30.2680132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4103668, 30.2663742 ], [ 120.4103524, 30.2665886 ], [ 120.4103238, 30.2670123 ], [ 120.4103222, 30.2672156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4101722, 30.2672225 ], [ 120.4102286, 30.2670004 ], [ 120.4102575, 30.2665841 ], [ 120.4102714, 30.2663843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4312831, 30.265974 ], [ 120.4294889, 30.2664837 ], [ 120.4281232, 30.2668648 ], [ 120.4262743, 30.2673608 ], [ 120.4256651, 30.267535 ], [ 120.4251484, 30.2676688 ], [ 120.4247964, 30.2677313 ], [ 120.4244816, 30.2677824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4806044, 30.2635298 ], [ 120.4804042, 30.263539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4804042, 30.263539 ], [ 120.4770371, 30.2636728 ], [ 120.476857, 30.2635695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.476857, 30.2635695 ], [ 120.4749837, 30.2636634 ], [ 120.4730221, 30.2637597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4730221, 30.2637597 ], [ 120.4749837, 30.2636634 ], [ 120.476857, 30.2635695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4907051, 30.268768 ], [ 120.4906902, 30.2686283 ], [ 120.490666, 30.2684015 ], [ 120.4906242, 30.2680087 ], [ 120.4902657, 30.2657784 ], [ 120.4900088, 30.2641801 ], [ 120.4899998, 30.2640915 ], [ 120.4899006, 30.2631175 ], [ 120.4898581, 30.262899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4898581, 30.262899 ], [ 120.4899006, 30.2631175 ], [ 120.4899998, 30.2640915 ], [ 120.4900088, 30.2641801 ], [ 120.4902657, 30.2657784 ], [ 120.4906242, 30.2680087 ], [ 120.490666, 30.2684015 ], [ 120.4906902, 30.2686283 ], [ 120.4907051, 30.268768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4846215, 30.2632865 ], [ 120.4849153, 30.264643 ], [ 120.4850303, 30.2651744 ], [ 120.4851452, 30.2657049 ], [ 120.4852095, 30.266002 ], [ 120.4852639, 30.266253 ], [ 120.4853343, 30.2665779 ], [ 120.4853834, 30.2668046 ], [ 120.4855057, 30.2673696 ], [ 120.485867, 30.2690377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.485867, 30.2690377 ], [ 120.4855057, 30.2673696 ], [ 120.4853834, 30.2668046 ], [ 120.4853343, 30.2665779 ], [ 120.4852639, 30.266253 ], [ 120.4852095, 30.266002 ], [ 120.4851452, 30.2657049 ], [ 120.4850303, 30.2651744 ], [ 120.4849153, 30.264643 ], [ 120.4846215, 30.2632865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4806044, 30.2635298 ], [ 120.4814375, 30.2684628 ], [ 120.4816246, 30.2695382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4814037, 30.2695706 ], [ 120.4811952, 30.26812 ], [ 120.4808138, 30.2659618 ], [ 120.4805587, 30.2646037 ], [ 120.4804042, 30.263539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4777265, 30.2699546 ], [ 120.477549, 30.268754 ], [ 120.4772369, 30.2663064 ], [ 120.4769813, 30.2644378 ], [ 120.476857, 30.2635695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.476857, 30.2635695 ], [ 120.4769813, 30.2644378 ], [ 120.4772369, 30.2663064 ], [ 120.477549, 30.268754 ], [ 120.4777265, 30.2699546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4907051, 30.268768 ], [ 120.4904498, 30.2687403 ], [ 120.4904258, 30.2687377 ], [ 120.4900454, 30.2686965 ], [ 120.4900079, 30.2686924 ], [ 120.4893174, 30.2686899 ], [ 120.4887663, 30.2687206 ], [ 120.485867, 30.2690377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.485867, 30.2690377 ], [ 120.4887663, 30.2687206 ], [ 120.4893174, 30.2686899 ], [ 120.4900079, 30.2686924 ], [ 120.4900454, 30.2686965 ], [ 120.4904258, 30.2687377 ], [ 120.4904498, 30.2687403 ], [ 120.4907051, 30.268768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.485867, 30.2690377 ], [ 120.4816246, 30.2695382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4816246, 30.2695382 ], [ 120.485867, 30.2690377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4816246, 30.2695382 ], [ 120.4814037, 30.2695706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4814037, 30.2695706 ], [ 120.4816246, 30.2695382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4814037, 30.2695706 ], [ 120.4779625, 30.2699277 ], [ 120.4777265, 30.2699546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新镇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4777265, 30.2699546 ], [ 120.4779625, 30.2699277 ], [ 120.4814037, 30.2695706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4524478, 30.2653537 ], [ 120.4496658, 30.2653547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4440579, 30.2679756 ], [ 120.4440941, 30.2676818 ], [ 120.4441637, 30.2671173 ], [ 120.4442822, 30.2660854 ], [ 120.4443084, 30.2659285 ], [ 120.4443901, 30.265495 ], [ 120.4444628, 30.26497 ], [ 120.4446119, 30.263842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446119, 30.263842 ], [ 120.4444628, 30.26497 ], [ 120.4443901, 30.265495 ], [ 120.4443084, 30.2659285 ], [ 120.4442822, 30.2660854 ], [ 120.4441637, 30.2671173 ], [ 120.4440941, 30.2676818 ], [ 120.4440579, 30.2679756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4493991, 30.2670894 ], [ 120.4496222, 30.2655819 ], [ 120.4496658, 30.2653547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4496658, 30.2653547 ], [ 120.4496222, 30.2655819 ], [ 120.4493991, 30.2670894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4496658, 30.2653547 ], [ 120.4467118, 30.2653241 ], [ 120.4467009, 30.2663147 ], [ 120.4466914, 30.2671794 ], [ 120.446687, 30.267585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.446687, 30.267585 ], [ 120.4466914, 30.2671794 ], [ 120.4467009, 30.2663147 ], [ 120.4467118, 30.2653241 ], [ 120.4496658, 30.2653547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4493991, 30.2670894 ], [ 120.4523762, 30.2665454 ], [ 120.4548093, 30.2661008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4548093, 30.2661008 ], [ 120.4523762, 30.2665454 ], [ 120.4493991, 30.2670894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4552669, 30.270202 ], [ 120.4555337, 30.2683534 ], [ 120.4560674, 30.2644699 ], [ 120.456137, 30.2639834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4244816, 30.2677824 ], [ 120.4247964, 30.2677313 ], [ 120.4251484, 30.2676688 ], [ 120.4256651, 30.267535 ], [ 120.4262743, 30.2673608 ], [ 120.4281232, 30.2668648 ], [ 120.4294889, 30.2664837 ], [ 120.4312831, 30.265974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4314263, 30.265865 ], [ 120.4315737, 30.2669918 ], [ 120.4316903, 30.2677933 ], [ 120.4318078, 30.2685174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4103222, 30.2672156 ], [ 120.4101722, 30.2672225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4101722, 30.2672225 ], [ 120.4103222, 30.2672156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4316729, 30.2685447 ], [ 120.4315447, 30.2678831 ], [ 120.4314297, 30.2671159 ], [ 120.4312939, 30.2661931 ], [ 120.4312831, 30.265974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4133636, 30.2673606 ], [ 120.4129699, 30.2673213 ], [ 120.4122236, 30.2672544 ], [ 120.4116637, 30.2672239 ], [ 120.411011, 30.2672013 ], [ 120.4106847, 30.2671987 ], [ 120.4103222, 30.2672156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4103222, 30.2672156 ], [ 120.4106847, 30.2671987 ], [ 120.411011, 30.2672013 ], [ 120.4116637, 30.2672239 ], [ 120.4122236, 30.2672544 ], [ 120.4129699, 30.2673213 ], [ 120.4133636, 30.2673606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4155255, 30.2675529 ], [ 120.4152267, 30.267542 ], [ 120.4147618, 30.2675074 ], [ 120.4140445, 30.267431 ], [ 120.4133636, 30.2673606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4133636, 30.2673606 ], [ 120.4140445, 30.267431 ], [ 120.4147618, 30.2675074 ], [ 120.4152267, 30.267542 ], [ 120.4155255, 30.2675529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.416005, 30.2675336 ], [ 120.4155255, 30.2675529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4155255, 30.2675529 ], [ 120.416005, 30.2675336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.416005, 30.2675336 ], [ 120.4163052, 30.2675215 ], [ 120.4164559, 30.2675111 ], [ 120.4170994, 30.2674916 ], [ 120.4174763, 30.2674962 ], [ 120.4194253, 30.2676047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4194253, 30.2676047 ], [ 120.4174763, 30.2674962 ], [ 120.4170994, 30.2674916 ], [ 120.4164559, 30.2675111 ], [ 120.4163052, 30.2675215 ], [ 120.416005, 30.2675336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4008591, 30.2707832 ], [ 120.4006059, 30.2704793 ], [ 120.4003633, 30.2702104 ], [ 120.4002502, 30.2700798 ], [ 120.4000069, 30.2697796 ], [ 120.3993917, 30.2690586 ], [ 120.3982226, 30.2677328 ], [ 120.3968953, 30.2661848 ], [ 120.3954925, 30.264538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3954925, 30.264538 ], [ 120.3968953, 30.2661848 ], [ 120.3982226, 30.2677328 ], [ 120.3993917, 30.2690586 ], [ 120.4000069, 30.2697796 ], [ 120.4002502, 30.2700798 ], [ 120.4003633, 30.2702104 ], [ 120.4006059, 30.2704793 ], [ 120.4008591, 30.2707832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4103222, 30.2672156 ], [ 120.410328, 30.2675957 ], [ 120.4103402, 30.2678825 ], [ 120.4103625, 30.2681654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4243924, 30.2677877 ], [ 120.4241205, 30.2677987 ], [ 120.423803, 30.2678062 ], [ 120.4233364, 30.2677855 ], [ 120.4223645, 30.2677344 ], [ 120.4211114, 30.2676792 ], [ 120.4204122, 30.2676458 ], [ 120.4198661, 30.2676231 ], [ 120.4194253, 30.2676047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4194253, 30.2676047 ], [ 120.4198661, 30.2676231 ], [ 120.4204122, 30.2676458 ], [ 120.4211114, 30.2676792 ], [ 120.4223645, 30.2677344 ], [ 120.4233364, 30.2677855 ], [ 120.423803, 30.2678062 ], [ 120.4241205, 30.2677987 ], [ 120.4243924, 30.2677877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4101538, 30.268235 ], [ 120.4101373, 30.267932 ], [ 120.4101322, 30.2678376 ], [ 120.4101163, 30.2674497 ], [ 120.4101722, 30.2672225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4244816, 30.2677824 ], [ 120.4243924, 30.2677877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4243924, 30.2677877 ], [ 120.4244816, 30.2677824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4440579, 30.2679756 ], [ 120.4440522, 30.2679757 ], [ 120.4435355, 30.2679872 ], [ 120.4435067, 30.2679878 ], [ 120.4434483, 30.2679819 ], [ 120.4427803, 30.2679927 ], [ 120.4417546, 30.2680093 ], [ 120.4404032, 30.2680312 ], [ 120.4377298, 30.2680745 ], [ 120.4376046, 30.2680726 ], [ 120.4369232, 30.2680696 ], [ 120.4364206, 30.2680487 ], [ 120.4358088, 30.2680222 ], [ 120.4352825, 30.2679886 ], [ 120.4351013, 30.2680132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南临路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4351013, 30.2680132 ], [ 120.4352825, 30.2679886 ], [ 120.4358088, 30.2680222 ], [ 120.4364206, 30.2680487 ], [ 120.4369232, 30.2680696 ], [ 120.4376046, 30.2680726 ], [ 120.4377298, 30.2680745 ], [ 120.4404032, 30.2680312 ], [ 120.4417546, 30.2680093 ], [ 120.4427803, 30.2679927 ], [ 120.4434483, 30.2679819 ], [ 120.4435067, 30.2679878 ], [ 120.4435355, 30.2679872 ], [ 120.4440522, 30.2679757 ], [ 120.4440579, 30.2679756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勇浪巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4135974, 30.2688704 ], [ 120.4135407, 30.2684545 ], [ 120.4133981, 30.2676168 ], [ 120.4133636, 30.2673606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勇浪巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4133636, 30.2673606 ], [ 120.4133981, 30.2676168 ], [ 120.4135407, 30.2684545 ], [ 120.4135974, 30.2688704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4159366, 30.2687418 ], [ 120.4155969, 30.2678243 ], [ 120.4155255, 30.2675529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4318078, 30.2685174 ], [ 120.4346811, 30.2681089 ], [ 120.4351013, 30.2680132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4351013, 30.2680132 ], [ 120.4346811, 30.2681089 ], [ 120.4318078, 30.2685174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4032661, 30.2696991 ], [ 120.4046261, 30.2690936 ], [ 120.4057594, 30.2686078 ], [ 120.4071026, 30.2680484 ], [ 120.4077661, 30.2677728 ], [ 120.4084473, 30.267539 ], [ 120.408861, 30.2674271 ], [ 120.4092765, 30.2673403 ], [ 120.4096286, 30.2672771 ], [ 120.4099212, 30.2672402 ], [ 120.4101722, 30.2672225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4101722, 30.2672225 ], [ 120.4099212, 30.2672402 ], [ 120.4096286, 30.2672771 ], [ 120.4092765, 30.2673403 ], [ 120.408861, 30.2674271 ], [ 120.4084473, 30.267539 ], [ 120.4077661, 30.2677728 ], [ 120.4071026, 30.2680484 ], [ 120.4057594, 30.2686078 ], [ 120.4046261, 30.2690936 ], [ 120.4032661, 30.2696991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4316729, 30.2685447 ], [ 120.4318078, 30.2685174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4318078, 30.2685174 ], [ 120.4316729, 30.2685447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4103625, 30.2681654 ], [ 120.4104146, 30.2684109 ], [ 120.4104565, 30.2690214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4244816, 30.2677824 ], [ 120.4245123, 30.268804 ], [ 120.4245567, 30.2696254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4244695, 30.2696401 ], [ 120.4244567, 30.269286 ], [ 120.4244261, 30.268455 ], [ 120.4243924, 30.2677877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "展茗弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4159366, 30.2687418 ], [ 120.4148044, 30.2688071 ], [ 120.4135974, 30.2688704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "展茗弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4135974, 30.2688704 ], [ 120.4148044, 30.2688071 ], [ 120.4159366, 30.2687418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.416005, 30.2675336 ], [ 120.4170628, 30.270351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "展茗弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4135974, 30.2688704 ], [ 120.4125215, 30.2689268 ], [ 120.4104565, 30.2690214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "展茗弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4104565, 30.2690214 ], [ 120.4125215, 30.2689268 ], [ 120.4135974, 30.2688704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4245567, 30.2696254 ], [ 120.4265801, 30.2693351 ], [ 120.4280585, 30.2691015 ], [ 120.4316729, 30.2685447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4316729, 30.2685447 ], [ 120.4280585, 30.2691015 ], [ 120.4265801, 30.2693351 ], [ 120.4245567, 30.2696254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4104068, 30.2706766 ], [ 120.4103009, 30.2705033 ], [ 120.4102618, 30.2701318 ], [ 120.4102147, 30.2697525 ], [ 120.4101702, 30.2691357 ], [ 120.4101447, 30.2687895 ], [ 120.4101538, 30.268235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4166409, 30.2703139 ], [ 120.416462, 30.2700678 ], [ 120.4163457, 30.2698037 ], [ 120.4159366, 30.2687418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4244695, 30.2696401 ], [ 120.4245567, 30.2696254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4245567, 30.2696254 ], [ 120.4244695, 30.2696401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勇浪巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4135974, 30.2688704 ], [ 120.4136659, 30.2693734 ], [ 120.4137687, 30.2699898 ], [ 120.4138365, 30.2704521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勇浪巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4138365, 30.2704521 ], [ 120.4137687, 30.2699898 ], [ 120.4136659, 30.2693734 ], [ 120.4135974, 30.2688704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4104565, 30.2690214 ], [ 120.4105029, 30.2695544 ], [ 120.4105702, 30.2704499 ], [ 120.4105371, 30.2706397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4244695, 30.2696401 ], [ 120.4221832, 30.2697624 ], [ 120.4200631, 30.2698816 ], [ 120.4194247, 30.26997 ], [ 120.4184584, 30.2701351 ], [ 120.4170628, 30.270351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4562706, 30.263985 ], [ 120.456206, 30.2644596 ], [ 120.456021, 30.2658186 ], [ 120.4556825, 30.2683351 ], [ 120.4554186, 30.2702347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4493991, 30.2670894 ], [ 120.446687, 30.267585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.446687, 30.267585 ], [ 120.4493991, 30.2670894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4440579, 30.2679756 ], [ 120.4447135, 30.267916 ], [ 120.4460867, 30.2676947 ], [ 120.446687, 30.267585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.446687, 30.267585 ], [ 120.4460867, 30.2676947 ], [ 120.4447135, 30.267916 ], [ 120.4440579, 30.2679756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4730221, 30.2637597 ], [ 120.4729413, 30.2649843 ], [ 120.4729037, 30.2656607 ], [ 120.472775, 30.2669673 ], [ 120.4726731, 30.2687464 ], [ 120.4725668, 30.2699922 ], [ 120.4724585, 30.2713363 ], [ 120.4723405, 30.2727771 ], [ 120.472245, 30.2741109 ], [ 120.4722356, 30.2741987 ], [ 120.4721645, 30.2748591 ], [ 120.4720883, 30.2759134 ], [ 120.4720632, 30.2763868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4720632, 30.2763868 ], [ 120.4720883, 30.2759134 ], [ 120.4721645, 30.2748591 ], [ 120.4722356, 30.2741987 ], [ 120.472245, 30.2741109 ], [ 120.4723405, 30.2727771 ], [ 120.4724585, 30.2713363 ], [ 120.4725668, 30.2699922 ], [ 120.4726731, 30.2687464 ], [ 120.472775, 30.2669673 ], [ 120.4729037, 30.2656607 ], [ 120.4729413, 30.2649843 ], [ 120.4730221, 30.2637597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4552669, 30.270202 ], [ 120.4554186, 30.2702347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4552283, 30.2703816 ], [ 120.4552669, 30.270202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4554186, 30.2702347 ], [ 120.4553998, 30.2703856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4170628, 30.270351 ], [ 120.4184584, 30.2701351 ], [ 120.4194247, 30.26997 ], [ 120.4200631, 30.2698816 ], [ 120.4221832, 30.2697624 ], [ 120.4244695, 30.2696401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮都西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4351013, 30.2680132 ], [ 120.4351345, 30.2684018 ], [ 120.4352099, 30.2699871 ], [ 120.4352444, 30.27052 ], [ 120.4352727, 30.2710026 ], [ 120.4353348, 30.2720346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮都西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4353348, 30.2720346 ], [ 120.4352727, 30.2710026 ], [ 120.4352444, 30.27052 ], [ 120.4352099, 30.2699871 ], [ 120.4351345, 30.2684018 ], [ 120.4351013, 30.2680132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4008591, 30.2707832 ], [ 120.4032661, 30.2696991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4032661, 30.2696991 ], [ 120.4008591, 30.2707832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4166409, 30.2703139 ], [ 120.4170628, 30.270351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4318078, 30.2685174 ], [ 120.4318707, 30.2691472 ], [ 120.4318825, 30.2695447 ], [ 120.4318675, 30.2699005 ], [ 120.4318259, 30.2704125 ], [ 120.4317538, 30.2712046 ], [ 120.4316727, 30.2720961 ], [ 120.4316609, 30.2722251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4166902, 30.2704395 ], [ 120.4166409, 30.2703139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4138365, 30.2704521 ], [ 120.4166409, 30.2703139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4315391, 30.2722328 ], [ 120.4315496, 30.2721 ], [ 120.4315896, 30.2715942 ], [ 120.431598, 30.2714877 ], [ 120.4316736, 30.2705408 ], [ 120.4317264, 30.2698214 ], [ 120.4317473, 30.2694643 ], [ 120.4317328, 30.2690786 ], [ 120.4316729, 30.2685447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4170628, 30.270351 ], [ 120.4166902, 30.2704395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4105371, 30.2706397 ], [ 120.4114962, 30.2705781 ], [ 120.4123374, 30.2705219 ], [ 120.4138365, 30.2704521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4166902, 30.2704395 ], [ 120.4123283, 30.2706656 ], [ 120.4112623, 30.2707247 ], [ 120.4108648, 30.2707498 ], [ 120.4104987, 30.2708108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4104068, 30.2706766 ], [ 120.4105371, 30.2706397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4105371, 30.2706397 ], [ 120.4104987, 30.2708108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4104987, 30.2708108 ], [ 120.4104068, 30.2706766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4245567, 30.2696254 ], [ 120.4245585, 30.270506 ], [ 120.4245839, 30.2709848 ], [ 120.42463, 30.2718309 ], [ 120.4246609, 30.2725746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4245781, 30.2725735 ], [ 120.4245468, 30.2716406 ], [ 120.4245012, 30.2708773 ], [ 120.4244695, 30.2696401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4170628, 30.270351 ], [ 120.4171393, 30.2705792 ], [ 120.4172726, 30.2709768 ], [ 120.4180142, 30.2729593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4176455, 30.2729833 ], [ 120.4166902, 30.2704395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮都西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4353348, 30.2720346 ], [ 120.4353418, 30.2722083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮都西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4353418, 30.2722083 ], [ 120.4353348, 30.2720346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4316609, 30.2722251 ], [ 120.4318614, 30.2722148 ], [ 120.432507, 30.2721818 ], [ 120.4339077, 30.27211 ], [ 120.4353348, 30.2720346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4315391, 30.2722328 ], [ 120.4316609, 30.2722251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4353418, 30.2722083 ], [ 120.4330029, 30.2723228 ], [ 120.4318683, 30.2723785 ], [ 120.4316548, 30.272389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4316609, 30.2722251 ], [ 120.4316548, 30.272389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4315256, 30.2723954 ], [ 120.4315391, 30.2722328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4035421, 30.2739672 ], [ 120.4037606, 30.2737332 ], [ 120.4048235, 30.2732384 ], [ 120.4055261, 30.272913 ], [ 120.4057287, 30.2728191 ], [ 120.4068513, 30.2722701 ], [ 120.4081656, 30.2716448 ], [ 120.4090921, 30.2712025 ], [ 120.4096312, 30.2709493 ], [ 120.4100016, 30.2708032 ], [ 120.4104068, 30.2706766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4035421, 30.2739672 ], [ 120.4023076, 30.2724076 ], [ 120.4013205, 30.2713003 ], [ 120.4008591, 30.2707832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4008591, 30.2707832 ], [ 120.4013205, 30.2713003 ], [ 120.4023076, 30.2724076 ], [ 120.4035421, 30.2739672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4104987, 30.2708108 ], [ 120.4103223, 30.2708503 ], [ 120.4101512, 30.2708886 ], [ 120.4097188, 30.271055 ], [ 120.4093316, 30.2712484 ], [ 120.4064481, 30.2726139 ], [ 120.4052521, 30.2731801 ], [ 120.4038614, 30.2738599 ], [ 120.4035421, 30.2739672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4316548, 30.272389 ], [ 120.4315256, 30.2723954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4246609, 30.2725746 ], [ 120.4279902, 30.272404 ], [ 120.4301846, 30.2722981 ], [ 120.4313451, 30.2722421 ], [ 120.4315391, 30.2722328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4245781, 30.2725735 ], [ 120.4246609, 30.2725746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4315256, 30.2723954 ], [ 120.431352, 30.2724057 ], [ 120.4306912, 30.2724452 ], [ 120.4301145, 30.2724796 ], [ 120.4279932, 30.2725941 ], [ 120.4246722, 30.2727702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4246609, 30.2725746 ], [ 120.4246722, 30.2727702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4245935, 30.2727755 ], [ 120.4245781, 30.2725735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4180142, 30.2729593 ], [ 120.4194015, 30.272869 ], [ 120.4245781, 30.2725735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4246722, 30.2727702 ], [ 120.4245935, 30.2727755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4245935, 30.2727755 ], [ 120.4193796, 30.2730487 ], [ 120.4180722, 30.2731143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4919738, 30.2750888 ], [ 120.4918017, 30.2741955 ], [ 120.4916386, 30.2733491 ], [ 120.4915961, 30.2731282 ], [ 120.491565, 30.2729667 ], [ 120.4915527, 30.272903 ], [ 120.4914275, 30.2722949 ], [ 120.4912555, 30.2714594 ], [ 120.4908232, 30.2696212 ], [ 120.4907051, 30.268768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4907051, 30.268768 ], [ 120.4908232, 30.2696212 ], [ 120.4912555, 30.2714594 ], [ 120.4914275, 30.2722949 ], [ 120.4915527, 30.272903 ], [ 120.491565, 30.2729667 ], [ 120.4915961, 30.2731282 ], [ 120.4916386, 30.2733491 ], [ 120.4918017, 30.2741955 ], [ 120.4919738, 30.2750888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874091, 30.2755539 ], [ 120.4873482, 30.2751167 ], [ 120.4872743, 30.2747561 ], [ 120.4871937, 30.2744529 ], [ 120.4871716, 30.2743696 ], [ 120.4871411, 30.2742429 ], [ 120.4870282, 30.2737731 ], [ 120.4869768, 30.2735591 ], [ 120.4868254, 30.2729291 ], [ 120.486421, 30.271246 ], [ 120.4863328, 30.2708791 ], [ 120.486266, 30.2705948 ], [ 120.486193, 30.2703101 ], [ 120.4860997, 30.2699458 ], [ 120.485867, 30.2690377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.485867, 30.2690377 ], [ 120.4860997, 30.2699458 ], [ 120.486193, 30.2703101 ], [ 120.486266, 30.2705948 ], [ 120.4863328, 30.2708791 ], [ 120.486421, 30.271246 ], [ 120.4868254, 30.2729291 ], [ 120.4869768, 30.2735591 ], [ 120.4870282, 30.2737731 ], [ 120.4871411, 30.2742429 ], [ 120.4871716, 30.2743696 ], [ 120.4871937, 30.2744529 ], [ 120.4872743, 30.2747561 ], [ 120.4873482, 30.2751167 ], [ 120.4874091, 30.2755539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4816246, 30.2695382 ], [ 120.4819588, 30.2713633 ], [ 120.4823868, 30.2735602 ], [ 120.4826336, 30.2748602 ], [ 120.482674, 30.2751256 ], [ 120.4828358, 30.2760378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4825929, 30.2760608 ], [ 120.4823777, 30.2751351 ], [ 120.4821072, 30.2735908 ], [ 120.4814037, 30.2695706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4777265, 30.2699546 ], [ 120.4779045, 30.2711591 ], [ 120.4780895, 30.2724992 ], [ 120.4782227, 30.2732064 ], [ 120.47841, 30.2741803 ], [ 120.4784826, 30.2745558 ], [ 120.4785643, 30.274978 ], [ 120.4788419, 30.2764047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4788419, 30.2764047 ], [ 120.4785643, 30.274978 ], [ 120.4784826, 30.2745558 ], [ 120.47841, 30.2741803 ], [ 120.4782227, 30.2732064 ], [ 120.4780895, 30.2724992 ], [ 120.4779045, 30.2711591 ], [ 120.4777265, 30.2699546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4919738, 30.2750888 ], [ 120.495303, 30.2745837 ], [ 120.4960963, 30.2744783 ], [ 120.4961546, 30.2744853 ], [ 120.4961787, 30.2745061 ], [ 120.4961935, 30.2745351 ], [ 120.4961961, 30.2745629 ], [ 120.4961841, 30.2745988 ], [ 120.496125, 30.2746277 ], [ 120.4920101, 30.2752678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4920101, 30.2752678 ], [ 120.4919738, 30.2750888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4176455, 30.2729833 ], [ 120.4180142, 30.2729593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4180142, 30.2729593 ], [ 120.4180722, 30.2731143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4177081, 30.2731325 ], [ 120.4176455, 30.2729833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4177081, 30.2731325 ], [ 120.4176455, 30.2729833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4180722, 30.2731143 ], [ 120.4177081, 30.2731325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "潮都西路", "会展北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4353418, 30.2722083 ], [ 120.4354716, 30.2749536 ], [ 120.4314509, 30.2751653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "潮都西路", "会展北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4314509, 30.2751653 ], [ 120.4354716, 30.2749536 ], [ 120.4353418, 30.2722083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4316548, 30.272389 ], [ 120.4316488, 30.2725524 ], [ 120.4316321, 30.2730036 ], [ 120.4315252, 30.2742517 ], [ 120.4314509, 30.2751653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4313198, 30.2751646 ], [ 120.4314549, 30.2733459 ], [ 120.4315136, 30.2725567 ], [ 120.4315256, 30.2723954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4103625, 30.2681654 ], [ 120.4103473, 30.268385 ], [ 120.4103486, 30.2685371 ], [ 120.4103442, 30.2688128 ], [ 120.4104481, 30.2702691 ], [ 120.4127757, 30.2770884 ], [ 120.4132212, 30.2793445 ], [ 120.413281, 30.2796053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4131389, 30.2795732 ], [ 120.4126625, 30.277108 ], [ 120.4103566, 30.2702746 ], [ 120.4102534, 30.2688189 ], [ 120.4102261, 30.2684963 ], [ 120.4101538, 30.268235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4246722, 30.2727702 ], [ 120.4247172, 30.273776 ], [ 120.4247866, 30.2748865 ], [ 120.4248208, 30.2755561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4247474, 30.2755634 ], [ 120.4247125, 30.2752667 ], [ 120.4246776, 30.2744814 ], [ 120.4246521, 30.2738148 ], [ 120.4245935, 30.2727755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4188354, 30.2761416 ], [ 120.4184568, 30.2751634 ], [ 120.4177081, 30.2731325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4180722, 30.2731143 ], [ 120.4186187, 30.2745753 ], [ 120.4192244, 30.2761878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4314509, 30.2751653 ], [ 120.4313198, 30.2751646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4313198, 30.2751646 ], [ 120.4314509, 30.2751653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4035421, 30.2739672 ], [ 120.4037975, 30.2741466 ], [ 120.4044426, 30.2749301 ], [ 120.4047987, 30.2753626 ], [ 120.4058543, 30.2765953 ], [ 120.4059933, 30.2767383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4248208, 30.2755561 ], [ 120.4271837, 30.2754036 ], [ 120.4275631, 30.2753821 ], [ 120.4279985, 30.2753581 ], [ 120.4292106, 30.2752873 ], [ 120.4313198, 30.2751646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4313198, 30.2751646 ], [ 120.4292106, 30.2752873 ], [ 120.4279985, 30.2753581 ], [ 120.4275631, 30.2753821 ], [ 120.4271837, 30.2754036 ], [ 120.4248208, 30.2755561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3527628, 30.2696156 ], [ 120.3523435, 30.2717754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3523435, 30.2717754 ], [ 120.3527628, 30.2696156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611301, 30.2719161 ], [ 120.3611071, 30.2695986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611071, 30.2695986 ], [ 120.3611301, 30.2719161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3656558, 30.2725311 ], [ 120.3651806, 30.272132 ], [ 120.3636733, 30.2708689 ], [ 120.3636113, 30.270817 ], [ 120.3630134, 30.2703159 ], [ 120.3625199, 30.2699823 ], [ 120.3619191, 30.2697414 ], [ 120.3611071, 30.2695986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611071, 30.2695986 ], [ 120.3619191, 30.2697414 ], [ 120.3625199, 30.2699823 ], [ 120.3630134, 30.2703159 ], [ 120.3636113, 30.270817 ], [ 120.3636733, 30.2708689 ], [ 120.3651806, 30.272132 ], [ 120.3656558, 30.2725311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳岸街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3526499, 30.2717443 ], [ 120.3523435, 30.2717754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳岸街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3523435, 30.2717754 ], [ 120.3526499, 30.2717443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3526293, 30.2662475 ], [ 120.3529554, 30.2662399 ], [ 120.3533041, 30.2662769 ], [ 120.3537923, 30.266263 ], [ 120.3542416, 30.2662264 ], [ 120.3543609, 30.2662167 ], [ 120.3547482, 30.2661456 ], [ 120.3551173, 30.2660499 ], [ 120.3555786, 30.2659017 ], [ 120.3558737, 30.265758 ], [ 120.3561955, 30.2656515 ], [ 120.3565668, 30.2655294 ], [ 120.3569841, 30.2654291 ], [ 120.3575045, 30.2653596 ], [ 120.357837, 30.2653364 ], [ 120.3583091, 30.2653364 ], [ 120.3587383, 30.2653688 ], [ 120.359264, 30.2654569 ], [ 120.3596245, 30.2655386 ], [ 120.3602628, 30.2657286 ], [ 120.3603924, 30.2657667 ], [ 120.3607993, 30.2658861 ], [ 120.3613878, 30.2660662 ], [ 120.3617389, 30.2661737 ], [ 120.3623195, 30.2663514 ], [ 120.3624397, 30.2663881 ], [ 120.3630711, 30.2665811 ], [ 120.3634573, 30.2667108 ], [ 120.3637202, 30.2668475 ], [ 120.3640973, 30.2670575 ], [ 120.3644111, 30.2672753 ], [ 120.3647115, 30.2674815 ], [ 120.3649969, 30.2677116 ], [ 120.3653054, 30.2679363 ], [ 120.3655806, 30.2681139 ], [ 120.3659025, 30.2683131 ], [ 120.3661385, 30.2684452 ], [ 120.3664614, 30.2685826 ], [ 120.3669291, 30.2687437 ], [ 120.3674447, 30.2688853 ], [ 120.3677786, 30.2690069 ], [ 120.367839, 30.2690289 ], [ 120.368083, 30.269128 ], [ 120.3685535, 30.2693587 ], [ 120.3688969, 30.2695718 ], [ 120.3693126, 30.2698845 ], [ 120.3696854, 30.2702366 ], [ 120.3697855, 30.2703269 ], [ 120.370061, 30.2705753 ], [ 120.3709691, 30.2713941 ], [ 120.3721638, 30.272479 ], [ 120.3732142, 30.2734465 ], [ 120.3736674, 30.2738796 ], [ 120.374051, 30.2743336 ], [ 120.3743621, 30.274746 ], [ 120.374735, 30.2752509 ], [ 120.3752151, 30.2758995 ], [ 120.3760305, 30.2770183 ], [ 120.3768845, 30.2781588 ], [ 120.3772677, 30.2787038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772104, 30.2788981 ], [ 120.3767251, 30.2782063 ], [ 120.3757488, 30.2768906 ], [ 120.3750085, 30.2758761 ], [ 120.3738015, 30.2742685 ], [ 120.3736084, 30.2740415 ], [ 120.3722029, 30.272735 ], [ 120.3700625, 30.2707938 ], [ 120.3695126, 30.2703021 ], [ 120.3690057, 30.2698487 ], [ 120.3686266, 30.2695825 ], [ 120.3685229, 30.2695197 ], [ 120.368008, 30.2692556 ], [ 120.3673589, 30.2690101 ], [ 120.3669404, 30.2688989 ], [ 120.3664154, 30.2687481 ], [ 120.3658193, 30.2685097 ], [ 120.3654116, 30.2682688 ], [ 120.364961, 30.2679584 ], [ 120.3642743, 30.2674534 ], [ 120.3637486, 30.2671151 ], [ 120.3632819, 30.2668928 ], [ 120.3628474, 30.2667445 ], [ 120.3625639, 30.2666607 ], [ 120.3624397, 30.266624 ], [ 120.361973, 30.266536 ], [ 120.3613507, 30.2664758 ], [ 120.3613302, 30.2664747 ], [ 120.3610932, 30.2664619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳岸街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456843, 30.27201 ], [ 120.3458946, 30.272009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "柳岸街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458946, 30.272009 ], [ 120.3456843, 30.27201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3384661, 30.2709328 ], [ 120.3368729, 30.2719752 ], [ 120.3352528, 30.2730825 ], [ 120.3348329, 30.2733712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410395, 30.27425 ], [ 120.3394771, 30.272281 ], [ 120.3394158, 30.2722037 ], [ 120.3388874, 30.2714772 ], [ 120.3388221, 30.2713929 ], [ 120.3385635, 30.2710586 ], [ 120.3384661, 30.2709328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3384661, 30.2709328 ], [ 120.3385635, 30.2710586 ], [ 120.3388221, 30.2713929 ], [ 120.3388874, 30.2714772 ], [ 120.3394158, 30.2722037 ], [ 120.3394771, 30.272281 ], [ 120.3410395, 30.27425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3519814, 30.2742365 ], [ 120.3523435, 30.2717754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3523435, 30.2717754 ], [ 120.3519814, 30.2742365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458946, 30.272009 ], [ 120.3458943, 30.272755 ], [ 120.3458937, 30.2742442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456788, 30.2742441 ], [ 120.3456823, 30.2727958 ], [ 120.3456843, 30.27201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3345663, 30.2733345 ], [ 120.3347204, 30.2732286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611301, 30.2719161 ], [ 120.3616022, 30.2719161 ], [ 120.3620089, 30.2719791 ], [ 120.3624007, 30.2721214 ], [ 120.3627594, 30.2723237 ], [ 120.3637332, 30.2730256 ], [ 120.364603, 30.2736269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.364603, 30.2736269 ], [ 120.3637332, 30.2730256 ], [ 120.3627594, 30.2723237 ], [ 120.3624007, 30.2721214 ], [ 120.3620089, 30.2719791 ], [ 120.3616022, 30.2719161 ], [ 120.3611301, 30.2719161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611301, 30.2719161 ], [ 120.3611531, 30.2742176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611531, 30.2742176 ], [ 120.3611301, 30.2719161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3656558, 30.2725311 ], [ 120.3649379, 30.2732843 ], [ 120.364603, 30.2736269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.364603, 30.2736269 ], [ 120.3649379, 30.2732843 ], [ 120.3656558, 30.2725311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565188, 30.2742219 ], [ 120.3611531, 30.2742176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563083, 30.2742224 ], [ 120.3565188, 30.2742219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3519814, 30.2742365 ], [ 120.3528974, 30.2742353 ], [ 120.3563083, 30.2742224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.364603, 30.2736269 ], [ 120.3641252, 30.2741158 ], [ 120.3634232, 30.2748638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3347204, 30.2732286 ], [ 120.3348329, 30.2733712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346948, 30.2734661 ], [ 120.3345663, 30.2733345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3348329, 30.2733712 ], [ 120.3346948, 30.2734661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458937, 30.2742442 ], [ 120.3494206, 30.2742398 ], [ 120.349579, 30.2742396 ], [ 120.3502979, 30.2742387 ], [ 120.3519814, 30.2742365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456788, 30.2742441 ], [ 120.3458937, 30.2742442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410395, 30.27425 ], [ 120.3429738, 30.2742475 ], [ 120.3456788, 30.2742441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3519814, 30.2742365 ], [ 120.3519551, 30.2743938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3519551, 30.2743938 ], [ 120.3519814, 30.2742365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456941, 30.2744064 ], [ 120.3456788, 30.2742441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458937, 30.2742442 ], [ 120.3458949, 30.2744093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱农东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3087917, 30.2459423 ], [ 120.3087257, 30.2458346 ], [ 120.3086687, 30.2457683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3089735, 30.2458364 ], [ 120.3087917, 30.2459423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039538, 30.249868 ], [ 120.30501, 30.248736 ], [ 120.3057666, 30.2479394 ], [ 120.3061923, 30.2475241 ], [ 120.3066415, 30.2471428 ], [ 120.3071696, 30.2467343 ], [ 120.3079332, 30.2462279 ], [ 120.3082888, 30.2459921 ], [ 120.3086687, 30.2457683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "奔竞大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3087917, 30.2459423 ], [ 120.308474, 30.2461299 ], [ 120.3080444, 30.2463837 ], [ 120.307869, 30.2464874 ], [ 120.3072113, 30.2469322 ], [ 120.3067867, 30.2472731 ], [ 120.3061365, 30.2478542 ], [ 120.3058133, 30.2481788 ], [ 120.3052195, 30.2488346 ], [ 120.3041643, 30.2500263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "耕文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3041643, 30.2500263 ], [ 120.3043646, 30.2502353 ], [ 120.305005, 30.2506627 ], [ 120.3051786, 30.2507786 ], [ 120.3070414, 30.2516509 ], [ 120.3076261, 30.2519382 ], [ 120.3078984, 30.2521108 ], [ 120.3084804, 30.2525418 ], [ 120.3088304, 30.2528801 ], [ 120.3092328, 30.2533226 ], [ 120.3093521, 30.2534836 ], [ 120.3095294, 30.2537836 ], [ 120.3097587, 30.2541718 ], [ 120.3097855, 30.2542171 ], [ 120.3099251, 30.2544535 ], [ 120.3102332, 30.2549108 ], [ 120.3102744, 30.2549758 ], [ 120.3110835, 30.2562523 ], [ 120.311569, 30.2569218 ], [ 120.3158417, 30.2624172 ], [ 120.3168797, 30.2637192 ], [ 120.3168073, 30.2637609 ], [ 120.3111935, 30.2565442 ], [ 120.3110736, 30.256382 ], [ 120.3109708, 30.256243 ], [ 120.3108796, 30.2560994 ], [ 120.3103754, 30.2552931 ], [ 120.3098726, 30.2545117 ], [ 120.3097231, 30.2542777 ], [ 120.3096673, 30.2541903 ], [ 120.3094684, 30.2538702 ], [ 120.3093132, 30.2536203 ], [ 120.3090423, 30.2532218 ], [ 120.3089216, 30.2530851 ], [ 120.3085005, 30.2526889 ], [ 120.3078863, 30.2522093 ], [ 120.3074142, 30.2519359 ], [ 120.3055555, 30.2510416 ], [ 120.3049386, 30.2507261 ], [ 120.3040592, 30.250145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017881, 30.2946655 ], [ 120.3020489, 30.2945657 ], [ 120.303067, 30.2941607 ], [ 120.3044184, 30.2936506 ], [ 120.3050093, 30.2934219 ], [ 120.3054498, 30.2932303 ], [ 120.3059473, 30.2929558 ], [ 120.3063657, 30.2927011 ], [ 120.3067393, 30.2924529 ], [ 120.3071625, 30.2921212 ], [ 120.3078425, 30.2915511 ], [ 120.3085276, 30.290978 ], [ 120.3091123, 30.290487 ], [ 120.3095978, 30.2901227 ], [ 120.3096863, 30.2900562 ], [ 120.3100027, 30.2898753 ], [ 120.3103551, 30.2897161 ], [ 120.3107942, 30.2895402 ], [ 120.3111469, 30.2894451 ], [ 120.3116485, 30.2893715 ], [ 120.3120252, 30.2893304 ], [ 120.312685, 30.289329 ], [ 120.3129586, 30.2893428 ], [ 120.3134468, 30.2893382 ], [ 120.3135354, 30.2893267 ], [ 120.3136613, 30.2893104 ], [ 120.3137474, 30.2892879 ], [ 120.313892, 30.2892502 ], [ 120.3141066, 30.2891993 ], [ 120.3144284, 30.2890881 ], [ 120.3151279, 30.2887494 ], [ 120.3164873, 30.2880952 ], [ 120.3178381, 30.2874518 ], [ 120.3194933, 30.2866793 ], [ 120.3205325, 30.2862205 ], [ 120.3207438, 30.2861217 ], [ 120.321136, 30.2859606 ], [ 120.3221796, 30.2855328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3221942, 30.2856304 ], [ 120.3210033, 30.2861207 ], [ 120.3208009, 30.2862017 ], [ 120.3205745, 30.2863006 ], [ 120.3195766, 30.2867395 ], [ 120.317495, 30.2877101 ], [ 120.3157414, 30.2885589 ], [ 120.3148509, 30.2889871 ], [ 120.3138397, 30.2894773 ], [ 120.3136384, 30.2895427 ], [ 120.3134193, 30.2896138 ], [ 120.3126635, 30.2899033 ], [ 120.3119124, 30.2901569 ], [ 120.3116301, 30.2902493 ], [ 120.3100878, 30.2907791 ], [ 120.3099557, 30.2908245 ], [ 120.3092304, 30.2910647 ], [ 120.3085902, 30.2913164 ], [ 120.3081053, 30.2915534 ], [ 120.3078228, 30.2917207 ], [ 120.3075402, 30.2919369 ], [ 120.3065052, 30.2927196 ], [ 120.3060875, 30.293001 ], [ 120.3056451, 30.293236 ], [ 120.3052285, 30.2934339 ], [ 120.3043938, 30.2937456 ], [ 120.3031012, 30.2942411 ], [ 120.3020753, 30.2946441 ], [ 120.3018253, 30.294738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098957, 30.3020428 ], [ 120.3100325, 30.3014739 ], [ 120.3101083, 30.3011678 ], [ 120.3101823, 30.3008814 ], [ 120.310275, 30.300445 ], [ 120.3103144, 30.300278 ], [ 120.3103524, 30.3001021 ], [ 120.3104039, 30.2999807 ], [ 120.3104985, 30.299775 ], [ 120.3105451, 30.2996705 ], [ 120.3106024, 30.2995455 ], [ 120.3107324, 30.2992557 ], [ 120.3116372, 30.297526 ], [ 120.3125933, 30.2956791 ], [ 120.3127742, 30.2953667 ], [ 120.3128598, 30.2952534 ], [ 120.3129533, 30.2951814 ], [ 120.3130832, 30.2951154 ], [ 120.3137901, 30.2948878 ], [ 120.3138823, 30.2948569 ], [ 120.3161781, 30.2940876 ], [ 120.3164219, 30.2940059 ], [ 120.316839, 30.2938661 ], [ 120.3198218, 30.292495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3198218, 30.292495 ], [ 120.316839, 30.2938661 ], [ 120.3164219, 30.2940059 ], [ 120.3161781, 30.2940876 ], [ 120.3138823, 30.2948569 ], [ 120.3137901, 30.2948878 ], [ 120.3130832, 30.2951154 ], [ 120.3129533, 30.2951814 ], [ 120.3128598, 30.2952534 ], [ 120.3127742, 30.2953667 ], [ 120.3125933, 30.2956791 ], [ 120.3116372, 30.297526 ], [ 120.3107324, 30.2992557 ], [ 120.3106024, 30.2995455 ], [ 120.3105451, 30.2996705 ], [ 120.3104985, 30.299775 ], [ 120.3104039, 30.2999807 ], [ 120.3103524, 30.3001021 ], [ 120.3103144, 30.300278 ], [ 120.310275, 30.300445 ], [ 120.3101823, 30.3008814 ], [ 120.3101083, 30.3011678 ], [ 120.3100325, 30.3014739 ], [ 120.3098957, 30.3020428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030111, 30.3014084 ], [ 120.3036612, 30.3015147 ], [ 120.3062042, 30.301949 ], [ 120.3066131, 30.3019878 ], [ 120.3078556, 30.302049 ], [ 120.3086387, 30.3020785 ], [ 120.308977, 30.3020897 ], [ 120.3098957, 30.3020428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3634232, 30.2748638 ], [ 120.3641252, 30.2741158 ], [ 120.364603, 30.2736269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611531, 30.2742176 ], [ 120.3611386, 30.274388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611386, 30.274388 ], [ 120.3611531, 30.2742176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563197, 30.2743944 ], [ 120.3563083, 30.2742224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565188, 30.2742219 ], [ 120.3565149, 30.2743972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611386, 30.274388 ], [ 120.3565149, 30.2743972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563197, 30.2743944 ], [ 120.3519551, 30.2743938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565149, 30.2743972 ], [ 120.3563197, 30.2743944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611531, 30.2742176 ], [ 120.3616748, 30.2742037 ], [ 120.36225, 30.2743227 ], [ 120.3627568, 30.2744877 ], [ 120.3631431, 30.274688 ], [ 120.3634232, 30.2748638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3633113, 30.2750157 ], [ 120.3631585, 30.2748858 ], [ 120.3628408, 30.2747139 ], [ 120.3624934, 30.2745602 ], [ 120.362163, 30.2744651 ], [ 120.3617097, 30.2743846 ], [ 120.3611386, 30.274388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3633113, 30.2750157 ], [ 120.3634232, 30.2748638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3634232, 30.2748638 ], [ 120.3633113, 30.2750157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3656558, 30.2725311 ], [ 120.3656855, 30.2725561 ], [ 120.3666174, 30.2733386 ], [ 120.3671095, 30.2737518 ], [ 120.369837, 30.2760422 ], [ 120.3706523, 30.2766907 ], [ 120.37106, 30.2770799 ], [ 120.3714248, 30.2775617 ], [ 120.371575, 30.2778582 ], [ 120.3716823, 30.2783585 ], [ 120.3716805, 30.2785845 ], [ 120.3716781, 30.2789001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "24号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716781, 30.2789001 ], [ 120.3716805, 30.2785845 ], [ 120.3716823, 30.2783585 ], [ 120.371575, 30.2778582 ], [ 120.3714248, 30.2775617 ], [ 120.37106, 30.2770799 ], [ 120.3706523, 30.2766907 ], [ 120.369837, 30.2760422 ], [ 120.3671095, 30.2737518 ], [ 120.3666174, 30.2733386 ], [ 120.3656855, 30.2725561 ], [ 120.3656558, 30.2725311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610909, 30.2789126 ], [ 120.3610866, 30.2786316 ], [ 120.3610893, 30.2783409 ], [ 120.3610856, 30.2764555 ], [ 120.3610828, 30.2750429 ], [ 120.3611386, 30.274388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611386, 30.274388 ], [ 120.3610828, 30.2750429 ], [ 120.3610856, 30.2764555 ], [ 120.3610893, 30.2783409 ], [ 120.3610866, 30.2786316 ], [ 120.3610909, 30.2789126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563346, 30.2789246 ], [ 120.356325, 30.2786582 ], [ 120.3563216, 30.2783026 ], [ 120.3563296, 30.2760895 ], [ 120.3563197, 30.2743944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565149, 30.2743972 ], [ 120.3565146, 30.276446 ], [ 120.3565007, 30.278305 ], [ 120.356496, 30.2786675 ], [ 120.356504, 30.2789286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3634232, 30.2748638 ], [ 120.3638659, 30.2751564 ], [ 120.3644114, 30.2755213 ], [ 120.3644684, 30.2755594 ], [ 120.3649409, 30.2759125 ], [ 120.3650476, 30.2759922 ], [ 120.3653962, 30.2762765 ], [ 120.3657096, 30.2765728 ], [ 120.3659143, 30.2768396 ], [ 120.3660949, 30.2771315 ], [ 120.3662265, 30.2774508 ], [ 120.3663239, 30.2777727 ], [ 120.3663875, 30.2781473 ], [ 120.3663893, 30.2783154 ], [ 120.3663947, 30.278627 ], [ 120.366395, 30.2788976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662002, 30.2788947 ], [ 120.3661975, 30.2787068 ], [ 120.3661917, 30.2782788 ], [ 120.3661705, 30.2779699 ], [ 120.3661154, 30.2776772 ], [ 120.3659968, 30.277337 ], [ 120.3658443, 30.2770699 ], [ 120.3657045, 30.2768541 ], [ 120.3655181, 30.2766456 ], [ 120.365247, 30.2763858 ], [ 120.3646412, 30.2758773 ], [ 120.3641625, 30.275559 ], [ 120.3633113, 30.2750157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410422, 30.2744113 ], [ 120.3410395, 30.27425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410395, 30.27425 ], [ 120.3410422, 30.2744113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3519551, 30.2743938 ], [ 120.3516705, 30.2743938 ], [ 120.3458949, 30.2744093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458949, 30.2744093 ], [ 120.3456941, 30.2744064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "22号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456941, 30.2744064 ], [ 120.3437269, 30.2744112 ], [ 120.3410422, 30.2744113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346948, 30.2734661 ], [ 120.3341317, 30.2738469 ], [ 120.3336489, 30.2742314 ], [ 120.3328388, 30.274968 ], [ 120.3320717, 30.2756537 ], [ 120.331402, 30.2763018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3348329, 30.2733712 ], [ 120.33496, 30.2735388 ], [ 120.3352694, 30.2739468 ], [ 120.3365143, 30.2756189 ], [ 120.3387183, 30.2785146 ], [ 120.3388926, 30.2787393 ], [ 120.3390484, 30.2789374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388692, 30.2790359 ], [ 120.338729, 30.2788493 ], [ 120.3385498, 30.2785997 ], [ 120.3351765, 30.274106 ], [ 120.3350969, 30.2739997 ], [ 120.3348126, 30.2736224 ], [ 120.3346948, 30.2734661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3516611, 30.2789358 ], [ 120.3516653, 30.2786258 ], [ 120.351676, 30.2783084 ], [ 120.3516743, 30.2781623 ], [ 120.3517533, 30.2766164 ], [ 120.3518279, 30.2756426 ], [ 120.3519551, 30.2743938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3519551, 30.2743938 ], [ 120.3518279, 30.2756426 ], [ 120.3517533, 30.2766164 ], [ 120.3516743, 30.2781623 ], [ 120.351676, 30.2783084 ], [ 120.3516653, 30.2786258 ], [ 120.3516611, 30.2789358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3633113, 30.2750157 ], [ 120.3631624, 30.2753361 ], [ 120.3630965, 30.2755448 ], [ 120.3630566, 30.2757882 ], [ 120.3630559, 30.2764598 ], [ 120.363054, 30.2782853 ], [ 120.3630513, 30.2786397 ], [ 120.3630514, 30.2789057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋潮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3630514, 30.2789057 ], [ 120.3630513, 30.2786397 ], [ 120.363054, 30.2782853 ], [ 120.3630559, 30.2764598 ], [ 120.3630566, 30.2757882 ], [ 120.3630965, 30.2755448 ], [ 120.3631624, 30.2753361 ], [ 120.3633113, 30.2750157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772104, 30.2788981 ], [ 120.3772677, 30.2787038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772677, 30.2787038 ], [ 120.3775252, 30.2790227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662002, 30.2788947 ], [ 120.366395, 30.2788976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716781, 30.2789001 ], [ 120.3744903, 30.2789014 ], [ 120.3758573, 30.2788944 ], [ 120.3763309, 30.2788956 ], [ 120.3768016, 30.2788985 ], [ 120.3772104, 30.2788981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.366395, 30.2788976 ], [ 120.3716781, 30.2789001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3630514, 30.2789057 ], [ 120.3657033, 30.2788964 ], [ 120.366006, 30.2788954 ], [ 120.3662002, 30.2788947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610909, 30.2789126 ], [ 120.3630514, 30.2789057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356504, 30.2789286 ], [ 120.3610909, 30.2789126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456839, 30.2789309 ], [ 120.3456933, 30.2786506 ], [ 120.3457077, 30.2783081 ], [ 120.3456941, 30.2744064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458949, 30.2744093 ], [ 120.3459114, 30.2783099 ], [ 120.3459081, 30.2786521 ], [ 120.3459021, 30.2789425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410304, 30.2789431 ], [ 120.3410303, 30.2786883 ], [ 120.3410357, 30.2783409 ], [ 120.3410464, 30.2773217 ], [ 120.3410422, 30.2744113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410422, 30.2744113 ], [ 120.3410464, 30.2773217 ], [ 120.3410357, 30.2783409 ], [ 120.3410303, 30.2786883 ], [ 120.3410304, 30.2789431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.331402, 30.2763018 ], [ 120.3315129, 30.2764478 ], [ 120.3343101, 30.280129 ], [ 120.3345461, 30.2804383 ], [ 120.3346249, 30.2805451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346249, 30.2805451 ], [ 120.3345461, 30.2804383 ], [ 120.3343101, 30.280129 ], [ 120.3315129, 30.2764478 ], [ 120.331402, 30.2763018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456839, 30.2789309 ], [ 120.3459021, 30.2789425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410304, 30.2789431 ], [ 120.3456839, 30.2789309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3459021, 30.2789425 ], [ 120.3496431, 30.2789407 ], [ 120.3516611, 30.2789358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3390484, 30.2789374 ], [ 120.3397179, 30.2789393 ], [ 120.3400202, 30.2789402 ], [ 120.3410304, 30.2789431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4058623, 30.2768189 ], [ 120.4056474, 30.2765828 ], [ 120.4054427, 30.2763224 ], [ 120.4043251, 30.2749797 ], [ 120.4037045, 30.2742002 ], [ 120.4035421, 30.2739672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4248208, 30.2755561 ], [ 120.4247474, 30.2755634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4247474, 30.2755634 ], [ 120.4248208, 30.2755561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4192244, 30.2761878 ], [ 120.4208125, 30.2758879 ], [ 120.4219641, 30.2757096 ], [ 120.4233437, 30.2756072 ], [ 120.4247474, 30.2755634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4247474, 30.2755634 ], [ 120.4233437, 30.2756072 ], [ 120.4219641, 30.2757096 ], [ 120.4208125, 30.2758879 ], [ 120.4192244, 30.2761878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4188354, 30.2761416 ], [ 120.4192244, 30.2761878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4189086, 30.2763049 ], [ 120.4188354, 30.2761416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4192244, 30.2761878 ], [ 120.4189086, 30.2763049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.412377, 30.2765303 ], [ 120.4126816, 30.2764807 ], [ 120.4130576, 30.2764141 ], [ 120.4136192, 30.2763792 ], [ 120.414456, 30.276347 ], [ 120.4162069, 30.2762854 ], [ 120.4188354, 30.2761416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4189086, 30.2763049 ], [ 120.4177639, 30.2763442 ], [ 120.4165052, 30.2764004 ], [ 120.4144465, 30.2764722 ], [ 120.4137438, 30.2764993 ], [ 120.4131311, 30.2765404 ], [ 120.4127764, 30.2765864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4553998, 30.2703856 ], [ 120.4552283, 30.2703816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4353348, 30.2720346 ], [ 120.4366262, 30.271965 ], [ 120.438618, 30.2718704 ], [ 120.439362, 30.2717964 ], [ 120.4410657, 30.2716269 ], [ 120.4428015, 30.2714577 ], [ 120.4434975, 30.2713827 ], [ 120.4446061, 30.2712795 ], [ 120.4463991, 30.2710979 ], [ 120.4472371, 30.271002 ], [ 120.4487699, 30.2708513 ], [ 120.4500043, 30.2707297 ], [ 120.4517682, 30.2705447 ], [ 120.4539552, 30.2703178 ], [ 120.4543795, 30.2702706 ], [ 120.454643, 30.2702382 ], [ 120.4552669, 30.270202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "港城大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4552283, 30.2703816 ], [ 120.4546142, 30.2704332 ], [ 120.454351, 30.2704564 ], [ 120.4540474, 30.2704939 ], [ 120.4517329, 30.2707277 ], [ 120.4496895, 30.2709572 ], [ 120.4487646, 30.2710483 ], [ 120.4475364, 30.271152 ], [ 120.446396, 30.2712624 ], [ 120.4446374, 30.2714518 ], [ 120.4434495, 30.2715759 ], [ 120.4427858, 30.2716338 ], [ 120.4395246, 30.2719697 ], [ 120.4393127, 30.2719856 ], [ 120.4377238, 30.2721052 ], [ 120.4365808, 30.2721415 ], [ 120.4353418, 30.2722083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4440579, 30.2679756 ], [ 120.4440697, 30.2681489 ], [ 120.4435869, 30.2704006 ], [ 120.4435739, 30.270465 ], [ 120.4434628, 30.2710152 ], [ 120.4432744, 30.2719482 ], [ 120.4432136, 30.2722493 ], [ 120.4431412, 30.2725031 ], [ 120.4430061, 30.2727718 ], [ 120.4428674, 30.2730363 ], [ 120.4427022, 30.2733813 ], [ 120.4426213, 30.2735691 ], [ 120.4423209, 30.2745883 ], [ 120.4422045, 30.2749372 ], [ 120.4421304, 30.2750616 ], [ 120.4420205, 30.2752462 ], [ 120.4409262, 30.2774328 ], [ 120.4405399, 30.2783593 ], [ 120.4403699, 30.2788935 ], [ 120.4402503, 30.2794248 ], [ 120.4401484, 30.2798082 ], [ 120.4401103, 30.2799348 ], [ 120.4400625, 30.2802517 ], [ 120.4400454, 30.2804302 ], [ 120.4400142, 30.2808239 ], [ 120.4399391, 30.2811759 ], [ 120.4396772, 30.282042 ], [ 120.4396231, 30.2823085 ], [ 120.4396334, 30.2825008 ], [ 120.4397264, 30.2828763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397264, 30.2828763 ], [ 120.4396334, 30.2825008 ], [ 120.4396231, 30.2823085 ], [ 120.4396772, 30.282042 ], [ 120.4399391, 30.2811759 ], [ 120.4400142, 30.2808239 ], [ 120.4400454, 30.2804302 ], [ 120.4400625, 30.2802517 ], [ 120.4401103, 30.2799348 ], [ 120.4401484, 30.2798082 ], [ 120.4402503, 30.2794248 ], [ 120.4403699, 30.2788935 ], [ 120.4405399, 30.2783593 ], [ 120.4409262, 30.2774328 ], [ 120.4420205, 30.2752462 ], [ 120.4421304, 30.2750616 ], [ 120.4422045, 30.2749372 ], [ 120.4423209, 30.2745883 ], [ 120.4426213, 30.2735691 ], [ 120.4427022, 30.2733813 ], [ 120.4428674, 30.2730363 ], [ 120.4430061, 30.2727718 ], [ 120.4431412, 30.2725031 ], [ 120.4432136, 30.2722493 ], [ 120.4432744, 30.2719482 ], [ 120.4434628, 30.2710152 ], [ 120.4435739, 30.270465 ], [ 120.4435869, 30.2704006 ], [ 120.4440697, 30.2681489 ], [ 120.4440579, 30.2679756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4536982, 30.2813755 ], [ 120.4540614, 30.2788931 ], [ 120.4541551, 30.2781583 ], [ 120.4542566, 30.2774374 ], [ 120.4542885, 30.2772113 ], [ 120.4549039, 30.2728426 ], [ 120.4552153, 30.2707511 ], [ 120.4552283, 30.2703816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4553998, 30.2703856 ], [ 120.4550405, 30.2728833 ], [ 120.4547831, 30.2747676 ], [ 120.4543065, 30.2781654 ], [ 120.4541979, 30.2789035 ], [ 120.4539047, 30.281395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4604584, 30.2770744 ], [ 120.4599856, 30.2814349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4599856, 30.2814349 ], [ 120.4604584, 30.2770744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4536982, 30.2813755 ], [ 120.4539047, 30.281395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4919738, 30.2750888 ], [ 120.4920101, 30.2752678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874091, 30.2755539 ], [ 120.4916509, 30.2751219 ], [ 120.4918722, 30.2750992 ], [ 120.4919738, 30.2750888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4920101, 30.2752678 ], [ 120.4919106, 30.2752794 ], [ 120.4916973, 30.2753043 ], [ 120.4914406, 30.2753342 ], [ 120.4889515, 30.2755705 ], [ 120.4874314, 30.2757224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874314, 30.2757224 ], [ 120.4874091, 30.2755539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874091, 30.2755539 ], [ 120.4874314, 30.2757224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4828358, 30.2760378 ], [ 120.484376, 30.2758715 ], [ 120.4856678, 30.2757432 ], [ 120.4865214, 30.2756585 ], [ 120.4874091, 30.2755539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874314, 30.2757224 ], [ 120.4861459, 30.2758531 ], [ 120.4860747, 30.27586 ], [ 120.485646, 30.2759014 ], [ 120.4844721, 30.2760147 ], [ 120.4828593, 30.2761702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4825929, 30.2760608 ], [ 120.4828358, 30.2760378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4828358, 30.2760378 ], [ 120.4828593, 30.2761702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4826255, 30.2761812 ], [ 120.4825929, 30.2760608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4248208, 30.2755561 ], [ 120.4248318, 30.2757468 ], [ 120.4248385, 30.2764708 ], [ 120.4248291, 30.2767948 ], [ 120.424809, 30.2770864 ], [ 120.4247734, 30.2772197 ], [ 120.4246721, 30.277419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4246721, 30.277419 ], [ 120.4246916, 30.2772567 ], [ 120.4247235, 30.2771238 ], [ 120.4247419, 30.2769955 ], [ 120.4247508, 30.2767925 ], [ 120.4247624, 30.2757533 ], [ 120.4247474, 30.2755634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.412377, 30.2765303 ], [ 120.4127764, 30.2765864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4124246, 30.276674 ], [ 120.412377, 30.2765303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4127764, 30.2765864 ], [ 120.4124246, 30.276674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4059933, 30.2767383 ], [ 120.4058623, 30.2768189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4058623, 30.2768189 ], [ 120.4059933, 30.2767383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4083683, 30.2785307 ], [ 120.4085393, 30.2784044 ], [ 120.4093808, 30.2779843 ], [ 120.4100824, 30.277634 ], [ 120.4111783, 30.2771044 ], [ 120.4112072, 30.2770901 ], [ 120.4113084, 30.2770399 ], [ 120.4117822, 30.276805 ], [ 120.412377, 30.2765303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4124246, 30.276674 ], [ 120.4117749, 30.2769673 ], [ 120.4112605, 30.2772058 ], [ 120.4101934, 30.2777298 ], [ 120.4094704, 30.2780824 ], [ 120.4087369, 30.2784401 ], [ 120.4084521, 30.2785599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4059933, 30.2767383 ], [ 120.4063425, 30.2770976 ], [ 120.4067936, 30.277592 ], [ 120.4071054, 30.277897 ], [ 120.4074779, 30.2781496 ], [ 120.407925, 30.278376 ], [ 120.4083683, 30.2785307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4828593, 30.2761702 ], [ 120.4826255, 30.2761812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4788419, 30.2764047 ], [ 120.481275, 30.2761542 ], [ 120.4825929, 30.2760608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4826255, 30.2761812 ], [ 120.4788717, 30.2765758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4773338, 30.2765599 ], [ 120.4788419, 30.2764047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4788419, 30.2764047 ], [ 120.4788717, 30.2765758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4788717, 30.2765758 ], [ 120.4788419, 30.2764047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义府大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4788717, 30.2765758 ], [ 120.4773147, 30.2767069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4920101, 30.2752678 ], [ 120.492256, 30.2764785 ], [ 120.4925208, 30.2777718 ], [ 120.4927197, 30.2785607 ], [ 120.4927656, 30.278767 ], [ 120.4928648, 30.2792479 ], [ 120.4929711, 30.2795902 ], [ 120.4931098, 30.2798642 ], [ 120.4932618, 30.2800811 ], [ 120.493457, 30.280328 ], [ 120.4937813, 30.2806431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4937813, 30.2806431 ], [ 120.493457, 30.280328 ], [ 120.4932618, 30.2800811 ], [ 120.4931098, 30.2798642 ], [ 120.4929711, 30.2795902 ], [ 120.4928648, 30.2792479 ], [ 120.4927656, 30.278767 ], [ 120.4927197, 30.2785607 ], [ 120.4925208, 30.2777718 ], [ 120.492256, 30.2764785 ], [ 120.4920101, 30.2752678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4884555, 30.281203 ], [ 120.4881599, 30.2801563 ], [ 120.4880125, 30.2796058 ], [ 120.4879521, 30.2793707 ], [ 120.4878436, 30.2788178 ], [ 120.4877608, 30.278177 ], [ 120.4874314, 30.2757224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4081822, 30.2786683 ], [ 120.4078973, 30.2785569 ], [ 120.4075012, 30.2783603 ], [ 120.4071247, 30.2781118 ], [ 120.4068358, 30.277866 ], [ 120.4066269, 30.2776225 ], [ 120.4058623, 30.2768189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4127764, 30.2765864 ], [ 120.4128179, 30.2767243 ], [ 120.4129221, 30.2772445 ], [ 120.4132108, 30.2787319 ], [ 120.41333, 30.2793517 ], [ 120.413281, 30.2796053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4131389, 30.2795732 ], [ 120.4129755, 30.2792843 ], [ 120.4127935, 30.2782768 ], [ 120.4126648, 30.2776223 ], [ 120.4124246, 30.276674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4308491, 30.2817008 ], [ 120.4309722, 30.2799331 ], [ 120.4310702, 30.2784999 ], [ 120.4311749, 30.2769753 ], [ 120.4313198, 30.2751646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4314509, 30.2751653 ], [ 120.4313265, 30.276883 ], [ 120.4312341, 30.2785355 ], [ 120.431122, 30.2799183 ], [ 120.4310621, 30.2808114 ], [ 120.4309883, 30.2817717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4083683, 30.2785307 ], [ 120.4084521, 30.2785599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4081822, 30.2786683 ], [ 120.4083683, 30.2785307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4192244, 30.2761878 ], [ 120.4193256, 30.2764571 ], [ 120.4210164, 30.2810191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "会展北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4084521, 30.2785599 ], [ 120.4081822, 30.2786683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.420789, 30.2809876 ], [ 120.4205864, 30.2804983 ], [ 120.4199515, 30.2788443 ], [ 120.4189086, 30.2763049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874314, 30.2757224 ], [ 120.4877608, 30.278177 ], [ 120.4878436, 30.2788178 ], [ 120.4879521, 30.2793707 ], [ 120.4880125, 30.2796058 ], [ 120.4881599, 30.2801563 ], [ 120.4884555, 30.281203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4828593, 30.2761702 ], [ 120.4832323, 30.2775116 ], [ 120.483403, 30.2780481 ], [ 120.4835712, 30.2785767 ], [ 120.483694, 30.2789626 ], [ 120.4839543, 30.2797699 ], [ 120.4844746, 30.2813837 ], [ 120.484549, 30.281607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4842823, 30.2816443 ], [ 120.4836426, 30.2797957 ], [ 120.483299, 30.2785105 ], [ 120.4827754, 30.2767101 ], [ 120.4826255, 30.2761812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799067, 30.2821112 ], [ 120.479614, 30.2803698 ], [ 120.4794873, 30.2797005 ], [ 120.479406, 30.2792878 ], [ 120.4788717, 30.2765758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4788717, 30.2765758 ], [ 120.479406, 30.2792878 ], [ 120.4794873, 30.2797005 ], [ 120.479614, 30.2803698 ], [ 120.4799067, 30.2821112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4937813, 30.2806431 ], [ 120.4967997, 30.2803343 ], [ 120.4978879, 30.2802054 ], [ 120.4984905, 30.2801159 ], [ 120.4992655, 30.2799939 ], [ 120.5004838, 30.2797867 ], [ 120.5010517, 30.27969 ], [ 120.5051667, 30.2789369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5052235, 30.2791585 ], [ 120.5033916, 30.2794461 ], [ 120.5009381, 30.2798893 ], [ 120.5005453, 30.2799547 ], [ 120.4993054, 30.2801612 ], [ 120.4985287, 30.280275 ], [ 120.4976295, 30.2804013 ], [ 120.4964806, 30.2805287 ], [ 120.4939316, 30.2808183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4939316, 30.2808183 ], [ 120.4937813, 30.2806431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4937813, 30.2806431 ], [ 120.4939316, 30.2808183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4884555, 30.281203 ], [ 120.492171, 30.280817 ], [ 120.492854, 30.2807348 ], [ 120.4931117, 30.280709 ], [ 120.4937813, 30.2806431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4084521, 30.2785599 ], [ 120.4087376, 30.2786596 ], [ 120.4096177, 30.2788481 ], [ 120.4102897, 30.278992 ], [ 120.4131389, 30.2795732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.413203, 30.2797126 ], [ 120.4129683, 30.2796669 ], [ 120.4125171, 30.2795791 ], [ 120.4113868, 30.2793451 ], [ 120.4094656, 30.2789595 ], [ 120.4090442, 30.2788796 ], [ 120.4084948, 30.2787653 ], [ 120.4081822, 30.2786683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岩南线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4246721, 30.277419 ], [ 120.4264849, 30.2777671 ], [ 120.4270708, 30.2778796 ], [ 120.426614, 30.279629 ], [ 120.4265998, 30.2796783 ], [ 120.4261493, 30.2813514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岩南线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4261493, 30.2813514 ], [ 120.4265998, 30.2796783 ], [ 120.426614, 30.279629 ], [ 120.4270708, 30.2778796 ], [ 120.4264849, 30.2777671 ], [ 120.4246721, 30.277419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4131389, 30.2795732 ], [ 120.413281, 30.2796053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.413203, 30.2797126 ], [ 120.4131389, 30.2795732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "赭美路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.413281, 30.2796053 ], [ 120.413203, 30.2797126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.413281, 30.2796053 ], [ 120.4146991, 30.2798914 ], [ 120.415204, 30.2799944 ], [ 120.4174045, 30.280382 ], [ 120.4180307, 30.2804923 ], [ 120.4194718, 30.2807495 ], [ 120.4200363, 30.2808542 ], [ 120.4206544, 30.2809689 ], [ 120.420789, 30.2809876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4208461, 30.2811254 ], [ 120.4204373, 30.2810533 ], [ 120.420029, 30.2809788 ], [ 120.4196803, 30.2809152 ], [ 120.4191268, 30.2808132 ], [ 120.4173601, 30.2804918 ], [ 120.4157579, 30.2802141 ], [ 120.4146176, 30.2800129 ], [ 120.4141257, 30.2799214 ], [ 120.413203, 30.2797126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.420789, 30.2809876 ], [ 120.4210164, 30.2810191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4208461, 30.2811254 ], [ 120.420789, 30.2809876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4210164, 30.2810191 ], [ 120.4210607, 30.2811577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4210607, 30.2811577 ], [ 120.4208461, 30.2811254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4210164, 30.2810191 ], [ 120.4235132, 30.2811653 ], [ 120.4242821, 30.2812103 ], [ 120.4261493, 30.2813514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4261203, 30.2814591 ], [ 120.4254049, 30.2814072 ], [ 120.4234791, 30.2812806 ], [ 120.4219313, 30.2812072 ], [ 120.4210607, 30.2811577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4261493, 30.2813514 ], [ 120.4261203, 30.2814591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4261203, 30.2814591 ], [ 120.4261493, 30.2813514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4261493, 30.2813514 ], [ 120.4271832, 30.2814295 ], [ 120.4281043, 30.2814913 ], [ 120.4291283, 30.2815601 ], [ 120.4299817, 30.2816215 ], [ 120.4308491, 30.2817008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4308275, 30.2818077 ], [ 120.4299729, 30.2817226 ], [ 120.4291184, 30.2816554 ], [ 120.4280769, 30.2815829 ], [ 120.4261203, 30.2814591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4308491, 30.2817008 ], [ 120.4309883, 30.2817717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4939316, 30.2808183 ], [ 120.4931721, 30.2808993 ], [ 120.4929, 30.2809283 ], [ 120.4904996, 30.2811684 ], [ 120.4885011, 30.2813856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4884555, 30.281203 ], [ 120.4885011, 30.2813856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885011, 30.2813856 ], [ 120.4884555, 30.281203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.484549, 30.281607 ], [ 120.4847759, 30.2815877 ], [ 120.4850331, 30.281562 ], [ 120.4884555, 30.281203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885011, 30.2813856 ], [ 120.4850605, 30.28176 ], [ 120.4848466, 30.281782 ], [ 120.4846216, 30.2818011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4842823, 30.2816443 ], [ 120.484549, 30.281607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.484549, 30.281607 ], [ 120.4846216, 30.2818011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4843373, 30.2818488 ], [ 120.4842823, 30.2816443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4846216, 30.2818011 ], [ 120.4843373, 30.2818488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799067, 30.2821112 ], [ 120.4817629, 30.281907 ], [ 120.4842823, 30.2816443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5510968, 30.2642958 ], [ 120.5509344, 30.2643423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5509344, 30.2643423 ], [ 120.5508642, 30.2643042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5505107, 30.2644338 ], [ 120.5508642, 30.2643042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5509344, 30.2643423 ], [ 120.5505107, 30.2644338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5505107, 30.2644338 ], [ 120.5501587, 30.264527 ], [ 120.5495233, 30.2647386 ], [ 120.5488618, 30.2650073 ], [ 120.5482762, 30.2653155 ], [ 120.5477075, 30.265711 ], [ 120.5471634, 30.2661406 ], [ 120.5470486, 30.2662477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5470486, 30.2662477 ], [ 120.5471634, 30.2661406 ], [ 120.5477075, 30.265711 ], [ 120.5482762, 30.2653155 ], [ 120.5488618, 30.2650073 ], [ 120.5495233, 30.2647386 ], [ 120.5501587, 30.264527 ], [ 120.5505107, 30.2644338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5512368, 30.2645478 ], [ 120.5505965, 30.2650903 ], [ 120.5490388, 30.2664165 ], [ 120.5479094, 30.2673837 ], [ 120.5478269, 30.2672851 ], [ 120.5470486, 30.2662477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5470486, 30.2662477 ], [ 120.5478269, 30.2672851 ], [ 120.5479094, 30.2673837 ], [ 120.5490388, 30.2664165 ], [ 120.5505965, 30.2650903 ], [ 120.5512368, 30.2645478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5510968, 30.2642958 ], [ 120.5517058, 30.2646297 ], [ 120.5519953, 30.2647884 ], [ 120.5541114, 30.2659031 ], [ 120.5553218, 30.2665407 ], [ 120.5562811, 30.2670685 ], [ 120.5571649, 30.2676282 ], [ 120.5577165, 30.2679992 ], [ 120.5584838, 30.2686761 ], [ 120.5589473, 30.269085 ], [ 120.5596499, 30.2699712 ], [ 120.5601382, 30.270695 ], [ 120.5603609, 30.271025 ], [ 120.5608526, 30.2720933 ], [ 120.5611268, 30.2727948 ], [ 120.5613094, 30.2734154 ], [ 120.5613378, 30.2735119 ], [ 120.5614312, 30.273987 ], [ 120.5615277, 30.2746812 ], [ 120.5615699, 30.2754495 ], [ 120.5615624, 30.2760272 ], [ 120.5615323, 30.2765776 ], [ 120.5615179, 30.2767371 ], [ 120.56147, 30.2772695 ], [ 120.5612395, 30.2795175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5606533, 30.2845916 ], [ 120.5606946, 30.2842046 ], [ 120.5609101, 30.2817091 ], [ 120.5610355, 30.280681 ], [ 120.5613454, 30.2774458 ], [ 120.5614235, 30.2765704 ], [ 120.5614592, 30.2760454 ], [ 120.561495, 30.275458 ], [ 120.5614593, 30.2746575 ], [ 120.5613603, 30.2739858 ], [ 120.5612665, 30.273505 ], [ 120.5610584, 30.2728057 ], [ 120.5607962, 30.2721063 ], [ 120.5605436, 30.2716059 ], [ 120.5602673, 30.2710584 ], [ 120.5595192, 30.2699231 ], [ 120.558847, 30.2691228 ], [ 120.557691, 30.2681133 ], [ 120.557124, 30.2676963 ], [ 120.5567137, 30.2674359 ], [ 120.5564181, 30.2672484 ], [ 120.5563209, 30.2671867 ], [ 120.5553312, 30.2666406 ], [ 120.5518704, 30.2648714 ], [ 120.5513561, 30.2645772 ], [ 120.5511428, 30.2644552 ], [ 120.5509344, 30.2643423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.600617, 30.277468 ], [ 120.6010232, 30.27453 ], [ 120.601037, 30.2743912 ], [ 120.6010428, 30.2743328 ], [ 120.6010535, 30.2742246 ], [ 120.6015265, 30.2689065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6073714, 30.2778569 ], [ 120.6076687, 30.2749679 ], [ 120.6076936, 30.2746464 ], [ 120.6081987, 30.2693123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6081987, 30.2693123 ], [ 120.6076936, 30.2746464 ], [ 120.6076687, 30.2749679 ], [ 120.6073714, 30.2778569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "二线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.683346, 30.2764983 ], [ 120.6834437, 30.2762428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "二线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6834437, 30.2762428 ], [ 120.683346, 30.2764983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5873596, 30.276594 ], [ 120.5871877, 30.2765709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5871877, 30.2765709 ], [ 120.5873596, 30.276594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6419121, 30.2709678 ], [ 120.640976, 30.272513 ], [ 120.6394268, 30.2751814 ], [ 120.6390556, 30.2758208 ], [ 120.6368132, 30.2796659 ], [ 120.6351159, 30.2825895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6351159, 30.2825895 ], [ 120.6368132, 30.2796659 ], [ 120.6390556, 30.2758208 ], [ 120.6394268, 30.2751814 ], [ 120.640976, 30.272513 ], [ 120.6419121, 30.2709678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5945609, 30.277067 ], [ 120.5873596, 30.276594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5873596, 30.276594 ], [ 120.5945609, 30.277067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.600617, 30.277468 ], [ 120.5966572, 30.2772174 ], [ 120.5945609, 30.277067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5945609, 30.277067 ], [ 120.5966572, 30.2772174 ], [ 120.600617, 30.277468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6400871, 30.2721772 ], [ 120.6396351, 30.2728486 ], [ 120.6395086, 30.2731869 ], [ 120.6385202, 30.2748993 ], [ 120.6384298, 30.2749721 ], [ 120.63755, 30.2765075 ], [ 120.6364531, 30.2784279 ], [ 120.6353141, 30.2804316 ], [ 120.6340847, 30.2825445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6340847, 30.2825445 ], [ 120.6353141, 30.2804316 ], [ 120.6364531, 30.2784279 ], [ 120.63755, 30.2765075 ], [ 120.6384298, 30.2749721 ], [ 120.6385202, 30.2748993 ], [ 120.6395086, 30.2731869 ], [ 120.6396351, 30.2728486 ], [ 120.6400871, 30.2721772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.600617, 30.277468 ], [ 120.6009832, 30.2774319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6009832, 30.2774319 ], [ 120.6009788, 30.2774799 ], [ 120.6009713, 30.2775619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6009713, 30.2775619 ], [ 120.600617, 30.277468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6009832, 30.2774319 ], [ 120.6013998, 30.277468 ], [ 120.6073714, 30.2778569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6073586, 30.2779825 ], [ 120.6009713, 30.2775619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5319016, 30.2768272 ], [ 120.5328286, 30.2781959 ], [ 120.5330205, 30.2784682 ], [ 120.5334747, 30.2791125 ], [ 120.533967, 30.2798863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5338461, 30.2799285 ], [ 120.5333853, 30.2792613 ], [ 120.532897, 30.2785128 ], [ 120.532533, 30.2779547 ], [ 120.5318007, 30.2768747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5196491, 30.2814946 ], [ 120.5196176, 30.2813443 ], [ 120.5186944, 30.2769413 ], [ 120.5187578, 30.2766961 ], [ 120.5188152, 30.276911 ], [ 120.5197944, 30.2814484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.533967, 30.2798863 ], [ 120.5349062, 30.2795809 ], [ 120.535543, 30.2793738 ], [ 120.5361588, 30.2791561 ], [ 120.5369333, 30.2788822 ], [ 120.5370879, 30.2788002 ], [ 120.5371692, 30.2786913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5371692, 30.2786913 ], [ 120.5370879, 30.2788002 ], [ 120.5369333, 30.2788822 ], [ 120.5361588, 30.2791561 ], [ 120.535543, 30.2793738 ], [ 120.5349062, 30.2795809 ], [ 120.533967, 30.2798863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5338461, 30.2799285 ], [ 120.533967, 30.2798863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.533967, 30.2798863 ], [ 120.5338461, 30.2799285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5197944, 30.2814484 ], [ 120.5220346, 30.2807078 ], [ 120.5241039, 30.2800176 ], [ 120.525052, 30.2797009 ], [ 120.5258165, 30.2794455 ], [ 120.5268547, 30.2790753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5268547, 30.2790753 ], [ 120.5258165, 30.2794455 ], [ 120.525052, 30.2797009 ], [ 120.5241039, 30.2800176 ], [ 120.5220346, 30.2807078 ], [ 120.5197944, 30.2814484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5338461, 30.2799285 ], [ 120.5325445, 30.2804125 ], [ 120.5315425, 30.2807851 ], [ 120.5307693, 30.2810745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6073586, 30.2779825 ], [ 120.607366, 30.2779106 ], [ 120.6073714, 30.2778569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6073714, 30.2778569 ], [ 120.607366, 30.2779106 ], [ 120.6073586, 30.2779825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6073714, 30.2778569 ], [ 120.6126736, 30.278224 ], [ 120.6136575, 30.2782921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6136461, 30.2784217 ], [ 120.6126632, 30.278353 ], [ 120.6073586, 30.2779825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6136575, 30.2782921 ], [ 120.6136461, 30.2784217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6136461, 30.2784217 ], [ 120.6136575, 30.2782921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5867385, 30.2815036 ], [ 120.5869754, 30.2796165 ], [ 120.5870007, 30.2793068 ], [ 120.5871877, 30.2765709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5873596, 30.276594 ], [ 120.5871133, 30.2793219 ], [ 120.5870883, 30.2796211 ], [ 120.5869452, 30.2809961 ], [ 120.586889, 30.281526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.683346, 30.2764983 ], [ 120.6848235, 30.2771276 ], [ 120.6861612, 30.277786 ], [ 120.6875851, 30.278487 ], [ 120.6912578, 30.2803284 ], [ 120.6923524, 30.2808931 ], [ 120.6951956, 30.282219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6951956, 30.282219 ], [ 120.6923524, 30.2808931 ], [ 120.6912578, 30.2803284 ], [ 120.6875851, 30.278487 ], [ 120.6861612, 30.277786 ], [ 120.6848235, 30.2771276 ], [ 120.683346, 30.2764983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5307693, 30.2810745 ], [ 120.5315425, 30.2807851 ], [ 120.5325445, 30.2804125 ], [ 120.5338461, 30.2799285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5268547, 30.2790753 ], [ 120.5273973, 30.280282 ], [ 120.5277226, 30.2811295 ], [ 120.5281183, 30.2820668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5281183, 30.2820668 ], [ 120.5277226, 30.2811295 ], [ 120.5273973, 30.280282 ], [ 120.5268547, 30.2790753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5307693, 30.2810745 ], [ 120.5306563, 30.2811168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5306563, 30.2811168 ], [ 120.5307693, 30.2810745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.533967, 30.2798863 ], [ 120.5340508, 30.280018 ], [ 120.53471, 30.2809511 ], [ 120.5348171, 30.2811157 ], [ 120.5353255, 30.2818972 ], [ 120.5356099, 30.2823342 ], [ 120.5357825, 30.2825995 ], [ 120.5358294, 30.2826777 ], [ 120.5359566, 30.2828897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5358537, 30.2829227 ], [ 120.5357123, 30.2826243 ], [ 120.5355296, 30.2823614 ], [ 120.5350132, 30.2816182 ], [ 120.5347063, 30.2811739 ], [ 120.5338461, 30.2799285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5197944, 30.2814484 ], [ 120.5196491, 30.2814946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5196491, 30.2814946 ], [ 120.5197944, 30.2814484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5281183, 30.2820668 ], [ 120.5306563, 30.2811168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5945609, 30.277067 ], [ 120.5943306, 30.2797809 ], [ 120.5943196, 30.2798921 ], [ 120.5943138, 30.2799505 ], [ 120.5943003, 30.2800862 ], [ 120.5941305, 30.2819786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5941305, 30.2819786 ], [ 120.5943003, 30.2800862 ], [ 120.5943138, 30.2799505 ], [ 120.5943196, 30.2798921 ], [ 120.5943306, 30.2797809 ], [ 120.5945609, 30.277067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6002243, 30.2823788 ], [ 120.6003859, 30.2803579 ], [ 120.6003906, 30.2802995 ], [ 120.600617, 30.277468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6009713, 30.2775619 ], [ 120.600719, 30.2803215 ], [ 120.6007137, 30.2803799 ], [ 120.6005293, 30.2823967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6068724, 30.2827547 ], [ 120.6070623, 30.2809316 ], [ 120.6070876, 30.2806307 ], [ 120.6073586, 30.2779825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6073586, 30.2779825 ], [ 120.6070876, 30.2806307 ], [ 120.6070623, 30.2809316 ], [ 120.6068724, 30.2827547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6132755, 30.2831224 ], [ 120.6133225, 30.282458 ], [ 120.6133937, 30.2813125 ], [ 120.6134189, 30.2810072 ], [ 120.6136461, 30.2784217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6136461, 30.2784217 ], [ 120.6134189, 30.2810072 ], [ 120.6133937, 30.2813125 ], [ 120.6133225, 30.282458 ], [ 120.6132755, 30.2831224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6651923, 30.2722494 ], [ 120.6641909, 30.2748606 ], [ 120.6632568, 30.2772389 ], [ 120.6624287, 30.2792097 ], [ 120.6616391, 30.2811638 ], [ 120.661408, 30.2817043 ], [ 120.660657, 30.2836833 ], [ 120.6594244, 30.2866435 ], [ 120.6581052, 30.2900941 ], [ 120.6578838, 30.2901855 ], [ 120.656632, 30.2901772 ], [ 120.6519237, 30.2901144 ], [ 120.6516441, 30.2901107 ], [ 120.6475036, 30.2901273 ], [ 120.6453303, 30.290115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6453303, 30.290115 ], [ 120.6475036, 30.2901273 ], [ 120.6516441, 30.2901107 ], [ 120.6519237, 30.2901144 ], [ 120.656632, 30.2901772 ], [ 120.6578838, 30.2901855 ], [ 120.6581052, 30.2900941 ], [ 120.6594244, 30.2866435 ], [ 120.660657, 30.2836833 ], [ 120.661408, 30.2817043 ], [ 120.6616391, 30.2811638 ], [ 120.6624287, 30.2792097 ], [ 120.6632568, 30.2772389 ], [ 120.6641909, 30.2748606 ], [ 120.6651923, 30.2722494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6453303, 30.290115 ], [ 120.6454087, 30.2900156 ], [ 120.6456092, 30.2897724 ], [ 120.6456688, 30.2896673 ], [ 120.6457428, 30.2895107 ], [ 120.646201, 30.2883814 ], [ 120.646602, 30.2873634 ], [ 120.6469413, 30.2865513 ], [ 120.6481784, 30.2834663 ], [ 120.6489057, 30.2816233 ], [ 120.6493663, 30.2805187 ], [ 120.6500557, 30.2787964 ], [ 120.650562, 30.2775477 ], [ 120.6509492, 30.2765985 ], [ 120.6511891, 30.2759843 ], [ 120.6514754, 30.2752774 ], [ 120.6515709, 30.275061 ], [ 120.6516425, 30.2749013 ], [ 120.651726, 30.2747673 ], [ 120.6518895, 30.2745396 ], [ 120.6520566, 30.2743242 ], [ 120.6526187, 30.2736189 ], [ 120.653158, 30.2729223 ], [ 120.6534802, 30.2724946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6534802, 30.2724946 ], [ 120.653158, 30.2729223 ], [ 120.6526187, 30.2736189 ], [ 120.6520566, 30.2743242 ], [ 120.6518895, 30.2745396 ], [ 120.651726, 30.2747673 ], [ 120.6516425, 30.2749013 ], [ 120.6515709, 30.275061 ], [ 120.6514754, 30.2752774 ], [ 120.6511891, 30.2759843 ], [ 120.6509492, 30.2765985 ], [ 120.650562, 30.2775477 ], [ 120.6500557, 30.2787964 ], [ 120.6493663, 30.2805187 ], [ 120.6489057, 30.2816233 ], [ 120.6481784, 30.2834663 ], [ 120.6469413, 30.2865513 ], [ 120.646602, 30.2873634 ], [ 120.646201, 30.2883814 ], [ 120.6457428, 30.2895107 ], [ 120.6456688, 30.2896673 ], [ 120.6456092, 30.2897724 ], [ 120.6454087, 30.2900156 ], [ 120.6453303, 30.290115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6161933, 30.2811693 ], [ 120.6176781, 30.281282 ], [ 120.6216092, 30.2815876 ], [ 120.6228088, 30.2816841 ], [ 120.6229059, 30.2816919 ], [ 120.6235409, 30.281743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6235409, 30.281743 ], [ 120.6229059, 30.2816919 ], [ 120.6228088, 30.2816841 ], [ 120.6216092, 30.2815876 ], [ 120.6176781, 30.281282 ], [ 120.6161933, 30.2811693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5867385, 30.2815036 ], [ 120.586889, 30.281526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5867152, 30.2817374 ], [ 120.5867302, 30.2815701 ], [ 120.5867385, 30.2815036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.586889, 30.281526 ], [ 120.5868803, 30.2816085 ], [ 120.5868662, 30.2817429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5868662, 30.2817429 ], [ 120.5867152, 30.2817374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.586889, 30.281526 ], [ 120.5872005, 30.2815621 ], [ 120.5941305, 30.2819786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5941115, 30.2821898 ], [ 120.5868662, 30.2817429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5612395, 30.2795175 ], [ 120.5612264, 30.2796449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5612395, 30.2795175 ], [ 120.5730558, 30.2803682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5730675, 30.280483 ], [ 120.5612264, 30.2796449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5612264, 30.2796449 ], [ 120.5610266, 30.2815938 ], [ 120.5607356, 30.2845925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430295, 30.2826171 ], [ 120.5446007, 30.2821067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.544765, 30.2821996 ], [ 120.5430712, 30.2827316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430712, 30.2827316 ], [ 120.5434498, 30.28377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5434498, 30.28377 ], [ 120.5430712, 30.2827316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5460768, 30.2829415 ], [ 120.5451177, 30.283244 ], [ 120.5434498, 30.28377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5434498, 30.28377 ], [ 120.5451177, 30.283244 ], [ 120.5460768, 30.2829415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5941115, 30.2821898 ], [ 120.5941305, 30.2819786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5941305, 30.2819786 ], [ 120.5941115, 30.2821898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6340847, 30.2825445 ], [ 120.6334262, 30.282489 ], [ 120.6319281, 30.2823627 ], [ 120.6303002, 30.2822553 ], [ 120.6301828, 30.2822475 ], [ 120.6290978, 30.282176 ], [ 120.6266343, 30.281927 ], [ 120.6241259, 30.2817778 ], [ 120.6235409, 30.281743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6235409, 30.281743 ], [ 120.6241259, 30.2817778 ], [ 120.6266343, 30.281927 ], [ 120.6290978, 30.282176 ], [ 120.6301828, 30.2822475 ], [ 120.6303002, 30.2822553 ], [ 120.6319281, 30.2823627 ], [ 120.6334262, 30.282489 ], [ 120.6340847, 30.2825445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5941305, 30.2819786 ], [ 120.5994816, 30.2823071 ], [ 120.5998143, 30.282355 ], [ 120.6002243, 30.2823788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6002096, 30.2825511 ], [ 120.5998082, 30.2824933 ], [ 120.5995987, 30.282504 ], [ 120.5941115, 30.2821898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6002243, 30.2823788 ], [ 120.6005293, 30.2823967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6834437, 30.2762428 ], [ 120.6818041, 30.2757602 ], [ 120.6815648, 30.2757761 ], [ 120.6778514, 30.2748546 ], [ 120.6775604, 30.2747823 ], [ 120.6743753, 30.2740112 ], [ 120.6735192, 30.2737727 ], [ 120.6732615, 30.2737806 ], [ 120.6729761, 30.2740907 ], [ 120.6710062, 30.2771355 ], [ 120.6695335, 30.2794372 ], [ 120.6695057, 30.2794807 ], [ 120.6693124, 30.2796078 ], [ 120.6692571, 30.2796794 ], [ 120.6692203, 30.2799656 ], [ 120.6692848, 30.2803233 ], [ 120.6692571, 30.2805697 ], [ 120.6679868, 30.2836223 ], [ 120.6662194, 30.288042 ], [ 120.6654185, 30.2899894 ], [ 120.6651976, 30.2903471 ], [ 120.6651239, 30.2906174 ], [ 120.6649181, 30.2910516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6649181, 30.2910516 ], [ 120.6651239, 30.2906174 ], [ 120.6651976, 30.2903471 ], [ 120.6654185, 30.2899894 ], [ 120.6662194, 30.288042 ], [ 120.6679868, 30.2836223 ], [ 120.6692571, 30.2805697 ], [ 120.6692848, 30.2803233 ], [ 120.6692203, 30.2799656 ], [ 120.6692571, 30.2796794 ], [ 120.6693124, 30.2796078 ], [ 120.6695057, 30.2794807 ], [ 120.6695335, 30.2794372 ], [ 120.6710062, 30.2771355 ], [ 120.6729761, 30.2740907 ], [ 120.6732615, 30.2737806 ], [ 120.6735192, 30.2737727 ], [ 120.6743753, 30.2740112 ], [ 120.6775604, 30.2747823 ], [ 120.6778514, 30.2748546 ], [ 120.6815648, 30.2757761 ], [ 120.6818041, 30.2757602 ], [ 120.6834437, 30.2762428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6002096, 30.2825511 ], [ 120.6002243, 30.2823788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5306563, 30.2811168 ], [ 120.5281183, 30.2820668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5424467, 30.2808856 ], [ 120.5428951, 30.2822485 ], [ 120.5430295, 30.2826171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430295, 30.2826171 ], [ 120.5428951, 30.2822485 ], [ 120.5424467, 30.2808856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5307693, 30.2810745 ], [ 120.5313891, 30.2819291 ], [ 120.531844, 30.2826312 ], [ 120.5318703, 30.2826837 ], [ 120.5321211, 30.2831841 ], [ 120.5321878, 30.2833877 ], [ 120.5322062, 30.2834441 ], [ 120.5323684, 30.2839389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5322062, 30.2839862 ], [ 120.5320796, 30.2834798 ], [ 120.5320653, 30.2834224 ], [ 120.5320315, 30.2832872 ], [ 120.5315617, 30.2823764 ], [ 120.5306563, 30.2811168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430295, 30.2826171 ], [ 120.5430712, 30.2827316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430712, 30.2827316 ], [ 120.5430295, 30.2826171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5359566, 30.2828897 ], [ 120.5358537, 30.2829227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5358537, 30.2829227 ], [ 120.5359566, 30.2828897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5358537, 30.2829227 ], [ 120.5345527, 30.283302 ], [ 120.5328257, 30.2838056 ], [ 120.532661, 30.2838536 ], [ 120.5323684, 30.2839389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6005293, 30.2823967 ], [ 120.6005146, 30.282557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6005146, 30.282557 ], [ 120.6002096, 30.2825511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6340847, 30.2825445 ], [ 120.6351159, 30.2825895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6351159, 30.2825895 ], [ 120.6340847, 30.2825445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6005293, 30.2823967 ], [ 120.6009543, 30.2824241 ], [ 120.6014227, 30.2824401 ], [ 120.6014934, 30.2824439 ], [ 120.6041719, 30.2825885 ], [ 120.6043805, 30.2825997 ], [ 120.6068724, 30.2827547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6068495, 30.282974 ], [ 120.6011145, 30.2826157 ], [ 120.6009112, 30.2825785 ], [ 120.6005146, 30.282557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6068495, 30.282974 ], [ 120.6068724, 30.2827547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6068724, 30.2827547 ], [ 120.6068495, 30.282974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6068724, 30.2827547 ], [ 120.6132755, 30.2831224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6351159, 30.2825895 ], [ 120.6385192, 30.2828492 ], [ 120.6409826, 30.283002 ], [ 120.6437737, 30.2832566 ], [ 120.6471544, 30.2835621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6471544, 30.2835621 ], [ 120.6437737, 30.2832566 ], [ 120.6409826, 30.283002 ], [ 120.6385192, 30.2828492 ], [ 120.6351159, 30.2825895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6132613, 30.2833238 ], [ 120.6122248, 30.2832915 ], [ 120.6068495, 30.282974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6132755, 30.2831224 ], [ 120.6132613, 30.2833238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6132613, 30.2833238 ], [ 120.6132755, 30.2831224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "二线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.683346, 30.2764983 ], [ 120.6831693, 30.27696 ], [ 120.6827391, 30.278112 ], [ 120.6823291, 30.2792041 ], [ 120.6820779, 30.2799447 ], [ 120.6818874, 30.2803985 ], [ 120.6814629, 30.2814981 ], [ 120.6810674, 30.2826051 ], [ 120.68077, 30.2833431 ], [ 120.6806516, 30.2836822 ], [ 120.6804148, 30.2842856 ], [ 120.6802329, 30.2847793 ], [ 120.6799009, 30.2857068 ], [ 120.6795197, 30.2866717 ], [ 120.6786248, 30.2890863 ], [ 120.6782615, 30.2900356 ], [ 120.6778743, 30.2910777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "二线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6778743, 30.2910777 ], [ 120.6782615, 30.2900356 ], [ 120.6786248, 30.2890863 ], [ 120.6795197, 30.2866717 ], [ 120.6799009, 30.2857068 ], [ 120.6802329, 30.2847793 ], [ 120.6804148, 30.2842856 ], [ 120.6806516, 30.2836822 ], [ 120.68077, 30.2833431 ], [ 120.6810674, 30.2826051 ], [ 120.6814629, 30.2814981 ], [ 120.6818874, 30.2803985 ], [ 120.6820779, 30.2799447 ], [ 120.6823291, 30.2792041 ], [ 120.6827391, 30.278112 ], [ 120.6831693, 30.27696 ], [ 120.683346, 30.2764983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5868662, 30.2817429 ], [ 120.5866152, 30.284131 ], [ 120.5864529, 30.2857175 ], [ 120.5864142, 30.2863659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.586304, 30.2863753 ], [ 120.5863818, 30.2851848 ], [ 120.5865119, 30.2840105 ], [ 120.5867152, 30.2817374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5941115, 30.2821898 ], [ 120.5940194, 30.2832161 ], [ 120.593778, 30.2861576 ], [ 120.5937149, 30.2868815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5937149, 30.2868815 ], [ 120.593778, 30.2861576 ], [ 120.5940194, 30.2832161 ], [ 120.5941115, 30.2821898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5323684, 30.2839389 ], [ 120.532661, 30.2838536 ], [ 120.5328257, 30.2838056 ], [ 120.5345527, 30.283302 ], [ 120.5358537, 30.2829227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5288894, 30.2849327 ], [ 120.5288258, 30.2845546 ], [ 120.528776, 30.2842581 ], [ 120.5287704, 30.2842247 ], [ 120.5286379, 30.2836151 ], [ 120.5284723, 30.2828532 ], [ 120.5281183, 30.2820668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5281183, 30.2820668 ], [ 120.5284723, 30.2828532 ], [ 120.5286379, 30.2836151 ], [ 120.5287704, 30.2842247 ], [ 120.528776, 30.2842581 ], [ 120.5288258, 30.2845546 ], [ 120.5288894, 30.2849327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5322062, 30.2839862 ], [ 120.5323684, 30.2839389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5323684, 30.2839389 ], [ 120.5322062, 30.2839862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5359566, 30.2828897 ], [ 120.5360091, 30.2829771 ], [ 120.5368295, 30.2851327 ], [ 120.536913, 30.2852806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5367264, 30.2853259 ], [ 120.5366986, 30.2851354 ], [ 120.5359357, 30.2830957 ], [ 120.5358537, 30.2829227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4988821, 30.2867581 ], [ 120.4995845, 30.286767 ], [ 120.5004052, 30.2866975 ], [ 120.5004141, 30.2866964 ], [ 120.5005072, 30.2866848 ], [ 120.5010007, 30.2866234 ], [ 120.5032591, 30.2862204 ], [ 120.5051793, 30.285874 ], [ 120.5061612, 30.2856969 ], [ 120.507619, 30.2854167 ], [ 120.5080227, 30.2853276 ], [ 120.5080911, 30.2853125 ], [ 120.508586, 30.285155 ], [ 120.5093075, 30.2849396 ], [ 120.510898, 30.2844022 ], [ 120.5127474, 30.2837838 ], [ 120.5138726, 30.2834132 ], [ 120.5160211, 30.2827021 ], [ 120.518254, 30.281954 ], [ 120.5196491, 30.2814946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5196491, 30.2814946 ], [ 120.518254, 30.281954 ], [ 120.5160211, 30.2827021 ], [ 120.5138726, 30.2834132 ], [ 120.5127474, 30.2837838 ], [ 120.510898, 30.2844022 ], [ 120.5093075, 30.2849396 ], [ 120.508586, 30.285155 ], [ 120.5080911, 30.2853125 ], [ 120.5080227, 30.2853276 ], [ 120.507619, 30.2854167 ], [ 120.5061612, 30.2856969 ], [ 120.5051793, 30.285874 ], [ 120.5032591, 30.2862204 ], [ 120.5010007, 30.2866234 ], [ 120.5005072, 30.2866848 ], [ 120.5004141, 30.2866964 ], [ 120.5004052, 30.2866975 ], [ 120.4995845, 30.286767 ], [ 120.4988821, 30.2867581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5288894, 30.2849327 ], [ 120.5322062, 30.2839862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5322062, 30.2839862 ], [ 120.5288894, 30.2849327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5371526, 30.2854121 ], [ 120.5373533, 30.2853602 ], [ 120.5393325, 30.2848248 ], [ 120.5412025, 30.284319 ], [ 120.542806, 30.2838852 ], [ 120.5432974, 30.2837421 ], [ 120.5434498, 30.28377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5434498, 30.28377 ], [ 120.5433207, 30.2838629 ], [ 120.5412409, 30.284432 ], [ 120.5411018, 30.2844701 ], [ 120.5393704, 30.2849353 ], [ 120.537322, 30.2854856 ], [ 120.5371846, 30.2855771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5323684, 30.2839389 ], [ 120.5328154, 30.2865649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5326808, 30.2866017 ], [ 120.5322062, 30.2839862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5367264, 30.2853259 ], [ 120.5368152, 30.2852896 ], [ 120.536913, 30.2852806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.536913, 30.2852806 ], [ 120.5370087, 30.2853 ], [ 120.5370916, 30.2853455 ], [ 120.5371526, 30.2854121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.536601, 30.2855459 ], [ 120.5366129, 30.2854616 ], [ 120.5366563, 30.2853855 ], [ 120.5367264, 30.2853259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5288894, 30.2849327 ], [ 120.5251706, 30.2859697 ], [ 120.52475, 30.2859932 ], [ 120.5242699, 30.2859142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5242699, 30.2859142 ], [ 120.52475, 30.2859932 ], [ 120.5251706, 30.2859697 ], [ 120.5288894, 30.2849327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5998027, 30.2873149 ], [ 120.6002096, 30.2825511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6005146, 30.282557 ], [ 120.600103, 30.2870589 ], [ 120.6000756, 30.2873368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6139609, 30.2882533 ], [ 120.6140099, 30.2882432 ], [ 120.6141028, 30.2882309 ], [ 120.6155992, 30.2883789 ], [ 120.6156625, 30.2883821 ], [ 120.6178022, 30.2884902 ], [ 120.6180244, 30.2885076 ], [ 120.6184588, 30.2884967 ], [ 120.6188199, 30.2884095 ], [ 120.6189714, 30.2883811 ], [ 120.6190648, 30.2883898 ], [ 120.6191583, 30.2884138 ], [ 120.6193931, 30.288464 ], [ 120.6195093, 30.2884923 ], [ 120.6195901, 30.2884989 ], [ 120.619681, 30.2884814 ], [ 120.6197644, 30.28844 ], [ 120.6198325, 30.2883201 ], [ 120.6213439, 30.2856377 ], [ 120.6235409, 30.281743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6235409, 30.281743 ], [ 120.6213439, 30.2856377 ], [ 120.6198325, 30.2883201 ], [ 120.6197644, 30.28844 ], [ 120.619681, 30.2884814 ], [ 120.6195901, 30.2884989 ], [ 120.6195093, 30.2884923 ], [ 120.6193931, 30.288464 ], [ 120.6191583, 30.2884138 ], [ 120.6190648, 30.2883898 ], [ 120.6189714, 30.2883811 ], [ 120.6188199, 30.2884095 ], [ 120.6184588, 30.2884967 ], [ 120.6180244, 30.2885076 ], [ 120.6178022, 30.2884902 ], [ 120.6156625, 30.2883821 ], [ 120.6155992, 30.2883789 ], [ 120.6141028, 30.2882309 ], [ 120.6140099, 30.2882432 ], [ 120.6139609, 30.2882533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.606354, 30.287731 ], [ 120.6068495, 30.282974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6068495, 30.282974 ], [ 120.606354, 30.287731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6128306, 30.288156 ], [ 120.6131014, 30.2855854 ], [ 120.6132613, 30.2833238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6132613, 30.2833238 ], [ 120.6131014, 30.2855854 ], [ 120.6128306, 30.288156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6340847, 30.2825445 ], [ 120.6327288, 30.2848708 ], [ 120.6320237, 30.286125 ], [ 120.631192, 30.287452 ], [ 120.630734, 30.2882378 ], [ 120.6302277, 30.2890288 ], [ 120.6302277, 30.2892057 ], [ 120.6305492, 30.2892449 ], [ 120.6309217, 30.2892817 ], [ 120.631204, 30.2893358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.631204, 30.2893358 ], [ 120.6309217, 30.2892817 ], [ 120.6305492, 30.2892449 ], [ 120.6302277, 30.2892057 ], [ 120.6302277, 30.2890288 ], [ 120.630734, 30.2882378 ], [ 120.631192, 30.287452 ], [ 120.6320237, 30.286125 ], [ 120.6327288, 30.2848708 ], [ 120.6340847, 30.2825445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5437486, 30.2847515 ], [ 120.5434498, 30.28377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5434498, 30.28377 ], [ 120.5437486, 30.2847515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5606533, 30.2845916 ], [ 120.5568561, 30.2842861 ], [ 120.5568229, 30.284285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5568229, 30.284285 ], [ 120.5568561, 30.2842861 ], [ 120.5606533, 30.2845916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5606533, 30.2845916 ], [ 120.5607356, 30.2845925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5607356, 30.2845925 ], [ 120.5606533, 30.2845916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.586304, 30.2863753 ], [ 120.5857931, 30.2863631 ], [ 120.5857134, 30.2863612 ], [ 120.585359, 30.2863396 ], [ 120.5839772, 30.2862039 ], [ 120.5819834, 30.2860777 ], [ 120.581928, 30.2860742 ], [ 120.578999, 30.2858565 ], [ 120.5742489, 30.2855137 ], [ 120.5725638, 30.2854 ], [ 120.5697186, 30.285208 ], [ 120.5657597, 30.2849393 ], [ 120.5607356, 30.2845925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5607356, 30.2845925 ], [ 120.5657597, 30.2849393 ], [ 120.5697186, 30.285208 ], [ 120.5725638, 30.2854 ], [ 120.5742489, 30.2855137 ], [ 120.578999, 30.2858565 ], [ 120.581928, 30.2860742 ], [ 120.5819834, 30.2860777 ], [ 120.5839772, 30.2862039 ], [ 120.585359, 30.2863396 ], [ 120.5857134, 30.2863612 ], [ 120.5857931, 30.2863631 ], [ 120.586304, 30.2863753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5567152, 30.2881316 ], [ 120.5567842, 30.2866684 ], [ 120.5568301, 30.2848645 ], [ 120.5568377, 30.2845077 ], [ 120.5568229, 30.284285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5568229, 30.284285 ], [ 120.5568377, 30.2845077 ], [ 120.5568301, 30.2848645 ], [ 120.5567842, 30.2866684 ], [ 120.5567152, 30.2881316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6351159, 30.2825895 ], [ 120.6345307, 30.2836114 ], [ 120.6337472, 30.2849749 ], [ 120.6332169, 30.2858908 ], [ 120.631204, 30.2893358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.631204, 30.2893358 ], [ 120.6332169, 30.2858908 ], [ 120.6337472, 30.2849749 ], [ 120.6345307, 30.2836114 ], [ 120.6351159, 30.2825895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.586304, 30.2863753 ], [ 120.5864142, 30.2863659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5864142, 30.2863659 ], [ 120.586304, 30.2863753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5864142, 30.2863659 ], [ 120.5907874, 30.2866532 ], [ 120.5937149, 30.2868815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5937149, 30.2868815 ], [ 120.5907874, 30.2866532 ], [ 120.5864142, 30.2863659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5998027, 30.2873149 ], [ 120.5937149, 30.2868815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5937149, 30.2868815 ], [ 120.5998027, 30.2873149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5998027, 30.2873149 ], [ 120.6000756, 30.2873368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6000756, 30.2873368 ], [ 120.5998027, 30.2873149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5371526, 30.2854121 ], [ 120.5371848, 30.2854923 ], [ 120.5371846, 30.2855771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5366706, 30.2856985 ], [ 120.5366219, 30.2856288 ], [ 120.536601, 30.2855459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5371846, 30.2855771 ], [ 120.5371519, 30.2856572 ], [ 120.5370936, 30.2857211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5368298, 30.2857817 ], [ 120.5367424, 30.2857513 ], [ 120.5366706, 30.2856985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5370936, 30.2857211 ], [ 120.5370149, 30.2857659 ], [ 120.5369238, 30.2857868 ], [ 120.5368298, 30.2857817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5328154, 30.2865649 ], [ 120.533144, 30.286475 ], [ 120.5333333, 30.2864233 ], [ 120.534206, 30.2861846 ], [ 120.5354714, 30.2858502 ], [ 120.5364562, 30.28559 ], [ 120.536601, 30.2855459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5366706, 30.2856985 ], [ 120.5365205, 30.2856997 ], [ 120.5333464, 30.2865703 ], [ 120.5331986, 30.2866108 ], [ 120.5328046, 30.2867154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5288894, 30.2849327 ], [ 120.5292553, 30.287551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5292553, 30.287551 ], [ 120.5288894, 30.2849327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5326808, 30.2866017 ], [ 120.5328154, 30.2865649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5328154, 30.2865649 ], [ 120.5328046, 30.2867154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5326577, 30.2867544 ], [ 120.5326808, 30.2866017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5370936, 30.2857211 ], [ 120.5370813, 30.2858914 ], [ 120.5374729, 30.2876403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5373294, 30.2876794 ], [ 120.5369263, 30.2859438 ], [ 120.5368298, 30.2857817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5328046, 30.2867154 ], [ 120.5326577, 30.2867544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5374729, 30.2876403 ], [ 120.5398523, 30.2870596 ], [ 120.5400242, 30.2870158 ], [ 120.5428015, 30.2863085 ], [ 120.5430839, 30.2862756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430839, 30.2862756 ], [ 120.5428015, 30.2863085 ], [ 120.5400242, 30.2870158 ], [ 120.5398523, 30.2870596 ], [ 120.5374729, 30.2876403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5292553, 30.287551 ], [ 120.5315501, 30.286911 ], [ 120.5326808, 30.2866017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5326577, 30.2867544 ], [ 120.5303017, 30.2873798 ], [ 120.5292639, 30.2876573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5292639, 30.2876573 ], [ 120.5292553, 30.287551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563346, 30.2789246 ], [ 120.356504, 30.2789286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3516611, 30.2789358 ], [ 120.3563346, 30.2789246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.377311, 30.2790242 ], [ 120.3772104, 30.2788981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716781, 30.2789001 ], [ 120.3717935, 30.2790331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715806, 30.2790333 ], [ 120.3716781, 30.2789001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.366395, 30.2788976 ], [ 120.3663949, 30.2790567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662003, 30.279064 ], [ 120.3662002, 30.2788947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610912, 30.279064 ], [ 120.3610909, 30.2789126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610909, 30.2789126 ], [ 120.3610912, 30.279064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563311, 30.2790693 ], [ 120.3563346, 30.2789246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356504, 30.2789286 ], [ 120.3565115, 30.2790688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3775252, 30.2790227 ], [ 120.377311, 30.2790242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.377311, 30.2790242 ], [ 120.3768097, 30.2790242 ], [ 120.3763323, 30.2790242 ], [ 120.3760299, 30.2790238 ], [ 120.3759023, 30.2790241 ], [ 120.3717935, 30.2790331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3717935, 30.2790331 ], [ 120.3715806, 30.2790333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715806, 30.2790333 ], [ 120.3708735, 30.2790365 ], [ 120.3663949, 30.2790567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662003, 30.279064 ], [ 120.366009, 30.2790635 ], [ 120.3657063, 30.2790628 ], [ 120.363053, 30.2790564 ], [ 120.3610912, 30.279064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3663949, 30.2790567 ], [ 120.3662003, 30.279064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610912, 30.279064 ], [ 120.3565115, 30.2790688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565115, 30.2790688 ], [ 120.3563311, 30.2790693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563311, 30.2790693 ], [ 120.3531185, 30.2790974 ], [ 120.3516567, 30.2790968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388692, 30.2790359 ], [ 120.3390484, 30.2789374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456757, 30.2790959 ], [ 120.3456839, 30.2789309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3516567, 30.2790968 ], [ 120.3516611, 30.2789358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3516611, 30.2789358 ], [ 120.3516567, 30.2790968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3390484, 30.2789374 ], [ 120.3391534, 30.2790966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "13号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3459021, 30.2789425 ], [ 120.3458963, 30.2791028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410304, 30.2789431 ], [ 120.3410277, 30.2791168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410277, 30.2791168 ], [ 120.3410304, 30.2789431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3391534, 30.2790966 ], [ 120.3388692, 30.2790359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3456757, 30.2790959 ], [ 120.3431267, 30.2790782 ], [ 120.3410277, 30.2791168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3717935, 30.2790331 ], [ 120.3718183, 30.2807408 ], [ 120.3718112, 30.2821211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715849, 30.2821221 ], [ 120.3715806, 30.2790333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3663949, 30.2790567 ], [ 120.3663931, 30.2821452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662033, 30.2821446 ], [ 120.3662003, 30.279064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563289, 30.2821369 ], [ 120.3563309, 30.2793356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356513, 30.2793356 ], [ 120.3565295, 30.2821387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610977, 30.2821614 ], [ 120.3610918, 30.2793488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610918, 30.2793488 ], [ 120.3610977, 30.2821614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718112, 30.2821211 ], [ 120.3723288, 30.2821188 ], [ 120.3746791, 30.2821218 ], [ 120.3753951, 30.2820854 ], [ 120.3758811, 30.2819835 ], [ 120.3764327, 30.2817966 ], [ 120.377134, 30.2815508 ], [ 120.3772426, 30.2815128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772426, 30.2815128 ], [ 120.377134, 30.2815508 ], [ 120.3764327, 30.2817966 ], [ 120.3758811, 30.2819835 ], [ 120.3753951, 30.2820854 ], [ 120.3746791, 30.2821218 ], [ 120.3723288, 30.2821188 ], [ 120.3718112, 30.2821211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458963, 30.2791028 ], [ 120.3456757, 30.2790959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3516567, 30.2790968 ], [ 120.3496863, 30.2790959 ], [ 120.3488916, 30.2791033 ], [ 120.3458963, 30.2791028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3410277, 30.2791168 ], [ 120.340033, 30.2791061 ], [ 120.3397305, 30.2791028 ], [ 120.3391534, 30.2790966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346249, 30.2805451 ], [ 120.3388692, 30.2790359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388692, 30.2790359 ], [ 120.3346249, 30.2805451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3516567, 30.2790968 ], [ 120.3516655, 30.2800493 ], [ 120.3516787, 30.2811215 ], [ 120.3517446, 30.2821568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3517446, 30.2821568 ], [ 120.3516787, 30.2811215 ], [ 120.3516655, 30.2800493 ], [ 120.3516567, 30.2790968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3391534, 30.2790966 ], [ 120.3417707, 30.2825293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3415858, 30.2826145 ], [ 120.3388692, 30.2790359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.330505, 30.2820831 ], [ 120.3346249, 30.2805451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715849, 30.2821221 ], [ 120.3718112, 30.2821211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718112, 30.2821211 ], [ 120.3715849, 30.2821221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3663931, 30.2821452 ], [ 120.3715849, 30.2821221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715849, 30.2821221 ], [ 120.3663931, 30.2821452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565295, 30.2821387 ], [ 120.3563289, 30.2821369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563289, 30.2821369 ], [ 120.3565295, 30.2821387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3663931, 30.2821452 ], [ 120.3662033, 30.2821446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662033, 30.2821446 ], [ 120.3663931, 30.2821452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3525773, 30.2821532 ], [ 120.3563289, 30.2821369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563289, 30.2821369 ], [ 120.3525773, 30.2821532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346249, 30.2805451 ], [ 120.330505, 30.2820831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3302678, 30.2816677 ], [ 120.3304262, 30.2819451 ], [ 120.330505, 30.2820831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.330505, 30.2820831 ], [ 120.3304262, 30.2819451 ], [ 120.3302678, 30.2816677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3417707, 30.2825293 ], [ 120.34194, 30.2824513 ], [ 120.342346, 30.2822942 ], [ 120.3429081, 30.2821401 ], [ 120.3453543, 30.2821586 ], [ 120.3492238, 30.2821586 ], [ 120.3496431, 30.2821586 ], [ 120.351341, 30.2821586 ], [ 120.3517446, 30.2821568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3517446, 30.2821568 ], [ 120.351341, 30.2821586 ], [ 120.3496431, 30.2821586 ], [ 120.3492238, 30.2821586 ], [ 120.3453543, 30.2821586 ], [ 120.3429081, 30.2821401 ], [ 120.342346, 30.2822942 ], [ 120.34194, 30.2824513 ], [ 120.3417707, 30.2825293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3417707, 30.2825293 ], [ 120.3415858, 30.2826145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3415858, 30.2826145 ], [ 120.3417707, 30.2825293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.337114, 30.2846402 ], [ 120.3346249, 30.2805451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346249, 30.2805451 ], [ 120.337114, 30.2846402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.337114, 30.2846402 ], [ 120.3415858, 30.2826145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565295, 30.2821387 ], [ 120.3610977, 30.2821614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610977, 30.2821614 ], [ 120.3565295, 30.2821387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610977, 30.2821614 ], [ 120.3656104, 30.2821401 ], [ 120.3656266, 30.28214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3656266, 30.28214 ], [ 120.3656104, 30.2821401 ], [ 120.3610977, 30.2821614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718112, 30.2821211 ], [ 120.3718232, 30.2851278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715894, 30.2851273 ], [ 120.3715849, 30.2821221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565295, 30.2821387 ], [ 120.3565355, 30.285119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563447, 30.2851233 ], [ 120.3563358, 30.2833589 ], [ 120.3563289, 30.2821369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3663931, 30.2821452 ], [ 120.3664153, 30.2851218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662188, 30.2851292 ], [ 120.3662044, 30.2832269 ], [ 120.3662033, 30.2821446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611171, 30.2851179 ], [ 120.3610977, 30.2821614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3610977, 30.2821614 ], [ 120.3611171, 30.2851179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3775252, 30.2790227 ], [ 120.3776991, 30.2792574 ], [ 120.3777444, 30.2793184 ], [ 120.3779885, 30.2796844 ], [ 120.3781103, 30.2798636 ], [ 120.37871, 30.281051 ], [ 120.3792518, 30.2822115 ], [ 120.3798365, 30.2834136 ], [ 120.3802174, 30.2842057 ], [ 120.3802925, 30.2843956 ], [ 120.3803596, 30.2846249 ], [ 120.3804052, 30.2848427 ], [ 120.3804347, 30.2851854 ], [ 120.3804223, 30.2854387 ], [ 120.3803971, 30.2857436 ], [ 120.3803821, 30.2861359 ], [ 120.3804078, 30.2864338 ], [ 120.3804608, 30.2866523 ], [ 120.3805393, 30.2869063 ], [ 120.3806718, 30.2871434 ], [ 120.3808209, 30.2874066 ], [ 120.3810044, 30.2876251 ], [ 120.3811401, 30.2877587 ], [ 120.3815167, 30.2880669 ], [ 120.3821245, 30.2885739 ], [ 120.3823042, 30.2887685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3821592, 30.288818 ], [ 120.3820252, 30.2886524 ], [ 120.3816443, 30.2883096 ], [ 120.3814404, 30.2881379 ], [ 120.3810556, 30.2878445 ], [ 120.3809416, 30.2877445 ], [ 120.3807914, 30.2875638 ], [ 120.3806626, 30.2874017 ], [ 120.3805285, 30.2871701 ], [ 120.3804212, 30.2869385 ], [ 120.3803354, 30.2866976 ], [ 120.3802954, 30.2865274 ], [ 120.3802549, 30.2861463 ], [ 120.380271, 30.2859055 ], [ 120.3802817, 30.2855951 ], [ 120.3803086, 30.2853357 ], [ 120.3802978, 30.2850439 ], [ 120.3802442, 30.2847659 ], [ 120.3801476, 30.284488 ], [ 120.3800243, 30.2841498 ], [ 120.3799384, 30.2840016 ], [ 120.3797721, 30.2837792 ], [ 120.3795522, 30.2835106 ], [ 120.3793269, 30.2832928 ], [ 120.3789836, 30.2828759 ], [ 120.3787743, 30.2825655 ], [ 120.3786134, 30.2822876 ], [ 120.3785115, 30.2820791 ], [ 120.3784042, 30.2817688 ], [ 120.3783184, 30.2814306 ], [ 120.3782379, 30.280972 ], [ 120.3781789, 30.2807357 ], [ 120.3781067, 30.2804172 ], [ 120.3779536, 30.2800686 ], [ 120.3777497, 30.2796424 ], [ 120.377311, 30.2790242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3771935, 30.2850271 ], [ 120.3785812, 30.2845523 ], [ 120.378673, 30.2845209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3787616, 30.2846769 ], [ 120.3786567, 30.2847134 ], [ 120.3782736, 30.2848467 ], [ 120.3777479, 30.2850315 ], [ 120.3773293, 30.285156 ], [ 120.3772159, 30.2851779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770139, 30.2850679 ], [ 120.3771935, 30.2850271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718232, 30.2851278 ], [ 120.3763578, 30.2851029 ], [ 120.3770139, 30.2850679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3771935, 30.2850271 ], [ 120.3772159, 30.2851779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611171, 30.2851179 ], [ 120.3656692, 30.285119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3415858, 30.2826145 ], [ 120.337114, 30.2846402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3417707, 30.2825293 ], [ 120.3437671, 30.28515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3436235, 30.2852837 ], [ 120.3415858, 30.2826145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331033, 30.2864641 ], [ 120.330505, 30.2820831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.330505, 30.2820831 ], [ 120.3331033, 30.2864641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3437671, 30.28515 ], [ 120.3439858, 30.2851494 ], [ 120.3445077, 30.2851479 ], [ 120.345094, 30.2851462 ], [ 120.3452286, 30.2851458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3436235, 30.2852837 ], [ 120.3437671, 30.28515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3437671, 30.28515 ], [ 120.3438968, 30.285322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438968, 30.285322 ], [ 120.3436235, 30.2852837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3452373, 30.2853093 ], [ 120.3450941, 30.285311 ], [ 120.3446359, 30.2853165 ], [ 120.344114, 30.2853204 ], [ 120.3438968, 30.285322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4539047, 30.281395 ], [ 120.4543576, 30.2813989 ], [ 120.4558778, 30.2814239 ], [ 120.4574458, 30.2814516 ], [ 120.4599856, 30.2814349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.45367, 30.2816 ], [ 120.4536982, 30.2813755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4539047, 30.281395 ], [ 120.4539029, 30.2816007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4599736, 30.2816169 ], [ 120.4599856, 30.2814349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4599856, 30.2814349 ], [ 120.4599736, 30.2816169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4539029, 30.2816007 ], [ 120.45367, 30.2816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4599736, 30.2816169 ], [ 120.4574316, 30.2816032 ], [ 120.456203, 30.2815986 ], [ 120.4553966, 30.2815922 ], [ 120.4539029, 30.2816007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4423961, 30.2821407 ], [ 120.4431502, 30.281988 ], [ 120.4438901, 30.2818388 ], [ 120.4446321, 30.2817212 ], [ 120.4456727, 30.281632 ], [ 120.4476533, 30.2814226 ], [ 120.4488162, 30.2813593 ], [ 120.4493281, 30.2813364 ], [ 120.4501592, 30.2813213 ], [ 120.4509363, 30.2813258 ], [ 120.4515246, 30.281322 ], [ 120.4518516, 30.2813409 ], [ 120.4519847, 30.2813446 ], [ 120.4522408, 30.2813332 ], [ 120.4536982, 30.2813755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.45367, 30.2816 ], [ 120.4523751, 30.281575 ], [ 120.4518254, 30.2814944 ], [ 120.4515122, 30.2814927 ], [ 120.4502283, 30.2814786 ], [ 120.4492051, 30.2815103 ], [ 120.4484621, 30.2815411 ], [ 120.4456347, 30.2818427 ], [ 120.4448593, 30.2819248 ], [ 120.4442905, 30.2820105 ], [ 120.4436416, 30.2821343 ], [ 120.4428901, 30.282281 ], [ 120.4424138, 30.2823935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4599856, 30.2814349 ], [ 120.4612235, 30.2814268 ], [ 120.4630577, 30.2814578 ], [ 120.4636456, 30.2814677 ], [ 120.4639761, 30.2814774 ], [ 120.4652027, 30.2815572 ], [ 120.4697421, 30.2820136 ], [ 120.4715721, 30.2822005 ], [ 120.4721749, 30.2822596 ], [ 120.47302, 30.2823403 ], [ 120.4738046, 30.2824063 ], [ 120.4745891, 30.2824433 ], [ 120.4753812, 30.2824704 ], [ 120.4762033, 30.2824533 ], [ 120.4770907, 30.2823976 ], [ 120.4780522, 30.2823291 ], [ 120.4799067, 30.2821112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4308275, 30.2818077 ], [ 120.4308491, 30.2817008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4309883, 30.2817717 ], [ 120.4308275, 30.2818077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4378526, 30.283492 ], [ 120.4377556, 30.2832747 ], [ 120.4376424, 30.2830786 ], [ 120.4374485, 30.2828794 ], [ 120.4372153, 30.2827478 ], [ 120.43698, 30.2826639 ], [ 120.435688, 30.2824727 ], [ 120.4340054, 30.2822237 ], [ 120.432195, 30.28192 ], [ 120.4314301, 30.2818256 ], [ 120.4309883, 30.2817717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4309883, 30.2817717 ], [ 120.4314301, 30.2818256 ], [ 120.432195, 30.28192 ], [ 120.4340054, 30.2822237 ], [ 120.435688, 30.2824727 ], [ 120.43698, 30.2826639 ], [ 120.4372153, 30.2827478 ], [ 120.4374485, 30.2828794 ], [ 120.4376424, 30.2830786 ], [ 120.4377556, 30.2832747 ], [ 120.4378526, 30.283492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4058623, 30.2768189 ], [ 120.4058312, 30.2770519 ], [ 120.4058435, 30.2772848 ], [ 120.4058211, 30.2774211 ], [ 120.4057813, 30.2775744 ], [ 120.4056311, 30.2779636 ], [ 120.4053951, 30.2783342 ], [ 120.4050088, 30.2786863 ], [ 120.4047728, 30.278825 ], [ 120.4047154, 30.2788609 ], [ 120.40436, 30.2790775 ], [ 120.4037013, 30.2794724 ], [ 120.4034424, 30.2797518 ], [ 120.4033663, 30.2798509 ], [ 120.4033111, 30.2799485 ], [ 120.4035472, 30.280861 ], [ 120.403684, 30.2812687 ], [ 120.4036598, 30.2814494 ], [ 120.4039173, 30.2818732 ], [ 120.4043626, 30.2825264 ], [ 120.4045879, 30.2831819 ], [ 120.4047086, 30.2838187 ], [ 120.4048333, 30.2842841 ], [ 120.4050465, 30.2849629 ], [ 120.4054328, 30.2852223 ], [ 120.4062643, 30.285725 ], [ 120.4065378, 30.285945 ], [ 120.4066559, 30.2862438 ], [ 120.4067001, 30.2868388 ], [ 120.406861, 30.2870912 ], [ 120.4072969, 30.2875524 ], [ 120.4073285, 30.2876161 ], [ 120.4073922, 30.2883318 ], [ 120.4074109, 30.2884739 ], [ 120.4075759, 30.2887336 ], [ 120.407765, 30.289141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.407765, 30.289141 ], [ 120.4075759, 30.2887336 ], [ 120.4074109, 30.2884739 ], [ 120.4073922, 30.2883318 ], [ 120.4073285, 30.2876161 ], [ 120.4072969, 30.2875524 ], [ 120.406861, 30.2870912 ], [ 120.4067001, 30.2868388 ], [ 120.4066559, 30.2862438 ], [ 120.4065378, 30.285945 ], [ 120.4062643, 30.285725 ], [ 120.4054328, 30.2852223 ], [ 120.4050465, 30.2849629 ], [ 120.4048333, 30.2842841 ], [ 120.4047086, 30.2838187 ], [ 120.4045879, 30.2831819 ], [ 120.4043626, 30.2825264 ], [ 120.4039173, 30.2818732 ], [ 120.4036598, 30.2814494 ], [ 120.403684, 30.2812687 ], [ 120.4035472, 30.280861 ], [ 120.4033111, 30.2799485 ], [ 120.4033663, 30.2798509 ], [ 120.4034424, 30.2797518 ], [ 120.4037013, 30.2794724 ], [ 120.40436, 30.2790775 ], [ 120.4047154, 30.2788609 ], [ 120.4047728, 30.278825 ], [ 120.4050088, 30.2786863 ], [ 120.4053951, 30.2783342 ], [ 120.4056311, 30.2779636 ], [ 120.4057813, 30.2775744 ], [ 120.4058211, 30.2774211 ], [ 120.4058435, 30.2772848 ], [ 120.4058312, 30.2770519 ], [ 120.4058623, 30.2768189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397264, 30.2828763 ], [ 120.4396137, 30.2831762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4396137, 30.2831762 ], [ 120.4397264, 30.2828763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4378526, 30.283492 ], [ 120.4386564, 30.283218 ], [ 120.4395989, 30.2829099 ], [ 120.4397264, 30.2828763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4395577, 30.2833493 ], [ 120.4396137, 30.2831762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799428, 30.2822979 ], [ 120.4780839, 30.2824839 ], [ 120.476668, 30.2825868 ], [ 120.4758723, 30.2826267 ], [ 120.4748684, 30.2826178 ], [ 120.4741627, 30.2825873 ], [ 120.4733787, 30.2825332 ], [ 120.4724181, 30.2824552 ], [ 120.4715387, 30.2823737 ], [ 120.4707288, 30.2822881 ], [ 120.4690807, 30.2821173 ], [ 120.4675058, 30.2819642 ], [ 120.4662629, 30.2818415 ], [ 120.4648061, 30.2817237 ], [ 120.4639626, 30.2816496 ], [ 120.4636413, 30.2816287 ], [ 120.4630625, 30.2816139 ], [ 120.4627739, 30.2816065 ], [ 120.4621443, 30.2816004 ], [ 120.4611199, 30.2816231 ], [ 120.4599736, 30.2816169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4424138, 30.2823935 ], [ 120.4423961, 30.2821407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4423961, 30.2821407 ], [ 120.4424138, 30.2823935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397264, 30.2828763 ], [ 120.4407881, 30.2825967 ], [ 120.4416565, 30.2823361 ], [ 120.4423961, 30.2821407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4424138, 30.2823935 ], [ 120.4406046, 30.282867 ], [ 120.4405254, 30.2828917 ], [ 120.4396137, 30.2831762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4425206, 30.2834784 ], [ 120.4424252, 30.2833125 ], [ 120.4424138, 30.2823935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4424138, 30.2823935 ], [ 120.4424252, 30.2833125 ], [ 120.4425206, 30.2834784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4532415, 30.284678 ], [ 120.4533183, 30.2841398 ], [ 120.4534755, 30.2830376 ], [ 120.45367, 30.2816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4539029, 30.2816007 ], [ 120.4537044, 30.2830283 ], [ 120.4535636, 30.2835665 ], [ 120.4534752, 30.2841646 ], [ 120.4533975, 30.2846904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4395577, 30.2833493 ], [ 120.4402674, 30.2834338 ], [ 120.4403514, 30.2834017 ], [ 120.440427, 30.2833323 ], [ 120.4404632, 30.2831832 ], [ 120.4425206, 30.2834784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4396137, 30.2831762 ], [ 120.4395577, 30.2833493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4396137, 30.2831762 ], [ 120.439437, 30.2832313 ], [ 120.4385952, 30.2835165 ], [ 120.4380028, 30.2837303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4395577, 30.2833493 ], [ 120.4392156, 30.2834529 ], [ 120.4387591, 30.2836042 ], [ 120.4381895, 30.2838003 ], [ 120.4380795, 30.283791 ], [ 120.4380028, 30.2837303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4380028, 30.2837303 ], [ 120.4380795, 30.283791 ], [ 120.4381895, 30.2838003 ], [ 120.4387591, 30.2836042 ], [ 120.4392156, 30.2834529 ], [ 120.4395577, 30.2833493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4380028, 30.2837303 ], [ 120.4378526, 30.283492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "阳城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4378526, 30.283492 ], [ 120.4380028, 30.2837303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4261203, 30.2814591 ], [ 120.4259213, 30.2821784 ], [ 120.4257543, 30.2826991 ], [ 120.4251215, 30.2846719 ], [ 120.4246119, 30.2862608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4246119, 30.2862608 ], [ 120.4251215, 30.2846719 ], [ 120.4257543, 30.2826991 ], [ 120.4259213, 30.2821784 ], [ 120.4261203, 30.2814591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4309883, 30.2817717 ], [ 120.4309485, 30.2823036 ], [ 120.4308141, 30.2839371 ], [ 120.430762, 30.2846268 ], [ 120.4307024, 30.2854065 ], [ 120.4306501, 30.2861531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4304874, 30.2862133 ], [ 120.4306308, 30.2842414 ], [ 120.4306874, 30.2835125 ], [ 120.4307231, 30.2830526 ], [ 120.4307501, 30.2826169 ], [ 120.4307975, 30.2820307 ], [ 120.4308275, 30.2818077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4843373, 30.2818488 ], [ 120.4816808, 30.2821237 ], [ 120.4799428, 30.2822979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799428, 30.2822979 ], [ 120.4799067, 30.2821112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799067, 30.2821112 ], [ 120.4799428, 30.2822979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4988821, 30.2867581 ], [ 120.4988381, 30.2864847 ], [ 120.4987137, 30.2861857 ], [ 120.4985645, 30.2859242 ], [ 120.4982271, 30.2855108 ], [ 120.4978457, 30.2850672 ], [ 120.4969962, 30.2840961 ], [ 120.4954662, 30.282482 ], [ 120.4939316, 30.2808183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4939316, 30.2808183 ], [ 120.4954662, 30.282482 ], [ 120.4969962, 30.2840961 ], [ 120.4978457, 30.2850672 ], [ 120.4982271, 30.2855108 ], [ 120.4985645, 30.2859242 ], [ 120.4987137, 30.2861857 ], [ 120.4988381, 30.2864847 ], [ 120.4988821, 30.2867581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885011, 30.2813856 ], [ 120.4888903, 30.2828824 ], [ 120.489224, 30.2840859 ], [ 120.4892817, 30.2843023 ], [ 120.4892979, 30.2843736 ], [ 120.4895697, 30.2854324 ], [ 120.4895901, 30.2855119 ], [ 120.489754, 30.2861505 ], [ 120.4899418, 30.2867196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义蓬中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4899418, 30.2867196 ], [ 120.489754, 30.2861505 ], [ 120.4895901, 30.2855119 ], [ 120.4895697, 30.2854324 ], [ 120.4892979, 30.2843736 ], [ 120.4892817, 30.2843023 ], [ 120.489224, 30.2840859 ], [ 120.4888903, 30.2828824 ], [ 120.4885011, 30.2813856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4846216, 30.2818011 ], [ 120.4851086, 30.283426 ], [ 120.4855694, 30.2849103 ], [ 120.4857645, 30.2858228 ], [ 120.4859098, 30.2866841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857012, 30.2866583 ], [ 120.485617, 30.2861105 ], [ 120.4854843, 30.2855819 ], [ 120.48526, 30.2846884 ], [ 120.4848522, 30.2834071 ], [ 120.4843373, 30.2818488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.480927, 30.2872395 ], [ 120.4807855, 30.2865018 ], [ 120.4804195, 30.2845931 ], [ 120.4802943, 30.2839399 ], [ 120.4799428, 30.2822979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4425206, 30.2834784 ], [ 120.4404632, 30.2831832 ], [ 120.440427, 30.2833323 ], [ 120.4403514, 30.2834017 ], [ 120.4402674, 30.2834338 ], [ 120.4395577, 30.2833493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4532415, 30.284678 ], [ 120.4527109, 30.2846039 ], [ 120.4509314, 30.2844074 ], [ 120.4505808, 30.2843706 ], [ 120.4496272, 30.2842575 ], [ 120.449234, 30.2842081 ], [ 120.4478633, 30.2840492 ], [ 120.447321, 30.2839987 ], [ 120.4452801, 30.2838088 ], [ 120.4437631, 30.2836676 ], [ 120.4425206, 30.2834784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4425206, 30.2834784 ], [ 120.4437631, 30.2836676 ], [ 120.4452801, 30.2838088 ], [ 120.447321, 30.2839987 ], [ 120.4478633, 30.2840492 ], [ 120.449234, 30.2842081 ], [ 120.4496272, 30.2842575 ], [ 120.4505808, 30.2843706 ], [ 120.4509314, 30.2844074 ], [ 120.4527109, 30.2846039 ], [ 120.4532415, 30.284678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4533975, 30.2846904 ], [ 120.4532415, 30.284678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4532415, 30.284678 ], [ 120.4533975, 30.2846904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4594779, 30.2853615 ], [ 120.4580619, 30.2851901 ], [ 120.455577, 30.2849299 ], [ 120.4539677, 30.2847442 ], [ 120.4533975, 30.2846904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4533975, 30.2846904 ], [ 120.4539677, 30.2847442 ], [ 120.455577, 30.2849299 ], [ 120.4580619, 30.2851901 ], [ 120.4594779, 30.2853615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4594779, 30.2853615 ], [ 120.4597658, 30.2853916 ], [ 120.4620075, 30.2856339 ], [ 120.4624705, 30.2856736 ], [ 120.4635443, 30.2857794 ], [ 120.464015, 30.2858246 ], [ 120.4651717, 30.285936 ], [ 120.4663217, 30.2860963 ], [ 120.4666382, 30.2861493 ], [ 120.4686552, 30.2864871 ], [ 120.4690039, 30.2865455 ], [ 120.4705809, 30.2868096 ], [ 120.4711765, 30.286899 ], [ 120.4717827, 30.2869899 ], [ 120.4730487, 30.2871798 ], [ 120.4732418, 30.2872088 ], [ 120.4741484, 30.2873448 ], [ 120.4755002, 30.2875476 ], [ 120.4756449, 30.2875693 ], [ 120.4767843, 30.287699 ], [ 120.4777694, 30.2876649 ], [ 120.4778572, 30.2876619 ], [ 120.4789442, 30.2875226 ], [ 120.4793821, 30.2874665 ], [ 120.480927, 30.2872395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.480927, 30.2872395 ], [ 120.4793821, 30.2874665 ], [ 120.4789442, 30.2875226 ], [ 120.4778572, 30.2876619 ], [ 120.4777694, 30.2876649 ], [ 120.4767843, 30.287699 ], [ 120.4756449, 30.2875693 ], [ 120.4755002, 30.2875476 ], [ 120.4741484, 30.2873448 ], [ 120.4732418, 30.2872088 ], [ 120.4730487, 30.2871798 ], [ 120.4717827, 30.2869899 ], [ 120.4711765, 30.286899 ], [ 120.4705809, 30.2868096 ], [ 120.4690039, 30.2865455 ], [ 120.4686552, 30.2864871 ], [ 120.4666382, 30.2861493 ], [ 120.4663217, 30.2860963 ], [ 120.4651717, 30.285936 ], [ 120.464015, 30.2858246 ], [ 120.4635443, 30.2857794 ], [ 120.4624705, 30.2856736 ], [ 120.4620075, 30.2856339 ], [ 120.4597658, 30.2853916 ], [ 120.4594779, 30.2853615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4525885, 30.2894746 ], [ 120.4526654, 30.2889291 ], [ 120.452881, 30.2872865 ], [ 120.4530054, 30.2863872 ], [ 120.4531662, 30.2851765 ], [ 120.4532415, 30.284678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4533975, 30.2846904 ], [ 120.4533224, 30.2851703 ], [ 120.4530562, 30.2871806 ], [ 120.4527504, 30.2894748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4593633, 30.2895645 ], [ 120.4593685, 30.2870083 ], [ 120.4593689, 30.2868127 ], [ 120.4593788, 30.2866879 ], [ 120.4594779, 30.2853615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4594779, 30.2853615 ], [ 120.4593788, 30.2866879 ], [ 120.4593689, 30.2868127 ], [ 120.4593685, 30.2870083 ], [ 120.4593633, 30.2895645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4525885, 30.2894746 ], [ 120.4506101, 30.2894665 ], [ 120.4490607, 30.2894815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4490607, 30.2894815 ], [ 120.4506101, 30.2894665 ], [ 120.4525885, 30.2894746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4525885, 30.2894746 ], [ 120.4527504, 30.2894748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4527504, 30.2894748 ], [ 120.4525885, 30.2894746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4527504, 30.2894748 ], [ 120.4541016, 30.2894811 ], [ 120.455035, 30.2894858 ], [ 120.455271, 30.2895043 ], [ 120.4558627, 30.2895158 ], [ 120.4568267, 30.2895552 ], [ 120.4568804, 30.2895413 ], [ 120.457449, 30.2895738 ], [ 120.4575026, 30.2895877 ], [ 120.4593633, 30.2895645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4593633, 30.2895645 ], [ 120.4575026, 30.2895877 ], [ 120.457449, 30.2895738 ], [ 120.4568804, 30.2895413 ], [ 120.4568267, 30.2895552 ], [ 120.4558627, 30.2895158 ], [ 120.455271, 30.2895043 ], [ 120.455035, 30.2894858 ], [ 120.4541016, 30.2894811 ], [ 120.4527504, 30.2894748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4593633, 30.2895645 ], [ 120.4597986, 30.2895413 ], [ 120.4604745, 30.289546 ], [ 120.4609198, 30.2895367 ], [ 120.4620141, 30.2895321 ], [ 120.4620731, 30.2895182 ], [ 120.4631675, 30.2895043 ], [ 120.4635923, 30.2894993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799428, 30.2822979 ], [ 120.4802943, 30.2839399 ], [ 120.4804195, 30.2845931 ], [ 120.4807855, 30.2865018 ], [ 120.480927, 30.2872395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857012, 30.2866583 ], [ 120.4859098, 30.2866841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4859098, 30.2866841 ], [ 120.4857012, 30.2866583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4859098, 30.2866841 ], [ 120.486685, 30.2866941 ], [ 120.486779, 30.2866954 ], [ 120.487308, 30.2867022 ], [ 120.4899418, 30.2867196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4899418, 30.2867196 ], [ 120.487308, 30.2867022 ], [ 120.486779, 30.2866954 ], [ 120.486685, 30.2866941 ], [ 120.4859098, 30.2866841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4988821, 30.2867581 ], [ 120.4967521, 30.2867485 ], [ 120.4932786, 30.2867253 ], [ 120.4901077, 30.2867192 ], [ 120.4899418, 30.2867196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4899418, 30.2867196 ], [ 120.4901077, 30.2867192 ], [ 120.4932786, 30.2867253 ], [ 120.4967521, 30.2867485 ], [ 120.4988821, 30.2867581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857012, 30.2866583 ], [ 120.4842232, 30.2867984 ], [ 120.4835556, 30.2868689 ], [ 120.480927, 30.2872395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘新线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.480927, 30.2872395 ], [ 120.4835556, 30.2868689 ], [ 120.4842232, 30.2867984 ], [ 120.4857012, 30.2866583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "青六中路", "青六路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4871801, 30.29603 ], [ 120.4870783, 30.2953827 ], [ 120.4870063, 30.294934 ], [ 120.486588, 30.292329 ], [ 120.486203, 30.2898982 ], [ 120.4861903, 30.2898181 ], [ 120.486095, 30.2892165 ], [ 120.4860692, 30.2890534 ], [ 120.4857012, 30.2866583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4306501, 30.2861531 ], [ 120.4332257, 30.2852011 ], [ 120.4351386, 30.284507 ], [ 120.4362017, 30.2841056 ], [ 120.4365005, 30.2839796 ], [ 120.4368933, 30.2838009 ], [ 120.4378526, 30.283492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4380028, 30.2837303 ], [ 120.4370751, 30.2840427 ], [ 120.4362488, 30.2843552 ], [ 120.4350599, 30.2848007 ], [ 120.433129, 30.2855219 ], [ 120.4325288, 30.2857617 ], [ 120.4314929, 30.2861589 ], [ 120.4306279, 30.2864708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4304874, 30.2862133 ], [ 120.4306501, 30.2861531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4306501, 30.2861531 ], [ 120.4306279, 30.2864708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南阳大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4304644, 30.2865297 ], [ 120.4304874, 30.2862133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "钱塘地面路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4306279, 30.2864708 ], [ 120.4304644, 30.2865297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "钱塘地面路", "艮山东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4161031, 30.2912333 ], [ 120.4171497, 30.2908943 ], [ 120.4174054, 30.2908197 ], [ 120.4176379, 30.2907518 ], [ 120.4180215, 30.2905926 ], [ 120.4183192, 30.290454 ], [ 120.4186505, 30.2903651 ], [ 120.419512, 30.2901189 ], [ 120.4200316, 30.2899434 ], [ 120.4211082, 30.289553 ], [ 120.4218768, 30.2892636 ], [ 120.4226463, 30.2890257 ], [ 120.4233442, 30.2888666 ], [ 120.4261586, 30.287864 ], [ 120.4269804, 30.2875505 ], [ 120.4290431, 30.2867875 ], [ 120.4303602, 30.2862603 ], [ 120.4304874, 30.2862133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "钱塘地面路", "艮山东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4304644, 30.2865297 ], [ 120.4291046, 30.28702 ], [ 120.4273639, 30.2876917 ], [ 120.4265291, 30.2880058 ], [ 120.4247329, 30.2886683 ], [ 120.4229849, 30.289327 ], [ 120.4224457, 30.2895393 ], [ 120.4216438, 30.2898051 ], [ 120.4201146, 30.2903097 ], [ 120.4195908, 30.2905418 ], [ 120.4183884, 30.2909293 ], [ 120.4173449, 30.2912862 ], [ 120.4170177, 30.2913646 ], [ 120.4163212, 30.2915832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4360557, 30.2951125 ], [ 120.4361626, 30.2944425 ], [ 120.4362863, 30.2939789 ], [ 120.4365039, 30.2931636 ], [ 120.43675, 30.2922417 ], [ 120.4367634, 30.2921914 ], [ 120.4369407, 30.2916023 ], [ 120.4369796, 30.2914733 ], [ 120.4371959, 30.2907546 ], [ 120.4373964, 30.2900885 ], [ 120.4374297, 30.2899659 ], [ 120.4376251, 30.2892476 ], [ 120.4376861, 30.2890231 ], [ 120.4378652, 30.2883704 ], [ 120.438126, 30.2874204 ], [ 120.4383184, 30.2867649 ], [ 120.4384694, 30.2862503 ], [ 120.4387207, 30.2853938 ], [ 120.4389199, 30.2847151 ], [ 120.4391372, 30.2839372 ], [ 120.4393099, 30.2837498 ], [ 120.4394579, 30.2835797 ], [ 120.4395577, 30.2833493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4395577, 30.2833493 ], [ 120.4394579, 30.2835797 ], [ 120.4393099, 30.2837498 ], [ 120.4391372, 30.2839372 ], [ 120.4389199, 30.2847151 ], [ 120.4387207, 30.2853938 ], [ 120.4384694, 30.2862503 ], [ 120.4383184, 30.2867649 ], [ 120.438126, 30.2874204 ], [ 120.4378652, 30.2883704 ], [ 120.4376861, 30.2890231 ], [ 120.4376251, 30.2892476 ], [ 120.4374297, 30.2899659 ], [ 120.4373964, 30.2900885 ], [ 120.4371959, 30.2907546 ], [ 120.4369796, 30.2914733 ], [ 120.4369407, 30.2916023 ], [ 120.4367634, 30.2921914 ], [ 120.43675, 30.2922417 ], [ 120.4365039, 30.2931636 ], [ 120.4362863, 30.2939789 ], [ 120.4361626, 30.2944425 ], [ 120.4360557, 30.2951125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4635923, 30.2894993 ], [ 120.4631675, 30.2895043 ], [ 120.4620731, 30.2895182 ], [ 120.4620141, 30.2895321 ], [ 120.4609198, 30.2895367 ], [ 120.4604745, 30.289546 ], [ 120.4597986, 30.2895413 ], [ 120.4593633, 30.2895645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4527504, 30.2894748 ], [ 120.4526353, 30.2904276 ], [ 120.4525571, 30.2910601 ], [ 120.452467, 30.2917314 ], [ 120.4523534, 30.2925088 ], [ 120.452243, 30.2932741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520893, 30.2932771 ], [ 120.4522911, 30.2917605 ], [ 120.452301, 30.2916964 ], [ 120.4525885, 30.2894746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4594152, 30.2935874 ], [ 120.4593915, 30.2920936 ], [ 120.4593619, 30.2902276 ], [ 120.4593633, 30.2895645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4593633, 30.2895645 ], [ 120.4593619, 30.2902276 ], [ 120.4593915, 30.2920936 ], [ 120.4594152, 30.2935874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520893, 30.2932771 ], [ 120.452243, 30.2932741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520797, 30.2933359 ], [ 120.4520893, 30.2932771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.452243, 30.2932741 ], [ 120.4522257, 30.2933415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4522257, 30.2933415 ], [ 120.4520797, 30.2933359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.452243, 30.2932741 ], [ 120.4533646, 30.2933176 ], [ 120.4547343, 30.2933484 ], [ 120.4552263, 30.2933649 ], [ 120.4572762, 30.2934338 ], [ 120.4594152, 30.2935874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263771, 30.2837628 ], [ 120.3228664, 30.2852539 ], [ 120.3225774, 30.2853894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3225774, 30.2853894 ], [ 120.3228664, 30.2852539 ], [ 120.3263771, 30.2837628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3222825, 30.2854934 ], [ 120.3225774, 30.2853894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322301, 30.2855773 ], [ 120.3225774, 30.2853894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3225774, 30.2853894 ], [ 120.322301, 30.2855773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3221796, 30.2855328 ], [ 120.3222825, 30.2854934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3222825, 30.2854934 ], [ 120.322301, 30.2855773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3221942, 30.2856304 ], [ 120.3221796, 30.2855328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322301, 30.2855773 ], [ 120.3221942, 30.2856304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "20号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3221942, 30.2856304 ], [ 120.322301, 30.2855773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565355, 30.285119 ], [ 120.3611171, 30.2851179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563447, 30.2851233 ], [ 120.3565355, 30.285119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664153, 30.2851218 ], [ 120.3673315, 30.2851179 ], [ 120.3715894, 30.2851273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3529341, 30.2851264 ], [ 120.3548, 30.2851248 ], [ 120.3563447, 30.2851233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662188, 30.2851292 ], [ 120.3664153, 30.2851218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715894, 30.2851273 ], [ 120.3718232, 30.2851278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770166, 30.2852164 ], [ 120.3770139, 30.2850679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718232, 30.2851278 ], [ 120.3718234, 30.2852645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772159, 30.2851779 ], [ 120.3770166, 30.2852164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664153, 30.2851218 ], [ 120.3664149, 30.2852735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715899, 30.2852685 ], [ 120.3715894, 30.2851273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662188, 30.2852694 ], [ 120.3662188, 30.2851292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611172, 30.2852914 ], [ 120.3611171, 30.2851179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611171, 30.2851179 ], [ 120.3611172, 30.2852914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356345, 30.2852879 ], [ 120.3563447, 30.2851233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565355, 30.285119 ], [ 120.3565355, 30.2852961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770166, 30.2852164 ], [ 120.3765477, 30.2852484 ], [ 120.375943, 30.2852725 ], [ 120.3747103, 30.2852645 ], [ 120.3718234, 30.2852645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718234, 30.2852645 ], [ 120.3715899, 30.2852685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664149, 30.2852735 ], [ 120.3662188, 30.2852694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3715899, 30.2852685 ], [ 120.369477, 30.2852766 ], [ 120.3664149, 30.2852735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3656691, 30.2852694 ], [ 120.3611172, 30.2852914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356345, 30.2852879 ], [ 120.3529593, 30.2852873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565355, 30.2852961 ], [ 120.356345, 30.2852879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611172, 30.2852914 ], [ 120.3565355, 30.2852961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3528589, 30.28987 ], [ 120.3527185, 30.2892485 ], [ 120.3525299, 30.288199 ], [ 120.35235, 30.2874034 ], [ 120.3522096, 30.2865168 ], [ 120.3520448, 30.2852802 ], [ 120.3520171, 30.2851197 ], [ 120.3519814, 30.2849293 ], [ 120.3518717, 30.28402 ], [ 120.3518059, 30.2832623 ], [ 120.3517446, 30.2821568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772159, 30.2851779 ], [ 120.3772141, 30.2871718 ], [ 120.3772242, 30.2898468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770315, 30.289848 ], [ 120.3770163, 30.2889775 ], [ 120.3770166, 30.2852164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718234, 30.2852645 ], [ 120.3718312, 30.2898497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662181, 30.2898454 ], [ 120.3662171, 30.2893395 ], [ 120.3662188, 30.2852694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716049, 30.2898491 ], [ 120.3715899, 30.2852685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.337114, 30.2846402 ], [ 120.3331033, 30.2864641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331033, 30.2864641 ], [ 120.337114, 30.2846402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.337114, 30.2846402 ], [ 120.3387007, 30.2873653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3387007, 30.2873653 ], [ 120.337114, 30.2846402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3517446, 30.2821568 ], [ 120.3518059, 30.2832623 ], [ 120.3518717, 30.28402 ], [ 120.3519814, 30.2849293 ], [ 120.3520171, 30.2851197 ], [ 120.3520448, 30.2852802 ], [ 120.3522096, 30.2865168 ], [ 120.35235, 30.2874034 ], [ 120.3525299, 30.288199 ], [ 120.3527185, 30.2892485 ], [ 120.3528589, 30.28987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3387007, 30.2873653 ], [ 120.3388741, 30.2872913 ], [ 120.3436235, 30.2852837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3436235, 30.2852837 ], [ 120.3388741, 30.2872913 ], [ 120.3387007, 30.2873653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331033, 30.2864641 ], [ 120.3290886, 30.2882759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3290886, 30.2882759 ], [ 120.3331033, 30.2864641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3471146, 30.2898878 ], [ 120.3436235, 30.2852837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322301, 30.2855773 ], [ 120.322363, 30.2857179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322363, 30.2857179 ], [ 120.3221942, 30.2856304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3290886, 30.2882759 ], [ 120.3281131, 30.2867071 ], [ 120.326463, 30.2839069 ], [ 120.3263771, 30.2837628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3263771, 30.2837628 ], [ 120.326463, 30.2839069 ], [ 120.3281131, 30.2867071 ], [ 120.3290886, 30.2882759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250146, 30.2901145 ], [ 120.322363, 30.2857179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322363, 30.2857179 ], [ 120.3250146, 30.2901145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250146, 30.2901145 ], [ 120.3290886, 30.2882759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "18号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3290886, 30.2882759 ], [ 120.3250146, 30.2901145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306399, 30.290892 ], [ 120.3305292, 30.290707 ], [ 120.3291774, 30.2884187 ], [ 120.3290886, 30.2882759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3290886, 30.2882759 ], [ 120.3291774, 30.2884187 ], [ 120.3305292, 30.290707 ], [ 120.3306399, 30.290892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664149, 30.2852735 ], [ 120.3664016, 30.2898454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611172, 30.2852914 ], [ 120.3611221, 30.2898385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611221, 30.2898385 ], [ 120.3611172, 30.2852914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563434, 30.2898674 ], [ 120.3563496, 30.288003 ], [ 120.356345, 30.2852879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565355, 30.2852961 ], [ 120.3565353, 30.2898605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3821592, 30.288818 ], [ 120.3823042, 30.2887685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3823042, 30.2887685 ], [ 120.3821592, 30.288818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772242, 30.2898468 ], [ 120.3786705, 30.2898323 ], [ 120.3792596, 30.2897528 ], [ 120.3797793, 30.289636 ], [ 120.380856, 30.2892635 ], [ 120.3809645, 30.289226 ], [ 120.3810596, 30.2891922 ], [ 120.3814553, 30.2890614 ], [ 120.3815882, 30.289013 ], [ 120.3821592, 30.288818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3821592, 30.288818 ], [ 120.3815882, 30.289013 ], [ 120.3814553, 30.2890614 ], [ 120.3810596, 30.2891922 ], [ 120.3809645, 30.289226 ], [ 120.380856, 30.2892635 ], [ 120.3797793, 30.289636 ], [ 120.3792596, 30.2897528 ], [ 120.3786705, 30.2898323 ], [ 120.3772242, 30.2898468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611221, 30.2898385 ], [ 120.3624011, 30.2898404 ], [ 120.362517, 30.2898406 ], [ 120.3641159, 30.289843 ], [ 120.3656649, 30.2898454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438968, 30.285322 ], [ 120.3473364, 30.2898836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346609, 30.28909 ], [ 120.333175, 30.286585 ], [ 120.3331033, 30.2864641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331033, 30.2864641 ], [ 120.333175, 30.286585 ], [ 120.3346609, 30.28909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3387007, 30.2873653 ], [ 120.3346609, 30.28909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346609, 30.28909 ], [ 120.3387007, 30.2873653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3387007, 30.2873653 ], [ 120.3408476, 30.2908844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3408476, 30.2908844 ], [ 120.3387007, 30.2873653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3528589, 30.28987 ], [ 120.351564, 30.2898732 ], [ 120.3505014, 30.2898758 ], [ 120.3502681, 30.2898764 ], [ 120.3480797, 30.2898818 ], [ 120.3475578, 30.2898831 ], [ 120.3473364, 30.2898836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3473364, 30.2898836 ], [ 120.3475578, 30.2898831 ], [ 120.3480797, 30.2898818 ], [ 120.3502681, 30.2898764 ], [ 120.3505014, 30.2898758 ], [ 120.351564, 30.2898732 ], [ 120.3528589, 30.28987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3471146, 30.2898878 ], [ 120.3473364, 30.2898836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3656649, 30.2898454 ], [ 120.3641159, 30.289843 ], [ 120.362517, 30.2898406 ], [ 120.3624011, 30.2898404 ], [ 120.3611221, 30.2898385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664016, 30.2898454 ], [ 120.3662181, 30.2898454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662181, 30.2898454 ], [ 120.3664016, 30.2898454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716049, 30.2898491 ], [ 120.3702044, 30.2898454 ], [ 120.3664016, 30.2898454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664016, 30.2898454 ], [ 120.3702044, 30.2898454 ], [ 120.3716049, 30.2898491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770315, 30.289848 ], [ 120.3772242, 30.2898468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772242, 30.2898468 ], [ 120.3770315, 30.289848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718312, 30.2898497 ], [ 120.3755826, 30.2898485 ], [ 120.3770315, 30.289848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770315, 30.289848 ], [ 120.3755826, 30.2898485 ], [ 120.3718312, 30.2898497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718312, 30.2898497 ], [ 120.3716049, 30.2898491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3473364, 30.2898836 ], [ 120.3471146, 30.2898878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346609, 30.28909 ], [ 120.3335741, 30.2895518 ], [ 120.3306399, 30.290892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306399, 30.290892 ], [ 120.3335741, 30.2895518 ], [ 120.3346609, 30.28909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3346609, 30.28909 ], [ 120.336178, 30.291638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.336178, 30.291638 ], [ 120.3346609, 30.28909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3471146, 30.2898878 ], [ 120.3408476, 30.2908844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3408476, 30.2908844 ], [ 120.3471146, 30.2898878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.336178, 30.291638 ], [ 120.3408476, 30.2908844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3408476, 30.2908844 ], [ 120.336178, 30.291638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306399, 30.290892 ], [ 120.3320827, 30.2933032 ], [ 120.3321819, 30.2934658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5601072, 30.2895963 ], [ 120.5604032, 30.2869378 ], [ 120.5605925, 30.2851623 ], [ 120.560632, 30.2847919 ], [ 120.5606533, 30.2845916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5607356, 30.2845925 ], [ 120.5607152, 30.284803 ], [ 120.5606798, 30.2851668 ], [ 120.560501, 30.2870091 ], [ 120.5601754, 30.2896056 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5568229, 30.284285 ], [ 120.5564466, 30.2842854 ], [ 120.5561658, 30.2842865 ], [ 120.5558689, 30.2842601 ], [ 120.5555425, 30.28427 ], [ 120.5553271, 30.2843175 ], [ 120.5547532, 30.2844761 ], [ 120.5534604, 30.2849115 ], [ 120.5523929, 30.285245 ], [ 120.5521515, 30.2852404 ], [ 120.5518296, 30.2851617 ], [ 120.5514487, 30.2850458 ], [ 120.5513553, 30.2850137 ], [ 120.5511805, 30.2850458 ], [ 120.5511015, 30.2851295 ], [ 120.5508098, 30.2854387 ], [ 120.5506463, 30.2856119 ], [ 120.5505046, 30.2857453 ], [ 120.5499842, 30.2863892 ], [ 120.5497321, 30.2865096 ], [ 120.548332, 30.2869219 ], [ 120.5478868, 30.2871072 ], [ 120.5476239, 30.2872693 ], [ 120.5474241, 30.2875148 ], [ 120.547004, 30.2878008 ], [ 120.5469306, 30.2878507 ], [ 120.5459918, 30.288344 ], [ 120.5458013, 30.2884135 ], [ 120.5453078, 30.2884876 ], [ 120.5449128, 30.2885803 ], [ 120.5444917, 30.288798 ], [ 120.5436199, 30.2891663 ], [ 120.5426289, 30.289567 ], [ 120.5422764, 30.2897472 ], [ 120.5421622, 30.2898055 ], [ 120.5417853, 30.2899051 ], [ 120.541273, 30.2900603 ], [ 120.5408573, 30.2902479 ], [ 120.5403584, 30.2905165 ], [ 120.5398353, 30.2908223 ], [ 120.5391675, 30.2910075 ], [ 120.5385318, 30.2913966 ], [ 120.5383323, 30.2914613 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383323, 30.2914613 ], [ 120.5385318, 30.2913966 ], [ 120.5391675, 30.2910075 ], [ 120.5398353, 30.2908223 ], [ 120.5403584, 30.2905165 ], [ 120.5408573, 30.2902479 ], [ 120.541273, 30.2900603 ], [ 120.5417853, 30.2899051 ], [ 120.5421622, 30.2898055 ], [ 120.5422764, 30.2897472 ], [ 120.5426289, 30.289567 ], [ 120.5436199, 30.2891663 ], [ 120.5444917, 30.288798 ], [ 120.5449128, 30.2885803 ], [ 120.5453078, 30.2884876 ], [ 120.5458013, 30.2884135 ], [ 120.5459918, 30.288344 ], [ 120.5469306, 30.2878507 ], [ 120.547004, 30.2878008 ], [ 120.5474241, 30.2875148 ], [ 120.5476239, 30.2872693 ], [ 120.5478868, 30.2871072 ], [ 120.548332, 30.2869219 ], [ 120.5497321, 30.2865096 ], [ 120.5499842, 30.2863892 ], [ 120.5505046, 30.2857453 ], [ 120.5506463, 30.2856119 ], [ 120.5508098, 30.2854387 ], [ 120.5511015, 30.2851295 ], [ 120.5511805, 30.2850458 ], [ 120.5513553, 30.2850137 ], [ 120.5514487, 30.2850458 ], [ 120.5518296, 30.2851617 ], [ 120.5521515, 30.2852404 ], [ 120.5523929, 30.285245 ], [ 120.5534604, 30.2849115 ], [ 120.5547532, 30.2844761 ], [ 120.5553271, 30.2843175 ], [ 120.5555425, 30.28427 ], [ 120.5558689, 30.2842601 ], [ 120.5561658, 30.2842865 ], [ 120.5564466, 30.2842854 ], [ 120.5568229, 30.284285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5559086, 30.2881205 ], [ 120.5542284, 30.2881286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5542284, 30.2881286 ], [ 120.5559086, 30.2881205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5559086, 30.2881205 ], [ 120.5560028, 30.2881218 ], [ 120.5560317, 30.2881222 ], [ 120.5564535, 30.288128 ], [ 120.5567152, 30.2881316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5567152, 30.2881316 ], [ 120.5564535, 30.288128 ], [ 120.5560317, 30.2881222 ], [ 120.5560028, 30.2881218 ], [ 120.5559086, 30.2881205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5760568, 30.286803 ], [ 120.5759647, 30.2878725 ], [ 120.5758917, 30.2889153 ], [ 120.57579, 30.2903665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.57579, 30.2903665 ], [ 120.5758917, 30.2889153 ], [ 120.5759647, 30.2878725 ], [ 120.5760568, 30.286803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5292553, 30.287551 ], [ 120.5292639, 30.2876573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5373294, 30.2876794 ], [ 120.5374729, 30.2876403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5374729, 30.2876403 ], [ 120.5373294, 30.2876794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5328046, 30.2867154 ], [ 120.5331892, 30.2887199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5330409, 30.2887532 ], [ 120.5326577, 30.2867544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5197944, 30.2814484 ], [ 120.5200162, 30.2824625 ], [ 120.5208774, 30.2863997 ], [ 120.5209705, 30.286814 ], [ 120.5210278, 30.2870703 ], [ 120.5215747, 30.2908011 ], [ 120.5217522, 30.2921039 ], [ 120.5219186, 30.2933876 ], [ 120.5220093, 30.2945896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "闸口路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5292639, 30.2876573 ], [ 120.5263528, 30.288482 ], [ 120.5262811, 30.2884905 ], [ 120.5262516, 30.2884847 ], [ 120.5262315, 30.2884638 ], [ 120.5262208, 30.2884418 ], [ 120.5262221, 30.288414 ], [ 120.5262342, 30.2883885 ], [ 120.5262619, 30.2883621 ], [ 120.5285119, 30.2877329 ], [ 120.5292553, 30.287551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5218706, 30.2946226 ], [ 120.5215525, 30.291692 ], [ 120.5213417, 30.2902359 ], [ 120.5208908, 30.28715 ], [ 120.5208132, 30.2868549 ], [ 120.520731, 30.2864405 ], [ 120.520473, 30.2851722 ], [ 120.5199241, 30.2826833 ], [ 120.5198815, 30.2824992 ], [ 120.5196491, 30.2814946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5331892, 30.2887199 ], [ 120.5335775, 30.2886223 ], [ 120.5337423, 30.2885809 ], [ 120.5373294, 30.2876794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5373294, 30.2876794 ], [ 120.5337423, 30.2885809 ], [ 120.5335775, 30.2886223 ], [ 120.5331892, 30.2887199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6000756, 30.2873368 ], [ 120.6030655, 30.2875228 ], [ 120.606354, 30.287731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.606354, 30.287731 ], [ 120.6030655, 30.2875228 ], [ 120.6000756, 30.2873368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6128306, 30.288156 ], [ 120.606354, 30.287731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.606354, 30.287731 ], [ 120.6128306, 30.288156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6139609, 30.2882533 ], [ 120.6138725, 30.2882227 ], [ 120.6137361, 30.288214 ], [ 120.6136761, 30.2882103 ], [ 120.6133599, 30.2881908 ], [ 120.6133472, 30.28819 ], [ 120.6128306, 30.288156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6128306, 30.288156 ], [ 120.6133472, 30.28819 ], [ 120.6133599, 30.2881908 ], [ 120.6136761, 30.2882103 ], [ 120.6137361, 30.288214 ], [ 120.6138725, 30.2882227 ], [ 120.6139609, 30.2882533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5934882, 30.2896205 ], [ 120.5935584, 30.2887135 ], [ 120.5935849, 30.2883718 ], [ 120.5936741, 30.2873489 ], [ 120.5936792, 30.2872905 ], [ 120.5937149, 30.2868815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5937149, 30.2868815 ], [ 120.5936792, 30.2872905 ], [ 120.5936741, 30.2873489 ], [ 120.5935849, 30.2883718 ], [ 120.5935584, 30.2887135 ], [ 120.5934882, 30.2896205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5864142, 30.2863659 ], [ 120.5864073, 30.2864819 ], [ 120.5864011, 30.2867341 ], [ 120.5863992, 30.286815 ], [ 120.5863644, 30.2882375 ], [ 120.5863624, 30.2885762 ], [ 120.5863537, 30.2900903 ], [ 120.5863378, 30.2907504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5862018, 30.2907457 ], [ 120.5862678, 30.2881078 ], [ 120.586295, 30.2868072 ], [ 120.5862967, 30.2867263 ], [ 120.586304, 30.2863753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5374729, 30.2876403 ], [ 120.5377073, 30.2886875 ], [ 120.5378865, 30.2894683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.537737, 30.2894907 ], [ 120.5376339, 30.2890341 ], [ 120.5373628, 30.287823 ], [ 120.5373294, 30.2876794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5295718, 30.2896063 ], [ 120.5293966, 30.2885263 ], [ 120.5292639, 30.2876573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5292639, 30.2876573 ], [ 120.5293966, 30.2885263 ], [ 120.5295718, 30.2896063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5330409, 30.2887532 ], [ 120.5331892, 30.2887199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5331892, 30.2887199 ], [ 120.5330409, 30.2887532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5378865, 30.2894683 ], [ 120.5397427, 30.2890015 ], [ 120.5406146, 30.2888621 ], [ 120.5425451, 30.2886041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5425454, 30.2887317 ], [ 120.5417436, 30.2888147 ], [ 120.5405753, 30.2889855 ], [ 120.5394673, 30.2891679 ], [ 120.5379121, 30.28958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5330409, 30.2887532 ], [ 120.5295718, 30.2896063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5295718, 30.2896063 ], [ 120.5330409, 30.2887532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.537737, 30.2894907 ], [ 120.5378865, 30.2894683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5378865, 30.2894683 ], [ 120.5379121, 30.28958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5377623, 30.2896024 ], [ 120.537737, 30.2894907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5331892, 30.2887199 ], [ 120.5335147, 30.2904167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5379121, 30.28958 ], [ 120.5377623, 30.2896024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5333661, 30.2904493 ], [ 120.5330409, 30.2887532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5335147, 30.2904167 ], [ 120.5339013, 30.2903319 ], [ 120.5340658, 30.2902958 ], [ 120.534771, 30.2901412 ], [ 120.537737, 30.2894907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5295718, 30.2896063 ], [ 120.5265492, 30.290364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5265492, 30.290364 ], [ 120.5295718, 30.2896063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5377623, 30.2896024 ], [ 120.5347885, 30.2902471 ], [ 120.5340861, 30.2903994 ], [ 120.5339198, 30.2904354 ], [ 120.5335508, 30.2905154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6139609, 30.2882533 ], [ 120.6139962, 30.2882882 ], [ 120.614019, 30.2883448 ], [ 120.6140141, 30.2883906 ], [ 120.6139884, 30.2887679 ], [ 120.6139861, 30.2888682 ], [ 120.6140493, 30.2890296 ], [ 120.6141048, 30.2891211 ], [ 120.6141175, 30.2891473 ], [ 120.6141316, 30.2891621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6141316, 30.2891621 ], [ 120.6141175, 30.2891473 ], [ 120.6141048, 30.2891211 ], [ 120.6140493, 30.2890296 ], [ 120.6139861, 30.2888682 ], [ 120.6139884, 30.2887679 ], [ 120.6140141, 30.2883906 ], [ 120.614019, 30.2883448 ], [ 120.6139962, 30.2882882 ], [ 120.6139609, 30.2882533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5972696, 30.2898769 ], [ 120.5974151, 30.2881142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5974151, 30.2881142 ], [ 120.5972696, 30.2898769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6310002, 30.2900874 ], [ 120.6306084, 30.2900573 ], [ 120.6304362, 30.2900478 ], [ 120.6249204, 30.2896851 ], [ 120.6236461, 30.2896054 ], [ 120.6210162, 30.2894409 ], [ 120.6179566, 30.2892888 ], [ 120.6152109, 30.2891495 ], [ 120.6148447, 30.2891844 ], [ 120.6144609, 30.2892236 ], [ 120.6143195, 30.2892411 ], [ 120.6142336, 30.2892214 ], [ 120.6141316, 30.2891621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6141316, 30.2891621 ], [ 120.6142336, 30.2892214 ], [ 120.6143195, 30.2892411 ], [ 120.6144609, 30.2892236 ], [ 120.6148447, 30.2891844 ], [ 120.6152109, 30.2891495 ], [ 120.6179566, 30.2892888 ], [ 120.6210162, 30.2894409 ], [ 120.6236461, 30.2896054 ], [ 120.6249204, 30.2896851 ], [ 120.6304362, 30.2900478 ], [ 120.6306084, 30.2900573 ], [ 120.6310002, 30.2900874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5994182, 30.2920521 ], [ 120.5994411, 30.2918106 ], [ 120.5997445, 30.2879003 ], [ 120.5997587, 30.2877573 ], [ 120.5997645, 30.287699 ], [ 120.5998027, 30.2873149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6000756, 30.2873368 ], [ 120.6000382, 30.2877166 ], [ 120.6000324, 30.287775 ], [ 120.5998955, 30.2891642 ], [ 120.5996078, 30.2920843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.631204, 30.2893358 ], [ 120.6311815, 30.2894266 ], [ 120.6310828, 30.2897541 ], [ 120.6310002, 30.2900874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6310002, 30.2900874 ], [ 120.6310828, 30.2897541 ], [ 120.6311815, 30.2894266 ], [ 120.631204, 30.2893358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5934882, 30.2896205 ], [ 120.5972696, 30.2898769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5972696, 30.2898769 ], [ 120.5934882, 30.2896205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6445474, 30.2900109 ], [ 120.6446239, 30.290009 ], [ 120.6453303, 30.290115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6453303, 30.290115 ], [ 120.6446239, 30.290009 ], [ 120.6445474, 30.2900109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.606354, 30.287731 ], [ 120.6063401, 30.2878619 ], [ 120.6062845, 30.2883067 ], [ 120.6062687, 30.2884493 ], [ 120.6058148, 30.292537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6058148, 30.292537 ], [ 120.6062687, 30.2884493 ], [ 120.6062845, 30.2883067 ], [ 120.6063401, 30.2878619 ], [ 120.606354, 30.287731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5933571, 30.2913148 ], [ 120.5934882, 30.2896205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5934882, 30.2896205 ], [ 120.5933571, 30.2913148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6310002, 30.2900874 ], [ 120.6325481, 30.2901575 ], [ 120.6367325, 30.2904166 ], [ 120.6441973, 30.2908851 ], [ 120.6450973, 30.2909097 ], [ 120.6451796, 30.2909093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6451796, 30.2909093 ], [ 120.6450973, 30.2909097 ], [ 120.6441973, 30.2908851 ], [ 120.6367325, 30.2904166 ], [ 120.6325481, 30.2901575 ], [ 120.6310002, 30.2900874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5295718, 30.2896063 ], [ 120.5298408, 30.2912564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5298408, 30.2912564 ], [ 120.5295718, 30.2896063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5333661, 30.2904493 ], [ 120.5335147, 30.2904167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5335147, 30.2904167 ], [ 120.5335508, 30.2905154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5333828, 30.2905519 ], [ 120.5333661, 30.2904493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5379121, 30.28958 ], [ 120.5383031, 30.2912841 ], [ 120.5383323, 30.2914613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5335508, 30.2905154 ], [ 120.5333828, 30.2905519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5381795, 30.2914881 ], [ 120.5381553, 30.2913429 ], [ 120.538129, 30.291185 ], [ 120.53785, 30.2899909 ], [ 120.5377623, 30.2896024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5298408, 30.2912564 ], [ 120.5333661, 30.2904493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5333828, 30.2905519 ], [ 120.5298629, 30.2913263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6453303, 30.290115 ], [ 120.6452608, 30.2902031 ], [ 120.6452083, 30.2902855 ], [ 120.6451987, 30.2903226 ], [ 120.6451772, 30.2906255 ], [ 120.6451796, 30.2909093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6451796, 30.2909093 ], [ 120.6451772, 30.2906255 ], [ 120.6451987, 30.2903226 ], [ 120.6452083, 30.2902855 ], [ 120.6452608, 30.2902031 ], [ 120.6453303, 30.290115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6124692, 30.2930128 ], [ 120.612799, 30.2887346 ], [ 120.6128268, 30.2883073 ], [ 120.6128306, 30.288156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6128306, 30.288156 ], [ 120.6128268, 30.2883073 ], [ 120.612799, 30.2887346 ], [ 120.6124692, 30.2930128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5863378, 30.2907504 ], [ 120.5862018, 30.2907457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5862018, 30.2907457 ], [ 120.5863378, 30.2907504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5863378, 30.2907504 ], [ 120.5883836, 30.2908203 ], [ 120.5895227, 30.2908592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5895227, 30.2908592 ], [ 120.5883836, 30.2908203 ], [ 120.5863378, 30.2907504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5972696, 30.2898769 ], [ 120.5971133, 30.2917717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5971133, 30.2917717 ], [ 120.5972696, 30.2898769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5601754, 30.2896056 ], [ 120.5601072, 30.2895963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5601072, 30.2895963 ], [ 120.5601754, 30.2896056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5601754, 30.2896056 ], [ 120.5628571, 30.2897588 ], [ 120.5655513, 30.2899306 ], [ 120.5683657, 30.2901131 ], [ 120.5700201, 30.2901969 ], [ 120.5703631, 30.2902069 ], [ 120.5716509, 30.2902444 ], [ 120.573191, 30.2902865 ], [ 120.57579, 30.2903665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.57579, 30.2903665 ], [ 120.573191, 30.2902865 ], [ 120.5716509, 30.2902444 ], [ 120.5703631, 30.2902069 ], [ 120.5700201, 30.2901969 ], [ 120.5683657, 30.2901131 ], [ 120.5655513, 30.2899306 ], [ 120.5628571, 30.2897588 ], [ 120.5601754, 30.2896056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.57579, 30.2903665 ], [ 120.5844399, 30.2906855 ], [ 120.585049, 30.2907063 ], [ 120.5855688, 30.2907241 ], [ 120.5862018, 30.2907457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5862018, 30.2907457 ], [ 120.5855688, 30.2907241 ], [ 120.585049, 30.2907063 ], [ 120.5844399, 30.2906855 ], [ 120.57579, 30.2903665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5565775, 30.2941116 ], [ 120.5565815, 30.2939802 ], [ 120.5565742, 30.2932836 ], [ 120.5566292, 30.2916013 ], [ 120.5566537, 30.289764 ], [ 120.5567152, 30.2881316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5567152, 30.2881316 ], [ 120.5566537, 30.289764 ], [ 120.5566292, 30.2916013 ], [ 120.5565742, 30.2932836 ], [ 120.5565815, 30.2939802 ], [ 120.5565775, 30.2941116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5596583, 30.2941465 ], [ 120.5597153, 30.2935159 ], [ 120.5598559, 30.2920546 ], [ 120.5600254, 30.290366 ], [ 120.5601072, 30.2895963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5601754, 30.2896056 ], [ 120.5601084, 30.2903662 ], [ 120.5599426, 30.2920532 ], [ 120.5598032, 30.2935066 ], [ 120.5597466, 30.2941939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左冯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5199837, 30.2948629 ], [ 120.5196514, 30.2934036 ], [ 120.5190632, 30.2907114 ], [ 120.5189925, 30.2903709 ], [ 120.5186015, 30.2884888 ], [ 120.5184448, 30.2875673 ], [ 120.5184371, 30.2875222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左冯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5184371, 30.2875222 ], [ 120.5184448, 30.2875673 ], [ 120.5186015, 30.2884888 ], [ 120.5189925, 30.2903709 ], [ 120.5190632, 30.2907114 ], [ 120.5196514, 30.2934036 ], [ 120.5199837, 30.2948629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5298629, 30.2913263 ], [ 120.5298408, 30.2912564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5298408, 30.2912564 ], [ 120.5298629, 30.2913263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383323, 30.2914613 ], [ 120.5381795, 30.2914881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5381795, 30.2914881 ], [ 120.5383323, 30.2914613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5266218, 30.2919486 ], [ 120.5298408, 30.2912564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5298629, 30.2913263 ], [ 120.526624, 30.2920261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5335508, 30.2905154 ], [ 120.5337789, 30.291884 ], [ 120.5338062, 30.2920788 ], [ 120.5338617, 30.2924737 ], [ 120.5339135, 30.2935514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5337468, 30.2935469 ], [ 120.5336858, 30.2925898 ], [ 120.533636, 30.2921064 ], [ 120.533603, 30.2917858 ], [ 120.5333828, 30.2905519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6451796, 30.2909093 ], [ 120.6521322, 30.2908722 ], [ 120.65277, 30.2908696 ], [ 120.6598178, 30.2908414 ], [ 120.6638139, 30.2908436 ], [ 120.6640134, 30.2908479 ], [ 120.6641119, 30.2908654 ], [ 120.6645438, 30.2909875 ], [ 120.6647534, 30.2910398 ], [ 120.6649181, 30.2910516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6649181, 30.2910516 ], [ 120.6647534, 30.2910398 ], [ 120.6645438, 30.2909875 ], [ 120.6641119, 30.2908654 ], [ 120.6640134, 30.2908479 ], [ 120.6638139, 30.2908436 ], [ 120.6598178, 30.2908414 ], [ 120.65277, 30.2908696 ], [ 120.6521322, 30.2908722 ], [ 120.6451796, 30.2909093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6778743, 30.2910777 ], [ 120.6777328, 30.2910177 ], [ 120.6774113, 30.2909715 ], [ 120.6769149, 30.2909406 ], [ 120.6765792, 30.2909344 ], [ 120.6736036, 30.2909067 ], [ 120.6672252, 30.2909098 ], [ 120.666161, 30.2909067 ], [ 120.6649181, 30.2910516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6649181, 30.2910516 ], [ 120.666161, 30.2909067 ], [ 120.6672252, 30.2909098 ], [ 120.6736036, 30.2909067 ], [ 120.6765792, 30.2909344 ], [ 120.6769149, 30.2909406 ], [ 120.6774113, 30.2909715 ], [ 120.6777328, 30.2910177 ], [ 120.6778743, 30.2910777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5895227, 30.2908592 ], [ 120.5921821, 30.2911719 ], [ 120.5933571, 30.2913148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5933571, 30.2913148 ], [ 120.5921821, 30.2911719 ], [ 120.5895227, 30.2908592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5933571, 30.2913148 ], [ 120.5971133, 30.2917717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5971133, 30.2917717 ], [ 120.5933571, 30.2913148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5971133, 30.2917717 ], [ 120.5994182, 30.2920521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5994182, 30.2920521 ], [ 120.5971133, 30.2917717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5861262, 30.2932781 ], [ 120.5861807, 30.2915888 ], [ 120.5862018, 30.2907457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5863378, 30.2907504 ], [ 120.5862866, 30.2919941 ], [ 120.5862652, 30.2930664 ], [ 120.5862564, 30.2932818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5994182, 30.2920521 ], [ 120.5996078, 30.2920843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5996078, 30.2920843 ], [ 120.5994182, 30.2920521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "佳苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5895227, 30.2908592 ], [ 120.5894851, 30.291069 ], [ 120.5893982, 30.2921489 ], [ 120.5893244, 30.2930666 ], [ 120.589284, 30.2935237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "佳苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589284, 30.2935237 ], [ 120.5893244, 30.2930666 ], [ 120.5893982, 30.2921489 ], [ 120.5894851, 30.291069 ], [ 120.5895227, 30.2908592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5996078, 30.2920843 ], [ 120.6030405, 30.2923305 ], [ 120.6058148, 30.292537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6058148, 30.292537 ], [ 120.6030405, 30.2923305 ], [ 120.5996078, 30.2920843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5931378, 30.2938621 ], [ 120.5932094, 30.2929853 ], [ 120.5933571, 30.2913148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5933571, 30.2913148 ], [ 120.5932094, 30.2929853 ], [ 120.5931378, 30.2938621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.53018, 30.2933075 ], [ 120.5300795, 30.2927486 ], [ 120.5298629, 30.2913263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5298629, 30.2913263 ], [ 120.5300795, 30.2927486 ], [ 120.53018, 30.2933075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383323, 30.2914613 ], [ 120.5385098, 30.2925377 ], [ 120.5385146, 30.2925745 ], [ 120.5385326, 30.2927124 ], [ 120.5386492, 30.2936046 ], [ 120.538654, 30.2936971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384902, 30.2936775 ], [ 120.5384669, 30.2934072 ], [ 120.5383963, 30.2927885 ], [ 120.5383708, 30.2926371 ], [ 120.5381795, 30.2914881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.53018, 30.2933075 ], [ 120.5301849, 30.2934504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5301849, 30.2934504 ], [ 120.53018, 30.2933075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5337468, 30.2935469 ], [ 120.5301849, 30.2934504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5301849, 30.2934504 ], [ 120.5337468, 30.2935469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5337468, 30.2935469 ], [ 120.5339135, 30.2935514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5339135, 30.2935514 ], [ 120.5337468, 30.2935469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5270658, 30.2938004 ], [ 120.53018, 30.2933075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.53018, 30.2933075 ], [ 120.5270658, 30.2938004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5079312, 30.2963789 ], [ 120.5076709, 30.2949482 ], [ 120.50703, 30.2907471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.50703, 30.2907471 ], [ 120.5076709, 30.2949482 ], [ 120.5079312, 30.2963789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5339135, 30.2935514 ], [ 120.5339799, 30.2935532 ], [ 120.5345121, 30.2935679 ], [ 120.5347469, 30.2935744 ], [ 120.5359307, 30.293607 ], [ 120.5365361, 30.2936237 ], [ 120.5366134, 30.2936258 ], [ 120.5384902, 30.2936775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384902, 30.2936775 ], [ 120.5366134, 30.2936258 ], [ 120.5365361, 30.2936237 ], [ 120.5359307, 30.293607 ], [ 120.5347469, 30.2935744 ], [ 120.5345121, 30.2935679 ], [ 120.5339799, 30.2935532 ], [ 120.5339135, 30.2935514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.538654, 30.2936971 ], [ 120.5384902, 30.2936775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384902, 30.2936775 ], [ 120.538654, 30.2936971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5270658, 30.2938004 ], [ 120.5220093, 30.2945896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220093, 30.2945896 ], [ 120.5270658, 30.2938004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5565775, 30.2941116 ], [ 120.5578464, 30.2940696 ], [ 120.5596274, 30.2941299 ], [ 120.5596583, 30.2941465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5596583, 30.2941465 ], [ 120.5597466, 30.2941939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5565725, 30.2942768 ], [ 120.5565775, 30.2941116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5565775, 30.2941116 ], [ 120.5565725, 30.2942768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5596527, 30.2942462 ], [ 120.5596548, 30.2941847 ], [ 120.5596583, 30.2941465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5597466, 30.2941939 ], [ 120.5596527, 30.2942462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5596527, 30.2942462 ], [ 120.5579001, 30.2942132 ], [ 120.5565725, 30.2942768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5556065, 30.3005072 ], [ 120.5556085, 30.3004466 ], [ 120.5556163, 30.300215 ], [ 120.5556603, 30.2989025 ], [ 120.5556796, 30.2974262 ], [ 120.5557542, 30.295364 ], [ 120.555766, 30.2947437 ], [ 120.5557212, 30.294688 ], [ 120.5556008, 30.2946645 ], [ 120.5555012, 30.2946321 ], [ 120.5554879, 30.2945651 ], [ 120.5555229, 30.2940327 ], [ 120.5555752, 30.2937909 ], [ 120.5556976, 30.2937843 ], [ 120.5557818, 30.2937513 ], [ 120.5557994, 30.293676 ], [ 120.5558121, 30.2931699 ], [ 120.5558273, 30.2922884 ], [ 120.5558516, 30.2912273 ], [ 120.555884, 30.2900294 ], [ 120.5558853, 30.2892796 ], [ 120.555876, 30.2886713 ], [ 120.5558995, 30.2883439 ], [ 120.5559086, 30.2881205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5559086, 30.2881205 ], [ 120.5558995, 30.2883439 ], [ 120.555876, 30.2886713 ], [ 120.5558853, 30.2892796 ], [ 120.555884, 30.2900294 ], [ 120.5558516, 30.2912273 ], [ 120.5558273, 30.2922884 ], [ 120.5558121, 30.2931699 ], [ 120.5557994, 30.293676 ], [ 120.5557818, 30.2937513 ], [ 120.5556976, 30.2937843 ], [ 120.5555752, 30.2937909 ], [ 120.5555229, 30.2940327 ], [ 120.5554879, 30.2945651 ], [ 120.5555012, 30.2946321 ], [ 120.5556008, 30.2946645 ], [ 120.5557212, 30.294688 ], [ 120.555766, 30.2947437 ], [ 120.5557542, 30.295364 ], [ 120.5556796, 30.2974262 ], [ 120.5556603, 30.2989025 ], [ 120.5556163, 30.300215 ], [ 120.5556085, 30.3004466 ], [ 120.5556065, 30.3005072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5597466, 30.2941939 ], [ 120.5609268, 30.2942739 ], [ 120.5652947, 30.2945414 ], [ 120.5697989, 30.2948485 ], [ 120.5701816, 30.2948768 ], [ 120.5736124, 30.2951307 ], [ 120.5776905, 30.2954092 ], [ 120.5819507, 30.2956985 ], [ 120.5845838, 30.2958397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6124692, 30.2930128 ], [ 120.6090907, 30.2927712 ], [ 120.6058148, 30.292537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6058148, 30.292537 ], [ 120.6090907, 30.2927712 ], [ 120.6124692, 30.2930128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5861262, 30.2932781 ], [ 120.5862564, 30.2932818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5862564, 30.2932818 ], [ 120.5861262, 30.2932781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589284, 30.2935237 ], [ 120.5862564, 30.2932818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5862564, 30.2932818 ], [ 120.589284, 30.2935237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589284, 30.2935237 ], [ 120.5931378, 30.2938621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5931378, 30.2938621 ], [ 120.589284, 30.2935237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5989434, 30.2970961 ], [ 120.598986, 30.2966085 ], [ 120.5994182, 30.2920521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5996078, 30.2920843 ], [ 120.5994633, 30.293551 ], [ 120.5991669, 30.2971228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5199837, 30.2948629 ], [ 120.5218706, 30.2946226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5218706, 30.2946226 ], [ 120.5199837, 30.2948629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5301849, 30.2934504 ], [ 120.5303455, 30.2945153 ], [ 120.5305007, 30.2954333 ], [ 120.5303142, 30.2955765 ], [ 120.5289509, 30.2963922 ], [ 120.5288809, 30.2964713 ], [ 120.5288362, 30.2968013 ], [ 120.5288118, 30.2968645 ], [ 120.5287505, 30.2969126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5287505, 30.2969126 ], [ 120.5288118, 30.2968645 ], [ 120.5288362, 30.2968013 ], [ 120.5288809, 30.2964713 ], [ 120.5289509, 30.2963922 ], [ 120.5303142, 30.2955765 ], [ 120.5305007, 30.2954333 ], [ 120.5303455, 30.2945153 ], [ 120.5301849, 30.2934504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左建线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5270658, 30.2938004 ], [ 120.5272608, 30.2950249 ], [ 120.5272676, 30.2950678 ], [ 120.5275859, 30.2968808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左建线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5275859, 30.2968808 ], [ 120.5272676, 30.2950678 ], [ 120.5272608, 30.2950249 ], [ 120.5270658, 30.2938004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5385083, 30.2971652 ], [ 120.5385258, 30.2966775 ], [ 120.5385612, 30.2954087 ], [ 120.5385573, 30.2948049 ], [ 120.5385298, 30.2941365 ], [ 120.5384902, 30.2936775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.538654, 30.2936971 ], [ 120.5387021, 30.294634 ], [ 120.5387165, 30.2955555 ], [ 120.5386781, 30.2967717 ], [ 120.5386611, 30.2971721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5199837, 30.2948629 ], [ 120.5129966, 30.2960022 ], [ 120.5126462, 30.2958475 ], [ 120.5100144, 30.2961232 ], [ 120.5098743, 30.296224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5098743, 30.296224 ], [ 120.5100144, 30.2961232 ], [ 120.5126462, 30.2958475 ], [ 120.5129966, 30.2960022 ], [ 120.5199837, 30.2948629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5860392, 30.2959347 ], [ 120.5860935, 30.2942892 ], [ 120.5861262, 30.2932781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5862564, 30.2932818 ], [ 120.5862061, 30.2945092 ], [ 120.5861847, 30.2953522 ], [ 120.5861655, 30.2959446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "佳苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5890661, 30.2962572 ], [ 120.5892361, 30.2940654 ], [ 120.589284, 30.2935237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "佳苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.589284, 30.2935237 ], [ 120.5892361, 30.2940654 ], [ 120.5890661, 30.2962572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6053097, 30.2976262 ], [ 120.6058148, 30.292537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6058148, 30.292537 ], [ 120.6053097, 30.2976262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5929137, 30.2966086 ], [ 120.5931378, 30.2938621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5931378, 30.2938621 ], [ 120.5929137, 30.2966086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6119835, 30.2981439 ], [ 120.6124692, 30.2930128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6124692, 30.2930128 ], [ 120.6119835, 30.2981439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220093, 30.2945896 ], [ 120.5221885, 30.2967467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220176, 30.2967538 ], [ 120.5218964, 30.2954089 ], [ 120.5218706, 30.2946226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左冯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5201159, 30.2966968 ], [ 120.5200629, 30.2963006 ], [ 120.5200665, 30.2960436 ], [ 120.5201171, 30.2955369 ], [ 120.5199837, 30.2948629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左冯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5199837, 30.2948629 ], [ 120.5201171, 30.2955369 ], [ 120.5200665, 30.2960436 ], [ 120.5200629, 30.2963006 ], [ 120.5201159, 30.2966968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5079312, 30.2963789 ], [ 120.5079491, 30.2964771 ], [ 120.5079704, 30.296636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5079704, 30.296636 ], [ 120.5079491, 30.2964771 ], [ 120.5079312, 30.2963789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5079312, 30.2963789 ], [ 120.5088705, 30.2964154 ], [ 120.514815, 30.2965527 ], [ 120.5166257, 30.2966019 ], [ 120.5201159, 30.2966968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5201768, 30.2968502 ], [ 120.5190821, 30.2968053 ], [ 120.5166506, 30.2967467 ], [ 120.5138429, 30.2966791 ], [ 120.5090295, 30.2965968 ], [ 120.5086433, 30.2966344 ], [ 120.5079704, 30.296636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5201159, 30.2966968 ], [ 120.5220176, 30.2967538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220176, 30.2967538 ], [ 120.5221885, 30.2967467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716049, 30.2898491 ], [ 120.3718312, 30.2898497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565353, 30.2898605 ], [ 120.3611221, 30.2898385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611221, 30.2898385 ], [ 120.3565353, 30.2898605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565353, 30.2898605 ], [ 120.3563434, 30.2898674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563434, 30.2898674 ], [ 120.3565353, 30.2898605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3537411, 30.2898678 ], [ 120.3541734, 30.2898667 ], [ 120.3563434, 30.2898674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563434, 30.2898674 ], [ 120.3541734, 30.2898667 ], [ 120.3537411, 30.2898678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611241, 30.2917399 ], [ 120.3611221, 30.2898385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611221, 30.2898385 ], [ 120.3611241, 30.2917399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3565353, 30.2898605 ], [ 120.3565423, 30.2943143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "17号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3563667, 30.2943137 ], [ 120.3563434, 30.2898674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3528589, 30.28987 ], [ 120.3530695, 30.2907109 ], [ 120.3533829, 30.2918393 ], [ 120.3534118, 30.2919497 ], [ 120.3538023, 30.2933249 ], [ 120.3540619, 30.2940574 ], [ 120.3541728, 30.2943668 ], [ 120.3542451, 30.2945683 ], [ 120.3543083, 30.2947445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3543083, 30.2947445 ], [ 120.3542451, 30.2945683 ], [ 120.3541728, 30.2943668 ], [ 120.3540619, 30.2940574 ], [ 120.3538023, 30.2933249 ], [ 120.3534118, 30.2919497 ], [ 120.3533829, 30.2918393 ], [ 120.3530695, 30.2907109 ], [ 120.3528589, 30.28987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772242, 30.2898468 ], [ 120.3772326, 30.2923159 ], [ 120.3772414, 30.2943638 ], [ 120.3772427, 30.2946672 ], [ 120.3772438, 30.2949362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662285, 30.2949457 ], [ 120.3662243, 30.2946568 ], [ 120.3662243, 30.29435 ], [ 120.3662256, 30.2936009 ], [ 120.3662181, 30.2898454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770235, 30.2949462 ], [ 120.377024, 30.2946557 ], [ 120.3770253, 30.2943581 ], [ 120.377029, 30.2923114 ], [ 120.3770286, 30.2920679 ], [ 120.377028, 30.29172 ], [ 120.3770315, 30.289848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718312, 30.2898497 ], [ 120.3718444, 30.294343 ], [ 120.3718481, 30.294673 ], [ 120.3718403, 30.2949454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716202, 30.2949468 ], [ 120.371625, 30.2947738 ], [ 120.3716263, 30.2946741 ], [ 120.371629, 30.2943546 ], [ 120.3716049, 30.2898491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664016, 30.2898454 ], [ 120.3664191, 30.2923093 ], [ 120.3664336, 30.2943523 ], [ 120.3664309, 30.2946927 ], [ 120.3664489, 30.2949511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611241, 30.2917399 ], [ 120.3614175, 30.2918465 ], [ 120.3615334, 30.2920063 ], [ 120.3615296, 30.2923511 ], [ 120.3615274, 30.2925489 ], [ 120.3615222, 30.2930203 ], [ 120.3615214, 30.29309 ], [ 120.3615178, 30.2934278 ], [ 120.3615157, 30.2934861 ], [ 120.3615104, 30.2938601 ], [ 120.3615026, 30.2939524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250146, 30.2901145 ], [ 120.3247859, 30.2902145 ], [ 120.3244865, 30.2903585 ], [ 120.3198218, 30.292495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3198218, 30.292495 ], [ 120.3244865, 30.2903585 ], [ 120.3247859, 30.2902145 ], [ 120.3250146, 30.2901145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250146, 30.2901145 ], [ 120.3265886, 30.2927628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3265886, 30.2927628 ], [ 120.3250146, 30.2901145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306399, 30.290892 ], [ 120.3265886, 30.2927628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "16号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3265886, 30.2927628 ], [ 120.3306399, 30.290892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238823, 30.293942 ], [ 120.3260499, 30.2929586 ], [ 120.326356, 30.2928247 ], [ 120.3265886, 30.2927628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3265886, 30.2927628 ], [ 120.3264153, 30.2929016 ], [ 120.3260907, 30.2930534 ], [ 120.3243988, 30.293817 ], [ 120.3239456, 30.2940235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3198218, 30.292495 ], [ 120.3214285, 30.29506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3214285, 30.29506 ], [ 120.3198218, 30.292495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3607059, 30.2939533 ], [ 120.3607191, 30.2938682 ], [ 120.3607151, 30.2934931 ], [ 120.3607097, 30.2934259 ], [ 120.360707, 30.2932418 ], [ 120.3606981, 30.2930851 ], [ 120.3606988, 30.2930061 ], [ 120.3607041, 30.2924069 ], [ 120.3607073, 30.2920248 ], [ 120.3607609, 30.291872 ], [ 120.3610045, 30.291777 ], [ 120.3611241, 30.2917399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3607059, 30.2939533 ], [ 120.3615026, 30.2939524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3615026, 30.2939524 ], [ 120.3607059, 30.2939533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3598279, 30.2948642 ], [ 120.3599255, 30.2946968 ], [ 120.3603961, 30.2942574 ], [ 120.3607059, 30.2939533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3615026, 30.2939524 ], [ 120.3623448, 30.294658 ], [ 120.3625996, 30.294856 ], [ 120.3627615, 30.2949463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3543083, 30.2947445 ], [ 120.354792, 30.2947855 ], [ 120.3553123, 30.29484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3531003, 30.2948516 ], [ 120.3535798, 30.2947611 ], [ 120.3537621, 30.2947428 ], [ 120.3543083, 30.2947445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3531003, 30.2948516 ], [ 120.3540668, 30.2948454 ], [ 120.3548424, 30.2948447 ], [ 120.3553123, 30.29484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3553123, 30.29484 ], [ 120.35655, 30.2948276 ], [ 120.3570817, 30.2948559 ], [ 120.3584234, 30.2948572 ], [ 120.3598279, 30.2948642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664489, 30.2949511 ], [ 120.3666045, 30.294775 ], [ 120.3684384, 30.2947764 ], [ 120.3689898, 30.2947803 ], [ 120.3693645, 30.2947794 ], [ 120.3695764, 30.2948306 ], [ 120.3698044, 30.2948677 ], [ 120.3713453, 30.2948619 ], [ 120.3716202, 30.2949468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321819, 30.2934658 ], [ 120.3320827, 30.2933032 ], [ 120.3306399, 30.290892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3473364, 30.2898836 ], [ 120.3500104, 30.2934745 ], [ 120.3505924, 30.2942365 ], [ 120.350756, 30.2944495 ], [ 120.3510752, 30.2948322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3509026, 30.2948575 ], [ 120.3506407, 30.2944959 ], [ 120.3504942, 30.2942923 ], [ 120.3471146, 30.2898878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321819, 30.2934658 ], [ 120.336178, 30.291638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.336178, 30.291638 ], [ 120.3321819, 30.2934658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3430116, 30.2944422 ], [ 120.3428346, 30.2942225 ], [ 120.3427527, 30.2940756 ], [ 120.3408476, 30.2908844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3408476, 30.2908844 ], [ 120.3427527, 30.2940756 ], [ 120.3428346, 30.2942225 ], [ 120.3430116, 30.2944422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.336178, 30.291638 ], [ 120.337456, 30.293653 ], [ 120.3374647, 30.2936699 ], [ 120.3376013, 30.2939368 ], [ 120.337678, 30.2940867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.337678, 30.2940867 ], [ 120.3376013, 30.2939368 ], [ 120.3374647, 30.2936699 ], [ 120.337456, 30.293653 ], [ 120.336178, 30.291638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "钱塘快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168355, 30.2855006 ], [ 120.2178029, 30.2858575 ], [ 120.2184868, 30.2861095 ], [ 120.2223131, 30.2875792 ], [ 120.2243505, 30.2883378 ], [ 120.2251647, 30.2886328 ], [ 120.2262217, 30.2890398 ], [ 120.2268288, 30.2892173 ], [ 120.2275106, 30.2893866 ], [ 120.2281924, 30.2895116 ], [ 120.2300784, 30.2896977 ], [ 120.2302668, 30.2897117 ], [ 120.2317541, 30.2898381 ], [ 120.2325421, 30.289905 ], [ 120.2344464, 30.2900937 ], [ 120.2350822, 30.290184 ], [ 120.2361817, 30.2904241 ], [ 120.2369166, 30.2905832 ], [ 120.2397054, 30.2911631 ], [ 120.2407251, 30.2913857 ], [ 120.2411863, 30.2915104 ], [ 120.2417473, 30.2916956 ], [ 120.2422149, 30.291876 ], [ 120.2427526, 30.2921487 ], [ 120.2433451, 30.2925009 ], [ 120.2450131, 30.2936935 ], [ 120.2471745, 30.2952599 ], [ 120.2495709, 30.2969876 ], [ 120.2501751, 30.2974231 ], [ 120.2511025, 30.298109 ], [ 120.2517611, 30.2987527 ], [ 120.2525197, 30.2997218 ], [ 120.2529779, 30.3004199 ], [ 120.2551786, 30.3040824 ], [ 120.2556032, 30.3047568 ], [ 120.2558569, 30.30505 ], [ 120.2562081, 30.3053573 ], [ 120.2564017, 30.3055142 ], [ 120.2566074, 30.3056535 ], [ 120.256852, 30.3057854 ], [ 120.2571129, 30.3059068 ], [ 120.2574413, 30.3060322 ], [ 120.2577758, 30.3061417 ], [ 120.2580953, 30.3062222 ], [ 120.2584126, 30.3062799 ], [ 120.2587128, 30.3063137 ], [ 120.2590191, 30.3063211 ], [ 120.259336, 30.3063105 ], [ 120.2596285, 30.3062857 ], [ 120.2609468, 30.3060571 ], [ 120.2623186, 30.3058278 ], [ 120.2666073, 30.3051607 ], [ 120.2699213, 30.3046318 ], [ 120.2788808, 30.3032282 ], [ 120.2803097, 30.3029993 ], [ 120.2814196, 30.3028336 ], [ 120.286393, 30.3020414 ], [ 120.2872448, 30.3019019 ], [ 120.2901162, 30.301418 ], [ 120.2907678, 30.3013272 ], [ 120.2913982, 30.3012486 ], [ 120.2926078, 30.3011496 ], [ 120.2932647, 30.3011091 ], [ 120.2939199, 30.3010778 ], [ 120.2944613, 30.301073 ], [ 120.2954, 30.301077 ], [ 120.296569, 30.3011216 ], [ 120.2970499, 30.3011464 ], [ 120.2984943, 30.3012182 ], [ 120.3000826, 30.301309 ], [ 120.3018374, 30.3014517 ], [ 120.3040041, 30.3016552 ], [ 120.3069539, 30.3019216 ], [ 120.3075499, 30.3019781 ], [ 120.3082061, 30.3020224 ], [ 120.3089466, 30.3020543 ], [ 120.3092978, 30.3020649 ], [ 120.3098594, 30.3020684 ], [ 120.3101781, 30.3020831 ], [ 120.3121636, 30.3020114 ], [ 120.3144416, 30.3019496 ], [ 120.3152113, 30.301933 ], [ 120.3161944, 30.3019916 ], [ 120.3187256, 30.3021599 ], [ 120.3215348, 30.3023368 ], [ 120.3218829, 30.3023587 ], [ 120.3249574, 30.3026496 ], [ 120.3253945, 30.3027071 ], [ 120.3258108, 30.3027476 ], [ 120.326066, 30.3027639 ], [ 120.3263143, 30.3027708 ], [ 120.3266142, 30.302774 ], [ 120.3269259, 30.3027721 ], [ 120.3272542, 30.3027586 ], [ 120.3275733, 30.3027336 ], [ 120.3279124, 30.3026919 ], [ 120.328199, 30.3026555 ], [ 120.3285527, 30.3025937 ], [ 120.3288068, 30.3025329 ], [ 120.3290538, 30.3024586 ], [ 120.3293537, 30.3023475 ], [ 120.3296537, 30.3022069 ], [ 120.3299691, 30.3020225 ], [ 120.3302475, 30.3017875 ], [ 120.3305382, 30.3014962 ], [ 120.3308491, 30.3011187 ], [ 120.331172, 30.3006776 ], [ 120.33436, 30.2965929 ], [ 120.3347111, 30.2961665 ], [ 120.3350607, 30.2957938 ], [ 120.3353773, 30.2955222 ], [ 120.3357431, 30.2952454 ], [ 120.3361863, 30.2949722 ], [ 120.3366818, 30.2947432 ], [ 120.3372259, 30.2945266 ], [ 120.3376416, 30.2943919 ], [ 120.3380691, 30.2942796 ], [ 120.3384686, 30.294192 ], [ 120.3388729, 30.2941354 ], [ 120.3392425, 30.2941004 ], [ 120.3396859, 30.2940903 ], [ 120.340156, 30.2940954 ], [ 120.3408645, 30.294142 ], [ 120.3415246, 30.2942141 ], [ 120.3428475, 30.2944034 ], [ 120.3433183, 30.2944663 ], [ 120.3437007, 30.2945029 ], [ 120.3440402, 30.2945302 ], [ 120.344302, 30.2945563 ], [ 120.3502225, 30.2949428 ], [ 120.3509642, 30.2949716 ], [ 120.3513719, 30.294978 ], [ 120.3521171, 30.2949847 ], [ 120.353211, 30.2949761 ], [ 120.3558408, 30.2949675 ], [ 120.35893, 30.2949575 ], [ 120.3651051, 30.2949841 ], [ 120.3678697, 30.2949973 ], [ 120.3693119, 30.2949795 ], [ 120.3717519, 30.2949296 ], [ 120.3769733, 30.2949016 ], [ 120.3794771, 30.2948971 ], [ 120.3822296, 30.2949004 ], [ 120.3846972, 30.2948835 ], [ 120.400728, 30.294779 ], [ 120.4015176, 30.2947702 ], [ 120.4022885, 30.2947454 ], [ 120.4029892, 30.2947078 ], [ 120.4036993, 30.2946421 ], [ 120.4045029, 30.2945307 ], [ 120.4053414, 30.2943864 ], [ 120.4060397, 30.2942461 ], [ 120.4067078, 30.2940864 ], [ 120.4075388, 30.2938609 ], [ 120.4118784, 30.2925282 ], [ 120.4122558, 30.2924125 ], [ 120.4125908, 30.2923181 ], [ 120.4129609, 30.2922213 ], [ 120.4133309, 30.2921276 ], [ 120.4137491, 30.2920251 ], [ 120.4142746, 30.2918977 ], [ 120.414848, 30.2917424 ], [ 120.4156026, 30.2915149 ], [ 120.4163527, 30.291279 ], [ 120.4177821, 30.2908048 ], [ 120.4186121, 30.290524 ], [ 120.4195322, 30.2902359 ], [ 120.4211763, 30.2896785 ], [ 120.4220922, 30.2893839 ], [ 120.4228228, 30.2891424 ], [ 120.4235481, 30.288886 ], [ 120.4243114, 30.2886072 ], [ 120.4251042, 30.2883135 ], [ 120.4294038, 30.286718 ], [ 120.4312208, 30.2860396 ], [ 120.4354725, 30.2844561 ], [ 120.437521, 30.2836869 ], [ 120.4379555, 30.2835253 ], [ 120.4383857, 30.283375 ], [ 120.4397993, 30.2829176 ], [ 120.4419778, 30.2823169 ], [ 120.4426265, 30.2821749 ], [ 120.4434822, 30.2819813 ], [ 120.4452747, 30.2816731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239456, 30.2940235 ], [ 120.3238823, 30.293942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238823, 30.293942 ], [ 120.3239456, 30.2940235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281337, 30.2952714 ], [ 120.3265886, 30.2927628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3265886, 30.2927628 ], [ 120.3281337, 30.2952714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "钱塘快速路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4453009, 30.2817768 ], [ 120.4444012, 30.2819109 ], [ 120.4431731, 30.2821404 ], [ 120.4419773, 30.2823966 ], [ 120.4398445, 30.2829947 ], [ 120.4384341, 30.2834688 ], [ 120.4375739, 30.2837814 ], [ 120.4355495, 30.2845385 ], [ 120.4312888, 30.2861311 ], [ 120.429617, 30.2867451 ], [ 120.4261734, 30.2880423 ], [ 120.4250004, 30.2884692 ], [ 120.4223858, 30.2893896 ], [ 120.4212204, 30.2897797 ], [ 120.4195667, 30.2903446 ], [ 120.4186682, 30.2906353 ], [ 120.4166683, 30.291302 ], [ 120.4163977, 30.2914059 ], [ 120.4148902, 30.291885 ], [ 120.4143461, 30.2920537 ], [ 120.4138602, 30.2922067 ], [ 120.4134331, 30.2923492 ], [ 120.4128919, 30.2925235 ], [ 120.4122982, 30.2927026 ], [ 120.407728, 30.2941247 ], [ 120.4067097, 30.2944017 ], [ 120.405809, 30.2946235 ], [ 120.4047258, 30.2948269 ], [ 120.4035809, 30.2949774 ], [ 120.402393, 30.2950816 ], [ 120.4010519, 30.2951192 ], [ 120.3861132, 30.2952365 ], [ 120.3854305, 30.2952288 ], [ 120.3847791, 30.2952045 ], [ 120.3841881, 30.2951767 ], [ 120.3834737, 30.2951305 ], [ 120.3828872, 30.2950984 ], [ 120.3821234, 30.2950658 ], [ 120.3813593, 30.295051 ], [ 120.3805748, 30.2950444 ], [ 120.3786736, 30.2950458 ], [ 120.378252, 30.2950479 ], [ 120.3781948, 30.2950482 ], [ 120.3769661, 30.2950098 ], [ 120.3695819, 30.2950698 ], [ 120.3666502, 30.29506 ], [ 120.3589179, 30.2950898 ], [ 120.3558214, 30.2950996 ], [ 120.3532538, 30.2951078 ], [ 120.3521199, 30.2951058 ], [ 120.3516212, 30.2951023 ], [ 120.3508829, 30.2950623 ], [ 120.3500784, 30.2950278 ], [ 120.3456712, 30.2947231 ], [ 120.3432509, 30.2945836 ], [ 120.342842, 30.2945232 ], [ 120.3419706, 30.2944091 ], [ 120.3413328, 30.2943093 ], [ 120.3408618, 30.2942627 ], [ 120.3403021, 30.2942332 ], [ 120.3398473, 30.2942362 ], [ 120.3394525, 30.2942624 ], [ 120.3389078, 30.2943073 ], [ 120.3385095, 30.2943751 ], [ 120.3380381, 30.2944795 ], [ 120.3376043, 30.2946092 ], [ 120.3372415, 30.2947543 ], [ 120.3368194, 30.2949494 ], [ 120.3363888, 30.2951832 ], [ 120.3359814, 30.295449 ], [ 120.3356173, 30.2957588 ], [ 120.3352855, 30.2960742 ], [ 120.3349335, 30.2964536 ], [ 120.3344972, 30.2969921 ], [ 120.3317565, 30.3005413 ], [ 120.3313819, 30.3010871 ], [ 120.3310517, 30.3014874 ], [ 120.3306841, 30.3018557 ], [ 120.3303626, 30.3021259 ], [ 120.3299525, 30.3023914 ], [ 120.3295194, 30.3025936 ], [ 120.3291386, 30.3027262 ], [ 120.3287029, 30.3028384 ], [ 120.3283028, 30.3029071 ], [ 120.327912, 30.3029484 ], [ 120.3274473, 30.3029736 ], [ 120.3270067, 30.3029801 ], [ 120.3265876, 30.3029679 ], [ 120.3261624, 30.3029436 ], [ 120.3214887, 30.3024546 ], [ 120.3191647, 30.3022614 ], [ 120.318035, 30.302197 ], [ 120.3152106, 30.3020443 ], [ 120.3144401, 30.3020651 ], [ 120.3121249, 30.3021149 ], [ 120.310169, 30.3021848 ], [ 120.3097611, 30.3022041 ], [ 120.3093445, 30.3022034 ], [ 120.3089067, 30.3021965 ], [ 120.3083921, 30.3021767 ], [ 120.3077231, 30.3021316 ], [ 120.3069443, 30.3020621 ], [ 120.3018191, 30.3015611 ], [ 120.300197, 30.3014433 ], [ 120.2984792, 30.3013408 ], [ 120.2970506, 30.3012706 ], [ 120.2965893, 30.3012485 ], [ 120.2958058, 30.3012092 ], [ 120.295001, 30.3011852 ], [ 120.2941328, 30.3011928 ], [ 120.2932525, 30.3012185 ], [ 120.2922979, 30.3012854 ], [ 120.2914107, 30.3013624 ], [ 120.2908428, 30.3014285 ], [ 120.2901394, 30.3015136 ], [ 120.2872821, 30.3020384 ], [ 120.2814705, 30.3029746 ], [ 120.2802871, 30.3031459 ], [ 120.2784326, 30.3034145 ], [ 120.2721375, 30.3043921 ], [ 120.2708455, 30.3046135 ], [ 120.2659663, 30.3053886 ], [ 120.2623381, 30.3058888 ], [ 120.2608864, 30.3061959 ], [ 120.2597392, 30.3063789 ], [ 120.2594381, 30.3064143 ], [ 120.2591044, 30.3064304 ], [ 120.2587559, 30.3064266 ], [ 120.2584256, 30.3064001 ], [ 120.2580662, 30.3063353 ], [ 120.2577596, 30.306253 ], [ 120.2573415, 30.3061072 ], [ 120.257029, 30.3059772 ], [ 120.2567898, 30.3058697 ], [ 120.2565629, 30.3057516 ], [ 120.2563103, 30.3055837 ], [ 120.2561105, 30.3054157 ], [ 120.2557164, 30.3050658 ], [ 120.2555066, 30.3048195 ], [ 120.2550529, 30.3041028 ], [ 120.2543392, 30.302915 ], [ 120.2528919, 30.3004617 ], [ 120.2526984, 30.3001301 ], [ 120.2524381, 30.2997605 ], [ 120.2516761, 30.2988204 ], [ 120.2510575, 30.2982543 ], [ 120.2500714, 30.2975045 ], [ 120.2494903, 30.2970832 ], [ 120.2471048, 30.2953538 ], [ 120.2449326, 30.2937904 ], [ 120.2438323, 30.2929944 ], [ 120.2435337, 30.2927737 ], [ 120.2431299, 30.2925205 ], [ 120.2426345, 30.29223 ], [ 120.2421584, 30.2919836 ], [ 120.2417231, 30.2917964 ], [ 120.2411485, 30.2916238 ], [ 120.2406838, 30.2914966 ], [ 120.2369308, 30.2906654 ], [ 120.235069, 30.2902753 ], [ 120.2345053, 30.2901848 ], [ 120.2325187, 30.2899935 ], [ 120.230045, 30.2897547 ], [ 120.2290405, 30.2896617 ], [ 120.228242, 30.289585 ], [ 120.2277656, 30.2895125 ], [ 120.2273827, 30.2894278 ], [ 120.2265794, 30.2892141 ], [ 120.226019, 30.2890286 ], [ 120.2243192, 30.288439 ], [ 120.2223634, 30.2877481 ], [ 120.2207623, 30.2870852 ], [ 120.2198945, 30.2867702 ], [ 120.218528, 30.2862606 ], [ 120.217986, 30.2860544 ], [ 120.2161098, 30.2853414 ], [ 120.2151929, 30.285018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321819, 30.2934658 ], [ 120.3281337, 30.2952714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "14号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281337, 30.2952714 ], [ 120.3321819, 30.2934658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3214285, 30.29506 ], [ 120.3224944, 30.2945688 ], [ 120.3238823, 30.293942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239456, 30.2940235 ], [ 120.3214825, 30.2951461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3214825, 30.2951461 ], [ 120.3214285, 30.29506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3377423, 30.2942409 ], [ 120.337678, 30.2940867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.337678, 30.2940867 ], [ 120.3377423, 30.2942409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321819, 30.2934658 ], [ 120.3330591, 30.29498 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌浩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3330591, 30.29498 ], [ 120.3321819, 30.2934658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.337678, 30.2940867 ], [ 120.3383012, 30.2941377 ], [ 120.3394194, 30.2942075 ], [ 120.3430116, 30.2944422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3430618, 30.2945707 ], [ 120.3394735, 30.2943395 ], [ 120.3377423, 30.2942409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3430116, 30.2944422 ], [ 120.3430618, 30.2945707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3430618, 30.2945707 ], [ 120.3430116, 30.2944422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3430116, 30.2944422 ], [ 120.3442775, 30.2945063 ], [ 120.3475163, 30.2947433 ], [ 120.3488591, 30.2948263 ], [ 120.3505711, 30.2949166 ], [ 120.3509026, 30.2948575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3510752, 30.2948322 ], [ 120.352006, 30.2948338 ], [ 120.352621, 30.294848 ], [ 120.3531003, 30.2948516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3598279, 30.2948642 ], [ 120.3603288, 30.2949104 ], [ 120.3608707, 30.2949339 ], [ 120.3619732, 30.2949504 ], [ 120.3627615, 30.2949463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772438, 30.2949362 ], [ 120.3792257, 30.2949258 ], [ 120.3837726, 30.2949371 ], [ 120.3841388, 30.2949336 ], [ 120.3844379, 30.29494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770235, 30.2949462 ], [ 120.3772438, 30.2949362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664489, 30.2949511 ], [ 120.3684487, 30.2949344 ], [ 120.3690207, 30.2949424 ], [ 120.3697038, 30.2949394 ], [ 120.3716202, 30.2949468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718403, 30.2949454 ], [ 120.3731254, 30.2949441 ], [ 120.375795, 30.2949433 ], [ 120.3770235, 30.2949462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3627615, 30.2949463 ], [ 120.3662285, 30.2949457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716202, 30.2949468 ], [ 120.3718403, 30.2949454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662285, 30.2949457 ], [ 120.3664489, 30.2949511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772438, 30.2949362 ], [ 120.3772475, 30.2950602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770225, 30.2950672 ], [ 120.3770235, 30.2949462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662288, 30.2950915 ], [ 120.3662285, 30.2949457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718403, 30.2949454 ], [ 120.3718463, 30.2950953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664489, 30.2949511 ], [ 120.3664435, 30.2950932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3598212, 30.2952114 ], [ 120.3598279, 30.2948642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716479, 30.2951441 ], [ 120.3716202, 30.2949468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3844666, 30.2950323 ], [ 120.3841335, 30.2950482 ], [ 120.383782, 30.2950471 ], [ 120.3831557, 30.2950802 ], [ 120.3805726, 30.2950797 ], [ 120.379226, 30.2950698 ], [ 120.3772475, 30.2950602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772475, 30.2950602 ], [ 120.3770225, 30.2950672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770225, 30.2950672 ], [ 120.3722098, 30.2950871 ], [ 120.3718463, 30.2950953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664435, 30.2950932 ], [ 120.3662288, 30.2950915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662288, 30.2950915 ], [ 120.3653779, 30.2951008 ], [ 120.364593, 30.2950998 ], [ 120.3636288, 30.2951124 ], [ 120.3627238, 30.2951129 ], [ 120.362302, 30.2951081 ], [ 120.3611464, 30.2951034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716479, 30.2951441 ], [ 120.3689786, 30.2951109 ], [ 120.3684524, 30.2951075 ], [ 120.3664435, 30.2950932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718463, 30.2950953 ], [ 120.3716479, 30.2951441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718463, 30.2950953 ], [ 120.3718463, 30.2952058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770225, 30.2950672 ], [ 120.3769446, 30.295242 ], [ 120.3746653, 30.2952466 ], [ 120.3736708, 30.2952466 ], [ 120.3729089, 30.2951877 ], [ 120.3718463, 30.2952058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611464, 30.2951034 ], [ 120.3607746, 30.2951078 ], [ 120.3603799, 30.29514 ], [ 120.3598212, 30.2952114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716615, 30.295244 ], [ 120.3713828, 30.295244 ], [ 120.3705782, 30.2952463 ], [ 120.3686953, 30.2952428 ], [ 120.3666286, 30.2952046 ], [ 120.3664435, 30.2950932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716615, 30.295244 ], [ 120.3716479, 30.2951441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718463, 30.2952058 ], [ 120.3716615, 30.295244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3598212, 30.2952114 ], [ 120.3593057, 30.295225 ], [ 120.3565001, 30.2952262 ], [ 120.3559221, 30.2952565 ], [ 120.3555142, 30.2952488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3555142, 30.2952488 ], [ 120.3552203, 30.2952433 ], [ 120.3545149, 30.2952544 ], [ 120.353748, 30.2952444 ], [ 120.35304, 30.2952492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5860392, 30.2959347 ], [ 120.5853464, 30.2958806 ], [ 120.5848501, 30.295854 ], [ 120.5845838, 30.2958397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5845838, 30.2958397 ], [ 120.5848501, 30.295854 ], [ 120.5853464, 30.2958806 ], [ 120.5860392, 30.2959347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5861655, 30.2959446 ], [ 120.5860392, 30.2959347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5860392, 30.2959347 ], [ 120.5861655, 30.2959446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5861655, 30.2959446 ], [ 120.5882252, 30.2961056 ], [ 120.5890661, 30.2962572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5890661, 30.2962572 ], [ 120.5882252, 30.2961056 ], [ 120.5861655, 30.2959446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5929137, 30.2966086 ], [ 120.589683, 30.296308 ], [ 120.5890661, 30.2962572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5890661, 30.2962572 ], [ 120.589683, 30.296308 ], [ 120.5929137, 30.2966086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5929137, 30.2966086 ], [ 120.5954978, 30.2968366 ], [ 120.5989434, 30.2970961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5989434, 30.2970961 ], [ 120.5954978, 30.2968366 ], [ 120.5929137, 30.2966086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左冯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5201768, 30.2968502 ], [ 120.5201159, 30.2966968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左冯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5201159, 30.2966968 ], [ 120.5201768, 30.2968502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5221885, 30.2967467 ], [ 120.5273213, 30.2968736 ], [ 120.5275859, 30.2968808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220329, 30.296907 ], [ 120.5220176, 30.2967538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5221885, 30.2967467 ], [ 120.5222023, 30.2969204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220329, 30.296907 ], [ 120.5201768, 30.2968502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5275859, 30.2968808 ], [ 120.5287505, 30.2969126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222023, 30.2969204 ], [ 120.5220329, 30.296907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左建线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5275819, 30.2970577 ], [ 120.5275859, 30.2968808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左建线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5275859, 30.2968808 ], [ 120.5275819, 30.2970577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5845838, 30.2958397 ], [ 120.5819507, 30.2956985 ], [ 120.5776905, 30.2954092 ], [ 120.5736124, 30.2951307 ], [ 120.5701816, 30.2948768 ], [ 120.5697989, 30.2948485 ], [ 120.5652947, 30.2945414 ], [ 120.5609268, 30.2942739 ], [ 120.5597466, 30.2941939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5386611, 30.2971721 ], [ 120.5422212, 30.2972627 ], [ 120.5439416, 30.2973065 ], [ 120.5440275, 30.2973091 ], [ 120.5443888, 30.2973179 ], [ 120.5447542, 30.2973298 ], [ 120.5448768, 30.2973341 ], [ 120.5450416, 30.2973398 ], [ 120.5459122, 30.2973661 ], [ 120.5463789, 30.2973512 ], [ 120.5468888, 30.297299 ], [ 120.5471654, 30.2972542 ], [ 120.5473223, 30.297223 ], [ 120.5475025, 30.2971871 ], [ 120.5481939, 30.297008 ], [ 120.548626, 30.2968587 ], [ 120.5491014, 30.2966348 ], [ 120.5509078, 30.2956199 ], [ 120.5517548, 30.2952095 ], [ 120.5522042, 30.2950155 ], [ 120.5527573, 30.294799 ], [ 120.553129, 30.2946871 ], [ 120.5537513, 30.294508 ], [ 120.5544686, 30.2943364 ], [ 120.5551142, 30.2942425 ], [ 120.5554676, 30.2942056 ], [ 120.5559809, 30.2941492 ], [ 120.5565065, 30.294114 ], [ 120.5565775, 30.2941116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5565725, 30.2942768 ], [ 120.5564964, 30.2942804 ], [ 120.555967, 30.2943124 ], [ 120.555456, 30.2943709 ], [ 120.5551008, 30.2944159 ], [ 120.5543195, 30.294561 ], [ 120.5535722, 30.2947433 ], [ 120.5529954, 30.2949327 ], [ 120.5518014, 30.2953816 ], [ 120.551119, 30.2956972 ], [ 120.5501037, 30.2962583 ], [ 120.5488446, 30.2969316 ], [ 120.5483085, 30.2971701 ], [ 120.5477886, 30.2973173 ], [ 120.5470657, 30.2974436 ], [ 120.5463427, 30.2975067 ], [ 120.5454248, 30.2975207 ], [ 120.5448659, 30.2975095 ], [ 120.544765, 30.2975075 ], [ 120.5443621, 30.2974982 ], [ 120.5430611, 30.2974646 ], [ 120.5422178, 30.2974368 ], [ 120.538655, 30.2973175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5597466, 30.2941939 ], [ 120.5596301, 30.2960024 ], [ 120.5594903, 30.2977571 ], [ 120.5594226, 30.2985898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5593354, 30.2985801 ], [ 120.5594094, 30.2976699 ], [ 120.559569, 30.2957814 ], [ 120.55964, 30.2946228 ], [ 120.5596527, 30.2942462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562816, 30.300534 ], [ 120.5564116, 30.2989427 ], [ 120.5564766, 30.2986782 ], [ 120.5564692, 30.2981549 ], [ 120.5564886, 30.2969214 ], [ 120.5565527, 30.2959722 ], [ 120.5565472, 30.2951141 ], [ 120.5565725, 30.2942768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5565725, 30.2942768 ], [ 120.5565472, 30.2951141 ], [ 120.5565527, 30.2959722 ], [ 120.5564886, 30.2969214 ], [ 120.5564692, 30.2981549 ], [ 120.5564766, 30.2986782 ], [ 120.5564116, 30.2989427 ], [ 120.5562816, 30.300534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5594226, 30.2985898 ], [ 120.5593354, 30.2985801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5593354, 30.2985801 ], [ 120.5594226, 30.2985898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5811782, 30.2999883 ], [ 120.5762364, 30.2996619 ], [ 120.5697212, 30.2992186 ], [ 120.5694146, 30.2992012 ], [ 120.5639715, 30.2988917 ], [ 120.5594226, 30.2985898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5989434, 30.2970961 ], [ 120.5991669, 30.2971228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5991669, 30.2971228 ], [ 120.5989434, 30.2970961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6053097, 30.2976262 ], [ 120.6030119, 30.2974308 ], [ 120.5991669, 30.2971228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5991669, 30.2971228 ], [ 120.6030119, 30.2974308 ], [ 120.6053097, 30.2976262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6125825, 30.306265 ], [ 120.6126036, 30.3058471 ], [ 120.6127199, 30.3038182 ], [ 120.6128312, 30.3024235 ], [ 120.6129029, 30.3014389 ], [ 120.6130019, 30.2998841 ], [ 120.6131174, 30.2985904 ], [ 120.6132658, 30.2963477 ], [ 120.6134342, 30.2940806 ], [ 120.6135973, 30.2918836 ], [ 120.6138051, 30.2896024 ], [ 120.6139386, 30.2893802 ], [ 120.614035, 30.289252 ], [ 120.6141316, 30.2891621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6141316, 30.2891621 ], [ 120.614035, 30.289252 ], [ 120.6139386, 30.2893802 ], [ 120.6138051, 30.2896024 ], [ 120.6135973, 30.2918836 ], [ 120.6134342, 30.2940806 ], [ 120.6132658, 30.2963477 ], [ 120.6131174, 30.2985904 ], [ 120.6130019, 30.2998841 ], [ 120.6129029, 30.3014389 ], [ 120.6128312, 30.3024235 ], [ 120.6127199, 30.3038182 ], [ 120.6126036, 30.3058471 ], [ 120.6125825, 30.306265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6053097, 30.2976262 ], [ 120.608667, 30.2978866 ], [ 120.6119835, 30.2981439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6119835, 30.2981439 ], [ 120.608667, 30.2978866 ], [ 120.6053097, 30.2976262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5845838, 30.2958397 ], [ 120.5846694, 30.2961643 ], [ 120.5848576, 30.2962381 ], [ 120.5848919, 30.2965188 ], [ 120.5847037, 30.2997985 ], [ 120.5846694, 30.2999906 ], [ 120.5844727, 30.3000275 ], [ 120.5844227, 30.3002049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5844227, 30.3002049 ], [ 120.5844727, 30.3000275 ], [ 120.5846694, 30.2999906 ], [ 120.5847037, 30.2997985 ], [ 120.5848919, 30.2965188 ], [ 120.5848576, 30.2962381 ], [ 120.5846694, 30.2961643 ], [ 120.5845838, 30.2958397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5275819, 30.2970577 ], [ 120.5265831, 30.2970408 ], [ 120.524289, 30.2969596 ], [ 120.5222023, 30.2969204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5287505, 30.2969126 ], [ 120.5292995, 30.2969276 ], [ 120.5311658, 30.2969785 ], [ 120.5336133, 30.2970453 ], [ 120.5385083, 30.2971652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5385083, 30.2971652 ], [ 120.5386611, 30.2971721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.538503, 30.2973101 ], [ 120.5340643, 30.2972128 ], [ 120.5331873, 30.2971936 ], [ 120.5309376, 30.2971447 ], [ 120.5290436, 30.2970956 ], [ 120.5275819, 30.2970577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.538503, 30.2973101 ], [ 120.5385083, 30.2971652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5386611, 30.2971721 ], [ 120.538655, 30.2973175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.538655, 30.2973175 ], [ 120.538503, 30.2973101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222023, 30.2969204 ], [ 120.5222071, 30.2969799 ], [ 120.5222625, 30.2991256 ], [ 120.5222728, 30.3009246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.522138, 30.3010294 ], [ 120.5220329, 30.296907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5275819, 30.2970577 ], [ 120.5275744, 30.2971977 ], [ 120.5274774, 30.2973377 ], [ 120.5264042, 30.2981846 ], [ 120.526313, 30.2983328 ], [ 120.5262084, 30.2985575 ], [ 120.5260501, 30.2986895 ], [ 120.5257336, 30.2988747 ], [ 120.5251328, 30.2990809 ], [ 120.5248109, 30.2992545 ], [ 120.5244998, 30.2995417 ], [ 120.5237783, 30.2999076 ], [ 120.5233786, 30.3001508 ], [ 120.5224399, 30.3007945 ], [ 120.5222728, 30.3009246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5858936, 30.3003049 ], [ 120.5858995, 30.2996125 ], [ 120.5859376, 30.2979448 ], [ 120.5859911, 30.2970022 ], [ 120.5860392, 30.2959347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5861655, 30.2959446 ], [ 120.5861067, 30.2971467 ], [ 120.5860383, 30.2996508 ], [ 120.5860305, 30.3003143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5925895, 30.3007527 ], [ 120.5929137, 30.2966086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5929137, 30.2966086 ], [ 120.5925895, 30.3007527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.598585, 30.301194 ], [ 120.5989434, 30.2970961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5991669, 30.2971228 ], [ 120.5989818, 30.2993537 ], [ 120.5987961, 30.3012031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6049461, 30.3015901 ], [ 120.6053097, 30.2976262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6053097, 30.2976262 ], [ 120.6049461, 30.3015901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6116549, 30.3020167 ], [ 120.6119835, 30.2981439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6119835, 30.2981439 ], [ 120.6116549, 30.3020167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222728, 30.3009246 ], [ 120.5224399, 30.3007945 ], [ 120.5233786, 30.3001508 ], [ 120.5237783, 30.2999076 ], [ 120.5244998, 30.2995417 ], [ 120.5248109, 30.2992545 ], [ 120.5251328, 30.2990809 ], [ 120.5257336, 30.2988747 ], [ 120.5260501, 30.2986895 ], [ 120.5262084, 30.2985575 ], [ 120.526313, 30.2983328 ], [ 120.5264042, 30.2981846 ], [ 120.5274774, 30.2973377 ], [ 120.5275744, 30.2971977 ], [ 120.5275819, 30.2970577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左冯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5201768, 30.2968502 ], [ 120.5204595, 30.2983397 ], [ 120.5207947, 30.2999712 ], [ 120.5210685, 30.3014229 ], [ 120.5212494, 30.3016018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左冯线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5212494, 30.3016018 ], [ 120.5210685, 30.3014229 ], [ 120.5207947, 30.2999712 ], [ 120.5204595, 30.2983397 ], [ 120.5201768, 30.2968502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.538655, 30.2973175 ], [ 120.5386215, 30.2981074 ], [ 120.5385723, 30.2992705 ], [ 120.5384979, 30.3016866 ], [ 120.5384906, 30.3019228 ], [ 120.5384877, 30.3019976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383354, 30.3020087 ], [ 120.5383378, 30.3019411 ], [ 120.5383465, 30.3016958 ], [ 120.5384158, 30.2997373 ], [ 120.538474, 30.2981175 ], [ 120.538503, 30.2973101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5079704, 30.296636 ], [ 120.508084, 30.2974818 ], [ 120.5082105, 30.2980497 ], [ 120.5083454, 30.2991709 ], [ 120.5084516, 30.3002907 ], [ 120.5085624, 30.3031481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5085624, 30.3031481 ], [ 120.5084516, 30.3002907 ], [ 120.5083454, 30.2991709 ], [ 120.5082105, 30.2980497 ], [ 120.508084, 30.2974818 ], [ 120.5079704, 30.296636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.522138, 30.3010294 ], [ 120.5222728, 30.3009246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222728, 30.3009246 ], [ 120.522138, 30.3010294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5212494, 30.3016018 ], [ 120.5218149, 30.3012809 ], [ 120.522138, 30.3010294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5858936, 30.3003049 ], [ 120.5851371, 30.3002535 ], [ 120.5847294, 30.3002258 ], [ 120.5844227, 30.3002049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5844227, 30.3002049 ], [ 120.5847294, 30.3002258 ], [ 120.5851371, 30.3002535 ], [ 120.5858936, 30.3003049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5858936, 30.3003049 ], [ 120.5860305, 30.3003143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5860305, 30.3003143 ], [ 120.5858936, 30.3003049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5925895, 30.3007527 ], [ 120.5873934, 30.3004069 ], [ 120.5871772, 30.3003922 ], [ 120.5860305, 30.3003143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5860305, 30.3003143 ], [ 120.5871772, 30.3003922 ], [ 120.5873934, 30.3004069 ], [ 120.5925895, 30.3007527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.598585, 30.301194 ], [ 120.5925895, 30.3007527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5925895, 30.3007527 ], [ 120.598585, 30.301194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.598585, 30.301194 ], [ 120.5987961, 30.3012031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5987961, 30.3012031 ], [ 120.598585, 30.301194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5594226, 30.2985898 ], [ 120.5639715, 30.2988917 ], [ 120.5694146, 30.2992012 ], [ 120.5697212, 30.2992186 ], [ 120.5762364, 30.2996619 ], [ 120.5811782, 30.2999883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5844227, 30.3002049 ], [ 120.5831775, 30.3001203 ], [ 120.5811782, 30.2999883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5811782, 30.2999883 ], [ 120.5831775, 30.3001203 ], [ 120.5844227, 30.3002049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5556065, 30.3005072 ], [ 120.555745, 30.3005127 ], [ 120.5557661, 30.3005135 ], [ 120.5560833, 30.3005261 ], [ 120.5562816, 30.300534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562816, 30.300534 ], [ 120.5560833, 30.3005261 ], [ 120.5557661, 30.3005135 ], [ 120.555745, 30.3005127 ], [ 120.5556065, 30.3005072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562514, 30.3012234 ], [ 120.5562816, 30.300534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562816, 30.300534 ], [ 120.5562514, 30.3012234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384877, 30.3019976 ], [ 120.5396834, 30.3019018 ], [ 120.5406046, 30.3018232 ], [ 120.540672, 30.3018175 ], [ 120.5421285, 30.3016933 ], [ 120.5444775, 30.3014762 ], [ 120.5464779, 30.3013066 ], [ 120.5471765, 30.3012474 ], [ 120.5501528, 30.3009655 ], [ 120.5529196, 30.3007154 ], [ 120.5547929, 30.3005452 ], [ 120.5556065, 30.3005072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5556065, 30.3005072 ], [ 120.5547929, 30.3005452 ], [ 120.5529196, 30.3007154 ], [ 120.5501528, 30.3009655 ], [ 120.5471765, 30.3012474 ], [ 120.5464779, 30.3013066 ], [ 120.5444775, 30.3014762 ], [ 120.5421285, 30.3016933 ], [ 120.540672, 30.3018175 ], [ 120.5406046, 30.3018232 ], [ 120.5396834, 30.3019018 ], [ 120.5384877, 30.3019976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5810037, 30.3038644 ], [ 120.5811782, 30.2999883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.522138, 30.3010294 ], [ 120.5218149, 30.3012809 ], [ 120.5212494, 30.3016018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384877, 30.3019976 ], [ 120.5383354, 30.3020087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383354, 30.3020087 ], [ 120.5384877, 30.3019976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222728, 30.3009246 ], [ 120.5222769, 30.3014941 ], [ 120.5222791, 30.3018005 ], [ 120.5222942, 30.3038873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5221084, 30.3038873 ], [ 120.5221291, 30.3018874 ], [ 120.5221323, 30.3015782 ], [ 120.522138, 30.3010294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5212494, 30.3016018 ], [ 120.5206803, 30.3020034 ], [ 120.520105, 30.302316 ], [ 120.5196946, 30.302763 ], [ 120.5194988, 30.3028811 ], [ 120.5190724, 30.3029575 ], [ 120.5183978, 30.3030617 ], [ 120.5182637, 30.3031404 ], [ 120.5181698, 30.3032863 ], [ 120.5181075, 30.3034165 ], [ 120.5180316, 30.3032118 ], [ 120.5172014, 30.3036267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5172014, 30.3036267 ], [ 120.5180316, 30.3032118 ], [ 120.5181075, 30.3034165 ], [ 120.5181698, 30.3032863 ], [ 120.5182637, 30.3031404 ], [ 120.5183978, 30.3030617 ], [ 120.5190724, 30.3029575 ], [ 120.5194988, 30.3028811 ], [ 120.5196946, 30.302763 ], [ 120.520105, 30.302316 ], [ 120.5206803, 30.3020034 ], [ 120.5212494, 30.3016018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5242651, 30.303962 ], [ 120.5245505, 30.3036289 ], [ 120.5246408, 30.3035634 ], [ 120.5248338, 30.3035466 ], [ 120.5260375, 30.3035644 ], [ 120.5280617, 30.3030829 ], [ 120.5292201, 30.3028648 ], [ 120.5293531, 30.3028614 ], [ 120.52967, 30.3028533 ], [ 120.5297485, 30.3028513 ], [ 120.530052, 30.3028435 ], [ 120.5304156, 30.3027211 ], [ 120.5323135, 30.3025296 ], [ 120.5352405, 30.3022796 ], [ 120.5383354, 30.3020087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383354, 30.3020087 ], [ 120.5352405, 30.3022796 ], [ 120.5323135, 30.3025296 ], [ 120.5304156, 30.3027211 ], [ 120.530052, 30.3028435 ], [ 120.5297485, 30.3028513 ], [ 120.52967, 30.3028533 ], [ 120.5293531, 30.3028614 ], [ 120.5292201, 30.3028648 ], [ 120.5280617, 30.3030829 ], [ 120.5260375, 30.3035644 ], [ 120.5248338, 30.3035466 ], [ 120.5246408, 30.3035634 ], [ 120.5245505, 30.3036289 ], [ 120.5242651, 30.303962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5014818, 30.303365 ], [ 120.501726, 30.3033615 ], [ 120.5018484, 30.3033602 ], [ 120.5021732, 30.3033575 ], [ 120.5022174, 30.3033574 ], [ 120.5030804, 30.3033553 ], [ 120.5040112, 30.3033414 ], [ 120.5045438, 30.3033163 ], [ 120.5052344, 30.3032472 ], [ 120.5061529, 30.3031975 ], [ 120.5070504, 30.3031405 ], [ 120.5075636, 30.3031431 ], [ 120.5085624, 30.3031481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "青六中路", "青六路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4859098, 30.2866841 ], [ 120.4860787, 30.2876847 ], [ 120.4860986, 30.2878028 ], [ 120.4864339, 30.2897935 ], [ 120.4864474, 30.2898736 ], [ 120.4866499, 30.2910755 ], [ 120.4868274, 30.2922149 ], [ 120.487247, 30.2949084 ], [ 120.4872972, 30.2952306 ], [ 120.4874239, 30.2960259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4893862, 30.2921634 ], [ 120.4900252, 30.2960268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900252, 30.2960268 ], [ 120.4893862, 30.2921634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5014818, 30.303365 ], [ 120.5016362, 30.3031355 ], [ 120.501769, 30.3028368 ], [ 120.5017321, 30.3024736 ], [ 120.5015579, 30.3000238 ], [ 120.5015414, 30.2997918 ], [ 120.50134, 30.2969535 ], [ 120.501315, 30.2966425 ], [ 120.5012436, 30.2957538 ], [ 120.5011872, 30.2954559 ], [ 120.5010697, 30.2951744 ], [ 120.5007103, 30.2945954 ], [ 120.4992726, 30.2926593 ], [ 120.4992247, 30.2925798 ], [ 120.498999, 30.2922053 ], [ 120.4989198, 30.2919992 ], [ 120.4988864, 30.2917931 ], [ 120.4988488, 30.2910427 ], [ 120.4988757, 30.2889073 ], [ 120.498898, 30.2876408 ], [ 120.4988971, 30.2872073 ], [ 120.4988821, 30.2867581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4988821, 30.2867581 ], [ 120.4988971, 30.2872073 ], [ 120.498898, 30.2876408 ], [ 120.4988757, 30.2889073 ], [ 120.4988488, 30.2910427 ], [ 120.4988864, 30.2917931 ], [ 120.4989198, 30.2919992 ], [ 120.498999, 30.2922053 ], [ 120.4992247, 30.2925798 ], [ 120.4992726, 30.2926593 ], [ 120.5007103, 30.2945954 ], [ 120.5010697, 30.2951744 ], [ 120.5011872, 30.2954559 ], [ 120.5012436, 30.2957538 ], [ 120.501315, 30.2966425 ], [ 120.50134, 30.2969535 ], [ 120.5015414, 30.2997918 ], [ 120.5015579, 30.3000238 ], [ 120.5017321, 30.3024736 ], [ 120.501769, 30.3028368 ], [ 120.5016362, 30.3031355 ], [ 120.5014818, 30.303365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874239, 30.2960259 ], [ 120.4899466, 30.2960267 ], [ 120.4900252, 30.2960268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4871801, 30.29603 ], [ 120.4874239, 30.2960259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874239, 30.2960259 ], [ 120.4874596, 30.2962495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4872141, 30.2962459 ], [ 120.4871801, 30.29603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900252, 30.2960268 ], [ 120.4900644, 30.2962634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4594167, 30.2936868 ], [ 120.4552042, 30.2934835 ], [ 120.4522257, 30.2933415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4594152, 30.2935874 ], [ 120.4594167, 30.2936868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4594167, 30.2936868 ], [ 120.4594152, 30.2935874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.470579, 30.2966211 ], [ 120.4705835, 30.2939959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4706851, 30.2940075 ], [ 120.470697, 30.2966201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686072, 30.2940248 ], [ 120.4686379, 30.296636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4684961, 30.2966371 ], [ 120.4684789, 30.294025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4731343, 30.2972324 ], [ 120.4731345, 30.2962898 ], [ 120.4731347, 30.2959796 ], [ 120.4731395, 30.2944677 ], [ 120.4733236, 30.2944668 ], [ 120.4733314, 30.2959995 ], [ 120.4733279, 30.296282 ], [ 120.4733305, 30.2971486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "河庄大道", "河庄路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4518524, 30.2998906 ], [ 120.4518474, 30.2995454 ], [ 120.4518636, 30.2983386 ], [ 120.4518677, 30.2970062 ], [ 120.4518656, 30.2961565 ], [ 120.4518737, 30.2958233 ], [ 120.4518713, 30.2954169 ], [ 120.4518835, 30.2950604 ], [ 120.4519004, 30.294753 ], [ 120.4520797, 30.2933359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "河庄大道", "河庄路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4522257, 30.2933415 ], [ 120.4520805, 30.2944569 ], [ 120.4520335, 30.2949278 ], [ 120.4520183, 30.2954445 ], [ 120.4520103, 30.2958254 ], [ 120.4520102, 30.296156 ], [ 120.45203, 30.2979778 ], [ 120.4520344, 30.2983432 ], [ 120.4520511, 30.2997496 ], [ 120.4520505, 30.2998931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.470579, 30.2966211 ], [ 120.470697, 30.2966201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686379, 30.296636 ], [ 120.470579, 30.2966211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4684961, 30.2966371 ], [ 120.4686379, 30.296636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4659236, 30.2966568 ], [ 120.4684961, 30.2966371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.470697, 30.2966201 ], [ 120.4707014, 30.2967429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4705699, 30.2967437 ], [ 120.470579, 30.2966211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686379, 30.296636 ], [ 120.4686393, 30.2967562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4684969, 30.2967571 ], [ 120.4684961, 30.2966371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4707014, 30.2967429 ], [ 120.4705699, 30.2967437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4705699, 30.2967437 ], [ 120.4686393, 30.2967562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686393, 30.2967562 ], [ 120.4684969, 30.2967571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4684969, 30.2967571 ], [ 120.4659245, 30.2967738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4731343, 30.2972324 ], [ 120.4733305, 30.2971486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4733305, 30.2971486 ], [ 120.4733116, 30.2974771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4730831, 30.2975753 ], [ 120.4731343, 30.2972324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4594167, 30.2936868 ], [ 120.4594246, 30.2941835 ], [ 120.4594246, 30.2955701 ], [ 120.4594218, 30.2959218 ], [ 120.4594218, 30.2961409 ], [ 120.4594246, 30.2961854 ], [ 120.459354, 30.2985882 ], [ 120.4593074, 30.2995725 ], [ 120.4592298, 30.3012104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4592298, 30.3012104 ], [ 120.4593074, 30.2995725 ], [ 120.459354, 30.2985882 ], [ 120.4594246, 30.2961854 ], [ 120.4594218, 30.2961409 ], [ 120.4594218, 30.2959218 ], [ 120.4594246, 30.2955701 ], [ 120.4594246, 30.2941835 ], [ 120.4594167, 30.2936868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4733116, 30.2974771 ], [ 120.4730831, 30.2975753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4707014, 30.2967429 ], [ 120.4706877, 30.2988799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4705532, 30.2989812 ], [ 120.4705699, 30.2967437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3823042, 30.2887685 ], [ 120.3823934, 30.2888822 ], [ 120.3824222, 30.288919 ], [ 120.3825617, 30.2891298 ], [ 120.3827548, 30.2894934 ], [ 120.3828969, 30.2898223 ], [ 120.3832107, 30.2904731 ], [ 120.38348, 30.291039 ], [ 120.3837981, 30.291689 ], [ 120.3841924, 30.2925181 ], [ 120.3846779, 30.2935395 ], [ 120.3853056, 30.294841 ], [ 120.3853523, 30.2949362 ], [ 120.3856462, 30.2955358 ], [ 120.3859439, 30.2961657 ], [ 120.3864374, 30.2971986 ], [ 120.3866842, 30.2977405 ], [ 120.3868344, 30.2980425 ], [ 120.3870579, 30.2984918 ], [ 120.3872153, 30.2988081 ], [ 120.3875157, 30.2994612 ], [ 120.3880816, 30.3006399 ], [ 120.3884931, 30.3014906 ], [ 120.3890848, 30.3027427 ], [ 120.3896212, 30.3038588 ], [ 120.3898242, 30.304331 ], [ 120.3898412, 30.3043706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3897715, 30.3045978 ], [ 120.389754, 30.3045191 ], [ 120.3897174, 30.3044227 ], [ 120.3895407, 30.3039743 ], [ 120.3891652, 30.3032055 ], [ 120.38872, 30.3022514 ], [ 120.3881353, 30.3010148 ], [ 120.3874111, 30.2995188 ], [ 120.3869339, 30.2985448 ], [ 120.3867203, 30.2980846 ], [ 120.3866118, 30.2978329 ], [ 120.3862255, 30.2970408 ], [ 120.3856944, 30.2959524 ], [ 120.3852385, 30.2949751 ], [ 120.3842621, 30.2929787 ], [ 120.3839456, 30.2923858 ], [ 120.3838169, 30.2921866 ], [ 120.3836881, 30.2918902 ], [ 120.3835594, 30.2915243 ], [ 120.3832429, 30.2908109 ], [ 120.3826099, 30.2894815 ], [ 120.3822988, 30.2889905 ], [ 120.3822718, 30.2889572 ], [ 120.3821592, 30.288818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4518643, 30.301036 ], [ 120.4491122, 30.3010031 ], [ 120.4489472, 30.3010006 ], [ 120.4476962, 30.3009827 ], [ 120.4459158, 30.3009622 ], [ 120.4448749, 30.3009351 ], [ 120.4445337, 30.300923 ], [ 120.4440541, 30.3009059 ], [ 120.4438227, 30.3008976 ], [ 120.4405146, 30.3007798 ], [ 120.4401162, 30.3007711 ], [ 120.4386497, 30.3007571 ], [ 120.4352481, 30.3007526 ], [ 120.4351001, 30.3007521 ], [ 120.4338647, 30.3007479 ], [ 120.4326841, 30.3007516 ], [ 120.4292075, 30.3007626 ], [ 120.4286959, 30.3007681 ], [ 120.425328, 30.3007916 ], [ 120.4253315, 30.3006193 ], [ 120.4281639, 30.3006102 ], [ 120.4286766, 30.3006052 ], [ 120.4291893, 30.3006001 ], [ 120.4326899, 30.3005997 ], [ 120.4338556, 30.3005996 ], [ 120.4351, 30.3005923 ], [ 120.4352422, 30.3005896 ], [ 120.43871, 30.3006012 ], [ 120.4404177, 30.3006257 ], [ 120.4414738, 30.3006509 ], [ 120.4438416, 30.3007229 ], [ 120.4441339, 30.3007325 ], [ 120.4446338, 30.3007503 ], [ 120.4452987, 30.3007904 ], [ 120.4463705, 30.3008233 ], [ 120.4476623, 30.300836 ], [ 120.4489471, 30.3008533 ], [ 120.4494697, 30.3008624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898412, 30.3043706 ], [ 120.3898028, 30.3045535 ], [ 120.3897715, 30.3045978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827915, 30.3046111 ], [ 120.3857321, 30.3046234 ], [ 120.3888068, 30.3046104 ], [ 120.3890324, 30.3046095 ], [ 120.3890881, 30.304608 ], [ 120.3894918, 30.3045972 ], [ 120.389516, 30.3045966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3897715, 30.3045978 ], [ 120.3897241, 30.3046651 ], [ 120.3897142, 30.3046791 ], [ 120.3896059, 30.3047364 ], [ 120.3894878, 30.3047385 ], [ 120.3890835, 30.3047455 ], [ 120.3888077, 30.3047503 ], [ 120.3879526, 30.3047478 ], [ 120.3864296, 30.3047434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4398154, 30.3074977 ], [ 120.4398006, 30.3072112 ], [ 120.4396926, 30.3055916 ], [ 120.4396448, 30.3048739 ], [ 120.4396049, 30.3042758 ], [ 120.4395268, 30.3031049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4395268, 30.3031049 ], [ 120.4396049, 30.3042758 ], [ 120.4396448, 30.3048739 ], [ 120.4396926, 30.3055916 ], [ 120.4398006, 30.3072112 ], [ 120.4398154, 30.3074977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898412, 30.3043706 ], [ 120.3899202, 30.3046151 ], [ 120.389986, 30.3048824 ], [ 120.38999, 30.3049718 ], [ 120.3900059, 30.3053278 ], [ 120.3899562, 30.3056711 ], [ 120.3899109, 30.3059407 ], [ 120.3898653, 30.3062046 ], [ 120.3898532, 30.3064408 ], [ 120.389868, 30.3067974 ], [ 120.3899485, 30.3072004 ], [ 120.3900611, 30.3075361 ], [ 120.390214, 30.3078719 ], [ 120.3905278, 30.3085318 ], [ 120.3907129, 30.3089053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3905057, 30.3089111 ], [ 120.3903954, 30.3086643 ], [ 120.3903151, 30.3084862 ], [ 120.3900343, 30.3079017 ], [ 120.3898519, 30.3074247 ], [ 120.3897714, 30.3071051 ], [ 120.3897178, 30.3067578 ], [ 120.3897231, 30.306473 ], [ 120.3897714, 30.3059612 ], [ 120.3898411, 30.3056185 ], [ 120.3898572, 30.3050673 ], [ 120.3898201, 30.3048156 ], [ 120.3897977, 30.3047153 ], [ 120.3897715, 30.3045978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4706877, 30.2988799 ], [ 120.4721153, 30.2978053 ], [ 120.4731343, 30.2972324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4505441, 30.2960867 ], [ 120.4500446, 30.298294 ], [ 120.4498614, 30.299021 ], [ 120.4496486, 30.3000275 ], [ 120.4494697, 30.3008624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4494697, 30.3008624 ], [ 120.4496486, 30.3000275 ], [ 120.4498614, 30.299021 ], [ 120.4500446, 30.298294 ], [ 120.4505441, 30.2960867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4686393, 30.2967562 ], [ 120.468682, 30.3003898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4685217, 30.3005155 ], [ 120.468513, 30.299192 ], [ 120.4684969, 30.2967571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4705532, 30.2989812 ], [ 120.4706478, 30.29891 ], [ 120.4706877, 30.2988799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.468682, 30.3003898 ], [ 120.4705532, 30.2989812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4730831, 30.2975753 ], [ 120.4730069, 30.2976013 ], [ 120.4706079, 30.2993142 ], [ 120.4683971, 30.3009962 ], [ 120.4680772, 30.3011573 ], [ 120.467485, 30.3014533 ], [ 120.4673961, 30.3015003 ], [ 120.466736, 30.3017013 ], [ 120.466322, 30.3017566 ], [ 120.4657236, 30.3018044 ], [ 120.4651614, 30.3018236 ], [ 120.4638267, 30.301741 ], [ 120.4635234, 30.3017372 ], [ 120.4632706, 30.3017109 ], [ 120.4628536, 30.3016843 ], [ 120.4619712, 30.3016009 ], [ 120.460441, 30.301477 ], [ 120.4592004, 30.3013601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4518524, 30.2998906 ], [ 120.4520505, 30.2998931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520505, 30.2998931 ], [ 120.4518524, 30.2998906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900644, 30.2962634 ], [ 120.4900252, 30.2960268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900252, 30.2960268 ], [ 120.4902324, 30.2960352 ], [ 120.4907175, 30.2960353 ], [ 120.4953067, 30.2960264 ], [ 120.4961852, 30.2960311 ], [ 120.5002248, 30.296036 ], [ 120.5009376, 30.2960541 ], [ 120.5018419, 30.2961138 ], [ 120.5049616, 30.296212 ], [ 120.505166, 30.2962211 ], [ 120.507043, 30.2963046 ], [ 120.5079312, 30.2963789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874596, 30.2962495 ], [ 120.4872141, 30.2962459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900644, 30.2962634 ], [ 120.4886699, 30.2962675 ], [ 120.4874596, 30.2962495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5079704, 30.296636 ], [ 120.5072308, 30.296601 ], [ 120.5063885, 30.296564 ], [ 120.5051881, 30.2965636 ], [ 120.5048573, 30.2965635 ], [ 120.5023618, 30.2964378 ], [ 120.5018483, 30.2963917 ], [ 120.500924, 30.2963654 ], [ 120.5007414, 30.2963476 ], [ 120.4988408, 30.2962861 ], [ 120.496195, 30.2962825 ], [ 120.4953325, 30.2962814 ], [ 120.4918188, 30.2962583 ], [ 120.4907427, 30.2962643 ], [ 120.4902257, 30.296267 ], [ 120.4900644, 30.2962634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4733305, 30.2971486 ], [ 120.4738104, 30.2969438 ], [ 120.4748927, 30.2966009 ], [ 120.4756236, 30.2963694 ], [ 120.4766965, 30.2961379 ], [ 120.478351, 30.2961075 ], [ 120.4787135, 30.2961008 ], [ 120.4805367, 30.2960702 ], [ 120.4810293, 30.296062 ], [ 120.4820287, 30.2960452 ], [ 120.483502, 30.2960417 ], [ 120.4839257, 30.2960407 ], [ 120.4844476, 30.2960395 ], [ 120.4859018, 30.296036 ], [ 120.4871801, 30.29603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4872141, 30.2962459 ], [ 120.4845014, 30.2962027 ], [ 120.4839123, 30.2962037 ], [ 120.4810107, 30.2962114 ], [ 120.4805217, 30.2962188 ], [ 120.4783439, 30.2962589 ], [ 120.4768729, 30.2963261 ], [ 120.4757296, 30.2965323 ], [ 120.4747357, 30.2968651 ], [ 120.4733116, 30.2974771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900644, 30.2962634 ], [ 120.4913625, 30.3041111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4913625, 30.3041111 ], [ 120.4900644, 30.2962634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4874596, 30.2962495 ], [ 120.4876392, 30.2973767 ], [ 120.4877589, 30.298128 ], [ 120.4882407, 30.3013102 ], [ 120.4884909, 30.3029627 ], [ 120.4886356, 30.3034267 ], [ 120.4888936, 30.3044698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520505, 30.2998931 ], [ 120.4537795, 30.2999142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4537795, 30.2999142 ], [ 120.4520505, 30.2998931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4518667, 30.300885 ], [ 120.4518524, 30.2998906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520505, 30.2998931 ], [ 120.4520461, 30.3008851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4685217, 30.3005155 ], [ 120.468682, 30.3003898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4494697, 30.3008624 ], [ 120.4508184, 30.300875 ], [ 120.4518667, 30.300885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4518667, 30.300885 ], [ 120.4520461, 30.3008851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520461, 30.3008851 ], [ 120.4535741, 30.3009179 ], [ 120.4546857, 30.300895 ], [ 120.4551539, 30.3009103 ], [ 120.4554486, 30.30092 ], [ 120.455963, 30.3009749 ], [ 120.4563544, 30.3010016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4518643, 30.301036 ], [ 120.4518667, 30.300885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520461, 30.3008851 ], [ 120.4520469, 30.3010377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885209, 30.3045293 ], [ 120.4883677, 30.3036023 ], [ 120.4883396, 30.3034324 ], [ 120.4882478, 30.3030207 ], [ 120.4877198, 30.299511 ], [ 120.4875495, 30.2983787 ], [ 120.4873932, 30.2973848 ], [ 120.4872141, 30.2962459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4733116, 30.2974771 ], [ 120.4733261, 30.3021231 ], [ 120.4734815, 30.3033961 ], [ 120.47378, 30.305146 ], [ 120.4740145, 30.3064124 ], [ 120.4740611, 30.3067222 ], [ 120.4740788, 30.3068394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5014818, 30.303365 ], [ 120.5008699, 30.3033739 ], [ 120.4996517, 30.3033703 ], [ 120.4988116, 30.3034029 ], [ 120.4969432, 30.3034834 ], [ 120.4967902, 30.3034865 ], [ 120.496251, 30.3034466 ], [ 120.4957919, 30.3034307 ], [ 120.495379, 30.3034945 ], [ 120.49469, 30.3036657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.49469, 30.3036657 ], [ 120.495379, 30.3034945 ], [ 120.4957919, 30.3034307 ], [ 120.496251, 30.3034466 ], [ 120.4967902, 30.3034865 ], [ 120.4969432, 30.3034834 ], [ 120.4988116, 30.3034029 ], [ 120.4996517, 30.3033703 ], [ 120.5008699, 30.3033739 ], [ 120.5014818, 30.303365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4913625, 30.3041111 ], [ 120.4940225, 30.3037275 ], [ 120.49469, 30.3036657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.49469, 30.3036657 ], [ 120.4935558, 30.3043399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4888936, 30.3044698 ], [ 120.4909026, 30.3041774 ], [ 120.4913625, 30.3041111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4913625, 30.3041111 ], [ 120.4914493, 30.3046829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4914493, 30.3046829 ], [ 120.4913625, 30.3041111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885209, 30.3045293 ], [ 120.4888936, 30.3044698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4592298, 30.3012104 ], [ 120.4597889, 30.3012343 ], [ 120.4604777, 30.3012938 ], [ 120.4612724, 30.3013619 ], [ 120.4617868, 30.3014018 ], [ 120.4626883, 30.3014617 ], [ 120.4629974, 30.3014854 ], [ 120.4634142, 30.3014527 ], [ 120.4634601, 30.3014549 ], [ 120.4637641, 30.3014692 ], [ 120.4641974, 30.3014897 ], [ 120.4662359, 30.3014944 ], [ 120.4671693, 30.3013253 ], [ 120.4672963, 30.3012653 ], [ 120.4678711, 30.3010014 ], [ 120.4679723, 30.3009463 ], [ 120.4685217, 30.3005155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520469, 30.3010377 ], [ 120.4518643, 30.301036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮启巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4563392, 30.3011164 ], [ 120.4563544, 30.3010016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮启巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4563544, 30.3010016 ], [ 120.4563392, 30.3011164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4563392, 30.3011164 ], [ 120.4554415, 30.3010793 ], [ 120.4552521, 30.3010717 ], [ 120.4535455, 30.3010577 ], [ 120.4520469, 30.3010377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4563544, 30.3010016 ], [ 120.4565467, 30.3010148 ], [ 120.4580031, 30.3011295 ], [ 120.4585753, 30.3011645 ], [ 120.4592298, 30.3012104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4592004, 30.3013601 ], [ 120.4563392, 30.3011164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4592298, 30.3012104 ], [ 120.4592004, 30.3013601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4592004, 30.3013601 ], [ 120.4592298, 30.3012104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4517872, 30.3027382 ], [ 120.4518596, 30.3018237 ], [ 120.4518643, 30.301036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3214285, 30.29506 ], [ 120.3214825, 30.2951461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254645, 30.2964872 ], [ 120.3239456, 30.2940235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3239456, 30.2940235 ], [ 120.3254645, 30.2964872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281337, 30.2952714 ], [ 120.3254645, 30.2964872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254645, 30.2964872 ], [ 120.3281337, 30.2952714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281337, 30.2952714 ], [ 120.3292936, 30.297183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3292936, 30.297183 ], [ 120.3281337, 30.2952714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.323049, 30.2975974 ], [ 120.3214825, 30.2951461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3214825, 30.2951461 ], [ 120.323049, 30.2975974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254645, 30.2964872 ], [ 120.3253558, 30.2965367 ], [ 120.323049, 30.2975974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3509026, 30.2948575 ], [ 120.3510752, 30.2948322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3511371, 30.2951779 ], [ 120.349982, 30.2950462 ], [ 120.3480889, 30.2949196 ], [ 120.3466248, 30.2948192 ], [ 120.3448395, 30.2947048 ], [ 120.3430618, 30.2945707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3511371, 30.2951779 ], [ 120.3509026, 30.2948575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3510752, 30.2948322 ], [ 120.3511835, 30.2949867 ], [ 120.351358, 30.2952197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351358, 30.2952197 ], [ 120.3511371, 30.2951779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.35304, 30.2952492 ], [ 120.3516562, 30.2952563 ], [ 120.351358, 30.2952197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3292936, 30.297183 ], [ 120.332158, 30.2958753 ], [ 120.3350737, 30.2945708 ], [ 120.3356041, 30.2943382 ], [ 120.3359704, 30.2942025 ], [ 120.3364098, 30.2940996 ], [ 120.336918, 30.2940513 ], [ 120.337678, 30.2940867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3377423, 30.2942409 ], [ 120.3367388, 30.2942346 ], [ 120.3363793, 30.2942637 ], [ 120.3360344, 30.2943407 ], [ 120.3357577, 30.2944285 ], [ 120.335212, 30.2946581 ], [ 120.3322288, 30.2959915 ], [ 120.3293593, 30.2972876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386879, 30.2984453 ], [ 120.337829, 30.29455 ], [ 120.3377423, 30.2942409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3377423, 30.2942409 ], [ 120.337829, 30.29455 ], [ 120.3386879, 30.2984453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3430618, 30.2945707 ], [ 120.343959, 30.298777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343959, 30.298777 ], [ 120.3430618, 30.2945707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.351358, 30.2952197 ], [ 120.3522264, 30.2970189 ], [ 120.3530299, 30.2985916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3528677, 30.2986448 ], [ 120.3517252, 30.296394 ], [ 120.3511371, 30.2951779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386879, 30.2984453 ], [ 120.3396087, 30.2985032 ], [ 120.3420156, 30.2986547 ], [ 120.343959, 30.298777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343959, 30.298777 ], [ 120.3420156, 30.2986547 ], [ 120.3396087, 30.2985032 ], [ 120.3386879, 30.2984453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343959, 30.298777 ], [ 120.3477351, 30.2990195 ], [ 120.3493659, 30.2991121 ], [ 120.3507821, 30.2992047 ], [ 120.3512541, 30.2991677 ], [ 120.3523056, 30.2988527 ], [ 120.3528677, 30.2986448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3528677, 30.2986448 ], [ 120.3523056, 30.2988527 ], [ 120.3512541, 30.2991677 ], [ 120.3507821, 30.2992047 ], [ 120.3493659, 30.2991121 ], [ 120.3477351, 30.2990195 ], [ 120.343959, 30.298777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3310235, 30.3000905 ], [ 120.334638, 30.2993091 ], [ 120.3370921, 30.2987786 ], [ 120.3371548, 30.2987655 ], [ 120.3386879, 30.2984453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386879, 30.2984453 ], [ 120.3371548, 30.2987655 ], [ 120.3370921, 30.2987786 ], [ 120.334638, 30.2993091 ], [ 120.3310235, 30.3000905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3555142, 30.2952488 ], [ 120.3548185, 30.2953234 ], [ 120.3545482, 30.2953469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "12号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3545482, 30.2953469 ], [ 120.3542009, 30.2953371 ], [ 120.35364, 30.2953096 ], [ 120.35304, 30.2952492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772475, 30.2950602 ], [ 120.3772482, 30.2969695 ], [ 120.3772526, 30.2990859 ], [ 120.3772541, 30.2998274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770482, 30.2998267 ], [ 120.3770462, 30.298322 ], [ 120.3770225, 30.2950672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662394, 30.2998238 ], [ 120.366234, 30.2975184 ], [ 120.3662288, 30.2950915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664435, 30.2950932 ], [ 120.3664455, 30.2998227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611339, 30.2998501 ], [ 120.3611493, 30.2979605 ], [ 120.3611464, 30.2951034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611464, 30.2951034 ], [ 120.3611493, 30.2979605 ], [ 120.3611339, 30.2998501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718463, 30.2952058 ], [ 120.3718487, 30.2998225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716195, 30.2998278 ], [ 120.3716615, 30.295244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3545482, 30.2953469 ], [ 120.3547982, 30.2960412 ], [ 120.3553686, 30.2974543 ], [ 120.3556493, 30.2981356 ], [ 120.3557416, 30.2983597 ], [ 120.3563076, 30.2995037 ], [ 120.356472, 30.29985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356472, 30.29985 ], [ 120.3563076, 30.2995037 ], [ 120.3557416, 30.2983597 ], [ 120.3556493, 30.2981356 ], [ 120.3553686, 30.2974543 ], [ 120.3547982, 30.2960412 ], [ 120.3545482, 30.2953469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3530299, 30.2985916 ], [ 120.3528677, 30.2986448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3528677, 30.2986448 ], [ 120.3530299, 30.2985916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827501, 30.2997997 ], [ 120.3839381, 30.2993924 ], [ 120.3860246, 30.2986219 ], [ 120.3861024, 30.2985932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3861024, 30.2985932 ], [ 120.3860246, 30.2986219 ], [ 120.3839381, 30.2993924 ], [ 120.3827501, 30.2997997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718487, 30.2998225 ], [ 120.3730583, 30.2997947 ], [ 120.3770482, 30.2998267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770482, 30.2998267 ], [ 120.3730583, 30.2997947 ], [ 120.3718487, 30.2998225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772541, 30.2998274 ], [ 120.379242, 30.2998345 ], [ 120.3810266, 30.2998168 ], [ 120.381615, 30.299811 ], [ 120.3817035, 30.2998101 ], [ 120.3827501, 30.2997997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827501, 30.2997997 ], [ 120.3817035, 30.2998101 ], [ 120.381615, 30.299811 ], [ 120.3810266, 30.2998168 ], [ 120.379242, 30.2998345 ], [ 120.3772541, 30.2998274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.323049, 30.2975974 ], [ 120.3253558, 30.2965367 ], [ 120.3254645, 30.2964872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3292936, 30.297183 ], [ 120.3293593, 30.2972876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3293593, 30.2972876 ], [ 120.3292936, 30.297183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3265862, 30.2983716 ], [ 120.3254645, 30.2964872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254645, 30.2964872 ], [ 120.3265862, 30.2983716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3265862, 30.2983716 ], [ 120.3274883, 30.2979902 ], [ 120.328673, 30.29746 ], [ 120.3288693, 30.2973671 ], [ 120.3292936, 30.297183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3293593, 30.2972876 ], [ 120.3291729, 30.2973678 ], [ 120.3289369, 30.2974694 ], [ 120.3287281, 30.2975618 ], [ 120.3275542, 30.2980807 ], [ 120.3266502, 30.2984872 ], [ 120.3246558, 30.2993835 ], [ 120.3242817, 30.2995524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3148092, 30.3018814 ], [ 120.314829, 30.301577 ], [ 120.3148317, 30.3013847 ], [ 120.3148454, 30.3011635 ], [ 120.3148621, 30.3008932 ], [ 120.314888, 30.3003206 ], [ 120.3149214, 30.3001139 ], [ 120.314951, 30.2999303 ], [ 120.315077, 30.2995209 ], [ 120.3151955, 30.2992074 ], [ 120.3153511, 30.2988971 ], [ 120.3155216, 30.2986092 ], [ 120.315729, 30.2983149 ], [ 120.3158158, 30.2982046 ], [ 120.3159884, 30.2979854 ], [ 120.3163404, 30.2976271 ], [ 120.3166812, 30.2973456 ], [ 120.3169999, 30.2971217 ], [ 120.3175186, 30.2968337 ], [ 120.3179927, 30.2966195 ], [ 120.3214285, 30.29506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3214825, 30.2951461 ], [ 120.3189043, 30.2963379 ], [ 120.3180461, 30.2967112 ], [ 120.3171888, 30.2971313 ], [ 120.316826, 30.2973713 ], [ 120.3164886, 30.2976623 ], [ 120.31618, 30.2979461 ], [ 120.3159365, 30.2982253 ], [ 120.315629, 30.2986636 ], [ 120.3154223, 30.2990065 ], [ 120.3152696, 30.2993385 ], [ 120.3151474, 30.2997064 ], [ 120.3150472, 30.300118 ], [ 120.3150029, 30.3005989 ], [ 120.3149771, 30.3013845 ], [ 120.3149703, 30.3015931 ], [ 120.3149641, 30.3018676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242148, 30.2994475 ], [ 120.323049, 30.2975974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.323049, 30.2975974 ], [ 120.3242148, 30.2994475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3310235, 30.3000905 ], [ 120.3293593, 30.2972876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3293593, 30.2972876 ], [ 120.3310235, 30.3000905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242148, 30.2994475 ], [ 120.3247315, 30.299218 ], [ 120.3265862, 30.2983716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242148, 30.2994475 ], [ 120.3242817, 30.2995524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242817, 30.2995524 ], [ 120.3242148, 30.2994475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3183051, 30.3020999 ], [ 120.3183489, 30.3018314 ], [ 120.3184297, 30.3012026 ], [ 120.3185773, 30.3007395 ], [ 120.3189828, 30.2999642 ], [ 120.3192729, 30.2996267 ], [ 120.3196051, 30.2992787 ], [ 120.3203162, 30.2988805 ], [ 120.323049, 30.2975974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.323049, 30.2975974 ], [ 120.3203162, 30.2988805 ], [ 120.3196051, 30.2992787 ], [ 120.3192729, 30.2996267 ], [ 120.3189828, 30.2999642 ], [ 120.3185773, 30.3007395 ], [ 120.3184297, 30.3012026 ], [ 120.3183489, 30.3018314 ], [ 120.3183051, 30.3020999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218337, 30.3021023 ], [ 120.3218584, 30.3019499 ], [ 120.3218779, 30.3017826 ], [ 120.3219011, 30.3015956 ], [ 120.3219568, 30.3013564 ], [ 120.3220144, 30.3011537 ], [ 120.3222254, 30.3007764 ], [ 120.322451, 30.3004842 ], [ 120.322738, 30.3002168 ], [ 120.3230467, 30.3000004 ], [ 120.3235109, 30.2997656 ], [ 120.3242148, 30.2994475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242817, 30.2995524 ], [ 120.3235416, 30.2998864 ], [ 120.3231908, 30.300047 ], [ 120.3228555, 30.3002693 ], [ 120.3226074, 30.3005009 ], [ 120.3223316, 30.3008536 ], [ 120.322201, 30.3010891 ], [ 120.3220924, 30.3013948 ], [ 120.3220461, 30.3017892 ], [ 120.3220268, 30.3019611 ], [ 120.321996, 30.3022837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664455, 30.2998227 ], [ 120.3662394, 30.2998238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662394, 30.2998238 ], [ 120.3664455, 30.2998227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718487, 30.2998225 ], [ 120.3716195, 30.2998278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716195, 30.2998278 ], [ 120.3718487, 30.2998225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716195, 30.2998278 ], [ 120.3664455, 30.2998227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664455, 30.2998227 ], [ 120.3716195, 30.2998278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770482, 30.2998267 ], [ 120.3772541, 30.2998274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772541, 30.2998274 ], [ 120.3770482, 30.2998267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662394, 30.2998238 ], [ 120.3611339, 30.2998501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611339, 30.2998501 ], [ 120.3662394, 30.2998238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386879, 30.2984453 ], [ 120.338754, 30.298745 ], [ 120.3388519, 30.2991732 ], [ 120.3389923, 30.2997874 ], [ 120.3393411, 30.3015835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3393411, 30.3015835 ], [ 120.3389923, 30.2997874 ], [ 120.3388519, 30.2991732 ], [ 120.338754, 30.298745 ], [ 120.3386879, 30.2984453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3446211, 30.3019388 ], [ 120.343959, 30.298777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343959, 30.298777 ], [ 120.3446211, 30.3019388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3310235, 30.3000905 ], [ 120.3313505, 30.3006394 ], [ 120.3322669, 30.3021776 ], [ 120.3324527, 30.3025017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324527, 30.3025017 ], [ 120.3322669, 30.3021776 ], [ 120.3313505, 30.3006394 ], [ 120.3310235, 30.3000905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "8号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3446211, 30.3019388 ], [ 120.3416976, 30.3017411 ], [ 120.3393411, 30.3015835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "8号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3393411, 30.3015835 ], [ 120.3416976, 30.3017411 ], [ 120.3446211, 30.3019388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "8号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3446211, 30.3019388 ], [ 120.3474132, 30.3021504 ], [ 120.350482, 30.3023343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "8号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.350482, 30.3023343 ], [ 120.3474132, 30.3021504 ], [ 120.3446211, 30.3019388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611339, 30.2998501 ], [ 120.3575704, 30.29985 ], [ 120.356472, 30.29985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "10号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356472, 30.29985 ], [ 120.3575704, 30.29985 ], [ 120.3611339, 30.2998501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3530299, 30.2985916 ], [ 120.3537434, 30.3000091 ], [ 120.3541939, 30.3009264 ], [ 120.354553, 30.301641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3544117, 30.301701 ], [ 120.3535972, 30.3000705 ], [ 120.3528677, 30.2986448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "8号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3544117, 30.301701 ], [ 120.354553, 30.301641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "8号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.354553, 30.301641 ], [ 120.3544117, 30.301701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "8号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.350482, 30.3023343 ], [ 120.3522626, 30.3024098 ], [ 120.3526536, 30.3023331 ], [ 120.353034, 30.3022412 ], [ 120.3544117, 30.301701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "8号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3544117, 30.301701 ], [ 120.353034, 30.3022412 ], [ 120.3526536, 30.3023331 ], [ 120.3522626, 30.3024098 ], [ 120.350482, 30.3023343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "27号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827501, 30.2997997 ], [ 120.3827601, 30.3023722 ], [ 120.3827733, 30.3033099 ], [ 120.3827762, 30.3035161 ], [ 120.3827785, 30.3036296 ], [ 120.382787, 30.3040486 ], [ 120.3827883, 30.3043416 ], [ 120.38279, 30.3044842 ], [ 120.3827915, 30.3046111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "27号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827915, 30.3046111 ], [ 120.38279, 30.3044842 ], [ 120.3827883, 30.3043416 ], [ 120.382787, 30.3040486 ], [ 120.3827785, 30.3036296 ], [ 120.3827762, 30.3035161 ], [ 120.3827733, 30.3033099 ], [ 120.3827601, 30.3023722 ], [ 120.3827501, 30.2997997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149641, 30.3018676 ], [ 120.3152475, 30.3018639 ], [ 120.316041, 30.3019167 ], [ 120.3168274, 30.3019765 ], [ 120.317171, 30.3020065 ], [ 120.3183051, 30.3020999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3183051, 30.3020999 ], [ 120.3185365, 30.3019191 ], [ 120.3200707, 30.3020279 ], [ 120.3203475, 30.3020327 ], [ 120.3206395, 30.3020296 ], [ 120.3218337, 30.3021023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3182862, 30.3022719 ], [ 120.3174832, 30.3022248 ], [ 120.3166037, 30.3021683 ], [ 120.3161027, 30.3021249 ], [ 120.315259, 30.3020844 ], [ 120.3149494, 30.3021179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218088, 30.3022555 ], [ 120.3218337, 30.3021023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3182862, 30.3022719 ], [ 120.3183051, 30.3020999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3183051, 30.3020999 ], [ 120.3182862, 30.3022719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3183051, 30.3020999 ], [ 120.3204072, 30.3022154 ], [ 120.3215157, 30.3022748 ], [ 120.3218088, 30.3022555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3218088, 30.3022555 ], [ 120.321996, 30.3022837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3182693, 30.3024522 ], [ 120.3182862, 30.3022719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3182862, 30.3022719 ], [ 120.3182693, 30.3024522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664455, 30.2998227 ], [ 120.3664468, 30.3040261 ], [ 120.3664464, 30.3043646 ], [ 120.3664446, 30.3046104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662553, 30.3046116 ], [ 120.3662513, 30.3044221 ], [ 120.366251, 30.3040361 ], [ 120.3662467, 30.3029827 ], [ 120.3662394, 30.2998238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772541, 30.2998274 ], [ 120.3772524, 30.3015296 ], [ 120.3772516, 30.3023373 ], [ 120.3772509, 30.3029796 ], [ 120.3772482, 30.3039965 ], [ 120.3772522, 30.3043485 ], [ 120.3772525, 30.3046099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770618, 30.304614 ], [ 120.3770618, 30.3043636 ], [ 120.3770591, 30.3039757 ], [ 120.377058, 30.3035463 ], [ 120.3770569, 30.3031484 ], [ 120.3770554, 30.3025619 ], [ 120.3770482, 30.2998267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611339, 30.2998501 ], [ 120.3611257, 30.3008535 ], [ 120.361163, 30.3040614 ], [ 120.3611657, 30.3043682 ], [ 120.3611686, 30.3046015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611686, 30.3046015 ], [ 120.3611657, 30.3043682 ], [ 120.361163, 30.3040614 ], [ 120.3611257, 30.3008535 ], [ 120.3611339, 30.2998501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.356472, 30.29985 ], [ 120.3567068, 30.3003447 ], [ 120.3572904, 30.3014547 ], [ 120.3574354, 30.3017547 ], [ 120.3578652, 30.3026441 ], [ 120.3581368, 30.3031667 ], [ 120.3583258, 30.3035305 ], [ 120.3588787, 30.3046102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "15号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3588787, 30.3046102 ], [ 120.3583258, 30.3035305 ], [ 120.3581368, 30.3031667 ], [ 120.3578652, 30.3026441 ], [ 120.3574354, 30.3017547 ], [ 120.3572904, 30.3014547 ], [ 120.3567068, 30.3003447 ], [ 120.356472, 30.29985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718487, 30.2998225 ], [ 120.3718591, 30.3015601 ], [ 120.3718743, 30.3040973 ], [ 120.3718759, 30.3043543 ], [ 120.3718776, 30.3046399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716369, 30.3046381 ], [ 120.3716326, 30.3043584 ], [ 120.3716336, 30.3040822 ], [ 120.3716195, 30.2998278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3393411, 30.3015835 ], [ 120.3392951, 30.3025626 ], [ 120.3392875, 30.3027244 ], [ 120.3392664, 30.3031747 ], [ 120.3392563, 30.3033888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392563, 30.3033888 ], [ 120.3392664, 30.3031747 ], [ 120.3392875, 30.3027244 ], [ 120.3392951, 30.3025626 ], [ 120.3393411, 30.3015835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324527, 30.3025017 ], [ 120.3325438, 30.3025897 ], [ 120.3326055, 30.302643 ], [ 120.3326488, 30.3026924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324179, 30.3027771 ], [ 120.3324231, 30.3027171 ], [ 120.3324527, 30.302592 ], [ 120.3324527, 30.3025017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3282265, 30.3026715 ], [ 120.3284771, 30.3025883 ], [ 120.3298091, 30.3026711 ], [ 120.3301333, 30.3026913 ], [ 120.3303268, 30.3027039 ], [ 120.3320216, 30.3028141 ], [ 120.3321933, 30.3028198 ], [ 120.3322939, 30.3027978 ], [ 120.3324179, 30.3027771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3445352, 30.3034784 ], [ 120.3445416, 30.3033642 ], [ 120.3445666, 30.3029155 ], [ 120.3446211, 30.3019388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3446211, 30.3019388 ], [ 120.3445666, 30.3029155 ], [ 120.3445416, 30.3033642 ], [ 120.3445352, 30.3034784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324179, 30.3027771 ], [ 120.3325548, 30.3027043 ], [ 120.3326488, 30.3026924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3326488, 30.3026924 ], [ 120.3327427, 30.3027052 ], [ 120.332828, 30.3027415 ], [ 120.3328969, 30.302798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3323841, 30.3028136 ], [ 120.3324179, 30.3027771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3217778, 30.3024947 ], [ 120.3210028, 30.3024525 ], [ 120.3202501, 30.3023611 ], [ 120.318579, 30.302253 ], [ 120.3182862, 30.3022719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3217778, 30.3024947 ], [ 120.3218088, 30.3022555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.321996, 30.3022837 ], [ 120.3219824, 30.3024911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3182693, 30.3024522 ], [ 120.3180401, 30.3024793 ], [ 120.3165759, 30.3023919 ], [ 120.3156277, 30.3023282 ], [ 120.314948, 30.3023061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.321996, 30.3022837 ], [ 120.3235909, 30.3023877 ], [ 120.3252815, 30.3024979 ], [ 120.3266473, 30.3025909 ], [ 120.3282265, 30.3026715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3219824, 30.3024911 ], [ 120.3217778, 30.3024947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3217778, 30.3024947 ], [ 120.3215286, 30.3026026 ], [ 120.3207762, 30.3025598 ], [ 120.3185513, 30.3024249 ], [ 120.3182693, 30.3024522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250081, 30.3026719 ], [ 120.3242619, 30.3026273 ], [ 120.3219824, 30.3024911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281365, 30.3028715 ], [ 120.3281644, 30.3027981 ], [ 120.3282265, 30.3026715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3282265, 30.3026715 ], [ 120.3281644, 30.3027981 ], [ 120.3281365, 30.3028715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3282265, 30.3026715 ], [ 120.3284872, 30.3026896 ], [ 120.3304334, 30.3028144 ], [ 120.3320248, 30.3029197 ], [ 120.3321771, 30.3029149 ], [ 120.3322858, 30.3028885 ], [ 120.3323841, 30.3028136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3328969, 30.302798 ], [ 120.3329422, 30.3028671 ], [ 120.3329626, 30.3029447 ], [ 120.3329563, 30.303024 ], [ 120.3329237, 30.3030984 ], [ 120.3328678, 30.3031615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324165, 30.3031529 ], [ 120.3323578, 30.3030768 ], [ 120.3323315, 30.3029881 ], [ 120.3323406, 30.302897 ], [ 120.3323841, 30.3028136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "9号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3503966, 30.3036695 ], [ 120.350482, 30.3023343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "9号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.350482, 30.3023343 ], [ 120.3503966, 30.3036695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3328969, 30.302798 ], [ 120.3331093, 30.3029142 ], [ 120.3333536, 30.3029649 ], [ 120.3355334, 30.3031195 ], [ 120.3392563, 30.3033888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3325656, 30.3032298 ], [ 120.3324848, 30.3032004 ], [ 120.3324165, 30.3031529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3328678, 30.3031615 ], [ 120.3328081, 30.303201 ], [ 120.3327392, 30.3032271 ], [ 120.3326526, 30.3032389 ], [ 120.3325656, 30.3032298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392464, 30.3034541 ], [ 120.3352034, 30.3031592 ], [ 120.3333141, 30.3030286 ], [ 120.3330706, 30.3030704 ], [ 120.3328678, 30.3031615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3328678, 30.3031615 ], [ 120.3328523, 30.3032497 ], [ 120.3328121, 30.3033678 ], [ 120.332786, 30.3035275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.354553, 30.301641 ], [ 120.3557492, 30.3039879 ], [ 120.3558536, 30.3042188 ], [ 120.3560706, 30.3046409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3559052, 30.3046526 ], [ 120.3557047, 30.3042698 ], [ 120.355591, 30.304037 ], [ 120.3544117, 30.301701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3503159, 30.3042955 ], [ 120.3511051, 30.3043505 ], [ 120.3520577, 30.304417 ], [ 120.3531812, 30.3044932 ], [ 120.354087, 30.3045546 ], [ 120.3559052, 30.3046526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611686, 30.3046015 ], [ 120.3622305, 30.3045974 ], [ 120.3630778, 30.3045942 ], [ 120.3662553, 30.3046116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3588787, 30.3046102 ], [ 120.3611686, 30.3046015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772525, 30.3046099 ], [ 120.3795051, 30.3046009 ], [ 120.3827915, 30.3046111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662553, 30.3046116 ], [ 120.3664446, 30.3046104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770618, 30.304614 ], [ 120.3772525, 30.3046099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664446, 30.3046104 ], [ 120.3685574, 30.3046289 ], [ 120.3702235, 30.3046339 ], [ 120.3716369, 30.3046381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3560706, 30.3046409 ], [ 120.3566166, 30.3046336 ], [ 120.3569492, 30.3046292 ], [ 120.3571617, 30.3046264 ], [ 120.3581854, 30.3046128 ], [ 120.3588787, 30.3046102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149494, 30.3021179 ], [ 120.314948, 30.3023061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098662, 30.3022339 ], [ 120.3091659, 30.3022472 ], [ 120.308681, 30.3022565 ], [ 120.3082247, 30.3022594 ], [ 120.3078379, 30.3022467 ], [ 120.3074227, 30.3022407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115361, 30.3021843 ], [ 120.3111893, 30.3022956 ], [ 120.3110103, 30.3023017 ], [ 120.3098445, 30.3023414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098445, 30.3023414 ], [ 120.3098662, 30.3022339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098662, 30.3022339 ], [ 120.3098445, 30.3023414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098445, 30.3023414 ], [ 120.3094569, 30.3023506 ], [ 120.309192, 30.3023538 ], [ 120.3090127, 30.3023582 ], [ 120.3086783, 30.3023537 ], [ 120.307912, 30.302346 ], [ 120.3075234, 30.3023374 ], [ 120.3074227, 30.3022407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098761, 30.304481 ], [ 120.3098572, 30.3037986 ], [ 120.3098218, 30.3026125 ], [ 120.30983, 30.3024131 ], [ 120.3098445, 30.3023414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098445, 30.3023414 ], [ 120.30983, 30.3024131 ], [ 120.3098218, 30.3026125 ], [ 120.3098572, 30.3037986 ], [ 120.3098761, 30.304481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3146539, 30.3047256 ], [ 120.3147682, 30.3036048 ], [ 120.3148011, 30.3025493 ], [ 120.3148095, 30.3021052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.314948, 30.3023061 ], [ 120.3148893, 30.3036095 ], [ 120.314828, 30.304739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.332786, 30.3035275 ], [ 120.3327048, 30.3033748 ], [ 120.3326189, 30.3032821 ], [ 120.3325656, 30.3032298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392464, 30.3034541 ], [ 120.3392563, 30.3033888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392563, 30.3033888 ], [ 120.3392464, 30.3034541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392563, 30.3033888 ], [ 120.3397923, 30.303401 ], [ 120.3409938, 30.3034821 ], [ 120.3435737, 30.3036562 ], [ 120.3439742, 30.3036749 ], [ 120.344233, 30.3036266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3445352, 30.3034784 ], [ 120.344578, 30.3034805 ], [ 120.3446666, 30.3035114 ], [ 120.3447389, 30.3035654 ], [ 120.3447675, 30.3036076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.344233, 30.3036266 ], [ 120.3442543, 30.3036106 ], [ 120.3443116, 30.3035446 ], [ 120.3443905, 30.303498 ], [ 120.3444826, 30.3034759 ], [ 120.3445352, 30.3034784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3442955, 30.3038898 ], [ 120.3439896, 30.3037543 ], [ 120.3409871, 30.3035506 ], [ 120.3404033, 30.3035205 ], [ 120.3392464, 30.3034541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3447675, 30.3036076 ], [ 120.3447872, 30.3036366 ], [ 120.3448064, 30.3037174 ], [ 120.3447939, 30.3038006 ], [ 120.3447505, 30.3038756 ], [ 120.3447314, 30.3038919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3442955, 30.3038898 ], [ 120.3442588, 30.3038505 ], [ 120.344226, 30.3037716 ], [ 120.3442248, 30.3036891 ], [ 120.344233, 30.3036266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3444967, 30.3039791 ], [ 120.3444021, 30.3039604 ], [ 120.3443197, 30.3039158 ], [ 120.3442955, 30.3038898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281365, 30.3028715 ], [ 120.3263187, 30.3027545 ], [ 120.3255477, 30.3027041 ], [ 120.3250081, 30.3026719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281365, 30.3028715 ], [ 120.3279361, 30.3029601 ], [ 120.3259763, 30.3028356 ], [ 120.3255006, 30.3028058 ], [ 120.3253551, 30.3027856 ], [ 120.3250081, 30.3026719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3324165, 30.3031529 ], [ 120.3322744, 30.3031373 ], [ 120.3321242, 30.3031241 ], [ 120.3307551, 30.3030328 ], [ 120.3306475, 30.3030262 ], [ 120.3281365, 30.3028715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3180997, 30.3049489 ], [ 120.3182693, 30.3024522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3182693, 30.3024522 ], [ 120.3180997, 30.3049489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215645, 30.3050146 ], [ 120.3217223, 30.3029713 ], [ 120.3217778, 30.3024947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3219824, 30.3024911 ], [ 120.3217766, 30.3050255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3281365, 30.3028715 ], [ 120.3280649, 30.3030596 ], [ 120.3280311, 30.3039098 ], [ 120.3280304, 30.3041712 ], [ 120.3280619, 30.3045714 ], [ 120.3280311, 30.3051633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3280311, 30.3051633 ], [ 120.3280619, 30.3045714 ], [ 120.3280304, 30.3041712 ], [ 120.3280311, 30.3039098 ], [ 120.3280649, 30.3030596 ], [ 120.3281365, 30.3028715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3249404, 30.305098 ], [ 120.3250528, 30.3038661 ], [ 120.3251311, 30.3038913 ], [ 120.3250371, 30.3051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718776, 30.3046399 ], [ 120.3752964, 30.3046155 ], [ 120.3760278, 30.3046192 ], [ 120.3766229, 30.3046223 ], [ 120.3770618, 30.304614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716369, 30.3046381 ], [ 120.3718776, 30.3046399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3559052, 30.3046526 ], [ 120.3560706, 30.3046409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772525, 30.3046099 ], [ 120.3772481, 30.3047566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "27号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827871, 30.3047611 ], [ 120.3827915, 30.3046111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "27号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827915, 30.3046111 ], [ 120.3827871, 30.3047611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770596, 30.304762 ], [ 120.3770618, 30.304614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611708, 30.3047921 ], [ 120.3611686, 30.3046015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "19号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611686, 30.3046015 ], [ 120.3611708, 30.3047921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664446, 30.3046104 ], [ 120.3664433, 30.3047875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520469, 30.3010377 ], [ 120.4520427, 30.3020194 ], [ 120.4519536, 30.3027476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮启巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4562266, 30.3029572 ], [ 120.4563392, 30.3011164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮启巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4563392, 30.3011164 ], [ 120.4562266, 30.3029572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4738293, 30.3068743 ], [ 120.4737949, 30.3066284 ], [ 120.4733748, 30.3038673 ], [ 120.4731712, 30.3021864 ], [ 120.4731511, 30.3008931 ], [ 120.4731187, 30.2987711 ], [ 120.4730831, 30.2975753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4592004, 30.3013601 ], [ 120.4591762, 30.3031189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4591762, 30.3031189 ], [ 120.4592004, 30.3013601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "书卷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4504161, 30.3026848 ], [ 120.4517872, 30.3027382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "书卷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4517872, 30.3027382 ], [ 120.4504161, 30.3026848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "书卷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519536, 30.3027476 ], [ 120.4517872, 30.3027382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "书卷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4517872, 30.3027382 ], [ 120.4519536, 30.3027476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4935558, 30.3043399 ], [ 120.4934734, 30.3043888 ], [ 120.4914493, 30.3046829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4888936, 30.3044698 ], [ 120.4889674, 30.3050435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885942, 30.3050641 ], [ 120.4885209, 30.3045293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4914493, 30.3046829 ], [ 120.4889674, 30.3050435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4889674, 30.3050435 ], [ 120.4885942, 30.3050641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4957779, 30.3056403 ], [ 120.4956474, 30.304792 ], [ 120.4955973, 30.3044937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4955973, 30.3044937 ], [ 120.4956474, 30.304792 ], [ 120.4957779, 30.3056403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4938222, 30.3058641 ], [ 120.4935558, 30.3043399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4935558, 30.3043399 ], [ 120.4938222, 30.3058641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4916922, 30.3061346 ], [ 120.4914493, 30.3046829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "书卷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519536, 30.3027476 ], [ 120.4532278, 30.3028051 ], [ 120.4543476, 30.3028728 ], [ 120.4562266, 30.3029572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "书卷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4562266, 30.3029572 ], [ 120.4543476, 30.3028728 ], [ 120.4532278, 30.3028051 ], [ 120.4519536, 30.3027476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "书卷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4591762, 30.3031189 ], [ 120.4562266, 30.3029572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "书卷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4562266, 30.3029572 ], [ 120.4591762, 30.3031189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮启巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4560736, 30.3057955 ], [ 120.4562266, 30.3029572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潮启巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4562266, 30.3029572 ], [ 120.4560736, 30.3057955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4509998, 30.3075811 ], [ 120.4510933, 30.3073719 ], [ 120.4512424, 30.3069778 ], [ 120.4514628, 30.3060349 ], [ 120.4515364, 30.3054583 ], [ 120.4516123, 30.3045622 ], [ 120.4517872, 30.3027382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519536, 30.3027476 ], [ 120.4516895, 30.3054663 ], [ 120.4516179, 30.3061512 ], [ 120.4515527, 30.3064488 ], [ 120.4513843, 30.3070499 ], [ 120.4512123, 30.3075471 ], [ 120.4511919, 30.3079608 ], [ 120.4511869, 30.3080626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4590114, 30.3079037 ], [ 120.4590188, 30.307795 ], [ 120.4590661, 30.3071018 ], [ 120.459061, 30.3067907 ], [ 120.4590909, 30.3060688 ], [ 120.4591762, 30.3031189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4591762, 30.3031189 ], [ 120.4590909, 30.3060688 ], [ 120.459061, 30.3067907 ], [ 120.4590661, 30.3071018 ], [ 120.4590188, 30.307795 ], [ 120.4590114, 30.3079037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4914493, 30.3046829 ], [ 120.4916922, 30.3061346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4740788, 30.3068394 ], [ 120.4743263, 30.3068048 ], [ 120.474911, 30.306725 ], [ 120.4764038, 30.3065069 ], [ 120.4771135, 30.3063975 ], [ 120.4777163, 30.3063019 ], [ 120.4781839, 30.3062243 ], [ 120.4793684, 30.3060309 ], [ 120.4804725, 30.3058519 ], [ 120.4837068, 30.3053413 ], [ 120.4853093, 30.3050637 ], [ 120.4854385, 30.3050389 ], [ 120.4885209, 30.3045293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4889674, 30.3050435 ], [ 120.4889901, 30.3052195 ], [ 120.4889606, 30.3055485 ], [ 120.4889605, 30.3059817 ], [ 120.4889929, 30.3061773 ], [ 120.4890329, 30.3064184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4938222, 30.3058641 ], [ 120.4957779, 30.3056403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4957779, 30.3056403 ], [ 120.4938222, 30.3058641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4885942, 30.3050641 ], [ 120.4856291, 30.3055172 ], [ 120.4805762, 30.3062865 ], [ 120.4794451, 30.3064639 ], [ 120.4768534, 30.3068438 ], [ 120.4768149, 30.3068495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4916922, 30.3061346 ], [ 120.4938222, 30.3058641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4938222, 30.3058641 ], [ 120.4916922, 30.3061346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4890329, 30.3064184 ], [ 120.4902493, 30.3062886 ], [ 120.4916922, 30.3061346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4916922, 30.3061346 ], [ 120.4902493, 30.3062886 ], [ 120.4890329, 30.3064184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江潮巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3883827, 30.30891 ], [ 120.3882457, 30.3087272 ], [ 120.3864823, 30.3050667 ], [ 120.3864493, 30.3049469 ], [ 120.3864296, 30.3047434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江潮巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3864296, 30.3047434 ], [ 120.3864493, 30.3049469 ], [ 120.3864823, 30.3050667 ], [ 120.3882457, 30.3087272 ], [ 120.3883827, 30.30891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4398154, 30.3074977 ], [ 120.4398626, 30.3082102 ], [ 120.4398765, 30.3084197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4398765, 30.3084197 ], [ 120.4398626, 30.3082102 ], [ 120.4398154, 30.3074977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397175, 30.3085131 ], [ 120.4397046, 30.3083831 ], [ 120.4396887, 30.3082067 ], [ 120.4396557, 30.3078407 ], [ 120.4398154, 30.3074977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4398154, 30.3074977 ], [ 120.4396557, 30.3078407 ], [ 120.4396887, 30.3082067 ], [ 120.4397046, 30.3083831 ], [ 120.4397175, 30.3085131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397175, 30.3085131 ], [ 120.4398765, 30.3084197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4393502, 30.3085841 ], [ 120.4397175, 30.3085131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4399028, 30.3087876 ], [ 120.4398765, 30.3084197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4398765, 30.3084197 ], [ 120.4399028, 30.3087876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4957779, 30.3056403 ], [ 120.4960997, 30.3077322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4960997, 30.3077322 ], [ 120.4957779, 30.3056403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4738293, 30.3068743 ], [ 120.4740788, 30.3068394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4768149, 30.3068495 ], [ 120.4766622, 30.3068758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.49412, 30.3079681 ], [ 120.4938222, 30.3058641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4938222, 30.3058641 ], [ 120.49412, 30.3079681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4740788, 30.3068394 ], [ 120.4741299, 30.3072481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4766622, 30.3068758 ], [ 120.475106, 30.3071005 ], [ 120.4741299, 30.3072481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4738915, 30.3072842 ], [ 120.4738293, 30.3068743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4920538, 30.3082455 ], [ 120.4916922, 30.3061346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4916922, 30.3061346 ], [ 120.4920538, 30.3082455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4741299, 30.3072481 ], [ 120.4738915, 30.3072842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "青六北路", "青六路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4893185, 30.3095818 ], [ 120.4891476, 30.3084579 ], [ 120.4890784, 30.3080172 ], [ 120.4887987, 30.3064748 ], [ 120.4887574, 30.3059707 ], [ 120.4886749, 30.3055832 ], [ 120.4886058, 30.3051497 ], [ 120.4885942, 30.3050641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4960997, 30.3077322 ], [ 120.49412, 30.3079681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.49412, 30.3079681 ], [ 120.4960997, 30.3077322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "青六北路", "青六路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4890329, 30.3064184 ], [ 120.4893153, 30.3080609 ], [ 120.4893862, 30.3084971 ], [ 120.4895541, 30.3095526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4741417, 30.3089041 ], [ 120.4740245, 30.3081328 ], [ 120.4738935, 30.3073932 ], [ 120.4738915, 30.3072842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.49412, 30.3079681 ], [ 120.4920538, 30.3082455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4920538, 30.3082455 ], [ 120.49412, 30.3079681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021695, 30.308062 ], [ 120.4998335, 30.3083493 ], [ 120.4998716, 30.3090257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4590114, 30.3079037 ], [ 120.463527, 30.3078522 ], [ 120.4639242, 30.3078456 ], [ 120.4651876, 30.3078603 ], [ 120.4659542, 30.3078452 ], [ 120.4664425, 30.3078216 ], [ 120.4669512, 30.3077893 ], [ 120.4674142, 30.3077551 ], [ 120.4678185, 30.3077254 ], [ 120.4684249, 30.3076823 ], [ 120.4689746, 30.3076415 ], [ 120.4694718, 30.3075873 ], [ 120.4703699, 30.3074708 ], [ 120.4711841, 30.3073614 ], [ 120.4717174, 30.3072802 ], [ 120.4722687, 30.3071906 ], [ 120.4728631, 30.3070796 ], [ 120.4733514, 30.3069669 ], [ 120.4738293, 30.3068743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4738915, 30.3072842 ], [ 120.4736788, 30.3072745 ], [ 120.4733477, 30.307301 ], [ 120.4729317, 30.3073388 ], [ 120.4725441, 30.3073926 ], [ 120.4717604, 30.3075176 ], [ 120.4712176, 30.3075892 ], [ 120.4705148, 30.3076902 ], [ 120.4698837, 30.307771 ], [ 120.4693385, 30.3078293 ], [ 120.4688495, 30.3078765 ], [ 120.4683841, 30.3079063 ], [ 120.467849, 30.3079568 ], [ 120.4674316, 30.3079972 ], [ 120.466907, 30.3080333 ], [ 120.4661634, 30.3080764 ], [ 120.4653891, 30.3081063 ], [ 120.4639386, 30.3081292 ], [ 120.4635411, 30.3081361 ], [ 120.4590144, 30.3081572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.45094, 30.3079994 ], [ 120.4509531, 30.3078865 ], [ 120.45097, 30.3077414 ], [ 120.4509998, 30.3075811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4500242, 30.3080022 ], [ 120.4502888, 30.3079706 ], [ 120.4505695, 30.3078937 ], [ 120.4507246, 30.3078282 ], [ 120.4508038, 30.3077868 ], [ 120.4509096, 30.3076839 ], [ 120.4509998, 30.3075811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4511869, 30.3080626 ], [ 120.4519421, 30.308054 ], [ 120.4529706, 30.3080351 ], [ 120.4534542, 30.3080293 ], [ 120.4554162, 30.3080022 ], [ 120.4560003, 30.3079896 ], [ 120.4564873, 30.3079682 ], [ 120.4569087, 30.3079504 ], [ 120.4573281, 30.3079287 ], [ 120.4590114, 30.3079037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4500242, 30.3080022 ], [ 120.45094, 30.3079994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4590114, 30.3079037 ], [ 120.4590144, 30.3081572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4590144, 30.3081572 ], [ 120.4590114, 30.3079037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.45094, 30.3079994 ], [ 120.4511869, 30.3080626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4509392, 30.3083219 ], [ 120.45094, 30.3079994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4511869, 30.3080626 ], [ 120.4511813, 30.3083023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4590144, 30.3081572 ], [ 120.4556501, 30.3082125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4398765, 30.3084197 ], [ 120.4402188, 30.3083714 ], [ 120.4410787, 30.3082665 ], [ 120.4416467, 30.3082109 ], [ 120.4420582, 30.3081752 ], [ 120.4426649, 30.3081228 ], [ 120.4432446, 30.3080821 ], [ 120.4437435, 30.3080646 ], [ 120.4442695, 30.3080501 ], [ 120.4461973, 30.3080413 ], [ 120.4474441, 30.3080331 ], [ 120.4500242, 30.3080022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4556501, 30.3082125 ], [ 120.452803, 30.3082621 ], [ 120.4511813, 30.3083023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4511813, 30.3083023 ], [ 120.4509392, 30.3083219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4556501, 30.3082125 ], [ 120.4552127, 30.3083222 ], [ 120.4549703, 30.30837 ], [ 120.4547036, 30.3083802 ], [ 120.4532627, 30.3084105 ], [ 120.4528006, 30.3083733 ], [ 120.4511843, 30.3084175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4511813, 30.3083023 ], [ 120.4511843, 30.3084175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4511843, 30.3084175 ], [ 120.4509392, 30.3083219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4509392, 30.3083219 ], [ 120.45051, 30.3083946 ], [ 120.4481543, 30.3084102 ], [ 120.4461714, 30.3084355 ], [ 120.4451056, 30.3084447 ], [ 120.4446276, 30.3084505 ], [ 120.444514, 30.3084518 ], [ 120.4442663, 30.3084548 ], [ 120.4437411, 30.3084675 ], [ 120.4431043, 30.3085055 ], [ 120.4422475, 30.3085688 ], [ 120.4416166, 30.3086144 ], [ 120.4411325, 30.308622 ], [ 120.4404916, 30.3087029 ], [ 120.4399028, 30.3087876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4741417, 30.3089041 ], [ 120.4720052, 30.3091324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4998716, 30.3090257 ], [ 120.4998335, 30.3083493 ], [ 120.5021695, 30.308062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4772772, 30.3105454 ], [ 120.4766742, 30.3069474 ], [ 120.4766622, 30.3068758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通围路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5022414, 30.3086899 ], [ 120.4998716, 30.3090257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通围路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4998716, 30.3090257 ], [ 120.5022414, 30.3086899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4922723, 30.3095048 ], [ 120.4922081, 30.3091573 ], [ 120.4921847, 30.3090188 ], [ 120.4921705, 30.3089349 ], [ 120.4920538, 30.3082455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4920538, 30.3082455 ], [ 120.4921705, 30.3089349 ], [ 120.4921847, 30.3090188 ], [ 120.4922081, 30.3091573 ], [ 120.4922723, 30.3095048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4741299, 30.3072481 ], [ 120.4742328, 30.3080745 ], [ 120.4746748, 30.3108131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4768149, 30.3068495 ], [ 120.4768274, 30.306929 ], [ 120.4775806, 30.3117265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4998716, 30.3090257 ], [ 120.4999178, 30.3098472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4999178, 30.3098472 ], [ 120.4998716, 30.3090257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5085624, 30.3031481 ], [ 120.5075636, 30.3031431 ], [ 120.5070504, 30.3031405 ], [ 120.5061529, 30.3031975 ], [ 120.5052344, 30.3032472 ], [ 120.5045438, 30.3033163 ], [ 120.5040112, 30.3033414 ], [ 120.5030804, 30.3033553 ], [ 120.5022174, 30.3033574 ], [ 120.5021732, 30.3033575 ], [ 120.5018484, 30.3033602 ], [ 120.501726, 30.3033615 ], [ 120.5014818, 30.303365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384877, 30.3019976 ], [ 120.5383867, 30.3046131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5382369, 30.304659 ], [ 120.5383137, 30.3026207 ], [ 120.5383354, 30.3020087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5085624, 30.3031481 ], [ 120.5095445, 30.3031563 ], [ 120.5103468, 30.3032179 ], [ 120.5131739, 30.3034972 ], [ 120.5138502, 30.303519 ], [ 120.5170176, 30.3036278 ], [ 120.5172014, 30.3036267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5172014, 30.3036267 ], [ 120.5170176, 30.3036278 ], [ 120.5138502, 30.303519 ], [ 120.5131739, 30.3034972 ], [ 120.5103468, 30.3032179 ], [ 120.5095445, 30.3031563 ], [ 120.5085624, 30.3031481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5086351, 30.3037423 ], [ 120.5085624, 30.3031481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5085624, 30.3031481 ], [ 120.5086351, 30.3037423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5172014, 30.3036267 ], [ 120.5181722, 30.3036161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5181722, 30.3036161 ], [ 120.5172014, 30.3036267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.499595, 30.3035937 ], [ 120.5016702, 30.3035415 ], [ 120.5040227, 30.3035617 ], [ 120.5052831, 30.3036231 ], [ 120.5086351, 30.3037423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5987961, 30.3012031 ], [ 120.5999545, 30.3012713 ], [ 120.6026267, 30.3014286 ], [ 120.6030191, 30.3014517 ], [ 120.6049461, 30.3015901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6049461, 30.3015901 ], [ 120.6030191, 30.3014517 ], [ 120.6026267, 30.3014286 ], [ 120.5999545, 30.3012713 ], [ 120.5987961, 30.3012031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6049461, 30.3015901 ], [ 120.6066539, 30.3016978 ], [ 120.6083087, 30.3018021 ], [ 120.6116549, 30.3020167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纬五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6116549, 30.3020167 ], [ 120.6083087, 30.3018021 ], [ 120.6066539, 30.3016978 ], [ 120.6049461, 30.3015901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5860305, 30.3003143 ], [ 120.5859869, 30.3019406 ], [ 120.5859442, 30.303381 ], [ 120.585868, 30.3050896 ], [ 120.585759, 30.3050838 ], [ 120.5858079, 30.3033829 ], [ 120.5858613, 30.3018866 ], [ 120.5858936, 30.3003049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5925895, 30.3007527 ], [ 120.5922492, 30.3046618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5922492, 30.3046618 ], [ 120.5925895, 30.3007527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6125825, 30.306265 ], [ 120.6130787, 30.3063528 ], [ 120.6153227, 30.3068571 ], [ 120.6180791, 30.3073702 ], [ 120.6200875, 30.3078302 ], [ 120.6207536, 30.3078744 ], [ 120.6215733, 30.3080337 ], [ 120.6229514, 30.3083096 ], [ 120.6258155, 30.3088829 ], [ 120.6281832, 30.3093647 ], [ 120.6286846, 30.3094668 ], [ 120.6314615, 30.310086 ], [ 120.6323837, 30.3102983 ], [ 120.6332957, 30.3104398 ], [ 120.6341848, 30.3106421 ], [ 120.6369128, 30.3112625 ], [ 120.638366, 30.3115268 ], [ 120.6407554, 30.3119614 ], [ 120.6439524, 30.3126779 ], [ 120.6475081, 30.3134121 ], [ 120.6484918, 30.3135979 ], [ 120.6487684, 30.313474 ], [ 120.6489016, 30.3132706 ], [ 120.648794, 30.3127974 ], [ 120.6486762, 30.3122798 ], [ 120.6483278, 30.3105372 ], [ 120.6478462, 30.3083964 ], [ 120.6475388, 30.3068659 ], [ 120.6472416, 30.3054682 ], [ 120.6468625, 30.3038316 ], [ 120.6464629, 30.3016552 ], [ 120.6463049, 30.301043 ], [ 120.646176, 30.3005317 ], [ 120.646176, 30.3000716 ], [ 120.6458583, 30.2986472 ], [ 120.6454587, 30.2966389 ], [ 120.6449771, 30.2942943 ], [ 120.6447209, 30.2934007 ], [ 120.644434, 30.2932414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.644434, 30.2932414 ], [ 120.6447209, 30.2934007 ], [ 120.6449771, 30.2942943 ], [ 120.6454587, 30.2966389 ], [ 120.6458583, 30.2986472 ], [ 120.646176, 30.3000716 ], [ 120.646176, 30.3005317 ], [ 120.6463049, 30.301043 ], [ 120.6464629, 30.3016552 ], [ 120.6468625, 30.3038316 ], [ 120.6472416, 30.3054682 ], [ 120.6475388, 30.3068659 ], [ 120.6478462, 30.3083964 ], [ 120.6483278, 30.3105372 ], [ 120.6486762, 30.3122798 ], [ 120.648794, 30.3127974 ], [ 120.6489016, 30.3132706 ], [ 120.6487684, 30.313474 ], [ 120.6484918, 30.3135979 ], [ 120.6475081, 30.3134121 ], [ 120.6439524, 30.3126779 ], [ 120.6407554, 30.3119614 ], [ 120.638366, 30.3115268 ], [ 120.6369128, 30.3112625 ], [ 120.6341848, 30.3106421 ], [ 120.6332957, 30.3104398 ], [ 120.6323837, 30.3102983 ], [ 120.6314615, 30.310086 ], [ 120.6286846, 30.3094668 ], [ 120.6281832, 30.3093647 ], [ 120.6258155, 30.3088829 ], [ 120.6229514, 30.3083096 ], [ 120.6215733, 30.3080337 ], [ 120.6207536, 30.3078744 ], [ 120.6200875, 30.3078302 ], [ 120.6180791, 30.3073702 ], [ 120.6153227, 30.3068571 ], [ 120.6130787, 30.3063528 ], [ 120.6125825, 30.306265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5980418, 30.3073457 ], [ 120.5980885, 30.3066399 ], [ 120.5980852, 30.3059754 ], [ 120.5981299, 30.3055046 ], [ 120.5984803, 30.3023909 ], [ 120.598585, 30.301194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5181722, 30.3036161 ], [ 120.5199543, 30.3036857 ], [ 120.5204509, 30.303649 ], [ 120.5208479, 30.3036306 ], [ 120.5213331, 30.3036948 ], [ 120.5221084, 30.3038873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5221084, 30.3038873 ], [ 120.5218837, 30.3039153 ], [ 120.5209422, 30.303897 ], [ 120.520061, 30.3038512 ], [ 120.5192753, 30.3037687 ], [ 120.5181722, 30.3036161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5086224, 30.3039103 ], [ 120.5052908, 30.3037964 ], [ 120.5040027, 30.3037572 ], [ 120.5016639, 30.3037296 ], [ 120.499598, 30.303767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5086351, 30.3037423 ], [ 120.5086224, 30.3039103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5086224, 30.3039103 ], [ 120.5086351, 30.3037423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222942, 30.3038873 ], [ 120.5221084, 30.3038873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5221084, 30.3038873 ], [ 120.5222942, 30.3038873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5242651, 30.303962 ], [ 120.5222942, 30.3038873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222942, 30.3038873 ], [ 120.5242651, 30.303962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5242651, 30.303962 ], [ 120.5233477, 30.3041522 ], [ 120.5232052, 30.3043981 ], [ 120.5232015, 30.3045312 ], [ 120.5232621, 30.3046181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓创线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5232621, 30.3046181 ], [ 120.5232015, 30.3045312 ], [ 120.5232052, 30.3043981 ], [ 120.5233477, 30.3041522 ], [ 120.5242651, 30.303962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5382369, 30.304659 ], [ 120.5370417, 30.3046302 ], [ 120.5340982, 30.3043927 ], [ 120.5329691, 30.3042719 ], [ 120.5308218, 30.3041969 ], [ 120.5299534, 30.3040908 ], [ 120.5294707, 30.3040594 ], [ 120.5292893, 30.3040646 ], [ 120.5290986, 30.3040698 ], [ 120.5287274, 30.3041043 ], [ 120.5281953, 30.3041425 ], [ 120.5263606, 30.3040516 ], [ 120.5242651, 30.303962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5242651, 30.303962 ], [ 120.5263606, 30.3040516 ], [ 120.5281953, 30.3041425 ], [ 120.5287274, 30.3041043 ], [ 120.5290986, 30.3040698 ], [ 120.5292893, 30.3040646 ], [ 120.5294707, 30.3040594 ], [ 120.5299534, 30.3040908 ], [ 120.5308218, 30.3041969 ], [ 120.5329691, 30.3042719 ], [ 120.5340982, 30.3043927 ], [ 120.5370417, 30.3046302 ], [ 120.5382369, 30.304659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5382369, 30.304659 ], [ 120.5383867, 30.3046131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383867, 30.3046131 ], [ 120.5383839, 30.3046868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5221017, 30.3054487 ], [ 120.5221072, 30.3044924 ], [ 120.522104, 30.3043169 ], [ 120.5221084, 30.3038873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383839, 30.3046868 ], [ 120.5382369, 30.304659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383867, 30.3046131 ], [ 120.539018, 30.3046415 ], [ 120.5395668, 30.3046836 ], [ 120.5399043, 30.3047573 ], [ 120.5401372, 30.3048763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383205, 30.3051026 ], [ 120.5382274, 30.3049113 ], [ 120.5382369, 30.304659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新湾支线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383839, 30.3046868 ], [ 120.538375, 30.3049172 ], [ 120.5383205, 30.3051026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5811782, 30.2999883 ], [ 120.5810037, 30.3038644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.559042, 30.3058129 ], [ 120.5590767, 30.3053236 ], [ 120.5590981, 30.3045873 ], [ 120.5591257, 30.3033029 ], [ 120.5591389, 30.3029422 ], [ 120.5591753, 30.3025597 ], [ 120.5592203, 30.3020889 ], [ 120.5592271, 30.3020176 ], [ 120.5592504, 30.3016454 ], [ 120.5592871, 30.3001581 ], [ 120.5593354, 30.2985801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5594226, 30.2985898 ], [ 120.5594007, 30.2995612 ], [ 120.5593624, 30.3001584 ], [ 120.559335, 30.3015543 ], [ 120.559289, 30.3021947 ], [ 120.5592527, 30.3025691 ], [ 120.5592163, 30.3029435 ], [ 120.559199, 30.3033131 ], [ 120.5591671, 30.3045768 ], [ 120.5591494, 30.3054287 ], [ 120.5591177, 30.3058067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5844227, 30.3002049 ], [ 120.584293, 30.303135 ], [ 120.5842764, 30.3040892 ], [ 120.5842752, 30.3041566 ], [ 120.5843227, 30.3042798 ], [ 120.5844179, 30.3043516 ], [ 120.5844298, 30.3044338 ], [ 120.5843703, 30.3054708 ], [ 120.58438, 30.3055727 ], [ 120.5844654, 30.3064667 ], [ 120.5844078, 30.3071628 ], [ 120.584406, 30.3071854 ], [ 120.5843441, 30.3085417 ], [ 120.5843108, 30.3092695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5843108, 30.3092695 ], [ 120.5843441, 30.3085417 ], [ 120.584406, 30.3071854 ], [ 120.5844078, 30.3071628 ], [ 120.5844654, 30.3064667 ], [ 120.58438, 30.3055727 ], [ 120.5843703, 30.3054708 ], [ 120.5844298, 30.3044338 ], [ 120.5844179, 30.3043516 ], [ 120.5843227, 30.3042798 ], [ 120.5842752, 30.3041566 ], [ 120.5842764, 30.3040892 ], [ 120.584293, 30.303135 ], [ 120.5844227, 30.3002049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562939, 30.3058556 ], [ 120.5562424, 30.3058537 ], [ 120.5553657, 30.3058206 ], [ 120.5542033, 30.3057767 ], [ 120.550499, 30.3055826 ], [ 120.5465296, 30.3054173 ], [ 120.5445092, 30.3053331 ], [ 120.5407224, 30.3051951 ], [ 120.54056, 30.3051927 ], [ 120.5404209, 30.3051857 ], [ 120.5397538, 30.3048486 ], [ 120.539242, 30.3047538 ], [ 120.5383839, 30.3046868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5401372, 30.3048763 ], [ 120.5403269, 30.3049947 ], [ 120.5405667, 30.3050061 ], [ 120.5407374, 30.3050088 ], [ 120.5436809, 30.3051279 ], [ 120.5465306, 30.3052453 ], [ 120.5484056, 30.3053226 ], [ 120.5518295, 30.3054616 ], [ 120.5541872, 30.3055967 ], [ 120.555375, 30.30564 ], [ 120.5562184, 30.3056708 ], [ 120.5563509, 30.3056756 ], [ 120.5584665, 30.3057853 ], [ 120.559042, 30.3058129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.559042, 30.3058129 ], [ 120.5591177, 30.3058067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5505862, 30.3112186 ], [ 120.5511601, 30.3101682 ], [ 120.5521319, 30.3100559 ], [ 120.5540907, 30.3098644 ], [ 120.5543126, 30.3097851 ], [ 120.5542744, 30.3079751 ], [ 120.5542438, 30.3066406 ], [ 120.5542744, 30.306198 ], [ 120.5544886, 30.3060064 ], [ 120.5546723, 30.3059338 ], [ 120.5552538, 30.3059074 ], [ 120.5554221, 30.3059404 ], [ 120.5554451, 30.3054912 ], [ 120.5555293, 30.3053524 ], [ 120.5555599, 30.3038132 ], [ 120.5555446, 30.3023532 ], [ 120.5556058, 30.3021748 ], [ 120.5556065, 30.3005072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5556065, 30.3005072 ], [ 120.5556058, 30.3021748 ], [ 120.5555446, 30.3023532 ], [ 120.5555599, 30.3038132 ], [ 120.5555293, 30.3053524 ], [ 120.5554451, 30.3054912 ], [ 120.5554221, 30.3059404 ], [ 120.5552538, 30.3059074 ], [ 120.5546723, 30.3059338 ], [ 120.5544886, 30.3060064 ], [ 120.5542744, 30.306198 ], [ 120.5542438, 30.3066406 ], [ 120.5542744, 30.3079751 ], [ 120.5543126, 30.3097851 ], [ 120.5540907, 30.3098644 ], [ 120.5521319, 30.3100559 ], [ 120.5511601, 30.3101682 ], [ 120.5505862, 30.3112186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5987961, 30.3012031 ], [ 120.5985004, 30.3041481 ], [ 120.5983475, 30.3055116 ], [ 120.5982972, 30.3059911 ], [ 120.5982757, 30.3066323 ], [ 120.5982108, 30.3073504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6116549, 30.3020167 ], [ 120.6113722, 30.3051397 ], [ 120.6112405, 30.3064699 ], [ 120.6112035, 30.3069325 ], [ 120.6111536, 30.3081367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6111536, 30.3081367 ], [ 120.6112035, 30.3069325 ], [ 120.6112405, 30.3064699 ], [ 120.6113722, 30.3051397 ], [ 120.6116549, 30.3020167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.653387, 30.3196734 ], [ 120.653792, 30.3187993 ], [ 120.6551913, 30.3153426 ], [ 120.6564064, 30.3122274 ], [ 120.6574742, 30.3096129 ], [ 120.6584408, 30.3072048 ], [ 120.6593245, 30.3050829 ], [ 120.6601898, 30.3029688 ], [ 120.6610091, 30.3008865 ], [ 120.6617823, 30.2989552 ], [ 120.6629238, 30.2961415 ], [ 120.6641389, 30.293145 ], [ 120.6648477, 30.2913328 ], [ 120.6649181, 30.2910516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6649181, 30.2910516 ], [ 120.6648477, 30.2913328 ], [ 120.6641389, 30.293145 ], [ 120.6629238, 30.2961415 ], [ 120.6617823, 30.2989552 ], [ 120.6610091, 30.3008865 ], [ 120.6601898, 30.3029688 ], [ 120.6593245, 30.3050829 ], [ 120.6584408, 30.3072048 ], [ 120.6574742, 30.3096129 ], [ 120.6564064, 30.3122274 ], [ 120.6551913, 30.3153426 ], [ 120.653792, 30.3187993 ], [ 120.653387, 30.3196734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5980418, 30.3073457 ], [ 120.5982108, 30.3073504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5980314, 30.3074944 ], [ 120.5980418, 30.3073457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5982108, 30.3073504 ], [ 120.5981987, 30.3075015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5981987, 30.3075015 ], [ 120.5980314, 30.3074944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5982108, 30.3073504 ], [ 120.5989241, 30.3073703 ], [ 120.6003941, 30.3074112 ], [ 120.60456, 30.3076779 ], [ 120.6111536, 30.3081367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5401372, 30.3048763 ], [ 120.5402527, 30.3048664 ], [ 120.5405241, 30.3048664 ], [ 120.5405756, 30.3048674 ], [ 120.540738, 30.3048748 ], [ 120.5424192, 30.3049245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222942, 30.3038873 ], [ 120.5222974, 30.3043266 ], [ 120.5223027, 30.3044991 ], [ 120.5222951, 30.3065225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5424028, 30.3054322 ], [ 120.5411815, 30.3053399 ], [ 120.5407092, 30.3053205 ], [ 120.5405521, 30.3053178 ], [ 120.5403196, 30.3053063 ], [ 120.5386203, 30.3051984 ], [ 120.5383205, 30.3051026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5285028, 30.3068335 ], [ 120.5285049, 30.3047531 ], [ 120.5285079, 30.3045295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5287058, 30.3045384 ], [ 120.5287039, 30.3047616 ], [ 120.5286967, 30.3068432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5014818, 30.303365 ], [ 120.5015997, 30.3043456 ], [ 120.5019082, 30.3046816 ], [ 120.5019702, 30.3055283 ], [ 120.5020347, 30.3067222 ], [ 120.5021695, 30.308062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021695, 30.308062 ], [ 120.5020347, 30.3067222 ], [ 120.5019702, 30.3055283 ], [ 120.5019082, 30.3046816 ], [ 120.5015997, 30.3043456 ], [ 120.5014818, 30.303365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5088722, 30.3079893 ], [ 120.5088515, 30.3076826 ], [ 120.5087067, 30.3055659 ], [ 120.5086224, 30.3039103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5086224, 30.3039103 ], [ 120.5087067, 30.3055659 ], [ 120.5088515, 30.3076826 ], [ 120.5088722, 30.3079893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220955, 30.3065151 ], [ 120.5221017, 30.3054487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220955, 30.3065151 ], [ 120.5222951, 30.3065225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220945, 30.3066866 ], [ 120.5220955, 30.3065151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5094563, 30.30958 ], [ 120.509507, 30.3084874 ], [ 120.5096491, 30.3082721 ], [ 120.5099549, 30.3079711 ], [ 120.5102714, 30.3077557 ], [ 120.5107166, 30.3074037 ], [ 120.5113791, 30.307068 ], [ 120.511693, 30.3068086 ], [ 120.5122884, 30.3064474 ], [ 120.5125915, 30.3062667 ], [ 120.5132138, 30.3059981 ], [ 120.513541, 30.3058685 ], [ 120.5138816, 30.3056114 ], [ 120.5142947, 30.305366 ], [ 120.514921, 30.3051483 ], [ 120.5157096, 30.3048264 ], [ 120.5157498, 30.304567 ], [ 120.5157874, 30.3044374 ], [ 120.5159, 30.3043841 ], [ 120.5166537, 30.3043725 ], [ 120.5168978, 30.3043841 ], [ 120.516945, 30.3042574 ], [ 120.5169449, 30.3040906 ], [ 120.516911, 30.3039526 ], [ 120.5169166, 30.3038463 ], [ 120.5170036, 30.3037099 ], [ 120.5172014, 30.3036267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5172014, 30.3036267 ], [ 120.5170036, 30.3037099 ], [ 120.5169166, 30.3038463 ], [ 120.516911, 30.3039526 ], [ 120.5169449, 30.3040906 ], [ 120.516945, 30.3042574 ], [ 120.5168978, 30.3043841 ], [ 120.5166537, 30.3043725 ], [ 120.5159, 30.3043841 ], [ 120.5157874, 30.3044374 ], [ 120.5157498, 30.304567 ], [ 120.5157096, 30.3048264 ], [ 120.514921, 30.3051483 ], [ 120.5142947, 30.305366 ], [ 120.5138816, 30.3056114 ], [ 120.513541, 30.3058685 ], [ 120.5132138, 30.3059981 ], [ 120.5125915, 30.3062667 ], [ 120.5122884, 30.3064474 ], [ 120.511693, 30.3068086 ], [ 120.5113791, 30.307068 ], [ 120.5107166, 30.3074037 ], [ 120.5102714, 30.3077557 ], [ 120.5099549, 30.3079711 ], [ 120.5096491, 30.3082721 ], [ 120.509507, 30.3084874 ], [ 120.5094563, 30.30958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222951, 30.3065225 ], [ 120.5222945, 30.3066939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222951, 30.3065225 ], [ 120.5285028, 30.3068335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222945, 30.3066939 ], [ 120.5220945, 30.3066866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5285025, 30.3069629 ], [ 120.5222945, 30.3066939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5285028, 30.3068335 ], [ 120.5286967, 30.3068432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5285025, 30.3069629 ], [ 120.5285028, 30.3068335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5591177, 30.3058067 ], [ 120.5591294, 30.3059415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5589835, 30.3059551 ], [ 120.559042, 30.3058129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5589835, 30.3059551 ], [ 120.5583587, 30.3059286 ], [ 120.5562939, 30.3058556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5591294, 30.3059415 ], [ 120.5589835, 30.3059551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5591177, 30.3058067 ], [ 120.5595861, 30.3058238 ], [ 120.5634474, 30.3059608 ], [ 120.5684344, 30.3061044 ], [ 120.5731152, 30.3062948 ], [ 120.5801911, 30.306571 ], [ 120.5843358, 30.3067685 ], [ 120.5849444, 30.3067943 ], [ 120.5972353, 30.3073151 ], [ 120.597719, 30.3073367 ], [ 120.5980418, 30.3073457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562939, 30.3058556 ], [ 120.5562749, 30.3074315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562749, 30.3074315 ], [ 120.5562939, 30.3058556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5980314, 30.3074944 ], [ 120.5972808, 30.3074626 ], [ 120.5959478, 30.3074061 ], [ 120.5943112, 30.3073362 ], [ 120.5930482, 30.3072822 ], [ 120.5920802, 30.3072409 ], [ 120.5876672, 30.3070523 ], [ 120.5858153, 30.3069984 ], [ 120.5849439, 30.306973 ], [ 120.5843068, 30.3069544 ], [ 120.5815008, 30.3067919 ], [ 120.5814357, 30.3067892 ], [ 120.5740903, 30.3064989 ], [ 120.5726161, 30.3064402 ], [ 120.5687363, 30.3062857 ], [ 120.5684243, 30.306274 ], [ 120.5634214, 30.3061278 ], [ 120.5607808, 30.3060196 ], [ 120.5597208, 30.3059671 ], [ 120.5591294, 30.3059415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5591294, 30.3059415 ], [ 120.5590707, 30.3063851 ], [ 120.5587878, 30.3075878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5585967, 30.3075858 ], [ 120.5588312, 30.3065338 ], [ 120.5589835, 30.3059551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5286967, 30.3068432 ], [ 120.5286963, 30.3069713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5286963, 30.3069713 ], [ 120.5285025, 30.3069629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5343662, 30.3094357 ], [ 120.5343897, 30.3051304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5345099, 30.3051345 ], [ 120.5344761, 30.3094335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5094563, 30.30958 ], [ 120.5096298, 30.3095267 ], [ 120.5106816, 30.3092035 ], [ 120.5119256, 30.3087472 ], [ 120.5151576, 30.3074072 ], [ 120.5158366, 30.3071257 ], [ 120.5202924, 30.3053497 ], [ 120.5210159, 30.3050862 ], [ 120.5211114, 30.3051401 ], [ 120.5213363, 30.3053822 ], [ 120.5214164, 30.3054168 ], [ 120.5215612, 30.3054301 ], [ 120.5221017, 30.3054487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5221017, 30.3054487 ], [ 120.5215612, 30.3054301 ], [ 120.5214164, 30.3054168 ], [ 120.5213363, 30.3053822 ], [ 120.5211114, 30.3051401 ], [ 120.5210159, 30.3050862 ], [ 120.5202924, 30.3053497 ], [ 120.5158366, 30.3071257 ], [ 120.5151576, 30.3074072 ], [ 120.5119256, 30.3087472 ], [ 120.5106816, 30.3092035 ], [ 120.5096298, 30.3095267 ], [ 120.5094563, 30.30958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220785, 30.309463 ], [ 120.5220945, 30.3066866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222945, 30.3066939 ], [ 120.5222847, 30.3093075 ], [ 120.5222837, 30.3094585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通围路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5088722, 30.3079893 ], [ 120.5075115, 30.3081419 ], [ 120.5055306, 30.3083494 ], [ 120.5050334, 30.3084015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通围路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5050334, 30.3084015 ], [ 120.5055306, 30.3083494 ], [ 120.5075115, 30.3081419 ], [ 120.5088722, 30.3079893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "21号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.366251, 30.3047875 ], [ 120.3662553, 30.3046116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3560706, 30.3046409 ], [ 120.3561368, 30.3047677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3559654, 30.3047624 ], [ 120.3559052, 30.3046526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716441, 30.3047834 ], [ 120.3716369, 30.3046381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718776, 30.3046399 ], [ 120.3718855, 30.304783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3559654, 30.3047624 ], [ 120.3544992, 30.3046875 ], [ 120.3540876, 30.3046665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3864296, 30.3047434 ], [ 120.3857248, 30.3047414 ], [ 120.3827871, 30.3047611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3805643, 30.3047536 ], [ 120.3791546, 30.3047549 ], [ 120.3789372, 30.3047551 ], [ 120.3772481, 30.3047566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827871, 30.3047611 ], [ 120.3819539, 30.3047524 ], [ 120.3805643, 30.3047536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772481, 30.3047566 ], [ 120.3770596, 30.304762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.314828, 30.304739 ], [ 120.3180997, 30.3049489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3180997, 30.3049489 ], [ 120.314828, 30.304739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3180997, 30.3049489 ], [ 120.3183067, 30.3048869 ], [ 120.3188908, 30.3049113 ], [ 120.3197422, 30.3049469 ], [ 120.3215645, 30.3050146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215645, 30.3050146 ], [ 120.3217766, 30.3050255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215584, 30.3050934 ], [ 120.319736, 30.3050173 ], [ 120.3180997, 30.3049489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215584, 30.3050934 ], [ 120.3215645, 30.3050146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3217766, 30.3050255 ], [ 120.3217703, 30.3050974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3217766, 30.3050255 ], [ 120.3249404, 30.305098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3217703, 30.3050974 ], [ 120.3215584, 30.3050934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3249404, 30.305098 ], [ 120.3250371, 30.3051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098761, 30.304481 ], [ 120.3085358, 30.3044782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085358, 30.3044782 ], [ 120.3098761, 30.304481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3146539, 30.3047256 ], [ 120.3144613, 30.3047144 ], [ 120.3138663, 30.3046776 ], [ 120.3123527, 30.3046269 ], [ 120.3115671, 30.3045806 ], [ 120.3110941, 30.3045528 ], [ 120.3107767, 30.3045341 ], [ 120.3104511, 30.3045149 ], [ 120.3098761, 30.304481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098761, 30.304481 ], [ 120.3104511, 30.3045149 ], [ 120.3107767, 30.3045341 ], [ 120.3110941, 30.3045528 ], [ 120.3115671, 30.3045806 ], [ 120.3123527, 30.3046269 ], [ 120.3138663, 30.3046776 ], [ 120.3144613, 30.3047144 ], [ 120.3146539, 30.3047256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3146539, 30.3047256 ], [ 120.314828, 30.304739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.314828, 30.304739 ], [ 120.3146539, 30.3047256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.314828, 30.304739 ], [ 120.3147998, 30.3052651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3146637, 30.3052894 ], [ 120.3146539, 30.3047256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3098761, 30.304481 ], [ 120.3100704, 30.3059244 ], [ 120.3102099, 30.3069608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3102099, 30.3069608 ], [ 120.3100704, 30.3059244 ], [ 120.3098761, 30.304481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3447314, 30.3038919 ], [ 120.3446811, 30.3039343 ], [ 120.3445933, 30.3039701 ], [ 120.3444967, 30.3039791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3447675, 30.3036076 ], [ 120.345028, 30.3037316 ], [ 120.3453296, 30.3037542 ], [ 120.3467531, 30.3038607 ], [ 120.3471815, 30.3039167 ], [ 120.3474512, 30.303962 ], [ 120.3476186, 30.3039902 ], [ 120.3480923, 30.3041004 ], [ 120.3484364, 30.3041756 ], [ 120.3487703, 30.3042171 ], [ 120.3492138, 30.304236 ], [ 120.3502225, 30.3042904 ], [ 120.3503159, 30.3042955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3503052, 30.3044036 ], [ 120.3486335, 30.3042952 ], [ 120.3485624, 30.3042906 ], [ 120.3477052, 30.3041056 ], [ 120.3472879, 30.3040367 ], [ 120.3468382, 30.3039678 ], [ 120.3453192, 30.3038758 ], [ 120.3450217, 30.3038578 ], [ 120.3447314, 30.3038919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "9号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3503159, 30.3042955 ], [ 120.3503052, 30.3044036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "9号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3503052, 30.3044036 ], [ 120.3503159, 30.3042955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3540876, 30.3046665 ], [ 120.3503052, 30.3044036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.332786, 30.3035275 ], [ 120.3334302, 30.3077539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334302, 30.3077539 ], [ 120.332786, 30.3035275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388771, 30.3080992 ], [ 120.338996, 30.306539 ], [ 120.339018, 30.3062871 ], [ 120.3391493, 30.3047863 ], [ 120.339163, 30.30463 ], [ 120.3392037, 30.3040568 ], [ 120.3392464, 30.3034541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3392464, 30.3034541 ], [ 120.3392037, 30.3040568 ], [ 120.339163, 30.30463 ], [ 120.3391493, 30.3047863 ], [ 120.339018, 30.3062871 ], [ 120.338996, 30.306539 ], [ 120.3388771, 30.3080992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3249369, 30.3051369 ], [ 120.322554, 30.3051072 ], [ 120.3217703, 30.3050974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3249369, 30.3051369 ], [ 120.3249404, 30.305098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250371, 30.3051 ], [ 120.3250309, 30.3051393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250371, 30.3051 ], [ 120.3280311, 30.3051633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250309, 30.3051393 ], [ 120.3249369, 30.3051369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3280284, 30.3052148 ], [ 120.3250309, 30.3051393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3280311, 30.3051633 ], [ 120.3280284, 30.3052148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3280284, 30.3052148 ], [ 120.3280311, 30.3051633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3180997, 30.3049489 ], [ 120.317895, 30.3071745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.317895, 30.3071745 ], [ 120.3180997, 30.3049489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3147998, 30.3052651 ], [ 120.3148467, 30.3059169 ], [ 120.3148203, 30.3070508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3145261, 30.307038 ], [ 120.314547, 30.3060275 ], [ 120.3145716, 30.3056737 ], [ 120.3146637, 30.3052894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3102099, 30.3069608 ], [ 120.3123977, 30.3070136 ], [ 120.3145261, 30.307038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3102099, 30.3069608 ], [ 120.3102309, 30.3070764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七格路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3102309, 30.3070764 ], [ 120.3102099, 30.3069608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3145261, 30.307038 ], [ 120.3148203, 30.3070508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3145235, 30.3071837 ], [ 120.3145261, 30.307038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3148203, 30.3070508 ], [ 120.3148113, 30.3071879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3145235, 30.3071837 ], [ 120.3102309, 30.3070764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3148113, 30.3071879 ], [ 120.3145235, 30.3071837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.344151, 30.308434 ], [ 120.3443147, 30.3062444 ], [ 120.3443845, 30.3053165 ], [ 120.3444173, 30.3048716 ], [ 120.3444311, 30.3046869 ], [ 120.3444967, 30.3039791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3444967, 30.3039791 ], [ 120.3444311, 30.3046869 ], [ 120.3444173, 30.3048716 ], [ 120.3443845, 30.3053165 ], [ 120.3443147, 30.3062444 ], [ 120.344151, 30.308434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "9号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3499659, 30.3086808 ], [ 120.3500453, 30.307696 ], [ 120.3501373, 30.3065316 ], [ 120.3501598, 30.3062468 ], [ 120.3501706, 30.3061097 ], [ 120.3501972, 30.3057722 ], [ 120.3503052, 30.3044036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "9号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3503052, 30.3044036 ], [ 120.3501972, 30.3057722 ], [ 120.3501706, 30.3061097 ], [ 120.3501598, 30.3062468 ], [ 120.3501373, 30.3065316 ], [ 120.3500453, 30.307696 ], [ 120.3499659, 30.3086808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306453, 30.3076155 ], [ 120.3307933, 30.3063362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307933, 30.3063362 ], [ 120.3306453, 30.3076155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306453, 30.3076155 ], [ 120.3321608, 30.3076593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3321608, 30.3076593 ], [ 120.3322071, 30.3076606 ], [ 120.3322234, 30.307661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306309, 30.3077426 ], [ 120.3306453, 30.3076155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306453, 30.3076155 ], [ 120.3306309, 30.3077426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213756, 30.3072855 ], [ 120.3214431, 30.3064764 ], [ 120.3215584, 30.3050934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3217703, 30.3050974 ], [ 120.3216929, 30.3060367 ], [ 120.3215902, 30.3072837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3247381, 30.3074275 ], [ 120.3249369, 30.3051369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3250309, 30.3051393 ], [ 120.32479, 30.3074286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3277378, 30.3074917 ], [ 120.3277532, 30.3072304 ], [ 120.3279026, 30.3053799 ], [ 120.3280284, 30.3052148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3280284, 30.3052148 ], [ 120.3280814, 30.3053825 ], [ 120.3280051, 30.3062453 ], [ 120.327894, 30.3075028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3280311, 30.3051633 ], [ 120.331723, 30.3053172 ], [ 120.3318269, 30.3053481 ], [ 120.33187, 30.3054087 ], [ 120.3322234, 30.307661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海通街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3280284, 30.3052148 ], [ 120.3317336, 30.3053804 ], [ 120.3317885, 30.3053927 ], [ 120.3318234, 30.3054431 ], [ 120.3321608, 30.3076593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3148203, 30.3070508 ], [ 120.3173864, 30.3071508 ], [ 120.317895, 30.3071745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.317895, 30.3071745 ], [ 120.3213756, 30.3072855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3561368, 30.3047677 ], [ 120.3559654, 30.3047624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770596, 30.304762 ], [ 120.3763738, 30.3047651 ], [ 120.3731844, 30.3047795 ], [ 120.3718855, 30.304783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3611708, 30.3047921 ], [ 120.3592455, 30.3047953 ], [ 120.3576677, 30.3047979 ], [ 120.3576061, 30.304798 ], [ 120.3572585, 30.3047884 ], [ 120.3569459, 30.3047798 ], [ 120.3566274, 30.3047746 ], [ 120.3561368, 30.3047677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718855, 30.304783 ], [ 120.3716441, 30.3047834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716441, 30.3047834 ], [ 120.3706903, 30.3047842 ], [ 120.368555, 30.3047859 ], [ 120.3664433, 30.3047875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664433, 30.3047875 ], [ 120.3663595, 30.3047876 ], [ 120.366251, 30.3047875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "6号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.366251, 30.3047875 ], [ 120.3630837, 30.3047947 ], [ 120.3621018, 30.3047969 ], [ 120.3616187, 30.304798 ], [ 120.3611708, 30.3047921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3561368, 30.3047677 ], [ 120.3570904, 30.3066984 ], [ 120.3577739, 30.3080326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3576247, 30.3080839 ], [ 120.3567231, 30.3062614 ], [ 120.3559654, 30.3047624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3540876, 30.3046665 ], [ 120.3537374, 30.3089005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3537374, 30.3089005 ], [ 120.3540876, 30.3046665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "27号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3827871, 30.3047611 ], [ 120.3827803, 30.3050183 ], [ 120.382696, 30.305233 ], [ 120.3825915, 30.3054196 ], [ 120.3824884, 30.3055717 ], [ 120.3824417, 30.3056642 ], [ 120.3824227, 30.3057019 ], [ 120.3823975, 30.3057519 ], [ 120.3823498, 30.3059156 ], [ 120.3823322, 30.3061534 ], [ 120.3823416, 30.3078492 ], [ 120.3823423, 30.307976 ], [ 120.3823433, 30.308152 ], [ 120.3823445, 30.3083749 ], [ 120.3823363, 30.3089163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "27号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3823363, 30.3089163 ], [ 120.3823445, 30.3083749 ], [ 120.3823433, 30.308152 ], [ 120.3823423, 30.307976 ], [ 120.3823416, 30.3078492 ], [ 120.3823322, 30.3061534 ], [ 120.3823498, 30.3059156 ], [ 120.3823975, 30.3057519 ], [ 120.3824227, 30.3057019 ], [ 120.3824417, 30.3056642 ], [ 120.3824884, 30.3055717 ], [ 120.3825915, 30.3054196 ], [ 120.382696, 30.305233 ], [ 120.3827803, 30.3050183 ], [ 120.3827871, 30.3047611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青莲巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3805643, 30.3047536 ], [ 120.3805705, 30.3073632 ], [ 120.3805717, 30.3078771 ], [ 120.3805736, 30.3086786 ], [ 120.380574, 30.308826 ], [ 120.3805742, 30.3089239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青莲巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3805742, 30.3089239 ], [ 120.380574, 30.308826 ], [ 120.3805736, 30.3086786 ], [ 120.3805717, 30.3078771 ], [ 120.3805705, 30.3073632 ], [ 120.3805643, 30.3047536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772481, 30.3047566 ], [ 120.3772501, 30.3053053 ], [ 120.3772571, 30.3072825 ], [ 120.3772576, 30.3074273 ], [ 120.377262, 30.3086838 ], [ 120.3772629, 30.3089382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770672, 30.3089381 ], [ 120.3770671, 30.3086839 ], [ 120.3770667, 30.3074473 ], [ 120.3770667, 30.3073515 ], [ 120.3770666, 30.3072261 ], [ 120.377066, 30.3070088 ], [ 120.3770596, 30.304762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716455, 30.3089272 ], [ 120.3716441, 30.3047834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718855, 30.304783 ], [ 120.3718799, 30.3074638 ], [ 120.3718768, 30.3089315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3577739, 30.3080326 ], [ 120.3576247, 30.3080839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.317895, 30.3071745 ], [ 120.3178419, 30.3072884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3178419, 30.3072884 ], [ 120.317895, 30.3071745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3178419, 30.3072884 ], [ 120.3148113, 30.3071879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213756, 30.3072855 ], [ 120.3215902, 30.3072837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213581, 30.3074078 ], [ 120.3213756, 30.3072855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213581, 30.3074078 ], [ 120.3178419, 30.3072884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215902, 30.3072837 ], [ 120.3215718, 30.3074256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215902, 30.3072837 ], [ 120.3247381, 30.3074275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215718, 30.3074256 ], [ 120.3213581, 30.3074078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3247381, 30.3074275 ], [ 120.32479, 30.3074286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.32479, 30.3074286 ], [ 120.3277378, 30.3074917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3247047, 30.30756 ], [ 120.3215718, 30.3074256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3247047, 30.30756 ], [ 120.3247381, 30.3074275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.32479, 30.3074286 ], [ 120.3247642, 30.3075621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3277378, 30.3074917 ], [ 120.327894, 30.3075028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.327894, 30.3075028 ], [ 120.3306453, 30.3076155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3247642, 30.3075621 ], [ 120.3247047, 30.30756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3277395, 30.3076651 ], [ 120.3277378, 30.3074917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.327894, 30.3075028 ], [ 120.3278983, 30.307673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3277395, 30.3076651 ], [ 120.3247642, 30.3075621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3322234, 30.307661 ], [ 120.332973, 30.3076796 ], [ 120.3334302, 30.3077539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334302, 30.3077539 ], [ 120.3330052, 30.3078185 ], [ 120.3327289, 30.307809 ], [ 120.3306309, 30.3077426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388771, 30.3080992 ], [ 120.3375113, 30.3080135 ], [ 120.3359232, 30.3079139 ], [ 120.3350791, 30.307861 ], [ 120.3334302, 30.3077539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334302, 30.3077539 ], [ 120.3350791, 30.307861 ], [ 120.3359232, 30.3079139 ], [ 120.3375113, 30.3080135 ], [ 120.3388771, 30.3080992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.344151, 30.308434 ], [ 120.3428855, 30.3083546 ], [ 120.3423243, 30.3083194 ], [ 120.3419091, 30.3082934 ], [ 120.3404561, 30.3082023 ], [ 120.3388771, 30.3080992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388771, 30.3080992 ], [ 120.3404561, 30.3082023 ], [ 120.3419091, 30.3082934 ], [ 120.3423243, 30.3083194 ], [ 120.3428855, 30.3083546 ], [ 120.344151, 30.308434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.344151, 30.308434 ], [ 120.3446232, 30.3083824 ], [ 120.3449424, 30.3083963 ], [ 120.3462971, 30.3084717 ], [ 120.3478053, 30.3085758 ], [ 120.3480956, 30.3085882 ], [ 120.3481569, 30.3085912 ], [ 120.3486218, 30.3086143 ], [ 120.3499659, 30.3086808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3499659, 30.3086808 ], [ 120.3486218, 30.3086143 ], [ 120.3481569, 30.3085912 ], [ 120.3480956, 30.3085882 ], [ 120.3478053, 30.3085758 ], [ 120.3462971, 30.3084717 ], [ 120.3449424, 30.3083963 ], [ 120.3446232, 30.3083824 ], [ 120.344151, 30.308434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3499659, 30.3086808 ], [ 120.3537374, 30.3089005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3537374, 30.3089005 ], [ 120.3499659, 30.3086808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3576247, 30.3080839 ], [ 120.3577739, 30.3080326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3576247, 30.3080839 ], [ 120.3559762, 30.308684 ], [ 120.3555803, 30.3088251 ], [ 120.3552429, 30.308908 ], [ 120.3549334, 30.3089535 ], [ 120.3546364, 30.3089514 ], [ 120.3537374, 30.3089005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "4号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3537374, 30.3089005 ], [ 120.3546364, 30.3089514 ], [ 120.3549334, 30.3089535 ], [ 120.3552429, 30.308908 ], [ 120.3555803, 30.3088251 ], [ 120.3559762, 30.308684 ], [ 120.3576247, 30.3080839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3883827, 30.30891 ], [ 120.3841222, 30.3089079 ], [ 120.3837024, 30.3089092 ], [ 120.3830535, 30.3089128 ], [ 120.3823363, 30.3089163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3823363, 30.3089163 ], [ 120.3830535, 30.3089128 ], [ 120.3837024, 30.3089092 ], [ 120.3841222, 30.3089079 ], [ 120.3883827, 30.30891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3823363, 30.3089163 ], [ 120.3805742, 30.3089239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3805742, 30.3089239 ], [ 120.3823363, 30.3089163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716455, 30.3089272 ], [ 120.3718768, 30.3089315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718768, 30.3089315 ], [ 120.3716455, 30.3089272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772629, 30.3089382 ], [ 120.3789835, 30.3089308 ], [ 120.3791363, 30.3089301 ], [ 120.3805742, 30.3089239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "幸福南路", "金沙湖隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3147998, 30.3052651 ], [ 120.3147223, 30.3067746 ], [ 120.3145111, 30.3120142 ], [ 120.3144797, 30.3131112 ], [ 120.314522, 30.3136278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "幸福南路", "金沙湖隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3143259, 30.3137852 ], [ 120.3143481, 30.313179 ], [ 120.3143949, 30.3120233 ], [ 120.3146056, 30.3067866 ], [ 120.3146637, 30.3052894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3142939, 30.3115789 ], [ 120.3146447, 30.3115855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3146447, 30.3115855 ], [ 120.3146303, 30.3117201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3142941, 30.311727 ], [ 120.3142939, 30.3115789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3146303, 30.3117201 ], [ 120.3142941, 30.311727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3079278, 30.3122647 ], [ 120.308532, 30.3121986 ], [ 120.3104227, 30.3119974 ], [ 120.3127254, 30.3117737 ], [ 120.3135274, 30.3116574 ], [ 120.3141246, 30.3115848 ], [ 120.3142939, 30.3115789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3142941, 30.311727 ], [ 120.3141303, 30.3117277 ], [ 120.3135365, 30.3117897 ], [ 120.3133759, 30.3118062 ], [ 120.312738, 30.3118569 ], [ 120.3104375, 30.3120995 ], [ 120.3079522, 30.3123756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松合路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3079522, 30.3123756 ], [ 120.3079278, 30.3122647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松合路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3079278, 30.3122647 ], [ 120.3079522, 30.3123756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3278983, 30.307673 ], [ 120.3277395, 30.3076651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306309, 30.3077426 ], [ 120.3278983, 30.307673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.320989, 30.3116239 ], [ 120.3211175, 30.3101562 ], [ 120.3213581, 30.3074078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3215718, 30.3074256 ], [ 120.3214453, 30.3086848 ], [ 120.3213133, 30.3100147 ], [ 120.321262, 30.3105315 ], [ 120.321154, 30.3116201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242848, 30.3116473 ], [ 120.3244875, 30.309881 ], [ 120.324612, 30.3087769 ], [ 120.3247047, 30.30756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3247642, 30.3075621 ], [ 120.3243678, 30.3116553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3277011, 30.3116342 ], [ 120.3277338, 30.3079674 ], [ 120.3277395, 30.3076651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3278983, 30.307673 ], [ 120.3278693, 30.3102747 ], [ 120.327854, 30.3116482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3146447, 30.3115855 ], [ 120.3179356, 30.3116038 ], [ 120.320989, 30.3116239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.320989, 30.3116239 ], [ 120.321154, 30.3116201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307647, 30.3116849 ], [ 120.3305647, 30.3102474 ], [ 120.3305653, 30.3093647 ], [ 120.3305654, 30.3092758 ], [ 120.3305699, 30.3091697 ], [ 120.3306309, 30.3077426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306309, 30.3077426 ], [ 120.3305699, 30.3091697 ], [ 120.3305654, 30.3092758 ], [ 120.3305653, 30.3093647 ], [ 120.3305647, 30.3102474 ], [ 120.3307647, 30.3116849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334302, 30.3077539 ], [ 120.3336069, 30.3088461 ], [ 120.333831, 30.3103083 ], [ 120.3339389, 30.3110121 ], [ 120.3339535, 30.3111075 ], [ 120.3340699, 30.3117239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3340699, 30.3117239 ], [ 120.3339535, 30.3111075 ], [ 120.3339389, 30.3110121 ], [ 120.333831, 30.3103083 ], [ 120.3336069, 30.3088461 ], [ 120.3334302, 30.3077539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3388771, 30.3080992 ], [ 120.3387465, 30.3101133 ], [ 120.3386856, 30.3109048 ], [ 120.3386032, 30.3119748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386032, 30.3119748 ], [ 120.3386856, 30.3109048 ], [ 120.3387465, 30.3101133 ], [ 120.3388771, 30.3080992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438782, 30.3123153 ], [ 120.3439619, 30.3108342 ], [ 120.3440706, 30.3094547 ], [ 120.344151, 30.308434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "5号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.344151, 30.308434 ], [ 120.3440706, 30.3094547 ], [ 120.3439619, 30.3108342 ], [ 120.3438782, 30.3123153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "9号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3496365, 30.3126612 ], [ 120.3497962, 30.3107929 ], [ 120.3499659, 30.3086808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "9号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3499659, 30.3086808 ], [ 120.3497962, 30.3107929 ], [ 120.3496365, 30.3126612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3805742, 30.3089239 ], [ 120.3791363, 30.3089301 ], [ 120.3789835, 30.3089308 ], [ 120.3772629, 30.3089382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770672, 30.3089381 ], [ 120.376798, 30.3089378 ], [ 120.3757257, 30.3089364 ], [ 120.374537, 30.3089349 ], [ 120.3739351, 30.3089341 ], [ 120.3738794, 30.308934 ], [ 120.3718768, 30.3089315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718768, 30.3089315 ], [ 120.3738794, 30.308934 ], [ 120.3739351, 30.3089341 ], [ 120.374537, 30.3089349 ], [ 120.3757257, 30.3089364 ], [ 120.376798, 30.3089378 ], [ 120.3770672, 30.3089381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.369367, 30.3089444 ], [ 120.3704874, 30.3089405 ], [ 120.3705481, 30.3089398 ], [ 120.3716455, 30.3089272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716455, 30.3089272 ], [ 120.3705481, 30.3089398 ], [ 120.3704874, 30.3089405 ], [ 120.369367, 30.3089444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772629, 30.3089382 ], [ 120.3770672, 30.3089381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770672, 30.3089381 ], [ 120.3772629, 30.3089382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3577739, 30.3080326 ], [ 120.3581253, 30.3087186 ], [ 120.3594509, 30.3113709 ], [ 120.3604658, 30.3132137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3602772, 30.3132267 ], [ 120.3599725, 30.3126497 ], [ 120.3591974, 30.3111817 ], [ 120.358314, 30.3094417 ], [ 120.3576247, 30.3080839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534156, 30.3128469 ], [ 120.3537374, 30.3089005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3537374, 30.3089005 ], [ 120.3534156, 30.3128469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770747, 30.3131617 ], [ 120.3770848, 30.3117232 ], [ 120.3770685, 30.3091459 ], [ 120.3770672, 30.3089381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772629, 30.3089382 ], [ 120.3772637, 30.3091424 ], [ 120.3772787, 30.3131617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718768, 30.3089315 ], [ 120.3718846, 30.3116167 ], [ 120.3718894, 30.3131873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716786, 30.313192 ], [ 120.3716649, 30.3124218 ], [ 120.3716533, 30.3117646 ], [ 120.3716455, 30.3089272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534119, 30.3128918 ], [ 120.3534156, 30.3128469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534156, 30.3128469 ], [ 120.3534119, 30.3128918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534156, 30.3128469 ], [ 120.354329, 30.3128963 ], [ 120.3555632, 30.3129631 ], [ 120.3596611, 30.3132108 ], [ 120.3599745, 30.3132298 ], [ 120.3602772, 30.3132267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3603133, 30.313295 ], [ 120.3595622, 30.3132625 ], [ 120.3588765, 30.313228 ], [ 120.355997, 30.3130468 ], [ 120.3555591, 30.3130192 ], [ 120.3552387, 30.3130006 ], [ 120.3534119, 30.3128918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772787, 30.3131617 ], [ 120.3775081, 30.3131614 ], [ 120.3776872, 30.3131612 ], [ 120.3779529, 30.3131608 ], [ 120.378184, 30.3131605 ], [ 120.3783515, 30.3131603 ], [ 120.3784324, 30.3131602 ], [ 120.3785768, 30.31316 ], [ 120.3787732, 30.3131598 ], [ 120.378987, 30.3131595 ], [ 120.3792296, 30.3131592 ], [ 120.3794896, 30.3131589 ], [ 120.3797668, 30.3131585 ], [ 120.3799575, 30.3131583 ], [ 120.3801192, 30.3131581 ], [ 120.3802983, 30.3131578 ], [ 120.3804774, 30.3131576 ], [ 120.3807143, 30.3131573 ], [ 120.380868, 30.3131571 ], [ 120.3811009, 30.3131568 ], [ 120.3812559, 30.3131566 ], [ 120.3814128, 30.3131564 ], [ 120.3815322, 30.3131562 ], [ 120.3816914, 30.313156 ], [ 120.381749, 30.3131559 ], [ 120.3819502, 30.3131557 ], [ 120.3820962, 30.3131555 ], [ 120.3822887, 30.3131553 ], [ 120.3824878, 30.313155 ], [ 120.3826138, 30.3131548 ], [ 120.3827296, 30.3131547 ], [ 120.3829455, 30.3131598 ], [ 120.3830712, 30.3131597 ], [ 120.3832907, 30.3131594 ], [ 120.383464, 30.3131592 ], [ 120.3836489, 30.313159 ], [ 120.3837356, 30.3131589 ], [ 120.38388, 30.3131587 ], [ 120.3840302, 30.3131585 ], [ 120.3841341, 30.3131584 ], [ 120.384267, 30.3131582 ], [ 120.384371, 30.3131581 ], [ 120.384475, 30.313158 ], [ 120.3846714, 30.3131578 ], [ 120.3848909, 30.3131575 ], [ 120.3851278, 30.3131572 ], [ 120.38533, 30.313157 ], [ 120.3855148, 30.3131568 ], [ 120.3857113, 30.3131565 ], [ 120.3859076, 30.3131563 ], [ 120.385994, 30.3131576 ], [ 120.3870156, 30.3131495 ], [ 120.3884074, 30.3131384 ], [ 120.3925219, 30.3131226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.321154, 30.3116201 ], [ 120.3227779, 30.3116342 ], [ 120.3242848, 30.3116473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3277011, 30.3116342 ], [ 120.327854, 30.3116482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3243678, 30.3116553 ], [ 120.3251866, 30.3116501 ], [ 120.3277011, 30.3116342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242848, 30.3116473 ], [ 120.3243678, 30.3116553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.327854, 30.3116482 ], [ 120.3307647, 30.3116849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3209728, 30.3117184 ], [ 120.320989, 30.3116239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.321154, 30.3116201 ], [ 120.3211451, 30.3117502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3209728, 30.3117184 ], [ 120.3179027, 30.3117222 ], [ 120.3146303, 30.3117201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242687, 30.3117994 ], [ 120.3242848, 30.3116473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3276937, 30.3118165 ], [ 120.3277011, 30.3116342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4895541, 30.3095526 ], [ 120.4911469, 30.3093695 ], [ 120.4915026, 30.3093426 ], [ 120.4918072, 30.3093789 ], [ 120.4922723, 30.3095048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4922723, 30.3095048 ], [ 120.4918072, 30.3093789 ], [ 120.4915026, 30.3093426 ], [ 120.4911469, 30.3093695 ], [ 120.4895541, 30.3095526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4960997, 30.3077322 ], [ 120.4965369, 30.3101965 ], [ 120.4965526, 30.3102848 ], [ 120.4965833, 30.3104578 ], [ 120.4967201, 30.3113609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967201, 30.3113609 ], [ 120.4965833, 30.3104578 ], [ 120.4965526, 30.3102848 ], [ 120.4965369, 30.3101965 ], [ 120.4960997, 30.3077322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4999178, 30.3098472 ], [ 120.5023143, 30.3097405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5023143, 30.3097405 ], [ 120.4999178, 30.3098472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.474463, 30.3108349 ], [ 120.4741417, 30.3089041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4895308, 30.3109919 ], [ 120.4893185, 30.3095818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4999178, 30.3098472 ], [ 120.4999709, 30.3107906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4999709, 30.3107906 ], [ 120.4999178, 30.3098472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4922723, 30.3095048 ], [ 120.4940598, 30.3099607 ], [ 120.4942801, 30.3100688 ], [ 120.4944231, 30.3102271 ], [ 120.4945003, 30.3104295 ], [ 120.4946826, 30.3116142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4946826, 30.3116142 ], [ 120.4945003, 30.3104295 ], [ 120.4944231, 30.3102271 ], [ 120.4942801, 30.3100688 ], [ 120.4940598, 30.3099607 ], [ 120.4922723, 30.3095048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4893185, 30.3095818 ], [ 120.4877095, 30.3097938 ], [ 120.4867959, 30.3106455 ], [ 120.4859229, 30.3114595 ], [ 120.4857804, 30.3116599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857804, 30.3116599 ], [ 120.4859229, 30.3114595 ], [ 120.4867959, 30.3106455 ], [ 120.4877095, 30.3097938 ], [ 120.4893185, 30.3095818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4772772, 30.3105454 ], [ 120.4746748, 30.3108131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4746748, 30.3108131 ], [ 120.4772772, 30.3105454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4922723, 30.3095048 ], [ 120.4926291, 30.3118694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4926291, 30.3118694 ], [ 120.4922723, 30.3095048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5024144, 30.3107628 ], [ 120.4999709, 30.3107906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4999709, 30.3107906 ], [ 120.5024144, 30.3107628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397571, 30.3089147 ], [ 120.4397175, 30.3085131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397175, 30.3085131 ], [ 120.4397571, 30.3089147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4399028, 30.3087876 ], [ 120.4393997, 30.30886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4397571, 30.3089147 ], [ 120.4399028, 30.3087876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3905057, 30.3089111 ], [ 120.3907129, 30.3089053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3907129, 30.3089053 ], [ 120.3905057, 30.3089111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3905057, 30.3089111 ], [ 120.3903888, 30.308911 ], [ 120.3883827, 30.30891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3883827, 30.30891 ], [ 120.3903888, 30.308911 ], [ 120.3905057, 30.3089111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3907129, 30.3089053 ], [ 120.3909731, 30.3094303 ], [ 120.3913309, 30.3101675 ], [ 120.3916695, 30.3108726 ], [ 120.3917214, 30.3109806 ], [ 120.3917839, 30.3111107 ], [ 120.3918274, 30.3112014 ], [ 120.391878, 30.3113067 ], [ 120.3919416, 30.3114396 ], [ 120.3919984, 30.3115584 ], [ 120.3920743, 30.3117173 ], [ 120.3921302, 30.3118341 ], [ 120.3922695, 30.3121254 ], [ 120.3923149, 30.3122204 ], [ 120.3923759, 30.3123479 ], [ 120.3924579, 30.3125147 ], [ 120.3925012, 30.3126028 ], [ 120.3925312, 30.3126638 ], [ 120.392603, 30.3128099 ], [ 120.3926715, 30.3129492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925219, 30.3131226 ], [ 120.3924887, 30.3130542 ], [ 120.3924444, 30.312963 ], [ 120.3923832, 30.3128351 ], [ 120.39235, 30.3127658 ], [ 120.3923177, 30.3126981 ], [ 120.3922628, 30.3125834 ], [ 120.3921955, 30.3124428 ], [ 120.3920976, 30.3122382 ], [ 120.392042, 30.3121221 ], [ 120.3919854, 30.3120036 ], [ 120.3919018, 30.311829 ], [ 120.3918493, 30.3117193 ], [ 120.3917865, 30.311588 ], [ 120.391734, 30.3114784 ], [ 120.3917049, 30.3114174 ], [ 120.3916441, 30.3112904 ], [ 120.3916021, 30.3112026 ], [ 120.3912039, 30.3103704 ], [ 120.3905057, 30.3089111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.474463, 30.3108349 ], [ 120.4746748, 30.3108131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4746748, 30.3108131 ], [ 120.474463, 30.3108349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4895541, 30.3095526 ], [ 120.4900031, 30.3121958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4875971, 30.3113108 ], [ 120.4877898, 30.3111852 ], [ 120.4895308, 30.3109919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4895308, 30.3109919 ], [ 120.4877898, 30.3111852 ], [ 120.4875971, 30.3113108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4774565, 30.3118196 ], [ 120.4772772, 30.3105454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967201, 30.3113609 ], [ 120.4987385, 30.31111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4989753, 30.3111817 ], [ 120.4967355, 30.3114628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967355, 30.3114628 ], [ 120.4967201, 30.3113609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967201, 30.3113609 ], [ 120.4967355, 30.3114628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4746748, 30.3108131 ], [ 120.4748686, 30.312056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4746783, 30.31208 ], [ 120.474463, 30.3108349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4946826, 30.3116142 ], [ 120.4967201, 30.3113609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4775806, 30.3117265 ], [ 120.4812716, 30.3113184 ], [ 120.4826789, 30.311282 ], [ 120.4829755, 30.3112722 ], [ 120.484479, 30.3112935 ], [ 120.4857804, 30.3116599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967355, 30.3114628 ], [ 120.4946986, 30.3117185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4897174, 30.3122313 ], [ 120.4896378, 30.3117029 ], [ 120.4895308, 30.3109919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4946986, 30.3117185 ], [ 120.4946826, 30.3116142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4946826, 30.3116142 ], [ 120.4946986, 30.3117185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857063, 30.3117641 ], [ 120.4844196, 30.3114288 ], [ 120.4829223, 30.3113959 ], [ 120.4826908, 30.3114028 ], [ 120.4812629, 30.3114453 ], [ 120.4776224, 30.3119467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857063, 30.3117641 ], [ 120.4857804, 30.3116599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4720052, 30.3091324 ], [ 120.4741417, 30.3089041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4590144, 30.3081572 ], [ 120.459015, 30.3082916 ], [ 120.4590159, 30.3085226 ], [ 120.4590074, 30.308691 ], [ 120.4589515, 30.3099152 ], [ 120.4588935, 30.310832 ], [ 120.4588326, 30.3111163 ], [ 120.4587065, 30.3112672 ], [ 120.4577193, 30.3121336 ], [ 120.4565559, 30.3131519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4565559, 30.3131519 ], [ 120.4577193, 30.3121336 ], [ 120.4587065, 30.3112672 ], [ 120.4588326, 30.3111163 ], [ 120.4588935, 30.310832 ], [ 120.4589515, 30.3099152 ], [ 120.4590074, 30.308691 ], [ 120.4590159, 30.3085226 ], [ 120.459015, 30.3082916 ], [ 120.4590144, 30.3081572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4511843, 30.3084175 ], [ 120.4511794, 30.3085509 ], [ 120.4511733, 30.3087142 ], [ 120.4511133, 30.3090962 ], [ 120.4510366, 30.3095703 ], [ 120.451044, 30.309926 ], [ 120.451061, 30.3104428 ], [ 120.4511527, 30.3116692 ], [ 120.4512412, 30.3127265 ], [ 120.451258, 30.3129589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.474463, 30.3108349 ], [ 120.4721067, 30.3108509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4721067, 30.3108509 ], [ 120.474463, 30.3108349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4512668, 30.3151327 ], [ 120.4512055, 30.314298 ], [ 120.4510388, 30.3123589 ], [ 120.4509907, 30.311698 ], [ 120.4509502, 30.3110388 ], [ 120.4508972, 30.310431 ], [ 120.4508816, 30.3100852 ], [ 120.450871, 30.3099956 ], [ 120.4508987, 30.3091504 ], [ 120.4509332, 30.3085444 ], [ 120.4509335, 30.3085346 ], [ 120.4509392, 30.3083219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.474711, 30.3122655 ], [ 120.4744999, 30.3122849 ], [ 120.4722724, 30.312281 ], [ 120.4717701, 30.3122909 ], [ 120.4688053, 30.3122829 ], [ 120.4688109, 30.3121798 ], [ 120.4717554, 30.3121414 ], [ 120.4722756, 30.3121315 ], [ 120.4745041, 30.3120894 ], [ 120.474618, 30.3120979 ], [ 120.4746783, 30.31208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4565559, 30.3131519 ], [ 120.455319, 30.3131028 ], [ 120.451258, 30.3129589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451258, 30.3129589 ], [ 120.455319, 30.3131028 ], [ 120.4565559, 30.3131519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857804, 30.3116599 ], [ 120.4857063, 30.3117641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4926291, 30.3118694 ], [ 120.4946826, 30.3116142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4774565, 30.3118196 ], [ 120.4775806, 30.3117265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4775806, 30.3117265 ], [ 120.4776224, 30.3119467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4946986, 30.3117185 ], [ 120.4926452, 30.3119763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4774733, 30.311963 ], [ 120.4774565, 30.3118196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4926452, 30.3119763 ], [ 120.4926291, 30.3118694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4926291, 30.3118694 ], [ 120.4926452, 30.3119763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4748686, 30.312056 ], [ 120.4769305, 30.3119134 ], [ 120.4774565, 30.3118196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4776224, 30.3119467 ], [ 120.4774733, 30.311963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4999709, 30.3107906 ], [ 120.4999886, 30.3111057 ], [ 120.4999933, 30.3111881 ], [ 120.5000041, 30.3113813 ], [ 120.500103, 30.3131398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.500103, 30.3131398 ], [ 120.5000041, 30.3113813 ], [ 120.4999933, 30.3111881 ], [ 120.4999886, 30.3111057 ], [ 120.4999709, 30.3107906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900031, 30.3121958 ], [ 120.4926291, 30.3118694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857804, 30.3116599 ], [ 120.4861798, 30.3117723 ], [ 120.4875601, 30.3123042 ], [ 120.4882749, 30.3124106 ], [ 120.4897174, 30.3122313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4746783, 30.31208 ], [ 120.4748686, 30.312056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4774733, 30.311963 ], [ 120.4769892, 30.3120368 ], [ 120.4749077, 30.3122374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4926452, 30.3119763 ], [ 120.4916453, 30.3121029 ], [ 120.4901247, 30.3122954 ], [ 120.4900222, 30.3123084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4748686, 30.312056 ], [ 120.4749077, 30.3122374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4897334, 30.3123375 ], [ 120.4882829, 30.3125367 ], [ 120.4874811, 30.3124007 ], [ 120.4857063, 30.3117641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.474711, 30.3122655 ], [ 120.4746783, 30.31208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4897174, 30.3122313 ], [ 120.4900031, 30.3121958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4749077, 30.3122374 ], [ 120.474711, 30.3122655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900031, 30.3121958 ], [ 120.4900222, 30.3123084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4897334, 30.3123375 ], [ 120.4897174, 30.3122313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900222, 30.3123084 ], [ 120.4897334, 30.3123375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4776224, 30.3119467 ], [ 120.4777812, 30.3129973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4776513, 30.3130123 ], [ 120.4774733, 30.311963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967355, 30.3114628 ], [ 120.4971442, 30.3135775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4971442, 30.3135775 ], [ 120.4967355, 30.3114628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.500103, 30.3131398 ], [ 120.5012632, 30.3126994 ], [ 120.5022073, 30.3122664 ], [ 120.5025513, 30.3122016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4950204, 30.3136471 ], [ 120.4946986, 30.3117185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4946986, 30.3117185 ], [ 120.4950204, 30.3136471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4748218, 30.3132887 ], [ 120.4748088, 30.3130901 ], [ 120.474711, 30.3122655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4929636, 30.3138902 ], [ 120.492949, 30.3138025 ], [ 120.4926452, 30.3119763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4926452, 30.3119763 ], [ 120.492949, 30.3138025 ], [ 120.4929636, 30.3138902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4776513, 30.3130123 ], [ 120.4777812, 30.3129973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4777812, 30.3129973 ], [ 120.4776513, 30.3130123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4776513, 30.3130123 ], [ 120.4749908, 30.3132722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4749908, 30.3132722 ], [ 120.4776513, 30.3130123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900222, 30.3123084 ], [ 120.4901156, 30.3129286 ], [ 120.4901618, 30.3132356 ], [ 120.4903085, 30.3142104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5284969, 30.3095457 ], [ 120.5284989, 30.3086343 ], [ 120.5285025, 30.3069629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5286963, 30.3069713 ], [ 120.5286907, 30.3086069 ], [ 120.5286902, 30.3095419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5022414, 30.3086899 ], [ 120.5021695, 30.308062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021695, 30.308062 ], [ 120.5022414, 30.3086899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通围路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5022414, 30.3086899 ], [ 120.5025099, 30.3086622 ], [ 120.5026032, 30.3086525 ], [ 120.5026927, 30.3086433 ], [ 120.5047694, 30.3084291 ], [ 120.5050334, 30.3084015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通围路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5050334, 30.3084015 ], [ 120.5047694, 30.3084291 ], [ 120.5026927, 30.3086433 ], [ 120.5026032, 30.3086525 ], [ 120.5025099, 30.3086622 ], [ 120.5022414, 30.3086899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5088722, 30.3079893 ], [ 120.5089773, 30.3097183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5089773, 30.3097183 ], [ 120.5088722, 30.3079893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5023143, 30.3097405 ], [ 120.5022414, 30.3086899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5022414, 30.3086899 ], [ 120.5023143, 30.3097405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5054657, 30.3101474 ], [ 120.5051144, 30.3088813 ], [ 120.5050334, 30.3084015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5050334, 30.3084015 ], [ 120.5051144, 30.3088813 ], [ 120.5054657, 30.3101474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344761, 30.3094335 ], [ 120.5447255, 30.3092218 ], [ 120.5451046, 30.3092701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5343662, 30.3094357 ], [ 120.5344761, 30.3094335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220785, 30.309463 ], [ 120.5222837, 30.3094585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5450635, 30.3094225 ], [ 120.5446688, 30.3093608 ], [ 120.5344861, 30.3095695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5286902, 30.3095419 ], [ 120.5291563, 30.3095326 ], [ 120.5297644, 30.3095308 ], [ 120.5343662, 30.3094357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344761, 30.3094335 ], [ 120.5344861, 30.3095695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5343679, 30.3095719 ], [ 120.5343662, 30.3094357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222837, 30.3094585 ], [ 120.528152, 30.3095526 ], [ 120.5284969, 30.3095457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5284969, 30.3095457 ], [ 120.5286902, 30.3095419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344861, 30.3095695 ], [ 120.5343679, 30.3095719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222837, 30.3094585 ], [ 120.5222821, 30.3096919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.522077, 30.3097123 ], [ 120.5220785, 30.309463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5286902, 30.3095419 ], [ 120.5286901, 30.3096944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5284965, 30.3096995 ], [ 120.5284969, 30.3095457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5343679, 30.3095719 ], [ 120.5298346, 30.3096648 ], [ 120.52978, 30.3096662 ], [ 120.5292205, 30.3096807 ], [ 120.5286901, 30.3096944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5094563, 30.30958 ], [ 120.509291, 30.3096313 ], [ 120.5089773, 30.3097183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5089773, 30.3097183 ], [ 120.509291, 30.3096313 ], [ 120.5094563, 30.30958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5284965, 30.3096995 ], [ 120.5278853, 30.3097153 ], [ 120.5237816, 30.3096239 ], [ 120.5222821, 30.3096919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5286901, 30.3096944 ], [ 120.5284965, 30.3096995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222821, 30.3096919 ], [ 120.522077, 30.3097123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5058847, 30.3100836 ], [ 120.5054657, 30.3101474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5054657, 30.3101474 ], [ 120.5058847, 30.3100836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5024144, 30.3107628 ], [ 120.5023143, 30.3097405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5023143, 30.3097405 ], [ 120.5024144, 30.3107628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5057649, 30.311027 ], [ 120.5062414, 30.3109257 ], [ 120.506987, 30.3108586 ], [ 120.5071775, 30.3108053 ], [ 120.5078561, 30.3103052 ], [ 120.508355, 30.3099856 ], [ 120.5088565, 30.3097518 ], [ 120.5089773, 30.3097183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5089773, 30.3097183 ], [ 120.5088565, 30.3097518 ], [ 120.508355, 30.3099856 ], [ 120.5078561, 30.3103052 ], [ 120.5071775, 30.3108053 ], [ 120.506987, 30.3108586 ], [ 120.5062414, 30.3109257 ], [ 120.5057649, 30.311027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5054657, 30.3101474 ], [ 120.5044921, 30.3105039 ], [ 120.5029823, 30.3107167 ], [ 120.502948, 30.3107208 ], [ 120.5028267, 30.3107352 ], [ 120.5027336, 30.3107463 ], [ 120.5026249, 30.3107592 ], [ 120.5024144, 30.3107628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5024144, 30.3107628 ], [ 120.5026249, 30.3107592 ], [ 120.5027336, 30.3107463 ], [ 120.5028267, 30.3107352 ], [ 120.502948, 30.3107208 ], [ 120.5029823, 30.3107167 ], [ 120.5044921, 30.3105039 ], [ 120.5054657, 30.3101474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "江东大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6111061, 30.3083042 ], [ 120.6080797, 30.3081092 ], [ 120.60722, 30.3080459 ], [ 120.6033982, 30.3077644 ], [ 120.6020333, 30.3076836 ], [ 120.600871, 30.3076147 ], [ 120.5987107, 30.3075232 ], [ 120.5981987, 30.3075015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6111061, 30.3083042 ], [ 120.6111536, 30.3081367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6111536, 30.3081367 ], [ 120.6111061, 30.3083042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.597534, 30.3124808 ], [ 120.5975486, 30.312321 ], [ 120.5976151, 30.3115926 ], [ 120.5979377, 30.3084167 ], [ 120.5979479, 30.3083163 ], [ 120.5980314, 30.3074944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5981987, 30.3075015 ], [ 120.5981411, 30.3081845 ], [ 120.5977922, 30.3123229 ], [ 120.5977764, 30.3125106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.597534, 30.3124808 ], [ 120.5977764, 30.3125106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5977764, 30.3125106 ], [ 120.597534, 30.3124808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "二线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6778743, 30.2910777 ], [ 120.6775796, 30.2918479 ], [ 120.677419, 30.292268 ], [ 120.6770324, 30.2932793 ], [ 120.6767874, 30.2940021 ], [ 120.6763995, 30.2949576 ], [ 120.675738, 30.2967239 ], [ 120.6755175, 30.2973727 ], [ 120.6750357, 30.2986101 ], [ 120.6744967, 30.3000662 ], [ 120.6739904, 30.3014447 ], [ 120.6732921, 30.3032426 ], [ 120.6727204, 30.3047973 ], [ 120.6723856, 30.3056681 ], [ 120.6722675, 30.305958 ], [ 120.6720998, 30.3063696 ], [ 120.6716629, 30.3072686 ], [ 120.6712627, 30.3082063 ], [ 120.670883, 30.3089959 ], [ 120.6703317, 30.3102438 ], [ 120.6698131, 30.3114424 ], [ 120.6688045, 30.3136843 ], [ 120.6678776, 30.3157359 ], [ 120.667261, 30.3171106 ], [ 120.6664689, 30.3188695 ], [ 120.6656686, 30.3206601 ], [ 120.6654804, 30.3210829 ], [ 120.6649193, 30.3223432 ], [ 120.6644945, 30.3232876 ], [ 120.6642611, 30.323824 ], [ 120.6638944, 30.3246552 ], [ 120.6633245, 30.3259185 ], [ 120.6631426, 30.3263422 ], [ 120.6627672, 30.3271908 ], [ 120.6619431, 30.3290529 ], [ 120.6613508, 30.3303858 ], [ 120.6606846, 30.3318841 ], [ 120.6601278, 30.3331126 ], [ 120.6599661, 30.3334864 ], [ 120.6599069, 30.3335537 ], [ 120.6598289, 30.3335973 ], [ 120.6596903, 30.3336347 ], [ 120.6586429, 30.3337899 ], [ 120.6573113, 30.3339743 ], [ 120.6552259, 30.3342708 ], [ 120.6543111, 30.3343939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "二线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6543111, 30.3343939 ], [ 120.6552259, 30.3342708 ], [ 120.6573113, 30.3339743 ], [ 120.6586429, 30.3337899 ], [ 120.6596903, 30.3336347 ], [ 120.6598289, 30.3335973 ], [ 120.6599069, 30.3335537 ], [ 120.6599661, 30.3334864 ], [ 120.6601278, 30.3331126 ], [ 120.6606846, 30.3318841 ], [ 120.6613508, 30.3303858 ], [ 120.6619431, 30.3290529 ], [ 120.6627672, 30.3271908 ], [ 120.6631426, 30.3263422 ], [ 120.6633245, 30.3259185 ], [ 120.6638944, 30.3246552 ], [ 120.6642611, 30.323824 ], [ 120.6644945, 30.3232876 ], [ 120.6649193, 30.3223432 ], [ 120.6654804, 30.3210829 ], [ 120.6656686, 30.3206601 ], [ 120.6664689, 30.3188695 ], [ 120.667261, 30.3171106 ], [ 120.6678776, 30.3157359 ], [ 120.6688045, 30.3136843 ], [ 120.6698131, 30.3114424 ], [ 120.6703317, 30.3102438 ], [ 120.670883, 30.3089959 ], [ 120.6712627, 30.3082063 ], [ 120.6716629, 30.3072686 ], [ 120.6720998, 30.3063696 ], [ 120.6722675, 30.305958 ], [ 120.6723856, 30.3056681 ], [ 120.6727204, 30.3047973 ], [ 120.6732921, 30.3032426 ], [ 120.6739904, 30.3014447 ], [ 120.6744967, 30.3000662 ], [ 120.6750357, 30.2986101 ], [ 120.6755175, 30.2973727 ], [ 120.675738, 30.2967239 ], [ 120.6763995, 30.2949576 ], [ 120.6767874, 30.2940021 ], [ 120.6770324, 30.2932793 ], [ 120.677419, 30.292268 ], [ 120.6775796, 30.2918479 ], [ 120.6778743, 30.2910777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6125825, 30.306265 ], [ 120.6125715, 30.3064814 ], [ 120.6125888, 30.306712 ], [ 120.6125838, 30.3068124 ], [ 120.6124873, 30.307404 ], [ 120.6123043, 30.3096037 ], [ 120.6120124, 30.3132854 ], [ 120.6119551, 30.3140751 ], [ 120.6119159, 30.3146154 ], [ 120.6116512, 30.3182653 ], [ 120.6116364, 30.3188931 ], [ 120.611544, 30.3197935 ], [ 120.6115156, 30.3200708 ], [ 120.6115017, 30.3202127 ], [ 120.6114842, 30.3203713 ], [ 120.6114398, 30.3204512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5585967, 30.3075858 ], [ 120.5562749, 30.3074315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562749, 30.3074315 ], [ 120.5585967, 30.3075858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5843108, 30.3092695 ], [ 120.5813162, 30.3090691 ], [ 120.5786137, 30.3088874 ], [ 120.5756664, 30.3086803 ], [ 120.5725233, 30.3084521 ], [ 120.5710056, 30.3083633 ], [ 120.5689396, 30.3082154 ], [ 120.5683129, 30.3081858 ], [ 120.567088, 30.3081231 ], [ 120.566991, 30.3081181 ], [ 120.5642934, 30.307911 ], [ 120.5608076, 30.3077166 ], [ 120.5587878, 30.3075878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5587878, 30.3075878 ], [ 120.5608076, 30.3077166 ], [ 120.5642934, 30.307911 ], [ 120.566991, 30.3081181 ], [ 120.567088, 30.3081231 ], [ 120.5683129, 30.3081858 ], [ 120.5689396, 30.3082154 ], [ 120.5710056, 30.3083633 ], [ 120.5725233, 30.3084521 ], [ 120.5756664, 30.3086803 ], [ 120.5786137, 30.3088874 ], [ 120.5813162, 30.3090691 ], [ 120.5843108, 30.3092695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562749, 30.3074315 ], [ 120.5563327, 30.3097256 ], [ 120.5562409, 30.3116942 ], [ 120.5561491, 30.31431 ], [ 120.5561031, 30.3161001 ], [ 120.5560955, 30.3167607 ], [ 120.5561063, 30.317299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5561063, 30.317299 ], [ 120.5560955, 30.3167607 ], [ 120.5561031, 30.3161001 ], [ 120.5561491, 30.31431 ], [ 120.5562409, 30.3116942 ], [ 120.5563327, 30.3097256 ], [ 120.5562749, 30.3074315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5587878, 30.3075878 ], [ 120.558534, 30.3087639 ], [ 120.5583094, 30.3097723 ], [ 120.5582267, 30.3103103 ], [ 120.5581743, 30.3109492 ], [ 120.5580002, 30.3126801 ], [ 120.5577337, 30.3160886 ], [ 120.557718, 30.3162531 ], [ 120.5576306, 30.3171678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5574336, 30.317195 ], [ 120.5575331, 30.3161137 ], [ 120.5578111, 30.3126071 ], [ 120.5579498, 30.3110523 ], [ 120.5580027, 30.3103794 ], [ 120.5580896, 30.3098245 ], [ 120.5582055, 30.309305 ], [ 120.5583384, 30.3087378 ], [ 120.5585967, 30.3075858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5839897, 30.3186707 ], [ 120.5839992, 30.3182151 ], [ 120.5840968, 30.3148339 ], [ 120.5841325, 30.3138176 ], [ 120.5842395, 30.3111894 ], [ 120.5842871, 30.3102346 ], [ 120.5842989, 30.3095056 ], [ 120.5843005, 30.3094745 ], [ 120.5843108, 30.3092695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5843108, 30.3092695 ], [ 120.5843005, 30.3094745 ], [ 120.5842989, 30.3095056 ], [ 120.5842871, 30.3102346 ], [ 120.5842395, 30.3111894 ], [ 120.5841325, 30.3138176 ], [ 120.5840968, 30.3148339 ], [ 120.5839992, 30.3182151 ], [ 120.5839897, 30.3186707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6114398, 30.3204512 ], [ 120.6114842, 30.3203713 ], [ 120.6115017, 30.3202127 ], [ 120.6115156, 30.3200708 ], [ 120.611544, 30.3197935 ], [ 120.6116364, 30.3188931 ], [ 120.6116512, 30.3182653 ], [ 120.6119159, 30.3146154 ], [ 120.6119551, 30.3140751 ], [ 120.6120124, 30.3132854 ], [ 120.6123043, 30.3096037 ], [ 120.6124873, 30.307404 ], [ 120.6125838, 30.3068124 ], [ 120.6125888, 30.306712 ], [ 120.6125715, 30.3064814 ], [ 120.6125825, 30.306265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5915524, 30.3147856 ], [ 120.5916213, 30.312496 ], [ 120.5916682, 30.312031 ], [ 120.593852, 30.3121978 ], [ 120.5960475, 30.3123444 ], [ 120.5974936, 30.3124758 ], [ 120.597534, 30.3124808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.597534, 30.3124808 ], [ 120.5974936, 30.3124758 ], [ 120.5960475, 30.3123444 ], [ 120.593852, 30.3121978 ], [ 120.5916682, 30.312031 ], [ 120.5916213, 30.312496 ], [ 120.5915524, 30.3147856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5972899, 30.3151566 ], [ 120.597534, 30.3124808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5977764, 30.3125106 ], [ 120.5977354, 30.3129963 ], [ 120.5975287, 30.3151655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5915524, 30.3147856 ], [ 120.591475, 30.3147805 ], [ 120.5901693, 30.3146896 ], [ 120.586475, 30.3144722 ], [ 120.5859773, 30.3144166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5859773, 30.3144166 ], [ 120.586475, 30.3144722 ], [ 120.5901693, 30.3146896 ], [ 120.591475, 30.3147805 ], [ 120.5915524, 30.3147856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5972899, 30.3151566 ], [ 120.5915524, 30.3147856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5915524, 30.3147856 ], [ 120.5972899, 30.3151566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5975287, 30.3151655 ], [ 120.5972899, 30.3151566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5054657, 30.3101474 ], [ 120.5057649, 30.311027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5057649, 30.311027 ], [ 120.5054657, 30.3101474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5024144, 30.3107628 ], [ 120.5024752, 30.3113845 ], [ 120.5024899, 30.3115425 ], [ 120.5024975, 30.3116234 ], [ 120.5025204, 30.3118695 ], [ 120.5025513, 30.3122016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5025513, 30.3122016 ], [ 120.5025204, 30.3118695 ], [ 120.5024975, 30.3116234 ], [ 120.5024899, 30.3115425 ], [ 120.5024752, 30.3113845 ], [ 120.5024144, 30.3107628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5057649, 30.311027 ], [ 120.5056969, 30.3110415 ], [ 120.5050022, 30.3113124 ], [ 120.5040876, 30.3117547 ], [ 120.5034975, 30.3120928 ], [ 120.5033044, 30.3121808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5033044, 30.3121808 ], [ 120.5034975, 30.3120928 ], [ 120.5040876, 30.3117547 ], [ 120.5050022, 30.3113124 ], [ 120.5056969, 30.3110415 ], [ 120.5057649, 30.311027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闸北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5033044, 30.3121808 ], [ 120.5031208, 30.3121857 ], [ 120.5029979, 30.312189 ], [ 120.5029038, 30.3121914 ], [ 120.5026942, 30.312197 ], [ 120.5025513, 30.3122016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闸北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5025513, 30.3122016 ], [ 120.5026942, 30.312197 ], [ 120.5029038, 30.3121914 ], [ 120.5029979, 30.312189 ], [ 120.5031208, 30.3121857 ], [ 120.5033044, 30.3121808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5025513, 30.3122016 ], [ 120.5022073, 30.3122664 ], [ 120.5012632, 30.3126994 ], [ 120.500103, 30.3131398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5286901, 30.3096944 ], [ 120.5286882, 30.3138447 ], [ 120.5286859, 30.3188419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5284763, 30.3188902 ], [ 120.5284874, 30.3138651 ], [ 120.5284965, 30.3096995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5222821, 30.3096919 ], [ 120.5222512, 30.3143323 ], [ 120.522196, 30.3181284 ], [ 120.522275, 30.3200995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220375, 30.3201468 ], [ 120.5220502, 30.3143431 ], [ 120.522077, 30.3097123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闸北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5033044, 30.3121808 ], [ 120.5034203, 30.312257 ], [ 120.5034565, 30.3123662 ], [ 120.5034655, 30.3141879 ], [ 120.5034394, 30.3158797 ], [ 120.5034266, 30.3167052 ], [ 120.5034433, 30.3189527 ], [ 120.5034652, 30.321161 ], [ 120.503466, 30.3212419 ], [ 120.5034686, 30.3215077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闸北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5034686, 30.3215077 ], [ 120.503466, 30.3212419 ], [ 120.5034652, 30.321161 ], [ 120.5034433, 30.3189527 ], [ 120.5034266, 30.3167052 ], [ 120.5034394, 30.3158797 ], [ 120.5034655, 30.3141879 ], [ 120.5034565, 30.3123662 ], [ 120.5034203, 30.312257 ], [ 120.5033044, 30.3121808 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.522275, 30.3200995 ], [ 120.5225162, 30.3200981 ], [ 120.5230608, 30.3200461 ], [ 120.524997, 30.3198614 ], [ 120.5275865, 30.3196551 ], [ 120.5287762, 30.3195619 ], [ 120.5292325, 30.3195156 ], [ 120.5292435, 30.3195148 ], [ 120.5297623, 30.3194806 ], [ 120.5298805, 30.3194728 ], [ 120.530381, 30.3194293 ], [ 120.5333004, 30.3191753 ], [ 120.5373125, 30.3187634 ], [ 120.5428782, 30.3182904 ], [ 120.5434403, 30.3182534 ], [ 120.5441441, 30.3182071 ], [ 120.545574, 30.3180889 ], [ 120.546574, 30.318019 ], [ 120.5479194, 30.3179259 ], [ 120.5494387, 30.3177951 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494392, 30.3178691 ], [ 120.5488781, 30.3179108 ], [ 120.5463787, 30.3181552 ], [ 120.5441847, 30.3183533 ], [ 120.5298802, 30.3196448 ], [ 120.5284711, 30.319772 ], [ 120.5276018, 30.3198505 ], [ 120.5250137, 30.3200842 ], [ 120.5223837, 30.3203216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5220375, 30.3201468 ], [ 120.522275, 30.3200995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.522275, 30.3200995 ], [ 120.5223837, 30.3203216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "义蓬东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5223837, 30.3203216 ], [ 120.5220375, 30.3201468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5574336, 30.317195 ], [ 120.5576306, 30.3171678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5576306, 30.3171678 ], [ 120.557426, 30.3172779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.557426, 30.3172779 ], [ 120.5574336, 30.317195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5561063, 30.317299 ], [ 120.5570719, 30.3172222 ], [ 120.5574336, 30.317195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495883, 30.3177856 ], [ 120.5511577, 30.3176754 ], [ 120.5520186, 30.317615 ], [ 120.5532821, 30.3175191 ], [ 120.5545438, 30.3174234 ], [ 120.5561063, 30.317299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.557426, 30.3172779 ], [ 120.5542826, 30.317518 ], [ 120.5532844, 30.3175891 ], [ 120.5526029, 30.3176376 ], [ 120.5513893, 30.3177241 ], [ 120.5513203, 30.3177292 ], [ 120.5506688, 30.3177777 ], [ 120.5495927, 30.3178577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5763461, 30.3181895 ], [ 120.5747943, 30.3181051 ], [ 120.5733164, 30.3180162 ], [ 120.5716687, 30.3179235 ], [ 120.5694277, 30.31777 ], [ 120.568493, 30.317706 ], [ 120.5677145, 30.3176526 ], [ 120.5663652, 30.3175602 ], [ 120.5652761, 30.3174856 ], [ 120.564201, 30.3174156 ], [ 120.5629457, 30.3173338 ], [ 120.5621373, 30.3172812 ], [ 120.5617369, 30.3172572 ], [ 120.559971, 30.3171516 ], [ 120.5588485, 30.3170844 ], [ 120.5587588, 30.317079 ], [ 120.558592, 30.3170691 ], [ 120.5581741, 30.3170441 ], [ 120.5576306, 30.3171678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5576306, 30.3171678 ], [ 120.5581741, 30.3170441 ], [ 120.558592, 30.3170691 ], [ 120.5587588, 30.317079 ], [ 120.5588485, 30.3170844 ], [ 120.559971, 30.3171516 ], [ 120.5617369, 30.3172572 ], [ 120.5621373, 30.3172812 ], [ 120.5629457, 30.3173338 ], [ 120.564201, 30.3174156 ], [ 120.5652761, 30.3174856 ], [ 120.5663652, 30.3175602 ], [ 120.5677145, 30.3176526 ], [ 120.568493, 30.317706 ], [ 120.5694277, 30.31777 ], [ 120.5716687, 30.3179235 ], [ 120.5733164, 30.3180162 ], [ 120.5747943, 30.3181051 ], [ 120.5763461, 30.3181895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494387, 30.3177951 ], [ 120.5495883, 30.3177856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495883, 30.3177856 ], [ 120.5495927, 30.3178577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4749908, 30.3132722 ], [ 120.4748218, 30.3132887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4748218, 30.3132887 ], [ 120.4749908, 30.3132722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858329, 30.3148074 ], [ 120.4856194, 30.3135372 ], [ 120.4855038, 30.3128496 ], [ 120.4854533, 30.3123619 ], [ 120.4856228, 30.3118814 ], [ 120.4857063, 30.3117641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4857063, 30.3117641 ], [ 120.4856228, 30.3118814 ], [ 120.4854533, 30.3123619 ], [ 120.4855038, 30.3128496 ], [ 120.4856194, 30.3135372 ], [ 120.4858329, 30.3148074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900571, 30.3142452 ], [ 120.4897838, 30.3125836 ], [ 120.4897334, 30.3123375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4724319, 30.3133753 ], [ 120.4748218, 30.3132887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4950204, 30.3136471 ], [ 120.4971442, 30.3135775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4971442, 30.3135775 ], [ 120.4971695, 30.3137181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4971695, 30.3137181 ], [ 120.4971442, 30.3135775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4950204, 30.3136471 ], [ 120.4950387, 30.3137899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4950387, 30.3137899 ], [ 120.4950204, 30.3136471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4971695, 30.3137181 ], [ 120.4950387, 30.3137899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4929636, 30.3138902 ], [ 120.4950204, 30.3136471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4973321, 30.3146211 ], [ 120.500103, 30.3131398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.500103, 30.3131398 ], [ 120.4973321, 30.3146211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903085, 30.3142104 ], [ 120.4919324, 30.3140146 ], [ 120.4929636, 30.3138902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4810551, 30.3153175 ], [ 120.4807702, 30.3137542 ], [ 120.4805578, 30.313522 ], [ 120.4792696, 30.3128254 ], [ 120.4777812, 30.3129973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4777812, 30.3129973 ], [ 120.4792696, 30.3128254 ], [ 120.4805578, 30.313522 ], [ 120.4807702, 30.3137542 ], [ 120.4810551, 30.3153175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4950387, 30.3137899 ], [ 120.4930076, 30.3140457 ], [ 120.490321, 30.3143631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4971695, 30.3137181 ], [ 120.4973321, 30.3146211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4748218, 30.3132887 ], [ 120.4724319, 30.3133753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451258, 30.3129589 ], [ 120.4514152, 30.3151273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4567306, 30.3153303 ], [ 120.4566411, 30.3142774 ], [ 120.4565559, 30.3131519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4565559, 30.3131519 ], [ 120.4566411, 30.3142774 ], [ 120.4567306, 30.3153303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4512668, 30.3151327 ], [ 120.4514152, 30.3151273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4514152, 30.3151273 ], [ 120.4512668, 30.3151327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4567306, 30.3153303 ], [ 120.4544408, 30.3152812 ], [ 120.4527231, 30.3152236 ], [ 120.4514152, 30.3151273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4514152, 30.3151273 ], [ 120.4527231, 30.3152236 ], [ 120.4544408, 30.3152812 ], [ 120.4567306, 30.3153303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4512668, 30.3151327 ], [ 120.4500621, 30.315177 ], [ 120.4498319, 30.3151854 ], [ 120.4492738, 30.3152059 ], [ 120.448491, 30.3152346 ], [ 120.4476671, 30.3152649 ], [ 120.4468217, 30.315296 ], [ 120.4457909, 30.315301 ], [ 120.4448909, 30.3153427 ], [ 120.4446973, 30.3153473 ], [ 120.4446261, 30.3153434 ], [ 120.4443107, 30.3153473 ], [ 120.4442171, 30.3153514 ], [ 120.4425923, 30.3153941 ], [ 120.4422261, 30.3154068 ], [ 120.4403147, 30.315469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4403147, 30.315469 ], [ 120.4422261, 30.3154068 ], [ 120.4425923, 30.3153941 ], [ 120.4442171, 30.3153514 ], [ 120.4443107, 30.3153473 ], [ 120.4446261, 30.3153434 ], [ 120.4446973, 30.3153473 ], [ 120.4448909, 30.3153427 ], [ 120.4457909, 30.315301 ], [ 120.4468217, 30.315296 ], [ 120.4476671, 30.3152649 ], [ 120.448491, 30.3152346 ], [ 120.4492738, 30.3152059 ], [ 120.4498319, 30.3151854 ], [ 120.4500621, 30.315177 ], [ 120.4512668, 30.3151327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4973321, 30.3146211 ], [ 120.4971695, 30.3137181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900571, 30.3142452 ], [ 120.4903085, 30.3142104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4777812, 30.3129973 ], [ 120.4781768, 30.315503 ], [ 120.4781816, 30.3155212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4780492, 30.3155212 ], [ 120.478018, 30.3154305 ], [ 120.4776513, 30.3130123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903085, 30.3142104 ], [ 120.490321, 30.3143631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900707, 30.3143926 ], [ 120.4900571, 30.3142452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490321, 30.3143631 ], [ 120.4900707, 30.3143926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4749908, 30.3132722 ], [ 120.4752148, 30.314491 ], [ 120.4753437, 30.3151427 ], [ 120.4753675, 30.3155186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4751558, 30.3155171 ], [ 120.4748218, 30.3132887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858329, 30.3148074 ], [ 120.4885826, 30.3144406 ], [ 120.4900571, 30.3142452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4900707, 30.3143926 ], [ 120.4886024, 30.3145661 ], [ 120.4858494, 30.3149055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4952966, 30.3158045 ], [ 120.4950387, 30.3137899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4950387, 30.3137899 ], [ 120.4952966, 30.3158045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858494, 30.3149055 ], [ 120.4858329, 30.3148074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858329, 30.3148074 ], [ 120.4858494, 30.3149055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4810551, 30.3153175 ], [ 120.4817505, 30.3152385 ], [ 120.4836624, 30.3150113 ], [ 120.4858329, 30.3148074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4973321, 30.3146211 ], [ 120.4969247, 30.3148389 ], [ 120.4958465, 30.3155058 ], [ 120.4952966, 30.3158045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4952966, 30.3158045 ], [ 120.4958465, 30.3155058 ], [ 120.4969247, 30.3148389 ], [ 120.4973321, 30.3146211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858494, 30.3149055 ], [ 120.4836959, 30.315145 ], [ 120.4818199, 30.3153842 ], [ 120.4800717, 30.3155696 ], [ 120.4785586, 30.3156905 ], [ 120.4782275, 30.3156948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4861626, 30.3158732 ], [ 120.4859807, 30.3156849 ], [ 120.4858494, 30.3149055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3604658, 30.3132137 ], [ 120.3604727, 30.3133117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925663, 30.3132138 ], [ 120.3924719, 30.3132831 ], [ 120.3923866, 30.3132948 ], [ 120.3904367, 30.3133192 ], [ 120.3897622, 30.3133123 ], [ 120.3884071, 30.3132983 ], [ 120.3859884, 30.3133011 ], [ 120.3857748, 30.3133011 ], [ 120.3855437, 30.3133012 ], [ 120.3854092, 30.3133012 ], [ 120.3851913, 30.3133013 ], [ 120.384966, 30.3133013 ], [ 120.3847638, 30.3133013 ], [ 120.384579, 30.3133014 ], [ 120.384267, 30.3133014 ], [ 120.3840648, 30.3133015 ], [ 120.3838932, 30.3133015 ], [ 120.3837356, 30.3133014 ], [ 120.3834698, 30.3133012 ], [ 120.3832099, 30.3133009 ], [ 120.3829903, 30.3133008 ], [ 120.3827842, 30.3133006 ], [ 120.3826802, 30.3133013 ], [ 120.3825629, 30.313302 ], [ 120.3823722, 30.3133033 ], [ 120.3821527, 30.3133047 ], [ 120.3819273, 30.3133061 ], [ 120.3817945, 30.313307 ], [ 120.3816674, 30.3133078 ], [ 120.3813959, 30.3133095 ], [ 120.3811473, 30.3133111 ], [ 120.3809222, 30.3133126 ], [ 120.3807719, 30.3133135 ], [ 120.3805871, 30.3133147 ], [ 120.3804195, 30.3133158 ], [ 120.3802174, 30.3133171 ], [ 120.3800093, 30.3133185 ], [ 120.3797073, 30.3133204 ], [ 120.3795301, 30.3133215 ], [ 120.3794029, 30.3133223 ], [ 120.379143, 30.3133238 ], [ 120.3789235, 30.3133252 ], [ 120.3787732, 30.3133261 ], [ 120.3785712, 30.3133273 ], [ 120.3784149, 30.3133283 ], [ 120.3782417, 30.3133293 ], [ 120.3779586, 30.3133311 ], [ 120.3777507, 30.3133323 ], [ 120.3775313, 30.3133337 ], [ 120.3774101, 30.3133344 ], [ 120.3773406, 30.3133348 ], [ 120.3771833, 30.3133358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3604727, 30.3133117 ], [ 120.3603133, 30.313295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718961, 30.3133051 ], [ 120.3717098, 30.313318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3771833, 30.3133358 ], [ 120.3760539, 30.3133278 ], [ 120.3752393, 30.3133192 ], [ 120.3745278, 30.3133116 ], [ 120.3730096, 30.3133064 ], [ 120.3718961, 30.3133051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3717098, 30.313318 ], [ 120.3692212, 30.3133114 ], [ 120.3689405, 30.3133123 ], [ 120.3684571, 30.3133137 ], [ 120.3671842, 30.3133174 ], [ 120.3640721, 30.3133457 ], [ 120.3621157, 30.3133262 ], [ 120.3620547, 30.3133256 ], [ 120.3612851, 30.313318 ], [ 120.3608304, 30.3133157 ], [ 120.3607136, 30.3133144 ], [ 120.3604727, 30.3133117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3771833, 30.3133358 ], [ 120.3771798, 30.3135588 ], [ 120.3771758, 30.3138644 ], [ 120.3771753, 30.3145308 ], [ 120.3771603, 30.3156442 ], [ 120.377154, 30.3161165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.377154, 30.3161165 ], [ 120.3771603, 30.3156442 ], [ 120.3771753, 30.3145308 ], [ 120.3771758, 30.3138644 ], [ 120.3771798, 30.3135588 ], [ 120.3771833, 30.3133358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718961, 30.3133051 ], [ 120.3720604, 30.3136532 ], [ 120.3721721, 30.3139605 ], [ 120.3723669, 30.3144616 ], [ 120.3731902, 30.3165799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3729647, 30.3166109 ], [ 120.3726597, 30.3158432 ], [ 120.3724597, 30.3153396 ], [ 120.3719755, 30.3140232 ], [ 120.3718707, 30.3136489 ], [ 120.3717098, 30.313318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "国环三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858494, 30.3149055 ], [ 120.4859807, 30.3156849 ], [ 120.4861626, 30.3158732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4781816, 30.3155212 ], [ 120.4784932, 30.3155212 ], [ 120.4800436, 30.3154325 ], [ 120.4810551, 30.3153175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4751558, 30.3155171 ], [ 120.4753675, 30.3155186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753675, 30.3155186 ], [ 120.4757286, 30.3155212 ], [ 120.4780492, 30.3155212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4780492, 30.3155212 ], [ 120.4781816, 30.3155212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4751645, 30.315683 ], [ 120.4749627, 30.3156502 ], [ 120.4747852, 30.3155615 ], [ 120.4749814, 30.3154647 ], [ 120.4751558, 30.3155171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4751645, 30.315683 ], [ 120.4751558, 30.3155171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753675, 30.3155186 ], [ 120.4753826, 30.315692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4781816, 30.3155212 ], [ 120.4782275, 30.3156948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4781062, 30.3156964 ], [ 120.4780928, 30.3156482 ], [ 120.4780492, 30.3155212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4399028, 30.3087876 ], [ 120.439915, 30.3089818 ], [ 120.4401518, 30.3127559 ], [ 120.4403147, 30.315469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4401707, 30.3154694 ], [ 120.4400848, 30.3140849 ], [ 120.4400344, 30.3130407 ], [ 120.4399839, 30.3128124 ], [ 120.4398762, 30.310474 ], [ 120.4398189, 30.3096052 ], [ 120.4397652, 30.3090043 ], [ 120.4397571, 30.3089147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3926715, 30.3129492 ], [ 120.3926056, 30.3131575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3926715, 30.3129492 ], [ 120.392744, 30.3130966 ], [ 120.3927886, 30.3131873 ], [ 120.3928173, 30.3132458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925219, 30.3131226 ], [ 120.3926056, 30.3131575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925663, 30.3132138 ], [ 120.3925507, 30.3131817 ], [ 120.3925219, 30.3131226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3926056, 30.3131575 ], [ 120.3925663, 30.3132138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3926056, 30.3131575 ], [ 120.3928173, 30.3132458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.393972, 30.3160785 ], [ 120.3939164, 30.3159633 ], [ 120.3938611, 30.3158489 ], [ 120.3938121, 30.3157473 ], [ 120.3937712, 30.3156627 ], [ 120.3937236, 30.3155641 ], [ 120.3936627, 30.315438 ], [ 120.3936166, 30.3153424 ], [ 120.393581, 30.3152688 ], [ 120.3935375, 30.3151787 ], [ 120.3934437, 30.3149891 ], [ 120.3933935, 30.3148876 ], [ 120.3933173, 30.3147334 ], [ 120.3932642, 30.3146261 ], [ 120.3932251, 30.3145471 ], [ 120.3931133, 30.314321 ], [ 120.3930634, 30.3142202 ], [ 120.3929894, 30.3140705 ], [ 120.3929525, 30.3139959 ], [ 120.3928744, 30.3138379 ], [ 120.3928296, 30.3137473 ], [ 120.3927632, 30.313613 ], [ 120.3927098, 30.3135052 ], [ 120.3926698, 30.3134242 ], [ 120.3926217, 30.313327 ], [ 120.3926005, 30.3132842 ], [ 120.3925663, 30.3132138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "江东大道快速路", "江东大桥", "江东大桥连接线" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.3921242, 30.3253575 ], [ 120.3930489, 30.3252803 ], [ 120.3939755, 30.3251748 ], [ 120.3948643, 30.3250271 ], [ 120.3955329, 30.3248957 ], [ 120.3958586, 30.3248277 ], [ 120.3961639, 30.3247561 ], [ 120.3964509, 30.3246845 ], [ 120.3967379, 30.3246129 ], [ 120.3971129, 30.3245178 ], [ 120.3975038, 30.3244105 ], [ 120.3981824, 30.324214 ], [ 120.398775, 30.3239941 ], [ 120.4013182, 30.3230511 ], [ 120.404824103710624, 30.321670163023317 ] ], [ [ 120.408907979260192, 30.320061569285421 ], [ 120.4199666, 30.3157057 ], [ 120.4234173, 30.3143091 ], [ 120.4256264, 30.3134179 ], [ 120.425871, 30.313326 ], [ 120.4262258, 30.3131985 ], [ 120.426611, 30.3130499 ], [ 120.4274786, 30.3127117 ], [ 120.4279611, 30.3125236 ], [ 120.4292852, 30.3120064 ], [ 120.4325248, 30.3107255 ], [ 120.4331422, 30.3104772 ], [ 120.4336893, 30.3102569 ], [ 120.4344364, 30.309978 ], [ 120.4351659, 30.3097068 ], [ 120.4353857, 30.3096344 ], [ 120.4356071, 30.3095614 ], [ 120.4360307, 30.309421 ], [ 120.4365479, 30.3092631 ], [ 120.4371395, 30.3091039 ], [ 120.4377311, 30.3089581 ], [ 120.4382144, 30.3088554 ], [ 120.438717, 30.308756 ], [ 120.4391732, 30.3086733 ], [ 120.4395984, 30.3085973 ], [ 120.4401742, 30.3085082 ], [ 120.4407175, 30.3084338 ], [ 120.4413666, 30.3083576 ], [ 120.4420603, 30.3082898 ], [ 120.4425506, 30.3082494 ], [ 120.443006, 30.3082173 ], [ 120.4437427, 30.3081854 ], [ 120.4442508, 30.3081672 ], [ 120.4456175, 30.3081557 ], [ 120.4481082, 30.3081375 ], [ 120.4499929, 30.3081236 ], [ 120.4569504, 30.308018 ], [ 120.4597306, 30.3079728 ], [ 120.4628276, 30.3079484 ], [ 120.4641145, 30.3079347 ], [ 120.4649127, 30.3079244 ], [ 120.466294, 30.307893 ], [ 120.4670646, 30.307839 ], [ 120.4677645, 30.3077851 ], [ 120.4686257, 30.3077103 ], [ 120.4694281, 30.3076223 ], [ 120.4702549, 30.3075284 ], [ 120.4709998, 30.3074342 ], [ 120.4744987, 30.3069178 ], [ 120.476572, 30.3066193 ], [ 120.478086, 30.3063883 ], [ 120.478417, 30.3063373 ], [ 120.4793952, 30.3061865 ], [ 120.4798969, 30.3061049 ], [ 120.4805145, 30.3060045 ], [ 120.4837218, 30.305489 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534119, 30.3128918 ], [ 120.3533994, 30.3131548 ], [ 120.3533953, 30.3133883 ], [ 120.3534065, 30.3156594 ], [ 120.3534175, 30.3166922 ], [ 120.3534218, 30.3170982 ], [ 120.3534218, 30.3181164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534218, 30.3181164 ], [ 120.3534218, 30.3170982 ], [ 120.3534175, 30.3166922 ], [ 120.3534065, 30.3156594 ], [ 120.3533953, 30.3133883 ], [ 120.3533994, 30.3131548 ], [ 120.3534119, 30.3128918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3615187, 30.3181055 ], [ 120.3614636, 30.3179013 ], [ 120.3613279, 30.31734 ], [ 120.3609788, 30.3159757 ], [ 120.3608675, 30.3156193 ], [ 120.3608443, 30.3154677 ], [ 120.3604443, 30.3138624 ], [ 120.3603973, 30.3136875 ], [ 120.3603524, 30.3135014 ], [ 120.3603133, 30.313295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3604727, 30.3133117 ], [ 120.3605163, 30.3135062 ], [ 120.3605486, 30.3136505 ], [ 120.3605966, 30.3138337 ], [ 120.3609867, 30.3155899 ], [ 120.3611178, 30.3159525 ], [ 120.3615995, 30.3178825 ], [ 120.361654, 30.318098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.377154, 30.3161165 ], [ 120.3776667, 30.3161197 ], [ 120.3778665, 30.3161174 ], [ 120.3781139, 30.3161174 ], [ 120.3783498, 30.3161176 ], [ 120.3801451, 30.3161192 ], [ 120.3802806, 30.3161193 ], [ 120.3804593, 30.3161195 ], [ 120.3805641, 30.3161196 ], [ 120.3807243, 30.3161197 ], [ 120.3809277, 30.3161199 ], [ 120.3811145, 30.3161201 ], [ 120.3812234, 30.3161202 ], [ 120.3813282, 30.3161203 ], [ 120.3814206, 30.3161204 ], [ 120.381587, 30.3161205 ], [ 120.3817226, 30.3161206 ], [ 120.3818458, 30.3161208 ], [ 120.381889, 30.3161208 ], [ 120.3819875, 30.3161209 ], [ 120.3820676, 30.3161209 ], [ 120.3822525, 30.3161211 ], [ 120.3823696, 30.3161212 ], [ 120.3825544, 30.3161214 ], [ 120.3826715, 30.3161215 ], [ 120.3827981, 30.3161216 ], [ 120.382918, 30.3161217 ], [ 120.3830536, 30.3161218 ], [ 120.3832261, 30.316122 ], [ 120.3837684, 30.3161225 ], [ 120.3838485, 30.3161225 ], [ 120.3840334, 30.3161227 ], [ 120.3841751, 30.3161228 ], [ 120.3842983, 30.3161229 ], [ 120.3844339, 30.316123 ], [ 120.3844941, 30.3161231 ], [ 120.3846865, 30.3161222 ], [ 120.3848284, 30.3161215 ], [ 120.3849452, 30.316121 ], [ 120.3850562, 30.3161205 ], [ 120.3852103, 30.3161197 ], [ 120.3854197, 30.3161187 ], [ 120.3855861, 30.316118 ], [ 120.3857894, 30.316117 ], [ 120.3859252, 30.3161164 ], [ 120.3861593, 30.3161153 ], [ 120.3863194, 30.3161145 ], [ 120.3864983, 30.3161137 ], [ 120.38672, 30.3161126 ], [ 120.3869357, 30.3161116 ], [ 120.3871391, 30.3161106 ], [ 120.3872746, 30.31611 ], [ 120.3873734, 30.3161095 ], [ 120.3875271, 30.3161088 ], [ 120.3876997, 30.316108 ], [ 120.3879218, 30.316107 ], [ 120.3881188, 30.316106 ], [ 120.3883098, 30.3161051 ], [ 120.3884761, 30.3161043 ], [ 120.3886735, 30.3161034 ], [ 120.3888338, 30.3161027 ], [ 120.3890368, 30.3161017 ], [ 120.3891849, 30.316101 ], [ 120.3893697, 30.3161001 ], [ 120.3895853, 30.3160991 ], [ 120.3897332, 30.3160984 ], [ 120.389838, 30.3160979 ], [ 120.3899921, 30.3160972 ], [ 120.3902202, 30.3160961 ], [ 120.3903558, 30.3160955 ], [ 120.3905345, 30.3160946 ], [ 120.3907624, 30.3160936 ], [ 120.390898, 30.3160929 ], [ 120.3910766, 30.3160921 ], [ 120.3912243, 30.3160914 ], [ 120.3914586, 30.3160903 ], [ 120.3916436, 30.3160894 ], [ 120.3918098, 30.3160886 ], [ 120.3919577, 30.316088 ], [ 120.3921364, 30.3160871 ], [ 120.3923337, 30.3160862 ], [ 120.3924508, 30.3160856 ], [ 120.392568, 30.3160851 ], [ 120.3927282, 30.3160843 ], [ 120.3928636, 30.3160837 ], [ 120.3929561, 30.3160833 ], [ 120.3930977, 30.3160826 ], [ 120.3938621, 30.316079 ], [ 120.393972, 30.3160785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.393972, 30.3160785 ], [ 120.3938621, 30.316079 ], [ 120.3930977, 30.3160826 ], [ 120.3929561, 30.3160833 ], [ 120.3928636, 30.3160837 ], [ 120.3927282, 30.3160843 ], [ 120.392568, 30.3160851 ], [ 120.3924508, 30.3160856 ], [ 120.3923337, 30.3160862 ], [ 120.3921364, 30.3160871 ], [ 120.3919577, 30.316088 ], [ 120.3918098, 30.3160886 ], [ 120.3916436, 30.3160894 ], [ 120.3914586, 30.3160903 ], [ 120.3912243, 30.3160914 ], [ 120.3910766, 30.3160921 ], [ 120.390898, 30.3160929 ], [ 120.3907624, 30.3160936 ], [ 120.3905345, 30.3160946 ], [ 120.3903558, 30.3160955 ], [ 120.3902202, 30.3160961 ], [ 120.3899921, 30.3160972 ], [ 120.389838, 30.3160979 ], [ 120.3897332, 30.3160984 ], [ 120.3895853, 30.3160991 ], [ 120.3893697, 30.3161001 ], [ 120.3891849, 30.316101 ], [ 120.3890368, 30.3161017 ], [ 120.3888338, 30.3161027 ], [ 120.3886735, 30.3161034 ], [ 120.3884761, 30.3161043 ], [ 120.3883098, 30.3161051 ], [ 120.3881188, 30.316106 ], [ 120.3879218, 30.316107 ], [ 120.3876997, 30.316108 ], [ 120.3875271, 30.3161088 ], [ 120.3873734, 30.3161095 ], [ 120.3872746, 30.31611 ], [ 120.3871391, 30.3161106 ], [ 120.3869357, 30.3161116 ], [ 120.38672, 30.3161126 ], [ 120.3864983, 30.3161137 ], [ 120.3863194, 30.3161145 ], [ 120.3861593, 30.3161153 ], [ 120.3859252, 30.3161164 ], [ 120.3857894, 30.316117 ], [ 120.3855861, 30.316118 ], [ 120.3854197, 30.3161187 ], [ 120.3852103, 30.3161197 ], [ 120.3850562, 30.3161205 ], [ 120.3849452, 30.316121 ], [ 120.3848284, 30.3161215 ], [ 120.3846865, 30.3161222 ], [ 120.3844941, 30.3161231 ], [ 120.3844339, 30.316123 ], [ 120.3842983, 30.3161229 ], [ 120.3841751, 30.3161228 ], [ 120.3840334, 30.3161227 ], [ 120.3838485, 30.3161225 ], [ 120.3837684, 30.3161225 ], [ 120.3832261, 30.316122 ], [ 120.3830536, 30.3161218 ], [ 120.382918, 30.3161217 ], [ 120.3827981, 30.3161216 ], [ 120.3826715, 30.3161215 ], [ 120.3825544, 30.3161214 ], [ 120.3823696, 30.3161212 ], [ 120.3822525, 30.3161211 ], [ 120.3820676, 30.3161209 ], [ 120.3819875, 30.3161209 ], [ 120.381889, 30.3161208 ], [ 120.3818458, 30.3161208 ], [ 120.3817226, 30.3161206 ], [ 120.381587, 30.3161205 ], [ 120.3814206, 30.3161204 ], [ 120.3813282, 30.3161203 ], [ 120.3812234, 30.3161202 ], [ 120.3811145, 30.3161201 ], [ 120.3809277, 30.3161199 ], [ 120.3807243, 30.3161197 ], [ 120.3805641, 30.3161196 ], [ 120.3804593, 30.3161195 ], [ 120.3802806, 30.3161193 ], [ 120.3801451, 30.3161192 ], [ 120.3783498, 30.3161176 ], [ 120.3781139, 30.3161174 ], [ 120.3778665, 30.3161174 ], [ 120.3776667, 30.3161197 ], [ 120.377154, 30.3161165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.377154, 30.3161165 ], [ 120.3752558, 30.3163384 ], [ 120.3741386, 30.316469 ], [ 120.3731902, 30.3165799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3731902, 30.3165799 ], [ 120.3741386, 30.316469 ], [ 120.3752558, 30.3163384 ], [ 120.377154, 30.3161165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3731902, 30.3165799 ], [ 120.3729647, 30.3166109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3729647, 30.3166109 ], [ 120.3731902, 30.3165799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4401707, 30.3154694 ], [ 120.4403147, 30.315469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4403147, 30.315469 ], [ 120.4401707, 30.3154694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "江东大道快速路", "江东大桥连接线", "江东大桥" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.482985, 30.3057492 ], [ 120.480541, 30.3061469 ], [ 120.4794184, 30.3063212 ], [ 120.4780261, 30.3065261 ], [ 120.4765074, 30.3067496 ], [ 120.4745017, 30.3070346 ], [ 120.4708416, 30.3075999 ], [ 120.4686767, 30.3078461 ], [ 120.4677793, 30.3079195 ], [ 120.4670018, 30.3079724 ], [ 120.466233, 30.3080194 ], [ 120.4655621, 30.3080458 ], [ 120.4648912, 30.3080663 ], [ 120.4641512, 30.3080749 ], [ 120.4597292, 30.3081083 ], [ 120.4581291, 30.3081302 ], [ 120.4499845, 30.3082676 ], [ 120.4492224, 30.3082724 ], [ 120.4481082, 30.3082795 ], [ 120.4469397, 30.3082839 ], [ 120.4442651, 30.3083153 ], [ 120.4437357, 30.3083308 ], [ 120.4430108, 30.3083656 ], [ 120.4424688, 30.3084077 ], [ 120.4419791, 30.3084481 ], [ 120.4414255, 30.3084994 ], [ 120.4408785, 30.3085633 ], [ 120.4404936, 30.3086111 ], [ 120.4401456, 30.3086589 ], [ 120.4396258, 30.3087418 ], [ 120.4392161, 30.3088071 ], [ 120.4387962, 30.3088813 ], [ 120.4383772, 30.3089661 ], [ 120.4379718, 30.309051 ], [ 120.4376123, 30.3091308 ], [ 120.4372357, 30.3092206 ], [ 120.4368892, 30.3093118 ], [ 120.4365432, 30.3094044 ], [ 120.4361781, 30.3095149 ], [ 120.4358563, 30.3096195 ], [ 120.4355095, 30.3097329 ], [ 120.4352013, 30.3098366 ], [ 120.4348811, 30.309953 ], [ 120.4345744, 30.3100675 ], [ 120.4342489, 30.3101906 ], [ 120.4339549, 30.310304 ], [ 120.4339318, 30.3103132 ], [ 120.4332616, 30.3105796 ], [ 120.43256, 30.3108552 ], [ 120.4293368, 30.3121247 ], [ 120.4269508, 30.3130659 ], [ 120.4263339, 30.3133093 ], [ 120.4260053, 30.3134541 ], [ 120.4257043, 30.3135824 ], [ 120.4242897, 30.3141501 ], [ 120.4235027, 30.3144606 ], [ 120.4194434, 30.3161037 ], [ 120.4178059, 30.3167626 ], [ 120.408981464777924, 30.320225056582 ] ], [ [ 120.404369097002444, 30.322034818086383 ], [ 120.4016429, 30.3231045 ], [ 120.398896, 30.3241473 ], [ 120.3982877, 30.3243566 ], [ 120.397683, 30.3245475 ], [ 120.3971973, 30.3246729 ], [ 120.396701, 30.3248074 ], [ 120.3961528, 30.3249385 ], [ 120.3955802, 30.3250556 ], [ 120.3947139, 30.325233 ], [ 120.3943205, 30.325302 ], [ 120.3939051, 30.3253584 ], [ 120.3934661, 30.3254054 ], [ 120.3931128, 30.3254339 ], [ 120.3930618, 30.3254383 ], [ 120.3925431, 30.3254834 ], [ 120.3917025, 30.3255444 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3928173, 30.3132458 ], [ 120.3928675, 30.313351 ], [ 120.3929651, 30.3135554 ], [ 120.3930542, 30.3137418 ], [ 120.3931212, 30.3138823 ], [ 120.3932007, 30.3140487 ], [ 120.393246, 30.3141436 ], [ 120.3932985, 30.3142535 ], [ 120.3933438, 30.314346 ], [ 120.3933863, 30.3144327 ], [ 120.3934241, 30.31451 ], [ 120.3934891, 30.3146426 ], [ 120.3935502, 30.3147673 ], [ 120.393611, 30.3148914 ], [ 120.3937157, 30.3151051 ], [ 120.3938135, 30.3153048 ], [ 120.3938593, 30.3154056 ], [ 120.3939064, 30.3155093 ], [ 120.3939703, 30.31565 ], [ 120.3940596, 30.3158466 ], [ 120.39413, 30.3160017 ], [ 120.3942158, 30.3161671 ], [ 120.3944412, 30.3166014 ], [ 120.3950929, 30.3179791 ], [ 120.3953612, 30.3185162 ], [ 120.3954641, 30.3186305 ], [ 120.3955382, 30.3188358 ], [ 120.3956133, 30.319021 ], [ 120.3957002, 30.3191561 ], [ 120.3957796, 30.3193822 ], [ 120.39597, 30.3197758 ], [ 120.3961685, 30.320218 ], [ 120.3964511, 30.3207648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44032, 30.3199351 ], [ 120.4403171, 30.3188022 ], [ 120.4403068, 30.3181769 ], [ 120.4402703, 30.3174736 ], [ 120.4402409, 30.3167478 ], [ 120.4401707, 30.3154694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4403147, 30.315469 ], [ 120.4404387, 30.3174843 ], [ 120.4404624, 30.3178764 ], [ 120.4405673, 30.3199424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3962654, 30.3208132 ], [ 120.3956436, 30.3194833 ], [ 120.3951337, 30.3184446 ], [ 120.393972, 30.3160785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44032, 30.3199351 ], [ 120.4394926, 30.319809 ], [ 120.4382357, 30.3197061 ], [ 120.4372496, 30.3196593 ], [ 120.4365197, 30.3196402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4365197, 30.3196402 ], [ 120.4372496, 30.3196593 ], [ 120.4382357, 30.3197061 ], [ 120.4394926, 30.319809 ], [ 120.44032, 30.3199351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4405673, 30.3199424 ], [ 120.44032, 30.3199351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307647, 30.3116849 ], [ 120.3337524, 30.3117088 ], [ 120.3340699, 30.3117239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307647, 30.3116849 ], [ 120.3307623, 30.3118149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307623, 30.3118149 ], [ 120.3307647, 30.3116849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3340804, 30.311851 ], [ 120.3340699, 30.3117239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "1号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3340699, 30.3117239 ], [ 120.3340804, 30.311851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3340804, 30.311851 ], [ 120.3337996, 30.311851 ], [ 120.3307623, 30.3118149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3340699, 30.3117239 ], [ 120.3362669, 30.3118316 ], [ 120.3386032, 30.3119748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.338622, 30.3120396 ], [ 120.3379233, 30.3120078 ], [ 120.3340804, 30.311851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386032, 30.3119748 ], [ 120.338622, 30.3120396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "3号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.338622, 30.3120396 ], [ 120.3386032, 30.3119748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3243678, 30.3116553 ], [ 120.324355, 30.3117998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3211451, 30.3117502 ], [ 120.3209728, 30.3117184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.327854, 30.3116482 ], [ 120.3278714, 30.3118244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3242687, 30.3117994 ], [ 120.3233461, 30.3117849 ], [ 120.3213433, 30.3117533 ], [ 120.3211451, 30.3117502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.324355, 30.3117998 ], [ 120.3242687, 30.3117994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3276937, 30.3118165 ], [ 120.326718, 30.3118116 ], [ 120.324355, 30.3117998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307623, 30.3118149 ], [ 120.3278714, 30.3118244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3278714, 30.3118244 ], [ 120.3276937, 30.3118165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3206685, 30.3145478 ], [ 120.3207752, 30.3136429 ], [ 120.320787, 30.3135429 ], [ 120.320892, 30.3126525 ], [ 120.3209031, 30.3125243 ], [ 120.32097, 30.3117508 ], [ 120.3209728, 30.3117184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3211451, 30.3117502 ], [ 120.3210674, 30.3124066 ], [ 120.3210177, 30.312934 ], [ 120.3208647, 30.3145594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3770747, 30.3131617 ], [ 120.3772787, 30.3131617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718894, 30.3131873 ], [ 120.3745113, 30.3131744 ], [ 120.3753922, 30.31317 ], [ 120.3770747, 30.3131617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3716786, 30.313192 ], [ 120.3718894, 30.3131873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3604658, 30.3132137 ], [ 120.3607072, 30.3132056 ], [ 120.3608452, 30.3132092 ], [ 120.3612676, 30.3132103 ], [ 120.3614005, 30.3132098 ], [ 120.3619663, 30.3132078 ], [ 120.3628261, 30.3132047 ], [ 120.3649763, 30.3132015 ], [ 120.3672368, 30.313196 ], [ 120.3681711, 30.3131938 ], [ 120.3689406, 30.3131919 ], [ 120.3692175, 30.3131912 ], [ 120.3716786, 30.313192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3602772, 30.3132267 ], [ 120.3604658, 30.3132137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718894, 30.3131873 ], [ 120.3718961, 30.3133051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3772787, 30.3131617 ], [ 120.3771833, 30.3133358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "25号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3771833, 30.3133358 ], [ 120.3770747, 30.3131617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "23号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3717098, 30.313318 ], [ 120.3716786, 30.313192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "11号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3603133, 30.313295 ], [ 120.3602772, 30.3132267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3240614, 30.3147483 ], [ 120.3241824, 30.3129625 ], [ 120.3242687, 30.3117994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.324355, 30.3117998 ], [ 120.3241169, 30.3147514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275407, 30.3149433 ], [ 120.3275512, 30.3148266 ], [ 120.3275976, 30.3142419 ], [ 120.3276048, 30.3139791 ], [ 120.3276048, 30.3137151 ], [ 120.3275887, 30.3134512 ], [ 120.3275834, 30.3132242 ], [ 120.3276263, 30.3129788 ], [ 120.3276834, 30.3126535 ], [ 120.3276937, 30.3118165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3278714, 30.3118244 ], [ 120.3278516, 30.312613 ], [ 120.3278542, 30.3128992 ], [ 120.327857, 30.313219 ], [ 120.3278555, 30.3132641 ], [ 120.3278441, 30.3135984 ], [ 120.327755, 30.314206 ], [ 120.3276512, 30.3149495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3206685, 30.3145478 ], [ 120.3208647, 30.3145594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3208647, 30.3145594 ], [ 120.3206685, 30.3145478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3240614, 30.3147483 ], [ 120.3222985, 30.3146441 ], [ 120.3208647, 30.3145594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3208647, 30.3145594 ], [ 120.3222985, 30.3146441 ], [ 120.3240614, 30.3147483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3241169, 30.3147514 ], [ 120.3240614, 30.3147483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3240614, 30.3147483 ], [ 120.3241169, 30.3147514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3386032, 30.3119748 ], [ 120.3409751, 30.3121276 ], [ 120.3438782, 30.3123153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438758, 30.3123892 ], [ 120.3424306, 30.3122781 ], [ 120.3409767, 30.3121898 ], [ 120.338622, 30.3120396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438758, 30.3123892 ], [ 120.3438782, 30.3123153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438782, 30.3123153 ], [ 120.3438758, 30.3123892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "2号大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438782, 30.3123153 ], [ 120.3467341, 30.3124822 ], [ 120.3473267, 30.3125168 ], [ 120.3483238, 30.3125745 ], [ 120.3496365, 30.3126612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534119, 30.3128918 ], [ 120.3508777, 30.3127606 ], [ 120.3496283, 30.3126959 ], [ 120.3473281, 30.3125779 ], [ 120.3438758, 30.3123892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3496365, 30.3126612 ], [ 120.3511526, 30.3127357 ], [ 120.3534156, 30.3128469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3307623, 30.3118149 ], [ 120.3308216, 30.3123949 ], [ 120.330877, 30.3128252 ], [ 120.330877, 30.3131651 ], [ 120.3308663, 30.313341 ], [ 120.33084, 30.3137759 ], [ 120.3306859, 30.3151549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306859, 30.3151549 ], [ 120.33084, 30.3137759 ], [ 120.3308663, 30.313341 ], [ 120.330877, 30.3131651 ], [ 120.330877, 30.3128252 ], [ 120.3308216, 30.3123949 ], [ 120.3307623, 30.3118149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.334597, 30.3154117 ], [ 120.3346635, 30.3146712 ], [ 120.3346496, 30.3142642 ], [ 120.3345867, 30.3137837 ], [ 120.3345075, 30.3134531 ], [ 120.3344651, 30.3132762 ], [ 120.3343434, 30.3127985 ], [ 120.3342323, 30.3123993 ], [ 120.3341941, 30.3122673 ], [ 120.3340804, 30.311851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3146303, 30.3117201 ], [ 120.314561, 30.3130992 ], [ 120.314522, 30.3136278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3143259, 30.3137852 ], [ 120.3142689, 30.3131909 ], [ 120.3142772, 30.3125084 ], [ 120.3142941, 30.311727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松合路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085663, 30.3170646 ], [ 120.3085185, 30.3150902 ], [ 120.3084992, 30.3148171 ], [ 120.3084773, 30.3145834 ], [ 120.3083696, 30.3140982 ], [ 120.3079522, 30.3123756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松合路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3079522, 30.3123756 ], [ 120.3083696, 30.3140982 ], [ 120.3084773, 30.3145834 ], [ 120.3084992, 30.3148171 ], [ 120.3085185, 30.3150902 ], [ 120.3085663, 30.3170646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.314522, 30.3136278 ], [ 120.3144378, 30.3147598 ], [ 120.3144309, 30.3148462 ], [ 120.3144228, 30.3150384 ], [ 120.3143945, 30.3157737 ], [ 120.3143962, 30.3162904 ], [ 120.3143291, 30.3171793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3141835, 30.3171723 ], [ 120.3141961, 30.3163364 ], [ 120.3142458, 30.3155107 ], [ 120.3142793, 30.315021 ], [ 120.3142834, 30.314867 ], [ 120.3142899, 30.3147377 ], [ 120.3143259, 30.3137852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306742, 30.3169633 ], [ 120.3084362, 30.3170621 ], [ 120.3085663, 30.3170646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085663, 30.3170646 ], [ 120.3084362, 30.3170621 ], [ 120.306742, 30.3169633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3141835, 30.3171723 ], [ 120.3139856, 30.3171709 ], [ 120.3134814, 30.3171663 ], [ 120.3122851, 30.3171452 ], [ 120.3104041, 30.3170993 ], [ 120.308895, 30.3170708 ], [ 120.3085663, 30.3170646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085663, 30.3170646 ], [ 120.308895, 30.3170708 ], [ 120.3104041, 30.3170993 ], [ 120.3122851, 30.3171452 ], [ 120.3134814, 30.3171663 ], [ 120.3139856, 30.3171709 ], [ 120.3141835, 30.3171723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3340804, 30.311851 ], [ 120.3341941, 30.3122673 ], [ 120.3342323, 30.3123993 ], [ 120.3343434, 30.3127985 ], [ 120.3344651, 30.3132762 ], [ 120.3345075, 30.3134531 ], [ 120.3345867, 30.3137837 ], [ 120.3346496, 30.3142642 ], [ 120.3346635, 30.3146712 ], [ 120.334597, 30.3154117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438758, 30.3123892 ], [ 120.3438694, 30.312589 ], [ 120.343836, 30.3136294 ], [ 120.3438393, 30.3136561 ], [ 120.3438467, 30.3138575 ], [ 120.3438431, 30.3152468 ], [ 120.343844, 30.3154538 ], [ 120.3438444, 30.3155437 ], [ 120.3438557, 30.3181135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438557, 30.3181135 ], [ 120.3438444, 30.3155437 ], [ 120.343844, 30.3154538 ], [ 120.3438431, 30.3152468 ], [ 120.3438467, 30.3138575 ], [ 120.3438393, 30.3136561 ], [ 120.343836, 30.3136294 ], [ 120.3438694, 30.312589 ], [ 120.3438758, 30.3123892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.334597, 30.3154117 ], [ 120.3336659, 30.3153506 ], [ 120.3328008, 30.3152938 ], [ 120.3306859, 30.3151549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306859, 30.3151549 ], [ 120.3328008, 30.3152938 ], [ 120.3336659, 30.3153506 ], [ 120.334597, 30.3154117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3304192, 30.31789 ], [ 120.3305188, 30.3170232 ], [ 120.3306859, 30.3151549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306859, 30.3151549 ], [ 120.3305188, 30.3170232 ], [ 120.3304192, 30.31789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.334597, 30.3154117 ], [ 120.3344698, 30.3166291 ], [ 120.3344654, 30.3166664 ], [ 120.3342891, 30.3181476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3342891, 30.3181476 ], [ 120.3344654, 30.3166664 ], [ 120.3344698, 30.3166291 ], [ 120.334597, 30.3154117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3304192, 30.31789 ], [ 120.3305632, 30.3179 ], [ 120.3311599, 30.3179414 ], [ 120.331459, 30.3179622 ], [ 120.3324069, 30.318028 ], [ 120.3325024, 30.3180338 ], [ 120.3327141, 30.3180468 ], [ 120.3333632, 30.3180865 ], [ 120.3339515, 30.3181225 ], [ 120.3342891, 30.3181476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275407, 30.3149433 ], [ 120.3241169, 30.3147514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3241169, 30.3147514 ], [ 120.3275407, 30.3149433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3275407, 30.3149433 ], [ 120.3276512, 30.3149495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3276512, 30.3149495 ], [ 120.3275407, 30.3149433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3276512, 30.3149495 ], [ 120.3306859, 30.3151549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华景街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306859, 30.3151549 ], [ 120.3276512, 30.3149495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3202931, 30.3174647 ], [ 120.320486, 30.3160722 ], [ 120.3205182, 30.3158407 ], [ 120.3205462, 30.3156575 ], [ 120.3206685, 30.3145478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3208647, 30.3145594 ], [ 120.320714, 30.3158557 ], [ 120.3206871, 30.3160792 ], [ 120.3205212, 30.3174955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238096, 30.3176619 ], [ 120.3239346, 30.3161816 ], [ 120.323948, 30.3160138 ], [ 120.3239735, 30.3157122 ], [ 120.3240614, 30.3147483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3241169, 30.3147514 ], [ 120.3240009, 30.3159952 ], [ 120.3239911, 30.3161774 ], [ 120.3238905, 30.3176652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271755, 30.3177975 ], [ 120.3273153, 30.316693 ], [ 120.3275171, 30.3150986 ], [ 120.3275407, 30.3149433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3276512, 30.3149495 ], [ 120.3274561, 30.3167051 ], [ 120.3273342, 30.3178014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3202931, 30.3174647 ], [ 120.319802, 30.3174426 ], [ 120.3177212, 30.31735 ], [ 120.3163977, 30.3172893 ], [ 120.3143291, 30.3171793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3143291, 30.3171793 ], [ 120.3163977, 30.3172893 ], [ 120.3177212, 30.31735 ], [ 120.319802, 30.3174426 ], [ 120.3202931, 30.3174647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3205212, 30.3174955 ], [ 120.3202931, 30.3174647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3202931, 30.3174647 ], [ 120.3205212, 30.3174955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238096, 30.3176619 ], [ 120.322896, 30.3176159 ], [ 120.3220831, 30.3175749 ], [ 120.3216206, 30.3175514 ], [ 120.3205212, 30.3174955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3205212, 30.3174955 ], [ 120.3216206, 30.3175514 ], [ 120.3220831, 30.3175749 ], [ 120.322896, 30.3176159 ], [ 120.3238096, 30.3176619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238905, 30.3176652 ], [ 120.3238096, 30.3176619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238096, 30.3176619 ], [ 120.3238905, 30.3176652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3729647, 30.3166109 ], [ 120.3690774, 30.3177055 ], [ 120.3684456, 30.3179027 ], [ 120.3680576, 30.3180029 ], [ 120.3676499, 30.3180773 ], [ 120.3672637, 30.3181039 ], [ 120.3667441, 30.3181038 ], [ 120.3662512, 30.3180974 ], [ 120.3651705, 30.318095 ], [ 120.3645183, 30.3180936 ], [ 120.3628655, 30.31809 ], [ 120.3627245, 30.3180897 ], [ 120.3624596, 30.3180853 ], [ 120.3621262, 30.3180839 ], [ 120.3618072, 30.3180865 ], [ 120.361654, 30.318098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.361654, 30.318098 ], [ 120.3618072, 30.3180865 ], [ 120.3621262, 30.3180839 ], [ 120.3624596, 30.3180853 ], [ 120.3627245, 30.3180897 ], [ 120.3628655, 30.31809 ], [ 120.3645183, 30.3180936 ], [ 120.3651705, 30.318095 ], [ 120.3662512, 30.3180974 ], [ 120.3667441, 30.3181038 ], [ 120.3672637, 30.3181039 ], [ 120.3676499, 30.3180773 ], [ 120.3680576, 30.3180029 ], [ 120.3684456, 30.3179027 ], [ 120.3690774, 30.3177055 ], [ 120.3729647, 30.3166109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.361654, 30.318098 ], [ 120.361576, 30.3181038 ], [ 120.3615187, 30.3181055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3615187, 30.3181055 ], [ 120.361576, 30.3181038 ], [ 120.361654, 30.318098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3615187, 30.3181055 ], [ 120.3613008, 30.3181119 ], [ 120.3606654, 30.318114 ], [ 120.3599272, 30.3181204 ], [ 120.3598259, 30.3181213 ], [ 120.3584775, 30.3181329 ], [ 120.3584387, 30.3181332 ], [ 120.3582645, 30.3181347 ], [ 120.3581771, 30.3181355 ], [ 120.3570324, 30.3181454 ], [ 120.3553381, 30.3181258 ], [ 120.3552283, 30.3181245 ], [ 120.3550443, 30.3181237 ], [ 120.3534218, 30.3181164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534218, 30.3181164 ], [ 120.3550443, 30.3181237 ], [ 120.3552283, 30.3181245 ], [ 120.3553381, 30.3181258 ], [ 120.3570324, 30.3181454 ], [ 120.3581771, 30.3181355 ], [ 120.3582645, 30.3181347 ], [ 120.3584387, 30.3181332 ], [ 120.3584775, 30.3181329 ], [ 120.3598259, 30.3181213 ], [ 120.3599272, 30.3181204 ], [ 120.3606654, 30.318114 ], [ 120.3613008, 30.3181119 ], [ 120.3615187, 30.3181055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3731902, 30.3165799 ], [ 120.373445, 30.3172332 ], [ 120.3739531, 30.3185358 ], [ 120.3740229, 30.3186985 ], [ 120.3748338, 30.3208181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374562, 30.3208147 ], [ 120.3742197, 30.3198873 ], [ 120.3738073, 30.3187702 ], [ 120.3737345, 30.3185856 ], [ 120.3733379, 30.3176295 ], [ 120.3730528, 30.3168332 ], [ 120.3729647, 30.3166109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.361654, 30.318098 ], [ 120.3616997, 30.318276 ], [ 120.3618337, 30.3187984 ], [ 120.3618992, 30.3190536 ], [ 120.3623628, 30.3208609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3622299, 30.3208592 ], [ 120.361774, 30.3190811 ], [ 120.3617085, 30.3188258 ], [ 120.3615738, 30.3183004 ], [ 120.3615187, 30.3181055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753826, 30.315692 ], [ 120.4751645, 30.315683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4782275, 30.3156948 ], [ 120.4781062, 30.3156964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4781062, 30.3156964 ], [ 120.4779421, 30.3156986 ], [ 120.4757379, 30.3157066 ], [ 120.4753826, 30.315692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490321, 30.3143631 ], [ 120.4904253, 30.315638 ], [ 120.4904885, 30.31692 ], [ 120.4904966, 30.3170759 ], [ 120.4904563, 30.3174259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902329, 30.3174604 ], [ 120.4902081, 30.3170607 ], [ 120.4902316, 30.316902 ], [ 120.4901888, 30.3156766 ], [ 120.4900707, 30.3143926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752418, 30.317536 ], [ 120.4752197, 30.3170054 ], [ 120.4751645, 30.315683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904563, 30.3174259 ], [ 120.4913095, 30.3172308 ], [ 120.4925004, 30.317027 ], [ 120.492782, 30.3169251 ], [ 120.4930744, 30.3167584 ], [ 120.4935733, 30.316388 ], [ 120.4948447, 30.3160106 ], [ 120.4952966, 30.3158045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4952966, 30.3158045 ], [ 120.4948447, 30.3160106 ], [ 120.4935733, 30.316388 ], [ 120.4930744, 30.3167584 ], [ 120.492782, 30.3169251 ], [ 120.4925004, 30.317027 ], [ 120.4913095, 30.3172308 ], [ 120.4904563, 30.3174259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753826, 30.315692 ], [ 120.4753984, 30.3170054 ], [ 120.4754159, 30.3175749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4782275, 30.3156948 ], [ 120.4787519, 30.3176812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4786623, 30.3176953 ], [ 120.4781062, 30.3156964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904563, 30.3174259 ], [ 120.4902329, 30.3174604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902329, 30.3174604 ], [ 120.4904563, 30.3174259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902329, 30.3174604 ], [ 120.486928, 30.3180285 ], [ 120.4842856, 30.3176796 ], [ 120.4838028, 30.3169702 ], [ 120.4835875, 30.3170049 ], [ 120.4834949, 30.3170198 ], [ 120.4829722, 30.3171041 ], [ 120.4825544, 30.317162 ], [ 120.4821092, 30.3172236 ], [ 120.4817995, 30.3172146 ], [ 120.481483, 30.3172146 ], [ 120.481142, 30.3172416 ], [ 120.480829, 30.3172806 ], [ 120.4804426, 30.3173598 ], [ 120.4796311, 30.3175135 ], [ 120.4789192, 30.3176548 ], [ 120.4787519, 30.3176812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4787519, 30.3176812 ], [ 120.4789192, 30.3176548 ], [ 120.4796311, 30.3175135 ], [ 120.4804426, 30.3173598 ], [ 120.480829, 30.3172806 ], [ 120.481142, 30.3172416 ], [ 120.481483, 30.3172146 ], [ 120.4817995, 30.3172146 ], [ 120.4821092, 30.3172236 ], [ 120.4825544, 30.317162 ], [ 120.4829722, 30.3171041 ], [ 120.4834949, 30.3170198 ], [ 120.4835875, 30.3170049 ], [ 120.4838028, 30.3169702 ], [ 120.4842856, 30.3176796 ], [ 120.486928, 30.3180285 ], [ 120.4902329, 30.3174604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752418, 30.317536 ], [ 120.4754159, 30.3175749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754159, 30.3175749 ], [ 120.4752418, 30.317536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4786623, 30.3176953 ], [ 120.4787519, 30.3176812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4787519, 30.3176812 ], [ 120.4786623, 30.3176953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4786623, 30.3176953 ], [ 120.4781006, 30.3177839 ], [ 120.4776836, 30.317843 ], [ 120.4776236, 30.3178515 ], [ 120.477289, 30.3178699 ], [ 120.4768335, 30.3178576 ], [ 120.476449, 30.3177961 ], [ 120.4758012, 30.317661 ], [ 120.4754159, 30.3175749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752418, 30.317536 ], [ 120.4745911, 30.3173906 ], [ 120.4733453, 30.3170403 ], [ 120.4729395, 30.3169543 ], [ 120.4725551, 30.3169112 ], [ 120.4719785, 30.3169112 ], [ 120.4711456, 30.316942 ], [ 120.4698571, 30.3170219 ], [ 120.4694158, 30.3170772 ], [ 120.468784, 30.3170772 ], [ 120.4686612, 30.3170772 ], [ 120.467871, 30.3171079 ], [ 120.4672588, 30.3171263 ], [ 120.4667462, 30.3170956 ], [ 120.4664615, 30.3170526 ], [ 120.4661411, 30.3169727 ], [ 120.4652371, 30.3166777 ], [ 120.4645537, 30.3165241 ], [ 120.4642929, 30.3164949 ], [ 120.4641693, 30.3164811 ], [ 120.4639526, 30.3164731 ], [ 120.4637888, 30.316467 ], [ 120.463671, 30.3164626 ], [ 120.4632581, 30.3163889 ], [ 120.4627882, 30.3163213 ], [ 120.4626316, 30.3163213 ], [ 120.4625106, 30.3163336 ], [ 120.4623469, 30.3163889 ], [ 120.4621333, 30.3164381 ], [ 120.4618842, 30.3164381 ], [ 120.4611865, 30.3163213 ], [ 120.4609374, 30.3162353 ], [ 120.4605281, 30.3161184 ], [ 120.4601568, 30.3160162 ], [ 120.4594994, 30.3159096 ], [ 120.4588727, 30.3157989 ], [ 120.4585882, 30.3157744 ], [ 120.4580339, 30.3157617 ], [ 120.4575888, 30.3157494 ], [ 120.4573225, 30.3155336 ], [ 120.4570421, 30.3153757 ], [ 120.4567306, 30.3153303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4567306, 30.3153303 ], [ 120.4570421, 30.3153757 ], [ 120.4573225, 30.3155336 ], [ 120.4575888, 30.3157494 ], [ 120.4580339, 30.3157617 ], [ 120.4585882, 30.3157744 ], [ 120.4588727, 30.3157989 ], [ 120.4594994, 30.3159096 ], [ 120.4601568, 30.3160162 ], [ 120.4605281, 30.3161184 ], [ 120.4609374, 30.3162353 ], [ 120.4611865, 30.3163213 ], [ 120.4618842, 30.3164381 ], [ 120.4621333, 30.3164381 ], [ 120.4623469, 30.3163889 ], [ 120.4625106, 30.3163336 ], [ 120.4626316, 30.3163213 ], [ 120.4627882, 30.3163213 ], [ 120.4632581, 30.3163889 ], [ 120.463671, 30.3164626 ], [ 120.4637888, 30.316467 ], [ 120.4639526, 30.3164731 ], [ 120.4641693, 30.3164811 ], [ 120.4642929, 30.3164949 ], [ 120.4645537, 30.3165241 ], [ 120.4652371, 30.3166777 ], [ 120.4661411, 30.3169727 ], [ 120.4664615, 30.3170526 ], [ 120.4667462, 30.3170956 ], [ 120.4672588, 30.3171263 ], [ 120.467871, 30.3171079 ], [ 120.4686612, 30.3170772 ], [ 120.468784, 30.3170772 ], [ 120.4694158, 30.3170772 ], [ 120.4698571, 30.3170219 ], [ 120.4711456, 30.316942 ], [ 120.4719785, 30.3169112 ], [ 120.4725551, 30.3169112 ], [ 120.4729395, 30.3169543 ], [ 120.4733453, 30.3170403 ], [ 120.4745911, 30.3173906 ], [ 120.4752418, 30.317536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4514152, 30.3151273 ], [ 120.4515807, 30.3171354 ], [ 120.451777, 30.3199651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4516489, 30.3199655 ], [ 120.4514085, 30.3171233 ], [ 120.4512668, 30.3151327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4572538, 30.3219451 ], [ 120.4571796, 30.3209346 ], [ 120.4570756, 30.3195841 ], [ 120.4569476, 30.3179534 ], [ 120.4567306, 30.3153303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4567306, 30.3153303 ], [ 120.4569476, 30.3179534 ], [ 120.4570756, 30.3195841 ], [ 120.4571796, 30.3209346 ], [ 120.4572538, 30.3219451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4516489, 30.3199655 ], [ 120.451777, 30.3199651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451777, 30.3199651 ], [ 120.4516489, 30.3199655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4405673, 30.3199424 ], [ 120.4429774, 30.3200131 ], [ 120.443296, 30.3200241 ], [ 120.4445485, 30.3200772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4445485, 30.3200772 ], [ 120.443296, 30.3200241 ], [ 120.4429774, 30.3200131 ], [ 120.4405673, 30.3199424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534223, 30.3208923 ], [ 120.3534218, 30.320562 ], [ 120.3534218, 30.3200874 ], [ 120.3534218, 30.3198354 ], [ 120.3534218, 30.3197244 ], [ 120.3534155, 30.3196327 ], [ 120.3534134, 30.3194544 ], [ 120.3534218, 30.3181164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534218, 30.3181164 ], [ 120.3534134, 30.3194544 ], [ 120.3534155, 30.3196327 ], [ 120.3534218, 30.3197244 ], [ 120.3534218, 30.3198354 ], [ 120.3534218, 30.3200874 ], [ 120.3534218, 30.320562 ], [ 120.3534223, 30.3208923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374562, 30.3208147 ], [ 120.3748338, 30.3208181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748338, 30.3208181 ], [ 120.375859, 30.3208293 ], [ 120.3791428, 30.3208651 ], [ 120.3811354, 30.3208452 ], [ 120.3833302, 30.3208303 ], [ 120.3845417, 30.320822 ], [ 120.3873393, 30.3208386 ], [ 120.3901853, 30.3208223 ], [ 120.3913553, 30.3208255 ], [ 120.3961418, 30.3208386 ], [ 120.3962275, 30.320821 ], [ 120.3962654, 30.3208132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3623628, 30.3208609 ], [ 120.3626769, 30.3208949 ], [ 120.3628342, 30.3208923 ], [ 120.3633562, 30.3208838 ], [ 120.3635087, 30.3208813 ], [ 120.3636857, 30.3208783 ], [ 120.3668385, 30.3208817 ], [ 120.3685525, 30.3208668 ], [ 120.3734235, 30.3208246 ], [ 120.374562, 30.3208147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3622299, 30.3208592 ], [ 120.362305, 30.3208547 ], [ 120.3623628, 30.3208609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748338, 30.3208181 ], [ 120.3748681, 30.3209079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3745983, 30.3209132 ], [ 120.374562, 30.3208147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534223, 30.3208923 ], [ 120.3541947, 30.320896 ], [ 120.3555737, 30.3209025 ], [ 120.357002, 30.3209093 ], [ 120.3573006, 30.3209111 ], [ 120.3586557, 30.3209195 ], [ 120.3610424, 30.3208848 ], [ 120.3620422, 30.3208703 ], [ 120.3622299, 30.3208592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3622629, 30.3209389 ], [ 120.3622299, 30.3208592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "左十四线•南沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754159, 30.3175749 ], [ 120.4758012, 30.317661 ], [ 120.476449, 30.3177961 ], [ 120.4768335, 30.3178576 ], [ 120.477289, 30.3178699 ], [ 120.4776236, 30.3178515 ], [ 120.4776836, 30.317843 ], [ 120.4781006, 30.3177839 ], [ 120.4786623, 30.3176953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4787519, 30.3176812 ], [ 120.4787652, 30.3178009 ], [ 120.4786623, 30.3176953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904563, 30.3174259 ], [ 120.4904657, 30.3178065 ], [ 120.4904657, 30.3183588 ], [ 120.4905112, 30.3209692 ], [ 120.4905143, 30.3213247 ], [ 120.4905164, 30.3215723 ], [ 120.4905183, 30.3217935 ], [ 120.4905212, 30.3223577 ], [ 120.490522, 30.3225026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903513, 30.3225138 ], [ 120.4903546, 30.3223601 ], [ 120.4903627, 30.321984 ], [ 120.4903575, 30.3217888 ], [ 120.4903506, 30.3215305 ], [ 120.4903454, 30.3213333 ], [ 120.4903357, 30.3209675 ], [ 120.4903111, 30.320038 ], [ 120.4902694, 30.3178796 ], [ 120.4902329, 30.3174604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968838, 30.3219703 ], [ 120.4984073, 30.3218454 ], [ 120.5018483, 30.3215737 ], [ 120.5025324, 30.3215997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752774, 30.3218045 ], [ 120.4754247, 30.3217987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754247, 30.3217987 ], [ 120.4757567, 30.3217969 ], [ 120.4770133, 30.3217903 ], [ 120.4799135, 30.3218724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754247, 30.3217987 ], [ 120.4754226, 30.32199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752789, 30.3219898 ], [ 120.4752774, 30.3218045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5022753, 30.3217842 ], [ 120.5019148, 30.3217614 ], [ 120.4969012, 30.3221525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44032, 30.3199351 ], [ 120.4405673, 30.3199424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3962654, 30.3208132 ], [ 120.3964511, 30.3207648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3964511, 30.3207648 ], [ 120.3964689, 30.3207992 ], [ 120.3964796, 30.320822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44041, 30.3217195 ], [ 120.4403651, 30.320829 ], [ 120.4403647, 30.3208216 ], [ 120.440342, 30.3203714 ], [ 120.44032, 30.3199351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.396301, 30.3208894 ], [ 120.3962654, 30.3208132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3964796, 30.320822 ], [ 120.396301, 30.3208894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4362557, 30.3216688 ], [ 120.4361778, 30.3207999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4361778, 30.3207999 ], [ 120.4362557, 30.3216688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4362557, 30.3216688 ], [ 120.4362614, 30.3216689 ], [ 120.4367769, 30.3216752 ], [ 120.4395863, 30.3217095 ], [ 120.44041, 30.3217195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.44041, 30.3217195 ], [ 120.4406578, 30.3217225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4445485, 30.3200772 ], [ 120.4445542, 30.3200766 ], [ 120.4449717, 30.3200321 ], [ 120.4449774, 30.3200315 ], [ 120.4459425, 30.3199844 ], [ 120.4478258, 30.3199782 ], [ 120.4516489, 30.3199655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新围横街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4516489, 30.3199655 ], [ 120.4478258, 30.3199782 ], [ 120.4459425, 30.3199844 ], [ 120.4449774, 30.3200315 ], [ 120.4449717, 30.3200321 ], [ 120.4445542, 30.3200766 ], [ 120.4445485, 30.3200772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4405673, 30.3199424 ], [ 120.4405894, 30.3203765 ], [ 120.4406123, 30.3208267 ], [ 120.4406127, 30.3208349 ], [ 120.4406578, 30.3217225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4517966, 30.3218584 ], [ 120.451748, 30.3210648 ], [ 120.4517319, 30.3208864 ], [ 120.4517246, 30.3208056 ], [ 120.4516489, 30.3199655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451777, 30.3199651 ], [ 120.451873, 30.3208061 ], [ 120.4518822, 30.3208868 ], [ 120.4519041, 30.3210782 ], [ 120.4519753, 30.3218697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.444648, 30.3217712 ], [ 120.4446544, 30.3209384 ], [ 120.4446287, 30.3207292 ], [ 120.4446187, 30.3206483 ], [ 120.4445485, 30.3200772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4445485, 30.3200772 ], [ 120.4446187, 30.3206483 ], [ 120.4446287, 30.3207292 ], [ 120.4446544, 30.3209384 ], [ 120.444648, 30.3217712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4449402, 30.3209449 ], [ 120.4449389, 30.3217832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4449389, 30.3217832 ], [ 120.4449402, 30.3209449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4406578, 30.3217225 ], [ 120.444648, 30.3217712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.444648, 30.3217712 ], [ 120.4446538, 30.3217713 ], [ 120.4449389, 30.3217832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691505, 30.3217984 ], [ 120.4700847, 30.3217646 ], [ 120.474591, 30.3217958 ], [ 120.4749303, 30.3217993 ], [ 120.4750981, 30.3218017 ], [ 120.4752774, 30.3218045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4449389, 30.3217832 ], [ 120.4484459, 30.3218217 ], [ 120.4491589, 30.3218295 ], [ 120.4492265, 30.3218302 ], [ 120.4494552, 30.3218327 ], [ 120.4505712, 30.321845 ], [ 120.4517966, 30.3218584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4406578, 30.3217225 ], [ 120.4406701, 30.3219651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4517966, 30.3218584 ], [ 120.4519753, 30.3218697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691505, 30.3217984 ], [ 120.4691605, 30.3219796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691605, 30.3219796 ], [ 120.4691505, 30.3217984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.444648, 30.3217712 ], [ 120.4446462, 30.3220128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446462, 30.3220128 ], [ 120.444648, 30.3217712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4449386, 30.3220092 ], [ 120.4449389, 30.3217832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4449389, 30.3217832 ], [ 120.4449386, 30.3220092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519753, 30.3218697 ], [ 120.4548452, 30.3219113 ], [ 120.4572538, 30.3219451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4572538, 30.3219451 ], [ 120.4574756, 30.3219482 ], [ 120.4595749, 30.3219776 ], [ 120.4610984, 30.3220052 ], [ 120.4638394, 30.3220548 ], [ 120.464251, 30.3220623 ], [ 120.4644441, 30.3220658 ], [ 120.4645736, 30.3220663 ], [ 120.4648006, 30.3220433 ], [ 120.4656613, 30.3220106 ], [ 120.4680559, 30.3218381 ], [ 120.4691505, 30.3217984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451817, 30.3220622 ], [ 120.4517966, 30.3218584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "河庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519753, 30.3218697 ], [ 120.4519887, 30.3220577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752789, 30.3219898 ], [ 120.4749544, 30.3219873 ], [ 120.4746003, 30.3219845 ], [ 120.4714096, 30.3219595 ], [ 120.4697855, 30.3219493 ], [ 120.4691605, 30.3219796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446462, 30.3220128 ], [ 120.4406701, 30.3219651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4449386, 30.3220092 ], [ 120.4446519, 30.3220129 ], [ 120.4446462, 30.3220128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4572609, 30.3221237 ], [ 120.4572538, 30.3219451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4572538, 30.3219451 ], [ 120.4572609, 30.3221237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799135, 30.3218724 ], [ 120.4799143, 30.3220516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799143, 30.3220516 ], [ 120.4799135, 30.3218724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754226, 30.32199 ], [ 120.4752789, 30.3219898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799143, 30.3220516 ], [ 120.4794184, 30.3220357 ], [ 120.4763761, 30.3219645 ], [ 120.4754226, 30.32199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968838, 30.3219703 ], [ 120.4969012, 30.3221525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4969012, 30.3221525 ], [ 120.4968838, 30.3219703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799135, 30.3218724 ], [ 120.480518, 30.3218895 ], [ 120.4820152, 30.3219555 ], [ 120.483121, 30.322018 ], [ 120.4845688, 30.3221107 ], [ 120.4851135, 30.3221697 ], [ 120.4851966, 30.3221795 ], [ 120.4871914, 30.3222933 ], [ 120.4889393, 30.32244 ], [ 120.4890289, 30.3224475 ], [ 120.4894733, 30.3224698 ], [ 120.4902017, 30.3225063 ], [ 120.4903513, 30.3225138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490522, 30.3225026 ], [ 120.490672, 30.32249 ], [ 120.4914004, 30.3224286 ], [ 120.4917425, 30.3223998 ], [ 120.4940009, 30.3222199 ], [ 120.4962127, 30.3220253 ], [ 120.4968838, 30.3219703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4880816, 30.322555 ], [ 120.4852798, 30.3223653 ], [ 120.4850999, 30.3223515 ], [ 120.484554, 30.322304 ], [ 120.4821135, 30.322122 ], [ 120.4799143, 30.3220516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4969012, 30.3221525 ], [ 120.4920862, 30.3225372 ], [ 120.4914273, 30.322592 ], [ 120.4906749, 30.3226405 ], [ 120.4905228, 30.3226503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5972899, 30.3151566 ], [ 120.5975287, 30.3151655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5968689, 30.3196248 ], [ 120.5968734, 30.3195469 ], [ 120.5968796, 30.3194823 ], [ 120.5969228, 30.3190294 ], [ 120.5969434, 30.318814 ], [ 120.5972274, 30.3158414 ], [ 120.5972899, 30.3151566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5975287, 30.3151655 ], [ 120.5971807, 30.3188172 ], [ 120.5971579, 30.3190563 ], [ 120.5971185, 30.3194699 ], [ 120.5971088, 30.319572 ], [ 120.5971045, 30.3196486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5839897, 30.3186707 ], [ 120.5839954, 30.3186711 ], [ 120.5844197, 30.3187026 ], [ 120.5844254, 30.318703 ], [ 120.5900439, 30.3191202 ], [ 120.5922584, 30.3192586 ], [ 120.5955916, 30.3194703 ], [ 120.5958585, 30.3194864 ], [ 120.5968689, 30.3196248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5968689, 30.3196248 ], [ 120.5958585, 30.3194864 ], [ 120.5955916, 30.3194703 ], [ 120.5922584, 30.3192586 ], [ 120.5900439, 30.3191202 ], [ 120.5844254, 30.318703 ], [ 120.5844197, 30.3187026 ], [ 120.5839954, 30.3186711 ], [ 120.5839897, 30.3186707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5968689, 30.3196248 ], [ 120.5971045, 30.3196486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5968595, 30.319787 ], [ 120.5968689, 30.3196248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5971045, 30.3196486 ], [ 120.5970955, 30.3198104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5970955, 30.3198104 ], [ 120.5968595, 30.319787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5971045, 30.3196486 ], [ 120.5977198, 30.319694 ], [ 120.6027223, 30.320051 ], [ 120.6083703, 30.3204079 ], [ 120.6101763, 30.320567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494392, 30.3178691 ], [ 120.5494387, 30.3177951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495927, 30.3178577 ], [ 120.5494392, 30.3178691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5763461, 30.3181895 ], [ 120.5778989, 30.3182739 ], [ 120.5798329, 30.3184233 ], [ 120.580117, 30.3184515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580117, 30.3184515 ], [ 120.5798329, 30.3184233 ], [ 120.5778989, 30.3182739 ], [ 120.5763461, 30.3181895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580117, 30.3184515 ], [ 120.580252, 30.3184601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580252, 30.3184601 ], [ 120.580117, 30.3184515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580252, 30.3184601 ], [ 120.5818187, 30.3185539 ], [ 120.5827132, 30.3186076 ], [ 120.5839897, 30.3186707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5839897, 30.3186707 ], [ 120.5827132, 30.3186076 ], [ 120.5818187, 30.3185539 ], [ 120.580252, 30.3184601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5761716, 30.3211222 ], [ 120.5763461, 30.3181895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5763461, 30.3181895 ], [ 120.5761716, 30.3211222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5576306, 30.3171678 ], [ 120.5571873, 30.3218095 ], [ 120.5571681, 30.3223411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5569731, 30.3223302 ], [ 120.5570207, 30.3215579 ], [ 120.5572769, 30.318899 ], [ 120.557426, 30.3172779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5800549, 30.3213475 ], [ 120.5800546, 30.3212544 ], [ 120.5800635, 30.3207492 ], [ 120.5800889, 30.320259 ], [ 120.5800981, 30.3195975 ], [ 120.580117, 30.3184515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580252, 30.3184601 ], [ 120.5802311, 30.3187942 ], [ 120.5802154, 30.3190447 ], [ 120.5801892, 30.3193421 ], [ 120.5801547, 30.3205966 ], [ 120.5801341, 30.3213101 ], [ 120.580132, 30.3213755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5838701, 30.3216376 ], [ 120.5839308, 30.3200796 ], [ 120.5839489, 30.3196456 ], [ 120.5839897, 30.3186707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5839897, 30.3186707 ], [ 120.5839489, 30.3196456 ], [ 120.5839308, 30.3200796 ], [ 120.5838701, 30.3216376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495927, 30.3178577 ], [ 120.5495666, 30.3190788 ], [ 120.549556, 30.319572 ], [ 120.5495394, 30.322567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494206, 30.3225782 ], [ 120.5494392, 30.3178691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5761716, 30.3211222 ], [ 120.5747058, 30.3210217 ], [ 120.5742312, 30.3209891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5742312, 30.3209891 ], [ 120.5747058, 30.3210217 ], [ 120.5761716, 30.3211222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6101554, 30.3207387 ], [ 120.6064641, 30.320495 ], [ 120.6037012, 30.3202708 ], [ 120.6004879, 30.3200948 ], [ 120.6002, 30.3200707 ], [ 120.5980426, 30.3199117 ], [ 120.5975181, 30.3198594 ], [ 120.5970955, 30.3198104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6109527, 30.3204019 ], [ 120.6113462, 30.3204245 ], [ 120.6114075, 30.3204321 ], [ 120.6114398, 30.3204512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6114398, 30.3204512 ], [ 120.6114075, 30.3204321 ], [ 120.6113462, 30.3204245 ], [ 120.6109527, 30.3204019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6101763, 30.320567 ], [ 120.6104127, 30.3204332 ], [ 120.6106836, 30.3203962 ], [ 120.6109527, 30.3204019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6109527, 30.3204019 ], [ 120.6105629, 30.3206324 ], [ 120.6101554, 30.3207387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6101763, 30.320567 ], [ 120.6101554, 30.3207387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧围东线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6951956, 30.282219 ], [ 120.6906592, 30.2908354 ], [ 120.6884318, 30.2952141 ], [ 120.6883821, 30.2953119 ], [ 120.6875801, 30.2970555 ], [ 120.6846155, 30.3034482 ], [ 120.6841661, 30.3044417 ], [ 120.6836898, 30.3054944 ], [ 120.6822382, 30.3087031 ], [ 120.6807496, 30.3131437 ], [ 120.6798178, 30.3159234 ], [ 120.678801, 30.3189894 ], [ 120.6775407, 30.3239097 ], [ 120.6760513, 30.3299917 ], [ 120.6752779, 30.332501 ], [ 120.6742088, 30.3349917 ], [ 120.6730464, 30.3377593 ], [ 120.6729182, 30.3380751 ], [ 120.6722207, 30.3397934 ], [ 120.6713229, 30.3419451 ], [ 120.6703448, 30.344332 ], [ 120.668004, 30.3476389 ], [ 120.6647412, 30.3519212 ], [ 120.6625045, 30.3549927 ], [ 120.661278, 30.3567774 ], [ 120.660292, 30.3594959 ], [ 120.6593861, 30.3604436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧围东线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6593861, 30.3604436 ], [ 120.660292, 30.3594959 ], [ 120.661278, 30.3567774 ], [ 120.6625045, 30.3549927 ], [ 120.6647412, 30.3519212 ], [ 120.668004, 30.3476389 ], [ 120.6703448, 30.344332 ], [ 120.6713229, 30.3419451 ], [ 120.6722207, 30.3397934 ], [ 120.6729182, 30.3380751 ], [ 120.6730464, 30.3377593 ], [ 120.6742088, 30.3349917 ], [ 120.6752779, 30.332501 ], [ 120.6760513, 30.3299917 ], [ 120.6775407, 30.3239097 ], [ 120.678801, 30.3189894 ], [ 120.6798178, 30.3159234 ], [ 120.6807496, 30.3131437 ], [ 120.6822382, 30.3087031 ], [ 120.6836898, 30.3054944 ], [ 120.6841661, 30.3044417 ], [ 120.6846155, 30.3034482 ], [ 120.6875801, 30.2970555 ], [ 120.6883821, 30.2953119 ], [ 120.6884318, 30.2952141 ], [ 120.6906592, 30.2908354 ], [ 120.6951956, 30.282219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963088, 30.3292869 ], [ 120.596346, 30.3286236 ], [ 120.5963562, 30.3283518 ], [ 120.596581, 30.3245259 ], [ 120.5965897, 30.3243779 ], [ 120.5968595, 30.319787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5970955, 30.3198104 ], [ 120.5969595, 30.3222414 ], [ 120.5968375, 30.3243823 ], [ 120.5968285, 30.3245403 ], [ 120.5966103, 30.3283691 ], [ 120.5965979, 30.328633 ], [ 120.5965703, 30.3291968 ], [ 120.596564, 30.3293089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5761716, 30.3211222 ], [ 120.5774278, 30.3212084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5774278, 30.3212084 ], [ 120.5761716, 30.3211222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5800549, 30.3213475 ], [ 120.5779782, 30.3212185 ], [ 120.5774278, 30.3212084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5774278, 30.3212084 ], [ 120.5779782, 30.3212185 ], [ 120.5800549, 30.3213475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580132, 30.3213755 ], [ 120.5800549, 30.3213475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5800549, 30.3213475 ], [ 120.580132, 30.3213755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580132, 30.3213755 ], [ 120.5817222, 30.3215154 ], [ 120.5824415, 30.3215539 ], [ 120.5838701, 30.3216376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "存志街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5838701, 30.3216376 ], [ 120.5824415, 30.3215539 ], [ 120.5817222, 30.3215154 ], [ 120.580132, 30.3213755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5774278, 30.3212084 ], [ 120.5773375, 30.3224774 ], [ 120.5772894, 30.3231532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5772894, 30.3231532 ], [ 120.5773375, 30.3224774 ], [ 120.5774278, 30.3212084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5575798, 30.3219042 ], [ 120.5575798, 30.3219655 ], [ 120.5575088, 30.3225173 ], [ 120.5571617, 30.3225178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5571617, 30.3225178 ], [ 120.5575088, 30.3225173 ], [ 120.5575798, 30.3219655 ], [ 120.5575798, 30.3219042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5575798, 30.3219042 ], [ 120.5597367, 30.3220415 ], [ 120.5620001, 30.3221856 ], [ 120.5639971, 30.3223127 ], [ 120.5654458, 30.3224049 ], [ 120.5661689, 30.3224509 ], [ 120.5675475, 30.3225387 ], [ 120.5683065, 30.322587 ], [ 120.5692921, 30.3226497 ], [ 120.5707446, 30.3227422 ], [ 120.5707604, 30.322565 ], [ 120.5692931, 30.3224683 ], [ 120.5683143, 30.3224038 ], [ 120.567556, 30.3223538 ], [ 120.5661764, 30.3222629 ], [ 120.5639949, 30.3221191 ], [ 120.5620219, 30.321989 ], [ 120.5597663, 30.3218403 ], [ 120.5585765, 30.3217619 ], [ 120.5575798, 30.321693 ], [ 120.5575798, 30.3219042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5575798, 30.3219042 ], [ 120.5575798, 30.321693 ], [ 120.5585765, 30.3217619 ], [ 120.5597663, 30.3218403 ], [ 120.5620219, 30.321989 ], [ 120.5639949, 30.3221191 ], [ 120.5661764, 30.3222629 ], [ 120.567556, 30.3223538 ], [ 120.5683143, 30.3224038 ], [ 120.5692931, 30.3224683 ], [ 120.5707604, 30.322565 ], [ 120.5707446, 30.3227422 ], [ 120.5692921, 30.3226497 ], [ 120.5683065, 30.322587 ], [ 120.5675475, 30.3225387 ], [ 120.5661689, 30.3224509 ], [ 120.5654458, 30.3224049 ], [ 120.5639971, 30.3223127 ], [ 120.5620001, 30.3221856 ], [ 120.5597367, 30.3220415 ], [ 120.5575798, 30.3219042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.579955, 30.3232484 ], [ 120.5800549, 30.3213475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.580132, 30.3213755 ], [ 120.5800479, 30.3232475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5569731, 30.3223302 ], [ 120.5571681, 30.3223411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5569669, 30.3224305 ], [ 120.5569731, 30.3223302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5571681, 30.3223411 ], [ 120.5571648, 30.3224318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495394, 30.322567 ], [ 120.5507951, 30.3223897 ], [ 120.5517766, 30.3222987 ], [ 120.5520424, 30.322274 ], [ 120.5524554, 30.3222392 ], [ 120.5528202, 30.322223 ], [ 120.5532976, 30.3222161 ], [ 120.5549257, 30.3222832 ], [ 120.5558404, 30.3223133 ], [ 120.5569731, 30.3223302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5571648, 30.3224318 ], [ 120.5569669, 30.3224305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5571648, 30.3224318 ], [ 120.5571617, 30.3225178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5569669, 30.3224305 ], [ 120.5558296, 30.3224083 ], [ 120.5549284, 30.3223828 ], [ 120.5534747, 30.3223203 ], [ 120.5528443, 30.3223087 ], [ 120.5522972, 30.3223434 ], [ 120.5517873, 30.3223964 ], [ 120.5508944, 30.3224893 ], [ 120.5495456, 30.3226603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5838029, 30.3233617 ], [ 120.5838701, 30.3216376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5838701, 30.3216376 ], [ 120.5838029, 30.3233617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494206, 30.3225782 ], [ 120.5495394, 30.322567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495394, 30.322567 ], [ 120.5495456, 30.3226603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494234, 30.3226771 ], [ 120.5494206, 30.3225782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495456, 30.3226603 ], [ 120.5494234, 30.3226771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494206, 30.3225782 ], [ 120.5481893, 30.3226907 ], [ 120.5467275, 30.3228146 ], [ 120.5457351, 30.3229177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5457351, 30.3229177 ], [ 120.5467275, 30.3228146 ], [ 120.5481893, 30.3226907 ], [ 120.5494206, 30.3225782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494234, 30.3226771 ], [ 120.548636, 30.3227439 ], [ 120.5465035, 30.3229857 ], [ 120.5457767, 30.3230681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5457767, 30.3230681 ], [ 120.5465035, 30.3229857 ], [ 120.548636, 30.3227439 ], [ 120.5494234, 30.3226771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5772901, 30.3232579 ], [ 120.5758202, 30.3232116 ], [ 120.5743007, 30.3231335 ], [ 120.5742679, 30.3231294 ], [ 120.5742384, 30.323112 ], [ 120.5742216, 30.3230848 ], [ 120.5742243, 30.323053 ], [ 120.5742404, 30.3230241 ], [ 120.5742739, 30.3230136 ], [ 120.5757741, 30.3230938 ], [ 120.5772894, 30.3231532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5772894, 30.3231532 ], [ 120.5791147, 30.3232067 ], [ 120.579955, 30.3232484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5772901, 30.3232579 ], [ 120.5772894, 30.3231532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5772894, 30.3231532 ], [ 120.5772901, 30.3232579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.579955, 30.3232484 ], [ 120.5800479, 30.3232475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5799454, 30.3233563 ], [ 120.579955, 30.3232484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5800479, 30.3232475 ], [ 120.5815923, 30.3233019 ], [ 120.5833782, 30.3233554 ], [ 120.5838029, 30.3233617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5034686, 30.3215077 ], [ 120.5041894, 30.3214934 ], [ 120.5048922, 30.3214795 ], [ 120.5081296, 30.3213455 ], [ 120.5091113, 30.3212899 ], [ 120.5135296, 30.3209055 ], [ 120.5139691, 30.3208712 ], [ 120.514068, 30.3208635 ], [ 120.5149648, 30.320771 ], [ 120.5172835, 30.3205319 ], [ 120.5198058, 30.3203166 ], [ 120.5220375, 30.3201468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5223837, 30.3203216 ], [ 120.5213918, 30.3204112 ], [ 120.5140507, 30.321074 ], [ 120.5133473, 30.3211349 ], [ 120.5125854, 30.3212009 ], [ 120.5083203, 30.3215705 ], [ 120.5053454, 30.3216575 ], [ 120.5034606, 30.3217127 ], [ 120.5033108, 30.3217145 ], [ 120.5022753, 30.3217842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5025324, 30.3215997 ], [ 120.5033072, 30.3215395 ], [ 120.5034686, 30.3215077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5034686, 30.3215077 ], [ 120.5033072, 30.3215395 ], [ 120.5025324, 30.3215997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5022753, 30.3217842 ], [ 120.5021315, 30.3264855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021315, 30.3264855 ], [ 120.5022753, 30.3217842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5427488, 30.3282542 ], [ 120.5428913, 30.3282396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428913, 30.3282396 ], [ 120.5428914, 30.3283216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5427441, 30.3283365 ], [ 120.5427488, 30.3282542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428914, 30.3283216 ], [ 120.5427441, 30.3283365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5800479, 30.3232475 ], [ 120.5800433, 30.3233632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5799454, 30.3233563 ], [ 120.5775718, 30.3232662 ], [ 120.5772901, 30.3232579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5800433, 30.3233632 ], [ 120.5799454, 30.3233563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5838029, 30.3233617 ], [ 120.5837962, 30.3234787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5837962, 30.3234787 ], [ 120.5838029, 30.3233617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5837962, 30.3234787 ], [ 120.5818078, 30.3234267 ], [ 120.5800433, 30.3233632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.55681, 30.3270064 ], [ 120.5569292, 30.3230426 ], [ 120.5569669, 30.3224305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5571617, 30.3225178 ], [ 120.5570522, 30.3255488 ], [ 120.5570019, 30.32702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5771467, 30.3264478 ], [ 120.5771516, 30.3262865 ], [ 120.5771861, 30.3257276 ], [ 120.5772481, 30.3251866 ], [ 120.5772901, 30.3232579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5772901, 30.3232579 ], [ 120.5772481, 30.3251866 ], [ 120.5771861, 30.3257276 ], [ 120.5771516, 30.3262865 ], [ 120.5771467, 30.3264478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271755, 30.3177975 ], [ 120.3268612, 30.3177848 ], [ 120.3267934, 30.3177821 ], [ 120.3258905, 30.3177457 ], [ 120.3252919, 30.3177216 ], [ 120.3251967, 30.3177178 ], [ 120.3238905, 30.3176652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238905, 30.3176652 ], [ 120.3251967, 30.3177178 ], [ 120.3252919, 30.3177216 ], [ 120.3258905, 30.3177457 ], [ 120.3267934, 30.3177821 ], [ 120.3268612, 30.3177848 ], [ 120.3271755, 30.3177975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3273342, 30.3178014 ], [ 120.3271755, 30.3177975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271755, 30.3177975 ], [ 120.3273342, 30.3178014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3304192, 30.31789 ], [ 120.32993, 30.317924 ], [ 120.3295823, 30.3179327 ], [ 120.3292594, 30.3179291 ], [ 120.3287015, 30.3179008 ], [ 120.3273342, 30.3178014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3273342, 30.3178014 ], [ 120.3287015, 30.3179008 ], [ 120.3292594, 30.3179291 ], [ 120.3295823, 30.3179327 ], [ 120.32993, 30.317924 ], [ 120.3304192, 30.31789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3201573, 30.319582 ], [ 120.3202931, 30.3174647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3205212, 30.3174955 ], [ 120.3204081, 30.318717 ], [ 120.3203259, 30.3196023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236189, 30.320492 ], [ 120.323705, 30.3192143 ], [ 120.3238096, 30.3176619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3238096, 30.3176619 ], [ 120.323705, 30.3192143 ], [ 120.3236189, 30.320492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3342891, 30.3181476 ], [ 120.3339515, 30.3181225 ], [ 120.3333632, 30.3180865 ], [ 120.3327141, 30.3180468 ], [ 120.3325024, 30.3180338 ], [ 120.3324069, 30.318028 ], [ 120.331459, 30.3179622 ], [ 120.3311599, 30.3179414 ], [ 120.3305632, 30.3179 ], [ 120.3304192, 30.31789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438557, 30.3181135 ], [ 120.3473237, 30.3181042 ], [ 120.3474866, 30.3181038 ], [ 120.3494307, 30.3180985 ], [ 120.3504976, 30.3181034 ], [ 120.3523459, 30.3181122 ], [ 120.3534218, 30.3181164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534218, 30.3181164 ], [ 120.3523459, 30.3181122 ], [ 120.3504976, 30.3181034 ], [ 120.3494307, 30.3180985 ], [ 120.3474866, 30.3181038 ], [ 120.3473237, 30.3181042 ], [ 120.3438557, 30.3181135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3342891, 30.3181476 ], [ 120.3355119, 30.3181351 ], [ 120.3364659, 30.3181363 ], [ 120.337322, 30.3181435 ], [ 120.3386993, 30.3181414 ], [ 120.3389686, 30.3181395 ], [ 120.3404863, 30.3181341 ], [ 120.3413905, 30.3181425 ], [ 120.3425831, 30.3181285 ], [ 120.3426921, 30.3181272 ], [ 120.3433709, 30.3181192 ], [ 120.3438557, 30.3181135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438557, 30.3181135 ], [ 120.3433709, 30.3181192 ], [ 120.3426921, 30.3181272 ], [ 120.3425831, 30.3181285 ], [ 120.3413905, 30.3181425 ], [ 120.3404863, 30.3181341 ], [ 120.3389686, 30.3181395 ], [ 120.3386993, 30.3181414 ], [ 120.337322, 30.3181435 ], [ 120.3364659, 30.3181363 ], [ 120.3355119, 30.3181351 ], [ 120.3342891, 30.3181476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438706, 30.3209082 ], [ 120.3438698, 30.3207569 ], [ 120.3438557, 30.3181135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438557, 30.3181135 ], [ 120.3438698, 30.3207569 ], [ 120.3438706, 30.3209082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3339821, 30.3209116 ], [ 120.3340821, 30.3200113 ], [ 120.3341859, 30.3190765 ], [ 120.3342891, 30.3181476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3342891, 30.3181476 ], [ 120.3341859, 30.3190765 ], [ 120.3340821, 30.3200113 ], [ 120.3339821, 30.3209116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438706, 30.3209082 ], [ 120.3457189, 30.3209051 ], [ 120.3461453, 30.3209044 ], [ 120.3502437, 30.3208976 ], [ 120.3534223, 30.3208923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271471, 30.3211094 ], [ 120.3271631, 30.3196319 ], [ 120.3271416, 30.3193356 ], [ 120.3271381, 30.3190684 ], [ 120.3271363, 30.3187243 ], [ 120.3271755, 30.3177975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3273342, 30.3178014 ], [ 120.3273087, 30.3181278 ], [ 120.3273291, 30.3184789 ], [ 120.3273296, 30.3188234 ], [ 120.3273297, 30.3188771 ], [ 120.3273075, 30.3193612 ], [ 120.3272825, 30.3197014 ], [ 120.3272828, 30.3198865 ], [ 120.3272841, 30.321113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3140931, 30.3193403 ], [ 120.3156309, 30.3194564 ], [ 120.3164398, 30.3194872 ], [ 120.3171001, 30.3195041 ], [ 120.3177474, 30.3195206 ], [ 120.3201573, 30.319582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3201523, 30.3196602 ], [ 120.3177484, 30.3196017 ], [ 120.3171959, 30.3195844 ], [ 120.3169169, 30.3195756 ], [ 120.3166785, 30.3195699 ], [ 120.3164414, 30.3195628 ], [ 120.314751, 30.3194742 ], [ 120.3140787, 30.3194051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3301109, 30.3212217 ], [ 120.3301589, 30.3202764 ], [ 120.330162, 30.3202163 ], [ 120.3301712, 30.3200493 ], [ 120.3301741, 30.3199974 ], [ 120.3302276, 30.3195372 ], [ 120.3302798, 30.3190884 ], [ 120.33033, 30.3186567 ], [ 120.3304192, 30.31789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3304192, 30.31789 ], [ 120.33033, 30.3186567 ], [ 120.3302798, 30.3190884 ], [ 120.3302276, 30.3195372 ], [ 120.3301741, 30.3199974 ], [ 120.3301712, 30.3200493 ], [ 120.330162, 30.3202163 ], [ 120.3301589, 30.3202764 ], [ 120.3301109, 30.3212217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3201573, 30.319582 ], [ 120.3203259, 30.3196023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3201523, 30.3196602 ], [ 120.3201573, 30.319582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3203259, 30.3196023 ], [ 120.320319, 30.3196764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.320319, 30.3196764 ], [ 120.3201523, 30.3196602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3203259, 30.3196023 ], [ 120.3218768, 30.3200074 ], [ 120.3224482, 30.3201664 ], [ 120.3228488, 30.3202778 ], [ 120.3236189, 30.320492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236138, 30.3205678 ], [ 120.3233736, 30.3205078 ], [ 120.3231891, 30.3204617 ], [ 120.3228503, 30.3203771 ], [ 120.3227109, 30.3203359 ], [ 120.3218701, 30.3200874 ], [ 120.3208819, 30.3198255 ], [ 120.320319, 30.3196764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236138, 30.3205678 ], [ 120.3236189, 30.320492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236189, 30.320492 ], [ 120.3236138, 30.3205678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3236189, 30.320492 ], [ 120.3240896, 30.3206072 ], [ 120.3250409, 30.3208019 ], [ 120.3254521, 30.3208778 ], [ 120.325871, 30.3209602 ], [ 120.3266457, 30.3210552 ], [ 120.3269681, 30.3210858 ], [ 120.3271471, 30.3211094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271462, 30.3211939 ], [ 120.3269152, 30.3211698 ], [ 120.3266412, 30.3211311 ], [ 120.3259259, 30.3210386 ], [ 120.3257868, 30.3210172 ], [ 120.3253847, 30.3209552 ], [ 120.3250229, 30.3208786 ], [ 120.3248662, 30.3208453 ], [ 120.3241858, 30.3207076 ], [ 120.3237609, 30.3206037 ], [ 120.3236138, 30.3205678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199692, 30.3223626 ], [ 120.3200228, 30.3212625 ], [ 120.3200916, 30.32031 ], [ 120.3201078, 30.3201854 ], [ 120.3201523, 30.3196602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.320319, 30.3196764 ], [ 120.3202768, 30.3202138 ], [ 120.3202676, 30.320346 ], [ 120.3201261, 30.3223767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271471, 30.3211094 ], [ 120.3272841, 30.321113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3271462, 30.3211939 ], [ 120.3271471, 30.3211094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272841, 30.321113 ], [ 120.3272842, 30.3212101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272841, 30.321113 ], [ 120.3278293, 30.321191 ], [ 120.328231, 30.3211964 ], [ 120.3301109, 30.3212217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272842, 30.3212101 ], [ 120.3271462, 30.3211939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3301074, 30.3212913 ], [ 120.3296999, 30.3213 ], [ 120.3290998, 30.3212913 ], [ 120.3290241, 30.3212902 ], [ 120.3283269, 30.321278 ], [ 120.3279274, 30.3212682 ], [ 120.3272842, 30.3212101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3301074, 30.3212913 ], [ 120.3301109, 30.3212217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "高沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3301109, 30.3212217 ], [ 120.3301074, 30.3212913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.313824, 30.3222237 ], [ 120.3157688, 30.3222561 ], [ 120.3167049, 30.3222716 ], [ 120.3170788, 30.3222778 ], [ 120.3192475, 30.3223225 ], [ 120.3199692, 30.3223626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270618, 30.3234349 ], [ 120.3270961, 30.3225241 ], [ 120.3271462, 30.3211939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272842, 30.3212101 ], [ 120.3272278, 30.3234535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199692, 30.3223626 ], [ 120.3201261, 30.3223767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3339821, 30.3209116 ], [ 120.3388583, 30.320919 ], [ 120.3413821, 30.3209228 ], [ 120.3424673, 30.3209165 ], [ 120.3426799, 30.3209152 ], [ 120.3438706, 30.3209082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438706, 30.3209082 ], [ 120.343871, 30.3209791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343871, 30.3209791 ], [ 120.3438706, 30.3209082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3339737, 30.3209871 ], [ 120.3339821, 30.3209116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3339821, 30.3209116 ], [ 120.3339737, 30.3209871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534224, 30.320976 ], [ 120.3526068, 30.3209748 ], [ 120.3496134, 30.3209702 ], [ 120.3487555, 30.3209689 ], [ 120.3461346, 30.3209744 ], [ 120.345861, 30.3209749 ], [ 120.343871, 30.3209791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343871, 30.3209791 ], [ 120.3431245, 30.3209797 ], [ 120.3424705, 30.3209802 ], [ 120.3422195, 30.3209804 ], [ 120.3418457, 30.3209807 ], [ 120.3413819, 30.3209811 ], [ 120.340656, 30.3209817 ], [ 120.3388596, 30.3209832 ], [ 120.3364969, 30.3209851 ], [ 120.3339737, 30.3209871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3301109, 30.3212217 ], [ 120.3310927, 30.3211774 ], [ 120.3312352, 30.321171 ], [ 120.3320689, 30.3210953 ], [ 120.3339821, 30.3209116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3339737, 30.3209871 ], [ 120.3334342, 30.3210348 ], [ 120.3322074, 30.3211432 ], [ 120.332064, 30.3211559 ], [ 120.3312371, 30.3212171 ], [ 120.3306642, 30.3212635 ], [ 120.3301074, 30.3212913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3339737, 30.3209871 ], [ 120.3338412, 30.322383 ], [ 120.3338358, 30.3224444 ], [ 120.3337401, 30.3235328 ], [ 120.3336565, 30.3239754 ], [ 120.3334688, 30.3243468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3746356, 30.3247012 ], [ 120.3746279, 30.3238715 ], [ 120.3746231, 30.3233523 ], [ 120.3746126, 30.3216844 ], [ 120.3746199, 30.3213222 ], [ 120.3745983, 30.3209132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748681, 30.3209079 ], [ 120.3748615, 30.322746 ], [ 120.374863, 30.3239512 ], [ 120.374864, 30.3247566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534224, 30.320976 ], [ 120.3534096, 30.3230526 ], [ 120.3534339, 30.3252488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534339, 30.3252488 ], [ 120.3534096, 30.3230526 ], [ 120.3534224, 30.320976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3631318, 30.3243363 ], [ 120.3632582, 30.3243065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3632582, 30.3243065 ], [ 120.3636463, 30.3242581 ], [ 120.3641336, 30.3242072 ], [ 120.3645065, 30.3241775 ], [ 120.3646013, 30.3241699 ], [ 120.3654275, 30.3241838 ], [ 120.3688195, 30.3243035 ], [ 120.3700194, 30.3243458 ], [ 120.3706358, 30.3243816 ], [ 120.3716591, 30.3244379 ], [ 120.3727422, 30.3244916 ], [ 120.3746356, 30.3247012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3632582, 30.3243065 ], [ 120.3634723, 30.3246983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.363288, 30.3247442 ], [ 120.3631318, 30.3243363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3634723, 30.3246983 ], [ 120.3633891, 30.3247177 ], [ 120.363288, 30.3247442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534339, 30.3252488 ], [ 120.3546283, 30.3252412 ], [ 120.3578125, 30.32522 ], [ 120.3590545, 30.3252118 ], [ 120.359276, 30.3251918 ], [ 120.3598753, 30.3251377 ], [ 120.3608945, 30.3249432 ], [ 120.3629746, 30.3243734 ], [ 120.3631318, 30.3243363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334688, 30.3243468 ], [ 120.3336565, 30.3239754 ], [ 120.3337401, 30.3235328 ], [ 120.3338358, 30.3224444 ], [ 120.3338412, 30.322383 ], [ 120.3339737, 30.3209871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438503, 30.3252904 ], [ 120.3438517, 30.3247851 ], [ 120.3438587, 30.3234041 ], [ 120.3438643, 30.3223092 ], [ 120.343871, 30.3209791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.343871, 30.3209791 ], [ 120.3438643, 30.3223092 ], [ 120.3438587, 30.3234041 ], [ 120.3438517, 30.3247851 ], [ 120.3438503, 30.3252904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272278, 30.3234535 ], [ 120.3290618, 30.3237313 ], [ 120.3306863, 30.3239772 ], [ 120.331263, 30.3240586 ], [ 120.3319867, 30.3241607 ], [ 120.3330497, 30.3243189 ], [ 120.3334688, 30.3243468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3332588, 30.324569 ], [ 120.3334688, 30.3243468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334688, 30.3243468 ], [ 120.3334603, 30.3244722 ], [ 120.3334518, 30.3245976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334518, 30.3245976 ], [ 120.3332588, 30.324569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334688, 30.3243468 ], [ 120.3338977, 30.3244044 ], [ 120.3360843, 30.324756 ], [ 120.3372963, 30.3249531 ], [ 120.3382087, 30.3250715 ], [ 120.3384532, 30.3250994 ], [ 120.3391239, 30.3251759 ], [ 120.33987, 30.32524 ], [ 120.340692, 30.3252681 ], [ 120.3428791, 30.3252775 ], [ 120.3438503, 30.3252904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438305, 30.3255429 ], [ 120.3418923, 30.3255461 ], [ 120.3409252, 30.3255232 ], [ 120.3397779, 30.3254657 ], [ 120.3391065, 30.3254115 ], [ 120.3381999, 30.325305 ], [ 120.337243, 30.3251704 ], [ 120.3352961, 30.3248556 ], [ 120.3334518, 30.3245976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438503, 30.3252904 ], [ 120.3484039, 30.3252972 ], [ 120.3506693, 30.3252777 ], [ 120.3534339, 30.3252488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199218, 30.3226718 ], [ 120.3199692, 30.3223626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3201261, 30.3223767 ], [ 120.3200853, 30.3226906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199218, 30.3226718 ], [ 120.3191757, 30.3226083 ], [ 120.3183657, 30.3225621 ], [ 120.3170291, 30.3225389 ], [ 120.3138909, 30.3224784 ], [ 120.3137193, 30.3224753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3200853, 30.3226906 ], [ 120.3199218, 30.3226718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3201261, 30.3223767 ], [ 120.3210054, 30.3224989 ], [ 120.3219214, 30.3226465 ], [ 120.3232731, 30.3228604 ], [ 120.3234251, 30.3228845 ], [ 120.3260491, 30.3232821 ], [ 120.3270618, 30.3234349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270509, 30.3236716 ], [ 120.3218159, 30.3228896 ], [ 120.3200853, 30.3226906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270618, 30.3234349 ], [ 120.3272278, 30.3234535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270509, 30.3236716 ], [ 120.3270618, 30.3234349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "银沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272278, 30.3234535 ], [ 120.3272166, 30.3236962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3197382, 30.3244851 ], [ 120.3197522, 30.324326 ], [ 120.3197793, 30.3240795 ], [ 120.3198976, 30.3228509 ], [ 120.3199218, 30.3226718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438503, 30.3252904 ], [ 120.3438305, 30.3255429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文泽路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438305, 30.3255429 ], [ 120.3438503, 30.3252904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329942, 30.3263643 ], [ 120.3330202, 30.3260781 ], [ 120.3330347, 30.3259002 ], [ 120.3330979, 30.3252216 ], [ 120.3332588, 30.324569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3334518, 30.3245976 ], [ 120.3333031, 30.3250882 ], [ 120.3332341, 30.3259142 ], [ 120.3332168, 30.3261002 ], [ 120.3331927, 30.3263933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3584485, 30.3256495 ], [ 120.3581009, 30.325645 ], [ 120.349659, 30.3256255 ], [ 120.3485567, 30.3256229 ], [ 120.3482918, 30.3256198 ], [ 120.3473809, 30.3256091 ], [ 120.3456019, 30.3255629 ], [ 120.3438305, 30.3255429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3437444, 30.3262483 ], [ 120.3438305, 30.3255429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3438305, 30.3255429 ], [ 120.3437444, 30.3262483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329942, 30.3263643 ], [ 120.3331927, 30.3263933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331927, 30.3263933 ], [ 120.3329942, 30.3263643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3440479, 30.3276494 ], [ 120.3439864, 30.3274422 ], [ 120.343895, 30.3271972 ], [ 120.3438646, 30.3271244 ], [ 120.3438334, 30.3269831 ], [ 120.3437444, 30.3262483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3623628, 30.3208609 ], [ 120.3623995, 30.320946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.396301, 30.3208894 ], [ 120.3946883, 30.3208905 ], [ 120.3901864, 30.3208936 ], [ 120.3891197, 30.3208943 ], [ 120.3845421, 30.3208974 ], [ 120.3838406, 30.3209025 ], [ 120.3834213, 30.3209056 ], [ 120.3811358, 30.3209224 ], [ 120.3810233, 30.3209232 ], [ 120.3786194, 30.3209172 ], [ 120.3785905, 30.3209171 ], [ 120.3748681, 30.3209079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748681, 30.3209079 ], [ 120.3745983, 30.3209132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534223, 30.3208923 ], [ 120.3534224, 30.320976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文溯路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3534224, 30.320976 ], [ 120.3534223, 30.3208923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3623995, 30.320946 ], [ 120.3623272, 30.3209387 ], [ 120.3622629, 30.3209389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3745983, 30.3209132 ], [ 120.373949, 30.320921 ], [ 120.3735763, 30.3209255 ], [ 120.3729393, 30.3209332 ], [ 120.3717803, 30.3209472 ], [ 120.371454, 30.3209462 ], [ 120.3700113, 30.3209416 ], [ 120.3688931, 30.3209399 ], [ 120.3679832, 30.3209386 ], [ 120.3667032, 30.3209321 ], [ 120.363974, 30.3209777 ], [ 120.3633369, 30.3209842 ], [ 120.3626731, 30.3209738 ], [ 120.3623995, 30.320946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3622629, 30.3209389 ], [ 120.3605783, 30.3209448 ], [ 120.3592629, 30.3209494 ], [ 120.3586557, 30.3209533 ], [ 120.357002, 30.3209638 ], [ 120.3566998, 30.3209657 ], [ 120.3556192, 30.3209725 ], [ 120.3534224, 30.320976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3623995, 30.320946 ], [ 120.3630621, 30.3236861 ], [ 120.3632582, 30.3243065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3631318, 30.3243363 ], [ 120.3622629, 30.3209389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4404222, 30.3219621 ], [ 120.4396112, 30.3219524 ], [ 120.4367926, 30.3219185 ], [ 120.4362706, 30.3219122 ], [ 120.433055, 30.3218736 ], [ 120.4311562, 30.3218508 ], [ 120.4311702, 30.3216068 ], [ 120.4330415, 30.3216296 ], [ 120.4362557, 30.3216688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀松路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4404222, 30.3219621 ], [ 120.44041, 30.3217195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4406701, 30.3219651 ], [ 120.4404222, 30.3219621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3964796, 30.320822 ], [ 120.3967355, 30.3213672 ], [ 120.3971046, 30.3221374 ], [ 120.3972682, 30.3224893 ], [ 120.3974321, 30.3228992 ], [ 120.3976813, 30.3234477 ], [ 120.397846, 30.323852 ], [ 120.3979166, 30.3240234 ], [ 120.3979543, 30.3241149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3977869, 30.3241756 ], [ 120.3976482, 30.3238097 ], [ 120.3968681, 30.3220209 ], [ 120.396301, 30.3208894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3977869, 30.3241756 ], [ 120.3979543, 30.3241149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3979543, 30.3241149 ], [ 120.3981643, 30.3245657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之江东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3979841, 30.3246284 ], [ 120.3977869, 30.3241756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3981643, 30.3245657 ], [ 120.3979841, 30.3246284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3845543, 30.3251282 ], [ 120.3870463, 30.3252046 ], [ 120.3893156, 30.3252459 ], [ 120.389484, 30.325249 ], [ 120.3905708, 30.3252515 ], [ 120.3912446, 30.325253 ], [ 120.3921366, 30.3252167 ], [ 120.3932571, 30.3251338 ], [ 120.3943175, 30.3249991 ], [ 120.3956064, 30.3247653 ], [ 120.3976139, 30.3242289 ], [ 120.3977869, 30.3241756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903513, 30.3225138 ], [ 120.490522, 30.3225026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490522, 30.3225026 ], [ 120.4905228, 30.3226503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903482, 30.3226549 ], [ 120.4903513, 30.3225138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903482, 30.3226549 ], [ 120.4902045, 30.322651 ], [ 120.4895754, 30.3226342 ], [ 120.4890395, 30.3226198 ], [ 120.4880816, 30.322555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4905228, 30.3226503 ], [ 120.4903482, 30.3226549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4880816, 30.322555 ], [ 120.4880847, 30.3227113 ], [ 120.4880936, 30.3231513 ], [ 120.4881514, 30.3233368 ], [ 120.4882074, 30.3234573 ], [ 120.4882487, 30.3235256 ], [ 120.4883093, 30.323618 ], [ 120.4883706, 30.3236854 ], [ 120.4884121, 30.323731 ], [ 120.488592, 30.3238735 ], [ 120.4888022, 30.3239893 ], [ 120.4890308, 30.3240788 ], [ 120.4892717, 30.3241198 ], [ 120.4893983, 30.3241413 ], [ 120.4897705, 30.3241448 ], [ 120.4903289, 30.3241529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903289, 30.3241529 ], [ 120.4897705, 30.3241448 ], [ 120.4893983, 30.3241413 ], [ 120.4892717, 30.3241198 ], [ 120.4890308, 30.3240788 ], [ 120.4888022, 30.3239893 ], [ 120.488592, 30.3238735 ], [ 120.4884121, 30.323731 ], [ 120.4883706, 30.3236854 ], [ 120.4883093, 30.323618 ], [ 120.4882487, 30.3235256 ], [ 120.4882074, 30.3234573 ], [ 120.4881514, 30.3233368 ], [ 120.4880936, 30.3231513 ], [ 120.4880847, 30.3227113 ], [ 120.4880816, 30.322555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903289, 30.3241529 ], [ 120.4903309, 30.3234566 ], [ 120.4903364, 30.3232017 ], [ 120.4903454, 30.3227863 ], [ 120.4903482, 30.3226549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799143, 30.3220516 ], [ 120.4799194, 30.3253174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799194, 30.3253174 ], [ 120.4799143, 30.3220516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754226, 30.32199 ], [ 120.4753986, 30.3241686 ], [ 120.4754024, 30.3265167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752928, 30.3265399 ], [ 120.4752998, 30.3246334 ], [ 120.4752801, 30.3221478 ], [ 120.4752789, 30.3219898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4969012, 30.3221525 ], [ 120.496767, 30.3264741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.496767, 30.3264741 ], [ 120.4969012, 30.3221525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4905228, 30.3226503 ], [ 120.4905234, 30.3227837 ], [ 120.4905255, 30.3232903 ], [ 120.490513, 30.3262392 ], [ 120.4905125, 30.3264565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799194, 30.3253174 ], [ 120.4803217, 30.3251461 ], [ 120.480771, 30.3249076 ], [ 120.4813557, 30.3246089 ], [ 120.4818546, 30.3243612 ], [ 120.4822355, 30.3242408 ], [ 120.4827987, 30.3240695 ], [ 120.4833244, 30.324007 ], [ 120.4837697, 30.3239908 ], [ 120.4842578, 30.3240348 ], [ 120.4845691, 30.3241203 ], [ 120.4849606, 30.3242453 ], [ 120.4852745, 30.3243663 ], [ 120.4855292, 30.324477 ], [ 120.4859235, 30.3247317 ], [ 120.4862117, 30.3249875 ], [ 120.4863654, 30.3251677 ], [ 120.486476, 30.3253544 ], [ 120.4866289, 30.325623 ], [ 120.4867416, 30.3259194 ], [ 120.4867791, 30.3260979 ], [ 120.4868033, 30.3262134 ], [ 120.4868274, 30.3264588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4868274, 30.3264588 ], [ 120.4868033, 30.3262134 ], [ 120.4867791, 30.3260979 ], [ 120.4867416, 30.3259194 ], [ 120.4866289, 30.325623 ], [ 120.486476, 30.3253544 ], [ 120.4863654, 30.3251677 ], [ 120.4862117, 30.3249875 ], [ 120.4859235, 30.3247317 ], [ 120.4855292, 30.324477 ], [ 120.4852745, 30.3243663 ], [ 120.4849606, 30.3242453 ], [ 120.4845691, 30.3241203 ], [ 120.4842578, 30.3240348 ], [ 120.4837697, 30.3239908 ], [ 120.4833244, 30.324007 ], [ 120.4827987, 30.3240695 ], [ 120.4822355, 30.3242408 ], [ 120.4818546, 30.3243612 ], [ 120.4813557, 30.3246089 ], [ 120.480771, 30.3249076 ], [ 120.4803217, 30.3251461 ], [ 120.4799194, 30.3253174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903222, 30.3264519 ], [ 120.4903289, 30.3241529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799194, 30.3253174 ], [ 120.479458, 30.3254934 ], [ 120.4789565, 30.3256832 ], [ 120.4780874, 30.3259842 ], [ 120.4773538, 30.326174 ], [ 120.4759752, 30.326438 ], [ 120.4754024, 30.3265167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754024, 30.3265167 ], [ 120.4759752, 30.326438 ], [ 120.4773538, 30.326174 ], [ 120.4780874, 30.3259842 ], [ 120.4789565, 30.3256832 ], [ 120.479458, 30.3254934 ], [ 120.4799194, 30.3253174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374864, 30.3247566 ], [ 120.3755196, 30.3248454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3746498, 30.3251336 ], [ 120.3727126, 30.324904 ], [ 120.371689, 30.32486 ], [ 120.3697531, 30.3247686 ], [ 120.3690608, 30.3247359 ], [ 120.3689893, 30.3247325 ], [ 120.366241, 30.3246202 ], [ 120.3649638, 30.3245602 ], [ 120.3642569, 30.3246007 ], [ 120.3637019, 30.3246449 ], [ 120.3634723, 30.3246983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3746498, 30.3251336 ], [ 120.3746356, 30.3247012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374864, 30.3247566 ], [ 120.3748528, 30.3251586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3755196, 30.3248454 ], [ 120.3770878, 30.3250225 ], [ 120.3778125, 30.3250678 ], [ 120.3788247, 30.3250877 ], [ 120.3810972, 30.325117 ], [ 120.3845543, 30.3251282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.363288, 30.3247442 ], [ 120.3605344, 30.3254657 ], [ 120.3597707, 30.32558 ], [ 120.3591776, 30.3256289 ], [ 120.3584485, 30.3256495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3755196, 30.3248454 ], [ 120.3763943, 30.3250206 ], [ 120.3788675, 30.3254164 ], [ 120.3792537, 30.3255727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.378797, 30.3257108 ], [ 120.3776352, 30.3256043 ], [ 120.3773766, 30.3255662 ], [ 120.3768168, 30.3255062 ], [ 120.3763891, 30.3254398 ], [ 120.3754942, 30.3252754 ], [ 120.3748528, 30.3251586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "江东大桥连接线", "德胜快速路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3792537, 30.3255727 ], [ 120.3798484, 30.3256627 ], [ 120.3803053, 30.3257319 ], [ 120.3807492, 30.3258007 ], [ 120.3810561, 30.3258412 ], [ 120.3813489, 30.3258695 ], [ 120.381769, 30.3258852 ], [ 120.3821207, 30.3258809 ], [ 120.3825077, 30.3258521 ], [ 120.3847173, 30.3256448 ], [ 120.3855955, 30.3255803 ], [ 120.3862412, 30.3255397 ], [ 120.3867822, 30.3255152 ], [ 120.3871858, 30.3254952 ], [ 120.3875988, 30.3254873 ], [ 120.3885314, 30.3254848 ], [ 120.3888911, 30.3254758 ], [ 120.389217, 30.3254694 ], [ 120.3896426, 30.3254462 ], [ 120.3902501, 30.3254071 ], [ 120.3904975, 30.3253955 ], [ 120.3907696, 30.3253944 ], [ 120.3911462, 30.3253821 ], [ 120.3921242, 30.3253575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "motorway", "name": "江东大桥连接线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3714988, 30.3252486 ], [ 120.371963, 30.325228 ], [ 120.3722398, 30.3252191 ], [ 120.3724113, 30.3252399 ], [ 120.3726532, 30.3253012 ], [ 120.3729239, 30.3253679 ], [ 120.3732357, 30.3254511 ], [ 120.3735104, 30.3255118 ], [ 120.3744019, 30.3256582 ], [ 120.3751241, 30.3258201 ], [ 120.3764137, 30.3260997 ], [ 120.3772634, 30.3262448 ], [ 120.3776648, 30.3262932 ], [ 120.3779362, 30.3263196 ], [ 120.3785035, 30.3263458 ], [ 120.3790219, 30.3263439 ], [ 120.3797279, 30.3263156 ], [ 120.380133, 30.3263048 ], [ 120.3811107, 30.3262501 ], [ 120.3821737, 30.3261638 ], [ 120.384594, 30.3259777 ], [ 120.3873923, 30.325753 ], [ 120.389364, 30.3255974 ], [ 120.3901825, 30.3255184 ], [ 120.3909604, 30.3254709 ], [ 120.3921242, 30.3253575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903222, 30.3264519 ], [ 120.4905125, 30.3264565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4905125, 30.3264565 ], [ 120.4903222, 30.3264519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4905125, 30.3264565 ], [ 120.4936362, 30.3264356 ], [ 120.4939661, 30.3264449 ], [ 120.496767, 30.3264741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.496767, 30.3264741 ], [ 120.4939661, 30.3264449 ], [ 120.4936362, 30.3264356 ], [ 120.4905125, 30.3264565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903222, 30.3264519 ], [ 120.4887858, 30.3264639 ], [ 120.4876696, 30.3264727 ], [ 120.4868274, 30.3264588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4868274, 30.3264588 ], [ 120.4876696, 30.3264727 ], [ 120.4887858, 30.3264639 ], [ 120.4903222, 30.3264519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.496767, 30.3264741 ], [ 120.5021315, 30.3264855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021315, 30.3264855 ], [ 120.496767, 30.3264741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752928, 30.3265399 ], [ 120.4754024, 30.3265167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754024, 30.3265167 ], [ 120.4752928, 30.3265399 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "德胜东路", "江涛路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3979841, 30.3246284 ], [ 120.3973475, 30.3247753 ], [ 120.3961013, 30.3250906 ], [ 120.3947041, 30.3253757 ], [ 120.3932983, 30.3255981 ], [ 120.3924417, 30.3256672 ], [ 120.3918824, 30.3257294 ], [ 120.3917348, 30.3257989 ], [ 120.3915774, 30.3259608 ], [ 120.3920103, 30.3270006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4362557, 30.3216688 ], [ 120.43636, 30.3228329 ], [ 120.436365, 30.3228886 ], [ 120.4364518, 30.3239723 ], [ 120.4365119, 30.3250675 ], [ 120.4365787, 30.3258399 ], [ 120.436592, 30.3263527 ], [ 120.4366521, 30.3272809 ], [ 120.4367025, 30.3282986 ], [ 120.4367104, 30.3284201 ], [ 120.4367301, 30.3287242 ], [ 120.4367304, 30.3287291 ], [ 120.4368458, 30.3303647 ], [ 120.4359481, 30.3303816 ], [ 120.4358579, 30.3309205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4358579, 30.3309205 ], [ 120.4359481, 30.3303816 ], [ 120.4368458, 30.3303647 ], [ 120.4367304, 30.3287291 ], [ 120.4367301, 30.3287242 ], [ 120.4367104, 30.3284201 ], [ 120.4367025, 30.3282986 ], [ 120.4366521, 30.3272809 ], [ 120.436592, 30.3263527 ], [ 120.4365787, 30.3258399 ], [ 120.4365119, 30.3250675 ], [ 120.4364518, 30.3239723 ], [ 120.436365, 30.3228886 ], [ 120.43636, 30.3228329 ], [ 120.4362557, 30.3216688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4373065, 30.354036 ], [ 120.4370219, 30.3539951 ], [ 120.4367611, 30.3539754 ], [ 120.4365545, 30.3539418 ], [ 120.4363475, 30.3534106 ], [ 120.4342103, 30.3513194 ], [ 120.4329094, 30.3483359 ], [ 120.4305752, 30.3424663 ], [ 120.4281052, 30.3366703 ], [ 120.4260043, 30.3317162 ], [ 120.4249245, 30.3291422 ], [ 120.4238156, 30.3264508 ], [ 120.4214269, 30.3209727 ], [ 120.4210452, 30.3200912 ], [ 120.4202028, 30.3181575 ], [ 120.417724, 30.3124057 ], [ 120.4176189, 30.3121571 ], [ 120.4161066, 30.308581 ], [ 120.4139091, 30.3038076 ], [ 120.4119138, 30.2990568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4119138, 30.2990568 ], [ 120.4139091, 30.3038076 ], [ 120.4161066, 30.308581 ], [ 120.4176189, 30.3121571 ], [ 120.417724, 30.3124057 ], [ 120.4202028, 30.3181575 ], [ 120.4210452, 30.3200912 ], [ 120.4214269, 30.3209727 ], [ 120.4238156, 30.3264508 ], [ 120.4249245, 30.3291422 ], [ 120.4260043, 30.3317162 ], [ 120.4281052, 30.3366703 ], [ 120.4305752, 30.3424663 ], [ 120.4329094, 30.3483359 ], [ 120.4342103, 30.3513194 ], [ 120.4363475, 30.3534106 ], [ 120.4365545, 30.3539418 ], [ 120.4367611, 30.3539754 ], [ 120.4370219, 30.3539951 ], [ 120.4373065, 30.354036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3883771, 30.3270305 ], [ 120.3852231, 30.3269956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3852231, 30.3269956 ], [ 120.3883771, 30.3270305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3920103, 30.3270006 ], [ 120.3883771, 30.3270305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3883771, 30.3270305 ], [ 120.3920103, 30.3270006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925103, 30.3284496 ], [ 120.3920103, 30.3270006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451817, 30.3220622 ], [ 120.4505736, 30.3220579 ], [ 120.4494611, 30.322054 ], [ 120.4492337, 30.3220532 ], [ 120.449166, 30.322053 ], [ 120.4484437, 30.3220505 ], [ 120.4475173, 30.3220473 ], [ 120.4449386, 30.3220092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519887, 30.3220577 ], [ 120.451817, 30.3220622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4572609, 30.3221237 ], [ 120.4555098, 30.3220966 ], [ 120.4519887, 30.3220577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691605, 30.3219796 ], [ 120.4674788, 30.3220611 ], [ 120.4651015, 30.3222134 ], [ 120.4647667, 30.3222422 ], [ 120.4645583, 30.322256 ], [ 120.4644464, 30.3222289 ], [ 120.4642457, 30.3222283 ], [ 120.4638367, 30.3222271 ], [ 120.4626712, 30.3222236 ], [ 120.4610967, 30.3221905 ], [ 120.4597702, 30.3221626 ], [ 120.4574842, 30.3221272 ], [ 120.4572609, 30.3221237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691605, 30.3219796 ], [ 120.4691602, 30.3221405 ], [ 120.4691557, 30.3250319 ], [ 120.4691638, 30.3266137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691638, 30.3266137 ], [ 120.4691557, 30.3250319 ], [ 120.4691602, 30.3221405 ], [ 120.4691605, 30.3219796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4444797, 30.3310795 ], [ 120.4445202, 30.3309196 ], [ 120.4445912, 30.3308186 ], [ 120.4446216, 30.3307106 ], [ 120.4446435, 30.3296341 ], [ 120.4446435, 30.3286198 ], [ 120.4446435, 30.3277537 ], [ 120.4446548, 30.3270209 ], [ 120.4446491, 30.3250245 ], [ 120.4446323, 30.3241614 ], [ 120.4446373, 30.3232137 ], [ 120.4446379, 30.3230958 ], [ 120.4446462, 30.3220128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4446462, 30.3220128 ], [ 120.4446379, 30.3230958 ], [ 120.4446373, 30.3232137 ], [ 120.4446323, 30.3241614 ], [ 120.4446491, 30.3250245 ], [ 120.4446548, 30.3270209 ], [ 120.4446435, 30.3277537 ], [ 120.4446435, 30.3286198 ], [ 120.4446435, 30.3296341 ], [ 120.4446216, 30.3307106 ], [ 120.4445912, 30.3308186 ], [ 120.4445202, 30.3309196 ], [ 120.4444797, 30.3310795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4449386, 30.3220092 ], [ 120.444934, 30.3249812 ], [ 120.4449335, 30.3250618 ], [ 120.444923, 30.3270292 ], [ 120.4449228, 30.3270593 ], [ 120.4449284, 30.3289109 ], [ 120.4449121, 30.3307417 ], [ 120.4449486, 30.3308417 ], [ 120.4450441, 30.330983 ], [ 120.4450908, 30.3311242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4450908, 30.3311242 ], [ 120.4450441, 30.330983 ], [ 120.4449486, 30.3308417 ], [ 120.4449121, 30.3307417 ], [ 120.4449284, 30.3289109 ], [ 120.4449228, 30.3270593 ], [ 120.444923, 30.3270292 ], [ 120.4449335, 30.3250618 ], [ 120.444934, 30.3249812 ], [ 120.4449386, 30.3220092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "江东大桥连接线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3917025, 30.3255444 ], [ 120.3913489, 30.3256486 ], [ 120.390721, 30.3257595 ], [ 120.3905587, 30.3257734 ], [ 120.3899361, 30.3257983 ], [ 120.3892641, 30.3258804 ], [ 120.3887911, 30.3259457 ], [ 120.3885479, 30.3259835 ], [ 120.3882801, 30.3260186 ], [ 120.3880193, 30.3260332 ], [ 120.3877493, 30.3260079 ], [ 120.3875123, 30.3259704 ], [ 120.3869432, 30.3258409 ], [ 120.3865504, 30.3257274 ], [ 120.3863174, 30.325688 ], [ 120.3860474, 30.3256726 ], [ 120.3857921, 30.325675 ], [ 120.3855377, 30.3256924 ], [ 120.3852772, 30.3257125 ], [ 120.3847501, 30.3257606 ], [ 120.3836437, 30.3258701 ], [ 120.3825149, 30.3259984 ], [ 120.3820545, 30.3260343 ], [ 120.3816749, 30.3260484 ], [ 120.3813129, 30.3260441 ], [ 120.3809608, 30.3260086 ], [ 120.38046, 30.3259364 ], [ 120.3802384, 30.3258998 ], [ 120.3798019, 30.3258179 ], [ 120.3794021, 30.325762 ], [ 120.378797, 30.3257108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "motorway", "name": "江东大桥连接线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3917025, 30.3255444 ], [ 120.3909604, 30.3256009 ], [ 120.3892097, 30.3257343 ], [ 120.3861304, 30.3259915 ], [ 120.3836022, 30.3261922 ], [ 120.3810865, 30.3263801 ], [ 120.3793496, 30.3265015 ], [ 120.3787271, 30.3265091 ], [ 120.3780113, 30.3264925 ], [ 120.3776323, 30.3264598 ], [ 120.3770761, 30.3263847 ], [ 120.3756284, 30.3261082 ], [ 120.3751211, 30.3259789 ], [ 120.3743597, 30.3258109 ], [ 120.3736773, 30.3256924 ], [ 120.3733616, 30.325664 ], [ 120.3729949, 30.3256488 ], [ 120.3729216, 30.3256491 ], [ 120.3725585, 30.3256693 ], [ 120.3721164, 30.3257056 ], [ 120.3715462, 30.3257563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3850244, 30.3269813 ], [ 120.3849556, 30.326784 ], [ 120.3847805, 30.3262185 ], [ 120.3845424, 30.3254399 ], [ 120.3845543, 30.3251282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3845543, 30.3251282 ], [ 120.3847313, 30.325413 ], [ 120.3849663, 30.326204 ], [ 120.385142, 30.3267782 ], [ 120.3852231, 30.3269956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3634723, 30.3246983 ], [ 120.3637075, 30.3252186 ], [ 120.363882, 30.3256317 ], [ 120.3639664, 30.3259026 ], [ 120.364035, 30.3261819 ], [ 120.3640782, 30.3264765 ], [ 120.3642076, 30.3274685 ], [ 120.3642743, 30.3281084 ], [ 120.3643135, 30.3283217 ], [ 120.3643508, 30.3285678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.364186, 30.3285712 ], [ 120.3641468, 30.3283065 ], [ 120.3641233, 30.3281067 ], [ 120.3639664, 30.3268709 ], [ 120.3639232, 30.3264781 ], [ 120.3638781, 30.3262394 ], [ 120.363833, 30.3260244 ], [ 120.3637291, 30.3256926 ], [ 120.3635624, 30.3252965 ], [ 120.363288, 30.3247442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3584485, 30.3256495 ], [ 120.3584693, 30.3262817 ], [ 120.3584813, 30.327023 ], [ 120.3584717, 30.3271431 ], [ 120.3584775, 30.3274261 ], [ 120.3584764, 30.3275483 ], [ 120.3584744, 30.3277605 ], [ 120.3584787, 30.3280458 ], [ 120.3584785, 30.3282379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "经六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3584785, 30.3282379 ], [ 120.3584787, 30.3280458 ], [ 120.3584744, 30.3277605 ], [ 120.3584764, 30.3275483 ], [ 120.3584775, 30.3274261 ], [ 120.3584717, 30.3271431 ], [ 120.3584813, 30.327023 ], [ 120.3584693, 30.3262817 ], [ 120.3584485, 30.3256495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.381417, 30.3269892 ], [ 120.3831751, 30.3269832 ], [ 120.3850244, 30.3269813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3850244, 30.3269813 ], [ 120.3831751, 30.3269832 ], [ 120.381417, 30.3269892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752928, 30.3265399 ], [ 120.4749881, 30.3265583 ], [ 120.4749316, 30.3265614 ], [ 120.4746262, 30.3265782 ], [ 120.4743902, 30.3265911 ], [ 120.4691638, 30.3266137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691638, 30.3266137 ], [ 120.4743902, 30.3265911 ], [ 120.4746262, 30.3265782 ], [ 120.4749316, 30.3265614 ], [ 120.4749881, 30.3265583 ], [ 120.4752928, 30.3265399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4656138, 30.3266394 ], [ 120.4691638, 30.3266137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691638, 30.3266137 ], [ 120.4656138, 30.3266394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4519887, 30.3220577 ], [ 120.4520351, 30.3264332 ], [ 120.451998, 30.3312727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4518092, 30.3312755 ], [ 120.4518614, 30.3264345 ], [ 120.451817, 30.3220622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691546, 30.3314548 ], [ 120.4691557, 30.3296838 ], [ 120.4691542, 30.3274864 ], [ 120.4691638, 30.3266137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691638, 30.3266137 ], [ 120.4691542, 30.3274864 ], [ 120.4691557, 30.3296838 ], [ 120.4691546, 30.3314548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4444797, 30.3310795 ], [ 120.4446081, 30.3311054 ], [ 120.4449565, 30.3311172 ], [ 120.4450908, 30.3311242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4444818, 30.3312461 ], [ 120.4444797, 30.3310795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "机场路一巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886333, 30.2884789 ], [ 120.1882854, 30.2886674 ], [ 120.1880968, 30.2887812 ], [ 120.1876533, 30.289055 ], [ 120.1875269, 30.2891331 ], [ 120.1872917, 30.2892783 ], [ 120.1871895, 30.2893456 ], [ 120.1871111, 30.2893973 ], [ 120.1870155, 30.2895441 ], [ 120.1868528, 30.2900379 ], [ 120.1867551, 30.2903345 ], [ 120.1866889, 30.2905356 ], [ 120.1863176, 30.2911959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "机场路一巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863176, 30.2911959 ], [ 120.1866889, 30.2905356 ], [ 120.1867551, 30.2903345 ], [ 120.1868528, 30.2900379 ], [ 120.1870155, 30.2895441 ], [ 120.1871111, 30.2893973 ], [ 120.1871895, 30.2893456 ], [ 120.1872917, 30.2892783 ], [ 120.1875269, 30.2891331 ], [ 120.1876533, 30.289055 ], [ 120.1880968, 30.2887812 ], [ 120.1882854, 30.2886674 ], [ 120.1886333, 30.2884789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878927, 30.2869937 ], [ 120.1883054, 30.2874065 ], [ 120.188823, 30.2882218 ], [ 120.1888562, 30.2882627 ], [ 120.189099, 30.2885613 ], [ 120.1893115, 30.2887788 ], [ 120.1895907, 30.2890741 ], [ 120.1900703, 30.2895605 ], [ 120.1910026, 30.2904963 ], [ 120.1913145, 30.2908456 ], [ 120.1917815, 30.2914367 ], [ 120.1928839, 30.2930229 ], [ 120.1929784, 30.2931355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1878927, 30.2869937 ], [ 120.188777, 30.288313 ], [ 120.1887957, 30.2883409 ], [ 120.189038, 30.2886288 ], [ 120.1905009, 30.2901528 ], [ 120.1906628, 30.2903259 ], [ 120.1911512, 30.2908412 ], [ 120.1917127, 30.2915201 ], [ 120.1920932, 30.2920183 ], [ 120.1929464, 30.2932643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929094, 30.293395 ], [ 120.1920266, 30.2920803 ], [ 120.1916574, 30.2915763 ], [ 120.1910915, 30.290903 ], [ 120.190597, 30.2903884 ], [ 120.1890374, 30.2887846 ], [ 120.1888573, 30.2885808 ], [ 120.1887203, 30.2884284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1928836, 30.2935586 ], [ 120.1925689, 30.2930819 ], [ 120.1918614, 30.2920212 ], [ 120.1915956, 30.2916588 ], [ 120.1914328, 30.2914502 ], [ 120.1912053, 30.2911608 ], [ 120.1907682, 30.2907424 ], [ 120.1907233, 30.290691 ], [ 120.1901074, 30.2900679 ], [ 120.1895726, 30.2894746 ], [ 120.1889662, 30.2888605 ], [ 120.1886333, 30.2884789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "董家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1907777, 30.2927145 ], [ 120.1897771, 30.2923699 ], [ 120.1887309, 30.2920095 ], [ 120.1877616, 30.2916756 ], [ 120.1873522, 30.2915396 ], [ 120.1863176, 30.2911959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "董家桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863176, 30.2911959 ], [ 120.1873522, 30.2915396 ], [ 120.1877616, 30.2916756 ], [ 120.1887309, 30.2920095 ], [ 120.1897771, 30.2923699 ], [ 120.1907777, 30.2927145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "机场路一巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1863176, 30.2911959 ], [ 120.1858634, 30.2919804 ], [ 120.1857263, 30.2923125 ], [ 120.1856826, 30.2925466 ], [ 120.1856612, 30.2926609 ], [ 120.1856383, 30.2929802 ], [ 120.1856296, 30.2931011 ], [ 120.1856424, 30.293207 ], [ 120.1856528, 30.2932938 ], [ 120.1856711, 30.2934461 ], [ 120.1856964, 30.2936565 ], [ 120.1858719, 30.2941293 ], [ 120.1859111, 30.2942348 ], [ 120.1861494, 30.2950516 ], [ 120.1862531, 30.2954071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "机场路一巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862531, 30.2954071 ], [ 120.1861494, 30.2950516 ], [ 120.1859111, 30.2942348 ], [ 120.1858719, 30.2941293 ], [ 120.1856964, 30.2936565 ], [ 120.1856711, 30.2934461 ], [ 120.1856528, 30.2932938 ], [ 120.1856424, 30.293207 ], [ 120.1856296, 30.2931011 ], [ 120.1856383, 30.2929802 ], [ 120.1856612, 30.2926609 ], [ 120.1856826, 30.2925466 ], [ 120.1857263, 30.2923125 ], [ 120.1858634, 30.2919804 ], [ 120.1863176, 30.2911959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015659, 30.2910679 ], [ 120.200812, 30.2918743 ], [ 120.2004252, 30.292316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020695, 30.2911731 ], [ 120.2023652, 30.2912976 ], [ 120.2026059, 30.2914441 ], [ 120.2039617, 30.2922694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城路 Tiancheng Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203727, 30.292536 ], [ 120.2016694, 30.291242 ], [ 120.2015659, 30.2910679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "王家井街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2003577, 30.2922824 ], [ 120.2004252, 30.292316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "王家井街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2004252, 30.292316 ], [ 120.2003577, 30.2922824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2039617, 30.2922694 ], [ 120.2040721, 30.2923407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203727, 30.292536 ], [ 120.2039617, 30.2922694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2040721, 30.2923407 ], [ 120.2039224, 30.2925399 ], [ 120.2038947, 30.2925805 ], [ 120.2038648, 30.2926245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天城路 Tiancheng Road" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2038648, 30.2926245 ], [ 120.2038082, 30.2925882 ], [ 120.203727, 30.292536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "王家井街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2004252, 30.292316 ], [ 120.2010318, 30.2925368 ], [ 120.2012196, 30.2925819 ], [ 120.2015204, 30.2926972 ], [ 120.2019931, 30.2929331 ], [ 120.2023139, 30.2931539 ], [ 120.202864, 30.2935416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "王家井街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202864, 30.2935416 ], [ 120.2023139, 30.2931539 ], [ 120.2019931, 30.2929331 ], [ 120.2015204, 30.2926972 ], [ 120.2012196, 30.2925819 ], [ 120.2010318, 30.2925368 ], [ 120.2004252, 30.292316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202864, 30.2935416 ], [ 120.2033244, 30.2930076 ], [ 120.2035748, 30.2927143 ], [ 120.2036722, 30.2926002 ], [ 120.203727, 30.292536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1989887, 30.2938637 ], [ 120.1999089, 30.2927884 ], [ 120.2003577, 30.2922824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2038648, 30.2926245 ], [ 120.2037111, 30.2928057 ], [ 120.2030673, 30.2935643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2004252, 30.292316 ], [ 120.2002334, 30.2925547 ], [ 120.1997642, 30.2930876 ], [ 120.1990604, 30.2939176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "麦庙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1989887, 30.2938637 ], [ 120.1988498, 30.2937593 ], [ 120.1986212, 30.2935876 ], [ 120.1981007, 30.2931966 ], [ 120.1975897, 30.2927978 ], [ 120.1972775, 30.2925711 ], [ 120.1970315, 30.2924036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "麦庙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970315, 30.2924036 ], [ 120.1972775, 30.2925711 ], [ 120.1975897, 30.2927978 ], [ 120.1981007, 30.2931966 ], [ 120.1986212, 30.2935876 ], [ 120.1988498, 30.2937593 ], [ 120.1989887, 30.2938637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2030673, 30.2935643 ], [ 120.2029745, 30.2936754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "麦庙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1990604, 30.2939176 ], [ 120.1989887, 30.2938637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "麦庙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1989887, 30.2938637 ], [ 120.1990604, 30.2939176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929784, 30.2931355 ], [ 120.1932439, 30.2935256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929464, 30.2932643 ], [ 120.1932167, 30.2936539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1928836, 30.2935586 ], [ 120.1929094, 30.293395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932439, 30.2935256 ], [ 120.1932167, 30.2936539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931849, 30.2938088 ], [ 120.1929094, 30.293395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932167, 30.2936539 ], [ 120.1931849, 30.2938088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931612, 30.2939083 ], [ 120.1928836, 30.2935586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931849, 30.2938088 ], [ 120.1931612, 30.2939083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1918992, 30.2962689 ], [ 120.1924918, 30.2949631 ], [ 120.1925834, 30.2947337 ], [ 120.1927206, 30.2942888 ], [ 120.1928406, 30.2938257 ], [ 120.1928836, 30.2935586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932439, 30.2935256 ], [ 120.1935277, 30.2939409 ], [ 120.1939656, 30.294576 ], [ 120.1942307, 30.2949407 ], [ 120.1948013, 30.2958209 ], [ 120.1950922, 30.2962373 ], [ 120.195507, 30.296881 ], [ 120.1956698, 30.2971132 ], [ 120.1956821, 30.2971341 ], [ 120.1957926, 30.2972922 ], [ 120.1958913, 30.2974523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048057, 30.294768 ], [ 120.2045882, 30.2946307 ], [ 120.2029745, 30.2936754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2011586, 30.2956358 ], [ 120.2018389, 30.2947996 ], [ 120.202864, 30.2935416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2029745, 30.2936754 ], [ 120.2025299, 30.2941997 ], [ 120.2022592, 30.294522 ], [ 120.2019835, 30.2948394 ], [ 120.2012616, 30.2956926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "麦庙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2011586, 30.2956358 ], [ 120.2005503, 30.295111 ], [ 120.200386, 30.2949753 ], [ 120.1998349, 30.294538 ], [ 120.19947, 30.2942457 ], [ 120.1990604, 30.2939176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "麦庙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1990604, 30.2939176 ], [ 120.19947, 30.2942457 ], [ 120.1998349, 30.294538 ], [ 120.200386, 30.2949753 ], [ 120.2005503, 30.295111 ], [ 120.2011586, 30.2956358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197364, 30.2957817 ], [ 120.1989887, 30.2938637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1990604, 30.2939176 ], [ 120.1982834, 30.2948332 ], [ 120.1974456, 30.2958251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "麦庙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2012616, 30.2956926 ], [ 120.2011586, 30.2956358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "麦庙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2011586, 30.2956358 ], [ 120.2012616, 30.2956926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995687, 30.2973116 ], [ 120.1998437, 30.2971046 ], [ 120.2000707, 30.2969086 ], [ 120.200237, 30.2967319 ], [ 120.2003775, 30.2965803 ], [ 120.2004544, 30.2964972 ], [ 120.2005407, 30.2963917 ], [ 120.2011586, 30.2956358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931612, 30.2939083 ], [ 120.1930892, 30.2941991 ], [ 120.1929547, 30.2945819 ], [ 120.1926355, 30.2952364 ], [ 120.1921228, 30.2963677 ], [ 120.1916434, 30.2973266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197364, 30.2957817 ], [ 120.1974456, 30.2958251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1972747, 30.2958595 ], [ 120.197364, 30.2957817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974456, 30.2958251 ], [ 120.1973611, 30.29592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1973611, 30.29592 ], [ 120.1972747, 30.2958595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932167, 30.2936539 ], [ 120.1941267, 30.2949776 ], [ 120.1945713, 30.2956415 ], [ 120.1950139, 30.2963335 ], [ 120.1954029, 30.296909 ], [ 120.1955731, 30.2971709 ], [ 120.1957093, 30.2973691 ], [ 120.1957485, 30.2974339 ], [ 120.1958191, 30.2975508 ], [ 120.1963988, 30.2984384 ], [ 120.1966864, 30.298858 ], [ 120.1968303, 30.2990831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967215, 30.2991264 ], [ 120.1966082, 30.2989306 ], [ 120.1960047, 30.2980272 ], [ 120.1956131, 30.2974379 ], [ 120.1954791, 30.2972276 ], [ 120.1953201, 30.2969797 ], [ 120.1942896, 30.2953629 ], [ 120.1938415, 30.2947213 ], [ 120.1934585, 30.2942428 ], [ 120.1931849, 30.2938088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1966312, 30.2991623 ], [ 120.1965058, 30.298973 ], [ 120.1960817, 30.2983212 ], [ 120.1955451, 30.2975052 ], [ 120.1953883, 30.2972802 ], [ 120.1950988, 30.296807 ], [ 120.1948742, 30.2964783 ], [ 120.1945707, 30.2960617 ], [ 120.1945127, 30.2959677 ], [ 120.1943768, 30.2957455 ], [ 120.1941991, 30.2954709 ], [ 120.1938456, 30.2949414 ], [ 120.1936443, 30.29464 ], [ 120.1935722, 30.2945249 ], [ 120.1931612, 30.2939083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958913, 30.2974523 ], [ 120.1965057, 30.2967325 ], [ 120.1970006, 30.2961519 ], [ 120.1972747, 30.2958595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1973611, 30.29592 ], [ 120.197151, 30.2961095 ], [ 120.1963752, 30.2970425 ], [ 120.195939, 30.2975404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2012616, 30.2956926 ], [ 120.2010573, 30.2959412 ], [ 120.2005503, 30.296558 ], [ 120.2003265, 30.2968009 ], [ 120.2001507, 30.2969693 ], [ 120.1999141, 30.2971874 ], [ 120.19971, 30.2973495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974456, 30.2958251 ], [ 120.1982693, 30.296419 ], [ 120.1989575, 30.2969098 ], [ 120.1995687, 30.2973116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1994859, 30.2973703 ], [ 120.1987064, 30.2968524 ], [ 120.1982872, 30.2965591 ], [ 120.1978588, 30.2962595 ], [ 120.1973611, 30.29592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2016493, 30.2985416 ], [ 120.2029222, 30.2970104 ], [ 120.2040716, 30.2956495 ], [ 120.2044734, 30.2951685 ], [ 120.2048057, 30.294768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048057, 30.294768 ], [ 120.2044734, 30.2951685 ], [ 120.2040716, 30.2956495 ], [ 120.2029222, 30.2970104 ], [ 120.2016493, 30.2985416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995687, 30.2973116 ], [ 120.19971, 30.2973495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1994859, 30.2973703 ], [ 120.1995687, 30.2973116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.19971, 30.2973495 ], [ 120.1995969, 30.2974267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995969, 30.2974267 ], [ 120.1994859, 30.2973703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.19971, 30.2973495 ], [ 120.2000697, 30.2974893 ], [ 120.2005208, 30.2977499 ], [ 120.2010958, 30.2981411 ], [ 120.2016493, 30.2985416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾家畈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1918992, 30.2962689 ], [ 120.1918181, 30.2962564 ], [ 120.191145, 30.2961527 ], [ 120.1908691, 30.2961102 ], [ 120.1905607, 30.2960626 ], [ 120.1898773, 30.2959573 ], [ 120.1892306, 30.2958576 ], [ 120.1889875, 30.2958201 ], [ 120.1883489, 30.2957083 ], [ 120.1879592, 30.2956523 ], [ 120.187809, 30.2956307 ], [ 120.1871452, 30.2955353 ], [ 120.18705, 30.2955216 ], [ 120.1862531, 30.2954071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾家畈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862531, 30.2954071 ], [ 120.18705, 30.2955216 ], [ 120.1871452, 30.2955353 ], [ 120.187809, 30.2956307 ], [ 120.1879592, 30.2956523 ], [ 120.1883489, 30.2957083 ], [ 120.1889875, 30.2958201 ], [ 120.1892306, 30.2958576 ], [ 120.1898773, 30.2959573 ], [ 120.1905607, 30.2960626 ], [ 120.1908691, 30.2961102 ], [ 120.191145, 30.2961527 ], [ 120.1918181, 30.2962564 ], [ 120.1918992, 30.2962689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里亭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1862531, 30.2954071 ], [ 120.1862106, 30.2959299 ], [ 120.1861199, 30.297045 ], [ 120.1861155, 30.297099 ], [ 120.1861799, 30.2978389 ], [ 120.1861857, 30.2981893 ], [ 120.1861923, 30.2986119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里亭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861923, 30.2986119 ], [ 120.1861857, 30.2981893 ], [ 120.1861799, 30.2978389 ], [ 120.1861155, 30.297099 ], [ 120.1861199, 30.297045 ], [ 120.1862106, 30.2959299 ], [ 120.1862531, 30.2954071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "池塘庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886902, 30.2988367 ], [ 120.1881054, 30.2987496 ], [ 120.1875896, 30.2987377 ], [ 120.1869288, 30.2986782 ], [ 120.1869071, 30.2986762 ], [ 120.1861923, 30.2986119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "池塘庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1861923, 30.2986119 ], [ 120.1869071, 30.2986762 ], [ 120.1869288, 30.2986782 ], [ 120.1875896, 30.2987377 ], [ 120.1881054, 30.2987496 ], [ 120.1886902, 30.2988367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "池塘庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1905537, 30.2989857 ], [ 120.1900953, 30.298949 ], [ 120.1894749, 30.2988994 ], [ 120.1886902, 30.2988367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "池塘庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886902, 30.2988367 ], [ 120.1894749, 30.2988994 ], [ 120.1900953, 30.298949 ], [ 120.1905537, 30.2989857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "池塘庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908578, 30.2990846 ], [ 120.1905537, 30.2989857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "池塘庙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1905537, 30.2989857 ], [ 120.1908578, 30.2990846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958913, 30.2974523 ], [ 120.195939, 30.2975404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1905537, 30.2989857 ], [ 120.1905913, 30.298903 ], [ 120.1908699, 30.2982909 ], [ 120.1910994, 30.2977938 ], [ 120.191346, 30.2973532 ], [ 120.1915812, 30.2969331 ], [ 120.1918992, 30.2962689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1916434, 30.2973266 ], [ 120.1913996, 30.2978748 ], [ 120.1911435, 30.2984601 ], [ 120.1908578, 30.2990846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.195939, 30.2975404 ], [ 120.1961271, 30.2978228 ], [ 120.1963395, 30.2981542 ], [ 120.196767, 30.2988135 ], [ 120.1969208, 30.2990334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1941925, 30.2999754 ], [ 120.1939609, 30.2990266 ], [ 120.1939144, 30.298836 ], [ 120.1938332, 30.2986666 ], [ 120.193796, 30.2985999 ], [ 120.1935742, 30.2983079 ], [ 120.1932336, 30.2981428 ], [ 120.1929589, 30.298005 ], [ 120.192337, 30.2976928 ], [ 120.1917456, 30.2974168 ], [ 120.1916434, 30.2973266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1916434, 30.2973266 ], [ 120.1917456, 30.2974168 ], [ 120.192337, 30.2976928 ], [ 120.1929589, 30.298005 ], [ 120.1932336, 30.2981428 ], [ 120.1935742, 30.2983079 ], [ 120.193796, 30.2985999 ], [ 120.1938332, 30.2986666 ], [ 120.1939144, 30.298836 ], [ 120.1939609, 30.2990266 ], [ 120.1941925, 30.2999754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1968303, 30.2990831 ], [ 120.1969208, 30.2990334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969208, 30.2990334 ], [ 120.1969827, 30.2991285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967215, 30.2991264 ], [ 120.1968303, 30.2990831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1968303, 30.2990831 ], [ 120.1969004, 30.2991807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1966312, 30.2991623 ], [ 120.1967215, 30.2991264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969827, 30.2991285 ], [ 120.1969004, 30.2991807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967934, 30.2992296 ], [ 120.1967215, 30.2991264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969004, 30.2991807 ], [ 120.1967934, 30.2992296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967077, 30.29926 ], [ 120.1966312, 30.2991623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967934, 30.2992296 ], [ 120.1967077, 30.29926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1941925, 30.2999754 ], [ 120.194842, 30.2998194 ], [ 120.1953602, 30.2996537 ], [ 120.1959266, 30.2994178 ], [ 120.1966312, 30.2991623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1967077, 30.29926 ], [ 120.1965002, 30.2993295 ], [ 120.1955897, 30.2996916 ], [ 120.1949309, 30.2999208 ], [ 120.1942344, 30.3000874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1906856, 30.2994575 ], [ 120.1907564, 30.2994814 ], [ 120.1912276, 30.2996405 ], [ 120.1915239, 30.2997405 ], [ 120.1915682, 30.2997555 ], [ 120.1919628, 30.2998689 ], [ 120.1924274, 30.2999823 ], [ 120.1926729, 30.3000073 ], [ 120.1927843, 30.3000186 ], [ 120.1932393, 30.3000428 ], [ 120.1936636, 30.3000348 ], [ 120.1941925, 30.2999754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974812, 30.300406 ], [ 120.1972908, 30.3001674 ], [ 120.1967077, 30.29926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.225071, 30.2937466 ], [ 120.2250551, 30.2936171 ], [ 120.2250548, 30.2936089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.22534, 30.2937202 ], [ 120.225071, 30.2937466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2201087, 30.2939145 ], [ 120.220706, 30.29396 ], [ 120.2212608, 30.2939719 ], [ 120.2219833, 30.2939426 ], [ 120.2225993, 30.2938837 ], [ 120.222857, 30.2938584 ], [ 120.2232827, 30.2938166 ], [ 120.223891, 30.293708 ], [ 120.224722, 30.2936367 ], [ 120.2250548, 30.2936089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.225071, 30.2937466 ], [ 120.2246323, 30.2937896 ], [ 120.2228923, 30.2939789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228923, 30.2939789 ], [ 120.2224421, 30.2940668 ], [ 120.2219355, 30.2940981 ], [ 120.2213047, 30.2941241 ], [ 120.2207158, 30.2941266 ], [ 120.2201171, 30.2940858 ], [ 120.2200348, 30.2940802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.22534, 30.2937202 ], [ 120.2253422, 30.2937417 ], [ 120.2254763, 30.2945023 ], [ 120.2255963, 30.2950142 ], [ 120.2258742, 30.2960486 ], [ 120.2262626, 30.2972097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲花桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224869, 30.2970165 ], [ 120.222502, 30.2969803 ], [ 120.2226378, 30.2967156 ], [ 120.2227112, 30.2964306 ], [ 120.2227248, 30.2963777 ], [ 120.2227596, 30.2958746 ], [ 120.2227596, 30.2952814 ], [ 120.2227596, 30.2951913 ], [ 120.2228923, 30.2939789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲花桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2228923, 30.2939789 ], [ 120.2227596, 30.2951913 ], [ 120.2227596, 30.2952814 ], [ 120.2227596, 30.2958746 ], [ 120.2227248, 30.2963777 ], [ 120.2227112, 30.2964306 ], [ 120.2226378, 30.2967156 ], [ 120.222502, 30.2969803 ], [ 120.2224869, 30.2970165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2260584, 30.2973593 ], [ 120.2259468, 30.2970929 ], [ 120.225568, 30.2959222 ], [ 120.2252969, 30.2949447 ], [ 120.225073, 30.2937624 ], [ 120.225071, 30.2937466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224869, 30.2970165 ], [ 120.2200466, 30.2966149 ], [ 120.2193856, 30.2964986 ], [ 120.2192525, 30.2964764 ], [ 120.21913, 30.2964572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200348, 30.2940802 ], [ 120.2199539, 30.2942334 ], [ 120.2196534, 30.295012 ], [ 120.2196433, 30.2950447 ], [ 120.2195708, 30.2952803 ], [ 120.2193679, 30.2958113 ], [ 120.2193113, 30.2959595 ], [ 120.2191794, 30.2962957 ], [ 120.21913, 30.2964572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.21913, 30.2964572 ], [ 120.2191794, 30.2962957 ], [ 120.2193113, 30.2959595 ], [ 120.2193679, 30.2958113 ], [ 120.2195708, 30.2952803 ], [ 120.2196433, 30.2950447 ], [ 120.2196534, 30.295012 ], [ 120.2199539, 30.2942334 ], [ 120.2200348, 30.2940802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165715, 30.2960722 ], [ 120.2152992, 30.2958531 ], [ 120.2149288, 30.2957929 ], [ 120.2145375, 30.2957293 ], [ 120.2139137, 30.2956279 ], [ 120.2137146, 30.2955872 ], [ 120.213478, 30.2955389 ], [ 120.2131555, 30.2954254 ], [ 120.2128857, 30.2952901 ], [ 120.2125696, 30.2950922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125696, 30.2950922 ], [ 120.2128857, 30.2952901 ], [ 120.2131555, 30.2954254 ], [ 120.213478, 30.2955389 ], [ 120.2137146, 30.2955872 ], [ 120.2139137, 30.2956279 ], [ 120.2145375, 30.2957293 ], [ 120.2149288, 30.2957929 ], [ 120.2152992, 30.2958531 ], [ 120.2165715, 30.2960722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165715, 30.2960722 ], [ 120.2167318, 30.2960937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167318, 30.2960937 ], [ 120.2165715, 30.2960722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167318, 30.2960937 ], [ 120.2168305, 30.2961086 ], [ 120.2175331, 30.2962149 ], [ 120.2177951, 30.2962546 ], [ 120.2188998, 30.2964218 ], [ 120.2190123, 30.2964388 ], [ 120.21913, 30.2964572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.21913, 30.2964572 ], [ 120.2190123, 30.2964388 ], [ 120.2188998, 30.2964218 ], [ 120.2177951, 30.2962546 ], [ 120.2175331, 30.2962149 ], [ 120.2168305, 30.2961086 ], [ 120.2167318, 30.2960937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167318, 30.2960937 ], [ 120.2164866, 30.296476 ], [ 120.2162065, 30.2968584 ], [ 120.2159456, 30.2971907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184659, 30.2982356 ], [ 120.2185159, 30.2980757 ], [ 120.2189135, 30.2970562 ], [ 120.219064, 30.2966701 ], [ 120.2190937, 30.2965758 ], [ 120.21913, 30.2964572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.21913, 30.2964572 ], [ 120.2190937, 30.2965758 ], [ 120.219064, 30.2966701 ], [ 120.2189135, 30.2970562 ], [ 120.2185159, 30.2980757 ], [ 120.2184659, 30.2982356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145981, 30.298668 ], [ 120.2152805, 30.2978127 ], [ 120.2160828, 30.2968071 ], [ 120.2163446, 30.2964396 ], [ 120.2165715, 30.2960722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145981, 30.298668 ], [ 120.2137067, 30.2981101 ], [ 120.2132969, 30.2978536 ], [ 120.2130519, 30.2977002 ], [ 120.211985, 30.2970324 ], [ 120.2113841, 30.2966563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113841, 30.2966563 ], [ 120.211985, 30.2970324 ], [ 120.2130519, 30.2977002 ], [ 120.2132969, 30.2978536 ], [ 120.2137067, 30.2981101 ], [ 120.2145981, 30.298668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184659, 30.2982356 ], [ 120.2159456, 30.2971907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2159456, 30.2971907 ], [ 120.2184659, 30.2982356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2159456, 30.2971907 ], [ 120.2155464, 30.2976992 ], [ 120.2147125, 30.2987615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145981, 30.298668 ], [ 120.2147125, 30.2987615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "和兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147125, 30.2987615 ], [ 120.2145981, 30.298668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184659, 30.2982356 ], [ 120.218583, 30.2982811 ], [ 120.2186525, 30.29831 ], [ 120.2193082, 30.2985828 ], [ 120.219523, 30.2986722 ], [ 120.2209853, 30.2992807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113841, 30.2966563 ], [ 120.2109846, 30.2971704 ], [ 120.2107173, 30.2975158 ], [ 120.2103067, 30.2979374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2086896, 30.2969758 ], [ 120.2100521, 30.2979391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209936, 30.2980669 ], [ 120.2085911, 30.2970684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2100521, 30.2979391 ], [ 120.2103067, 30.2979374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.209936, 30.2980669 ], [ 120.2100521, 30.2979391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2103067, 30.2979374 ], [ 120.2100509, 30.2981406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2100509, 30.2981406 ], [ 120.209936, 30.2980669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2087155, 30.2988241 ], [ 120.2090159, 30.2986598 ], [ 120.209432, 30.2984065 ], [ 120.209936, 30.2980669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2103067, 30.2979374 ], [ 120.2105472, 30.2980732 ], [ 120.2113213, 30.2986247 ], [ 120.2119118, 30.2990454 ], [ 120.2119722, 30.299097 ], [ 120.2120939, 30.2992009 ], [ 120.2122933, 30.2994059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125649, 30.2998224 ], [ 120.2120986, 30.2995583 ], [ 120.2120311, 30.2995112 ], [ 120.2117941, 30.2993461 ], [ 120.211277, 30.2989858 ], [ 120.2104437, 30.2984051 ], [ 120.2100509, 30.2981406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鸿泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.21913, 30.2964572 ], [ 120.2192525, 30.2964764 ], [ 120.2193856, 30.2964986 ], [ 120.2200466, 30.2966149 ], [ 120.2224869, 30.2970165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2260584, 30.2973593 ], [ 120.2262626, 30.2972097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2262626, 30.2972097 ], [ 120.2263271, 30.2973731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2261283, 30.2975262 ], [ 120.2260584, 30.2973593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263271, 30.2973731 ], [ 120.2261283, 30.2975262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲花桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224869, 30.2970165 ], [ 120.2222129, 30.2974618 ], [ 120.2216429, 30.2983063 ], [ 120.2215679, 30.2984175 ], [ 120.2209853, 30.2992807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲花桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209853, 30.2992807 ], [ 120.2215679, 30.2984175 ], [ 120.2216429, 30.2983063 ], [ 120.2222129, 30.2974618 ], [ 120.2224869, 30.2970165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2226113, 30.2999961 ], [ 120.2236413, 30.2992013 ], [ 120.2244511, 30.2985813 ], [ 120.2260584, 30.2973593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263271, 30.2973731 ], [ 120.226499, 30.2977675 ], [ 120.2268171, 30.2984884 ], [ 120.2272004, 30.2992191 ], [ 120.2276719, 30.3000625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2261283, 30.2975262 ], [ 120.2245641, 30.2986899 ], [ 120.2234149, 30.2995522 ], [ 120.2227393, 30.3000528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209853, 30.2992807 ], [ 120.219523, 30.2986722 ], [ 120.2193082, 30.2985828 ], [ 120.2186525, 30.29831 ], [ 120.218583, 30.2982811 ], [ 120.2184659, 30.2982356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217294, 30.3003956 ], [ 120.2179243, 30.2994217 ], [ 120.2182209, 30.2988375 ], [ 120.2183758, 30.2984235 ], [ 120.2184263, 30.298308 ], [ 120.2184659, 30.2982356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184659, 30.2982356 ], [ 120.2184263, 30.298308 ], [ 120.2183758, 30.2984235 ], [ 120.2182209, 30.2988375 ], [ 120.2179243, 30.2994217 ], [ 120.217294, 30.3003956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133975, 30.3002033 ], [ 120.2145981, 30.298668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147125, 30.2987615 ], [ 120.213536, 30.3003182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147125, 30.2987615 ], [ 120.2153388, 30.2991606 ], [ 120.2159937, 30.2995779 ], [ 120.2171974, 30.3003449 ], [ 120.217294, 30.3003956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217294, 30.3003956 ], [ 120.2171974, 30.3003449 ], [ 120.2159937, 30.2995779 ], [ 120.2153388, 30.2991606 ], [ 120.2147125, 30.2987615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2122933, 30.2994059 ], [ 120.2133975, 30.3002033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133123, 30.3003211 ], [ 120.2125649, 30.2998224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133975, 30.3002033 ], [ 120.213536, 30.3003182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274582, 30.3003418 ], [ 120.2270351, 30.2995298 ], [ 120.226515, 30.2984495 ], [ 120.2261283, 30.2975262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2226113, 30.2999961 ], [ 120.2220476, 30.2997552 ], [ 120.2219528, 30.2997054 ], [ 120.2216721, 30.2995815 ], [ 120.2211007, 30.2993361 ], [ 120.2209853, 30.2992807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2209853, 30.2992807 ], [ 120.2211007, 30.2993361 ], [ 120.2216721, 30.2995815 ], [ 120.2219528, 30.2997054 ], [ 120.2220476, 30.2997552 ], [ 120.2226113, 30.2999961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2226113, 30.2999961 ], [ 120.2227393, 30.3000528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2227393, 30.3000528 ], [ 120.2226113, 30.2999961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276719, 30.3000625 ], [ 120.2274582, 30.3003418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274582, 30.3003418 ], [ 120.2276719, 30.3000625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2227393, 30.3000528 ], [ 120.2212865, 30.3012033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258546, 30.3024372 ], [ 120.2250704, 30.3018049 ], [ 120.2248082, 30.3015935 ], [ 120.2243016, 30.3011851 ], [ 120.2240987, 30.3010202 ], [ 120.2236003, 30.3006755 ], [ 120.2235219, 30.300616 ], [ 120.2232131, 30.3003995 ], [ 120.2227393, 30.3000528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2227393, 30.3000528 ], [ 120.2232131, 30.3003995 ], [ 120.2235219, 30.300616 ], [ 120.2236003, 30.3006755 ], [ 120.2240987, 30.3010202 ], [ 120.2243016, 30.3011851 ], [ 120.2248082, 30.3015935 ], [ 120.2250704, 30.3018049 ], [ 120.2258546, 30.3024372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2100509, 30.2981406 ], [ 120.2096646, 30.2984319 ], [ 120.209174, 30.2987435 ], [ 120.2087526, 30.2989504 ], [ 120.2083393, 30.2991544 ], [ 120.207893, 30.2993323 ], [ 120.2073167, 30.2995204 ], [ 120.2068287, 30.2997224 ], [ 120.2061309, 30.3000112 ], [ 120.2059078, 30.3001282 ], [ 120.2056774, 30.300249 ], [ 120.2053245, 30.3004818 ], [ 120.2049431, 30.3007457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048069, 30.3006565 ], [ 120.2049659, 30.3005459 ], [ 120.205259, 30.3003472 ], [ 120.2054261, 30.3002477 ], [ 120.205691, 30.3000899 ], [ 120.2060926, 30.29988 ], [ 120.2066738, 30.2996006 ], [ 120.2072015, 30.2993933 ], [ 120.2080698, 30.2991025 ], [ 120.2083818, 30.2989733 ], [ 120.2086016, 30.2988729 ], [ 120.2087155, 30.2988241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2049431, 30.3007457 ], [ 120.2051631, 30.3009114 ], [ 120.2059695, 30.3014916 ], [ 120.2068981, 30.3021656 ], [ 120.2069941, 30.3023099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2068897, 30.302353 ], [ 120.2066807, 30.3022513 ], [ 120.206175, 30.3018858 ], [ 120.2057441, 30.3015848 ], [ 120.2047587, 30.3008957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2103586, 30.3041546 ], [ 120.2121044, 30.3019409 ], [ 120.2133123, 30.3003211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134073, 30.300424 ], [ 120.2122325, 30.302027 ], [ 120.2116184, 30.3027908 ], [ 120.2104916, 30.3041923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069941, 30.3023099 ], [ 120.207286, 30.3025235 ], [ 120.2074097, 30.3026371 ], [ 120.2082481, 30.3031815 ], [ 120.2085919, 30.3034106 ], [ 120.2090576, 30.3036697 ], [ 120.2094859, 30.3038632 ], [ 120.2099004, 30.3040164 ], [ 120.2103586, 30.3041546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.21028, 30.304246 ], [ 120.2096996, 30.304057 ], [ 120.2092595, 30.3038649 ], [ 120.2091977, 30.303838 ], [ 120.2087075, 30.3035796 ], [ 120.2083176, 30.3033552 ], [ 120.2082032, 30.3032774 ], [ 120.2073437, 30.3026933 ], [ 120.2071882, 30.3025817 ], [ 120.2068897, 30.302353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2103586, 30.3041546 ], [ 120.2104916, 30.3041923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.21028, 30.304246 ], [ 120.2103586, 30.3041546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258546, 30.3024372 ], [ 120.2274582, 30.3003418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2274582, 30.3003418 ], [ 120.2258546, 30.3024372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212865, 30.3012033 ], [ 120.2207933, 30.3015938 ], [ 120.2205931, 30.3017696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212865, 30.3012033 ], [ 120.2211077, 30.301459 ], [ 120.2210753, 30.3016175 ], [ 120.2211023, 30.301734 ], [ 120.2212113, 30.3018814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212113, 30.3018814 ], [ 120.2209997, 30.3017806 ], [ 120.2208323, 30.3017526 ], [ 120.2205931, 30.3017696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2186059, 30.3039283 ], [ 120.2188312, 30.3036013 ], [ 120.2190741, 30.3031912 ], [ 120.2192307, 30.3029441 ], [ 120.2195762, 30.3025246 ], [ 120.2199325, 30.302189 ], [ 120.2203644, 30.3017789 ], [ 120.2207369, 30.3014526 ], [ 120.2212983, 30.3009958 ], [ 120.221957, 30.3004784 ], [ 120.2226113, 30.2999961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244729, 30.3039929 ], [ 120.2224876, 30.3027596 ], [ 120.2212113, 30.3018814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212113, 30.3018814 ], [ 120.2224876, 30.3027596 ], [ 120.2244729, 30.3039929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244729, 30.3039929 ], [ 120.2258546, 30.3024372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258546, 30.3024372 ], [ 120.2244729, 30.3039929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133123, 30.3003211 ], [ 120.2133975, 30.3002033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.213536, 30.3003182 ], [ 120.2134073, 30.300424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134073, 30.300424 ], [ 120.2133123, 30.3003211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.213536, 30.3003182 ], [ 120.2146753, 30.3011352 ], [ 120.2153479, 30.3016176 ], [ 120.2161704, 30.3022074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217294, 30.3003956 ], [ 120.2168778, 30.3010667 ], [ 120.216577, 30.3015517 ], [ 120.2161704, 30.3022074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161704, 30.3022074 ], [ 120.216577, 30.3015517 ], [ 120.2168778, 30.3010667 ], [ 120.217294, 30.3003956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2160851, 30.3023168 ], [ 120.215087, 30.3015883 ], [ 120.214559, 30.301203 ], [ 120.2141795, 30.3009846 ], [ 120.2134073, 30.300424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2160851, 30.3023168 ], [ 120.2161704, 30.3022074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161704, 30.3022074 ], [ 120.2160851, 30.3023168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2205931, 30.3017696 ], [ 120.2200945, 30.3022075 ], [ 120.2197157, 30.3025924 ], [ 120.2195456, 30.302794 ], [ 120.219314, 30.3030865 ], [ 120.2191461, 30.3033484 ], [ 120.2187761, 30.3040463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306457, 30.2940761 ], [ 120.2304787, 30.2942076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304787, 30.2942076 ], [ 120.2304199, 30.2941835 ], [ 120.2302991, 30.2941278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306457, 30.2940761 ], [ 120.2310855, 30.2942894 ], [ 120.2317385, 30.2945772 ], [ 120.2325017, 30.2949137 ], [ 120.2333413, 30.2953201 ], [ 120.2345475, 30.295891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2343533, 30.2959509 ], [ 120.2328832, 30.2952533 ], [ 120.232348, 30.2950052 ], [ 120.2314565, 30.2946435 ], [ 120.2309878, 30.2944222 ], [ 120.2304787, 30.2942076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2262626, 30.2972097 ], [ 120.2271128, 30.2965299 ], [ 120.2286517, 30.2953698 ], [ 120.2302991, 30.2941278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2304787, 30.2942076 ], [ 120.2288784, 30.2953941 ], [ 120.2271841, 30.2966791 ], [ 120.2263271, 30.2973731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2343533, 30.2959509 ], [ 120.2345475, 30.295891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345475, 30.295891 ], [ 120.2344543, 30.2960054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344543, 30.2960054 ], [ 120.2343533, 30.2959509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302207, 30.2990098 ], [ 120.2305487, 30.2987325 ], [ 120.2310894, 30.2983029 ], [ 120.2316394, 30.2978732 ], [ 120.2321431, 30.2975021 ], [ 120.2324696, 30.297322 ], [ 120.2336614, 30.2964641 ], [ 120.2343533, 30.2959509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446358, 30.2936542 ], [ 120.2448245, 30.2934615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2449542, 30.293556 ], [ 120.2447581, 30.2937403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "艮山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447581, 30.2937403 ], [ 120.2446663, 30.2936749 ], [ 120.2446358, 30.2936542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414685, 30.2964029 ], [ 120.2419441, 30.2960105 ], [ 120.242342, 30.2956492 ], [ 120.2427157, 30.2953188 ], [ 120.2431144, 30.2949545 ], [ 120.2434908, 30.2946271 ], [ 120.2435064, 30.2946111 ], [ 120.243869, 30.2943168 ], [ 120.2444502, 30.2938258 ], [ 120.2446358, 30.2936542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447581, 30.2937403 ], [ 120.2443803, 30.2940414 ], [ 120.2439803, 30.2943892 ], [ 120.2437777, 30.294555 ], [ 120.2435149, 30.2947701 ], [ 120.2434855, 30.2947958 ], [ 120.2432457, 30.2950049 ], [ 120.2429027, 30.2953108 ], [ 120.2423709, 30.2957853 ], [ 120.2420784, 30.2960476 ], [ 120.2417802, 30.2963058 ], [ 120.2415824, 30.2964664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红建街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2414685, 30.2964029 ], [ 120.2415454, 30.2964375 ], [ 120.2415824, 30.2964664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红建街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415824, 30.2964664 ], [ 120.2415454, 30.2964375 ], [ 120.2414685, 30.2964029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红建街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463564, 30.3008595 ], [ 120.2460226, 30.3004723 ], [ 120.2459429, 30.3003508 ], [ 120.2458529, 30.3002136 ], [ 120.2457331, 30.2999463 ], [ 120.2455584, 30.2994969 ], [ 120.2454546, 30.2993229 ], [ 120.2452977, 30.2991639 ], [ 120.2451656, 30.2990402 ], [ 120.2450705, 30.298983 ], [ 120.2449803, 30.2989287 ], [ 120.2446229, 30.2987848 ], [ 120.244332, 30.2986715 ], [ 120.2441259, 30.2985717 ], [ 120.2438987, 30.298426 ], [ 120.2436322, 30.2982347 ], [ 120.2429367, 30.297619 ], [ 120.242367, 30.2971299 ], [ 120.2421491, 30.2969428 ], [ 120.2417107, 30.2965664 ], [ 120.2415824, 30.2964664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红建街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415824, 30.2964664 ], [ 120.2417107, 30.2965664 ], [ 120.2421491, 30.2969428 ], [ 120.242367, 30.2971299 ], [ 120.2429367, 30.297619 ], [ 120.2436322, 30.2982347 ], [ 120.2438987, 30.298426 ], [ 120.2441259, 30.2985717 ], [ 120.244332, 30.2986715 ], [ 120.2446229, 30.2987848 ], [ 120.2449803, 30.2989287 ], [ 120.2450705, 30.298983 ], [ 120.2451656, 30.2990402 ], [ 120.2452977, 30.2991639 ], [ 120.2454546, 30.2993229 ], [ 120.2455584, 30.2994969 ], [ 120.2457331, 30.2999463 ], [ 120.2458529, 30.3002136 ], [ 120.2459429, 30.3003508 ], [ 120.2460226, 30.3004723 ], [ 120.2463564, 30.3008595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388223, 30.2988579 ], [ 120.2405032, 30.3002079 ], [ 120.2420632, 30.3014828 ], [ 120.2438807, 30.3029707 ], [ 120.2439186, 30.3029998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345475, 30.295891 ], [ 120.2354296, 30.2963851 ], [ 120.2360818, 30.2967676 ], [ 120.236734, 30.2971992 ], [ 120.2375111, 30.2977761 ], [ 120.2387057, 30.2987627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386143, 30.2988828 ], [ 120.2382278, 30.2985363 ], [ 120.2377333, 30.2981298 ], [ 120.2375103, 30.2979466 ], [ 120.2365349, 30.2972472 ], [ 120.236026, 30.2968879 ], [ 120.2352787, 30.2964288 ], [ 120.2344543, 30.2960054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387057, 30.2987627 ], [ 120.238906, 30.2985844 ], [ 120.239097, 30.2984074 ], [ 120.2393164, 30.2981982 ], [ 120.2397161, 30.2978547 ], [ 120.2400211, 30.2975945 ], [ 120.2401783, 30.2974603 ], [ 120.2410295, 30.2967856 ], [ 120.2414685, 30.2964029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415824, 30.2964664 ], [ 120.2412204, 30.2967642 ], [ 120.2407306, 30.2971556 ], [ 120.2405464, 30.2973036 ], [ 120.2403409, 30.2974687 ], [ 120.2399016, 30.2978205 ], [ 120.2393876, 30.2982635 ], [ 120.2391797, 30.2984751 ], [ 120.238996, 30.2986622 ], [ 120.2388223, 30.2988579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387057, 30.2987627 ], [ 120.2387719, 30.2988174 ], [ 120.2388223, 30.2988579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386143, 30.2988828 ], [ 120.2387057, 30.2987627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388223, 30.2988579 ], [ 120.2387275, 30.2989782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387275, 30.2989782 ], [ 120.238669, 30.2989318 ], [ 120.2386143, 30.2988828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2367506, 30.3014975 ], [ 120.2370641, 30.3010762 ], [ 120.2372994, 30.300731 ], [ 120.2377339, 30.3001258 ], [ 120.238147, 30.299516 ], [ 120.2384948, 30.299052 ], [ 120.2386143, 30.2988828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417645, 30.3014332 ], [ 120.240375, 30.3002842 ], [ 120.2387275, 30.2989782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "六堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344543, 30.2960054 ], [ 120.2337778, 30.2965138 ], [ 120.2326008, 30.2973921 ], [ 120.2322845, 30.2976166 ], [ 120.231967, 30.2978729 ], [ 120.2315894, 30.2981722 ], [ 120.231181, 30.2984928 ], [ 120.230393, 30.2991435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302207, 30.2990098 ], [ 120.230393, 30.2991435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230393, 30.2991435 ], [ 120.2302207, 30.2990098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302207, 30.2990098 ], [ 120.2299419, 30.2988926 ], [ 120.2295944, 30.2988473 ], [ 120.2292105, 30.2988721 ], [ 120.2288863, 30.2989423 ], [ 120.2286205, 30.2990772 ], [ 120.2282447, 30.2994056 ], [ 120.2282083, 30.2994448 ], [ 120.2280665, 30.2996044 ], [ 120.2276719, 30.3000625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276719, 30.3000625 ], [ 120.2280665, 30.2996044 ], [ 120.2282083, 30.2994448 ], [ 120.2282447, 30.2994056 ], [ 120.2286205, 30.2990772 ], [ 120.2288863, 30.2989423 ], [ 120.2292105, 30.2988721 ], [ 120.2295944, 30.2988473 ], [ 120.2299419, 30.2988926 ], [ 120.2302207, 30.2990098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230393, 30.2991435 ], [ 120.2305859, 30.2992944 ], [ 120.2310531, 30.2996864 ], [ 120.2315131, 30.3000355 ], [ 120.2318406, 30.3002425 ], [ 120.2322185, 30.3004295 ], [ 120.2324048, 30.3005217 ], [ 120.2330307, 30.3007469 ], [ 120.2339674, 30.3011846 ], [ 120.2343102, 30.3013448 ], [ 120.2346393, 30.3014764 ], [ 120.234958, 30.3015312 ], [ 120.2350317, 30.3015271 ], [ 120.2352197, 30.3015165 ], [ 120.2355727, 30.3014598 ], [ 120.2359017, 30.3013447 ], [ 120.2360964, 30.301322 ], [ 120.2362423, 30.3013319 ], [ 120.2363033, 30.3013361 ], [ 120.236551, 30.3014097 ], [ 120.2367506, 30.3014975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2367506, 30.3014975 ], [ 120.236551, 30.3014097 ], [ 120.2363033, 30.3013361 ], [ 120.2362423, 30.3013319 ], [ 120.2360964, 30.301322 ], [ 120.2359017, 30.3013447 ], [ 120.2355727, 30.3014598 ], [ 120.2352197, 30.3015165 ], [ 120.2350317, 30.3015271 ], [ 120.234958, 30.3015312 ], [ 120.2346393, 30.3014764 ], [ 120.2343102, 30.3013448 ], [ 120.2339674, 30.3011846 ], [ 120.2330307, 30.3007469 ], [ 120.2324048, 30.3005217 ], [ 120.2322185, 30.3004295 ], [ 120.2318406, 30.3002425 ], [ 120.2315131, 30.3000355 ], [ 120.2310531, 30.2996864 ], [ 120.2305859, 30.2992944 ], [ 120.230393, 30.2991435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2280676, 30.3015779 ], [ 120.2279081, 30.3011623 ], [ 120.2274582, 30.3003418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276719, 30.3000625 ], [ 120.227959, 30.3005272 ], [ 120.2284763, 30.3011951 ], [ 120.2287484, 30.3015146 ], [ 120.2294488, 30.3024361 ], [ 120.229633, 30.3026729 ], [ 120.2298522, 30.3029096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "空港大道辅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302528, 30.3064575 ], [ 120.2303267, 30.3061531 ], [ 120.2303833, 30.305872 ], [ 120.2303939, 30.3055848 ], [ 120.2303585, 30.3053129 ], [ 120.2302665, 30.3050623 ], [ 120.2300984, 30.3048073 ], [ 120.2294484, 30.3038777 ], [ 120.2290579, 30.303282 ], [ 120.2286594, 30.3026401 ], [ 120.2283205, 30.3021309 ], [ 120.2281491, 30.3017735 ], [ 120.2280676, 30.3015779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463564, 30.3008595 ], [ 120.2459675, 30.3012003 ], [ 120.2455184, 30.3015952 ], [ 120.2439186, 30.3029998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439186, 30.3029998 ], [ 120.2455184, 30.3015952 ], [ 120.2459675, 30.3012003 ], [ 120.2463564, 30.3008595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437879, 30.3031018 ], [ 120.2417645, 30.3014332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五号港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417645, 30.3014332 ], [ 120.2404556, 30.3024642 ], [ 120.2390487, 30.3035315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五号港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390487, 30.3035315 ], [ 120.2404556, 30.3024642 ], [ 120.2417645, 30.3014332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439186, 30.3029998 ], [ 120.2437879, 30.3031018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437879, 30.3031018 ], [ 120.2439186, 30.3029998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416941, 30.3047962 ], [ 120.2421422, 30.3043999 ], [ 120.2424982, 30.3040851 ], [ 120.243313, 30.3033646 ], [ 120.2437879, 30.3031018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "园兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437879, 30.3031018 ], [ 120.2435076, 30.3034348 ], [ 120.2428558, 30.3040416 ], [ 120.2419243, 30.3049087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416941, 30.3047962 ], [ 120.2400853, 30.304027 ], [ 120.2399304, 30.303953 ], [ 120.239163, 30.3035861 ], [ 120.2390487, 30.3035315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三官塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387275, 30.2989782 ], [ 120.2385707, 30.2991415 ], [ 120.2383277, 30.2994724 ], [ 120.2380109, 30.2999041 ], [ 120.237609, 30.300473 ], [ 120.2373454, 30.300866 ], [ 120.2370725, 30.301263 ], [ 120.2368738, 30.3015797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2367506, 30.3014975 ], [ 120.2367948, 30.301517 ], [ 120.2368738, 30.3015797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2368738, 30.3015797 ], [ 120.2367948, 30.301517 ], [ 120.2367506, 30.3014975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2368738, 30.3015797 ], [ 120.2370202, 30.3016959 ], [ 120.237176, 30.3019149 ], [ 120.2372588, 30.3022075 ], [ 120.2373223, 30.3024382 ], [ 120.2374127, 30.3025986 ], [ 120.2374345, 30.3026374 ], [ 120.2377552, 30.3029084 ], [ 120.2380162, 30.3030733 ], [ 120.2384019, 30.3032445 ], [ 120.2390487, 30.3035315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390487, 30.3035315 ], [ 120.2384019, 30.3032445 ], [ 120.2380162, 30.3030733 ], [ 120.2377552, 30.3029084 ], [ 120.2374345, 30.3026374 ], [ 120.2374127, 30.3025986 ], [ 120.2373223, 30.3024382 ], [ 120.2372588, 30.3022075 ], [ 120.237176, 30.3019149 ], [ 120.2370202, 30.3016959 ], [ 120.2368738, 30.3015797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344476, 30.3072835 ], [ 120.2346014, 30.3072439 ], [ 120.2346214, 30.3072432 ], [ 120.2347223, 30.3072397 ], [ 120.2351988, 30.3072231 ], [ 120.2357187, 30.3072376 ], [ 120.2361997, 30.3072955 ], [ 120.236318, 30.3073031 ], [ 120.2367153, 30.3073287 ], [ 120.2371759, 30.3073565 ], [ 120.2376221, 30.307372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2376221, 30.307372 ], [ 120.238901, 30.3073474 ], [ 120.2391979, 30.3073673 ], [ 120.2397329, 30.3074374 ], [ 120.2398742, 30.3074713 ], [ 120.2401702, 30.3075423 ], [ 120.240747, 30.3077666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2376221, 30.307372 ], [ 120.2380786, 30.3074623 ], [ 120.2384228, 30.3075173 ], [ 120.2388049, 30.30755 ], [ 120.2393226, 30.307598 ], [ 120.2398348, 30.3076425 ], [ 120.2403837, 30.3076858 ], [ 120.240747, 30.3077666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344476, 30.3072835 ], [ 120.2352068, 30.3083468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2352068, 30.3083468 ], [ 120.2344476, 30.3072835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390487, 30.3035315 ], [ 120.239163, 30.3035861 ], [ 120.2399304, 30.303953 ], [ 120.2400853, 30.304027 ], [ 120.2416941, 30.3047962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416941, 30.3047962 ], [ 120.2419243, 30.3049087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2419243, 30.3049087 ], [ 120.2416941, 30.3047962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2474881, 30.3076155 ], [ 120.2469373, 30.3073181 ], [ 120.246479, 30.3070642 ], [ 120.2456601, 30.3066646 ], [ 120.2440758, 30.305973 ], [ 120.2419243, 30.3049087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2419243, 30.3049087 ], [ 120.2440758, 30.305973 ], [ 120.2456601, 30.3066646 ], [ 120.246479, 30.3070642 ], [ 120.2469373, 30.3073181 ], [ 120.2474881, 30.3076155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240747, 30.3077666 ], [ 120.2412001, 30.3078732 ], [ 120.2418406, 30.3080293 ], [ 120.2423422, 30.3081554 ], [ 120.2428108, 30.308329 ], [ 120.2434457, 30.3085299 ], [ 120.2435978, 30.3085931 ], [ 120.2440804, 30.3088405 ], [ 120.2448035, 30.3091416 ], [ 120.2454806, 30.3094763 ], [ 120.2460721, 30.3097947 ], [ 120.2462848, 30.3099085 ], [ 120.2466798, 30.3101309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2465262, 30.3104498 ], [ 120.2459843, 30.3101779 ], [ 120.2457364, 30.3100415 ], [ 120.2451706, 30.3097487 ], [ 120.2446157, 30.3094615 ], [ 120.2441998, 30.309281 ], [ 120.2428892, 30.3087986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2428892, 30.3087986 ], [ 120.2427822, 30.3089511 ], [ 120.2426185, 30.3092594 ], [ 120.2424758, 30.3093953 ], [ 120.2421758, 30.3097258 ], [ 120.2418652, 30.3100518 ], [ 120.2415588, 30.3104149 ], [ 120.2412845, 30.3109169 ], [ 120.2411496, 30.3113115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411496, 30.3113115 ], [ 120.2412845, 30.3109169 ], [ 120.2415588, 30.3104149 ], [ 120.2418652, 30.3100518 ], [ 120.2421758, 30.3097258 ], [ 120.2424758, 30.3093953 ], [ 120.2426185, 30.3092594 ], [ 120.2427822, 30.3089511 ], [ 120.2428892, 30.3087986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福临街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411496, 30.3113115 ], [ 120.2420194, 30.3113569 ], [ 120.242631, 30.3114541 ], [ 120.243045, 30.3116194 ], [ 120.2432933, 30.3117251 ], [ 120.2434402, 30.3118105 ], [ 120.2438662, 30.3120817 ], [ 120.2440955, 30.3122777 ], [ 120.2442416, 30.312401 ], [ 120.2443213, 30.3124583 ], [ 120.2446171, 30.3126709 ], [ 120.24474, 30.3127231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "空港大道辅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298522, 30.3029096 ], [ 120.2303102, 30.3032735 ], [ 120.2309781, 30.3037781 ], [ 120.2314183, 30.3041589 ], [ 120.2318771, 30.3046451 ], [ 120.2322863, 30.3050793 ], [ 120.2326144, 30.3054083 ], [ 120.2329157, 30.3056698 ], [ 120.2335197, 30.3063069 ], [ 120.2340451, 30.306831 ], [ 120.2344476, 30.3072835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349231, 30.3119553 ], [ 120.2346614, 30.311612 ], [ 120.2337622, 30.310604 ], [ 120.2335479, 30.3103419 ], [ 120.2333725, 30.3100981 ], [ 120.2332537, 30.309803 ], [ 120.2331943, 30.3094383 ], [ 120.2331184, 30.3090823 ], [ 120.2330273, 30.3087894 ], [ 120.2329518, 30.3086068 ], [ 120.2327806, 30.308353 ], [ 120.2322528, 30.3075741 ], [ 120.2318117, 30.3069229 ], [ 120.2311532, 30.3059649 ], [ 120.2306717, 30.3053178 ], [ 120.2297842, 30.3041654 ], [ 120.2289872, 30.3029759 ], [ 120.2284024, 30.3021219 ], [ 120.2282495, 30.301873 ], [ 120.2280676, 30.3015779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "空港大道辅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230071, 30.3073661 ], [ 120.2300626, 30.307229 ], [ 120.2300931, 30.3071156 ], [ 120.2302528, 30.3064575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230071, 30.3073661 ], [ 120.230353, 30.3073432 ], [ 120.2306456, 30.3073466 ], [ 120.231199, 30.307426 ], [ 120.2317622, 30.307596 ], [ 120.2320056, 30.3076751 ], [ 120.2323066, 30.3077146 ], [ 120.2329351, 30.307688 ], [ 120.2332802, 30.3076135 ], [ 120.2341736, 30.3073541 ], [ 120.2344476, 30.3072835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2352068, 30.3083468 ], [ 120.2349064, 30.3084144 ], [ 120.234632, 30.308425 ], [ 120.2341646, 30.3083235 ], [ 120.2338398, 30.3082127 ], [ 120.2334748, 30.3081143 ], [ 120.2331824, 30.3080789 ], [ 120.2328586, 30.3080704 ], [ 120.2325147, 30.3081116 ], [ 120.2322639, 30.3081592 ], [ 120.2319451, 30.3082817 ], [ 120.2316206, 30.3084589 ], [ 120.2312344, 30.3086457 ], [ 120.2309611, 30.3087404 ], [ 120.2307745, 30.3087857 ], [ 120.2305716, 30.3087835 ], [ 120.2303441, 30.3088028 ], [ 120.2300305, 30.3087627 ], [ 120.2294101, 30.3086379 ], [ 120.229343, 30.3086354 ], [ 120.2286142, 30.3086088 ], [ 120.2282128, 30.3086021 ], [ 120.2277223, 30.3085283 ], [ 120.227252, 30.3084602 ], [ 120.2268273, 30.3084249 ], [ 120.2263013, 30.3084156 ], [ 120.2258061, 30.3084383 ], [ 120.2256541, 30.3084401 ], [ 120.2253388, 30.3084438 ], [ 120.2246613, 30.3084654 ], [ 120.2243247, 30.3084708 ], [ 120.2238231, 30.3083991 ], [ 120.2223395, 30.3083947 ], [ 120.2213554, 30.3083168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2298522, 30.3029096 ], [ 120.2302366, 30.303291 ], [ 120.2307038, 30.3037311 ], [ 120.2311913, 30.3041657 ], [ 120.2315337, 30.3045026 ], [ 120.2317372, 30.3047668 ], [ 120.2318676, 30.3050119 ], [ 120.2319219, 30.3052553 ], [ 120.2319207, 30.3055406 ], [ 120.2318957, 30.3058536 ], [ 120.2318802, 30.3060991 ], [ 120.2319203, 30.3063789 ], [ 120.2320193, 30.3066646 ], [ 120.232192, 30.306907 ], [ 120.2326101, 30.3075103 ], [ 120.2331513, 30.308308 ], [ 120.2339183, 30.3094244 ], [ 120.2342481, 30.3099104 ], [ 120.2343652, 30.3100829 ], [ 120.2350596, 30.3110494 ], [ 120.2357344, 30.311828 ], [ 120.2359361, 30.3120507 ], [ 120.2361608, 30.3123164 ], [ 120.2363518, 30.3125616 ], [ 120.2364895, 30.3128083 ], [ 120.2366467, 30.3131684 ], [ 120.237135, 30.3141635 ], [ 120.2373062, 30.3144076 ], [ 120.2376535, 30.3149029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浜河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322667, 30.3118916 ], [ 120.2322436, 30.3104345 ], [ 120.2322189, 30.3093272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浜河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322189, 30.3093272 ], [ 120.2322436, 30.3104345 ], [ 120.2322667, 30.3118916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "船舫兜弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322667, 30.3118916 ], [ 120.2317823, 30.311886 ], [ 120.2314163, 30.3117827 ], [ 120.2310655, 30.3116016 ], [ 120.2309418, 30.3115332 ], [ 120.2305573, 30.3113204 ], [ 120.2301039, 30.311093 ], [ 120.2297466, 30.3109451 ], [ 120.2294281, 30.3108507 ], [ 120.2292253, 30.3108053 ], [ 120.229141, 30.3107864 ], [ 120.2280478, 30.3105547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "船舫兜弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2280478, 30.3105547 ], [ 120.229141, 30.3107864 ], [ 120.2292253, 30.3108053 ], [ 120.2294281, 30.3108507 ], [ 120.2297466, 30.3109451 ], [ 120.2301039, 30.311093 ], [ 120.2305573, 30.3113204 ], [ 120.2309418, 30.3115332 ], [ 120.2310655, 30.3116016 ], [ 120.2314163, 30.3117827 ], [ 120.2317823, 30.311886 ], [ 120.2322667, 30.3118916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2428892, 30.3087986 ], [ 120.2415898, 30.3084641 ], [ 120.2412435, 30.3083949 ], [ 120.241099, 30.3083684 ], [ 120.2397131, 30.3082127 ], [ 120.2378868, 30.308065 ], [ 120.2372658, 30.30803 ], [ 120.2366023, 30.30805 ], [ 120.236183, 30.3080648 ], [ 120.2358167, 30.3081499 ], [ 120.2354302, 30.3082747 ], [ 120.2353415, 30.3083033 ], [ 120.2352068, 30.3083468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2352068, 30.3083468 ], [ 120.2352836, 30.3084502 ], [ 120.2353928, 30.3086234 ], [ 120.2355795, 30.3089383 ], [ 120.235995, 30.309594 ], [ 120.2361362, 30.3098168 ], [ 120.2362793, 30.3100163 ], [ 120.237117, 30.3111837 ], [ 120.237191, 30.3113166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.237191, 30.3113166 ], [ 120.237117, 30.3111837 ], [ 120.2362793, 30.3100163 ], [ 120.2361362, 30.3098168 ], [ 120.235995, 30.309594 ], [ 120.2355795, 30.3089383 ], [ 120.2353928, 30.3086234 ], [ 120.2352836, 30.3084502 ], [ 120.2352068, 30.3083468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福临街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411496, 30.3113115 ], [ 120.2402544, 30.3113145 ], [ 120.2398683, 30.3113158 ], [ 120.2391246, 30.3113183 ], [ 120.2379531, 30.3113189 ], [ 120.2375784, 30.3113191 ], [ 120.2374467, 30.3113186 ], [ 120.237191, 30.3113166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福临街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.237191, 30.3113166 ], [ 120.2374467, 30.3113186 ], [ 120.2375784, 30.3113191 ], [ 120.2379531, 30.3113189 ], [ 120.2391246, 30.3113183 ], [ 120.2398683, 30.3113158 ], [ 120.2402544, 30.3113145 ], [ 120.2411496, 30.3113115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349831, 30.3120341 ], [ 120.2349231, 30.3119553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.237191, 30.3113166 ], [ 120.2373242, 30.3115896 ], [ 120.2375308, 30.3123942 ], [ 120.2377968, 30.3134031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2377968, 30.3134031 ], [ 120.2375308, 30.3123942 ], [ 120.2373242, 30.3115896 ], [ 120.237191, 30.3113166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "资福街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386725, 30.3137489 ], [ 120.239209, 30.3135144 ], [ 120.239656, 30.3133852 ], [ 120.2400217, 30.3133235 ], [ 120.240416, 30.3132934 ], [ 120.2409894, 30.3132525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "资福街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409894, 30.3132525 ], [ 120.240416, 30.3132934 ], [ 120.2400217, 30.3133235 ], [ 120.239656, 30.3133852 ], [ 120.239209, 30.3135144 ], [ 120.2386725, 30.3137489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福临街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.24474, 30.3127231 ], [ 120.2446171, 30.3126709 ], [ 120.2443213, 30.3124583 ], [ 120.2442416, 30.312401 ], [ 120.2440955, 30.3122777 ], [ 120.2438662, 30.3120817 ], [ 120.2434402, 30.3118105 ], [ 120.2432933, 30.3117251 ], [ 120.243045, 30.3116194 ], [ 120.242631, 30.3114541 ], [ 120.2420194, 30.3113569 ], [ 120.2411496, 30.3113115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411496, 30.3113115 ], [ 120.2410582, 30.3115653 ], [ 120.2409734, 30.3120677 ], [ 120.2409695, 30.3122503 ], [ 120.2409626, 30.3125702 ], [ 120.240977, 30.3130205 ], [ 120.2409894, 30.3132525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409894, 30.3132525 ], [ 120.240977, 30.3130205 ], [ 120.2409626, 30.3125702 ], [ 120.2409695, 30.3122503 ], [ 120.2409734, 30.3120677 ], [ 120.2410582, 30.3115653 ], [ 120.2411496, 30.3113115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福临街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458297, 30.3129575 ], [ 120.245519, 30.3129364 ], [ 120.2450109, 30.3128382 ], [ 120.24474, 30.3127231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福临街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.24474, 30.3127231 ], [ 120.2450109, 30.3128382 ], [ 120.245519, 30.3129364 ], [ 120.2458297, 30.3129575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243801, 30.3137364 ], [ 120.2438803, 30.3135088 ], [ 120.244065, 30.3132635 ], [ 120.2442973, 30.3130273 ], [ 120.24474, 30.3127231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.24474, 30.3127231 ], [ 120.2442973, 30.3130273 ], [ 120.244065, 30.3132635 ], [ 120.2438803, 30.3135088 ], [ 120.243801, 30.3137364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "资福街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243801, 30.3137364 ], [ 120.2435567, 30.3136794 ], [ 120.243167, 30.3135833 ], [ 120.2427865, 30.3135006 ], [ 120.2425972, 30.3134594 ], [ 120.2422546, 30.3133805 ], [ 120.2417465, 30.3133035 ], [ 120.2414293, 30.3132981 ], [ 120.2409894, 30.3132525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "资福街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409894, 30.3132525 ], [ 120.2414293, 30.3132981 ], [ 120.2417465, 30.3133035 ], [ 120.2422546, 30.3133805 ], [ 120.2425972, 30.3134594 ], [ 120.2427865, 30.3135006 ], [ 120.243167, 30.3135833 ], [ 120.2435567, 30.3136794 ], [ 120.243801, 30.3137364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440199, 30.3155238 ], [ 120.24396, 30.3148984 ], [ 120.2439088, 30.3145917 ], [ 120.2438015, 30.3139499 ], [ 120.243801, 30.3137364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161704, 30.3022074 ], [ 120.2176397, 30.3032582 ], [ 120.2179062, 30.3034442 ], [ 120.2182952, 30.3037175 ], [ 120.2186059, 30.3039283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2185453, 30.3040359 ], [ 120.2182388, 30.3038344 ], [ 120.2178365, 30.3035623 ], [ 120.2175556, 30.3033703 ], [ 120.2160851, 30.3023168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2160851, 30.3023168 ], [ 120.2154613, 30.3032843 ], [ 120.2152069, 30.3036788 ], [ 120.214968, 30.3040367 ], [ 120.2147204, 30.3044247 ], [ 120.2143124, 30.3051405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2143124, 30.3051405 ], [ 120.2147204, 30.3044247 ], [ 120.214968, 30.3040367 ], [ 120.2152069, 30.3036788 ], [ 120.2154613, 30.3032843 ], [ 120.2160851, 30.3023168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2185453, 30.3040359 ], [ 120.2186059, 30.3039283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2186059, 30.3039283 ], [ 120.2187761, 30.3040463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187161, 30.3041507 ], [ 120.2185453, 30.3040359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187761, 30.3040463 ], [ 120.2187161, 30.3041507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.212857, 30.3048688 ], [ 120.2128936, 30.304799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128936, 30.304799 ], [ 120.212857, 30.3048688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2258546, 30.3024372 ], [ 120.2273415, 30.3040731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "源聚路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273415, 30.3040731 ], [ 120.2258546, 30.3024372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244729, 30.3039929 ], [ 120.2237571, 30.3048272 ], [ 120.2231349, 30.3055492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2231349, 30.3055492 ], [ 120.2237571, 30.3048272 ], [ 120.2244729, 30.3039929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187761, 30.3040463 ], [ 120.2208271, 30.3047742 ], [ 120.2220593, 30.305188 ], [ 120.2231349, 30.3055492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230241, 30.3056383 ], [ 120.221756, 30.3051965 ], [ 120.220798, 30.3048628 ], [ 120.2190002, 30.3042365 ], [ 120.2187161, 30.3041507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2302528, 30.3064575 ], [ 120.2299762, 30.306406 ], [ 120.2293646, 30.3061698 ], [ 120.2291554, 30.3061189 ], [ 120.2290494, 30.3060958 ], [ 120.228442, 30.3059637 ], [ 120.2278089, 30.305834 ], [ 120.2273476, 30.3056974 ], [ 120.2269989, 30.3055492 ], [ 120.2266315, 30.305364 ], [ 120.2264105, 30.3052328 ], [ 120.224601, 30.3041366 ], [ 120.2244729, 30.3039929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244729, 30.3039929 ], [ 120.2246171, 30.3040394 ], [ 120.2264864, 30.3051543 ], [ 120.227107, 30.305499 ], [ 120.2274863, 30.3056672 ], [ 120.2275516, 30.3056855 ], [ 120.227862, 30.3057724 ], [ 120.228399, 30.3058724 ], [ 120.2292499, 30.3060525 ], [ 120.2296239, 30.3061757 ], [ 120.2300861, 30.306362 ], [ 120.2302528, 30.3064575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2231349, 30.3055492 ], [ 120.2230688, 30.3055919 ], [ 120.2230241, 30.3056383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230241, 30.3056383 ], [ 120.2230688, 30.3055919 ], [ 120.2231349, 30.3055492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128936, 30.304799 ], [ 120.2143124, 30.3051405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2178291, 30.3060251 ], [ 120.2180599, 30.3053236 ], [ 120.2180896, 30.3052447 ], [ 120.2185453, 30.3040359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2142636, 30.3052294 ], [ 120.2136122, 30.3050624 ], [ 120.212857, 30.3048688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187161, 30.3041507 ], [ 120.2184408, 30.3048748 ], [ 120.2179878, 30.3060662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2143124, 30.3051405 ], [ 120.2142636, 30.3052294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明月桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2142636, 30.3052294 ], [ 120.2143124, 30.3051405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2143124, 30.3051405 ], [ 120.2160782, 30.3055791 ], [ 120.216144, 30.3055955 ], [ 120.2170855, 30.305812 ], [ 120.2175147, 30.3059125 ], [ 120.2178291, 30.3060251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2178291, 30.3060251 ], [ 120.2174851, 30.3059892 ], [ 120.217056, 30.305885 ], [ 120.2160544, 30.3056498 ], [ 120.2153047, 30.3054738 ], [ 120.2142636, 30.3052294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179878, 30.3060662 ], [ 120.2188959, 30.3062754 ], [ 120.2192207, 30.3063459 ], [ 120.2199895, 30.3065127 ], [ 120.2221112, 30.3069352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221112, 30.3069352 ], [ 120.2199895, 30.3065127 ], [ 120.2192207, 30.3063459 ], [ 120.2188959, 30.3062754 ], [ 120.2179878, 30.3060662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2019287, 30.3036535 ], [ 120.2018759, 30.3037231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018759, 30.3037231 ], [ 120.2018202, 30.3038072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018202, 30.3038072 ], [ 120.2017201, 30.3037271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2016721, 30.3038203 ], [ 120.2017201, 30.3037271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018202, 30.3038072 ], [ 120.2017548, 30.3038935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017548, 30.3038935 ], [ 120.2016721, 30.3038203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2008452, 30.3076633 ], [ 120.2008624, 30.3075268 ], [ 120.2009382, 30.3062738 ], [ 120.2009512, 30.3060516 ], [ 120.2009686, 30.3058454 ], [ 120.2009933, 30.3056587 ], [ 120.2010773, 30.3052289 ], [ 120.2011328, 30.3050289 ], [ 120.2012442, 30.3046991 ], [ 120.2013609, 30.3044035 ], [ 120.2015313, 30.3040479 ], [ 120.2016721, 30.3038203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2019287, 30.3036535 ], [ 120.2026686, 30.3042131 ], [ 120.2030125, 30.3044779 ], [ 120.2035996, 30.30493 ], [ 120.2038293, 30.3051152 ], [ 120.2041478, 30.3053684 ], [ 120.2043754, 30.3055682 ], [ 120.2049877, 30.3061902 ], [ 120.2051237, 30.3063359 ], [ 120.2053728, 30.306603 ], [ 120.2054174, 30.3066508 ], [ 120.2056211, 30.3068692 ], [ 120.2058294, 30.307094 ], [ 120.2061606, 30.3074515 ], [ 120.206504, 30.3078423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018759, 30.3037231 ], [ 120.2024035, 30.3041206 ], [ 120.2026777, 30.3043443 ], [ 120.2030461, 30.3046271 ], [ 120.2034996, 30.3049868 ], [ 120.2037436, 30.305172 ], [ 120.2040552, 30.3054154 ], [ 120.2044096, 30.3057412 ], [ 120.2047923, 30.3061091 ], [ 120.2052107, 30.3065535 ], [ 120.2053002, 30.3066507 ], [ 120.2053442, 30.3066985 ], [ 120.2063947, 30.3078391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017548, 30.3038935 ], [ 120.2016498, 30.3040818 ], [ 120.2014749, 30.3044293 ], [ 120.2013553, 30.304717 ], [ 120.2012619, 30.3049976 ], [ 120.2011911, 30.3052488 ], [ 120.2011268, 30.305557 ], [ 120.2010947, 30.3057353 ], [ 120.2010686, 30.3059252 ], [ 120.201052, 30.3061982 ], [ 120.2010438, 30.306846 ], [ 120.2010306, 30.3075362 ], [ 120.2010249, 30.3076707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2104916, 30.3041923 ], [ 120.2104257, 30.3042952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2104257, 30.3042952 ], [ 120.21028, 30.304246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2104916, 30.3041923 ], [ 120.211598, 30.3044871 ], [ 120.2127019, 30.3047529 ], [ 120.2128936, 30.304799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.212857, 30.3048688 ], [ 120.2119622, 30.3046394 ], [ 120.2116041, 30.3045573 ], [ 120.2104257, 30.3042952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125847, 30.3065079 ], [ 120.2125387, 30.3060227 ], [ 120.212555, 30.3058291 ], [ 120.212722, 30.305298 ], [ 120.2127592, 30.3051798 ], [ 120.212857, 30.3048688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.212857, 30.3048688 ], [ 120.2127592, 30.3051798 ], [ 120.212722, 30.305298 ], [ 120.212555, 30.3058291 ], [ 120.2125387, 30.3060227 ], [ 120.2125847, 30.3065079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093912, 30.3079276 ], [ 120.2094072, 30.3074747 ], [ 120.2094143, 30.3073354 ], [ 120.2094366, 30.3068999 ], [ 120.2094434, 30.3067681 ], [ 120.2095133, 30.3059644 ], [ 120.2096101, 30.3056817 ], [ 120.2097574, 30.305262 ], [ 120.2099103, 30.3048083 ], [ 120.21028, 30.304246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2104257, 30.3042952 ], [ 120.2101955, 30.3046599 ], [ 120.2099179, 30.3051916 ], [ 120.2097788, 30.3055756 ], [ 120.2096694, 30.3059357 ], [ 120.2096164, 30.3063577 ], [ 120.2095802, 30.3067749 ], [ 120.2095784, 30.3068537 ], [ 120.2095683, 30.3072843 ], [ 120.2095641, 30.3074637 ], [ 120.2095725, 30.3079365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2060456, 30.3078367 ], [ 120.2062242, 30.3078393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062242, 30.3078393 ], [ 120.2063947, 30.3078391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217118, 30.3080198 ], [ 120.2172441, 30.3077031 ], [ 120.2176731, 30.3064674 ], [ 120.2177511, 30.306244 ], [ 120.2178291, 30.3060251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179878, 30.3060662 ], [ 120.2179187, 30.3062753 ], [ 120.2178504, 30.3064902 ], [ 120.217695, 30.3069701 ], [ 120.2173372, 30.3080405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2104334, 30.3079737 ], [ 120.2108863, 30.3079332 ], [ 120.2112143, 30.3079038 ], [ 120.2116753, 30.3078699 ], [ 120.2121316, 30.3078681 ], [ 120.2140592, 30.3079074 ], [ 120.2157952, 30.3079452 ], [ 120.2159661, 30.3079774 ], [ 120.2165768, 30.3079881 ], [ 120.217118, 30.3080198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2104334, 30.3079737 ], [ 120.2109288, 30.3079917 ], [ 120.2113057, 30.3080054 ], [ 120.2115644, 30.3080148 ], [ 120.2120023, 30.3080242 ], [ 120.213526, 30.3080569 ], [ 120.2151246, 30.308073 ], [ 120.2158436, 30.3080811 ], [ 120.217118, 30.3080198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2173372, 30.3080405 ], [ 120.2177627, 30.308045 ], [ 120.2187108, 30.3080375 ], [ 120.2215447, 30.308015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.217118, 30.3080198 ], [ 120.2173372, 30.3080405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2170164, 30.308333 ], [ 120.217118, 30.3080198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2173372, 30.3080405 ], [ 120.2172406, 30.3083656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2170164, 30.308333 ], [ 120.2164433, 30.3083084 ], [ 120.215659, 30.308297 ], [ 120.2126845, 30.3082325 ], [ 120.2120025, 30.3082181 ], [ 120.2114717, 30.3082178 ], [ 120.2111432, 30.3082176 ], [ 120.2111185, 30.3082176 ], [ 120.2102459, 30.3082362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213554, 30.3083168 ], [ 120.2187324, 30.3083479 ], [ 120.2172406, 30.3083656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063947, 30.3078391 ], [ 120.206504, 30.3078423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.206504, 30.3078423 ], [ 120.2093912, 30.3079276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093912, 30.3079276 ], [ 120.2095725, 30.3079365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095725, 30.3079365 ], [ 120.2104334, 30.3079737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063484, 30.3081539 ], [ 120.2060456, 30.3078367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065462, 30.3081601 ], [ 120.2062242, 30.3078393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063947, 30.3078391 ], [ 120.2067073, 30.3081651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.206504, 30.3078423 ], [ 120.2068258, 30.3081678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093697, 30.3082255 ], [ 120.2093912, 30.3079276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095725, 30.3079365 ], [ 120.2095676, 30.3082291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2231349, 30.3055492 ], [ 120.2240624, 30.3058469 ], [ 120.2256197, 30.3063468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "天城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255754, 30.306441 ], [ 120.2239948, 30.3059437 ], [ 120.2230241, 30.3056383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230241, 30.3056383 ], [ 120.2226706, 30.3061463 ], [ 120.222504, 30.3063857 ], [ 120.2224795, 30.3064209 ], [ 120.2221112, 30.3069352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221112, 30.3069352 ], [ 120.2224795, 30.3064209 ], [ 120.222504, 30.3063857 ], [ 120.2226706, 30.3061463 ], [ 120.2230241, 30.3056383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215447, 30.308015 ], [ 120.2218477, 30.3073646 ], [ 120.2219682, 30.3071692 ], [ 120.2221112, 30.3069352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221112, 30.3069352 ], [ 120.2219682, 30.3071692 ], [ 120.2218477, 30.3073646 ], [ 120.2215447, 30.308015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215447, 30.308015 ], [ 120.2229769, 30.3079815 ], [ 120.2238508, 30.3079203 ], [ 120.2248697, 30.3078788 ], [ 120.2249977, 30.3078608 ], [ 120.2254443, 30.3078477 ], [ 120.2259602, 30.3078236 ], [ 120.2264755, 30.3078189 ], [ 120.2269973, 30.3078107 ], [ 120.2274658, 30.3077755 ], [ 120.227882, 30.3077865 ], [ 120.2282741, 30.3077767 ], [ 120.2287467, 30.3077213 ], [ 120.2291817, 30.3076121 ], [ 120.2295335, 30.3075102 ], [ 120.2296211, 30.3074848 ], [ 120.230071, 30.3073661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213554, 30.3083168 ], [ 120.2215447, 30.308015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215447, 30.308015 ], [ 120.2213554, 30.3083168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2195136, 30.3129454 ], [ 120.219638, 30.3125896 ], [ 120.2197268, 30.3122537 ], [ 120.2197472, 30.3121766 ], [ 120.2197997, 30.311978 ], [ 120.2204214, 30.3105106 ], [ 120.220762, 30.3097908 ], [ 120.2209007, 30.3094978 ], [ 120.2210095, 30.3092153 ], [ 120.2210587, 30.3090874 ], [ 120.2211506, 30.3088486 ], [ 120.2213554, 30.3083168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065462, 30.3081601 ], [ 120.2063484, 30.3081539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2067073, 30.3081651 ], [ 120.2065462, 30.3081601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2068258, 30.3081678 ], [ 120.2067073, 30.3081651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093697, 30.3082255 ], [ 120.2068258, 30.3081678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095676, 30.3082291 ], [ 120.2093697, 30.3082255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2102459, 30.3082362 ], [ 120.2095676, 30.3082291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.212575, 30.3084357 ], [ 120.2119866, 30.3083553 ], [ 120.2115689, 30.3083094 ], [ 120.21154, 30.3083064 ], [ 120.2111711, 30.3082677 ], [ 120.2102459, 30.3082362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2068258, 30.3081678 ], [ 120.207078, 30.308433 ], [ 120.2076852, 30.3091276 ], [ 120.2086481, 30.3101703 ], [ 120.2098341, 30.31138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2067073, 30.3081651 ], [ 120.2084428, 30.3100536 ], [ 120.2097686, 30.3114159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095902, 30.3114991 ], [ 120.2092962, 30.311155 ], [ 120.208577, 30.3104293 ], [ 120.2077504, 30.3095343 ], [ 120.2065462, 30.3081601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095065, 30.3115412 ], [ 120.2088132, 30.310838 ], [ 120.2079208, 30.3098656 ], [ 120.2071676, 30.309045 ], [ 120.2063484, 30.3081539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098341, 30.31138 ], [ 120.2102226, 30.3111668 ], [ 120.2107339, 30.3109557 ], [ 120.2111569, 30.3108338 ], [ 120.2114613, 30.3107851 ], [ 120.2117895, 30.3107482 ], [ 120.2120655, 30.3107458 ], [ 120.2123508, 30.3107757 ], [ 120.2126078, 30.3108133 ], [ 120.2129698, 30.3108937 ], [ 120.2133614, 30.3110197 ], [ 120.2136565, 30.3111147 ], [ 120.2137268, 30.3111373 ], [ 120.2138175, 30.3111665 ], [ 120.2149734, 30.3115602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2148946, 30.3116621 ], [ 120.2137873, 30.3112668 ], [ 120.2131743, 30.3110633 ], [ 120.2129981, 30.3110048 ], [ 120.2126572, 30.3109201 ], [ 120.2123863, 30.3108838 ], [ 120.2119193, 30.3108636 ], [ 120.2114197, 30.3108878 ], [ 120.2108779, 30.3110289 ], [ 120.2099378, 30.3114802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2097686, 30.3114159 ], [ 120.2098341, 30.31138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098341, 30.31138 ], [ 120.2099378, 30.3114802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095902, 30.3114991 ], [ 120.2097686, 30.3114159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2097686, 30.3114159 ], [ 120.2098679, 30.3115137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099378, 30.3114802 ], [ 120.2098679, 30.3115137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095065, 30.3115412 ], [ 120.2095902, 30.3114991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2096986, 30.3115956 ], [ 120.2095902, 30.3114991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015189, 30.2987026 ], [ 120.2007733, 30.2982121 ], [ 120.1999709, 30.2976842 ], [ 120.1995969, 30.2974267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969208, 30.2990334 ], [ 120.1972742, 30.2988344 ], [ 120.198121, 30.2982806 ], [ 120.1981663, 30.2982509 ], [ 120.1986462, 30.297936 ], [ 120.1992106, 30.2975656 ], [ 120.1994859, 30.2973703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1995969, 30.2974267 ], [ 120.199265, 30.2976374 ], [ 120.198254, 30.298342 ], [ 120.1979459, 30.2985364 ], [ 120.1969827, 30.2991285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015189, 30.2987026 ], [ 120.2016493, 30.2985416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2016493, 30.2985416 ], [ 120.2015189, 30.2987026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.19971, 30.2973495 ], [ 120.2004211, 30.2977854 ], [ 120.201391, 30.2984254 ], [ 120.2017702, 30.2987074 ], [ 120.2045161, 30.3005519 ], [ 120.2051029, 30.3009547 ], [ 120.2066527, 30.3020578 ], [ 120.2069941, 30.3023099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环站北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2068897, 30.302353 ], [ 120.206611, 30.3021171 ], [ 120.2050663, 30.3010084 ], [ 120.2044487, 30.3005948 ], [ 120.2017353, 30.298755 ], [ 120.2013405, 30.2984891 ], [ 120.2003671, 30.2978326 ], [ 120.1998746, 30.2975369 ], [ 120.1995969, 30.2974267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1988137, 30.3012299 ], [ 120.1994484, 30.3007327 ], [ 120.1999893, 30.3003409 ], [ 120.2002594, 30.3000916 ], [ 120.2005008, 30.2998688 ], [ 120.2009552, 30.2993483 ], [ 120.2015189, 30.2987026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015189, 30.2987026 ], [ 120.2009552, 30.2993483 ], [ 120.2005008, 30.2998688 ], [ 120.2002594, 30.3000916 ], [ 120.1999893, 30.3003409 ], [ 120.1994484, 30.3007327 ], [ 120.1988137, 30.3012299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2048069, 30.3006565 ], [ 120.2049431, 30.3007457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2046258, 30.3007973 ], [ 120.2048069, 30.3006565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2049431, 30.3007457 ], [ 120.2047587, 30.3008957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2047587, 30.3008957 ], [ 120.2046258, 30.3007973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985316, 30.3013856 ], [ 120.1983481, 30.301244 ], [ 120.1981435, 30.3010827 ], [ 120.1979822, 30.3009166 ], [ 120.1979586, 30.3008946 ], [ 120.1977575, 30.3007116 ], [ 120.1974812, 30.300406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1988137, 30.3012299 ], [ 120.1987189, 30.3012776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1987189, 30.3012776 ], [ 120.1988137, 30.3012299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986115, 30.3013409 ], [ 120.1987189, 30.3012776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1987189, 30.3012776 ], [ 120.1986115, 30.3013409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985316, 30.3013856 ], [ 120.1986115, 30.3013409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986115, 30.3013409 ], [ 120.1985316, 30.3013856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942344, 30.3000874 ], [ 120.1937326, 30.3001507 ], [ 120.1932274, 30.3001537 ], [ 120.1929598, 30.3001369 ], [ 120.1927596, 30.3001244 ], [ 120.1922447, 30.3000708 ], [ 120.1918232, 30.2999769 ], [ 120.1915033, 30.2998858 ], [ 120.1914113, 30.2998539 ], [ 120.191117, 30.2997518 ], [ 120.1906879, 30.2996029 ], [ 120.1906169, 30.2995783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1941925, 30.2999754 ], [ 120.1942344, 30.3000874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942344, 30.3000874 ], [ 120.1941925, 30.2999754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969827, 30.2991285 ], [ 120.1971107, 30.2993503 ], [ 120.1974888, 30.2999113 ], [ 120.1975808, 30.3000496 ], [ 120.1977442, 30.3002465 ], [ 120.1978911, 30.3004185 ], [ 120.1982007, 30.3007396 ], [ 120.1988137, 30.3012299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969004, 30.2991807 ], [ 120.1970451, 30.2994296 ], [ 120.1973752, 30.2999221 ], [ 120.1975209, 30.3001301 ], [ 120.1977188, 30.3003838 ], [ 120.1979394, 30.300628 ], [ 120.1981218, 30.3008051 ], [ 120.1983984, 30.3010269 ], [ 120.1987189, 30.3012776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986115, 30.3013409 ], [ 120.198275, 30.3010836 ], [ 120.1979248, 30.3007731 ], [ 120.1976866, 30.3004868 ], [ 120.1975155, 30.3003039 ], [ 120.1973652, 30.3001015 ], [ 120.1971081, 30.2997022 ], [ 120.1969239, 30.2994281 ], [ 120.1967934, 30.2992296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1942344, 30.3000874 ], [ 120.1943311, 30.3006449 ], [ 120.1943546, 30.3007804 ], [ 120.194338, 30.3011266 ], [ 120.1943365, 30.3011579 ], [ 120.1943363, 30.3011614 ], [ 120.1942498, 30.301425 ], [ 120.194123, 30.3016985 ], [ 120.1938314, 30.3022335 ], [ 120.1931689, 30.3032256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931689, 30.3032256 ], [ 120.1938314, 30.3022335 ], [ 120.194123, 30.3016985 ], [ 120.1942498, 30.301425 ], [ 120.1943363, 30.3011614 ], [ 120.1943365, 30.3011579 ], [ 120.194338, 30.3011266 ], [ 120.1943546, 30.3007804 ], [ 120.1943311, 30.3006449 ], [ 120.1942344, 30.3000874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅家曲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1974812, 30.300406 ], [ 120.1966223, 30.3009602 ], [ 120.196437, 30.3011164 ], [ 120.1962371, 30.3013117 ], [ 120.196049, 30.3015113 ], [ 120.1959832, 30.3015813 ], [ 120.1956446, 30.301987 ], [ 120.1950318, 30.3027429 ], [ 120.1949467, 30.3028525 ], [ 120.194278, 30.3037137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梅家曲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194278, 30.3037137 ], [ 120.1949467, 30.3028525 ], [ 120.1950318, 30.3027429 ], [ 120.1956446, 30.301987 ], [ 120.1959832, 30.3015813 ], [ 120.196049, 30.3015113 ], [ 120.1962371, 30.3013117 ], [ 120.196437, 30.3011164 ], [ 120.1966223, 30.3009602 ], [ 120.1974812, 30.300406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886902, 30.2988367 ], [ 120.1894249, 30.2990479 ], [ 120.1899517, 30.2992238 ], [ 120.1903522, 30.2993575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903522, 30.2993575 ], [ 120.1899517, 30.2992238 ], [ 120.1894249, 30.2990479 ], [ 120.1886902, 30.2988367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903522, 30.2993575 ], [ 120.1905537, 30.2989857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908578, 30.2990846 ], [ 120.1906856, 30.2994575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903054, 30.2994495 ], [ 120.1903522, 30.2993575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1903522, 30.2993575 ], [ 120.1906856, 30.2994575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1906169, 30.2995783 ], [ 120.1903054, 30.2994495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1906856, 30.2994575 ], [ 120.1906169, 30.2995783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1906169, 30.2995783 ], [ 120.1900848, 30.3006993 ], [ 120.1899462, 30.3009913 ], [ 120.1898353, 30.3012248 ], [ 120.1897416, 30.3014222 ], [ 120.1894678, 30.3020452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "尧典桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1828032, 30.2986425 ], [ 120.182834, 30.299043 ], [ 120.1828552, 30.299341 ], [ 120.1828924, 30.299802 ], [ 120.182927, 30.3002517 ], [ 120.1830005, 30.3007862 ], [ 120.1830553, 30.3011851 ], [ 120.1832606, 30.3021558 ], [ 120.1833006, 30.3023452 ], [ 120.1834495, 30.3031431 ], [ 120.1837084, 30.3042971 ], [ 120.1837747, 30.3044253 ], [ 120.1838804, 30.3045482 ], [ 120.1840959, 30.3044942 ], [ 120.184228, 30.3044725 ], [ 120.1843601, 30.3044718 ], [ 120.1850959, 30.3044868 ], [ 120.1859098, 30.3045445 ], [ 120.1866122, 30.304568 ], [ 120.1868291, 30.3045914 ], [ 120.1869877, 30.304681 ], [ 120.1872858, 30.3049333 ], [ 120.187379, 30.305007 ], [ 120.1874486, 30.3050619 ], [ 120.1874707, 30.3050794 ], [ 120.1876508, 30.3051392 ], [ 120.1878569, 30.3051638 ], [ 120.1884147, 30.3051709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.201824, 30.3035635 ], [ 120.2020571, 30.3032603 ], [ 120.2022681, 30.303023 ], [ 120.2023929, 30.3028919 ], [ 120.2026239, 30.3026729 ], [ 120.2027491, 30.3025602 ], [ 120.2030048, 30.3023038 ], [ 120.2031978, 30.3021151 ], [ 120.2034746, 30.3018581 ], [ 120.2037021, 30.301654 ], [ 120.203928, 30.3014376 ], [ 120.2041093, 30.301248 ], [ 120.2042375, 30.3011269 ], [ 120.2044224, 30.3009544 ], [ 120.2046258, 30.3007973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2047587, 30.3008957 ], [ 120.2044517, 30.3010934 ], [ 120.2041787, 30.3013612 ], [ 120.2040233, 30.301495 ], [ 120.2037343, 30.3017687 ], [ 120.2032855, 30.3022073 ], [ 120.2028847, 30.3026013 ], [ 120.202717, 30.3027479 ], [ 120.2024584, 30.3030173 ], [ 120.2020561, 30.3034969 ], [ 120.2019287, 30.3036535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1988137, 30.3012299 ], [ 120.2006551, 30.3026563 ], [ 120.2011612, 30.3030482 ], [ 120.2014564, 30.3032738 ], [ 120.201824, 30.3035635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1987189, 30.3012776 ], [ 120.199889, 30.3021757 ], [ 120.2005993, 30.3027318 ], [ 120.201378, 30.303346 ], [ 120.2017716, 30.3036406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017201, 30.3037271 ], [ 120.201309, 30.3034084 ], [ 120.2005276, 30.3028106 ], [ 120.1998232, 30.3022535 ], [ 120.1986115, 30.3013409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2016721, 30.3038203 ], [ 120.2013913, 30.3035971 ], [ 120.2007804, 30.3031232 ], [ 120.2004738, 30.3028846 ], [ 120.1985316, 30.3013856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017716, 30.3036406 ], [ 120.201824, 30.3035635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.201824, 30.3035635 ], [ 120.2019287, 30.3036535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017716, 30.3036406 ], [ 120.2018759, 30.3037231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017201, 30.3037271 ], [ 120.2017716, 30.3036406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "尧典桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1884147, 30.3051709 ], [ 120.1878569, 30.3051638 ], [ 120.1876508, 30.3051392 ], [ 120.1874707, 30.3050794 ], [ 120.1874486, 30.3050619 ], [ 120.187379, 30.305007 ], [ 120.1872858, 30.3049333 ], [ 120.1869877, 30.304681 ], [ 120.1868291, 30.3045914 ], [ 120.1866122, 30.304568 ], [ 120.1859098, 30.3045445 ], [ 120.1850959, 30.3044868 ], [ 120.1843601, 30.3044718 ], [ 120.184228, 30.3044725 ], [ 120.1840959, 30.3044942 ], [ 120.1838804, 30.3045482 ], [ 120.1837747, 30.3044253 ], [ 120.1837084, 30.3042971 ], [ 120.1834495, 30.3031431 ], [ 120.1833006, 30.3023452 ], [ 120.1832606, 30.3021558 ], [ 120.1830553, 30.3011851 ], [ 120.1830005, 30.3007862 ], [ 120.182927, 30.3002517 ], [ 120.1828924, 30.299802 ], [ 120.1828552, 30.299341 ], [ 120.182834, 30.299043 ], [ 120.1828032, 30.2986425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1884147, 30.3051709 ], [ 120.1884616, 30.3047162 ], [ 120.188534, 30.304161 ], [ 120.1885591, 30.3039681 ], [ 120.1885791, 30.3038874 ], [ 120.18885, 30.3027946 ], [ 120.1888901, 30.3026328 ], [ 120.1891359, 30.3019231 ], [ 120.1894178, 30.30135 ], [ 120.1895508, 30.3010779 ], [ 120.1896939, 30.3007851 ], [ 120.1897702, 30.3006289 ], [ 120.1898762, 30.300412 ], [ 120.1903054, 30.2994495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894678, 30.3020452 ], [ 120.1892672, 30.3025909 ], [ 120.1891949, 30.3028684 ], [ 120.189128, 30.3031252 ], [ 120.1890567, 30.303526 ], [ 120.188914, 30.3043288 ], [ 120.1889016, 30.3045316 ], [ 120.1888707, 30.3050383 ], [ 120.1887467, 30.3070725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883395, 30.3070476 ], [ 120.1884026, 30.3054128 ], [ 120.1884147, 30.3051709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883395, 30.3070476 ], [ 120.1887467, 30.3070725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883305, 30.3071778 ], [ 120.1883395, 30.3070476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887467, 30.3070725 ], [ 120.1904422, 30.3071765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887467, 30.3070725 ], [ 120.1887383, 30.3072053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887383, 30.3072053 ], [ 120.1883305, 30.3071778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904165, 30.3073026 ], [ 120.1904422, 30.3071765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百田巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931689, 30.3032256 ], [ 120.1923615, 30.3028981 ], [ 120.1922865, 30.3028676 ], [ 120.191818, 30.3026776 ], [ 120.1908602, 30.3024199 ], [ 120.1894678, 30.3020452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百田巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1894678, 30.3020452 ], [ 120.1908602, 30.3024199 ], [ 120.191818, 30.3026776 ], [ 120.1922865, 30.3028676 ], [ 120.1923615, 30.3028981 ], [ 120.1931689, 30.3032256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985316, 30.3013856 ], [ 120.197831, 30.3021009 ], [ 120.1973896, 30.3025721 ], [ 120.1969645, 30.3029449 ], [ 120.1965936, 30.3032701 ], [ 120.1965626, 30.3032973 ], [ 120.1962862, 30.3035396 ], [ 120.1961376, 30.3036699 ], [ 120.1953666, 30.304319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953666, 30.304319 ], [ 120.1961376, 30.3036699 ], [ 120.1962862, 30.3035396 ], [ 120.1965626, 30.3032973 ], [ 120.1965936, 30.3032701 ], [ 120.1969645, 30.3029449 ], [ 120.1973896, 30.3025721 ], [ 120.197831, 30.3021009 ], [ 120.1985316, 30.3013856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百田巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194278, 30.3037137 ], [ 120.194058, 30.3036169 ], [ 120.1931689, 30.3032256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百田巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931689, 30.3032256 ], [ 120.194058, 30.3036169 ], [ 120.194278, 30.3037137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百田巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.194278, 30.3037137 ], [ 120.1945374, 30.3038359 ], [ 120.1946413, 30.3038848 ], [ 120.1947386, 30.3039306 ], [ 120.1953666, 30.304319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百田巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953666, 30.304319 ], [ 120.1947386, 30.3039306 ], [ 120.1946413, 30.3038848 ], [ 120.1945374, 30.3038359 ], [ 120.194278, 30.3037137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百田巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1971283, 30.305292 ], [ 120.1964317, 30.3049072 ], [ 120.1953666, 30.304319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百田巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953666, 30.304319 ], [ 120.1964317, 30.3049072 ], [ 120.1971283, 30.305292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062242, 30.3078393 ], [ 120.2057895, 30.3073588 ], [ 120.2056367, 30.3072007 ], [ 120.2052442, 30.3067614 ], [ 120.2047921, 30.3062396 ], [ 120.2043917, 30.3058467 ], [ 120.2040247, 30.3055219 ], [ 120.2038851, 30.3054183 ], [ 120.2036704, 30.3052389 ], [ 120.2034179, 30.3050503 ], [ 120.2028844, 30.3046293 ], [ 120.2027537, 30.3045279 ], [ 120.2025932, 30.3044035 ], [ 120.2018202, 30.3038072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2060456, 30.3078367 ], [ 120.2058168, 30.3075428 ], [ 120.2057545, 30.3074629 ], [ 120.2054653, 30.3071453 ], [ 120.2051862, 30.3068452 ], [ 120.2051635, 30.3068184 ], [ 120.2049213, 30.3065335 ], [ 120.2046291, 30.3061898 ], [ 120.2044047, 30.305966 ], [ 120.2041332, 30.3057386 ], [ 120.2038333, 30.3054916 ], [ 120.203598, 30.3053095 ], [ 120.2033524, 30.3051226 ], [ 120.2028636, 30.3047405 ], [ 120.2026822, 30.3046019 ], [ 120.2017548, 30.3038935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2008452, 30.3076633 ], [ 120.2009206, 30.3076731 ], [ 120.2010249, 30.3076707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2010249, 30.3076707 ], [ 120.2046709, 30.3077991 ], [ 120.205601, 30.3078232 ], [ 120.2060456, 30.3078367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2008685, 30.3079817 ], [ 120.2008452, 30.3076633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2010249, 30.3076707 ], [ 120.2010503, 30.307988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2010503, 30.307988 ], [ 120.2009853, 30.307986 ], [ 120.2008685, 30.3079817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063484, 30.3081539 ], [ 120.2012356, 30.3079938 ], [ 120.2010503, 30.307988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2011331, 30.3085177 ], [ 120.2010137, 30.3083511 ], [ 120.2009167, 30.3081664 ], [ 120.2008685, 30.3079817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2010503, 30.307988 ], [ 120.2010588, 30.3081386 ], [ 120.2010936, 30.308303 ], [ 120.2011331, 30.3085177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792616, 30.3058641 ], [ 120.1792229, 30.3059591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792616, 30.3058641 ], [ 120.1809221, 30.306281 ], [ 120.1817067, 30.3064614 ], [ 120.1822654, 30.3065948 ], [ 120.1829493, 30.3066936 ], [ 120.1835636, 30.3067489 ], [ 120.1843556, 30.3068086 ], [ 120.1855481, 30.3068802 ], [ 120.1869338, 30.3069633 ], [ 120.1880614, 30.3070299 ], [ 120.1883395, 30.3070476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1883305, 30.3071778 ], [ 120.1880623, 30.3071654 ], [ 120.1867323, 30.3070796 ], [ 120.1836409, 30.3068986 ], [ 120.1829359, 30.3068392 ], [ 120.182235, 30.3067255 ], [ 120.1815741, 30.3065728 ], [ 120.1809406, 30.3063972 ], [ 120.1792229, 30.3059591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1785672, 30.3106381 ], [ 120.1785539, 30.3098902 ], [ 120.1785445, 30.3093976 ], [ 120.1784966, 30.3089071 ], [ 120.1784973, 30.3081356 ], [ 120.1785162, 30.307647 ], [ 120.1785414, 30.3073769 ], [ 120.1785492, 30.3072928 ], [ 120.1786011, 30.3070323 ], [ 120.1786718, 30.3067066 ], [ 120.1787477, 30.3064618 ], [ 120.1787974, 30.306267 ], [ 120.1787907, 30.3061512 ], [ 120.1787739, 30.3061194 ], [ 120.178727, 30.3060442 ], [ 120.1786247, 30.3059481 ], [ 120.1786635, 30.3057949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792229, 30.3059591 ], [ 120.1791575, 30.3061167 ], [ 120.1791196, 30.306126 ], [ 120.1790256, 30.3061634 ], [ 120.1789191, 30.306263 ], [ 120.1789087, 30.306294 ], [ 120.1788438, 30.3064861 ], [ 120.1788065, 30.3065967 ], [ 120.1787422, 30.306902 ], [ 120.1786994, 30.3072257 ], [ 120.1786404, 30.3076512 ], [ 120.1786136, 30.3080952 ], [ 120.1786083, 30.3084467 ], [ 120.1786244, 30.3087936 ], [ 120.1786353, 30.3089292 ], [ 120.17868, 30.3094803 ], [ 120.1787326, 30.3103624 ], [ 120.1787223, 30.3106518 ], [ 120.1787191, 30.3107039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1785672, 30.3106381 ], [ 120.1787191, 30.3107039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1785609, 30.3107268 ], [ 120.1785672, 30.3106381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "香积寺东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1787191, 30.3107039 ], [ 120.1785609, 30.3107268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香积寺东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807172, 30.3107363 ], [ 120.1804497, 30.3107371 ], [ 120.1787191, 30.3107039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香积寺东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1787191, 30.3107039 ], [ 120.1804497, 30.3107371 ], [ 120.1807172, 30.3107363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1931689, 30.3032256 ], [ 120.1926473, 30.3040067 ], [ 120.1925606, 30.3041365 ], [ 120.1924988, 30.3042291 ], [ 120.192355, 30.3044445 ], [ 120.1917627, 30.3051998 ], [ 120.1910411, 30.30628 ], [ 120.1907793, 30.3066718 ], [ 120.1904422, 30.3071765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904422, 30.3071765 ], [ 120.1907793, 30.3066718 ], [ 120.1910411, 30.30628 ], [ 120.1917627, 30.3051998 ], [ 120.192355, 30.3044445 ], [ 120.1924988, 30.3042291 ], [ 120.1925606, 30.3041365 ], [ 120.1926473, 30.3040067 ], [ 120.1931689, 30.3032256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1936334, 30.30728 ], [ 120.1936334, 30.306942 ], [ 120.1936778, 30.3066019 ], [ 120.1937851, 30.3062843 ], [ 120.1939558, 30.3059886 ], [ 120.1942078, 30.3055755 ], [ 120.1943564, 30.3054032 ], [ 120.1945946, 30.3051271 ], [ 120.1946385, 30.3050783 ], [ 120.1950141, 30.3046608 ], [ 120.1950413, 30.3046344 ], [ 120.1953666, 30.304319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "全福桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1953666, 30.304319 ], [ 120.1950413, 30.3046344 ], [ 120.1950141, 30.3046608 ], [ 120.1946385, 30.3050783 ], [ 120.1945946, 30.3051271 ], [ 120.1943564, 30.3054032 ], [ 120.1942078, 30.3055755 ], [ 120.1939558, 30.3059886 ], [ 120.1937851, 30.3062843 ], [ 120.1936778, 30.3066019 ], [ 120.1936334, 30.306942 ], [ 120.1936334, 30.30728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904422, 30.3071765 ], [ 120.1905712, 30.3071844 ], [ 120.1911189, 30.307236 ], [ 120.1913077, 30.3072337 ], [ 120.191427, 30.3072326 ], [ 120.1923197, 30.3072229 ], [ 120.1936334, 30.30728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1936334, 30.30728 ], [ 120.1952445, 30.3073735 ], [ 120.1982863, 30.3075502 ], [ 120.1984011, 30.3075568 ], [ 120.1993958, 30.3076146 ], [ 120.2008452, 30.3076633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2008685, 30.3079817 ], [ 120.1998578, 30.3079485 ], [ 120.1992562, 30.3079165 ], [ 120.1985724, 30.3078802 ], [ 120.1980213, 30.3078475 ], [ 120.1979066, 30.3078407 ], [ 120.1971246, 30.3077943 ], [ 120.1970475, 30.3077894 ], [ 120.1952199, 30.3076726 ], [ 120.1935556, 30.3075794 ], [ 120.1933878, 30.3075701 ], [ 120.1927229, 30.3075331 ], [ 120.1914999, 30.3073757 ], [ 120.1913352, 30.307376 ], [ 120.1907378, 30.3073243 ], [ 120.1905851, 30.307314 ], [ 120.1904165, 30.3073026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1985952, 30.320966 ], [ 120.1966005, 30.3210079 ], [ 120.1961587, 30.3210172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961587, 30.3210172 ], [ 120.1966005, 30.3210079 ], [ 120.1985952, 30.320966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961587, 30.3210172 ], [ 120.1960597, 30.321019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "驿城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904422, 30.3071765 ], [ 120.1904165, 30.3073026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1904165, 30.3073026 ], [ 120.1901547, 30.3072849 ], [ 120.1887383, 30.3072053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188095, 30.3107956 ], [ 120.1881472, 30.3099938 ], [ 120.1882064, 30.3090835 ], [ 120.1882177, 30.3089101 ], [ 120.1882246, 30.3088044 ], [ 120.1883305, 30.3071778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "禾福弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188095, 30.3107956 ], [ 120.1877758, 30.3107746 ], [ 120.1866438, 30.3106999 ], [ 120.1865583, 30.3106943 ], [ 120.1864593, 30.3106878 ], [ 120.1862614, 30.3106748 ], [ 120.1854904, 30.310624 ], [ 120.1853558, 30.3106151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "禾福弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853558, 30.3106151 ], [ 120.1854904, 30.310624 ], [ 120.1862614, 30.3106748 ], [ 120.1864593, 30.3106878 ], [ 120.1865583, 30.3106943 ], [ 120.1866438, 30.3106999 ], [ 120.1877758, 30.3107746 ], [ 120.188095, 30.3107956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887383, 30.3072053 ], [ 120.1886526, 30.308303 ], [ 120.1886122, 30.3088205 ], [ 120.1885669, 30.3094002 ], [ 120.1884501, 30.3104159 ], [ 120.1884448, 30.3106159 ], [ 120.1884405, 30.3107805 ], [ 120.1885095, 30.3118411 ], [ 120.1886816, 30.3138511 ], [ 120.1886911, 30.3139626 ], [ 120.1887051, 30.3142134 ], [ 120.1887029, 30.314519 ], [ 120.1887025, 30.3145688 ], [ 120.1887023, 30.3146077 ], [ 120.188705, 30.3148335 ], [ 120.188699, 30.3150368 ], [ 120.188701, 30.3150649 ], [ 120.188706, 30.3151358 ], [ 120.1887604, 30.315903 ], [ 120.1887953, 30.3161962 ], [ 120.1888532, 30.3164452 ], [ 120.1889528, 30.3170445 ], [ 120.1891445, 30.3181251 ], [ 120.1892883, 30.3187443 ], [ 120.1893763, 30.3193769 ], [ 120.1895228, 30.3204303 ], [ 120.1895352, 30.3211121 ], [ 120.1895332, 30.3211648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891631, 30.3212158 ], [ 120.1891889, 30.3204541 ], [ 120.1891463, 30.3200702 ], [ 120.189111, 30.3197522 ], [ 120.1890697, 30.3193804 ], [ 120.1890612, 30.3193041 ], [ 120.1890031, 30.3187806 ], [ 120.1886883, 30.3170562 ], [ 120.188556, 30.3164988 ], [ 120.1884699, 30.3161238 ], [ 120.1884269, 30.3158499 ], [ 120.1883778, 30.314911 ], [ 120.1883577, 30.3146355 ], [ 120.1883508, 30.3145735 ], [ 120.1883491, 30.3145017 ], [ 120.1883105, 30.3140031 ], [ 120.1882102, 30.3127062 ], [ 120.1881448, 30.3118605 ], [ 120.1880801, 30.3110248 ], [ 120.188095, 30.3107956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "华中南路", "沈家路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.17844, 30.3178977 ], [ 120.1797134, 30.3177606 ], [ 120.1820386, 30.3175148 ], [ 120.1825013, 30.3174572 ], [ 120.1829335, 30.3174106 ], [ 120.1831827, 30.3173773 ], [ 120.1840804, 30.3172869 ], [ 120.1849019, 30.3172047 ], [ 120.1853933, 30.3171808 ], [ 120.185487, 30.3171763 ], [ 120.1860246, 30.3171502 ], [ 120.1864223, 30.3171523 ], [ 120.1869648, 30.3171747 ], [ 120.1874216, 30.3172243 ], [ 120.1876035, 30.3172467 ], [ 120.1884822, 30.3173513 ], [ 120.1894599, 30.3175075 ], [ 120.1901186, 30.3176468 ], [ 120.1907419, 30.3178108 ], [ 120.1910155, 30.3178964 ], [ 120.1914106, 30.3180533 ], [ 120.1927553, 30.3185875 ], [ 120.1930618, 30.3187026 ], [ 120.1936441, 30.3189212 ], [ 120.1940024, 30.3190908 ], [ 120.1942892, 30.3192388 ], [ 120.194468, 30.3193311 ], [ 120.1948258, 30.3195709 ], [ 120.1951436, 30.3198366 ], [ 120.1954989, 30.3201692 ], [ 120.1958608, 30.3205674 ], [ 120.1961587, 30.3210172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "华中南路", "沈家路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960597, 30.321019 ], [ 120.1959711, 30.3208836 ], [ 120.1957935, 30.3206223 ], [ 120.1954868, 30.3202531 ], [ 120.1951599, 30.3199465 ], [ 120.1948734, 30.3197061 ], [ 120.1945263, 30.3194553 ], [ 120.1941752, 30.3192397 ], [ 120.19403, 30.3191627 ], [ 120.193691, 30.3190024 ], [ 120.1933802, 30.3188805 ], [ 120.1925449, 30.318578 ], [ 120.1924762, 30.3185531 ], [ 120.1915771, 30.3182097 ], [ 120.1913725, 30.3181281 ], [ 120.1910483, 30.3179987 ], [ 120.1906556, 30.3178839 ], [ 120.1901122, 30.3177374 ], [ 120.1894441, 30.317611 ], [ 120.1884562, 30.3174187 ], [ 120.1874317, 30.3173351 ], [ 120.1868606, 30.3172669 ], [ 120.1868316, 30.3172634 ], [ 120.1866175, 30.3172536 ], [ 120.1863626, 30.3172533 ], [ 120.1860125, 30.3172528 ], [ 120.185503, 30.3172755 ], [ 120.1854092, 30.3172796 ], [ 120.1848121, 30.3173062 ], [ 120.1832818, 30.3174606 ], [ 120.1832037, 30.3174697 ], [ 120.182933, 30.3174984 ], [ 120.1825106, 30.3175441 ], [ 120.1820538, 30.3175935 ], [ 120.1816572, 30.3176365 ], [ 120.1798885, 30.3178466 ], [ 120.1796836, 30.3178681 ], [ 120.1784129, 30.318001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891631, 30.3212158 ], [ 120.1895332, 30.3211648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蔡阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2053337, 30.3136489 ], [ 120.2047098, 30.3129725 ], [ 120.2044003, 30.312637 ], [ 120.2035014, 30.3116625 ], [ 120.2029685, 30.3110948 ], [ 120.2026389, 30.3106502 ], [ 120.2024218, 30.3103452 ], [ 120.2022168, 30.3100573 ], [ 120.2019648, 30.3097034 ], [ 120.2011331, 30.3085177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蔡阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2011331, 30.3085177 ], [ 120.2019648, 30.3097034 ], [ 120.2022168, 30.3100573 ], [ 120.2024218, 30.3103452 ], [ 120.2026389, 30.3106502 ], [ 120.2029685, 30.3110948 ], [ 120.2035014, 30.3116625 ], [ 120.2044003, 30.312637 ], [ 120.2047098, 30.3129725 ], [ 120.2053337, 30.3136489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970621, 30.3263378 ], [ 120.1973185, 30.3263453 ], [ 120.1980723, 30.3263675 ], [ 120.1990678, 30.3263967 ], [ 120.1999687, 30.3264231 ], [ 120.2021906, 30.3264944 ], [ 120.2043118, 30.3265623 ], [ 120.2045132, 30.3265688 ], [ 120.2062131, 30.3266414 ], [ 120.2063257, 30.3266446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063495, 30.3267512 ], [ 120.2062219, 30.3267348 ], [ 120.2045136, 30.3266729 ], [ 120.2022233, 30.3265939 ], [ 120.2021454, 30.3265912 ], [ 120.1999674, 30.3265429 ], [ 120.197841, 30.3264632 ], [ 120.1970685, 30.3264342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033413, 30.3355309 ], [ 120.2033633, 30.3348346 ], [ 120.2033277, 30.3345539 ], [ 120.2031355, 30.3334998 ], [ 120.2029851, 30.3328611 ], [ 120.2020086, 30.3329642 ], [ 120.2010296, 30.3330128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2010296, 30.3330128 ], [ 120.2020086, 30.3329642 ], [ 120.2029851, 30.3328611 ], [ 120.2031355, 30.3334998 ], [ 120.2033277, 30.3345539 ], [ 120.2033633, 30.3348346 ], [ 120.2033413, 30.3355309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1978747, 30.3350125 ], [ 120.1980451, 30.3350443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980451, 30.3350443 ], [ 120.1980599, 30.3353528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980451, 30.3350443 ], [ 120.1981866, 30.3350647 ], [ 120.2006656, 30.3353219 ], [ 120.2016903, 30.3354059 ], [ 120.201866, 30.3354209 ], [ 120.202368, 30.3354607 ], [ 120.2033413, 30.3355309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980599, 30.3353528 ], [ 120.1978785, 30.3353324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960597, 30.321019 ], [ 120.1961587, 30.3210172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1960597, 30.321019 ], [ 120.1926028, 30.3210808 ], [ 120.1913362, 30.3211035 ], [ 120.191229, 30.3211054 ], [ 120.1897746, 30.3211314 ], [ 120.1895332, 30.3211648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895332, 30.3211648 ], [ 120.1897746, 30.3211314 ], [ 120.191229, 30.3211054 ], [ 120.1913362, 30.3211035 ], [ 120.1926028, 30.3210808 ], [ 120.1960597, 30.321019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1968847, 30.3263305 ], [ 120.1968772, 30.3260557 ], [ 120.196867, 30.3256839 ], [ 120.1967955, 30.325138 ], [ 120.1967054, 30.3244496 ], [ 120.1965576, 30.3227753 ], [ 120.1965428, 30.3225115 ], [ 120.1965078, 30.3222178 ], [ 120.196419, 30.321866 ], [ 120.1962536, 30.3214131 ], [ 120.1960597, 30.321019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1961587, 30.3210172 ], [ 120.1962828, 30.3212335 ], [ 120.1964104, 30.3215259 ], [ 120.1965179, 30.3218874 ], [ 120.1966029, 30.3222216 ], [ 120.1966451, 30.3224913 ], [ 120.1966866, 30.3228062 ], [ 120.1967927, 30.3241536 ], [ 120.1968309, 30.3244525 ], [ 120.1969145, 30.3251339 ], [ 120.1970621, 30.3263378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.19335, 30.3261996 ], [ 120.1933932, 30.3253937 ], [ 120.1933825, 30.3243704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1934532, 30.3243733 ], [ 120.1934632, 30.3247956 ], [ 120.193466, 30.3252543 ], [ 120.1934678, 30.3257271 ], [ 120.1934534, 30.3262028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892134, 30.3260719 ], [ 120.189974, 30.3260954 ], [ 120.19335, 30.3261996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.19335, 30.3261996 ], [ 120.1934534, 30.3262028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.193339, 30.3263136 ], [ 120.1892082, 30.3261854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895332, 30.3211648 ], [ 120.1891631, 30.3212158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1895332, 30.3211648 ], [ 120.1895129, 30.3217432 ], [ 120.189511, 30.3217981 ], [ 120.189507, 30.3218375 ], [ 120.1894775, 30.322091 ], [ 120.1894058, 30.3228508 ], [ 120.1893228, 30.3237941 ], [ 120.189289, 30.3242194 ], [ 120.1892134, 30.3260719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1889202, 30.3260611 ], [ 120.18887, 30.3259041 ], [ 120.1889052, 30.3251681 ], [ 120.1889188, 30.3248829 ], [ 120.1888741, 30.3243039 ], [ 120.188866, 30.3241004 ], [ 120.188866, 30.3240032 ], [ 120.1888822, 30.3235705 ], [ 120.1889391, 30.3222264 ], [ 120.1890165, 30.3220369 ], [ 120.1890296, 30.3219394 ], [ 120.1890571, 30.3216838 ], [ 120.1891631, 30.3212158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1889202, 30.3260611 ], [ 120.1890187, 30.3244568 ], [ 120.189079, 30.3235302 ], [ 120.1891938, 30.3221207 ], [ 120.1891905, 30.3219926 ], [ 120.1891918, 30.3216916 ], [ 120.1891631, 30.3212158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "新天地街", "新天地街隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1812164, 30.3252297 ], [ 120.1816575, 30.3253661 ], [ 120.1823112, 30.3256015 ], [ 120.1826719, 30.3257095 ], [ 120.1828755, 30.3257638 ], [ 120.1833945, 30.3258361 ], [ 120.1853335, 30.3259207 ], [ 120.1864325, 30.3259774 ], [ 120.1865807, 30.3259812 ], [ 120.1871807, 30.3260056 ], [ 120.1877153, 30.3260249 ], [ 120.1878729, 30.3260284 ], [ 120.1881923, 30.3260254 ], [ 120.1889202, 30.3260611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1889202, 30.3260611 ], [ 120.1892134, 30.3260719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1889156, 30.3261734 ], [ 120.1889202, 30.3260611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892134, 30.3260719 ], [ 120.1892082, 30.3261854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892082, 30.3261854 ], [ 120.1889156, 30.3261734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887124, 30.3327669 ], [ 120.1887137, 30.3327066 ], [ 120.1887144, 30.3325278 ], [ 120.1887256, 30.3317805 ], [ 120.1887887, 30.331315 ], [ 120.1887982, 30.3312447 ], [ 120.1888108, 30.3308194 ], [ 120.1888279, 30.3302386 ], [ 120.1888302, 30.3301466 ], [ 120.1888686, 30.3284439 ], [ 120.1888761, 30.328303 ], [ 120.1888714, 30.3278768 ], [ 120.1888643, 30.3272429 ], [ 120.18888, 30.327053 ], [ 120.1888927, 30.3269 ], [ 120.1889156, 30.3261734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.193339, 30.3263136 ], [ 120.19335, 30.3261996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1934534, 30.3262028 ], [ 120.1934455, 30.3263169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1934534, 30.3262028 ], [ 120.1936687, 30.3262108 ], [ 120.1938135, 30.3262162 ], [ 120.1968847, 30.3263305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1934455, 30.3263169 ], [ 120.193339, 30.3263136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1968847, 30.3263305 ], [ 120.1970621, 30.3263378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1968835, 30.3264282 ], [ 120.1967251, 30.3264231 ], [ 120.1934455, 30.3263169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1968835, 30.3264282 ], [ 120.1968847, 30.3263305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970621, 30.3263378 ], [ 120.1970685, 30.3264342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970685, 30.3264342 ], [ 120.1968835, 30.3264282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932025, 30.3300795 ], [ 120.1932444, 30.3292308 ], [ 120.1932795, 30.3285192 ], [ 120.1932822, 30.3283467 ], [ 120.193317, 30.326898 ], [ 120.193339, 30.3263136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1934455, 30.3263169 ], [ 120.193393, 30.3277401 ], [ 120.1933707, 30.3283444 ], [ 120.1933667, 30.3285238 ], [ 120.1933144, 30.3300809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1973554, 30.3301955 ], [ 120.1972339, 30.3290703 ], [ 120.1972014, 30.3287701 ], [ 120.1971803, 30.3285269 ], [ 120.197093, 30.3276938 ], [ 120.1970486, 30.3275091 ], [ 120.1969598, 30.3272096 ], [ 120.1969275, 30.3270563 ], [ 120.1969263, 30.3270395 ], [ 120.1968835, 30.3264282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970685, 30.3264342 ], [ 120.197214, 30.32779 ], [ 120.1973395, 30.3285142 ], [ 120.1973659, 30.3287356 ], [ 120.197382, 30.3288809 ], [ 120.1975271, 30.3301945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932025, 30.3300795 ], [ 120.1919345, 30.3300637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1919345, 30.3300637 ], [ 120.1932025, 30.3300795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1932025, 30.3300795 ], [ 120.1933144, 30.3300809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933144, 30.3300809 ], [ 120.1932025, 30.3300795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1973554, 30.3301955 ], [ 120.1962012, 30.3301613 ], [ 120.1933144, 30.3300809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933144, 30.3300809 ], [ 120.1962012, 30.3301613 ], [ 120.1973554, 30.3301955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1973554, 30.3301955 ], [ 120.1975271, 30.3301945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892082, 30.3261854 ], [ 120.1891971, 30.3268921 ], [ 120.1891859, 30.3271519 ], [ 120.1891355, 30.328327 ], [ 120.1891275, 30.3285308 ], [ 120.189125, 30.3286198 ], [ 120.189068, 30.330435 ], [ 120.18907, 30.3305135 ], [ 120.1890872, 30.3311982 ], [ 120.1891303, 30.3323538 ], [ 120.1891369, 30.3325312 ], [ 120.1891462, 30.3328229 ], [ 120.1891494, 30.3328535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1837962, 30.3316861 ], [ 120.1838612, 30.3317018 ], [ 120.1841701, 30.3317765 ], [ 120.184276, 30.3318026 ], [ 120.1846124, 30.3318833 ], [ 120.1848585, 30.3319428 ], [ 120.1862734, 30.3322716 ], [ 120.1863093, 30.33228 ], [ 120.186815, 30.3323975 ], [ 120.188515, 30.3327353 ], [ 120.1887124, 30.3327669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887124, 30.3332511 ], [ 120.1884418, 30.3331704 ], [ 120.1875144, 30.3328726 ], [ 120.186666, 30.332635 ], [ 120.1845938, 30.3321101 ], [ 120.1842559, 30.332052 ], [ 120.184157, 30.3320332 ], [ 120.1837426, 30.3319408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887124, 30.3327669 ], [ 120.1891494, 30.3328535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1887124, 30.3332511 ], [ 120.1887124, 30.3327669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891494, 30.3328535 ], [ 120.1891439, 30.3333644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891439, 30.3333644 ], [ 120.1887124, 30.3332511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1928315, 30.3342502 ], [ 120.1912056, 30.3337979 ], [ 120.1910332, 30.3337657 ], [ 120.189507, 30.3334476 ], [ 120.1891439, 30.3333644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886397, 30.3369306 ], [ 120.1886496, 30.3366399 ], [ 120.1886496, 30.335859 ], [ 120.188652, 30.3355835 ], [ 120.1886579, 30.3348986 ], [ 120.1886958, 30.334243 ], [ 120.1887124, 30.3334992 ], [ 120.1887124, 30.3332511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891439, 30.3333644 ], [ 120.1890585, 30.3338023 ], [ 120.1890129, 30.3352833 ], [ 120.1889977, 30.3358523 ], [ 120.1889798, 30.3365259 ], [ 120.1889402, 30.3369306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1837962, 30.3316861 ], [ 120.1837529, 30.3315668 ], [ 120.183688, 30.3314853 ], [ 120.1834343, 30.331358 ], [ 120.1832809, 30.3313275 ], [ 120.1830685, 30.3313071 ], [ 120.1825138, 30.3313325 ], [ 120.1824343, 30.3314024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824343, 30.3314024 ], [ 120.1825138, 30.3313325 ], [ 120.1830685, 30.3313071 ], [ 120.1832809, 30.3313275 ], [ 120.1834343, 30.331358 ], [ 120.183688, 30.3314853 ], [ 120.1837529, 30.3315668 ], [ 120.1837962, 30.3316861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822867, 30.3316032 ], [ 120.1823457, 30.3314802 ], [ 120.1824343, 30.3314024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824343, 30.3314024 ], [ 120.1823457, 30.3314802 ], [ 120.1822867, 30.3316032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824343, 30.3314024 ], [ 120.1834166, 30.3315944 ], [ 120.1837962, 30.3316861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822306, 30.3318978 ], [ 120.1822867, 30.3316032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822867, 30.3316032 ], [ 120.1822306, 30.3318978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1837426, 30.3319408 ], [ 120.1835349, 30.3318995 ], [ 120.1822867, 30.3316032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1837426, 30.3319408 ], [ 120.1836499, 30.3321498 ], [ 120.1835916, 30.3321951 ], [ 120.1834632, 30.3321901 ], [ 120.1822306, 30.3318978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822306, 30.3318978 ], [ 120.1834632, 30.3321901 ], [ 120.1835916, 30.3321951 ], [ 120.1836499, 30.3321498 ], [ 120.1837426, 30.3319408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1975271, 30.3301945 ], [ 120.1973554, 30.3301955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1928451, 30.3339021 ], [ 120.1928584, 30.3338265 ], [ 120.1929188, 30.3334619 ], [ 120.1930011, 30.3329478 ], [ 120.1930325, 30.3327569 ], [ 120.1931172, 30.3315439 ], [ 120.1931863, 30.3305552 ], [ 120.1932025, 30.3300795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1933144, 30.3300809 ], [ 120.1932582, 30.3308394 ], [ 120.1931152, 30.3327688 ], [ 120.1930167, 30.3334665 ], [ 120.1929604, 30.3338392 ], [ 120.1929381, 30.3339276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1978747, 30.3350125 ], [ 120.1978437, 30.3347224 ], [ 120.1978253, 30.3345478 ], [ 120.1976805, 30.3332065 ], [ 120.197669, 30.3331003 ], [ 120.197594, 30.3324052 ], [ 120.1975585, 30.3320766 ], [ 120.1973554, 30.3301955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1975271, 30.3301945 ], [ 120.1977327, 30.3320561 ], [ 120.1978468, 30.333089 ], [ 120.1979114, 30.3336735 ], [ 120.1980096, 30.3345626 ], [ 120.1980257, 30.3347363 ], [ 120.1980451, 30.3350443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891494, 30.3328535 ], [ 120.1903648, 30.3332652 ], [ 120.1910238, 30.3334318 ], [ 120.1912786, 30.3335035 ], [ 120.1921983, 30.3337248 ], [ 120.1928451, 30.3339021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1928451, 30.3339021 ], [ 120.1929381, 30.3339276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1928315, 30.3342502 ], [ 120.1928451, 30.3339021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929381, 30.3339276 ], [ 120.1928315, 30.3342502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929381, 30.3339276 ], [ 120.1930503, 30.3339523 ], [ 120.1939767, 30.334158 ], [ 120.1969193, 30.3348393 ], [ 120.1971607, 30.3348867 ], [ 120.1978747, 30.3350125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203375, 30.3359791 ], [ 120.2022434, 30.3358601 ], [ 120.2018626, 30.3357421 ], [ 120.2016883, 30.3357132 ], [ 120.2005831, 30.3356379 ], [ 120.1980599, 30.3353528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033413, 30.3355309 ], [ 120.20368, 30.335568 ], [ 120.205246, 30.3357305 ], [ 120.2070155, 30.3359204 ], [ 120.2071381, 30.3359284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033413, 30.3355309 ], [ 120.203375, 30.3359791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203375, 30.3359791 ], [ 120.2033413, 30.3355309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071484, 30.3363432 ], [ 120.2070019, 30.3363258 ], [ 120.2051428, 30.3361495 ], [ 120.203375, 30.3359791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980599, 30.3353528 ], [ 120.1980703, 30.335497 ], [ 120.1980936, 30.337171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035187, 30.3374702 ], [ 120.203375, 30.3359791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203375, 30.3359791 ], [ 120.2035187, 30.3374702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980936, 30.337171 ], [ 120.197933, 30.3371453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197933, 30.3371453 ], [ 120.1980936, 30.337171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2172406, 30.3083656 ], [ 120.2170164, 30.308333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2149734, 30.3115602 ], [ 120.2156196, 30.3107661 ], [ 120.2158533, 30.3104789 ], [ 120.215902, 30.3103968 ], [ 120.2161628, 30.3099571 ], [ 120.2162296, 30.3098391 ], [ 120.2165616, 30.3092524 ], [ 120.216811, 30.3085953 ], [ 120.2170164, 30.308333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2150908, 30.3116081 ], [ 120.2155581, 30.3110038 ], [ 120.2156923, 30.3108303 ], [ 120.216048, 30.3103926 ], [ 120.2162537, 30.3100469 ], [ 120.216473, 30.309672 ], [ 120.2166771, 30.3092619 ], [ 120.2168267, 30.3088906 ], [ 120.2170164, 30.308333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2172406, 30.3083656 ], [ 120.2170544, 30.3087628 ], [ 120.216847, 30.3092639 ], [ 120.2167595, 30.3094298 ], [ 120.2165787, 30.3097724 ], [ 120.2163083, 30.310256 ], [ 120.2160199, 30.3106424 ], [ 120.215208, 30.3116448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2172406, 30.3083656 ], [ 120.2172302, 30.308599 ], [ 120.2171008, 30.3089479 ], [ 120.2169712, 30.3092504 ], [ 120.2168385, 30.309513 ], [ 120.2167153, 30.3097804 ], [ 120.2165283, 30.3101089 ], [ 120.2164061, 30.3102871 ], [ 120.2160963, 30.3107312 ], [ 120.2158963, 30.3109898 ], [ 120.2156369, 30.3112719 ], [ 120.2153195, 30.311681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2149734, 30.3115602 ], [ 120.2150908, 30.3116081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2148946, 30.3116621 ], [ 120.2149734, 30.3115602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2150908, 30.3116081 ], [ 120.215208, 30.3116448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2150142, 30.3117068 ], [ 120.2150908, 30.3116081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.215208, 30.3116448 ], [ 120.2153195, 30.311681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2150142, 30.3117068 ], [ 120.2148946, 30.3116621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.215208, 30.3116448 ], [ 120.2151302, 30.3117535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151302, 30.3117535 ], [ 120.2150142, 30.3117068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2153195, 30.311681 ], [ 120.2152427, 30.3117908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2152427, 30.3117908 ], [ 120.2151302, 30.3117535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2153195, 30.311681 ], [ 120.2173496, 30.3124268 ], [ 120.2180237, 30.3126519 ], [ 120.2187072, 30.3128367 ], [ 120.2195136, 30.3129454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2194903, 30.3130267 ], [ 120.2187399, 30.3129473 ], [ 120.2182238, 30.3128149 ], [ 120.217444, 30.3125609 ], [ 120.2152427, 30.3117908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128266, 30.314255 ], [ 120.2129034, 30.3141492 ], [ 120.2130887, 30.3139245 ], [ 120.2136569, 30.3132116 ], [ 120.2140436, 30.3127391 ], [ 120.2144272, 30.312266 ], [ 120.2148946, 30.3116621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2195136, 30.3129454 ], [ 120.2194903, 30.3130267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2194903, 30.3130267 ], [ 120.2195136, 30.3129454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098679, 30.3115137 ], [ 120.2096986, 30.3115956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2096277, 30.3116296 ], [ 120.2095065, 30.3115412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2096986, 30.3115956 ], [ 120.2096277, 30.3116296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2053337, 30.3136489 ], [ 120.2055682, 30.3135342 ], [ 120.2076935, 30.3124542 ], [ 120.2086707, 30.3119621 ], [ 120.2095065, 30.3115412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2096277, 30.3116296 ], [ 120.2089522, 30.3119538 ], [ 120.2088885, 30.3119844 ], [ 120.2077911, 30.3125367 ], [ 120.2056569, 30.313589 ], [ 120.2054145, 30.3137359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099378, 30.3114802 ], [ 120.2106124, 30.3120866 ], [ 120.2106759, 30.3121438 ], [ 120.2123558, 30.3137288 ], [ 120.2125209, 30.3139068 ], [ 120.2128266, 30.314255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098679, 30.3115137 ], [ 120.2100046, 30.3116484 ], [ 120.2123259, 30.313823 ], [ 120.2127069, 30.3141925 ], [ 120.2127922, 30.3143023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127095, 30.3144151 ], [ 120.2125792, 30.314223 ], [ 120.2121823, 30.3138642 ], [ 120.2110708, 30.312816 ], [ 120.2096986, 30.3115956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2126231, 30.314521 ], [ 120.2124699, 30.3143066 ], [ 120.2119469, 30.3137422 ], [ 120.2107989, 30.3127129 ], [ 120.2105108, 30.3124464 ], [ 120.2096277, 30.3116296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蔡阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054145, 30.3137359 ], [ 120.2053763, 30.3136951 ], [ 120.2053337, 30.3136489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128882, 30.3143548 ], [ 120.2129857, 30.3142254 ], [ 120.2131634, 30.3140035 ], [ 120.2136035, 30.3134602 ], [ 120.2140405, 30.3129466 ], [ 120.2146467, 30.3121803 ], [ 120.2150142, 30.3117068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151302, 30.3117535 ], [ 120.2149047, 30.3120689 ], [ 120.2141876, 30.3129658 ], [ 120.2137384, 30.3135119 ], [ 120.2132397, 30.3140579 ], [ 120.2130557, 30.3142888 ], [ 120.2129609, 30.314463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2152427, 30.3117908 ], [ 120.215039, 30.3120819 ], [ 120.2145953, 30.3126799 ], [ 120.2141705, 30.3132126 ], [ 120.2140843, 30.3133207 ], [ 120.2133622, 30.3141638 ], [ 120.2131551, 30.3143969 ], [ 120.2130192, 30.3145742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2194903, 30.3130267 ], [ 120.2192714, 30.3138308 ], [ 120.2191296, 30.3143517 ], [ 120.2191159, 30.3144021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191159, 30.3144021 ], [ 120.2191296, 30.3143517 ], [ 120.2192714, 30.3138308 ], [ 120.2194903, 30.3130267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128266, 30.314255 ], [ 120.2128882, 30.3143548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128482, 30.3144079 ], [ 120.2128882, 30.3143548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128882, 30.3143548 ], [ 120.2129609, 30.314463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128482, 30.3144079 ], [ 120.2129255, 30.314528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129609, 30.314463 ], [ 120.2129255, 30.314528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蔡阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2053337, 30.3136489 ], [ 120.2053763, 30.3136951 ], [ 120.2054145, 30.3137359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127922, 30.3143023 ], [ 120.2128266, 30.314255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127922, 30.3143023 ], [ 120.2128482, 30.3144079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127095, 30.3144151 ], [ 120.2127922, 30.3143023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127723, 30.3145037 ], [ 120.2128482, 30.3144079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127723, 30.3145037 ], [ 120.2127095, 30.3144151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2126231, 30.314521 ], [ 120.2127095, 30.3144151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2126819, 30.3146149 ], [ 120.2127723, 30.3145037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2126819, 30.3146149 ], [ 120.2126231, 30.314521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128402, 30.3146349 ], [ 120.2127723, 30.3145037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129609, 30.314463 ], [ 120.2130192, 30.3145742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129255, 30.314528 ], [ 120.2129768, 30.3146295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129255, 30.314528 ], [ 120.2128402, 30.3146349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2130192, 30.3145742 ], [ 120.2129768, 30.3146295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129768, 30.3146295 ], [ 120.212896, 30.3147406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.212896, 30.3147406 ], [ 120.2128402, 30.3146349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.212896, 30.3147406 ], [ 120.2127775, 30.314891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2130192, 30.3145742 ], [ 120.2131104, 30.3147753 ], [ 120.2135603, 30.3160074 ], [ 120.2139263, 30.3167582 ], [ 120.2143287, 30.3174605 ], [ 120.2144179, 30.3176163 ], [ 120.2145487, 30.3178019 ], [ 120.2146269, 30.3179939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2129768, 30.3146295 ], [ 120.21312, 30.3149306 ], [ 120.2135129, 30.3160617 ], [ 120.2138549, 30.3167644 ], [ 120.214221, 30.3174556 ], [ 120.2144623, 30.3178172 ], [ 120.2145912, 30.3179557 ], [ 120.2146269, 30.3179939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145637, 30.3181461 ], [ 120.2143538, 30.3178997 ], [ 120.214153, 30.3175812 ], [ 120.2137888, 30.3168959 ], [ 120.2134385, 30.3162186 ], [ 120.2132891, 30.3158477 ], [ 120.2130135, 30.3150172 ], [ 120.212896, 30.3147406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127429, 30.3147534 ], [ 120.2126819, 30.3146149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2128402, 30.3146349 ], [ 120.2127429, 30.3147534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127775, 30.314891 ], [ 120.2127429, 30.3147534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蔡阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099132, 30.3178649 ], [ 120.2081415, 30.3166446 ], [ 120.2054145, 30.3137359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蔡阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054145, 30.3137359 ], [ 120.2081415, 30.3166446 ], [ 120.2099132, 30.3178649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2099132, 30.3178649 ], [ 120.21004, 30.3176974 ], [ 120.2102289, 30.3174619 ], [ 120.2111306, 30.3163332 ], [ 120.2115919, 30.3157475 ], [ 120.212102, 30.3151596 ], [ 120.2126231, 30.314521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127775, 30.314891 ], [ 120.2119212, 30.3159784 ], [ 120.2114611, 30.3165368 ], [ 120.2110443, 30.3170449 ], [ 120.2107378, 30.3174142 ], [ 120.2103888, 30.3178324 ], [ 120.2101419, 30.3181214 ], [ 120.2100049, 30.3183584 ], [ 120.2092903, 30.3191865 ], [ 120.208918, 30.3196734 ], [ 120.208576, 30.320076 ], [ 120.2082761, 30.3204527 ], [ 120.2077496, 30.3212126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.207483, 30.32092 ], [ 120.2078513, 30.3204122 ], [ 120.2081946, 30.3199902 ], [ 120.2084727, 30.3196461 ], [ 120.2087897, 30.3192656 ], [ 120.2090809, 30.3189333 ], [ 120.2096346, 30.318233 ], [ 120.2099132, 30.3178649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063257, 30.3266446 ], [ 120.2062567, 30.3260005 ], [ 120.2062582, 30.3256496 ], [ 120.2062639, 30.3251124 ], [ 120.2062873, 30.3245409 ], [ 120.2063512, 30.3239973 ], [ 120.2064532, 30.3235097 ], [ 120.2068197, 30.3223602 ], [ 120.2070604, 30.3218565 ], [ 120.2071537, 30.3216839 ], [ 120.2073424, 30.3213344 ], [ 120.2075667, 30.3210027 ], [ 120.2078248, 30.3206272 ], [ 120.2080035, 30.3203826 ], [ 120.2082111, 30.3201376 ], [ 120.2084444, 30.3198567 ], [ 120.2086911, 30.3195272 ], [ 120.2091531, 30.319029 ], [ 120.2098144, 30.3182045 ], [ 120.2101076, 30.3177894 ], [ 120.2109106, 30.316817 ], [ 120.2116842, 30.3158433 ], [ 120.2126819, 30.3146149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2127429, 30.3147534 ], [ 120.2117919, 30.3159113 ], [ 120.2113481, 30.3164825 ], [ 120.2102561, 30.3178192 ], [ 120.2100601, 30.3180784 ], [ 120.2098637, 30.3183461 ], [ 120.209229, 30.3191172 ], [ 120.208385, 30.3201442 ], [ 120.2081425, 30.3204339 ], [ 120.2079305, 30.3207352 ], [ 120.2076649, 30.3211189 ], [ 120.2074138, 30.3214127 ], [ 120.2072708, 30.3217218 ], [ 120.2071834, 30.3219863 ], [ 120.2069729, 30.3224159 ], [ 120.2068214, 30.3228381 ], [ 120.2066019, 30.3235244 ], [ 120.2065403, 30.3237536 ], [ 120.2064602, 30.3242194 ], [ 120.2064438, 30.3243941 ], [ 120.206388, 30.3249007 ], [ 120.2063781, 30.3251811 ], [ 120.2063781, 30.3256993 ], [ 120.2064072, 30.3259973 ], [ 120.2064296, 30.3263191 ], [ 120.2064809, 30.326637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2146269, 30.3179939 ], [ 120.2147202, 30.3180914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145637, 30.3181461 ], [ 120.2146269, 30.3179939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147202, 30.3180914 ], [ 120.2145637, 30.3181461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164877, 30.3220348 ], [ 120.2163994, 30.3219432 ], [ 120.216338, 30.3216332 ], [ 120.2163722, 30.32141 ], [ 120.2163719, 30.3210554 ], [ 120.2162699, 30.3203214 ], [ 120.2161656, 30.3199714 ], [ 120.2159249, 30.3196411 ], [ 120.2156531, 30.3193439 ], [ 120.2149388, 30.3186838 ], [ 120.2145797, 30.3183223 ], [ 120.2144216, 30.3182291 ], [ 120.2141121, 30.3177866 ], [ 120.2138567, 30.3173356 ], [ 120.2138096, 30.317228 ], [ 120.2136764, 30.3169725 ], [ 120.2133187, 30.3162867 ], [ 120.2131126, 30.3158314 ], [ 120.2127775, 30.314891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "机场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164877, 30.3220348 ], [ 120.2164908, 30.3214167 ], [ 120.2164886, 30.3211227 ], [ 120.216497, 30.3210039 ], [ 120.2164923, 30.3207782 ], [ 120.2164036, 30.3203952 ], [ 120.2163038, 30.3200892 ], [ 120.2161518, 30.319754 ], [ 120.2158622, 30.3193872 ], [ 120.2157053, 30.3192412 ], [ 120.2155026, 30.3190526 ], [ 120.2148302, 30.3184439 ], [ 120.2145637, 30.3181461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "丁兰路笕桥港桥", "机场路", "丁兰路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147202, 30.3180914 ], [ 120.2150083, 30.3183945 ], [ 120.2159698, 30.319294 ], [ 120.2162224, 30.3196849 ], [ 120.2163655, 30.3200029 ], [ 120.2165156, 30.3203214 ], [ 120.2165508, 30.3204468 ], [ 120.2166174, 30.3208914 ], [ 120.2166045, 30.3210888 ], [ 120.2166014, 30.3213772 ], [ 120.2165902, 30.3216087 ], [ 120.2165708, 30.3220771 ], [ 120.2165653, 30.3222107 ], [ 120.2165604, 30.322328 ], [ 120.2165417, 30.3228982 ], [ 120.2165419, 30.3229662 ], [ 120.2165381, 30.323144 ], [ 120.2165332, 30.3232014 ], [ 120.2165159, 30.323778 ], [ 120.2164877, 30.3243355 ], [ 120.2164426, 30.3249658 ], [ 120.2164291, 30.3253508 ], [ 120.2163857, 30.3259244 ], [ 120.2163496, 30.3262012 ], [ 120.2162909, 30.3264678 ], [ 120.2161383, 30.3268739 ], [ 120.2159809, 30.3272245 ], [ 120.2158305, 30.3274989 ], [ 120.2156779, 30.3278473 ], [ 120.2154326, 30.3283344 ], [ 120.2153983, 30.3284026 ], [ 120.2151945, 30.3287752 ], [ 120.2150916, 30.329017 ], [ 120.2148725, 30.3294511 ], [ 120.2147595, 30.3296913 ], [ 120.2147364, 30.3298636 ], [ 120.2146847, 30.3302874 ], [ 120.2147024, 30.3305947 ], [ 120.214768, 30.3308563 ], [ 120.2148407, 30.3310486 ], [ 120.2149336, 30.3312504 ], [ 120.2153098, 30.332063 ], [ 120.2155251, 30.3326338 ], [ 120.2158543, 30.3333579 ], [ 120.2160007, 30.3337228 ], [ 120.2161072, 30.3339881 ], [ 120.2162073, 30.3341939 ], [ 120.2162926, 30.3343695 ], [ 120.2164317, 30.3347101 ], [ 120.2165133, 30.3348657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "丁兰路笕桥港桥", "机场路", "丁兰路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2162909, 30.3347635 ], [ 120.2162354, 30.3346213 ], [ 120.216076, 30.3342782 ], [ 120.2152904, 30.3324875 ], [ 120.2152465, 30.3323818 ], [ 120.2148338, 30.3313866 ], [ 120.2147777, 30.3312357 ], [ 120.2147521, 30.331186 ], [ 120.2146599, 30.3309799 ], [ 120.2146034, 30.3307829 ], [ 120.2145657, 30.3305876 ], [ 120.2145448, 30.3303418 ], [ 120.2145594, 30.3300978 ], [ 120.214595, 30.329823 ], [ 120.2146075, 30.3297737 ], [ 120.2146453, 30.3296242 ], [ 120.2147668, 30.3293132 ], [ 120.2152496, 30.3283687 ], [ 120.2154337, 30.3280031 ], [ 120.2156882, 30.3274975 ], [ 120.21615, 30.3265619 ], [ 120.2162682, 30.3260304 ], [ 120.2162813, 30.3259329 ], [ 120.2163317, 30.32556 ], [ 120.216345, 30.3246499 ], [ 120.2163964, 30.3237868 ], [ 120.2164099, 30.3231423 ], [ 120.2164172, 30.3229496 ], [ 120.2164411, 30.3225868 ], [ 120.2164723, 30.3222938 ], [ 120.2164828, 30.3222153 ], [ 120.2164877, 30.3220348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2162909, 30.3347635 ], [ 120.215885, 30.3345834 ], [ 120.2156306, 30.3344876 ], [ 120.2154658, 30.334401 ], [ 120.2153082, 30.3342773 ], [ 120.2152388, 30.3341884 ], [ 120.2151874, 30.3341041 ], [ 120.2151481, 30.3340023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151481, 30.3340023 ], [ 120.2151874, 30.3341041 ], [ 120.2152388, 30.3341884 ], [ 120.2153082, 30.3342773 ], [ 120.2154658, 30.334401 ], [ 120.2156306, 30.3344876 ], [ 120.215885, 30.3345834 ], [ 120.2162909, 30.3347635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2162909, 30.3347635 ], [ 120.2165133, 30.3348657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明石路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2213554, 30.3083168 ], [ 120.2211506, 30.3088486 ], [ 120.2210587, 30.3090874 ], [ 120.2210095, 30.3092153 ], [ 120.2209007, 30.3094978 ], [ 120.220762, 30.3097908 ], [ 120.2204214, 30.3105106 ], [ 120.2197997, 30.311978 ], [ 120.2197472, 30.3121766 ], [ 120.2197268, 30.3122537 ], [ 120.219638, 30.3125896 ], [ 120.2195136, 30.3129454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2195136, 30.3129454 ], [ 120.2198498, 30.3129639 ], [ 120.2235083, 30.312893 ], [ 120.2278545, 30.3127952 ], [ 120.2279536, 30.312793 ], [ 120.2292574, 30.3127649 ], [ 120.2319804, 30.3127048 ], [ 120.2322668, 30.3126987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322656, 30.3127946 ], [ 120.2320447, 30.3128015 ], [ 120.2281782, 30.3128867 ], [ 120.2278803, 30.3128933 ], [ 120.2267742, 30.312918 ], [ 120.2235141, 30.3129908 ], [ 120.2198866, 30.3130512 ], [ 120.2194903, 30.3130267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2146269, 30.3179939 ], [ 120.2150179, 30.3178951 ], [ 120.2153216, 30.3178554 ], [ 120.2167245, 30.3178188 ], [ 120.2190267, 30.3177581 ], [ 120.2193807, 30.3177463 ], [ 120.2235928, 30.3176049 ], [ 120.2239573, 30.31759 ], [ 120.2246815, 30.3175529 ], [ 120.2256149, 30.3175576 ], [ 120.2290491, 30.3175957 ], [ 120.2297884, 30.3176039 ], [ 120.2300012, 30.3176092 ], [ 120.2312636, 30.3176409 ], [ 120.232284, 30.3177615 ], [ 120.2325994, 30.3178262 ], [ 120.233463, 30.3180253 ], [ 120.2342747, 30.3182371 ], [ 120.2346754, 30.3183216 ], [ 120.2351475, 30.318405 ], [ 120.2354923, 30.3184236 ], [ 120.2362385, 30.3184106 ], [ 120.2365047, 30.3183872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365239, 30.3184954 ], [ 120.2362444, 30.3185224 ], [ 120.235471, 30.3185452 ], [ 120.2349892, 30.3184999 ], [ 120.2342366, 30.3183249 ], [ 120.2322819, 30.3178562 ], [ 120.2316096, 30.3177729 ], [ 120.2307701, 30.3177104 ], [ 120.2299818, 30.317701 ], [ 120.2291881, 30.3176915 ], [ 120.2290371, 30.3176897 ], [ 120.2284473, 30.3176826 ], [ 120.2248424, 30.3176456 ], [ 120.223593, 30.3176957 ], [ 120.2232841, 30.3177081 ], [ 120.2194934, 30.3178536 ], [ 120.2190354, 30.3178711 ], [ 120.2167126, 30.3179313 ], [ 120.2153206, 30.317994 ], [ 120.2150336, 30.3180484 ], [ 120.2147202, 30.3180914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165133, 30.3348657 ], [ 120.2168838, 30.3351224 ], [ 120.2173246, 30.3354013 ], [ 120.217719, 30.3356782 ], [ 120.2177491, 30.3357051 ], [ 120.2180666, 30.3359898 ], [ 120.2184035, 30.3361358 ], [ 120.2186892, 30.3362458 ], [ 120.2187886, 30.336284 ], [ 120.2209329, 30.3366609 ], [ 120.221169, 30.3366896 ], [ 120.2212696, 30.3367087 ], [ 120.2214324, 30.3367297 ], [ 120.2219335, 30.3368384 ], [ 120.2219556, 30.336845 ], [ 120.2222363, 30.3369284 ], [ 120.2224537, 30.3371073 ], [ 120.2229584, 30.3376023 ], [ 120.2230646, 30.3377064 ], [ 120.2235937, 30.3382743 ], [ 120.2239949, 30.3386047 ], [ 120.2241685, 30.3387477 ], [ 120.2247731, 30.3391702 ], [ 120.2251565, 30.3394434 ], [ 120.2267098, 30.3405505 ], [ 120.2268684, 30.3406635 ], [ 120.2276401, 30.3412337 ], [ 120.2282365, 30.3417475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2282365, 30.3417475 ], [ 120.2276401, 30.3412337 ], [ 120.2268684, 30.3406635 ], [ 120.2267098, 30.3405505 ], [ 120.2251565, 30.3394434 ], [ 120.2247731, 30.3391702 ], [ 120.2241685, 30.3387477 ], [ 120.2239949, 30.3386047 ], [ 120.2235937, 30.3382743 ], [ 120.2230646, 30.3377064 ], [ 120.2229584, 30.3376023 ], [ 120.2224537, 30.3371073 ], [ 120.2222363, 30.3369284 ], [ 120.2219556, 30.336845 ], [ 120.2219335, 30.3368384 ], [ 120.2214324, 30.3367297 ], [ 120.2212696, 30.3367087 ], [ 120.221169, 30.3366896 ], [ 120.2209329, 30.3366609 ], [ 120.2187886, 30.336284 ], [ 120.2186892, 30.3362458 ], [ 120.2184035, 30.3361358 ], [ 120.2180666, 30.3359898 ], [ 120.2177491, 30.3357051 ], [ 120.217719, 30.3356782 ], [ 120.2173246, 30.3354013 ], [ 120.2168838, 30.3351224 ], [ 120.2165133, 30.3348657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2170036, 30.3366676 ], [ 120.217506, 30.3367829 ], [ 120.2176535, 30.3368168 ], [ 120.218467, 30.3370524 ], [ 120.2190944, 30.3373189 ], [ 120.2197025, 30.3376243 ], [ 120.2202167, 30.337942 ], [ 120.2208816, 30.3384061 ], [ 120.2215535, 30.3388674 ], [ 120.2216045, 30.338904 ], [ 120.2225512, 30.3395831 ], [ 120.2227338, 30.3397141 ], [ 120.2233339, 30.3400668 ], [ 120.2240018, 30.3404819 ], [ 120.2246515, 30.3409277 ], [ 120.2247497, 30.3409948 ], [ 120.2255979, 30.3415742 ], [ 120.2257257, 30.3416625 ], [ 120.2260708, 30.3419011 ], [ 120.2266215, 30.3423112 ], [ 120.2272611, 30.3427878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2269657, 30.3430603 ], [ 120.2257842, 30.3422223 ], [ 120.2251371, 30.3418359 ], [ 120.2245204, 30.3414117 ], [ 120.2238361, 30.3409411 ], [ 120.2226935, 30.3400918 ], [ 120.2220966, 30.3396756 ], [ 120.2210561, 30.3389503 ], [ 120.2207446, 30.3387331 ], [ 120.2203921, 30.3384853 ], [ 120.2198002, 30.3380693 ], [ 120.2194971, 30.3378841 ], [ 120.2190412, 30.3376456 ], [ 120.2185691, 30.3374489 ], [ 120.2182258, 30.3373169 ], [ 120.217684, 30.3371456 ], [ 120.2174956, 30.3370994 ], [ 120.2171743, 30.3370206 ], [ 120.2169794, 30.337009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272611, 30.3427878 ], [ 120.2273574, 30.3428546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064809, 30.326637 ], [ 120.2065872, 30.3266365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063257, 30.3266446 ], [ 120.2064809, 30.326637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2064809, 30.326637 ], [ 120.2065081, 30.3267528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063495, 30.3267512 ], [ 120.2063257, 30.3266446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2066253, 30.3267439 ], [ 120.2065081, 30.3267528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065081, 30.3267528 ], [ 120.2063495, 30.3267512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071381, 30.3359284 ], [ 120.2071792, 30.3345426 ], [ 120.2071761, 30.3344536 ], [ 120.2071635, 30.3339423 ], [ 120.207165, 30.333638 ], [ 120.2071495, 30.3331195 ], [ 120.2071513, 30.3326276 ], [ 120.2071211, 30.3320721 ], [ 120.2069978, 30.3311658 ], [ 120.2068453, 30.3301446 ], [ 120.2067095, 30.3291943 ], [ 120.2065813, 30.3284079 ], [ 120.2064343, 30.3272683 ], [ 120.2063495, 30.3267512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2065081, 30.3267528 ], [ 120.2066886, 30.3281308 ], [ 120.2069914, 30.3301313 ], [ 120.2070971, 30.3308245 ], [ 120.2071368, 30.331152 ], [ 120.2072491, 30.3320123 ], [ 120.2072984, 30.3325419 ], [ 120.2073082, 30.3330641 ], [ 120.2073041, 30.3331292 ], [ 120.2073059, 30.3335639 ], [ 120.2073109, 30.3336738 ], [ 120.2073341, 30.3344548 ], [ 120.2073319, 30.3345397 ], [ 120.2072946, 30.3359447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071381, 30.3359284 ], [ 120.2072946, 30.3359447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071484, 30.3363432 ], [ 120.2071381, 30.3359284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "胜康桥", "胜康街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2377968, 30.3134031 ], [ 120.238014, 30.3134049 ], [ 120.2381677, 30.3134196 ], [ 120.2383254, 30.3134489 ], [ 120.2384254, 30.3135075 ], [ 120.2385248, 30.3135854 ], [ 120.2386725, 30.3137489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "胜康桥", "胜康街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386725, 30.3137489 ], [ 120.2385248, 30.3135854 ], [ 120.2384254, 30.3135075 ], [ 120.2383254, 30.3134489 ], [ 120.2381677, 30.3134196 ], [ 120.238014, 30.3134049 ], [ 120.2377968, 30.3134031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2372997, 30.3154167 ], [ 120.2369184, 30.3148122 ], [ 120.2363539, 30.3138648 ], [ 120.2358781, 30.3131755 ], [ 120.2352553, 30.3123912 ], [ 120.2349831, 30.3120341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2376535, 30.3149029 ], [ 120.2377379, 30.3147154 ], [ 120.2378371, 30.3145279 ], [ 120.2378788, 30.3144028 ], [ 120.2378859, 30.3142852 ], [ 120.237884, 30.3140695 ], [ 120.2378195, 30.313609 ], [ 120.2377968, 30.3134031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2377968, 30.3134031 ], [ 120.2378195, 30.313609 ], [ 120.237884, 30.3140695 ], [ 120.2378859, 30.3142852 ], [ 120.2378788, 30.3144028 ], [ 120.2378371, 30.3145279 ], [ 120.2377379, 30.3147154 ], [ 120.2376535, 30.3149029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2376535, 30.3149029 ], [ 120.2372997, 30.3154167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2372997, 30.3154167 ], [ 120.2376535, 30.3149029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜康街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408522, 30.3169541 ], [ 120.2398203, 30.3154063 ], [ 120.2396645, 30.3151711 ], [ 120.2388771, 30.3139581 ], [ 120.2386725, 30.3137489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜康街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386725, 30.3137489 ], [ 120.2388771, 30.3139581 ], [ 120.2396645, 30.3151711 ], [ 120.2398203, 30.3154063 ], [ 120.2408522, 30.3169541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2376535, 30.3149029 ], [ 120.2377003, 30.3149856 ], [ 120.2378785, 30.3152459 ], [ 120.2380605, 30.3155567 ], [ 120.2384144, 30.3161403 ], [ 120.2392712, 30.3174714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.243801, 30.3137364 ], [ 120.2438015, 30.3139499 ], [ 120.2439088, 30.3145917 ], [ 120.24396, 30.3148984 ], [ 120.2440199, 30.3155238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425991, 30.3160851 ], [ 120.2423292, 30.3156734 ], [ 120.2421647, 30.3154226 ], [ 120.24171, 30.3147623 ], [ 120.2416331, 30.3146587 ], [ 120.2414342, 30.3143724 ], [ 120.2413399, 30.3141868 ], [ 120.2411861, 30.313853 ], [ 120.2410871, 30.3135754 ], [ 120.2409894, 30.3132525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409894, 30.3132525 ], [ 120.2410871, 30.3135754 ], [ 120.2411861, 30.313853 ], [ 120.2413399, 30.3141868 ], [ 120.2414342, 30.3143724 ], [ 120.2416331, 30.3146587 ], [ 120.24171, 30.3147623 ], [ 120.2421647, 30.3154226 ], [ 120.2423292, 30.3156734 ], [ 120.2425991, 30.3160851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440199, 30.3155238 ], [ 120.2448883, 30.3153679 ], [ 120.2454357, 30.3153157 ], [ 120.2457694, 30.3152783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2457694, 30.3152783 ], [ 120.2454357, 30.3153157 ], [ 120.2448883, 30.3153679 ], [ 120.2440199, 30.3155238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425991, 30.3160851 ], [ 120.2430335, 30.3158979 ], [ 120.2433482, 30.3157623 ], [ 120.2435911, 30.3156824 ], [ 120.2440199, 30.3155238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440199, 30.3155238 ], [ 120.2435911, 30.3156824 ], [ 120.2433482, 30.3157623 ], [ 120.2430335, 30.3158979 ], [ 120.2425991, 30.3160851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2440199, 30.3155238 ], [ 120.2440229, 30.3157292 ], [ 120.2440485, 30.315981 ], [ 120.2441023, 30.3164013 ], [ 120.2441169, 30.3165156 ], [ 120.2441808, 30.317015 ], [ 120.2442027, 30.3170908 ], [ 120.2442158, 30.317143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "普庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442158, 30.317143 ], [ 120.2442027, 30.3170908 ], [ 120.2441808, 30.317015 ], [ 120.2441169, 30.3165156 ], [ 120.2441023, 30.3164013 ], [ 120.2440485, 30.315981 ], [ 120.2440229, 30.3157292 ], [ 120.2440199, 30.3155238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408522, 30.3169541 ], [ 120.2425991, 30.3160851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238956, 30.3175721 ], [ 120.2384832, 30.3168662 ], [ 120.2380219, 30.3162113 ], [ 120.2375478, 30.3157058 ], [ 120.2374022, 30.3155304 ], [ 120.2372997, 30.3154167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2372997, 30.3154167 ], [ 120.2371932, 30.315654 ], [ 120.2372117, 30.3158193 ], [ 120.2368961, 30.3163998 ], [ 120.2365956, 30.3172775 ], [ 120.2365714, 30.3173636 ], [ 120.2365505, 30.3174385 ], [ 120.2365391, 30.317479 ], [ 120.2364805, 30.3176879 ], [ 120.2364613, 30.3181434 ], [ 120.2365047, 30.3183872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365047, 30.3183872 ], [ 120.2364613, 30.3181434 ], [ 120.2364805, 30.3176879 ], [ 120.2365391, 30.317479 ], [ 120.2365505, 30.3174385 ], [ 120.2365714, 30.3173636 ], [ 120.2365956, 30.3172775 ], [ 120.2368961, 30.3163998 ], [ 120.2372117, 30.3158193 ], [ 120.2371932, 30.315654 ], [ 120.2372997, 30.3154167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2392712, 30.3174714 ], [ 120.2402008, 30.3171593 ], [ 120.2408522, 30.3169541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408522, 30.3169541 ], [ 120.2405924, 30.3171454 ], [ 120.2400693, 30.317326 ], [ 120.2393635, 30.3176124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238956, 30.3175721 ], [ 120.2392712, 30.3174714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2392712, 30.3174714 ], [ 120.2393209, 30.3175486 ], [ 120.2393635, 30.3176124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390584, 30.3177227 ], [ 120.2390188, 30.3176658 ], [ 120.238956, 30.3175721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393635, 30.3176124 ], [ 120.2390584, 30.3177227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365047, 30.3183872 ], [ 120.2375668, 30.3181457 ], [ 120.2381297, 30.3179315 ], [ 120.238956, 30.3175721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425991, 30.3160851 ], [ 120.2408522, 30.3169541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三福巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458279, 30.3167702 ], [ 120.245183, 30.3169197 ], [ 120.244868, 30.3169961 ], [ 120.2446203, 30.317103 ], [ 120.2443969, 30.3172041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三福巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443969, 30.3172041 ], [ 120.2446203, 30.317103 ], [ 120.244868, 30.3169961 ], [ 120.245183, 30.3169197 ], [ 120.2458279, 30.3167702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442158, 30.317143 ], [ 120.2442446, 30.3171275 ], [ 120.2442775, 30.3171203 ], [ 120.2443114, 30.3171222 ], [ 120.244343, 30.3171328 ], [ 120.2443693, 30.3171513 ], [ 120.2443879, 30.3171758 ], [ 120.2443969, 30.3172041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442494, 30.3173038 ], [ 120.2442168, 30.3172874 ], [ 120.2441925, 30.3172624 ], [ 120.2441794, 30.3172317 ], [ 120.2441792, 30.317199 ], [ 120.2441918, 30.3171682 ], [ 120.2442158, 30.317143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443969, 30.3172041 ], [ 120.2443955, 30.3172333 ], [ 120.2443818, 30.3172638 ], [ 120.244357, 30.3172885 ], [ 120.244324, 30.3173044 ], [ 120.2442867, 30.3173097 ], [ 120.2442494, 30.3173038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "胜康街", "三福巷" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2442494, 30.3173038 ], [ 120.2441177, 30.3173841 ], [ 120.242695, 30.3182182 ], [ 120.24198, 30.318649 ], [ 120.2409708, 30.3171834 ], [ 120.2408522, 30.3169541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "胜康街", "三福巷" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2408522, 30.3169541 ], [ 120.2409708, 30.3171834 ], [ 120.24198, 30.318649 ], [ 120.242695, 30.3182182 ], [ 120.2441177, 30.3173841 ], [ 120.2442494, 30.3173038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393635, 30.3176124 ], [ 120.2396974, 30.3181124 ], [ 120.2406989, 30.3195574 ], [ 120.2415135, 30.3206337 ], [ 120.2422579, 30.3215706 ], [ 120.2430716, 30.3225411 ], [ 120.2439017, 30.3235231 ], [ 120.244292, 30.3239308 ], [ 120.2444558, 30.3241019 ], [ 120.2450203, 30.3246777 ], [ 120.2450597, 30.3247206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2449104, 30.3249889 ], [ 120.2440662, 30.3241265 ], [ 120.2437461, 30.3237467 ], [ 120.2435217, 30.3234863 ], [ 120.2424856, 30.3222541 ], [ 120.2420019, 30.3217101 ], [ 120.2409396, 30.3203577 ], [ 120.2395495, 30.3184285 ], [ 120.2390584, 30.3177227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浜河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322668, 30.3126987 ], [ 120.2322667, 30.312283 ], [ 120.2322667, 30.3118916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浜河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322667, 30.3118916 ], [ 120.2322667, 30.312283 ], [ 120.2322668, 30.3126987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322668, 30.3126987 ], [ 120.23292, 30.3126967 ], [ 120.2333991, 30.3126472 ], [ 120.2339282, 30.3124888 ], [ 120.2343912, 30.3122713 ], [ 120.2347332, 30.3120707 ], [ 120.2349231, 30.3119553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "开创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2349831, 30.3120341 ], [ 120.2348675, 30.312106 ], [ 120.2345028, 30.3123205 ], [ 120.2341083, 30.3125157 ], [ 120.2338179, 30.3126373 ], [ 120.2333814, 30.3127738 ], [ 120.2330197, 30.3128026 ], [ 120.2325672, 30.3127938 ], [ 120.2322656, 30.3127946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浜河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322656, 30.3127946 ], [ 120.2322668, 30.3126987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浜河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322668, 30.3126987 ], [ 120.2322656, 30.3127946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浜河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2322656, 30.3127946 ], [ 120.2322625, 30.3133431 ], [ 120.23228, 30.3145932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "浜河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23228, 30.3145932 ], [ 120.2322625, 30.3133431 ], [ 120.2322656, 30.3127946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2282365, 30.3417475 ], [ 120.2283277, 30.3418462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2283277, 30.3418462 ], [ 120.2282365, 30.3417475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕彭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2390584, 30.3177227 ], [ 120.2384144, 30.3179489 ], [ 120.2377921, 30.3181943 ], [ 120.2375722, 30.3182684 ], [ 120.2370492, 30.3183934 ], [ 120.2365239, 30.3184954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365239, 30.3184954 ], [ 120.2365047, 30.3183872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365047, 30.3183872 ], [ 120.2365239, 30.3184954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23829, 30.3490098 ], [ 120.2388777, 30.34923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388777, 30.34923 ], [ 120.238952, 30.3492578 ], [ 120.2394921, 30.3494762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388777, 30.34923 ], [ 120.2394921, 30.3494762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2392336, 30.3498233 ], [ 120.2382029, 30.34939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2392336, 30.3498233 ], [ 120.2394921, 30.3494762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394921, 30.3494762 ], [ 120.2393844, 30.3498739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393844, 30.3498739 ], [ 120.2392336, 30.3498233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2365239, 30.3184954 ], [ 120.2365508, 30.3186465 ], [ 120.2367171, 30.3192261 ], [ 120.2368573, 30.3197054 ], [ 120.2369025, 30.3198278 ], [ 120.237088, 30.3204461 ], [ 120.2370972, 30.3204772 ], [ 120.237325, 30.3209588 ], [ 120.2376827, 30.3217323 ], [ 120.2377215, 30.3218195 ], [ 120.2378191, 30.3220385 ], [ 120.2379065, 30.3222346 ], [ 120.2381804, 30.322641 ], [ 120.2384757, 30.3230791 ], [ 120.2389297, 30.3236256 ], [ 120.2389788, 30.3236761 ], [ 120.2393645, 30.3240727 ], [ 120.2394273, 30.3242082 ], [ 120.2394541, 30.3242659 ], [ 120.2395985, 30.3246031 ], [ 120.2400238, 30.3255966 ], [ 120.2402151, 30.3260433 ], [ 120.2409441, 30.3270755 ], [ 120.2409673, 30.3271054 ], [ 120.241283, 30.3275116 ], [ 120.2420504, 30.3283616 ], [ 120.242071, 30.3283884 ], [ 120.2426323, 30.3291178 ], [ 120.2430146, 30.3295202 ], [ 120.2431567, 30.3296698 ], [ 120.2433298, 30.329826 ], [ 120.2439944, 30.330426 ], [ 120.2442886, 30.3306633 ], [ 120.2452067, 30.3315107 ], [ 120.2452425, 30.3315377 ], [ 120.2464815, 30.332473 ], [ 120.2465728, 30.3325499 ], [ 120.2467099, 30.3326654 ], [ 120.2478455, 30.3336224 ], [ 120.2482918, 30.3339572 ], [ 120.248463, 30.3340384 ], [ 120.2488891, 30.3343337 ], [ 120.2497992, 30.3348553 ], [ 120.2501157, 30.3350367 ], [ 120.2508146, 30.3354303 ], [ 120.2508932, 30.3354902 ], [ 120.2513737, 30.3358565 ], [ 120.2514636, 30.3359785 ], [ 120.2533621, 30.3370943 ], [ 120.2543097, 30.3376333 ], [ 120.2546697, 30.3377726 ], [ 120.2549991, 30.3378029 ], [ 120.2554896, 30.3378362 ], [ 120.2560446, 30.3379066 ], [ 120.2567758, 30.3380443 ], [ 120.2573743, 30.3382276 ], [ 120.2575728, 30.33826 ], [ 120.2577445, 30.3382554 ], [ 120.2578296, 30.3382438 ], [ 120.2581507, 30.3381999 ], [ 120.2582863, 30.3381813 ], [ 120.2585531, 30.3382208 ], [ 120.2602502, 30.3388292 ], [ 120.2609131, 30.3391037 ], [ 120.2619188, 30.3395127 ], [ 120.2622388, 30.3396437 ], [ 120.2624587, 30.339765 ], [ 120.2625017, 30.3397971 ], [ 120.2627082, 30.3399639 ], [ 120.2632644, 30.3403897 ], [ 120.2633974, 30.3404598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "备塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633974, 30.3404598 ], [ 120.2632644, 30.3403897 ], [ 120.2627082, 30.3399639 ], [ 120.2625017, 30.3397971 ], [ 120.2624587, 30.339765 ], [ 120.2622388, 30.3396437 ], [ 120.2619188, 30.3395127 ], [ 120.2609131, 30.3391037 ], [ 120.2602502, 30.3388292 ], [ 120.2585531, 30.3382208 ], [ 120.2582863, 30.3381813 ], [ 120.2581507, 30.3381999 ], [ 120.2578296, 30.3382438 ], [ 120.2577445, 30.3382554 ], [ 120.2575728, 30.33826 ], [ 120.2573743, 30.3382276 ], [ 120.2567758, 30.3380443 ], [ 120.2560446, 30.3379066 ], [ 120.2554896, 30.3378362 ], [ 120.2549991, 30.3378029 ], [ 120.2546697, 30.3377726 ], [ 120.2543097, 30.3376333 ], [ 120.2533621, 30.3370943 ], [ 120.2514636, 30.3359785 ], [ 120.2513737, 30.3358565 ], [ 120.2508932, 30.3354902 ], [ 120.2508146, 30.3354303 ], [ 120.2501157, 30.3350367 ], [ 120.2497992, 30.3348553 ], [ 120.2488891, 30.3343337 ], [ 120.248463, 30.3340384 ], [ 120.2482918, 30.3339572 ], [ 120.2478455, 30.3336224 ], [ 120.2467099, 30.3326654 ], [ 120.2465728, 30.3325499 ], [ 120.2464815, 30.332473 ], [ 120.2452425, 30.3315377 ], [ 120.2452067, 30.3315107 ], [ 120.2442886, 30.3306633 ], [ 120.2439944, 30.330426 ], [ 120.2433298, 30.329826 ], [ 120.2431567, 30.3296698 ], [ 120.2430146, 30.3295202 ], [ 120.2426323, 30.3291178 ], [ 120.242071, 30.3283884 ], [ 120.2420504, 30.3283616 ], [ 120.241283, 30.3275116 ], [ 120.2409673, 30.3271054 ], [ 120.2409441, 30.3270755 ], [ 120.2402151, 30.3260433 ], [ 120.2400238, 30.3255966 ], [ 120.2395985, 30.3246031 ], [ 120.2394541, 30.3242659 ], [ 120.2394273, 30.3242082 ], [ 120.2393645, 30.3240727 ], [ 120.2389788, 30.3236761 ], [ 120.2389297, 30.3236256 ], [ 120.2384757, 30.3230791 ], [ 120.2381804, 30.322641 ], [ 120.2379065, 30.3222346 ], [ 120.2378191, 30.3220385 ], [ 120.2377215, 30.3218195 ], [ 120.2376827, 30.3217323 ], [ 120.237325, 30.3209588 ], [ 120.2370972, 30.3204772 ], [ 120.237088, 30.3204461 ], [ 120.2369025, 30.3198278 ], [ 120.2368573, 30.3197054 ], [ 120.2367171, 30.3192261 ], [ 120.2365508, 30.3186465 ], [ 120.2365239, 30.3184954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "临平大道高架路", "半山隧道", "秋石高架路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666933, 30.2168316 ], [ 120.167037, 30.2171984 ], [ 120.1677492, 30.2178785 ], [ 120.1682633, 30.2183335 ], [ 120.1686523, 30.2186948 ], [ 120.1689503, 30.2188687 ], [ 120.1691886, 30.2190078 ], [ 120.1693885, 30.2191214 ], [ 120.1696414, 30.2192596 ], [ 120.1701109, 30.2195554 ], [ 120.1702576, 30.2196574 ], [ 120.1704148, 30.2197975 ], [ 120.1705604, 30.2199373 ], [ 120.1706972, 30.2200816 ], [ 120.17078, 30.2201746 ], [ 120.1708841, 30.2203104 ], [ 120.1709792, 30.2204597 ], [ 120.1710514, 30.2205937 ], [ 120.1711324, 30.22077 ], [ 120.1712133, 30.2209596 ], [ 120.1713175, 30.2211767 ], [ 120.1716627, 30.2219332 ], [ 120.1718599, 30.2223698 ], [ 120.1720805, 30.2228225 ], [ 120.1723162, 30.2231723 ], [ 120.1724808, 30.2233997 ], [ 120.1726734, 30.2236069 ], [ 120.1734733, 30.2243342 ], [ 120.1738044, 30.224624 ], [ 120.1741261, 30.2249178 ], [ 120.1744898, 30.2253448 ], [ 120.1746994, 30.2256426 ], [ 120.175006, 30.2261518 ], [ 120.1754559, 30.2268635 ], [ 120.175878, 30.2275452 ], [ 120.1763539, 30.228333 ], [ 120.1769836, 30.2292763 ], [ 120.1772367, 30.2297005 ], [ 120.1775136, 30.2301082 ], [ 120.1778008, 30.2305583 ], [ 120.1781569, 30.2310281 ], [ 120.1788892, 30.2318706 ], [ 120.1791669, 30.2321727 ], [ 120.1796975, 30.2327131 ], [ 120.1803499, 30.2334811 ], [ 120.1804413, 30.2335846 ], [ 120.1807553, 30.2339094 ], [ 120.1811896, 30.2343948 ], [ 120.181603, 30.234813 ], [ 120.182219, 30.2354674 ], [ 120.1838459, 30.2370109 ], [ 120.1848208, 30.2378668 ], [ 120.1859706, 30.238836 ], [ 120.1877341, 30.2403904 ], [ 120.1881042, 30.2407037 ], [ 120.1886514, 30.2411288 ], [ 120.1888502, 30.2412777 ], [ 120.1890703, 30.2414265 ], [ 120.1893129, 30.2415825 ], [ 120.1895786, 30.2417507 ], [ 120.1904679, 30.2422865 ], [ 120.1918917, 30.2431489 ], [ 120.1923832, 30.2434517 ], [ 120.192831, 30.2437275 ], [ 120.1932071, 30.2439633 ], [ 120.1935429, 30.244204 ], [ 120.1941026, 30.2447292 ], [ 120.1945358, 30.2452146 ], [ 120.1947102, 30.2454807 ], [ 120.1950857, 30.2460994 ], [ 120.1952646, 30.2465425 ], [ 120.1953721, 30.2468542 ], [ 120.1954442, 30.2472088 ], [ 120.1956027, 30.2480187 ], [ 120.1956797, 30.2485835 ], [ 120.1957744, 30.249232 ], [ 120.1958346, 30.2498392 ], [ 120.1959726, 30.250928 ], [ 120.1961106, 30.2517429 ], [ 120.1961963, 30.2525389 ], [ 120.1962363, 30.253141 ], [ 120.1962379, 30.2534563 ], [ 120.1962191, 30.2539736 ], [ 120.1962084, 30.2542659 ], [ 120.1961891, 30.2551238 ], [ 120.1961828, 30.2554358 ], [ 120.1962019, 30.2562845 ], [ 120.1961806, 30.2569264 ], [ 120.1961643, 30.2576084 ], [ 120.1961429, 30.2579037 ], [ 120.1961201, 30.2583112 ], [ 120.1960984, 30.2586645 ], [ 120.1960884, 30.2590423 ], [ 120.1960887, 30.2597319 ], [ 120.196055, 30.2608026 ], [ 120.196039, 30.2613024 ], [ 120.1960156, 30.2618766 ], [ 120.1959918, 30.2626056 ], [ 120.195935, 30.263324 ], [ 120.1958976, 30.2648667 ], [ 120.1958702, 30.2651942 ], [ 120.1958636, 30.2656363 ], [ 120.1958266, 30.2662821 ], [ 120.1957672, 30.2688247 ], [ 120.1957128, 30.2695776 ], [ 120.1956683, 30.2703166 ], [ 120.1956902, 30.2707189 ], [ 120.1956628, 30.2711904 ], [ 120.1956444, 30.2719294 ], [ 120.1956387, 30.27216 ], [ 120.1956184, 30.2726314 ], [ 120.1955487, 30.2732837 ], [ 120.1955134, 30.2746041 ], [ 120.1954764, 30.275317 ], [ 120.1954237, 30.2765945 ], [ 120.195402, 30.2770938 ], [ 120.1953847, 30.2774787 ], [ 120.1953182, 30.2785721 ], [ 120.1952164, 30.2796944 ], [ 120.1950742, 30.281141 ], [ 120.1949875, 30.2820369 ], [ 120.1948316, 30.283157 ], [ 120.1946781, 30.2845565 ], [ 120.1946275, 30.2850683 ], [ 120.1945834, 30.2854039 ], [ 120.1944785, 30.2863359 ], [ 120.1943544, 30.2874098 ], [ 120.1942934, 30.2882058 ], [ 120.1940861, 30.2895479 ], [ 120.193014, 30.2939399 ], [ 120.1929339, 30.2942108 ], [ 120.1928538, 30.2944816 ], [ 120.1927044, 30.29494 ], [ 120.1925491, 30.2953217 ], [ 120.1920466, 30.2963619 ], [ 120.1913554, 30.2978729 ], [ 120.1907368, 30.299184 ], [ 120.1901168, 30.3004643 ], [ 120.1895473, 30.3016612 ], [ 120.189349, 30.3021005 ], [ 120.1892365, 30.3024001 ], [ 120.1891249, 30.3027285 ], [ 120.1890265, 30.3030911 ], [ 120.1889949, 30.3032255 ], [ 120.1888139, 30.3042577 ], [ 120.1887427, 30.3051072 ], [ 120.1886173, 30.3066302 ], [ 120.1885766, 30.3071427 ], [ 120.1885212, 30.3078398 ], [ 120.1884182, 30.3092962 ], [ 120.1883778, 30.3100245 ], [ 120.1883706, 30.3105057 ], [ 120.1883783, 30.310811 ], [ 120.1883793, 30.3110107 ], [ 120.1884471, 30.3120632 ], [ 120.1886073, 30.3149985 ], [ 120.1886454, 30.3155244 ], [ 120.1887053, 30.3159745 ], [ 120.1887256, 30.3160939 ], [ 120.188811, 30.316583 ], [ 120.1890213, 30.3177598 ], [ 120.189163, 30.3185574 ], [ 120.1892967, 30.3193448 ], [ 120.1894404, 30.3204371 ], [ 120.1894609, 30.3213167 ], [ 120.1894531, 30.321696 ], [ 120.1894051, 30.3223087 ], [ 120.1893003, 30.3234061 ], [ 120.189216, 30.3244877 ], [ 120.1891529, 30.3256145 ], [ 120.1891177, 30.3269096 ], [ 120.189077, 30.3282238 ], [ 120.1890253, 30.3298189 ], [ 120.1890181, 30.3306542 ], [ 120.1890307, 30.3314268 ], [ 120.1890285, 30.3326121 ], [ 120.1889718, 30.3345826 ], [ 120.188955, 30.3348435 ], [ 120.1889268, 30.3352422 ], [ 120.1888991, 30.3365166 ], [ 120.1888626, 30.3370216 ], [ 120.1888185, 30.3374351 ], [ 120.1887596, 30.3377555 ], [ 120.1887007, 30.3380345 ], [ 120.1885449, 30.3385691 ], [ 120.1883711, 30.3390597 ], [ 120.188052, 30.3397831 ], [ 120.1879495, 30.3400032 ], [ 120.1875341, 30.3410707 ], [ 120.1874579, 30.3413372 ], [ 120.1873958, 30.3415733 ], [ 120.1873415, 30.3418321 ], [ 120.18731, 30.3420295 ], [ 120.1872808, 30.342237 ], [ 120.1872623, 30.3424445 ], [ 120.1872484, 30.342662 ], [ 120.1872369, 30.3429015 ], [ 120.1872301, 30.343145 ], [ 120.1872039, 30.3447075 ], [ 120.1871958, 30.3465433 ], [ 120.1871565, 30.3479533 ], [ 120.1871981, 30.3493248 ], [ 120.1872314, 30.3498065 ], [ 120.1872586, 30.3501466 ], [ 120.1872909, 30.3504511 ], [ 120.1873301, 30.3507522 ], [ 120.1873746, 30.3510672 ], [ 120.1874755, 30.3516531 ], [ 120.1875753, 30.3522014 ], [ 120.1877206, 30.3526776 ], [ 120.1878185, 30.3530158 ], [ 120.1880377, 30.353629 ], [ 120.1883911, 30.3543957 ], [ 120.188564, 30.3547333 ], [ 120.1889228, 30.3553981 ], [ 120.1893316, 30.3562043 ], [ 120.1893925, 30.3563595 ], [ 120.1894723, 30.3565583 ], [ 120.189516, 30.3566773 ], [ 120.1895644, 30.3568546 ], [ 120.1896353, 30.3571788 ], [ 120.1896758, 30.3575095 ], [ 120.1897114, 30.3579746 ], [ 120.1897101, 30.3582857 ], [ 120.1896708, 30.358695 ], [ 120.1895922, 30.3591274 ], [ 120.1895239, 30.3594532 ], [ 120.1894556, 30.3597362 ], [ 120.1893606, 30.3600743 ], [ 120.1892179, 30.3605517 ], [ 120.1890119, 30.3611311 ], [ 120.1887706, 30.3617167 ], [ 120.1884088, 30.3626088 ], [ 120.1882711, 30.363169 ], [ 120.1881418, 30.3640571 ], [ 120.1881479, 30.3652608 ], [ 120.1882108, 30.3678464 ], [ 120.1882097, 30.3685823 ], [ 120.1882034, 30.3690104 ], [ 120.1881724, 30.3695179 ], [ 120.1880943, 30.3702891 ], [ 120.188041, 30.3707327 ], [ 120.1879878, 30.3711152 ], [ 120.1877837, 30.3724039 ], [ 120.1872904, 30.3753675 ], [ 120.1872146, 30.3759299 ], [ 120.1871573, 30.3763701 ], [ 120.1871079, 30.3768827 ], [ 120.1870648, 30.3774645 ], [ 120.1869785, 30.3785323 ], [ 120.1867388, 30.380684 ], [ 120.18671, 30.3809972 ], [ 120.1866777, 30.3813013 ], [ 120.1866506, 30.381672 ], [ 120.1866417, 30.3818766 ], [ 120.1866451, 30.3820653 ], [ 120.1866569, 30.3823288 ], [ 120.1866719, 30.3825842 ], [ 120.1867036, 30.3828751 ], [ 120.186731, 30.3830921 ], [ 120.1867655, 30.3833031 ], [ 120.1867781, 30.3833748 ], [ 120.1869449, 30.3841791 ], [ 120.1871258, 30.3849155 ], [ 120.1872804, 30.3856034 ], [ 120.1873455, 30.3858568 ], [ 120.1874229, 30.3861663 ], [ 120.1875727, 30.3866484 ], [ 120.1877309, 30.387039 ], [ 120.1879341, 30.3874296 ], [ 120.1881126, 30.3876979 ], [ 120.1882648, 30.3879154 ], [ 120.188455, 30.3881459 ], [ 120.1888993, 30.3885997 ], [ 120.1896277, 30.3892323 ], [ 120.1898859, 30.3894565 ], [ 120.1910019, 30.3905971 ], [ 120.1913438, 30.3909796 ], [ 120.1927415, 30.392466 ], [ 120.1947738, 30.3946484 ], [ 120.1953897, 30.3953133 ], [ 120.1959965, 30.3959831 ], [ 120.1965609, 30.3965684 ], [ 120.1973013, 30.3974371 ], [ 120.1990048, 30.3993328 ], [ 120.2000746, 30.4006425 ], [ 120.2019445, 30.4031282 ], [ 120.2024149, 30.4036844 ], [ 120.2042736, 30.4056538 ], [ 120.205457, 30.4067465 ], [ 120.205694, 30.4070002 ], [ 120.2060178, 30.4073618 ], [ 120.2083127, 30.4100331 ], [ 120.208492, 30.4102332 ], [ 120.2086756, 30.4104382 ], [ 120.2088056, 30.4105679 ], [ 120.2091476, 30.4109083 ], [ 120.2097607, 30.4114291 ], [ 120.2102056, 30.4117907 ], [ 120.210683, 30.4121505 ], [ 120.2118535, 30.4129094 ], [ 120.2124106, 30.4132344 ], [ 120.2129677, 30.4135102 ], [ 120.2132615, 30.4136664 ], [ 120.2135716, 30.413805 ], [ 120.2141537, 30.4140283 ], [ 120.2147399, 30.4142201 ], [ 120.2151531, 30.4143453 ], [ 120.2154095, 30.4144096 ], [ 120.2156943, 30.4144669 ], [ 120.2160936, 30.4145272 ], [ 120.2165337, 30.414563 ], [ 120.2204264, 30.4148167 ], [ 120.2258949, 30.4152193 ], [ 120.2269722, 30.4153959 ], [ 120.2282239, 30.4158211 ], [ 120.2290129, 30.4161744 ], [ 120.2311967, 30.4172141 ], [ 120.236787, 30.4199872 ], [ 120.2454017, 30.4242275 ], [ 120.2461172, 30.4245964 ], [ 120.2469026, 30.4251227 ], [ 120.2472811, 30.4253791 ], [ 120.2475841, 30.4255827 ], [ 120.2509487, 30.4279159 ], [ 120.2554294, 30.4309582 ], [ 120.2561577, 30.4314444 ], [ 120.2580499, 30.4327399 ], [ 120.2585665, 30.4330899 ], [ 120.2588719, 30.4332887 ], [ 120.2591158, 30.433424 ], [ 120.2593571, 30.4335477 ], [ 120.259685, 30.4336983 ], [ 120.2601364, 30.4338835 ], [ 120.2606085, 30.4340538 ], [ 120.2610699, 30.4342056 ], [ 120.2614077, 30.4343083 ], [ 120.262019, 30.4344573 ], [ 120.2631756, 30.4347284 ], [ 120.2643896, 30.4351006 ], [ 120.26497, 30.435291 ], [ 120.2666258, 30.4359922 ], [ 120.2679075, 30.4366092 ], [ 120.2707344, 30.4381183 ], [ 120.2738404, 30.4397517 ], [ 120.2774725, 30.4417061 ], [ 120.2845033, 30.4453887 ], [ 120.285822, 30.4460475 ], [ 120.2879195, 30.4469863 ], [ 120.2900682, 30.4477371 ], [ 120.2912756, 30.4480617 ], [ 120.2922539, 30.4481933 ], [ 120.2968055, 30.4487937 ], [ 120.301279, 30.4493246 ], [ 120.3108945, 30.4505212 ], [ 120.3228603, 30.4525058 ], [ 120.3239228, 30.4526131 ], [ 120.3245877, 30.4526733 ], [ 120.3261, 30.4527481 ], [ 120.3270243, 30.4528252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542713, 30.3689817 ], [ 120.2530145, 30.3679854 ], [ 120.2527332, 30.3677624 ], [ 120.2517872, 30.366947 ], [ 120.251003, 30.366216 ], [ 120.250162, 30.3653224 ], [ 120.2494288, 30.3645752 ], [ 120.2484129, 30.3634759 ], [ 120.2480037, 30.3630259 ], [ 120.2472881, 30.3623224 ], [ 120.2466427, 30.3616115 ], [ 120.2461624, 30.3610509 ], [ 120.2458069, 30.3605039 ], [ 120.2454514, 30.3599875 ], [ 120.2451112, 30.3594558 ], [ 120.2447247, 30.3586919 ], [ 120.2445279, 30.358316 ], [ 120.2443028, 30.3579463 ], [ 120.2434164, 30.3568581 ], [ 120.243066, 30.3563425 ], [ 120.2419792, 30.3551106 ], [ 120.2411069, 30.3541105 ], [ 120.2391278, 30.3518226 ], [ 120.2389326, 30.3515067 ], [ 120.2388306, 30.3513026 ], [ 120.2388114, 30.351023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422813, 30.3549411 ], [ 120.2432664, 30.3561005 ], [ 120.2436322, 30.3565417 ], [ 120.244212, 30.3572412 ], [ 120.245076, 30.358301 ], [ 120.245251, 30.3586375 ], [ 120.2454853, 30.3591465 ], [ 120.2458133, 30.359811 ], [ 120.2464176, 30.3607533 ], [ 120.2466454, 30.3610125 ], [ 120.2476513, 30.3621219 ], [ 120.2482688, 30.362834 ], [ 120.2482367, 30.3627673 ], [ 120.2491619, 30.3638579 ], [ 120.2497111, 30.3644706 ], [ 120.2503618, 30.3652012 ], [ 120.2512138, 30.3660703 ], [ 120.251979, 30.3667862 ], [ 120.2528869, 30.3675571 ], [ 120.2530441, 30.3676816 ], [ 120.2534284, 30.3679858 ], [ 120.2534522, 30.3680047 ], [ 120.2544509, 30.368835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2461156, 30.3762087 ], [ 120.2462511, 30.3761058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462511, 30.3761058 ], [ 120.2462617, 30.3761174 ], [ 120.2463909, 30.3762479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462487, 30.3763446 ], [ 120.2461156, 30.3762087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463909, 30.3762479 ], [ 120.2462487, 30.3763446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2463909, 30.3762479 ], [ 120.2464953, 30.376348 ], [ 120.246986, 30.376819 ], [ 120.2471568, 30.3769858 ], [ 120.2480081, 30.3778169 ], [ 120.2482894, 30.3780999 ], [ 120.2514241, 30.3811069 ], [ 120.2516388, 30.3813297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2450597, 30.3247206 ], [ 120.2452078, 30.324882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2449104, 30.3249889 ], [ 120.2450597, 30.3247206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2452078, 30.324882 ], [ 120.2449104, 30.3249889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394921, 30.3494762 ], [ 120.2403826, 30.3498208 ], [ 120.2412513, 30.3501991 ], [ 120.2418234, 30.3504345 ], [ 120.2428417, 30.3508365 ], [ 120.2432579, 30.3509904 ], [ 120.2441863, 30.351407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441233, 30.3515502 ], [ 120.2434463, 30.3514031 ], [ 120.2423429, 30.35099 ], [ 120.241406, 30.3506364 ], [ 120.2401861, 30.3501766 ], [ 120.2400511, 30.3501257 ], [ 120.2399515, 30.3500881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241611, 30.3614308 ], [ 120.2417414, 30.3613659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2417414, 30.3613659 ], [ 120.2418067, 30.361459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416825, 30.3615065 ], [ 120.241611, 30.3614308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418067, 30.361459 ], [ 120.2416825, 30.3615065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418067, 30.361459 ], [ 120.2426411, 30.362492 ], [ 120.2435217, 30.3635872 ], [ 120.2427161, 30.3640591 ], [ 120.242518, 30.364244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272611, 30.3427878 ], [ 120.2275468, 30.3425033 ], [ 120.2279284, 30.3420948 ], [ 120.2282264, 30.3417757 ], [ 120.2282365, 30.3417475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2283277, 30.3418462 ], [ 120.2280021, 30.3421845 ], [ 120.2277809, 30.3424145 ], [ 120.2273574, 30.3428546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273574, 30.3428546 ], [ 120.2281352, 30.3433998 ], [ 120.22834, 30.3434799 ], [ 120.228898, 30.3438464 ], [ 120.2291862, 30.344052 ], [ 120.2305393, 30.3449971 ], [ 120.2309126, 30.3452579 ], [ 120.2313694, 30.3456131 ], [ 120.2320667, 30.3460782 ], [ 120.232805, 30.3465289 ], [ 120.23291, 30.346593 ], [ 120.2334781, 30.3469346 ], [ 120.233784, 30.3470905 ], [ 120.2343173, 30.3473563 ], [ 120.2349968, 30.347695 ], [ 120.235666, 30.3479604 ], [ 120.2363432, 30.3482417 ], [ 120.2373678, 30.3485273 ], [ 120.2379242, 30.3487546 ], [ 120.2381284, 30.3488381 ], [ 120.2385675, 30.34903 ], [ 120.2388777, 30.34923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226852, 30.3465466 ], [ 120.2273145, 30.3467006 ], [ 120.2279651, 30.3468802 ], [ 120.2288129, 30.3470953 ], [ 120.2292166, 30.3472179 ], [ 120.2297957, 30.3473902 ], [ 120.2301593, 30.3475388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300998, 30.3476649 ], [ 120.229686, 30.3474918 ], [ 120.2291038, 30.3473199 ], [ 120.2286991, 30.3472213 ], [ 120.228602, 30.3471976 ], [ 120.2277242, 30.3469725 ], [ 120.2272595, 30.3468387 ], [ 120.2267979, 30.3466751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蕙兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301593, 30.3475388 ], [ 120.2300998, 30.3476649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蕙兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300998, 30.3476649 ], [ 120.2301593, 30.3475388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2301593, 30.3475388 ], [ 120.2317177, 30.3482033 ], [ 120.2333646, 30.3490379 ], [ 120.2335507, 30.3491349 ], [ 120.2337772, 30.34925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337008, 30.3493407 ], [ 120.2334671, 30.3492213 ], [ 120.2332865, 30.3491312 ], [ 120.2316381, 30.3482872 ], [ 120.2300998, 30.3476649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蕙兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287136, 30.3504746 ], [ 120.2291702, 30.3495492 ], [ 120.2292201, 30.349448 ], [ 120.2300998, 30.3476649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蕙兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2300998, 30.3476649 ], [ 120.2292201, 30.349448 ], [ 120.2291702, 30.3495492 ], [ 120.2287136, 30.3504746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337772, 30.34925 ], [ 120.2337008, 30.3493407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337008, 30.3493407 ], [ 120.2337772, 30.34925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337008, 30.3493407 ], [ 120.2330581, 30.3500594 ], [ 120.2326333, 30.3505152 ], [ 120.232354, 30.3508148 ], [ 120.231908, 30.3513245 ], [ 120.2315629, 30.3517335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2315629, 30.3517335 ], [ 120.231908, 30.3513245 ], [ 120.232354, 30.3508148 ], [ 120.2326333, 30.3505152 ], [ 120.2330581, 30.3500594 ], [ 120.2337008, 30.3493407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287136, 30.3504746 ], [ 120.2297691, 30.3509409 ], [ 120.2306124, 30.3513135 ], [ 120.2315629, 30.3517335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2315629, 30.3517335 ], [ 120.2306124, 30.3513135 ], [ 120.2297691, 30.3509409 ], [ 120.2287136, 30.3504746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蕙兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276891, 30.3525545 ], [ 120.2283222, 30.3512692 ], [ 120.2283919, 30.3511277 ], [ 120.2287136, 30.3504746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蕙兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287136, 30.3504746 ], [ 120.2283919, 30.3511277 ], [ 120.2283222, 30.3512692 ], [ 120.2276891, 30.3525545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2315629, 30.3517335 ], [ 120.2324312, 30.3521245 ], [ 120.232677, 30.3522318 ], [ 120.2330837, 30.3524094 ], [ 120.233372, 30.3525323 ], [ 120.2338137, 30.3527206 ], [ 120.2343807, 30.3529702 ], [ 120.2348137, 30.3532133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1886397, 30.3369306 ], [ 120.1889402, 30.3369306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1889402, 30.3369306 ], [ 120.1886397, 30.3369306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871845, 30.3413726 ], [ 120.1872013, 30.3412966 ], [ 120.1872412, 30.3411168 ], [ 120.1874327, 30.3405928 ], [ 120.1875017, 30.340422 ], [ 120.1875313, 30.3403487 ], [ 120.1876802, 30.3399802 ], [ 120.1879978, 30.3392668 ], [ 120.1882173, 30.3386985 ], [ 120.1883947, 30.3381665 ], [ 120.1885538, 30.3375405 ], [ 120.1886397, 30.3369306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1889402, 30.3369306 ], [ 120.1888543, 30.3375548 ], [ 120.1886727, 30.3384704 ], [ 120.1885175, 30.3389815 ], [ 120.1882818, 30.3395174 ], [ 120.1881065, 30.3399239 ], [ 120.1877298, 30.3407976 ], [ 120.1875976, 30.3411995 ], [ 120.1875381, 30.3413949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871845, 30.3413726 ], [ 120.1875381, 30.3413949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871632, 30.3414688 ], [ 120.1871845, 30.3413726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871632, 30.3414688 ], [ 120.1875381, 30.3413949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875381, 30.3413949 ], [ 120.1875022, 30.3415316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875022, 30.3415316 ], [ 120.1871632, 30.3414688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189229, 30.341886 ], [ 120.1888096, 30.3418083 ], [ 120.1875022, 30.3415316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1978785, 30.3353324 ], [ 120.1971138, 30.3351901 ], [ 120.1969112, 30.3351494 ], [ 120.1938507, 30.3344665 ], [ 120.1928315, 30.3342502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1978785, 30.3353324 ], [ 120.1978747, 30.3350125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197933, 30.3371453 ], [ 120.1978785, 30.3353324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197933, 30.3371453 ], [ 120.1969716, 30.3370975 ], [ 120.1967624, 30.3370883 ], [ 120.1964247, 30.3370737 ], [ 120.1942784, 30.3369811 ], [ 120.1928495, 30.3369195 ], [ 120.1918134, 30.3368765 ], [ 120.1915207, 30.3368846 ], [ 120.1914281, 30.3368846 ], [ 120.1889402, 30.3369306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1889402, 30.3369306 ], [ 120.1914281, 30.3368846 ], [ 120.1915207, 30.3368846 ], [ 120.1918134, 30.3368765 ], [ 120.1928495, 30.3369195 ], [ 120.1942784, 30.3369811 ], [ 120.1964247, 30.3370737 ], [ 120.1967624, 30.3370883 ], [ 120.1969716, 30.3370975 ], [ 120.197933, 30.3371453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875381, 30.3413949 ], [ 120.1888043, 30.3416764 ], [ 120.1893707, 30.3417958 ], [ 120.1896711, 30.3418565 ], [ 120.1915126, 30.3422287 ], [ 120.1919275, 30.3423132 ], [ 120.1920551, 30.342328 ], [ 120.1923797, 30.3423694 ], [ 120.1928838, 30.3423685 ], [ 120.1933531, 30.342363 ], [ 120.1948037, 30.3423574 ], [ 120.1964338, 30.3423511 ], [ 120.1966886, 30.3423534 ], [ 120.1979433, 30.3423508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929745, 30.3424677 ], [ 120.1924415, 30.3424595 ], [ 120.1921061, 30.3424426 ], [ 120.191915, 30.3424236 ], [ 120.191367, 30.342316 ], [ 120.1896013, 30.3419617 ], [ 120.1894472, 30.3419308 ], [ 120.189229, 30.341886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197939, 30.3424562 ], [ 120.1966558, 30.342453 ], [ 120.1964881, 30.3424541 ], [ 120.1949781, 30.3424629 ], [ 120.1932947, 30.3424727 ], [ 120.1929745, 30.3424677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929745, 30.3424677 ], [ 120.1930174, 30.3448249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930174, 30.3448249 ], [ 120.1929745, 30.3424677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980936, 30.337171 ], [ 120.1991077, 30.3372595 ], [ 120.2016225, 30.3373846 ], [ 120.2018264, 30.3373985 ], [ 120.2035187, 30.3374702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035187, 30.3374702 ], [ 120.2018264, 30.3373985 ], [ 120.2016225, 30.3373846 ], [ 120.1991077, 30.3372595 ], [ 120.1980936, 30.337171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979433, 30.3423508 ], [ 120.1979628, 30.3417107 ], [ 120.198035, 30.3393441 ], [ 120.1979971, 30.3382689 ], [ 120.197933, 30.3371453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1565087, 30.3341042 ], [ 120.1566538, 30.3340162 ], [ 120.156847, 30.3338863 ], [ 120.1581992, 30.3330503 ], [ 120.1593485, 30.3323576 ], [ 120.1618862, 30.3308332 ], [ 120.1629912, 30.330165 ], [ 120.1641112, 30.3295054 ], [ 120.1651962, 30.3288629 ], [ 120.165822, 30.3285698 ], [ 120.1660143, 30.3284852 ], [ 120.1662467, 30.3284093 ], [ 120.1665812, 30.3283145 ], [ 120.1669679, 30.3282357 ], [ 120.1673508, 30.3281738 ], [ 120.1677862, 30.32814 ], [ 120.1681775, 30.3281345 ], [ 120.1686178, 30.3281579 ], [ 120.1689544, 30.3281992 ], [ 120.1692309, 30.3282449 ], [ 120.1698192, 30.3283716 ], [ 120.1708529, 30.3286322 ], [ 120.1736035, 30.3292766 ], [ 120.176573, 30.3300068 ], [ 120.1786209, 30.3305244 ], [ 120.1800898, 30.3308749 ], [ 120.1815385, 30.331244 ], [ 120.1829122, 30.3315611 ], [ 120.1841074, 30.331833 ], [ 120.1884517, 30.3328352 ], [ 120.1893597, 30.3330595 ], [ 120.1924064, 30.3338428 ], [ 120.1969583, 30.3349514 ], [ 120.1980154, 30.3351376 ], [ 120.1998909, 30.3353071 ], [ 120.2077859, 30.3360895 ], [ 120.2097883, 30.3362986 ], [ 120.2113605, 30.3364208 ], [ 120.2135273, 30.3365167 ], [ 120.2162492, 30.3366758 ], [ 120.2167378, 30.3367374 ], [ 120.2172499, 30.336825 ], [ 120.2177137, 30.3369334 ], [ 120.2183476, 30.3371214 ], [ 120.2189225, 30.3373487 ], [ 120.2194346, 30.3375844 ], [ 120.2198823, 30.3378525 ], [ 120.2222919, 30.3395171 ], [ 120.2233545, 30.3402349 ], [ 120.2250988, 30.3414534 ], [ 120.2276, 30.3431823 ], [ 120.2294206, 30.3444329 ], [ 120.2306372, 30.345275 ], [ 120.2314134, 30.3457961 ], [ 120.2324189, 30.3464419 ], [ 120.2335464, 30.3470991 ], [ 120.2342139, 30.3474655 ], [ 120.2348695, 30.3477905 ], [ 120.2353664, 30.3480173 ], [ 120.2355916, 30.3481252 ], [ 120.236177, 30.3483683 ], [ 120.2372223, 30.3488015 ], [ 120.2389754, 30.3494723 ], [ 120.2406285, 30.3500772 ], [ 120.2413796, 30.3503687 ], [ 120.2425789, 30.3508236 ], [ 120.2441863, 30.351407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980936, 30.337171 ], [ 120.1982047, 30.3393721 ], [ 120.1982104, 30.3401515 ], [ 120.1982139, 30.3406624 ], [ 120.1982255, 30.3423876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441233, 30.3515502 ], [ 120.2425136, 30.3509282 ], [ 120.2413266, 30.3504819 ], [ 120.2405579, 30.3501927 ], [ 120.2389151, 30.3495814 ], [ 120.2361249, 30.3484976 ], [ 120.2354921, 30.348249 ], [ 120.2351753, 30.3481082 ], [ 120.2348137, 30.34793 ], [ 120.2341022, 30.3475793 ], [ 120.2334447, 30.3472131 ], [ 120.2323243, 30.3465583 ], [ 120.2313633, 30.3459398 ], [ 120.2305525, 30.3453775 ], [ 120.2293322, 30.3445226 ], [ 120.227528, 30.343278 ], [ 120.2250158, 30.3415452 ], [ 120.2231958, 30.3403097 ], [ 120.2221998, 30.3396138 ], [ 120.2198026, 30.3379481 ], [ 120.2193644, 30.3376962 ], [ 120.2188779, 30.3374535 ], [ 120.218308, 30.337232 ], [ 120.2176897, 30.3370429 ], [ 120.2172312, 30.3369342 ], [ 120.2166977, 30.3368441 ], [ 120.2162241, 30.3367856 ], [ 120.2135181, 30.3366339 ], [ 120.211329, 30.3365334 ], [ 120.2097883, 30.3364003 ], [ 120.2077754, 30.3361969 ], [ 120.2010796, 30.3355381 ], [ 120.1998516, 30.3354173 ], [ 120.1980253, 30.3352647 ], [ 120.1969157, 30.3350698 ], [ 120.1948293, 30.3345616 ], [ 120.18924, 30.3331964 ], [ 120.1873447, 30.3327286 ], [ 120.1837402, 30.3318873 ], [ 120.182891, 30.3316882 ], [ 120.1815372, 30.3313401 ], [ 120.1800295, 30.3309866 ], [ 120.1792541, 30.3308025 ], [ 120.176407, 30.33007 ], [ 120.175369, 30.3298198 ], [ 120.1735634, 30.3293814 ], [ 120.1707521, 30.3287108 ], [ 120.1698182, 30.3284846 ], [ 120.1691896, 30.3283447 ], [ 120.1688795, 30.3282907 ], [ 120.1685294, 30.3282626 ], [ 120.1682075, 30.3282511 ], [ 120.1677009, 30.3282571 ], [ 120.1671778, 30.3283055 ], [ 120.1668367, 30.3283624 ], [ 120.1665706, 30.3284278 ], [ 120.1661958, 30.3285445 ], [ 120.165886, 30.3286611 ], [ 120.1652807, 30.3289559 ], [ 120.1642416, 30.3295537 ], [ 120.1632659, 30.3301078 ], [ 120.1622501, 30.330718 ], [ 120.1588912, 30.3327888 ], [ 120.1582393, 30.3331738 ], [ 120.1567397, 30.3340784 ], [ 120.156363, 30.334291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035187, 30.3374702 ], [ 120.2034353, 30.3393068 ], [ 120.2034278, 30.3394722 ], [ 120.203487, 30.3425233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203487, 30.3425233 ], [ 120.2034278, 30.3394722 ], [ 120.2034353, 30.3393068 ], [ 120.2035187, 30.3374702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979433, 30.3423508 ], [ 120.1982255, 30.3423876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197939, 30.3424562 ], [ 120.1979433, 30.3423508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181507, 30.3410211 ], [ 120.1823052, 30.3410309 ], [ 120.1833252, 30.3410434 ], [ 120.18381, 30.3410569 ], [ 120.186337, 30.3413098 ], [ 120.1871845, 30.3413726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871632, 30.3414688 ], [ 120.1854955, 30.3413033 ], [ 120.1838185, 30.3411487 ], [ 120.1824754, 30.3411282 ], [ 120.1815043, 30.3411194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815936, 30.3436908 ], [ 120.1799438, 30.3436589 ], [ 120.1796952, 30.3436254 ], [ 120.1795196, 30.3435555 ], [ 120.1793618, 30.3434678 ], [ 120.1792057, 30.3433333 ], [ 120.1791292, 30.3432331 ], [ 120.1790615, 30.3431075 ], [ 120.1789753, 30.3429274 ], [ 120.1789363, 30.3426861 ], [ 120.1789259, 30.3415283 ], [ 120.1789242, 30.3413384 ], [ 120.1789221, 30.3411068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1789221, 30.3411068 ], [ 120.1789242, 30.3413384 ], [ 120.1789259, 30.3415283 ], [ 120.1789363, 30.3426861 ], [ 120.1789753, 30.3429274 ], [ 120.1790615, 30.3431075 ], [ 120.1791292, 30.3432331 ], [ 120.1792057, 30.3433333 ], [ 120.1793618, 30.3434678 ], [ 120.1795196, 30.3435555 ], [ 120.1796952, 30.3436254 ], [ 120.1799438, 30.3436589 ], [ 120.1815936, 30.3436908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815936, 30.3436908 ], [ 120.1815832, 30.3432973 ], [ 120.1815556, 30.3426236 ], [ 120.1815321, 30.3420507 ], [ 120.1815243, 30.3417887 ], [ 120.181522, 30.3417124 ], [ 120.1815043, 30.3411194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815043, 30.3411194 ], [ 120.181522, 30.3417124 ], [ 120.1815243, 30.3417887 ], [ 120.1815321, 30.3420507 ], [ 120.1815556, 30.3426236 ], [ 120.1815832, 30.3432973 ], [ 120.1815936, 30.3436908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永波街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869803, 30.3436421 ], [ 120.1842561, 30.343726 ], [ 120.1815936, 30.3436908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永波街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815936, 30.3436908 ], [ 120.1842561, 30.343726 ], [ 120.1869803, 30.3436421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815924, 30.3458093 ], [ 120.1815932, 30.3443245 ], [ 120.1815933, 30.3442412 ], [ 120.1815936, 30.3436908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815936, 30.3436908 ], [ 120.1815933, 30.3442412 ], [ 120.1815932, 30.3443245 ], [ 120.1815924, 30.3458093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982255, 30.3423876 ], [ 120.1982264, 30.3424672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982255, 30.3423876 ], [ 120.1994556, 30.3424339 ], [ 120.2005035, 30.3424734 ], [ 120.2007812, 30.3424816 ], [ 120.2012645, 30.3424958 ], [ 120.201526, 30.3425074 ], [ 120.203487, 30.3425233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982264, 30.3424672 ], [ 120.197939, 30.3424562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034775, 30.3426226 ], [ 120.2027043, 30.3426128 ], [ 120.2015206, 30.3425977 ], [ 120.2012622, 30.3425888 ], [ 120.2011859, 30.3425857 ], [ 120.2005008, 30.3425583 ], [ 120.2002414, 30.3425479 ], [ 120.1999792, 30.3425374 ], [ 120.1982264, 30.3424672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203487, 30.3425233 ], [ 120.2034775, 30.3426226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034775, 30.3426226 ], [ 120.203487, 30.3425233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980123, 30.3448557 ], [ 120.1980069, 30.3446208 ], [ 120.1980096, 30.3444205 ], [ 120.197939, 30.3424562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982264, 30.3424672 ], [ 120.1982004, 30.3432135 ], [ 120.1981852, 30.3436519 ], [ 120.1981585, 30.3444194 ], [ 120.1981544, 30.3446254 ], [ 120.198162, 30.3448562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034874, 30.3449725 ], [ 120.2034775, 30.3426226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034775, 30.3426226 ], [ 120.2034874, 30.3449725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869803, 30.3436421 ], [ 120.1869996, 30.3433212 ], [ 120.1870581, 30.3425694 ], [ 120.1871422, 30.3419154 ], [ 120.1871632, 30.3414688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1875022, 30.3415316 ], [ 120.1873816, 30.3419839 ], [ 120.1873242, 30.3422826 ], [ 120.187303, 30.3427859 ], [ 120.1872971, 30.3435708 ], [ 120.1872673, 30.3442246 ], [ 120.187263, 30.3449216 ], [ 120.1872584, 30.3456633 ], [ 120.1872618, 30.3457573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.189229, 30.341886 ], [ 120.1892121, 30.3437043 ], [ 120.1892044, 30.3445294 ], [ 120.1892634, 30.3454423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892634, 30.3454423 ], [ 120.1892044, 30.3445294 ], [ 120.1892121, 30.3437043 ], [ 120.189229, 30.341886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869659, 30.3458011 ], [ 120.1869747, 30.3444819 ], [ 120.1869803, 30.3436421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892634, 30.3454423 ], [ 120.1892747, 30.3455568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892747, 30.3455568 ], [ 120.1892634, 30.3454423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872618, 30.3457573 ], [ 120.1876267, 30.3457102 ], [ 120.1892634, 30.3454423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892747, 30.3455568 ], [ 120.1883724, 30.3457273 ], [ 120.1872668, 30.3459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869659, 30.3458011 ], [ 120.1872618, 30.3457573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980123, 30.3448557 ], [ 120.198162, 30.3448562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198162, 30.3448562 ], [ 120.1999369, 30.3448903 ], [ 120.2011532, 30.3449136 ], [ 120.2015367, 30.3449182 ], [ 120.2034874, 30.3449725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980154, 30.3449895 ], [ 120.1980123, 30.3448557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.198162, 30.3448562 ], [ 120.1981664, 30.3449899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981664, 30.3449899 ], [ 120.1980154, 30.3449895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034874, 30.3449725 ], [ 120.2034926, 30.3451058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034926, 30.3451058 ], [ 120.2034874, 30.3449725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034926, 30.3451058 ], [ 120.2016534, 30.3450478 ], [ 120.2012725, 30.3450455 ], [ 120.1999411, 30.3450217 ], [ 120.1981664, 30.3449899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203489, 30.3475317 ], [ 120.2034926, 30.3451058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034926, 30.3451058 ], [ 120.203489, 30.3475317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930174, 30.3448249 ], [ 120.1933319, 30.3448256 ], [ 120.1980123, 30.3448557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930174, 30.3448249 ], [ 120.1930128, 30.3449835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930128, 30.3449835 ], [ 120.1930174, 30.3448249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980154, 30.3449895 ], [ 120.1951356, 30.3449688 ], [ 120.1933429, 30.3449586 ], [ 120.1930128, 30.3449835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892634, 30.3454423 ], [ 120.1903801, 30.3452565 ], [ 120.1908168, 30.3451838 ], [ 120.1920791, 30.3449738 ], [ 120.192347, 30.3449344 ], [ 120.1930174, 30.3448249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930128, 30.3449835 ], [ 120.1923609, 30.3450652 ], [ 120.1920564, 30.3451011 ], [ 120.1908445, 30.3452996 ], [ 120.1901076, 30.3454203 ], [ 120.1892747, 30.3455568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930128, 30.3449835 ], [ 120.1929837, 30.3476966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929837, 30.3476966 ], [ 120.1930128, 30.3449835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929837, 30.3476966 ], [ 120.1950371, 30.3476914 ], [ 120.1950798, 30.3476909 ], [ 120.1980279, 30.3476584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980279, 30.3476584 ], [ 120.1950798, 30.3476909 ], [ 120.1950371, 30.3476914 ], [ 120.1929837, 30.3476966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872618, 30.3457573 ], [ 120.1872668, 30.3459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.186961, 30.3459166 ], [ 120.1869659, 30.3458011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872668, 30.3459 ], [ 120.186961, 30.3459166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1892747, 30.3455568 ], [ 120.1891582, 30.3477774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891582, 30.3477774 ], [ 120.1892747, 30.3455568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872668, 30.3459 ], [ 120.187262, 30.346246 ], [ 120.1872504, 30.3467037 ], [ 120.187198, 30.3473365 ], [ 120.1871922, 30.347797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869697, 30.3478456 ], [ 120.1869237, 30.3473556 ], [ 120.186961, 30.3459166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891582, 30.3477774 ], [ 120.1902194, 30.3477668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1902194, 30.3477668 ], [ 120.1891582, 30.3477774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871922, 30.347797 ], [ 120.1891582, 30.3477774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980279, 30.3476584 ], [ 120.1980235, 30.3467156 ], [ 120.1980154, 30.3449895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981664, 30.3449899 ], [ 120.1981671, 30.345961 ], [ 120.1981682, 30.3476766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981682, 30.3476766 ], [ 120.1997937, 30.3476224 ], [ 120.2023803, 30.3475362 ], [ 120.2025868, 30.3475315 ], [ 120.203489, 30.3475317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203489, 30.3475317 ], [ 120.2025868, 30.3475315 ], [ 120.2023803, 30.3475362 ], [ 120.1997937, 30.3476224 ], [ 120.1981682, 30.3476766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981682, 30.3476766 ], [ 120.1980279, 30.3476584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980279, 30.3476584 ], [ 120.1981682, 30.3476766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203489, 30.3475317 ], [ 120.2034904, 30.3476461 ], [ 120.2034192, 30.3479053 ], [ 120.2031686, 30.3489815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031686, 30.3489815 ], [ 120.2034192, 30.3479053 ], [ 120.2034904, 30.3476461 ], [ 120.203489, 30.3475317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981682, 30.3476766 ], [ 120.198165, 30.3487774 ], [ 120.1981436, 30.3496507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979817, 30.3496849 ], [ 120.1980088, 30.3487462 ], [ 120.1980279, 30.3476584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072946, 30.3359447 ], [ 120.2088037, 30.3361176 ], [ 120.2094719, 30.3361958 ], [ 120.2097619, 30.3362211 ], [ 120.2100006, 30.3362419 ], [ 120.2104057, 30.336272 ], [ 120.210981, 30.336297 ], [ 120.2109931, 30.3362975 ], [ 120.2113766, 30.3363299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072946, 30.3359447 ], [ 120.2073153, 30.3363616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073153, 30.3363616 ], [ 120.2071484, 30.3363432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2109492, 30.336693 ], [ 120.2101368, 30.3366423 ], [ 120.2087853, 30.336506 ], [ 120.2083028, 30.3364593 ], [ 120.2073153, 30.3363616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073153, 30.3363616 ], [ 120.2073292, 30.3373348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071506, 30.3373648 ], [ 120.2071484, 30.3363432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073292, 30.3373348 ], [ 120.2073374, 30.3374523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2035187, 30.3374702 ], [ 120.2071506, 30.3373648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康宁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071506, 30.3373648 ], [ 120.2035187, 30.3374702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073292, 30.3373348 ], [ 120.2092747, 30.337297 ], [ 120.209994, 30.3372933 ], [ 120.2104065, 30.337344 ], [ 120.210754, 30.3374123 ], [ 120.211265, 30.3375459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165133, 30.3348657 ], [ 120.2162909, 30.3347635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168105, 30.3366508 ], [ 120.2168171, 30.3362607 ], [ 120.216783, 30.3360238 ], [ 120.216752, 30.3359102 ], [ 120.2166037, 30.3354998 ], [ 120.2162909, 30.3347635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165133, 30.3348657 ], [ 120.2166095, 30.3351489 ], [ 120.2168724, 30.3358328 ], [ 120.2169431, 30.3361047 ], [ 120.2169977, 30.336491 ], [ 120.2170036, 30.3366676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2168105, 30.3366508 ], [ 120.2170036, 30.3366676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2167784, 30.3369597 ], [ 120.2168105, 30.3366508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2170036, 30.3366676 ], [ 120.2169794, 30.337009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2169794, 30.337009 ], [ 120.2167784, 30.3369597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147462, 30.3404512 ], [ 120.21464, 30.3402749 ], [ 120.2145329, 30.3400945 ], [ 120.2141555, 30.3395058 ], [ 120.2138696, 30.3392035 ], [ 120.2135592, 30.3389082 ], [ 120.2131617, 30.3386401 ], [ 120.2117922, 30.3378687 ], [ 120.2112452, 30.3376547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.211265, 30.3375459 ], [ 120.2119031, 30.3378002 ], [ 120.2125205, 30.3381527 ], [ 120.2131948, 30.3385613 ], [ 120.2136114, 30.3388297 ], [ 120.2139453, 30.3391359 ], [ 120.2142467, 30.33947 ], [ 120.2146397, 30.3400646 ], [ 120.2147457, 30.3402378 ], [ 120.216057, 30.3423872 ], [ 120.2165756, 30.3432943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199862, 30.3440809 ], [ 120.2200411, 30.3436307 ], [ 120.2201194, 30.3433655 ], [ 120.2202706, 30.3429629 ], [ 120.2204503, 30.3424607 ], [ 120.2205359, 30.3420723 ], [ 120.2205361, 30.3415693 ], [ 120.2203852, 30.3410562 ], [ 120.2201835, 30.3407225 ], [ 120.2198318, 30.3403495 ], [ 120.2194615, 30.3400564 ], [ 120.2187904, 30.3394613 ], [ 120.2177185, 30.3384531 ], [ 120.2176476, 30.338385 ], [ 120.2172037, 30.3379586 ], [ 120.2169366, 30.3376509 ], [ 120.2168238, 30.3373994 ], [ 120.2167845, 30.3371957 ], [ 120.2167784, 30.3369597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112452, 30.3376547 ], [ 120.2107725, 30.3375141 ], [ 120.2103892, 30.3374366 ], [ 120.2099203, 30.3373985 ], [ 120.2094513, 30.3373954 ], [ 120.2073374, 30.3374523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.211265, 30.3375459 ], [ 120.2112452, 30.3376547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112452, 30.3376547 ], [ 120.211265, 30.3375459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073374, 30.3374523 ], [ 120.2073077, 30.3387307 ], [ 120.2073418, 30.3404137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112876, 30.3405875 ], [ 120.2112942, 30.3404437 ], [ 120.2112942, 30.3402597 ], [ 120.2112795, 30.3394966 ], [ 120.2112452, 30.3376547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112452, 30.3376547 ], [ 120.2112795, 30.3394966 ], [ 120.2112942, 30.3402597 ], [ 120.2112942, 30.3404437 ], [ 120.2112876, 30.3405875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071978, 30.3424399 ], [ 120.2071706, 30.3415707 ], [ 120.2071527, 30.3403938 ], [ 120.207147, 30.3387117 ], [ 120.2071506, 30.3373648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "礼泉街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112876, 30.3405875 ], [ 120.2079687, 30.3404356 ], [ 120.2077031, 30.3404263 ], [ 120.2073418, 30.3404137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "礼泉街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073418, 30.3404137 ], [ 120.2077031, 30.3404263 ], [ 120.2079687, 30.3404356 ], [ 120.2112876, 30.3405875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073418, 30.3404137 ], [ 120.2073242, 30.3414206 ], [ 120.2073481, 30.3424343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "礼泉街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2147462, 30.3404512 ], [ 120.214206, 30.3405957 ], [ 120.2140334, 30.3406371 ], [ 120.2138416, 30.3406537 ], [ 120.2134808, 30.3406443 ], [ 120.2112876, 30.3405875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "礼泉街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112876, 30.3405875 ], [ 120.2134808, 30.3406443 ], [ 120.2138416, 30.3406537 ], [ 120.2140334, 30.3406371 ], [ 120.214206, 30.3405957 ], [ 120.2147462, 30.3404512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2169794, 30.337009 ], [ 120.2169723, 30.3372786 ], [ 120.2170938, 30.3376084 ], [ 120.2173546, 30.3378683 ], [ 120.2174802, 30.3379876 ], [ 120.2178659, 30.338354 ], [ 120.2182795, 30.3387159 ], [ 120.2189367, 30.3393923 ], [ 120.2196621, 30.3399873 ], [ 120.2200637, 30.340381 ], [ 120.2203278, 30.3407106 ], [ 120.2205117, 30.3410456 ], [ 120.2206455, 30.3414916 ], [ 120.2206729, 30.3417816 ], [ 120.2206265, 30.3422314 ], [ 120.2205568, 30.3424551 ], [ 120.2203898, 30.342923 ], [ 120.2203138, 30.3431721 ], [ 120.22018, 30.3435443 ], [ 120.220126, 30.344118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164135, 30.3432579 ], [ 120.2160388, 30.3425934 ], [ 120.2158786, 30.3423093 ], [ 120.2147462, 30.3404512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113383, 30.3428214 ], [ 120.2121626, 30.3429046 ], [ 120.21283, 30.342972 ], [ 120.2143592, 30.3431056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2143441, 30.3432038 ], [ 120.2136793, 30.3431511 ], [ 120.2127637, 30.3430786 ], [ 120.2113431, 30.3429398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2143441, 30.3432038 ], [ 120.2143592, 30.3431056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2143592, 30.3431056 ], [ 120.2143441, 30.3432038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2143592, 30.3431056 ], [ 120.2164135, 30.3432579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164135, 30.3432579 ], [ 120.2165756, 30.3432943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112876, 30.3405875 ], [ 120.2113039, 30.341479 ], [ 120.2113092, 30.3416862 ], [ 120.2113383, 30.3428214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113383, 30.3428214 ], [ 120.2113092, 30.3416862 ], [ 120.2113039, 30.341479 ], [ 120.2112876, 30.3405875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071978, 30.3424399 ], [ 120.2073481, 30.3424343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.203487, 30.3425233 ], [ 120.2044472, 30.3425017 ], [ 120.2071978, 30.3424399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073481, 30.3424343 ], [ 120.20735, 30.3425346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071945, 30.3425363 ], [ 120.2071978, 30.3424399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20735, 30.3425346 ], [ 120.2071945, 30.3425363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2071945, 30.3425363 ], [ 120.2054398, 30.342577 ], [ 120.2034775, 30.3426226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073481, 30.3424343 ], [ 120.2076977, 30.3424634 ], [ 120.2080303, 30.3425062 ], [ 120.2095491, 30.3426509 ], [ 120.2113383, 30.3428214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113431, 30.3429398 ], [ 120.2097346, 30.3427799 ], [ 120.2088996, 30.3426969 ], [ 120.2080196, 30.3426023 ], [ 120.2076977, 30.3425652 ], [ 120.20735, 30.3425346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164817, 30.3433749 ], [ 120.2143441, 30.3432038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164817, 30.3433749 ], [ 120.2164135, 30.3432579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165756, 30.3432943 ], [ 120.2166564, 30.3434186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166564, 30.3434186 ], [ 120.2164817, 30.3433749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165756, 30.3432943 ], [ 120.2170256, 30.3434014 ], [ 120.2176748, 30.3435104 ], [ 120.218105, 30.343591 ], [ 120.2186495, 30.3437125 ], [ 120.2190193, 30.3438037 ], [ 120.2196998, 30.3439921 ], [ 120.2199862, 30.3440809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200118, 30.3442089 ], [ 120.2193155, 30.3440025 ], [ 120.2188563, 30.3438706 ], [ 120.2182145, 30.3437286 ], [ 120.2177877, 30.3436502 ], [ 120.217084, 30.3435266 ], [ 120.2166564, 30.3434186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2199862, 30.3440809 ], [ 120.220126, 30.344118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200118, 30.3442089 ], [ 120.2199862, 30.3440809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.220126, 30.344118 ], [ 120.2201543, 30.3442515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2201543, 30.3442515 ], [ 120.2200118, 30.3442089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2269657, 30.3430603 ], [ 120.2272611, 30.3427878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273574, 30.3428546 ], [ 120.2271073, 30.3431592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石祥东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2271073, 30.3431592 ], [ 120.2269657, 30.3430603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2218382, 30.3446639 ], [ 120.2221305, 30.3431406 ], [ 120.222207, 30.3431932 ], [ 120.221905, 30.3446835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2245358, 30.3455291 ], [ 120.2250837, 30.3450344 ], [ 120.2253667, 30.3447474 ], [ 120.2262707, 30.3438287 ], [ 120.2269657, 30.3430603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2271073, 30.3431592 ], [ 120.2263104, 30.3439395 ], [ 120.2255683, 30.3447375 ], [ 120.2252495, 30.3450752 ], [ 120.2247397, 30.3455787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.220126, 30.344118 ], [ 120.2213687, 30.3445257 ], [ 120.2218382, 30.3446639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223385, 30.3449141 ], [ 120.2222953, 30.3448998 ], [ 120.2212314, 30.3445825 ], [ 120.2201543, 30.3442515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235173, 30.3451825 ], [ 120.2242233, 30.3441125 ], [ 120.224272, 30.3441333 ], [ 120.2235784, 30.3452014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2218382, 30.3446639 ], [ 120.221905, 30.3446835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113383, 30.3428214 ], [ 120.2113431, 30.3429398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113431, 30.3429398 ], [ 120.2113383, 30.3428214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.207211, 30.3449898 ], [ 120.2071991, 30.344565 ], [ 120.2071932, 30.3440668 ], [ 120.2072057, 30.3439566 ], [ 120.2071945, 30.3425363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20735, 30.3425346 ], [ 120.2073587, 30.3434165 ], [ 120.2073587, 30.343556 ], [ 120.2073588, 30.3441697 ], [ 120.2073676, 30.3448637 ], [ 120.2073767, 30.3451027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112146, 30.3460332 ], [ 120.2113046, 30.3452844 ], [ 120.2113158, 30.3450522 ], [ 120.2113209, 30.3449474 ], [ 120.2113337, 30.344683 ], [ 120.21134, 30.343519 ], [ 120.2113431, 30.3429398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2113431, 30.3429398 ], [ 120.21134, 30.343519 ], [ 120.2113337, 30.344683 ], [ 120.2113209, 30.3449474 ], [ 120.2113158, 30.3450522 ], [ 120.2113046, 30.3452844 ], [ 120.2112146, 30.3460332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2034874, 30.3449725 ], [ 120.2054047, 30.344999 ], [ 120.207211, 30.3449898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.207211, 30.3449898 ], [ 120.2073767, 30.3451027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072283, 30.3451236 ], [ 120.207211, 30.3449898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073767, 30.3451027 ], [ 120.2072283, 30.3451236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224496, 30.3449508 ], [ 120.2223385, 30.3449141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221905, 30.3446835 ], [ 120.2223639, 30.3448186 ], [ 120.2230643, 30.3450428 ], [ 120.2235173, 30.3451825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235173, 30.3451825 ], [ 120.2235784, 30.3452014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244294, 30.3456095 ], [ 120.2237529, 30.3453681 ], [ 120.2232391, 30.3452079 ], [ 120.2230353, 30.3451444 ], [ 120.2224496, 30.3449508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2201543, 30.3442515 ], [ 120.2201643, 30.3444398 ], [ 120.2202177, 30.3447864 ], [ 120.220314, 30.3452865 ], [ 120.2204652, 30.3457615 ], [ 120.2206348, 30.3461476 ], [ 120.2207586, 30.3463563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235784, 30.3452014 ], [ 120.223824, 30.3452771 ], [ 120.2245358, 30.3455291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2245358, 30.3455291 ], [ 120.2247397, 30.3455787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2244294, 30.3456095 ], [ 120.2245358, 30.3455291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2247397, 30.3455787 ], [ 120.2246112, 30.3456875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207586, 30.3463563 ], [ 120.221237, 30.3461725 ], [ 120.2215929, 30.3460333 ], [ 120.2218479, 30.3459098 ], [ 120.222033, 30.3457333 ], [ 120.2221553, 30.3454638 ], [ 120.2223385, 30.3449141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246112, 30.3456875 ], [ 120.2244294, 30.3456095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2224496, 30.3449508 ], [ 120.2222426, 30.3455192 ], [ 120.222122, 30.3457782 ], [ 120.2219175, 30.3459585 ], [ 120.2215935, 30.3461181 ], [ 120.221135, 30.3463072 ], [ 120.2207931, 30.346426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2247397, 30.3455787 ], [ 120.2255534, 30.3459638 ], [ 120.2259498, 30.3461521 ], [ 120.2260934, 30.346218 ], [ 120.226146, 30.3462422 ], [ 120.226852, 30.3465466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267979, 30.3466751 ], [ 120.2261385, 30.3464092 ], [ 120.2258925, 30.3462862 ], [ 120.2253988, 30.3460283 ], [ 120.2246112, 30.3456875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215095, 30.3481543 ], [ 120.2210759, 30.3473353 ], [ 120.2205959, 30.3463661 ], [ 120.2204075, 30.3459818 ], [ 120.2202763, 30.3456775 ], [ 120.220117, 30.3451769 ], [ 120.2200417, 30.3448429 ], [ 120.22, 30.3444364 ], [ 120.2200118, 30.3442089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207586, 30.3463563 ], [ 120.2207931, 30.346426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267979, 30.3466751 ], [ 120.226852, 30.3465466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226852, 30.3465466 ], [ 120.2267979, 30.3466751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221703, 30.3480479 ], [ 120.2220741, 30.3478258 ], [ 120.2224523, 30.3475409 ], [ 120.2230674, 30.3469999 ], [ 120.223943, 30.3461209 ], [ 120.2242652, 30.3457786 ], [ 120.2244294, 30.3456095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2246112, 30.3456875 ], [ 120.2244642, 30.3458213 ], [ 120.2240391, 30.3462236 ], [ 120.2239703, 30.3462937 ], [ 120.2235625, 30.3467088 ], [ 120.2228118, 30.3474232 ], [ 120.2222141, 30.3479413 ], [ 120.2217694, 30.3482248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2791692, 30.3034347 ], [ 120.2790941, 30.3030844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2790941, 30.3030844 ], [ 120.2791692, 30.3034347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747481, 30.3037533 ], [ 120.2749216, 30.3037471 ], [ 120.27604, 30.3035695 ], [ 120.278115, 30.3032399 ], [ 120.2790941, 30.3030844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2791692, 30.3034347 ], [ 120.277443, 30.3036685 ], [ 120.2770174, 30.3037262 ], [ 120.274942, 30.3040074 ], [ 120.2747926, 30.3040367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2791692, 30.3034347 ], [ 120.2792671, 30.3042381 ], [ 120.2793709, 30.3048331 ], [ 120.2793959, 30.3050005 ], [ 120.2795635, 30.3061206 ], [ 120.279628, 30.3065458 ], [ 120.2796838, 30.3069133 ], [ 120.2797473, 30.3072811 ], [ 120.2798424, 30.3078321 ], [ 120.2798627, 30.3080283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798627, 30.3080283 ], [ 120.2798424, 30.3078321 ], [ 120.2797473, 30.3072811 ], [ 120.2796838, 30.3069133 ], [ 120.279628, 30.3065458 ], [ 120.2795635, 30.3061206 ], [ 120.2793959, 30.3050005 ], [ 120.2793709, 30.3048331 ], [ 120.2792671, 30.3042381 ], [ 120.2791692, 30.3034347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798627, 30.3080283 ], [ 120.2798675, 30.3081314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798675, 30.3081314 ], [ 120.2798627, 30.3080283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754107, 30.3084542 ], [ 120.2755746, 30.3084366 ], [ 120.2756714, 30.3084263 ], [ 120.27635, 30.3083619 ], [ 120.2798627, 30.3080283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798675, 30.3081314 ], [ 120.2756746, 30.3085072 ], [ 120.2755845, 30.3085165 ], [ 120.2754218, 30.3085334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747481, 30.3037533 ], [ 120.2747926, 30.3040367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747926, 30.3040367 ], [ 120.2747481, 30.3037533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705751, 30.3044577 ], [ 120.2712116, 30.3043549 ], [ 120.2746028, 30.3038072 ], [ 120.2747481, 30.3037533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747926, 30.3040367 ], [ 120.274649, 30.3040549 ], [ 120.2712003, 30.3046196 ], [ 120.2706068, 30.3047168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705751, 30.3044577 ], [ 120.2706068, 30.3047168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706068, 30.3047168 ], [ 120.2705751, 30.3044577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747926, 30.3040367 ], [ 120.2749214, 30.3049305 ], [ 120.2749589, 30.3052517 ], [ 120.2749855, 30.3054379 ], [ 120.2751471, 30.3065731 ], [ 120.2753044, 30.3076952 ], [ 120.2753955, 30.3083456 ], [ 120.2754107, 30.3084542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754107, 30.3084542 ], [ 120.2753955, 30.3083456 ], [ 120.2753044, 30.3076952 ], [ 120.2751471, 30.3065731 ], [ 120.2749855, 30.3054379 ], [ 120.2749589, 30.3052517 ], [ 120.2749214, 30.3049305 ], [ 120.2747926, 30.3040367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713446, 30.3088956 ], [ 120.2710302, 30.3072125 ], [ 120.2709259, 30.3066077 ], [ 120.2708658, 30.3062596 ], [ 120.2707897, 30.3058185 ], [ 120.2707527, 30.3055833 ], [ 120.2706068, 30.3047168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706068, 30.3047168 ], [ 120.2707527, 30.3055833 ], [ 120.2707897, 30.3058185 ], [ 120.2708658, 30.3062596 ], [ 120.2709259, 30.3066077 ], [ 120.2710302, 30.3072125 ], [ 120.2713446, 30.3088956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846315, 30.3024937 ], [ 120.2845116, 30.3025145 ], [ 120.282617, 30.3028426 ], [ 120.2814401, 30.3030447 ], [ 120.2804376, 30.3032169 ], [ 120.2791692, 30.3034347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849739, 30.3024532 ], [ 120.2849909, 30.3026003 ], [ 120.2851574, 30.3040375 ], [ 120.28563, 30.3070523 ], [ 120.2856952, 30.3075043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854424, 30.3074984 ], [ 120.2848711, 30.3040119 ], [ 120.2846561, 30.3026499 ], [ 120.2846315, 30.3024937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854424, 30.3074984 ], [ 120.2856952, 30.3075043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856952, 30.3075043 ], [ 120.2857139, 30.3075936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.285455, 30.3076062 ], [ 120.2854424, 30.3074984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857139, 30.3075936 ], [ 120.285455, 30.3076062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798627, 30.3080283 ], [ 120.2809446, 30.3079232 ], [ 120.2824672, 30.3077568 ], [ 120.2825893, 30.3077452 ], [ 120.2840814, 30.3076151 ], [ 120.2853495, 30.3075037 ], [ 120.2854424, 30.3074984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.285455, 30.3076062 ], [ 120.28536, 30.3076109 ], [ 120.2848559, 30.3076251 ], [ 120.2842793, 30.3076736 ], [ 120.2838934, 30.3077129 ], [ 120.2828207, 30.3078223 ], [ 120.2824454, 30.3078638 ], [ 120.2809477, 30.3080292 ], [ 120.2798675, 30.3081314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857139, 30.3075936 ], [ 120.2857964, 30.3080844 ], [ 120.2860059, 30.3092893 ], [ 120.2862185, 30.3101618 ], [ 120.2862924, 30.310465 ], [ 120.2865975, 30.3115662 ], [ 120.2869548, 30.312738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754218, 30.3085334 ], [ 120.2754107, 30.3084542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754107, 30.3084542 ], [ 120.2754218, 30.3085334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713446, 30.3088956 ], [ 120.2726783, 30.3087472 ], [ 120.2732242, 30.3087071 ], [ 120.2751692, 30.3084821 ], [ 120.2752453, 30.3084733 ], [ 120.2754107, 30.3084542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754218, 30.3085334 ], [ 120.2752322, 30.3085426 ], [ 120.2751773, 30.3085538 ], [ 120.2743865, 30.3086414 ], [ 120.2723963, 30.3088615 ], [ 120.2713593, 30.308974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713446, 30.3088956 ], [ 120.2713593, 30.308974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713593, 30.308974 ], [ 120.2713446, 30.3088956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2716728, 30.3106992 ], [ 120.2714211, 30.3092944 ], [ 120.271394, 30.3091638 ], [ 120.2713672, 30.3091021 ], [ 120.2713593, 30.308974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713593, 30.308974 ], [ 120.2713672, 30.3091021 ], [ 120.271394, 30.3091638 ], [ 120.2714211, 30.3092944 ], [ 120.2716728, 30.3106992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2754218, 30.3085334 ], [ 120.2754266, 30.3086296 ], [ 120.2754251, 30.3086726 ], [ 120.2754327, 30.3088543 ], [ 120.2755587, 30.3097154 ], [ 120.2756221, 30.3100702 ], [ 120.2756734, 30.3104067 ], [ 120.2757563, 30.3110214 ], [ 120.2757747, 30.3111579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757747, 30.3111579 ], [ 120.2757563, 30.3110214 ], [ 120.2756734, 30.3104067 ], [ 120.2756221, 30.3100702 ], [ 120.2755587, 30.3097154 ], [ 120.2754327, 30.3088543 ], [ 120.2754251, 30.3086726 ], [ 120.2754266, 30.3086296 ], [ 120.2754218, 30.3085334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867103, 30.3127317 ], [ 120.2865472, 30.3120935 ], [ 120.2861342, 30.3106194 ], [ 120.2860121, 30.3101954 ], [ 120.2857992, 30.3093179 ], [ 120.2856487, 30.3087441 ], [ 120.285455, 30.3076062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金禾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800047, 30.3106906 ], [ 120.2845215, 30.310246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金禾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2845215, 30.310246 ], [ 120.2800047, 30.3106906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867103, 30.3127317 ], [ 120.2869548, 30.312738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800921, 30.312727 ], [ 120.2824746, 30.3127726 ], [ 120.2831975, 30.3127412 ], [ 120.2858345, 30.3127274 ], [ 120.2867103, 30.3127317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867765, 30.313001 ], [ 120.2867103, 30.3127317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2869548, 30.312738 ], [ 120.2870256, 30.3129975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.28273, 30.3129844 ], [ 120.2826537, 30.312985 ], [ 120.2825849, 30.3129826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867765, 30.313001 ], [ 120.2865301, 30.3129924 ], [ 120.285966, 30.3129856 ], [ 120.2835574, 30.3129778 ], [ 120.28273, 30.3129844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2870256, 30.3129975 ], [ 120.2867765, 30.313001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798675, 30.3081314 ], [ 120.279867, 30.3082083 ], [ 120.2798753, 30.3082828 ], [ 120.2798762, 30.3084024 ], [ 120.2799181, 30.3092608 ], [ 120.2799325, 30.3096685 ], [ 120.2800047, 30.3106906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800047, 30.3106906 ], [ 120.2799325, 30.3096685 ], [ 120.2799181, 30.3092608 ], [ 120.2798762, 30.3084024 ], [ 120.2798753, 30.3082828 ], [ 120.279867, 30.3082083 ], [ 120.2798675, 30.3081314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金禾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757747, 30.3111579 ], [ 120.2758777, 30.3111438 ], [ 120.2759211, 30.3111379 ], [ 120.2759444, 30.3111347 ], [ 120.2775835, 30.3109554 ], [ 120.2780149, 30.3109082 ], [ 120.2800047, 30.3106906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金禾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800047, 30.3106906 ], [ 120.2780149, 30.3109082 ], [ 120.2775835, 30.3109554 ], [ 120.2759444, 30.3111347 ], [ 120.2759211, 30.3111379 ], [ 120.2758777, 30.3111438 ], [ 120.2757747, 30.3111579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800921, 30.312727 ], [ 120.2800883, 30.3125844 ], [ 120.2800841, 30.3124263 ], [ 120.2800047, 30.3106906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800047, 30.3106906 ], [ 120.2800841, 30.3124263 ], [ 120.2800883, 30.3125844 ], [ 120.2800921, 30.312727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759887, 30.3127414 ], [ 120.2761339, 30.3127442 ], [ 120.2762947, 30.3127435 ], [ 120.2800921, 30.312727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801012, 30.3129062 ], [ 120.2800921, 30.312727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800921, 30.312727 ], [ 120.2801012, 30.3129062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801012, 30.3129062 ], [ 120.2761453, 30.3129006 ], [ 120.2760152, 30.3129102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668926, 30.3092639 ], [ 120.2669084, 30.3094046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668092, 30.3094083 ], [ 120.2667942, 30.309277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669084, 30.3094046 ], [ 120.2668092, 30.3094083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669084, 30.3094046 ], [ 120.2669181, 30.3095073 ], [ 120.2669357, 30.309695 ], [ 120.2669606, 30.309915 ], [ 120.2670546, 30.310664 ], [ 120.2671057, 30.3109156 ], [ 120.2671696, 30.3112305 ], [ 120.2671931, 30.3113782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金禾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2716728, 30.3106992 ], [ 120.2714973, 30.3107279 ], [ 120.2712987, 30.3107603 ], [ 120.2712063, 30.3107754 ], [ 120.2693089, 30.3110851 ], [ 120.269108, 30.3111221 ], [ 120.2689541, 30.3111422 ], [ 120.2677117, 30.3113087 ], [ 120.2671931, 30.3113782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金禾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2671931, 30.3113782 ], [ 120.2677117, 30.3113087 ], [ 120.2689541, 30.3111422 ], [ 120.269108, 30.3111221 ], [ 120.2693089, 30.3110851 ], [ 120.2712063, 30.3107754 ], [ 120.2712987, 30.3107603 ], [ 120.2714973, 30.3107279 ], [ 120.2716728, 30.3106992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267248, 30.3128114 ], [ 120.2670427, 30.3113509 ], [ 120.2670338, 30.3112875 ], [ 120.267013, 30.3111629 ], [ 120.2669538, 30.3105752 ], [ 120.2668677, 30.3099226 ], [ 120.266839, 30.309705 ], [ 120.2668131, 30.3095068 ], [ 120.2668092, 30.3094083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2671931, 30.3113782 ], [ 120.2672904, 30.3119905 ], [ 120.2674145, 30.3128203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2674145, 30.3128203 ], [ 120.2685277, 30.3128024 ], [ 120.2690119, 30.3127946 ], [ 120.2692483, 30.3127908 ], [ 120.2693886, 30.3127888 ], [ 120.2695655, 30.3127889 ], [ 120.2714242, 30.3127511 ], [ 120.2715509, 30.3127474 ], [ 120.2719192, 30.3127784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267248, 30.3128114 ], [ 120.2674145, 30.3128203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金禾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2716728, 30.3106992 ], [ 120.2719916, 30.3106784 ], [ 120.2723221, 30.3106817 ], [ 120.272514, 30.3106882 ], [ 120.272678, 30.3107309 ], [ 120.2729199, 30.3108381 ], [ 120.2731901, 30.310982 ], [ 120.2735734, 30.3111688 ], [ 120.2738471, 30.3112761 ], [ 120.2741163, 30.3113159 ], [ 120.274428, 30.3112977 ], [ 120.2752165, 30.3111967 ], [ 120.2756108, 30.3111712 ], [ 120.2756467, 30.3111686 ], [ 120.2757747, 30.3111579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金禾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757747, 30.3111579 ], [ 120.2756467, 30.3111686 ], [ 120.2756108, 30.3111712 ], [ 120.2752165, 30.3111967 ], [ 120.274428, 30.3112977 ], [ 120.2741163, 30.3113159 ], [ 120.2738471, 30.3112761 ], [ 120.2735734, 30.3111688 ], [ 120.2731901, 30.310982 ], [ 120.2729199, 30.3108381 ], [ 120.272678, 30.3107309 ], [ 120.272514, 30.3106882 ], [ 120.2723221, 30.3106817 ], [ 120.2719916, 30.3106784 ], [ 120.2716728, 30.3106992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2716728, 30.3106992 ], [ 120.2718011, 30.3114886 ], [ 120.2718087, 30.3115353 ], [ 120.2718147, 30.3115725 ], [ 120.271874, 30.312125 ], [ 120.2719018, 30.3125574 ], [ 120.2719098, 30.3126811 ], [ 120.2719192, 30.3127784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719192, 30.3127784 ], [ 120.2719098, 30.3126811 ], [ 120.2719018, 30.3125574 ], [ 120.271874, 30.312125 ], [ 120.2718147, 30.3115725 ], [ 120.2718087, 30.3115353 ], [ 120.2718011, 30.3114886 ], [ 120.2716728, 30.3106992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757747, 30.3111579 ], [ 120.2757885, 30.3112517 ], [ 120.2758859, 30.3119134 ], [ 120.2759563, 30.3124878 ], [ 120.2759743, 30.312629 ], [ 120.2759887, 30.3127414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759887, 30.3127414 ], [ 120.2759743, 30.312629 ], [ 120.2759563, 30.3124878 ], [ 120.2758859, 30.3119134 ], [ 120.2757885, 30.3112517 ], [ 120.2757747, 30.3111579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719192, 30.3127784 ], [ 120.2721344, 30.3127656 ], [ 120.2730739, 30.3127563 ], [ 120.2740724, 30.3127563 ], [ 120.2758529, 30.3127457 ], [ 120.2759887, 30.3127414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2760152, 30.3129102 ], [ 120.2759887, 30.3127414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759887, 30.3127414 ], [ 120.2760152, 30.3129102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719192, 30.3127784 ], [ 120.2719152, 30.3129342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2825849, 30.3129826 ], [ 120.2810048, 30.3129265 ], [ 120.2801012, 30.3129062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801012, 30.3129062 ], [ 120.2801501, 30.3150459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801501, 30.3150459 ], [ 120.2801012, 30.3129062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2761986, 30.3146644 ], [ 120.2763266, 30.314665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763266, 30.314665 ], [ 120.2763296, 30.3147727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763296, 30.3147727 ], [ 120.2762132, 30.3147604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763266, 30.314665 ], [ 120.2763901, 30.3146749 ], [ 120.2780613, 30.3148398 ], [ 120.2801501, 30.3150459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801601, 30.3151658 ], [ 120.2791443, 30.3150624 ], [ 120.2769524, 30.3148393 ], [ 120.2763296, 30.3147727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801501, 30.3150459 ], [ 120.2801601, 30.3151658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801601, 30.3151658 ], [ 120.2801501, 30.3150459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2621392, 30.3128738 ], [ 120.2624349, 30.3128713 ], [ 120.2636916, 30.3128609 ], [ 120.264309, 30.3128557 ], [ 120.2643482, 30.3128554 ], [ 120.2656289, 30.3128447 ], [ 120.2661259, 30.3128237 ], [ 120.266458, 30.3128222 ], [ 120.267248, 30.3128114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673583, 30.3129743 ], [ 120.267248, 30.3128114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2674145, 30.3128203 ], [ 120.2673583, 30.3129743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719152, 30.3129342 ], [ 120.2715814, 30.3129249 ], [ 120.2714502, 30.3129231 ], [ 120.2704883, 30.3129352 ], [ 120.270266, 30.312938 ], [ 120.2700729, 30.3129362 ], [ 120.2695791, 30.3129421 ], [ 120.2694269, 30.3129459 ], [ 120.269233, 30.3129467 ], [ 120.2690689, 30.3129464 ], [ 120.268643, 30.3129246 ], [ 120.2676199, 30.3129438 ], [ 120.2673583, 30.3129743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673583, 30.3129743 ], [ 120.266924, 30.3129742 ], [ 120.2664511, 30.3129794 ], [ 120.2660598, 30.3129882 ], [ 120.2657152, 30.3129947 ], [ 120.264705, 30.3130148 ], [ 120.2621432, 30.3130656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675985, 30.3166749 ], [ 120.2675693, 30.3158418 ], [ 120.2675234, 30.3146355 ], [ 120.2674633, 30.3140942 ], [ 120.2674227, 30.3137279 ], [ 120.2673583, 30.3129743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2673583, 30.3129743 ], [ 120.2674227, 30.3137279 ], [ 120.2674633, 30.3140942 ], [ 120.2675234, 30.3146355 ], [ 120.2675693, 30.3158418 ], [ 120.2675985, 30.3166749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618188, 30.3159685 ], [ 120.2630127, 30.3161113 ], [ 120.2655664, 30.3164167 ], [ 120.2660835, 30.3164786 ], [ 120.2663494, 30.3165104 ], [ 120.2675985, 30.3166749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675991, 30.3169195 ], [ 120.2660542, 30.3167308 ], [ 120.2655373, 30.3166677 ], [ 120.2639753, 30.3164769 ], [ 120.2637643, 30.3164511 ], [ 120.2617859, 30.3162095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675991, 30.3169195 ], [ 120.2675985, 30.3166749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚首南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030349, 30.3018763 ], [ 120.3030111, 30.3014084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下沙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030349, 30.3018763 ], [ 120.3026863, 30.3019658 ], [ 120.301573, 30.301882 ], [ 120.300356, 30.3017904 ], [ 120.2997297, 30.3017544 ], [ 120.2993309, 30.3017057 ], [ 120.2975356, 30.3015973 ], [ 120.2968322, 30.3015548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚首南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030349, 30.3018763 ], [ 120.3031353, 30.3021365 ], [ 120.303125, 30.3025284 ], [ 120.3031244, 30.3027356 ], [ 120.303124, 30.3029008 ], [ 120.3031117, 30.3032874 ], [ 120.3031004, 30.3036386 ], [ 120.3030891, 30.3038656 ], [ 120.3030244, 30.3040138 ], [ 120.302974, 30.3038762 ], [ 120.3029823, 30.3036421 ], [ 120.3029858, 30.3033423 ], [ 120.3029864, 30.3032901 ], [ 120.3029915, 30.3029097 ], [ 120.3029884, 30.3025435 ], [ 120.3029823, 30.3022074 ], [ 120.3029823, 30.302133 ], [ 120.3030349, 30.3018763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968322, 30.3015548 ], [ 120.2969148, 30.3017811 ], [ 120.2969543, 30.3022276 ], [ 120.2970191, 30.3029174 ], [ 120.2970754, 30.3035829 ], [ 120.2971135, 30.3040903 ], [ 120.2971438, 30.3043594 ], [ 120.2971713, 30.3046037 ], [ 120.297229, 30.3053154 ], [ 120.2973009, 30.3060381 ], [ 120.2973756, 30.3066975 ], [ 120.2974024, 30.3069067 ], [ 120.2974255, 30.3071591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2972483, 30.3071667 ], [ 120.2972298, 30.3068116 ], [ 120.297186, 30.3063884 ], [ 120.2971593, 30.3060481 ], [ 120.2971262, 30.3056563 ], [ 120.2970899, 30.3052893 ], [ 120.297044, 30.3048136 ], [ 120.2970141, 30.3044069 ], [ 120.2970102, 30.3043721 ], [ 120.2969989, 30.3042707 ], [ 120.2969735, 30.3040437 ], [ 120.2969511, 30.3037154 ], [ 120.2969191, 30.3033706 ], [ 120.296886, 30.3029197 ], [ 120.296839, 30.3024707 ], [ 120.2968037, 30.302088 ], [ 120.296777, 30.3017939 ], [ 120.2968322, 30.3015548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2972483, 30.3071667 ], [ 120.2974255, 30.3071591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974255, 30.3071591 ], [ 120.2974375, 30.3072935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2972576, 30.3073008 ], [ 120.2972483, 30.3071667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974375, 30.3072935 ], [ 120.2972576, 30.3073008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977905, 30.3129095 ], [ 120.2977708, 30.3125297 ], [ 120.2977229, 30.3120457 ], [ 120.2976714, 30.3115045 ], [ 120.2976395, 30.3109983 ], [ 120.2976039, 30.3105641 ], [ 120.2975463, 30.3100313 ], [ 120.2974948, 30.3095421 ], [ 120.2974334, 30.3090581 ], [ 120.2973886, 30.3086395 ], [ 120.2973671, 30.3084606 ], [ 120.2973313, 30.3081632 ], [ 120.2972886, 30.3076893 ], [ 120.2972608, 30.3073325 ], [ 120.2972576, 30.3073008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2907068, 30.3075001 ], [ 120.2892366, 30.3075236 ], [ 120.2885017, 30.3075353 ], [ 120.2882549, 30.3075393 ], [ 120.2879715, 30.3075438 ], [ 120.2857139, 30.3075936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2907068, 30.3075001 ], [ 120.2908027, 30.3087438 ], [ 120.2908431, 30.3099622 ], [ 120.2909332, 30.3117061 ], [ 120.2909949, 30.3128042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "八堡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909949, 30.3128042 ], [ 120.2909332, 30.3117061 ], [ 120.2908431, 30.3099622 ], [ 120.2908027, 30.3087438 ], [ 120.2907068, 30.3075001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2869548, 30.312738 ], [ 120.2905061, 30.3128046 ], [ 120.2909949, 30.3128042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2909949, 30.3128042 ], [ 120.2912927, 30.3128545 ], [ 120.291821, 30.3128513 ], [ 120.2958103, 30.3129034 ], [ 120.2977905, 30.3129095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977963, 30.3130669 ], [ 120.2957906, 30.3130474 ], [ 120.2918084, 30.3130245 ], [ 120.2910083, 30.3130201 ], [ 120.2902378, 30.3130157 ], [ 120.2870256, 30.3129975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878597, 30.3158611 ], [ 120.2882963, 30.3174984 ], [ 120.2884142, 30.3179546 ], [ 120.288454, 30.318149 ], [ 120.2885606, 30.3186705 ], [ 120.2888048, 30.3193579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2884305, 30.3192952 ], [ 120.2888048, 30.3193579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885609, 30.3195787 ], [ 120.2884305, 30.3192952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2888048, 30.3193579 ], [ 120.288799, 30.3195982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974375, 30.3072935 ], [ 120.2974415, 30.3075849 ], [ 120.2974954, 30.3082045 ], [ 120.2975188, 30.3085049 ], [ 120.2975709, 30.3090387 ], [ 120.2976071, 30.309444 ], [ 120.2976471, 30.3098807 ], [ 120.2977038, 30.3104401 ], [ 120.2977568, 30.3110653 ], [ 120.2978491, 30.3121257 ], [ 120.2979104, 30.3128689 ], [ 120.2979137, 30.312918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979137, 30.312918 ], [ 120.2981403, 30.3129356 ], [ 120.2985938, 30.3129503 ], [ 120.2992044, 30.3129386 ], [ 120.3005434, 30.312955 ], [ 120.301194, 30.3128876 ], [ 120.3014195, 30.3128617 ], [ 120.3017093, 30.3128517 ], [ 120.3019822, 30.3128236 ], [ 120.3045919, 30.3125899 ], [ 120.3059754, 30.3124513 ], [ 120.3064634, 30.3123977 ], [ 120.3068856, 30.3123601 ], [ 120.3079278, 30.3122647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3079522, 30.3123756 ], [ 120.306882, 30.3124662 ], [ 120.3066922, 30.3124857 ], [ 120.3064308, 30.3125091 ], [ 120.305947, 30.3125621 ], [ 120.3040612, 30.3127554 ], [ 120.3022604, 30.31294 ], [ 120.3019884, 30.3129604 ], [ 120.301272, 30.3130142 ], [ 120.3010781, 30.3130413 ], [ 120.3007052, 30.3130839 ], [ 120.3002891, 30.3130859 ], [ 120.2999583, 30.3130768 ], [ 120.2984136, 30.3130892 ], [ 120.2979216, 30.313062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977905, 30.3129095 ], [ 120.2978731, 30.3129148 ], [ 120.2979137, 30.312918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977963, 30.3130669 ], [ 120.2977905, 30.3129095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979137, 30.312918 ], [ 120.2979216, 30.313062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979216, 30.313062 ], [ 120.2977963, 30.3130669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982852, 30.3206161 ], [ 120.2982042, 30.3188568 ], [ 120.2981191, 30.3169756 ], [ 120.2980942, 30.3165132 ], [ 120.2980648, 30.3161371 ], [ 120.2977963, 30.3130669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979216, 30.313062 ], [ 120.2981299, 30.3154997 ], [ 120.2982186, 30.3165181 ], [ 120.2982618, 30.3174778 ], [ 120.29833, 30.318855 ], [ 120.2984111, 30.3206279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982852, 30.3206161 ], [ 120.2984111, 30.3206279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.28273, 30.3129844 ], [ 120.2828291, 30.3140427 ], [ 120.2829954, 30.3153409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828863, 30.3153433 ], [ 120.2825849, 30.3129826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2874922, 30.3157877 ], [ 120.2872494, 30.3148284 ], [ 120.286817, 30.3133384 ], [ 120.2867765, 30.313001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2870256, 30.3129975 ], [ 120.2873092, 30.3140611 ], [ 120.2878597, 30.3158611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828863, 30.3153433 ], [ 120.2829954, 30.3153409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828876, 30.3154504 ], [ 120.2828863, 30.3153433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829954, 30.3153409 ], [ 120.2829973, 30.3154603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829973, 30.3154603 ], [ 120.2828876, 30.3154504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829954, 30.3153409 ], [ 120.2841255, 30.3154532 ], [ 120.2874922, 30.3157877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2875337, 30.3159402 ], [ 120.287118, 30.3158928 ], [ 120.2856324, 30.3157369 ], [ 120.2829973, 30.3154603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3141835, 30.3171723 ], [ 120.3143291, 30.3171793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学林街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3143291, 30.3171793 ], [ 120.3141835, 30.3171723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松合路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085663, 30.3170646 ], [ 120.3085602, 30.3182533 ], [ 120.3085242, 30.3192223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松合路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085242, 30.3192223 ], [ 120.3085602, 30.3182533 ], [ 120.3085663, 30.3170646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3139232, 30.3193219 ], [ 120.3140583, 30.3187074 ], [ 120.3140991, 30.3183885 ], [ 120.3141312, 30.3181375 ], [ 120.3141367, 30.3176033 ], [ 120.3141835, 30.3171723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3143291, 30.3171793 ], [ 120.3143004, 30.318174 ], [ 120.314288, 30.3183924 ], [ 120.3142825, 30.318488 ], [ 120.3140931, 30.3193403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.308522, 30.3192809 ], [ 120.3079216, 30.3192808 ], [ 120.3066487, 30.3192461 ], [ 120.3054362, 30.3191602 ], [ 120.304698, 30.3190578 ], [ 120.3049779, 30.3190423 ], [ 120.306142, 30.3191713 ], [ 120.3085242, 30.3192223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松合路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085242, 30.3192223 ], [ 120.308522, 30.3192809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松合路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.308522, 30.3192809 ], [ 120.3085242, 30.3192223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085242, 30.3192223 ], [ 120.3104143, 30.3192628 ], [ 120.3122675, 30.3192595 ], [ 120.3133598, 30.3193026 ], [ 120.3137748, 30.3193308 ], [ 120.3139232, 30.3193219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.288799, 30.3195982 ], [ 120.2885609, 30.3195787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2888048, 30.3193579 ], [ 120.2893698, 30.3194464 ], [ 120.289512, 30.3194772 ], [ 120.2900066, 30.319544 ], [ 120.2905599, 30.3196303 ], [ 120.291586, 30.3197902 ], [ 120.2920111, 30.3198513 ], [ 120.2945635, 30.3201974 ], [ 120.296395, 30.320444 ], [ 120.2976739, 30.3205604 ], [ 120.2982852, 30.3206161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2886873, 30.3205912 ], [ 120.2886449, 30.3204423 ], [ 120.2886301, 30.3201643 ], [ 120.2885895, 30.3197314 ], [ 120.2885609, 30.3195787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.288799, 30.3195982 ], [ 120.2888243, 30.3199197 ], [ 120.2888553, 30.3201583 ], [ 120.288818, 30.3203379 ], [ 120.2887653, 30.3204737 ], [ 120.2886873, 30.3205912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982851, 30.3208576 ], [ 120.297719, 30.3208171 ], [ 120.2976452, 30.3208118 ], [ 120.2966796, 30.3207251 ], [ 120.2942635, 30.3204001 ], [ 120.2915817, 30.3200146 ], [ 120.2911429, 30.3199574 ], [ 120.2903732, 30.3198413 ], [ 120.2903214, 30.3198335 ], [ 120.2899096, 30.3197724 ], [ 120.2894583, 30.3197081 ], [ 120.288799, 30.3195982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2886786, 30.3218883 ], [ 120.2886946, 30.3217948 ], [ 120.2887311, 30.321658 ], [ 120.2887479, 30.3215503 ], [ 120.2887579, 30.3214104 ], [ 120.2887206, 30.3208094 ], [ 120.2886873, 30.3205912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2886873, 30.3205912 ], [ 120.2887206, 30.3208094 ], [ 120.2887579, 30.3214104 ], [ 120.2887479, 30.3215503 ], [ 120.2887311, 30.321658 ], [ 120.2886946, 30.3217948 ], [ 120.2886786, 30.3218883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878918, 30.3216523 ], [ 120.2880287, 30.3217122 ], [ 120.2883541, 30.3218303 ], [ 120.2886786, 30.3218883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2886743, 30.3219906 ], [ 120.2882173, 30.3218873 ], [ 120.2878401, 30.3217407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2886743, 30.3219906 ], [ 120.2886786, 30.3218883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3139232, 30.3193219 ], [ 120.3140931, 30.3193403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3139072, 30.3193949 ], [ 120.3137422, 30.3193869 ], [ 120.3133393, 30.3193751 ], [ 120.3122675, 30.3193376 ], [ 120.3107211, 30.3193025 ], [ 120.3104153, 30.3193023 ], [ 120.308522, 30.3192809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3139072, 30.3193949 ], [ 120.3139232, 30.3193219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3140931, 30.3193403 ], [ 120.3140787, 30.3194051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3140787, 30.3194051 ], [ 120.3139072, 30.3193949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "规划支路五" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084878, 30.3220058 ], [ 120.308522, 30.3192809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "规划支路五" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.308522, 30.3192809 ], [ 120.3084878, 30.3220058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136586, 30.3222196 ], [ 120.3136605, 30.322155 ], [ 120.3136827, 30.3213777 ], [ 120.3136984, 30.3208256 ], [ 120.3137135, 30.3202953 ], [ 120.3137599, 30.3199856 ], [ 120.313793, 30.3198533 ], [ 120.3138342, 30.3196916 ], [ 120.3138868, 30.3194795 ], [ 120.3139072, 30.3193949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3140787, 30.3194051 ], [ 120.3140246, 30.3196279 ], [ 120.31402, 30.3196792 ], [ 120.3139658, 30.3198733 ], [ 120.3138839, 30.320208 ], [ 120.3138609, 30.3204208 ], [ 120.313824, 30.3207627 ], [ 120.313824, 30.3219314 ], [ 120.313824, 30.3222237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3040264, 30.3214594 ], [ 120.3053131, 30.3217185 ], [ 120.3063903, 30.3218979 ], [ 120.3075006, 30.3220269 ], [ 120.308016, 30.3220746 ], [ 120.308235, 30.3220949 ], [ 120.3085771, 30.3221175 ], [ 120.3098352, 30.3221688 ], [ 120.3129116, 30.3222261 ], [ 120.3129791, 30.3222236 ], [ 120.3134606, 30.3222236 ], [ 120.3136586, 30.3222196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3137193, 30.3224753 ], [ 120.31348, 30.322471 ], [ 120.3131357, 30.3224647 ], [ 120.3129409, 30.3224615 ], [ 120.3101128, 30.3224099 ], [ 120.3086838, 30.3223494 ], [ 120.3075695, 30.322265 ], [ 120.3071428, 30.3222327 ], [ 120.3059221, 30.3220681 ], [ 120.3039666, 30.3216908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136586, 30.3222196 ], [ 120.313824, 30.3222237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3137193, 30.3224753 ], [ 120.3136586, 30.3222196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.313824, 30.3222237 ], [ 120.3137193, 30.3224753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3137193, 30.3224753 ], [ 120.3136865, 30.3228691 ], [ 120.3136802, 30.3234225 ], [ 120.3137171, 30.3239352 ], [ 120.3137337, 30.3241546 ], [ 120.313742, 30.3242821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.313742, 30.3242821 ], [ 120.3137337, 30.3241546 ], [ 120.3137171, 30.3239352 ], [ 120.3136802, 30.3234225 ], [ 120.3136865, 30.3228691 ], [ 120.3137193, 30.3224753 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "金乔街", "松乔街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3134517, 30.3273114 ], [ 120.313135, 30.3273144 ], [ 120.3081185, 30.3272304 ], [ 120.3079565, 30.3269294 ], [ 120.3079472, 30.3265948 ], [ 120.3079845, 30.3263005 ], [ 120.308106, 30.3260103 ], [ 120.3083395, 30.3256999 ], [ 120.3085823, 30.3255104 ], [ 120.3088905, 30.3253734 ], [ 120.309605, 30.3251275 ], [ 120.3103616, 30.3249018 ], [ 120.311487, 30.3246397 ], [ 120.312407, 30.3244584 ], [ 120.3128644, 30.3243904 ], [ 120.3134743, 30.3243151 ], [ 120.313742, 30.3242821 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "金乔街", "松乔街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.313742, 30.3242821 ], [ 120.3134743, 30.3243151 ], [ 120.3128644, 30.3243904 ], [ 120.312407, 30.3244584 ], [ 120.311487, 30.3246397 ], [ 120.3103616, 30.3249018 ], [ 120.309605, 30.3251275 ], [ 120.3088905, 30.3253734 ], [ 120.3085823, 30.3255104 ], [ 120.3083395, 30.3256999 ], [ 120.308106, 30.3260103 ], [ 120.3079845, 30.3263005 ], [ 120.3079472, 30.3265948 ], [ 120.3079565, 30.3269294 ], [ 120.3081185, 30.3272304 ], [ 120.313135, 30.3273144 ], [ 120.3134517, 30.3273114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.313742, 30.3242821 ], [ 120.3137803, 30.324572 ], [ 120.3138537, 30.3251598 ], [ 120.3138908, 30.325531 ], [ 120.3139244, 30.3258174 ], [ 120.3139288, 30.3261779 ], [ 120.3139174, 30.326338 ], [ 120.3138467, 30.3273327 ], [ 120.3137939, 30.3286684 ], [ 120.3137755, 30.3290202 ], [ 120.3137621, 30.3293231 ], [ 120.3136633, 30.3315615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136633, 30.3315615 ], [ 120.3137621, 30.3293231 ], [ 120.3137755, 30.3290202 ], [ 120.3137939, 30.3286684 ], [ 120.3138467, 30.3273327 ], [ 120.3139174, 30.326338 ], [ 120.3139288, 30.3261779 ], [ 120.3139244, 30.3258174 ], [ 120.3138908, 30.325531 ], [ 120.3138537, 30.3251598 ], [ 120.3137803, 30.324572 ], [ 120.313742, 30.3242821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2886786, 30.3218883 ], [ 120.2886743, 30.3219906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2886743, 30.3219906 ], [ 120.288631, 30.3223634 ], [ 120.2885952, 30.3232373 ], [ 120.2884961, 30.324194 ], [ 120.2884097, 30.3250791 ], [ 120.2884389, 30.3253068 ], [ 120.2885177, 30.3255196 ], [ 120.2885342, 30.3257109 ], [ 120.2885015, 30.3266172 ], [ 120.2885053, 30.3271255 ], [ 120.2884819, 30.3273844 ], [ 120.2885158, 30.3276491 ], [ 120.2885733, 30.3279983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885733, 30.3279983 ], [ 120.2885158, 30.3276491 ], [ 120.2884819, 30.3273844 ], [ 120.2885053, 30.3271255 ], [ 120.2885015, 30.3266172 ], [ 120.2885342, 30.3257109 ], [ 120.2885177, 30.3255196 ], [ 120.2884389, 30.3253068 ], [ 120.2884097, 30.3250791 ], [ 120.2884961, 30.324194 ], [ 120.2885952, 30.3232373 ], [ 120.288631, 30.3223634 ], [ 120.2886743, 30.3219906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885733, 30.3279983 ], [ 120.2885896, 30.3282162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885896, 30.3282162 ], [ 120.2885733, 30.3279983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894086, 30.3311265 ], [ 120.2892401, 30.3306098 ], [ 120.2890445, 30.3299902 ], [ 120.288888, 30.3294747 ], [ 120.2886742, 30.3286775 ], [ 120.2885896, 30.3282162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885896, 30.3282162 ], [ 120.2886742, 30.3286775 ], [ 120.288888, 30.3294747 ], [ 120.2890445, 30.3299902 ], [ 120.2892401, 30.3306098 ], [ 120.2894086, 30.3311265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.289445, 30.3312379 ], [ 120.2894086, 30.3311265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2894086, 30.3311265 ], [ 120.289445, 30.3312379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.286724, 30.3315478 ], [ 120.2894086, 30.3311265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜桑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854691, 30.3267487 ], [ 120.2839359, 30.3270678 ], [ 120.2833725, 30.3271717 ], [ 120.2828277, 30.3273129 ], [ 120.2821767, 30.3274855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜桑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821767, 30.3274855 ], [ 120.2828277, 30.3273129 ], [ 120.2833725, 30.3271717 ], [ 120.2839359, 30.3270678 ], [ 120.2854691, 30.3267487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856878, 30.3267766 ], [ 120.2858158, 30.3271889 ], [ 120.2859342, 30.327706 ], [ 120.2860819, 30.3283104 ], [ 120.286103, 30.3284138 ], [ 120.286115, 30.3284729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859027, 30.3285116 ], [ 120.2858988, 30.3284517 ], [ 120.2858914, 30.3283365 ], [ 120.2857917, 30.3278563 ], [ 120.2857012, 30.3274206 ], [ 120.2856111, 30.3271139 ], [ 120.2854691, 30.3267487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.286115, 30.3284729 ], [ 120.2885733, 30.3279983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821767, 30.3274855 ], [ 120.2823127, 30.3277896 ], [ 120.2825579, 30.3283982 ], [ 120.2828404, 30.3291087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826357, 30.3291541 ], [ 120.2825267, 30.3288936 ], [ 120.282024, 30.3275542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885896, 30.3282162 ], [ 120.2861582, 30.3286845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859027, 30.3285116 ], [ 120.286115, 30.3284729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.286115, 30.3284729 ], [ 120.2861582, 30.3286845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719152, 30.3129342 ], [ 120.2719192, 30.3127784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "九沙大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2760152, 30.3129102 ], [ 120.2758618, 30.3129034 ], [ 120.2757159, 30.3129057 ], [ 120.2739654, 30.3129338 ], [ 120.2735063, 30.3129339 ], [ 120.2732187, 30.3129339 ], [ 120.2719152, 30.3129342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2761986, 30.3146644 ], [ 120.276179, 30.3145116 ], [ 120.2761389, 30.3142089 ], [ 120.2760934, 30.313944 ], [ 120.2760819, 30.3138773 ], [ 120.2760708, 30.3137687 ], [ 120.2759686, 30.3130203 ], [ 120.2760152, 30.3129102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2760152, 30.3129102 ], [ 120.2760756, 30.3130202 ], [ 120.2760975, 30.3131214 ], [ 120.2763266, 30.314665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2762132, 30.3147604 ], [ 120.2761986, 30.3146644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723912, 30.3172752 ], [ 120.2723709, 30.3170693 ], [ 120.2723098, 30.3164489 ], [ 120.2722794, 30.3161406 ], [ 120.2722712, 30.3160578 ], [ 120.2722151, 30.3154883 ], [ 120.2721252, 30.314724 ], [ 120.2721029, 30.3145445 ], [ 120.2720583, 30.3141617 ], [ 120.2720187, 30.3138641 ], [ 120.2719272, 30.3131278 ], [ 120.2719215, 30.3130362 ], [ 120.2719152, 30.3129342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719152, 30.3129342 ], [ 120.2719215, 30.3130362 ], [ 120.2719272, 30.3131278 ], [ 120.2720187, 30.3138641 ], [ 120.2720583, 30.3141617 ], [ 120.2721029, 30.3145445 ], [ 120.2721252, 30.314724 ], [ 120.2722151, 30.3154883 ], [ 120.2722712, 30.3160578 ], [ 120.2722794, 30.3161406 ], [ 120.2723098, 30.3164489 ], [ 120.2723709, 30.3170693 ], [ 120.2723912, 30.3172752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724136, 30.3175267 ], [ 120.2721457, 30.3174872 ], [ 120.2699793, 30.3172135 ], [ 120.2692677, 30.3171256 ], [ 120.2675991, 30.3169195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723912, 30.3172752 ], [ 120.2724136, 30.3175267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724136, 30.3175267 ], [ 120.2723912, 30.3172752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801501, 30.3150459 ], [ 120.2828863, 30.3153433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828876, 30.3154504 ], [ 120.2820057, 30.3153626 ], [ 120.2801601, 30.3151658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766228, 30.31779 ], [ 120.2764793, 30.3166337 ], [ 120.2762536, 30.3150097 ], [ 120.2762132, 30.3147604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763296, 30.3147727 ], [ 120.2763584, 30.3149991 ], [ 120.2765115, 30.3160843 ], [ 120.2767299, 30.3175998 ], [ 120.276793, 30.317811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804433, 30.3182554 ], [ 120.2802787, 30.3164593 ], [ 120.2801601, 30.3151658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801601, 30.3151658 ], [ 120.2802787, 30.3164593 ], [ 120.2804433, 30.3182554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766228, 30.31779 ], [ 120.276793, 30.317811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766595, 30.3180317 ], [ 120.2766228, 30.31779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2768109, 30.3180501 ], [ 120.276793, 30.317811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276793, 30.317811 ], [ 120.2768109, 30.3180501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2874922, 30.3157877 ], [ 120.2878597, 30.3158611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2875337, 30.3159402 ], [ 120.2874922, 30.3157877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "商贸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878597, 30.3158611 ], [ 120.2875337, 30.3159402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2831928, 30.3185653 ], [ 120.283049, 30.3174557 ], [ 120.2829148, 30.3167402 ], [ 120.2829123, 30.3163281 ], [ 120.2828876, 30.3154504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829973, 30.3154603 ], [ 120.2830222, 30.3160641 ], [ 120.2830571, 30.3166059 ], [ 120.2831215, 30.3172681 ], [ 120.2833234, 30.31858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2884305, 30.3192952 ], [ 120.2881756, 30.3183682 ], [ 120.2879754, 30.3175623 ], [ 120.2875337, 30.3159402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2831928, 30.3185653 ], [ 120.2833234, 30.31858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2832505, 30.3188666 ], [ 120.2807586, 30.318529 ], [ 120.2804383, 30.3184857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2832505, 30.3188666 ], [ 120.2831928, 30.3185653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833234, 30.31858 ], [ 120.2833719, 30.318883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675985, 30.3166749 ], [ 120.2675991, 30.3169195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675985, 30.3166749 ], [ 120.2682511, 30.3167556 ], [ 120.2709891, 30.317094 ], [ 120.2712747, 30.3171293 ], [ 120.2723912, 30.3172752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675991, 30.3169195 ], [ 120.2676033, 30.3170702 ], [ 120.2676049, 30.3171267 ], [ 120.2676191, 30.3176032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676191, 30.3176032 ], [ 120.2676049, 30.3171267 ], [ 120.2676033, 30.3170702 ], [ 120.2675991, 30.3169195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617859, 30.3162095 ], [ 120.2617617, 30.316408 ], [ 120.2617368, 30.3168135 ], [ 120.261733, 30.3168428 ], [ 120.261662, 30.3175747 ], [ 120.2615994, 30.3181407 ], [ 120.2615958, 30.3183684 ], [ 120.2616829, 30.3187869 ], [ 120.2617876, 30.3190731 ], [ 120.2619601, 30.3193833 ], [ 120.26213, 30.3195984 ], [ 120.2621866, 30.3196712 ], [ 120.2623486, 30.3198157 ], [ 120.2625691, 30.3199756 ], [ 120.2633291, 30.3204552 ], [ 120.2643024, 30.3210784 ], [ 120.2651148, 30.3215427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663524, 30.3225058 ], [ 120.265417, 30.321851 ], [ 120.2651246, 30.3216594 ], [ 120.2650771, 30.3216243 ], [ 120.2649139, 30.3215378 ], [ 120.2644292, 30.3212635 ], [ 120.263407, 30.3206326 ], [ 120.2624637, 30.3200534 ], [ 120.2620185, 30.3196611 ], [ 120.2616161, 30.3190429 ], [ 120.2614472, 30.318453 ], [ 120.2614416, 30.3183634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651148, 30.3215427 ], [ 120.2651661, 30.3216039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651661, 30.3216039 ], [ 120.2651148, 30.3215427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651661, 30.3216039 ], [ 120.2654912, 30.3218009 ], [ 120.2659159, 30.3221021 ], [ 120.2664183, 30.322419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664183, 30.322419 ], [ 120.2665422, 30.3224929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276793, 30.317811 ], [ 120.2771982, 30.3178623 ], [ 120.2804433, 30.3182554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2768109, 30.3180501 ], [ 120.2766595, 30.3180317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2768372, 30.3182789 ], [ 120.2768109, 30.3180501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2768109, 30.3180501 ], [ 120.2768372, 30.3182789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804383, 30.3184857 ], [ 120.2768109, 30.3180501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804433, 30.3182554 ], [ 120.2807589, 30.318291 ], [ 120.2831928, 30.3185653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781348, 30.3214698 ], [ 120.2777183, 30.3208707 ], [ 120.2772752, 30.3200846 ], [ 120.2770313, 30.3195161 ], [ 120.276801, 30.3188846 ], [ 120.276779, 30.3187387 ], [ 120.2766949, 30.3182954 ], [ 120.2766926, 30.3182832 ], [ 120.2766595, 30.3180317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806994, 30.3211587 ], [ 120.2805059, 30.319315 ], [ 120.2804778, 30.3191196 ], [ 120.2804567, 30.3187439 ], [ 120.2804561, 30.3186859 ], [ 120.2804383, 30.3184857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804383, 30.3184857 ], [ 120.2804561, 30.3186859 ], [ 120.2804567, 30.3187439 ], [ 120.2804778, 30.3191196 ], [ 120.2805059, 30.319315 ], [ 120.2806994, 30.3211587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2768372, 30.3182789 ], [ 120.2769503, 30.3187663 ], [ 120.2769861, 30.3189082 ], [ 120.277156, 30.3194637 ], [ 120.2774029, 30.3200146 ], [ 120.2777878, 30.3206914 ], [ 120.2783164, 30.3214466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833719, 30.318883 ], [ 120.2832505, 30.3188666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833234, 30.31858 ], [ 120.2836711, 30.3186309 ], [ 120.2849452, 30.3188399 ], [ 120.2859615, 30.3190051 ], [ 120.2871259, 30.3191859 ], [ 120.2884305, 30.3192952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885609, 30.3195787 ], [ 120.2882414, 30.3195403 ], [ 120.287187, 30.3194137 ], [ 120.2833719, 30.318883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2836671, 30.3207952 ], [ 120.2833891, 30.3195392 ], [ 120.2833003, 30.3191058 ], [ 120.2832505, 30.3188666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833719, 30.318883 ], [ 120.2834197, 30.3191126 ], [ 120.2835121, 30.3195561 ], [ 120.2837682, 30.3207857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2836671, 30.3207952 ], [ 120.2837682, 30.3207857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2837682, 30.3207857 ], [ 120.283791, 30.3209077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2836887, 30.3209281 ], [ 120.2836671, 30.3207952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.283791, 30.3209077 ], [ 120.2836887, 30.3209281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806994, 30.3211587 ], [ 120.2836671, 30.3207952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723912, 30.3172752 ], [ 120.2726194, 30.317303 ], [ 120.2750301, 30.3175963 ], [ 120.2766228, 30.31779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766595, 30.3180317 ], [ 120.2724136, 30.3175267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724136, 30.3175267 ], [ 120.272422, 30.317727 ], [ 120.272466, 30.3181647 ], [ 120.2724971, 30.3183172 ], [ 120.2726049, 30.3190252 ], [ 120.2726565, 30.3195138 ], [ 120.2726878, 30.3197603 ], [ 120.2727105, 30.3199392 ], [ 120.2727746, 30.3202339 ], [ 120.2729139, 30.3206819 ], [ 120.272962, 30.3208051 ], [ 120.2731584, 30.3213078 ], [ 120.273553, 30.3219914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273553, 30.3219914 ], [ 120.2731584, 30.3213078 ], [ 120.272962, 30.3208051 ], [ 120.2729139, 30.3206819 ], [ 120.2727746, 30.3202339 ], [ 120.2727105, 30.3199392 ], [ 120.2726878, 30.3197603 ], [ 120.2726565, 30.3195138 ], [ 120.2726049, 30.3190252 ], [ 120.2724971, 30.3183172 ], [ 120.272466, 30.3181647 ], [ 120.272422, 30.317727 ], [ 120.2724136, 30.3175267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273553, 30.3219914 ], [ 120.2743252, 30.3219073 ], [ 120.274949, 30.3218394 ], [ 120.2757942, 30.321726 ], [ 120.2781348, 30.3214698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758004, 30.3218348 ], [ 120.2736188, 30.3221073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273553, 30.3219914 ], [ 120.2736188, 30.3221073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736188, 30.3221073 ], [ 120.273553, 30.3219914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747254, 30.323364 ], [ 120.2754979, 30.322514 ], [ 120.275728, 30.3221878 ], [ 120.2758004, 30.3218348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758004, 30.3218348 ], [ 120.275728, 30.3221878 ], [ 120.2754979, 30.322514 ], [ 120.2747254, 30.323364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2836887, 30.3209281 ], [ 120.2818791, 30.3211298 ], [ 120.2807097, 30.3212601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2837682, 30.3207857 ], [ 120.2849703, 30.3206718 ], [ 120.2852765, 30.3206581 ], [ 120.285603, 30.3206725 ], [ 120.2860199, 30.3207311 ], [ 120.2864051, 30.3208334 ], [ 120.2867697, 30.3209877 ], [ 120.2871611, 30.3211994 ], [ 120.2874676, 30.3213947 ], [ 120.2877033, 30.3215535 ], [ 120.2878918, 30.3216523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878401, 30.3217407 ], [ 120.2875185, 30.3215644 ], [ 120.2874911, 30.3215494 ], [ 120.2870479, 30.3212523 ], [ 120.2866753, 30.3210528 ], [ 120.2864436, 30.3209486 ], [ 120.2862038, 30.3208725 ], [ 120.2856984, 30.3207653 ], [ 120.2853006, 30.3207531 ], [ 120.2849134, 30.3207636 ], [ 120.283791, 30.3209077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878918, 30.3216523 ], [ 120.2878401, 30.3217407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.283791, 30.3209077 ], [ 120.2839931, 30.3216146 ], [ 120.2840412, 30.3217829 ], [ 120.2843196, 30.3227651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841885, 30.3227921 ], [ 120.2839912, 30.3220689 ], [ 120.2836887, 30.3209281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841885, 30.3227921 ], [ 120.2843196, 30.3227651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2843196, 30.3227651 ], [ 120.2841885, 30.3227921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798311, 30.3234583 ], [ 120.2814299, 30.3232015 ], [ 120.2823725, 30.3230644 ], [ 120.2831396, 30.3229504 ], [ 120.2841885, 30.3227921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841885, 30.3227921 ], [ 120.2831396, 30.3229504 ], [ 120.2823725, 30.3230644 ], [ 120.2814299, 30.3232015 ], [ 120.2798311, 30.3234583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806994, 30.3211587 ], [ 120.2807097, 30.3212601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仁爱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807097, 30.3212601 ], [ 120.2806994, 30.3211587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783164, 30.3214466 ], [ 120.2789644, 30.3213683 ], [ 120.2806994, 30.3211587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807097, 30.3212601 ], [ 120.2783922, 30.3215511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781348, 30.3214698 ], [ 120.2783164, 30.3214466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783164, 30.3214466 ], [ 120.2783922, 30.3215511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782042, 30.3215732 ], [ 120.2781348, 30.3214698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783922, 30.3215511 ], [ 120.2782042, 30.3215732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782042, 30.3215732 ], [ 120.2772968, 30.321678 ], [ 120.2763136, 30.3217916 ], [ 120.2758004, 30.3218348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783922, 30.3215511 ], [ 120.2798311, 30.3234583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747254, 30.323364 ], [ 120.2744061, 30.3230721 ], [ 120.2740668, 30.3226726 ], [ 120.2736188, 30.3221073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736188, 30.3221073 ], [ 120.2740668, 30.3226726 ], [ 120.2744061, 30.3230721 ], [ 120.2747254, 30.323364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269871, 30.3244485 ], [ 120.270364, 30.3236171 ], [ 120.2706185, 30.3232507 ], [ 120.2709258, 30.3229018 ], [ 120.2710575, 30.3227979 ], [ 120.2712288, 30.3226628 ], [ 120.2715643, 30.3224623 ], [ 120.2719718, 30.3222612 ], [ 120.2724677, 30.3221193 ], [ 120.2727479, 30.3220852 ], [ 120.2729494, 30.3220606 ], [ 120.273553, 30.3219914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736188, 30.3221073 ], [ 120.2727354, 30.3221951 ], [ 120.2723682, 30.3222408 ], [ 120.2720089, 30.3223704 ], [ 120.2717629, 30.3224761 ], [ 120.2715121, 30.3226234 ], [ 120.2712971, 30.3227883 ], [ 120.2711723, 30.3228856 ], [ 120.2710495, 30.3229813 ], [ 120.2707751, 30.3232483 ], [ 120.2704966, 30.323638 ], [ 120.2699638, 30.324495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747254, 30.323364 ], [ 120.2748266, 30.3234565 ], [ 120.2752055, 30.323741 ], [ 120.275558, 30.3240057 ], [ 120.2762576, 30.324531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2762576, 30.324531 ], [ 120.275558, 30.3240057 ], [ 120.2752055, 30.323741 ], [ 120.2748266, 30.3234565 ], [ 120.2747254, 30.323364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720647, 30.3254405 ], [ 120.2732776, 30.3244939 ], [ 120.2747254, 30.323364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747254, 30.323364 ], [ 120.2732776, 30.3244939 ], [ 120.2720647, 30.3254405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2709215, 30.3251545 ], [ 120.2700954, 30.3246674 ], [ 120.2699025, 30.3246052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699638, 30.324495 ], [ 120.2702652, 30.3244629 ], [ 120.2720647, 30.3254405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2511514, 30.3128371 ], [ 120.251251, 30.3126046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.251251, 30.3126046 ], [ 120.2511514, 30.3128371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2467106, 30.3105439 ], [ 120.2466229, 30.3107548 ], [ 120.2464744, 30.3111683 ], [ 120.246175, 30.312175 ], [ 120.2460214, 30.3126914 ], [ 120.2459719, 30.3130536 ], [ 120.2459133, 30.3135338 ], [ 120.2459056, 30.3140523 ], [ 120.2459047, 30.31411 ], [ 120.2459164, 30.3153003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2457694, 30.3152783 ], [ 120.245772, 30.3141446 ], [ 120.2457726, 30.31386 ], [ 120.2457668, 30.3134519 ], [ 120.2458297, 30.3129575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503326, 30.3158928 ], [ 120.2509652, 30.3134483 ], [ 120.2510818, 30.3130151 ], [ 120.2511514, 30.3128371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2511514, 30.3128371 ], [ 120.2510818, 30.3130151 ], [ 120.2509652, 30.3134483 ], [ 120.2503326, 30.3158928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2457694, 30.3152783 ], [ 120.2459164, 30.3153003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459164, 30.3153003 ], [ 120.2457694, 30.3152783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459164, 30.3153003 ], [ 120.2468479, 30.3153078 ], [ 120.2469465, 30.3153079 ], [ 120.2472657, 30.3153081 ], [ 120.2475904, 30.3153084 ], [ 120.2481647, 30.3153217 ], [ 120.2483197, 30.3153482 ], [ 120.2486846, 30.3154106 ], [ 120.2490842, 30.3155154 ], [ 120.2496069, 30.3156805 ], [ 120.2503326, 30.3158928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503326, 30.3158928 ], [ 120.2496069, 30.3156805 ], [ 120.2490842, 30.3155154 ], [ 120.2486846, 30.3154106 ], [ 120.2483197, 30.3153482 ], [ 120.2481647, 30.3153217 ], [ 120.2475904, 30.3153084 ], [ 120.2472657, 30.3153081 ], [ 120.2469465, 30.3153079 ], [ 120.2468479, 30.3153078 ], [ 120.2459164, 30.3153003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.261959, 30.3129605 ], [ 120.26196, 30.3128895 ], [ 120.2619171, 30.311511 ], [ 120.2618849, 30.3104333 ], [ 120.2618848, 30.3102756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蚕宝街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.261959, 30.3129605 ], [ 120.2592265, 30.3129217 ], [ 120.2583589, 30.3129044 ], [ 120.2563398, 30.3128876 ], [ 120.2558258, 30.3128353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蚕宝街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558258, 30.3128353 ], [ 120.2563398, 30.3128876 ], [ 120.2583589, 30.3129044 ], [ 120.2592265, 30.3129217 ], [ 120.261959, 30.3129605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.261959, 30.3129605 ], [ 120.2621392, 30.3128738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2621392, 30.3128738 ], [ 120.2621432, 30.3130656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2621432, 30.3130656 ], [ 120.261959, 30.3129605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616982, 30.3159528 ], [ 120.261702, 30.3159275 ], [ 120.2619196, 30.3145023 ], [ 120.261941, 30.3143621 ], [ 120.2619571, 30.3142569 ], [ 120.2619839, 30.3138401 ], [ 120.261958, 30.3130256 ], [ 120.261959, 30.3129605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2621432, 30.3130656 ], [ 120.2621103, 30.3140444 ], [ 120.262109, 30.3140843 ], [ 120.2620955, 30.3144937 ], [ 120.261987, 30.3152039 ], [ 120.2618188, 30.3159685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551862, 30.3145858 ], [ 120.2561076, 30.3149382 ], [ 120.2568185, 30.3151575 ], [ 120.2575164, 30.3153392 ], [ 120.2576344, 30.3153616 ], [ 120.2585701, 30.3155394 ], [ 120.2592951, 30.3156466 ], [ 120.2602816, 30.315769 ], [ 120.2616982, 30.3159528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616687, 30.3161952 ], [ 120.2609821, 30.3161115 ], [ 120.2586504, 30.3158272 ], [ 120.2581648, 30.3157241 ], [ 120.2575474, 30.3155931 ], [ 120.2569052, 30.3154456 ], [ 120.2561322, 30.315238 ], [ 120.2550739, 30.3148409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550739, 30.3148409 ], [ 120.25323, 30.3139209 ], [ 120.2511514, 30.3128371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550717, 30.3145316 ], [ 120.2551862, 30.3145858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550739, 30.3148409 ], [ 120.2550717, 30.3145316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551862, 30.3145858 ], [ 120.2550739, 30.3148409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550739, 30.3148409 ], [ 120.2551862, 30.3145858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541422, 30.3171069 ], [ 120.2543338, 30.3166123 ], [ 120.2548049, 30.3153963 ], [ 120.2549663, 30.3149799 ], [ 120.2550739, 30.3148409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2550739, 30.3148409 ], [ 120.2549663, 30.3149799 ], [ 120.2548049, 30.3153963 ], [ 120.2543338, 30.3166123 ], [ 120.2541422, 30.3171069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541422, 30.3171069 ], [ 120.2503326, 30.3158928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503326, 30.3158928 ], [ 120.2541422, 30.3171069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582965, 30.317987 ], [ 120.2571387, 30.3178487 ], [ 120.2566804, 30.3177939 ], [ 120.2565904, 30.3177841 ], [ 120.2563566, 30.3177588 ], [ 120.2559975, 30.3176747 ], [ 120.25537, 30.3174864 ], [ 120.2548768, 30.317334 ], [ 120.2541422, 30.3171069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616982, 30.3159528 ], [ 120.2618188, 30.3159685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616687, 30.3161952 ], [ 120.2616982, 30.3159528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2618188, 30.3159685 ], [ 120.2617859, 30.3162095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617859, 30.3162095 ], [ 120.2616687, 30.3161952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2614416, 30.3183634 ], [ 120.2614285, 30.3181534 ], [ 120.2615008, 30.3174775 ], [ 120.2615686, 30.3170353 ], [ 120.2615917, 30.3168413 ], [ 120.2616429, 30.3164117 ], [ 120.2616451, 30.316393 ], [ 120.2616687, 30.3161952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582965, 30.317987 ], [ 120.2592889, 30.3180983 ], [ 120.2593858, 30.3181075 ], [ 120.2609969, 30.3183256 ], [ 120.2614416, 30.3183634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2614416, 30.3183634 ], [ 120.2609969, 30.3183256 ], [ 120.2593858, 30.3181075 ], [ 120.2592889, 30.3180983 ], [ 120.2582965, 30.317987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2577245, 30.3201661 ], [ 120.2579119, 30.3197531 ], [ 120.257931, 30.319711 ], [ 120.25802, 30.3194797 ], [ 120.2581235, 30.3192107 ], [ 120.2581639, 30.31898 ], [ 120.2582477, 30.3185008 ], [ 120.2582965, 30.317987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2582965, 30.317987 ], [ 120.2582477, 30.3185008 ], [ 120.2581639, 30.31898 ], [ 120.2581235, 30.3192107 ], [ 120.25802, 30.3194797 ], [ 120.257931, 30.319711 ], [ 120.2579119, 30.3197531 ], [ 120.2577245, 30.3201661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2577245, 30.3201661 ], [ 120.2572566, 30.3207578 ], [ 120.2568587, 30.3212009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541422, 30.3171069 ], [ 120.2548768, 30.317334 ], [ 120.25537, 30.3174864 ], [ 120.2559975, 30.3176747 ], [ 120.2563566, 30.3177588 ], [ 120.2565904, 30.3177841 ], [ 120.2566804, 30.3177939 ], [ 120.2571387, 30.3178487 ], [ 120.2582965, 30.317987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2541422, 30.3171069 ], [ 120.253813, 30.3179993 ], [ 120.2536793, 30.3183616 ], [ 120.2535018, 30.3188429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535018, 30.3188429 ], [ 120.2536793, 30.3183616 ], [ 120.253813, 30.3179993 ], [ 120.2541422, 30.3171069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535018, 30.3188429 ], [ 120.2534296, 30.318924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534296, 30.318924 ], [ 120.2535018, 30.3188429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534296, 30.318924 ], [ 120.2525962, 30.319688 ], [ 120.2517019, 30.3204083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2517019, 30.3204083 ], [ 120.2525962, 30.319688 ], [ 120.2534296, 30.318924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535018, 30.3188429 ], [ 120.2568587, 30.3212009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567958, 30.3212803 ], [ 120.2534296, 30.318924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568587, 30.3212009 ], [ 120.2567958, 30.3212803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458279, 30.3167702 ], [ 120.2458022, 30.3163794 ], [ 120.2457694, 30.3152783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2503326, 30.3158928 ], [ 120.2499833, 30.3172116 ], [ 120.2498929, 30.3175529 ], [ 120.2498179, 30.3178052 ], [ 120.249774, 30.3180529 ], [ 120.2497837, 30.3183006 ], [ 120.2498415, 30.3185761 ], [ 120.2499763, 30.3188582 ], [ 120.2501502, 30.3191675 ], [ 120.2503727, 30.3194161 ], [ 120.2505773, 30.3195672 ], [ 120.2517019, 30.3204083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2517019, 30.3204083 ], [ 120.2505773, 30.3195672 ], [ 120.2503727, 30.3194161 ], [ 120.2501502, 30.3191675 ], [ 120.2499763, 30.3188582 ], [ 120.2498415, 30.3185761 ], [ 120.2497837, 30.3183006 ], [ 120.249774, 30.3180529 ], [ 120.2498179, 30.3178052 ], [ 120.2498929, 30.3175529 ], [ 120.2499833, 30.3172116 ], [ 120.2503326, 30.3158928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459164, 30.3153003 ], [ 120.2459493, 30.3163899 ], [ 120.2459971, 30.3170128 ], [ 120.2460853, 30.3175684 ], [ 120.2462618, 30.3182495 ], [ 120.2464331, 30.3187065 ], [ 120.2466822, 30.3192128 ], [ 120.2468414, 30.3194756 ], [ 120.2470404, 30.3197953 ], [ 120.2473967, 30.3202606 ], [ 120.2474453, 30.320324 ], [ 120.2477982, 30.3206959 ], [ 120.2481356, 30.3209872 ], [ 120.2495286, 30.3220972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493426, 30.3221301 ], [ 120.2477699, 30.3208516 ], [ 120.2472882, 30.3203466 ], [ 120.2469795, 30.3199638 ], [ 120.2466318, 30.3194942 ], [ 120.2464927, 30.3191923 ], [ 120.2462382, 30.31864 ], [ 120.2460835, 30.3182054 ], [ 120.2459599, 30.3177035 ], [ 120.245901, 30.317347 ], [ 120.2458279, 30.3167702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2517019, 30.3204083 ], [ 120.2504913, 30.3213344 ], [ 120.2495286, 30.3220972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495286, 30.3220972 ], [ 120.2504913, 30.3213344 ], [ 120.2517019, 30.3204083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495286, 30.3220972 ], [ 120.2493426, 30.3221301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493426, 30.3221301 ], [ 120.2495286, 30.3220972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜康街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245124, 30.3219187 ], [ 120.2454819, 30.3222187 ], [ 120.2457652, 30.3225144 ], [ 120.2459215, 30.3226776 ], [ 120.2470717, 30.3239679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567958, 30.3212803 ], [ 120.2568587, 30.3212009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2517019, 30.3204083 ], [ 120.2551887, 30.3230834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551887, 30.3230834 ], [ 120.2517019, 30.3204083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567958, 30.3212803 ], [ 120.255918, 30.3222652 ], [ 120.2557568, 30.322446 ], [ 120.2551887, 30.3230834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551887, 30.3230834 ], [ 120.2557568, 30.322446 ], [ 120.255918, 30.3222652 ], [ 120.2567958, 30.3212803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495286, 30.3220972 ], [ 120.2534193, 30.3251045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534193, 30.3251045 ], [ 120.2551887, 30.3230834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551887, 30.3230834 ], [ 120.2534193, 30.3251045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534193, 30.3251045 ], [ 120.2533282, 30.3252021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533282, 30.3252021 ], [ 120.2534193, 30.3251045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568587, 30.3212009 ], [ 120.2572566, 30.3207578 ], [ 120.2577245, 30.3201661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2577245, 30.3201661 ], [ 120.2597173, 30.3213931 ], [ 120.2617433, 30.3226312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617433, 30.3226312 ], [ 120.2597173, 30.3213931 ], [ 120.2577245, 30.3201661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568587, 30.3212009 ], [ 120.2579005, 30.3219303 ], [ 120.2588246, 30.3225774 ], [ 120.2607503, 30.3239164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2606782, 30.3240157 ], [ 120.2600615, 30.323587 ], [ 120.2587448, 30.3226717 ], [ 120.2578589, 30.3220393 ], [ 120.2567958, 30.3212803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617433, 30.3226312 ], [ 120.2613791, 30.3231026 ], [ 120.2607503, 30.3239164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607503, 30.3239164 ], [ 120.2613791, 30.3231026 ], [ 120.2617433, 30.3226312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2606782, 30.3240157 ], [ 120.2607503, 30.3239164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607503, 30.3239164 ], [ 120.2606782, 30.3240157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2589348, 30.3260411 ], [ 120.2580757, 30.3253637 ], [ 120.2577129, 30.3250776 ], [ 120.2570952, 30.3245905 ], [ 120.2564566, 30.3240857 ], [ 120.2557158, 30.3235001 ], [ 120.2551887, 30.3230834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663524, 30.3225058 ], [ 120.2664183, 30.322419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665422, 30.3224929 ], [ 120.2664748, 30.3225794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664748, 30.3225794 ], [ 120.2663524, 30.3225058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665422, 30.3224929 ], [ 120.2679335, 30.3233546 ], [ 120.2685462, 30.3236839 ], [ 120.2692422, 30.3240696 ], [ 120.269871, 30.3244485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648348, 30.3245049 ], [ 120.2663524, 30.3225058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697989, 30.3245451 ], [ 120.2689783, 30.3240698 ], [ 120.2675711, 30.3232206 ], [ 120.2664748, 30.3225794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2617433, 30.3226312 ], [ 120.2635139, 30.3237144 ], [ 120.2636197, 30.3237655 ], [ 120.2639544, 30.323978 ], [ 120.2648348, 30.3245049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648348, 30.3245049 ], [ 120.2639544, 30.323978 ], [ 120.2636197, 30.3237655 ], [ 120.2635139, 30.3237144 ], [ 120.2617433, 30.3226312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664748, 30.3225794 ], [ 120.2649212, 30.324572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269871, 30.3244485 ], [ 120.2699638, 30.324495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2551887, 30.3230834 ], [ 120.2557158, 30.3235001 ], [ 120.2564566, 30.3240857 ], [ 120.2570952, 30.3245905 ], [ 120.2577129, 30.3250776 ], [ 120.2580757, 30.3253637 ], [ 120.2589348, 30.3260411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607503, 30.3239164 ], [ 120.2611959, 30.3242327 ], [ 120.2614655, 30.3244315 ], [ 120.2624429, 30.3251521 ], [ 120.2625108, 30.3252008 ], [ 120.2628607, 30.3254521 ], [ 120.2636842, 30.326026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2606782, 30.3240157 ], [ 120.2589348, 30.3260411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2589348, 30.3260411 ], [ 120.2606782, 30.3240157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636086, 30.3261304 ], [ 120.26316, 30.3258051 ], [ 120.2627922, 30.3255383 ], [ 120.2624359, 30.3252789 ], [ 120.2623824, 30.3252411 ], [ 120.2606782, 30.3240157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619753, 30.3283844 ], [ 120.2611257, 30.3277806 ], [ 120.2607932, 30.3275375 ], [ 120.2607522, 30.3275151 ], [ 120.2601372, 30.3270163 ], [ 120.2600041, 30.3269083 ], [ 120.2589348, 30.3260411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2589348, 30.3260411 ], [ 120.2600041, 30.3269083 ], [ 120.2601372, 30.3270163 ], [ 120.2607522, 30.3275151 ], [ 120.2607932, 30.3275375 ], [ 120.2611257, 30.3277806 ], [ 120.2619753, 30.3283844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619753, 30.3283844 ], [ 120.2636086, 30.3261304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637281, 30.3262064 ], [ 120.2620781, 30.3284734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2620781, 30.3284734 ], [ 120.2620265, 30.3284238 ], [ 120.2619753, 30.3283844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796638, 30.3234796 ], [ 120.2782042, 30.3215732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796638, 30.3234796 ], [ 120.2798311, 30.3234583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798311, 30.3234583 ], [ 120.2796638, 30.3234796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2762576, 30.324531 ], [ 120.2768715, 30.324162 ], [ 120.2776019, 30.3238413 ], [ 120.2781888, 30.3236787 ], [ 120.2788003, 30.3235933 ], [ 120.2796638, 30.3234796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796638, 30.3234796 ], [ 120.2788003, 30.3235933 ], [ 120.2781888, 30.3236787 ], [ 120.2776019, 30.3238413 ], [ 120.2768715, 30.324162 ], [ 120.2762576, 30.324531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798311, 30.3234583 ], [ 120.2813489, 30.3255794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811937, 30.3255938 ], [ 120.2810912, 30.3254397 ], [ 120.2807131, 30.3248853 ], [ 120.2796638, 30.3234796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2762576, 30.324531 ], [ 120.277116, 30.3251562 ], [ 120.2772477, 30.3252522 ], [ 120.2777219, 30.3256112 ], [ 120.2785619, 30.3262472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785619, 30.3262472 ], [ 120.2777219, 30.3256112 ], [ 120.2772477, 30.3252522 ], [ 120.277116, 30.3251562 ], [ 120.2762576, 30.324531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813489, 30.3255794 ], [ 120.2811937, 30.3255938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2843196, 30.3227651 ], [ 120.2845821, 30.3236476 ], [ 120.2849352, 30.3248547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2848133, 30.3248899 ], [ 120.284597, 30.3241071 ], [ 120.2841885, 30.3227921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849352, 30.3248547 ], [ 120.2848133, 30.3248899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2848133, 30.3248899 ], [ 120.2849352, 30.3248547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2848133, 30.3248899 ], [ 120.2830488, 30.3252411 ], [ 120.2825966, 30.3253311 ], [ 120.2813489, 30.3255794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813489, 30.3255794 ], [ 120.2825966, 30.3253311 ], [ 120.2830488, 30.3252411 ], [ 120.2848133, 30.3248899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2849352, 30.3248547 ], [ 120.2850903, 30.3253666 ], [ 120.2852255, 30.3258439 ], [ 120.2853353, 30.3261298 ], [ 120.2856878, 30.3267766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854691, 30.3267487 ], [ 120.2853333, 30.3265112 ], [ 120.2852014, 30.3262543 ], [ 120.2850802, 30.3259026 ], [ 120.2848133, 30.3248899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜桑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879601, 30.3263658 ], [ 120.286971, 30.32653 ], [ 120.2856878, 30.3267766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜桑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856878, 30.3267766 ], [ 120.286971, 30.32653 ], [ 120.2879601, 30.3263658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697989, 30.3245451 ], [ 120.269871, 30.3244485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649212, 30.324572 ], [ 120.2648348, 30.3245049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648348, 30.3245049 ], [ 120.2649212, 30.324572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699638, 30.324495 ], [ 120.2699025, 30.3246052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699025, 30.3246052 ], [ 120.2697989, 30.3245451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636842, 30.326026 ], [ 120.2639227, 30.3257065 ], [ 120.2648348, 30.3245049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649212, 30.324572 ], [ 120.2645563, 30.3250844 ], [ 120.2637962, 30.3261128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2686182, 30.3264628 ], [ 120.2696032, 30.3248309 ], [ 120.2697311, 30.3246359 ], [ 120.2697989, 30.3245451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649212, 30.324572 ], [ 120.2659199, 30.3250828 ], [ 120.2666669, 30.3254648 ], [ 120.2686182, 30.3264628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2686182, 30.3264628 ], [ 120.2666669, 30.3254648 ], [ 120.2659199, 30.3250828 ], [ 120.2649212, 30.324572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2762576, 30.324531 ], [ 120.2756788, 30.3248813 ], [ 120.2750218, 30.3252941 ], [ 120.2746304, 30.325588 ], [ 120.2743339, 30.3258896 ], [ 120.2740998, 30.3261702 ], [ 120.2738844, 30.3264113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738844, 30.3264113 ], [ 120.2740998, 30.3261702 ], [ 120.2743339, 30.3258896 ], [ 120.2746304, 30.325588 ], [ 120.2750218, 30.3252941 ], [ 120.2756788, 30.3248813 ], [ 120.2762576, 30.324531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699638, 30.324495 ], [ 120.2701819, 30.3245387 ], [ 120.2720969, 30.3255766 ], [ 120.2732689, 30.3262118 ], [ 120.273805, 30.3265002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737181, 30.3266014 ], [ 120.2733798, 30.326425 ], [ 120.2712443, 30.3252729 ], [ 120.2709215, 30.3251545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736285, 30.3266792 ], [ 120.2731572, 30.3264383 ], [ 120.2727909, 30.3262399 ], [ 120.2716908, 30.3256442 ], [ 120.2711689, 30.3253567 ], [ 120.2709215, 30.3251545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720647, 30.3254405 ], [ 120.2721556, 30.3254899 ], [ 120.272448, 30.3256457 ], [ 120.2738844, 30.3264113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273805, 30.3265002 ], [ 120.2738844, 30.3264113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738844, 30.3264113 ], [ 120.273805, 30.3265002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273805, 30.3265002 ], [ 120.2737181, 30.3266014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737181, 30.3266014 ], [ 120.273805, 30.3265002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699025, 30.3246052 ], [ 120.2698458, 30.3247072 ], [ 120.2697315, 30.3249024 ], [ 120.269469, 30.3253053 ], [ 120.2687538, 30.326544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636842, 30.326026 ], [ 120.2637962, 30.3261128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636086, 30.3261304 ], [ 120.2636842, 30.326026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637962, 30.3261128 ], [ 120.2637281, 30.3262064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637281, 30.3262064 ], [ 120.2636086, 30.3261304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637962, 30.3261128 ], [ 120.2644634, 30.3264458 ], [ 120.2660429, 30.3272343 ], [ 120.2676438, 30.328061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675917, 30.3281177 ], [ 120.2670674, 30.3278609 ], [ 120.2659766, 30.3273267 ], [ 120.2637281, 30.3262064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676438, 30.328061 ], [ 120.268085, 30.3273975 ], [ 120.2686182, 30.3264628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2687538, 30.326544 ], [ 120.267778, 30.328109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676438, 30.328061 ], [ 120.267778, 30.328109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811937, 30.3255938 ], [ 120.2813489, 30.3255794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785619, 30.3262472 ], [ 120.2793168, 30.3259901 ], [ 120.2796338, 30.325915 ], [ 120.2797867, 30.3258787 ], [ 120.2799417, 30.325842 ], [ 120.2811937, 30.3255938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811937, 30.3255938 ], [ 120.2799417, 30.325842 ], [ 120.2797867, 30.3258787 ], [ 120.2796338, 30.325915 ], [ 120.2793168, 30.3259901 ], [ 120.2785619, 30.3262472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813489, 30.3255794 ], [ 120.2815712, 30.3260376 ], [ 120.2817478, 30.3264474 ], [ 120.2819063, 30.326829 ], [ 120.2821767, 30.3274855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282024, 30.3275542 ], [ 120.2818305, 30.3270501 ], [ 120.2815748, 30.3264281 ], [ 120.2814396, 30.3260917 ], [ 120.2813108, 30.3257907 ], [ 120.2811937, 30.3255938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785619, 30.3262472 ], [ 120.2782905, 30.3263835 ], [ 120.2781089, 30.3264896 ], [ 120.2778687, 30.3266427 ], [ 120.2774945, 30.3269242 ], [ 120.2764583, 30.3277889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方塘埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764583, 30.3277889 ], [ 120.2774945, 30.3269242 ], [ 120.2778687, 30.3266427 ], [ 120.2781089, 30.3264896 ], [ 120.2782905, 30.3263835 ], [ 120.2785619, 30.3262472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785619, 30.3262472 ], [ 120.2788217, 30.3265342 ], [ 120.2790739, 30.3268463 ], [ 120.2792735, 30.327142 ], [ 120.2795034, 30.3275916 ], [ 120.2797922, 30.3282328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2797922, 30.3282328 ], [ 120.2795034, 30.3275916 ], [ 120.2792735, 30.327142 ], [ 120.2790739, 30.3268463 ], [ 120.2788217, 30.3265342 ], [ 120.2785619, 30.3262472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜桑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282024, 30.3275542 ], [ 120.2810237, 30.3278742 ], [ 120.2797922, 30.3282328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736285, 30.3266792 ], [ 120.2737181, 30.3266014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737181, 30.3266014 ], [ 120.2736285, 30.3266792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738844, 30.3264113 ], [ 120.2747521, 30.326848 ], [ 120.2752949, 30.3271212 ], [ 120.2758682, 30.3274237 ], [ 120.2762292, 30.3276283 ], [ 120.2764583, 30.3277889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720825, 30.3282121 ], [ 120.2687538, 30.326544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2687538, 30.326544 ], [ 120.2720825, 30.3282121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2727187, 30.3275961 ], [ 120.2720825, 30.3282121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720825, 30.3282121 ], [ 120.2727187, 30.3275961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273805, 30.3265002 ], [ 120.2754677, 30.327333 ], [ 120.2759513, 30.3275807 ], [ 120.2763882, 30.3278526 ], [ 120.2767102, 30.3281065 ], [ 120.2768468, 30.3282472 ], [ 120.2770227, 30.3284285 ], [ 120.277237, 30.3286699 ], [ 120.2774656, 30.3290136 ], [ 120.277794, 30.3296109 ], [ 120.2779042, 30.3298137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777645, 30.3298367 ], [ 120.2774404, 30.3292226 ], [ 120.2771352, 30.3287644 ], [ 120.2768916, 30.3284803 ], [ 120.27662, 30.3282244 ], [ 120.2762901, 30.3279701 ], [ 120.2759509, 30.3277481 ], [ 120.2755521, 30.3275433 ], [ 120.2737181, 30.3266014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.277603, 30.3298606 ], [ 120.2773602, 30.329393 ], [ 120.2772673, 30.3292311 ], [ 120.277108, 30.3289536 ], [ 120.2768185, 30.3285949 ], [ 120.2765383, 30.3282805 ], [ 120.2760619, 30.3279499 ], [ 120.275707, 30.3277444 ], [ 120.275223, 30.3274955 ], [ 120.274829, 30.3272929 ], [ 120.2736285, 30.3266792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜桑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2797922, 30.3282328 ], [ 120.2810237, 30.3278742 ], [ 120.282024, 30.3275542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764583, 30.3277889 ], [ 120.2767, 30.3279583 ], [ 120.2768734, 30.3281141 ], [ 120.2771536, 30.3284038 ], [ 120.2772308, 30.3284837 ], [ 120.2773689, 30.3286548 ], [ 120.2775529, 30.3289341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2775529, 30.3289341 ], [ 120.2797922, 30.3282328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2797922, 30.3282328 ], [ 120.2775529, 30.3289341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2802999, 30.3294841 ], [ 120.2801318, 30.3289769 ], [ 120.2797922, 30.3282328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "久盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2797922, 30.3282328 ], [ 120.2801318, 30.3289769 ], [ 120.2802999, 30.3294841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2802999, 30.3294841 ], [ 120.2820818, 30.3292583 ], [ 120.2826357, 30.3291541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2775529, 30.3289341 ], [ 120.2777051, 30.3291649 ], [ 120.2780253, 30.329797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2780253, 30.329797 ], [ 120.2802999, 30.3294841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827216, 30.3293593 ], [ 120.281786, 30.3295237 ], [ 120.2800284, 30.329744 ], [ 120.2788399, 30.3298784 ], [ 120.2784796, 30.3299192 ], [ 120.2781348, 30.3299752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779042, 30.3298137 ], [ 120.2780253, 30.329797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777645, 30.3298367 ], [ 120.2779042, 30.3298137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.277603, 30.3298606 ], [ 120.2777645, 30.3298367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2780253, 30.329797 ], [ 120.2781348, 30.3299752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779042, 30.3298137 ], [ 120.278026, 30.3299929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778707, 30.3300143 ], [ 120.2777645, 30.3298367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2776928, 30.3300338 ], [ 120.277603, 30.3298606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781348, 30.3299752 ], [ 120.278026, 30.3299929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278026, 30.3299929 ], [ 120.2778707, 30.3300143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778707, 30.3300143 ], [ 120.2776928, 30.3300338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2707607, 30.32956 ], [ 120.2714074, 30.3289211 ], [ 120.2720825, 30.3282121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720825, 30.3282121 ], [ 120.2714074, 30.3289211 ], [ 120.2707607, 30.32956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2707607, 30.32956 ], [ 120.2706634, 30.3296174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706634, 30.3296174 ], [ 120.2707607, 30.32956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2707607, 30.32956 ], [ 120.2713499, 30.3298967 ], [ 120.271835, 30.3302741 ], [ 120.2722516, 30.3306637 ], [ 120.2725041, 30.3309737 ], [ 120.2727333, 30.3312838 ], [ 120.2729472, 30.3315866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2728699, 30.3316204 ], [ 120.2725046, 30.3311041 ], [ 120.2720609, 30.3306226 ], [ 120.2717123, 30.3303272 ], [ 120.2712449, 30.3299154 ], [ 120.2706634, 30.3296174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2729472, 30.3315866 ], [ 120.2756157, 30.3304418 ], [ 120.2759323, 30.3303341 ], [ 120.2762225, 30.3302445 ], [ 120.2766685, 30.3300999 ], [ 120.2771121, 30.3299675 ], [ 120.277603, 30.3298606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2776928, 30.3300338 ], [ 120.2771663, 30.3301325 ], [ 120.2766874, 30.3302526 ], [ 120.276199, 30.3303993 ], [ 120.275683, 30.330572 ], [ 120.2730348, 30.3316953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2728699, 30.3316204 ], [ 120.2729472, 30.3315866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2729472, 30.3315866 ], [ 120.2730348, 30.3316953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859166, 30.328727 ], [ 120.2859027, 30.3285116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861582, 30.3286845 ], [ 120.2859166, 30.328727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828404, 30.3291087 ], [ 120.2859027, 30.3285116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859166, 30.328727 ], [ 120.2835088, 30.3292033 ], [ 120.2829261, 30.3293242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826357, 30.3291541 ], [ 120.2828404, 30.3291087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828404, 30.3291087 ], [ 120.2829261, 30.3293242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827216, 30.3293593 ], [ 120.2826357, 30.3291541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829261, 30.3293242 ], [ 120.2827216, 30.3293593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861582, 30.3286845 ], [ 120.2863434, 30.3295934 ], [ 120.2866433, 30.331065 ], [ 120.286724, 30.3315478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.286481, 30.3315714 ], [ 120.2862834, 30.3307067 ], [ 120.2861989, 30.3302685 ], [ 120.2859243, 30.3288455 ], [ 120.2859166, 30.328727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2680092, 30.3323007 ], [ 120.2696261, 30.3307147 ], [ 120.2699812, 30.3303391 ], [ 120.2706634, 30.3296174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662826, 30.3312145 ], [ 120.266395, 30.3312215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663455, 30.331311 ], [ 120.2662826, 30.3312145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.266395, 30.3312215 ], [ 120.2663455, 30.331311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.266395, 30.3312215 ], [ 120.2672467, 30.3318156 ], [ 120.2673165, 30.3318625 ], [ 120.2680092, 30.3323007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691779, 30.3333051 ], [ 120.2691215, 30.3332463 ], [ 120.2687167, 30.3328981 ], [ 120.2683516, 30.3326595 ], [ 120.2679235, 30.332382 ], [ 120.2663455, 30.331311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2645201, 30.3336864 ], [ 120.2654391, 30.332424 ], [ 120.2655405, 30.3322848 ], [ 120.2659376, 30.3317505 ], [ 120.2662826, 30.3312145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663455, 30.331311 ], [ 120.2658929, 30.3319416 ], [ 120.2655688, 30.332389 ], [ 120.2646105, 30.3337426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2680092, 30.3323007 ], [ 120.2689115, 30.3329047 ], [ 120.269198, 30.3331277 ], [ 120.2693096, 30.3332469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691779, 30.3333051 ], [ 120.2693096, 30.3332469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781348, 30.3299752 ], [ 120.2785345, 30.330742 ], [ 120.2787315, 30.33112 ], [ 120.2788762, 30.3314102 ], [ 120.278987, 30.3316961 ], [ 120.2791581, 30.332138 ], [ 120.2795632, 30.3332591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278026, 30.3299929 ], [ 120.278593, 30.3311326 ], [ 120.2787702, 30.3314932 ], [ 120.2788739, 30.3317043 ], [ 120.279114, 30.3323478 ], [ 120.2793341, 30.33296 ], [ 120.2794574, 30.3332871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2792883, 30.3333256 ], [ 120.2791481, 30.3329334 ], [ 120.2789409, 30.3323319 ], [ 120.278717, 30.3317535 ], [ 120.2784482, 30.3311593 ], [ 120.2778707, 30.3300143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2791366, 30.3333603 ], [ 120.278948, 30.3327345 ], [ 120.2789108, 30.3326085 ], [ 120.2787612, 30.3321017 ], [ 120.2785041, 30.3315296 ], [ 120.2784623, 30.3314366 ], [ 120.2778038, 30.3302475 ], [ 120.2776928, 30.3300338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2795632, 30.3332591 ], [ 120.2821194, 30.3325817 ], [ 120.2838755, 30.3321176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.281835, 30.3327527 ], [ 120.2817778, 30.3327676 ], [ 120.2796034, 30.3333636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794574, 30.3332871 ], [ 120.2795632, 30.3332591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2792883, 30.3333256 ], [ 120.2794574, 30.3332871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2795632, 30.3332591 ], [ 120.2796034, 30.3333636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794574, 30.3332871 ], [ 120.2794959, 30.3333931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.27297, 30.3317243 ], [ 120.2728699, 30.3316204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730348, 30.3316953 ], [ 120.27297, 30.3317243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693096, 30.3332469 ], [ 120.2703424, 30.332776 ], [ 120.2713149, 30.3323374 ], [ 120.2716504, 30.3321549 ], [ 120.2728699, 30.3316204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.27297, 30.3317243 ], [ 120.2717641, 30.3322832 ], [ 120.2714332, 30.3324584 ], [ 120.2704056, 30.3329098 ], [ 120.26943, 30.3333576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730348, 30.3316953 ], [ 120.2739341, 30.3329485 ], [ 120.2751977, 30.3346077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750598, 30.3346618 ], [ 120.2738414, 30.3329833 ], [ 120.2733772, 30.3322846 ], [ 120.27297, 30.3317243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750598, 30.3346618 ], [ 120.2751977, 30.3346077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751977, 30.3346077 ], [ 120.275271, 30.3347352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.275175, 30.3348263 ], [ 120.2750598, 30.3346618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.275271, 30.3347352 ], [ 120.2752053, 30.334811 ], [ 120.275175, 30.3348263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839144, 30.3322103 ], [ 120.2838755, 30.3321176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840597, 30.3321724 ], [ 120.2839144, 30.3322103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839144, 30.3322103 ], [ 120.2830454, 30.332437 ], [ 120.281835, 30.3327527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840597, 30.3321724 ], [ 120.2845307, 30.333272 ], [ 120.2847986, 30.3339092 ], [ 120.2847545, 30.3339651 ], [ 120.2847026, 30.3339605 ], [ 120.2846597, 30.3339327 ], [ 120.284653, 30.3339163 ], [ 120.2846061, 30.3338015 ], [ 120.2843924, 30.3333115 ], [ 120.2839144, 30.3322103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867426, 30.3316592 ], [ 120.2868842, 30.3325059 ], [ 120.2870111, 30.3331963 ], [ 120.2871371, 30.3338359 ], [ 120.2871792, 30.3342846 ], [ 120.2871985, 30.3345822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871432, 30.3346016 ], [ 120.2869936, 30.3342569 ], [ 120.2869326, 30.3338319 ], [ 120.2868237, 30.3331512 ], [ 120.2867095, 30.3325625 ], [ 120.2865361, 30.3318124 ], [ 120.2865104, 30.3317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.281835, 30.3327527 ], [ 120.2819325, 30.3329622 ], [ 120.2820866, 30.3332935 ], [ 120.2823956, 30.3338461 ], [ 120.2835381, 30.3357814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2835381, 30.3357814 ], [ 120.2823956, 30.3338461 ], [ 120.2820866, 30.3332935 ], [ 120.2819325, 30.3329622 ], [ 120.281835, 30.3327527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871432, 30.3346016 ], [ 120.2871985, 30.3345822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871985, 30.3345822 ], [ 120.2872062, 30.3347012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2791366, 30.3333603 ], [ 120.2792883, 30.3333256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796034, 30.3333636 ], [ 120.2794959, 30.3333931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793241, 30.3334422 ], [ 120.2792883, 30.3333256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794959, 30.3333931 ], [ 120.2793241, 30.3334422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.279179, 30.3334813 ], [ 120.2791366, 30.3333603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793241, 30.3334422 ], [ 120.279179, 30.3334813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751977, 30.3346077 ], [ 120.275398, 30.3345198 ], [ 120.2757429, 30.3344193 ], [ 120.2762137, 30.3342423 ], [ 120.2764965, 30.334136 ], [ 120.2775165, 30.3338307 ], [ 120.2782218, 30.3336336 ], [ 120.2791366, 30.3333603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.279179, 30.3334813 ], [ 120.2782409, 30.3337334 ], [ 120.2776753, 30.333885 ], [ 120.27645, 30.3342398 ], [ 120.2758397, 30.3344666 ], [ 120.2754849, 30.3346364 ], [ 120.275271, 30.3347352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796034, 30.3333636 ], [ 120.2797092, 30.3336213 ], [ 120.2799427, 30.3340485 ], [ 120.2800024, 30.3341351 ], [ 120.2801486, 30.3343474 ], [ 120.2807385, 30.3350676 ], [ 120.2814944, 30.3359906 ], [ 120.2817455, 30.3363832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794959, 30.3333931 ], [ 120.2795992, 30.3336604 ], [ 120.2797304, 30.3339277 ], [ 120.2799888, 30.3343106 ], [ 120.2802099, 30.3345969 ], [ 120.2804812, 30.3349465 ], [ 120.2806283, 30.335136 ], [ 120.2809798, 30.3355571 ], [ 120.2816642, 30.3364158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692827, 30.3334368 ], [ 120.2686663, 30.3338241 ], [ 120.2680513, 30.3342339 ], [ 120.2674343, 30.3346889 ], [ 120.2666455, 30.3353135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2646105, 30.3337426 ], [ 120.2664534, 30.3351663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663534, 30.335283 ], [ 120.2655633, 30.3346788 ], [ 120.2645112, 30.3338744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663534, 30.335283 ], [ 120.2664534, 30.3351663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664534, 30.3351663 ], [ 120.2666455, 30.3353135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667104, 30.3355947 ], [ 120.2663534, 30.335283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666455, 30.3353135 ], [ 120.2667104, 30.3355947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666455, 30.3353135 ], [ 120.2673924, 30.3358226 ], [ 120.2684183, 30.336639 ], [ 120.2697493, 30.3376982 ], [ 120.2700768, 30.3379896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699068, 30.3381155 ], [ 120.2693207, 30.3375926 ], [ 120.2667212, 30.3356021 ], [ 120.2667104, 30.3355947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699068, 30.3381155 ], [ 120.2700768, 30.3379896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26943, 30.3333576 ], [ 120.2696248, 30.3335591 ], [ 120.2701752, 30.3341699 ], [ 120.2707792, 30.3348214 ], [ 120.2712254, 30.3352799 ], [ 120.2723406, 30.3364127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722218, 30.3364906 ], [ 120.2716674, 30.3358944 ], [ 120.2706985, 30.3348988 ], [ 120.2692827, 30.3334368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723406, 30.3364127 ], [ 120.2737436, 30.3354207 ], [ 120.274024, 30.3352588 ], [ 120.2743347, 30.3350664 ], [ 120.2747055, 30.334866 ], [ 120.2749623, 30.3347251 ], [ 120.2750598, 30.3346618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.275175, 30.3348263 ], [ 120.2746825, 30.3350749 ], [ 120.2741498, 30.3353899 ], [ 120.2735875, 30.3357603 ], [ 120.2735245, 30.3358048 ], [ 120.2730992, 30.3361051 ], [ 120.2724471, 30.3365406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722218, 30.3364906 ], [ 120.2723406, 30.3364127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723406, 30.3364127 ], [ 120.2724471, 30.3365406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723288, 30.3366196 ], [ 120.2722218, 30.3364906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724471, 30.3365406 ], [ 120.2723288, 30.3366196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771685, 30.3383583 ], [ 120.2770891, 30.3379434 ], [ 120.277044, 30.3377659 ], [ 120.276914, 30.3374368 ], [ 120.2767801, 30.3371786 ], [ 120.2766664, 30.336957 ], [ 120.2758015, 30.3355533 ], [ 120.2753505, 30.3350649 ], [ 120.275175, 30.3348263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2700768, 30.3379896 ], [ 120.2714173, 30.3370842 ], [ 120.2722218, 30.3364906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814894, 30.3364905 ], [ 120.2813853, 30.336332 ], [ 120.2808718, 30.3356522 ], [ 120.2801618, 30.3348038 ], [ 120.2796484, 30.3340868 ], [ 120.2793241, 30.3334422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.281374, 30.3365341 ], [ 120.2812058, 30.3362889 ], [ 120.2809303, 30.335931 ], [ 120.2808277, 30.3357976 ], [ 120.2798164, 30.3345392 ], [ 120.2795784, 30.3342379 ], [ 120.279373, 30.3338953 ], [ 120.279179, 30.3334813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816642, 30.3364158 ], [ 120.2817455, 30.3363832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2817455, 30.3363832 ], [ 120.2817714, 30.3364238 ], [ 120.2818131, 30.3365085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814894, 30.3364905 ], [ 120.2816642, 30.3364158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816642, 30.3364158 ], [ 120.2816867, 30.336444 ], [ 120.2817297, 30.3365434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.281374, 30.3365341 ], [ 120.2814894, 30.3364905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2818131, 30.3365085 ], [ 120.2817297, 30.3365434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.275271, 30.3347352 ], [ 120.2755466, 30.3351041 ], [ 120.2758927, 30.335456 ], [ 120.2766882, 30.3367696 ], [ 120.2769308, 30.3372298 ], [ 120.2771266, 30.3377408 ], [ 120.2771721, 30.3379044 ], [ 120.2773041, 30.3383515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2815557, 30.3366056 ], [ 120.2815181, 30.3365342 ], [ 120.2814894, 30.3364905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854115, 30.3352956 ], [ 120.285227, 30.3353536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2835381, 30.3357814 ], [ 120.2836096, 30.3357577 ], [ 120.2836619, 30.3357421 ], [ 120.284114, 30.3356072 ], [ 120.2848627, 30.335356 ], [ 120.2851939, 30.3352584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.285227, 30.3353536 ], [ 120.285088, 30.3353997 ], [ 120.2842881, 30.3356604 ], [ 120.2837059, 30.3358584 ], [ 120.2836086, 30.3358915 ], [ 120.2829409, 30.3361145 ], [ 120.2822448, 30.3363588 ], [ 120.2818131, 30.3365085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2817455, 30.3363832 ], [ 120.2822849, 30.3362078 ], [ 120.2833621, 30.3358343 ], [ 120.2835381, 30.3357814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854115, 30.3352956 ], [ 120.2856684, 30.3358959 ], [ 120.2858748, 30.3364029 ], [ 120.2860152, 30.3367562 ], [ 120.2861497, 30.3371248 ], [ 120.2862335, 30.3374008 ], [ 120.286283, 30.3376777 ], [ 120.2863284, 30.3379528 ], [ 120.2863262, 30.3382727 ], [ 120.2862915, 30.338545 ], [ 120.2861905, 30.3388856 ], [ 120.2860667, 30.3391903 ], [ 120.2859549, 30.3394045 ], [ 120.2859054, 30.3394794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857375, 30.3394589 ], [ 120.2859135, 30.3391442 ], [ 120.2859678, 30.3390047 ], [ 120.2860538, 30.3387909 ], [ 120.2861343, 30.3384685 ], [ 120.2861771, 30.3382558 ], [ 120.2861818, 30.3379932 ], [ 120.286119, 30.3377133 ], [ 120.2859857, 30.3372063 ], [ 120.2857804, 30.3366697 ], [ 120.2855351, 30.3360405 ], [ 120.2852968, 30.3355089 ], [ 120.285227, 30.3353536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2818131, 30.3365085 ], [ 120.2819538, 30.3367941 ], [ 120.282149, 30.3372257 ], [ 120.2822831, 30.3376573 ], [ 120.2824538, 30.3383048 ], [ 120.2825189, 30.338552 ], [ 120.2828451, 30.33982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2817297, 30.3365434 ], [ 120.2818642, 30.3368542 ], [ 120.2820214, 30.3372315 ], [ 120.2821224, 30.3375565 ], [ 120.2822467, 30.3380229 ], [ 120.2822724, 30.3381183 ], [ 120.2824866, 30.3389142 ], [ 120.2827404, 30.3398313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826005, 30.3398963 ], [ 120.2821702, 30.3383141 ], [ 120.2820019, 30.3376958 ], [ 120.2818453, 30.3372381 ], [ 120.2816713, 30.336825 ], [ 120.2815557, 30.3366056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824556, 30.3399411 ], [ 120.2823807, 30.3396432 ], [ 120.2819698, 30.3380488 ], [ 120.2819213, 30.3378608 ], [ 120.281775, 30.3374292 ], [ 120.2816408, 30.3370994 ], [ 120.2815392, 30.3368573 ], [ 120.2814423, 30.3366477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982851, 30.3208576 ], [ 120.2982852, 30.3206161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2984111, 30.3206279 ], [ 120.2984121, 30.3208659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2984121, 30.3208659 ], [ 120.2982851, 30.3208576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2984111, 30.3206279 ], [ 120.2993169, 30.320709 ], [ 120.3000288, 30.3207728 ], [ 120.3001174, 30.3207845 ], [ 120.3016181, 30.3209829 ], [ 120.3037658, 30.3214103 ], [ 120.3039857, 30.3214531 ], [ 120.3040264, 30.3214594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039666, 30.3216908 ], [ 120.303918, 30.3216824 ], [ 120.3036605, 30.3216337 ], [ 120.301549, 30.3212413 ], [ 120.300058, 30.3210285 ], [ 120.2984121, 30.3208659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔下路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3040264, 30.3214594 ], [ 120.3039666, 30.3216908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔下路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039666, 30.3216908 ], [ 120.3040264, 30.3214594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔下路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039666, 30.3216908 ], [ 120.3034848, 30.323463 ], [ 120.3025481, 30.3269124 ], [ 120.3024527, 30.3272846 ], [ 120.3023781, 30.3277499 ], [ 120.3023574, 30.3281758 ], [ 120.3023406, 30.331477 ], [ 120.3023398, 30.3318047 ], [ 120.3023394, 30.3319685 ], [ 120.3023305, 30.3358011 ], [ 120.3023287, 30.3365539 ], [ 120.302324, 30.3379178 ], [ 120.3023238, 30.3386012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔下路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3023238, 30.3386012 ], [ 120.302324, 30.3379178 ], [ 120.3023287, 30.3365539 ], [ 120.3023305, 30.3358011 ], [ 120.3023394, 30.3319685 ], [ 120.3023398, 30.3318047 ], [ 120.3023406, 30.331477 ], [ 120.3023574, 30.3281758 ], [ 120.3023781, 30.3277499 ], [ 120.3024527, 30.3272846 ], [ 120.3025481, 30.3269124 ], [ 120.3034848, 30.323463 ], [ 120.3039666, 30.3216908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔下路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3023238, 30.3387047 ], [ 120.3023238, 30.3386012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829261, 30.3293242 ], [ 120.2833297, 30.3303395 ], [ 120.2840207, 30.3320792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838755, 30.3321176 ], [ 120.2827216, 30.3293593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.286481, 30.3315714 ], [ 120.286724, 30.3315478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.286724, 30.3315478 ], [ 120.2867426, 30.3316592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2865104, 30.3317 ], [ 120.286481, 30.3315714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2867426, 30.3316592 ], [ 120.2865104, 30.3317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840207, 30.3320792 ], [ 120.2843565, 30.3319905 ], [ 120.2847012, 30.3319222 ], [ 120.2858306, 30.3316986 ], [ 120.286481, 30.3315714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2865104, 30.3317 ], [ 120.2851056, 30.3319439 ], [ 120.2843587, 30.3320943 ], [ 120.2840597, 30.3321724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838755, 30.3321176 ], [ 120.2840207, 30.3320792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840207, 30.3320792 ], [ 120.2840597, 30.3321724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871885, 30.3347058 ], [ 120.2871432, 30.3346016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872062, 30.3347012 ], [ 120.2871885, 30.3347058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872062, 30.3347012 ], [ 120.2872097, 30.3347548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "稼东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872097, 30.3347548 ], [ 120.2871885, 30.3347058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853777, 30.3351884 ], [ 120.2857829, 30.3350629 ], [ 120.2865079, 30.3348184 ], [ 120.2869375, 30.3346746 ], [ 120.2871432, 30.3346016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871885, 30.3347058 ], [ 120.2868953, 30.3348081 ], [ 120.2862831, 30.3350189 ], [ 120.2854115, 30.3352956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851939, 30.3352584 ], [ 120.2852534, 30.3349875 ], [ 120.2853777, 30.3351884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851939, 30.3352584 ], [ 120.2853702, 30.3351907 ], [ 120.2853777, 30.3351884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2853777, 30.3351884 ], [ 120.2854115, 30.3352956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.285227, 30.3353536 ], [ 120.2851939, 30.3352584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.289445, 30.3312379 ], [ 120.2867426, 30.3316592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.289445, 30.3312379 ], [ 120.289522, 30.3314741 ], [ 120.2897111, 30.3321776 ], [ 120.2900504, 30.3331863 ], [ 120.290194, 30.3336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290194, 30.3336 ], [ 120.2900504, 30.3331863 ], [ 120.2897111, 30.3321776 ], [ 120.289522, 30.3314741 ], [ 120.289445, 30.3312379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2902298, 30.3337195 ], [ 120.290194, 30.3336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290194, 30.3336 ], [ 120.2902298, 30.3337195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871985, 30.3345822 ], [ 120.287691, 30.3344219 ], [ 120.2885718, 30.3341225 ], [ 120.289492, 30.3338359 ], [ 120.2901208, 30.3336278 ], [ 120.290194, 30.3336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2902298, 30.3337195 ], [ 120.2900862, 30.3337592 ], [ 120.2894908, 30.3339527 ], [ 120.288665, 30.3342174 ], [ 120.2878594, 30.3344908 ], [ 120.2872062, 30.3347012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2902298, 30.3337195 ], [ 120.2903787, 30.3342167 ], [ 120.2905104, 30.3347629 ], [ 120.2907305, 30.3358722 ], [ 120.2908381, 30.3362979 ], [ 120.2909363, 30.3365321 ], [ 120.2912986, 30.3370041 ], [ 120.2917825, 30.3379294 ], [ 120.291925, 30.3383441 ], [ 120.2919548, 30.3384895 ], [ 120.2919419, 30.3386447 ], [ 120.2918655, 30.33879 ], [ 120.2917587, 30.3389106 ], [ 120.2915145, 30.3391745 ], [ 120.2913894, 30.3394492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2913894, 30.3394492 ], [ 120.2915145, 30.3391745 ], [ 120.2917587, 30.3389106 ], [ 120.2918655, 30.33879 ], [ 120.2919419, 30.3386447 ], [ 120.2919548, 30.3384895 ], [ 120.291925, 30.3383441 ], [ 120.2917825, 30.3379294 ], [ 120.2912986, 30.3370041 ], [ 120.2909363, 30.3365321 ], [ 120.2908381, 30.3362979 ], [ 120.2907305, 30.3358722 ], [ 120.2905104, 30.3347629 ], [ 120.2903787, 30.3342167 ], [ 120.2902298, 30.3337195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2872097, 30.3347548 ], [ 120.2872909, 30.3351489 ], [ 120.2874043, 30.3356918 ], [ 120.2874633, 30.3359743 ], [ 120.2875241, 30.3360909 ], [ 120.2877554, 30.3365345 ], [ 120.2882206, 30.3373213 ], [ 120.2884238, 30.3376649 ], [ 120.2885757, 30.3379515 ], [ 120.2886005, 30.338011 ], [ 120.2886687, 30.3381749 ], [ 120.2887129, 30.3384158 ], [ 120.2887588, 30.3387096 ], [ 120.2888046, 30.3390637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826636, 30.3414786 ], [ 120.2828156, 30.3414471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828156, 30.3414471 ], [ 120.2830055, 30.341482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828183, 30.3415363 ], [ 120.2828156, 30.3414471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828183, 30.3415363 ], [ 120.2826636, 30.3414786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830055, 30.341482 ], [ 120.2830644, 30.3415668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830055, 30.341482 ], [ 120.2829951, 30.3415692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829951, 30.3415692 ], [ 120.2828183, 30.3415363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830644, 30.3415668 ], [ 120.2830514, 30.3416583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830514, 30.3416583 ], [ 120.2829951, 30.3415692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858203, 30.3395962 ], [ 120.285707, 30.3398747 ], [ 120.2856288, 30.3401325 ], [ 120.2855966, 30.3404105 ], [ 120.2856174, 30.3408828 ], [ 120.2856764, 30.3411943 ], [ 120.2857991, 30.3416362 ], [ 120.2859855, 30.3419946 ], [ 120.2863253, 30.3425729 ], [ 120.2866414, 30.3429679 ], [ 120.2869434, 30.3432001 ], [ 120.2871416, 30.3433202 ], [ 120.2877854, 30.3436353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学埠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2888046, 30.3390637 ], [ 120.2887588, 30.3387096 ], [ 120.2887129, 30.3384158 ], [ 120.2886687, 30.3381749 ], [ 120.2886005, 30.338011 ], [ 120.2885757, 30.3379515 ], [ 120.2884238, 30.3376649 ], [ 120.2882206, 30.3373213 ], [ 120.2877554, 30.3365345 ], [ 120.2875241, 30.3360909 ], [ 120.2874633, 30.3359743 ], [ 120.2874043, 30.3356918 ], [ 120.2872909, 30.3351489 ], [ 120.2872097, 30.3347548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939449, 30.3495158 ], [ 120.2936926, 30.3491218 ], [ 120.2932921, 30.34853 ], [ 120.2931572, 30.3482733 ], [ 120.2929979, 30.3479447 ], [ 120.2922834, 30.3467309 ], [ 120.2919783, 30.3461975 ], [ 120.2916855, 30.3454502 ], [ 120.2915833, 30.3450751 ], [ 120.2915178, 30.3448347 ], [ 120.2914381, 30.3444175 ], [ 120.2913788, 30.343755 ], [ 120.2912698, 30.3426277 ], [ 120.2912056, 30.3414178 ], [ 120.29118, 30.3406752 ], [ 120.2911463, 30.3398814 ], [ 120.2913894, 30.3394492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878948, 30.343684 ], [ 120.2882577, 30.3438354 ], [ 120.2887319, 30.3440003 ], [ 120.2891661, 30.3441775 ], [ 120.2896285, 30.3443852 ], [ 120.2900202, 30.344603 ], [ 120.2904402, 30.3449125 ], [ 120.2907445, 30.3451854 ], [ 120.290624, 30.3452811 ], [ 120.2903774, 30.3450425 ], [ 120.2900549, 30.3447922 ], [ 120.2896565, 30.344549 ], [ 120.2892391, 30.3443501 ], [ 120.2885507, 30.3441092 ], [ 120.2878812, 30.34388 ], [ 120.2878325, 30.3438584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2913894, 30.3394492 ], [ 120.2914604, 30.340673 ], [ 120.2915619, 30.3426222 ], [ 120.2916713, 30.3437554 ], [ 120.2917158, 30.3440073 ], [ 120.2917944, 30.3444514 ], [ 120.291822, 30.3446078 ], [ 120.2920022, 30.345383 ], [ 120.2922784, 30.3461354 ], [ 120.2925858, 30.3467787 ], [ 120.2930036, 30.3474913 ], [ 120.2938749, 30.3488501 ], [ 120.2940755, 30.3491242 ], [ 120.2943785, 30.3496012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2882958, 30.348419 ], [ 120.2882754, 30.3484815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2882754, 30.3484815 ], [ 120.2882958, 30.348419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2882754, 30.3484815 ], [ 120.2880886, 30.3491553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2880886, 30.3491553 ], [ 120.2882754, 30.3484815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2882958, 30.348419 ], [ 120.2884678, 30.3484682 ], [ 120.2891802, 30.3486556 ], [ 120.2895459, 30.3487524 ], [ 120.2899325, 30.3488548 ], [ 120.290408, 30.3489801 ], [ 120.2906116, 30.3490172 ], [ 120.2909031, 30.3490809 ], [ 120.2910439, 30.34911 ], [ 120.29113, 30.3491256 ], [ 120.2917506, 30.3492383 ], [ 120.2920679, 30.3492874 ], [ 120.2926989, 30.3493851 ], [ 120.2932022, 30.3494481 ], [ 120.293508, 30.3494568 ], [ 120.2937064, 30.3494638 ], [ 120.2939449, 30.3495158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939449, 30.3495158 ], [ 120.2937375, 30.3495453 ], [ 120.2934765, 30.3495469 ], [ 120.2934085, 30.3495426 ], [ 120.2931737, 30.3495223 ], [ 120.2928861, 30.3494779 ], [ 120.292554, 30.3494295 ], [ 120.2920056, 30.3493497 ], [ 120.2915702, 30.3492859 ], [ 120.2915376, 30.3492811 ], [ 120.2911294, 30.3492214 ], [ 120.2909321, 30.3491876 ], [ 120.2906221, 30.3491107 ], [ 120.2903998, 30.3490495 ], [ 120.2898106, 30.3488913 ], [ 120.2895173, 30.3488125 ], [ 120.2882754, 30.3484815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877197, 30.3438084 ], [ 120.2874582, 30.3436924 ], [ 120.2872904, 30.343618 ], [ 120.2870074, 30.3434499 ], [ 120.2867076, 30.3432719 ], [ 120.2863282, 30.342921 ], [ 120.2860653, 30.3425584 ], [ 120.2858431, 30.3421257 ], [ 120.2856588, 30.3417678 ], [ 120.2855856, 30.3415784 ], [ 120.2855151, 30.3412626 ], [ 120.2854636, 30.3409725 ], [ 120.2854446, 30.3405305 ], [ 120.2854717, 30.3401281 ], [ 120.2855259, 30.3398685 ], [ 120.2856354, 30.3395828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829951, 30.3415692 ], [ 120.282884, 30.3421202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830514, 30.3416583 ], [ 120.2830421, 30.3419492 ], [ 120.282989, 30.342221 ], [ 120.2829713, 30.3423432 ], [ 120.2829572, 30.3426364 ], [ 120.2828829, 30.3429297 ], [ 120.2828262, 30.3429999 ], [ 120.2827389, 30.3430534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282884, 30.3421202 ], [ 120.2828793, 30.3425356 ], [ 120.2828015, 30.3429113 ], [ 120.2827389, 30.3430534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877854, 30.3436353 ], [ 120.2878282, 30.3436562 ], [ 120.2878443, 30.3436629 ], [ 120.2878948, 30.343684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877197, 30.3438084 ], [ 120.2877854, 30.3436353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878948, 30.343684 ], [ 120.2878325, 30.3438584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878325, 30.3438584 ], [ 120.2877197, 30.3438084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830644, 30.3415668 ], [ 120.283175, 30.3417881 ], [ 120.2833593, 30.3425505 ], [ 120.2835382, 30.3432653 ], [ 120.28373, 30.3440093 ], [ 120.2837858, 30.34425 ], [ 120.28394, 30.3449153 ], [ 120.2840925, 30.3455257 ], [ 120.2841588, 30.3457931 ], [ 120.28427, 30.3460475 ], [ 120.2844028, 30.3462824 ], [ 120.2845424, 30.3465067 ], [ 120.2846528, 30.3466606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846022, 30.3466874 ], [ 120.284435, 30.3464801 ], [ 120.2842706, 30.3462099 ], [ 120.2841596, 30.345969 ], [ 120.2840212, 30.3455472 ], [ 120.2839136, 30.345112 ], [ 120.2836507, 30.3440233 ], [ 120.2835913, 30.3437949 ], [ 120.2834713, 30.3433335 ], [ 120.2832397, 30.342369 ], [ 120.2831162, 30.3418808 ], [ 120.2830514, 30.3416583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136522, 30.3316346 ], [ 120.3133795, 30.3316199 ], [ 120.3129576, 30.3316165 ], [ 120.310955, 30.3315879 ], [ 120.3076537, 30.3315816 ], [ 120.3036118, 30.3315347 ], [ 120.3034934, 30.3315385 ], [ 120.3034934, 30.3314885 ], [ 120.303575, 30.331457 ], [ 120.3076455, 30.3314793 ], [ 120.3080409, 30.3314831 ], [ 120.3109669, 30.331511 ], [ 120.3129569, 30.331536 ], [ 120.313385, 30.3315463 ], [ 120.3136633, 30.3315615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136522, 30.3316346 ], [ 120.3136633, 30.3315615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136633, 30.3315615 ], [ 120.3136522, 30.3316346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135075, 30.3377961 ], [ 120.3135484, 30.3349169 ], [ 120.313639, 30.3320059 ], [ 120.3136499, 30.3317841 ], [ 120.3136522, 30.3316346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136522, 30.3316346 ], [ 120.3136499, 30.3317841 ], [ 120.313639, 30.3320059 ], [ 120.3135484, 30.3349169 ], [ 120.3135075, 30.3377961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135149, 30.3379193 ], [ 120.3135075, 30.3377961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "幸福北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135075, 30.3377961 ], [ 120.3135149, 30.3379193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3023238, 30.3386012 ], [ 120.3080414, 30.3386566 ], [ 120.3087808, 30.3386549 ], [ 120.309483, 30.3386023 ], [ 120.3100502, 30.3384929 ], [ 120.310354, 30.3384132 ], [ 120.3105731, 30.3383556 ], [ 120.3112532, 30.3381391 ], [ 120.3119321, 30.3379625 ], [ 120.3124989, 30.3378484 ], [ 120.3128102, 30.3378182 ], [ 120.3132188, 30.3377984 ], [ 120.3135075, 30.3377961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135149, 30.3379193 ], [ 120.3132185, 30.3379297 ], [ 120.3128214, 30.3379475 ], [ 120.3126127, 30.3379599 ], [ 120.3120831, 30.3380344 ], [ 120.3117176, 30.3381311 ], [ 120.3104281, 30.3385242 ], [ 120.3103612, 30.3385378 ], [ 120.3098274, 30.3386464 ], [ 120.3093166, 30.3387273 ], [ 120.3088064, 30.3387674 ], [ 120.3023238, 30.3387047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005461, 30.3576257 ], [ 120.3035518, 30.3574967 ], [ 120.3088676, 30.3573818 ], [ 120.309564, 30.357344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔下路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3023238, 30.3386012 ], [ 120.3023238, 30.3387047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "通城高架路", "东湖高架路", "九堡大桥" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.3098682, 30.4546184 ], [ 120.3100594, 30.4542668 ], [ 120.3100989, 30.4539964 ], [ 120.3106281, 30.4517746 ], [ 120.3107388, 30.4512411 ], [ 120.3108301, 30.4508361 ], [ 120.3108987, 30.4505756 ], [ 120.311031, 30.4502083 ], [ 120.3111754, 30.4498523 ], [ 120.3117931, 30.4484095 ], [ 120.3126402, 30.4464652 ], [ 120.3129393, 30.4458003 ], [ 120.3139966, 30.4437782 ], [ 120.3144639, 30.4427668 ], [ 120.3151089, 30.4414482 ], [ 120.3155455, 30.4403356 ], [ 120.3158102, 30.439563 ], [ 120.3160911, 30.4385072 ], [ 120.3162423, 30.4377882 ], [ 120.3163381, 30.4372233 ], [ 120.3164078, 30.4366505 ], [ 120.3164234, 30.4362883 ], [ 120.316451, 30.4359054 ], [ 120.3165038, 30.4349772 ], [ 120.3166644, 30.43244 ], [ 120.3166958, 30.4319436 ], [ 120.3167807, 30.4304815 ], [ 120.3167876, 30.4302259 ], [ 120.3167913, 30.4299179 ], [ 120.3167937, 30.4295941 ], [ 120.316787, 30.4292605 ], [ 120.3167637, 30.4287944 ], [ 120.3162629, 30.4220124 ], [ 120.3161215, 30.4203329 ], [ 120.3160802, 30.4199354 ], [ 120.3160466, 30.4196493 ], [ 120.3159832, 30.4191812 ], [ 120.3159071, 30.418703 ], [ 120.3158031, 30.4181757 ], [ 120.3157058, 30.4177037 ], [ 120.31558, 30.4171751 ], [ 120.3155242, 30.4169456 ], [ 120.315455, 30.4167 ], [ 120.3153813, 30.4164516 ], [ 120.3149398, 30.4149628 ], [ 120.3128185, 30.4082426 ], [ 120.3125758, 30.4074775 ], [ 120.312526254856735, 30.407324913885866 ] ], [ [ 120.312195207586583, 30.391211641411363 ], [ 120.3122054, 30.3911422 ], [ 120.3122837, 30.3902248 ], [ 120.3122595, 30.3896362 ], [ 120.3122081, 30.3891253 ], [ 120.3120973, 30.3878172 ], [ 120.3119079, 30.3861721 ], [ 120.3117667, 30.3850106 ], [ 120.31178, 30.3844671 ], [ 120.3116357, 30.3824491 ], [ 120.3116852, 30.381317 ], [ 120.3117736, 30.380397 ], [ 120.3118457, 30.3795612 ], [ 120.3125632, 30.3721498 ], [ 120.3126196, 30.3713315 ], [ 120.312645, 30.3709506 ], [ 120.3126647, 30.3701494 ], [ 120.3125719, 30.3692604 ], [ 120.3124066, 30.3684786 ], [ 120.3121355, 30.3677109 ], [ 120.3118282, 30.367032 ], [ 120.3116225, 30.3666792 ], [ 120.3111298, 30.3659597 ], [ 120.3107067, 30.3654425 ], [ 120.3098851, 30.3646376 ], [ 120.3089522, 30.3639452 ], [ 120.3080181, 30.3632658 ], [ 120.3070729, 30.3625991 ], [ 120.3060918, 30.3618982 ], [ 120.305355, 30.3614138 ], [ 120.3051586, 30.3612718 ], [ 120.3029016, 30.3596404 ], [ 120.3020865, 30.359046 ], [ 120.3010898, 30.3582778 ], [ 120.3003263, 30.3576368 ], [ 120.2997807, 30.3571496 ], [ 120.2991362, 30.3565529 ], [ 120.2983563, 30.3557254 ], [ 120.2976122, 30.354871 ], [ 120.2968385, 30.3538931 ], [ 120.2963701, 30.3532174 ], [ 120.2956317, 30.3520284 ], [ 120.2952059, 30.3513414 ], [ 120.2947915, 30.3506938 ], [ 120.294344, 30.3499697 ], [ 120.2934474, 30.3485938 ], [ 120.2927203, 30.3473794 ], [ 120.2923542, 30.346693 ], [ 120.2919249, 30.345679 ], [ 120.2918187, 30.3453609 ], [ 120.2916585, 30.344829 ], [ 120.2915554, 30.3443517 ], [ 120.2915156, 30.3441215 ], [ 120.2914877, 30.3438558 ], [ 120.2914556, 30.3435406 ], [ 120.2914402, 30.3431739 ], [ 120.291412, 30.3426135 ], [ 120.2913536, 30.3415612 ], [ 120.2913166, 30.3406427 ], [ 120.2912843, 30.3397991 ], [ 120.291249, 30.3391947 ], [ 120.2912138, 30.3383453 ], [ 120.2911469, 30.337608 ], [ 120.2910719, 30.3368444 ], [ 120.2909489, 30.3362191 ], [ 120.2908705, 30.3358193 ], [ 120.2907053, 30.3351188 ], [ 120.2904064, 30.3340853 ], [ 120.2901708, 30.3334195 ], [ 120.2899775, 30.3328219 ], [ 120.2895788, 30.331477 ], [ 120.2893341, 30.3306563 ], [ 120.2891344, 30.3300258 ], [ 120.2890045, 30.3295784 ], [ 120.2888907, 30.3292097 ], [ 120.2887703, 30.3286875 ], [ 120.2887138, 30.3284306 ], [ 120.2886822, 30.3281492 ], [ 120.2886219, 30.327583 ], [ 120.2885719, 30.3269393 ], [ 120.2885655, 30.3266762 ], [ 120.2885867, 30.3263086 ], [ 120.2887034, 30.3240816 ], [ 120.2887217, 30.3236943 ], [ 120.2888034, 30.3225692 ], [ 120.2888105, 30.3217163 ], [ 120.2887777, 30.3210795 ], [ 120.2887048, 30.3202751 ], [ 120.2886376, 30.3198268 ], [ 120.2884775, 30.318985 ], [ 120.2884579, 30.318862 ], [ 120.2883462, 30.3184004 ], [ 120.2881239, 30.3176482 ], [ 120.2880348, 30.3172928 ], [ 120.2877272, 30.3162118 ], [ 120.2876776, 30.3160497 ], [ 120.2875978, 30.3157889 ], [ 120.2873628, 30.3148583 ], [ 120.2861958, 30.3106466 ], [ 120.2858232, 30.3093095 ], [ 120.2856799, 30.3085749 ], [ 120.2855171, 30.307611 ], [ 120.2853847, 30.3066006 ], [ 120.2849822, 30.3035695 ], [ 120.2847919, 30.3020116 ], [ 120.2847298, 30.3013832 ], [ 120.2846992, 30.2989083 ], [ 120.2847079, 30.2986115 ], [ 120.2847351, 30.2958009 ], [ 120.2848674, 30.290622 ], [ 120.2850368, 30.2806766 ], [ 120.2850557, 30.2796116 ], [ 120.2851064, 30.2776909 ], [ 120.2851452, 30.2756482 ], [ 120.2851946, 30.2731535 ], [ 120.2852349, 30.2707882 ], [ 120.2852862, 30.2683475 ], [ 120.2853172, 30.2672168 ], [ 120.2853483, 30.2654786 ], [ 120.2854191, 30.2625632 ], [ 120.2854501, 30.2608826 ], [ 120.2854604, 30.2595606 ], [ 120.2855456, 30.2554976 ], [ 120.2856009, 30.2539196 ], [ 120.2856028, 30.2535777 ], [ 120.2856075, 30.2527378 ], [ 120.2856279, 30.2521378 ], [ 120.2857233, 30.2513777 ], [ 120.2858295, 30.2507581 ], [ 120.2860917, 30.2482692 ], [ 120.2863342, 30.2466128 ], [ 120.2863633, 30.2464472 ], [ 120.2864209, 30.2460637 ], [ 120.2864876, 30.245469 ], [ 120.2866222, 30.2445246 ], [ 120.2866654, 30.2440689 ], [ 120.2868404, 30.2428861 ], [ 120.2869598, 30.2421379 ], [ 120.2872477, 30.2399967 ], [ 120.2873018, 30.2388383 ], [ 120.28727, 30.2375277 ], [ 120.287222, 30.236981 ], [ 120.2871332, 30.2363079 ], [ 120.2868597, 30.2336245 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "通城高架路", "东湖高架路", "九堡大桥" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.2869836, 30.2336073 ], [ 120.2872567, 30.236292 ], [ 120.2873491, 30.2369964 ], [ 120.2874008, 30.2375322 ], [ 120.2874348, 30.2387898 ], [ 120.2873521, 30.2400266 ], [ 120.2870785, 30.2423452 ], [ 120.2867962, 30.2442105 ], [ 120.2867598, 30.2444954 ], [ 120.2866316, 30.2454777 ], [ 120.2865456, 30.2460682 ], [ 120.2859457, 30.2507408 ], [ 120.285887, 30.2510586 ], [ 120.2858377, 30.2518256 ], [ 120.285736, 30.2534102 ], [ 120.2857127, 30.2539078 ], [ 120.2856795, 30.2554977 ], [ 120.2855987, 30.2595594 ], [ 120.2855717, 30.2608828 ], [ 120.2855462, 30.262544 ], [ 120.2854874, 30.2654901 ], [ 120.285451, 30.2672177 ], [ 120.2853951, 30.2683491 ], [ 120.2853613, 30.2707764 ], [ 120.2853122, 30.2731326 ], [ 120.2852722, 30.2756574 ], [ 120.2852416, 30.2776957 ], [ 120.2851731, 30.2796115 ], [ 120.2851462, 30.2809424 ], [ 120.2849868, 30.2906596 ], [ 120.284876, 30.2957981 ], [ 120.284824, 30.2984034 ], [ 120.2848287, 30.2986164 ], [ 120.2848715, 30.2990848 ], [ 120.2848364, 30.3006573 ], [ 120.2849249, 30.3019575 ], [ 120.2851616, 30.3035982 ], [ 120.285366, 30.305212 ], [ 120.2855043, 30.3063691 ], [ 120.2856739, 30.3075036 ], [ 120.2858358, 30.3085998 ], [ 120.2859788, 30.309319 ], [ 120.2860747, 30.309705 ], [ 120.2863205, 30.3106178 ], [ 120.287489, 30.3148286 ], [ 120.2877577, 30.3157685 ], [ 120.2878498, 30.3160887 ], [ 120.2881454, 30.3171549 ], [ 120.2881924, 30.317325 ], [ 120.288389, 30.3180231 ], [ 120.2885794, 30.3188053 ], [ 120.2887584, 30.3197172 ], [ 120.2888081, 30.3200992 ], [ 120.2888935, 30.3208511 ], [ 120.2889346, 30.3220584 ], [ 120.2889466, 30.3225715 ], [ 120.2889382, 30.3229894 ], [ 120.2887837, 30.3250333 ], [ 120.2887004, 30.326275 ], [ 120.2886958, 30.327005 ], [ 120.2887372, 30.3275282 ], [ 120.2887856, 30.3280056 ], [ 120.2888887, 30.3286467 ], [ 120.2890142, 30.3291793 ], [ 120.2890982, 30.3294813 ], [ 120.2892225, 30.3299082 ], [ 120.2894293, 30.3305619 ], [ 120.2897298, 30.3314313 ], [ 120.289913, 30.3320879 ], [ 120.2902272, 30.333101 ], [ 120.2904427, 30.333802 ], [ 120.2906485, 30.3344607 ], [ 120.2908429, 30.3351216 ], [ 120.2909916, 30.3357815 ], [ 120.2911287, 30.3365325 ], [ 120.2912464, 30.3373401 ], [ 120.2913364, 30.3382484 ], [ 120.2913784, 30.3391409 ], [ 120.2914231, 30.3405448 ], [ 120.291476, 30.3415612 ], [ 120.2915223, 30.3426038 ], [ 120.2915648, 30.3431611 ], [ 120.2916082, 30.3437349 ], [ 120.291672, 30.3442321 ], [ 120.2917609, 30.3447102 ], [ 120.291962, 30.345338 ], [ 120.2922067, 30.346009 ], [ 120.2926049, 30.3469129 ], [ 120.2935374, 30.3485055 ], [ 120.2944594, 30.3499167 ], [ 120.2948928, 30.3506277 ], [ 120.2953112, 30.3512666 ], [ 120.2955847, 30.3517098 ], [ 120.2964658, 30.3531829 ], [ 120.2969268, 30.3538437 ], [ 120.2976849, 30.3548296 ], [ 120.2984191, 30.3556653 ], [ 120.2992106, 30.3564954 ], [ 120.2998503, 30.3571106 ], [ 120.3004868, 30.3576717 ], [ 120.3011586, 30.3582268 ], [ 120.302145, 30.3589876 ], [ 120.3029553, 30.3595607 ], [ 120.3047333, 30.3608426 ], [ 120.3054385, 30.3613511 ], [ 120.30616, 30.3618493 ], [ 120.3071086, 30.3625315 ], [ 120.3080769, 30.3631994 ], [ 120.309011, 30.3638505 ], [ 120.3099515, 30.3645642 ], [ 120.3103548, 30.3649563 ], [ 120.3108094, 30.3653982 ], [ 120.3112323, 30.365899 ], [ 120.3117194, 30.3665991 ], [ 120.3119544, 30.3669906 ], [ 120.3122538, 30.3676613 ], [ 120.3125218, 30.3684502 ], [ 120.3126759, 30.3692392 ], [ 120.3127592, 30.3701293 ], [ 120.3127449, 30.3709264 ], [ 120.3127063, 30.3713271 ], [ 120.3126453, 30.3721566 ], [ 120.3119756, 30.3795719 ], [ 120.3118922, 30.3804194 ], [ 120.3118139, 30.3813131 ], [ 120.3117721, 30.3824475 ], [ 120.3117806, 30.3829094 ], [ 120.3117937, 30.3835317 ], [ 120.3118316, 30.3842493 ], [ 120.3119068, 30.384991 ], [ 120.3122132, 30.3877929 ], [ 120.3124003, 30.3890999 ], [ 120.312444, 30.3898142 ], [ 120.3124479, 30.3903005 ], [ 120.31243193696794, 30.390588888136989 ] ], [ [ 120.312713516783731, 30.407454616430158 ], [ 120.3130236, 30.4084048 ], [ 120.3131099, 30.4086923 ], [ 120.315087, 30.4149255 ], [ 120.3156029, 30.4166583 ], [ 120.3156782, 30.416924 ], [ 120.3157473, 30.4171845 ], [ 120.3158026, 30.4174104 ], [ 120.3158486, 30.417623 ], [ 120.3159387, 30.4180485 ], [ 120.3160106, 30.4184357 ], [ 120.3160837, 30.4188258 ], [ 120.3161506, 30.419268 ], [ 120.3162052, 30.4196704 ], [ 120.3162446, 30.4199853 ], [ 120.3162801, 30.4203323 ], [ 120.316439, 30.4222483 ], [ 120.3165447, 30.4235406 ], [ 120.3169219, 30.4287709 ], [ 120.3169486, 30.429187 ], [ 120.3169544, 30.4295036 ], [ 120.3169529, 30.4298779 ], [ 120.3169468, 30.4302341 ], [ 120.3169368, 30.4305137 ], [ 120.3168351, 30.4322222 ], [ 120.3165732, 30.436199 ], [ 120.316551, 30.4366447 ], [ 120.3164651, 30.4372712 ], [ 120.3163782, 30.4378124 ], [ 120.3162156, 30.4385382 ], [ 120.3159358, 30.4395888 ], [ 120.3156684, 30.4403694 ], [ 120.31523, 30.4414781 ], [ 120.3145858, 30.4428301 ], [ 120.3115202, 30.4494736 ], [ 120.3113193, 30.4499514 ], [ 120.3112536, 30.4501211 ], [ 120.3111646, 30.4503471 ], [ 120.3110767, 30.450604 ], [ 120.3110275, 30.4507703 ], [ 120.3109783, 30.4509647 ], [ 120.3108805, 30.4514114 ], [ 120.3108026, 30.4518102 ], [ 120.3107246, 30.4522152 ], [ 120.3103986, 30.4538907 ], [ 120.3102758, 30.4545218 ], [ 120.3102429, 30.4548652 ], [ 120.3096927, 30.4572939 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "外翁线(旧)", "乔下路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3023238, 30.3387047 ], [ 120.3023252, 30.340082 ], [ 120.3023253, 30.3401294 ], [ 120.3023255, 30.3403912 ], [ 120.302328, 30.3430164 ], [ 120.3023364, 30.3434859 ], [ 120.3022963, 30.3448284 ], [ 120.3022134, 30.3448222 ], [ 120.3021189, 30.3448187 ], [ 120.3006549, 30.344757 ], [ 120.3004408, 30.3447393 ], [ 120.3002385, 30.344676 ], [ 120.3000697, 30.3445893 ], [ 120.2999122, 30.3444927 ], [ 120.2996593, 30.3442744 ], [ 120.2995141, 30.3441885 ], [ 120.2993814, 30.3441384 ], [ 120.2992736, 30.3441348 ], [ 120.2991783, 30.3441492 ], [ 120.299058, 30.3441778 ], [ 120.2988882, 30.3442626 ], [ 120.2984947, 30.3447766 ], [ 120.2972005, 30.3464697 ], [ 120.2969735, 30.3468109 ], [ 120.2967381, 30.3471323 ], [ 120.2966842, 30.3473005 ], [ 120.2966552, 30.3474257 ], [ 120.2966352, 30.3476468 ], [ 120.2966352, 30.3479454 ], [ 120.2965942, 30.3486842 ], [ 120.2965885, 30.3492482 ], [ 120.29758, 30.3505546 ], [ 120.2976614, 30.3505966 ], [ 120.2981809, 30.3508166 ], [ 120.2985608, 30.3509808 ], [ 120.2991195, 30.3511885 ], [ 120.2997554, 30.3514355 ], [ 120.3003795, 30.3518465 ], [ 120.3004528, 30.3518932 ], [ 120.3008561, 30.3521259 ], [ 120.3014958, 30.352472 ], [ 120.3015759, 30.3525154 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "外翁线(旧)", "乔下路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3015759, 30.3525154 ], [ 120.3014958, 30.352472 ], [ 120.3008561, 30.3521259 ], [ 120.3004528, 30.3518932 ], [ 120.3003795, 30.3518465 ], [ 120.2997554, 30.3514355 ], [ 120.2991195, 30.3511885 ], [ 120.2985608, 30.3509808 ], [ 120.2981809, 30.3508166 ], [ 120.2976614, 30.3505966 ], [ 120.29758, 30.3505546 ], [ 120.2965885, 30.3492482 ], [ 120.2965942, 30.3486842 ], [ 120.2966352, 30.3479454 ], [ 120.2966352, 30.3476468 ], [ 120.2966552, 30.3474257 ], [ 120.2966842, 30.3473005 ], [ 120.2967381, 30.3471323 ], [ 120.2969735, 30.3468109 ], [ 120.2972005, 30.3464697 ], [ 120.2984947, 30.3447766 ], [ 120.2988882, 30.3442626 ], [ 120.299058, 30.3441778 ], [ 120.2991783, 30.3441492 ], [ 120.2992736, 30.3441348 ], [ 120.2993814, 30.3441384 ], [ 120.2995141, 30.3441885 ], [ 120.2996593, 30.3442744 ], [ 120.2999122, 30.3444927 ], [ 120.3000697, 30.3445893 ], [ 120.3002385, 30.344676 ], [ 120.3004408, 30.3447393 ], [ 120.3006549, 30.344757 ], [ 120.3021189, 30.3448187 ], [ 120.3022134, 30.3448222 ], [ 120.3022963, 30.3448284 ], [ 120.3023364, 30.3434859 ], [ 120.302328, 30.3430164 ], [ 120.3023255, 30.3403912 ], [ 120.3023253, 30.3401294 ], [ 120.3023252, 30.340082 ], [ 120.3023238, 30.3387047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线(旧)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3015759, 30.3525154 ], [ 120.3021465, 30.3528563 ], [ 120.3026387, 30.3531134 ], [ 120.30289, 30.3532518 ], [ 120.3033065, 30.3534422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线(旧)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032569, 30.3534894 ], [ 120.3029474, 30.3533534 ], [ 120.3027968, 30.353273 ], [ 120.302553, 30.3531429 ], [ 120.302183, 30.3529447 ], [ 120.3019127, 30.352785 ], [ 120.3015759, 30.3525154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033065, 30.3534422 ], [ 120.3033999, 30.3534698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032569, 30.3534894 ], [ 120.3033065, 30.3534422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033065, 30.3534422 ], [ 120.3032569, 30.3534894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864469, 30.3478204 ], [ 120.2865201, 30.347845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864434, 30.3478876 ], [ 120.2864469, 30.3478204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2865201, 30.347845 ], [ 120.2864434, 30.3478876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2865201, 30.347845 ], [ 120.2874958, 30.3481899 ], [ 120.2882958, 30.348419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2882754, 30.3484815 ], [ 120.2875348, 30.3482814 ], [ 120.2866727, 30.3479845 ], [ 120.2864434, 30.3478876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.28615, 30.3487047 ], [ 120.2862322, 30.3484758 ], [ 120.2864434, 30.3478876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864434, 30.3478876 ], [ 120.2862322, 30.3484758 ], [ 120.28615, 30.3487047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2880886, 30.3491553 ], [ 120.28615, 30.3487047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.28615, 30.3487047 ], [ 120.2880886, 30.3491553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856073, 30.3503899 ], [ 120.2857746, 30.3498577 ], [ 120.2858172, 30.3497221 ], [ 120.2859603, 30.3492669 ], [ 120.28615, 30.3487047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2817297, 30.3365434 ], [ 120.2815557, 30.3366056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814423, 30.3366477 ], [ 120.2814225, 30.3366048 ], [ 120.281374, 30.3365341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2815557, 30.3366056 ], [ 120.2814423, 30.3366477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773041, 30.3383515 ], [ 120.2778749, 30.3382163 ], [ 120.2786454, 30.3379987 ], [ 120.2790517, 30.3378509 ], [ 120.2790986, 30.3378244 ], [ 120.2794128, 30.3376467 ], [ 120.2800744, 30.3372826 ], [ 120.280873, 30.3368258 ], [ 120.2812933, 30.3365799 ], [ 120.281374, 30.3365341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814423, 30.3366477 ], [ 120.280966, 30.3369036 ], [ 120.2800847, 30.3374167 ], [ 120.2795291, 30.3377314 ], [ 120.2791315, 30.3379421 ], [ 120.278931, 30.3380175 ], [ 120.2785039, 30.3381845 ], [ 120.2781523, 30.3382985 ], [ 120.277543, 30.3384422 ], [ 120.2773129, 30.3384835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771685, 30.3383583 ], [ 120.2773041, 30.3383515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773041, 30.3383515 ], [ 120.2773129, 30.3384835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771847, 30.3384852 ], [ 120.2771685, 30.3383583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773129, 30.3384835 ], [ 120.2772573, 30.3384817 ], [ 120.2771847, 30.3384852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773129, 30.3384835 ], [ 120.2775317, 30.3398777 ], [ 120.277827, 30.3410204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2857375, 30.3394589 ], [ 120.2859054, 30.3394794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856354, 30.3395828 ], [ 120.2857375, 30.3394589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859054, 30.3394794 ], [ 120.2858203, 30.3395962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858203, 30.3395962 ], [ 120.2856354, 30.3395828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828451, 30.33982 ], [ 120.283159, 30.3397552 ], [ 120.2837276, 30.3395901 ], [ 120.2841246, 30.3394959 ], [ 120.2843606, 30.3394651 ], [ 120.2845681, 30.3394543 ], [ 120.2849311, 30.3394373 ], [ 120.2853227, 30.3394419 ], [ 120.2857375, 30.3394589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856354, 30.3395828 ], [ 120.2851957, 30.3395654 ], [ 120.2847594, 30.3395453 ], [ 120.2844447, 30.33957 ], [ 120.2840459, 30.339641 ], [ 120.2835399, 30.3397907 ], [ 120.2830678, 30.3399404 ], [ 120.2828885, 30.3399888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827404, 30.3398313 ], [ 120.2828451, 30.33982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826005, 30.3398963 ], [ 120.2827404, 30.3398313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828451, 30.33982 ], [ 120.2828676, 30.3399074 ], [ 120.2828885, 30.3399888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824556, 30.3399411 ], [ 120.2826005, 30.3398963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827404, 30.3398313 ], [ 120.28277, 30.3399381 ], [ 120.2827869, 30.3400174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826389, 30.3400579 ], [ 120.2826251, 30.3399846 ], [ 120.2826005, 30.3398963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828885, 30.3399888 ], [ 120.2827869, 30.3400174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824827, 30.3401121 ], [ 120.2824655, 30.3400329 ], [ 120.2824556, 30.3399411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827869, 30.3400174 ], [ 120.2826389, 30.3400579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826389, 30.3400579 ], [ 120.2824827, 30.3401121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827869, 30.3400174 ], [ 120.2829379, 30.3407247 ], [ 120.2829895, 30.3411543 ], [ 120.2830055, 30.341482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828156, 30.3414471 ], [ 120.2828084, 30.3410962 ], [ 120.2827685, 30.3407452 ], [ 120.2826389, 30.3400579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828885, 30.3399888 ], [ 120.2829536, 30.3402418 ], [ 120.2830315, 30.3406419 ], [ 120.2830468, 30.3407499 ], [ 120.2830669, 30.3408924 ], [ 120.2830881, 30.3412039 ], [ 120.2830689, 30.3414475 ], [ 120.2830644, 30.3415668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826636, 30.3414786 ], [ 120.2826847, 30.3411825 ], [ 120.2826245, 30.3407641 ], [ 120.2824827, 30.3401121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.277692, 30.3410477 ], [ 120.2776784, 30.3409848 ], [ 120.2775055, 30.3402028 ], [ 120.2771847, 30.3384852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.277692, 30.3410477 ], [ 120.277827, 30.3410204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.277827, 30.3410204 ], [ 120.2778626, 30.3411578 ], [ 120.2777223, 30.3411879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777223, 30.3411879 ], [ 120.277692, 30.3410477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "农垦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777223, 30.3411879 ], [ 120.2775967, 30.3412091 ], [ 120.2771002, 30.3412887 ], [ 120.2760666, 30.3414835 ], [ 120.2760339, 30.3413613 ], [ 120.277692, 30.3410477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805712, 30.3468254 ], [ 120.2806213, 30.3466132 ], [ 120.2807098, 30.3462619 ], [ 120.2807947, 30.3459809 ], [ 120.2809752, 30.3455472 ], [ 120.2811097, 30.3452968 ], [ 120.2812387, 30.3450486 ], [ 120.2815929, 30.3443673 ], [ 120.2817892, 30.3439895 ], [ 120.2820193, 30.3435558 ], [ 120.2821396, 30.3432962 ], [ 120.2822281, 30.3430976 ], [ 120.282458, 30.3425821 ], [ 120.282536, 30.3423768 ], [ 120.2826386, 30.3418301 ], [ 120.2826636, 30.3414786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806759, 30.3468167 ], [ 120.2807798, 30.3463911 ], [ 120.2808634, 30.3460751 ], [ 120.2809964, 30.3457775 ], [ 120.2812236, 30.3453166 ], [ 120.2820919, 30.3436685 ], [ 120.2823648, 30.3431524 ], [ 120.2825988, 30.3426087 ], [ 120.2827127, 30.3421971 ], [ 120.2827977, 30.3417193 ], [ 120.2828183, 30.3415363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783704, 30.3454596 ], [ 120.2784535, 30.345649 ], [ 120.2785491, 30.3459272 ], [ 120.2786029, 30.3463131 ], [ 120.2786105, 30.3466489 ], [ 120.2785714, 30.3470009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785714, 30.3470009 ], [ 120.2786105, 30.3466489 ], [ 120.2786029, 30.3463131 ], [ 120.2785491, 30.3459272 ], [ 120.2784535, 30.345649 ], [ 120.2783704, 30.3454596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809087, 30.3468 ], [ 120.2809961, 30.3467987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723288, 30.3366196 ], [ 120.2716146, 30.3371183 ], [ 120.2702225, 30.3381192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724471, 30.3365406 ], [ 120.2729552, 30.3370976 ], [ 120.2730467, 30.3371663 ], [ 120.2732585, 30.3373254 ], [ 120.2738033, 30.3376744 ], [ 120.274247, 30.3379022 ], [ 120.2745446, 30.3380186 ], [ 120.2747861, 30.3380913 ], [ 120.2750846, 30.3381764 ], [ 120.2754404, 30.3382657 ], [ 120.2758754, 30.3383302 ], [ 120.2762582, 30.3383494 ], [ 120.2771685, 30.3383583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771847, 30.3384852 ], [ 120.276445, 30.3384724 ], [ 120.2760472, 30.338453 ], [ 120.2753811, 30.3383466 ], [ 120.2747982, 30.3382194 ], [ 120.2744246, 30.3381012 ], [ 120.2739255, 30.3378515 ], [ 120.273508, 30.3376244 ], [ 120.272975, 30.337279 ], [ 120.2723288, 30.3366196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2700768, 30.3379896 ], [ 120.2702225, 30.3381192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三胜街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702225, 30.3381192 ], [ 120.2700595, 30.3382517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2700595, 30.3382517 ], [ 120.2699844, 30.3381847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702225, 30.3381192 ], [ 120.2722133, 30.3398908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720449, 30.3400229 ], [ 120.270823, 30.3389328 ], [ 120.2700595, 30.3382517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745161, 30.3500602 ], [ 120.2748492, 30.349991 ], [ 120.2752956, 30.3499219 ], [ 120.2756895, 30.3498955 ], [ 120.2760921, 30.3498767 ], [ 120.2765263, 30.3499651 ], [ 120.2767949, 30.3499782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745161, 30.3500602 ], [ 120.274675, 30.3503188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282884, 30.3421202 ], [ 120.2828187, 30.3424523 ], [ 120.2827818, 30.3426439 ], [ 120.2824887, 30.3433784 ], [ 120.282224, 30.3438257 ], [ 120.2815621, 30.3450623 ], [ 120.281378, 30.3454047 ], [ 120.2812222, 30.3457837 ], [ 120.2809827, 30.3464062 ], [ 120.2809087, 30.3468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827389, 30.3430534 ], [ 120.2827059, 30.3431282 ], [ 120.2825856, 30.343397 ], [ 120.2821786, 30.344127 ], [ 120.2817609, 30.3449211 ], [ 120.2815435, 30.3453177 ], [ 120.2813575, 30.3456572 ], [ 120.2812513, 30.3459596 ], [ 120.2809961, 30.3467987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864469, 30.3478204 ], [ 120.2876459, 30.3440179 ], [ 120.2877197, 30.3438084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878325, 30.3438584 ], [ 120.2877553, 30.3440718 ], [ 120.2865201, 30.347845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846022, 30.3466874 ], [ 120.2846528, 30.3466606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846528, 30.3466606 ], [ 120.2846022, 30.3466874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846022, 30.3466874 ], [ 120.2844329, 30.3467396 ], [ 120.2841944, 30.3467732 ], [ 120.2809961, 30.3467987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809961, 30.3467987 ], [ 120.2841944, 30.3467732 ], [ 120.2844329, 30.3467396 ], [ 120.2846022, 30.3466874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2846528, 30.3466606 ], [ 120.284913, 30.3469106 ], [ 120.2851055, 30.3470701 ], [ 120.2854674, 30.3473255 ], [ 120.2860189, 30.3475981 ], [ 120.2864469, 30.3478204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2864434, 30.3478876 ], [ 120.2854013, 30.3473688 ], [ 120.285102, 30.3471745 ], [ 120.2848265, 30.3469539 ], [ 120.2846022, 30.3466874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809961, 30.3467987 ], [ 120.2809087, 30.3468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806759, 30.3468167 ], [ 120.2809087, 30.3468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809087, 30.3468 ], [ 120.2806759, 30.3468167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806759, 30.3468167 ], [ 120.2805712, 30.3468254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805712, 30.3468254 ], [ 120.2806759, 30.3468167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785714, 30.3470009 ], [ 120.2794649, 30.3469171 ], [ 120.279781, 30.3468909 ], [ 120.2805712, 30.3468254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805712, 30.3468254 ], [ 120.279781, 30.3468909 ], [ 120.2794649, 30.3469171 ], [ 120.2785714, 30.3470009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806388, 30.3484388 ], [ 120.2806115, 30.3479702 ], [ 120.2806195, 30.3475322 ], [ 120.2806759, 30.3468167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2806388, 30.3484388 ], [ 120.2805257, 30.3482105 ], [ 120.2804833, 30.3476241 ], [ 120.2804939, 30.347276 ], [ 120.2805257, 30.3470194 ], [ 120.2805712, 30.3468254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809961, 30.3467987 ], [ 120.280954, 30.347056 ], [ 120.2809115, 30.3473676 ], [ 120.280908, 30.3478227 ], [ 120.2809221, 30.3482503 ], [ 120.2808702, 30.3485552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2809087, 30.3468 ], [ 120.2808373, 30.3471859 ], [ 120.2808014, 30.3476084 ], [ 120.2808181, 30.3480238 ], [ 120.2808702, 30.3485552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745161, 30.3500602 ], [ 120.2743938, 30.3497118 ], [ 120.2744141, 30.3494698 ], [ 120.274571, 30.3492287 ], [ 120.274884, 30.3488744 ], [ 120.2754024, 30.3479955 ], [ 120.2755874, 30.3477271 ], [ 120.2758313, 30.3474886 ], [ 120.2761199, 30.3473272 ], [ 120.2764655, 30.3471939 ], [ 120.2765842, 30.3471772 ], [ 120.2770387, 30.3471132 ], [ 120.2785714, 30.3470009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785714, 30.3470009 ], [ 120.2770387, 30.3471132 ], [ 120.2765842, 30.3471772 ], [ 120.2764655, 30.3471939 ], [ 120.2761199, 30.3473272 ], [ 120.2758313, 30.3474886 ], [ 120.2755874, 30.3477271 ], [ 120.2754024, 30.3479955 ], [ 120.274884, 30.3488744 ], [ 120.274571, 30.3492287 ], [ 120.2744141, 30.3494698 ], [ 120.2743938, 30.3497118 ], [ 120.2745161, 30.3500602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2785714, 30.3470009 ], [ 120.2784412, 30.3483659 ], [ 120.2783694, 30.3491181 ], [ 120.278275, 30.350164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278275, 30.350164 ], [ 120.2783694, 30.3491181 ], [ 120.2784412, 30.3483659 ], [ 120.2785714, 30.3470009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807719, 30.350194 ], [ 120.2807302, 30.349644 ], [ 120.2806388, 30.3484388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808702, 30.3485552 ], [ 120.2810134, 30.3501739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276812, 30.3500954 ], [ 120.2767949, 30.3499782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767949, 30.3499782 ], [ 120.276812, 30.3500954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767949, 30.3499782 ], [ 120.278275, 30.350164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782816, 30.3502682 ], [ 120.276812, 30.3500954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807719, 30.350194 ], [ 120.2810134, 30.3501739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278275, 30.350164 ], [ 120.2792052, 30.3502358 ], [ 120.2793421, 30.3502364 ], [ 120.2797419, 30.3502381 ], [ 120.2800305, 30.3502393 ], [ 120.2807719, 30.350194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782816, 30.3502682 ], [ 120.278275, 30.350164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.278275, 30.350164 ], [ 120.2782816, 30.3502682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810134, 30.3501739 ], [ 120.2810274, 30.3502989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807796, 30.3503073 ], [ 120.2807719, 30.350194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810274, 30.3502989 ], [ 120.2807796, 30.3503073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807796, 30.3503073 ], [ 120.2803953, 30.3503267 ], [ 120.2795634, 30.3503586 ], [ 120.2794203, 30.3503539 ], [ 120.2790796, 30.3503427 ], [ 120.2782816, 30.3502682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810274, 30.3502989 ], [ 120.2811069, 30.3509545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699844, 30.3381847 ], [ 120.2699068, 30.3381155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269326, 30.3385912 ], [ 120.2699844, 30.3381847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699844, 30.3381847 ], [ 120.269326, 30.3385912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697479, 30.3615289 ], [ 120.2698792, 30.3615872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697262, 30.3616621 ], [ 120.2697479, 30.3615289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2698792, 30.3615872 ], [ 120.2697262, 30.3616621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639909, 30.3645057 ], [ 120.2641545, 30.3644917 ], [ 120.2645555, 30.3644574 ], [ 120.2650571, 30.3643672 ], [ 120.2654701, 30.3642422 ], [ 120.2658993, 30.3640802 ], [ 120.2663338, 30.3638465 ], [ 120.2664374, 30.3637817 ], [ 120.2669758, 30.363445 ], [ 120.2686715, 30.362221 ], [ 120.2693701, 30.3617381 ], [ 120.2697479, 30.3615289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697262, 30.3616621 ], [ 120.2692729, 30.3619552 ], [ 120.2685565, 30.3624272 ], [ 120.2670554, 30.3635112 ], [ 120.2665627, 30.3638564 ], [ 120.2661471, 30.3640936 ], [ 120.2656932, 30.3643075 ], [ 120.2651646, 30.3644666 ], [ 120.2647615, 30.3645376 ], [ 120.2640017, 30.3646037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639909, 30.3645057 ], [ 120.2640017, 30.3646037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640017, 30.3646037 ], [ 120.2639909, 30.3645057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.28615, 30.3487047 ], [ 120.2859603, 30.3492669 ], [ 120.2858172, 30.3497221 ], [ 120.2857746, 30.3498577 ], [ 120.2856073, 30.3503899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876357, 30.3507895 ], [ 120.2878597, 30.3499814 ], [ 120.2879407, 30.349689 ], [ 120.288015, 30.349421 ], [ 120.2880886, 30.3491553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2880886, 30.3491553 ], [ 120.288015, 30.349421 ], [ 120.2879407, 30.349689 ], [ 120.2878597, 30.3499814 ], [ 120.2876357, 30.3507895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810134, 30.3501739 ], [ 120.2816177, 30.3501902 ], [ 120.2825846, 30.3502164 ], [ 120.2845503, 30.3503292 ], [ 120.2856073, 30.3503899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856137, 30.3504755 ], [ 120.2849154, 30.3504417 ], [ 120.2834564, 30.3503711 ], [ 120.2825665, 30.3503281 ], [ 120.2820124, 30.3503176 ], [ 120.2810274, 30.3502989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856073, 30.3503899 ], [ 120.2856137, 30.3504755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856137, 30.3504755 ], [ 120.2856073, 30.3503899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856073, 30.3503899 ], [ 120.2876357, 30.3507895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2901785, 30.3513867 ], [ 120.2888473, 30.3511227 ], [ 120.2876145, 30.350876 ], [ 120.2872491, 30.3508029 ], [ 120.2856137, 30.3504755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856464, 30.351641 ], [ 120.2856234, 30.3508203 ], [ 120.2856137, 30.3504755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856137, 30.3504755 ], [ 120.2856234, 30.3508203 ], [ 120.2856464, 30.351641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811069, 30.3509545 ], [ 120.2815107, 30.3509888 ], [ 120.2819644, 30.3509728 ], [ 120.2833927, 30.3509226 ], [ 120.2834968, 30.3510132 ], [ 120.2837795, 30.3511799 ], [ 120.2840346, 30.3512582 ], [ 120.2844706, 30.3513617 ], [ 120.2856464, 30.351641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856464, 30.351641 ], [ 120.2844706, 30.3513617 ], [ 120.2840346, 30.3512582 ], [ 120.2837795, 30.3511799 ], [ 120.2834968, 30.3510132 ], [ 120.2833927, 30.3509226 ], [ 120.2819644, 30.3509728 ], [ 120.2815107, 30.3509888 ], [ 120.2811069, 30.3509545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856464, 30.351641 ], [ 120.2857228, 30.3531671 ], [ 120.2858684, 30.3545225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858684, 30.3545225 ], [ 120.2857228, 30.3531671 ], [ 120.2856464, 30.351641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858684, 30.3545225 ], [ 120.2854974, 30.3545244 ], [ 120.2852618, 30.354522 ], [ 120.2850385, 30.3545197 ], [ 120.2840552, 30.354555 ], [ 120.2838127, 30.3545687 ], [ 120.2831704, 30.3546168 ], [ 120.2827789, 30.3546428 ], [ 120.2825754, 30.3546794 ], [ 120.2823593, 30.3547474 ], [ 120.2821429, 30.3548354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821429, 30.3548354 ], [ 120.2823593, 30.3547474 ], [ 120.2825754, 30.3546794 ], [ 120.2827789, 30.3546428 ], [ 120.2831704, 30.3546168 ], [ 120.2838127, 30.3545687 ], [ 120.2840552, 30.354555 ], [ 120.2850385, 30.3545197 ], [ 120.2852618, 30.354522 ], [ 120.2854974, 30.3545244 ], [ 120.2858684, 30.3545225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2895393, 30.3551038 ], [ 120.2879559, 30.3547698 ], [ 120.2858684, 30.3545225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858684, 30.3545225 ], [ 120.2879559, 30.3547698 ], [ 120.2895393, 30.3551038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282048, 30.3548539 ], [ 120.2821429, 30.3548354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033999, 30.3534698 ], [ 120.3033503, 30.3535237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033503, 30.3535237 ], [ 120.3033999, 30.3534698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线(旧)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033503, 30.3535237 ], [ 120.3032569, 30.3534894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002105, 30.3576356 ], [ 120.3001212, 30.3575618 ], [ 120.2996803, 30.3571477 ], [ 120.2994951, 30.3569738 ], [ 120.2990057, 30.3565072 ], [ 120.2985989, 30.3560919 ], [ 120.2981219, 30.3555396 ], [ 120.2975498, 30.3548967 ], [ 120.2967756, 30.3539179 ], [ 120.2962965, 30.3532545 ], [ 120.295791, 30.3523974 ], [ 120.2955666, 30.3520908 ], [ 120.2951872, 30.3515004 ], [ 120.2951147, 30.3513875 ], [ 120.2947246, 30.3507173 ], [ 120.2941976, 30.3498481 ], [ 120.2939449, 30.3495158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033999, 30.3534698 ], [ 120.3035913, 30.3535376 ], [ 120.3047723, 30.3539558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "外翁线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3047723, 30.3539558 ], [ 120.3043532, 30.3538769 ], [ 120.3036906, 30.3536435 ], [ 120.3033503, 30.3535237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "新万大桥", "外翁线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997927, 30.3556938 ], [ 120.3027476, 30.3538324 ], [ 120.3030758, 30.3536114 ], [ 120.3032569, 30.3534894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "新万大桥", "外翁线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032569, 30.3534894 ], [ 120.3030758, 30.3536114 ], [ 120.3027476, 30.3538324 ], [ 120.2997927, 30.3556938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "新万大桥", "外翁线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033503, 30.3535237 ], [ 120.3028043, 30.3538836 ], [ 120.2998436, 30.3557521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "新万大桥", "外翁线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998436, 30.3557521 ], [ 120.3028043, 30.3538836 ], [ 120.3033503, 30.3535237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943785, 30.3496012 ], [ 120.2939449, 30.3495158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939449, 30.3495158 ], [ 120.2943785, 30.3496012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876357, 30.3507895 ], [ 120.2888984, 30.3510383 ], [ 120.2902107, 30.3512969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2906994, 30.3529416 ], [ 120.290535, 30.352904 ], [ 120.2900303, 30.3527884 ], [ 120.2896781, 30.3527078 ], [ 120.2885842, 30.3524183 ], [ 120.2872761, 30.3520722 ], [ 120.287104, 30.3520267 ], [ 120.2856464, 30.351641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856464, 30.351641 ], [ 120.287104, 30.3520267 ], [ 120.2872761, 30.3520722 ], [ 120.2885842, 30.3524183 ], [ 120.2896781, 30.3527078 ], [ 120.2900303, 30.3527884 ], [ 120.290535, 30.352904 ], [ 120.2906994, 30.3529416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943785, 30.3496012 ], [ 120.294717, 30.3501298 ], [ 120.2949912, 30.3506162 ], [ 120.2953854, 30.3512579 ], [ 120.295528, 30.3514954 ], [ 120.2959473, 30.3521937 ], [ 120.2965394, 30.353133 ], [ 120.2969966, 30.3538107 ], [ 120.2977491, 30.3547964 ], [ 120.2984825, 30.3556332 ], [ 120.2987732, 30.3559334 ], [ 120.2987943, 30.3559552 ], [ 120.2988831, 30.3560435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2950063, 30.357616 ], [ 120.2950549, 30.3574765 ], [ 120.2952132, 30.3576178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2950063, 30.357616 ], [ 120.2952132, 30.3576178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952132, 30.3576178 ], [ 120.2952062, 30.3577677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2949918, 30.3577788 ], [ 120.2950063, 30.357616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821429, 30.3548354 ], [ 120.282048, 30.3548539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2818388, 30.3549167 ], [ 120.282048, 30.3548539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282048, 30.3548539 ], [ 120.2818388, 30.3549167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821429, 30.3548354 ], [ 120.282221, 30.3550396 ], [ 120.2825309, 30.3556687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860361, 30.3560999 ], [ 120.2859409, 30.3550897 ], [ 120.2858684, 30.3545225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858684, 30.3545225 ], [ 120.2859409, 30.3550897 ], [ 120.2860361, 30.3560999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860361, 30.3560999 ], [ 120.2825309, 30.3556687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2825309, 30.3556687 ], [ 120.2860361, 30.3560999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860361, 30.3560999 ], [ 120.2877169, 30.3562777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877169, 30.3562777 ], [ 120.2860361, 30.3560999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2988831, 30.3560435 ], [ 120.2990176, 30.3561076 ], [ 120.2990937, 30.3561137 ], [ 120.2992052, 30.3560633 ], [ 120.299322, 30.3559931 ], [ 120.2993401, 30.3559816 ], [ 120.2997927, 30.3556938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998436, 30.3557521 ], [ 120.2994397, 30.3560006 ], [ 120.2991811, 30.3561698 ], [ 120.299159, 30.3562231 ], [ 120.2991697, 30.3562682 ], [ 120.2992046, 30.3563342 ], [ 120.2992364, 30.356395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2988831, 30.3560435 ], [ 120.2990845, 30.3562439 ], [ 120.2992364, 30.356395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992364, 30.356395 ], [ 120.2993953, 30.3565532 ], [ 120.2994282, 30.3565859 ], [ 120.2995438, 30.3567009 ], [ 120.3001965, 30.3573184 ], [ 120.3005461, 30.3576257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002105, 30.3576356 ], [ 120.3005461, 30.3576257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952132, 30.3576178 ], [ 120.2972906, 30.3576358 ], [ 120.2986026, 30.3576384 ], [ 120.2999117, 30.3576443 ], [ 120.3002105, 30.3576356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005461, 30.3576257 ], [ 120.3006328, 30.357702 ], [ 120.3007254, 30.3577802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003865, 30.3577841 ], [ 120.3002105, 30.3576356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003865, 30.3577841 ], [ 120.2993459, 30.3577637 ], [ 120.2991491, 30.3577624 ], [ 120.2973093, 30.3577505 ], [ 120.2952062, 30.3577677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3007254, 30.3577802 ], [ 120.3003865, 30.3577841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952062, 30.3577677 ], [ 120.2949918, 30.3577788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881154, 30.358405 ], [ 120.2885771, 30.358395 ], [ 120.2888847, 30.3583728 ], [ 120.2894204, 30.3583294 ], [ 120.289903, 30.358266 ], [ 120.2901678, 30.3582292 ], [ 120.2910162, 30.3580862 ], [ 120.2923701, 30.3578795 ], [ 120.2934975, 30.3577313 ], [ 120.2941081, 30.3576622 ], [ 120.2945595, 30.357631 ], [ 120.2950063, 30.357616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2949918, 30.3577788 ], [ 120.294622, 30.3577802 ], [ 120.2938553, 30.35783 ], [ 120.2929906, 30.3579201 ], [ 120.2926676, 30.3579669 ], [ 120.2918832, 30.3580806 ], [ 120.2909986, 30.3582213 ], [ 120.2901391, 30.358371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2901391, 30.358371 ], [ 120.2899009, 30.3583977 ], [ 120.2893961, 30.3584595 ], [ 120.2888093, 30.358505 ], [ 120.2881117, 30.3585064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔莫东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881154, 30.358405 ], [ 120.2881117, 30.3585064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔莫东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881117, 30.3585064 ], [ 120.2881154, 30.358405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952097, 30.3598032 ], [ 120.2950764, 30.3590414 ], [ 120.2949884, 30.3583787 ], [ 120.2949918, 30.3577788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900684, 30.3602758 ], [ 120.2901391, 30.358371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2901391, 30.358371 ], [ 120.2900684, 30.3602758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952062, 30.3577677 ], [ 120.2951951, 30.3581348 ], [ 120.2952485, 30.3590944 ], [ 120.2954103, 30.3599606 ], [ 120.2957, 30.3609193 ], [ 120.2960308, 30.3618112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863197, 30.3582518 ], [ 120.2863272, 30.358332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863272, 30.358332 ], [ 120.2863197, 30.3582518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863197, 30.3582518 ], [ 120.2881154, 30.358405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881117, 30.3585064 ], [ 120.2864581, 30.3583448 ], [ 120.2863272, 30.358332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839526, 30.3581265 ], [ 120.2844366, 30.3587745 ], [ 120.2846684, 30.3590812 ], [ 120.2848613, 30.3593364 ], [ 120.2853921, 30.3599167 ], [ 120.285622, 30.3601603 ], [ 120.2857638, 30.3603106 ], [ 120.2865763, 30.3611484 ], [ 120.286858, 30.3614426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔莫东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881117, 30.3585064 ], [ 120.2881062, 30.3586769 ], [ 120.2880803, 30.3588869 ], [ 120.2879866, 30.3591242 ], [ 120.2879709, 30.3591573 ], [ 120.2878206, 30.359475 ], [ 120.2877371, 30.3597343 ], [ 120.2877013, 30.3599769 ], [ 120.2876928, 30.3601771 ], [ 120.2876709, 30.3604051 ], [ 120.2876202, 30.3606252 ], [ 120.2875273, 30.3607935 ], [ 120.2874452, 30.3609247 ], [ 120.2872587, 30.3611247 ], [ 120.2871089, 30.3612562 ], [ 120.286858, 30.3614426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔莫东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.286858, 30.3614426 ], [ 120.2871089, 30.3612562 ], [ 120.2872587, 30.3611247 ], [ 120.2874452, 30.3609247 ], [ 120.2875273, 30.3607935 ], [ 120.2876202, 30.3606252 ], [ 120.2876709, 30.3604051 ], [ 120.2876928, 30.3601771 ], [ 120.2877013, 30.3599769 ], [ 120.2877371, 30.3597343 ], [ 120.2878206, 30.359475 ], [ 120.2879709, 30.3591573 ], [ 120.2879866, 30.3591242 ], [ 120.2880803, 30.3588869 ], [ 120.2881062, 30.3586769 ], [ 120.2881117, 30.3585064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838684, 30.3581168 ], [ 120.2841945, 30.3585913 ], [ 120.2842669, 30.3586883 ], [ 120.284549, 30.3590663 ], [ 120.2846022, 30.3591375 ], [ 120.2852389, 30.3598783 ], [ 120.2856804, 30.3603405 ], [ 120.28577, 30.3604342 ], [ 120.2863096, 30.3609936 ], [ 120.2865328, 30.3612251 ], [ 120.2867961, 30.3615063 ], [ 120.2879063, 30.3626359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876969, 30.362724 ], [ 120.286623, 30.3615889 ], [ 120.2860599, 30.36099 ], [ 120.2857421, 30.360652 ], [ 120.2854796, 30.3603774 ], [ 120.2849897, 30.359865 ], [ 120.2843186, 30.3590781 ], [ 120.2842855, 30.3590329 ], [ 120.2840074, 30.3586527 ], [ 120.2836223, 30.3581263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876969, 30.362724 ], [ 120.2874555, 30.3625582 ], [ 120.2864858, 30.3615688 ], [ 120.2857739, 30.3608327 ], [ 120.2855585, 30.3606099 ], [ 120.2853449, 30.3604282 ], [ 120.2848542, 30.3598556 ], [ 120.2845534, 30.3594983 ], [ 120.2841412, 30.3590044 ], [ 120.2838703, 30.3586799 ], [ 120.2834855, 30.3581366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3095249, 30.3575098 ], [ 120.3088747, 30.3575197 ], [ 120.3034245, 30.3576964 ], [ 120.3026871, 30.3577193 ], [ 120.3007254, 30.3577802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3007254, 30.3577802 ], [ 120.3011947, 30.3581767 ], [ 120.3019018, 30.3587054 ], [ 120.3022093, 30.3589353 ], [ 120.3031335, 30.359577 ], [ 120.303497, 30.3598294 ], [ 120.3035015, 30.3598325 ], [ 120.3038553, 30.3600782 ], [ 120.3039477, 30.3601472 ], [ 120.3054678, 30.3612822 ], [ 120.3059142, 30.3615954 ], [ 120.3081317, 30.363151 ], [ 120.3085578, 30.3634585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "翁梅街", "新宜大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085578, 30.3634585 ], [ 120.3090519, 30.3629584 ], [ 120.3116166, 30.3601083 ], [ 120.3120374, 30.3596383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "翁梅街", "新宜大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3086731, 30.3635342 ], [ 120.3091223, 30.3630011 ], [ 120.3116921, 30.3601494 ], [ 120.3121378, 30.3596682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039358, 30.3638858 ], [ 120.3044879, 30.3633386 ], [ 120.3056488, 30.3622756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3056488, 30.3622756 ], [ 120.3044879, 30.3633386 ], [ 120.3039358, 30.3638858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085578, 30.3634585 ], [ 120.3086731, 30.3635342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084123, 30.363627 ], [ 120.3085578, 30.3634585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3086731, 30.3635342 ], [ 120.3085062, 30.3636948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085062, 30.3636948 ], [ 120.3084123, 30.363627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952097, 30.3598032 ], [ 120.2928273, 30.3600215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2928273, 30.3600215 ], [ 120.2952097, 30.3598032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2928273, 30.3600215 ], [ 120.2900684, 30.3602758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900684, 30.3602758 ], [ 120.2928273, 30.3600215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295819, 30.3618033 ], [ 120.2957277, 30.36151 ], [ 120.2955176, 30.3608885 ], [ 120.29532, 30.3602347 ], [ 120.2952097, 30.3598032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2928273, 30.3600215 ], [ 120.2930229, 30.360813 ], [ 120.2933547, 30.3618086 ], [ 120.2933953, 30.3619502 ], [ 120.2934555, 30.3620533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934555, 30.3620533 ], [ 120.2933953, 30.3619502 ], [ 120.2933547, 30.3618086 ], [ 120.2930229, 30.360813 ], [ 120.2928273, 30.3600215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2899908, 30.3623667 ], [ 120.2900684, 30.3602758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900684, 30.3602758 ], [ 120.2899908, 30.3623667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295819, 30.3618033 ], [ 120.2960308, 30.3618112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜康街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2470717, 30.3239679 ], [ 120.2459215, 30.3226776 ], [ 120.2457652, 30.3225144 ], [ 120.2454819, 30.3222187 ], [ 120.245124, 30.3219187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2470717, 30.3239679 ], [ 120.2481684, 30.3230969 ], [ 120.2490779, 30.3223481 ], [ 120.2493426, 30.3221301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493426, 30.3221301 ], [ 120.2490779, 30.3223481 ], [ 120.2481684, 30.3230969 ], [ 120.2470717, 30.3239679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533282, 30.3252021 ], [ 120.2493426, 30.3221301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2450597, 30.3247206 ], [ 120.2456683, 30.3244634 ], [ 120.2463486, 30.324192 ], [ 120.2468771, 30.3239721 ], [ 120.2470717, 30.3239679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2470717, 30.3239679 ], [ 120.2469557, 30.3241206 ], [ 120.2464502, 30.32433 ], [ 120.2458445, 30.3245745 ], [ 120.2454292, 30.3247625 ], [ 120.2453471, 30.3248143 ], [ 120.2452078, 30.324882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜康街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2470717, 30.3239679 ], [ 120.2473576, 30.324341 ], [ 120.2478338, 30.3251074 ], [ 120.2480766, 30.3255306 ], [ 120.2482837, 30.3257865 ], [ 120.2483147, 30.3258248 ], [ 120.248549, 30.3260786 ], [ 120.2492371, 30.3267169 ], [ 120.2503296, 30.3275405 ], [ 120.2509586, 30.3279851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜康街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2509586, 30.3279851 ], [ 120.2503296, 30.3275405 ], [ 120.2492371, 30.3267169 ], [ 120.248549, 30.3260786 ], [ 120.2483147, 30.3258248 ], [ 120.2482837, 30.3257865 ], [ 120.2480766, 30.3255306 ], [ 120.2478338, 30.3251074 ], [ 120.2473576, 30.324341 ], [ 120.2470717, 30.3239679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2452078, 30.324882 ], [ 120.2455883, 30.3252842 ], [ 120.246436, 30.3260998 ], [ 120.2469996, 30.3266405 ], [ 120.2475048, 30.3270895 ], [ 120.2485233, 30.328011 ], [ 120.2492152, 30.3286267 ], [ 120.2499405, 30.3292223 ], [ 120.2501684, 30.3294022 ], [ 120.2504172, 30.3295543 ], [ 120.2507656, 30.3297658 ], [ 120.2511032, 30.3299796 ], [ 120.2518739, 30.3305751 ], [ 120.2519245, 30.3306259 ], [ 120.2526791, 30.3313844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "空港大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2523939, 30.3316817 ], [ 120.2511597, 30.3307619 ], [ 120.2506028, 30.3303514 ], [ 120.2498303, 30.3296917 ], [ 120.2495976, 30.3294823 ], [ 120.248009, 30.3280529 ], [ 120.2468503, 30.3269826 ], [ 120.2460616, 30.3262457 ], [ 120.2452905, 30.3253988 ], [ 120.2449104, 30.3249889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675917, 30.3281177 ], [ 120.2676438, 30.328061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267778, 30.328109 ], [ 120.2677251, 30.3281634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677251, 30.3281634 ], [ 120.2675917, 30.3281177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.267778, 30.328109 ], [ 120.2705408, 30.3294567 ], [ 120.2707607, 30.32956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706634, 30.3296174 ], [ 120.2694663, 30.3289927 ], [ 120.2677251, 30.3281634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662826, 30.3312145 ], [ 120.2664686, 30.3308146 ], [ 120.2669183, 30.3296158 ], [ 120.2671045, 30.3291615 ], [ 120.2673423, 30.3285884 ], [ 120.2675917, 30.3281177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677251, 30.3281634 ], [ 120.2674863, 30.3286656 ], [ 120.2673773, 30.3288686 ], [ 120.2672741, 30.3290608 ], [ 120.266867, 30.3301237 ], [ 120.2665164, 30.3310233 ], [ 120.266395, 30.3312215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662826, 30.3312145 ], [ 120.2647522, 30.3302298 ], [ 120.2641646, 30.3298517 ], [ 120.2636449, 30.3295195 ], [ 120.2624511, 30.3287566 ], [ 120.2620781, 30.3284734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2620781, 30.3284734 ], [ 120.2624511, 30.3287566 ], [ 120.2636449, 30.3295195 ], [ 120.2641646, 30.3298517 ], [ 120.2647522, 30.3302298 ], [ 120.2662826, 30.3312145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706634, 30.3296174 ], [ 120.2699812, 30.3303391 ], [ 120.2696261, 30.3307147 ], [ 120.2680092, 30.3323007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693096, 30.3332469 ], [ 120.26943, 30.3333576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692827, 30.3334368 ], [ 120.2691779, 30.3333051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26943, 30.3333576 ], [ 120.2692827, 30.3334368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2645201, 30.3336864 ], [ 120.2646105, 30.3337426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644018, 30.3337808 ], [ 120.2645201, 30.3336864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2646105, 30.3337426 ], [ 120.2645112, 30.3338744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2645112, 30.3338744 ], [ 120.2644018, 30.3337808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2635231, 30.3345548 ], [ 120.2644018, 30.3337808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2664534, 30.3351663 ], [ 120.2673443, 30.3345081 ], [ 120.2679378, 30.3340879 ], [ 120.2685593, 30.3336958 ], [ 120.2691779, 30.3333051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "三卫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2645112, 30.3338744 ], [ 120.263594, 30.3346037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533282, 30.3252021 ], [ 120.2532509, 30.3253074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532509, 30.3253074 ], [ 120.2533282, 30.3252021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767949, 30.3499782 ], [ 120.2760129, 30.3497809 ], [ 120.275688, 30.349738 ], [ 120.2753765, 30.3497356 ], [ 120.2750553, 30.3497619 ], [ 120.2746707, 30.3498634 ], [ 120.2723619, 30.3504726 ], [ 120.2718059, 30.3506729 ], [ 120.2707181, 30.3509228 ], [ 120.2701868, 30.3510625 ], [ 120.2691294, 30.3514081 ], [ 120.2685899, 30.3515766 ], [ 120.2679155, 30.3517873 ], [ 120.2674614, 30.3519291 ], [ 120.2673635, 30.3519597 ], [ 120.267077, 30.3520026 ], [ 120.2661398, 30.3519953 ], [ 120.2648075, 30.3519848 ], [ 120.2646922, 30.3519839 ], [ 120.2643709, 30.3520464 ], [ 120.2641038, 30.3521371 ], [ 120.2634257, 30.3523825 ], [ 120.2631603, 30.3524311 ], [ 120.2628744, 30.3524545 ], [ 120.2627232, 30.3524411 ], [ 120.2626103, 30.3524311 ], [ 120.2617929, 30.3522699 ], [ 120.2617067, 30.3522621 ], [ 120.2612488, 30.3522206 ], [ 120.2607536, 30.3521995 ], [ 120.2603375, 30.3522178 ], [ 120.2599432, 30.3522597 ], [ 120.2598878, 30.3522687 ], [ 120.2595702, 30.35232 ], [ 120.2592522, 30.3523714 ], [ 120.2589681, 30.3523714 ], [ 120.2588217, 30.3523591 ], [ 120.258231, 30.3522955 ], [ 120.2580937, 30.3522848 ], [ 120.2571952, 30.3522149 ], [ 120.2567873, 30.3521956 ], [ 120.256617, 30.3521875 ], [ 120.2560759, 30.3521881 ], [ 120.2560116, 30.3521882 ], [ 120.2552351, 30.3522364 ], [ 120.25501, 30.3522505 ], [ 120.2545017, 30.3522824 ], [ 120.254324, 30.3522845 ], [ 120.2539682, 30.3522886 ], [ 120.2537682, 30.3522909 ], [ 120.2535196, 30.3522861 ], [ 120.2532488, 30.3522808 ], [ 120.2532143, 30.3522801 ], [ 120.2529379, 30.3522457 ], [ 120.2524869, 30.3521896 ], [ 120.252403, 30.3521766 ], [ 120.2518736, 30.3520945 ], [ 120.2513109, 30.3519574 ], [ 120.2506125, 30.3517314 ], [ 120.250208, 30.3515992 ], [ 120.2497352, 30.3514447 ], [ 120.2494872, 30.3513636 ], [ 120.248104, 30.350944 ], [ 120.2472475, 30.3506842 ], [ 120.2465797, 30.3504957 ], [ 120.2454514, 30.3501773 ], [ 120.2442363, 30.349782 ], [ 120.2434513, 30.3495547 ], [ 120.243115, 30.3494574 ], [ 120.2428447, 30.3493792 ], [ 120.2427005, 30.3493371 ], [ 120.2413487, 30.3489422 ], [ 120.2409737, 30.3488035 ], [ 120.2401505, 30.3483694 ], [ 120.2399744, 30.3482693 ], [ 120.2393171, 30.3478957 ], [ 120.2392343, 30.3478466 ], [ 120.2390927, 30.3477627 ], [ 120.2388774, 30.347635 ], [ 120.2381932, 30.3472294 ], [ 120.2372156, 30.3466721 ], [ 120.2369366, 30.3465131 ], [ 120.2365873, 30.3463267 ], [ 120.2359639, 30.345994 ], [ 120.2358297, 30.3459224 ], [ 120.2347505, 30.3453466 ], [ 120.2336773, 30.3447809 ], [ 120.2327256, 30.3443233 ], [ 120.232311, 30.3441129 ], [ 120.2317705, 30.3439314 ], [ 120.2299949, 30.343164 ], [ 120.22959, 30.3429015 ], [ 120.2294816, 30.3428079 ], [ 120.2289034, 30.3424011 ], [ 120.2285884, 30.3421349 ], [ 120.2283547, 30.3418761 ], [ 120.2283277, 30.3418462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2283277, 30.3418462 ], [ 120.2283547, 30.3418761 ], [ 120.2285884, 30.3421349 ], [ 120.2289034, 30.3424011 ], [ 120.2294816, 30.3428079 ], [ 120.22959, 30.3429015 ], [ 120.2299949, 30.343164 ], [ 120.2317705, 30.3439314 ], [ 120.232311, 30.3441129 ], [ 120.2327256, 30.3443233 ], [ 120.2336773, 30.3447809 ], [ 120.2347505, 30.3453466 ], [ 120.2358297, 30.3459224 ], [ 120.2359639, 30.345994 ], [ 120.2365873, 30.3463267 ], [ 120.2369366, 30.3465131 ], [ 120.2372156, 30.3466721 ], [ 120.2381932, 30.3472294 ], [ 120.2388774, 30.347635 ], [ 120.2390927, 30.3477627 ], [ 120.2392343, 30.3478466 ], [ 120.2393171, 30.3478957 ], [ 120.2399744, 30.3482693 ], [ 120.2401505, 30.3483694 ], [ 120.2409737, 30.3488035 ], [ 120.2413487, 30.3489422 ], [ 120.2427005, 30.3493371 ], [ 120.2428447, 30.3493792 ], [ 120.243115, 30.3494574 ], [ 120.2434513, 30.3495547 ], [ 120.2442363, 30.349782 ], [ 120.2454514, 30.3501773 ], [ 120.2465797, 30.3504957 ], [ 120.2472475, 30.3506842 ], [ 120.248104, 30.350944 ], [ 120.2494872, 30.3513636 ], [ 120.2497352, 30.3514447 ], [ 120.250208, 30.3515992 ], [ 120.2506125, 30.3517314 ], [ 120.2513109, 30.3519574 ], [ 120.2518736, 30.3520945 ], [ 120.252403, 30.3521766 ], [ 120.2524869, 30.3521896 ], [ 120.2529379, 30.3522457 ], [ 120.2532143, 30.3522801 ], [ 120.2532488, 30.3522808 ], [ 120.2535196, 30.3522861 ], [ 120.2537682, 30.3522909 ], [ 120.2539682, 30.3522886 ], [ 120.254324, 30.3522845 ], [ 120.2545017, 30.3522824 ], [ 120.25501, 30.3522505 ], [ 120.2552351, 30.3522364 ], [ 120.2560116, 30.3521882 ], [ 120.2560759, 30.3521881 ], [ 120.256617, 30.3521875 ], [ 120.2567873, 30.3521956 ], [ 120.2571952, 30.3522149 ], [ 120.2580937, 30.3522848 ], [ 120.258231, 30.3522955 ], [ 120.2588217, 30.3523591 ], [ 120.2589681, 30.3523714 ], [ 120.2592522, 30.3523714 ], [ 120.2595702, 30.35232 ], [ 120.2598878, 30.3522687 ], [ 120.2599432, 30.3522597 ], [ 120.2603375, 30.3522178 ], [ 120.2607536, 30.3521995 ], [ 120.2612488, 30.3522206 ], [ 120.2617067, 30.3522621 ], [ 120.2617929, 30.3522699 ], [ 120.2626103, 30.3524311 ], [ 120.2627232, 30.3524411 ], [ 120.2628744, 30.3524545 ], [ 120.2631603, 30.3524311 ], [ 120.2634257, 30.3523825 ], [ 120.2641038, 30.3521371 ], [ 120.2643709, 30.3520464 ], [ 120.2646922, 30.3519839 ], [ 120.2648075, 30.3519848 ], [ 120.2661398, 30.3519953 ], [ 120.267077, 30.3520026 ], [ 120.2673635, 30.3519597 ], [ 120.2674614, 30.3519291 ], [ 120.2679155, 30.3517873 ], [ 120.2685899, 30.3515766 ], [ 120.2691294, 30.3514081 ], [ 120.2701868, 30.3510625 ], [ 120.2707181, 30.3509228 ], [ 120.2718059, 30.3506729 ], [ 120.2723619, 30.3504726 ], [ 120.2746707, 30.3498634 ], [ 120.2750553, 30.3497619 ], [ 120.2753765, 30.3497356 ], [ 120.275688, 30.349738 ], [ 120.2760129, 30.3497809 ], [ 120.2767949, 30.3499782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544509, 30.368835 ], [ 120.2545193, 30.368903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542713, 30.3689817 ], [ 120.2544509, 30.368835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545193, 30.368903 ], [ 120.2543511, 30.369057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2543511, 30.369057 ], [ 120.2542713, 30.3689817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498417, 30.3709856 ], [ 120.2503461, 30.3699687 ], [ 120.2503709, 30.3698973 ], [ 120.2504298, 30.3697756 ], [ 120.250455, 30.3697175 ], [ 120.2507544, 30.369161 ], [ 120.2508688, 30.3689972 ], [ 120.2511134, 30.3688515 ], [ 120.2514216, 30.3687081 ], [ 120.2517058, 30.3685934 ], [ 120.2517316, 30.3685743 ], [ 120.2520996, 30.368436 ], [ 120.2522704, 30.3683513 ], [ 120.252674, 30.3681879 ], [ 120.2528301, 30.3681418 ], [ 120.2529703, 30.3681418 ], [ 120.2531118, 30.3681483 ], [ 120.2532245, 30.368202 ], [ 120.2532967, 30.3682901 ], [ 120.2533827, 30.3684317 ], [ 120.2534439, 30.3685894 ], [ 120.2534744, 30.3687335 ], [ 120.2535692, 30.3688918 ], [ 120.2537247, 30.3689261 ], [ 120.2538879, 30.368971 ], [ 120.2541097, 30.3689956 ], [ 120.2542713, 30.3689817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2543511, 30.369057 ], [ 120.2541756, 30.3690478 ], [ 120.2538258, 30.3690152 ], [ 120.2535428, 30.3689385 ], [ 120.2534265, 30.368804 ], [ 120.2533734, 30.3685966 ], [ 120.2532872, 30.3684019 ], [ 120.2532332, 30.368288 ], [ 120.2531121, 30.3682109 ], [ 120.2528475, 30.3682142 ], [ 120.2526539, 30.3682876 ], [ 120.2523645, 30.3684051 ], [ 120.2522851, 30.3684373 ], [ 120.2521579, 30.3684924 ], [ 120.2520459, 30.3685343 ], [ 120.2517765, 30.3686273 ], [ 120.2514629, 30.3687574 ], [ 120.2512588, 30.3688445 ], [ 120.2508466, 30.3691307 ], [ 120.2506269, 30.3695161 ], [ 120.2504838, 30.3698103 ], [ 120.2504267, 30.3699743 ], [ 120.2504083, 30.3700164 ], [ 120.2498894, 30.3709901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619753, 30.3283844 ], [ 120.2620265, 30.3284238 ], [ 120.2620781, 30.3284734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534193, 30.3251045 ], [ 120.2551401, 30.3264308 ], [ 120.2567645, 30.3276829 ], [ 120.2571035, 30.3279391 ], [ 120.2584848, 30.3289831 ], [ 120.2590025, 30.3293877 ], [ 120.2599011, 30.3300899 ], [ 120.2601101, 30.3302533 ], [ 120.2628927, 30.3324278 ], [ 120.2645201, 30.3336864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "红普路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2644018, 30.3337808 ], [ 120.2627965, 30.3325158 ], [ 120.2620687, 30.3319575 ], [ 120.2605679, 30.3308063 ], [ 120.2599709, 30.3303483 ], [ 120.2597887, 30.3302085 ], [ 120.2588927, 30.3295212 ], [ 120.2588185, 30.3294643 ], [ 120.2569685, 30.3280373 ], [ 120.2567044, 30.3278336 ], [ 120.2533282, 30.3252021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2544509, 30.368835 ], [ 120.2547458, 30.3685957 ], [ 120.2551256, 30.3682873 ], [ 120.2557819, 30.3677546 ], [ 120.2564228, 30.3672344 ], [ 120.2578072, 30.3660914 ], [ 120.2579238, 30.3660083 ], [ 120.2581922, 30.365817 ], [ 120.2588383, 30.3654533 ], [ 120.2593567, 30.3652026 ], [ 120.2597469, 30.3650508 ], [ 120.2600386, 30.3649221 ], [ 120.2604159, 30.3648298 ], [ 120.2610689, 30.3647236 ], [ 120.2616395, 30.3646628 ], [ 120.2622888, 30.3646316 ], [ 120.2636008, 30.3645361 ], [ 120.2639909, 30.3645057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640017, 30.3646037 ], [ 120.2637318, 30.3646006 ], [ 120.2631116, 30.3646391 ], [ 120.2618845, 30.3647431 ], [ 120.2613557, 30.3647819 ], [ 120.260877, 30.3648545 ], [ 120.260452, 30.364939 ], [ 120.2600362, 30.3650677 ], [ 120.2596399, 30.3652278 ], [ 120.2591467, 30.3654359 ], [ 120.2586682, 30.365692 ], [ 120.2580175, 30.3661726 ], [ 120.2576843, 30.3663953 ], [ 120.2574911, 30.3665478 ], [ 120.2557007, 30.3679603 ], [ 120.2552362, 30.368331 ], [ 120.2548533, 30.3686365 ], [ 120.2545193, 30.368903 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": [ "世纪大道", "留石高架路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391389, 30.3503669 ], [ 120.2390253, 30.3506581 ], [ 120.238988, 30.3509443 ], [ 120.2390253, 30.351182 ], [ 120.239114, 30.3513876 ], [ 120.2392588, 30.351585 ], [ 120.2408527, 30.3534918 ], [ 120.2417298, 30.3544925 ], [ 120.2423358, 30.3551838 ], [ 120.242559, 30.3554493 ], [ 120.242951, 30.355884 ], [ 120.2432363, 30.3562411 ], [ 120.2441715, 30.3573282 ], [ 120.244788, 30.3581076 ], [ 120.2449568, 30.3583556 ], [ 120.2450777, 30.358552 ], [ 120.2454961, 30.3593574 ], [ 120.2456793, 30.3597721 ], [ 120.2458477, 30.3600879 ], [ 120.246016, 30.3603416 ], [ 120.2464016, 30.3609104 ], [ 120.2469565, 30.3615505 ], [ 120.2476105, 30.36227 ], [ 120.2490864, 30.3639008 ], [ 120.2496904, 30.3645847 ], [ 120.2502977, 30.365233 ], [ 120.2511609, 30.3661043 ], [ 120.2519471, 30.3668464 ], [ 120.2534081, 30.3680638 ], [ 120.2549709, 30.3693631 ], [ 120.2556868, 30.3700387 ], [ 120.2568398, 30.3712543 ], [ 120.2588338, 30.3733317 ], [ 120.2603384, 30.3749145 ], [ 120.2615686, 30.3762414 ], [ 120.2619885, 30.3766942 ], [ 120.2626001, 30.3773597 ], [ 120.2629209, 30.3777218 ], [ 120.2632464, 30.3781527 ], [ 120.2637457, 30.3788 ], [ 120.2642725, 30.379578 ], [ 120.2647086, 30.3802636 ], [ 120.2664071, 30.3833303 ], [ 120.2666313, 30.3837401 ], [ 120.2678788, 30.3860211 ], [ 120.2682253, 30.3866048 ], [ 120.2687611, 30.3874132 ], [ 120.2694337, 30.3883205 ], [ 120.2702379, 30.3892956 ], [ 120.2706159, 30.3897413 ], [ 120.2723186, 30.3917517 ], [ 120.274472, 30.3942643 ], [ 120.2750343, 30.3949895 ], [ 120.2759051, 30.3958613 ], [ 120.2771146, 30.3969408 ], [ 120.2774982, 30.3972665 ], [ 120.2779361, 30.3975977 ], [ 120.2785468, 30.3980336 ], [ 120.2813121, 30.3999052 ], [ 120.2820481, 30.4002715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2819219, 30.4003865 ], [ 120.2812768, 30.3999391 ], [ 120.2792811, 30.3986249 ], [ 120.2778759, 30.3976214 ], [ 120.2774787, 30.3973226 ], [ 120.2769973, 30.3969206 ], [ 120.2765262, 30.3964949 ], [ 120.2758742, 30.3959014 ], [ 120.2753647, 30.3954375 ], [ 120.2749574, 30.3950102 ], [ 120.2722297, 30.391822 ], [ 120.2708097, 30.3901687 ], [ 120.2700229, 30.3892284 ], [ 120.2693607, 30.3883969 ], [ 120.2686821, 30.3874926 ], [ 120.268119, 30.386652 ], [ 120.2677979, 30.3861038 ], [ 120.2665214, 30.383811 ], [ 120.2662721, 30.3833632 ], [ 120.2646119, 30.3803258 ], [ 120.2641561, 30.3796401 ], [ 120.2636247, 30.3788405 ], [ 120.2631378, 30.3782138 ], [ 120.2629, 30.3779086 ], [ 120.26261, 30.3775494 ], [ 120.2618865, 30.3767546 ], [ 120.2602491, 30.3750111 ], [ 120.259165, 30.373871 ], [ 120.258716, 30.3733988 ], [ 120.25677, 30.3713098 ], [ 120.2555819, 30.3701175 ], [ 120.254865, 30.369441 ], [ 120.253907, 30.36861 ], [ 120.252803, 30.3677277 ], [ 120.2518436, 30.3669196 ], [ 120.2510513, 30.3661834 ], [ 120.250219, 30.3653057 ], [ 120.2496005, 30.3646481 ], [ 120.2490034, 30.3639797 ], [ 120.2474815, 30.3623353 ], [ 120.2468499, 30.3616337 ], [ 120.2462817, 30.360984 ], [ 120.2460752, 30.3607056 ], [ 120.245683, 30.3601567 ], [ 120.2452413, 30.35943 ], [ 120.2447908, 30.3585423 ], [ 120.2445702, 30.3581401 ], [ 120.2443795, 30.3578155 ], [ 120.2441055, 30.3574119 ], [ 120.2434698, 30.3567025 ], [ 120.2411922, 30.3540732 ], [ 120.2391744, 30.3517179 ], [ 120.2390214, 30.3515249 ], [ 120.2389323, 30.3513713 ], [ 120.2388863, 30.3512749 ], [ 120.2388114, 30.351023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545193, 30.368903 ], [ 120.2557514, 30.3699934 ], [ 120.2561712, 30.370438 ], [ 120.2569078, 30.371218 ], [ 120.2588933, 30.3732865 ], [ 120.2599317, 30.3743613 ], [ 120.26041, 30.3748747 ], [ 120.26157, 30.3759851 ], [ 120.262357, 30.3768308 ], [ 120.2628236, 30.3773322 ], [ 120.2637157, 30.3784268 ], [ 120.2640293, 30.3790719 ], [ 120.2646025, 30.3799769 ], [ 120.2647824, 30.3802608 ], [ 120.2662582, 30.3828985 ], [ 120.2664664, 30.3833332 ], [ 120.2671771, 30.3845418 ], [ 120.2677906, 30.3857398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675452, 30.3858405 ], [ 120.2668909, 30.3846344 ], [ 120.2660174, 30.3830213 ], [ 120.2654585, 30.3819481 ], [ 120.2640291, 30.3795441 ], [ 120.2633403, 30.3786008 ], [ 120.262477, 30.3775358 ], [ 120.2620437, 30.377048 ], [ 120.2617312, 30.3767765 ], [ 120.2616237, 30.3766831 ], [ 120.260343, 30.3753441 ], [ 120.2586647, 30.3734438 ], [ 120.2567186, 30.3713571 ], [ 120.2554953, 30.3701251 ], [ 120.2543511, 30.369057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2586447, 30.3824806 ], [ 120.2566675, 30.3802137 ], [ 120.2555624, 30.3789569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2555624, 30.3789569 ], [ 120.2556903, 30.3788796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556903, 30.3788796 ], [ 120.2555624, 30.3789569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.253683, 30.3800935 ], [ 120.2549055, 30.3793542 ], [ 120.2555624, 30.3789569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2555624, 30.3789569 ], [ 120.2549055, 30.3793542 ], [ 120.253683, 30.3800935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516388, 30.3813297 ], [ 120.2518321, 30.3812128 ], [ 120.2520809, 30.3810623 ], [ 120.253683, 30.3800935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.253683, 30.3800935 ], [ 120.2520809, 30.3810623 ], [ 120.2518321, 30.3812128 ], [ 120.2516388, 30.3813297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516388, 30.3813297 ], [ 120.2514038, 30.3814718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2514038, 30.3814718 ], [ 120.2516388, 30.3813297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567346, 30.3835991 ], [ 120.2558033, 30.3824558 ], [ 120.253683, 30.3800935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.253683, 30.3800935 ], [ 120.2558033, 30.3824558 ], [ 120.2567346, 30.3835991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2514038, 30.3814718 ], [ 120.2506811, 30.3807472 ], [ 120.2482514, 30.3783109 ], [ 120.2479651, 30.3780195 ], [ 120.2463555, 30.3764488 ], [ 120.2462487, 30.3763446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448352, 30.3810148 ], [ 120.2452347, 30.3811234 ], [ 120.2457431, 30.3813071 ], [ 120.2459887, 30.3814273 ], [ 120.2461645, 30.3815133 ], [ 120.2465556, 30.3817382 ], [ 120.2470606, 30.3821557 ], [ 120.2476862, 30.382779 ], [ 120.2482864, 30.3834672 ], [ 120.2482906, 30.3836466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482906, 30.3836466 ], [ 120.2476592, 30.3828834 ], [ 120.247051, 30.3822608 ], [ 120.2462839, 30.3817025 ], [ 120.2458987, 30.3814797 ], [ 120.2456497, 30.381372 ], [ 120.2454563, 30.3812884 ], [ 120.2450044, 30.3811422 ], [ 120.2448103, 30.3811032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482906, 30.3836466 ], [ 120.2484479, 30.3834314 ], [ 120.2485998, 30.3832208 ], [ 120.249332, 30.3827248 ], [ 120.2514038, 30.3814718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2514038, 30.3814718 ], [ 120.249332, 30.3827248 ], [ 120.2485998, 30.3832208 ], [ 120.2484479, 30.3834314 ], [ 120.2482906, 30.3836466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2472682, 30.3871097 ], [ 120.2473306, 30.3869124 ], [ 120.2481767, 30.3838805 ], [ 120.2482906, 30.3836466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482906, 30.3836466 ], [ 120.2481767, 30.3838805 ], [ 120.2473306, 30.3869124 ], [ 120.2472682, 30.3871097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453733, 30.3861306 ], [ 120.2454986, 30.3861952 ], [ 120.246241, 30.3865781 ], [ 120.2466173, 30.3867713 ], [ 120.2472682, 30.3871097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471563, 30.387232 ], [ 120.2465896, 30.3869344 ], [ 120.2462249, 30.3867447 ], [ 120.245409, 30.3863246 ], [ 120.2452823, 30.3862593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471563, 30.387232 ], [ 120.2472682, 30.3871097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556903, 30.3788796 ], [ 120.2570162, 30.3804516 ], [ 120.2591304, 30.3828644 ], [ 120.2604544, 30.3843711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2588018, 30.3826607 ], [ 120.2586447, 30.3824806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604544, 30.3843711 ], [ 120.2606915, 30.3841228 ], [ 120.2615334, 30.3835713 ], [ 120.2621, 30.383194 ], [ 120.2637845, 30.3821376 ], [ 120.2645547, 30.3816079 ], [ 120.2647021, 30.3815401 ], [ 120.2649538, 30.381579 ], [ 120.265245, 30.3819613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.265245, 30.3819613 ], [ 120.2649538, 30.381579 ], [ 120.2647021, 30.3815401 ], [ 120.2645547, 30.3816079 ], [ 120.2637845, 30.3821376 ], [ 120.2621, 30.383194 ], [ 120.2615334, 30.3835713 ], [ 120.2606915, 30.3841228 ], [ 120.2604544, 30.3843711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567346, 30.3835991 ], [ 120.2586447, 30.3824806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2588018, 30.3826607 ], [ 120.2579539, 30.3831478 ], [ 120.25765, 30.3833224 ], [ 120.2568728, 30.3837688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603729, 30.3844623 ], [ 120.2598749, 30.3838912 ], [ 120.259605, 30.3835817 ], [ 120.2593607, 30.3833016 ], [ 120.2588018, 30.3826607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603729, 30.3844623 ], [ 120.2604544, 30.3843711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604544, 30.3843711 ], [ 120.2603729, 30.3844623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568728, 30.3837688 ], [ 120.2575137, 30.3844461 ], [ 120.2579917, 30.3849513 ], [ 120.2582617, 30.3852367 ], [ 120.2584533, 30.3854391 ], [ 120.2585688, 30.3855612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516388, 30.3813297 ], [ 120.254867, 30.3846802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547033, 30.3847802 ], [ 120.2514038, 30.3814718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567346, 30.3835991 ], [ 120.2568728, 30.3837688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568728, 30.3837688 ], [ 120.2567346, 30.3835991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254867, 30.3846802 ], [ 120.2550235, 30.3845869 ], [ 120.2551478, 30.3845283 ], [ 120.255386, 30.3843888 ], [ 120.2567346, 30.3835991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568728, 30.3837688 ], [ 120.2555529, 30.384518 ], [ 120.2553036, 30.3846595 ], [ 120.2551596, 30.3847467 ], [ 120.2549855, 30.384798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547033, 30.3847802 ], [ 120.254867, 30.3846802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254867, 30.3846802 ], [ 120.2549855, 30.384798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548248, 30.3849015 ], [ 120.2547033, 30.3847802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2549855, 30.384798 ], [ 120.2548248, 30.3849015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585688, 30.3855612 ], [ 120.2584533, 30.3854391 ], [ 120.2582617, 30.3852367 ], [ 120.2579917, 30.3849513 ], [ 120.2575137, 30.3844461 ], [ 120.2568728, 30.3837688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2603729, 30.3844623 ], [ 120.2600534, 30.3846655 ], [ 120.2595533, 30.3849672 ], [ 120.2590534, 30.3852688 ], [ 120.2585688, 30.3855612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585688, 30.3855612 ], [ 120.2590534, 30.3852688 ], [ 120.2595533, 30.3849672 ], [ 120.2600534, 30.3846655 ], [ 120.2603729, 30.3844623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2604544, 30.3843711 ], [ 120.2621108, 30.3863347 ], [ 120.2628931, 30.3872347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262786, 30.3872977 ], [ 120.2626225, 30.387068 ], [ 120.2603729, 30.3844623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568238, 30.3866104 ], [ 120.2585688, 30.3855612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585688, 30.3855612 ], [ 120.2568238, 30.3866104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585688, 30.3855612 ], [ 120.2599758, 30.3871336 ], [ 120.260063, 30.3872311 ], [ 120.2610729, 30.3883597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610729, 30.3883597 ], [ 120.260063, 30.3872311 ], [ 120.2599758, 30.3871336 ], [ 120.2585688, 30.3855612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262786, 30.3872977 ], [ 120.2628931, 30.3872347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9323754, 30.2480597 ], [ 119.9325707, 30.2479431 ], [ 119.9331647, 30.2474618 ], [ 119.9336084, 30.2469733 ], [ 119.9341919, 30.2461961 ], [ 119.9344735, 30.245816 ], [ 119.9349848, 30.2452799 ], [ 119.9354326, 30.2448847 ], [ 119.9365418, 30.2437955 ], [ 119.9368865, 30.2433153 ], [ 119.9372882, 30.2425759 ], [ 119.9373736, 30.242247 ], [ 119.9374582, 30.2419443 ], [ 119.9375245, 30.2409839 ], [ 119.9349561, 30.239729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9349561, 30.239729 ], [ 119.9350154, 30.2396499 ], [ 119.9370956, 30.2406815 ], [ 119.9376418, 30.2408948 ], [ 119.9376593, 30.2410175 ], [ 119.9376375, 30.241446 ], [ 119.9375828, 30.2417934 ], [ 119.9374714, 30.2422917 ], [ 119.9373665, 30.24259 ], [ 119.9371677, 30.2430487 ], [ 119.9369382, 30.2434696 ], [ 119.936617, 30.2438887 ], [ 119.9363789, 30.2441568 ], [ 119.935212, 30.2451742 ], [ 119.9347619, 30.2456329 ], [ 119.9343861, 30.2460972 ], [ 119.9338387, 30.2468325 ], [ 119.933232, 30.247517 ], [ 119.9330379, 30.2476998 ], [ 119.9327451, 30.247949 ], [ 119.9324692, 30.2481526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9235124, 30.2447091 ], [ 119.9237386, 30.2443757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9237386, 30.2443757 ], [ 119.9235124, 30.2447091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.929416, 30.2438326 ], [ 119.9297626, 30.2443423 ], [ 119.9299427, 30.2446072 ], [ 119.9309496, 30.2460613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9308498, 30.2461379 ], [ 119.9298378, 30.2446581 ], [ 119.9292971, 30.2439157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水塔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309496, 30.2460613 ], [ 119.9308498, 30.2461379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水塔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9308498, 30.2461379 ], [ 119.9309496, 30.2460613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9237386, 30.2443757 ], [ 119.9241984, 30.2446023 ], [ 119.92489, 30.2449431 ], [ 119.9288209, 30.24688 ], [ 119.9319307, 30.248473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9317459, 30.248732 ], [ 119.9286613, 30.2472233 ], [ 119.924294, 30.2450553 ], [ 119.9238429, 30.2448314 ], [ 119.9235124, 30.2447091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9650394, 30.2442339 ], [ 119.9654952, 30.2443999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9658748, 30.244494 ], [ 119.9654952, 30.2443999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9657906, 30.2445571 ], [ 119.9654952, 30.2443999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9658748, 30.244494 ], [ 119.9657906, 30.2445571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9544999, 30.2413238 ], [ 119.9546635, 30.2414651 ], [ 119.9548486, 30.2417594 ], [ 119.9549881, 30.2421197 ], [ 119.9550793, 30.2424151 ], [ 119.9553367, 30.2435297 ], [ 119.9556291, 30.2446187 ], [ 119.9558718, 30.2455682 ], [ 119.9560482, 30.246157 ], [ 119.9563479, 30.2470725 ], [ 119.9565395, 30.2475287 ], [ 119.9565954, 30.2476367 ], [ 119.9570653, 30.2485612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9650394, 30.2442339 ], [ 119.9645559, 30.2444892 ], [ 119.9642613, 30.2446705 ], [ 119.9638221, 30.2449626 ], [ 119.9635261, 30.2452418 ], [ 119.9632704, 30.2455694 ], [ 119.9629878, 30.2461247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9629878, 30.2461247 ], [ 119.9632704, 30.2455694 ], [ 119.9635261, 30.2452418 ], [ 119.9638221, 30.2449626 ], [ 119.9642613, 30.2446705 ], [ 119.9645559, 30.2444892 ], [ 119.9650394, 30.2442339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9629878, 30.2461247 ], [ 119.9644681, 30.2451873 ], [ 119.9654952, 30.2443999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9657906, 30.2445571 ], [ 119.964905, 30.2452208 ], [ 119.9646039, 30.2454464 ], [ 119.9645225, 30.2455074 ], [ 119.9628443, 30.2465155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9628443, 30.2465155 ], [ 119.9629878, 30.2461247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309496, 30.2460613 ], [ 119.9312317, 30.2464567 ], [ 119.9323754, 30.2480597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9322796, 30.2481169 ], [ 119.9322046, 30.2479975 ], [ 119.9320267, 30.2477456 ], [ 119.9316984, 30.2473088 ], [ 119.9313956, 30.2468988 ], [ 119.9311849, 30.2466135 ], [ 119.9308498, 30.2461379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9322796, 30.2481169 ], [ 119.9323754, 30.2480597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9323754, 30.2480597 ], [ 119.9324692, 30.2481526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9323566, 30.2482357 ], [ 119.9322796, 30.2481169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9324692, 30.2481526 ], [ 119.9323566, 30.2482357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9319307, 30.248473 ], [ 119.9320684, 30.2483149 ], [ 119.9322796, 30.2481169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9323566, 30.2482357 ], [ 119.9323103, 30.2482699 ], [ 119.93204, 30.2485294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9319307, 30.248473 ], [ 119.93204, 30.2485294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9317459, 30.248732 ], [ 119.9319307, 30.248473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闲林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9629878, 30.2461247 ], [ 119.9628443, 30.2465155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9569494, 30.2486014 ], [ 119.9564302, 30.2476172 ], [ 119.9563767, 30.2474996 ], [ 119.9561012, 30.246769 ], [ 119.9559322, 30.2462268 ], [ 119.9556941, 30.2454173 ], [ 119.9555213, 30.244779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570653, 30.2485612 ], [ 119.95894, 30.2478851 ], [ 119.9617144, 30.2467493 ], [ 119.9624071, 30.2464351 ], [ 119.9629878, 30.2461247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9628443, 30.2465155 ], [ 119.9617839, 30.2470326 ], [ 119.9578437, 30.2485907 ], [ 119.957202, 30.2488304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9569494, 30.2486014 ], [ 119.9570653, 30.2485612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570653, 30.2485612 ], [ 119.957202, 30.2488304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9585276, 30.2509314 ], [ 119.9587617, 30.2507668 ], [ 119.9591315, 30.2505066 ], [ 119.9601869, 30.2498208 ], [ 119.961049, 30.2492605 ], [ 119.9611676, 30.2491834 ], [ 119.9614852, 30.2489414 ], [ 119.9617216, 30.2485093 ], [ 119.9622137, 30.2476101 ], [ 119.9627327, 30.2467623 ], [ 119.9628443, 30.2465155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9628443, 30.2465155 ], [ 119.9627327, 30.2467623 ], [ 119.9622137, 30.2476101 ], [ 119.9617216, 30.2485093 ], [ 119.9614852, 30.2489414 ], [ 119.9611676, 30.2491834 ], [ 119.961049, 30.2492605 ], [ 119.9601869, 30.2498208 ], [ 119.9591315, 30.2505066 ], [ 119.9587617, 30.2507668 ], [ 119.9585276, 30.2509314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571072, 30.2488728 ], [ 119.9569494, 30.2486014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.957202, 30.2488304 ], [ 119.9571072, 30.2488728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "锦银巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508704, 30.2480356 ], [ 119.9508033, 30.2483359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "锦银巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508033, 30.2483359 ], [ 119.9508704, 30.2480356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "锦银巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508033, 30.2483359 ], [ 119.9507503, 30.2485108 ], [ 119.9507281, 30.2485746 ], [ 119.950711, 30.2486652 ], [ 119.9506573, 30.2489968 ], [ 119.9506124, 30.2494656 ], [ 119.9506428, 30.2498072 ], [ 119.9507787, 30.2501626 ], [ 119.9508943, 30.2504164 ], [ 119.9510227, 30.2505924 ], [ 119.9512012, 30.2507413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "锦银巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509741, 30.2508269 ], [ 119.9509474, 30.2506883 ], [ 119.9508312, 30.2504615 ], [ 119.9507064, 30.2501906 ], [ 119.9505796, 30.2497433 ], [ 119.9505637, 30.2494934 ], [ 119.9505698, 30.2493081 ], [ 119.9505923, 30.2490721 ], [ 119.9505994, 30.2489978 ], [ 119.9506377, 30.2485644 ], [ 119.9506922, 30.2483033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509741, 30.2508269 ], [ 119.9512012, 30.2507413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.93204, 30.2485294 ], [ 119.9323197, 30.2486736 ], [ 119.9325385, 30.2487864 ], [ 119.9328539, 30.2489481 ], [ 119.9335527, 30.2493065 ], [ 119.9341393, 30.2496073 ], [ 119.9389951, 30.2520971 ], [ 119.9399115, 30.2525084 ], [ 119.9408394, 30.2528499 ], [ 119.941466, 30.253 ], [ 119.9426057, 30.2531501 ], [ 119.9433013, 30.2531449 ], [ 119.9440012, 30.2530902 ], [ 119.9446509, 30.2530094 ], [ 119.9455599, 30.2527718 ], [ 119.9461413, 30.2525709 ], [ 119.9464765, 30.2524551 ], [ 119.9476035, 30.2520388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508808, 30.2511322 ], [ 119.9509741, 30.2508269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9512405, 30.2510086 ], [ 119.9510185, 30.2510836 ], [ 119.9508808, 30.2511322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.947404, 30.2523854 ], [ 119.9470368, 30.2525455 ], [ 119.9468416, 30.2526306 ], [ 119.9455413, 30.253078 ], [ 119.9450024, 30.2532529 ], [ 119.9443931, 30.253367 ], [ 119.9436474, 30.2534431 ], [ 119.9431005, 30.2534758 ], [ 119.9426204, 30.2534552 ], [ 119.9425434, 30.2534519 ], [ 119.9418967, 30.2533982 ], [ 119.9407871, 30.2531706 ], [ 119.9397506, 30.2527671 ], [ 119.9388529, 30.2523537 ], [ 119.9341357, 30.2499421 ], [ 119.9334625, 30.2495979 ], [ 119.9324453, 30.2490948 ], [ 119.9321236, 30.2489357 ], [ 119.9318548, 30.2487852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9476035, 30.2520388 ], [ 119.9509741, 30.2508269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571072, 30.2488728 ], [ 119.9565806, 30.2490597 ], [ 119.9538509, 30.2500286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9512012, 30.2507413 ], [ 119.9569494, 30.2486014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.957202, 30.2488304 ], [ 119.9574965, 30.2493894 ], [ 119.9577328, 30.2497418 ], [ 119.9585276, 30.2509314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9582412, 30.2511551 ], [ 119.958061, 30.2507627 ], [ 119.957588, 30.2498255 ], [ 119.9573972, 30.2494473 ], [ 119.9571072, 30.2488728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9538509, 30.2500286 ], [ 119.9530136, 30.2503258 ], [ 119.9512405, 30.2510086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9512012, 30.2507413 ], [ 119.9512405, 30.2510086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9649687, 30.2643096 ], [ 119.9642955, 30.2630313 ], [ 119.9636075, 30.2617042 ], [ 119.9631555, 30.2607986 ], [ 119.9628723, 30.2602312 ], [ 119.9628057, 30.2600977 ], [ 119.9611521, 30.2568153 ], [ 119.9605457, 30.2556115 ], [ 119.9604362, 30.2553942 ], [ 119.9599392, 30.2544076 ], [ 119.9585528, 30.2517058 ], [ 119.9575346, 30.2498274 ], [ 119.9574083, 30.2495635 ], [ 119.9571637, 30.2491735 ], [ 119.9569168, 30.248651 ], [ 119.9567389, 30.2482995 ], [ 119.956352, 30.2475772 ], [ 119.9560785, 30.2470009 ], [ 119.9559161, 30.246559 ], [ 119.9557871, 30.2460999 ], [ 119.9556804, 30.2456311 ], [ 119.9555625, 30.2451816 ], [ 119.9554402, 30.2447263 ], [ 119.9553468, 30.2444151 ], [ 119.9552512, 30.2440501 ], [ 119.9551711, 30.2437273 ], [ 119.9551244, 30.2434583 ], [ 119.9549888, 30.2428301 ], [ 119.9549643, 30.2425804 ], [ 119.9549465, 30.2423402 ], [ 119.9549243, 30.2418965 ], [ 119.9548932, 30.2416006 ], [ 119.9548754, 30.2412298 ], [ 119.9548509, 30.240811 ], [ 119.9548376, 30.2404467 ], [ 119.9548447, 30.2397045 ], [ 119.9548491, 30.2394269 ], [ 119.954851, 30.2390901 ], [ 119.9548258, 30.2386653 ], [ 119.9547732, 30.2381 ], [ 119.954729, 30.2375015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9585276, 30.2509314 ], [ 119.9582412, 30.2511551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9582412, 30.2511551 ], [ 119.9585276, 30.2509314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭徽辅道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9538509, 30.2500286 ], [ 119.9540606, 30.2503659 ], [ 119.9542045, 30.2505961 ], [ 119.9543237, 30.2508307 ], [ 119.954484, 30.2511698 ], [ 119.954539, 30.2514642 ], [ 119.9545457, 30.2517804 ], [ 119.9545256, 30.2520776 ], [ 119.9544643, 30.2524085 ], [ 119.9544212, 30.2526166 ], [ 119.9544143, 30.252907 ], [ 119.9544172, 30.2530746 ], [ 119.9545128, 30.2533144 ], [ 119.9546416, 30.253496 ], [ 119.9548601, 30.2537065 ], [ 119.9550959, 30.2537909 ], [ 119.9554925, 30.2538106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508808, 30.2511322 ], [ 119.9502697, 30.2513478 ], [ 119.9475557, 30.2523304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9476035, 30.2520388 ], [ 119.9475557, 30.2523304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.947404, 30.2523854 ], [ 119.9476035, 30.2520388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9475557, 30.2523304 ], [ 119.947404, 30.2523854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9512405, 30.2510086 ], [ 119.9511136, 30.251302 ], [ 119.9510182, 30.2524432 ], [ 119.9509684, 30.2531012 ], [ 119.950937, 30.2535111 ], [ 119.9507885, 30.2553998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9506764, 30.2553841 ], [ 119.950756, 30.2540193 ], [ 119.9507932, 30.2534994 ], [ 119.9508707, 30.2524156 ], [ 119.9509812, 30.2513074 ], [ 119.9508808, 30.2511322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9475557, 30.2523304 ], [ 119.9473733, 30.2527955 ], [ 119.9470323, 30.2535196 ], [ 119.9463286, 30.2548749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9462148, 30.2548606 ], [ 119.9462876, 30.254703 ], [ 119.9464411, 30.2543935 ], [ 119.9468552, 30.2535409 ], [ 119.9469827, 30.2532821 ], [ 119.9471211, 30.2530295 ], [ 119.9472083, 30.2528704 ], [ 119.9473248, 30.2526554 ], [ 119.947404, 30.2523854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9463286, 30.2548749 ], [ 119.9462148, 30.2548606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9462148, 30.2548606 ], [ 119.9463286, 30.2548749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9582412, 30.2511551 ], [ 119.9577433, 30.2517424 ], [ 119.9575418, 30.2519324 ], [ 119.957503, 30.251973 ], [ 119.95737, 30.2521401 ], [ 119.957205, 30.252285 ], [ 119.9569667, 30.2524705 ], [ 119.9566723, 30.2526384 ], [ 119.9566272, 30.2526503 ], [ 119.9561847, 30.2527635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9561847, 30.2527635 ], [ 119.9566272, 30.2526503 ], [ 119.9566723, 30.2526384 ], [ 119.9569667, 30.2524705 ], [ 119.957205, 30.252285 ], [ 119.95737, 30.2521401 ], [ 119.957503, 30.251973 ], [ 119.9575418, 30.2519324 ], [ 119.9577433, 30.2517424 ], [ 119.9582412, 30.2511551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9601997, 30.2552451 ], [ 119.958476, 30.2517724 ], [ 119.9582412, 30.2511551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9554925, 30.2538106 ], [ 119.9556109, 30.2534673 ], [ 119.9558124, 30.2529955 ], [ 119.9559109, 30.2527214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9561847, 30.2527635 ], [ 119.9561004, 30.2531378 ], [ 119.95601, 30.2533964 ], [ 119.9559045, 30.2536946 ], [ 119.9557713, 30.2541505 ], [ 119.9557087, 30.2545409 ], [ 119.9556981, 30.2549285 ], [ 119.9557362, 30.255263 ], [ 119.9557598, 30.255624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9554297, 30.255672 ], [ 119.9553762, 30.2553606 ], [ 119.9553355, 30.2548816 ], [ 119.9553552, 30.2544425 ], [ 119.9554925, 30.2538106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9557598, 30.255624 ], [ 119.9601997, 30.2552451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9601997, 30.2552451 ], [ 119.9557598, 30.255624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9517232, 30.2555267 ], [ 119.9507885, 30.2553998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9507885, 30.2553998 ], [ 119.9517232, 30.2555267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.93204, 30.2485294 ], [ 119.9319482, 30.2486372 ], [ 119.9318548, 30.2487852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9318548, 30.2487852 ], [ 119.9317459, 30.248732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9308205, 30.2591754 ], [ 119.9304867, 30.2582099 ], [ 119.9302516, 30.2572941 ], [ 119.9298531, 30.2554259 ], [ 119.9296987, 30.2544988 ], [ 119.9296625, 30.25403 ], [ 119.9296661, 30.2537988 ], [ 119.9296917, 30.2534953 ], [ 119.9297087, 30.253334 ], [ 119.9297447, 30.2528576 ], [ 119.9298802, 30.2522466 ], [ 119.9299186, 30.2520876 ], [ 119.9301052, 30.2517198 ], [ 119.9304548, 30.2512492 ], [ 119.931192, 30.2504625 ], [ 119.9313845, 30.2501394 ], [ 119.9314902, 30.2498562 ], [ 119.9315281, 30.2496712 ], [ 119.931563, 30.2494944 ], [ 119.9316175, 30.2492182 ], [ 119.9316284, 30.2491631 ], [ 119.9317459, 30.248732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9318548, 30.2487852 ], [ 119.9317266, 30.2491756 ], [ 119.9316163, 30.2496724 ], [ 119.9314993, 30.2500875 ], [ 119.9313191, 30.250421 ], [ 119.9304093, 30.2514514 ], [ 119.9302163, 30.2517229 ], [ 119.9300144, 30.2521377 ], [ 119.9298253, 30.2528933 ], [ 119.9298089, 30.2530937 ], [ 119.9297891, 30.2533344 ], [ 119.929781, 30.2533875 ], [ 119.9297634, 30.2535013 ], [ 119.9297436, 30.2540224 ], [ 119.9299273, 30.2554268 ], [ 119.9300495, 30.2559866 ], [ 119.9302951, 30.2571584 ], [ 119.9304941, 30.2580238 ], [ 119.9305027, 30.2580612 ], [ 119.9309183, 30.2591533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9308205, 30.2591754 ], [ 119.9309183, 30.2591533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309183, 30.2591533 ], [ 119.9309915, 30.2591533 ], [ 119.9317712, 30.2591723 ], [ 119.9320762, 30.2591757 ], [ 119.9325306, 30.2591808 ], [ 119.9341167, 30.2592083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309183, 30.2591533 ], [ 119.9309533, 30.2593139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9308694, 30.2593331 ], [ 119.9308205, 30.2591754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9341167, 30.2592083 ], [ 119.9341064, 30.259368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9341064, 30.259368 ], [ 119.9341167, 30.2592083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9557598, 30.255624 ], [ 119.9554297, 30.255672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9554297, 30.255672 ], [ 119.9557598, 30.255624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9517232, 30.2555267 ], [ 119.95265, 30.2556545 ], [ 119.9530833, 30.2557059 ], [ 119.9539688, 30.2557907 ], [ 119.9547477, 30.2557169 ], [ 119.9554297, 30.255672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9554297, 30.255672 ], [ 119.9547477, 30.2557169 ], [ 119.9539688, 30.2557907 ], [ 119.9530833, 30.2557059 ], [ 119.95265, 30.2556545 ], [ 119.9517232, 30.2555267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9517232, 30.2555267 ], [ 119.9514803, 30.2559055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9514803, 30.2559055 ], [ 119.9517232, 30.2555267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9561847, 30.2527635 ], [ 119.9560389, 30.2530803 ], [ 119.9559337, 30.2532846 ], [ 119.9558421, 30.2535161 ], [ 119.9557122, 30.2538985 ], [ 119.9556212, 30.2542256 ], [ 119.9555899, 30.2547212 ], [ 119.9556027, 30.2550074 ], [ 119.955732, 30.255311 ], [ 119.955912, 30.2559991 ], [ 119.9560802, 30.2563062 ], [ 119.956426, 30.256819 ], [ 119.9567093, 30.2572446 ], [ 119.957158, 30.2579074 ], [ 119.9576844, 30.258545 ], [ 119.957997, 30.2588726 ], [ 119.958204, 30.2590824 ], [ 119.9583694, 30.259246 ], [ 119.9587786, 30.2595257 ], [ 119.9593932, 30.2596643 ], [ 119.9599379, 30.2596643 ], [ 119.961088, 30.2597043 ], [ 119.9621838, 30.2597252 ], [ 119.9627992, 30.2598455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9628574, 30.2603731 ], [ 119.9626022, 30.2601404 ], [ 119.962397, 30.2599892 ], [ 119.9621429, 30.2598756 ], [ 119.9616726, 30.2598194 ], [ 119.9609474, 30.2597976 ], [ 119.9596647, 30.2597787 ], [ 119.9590934, 30.2597331 ], [ 119.9587187, 30.2596267 ], [ 119.9585769, 30.2595852 ], [ 119.958418, 30.2595048 ], [ 119.9581207, 30.2592832 ], [ 119.958024, 30.2591897 ], [ 119.9576629, 30.2587501 ], [ 119.9573881, 30.2583716 ], [ 119.9569702, 30.2578709 ], [ 119.9565457, 30.2572009 ], [ 119.95623, 30.2568894 ], [ 119.9559726, 30.2565336 ], [ 119.9557686, 30.2561448 ], [ 119.9555776, 30.2555703 ], [ 119.9554703, 30.2550574 ], [ 119.9554965, 30.2542916 ], [ 119.955636, 30.253752 ], [ 119.9558352, 30.253233 ], [ 119.9559109, 30.2527214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9585276, 30.2509314 ], [ 119.9600808, 30.2539365 ], [ 119.9602403, 30.254257 ], [ 119.9609718, 30.2557271 ], [ 119.9629338, 30.2596701 ], [ 119.9631215, 30.2600298 ], [ 119.9635118, 30.2608509 ], [ 119.9635864, 30.260996 ], [ 119.9639208, 30.261646 ], [ 119.9644545, 30.2628207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9623605, 30.2595341 ], [ 119.9615347, 30.2579973 ], [ 119.9609823, 30.25694 ], [ 119.9605375, 30.2558911 ], [ 119.9604809, 30.2557779 ], [ 119.9601997, 30.2552451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8683495, 30.2500995 ], [ 119.868338, 30.2504659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.868338, 30.2504659 ], [ 119.8682551, 30.2504623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8682551, 30.2504623 ], [ 119.868338, 30.2504659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8724714, 30.2523492 ], [ 119.8759946, 30.2513712 ], [ 119.8762127, 30.2513236 ], [ 119.8778467, 30.250911 ], [ 119.8791005, 30.2506667 ], [ 119.8816243, 30.2502598 ], [ 119.8845015, 30.2499825 ], [ 119.8882312, 30.2497972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.888205, 30.2499069 ], [ 119.884664, 30.2500684 ], [ 119.884451, 30.2500845 ], [ 119.8820308, 30.25034 ], [ 119.881067, 30.2504512 ], [ 119.879558, 30.2506898 ], [ 119.8786203, 30.2508627 ], [ 119.8773084, 30.2511591 ], [ 119.8760128, 30.2514753 ], [ 119.8745967, 30.2518586 ], [ 119.8724968, 30.2524349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.868338, 30.2504659 ], [ 119.8683168, 30.2511415 ], [ 119.8683095, 30.2514802 ], [ 119.8683438, 30.2518188 ], [ 119.8683709, 30.251994 ], [ 119.8685237, 30.2523846 ], [ 119.8688388, 30.2533371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.868757, 30.2533652 ], [ 119.868247, 30.252048 ], [ 119.8682055, 30.2518626 ], [ 119.8681432, 30.2514499 ], [ 119.8681501, 30.2512166 ], [ 119.8682551, 30.2504623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8724714, 30.2523492 ], [ 119.8724968, 30.2524349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8724968, 30.2524349 ], [ 119.8724714, 30.2523492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8688388, 30.2533371 ], [ 119.8703133, 30.2529424 ], [ 119.8724714, 30.2523492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8724968, 30.2524349 ], [ 119.8702875, 30.2530591 ], [ 119.8688989, 30.2534238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.868757, 30.2533652 ], [ 119.8688388, 30.2533371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8688388, 30.2533371 ], [ 119.8688989, 30.2534238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8687908, 30.2534497 ], [ 119.868757, 30.2533652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8688989, 30.2534238 ], [ 119.8687908, 30.2534497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8633163, 30.2547953 ], [ 119.8640837, 30.254645 ], [ 119.8686595, 30.253397 ], [ 119.868757, 30.2533652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8687908, 30.2534497 ], [ 119.8641495, 30.2547228 ], [ 119.863365, 30.2549181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8724968, 30.2524349 ], [ 119.8727541, 30.2537635 ], [ 119.8728906, 30.2545474 ], [ 119.8730366, 30.2555828 ], [ 119.8730436, 30.2559738 ], [ 119.8729279, 30.2571239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8729279, 30.2571239 ], [ 119.8730436, 30.2559738 ], [ 119.8730366, 30.2555828 ], [ 119.8728906, 30.2545474 ], [ 119.8727541, 30.2537635 ], [ 119.8724968, 30.2524349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.863365, 30.2549181 ], [ 119.8633163, 30.2547953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8633163, 30.2547953 ], [ 119.863365, 30.2549181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "鹤亭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.863210299933542, 30.254811847151025 ], [ 119.8633163, 30.2547953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "鹤亭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.863365, 30.2549181 ], [ 119.863238655272198, 30.254934594089793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8876017, 30.2607532 ], [ 119.8876273, 30.2605544 ], [ 119.8876559, 30.2599908 ], [ 119.887784, 30.2574642 ], [ 119.8881757, 30.2504037 ], [ 119.888205, 30.2499069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.888205, 30.2499069 ], [ 119.8883193, 30.2500766 ], [ 119.8883454, 30.2502683 ], [ 119.8881365, 30.2557386 ], [ 119.8878884, 30.2600469 ], [ 119.8878358, 30.2605617 ], [ 119.8878101, 30.2608138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021263, 30.2468337 ], [ 119.9010267, 30.2472084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9010267, 30.2472084 ], [ 119.9008929, 30.247254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9008929, 30.247254 ], [ 119.897061, 30.2484829 ], [ 119.8967815, 30.2485757 ], [ 119.8962522, 30.2487879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8882312, 30.2497972 ], [ 119.8897359, 30.2497225 ], [ 119.8915905, 30.2496185 ], [ 119.8925196, 30.2495377 ], [ 119.893519, 30.2493866 ], [ 119.89423, 30.2492438 ], [ 119.8949998, 30.2490605 ], [ 119.895898, 30.2487943 ], [ 119.8966601, 30.2485202 ], [ 119.8969911, 30.248402 ], [ 119.9020172, 30.2466717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "天目山西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8962522, 30.2487879 ], [ 119.896068, 30.2488433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8962522, 30.2487879 ], [ 119.8976393, 30.2537367 ], [ 119.8977487, 30.253818 ], [ 119.8984163, 30.253677 ], [ 119.8988524, 30.2535886 ], [ 119.9000658, 30.2533054 ], [ 119.9036779, 30.2508114 ], [ 119.9020103, 30.248916 ], [ 119.9008929, 30.247254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9010267, 30.2472084 ], [ 119.9021799, 30.2489825 ], [ 119.9039154, 30.2507731 ], [ 119.9001089, 30.2534126 ], [ 119.8989486, 30.2536676 ], [ 119.8985027, 30.2537601 ], [ 119.8978772, 30.2538981 ], [ 119.8975284, 30.2539319 ], [ 119.896068, 30.2488433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9074707, 30.2665915 ], [ 119.9070416, 30.2659799 ], [ 119.9079589, 30.263844 ], [ 119.908152, 30.2635845 ], [ 119.9085024, 30.2632735 ], [ 119.9085436, 30.263237 ], [ 119.9087014, 30.2632319 ], [ 119.9092624, 30.2631953 ], [ 119.9095038, 30.263098 ], [ 119.9096862, 30.2628571 ], [ 119.9099974, 30.2626022 ], [ 119.910448, 30.2625049 ], [ 119.9107323, 30.2625235 ], [ 119.9108771, 30.2624586 ], [ 119.9110166, 30.2622547 ], [ 119.9110917, 30.2618053 ], [ 119.9110622, 30.2606979 ], [ 119.9111588, 30.25966 ], [ 119.911177, 30.259592 ], [ 119.9114163, 30.2586962 ], [ 119.9114806, 30.2583255 ], [ 119.9113412, 30.2581216 ], [ 119.9106652, 30.2580753 ], [ 119.9095816, 30.2582514 ], [ 119.9091296, 30.2583318 ], [ 119.9084873, 30.258446 ], [ 119.9080736, 30.2584012 ], [ 119.9077774, 30.2583317 ], [ 119.9074799, 30.2582194 ], [ 119.9071963, 30.2581093 ], [ 119.9059446, 30.2573525 ], [ 119.9034447, 30.2563516 ], [ 119.9017174, 30.2555824 ], [ 119.9009771, 30.255499 ], [ 119.9003548, 30.2555083 ], [ 119.9000008, 30.2556195 ], [ 119.8996896, 30.2556473 ], [ 119.8994321, 30.2555268 ], [ 119.8993892, 30.2553137 ], [ 119.8998613, 30.2548317 ], [ 119.9002368, 30.2546371 ], [ 119.9003175, 30.2546109 ], [ 119.9005801, 30.2545259 ], [ 119.9029512, 30.2528392 ], [ 119.9036486, 30.252589 ], [ 119.9040885, 30.2521997 ], [ 119.904979, 30.2517364 ], [ 119.9053867, 30.2513193 ], [ 119.9057085, 30.2506613 ], [ 119.905612, 30.2502442 ], [ 119.9050111, 30.249994 ], [ 119.9036379, 30.2489004 ], [ 119.9026079, 30.2476306 ], [ 119.9023289, 30.2471672 ], [ 119.9021263, 30.2468337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021263, 30.2468337 ], [ 119.9023289, 30.2471672 ], [ 119.9026079, 30.2476306 ], [ 119.9036379, 30.2489004 ], [ 119.9050111, 30.249994 ], [ 119.905612, 30.2502442 ], [ 119.9057085, 30.2506613 ], [ 119.9053867, 30.2513193 ], [ 119.904979, 30.2517364 ], [ 119.9040885, 30.2521997 ], [ 119.9036486, 30.252589 ], [ 119.9029512, 30.2528392 ], [ 119.9005801, 30.2545259 ], [ 119.9003175, 30.2546109 ], [ 119.9002368, 30.2546371 ], [ 119.8998613, 30.2548317 ], [ 119.8993892, 30.2553137 ], [ 119.8994321, 30.2555268 ], [ 119.8996896, 30.2556473 ], [ 119.9000008, 30.2556195 ], [ 119.9003548, 30.2555083 ], [ 119.9009771, 30.255499 ], [ 119.9017174, 30.2555824 ], [ 119.9034447, 30.2563516 ], [ 119.9059446, 30.2573525 ], [ 119.9071963, 30.2581093 ], [ 119.9074799, 30.2582194 ], [ 119.9077774, 30.2583317 ], [ 119.9080736, 30.2584012 ], [ 119.9084873, 30.258446 ], [ 119.9091296, 30.2583318 ], [ 119.9095816, 30.2582514 ], [ 119.9106652, 30.2580753 ], [ 119.9113412, 30.2581216 ], [ 119.9114806, 30.2583255 ], [ 119.9114163, 30.2586962 ], [ 119.911177, 30.259592 ], [ 119.9111588, 30.25966 ], [ 119.9110622, 30.2606979 ], [ 119.9110917, 30.2618053 ], [ 119.9110166, 30.2622547 ], [ 119.9108771, 30.2624586 ], [ 119.9107323, 30.2625235 ], [ 119.910448, 30.2625049 ], [ 119.9099974, 30.2626022 ], [ 119.9096862, 30.2628571 ], [ 119.9095038, 30.263098 ], [ 119.9092624, 30.2631953 ], [ 119.9087014, 30.2632319 ], [ 119.9085436, 30.263237 ], [ 119.9085024, 30.2632735 ], [ 119.908152, 30.2635845 ], [ 119.9079589, 30.263844 ], [ 119.9070416, 30.2659799 ], [ 119.9074707, 30.2665915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8918958, 30.2617176 ], [ 119.8933931, 30.2620488 ], [ 119.8936562, 30.262107 ], [ 119.8958518, 30.2625926 ], [ 119.8960188, 30.2626296 ], [ 119.896863, 30.2628163 ], [ 119.8969137, 30.2628275 ], [ 119.8971801, 30.2628861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8729062, 30.2573398 ], [ 119.8729279, 30.2571239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8729279, 30.2571239 ], [ 119.8729062, 30.2573398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8729279, 30.2571239 ], [ 119.8757686, 30.257702 ], [ 119.8789568, 30.2583702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8788767, 30.2585663 ], [ 119.8757143, 30.2578683 ], [ 119.8729062, 30.2573398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8840024, 30.2598604 ], [ 119.8872207, 30.2606587 ], [ 119.8876017, 30.2607532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8875734, 30.2609734 ], [ 119.883948, 30.2600246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8876017, 30.2607532 ], [ 119.8878101, 30.2608138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8875734, 30.2609734 ], [ 119.8876017, 30.2607532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8878101, 30.2608138 ], [ 119.8877772, 30.2610407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8877772, 30.2610407 ], [ 119.8875734, 30.2609734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8908117, 30.2614778 ], [ 119.8908179, 30.2613179 ], [ 119.8908427, 30.2606757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8908427, 30.2606757 ], [ 119.8908179, 30.2613179 ], [ 119.8908117, 30.2614778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8878101, 30.2608138 ], [ 119.8880939, 30.2608766 ], [ 119.8892748, 30.2611378 ], [ 119.8897616, 30.2612455 ], [ 119.8898619, 30.2612677 ], [ 119.8908117, 30.2614778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.890726, 30.2616941 ], [ 119.8877772, 30.2610407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.890726, 30.2616941 ], [ 119.8908117, 30.2614778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8908117, 30.2614778 ], [ 119.890726, 30.2616941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8908117, 30.2614778 ], [ 119.891234, 30.2615712 ], [ 119.8918958, 30.2617176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8918316, 30.261939 ], [ 119.8916242, 30.2618931 ], [ 119.890726, 30.2616941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8918958, 30.2617176 ], [ 119.8918316, 30.261939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8918316, 30.261939 ], [ 119.8918958, 30.2617176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8729062, 30.2573398 ], [ 119.8728021, 30.2581264 ], [ 119.8727943, 30.2581865 ], [ 119.8727406, 30.2584749 ], [ 119.8727155, 30.2586098 ], [ 119.8722938, 30.2598954 ], [ 119.872083, 30.2606711 ], [ 119.8720556, 30.2608546 ], [ 119.8720126, 30.2614452 ], [ 119.8719937, 30.2619214 ], [ 119.8719818, 30.2623621 ], [ 119.8719168, 30.2639652 ], [ 119.87188, 30.2647355 ], [ 119.8717622, 30.2654335 ], [ 119.8715666, 30.2659913 ], [ 119.8713543, 30.2664549 ], [ 119.8710327, 30.267124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8710327, 30.267124 ], [ 119.8713543, 30.2664549 ], [ 119.8715666, 30.2659913 ], [ 119.8717622, 30.2654335 ], [ 119.87188, 30.2647355 ], [ 119.8719168, 30.2639652 ], [ 119.8719818, 30.2623621 ], [ 119.8719937, 30.2619214 ], [ 119.8720126, 30.2614452 ], [ 119.8720556, 30.2608546 ], [ 119.872083, 30.2606711 ], [ 119.8722938, 30.2598954 ], [ 119.8727155, 30.2586098 ], [ 119.8727406, 30.2584749 ], [ 119.8727943, 30.2581865 ], [ 119.8728021, 30.2581264 ], [ 119.8729062, 30.2573398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8864383, 30.2648161 ], [ 119.8872617, 30.2622687 ], [ 119.8874184, 30.2616822 ], [ 119.887562, 30.2610619 ], [ 119.8875734, 30.2609734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "之达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8877772, 30.2610407 ], [ 119.8877448, 30.2612649 ], [ 119.8876403, 30.2616709 ], [ 119.8866143, 30.2649141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9506764, 30.2553841 ], [ 119.9481136, 30.2551005 ], [ 119.9463286, 30.2548749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9463286, 30.2548749 ], [ 119.9481136, 30.2551005 ], [ 119.9506764, 30.2553841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9507885, 30.2553998 ], [ 119.9506764, 30.2553841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荆航街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9506764, 30.2553841 ], [ 119.9507885, 30.2553998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9507885, 30.2553998 ], [ 119.9507379, 30.2562065 ], [ 119.9506358, 30.257262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9504934, 30.2575285 ], [ 119.9505414, 30.2569113 ], [ 119.9506764, 30.2553841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9506358, 30.257262 ], [ 119.9510046, 30.2566643 ], [ 119.9514803, 30.2559055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.943969, 30.2594299 ], [ 119.9446678, 30.257997 ], [ 119.9447192, 30.2578908 ], [ 119.9452081, 30.256879 ], [ 119.945631, 30.2560872 ], [ 119.9462148, 30.2548606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9463286, 30.2548749 ], [ 119.9457344, 30.256102 ], [ 119.9453139, 30.2569196 ], [ 119.9450064, 30.257539 ], [ 119.9444604, 30.2586386 ], [ 119.9440661, 30.25943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9504934, 30.2575285 ], [ 119.9506358, 30.257262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9557598, 30.255624 ], [ 119.955917, 30.2562822 ], [ 119.9560736, 30.2565452 ], [ 119.956374, 30.2569678 ], [ 119.9569508, 30.2576881 ], [ 119.9574432, 30.2583835 ], [ 119.9576982, 30.2586876 ], [ 119.9578729, 30.2589833 ], [ 119.9580697, 30.2594079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9578714, 30.2594355 ], [ 119.957701, 30.2590064 ], [ 119.9575195, 30.2587188 ], [ 119.9571659, 30.2582101 ], [ 119.9566802, 30.2575384 ], [ 119.9562961, 30.2570443 ], [ 119.9558494, 30.2565259 ], [ 119.9556708, 30.2561842 ], [ 119.9554297, 30.255672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9578714, 30.2594355 ], [ 119.9580697, 30.2594079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9580697, 30.2594079 ], [ 119.9590612, 30.2594458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9590612, 30.2594458 ], [ 119.9618792, 30.2595133 ], [ 119.9623605, 30.2595341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508806, 30.2595967 ], [ 119.9511552, 30.2595151 ], [ 119.953135, 30.2595183 ], [ 119.9535693, 30.259469 ], [ 119.9548404, 30.2594614 ], [ 119.9578714, 30.2594355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9578937, 30.2597332 ], [ 119.9578714, 30.2594355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9580697, 30.2594079 ], [ 119.9581155, 30.2597946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9548469, 30.2596417 ], [ 119.953126, 30.2596676 ], [ 119.9512953, 30.2596746 ], [ 119.9508806, 30.2595967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9590612, 30.2594458 ], [ 119.9596816, 30.2595765 ], [ 119.9602935, 30.259583 ], [ 119.9611989, 30.2596132 ], [ 119.9619692, 30.2596266 ], [ 119.962311, 30.2596711 ], [ 119.9625525, 30.2597342 ], [ 119.9627992, 30.2598455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9506358, 30.257262 ], [ 119.9504453, 30.2595922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9376612, 30.2592733 ], [ 119.9376769, 30.2582096 ], [ 119.9376873, 30.2577569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9376873, 30.2577569 ], [ 119.9376769, 30.2582096 ], [ 119.9376612, 30.2592733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9479921, 30.2595311 ], [ 119.9482493, 30.2593217 ], [ 119.9504934, 30.2575285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9503432, 30.2595902 ], [ 119.9504238, 30.2586823 ], [ 119.9504934, 30.2575285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9341167, 30.2592083 ], [ 119.9356406, 30.2592436 ], [ 119.9361864, 30.2592571 ], [ 119.9365434, 30.2592593 ], [ 119.9376612, 30.2592733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9376612, 30.2592733 ], [ 119.9389643, 30.259322 ], [ 119.9401715, 30.2593624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9376612, 30.2592733 ], [ 119.9376519, 30.2594448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9376519, 30.2594448 ], [ 119.9376612, 30.2592733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9401715, 30.2593624 ], [ 119.9422769, 30.2594037 ], [ 119.9432355, 30.2594234 ], [ 119.943969, 30.2594299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9376519, 30.2594448 ], [ 119.9365643, 30.2594223 ], [ 119.9341064, 30.259368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9401715, 30.2593624 ], [ 119.9401662, 30.2594943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9401662, 30.2594943 ], [ 119.9401715, 30.2593624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.943969, 30.2594299 ], [ 119.9440661, 30.25943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9440661, 30.25943 ], [ 119.9451121, 30.2594303 ], [ 119.9459702, 30.2594416 ], [ 119.9462929, 30.2594496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9401662, 30.2594943 ], [ 119.9389554, 30.2594696 ], [ 119.9376519, 30.2594448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9439118, 30.2595491 ], [ 119.943969, 30.2594299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9440661, 30.25943 ], [ 119.9440069, 30.2595518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9439118, 30.2595491 ], [ 119.9414362, 30.2595164 ], [ 119.9401662, 30.2594943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9459723, 30.2595374 ], [ 119.9479921, 30.2595311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9479921, 30.2595311 ], [ 119.9459723, 30.2595374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9440069, 30.2595518 ], [ 119.9439118, 30.2595491 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9503432, 30.2595902 ], [ 119.9496135, 30.2595807 ], [ 119.9479921, 30.2595311 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9479921, 30.2595311 ], [ 119.9496135, 30.2595807 ], [ 119.9503432, 30.2595902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9459739, 30.2596074 ], [ 119.9440069, 30.2595518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9504453, 30.2595922 ], [ 119.9503432, 30.2595902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9503432, 30.2595902 ], [ 119.9504453, 30.2595922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9504453, 30.2595922 ], [ 119.9508806, 30.2595967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508806, 30.2595967 ], [ 119.9504453, 30.2595922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9453279, 30.2615054 ], [ 119.9463521, 30.2608422 ], [ 119.9467345, 30.2605372 ], [ 119.9478045, 30.2596838 ], [ 119.9479921, 30.2595311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309533, 30.2593139 ], [ 119.9308694, 30.2593331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9341064, 30.259368 ], [ 119.9320986, 30.2593342 ], [ 119.9317934, 30.259329 ], [ 119.9309533, 30.2593139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309533, 30.2593139 ], [ 119.931437, 30.2608411 ], [ 119.9317566, 30.2618368 ], [ 119.9321144, 30.2625007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9319583, 30.2625089 ], [ 119.9316079, 30.2616558 ], [ 119.9313556, 30.2608996 ], [ 119.9308694, 30.2593331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9339035, 30.2625541 ], [ 119.9339489, 30.261837 ], [ 119.9339714, 30.2614824 ], [ 119.9340051, 30.2609497 ], [ 119.9340196, 30.2607204 ], [ 119.9340361, 30.26046 ], [ 119.9341064, 30.259368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9341064, 30.259368 ], [ 119.9340361, 30.26046 ], [ 119.9340196, 30.2607204 ], [ 119.9340051, 30.2609497 ], [ 119.9339714, 30.2614824 ], [ 119.9339489, 30.261837 ], [ 119.9339035, 30.2625541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9321144, 30.2625007 ], [ 119.9319583, 30.2625089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9319583, 30.2625089 ], [ 119.9321144, 30.2625007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9321144, 30.2625007 ], [ 119.9339035, 30.2625541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9339035, 30.2625541 ], [ 119.9321144, 30.2625007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9374826, 30.2625936 ], [ 119.9375236, 30.2618056 ], [ 119.9376519, 30.2594448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9376519, 30.2594448 ], [ 119.9375236, 30.2618056 ], [ 119.9374826, 30.2625936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9400381, 30.262614 ], [ 119.9400715, 30.2618161 ], [ 119.9400959, 30.2612317 ], [ 119.9401662, 30.2594943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "碧景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9401662, 30.2594943 ], [ 119.9400959, 30.2612317 ], [ 119.9400715, 30.2618161 ], [ 119.9400381, 30.262614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9440069, 30.2595518 ], [ 119.9435129, 30.2605147 ], [ 119.9432294, 30.261147 ], [ 119.9428591, 30.2618774 ], [ 119.9424312, 30.2626173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9423656, 30.2626396 ], [ 119.9426299, 30.2621459 ], [ 119.9431421, 30.2611125 ], [ 119.9434322, 30.2604912 ], [ 119.9439118, 30.2595491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9501193, 30.2626666 ], [ 119.9502345, 30.2611241 ], [ 119.9502896, 30.2603493 ], [ 119.9503432, 30.2595902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9504453, 30.2595922 ], [ 119.9503354, 30.2611251 ], [ 119.9502241, 30.2626675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9453279, 30.2615054 ], [ 119.9452463, 30.2615855 ], [ 119.9451792, 30.2616921 ], [ 119.9451685, 30.2618403 ], [ 119.9451658, 30.2626098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.945051, 30.2626102 ], [ 119.9450532, 30.262021 ], [ 119.9450494, 30.2617839 ], [ 119.9451155, 30.2615988 ], [ 119.9452562, 30.2615353 ], [ 119.9453279, 30.2615054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9578937, 30.2597332 ], [ 119.9574305, 30.2597064 ], [ 119.9565361, 30.2596819 ], [ 119.9558641, 30.2596883 ], [ 119.9548469, 30.2596417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9581155, 30.2597946 ], [ 119.9578937, 30.2597332 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9628574, 30.2603731 ], [ 119.9625634, 30.2601949 ], [ 119.9622889, 30.2600706 ], [ 119.9618343, 30.2599489 ], [ 119.9609196, 30.2599139 ], [ 119.9597178, 30.2599053 ], [ 119.9592494, 30.2598813 ], [ 119.9584929, 30.2597853 ], [ 119.9574107, 30.2596086 ], [ 119.9564927, 30.2595825 ], [ 119.9555305, 30.2595606 ], [ 119.9548469, 30.2596417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9627907, 30.2604393 ], [ 119.962675, 30.2601865 ], [ 119.9623605, 30.2595341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "城南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9627907, 30.2604393 ], [ 119.9621647, 30.260163 ], [ 119.9616803, 30.2600249 ], [ 119.9600541, 30.260007 ], [ 119.959598, 30.2599815 ], [ 119.9591715, 30.2599654 ], [ 119.9585626, 30.2598959 ], [ 119.9581155, 30.2597946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.963988, 30.2628249 ], [ 119.9639193, 30.262691 ], [ 119.9635351, 30.2620218 ], [ 119.9633556, 30.2616744 ], [ 119.9631095, 30.2611361 ], [ 119.9630034, 30.2609038 ], [ 119.9627907, 30.2604393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9581199, 30.261131 ], [ 119.9581245, 30.2625201 ], [ 119.9581142, 30.2627367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579564, 30.2627343 ], [ 119.9579622, 30.2625574 ], [ 119.9579729, 30.2612751 ], [ 119.9579741, 30.2611368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9627992, 30.2598455 ], [ 119.9630718, 30.2600536 ], [ 119.9634045, 30.2605424 ], [ 119.9635531, 30.2608204 ], [ 119.9637521, 30.2611648 ], [ 119.9648436, 30.2633933 ], [ 119.9651664, 30.2642469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9649687, 30.2643096 ], [ 119.9646736, 30.2638937 ], [ 119.9644476, 30.2635975 ], [ 119.9641292, 30.2630156 ], [ 119.9630847, 30.260763 ], [ 119.9630069, 30.2606016 ], [ 119.9628574, 30.2603731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9374826, 30.2625936 ], [ 119.9372408, 30.2625909 ], [ 119.9368012, 30.262586 ], [ 119.9364981, 30.2625827 ], [ 119.9353027, 30.2625695 ], [ 119.9339035, 30.2625541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9339035, 30.2625541 ], [ 119.9353027, 30.2625695 ], [ 119.9364981, 30.2625827 ], [ 119.9368012, 30.262586 ], [ 119.9372408, 30.2625909 ], [ 119.9374826, 30.2625936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9400381, 30.262614 ], [ 119.9398128, 30.2626127 ], [ 119.9393535, 30.26261 ], [ 119.9384235, 30.2626018 ], [ 119.9374826, 30.2625936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9374826, 30.2625936 ], [ 119.9384235, 30.2626018 ], [ 119.9393535, 30.26261 ], [ 119.9398128, 30.2626127 ], [ 119.9400381, 30.262614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.945051, 30.2626102 ], [ 119.9451658, 30.2626098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9424312, 30.2626173 ], [ 119.9427552, 30.2626254 ], [ 119.94346, 30.2626146 ], [ 119.9436195, 30.2626121 ], [ 119.9443567, 30.2626142 ], [ 119.945051, 30.2626102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9423656, 30.2626396 ], [ 119.9420993, 30.2626344 ], [ 119.9409182, 30.2626184 ], [ 119.9407624, 30.2626182 ], [ 119.9400381, 30.262614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9400381, 30.262614 ], [ 119.9407624, 30.2626182 ], [ 119.9409182, 30.2626184 ], [ 119.9420993, 30.2626344 ], [ 119.9423656, 30.2626396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9423656, 30.2626396 ], [ 119.9424312, 30.2626173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9424312, 30.2626173 ], [ 119.9424129, 30.2626614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451658, 30.2626098 ], [ 119.9452899, 30.2626094 ], [ 119.9469384, 30.2626232 ], [ 119.9476019, 30.2626357 ], [ 119.9477658, 30.2626371 ], [ 119.9487307, 30.262653 ], [ 119.9489291, 30.2626563 ], [ 119.949482, 30.2626797 ], [ 119.9501193, 30.2626666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9424129, 30.2626614 ], [ 119.9423656, 30.2626396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9501193, 30.2626666 ], [ 119.9502241, 30.2626675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451658, 30.2626098 ], [ 119.945162, 30.262731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450452, 30.262743 ], [ 119.945051, 30.2626102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450452, 30.262743 ], [ 119.9441692, 30.2627342 ], [ 119.9437469, 30.2626825 ], [ 119.9432507, 30.2626709 ], [ 119.9424129, 30.2626614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9501057, 30.262782 ], [ 119.9501193, 30.2626666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9502241, 30.2626675 ], [ 119.9502106, 30.2627887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.945162, 30.262731 ], [ 119.9450452, 30.262743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9501057, 30.262782 ], [ 119.9488001, 30.2627634 ], [ 119.9476041, 30.2627463 ], [ 119.945162, 30.262731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.860638677716324, 30.260251253813056 ], [ 119.8608105, 30.2603138 ], [ 119.8609992, 30.2603825 ], [ 119.8614836, 30.2605861 ], [ 119.8619634, 30.260859 ], [ 119.8624186, 30.261139 ], [ 119.8656058, 30.2637104 ], [ 119.8659667, 30.2640015 ], [ 119.8670816, 30.2648847 ], [ 119.8679287, 30.2654994 ], [ 119.8689309, 30.2661364 ], [ 119.8701263, 30.266755 ], [ 119.8710327, 30.267124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8708992, 30.2672072 ], [ 119.8701469, 30.2668663 ], [ 119.8695197, 30.2665699 ], [ 119.8688804, 30.2662163 ], [ 119.8678742, 30.2656071 ], [ 119.8669972, 30.2649373 ], [ 119.8658842, 30.264054 ], [ 119.8654707, 30.2637202 ], [ 119.8625679, 30.261377 ], [ 119.8620794, 30.2610363 ], [ 119.8614211, 30.2606569 ], [ 119.8608919, 30.2604335 ], [ 119.860761, 30.2603896 ], [ 119.860580915157755, 30.260329098101625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8971179, 30.2631103 ], [ 119.8920061, 30.2619777 ], [ 119.8918316, 30.261939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8973694, 30.2621884 ], [ 119.8972065, 30.2627424 ], [ 119.8971801, 30.2628861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8971801, 30.2628861 ], [ 119.8972065, 30.2627424 ], [ 119.8973694, 30.2621884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8971801, 30.2628861 ], [ 119.8971179, 30.2631103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8971179, 30.2631103 ], [ 119.8971801, 30.2628861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8971801, 30.2628861 ], [ 119.8993647, 30.2633668 ], [ 119.8996965, 30.2634399 ], [ 119.9003316, 30.2635796 ], [ 119.9010735, 30.2637429 ], [ 119.9011272, 30.2637547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科创大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9010322, 30.2639776 ], [ 119.8973083, 30.2631525 ], [ 119.8971179, 30.2631103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9072758, 30.2667762 ], [ 119.9074707, 30.2665915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9074707, 30.2665915 ], [ 119.9072758, 30.2667762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.925777, 30.27164 ], [ 119.9257488, 30.2715291 ], [ 119.9256491, 30.2714285 ], [ 119.9208133, 30.2696449 ], [ 119.9202815, 30.2694599 ], [ 119.9192032, 30.2690707 ], [ 119.9183717, 30.2687139 ], [ 119.9177065, 30.2684406 ], [ 119.9171647, 30.2682784 ], [ 119.9162367, 30.2680699 ], [ 119.9157193, 30.2680146 ], [ 119.9156144, 30.2680051 ], [ 119.9134311, 30.2680792 ], [ 119.9129429, 30.2680607 ], [ 119.9126908, 30.2681255 ], [ 119.9119934, 30.2684128 ], [ 119.9117145, 30.2684869 ], [ 119.9109249, 30.2684433 ], [ 119.910456, 30.2680834 ], [ 119.9102897, 30.2679722 ], [ 119.9097989, 30.2674255 ], [ 119.9090801, 30.2670826 ], [ 119.9083612, 30.2666378 ], [ 119.9081037, 30.266573 ], [ 119.9074707, 30.2665915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8708992, 30.2672072 ], [ 119.8710327, 30.267124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8710327, 30.267124 ], [ 119.8710002, 30.2672429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8710002, 30.2672429 ], [ 119.8708992, 30.2672072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8710002, 30.2672429 ], [ 119.8706572, 30.2680811 ], [ 119.8705798, 30.2683642 ], [ 119.8704822, 30.2690728 ], [ 119.8704688, 30.2693726 ], [ 119.8704672, 30.2694208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8703766, 30.2694872 ], [ 119.8703922, 30.2689465 ], [ 119.8704879, 30.2683168 ], [ 119.8705985, 30.2678931 ], [ 119.8708992, 30.2672072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9502241, 30.2626675 ], [ 119.9530029, 30.2626888 ], [ 119.9548335, 30.2627154 ], [ 119.9579564, 30.2627343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579564, 30.2627343 ], [ 119.9581142, 30.2627367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9581142, 30.2627367 ], [ 119.9614963, 30.2627875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9614963, 30.2627875 ], [ 119.961734, 30.2627807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9581142, 30.2627367 ], [ 119.958114, 30.2628527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579561, 30.2628574 ], [ 119.9579564, 30.2627343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.961734, 30.2627807 ], [ 119.9632332, 30.2627971 ], [ 119.963988, 30.2628249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579561, 30.2628574 ], [ 119.9577668, 30.2628574 ], [ 119.9548244, 30.2628226 ], [ 119.9506322, 30.262774 ], [ 119.9502106, 30.2627887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.963988, 30.2628249 ], [ 119.9644545, 30.2628207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.961556, 30.2629076 ], [ 119.9614963, 30.2627875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.961734, 30.2627807 ], [ 119.9618078, 30.2629232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.958114, 30.2628527 ], [ 119.9579561, 30.2628574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9644545, 30.2628207 ], [ 119.9645049, 30.2629381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.961556, 30.2629076 ], [ 119.958114, 30.2628527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9640526, 30.2629452 ], [ 119.963988, 30.2628249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9618078, 30.2629232 ], [ 119.961556, 30.2629076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9640526, 30.2629452 ], [ 119.9618078, 30.2629232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9645049, 30.2629381 ], [ 119.9640526, 30.2629452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9645049, 30.2629381 ], [ 119.964688, 30.2633363 ], [ 119.9649481, 30.2638511 ], [ 119.9651664, 30.2642469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.958114, 30.2628527 ], [ 119.9581074, 30.2661866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9502106, 30.2627887 ], [ 119.9501057, 30.262782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9424129, 30.2626614 ], [ 119.9423088, 30.2629122 ], [ 119.9422672, 30.2629947 ], [ 119.9420953, 30.2633357 ], [ 119.9418493, 30.2638123 ], [ 119.9412593, 30.2650077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.945162, 30.262731 ], [ 119.9451555, 30.2629376 ], [ 119.9451665, 30.2637993 ], [ 119.9451554, 30.2648796 ], [ 119.9451554, 30.2660942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450525, 30.2660992 ], [ 119.9450444, 30.2644424 ], [ 119.945037, 30.2629295 ], [ 119.9450452, 30.262743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.949792, 30.2660657 ], [ 119.949822, 30.265615 ], [ 119.9499009, 30.2646229 ], [ 119.9499256, 30.2643126 ], [ 119.9501057, 30.262782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9502106, 30.2627887 ], [ 119.9500886, 30.2638852 ], [ 119.9499502, 30.2651282 ], [ 119.9498911, 30.2660717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9374826, 30.2625936 ], [ 119.9374692, 30.2628128 ], [ 119.9374593, 30.2629739 ], [ 119.9374355, 30.2633619 ], [ 119.9373903, 30.2640975 ], [ 119.9373562, 30.2646535 ], [ 119.9373471, 30.2648021 ], [ 119.9373341, 30.26484 ], [ 119.9369222, 30.2660378 ], [ 119.9368237, 30.2663244 ], [ 119.9368055, 30.2663772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9368055, 30.2663772 ], [ 119.9368237, 30.2663244 ], [ 119.9369222, 30.2660378 ], [ 119.9373341, 30.26484 ], [ 119.9373471, 30.2648021 ], [ 119.9373562, 30.2646535 ], [ 119.9373903, 30.2640975 ], [ 119.9374355, 30.2633619 ], [ 119.9374593, 30.2629739 ], [ 119.9374692, 30.2628128 ], [ 119.9374826, 30.2625936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.940452, 30.2664995 ], [ 119.9405616, 30.2662922 ], [ 119.9408587, 30.2657024 ], [ 119.9412173, 30.2649903 ], [ 119.9417977, 30.2638002 ], [ 119.9422572, 30.26289 ], [ 119.9423656, 30.2626396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9421654, 30.2653198 ], [ 119.9412593, 30.2650077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579472, 30.2661854 ], [ 119.9579556, 30.2630141 ], [ 119.9579561, 30.2628574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9632041, 30.2662239 ], [ 119.961556, 30.2629076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665648, 30.2675387 ], [ 119.9652408, 30.2649091 ], [ 119.9651647, 30.2648017 ], [ 119.9650028, 30.2645537 ], [ 119.9648094, 30.2642453 ], [ 119.9646695, 30.2640004 ], [ 119.9643356, 30.2634723 ], [ 119.9640526, 30.2629452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9618078, 30.2629232 ], [ 119.9640983, 30.2673453 ], [ 119.9642388, 30.2675723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9651664, 30.2642469 ], [ 119.9652606, 30.2644176 ], [ 119.96688, 30.2675336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "菜鸟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9581074, 30.2661866 ], [ 119.9579472, 30.2661854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "菜鸟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579472, 30.2661854 ], [ 119.9581074, 30.2661866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "菜鸟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9581074, 30.2661866 ], [ 119.9632041, 30.2662239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "菜鸟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9632041, 30.2662239 ], [ 119.9581074, 30.2661866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9639741, 30.2675746 ], [ 119.9638511, 30.2673565 ], [ 119.9632041, 30.2662239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9412593, 30.2650077 ], [ 119.9421654, 30.2653198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤竹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9423849, 30.2653909 ], [ 119.9432063, 30.2656207 ], [ 119.9448198, 30.2660722 ], [ 119.9449089, 30.2660825 ], [ 119.9450525, 30.2660992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤竹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450525, 30.2660992 ], [ 119.9449089, 30.2660825 ], [ 119.9448198, 30.2660722 ], [ 119.9432063, 30.2656207 ], [ 119.9423849, 30.2653909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9412593, 30.2650077 ], [ 119.9410703, 30.2653689 ], [ 119.9408856, 30.2657436 ], [ 119.9408392, 30.2658378 ], [ 119.9406066, 30.2663099 ], [ 119.9405119, 30.266502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤竹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.949792, 30.2660657 ], [ 119.9498911, 30.2660717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤竹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9498911, 30.2660717 ], [ 119.949792, 30.2660657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤竹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451554, 30.2660942 ], [ 119.9450525, 30.2660992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤竹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450525, 30.2660992 ], [ 119.9451554, 30.2660942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤竹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.949792, 30.2660657 ], [ 119.9495438, 30.2661679 ], [ 119.948798, 30.2661434 ], [ 119.9483477, 30.2661286 ], [ 119.948294, 30.2661268 ], [ 119.9476322, 30.266105 ], [ 119.946317, 30.2660993 ], [ 119.9451554, 30.2660942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤竹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451554, 30.2660942 ], [ 119.946317, 30.2660993 ], [ 119.9476322, 30.266105 ], [ 119.948294, 30.2661268 ], [ 119.9483477, 30.2661286 ], [ 119.948798, 30.2661434 ], [ 119.9495438, 30.2661679 ], [ 119.949792, 30.2660657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9581074, 30.2661866 ], [ 119.958097, 30.267739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579323, 30.2677436 ], [ 119.9579472, 30.2661854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9642388, 30.2675723 ], [ 119.9665648, 30.2675387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9639741, 30.2675746 ], [ 119.9642388, 30.2675723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9615535, 30.2676416 ], [ 119.9639741, 30.2675746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9642388, 30.2675723 ], [ 119.9643168, 30.2677292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9640847, 30.2677355 ], [ 119.9640216, 30.2676961 ], [ 119.9639741, 30.2675746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.958097, 30.267739 ], [ 119.9615535, 30.2676416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9666319, 30.2676665 ], [ 119.9643168, 30.2677292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9615395, 30.2678044 ], [ 119.9615535, 30.2676416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9335838, 30.2650646 ], [ 119.933695, 30.264245 ], [ 119.9339035, 30.2625541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9339035, 30.2625541 ], [ 119.933695, 30.264245 ], [ 119.9335838, 30.2650646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9331696, 30.2662699 ], [ 119.9331062, 30.2658665 ], [ 119.932966, 30.2653218 ], [ 119.9319583, 30.2625089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9321144, 30.2625007 ], [ 119.9325002, 30.2637206 ], [ 119.9328019, 30.2645611 ], [ 119.9329935, 30.2650459 ], [ 119.9331967, 30.2656571 ], [ 119.9333369, 30.2662821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9331696, 30.2662699 ], [ 119.9333369, 30.2662821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9333369, 30.2662821 ], [ 119.9331696, 30.2662699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9333369, 30.2662821 ], [ 119.9342728, 30.2663034 ], [ 119.9351589, 30.2663292 ], [ 119.935513, 30.2663395 ], [ 119.9363069, 30.2663627 ], [ 119.9363355, 30.2663635 ], [ 119.9366458, 30.2663725 ], [ 119.9368055, 30.2663772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9368055, 30.2663772 ], [ 119.9366458, 30.2663725 ], [ 119.9363355, 30.2663635 ], [ 119.9363069, 30.2663627 ], [ 119.935513, 30.2663395 ], [ 119.9351589, 30.2663292 ], [ 119.9342728, 30.2663034 ], [ 119.9333369, 30.2662821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9333369, 30.2662821 ], [ 119.9332994, 30.2665621 ], [ 119.9332453, 30.2669713 ], [ 119.9330826, 30.2678021 ], [ 119.9329609, 30.268411 ], [ 119.932883, 30.2688374 ], [ 119.932755, 30.269432 ], [ 119.9326973, 30.2697852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9316897, 30.2732959 ], [ 119.9316547, 30.2730884 ], [ 119.9320618, 30.2721835 ], [ 119.9322253, 30.2716706 ], [ 119.9323187, 30.2711864 ], [ 119.932589, 30.2697772 ], [ 119.9329749, 30.2677906 ], [ 119.9331162, 30.2669126 ], [ 119.9331696, 30.2662699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.940452, 30.2664995 ], [ 119.939179, 30.2664464 ], [ 119.9388268, 30.2664361 ], [ 119.9381588, 30.2664167 ], [ 119.9375141, 30.2663979 ], [ 119.9368055, 30.2663772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9368055, 30.2663772 ], [ 119.9375141, 30.2663979 ], [ 119.9381588, 30.2664167 ], [ 119.9388268, 30.2664361 ], [ 119.939179, 30.2664464 ], [ 119.940452, 30.2664995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.940452, 30.2664995 ], [ 119.9405119, 30.266502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9405119, 30.266502 ], [ 119.940452, 30.2664995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9356519, 30.2698969 ], [ 119.9356926, 30.2697727 ], [ 119.9357249, 30.2696743 ], [ 119.9362375, 30.2681101 ], [ 119.9368055, 30.2663772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9368055, 30.2663772 ], [ 119.9362375, 30.2681101 ], [ 119.9357249, 30.2696743 ], [ 119.9356926, 30.2697727 ], [ 119.9356519, 30.2698969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450338, 30.2703195 ], [ 119.9450324, 30.2701536 ], [ 119.9450303, 30.2698927 ], [ 119.9450172, 30.2682909 ], [ 119.9450525, 30.2660992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451554, 30.2660942 ], [ 119.9451445, 30.2676717 ], [ 119.9451257, 30.2698968 ], [ 119.9451235, 30.2701575 ], [ 119.9451221, 30.2703279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9389296, 30.2701006 ], [ 119.938966, 30.2699994 ], [ 119.9390363, 30.2698024 ], [ 119.9390449, 30.2697786 ], [ 119.9392265, 30.2692754 ], [ 119.9393539, 30.2689223 ], [ 119.9395926, 30.2682609 ], [ 119.940452, 30.2664995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9405119, 30.266502 ], [ 119.9403859, 30.2667456 ], [ 119.9398415, 30.2678657 ], [ 119.9396696, 30.2682077 ], [ 119.9396492, 30.2682631 ], [ 119.9393977, 30.2689454 ], [ 119.9392947, 30.2692696 ], [ 119.9391344, 30.269774 ], [ 119.9391233, 30.2698073 ], [ 119.9390488, 30.2700034 ], [ 119.9390172, 30.2701085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9494873, 30.2705636 ], [ 119.9495596, 30.2696208 ], [ 119.9496895, 30.2680825 ], [ 119.9497156, 30.2675691 ], [ 119.949792, 30.2660657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9498911, 30.2660717 ], [ 119.9497697, 30.268221 ], [ 119.9497374, 30.2686727 ], [ 119.9496484, 30.2699176 ], [ 119.9495999, 30.2704826 ], [ 119.9495927, 30.2705665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9389296, 30.2701006 ], [ 119.9388789, 30.2700993 ], [ 119.9378513, 30.2700427 ], [ 119.9372347, 30.2700087 ], [ 119.9367635, 30.2699827 ], [ 119.9366983, 30.2699777 ], [ 119.9360379, 30.2699267 ], [ 119.9356519, 30.2698969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9390172, 30.2701085 ], [ 119.9389296, 30.2701006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9448958, 30.2703226 ], [ 119.9431573, 30.2702234 ], [ 119.942541, 30.2701898 ], [ 119.9419116, 30.2701742 ], [ 119.9408131, 30.2701471 ], [ 119.9390172, 30.2701085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9390172, 30.2701085 ], [ 119.9408131, 30.2701471 ], [ 119.9419116, 30.2701742 ], [ 119.942541, 30.2701898 ], [ 119.9431573, 30.2702234 ], [ 119.9448958, 30.2703226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9448958, 30.2703226 ], [ 119.9450338, 30.2703195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450338, 30.2703195 ], [ 119.9451221, 30.2703279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450328, 30.2703856 ], [ 119.9450338, 30.2703195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450328, 30.2703856 ], [ 119.9448958, 30.2703226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9615535, 30.2676416 ], [ 119.9615395, 30.2678044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9643168, 30.2677292 ], [ 119.9640847, 30.2677355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579323, 30.2677436 ], [ 119.958097, 30.267739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9640847, 30.2677355 ], [ 119.9615395, 30.2678044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.958097, 30.267739 ], [ 119.9581007, 30.2678976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579255, 30.2679023 ], [ 119.9579323, 30.2677436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9579323, 30.2677436 ], [ 119.9579255, 30.2679023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9615395, 30.2678044 ], [ 119.9581007, 30.2678976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文二西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9581007, 30.2678976 ], [ 119.9579255, 30.2679023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9615395, 30.2678044 ], [ 119.9613887, 30.2695546 ], [ 119.9613607, 30.2711491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9613607, 30.2711491 ], [ 119.9613887, 30.2695546 ], [ 119.9615395, 30.2678044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9648566, 30.2720324 ], [ 119.9649287, 30.2710352 ], [ 119.9649473, 30.2705003 ], [ 119.9650047, 30.2699943 ], [ 119.9649671, 30.2694233 ], [ 119.9646563, 30.2685381 ], [ 119.9642482, 30.2678375 ], [ 119.9640847, 30.2677355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9643168, 30.2677292 ], [ 119.964366, 30.2678282 ], [ 119.9647525, 30.2684796 ], [ 119.9650195, 30.2691789 ], [ 119.9650975, 30.2694166 ], [ 119.965155, 30.2699739 ], [ 119.9650354, 30.2720834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9495927, 30.2705665 ], [ 119.9531467, 30.2706604 ], [ 119.9578012, 30.2708052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.955141, 30.2709059 ], [ 119.9531267, 30.2708382 ], [ 119.9513349, 30.2707776 ], [ 119.9495794, 30.2707079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9576597, 30.2709906 ], [ 119.9578012, 30.2708052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9578012, 30.2708052 ], [ 119.9578244, 30.2709961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9576597, 30.2709906 ], [ 119.955141, 30.2709059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9578012, 30.2708052 ], [ 119.9589529, 30.2708849 ], [ 119.9604582, 30.2710636 ], [ 119.9613607, 30.2711491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.955141, 30.2709059 ], [ 119.9546115, 30.2709523 ], [ 119.953914, 30.2710454 ], [ 119.9535776, 30.2710579 ], [ 119.952364, 30.2710192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451221, 30.2703279 ], [ 119.9451208, 30.2704244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451208, 30.2704244 ], [ 119.9450328, 30.2703856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451221, 30.2703279 ], [ 119.9453848, 30.2703654 ], [ 119.947378, 30.2704548 ], [ 119.9474561, 30.270459 ], [ 119.9478595, 30.2704767 ], [ 119.9494873, 30.2705636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9494747, 30.2707048 ], [ 119.9478182, 30.2706339 ], [ 119.9474552, 30.2706208 ], [ 119.9464202, 30.2705741 ], [ 119.9453797, 30.2705227 ], [ 119.9451208, 30.2704244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9494873, 30.2705636 ], [ 119.9495927, 30.2705665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9494747, 30.2707048 ], [ 119.9494873, 30.2705636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9495927, 30.2705665 ], [ 119.9495794, 30.2707079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9356519, 30.2698969 ], [ 119.9351103, 30.2714752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9351103, 30.2714752 ], [ 119.9356519, 30.2698969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9495794, 30.2707079 ], [ 119.9494747, 30.2707048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9495737, 30.2707807 ], [ 119.9494747, 30.2707048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9495794, 30.2707079 ], [ 119.9495737, 30.2707807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.952364, 30.2710192 ], [ 119.9521627, 30.2710035 ], [ 119.9516773, 30.2709528 ], [ 119.9514223, 30.2709184 ], [ 119.9505943, 30.2708595 ], [ 119.9497098, 30.2708183 ], [ 119.9495737, 30.2707807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9382754, 30.2724968 ], [ 119.9385152, 30.2716185 ], [ 119.9389296, 30.2701006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9390172, 30.2701085 ], [ 119.9387921, 30.2708658 ], [ 119.9387485, 30.2710424 ], [ 119.938603, 30.2715018 ], [ 119.9383501, 30.2725074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450043, 30.2731604 ], [ 119.9450259, 30.2717074 ], [ 119.945032, 30.2706741 ], [ 119.9450328, 30.2703856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9451208, 30.2704244 ], [ 119.9451124, 30.2717025 ], [ 119.9450956, 30.2731609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.949253, 30.2732532 ], [ 119.9493013, 30.2728266 ], [ 119.9493969, 30.2718094 ], [ 119.9494747, 30.2707048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9351103, 30.2714752 ], [ 119.9355129, 30.2716051 ], [ 119.9362531, 30.2718441 ], [ 119.9366215, 30.271963 ], [ 119.9367841, 30.2720155 ], [ 119.9371916, 30.272147 ], [ 119.9382754, 30.2724968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9495737, 30.2707807 ], [ 119.9494621, 30.2721976 ], [ 119.94945, 30.2723518 ], [ 119.94939, 30.2729986 ], [ 119.9493683, 30.2732438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9578244, 30.2709961 ], [ 119.9576597, 30.2709906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9612988, 30.2715261 ], [ 119.9605785, 30.2713272 ], [ 119.9600044, 30.2712245 ], [ 119.9586871, 30.2710646 ], [ 119.9578244, 30.2709961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9613607, 30.2711491 ], [ 119.9612988, 30.2715261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9612988, 30.2715261 ], [ 119.9613607, 30.2711491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9613607, 30.2711491 ], [ 119.9615614, 30.2711709 ], [ 119.9616808, 30.2711904 ], [ 119.9630039, 30.2714949 ], [ 119.964016, 30.2717928 ], [ 119.9644981, 30.2719302 ], [ 119.9648566, 30.2720324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9649425, 30.2725593 ], [ 119.9642835, 30.272362 ], [ 119.9622921, 30.271766 ], [ 119.9612988, 30.2715261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9648566, 30.2720324 ], [ 119.9650354, 30.2720834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "公学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9520031, 30.2734458 ], [ 119.9520079, 30.2733712 ], [ 119.9523532, 30.2711225 ], [ 119.952364, 30.2710192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "公学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.952364, 30.2710192 ], [ 119.9523532, 30.2711225 ], [ 119.9520079, 30.2733712 ], [ 119.9520031, 30.2734458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9574442, 30.2737755 ], [ 119.9575495, 30.2724408 ], [ 119.9576597, 30.2709906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝林西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9356519, 30.2698969 ], [ 119.9349138, 30.2698399 ], [ 119.9344458, 30.2698038 ], [ 119.9326973, 30.2697852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9326973, 30.2697852 ], [ 119.9324774, 30.2708516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9324774, 30.2708516 ], [ 119.9344638, 30.2712607 ], [ 119.9351103, 30.2714752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9324774, 30.2708516 ], [ 119.932327, 30.2716738 ], [ 119.9322116, 30.2720807 ], [ 119.9319143, 30.2728567 ], [ 119.9316897, 30.2732959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.925777, 30.27164 ], [ 119.9258964, 30.2716271 ], [ 119.9262471, 30.271702 ], [ 119.9269897, 30.2719366 ], [ 119.9291761, 30.2727254 ], [ 119.9302564, 30.273169 ], [ 119.9307656, 30.2732828 ], [ 119.9312214, 30.2733266 ], [ 119.9314965, 30.2733034 ], [ 119.9316897, 30.2732959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南湖东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9316897, 30.2732959 ], [ 119.9314965, 30.2733034 ], [ 119.9312214, 30.2733266 ], [ 119.9307656, 30.2732828 ], [ 119.9302564, 30.273169 ], [ 119.9291761, 30.2727254 ], [ 119.9269897, 30.2719366 ], [ 119.9262471, 30.271702 ], [ 119.9258964, 30.2716271 ], [ 119.925777, 30.27164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9351103, 30.2714752 ], [ 119.934492, 30.2736987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.934492, 30.2736987 ], [ 119.9351103, 30.2714752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "彭风线", "南湖东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.925777, 30.27164 ], [ 119.9256258, 30.2716537 ], [ 119.925439, 30.2717034 ], [ 119.9252548, 30.2718174 ], [ 119.925123, 30.2719716 ], [ 119.9249801, 30.2722804 ], [ 119.9248625, 30.2728708 ], [ 119.9248278, 30.2730706 ], [ 119.9248083, 30.2731824 ], [ 119.9246592, 30.2740399 ], [ 119.9245305, 30.2748083 ], [ 119.9245039, 30.2749573 ], [ 119.9244787, 30.2750704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "彭风线", "南湖东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9244787, 30.2750704 ], [ 119.9245039, 30.2749573 ], [ 119.9245305, 30.2748083 ], [ 119.9246592, 30.2740399 ], [ 119.9248083, 30.2731824 ], [ 119.9248278, 30.2730706 ], [ 119.9248625, 30.2728708 ], [ 119.9249801, 30.2722804 ], [ 119.925123, 30.2719716 ], [ 119.9252548, 30.2718174 ], [ 119.925439, 30.2717034 ], [ 119.9256258, 30.2716537 ], [ 119.925777, 30.27164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9578244, 30.2709961 ], [ 119.9575908, 30.2736098 ], [ 119.9575744, 30.273793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9612988, 30.2715261 ], [ 119.9612304, 30.2727574 ], [ 119.9612054, 30.2732374 ], [ 119.9611619, 30.2740703 ], [ 119.9611314, 30.2746557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9611314, 30.2746557 ], [ 119.9611619, 30.2740703 ], [ 119.9612054, 30.2732374 ], [ 119.9612304, 30.2727574 ], [ 119.9612988, 30.2715261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "公学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9520031, 30.2734458 ], [ 119.9519993, 30.2735045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "公学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9519993, 30.2735045 ], [ 119.9520031, 30.2734458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9520031, 30.2734458 ], [ 119.9522707, 30.2734621 ], [ 119.9539218, 30.273552 ], [ 119.9541553, 30.2735798 ], [ 119.9544046, 30.2736096 ], [ 119.957248, 30.2737501 ], [ 119.9574442, 30.2737755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9574389, 30.2738429 ], [ 119.9572428, 30.2738231 ], [ 119.9543625, 30.2736834 ], [ 119.9541369, 30.2736511 ], [ 119.9539059, 30.2736129 ], [ 119.9522685, 30.2735218 ], [ 119.9519993, 30.2735045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9574442, 30.2737755 ], [ 119.9575744, 30.273793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9574389, 30.2738429 ], [ 119.9574442, 30.2737755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9575744, 30.273793 ], [ 119.9575681, 30.2738636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "山西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9382754, 30.2724968 ], [ 119.9383501, 30.2725074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450043, 30.2731604 ], [ 119.9450956, 30.2731609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450956, 30.2731609 ], [ 119.9450043, 30.2731604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450956, 30.2731609 ], [ 119.9462845, 30.273197 ], [ 119.9473154, 30.2732019 ], [ 119.9476508, 30.273211 ], [ 119.9482057, 30.2732231 ], [ 119.9482634, 30.2732249 ], [ 119.9490618, 30.2732415 ], [ 119.949253, 30.2732532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东狮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.949253, 30.2732532 ], [ 119.9490618, 30.2732415 ], [ 119.9482634, 30.2732249 ], [ 119.9482057, 30.2732231 ], [ 119.9476508, 30.273211 ], [ 119.9473154, 30.2732019 ], [ 119.9462845, 30.273197 ], [ 119.9450956, 30.2731609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.949253, 30.2732532 ], [ 119.9493683, 30.2732438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9493683, 30.2732438 ], [ 119.9493602, 30.2733142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9493602, 30.2733142 ], [ 119.949253, 30.2732532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9493683, 30.2732438 ], [ 119.9496273, 30.2732894 ], [ 119.9518412, 30.2734345 ], [ 119.9520031, 30.2734458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9519993, 30.2735045 ], [ 119.951839, 30.2734944 ], [ 119.9496241, 30.2733524 ], [ 119.9493602, 30.2733142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9575681, 30.2738636 ], [ 119.9574389, 30.2738429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9649425, 30.2725593 ], [ 119.9648971, 30.2729639 ], [ 119.9648256, 30.2738998 ], [ 119.9646991, 30.2755537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9646991, 30.2755537 ], [ 119.9648256, 30.2738998 ], [ 119.9648971, 30.2729639 ], [ 119.9649425, 30.2725593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9575744, 30.273793 ], [ 119.9578028, 30.2738238 ], [ 119.9584618, 30.2739885 ], [ 119.9611314, 30.2746557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9611275, 30.2747306 ], [ 119.9586939, 30.2741233 ], [ 119.9578062, 30.2739017 ], [ 119.9575681, 30.2738636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9611275, 30.2747306 ], [ 119.9611314, 30.2746557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9611314, 30.2746557 ], [ 119.9611275, 30.2747306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9611314, 30.2746557 ], [ 119.9646991, 30.2755537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9646934, 30.2756276 ], [ 119.9611275, 30.2747306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9646991, 30.2755537 ], [ 119.9646934, 30.2756276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.934492, 30.2736987 ], [ 119.9336403, 30.2734381 ], [ 119.9332301, 30.2734101 ], [ 119.9326333, 30.2733692 ], [ 119.9324499, 30.2733567 ], [ 119.9316897, 30.2732959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9316897, 30.2732959 ], [ 119.9324499, 30.2733567 ], [ 119.9326333, 30.2733692 ], [ 119.9332301, 30.2734101 ], [ 119.9336403, 30.2734381 ], [ 119.934492, 30.2736987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9339694, 30.2752139 ], [ 119.9344725, 30.2737549 ], [ 119.934492, 30.2736987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤凰山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.934492, 30.2736987 ], [ 119.9344725, 30.2737549 ], [ 119.9339694, 30.2752139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9244787, 30.2750704 ], [ 119.9263146, 30.2756384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9263146, 30.2756384 ], [ 119.9244787, 30.2750704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9263146, 30.2756384 ], [ 119.9258613, 30.2754566 ], [ 119.925554, 30.2752542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.925554, 30.2752542 ], [ 119.9258613, 30.2754566 ], [ 119.9263146, 30.2756384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.925554, 30.2752542 ], [ 119.9256722, 30.2752647 ], [ 119.9263605, 30.2755412 ], [ 119.9272781, 30.2758746 ], [ 119.9275034, 30.2759491 ], [ 119.9275914, 30.2759845 ], [ 119.927648, 30.2760217 ], [ 119.9276985, 30.2760989 ], [ 119.9277355, 30.2761871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9277355, 30.2761871 ], [ 119.9276985, 30.2760989 ], [ 119.927648, 30.2760217 ], [ 119.9275914, 30.2759845 ], [ 119.9275034, 30.2759491 ], [ 119.9272781, 30.2758746 ], [ 119.9263605, 30.2755412 ], [ 119.9256722, 30.2752647 ], [ 119.925554, 30.2752542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9379498, 30.274749 ], [ 119.9380797, 30.2738777 ], [ 119.9381273, 30.2735416 ], [ 119.9382754, 30.2724968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9383501, 30.2725074 ], [ 119.9381744, 30.2734853 ], [ 119.938121, 30.2738869 ], [ 119.9380043, 30.2747655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.934492, 30.2736987 ], [ 119.934799, 30.2737926 ], [ 119.9358294, 30.2741094 ], [ 119.9360845, 30.2741838 ], [ 119.9362324, 30.274227 ], [ 119.9364233, 30.2742852 ], [ 119.9366822, 30.2743642 ], [ 119.9373219, 30.2745583 ], [ 119.9374793, 30.2746061 ], [ 119.9379498, 30.274749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9379498, 30.274749 ], [ 119.9374793, 30.2746061 ], [ 119.9373219, 30.2745583 ], [ 119.9366822, 30.2743642 ], [ 119.9364233, 30.2742852 ], [ 119.9362324, 30.274227 ], [ 119.9360845, 30.2741838 ], [ 119.9358294, 30.2741094 ], [ 119.934799, 30.2737926 ], [ 119.934492, 30.2736987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9380043, 30.2747655 ], [ 119.9379498, 30.274749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9379498, 30.274749 ], [ 119.9380043, 30.2747655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.942105, 30.2758906 ], [ 119.9419807, 30.2758507 ], [ 119.9418718, 30.2758157 ], [ 119.9417005, 30.2757607 ], [ 119.9396751, 30.2752042 ], [ 119.9391944, 30.2750721 ], [ 119.9381882, 30.2748128 ], [ 119.9380043, 30.2747655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安乐路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9380043, 30.2747655 ], [ 119.9381882, 30.2748128 ], [ 119.9391944, 30.2750721 ], [ 119.9396751, 30.2752042 ], [ 119.9417005, 30.2757607 ], [ 119.9418718, 30.2758157 ], [ 119.9419807, 30.2758507 ], [ 119.942105, 30.2758906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9489651, 30.2778257 ], [ 119.948973, 30.2771382 ], [ 119.9490045, 30.2765435 ], [ 119.949005, 30.2764808 ], [ 119.9490556, 30.2759579 ], [ 119.9491515, 30.2746403 ], [ 119.9492335, 30.2735136 ], [ 119.949253, 30.2732532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9493602, 30.2733142 ], [ 119.9491236, 30.2764233 ], [ 119.9491187, 30.2764883 ], [ 119.9490808, 30.2771511 ], [ 119.9490776, 30.2778162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8704672, 30.2694208 ], [ 119.8705342, 30.2698327 ], [ 119.8706413, 30.2701042 ], [ 119.8708279, 30.2706025 ], [ 119.8710179, 30.2710828 ], [ 119.8710421, 30.2712171 ], [ 119.8710213, 30.2713125 ], [ 119.8709626, 30.2714021 ], [ 119.8709073, 30.2714945 ], [ 119.8706897, 30.2716348 ], [ 119.870555, 30.2716944 ], [ 119.8704721, 30.2717601 ], [ 119.8704203, 30.2718078 ], [ 119.8703166, 30.2719421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8703166, 30.2719421 ], [ 119.8703823, 30.2717183 ], [ 119.8704237, 30.2714617 ], [ 119.8704099, 30.2712529 ], [ 119.8703684, 30.2710202 ], [ 119.8702993, 30.2707696 ], [ 119.8702786, 30.2706025 ], [ 119.8702613, 30.2703489 ], [ 119.8703028, 30.2700446 ], [ 119.8703166, 30.2698506 ], [ 119.8703766, 30.2694872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8705483, 30.2735432 ], [ 119.8706141, 30.2732826 ], [ 119.8706584, 30.2731651 ], [ 119.8707096, 30.2730415 ], [ 119.8707726, 30.2728601 ], [ 119.8708049, 30.2727371 ], [ 119.8708235, 30.2726081 ], [ 119.8708429, 30.2722896 ], [ 119.8708277, 30.2720069 ], [ 119.8708104, 30.2719028 ], [ 119.8707856, 30.2717532 ], [ 119.8706816, 30.2712283 ], [ 119.870515, 30.2705627 ], [ 119.8704401, 30.2702003 ], [ 119.8703996, 30.2698499 ], [ 119.8703847, 30.2696864 ], [ 119.8703766, 30.2694872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8704672, 30.2694208 ], [ 119.8704589, 30.2696694 ], [ 119.8704823, 30.2699526 ], [ 119.8705429, 30.2703597 ], [ 119.8706794, 30.270904 ], [ 119.8707506, 30.2712183 ], [ 119.8708338, 30.2716451 ], [ 119.8709134, 30.2720047 ], [ 119.8709275, 30.2722571 ], [ 119.870949, 30.2726544 ], [ 119.870961, 30.2729053 ], [ 119.8709591, 30.2731681 ], [ 119.8709354, 30.273406 ], [ 119.8708774, 30.2736129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8703166, 30.2719421 ], [ 119.8701232, 30.2722822 ], [ 119.8698399, 30.2727207 ], [ 119.8689991, 30.2740019 ], [ 119.8687594, 30.2743489 ], [ 119.8679269, 30.2754311 ], [ 119.8675787, 30.276037 ], [ 119.8670398, 30.2768623 ], [ 119.8667446, 30.2774719 ], [ 119.8664338, 30.2784492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8664338, 30.2784492 ], [ 119.8667446, 30.2774719 ], [ 119.8670398, 30.2768623 ], [ 119.8675787, 30.276037 ], [ 119.8679269, 30.2754311 ], [ 119.8687594, 30.2743489 ], [ 119.8689991, 30.2740019 ], [ 119.8698399, 30.2727207 ], [ 119.8701232, 30.2722822 ], [ 119.8703166, 30.2719421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8710327, 30.267124 ], [ 119.8726609, 30.2676146 ], [ 119.8732962, 30.267783 ], [ 119.8739216, 30.2679008 ], [ 119.8747216, 30.2680213 ], [ 119.8755985, 30.2681062 ], [ 119.8771908, 30.2681421 ], [ 119.8792149, 30.2680371 ], [ 119.8808747, 30.2680093 ], [ 119.8817825, 30.2680729 ], [ 119.8822444, 30.2681383 ], [ 119.8833042, 30.2682944 ], [ 119.8848081, 30.2686536 ], [ 119.8864693, 30.2691905 ], [ 119.8945123, 30.2717971 ], [ 119.8971894, 30.2727273 ], [ 119.8992375, 30.2733325 ], [ 119.9008689, 30.2738775 ], [ 119.9012611, 30.2740386 ], [ 119.9016143, 30.2742251 ], [ 119.9020841, 30.2745048 ], [ 119.9025722, 30.2748777 ], [ 119.9030409, 30.2753856 ], [ 119.9034953, 30.2759557 ], [ 119.9037529, 30.2764959 ], [ 119.9043714, 30.2783979 ], [ 119.9046382, 30.2791581 ], [ 119.9051123, 30.2805463 ], [ 119.9055825, 30.2815124 ], [ 119.9056708, 30.2816939 ], [ 119.9060206, 30.2821124 ], [ 119.9063708, 30.2823932 ], [ 119.9067609, 30.2827061 ], [ 119.9074177, 30.2830491 ], [ 119.9076628, 30.2831261 ], [ 119.9080692, 30.2832538 ], [ 119.9087799, 30.2833816 ], [ 119.9117618, 30.2836312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岗阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.823378752175628, 30.274911069869507 ], [ 119.823717, 30.2751549 ], [ 119.8244627, 30.2760537 ], [ 119.8248865, 30.2764799 ], [ 119.827238, 30.277543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岗阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.827238, 30.277543 ], [ 119.8270807, 30.2775124 ], [ 119.8248601, 30.2765085 ], [ 119.8244299, 30.2760759 ], [ 119.8236863, 30.2751796 ], [ 119.823381788936558, 30.274960103699094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨梅岭" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9117618, 30.2836312 ], [ 119.9118234, 30.2812054 ], [ 119.9116741, 30.2810867 ], [ 119.9113873, 30.2810815 ], [ 119.9109564, 30.2812636 ], [ 119.9108257, 30.2813189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨梅岭" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9117987, 30.2837249 ], [ 119.9117618, 30.2836312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨梅岭" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9117618, 30.2836312 ], [ 119.9117987, 30.2837249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9117618, 30.2836312 ], [ 119.9135107, 30.2837795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9135107, 30.2837795 ], [ 119.9150165, 30.2839384 ], [ 119.9164735, 30.2841274 ], [ 119.9167346, 30.2841708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.916635, 30.2842581 ], [ 119.9164521, 30.2842276 ], [ 119.9149358, 30.2840156 ], [ 119.9135301, 30.283877 ], [ 119.9117987, 30.2837249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9167346, 30.2841708 ], [ 119.916635, 30.2842581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.916635, 30.2842581 ], [ 119.9167346, 30.2841708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨梅岭" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9117987, 30.2837249 ], [ 119.9117577, 30.2838366 ], [ 119.9116382, 30.2839398 ], [ 119.9108721, 30.2839751 ], [ 119.9087748, 30.2840462 ], [ 119.9074262, 30.2841173 ], [ 119.9068441, 30.2841918 ], [ 119.9067149, 30.2842404 ], [ 119.9065891, 30.2843396 ], [ 119.9065006, 30.2844391 ], [ 119.906362, 30.2846248 ], [ 119.9062579, 30.2847459 ], [ 119.9060595, 30.2848798 ], [ 119.9055313, 30.2850473 ], [ 119.9042722, 30.2856441 ], [ 119.9031919, 30.286178 ], [ 119.9019113, 30.2868172 ], [ 119.9017157, 30.2869236 ], [ 119.9011981, 30.2872748 ], [ 119.9010407, 30.2873376 ], [ 119.9008891, 30.287373 ], [ 119.9006639, 30.2873592 ], [ 119.9004131, 30.2873034 ], [ 119.9002423, 30.2872985 ], [ 119.8990184, 30.2874375 ], [ 119.8977941, 30.2875925 ], [ 119.8975855, 30.2876399 ], [ 119.897527, 30.2876627 ], [ 119.8973054, 30.2877489 ], [ 119.896998, 30.287967 ], [ 119.8961744, 30.2882562 ], [ 119.8945552, 30.2887832 ], [ 119.8943681, 30.2888441 ], [ 119.8931658, 30.2892549 ], [ 119.8923147, 30.2895457 ], [ 119.8921226, 30.2896643 ], [ 119.8918975, 30.2901004 ], [ 119.8917053, 30.2904133 ], [ 119.8914527, 30.290821 ], [ 119.8913265, 30.2910059 ], [ 119.891277, 30.2912382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨梅岭" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.891277, 30.2912382 ], [ 119.8913265, 30.2910059 ], [ 119.8914527, 30.290821 ], [ 119.8917053, 30.2904133 ], [ 119.8918975, 30.2901004 ], [ 119.8921226, 30.2896643 ], [ 119.8923147, 30.2895457 ], [ 119.8931658, 30.2892549 ], [ 119.8943681, 30.2888441 ], [ 119.8945552, 30.2887832 ], [ 119.8961744, 30.2882562 ], [ 119.896998, 30.287967 ], [ 119.8973054, 30.2877489 ], [ 119.897527, 30.2876627 ], [ 119.8975855, 30.2876399 ], [ 119.8977941, 30.2875925 ], [ 119.8990184, 30.2874375 ], [ 119.9002423, 30.2872985 ], [ 119.9004131, 30.2873034 ], [ 119.9006639, 30.2873592 ], [ 119.9008891, 30.287373 ], [ 119.9010407, 30.2873376 ], [ 119.9011981, 30.2872748 ], [ 119.9017157, 30.2869236 ], [ 119.9019113, 30.2868172 ], [ 119.9031919, 30.286178 ], [ 119.9042722, 30.2856441 ], [ 119.9055313, 30.2850473 ], [ 119.9060595, 30.2848798 ], [ 119.9062579, 30.2847459 ], [ 119.906362, 30.2846248 ], [ 119.9065006, 30.2844391 ], [ 119.9065891, 30.2843396 ], [ 119.9067149, 30.2842404 ], [ 119.9068441, 30.2841918 ], [ 119.9074262, 30.2841173 ], [ 119.9087748, 30.2840462 ], [ 119.9108721, 30.2839751 ], [ 119.9116382, 30.2839398 ], [ 119.9117577, 30.2838366 ], [ 119.9117987, 30.2837249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9897459, 30.2813078 ], [ 119.9896218, 30.2819352 ], [ 119.9894806, 30.2826271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9949864, 30.2820157 ], [ 119.9950305, 30.2819306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951425, 30.2819611 ], [ 119.9951225, 30.2820341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951425, 30.2819611 ], [ 119.9975911, 30.2820878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951225, 30.2820341 ], [ 119.9949864, 30.2820157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9975911, 30.2820878 ], [ 119.9977211, 30.2821058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9975517, 30.2821938 ], [ 119.9951225, 30.2820341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9975517, 30.2821938 ], [ 119.9975911, 30.2820878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9958469, 30.2821159 ], [ 119.9965561, 30.2821866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9977211, 30.2821058 ], [ 119.9976822, 30.2822083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9848655, 30.2828569 ], [ 119.9853044, 30.2809243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799949, 30.281949 ], [ 119.9799056, 30.2819282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9852762, 30.2814661 ], [ 119.9853873, 30.281487 ], [ 119.986629, 30.2817504 ], [ 119.9875557, 30.2820025 ], [ 119.9877933, 30.2820627 ], [ 119.9893829, 30.2825944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9893389, 30.2827153 ], [ 119.987765, 30.2821834 ], [ 119.9865085, 30.2818382 ], [ 119.9852532, 30.2815737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9852532, 30.2815737 ], [ 119.9851171, 30.2822115 ], [ 119.9850742, 30.282426 ], [ 119.9849828, 30.2828827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9800126, 30.2818227 ], [ 119.980162, 30.281851 ], [ 119.9811755, 30.2820432 ], [ 119.9848655, 30.2828569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9848425, 30.2829876 ], [ 119.9823469, 30.2824637 ], [ 119.9801274, 30.281978 ], [ 119.9799949, 30.281949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9848655, 30.2828569 ], [ 119.9849828, 30.2828827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9848425, 30.2829876 ], [ 119.9848655, 30.2828569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849828, 30.2828827 ], [ 119.9849552, 30.2830147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9976822, 30.2822083 ], [ 119.9975517, 30.2821938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9965561, 30.2821866 ], [ 119.9968744, 30.2822183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9977211, 30.2821058 ], [ 119.9978833, 30.2821358 ], [ 119.9993923, 30.2824031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9958469, 30.2821159 ], [ 119.9959375, 30.2821486 ], [ 119.9960189, 30.2821986 ], [ 119.9961, 30.2822731 ], [ 119.9961383, 30.2823415 ], [ 119.9961591, 30.2824229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9961591, 30.2824229 ], [ 119.9961947, 30.2823513 ], [ 119.9962325, 30.2823139 ], [ 119.9962731, 30.2822806 ], [ 119.9963691, 30.2822322 ], [ 119.9965561, 30.2821866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9918014, 30.2831722 ], [ 119.991969, 30.2823714 ], [ 119.992, 30.2822368 ], [ 119.9921371, 30.2815824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9921371, 30.2815824 ], [ 119.992, 30.2822368 ], [ 119.991969, 30.2823714 ], [ 119.9918014, 30.2831722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9968744, 30.2822183 ], [ 119.9972125, 30.2823846 ], [ 119.9973736, 30.2827198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9961591, 30.2824229 ], [ 119.9961436, 30.2825669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9961436, 30.2825669 ], [ 119.9961591, 30.2824229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9893829, 30.2825944 ], [ 119.9894806, 30.2826271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0020073, 30.2830309 ], [ 120.0017227, 30.2829478 ], [ 120.0006643, 30.2827095 ], [ 119.9993563, 30.2824957 ], [ 119.9991685, 30.2824488 ], [ 119.9976822, 30.2822083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9893389, 30.2827153 ], [ 119.9893829, 30.2825944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9894806, 30.2826271 ], [ 119.9894455, 30.2827513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9894455, 30.2827513 ], [ 119.9893389, 30.2827153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9894806, 30.2826271 ], [ 119.9896821, 30.282686 ], [ 119.9900173, 30.2827637 ], [ 119.9908803, 30.2829605 ], [ 119.9918014, 30.2831722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9946085, 30.2838099 ], [ 119.9948129, 30.2828421 ], [ 119.9949864, 30.2820157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973736, 30.2827198 ], [ 119.9972795, 30.2831433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951225, 30.2820341 ], [ 119.9950439, 30.2823845 ], [ 119.9949413, 30.2828605 ], [ 119.9947266, 30.2838368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9917771, 30.2832752 ], [ 119.9908608, 30.2830808 ], [ 119.9900097, 30.2829003 ], [ 119.9896716, 30.2828142 ], [ 119.9894455, 30.2827513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9754481, 30.2809619 ], [ 119.9754772, 30.2808327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9755887, 30.2808552 ], [ 119.9755588, 30.2809863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9755588, 30.2809863 ], [ 119.9754481, 30.2809619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9698324, 30.2854371 ], [ 119.9698522, 30.2852297 ], [ 119.9699847, 30.2837402 ], [ 119.9701038, 30.2828781 ], [ 119.9701982, 30.2817997 ], [ 119.970261, 30.2810174 ], [ 119.9702948, 30.2803667 ], [ 119.9703011, 30.2798529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9705989, 30.279931 ], [ 119.9705521, 30.2808868 ], [ 119.9704895, 30.2815844 ], [ 119.9703733, 30.2829096 ], [ 119.9702291, 30.2846752 ], [ 119.9701837, 30.2851045 ], [ 119.9701612, 30.2853816 ], [ 119.9701506, 30.2854897 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9747706, 30.2865793 ], [ 119.9747605, 30.2856338 ], [ 119.9748601, 30.284307 ], [ 119.9749699, 30.2837262 ], [ 119.9749855, 30.2836486 ], [ 119.9752795, 30.2821244 ], [ 119.9754481, 30.2809619 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9755588, 30.2809863 ], [ 119.9753834, 30.2821425 ], [ 119.9750907, 30.2836849 ], [ 119.9750768, 30.2837667 ], [ 119.9749873, 30.2843587 ], [ 119.9749364, 30.2851185 ], [ 119.9748965, 30.2866117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9698324, 30.2854371 ], [ 119.9674796, 30.2850487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9674796, 30.2850487 ], [ 119.9698324, 30.2854371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9698324, 30.2854371 ], [ 119.9701506, 30.2854897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9918014, 30.2831722 ], [ 119.9917771, 30.2832752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9917771, 30.2832752 ], [ 119.9918014, 30.2831722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970229, 30.2843592 ], [ 119.9972556, 30.2834459 ], [ 119.9973023, 30.2832773 ], [ 119.9974433, 30.2826647 ], [ 119.9975517, 30.2821938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9976822, 30.2822083 ], [ 119.9975642, 30.2826791 ], [ 119.9974126, 30.2832838 ], [ 119.9973221, 30.2836293 ], [ 119.9971242, 30.2843853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9972795, 30.2831433 ], [ 119.9972779, 30.2832451 ], [ 119.9972992, 30.2833228 ], [ 119.9973693, 30.2834067 ], [ 119.9974687, 30.2834398 ], [ 119.9975705, 30.2834559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9890405, 30.2840741 ], [ 119.9891185, 30.2838315 ], [ 119.9893008, 30.2828529 ], [ 119.9893389, 30.2827153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9972795, 30.2831433 ], [ 119.997194, 30.2835283 ], [ 119.9971545, 30.2836936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9894455, 30.2827513 ], [ 119.9891646, 30.2841125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9914212, 30.2847403 ], [ 119.9914928, 30.2843213 ], [ 119.9917205, 30.28301 ], [ 119.9919726, 30.2821724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9975705, 30.2834559 ], [ 119.9977001, 30.2834786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9977001, 30.2834786 ], [ 119.9975705, 30.2834559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9918014, 30.2831722 ], [ 119.9946085, 30.2838099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9975705, 30.2834559 ], [ 119.997462, 30.2834497 ], [ 119.9973861, 30.2834561 ], [ 119.9973186, 30.2834788 ], [ 119.9972337, 30.2835647 ], [ 119.9971545, 30.2836936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945879, 30.2838997 ], [ 119.9917771, 30.2832752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9946085, 30.2838099 ], [ 119.9947266, 30.2838368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9875628, 30.283618 ], [ 119.9890405, 30.2840741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9945879, 30.2838997 ], [ 119.9946085, 30.2838099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9947266, 30.2838368 ], [ 119.9947063, 30.2839259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9947063, 30.2839259 ], [ 119.9945879, 30.2838997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9889859, 30.2841954 ], [ 119.9881701, 30.2839479 ], [ 119.9872076, 30.2836899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9914534, 30.2847859 ], [ 119.9917771, 30.2832752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9917771, 30.2832752 ], [ 119.9914534, 30.2847859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9890405, 30.2840741 ], [ 119.9891646, 30.2841125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9947266, 30.2838368 ], [ 119.9970229, 30.2843592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9889859, 30.2841954 ], [ 119.9890405, 30.2840741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "舒心路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9891646, 30.2841125 ], [ 119.9891125, 30.2842338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970039, 30.2844335 ], [ 119.995012, 30.2839936 ], [ 119.9947063, 30.2839259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9875628, 30.283618 ], [ 119.9877473, 30.2837284 ], [ 119.9885821, 30.2839841 ], [ 119.9886197, 30.2839956 ], [ 119.9907043, 30.2846123 ], [ 119.9912312, 30.2847796 ], [ 119.991334, 30.2847869 ], [ 119.9914212, 30.2847403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9891125, 30.2842338 ], [ 119.9889859, 30.2841954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9916398, 30.2849272 ], [ 119.9910665, 30.2847729 ], [ 119.9885656, 30.2840196 ], [ 119.9876605, 30.2837403 ], [ 119.987512, 30.283732 ], [ 119.9872076, 30.2836899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970229, 30.2843592 ], [ 119.9971242, 30.2843853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970039, 30.2844335 ], [ 119.9970229, 30.2843592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9971242, 30.2843853 ], [ 119.9970989, 30.2844579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970989, 30.2844579 ], [ 119.9970039, 30.2844335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9891646, 30.2841125 ], [ 119.9894739, 30.2841947 ], [ 119.9897569, 30.2842794 ], [ 119.9905825, 30.2845259 ], [ 119.9914534, 30.2847859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9914312, 30.2849262 ], [ 119.9897493, 30.2844268 ], [ 119.9894625, 30.2843437 ], [ 119.9891125, 30.2842338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9941953, 30.2856071 ], [ 119.9945879, 30.2838997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9947063, 30.2839259 ], [ 119.9943969, 30.285288 ], [ 119.9943121, 30.2856421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9916398, 30.2849272 ], [ 119.9916149, 30.2849185 ], [ 119.9915273, 30.2848637 ], [ 119.9914212, 30.2847403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9914312, 30.2849262 ], [ 119.9914534, 30.2847859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9914534, 30.2847859 ], [ 119.9914312, 30.2849262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9971545, 30.2836936 ], [ 119.9966709, 30.2857159 ], [ 119.996586, 30.2860464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9971242, 30.2843853 ], [ 119.9984879, 30.2847585 ], [ 120.0006901, 30.2853612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9914534, 30.2847859 ], [ 119.9941953, 30.2856071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9941655, 30.285737 ], [ 119.9938747, 30.2856508 ], [ 119.9914312, 30.2849262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9965921, 30.2862791 ], [ 119.9970039, 30.2844335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970989, 30.2844579 ], [ 119.9966715, 30.2863037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9959707, 30.2862144 ], [ 119.9946059, 30.2858071 ], [ 119.9939415, 30.2856256 ], [ 119.9917929, 30.2849806 ], [ 119.9916398, 30.2849272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9941953, 30.2856071 ], [ 119.9943121, 30.2856421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9941655, 30.285737 ], [ 119.9941953, 30.2856071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849552, 30.2830147 ], [ 119.9848425, 30.2829876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849828, 30.2828827 ], [ 119.9862189, 30.2832446 ], [ 119.9874451, 30.2835824 ], [ 119.9875628, 30.283618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9872076, 30.2836899 ], [ 119.9849552, 30.2830147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978495, 30.2875427 ], [ 119.9787091, 30.2861809 ], [ 119.9788004, 30.2858344 ], [ 119.9790038, 30.2852538 ], [ 119.9790405, 30.2851303 ], [ 119.9795627, 30.2834578 ], [ 119.9795832, 30.2833544 ], [ 119.9796001, 30.283255 ], [ 119.979863, 30.2821131 ], [ 119.9799056, 30.2819282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799949, 30.281949 ], [ 119.9799528, 30.2821274 ], [ 119.9796811, 30.2832795 ], [ 119.9796671, 30.2833757 ], [ 119.9796508, 30.2834805 ], [ 119.9791228, 30.2851644 ], [ 119.9790744, 30.2852807 ], [ 119.9788867, 30.2858531 ], [ 119.9787726, 30.286199 ], [ 119.9785693, 30.2875617 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983683, 30.2888234 ], [ 119.9837401, 30.2882351 ], [ 119.9837616, 30.2881093 ], [ 119.9838033, 30.2879496 ], [ 119.9838671, 30.2877357 ], [ 119.9839151, 30.2875907 ], [ 119.9839387, 30.2875398 ], [ 119.9840985, 30.2871419 ], [ 119.9841437, 30.2869367 ], [ 119.9845158, 30.2847537 ], [ 119.9846881, 30.2838099 ], [ 119.9848425, 30.2829876 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "绿汀路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849552, 30.2830147 ], [ 119.9847147, 30.2841271 ], [ 119.9845759, 30.2847667 ], [ 119.9845149, 30.2850746 ], [ 119.9842214, 30.2869567 ], [ 119.984181, 30.2871777 ], [ 119.9840363, 30.2875787 ], [ 119.9839854, 30.2876934 ], [ 119.9839527, 30.2877922 ], [ 119.9839187, 30.2878886 ], [ 119.9838872, 30.2880112 ], [ 119.9838592, 30.2881443 ], [ 119.9838289, 30.2882879 ], [ 119.9838143, 30.2884451 ], [ 119.9837811, 30.2888485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9748965, 30.2866117 ], [ 119.978495, 30.2875427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978495, 30.2875427 ], [ 119.9748965, 30.2866117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9785693, 30.2875617 ], [ 119.978495, 30.2875427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9943121, 30.2856421 ], [ 119.9942811, 30.2857713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9942811, 30.2857713 ], [ 119.9941655, 30.285737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9911793, 30.2867167 ], [ 119.9914312, 30.2849262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9914312, 30.2849262 ], [ 119.9911793, 30.2867167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9943121, 30.2856421 ], [ 119.9965921, 30.2862791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9965448, 30.2864331 ], [ 119.9942811, 30.2857713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.996586, 30.2860464 ], [ 119.9964502, 30.286175 ], [ 119.9962363, 30.2862578 ], [ 119.9959707, 30.2862144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9965921, 30.2862791 ], [ 119.9966715, 30.2863037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9965448, 30.2864331 ], [ 119.9965921, 30.2862791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9966715, 30.2863037 ], [ 119.9966198, 30.286455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9966198, 30.286455 ], [ 119.9965448, 30.2864331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.996586, 30.2860464 ], [ 119.9965885, 30.2861104 ], [ 119.9966713, 30.2862696 ], [ 119.9967746, 30.2863626 ], [ 119.9970965, 30.2864951 ], [ 119.997381, 30.2865735 ], [ 119.9985656, 30.2869358 ], [ 119.998813, 30.2869676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.993787, 30.2873834 ], [ 119.9941655, 30.285737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9942811, 30.2857713 ], [ 119.9938706, 30.2874055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9966715, 30.2863037 ], [ 119.9984651, 30.2868597 ], [ 119.998813, 30.2869676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "未来科技城地下环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.998763, 30.2870816 ], [ 119.9985339, 30.2869561 ], [ 119.9973699, 30.2865936 ], [ 119.9959707, 30.2862144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.998763, 30.2870816 ], [ 119.9966198, 30.286455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9847374, 30.2847888 ], [ 119.9845291, 30.2860128 ], [ 119.9845147, 30.2862887 ], [ 119.984417, 30.286815 ], [ 119.9844268, 30.2869696 ], [ 119.9844595, 30.2870049 ], [ 119.9845117, 30.2870612 ], [ 119.9865598, 30.2876984 ], [ 119.9884366, 30.2883373 ], [ 119.9889924, 30.2885293 ], [ 119.9893496, 30.2886647 ], [ 119.9899434, 30.2888389 ], [ 119.9907009, 30.2889971 ], [ 119.990851, 30.2890334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990851, 30.2890334 ], [ 119.9907009, 30.2889971 ], [ 119.9899434, 30.2888389 ], [ 119.9893496, 30.2886647 ], [ 119.9889924, 30.2885293 ], [ 119.9884366, 30.2883373 ], [ 119.9865598, 30.2876984 ], [ 119.9845117, 30.2870612 ], [ 119.9844595, 30.2870049 ], [ 119.9844268, 30.2869696 ], [ 119.984417, 30.286815 ], [ 119.9845147, 30.2862887 ], [ 119.9845291, 30.2860128 ], [ 119.9847374, 30.2847888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "业成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.993787, 30.2873834 ], [ 119.9911793, 30.2867167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.008992, 30.2878016 ], [ 120.0056477, 30.2867944 ], [ 120.0048623, 30.2865726 ], [ 120.0034189, 30.2861651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0034189, 30.2861651 ], [ 120.0048623, 30.2865726 ], [ 120.0056477, 30.2867944 ], [ 120.008992, 30.2878016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0097011, 30.2858185 ], [ 120.0111658, 30.2863493 ], [ 120.0112702, 30.2863918 ], [ 120.011363, 30.2864415 ], [ 120.0114375, 30.2865087 ], [ 120.0114899, 30.286588 ], [ 120.0115195, 30.2866668 ], [ 120.0115307, 30.2867081 ], [ 120.0115346, 30.2867571 ], [ 120.0115346, 30.2868133 ], [ 120.0115226, 30.286875 ], [ 120.0114863, 30.2869915 ], [ 120.0114517, 30.2870994 ], [ 120.0114056, 30.2872237 ], [ 120.0113041, 30.2875026 ], [ 120.0110049, 30.2883533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0110049, 30.2883533 ], [ 120.0113041, 30.2875026 ], [ 120.0114056, 30.2872237 ], [ 120.0114517, 30.2870994 ], [ 120.0114863, 30.2869915 ], [ 120.0115226, 30.286875 ], [ 120.0115346, 30.2868133 ], [ 120.0115346, 30.2867571 ], [ 120.0115307, 30.2867081 ], [ 120.0115195, 30.2866668 ], [ 120.0114899, 30.286588 ], [ 120.0114375, 30.2865087 ], [ 120.011363, 30.2864415 ], [ 120.0112702, 30.2863918 ], [ 120.0111658, 30.2863493 ], [ 120.0097011, 30.2858185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0024284, 30.2880641 ], [ 120.0030969, 30.2864797 ], [ 120.0032233, 30.2861769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0034189, 30.2861651 ], [ 120.002591, 30.2881162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.998813, 30.2869676 ], [ 120.0001653, 30.287368 ], [ 120.0003973, 30.2874328 ], [ 120.0009348, 30.287603 ], [ 120.0012685, 30.2877092 ], [ 120.0024284, 30.2880641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0023563, 30.2881904 ], [ 120.0008769, 30.2877258 ], [ 120.0004443, 30.2875909 ], [ 120.0001311, 30.2874815 ], [ 119.9991066, 30.287182 ], [ 119.998763, 30.2870816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.008992, 30.2878016 ], [ 120.0099879, 30.2880843 ], [ 120.0110049, 30.2883533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0110049, 30.2883533 ], [ 120.0099879, 30.2880843 ], [ 120.008992, 30.2878016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701506, 30.2854897 ], [ 119.9698324, 30.2854371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "科技一路", "仓兴街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701506, 30.2854897 ], [ 119.9702289, 30.2855026 ], [ 119.972386, 30.2860229 ], [ 119.9724314, 30.286034 ], [ 119.9727067, 30.2861014 ], [ 119.9727985, 30.2861238 ], [ 119.9747706, 30.2865793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "科技一路", "仓兴街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9747706, 30.2865793 ], [ 119.9727985, 30.2861238 ], [ 119.9727067, 30.2861014 ], [ 119.9724314, 30.286034 ], [ 119.972386, 30.2860229 ], [ 119.9702289, 30.2855026 ], [ 119.9701506, 30.2854897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9674796, 30.2850487 ], [ 119.9672971, 30.2881378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9672971, 30.2881378 ], [ 119.9674796, 30.2850487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9748965, 30.2866117 ], [ 119.9747706, 30.2865793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9747706, 30.2865793 ], [ 119.9748965, 30.2866117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695382, 30.2889405 ], [ 119.9695917, 30.2882916 ], [ 119.9696455, 30.287638 ], [ 119.9697881, 30.2859004 ], [ 119.9698324, 30.2854371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9701506, 30.2854897 ], [ 119.9700867, 30.2861426 ], [ 119.970006, 30.287068 ], [ 119.9699011, 30.2885025 ], [ 119.969866, 30.2890097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9746599, 30.2897783 ], [ 119.9747706, 30.2865793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "业成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9911793, 30.2867167 ], [ 119.993787, 30.2873834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9959801, 30.2879355 ], [ 119.9961608, 30.2874548 ], [ 119.9965448, 30.2864331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "业成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9938706, 30.2874055 ], [ 119.993787, 30.2873834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "业成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.993787, 30.2873834 ], [ 119.9938706, 30.2874055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "业成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9938706, 30.2874055 ], [ 119.9946571, 30.2876031 ], [ 119.9950179, 30.2876938 ], [ 119.9959801, 30.2879355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "业成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9959801, 30.2879355 ], [ 119.9950179, 30.2876938 ], [ 119.9946571, 30.2876031 ], [ 119.9938706, 30.2874055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990851, 30.2890334 ], [ 119.9908781, 30.2889284 ], [ 119.9910157, 30.287874 ], [ 119.9910488, 30.2876324 ], [ 119.9911793, 30.2867167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9911793, 30.2867167 ], [ 119.9910488, 30.2876324 ], [ 119.9910157, 30.287874 ], [ 119.9908781, 30.2889284 ], [ 119.990851, 30.2890334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9966198, 30.286455 ], [ 119.9965709, 30.2865841 ], [ 119.9960828, 30.2879683 ], [ 119.9953405, 30.2900467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9932465, 30.2895672 ], [ 119.9932908, 30.2894382 ], [ 119.993787, 30.2873834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9748965, 30.2866117 ], [ 119.9748829, 30.2880184 ], [ 119.9748211, 30.2898078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "访云街", "金星路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9638033, 30.2877438 ], [ 119.9660976, 30.2882276 ], [ 119.9662493, 30.2882577 ], [ 119.9663416, 30.288276 ], [ 119.9672097, 30.2884482 ], [ 119.9680035, 30.2886298 ], [ 119.9695382, 30.2889405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695382, 30.2889405 ], [ 119.969866, 30.2890097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695208, 30.2891033 ], [ 119.9695382, 30.2889405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969866, 30.2890097 ], [ 119.9698526, 30.2891613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9698526, 30.2891613 ], [ 119.9695208, 30.2891033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969866, 30.2890097 ], [ 119.9722093, 30.2893713 ], [ 119.9722835, 30.2893828 ], [ 119.9746599, 30.2897783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9746473, 30.2899528 ], [ 119.972276, 30.2895267 ], [ 119.972185, 30.289513 ], [ 119.9698526, 30.2891613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9746599, 30.2897783 ], [ 119.9748211, 30.2898078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9746473, 30.2899528 ], [ 119.9746599, 30.2897783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9938706, 30.2874055 ], [ 119.9933371, 30.2895882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9952427, 30.2900182 ], [ 119.995828, 30.2883831 ], [ 119.9959801, 30.2879355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.990851, 30.2890334 ], [ 119.9910059, 30.2890694 ], [ 119.9921186, 30.289312 ], [ 119.99237, 30.2893689 ], [ 119.9925273, 30.2894044 ], [ 119.9931726, 30.2895504 ], [ 119.9932465, 30.2895672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9932465, 30.2895672 ], [ 119.9931726, 30.2895504 ], [ 119.9925273, 30.2894044 ], [ 119.99237, 30.2893689 ], [ 119.9921186, 30.289312 ], [ 119.9910059, 30.2890694 ], [ 119.990851, 30.2890334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9933371, 30.2895882 ], [ 119.9932465, 30.2895672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9932465, 30.2895672 ], [ 119.9933371, 30.2895882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9933371, 30.2895882 ], [ 119.9942257, 30.2897891 ], [ 119.9942714, 30.2898014 ], [ 119.9952427, 30.2900182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9952427, 30.2900182 ], [ 119.9942714, 30.2898014 ], [ 119.9942257, 30.2897891 ], [ 119.9933371, 30.2895882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9952427, 30.2900182 ], [ 119.9953405, 30.2900467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953405, 30.2900467 ], [ 119.9952427, 30.2900182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.978495, 30.2875427 ], [ 119.9785693, 30.2875617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983683, 30.2888234 ], [ 119.9823878, 30.2884913 ], [ 119.9813214, 30.2882638 ], [ 119.9785693, 30.2875617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9785693, 30.2875617 ], [ 119.9813214, 30.2882638 ], [ 119.9823878, 30.2884913 ], [ 119.983683, 30.2888234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983683, 30.2888234 ], [ 119.9837811, 30.2888485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9837811, 30.2888485 ], [ 119.983683, 30.2888234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9780954, 30.2903722 ], [ 119.978495, 30.2875427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9785693, 30.2875617 ], [ 119.9782225, 30.2903864 ], [ 119.9782217, 30.2903939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9837811, 30.2888485 ], [ 119.9845809, 30.2891055 ], [ 119.9857994, 30.2895083 ], [ 119.9859434, 30.2895582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9859434, 30.2895582 ], [ 119.9857994, 30.2895083 ], [ 119.9845809, 30.2891055 ], [ 119.9837811, 30.2888485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9883922, 30.2903772 ], [ 119.9877057, 30.2901518 ], [ 119.9859434, 30.2895582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9859434, 30.2895582 ], [ 119.9877057, 30.2901518 ], [ 119.9883922, 30.2903772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832495, 30.2912615 ], [ 119.9833025, 30.2909504 ], [ 119.9834103, 30.2904753 ], [ 119.9835308, 30.2897828 ], [ 119.9836513, 30.2890516 ], [ 119.983683, 30.2888234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983683, 30.2888234 ], [ 119.9836513, 30.2890516 ], [ 119.9835308, 30.2897828 ], [ 119.9834103, 30.2904753 ], [ 119.9833025, 30.2909504 ], [ 119.9832495, 30.2912615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿汀北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9837811, 30.2888485 ], [ 119.9836872, 30.2893448 ], [ 119.9835801, 30.2899168 ], [ 119.9835014, 30.2903528 ], [ 119.9834226, 30.2907313 ], [ 119.9833209, 30.2912738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9748211, 30.2898078 ], [ 119.9780954, 30.2903722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9780809, 30.2905319 ], [ 119.9748144, 30.2899826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9780954, 30.2903722 ], [ 119.9782217, 30.2903939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9780809, 30.2905319 ], [ 119.9780954, 30.2903722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9782217, 30.2903939 ], [ 119.9782041, 30.2905526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9782041, 30.2905526 ], [ 119.9780809, 30.2905319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0253612, 30.2848812 ], [ 120.0257937, 30.2849292 ], [ 120.0261479, 30.2850112 ], [ 120.0263789, 30.2850647 ], [ 120.0269925, 30.2852067 ], [ 120.0275385, 30.2853422 ], [ 120.0279781, 30.2854668 ], [ 120.0294055, 30.2858599 ], [ 120.029895, 30.2860048 ], [ 120.0309312, 30.286291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0378294, 30.2885319 ], [ 120.037576, 30.2884575 ], [ 120.0371458, 30.2883333 ], [ 120.0368896, 30.2882594 ], [ 120.0366487, 30.2882077 ], [ 120.0360842, 30.2880867 ], [ 120.0348263, 30.2877405 ], [ 120.0342494, 30.2875878 ], [ 120.0338568, 30.2874938 ], [ 120.0335724, 30.2874213 ], [ 120.0331831, 30.2873222 ], [ 120.0323926, 30.2871185 ], [ 120.0319626, 30.2870018 ], [ 120.0306531, 30.2866615 ], [ 120.0303889, 30.2865979 ], [ 120.0292169, 30.286334 ], [ 120.0291485, 30.2863186 ], [ 120.0288688, 30.286242 ], [ 120.0283557, 30.2861174 ], [ 120.0270081, 30.2857384 ], [ 120.025839, 30.2854717 ], [ 120.0255874, 30.2854143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0309312, 30.286291 ], [ 120.0315485, 30.28645 ], [ 120.0324259, 30.2866761 ], [ 120.0333787, 30.2869244 ], [ 120.0337451, 30.2870473 ], [ 120.0344585, 30.2872858 ], [ 120.0345974, 30.2873202 ], [ 120.0351785, 30.287464 ], [ 120.0365649, 30.2878071 ], [ 120.0368192, 30.2879212 ], [ 120.0371336, 30.2880362 ], [ 120.0375617, 30.2881471 ], [ 120.037884, 30.2882258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0233705, 30.2899209 ], [ 120.0236213, 30.2890703 ], [ 120.0238612, 30.2884964 ], [ 120.0239786, 30.2882156 ], [ 120.0240139, 30.2881311 ], [ 120.0240476, 30.2880391 ], [ 120.0241, 30.287948 ], [ 120.0241121, 30.2879184 ], [ 120.024194, 30.2877184 ], [ 120.0247438, 30.2863754 ], [ 120.0247624, 30.2863301 ], [ 120.0252038, 30.2853015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252038, 30.2853015 ], [ 120.0247624, 30.2863301 ], [ 120.0247438, 30.2863754 ], [ 120.024194, 30.2877184 ], [ 120.0241121, 30.2879184 ], [ 120.0241, 30.287948 ], [ 120.0240476, 30.2880391 ], [ 120.0240139, 30.2881311 ], [ 120.0239786, 30.2882156 ], [ 120.0238612, 30.2884964 ], [ 120.0236213, 30.2890703 ], [ 120.0233705, 30.2899209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037884, 30.2882258 ], [ 120.0380379, 30.2882546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0378294, 30.2885319 ], [ 120.037884, 30.2882258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0380379, 30.2882546 ], [ 120.0379788, 30.288575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0379788, 30.288575 ], [ 120.0378294, 30.2885319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0380379, 30.2882546 ], [ 120.0382686, 30.2883069 ], [ 120.038749, 30.2884163 ], [ 120.0393505, 30.2885592 ], [ 120.0396715, 30.2886312 ], [ 120.0401715, 30.2887275 ], [ 120.0406342, 30.2887889 ], [ 120.0414035, 30.2888706 ], [ 120.0418076, 30.288904 ], [ 120.0420016, 30.2889135 ], [ 120.0421822, 30.2889198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573206, 30.285858 ], [ 120.057315, 30.2869943 ], [ 120.0573133, 30.287337 ], [ 120.0573096, 30.2880899 ], [ 120.0573091, 30.2881871 ], [ 120.057306, 30.2888029 ], [ 120.0573028, 30.2889497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0445729, 30.2881324 ], [ 120.0447217, 30.2880797 ], [ 120.0451701, 30.2878683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0451701, 30.2878683 ], [ 120.0447217, 30.2880797 ], [ 120.0445729, 30.2881324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0445729, 30.2881324 ], [ 120.0441633, 30.2881373 ], [ 120.043873, 30.2882381 ], [ 120.0437089, 30.2883058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437089, 30.2883058 ], [ 120.043873, 30.2882381 ], [ 120.0441633, 30.2881373 ], [ 120.0445729, 30.2881324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绕城辅道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0490716, 30.2888726 ], [ 120.0490536, 30.2888394 ], [ 120.0489881, 30.2887187 ], [ 120.0489087, 30.2886032 ], [ 120.0487448, 30.2884906 ], [ 120.0465627, 30.2884699 ], [ 120.0462825, 30.2884348 ], [ 120.0460202, 30.2883842 ], [ 120.0457098, 30.288256 ], [ 120.0454136, 30.2880782 ], [ 120.0451701, 30.2878683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绕城辅道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0451701, 30.2878683 ], [ 120.0454136, 30.2880782 ], [ 120.0457098, 30.288256 ], [ 120.0460202, 30.2883842 ], [ 120.0462825, 30.2884348 ], [ 120.0465627, 30.2884699 ], [ 120.0487448, 30.2884906 ], [ 120.0489087, 30.2886032 ], [ 120.0489881, 30.2887187 ], [ 120.0490536, 30.2888394 ], [ 120.0490716, 30.2888726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0445729, 30.2881324 ], [ 120.0446865, 30.2888008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0446865, 30.2888008 ], [ 120.0445729, 30.2881324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0421822, 30.2889198 ], [ 120.0427578, 30.2888694 ], [ 120.0429148, 30.2888197 ], [ 120.0430558, 30.2887655 ], [ 120.0433453, 30.2885848 ], [ 120.043618, 30.288406 ], [ 120.0437089, 30.2883058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0024284, 30.2880641 ], [ 120.002591, 30.2881162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0023563, 30.2881904 ], [ 120.0024284, 30.2880641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.002591, 30.2881162 ], [ 120.0025185, 30.2882482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0025185, 30.2882482 ], [ 120.0023563, 30.2881904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.013129, 30.2889912 ], [ 120.0118617, 30.2886021 ], [ 120.0110049, 30.2883533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0110049, 30.2883533 ], [ 120.0118617, 30.2886021 ], [ 120.013129, 30.2889912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海创路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0082484, 30.2897439 ], [ 120.0085362, 30.2889462 ], [ 120.008545, 30.2889148 ], [ 120.008992, 30.2878016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海创路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.008992, 30.2878016 ], [ 120.008545, 30.2889148 ], [ 120.0085362, 30.2889462 ], [ 120.0082484, 30.2897439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.002591, 30.2881162 ], [ 120.0048868, 30.2887748 ], [ 120.0082484, 30.2897439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.013129, 30.2889912 ], [ 120.0132985, 30.2890407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0446865, 30.2888008 ], [ 120.0447911, 30.2888136 ], [ 120.0465496, 30.2888417 ], [ 120.0472576, 30.2888823 ], [ 120.0478762, 30.2888869 ], [ 120.0490716, 30.2888726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531618, 30.2888751 ], [ 120.0569846, 30.2888499 ], [ 120.0573028, 30.2889497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绕城辅道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0490716, 30.2888726 ], [ 120.0491313, 30.2889475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绕城辅道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0491313, 30.2889475 ], [ 120.0490716, 30.2888726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0497128, 30.2889643 ], [ 120.0499021, 30.2889247 ], [ 120.0504307, 30.2888951 ], [ 120.0522737, 30.2888869 ], [ 120.0531618, 30.2888751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0421822, 30.2889198 ], [ 120.0433463, 30.288971 ], [ 120.0474432, 30.2889578 ], [ 120.0475856, 30.2889573 ], [ 120.0491313, 30.2889475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0491313, 30.2889475 ], [ 120.0495855, 30.2889627 ], [ 120.0497128, 30.2889643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0497128, 30.2889643 ], [ 120.0504848, 30.2889866 ], [ 120.0542728, 30.2889733 ], [ 120.0569936, 30.2889561 ], [ 120.0573028, 30.2889497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049065, 30.2892574 ], [ 120.0489324, 30.2892594 ], [ 120.0482081, 30.2892597 ], [ 120.0473572, 30.2892595 ], [ 120.0449917, 30.2892538 ], [ 120.044867, 30.2892548 ], [ 120.0447887, 30.2892201 ], [ 120.0446865, 30.2888008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057299, 30.2891422 ], [ 120.0573028, 30.2889497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573028, 30.2889497 ], [ 120.057299, 30.2891422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙章路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531632, 30.2892374 ], [ 120.0531618, 30.2888751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙章路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531618, 30.2888751 ], [ 120.0531632, 30.2892374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0490314, 30.2891576 ], [ 120.0481919, 30.2891435 ], [ 120.0476632, 30.2891159 ], [ 120.0474556, 30.2891152 ], [ 120.0450597, 30.2891337 ], [ 120.0442101, 30.2891283 ], [ 120.0431957, 30.2891135 ], [ 120.0421655, 30.2890781 ], [ 120.0417055, 30.2890531 ], [ 120.0408251, 30.2889888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057299, 30.2891422 ], [ 120.0569905, 30.2891202 ], [ 120.0542733, 30.2891396 ], [ 120.0505637, 30.2891433 ], [ 120.0497411, 30.289154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0497411, 30.289154 ], [ 120.0492256, 30.2891566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0492256, 30.2891566 ], [ 120.0490314, 30.2891576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057299, 30.2891422 ], [ 120.0570119, 30.2892356 ], [ 120.0531632, 30.2892374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531632, 30.2892374 ], [ 120.0522122, 30.2892325 ], [ 120.0506084, 30.2892339 ], [ 120.0499629, 30.2891936 ], [ 120.0497411, 30.289154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0492256, 30.2891566 ], [ 120.049065, 30.2892574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621922, 30.2893451 ], [ 120.0621898, 30.2894171 ], [ 120.0621556, 30.2906108 ], [ 120.0621267, 30.2907248 ], [ 120.0620425, 30.2907726 ], [ 120.0619256, 30.2908002 ], [ 120.0612495, 30.2907961 ], [ 120.0610076, 30.2907558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0610076, 30.2907558 ], [ 120.0612495, 30.2907961 ], [ 120.0619256, 30.2908002 ], [ 120.0620425, 30.2907726 ], [ 120.0621267, 30.2907248 ], [ 120.0621556, 30.2906108 ], [ 120.0621898, 30.2894171 ], [ 120.0621922, 30.2893451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646578, 30.2892096 ], [ 120.0646694, 30.2893668 ], [ 120.0647937, 30.2900204 ], [ 120.0648592, 30.2903911 ], [ 120.0651272, 30.2919188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649682, 30.2919035 ], [ 120.064676, 30.2900392 ], [ 120.0645539, 30.289376 ], [ 120.064542, 30.2893037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "枫树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0610076, 30.2907558 ], [ 120.060993, 30.2918105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "枫树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060993, 30.2918105 ], [ 120.0610076, 30.2907558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060993, 30.2918105 ], [ 120.0602608, 30.2917945 ], [ 120.0600503, 30.2917899 ], [ 120.0589529, 30.2917659 ], [ 120.0587816, 30.2917622 ], [ 120.0572961, 30.2917297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572961, 30.2917297 ], [ 120.0587816, 30.2917622 ], [ 120.0589529, 30.2917659 ], [ 120.0600503, 30.2917899 ], [ 120.0602608, 30.2917945 ], [ 120.060993, 30.2918105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649682, 30.2919035 ], [ 120.0638449, 30.2918485 ], [ 120.0636312, 30.291838 ], [ 120.0632676, 30.2918202 ], [ 120.0627511, 30.2918506 ], [ 120.0621585, 30.2918371 ], [ 120.0619571, 30.2918325 ], [ 120.060993, 30.2918105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060993, 30.2918105 ], [ 120.0619571, 30.2918325 ], [ 120.0621585, 30.2918371 ], [ 120.0627511, 30.2918506 ], [ 120.0632676, 30.2918202 ], [ 120.0636312, 30.291838 ], [ 120.0638449, 30.2918485 ], [ 120.0649682, 30.2919035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0408251, 30.2889888 ], [ 120.0403454, 30.2889504 ], [ 120.0397748, 30.288902 ], [ 120.0394408, 30.2888643 ], [ 120.0392749, 30.2888438 ], [ 120.0386997, 30.2887449 ], [ 120.0381956, 30.2886323 ], [ 120.0379788, 30.288575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0440637, 30.2892141 ], [ 120.0428089, 30.2892053 ], [ 120.0421622, 30.2891835 ], [ 120.0414683, 30.2891338 ], [ 120.0408251, 30.2889888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永福路(北)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0295874, 30.2877297 ], [ 120.0292573, 30.2886112 ], [ 120.0289319, 30.2894803 ], [ 120.0281962, 30.2914511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永福路(北)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0281962, 30.2914511 ], [ 120.0289319, 30.2894803 ], [ 120.0292573, 30.2886112 ], [ 120.0295874, 30.2877297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同顺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0233705, 30.2899209 ], [ 120.0251031, 30.2905049 ], [ 120.025203, 30.2905386 ], [ 120.0281962, 30.2914511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同顺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0281962, 30.2914511 ], [ 120.025203, 30.2905386 ], [ 120.0251031, 30.2905049 ], [ 120.0233705, 30.2899209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0224659, 30.2919033 ], [ 120.0227871, 30.2912269 ], [ 120.0231216, 30.2905223 ], [ 120.023189, 30.2903496 ], [ 120.0233484, 30.2899741 ], [ 120.0233705, 30.2899209 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0233705, 30.2899209 ], [ 120.0233484, 30.2899741 ], [ 120.023189, 30.2903496 ], [ 120.0231216, 30.2905223 ], [ 120.0227871, 30.2912269 ], [ 120.0224659, 30.2919033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0359376, 30.2936661 ], [ 120.0367261, 30.2915646 ], [ 120.0368461, 30.2912447 ], [ 120.0372239, 30.2902595 ], [ 120.0373501, 30.2899132 ], [ 120.0376916, 30.2889699 ], [ 120.0377894, 30.2886998 ], [ 120.0378294, 30.2885319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0379788, 30.288575 ], [ 120.03793, 30.28874 ], [ 120.0378127, 30.2890634 ], [ 120.0374886, 30.2899571 ], [ 120.0373592, 30.290308 ], [ 120.0369969, 30.2912589 ], [ 120.0365554, 30.2924357 ], [ 120.0360857, 30.2936874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0132985, 30.2890407 ], [ 120.013129, 30.2889912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0102486, 30.2903304 ], [ 120.010496, 30.2896035 ], [ 120.0106415, 30.2892375 ], [ 120.0110049, 30.2883533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0110049, 30.2883533 ], [ 120.0106415, 30.2892375 ], [ 120.010496, 30.2896035 ], [ 120.0102486, 30.2903304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0102045, 30.290449 ], [ 120.0090154, 30.2901081 ], [ 120.0048382, 30.2888998 ], [ 120.0025185, 30.2882482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0082484, 30.2897439 ], [ 120.0092365, 30.2900381 ], [ 120.0102486, 30.2903304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0102045, 30.290449 ], [ 120.0102486, 30.2903304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "向往街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0102486, 30.2903304 ], [ 120.0102045, 30.290449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0224659, 30.2919033 ], [ 120.0210359, 30.2914359 ], [ 120.0207196, 30.2913325 ], [ 120.0206578, 30.2913123 ], [ 120.0205797, 30.2912868 ], [ 120.0189994, 30.2907834 ], [ 120.0189065, 30.2907538 ], [ 120.0181403, 30.2905097 ], [ 120.0174751, 30.2902978 ], [ 120.0162943, 30.2899217 ], [ 120.0162383, 30.2899048 ], [ 120.0152663, 30.2896119 ], [ 120.0148506, 30.2894994 ], [ 120.0143192, 30.2893555 ], [ 120.0132985, 30.2890407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0132985, 30.2890407 ], [ 120.0143192, 30.2893555 ], [ 120.0148506, 30.2894994 ], [ 120.0152663, 30.2896119 ], [ 120.0162383, 30.2899048 ], [ 120.0162943, 30.2899217 ], [ 120.0174751, 30.2902978 ], [ 120.0181403, 30.2905097 ], [ 120.0189065, 30.2907538 ], [ 120.0189994, 30.2907834 ], [ 120.0205797, 30.2912868 ], [ 120.0206578, 30.2913123 ], [ 120.0207196, 30.2913325 ], [ 120.0210359, 30.2914359 ], [ 120.0224659, 30.2919033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9986866, 30.2940835 ], [ 119.9992183, 30.2929256 ], [ 119.9992356, 30.2928938 ], [ 119.9993612, 30.292657 ], [ 119.9994085, 30.2925742 ], [ 120.0000355, 30.2915419 ], [ 120.0004917, 30.2909038 ], [ 120.0005784, 30.2907728 ], [ 120.0011894, 30.2898498 ], [ 120.0023563, 30.2881904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0490314, 30.2891576 ], [ 120.049065, 30.2892574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049065, 30.2892574 ], [ 120.0490314, 30.2891576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572961, 30.2917297 ], [ 120.0572899, 30.2911956 ], [ 120.057288, 30.2910337 ], [ 120.0572835, 30.2906476 ], [ 120.0572812, 30.2901851 ], [ 120.0572841, 30.2899426 ], [ 120.057299, 30.2891422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057299, 30.2891422 ], [ 120.0572841, 30.2899426 ], [ 120.0572812, 30.2901851 ], [ 120.0572835, 30.2906476 ], [ 120.057288, 30.2910337 ], [ 120.0572899, 30.2911956 ], [ 120.0572961, 30.2917297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0516698, 30.2934214 ], [ 120.0512634, 30.2927758 ], [ 120.0510417, 30.2924237 ], [ 120.0506156, 30.2917469 ], [ 120.0503394, 30.2913081 ], [ 120.0503315, 30.2912957 ], [ 120.0500952, 30.290924 ], [ 120.0499653, 30.2907143 ], [ 120.0498388, 30.2905619 ], [ 120.0496956, 30.2904248 ], [ 120.0495617, 30.29032 ], [ 120.0494092, 30.2901694 ], [ 120.0492498, 30.2899552 ], [ 120.0491762, 30.2898222 ], [ 120.0491129, 30.2896042 ], [ 120.0490767, 30.2893754 ], [ 120.049065, 30.2892574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049065, 30.2892574 ], [ 120.0490767, 30.2893754 ], [ 120.0491129, 30.2896042 ], [ 120.0491762, 30.2898222 ], [ 120.0492498, 30.2899552 ], [ 120.0494092, 30.2901694 ], [ 120.0495617, 30.29032 ], [ 120.0496956, 30.2904248 ], [ 120.0498388, 30.2905619 ], [ 120.0499653, 30.2907143 ], [ 120.0500952, 30.290924 ], [ 120.0503315, 30.2912957 ], [ 120.0503394, 30.2913081 ], [ 120.0506156, 30.2917469 ], [ 120.0510417, 30.2924237 ], [ 120.0512634, 30.2927758 ], [ 120.0516698, 30.2934214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0516698, 30.2934214 ], [ 120.0526838, 30.2931998 ], [ 120.0530445, 30.293121 ], [ 120.0533943, 30.2930155 ], [ 120.0536689, 30.2928962 ], [ 120.0538462, 30.2927711 ], [ 120.05405, 30.292602 ], [ 120.0544968, 30.2921825 ], [ 120.0546521, 30.2920556 ], [ 120.0547616, 30.2919856 ], [ 120.0548653, 30.291929 ], [ 120.0550399, 30.2918337 ], [ 120.0552943, 30.2917422 ], [ 120.0555888, 30.2916953 ], [ 120.056578, 30.2917149 ], [ 120.0567829, 30.291719 ], [ 120.0572961, 30.2917297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572961, 30.2917297 ], [ 120.0567829, 30.291719 ], [ 120.056578, 30.2917149 ], [ 120.0555888, 30.2916953 ], [ 120.0552943, 30.2917422 ], [ 120.0550399, 30.2918337 ], [ 120.0548653, 30.291929 ], [ 120.0547616, 30.2919856 ], [ 120.0546521, 30.2920556 ], [ 120.0544968, 30.2921825 ], [ 120.05405, 30.292602 ], [ 120.0538462, 30.2927711 ], [ 120.0536689, 30.2928962 ], [ 120.0533943, 30.2930155 ], [ 120.0530445, 30.293121 ], [ 120.0526838, 30.2931998 ], [ 120.0516698, 30.2934214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572961, 30.2917297 ], [ 120.0572843, 30.2919057 ], [ 120.0572721, 30.2921822 ], [ 120.0572839, 30.2924255 ], [ 120.0573124, 30.2927113 ], [ 120.0573757, 30.2930131 ], [ 120.0580297, 30.2950804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580297, 30.2950804 ], [ 120.0573757, 30.2930131 ], [ 120.0573124, 30.2927113 ], [ 120.0572839, 30.2924255 ], [ 120.0572721, 30.2921822 ], [ 120.0572843, 30.2919057 ], [ 120.0572961, 30.2917297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025435, 30.2928591 ], [ 120.024434, 30.2925292 ], [ 120.0224659, 30.2919033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0224659, 30.2919033 ], [ 120.024434, 30.2925292 ], [ 120.025435, 30.2928591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同顺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0359376, 30.2936661 ], [ 120.0357331, 30.2936367 ], [ 120.0349278, 30.2934728 ], [ 120.0340495, 30.2932502 ], [ 120.033605, 30.293115 ], [ 120.0327415, 30.2928523 ], [ 120.0319728, 30.2926037 ], [ 120.0315356, 30.2924717 ], [ 120.0305628, 30.2921772 ], [ 120.029643, 30.2918987 ], [ 120.0292636, 30.2917813 ], [ 120.0289977, 30.2916991 ], [ 120.0281962, 30.2914511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同顺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0281962, 30.2914511 ], [ 120.0289977, 30.2916991 ], [ 120.0292636, 30.2917813 ], [ 120.029643, 30.2918987 ], [ 120.0305628, 30.2921772 ], [ 120.0315356, 30.2924717 ], [ 120.0319728, 30.2926037 ], [ 120.0327415, 30.2928523 ], [ 120.033605, 30.293115 ], [ 120.0340495, 30.2932502 ], [ 120.0349278, 30.2934728 ], [ 120.0357331, 30.2936367 ], [ 120.0359376, 30.2936661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "繁慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0280806, 30.2922049 ], [ 120.0277524, 30.293617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "繁慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0277524, 30.293617 ], [ 120.0280806, 30.2922049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0277524, 30.293617 ], [ 120.025435, 30.2928591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "联创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025435, 30.2928591 ], [ 120.0277524, 30.293617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同顺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0360857, 30.2936874 ], [ 120.0359376, 30.2936661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同顺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0359376, 30.2936661 ], [ 120.0360857, 30.2936874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9884481, 30.2903962 ], [ 119.9883922, 30.2903772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9883922, 30.2903772 ], [ 119.9884481, 30.2903962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953405, 30.2900467 ], [ 119.9964945, 30.2903138 ], [ 119.9967033, 30.2903662 ], [ 119.9975734, 30.2906027 ], [ 119.9982396, 30.2908153 ], [ 119.998499, 30.2909174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东莲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.998499, 30.2909174 ], [ 119.9982396, 30.2908153 ], [ 119.9975734, 30.2906027 ], [ 119.9967033, 30.2903662 ], [ 119.9964945, 30.2903138 ], [ 119.9953405, 30.2900467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992354, 30.2915996 ], [ 119.9927178, 30.2905525 ], [ 119.9928087, 30.2903239 ], [ 119.9929265, 30.2900984 ], [ 119.9931302, 30.2897766 ], [ 119.9932465, 30.2895672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9933371, 30.2895882 ], [ 119.9930055, 30.2901258 ], [ 119.9929115, 30.290279 ], [ 119.9928291, 30.290462 ], [ 119.992784, 30.2905721 ], [ 119.9926127, 30.2910801 ], [ 119.9924265, 30.2916325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992354, 30.2915996 ], [ 119.9915901, 30.2913683 ], [ 119.9902363, 30.2909872 ], [ 119.9900157, 30.2909167 ], [ 119.9893489, 30.2907026 ], [ 119.9884481, 30.2903962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9884481, 30.2903962 ], [ 119.9893489, 30.2907026 ], [ 119.9900157, 30.2909167 ], [ 119.9902363, 30.2909872 ], [ 119.9915901, 30.2913683 ], [ 119.992354, 30.2915996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9924265, 30.2916325 ], [ 119.992354, 30.2915996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992354, 30.2915996 ], [ 119.9924265, 30.2916325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9859434, 30.2895582 ], [ 119.985766, 30.2899689 ], [ 119.9850438, 30.2915808 ], [ 119.9849662, 30.2917006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849662, 30.2917006 ], [ 119.9850438, 30.2915808 ], [ 119.985766, 30.2899689 ], [ 119.9859434, 30.2895582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9782217, 30.2903939 ], [ 119.9808411, 30.2908459 ], [ 119.9832495, 30.2912615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832264, 30.2913971 ], [ 119.9807974, 30.2909887 ], [ 119.9782041, 30.2905526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832495, 30.2912615 ], [ 119.9833209, 30.2912738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832264, 30.2913971 ], [ 119.9832495, 30.2912615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832495, 30.2912615 ], [ 119.9832264, 30.2913971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿汀北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9833209, 30.2912738 ], [ 119.9832941, 30.2914092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9832941, 30.2914092 ], [ 119.9832468, 30.2914005 ], [ 119.9832264, 30.2913971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9833209, 30.2912738 ], [ 119.9844547, 30.2915038 ], [ 119.9846943, 30.2915761 ], [ 119.9848567, 30.2916477 ], [ 119.9849662, 30.2917006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泊志路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9883922, 30.2903772 ], [ 119.9880659, 30.2909831 ], [ 119.987799, 30.2914785 ], [ 119.987698, 30.2916441 ], [ 119.9873245, 30.2920928 ], [ 119.9861744, 30.2928467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泊志路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862461, 30.2930093 ], [ 119.9862912, 30.2929567 ], [ 119.9864852, 30.2927973 ], [ 119.9873639, 30.2921472 ], [ 119.9877325, 30.2917429 ], [ 119.9877631, 30.2916858 ], [ 119.988053, 30.291144 ], [ 119.9884481, 30.2903962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9860417, 30.2929478 ], [ 119.9853016, 30.2921568 ], [ 119.9851722, 30.2920394 ], [ 119.9850023, 30.2919039 ], [ 119.9848147, 30.2917838 ], [ 119.9846222, 30.2916972 ], [ 119.9844604, 30.2916483 ], [ 119.9841417, 30.2915785 ], [ 119.9838328, 30.2915086 ], [ 119.9832941, 30.2914092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849662, 30.2917006 ], [ 119.9850668, 30.2917491 ], [ 119.9852554, 30.2919004 ], [ 119.9856112, 30.2922704 ], [ 119.9861744, 30.2928467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泊志路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861744, 30.2928467 ], [ 119.9860417, 30.2929478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861744, 30.2928467 ], [ 119.9862461, 30.2930093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861437, 30.2931287 ], [ 119.9860417, 30.2929478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泊志路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9861437, 30.2931287 ], [ 119.9862461, 30.2930093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泊志路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9860417, 30.2929478 ], [ 119.9860028, 30.2929774 ], [ 119.985639, 30.2932921 ], [ 119.9856331, 30.29335 ], [ 119.9852215, 30.2937167 ], [ 119.9849681, 30.2940803 ], [ 119.9848755, 30.2944488 ], [ 119.9848169, 30.2949876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849677, 30.2949836 ], [ 119.9850066, 30.2945369 ], [ 119.9850661, 30.2941329 ], [ 119.9853118, 30.2937948 ], [ 119.9858074, 30.2933837 ], [ 119.9861437, 30.2931287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9920473, 30.2923394 ], [ 119.992354, 30.2915996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9924265, 30.2916325 ], [ 119.9923822, 30.2917711 ], [ 119.99213, 30.2923692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9920473, 30.2923394 ], [ 119.9920316, 30.2923337 ], [ 119.9913401, 30.2920842 ], [ 119.9911529, 30.2920426 ], [ 119.9908439, 30.2919857 ], [ 119.9907165, 30.2919622 ], [ 119.9898662, 30.2918163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9898662, 30.2918163 ], [ 119.9907165, 30.2919622 ], [ 119.9908439, 30.2919857 ], [ 119.9911529, 30.2920426 ], [ 119.9913401, 30.2920842 ], [ 119.9920316, 30.2923337 ], [ 119.9920473, 30.2923394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.99213, 30.2923692 ], [ 119.9920473, 30.2923394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9920473, 30.2923394 ], [ 119.99213, 30.2923692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9986866, 30.2940835 ], [ 119.9983165, 30.2939395 ], [ 119.9982268, 30.2939046 ], [ 119.9980051, 30.2938183 ], [ 119.9979774, 30.2938075 ], [ 119.9978988, 30.2937769 ], [ 119.997036, 30.2934411 ], [ 119.9966833, 30.2933039 ], [ 119.9960533, 30.2930587 ], [ 119.9960332, 30.2930509 ], [ 119.9952909, 30.292762 ], [ 119.9947919, 30.2925678 ], [ 119.99376, 30.2922125 ], [ 119.9932355, 30.2919998 ], [ 119.9924265, 30.2916325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9924265, 30.2916325 ], [ 119.9932355, 30.2919998 ], [ 119.99376, 30.2922125 ], [ 119.9947919, 30.2925678 ], [ 119.9952909, 30.292762 ], [ 119.9960332, 30.2930509 ], [ 119.9960533, 30.2930587 ], [ 119.9966833, 30.2933039 ], [ 119.997036, 30.2934411 ], [ 119.9978988, 30.2937769 ], [ 119.9979774, 30.2938075 ], [ 119.9980051, 30.2938183 ], [ 119.9982268, 30.2939046 ], [ 119.9983165, 30.2939395 ], [ 119.9986866, 30.2940835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984746, 30.2946837 ], [ 119.9983043, 30.2946293 ], [ 119.9977426, 30.2944481 ], [ 119.9966358, 30.29401 ], [ 119.9957288, 30.2936842 ], [ 119.9950526, 30.2934351 ], [ 119.9942801, 30.2931504 ], [ 119.9935502, 30.2928815 ], [ 119.99213, 30.2923692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.99213, 30.2923692 ], [ 119.9935502, 30.2928815 ], [ 119.9942801, 30.2931504 ], [ 119.9950526, 30.2934351 ], [ 119.9957288, 30.2936842 ], [ 119.9966358, 30.29401 ], [ 119.9977426, 30.2944481 ], [ 119.9983043, 30.2946293 ], [ 119.9984746, 30.2946837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907966, 30.2953346 ], [ 119.9908702, 30.2950593 ], [ 119.9910182, 30.2947034 ], [ 119.9911146, 30.2945441 ], [ 119.991821, 30.2928636 ], [ 119.9920473, 30.2923394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.99213, 30.2923692 ], [ 119.9918137, 30.293095 ], [ 119.990969, 30.2950749 ], [ 119.9909393, 30.2951505 ], [ 119.9909228, 30.2953396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984746, 30.2946837 ], [ 119.9986866, 30.2940835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9876331, 30.2951069 ], [ 119.9877978, 30.2951094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9877978, 30.2951094 ], [ 119.9876331, 30.2951069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907537, 30.2953315 ], [ 119.9879894, 30.2951275 ], [ 119.9877978, 30.2951094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9877978, 30.2951094 ], [ 119.9879894, 30.2951275 ], [ 119.9907537, 30.2953315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907537, 30.2953315 ], [ 119.9907966, 30.2953346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907966, 30.2953346 ], [ 119.9907537, 30.2953315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907966, 30.2953346 ], [ 119.9909228, 30.2953396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9748211, 30.2898078 ], [ 119.9748144, 30.2899826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9748144, 30.2899826 ], [ 119.9746473, 30.2899528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691886, 30.2930527 ], [ 119.9692513, 30.2923649 ], [ 119.9693343, 30.2911429 ], [ 119.9693478, 30.2909983 ], [ 119.9693549, 30.2909336 ], [ 119.9694408, 30.2900443 ], [ 119.9694808, 30.2895738 ], [ 119.9695208, 30.2891033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9698526, 30.2891613 ], [ 119.9697148, 30.2908438 ], [ 119.9696733, 30.291261 ], [ 119.969565, 30.2923507 ], [ 119.9695171, 30.2928993 ], [ 119.9695247, 30.2930715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691711, 30.2932443 ], [ 119.9690611, 30.2932302 ], [ 119.968759, 30.2931913 ], [ 119.9672542, 30.2929976 ], [ 119.9651748, 30.2927299 ], [ 119.9652134, 30.2925886 ], [ 119.9673531, 30.2928384 ], [ 119.9688016, 30.2930075 ], [ 119.9691886, 30.2930527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691886, 30.2930527 ], [ 119.9695247, 30.2930715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691711, 30.2932443 ], [ 119.9691886, 30.2930527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695247, 30.2930715 ], [ 119.9695323, 30.2932454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695323, 30.2932454 ], [ 119.9691711, 30.2932443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736745, 30.2986743 ], [ 119.9737788, 30.2976649 ], [ 119.973888, 30.2967303 ], [ 119.97393, 30.2963519 ], [ 119.9740532, 30.295963 ], [ 119.9744832, 30.2918426 ], [ 119.9745019, 30.2916636 ], [ 119.9746473, 30.2899528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9748144, 30.2899826 ], [ 119.9746294, 30.2916682 ], [ 119.9746096, 30.2918585 ], [ 119.9741797, 30.2959852 ], [ 119.9742209, 30.2962578 ], [ 119.9741728, 30.2967703 ], [ 119.9741, 30.2976561 ], [ 119.9739884, 30.2986876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687092, 30.2983014 ], [ 119.9688803, 30.296543 ], [ 119.9690475, 30.2947648 ], [ 119.9691483, 30.2934939 ], [ 119.9691711, 30.2932443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695323, 30.2932454 ], [ 119.969538, 30.2933753 ], [ 119.9694723, 30.2942629 ], [ 119.9693996, 30.2951518 ], [ 119.9692071, 30.2965322 ], [ 119.9691839, 30.2983345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687092, 30.2983014 ], [ 119.9691839, 30.2983345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9686945, 30.2984632 ], [ 119.9687092, 30.2983014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691839, 30.2983345 ], [ 119.9691748, 30.2984977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691748, 30.2984977 ], [ 119.9686945, 30.2984632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691839, 30.2983345 ], [ 119.969807, 30.2983585 ], [ 119.9716302, 30.2984685 ], [ 119.972362, 30.2985793 ], [ 119.9733264, 30.2986541 ], [ 119.9736745, 30.2986743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9737722, 30.2988173 ], [ 119.970676, 30.2985926 ], [ 119.9691748, 30.2984977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736745, 30.2986743 ], [ 119.9739884, 30.2986876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9862461, 30.2930093 ], [ 119.9864652, 30.2931537 ], [ 119.9869814, 30.2934938 ], [ 119.9873041, 30.2937208 ], [ 119.9874017, 30.2938296 ], [ 119.9875876, 30.2940833 ], [ 119.9876706, 30.2942639 ], [ 119.9877687, 30.2947112 ], [ 119.9877978, 30.2951094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9876331, 30.2951069 ], [ 119.9876026, 30.2947646 ], [ 119.9875648, 30.2945425 ], [ 119.9875271, 30.2944121 ], [ 119.9874443, 30.2942025 ], [ 119.9873778, 30.2940736 ], [ 119.9873275, 30.2939742 ], [ 119.9872142, 30.2938687 ], [ 119.9870721, 30.2937646 ], [ 119.9869696, 30.2936917 ], [ 119.9861437, 30.2931287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9876331, 30.2951069 ], [ 119.9856705, 30.2950776 ], [ 119.9849677, 30.2949836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849677, 30.2949836 ], [ 119.9856705, 30.2950776 ], [ 119.9876331, 30.2951069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9766309, 30.2983258 ], [ 119.9765638, 30.298797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9765638, 30.298797 ], [ 119.9766309, 30.2983258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9765638, 30.298797 ], [ 119.9765466, 30.2990083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9765466, 30.2990083 ], [ 119.9765638, 30.298797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9765638, 30.298797 ], [ 119.9770987, 30.2988419 ], [ 119.9775547, 30.2988632 ], [ 119.9778391, 30.2988233 ], [ 119.9781926, 30.2987797 ], [ 119.9791295, 30.2988257 ], [ 119.9792575, 30.298843 ], [ 119.9793458, 30.2988966 ], [ 119.9793341, 30.2991479 ], [ 119.9792728, 30.2992646 ], [ 119.9792161, 30.2993299 ], [ 119.979074, 30.2993356 ], [ 119.978928, 30.2992884 ], [ 119.9788124, 30.2991924 ], [ 119.9787384, 30.2991197 ], [ 119.9786236, 30.2990622 ], [ 119.9780262, 30.2990469 ], [ 119.9765466, 30.2990083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9880815, 30.2997577 ], [ 119.9873179, 30.2997154 ], [ 119.9865711, 30.2996498 ], [ 119.9851714, 30.2995336 ], [ 119.9850705, 30.2994572 ], [ 119.9851059, 30.2993182 ], [ 119.9852528, 30.2992876 ], [ 119.9857093, 30.299309 ], [ 119.986111, 30.2993411 ], [ 119.9863959, 30.2994114 ], [ 119.9865731, 30.2994436 ], [ 119.9878609, 30.2995353 ], [ 119.9880941, 30.2996086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9909228, 30.2953396 ], [ 119.9907966, 30.2953346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9979914, 30.2960098 ], [ 119.9984746, 30.2946837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9909228, 30.2953396 ], [ 119.991845, 30.2953755 ], [ 119.9935251, 30.2954231 ], [ 119.9938651, 30.2953953 ], [ 119.9940859, 30.2953448 ], [ 119.9946445, 30.2952402 ], [ 119.9950515, 30.2952336 ], [ 119.9956952, 30.2953077 ], [ 119.9960063, 30.2953964 ], [ 119.9976391, 30.2959022 ], [ 119.9979914, 30.2960098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大蔡园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9979914, 30.2960098 ], [ 119.9976391, 30.2959022 ], [ 119.9960063, 30.2953964 ], [ 119.9956952, 30.2953077 ], [ 119.9950515, 30.2952336 ], [ 119.9946445, 30.2952402 ], [ 119.9940859, 30.2953448 ], [ 119.9938651, 30.2953953 ], [ 119.9935251, 30.2954231 ], [ 119.991845, 30.2953755 ], [ 119.9909228, 30.2953396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9979914, 30.2960098 ], [ 119.9981856, 30.2960558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9981856, 30.2960558 ], [ 119.9979914, 30.2960098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9981856, 30.2960558 ], [ 119.9985312, 30.296017 ], [ 119.9989284, 30.2960559 ], [ 119.9993022, 30.29608 ], [ 119.9996081, 30.2961078 ], [ 120.0000319, 30.2961487 ], [ 120.0000469, 30.2961501 ], [ 120.0005412, 30.2962048 ], [ 120.0010594, 30.296247 ], [ 120.001275, 30.296237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.001275, 30.296237 ], [ 120.0010594, 30.296247 ], [ 120.0005412, 30.2962048 ], [ 120.0000469, 30.2961501 ], [ 120.0000319, 30.2961487 ], [ 119.9996081, 30.2961078 ], [ 119.9993022, 30.29608 ], [ 119.9989284, 30.2960559 ], [ 119.9985312, 30.296017 ], [ 119.9981856, 30.2960558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥余线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9981253, 30.2984588 ], [ 119.9982048, 30.2981095 ], [ 119.9983661, 30.2974091 ], [ 119.9984111, 30.2972228 ], [ 119.9985336, 30.296738 ], [ 119.9985555, 30.2964521 ], [ 119.9985058, 30.2963948 ], [ 119.9983833, 30.2962536 ], [ 119.9981856, 30.2960558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥余线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9981856, 30.2960558 ], [ 119.9983833, 30.2962536 ], [ 119.9985058, 30.2963948 ], [ 119.9985555, 30.2964521 ], [ 119.9985336, 30.296738 ], [ 119.9984111, 30.2972228 ], [ 119.9983661, 30.2974091 ], [ 119.9982048, 30.2981095 ], [ 119.9981253, 30.2984588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992039, 30.2998489 ], [ 119.9918821, 30.2995767 ], [ 119.9915984, 30.2987037 ], [ 119.9913551, 30.29825 ], [ 119.9912896, 30.2980143 ], [ 119.9909325, 30.2973235 ], [ 119.9907412, 30.2968897 ], [ 119.9907187, 30.2964077 ], [ 119.9907376, 30.2957071 ], [ 119.9907537, 30.2953315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9909228, 30.2953396 ], [ 119.9908967, 30.2958008 ], [ 119.9908753, 30.2960858 ], [ 119.9908443, 30.296467 ], [ 119.9909104, 30.2968645 ], [ 119.9909794, 30.2970448 ], [ 119.9911175, 30.2973613 ], [ 119.9913485, 30.2977806 ], [ 119.9916277, 30.2981426 ], [ 119.9918723, 30.2986191 ], [ 119.9920407, 30.2990375 ], [ 119.9921817, 30.2995297 ], [ 119.9922133, 30.2998574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973564, 30.3001993 ], [ 119.9973811, 30.2999058 ], [ 119.9973966, 30.2994441 ], [ 119.9974366, 30.2990863 ], [ 119.9974732, 30.2986883 ], [ 119.9976391, 30.2975419 ], [ 119.9977721, 30.2968976 ], [ 119.9979914, 30.2960098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9981856, 30.2960558 ], [ 119.9978916, 30.2973024 ], [ 119.9978289, 30.2975672 ], [ 119.9977112, 30.298298 ], [ 119.9976768, 30.2986178 ], [ 119.9976317, 30.2991978 ], [ 119.9975851, 30.2998944 ], [ 119.9975322, 30.3002126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9880815, 30.2997577 ], [ 119.9880941, 30.2996086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9880941, 30.2996086 ], [ 119.9910145, 30.2997931 ], [ 119.992039, 30.2998489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992039, 30.2998489 ], [ 119.9922133, 30.2998574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9920679, 30.3000429 ], [ 119.9906955, 30.2999374 ], [ 119.9889688, 30.2998273 ], [ 119.9880815, 30.2997577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9920679, 30.3000429 ], [ 119.992039, 30.2998489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922133, 30.2998574 ], [ 119.9922157, 30.3000508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路 Wenyi Road (West)" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0596786, 30.2891619 ], [ 120.0595272, 30.2891616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681344, 30.2891675 ], [ 120.0679068, 30.2891677 ], [ 120.0675611, 30.2891672 ], [ 120.0669194, 30.2891632 ], [ 120.0667829, 30.2891624 ], [ 120.0659365, 30.28918 ], [ 120.0646578, 30.2892096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645252, 30.2892109 ], [ 120.0625869, 30.2891864 ], [ 120.0615793, 30.2891926 ], [ 120.0596786, 30.2891619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646578, 30.2892096 ], [ 120.0645252, 30.2892109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621922, 30.2893451 ], [ 120.061612, 30.2893297 ], [ 120.0607186, 30.2892517 ], [ 120.0599237, 30.2892159 ], [ 120.0598589, 30.289213 ], [ 120.0596786, 30.2891619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646578, 30.2892096 ], [ 120.064542, 30.2893037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.064542, 30.2893037 ], [ 120.0645252, 30.2892109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.064542, 30.2893037 ], [ 120.0643958, 30.2893488 ], [ 120.0621922, 30.2893451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "枫树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595272, 30.2891616 ], [ 120.0595293, 30.2892387 ], [ 120.0595592, 30.2905057 ], [ 120.0596236, 30.2906631 ], [ 120.0597738, 30.2907558 ], [ 120.0610076, 30.2907558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "枫树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0610076, 30.2907558 ], [ 120.0597738, 30.2907558 ], [ 120.0596236, 30.2906631 ], [ 120.0595592, 30.2905057 ], [ 120.0595293, 30.2892387 ], [ 120.0595272, 30.2891616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719723, 30.2889342 ], [ 120.071962, 30.2892583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717967, 30.2892134 ], [ 120.0715922, 30.2891847 ], [ 120.0713823, 30.2891744 ], [ 120.070374, 30.289175 ], [ 120.0699341, 30.2891909 ], [ 120.0688892, 30.2891669 ], [ 120.0681344, 30.2891675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.071962, 30.2892583 ], [ 120.0717967, 30.2892134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.076752, 30.2893984 ], [ 120.0754383, 30.2893877 ], [ 120.0751603, 30.289378 ], [ 120.0740106, 30.2893603 ], [ 120.0724176, 30.2893458 ], [ 120.071962, 30.2892583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718618, 30.2904599 ], [ 120.0718021, 30.2902142 ], [ 120.0717777, 30.2900036 ], [ 120.0717937, 30.2893388 ], [ 120.0717967, 30.2892134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.071962, 30.2892583 ], [ 120.0719584, 30.2893776 ], [ 120.0719472, 30.2897464 ], [ 120.0719367, 30.2899827 ], [ 120.0719271, 30.2900571 ], [ 120.07191, 30.2901889 ], [ 120.0718618, 30.2904599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681344, 30.2891675 ], [ 120.0681358, 30.2892651 ], [ 120.0681498, 30.2902598 ], [ 120.0681531, 30.290495 ], [ 120.0681558, 30.2908308 ], [ 120.0681714, 30.2913277 ], [ 120.0682039, 30.292363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682039, 30.292363 ], [ 120.0681714, 30.2913277 ], [ 120.0681558, 30.2908308 ], [ 120.0681531, 30.290495 ], [ 120.0681498, 30.2902598 ], [ 120.0681358, 30.2892651 ], [ 120.0681344, 30.2891675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718618, 30.2904599 ], [ 120.07186, 30.2907254 ], [ 120.0718546, 30.2909258 ], [ 120.0718489, 30.2915846 ], [ 120.0718474, 30.2917514 ], [ 120.0718417, 30.2924088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718417, 30.2924088 ], [ 120.0718474, 30.2917514 ], [ 120.0718489, 30.2915846 ], [ 120.0718546, 30.2909258 ], [ 120.07186, 30.2907254 ], [ 120.0718618, 30.2904599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809681, 30.2891828 ], [ 120.0809625, 30.2893323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0802421, 30.2894921 ], [ 120.0803632, 30.2890274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809625, 30.2893323 ], [ 120.0802421, 30.2894921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文一西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0802421, 30.2894921 ], [ 120.0783425, 30.2894544 ], [ 120.0776045, 30.2894284 ], [ 120.076752, 30.2893984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.076752, 30.2893984 ], [ 120.0767318, 30.2894904 ], [ 120.0765254, 30.2904291 ], [ 120.0760781, 30.2924638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0760781, 30.2924638 ], [ 120.0765254, 30.2904291 ], [ 120.0767318, 30.2894904 ], [ 120.076752, 30.2893984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0795659, 30.2925603 ], [ 120.0793985, 30.2925244 ], [ 120.0774657, 30.2924891 ], [ 120.0760781, 30.2924638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0760781, 30.2924638 ], [ 120.0774657, 30.2924891 ], [ 120.0793985, 30.2925244 ], [ 120.0795659, 30.2925603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0760781, 30.2924638 ], [ 120.0758177, 30.2935956 ], [ 120.0757818, 30.2937516 ], [ 120.0756978, 30.2941167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0756978, 30.2941167 ], [ 120.0757818, 30.2937516 ], [ 120.0758177, 30.2935956 ], [ 120.0760781, 30.2924638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651272, 30.2919188 ], [ 120.0666685, 30.2921421 ], [ 120.0668518, 30.2921686 ], [ 120.0676489, 30.2922841 ], [ 120.0679453, 30.2923281 ], [ 120.0682039, 30.292363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682039, 30.292363 ], [ 120.0679453, 30.2923281 ], [ 120.0676489, 30.2922841 ], [ 120.0668518, 30.2921686 ], [ 120.0666685, 30.2921421 ], [ 120.0651272, 30.2919188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718417, 30.2924088 ], [ 120.0682039, 30.292363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682039, 30.292363 ], [ 120.0718417, 30.2924088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0760781, 30.2924638 ], [ 120.0718417, 30.2924088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718417, 30.2924088 ], [ 120.0760781, 30.2924638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682505, 30.2940749 ], [ 120.0682039, 30.292363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682039, 30.292363 ], [ 120.0682505, 30.2940749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717752, 30.2940909 ], [ 120.0718047, 30.2933448 ], [ 120.0718106, 30.2931964 ], [ 120.0718417, 30.2924088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718417, 30.2924088 ], [ 120.0718106, 30.2931964 ], [ 120.0718047, 30.2933448 ], [ 120.0717752, 30.2940909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651272, 30.2919188 ], [ 120.0650489, 30.2919075 ], [ 120.0649682, 30.2919035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649682, 30.2919035 ], [ 120.0650489, 30.2919075 ], [ 120.0651272, 30.2919188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0653197, 30.2940337 ], [ 120.0651201, 30.2928243 ], [ 120.0649682, 30.2919035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651272, 30.2919188 ], [ 120.0653037, 30.2930293 ], [ 120.0654624, 30.2940284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "枫树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0615463, 30.2945328 ], [ 120.060993, 30.2918105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "枫树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060993, 30.2918105 ], [ 120.0615463, 30.2945328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0653197, 30.2940337 ], [ 120.0654624, 30.2940284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654624, 30.2940284 ], [ 120.0653197, 30.2940337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0653197, 30.2940337 ], [ 120.0634477, 30.2942813 ], [ 120.0625757, 30.2943966 ], [ 120.0615463, 30.2945328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0615463, 30.2945328 ], [ 120.0625757, 30.2943966 ], [ 120.0634477, 30.2942813 ], [ 120.0653197, 30.2940337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682505, 30.2940749 ], [ 120.0679775, 30.2940709 ], [ 120.0677079, 30.2940674 ], [ 120.0665492, 30.2940473 ], [ 120.0663353, 30.2940436 ], [ 120.0654624, 30.2940284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654624, 30.2940284 ], [ 120.0663353, 30.2940436 ], [ 120.0665492, 30.2940473 ], [ 120.0677079, 30.2940674 ], [ 120.0679775, 30.2940709 ], [ 120.0682505, 30.2940749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682505, 30.2940749 ], [ 120.0701756, 30.2940836 ], [ 120.0705349, 30.2940853 ], [ 120.0717752, 30.2940909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717752, 30.2940909 ], [ 120.0705349, 30.2940853 ], [ 120.0701756, 30.2940836 ], [ 120.0682505, 30.2940749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717752, 30.2940909 ], [ 120.0732172, 30.2941004 ], [ 120.0736087, 30.294103 ], [ 120.0756978, 30.2941167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0756978, 30.2941167 ], [ 120.0736087, 30.294103 ], [ 120.0732172, 30.2941004 ], [ 120.0717752, 30.2940909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717752, 30.2940909 ], [ 120.071974, 30.2949319 ], [ 120.071992, 30.295008 ], [ 120.0722557, 30.2961232 ], [ 120.0722926, 30.2962792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722926, 30.2962792 ], [ 120.0722557, 30.2961232 ], [ 120.071992, 30.295008 ], [ 120.071974, 30.2949319 ], [ 120.0717752, 30.2940909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689687, 30.2966557 ], [ 120.0684202, 30.2946847 ], [ 120.0682505, 30.2940749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "弘德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682505, 30.2940749 ], [ 120.0684202, 30.2946847 ], [ 120.0689687, 30.2966557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580297, 30.2950804 ], [ 120.0615463, 30.2945328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0615463, 30.2945328 ], [ 120.0580297, 30.2950804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654624, 30.2940284 ], [ 120.0654195, 30.2965113 ], [ 120.0654173, 30.2966379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0652301, 30.2966463 ], [ 120.0652354, 30.2964925 ], [ 120.0653197, 30.2940337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "枫树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621651, 30.2973467 ], [ 120.0621284, 30.2971798 ], [ 120.0615463, 30.2945328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "枫树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0615463, 30.2945328 ], [ 120.0621284, 30.2971798 ], [ 120.0621651, 30.2973467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0652301, 30.2966463 ], [ 120.0654173, 30.2966379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654173, 30.2966379 ], [ 120.0654099, 30.2967918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0652227, 30.2968139 ], [ 120.0652301, 30.2966463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654099, 30.2967918 ], [ 120.0652227, 30.2968139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932692, 30.2970684 ], [ 120.0932694, 30.297218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0930844, 30.2972967 ], [ 120.0930837, 30.296996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0879426, 30.2970845 ], [ 120.0879294, 30.2972585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0879294, 30.2972585 ], [ 120.0879426, 30.2970845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894668, 30.2972158 ], [ 120.0889076, 30.2972174 ], [ 120.0885128, 30.2972276 ], [ 120.0881677, 30.2972425 ], [ 120.0879294, 30.2972585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0930844, 30.2972967 ], [ 120.0915754, 30.2972728 ], [ 120.0910197, 30.2972699 ], [ 120.0902936, 30.2972702 ], [ 120.0894668, 30.2972158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932694, 30.297218 ], [ 120.0930844, 30.2972967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0932694, 30.297218 ], [ 120.0932693, 30.2974394 ], [ 120.0932685, 30.2985264 ], [ 120.0932685, 30.2986146 ], [ 120.0932677, 30.2997835 ], [ 120.0932708, 30.2998356 ], [ 120.0932796, 30.3008553 ], [ 120.093283, 30.30116 ], [ 120.093299, 30.3022222 ], [ 120.0933007, 30.3023505 ], [ 120.0932954, 30.3024057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0879294, 30.2972585 ], [ 120.087925, 30.2973604 ], [ 120.0879169, 30.2975438 ], [ 120.0878165, 30.2992788 ], [ 120.0878127, 30.2993592 ], [ 120.0877691, 30.2999383 ], [ 120.0877369, 30.3007257 ], [ 120.0876528, 30.302164 ], [ 120.0876447, 30.3023517 ], [ 120.0876427, 30.3023975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876427, 30.3023975 ], [ 120.0876447, 30.3023517 ], [ 120.0876528, 30.302164 ], [ 120.0877369, 30.3007257 ], [ 120.0877691, 30.2999383 ], [ 120.0878127, 30.2993592 ], [ 120.0878165, 30.2992788 ], [ 120.0879169, 30.2975438 ], [ 120.087925, 30.2973604 ], [ 120.0879294, 30.2972585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722926, 30.2962792 ], [ 120.0726052, 30.2962268 ], [ 120.0732657, 30.296116 ], [ 120.0738314, 30.2960134 ], [ 120.0742676, 30.2959342 ], [ 120.0751417, 30.2957686 ], [ 120.0753242, 30.2957331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0723217, 30.2964067 ], [ 120.0722926, 30.2962792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722926, 30.2962792 ], [ 120.0723217, 30.2964067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689687, 30.2966557 ], [ 120.0696333, 30.296652 ], [ 120.0702905, 30.2966113 ], [ 120.0707178, 30.2965511 ], [ 120.070772, 30.2965435 ], [ 120.0719601, 30.296345 ], [ 120.0720109, 30.2963349 ], [ 120.0722926, 30.2962792 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0723217, 30.2964067 ], [ 120.0720397, 30.2964711 ], [ 120.0720128, 30.2964772 ], [ 120.0710063, 30.296646 ], [ 120.0704502, 30.296724 ], [ 120.0698291, 30.296775 ], [ 120.0693207, 30.2967954 ], [ 120.0690629, 30.2967946 ], [ 120.0690157, 30.2967945 ], [ 120.0688158, 30.2967939 ], [ 120.0683991, 30.2968052 ], [ 120.0667953, 30.2967844 ], [ 120.0654884, 30.2967914 ], [ 120.0654099, 30.2967918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654173, 30.2966379 ], [ 120.0655087, 30.2966381 ], [ 120.0673255, 30.2966419 ], [ 120.0683455, 30.2966552 ], [ 120.0687705, 30.2966559 ], [ 120.0689687, 30.2966557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0748519, 30.3119776 ], [ 120.0742864, 30.3117411 ], [ 120.0736745, 30.3114853 ], [ 120.0733834, 30.3113637 ], [ 120.0732697, 30.3113098 ], [ 120.070069, 30.3099717 ], [ 120.0697952, 30.3098572 ], [ 120.0687692, 30.3094279 ], [ 120.0687148, 30.3094047 ], [ 120.0685152, 30.3093197 ], [ 120.0683022, 30.3092289 ], [ 120.0655639, 30.3080622 ], [ 120.0644995, 30.3075997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0644995, 30.3075997 ], [ 120.0655639, 30.3080622 ], [ 120.0683022, 30.3092289 ], [ 120.0685152, 30.3093197 ], [ 120.0687148, 30.3094047 ], [ 120.0687692, 30.3094279 ], [ 120.0697952, 30.3098572 ], [ 120.070069, 30.3099717 ], [ 120.0732697, 30.3113098 ], [ 120.0733834, 30.3113637 ], [ 120.0736745, 30.3114853 ], [ 120.0742864, 30.3117411 ], [ 120.0748519, 30.3119776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07452, 30.3132308 ], [ 120.0741789, 30.3130916 ], [ 120.0739222, 30.3129839 ], [ 120.0735073, 30.3128199 ], [ 120.0727938, 30.3125262 ], [ 120.0710746, 30.3117759 ], [ 120.0692478, 30.3110026 ], [ 120.0682336, 30.3106409 ], [ 120.0680368, 30.3105592 ], [ 120.0668175, 30.3100266 ], [ 120.0651696, 30.3093625 ], [ 120.0638413, 30.3088344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658731, 30.310808 ], [ 120.0675588, 30.3114988 ], [ 120.0680139, 30.3116782 ], [ 120.0689454, 30.3120453 ], [ 120.0691714, 30.3121344 ], [ 120.0698612, 30.3124063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0756978, 30.2941167 ], [ 120.0755327, 30.2948128 ], [ 120.0753419, 30.2956172 ], [ 120.0753242, 30.2957331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0753242, 30.2957331 ], [ 120.0753419, 30.2956172 ], [ 120.0755327, 30.2948128 ], [ 120.0756978, 30.2941167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0753242, 30.2957331 ], [ 120.075911, 30.2956776 ], [ 120.076434, 30.2956384 ], [ 120.0772914, 30.2956277 ], [ 120.0783435, 30.2956368 ], [ 120.0785619, 30.2956412 ], [ 120.0788942, 30.2957269 ], [ 120.0801112, 30.2963219 ], [ 120.0805857, 30.2965324 ], [ 120.081145, 30.2967518 ], [ 120.0815971, 30.2968962 ], [ 120.0823252, 30.2970407 ], [ 120.0828239, 30.2970821 ], [ 120.0831204, 30.2970705 ], [ 120.0863582, 30.2971019 ], [ 120.0876535, 30.297111 ], [ 120.0877295, 30.2971129 ], [ 120.0879426, 30.2970845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0879294, 30.2972585 ], [ 120.0877289, 30.2972547 ], [ 120.0866636, 30.2972336 ], [ 120.0830554, 30.2972039 ], [ 120.0825447, 30.2971812 ], [ 120.0821677, 30.2971285 ], [ 120.0816693, 30.2970416 ], [ 120.0812304, 30.2969187 ], [ 120.0808604, 30.2967958 ], [ 120.0802661, 30.2965624 ], [ 120.0797903, 30.2963338 ], [ 120.0788469, 30.2958403 ], [ 120.0784891, 30.2957565 ], [ 120.078344, 30.2957562 ], [ 120.0770415, 30.2957537 ], [ 120.0768531, 30.2957609 ], [ 120.0764523, 30.2957771 ], [ 120.0760037, 30.2958075 ], [ 120.0755707, 30.2958562 ], [ 120.0753238, 30.2958969 ], [ 120.0751991, 30.2959174 ], [ 120.0745035, 30.2960394 ], [ 120.0740143, 30.2961214 ], [ 120.0731265, 30.2962741 ], [ 120.0726313, 30.2963557 ], [ 120.0723217, 30.2964067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0831967, 30.3106686 ], [ 120.0833206, 30.3106814 ], [ 120.0833935, 30.3107318 ], [ 120.0835627, 30.3108487 ], [ 120.0837431, 30.3109561 ], [ 120.0839212, 30.3110621 ], [ 120.0840311, 30.3111239 ], [ 120.0843198, 30.3112699 ], [ 120.0848522, 30.3114886 ], [ 120.0854234, 30.3116641 ], [ 120.0857582, 30.3117669 ], [ 120.0865578, 30.3119405 ], [ 120.0867682, 30.3119862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867465, 30.3120908 ], [ 120.0865436, 30.3120402 ], [ 120.0857088, 30.311832 ], [ 120.0854074, 30.3117424 ], [ 120.084957, 30.3116086 ], [ 120.0845626, 30.3114596 ], [ 120.0842784, 30.3113459 ], [ 120.0839971, 30.3112196 ], [ 120.0838743, 30.3111601 ], [ 120.0837246, 30.3110872 ], [ 120.0834904, 30.3109702 ], [ 120.0834112, 30.3109584 ], [ 120.0833465, 30.3109487 ], [ 120.0832334, 30.3109324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867465, 30.3120908 ], [ 120.0867682, 30.3119862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867682, 30.3119862 ], [ 120.0867465, 30.3120908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751369, 30.3135124 ], [ 120.0748762, 30.3133934 ], [ 120.07452, 30.3132308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086128, 30.3154305 ], [ 120.0862539, 30.3147468 ], [ 120.0862653, 30.3146851 ], [ 120.0863284, 30.3143426 ], [ 120.0865556, 30.3131093 ], [ 120.0867241, 30.3122258 ], [ 120.0867346, 30.3121706 ], [ 120.0867409, 30.3121285 ], [ 120.0867465, 30.3120908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0102486, 30.2903304 ], [ 120.0123641, 30.2909536 ], [ 120.0125846, 30.2910055 ], [ 120.015565, 30.2916838 ], [ 120.0171972, 30.2921243 ], [ 120.0182981, 30.2924764 ], [ 120.0199102, 30.2931023 ], [ 120.0216197, 30.2936832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0215513, 30.2938171 ], [ 120.0208714, 30.2935991 ], [ 120.0171484, 30.2922694 ], [ 120.0155024, 30.291859 ], [ 120.0125388, 30.2911496 ], [ 120.0123097, 30.2910823 ], [ 120.0102045, 30.290449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0025185, 30.2882482 ], [ 120.0019511, 30.2890747 ], [ 120.00154, 30.2896735 ], [ 120.0006613, 30.2909661 ], [ 120.0001866, 30.2916643 ], [ 119.999569, 30.2926292 ], [ 119.9995202, 30.2927196 ], [ 119.9993974, 30.2929603 ], [ 119.9993886, 30.2929795 ], [ 119.9988583, 30.2941369 ], [ 119.9988275, 30.2942239 ], [ 119.9981856, 30.2960558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0216197, 30.2936832 ], [ 120.0220368, 30.2928071 ], [ 120.0221531, 30.2925622 ], [ 120.0224659, 30.2919033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0224659, 30.2919033 ], [ 120.0221531, 30.2925622 ], [ 120.0220368, 30.2928071 ], [ 120.0216197, 30.2936832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0215513, 30.2938171 ], [ 120.0216197, 30.2936832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0216197, 30.2936832 ], [ 120.0215513, 30.2938171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0215513, 30.2938171 ], [ 120.0213142, 30.2942907 ], [ 120.021231, 30.2945033 ], [ 120.0210489, 30.2949683 ], [ 120.021025, 30.2950305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.021025, 30.2950305 ], [ 120.0210489, 30.2949683 ], [ 120.021231, 30.2945033 ], [ 120.0213142, 30.2942907 ], [ 120.0215513, 30.2938171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.001275, 30.296237 ], [ 120.0013944, 30.2962091 ], [ 120.0047345, 30.2970799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松风巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025435, 30.2928591 ], [ 120.0246203, 30.2947248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松风巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0246203, 30.2947248 ], [ 120.025435, 30.2928591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同顺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0451074, 30.2935118 ], [ 120.0442508, 30.2937745 ], [ 120.0433957, 30.2939722 ], [ 120.0429483, 30.2940318 ], [ 120.0425149, 30.2940712 ], [ 120.0424369, 30.2940739 ], [ 120.0417683, 30.294097 ], [ 120.0414171, 30.2940856 ], [ 120.0411153, 30.2940757 ], [ 120.040737, 30.2940634 ], [ 120.039098, 30.2939901 ], [ 120.0375761, 30.2938979 ], [ 120.036269, 30.2937143 ], [ 120.0360857, 30.2936874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同顺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0360857, 30.2936874 ], [ 120.036269, 30.2937143 ], [ 120.0375761, 30.2938979 ], [ 120.039098, 30.2939901 ], [ 120.040737, 30.2940634 ], [ 120.0411153, 30.2940757 ], [ 120.0414171, 30.2940856 ], [ 120.0417683, 30.294097 ], [ 120.0424369, 30.2940739 ], [ 120.0425149, 30.2940712 ], [ 120.0429483, 30.2940318 ], [ 120.0433957, 30.2939722 ], [ 120.0442508, 30.2937745 ], [ 120.0451074, 30.2935118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0216197, 30.2936832 ], [ 120.0231103, 30.2942006 ], [ 120.0246203, 30.2947248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0245899, 30.294784 ], [ 120.0234105, 30.2944087 ], [ 120.0215513, 30.2938171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "繁慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0273179, 30.2956772 ], [ 120.0274478, 30.2950912 ], [ 120.0276731, 30.2939991 ], [ 120.0277524, 30.293617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "繁慧路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0277524, 30.293617 ], [ 120.0276731, 30.2939991 ], [ 120.0274478, 30.2950912 ], [ 120.0273179, 30.2956772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0246203, 30.2947248 ], [ 120.0251946, 30.294925 ], [ 120.0261802, 30.2952572 ], [ 120.0273179, 30.2956772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "新桥路", "寻港街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0245899, 30.294784 ], [ 120.0240408, 30.2959769 ], [ 120.021025, 30.2950305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0516698, 30.2934214 ], [ 120.0524774, 30.2947032 ], [ 120.052565, 30.2948422 ], [ 120.0528731, 30.2953313 ], [ 120.0531957, 30.2958432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531957, 30.2958432 ], [ 120.0528731, 30.2953313 ], [ 120.052565, 30.2948422 ], [ 120.0524774, 30.2947032 ], [ 120.0516698, 30.2934214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580297, 30.2950804 ], [ 120.0578833, 30.2951056 ], [ 120.0567937, 30.2952825 ], [ 120.0559272, 30.2954175 ], [ 120.0541438, 30.2956954 ], [ 120.0531957, 30.2958432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双龙街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531957, 30.2958432 ], [ 120.0541438, 30.2956954 ], [ 120.0559272, 30.2954175 ], [ 120.0567937, 30.2952825 ], [ 120.0578833, 30.2951056 ], [ 120.0580297, 30.2950804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531957, 30.2958432 ], [ 120.0537379, 30.2966386 ], [ 120.053946, 30.2969438 ], [ 120.0546204, 30.2979332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0546204, 30.2979332 ], [ 120.053946, 30.2969438 ], [ 120.0537379, 30.2966386 ], [ 120.0531957, 30.2958432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0546204, 30.2979332 ], [ 120.0547932, 30.2981699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0547932, 30.2981699 ], [ 120.0546204, 30.2979332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0328976, 30.2980234 ], [ 120.033174, 30.298077 ], [ 120.03436, 30.2982878 ], [ 120.035688, 30.2984055 ], [ 120.0388902, 30.2986401 ], [ 120.0391108, 30.2986496 ], [ 120.0395006, 30.2986663 ], [ 120.0395781, 30.2986696 ], [ 120.0409545, 30.2987387 ], [ 120.0416594, 30.2987315 ], [ 120.0427598, 30.2986759 ], [ 120.0429798, 30.298664 ], [ 120.0453386, 30.2985364 ], [ 120.0475227, 30.2983896 ], [ 120.0484522, 30.2983407 ], [ 120.0505827, 30.2982441 ], [ 120.0512802, 30.2982154 ], [ 120.0542284, 30.2980533 ], [ 120.0546204, 30.2979332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0547932, 30.2981699 ], [ 120.05329, 30.2982604 ], [ 120.0529724, 30.2982795 ], [ 120.0505881, 30.2983734 ], [ 120.0484688, 30.2984573 ], [ 120.0453685, 30.2986589 ], [ 120.0429939, 30.2987962 ], [ 120.0427773, 30.2988087 ], [ 120.0423034, 30.2988379 ], [ 120.0413399, 30.2988739 ], [ 120.0396666, 30.2988193 ], [ 120.0391043, 30.2987815 ], [ 120.0388807, 30.2987665 ], [ 120.0381639, 30.29871 ], [ 120.037587, 30.2986645 ], [ 120.0360495, 30.2985432 ], [ 120.0350417, 30.2984651 ], [ 120.0340688, 30.2983682 ], [ 120.0335601, 30.2983007 ], [ 120.0329022, 30.2981286 ], [ 120.0328093, 30.2981044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "新桥路", "寻港街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.021025, 30.2950305 ], [ 120.0240408, 30.2959769 ], [ 120.0245899, 30.294784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0327305, 30.2979773 ], [ 120.033113, 30.2976878 ], [ 120.0333133, 30.297517 ], [ 120.0339012, 30.2969474 ], [ 120.0342399, 30.2965802 ], [ 120.0344553, 30.2963467 ], [ 120.0349603, 30.2956522 ], [ 120.0349698, 30.2956366 ], [ 120.0351583, 30.2953274 ], [ 120.0355248, 30.2946686 ], [ 120.0359376, 30.2936661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0360857, 30.2936874 ], [ 120.0356756, 30.2946828 ], [ 120.0353091, 30.2953416 ], [ 120.0351131, 30.2956632 ], [ 120.0346061, 30.2963609 ], [ 120.034052, 30.2969616 ], [ 120.0339939, 30.2970202 ], [ 120.0334507, 30.2975682 ], [ 120.0332423, 30.297732 ], [ 120.0328976, 30.2980234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0326273, 30.2980554 ], [ 120.0324472, 30.2980069 ], [ 120.0315541, 30.2976713 ], [ 120.0310239, 30.2974515 ], [ 120.0308494, 30.2973652 ], [ 120.0303684, 30.2971272 ], [ 120.0297123, 30.2968119 ], [ 120.0293391, 30.2966356 ], [ 120.0291395, 30.2965413 ], [ 120.0286957, 30.2963273 ], [ 120.0279777, 30.2960373 ], [ 120.0274945, 30.295848 ], [ 120.0272855, 30.2957751 ], [ 120.0265958, 30.2955233 ], [ 120.0251936, 30.2950114 ], [ 120.0245899, 30.294784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0273179, 30.2956772 ], [ 120.0275416, 30.2957509 ], [ 120.0279679, 30.2959176 ], [ 120.0287497, 30.2962404 ], [ 120.0292114, 30.2964407 ], [ 120.0298742, 30.2967726 ], [ 120.0314277, 30.2975169 ], [ 120.0320085, 30.297745 ], [ 120.0325591, 30.29793 ], [ 120.0327305, 30.2979773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0327305, 30.2979773 ], [ 120.0328976, 30.2980234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0326273, 30.2980554 ], [ 120.0327305, 30.2979773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0328976, 30.2980234 ], [ 120.0328093, 30.2981044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0328093, 30.2981044 ], [ 120.0326273, 30.2980554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.024405, 30.3095255 ], [ 120.0245934, 30.308828 ], [ 120.0247208, 30.3083809 ], [ 120.024927, 30.3078671 ], [ 120.0250865, 30.3075387 ], [ 120.0252656, 30.307252 ], [ 120.0254858, 30.3069332 ], [ 120.0258294, 30.3065153 ], [ 120.0269393, 30.3052292 ], [ 120.0276042, 30.3044981 ], [ 120.0281705, 30.3038787 ], [ 120.0285362, 30.3034374 ], [ 120.0289323, 30.3029173 ], [ 120.0291749, 30.3025363 ], [ 120.0296223, 30.3017845 ], [ 120.0299156, 30.3011667 ], [ 120.0301809, 30.3006638 ], [ 120.0305812, 30.3001047 ], [ 120.0310887, 30.2994533 ], [ 120.0318087, 30.2987575 ], [ 120.0326273, 30.2980554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621651, 30.2973467 ], [ 120.0624003, 30.2972915 ], [ 120.0635006, 30.2970331 ], [ 120.0639969, 30.2969166 ], [ 120.0650773, 30.2966798 ], [ 120.0652301, 30.2966463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0652227, 30.2968139 ], [ 120.0650684, 30.296843 ], [ 120.0650454, 30.2968473 ], [ 120.0644712, 30.2969564 ], [ 120.0638294, 30.2970989 ], [ 120.0633739, 30.2972016 ], [ 120.0624283, 30.2974291 ], [ 120.0613754, 30.2976764 ], [ 120.0606726, 30.2977772 ], [ 120.0602688, 30.297796 ], [ 120.0594306, 30.2978412 ], [ 120.0574073, 30.2979321 ], [ 120.056729, 30.2980028 ], [ 120.0551827, 30.2981292 ], [ 120.0547932, 30.2981699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "余杭塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0546204, 30.2979332 ], [ 120.0562182, 30.2978365 ], [ 120.0570504, 30.2977862 ], [ 120.0577129, 30.2977934 ], [ 120.0592486, 30.2977104 ], [ 120.0601172, 30.2976733 ], [ 120.0606999, 30.2976236 ], [ 120.0612978, 30.2975425 ], [ 120.0621651, 30.2973467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "花蒋桥", "蒋墩路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649955, 30.3033939 ], [ 120.0650391, 30.3022261 ], [ 120.0650539, 30.3018035 ], [ 120.0650573, 30.3017233 ], [ 120.0650902, 30.3008339 ], [ 120.0651105, 30.3002668 ], [ 120.065123, 30.2999169 ], [ 120.0651332, 30.2996315 ], [ 120.0652049, 30.2976216 ], [ 120.0652182, 30.2970181 ], [ 120.0652227, 30.2968139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0547932, 30.2981699 ], [ 120.0549327, 30.2983626 ], [ 120.055567, 30.2993237 ], [ 120.0561067, 30.3000844 ], [ 120.0565069, 30.3006697 ], [ 120.0569591, 30.3010936 ], [ 120.0571678, 30.3012892 ], [ 120.0574077, 30.3014537 ], [ 120.0577862, 30.3017132 ], [ 120.0583719, 30.3020234 ], [ 120.0592601, 30.3022893 ], [ 120.0597337, 30.3023767 ], [ 120.0602134, 30.3024734 ], [ 120.061076, 30.3026386 ], [ 120.0620719, 30.3028254 ], [ 120.0624623, 30.3028987 ], [ 120.0631166, 30.3030266 ], [ 120.063732, 30.3031469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063732, 30.3031469 ], [ 120.0631166, 30.3030266 ], [ 120.0624623, 30.3028987 ], [ 120.0620719, 30.3028254 ], [ 120.061076, 30.3026386 ], [ 120.0602134, 30.3024734 ], [ 120.0597337, 30.3023767 ], [ 120.0592601, 30.3022893 ], [ 120.0583719, 30.3020234 ], [ 120.0577862, 30.3017132 ], [ 120.0574077, 30.3014537 ], [ 120.0571678, 30.3012892 ], [ 120.0569591, 30.3010936 ], [ 120.0565069, 30.3006697 ], [ 120.0561067, 30.3000844 ], [ 120.055567, 30.2993237 ], [ 120.0549327, 30.2983626 ], [ 120.0547932, 30.2981699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "花蒋桥", "蒋墩路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654099, 30.2967918 ], [ 120.0654001, 30.2970147 ], [ 120.0653819, 30.2974252 ], [ 120.0653739, 30.2976069 ], [ 120.0652617, 30.2996201 ], [ 120.0652265, 30.3007676 ], [ 120.0652143, 30.3013993 ], [ 120.0652062, 30.3018194 ], [ 120.065195, 30.3022428 ], [ 120.0651639, 30.3034006 ], [ 120.0651057, 30.3048689 ], [ 120.0650819, 30.305469 ], [ 120.0650784, 30.3055566 ], [ 120.0649969, 30.3061119 ], [ 120.0649112, 30.30651 ], [ 120.0647246, 30.3071389 ], [ 120.0644995, 30.3075997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063732, 30.3031469 ], [ 120.0649955, 30.3033939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五常港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649955, 30.3033939 ], [ 120.063732, 30.3031469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博港巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063732, 30.3031469 ], [ 120.062638, 30.3067489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0328093, 30.2981044 ], [ 120.0316841, 30.2991311 ], [ 120.0313675, 30.2994231 ], [ 120.0309918, 30.2998298 ], [ 120.0305552, 30.3003645 ], [ 120.0303229, 30.3007338 ], [ 120.0300836, 30.3011777 ], [ 120.0297765, 30.3018553 ], [ 120.0292165, 30.3028488 ], [ 120.0289494, 30.3032329 ], [ 120.0286402, 30.3036171 ], [ 120.0277791, 30.3045976 ], [ 120.0265371, 30.3059297 ], [ 120.0256431, 30.3069755 ], [ 120.0253327, 30.3074498 ], [ 120.0252359, 30.3075822 ], [ 120.0249803, 30.3081459 ], [ 120.0247868, 30.3088404 ], [ 120.0245531, 30.3095461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.024405, 30.3095255 ], [ 120.0245531, 30.3095461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0243454, 30.3097207 ], [ 120.024405, 30.3095255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0245531, 30.3095461 ], [ 120.0244878, 30.3097186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0216641, 30.3098156 ], [ 120.0220438, 30.3097162 ], [ 120.0225847, 30.3096037 ], [ 120.0231241, 30.3095557 ], [ 120.0239186, 30.3094951 ], [ 120.024405, 30.3095255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0244878, 30.3097186 ], [ 120.0243454, 30.3097207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266352, 30.3097761 ], [ 120.0244878, 30.3097186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0267014, 30.3097834 ], [ 120.0266352, 30.3097761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0311815, 30.3099516 ], [ 120.0267014, 30.3097834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0311815, 30.3099516 ], [ 120.0310883, 30.3111286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博港巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062638, 30.3067489 ], [ 120.063732, 30.3031469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0643294, 30.3075159 ], [ 120.0645046, 30.3071467 ], [ 120.0646862, 30.3065389 ], [ 120.0648141, 30.3058805 ], [ 120.0648799, 30.3054269 ], [ 120.06492, 30.3047212 ], [ 120.0649955, 30.3033939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062638, 30.3067489 ], [ 120.0585119, 30.3049794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0585119, 30.3049794 ], [ 120.062638, 30.3067489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062638, 30.3067489 ], [ 120.0643294, 30.3075159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0643294, 30.3075159 ], [ 120.062638, 30.3067489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0577029, 30.3072528 ], [ 120.0600498, 30.3082481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0600498, 30.3082481 ], [ 120.0577029, 30.3072528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0611948, 30.3070984 ], [ 120.0616648, 30.3073314 ], [ 120.0620214, 30.3074973 ], [ 120.0625126, 30.3077137 ], [ 120.0629563, 30.3078922 ], [ 120.0636938, 30.3082159 ], [ 120.0638844, 30.3084293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638844, 30.3084293 ], [ 120.0643294, 30.3075159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593401, 30.3100142 ], [ 120.0582308, 30.3095907 ], [ 120.0575166, 30.309318 ], [ 120.0575046, 30.3093134 ], [ 120.056413, 30.3089605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.056413, 30.3089605 ], [ 120.0575046, 30.3093134 ], [ 120.0575166, 30.309318 ], [ 120.0582308, 30.3095907 ], [ 120.0593401, 30.3100142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0443554, 30.3115575 ], [ 120.044548, 30.3116091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0443203, 30.3116865 ], [ 120.0443554, 30.3115575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.044548, 30.3116091 ], [ 120.0445014, 30.3117314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0445014, 30.3117314 ], [ 120.0443203, 30.3116865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.044548, 30.3116091 ], [ 120.0453892, 30.3118225 ], [ 120.0467529, 30.3121692 ], [ 120.0477885, 30.3124178 ], [ 120.0495163, 30.3127728 ], [ 120.0501112, 30.312895 ], [ 120.0515817, 30.3131972 ], [ 120.0535348, 30.3136222 ], [ 120.0539644, 30.3137086 ], [ 120.0543578, 30.3137799 ], [ 120.0546692, 30.3138151 ], [ 120.0548592, 30.3138234 ], [ 120.05499, 30.3138171 ], [ 120.0554517, 30.3137859 ], [ 120.0556881, 30.3137466 ], [ 120.0570961, 30.3134726 ], [ 120.0578444, 30.3133269 ], [ 120.0580525, 30.3133089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580215, 30.3133878 ], [ 120.0578945, 30.3133987 ], [ 120.0569214, 30.3135907 ], [ 120.0557956, 30.3138128 ], [ 120.0554452, 30.3138972 ], [ 120.0549858, 30.3139307 ], [ 120.0547663, 30.3139304 ], [ 120.0545199, 30.3139108 ], [ 120.0542432, 30.3138685 ], [ 120.0534946, 30.3137229 ], [ 120.0525713, 30.3135223 ], [ 120.0509305, 30.3131657 ], [ 120.0497943, 30.3129312 ], [ 120.04893, 30.3127735 ], [ 120.046848, 30.3123366 ], [ 120.0445014, 30.3117314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580525, 30.3133089 ], [ 120.0580215, 30.3133878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580215, 30.3133878 ], [ 120.0580525, 30.3133089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0310883, 30.3111286 ], [ 120.0311815, 30.3099516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0245531, 30.3095461 ], [ 120.0265228, 30.3096179 ], [ 120.0298249, 30.3098007 ], [ 120.0311838, 30.3098668 ], [ 120.0312989, 30.3098738 ], [ 120.0364446, 30.3101163 ], [ 120.0375743, 30.31017 ], [ 120.0378363, 30.3101714 ], [ 120.0383554, 30.3101961 ], [ 120.0388793, 30.31023 ], [ 120.0390988, 30.3102542 ], [ 120.0395751, 30.3103429 ], [ 120.0404157, 30.3105606 ], [ 120.0425701, 30.3111073 ], [ 120.0443554, 30.3115575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0443203, 30.3116865 ], [ 120.0442544, 30.3116702 ], [ 120.0425316, 30.3111945 ], [ 120.0415858, 30.3109334 ], [ 120.039887, 30.3105125 ], [ 120.0391495, 30.3103523 ], [ 120.038761, 30.3103114 ], [ 120.0383513, 30.3102949 ], [ 120.0378854, 30.310264 ], [ 120.0373653, 30.3102318 ], [ 120.0364441, 30.3101958 ], [ 120.0319359, 30.309986 ], [ 120.0312851, 30.3099581 ], [ 120.0311815, 30.3099516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0244878, 30.3097186 ], [ 120.0241299, 30.3110075 ], [ 120.0236156, 30.3128739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苏振路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265922, 30.3133337 ], [ 120.0266352, 30.3097761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苏振路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0267014, 30.3097834 ], [ 120.0266631, 30.3133461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "东沙斗弄", "智强路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0310883, 30.3111286 ], [ 120.0331697, 30.3111561 ], [ 120.0331286, 30.3130714 ], [ 120.0331278, 30.3133201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "东沙斗弄", "智强路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0331278, 30.3133201 ], [ 120.0331286, 30.3130714 ], [ 120.0331697, 30.3111561 ], [ 120.0310883, 30.3111286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0310883, 30.3111286 ], [ 120.0309148, 30.3133203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0309148, 30.3133203 ], [ 120.0310883, 30.3111286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265922, 30.3133337 ], [ 120.0257068, 30.3131787 ], [ 120.0236156, 30.3128739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0236156, 30.3128739 ], [ 120.0257068, 30.3131787 ], [ 120.0265922, 30.3133337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0309148, 30.3133203 ], [ 120.0292498, 30.3132919 ], [ 120.0290855, 30.3132926 ], [ 120.0266631, 30.3133461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266631, 30.3133461 ], [ 120.0290855, 30.3132926 ], [ 120.0292498, 30.3132919 ], [ 120.0309148, 30.3133203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0309148, 30.3133203 ], [ 120.0331278, 30.3133201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0331278, 30.3133201 ], [ 120.0309148, 30.3133203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266631, 30.3133461 ], [ 120.0265922, 30.3133337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265922, 30.3133337 ], [ 120.0266631, 30.3133461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0213935, 30.3174426 ], [ 120.0215672, 30.3171776 ], [ 120.0219551, 30.3165873 ], [ 120.0225147, 30.3156635 ], [ 120.0226714, 30.3154015 ], [ 120.0228322, 30.3150377 ], [ 120.0229077, 30.3147724 ], [ 120.0229302, 30.3146934 ], [ 120.0230373, 30.3143171 ], [ 120.0235277, 30.3125209 ], [ 120.0239602, 30.3109804 ], [ 120.0243454, 30.3097207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0236156, 30.3128739 ], [ 120.0235542, 30.3130965 ], [ 120.023219, 30.314311 ], [ 120.0231059, 30.3147145 ], [ 120.0230838, 30.3147936 ], [ 120.0230225, 30.3150123 ], [ 120.0228428, 30.3154517 ], [ 120.0225931, 30.3158569 ], [ 120.0222493, 30.3164331 ], [ 120.0215815, 30.317465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9739884, 30.2986876 ], [ 119.9742348, 30.2987075 ], [ 119.9745375, 30.2987003 ], [ 119.9757978, 30.2987599 ], [ 119.9765638, 30.298797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9737722, 30.2988173 ], [ 119.9736745, 30.2986743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9739884, 30.2986876 ], [ 119.9738985, 30.2988226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9738985, 30.2988226 ], [ 119.9737722, 30.2988173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9765466, 30.2990083 ], [ 119.9750637, 30.2989167 ], [ 119.9738985, 30.2988226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691748, 30.2984977 ], [ 119.9691618, 30.2986867 ], [ 119.9691365, 30.2997953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736675, 30.3001304 ], [ 119.9737722, 30.2988173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9738985, 30.2988226 ], [ 119.9737933, 30.3001366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683372, 30.3011275 ], [ 119.9683499, 30.300801 ], [ 119.968548, 30.2993963 ], [ 119.9686945, 30.2984632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736675, 30.3001304 ], [ 119.9710061, 30.2999481 ], [ 119.9691365, 30.2997953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922133, 30.2998574 ], [ 119.9929925, 30.2999156 ], [ 119.9933919, 30.2999455 ], [ 119.9946731, 30.300015 ], [ 119.9960578, 30.3001031 ], [ 119.9973564, 30.3001993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922157, 30.3000508 ], [ 119.9920679, 30.3000429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973476, 30.3003525 ], [ 119.9956661, 30.300251 ], [ 119.9935877, 30.3001242 ], [ 119.9922157, 30.3000508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973564, 30.3001993 ], [ 119.9975322, 30.3002126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973476, 30.3003525 ], [ 119.9973564, 30.3001993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9975322, 30.3002126 ], [ 119.9974985, 30.3003611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云彤东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9974985, 30.3003611 ], [ 119.9973476, 30.3003525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9879606, 30.3011386 ], [ 119.9880815, 30.2997577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919854, 30.3012436 ], [ 119.9920679, 30.3000429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9922157, 30.3000508 ], [ 119.992117, 30.3012467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691365, 30.2997953 ], [ 119.9710061, 30.2999481 ], [ 119.9736675, 30.3001304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736675, 30.3001304 ], [ 119.9737933, 30.3001366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9737933, 30.3001366 ], [ 119.9736675, 30.3001304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9764345, 30.3003374 ], [ 119.9737933, 30.3001366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9737933, 30.3001366 ], [ 119.9764345, 30.3003374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691365, 30.2997953 ], [ 119.9689622, 30.3001927 ], [ 119.9687744, 30.3006364 ], [ 119.968708, 30.3011293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9735552, 30.3014813 ], [ 119.9736675, 30.3001304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9737933, 30.3001366 ], [ 119.9736633, 30.3015052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683372, 30.3011275 ], [ 119.968708, 30.3011293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683203, 30.3013246 ], [ 119.9683372, 30.3011275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.968708, 30.3011293 ], [ 119.9686773, 30.3013252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.968708, 30.3011293 ], [ 119.9706105, 30.3012972 ], [ 119.9735552, 30.3014813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9686773, 30.3013252 ], [ 119.9683203, 30.3013246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9734004, 30.3016372 ], [ 119.9730753, 30.3016244 ], [ 119.9724847, 30.3016039 ], [ 119.9704074, 30.301419 ], [ 119.9686773, 30.3013252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9735552, 30.3014813 ], [ 119.9736633, 30.3015052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9734004, 30.3016372 ], [ 119.9735552, 30.3014813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736633, 30.3015052 ], [ 119.9736925, 30.3016736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736633, 30.3015052 ], [ 119.9763392, 30.3016776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9736925, 30.3016736 ], [ 119.9734004, 30.3016372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763272, 30.301826 ], [ 119.9747995, 30.3017476 ], [ 119.9739375, 30.3016855 ], [ 119.9736925, 30.3016736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9879606, 30.3011386 ], [ 119.9883973, 30.301158 ], [ 119.9919854, 30.3012436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919854, 30.3012436 ], [ 119.9883973, 30.301158 ], [ 119.9879606, 30.3011386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992117, 30.3012467 ], [ 119.9919854, 30.3012436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919854, 30.3012436 ], [ 119.992117, 30.3012467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9878521, 30.3022571 ], [ 119.9879606, 30.3011386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919053, 30.3027031 ], [ 119.9919613, 30.301595 ], [ 119.9919854, 30.3012436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992117, 30.3012467 ], [ 119.9920888, 30.3015878 ], [ 119.992053, 30.3027159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9878224, 30.3026076 ], [ 119.9878521, 30.3022571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9878521, 30.3022571 ], [ 119.9880449, 30.3024423 ], [ 119.9919053, 30.3027031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9919053, 30.3027031 ], [ 119.992053, 30.3027159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梦创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0047345, 30.2970799 ], [ 120.0013944, 30.2962091 ], [ 120.001275, 30.296237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "礼贤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0006749, 30.2979228 ], [ 120.0009541, 30.2971833 ], [ 120.0010572, 30.2969102 ], [ 120.0012333, 30.2964438 ], [ 120.001275, 30.296237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "礼贤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.001275, 30.296237 ], [ 120.0012333, 30.2964438 ], [ 120.0010572, 30.2969102 ], [ 120.0009541, 30.2971833 ], [ 120.0006749, 30.2979228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0188512, 30.3024015 ], [ 120.018893, 30.3021015 ], [ 120.019064, 30.3011245 ], [ 120.0190973, 30.3009341 ], [ 120.019172, 30.3006016 ], [ 120.0194281, 30.2995468 ], [ 120.0194721, 30.2993737 ], [ 120.0196437, 30.2986993 ], [ 120.0197993, 30.2982184 ], [ 120.0201025, 30.2973264 ], [ 120.0202311, 30.2969636 ], [ 120.0204444, 30.2964 ], [ 120.021025, 30.2950305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "聚橙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.021025, 30.2950305 ], [ 120.0204444, 30.2964 ], [ 120.0202311, 30.2969636 ], [ 120.0201025, 30.2973264 ], [ 120.0197993, 30.2982184 ], [ 120.0196437, 30.2986993 ], [ 120.0194721, 30.2993737 ], [ 120.0194281, 30.2995468 ], [ 120.019172, 30.3006016 ], [ 120.0190973, 30.3009341 ], [ 120.019064, 30.3011245 ], [ 120.018893, 30.3021015 ], [ 120.0188512, 30.3024015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "留石高架路西延", "留石高架路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9265718, 30.292772 ], [ 119.9271921, 30.2925796 ], [ 119.9310296, 30.2911897 ], [ 119.9321302, 30.2908275 ], [ 119.9325665, 30.2907313 ], [ 119.9330517, 30.2906598 ], [ 119.933726, 30.290692 ], [ 119.9341333, 30.2907596 ], [ 119.9345435, 30.2908645 ], [ 119.9349082, 30.2909928 ], [ 119.9352606, 30.291165 ], [ 119.9356197, 30.2913993 ], [ 119.9359388, 30.2916407 ], [ 119.936189, 30.2918824 ], [ 119.9364287, 30.292167 ], [ 119.9366604, 30.2925089 ], [ 119.9368928, 30.2929471 ], [ 119.9372251, 30.2936958 ], [ 119.9377672, 30.2948798 ], [ 119.9388338, 30.2969074 ], [ 119.9397221, 30.2985857 ], [ 119.9402644, 30.2996125 ], [ 119.9406893, 30.3003755 ], [ 119.9410143, 30.300935 ], [ 119.9420484, 30.3019381 ], [ 119.9432253, 30.3028553 ], [ 119.9437854, 30.3031863 ], [ 119.944718, 30.3036887 ], [ 119.9455161, 30.3040444 ], [ 119.9472258, 30.3047061 ], [ 119.9486771, 30.3052868 ], [ 119.9503794, 30.3059467 ], [ 119.9532938, 30.3070908 ], [ 119.954268, 30.3074935 ], [ 119.9560174, 30.3080703 ], [ 119.9576795, 30.308612 ], [ 119.9585819, 30.3088527 ], [ 119.9594921, 30.3090701 ], [ 119.9601635, 30.3092109 ], [ 119.9609209, 30.3093297 ], [ 119.9613094, 30.3093722 ], [ 119.9626462, 30.3094982 ], [ 119.9637001, 30.3096093 ], [ 119.9670573, 30.3098936 ], [ 119.9702642, 30.3100997 ], [ 119.9714864, 30.3102088 ], [ 119.9765677, 30.3106628 ], [ 119.9862878, 30.3115329 ], [ 119.9977221, 30.3125408 ], [ 120.0013334, 30.3128083 ], [ 120.0020645, 30.3128914 ], [ 120.0025097, 30.3129441 ], [ 120.0028346, 30.3129846 ], [ 120.0031982, 30.3130028 ], [ 120.0034805, 30.3130118 ], [ 120.0038883, 30.313038 ], [ 120.0045171, 30.3130563 ], [ 120.0050752, 30.3130701 ], [ 120.0060793, 30.3130725 ], [ 120.0067864, 30.3129894 ], [ 120.0076111, 30.3129262 ], [ 120.0083989, 30.3128471 ], [ 120.0091858, 30.3127487 ], [ 120.0098917, 30.3126326 ], [ 120.010518, 30.3125186 ], [ 120.011052, 30.3124045 ], [ 120.0117369, 30.3122456 ], [ 120.0154696, 30.3114512 ], [ 120.016829, 30.3111424 ], [ 120.0257541, 30.3089932 ], [ 120.0338744, 30.3070072 ], [ 120.0394478, 30.305682 ], [ 120.0400039, 30.3055668 ], [ 120.0417011, 30.3051658 ], [ 120.0424552, 30.3049954 ], [ 120.043723, 30.304787 ], [ 120.0440253, 30.3047427 ], [ 120.0447605, 30.3046816 ], [ 120.0454118, 30.3046655 ], [ 120.0462238, 30.3046643 ], [ 120.047344, 30.3046872 ], [ 120.047688, 30.3047 ], [ 120.049025, 30.3047491 ], [ 120.0507584, 30.3047787 ], [ 120.0522382, 30.3048124 ], [ 120.0527777, 30.3048346 ], [ 120.0532145, 30.304863 ], [ 120.0536139, 30.3048983 ], [ 120.0539763, 30.304931 ], [ 120.0545459, 30.3049948 ], [ 120.0549622, 30.305068 ], [ 120.0553477, 30.3051476 ], [ 120.0555735, 30.3052025 ], [ 120.0558688, 30.3052653 ], [ 120.0562904, 30.3053795 ], [ 120.0566109, 30.3054923 ], [ 120.057347, 30.3057257 ], [ 120.0594522, 30.3067003 ], [ 120.0631242, 30.3082448 ], [ 120.0640978, 30.3086416 ], [ 120.0659184, 30.309337 ], [ 120.0669502, 30.3097945 ], [ 120.0681027, 30.3102786 ], [ 120.068292, 30.3103616 ], [ 120.0687819, 30.3105678 ], [ 120.0690996, 30.3107064 ], [ 120.0693773, 30.3108244 ], [ 120.070377, 30.3112306 ], [ 120.073472, 30.3125284 ], [ 120.0740211, 30.312758 ], [ 120.074778, 30.313084 ], [ 120.0790688, 30.3148777 ], [ 120.0804896, 30.3155023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "留石高架路西延", "留石高架路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814922, 30.3161196 ], [ 120.0813291, 30.3160495 ], [ 120.0808418, 30.3158399 ], [ 120.0768568, 30.3141287 ], [ 120.0755402, 30.3135647 ], [ 120.0739521, 30.3128734 ], [ 120.0734764, 30.312675 ], [ 120.0703096, 30.3113668 ], [ 120.0691001, 30.3108368 ], [ 120.0682654, 30.3104891 ], [ 120.0680729, 30.3104058 ], [ 120.0668808, 30.3098959 ], [ 120.0658393, 30.3094579 ], [ 120.0640395, 30.3087679 ], [ 120.0630698, 30.3083623 ], [ 120.0622172, 30.3079944 ], [ 120.0594015, 30.3068098 ], [ 120.0576519, 30.3060866 ], [ 120.0570622, 30.3058446 ], [ 120.0568505, 30.3057579 ], [ 120.0563936, 30.3055883 ], [ 120.0560193, 30.3054542 ], [ 120.0557785, 30.3053797 ], [ 120.0553302, 30.305265 ], [ 120.0549843, 30.3051935 ], [ 120.0546546, 30.3051299 ], [ 120.0542069, 30.3050727 ], [ 120.0537161, 30.3050256 ], [ 120.0532132, 30.3049787 ], [ 120.0528363, 30.3049459 ], [ 120.0525232, 30.3049315 ], [ 120.0519337, 30.304913 ], [ 120.0515365, 30.3049054 ], [ 120.0510898, 30.3048978 ], [ 120.0476896, 30.3048072 ], [ 120.0468948, 30.3047966 ], [ 120.0460445, 30.3047824 ], [ 120.045367, 30.3047802 ], [ 120.0447511, 30.3048043 ], [ 120.0444365, 30.3048303 ], [ 120.0437439, 30.3049049 ], [ 120.0432475, 30.3049511 ], [ 120.0424844, 30.3051074 ], [ 120.0415576, 30.3053056 ], [ 120.0407289, 30.3055158 ], [ 120.0400417, 30.30567 ], [ 120.0395279, 30.3057957 ], [ 120.0340809, 30.3070752 ], [ 120.030651, 30.3078794 ], [ 120.0257893, 30.3091048 ], [ 120.0168374, 30.3112454 ], [ 120.0142239, 30.3118247 ], [ 120.0111226, 30.3125562 ], [ 120.0103684, 30.3127126 ], [ 120.0097127, 30.3128293 ], [ 120.0092262, 30.312899 ], [ 120.0087192, 30.3129693 ], [ 120.0082308, 30.3130276 ], [ 120.0077097, 30.3130777 ], [ 120.0071045, 30.3131279 ], [ 120.0062484, 30.3131697 ], [ 120.0054577, 30.3132008 ], [ 120.0045184, 30.3131625 ], [ 120.0034529, 30.3131201 ], [ 120.0025127, 30.313063 ], [ 120.0016152, 30.3129983 ], [ 120.0012957, 30.3129662 ], [ 119.9977201, 30.312652 ], [ 119.994064, 30.312413 ], [ 119.9903389, 30.3120486 ], [ 119.9765381, 30.3108062 ], [ 119.9714684, 30.3103533 ], [ 119.9702838, 30.3102734 ], [ 119.9670375, 30.3100316 ], [ 119.9636755, 30.3097564 ], [ 119.9626627, 30.3096337 ], [ 119.9612861, 30.3095006 ], [ 119.9606262, 30.3094075 ], [ 119.9597975, 30.3092564 ], [ 119.9592887, 30.3091639 ], [ 119.9583792, 30.3089671 ], [ 119.957759, 30.3088369 ], [ 119.9571373, 30.3086545 ], [ 119.9562605, 30.3084001 ], [ 119.9555572, 30.3081724 ], [ 119.9546416, 30.3078468 ], [ 119.9528423, 30.307176 ], [ 119.9506691, 30.3062959 ], [ 119.9471029, 30.3049005 ], [ 119.9446964, 30.3038681 ], [ 119.9433087, 30.3031262 ], [ 119.9426156, 30.3026367 ], [ 119.9418666, 30.30211 ], [ 119.9412589, 30.3015259 ], [ 119.9409235, 30.3010967 ], [ 119.9403999, 30.300234 ], [ 119.9399407, 30.2994874 ], [ 119.9393189, 30.2983653 ], [ 119.9385996, 30.2969099 ], [ 119.9376547, 30.2949426 ], [ 119.9371191, 30.2936991 ], [ 119.9367786, 30.2929107 ], [ 119.9365523, 30.2925398 ], [ 119.9363724, 30.2922372 ], [ 119.9359483, 30.2917801 ], [ 119.9356351, 30.2915084 ], [ 119.9352293, 30.2912404 ], [ 119.9350225, 30.2911401 ], [ 119.9347044, 30.2910131 ], [ 119.9342089, 30.2908649 ], [ 119.9337196, 30.2907824 ], [ 119.9332653, 30.2907577 ], [ 119.932962, 30.290772 ], [ 119.9326887, 30.2907991 ], [ 119.9321997, 30.2908886 ], [ 119.9272183, 30.2926441 ], [ 119.9262232, 30.2930445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0243454, 30.3097207 ], [ 120.0236481, 30.3097422 ], [ 120.0231867, 30.3097943 ], [ 120.0227201, 30.3098699 ], [ 120.0222193, 30.3100035 ], [ 120.0219542, 30.3100636 ], [ 120.0210361, 30.3102955 ], [ 120.020373, 30.3104495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9969744, 30.3122432 ], [ 119.9974641, 30.3122646 ], [ 119.9976557, 30.312273 ], [ 119.9980109, 30.3123087 ], [ 119.9985597, 30.3122671 ], [ 119.9988986, 30.3122844 ], [ 119.9992847, 30.3123215 ], [ 120.0000195, 30.3123828 ], [ 120.0014246, 30.3125066 ], [ 120.0030403, 30.3127312 ], [ 120.0036371, 30.3127859 ], [ 120.0044333, 30.3128213 ], [ 120.0047885, 30.3128259 ], [ 120.0049256, 30.3128277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0049071, 30.3132927 ], [ 120.0038396, 30.3132808 ], [ 120.0033123, 30.313301 ], [ 120.0026429, 30.3133305 ], [ 120.001643, 30.3132997 ], [ 120.0008164, 30.3132436 ], [ 119.9994479, 30.3131265 ], [ 119.9990272, 30.3130426 ], [ 119.998618, 30.3129833 ], [ 119.997969, 30.3128851 ], [ 119.9974141, 30.312839 ], [ 119.9971247, 30.3128054 ], [ 119.9969783, 30.3127101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9764345, 30.3003374 ], [ 119.9765466, 30.2990083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9765466, 30.2990083 ], [ 119.9764345, 30.3003374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763392, 30.3016776 ], [ 119.9764345, 30.3003374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9764345, 30.3003374 ], [ 119.9763392, 30.3016776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763392, 30.3016776 ], [ 119.9792368, 30.3016301 ], [ 119.979235, 30.3017355 ], [ 119.9777818, 30.3016917 ], [ 119.9763272, 30.301826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763272, 30.301826 ], [ 119.9763392, 30.3016776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763392, 30.3016776 ], [ 119.9763272, 30.301826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9878224, 30.3026076 ], [ 119.9866279, 30.3025394 ], [ 119.9858838, 30.3025951 ], [ 119.9846929, 30.3025225 ], [ 119.9845435, 30.3024943 ], [ 119.9844828, 30.3024177 ], [ 119.9845038, 30.3021193 ], [ 119.9845272, 30.3020528 ], [ 119.984742, 30.3019903 ], [ 119.9854285, 30.3020326 ], [ 119.9860472, 30.302083 ], [ 119.9866123, 30.3021536 ], [ 119.9878521, 30.3022571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759863, 30.3121526 ], [ 119.9763355, 30.3106751 ], [ 119.976347, 30.3106251 ], [ 119.976496, 30.3099779 ], [ 119.9765695, 30.3096587 ], [ 119.9765856, 30.3095841 ], [ 119.9766265, 30.3093942 ], [ 119.9768387, 30.3085406 ], [ 119.9768941, 30.3082618 ], [ 119.9769686, 30.3078869 ], [ 119.9770594, 30.3074425 ], [ 119.9770826, 30.3072963 ], [ 119.9772293, 30.3061316 ], [ 119.9773139, 30.3054599 ], [ 119.9774141, 30.3046642 ], [ 119.9774817, 30.3041279 ], [ 119.9775118, 30.3039947 ], [ 119.9775228, 30.3038408 ], [ 119.9775314, 30.3035072 ], [ 119.977446, 30.3033871 ], [ 119.977012, 30.3032449 ], [ 119.9765121, 30.3031632 ], [ 119.9764457, 30.3030598 ], [ 119.9764293, 30.3029359 ], [ 119.9763976, 30.3026292 ], [ 119.9762888, 30.302331 ], [ 119.9763272, 30.301826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763272, 30.301826 ], [ 119.9762888, 30.302331 ], [ 119.9763976, 30.3026292 ], [ 119.9764293, 30.3029359 ], [ 119.9764457, 30.3030598 ], [ 119.9765121, 30.3031632 ], [ 119.977012, 30.3032449 ], [ 119.977446, 30.3033871 ], [ 119.9775314, 30.3035072 ], [ 119.9775228, 30.3038408 ], [ 119.9775118, 30.3039947 ], [ 119.9774817, 30.3041279 ], [ 119.9774141, 30.3046642 ], [ 119.9773139, 30.3054599 ], [ 119.9772293, 30.3061316 ], [ 119.9770826, 30.3072963 ], [ 119.9770594, 30.3074425 ], [ 119.9769686, 30.3078869 ], [ 119.9768941, 30.3082618 ], [ 119.9768387, 30.3085406 ], [ 119.9766265, 30.3093942 ], [ 119.9765856, 30.3095841 ], [ 119.9765695, 30.3096587 ], [ 119.976496, 30.3099779 ], [ 119.976347, 30.3106251 ], [ 119.9763355, 30.3106751 ], [ 119.9759863, 30.3121526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云余东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9918952, 30.3028614 ], [ 119.9912582, 30.3028063 ], [ 119.9878224, 30.3026076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "创明路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9918952, 30.3028614 ], [ 119.9919053, 30.3027031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "创明路", "云余东街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992053, 30.3027159 ], [ 119.9920482, 30.302873 ], [ 119.9918952, 30.3028614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9974985, 30.3003611 ], [ 119.9974222, 30.301438 ], [ 119.9974108, 30.3020752 ], [ 119.9974494, 30.3039027 ], [ 119.9974086, 30.3042367 ], [ 119.9973457, 30.3047195 ], [ 119.9973352, 30.3053804 ], [ 119.9973112, 30.3062023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970521, 30.3062374 ], [ 119.9971774, 30.3045325 ], [ 119.9972235, 30.3041591 ], [ 119.9972707, 30.3020624 ], [ 119.9972908, 30.3015147 ], [ 119.9973476, 30.3003525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥余线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973112, 30.3062023 ], [ 119.9970521, 30.3062374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥余线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970521, 30.3062374 ], [ 119.9973112, 30.3062023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9973112, 30.3062023 ], [ 119.9972448, 30.3073354 ], [ 119.9971195, 30.3094719 ], [ 119.9970019, 30.3117171 ], [ 119.9969744, 30.3122432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9967029, 30.3123525 ], [ 119.9967175, 30.3120475 ], [ 119.9967793, 30.3112395 ], [ 119.9968392, 30.3103689 ], [ 119.9968816, 30.3094585 ], [ 119.9969603, 30.3082309 ], [ 119.9970521, 30.3062374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "中灵线", "祥余线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9970521, 30.3062374 ], [ 119.9966897, 30.3063739 ], [ 119.9965441, 30.3065018 ], [ 119.9964016, 30.3066268 ], [ 119.996302, 30.3067574 ], [ 119.996186, 30.3073778 ], [ 119.9960872, 30.3080797 ], [ 119.9960861, 30.3083905 ], [ 119.9962787, 30.3088774 ], [ 119.996332, 30.3090375 ], [ 119.9963448, 30.3092102 ], [ 119.9963318, 30.3094162 ], [ 119.9960554, 30.3106538 ], [ 119.9959993, 30.3109294 ], [ 119.9959324, 30.3112582 ], [ 119.9958064, 30.3119602 ], [ 119.9956495, 30.3121031 ], [ 119.995577, 30.312243 ], [ 119.9955328, 30.312421 ], [ 119.9955325, 30.312743 ], [ 119.9956196, 30.3129279 ], [ 119.9954977, 30.3133936 ], [ 119.9953078, 30.3141256 ], [ 119.9952844, 30.3144481 ], [ 119.9952938, 30.314561 ], [ 119.9952942, 30.3145692 ], [ 119.9952984, 30.3146507 ], [ 119.9953125, 30.3149238 ], [ 119.9952844, 30.3151697 ], [ 119.9951818, 30.3157483 ], [ 119.995163, 30.3158543 ], [ 119.9951257, 30.3160647 ], [ 119.9951211, 30.3161108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9679558, 30.3099037 ], [ 119.9679869, 30.3095471 ], [ 119.9679874, 30.309539 ], [ 119.9681596, 30.3068782 ], [ 119.9682731, 30.3050222 ], [ 119.9681214, 30.3042559 ], [ 119.9681322, 30.3039349 ], [ 119.9682228, 30.3027105 ], [ 119.9682641, 30.3020867 ], [ 119.9683203, 30.3013246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9686773, 30.3013252 ], [ 119.9686375, 30.3021023 ], [ 119.9685174, 30.3027227 ], [ 119.9684477, 30.3042612 ], [ 119.9685246, 30.3050256 ], [ 119.9683973, 30.3068705 ], [ 119.9683712, 30.3072488 ], [ 119.9683227, 30.3077529 ], [ 119.9682342, 30.3095534 ], [ 119.9682038, 30.3099536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9679558, 30.3099037 ], [ 119.9682038, 30.3099536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9679467, 30.3101197 ], [ 119.9679558, 30.3099037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9682038, 30.3099536 ], [ 119.968207, 30.3101519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.968207, 30.3101519 ], [ 119.9679467, 30.3101197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9681341, 30.3174421 ], [ 119.968078, 30.3168519 ], [ 119.9679503, 30.3160801 ], [ 119.9679251, 30.3159281 ], [ 119.9678596, 30.3153917 ], [ 119.9678166, 30.3149608 ], [ 119.9677939, 30.3145537 ], [ 119.9677705, 30.3140126 ], [ 119.9677587, 30.3134576 ], [ 119.9677618, 30.3133738 ], [ 119.9678104, 30.3120456 ], [ 119.9678246, 30.3118401 ], [ 119.96786, 30.3115212 ], [ 119.9678882, 30.3109449 ], [ 119.9679467, 30.3101197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.968207, 30.3101519 ], [ 119.9681365, 30.3109522 ], [ 119.9681004, 30.3115435 ], [ 119.9680971, 30.3115779 ], [ 119.9680755, 30.3122275 ], [ 119.9680278, 30.3133348 ], [ 119.9680222, 30.3134644 ], [ 119.968033, 30.3140589 ], [ 119.9680516, 30.3143861 ], [ 119.9681012, 30.3150274 ], [ 119.9681191, 30.3153385 ], [ 119.9681764, 30.3157443 ], [ 119.9682121, 30.3160577 ], [ 119.9682312, 30.316226 ], [ 119.968315, 30.3168673 ], [ 119.9683378, 30.317042 ], [ 119.9683488, 30.3171406 ], [ 119.9683837, 30.3174585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973827, 30.3179647 ], [ 119.9741507, 30.3166119 ], [ 119.9741979, 30.3164637 ], [ 119.9742537, 30.3163378 ], [ 119.9744811, 30.3160192 ], [ 119.9746458, 30.31585 ], [ 119.9748057, 30.3156856 ], [ 119.9748416, 30.3156487 ], [ 119.9750833, 30.3154527 ], [ 119.975171, 30.3153641 ], [ 119.9752128, 30.3153085 ], [ 119.9752529, 30.315241 ], [ 119.9752838, 30.3151643 ], [ 119.9753601, 30.314844 ], [ 119.9755758, 30.3139386 ], [ 119.9757798, 30.3130261 ], [ 119.9759863, 30.3121526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759863, 30.3121526 ], [ 119.9757798, 30.3130261 ], [ 119.9755758, 30.3139386 ], [ 119.9753601, 30.314844 ], [ 119.9752838, 30.3151643 ], [ 119.9752529, 30.315241 ], [ 119.9752128, 30.3153085 ], [ 119.975171, 30.3153641 ], [ 119.9750833, 30.3154527 ], [ 119.9748416, 30.3156487 ], [ 119.9748057, 30.3156856 ], [ 119.9746458, 30.31585 ], [ 119.9744811, 30.3160192 ], [ 119.9742537, 30.3163378 ], [ 119.9741979, 30.3164637 ], [ 119.9741507, 30.3166119 ], [ 119.973827, 30.3179647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "中灵线", "祥余线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951211, 30.3161108 ], [ 119.9951257, 30.3160647 ], [ 119.995163, 30.3158543 ], [ 119.9951818, 30.3157483 ], [ 119.9952844, 30.3151697 ], [ 119.9953125, 30.3149238 ], [ 119.9952984, 30.3146507 ], [ 119.9952942, 30.3145692 ], [ 119.9952938, 30.314561 ], [ 119.9952844, 30.3144481 ], [ 119.9953078, 30.3141256 ], [ 119.9954977, 30.3133936 ], [ 119.9956196, 30.3129279 ], [ 119.9955325, 30.312743 ], [ 119.9955328, 30.312421 ], [ 119.995577, 30.312243 ], [ 119.9956495, 30.3121031 ], [ 119.9958064, 30.3119602 ], [ 119.9959324, 30.3112582 ], [ 119.9959993, 30.3109294 ], [ 119.9960554, 30.3106538 ], [ 119.9963318, 30.3094162 ], [ 119.9963448, 30.3092102 ], [ 119.996332, 30.3090375 ], [ 119.9962787, 30.3088774 ], [ 119.9960861, 30.3083905 ], [ 119.9960872, 30.3080797 ], [ 119.996186, 30.3073778 ], [ 119.996302, 30.3067574 ], [ 119.9964016, 30.3066268 ], [ 119.9965441, 30.3065018 ], [ 119.9966897, 30.3063739 ], [ 119.9970521, 30.3062374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9967029, 30.3123525 ], [ 119.9969744, 30.3122432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9969744, 30.3122432 ], [ 119.9969783, 30.3127101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9967143, 30.3126529 ], [ 119.9967029, 30.3123525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9969783, 30.3127101 ], [ 119.9967143, 30.3126529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9966361, 30.3213187 ], [ 119.9966572, 30.3197482 ], [ 119.9966756, 30.3171746 ], [ 119.9966961, 30.3147592 ], [ 119.9966977, 30.3146807 ], [ 119.9967114, 30.3128018 ], [ 119.9967143, 30.3126529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9969783, 30.3127101 ], [ 119.9969743, 30.3128226 ], [ 119.9969673, 30.3131242 ], [ 119.9969498, 30.313873 ], [ 119.9969454, 30.3146891 ], [ 119.9969472, 30.3147771 ], [ 119.9969101, 30.3175921 ], [ 119.9968958, 30.3196321 ], [ 119.9968744, 30.3213436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "中灵线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9966361, 30.3213187 ], [ 119.9951729, 30.3212367 ], [ 119.9948591, 30.3212019 ], [ 119.994725, 30.3211533 ], [ 119.9946392, 30.3210838 ], [ 119.9946082, 30.3209776 ], [ 119.9946507, 30.3204456 ], [ 119.994668, 30.3202293 ], [ 119.9947054, 30.3197614 ], [ 119.9949669, 30.317641 ], [ 119.9951211, 30.3161108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "中灵线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951211, 30.3161108 ], [ 119.9949669, 30.317641 ], [ 119.9947054, 30.3197614 ], [ 119.994668, 30.3202293 ], [ 119.9946507, 30.3204456 ], [ 119.9946082, 30.3209776 ], [ 119.9946392, 30.3210838 ], [ 119.994725, 30.3211533 ], [ 119.9948591, 30.3212019 ], [ 119.9951729, 30.3212367 ], [ 119.9966361, 30.3213187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "中灵线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9968744, 30.3213436 ], [ 119.9966361, 30.3213187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水西街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966966, 30.3025818 ], [ 120.0961524, 30.3025715 ], [ 120.0950274, 30.3025503 ], [ 120.0934991, 30.3025215 ], [ 120.0933659, 30.302519 ], [ 120.093292, 30.3025176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876098, 30.3078268 ], [ 120.0876126, 30.307727 ], [ 120.087627, 30.3072197 ], [ 120.0876379, 30.3071154 ], [ 120.0876143, 30.3067947 ], [ 120.0875927, 30.3056087 ], [ 120.0876046, 30.3042019 ], [ 120.0876052, 30.3041348 ], [ 120.0876325, 30.30265 ], [ 120.0876392, 30.3025365 ], [ 120.0876416, 30.3024951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876416, 30.3024951 ], [ 120.0876392, 30.3025365 ], [ 120.0876325, 30.30265 ], [ 120.0876052, 30.3041348 ], [ 120.0876046, 30.3042019 ], [ 120.0875927, 30.3056087 ], [ 120.0876143, 30.3067947 ], [ 120.0876379, 30.3071154 ], [ 120.087627, 30.3072197 ], [ 120.0876126, 30.307727 ], [ 120.0876098, 30.3078268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919817, 30.3091814 ], [ 120.0919952, 30.3091103 ], [ 120.0921374, 30.3083614 ], [ 120.0921867, 30.3081017 ], [ 120.0921981, 30.3080414 ], [ 120.0922846, 30.3075862 ], [ 120.0923243, 30.3073773 ], [ 120.0924568, 30.3066796 ], [ 120.0924879, 30.3065158 ], [ 120.0927487, 30.3051492 ], [ 120.0929721, 30.3040439 ], [ 120.0930417, 30.303493 ], [ 120.0930884, 30.3027246 ], [ 120.0930972, 30.3025803 ], [ 120.0930977, 30.3025723 ], [ 120.0930997, 30.3025145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.093292, 30.3025176 ], [ 120.0932854, 30.30257 ], [ 120.0932833, 30.3025914 ], [ 120.0932702, 30.3027244 ], [ 120.0932192, 30.3032422 ], [ 120.0931941, 30.3034965 ], [ 120.0931533, 30.303704 ], [ 120.0929688, 30.3046415 ], [ 120.0928626, 30.3051616 ], [ 120.0927505, 30.305801 ], [ 120.0926265, 30.3065084 ], [ 120.0926229, 30.3065291 ], [ 120.0923683, 30.3078715 ], [ 120.0923237, 30.3081066 ], [ 120.0923175, 30.3081393 ], [ 120.0922683, 30.308399 ], [ 120.0921149, 30.3092077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966966, 30.3025818 ], [ 120.0966938, 30.302636 ], [ 120.0966924, 30.3035415 ], [ 120.0966922, 30.3036781 ], [ 120.096692, 30.3038003 ], [ 120.0966905, 30.3039391 ], [ 120.0966854, 30.3044103 ], [ 120.0966878, 30.305201 ], [ 120.0966112, 30.3056438 ], [ 120.096592, 30.3057569 ], [ 120.0965177, 30.3061946 ], [ 120.0963252, 30.3070755 ], [ 120.095905, 30.3083231 ], [ 120.0958816, 30.3083925 ], [ 120.0957236, 30.3088617 ], [ 120.0956431, 30.3090979 ], [ 120.0954204, 30.3097858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0954204, 30.3097858 ], [ 120.0956431, 30.3090979 ], [ 120.0957236, 30.3088617 ], [ 120.0958816, 30.3083925 ], [ 120.095905, 30.3083231 ], [ 120.0963252, 30.3070755 ], [ 120.0965177, 30.3061946 ], [ 120.096592, 30.3057569 ], [ 120.0966112, 30.3056438 ], [ 120.0966878, 30.305201 ], [ 120.0966854, 30.3044103 ], [ 120.0966905, 30.3039391 ], [ 120.096692, 30.3038003 ], [ 120.0966922, 30.3036781 ], [ 120.0966924, 30.3035415 ], [ 120.0966938, 30.302636 ], [ 120.0966966, 30.3025818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876098, 30.3078268 ], [ 120.0875923, 30.3079386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0875923, 30.3079386 ], [ 120.0876098, 30.3078268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0876098, 30.3078268 ], [ 120.0877233, 30.307862 ], [ 120.0883624, 30.30806 ], [ 120.0898184, 30.3085111 ], [ 120.0919817, 30.3091814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0637223, 30.3087934 ], [ 120.0632533, 30.308618 ], [ 120.0626897, 30.3084088 ], [ 120.0624088, 30.3083046 ], [ 120.0619437, 30.3081327 ], [ 120.0615594, 30.3079906 ], [ 120.0599337, 30.3073088 ], [ 120.0596301, 30.3071878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0644995, 30.3075997 ], [ 120.0640196, 30.3084771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638844, 30.3084293 ], [ 120.0640196, 30.3084771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0637223, 30.3087934 ], [ 120.0638844, 30.3084293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "蒋墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0640196, 30.3084771 ], [ 120.0638413, 30.3088344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638413, 30.3088344 ], [ 120.0637223, 30.3087934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063282, 30.3096832 ], [ 120.0600498, 30.3082481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0600498, 30.3082481 ], [ 120.063282, 30.3096832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593401, 30.3100142 ], [ 120.0600498, 30.3082481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0600498, 30.3082481 ], [ 120.0593401, 30.3100142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919625, 30.3092787 ], [ 120.0894196, 30.3085105 ], [ 120.0885612, 30.3082308 ], [ 120.0878045, 30.3080034 ], [ 120.0877037, 30.3079726 ], [ 120.0875923, 30.3079386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919817, 30.3091814 ], [ 120.0921149, 30.3092077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919625, 30.3092787 ], [ 120.0919817, 30.3091814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0921149, 30.3092077 ], [ 120.0920966, 30.3093058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0920966, 30.3093058 ], [ 120.0919625, 30.3092787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0921149, 30.3092077 ], [ 120.0930013, 30.309359 ], [ 120.0932871, 30.3094103 ], [ 120.0942248, 30.3095678 ], [ 120.0954204, 30.3097858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "申花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0953648, 30.3098863 ], [ 120.0950056, 30.3098232 ], [ 120.0932975, 30.3095309 ], [ 120.0929891, 30.3094846 ], [ 120.0920966, 30.3093058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0954204, 30.3097858 ], [ 120.0953648, 30.3098863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竞舟北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0953648, 30.3098863 ], [ 120.0954204, 30.3097858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867682, 30.3119862 ], [ 120.0867808, 30.3119281 ], [ 120.0867973, 30.3118519 ], [ 120.08682, 30.3117469 ], [ 120.0868729, 30.3114685 ], [ 120.0869788, 30.3109715 ], [ 120.0870583, 30.3105233 ], [ 120.0871418, 30.3100523 ], [ 120.087273, 30.3094363 ], [ 120.0874479, 30.308681 ], [ 120.0875535, 30.3081627 ], [ 120.0875632, 30.3081068 ], [ 120.0875923, 30.3079386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063282, 30.3096832 ], [ 120.0637223, 30.3087934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638413, 30.3088344 ], [ 120.0633795, 30.3097214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0633795, 30.3097214 ], [ 120.063282, 30.3096832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063282, 30.3096832 ], [ 120.0633795, 30.3097214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0633795, 30.3097214 ], [ 120.0658731, 30.310808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658731, 30.310808 ], [ 120.0633795, 30.3097214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626946, 30.3112715 ], [ 120.063282, 30.3096832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0633795, 30.3097214 ], [ 120.0627813, 30.3113053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593401, 30.3100142 ], [ 120.0598959, 30.3102225 ], [ 120.060165, 30.3103234 ], [ 120.0626946, 30.3112715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626946, 30.3112715 ], [ 120.060165, 30.3103234 ], [ 120.0598959, 30.3102225 ], [ 120.0593401, 30.3100142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627813, 30.3113053 ], [ 120.0626946, 30.3112715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626946, 30.3112715 ], [ 120.0627813, 30.3113053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658731, 30.310808 ], [ 120.0651169, 30.3123755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651169, 30.3123755 ], [ 120.0658731, 30.310808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580525, 30.3133089 ], [ 120.0582636, 30.312775 ], [ 120.0583844, 30.3124597 ], [ 120.0585346, 30.3120657 ], [ 120.0585835, 30.311941 ], [ 120.0587686, 30.3114695 ], [ 120.0588242, 30.3113281 ], [ 120.0593401, 30.3100142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593401, 30.3100142 ], [ 120.0588242, 30.3113281 ], [ 120.0587686, 30.3114695 ], [ 120.0585835, 30.311941 ], [ 120.0585346, 30.3120657 ], [ 120.0583844, 30.3124597 ], [ 120.0582636, 30.312775 ], [ 120.0580525, 30.3133089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651169, 30.3123755 ], [ 120.0642371, 30.3121347 ], [ 120.0627813, 30.3113053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627813, 30.3113053 ], [ 120.0642371, 30.3121347 ], [ 120.0651169, 30.3123755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0620787, 30.3142962 ], [ 120.0621325, 30.3137355 ], [ 120.0621612, 30.3134738 ], [ 120.0621763, 30.3133587 ], [ 120.0622794, 30.3126054 ], [ 120.0623831, 30.3121498 ], [ 120.0623981, 30.3121076 ], [ 120.0626946, 30.3112715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627813, 30.3113053 ], [ 120.0626075, 30.3117839 ], [ 120.0624663, 30.3121728 ], [ 120.0623518, 30.31268 ], [ 120.0622822, 30.3133771 ], [ 120.0622696, 30.3135085 ], [ 120.0622449, 30.313752 ], [ 120.0621669, 30.3143203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0698612, 30.3124063 ], [ 120.0691714, 30.3121344 ], [ 120.0689454, 30.3120453 ], [ 120.0680139, 30.3116782 ], [ 120.0675588, 30.3114988 ], [ 120.0658731, 30.310808 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0640196, 30.3084771 ], [ 120.065296, 30.3089202 ], [ 120.0661232, 30.3092665 ], [ 120.0670303, 30.3096494 ], [ 120.0675803, 30.3098722 ], [ 120.0681436, 30.3101045 ], [ 120.0683288, 30.3101858 ], [ 120.0696221, 30.3107576 ], [ 120.06994, 30.3109017 ], [ 120.0707378, 30.3112634 ], [ 120.0734214, 30.3123992 ], [ 120.0735086, 30.3124178 ], [ 120.0739749, 30.3126039 ], [ 120.0744823, 30.3127819 ], [ 120.0748008, 30.3128613 ], [ 120.0751972, 30.3129683 ], [ 120.075452, 30.3130569 ], [ 120.0758095, 30.3132035 ], [ 120.0776959, 30.3140682 ], [ 120.0785074, 30.3144402 ], [ 120.0788562, 30.3146096 ], [ 120.0793421, 30.3148271 ], [ 120.0799397, 30.3151009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651169, 30.3123755 ], [ 120.0672519, 30.3130702 ], [ 120.0675306, 30.3131573 ], [ 120.0678288, 30.3132505 ], [ 120.0695675, 30.313794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0695675, 30.313794 ], [ 120.0678288, 30.3132505 ], [ 120.0675306, 30.3131573 ], [ 120.0672519, 30.3130702 ], [ 120.0651169, 30.3123755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0698612, 30.3124063 ], [ 120.0696873, 30.3132281 ], [ 120.0696405, 30.3134492 ], [ 120.0695675, 30.313794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0695675, 30.313794 ], [ 120.0696405, 30.3134492 ], [ 120.0696873, 30.3132281 ], [ 120.0698612, 30.3124063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0698612, 30.3124063 ], [ 120.0712905, 30.3130286 ], [ 120.0714276, 30.3131601 ], [ 120.0714124, 30.3133705 ], [ 120.0711077, 30.314278 ], [ 120.0709284, 30.3148274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709284, 30.3148274 ], [ 120.0711077, 30.314278 ], [ 120.0714124, 30.3133705 ], [ 120.0714276, 30.3131601 ], [ 120.0712905, 30.3130286 ], [ 120.0698612, 30.3124063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738011, 30.3159654 ], [ 120.0738074, 30.3159459 ], [ 120.0739547, 30.3154226 ], [ 120.074029, 30.3151507 ], [ 120.0742449, 30.3145427 ], [ 120.0743652, 30.3142433 ], [ 120.0745032, 30.3137025 ], [ 120.07452, 30.3132308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0695675, 30.313794 ], [ 120.0693412, 30.3146005 ], [ 120.0692747, 30.3148375 ], [ 120.0692318, 30.3149903 ], [ 120.0691417, 30.3153111 ], [ 120.0689441, 30.3161616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580525, 30.3133089 ], [ 120.0581841, 30.3133165 ], [ 120.0589772, 30.3135127 ], [ 120.0602477, 30.3138271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602304, 30.3138831 ], [ 120.05913, 30.3136211 ], [ 120.0581816, 30.3133953 ], [ 120.0580215, 30.3133878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651169, 30.3123755 ], [ 120.0648594, 30.3131072 ], [ 120.064913, 30.3142442 ], [ 120.0649266, 30.3144912 ], [ 120.0648353, 30.3150034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648353, 30.3150034 ], [ 120.0649266, 30.3144912 ], [ 120.064913, 30.3142442 ], [ 120.0648594, 30.3131072 ], [ 120.0651169, 30.3123755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602477, 30.3138271 ], [ 120.0602304, 30.3138831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602304, 30.3138831 ], [ 120.0602477, 30.3138271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602477, 30.3138271 ], [ 120.0612312, 30.3140791 ], [ 120.0620787, 30.3142962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0620652, 30.3143643 ], [ 120.0612484, 30.3141501 ], [ 120.0602304, 30.3138831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0620787, 30.3142962 ], [ 120.0621669, 30.3143203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0620652, 30.3143643 ], [ 120.0620787, 30.3142962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0867465, 30.3120908 ], [ 120.0867409, 30.3121285 ], [ 120.0867346, 30.3121706 ], [ 120.0867241, 30.3122258 ], [ 120.0865556, 30.3131093 ], [ 120.0863284, 30.3143426 ], [ 120.0862653, 30.3146851 ], [ 120.0862539, 30.3147468 ], [ 120.086128, 30.3154305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751369, 30.3135124 ], [ 120.0750235, 30.3136628 ], [ 120.0750064, 30.3137079 ], [ 120.0749633, 30.3138217 ], [ 120.0749492, 30.3139805 ], [ 120.0749595, 30.3141411 ], [ 120.0749695, 30.3142456 ], [ 120.0749633, 30.3143686 ], [ 120.0749236, 30.3144574 ], [ 120.0748544, 30.3145739 ], [ 120.0747379, 30.3147478 ], [ 120.0746696, 30.3149032 ], [ 120.0744466, 30.3154501 ], [ 120.0742165, 30.3161328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0832225, 30.3169016 ], [ 120.0819497, 30.3164522 ], [ 120.0814471, 30.3162292 ], [ 120.0813887, 30.3162051 ], [ 120.0806554, 30.3159027 ], [ 120.080088, 30.3156619 ], [ 120.0792033, 30.3152821 ], [ 120.0776637, 30.3145855 ], [ 120.0759331, 30.3138492 ], [ 120.0751369, 30.3135124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0799397, 30.3151009 ], [ 120.0804896, 30.3155023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0804896, 30.3155023 ], [ 120.0817124, 30.3160082 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0799397, 30.3151009 ], [ 120.0804423, 30.3153361 ], [ 120.0808493, 30.3155103 ], [ 120.0813448, 30.3157119 ], [ 120.0819925, 30.315993 ], [ 120.0825977, 30.3162313 ], [ 120.0827852, 30.3163291 ], [ 120.0829786, 30.3164693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817124, 30.3160082 ], [ 120.0823153, 30.3161985 ], [ 120.0829786, 30.3164693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0832225, 30.3169016 ], [ 120.0827726, 30.3166977 ], [ 120.0824006, 30.3165549 ], [ 120.0820211, 30.3163976 ], [ 120.0814922, 30.3161196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0859162, 30.3176913 ], [ 120.086034, 30.3161803 ], [ 120.0860375, 30.316136 ], [ 120.0860537, 30.31601 ], [ 120.086128, 30.3154305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086128, 30.3154305 ], [ 120.0860537, 30.31601 ], [ 120.0860375, 30.316136 ], [ 120.086034, 30.3161803 ], [ 120.0859162, 30.3176913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621669, 30.3143203 ], [ 120.062155, 30.314387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062155, 30.314387 ], [ 120.0620652, 30.3143643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621669, 30.3143203 ], [ 120.0648353, 30.3150034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648111, 30.3150737 ], [ 120.062155, 30.314387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595416, 30.3159171 ], [ 120.0602304, 30.3138831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602304, 30.3138831 ], [ 120.0595416, 30.3159171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648353, 30.3150034 ], [ 120.0648111, 30.3150737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648111, 30.3150737 ], [ 120.0648353, 30.3150034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648353, 30.3150034 ], [ 120.0657806, 30.3152517 ], [ 120.0666907, 30.3154908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0616305, 30.3162262 ], [ 120.0618123, 30.3154477 ], [ 120.0620652, 30.3143643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689441, 30.3161616 ], [ 120.0691417, 30.3153111 ], [ 120.0692318, 30.3149903 ], [ 120.0692747, 30.3148375 ], [ 120.0693412, 30.3146005 ], [ 120.0695675, 30.313794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709284, 30.3148274 ], [ 120.0726324, 30.3156265 ], [ 120.0728336, 30.3156925 ], [ 120.073193, 30.3157967 ], [ 120.0735538, 30.3158974 ], [ 120.0738011, 30.3159654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738011, 30.3159654 ], [ 120.0735538, 30.3158974 ], [ 120.073193, 30.3157967 ], [ 120.0728336, 30.3156925 ], [ 120.0726324, 30.3156265 ], [ 120.0709284, 30.3148274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666907, 30.3154908 ], [ 120.0666716, 30.315556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666716, 30.315556 ], [ 120.0666907, 30.3154908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709284, 30.3148274 ], [ 120.0702378, 30.3167107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0702378, 30.3167107 ], [ 120.0709284, 30.3148274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666907, 30.3154908 ], [ 120.0668482, 30.3155283 ], [ 120.0672599, 30.3156435 ], [ 120.0687136, 30.316045 ], [ 120.0689441, 30.3161616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068901, 30.3162293 ], [ 120.0686804, 30.3161102 ], [ 120.067235, 30.3157118 ], [ 120.0668129, 30.3155964 ], [ 120.0666716, 30.315556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689441, 30.3161616 ], [ 120.068901, 30.3162293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0901433, 30.3171618 ], [ 120.0903876, 30.3165429 ], [ 120.0904816, 30.316288 ], [ 120.0906229, 30.3158341 ], [ 120.0907754, 30.3154099 ], [ 120.0908681, 30.3149289 ], [ 120.0909611, 30.3144473 ], [ 120.0909823, 30.3143376 ], [ 120.0910582, 30.313885 ], [ 120.0910688, 30.3138216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0911919, 30.313912 ], [ 120.0909961, 30.3149769 ], [ 120.0908919, 30.3154993 ], [ 120.0907311, 30.3159911 ], [ 120.0905298, 30.3165772 ], [ 120.0904963, 30.3166581 ], [ 120.0902736, 30.3171961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0939078, 30.3152502 ], [ 120.0947334, 30.3155736 ], [ 120.0961575, 30.3160629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙宇街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960852, 30.3161995 ], [ 120.0946524, 30.3156938 ], [ 120.0938677, 30.3153852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961575, 30.3160629 ], [ 120.0962699, 30.3160943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960852, 30.3161995 ], [ 120.0961575, 30.3160629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962699, 30.3160943 ], [ 120.0962208, 30.3162187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962208, 30.3162187 ], [ 120.0960852, 30.3161995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天虹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086128, 30.3154305 ], [ 120.0876011, 30.316077 ], [ 120.0879342, 30.3162231 ], [ 120.0890025, 30.3166837 ], [ 120.0892318, 30.3167826 ], [ 120.0899703, 30.3171095 ], [ 120.0901433, 30.3171618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天虹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0901433, 30.3171618 ], [ 120.0899703, 30.3171095 ], [ 120.0892318, 30.3167826 ], [ 120.0890025, 30.3166837 ], [ 120.0879342, 30.3162231 ], [ 120.0876011, 30.316077 ], [ 120.086128, 30.3154305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666716, 30.315556 ], [ 120.0659066, 30.3153577 ], [ 120.0648111, 30.3150737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062155, 30.314387 ], [ 120.0619885, 30.3151275 ], [ 120.061833, 30.3158196 ], [ 120.0617378, 30.316243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595416, 30.3159171 ], [ 120.0586688, 30.3157812 ], [ 120.0584635, 30.3157493 ], [ 120.0573249, 30.315572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573249, 30.315572 ], [ 120.0584635, 30.3157493 ], [ 120.0586688, 30.3157812 ], [ 120.0595416, 30.3159171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648111, 30.3150737 ], [ 120.0642264, 30.316673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0642264, 30.316673 ], [ 120.0648111, 30.3150737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595416, 30.3159171 ], [ 120.0605289, 30.3160632 ], [ 120.0608441, 30.3161098 ], [ 120.0616305, 30.3162262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0616305, 30.3162262 ], [ 120.0608441, 30.3161098 ], [ 120.0605289, 30.3160632 ], [ 120.0595416, 30.3159171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0616305, 30.3162262 ], [ 120.0617378, 30.316243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617378, 30.316243 ], [ 120.0616305, 30.3162262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0661667, 30.3170505 ], [ 120.0666716, 30.315556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666716, 30.315556 ], [ 120.0661667, 30.3170505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617378, 30.316243 ], [ 120.0626594, 30.3164022 ], [ 120.0642264, 30.316673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0642264, 30.316673 ], [ 120.0626594, 30.3164022 ], [ 120.0617378, 30.316243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0642264, 30.316673 ], [ 120.0661667, 30.3170505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0661667, 30.3170505 ], [ 120.0642264, 30.316673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595416, 30.3159171 ], [ 120.0592678, 30.3177696 ], [ 120.0592482, 30.3179025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0592482, 30.3179025 ], [ 120.0592678, 30.3177696 ], [ 120.0595416, 30.3159171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0612534, 30.3180373 ], [ 120.0616305, 30.3162262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617378, 30.316243 ], [ 120.0613401, 30.3180443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068901, 30.3162293 ], [ 120.0689441, 30.3161616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689441, 30.3161616 ], [ 120.0695342, 30.3164121 ], [ 120.0702378, 30.3167107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701876, 30.3167995 ], [ 120.0693608, 30.3164331 ], [ 120.068901, 30.3162293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0702378, 30.3167107 ], [ 120.0701876, 30.3167995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701876, 30.3167995 ], [ 120.0702378, 30.3167107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07313, 30.3180534 ], [ 120.0732143, 30.3177911 ], [ 120.0738011, 30.3159654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735754, 30.3182495 ], [ 120.07377, 30.3176071 ], [ 120.0742165, 30.3161328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0702378, 30.3167107 ], [ 120.0727477, 30.3178703 ], [ 120.073003, 30.3179876 ], [ 120.07313, 30.3180534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0731652, 30.3181755 ], [ 120.0729663, 30.3180874 ], [ 120.0727167, 30.3179604 ], [ 120.0701876, 30.3167995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.07313, 30.3180534 ], [ 120.073214, 30.3180934 ], [ 120.0732829, 30.3181279 ], [ 120.0732965, 30.318133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636363, 30.3183957 ], [ 120.0642264, 30.316673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0642264, 30.316673 ], [ 120.0636363, 30.3183957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0653583, 30.3187755 ], [ 120.0661667, 30.3170505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0661667, 30.3170505 ], [ 120.0653583, 30.3187755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0612534, 30.3180373 ], [ 120.0592482, 30.3179025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0592482, 30.3179025 ], [ 120.0612534, 30.3180373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0612534, 30.3180373 ], [ 120.0613401, 30.3180443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0613401, 30.3180443 ], [ 120.0612534, 30.3180373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636363, 30.3183957 ], [ 120.0618526, 30.3180947 ], [ 120.0613401, 30.3180443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0613401, 30.3180443 ], [ 120.0618526, 30.3180947 ], [ 120.0636363, 30.3183957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0829786, 30.3164693 ], [ 120.0859162, 30.3176913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.085871, 30.3179884 ], [ 120.085705, 30.3179203 ], [ 120.0832225, 30.3169016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.085871, 30.3179884 ], [ 120.0859162, 30.3176913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0859162, 30.3176913 ], [ 120.085871, 30.3179884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764071, 30.3191118 ], [ 120.0764983, 30.3178533 ], [ 120.0765064, 30.3177418 ], [ 120.0765225, 30.3175479 ], [ 120.0765834, 30.3168122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765834, 30.3168122 ], [ 120.0765225, 30.3175479 ], [ 120.0765064, 30.3177418 ], [ 120.0764983, 30.3178533 ], [ 120.0764071, 30.3191118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735754, 30.3182495 ], [ 120.0738951, 30.3183972 ], [ 120.0743326, 30.3185867 ], [ 120.0747519, 30.3187278 ], [ 120.0752138, 30.3188613 ], [ 120.0757135, 30.3189743 ], [ 120.0764071, 30.3191118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764019, 30.3192101 ], [ 120.0760113, 30.3191351 ], [ 120.0756024, 30.3190599 ], [ 120.0750948, 30.3189391 ], [ 120.0746952, 30.3188387 ], [ 120.0742268, 30.3186646 ], [ 120.0738052, 30.3184782 ], [ 120.0735248, 30.3183598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.085871, 30.3179884 ], [ 120.0857479, 30.3187994 ], [ 120.0856098, 30.3196921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0856098, 30.3196921 ], [ 120.0857479, 30.3187994 ], [ 120.085871, 30.3179884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0731652, 30.3181755 ], [ 120.07313, 30.3180534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0732965, 30.318133 ], [ 120.0734391, 30.3181865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0732687, 30.3182285 ], [ 120.0732965, 30.318133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0732687, 30.3182285 ], [ 120.0731652, 30.3181755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734391, 30.3181865 ], [ 120.0735754, 30.3182495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734391, 30.3181865 ], [ 120.0734051, 30.3182932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734051, 30.3182932 ], [ 120.0732687, 30.3182285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735248, 30.3183598 ], [ 120.0735754, 30.3182495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735248, 30.3183598 ], [ 120.0734051, 30.3182932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692588, 30.3199984 ], [ 120.0694433, 30.3193687 ], [ 120.0694759, 30.3192577 ], [ 120.0698045, 30.3181364 ], [ 120.0699351, 30.3177009 ], [ 120.0701876, 30.3167995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636363, 30.3183957 ], [ 120.0653583, 30.3187755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0653583, 30.3187755 ], [ 120.0636363, 30.3183957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0592482, 30.3179025 ], [ 120.0590014, 30.3199794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0590014, 30.3199794 ], [ 120.0592482, 30.3179025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0607422, 30.3201583 ], [ 120.0612534, 30.3180373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0613401, 30.3180443 ], [ 120.0608237, 30.3201702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676047, 30.3194871 ], [ 120.0659303, 30.318962 ], [ 120.0655148, 30.3188206 ], [ 120.0653583, 30.3187755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0653583, 30.3187755 ], [ 120.0655148, 30.3188206 ], [ 120.0659303, 30.318962 ], [ 120.0676047, 30.3194871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636363, 30.3183957 ], [ 120.0629561, 30.3202489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629561, 30.3202489 ], [ 120.0636363, 30.3183957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天虹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.095198, 30.3182773 ], [ 120.0951112, 30.3182242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天虹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0951112, 30.3182242 ], [ 120.095198, 30.3182773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0859162, 30.3176913 ], [ 120.0871383, 30.3182254 ], [ 120.0893133, 30.3191095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0891803, 30.3194577 ], [ 120.0869883, 30.3184761 ], [ 120.085871, 30.3179884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0893133, 30.3191095 ], [ 120.0894746, 30.3191885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0891803, 30.3194577 ], [ 120.0893133, 30.3191095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894746, 30.3191885 ], [ 120.0893425, 30.3195154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0893425, 30.3195154 ], [ 120.0891803, 30.3194577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936954, 30.320887 ], [ 120.0938578, 30.3205879 ], [ 120.0939028, 30.3205077 ], [ 120.0941998, 30.3199378 ], [ 120.0951112, 30.3182242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.095198, 30.3182773 ], [ 120.0948516, 30.3188876 ], [ 120.0939583, 30.3205401 ], [ 120.0939196, 30.3206138 ], [ 120.0937636, 30.3209107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764071, 30.3191118 ], [ 120.0764019, 30.3192101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764019, 30.3192101 ], [ 120.0764071, 30.3191118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764071, 30.3191118 ], [ 120.0766183, 30.3191488 ], [ 120.0770541, 30.3192283 ], [ 120.0773474, 30.3192818 ], [ 120.079134, 30.319356 ], [ 120.0793571, 30.3193653 ], [ 120.0796291, 30.3193766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0796001, 30.3194561 ], [ 120.0793436, 30.3194414 ], [ 120.0791237, 30.3194315 ], [ 120.0773148, 30.3193586 ], [ 120.0767426, 30.3192813 ], [ 120.0764019, 30.3192101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0796001, 30.3194561 ], [ 120.0796291, 30.3193766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0796291, 30.3193766 ], [ 120.0799446, 30.3193897 ], [ 120.0821993, 30.3194834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821829, 30.319575 ], [ 120.0806762, 30.3195056 ], [ 120.0796001, 30.3194561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821829, 30.319575 ], [ 120.0821993, 30.3194834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821993, 30.3194834 ], [ 120.0821829, 30.319575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821993, 30.3194834 ], [ 120.0822294, 30.3194847 ], [ 120.08302, 30.3195315 ], [ 120.0846646, 30.3196288 ], [ 120.0849155, 30.3196406 ], [ 120.0853365, 30.3196603 ], [ 120.0856098, 30.3196921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580215, 30.3133878 ], [ 120.0573249, 30.315572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573249, 30.315572 ], [ 120.0580215, 30.3133878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573249, 30.315572 ], [ 120.0554824, 30.3153857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0554824, 30.3153857 ], [ 120.0573249, 30.315572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0418486, 30.3200591 ], [ 120.0419748, 30.319372 ], [ 120.0423795, 30.3181002 ], [ 120.0424044, 30.318022 ], [ 120.0424541, 30.3178656 ], [ 120.0424924, 30.3176988 ], [ 120.0426373, 30.3170088 ], [ 120.042758, 30.3161915 ], [ 120.0429752, 30.315351 ], [ 120.0432596, 30.3145684 ], [ 120.0434137, 30.3141496 ], [ 120.0443203, 30.3116865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0445014, 30.3117314 ], [ 120.0433212, 30.3149411 ], [ 120.0429833, 30.3160155 ], [ 120.0429563, 30.3163186 ], [ 120.0429511, 30.3163767 ], [ 120.0428492, 30.3172473 ], [ 120.042737, 30.3178915 ], [ 120.0426806, 30.3180765 ], [ 120.0426566, 30.3181549 ], [ 120.0425347, 30.3185545 ], [ 120.0423548, 30.3190496 ], [ 120.0421288, 30.3196884 ], [ 120.042019, 30.3200683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0573249, 30.315572 ], [ 120.0572941, 30.3161062 ], [ 120.057282, 30.3163162 ], [ 120.0571964, 30.3177984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0571964, 30.3177984 ], [ 120.057282, 30.3163162 ], [ 120.0572941, 30.3161062 ], [ 120.0573249, 30.315572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0571964, 30.3177984 ], [ 120.055072, 30.317644 ], [ 120.0549279, 30.3175988 ], [ 120.0544925, 30.3174235 ], [ 120.0543681, 30.3173698 ], [ 120.0541131, 30.3173104 ], [ 120.0539978, 30.317326 ], [ 120.0539166, 30.317408 ], [ 120.0538598, 30.3176262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0538598, 30.3176262 ], [ 120.0539166, 30.317408 ], [ 120.0539978, 30.317326 ], [ 120.0541131, 30.3173104 ], [ 120.0543681, 30.3173698 ], [ 120.0544925, 30.3174235 ], [ 120.0549279, 30.3175988 ], [ 120.055072, 30.317644 ], [ 120.0571964, 30.3177984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥余线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9989438, 30.3130802 ], [ 119.999524, 30.3134838 ], [ 119.9997901, 30.3136178 ], [ 120.0000929, 30.3136943 ], [ 120.0010977, 30.3138168 ], [ 120.001251, 30.3138355 ], [ 120.0027728, 30.3140093 ], [ 120.004796, 30.314232 ], [ 120.0048692, 30.3142406 ], [ 120.0062639, 30.3143844 ], [ 120.0064075, 30.3144004 ], [ 120.0064834, 30.3144086 ], [ 120.0096729, 30.3147511 ], [ 120.0097408, 30.3147583 ], [ 120.0115912, 30.3149554 ], [ 120.012337, 30.3150589 ], [ 120.0126137, 30.3150987 ], [ 120.0127829, 30.3151424 ], [ 120.0130577, 30.3152396 ], [ 120.0149407, 30.3158506 ], [ 120.01512, 30.3159537 ], [ 120.0152588, 30.3160841 ], [ 120.015284, 30.3161308 ], [ 120.0153353, 30.3162798 ], [ 120.0153368, 30.3169701 ], [ 120.015339, 30.3179959 ], [ 120.0153387, 30.3183753 ], [ 120.0153799, 30.3185132 ], [ 120.0155282, 30.3188902 ], [ 120.015616, 30.3189892 ], [ 120.0157501, 30.319057 ], [ 120.0158618, 30.3190844 ], [ 120.0160754, 30.3191201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥余线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0160754, 30.3191201 ], [ 120.0158618, 30.3190844 ], [ 120.0157501, 30.319057 ], [ 120.015616, 30.3189892 ], [ 120.0155282, 30.3188902 ], [ 120.0153799, 30.3185132 ], [ 120.0153387, 30.3183753 ], [ 120.015339, 30.3179959 ], [ 120.0153368, 30.3169701 ], [ 120.0153353, 30.3162798 ], [ 120.015284, 30.3161308 ], [ 120.0152588, 30.3160841 ], [ 120.01512, 30.3159537 ], [ 120.0149407, 30.3158506 ], [ 120.0130577, 30.3152396 ], [ 120.0127829, 30.3151424 ], [ 120.0126137, 30.3150987 ], [ 120.012337, 30.3150589 ], [ 120.0115912, 30.3149554 ], [ 120.0097408, 30.3147583 ], [ 120.0096729, 30.3147511 ], [ 120.0064834, 30.3144086 ], [ 120.0064075, 30.3144004 ], [ 120.0062639, 30.3143844 ], [ 120.0048692, 30.3142406 ], [ 120.004796, 30.314232 ], [ 120.0027728, 30.3140093 ], [ 120.001251, 30.3138355 ], [ 120.0010977, 30.3138168 ], [ 120.0000929, 30.3136943 ], [ 119.9997901, 30.3136178 ], [ 119.999524, 30.3134838 ], [ 119.9989438, 30.3130802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0212998, 30.3175856 ], [ 120.0207014, 30.3175233 ], [ 120.0202485, 30.3174712 ], [ 120.016121, 30.3170276 ], [ 120.0161569, 30.3168947 ], [ 120.0202633, 30.3173158 ], [ 120.0207316, 30.3173666 ], [ 120.0213935, 30.3174426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0213935, 30.3174426 ], [ 120.0215815, 30.317465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0212998, 30.3175856 ], [ 120.0213935, 30.3174426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0215815, 30.317465 ], [ 120.0214902, 30.3176061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0214902, 30.3176061 ], [ 120.0212998, 30.3175856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0214902, 30.3176061 ], [ 120.0213291, 30.3178549 ], [ 120.0210571, 30.3182659 ], [ 120.020533, 30.319156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0203013, 30.3191835 ], [ 120.0206838, 30.31854 ], [ 120.0208588, 30.3182601 ], [ 120.0211451, 30.3178217 ], [ 120.0212998, 30.3175856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0203013, 30.3191835 ], [ 120.020533, 30.319156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苏振路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265673, 30.3181576 ], [ 120.026577, 30.3174777 ], [ 120.0265762, 30.3171481 ], [ 120.0265922, 30.3133337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苏振路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266631, 30.3133461 ], [ 120.0266635, 30.3142158 ], [ 120.026629, 30.3171478 ], [ 120.02663, 30.3174398 ], [ 120.0266434, 30.3181711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0309148, 30.3133203 ], [ 120.0307517, 30.3153097 ], [ 120.0306697, 30.3156505 ], [ 120.0306223, 30.3157557 ], [ 120.0305883, 30.3158313 ], [ 120.0294364, 30.3187402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0294364, 30.3187402 ], [ 120.0305883, 30.3158313 ], [ 120.0306223, 30.3157557 ], [ 120.0306697, 30.3156505 ], [ 120.0307517, 30.3153097 ], [ 120.0309148, 30.3133203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0330206, 30.3194027 ], [ 120.0330899, 30.3158755 ], [ 120.0330917, 30.3158075 ], [ 120.0331249, 30.314573 ], [ 120.0331264, 30.3139448 ], [ 120.0331274, 30.3134956 ], [ 120.0331278, 30.3133201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0331278, 30.3133201 ], [ 120.0331274, 30.3134956 ], [ 120.0331264, 30.3139448 ], [ 120.0331249, 30.314573 ], [ 120.0330917, 30.3158075 ], [ 120.0330899, 30.3158755 ], [ 120.0330206, 30.3194027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0378843, 30.3198616 ], [ 120.0378921, 30.3188939 ], [ 120.037916, 30.3159331 ], [ 120.0379163, 30.3158629 ], [ 120.0379191, 30.3153028 ], [ 120.0379113, 30.3150769 ], [ 120.0378987, 30.3149271 ], [ 120.0378706, 30.3147966 ], [ 120.0377539, 30.3145509 ], [ 120.0376077, 30.3143675 ], [ 120.0365518, 30.3134532 ], [ 120.0363885, 30.3133817 ], [ 120.0362476, 30.3133425 ], [ 120.0360897, 30.3133202 ], [ 120.0339282, 30.3133248 ], [ 120.033382, 30.3133247 ], [ 120.0331278, 30.3133201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数治路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0331278, 30.3133201 ], [ 120.033382, 30.3133247 ], [ 120.0339282, 30.3133248 ], [ 120.0360897, 30.3133202 ], [ 120.0362476, 30.3133425 ], [ 120.0363885, 30.3133817 ], [ 120.0365518, 30.3134532 ], [ 120.0376077, 30.3143675 ], [ 120.0377539, 30.3145509 ], [ 120.0378706, 30.3147966 ], [ 120.0378987, 30.3149271 ], [ 120.0379113, 30.3150769 ], [ 120.0379191, 30.3153028 ], [ 120.0379163, 30.3158629 ], [ 120.037916, 30.3159331 ], [ 120.0378921, 30.3188939 ], [ 120.0378843, 30.3198616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0215815, 30.317465 ], [ 120.022997, 30.3176324 ], [ 120.0246015, 30.3178182 ], [ 120.0255689, 30.317969 ], [ 120.0259961, 30.3180408 ], [ 120.0265673, 30.3181576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265695, 30.3182881 ], [ 120.0260842, 30.3182082 ], [ 120.0259134, 30.3181801 ], [ 120.0255014, 30.3181008 ], [ 120.0246846, 30.3179673 ], [ 120.02294, 30.3177615 ], [ 120.0214902, 30.3176061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265673, 30.3181576 ], [ 120.0266434, 30.3181711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苏振路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265695, 30.3182881 ], [ 120.0265673, 30.3181576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苏振路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266434, 30.3181711 ], [ 120.026642, 30.3183054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026642, 30.3183054 ], [ 120.0265695, 30.3182881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266434, 30.3181711 ], [ 120.0294364, 30.3187402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0293892, 30.3188542 ], [ 120.026642, 30.3183054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0293892, 30.3188542 ], [ 120.0294364, 30.3187402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0294364, 30.3187402 ], [ 120.0293892, 30.3188542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0294364, 30.3187402 ], [ 120.0330206, 30.3194027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0330188, 30.3195419 ], [ 120.0293892, 30.3188542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0571964, 30.3177984 ], [ 120.0592482, 30.3179025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0592482, 30.3179025 ], [ 120.0571964, 30.3177984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0567806, 30.3198775 ], [ 120.0570234, 30.3186633 ], [ 120.0570641, 30.31846 ], [ 120.0571964, 30.3177984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0571964, 30.3177984 ], [ 120.0570641, 30.31846 ], [ 120.0570234, 30.3186633 ], [ 120.0567806, 30.3198775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0567806, 30.3198775 ], [ 120.0549889, 30.3197571 ], [ 120.054713, 30.3197739 ], [ 120.0544864, 30.3196782 ], [ 120.0542261, 30.3195302 ], [ 120.0540204, 30.3194877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0540204, 30.3194877 ], [ 120.0542261, 30.3195302 ], [ 120.0544864, 30.3196782 ], [ 120.054713, 30.3197739 ], [ 120.0549889, 30.3197571 ], [ 120.0567806, 30.3198775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0590014, 30.3199794 ], [ 120.0567806, 30.3198775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0567806, 30.3198775 ], [ 120.0590014, 30.3199794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0561342, 30.3217446 ], [ 120.0564643, 30.3207762 ], [ 120.0565449, 30.3205473 ], [ 120.0566134, 30.3203527 ], [ 120.0567806, 30.3198775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园八路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0567806, 30.3198775 ], [ 120.0566134, 30.3203527 ], [ 120.0565449, 30.3205473 ], [ 120.0564643, 30.3207762 ], [ 120.0561342, 30.3217446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0330188, 30.3195419 ], [ 120.0330206, 30.3194027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0330206, 30.3194027 ], [ 120.0330188, 30.3195419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0330206, 30.3194027 ], [ 120.0342394, 30.3196275 ], [ 120.0346714, 30.319684 ], [ 120.0351103, 30.3197188 ], [ 120.035879, 30.3197528 ], [ 120.0378843, 30.3198616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0378813, 30.3199897 ], [ 120.0358345, 30.3198771 ], [ 120.0349393, 30.3198412 ], [ 120.0345172, 30.3198003 ], [ 120.0342242, 30.3197502 ], [ 120.0330188, 30.3195419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0378813, 30.3199897 ], [ 120.0378843, 30.3198616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0378843, 30.3198616 ], [ 120.0379228, 30.3199916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0378843, 30.3198616 ], [ 120.0386017, 30.3198909 ], [ 120.040332, 30.3199773 ], [ 120.0418486, 30.3200591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0379228, 30.3199916 ], [ 120.0378813, 30.3199897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0418486, 30.3200591 ], [ 120.042019, 30.3200683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0418426, 30.3201847 ], [ 120.0403029, 30.3201079 ], [ 120.038595, 30.3200221 ], [ 120.0379228, 30.3199916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0590014, 30.3199794 ], [ 120.0583943, 30.3218218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0583943, 30.3218218 ], [ 120.0590014, 30.3199794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608237, 30.3201702 ], [ 120.0603715, 30.3218391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602741, 30.3218979 ], [ 120.0607422, 30.3201583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645912, 30.3203869 ], [ 120.0640081, 30.3220017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0640081, 30.3220017 ], [ 120.0645912, 30.3203869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602741, 30.3218979 ], [ 120.0583943, 30.3218218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0583943, 30.3218218 ], [ 120.0602741, 30.3218979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602741, 30.3218979 ], [ 120.0603715, 30.3218391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603715, 30.3218391 ], [ 120.0603486, 30.3219233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0561342, 30.3217446 ], [ 120.0583943, 30.3218218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0583943, 30.3218218 ], [ 120.0561342, 30.3217446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0561342, 30.3217446 ], [ 120.0537917, 30.321651 ], [ 120.05361, 30.3216813 ], [ 120.053291, 30.3217426 ], [ 120.0531252, 30.3222398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531252, 30.3222398 ], [ 120.053291, 30.3217426 ], [ 120.05361, 30.3216813 ], [ 120.0537917, 30.321651 ], [ 120.0561342, 30.3217446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.042019, 30.3200683 ], [ 120.0426992, 30.3200804 ], [ 120.0434426, 30.3201955 ], [ 120.0447075, 30.3204002 ], [ 120.0465596, 30.320742 ], [ 120.0483914, 30.3210225 ], [ 120.0491907, 30.3211668 ], [ 120.0497508, 30.3213194 ], [ 120.0501051, 30.321458 ], [ 120.0502038, 30.3215141 ], [ 120.0505089, 30.3216876 ], [ 120.051971, 30.3227636 ], [ 120.0524332, 30.3230258 ], [ 120.0525462, 30.3230905 ], [ 120.0528769, 30.32325 ], [ 120.0533115, 30.3234018 ], [ 120.0536423, 30.3235023 ], [ 120.0537276, 30.3235173 ], [ 120.0540271, 30.3235755 ], [ 120.0551597, 30.3238041 ], [ 120.0560028, 30.3239616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0560019, 30.3240705 ], [ 120.053906, 30.3237015 ], [ 120.0536019, 30.3236457 ], [ 120.0533002, 30.3235692 ], [ 120.0530576, 30.3234872 ], [ 120.0528149, 30.3233907 ], [ 120.0524087, 30.3231993 ], [ 120.0520342, 30.3229671 ], [ 120.0509638, 30.3221583 ], [ 120.0504921, 30.3218212 ], [ 120.0503235, 30.3217142 ], [ 120.0500381, 30.3215661 ], [ 120.0495923, 30.3213849 ], [ 120.049222, 30.321285 ], [ 120.048845, 30.3212082 ], [ 120.0483702, 30.321145 ], [ 120.0464976, 30.3208538 ], [ 120.0446749, 30.3205178 ], [ 120.0434742, 30.3203069 ], [ 120.0426271, 30.32024 ], [ 120.0419984, 30.3201925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0583943, 30.3218218 ], [ 120.058148, 30.3228911 ], [ 120.0580611, 30.3234184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580611, 30.3234184 ], [ 120.058148, 30.3228911 ], [ 120.0583943, 30.3218218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金蓬街", "西园八路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0561342, 30.3217446 ], [ 120.0561111, 30.3221806 ], [ 120.056098, 30.3224267 ], [ 120.0560849, 30.3226731 ], [ 120.0560403, 30.3233042 ], [ 120.0560028, 30.3239616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金蓬街", "西园八路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0560028, 30.3239616 ], [ 120.0560403, 30.3233042 ], [ 120.0560849, 30.3226731 ], [ 120.056098, 30.3224267 ], [ 120.0561111, 30.3221806 ], [ 120.0561342, 30.3217446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0418426, 30.3201847 ], [ 120.0418486, 30.3200591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.042019, 30.3200683 ], [ 120.0419984, 30.3201925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0419984, 30.3201925 ], [ 120.0418426, 30.3201847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0293892, 30.3188542 ], [ 120.0289326, 30.320089 ], [ 120.0287261, 30.3206473 ], [ 120.0282467, 30.3219035 ], [ 120.028152, 30.3222099 ], [ 120.0280657, 30.3226655 ], [ 120.0280487, 30.3232724 ], [ 120.0281047, 30.3238438 ], [ 120.0281308, 30.324141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0281308, 30.324141 ], [ 120.0281047, 30.3238438 ], [ 120.0280487, 30.3232724 ], [ 120.0280657, 30.3226655 ], [ 120.028152, 30.3222099 ], [ 120.0282467, 30.3219035 ], [ 120.0287261, 30.3206473 ], [ 120.0289326, 30.320089 ], [ 120.0293892, 30.3188542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.020533, 30.319156 ], [ 120.0214453, 30.318929 ], [ 120.0218601, 30.3189021 ], [ 120.022275, 30.3189427 ], [ 120.0224603, 30.3189699 ], [ 120.0228733, 30.3191899 ], [ 120.0237064, 30.3198452 ], [ 120.0238564, 30.3198574 ], [ 120.0240027, 30.3198789 ], [ 120.024202, 30.3199138 ], [ 120.0243732, 30.3199595 ], [ 120.0245382, 30.3200509 ], [ 120.0249367, 30.3203358 ], [ 120.0252511, 30.320626 ], [ 120.0255531, 30.3209781 ], [ 120.0260586, 30.3216192 ], [ 120.0264093, 30.3220208 ], [ 120.0265333, 30.3221839 ], [ 120.0266635, 30.3223552 ], [ 120.0268016, 30.3225368 ], [ 120.0271036, 30.3229238 ], [ 120.0272499, 30.3230528 ], [ 120.0273277, 30.3231495 ], [ 120.0273558, 30.3233027 ], [ 120.0273826, 30.3235052 ], [ 120.0277102, 30.3237903 ], [ 120.0277494, 30.3238244 ], [ 120.0279196, 30.3241454 ], [ 120.0281308, 30.324141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0281308, 30.324141 ], [ 120.0279196, 30.3241454 ], [ 120.0277494, 30.3238244 ], [ 120.0277102, 30.3237903 ], [ 120.0273826, 30.3235052 ], [ 120.0273558, 30.3233027 ], [ 120.0273277, 30.3231495 ], [ 120.0272499, 30.3230528 ], [ 120.0271036, 30.3229238 ], [ 120.0268016, 30.3225368 ], [ 120.0266635, 30.3223552 ], [ 120.0265333, 30.3221839 ], [ 120.0264093, 30.3220208 ], [ 120.0260586, 30.3216192 ], [ 120.0255531, 30.3209781 ], [ 120.0252511, 30.320626 ], [ 120.0249367, 30.3203358 ], [ 120.0245382, 30.3200509 ], [ 120.0243732, 30.3199595 ], [ 120.024202, 30.3199138 ], [ 120.0240027, 30.3198789 ], [ 120.0238564, 30.3198574 ], [ 120.0237064, 30.3198452 ], [ 120.0228733, 30.3191899 ], [ 120.0224603, 30.3189699 ], [ 120.022275, 30.3189427 ], [ 120.0218601, 30.3189021 ], [ 120.0214453, 30.318929 ], [ 120.020533, 30.319156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0326802, 30.3275697 ], [ 120.0326969, 30.3274479 ], [ 120.032768, 30.3264633 ], [ 120.0329214, 30.3243372 ], [ 120.032924, 30.3242164 ], [ 120.0329891, 30.3211328 ], [ 120.0330188, 30.3195419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0330188, 30.3195419 ], [ 120.0329891, 30.3211328 ], [ 120.032924, 30.3242164 ], [ 120.0329214, 30.3243372 ], [ 120.032768, 30.3264633 ], [ 120.0326969, 30.3274479 ], [ 120.0326802, 30.3275697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037599, 30.3286789 ], [ 120.0378265, 30.3272744 ], [ 120.0378734, 30.3264868 ], [ 120.0378774, 30.3262229 ], [ 120.037882, 30.3254211 ], [ 120.0379187, 30.3232116 ], [ 120.0378762, 30.3221554 ], [ 120.0378447, 30.3216319 ], [ 120.0378813, 30.3199897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579668, 30.3244603 ], [ 120.0579784, 30.3242738 ], [ 120.0580137, 30.3237088 ], [ 120.0580299, 30.3236078 ], [ 120.0580611, 30.3234184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580611, 30.3234184 ], [ 120.0580299, 30.3236078 ], [ 120.0580137, 30.3237088 ], [ 120.0579784, 30.3242738 ], [ 120.0579668, 30.3244603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0560028, 30.3239616 ], [ 120.0560019, 30.3240705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0560019, 30.3240705 ], [ 120.0560028, 30.3239616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0560028, 30.3239616 ], [ 120.0567857, 30.3241485 ], [ 120.0579668, 30.3244603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579603, 30.324601 ], [ 120.0567167, 30.3242454 ], [ 120.0560019, 30.3240705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579603, 30.324601 ], [ 120.0579668, 30.3244603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579668, 30.3244603 ], [ 120.0579603, 30.324601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579603, 30.324601 ], [ 120.0579578, 30.3247049 ], [ 120.0579455, 30.3249595 ], [ 120.0578991, 30.3257422 ], [ 120.0579082, 30.3261223 ], [ 120.0579495, 30.3264468 ], [ 120.0580742, 30.3268682 ], [ 120.0582311, 30.327227 ], [ 120.0582618, 30.3272918 ], [ 120.0583531, 30.327484 ], [ 120.0585127, 30.3277225 ], [ 120.0587149, 30.3280282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0587149, 30.3280282 ], [ 120.0585127, 30.3277225 ], [ 120.0583531, 30.327484 ], [ 120.0582618, 30.3272918 ], [ 120.0582311, 30.327227 ], [ 120.0580742, 30.3268682 ], [ 120.0579495, 30.3264468 ], [ 120.0579082, 30.3261223 ], [ 120.0578991, 30.3257422 ], [ 120.0579455, 30.3249595 ], [ 120.0579578, 30.3247049 ], [ 120.0579603, 30.324601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.916635, 30.2842581 ], [ 119.9165537, 30.2843297 ], [ 119.9159861, 30.2848262 ], [ 119.9154926, 30.2852614 ], [ 119.9141836, 30.2864158 ], [ 119.9139383, 30.2866321 ], [ 119.9137924, 30.2867608 ], [ 119.91275, 30.28768 ], [ 119.911393, 30.289008 ], [ 119.9109489, 30.2893722 ], [ 119.9108845, 30.289425 ], [ 119.9091402, 30.2909534 ], [ 119.908388, 30.2916145 ], [ 119.908099, 30.2918701 ], [ 119.907837, 30.292082 ], [ 119.907523, 30.2923535 ], [ 119.9072237, 30.2925792 ], [ 119.9071142, 30.2926617 ], [ 119.9069761, 30.2927644 ], [ 119.9065931, 30.2930343 ], [ 119.9061924, 30.2932917 ], [ 119.9056294, 30.2935886 ], [ 119.905312, 30.293752 ], [ 119.9051201, 30.2938562 ], [ 119.9049445, 30.2939516 ], [ 119.9045237, 30.2941648 ], [ 119.904047, 30.294368 ], [ 119.903125, 30.294598 ], [ 119.9028325, 30.2946323 ], [ 119.9026876, 30.2946492 ], [ 119.901827, 30.29475 ], [ 119.9009388, 30.2949062 ], [ 119.9002844, 30.2950213 ], [ 119.900047, 30.295063 ], [ 119.8998069, 30.2951623 ], [ 119.899527, 30.295278 ], [ 119.8993899, 30.2953471 ], [ 119.8992222, 30.2954316 ], [ 119.8978289, 30.2961492 ], [ 119.8977253, 30.2961924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8977253, 30.2961924 ], [ 119.8978289, 30.2961492 ], [ 119.8992222, 30.2954316 ], [ 119.8993899, 30.2953471 ], [ 119.899527, 30.295278 ], [ 119.8998069, 30.2951623 ], [ 119.900047, 30.295063 ], [ 119.9002844, 30.2950213 ], [ 119.9009388, 30.2949062 ], [ 119.901827, 30.29475 ], [ 119.9026876, 30.2946492 ], [ 119.9028325, 30.2946323 ], [ 119.903125, 30.294598 ], [ 119.904047, 30.294368 ], [ 119.9045237, 30.2941648 ], [ 119.9049445, 30.2939516 ], [ 119.9051201, 30.2938562 ], [ 119.905312, 30.293752 ], [ 119.9056294, 30.2935886 ], [ 119.9061924, 30.2932917 ], [ 119.9065931, 30.2930343 ], [ 119.9069761, 30.2927644 ], [ 119.9071142, 30.2926617 ], [ 119.9072237, 30.2925792 ], [ 119.907523, 30.2923535 ], [ 119.907837, 30.292082 ], [ 119.908099, 30.2918701 ], [ 119.908388, 30.2916145 ], [ 119.9091402, 30.2909534 ], [ 119.9108845, 30.289425 ], [ 119.9109489, 30.2893722 ], [ 119.911393, 30.289008 ], [ 119.91275, 30.28768 ], [ 119.9137924, 30.2867608 ], [ 119.9139383, 30.2866321 ], [ 119.9141836, 30.2864158 ], [ 119.9154926, 30.2852614 ], [ 119.9159861, 30.2848262 ], [ 119.9165537, 30.2843297 ], [ 119.916635, 30.2842581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8975894, 30.2962568 ], [ 119.8974734, 30.2961406 ], [ 119.8960723, 30.2950055 ], [ 119.8959406, 30.2948989 ], [ 119.8957037, 30.294709 ], [ 119.8948495, 30.294024 ], [ 119.8946677, 30.2938782 ], [ 119.8944788, 30.2937276 ], [ 119.8926928, 30.2923038 ], [ 119.892172, 30.2918856 ], [ 119.892299, 30.291778 ], [ 119.8945988, 30.2936193 ], [ 119.8947838, 30.2937674 ], [ 119.8949658, 30.2939122 ], [ 119.8958118, 30.2945854 ], [ 119.8959928, 30.2947294 ], [ 119.8961878, 30.2948912 ], [ 119.8976084, 30.2960696 ], [ 119.8977253, 30.2961924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8975894, 30.2962568 ], [ 119.8977253, 30.2961924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8977253, 30.2961924 ], [ 119.8975894, 30.2962568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.899825, 30.3018664 ], [ 119.9006959, 30.301695 ], [ 119.9017162, 30.3014942 ], [ 119.9032194, 30.3011326 ], [ 119.9046663, 30.3007299 ], [ 119.9064636, 30.3001745 ], [ 119.907895, 30.2996541 ], [ 119.9086855, 30.2993636 ], [ 119.9114483, 30.2983502 ], [ 119.9119354, 30.2981771 ], [ 119.9150404, 30.2970741 ], [ 119.9184269, 30.2957981 ], [ 119.9190528, 30.2955623 ], [ 119.9203194, 30.295085 ], [ 119.9208294, 30.2948944 ], [ 119.9251961, 30.2932783 ], [ 119.9258536, 30.2930347 ], [ 119.9265718, 30.292772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9262232, 30.2930445 ], [ 119.9258847, 30.2931637 ], [ 119.925121, 30.2934433 ], [ 119.9244398, 30.2936927 ], [ 119.9203677, 30.2951837 ], [ 119.9196468, 30.2954553 ], [ 119.9188828, 30.2957432 ], [ 119.9171609, 30.296392 ], [ 119.9150891, 30.2971726 ], [ 119.9115768, 30.2984336 ], [ 119.9111251, 30.2985885 ], [ 119.9105768, 30.2987888 ], [ 119.9087301, 30.2994635 ], [ 119.9066271, 30.3002256 ], [ 119.9051814, 30.3006839 ], [ 119.9039464, 30.3010455 ], [ 119.9029355, 30.301302 ], [ 119.9017582, 30.3015789 ], [ 119.8998603, 30.301962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8975894, 30.2962568 ], [ 119.8974798, 30.296311 ], [ 119.8959661, 30.2970302 ], [ 119.8951928, 30.2973856 ], [ 119.8951132, 30.2974222 ], [ 119.8941638, 30.2978689 ], [ 119.8937552, 30.2980973 ], [ 119.8934364, 30.2983496 ], [ 119.8928827, 30.2988691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8928827, 30.2988691 ], [ 119.8934364, 30.2983496 ], [ 119.8937552, 30.2980973 ], [ 119.8941638, 30.2978689 ], [ 119.8951132, 30.2974222 ], [ 119.8951928, 30.2973856 ], [ 119.8959661, 30.2970302 ], [ 119.8974798, 30.296311 ], [ 119.8975894, 30.2962568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8977253, 30.2961924 ], [ 119.8977935, 30.2962715 ], [ 119.898647, 30.2986003 ], [ 119.8987899, 30.2990459 ], [ 119.899825, 30.3018664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8996777, 30.3018971 ], [ 119.8996421, 30.3017991 ], [ 119.8976592, 30.296332 ], [ 119.8975894, 30.2962568 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "余斗线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9002508, 30.3019946 ], [ 119.9004441, 30.3020136 ], [ 119.9008763, 30.3021613 ], [ 119.901883, 30.3025054 ], [ 119.9081753, 30.3047064 ], [ 119.9088897, 30.3049619 ], [ 119.9129674, 30.3064201 ], [ 119.9154923, 30.3073231 ], [ 119.9190491, 30.3086089 ], [ 119.9192688, 30.308688 ], [ 119.9195232, 30.3087796 ], [ 119.9222892, 30.3097753 ], [ 119.9230992, 30.3100676 ], [ 119.9232443, 30.3101199 ], [ 119.923451, 30.3101945 ], [ 119.9242363, 30.3104778 ], [ 119.9245155, 30.3097197 ], [ 119.9245691, 30.3095923 ], [ 119.9246412, 30.3094308 ], [ 119.9246818, 30.3093399 ], [ 119.9247542, 30.3092172 ], [ 119.92489, 30.3090727 ], [ 119.9250162, 30.3089114 ], [ 119.9253362, 30.3084414 ], [ 119.9254167, 30.3083303 ], [ 119.9255106, 30.3081775 ], [ 119.9256594, 30.3078461 ], [ 119.9256822, 30.3077954 ], [ 119.9260685, 30.3071007 ], [ 119.9262616, 30.3067348 ], [ 119.9264279, 30.3064569 ], [ 119.926562, 30.3062184 ], [ 119.9266304, 30.3060937 ], [ 119.9266867, 30.305991 ], [ 119.9267433, 30.3058878 ], [ 119.9268918, 30.3056425 ], [ 119.9273238, 30.304829 ], [ 119.927592, 30.3043265 ], [ 119.9277449, 30.3040695 ], [ 119.9278387, 30.3038726 ], [ 119.9279271, 30.303642 ], [ 119.9283441, 30.3029392 ], [ 119.9285012, 30.3026314 ], [ 119.9288333, 30.3019451 ], [ 119.9288966, 30.301818 ], [ 119.9289454, 30.3017199 ], [ 119.9290293, 30.3015513 ], [ 119.929263, 30.3010544 ], [ 119.9294212, 30.3007765 ], [ 119.929706, 30.3001375 ], [ 119.9297854, 30.2999711 ], [ 119.9302283, 30.2989854 ], [ 119.9306792, 30.2979859 ], [ 119.9307052, 30.2979209 ], [ 119.9308606, 30.2975228 ], [ 119.9309077, 30.2974079 ], [ 119.9309655, 30.297267 ], [ 119.931154, 30.2968071 ], [ 119.931346, 30.2964402 ], [ 119.9314397, 30.2962568 ], [ 119.9316796, 30.2957064 ], [ 119.9320864, 30.2946412 ], [ 119.9324297, 30.2937872 ], [ 119.9328575, 30.2927221 ], [ 119.9329035, 30.292617 ], [ 119.9329524, 30.2925054 ], [ 119.9330481, 30.2922867 ], [ 119.93327, 30.2917509 ], [ 119.9333686, 30.2914361 ], [ 119.9334953, 30.2909594 ], [ 119.9335489, 30.290725 ], [ 119.9335449, 30.2906579 ], [ 119.9335457, 30.2906147 ], [ 119.9335384, 30.2905267 ], [ 119.9335193, 30.2904583 ], [ 119.9334593, 30.2903098 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "余斗线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9334593, 30.2903098 ], [ 119.9335193, 30.2904583 ], [ 119.9335384, 30.2905267 ], [ 119.9335457, 30.2906147 ], [ 119.9335449, 30.2906579 ], [ 119.9335489, 30.290725 ], [ 119.9334953, 30.2909594 ], [ 119.9333686, 30.2914361 ], [ 119.93327, 30.2917509 ], [ 119.9330481, 30.2922867 ], [ 119.9329524, 30.2925054 ], [ 119.9329035, 30.292617 ], [ 119.9328575, 30.2927221 ], [ 119.9324297, 30.2937872 ], [ 119.9320864, 30.2946412 ], [ 119.9316796, 30.2957064 ], [ 119.9314397, 30.2962568 ], [ 119.931346, 30.2964402 ], [ 119.931154, 30.2968071 ], [ 119.9309655, 30.297267 ], [ 119.9309077, 30.2974079 ], [ 119.9308606, 30.2975228 ], [ 119.9307052, 30.2979209 ], [ 119.9306792, 30.2979859 ], [ 119.9302283, 30.2989854 ], [ 119.9297854, 30.2999711 ], [ 119.929706, 30.3001375 ], [ 119.9294212, 30.3007765 ], [ 119.929263, 30.3010544 ], [ 119.9290293, 30.3015513 ], [ 119.9289454, 30.3017199 ], [ 119.9288966, 30.301818 ], [ 119.9288333, 30.3019451 ], [ 119.9285012, 30.3026314 ], [ 119.9283441, 30.3029392 ], [ 119.9279271, 30.303642 ], [ 119.9278387, 30.3038726 ], [ 119.9277449, 30.3040695 ], [ 119.927592, 30.3043265 ], [ 119.9273238, 30.304829 ], [ 119.9268918, 30.3056425 ], [ 119.9267433, 30.3058878 ], [ 119.9266867, 30.305991 ], [ 119.9266304, 30.3060937 ], [ 119.926562, 30.3062184 ], [ 119.9264279, 30.3064569 ], [ 119.9262616, 30.3067348 ], [ 119.9260685, 30.3071007 ], [ 119.9256822, 30.3077954 ], [ 119.9256594, 30.3078461 ], [ 119.9255106, 30.3081775 ], [ 119.9254167, 30.3083303 ], [ 119.9253362, 30.3084414 ], [ 119.9250162, 30.3089114 ], [ 119.92489, 30.3090727 ], [ 119.9247542, 30.3092172 ], [ 119.9246818, 30.3093399 ], [ 119.9246412, 30.3094308 ], [ 119.9245691, 30.3095923 ], [ 119.9245155, 30.3097197 ], [ 119.9242363, 30.3104778 ], [ 119.923451, 30.3101945 ], [ 119.9232443, 30.3101199 ], [ 119.9230992, 30.3100676 ], [ 119.9222892, 30.3097753 ], [ 119.9195232, 30.3087796 ], [ 119.9192688, 30.308688 ], [ 119.9190491, 30.3086089 ], [ 119.9154923, 30.3073231 ], [ 119.9129674, 30.3064201 ], [ 119.9088897, 30.3049619 ], [ 119.9081753, 30.3047064 ], [ 119.901883, 30.3025054 ], [ 119.9008763, 30.3021613 ], [ 119.9004441, 30.3020136 ], [ 119.9002508, 30.3019946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8996777, 30.3018971 ], [ 119.899825, 30.3018664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.899825, 30.3018664 ], [ 119.8998603, 30.301962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8997126, 30.3019882 ], [ 119.8996777, 30.3018971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8998603, 30.301962 ], [ 119.8997126, 30.3019882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8998603, 30.301962 ], [ 119.9002508, 30.3019946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9002508, 30.3019946 ], [ 119.9000302, 30.301992 ], [ 119.8997126, 30.3019882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.890844, 30.3030814 ], [ 119.8916042, 30.3029803 ], [ 119.8946901, 30.3025698 ], [ 119.8968384, 30.3023265 ], [ 119.8982817, 30.3021232 ], [ 119.8994515, 30.3019378 ], [ 119.8996777, 30.3018971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9117987, 30.2837249 ], [ 119.9087676, 30.2834806 ], [ 119.9083618, 30.2834231 ], [ 119.9080009, 30.2833519 ], [ 119.9076628, 30.2832509 ], [ 119.907377, 30.2831506 ], [ 119.9066724, 30.2827877 ], [ 119.9062176, 30.2824333 ], [ 119.9058064, 30.2819896 ], [ 119.9055831, 30.2817486 ], [ 119.9049944, 30.2805651 ], [ 119.9045114, 30.2791806 ], [ 119.903798, 30.2770435 ], [ 119.9035162, 30.2762956 ], [ 119.9032173, 30.2758132 ], [ 119.9029338, 30.2754371 ], [ 119.9024664, 30.2749373 ], [ 119.9019991, 30.2745809 ], [ 119.9012909, 30.2741799 ], [ 119.9007211, 30.2739297 ], [ 119.89723, 30.2727978 ], [ 119.8945109, 30.2719081 ], [ 119.8868294, 30.2693933 ], [ 119.8862725, 30.2692224 ], [ 119.8847018, 30.2687391 ], [ 119.8836934, 30.2684771 ], [ 119.8821849, 30.2682434 ], [ 119.881538, 30.2681599 ], [ 119.8807132, 30.2681215 ], [ 119.8792758, 30.2681384 ], [ 119.8771715, 30.2682374 ], [ 119.8756281, 30.2682455 ], [ 119.8749028, 30.2681441 ], [ 119.8741775, 30.2680426 ], [ 119.8734162, 30.2678961 ], [ 119.872645, 30.2677243 ], [ 119.8717124, 30.2674744 ], [ 119.8710002, 30.2672429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岗阳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8664338, 30.2784492 ], [ 119.8658517, 30.2780997 ], [ 119.8654203, 30.2778894 ], [ 119.8649009, 30.2777285 ], [ 119.864383, 30.277692 ], [ 119.8640242, 30.277686 ], [ 119.8637318, 30.2777117 ], [ 119.8634851, 30.2777681 ], [ 119.8632171, 30.2778659 ], [ 119.8629491, 30.2780114 ], [ 119.8620645, 30.2785742 ], [ 119.8615387, 30.278869 ], [ 119.861022, 30.279105 ], [ 119.860728, 30.279335 ], [ 119.860087, 30.279975 ], [ 119.8599923, 30.2803264 ], [ 119.859843, 30.28088 ], [ 119.859682, 30.281152 ], [ 119.859545, 30.281258 ], [ 119.8587102, 30.2814624 ], [ 119.857993, 30.281638 ], [ 119.85682, 30.282008 ], [ 119.8564196, 30.2821008 ], [ 119.856177, 30.282157 ], [ 119.8546172, 30.2826237 ], [ 119.8538822, 30.2828436 ], [ 119.852935, 30.283127 ], [ 119.8525497, 30.2832634 ], [ 119.852172, 30.283397 ], [ 119.8507562, 30.283773 ], [ 119.850647, 30.283802 ], [ 119.8493252, 30.2841977 ], [ 119.846338, 30.285092 ], [ 119.845192, 30.285348 ], [ 119.844642, 30.285335 ], [ 119.844088, 30.285183 ], [ 119.842182, 30.284223 ], [ 119.8407269, 30.2835963 ], [ 119.836238, 30.281663 ], [ 119.83594, 30.281467 ], [ 119.835555, 30.28078 ], [ 119.835385, 30.280562 ], [ 119.83492, 30.280195 ], [ 119.8345, 30.280015 ], [ 119.833588, 30.279725 ], [ 119.831732, 30.279557 ], [ 119.831168, 30.279463 ], [ 119.83068, 30.279242 ], [ 119.829685, 30.278658 ], [ 119.828917, 30.278265 ], [ 119.827238, 30.277543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岗阳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.827238, 30.277543 ], [ 119.828917, 30.278265 ], [ 119.829685, 30.278658 ], [ 119.83068, 30.279242 ], [ 119.831168, 30.279463 ], [ 119.831732, 30.279557 ], [ 119.833588, 30.279725 ], [ 119.8345, 30.280015 ], [ 119.83492, 30.280195 ], [ 119.835385, 30.280562 ], [ 119.835555, 30.28078 ], [ 119.83594, 30.281467 ], [ 119.836238, 30.281663 ], [ 119.8407269, 30.2835963 ], [ 119.842182, 30.284223 ], [ 119.844088, 30.285183 ], [ 119.844642, 30.285335 ], [ 119.845192, 30.285348 ], [ 119.846338, 30.285092 ], [ 119.8493252, 30.2841977 ], [ 119.850647, 30.283802 ], [ 119.8507562, 30.283773 ], [ 119.852172, 30.283397 ], [ 119.8525497, 30.2832634 ], [ 119.852935, 30.283127 ], [ 119.8538822, 30.2828436 ], [ 119.8546172, 30.2826237 ], [ 119.856177, 30.282157 ], [ 119.8564196, 30.2821008 ], [ 119.85682, 30.282008 ], [ 119.857993, 30.281638 ], [ 119.8587102, 30.2814624 ], [ 119.859545, 30.281258 ], [ 119.859682, 30.281152 ], [ 119.859843, 30.28088 ], [ 119.8599923, 30.2803264 ], [ 119.860087, 30.279975 ], [ 119.860728, 30.279335 ], [ 119.861022, 30.279105 ], [ 119.8615387, 30.278869 ], [ 119.8620645, 30.2785742 ], [ 119.8629491, 30.2780114 ], [ 119.8632171, 30.2778659 ], [ 119.8634851, 30.2777681 ], [ 119.8637318, 30.2777117 ], [ 119.8640242, 30.277686 ], [ 119.864383, 30.277692 ], [ 119.8649009, 30.2777285 ], [ 119.8654203, 30.2778894 ], [ 119.8658517, 30.2780997 ], [ 119.8664338, 30.2784492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岗阳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8664338, 30.2784492 ], [ 119.8671685, 30.2789437 ], [ 119.8681557, 30.2797823 ], [ 119.8693419, 30.2807725 ], [ 119.8699583, 30.2812042 ], [ 119.8702389, 30.2813291 ], [ 119.87073, 30.281492 ], [ 119.8709721, 30.2815648 ], [ 119.8722047, 30.2823663 ], [ 119.8736391, 30.2832829 ], [ 119.8744969, 30.2838324 ], [ 119.8749935, 30.284226 ], [ 119.8755625, 30.284763 ], [ 119.8759446, 30.2850607 ], [ 119.8764326, 30.285376 ], [ 119.8770456, 30.2857122 ], [ 119.8779449, 30.2864553 ], [ 119.8799003, 30.2881188 ], [ 119.8804237, 30.2885386 ], [ 119.8807116, 30.2886403 ], [ 119.8809995, 30.2886782 ], [ 119.8815679, 30.2887008 ], [ 119.8817813, 30.2887641 ], [ 119.8819371, 30.2888345 ], [ 119.8822064, 30.2890382 ], [ 119.882381, 30.2892073 ], [ 119.8828367, 30.2901593 ], [ 119.8835031, 30.290654 ], [ 119.8844208, 30.291241 ], [ 119.8851964, 30.2917704 ], [ 119.885979, 30.2923321 ], [ 119.8861968, 30.2924684 ], [ 119.8865917, 30.2926438 ], [ 119.8874141, 30.2929504 ], [ 119.8884306, 30.2933659 ], [ 119.8889378, 30.2935902 ], [ 119.889398, 30.2940075 ], [ 119.8894569, 30.2940621 ], [ 119.8897269, 30.2942414 ], [ 119.8900961, 30.2943835 ], [ 119.8902874, 30.2944917 ], [ 119.8903861, 30.2946355 ], [ 119.8907845, 30.2952758 ], [ 119.8912344, 30.2960379 ], [ 119.8914125, 30.2963108 ], [ 119.891501, 30.2964467 ], [ 119.891617, 30.2967211 ], [ 119.8916309, 30.2972046 ], [ 119.8915919, 30.2979342 ], [ 119.8916022, 30.2981798 ], [ 119.8916532, 30.2983245 ], [ 119.8917472, 30.2984328 ], [ 119.8920094, 30.2985615 ], [ 119.8923911, 30.2986666 ], [ 119.8928808, 30.2987621 ], [ 119.8928827, 30.2988691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "岗阳街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8928827, 30.2988691 ], [ 119.8928808, 30.2987621 ], [ 119.8923911, 30.2986666 ], [ 119.8920094, 30.2985615 ], [ 119.8917472, 30.2984328 ], [ 119.8916532, 30.2983245 ], [ 119.8916022, 30.2981798 ], [ 119.8915919, 30.2979342 ], [ 119.8916309, 30.2972046 ], [ 119.891617, 30.2967211 ], [ 119.891501, 30.2964467 ], [ 119.8914125, 30.2963108 ], [ 119.8912344, 30.2960379 ], [ 119.8907845, 30.2952758 ], [ 119.8903861, 30.2946355 ], [ 119.8902874, 30.2944917 ], [ 119.8900961, 30.2943835 ], [ 119.8897269, 30.2942414 ], [ 119.8894569, 30.2940621 ], [ 119.889398, 30.2940075 ], [ 119.8889378, 30.2935902 ], [ 119.8884306, 30.2933659 ], [ 119.8874141, 30.2929504 ], [ 119.8865917, 30.2926438 ], [ 119.8861968, 30.2924684 ], [ 119.885979, 30.2923321 ], [ 119.8851964, 30.2917704 ], [ 119.8844208, 30.291241 ], [ 119.8835031, 30.290654 ], [ 119.8828367, 30.2901593 ], [ 119.882381, 30.2892073 ], [ 119.8822064, 30.2890382 ], [ 119.8819371, 30.2888345 ], [ 119.8817813, 30.2887641 ], [ 119.8815679, 30.2887008 ], [ 119.8809995, 30.2886782 ], [ 119.8807116, 30.2886403 ], [ 119.8804237, 30.2885386 ], [ 119.8799003, 30.2881188 ], [ 119.8779449, 30.2864553 ], [ 119.8770456, 30.2857122 ], [ 119.8764326, 30.285376 ], [ 119.8759446, 30.2850607 ], [ 119.8755625, 30.284763 ], [ 119.8749935, 30.284226 ], [ 119.8744969, 30.2838324 ], [ 119.8736391, 30.2832829 ], [ 119.8722047, 30.2823663 ], [ 119.8709721, 30.2815648 ], [ 119.87073, 30.281492 ], [ 119.8702389, 30.2813291 ], [ 119.8699583, 30.2812042 ], [ 119.8693419, 30.2807725 ], [ 119.8681557, 30.2797823 ], [ 119.8671685, 30.2789437 ], [ 119.8664338, 30.2784492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8928827, 30.2988691 ], [ 119.8927548, 30.2989931 ], [ 119.8925685, 30.2991738 ], [ 119.891823, 30.2998968 ], [ 119.8913987, 30.3005329 ], [ 119.8911687, 30.3011778 ], [ 119.8909619, 30.3022433 ], [ 119.8909136, 30.3025864 ], [ 119.8908977, 30.3026999 ], [ 119.890844, 30.3030814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.890844, 30.3030814 ], [ 119.8908977, 30.3026999 ], [ 119.8909136, 30.3025864 ], [ 119.8909619, 30.3022433 ], [ 119.8911687, 30.3011778 ], [ 119.8913987, 30.3005329 ], [ 119.891823, 30.2998968 ], [ 119.8925685, 30.2991738 ], [ 119.8927548, 30.2989931 ], [ 119.8928827, 30.2988691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.890844, 30.3030814 ], [ 119.8908273, 30.3031694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8908273, 30.3031694 ], [ 119.890844, 30.3030814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8870543, 30.3363602 ], [ 119.8875976, 30.3354632 ], [ 119.8876829, 30.3352845 ], [ 119.8877451, 30.3350627 ], [ 119.8877799, 30.3348405 ], [ 119.8877934, 30.3346136 ], [ 119.8877719, 30.3343751 ], [ 119.887729, 30.3341807 ], [ 119.8876644, 30.333886 ], [ 119.8876324, 30.3336899 ], [ 119.8876271, 30.3335163 ], [ 119.8876271, 30.333338 ], [ 119.8876485, 30.3331204 ], [ 119.8876868, 30.3328861 ], [ 119.8877344, 30.332713 ], [ 119.8878014, 30.3325301 ], [ 119.8878792, 30.3323703 ], [ 119.8880165, 30.3321742 ], [ 119.8881957, 30.3319513 ], [ 119.8885663, 30.3315332 ], [ 119.8887102, 30.3313707 ], [ 119.8888119, 30.3312389 ], [ 119.8889077, 30.3311636 ], [ 119.8890964, 30.3309656 ], [ 119.8892826, 30.3308316 ], [ 119.8894283, 30.3306397 ], [ 119.889493, 30.3304869 ], [ 119.8895165, 30.3303342 ], [ 119.8894997, 30.3298084 ], [ 119.8895066, 30.3295607 ], [ 119.8896934, 30.3290168 ], [ 119.8904488, 30.3267865 ], [ 119.8907009, 30.3260454 ], [ 119.8908102, 30.3256872 ], [ 119.8908967, 30.3253347 ], [ 119.8910308, 30.3247211 ], [ 119.8911653, 30.3239368 ], [ 119.8913983, 30.3227123 ], [ 119.8914408, 30.3223232 ], [ 119.8914626, 30.3221234 ], [ 119.8914599, 30.3219011 ], [ 119.8914358, 30.3216661 ], [ 119.8911829, 30.3206645 ], [ 119.8911354, 30.3204564 ], [ 119.8911059, 30.3202295 ], [ 119.8909929, 30.3189145 ], [ 119.8909825, 30.3186805 ], [ 119.8909906, 30.3184027 ], [ 119.8910227, 30.318023 ], [ 119.8910853, 30.3175579 ], [ 119.8912066, 30.3164355 ], [ 119.8912632, 30.3159123 ], [ 119.8912893, 30.3156895 ], [ 119.8913185, 30.3154398 ], [ 119.8913498, 30.3151724 ], [ 119.8913724, 30.3149803 ], [ 119.891388, 30.3148468 ], [ 119.8913884, 30.3147633 ], [ 119.8913902, 30.3144248 ], [ 119.8913446, 30.3141724 ], [ 119.8912641, 30.3138644 ], [ 119.8910397, 30.3130285 ], [ 119.8909833, 30.3128369 ], [ 119.8909234, 30.3126337 ], [ 119.8905941, 30.3113324 ], [ 119.890521, 30.3110435 ], [ 119.890476, 30.3108655 ], [ 119.8903844, 30.3104977 ], [ 119.890328, 30.3100855 ], [ 119.8902932, 30.309759 ], [ 119.8902829, 30.3091245 ], [ 119.8902714, 30.308902 ], [ 119.8902637, 30.308767 ], [ 119.8902717, 30.3082585 ], [ 119.890288, 30.3073161 ], [ 119.8903026, 30.3061514 ], [ 119.8903083, 30.3059654 ], [ 119.8903585, 30.3056661 ], [ 119.8903826, 30.3055222 ], [ 119.8905962, 30.3042485 ], [ 119.8908273, 30.3031694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9074707, 30.2665915 ], [ 119.9081037, 30.266573 ], [ 119.9083612, 30.2666378 ], [ 119.9090801, 30.2670826 ], [ 119.9097989, 30.2674255 ], [ 119.9102897, 30.2679722 ], [ 119.910456, 30.2680834 ], [ 119.9109249, 30.2684433 ], [ 119.9117145, 30.2684869 ], [ 119.9119934, 30.2684128 ], [ 119.9126908, 30.2681255 ], [ 119.9129429, 30.2680607 ], [ 119.9134311, 30.2680792 ], [ 119.9156144, 30.2680051 ], [ 119.9157193, 30.2680146 ], [ 119.9162367, 30.2680699 ], [ 119.9171647, 30.2682784 ], [ 119.9177065, 30.2684406 ], [ 119.9183717, 30.2687139 ], [ 119.9192032, 30.2690707 ], [ 119.9202815, 30.2694599 ], [ 119.9208133, 30.2696449 ], [ 119.9256491, 30.2714285 ], [ 119.9257488, 30.2715291 ], [ 119.925777, 30.27164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9244787, 30.2750704 ], [ 119.9240069, 30.2748961 ], [ 119.9234337, 30.2746701 ], [ 119.9226311, 30.2743673 ], [ 119.9220276, 30.2741774 ], [ 119.9217272, 30.2739643 ], [ 119.9207267, 30.2730678 ], [ 119.9200213, 30.2724817 ], [ 119.9196726, 30.2722617 ], [ 119.9192649, 30.2720787 ], [ 119.9185809, 30.2718239 ], [ 119.9177468, 30.271576 ], [ 119.9173227, 30.2714621 ], [ 119.9168214, 30.2713533 ], [ 119.9162984, 30.2712702 ], [ 119.9151584, 30.2711891 ], [ 119.9134392, 30.2711081 ], [ 119.9122241, 30.2710733 ], [ 119.9114087, 30.2710733 ], [ 119.9104887, 30.2709876 ], [ 119.9091128, 30.2709668 ], [ 119.9086112, 30.2709227 ], [ 119.9080265, 30.270888 ], [ 119.9073693, 30.2704757 ], [ 119.9070635, 30.2700193 ], [ 119.9069643, 30.2695143 ], [ 119.9070045, 30.2691668 ], [ 119.9071118, 30.2685367 ], [ 119.9071547, 30.268363 ], [ 119.9068651, 30.2675499 ], [ 119.9070153, 30.266929 ], [ 119.9071306, 30.2668155 ], [ 119.9072245, 30.2667645 ], [ 119.9072758, 30.2667762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9072758, 30.2667762 ], [ 119.9072245, 30.2667645 ], [ 119.9071306, 30.2668155 ], [ 119.9070153, 30.266929 ], [ 119.9068651, 30.2675499 ], [ 119.9071547, 30.268363 ], [ 119.9071118, 30.2685367 ], [ 119.9070045, 30.2691668 ], [ 119.9069643, 30.2695143 ], [ 119.9070635, 30.2700193 ], [ 119.9073693, 30.2704757 ], [ 119.9080265, 30.270888 ], [ 119.9086112, 30.2709227 ], [ 119.9091128, 30.2709668 ], [ 119.9104887, 30.2709876 ], [ 119.9114087, 30.2710733 ], [ 119.9122241, 30.2710733 ], [ 119.9134392, 30.2711081 ], [ 119.9151584, 30.2711891 ], [ 119.9162984, 30.2712702 ], [ 119.9168214, 30.2713533 ], [ 119.9173227, 30.2714621 ], [ 119.9177468, 30.271576 ], [ 119.9185809, 30.2718239 ], [ 119.9192649, 30.2720787 ], [ 119.9196726, 30.2722617 ], [ 119.9200213, 30.2724817 ], [ 119.9207267, 30.2730678 ], [ 119.9217272, 30.2739643 ], [ 119.9220276, 30.2741774 ], [ 119.9226311, 30.2743673 ], [ 119.9234337, 30.2746701 ], [ 119.9240069, 30.2748961 ], [ 119.9244787, 30.2750704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.925554, 30.2752542 ], [ 119.9244088, 30.2748676 ], [ 119.9230671, 30.2743581 ], [ 119.9223369, 30.2741128 ], [ 119.922184, 30.274045 ], [ 119.9220227, 30.2739682 ], [ 119.9218731, 30.2738709 ], [ 119.9216675, 30.2736941 ], [ 119.9210712, 30.2731526 ], [ 119.92049, 30.2726499 ], [ 119.9201418, 30.2723783 ], [ 119.9198735, 30.2722015 ], [ 119.919606, 30.2720364 ], [ 119.9192963, 30.2719078 ], [ 119.9185358, 30.2716357 ], [ 119.91743, 30.2713173 ], [ 119.9169595, 30.2712056 ], [ 119.9162652, 30.2710992 ], [ 119.9122198, 30.2708882 ], [ 119.9120677, 30.2708849 ], [ 119.9095918, 30.2708128 ], [ 119.908479, 30.2707587 ], [ 119.9080269, 30.2706746 ], [ 119.9077696, 30.2705245 ], [ 119.9075749, 30.2703743 ], [ 119.9073314, 30.270098 ], [ 119.9072341, 30.2698818 ], [ 119.9071715, 30.2696415 ], [ 119.9071784, 30.2691429 ], [ 119.9073036, 30.2684041 ], [ 119.9072549, 30.2682719 ], [ 119.9070393, 30.2675692 ], [ 119.9070393, 30.2673469 ], [ 119.9071437, 30.2670165 ], [ 119.9072758, 30.2667762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9072758, 30.2667762 ], [ 119.9071437, 30.2670165 ], [ 119.9070393, 30.2673469 ], [ 119.9070393, 30.2675692 ], [ 119.9072549, 30.2682719 ], [ 119.9073036, 30.2684041 ], [ 119.9071784, 30.2691429 ], [ 119.9071715, 30.2696415 ], [ 119.9072341, 30.2698818 ], [ 119.9073314, 30.270098 ], [ 119.9075749, 30.2703743 ], [ 119.9077696, 30.2705245 ], [ 119.9080269, 30.2706746 ], [ 119.908479, 30.2707587 ], [ 119.9095918, 30.2708128 ], [ 119.9120677, 30.2708849 ], [ 119.9122198, 30.2708882 ], [ 119.9162652, 30.2710992 ], [ 119.9169595, 30.2712056 ], [ 119.91743, 30.2713173 ], [ 119.9185358, 30.2716357 ], [ 119.9192963, 30.2719078 ], [ 119.919606, 30.2720364 ], [ 119.9198735, 30.2722015 ], [ 119.9201418, 30.2723783 ], [ 119.92049, 30.2726499 ], [ 119.9210712, 30.2731526 ], [ 119.9216675, 30.2736941 ], [ 119.9218731, 30.2738709 ], [ 119.9220227, 30.2739682 ], [ 119.922184, 30.274045 ], [ 119.9223369, 30.2741128 ], [ 119.9230671, 30.2743581 ], [ 119.9244088, 30.2748676 ], [ 119.925554, 30.2752542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9135107, 30.2837795 ], [ 119.9135202, 30.2818916 ], [ 119.9135262, 30.2808648 ], [ 119.9135441, 30.2804985 ], [ 119.913562, 30.2796472 ], [ 119.9136882, 30.2791632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9136882, 30.2791632 ], [ 119.913562, 30.2796472 ], [ 119.9135441, 30.2804985 ], [ 119.9135262, 30.2808648 ], [ 119.9135202, 30.2818916 ], [ 119.9135107, 30.2837795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9167346, 30.2841708 ], [ 119.9168204, 30.2840949 ], [ 119.9174552, 30.2834997 ], [ 119.9180284, 30.2830559 ], [ 119.9191856, 30.2825 ], [ 119.9201403, 30.2820722 ], [ 119.920414, 30.2819212 ], [ 119.920497, 30.281872 ], [ 119.920788, 30.281657 ], [ 119.9210261, 30.2814461 ], [ 119.9212448, 30.2812038 ], [ 119.9217574, 30.2805406 ], [ 119.9219026, 30.2803208 ], [ 119.9220531, 30.280103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9220531, 30.280103 ], [ 119.9219026, 30.2803208 ], [ 119.9217574, 30.2805406 ], [ 119.9212448, 30.2812038 ], [ 119.9210261, 30.2814461 ], [ 119.920788, 30.281657 ], [ 119.920497, 30.281872 ], [ 119.920414, 30.2819212 ], [ 119.9201403, 30.2820722 ], [ 119.9191856, 30.2825 ], [ 119.9180284, 30.2830559 ], [ 119.9174552, 30.2834997 ], [ 119.9168204, 30.2840949 ], [ 119.9167346, 30.2841708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨梅岭" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9108257, 30.2813189 ], [ 119.9109564, 30.2812636 ], [ 119.9113873, 30.2810815 ], [ 119.9116741, 30.2810867 ], [ 119.9118234, 30.2812054 ], [ 119.9117618, 30.2836312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9646934, 30.2756276 ], [ 119.9646991, 30.2755537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "钱学森路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9646991, 30.2755537 ], [ 119.9648822, 30.2756384 ], [ 119.9646934, 30.2756276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570958, 30.2789429 ], [ 119.9571201, 30.2783157 ], [ 119.957127, 30.2780416 ], [ 119.9571553, 30.2774001 ], [ 119.9571651, 30.2772138 ], [ 119.9574148, 30.2740856 ], [ 119.9574389, 30.2738429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9575681, 30.2738636 ], [ 119.9572966, 30.2774485 ], [ 119.9572755, 30.2781192 ], [ 119.9572536, 30.2790631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9611275, 30.2747306 ], [ 119.9610114, 30.2767499 ], [ 119.9609297, 30.2782391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智溢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9609297, 30.2782391 ], [ 119.9610114, 30.2767499 ], [ 119.9611275, 30.2747306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泽街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9490776, 30.2778162 ], [ 119.9492857, 30.2777916 ], [ 119.9496597, 30.2777364 ], [ 119.9501173, 30.2775747 ], [ 119.9507719, 30.2774252 ], [ 119.9512634, 30.2773925 ], [ 119.9514879, 30.2773937 ], [ 119.9517084, 30.277387 ], [ 119.9521185, 30.2774213 ], [ 119.9526484, 30.2775256 ], [ 119.9548416, 30.2782438 ], [ 119.9570958, 30.2789429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泽街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570958, 30.2789429 ], [ 119.9548416, 30.2782438 ], [ 119.9526484, 30.2775256 ], [ 119.9521185, 30.2774213 ], [ 119.9517084, 30.277387 ], [ 119.9514879, 30.2773937 ], [ 119.9512634, 30.2773925 ], [ 119.9507719, 30.2774252 ], [ 119.9501173, 30.2775747 ], [ 119.9496597, 30.2777364 ], [ 119.9492857, 30.2777916 ], [ 119.9490776, 30.2778162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9642523, 30.2813965 ], [ 119.9643211, 30.280541 ], [ 119.964359, 30.2799972 ], [ 119.9645161, 30.2779462 ], [ 119.9646934, 30.2756276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9646934, 30.2756276 ], [ 119.9645161, 30.2779462 ], [ 119.964359, 30.2799972 ], [ 119.9643211, 30.280541 ], [ 119.9642523, 30.2813965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9449957, 30.2780392 ], [ 119.9449453, 30.2779128 ], [ 119.9449681, 30.2747751 ], [ 119.9450043, 30.2731604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9450956, 30.2731609 ], [ 119.945088, 30.27413 ], [ 119.9450777, 30.2751142 ], [ 119.9450627, 30.2765469 ], [ 119.9450673, 30.277909 ], [ 119.9449957, 30.2780392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9489651, 30.2778257 ], [ 119.9490776, 30.2778162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9490776, 30.2778162 ], [ 119.9489651, 30.2778257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9449957, 30.2780392 ], [ 119.9449487, 30.2780889 ], [ 119.9446901, 30.2782599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "狮山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9446901, 30.2782599 ], [ 119.9449487, 30.2780889 ], [ 119.9449957, 30.2780392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9355995, 30.2835619 ], [ 119.9357019, 30.283401 ], [ 119.9358219, 30.2829246 ], [ 119.9359521, 30.2825082 ], [ 119.9360195, 30.2822515 ], [ 119.9360886, 30.2819762 ], [ 119.9362104, 30.2815497 ], [ 119.9362574, 30.2813907 ], [ 119.9363589, 30.2810161 ], [ 119.9373416, 30.2771044 ], [ 119.937393, 30.2769006 ], [ 119.9374351, 30.2767455 ], [ 119.9374524, 30.2766818 ], [ 119.9375348, 30.2763629 ], [ 119.9375701, 30.2762322 ], [ 119.9379498, 30.274749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9380043, 30.2747655 ], [ 119.9379975, 30.2748167 ], [ 119.9379057, 30.2751668 ], [ 119.9375993, 30.2763763 ], [ 119.9375423, 30.2766248 ], [ 119.9375255, 30.2766978 ], [ 119.9374665, 30.2769195 ], [ 119.9374071, 30.2771147 ], [ 119.9364223, 30.2810323 ], [ 119.935808, 30.2834245 ], [ 119.9357595, 30.2836135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9490776, 30.2778162 ], [ 119.9491958, 30.2791787 ], [ 119.949245, 30.2798051 ], [ 119.9493682, 30.281456 ], [ 119.9493656, 30.2815645 ], [ 119.9493437, 30.2828155 ], [ 119.9493423, 30.2828966 ], [ 119.9493338, 30.283385 ], [ 119.9493417, 30.2852145 ], [ 119.9493848, 30.2857036 ], [ 119.9494516, 30.2862133 ], [ 119.9493354, 30.2862247 ], [ 119.9492583, 30.2856824 ], [ 119.9492137, 30.2851758 ], [ 119.94923, 30.2839488 ], [ 119.9492351, 30.2828842 ], [ 119.9492355, 30.282803 ], [ 119.9492393, 30.2820198 ], [ 119.9492393, 30.2814947 ], [ 119.9491921, 30.2806269 ], [ 119.9491441, 30.2799942 ], [ 119.9490547, 30.2788857 ], [ 119.9489651, 30.2778257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9355995, 30.2835619 ], [ 119.9357595, 30.2836135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9277355, 30.2761871 ], [ 119.9274946, 30.2760847 ], [ 119.9263146, 30.2756384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9263146, 30.2756384 ], [ 119.9274946, 30.2760847 ], [ 119.9277355, 30.2761871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "彭风线", "彭凤线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9220531, 30.280103 ], [ 119.9229994, 30.2788687 ], [ 119.923273, 30.2784456 ], [ 119.923377, 30.278272 ], [ 119.9234352, 30.2781489 ], [ 119.9241597, 30.2766149 ], [ 119.9242595, 30.2763218 ], [ 119.9242787, 30.2761676 ], [ 119.9244483, 30.275263 ], [ 119.9244787, 30.2750704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "彭风线", "彭凤线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9244787, 30.2750704 ], [ 119.9244483, 30.275263 ], [ 119.9242787, 30.2761676 ], [ 119.9242595, 30.2763218 ], [ 119.9241597, 30.2766149 ], [ 119.9234352, 30.2781489 ], [ 119.923377, 30.278272 ], [ 119.923273, 30.2784456 ], [ 119.9229994, 30.2788687 ], [ 119.9220531, 30.280103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9220531, 30.280103 ], [ 119.9224595, 30.2801279 ], [ 119.9235626, 30.280376 ], [ 119.9246034, 30.2805866 ], [ 119.9260954, 30.2808921 ], [ 119.9263245, 30.2809609 ], [ 119.9269478, 30.2811448 ], [ 119.9281458, 30.281483 ], [ 119.9290686, 30.281737 ], [ 119.9300376, 30.2820155 ], [ 119.930497, 30.282143 ], [ 119.9310119, 30.2822952 ], [ 119.9319185, 30.2825562 ], [ 119.9327845, 30.282782 ], [ 119.9337968, 30.2830629 ], [ 119.9349202, 30.2833683 ], [ 119.9354493, 30.2835177 ], [ 119.9355995, 30.2835619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9355615, 30.2836912 ], [ 119.93531, 30.2836046 ], [ 119.9344889, 30.2833845 ], [ 119.9328302, 30.2829067 ], [ 119.9306189, 30.2822776 ], [ 119.9304997, 30.2822374 ], [ 119.929177, 30.2818797 ], [ 119.9262856, 30.2810745 ], [ 119.9245286, 30.2806799 ], [ 119.9244032, 30.2806535 ], [ 119.9223862, 30.2802296 ], [ 119.9220531, 30.280103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9343205, 30.2883854 ], [ 119.9343675, 30.2881516 ], [ 119.9345074, 30.2875474 ], [ 119.9348255, 30.2863463 ], [ 119.9349153, 30.285993 ], [ 119.9350009, 30.2859059 ], [ 119.9350239, 30.2857994 ], [ 119.9351314, 30.285369 ], [ 119.9353075, 30.2847291 ], [ 119.9353312, 30.2846124 ], [ 119.9354199, 30.2842755 ], [ 119.9355233, 30.283821 ], [ 119.9355615, 30.2836912 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9167346, 30.2841708 ], [ 119.9168793, 30.2841929 ], [ 119.918819, 30.2845542 ], [ 119.9199659, 30.2848036 ], [ 119.9204854, 30.2849265 ], [ 119.9226853, 30.2854702 ], [ 119.9227604, 30.2854888 ], [ 119.9233369, 30.2856309 ], [ 119.9259162, 30.2862725 ], [ 119.9283139, 30.2868983 ], [ 119.9287063, 30.28696 ], [ 119.9298577, 30.2872259 ], [ 119.9315036, 30.2876375 ], [ 119.9317979, 30.2877093 ], [ 119.9327471, 30.2879462 ], [ 119.9341415, 30.2883223 ], [ 119.9343205, 30.2883854 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9342756, 30.288503 ], [ 119.9341022, 30.2884992 ], [ 119.9326559, 30.2882328 ], [ 119.9314395, 30.2879029 ], [ 119.931247, 30.2878545 ], [ 119.9297283, 30.2874706 ], [ 119.9285697, 30.2871117 ], [ 119.9281721, 30.2869562 ], [ 119.9274296, 30.2867861 ], [ 119.9258565, 30.2863973 ], [ 119.9232733, 30.2857403 ], [ 119.9228036, 30.2856008 ], [ 119.9227146, 30.2855743 ], [ 119.9204684, 30.2850227 ], [ 119.9199123, 30.284884 ], [ 119.9189446, 30.2846759 ], [ 119.9168679, 30.2842918 ], [ 119.916635, 30.2842581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9343205, 30.2883854 ], [ 119.9346181, 30.288481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泽街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9572536, 30.2790631 ], [ 119.9570958, 30.2789429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泽街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570958, 30.2789429 ], [ 119.9572536, 30.2790631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泽街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9642523, 30.2813965 ], [ 119.9635018, 30.2811494 ], [ 119.9609827, 30.2803239 ], [ 119.9598824, 30.2799519 ], [ 119.9572536, 30.2790631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留泽街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9572536, 30.2790631 ], [ 119.9598824, 30.2799519 ], [ 119.9609827, 30.2803239 ], [ 119.9635018, 30.2811494 ], [ 119.9642523, 30.2813965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9569591, 30.2840127 ], [ 119.9569685, 30.2836304 ], [ 119.9570022, 30.282489 ], [ 119.957009, 30.2821874 ], [ 119.9570443, 30.2806205 ], [ 119.9570525, 30.2804541 ], [ 119.9570646, 30.2800319 ], [ 119.9570958, 30.2789429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9572536, 30.2790631 ], [ 119.957227, 30.2797305 ], [ 119.957217, 30.2799806 ], [ 119.9571956, 30.2804655 ], [ 119.9571398, 30.28221 ], [ 119.957118, 30.2828406 ], [ 119.9570952, 30.2840244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9642523, 30.2813965 ], [ 119.9641429, 30.2829827 ], [ 119.9640285, 30.2846423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9640285, 30.2846423 ], [ 119.9641429, 30.2829827 ], [ 119.9642523, 30.2813965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9642523, 30.2813965 ], [ 119.9671237, 30.2823422 ], [ 119.9673284, 30.2824217 ], [ 119.9674819, 30.2825896 ], [ 119.967533, 30.2827663 ], [ 119.9674796, 30.2850487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9674796, 30.2850487 ], [ 119.967533, 30.2827663 ], [ 119.9674819, 30.2825896 ], [ 119.9673284, 30.2824217 ], [ 119.9671237, 30.2823422 ], [ 119.9642523, 30.2813965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9569591, 30.2840127 ], [ 119.9570952, 30.2840244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570952, 30.2840244 ], [ 119.9569591, 30.2840127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9640285, 30.2846423 ], [ 119.9621415, 30.2844741 ], [ 119.9608505, 30.2843591 ], [ 119.9579166, 30.2840976 ], [ 119.9570952, 30.2840244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570952, 30.2840244 ], [ 119.9579166, 30.2840976 ], [ 119.9608505, 30.2843591 ], [ 119.9621415, 30.2844741 ], [ 119.9640285, 30.2846423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9674796, 30.2850487 ], [ 119.9640285, 30.2846423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仓兴街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9640285, 30.2846423 ], [ 119.9674796, 30.2850487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9568994, 30.2863228 ], [ 119.9569591, 30.2840127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570952, 30.2840244 ], [ 119.9570826, 30.2846763 ], [ 119.9570712, 30.2863674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9638033, 30.2877438 ], [ 119.9640285, 30.2846423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "数云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9640285, 30.2846423 ], [ 119.9638033, 30.2877438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9355615, 30.2836912 ], [ 119.9355995, 30.2835619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9357595, 30.2836135 ], [ 119.9357282, 30.2837379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9357282, 30.2837379 ], [ 119.9355615, 30.2836912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9357595, 30.2836135 ], [ 119.936293, 30.2837791 ], [ 119.9375953, 30.284136 ], [ 119.9387512, 30.2844613 ], [ 119.9396226, 30.2847047 ], [ 119.9399356, 30.2848042 ], [ 119.9402189, 30.2849048 ], [ 119.9405427, 30.2850464 ], [ 119.940971, 30.2852465 ], [ 119.9412963, 30.2853928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9412674, 30.2854919 ], [ 119.9407745, 30.2852733 ], [ 119.9401906, 30.2850176 ], [ 119.939839, 30.2848923 ], [ 119.9394898, 30.2847853 ], [ 119.9389519, 30.2846355 ], [ 119.9381485, 30.2844124 ], [ 119.9372082, 30.2841415 ], [ 119.9367551, 30.2840172 ], [ 119.9359341, 30.283792 ], [ 119.9357282, 30.2837379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9357282, 30.2837379 ], [ 119.9357019, 30.2838429 ], [ 119.9355017, 30.2846292 ], [ 119.9351866, 30.2858666 ], [ 119.9351542, 30.2859626 ], [ 119.9351585, 30.2861211 ], [ 119.9351478, 30.2863017 ], [ 119.9349117, 30.2871518 ], [ 119.9347615, 30.2879369 ], [ 119.9346181, 30.288481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "西险大塘", "苕溪南路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9277355, 30.2761871 ], [ 119.9283703, 30.2764572 ], [ 119.9288327, 30.2766147 ], [ 119.9295621, 30.2768846 ], [ 119.9301559, 30.2771091 ], [ 119.9309689, 30.2774639 ], [ 119.9314052, 30.2776158 ], [ 119.9320239, 30.2777958 ], [ 119.9329093, 30.2779843 ], [ 119.9338601, 30.2781388 ], [ 119.934375, 30.2782738 ], [ 119.9353453, 30.2786169 ], [ 119.9357035, 30.2788025 ], [ 119.9363483, 30.2790106 ], [ 119.937247, 30.2792974 ], [ 119.9377159, 30.2794774 ], [ 119.9392334, 30.2798823 ], [ 119.9402038, 30.2802648 ], [ 119.940829, 30.2805291 ], [ 119.9409783, 30.2805494 ], [ 119.9411022, 30.2805477 ], [ 119.941286, 30.2805134 ], [ 119.9416459, 30.2804668 ], [ 119.9419814, 30.2804823 ], [ 119.942443, 30.280603 ], [ 119.9427751, 30.2806626 ], [ 119.9437092, 30.2808201 ], [ 119.9439694, 30.2808822 ], [ 119.9442313, 30.2809925 ], [ 119.9446604, 30.2812478 ], [ 119.9448893, 30.2812983 ], [ 119.9449438, 30.2813103 ], [ 119.9450355, 30.281351 ], [ 119.9451457, 30.2814271 ], [ 119.9452806, 30.2815204 ], [ 119.94538, 30.2818703 ], [ 119.9453979, 30.2820595 ], [ 119.9454141, 30.2821898 ], [ 119.9454452, 30.2822782 ], [ 119.9455176, 30.2823966 ], [ 119.9456409, 30.2824751 ], [ 119.9460121, 30.2826773 ], [ 119.94618, 30.2828236 ], [ 119.9466283, 30.283264 ], [ 119.9469621, 30.2835779 ], [ 119.9471001, 30.2836655 ], [ 119.9472542, 30.2836814 ], [ 119.9473904, 30.2836665 ], [ 119.9476171, 30.2836467 ], [ 119.9478735, 30.2836421 ], [ 119.9480628, 30.2836634 ], [ 119.9481803, 30.2837551 ], [ 119.9482711, 30.2838819 ], [ 119.9482918, 30.2840821 ], [ 119.9482398, 30.284403 ], [ 119.9482116, 30.2846261 ], [ 119.948223, 30.2848342 ], [ 119.9483061, 30.2850468 ], [ 119.948392, 30.2852567 ], [ 119.9484067, 30.2855383 ], [ 119.9483706, 30.2859785 ], [ 119.948344, 30.2864195 ], [ 119.9483297, 30.2870948 ], [ 119.9483429, 30.2874389 ], [ 119.948373, 30.2876931 ], [ 119.9484115, 30.287886 ], [ 119.9484903, 30.2880383 ], [ 119.9485674, 30.2881722 ], [ 119.94869, 30.2882735 ], [ 119.9488441, 30.2883514 ], [ 119.9490628, 30.2884227 ], [ 119.9492998, 30.2885132 ], [ 119.9494792, 30.2886769 ], [ 119.9496014, 30.2888406 ], [ 119.9496585, 30.2889799 ], [ 119.9496801, 30.2891671 ], [ 119.9496594, 30.2894741 ], [ 119.9496546, 30.2895459 ], [ 119.9495864, 30.2899346 ], [ 119.949577, 30.2902657 ], [ 119.9495744, 30.2904953 ], [ 119.9495193, 30.2906435 ], [ 119.9493557, 30.2907804 ], [ 119.9492257, 30.2908941 ], [ 119.9491186, 30.2910225 ], [ 119.9490816, 30.291182 ], [ 119.9490873, 30.2913955 ], [ 119.9490925, 30.2915634 ], [ 119.948983, 30.2918178 ], [ 119.9488182, 30.2921273 ], [ 119.9487693, 30.2922394 ], [ 119.9487474, 30.292363 ], [ 119.9487306, 30.292611 ], [ 119.9487206, 30.2928642 ], [ 119.9487218, 30.2931099 ], [ 119.9487566, 30.2934514 ], [ 119.9489776, 30.2945189 ], [ 119.9490032, 30.2947107 ], [ 119.9490134, 30.2948757 ], [ 119.9490081, 30.2949792 ], [ 119.948995, 30.2950756 ], [ 119.948937, 30.2952902 ], [ 119.9488684, 30.2954338 ], [ 119.9487541, 30.2956663 ], [ 119.9486212, 30.2958646 ], [ 119.9485844, 30.2959037 ], [ 119.9485186, 30.2959734 ], [ 119.9484297, 30.2960629 ], [ 119.9483033, 30.2963625 ], [ 119.9482523, 30.2965599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "苕溪南路", "西险大塘" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9482523, 30.2965599 ], [ 119.9483033, 30.2963625 ], [ 119.9484297, 30.2960629 ], [ 119.9485186, 30.2959734 ], [ 119.9485844, 30.2959037 ], [ 119.9486212, 30.2958646 ], [ 119.9487541, 30.2956663 ], [ 119.9488684, 30.2954338 ], [ 119.948937, 30.2952902 ], [ 119.948995, 30.2950756 ], [ 119.9490081, 30.2949792 ], [ 119.9490134, 30.2948757 ], [ 119.9490032, 30.2947107 ], [ 119.9489776, 30.2945189 ], [ 119.9487566, 30.2934514 ], [ 119.9487218, 30.2931099 ], [ 119.9487206, 30.2928642 ], [ 119.9487306, 30.292611 ], [ 119.9487474, 30.292363 ], [ 119.9487693, 30.2922394 ], [ 119.9488182, 30.2921273 ], [ 119.948983, 30.2918178 ], [ 119.9490925, 30.2915634 ], [ 119.9490873, 30.2913955 ], [ 119.9490816, 30.291182 ], [ 119.9491186, 30.2910225 ], [ 119.9492257, 30.2908941 ], [ 119.9493557, 30.2907804 ], [ 119.9495193, 30.2906435 ], [ 119.9495744, 30.2904953 ], [ 119.949577, 30.2902657 ], [ 119.9495864, 30.2899346 ], [ 119.9496546, 30.2895459 ], [ 119.9496594, 30.2894741 ], [ 119.9496801, 30.2891671 ], [ 119.9496585, 30.2889799 ], [ 119.9496014, 30.2888406 ], [ 119.9494792, 30.2886769 ], [ 119.9492998, 30.2885132 ], [ 119.9490628, 30.2884227 ], [ 119.9488441, 30.2883514 ], [ 119.94869, 30.2882735 ], [ 119.9485674, 30.2881722 ], [ 119.9484903, 30.2880383 ], [ 119.9484115, 30.287886 ], [ 119.948373, 30.2876931 ], [ 119.9483429, 30.2874389 ], [ 119.9483297, 30.2870948 ], [ 119.948344, 30.2864195 ], [ 119.9483706, 30.2859785 ], [ 119.9484067, 30.2855383 ], [ 119.948392, 30.2852567 ], [ 119.9483061, 30.2850468 ], [ 119.948223, 30.2848342 ], [ 119.9482116, 30.2846261 ], [ 119.9482398, 30.284403 ], [ 119.9482918, 30.2840821 ], [ 119.9482711, 30.2838819 ], [ 119.9481803, 30.2837551 ], [ 119.9480628, 30.2836634 ], [ 119.9478735, 30.2836421 ], [ 119.9476171, 30.2836467 ], [ 119.9473904, 30.2836665 ], [ 119.9472542, 30.2836814 ], [ 119.9471001, 30.2836655 ], [ 119.9469621, 30.2835779 ], [ 119.9466283, 30.283264 ], [ 119.94618, 30.2828236 ], [ 119.9460121, 30.2826773 ], [ 119.9456409, 30.2824751 ], [ 119.9455176, 30.2823966 ], [ 119.9454452, 30.2822782 ], [ 119.9454141, 30.2821898 ], [ 119.9453979, 30.2820595 ], [ 119.94538, 30.2818703 ], [ 119.9452806, 30.2815204 ], [ 119.9451457, 30.2814271 ], [ 119.9450355, 30.281351 ], [ 119.9449438, 30.2813103 ], [ 119.9448893, 30.2812983 ], [ 119.9446604, 30.2812478 ], [ 119.9442313, 30.2809925 ], [ 119.9439694, 30.2808822 ], [ 119.9437092, 30.2808201 ], [ 119.9427751, 30.2806626 ], [ 119.942443, 30.280603 ], [ 119.9419814, 30.2804823 ], [ 119.9416459, 30.2804668 ], [ 119.941286, 30.2805134 ], [ 119.9411022, 30.2805477 ], [ 119.9409783, 30.2805494 ], [ 119.940829, 30.2805291 ], [ 119.9402038, 30.2802648 ], [ 119.9392334, 30.2798823 ], [ 119.9377159, 30.2794774 ], [ 119.937247, 30.2792974 ], [ 119.9363483, 30.2790106 ], [ 119.9357035, 30.2788025 ], [ 119.9353453, 30.2786169 ], [ 119.934375, 30.2782738 ], [ 119.9338601, 30.2781388 ], [ 119.9329093, 30.2779843 ], [ 119.9320239, 30.2777958 ], [ 119.9314052, 30.2776158 ], [ 119.9309689, 30.2774639 ], [ 119.9301559, 30.2771091 ], [ 119.9295621, 30.2768846 ], [ 119.9288327, 30.2766147 ], [ 119.9283703, 30.2764572 ], [ 119.9277355, 30.2761871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.941228, 30.2883019 ], [ 119.9412436, 30.2875719 ], [ 119.9413284, 30.2856123 ], [ 119.9412674, 30.2854919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9412674, 30.2854919 ], [ 119.9413284, 30.2856123 ], [ 119.9412436, 30.2875719 ], [ 119.941228, 30.2883019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.941228, 30.2883019 ], [ 119.9419333, 30.2881354 ], [ 119.9439615, 30.2876567 ], [ 119.9468076, 30.2870453 ], [ 119.9480909, 30.286765 ], [ 119.95013, 30.2863246 ], [ 119.9510671, 30.2861628 ], [ 119.9519648, 30.2860646 ], [ 119.9525938, 30.2860302 ], [ 119.9531489, 30.2860004 ], [ 119.9536637, 30.2859995 ], [ 119.954721, 30.2860438 ], [ 119.9556406, 30.286117 ], [ 119.9568994, 30.2863228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9568679, 30.2864645 ], [ 119.9565109, 30.2864094 ], [ 119.9559793, 30.2863273 ], [ 119.9557297, 30.2862887 ], [ 119.9550168, 30.2862074 ], [ 119.9536721, 30.2861318 ], [ 119.9526014, 30.2861636 ], [ 119.9519423, 30.2862069 ], [ 119.9511085, 30.2862909 ], [ 119.9501343, 30.2864597 ], [ 119.9490324, 30.286704 ], [ 119.9468443, 30.2871822 ], [ 119.9440098, 30.287784 ], [ 119.9412196, 30.288419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9412196, 30.288419 ], [ 119.941228, 30.2883019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.941228, 30.2883019 ], [ 119.9412196, 30.288419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "科技大道", "访云街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9346181, 30.288481 ], [ 119.9346567, 30.2884826 ], [ 119.9347835, 30.288513 ], [ 119.9348147, 30.2885205 ], [ 119.9369246, 30.2890692 ], [ 119.9370988, 30.2890946 ], [ 119.9372628, 30.28911 ], [ 119.9374283, 30.2891132 ], [ 119.9375723, 30.2891122 ], [ 119.937715, 30.2890925 ], [ 119.9377992, 30.2890728 ], [ 119.9393855, 30.2887132 ], [ 119.9410318, 30.2883439 ], [ 119.941228, 30.2883019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "科技大道", "访云街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9412196, 30.288419 ], [ 119.940389, 30.2886117 ], [ 119.9378979, 30.2891895 ], [ 119.9377198, 30.2892259 ], [ 119.9375682, 30.2892489 ], [ 119.9374386, 30.2892597 ], [ 119.9372917, 30.2892529 ], [ 119.937148, 30.2892327 ], [ 119.9369011, 30.2891732 ], [ 119.9365317, 30.2890772 ], [ 119.9346229, 30.2885808 ], [ 119.9345866, 30.2885688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9482523, 30.2965599 ], [ 119.9482027, 30.2967932 ], [ 119.9481699, 30.29695 ], [ 119.9481202, 30.2974324 ], [ 119.9480921, 30.2977705 ], [ 119.9480438, 30.2981897 ], [ 119.9478886, 30.299093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9478886, 30.299093 ], [ 119.9480457, 30.2989591 ], [ 119.9481533, 30.2988315 ], [ 119.9482843, 30.2986632 ], [ 119.9484221, 30.298521 ], [ 119.9485766, 30.2983702 ], [ 119.9487446, 30.2982338 ], [ 119.9488723, 30.2981468 ], [ 119.9489496, 30.2980859 ], [ 119.9489933, 30.2980365 ], [ 119.949037, 30.2979553 ], [ 119.9490437, 30.2978625 ], [ 119.9490202, 30.2977783 ], [ 119.9489295, 30.2975927 ], [ 119.9487514, 30.2972242 ], [ 119.9485834, 30.296937 ], [ 119.948449, 30.2967948 ], [ 119.9483313, 30.2966759 ], [ 119.9482523, 30.2965599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9482523, 30.2965599 ], [ 119.9483313, 30.2966759 ], [ 119.948449, 30.2967948 ], [ 119.9485834, 30.296937 ], [ 119.9487514, 30.2972242 ], [ 119.9489295, 30.2975927 ], [ 119.9490202, 30.2977783 ], [ 119.9490437, 30.2978625 ], [ 119.949037, 30.2979553 ], [ 119.9489933, 30.2980365 ], [ 119.9489496, 30.2980859 ], [ 119.9488723, 30.2981468 ], [ 119.9487446, 30.2982338 ], [ 119.9485766, 30.2983702 ], [ 119.9484221, 30.298521 ], [ 119.9482843, 30.2986632 ], [ 119.9481533, 30.2988315 ], [ 119.9480457, 30.2989591 ], [ 119.9478886, 30.299093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9478886, 30.299093 ], [ 119.9480438, 30.2981897 ], [ 119.9480921, 30.2977705 ], [ 119.9481202, 30.2974324 ], [ 119.9481699, 30.29695 ], [ 119.9482027, 30.2967932 ], [ 119.9482523, 30.2965599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9342756, 30.288503 ], [ 119.9343205, 30.2883854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9346181, 30.288481 ], [ 119.9345866, 30.2885688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "科技大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9345866, 30.2885688 ], [ 119.9342756, 30.288503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9333499, 30.2901667 ], [ 119.933469, 30.2900878 ], [ 119.933648, 30.2899188 ], [ 119.9337907, 30.2897437 ], [ 119.9339207, 30.2894789 ], [ 119.9340481, 30.2891992 ], [ 119.9341017, 30.2890162 ], [ 119.9342756, 30.288503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "禹航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9345866, 30.2885688 ], [ 119.9345011, 30.288719 ], [ 119.9344048, 30.2888541 ], [ 119.9343216, 30.2890973 ], [ 119.9341339, 30.2894539 ], [ 119.9340564, 30.2895962 ], [ 119.933903, 30.2898477 ], [ 119.9335875, 30.2901817 ], [ 119.9334593, 30.2903098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余斗线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9333499, 30.2901667 ], [ 119.9334593, 30.2903098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "余斗线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9334593, 30.2903098 ], [ 119.9333499, 30.2901667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9265718, 30.292772 ], [ 119.9269498, 30.2925778 ], [ 119.9311348, 30.2910387 ], [ 119.9321056, 30.2906817 ], [ 119.9326885, 30.2904746 ], [ 119.9330146, 30.2903372 ], [ 119.9331967, 30.2902527 ], [ 119.9333499, 30.2901667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9334593, 30.2903098 ], [ 119.9333397, 30.2904134 ], [ 119.9330172, 30.2906137 ], [ 119.9321925, 30.290958 ], [ 119.9309499, 30.2914002 ], [ 119.9300965, 30.291704 ], [ 119.9298533, 30.2917982 ], [ 119.9291302, 30.2920605 ], [ 119.9286115, 30.2922488 ], [ 119.9279329, 30.2924871 ], [ 119.9271002, 30.2927935 ], [ 119.9262232, 30.2930445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9213838, 30.3185765 ], [ 119.9216857, 30.3180342 ], [ 119.9219191, 30.3175727 ], [ 119.9222534, 30.3169201 ], [ 119.9228808, 30.3157134 ], [ 119.9235773, 30.3143661 ], [ 119.9236174, 30.3142884 ], [ 119.92366, 30.314206 ], [ 119.9240359, 30.3134738 ], [ 119.9243501, 30.3128776 ], [ 119.924545, 30.3125161 ], [ 119.924576, 30.3124499 ], [ 119.9245842, 30.3123758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9568994, 30.2863228 ], [ 119.9570712, 30.2863674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9568679, 30.2864645 ], [ 119.9568994, 30.2863228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云联路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570712, 30.2863674 ], [ 119.9570313, 30.2865021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570313, 30.2865021 ], [ 119.9568679, 30.2864645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "访云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9570712, 30.2863674 ], [ 119.9580212, 30.286565 ], [ 119.959302, 30.2868315 ], [ 119.960397, 30.287049 ], [ 119.9607778, 30.2871276 ], [ 119.9623891, 30.2874602 ], [ 119.9638033, 30.2877438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "访云街", "金星路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695208, 30.2891033 ], [ 119.9686624, 30.2889161 ], [ 119.9681556, 30.2888056 ], [ 119.9663326, 30.288408 ], [ 119.9662847, 30.2883976 ], [ 119.9625105, 30.2876358 ], [ 119.9623753, 30.2876062 ], [ 119.9600582, 30.287098 ], [ 119.9570313, 30.2865021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9593775, 30.3089384 ], [ 119.959853, 30.3090425 ], [ 119.9605255, 30.3091453 ], [ 119.9610089, 30.3091836 ], [ 119.9618401, 30.3092219 ], [ 119.9631868, 30.309345 ], [ 119.9633835, 30.309363 ], [ 119.9643386, 30.3094275 ], [ 119.964968, 30.3094204 ], [ 119.9656676, 30.3093974 ], [ 119.9662323, 30.3094403 ], [ 119.9670281, 30.3096647 ], [ 119.9674856, 30.3097873 ], [ 119.9679558, 30.3099037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9679467, 30.3101197 ], [ 119.9674759, 30.310132 ], [ 119.9671026, 30.3101717 ], [ 119.9668181, 30.31021 ], [ 119.9664469, 30.3102574 ], [ 119.9659841, 30.310282 ], [ 119.9654655, 30.310264 ], [ 119.9650619, 30.3102097 ], [ 119.9647894, 30.310161 ], [ 119.9645453, 30.3101062 ], [ 119.9640215, 30.3100148 ], [ 119.9632177, 30.3099203 ], [ 119.9623615, 30.3098401 ], [ 119.9610631, 30.3096615 ], [ 119.9598544, 30.3094582 ], [ 119.9594055, 30.3093524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9670468, 30.3557064 ], [ 119.9666005, 30.3543969 ], [ 119.9664824, 30.3541094 ], [ 119.9660277, 30.3527252 ], [ 119.9658676, 30.3518719 ], [ 119.9658504, 30.3517156 ], [ 119.9658296, 30.3514649 ], [ 119.9658152, 30.3509689 ], [ 119.9658309, 30.3505291 ], [ 119.9662125, 30.3460037 ], [ 119.9662576, 30.3454671 ], [ 119.9663155, 30.3448369 ], [ 119.9663359, 30.3446059 ], [ 119.9663506, 30.3444397 ], [ 119.9664342, 30.3434933 ], [ 119.9665409, 30.3422856 ], [ 119.9667519, 30.3398967 ], [ 119.9668083, 30.3392769 ], [ 119.966829, 30.3390499 ], [ 119.9668598, 30.3387119 ], [ 119.9670006, 30.337242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9558307, 30.3580751 ], [ 119.9557883, 30.3534706 ], [ 119.9557942, 30.3533356 ], [ 119.9558466, 30.3531766 ], [ 119.9563956, 30.3529897 ], [ 119.9572594, 30.3528398 ], [ 119.9583864, 30.3526923 ], [ 119.9588737, 30.3527421 ], [ 119.9589934, 30.3529921 ], [ 119.9591179, 30.3533516 ], [ 119.9593283, 30.354025 ], [ 119.9598953, 30.3557371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8908273, 30.3031694 ], [ 119.8905962, 30.3042485 ], [ 119.8903826, 30.3055222 ], [ 119.8903585, 30.3056661 ], [ 119.8903083, 30.3059654 ], [ 119.8903026, 30.3061514 ], [ 119.890288, 30.3073161 ], [ 119.8902717, 30.3082585 ], [ 119.8902637, 30.308767 ], [ 119.8902714, 30.308902 ], [ 119.8902829, 30.3091245 ], [ 119.8902932, 30.309759 ], [ 119.890328, 30.3100855 ], [ 119.8903844, 30.3104977 ], [ 119.890476, 30.3108655 ], [ 119.890521, 30.3110435 ], [ 119.8905941, 30.3113324 ], [ 119.8909234, 30.3126337 ], [ 119.8909833, 30.3128369 ], [ 119.8910397, 30.3130285 ], [ 119.8912641, 30.3138644 ], [ 119.8913446, 30.3141724 ], [ 119.8913902, 30.3144248 ], [ 119.8913884, 30.3147633 ], [ 119.891388, 30.3148468 ], [ 119.8913724, 30.3149803 ], [ 119.8913498, 30.3151724 ], [ 119.8913185, 30.3154398 ], [ 119.8912893, 30.3156895 ], [ 119.8912632, 30.3159123 ], [ 119.8912066, 30.3164355 ], [ 119.8910853, 30.3175579 ], [ 119.8910227, 30.318023 ], [ 119.8909906, 30.3184027 ], [ 119.8909825, 30.3186805 ], [ 119.8909929, 30.3189145 ], [ 119.8911059, 30.3202295 ], [ 119.8911354, 30.3204564 ], [ 119.8911829, 30.3206645 ], [ 119.8914358, 30.3216661 ], [ 119.8914599, 30.3219011 ], [ 119.8914626, 30.3221234 ], [ 119.8914408, 30.3223232 ], [ 119.8913983, 30.3227123 ], [ 119.8911653, 30.3239368 ], [ 119.8910308, 30.3247211 ], [ 119.8908967, 30.3253347 ], [ 119.8908102, 30.3256872 ], [ 119.8907009, 30.3260454 ], [ 119.8904488, 30.3267865 ], [ 119.8896934, 30.3290168 ], [ 119.8895066, 30.3295607 ], [ 119.8894997, 30.3298084 ], [ 119.8895165, 30.3303342 ], [ 119.889493, 30.3304869 ], [ 119.8894283, 30.3306397 ], [ 119.8892826, 30.3308316 ], [ 119.8890964, 30.3309656 ], [ 119.8889077, 30.3311636 ], [ 119.8888119, 30.3312389 ], [ 119.8887102, 30.3313707 ], [ 119.8885663, 30.3315332 ], [ 119.8881957, 30.3319513 ], [ 119.8880165, 30.3321742 ], [ 119.8878792, 30.3323703 ], [ 119.8878014, 30.3325301 ], [ 119.8877344, 30.332713 ], [ 119.8876868, 30.3328861 ], [ 119.8876485, 30.3331204 ], [ 119.8876271, 30.333338 ], [ 119.8876271, 30.3335163 ], [ 119.8876324, 30.3336899 ], [ 119.8876644, 30.333886 ], [ 119.887729, 30.3341807 ], [ 119.8877719, 30.3343751 ], [ 119.8877934, 30.3346136 ], [ 119.8877799, 30.3348405 ], [ 119.8877451, 30.3350627 ], [ 119.8876829, 30.3352845 ], [ 119.8875976, 30.3354632 ], [ 119.8870543, 30.3363602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8908273, 30.3031694 ], [ 119.8873085, 30.303637 ], [ 119.8855187, 30.3038519 ], [ 119.8828365, 30.3042 ], [ 119.8812618, 30.3045173 ], [ 119.8802057, 30.3048079 ], [ 119.8791609, 30.3051581 ], [ 119.8783344, 30.305498 ], [ 119.8776044, 30.3058379 ], [ 119.8766421, 30.3063505 ], [ 119.8758654, 30.3068384 ], [ 119.8756847, 30.3069423 ], [ 119.8747506, 30.3076706 ], [ 119.8738997, 30.3083971 ], [ 119.8737839, 30.308521 ], [ 119.8733165, 30.3090155 ], [ 119.872134, 30.3102665 ], [ 119.8718306, 30.3106042 ], [ 119.8701487, 30.3124756 ], [ 119.8694931, 30.3132319 ], [ 119.8673529, 30.3155429 ], [ 119.8646153, 30.3182078 ], [ 119.8629405, 30.3203054 ], [ 119.8625596, 30.3208392 ], [ 119.8618716, 30.3218034 ], [ 119.8611957, 30.3228592 ], [ 119.8608953, 30.3233732 ], [ 119.8604501, 30.3241928 ], [ 119.8600799, 30.3250123 ], [ 119.8598975, 30.3256236 ], [ 119.8594308, 30.3275336 ], [ 119.859406, 30.3276384 ], [ 119.8592681, 30.3283976 ], [ 119.859168, 30.3291403 ], [ 119.859087, 30.3299175 ], [ 119.8590808, 30.3300142 ], [ 119.8589503, 30.3321239 ], [ 119.8588595, 30.3335922 ], [ 119.8588485, 30.3349715 ], [ 119.8588268, 30.3352965 ], [ 119.8587786, 30.3356287 ], [ 119.8587213, 30.3358863 ], [ 119.8586619, 30.3360724 ], [ 119.8585895, 30.3362618 ], [ 119.8584416, 30.3365832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8582205, 30.3366962 ], [ 119.858399, 30.3363996 ], [ 119.8585144, 30.3361472 ], [ 119.8585653, 30.3360002 ], [ 119.8586073, 30.3358582 ], [ 119.8586391, 30.3357329 ], [ 119.8586611, 30.3356143 ], [ 119.8586981, 30.3353474 ], [ 119.858734, 30.3349874 ], [ 119.8587208, 30.3335417 ], [ 119.8587428, 30.3332262 ], [ 119.8589665, 30.3300235 ], [ 119.8589757, 30.3299279 ], [ 119.8590496, 30.3291424 ], [ 119.8591581, 30.3283907 ], [ 119.8591633, 30.3283624 ], [ 119.8592981, 30.3276216 ], [ 119.8593232, 30.3275116 ], [ 119.8597809, 30.325568 ], [ 119.8599498, 30.3249383 ], [ 119.8603227, 30.324114 ], [ 119.8607304, 30.3233268 ], [ 119.8610063, 30.322841 ], [ 119.8617141, 30.3217208 ], [ 119.8624417, 30.320751 ], [ 119.8628342, 30.3202278 ], [ 119.8645361, 30.3181949 ], [ 119.8650837, 30.3175905 ], [ 119.8672606, 30.3154714 ], [ 119.8693657, 30.3131494 ], [ 119.8700429, 30.312419 ], [ 119.8717998, 30.3104867 ], [ 119.8721104, 30.3101452 ], [ 119.8725779, 30.3096393 ], [ 119.8731166, 30.3090564 ], [ 119.873706, 30.3084615 ], [ 119.8738435, 30.3083301 ], [ 119.8747628, 30.3075312 ], [ 119.875686, 30.3068371 ], [ 119.8766317, 30.3062441 ], [ 119.8775427, 30.3057448 ], [ 119.8784598, 30.3053317 ], [ 119.8793569, 30.3049758 ], [ 119.8807585, 30.3045468 ], [ 119.8817529, 30.3043115 ], [ 119.8821621, 30.3042251 ], [ 119.883469, 30.304013 ], [ 119.8843797, 30.3039001 ], [ 119.8850522, 30.3038294 ], [ 119.8855433, 30.3037778 ], [ 119.8879517, 30.3034425 ], [ 119.888406, 30.303398 ], [ 119.890844, 30.3030814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.849189, 30.334879 ], [ 119.8475114, 30.3342551 ], [ 119.8466015, 30.3338829 ], [ 119.8462222, 30.3336356 ], [ 119.8452276, 30.3328645 ], [ 119.8448665, 30.3325936 ], [ 119.844789, 30.3325355 ], [ 119.8414939, 30.3300638 ], [ 119.8409816, 30.3296856 ], [ 119.8407233, 30.329495 ], [ 119.8405435, 30.3293551 ], [ 119.8403368, 30.3291941 ], [ 119.8400847, 30.3290506 ], [ 119.8398033, 30.3289324 ], [ 119.8394787, 30.3288213 ], [ 119.8391783, 30.3287449 ], [ 119.8388323, 30.3286755 ], [ 119.8385668, 30.3286083 ], [ 119.8383361, 30.3285319 ], [ 119.838025, 30.3284138 ], [ 119.8377085, 30.328261 ], [ 119.8374939, 30.3281499 ], [ 119.8372632, 30.3279971 ], [ 119.8370647, 30.3278119 ], [ 119.8368296, 30.3276097 ], [ 119.8366657, 30.3274687 ], [ 119.8363218, 30.3271729 ], [ 119.8361206, 30.3270085 ], [ 119.8359758, 30.3269159 ], [ 119.8358202, 30.3268395 ], [ 119.8356432, 30.3267793 ], [ 119.8353508, 30.3266937 ], [ 119.8351014, 30.3266196 ], [ 119.8349404, 30.3265617 ], [ 119.8348197, 30.3264876 ], [ 119.8347178, 30.326402 ], [ 119.8345837, 30.3262793 ], [ 119.8344174, 30.3261404 ], [ 119.8342887, 30.3260593 ], [ 119.8340526, 30.3259297 ], [ 119.8339467, 30.3258813 ], [ 119.8337917, 30.3258105 ], [ 119.8335001, 30.3256773 ], [ 119.8328105, 30.3253287 ], [ 119.8324398, 30.3251514 ], [ 119.8322234, 30.3250684 ], [ 119.8319471, 30.3249804 ], [ 119.8317057, 30.3249202 ], [ 119.8313838, 30.3248647 ], [ 119.8310699, 30.3248374 ], [ 119.8297477, 30.3247975 ], [ 119.8294178, 30.3248022 ], [ 119.8291764, 30.3248253 ], [ 119.8289537, 30.3248647 ], [ 119.8283878, 30.3249851 ], [ 119.8281598, 30.3250453 ], [ 119.8273846, 30.3252536 ], [ 119.8270842, 30.32533 ], [ 119.8268053, 30.3253902 ], [ 119.826486, 30.3254342 ], [ 119.8262025, 30.3254576 ], [ 119.8246871, 30.3255019 ], [ 119.821519, 30.3255643 ], [ 119.8211593, 30.3255674 ], [ 119.8204345, 30.3255735 ], [ 119.8169509, 30.3256032 ], [ 119.816798, 30.3256032 ], [ 119.8165727, 30.3256032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8165727, 30.3256032 ], [ 119.816798, 30.3256032 ], [ 119.8169509, 30.3256032 ], [ 119.8204345, 30.3255735 ], [ 119.8211593, 30.3255674 ], [ 119.821519, 30.3255643 ], [ 119.8246871, 30.3255019 ], [ 119.8262025, 30.3254576 ], [ 119.826486, 30.3254342 ], [ 119.8268053, 30.3253902 ], [ 119.8270842, 30.32533 ], [ 119.8273846, 30.3252536 ], [ 119.8281598, 30.3250453 ], [ 119.8283878, 30.3249851 ], [ 119.8289537, 30.3248647 ], [ 119.8291764, 30.3248253 ], [ 119.8294178, 30.3248022 ], [ 119.8297477, 30.3247975 ], [ 119.8310699, 30.3248374 ], [ 119.8313838, 30.3248647 ], [ 119.8317057, 30.3249202 ], [ 119.8319471, 30.3249804 ], [ 119.8322234, 30.3250684 ], [ 119.8324398, 30.3251514 ], [ 119.8328105, 30.3253287 ], [ 119.8335001, 30.3256773 ], [ 119.8337917, 30.3258105 ], [ 119.8339467, 30.3258813 ], [ 119.8340526, 30.3259297 ], [ 119.8342887, 30.3260593 ], [ 119.8344174, 30.3261404 ], [ 119.8345837, 30.3262793 ], [ 119.8347178, 30.326402 ], [ 119.8348197, 30.3264876 ], [ 119.8349404, 30.3265617 ], [ 119.8351014, 30.3266196 ], [ 119.8353508, 30.3266937 ], [ 119.8356432, 30.3267793 ], [ 119.8358202, 30.3268395 ], [ 119.8359758, 30.3269159 ], [ 119.8361206, 30.3270085 ], [ 119.8363218, 30.3271729 ], [ 119.8366657, 30.3274687 ], [ 119.8368296, 30.3276097 ], [ 119.8370647, 30.3278119 ], [ 119.8372632, 30.3279971 ], [ 119.8374939, 30.3281499 ], [ 119.8377085, 30.328261 ], [ 119.838025, 30.3284138 ], [ 119.8383361, 30.3285319 ], [ 119.8385668, 30.3286083 ], [ 119.8388323, 30.3286755 ], [ 119.8391783, 30.3287449 ], [ 119.8394787, 30.3288213 ], [ 119.8398033, 30.3289324 ], [ 119.8400847, 30.3290506 ], [ 119.8403368, 30.3291941 ], [ 119.8405435, 30.3293551 ], [ 119.8407233, 30.329495 ], [ 119.8409816, 30.3296856 ], [ 119.8414939, 30.3300638 ], [ 119.844789, 30.3325355 ], [ 119.8448665, 30.3325936 ], [ 119.8452276, 30.3328645 ], [ 119.8462222, 30.3336356 ], [ 119.8466015, 30.3338829 ], [ 119.8475114, 30.3342551 ], [ 119.849189, 30.334879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8189173, 30.3317583 ], [ 119.8193806, 30.3318674 ], [ 119.8205727, 30.3321691 ], [ 119.8216308, 30.3324749 ], [ 119.8226075, 30.3326856 ], [ 119.8242065, 30.3330575 ], [ 119.8257721, 30.3334997 ], [ 119.827218, 30.3338261 ], [ 119.827252, 30.3338348 ], [ 119.8289319, 30.3342641 ], [ 119.8304736, 30.3346691 ], [ 119.8319003, 30.3350575 ], [ 119.8333797, 30.3355368 ], [ 119.8343133, 30.3358963 ], [ 119.8354288, 30.3363343 ], [ 119.8362379, 30.336731 ], [ 119.837229, 30.3371731 ], [ 119.8379423, 30.3375202 ], [ 119.8384508, 30.337811 ], [ 119.8394309, 30.3384249 ], [ 119.8403084, 30.3388833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8402555, 30.3389612 ], [ 119.8393316, 30.3385177 ], [ 119.8383446, 30.3378724 ], [ 119.8379158, 30.337631 ], [ 119.8372451, 30.337322 ], [ 119.8359361, 30.336672 ], [ 119.8353728, 30.3364081 ], [ 119.8346325, 30.336121 ], [ 119.8338009, 30.3357969 ], [ 119.8325671, 30.3353663 ], [ 119.8314405, 30.3350375 ], [ 119.8302656, 30.3347134 ], [ 119.829257, 30.3344541 ], [ 119.8274169, 30.3339772 ], [ 119.827238, 30.3339381 ], [ 119.8262743, 30.3337272 ], [ 119.8250243, 30.3334216 ], [ 119.824123, 30.333153 ], [ 119.8231949, 30.3329585 ], [ 119.8225083, 30.3327687 ], [ 119.8215963, 30.3325835 ], [ 119.8207486, 30.3323196 ], [ 119.8197562, 30.3320556 ], [ 119.8188129, 30.3318381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8582205, 30.3366962 ], [ 119.857165, 30.3368485 ], [ 119.8556844, 30.3365522 ], [ 119.8550193, 30.3360614 ], [ 119.8546136, 30.3359961 ], [ 119.8544667, 30.3359725 ], [ 119.8528735, 30.3361818 ], [ 119.8522671, 30.3359586 ], [ 119.8513197, 30.3356099 ], [ 119.8499645, 30.335145 ], [ 119.8498173, 30.3350945 ], [ 119.8496372, 30.3350328 ], [ 119.849189, 30.334879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.849189, 30.334879 ], [ 119.8496372, 30.3350328 ], [ 119.8498173, 30.3350945 ], [ 119.8499645, 30.335145 ], [ 119.8513197, 30.3356099 ], [ 119.8522671, 30.3359586 ], [ 119.8528735, 30.3361818 ], [ 119.8544667, 30.3359725 ], [ 119.8546136, 30.3359961 ], [ 119.8550193, 30.3360614 ], [ 119.8556844, 30.3365522 ], [ 119.857165, 30.3368485 ], [ 119.8582205, 30.3366962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8582205, 30.3366962 ], [ 119.8584416, 30.3365832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.801285546723236, 30.324401175702388 ], [ 119.801391, 30.3244066 ], [ 119.8017922, 30.3244272 ], [ 119.8021202, 30.3244441 ], [ 119.8023943, 30.3244582 ], [ 119.8072813, 30.3236932 ], [ 119.8073707, 30.3236977 ], [ 119.8080874, 30.3237334 ], [ 119.8085098, 30.3237544 ], [ 119.8087588, 30.3237923 ], [ 119.8095094, 30.3239065 ], [ 119.8101782, 30.3240711 ], [ 119.8140683, 30.3250288 ], [ 119.8147599, 30.3251991 ], [ 119.8158137, 30.3254585 ], [ 119.8165727, 30.3256032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8165727, 30.3256032 ], [ 119.8158137, 30.3254585 ], [ 119.8147599, 30.3251991 ], [ 119.8140683, 30.3250288 ], [ 119.8101782, 30.3240711 ], [ 119.8095094, 30.3239065 ], [ 119.8087588, 30.3237923 ], [ 119.8085098, 30.3237544 ], [ 119.8080874, 30.3237334 ], [ 119.8073707, 30.3236977 ], [ 119.8072813, 30.3236932 ], [ 119.8023943, 30.3244582 ], [ 119.8021202, 30.3244441 ], [ 119.8017922, 30.3244272 ], [ 119.801391, 30.3244066 ], [ 119.801285546723236, 30.324401175702388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.816082, 30.3279056 ], [ 119.8161274, 30.327886 ], [ 119.816176, 30.327834 ], [ 119.8162351, 30.3276838 ], [ 119.8163571, 30.3273384 ], [ 119.8163843, 30.3273013 ], [ 119.816509, 30.3261775 ], [ 119.8165305, 30.3259837 ], [ 119.8165727, 30.3256032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8165727, 30.3256032 ], [ 119.8165305, 30.3259837 ], [ 119.816509, 30.3261775 ], [ 119.8163843, 30.3273013 ], [ 119.8163571, 30.3273384 ], [ 119.8162351, 30.3276838 ], [ 119.816176, 30.327834 ], [ 119.8161274, 30.327886 ], [ 119.816082, 30.3279056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.802015496947263, 30.327245072630735 ], [ 119.8020506, 30.3272494 ], [ 119.8026888, 30.3273983 ], [ 119.8034831, 30.3276323 ], [ 119.8038413, 30.3277543 ], [ 119.8043611, 30.328051 ], [ 119.8064702, 30.3293364 ], [ 119.8065937, 30.3294074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8064598, 30.3294556 ], [ 119.8063471, 30.3293839 ], [ 119.8042414, 30.328106 ], [ 119.8038825, 30.3279345 ], [ 119.8033602, 30.3276823 ], [ 119.8027528, 30.3274962 ], [ 119.8023246, 30.3274097 ], [ 119.8020488590615, 30.327375051923958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.816082, 30.3279056 ], [ 119.8160201, 30.3279323 ], [ 119.815859, 30.3280205 ], [ 119.8157458, 30.3280705 ], [ 119.814553, 30.3282263 ], [ 119.8136947, 30.3283629 ], [ 119.8122114, 30.3285666 ], [ 119.8095694, 30.3289602 ], [ 119.8090544, 30.3290158 ], [ 119.80861, 30.3290434 ], [ 119.8081487, 30.3290643 ], [ 119.8074593, 30.329055 ], [ 119.8071829, 30.3290792 ], [ 119.8068963, 30.3292125 ], [ 119.8065937, 30.3294074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8065937, 30.3294074 ], [ 119.8068963, 30.3292125 ], [ 119.8071829, 30.3290792 ], [ 119.8074593, 30.329055 ], [ 119.8081487, 30.3290643 ], [ 119.80861, 30.3290434 ], [ 119.8090544, 30.3290158 ], [ 119.8095694, 30.3289602 ], [ 119.8122114, 30.3285666 ], [ 119.8136947, 30.3283629 ], [ 119.814553, 30.3282263 ], [ 119.8157458, 30.3280705 ], [ 119.815859, 30.3280205 ], [ 119.8160201, 30.3279323 ], [ 119.816082, 30.3279056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8064598, 30.3294556 ], [ 119.8065937, 30.3294074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8065937, 30.3294074 ], [ 119.8064598, 30.3294556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8059935, 30.3297492 ], [ 119.8058386, 30.329414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8058386, 30.329414 ], [ 119.8059935, 30.3297492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8064598, 30.3294556 ], [ 119.8059935, 30.3297492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8059935, 30.3297492 ], [ 119.8064598, 30.3294556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.816082, 30.3279056 ], [ 119.8170092, 30.3283733 ], [ 119.8177363, 30.3287004 ], [ 119.8184881, 30.3289079 ], [ 119.8188424, 30.32911 ], [ 119.8190458, 30.3293493 ], [ 119.8191228, 30.3296073 ], [ 119.8191413, 30.329828 ], [ 119.8192275, 30.3302588 ], [ 119.8192821, 30.3304229 ], [ 119.8193203, 30.3305376 ], [ 119.8193434, 30.330607 ], [ 119.8194062, 30.330796 ], [ 119.8194247, 30.331022 ], [ 119.8193477, 30.3312747 ], [ 119.8191813, 30.3314927 ], [ 119.8189173, 30.3317583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8189173, 30.3317583 ], [ 119.8191813, 30.3314927 ], [ 119.8193477, 30.3312747 ], [ 119.8194247, 30.331022 ], [ 119.8194062, 30.330796 ], [ 119.8193434, 30.330607 ], [ 119.8193203, 30.3305376 ], [ 119.8192821, 30.3304229 ], [ 119.8192275, 30.3302588 ], [ 119.8191413, 30.329828 ], [ 119.8191228, 30.3296073 ], [ 119.8190458, 30.3293493 ], [ 119.8188424, 30.32911 ], [ 119.8184881, 30.3289079 ], [ 119.8177363, 30.3287004 ], [ 119.8170092, 30.3283733 ], [ 119.816082, 30.3279056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8058539, 30.3302766 ], [ 119.8059032, 30.3300902 ], [ 119.8059935, 30.3297492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8059935, 30.3297492 ], [ 119.8059032, 30.3300902 ], [ 119.8058539, 30.3302766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8159402, 30.3311246 ], [ 119.8145631, 30.3307915 ], [ 119.8141192, 30.3306836 ], [ 119.8134205, 30.3305137 ], [ 119.8125889, 30.3303702 ], [ 119.8119076, 30.3302822 ], [ 119.8111244, 30.3302452 ], [ 119.8104323, 30.3302174 ], [ 119.8090268, 30.3302266 ], [ 119.8083669, 30.3301896 ], [ 119.8077071, 30.3300368 ], [ 119.8070606, 30.3297729 ], [ 119.8067504, 30.329627 ], [ 119.8064598, 30.3294556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8065937, 30.3294074 ], [ 119.807088, 30.3296485 ], [ 119.8077945, 30.3299541 ], [ 119.8085461, 30.3300988 ], [ 119.8095084, 30.3301194 ], [ 119.8108633, 30.3301153 ], [ 119.8117778, 30.330169 ], [ 119.8126779, 30.3302723 ], [ 119.8136976, 30.330479 ], [ 119.8141899, 30.3305965 ], [ 119.8149616, 30.3307806 ], [ 119.8172213, 30.3313591 ], [ 119.8189173, 30.3317583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8997126, 30.3019882 ], [ 119.8989663, 30.3021149 ], [ 119.8982799, 30.3022217 ], [ 119.8981753, 30.302238 ], [ 119.8968857, 30.3024022 ], [ 119.8946999, 30.3026737 ], [ 119.8933106, 30.3028375 ], [ 119.8908273, 30.3031694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9213838, 30.3185765 ], [ 119.9212426, 30.3188497 ], [ 119.9212049, 30.318925 ], [ 119.9211459, 30.3190427 ], [ 119.9211246, 30.3191075 ], [ 119.9211125, 30.3191723 ], [ 119.9211266, 30.3193122 ], [ 119.921168, 30.3194441 ], [ 119.9212021, 30.3195589 ], [ 119.9212155, 30.3196816 ], [ 119.9212028, 30.3198884 ], [ 119.9211708, 30.3201349 ], [ 119.9211532, 30.3203328 ], [ 119.9211629, 30.3204894 ], [ 119.921185, 30.320861 ], [ 119.9212533, 30.3212186 ], [ 119.9213379, 30.3216447 ], [ 119.9214319, 30.3221806 ], [ 119.9214665, 30.3223798 ], [ 119.9214827, 30.3225277 ], [ 119.9214893, 30.3229093 ], [ 119.9214566, 30.3235666 ], [ 119.9214416, 30.3240107 ], [ 119.9214315, 30.3242584 ], [ 119.9214252, 30.3244157 ], [ 119.9214196, 30.3245528 ], [ 119.9213706, 30.3249486 ], [ 119.9213442, 30.325467 ], [ 119.9213574, 30.3258201 ], [ 119.9212848, 30.3262815 ], [ 119.9212188, 30.3266062 ], [ 119.9211439, 30.326946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9211439, 30.326946 ], [ 119.9212188, 30.3266062 ], [ 119.9212848, 30.3262815 ], [ 119.9213574, 30.3258201 ], [ 119.9213442, 30.325467 ], [ 119.9213706, 30.3249486 ], [ 119.9214196, 30.3245528 ], [ 119.9214252, 30.3244157 ], [ 119.9214315, 30.3242584 ], [ 119.9214416, 30.3240107 ], [ 119.9214566, 30.3235666 ], [ 119.9214893, 30.3229093 ], [ 119.9214827, 30.3225277 ], [ 119.9214665, 30.3223798 ], [ 119.9214319, 30.3221806 ], [ 119.9213379, 30.3216447 ], [ 119.9212533, 30.3212186 ], [ 119.921185, 30.320861 ], [ 119.9211629, 30.3204894 ], [ 119.9211532, 30.3203328 ], [ 119.9211708, 30.3201349 ], [ 119.9212028, 30.3198884 ], [ 119.9212155, 30.3196816 ], [ 119.9212021, 30.3195589 ], [ 119.921168, 30.3194441 ], [ 119.9211266, 30.3193122 ], [ 119.9211125, 30.3191723 ], [ 119.9211246, 30.3191075 ], [ 119.9211459, 30.3190427 ], [ 119.9212049, 30.318925 ], [ 119.9212426, 30.3188497 ], [ 119.9213838, 30.3185765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8870543, 30.3363602 ], [ 119.8880946, 30.3373483 ], [ 119.8889511, 30.3378961 ], [ 119.8898754, 30.3382817 ], [ 119.8903592, 30.3385928 ], [ 119.8909784, 30.338989 ], [ 119.8915947, 30.3394782 ], [ 119.8924635, 30.3403052 ], [ 119.8932646, 30.3409673 ], [ 119.8939208, 30.3411694 ], [ 119.8942444, 30.3413316 ], [ 119.8945555, 30.3416108 ], [ 119.8949622, 30.3419911 ], [ 119.8955846, 30.3422782 ], [ 119.8962409, 30.3424431 ], [ 119.8968201, 30.3426372 ], [ 119.8982528, 30.3429323 ], [ 119.8992819, 30.3431743 ], [ 119.9002185, 30.3435705 ], [ 119.9004927, 30.343738 ], [ 119.9010566, 30.3439135 ], [ 119.9014571, 30.3439694 ], [ 119.9016296, 30.3440677 ], [ 119.901833, 30.344222 ], [ 119.9019131, 30.3443948 ], [ 119.9020333, 30.3448442 ], [ 119.9021904, 30.3451499 ], [ 119.9023907, 30.345586 ], [ 119.9024985, 30.3459662 ], [ 119.9026556, 30.3461922 ], [ 119.9027789, 30.3463199 ], [ 119.9031736, 30.346456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9031736, 30.346456 ], [ 119.9027789, 30.3463199 ], [ 119.9026556, 30.3461922 ], [ 119.9024985, 30.3459662 ], [ 119.9023907, 30.345586 ], [ 119.9021904, 30.3451499 ], [ 119.9020333, 30.3448442 ], [ 119.9019131, 30.3443948 ], [ 119.901833, 30.344222 ], [ 119.9016296, 30.3440677 ], [ 119.9014571, 30.3439694 ], [ 119.9010566, 30.3439135 ], [ 119.9004927, 30.343738 ], [ 119.9002185, 30.3435705 ], [ 119.8992819, 30.3431743 ], [ 119.8982528, 30.3429323 ], [ 119.8968201, 30.3426372 ], [ 119.8962409, 30.3424431 ], [ 119.8955846, 30.3422782 ], [ 119.8949622, 30.3419911 ], [ 119.8945555, 30.3416108 ], [ 119.8942444, 30.3413316 ], [ 119.8939208, 30.3411694 ], [ 119.8932646, 30.3409673 ], [ 119.8924635, 30.3403052 ], [ 119.8915947, 30.3394782 ], [ 119.8909784, 30.338989 ], [ 119.8903592, 30.3385928 ], [ 119.8898754, 30.3382817 ], [ 119.8889511, 30.3378961 ], [ 119.8880946, 30.3373483 ], [ 119.8870543, 30.3363602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.903253, 30.3496075 ], [ 119.9033691, 30.3501337 ], [ 119.9034369, 30.350785 ], [ 119.903524, 30.3522548 ], [ 119.9034659, 30.35233 ], [ 119.9033014, 30.352355 ], [ 119.9031756, 30.3523968 ], [ 119.9030982, 30.3525471 ], [ 119.9030304, 30.3527475 ], [ 119.9028853, 30.3529563 ], [ 119.9027498, 30.3530732 ], [ 119.9026633, 30.3532139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9026633, 30.3532139 ], [ 119.9027498, 30.3530732 ], [ 119.9028853, 30.3529563 ], [ 119.9030304, 30.3527475 ], [ 119.9030982, 30.3525471 ], [ 119.9031756, 30.3523968 ], [ 119.9033014, 30.352355 ], [ 119.9034659, 30.35233 ], [ 119.903524, 30.3522548 ], [ 119.9034369, 30.350785 ], [ 119.9033691, 30.3501337 ], [ 119.903253, 30.3496075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8986828, 30.3529049 ], [ 119.8990028, 30.3529049 ], [ 119.8992772, 30.3531022 ], [ 119.8994405, 30.3531699 ], [ 119.899741, 30.353215 ], [ 119.9000349, 30.3532206 ], [ 119.9008776, 30.3531079 ], [ 119.9010539, 30.3531079 ], [ 119.9011454, 30.3531304 ], [ 119.9017267, 30.3534573 ], [ 119.9020534, 30.3535137 ], [ 119.9022363, 30.3535137 ], [ 119.9024061, 30.3534517 ], [ 119.9024714, 30.3533897 ], [ 119.9026633, 30.3532139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9026633, 30.3532139 ], [ 119.9024714, 30.3533897 ], [ 119.9024061, 30.3534517 ], [ 119.9022363, 30.3535137 ], [ 119.9020534, 30.3535137 ], [ 119.9017267, 30.3534573 ], [ 119.9011454, 30.3531304 ], [ 119.9010539, 30.3531079 ], [ 119.9008776, 30.3531079 ], [ 119.9000349, 30.3532206 ], [ 119.899741, 30.353215 ], [ 119.8994405, 30.3531699 ], [ 119.8992772, 30.3531022 ], [ 119.8990028, 30.3529049 ], [ 119.8986828, 30.3529049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9057189, 30.3610688 ], [ 119.9056252, 30.3609695 ], [ 119.9056068, 30.3608824 ], [ 119.9056068, 30.3607636 ], [ 119.905616, 30.3605735 ], [ 119.9055701, 30.3604468 ], [ 119.9054324, 30.3602963 ], [ 119.9053223, 30.3601141 ], [ 119.9053131, 30.359932 ], [ 119.9053131, 30.3597181 ], [ 119.9053406, 30.3595597 ], [ 119.9053865, 30.3594092 ], [ 119.905515, 30.3588944 ], [ 119.9057537, 30.3580548 ], [ 119.9059097, 30.3577855 ], [ 119.9060566, 30.3575954 ], [ 119.906589, 30.3568904 ], [ 119.9066532, 30.3566766 ], [ 119.9069194, 30.3557023 ], [ 119.9069378, 30.3554805 ], [ 119.9068644, 30.3553063 ], [ 119.9068827, 30.3552033 ], [ 119.9070847, 30.3545538 ], [ 119.9072591, 30.3539122 ], [ 119.9072683, 30.3537221 ], [ 119.9072866, 30.3534686 ], [ 119.9072958, 30.3532944 ], [ 119.9075161, 30.3518606 ], [ 119.9076997, 30.3507358 ], [ 119.9076997, 30.3505774 ], [ 119.9076262, 30.3504586 ], [ 119.9074702, 30.3503715 ], [ 119.9072958, 30.3502368 ], [ 119.9072499, 30.3501101 ], [ 119.9072224, 30.3496269 ], [ 119.9071948, 30.3490803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8188129, 30.3318381 ], [ 119.8176478, 30.3315694 ], [ 119.8162476, 30.331199 ], [ 119.8159402, 30.3311246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8189173, 30.3317583 ], [ 119.8188129, 30.3318381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8188129, 30.3318381 ], [ 119.8189173, 30.3317583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8188129, 30.3318381 ], [ 119.8181985, 30.3325458 ], [ 119.8179859, 30.3329926 ], [ 119.8179335, 30.3334367 ], [ 119.8178904, 30.3336015 ], [ 119.8177086, 30.3338754 ], [ 119.8175545, 30.3341361 ], [ 119.8173851, 30.3346652 ], [ 119.8171012, 30.3354918 ], [ 119.8170988, 30.3355926 ], [ 119.8171128, 30.3356691 ], [ 119.8171782, 30.3357699 ], [ 119.8173066, 30.3361024 ], [ 119.8175892, 30.3369126 ], [ 119.8179371, 30.3374648 ], [ 119.8181846, 30.3377932 ], [ 119.818257, 30.3379524 ], [ 119.818257, 30.3380855 ], [ 119.8182079, 30.3383273 ], [ 119.8181776, 30.3385953 ], [ 119.8182056, 30.3387283 ], [ 119.8183154, 30.3388915 ], [ 119.8184788, 30.3392422 ], [ 119.8185092, 30.3394619 ], [ 119.8184555, 30.3396593 ], [ 119.8184625, 30.3397641 ], [ 119.8185489, 30.3398629 ], [ 119.8187613, 30.3400362 ], [ 119.8193133, 30.3404557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8193133, 30.3404557 ], [ 119.8187613, 30.3400362 ], [ 119.8185489, 30.3398629 ], [ 119.8184625, 30.3397641 ], [ 119.8184555, 30.3396593 ], [ 119.8185092, 30.3394619 ], [ 119.8184788, 30.3392422 ], [ 119.8183154, 30.3388915 ], [ 119.8182056, 30.3387283 ], [ 119.8181776, 30.3385953 ], [ 119.8182079, 30.3383273 ], [ 119.818257, 30.3380855 ], [ 119.818257, 30.3379524 ], [ 119.8181846, 30.3377932 ], [ 119.8179371, 30.3374648 ], [ 119.8175892, 30.3369126 ], [ 119.8173066, 30.3361024 ], [ 119.8171782, 30.3357699 ], [ 119.8171128, 30.3356691 ], [ 119.8170988, 30.3355926 ], [ 119.8171012, 30.3354918 ], [ 119.8173851, 30.3346652 ], [ 119.8175545, 30.3341361 ], [ 119.8177086, 30.3338754 ], [ 119.8178904, 30.3336015 ], [ 119.8179335, 30.3334367 ], [ 119.8179859, 30.3329926 ], [ 119.8181985, 30.3325458 ], [ 119.8188129, 30.3318381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8102678, 30.3448735 ], [ 119.8098512, 30.3444656 ], [ 119.8097508, 30.3442782 ], [ 119.8096831, 30.3440928 ], [ 119.8096504, 30.343845 ], [ 119.8096948, 30.3430067 ], [ 119.8098092, 30.3424283 ], [ 119.8100211, 30.3417538 ], [ 119.8104046, 30.3410862 ], [ 119.8110841, 30.3401915 ], [ 119.811836, 30.3390388 ], [ 119.8121372, 30.3384725 ], [ 119.8125995, 30.3375072 ], [ 119.8130922, 30.3363545 ], [ 119.8132697, 30.3358063 ], [ 119.8133677, 30.3353206 ], [ 119.8135382, 30.3343331 ], [ 119.8136199, 30.3340207 ], [ 119.8136613, 30.3339493 ], [ 119.8137577, 30.3337829 ], [ 119.8141009, 30.333394 ], [ 119.8146823, 30.3329566 ], [ 119.8153968, 30.3323802 ], [ 119.8156887, 30.3319993 ], [ 119.8158008, 30.3317515 ], [ 119.8158803, 30.3314993 ], [ 119.8159386, 30.3313081 ], [ 119.8159402, 30.3311246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8159402, 30.3311246 ], [ 119.8159386, 30.3313081 ], [ 119.8158803, 30.3314993 ], [ 119.8158008, 30.3317515 ], [ 119.8156887, 30.3319993 ], [ 119.8153968, 30.3323802 ], [ 119.8146823, 30.3329566 ], [ 119.8141009, 30.333394 ], [ 119.8137577, 30.3337829 ], [ 119.8136613, 30.3339493 ], [ 119.8136199, 30.3340207 ], [ 119.8135382, 30.3343331 ], [ 119.8133677, 30.3353206 ], [ 119.8132697, 30.3358063 ], [ 119.8130922, 30.3363545 ], [ 119.8125995, 30.3375072 ], [ 119.8121372, 30.3384725 ], [ 119.811836, 30.3390388 ], [ 119.8110841, 30.3401915 ], [ 119.8104046, 30.3410862 ], [ 119.8100211, 30.3417538 ], [ 119.8098092, 30.3424283 ], [ 119.8096948, 30.3430067 ], [ 119.8096504, 30.343845 ], [ 119.8096831, 30.3440928 ], [ 119.8097508, 30.3442782 ], [ 119.8098512, 30.3444656 ], [ 119.8102678, 30.3448735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8193133, 30.3404557 ], [ 119.8196159, 30.340649 ], [ 119.819948, 30.340861 ], [ 119.82031, 30.34104 ], [ 119.821151, 30.341226 ], [ 119.822076, 30.341348 ], [ 119.822483, 30.341454 ], [ 119.822791, 30.341673 ], [ 119.823415, 30.342238 ], [ 119.823906, 30.342866 ], [ 119.824194, 30.342978 ], [ 119.82496, 30.343093 ], [ 119.825533, 30.343123 ], [ 119.827146, 30.343006 ], [ 119.827879, 30.343015 ], [ 119.828181, 30.343138 ], [ 119.828593, 30.343381 ], [ 119.82872, 30.343565 ], [ 119.828697, 30.3438694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.828697, 30.3438694 ], [ 119.82872, 30.343565 ], [ 119.828593, 30.343381 ], [ 119.828181, 30.343138 ], [ 119.827879, 30.343015 ], [ 119.827146, 30.343006 ], [ 119.825533, 30.343123 ], [ 119.82496, 30.343093 ], [ 119.824194, 30.342978 ], [ 119.823906, 30.342866 ], [ 119.823415, 30.342238 ], [ 119.822791, 30.341673 ], [ 119.822483, 30.341454 ], [ 119.822076, 30.341348 ], [ 119.821151, 30.341226 ], [ 119.82031, 30.34104 ], [ 119.819948, 30.340861 ], [ 119.8196159, 30.340649 ], [ 119.8193133, 30.3404557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8193133, 30.3404557 ], [ 119.819035, 30.340278 ], [ 119.818316, 30.340096 ], [ 119.817846, 30.340199 ], [ 119.817668, 30.340316 ], [ 119.817136, 30.34088 ], [ 119.816929, 30.341493 ], [ 119.81674, 30.341804 ], [ 119.81602, 30.342308 ], [ 119.815468, 30.342935 ], [ 119.815151, 30.343163 ], [ 119.814916, 30.343261 ], [ 119.814576, 30.343276 ], [ 119.8138933, 30.3430041 ], [ 119.8136383, 30.3429345 ], [ 119.8135257, 30.3428882 ], [ 119.8134278, 30.3428338 ], [ 119.813291, 30.3427504 ], [ 119.8132201, 30.3427236 ], [ 119.8131086, 30.3427018 ], [ 119.8130053, 30.3426949 ], [ 119.812894, 30.3427064 ], [ 119.8127666, 30.3427319 ], [ 119.8126689, 30.3427605 ], [ 119.812588, 30.342816 ], [ 119.8125306, 30.3428882 ], [ 119.8124287, 30.3430421 ], [ 119.8123361, 30.3431706 ], [ 119.8122154, 30.3433164 ], [ 119.811828, 30.343793 ], [ 119.8111595, 30.3442385 ], [ 119.8108407, 30.344451 ], [ 119.810503, 30.344676 ], [ 119.8102678, 30.3448735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8584416, 30.3365832 ], [ 119.8582205, 30.3366962 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8500898, 30.3388781 ], [ 119.8500305, 30.338487 ], [ 119.8499819, 30.3380028 ], [ 119.8499981, 30.3375094 ], [ 119.8498902, 30.3366621 ], [ 119.849669, 30.335703 ], [ 119.849621, 30.3355165 ], [ 119.849572, 30.3353259 ], [ 119.8494047, 30.3350512 ], [ 119.849189, 30.334879 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.849189, 30.334879 ], [ 119.8494047, 30.3350512 ], [ 119.849572, 30.3353259 ], [ 119.849621, 30.3355165 ], [ 119.849669, 30.335703 ], [ 119.8498902, 30.3366621 ], [ 119.8499981, 30.3375094 ], [ 119.8499819, 30.3380028 ], [ 119.8500305, 30.338487 ], [ 119.8500898, 30.3388781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.850303, 30.3394574 ], [ 119.8500782, 30.3394868 ], [ 119.8499491, 30.3394991 ], [ 119.8498007, 30.3394936 ], [ 119.8496412, 30.3394757 ], [ 119.8494829, 30.3394431 ], [ 119.8492886, 30.3394108 ], [ 119.8490618, 30.3393914 ], [ 119.848673, 30.3394 ], [ 119.8484313, 30.3394065 ], [ 119.8481995, 30.3393914 ], [ 119.8479379, 30.3393484 ], [ 119.8475092, 30.3392409 ], [ 119.8468563, 30.3390538 ], [ 119.845548, 30.3386731 ], [ 119.845334, 30.3386115 ], [ 119.8449274, 30.3384946 ], [ 119.8442147, 30.3382816 ], [ 119.8435692, 30.3381311 ], [ 119.8431954, 30.3381053 ], [ 119.8415955, 30.3381999 ], [ 119.841446, 30.338216 ], [ 119.8410603, 30.3382688 ], [ 119.840796, 30.338305 ], [ 119.840628, 30.338413 ], [ 119.8403084, 30.3388833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8403084, 30.3388833 ], [ 119.840628, 30.338413 ], [ 119.840796, 30.338305 ], [ 119.8410603, 30.3382688 ], [ 119.841446, 30.338216 ], [ 119.8415955, 30.3381999 ], [ 119.8431954, 30.3381053 ], [ 119.8435692, 30.3381311 ], [ 119.8442147, 30.3382816 ], [ 119.8449274, 30.3384946 ], [ 119.845334, 30.3386115 ], [ 119.845548, 30.3386731 ], [ 119.8468563, 30.3390538 ], [ 119.8475092, 30.3392409 ], [ 119.8479379, 30.3393484 ], [ 119.8481995, 30.3393914 ], [ 119.8484313, 30.3394065 ], [ 119.848673, 30.3394 ], [ 119.8490618, 30.3393914 ], [ 119.8492886, 30.3394108 ], [ 119.8494829, 30.3394431 ], [ 119.8496412, 30.3394757 ], [ 119.8498007, 30.3394936 ], [ 119.8499491, 30.3394991 ], [ 119.8500782, 30.3394868 ], [ 119.850303, 30.3394574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8403084, 30.3388833 ], [ 119.8402555, 30.3389612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8402555, 30.3389612 ], [ 119.8403084, 30.3388833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8584416, 30.3365832 ], [ 119.8582337, 30.3369056 ], [ 119.8581042, 30.3370919 ], [ 119.8563125, 30.3392793 ], [ 119.8543633, 30.3416306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8542356, 30.3416143 ], [ 119.8562022, 30.3392321 ], [ 119.8579934, 30.3370393 ], [ 119.8582205, 30.3366962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8870543, 30.3363602 ], [ 119.8870458, 30.3363742 ], [ 119.8868197, 30.3367688 ], [ 119.8867178, 30.3369841 ], [ 119.88664, 30.3371878 ], [ 119.8865676, 30.3374193 ], [ 119.8864588, 30.3378284 ], [ 119.886235, 30.3386184 ], [ 119.8861626, 30.3388453 ], [ 119.8861012, 30.3390214 ], [ 119.8860231, 30.3391763 ], [ 119.8859158, 30.3393384 ], [ 119.8858193, 30.3394518 ], [ 119.8856825, 30.3395953 ], [ 119.8855435, 30.3397034 ], [ 119.8847544, 30.3403175 ], [ 119.8845808, 30.3404764 ], [ 119.884403, 30.3406671 ], [ 119.8842421, 30.3408639 ], [ 119.8840973, 30.341056 ], [ 119.883623, 30.3417467 ], [ 119.8834482, 30.3419703 ], [ 119.8833275, 30.3420722 ], [ 119.8831692, 30.3421764 ], [ 119.8830214, 30.3422594 ], [ 119.8827884, 30.3423592 ], [ 119.8824638, 30.3424618 ], [ 119.8822162, 30.3425078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8822162, 30.3425078 ], [ 119.8824638, 30.3424618 ], [ 119.8827884, 30.3423592 ], [ 119.8830214, 30.3422594 ], [ 119.8831692, 30.3421764 ], [ 119.8833275, 30.3420722 ], [ 119.8834482, 30.3419703 ], [ 119.883623, 30.3417467 ], [ 119.8840973, 30.341056 ], [ 119.8842421, 30.3408639 ], [ 119.884403, 30.3406671 ], [ 119.8845808, 30.3404764 ], [ 119.8847544, 30.3403175 ], [ 119.8855435, 30.3397034 ], [ 119.8856825, 30.3395953 ], [ 119.8858193, 30.3394518 ], [ 119.8859158, 30.3393384 ], [ 119.8860231, 30.3391763 ], [ 119.8861012, 30.3390214 ], [ 119.8861626, 30.3388453 ], [ 119.886235, 30.3386184 ], [ 119.8864588, 30.3378284 ], [ 119.8865676, 30.3374193 ], [ 119.88664, 30.3371878 ], [ 119.8867178, 30.3369841 ], [ 119.8868197, 30.3367688 ], [ 119.8870458, 30.3363742 ], [ 119.8870543, 30.3363602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8584416, 30.3365832 ], [ 119.8585647, 30.3365662 ], [ 119.8586874, 30.33655 ], [ 119.8590092, 30.3364528 ], [ 119.8591366, 30.3364258 ], [ 119.8592736, 30.336422 ], [ 119.859481, 30.3364394 ], [ 119.8596328, 30.3364563 ], [ 119.8597616, 30.3364864 ], [ 119.8599188, 30.3365289 ], [ 119.8606606, 30.3368709 ], [ 119.8611228, 30.337084 ], [ 119.8615633, 30.3372954 ], [ 119.8619791, 30.337495 ], [ 119.8625135, 30.3377828 ], [ 119.8644988, 30.3389315 ], [ 119.8646096, 30.3389956 ], [ 119.8650014, 30.3392208 ], [ 119.8661938, 30.3399061 ], [ 119.866502, 30.3400837 ], [ 119.8667246, 30.3401833 ], [ 119.8669043, 30.340255 ], [ 119.8671806, 30.3403476 ], [ 119.8681361, 30.340668 ], [ 119.8684543, 30.340785 ], [ 119.8687609, 30.3408976 ], [ 119.8691601, 30.3410444 ], [ 119.8696916, 30.34122 ], [ 119.8701096, 30.3413477 ], [ 119.8704475, 30.3414356 ], [ 119.8709384, 30.3415421 ], [ 119.8712314, 30.3416025 ], [ 119.8715365, 30.3416532 ], [ 119.8717806, 30.341674 ], [ 119.8729768, 30.3417481 ], [ 119.8731509, 30.3417601 ], [ 119.8747017, 30.3418667 ], [ 119.8749817, 30.3418998 ], [ 119.8752889, 30.3419472 ], [ 119.8767229, 30.3422221 ], [ 119.878394, 30.3425134 ], [ 119.8786068, 30.342549 ], [ 119.878816, 30.3425583 ], [ 119.8796393, 30.3425551 ], [ 119.8804711, 30.3425543 ], [ 119.8817581, 30.342527 ], [ 119.8819269, 30.3425199 ], [ 119.8822162, 30.3425078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "彭凤线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8822162, 30.3425078 ], [ 119.8819269, 30.3425199 ], [ 119.8817581, 30.342527 ], [ 119.8804711, 30.3425543 ], [ 119.8796393, 30.3425551 ], [ 119.878816, 30.3425583 ], [ 119.8786068, 30.342549 ], [ 119.878394, 30.3425134 ], [ 119.8767229, 30.3422221 ], [ 119.8752889, 30.3419472 ], [ 119.8749817, 30.3418998 ], [ 119.8747017, 30.3418667 ], [ 119.8731509, 30.3417601 ], [ 119.8729768, 30.3417481 ], [ 119.8717806, 30.341674 ], [ 119.8715365, 30.3416532 ], [ 119.8712314, 30.3416025 ], [ 119.8709384, 30.3415421 ], [ 119.8704475, 30.3414356 ], [ 119.8701096, 30.3413477 ], [ 119.8696916, 30.34122 ], [ 119.8691601, 30.3410444 ], [ 119.8687609, 30.3408976 ], [ 119.8684543, 30.340785 ], [ 119.8681361, 30.340668 ], [ 119.8671806, 30.3403476 ], [ 119.8669043, 30.340255 ], [ 119.8667246, 30.3401833 ], [ 119.866502, 30.3400837 ], [ 119.8661938, 30.3399061 ], [ 119.8650014, 30.3392208 ], [ 119.8646096, 30.3389956 ], [ 119.8644988, 30.3389315 ], [ 119.8625135, 30.3377828 ], [ 119.8619791, 30.337495 ], [ 119.8615633, 30.3372954 ], [ 119.8611228, 30.337084 ], [ 119.8606606, 30.3368709 ], [ 119.8599188, 30.3365289 ], [ 119.8597616, 30.3364864 ], [ 119.8596328, 30.3364563 ], [ 119.859481, 30.3364394 ], [ 119.8592736, 30.336422 ], [ 119.8591366, 30.3364258 ], [ 119.8590092, 30.3364528 ], [ 119.8586874, 30.33655 ], [ 119.8585647, 30.3365662 ], [ 119.8584416, 30.3365832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8542356, 30.3416143 ], [ 119.851324, 30.3412533 ], [ 119.8510639, 30.3412229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8510639, 30.3412229 ], [ 119.851324, 30.3412533 ], [ 119.8542356, 30.3416143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8402555, 30.3389612 ], [ 119.838811, 30.340026 ], [ 119.837669, 30.341198 ], [ 119.837269, 30.341491 ], [ 119.8367817, 30.3417046 ], [ 119.836425, 30.341861 ], [ 119.8361969, 30.3420065 ], [ 119.835386, 30.342524 ], [ 119.834418, 30.342986 ], [ 119.833928, 30.343125 ], [ 119.8331334, 30.3432949 ], [ 119.8328688, 30.3433514 ], [ 119.831753, 30.34359 ], [ 119.8296, 30.343768 ], [ 119.8291613, 30.3438349 ], [ 119.828865, 30.34388 ], [ 119.828697, 30.3438694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.828697, 30.3438694 ], [ 119.828865, 30.34388 ], [ 119.8291613, 30.3438349 ], [ 119.8296, 30.343768 ], [ 119.831753, 30.34359 ], [ 119.8328688, 30.3433514 ], [ 119.8331334, 30.3432949 ], [ 119.833928, 30.343125 ], [ 119.834418, 30.342986 ], [ 119.835386, 30.342524 ], [ 119.8361969, 30.3420065 ], [ 119.836425, 30.341861 ], [ 119.8367817, 30.3417046 ], [ 119.837269, 30.341491 ], [ 119.837669, 30.341198 ], [ 119.838811, 30.340026 ], [ 119.8402555, 30.3389612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8543633, 30.3416306 ], [ 119.8542356, 30.3416143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8542356, 30.3416143 ], [ 119.8543633, 30.3416306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8403084, 30.3388833 ], [ 119.841162, 30.3394483 ], [ 119.8424089, 30.3402908 ], [ 119.8428856, 30.3406107 ], [ 119.8435567, 30.3410609 ], [ 119.8440295, 30.3414031 ], [ 119.8448684, 30.3418836 ], [ 119.8458483, 30.3424298 ], [ 119.8464927, 30.342749 ], [ 119.8477358, 30.3434204 ], [ 119.8483192, 30.3437758 ], [ 119.8487158, 30.3440653 ], [ 119.8490978, 30.3444538 ], [ 119.849359, 30.3447185 ], [ 119.8495483, 30.3449638 ], [ 119.8496952, 30.3451542 ], [ 119.8499294, 30.3455655 ], [ 119.8499926, 30.3456873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8499825, 30.3459182 ], [ 119.849785, 30.3455364 ], [ 119.8497437, 30.3454565 ], [ 119.8495471, 30.345143 ], [ 119.8494579, 30.3450247 ], [ 119.84929, 30.3448087 ], [ 119.8489659, 30.3444566 ], [ 119.8485846, 30.3441045 ], [ 119.8482681, 30.3438577 ], [ 119.8478753, 30.3436109 ], [ 119.8471089, 30.3432061 ], [ 119.8457662, 30.3424928 ], [ 119.844305, 30.3416558 ], [ 119.8436897, 30.3413092 ], [ 119.8428493, 30.3407145 ], [ 119.8425746, 30.3405201 ], [ 119.8415491, 30.3398379 ], [ 119.8405322, 30.3391409 ], [ 119.8402555, 30.3389612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8520991, 30.3442277 ], [ 119.8542356, 30.3416143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8543633, 30.3416306 ], [ 119.8521791, 30.3443019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8543633, 30.3416306 ], [ 119.8582333, 30.3420293 ], [ 119.8672759, 30.3437369 ], [ 119.8693913, 30.3442217 ], [ 119.8696082, 30.3443768 ], [ 119.8696855, 30.3455253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8696855, 30.3455253 ], [ 119.8696082, 30.3443768 ], [ 119.8693913, 30.3442217 ], [ 119.8672759, 30.3437369 ], [ 119.8582333, 30.3420293 ], [ 119.8543633, 30.3416306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8520991, 30.3442277 ], [ 119.8518052, 30.3445893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8518052, 30.3445893 ], [ 119.8520991, 30.3442277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8518985, 30.3446473 ], [ 119.8521791, 30.3443019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8521791, 30.3443019 ], [ 119.8518985, 30.3446473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8808867, 30.3464425 ], [ 119.8809328, 30.3463222 ], [ 119.8810403, 30.3460415 ], [ 119.8815894, 30.344608 ], [ 119.8816162, 30.344556 ], [ 119.8816444, 30.3445143 ], [ 119.8816685, 30.3444645 ], [ 119.8816873, 30.3444136 ], [ 119.8817235, 30.3442759 ], [ 119.8818912, 30.3436909 ], [ 119.8820354, 30.3432607 ], [ 119.8821452, 30.3429145 ], [ 119.8821915, 30.3427311 ], [ 119.8822162, 30.3425078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8822162, 30.3425078 ], [ 119.8821915, 30.3427311 ], [ 119.8821452, 30.3429145 ], [ 119.8820354, 30.3432607 ], [ 119.8818912, 30.3436909 ], [ 119.8817235, 30.3442759 ], [ 119.8816873, 30.3444136 ], [ 119.8816685, 30.3444645 ], [ 119.8816444, 30.3445143 ], [ 119.8816162, 30.344556 ], [ 119.8815894, 30.344608 ], [ 119.8810403, 30.3460415 ], [ 119.8809328, 30.3463222 ], [ 119.8808867, 30.3464425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8509659, 30.3457117 ], [ 119.8512603, 30.3452682 ], [ 119.8518052, 30.3445893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8518985, 30.3446473 ], [ 119.8513245, 30.3453719 ], [ 119.851124, 30.3457025 ], [ 119.8509462, 30.3462455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8499926, 30.3456873 ], [ 119.8503161, 30.3458488 ], [ 119.8505543, 30.3458723 ], [ 119.8507653, 30.3458253 ], [ 119.8509659, 30.3457117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8499926, 30.3456873 ], [ 119.8501728, 30.3458979 ], [ 119.8503657, 30.3460348 ], [ 119.8506481, 30.3461892 ], [ 119.8508019, 30.3462235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8508019, 30.3462235 ], [ 119.8508831, 30.3459259 ], [ 119.8509659, 30.3457117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8696855, 30.3455253 ], [ 119.8697947, 30.3455695 ], [ 119.8722285, 30.3456161 ], [ 119.8745272, 30.3456485 ], [ 119.8746103, 30.3456508 ], [ 119.877322, 30.3456971 ], [ 119.877601, 30.3457133 ], [ 119.8778504, 30.3457434 ], [ 119.8782393, 30.3457897 ], [ 119.8787106, 30.3458535 ], [ 119.8799828, 30.3460258 ], [ 119.880082, 30.3460466 ], [ 119.8801705, 30.3460791 ], [ 119.8808867, 30.3464425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8808867, 30.3464425 ], [ 119.8801705, 30.3460791 ], [ 119.880082, 30.3460466 ], [ 119.8799828, 30.3460258 ], [ 119.8787106, 30.3458535 ], [ 119.8782393, 30.3457897 ], [ 119.8778504, 30.3457434 ], [ 119.877601, 30.3457133 ], [ 119.877322, 30.3456971 ], [ 119.8746103, 30.3456508 ], [ 119.8745272, 30.3456485 ], [ 119.8722285, 30.3456161 ], [ 119.8697947, 30.3455695 ], [ 119.8696855, 30.3455253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8507564, 30.3464295 ], [ 119.8506018, 30.3463675 ], [ 119.8503636, 30.3462588 ], [ 119.8501186, 30.3460738 ], [ 119.8499825, 30.3459182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8508019, 30.3462235 ], [ 119.8509462, 30.3462455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8102678, 30.3448735 ], [ 119.810503, 30.344676 ], [ 119.8108407, 30.344451 ], [ 119.8111595, 30.3442385 ], [ 119.811828, 30.343793 ], [ 119.8122154, 30.3433164 ], [ 119.8123361, 30.3431706 ], [ 119.8124287, 30.3430421 ], [ 119.8125306, 30.3428882 ], [ 119.812588, 30.342816 ], [ 119.8126689, 30.3427605 ], [ 119.8127666, 30.3427319 ], [ 119.812894, 30.3427064 ], [ 119.8130053, 30.3426949 ], [ 119.8131086, 30.3427018 ], [ 119.8132201, 30.3427236 ], [ 119.813291, 30.3427504 ], [ 119.8134278, 30.3428338 ], [ 119.8135257, 30.3428882 ], [ 119.8136383, 30.3429345 ], [ 119.8138933, 30.3430041 ], [ 119.814576, 30.343276 ], [ 119.814916, 30.343261 ], [ 119.815151, 30.343163 ], [ 119.815468, 30.342935 ], [ 119.81602, 30.342308 ], [ 119.81674, 30.341804 ], [ 119.816929, 30.341493 ], [ 119.817136, 30.34088 ], [ 119.817668, 30.340316 ], [ 119.817846, 30.340199 ], [ 119.818316, 30.340096 ], [ 119.819035, 30.340278 ], [ 119.8193133, 30.3404557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.828697, 30.3438694 ], [ 119.8285273, 30.3438453 ], [ 119.8276743, 30.3438569 ], [ 119.8263869, 30.3440074 ], [ 119.8258585, 30.3442018 ], [ 119.8255983, 30.3443083 ], [ 119.8253676, 30.3443245 ], [ 119.8243886, 30.3442041 ], [ 119.8235893, 30.3441509 ], [ 119.8230609, 30.3441486 ], [ 119.822849, 30.3441902 ], [ 119.8227283, 30.3442921 ], [ 119.8224628, 30.3450768 ], [ 119.8223947, 30.3451853 ], [ 119.8223394, 30.3452735 ], [ 119.822098, 30.3454101 ], [ 119.8217708, 30.3455906 ], [ 119.8215321, 30.3458383 ], [ 119.8212799, 30.346204 ], [ 119.821111, 30.3465397 ], [ 119.8210117, 30.3469193 ], [ 119.8208696, 30.3473521 ], [ 119.8207988, 30.3475846 ], [ 119.8207435, 30.3477665 ], [ 119.820604, 30.3481553 ], [ 119.8204324, 30.3485697 ], [ 119.8202392, 30.3488289 ], [ 119.8200113, 30.3490766 ], [ 119.8198478, 30.3492576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8198478, 30.3492576 ], [ 119.8200113, 30.3490766 ], [ 119.8202392, 30.3488289 ], [ 119.8204324, 30.3485697 ], [ 119.820604, 30.3481553 ], [ 119.8207435, 30.3477665 ], [ 119.8207988, 30.3475846 ], [ 119.8208696, 30.3473521 ], [ 119.8210117, 30.3469193 ], [ 119.821111, 30.3465397 ], [ 119.8212799, 30.346204 ], [ 119.8215321, 30.3458383 ], [ 119.8217708, 30.3455906 ], [ 119.822098, 30.3454101 ], [ 119.8223394, 30.3452735 ], [ 119.8223947, 30.3451853 ], [ 119.8224628, 30.3450768 ], [ 119.8227283, 30.3442921 ], [ 119.822849, 30.3441902 ], [ 119.8230609, 30.3441486 ], [ 119.8235893, 30.3441509 ], [ 119.8243886, 30.3442041 ], [ 119.8253676, 30.3443245 ], [ 119.8255983, 30.3443083 ], [ 119.8258585, 30.3442018 ], [ 119.8263869, 30.3440074 ], [ 119.8276743, 30.3438569 ], [ 119.8285273, 30.3438453 ], [ 119.828697, 30.3438694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.828697, 30.3438694 ], [ 119.8284985, 30.3441773 ], [ 119.8279519, 30.3450777 ], [ 119.8263501, 30.3446661 ], [ 119.8255749, 30.3450569 ], [ 119.8231979, 30.3466309 ], [ 119.820976, 30.3495608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.820976, 30.3495608 ], [ 119.8231979, 30.3466309 ], [ 119.8255749, 30.3450569 ], [ 119.8263501, 30.3446661 ], [ 119.8279519, 30.3450777 ], [ 119.8284985, 30.3441773 ], [ 119.828697, 30.3438694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.820976, 30.3495608 ], [ 119.8206557, 30.3496196 ], [ 119.8205998, 30.3496006 ], [ 119.820443, 30.3495474 ], [ 119.8203036, 30.3495001 ], [ 119.8198478, 30.3492576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8198478, 30.3492576 ], [ 119.8203036, 30.3495001 ], [ 119.820443, 30.3495474 ], [ 119.8205998, 30.3496006 ], [ 119.8206557, 30.3496196 ], [ 119.820976, 30.3495608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8029068, 30.3613466 ], [ 119.80296, 30.361068 ], [ 119.802976, 30.360595 ], [ 119.803333, 30.359224 ], [ 119.803346, 30.358791 ], [ 119.803266, 30.358088 ], [ 119.803408, 30.357441 ], [ 119.803653, 30.356969 ], [ 119.804791, 30.355404 ], [ 119.805856, 30.354475 ], [ 119.806503, 30.354131 ], [ 119.806613, 30.353993 ], [ 119.806666, 30.353318 ], [ 119.806834, 30.352363 ], [ 119.806643, 30.351565 ], [ 119.8066568, 30.3512151 ], [ 119.8067144, 30.3507921 ], [ 119.8067089, 30.3506442 ], [ 119.8065812, 30.3504436 ], [ 119.8065373, 30.3503584 ], [ 119.80651, 30.350206 ], [ 119.806513, 30.349991 ], [ 119.806613, 30.349674 ], [ 119.807009, 30.349051 ], [ 119.807306, 30.348478 ], [ 119.807476, 30.348283 ], [ 119.8078178, 30.3480499 ], [ 119.8079239, 30.3479775 ], [ 119.808045, 30.347895 ], [ 119.808871, 30.347466 ], [ 119.8091504, 30.3472634 ], [ 119.809453, 30.347044 ], [ 119.809753, 30.346599 ], [ 119.809966, 30.345329 ], [ 119.810203, 30.344928 ], [ 119.8102678, 30.3448735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8102678, 30.3448735 ], [ 119.810203, 30.344928 ], [ 119.809966, 30.345329 ], [ 119.809753, 30.346599 ], [ 119.809453, 30.347044 ], [ 119.8091504, 30.3472634 ], [ 119.808871, 30.347466 ], [ 119.808045, 30.347895 ], [ 119.8079239, 30.3479775 ], [ 119.8078178, 30.3480499 ], [ 119.807476, 30.348283 ], [ 119.807306, 30.348478 ], [ 119.807009, 30.349051 ], [ 119.806613, 30.349674 ], [ 119.806513, 30.349991 ], [ 119.80651, 30.350206 ], [ 119.8065373, 30.3503584 ], [ 119.8065812, 30.3504436 ], [ 119.8067089, 30.3506442 ], [ 119.8067144, 30.3507921 ], [ 119.8066568, 30.3512151 ], [ 119.806643, 30.351565 ], [ 119.806834, 30.352363 ], [ 119.806666, 30.353318 ], [ 119.806613, 30.353993 ], [ 119.806503, 30.354131 ], [ 119.805856, 30.354475 ], [ 119.804791, 30.355404 ], [ 119.803653, 30.356969 ], [ 119.803408, 30.357441 ], [ 119.803266, 30.358088 ], [ 119.803346, 30.358791 ], [ 119.803333, 30.359224 ], [ 119.802976, 30.360595 ], [ 119.80296, 30.361068 ], [ 119.8029068, 30.3613466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8029068, 30.3613466 ], [ 119.803268, 30.3615392 ], [ 119.8035969, 30.3617114 ], [ 119.8040414, 30.3618341 ], [ 119.8042503, 30.3618109 ], [ 119.8046368, 30.3616096 ], [ 119.8051089, 30.36148 ], [ 119.8055844, 30.3612574 ], [ 119.8059109, 30.3611814 ], [ 119.8067104, 30.3610171 ], [ 119.8069918, 30.3610009 ], [ 119.8072359, 30.361024 ], [ 119.8077205, 30.3610888 ], [ 119.8079118, 30.3611143 ], [ 119.8080593, 30.3610958 ], [ 119.8081934, 30.3610402 ], [ 119.8082854, 30.360968 ], [ 119.8086029, 30.3604275 ], [ 119.8090813, 30.36014 ], [ 119.8097359, 30.3598873 ], [ 119.8107898, 30.3592211 ], [ 119.8117465, 30.3585282 ], [ 119.8127984, 30.3572502 ], [ 119.8128891, 30.356505 ], [ 119.8133945, 30.3561925 ], [ 119.8136852, 30.35568 ], [ 119.8141573, 30.3552916 ], [ 119.814322, 30.3550952 ], [ 119.8149196, 30.3543825 ], [ 119.8153818, 30.3541571 ], [ 119.81584, 30.3540307 ], [ 119.8162076, 30.3537234 ], [ 119.8171839, 30.3531577 ], [ 119.8178118, 30.351993 ], [ 119.8179751, 30.3514602 ], [ 119.8180881, 30.3511505 ], [ 119.8184636, 30.3506621 ], [ 119.8186406, 30.3501899 ], [ 119.8189428, 30.3497515 ], [ 119.8193756, 30.3494701 ], [ 119.8198478, 30.3492576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9412196, 30.288419 ], [ 119.9411656, 30.2893444 ], [ 119.9411532, 30.2896111 ], [ 119.9411309, 30.2902418 ], [ 119.9411062, 30.2907425 ], [ 119.9410665, 30.2915475 ], [ 119.9410354, 30.2923395 ], [ 119.9410304, 30.2924652 ], [ 119.9410152, 30.2928525 ], [ 119.9409817, 30.2931158 ], [ 119.9409086, 30.2934183 ], [ 119.9407485, 30.2940606 ], [ 119.9404305, 30.2952147 ], [ 119.9401797, 30.2962332 ], [ 119.9400425, 30.2967902 ], [ 119.9398923, 30.297346 ], [ 119.9398498, 30.2975326 ], [ 119.9396826, 30.2981615 ], [ 119.9396609, 30.29825 ], [ 119.9396355, 30.2983535 ], [ 119.9395752, 30.2985996 ], [ 119.9394024, 30.2992784 ], [ 119.9391985, 30.3000647 ], [ 119.9391723, 30.3001656 ], [ 119.9391456, 30.3002688 ], [ 119.9390172, 30.3007642 ], [ 119.938955, 30.3010122 ], [ 119.9386439, 30.3022534 ], [ 119.938612, 30.3023797 ], [ 119.9382896, 30.3036587 ], [ 119.9380767, 30.3044873 ], [ 119.9379762, 30.3048784 ], [ 119.9379379, 30.3050275 ], [ 119.9379044, 30.3051579 ], [ 119.9378329, 30.3054362 ], [ 119.9376334, 30.3062129 ], [ 119.9374936, 30.3067915 ], [ 119.9372996, 30.307526 ], [ 119.9372608, 30.3076834 ], [ 119.9368238, 30.3093851 ], [ 119.9366176, 30.310188 ], [ 119.9362813, 30.3114584 ], [ 119.936232, 30.3116576 ], [ 119.9362111, 30.3117423 ], [ 119.9361502, 30.3119886 ], [ 119.9360189, 30.3125198 ], [ 119.9358815, 30.3130755 ], [ 119.93581, 30.313376 ], [ 119.9357576, 30.313572 ], [ 119.9354639, 30.3146511 ], [ 119.9351584, 30.315759 ], [ 119.9347921, 30.3171086 ], [ 119.9343994, 30.3185972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9343994, 30.3185972 ], [ 119.9347921, 30.3171086 ], [ 119.9351584, 30.315759 ], [ 119.9354639, 30.3146511 ], [ 119.9357576, 30.313572 ], [ 119.93581, 30.313376 ], [ 119.9358815, 30.3130755 ], [ 119.9360189, 30.3125198 ], [ 119.9361502, 30.3119886 ], [ 119.9362111, 30.3117423 ], [ 119.936232, 30.3116576 ], [ 119.9362813, 30.3114584 ], [ 119.9366176, 30.310188 ], [ 119.9368238, 30.3093851 ], [ 119.9372608, 30.3076834 ], [ 119.9372996, 30.307526 ], [ 119.9374936, 30.3067915 ], [ 119.9376334, 30.3062129 ], [ 119.9378329, 30.3054362 ], [ 119.9379044, 30.3051579 ], [ 119.9379379, 30.3050275 ], [ 119.9379762, 30.3048784 ], [ 119.9380767, 30.3044873 ], [ 119.9382896, 30.3036587 ], [ 119.938612, 30.3023797 ], [ 119.9386439, 30.3022534 ], [ 119.938955, 30.3010122 ], [ 119.9390172, 30.3007642 ], [ 119.9391456, 30.3002688 ], [ 119.9391723, 30.3001656 ], [ 119.9391985, 30.3000647 ], [ 119.9394024, 30.2992784 ], [ 119.9395752, 30.2985996 ], [ 119.9396355, 30.2983535 ], [ 119.9396609, 30.29825 ], [ 119.9396826, 30.2981615 ], [ 119.9398498, 30.2975326 ], [ 119.9398923, 30.297346 ], [ 119.9400425, 30.2967902 ], [ 119.9401797, 30.2962332 ], [ 119.9404305, 30.2952147 ], [ 119.9407485, 30.2940606 ], [ 119.9409086, 30.2934183 ], [ 119.9409817, 30.2931158 ], [ 119.9410152, 30.2928525 ], [ 119.9410304, 30.2924652 ], [ 119.9410354, 30.2923395 ], [ 119.9410665, 30.2915475 ], [ 119.9411062, 30.2907425 ], [ 119.9411309, 30.2902418 ], [ 119.9411532, 30.2896111 ], [ 119.9411656, 30.2893444 ], [ 119.9412196, 30.288419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9343994, 30.3185972 ], [ 119.936497, 30.318595 ], [ 119.9387298, 30.3185926 ], [ 119.9390025, 30.3185923 ], [ 119.9413712, 30.3185926 ], [ 119.9427794, 30.3185927 ], [ 119.9430377, 30.3185927 ], [ 119.9433155, 30.3185928 ], [ 119.9443707, 30.3185804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9443707, 30.3185804 ], [ 119.9433155, 30.3185928 ], [ 119.9430377, 30.3185927 ], [ 119.9427794, 30.3185927 ], [ 119.9413712, 30.3185926 ], [ 119.9390025, 30.3185923 ], [ 119.9387298, 30.3185926 ], [ 119.936497, 30.318595 ], [ 119.9343994, 30.3185972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9567206, 30.37048 ], [ 119.9566831, 30.370398 ], [ 119.9566147, 30.3702511 ], [ 119.9565571, 30.3700787 ], [ 119.9564337, 30.3697338 ], [ 119.9563794, 30.369617 ], [ 119.9563103, 30.369514 ], [ 119.9561199, 30.3692548 ], [ 119.9560005, 30.3691483 ], [ 119.9558436, 30.3690465 ], [ 119.9555513, 30.3688938 ], [ 119.9554413, 30.3688278 ], [ 119.9553635, 30.3687619 ], [ 119.9552241, 30.3685629 ], [ 119.9549772, 30.3680028 ], [ 119.9545098, 30.3667657 ], [ 119.9542815, 30.3661449 ], [ 119.9541995, 30.3659386 ], [ 119.9539942, 30.3655333 ], [ 119.9538259, 30.3652857 ], [ 119.9536094, 30.3650012 ], [ 119.9534844, 30.3648765 ], [ 119.9533292, 30.3647715 ], [ 119.9531765, 30.3646901 ], [ 119.9530224, 30.3646425 ], [ 119.9528468, 30.3646087 ], [ 119.9525228, 30.3646035 ], [ 119.9523271, 30.3645968 ], [ 119.952147, 30.3645737 ], [ 119.9519214, 30.3645288 ], [ 119.9516714, 30.3644655 ], [ 119.9514082, 30.3644143 ], [ 119.9511431, 30.3644392 ], [ 119.9510244, 30.3644233 ], [ 119.9508619, 30.3643464 ], [ 119.9507154, 30.3642418 ], [ 119.9504732, 30.3640448 ], [ 119.9502471, 30.3638339 ], [ 119.9500303, 30.3636393 ], [ 119.9499086, 30.3635419 ], [ 119.9497761, 30.3634446 ], [ 119.9495078, 30.3632826 ], [ 119.9490975, 30.3631183 ], [ 119.9487423, 30.362994 ], [ 119.9486997, 30.3629791 ], [ 119.9485503, 30.3629054 ], [ 119.948388, 30.3627978 ], [ 119.9482257, 30.3626763 ], [ 119.947932, 30.3624043 ], [ 119.9476866, 30.3621278 ], [ 119.9475579, 30.3619264 ], [ 119.947517, 30.3618402 ], [ 119.9474975, 30.361754 ], [ 119.9475049, 30.3616655 ], [ 119.9475391, 30.3615816 ], [ 119.9476289, 30.3614011 ], [ 119.94781, 30.3610956 ], [ 119.9479897, 30.3603526 ], [ 119.94815, 30.3599441 ], [ 119.9483156, 30.3595356 ], [ 119.9485772, 30.3585752 ], [ 119.9486308, 30.3581678 ], [ 119.9486093, 30.3576425 ], [ 119.9484161, 30.3565547 ], [ 119.9483478, 30.3560409 ], [ 119.9483331, 30.3554854 ], [ 119.9482874, 30.3553002 ], [ 119.9482384, 30.3551997 ], [ 119.9481171, 30.3549507 ], [ 119.94804, 30.3547459 ], [ 119.9479897, 30.3545364 ], [ 119.947928, 30.353599 ], [ 119.9479015, 30.3529822 ], [ 119.9478878, 30.3526616 ], [ 119.9479173, 30.352278 ], [ 119.9479702, 30.3521733 ], [ 119.9480506, 30.3520804 ], [ 119.9483851, 30.3518051 ], [ 119.9488434, 30.3514789 ], [ 119.9490267, 30.3513703 ], [ 119.9493987, 30.3512418 ], [ 119.9495571, 30.3511355 ], [ 119.9496376, 30.3508658 ], [ 119.9496994, 30.3503191 ], [ 119.9497789, 30.3500289 ], [ 119.9499166, 30.349623 ], [ 119.9499733, 30.3493943 ], [ 119.9500162, 30.349138 ], [ 119.9499897, 30.34885 ], [ 119.9499001, 30.3486072 ], [ 119.9497982, 30.3485008 ], [ 119.9497416, 30.3484707 ], [ 119.9495948, 30.3483924 ], [ 119.9493418, 30.3483269 ], [ 119.9490357, 30.3482793 ], [ 119.9488847, 30.3482292 ], [ 119.9487765, 30.3481293 ], [ 119.9486707, 30.3479491 ], [ 119.9486404, 30.3476825 ], [ 119.9486351, 30.3476359 ], [ 119.9485877, 30.3473602 ], [ 119.9485015, 30.3471483 ], [ 119.9484784, 30.347033 ], [ 119.9484673, 30.3468712 ], [ 119.9484865, 30.3464493 ], [ 119.9484108, 30.3461546 ], [ 119.9482921, 30.345798 ], [ 119.9482477, 30.3455281 ], [ 119.9482423, 30.3453453 ], [ 119.9482447, 30.3449776 ], [ 119.948276, 30.3445667 ], [ 119.948312, 30.3439611 ], [ 119.9482986, 30.3438222 ], [ 119.9483233, 30.343645 ], [ 119.9483633, 30.3435187 ], [ 119.9484787, 30.3432755 ], [ 119.9486872, 30.3428209 ], [ 119.9487938, 30.3425358 ], [ 119.9488897, 30.3422526 ], [ 119.9489322, 30.3420515 ], [ 119.9489453, 30.3418714 ], [ 119.9489359, 30.3416672 ], [ 119.9488852, 30.3413842 ], [ 119.9487897, 30.3410709 ], [ 119.9486948, 30.3407489 ], [ 119.9486626, 30.3405621 ], [ 119.9486401, 30.3403267 ], [ 119.9486154, 30.3400692 ], [ 119.9485869, 30.3398177 ], [ 119.9485078, 30.3395844 ], [ 119.9483968, 30.3393477 ], [ 119.9482831, 30.339111 ], [ 119.9481202, 30.3388813 ], [ 119.9479056, 30.3385826 ], [ 119.9477745, 30.3383465 ], [ 119.9477047, 30.3381686 ], [ 119.9476828, 30.3380834 ], [ 119.947679, 30.3379983 ], [ 119.9477091, 30.3378631 ], [ 119.9477796, 30.3377454 ], [ 119.9478775, 30.33764 ], [ 119.9479802, 30.3375486 ], [ 119.9481492, 30.3374239 ], [ 119.9485738, 30.3371499 ], [ 119.9490952, 30.3368171 ], [ 119.949232, 30.3367181 ], [ 119.9493436, 30.3366148 ], [ 119.9494338, 30.336491 ], [ 119.9496236, 30.3361831 ], [ 119.9496987, 30.3360231 ], [ 119.9497496, 30.3358521 ], [ 119.9497835, 30.3356738 ], [ 119.9497945, 30.3355283 ], [ 119.9497835, 30.3353966 ], [ 119.9497245, 30.3351643 ], [ 119.9494516, 30.3342695 ], [ 119.9493148, 30.3338036 ], [ 119.9492393, 30.3335278 ], [ 119.9491753, 30.3333118 ], [ 119.9491433, 30.3332208 ], [ 119.9491213, 30.333158 ], [ 119.9490364, 30.3329988 ], [ 119.9489007, 30.3327922 ], [ 119.9487907, 30.3325908 ], [ 119.948669, 30.3323263 ], [ 119.9484193, 30.3319204 ], [ 119.9481986, 30.331547 ], [ 119.9480444, 30.3312557 ], [ 119.9479451, 30.3310205 ], [ 119.9478213, 30.330649 ], [ 119.9476555, 30.3301384 ], [ 119.9475578, 30.3297716 ], [ 119.9474355, 30.329318 ], [ 119.9471747, 30.3282692 ], [ 119.9468226, 30.3268936 ], [ 119.9464889, 30.3257917 ], [ 119.9463851, 30.3254342 ], [ 119.9463341, 30.3251857 ], [ 119.9462834, 30.3247939 ], [ 119.9462721, 30.3246709 ], [ 119.9462127, 30.3241845 ], [ 119.9461849, 30.3239262 ], [ 119.9461571, 30.3235686 ], [ 119.946123, 30.3230578 ], [ 119.9460692, 30.3227249 ], [ 119.9460193, 30.3223873 ], [ 119.9459881, 30.3221696 ], [ 119.9459677, 30.3218013 ], [ 119.9459548, 30.3210579 ], [ 119.945955, 30.3207147 ], [ 119.9459429, 30.3205313 ], [ 119.9459282, 30.3203726 ], [ 119.9459248, 30.3202781 ], [ 119.945915, 30.3202207 ], [ 119.9458983, 30.3201231 ], [ 119.9458674, 30.3199895 ], [ 119.945847, 30.319901 ], [ 119.9458071, 30.3196275 ], [ 119.9457736, 30.3193779 ], [ 119.9457528, 30.3191367 ], [ 119.9457333, 30.3189284 ], [ 119.9456823, 30.3187459 ], [ 119.945645, 30.3186398 ], [ 119.9456137, 30.3185075 ], [ 119.945566, 30.318194 ], [ 119.9455214, 30.3177286 ], [ 119.945497, 30.3173156 ], [ 119.9455078, 30.3169865 ], [ 119.9455563, 30.316601 ], [ 119.9456016, 30.3161149 ], [ 119.9455794, 30.3157081 ], [ 119.9455772, 30.3155114 ], [ 119.9455772, 30.3150802 ], [ 119.945603, 30.3146027 ], [ 119.945609, 30.3142987 ], [ 119.9456076, 30.3140137 ], [ 119.9456164, 30.3137304 ], [ 119.9456472, 30.3133901 ], [ 119.9457214, 30.3130668 ], [ 119.945841, 30.3127138 ], [ 119.9459812, 30.3122992 ], [ 119.9461625, 30.3117272 ], [ 119.9462082, 30.3116045 ], [ 119.9462845, 30.3113993 ], [ 119.9463872, 30.3110814 ], [ 119.9464439, 30.3108983 ], [ 119.946545, 30.3104497 ], [ 119.9465624, 30.3102714 ], [ 119.9465659, 30.3101596 ], [ 119.9465606, 30.3100114 ], [ 119.9465713, 30.3097636 ], [ 119.9465981, 30.3094395 ], [ 119.9466813, 30.308497 ], [ 119.9467069, 30.3071702 ], [ 119.9467498, 30.3062831 ], [ 119.9467607, 30.3059297 ], [ 119.9467578, 30.3056561 ], [ 119.9467746, 30.3054927 ], [ 119.9468017, 30.305189 ], [ 119.9468435, 30.3048876 ], [ 119.9468841, 30.3046459 ], [ 119.9469295, 30.3044728 ], [ 119.9469751, 30.3043427 ], [ 119.9470612, 30.3041343 ], [ 119.9470767, 30.3040004 ], [ 119.9470497, 30.3035644 ], [ 119.9470448, 30.3032372 ], [ 119.9470615, 30.3026961 ], [ 119.9471024, 30.3024051 ], [ 119.9471854, 30.302012 ], [ 119.9472439, 30.3017197 ], [ 119.9473156, 30.3013711 ], [ 119.9474057, 30.3010916 ], [ 119.9475047, 30.3008228 ], [ 119.9475896, 30.3005401 ], [ 119.9476664, 30.3003015 ], [ 119.9477246, 30.3000956 ], [ 119.9477515, 30.2999474 ], [ 119.9477836, 30.2997043 ], [ 119.9478886, 30.299093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9478886, 30.299093 ], [ 119.9477836, 30.2997043 ], [ 119.9477515, 30.2999474 ], [ 119.9477246, 30.3000956 ], [ 119.9476664, 30.3003015 ], [ 119.9475896, 30.3005401 ], [ 119.9475047, 30.3008228 ], [ 119.9474057, 30.3010916 ], [ 119.9473156, 30.3013711 ], [ 119.9472439, 30.3017197 ], [ 119.9471854, 30.302012 ], [ 119.9471024, 30.3024051 ], [ 119.9470615, 30.3026961 ], [ 119.9470448, 30.3032372 ], [ 119.9470497, 30.3035644 ], [ 119.9470767, 30.3040004 ], [ 119.9470612, 30.3041343 ], [ 119.9469751, 30.3043427 ], [ 119.9469295, 30.3044728 ], [ 119.9468841, 30.3046459 ], [ 119.9468435, 30.3048876 ], [ 119.9468017, 30.305189 ], [ 119.9467746, 30.3054927 ], [ 119.9467578, 30.3056561 ], [ 119.9467607, 30.3059297 ], [ 119.9467498, 30.3062831 ], [ 119.9467069, 30.3071702 ], [ 119.9466813, 30.308497 ], [ 119.9465981, 30.3094395 ], [ 119.9465713, 30.3097636 ], [ 119.9465606, 30.3100114 ], [ 119.9465659, 30.3101596 ], [ 119.9465624, 30.3102714 ], [ 119.946545, 30.3104497 ], [ 119.9464439, 30.3108983 ], [ 119.9463872, 30.3110814 ], [ 119.9462845, 30.3113993 ], [ 119.9462082, 30.3116045 ], [ 119.9461625, 30.3117272 ], [ 119.9459812, 30.3122992 ], [ 119.945841, 30.3127138 ], [ 119.9457214, 30.3130668 ], [ 119.9456472, 30.3133901 ], [ 119.9456164, 30.3137304 ], [ 119.9456076, 30.3140137 ], [ 119.945609, 30.3142987 ], [ 119.945603, 30.3146027 ], [ 119.9455772, 30.3150802 ], [ 119.9455772, 30.3155114 ], [ 119.9455794, 30.3157081 ], [ 119.9456016, 30.3161149 ], [ 119.9455563, 30.316601 ], [ 119.9455078, 30.3169865 ], [ 119.945497, 30.3173156 ], [ 119.9455214, 30.3177286 ], [ 119.945566, 30.318194 ], [ 119.9456137, 30.3185075 ], [ 119.945645, 30.3186398 ], [ 119.9456823, 30.3187459 ], [ 119.9457333, 30.3189284 ], [ 119.9457528, 30.3191367 ], [ 119.9457736, 30.3193779 ], [ 119.9458071, 30.3196275 ], [ 119.945847, 30.319901 ], [ 119.9458674, 30.3199895 ], [ 119.9458983, 30.3201231 ], [ 119.945915, 30.3202207 ], [ 119.9459248, 30.3202781 ], [ 119.9459282, 30.3203726 ], [ 119.9459429, 30.3205313 ], [ 119.945955, 30.3207147 ], [ 119.9459548, 30.3210579 ], [ 119.9459677, 30.3218013 ], [ 119.9459881, 30.3221696 ], [ 119.9460193, 30.3223873 ], [ 119.9460692, 30.3227249 ], [ 119.946123, 30.3230578 ], [ 119.9461571, 30.3235686 ], [ 119.9461849, 30.3239262 ], [ 119.9462127, 30.3241845 ], [ 119.9462721, 30.3246709 ], [ 119.9462834, 30.3247939 ], [ 119.9463341, 30.3251857 ], [ 119.9463851, 30.3254342 ], [ 119.9464889, 30.3257917 ], [ 119.9468226, 30.3268936 ], [ 119.9471747, 30.3282692 ], [ 119.9474355, 30.329318 ], [ 119.9475578, 30.3297716 ], [ 119.9476555, 30.3301384 ], [ 119.9478213, 30.330649 ], [ 119.9479451, 30.3310205 ], [ 119.9480444, 30.3312557 ], [ 119.9481986, 30.331547 ], [ 119.9484193, 30.3319204 ], [ 119.948669, 30.3323263 ], [ 119.9487907, 30.3325908 ], [ 119.9489007, 30.3327922 ], [ 119.9490364, 30.3329988 ], [ 119.9491213, 30.333158 ], [ 119.9491433, 30.3332208 ], [ 119.9491753, 30.3333118 ], [ 119.9492393, 30.3335278 ], [ 119.9493148, 30.3338036 ], [ 119.9494516, 30.3342695 ], [ 119.9497245, 30.3351643 ], [ 119.9497835, 30.3353966 ], [ 119.9497945, 30.3355283 ], [ 119.9497835, 30.3356738 ], [ 119.9497496, 30.3358521 ], [ 119.9496987, 30.3360231 ], [ 119.9496236, 30.3361831 ], [ 119.9494338, 30.336491 ], [ 119.9493436, 30.3366148 ], [ 119.949232, 30.3367181 ], [ 119.9490952, 30.3368171 ], [ 119.9485738, 30.3371499 ], [ 119.9481492, 30.3374239 ], [ 119.9479802, 30.3375486 ], [ 119.9478775, 30.33764 ], [ 119.9477796, 30.3377454 ], [ 119.9477091, 30.3378631 ], [ 119.947679, 30.3379983 ], [ 119.9476828, 30.3380834 ], [ 119.9477047, 30.3381686 ], [ 119.9477745, 30.3383465 ], [ 119.9479056, 30.3385826 ], [ 119.9481202, 30.3388813 ], [ 119.9482831, 30.339111 ], [ 119.9483968, 30.3393477 ], [ 119.9485078, 30.3395844 ], [ 119.9485869, 30.3398177 ], [ 119.9486154, 30.3400692 ], [ 119.9486401, 30.3403267 ], [ 119.9486626, 30.3405621 ], [ 119.9486948, 30.3407489 ], [ 119.9487897, 30.3410709 ], [ 119.9488852, 30.3413842 ], [ 119.9489359, 30.3416672 ], [ 119.9489453, 30.3418714 ], [ 119.9489322, 30.3420515 ], [ 119.9488897, 30.3422526 ], [ 119.9487938, 30.3425358 ], [ 119.9486872, 30.3428209 ], [ 119.9484787, 30.3432755 ], [ 119.9483633, 30.3435187 ], [ 119.9483233, 30.343645 ], [ 119.9482986, 30.3438222 ], [ 119.948312, 30.3439611 ], [ 119.948276, 30.3445667 ], [ 119.9482447, 30.3449776 ], [ 119.9482423, 30.3453453 ], [ 119.9482477, 30.3455281 ], [ 119.9482921, 30.345798 ], [ 119.9484108, 30.3461546 ], [ 119.9484865, 30.3464493 ], [ 119.9484673, 30.3468712 ], [ 119.9484784, 30.347033 ], [ 119.9485015, 30.3471483 ], [ 119.9485877, 30.3473602 ], [ 119.9486351, 30.3476359 ], [ 119.9486404, 30.3476825 ], [ 119.9486707, 30.3479491 ], [ 119.9487765, 30.3481293 ], [ 119.9488847, 30.3482292 ], [ 119.9490357, 30.3482793 ], [ 119.9493418, 30.3483269 ], [ 119.9495948, 30.3483924 ], [ 119.9497416, 30.3484707 ], [ 119.9497982, 30.3485008 ], [ 119.9499001, 30.3486072 ], [ 119.9499897, 30.34885 ], [ 119.9500162, 30.349138 ], [ 119.9499733, 30.3493943 ], [ 119.9499166, 30.349623 ], [ 119.9497789, 30.3500289 ], [ 119.9496994, 30.3503191 ], [ 119.9496376, 30.3508658 ], [ 119.9495571, 30.3511355 ], [ 119.9493987, 30.3512418 ], [ 119.9490267, 30.3513703 ], [ 119.9488434, 30.3514789 ], [ 119.9483851, 30.3518051 ], [ 119.9480506, 30.3520804 ], [ 119.9479702, 30.3521733 ], [ 119.9479173, 30.352278 ], [ 119.9478878, 30.3526616 ], [ 119.9479015, 30.3529822 ], [ 119.947928, 30.353599 ], [ 119.9479897, 30.3545364 ], [ 119.94804, 30.3547459 ], [ 119.9481171, 30.3549507 ], [ 119.9482384, 30.3551997 ], [ 119.9482874, 30.3553002 ], [ 119.9483331, 30.3554854 ], [ 119.9483478, 30.3560409 ], [ 119.9484161, 30.3565547 ], [ 119.9486093, 30.3576425 ], [ 119.9486308, 30.3581678 ], [ 119.9485772, 30.3585752 ], [ 119.9483156, 30.3595356 ], [ 119.94815, 30.3599441 ], [ 119.9479897, 30.3603526 ], [ 119.94781, 30.3610956 ], [ 119.9476289, 30.3614011 ], [ 119.9475391, 30.3615816 ], [ 119.9475049, 30.3616655 ], [ 119.9474975, 30.361754 ], [ 119.947517, 30.3618402 ], [ 119.9475579, 30.3619264 ], [ 119.9476866, 30.3621278 ], [ 119.947932, 30.3624043 ], [ 119.9482257, 30.3626763 ], [ 119.948388, 30.3627978 ], [ 119.9485503, 30.3629054 ], [ 119.9486997, 30.3629791 ], [ 119.9487423, 30.362994 ], [ 119.9490975, 30.3631183 ], [ 119.9495078, 30.3632826 ], [ 119.9497761, 30.3634446 ], [ 119.9499086, 30.3635419 ], [ 119.9500303, 30.3636393 ], [ 119.9502471, 30.3638339 ], [ 119.9504732, 30.3640448 ], [ 119.9507154, 30.3642418 ], [ 119.9508619, 30.3643464 ], [ 119.9510244, 30.3644233 ], [ 119.9511431, 30.3644392 ], [ 119.9514082, 30.3644143 ], [ 119.9516714, 30.3644655 ], [ 119.9519214, 30.3645288 ], [ 119.952147, 30.3645737 ], [ 119.9523271, 30.3645968 ], [ 119.9525228, 30.3646035 ], [ 119.9528468, 30.3646087 ], [ 119.9530224, 30.3646425 ], [ 119.9531765, 30.3646901 ], [ 119.9533292, 30.3647715 ], [ 119.9534844, 30.3648765 ], [ 119.9536094, 30.3650012 ], [ 119.9538259, 30.3652857 ], [ 119.9539942, 30.3655333 ], [ 119.9541995, 30.3659386 ], [ 119.9542815, 30.3661449 ], [ 119.9545098, 30.3667657 ], [ 119.9549772, 30.3680028 ], [ 119.9552241, 30.3685629 ], [ 119.9553635, 30.3687619 ], [ 119.9554413, 30.3688278 ], [ 119.9555513, 30.3688938 ], [ 119.9558436, 30.3690465 ], [ 119.9560005, 30.3691483 ], [ 119.9561199, 30.3692548 ], [ 119.9563103, 30.369514 ], [ 119.9563794, 30.369617 ], [ 119.9564337, 30.3697338 ], [ 119.9565571, 30.3700787 ], [ 119.9566147, 30.3702511 ], [ 119.9566831, 30.370398 ], [ 119.9567206, 30.37048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9510066, 30.3841254 ], [ 119.9511261, 30.3841134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9511261, 30.3841134 ], [ 119.9511196, 30.3842542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.951003, 30.3842659 ], [ 119.9510066, 30.3841254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9511196, 30.3842542 ], [ 119.951003, 30.3842659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9245842, 30.3123758 ], [ 119.924576, 30.3124499 ], [ 119.924545, 30.3125161 ], [ 119.9243501, 30.3128776 ], [ 119.9240359, 30.3134738 ], [ 119.92366, 30.314206 ], [ 119.9236174, 30.3142884 ], [ 119.9235773, 30.3143661 ], [ 119.9228808, 30.3157134 ], [ 119.9222534, 30.3169201 ], [ 119.9219191, 30.3175727 ], [ 119.9216857, 30.3180342 ], [ 119.9213838, 30.3185765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9343994, 30.3185972 ], [ 119.9325971, 30.3185973 ], [ 119.9300206, 30.3185974 ], [ 119.9298649, 30.3185974 ], [ 119.9294168, 30.3185974 ], [ 119.9263689, 30.3185976 ], [ 119.9240075, 30.3185977 ], [ 119.921534, 30.3185899 ], [ 119.9213838, 30.3185765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9213838, 30.3185765 ], [ 119.921534, 30.3185899 ], [ 119.9240075, 30.3185977 ], [ 119.9263689, 30.3185976 ], [ 119.9294168, 30.3185974 ], [ 119.9298649, 30.3185974 ], [ 119.9300206, 30.3185974 ], [ 119.9325971, 30.3185973 ], [ 119.9343994, 30.3185972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9300744, 30.3391127 ], [ 119.9301939, 30.338525 ], [ 119.9302336, 30.3383317 ], [ 119.9306471, 30.3361408 ], [ 119.9310859, 30.3339353 ], [ 119.9314785, 30.3318706 ], [ 119.9318036, 30.3302573 ], [ 119.931964, 30.3295182 ], [ 119.9319877, 30.329387 ], [ 119.9320097, 30.329265 ], [ 119.9322219, 30.3280887 ], [ 119.9326949, 30.3256317 ], [ 119.9328619, 30.3247628 ], [ 119.9329138, 30.3245434 ], [ 119.9329749, 30.3242632 ], [ 119.9330705, 30.3238699 ], [ 119.9330939, 30.3237772 ], [ 119.9331204, 30.3236727 ], [ 119.9332551, 30.3231398 ], [ 119.9334492, 30.3223755 ], [ 119.9336488, 30.3216053 ], [ 119.9340215, 30.3201137 ], [ 119.9342605, 30.3191548 ], [ 119.9343254, 30.3188942 ], [ 119.9343994, 30.3185972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9343994, 30.3185972 ], [ 119.9343254, 30.3188942 ], [ 119.9342605, 30.3191548 ], [ 119.9340215, 30.3201137 ], [ 119.9336488, 30.3216053 ], [ 119.9334492, 30.3223755 ], [ 119.9332551, 30.3231398 ], [ 119.9331204, 30.3236727 ], [ 119.9330939, 30.3237772 ], [ 119.9330705, 30.3238699 ], [ 119.9329749, 30.3242632 ], [ 119.9329138, 30.3245434 ], [ 119.9328619, 30.3247628 ], [ 119.9326949, 30.3256317 ], [ 119.9322219, 30.3280887 ], [ 119.9320097, 30.329265 ], [ 119.9319877, 30.329387 ], [ 119.931964, 30.3295182 ], [ 119.9318036, 30.3302573 ], [ 119.9314785, 30.3318706 ], [ 119.9310859, 30.3339353 ], [ 119.9306471, 30.3361408 ], [ 119.9302336, 30.3383317 ], [ 119.9301939, 30.338525 ], [ 119.9300744, 30.3391127 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309053, 30.3877972 ], [ 119.9306551, 30.3869734 ], [ 119.93062, 30.3868598 ], [ 119.9306178, 30.386785 ], [ 119.9306433, 30.3867175 ], [ 119.9308274, 30.3863295 ], [ 119.9309033, 30.3861695 ], [ 119.9315807, 30.3847419 ], [ 119.9328978, 30.3818654 ], [ 119.9330284, 30.3816607 ], [ 119.9331826, 30.3815685 ], [ 119.9334793, 30.3815481 ], [ 119.9340014, 30.3815685 ], [ 119.9345591, 30.38163 ], [ 119.9347608, 30.3810362 ], [ 119.9348976, 30.3802346 ], [ 119.9349683, 30.3799673 ], [ 119.9350333, 30.3797783 ], [ 119.9350696, 30.3796729 ], [ 119.9355796, 30.3781904 ], [ 119.935805, 30.3775966 ], [ 119.9358762, 30.3769824 ], [ 119.936118, 30.3764019 ], [ 119.9361974, 30.3761678 ], [ 119.9362517, 30.3760077 ], [ 119.9363186, 30.3756761 ], [ 119.9363019, 30.3755655 ], [ 119.9361849, 30.3752819 ], [ 119.9361292, 30.3751474 ], [ 119.9361125, 30.3749936 ], [ 119.9361347, 30.3746859 ], [ 119.9362295, 30.3744648 ], [ 119.9364916, 30.3740851 ], [ 119.9365297, 30.3740307 ], [ 119.936576, 30.3739649 ], [ 119.9366054, 30.3739229 ], [ 119.9367692, 30.3730101 ], [ 119.9368329, 30.3725195 ], [ 119.9367584, 30.3724574 ], [ 119.9367087, 30.372413 ], [ 119.936616, 30.3723757 ], [ 119.9364858, 30.3723426 ], [ 119.9362922, 30.3722932 ], [ 119.9353127, 30.3720438 ], [ 119.9344754, 30.3718601 ], [ 119.9342276, 30.3718422 ], [ 119.9339965, 30.3718707 ], [ 119.9336889, 30.3719421 ], [ 119.933537, 30.3719684 ], [ 119.9332353, 30.3719192 ], [ 119.9321848, 30.3717144 ], [ 119.9321578, 30.3716521 ], [ 119.9321505, 30.3716156 ], [ 119.9321493, 30.3715791 ], [ 119.9324379, 30.3707944 ], [ 119.9324603, 30.3706308 ], [ 119.9324714, 30.370448 ], [ 119.9324045, 30.3703229 ], [ 119.9321368, 30.3701978 ], [ 119.9316755, 30.370035 ], [ 119.931536, 30.3699858 ], [ 119.9278179, 30.3686739 ], [ 119.9274603, 30.3685478 ], [ 119.9223765, 30.366754 ], [ 119.9221662, 30.3666798 ], [ 119.921664, 30.3665026 ], [ 119.9192925, 30.3656463 ], [ 119.9190698, 30.3655659 ], [ 119.9186204, 30.3654083 ], [ 119.9179611, 30.3652709 ], [ 119.91766, 30.365242 ], [ 119.9166451, 30.3654922 ], [ 119.9165781, 30.3655981 ], [ 119.9164889, 30.3657713 ], [ 119.9163662, 30.3658579 ], [ 119.9157528, 30.3659638 ], [ 119.9156301, 30.3659445 ], [ 119.9155632, 30.3658868 ], [ 119.9152732, 30.3656462 ], [ 119.9151394, 30.36555 ], [ 119.9150055, 30.3655115 ], [ 119.9148048, 30.3655307 ], [ 119.9133441, 30.3658686 ], [ 119.9127572, 30.3660366 ], [ 119.9124403, 30.3661658 ], [ 119.9120468, 30.3663899 ], [ 119.9118997, 30.3664379 ], [ 119.9116785, 30.3664482 ], [ 119.9114333, 30.3664186 ], [ 119.9109633, 30.366273 ], [ 119.9107938, 30.3662415 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9107938, 30.3662415 ], [ 119.9109633, 30.366273 ], [ 119.9114333, 30.3664186 ], [ 119.9116785, 30.3664482 ], [ 119.9118997, 30.3664379 ], [ 119.9120468, 30.3663899 ], [ 119.9124403, 30.3661658 ], [ 119.9127572, 30.3660366 ], [ 119.9133441, 30.3658686 ], [ 119.9148048, 30.3655307 ], [ 119.9150055, 30.3655115 ], [ 119.9151394, 30.36555 ], [ 119.9152732, 30.3656462 ], [ 119.9155632, 30.3658868 ], [ 119.9156301, 30.3659445 ], [ 119.9157528, 30.3659638 ], [ 119.9163662, 30.3658579 ], [ 119.9164889, 30.3657713 ], [ 119.9165781, 30.3655981 ], [ 119.9166451, 30.3654922 ], [ 119.91766, 30.365242 ], [ 119.9179611, 30.3652709 ], [ 119.9186204, 30.3654083 ], [ 119.9190698, 30.3655659 ], [ 119.9192925, 30.3656463 ], [ 119.921664, 30.3665026 ], [ 119.9221662, 30.3666798 ], [ 119.9223765, 30.366754 ], [ 119.9274603, 30.3685478 ], [ 119.9278179, 30.3686739 ], [ 119.931536, 30.3699858 ], [ 119.9316755, 30.370035 ], [ 119.9321368, 30.3701978 ], [ 119.9324045, 30.3703229 ], [ 119.9324714, 30.370448 ], [ 119.9324603, 30.3706308 ], [ 119.9324379, 30.3707944 ], [ 119.9321493, 30.3715791 ], [ 119.9321505, 30.3716156 ], [ 119.9321578, 30.3716521 ], [ 119.9321848, 30.3717144 ], [ 119.9332353, 30.3719192 ], [ 119.933537, 30.3719684 ], [ 119.9336889, 30.3719421 ], [ 119.9339965, 30.3718707 ], [ 119.9342276, 30.3718422 ], [ 119.9344754, 30.3718601 ], [ 119.9353127, 30.3720438 ], [ 119.9362922, 30.3722932 ], [ 119.9364858, 30.3723426 ], [ 119.936616, 30.3723757 ], [ 119.9367087, 30.372413 ], [ 119.9367584, 30.3724574 ], [ 119.9368329, 30.3725195 ], [ 119.9367692, 30.3730101 ], [ 119.9366054, 30.3739229 ], [ 119.936576, 30.3739649 ], [ 119.9365297, 30.3740307 ], [ 119.9364916, 30.3740851 ], [ 119.9362295, 30.3744648 ], [ 119.9361347, 30.3746859 ], [ 119.9361125, 30.3749936 ], [ 119.9361292, 30.3751474 ], [ 119.9361849, 30.3752819 ], [ 119.9363019, 30.3755655 ], [ 119.9363186, 30.3756761 ], [ 119.9362517, 30.3760077 ], [ 119.9361974, 30.3761678 ], [ 119.936118, 30.3764019 ], [ 119.9358762, 30.3769824 ], [ 119.935805, 30.3775966 ], [ 119.9355796, 30.3781904 ], [ 119.9350696, 30.3796729 ], [ 119.9350333, 30.3797783 ], [ 119.9349683, 30.3799673 ], [ 119.9348976, 30.3802346 ], [ 119.9347608, 30.3810362 ], [ 119.9345591, 30.38163 ], [ 119.9340014, 30.3815685 ], [ 119.9334793, 30.3815481 ], [ 119.9331826, 30.3815685 ], [ 119.9330284, 30.3816607 ], [ 119.9328978, 30.3818654 ], [ 119.9315807, 30.3847419 ], [ 119.9309033, 30.3861695 ], [ 119.9308274, 30.3863295 ], [ 119.9306433, 30.3867175 ], [ 119.9306178, 30.386785 ], [ 119.93062, 30.3868598 ], [ 119.9306551, 30.3869734 ], [ 119.9309053, 30.3877972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309053, 30.3877972 ], [ 119.930818, 30.3877814 ], [ 119.9293129, 30.3874306 ], [ 119.9291367, 30.3873895 ], [ 119.928884, 30.3873306 ], [ 119.9256811, 30.3863268 ], [ 119.9238147, 30.3858796 ], [ 119.9234921, 30.3857603 ], [ 119.9233077, 30.3855913 ], [ 119.9224715, 30.384263 ], [ 119.9224192, 30.3841799 ], [ 119.922363, 30.3840906 ], [ 119.9222478, 30.3839117 ], [ 119.9216026, 30.3834943 ], [ 119.921038, 30.3830569 ], [ 119.9208191, 30.3829377 ], [ 119.9197131, 30.3821525 ], [ 119.9196094, 30.3820133 ], [ 119.9194135, 30.3814369 ], [ 119.9193674, 30.3813474 ], [ 119.9192998, 30.381317 ], [ 119.9192082, 30.3812758 ], [ 119.9191025, 30.3812282 ], [ 119.9179042, 30.3806616 ], [ 119.9177199, 30.3805523 ], [ 119.9174549, 30.3803336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9174549, 30.3803336 ], [ 119.9177199, 30.3805523 ], [ 119.9179042, 30.3806616 ], [ 119.9191025, 30.3812282 ], [ 119.9192082, 30.3812758 ], [ 119.9192998, 30.381317 ], [ 119.9193674, 30.3813474 ], [ 119.9194135, 30.3814369 ], [ 119.9196094, 30.3820133 ], [ 119.9197131, 30.3821525 ], [ 119.9208191, 30.3829377 ], [ 119.921038, 30.3830569 ], [ 119.9216026, 30.3834943 ], [ 119.9222478, 30.3839117 ], [ 119.922363, 30.3840906 ], [ 119.9224192, 30.3841799 ], [ 119.9224715, 30.384263 ], [ 119.9233077, 30.3855913 ], [ 119.9234921, 30.3857603 ], [ 119.9238147, 30.3858796 ], [ 119.9256811, 30.3863268 ], [ 119.928884, 30.3873306 ], [ 119.9291367, 30.3873895 ], [ 119.9293129, 30.3874306 ], [ 119.930818, 30.3877814 ], [ 119.9309053, 30.3877972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9330129, 30.3874007 ], [ 119.9329394, 30.3872943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9598062, 30.3580359 ], [ 119.9598082, 30.3569898 ], [ 119.9596034, 30.3556203 ], [ 119.9592113, 30.3540576 ], [ 119.9589202, 30.3533384 ], [ 119.9587377, 30.352876 ], [ 119.9580401, 30.352881 ], [ 119.9569229, 30.353065 ], [ 119.9562427, 30.3532037 ], [ 119.95593, 30.353317 ], [ 119.9559032, 30.3534274 ], [ 119.955942, 30.3580724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9598953, 30.3557371 ], [ 119.9624093, 30.3557079 ], [ 119.9670468, 30.3557064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9670468, 30.3557064 ], [ 119.9624093, 30.3557079 ], [ 119.9598953, 30.3557371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9598953, 30.3557371 ], [ 119.9600426, 30.3569037 ], [ 119.960107, 30.3580403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.960107, 30.3580403 ], [ 119.9624077, 30.3580143 ], [ 119.9660084, 30.3580121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9598062, 30.3580359 ], [ 119.960107, 30.3580403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.955942, 30.3580724 ], [ 119.9560263, 30.3580703 ], [ 119.9598062, 30.3580359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9558307, 30.3580751 ], [ 119.955942, 30.3580724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9660084, 30.3580121 ], [ 119.9660085, 30.3581811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9660085, 30.3581811 ], [ 119.9660084, 30.3580121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.960107, 30.3580403 ], [ 119.9601023, 30.358172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597838, 30.3581782 ], [ 119.9598062, 30.3580359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.955822, 30.3581995 ], [ 119.9556931, 30.358193 ], [ 119.9556987, 30.3580784 ], [ 119.9558307, 30.3580751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.955822, 30.3581995 ], [ 119.9558307, 30.3580751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.955942, 30.3580724 ], [ 119.9559404, 30.3582055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9601023, 30.358172 ], [ 119.9597838, 30.3581782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9660085, 30.3581811 ], [ 119.9637193, 30.3581785 ], [ 119.9602153, 30.3581745 ], [ 119.9601023, 30.358172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597838, 30.3581782 ], [ 119.9560426, 30.3582106 ], [ 119.9559404, 30.3582055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9559404, 30.3582055 ], [ 119.955822, 30.3581995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9661129, 30.3620914 ], [ 119.9660085, 30.3581811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9662298, 30.3665017 ], [ 119.9631133, 30.3664796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9631133, 30.3664796 ], [ 119.9630491, 30.3689448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9630491, 30.3689448 ], [ 119.9631133, 30.3664796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9630491, 30.3689448 ], [ 119.9662883, 30.3689518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "溪东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9662883, 30.3689518 ], [ 119.9662932, 30.3691197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "溪东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9662932, 30.3691197 ], [ 119.9662883, 30.3689518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9567206, 30.37048 ], [ 119.9569596, 30.3704033 ], [ 119.9593203, 30.3696111 ], [ 119.9601366, 30.3693702 ], [ 119.9604103, 30.3692923 ], [ 119.9607261, 30.3692024 ], [ 119.9610816, 30.3691358 ], [ 119.9613197, 30.369094 ], [ 119.9614332, 30.3690741 ], [ 119.96198, 30.3690077 ], [ 119.9625146, 30.3689646 ], [ 119.9630491, 30.3689448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9662932, 30.3691197 ], [ 119.9653843, 30.369131 ], [ 119.9631877, 30.3691582 ], [ 119.9629891, 30.3691605 ], [ 119.9621899, 30.3691994 ], [ 119.9615317, 30.3692752 ], [ 119.9610674, 30.3693545 ], [ 119.9609525, 30.3693736 ], [ 119.9604678, 30.3694595 ], [ 119.9602012, 30.3694996 ], [ 119.9597879, 30.3696071 ], [ 119.9591355, 30.3698224 ], [ 119.9572417, 30.3704811 ], [ 119.9571438, 30.3705193 ], [ 119.9570767, 30.3705586 ], [ 119.9570419, 30.3706049 ], [ 119.9570258, 30.3706558 ], [ 119.9570311, 30.3707113 ], [ 119.9570526, 30.3707437 ], [ 119.9571121, 30.3707898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9567206, 30.37048 ], [ 119.9567798, 30.3705878 ], [ 119.9568575, 30.370678 ], [ 119.9569245, 30.3707277 ], [ 119.9570104, 30.3707729 ], [ 119.9571121, 30.3707898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571121, 30.3707898 ], [ 119.9570104, 30.3707729 ], [ 119.9569245, 30.3707277 ], [ 119.9568575, 30.370678 ], [ 119.9567798, 30.3705878 ], [ 119.9567206, 30.37048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "溪东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9662932, 30.3691197 ], [ 119.966307, 30.3700844 ], [ 119.966315, 30.3704431 ], [ 119.9663209, 30.3712785 ], [ 119.9663288, 30.3724113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "溪东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9663288, 30.3724113 ], [ 119.9663209, 30.3712785 ], [ 119.966315, 30.3704431 ], [ 119.966307, 30.3700844 ], [ 119.9662932, 30.3691197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇北街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9636069, 30.3724439 ], [ 119.9663288, 30.3724113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇北街" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9663288, 30.3724113 ], [ 119.9636069, 30.3724439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571121, 30.3707898 ], [ 119.9572437, 30.3708099 ], [ 119.9575093, 30.3708377 ], [ 119.957697, 30.3708793 ], [ 119.9578204, 30.3709534 ], [ 119.9578928, 30.3710645 ], [ 119.9579599, 30.3711848 ], [ 119.9580403, 30.371245 ], [ 119.9581745, 30.3712681 ], [ 119.9584371, 30.3712523 ], [ 119.9585688, 30.3712545 ], [ 119.9588343, 30.3713283 ], [ 119.9591615, 30.371444 ], [ 119.9595477, 30.3716523 ], [ 119.9600145, 30.37193 ], [ 119.9603095, 30.3721243 ], [ 119.9604176, 30.3722401 ], [ 119.9604647, 30.3723835 ], [ 119.9605042, 30.372527 ], [ 119.9605992, 30.3727353 ], [ 119.9607762, 30.3730083 ], [ 119.9610015, 30.3731749 ], [ 119.9612965, 30.373286 ], [ 119.9617015, 30.3733983 ], [ 119.9620085, 30.3735095 ], [ 119.9622246, 30.3736285 ], [ 119.9625319, 30.3738368 ], [ 119.9627932, 30.374045 ], [ 119.9629477, 30.3742348 ], [ 119.9630561, 30.3744245 ], [ 119.9631416, 30.3746605 ], [ 119.963181, 30.3748966 ], [ 119.9631992, 30.3752302 ], [ 119.9631434, 30.3756119 ], [ 119.9630561, 30.3759796 ], [ 119.9628546, 30.3768478 ], [ 119.9628267, 30.3771809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9628267, 30.3771809 ], [ 119.9628546, 30.3768478 ], [ 119.9630561, 30.3759796 ], [ 119.9631434, 30.3756119 ], [ 119.9631992, 30.3752302 ], [ 119.963181, 30.3748966 ], [ 119.9631416, 30.3746605 ], [ 119.9630561, 30.3744245 ], [ 119.9629477, 30.3742348 ], [ 119.9627932, 30.374045 ], [ 119.9625319, 30.3738368 ], [ 119.9622246, 30.3736285 ], [ 119.9620085, 30.3735095 ], [ 119.9617015, 30.3733983 ], [ 119.9612965, 30.373286 ], [ 119.9610015, 30.3731749 ], [ 119.9607762, 30.3730083 ], [ 119.9605992, 30.3727353 ], [ 119.9605042, 30.372527 ], [ 119.9604647, 30.3723835 ], [ 119.9604176, 30.3722401 ], [ 119.9603095, 30.3721243 ], [ 119.9600145, 30.37193 ], [ 119.9595477, 30.3716523 ], [ 119.9591615, 30.371444 ], [ 119.9588343, 30.3713283 ], [ 119.9585688, 30.3712545 ], [ 119.9584371, 30.3712523 ], [ 119.9581745, 30.3712681 ], [ 119.9580403, 30.371245 ], [ 119.9579599, 30.3711848 ], [ 119.9578928, 30.3710645 ], [ 119.9578204, 30.3709534 ], [ 119.957697, 30.3708793 ], [ 119.9575093, 30.3708377 ], [ 119.9572437, 30.3708099 ], [ 119.9571121, 30.3707898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "溪东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9663288, 30.3724113 ], [ 119.9663473, 30.3729606 ], [ 119.9664131, 30.3749151 ], [ 119.9664241, 30.3751721 ], [ 119.9664369, 30.3754718 ], [ 119.9664883, 30.3766693 ], [ 119.9665345, 30.3777486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "溪东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665345, 30.3777486 ], [ 119.9664883, 30.3766693 ], [ 119.9664369, 30.3754718 ], [ 119.9664241, 30.3751721 ], [ 119.9664131, 30.3749151 ], [ 119.9663473, 30.3729606 ], [ 119.9663288, 30.3724113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665345, 30.3777486 ], [ 119.9660664, 30.3776193 ], [ 119.9650406, 30.3773899 ], [ 119.963991, 30.3772834 ], [ 119.9628267, 30.3771809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9628267, 30.3771809 ], [ 119.963991, 30.3772834 ], [ 119.9650406, 30.3773899 ], [ 119.9660664, 30.3776193 ], [ 119.9665345, 30.3777486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "苕溪南路", "苕溪北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9628267, 30.3771809 ], [ 119.9628193, 30.3772939 ], [ 119.962812, 30.3774791 ], [ 119.96282, 30.3776642 ], [ 119.9628357, 30.3778284 ], [ 119.9628668, 30.3779927 ], [ 119.962922, 30.3781593 ], [ 119.9630231, 30.3782843 ], [ 119.9631178, 30.3783461 ], [ 119.9632277, 30.3783815 ], [ 119.9634998, 30.3784502 ], [ 119.9637489, 30.3785296 ], [ 119.9640661, 30.3787623 ], [ 119.9643757, 30.3790572 ], [ 119.9649658, 30.3797421 ], [ 119.9651793, 30.3800035 ], [ 119.9653544, 30.380265 ], [ 119.9655344, 30.3806399 ], [ 119.9656095, 30.3809314 ], [ 119.965626, 30.3811178 ], [ 119.9656042, 30.3813109 ], [ 119.9655636, 30.3814279 ], [ 119.965477, 30.3815449 ], [ 119.965172, 30.381843 ], [ 119.9648018, 30.3821994 ], [ 119.9645367, 30.3823687 ], [ 119.9644685, 30.3824493 ], [ 119.9644301, 30.3826138 ], [ 119.9644123, 30.3828817 ], [ 119.96441, 30.3830503 ], [ 119.9644063, 30.3831965 ], [ 119.964372, 30.383305 ], [ 119.9643148, 30.3834003 ], [ 119.964271, 30.3834845 ], [ 119.9642502, 30.3835787 ], [ 119.9642617, 30.3836684 ], [ 119.9642962, 30.3837581 ], [ 119.9647093, 30.3843288 ], [ 119.9651802, 30.3848268 ], [ 119.9658923, 30.3856844 ], [ 119.9663894, 30.3863659 ], [ 119.9668865, 30.3872082 ], [ 119.9669863, 30.38755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "苕溪北路", "苕溪南路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9669863, 30.38755 ], [ 119.9668865, 30.3872082 ], [ 119.9663894, 30.3863659 ], [ 119.9658923, 30.3856844 ], [ 119.9651802, 30.3848268 ], [ 119.9647093, 30.3843288 ], [ 119.9642962, 30.3837581 ], [ 119.9642617, 30.3836684 ], [ 119.9642502, 30.3835787 ], [ 119.964271, 30.3834845 ], [ 119.9643148, 30.3834003 ], [ 119.964372, 30.383305 ], [ 119.9644063, 30.3831965 ], [ 119.96441, 30.3830503 ], [ 119.9644123, 30.3828817 ], [ 119.9644301, 30.3826138 ], [ 119.9644685, 30.3824493 ], [ 119.9645367, 30.3823687 ], [ 119.9648018, 30.3821994 ], [ 119.965172, 30.381843 ], [ 119.965477, 30.3815449 ], [ 119.9655636, 30.3814279 ], [ 119.9656042, 30.3813109 ], [ 119.965626, 30.3811178 ], [ 119.9656095, 30.3809314 ], [ 119.9655344, 30.3806399 ], [ 119.9653544, 30.380265 ], [ 119.9651793, 30.3800035 ], [ 119.9649658, 30.3797421 ], [ 119.9643757, 30.3790572 ], [ 119.9640661, 30.3787623 ], [ 119.9637489, 30.3785296 ], [ 119.9634998, 30.3784502 ], [ 119.9632277, 30.3783815 ], [ 119.9631178, 30.3783461 ], [ 119.9630231, 30.3782843 ], [ 119.962922, 30.3781593 ], [ 119.9628668, 30.3779927 ], [ 119.9628357, 30.3778284 ], [ 119.96282, 30.3776642 ], [ 119.962812, 30.3774791 ], [ 119.9628193, 30.3772939 ], [ 119.9628267, 30.3771809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9567221, 30.3835664 ], [ 119.9597426, 30.3831636 ], [ 119.9628335, 30.3828684 ], [ 119.9663596, 30.3825055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9666229, 30.3828181 ], [ 119.9613345, 30.3833709 ], [ 119.9597928, 30.3834969 ], [ 119.956738, 30.3836927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9606639, 30.3837279 ], [ 119.9605519, 30.3837429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9605519, 30.3837429 ], [ 119.9606639, 30.3837279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9511261, 30.3841134 ], [ 119.9567221, 30.3835664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.956738, 30.3836927 ], [ 119.9540973, 30.383931 ], [ 119.9511196, 30.3842542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9605519, 30.3837429 ], [ 119.95908, 30.3838979 ], [ 119.9574929, 30.3840651 ], [ 119.957499, 30.3841608 ], [ 119.9575647, 30.3851911 ], [ 119.95756, 30.3858985 ], [ 119.9575589, 30.3860762 ], [ 119.9575178, 30.3862971 ], [ 119.9574084, 30.386877 ], [ 119.9573813, 30.3870054 ], [ 119.9572329, 30.3876902 ], [ 119.9571361, 30.3881045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571361, 30.3881045 ], [ 119.9572329, 30.3876902 ], [ 119.9573813, 30.3870054 ], [ 119.9574084, 30.386877 ], [ 119.9575178, 30.3862971 ], [ 119.9575589, 30.3860762 ], [ 119.95756, 30.3858985 ], [ 119.9575647, 30.3851911 ], [ 119.957499, 30.3841608 ], [ 119.9574929, 30.3840651 ], [ 119.95908, 30.3838979 ], [ 119.9605519, 30.3837429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9606639, 30.3837279 ], [ 119.9611627, 30.3870362 ], [ 119.9610667, 30.3879691 ], [ 119.9609528, 30.3884848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9608701, 30.3884735 ], [ 119.9610191, 30.3877997 ], [ 119.9610592, 30.3871197 ], [ 119.9608604, 30.3857102 ], [ 119.960844, 30.3856058 ], [ 119.9605519, 30.3837429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.950906, 30.3876376 ], [ 119.9538157, 30.387603 ], [ 119.9544249, 30.3876518 ], [ 119.9549071, 30.3877022 ], [ 119.9555965, 30.3878172 ], [ 119.9560467, 30.3879012 ], [ 119.9571361, 30.3881045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571162, 30.3881741 ], [ 119.9562841, 30.3880252 ], [ 119.9555798, 30.3878888 ], [ 119.9553687, 30.387852 ], [ 119.9549266, 30.3877749 ], [ 119.9543168, 30.3877064 ], [ 119.9538124, 30.3876614 ], [ 119.9509184, 30.3877372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571361, 30.3881045 ], [ 119.9571162, 30.3881741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571162, 30.3881741 ], [ 119.9571361, 30.3881045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571361, 30.3881045 ], [ 119.9580971, 30.3882047 ], [ 119.9588014, 30.3882781 ], [ 119.9596332, 30.3883509 ], [ 119.9608701, 30.3884735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9608545, 30.3885348 ], [ 119.959562, 30.388416 ], [ 119.9587847, 30.3883446 ], [ 119.9573509, 30.3881947 ], [ 119.9571162, 30.3881741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9608701, 30.3884735 ], [ 119.9609528, 30.3884848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9608545, 30.3885348 ], [ 119.9608701, 30.3884735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9329394, 30.3872943 ], [ 119.9330249, 30.3872583 ], [ 119.9335299, 30.3870576 ], [ 119.9341301, 30.3868568 ], [ 119.9348109, 30.3866682 ], [ 119.9355588, 30.3865046 ], [ 119.9399699, 30.38565 ], [ 119.9439755, 30.3849128 ], [ 119.9459626, 30.3846488 ], [ 119.9480162, 30.3844158 ], [ 119.9500594, 30.384213 ], [ 119.9510066, 30.3841254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.951003, 30.3842659 ], [ 119.9501125, 30.384348 ], [ 119.9487247, 30.3844785 ], [ 119.9478296, 30.3845627 ], [ 119.9459928, 30.3847673 ], [ 119.9440235, 30.3850504 ], [ 119.9400345, 30.3857839 ], [ 119.9357518, 30.3866018 ], [ 119.9352684, 30.3866955 ], [ 119.9345326, 30.3868719 ], [ 119.9337677, 30.3871225 ], [ 119.9330129, 30.3874007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9511196, 30.3842542 ], [ 119.9510965, 30.3847345 ], [ 119.950906, 30.3876376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508107, 30.3876405 ], [ 119.9509935, 30.3847456 ], [ 119.951003, 30.3842659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508107, 30.3876405 ], [ 119.950906, 30.3876376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛度路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.950906, 30.3876376 ], [ 119.9509184, 30.3877372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛度路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9508263, 30.387743 ], [ 119.9508107, 30.3876405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509184, 30.3877372 ], [ 119.9508263, 30.387743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南洋北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509935, 30.3911001 ], [ 119.9510829, 30.3910753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南洋北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9510829, 30.3910753 ], [ 119.9509935, 30.3911001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9609528, 30.3884848 ], [ 119.9609374, 30.3885438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9609374, 30.3885438 ], [ 119.9608545, 30.3885348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "精工西路", "精工路", "南山大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9609528, 30.3884848 ], [ 119.9648631, 30.3888227 ], [ 119.966701, 30.3893991 ], [ 119.9668025, 30.389429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "精工西路", "精工路", "南山大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667574, 30.3895121 ], [ 119.9666473, 30.3894776 ], [ 119.964842, 30.3888932 ], [ 119.9609374, 30.3885438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛度路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509184, 30.3877372 ], [ 119.9510214, 30.3879763 ], [ 119.9514713, 30.3889861 ], [ 119.9515921, 30.3892695 ], [ 119.9516404, 30.389549 ], [ 119.9516171, 30.3898078 ], [ 119.9510829, 30.3910753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "盛度路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9509935, 30.3911001 ], [ 119.9512665, 30.3905082 ], [ 119.9515559, 30.3898039 ], [ 119.9515745, 30.3895513 ], [ 119.9515375, 30.3893107 ], [ 119.95131, 30.3887839 ], [ 119.9509253, 30.3879547 ], [ 119.9508263, 30.387743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9565477, 30.3915242 ], [ 119.9565599, 30.3908774 ], [ 119.956613, 30.3903588 ], [ 119.9566558, 30.3900627 ], [ 119.9567139, 30.389785 ], [ 119.9568411, 30.3892023 ], [ 119.9571162, 30.3881741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9571162, 30.3881741 ], [ 119.9568411, 30.3892023 ], [ 119.9567139, 30.389785 ], [ 119.9566558, 30.3900627 ], [ 119.956613, 30.3903588 ], [ 119.9565599, 30.3908774 ], [ 119.9565477, 30.3915242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港渠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9596169, 30.3920547 ], [ 119.9596336, 30.3918455 ], [ 119.9597602, 30.3912174 ], [ 119.9600427, 30.3904238 ], [ 119.9605752, 30.3894104 ], [ 119.9606832, 30.3891222 ], [ 119.9607882, 30.3887792 ], [ 119.9608545, 30.3885348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港渠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9609374, 30.3885438 ], [ 119.9607578, 30.3891456 ], [ 119.9606135, 30.3895124 ], [ 119.9604186, 30.3898857 ], [ 119.9601024, 30.3904298 ], [ 119.9600327, 30.390627 ], [ 119.9598011, 30.391333 ], [ 119.9597096, 30.391868 ], [ 119.9597034, 30.3920633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7155377, 30.4100149 ], [ 119.7141244, 30.4104485 ], [ 119.7138344, 30.4104812 ], [ 119.7136338, 30.4104344 ], [ 119.7135932, 30.4103737 ], [ 119.7136013, 30.4102638 ], [ 119.7136799, 30.4100979 ], [ 119.7137504, 30.4099389 ], [ 119.7137422, 30.40978 ], [ 119.7137043, 30.4095065 ], [ 119.7135634, 30.409261 ], [ 119.7136636, 30.4091512 ], [ 119.7137504, 30.4089969 ], [ 119.7137558, 30.4089104 ], [ 119.7136636, 30.408838 ], [ 119.7135607, 30.4088099 ], [ 119.7132978, 30.4088356 ], [ 119.7132029, 30.4087515 ], [ 119.7130863, 30.4085107 ], [ 119.7128126, 30.408471 ], [ 119.7125443, 30.4085294 ], [ 119.7119914, 30.408644 ], [ 119.7118233, 30.4086299 ], [ 119.7117475, 30.4085668 ], [ 119.7117366, 30.4084359 ], [ 119.7117881, 30.4082513 ], [ 119.7120076, 30.4074892 ], [ 119.7119805, 30.4068043 ], [ 119.7117718, 30.4064046 ], [ 119.7115794, 30.4062153 ], [ 119.7115279, 30.4060727 ], [ 119.7115342, 30.4058442 ], [ 119.7115233, 30.4056783 ], [ 119.7115721, 30.4055497 ], [ 119.7115288, 30.4052482 ], [ 119.7113905, 30.4051547 ], [ 119.7113255, 30.4050495 ], [ 119.7114285, 30.4047713 ], [ 119.7112415, 30.4047105 ], [ 119.7110789, 30.4046848 ], [ 119.710591, 30.404811 ], [ 119.7102247, 30.404997 ], [ 119.7100906, 30.4050232 ], [ 119.7100173, 30.4049893 ], [ 119.7099779, 30.4049013 ], [ 119.710003, 30.4046854 ], [ 119.7100387, 30.4044047 ], [ 119.7102443, 30.4041672 ], [ 119.7104518, 30.4039143 ], [ 119.7109067, 30.403671 ], [ 119.7110936, 30.4036393 ], [ 119.7112638, 30.4036883 ], [ 119.7115007, 30.4036652 ], [ 119.7116876, 30.4035472 ], [ 119.711841, 30.4034523 ], [ 119.712068, 30.4034177 ], [ 119.7122014, 30.4035213 ], [ 119.7123783, 30.4036537 ], [ 119.7126052, 30.4036566 ], [ 119.7128321, 30.403717 ], [ 119.7129789, 30.4037775 ], [ 119.7132158, 30.4037746 ], [ 119.713396, 30.4036969 ], [ 119.7135562, 30.403599 ], [ 119.7137964, 30.4035645 ], [ 119.7138465, 30.403458 ], [ 119.7139766, 30.4033688 ], [ 119.7141742, 30.4032213 ], [ 119.7140577, 30.4030483 ], [ 119.7140658, 30.4028263 ], [ 119.714242, 30.4027982 ], [ 119.7145564, 30.4028029 ], [ 119.7148166, 30.4027538 ], [ 119.7149602, 30.4026135 ], [ 119.7147705, 30.4018141 ], [ 119.71486, 30.4014891 ], [ 119.7150063, 30.4012414 ], [ 119.7148708, 30.4009398 ], [ 119.7146838, 30.4006686 ], [ 119.7141255, 30.4007364 ], [ 119.7136457, 30.4009795 ], [ 119.7133205, 30.401059 ], [ 119.7130142, 30.4009608 ], [ 119.7128272, 30.4006078 ], [ 119.7127974, 30.4004325 ], [ 119.7129194, 30.4001964 ], [ 119.71299, 30.3998531 ], [ 119.7128888, 30.399696 ], [ 119.7127219, 30.3995608 ], [ 119.7129445, 30.3994168 ], [ 119.7128787, 30.3992772 ], [ 119.7128585, 30.3991333 ], [ 119.7130659, 30.3990286 ], [ 119.7131215, 30.398745 ], [ 119.7129192, 30.3984876 ], [ 119.7128332, 30.3982913 ], [ 119.7129141, 30.3980209 ], [ 119.7133643, 30.3978071 ], [ 119.7138498, 30.3976981 ], [ 119.7144668, 30.3973796 ], [ 119.7144213, 30.3970393 ], [ 119.7143303, 30.3968867 ], [ 119.7144921, 30.396782 ], [ 119.7145123, 30.3965726 ], [ 119.7145326, 30.3962454 ], [ 119.7147248, 30.3961581 ], [ 119.7153418, 30.396241 ], [ 119.7160499, 30.3964722 ], [ 119.7161156, 30.3966206 ], [ 119.7160094, 30.3967252 ], [ 119.7157616, 30.3967122 ], [ 119.7154935, 30.3967296 ], [ 119.7154581, 30.3968648 ], [ 119.7156452, 30.3969303 ], [ 119.7159538, 30.3971048 ], [ 119.71606, 30.3972138 ], [ 119.7160347, 30.3973185 ], [ 119.7158728, 30.3974363 ], [ 119.7157059, 30.3975585 ], [ 119.7156149, 30.3977722 ], [ 119.7156806, 30.39789 ], [ 119.7156503, 30.398095 ], [ 119.71562, 30.3984571 ], [ 119.7155491, 30.3986752 ], [ 119.715625, 30.3987581 ], [ 119.7157363, 30.3987799 ], [ 119.7159436, 30.3986665 ], [ 119.7161712, 30.3985225 ], [ 119.7162876, 30.398492 ], [ 119.716323, 30.3985749 ], [ 119.7163685, 30.3987668 ], [ 119.7165455, 30.3989282 ], [ 119.7176582, 30.3991464 ], [ 119.717916, 30.3992739 ], [ 119.7183783, 30.3996195 ], [ 119.7186359, 30.3998455 ], [ 119.7189668, 30.4000276 ], [ 119.7193209, 30.3999753 ], [ 119.7195839, 30.3999317 ], [ 119.7201149, 30.4000843 ], [ 119.72056, 30.4002021 ], [ 119.7215917, 30.4007867 ], [ 119.7220115, 30.401297 ], [ 119.7223909, 30.4019775 ], [ 119.7222138, 30.4023832 ], [ 119.7219711, 30.4029765 ], [ 119.7220722, 30.4032556 ], [ 119.722406, 30.4036308 ], [ 119.7228619, 30.4038395 ], [ 119.7230358, 30.4039192 ], [ 119.7234943, 30.4041291 ], [ 119.7240516, 30.4045234 ], [ 119.7242284, 30.404581 ], [ 119.7249258, 30.4044687 ], [ 119.7253029, 30.4043363 ], [ 119.7255565, 30.4043622 ], [ 119.7258134, 30.4046328 ], [ 119.7259902, 30.4050443 ], [ 119.7263616, 30.4053073 ], [ 119.7265818, 30.4053484 ], [ 119.7267965, 30.40537 ], [ 119.7270459, 30.4053622 ], [ 119.7273316, 30.4053004 ], [ 119.7278221, 30.405099 ], [ 119.7281458, 30.4049781 ], [ 119.7283794, 30.4050127 ], [ 119.7285162, 30.4051853 ], [ 119.7285229, 30.4053753 ], [ 119.7284167, 30.4060298 ], [ 119.7283012, 30.4062664 ], [ 119.7282636, 30.4063959 ], [ 119.7282851, 30.4065995 ], [ 119.7284889, 30.4068586 ], [ 119.7287947, 30.4069788 ], [ 119.7292185, 30.407002 ], [ 119.7295886, 30.4069696 ], [ 119.7299749, 30.4067475 ], [ 119.7302324, 30.4065717 ], [ 119.7303772, 30.4064422 ], [ 119.7306025, 30.4063265 ], [ 119.7307473, 30.4063496 ], [ 119.7310638, 30.4065393 ], [ 119.7311872, 30.4067198 ], [ 119.7315842, 30.4073073 ], [ 119.7315788, 30.4077006 ], [ 119.731592, 30.4079023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7555291, 30.425238 ], [ 119.7551171, 30.4251327 ], [ 119.7543284, 30.4249557 ], [ 119.754086, 30.4248922 ], [ 119.7539396, 30.4248058 ], [ 119.7539087, 30.4247128 ], [ 119.7539318, 30.424374 ], [ 119.754032, 30.4240484 ], [ 119.7544789, 30.4234903 ], [ 119.7545945, 30.4232577 ], [ 119.7545714, 30.4230517 ], [ 119.7543942, 30.4229255 ], [ 119.7541707, 30.422786 ], [ 119.7538009, 30.4223275 ], [ 119.7536699, 30.4220218 ], [ 119.7537315, 30.4216298 ], [ 119.7537623, 30.4214172 ], [ 119.7535003, 30.4210252 ], [ 119.7533462, 30.420766 ], [ 119.7533694, 30.4204737 ], [ 119.753259, 30.4201047 ], [ 119.7529854, 30.4197566 ], [ 119.7528319, 30.4195235 ], [ 119.7527366, 30.4192925 ], [ 119.7527134, 30.4190883 ], [ 119.7527092, 30.4188305 ], [ 119.7527423, 30.4187147 ], [ 119.7527811, 30.4185793 ], [ 119.752852, 30.4183124 ], [ 119.7529056, 30.4180372 ], [ 119.7528568, 30.4178628 ], [ 119.7526111, 30.417017 ], [ 119.7524458, 30.4167814 ], [ 119.7523642, 30.416665 ], [ 119.7522524, 30.4164496 ], [ 119.7521594, 30.4162554 ], [ 119.7521246, 30.4160588 ], [ 119.7521652, 30.4158208 ], [ 119.7523076, 30.4154951 ], [ 119.7525385, 30.4148438 ], [ 119.7526836, 30.414477 ], [ 119.752743, 30.4143813 ], [ 119.7528028, 30.4143177 ], [ 119.7529481, 30.4141725 ], [ 119.7532266, 30.4137868 ], [ 119.7534, 30.4134074 ], [ 119.7536017, 30.4128753 ], [ 119.7536241, 30.4124764 ], [ 119.75361, 30.4122292 ], [ 119.7536501, 30.4120746 ], [ 119.7537728, 30.4118436 ], [ 119.7539686, 30.4115954 ], [ 119.7540689, 30.4114529 ], [ 119.7540814, 30.4113848 ], [ 119.7540982, 30.4112927 ], [ 119.754122, 30.411163 ], [ 119.7542222, 30.4110571 ], [ 119.7545868, 30.4108933 ], [ 119.7549324, 30.4106095 ], [ 119.7551767, 30.410114 ], [ 119.7554232, 30.4097548 ], [ 119.7556792, 30.4095127 ], [ 119.7560957, 30.4092329 ], [ 119.7562219, 30.4091271 ], [ 119.7563458, 30.4089641 ], [ 119.7565026, 30.4083201 ], [ 119.756489, 30.4081448 ], [ 119.7564619, 30.4079297 ], [ 119.7564944, 30.4078058 ], [ 119.7565622, 30.4076188 ], [ 119.756573, 30.4074155 ], [ 119.7566625, 30.4071607 ], [ 119.7568061, 30.4066184 ], [ 119.7568251, 30.4064267 ], [ 119.7568061, 30.4058166 ], [ 119.7568631, 30.405515 ], [ 119.7569877, 30.4051808 ], [ 119.7573943, 30.4049026 ], [ 119.7577954, 30.4047343 ], [ 119.7579743, 30.4045052 ], [ 119.7582589, 30.4040587 ], [ 119.7586519, 30.4036917 ], [ 119.759446, 30.403299 ], [ 119.7598552, 30.4029647 ], [ 119.7602726, 30.4023429 ], [ 119.7604705, 30.4021022 ], [ 119.7608879, 30.4017889 ], [ 119.7611996, 30.4014944 ], [ 119.7614475, 30.4012167 ], [ 119.7614856, 30.401148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7614856, 30.401148 ], [ 119.7614475, 30.4012167 ], [ 119.7611996, 30.4014944 ], [ 119.7608879, 30.4017889 ], [ 119.7604705, 30.4021022 ], [ 119.7602726, 30.4023429 ], [ 119.7598552, 30.4029647 ], [ 119.759446, 30.403299 ], [ 119.7586519, 30.4036917 ], [ 119.7582589, 30.4040587 ], [ 119.7579743, 30.4045052 ], [ 119.7577954, 30.4047343 ], [ 119.7573943, 30.4049026 ], [ 119.7569877, 30.4051808 ], [ 119.7568631, 30.405515 ], [ 119.7568061, 30.4058166 ], [ 119.7568251, 30.4064267 ], [ 119.7568061, 30.4066184 ], [ 119.7566625, 30.4071607 ], [ 119.756573, 30.4074155 ], [ 119.7565622, 30.4076188 ], [ 119.7564944, 30.4078058 ], [ 119.7564619, 30.4079297 ], [ 119.756489, 30.4081448 ], [ 119.7565026, 30.4083201 ], [ 119.7563458, 30.4089641 ], [ 119.7562219, 30.4091271 ], [ 119.7560957, 30.4092329 ], [ 119.7556792, 30.4095127 ], [ 119.7554232, 30.4097548 ], [ 119.7551767, 30.410114 ], [ 119.7549324, 30.4106095 ], [ 119.7545868, 30.4108933 ], [ 119.7542222, 30.4110571 ], [ 119.754122, 30.411163 ], [ 119.7540982, 30.4112927 ], [ 119.7540814, 30.4113848 ], [ 119.7540689, 30.4114529 ], [ 119.7539686, 30.4115954 ], [ 119.7537728, 30.4118436 ], [ 119.7536501, 30.4120746 ], [ 119.75361, 30.4122292 ], [ 119.7536241, 30.4124764 ], [ 119.7536017, 30.4128753 ], [ 119.7534, 30.4134074 ], [ 119.7532266, 30.4137868 ], [ 119.7529481, 30.4141725 ], [ 119.7528028, 30.4143177 ], [ 119.752743, 30.4143813 ], [ 119.7526836, 30.414477 ], [ 119.7525385, 30.4148438 ], [ 119.7523076, 30.4154951 ], [ 119.7521652, 30.4158208 ], [ 119.7521246, 30.4160588 ], [ 119.7521594, 30.4162554 ], [ 119.7522524, 30.4164496 ], [ 119.7523642, 30.416665 ], [ 119.7524458, 30.4167814 ], [ 119.7526111, 30.417017 ], [ 119.7528568, 30.4178628 ], [ 119.7529056, 30.4180372 ], [ 119.752852, 30.4183124 ], [ 119.7527811, 30.4185793 ], [ 119.7527423, 30.4187147 ], [ 119.7527092, 30.4188305 ], [ 119.7527134, 30.4190883 ], [ 119.7527366, 30.4192925 ], [ 119.7528319, 30.4195235 ], [ 119.7529854, 30.4197566 ], [ 119.753259, 30.4201047 ], [ 119.7533694, 30.4204737 ], [ 119.7533462, 30.420766 ], [ 119.7535003, 30.4210252 ], [ 119.7537623, 30.4214172 ], [ 119.7537315, 30.4216298 ], [ 119.7536699, 30.4220218 ], [ 119.7538009, 30.4223275 ], [ 119.7541707, 30.422786 ], [ 119.7543942, 30.4229255 ], [ 119.7545714, 30.4230517 ], [ 119.7545945, 30.4232577 ], [ 119.7544789, 30.4234903 ], [ 119.754032, 30.4240484 ], [ 119.7539318, 30.424374 ], [ 119.7539087, 30.4247128 ], [ 119.7539396, 30.4248058 ], [ 119.754086, 30.4248922 ], [ 119.7543284, 30.4249557 ], [ 119.7551171, 30.4251327 ], [ 119.7555291, 30.425238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8507564, 30.3464295 ], [ 119.8508019, 30.3462235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8509462, 30.3462455 ], [ 119.8509126, 30.3464349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "长西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8509126, 30.3464349 ], [ 119.8507564, 30.3464295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8507952, 30.3475916 ], [ 119.8499825, 30.3459182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8507952, 30.3475916 ], [ 119.8507074, 30.3469833 ], [ 119.8507308, 30.3466588 ], [ 119.8507564, 30.3464295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8917634, 30.3482868 ], [ 119.8912386, 30.3481162 ], [ 119.891023, 30.3480722 ], [ 119.8846659, 30.3467738 ], [ 119.8832825, 30.3465106 ], [ 119.8825245, 30.3471221 ], [ 119.8823175, 30.3471649 ], [ 119.8808867, 30.3464425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8808867, 30.3464425 ], [ 119.8823175, 30.3471649 ], [ 119.8825245, 30.3471221 ], [ 119.8832825, 30.3465106 ], [ 119.8846659, 30.3467738 ], [ 119.891023, 30.3480722 ], [ 119.8912386, 30.3481162 ], [ 119.8917634, 30.3482868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8509126, 30.3464349 ], [ 119.8508555, 30.3469439 ], [ 119.8508933, 30.3473897 ], [ 119.8509786, 30.347734 ], [ 119.851338, 30.3485146 ], [ 119.8519582, 30.3497345 ], [ 119.852769, 30.351498 ], [ 119.8538556, 30.3538139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.853741, 30.3539137 ], [ 119.8532156, 30.3526381 ], [ 119.8525056, 30.3511581 ], [ 119.8518347, 30.3497987 ], [ 119.8515618, 30.3492206 ], [ 119.850945, 30.3479138 ], [ 119.8507952, 30.3475916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8760148, 30.3564507 ], [ 119.8727297, 30.3554233 ], [ 119.8720442, 30.3529725 ], [ 119.8718458, 30.3526944 ], [ 119.8716785, 30.3526088 ], [ 119.8713314, 30.3525072 ], [ 119.8710586, 30.3523735 ], [ 119.8709099, 30.3522933 ], [ 119.8706124, 30.3520365 ], [ 119.869954, 30.3514711 ], [ 119.8697384, 30.3512823 ], [ 119.8695958, 30.3510095 ], [ 119.8692425, 30.3507047 ], [ 119.8691867, 30.3503784 ], [ 119.8692735, 30.3502393 ], [ 119.8695586, 30.3502393 ], [ 119.8702405, 30.3502072 ], [ 119.8702776, 30.3501484 ], [ 119.8703334, 30.3499558 ], [ 119.8700049, 30.3479928 ], [ 119.8697183, 30.3458407 ], [ 119.8696855, 30.3455253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9071948, 30.3490803 ], [ 119.9072224, 30.3496269 ], [ 119.9072499, 30.3501101 ], [ 119.9072958, 30.3502368 ], [ 119.9074702, 30.3503715 ], [ 119.9076262, 30.3504586 ], [ 119.9076997, 30.3505774 ], [ 119.9076997, 30.3507358 ], [ 119.9075161, 30.3518606 ], [ 119.9072958, 30.3532944 ], [ 119.9072866, 30.3534686 ], [ 119.9072683, 30.3537221 ], [ 119.9072591, 30.3539122 ], [ 119.9070847, 30.3545538 ], [ 119.9068827, 30.3552033 ], [ 119.9068644, 30.3553063 ], [ 119.9069378, 30.3554805 ], [ 119.9069194, 30.3557023 ], [ 119.9066532, 30.3566766 ], [ 119.906589, 30.3568904 ], [ 119.9060566, 30.3575954 ], [ 119.9059097, 30.3577855 ], [ 119.9057537, 30.3580548 ], [ 119.905515, 30.3588944 ], [ 119.9053865, 30.3594092 ], [ 119.9053406, 30.3595597 ], [ 119.9053131, 30.3597181 ], [ 119.9053131, 30.359932 ], [ 119.9053223, 30.3601141 ], [ 119.9054324, 30.3602963 ], [ 119.9055701, 30.3604468 ], [ 119.905616, 30.3605735 ], [ 119.9056068, 30.3607636 ], [ 119.9056068, 30.3608824 ], [ 119.9056252, 30.3609695 ], [ 119.9057189, 30.3610688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9026633, 30.3532139 ], [ 119.9030027, 30.3534336 ], [ 119.9031406, 30.3535526 ], [ 119.9032467, 30.3537814 ], [ 119.9032785, 30.3540743 ], [ 119.9033633, 30.3543123 ], [ 119.9035012, 30.3550628 ], [ 119.9035224, 30.3552275 ], [ 119.9036073, 30.3553282 ], [ 119.903777, 30.3554289 ], [ 119.9038724, 30.355557 ], [ 119.9039149, 30.35574 ], [ 119.9038618, 30.3559139 ], [ 119.9036921, 30.3560695 ], [ 119.9032148, 30.3566278 ], [ 119.9028436, 30.357177 ], [ 119.9028118, 30.3573417 ], [ 119.9028224, 30.3574698 ], [ 119.902886, 30.3576346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.902886, 30.3576346 ], [ 119.9028224, 30.3574698 ], [ 119.9028118, 30.3573417 ], [ 119.9028436, 30.357177 ], [ 119.9032148, 30.3566278 ], [ 119.9036921, 30.3560695 ], [ 119.9038618, 30.3559139 ], [ 119.9039149, 30.35574 ], [ 119.9038724, 30.355557 ], [ 119.903777, 30.3554289 ], [ 119.9036073, 30.3553282 ], [ 119.9035224, 30.3552275 ], [ 119.9035012, 30.3550628 ], [ 119.9033633, 30.3543123 ], [ 119.9032785, 30.3540743 ], [ 119.9032467, 30.3537814 ], [ 119.9031406, 30.3535526 ], [ 119.9030027, 30.3534336 ], [ 119.9026633, 30.3532139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "毛百线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8956095, 30.3580872 ], [ 119.8977949, 30.3581288 ], [ 119.8995556, 30.3582295 ], [ 119.8997465, 30.3581929 ], [ 119.900542, 30.3578359 ], [ 119.9007223, 30.3577902 ], [ 119.9022603, 30.3577078 ], [ 119.902886, 30.3576346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "毛百线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.902886, 30.3576346 ], [ 119.9022603, 30.3577078 ], [ 119.9007223, 30.3577902 ], [ 119.900542, 30.3578359 ], [ 119.8997465, 30.3581929 ], [ 119.8995556, 30.3582295 ], [ 119.8977949, 30.3581288 ], [ 119.8956095, 30.3580872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.902886, 30.3576346 ], [ 119.9031936, 30.3580922 ], [ 119.9032997, 30.3582844 ], [ 119.9033633, 30.3584674 ], [ 119.9033952, 30.3589983 ], [ 119.9035012, 30.3597213 ], [ 119.9037027, 30.3604443 ], [ 119.9039679, 30.361149 ], [ 119.9040209, 30.3613137 ], [ 119.9040528, 30.3615151 ], [ 119.904074, 30.3617256 ], [ 119.9041925, 30.3620615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9041925, 30.3620615 ], [ 119.904074, 30.3617256 ], [ 119.9040528, 30.3615151 ], [ 119.9040209, 30.3613137 ], [ 119.9039679, 30.361149 ], [ 119.9037027, 30.3604443 ], [ 119.9035012, 30.3597213 ], [ 119.9033952, 30.3589983 ], [ 119.9033633, 30.3584674 ], [ 119.9032997, 30.3582844 ], [ 119.9031936, 30.3580922 ], [ 119.902886, 30.3576346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9041925, 30.3620615 ], [ 119.9043312, 30.3619818 ], [ 119.9045557, 30.3618678 ], [ 119.905216, 30.3614861 ], [ 119.9054405, 30.361355 ], [ 119.9055594, 30.3612354 ], [ 119.9056584, 30.36111 ], [ 119.9057189, 30.3610688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9057189, 30.3610688 ], [ 119.9056584, 30.36111 ], [ 119.9055594, 30.3612354 ], [ 119.9054405, 30.361355 ], [ 119.905216, 30.3614861 ], [ 119.9045557, 30.3618678 ], [ 119.9043312, 30.3619818 ], [ 119.9041925, 30.3620615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8947705, 30.3651395 ], [ 119.8939687, 30.3633096 ], [ 119.8938803, 30.3630383 ], [ 119.8938213, 30.3624618 ], [ 119.8938311, 30.3617242 ], [ 119.893949, 30.3611478 ], [ 119.8941455, 30.3605374 ], [ 119.8941848, 30.3604187 ], [ 119.8941259, 30.3599778 ], [ 119.8939785, 30.3590961 ], [ 119.893949, 30.35874 ], [ 119.893949, 30.358384 ], [ 119.8956095, 30.3580872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8696855, 30.3455253 ], [ 119.8697183, 30.3458407 ], [ 119.8700049, 30.3479928 ], [ 119.8703334, 30.3499558 ], [ 119.8702776, 30.3501484 ], [ 119.8702405, 30.3502072 ], [ 119.8695586, 30.3502393 ], [ 119.8692735, 30.3502393 ], [ 119.8691867, 30.3503784 ], [ 119.8692425, 30.3507047 ], [ 119.8695958, 30.3510095 ], [ 119.8697384, 30.3512823 ], [ 119.869954, 30.3514711 ], [ 119.8706124, 30.3520365 ], [ 119.8709099, 30.3522933 ], [ 119.8710586, 30.3523735 ], [ 119.8713314, 30.3525072 ], [ 119.8716785, 30.3526088 ], [ 119.8718458, 30.3526944 ], [ 119.8720442, 30.3529725 ], [ 119.8727297, 30.3554233 ], [ 119.8760148, 30.3564507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8800608, 30.3593918 ], [ 119.880114, 30.3585651 ], [ 119.880159, 30.3581373 ], [ 119.8802112, 30.3574039 ], [ 119.8805175, 30.3564355 ], [ 119.8805721, 30.3562385 ], [ 119.8806625, 30.3552252 ], [ 119.8807262, 30.3534694 ], [ 119.8807164, 30.3531164 ], [ 119.8805566, 30.3497039 ], [ 119.8805246, 30.3492756 ], [ 119.8805138, 30.3490974 ], [ 119.8804978, 30.3490094 ], [ 119.8804066, 30.3487942 ], [ 119.8803475, 30.3486044 ], [ 119.8802912, 30.3483498 ], [ 119.8802671, 30.3481391 ], [ 119.8802805, 30.3480327 ], [ 119.8803286, 30.3479017 ], [ 119.8808867, 30.3464425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8808867, 30.3464425 ], [ 119.8803286, 30.3479017 ], [ 119.8802805, 30.3480327 ], [ 119.8802671, 30.3481391 ], [ 119.8802912, 30.3483498 ], [ 119.8803475, 30.3486044 ], [ 119.8804066, 30.3487942 ], [ 119.8804978, 30.3490094 ], [ 119.8805138, 30.3490974 ], [ 119.8805246, 30.3492756 ], [ 119.8805566, 30.3497039 ], [ 119.8807164, 30.3531164 ], [ 119.8807262, 30.3534694 ], [ 119.8806625, 30.3552252 ], [ 119.8805721, 30.3562385 ], [ 119.8805175, 30.3564355 ], [ 119.8802112, 30.3574039 ], [ 119.880159, 30.3581373 ], [ 119.880114, 30.3585651 ], [ 119.8800608, 30.3593918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.853741, 30.3539137 ], [ 119.8538556, 30.3538139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8538556, 30.3538139 ], [ 119.853741, 30.3539137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8956095, 30.3580872 ], [ 119.8953978, 30.3571495 ], [ 119.8940508, 30.357241 ], [ 119.8937326, 30.3571953 ], [ 119.8933083, 30.3572502 ], [ 119.8930538, 30.3573875 ], [ 119.8928522, 30.3575156 ], [ 119.8925977, 30.3575797 ], [ 119.8921204, 30.3576071 ], [ 119.8914416, 30.3576895 ], [ 119.8911234, 30.3576071 ], [ 119.8909537, 30.3576071 ], [ 119.8900945, 30.3576712 ], [ 119.889946, 30.3576895 ], [ 119.8897339, 30.3578359 ], [ 119.8887899, 30.3581837 ], [ 119.8886839, 30.3582295 ], [ 119.8886308, 30.3583393 ], [ 119.8885566, 30.3584491 ], [ 119.8882702, 30.3585773 ], [ 119.8877929, 30.3587145 ], [ 119.8868151, 30.3588266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8868151, 30.3588266 ], [ 119.8877929, 30.3587145 ], [ 119.8882702, 30.3585773 ], [ 119.8885566, 30.3584491 ], [ 119.8886308, 30.3583393 ], [ 119.8886839, 30.3582295 ], [ 119.8887899, 30.3581837 ], [ 119.8897339, 30.3578359 ], [ 119.889946, 30.3576895 ], [ 119.8900945, 30.3576712 ], [ 119.8909537, 30.3576071 ], [ 119.8911234, 30.3576071 ], [ 119.8914416, 30.3576895 ], [ 119.8921204, 30.3576071 ], [ 119.8925977, 30.3575797 ], [ 119.8928522, 30.3575156 ], [ 119.8930538, 30.3573875 ], [ 119.8933083, 30.3572502 ], [ 119.8937326, 30.3571953 ], [ 119.8940508, 30.357241 ], [ 119.8953978, 30.3571495 ], [ 119.8956095, 30.3580872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8800608, 30.3593918 ], [ 119.88442, 30.3590074 ], [ 119.8868151, 30.3588266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8868151, 30.3588266 ], [ 119.88442, 30.3590074 ], [ 119.8800608, 30.3593918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8538556, 30.3538139 ], [ 119.854225, 30.3545613 ], [ 119.8549483, 30.3557834 ], [ 119.8558443, 30.3570434 ], [ 119.8568758, 30.3583289 ], [ 119.8580676, 30.3595006 ], [ 119.8594728, 30.3606606 ], [ 119.8607279, 30.3615503 ], [ 119.8623279, 30.362718 ], [ 119.8638628, 30.3637793 ], [ 119.8657479, 30.3650703 ], [ 119.8672279, 30.3661203 ], [ 119.8677873, 30.36653 ], [ 119.8688129, 30.367281 ], [ 119.8705279, 30.3684203 ], [ 119.8722093, 30.3697321 ], [ 119.8726685, 30.3700986 ], [ 119.8728979, 30.3702448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8868151, 30.3588266 ], [ 119.8871621, 30.3594941 ], [ 119.8872018, 30.3596224 ], [ 119.8885417, 30.3673184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8885417, 30.3673184 ], [ 119.8872018, 30.3596224 ], [ 119.8871621, 30.3594941 ], [ 119.8868151, 30.3588266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8800608, 30.3593918 ], [ 119.8800529, 30.3596387 ], [ 119.880041, 30.3597439 ], [ 119.8800047, 30.3600661 ], [ 119.8799433, 30.3603081 ], [ 119.8796847, 30.3612611 ], [ 119.8796409, 30.3613406 ], [ 119.8795796, 30.3614086 ], [ 119.8794787, 30.3614729 ], [ 119.8792727, 30.3615637 ], [ 119.8788827, 30.3616469 ], [ 119.8786723, 30.361715 ], [ 119.8782559, 30.3618927 ], [ 119.8781201, 30.3619986 ], [ 119.8779623, 30.3629554 ], [ 119.8779316, 30.3645437 ], [ 119.8779272, 30.3649937 ], [ 119.8779447, 30.3655118 ], [ 119.8779184, 30.3657765 ], [ 119.8778935, 30.3659397 ], [ 119.8778738, 30.3660688 ], [ 119.8778527, 30.3662076 ], [ 119.8778681, 30.3664118 ], [ 119.8779404, 30.3673685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8779404, 30.3673685 ], [ 119.8778681, 30.3664118 ], [ 119.8778527, 30.3662076 ], [ 119.8778738, 30.3660688 ], [ 119.8778935, 30.3659397 ], [ 119.8779184, 30.3657765 ], [ 119.8779447, 30.3655118 ], [ 119.8779272, 30.3649937 ], [ 119.8779316, 30.3645437 ], [ 119.8779623, 30.3629554 ], [ 119.8781201, 30.3619986 ], [ 119.8782559, 30.3618927 ], [ 119.8786723, 30.361715 ], [ 119.8788827, 30.3616469 ], [ 119.8792727, 30.3615637 ], [ 119.8794787, 30.3614729 ], [ 119.8795796, 30.3614086 ], [ 119.8796409, 30.3613406 ], [ 119.8796847, 30.3612611 ], [ 119.8799433, 30.3603081 ], [ 119.8800047, 30.3600661 ], [ 119.880041, 30.3597439 ], [ 119.8800529, 30.3596387 ], [ 119.8800608, 30.3593918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.853741, 30.3539137 ], [ 119.8537285, 30.3540986 ], [ 119.8537547, 30.3543255 ], [ 119.8537745, 30.3544976 ], [ 119.8537833, 30.3545734 ], [ 119.8540312, 30.3560015 ], [ 119.8543907, 30.3580286 ], [ 119.8548096, 30.3600439 ], [ 119.8548432, 30.3602053 ], [ 119.8549238, 30.3609808 ], [ 119.8550105, 30.3612483 ], [ 119.8551531, 30.361521 ], [ 119.8553464, 30.3618562 ], [ 119.85555, 30.3622092 ], [ 119.8555968, 30.3622903 ], [ 119.8558101, 30.3626602 ], [ 119.8564609, 30.3638047 ], [ 119.8573163, 30.3657835 ], [ 119.8574094, 30.3659819 ], [ 119.8575147, 30.366206 ], [ 119.8575952, 30.3663985 ], [ 119.857682, 30.3667782 ], [ 119.8577688, 30.367436 ], [ 119.8578247, 30.3681111 ], [ 119.8579609, 30.369757 ], [ 119.8580097, 30.370328 ], [ 119.8580467, 30.37076 ], [ 119.8580725, 30.3710618 ], [ 119.8580539, 30.3714522 ], [ 119.8579733, 30.3718159 ], [ 119.8577812, 30.3728693 ], [ 119.857682, 30.373249 ], [ 119.857682, 30.3734648 ], [ 119.8577068, 30.3736661 ], [ 119.8578246, 30.373987 ], [ 119.8581446, 30.3746868 ], [ 119.8583415, 30.3751157 ], [ 119.85848, 30.3754629 ], [ 119.858556, 30.3756554 ], [ 119.8586457, 30.3759354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8586457, 30.3759354 ], [ 119.858556, 30.3756554 ], [ 119.85848, 30.3754629 ], [ 119.8583415, 30.3751157 ], [ 119.8581446, 30.3746868 ], [ 119.8578246, 30.373987 ], [ 119.8577068, 30.3736661 ], [ 119.857682, 30.3734648 ], [ 119.857682, 30.373249 ], [ 119.8577812, 30.3728693 ], [ 119.8579733, 30.3718159 ], [ 119.8580539, 30.3714522 ], [ 119.8580725, 30.3710618 ], [ 119.8580467, 30.37076 ], [ 119.8580097, 30.370328 ], [ 119.8579609, 30.369757 ], [ 119.8578247, 30.3681111 ], [ 119.8577688, 30.367436 ], [ 119.857682, 30.3667782 ], [ 119.8575952, 30.3663985 ], [ 119.8575147, 30.366206 ], [ 119.8574094, 30.3659819 ], [ 119.8573163, 30.3657835 ], [ 119.8564609, 30.3638047 ], [ 119.8558101, 30.3626602 ], [ 119.8555968, 30.3622903 ], [ 119.85555, 30.3622092 ], [ 119.8553464, 30.3618562 ], [ 119.8551531, 30.361521 ], [ 119.8550105, 30.3612483 ], [ 119.8549238, 30.3609808 ], [ 119.8548432, 30.3602053 ], [ 119.8548096, 30.3600439 ], [ 119.8543907, 30.3580286 ], [ 119.8540312, 30.3560015 ], [ 119.8537833, 30.3545734 ], [ 119.8537745, 30.3544976 ], [ 119.8537547, 30.3543255 ], [ 119.8537285, 30.3540986 ], [ 119.853741, 30.3539137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8771983, 30.3764709 ], [ 119.8769607, 30.3756918 ], [ 119.8767234, 30.3751459 ], [ 119.876277, 30.3743237 ], [ 119.8756684, 30.3735006 ], [ 119.8752196, 30.3728625 ], [ 119.8747312, 30.3722467 ], [ 119.8738998, 30.3713303 ], [ 119.8731791, 30.3706729 ], [ 119.8727011, 30.3702722 ], [ 119.8726503, 30.3702278 ], [ 119.8721812, 30.3698445 ], [ 119.8717894, 30.3695336 ], [ 119.8702693, 30.3684323 ], [ 119.8685192, 30.367189 ], [ 119.8674675, 30.3664656 ], [ 119.8654994, 30.365078 ], [ 119.8636344, 30.3637436 ], [ 119.8625312, 30.3629705 ], [ 119.8605095, 30.3615536 ], [ 119.8592042, 30.3605903 ], [ 119.8579547, 30.35953 ], [ 119.8566922, 30.3582473 ], [ 119.8561631, 30.3576508 ], [ 119.8556447, 30.3569988 ], [ 119.8547915, 30.355748 ], [ 119.853741, 30.3539137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8947705, 30.3651395 ], [ 119.8944197, 30.3654003 ], [ 119.8940037, 30.3655826 ], [ 119.8935151, 30.3657649 ], [ 119.8931981, 30.3658504 ], [ 119.8926368, 30.3660384 ], [ 119.8916067, 30.3663973 ], [ 119.891402, 30.3664771 ], [ 119.8904445, 30.3667505 ], [ 119.890083, 30.3668833 ], [ 119.8894673, 30.3671095 ], [ 119.8893022, 30.3671608 ], [ 119.8885417, 30.3673184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8885417, 30.3673184 ], [ 119.8893022, 30.3671608 ], [ 119.8894673, 30.3671095 ], [ 119.890083, 30.3668833 ], [ 119.8904445, 30.3667505 ], [ 119.891402, 30.3664771 ], [ 119.8916067, 30.3663973 ], [ 119.8926368, 30.3660384 ], [ 119.8931981, 30.3658504 ], [ 119.8935151, 30.3657649 ], [ 119.8940037, 30.3655826 ], [ 119.8944197, 30.3654003 ], [ 119.8947705, 30.3651395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8885417, 30.3673184 ], [ 119.8882853, 30.3673716 ], [ 119.8875391, 30.3674855 ], [ 119.8873542, 30.3674969 ], [ 119.8869118, 30.3674057 ], [ 119.8863505, 30.3673773 ], [ 119.8860666, 30.3673829 ], [ 119.8851884, 30.367457 ], [ 119.8848516, 30.367457 ], [ 119.8844488, 30.367457 ], [ 119.8842639, 30.3674855 ], [ 119.8839866, 30.3674969 ], [ 119.8820254, 30.367457 ], [ 119.8805925, 30.3674741 ], [ 119.8803284, 30.3674912 ], [ 119.8796549, 30.367571 ], [ 119.8794766, 30.367588 ], [ 119.8793049, 30.3675653 ], [ 119.8787964, 30.3675026 ], [ 119.8784352, 30.367446 ], [ 119.8782249, 30.3674131 ], [ 119.8779404, 30.3673685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8956095, 30.3580872 ], [ 119.893949, 30.358384 ], [ 119.893949, 30.35874 ], [ 119.8939785, 30.3590961 ], [ 119.8941259, 30.3599778 ], [ 119.8941848, 30.3604187 ], [ 119.8941455, 30.3605374 ], [ 119.893949, 30.3611478 ], [ 119.8938311, 30.3617242 ], [ 119.8938213, 30.3624618 ], [ 119.8938803, 30.3630383 ], [ 119.8939687, 30.3633096 ], [ 119.8947705, 30.3651395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9041925, 30.3620615 ], [ 119.9040868, 30.3621641 ], [ 119.9039614, 30.3622382 ], [ 119.9032482, 30.3624205 ], [ 119.90272, 30.3625344 ], [ 119.9022379, 30.3626655 ], [ 119.9018615, 30.3628193 ], [ 119.9014059, 30.3630244 ], [ 119.9011616, 30.3631327 ], [ 119.9008645, 30.3632694 ], [ 119.9002702, 30.3634688 ], [ 119.8991278, 30.3637708 ], [ 119.8983552, 30.3639702 ], [ 119.8979987, 30.3640899 ], [ 119.8977543, 30.3641924 ], [ 119.8972327, 30.3644488 ], [ 119.8970399, 30.3645365 ], [ 119.896744, 30.364671 ], [ 119.8964271, 30.3647679 ], [ 119.8958394, 30.364916 ], [ 119.8955026, 30.3649502 ], [ 119.8949612, 30.3650413 ], [ 119.8948489, 30.3650812 ], [ 119.8947705, 30.3651395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8947705, 30.3651395 ], [ 119.8948489, 30.3650812 ], [ 119.8949612, 30.3650413 ], [ 119.8955026, 30.3649502 ], [ 119.8958394, 30.364916 ], [ 119.8964271, 30.3647679 ], [ 119.896744, 30.364671 ], [ 119.8970399, 30.3645365 ], [ 119.8972327, 30.3644488 ], [ 119.8977543, 30.3641924 ], [ 119.8979987, 30.3640899 ], [ 119.8983552, 30.3639702 ], [ 119.8991278, 30.3637708 ], [ 119.9002702, 30.3634688 ], [ 119.9008645, 30.3632694 ], [ 119.9011616, 30.3631327 ], [ 119.9014059, 30.3630244 ], [ 119.9018615, 30.3628193 ], [ 119.9022379, 30.3626655 ], [ 119.90272, 30.3625344 ], [ 119.9032482, 30.3624205 ], [ 119.9039614, 30.3622382 ], [ 119.9040868, 30.3621641 ], [ 119.9041925, 30.3620615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9107938, 30.3662415 ], [ 119.9105976, 30.3661968 ], [ 119.9104029, 30.3661269 ], [ 119.9102477, 30.3660344 ], [ 119.9100687, 30.3658833 ], [ 119.909918, 30.3657264 ], [ 119.9098368, 30.3655742 ], [ 119.9098428, 30.3652649 ], [ 119.9098647, 30.3649502 ], [ 119.9098768, 30.3647323 ], [ 119.9098713, 30.3643235 ], [ 119.9099369, 30.3638937 ], [ 119.9100429, 30.3636227 ], [ 119.9101684, 30.3634859 ], [ 119.9103467, 30.3633663 ], [ 119.9105844, 30.3632409 ], [ 119.910727, 30.3631766 ], [ 119.9108247, 30.3630692 ], [ 119.9108684, 30.3629618 ], [ 119.9108943, 30.3628649 ], [ 119.9108948, 30.362768 ], [ 119.9108353, 30.3625971 ], [ 119.9106822, 30.3624479 ], [ 119.9104453, 30.3622503 ], [ 119.9100496, 30.3620501 ], [ 119.9095471, 30.3619436 ], [ 119.9093585, 30.3618726 ], [ 119.9092563, 30.3617833 ], [ 119.9089668, 30.3612791 ], [ 119.9088399, 30.3611733 ], [ 119.9086, 30.361086 ], [ 119.9082379, 30.3610356 ], [ 119.9073753, 30.3610872 ], [ 119.9066159, 30.3611727 ], [ 119.9064706, 30.361167 ], [ 119.9060414, 30.361036 ], [ 119.9059027, 30.3610189 ], [ 119.9057839, 30.3610246 ], [ 119.9057189, 30.3610688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9057189, 30.3610688 ], [ 119.9057839, 30.3610246 ], [ 119.9059027, 30.3610189 ], [ 119.9060414, 30.361036 ], [ 119.9064706, 30.361167 ], [ 119.9066159, 30.3611727 ], [ 119.9073753, 30.3610872 ], [ 119.9082379, 30.3610356 ], [ 119.9086, 30.361086 ], [ 119.9088399, 30.3611733 ], [ 119.9089668, 30.3612791 ], [ 119.9092563, 30.3617833 ], [ 119.9093585, 30.3618726 ], [ 119.9095471, 30.3619436 ], [ 119.9100496, 30.3620501 ], [ 119.9104453, 30.3622503 ], [ 119.9106822, 30.3624479 ], [ 119.9108353, 30.3625971 ], [ 119.9108948, 30.362768 ], [ 119.9108943, 30.3628649 ], [ 119.9108684, 30.3629618 ], [ 119.9108247, 30.3630692 ], [ 119.910727, 30.3631766 ], [ 119.9105844, 30.3632409 ], [ 119.9103467, 30.3633663 ], [ 119.9101684, 30.3634859 ], [ 119.9100429, 30.3636227 ], [ 119.9099369, 30.3638937 ], [ 119.9098713, 30.3643235 ], [ 119.9098768, 30.3647323 ], [ 119.9098647, 30.3649502 ], [ 119.9098428, 30.3652649 ], [ 119.9098368, 30.3655742 ], [ 119.909918, 30.3657264 ], [ 119.9100687, 30.3658833 ], [ 119.9102477, 30.3660344 ], [ 119.9104029, 30.3661269 ], [ 119.9105976, 30.3661968 ], [ 119.9107938, 30.3662415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8923413, 30.3734634 ], [ 119.8929791, 30.3732698 ], [ 119.8933793, 30.3731853 ], [ 119.8942195, 30.3730575 ], [ 119.8945381, 30.3729576 ], [ 119.8947505, 30.3728326 ], [ 119.8949629, 30.3727077 ], [ 119.8951946, 30.3726494 ], [ 119.8954843, 30.3726244 ], [ 119.8961504, 30.3725661 ], [ 119.896498, 30.3725078 ], [ 119.8976952, 30.3723912 ], [ 119.8979365, 30.3723328 ], [ 119.8987379, 30.3721079 ], [ 119.8991047, 30.3719663 ], [ 119.8997033, 30.3716831 ], [ 119.899993, 30.3715832 ], [ 119.9010743, 30.3713749 ], [ 119.9014991, 30.37125 ], [ 119.9027349, 30.3710168 ], [ 119.9042024, 30.3707086 ], [ 119.9046368, 30.3706253 ], [ 119.9050037, 30.3705253 ], [ 119.9053416, 30.3704254 ], [ 119.9056216, 30.3703587 ], [ 119.9064229, 30.3703254 ], [ 119.9076008, 30.3701671 ], [ 119.9084987, 30.3700089 ], [ 119.9089138, 30.3700339 ], [ 119.9093483, 30.3699506 ], [ 119.9104199, 30.3697673 ], [ 119.9108737, 30.369609 ], [ 119.9112599, 30.3694175 ], [ 119.9113854, 30.3693175 ], [ 119.9114336, 30.3692092 ], [ 119.9111923, 30.3678848 ], [ 119.9110814, 30.3674273 ], [ 119.9107938, 30.3662415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9107938, 30.3662415 ], [ 119.9110814, 30.3674273 ], [ 119.9111923, 30.3678848 ], [ 119.9114336, 30.3692092 ], [ 119.9113854, 30.3693175 ], [ 119.9112599, 30.3694175 ], [ 119.9108737, 30.369609 ], [ 119.9104199, 30.3697673 ], [ 119.9093483, 30.3699506 ], [ 119.9089138, 30.3700339 ], [ 119.9084987, 30.3700089 ], [ 119.9076008, 30.3701671 ], [ 119.9064229, 30.3703254 ], [ 119.9056216, 30.3703587 ], [ 119.9053416, 30.3704254 ], [ 119.9050037, 30.3705253 ], [ 119.9046368, 30.3706253 ], [ 119.9042024, 30.3707086 ], [ 119.9027349, 30.3710168 ], [ 119.9014991, 30.37125 ], [ 119.9010743, 30.3713749 ], [ 119.899993, 30.3715832 ], [ 119.8997033, 30.3716831 ], [ 119.8991047, 30.3719663 ], [ 119.8987379, 30.3721079 ], [ 119.8979365, 30.3723328 ], [ 119.8976952, 30.3723912 ], [ 119.896498, 30.3725078 ], [ 119.8961504, 30.3725661 ], [ 119.8954843, 30.3726244 ], [ 119.8951946, 30.3726494 ], [ 119.8949629, 30.3727077 ], [ 119.8947505, 30.3728326 ], [ 119.8945381, 30.3729576 ], [ 119.8942195, 30.3730575 ], [ 119.8933793, 30.3731853 ], [ 119.8929791, 30.3732698 ], [ 119.8923413, 30.3734634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9121357, 30.3777953 ], [ 119.9122945, 30.3778031 ], [ 119.912548, 30.3778499 ], [ 119.9126711, 30.3778726 ], [ 119.9128003, 30.3778964 ], [ 119.9134687, 30.3781923 ], [ 119.9143716, 30.3787366 ], [ 119.9145434, 30.3788228 ], [ 119.9150544, 30.379069 ], [ 119.9155712, 30.3793127 ], [ 119.9163258, 30.379519 ], [ 119.916706, 30.3796776 ], [ 119.916878, 30.3797653 ], [ 119.9169595, 30.3798068 ], [ 119.9171093, 30.3799559 ], [ 119.9174549, 30.3803336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9174549, 30.3803336 ], [ 119.9171093, 30.3799559 ], [ 119.9169595, 30.3798068 ], [ 119.916878, 30.3797653 ], [ 119.916706, 30.3796776 ], [ 119.9163258, 30.379519 ], [ 119.9155712, 30.3793127 ], [ 119.9150544, 30.379069 ], [ 119.9145434, 30.3788228 ], [ 119.9143716, 30.3787366 ], [ 119.9134687, 30.3781923 ], [ 119.9128003, 30.3778964 ], [ 119.9126711, 30.3778726 ], [ 119.912548, 30.3778499 ], [ 119.9122945, 30.3778031 ], [ 119.9121357, 30.3777953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9047826, 30.3805198 ], [ 119.9056064, 30.3803289 ], [ 119.9087051, 30.3794272 ], [ 119.9088946, 30.3793496 ], [ 119.9094707, 30.3789222 ], [ 119.9097011, 30.378803 ], [ 119.9105306, 30.3783955 ], [ 119.9109569, 30.378137 ], [ 119.9113371, 30.3779482 ], [ 119.9115906, 30.3778587 ], [ 119.9117865, 30.377809 ], [ 119.9121357, 30.3777953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8779404, 30.3673685 ], [ 119.8782249, 30.3674131 ], [ 119.8784352, 30.367446 ], [ 119.8787964, 30.3675026 ], [ 119.8793049, 30.3675653 ], [ 119.8794766, 30.367588 ], [ 119.8796549, 30.367571 ], [ 119.8803284, 30.3674912 ], [ 119.8805925, 30.3674741 ], [ 119.8820254, 30.367457 ], [ 119.8839866, 30.3674969 ], [ 119.8842639, 30.3674855 ], [ 119.8844488, 30.367457 ], [ 119.8848516, 30.367457 ], [ 119.8851884, 30.367457 ], [ 119.8860666, 30.3673829 ], [ 119.8863505, 30.3673773 ], [ 119.8869118, 30.3674057 ], [ 119.8873542, 30.3674969 ], [ 119.8875391, 30.3674855 ], [ 119.8882853, 30.3673716 ], [ 119.8885417, 30.3673184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8779404, 30.3673685 ], [ 119.8778059, 30.3673431 ], [ 119.8776277, 30.3673488 ], [ 119.8767957, 30.3674285 ], [ 119.8760099, 30.3675083 ], [ 119.8746694, 30.3675596 ], [ 119.8743591, 30.3675653 ], [ 119.8740091, 30.3675368 ], [ 119.8738781, 30.3675113 ], [ 119.8738044, 30.3674969 ], [ 119.8733818, 30.3673602 ], [ 119.8732893, 30.3673431 ], [ 119.8731537, 30.3673523 ], [ 119.8729526, 30.3673659 ], [ 119.8727677, 30.3673943 ], [ 119.8725828, 30.3674741 ], [ 119.8724771, 30.3675482 ], [ 119.8724375, 30.3676051 ], [ 119.8724496, 30.3676865 ], [ 119.8724484, 30.3678256 ], [ 119.8724639, 30.3684255 ], [ 119.8725035, 30.368756 ], [ 119.8725865, 30.3692141 ], [ 119.8727138, 30.3699168 ], [ 119.8728979, 30.3702448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8728979, 30.3702448 ], [ 119.8727138, 30.3699168 ], [ 119.8725865, 30.3692141 ], [ 119.8725035, 30.368756 ], [ 119.8724639, 30.3684255 ], [ 119.8724484, 30.3678256 ], [ 119.8724496, 30.3676865 ], [ 119.8724375, 30.3676051 ], [ 119.8724771, 30.3675482 ], [ 119.8725828, 30.3674741 ], [ 119.8727677, 30.3673943 ], [ 119.8729526, 30.3673659 ], [ 119.8731537, 30.3673523 ], [ 119.8732893, 30.3673431 ], [ 119.8733818, 30.3673602 ], [ 119.8738044, 30.3674969 ], [ 119.8738781, 30.3675113 ], [ 119.8740091, 30.3675368 ], [ 119.8743591, 30.3675653 ], [ 119.8746694, 30.3675596 ], [ 119.8760099, 30.3675083 ], [ 119.8767957, 30.3674285 ], [ 119.8776277, 30.3673488 ], [ 119.8778059, 30.3673431 ], [ 119.8779404, 30.3673685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8728979, 30.3702448 ], [ 119.8734752, 30.370752 ], [ 119.8739989, 30.3712595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8739989, 30.3712595 ], [ 119.874236, 30.3711498 ], [ 119.8748011, 30.3711064 ], [ 119.8778957, 30.3711701 ], [ 119.8797878, 30.371209 ], [ 119.8837406, 30.3712936 ], [ 119.8841762, 30.3713312 ], [ 119.8848622, 30.3713875 ], [ 119.8852216, 30.3713594 ], [ 119.8863863, 30.3712732 ], [ 119.8871272, 30.3712184 ], [ 119.8886733, 30.3710089 ], [ 119.8897624, 30.3708614 ], [ 119.8916317, 30.3709314 ], [ 119.8922811, 30.3728823 ], [ 119.8923293, 30.3731105 ], [ 119.8923413, 30.3734634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8923413, 30.3734634 ], [ 119.8923293, 30.3731105 ], [ 119.8922811, 30.3728823 ], [ 119.8916317, 30.3709314 ], [ 119.8897624, 30.3708614 ], [ 119.8886733, 30.3710089 ], [ 119.8871272, 30.3712184 ], [ 119.8863863, 30.3712732 ], [ 119.8852216, 30.3713594 ], [ 119.8848622, 30.3713875 ], [ 119.8841762, 30.3713312 ], [ 119.8837406, 30.3712936 ], [ 119.8797878, 30.371209 ], [ 119.8778957, 30.3711701 ], [ 119.8748011, 30.3711064 ], [ 119.874236, 30.3711498 ], [ 119.8739989, 30.3712595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8923413, 30.3734634 ], [ 119.8920511, 30.3735367 ], [ 119.8914767, 30.373552 ], [ 119.8905133, 30.3736435 ], [ 119.8893291, 30.3738798 ], [ 119.8891046, 30.3739264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8891046, 30.3739264 ], [ 119.8893291, 30.3738798 ], [ 119.8905133, 30.3736435 ], [ 119.8914767, 30.373552 ], [ 119.8920511, 30.3735367 ], [ 119.8923413, 30.3734634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8739989, 30.3712595 ], [ 119.8746224, 30.371958 ], [ 119.8753233, 30.3728164 ], [ 119.8759524, 30.3735861 ], [ 119.8763791, 30.3742725 ], [ 119.8767787, 30.3749756 ], [ 119.876985, 30.3754689 ], [ 119.8770535, 30.3756328 ], [ 119.8773336, 30.3764453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8730113, 30.3716262 ], [ 119.8724875, 30.3718011 ], [ 119.872445, 30.3718153 ], [ 119.8723693, 30.371839 ], [ 119.8721156, 30.3719204 ], [ 119.8720595, 30.3719398 ], [ 119.8707683, 30.3723567 ], [ 119.8690915, 30.3728981 ], [ 119.8613099, 30.3754107 ], [ 119.8605756, 30.3756467 ], [ 119.8592128, 30.3760848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8592128, 30.3760848 ], [ 119.8605756, 30.3756467 ], [ 119.8613099, 30.3754107 ], [ 119.8690915, 30.3728981 ], [ 119.8707683, 30.3723567 ], [ 119.8720595, 30.3719398 ], [ 119.8721156, 30.3719204 ], [ 119.8723693, 30.371839 ], [ 119.872445, 30.3718153 ], [ 119.8724875, 30.3718011 ], [ 119.8730113, 30.3716262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8773336, 30.3764453 ], [ 119.8777426, 30.3764799 ], [ 119.8780961, 30.3764646 ], [ 119.8784054, 30.3764265 ], [ 119.8786169, 30.3763171 ], [ 119.8786706, 30.3762893 ], [ 119.8788297, 30.3761978 ], [ 119.8789357, 30.3761749 ], [ 119.8794218, 30.376274 ], [ 119.8795986, 30.3762359 ], [ 119.879899, 30.3761063 ], [ 119.8803851, 30.3759919 ], [ 119.8806944, 30.3759385 ], [ 119.8807121, 30.375847 ], [ 119.8807475, 30.3754429 ], [ 119.8805972, 30.3750846 ], [ 119.8805884, 30.3749244 ], [ 119.8806414, 30.3747948 ], [ 119.8815606, 30.3746881 ], [ 119.8828244, 30.3745432 ], [ 119.8835402, 30.3745279 ], [ 119.8846096, 30.3745051 ], [ 119.8851686, 30.3745085 ], [ 119.8858469, 30.3745127 ], [ 119.8860767, 30.3744517 ], [ 119.8863684, 30.3743373 ], [ 119.88666, 30.3742687 ], [ 119.8867332, 30.37426 ], [ 119.8869163, 30.3742382 ], [ 119.8884099, 30.3740705 ], [ 119.8891046, 30.3739264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8891046, 30.3739264 ], [ 119.8884099, 30.3740705 ], [ 119.8869163, 30.3742382 ], [ 119.8867332, 30.37426 ], [ 119.88666, 30.3742687 ], [ 119.8863684, 30.3743373 ], [ 119.8860767, 30.3744517 ], [ 119.8858469, 30.3745127 ], [ 119.8851686, 30.3745085 ], [ 119.8846096, 30.3745051 ], [ 119.8835402, 30.3745279 ], [ 119.8828244, 30.3745432 ], [ 119.8815606, 30.3746881 ], [ 119.8806414, 30.3747948 ], [ 119.8805884, 30.3749244 ], [ 119.8805972, 30.3750846 ], [ 119.8807475, 30.3754429 ], [ 119.8807121, 30.375847 ], [ 119.8806944, 30.3759385 ], [ 119.8803851, 30.3759919 ], [ 119.879899, 30.3761063 ], [ 119.8795986, 30.3762359 ], [ 119.8794218, 30.376274 ], [ 119.8789357, 30.3761749 ], [ 119.8788297, 30.3761978 ], [ 119.8786706, 30.3762893 ], [ 119.8786169, 30.3763171 ], [ 119.8784054, 30.3764265 ], [ 119.8780961, 30.3764646 ], [ 119.8777426, 30.3764799 ], [ 119.8773336, 30.3764453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8725596, 30.3762814 ], [ 119.8725044, 30.3760067 ], [ 119.8724935, 30.3758679 ], [ 119.8724802, 30.3756973 ], [ 119.8724703, 30.3755709 ], [ 119.8724548, 30.3754934 ], [ 119.8724858, 30.3753196 ], [ 119.8725013, 30.37521 ], [ 119.8725633, 30.374972 ], [ 119.8726097, 30.3744064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8726097, 30.3744064 ], [ 119.8725633, 30.374972 ], [ 119.8725013, 30.37521 ], [ 119.8724858, 30.3753196 ], [ 119.8724548, 30.3754934 ], [ 119.8724703, 30.3755709 ], [ 119.8724802, 30.3756973 ], [ 119.8724935, 30.3758679 ], [ 119.8725044, 30.3760067 ], [ 119.8725596, 30.3762814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8586457, 30.3759354 ], [ 119.8587779, 30.3758938 ], [ 119.8589199, 30.3758939 ], [ 119.8590521, 30.3759358 ], [ 119.8591597, 30.3760141 ], [ 119.8592128, 30.3760848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8585096, 30.37643 ], [ 119.858454, 30.3763184 ], [ 119.858446, 30.3761972 ], [ 119.8584877, 30.376079 ], [ 119.8585725, 30.3759821 ], [ 119.8586457, 30.3759354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8771983, 30.3764709 ], [ 119.8766575, 30.3764667 ], [ 119.8762719, 30.3763684 ], [ 119.8760176, 30.376289 ], [ 119.8758555, 30.3762247 ], [ 119.8756626, 30.3761793 ], [ 119.8754917, 30.3761566 ], [ 119.8752375, 30.3761491 ], [ 119.8737999, 30.3762587 ], [ 119.8733879, 30.376289 ], [ 119.8732205, 30.3762869 ], [ 119.8730855, 30.3762852 ], [ 119.8728444, 30.3762739 ], [ 119.8725596, 30.3762814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8725596, 30.3762814 ], [ 119.8728444, 30.3762739 ], [ 119.8730855, 30.3762852 ], [ 119.8732205, 30.3762869 ], [ 119.8733879, 30.376289 ], [ 119.8737999, 30.3762587 ], [ 119.8752375, 30.3761491 ], [ 119.8754917, 30.3761566 ], [ 119.8756626, 30.3761793 ], [ 119.8758555, 30.3762247 ], [ 119.8760176, 30.376289 ], [ 119.8762719, 30.3763684 ], [ 119.8766575, 30.3764667 ], [ 119.8771983, 30.3764709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8592128, 30.3760848 ], [ 119.8592489, 30.3761836 ], [ 119.8592464, 30.376305 ], [ 119.8592149, 30.3763878 ], [ 119.8591335, 30.3764869 ], [ 119.8589904, 30.3765658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8198478, 30.3492576 ], [ 119.8193756, 30.3494701 ], [ 119.8189428, 30.3497515 ], [ 119.8186406, 30.3501899 ], [ 119.8184636, 30.3506621 ], [ 119.8180881, 30.3511505 ], [ 119.8179751, 30.3514602 ], [ 119.8178118, 30.351993 ], [ 119.8171839, 30.3531577 ], [ 119.8162076, 30.3537234 ], [ 119.81584, 30.3540307 ], [ 119.8153818, 30.3541571 ], [ 119.8149196, 30.3543825 ], [ 119.814322, 30.3550952 ], [ 119.8141573, 30.3552916 ], [ 119.8136852, 30.35568 ], [ 119.8133945, 30.3561925 ], [ 119.8128891, 30.356505 ], [ 119.8127984, 30.3572502 ], [ 119.8117465, 30.3585282 ], [ 119.8107898, 30.3592211 ], [ 119.8097359, 30.3598873 ], [ 119.8090813, 30.36014 ], [ 119.8086029, 30.3604275 ], [ 119.8082854, 30.360968 ], [ 119.8081934, 30.3610402 ], [ 119.8080593, 30.3610958 ], [ 119.8079118, 30.3611143 ], [ 119.8077205, 30.3610888 ], [ 119.8072359, 30.361024 ], [ 119.8069918, 30.3610009 ], [ 119.8067104, 30.3610171 ], [ 119.8059109, 30.3611814 ], [ 119.8055844, 30.3612574 ], [ 119.8051089, 30.36148 ], [ 119.8046368, 30.3616096 ], [ 119.8042503, 30.3618109 ], [ 119.8040414, 30.3618341 ], [ 119.8035969, 30.3617114 ], [ 119.803268, 30.3615392 ], [ 119.8029068, 30.3613466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.820976, 30.3495608 ], [ 119.8210707, 30.3496622 ], [ 119.8211753, 30.3498034 ], [ 119.8213333, 30.3499728 ], [ 119.8217501, 30.3500034 ], [ 119.8220006, 30.3499006 ], [ 119.8224705, 30.349808 ], [ 119.823317, 30.3488988 ], [ 119.8243304, 30.3488988 ], [ 119.824664, 30.3490428 ], [ 119.8253287, 30.3501032 ], [ 119.8253866, 30.3501955 ], [ 119.8253735, 30.3505048 ], [ 119.8253684, 30.350625 ], [ 119.825363, 30.350751 ], [ 119.8247354, 30.3514435 ], [ 119.8242064, 30.3527161 ], [ 119.8238142, 30.3534353 ], [ 119.8237104, 30.3536257 ], [ 119.8216911, 30.3573293 ], [ 119.8216911, 30.3583061 ], [ 119.8216911, 30.3596146 ], [ 119.8216911, 30.3598321 ], [ 119.8216911, 30.3602446 ], [ 119.8204272, 30.3626867 ], [ 119.8186226, 30.3647168 ], [ 119.8184729, 30.364874 ], [ 119.8181817, 30.3651796 ], [ 119.8178169, 30.3662215 ], [ 119.816818, 30.3667371 ], [ 119.816339, 30.3673115 ], [ 119.8152918, 30.3677452 ], [ 119.8152005, 30.3679003 ], [ 119.8151111, 30.3680521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8151111, 30.3680521 ], [ 119.8152005, 30.3679003 ], [ 119.8152918, 30.3677452 ], [ 119.816339, 30.3673115 ], [ 119.816818, 30.3667371 ], [ 119.8178169, 30.3662215 ], [ 119.8181817, 30.3651796 ], [ 119.8184729, 30.364874 ], [ 119.8186226, 30.3647168 ], [ 119.8204272, 30.3626867 ], [ 119.8216911, 30.3602446 ], [ 119.8216911, 30.3598321 ], [ 119.8216911, 30.3596146 ], [ 119.8216911, 30.3583061 ], [ 119.8216911, 30.3573293 ], [ 119.8237104, 30.3536257 ], [ 119.8238142, 30.3534353 ], [ 119.8242064, 30.3527161 ], [ 119.8247354, 30.3514435 ], [ 119.825363, 30.350751 ], [ 119.8253684, 30.350625 ], [ 119.8253735, 30.3505048 ], [ 119.8253866, 30.3501955 ], [ 119.8253287, 30.3501032 ], [ 119.824664, 30.3490428 ], [ 119.8243304, 30.3488988 ], [ 119.823317, 30.3488988 ], [ 119.8224705, 30.349808 ], [ 119.8220006, 30.3499006 ], [ 119.8217501, 30.3500034 ], [ 119.8213333, 30.3499728 ], [ 119.8211753, 30.3498034 ], [ 119.8210707, 30.3496622 ], [ 119.820976, 30.3495608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7955514, 30.3743219 ], [ 119.7956302, 30.3742546 ], [ 119.79573, 30.3741694 ], [ 119.795775, 30.374131 ], [ 119.795876, 30.373998 ], [ 119.795955, 30.373765 ], [ 119.795969, 30.373484 ], [ 119.795866, 30.372946 ], [ 119.795878, 30.372775 ], [ 119.796083, 30.372408 ], [ 119.796381, 30.37207 ], [ 119.796545, 30.371793 ], [ 119.796605, 30.371489 ], [ 119.7966265, 30.370931 ], [ 119.7966289, 30.3708689 ], [ 119.7966332, 30.370755 ], [ 119.796641, 30.370553 ], [ 119.796878, 30.370031 ], [ 119.797176, 30.369706 ], [ 119.797401, 30.3696 ], [ 119.798246, 30.3689716 ], [ 119.7984475, 30.3688217 ], [ 119.798591, 30.368715 ], [ 119.798768, 30.368475 ], [ 119.799331, 30.367391 ], [ 119.799734, 30.366831 ], [ 119.799973, 30.366621 ], [ 119.800138, 30.366476 ], [ 119.800609, 30.365873 ], [ 119.801723, 30.365175 ], [ 119.801884, 30.364968 ], [ 119.801929, 30.364801 ], [ 119.8019242, 30.3646293 ], [ 119.801919, 30.36444 ], [ 119.802013, 30.364053 ], [ 119.802184, 30.36366 ], [ 119.802551, 30.363048 ], [ 119.80265, 30.362693 ], [ 119.8029068, 30.3613466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8029068, 30.3613466 ], [ 119.80265, 30.362693 ], [ 119.802551, 30.363048 ], [ 119.802184, 30.36366 ], [ 119.802013, 30.364053 ], [ 119.801919, 30.36444 ], [ 119.8019242, 30.3646293 ], [ 119.801929, 30.364801 ], [ 119.801884, 30.364968 ], [ 119.801723, 30.365175 ], [ 119.800609, 30.365873 ], [ 119.800138, 30.366476 ], [ 119.799973, 30.366621 ], [ 119.799734, 30.366831 ], [ 119.799331, 30.367391 ], [ 119.798768, 30.368475 ], [ 119.798591, 30.368715 ], [ 119.7984475, 30.3688217 ], [ 119.798246, 30.3689716 ], [ 119.797401, 30.3696 ], [ 119.797176, 30.369706 ], [ 119.796878, 30.370031 ], [ 119.796641, 30.370553 ], [ 119.7966332, 30.370755 ], [ 119.7966289, 30.3708689 ], [ 119.7966265, 30.370931 ], [ 119.796605, 30.371489 ], [ 119.796545, 30.371793 ], [ 119.796381, 30.37207 ], [ 119.796083, 30.372408 ], [ 119.795878, 30.372775 ], [ 119.795866, 30.372946 ], [ 119.795969, 30.373484 ], [ 119.795955, 30.373765 ], [ 119.795876, 30.373998 ], [ 119.795775, 30.374131 ], [ 119.79573, 30.3741694 ], [ 119.7956302, 30.3742546 ], [ 119.7955514, 30.3743219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7955514, 30.3743219 ], [ 119.795433, 30.374423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长径线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.795433, 30.374423 ], [ 119.7955514, 30.3743219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7949015, 30.3999774 ], [ 119.7950137, 30.3997678 ], [ 119.7950661, 30.399661 ], [ 119.7950724, 30.3994534 ], [ 119.7950559, 30.3992675 ], [ 119.7951263, 30.3990601 ], [ 119.79541, 30.3983754 ], [ 119.7955241, 30.3981012 ], [ 119.7955844, 30.3978363 ], [ 119.7955227, 30.3968693 ], [ 119.7954798, 30.3963141 ], [ 119.795512, 30.3959601 ], [ 119.7955495, 30.395738 ], [ 119.7956996, 30.3954619 ], [ 119.7957519, 30.3952871 ], [ 119.7957587, 30.394993 ], [ 119.7958243, 30.3946488 ], [ 119.795897, 30.3943447 ], [ 119.7960472, 30.3939523 ], [ 119.7962083, 30.3937832 ], [ 119.79641, 30.3935625 ], [ 119.7966707, 30.3933735 ], [ 119.7968852, 30.3931815 ], [ 119.7970515, 30.3931051 ], [ 119.7973538, 30.3930325 ], [ 119.7975158, 30.392929 ], [ 119.7976595, 30.3927737 ], [ 119.7978643, 30.3924897 ], [ 119.798103, 30.3923069 ], [ 119.7982773, 30.3921635 ], [ 119.7983873, 30.39199 ], [ 119.7983953, 30.3918234 ], [ 119.7983739, 30.3916591 ], [ 119.7984195, 30.3914648 ], [ 119.798457, 30.3912843 ], [ 119.7984168, 30.3911316 ], [ 119.798288, 30.3909118 ], [ 119.798162, 30.390611 ], [ 119.7980857, 30.3902775 ], [ 119.7981117, 30.3899264 ], [ 119.7981899, 30.3896102 ], [ 119.798268, 30.3892577 ], [ 119.7982299, 30.389072 ], [ 119.7981563, 30.3888781 ], [ 119.7981027, 30.388518 ], [ 119.7980603, 30.3879391 ], [ 119.7980413, 30.3876558 ], [ 119.7980146, 30.3872414 ], [ 119.7979952, 30.3869038 ], [ 119.7979766, 30.3865146 ], [ 119.7979938, 30.3861159 ], [ 119.7980141, 30.3858743 ], [ 119.7981225, 30.3855771 ], [ 119.7982459, 30.3853164 ], [ 119.7983854, 30.3849765 ], [ 119.7985402, 30.3846786 ], [ 119.7986984, 30.384438 ], [ 119.7988111, 30.3841835 ], [ 119.7988299, 30.3838873 ], [ 119.7988486, 30.3834523 ], [ 119.7988245, 30.3831469 ], [ 119.798634, 30.382543 ], [ 119.7986045, 30.3821704 ], [ 119.798516, 30.3819899 ], [ 119.7984542, 30.3817583 ], [ 119.7983562, 30.3816133 ], [ 119.7982028, 30.381476 ], [ 119.7981164, 30.3813976 ], [ 119.7980118, 30.3812264 ], [ 119.7979555, 30.3810135 ], [ 119.797765, 30.3806109 ], [ 119.7973841, 30.3798288 ], [ 119.7973224, 30.3796089 ], [ 119.7972393, 30.3794146 ], [ 119.7971347, 30.3792156 ], [ 119.7971266, 30.379042 ], [ 119.7971615, 30.3788083 ], [ 119.7971722, 30.3785422 ], [ 119.7971562, 30.3783039 ], [ 119.7970784, 30.3780817 ], [ 119.7969362, 30.3778388 ], [ 119.796904, 30.3776675 ], [ 119.7969604, 30.3772742 ], [ 119.7969416, 30.3769687 ], [ 119.7965124, 30.3763463 ], [ 119.7961208, 30.3758696 ], [ 119.7960176, 30.3757111 ], [ 119.7959827, 30.3755213 ], [ 119.7959881, 30.3751418 ], [ 119.7959639, 30.3749324 ], [ 119.7958177, 30.3747056 ], [ 119.7955514, 30.3743219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7955514, 30.3743219 ], [ 119.7958177, 30.3747056 ], [ 119.7959639, 30.3749324 ], [ 119.7959881, 30.3751418 ], [ 119.7959827, 30.3755213 ], [ 119.7960176, 30.3757111 ], [ 119.7961208, 30.3758696 ], [ 119.7965124, 30.3763463 ], [ 119.7969416, 30.3769687 ], [ 119.7969604, 30.3772742 ], [ 119.796904, 30.3776675 ], [ 119.7969362, 30.3778388 ], [ 119.7970784, 30.3780817 ], [ 119.7971562, 30.3783039 ], [ 119.7971722, 30.3785422 ], [ 119.7971615, 30.3788083 ], [ 119.7971266, 30.379042 ], [ 119.7971347, 30.3792156 ], [ 119.7972393, 30.3794146 ], [ 119.7973224, 30.3796089 ], [ 119.7973841, 30.3798288 ], [ 119.797765, 30.3806109 ], [ 119.7979555, 30.3810135 ], [ 119.7980118, 30.3812264 ], [ 119.7981164, 30.3813976 ], [ 119.7982028, 30.381476 ], [ 119.7983562, 30.3816133 ], [ 119.7984542, 30.3817583 ], [ 119.798516, 30.3819899 ], [ 119.7986045, 30.3821704 ], [ 119.798634, 30.382543 ], [ 119.7988245, 30.3831469 ], [ 119.7988486, 30.3834523 ], [ 119.7988299, 30.3838873 ], [ 119.7988111, 30.3841835 ], [ 119.7986984, 30.384438 ], [ 119.7985402, 30.3846786 ], [ 119.7983854, 30.3849765 ], [ 119.7982459, 30.3853164 ], [ 119.7981225, 30.3855771 ], [ 119.7980141, 30.3858743 ], [ 119.7979938, 30.3861159 ], [ 119.7979766, 30.3865146 ], [ 119.7979952, 30.3869038 ], [ 119.7980146, 30.3872414 ], [ 119.7980413, 30.3876558 ], [ 119.7980603, 30.3879391 ], [ 119.7981027, 30.388518 ], [ 119.7981563, 30.3888781 ], [ 119.7982299, 30.389072 ], [ 119.798268, 30.3892577 ], [ 119.7981899, 30.3896102 ], [ 119.7981117, 30.3899264 ], [ 119.7980857, 30.3902775 ], [ 119.798162, 30.390611 ], [ 119.798288, 30.3909118 ], [ 119.7984168, 30.3911316 ], [ 119.798457, 30.3912843 ], [ 119.7984195, 30.3914648 ], [ 119.7983739, 30.3916591 ], [ 119.7983953, 30.3918234 ], [ 119.7983873, 30.39199 ], [ 119.7982773, 30.3921635 ], [ 119.798103, 30.3923069 ], [ 119.7978643, 30.3924897 ], [ 119.7976595, 30.3927737 ], [ 119.7975158, 30.392929 ], [ 119.7973538, 30.3930325 ], [ 119.7970515, 30.3931051 ], [ 119.7968852, 30.3931815 ], [ 119.7966707, 30.3933735 ], [ 119.79641, 30.3935625 ], [ 119.7962083, 30.3937832 ], [ 119.7960472, 30.3939523 ], [ 119.795897, 30.3943447 ], [ 119.7958243, 30.3946488 ], [ 119.7957587, 30.394993 ], [ 119.7957519, 30.3952871 ], [ 119.7956996, 30.3954619 ], [ 119.7955495, 30.395738 ], [ 119.795512, 30.3959601 ], [ 119.7954798, 30.3963141 ], [ 119.7955227, 30.3968693 ], [ 119.7955844, 30.3978363 ], [ 119.7955241, 30.3981012 ], [ 119.79541, 30.3983754 ], [ 119.7951263, 30.3990601 ], [ 119.7950559, 30.3992675 ], [ 119.7950724, 30.3994534 ], [ 119.7950661, 30.399661 ], [ 119.7950137, 30.3997678 ], [ 119.7949015, 30.3999774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双径路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.822403, 30.4060379 ], [ 119.8236283, 30.405512 ], [ 119.8240541, 30.4052542 ], [ 119.8242827, 30.4051158 ], [ 119.8244205, 30.4049794 ], [ 119.8246637, 30.4047386 ], [ 119.824795, 30.4046087 ], [ 119.8249512, 30.4044584 ], [ 119.8254433, 30.4039849 ], [ 119.8261308, 30.4034325 ], [ 119.8268326, 30.4030629 ], [ 119.8274006, 30.4027848 ], [ 119.827852, 30.4026201 ], [ 119.8281926, 30.4026299 ], [ 119.8283937, 30.4026554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8773336, 30.3764453 ], [ 119.8771983, 30.3764709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8771983, 30.3764709 ], [ 119.8773336, 30.3764453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8589904, 30.3765658 ], [ 119.8588033, 30.3765857 ], [ 119.8586683, 30.3765514 ], [ 119.858555, 30.3764793 ], [ 119.8585096, 30.37643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8891046, 30.3739264 ], [ 119.8891892, 30.3745052 ], [ 119.8893077, 30.374996 ], [ 119.8894038, 30.3753938 ], [ 119.8899617, 30.3765693 ], [ 119.8899691, 30.3766189 ], [ 119.8908908, 30.3827886 ], [ 119.8906762, 30.3831033 ], [ 119.8897321, 30.3836772 ], [ 119.8886485, 30.3839826 ], [ 119.8856345, 30.3849713 ], [ 119.8819022, 30.3861608 ], [ 119.8809292, 30.3863674 ], [ 119.8804774, 30.3863801 ], [ 119.8800729, 30.3864606 ], [ 119.8797983, 30.3865927 ], [ 119.8792801, 30.3867726 ], [ 119.8784504, 30.3869294 ], [ 119.8774728, 30.3870275 ], [ 119.8764069, 30.3871293 ], [ 119.8712269, 30.3874827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8712269, 30.3874827 ], [ 119.8764069, 30.3871293 ], [ 119.8774728, 30.3870275 ], [ 119.8784504, 30.3869294 ], [ 119.8792801, 30.3867726 ], [ 119.8797983, 30.3865927 ], [ 119.8800729, 30.3864606 ], [ 119.8804774, 30.3863801 ], [ 119.8809292, 30.3863674 ], [ 119.8819022, 30.3861608 ], [ 119.8856345, 30.3849713 ], [ 119.8886485, 30.3839826 ], [ 119.8897321, 30.3836772 ], [ 119.8906762, 30.3831033 ], [ 119.8908908, 30.3827886 ], [ 119.8899691, 30.3766189 ], [ 119.8899617, 30.3765693 ], [ 119.8894038, 30.3753938 ], [ 119.8893077, 30.374996 ], [ 119.8891892, 30.3745052 ], [ 119.8891046, 30.3739264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8712269, 30.3874827 ], [ 119.8710653, 30.3870462 ], [ 119.8709386, 30.3863637 ], [ 119.8707319, 30.38525 ], [ 119.8704184, 30.3835608 ], [ 119.8704411, 30.3834139 ], [ 119.8705319, 30.3833356 ], [ 119.8707218, 30.3831698 ], [ 119.870861, 30.3830534 ], [ 119.8710349, 30.3828768 ], [ 119.8714172, 30.3824642 ], [ 119.8716328, 30.3822488 ], [ 119.8718598, 30.3821215 ], [ 119.87203, 30.382004 ], [ 119.8721208, 30.3818963 ], [ 119.8722321, 30.3817304 ], [ 119.872263, 30.3811219 ], [ 119.8722941, 30.3805086 ], [ 119.8724519, 30.379518 ], [ 119.8724646, 30.3793313 ], [ 119.8724877, 30.3789901 ], [ 119.8725395, 30.3782248 ], [ 119.8725596, 30.3762814 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8725596, 30.3762814 ], [ 119.8725395, 30.3782248 ], [ 119.8724877, 30.3789901 ], [ 119.8724646, 30.3793313 ], [ 119.8724519, 30.379518 ], [ 119.8722941, 30.3805086 ], [ 119.872263, 30.3811219 ], [ 119.8722321, 30.3817304 ], [ 119.8721208, 30.3818963 ], [ 119.87203, 30.382004 ], [ 119.8718598, 30.3821215 ], [ 119.8716328, 30.3822488 ], [ 119.8714172, 30.3824642 ], [ 119.8710349, 30.3828768 ], [ 119.870861, 30.3830534 ], [ 119.8707218, 30.3831698 ], [ 119.8705319, 30.3833356 ], [ 119.8704411, 30.3834139 ], [ 119.8704184, 30.3835608 ], [ 119.8707319, 30.38525 ], [ 119.8709386, 30.3863637 ], [ 119.8710653, 30.3870462 ], [ 119.8712269, 30.3874827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8712269, 30.3874827 ], [ 119.8710398, 30.3871921 ], [ 119.870662, 30.3869902 ], [ 119.870496, 30.3869016 ], [ 119.8694379, 30.3863363 ], [ 119.8680314, 30.3855849 ], [ 119.8678481, 30.385487 ], [ 119.8677358, 30.3854612 ], [ 119.867605, 30.3854311 ], [ 119.8669298, 30.3855126 ], [ 119.8663669, 30.3855806 ], [ 119.8658776, 30.3856397 ], [ 119.8651748, 30.3857246 ], [ 119.8647697, 30.3857525 ], [ 119.8644498, 30.3856816 ], [ 119.8642026, 30.3856268 ], [ 119.863587, 30.3853892 ], [ 119.8631981, 30.3850258 ], [ 119.8628093, 30.3844248 ], [ 119.8625493, 30.3838969 ], [ 119.8624323, 30.3836594 ], [ 119.8623421, 30.3834763 ], [ 119.8616418, 30.3820544 ], [ 119.8614807, 30.3817273 ], [ 119.8611978, 30.38112 ], [ 119.8609328, 30.3805512 ], [ 119.8607856, 30.3802353 ], [ 119.8600652, 30.3786889 ], [ 119.8598021, 30.3781693 ], [ 119.8596473, 30.3778634 ], [ 119.8591212, 30.3768241 ], [ 119.8589904, 30.3765658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8589904, 30.3765658 ], [ 119.8591212, 30.3768241 ], [ 119.8596473, 30.3778634 ], [ 119.8598021, 30.3781693 ], [ 119.8600652, 30.3786889 ], [ 119.8607856, 30.3802353 ], [ 119.8609328, 30.3805512 ], [ 119.8611978, 30.38112 ], [ 119.8614807, 30.3817273 ], [ 119.8616418, 30.3820544 ], [ 119.8623421, 30.3834763 ], [ 119.8624323, 30.3836594 ], [ 119.8625493, 30.3838969 ], [ 119.8628093, 30.3844248 ], [ 119.8631981, 30.3850258 ], [ 119.863587, 30.3853892 ], [ 119.8642026, 30.3856268 ], [ 119.8644498, 30.3856816 ], [ 119.8647697, 30.3857525 ], [ 119.8651748, 30.3857246 ], [ 119.8658776, 30.3856397 ], [ 119.8663669, 30.3855806 ], [ 119.8669298, 30.3855126 ], [ 119.867605, 30.3854311 ], [ 119.8677358, 30.3854612 ], [ 119.8678481, 30.385487 ], [ 119.8680314, 30.3855849 ], [ 119.8694379, 30.3863363 ], [ 119.870496, 30.3869016 ], [ 119.870662, 30.3869902 ], [ 119.8710398, 30.3871921 ], [ 119.8712269, 30.3874827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X217漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8348688, 30.3966499 ], [ 119.83603, 30.39574 ], [ 119.837411, 30.3945424 ], [ 119.83833, 30.39389 ], [ 119.83844, 30.39383 ], [ 119.83844, 30.39381 ], [ 119.83855, 30.39372 ], [ 119.839, 30.3934 ], [ 119.8391, 30.39335 ], [ 119.84009, 30.39301 ], [ 119.84133, 30.39239 ], [ 119.84254, 30.39166 ], [ 119.84327, 30.39097 ], [ 119.84447, 30.38979 ], [ 119.8456, 30.3887 ], [ 119.84672, 30.3876 ], [ 119.84687, 30.38741 ], [ 119.8478376, 30.3865379 ], [ 119.848182, 30.3864289 ], [ 119.8491245, 30.3861307 ], [ 119.8497409, 30.3859281 ], [ 119.8504154, 30.3856613 ], [ 119.8507145, 30.3854561 ], [ 119.8510795, 30.3850937 ], [ 119.8511817, 30.384956 ], [ 119.8515616, 30.3844437 ], [ 119.8520439, 30.3837406 ], [ 119.8531841, 30.3822032 ], [ 119.8543, 30.38085 ], [ 119.85522, 30.37982 ], [ 119.85597, 30.37889 ], [ 119.85693, 30.37786 ], [ 119.85796, 30.37698 ], [ 119.85829, 30.37668 ], [ 119.8585096, 30.37643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X217漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8585096, 30.37643 ], [ 119.85829, 30.37668 ], [ 119.85796, 30.37698 ], [ 119.85693, 30.37786 ], [ 119.85597, 30.37889 ], [ 119.85522, 30.37982 ], [ 119.8543, 30.38085 ], [ 119.8531841, 30.3822032 ], [ 119.8520439, 30.3837406 ], [ 119.8515616, 30.3844437 ], [ 119.8511817, 30.384956 ], [ 119.8510795, 30.3850937 ], [ 119.8507145, 30.3854561 ], [ 119.8504154, 30.3856613 ], [ 119.8497409, 30.3859281 ], [ 119.8491245, 30.3861307 ], [ 119.848182, 30.3864289 ], [ 119.8478376, 30.3865379 ], [ 119.84687, 30.38741 ], [ 119.84672, 30.3876 ], [ 119.8456, 30.3887 ], [ 119.84447, 30.38979 ], [ 119.84327, 30.39097 ], [ 119.84254, 30.39166 ], [ 119.84133, 30.39239 ], [ 119.84009, 30.39301 ], [ 119.8391, 30.39335 ], [ 119.839, 30.3934 ], [ 119.83855, 30.39372 ], [ 119.83844, 30.39381 ], [ 119.83844, 30.39383 ], [ 119.83833, 30.39389 ], [ 119.837411, 30.3945424 ], [ 119.83603, 30.39574 ], [ 119.8348688, 30.3966499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8716203, 30.3885523 ], [ 119.8715066, 30.388226 ], [ 119.8714287, 30.3880027 ], [ 119.8712542, 30.3875297 ], [ 119.8712269, 30.3874827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8712269, 30.3874827 ], [ 119.8712542, 30.3875297 ], [ 119.8714287, 30.3880027 ], [ 119.8715066, 30.388226 ], [ 119.8716203, 30.3885523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8773336, 30.3764453 ], [ 119.8779409, 30.3781991 ], [ 119.8795634, 30.3837977 ], [ 119.8801314, 30.3858443 ], [ 119.8808073, 30.3882038 ], [ 119.8810632, 30.3890567 ], [ 119.8812667, 30.3895365 ], [ 119.8816381, 30.3903696 ], [ 119.8821303, 30.3912026 ], [ 119.8828732, 30.3922279 ], [ 119.8834768, 30.3929168 ], [ 119.884489, 30.39387 ], [ 119.8854179, 30.3946289 ], [ 119.8891965, 30.3976373 ], [ 119.8908375, 30.3989206 ], [ 119.8928826, 30.4005612 ], [ 119.893904, 30.4013805 ], [ 119.8960043, 30.403009 ], [ 119.8961081, 30.4030928 ], [ 119.8962649, 30.4032109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8961986, 30.4032762 ], [ 119.8960358, 30.4031489 ], [ 119.8959425, 30.4030768 ], [ 119.8938262, 30.4014423 ], [ 119.8928125, 30.4006312 ], [ 119.8910929, 30.3992554 ], [ 119.8907449, 30.3989753 ], [ 119.886361, 30.3955174 ], [ 119.8856802, 30.3949629 ], [ 119.8843894, 30.3938895 ], [ 119.8833772, 30.3929363 ], [ 119.8827736, 30.3922475 ], [ 119.8820307, 30.3912221 ], [ 119.8815385, 30.3903891 ], [ 119.881167, 30.389556 ], [ 119.8809849, 30.3891673 ], [ 119.8807585, 30.3884695 ], [ 119.8806726, 30.3882048 ], [ 119.8800155, 30.3859308 ], [ 119.8771983, 30.3764709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8480039, 30.3998294 ], [ 119.8481618, 30.3996666 ], [ 119.8508138, 30.3980147 ], [ 119.8510408, 30.3978733 ], [ 119.8534061, 30.3963847 ], [ 119.8536912, 30.3962252 ], [ 119.8549239, 30.3960525 ], [ 119.8555017, 30.3959993 ], [ 119.8563646, 30.3960658 ], [ 119.8567961, 30.3960724 ], [ 119.8577884, 30.3958253 ], [ 119.8579874, 30.3957757 ], [ 119.8582907, 30.3957002 ], [ 119.8587607, 30.3953946 ], [ 119.8595088, 30.3952238 ], [ 119.8600705, 30.3950955 ], [ 119.8603633, 30.3949692 ], [ 119.860668, 30.3947329 ], [ 119.861126, 30.3943778 ], [ 119.8618348, 30.3941518 ], [ 119.8626207, 30.3937398 ], [ 119.8629982, 30.3935404 ], [ 119.8639844, 30.3932613 ], [ 119.8645699, 30.3929955 ], [ 119.8646349, 30.3929529 ], [ 119.8649243, 30.3927629 ], [ 119.8649738, 30.3927239 ], [ 119.8653712, 30.3924107 ], [ 119.8656716, 30.3922711 ], [ 119.8663419, 30.392198 ], [ 119.8665185, 30.3921692 ], [ 119.8667199, 30.3921364 ], [ 119.8667503, 30.3921315 ], [ 119.8670585, 30.3920119 ], [ 119.8671219, 30.3919663 ], [ 119.8673358, 30.3918125 ], [ 119.8675901, 30.3916132 ], [ 119.8681448, 30.3913673 ], [ 119.869, 30.3911413 ], [ 119.8692388, 30.3910416 ], [ 119.8693623, 30.3909254 ], [ 119.8694083, 30.3908821 ], [ 119.8699476, 30.3902175 ], [ 119.8702783, 30.3898475 ], [ 119.8704566, 30.389582 ], [ 119.8705214, 30.3893584 ], [ 119.8706024, 30.3891208 ], [ 119.8706996, 30.388981 ], [ 119.8709232, 30.3888154 ], [ 119.8711532, 30.3887034 ], [ 119.8713797, 30.3886301 ], [ 119.8716203, 30.3885523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8716203, 30.3885523 ], [ 119.8713797, 30.3886301 ], [ 119.8711532, 30.3887034 ], [ 119.8709232, 30.3888154 ], [ 119.8706996, 30.388981 ], [ 119.8706024, 30.3891208 ], [ 119.8705214, 30.3893584 ], [ 119.8704566, 30.389582 ], [ 119.8702783, 30.3898475 ], [ 119.8699476, 30.3902175 ], [ 119.8694083, 30.3908821 ], [ 119.8693623, 30.3909254 ], [ 119.8692388, 30.3910416 ], [ 119.869, 30.3911413 ], [ 119.8681448, 30.3913673 ], [ 119.8675901, 30.3916132 ], [ 119.8673358, 30.3918125 ], [ 119.8671219, 30.3919663 ], [ 119.8670585, 30.3920119 ], [ 119.8667503, 30.3921315 ], [ 119.8667199, 30.3921364 ], [ 119.8665185, 30.3921692 ], [ 119.8663419, 30.392198 ], [ 119.8656716, 30.3922711 ], [ 119.8653712, 30.3924107 ], [ 119.8649738, 30.3927239 ], [ 119.8649243, 30.3927629 ], [ 119.8646349, 30.3929529 ], [ 119.8645699, 30.3929955 ], [ 119.8639844, 30.3932613 ], [ 119.8629982, 30.3935404 ], [ 119.8626207, 30.3937398 ], [ 119.8618348, 30.3941518 ], [ 119.861126, 30.3943778 ], [ 119.860668, 30.3947329 ], [ 119.8603633, 30.3949692 ], [ 119.8600705, 30.3950955 ], [ 119.8595088, 30.3952238 ], [ 119.8587607, 30.3953946 ], [ 119.8582907, 30.3957002 ], [ 119.8579874, 30.3957757 ], [ 119.8577884, 30.3958253 ], [ 119.8567961, 30.3960724 ], [ 119.8563646, 30.3960658 ], [ 119.8555017, 30.3959993 ], [ 119.8549239, 30.3960525 ], [ 119.8536912, 30.3962252 ], [ 119.8534061, 30.3963847 ], [ 119.8510408, 30.3978733 ], [ 119.8508138, 30.3980147 ], [ 119.8481618, 30.3996666 ], [ 119.8480039, 30.3998294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8957451, 30.4033664 ], [ 119.8949661, 30.4025468 ], [ 119.8936897, 30.4017822 ], [ 119.8924631, 30.4009923 ], [ 119.891621, 30.400483 ], [ 119.8908416, 30.3998189 ], [ 119.8900621, 30.3991343 ], [ 119.8893818, 30.3983418 ], [ 119.8890688, 30.3980682 ], [ 119.8886101, 30.3979076 ], [ 119.888119, 30.3979079 ], [ 119.8876939, 30.397931 ], [ 119.8874061, 30.397913 ], [ 119.8872358, 30.3978548 ], [ 119.8870979, 30.3977798 ], [ 119.88696, 30.3976687 ], [ 119.8868384, 30.3974766 ], [ 119.8867861, 30.3971983 ], [ 119.8867996, 30.3968994 ], [ 119.8867895, 30.3967362 ], [ 119.8867555, 30.396573 ], [ 119.88667, 30.3963921 ], [ 119.8865546, 30.3962112 ], [ 119.8863638, 30.3959897 ], [ 119.8861612, 30.3957631 ], [ 119.8856802, 30.39528 ], [ 119.8850561, 30.394802 ], [ 119.8839304, 30.394152 ], [ 119.8829832, 30.3936209 ], [ 119.88248, 30.3932556 ], [ 119.8816359, 30.3924191 ], [ 119.8801333, 30.3909395 ], [ 119.879805, 30.3906162 ], [ 119.87969, 30.3904728 ], [ 119.8796592, 30.3904345 ], [ 119.8792542, 30.3900013 ], [ 119.8789758, 30.3898304 ], [ 119.8777462, 30.3892324 ], [ 119.8773856, 30.3890572 ], [ 119.8759234, 30.3883468 ], [ 119.8755522, 30.3881665 ], [ 119.8751819, 30.3881123 ], [ 119.8750595, 30.3881116 ], [ 119.8746263, 30.3881089 ], [ 119.8736835, 30.3882204 ], [ 119.8722543, 30.3884432 ], [ 119.8716203, 30.3885523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8716203, 30.3885523 ], [ 119.8722543, 30.3884432 ], [ 119.8736835, 30.3882204 ], [ 119.8746263, 30.3881089 ], [ 119.8750595, 30.3881116 ], [ 119.8751819, 30.3881123 ], [ 119.8755522, 30.3881665 ], [ 119.8759234, 30.3883468 ], [ 119.8773856, 30.3890572 ], [ 119.8777462, 30.3892324 ], [ 119.8789758, 30.3898304 ], [ 119.8792542, 30.3900013 ], [ 119.8796592, 30.3904345 ], [ 119.87969, 30.3904728 ], [ 119.879805, 30.3906162 ], [ 119.8801333, 30.3909395 ], [ 119.8816359, 30.3924191 ], [ 119.88248, 30.3932556 ], [ 119.8829832, 30.3936209 ], [ 119.8839304, 30.394152 ], [ 119.8850561, 30.394802 ], [ 119.8856802, 30.39528 ], [ 119.8861612, 30.3957631 ], [ 119.8863638, 30.3959897 ], [ 119.8865546, 30.3962112 ], [ 119.88667, 30.3963921 ], [ 119.8867555, 30.396573 ], [ 119.8867895, 30.3967362 ], [ 119.8867996, 30.3968994 ], [ 119.8867861, 30.3971983 ], [ 119.8868384, 30.3974766 ], [ 119.88696, 30.3976687 ], [ 119.8870979, 30.3977798 ], [ 119.8872358, 30.3978548 ], [ 119.8874061, 30.397913 ], [ 119.8876939, 30.397931 ], [ 119.888119, 30.3979079 ], [ 119.8886101, 30.3979076 ], [ 119.8890688, 30.3980682 ], [ 119.8893818, 30.3983418 ], [ 119.8900621, 30.3991343 ], [ 119.8908416, 30.3998189 ], [ 119.891621, 30.400483 ], [ 119.8924631, 30.4009923 ], [ 119.8936897, 30.4017822 ], [ 119.8949661, 30.4025468 ], [ 119.8957451, 30.4033664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8348688, 30.3966499 ], [ 119.8350155, 30.3968161 ], [ 119.835037, 30.3972418 ], [ 119.8352542, 30.3979057 ], [ 119.8356619, 30.3990162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9641502, 30.3932061 ], [ 119.964151, 30.3931137 ], [ 119.9641678, 30.3929883 ], [ 119.964214, 30.3927594 ], [ 119.9643123, 30.3924608 ], [ 119.9644244, 30.3922245 ], [ 119.9645875, 30.3919937 ], [ 119.9655377, 30.3910109 ], [ 119.96582, 30.3906828 ], [ 119.9662688, 30.3900163 ], [ 119.9666892, 30.3895999 ], [ 119.9667574, 30.3895121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667574, 30.3895121 ], [ 119.9666892, 30.3895999 ], [ 119.9662688, 30.3900163 ], [ 119.96582, 30.3906828 ], [ 119.9655377, 30.3910109 ], [ 119.9645875, 30.3919937 ], [ 119.9644244, 30.3922245 ], [ 119.9643123, 30.3924608 ], [ 119.964214, 30.3927594 ], [ 119.9641678, 30.3929883 ], [ 119.964151, 30.3931137 ], [ 119.9641502, 30.3932061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南洋北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9510829, 30.3910753 ], [ 119.9523405, 30.3913662 ], [ 119.9530658, 30.3915536 ], [ 119.9535626, 30.3917537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南洋北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9534973, 30.3918083 ], [ 119.9533504, 30.3917455 ], [ 119.9530525, 30.3916267 ], [ 119.9510629, 30.3911203 ], [ 119.9509935, 30.3911001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9535626, 30.3917537 ], [ 119.9539723, 30.3914509 ], [ 119.9543846, 30.3912888 ], [ 119.954734, 30.3912438 ], [ 119.9552355, 30.3913017 ], [ 119.9565477, 30.3915242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9565432, 30.391571 ], [ 119.9555811, 30.3914082 ], [ 119.9550438, 30.3913157 ], [ 119.9547357, 30.391296 ], [ 119.9545242, 30.3913202 ], [ 119.9542564, 30.3913925 ], [ 119.9540437, 30.3914977 ], [ 119.9538452, 30.3916311 ], [ 119.9536399, 30.3917964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9565432, 30.391571 ], [ 119.9565477, 30.3915242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9565477, 30.3915242 ], [ 119.9565432, 30.391571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南洋北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9535626, 30.3917537 ], [ 119.9536399, 30.3917964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9534973, 30.3918083 ], [ 119.9535626, 30.3917537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9565477, 30.3915242 ], [ 119.9576708, 30.3917595 ], [ 119.9582601, 30.391871 ], [ 119.9588862, 30.3919676 ], [ 119.9593902, 30.3920264 ], [ 119.9596169, 30.3920547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9536399, 30.3917964 ], [ 119.9535644, 30.3918571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南洋北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9535644, 30.3918571 ], [ 119.9534973, 30.3918083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9596157, 30.3921004 ], [ 119.959418, 30.3920743 ], [ 119.9588803, 30.3920134 ], [ 119.9582503, 30.3919153 ], [ 119.9565432, 30.391571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9596169, 30.3920547 ], [ 119.9597034, 30.3920633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港渠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9596157, 30.3921004 ], [ 119.9596169, 30.3920547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港渠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597034, 30.3920633 ], [ 119.9597038, 30.3921115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597038, 30.3921115 ], [ 119.9596157, 30.3921004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597034, 30.3920633 ], [ 119.9600078, 30.3920974 ], [ 119.9611751, 30.3921782 ], [ 119.9624734, 30.3922651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "澄清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9624534, 30.3923245 ], [ 119.9606566, 30.3921782 ], [ 119.9600088, 30.3921403 ], [ 119.9597038, 30.3921115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9641502, 30.3932061 ], [ 119.9667074, 30.3931998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667074, 30.3931998 ], [ 119.9641502, 30.3932061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "港渠路", "纲渠路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597038, 30.3921115 ], [ 119.9597037, 30.3922103 ], [ 119.9596738, 30.3930709 ], [ 119.9596768, 30.3932004 ], [ 119.9596919, 30.3940549 ], [ 119.9597762, 30.3946542 ], [ 119.9598264, 30.3950726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "纲渠路", "港渠路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597464, 30.3950959 ], [ 119.9596348, 30.394248 ], [ 119.9595831, 30.3931988 ], [ 119.9595755, 30.393071 ], [ 119.9596125, 30.3922039 ], [ 119.9596157, 30.3921004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "南洋东路", "南洋北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9536399, 30.3917964 ], [ 119.9539909, 30.3921292 ], [ 119.954232, 30.3923871 ], [ 119.9544433, 30.3928138 ], [ 119.9545456, 30.3932126 ], [ 119.9546612, 30.3938215 ], [ 119.9547768, 30.3943266 ], [ 119.9550766, 30.3948616 ], [ 119.9553595, 30.3953587 ], [ 119.9554032, 30.3954023 ], [ 119.9554499, 30.395433 ], [ 119.9563841, 30.3953746 ], [ 119.9580109, 30.3952495 ], [ 119.9597464, 30.3950959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "南洋东路", "南洋北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597576, 30.3951584 ], [ 119.9580087, 30.3953069 ], [ 119.9563888, 30.3954318 ], [ 119.9555867, 30.3954836 ], [ 119.9554756, 30.3954824 ], [ 119.9553724, 30.3954687 ], [ 119.9550095, 30.3949082 ], [ 119.9547017, 30.3943363 ], [ 119.9545717, 30.3937775 ], [ 119.9543779, 30.3928849 ], [ 119.9541578, 30.392406 ], [ 119.9538852, 30.3921431 ], [ 119.9536614, 30.3919402 ], [ 119.9535644, 30.3918571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9643053, 30.3954049 ], [ 119.9641526, 30.3939002 ], [ 119.9641448, 30.3936288 ], [ 119.9641502, 30.3932061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9641502, 30.3932061 ], [ 119.9641448, 30.3936288 ], [ 119.9641526, 30.3939002 ], [ 119.9643053, 30.3954049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南洋东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597464, 30.3950959 ], [ 119.9598264, 30.3950726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纲渠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9598264, 30.3950726 ], [ 119.9598401, 30.3951471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9121357, 30.3777953 ], [ 119.9117865, 30.377809 ], [ 119.9115906, 30.3778587 ], [ 119.9113371, 30.3779482 ], [ 119.9109569, 30.378137 ], [ 119.9105306, 30.3783955 ], [ 119.9097011, 30.378803 ], [ 119.9094707, 30.3789222 ], [ 119.9088946, 30.3793496 ], [ 119.9087051, 30.3794272 ], [ 119.9056064, 30.3803289 ], [ 119.9047826, 30.3805198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.915865, 30.3876785 ], [ 119.9144824, 30.3864163 ], [ 119.9142866, 30.3862473 ], [ 119.9135723, 30.3858895 ], [ 119.9154758, 30.3831657 ], [ 119.9174549, 30.3803336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9174549, 30.3803336 ], [ 119.9154758, 30.3831657 ], [ 119.9135723, 30.3858895 ], [ 119.9142866, 30.3862473 ], [ 119.9144824, 30.3864163 ], [ 119.915865, 30.3876785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9121357, 30.3777953 ], [ 119.9121319, 30.3779491 ], [ 119.9121797, 30.3789762 ], [ 119.9121751, 30.380114 ], [ 119.9121469, 30.3811981 ], [ 119.9121404, 30.3812806 ], [ 119.9121221, 30.3813429 ], [ 119.9118942, 30.3815309 ], [ 119.9117189, 30.3816796 ], [ 119.9114165, 30.3819732 ], [ 119.911342, 30.3820784 ], [ 119.9112734, 30.3821887 ], [ 119.9112514, 30.3823438 ], [ 119.9112603, 30.3824934 ], [ 119.9114355, 30.3830357 ], [ 119.9114442, 30.3832435 ], [ 119.9113946, 30.3834855 ], [ 119.9110275, 30.3842452 ], [ 119.9108646, 30.3846677 ], [ 119.9106375, 30.3850853 ], [ 119.9101279, 30.3866754 ], [ 119.9100418, 30.3868404 ], [ 119.9099884, 30.3868594 ], [ 119.9098971, 30.3868733 ], [ 119.9096517, 30.3868468 ], [ 119.9091481, 30.3867308 ], [ 119.909022, 30.3867018 ], [ 119.9088989, 30.3866734 ], [ 119.9064347, 30.3861058 ], [ 119.9047692, 30.3856861 ], [ 119.9039408, 30.3854252 ], [ 119.9036559, 30.3853761 ], [ 119.9034411, 30.3853912 ], [ 119.9032308, 30.385429 ], [ 119.9030029, 30.38555 ], [ 119.9026216, 30.3860717 ], [ 119.9025032, 30.3862419 ], [ 119.9023586, 30.386446 ], [ 119.9022578, 30.38662 ], [ 119.9021833, 30.386775 ], [ 119.9020211, 30.3883515 ], [ 119.9019203, 30.3894555 ], [ 119.9018852, 30.3897315 ], [ 119.9018151, 30.3899621 ], [ 119.9009832, 30.3917325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9009832, 30.3917325 ], [ 119.9018151, 30.3899621 ], [ 119.9018852, 30.3897315 ], [ 119.9019203, 30.3894555 ], [ 119.9020211, 30.3883515 ], [ 119.9021833, 30.386775 ], [ 119.9022578, 30.38662 ], [ 119.9023586, 30.386446 ], [ 119.9025032, 30.3862419 ], [ 119.9026216, 30.3860717 ], [ 119.9030029, 30.38555 ], [ 119.9032308, 30.385429 ], [ 119.9034411, 30.3853912 ], [ 119.9036559, 30.3853761 ], [ 119.9039408, 30.3854252 ], [ 119.9047692, 30.3856861 ], [ 119.9064347, 30.3861058 ], [ 119.9088989, 30.3866734 ], [ 119.909022, 30.3867018 ], [ 119.9091481, 30.3867308 ], [ 119.9096517, 30.3868468 ], [ 119.9098971, 30.3868733 ], [ 119.9099884, 30.3868594 ], [ 119.9100418, 30.3868404 ], [ 119.9101279, 30.3866754 ], [ 119.9106375, 30.3850853 ], [ 119.9108646, 30.3846677 ], [ 119.9110275, 30.3842452 ], [ 119.9113946, 30.3834855 ], [ 119.9114442, 30.3832435 ], [ 119.9114355, 30.3830357 ], [ 119.9112603, 30.3824934 ], [ 119.9112514, 30.3823438 ], [ 119.9112734, 30.3821887 ], [ 119.911342, 30.3820784 ], [ 119.9114165, 30.3819732 ], [ 119.9117189, 30.3816796 ], [ 119.9118942, 30.3815309 ], [ 119.9121221, 30.3813429 ], [ 119.9121404, 30.3812806 ], [ 119.9121469, 30.3811981 ], [ 119.9121751, 30.380114 ], [ 119.9121797, 30.3789762 ], [ 119.9121319, 30.3779491 ], [ 119.9121357, 30.3777953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9075887, 30.3911808 ], [ 119.9067433, 30.391224 ], [ 119.9052929, 30.3911254 ], [ 119.9046512, 30.3911178 ], [ 119.9044579, 30.3911482 ], [ 119.9011968, 30.3916865 ], [ 119.9009832, 30.3917325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9009832, 30.3917325 ], [ 119.9011968, 30.3916865 ], [ 119.9044579, 30.3911482 ], [ 119.9046512, 30.3911178 ], [ 119.9052929, 30.3911254 ], [ 119.9067433, 30.391224 ], [ 119.9075887, 30.3911808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9009832, 30.3917325 ], [ 119.9009517, 30.3917995 ], [ 119.9005572, 30.3925254 ], [ 119.900395, 30.3928581 ], [ 119.9000137, 30.3933647 ], [ 119.8988654, 30.3949714 ], [ 119.8982299, 30.395909 ], [ 119.898094, 30.3961471 ], [ 119.8980108, 30.396321 ], [ 119.8979187, 30.396631 ], [ 119.8978486, 30.3982415 ], [ 119.8977215, 30.3993945 ], [ 119.8974892, 30.4002488 ], [ 119.8974212, 30.4004303 ], [ 119.8969764, 30.4016173 ], [ 119.8966346, 30.4024078 ], [ 119.8965253, 30.4026378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8965253, 30.4026378 ], [ 119.8966346, 30.4024078 ], [ 119.8969764, 30.4016173 ], [ 119.8974212, 30.4004303 ], [ 119.8974892, 30.4002488 ], [ 119.8977215, 30.3993945 ], [ 119.8978486, 30.3982415 ], [ 119.8979187, 30.396631 ], [ 119.8980108, 30.396321 ], [ 119.898094, 30.3961471 ], [ 119.8982299, 30.395909 ], [ 119.8988654, 30.3949714 ], [ 119.9000137, 30.3933647 ], [ 119.900395, 30.3928581 ], [ 119.9005572, 30.3925254 ], [ 119.9009517, 30.3917995 ], [ 119.9009832, 30.3917325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9114446, 30.4139201 ], [ 119.9115846, 30.4136297 ], [ 119.9116819, 30.4134 ], [ 119.9117971, 30.4131387 ], [ 119.912082, 30.4124615 ], [ 119.9123937, 30.4117842 ], [ 119.9127547, 30.4111065 ], [ 119.9130585, 30.4106002 ], [ 119.9133873, 30.4101206 ], [ 119.9139411, 30.4093633 ], [ 119.9142463, 30.4089783 ], [ 119.9145844, 30.4085122 ], [ 119.9148233, 30.4081686 ], [ 119.9159529, 30.4066714 ], [ 119.9168072, 30.4055824 ], [ 119.9192475, 30.4024598 ], [ 119.9214822, 30.399603 ], [ 119.9269158, 30.3928178 ], [ 119.9281742, 30.391271 ], [ 119.929206, 30.3899921 ], [ 119.9297414, 30.3894082 ], [ 119.9300213, 30.3891388 ], [ 119.9303333, 30.3888706 ], [ 119.9308903, 30.3884447 ], [ 119.9314956, 30.3880326 ], [ 119.932222, 30.3876295 ], [ 119.9329394, 30.3872943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9330129, 30.3874007 ], [ 119.9330526, 30.387449 ], [ 119.9331244, 30.3875362 ], [ 119.9332101, 30.3875681 ], [ 119.9333952, 30.3875799 ], [ 119.933733, 30.38756 ], [ 119.9341444, 30.3875628 ], [ 119.9344466, 30.3876244 ], [ 119.9345972, 30.38769 ], [ 119.9347235, 30.387745 ], [ 119.934897, 30.3878206 ], [ 119.9351456, 30.3879198 ], [ 119.9354106, 30.3879654 ], [ 119.9356583, 30.3879667 ], [ 119.9358146, 30.3879268 ], [ 119.935927, 30.3878541 ], [ 119.9367518, 30.3872109 ], [ 119.9369711, 30.3871256 ], [ 119.9372758, 30.3870635 ], [ 119.9387473, 30.386926 ], [ 119.938952, 30.3869307 ], [ 119.9391083, 30.3869454 ], [ 119.9393415, 30.3869673 ], [ 119.9406446, 30.3870898 ], [ 119.9419628, 30.3872653 ], [ 119.9429855, 30.3874647 ], [ 119.9432737, 30.3875607 ], [ 119.9433908, 30.3876266 ], [ 119.9434728, 30.3876727 ], [ 119.9436897, 30.3878635 ], [ 119.9438556, 30.3880331 ], [ 119.9444326, 30.3886472 ], [ 119.9453595, 30.3895794 ], [ 119.9456166, 30.3897583 ], [ 119.9457697, 30.3898479 ], [ 119.9457292, 30.3899352 ], [ 119.9453294, 30.390561 ], [ 119.9448872, 30.3911952 ], [ 119.9448479, 30.3913281 ], [ 119.9448499, 30.3914295 ], [ 119.9448907, 30.3921319 ], [ 119.9449245, 30.3926086 ], [ 119.9449245, 30.3927163 ], [ 119.9449163, 30.3929903 ], [ 119.9448754, 30.3931592 ], [ 119.9448499, 30.3932644 ], [ 119.9446222, 30.3939419 ], [ 119.9444122, 30.3945386 ], [ 119.9443591, 30.3946621 ], [ 119.9442106, 30.3952437 ], [ 119.9439993, 30.3957673 ], [ 119.9439333, 30.3959389 ], [ 119.9438501, 30.3961549 ], [ 119.9435137, 30.3967177 ], [ 119.9435051, 30.396774 ], [ 119.943521, 30.3970009 ], [ 119.9437656, 30.397594 ], [ 119.9440799, 30.3985511 ], [ 119.944088, 30.3986418 ], [ 119.9437556, 30.400212 ], [ 119.9437539, 30.4002823 ], [ 119.9438348, 30.4007009 ], [ 119.9438935, 30.4009321 ], [ 119.9439539, 30.4013346 ], [ 119.9439732, 30.4014109 ], [ 119.9440067, 30.4014895 ], [ 119.9440658, 30.4015763 ], [ 119.9441689, 30.4016679 ], [ 119.9442588, 30.4017288 ], [ 119.9443643, 30.4017835 ], [ 119.944531, 30.4018455 ], [ 119.9446952, 30.401897 ], [ 119.9449245, 30.4019689 ], [ 119.9449921, 30.4020102 ], [ 119.9450548, 30.4020646 ], [ 119.9454385, 30.4025234 ], [ 119.9458313, 30.4030753 ], [ 119.9461149, 30.4034999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216毛潘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9461149, 30.4034999 ], [ 119.9458313, 30.4030753 ], [ 119.9454385, 30.4025234 ], [ 119.9450548, 30.4020646 ], [ 119.9449921, 30.4020102 ], [ 119.9449245, 30.4019689 ], [ 119.9446952, 30.401897 ], [ 119.944531, 30.4018455 ], [ 119.9443643, 30.4017835 ], [ 119.9442588, 30.4017288 ], [ 119.9441689, 30.4016679 ], [ 119.9440658, 30.4015763 ], [ 119.9440067, 30.4014895 ], [ 119.9439732, 30.4014109 ], [ 119.9439539, 30.4013346 ], [ 119.9438935, 30.4009321 ], [ 119.9438348, 30.4007009 ], [ 119.9437539, 30.4002823 ], [ 119.9437556, 30.400212 ], [ 119.944088, 30.3986418 ], [ 119.9440799, 30.3985511 ], [ 119.9437656, 30.397594 ], [ 119.943521, 30.3970009 ], [ 119.9435051, 30.396774 ], [ 119.9435137, 30.3967177 ], [ 119.9438501, 30.3961549 ], [ 119.9439333, 30.3959389 ], [ 119.9439993, 30.3957673 ], [ 119.9442106, 30.3952437 ], [ 119.9443591, 30.3946621 ], [ 119.9444122, 30.3945386 ], [ 119.9446222, 30.3939419 ], [ 119.9448499, 30.3932644 ], [ 119.9448754, 30.3931592 ], [ 119.9449163, 30.3929903 ], [ 119.9449245, 30.3927163 ], [ 119.9449245, 30.3926086 ], [ 119.9448907, 30.3921319 ], [ 119.9448499, 30.3914295 ], [ 119.9448479, 30.3913281 ], [ 119.9448872, 30.3911952 ], [ 119.9453294, 30.390561 ], [ 119.9457292, 30.3899352 ], [ 119.9457697, 30.3898479 ], [ 119.9456166, 30.3897583 ], [ 119.9453595, 30.3895794 ], [ 119.9444326, 30.3886472 ], [ 119.9438556, 30.3880331 ], [ 119.9436897, 30.3878635 ], [ 119.9434728, 30.3876727 ], [ 119.9433908, 30.3876266 ], [ 119.9432737, 30.3875607 ], [ 119.9429855, 30.3874647 ], [ 119.9419628, 30.3872653 ], [ 119.9406446, 30.3870898 ], [ 119.9393415, 30.3869673 ], [ 119.9391083, 30.3869454 ], [ 119.938952, 30.3869307 ], [ 119.9387473, 30.386926 ], [ 119.9372758, 30.3870635 ], [ 119.9369711, 30.3871256 ], [ 119.9367518, 30.3872109 ], [ 119.935927, 30.3878541 ], [ 119.9358146, 30.3879268 ], [ 119.9356583, 30.3879667 ], [ 119.9354106, 30.3879654 ], [ 119.9351456, 30.3879198 ], [ 119.934897, 30.3878206 ], [ 119.9347235, 30.387745 ], [ 119.9345972, 30.38769 ], [ 119.9344466, 30.3876244 ], [ 119.9341444, 30.3875628 ], [ 119.933733, 30.38756 ], [ 119.9333952, 30.3875799 ], [ 119.9332101, 30.3875681 ], [ 119.9331244, 30.3875362 ], [ 119.9330526, 30.387449 ], [ 119.9330129, 30.3874007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9568602, 30.4073235 ], [ 119.9562604, 30.4072634 ], [ 119.9560418, 30.4072415 ], [ 119.9558979, 30.4072271 ], [ 119.9557112, 30.4072201 ], [ 119.9539189, 30.4071532 ], [ 119.9536208, 30.4071509 ], [ 119.9512729, 30.4071331 ], [ 119.9487248, 30.4071138 ], [ 119.9477374, 30.4071048 ], [ 119.9467368, 30.4071259 ], [ 119.9464125, 30.4071471 ], [ 119.9459366, 30.4071966 ], [ 119.945622, 30.4072293 ], [ 119.945551, 30.4072388 ], [ 119.9440201, 30.4074437 ], [ 119.9420713, 30.4077294 ], [ 119.9419228, 30.4077496 ], [ 119.9403425, 30.4079651 ], [ 119.9394562, 30.4079737 ], [ 119.9379047, 30.407973 ], [ 119.9363895, 30.4079645 ], [ 119.9361567, 30.4079632 ], [ 119.9357215, 30.4079392 ], [ 119.9342852, 30.4079437 ], [ 119.9330714, 30.407975 ], [ 119.932487, 30.4080544 ], [ 119.9320949, 30.4081504 ], [ 119.9316281, 30.4082691 ], [ 119.9309341, 30.4085356 ], [ 119.9299621, 30.4089943 ], [ 119.9282851, 30.4098273 ], [ 119.9279793, 30.4099548 ], [ 119.9276351, 30.4100822 ], [ 119.9273173, 30.410178 ], [ 119.9269849, 30.4102535 ], [ 119.9266543, 30.410306 ], [ 119.9260129, 30.4103406 ], [ 119.9237822, 30.4102592 ], [ 119.9223879, 30.4102054 ], [ 119.9222158, 30.4101988 ], [ 119.9219566, 30.4101888 ], [ 119.9216708, 30.4101778 ], [ 119.9208533, 30.4101598 ], [ 119.9200635, 30.4101783 ], [ 119.9192832, 30.4102534 ], [ 119.9183323, 30.4104635 ], [ 119.9173059, 30.4106792 ], [ 119.9166554, 30.4108319 ], [ 119.9154814, 30.411097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9154814, 30.411097 ], [ 119.9166554, 30.4108319 ], [ 119.9173059, 30.4106792 ], [ 119.9183323, 30.4104635 ], [ 119.9192832, 30.4102534 ], [ 119.9200635, 30.4101783 ], [ 119.9208533, 30.4101598 ], [ 119.9216708, 30.4101778 ], [ 119.9219566, 30.4101888 ], [ 119.9222158, 30.4101988 ], [ 119.9223879, 30.4102054 ], [ 119.9237822, 30.4102592 ], [ 119.9260129, 30.4103406 ], [ 119.9266543, 30.410306 ], [ 119.9269849, 30.4102535 ], [ 119.9273173, 30.410178 ], [ 119.9276351, 30.4100822 ], [ 119.9279793, 30.4099548 ], [ 119.9282851, 30.4098273 ], [ 119.9299621, 30.4089943 ], [ 119.9309341, 30.4085356 ], [ 119.9316281, 30.4082691 ], [ 119.9320949, 30.4081504 ], [ 119.932487, 30.4080544 ], [ 119.9330714, 30.407975 ], [ 119.9342852, 30.4079437 ], [ 119.9357215, 30.4079392 ], [ 119.9361567, 30.4079632 ], [ 119.9363895, 30.4079645 ], [ 119.9379047, 30.407973 ], [ 119.9394562, 30.4079737 ], [ 119.9403425, 30.4079651 ], [ 119.9419228, 30.4077496 ], [ 119.9420713, 30.4077294 ], [ 119.9440201, 30.4074437 ], [ 119.945551, 30.4072388 ], [ 119.945622, 30.4072293 ], [ 119.9459366, 30.4071966 ], [ 119.9464125, 30.4071471 ], [ 119.9467368, 30.4071259 ], [ 119.9477374, 30.4071048 ], [ 119.9487248, 30.4071138 ], [ 119.9512729, 30.4071331 ], [ 119.9536208, 30.4071509 ], [ 119.9539189, 30.4071532 ], [ 119.9557112, 30.4072201 ], [ 119.9558979, 30.4072271 ], [ 119.9560418, 30.4072415 ], [ 119.9562604, 30.4072634 ], [ 119.9568602, 30.4073235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9329394, 30.3872943 ], [ 119.9330129, 30.3874007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9329394, 30.3872943 ], [ 119.9328189, 30.387173 ], [ 119.9327419, 30.3871407 ], [ 119.9326294, 30.3871403 ], [ 119.93247, 30.3871991 ], [ 119.9320441, 30.3873903 ], [ 119.931752, 30.3874797 ], [ 119.9313584, 30.3876324 ], [ 119.9311079, 30.3877408 ], [ 119.9309053, 30.3877972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "X216石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9309053, 30.3877972 ], [ 119.9311079, 30.3877408 ], [ 119.9313584, 30.3876324 ], [ 119.931752, 30.3874797 ], [ 119.9320441, 30.3873903 ], [ 119.93247, 30.3871991 ], [ 119.9326294, 30.3871403 ], [ 119.9327419, 30.3871407 ], [ 119.9328189, 30.387173 ], [ 119.9329394, 30.3872943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9330129, 30.3874007 ], [ 119.9321879, 30.3878019 ], [ 119.9316696, 30.388084 ], [ 119.9312452, 30.3883661 ], [ 119.93046, 30.3889649 ], [ 119.9298341, 30.3895105 ], [ 119.9292377, 30.3901579 ], [ 119.9248216, 30.395628 ], [ 119.9219321, 30.3992165 ], [ 119.9214571, 30.399818 ], [ 119.9169162, 30.4056505 ], [ 119.916042, 30.4068237 ], [ 119.9150571, 30.4081759 ], [ 119.9147357, 30.4085697 ], [ 119.9143568, 30.4090466 ], [ 119.9140514, 30.4094408 ], [ 119.9134761, 30.4102309 ], [ 119.9131385, 30.4107367 ], [ 119.9128871, 30.4111542 ], [ 119.9124528, 30.41197 ], [ 119.9121196, 30.4127516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9656898, 30.3969889 ], [ 119.9661476, 30.3973157 ], [ 119.9665224, 30.3975655 ], [ 119.9665417, 30.3976468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665417, 30.3976468 ], [ 119.9665224, 30.3975655 ], [ 119.9661476, 30.3973157 ], [ 119.9656898, 30.3969889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "大桥北路", "瓶窑大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665417, 30.3976468 ], [ 119.9658981, 30.3983846 ], [ 119.9658178, 30.3984772 ], [ 119.9650106, 30.399386 ], [ 119.9649592, 30.3994439 ], [ 119.9645838, 30.3999079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "大桥北路", "瓶窑大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9645838, 30.3999079 ], [ 119.9649592, 30.3994439 ], [ 119.9650106, 30.399386 ], [ 119.9658178, 30.3984772 ], [ 119.9658981, 30.3983846 ], [ 119.9665417, 30.3976468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9668681, 30.4009334 ], [ 119.9654348, 30.40029 ], [ 119.9645838, 30.3999079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9645838, 30.3999079 ], [ 119.9654348, 30.40029 ], [ 119.9668681, 30.4009334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9545865, 30.398963 ], [ 119.9548507, 30.3990937 ], [ 119.9554111, 30.3995795 ], [ 119.9558604, 30.3999749 ], [ 119.9561853, 30.4003766 ], [ 119.9566233, 30.4009965 ], [ 119.9567928, 30.4013506 ], [ 119.9569005, 30.4016729 ], [ 119.9569927, 30.4020522 ], [ 119.9570285, 30.4024258 ], [ 119.9570765, 30.4029634 ], [ 119.9570015, 30.4044754 ], [ 119.9568602, 30.4073235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9568602, 30.4073235 ], [ 119.9570015, 30.4044754 ], [ 119.9570765, 30.4029634 ], [ 119.9570285, 30.4024258 ], [ 119.9569927, 30.4020522 ], [ 119.9569005, 30.4016729 ], [ 119.9567928, 30.4013506 ], [ 119.9566233, 30.4009965 ], [ 119.9561853, 30.4003766 ], [ 119.9558604, 30.3999749 ], [ 119.9554111, 30.3995795 ], [ 119.9548507, 30.3990937 ], [ 119.9545865, 30.398963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9645838, 30.3999079 ], [ 119.9642045, 30.4003866 ], [ 119.9638868, 30.4008917 ], [ 119.9635481, 30.4015192 ], [ 119.9634543, 30.4016136 ], [ 119.9633396, 30.4017292 ], [ 119.9629877, 30.402045 ], [ 119.9625185, 30.4024232 ], [ 119.9618145, 30.4029905 ], [ 119.9614682, 30.4033698 ], [ 119.9611057, 30.403865 ], [ 119.9609438, 30.4041532 ], [ 119.9608648, 30.4044925 ], [ 119.9608522, 30.4045902 ], [ 119.9607891, 30.4050802 ], [ 119.9607574, 30.4052433 ], [ 119.9607075, 30.4054063 ], [ 119.9605838, 30.4056654 ], [ 119.9604172, 30.4059618 ], [ 119.9601119, 30.406401 ], [ 119.9599595, 30.4066474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9599595, 30.4066474 ], [ 119.9601119, 30.406401 ], [ 119.9604172, 30.4059618 ], [ 119.9605838, 30.4056654 ], [ 119.9607075, 30.4054063 ], [ 119.9607574, 30.4052433 ], [ 119.9607891, 30.4050802 ], [ 119.9608522, 30.4045902 ], [ 119.9608648, 30.4044925 ], [ 119.9609438, 30.4041532 ], [ 119.9611057, 30.403865 ], [ 119.9614682, 30.4033698 ], [ 119.9618145, 30.4029905 ], [ 119.9625185, 30.4024232 ], [ 119.9629877, 30.402045 ], [ 119.9633396, 30.4017292 ], [ 119.9634543, 30.4016136 ], [ 119.9635481, 30.4015192 ], [ 119.9638868, 30.4008917 ], [ 119.9642045, 30.4003866 ], [ 119.9645838, 30.3999079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9668681, 30.4009334 ], [ 119.966198, 30.4019839 ], [ 119.9660499, 30.402216 ], [ 119.9657109, 30.4027272 ], [ 119.9650852, 30.4036706 ], [ 119.964828, 30.4039564 ], [ 119.9644699, 30.4043609 ], [ 119.9640321, 30.4047654 ], [ 119.9632892, 30.4052913 ], [ 119.9627952, 30.4055414 ], [ 119.9621978, 30.4057914 ], [ 119.9605153, 30.4064444 ], [ 119.9599595, 30.4066474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9599595, 30.4066474 ], [ 119.9605153, 30.4064444 ], [ 119.9621978, 30.4057914 ], [ 119.9627952, 30.4055414 ], [ 119.9632892, 30.4052913 ], [ 119.9640321, 30.4047654 ], [ 119.9644699, 30.4043609 ], [ 119.964828, 30.4039564 ], [ 119.9650852, 30.4036706 ], [ 119.9657109, 30.4027272 ], [ 119.9660499, 30.402216 ], [ 119.966198, 30.4019839 ], [ 119.9668681, 30.4009334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9599595, 30.4066474 ], [ 119.9593565, 30.4069166 ], [ 119.9590815, 30.4069994 ], [ 119.9589428, 30.4070428 ], [ 119.9587221, 30.4071118 ], [ 119.9586018, 30.4071388 ], [ 119.9582466, 30.4072184 ], [ 119.9577782, 30.4073005 ], [ 119.9573039, 30.4073258 ], [ 119.9568602, 30.4073235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9568602, 30.4073235 ], [ 119.9573039, 30.4073258 ], [ 119.9577782, 30.4073005 ], [ 119.9582466, 30.4072184 ], [ 119.9586018, 30.4071388 ], [ 119.9587221, 30.4071118 ], [ 119.9589428, 30.4070428 ], [ 119.9590815, 30.4069994 ], [ 119.9593565, 30.4069166 ], [ 119.9599595, 30.4066474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8356619, 30.3990162 ], [ 119.8352542, 30.3979057 ], [ 119.835037, 30.3972418 ], [ 119.8350155, 30.3968161 ], [ 119.8348688, 30.3966499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X217漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8348688, 30.3966499 ], [ 119.8340919, 30.3972578 ], [ 119.8321741, 30.3988538 ], [ 119.8316847, 30.3993392 ], [ 119.8310422, 30.4002237 ], [ 119.8306876, 30.4006545 ], [ 119.8305154, 30.4008638 ], [ 119.8304609, 30.40093 ], [ 119.8300136, 30.4013379 ], [ 119.8298777, 30.4014619 ], [ 119.8295639, 30.4017879 ], [ 119.8293877, 30.401971 ], [ 119.8289478, 30.4024281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X217漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8289478, 30.4024281 ], [ 119.8293877, 30.401971 ], [ 119.8295639, 30.4017879 ], [ 119.8298777, 30.4014619 ], [ 119.8300136, 30.4013379 ], [ 119.8304609, 30.40093 ], [ 119.8305154, 30.4008638 ], [ 119.8306876, 30.4006545 ], [ 119.8310422, 30.4002237 ], [ 119.8316847, 30.3993392 ], [ 119.8321741, 30.3988538 ], [ 119.8340919, 30.3972578 ], [ 119.8348688, 30.3966499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘双线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8479801, 30.3999995 ], [ 119.8479467, 30.3999937 ], [ 119.8479175, 30.3999787 ], [ 119.8478959, 30.399956 ], [ 119.8478844, 30.3999284 ], [ 119.8478843, 30.399899 ], [ 119.8478947, 30.3998728 ], [ 119.8479142, 30.3998508 ], [ 119.8479409, 30.3998353 ], [ 119.8479718, 30.3998279 ], [ 119.8480039, 30.3998294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘双线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8480039, 30.3998294 ], [ 119.8479718, 30.3998279 ], [ 119.8479409, 30.3998353 ], [ 119.8479142, 30.3998508 ], [ 119.8478947, 30.3998728 ], [ 119.8478843, 30.399899 ], [ 119.8478844, 30.3999284 ], [ 119.8478959, 30.399956 ], [ 119.8479175, 30.3999787 ], [ 119.8479467, 30.3999937 ], [ 119.8479801, 30.3999995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘双线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8479801, 30.3999995 ], [ 119.8480138, 30.3999952 ], [ 119.8480438, 30.3999814 ], [ 119.8480657, 30.3999611 ], [ 119.8480789, 30.3999358 ], [ 119.8480821, 30.3999082 ], [ 119.848075, 30.3998812 ], [ 119.8480583, 30.3998575 ], [ 119.8480338, 30.3998396 ], [ 119.8480039, 30.3998294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "潘双线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8480039, 30.3998294 ], [ 119.8480338, 30.3998396 ], [ 119.8480583, 30.3998575 ], [ 119.848075, 30.3998812 ], [ 119.8480821, 30.3999082 ], [ 119.8480789, 30.3999358 ], [ 119.8480657, 30.3999611 ], [ 119.8480438, 30.3999814 ], [ 119.8480138, 30.3999952 ], [ 119.8479801, 30.3999995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双径路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8283937, 30.4026554 ], [ 119.8286336, 30.4026124 ], [ 119.8288121, 30.4025158 ], [ 119.8289478, 30.4024281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双径路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8289478, 30.4024281 ], [ 119.8288121, 30.4025158 ], [ 119.8286336, 30.4026124 ], [ 119.8283937, 30.4026554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X217漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8289478, 30.4024281 ], [ 119.8288463, 30.4025815 ], [ 119.8288658, 30.4028089 ], [ 119.8289397, 30.4030085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X217漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8289397, 30.4030085 ], [ 119.8288658, 30.4028089 ], [ 119.8288463, 30.4025815 ], [ 119.8289478, 30.4024281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竹海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8287631, 30.4029177 ], [ 119.8283937, 30.4026554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竹海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8283937, 30.4026554 ], [ 119.8287631, 30.4029177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竹海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8287631, 30.4029177 ], [ 119.8289397, 30.4030085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竹海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8289397, 30.4030085 ], [ 119.8287631, 30.4029177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竹海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8296474, 30.4034748 ], [ 119.8295879, 30.4034356 ], [ 119.8295433, 30.4034062 ], [ 119.8292483, 30.4032118 ], [ 119.8291008, 30.4031147 ], [ 119.8289397, 30.4030085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "竹海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8289397, 30.4030085 ], [ 119.8291008, 30.4031147 ], [ 119.8292483, 30.4032118 ], [ 119.8295433, 30.4034062 ], [ 119.8295879, 30.4034356 ], [ 119.8296474, 30.4034748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "竹海路", "潘双线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8296474, 30.4034748 ], [ 119.829711, 30.4034859 ], [ 119.8300534, 30.4036494 ], [ 119.8301732, 30.4037223 ], [ 119.8304687, 30.403902 ], [ 119.8327001, 30.4058229 ], [ 119.8329028, 30.4059761 ], [ 119.8332582, 30.4062547 ], [ 119.8334035, 30.4063571 ], [ 119.83361, 30.4062957 ], [ 119.8338008, 30.4062389 ], [ 119.8345345, 30.4060207 ], [ 119.8355036, 30.4057137 ], [ 119.835948, 30.4056438 ], [ 119.8363115, 30.4056894 ], [ 119.8366032, 30.4058497 ], [ 119.8369398, 30.4061637 ], [ 119.8372056, 30.4063082 ], [ 119.8376916, 30.4064054 ], [ 119.8384375, 30.4066006 ], [ 119.8391027, 30.4067577 ], [ 119.840038, 30.4069589 ], [ 119.8413429, 30.4072458 ], [ 119.8420294, 30.4073826 ], [ 119.8426829, 30.4074054 ], [ 119.8429119, 30.4074161 ], [ 119.8434144, 30.4075782 ], [ 119.8436685, 30.4076601 ], [ 119.8442344, 30.4078426 ], [ 119.8443695, 30.4076849 ], [ 119.8445329, 30.4074786 ], [ 119.8445961, 30.4072228 ], [ 119.8450504, 30.4066234 ], [ 119.845259, 30.4062793 ], [ 119.8454282, 30.4061397 ], [ 119.8458134, 30.4061065 ], [ 119.8460368, 30.4060268 ], [ 119.8460984, 30.4059205 ], [ 119.846083, 30.4052361 ], [ 119.846137, 30.4049836 ], [ 119.8462679, 30.4048108 ], [ 119.8463385, 30.4047687 ], [ 119.8464081, 30.4047271 ], [ 119.8465425, 30.404647 ], [ 119.8467802, 30.4045052 ], [ 119.8477279, 30.4039536 ], [ 119.8480053, 30.4037144 ], [ 119.8483965, 30.4032975 ], [ 119.8486293, 30.4024851 ], [ 119.848637, 30.4022392 ], [ 119.8485369, 30.4014418 ], [ 119.8482749, 30.4007042 ], [ 119.8482086, 30.4005529 ], [ 119.8481545, 30.4004295 ], [ 119.8480381, 30.4001638 ], [ 119.8479801, 30.3999995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "竹海路", "潘双线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8479801, 30.3999995 ], [ 119.8480381, 30.4001638 ], [ 119.8481545, 30.4004295 ], [ 119.8482086, 30.4005529 ], [ 119.8482749, 30.4007042 ], [ 119.8485369, 30.4014418 ], [ 119.848637, 30.4022392 ], [ 119.8486293, 30.4024851 ], [ 119.8483965, 30.4032975 ], [ 119.8480053, 30.4037144 ], [ 119.8477279, 30.4039536 ], [ 119.8467802, 30.4045052 ], [ 119.8465425, 30.404647 ], [ 119.8464081, 30.4047271 ], [ 119.8463385, 30.4047687 ], [ 119.8462679, 30.4048108 ], [ 119.846137, 30.4049836 ], [ 119.846083, 30.4052361 ], [ 119.8460984, 30.4059205 ], [ 119.8460368, 30.4060268 ], [ 119.8458134, 30.4061065 ], [ 119.8454282, 30.4061397 ], [ 119.845259, 30.4062793 ], [ 119.8450504, 30.4066234 ], [ 119.8445961, 30.4072228 ], [ 119.8445329, 30.4074786 ], [ 119.8443695, 30.4076849 ], [ 119.8442344, 30.4078426 ], [ 119.8436685, 30.4076601 ], [ 119.8434144, 30.4075782 ], [ 119.8429119, 30.4074161 ], [ 119.8426829, 30.4074054 ], [ 119.8420294, 30.4073826 ], [ 119.8413429, 30.4072458 ], [ 119.840038, 30.4069589 ], [ 119.8391027, 30.4067577 ], [ 119.8384375, 30.4066006 ], [ 119.8376916, 30.4064054 ], [ 119.8372056, 30.4063082 ], [ 119.8369398, 30.4061637 ], [ 119.8366032, 30.4058497 ], [ 119.8363115, 30.4056894 ], [ 119.835948, 30.4056438 ], [ 119.8355036, 30.4057137 ], [ 119.8345345, 30.4060207 ], [ 119.8338008, 30.4062389 ], [ 119.83361, 30.4062957 ], [ 119.8334035, 30.4063571 ], [ 119.8332582, 30.4062547 ], [ 119.8329028, 30.4059761 ], [ 119.8327001, 30.4058229 ], [ 119.8304687, 30.403902 ], [ 119.8301732, 30.4037223 ], [ 119.8300534, 30.4036494 ], [ 119.829711, 30.4034859 ], [ 119.8296474, 30.4034748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8296474, 30.4034748 ], [ 119.8294133, 30.4039403 ], [ 119.8291573, 30.4044843 ], [ 119.8289653, 30.4051466 ], [ 119.8287094, 30.4059744 ], [ 119.8281544, 30.4077257 ], [ 119.8280443, 30.4081981 ], [ 119.8279141, 30.4086549 ], [ 119.8278364, 30.4088305 ], [ 119.8277313, 30.4090175 ], [ 119.827128, 30.4098138 ], [ 119.827064, 30.4099005 ], [ 119.8269426, 30.4099963 ], [ 119.8267879, 30.4100729 ], [ 119.8265749, 30.4101455 ], [ 119.8256289, 30.4101601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双径路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8283937, 30.4026554 ], [ 119.8281926, 30.4026299 ], [ 119.827852, 30.4026201 ], [ 119.8274006, 30.4027848 ], [ 119.8268326, 30.4030629 ], [ 119.8261308, 30.4034325 ], [ 119.8254433, 30.4039849 ], [ 119.8249512, 30.4044584 ], [ 119.824795, 30.4046087 ], [ 119.8246637, 30.4047386 ], [ 119.8244205, 30.4049794 ], [ 119.8242827, 30.4051158 ], [ 119.8240541, 30.4052542 ], [ 119.8236283, 30.405512 ], [ 119.822403, 30.4060379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X217漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8232804, 30.4072997 ], [ 119.82415, 30.40662 ], [ 119.82466, 30.40621 ], [ 119.8255691, 30.4054449 ], [ 119.82586, 30.4052 ], [ 119.8271256, 30.404068 ], [ 119.827682, 30.4038106 ], [ 119.8287631, 30.4029177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X217漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8287631, 30.4029177 ], [ 119.827682, 30.4038106 ], [ 119.8271256, 30.404068 ], [ 119.82586, 30.4052 ], [ 119.8255691, 30.4054449 ], [ 119.82466, 30.40621 ], [ 119.82415, 30.40662 ], [ 119.8232804, 30.4072997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双径路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.822403, 30.4060379 ], [ 119.8219101, 30.406183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双径路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8219101, 30.406183 ], [ 119.822403, 30.4060379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双径路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.822403, 30.4060379 ], [ 119.8223192, 30.406211 ], [ 119.8222768, 30.4063341 ], [ 119.8222308, 30.4065369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双径路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8222308, 30.4065369 ], [ 119.8222768, 30.4063341 ], [ 119.8223192, 30.406211 ], [ 119.822403, 30.4060379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X218双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8256289, 30.4101601 ], [ 119.8255914, 30.4099811 ], [ 119.8254547, 30.4093791 ], [ 119.8253272, 30.4091515 ], [ 119.8248884, 30.4085524 ], [ 119.8246295, 30.4083154 ], [ 119.8237762, 30.407673 ], [ 119.8235675, 30.4075159 ], [ 119.8232804, 30.4072997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "X218双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8232804, 30.4072997 ], [ 119.8235675, 30.4075159 ], [ 119.8237762, 30.407673 ], [ 119.8246295, 30.4083154 ], [ 119.8248884, 30.4085524 ], [ 119.8253272, 30.4091515 ], [ 119.8254547, 30.4093791 ], [ 119.8255914, 30.4099811 ], [ 119.8256289, 30.4101601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "X218双后线", "双后线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8250164, 30.413314 ], [ 119.8251834, 30.4130259 ], [ 119.8253089, 30.4128094 ], [ 119.8255831, 30.4123365 ], [ 119.8257156, 30.4119969 ], [ 119.8257529, 30.411181 ], [ 119.8257213, 30.4107184 ], [ 119.8256656, 30.4103353 ], [ 119.8256289, 30.4101601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8962649, 30.4032109 ], [ 119.8965253, 30.4026378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8965253, 30.4026378 ], [ 119.8962649, 30.4032109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8965253, 30.4026378 ], [ 119.8961207, 30.402998 ], [ 119.8959079, 30.4031838 ], [ 119.8957451, 30.4033664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8957451, 30.4033664 ], [ 119.8959079, 30.4031838 ], [ 119.8961207, 30.402998 ], [ 119.8965253, 30.4026378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8962649, 30.4032109 ], [ 119.8961986, 30.4032762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "石茶线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8961986, 30.4032762 ], [ 119.8962649, 30.4032109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8962649, 30.4032109 ], [ 119.8966499, 30.4035242 ], [ 119.8971128, 30.4039648 ], [ 119.8976358, 30.4045349 ], [ 119.8980405, 30.4051386 ], [ 119.8983939, 30.4058326 ], [ 119.8987964, 30.4067808 ], [ 119.8996775, 30.4089014 ], [ 119.9001733, 30.4097133 ], [ 119.900678, 30.4103788 ], [ 119.9011952, 30.4109336 ], [ 119.9017756, 30.4114842 ], [ 119.9028231, 30.4123464 ], [ 119.9034312, 30.4128594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9034017, 30.4129624 ], [ 119.902762, 30.412407 ], [ 119.9024911, 30.4121752 ], [ 119.9017027, 30.4115269 ], [ 119.9011223, 30.4109763 ], [ 119.9005913, 30.4104286 ], [ 119.9000428, 30.409775 ], [ 119.89958, 30.4089441 ], [ 119.8986988, 30.4068259 ], [ 119.8982854, 30.405835 ], [ 119.8979594, 30.405205 ], [ 119.8977598, 30.4048925 ], [ 119.8975273, 30.4045753 ], [ 119.8973358, 30.4043435 ], [ 119.8971059, 30.4040833 ], [ 119.8965689, 30.4035906 ], [ 119.8961986, 30.4032762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8957451, 30.4033664 ], [ 119.8959995, 30.4036808 ], [ 119.8967501, 30.4045309 ], [ 119.89754, 30.4056478 ], [ 119.8981218, 30.4066751 ], [ 119.8986181, 30.4078218 ], [ 119.8989727, 30.4087392 ], [ 119.8994509, 30.4092604 ], [ 119.8998768, 30.4097177 ], [ 119.9007455, 30.4109408 ], [ 119.9011001, 30.4116288 ], [ 119.9013305, 30.4128825 ], [ 119.9021016, 30.4155934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021016, 30.4155934 ], [ 119.9013305, 30.4128825 ], [ 119.9011001, 30.4116288 ], [ 119.9007455, 30.4109408 ], [ 119.8998768, 30.4097177 ], [ 119.8994509, 30.4092604 ], [ 119.8989727, 30.4087392 ], [ 119.8986181, 30.4078218 ], [ 119.8981218, 30.4066751 ], [ 119.89754, 30.4056478 ], [ 119.8967501, 30.4045309 ], [ 119.8959995, 30.4036808 ], [ 119.8957451, 30.4033664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9128945, 30.4090366 ], [ 119.9129438, 30.4092826 ], [ 119.9130045, 30.4093404 ], [ 119.9131279, 30.4094363 ], [ 119.9134767, 30.409663 ], [ 119.9138988, 30.4099693 ], [ 119.914656, 30.4105276 ], [ 119.9148105, 30.4106444 ], [ 119.9150572, 30.4108043 ], [ 119.9154814, 30.411097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9154814, 30.411097 ], [ 119.9150572, 30.4108043 ], [ 119.9148105, 30.4106444 ], [ 119.914656, 30.4105276 ], [ 119.9138988, 30.4099693 ], [ 119.9134767, 30.409663 ], [ 119.9131279, 30.4094363 ], [ 119.9130045, 30.4093404 ], [ 119.9129438, 30.4092826 ], [ 119.9128945, 30.4090366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9154814, 30.411097 ], [ 119.9147415, 30.4112714 ], [ 119.9145521, 30.411316 ], [ 119.9143146, 30.4113867 ], [ 119.9139535, 30.4114942 ], [ 119.9134304, 30.4117214 ], [ 119.913014, 30.4119605 ], [ 119.9126766, 30.4122154 ], [ 119.9125701, 30.41235 ], [ 119.9124691, 30.4125178 ], [ 119.912405, 30.4127409 ], [ 119.9123794, 30.4129744 ], [ 119.9123424, 30.4132587 ], [ 119.9123062, 30.4133922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9123062, 30.4133922 ], [ 119.9123424, 30.4132587 ], [ 119.9123794, 30.4129744 ], [ 119.912405, 30.4127409 ], [ 119.9124691, 30.4125178 ], [ 119.9125701, 30.41235 ], [ 119.9126766, 30.4122154 ], [ 119.913014, 30.4119605 ], [ 119.9134304, 30.4117214 ], [ 119.9139535, 30.4114942 ], [ 119.9143146, 30.4113867 ], [ 119.9145521, 30.411316 ], [ 119.9147415, 30.4112714 ], [ 119.9154814, 30.411097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9121196, 30.4127516 ], [ 119.9120951, 30.4128469 ], [ 119.9120755, 30.4129345 ], [ 119.9120364, 30.4130887 ], [ 119.9119621, 30.4132882 ], [ 119.911949, 30.4133482 ], [ 119.9119523, 30.4133854 ], [ 119.9119622, 30.4134141 ], [ 119.912008, 30.4134605 ], [ 119.9120596, 30.413488 ], [ 119.9121099, 30.4134961 ], [ 119.9121758, 30.4134872 ], [ 119.9122443, 30.4134481 ], [ 119.9123062, 30.4133922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021016, 30.4155934 ], [ 119.9022927, 30.4154908 ], [ 119.9026723, 30.4152918 ], [ 119.9050087, 30.4140957 ], [ 119.9057706, 30.4136852 ], [ 119.9065408, 30.4132202 ], [ 119.9069671, 30.4129259 ], [ 119.9073825, 30.4125865 ], [ 119.9078946, 30.4121511 ], [ 119.9084618, 30.4115779 ], [ 119.9088697, 30.4112336 ], [ 119.9092805, 30.4109605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9121196, 30.4127516 ], [ 119.9116036, 30.4139499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9093407, 30.4110561 ], [ 119.9089341, 30.4113298 ], [ 119.9086477, 30.4116206 ], [ 119.9084281, 30.4118447 ], [ 119.9078156, 30.4123606 ], [ 119.9072883, 30.4128047 ], [ 119.9065909, 30.4133136 ], [ 119.9058722, 30.4137304 ], [ 119.9050629, 30.4141613 ], [ 119.903753, 30.4148648 ], [ 119.9022236, 30.4156862 ], [ 119.9021364, 30.4157322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9123062, 30.4133922 ], [ 119.912139, 30.4136389 ], [ 119.9120457, 30.4137366 ], [ 119.9119323, 30.4138231 ], [ 119.9117982, 30.4138936 ], [ 119.9116036, 30.4139499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9116036, 30.4139499 ], [ 119.9117982, 30.4138936 ], [ 119.9119323, 30.4138231 ], [ 119.9120457, 30.4137366 ], [ 119.912139, 30.4136389 ], [ 119.9123062, 30.4133922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9116036, 30.4139499 ], [ 119.9114446, 30.4139201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9114446, 30.4139201 ], [ 119.9116036, 30.4139499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9114446, 30.4139201 ], [ 119.9111796, 30.4139853 ], [ 119.9109528, 30.4140514 ], [ 119.9107488, 30.4141225 ], [ 119.9105992, 30.4141782 ], [ 119.9103178, 30.4142831 ], [ 119.9094983, 30.4145883 ], [ 119.9079131, 30.4151788 ], [ 119.9075265, 30.4153132 ], [ 119.906665, 30.4156107 ], [ 119.9061, 30.4158 ], [ 119.9055, 30.41594 ], [ 119.9044, 30.4163 ], [ 119.9039, 30.41638 ], [ 119.9034483, 30.4164981 ], [ 119.9029266, 30.4166346 ], [ 119.9027273, 30.4166867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9027273, 30.4166867 ], [ 119.9029266, 30.4166346 ], [ 119.9034483, 30.4164981 ], [ 119.9039, 30.41638 ], [ 119.9044, 30.4163 ], [ 119.9055, 30.41594 ], [ 119.9061, 30.4158 ], [ 119.906665, 30.4156107 ], [ 119.9075265, 30.4153132 ], [ 119.9079131, 30.4151788 ], [ 119.9094983, 30.4145883 ], [ 119.9103178, 30.4142831 ], [ 119.9105992, 30.4141782 ], [ 119.9107488, 30.4141225 ], [ 119.9109528, 30.4140514 ], [ 119.9111796, 30.4139853 ], [ 119.9114446, 30.4139201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021016, 30.4155934 ], [ 119.9021364, 30.4157322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021364, 30.4157322 ], [ 119.9021016, 30.4155934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9023303, 30.4164222 ], [ 119.9021364, 30.4157322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021364, 30.4157322 ], [ 119.9023303, 30.4164222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9027273, 30.4166867 ], [ 119.9024776, 30.4165855 ], [ 119.9023303, 30.4164222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9023303, 30.4164222 ], [ 119.9024776, 30.4165855 ], [ 119.9027273, 30.4166867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9021364, 30.4157322 ], [ 119.9010949, 30.4162818 ], [ 119.8997296, 30.4170979 ], [ 119.8991229, 30.4175207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9020285, 30.4168499 ], [ 119.9021831, 30.4166581 ], [ 119.9022882, 30.4165311 ], [ 119.9023303, 30.4164222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9023303, 30.4164222 ], [ 119.9022882, 30.4165311 ], [ 119.9021831, 30.4166581 ], [ 119.9020285, 30.4168499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9027273, 30.4166867 ], [ 119.9026, 30.41672 ], [ 119.9020285, 30.4168499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9020285, 30.4168499 ], [ 119.9026, 30.41672 ], [ 119.9027273, 30.4166867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9020285, 30.4168499 ], [ 119.8993, 30.41747 ], [ 119.8991229, 30.4175207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8991229, 30.4175207 ], [ 119.8993, 30.41747 ], [ 119.9020285, 30.4168499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9116036, 30.4139499 ], [ 119.9112016, 30.4149521 ], [ 119.9111306, 30.4152875 ], [ 119.911063, 30.4156069 ], [ 119.9110224, 30.4159781 ], [ 119.9110017, 30.4162951 ], [ 119.9110017, 30.4166016 ], [ 119.9110564, 30.417124 ], [ 119.911108, 30.4174841 ], [ 119.9111855, 30.4178487 ], [ 119.9113326, 30.4183666 ], [ 119.9115376, 30.418842 ], [ 119.9117943, 30.4193414 ], [ 119.9120924, 30.419805 ], [ 119.9131714, 30.4212893 ], [ 119.9137605, 30.4221706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.913667, 30.4222174 ], [ 119.9134274, 30.4219043 ], [ 119.9132572, 30.4216714 ], [ 119.9123271, 30.420398 ], [ 119.9121223, 30.4201241 ], [ 119.9118908, 30.4197922 ], [ 119.911543, 30.4192254 ], [ 119.9112925, 30.4187158 ], [ 119.9111647, 30.4183872 ], [ 119.9110472, 30.418005 ], [ 119.9109321, 30.4175083 ], [ 119.9108445, 30.4168703 ], [ 119.9108381, 30.4164248 ], [ 119.9108477, 30.4160527 ], [ 119.9109186, 30.4154037 ], [ 119.9109481, 30.4152942 ], [ 119.9111019, 30.4147228 ], [ 119.9114446, 30.4139201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.913667, 30.4222174 ], [ 119.9137605, 30.4221706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8256289, 30.4101601 ], [ 119.8265749, 30.4101455 ], [ 119.8267879, 30.4100729 ], [ 119.8269426, 30.4099963 ], [ 119.827064, 30.4099005 ], [ 119.827128, 30.4098138 ], [ 119.8277313, 30.4090175 ], [ 119.8278364, 30.4088305 ], [ 119.8279141, 30.4086549 ], [ 119.8280443, 30.4081981 ], [ 119.8281544, 30.4077257 ], [ 119.8287094, 30.4059744 ], [ 119.8289653, 30.4051466 ], [ 119.8291573, 30.4044843 ], [ 119.8294133, 30.4039403 ], [ 119.8296474, 30.4034748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8269904, 30.4201359 ], [ 119.8275014, 30.4202397 ], [ 119.8278896, 30.4203249 ], [ 119.8281361, 30.4203581 ], [ 119.8293611, 30.420305 ], [ 119.829677, 30.4203515 ], [ 119.8301007, 30.4205508 ], [ 119.8301469, 30.4206704 ], [ 119.8301007, 30.4208763 ], [ 119.8301084, 30.4211753 ], [ 119.8301547, 30.421813 ], [ 119.8300853, 30.4220522 ], [ 119.8296077, 30.4225571 ], [ 119.8295537, 30.4227099 ], [ 119.8296539, 30.4228428 ], [ 119.8300468, 30.4231152 ], [ 119.8301932, 30.4233145 ], [ 119.8302856, 30.4235403 ], [ 119.8303723, 30.4237006 ], [ 119.830383, 30.4238779 ], [ 119.830417, 30.4239689 ], [ 119.8305547, 30.4241123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8305547, 30.4241123 ], [ 119.830417, 30.4239689 ], [ 119.830383, 30.4238779 ], [ 119.8303723, 30.4237006 ], [ 119.8302856, 30.4235403 ], [ 119.8301932, 30.4233145 ], [ 119.8300468, 30.4231152 ], [ 119.8296539, 30.4228428 ], [ 119.8295537, 30.4227099 ], [ 119.8296077, 30.4225571 ], [ 119.8300853, 30.4220522 ], [ 119.8301547, 30.421813 ], [ 119.8301084, 30.4211753 ], [ 119.8301007, 30.4208763 ], [ 119.8301469, 30.4206704 ], [ 119.8301007, 30.4205508 ], [ 119.829677, 30.4203515 ], [ 119.8293611, 30.420305 ], [ 119.8281361, 30.4203581 ], [ 119.8278896, 30.4203249 ], [ 119.8275014, 30.4202397 ], [ 119.8269904, 30.4201359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8389876, 30.4411972 ], [ 119.8393356, 30.4412358 ], [ 119.8399815, 30.4412303 ], [ 119.840493, 30.4411697 ], [ 119.8409471, 30.4410594 ], [ 119.8414715, 30.4408664 ], [ 119.8419383, 30.4406183 ], [ 119.8424691, 30.4402434 ], [ 119.8429039, 30.4398079 ], [ 119.8442276, 30.4381594 ], [ 119.8445538, 30.437801 ], [ 119.8449055, 30.4375198 ], [ 119.8452508, 30.4372993 ], [ 119.8491325, 30.4353309 ], [ 119.8496313, 30.4351269 ], [ 119.8501493, 30.4349946 ], [ 119.8506736, 30.434967 ], [ 119.8510637, 30.4349946 ], [ 119.8514602, 30.4350828 ], [ 119.8519782, 30.4352647 ], [ 119.8541844, 30.4360808 ], [ 119.8546384, 30.4362186 ], [ 119.8550541, 30.4362792 ], [ 119.8555145, 30.4362792 ], [ 119.8558918, 30.4362241 ], [ 119.8563011, 30.4361028 ], [ 119.856704, 30.4359043 ], [ 119.8570237, 30.4356672 ], [ 119.8611164, 30.431565 ], [ 119.8638726, 30.4288301 ], [ 119.8646911, 30.4281243 ], [ 119.8654521, 30.4275453 ], [ 119.8663921, 30.4269333 ], [ 119.8674025, 30.4263598 ], [ 119.8706645, 30.4248007 ], [ 119.8719365, 30.4241927 ], [ 119.8740596, 30.4231648 ], [ 119.8746926, 30.4228583 ], [ 119.8751595, 30.4226708 ], [ 119.8756007, 30.4225715 ], [ 119.8760611, 30.4225329 ], [ 119.8765216, 30.422566 ], [ 119.8770779, 30.4226873 ], [ 119.879382, 30.4233643 ], [ 119.8794708, 30.4233904 ], [ 119.8796678, 30.4234483 ], [ 119.8801986, 30.4235696 ], [ 119.8809979, 30.4236964 ], [ 119.8817909, 30.4237792 ], [ 119.8828077, 30.4238122 ], [ 119.8838309, 30.4237736 ], [ 119.8847325, 30.4236689 ], [ 119.8857301, 30.4234704 ], [ 119.8867021, 30.4232057 ], [ 119.8877509, 30.4228197 ], [ 119.8934551, 30.4205202 ], [ 119.8949073, 30.4199106 ], [ 119.8951497, 30.4198088 ], [ 119.8963583, 30.419147 ], [ 119.8978483, 30.418204 ], [ 119.8996709, 30.4169743 ], [ 119.9010394, 30.4161636 ], [ 119.9021016, 30.4155934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8991229, 30.4175207 ], [ 119.8979807, 30.4183167 ], [ 119.8964011, 30.4192872 ], [ 119.8951893, 30.4198994 ], [ 119.894965, 30.4199961 ], [ 119.8946437, 30.4201346 ], [ 119.8934947, 30.42063 ], [ 119.8877809, 30.4229047 ], [ 119.8867321, 30.4233045 ], [ 119.8857441, 30.423583 ], [ 119.8847242, 30.4237815 ], [ 119.8838225, 30.4238863 ], [ 119.8827929, 30.4239387 ], [ 119.8817697, 30.4239111 ], [ 119.8809704, 30.4238311 ], [ 119.8801774, 30.4236988 ], [ 119.8796147, 30.4235775 ], [ 119.8794812, 30.4235413 ], [ 119.8793851, 30.4235152 ], [ 119.8770344, 30.4228771 ], [ 119.8764812, 30.422742 ], [ 119.8760464, 30.4226897 ], [ 119.8756147, 30.4227117 ], [ 119.8751927, 30.4227917 ], [ 119.874761, 30.4229543 ], [ 119.8719952, 30.4242861 ], [ 119.8674645, 30.4264559 ], [ 119.8664477, 30.4270128 ], [ 119.8655109, 30.4276194 ], [ 119.8647563, 30.4281846 ], [ 119.8639345, 30.4288931 ], [ 119.8611688, 30.431617 ], [ 119.8570601, 30.4357027 ], [ 119.8567276, 30.4359535 ], [ 119.8563279, 30.4361493 ], [ 119.8559026, 30.4362899 ], [ 119.8555157, 30.4363726 ], [ 119.8550457, 30.4363974 ], [ 119.8545885, 30.4363505 ], [ 119.8541153, 30.4362375 ], [ 119.8519091, 30.4354104 ], [ 119.8514039, 30.435223 ], [ 119.8510394, 30.435121 ], [ 119.8506749, 30.4350714 ], [ 119.8501697, 30.4350934 ], [ 119.8496677, 30.4351982 ], [ 119.8491625, 30.4354049 ], [ 119.845284, 30.4373678 ], [ 119.8449451, 30.4375718 ], [ 119.844603, 30.4378419 ], [ 119.8442864, 30.4381838 ], [ 119.8429531, 30.439835 ], [ 119.8425023, 30.4402816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8308436, 30.4396423 ], [ 119.8308266, 30.4397626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8308266, 30.4397626 ], [ 119.8308436, 30.4396423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8308436, 30.4396423 ], [ 119.8310671, 30.4396314 ], [ 119.8316938, 30.4396645 ], [ 119.8319412, 30.4397014 ], [ 119.8323972, 30.4397693 ], [ 119.8379479, 30.4409877 ], [ 119.8388879, 30.4411862 ], [ 119.8389876, 30.4411972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8389727, 30.4413206 ], [ 119.8388572, 30.4413126 ], [ 119.8378948, 30.4411196 ], [ 119.8323632, 30.4399067 ], [ 119.8316758, 30.4397909 ], [ 119.8310555, 30.4397551 ], [ 119.8308266, 30.4397626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8425023, 30.4402816 ], [ 119.8419587, 30.4406731 ], [ 119.8414887, 30.4409184 ], [ 119.8409547, 30.4411196 ], [ 119.8405007, 30.4412437 ], [ 119.8400019, 30.4413209 ], [ 119.8393336, 30.4413457 ], [ 119.8389727, 30.4413206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9137605, 30.4221706 ], [ 119.9138133, 30.422256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9137186, 30.4223006 ], [ 119.913667, 30.4222174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9138133, 30.422256 ], [ 119.9137186, 30.4223006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9137186, 30.4223006 ], [ 119.9132648, 30.4225312 ], [ 119.911893, 30.4232284 ], [ 119.9117964, 30.423244 ], [ 119.9118869, 30.4231452 ], [ 119.9132112, 30.4224549 ], [ 119.913667, 30.4222174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "X218双后线", "双后线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8256289, 30.4101601 ], [ 119.8256656, 30.4103353 ], [ 119.8257213, 30.4107184 ], [ 119.8257529, 30.411181 ], [ 119.8257156, 30.4119969 ], [ 119.8255831, 30.4123365 ], [ 119.8253089, 30.4128094 ], [ 119.8251834, 30.4130259 ], [ 119.8250164, 30.413314 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "坑深线", "X217漕雅线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8232804, 30.4072997 ], [ 119.8229141, 30.4075861 ], [ 119.82273, 30.40773 ], [ 119.8209542, 30.4091687 ], [ 119.8192143, 30.4104552 ], [ 119.8179409, 30.4114264 ], [ 119.8177195, 30.4115983 ], [ 119.8174669, 30.4117121 ], [ 119.8170146, 30.4118149 ], [ 119.8165349, 30.4119144 ], [ 119.8158494, 30.4122042 ], [ 119.8129072, 30.4134762 ], [ 119.8127335, 30.4135513 ], [ 119.812474, 30.4136635 ], [ 119.8094607, 30.4149693 ], [ 119.8086361, 30.4153361 ], [ 119.807451, 30.4158523 ], [ 119.8057472, 30.4165652 ], [ 119.8041984, 30.4172133 ], [ 119.8039599, 30.4173145 ], [ 119.8037727, 30.417394 ], [ 119.8030382, 30.4177057 ], [ 119.800711, 30.4186934 ], [ 119.7998676, 30.418874 ], [ 119.7994065, 30.4189808 ], [ 119.7990885, 30.4190545 ], [ 119.7985598, 30.4191188 ], [ 119.7983572, 30.4191435 ], [ 119.7981454, 30.4191824 ], [ 119.7980154, 30.4192181 ], [ 119.7980588, 30.4191108 ], [ 119.7980279, 30.4189654 ], [ 119.7980054, 30.4189021 ], [ 119.7979087, 30.4187947 ], [ 119.7977159, 30.418631 ], [ 119.7976341, 30.4185413 ], [ 119.7976048, 30.4184302 ], [ 119.7976123, 30.4182918 ], [ 119.7977839, 30.4180606 ], [ 119.7978654, 30.4179152 ], [ 119.7978479, 30.4178613 ], [ 119.7982382, 30.4175434 ], [ 119.7985627, 30.4173356 ], [ 119.7989638, 30.4171899 ], [ 119.7993514, 30.4170831 ], [ 119.79976, 30.4170192 ], [ 119.8000328, 30.417026 ], [ 119.8005241, 30.4171565 ], [ 119.8008204, 30.4172891 ], [ 119.8011816, 30.4172941 ], [ 119.8013918, 30.4173292 ], [ 119.8015682, 30.4174198 ], [ 119.8017078, 30.4174289 ], [ 119.8017785, 30.4173832 ], [ 119.8018909, 30.4172093 ], [ 119.8017871, 30.4168218 ], [ 119.8018259, 30.416571 ], [ 119.8019904, 30.4162965 ], [ 119.8021734, 30.4157337 ], [ 119.8022752, 30.4152899 ], [ 119.8022857, 30.4148927 ], [ 119.8022172, 30.4144915 ], [ 119.8020301, 30.4139492 ], [ 119.8018551, 30.4136884 ], [ 119.8018272, 30.4135786 ], [ 119.8017954, 30.4130261 ], [ 119.8015606, 30.412707 ], [ 119.8015168, 30.4124667 ], [ 119.8014571, 30.4118353 ], [ 119.8014452, 30.4117083 ], [ 119.8015715, 30.4109705 ], [ 119.8016826, 30.4106095 ], [ 119.8018813, 30.4101556 ], [ 119.8021063, 30.4099341 ], [ 119.8021823, 30.4098776 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "X217漕雅线", "坑深线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8021823, 30.4098776 ], [ 119.8021063, 30.4099341 ], [ 119.8018813, 30.4101556 ], [ 119.8016826, 30.4106095 ], [ 119.8015715, 30.4109705 ], [ 119.8014452, 30.4117083 ], [ 119.8014571, 30.4118353 ], [ 119.8015168, 30.4124667 ], [ 119.8015606, 30.412707 ], [ 119.8017954, 30.4130261 ], [ 119.8018272, 30.4135786 ], [ 119.8018551, 30.4136884 ], [ 119.8020301, 30.4139492 ], [ 119.8022172, 30.4144915 ], [ 119.8022857, 30.4148927 ], [ 119.8022752, 30.4152899 ], [ 119.8021734, 30.4157337 ], [ 119.8019904, 30.4162965 ], [ 119.8018259, 30.416571 ], [ 119.8017871, 30.4168218 ], [ 119.8018909, 30.4172093 ], [ 119.8017785, 30.4173832 ], [ 119.8017078, 30.4174289 ], [ 119.8015682, 30.4174198 ], [ 119.8013918, 30.4173292 ], [ 119.8011816, 30.4172941 ], [ 119.8008204, 30.4172891 ], [ 119.8005241, 30.4171565 ], [ 119.8000328, 30.417026 ], [ 119.79976, 30.4170192 ], [ 119.7993514, 30.4170831 ], [ 119.7989638, 30.4171899 ], [ 119.7985627, 30.4173356 ], [ 119.7982382, 30.4175434 ], [ 119.7978479, 30.4178613 ], [ 119.7978654, 30.4179152 ], [ 119.7977839, 30.4180606 ], [ 119.7976123, 30.4182918 ], [ 119.7976048, 30.4184302 ], [ 119.7976341, 30.4185413 ], [ 119.7977159, 30.418631 ], [ 119.7979087, 30.4187947 ], [ 119.7980054, 30.4189021 ], [ 119.7980279, 30.4189654 ], [ 119.7980588, 30.4191108 ], [ 119.7980154, 30.4192181 ], [ 119.7981454, 30.4191824 ], [ 119.7983572, 30.4191435 ], [ 119.7985598, 30.4191188 ], [ 119.7990885, 30.4190545 ], [ 119.7994065, 30.4189808 ], [ 119.7998676, 30.418874 ], [ 119.800711, 30.4186934 ], [ 119.8030382, 30.4177057 ], [ 119.8037727, 30.417394 ], [ 119.8039599, 30.4173145 ], [ 119.8041984, 30.4172133 ], [ 119.8057472, 30.4165652 ], [ 119.807451, 30.4158523 ], [ 119.8086361, 30.4153361 ], [ 119.8094607, 30.4149693 ], [ 119.812474, 30.4136635 ], [ 119.8127335, 30.4135513 ], [ 119.8129072, 30.4134762 ], [ 119.8158494, 30.4122042 ], [ 119.8165349, 30.4119144 ], [ 119.8170146, 30.4118149 ], [ 119.8174669, 30.4117121 ], [ 119.8177195, 30.4115983 ], [ 119.8179409, 30.4114264 ], [ 119.8192143, 30.4104552 ], [ 119.8209542, 30.4091687 ], [ 119.82273, 30.40773 ], [ 119.8229141, 30.4075861 ], [ 119.8232804, 30.4072997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8250164, 30.413314 ], [ 119.8240291, 30.4148434 ], [ 119.8220181, 30.4180439 ], [ 119.8212088, 30.4193563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8212088, 30.4193563 ], [ 119.8220181, 30.4180439 ], [ 119.8240291, 30.4148434 ], [ 119.8250164, 30.413314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8269904, 30.4201359 ], [ 119.8276126, 30.418725 ], [ 119.8276985, 30.4184058 ], [ 119.8277199, 30.4182022 ], [ 119.8276663, 30.4179663 ], [ 119.8263413, 30.4155376 ], [ 119.8253274, 30.4137334 ], [ 119.8250164, 30.413314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8250164, 30.413314 ], [ 119.8253274, 30.4137334 ], [ 119.8263413, 30.4155376 ], [ 119.8276663, 30.4179663 ], [ 119.8277199, 30.4182022 ], [ 119.8276985, 30.4184058 ], [ 119.8276126, 30.418725 ], [ 119.8269904, 30.4201359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8269904, 30.4201359 ], [ 119.8265585, 30.4200364 ], [ 119.8264727, 30.4200665 ], [ 119.8263708, 30.4202723 ], [ 119.8262554, 30.4203741 ], [ 119.826116, 30.4204042 ], [ 119.8257861, 30.4203348 ], [ 119.8256895, 30.4203718 ], [ 119.825381, 30.4206147 ], [ 119.8250592, 30.4208159 ], [ 119.8248365, 30.4210009 ], [ 119.8247373, 30.4210772 ], [ 119.8246166, 30.4210611 ], [ 119.8242116, 30.4208585 ], [ 119.8212088, 30.4193563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8212088, 30.4193563 ], [ 119.8242116, 30.4208585 ], [ 119.8246166, 30.4210611 ], [ 119.8247373, 30.4210772 ], [ 119.8248365, 30.4210009 ], [ 119.8250592, 30.4208159 ], [ 119.825381, 30.4206147 ], [ 119.8256895, 30.4203718 ], [ 119.8257861, 30.4203348 ], [ 119.826116, 30.4204042 ], [ 119.8262554, 30.4203741 ], [ 119.8263708, 30.4202723 ], [ 119.8264727, 30.4200665 ], [ 119.8265585, 30.4200364 ], [ 119.8269904, 30.4201359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8095328, 30.4421187 ], [ 119.8097776, 30.4416846 ], [ 119.8098866, 30.4414914 ], [ 119.810034, 30.4411775 ], [ 119.8116154, 30.4381117 ], [ 119.81178, 30.4375916 ], [ 119.8122462, 30.435306 ], [ 119.8123153, 30.4350566 ], [ 119.8123512, 30.4349268 ], [ 119.8131237, 30.4321375 ], [ 119.8133306, 30.4314161 ], [ 119.8136132, 30.4304308 ], [ 119.8136391, 30.4303403 ], [ 119.813681, 30.4301944 ], [ 119.8141567, 30.4285355 ], [ 119.8144583, 30.4279522 ], [ 119.8146686, 30.4276763 ], [ 119.8148514, 30.4273926 ], [ 119.8149245, 30.4271876 ], [ 119.8150708, 30.4269748 ], [ 119.8153359, 30.4267935 ], [ 119.8158021, 30.4262654 ], [ 119.8161677, 30.4260447 ], [ 119.8166339, 30.4258477 ], [ 119.8169082, 30.4257058 ], [ 119.81774, 30.4247599 ], [ 119.8195199, 30.4220722 ], [ 119.8197236, 30.4217646 ], [ 119.8198271, 30.4215967 ], [ 119.8198943, 30.4214877 ], [ 119.8199349, 30.4214219 ], [ 119.8212088, 30.4193563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.731592, 30.4079023 ], [ 119.7318874, 30.4076265 ], [ 119.7322154, 30.4074979 ], [ 119.7328035, 30.4074512 ], [ 119.7332616, 30.407505 ], [ 119.7339635, 30.4073413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7339635, 30.4073413 ], [ 119.7332616, 30.407505 ], [ 119.7328035, 30.4074512 ], [ 119.7322154, 30.4074979 ], [ 119.7318874, 30.4076265 ], [ 119.731592, 30.4079023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7385748, 30.4182037 ], [ 119.7388046, 30.4173599 ], [ 119.7390839, 30.4167824 ], [ 119.7391332, 30.4163715 ], [ 119.7391317, 30.4162639 ], [ 119.7391295, 30.4161113 ], [ 119.739125, 30.4157869 ], [ 119.738899, 30.4154681 ], [ 119.7382, 30.4146521 ], [ 119.7380499, 30.4143269 ], [ 119.7379611, 30.4141857 ], [ 119.7378671, 30.4140364 ], [ 119.7372858, 30.4131125 ], [ 119.7360884, 30.4118783 ], [ 119.7351425, 30.4114506 ], [ 119.7340259, 30.4107166 ], [ 119.7331613, 30.4103684 ], [ 119.7327575, 30.4100481 ], [ 119.7324702, 30.4096437 ], [ 119.7320013, 30.4094287 ], [ 119.7314104, 30.4094427 ], [ 119.7309253, 30.4092581 ], [ 119.7307654, 30.409036 ], [ 119.730741, 30.408821 ], [ 119.731012, 30.4085849 ], [ 119.7312532, 30.4084844 ], [ 119.7314592, 30.4081314 ], [ 119.731592, 30.4079023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.731592, 30.4079023 ], [ 119.7314592, 30.4081314 ], [ 119.7312532, 30.4084844 ], [ 119.731012, 30.4085849 ], [ 119.730741, 30.408821 ], [ 119.7307654, 30.409036 ], [ 119.7309253, 30.4092581 ], [ 119.7314104, 30.4094427 ], [ 119.7320013, 30.4094287 ], [ 119.7324702, 30.4096437 ], [ 119.7327575, 30.4100481 ], [ 119.7331613, 30.4103684 ], [ 119.7340259, 30.4107166 ], [ 119.7351425, 30.4114506 ], [ 119.7360884, 30.4118783 ], [ 119.7372858, 30.4131125 ], [ 119.7378671, 30.4140364 ], [ 119.7379611, 30.4141857 ], [ 119.7380499, 30.4143269 ], [ 119.7382, 30.4146521 ], [ 119.738899, 30.4154681 ], [ 119.739125, 30.4157869 ], [ 119.7391295, 30.4161113 ], [ 119.7391317, 30.4162639 ], [ 119.7391332, 30.4163715 ], [ 119.7390839, 30.4167824 ], [ 119.7388046, 30.4173599 ], [ 119.7385748, 30.4182037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7385748, 30.4182037 ], [ 119.738595, 30.4183518 ], [ 119.7388292, 30.4191666 ], [ 119.7388908, 30.4195173 ], [ 119.7387347, 30.4202542 ], [ 119.7382882, 30.4223632 ], [ 119.7382462, 30.4225619 ], [ 119.7382114, 30.4227261 ], [ 119.7381924, 30.4228858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7381924, 30.4228858 ], [ 119.7380706, 30.4226656 ], [ 119.7379347, 30.4223843 ], [ 119.7379026, 30.4222799 ], [ 119.7378828, 30.422167 ], [ 119.7378901, 30.4220521 ], [ 119.7378952, 30.4219006 ], [ 119.737894, 30.4218026 ], [ 119.7378916, 30.4217277 ], [ 119.7380537, 30.421186 ], [ 119.7382683, 30.4202862 ], [ 119.7383112, 30.4200572 ], [ 119.7382146, 30.4196316 ], [ 119.7380215, 30.419176 ], [ 119.7380054, 30.4190071 ], [ 119.7379813, 30.4188753 ], [ 119.7379893, 30.4187897 ], [ 119.7382787, 30.4185001 ], [ 119.7383998, 30.4183788 ], [ 119.7385748, 30.4182037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7385748, 30.4182037 ], [ 119.7383998, 30.4183788 ], [ 119.7382787, 30.4185001 ], [ 119.7379893, 30.4187897 ], [ 119.7379813, 30.4188753 ], [ 119.7380054, 30.4190071 ], [ 119.7380215, 30.419176 ], [ 119.7382146, 30.4196316 ], [ 119.7383112, 30.4200572 ], [ 119.7382683, 30.4202862 ], [ 119.7380537, 30.421186 ], [ 119.7378916, 30.4217277 ], [ 119.737894, 30.4218026 ], [ 119.7378952, 30.4219006 ], [ 119.7378901, 30.4220521 ], [ 119.7378828, 30.422167 ], [ 119.7379026, 30.4222799 ], [ 119.7379347, 30.4223843 ], [ 119.7380706, 30.4226656 ], [ 119.7381924, 30.4228858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7381924, 30.4228858 ], [ 119.7382114, 30.4227261 ], [ 119.7382462, 30.4225619 ], [ 119.7382882, 30.4223632 ], [ 119.7387347, 30.4202542 ], [ 119.7388908, 30.4195173 ], [ 119.7388292, 30.4191666 ], [ 119.738595, 30.4183518 ], [ 119.7385748, 30.4182037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.731592, 30.4079023 ], [ 119.7315788, 30.4077006 ], [ 119.7315842, 30.4073073 ], [ 119.7311872, 30.4067198 ], [ 119.7310638, 30.4065393 ], [ 119.7307473, 30.4063496 ], [ 119.7306025, 30.4063265 ], [ 119.7303772, 30.4064422 ], [ 119.7302324, 30.4065717 ], [ 119.7299749, 30.4067475 ], [ 119.7295886, 30.4069696 ], [ 119.7292185, 30.407002 ], [ 119.7287947, 30.4069788 ], [ 119.7284889, 30.4068586 ], [ 119.7282851, 30.4065995 ], [ 119.7282636, 30.4063959 ], [ 119.7283012, 30.4062664 ], [ 119.7284167, 30.4060298 ], [ 119.7285229, 30.4053753 ], [ 119.7285162, 30.4051853 ], [ 119.7283794, 30.4050127 ], [ 119.7281458, 30.4049781 ], [ 119.7278221, 30.405099 ], [ 119.7273316, 30.4053004 ], [ 119.7270459, 30.4053622 ], [ 119.7267965, 30.40537 ], [ 119.7265818, 30.4053484 ], [ 119.7263616, 30.4053073 ], [ 119.7259902, 30.4050443 ], [ 119.7258134, 30.4046328 ], [ 119.7255565, 30.4043622 ], [ 119.7253029, 30.4043363 ], [ 119.7249258, 30.4044687 ], [ 119.7242284, 30.404581 ], [ 119.7240516, 30.4045234 ], [ 119.7234943, 30.4041291 ], [ 119.7230358, 30.4039192 ], [ 119.7228619, 30.4038395 ], [ 119.722406, 30.4036308 ], [ 119.7220722, 30.4032556 ], [ 119.7219711, 30.4029765 ], [ 119.7222138, 30.4023832 ], [ 119.7223909, 30.4019775 ], [ 119.7220115, 30.401297 ], [ 119.7215917, 30.4007867 ], [ 119.72056, 30.4002021 ], [ 119.7201149, 30.4000843 ], [ 119.7195839, 30.3999317 ], [ 119.7193209, 30.3999753 ], [ 119.7189668, 30.4000276 ], [ 119.7186359, 30.3998455 ], [ 119.7183783, 30.3996195 ], [ 119.717916, 30.3992739 ], [ 119.7176582, 30.3991464 ], [ 119.7165455, 30.3989282 ], [ 119.7163685, 30.3987668 ], [ 119.716323, 30.3985749 ], [ 119.7162876, 30.398492 ], [ 119.7161712, 30.3985225 ], [ 119.7159436, 30.3986665 ], [ 119.7157363, 30.3987799 ], [ 119.715625, 30.3987581 ], [ 119.7155491, 30.3986752 ], [ 119.71562, 30.3984571 ], [ 119.7156503, 30.398095 ], [ 119.7156806, 30.39789 ], [ 119.7156149, 30.3977722 ], [ 119.7157059, 30.3975585 ], [ 119.7158728, 30.3974363 ], [ 119.7160347, 30.3973185 ], [ 119.71606, 30.3972138 ], [ 119.7159538, 30.3971048 ], [ 119.7156452, 30.3969303 ], [ 119.7154581, 30.3968648 ], [ 119.7154935, 30.3967296 ], [ 119.7157616, 30.3967122 ], [ 119.7160094, 30.3967252 ], [ 119.7161156, 30.3966206 ], [ 119.7160499, 30.3964722 ], [ 119.7153418, 30.396241 ], [ 119.7147248, 30.3961581 ], [ 119.7145326, 30.3962454 ], [ 119.7145123, 30.3965726 ], [ 119.7144921, 30.396782 ], [ 119.7143303, 30.3968867 ], [ 119.7144213, 30.3970393 ], [ 119.7144668, 30.3973796 ], [ 119.7138498, 30.3976981 ], [ 119.7133643, 30.3978071 ], [ 119.7129141, 30.3980209 ], [ 119.7128332, 30.3982913 ], [ 119.7129192, 30.3984876 ], [ 119.7131215, 30.398745 ], [ 119.7130659, 30.3990286 ], [ 119.7128585, 30.3991333 ], [ 119.7128787, 30.3992772 ], [ 119.7129445, 30.3994168 ], [ 119.7127219, 30.3995608 ], [ 119.7128888, 30.399696 ], [ 119.71299, 30.3998531 ], [ 119.7129194, 30.4001964 ], [ 119.7127974, 30.4004325 ], [ 119.7128272, 30.4006078 ], [ 119.7130142, 30.4009608 ], [ 119.7133205, 30.401059 ], [ 119.7136457, 30.4009795 ], [ 119.7141255, 30.4007364 ], [ 119.7146838, 30.4006686 ], [ 119.7148708, 30.4009398 ], [ 119.7150063, 30.4012414 ], [ 119.71486, 30.4014891 ], [ 119.7147705, 30.4018141 ], [ 119.7149602, 30.4026135 ], [ 119.7148166, 30.4027538 ], [ 119.7145564, 30.4028029 ], [ 119.714242, 30.4027982 ], [ 119.7140658, 30.4028263 ], [ 119.7140577, 30.4030483 ], [ 119.7141742, 30.4032213 ], [ 119.7139766, 30.4033688 ], [ 119.7138465, 30.403458 ], [ 119.7137964, 30.4035645 ], [ 119.7135562, 30.403599 ], [ 119.713396, 30.4036969 ], [ 119.7132158, 30.4037746 ], [ 119.7129789, 30.4037775 ], [ 119.7128321, 30.403717 ], [ 119.7126052, 30.4036566 ], [ 119.7123783, 30.4036537 ], [ 119.7122014, 30.4035213 ], [ 119.712068, 30.4034177 ], [ 119.711841, 30.4034523 ], [ 119.7116876, 30.4035472 ], [ 119.7115007, 30.4036652 ], [ 119.7112638, 30.4036883 ], [ 119.7110936, 30.4036393 ], [ 119.7109067, 30.403671 ], [ 119.7104518, 30.4039143 ], [ 119.7102443, 30.4041672 ], [ 119.7100387, 30.4044047 ], [ 119.710003, 30.4046854 ], [ 119.7099779, 30.4049013 ], [ 119.7100173, 30.4049893 ], [ 119.7100906, 30.4050232 ], [ 119.7102247, 30.404997 ], [ 119.710591, 30.404811 ], [ 119.7110789, 30.4046848 ], [ 119.7112415, 30.4047105 ], [ 119.7114285, 30.4047713 ], [ 119.7113255, 30.4050495 ], [ 119.7113905, 30.4051547 ], [ 119.7115288, 30.4052482 ], [ 119.7115721, 30.4055497 ], [ 119.7115233, 30.4056783 ], [ 119.7115342, 30.4058442 ], [ 119.7115279, 30.4060727 ], [ 119.7115794, 30.4062153 ], [ 119.7117718, 30.4064046 ], [ 119.7119805, 30.4068043 ], [ 119.7120076, 30.4074892 ], [ 119.7117881, 30.4082513 ], [ 119.7117366, 30.4084359 ], [ 119.7117475, 30.4085668 ], [ 119.7118233, 30.4086299 ], [ 119.7119914, 30.408644 ], [ 119.7125443, 30.4085294 ], [ 119.7128126, 30.408471 ], [ 119.7130863, 30.4085107 ], [ 119.7132029, 30.4087515 ], [ 119.7132978, 30.4088356 ], [ 119.7135607, 30.4088099 ], [ 119.7136636, 30.408838 ], [ 119.7137558, 30.4089104 ], [ 119.7137504, 30.4089969 ], [ 119.7136636, 30.4091512 ], [ 119.7135634, 30.409261 ], [ 119.7137043, 30.4095065 ], [ 119.7137422, 30.40978 ], [ 119.7137504, 30.4099389 ], [ 119.7136799, 30.4100979 ], [ 119.7136013, 30.4102638 ], [ 119.7135932, 30.4103737 ], [ 119.7136338, 30.4104344 ], [ 119.7138344, 30.4104812 ], [ 119.7141244, 30.4104485 ], [ 119.7155377, 30.4100149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7126202, 30.4285399 ], [ 119.7125408, 30.4285253 ], [ 119.7124858, 30.428457 ], [ 119.7124682, 30.4283715 ], [ 119.7123933, 30.4280925 ], [ 119.7121688, 30.427804 ], [ 119.7120367, 30.4277261 ], [ 119.7119707, 30.4276464 ], [ 119.7119464, 30.4275325 ], [ 119.7117373, 30.4272933 ], [ 119.7113609, 30.4269497 ], [ 119.7103438, 30.4260822 ], [ 119.7102711, 30.4259589 ], [ 119.7102843, 30.4258336 ], [ 119.7103614, 30.4256703 ], [ 119.7110384, 30.4244362 ], [ 119.7112155, 30.4242558 ], [ 119.7113406, 30.4241356 ], [ 119.7113907, 30.4239567 ], [ 119.7113728, 30.423838 ], [ 119.7114157, 30.4237115 ], [ 119.7115159, 30.4235759 ], [ 119.7120952, 30.422993 ], [ 119.7122258, 30.4229236 ], [ 119.7123724, 30.4228635 ], [ 119.7125441, 30.4227494 ], [ 119.7126245, 30.4226014 ], [ 119.7126531, 30.4224842 ], [ 119.7126049, 30.4224055 ], [ 119.7125369, 30.4221804 ], [ 119.7125637, 30.4220648 ], [ 119.7126049, 30.4219352 ], [ 119.7126084, 30.4217703 ], [ 119.7126746, 30.4215976 ], [ 119.712832, 30.4214495 ], [ 119.713313, 30.4212044 ], [ 119.7135132, 30.4210841 ], [ 119.7137278, 30.4209068 ], [ 119.7138458, 30.4205984 ], [ 119.714005, 30.420014 ], [ 119.7142911, 30.4197719 ], [ 119.7146237, 30.4196531 ], [ 119.7148168, 30.4195853 ], [ 119.715051, 30.4194511 ], [ 119.7153461, 30.4194588 ], [ 119.7155535, 30.4195344 ], [ 119.7157395, 30.41963 ], [ 119.7159272, 30.4196269 ], [ 119.7160756, 30.4195945 ], [ 119.7162899, 30.4194939 ], [ 119.7167258, 30.4192793 ], [ 119.7170605, 30.4191901 ], [ 119.7173929, 30.4191768 ], [ 119.7175558, 30.4191996 ], [ 119.7177363, 30.4191635 ], [ 119.7178948, 30.4190572 ], [ 119.7181392, 30.4190212 ], [ 119.7184474, 30.4191635 ], [ 119.7188084, 30.4193856 ], [ 119.719033, 30.4195527 ], [ 119.7191408, 30.4195945 ], [ 119.7192091, 30.4195698 ], [ 119.7192377, 30.4194958 ], [ 119.7192729, 30.4192755 ], [ 119.7191871, 30.4189319 ], [ 119.7189823, 30.4186396 ], [ 119.7183505, 30.4180909 ], [ 119.7179014, 30.4179675 ], [ 119.7176526, 30.4178916 ], [ 119.7174413, 30.4179485 ], [ 119.717219, 30.4179827 ], [ 119.7170208, 30.4179979 ], [ 119.7167765, 30.4180833 ], [ 119.7166136, 30.4181118 ], [ 119.7164132, 30.4180814 ], [ 119.7154644, 30.4182029 ], [ 119.714815, 30.4182048 ], [ 119.7145024, 30.4181536 ], [ 119.7142756, 30.4180264 ], [ 119.7137649, 30.4179751 ], [ 119.7132717, 30.4179409 ], [ 119.713045, 30.4179808 ], [ 119.7128667, 30.4181213 ], [ 119.7123449, 30.4186149 ], [ 119.712138, 30.4187041 ], [ 119.7120521, 30.4187895 ], [ 119.7120301, 30.4188807 ], [ 119.7120279, 30.4190572 ], [ 119.7120962, 30.4191635 ], [ 119.7120301, 30.4192167 ], [ 119.7119134, 30.4192452 ], [ 119.711821, 30.419192 ], [ 119.7117615, 30.4190857 ], [ 119.7117615, 30.4187497 ], [ 119.7118276, 30.4185067 ], [ 119.7117968, 30.4183396 ], [ 119.7117461, 30.4181023 ], [ 119.7116801, 30.4179447 ], [ 119.7118122, 30.4176505 ], [ 119.7119553, 30.4175138 ], [ 119.7119421, 30.4172974 ], [ 119.712094, 30.4170601 ], [ 119.7123251, 30.4168835 ], [ 119.7125937, 30.416874 ], [ 119.7127786, 30.4168892 ], [ 119.713023, 30.4168114 ], [ 119.7132321, 30.4166842 ], [ 119.7135139, 30.4165228 ], [ 119.7137429, 30.4164905 ], [ 119.7139102, 30.4163956 ], [ 119.7141457, 30.4163349 ], [ 119.7142514, 30.4163861 ], [ 119.714335, 30.4165209 ], [ 119.7144209, 30.4166538 ], [ 119.7145288, 30.4167316 ], [ 119.7147027, 30.416762 ], [ 119.7148832, 30.4166823 ], [ 119.7149537, 30.4164886 ], [ 119.7149404, 30.4162874 ], [ 119.7150219, 30.4160691 ], [ 119.715141, 30.4159186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.715141, 30.4159186 ], [ 119.7150219, 30.4160691 ], [ 119.7149404, 30.4162874 ], [ 119.7149537, 30.4164886 ], [ 119.7148832, 30.4166823 ], [ 119.7147027, 30.416762 ], [ 119.7145288, 30.4167316 ], [ 119.7144209, 30.4166538 ], [ 119.714335, 30.4165209 ], [ 119.7142514, 30.4163861 ], [ 119.7141457, 30.4163349 ], [ 119.7139102, 30.4163956 ], [ 119.7137429, 30.4164905 ], [ 119.7135139, 30.4165228 ], [ 119.7132321, 30.4166842 ], [ 119.713023, 30.4168114 ], [ 119.7127786, 30.4168892 ], [ 119.7125937, 30.416874 ], [ 119.7123251, 30.4168835 ], [ 119.712094, 30.4170601 ], [ 119.7119421, 30.4172974 ], [ 119.7119553, 30.4175138 ], [ 119.7118122, 30.4176505 ], [ 119.7116801, 30.4179447 ], [ 119.7117461, 30.4181023 ], [ 119.7117968, 30.4183396 ], [ 119.7118276, 30.4185067 ], [ 119.7117615, 30.4187497 ], [ 119.7117615, 30.4190857 ], [ 119.711821, 30.419192 ], [ 119.7119134, 30.4192452 ], [ 119.7120301, 30.4192167 ], [ 119.7120962, 30.4191635 ], [ 119.7120279, 30.4190572 ], [ 119.7120301, 30.4188807 ], [ 119.7120521, 30.4187895 ], [ 119.712138, 30.4187041 ], [ 119.7123449, 30.4186149 ], [ 119.7128667, 30.4181213 ], [ 119.713045, 30.4179808 ], [ 119.7132717, 30.4179409 ], [ 119.7137649, 30.4179751 ], [ 119.7142756, 30.4180264 ], [ 119.7145024, 30.4181536 ], [ 119.714815, 30.4182048 ], [ 119.7154644, 30.4182029 ], [ 119.7164132, 30.4180814 ], [ 119.7166136, 30.4181118 ], [ 119.7167765, 30.4180833 ], [ 119.7170208, 30.4179979 ], [ 119.717219, 30.4179827 ], [ 119.7174413, 30.4179485 ], [ 119.7176526, 30.4178916 ], [ 119.7179014, 30.4179675 ], [ 119.7183505, 30.4180909 ], [ 119.7189823, 30.4186396 ], [ 119.7191871, 30.4189319 ], [ 119.7192729, 30.4192755 ], [ 119.7192377, 30.4194958 ], [ 119.7192091, 30.4195698 ], [ 119.7191408, 30.4195945 ], [ 119.719033, 30.4195527 ], [ 119.7188084, 30.4193856 ], [ 119.7184474, 30.4191635 ], [ 119.7181392, 30.4190212 ], [ 119.7178948, 30.4190572 ], [ 119.7177363, 30.4191635 ], [ 119.7175558, 30.4191996 ], [ 119.7173929, 30.4191768 ], [ 119.7170605, 30.4191901 ], [ 119.7167258, 30.4192793 ], [ 119.7162899, 30.4194939 ], [ 119.7160756, 30.4195945 ], [ 119.7159272, 30.4196269 ], [ 119.7157395, 30.41963 ], [ 119.7155535, 30.4195344 ], [ 119.7153461, 30.4194588 ], [ 119.715051, 30.4194511 ], [ 119.7148168, 30.4195853 ], [ 119.7146237, 30.4196531 ], [ 119.7142911, 30.4197719 ], [ 119.714005, 30.420014 ], [ 119.7138458, 30.4205984 ], [ 119.7137278, 30.4209068 ], [ 119.7135132, 30.4210841 ], [ 119.713313, 30.4212044 ], [ 119.712832, 30.4214495 ], [ 119.7126746, 30.4215976 ], [ 119.7126084, 30.4217703 ], [ 119.7126049, 30.4219352 ], [ 119.7125637, 30.4220648 ], [ 119.7125369, 30.4221804 ], [ 119.7126049, 30.4224055 ], [ 119.7126531, 30.4224842 ], [ 119.7126245, 30.4226014 ], [ 119.7125441, 30.4227494 ], [ 119.7123724, 30.4228635 ], [ 119.7122258, 30.4229236 ], [ 119.7120952, 30.422993 ], [ 119.7115159, 30.4235759 ], [ 119.7114157, 30.4237115 ], [ 119.7113728, 30.423838 ], [ 119.7113907, 30.4239567 ], [ 119.7113406, 30.4241356 ], [ 119.7112155, 30.4242558 ], [ 119.7110384, 30.4244362 ], [ 119.7103614, 30.4256703 ], [ 119.7102843, 30.4258336 ], [ 119.7102711, 30.4259589 ], [ 119.7103438, 30.4260822 ], [ 119.7113609, 30.4269497 ], [ 119.7117373, 30.4272933 ], [ 119.7119464, 30.4275325 ], [ 119.7119707, 30.4276464 ], [ 119.7120367, 30.4277261 ], [ 119.7121688, 30.427804 ], [ 119.7123933, 30.4280925 ], [ 119.7124682, 30.4283715 ], [ 119.7124858, 30.428457 ], [ 119.7125408, 30.4285253 ], [ 119.7126202, 30.4285399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7126202, 30.4285399 ], [ 119.7125687, 30.4284978 ], [ 119.7125308, 30.4284066 ], [ 119.7125335, 30.4282781 ], [ 119.7124576, 30.4280164 ], [ 119.7119671, 30.4270909 ], [ 119.7119562, 30.4269764 ], [ 119.7120131, 30.4268572 ], [ 119.7120782, 30.4267824 ], [ 119.7122001, 30.4266913 ], [ 119.7124007, 30.4266562 ], [ 119.7132328, 30.4265604 ], [ 119.7133574, 30.426516 ], [ 119.7134306, 30.4264506 ], [ 119.7134631, 30.4263641 ], [ 119.7134713, 30.4262402 ], [ 119.7135065, 30.4261023 ], [ 119.7135987, 30.4259645 ], [ 119.7138128, 30.4256419 ], [ 119.7138101, 30.425497 ], [ 119.7137992, 30.4253989 ], [ 119.7137044, 30.4250997 ], [ 119.7137288, 30.4249291 ], [ 119.7136556, 30.4247281 ], [ 119.7135851, 30.4245973 ], [ 119.7135553, 30.4244383 ], [ 119.7136203, 30.4242888 ], [ 119.7138534, 30.4240948 ], [ 119.7141976, 30.4239265 ], [ 119.7144904, 30.4237653 ], [ 119.7146448, 30.423597 ], [ 119.7148129, 30.4234451 ], [ 119.7148777, 30.4233627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7148777, 30.4233627 ], [ 119.7148129, 30.4234451 ], [ 119.7146448, 30.423597 ], [ 119.7144904, 30.4237653 ], [ 119.7141976, 30.4239265 ], [ 119.7138534, 30.4240948 ], [ 119.7136203, 30.4242888 ], [ 119.7135553, 30.4244383 ], [ 119.7135851, 30.4245973 ], [ 119.7136556, 30.4247281 ], [ 119.7137288, 30.4249291 ], [ 119.7137044, 30.4250997 ], [ 119.7137992, 30.4253989 ], [ 119.7138101, 30.425497 ], [ 119.7138128, 30.4256419 ], [ 119.7135987, 30.4259645 ], [ 119.7135065, 30.4261023 ], [ 119.7134713, 30.4262402 ], [ 119.7134631, 30.4263641 ], [ 119.7134306, 30.4264506 ], [ 119.7133574, 30.426516 ], [ 119.7132328, 30.4265604 ], [ 119.7124007, 30.4266562 ], [ 119.7122001, 30.4266913 ], [ 119.7120782, 30.4267824 ], [ 119.7120131, 30.4268572 ], [ 119.7119562, 30.4269764 ], [ 119.7119671, 30.4270909 ], [ 119.7124576, 30.4280164 ], [ 119.7125335, 30.4282781 ], [ 119.7125308, 30.4284066 ], [ 119.7125687, 30.4284978 ], [ 119.7126202, 30.4285399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7143737, 30.4329146 ], [ 119.7141823, 30.4328776 ], [ 119.7138086, 30.4327682 ], [ 119.7126519, 30.432231 ], [ 119.7123922, 30.4320924 ], [ 119.712194, 30.4319311 ], [ 119.7120311, 30.4317374 ], [ 119.7117278, 30.4314056 ], [ 119.711152, 30.4310865 ], [ 119.7108123, 30.4309693 ], [ 119.7104403, 30.4308891 ], [ 119.7102007, 30.4308968 ], [ 119.7097787, 30.4309462 ], [ 119.7094765, 30.4309693 ], [ 119.7091564, 30.4309493 ], [ 119.7086933, 30.4308136 ], [ 119.7081318, 30.4305176 ], [ 119.7076616, 30.4302231 ], [ 119.7076467, 30.4302101 ], [ 119.7072957, 30.4299017 ], [ 119.706637, 30.4292533 ], [ 119.7063526, 30.4290636 ], [ 119.7061542, 30.4290035 ], [ 119.7054264, 30.4289264 ], [ 119.7049651, 30.429042 ], [ 119.7045466, 30.4292702 ], [ 119.7043446, 30.4293612 ], [ 119.7041318, 30.4293874 ], [ 119.7039279, 30.4293797 ], [ 119.703519, 30.4293244 ], [ 119.7034159, 30.4292681 ], [ 119.703352, 30.4291954 ], [ 119.7033142, 30.4291015 ], [ 119.7033375, 30.4290113 ], [ 119.7033883, 30.4287471 ], [ 119.7033796, 30.4286181 ], [ 119.7033012, 30.4284979 ], [ 119.7031916, 30.4283678 ], [ 119.7029308, 30.4280583 ], [ 119.7024922, 30.427744 ], [ 119.70236, 30.4275836 ], [ 119.7023208, 30.4274346 ], [ 119.7020782, 30.4270877 ], [ 119.7018807, 30.4268573 ], [ 119.7013142, 30.4263914 ], [ 119.7008727, 30.4261559 ], [ 119.6998037, 30.4258942 ], [ 119.6996048, 30.4258591 ], [ 119.6993317, 30.4259105 ], [ 119.6991923, 30.426047 ], [ 119.6990853, 30.4261365 ], [ 119.69899, 30.4262161 ], [ 119.6988748, 30.4262071 ], [ 119.6987918, 30.4261294 ], [ 119.6986838, 30.4260872 ], [ 119.6984347, 30.4262377 ], [ 119.6982833, 30.4263948 ], [ 119.6981622, 30.426538 ], [ 119.6980364, 30.4266078 ], [ 119.6979251, 30.4265906 ], [ 119.6976563, 30.426525 ], [ 119.6975401, 30.4264186 ], [ 119.6975347, 30.4262644 ], [ 119.697617, 30.4260239 ], [ 119.69776, 30.4258974 ], [ 119.6977904, 30.4257417 ], [ 119.6977099, 30.4256076 ], [ 119.6974113, 30.4254534 ], [ 119.6971091, 30.4253562 ], [ 119.6966675, 30.4251157 ], [ 119.6965119, 30.4249523 ], [ 119.6963742, 30.4247796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.6963742, 30.4247796 ], [ 119.6965119, 30.4249523 ], [ 119.6966675, 30.4251157 ], [ 119.6971091, 30.4253562 ], [ 119.6974113, 30.4254534 ], [ 119.6977099, 30.4256076 ], [ 119.6977904, 30.4257417 ], [ 119.69776, 30.4258974 ], [ 119.697617, 30.4260239 ], [ 119.6975347, 30.4262644 ], [ 119.6975401, 30.4264186 ], [ 119.6976563, 30.426525 ], [ 119.6979251, 30.4265906 ], [ 119.6980364, 30.4266078 ], [ 119.6981622, 30.426538 ], [ 119.6982833, 30.4263948 ], [ 119.6984347, 30.4262377 ], [ 119.6986838, 30.4260872 ], [ 119.6987918, 30.4261294 ], [ 119.6988748, 30.4262071 ], [ 119.69899, 30.4262161 ], [ 119.6990853, 30.4261365 ], [ 119.6991923, 30.426047 ], [ 119.6993317, 30.4259105 ], [ 119.6996048, 30.4258591 ], [ 119.6998037, 30.4258942 ], [ 119.7008727, 30.4261559 ], [ 119.7013142, 30.4263914 ], [ 119.7018807, 30.4268573 ], [ 119.7020782, 30.4270877 ], [ 119.7023208, 30.4274346 ], [ 119.70236, 30.4275836 ], [ 119.7024922, 30.427744 ], [ 119.7029308, 30.4280583 ], [ 119.7031916, 30.4283678 ], [ 119.7033012, 30.4284979 ], [ 119.7033796, 30.4286181 ], [ 119.7033883, 30.4287471 ], [ 119.7033375, 30.4290113 ], [ 119.7033142, 30.4291015 ], [ 119.703352, 30.4291954 ], [ 119.7034159, 30.4292681 ], [ 119.703519, 30.4293244 ], [ 119.7039279, 30.4293797 ], [ 119.7041318, 30.4293874 ], [ 119.7043446, 30.4293612 ], [ 119.7045466, 30.4292702 ], [ 119.7049651, 30.429042 ], [ 119.7054264, 30.4289264 ], [ 119.7061542, 30.4290035 ], [ 119.7063526, 30.4290636 ], [ 119.706637, 30.4292533 ], [ 119.7072957, 30.4299017 ], [ 119.7076467, 30.4302101 ], [ 119.7076616, 30.4302231 ], [ 119.7081318, 30.4305176 ], [ 119.7086933, 30.4308136 ], [ 119.7091564, 30.4309493 ], [ 119.7094765, 30.4309693 ], [ 119.7097787, 30.4309462 ], [ 119.7102007, 30.4308968 ], [ 119.7104403, 30.4308891 ], [ 119.7108123, 30.4309693 ], [ 119.711152, 30.4310865 ], [ 119.7117278, 30.4314056 ], [ 119.7120311, 30.4317374 ], [ 119.712194, 30.4319311 ], [ 119.7123922, 30.4320924 ], [ 119.7126519, 30.432231 ], [ 119.7138086, 30.4327682 ], [ 119.7141823, 30.4328776 ], [ 119.7143737, 30.4329146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7126202, 30.4285399 ], [ 119.7127178, 30.4285445 ], [ 119.7127747, 30.4284931 ], [ 119.7127883, 30.4284183 ], [ 119.712791, 30.4283482 ], [ 119.7124603, 30.4272545 ], [ 119.712482, 30.4271727 ], [ 119.7125172, 30.427119 ], [ 119.7126121, 30.4271119 ], [ 119.7126663, 30.42714 ], [ 119.7136041, 30.4283856 ], [ 119.7136827, 30.4285445 ], [ 119.7137694, 30.428818 ], [ 119.7139483, 30.4291475 ], [ 119.7141001, 30.4292316 ], [ 119.7142844, 30.4293087 ], [ 119.714363, 30.4294116 ], [ 119.7145988, 30.4297084 ], [ 119.7149782, 30.4300285 ], [ 119.7159079, 30.4304188 ], [ 119.7162846, 30.4306291 ], [ 119.7163632, 30.4307319 ], [ 119.7164228, 30.4309049 ], [ 119.7163442, 30.4311199 ], [ 119.7159756, 30.4314073 ], [ 119.7157723, 30.4315919 ], [ 119.7155907, 30.4316807 ], [ 119.7152086, 30.4318139 ], [ 119.7150189, 30.4319892 ], [ 119.7145283, 30.4325337 ], [ 119.7143847, 30.4327884 ], [ 119.7143737, 30.4329146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7143737, 30.4329146 ], [ 119.7143847, 30.4327884 ], [ 119.7145283, 30.4325337 ], [ 119.7150189, 30.4319892 ], [ 119.7152086, 30.4318139 ], [ 119.7155907, 30.4316807 ], [ 119.7157723, 30.4315919 ], [ 119.7159756, 30.4314073 ], [ 119.7163442, 30.4311199 ], [ 119.7164228, 30.4309049 ], [ 119.7163632, 30.4307319 ], [ 119.7162846, 30.4306291 ], [ 119.7159079, 30.4304188 ], [ 119.7149782, 30.4300285 ], [ 119.7145988, 30.4297084 ], [ 119.714363, 30.4294116 ], [ 119.7142844, 30.4293087 ], [ 119.7141001, 30.4292316 ], [ 119.7139483, 30.4291475 ], [ 119.7137694, 30.428818 ], [ 119.7136827, 30.4285445 ], [ 119.7136041, 30.4283856 ], [ 119.7126663, 30.42714 ], [ 119.7126121, 30.4271119 ], [ 119.7125172, 30.427119 ], [ 119.712482, 30.4271727 ], [ 119.7124603, 30.4272545 ], [ 119.712791, 30.4283482 ], [ 119.7127883, 30.4284183 ], [ 119.7127747, 30.4284931 ], [ 119.7127178, 30.4285445 ], [ 119.7126202, 30.4285399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7143737, 30.4329146 ], [ 119.7144613, 30.433001 ], [ 119.7144917, 30.4330842 ], [ 119.7144881, 30.4331598 ], [ 119.7144354, 30.4333576 ], [ 119.7143944, 30.4335113 ], [ 119.7142825, 30.4339306 ], [ 119.7142932, 30.4340016 ], [ 119.7145096, 30.4346029 ], [ 119.7145292, 30.4347354 ], [ 119.7144792, 30.4349266 ], [ 119.7144698, 30.4349773 ], [ 119.7143248, 30.4354048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7897418, 30.4181951 ], [ 119.78955, 30.4182941 ], [ 119.7893606, 30.4183919 ], [ 119.7887961, 30.4186833 ], [ 119.7880492, 30.4191119 ], [ 119.78791, 30.41964 ], [ 119.7877781, 30.4200098 ], [ 119.7875, 30.42026 ], [ 119.7870332, 30.420603 ], [ 119.7869087, 30.4206819 ], [ 119.7868226, 30.4207221 ], [ 119.7867128, 30.4207638 ], [ 119.7861868, 30.4209716 ], [ 119.7861197, 30.4209891 ], [ 119.786056, 30.4210012 ], [ 119.7859849, 30.4209971 ], [ 119.7858734, 30.4209858 ], [ 119.7854648, 30.4209038 ], [ 119.7852398, 30.4208525 ], [ 119.785163, 30.420819 ], [ 119.7850942, 30.4207727 ], [ 119.7850254, 30.4207265 ], [ 119.784953, 30.4206949 ], [ 119.7848798, 30.4206852 ], [ 119.78475, 30.4206827 ], [ 119.7845689, 30.4206796 ], [ 119.7843742, 30.420689 ], [ 119.7842144, 30.4207252 ], [ 119.7840612, 30.4207793 ], [ 119.7839333, 30.4208342 ], [ 119.7838635, 30.4208754 ], [ 119.7838091, 30.4209312 ], [ 119.7837, 30.42108 ], [ 119.78348, 30.42144 ], [ 119.78327, 30.42185 ], [ 119.7830047, 30.4222232 ], [ 119.7829515, 30.4222972 ], [ 119.7829124, 30.4223761 ], [ 119.7828986, 30.4224387 ], [ 119.7829008, 30.4225081 ], [ 119.7829094, 30.4226047 ], [ 119.7829309, 30.4227016 ], [ 119.7829293, 30.4227595 ], [ 119.782908, 30.4228219 ], [ 119.7828605, 30.4228647 ], [ 119.7827909, 30.422951 ], [ 119.7827539, 30.4230189 ], [ 119.7827436, 30.4230916 ], [ 119.7827471, 30.4231449 ], [ 119.7827734, 30.4232235 ], [ 119.7828029, 30.4232748 ], [ 119.7828447, 30.4233254 ], [ 119.7830782, 30.4235771 ], [ 119.7831367, 30.4236569 ], [ 119.7831637, 30.4237368 ], [ 119.7831694, 30.4237941 ], [ 119.7831637, 30.4238533 ], [ 119.7831469, 30.4239106 ], [ 119.7831196, 30.423992 ], [ 119.7830647, 30.4240755 ], [ 119.7830139, 30.4241387 ], [ 119.7829224, 30.4242447 ], [ 119.7829053, 30.4242913 ], [ 119.7829008, 30.4243391 ], [ 119.7829064, 30.4243916 ], [ 119.7829228, 30.4244656 ], [ 119.7829646, 30.4245396 ], [ 119.7831133, 30.4248216 ], [ 119.7831462, 30.4249039 ], [ 119.7832117, 30.4251644 ], [ 119.7832189, 30.4252671 ], [ 119.7832199, 30.4253697 ], [ 119.7832183, 30.4254233 ], [ 119.7831988, 30.4254825 ], [ 119.7831763, 30.4255401 ], [ 119.7831472, 30.4255817 ], [ 119.7830967, 30.4256193 ], [ 119.7830449, 30.4256373 ], [ 119.782982, 30.4256431 ], [ 119.7829181, 30.4256304 ], [ 119.7828579, 30.4255971 ], [ 119.7828009, 30.4255259 ], [ 119.7827373, 30.4254396 ], [ 119.7826598, 30.4253742 ], [ 119.78258, 30.42531 ], [ 119.7817909, 30.424832 ], [ 119.7817229, 30.4247695 ], [ 119.7816953, 30.4247129 ], [ 119.7816804, 30.4246641 ], [ 119.7816737, 30.424599 ], [ 119.7816773, 30.4245297 ], [ 119.7816808, 30.4244597 ], [ 119.7816835, 30.4244296 ], [ 119.7816809, 30.4243969 ], [ 119.7816612, 30.4243332 ], [ 119.7816031, 30.4242365 ], [ 119.7814342, 30.424005 ], [ 119.7813734, 30.4239249 ], [ 119.7812989, 30.4238436 ], [ 119.7809103, 30.4234885 ], [ 119.7808492, 30.4234383 ], [ 119.7807903, 30.423414 ], [ 119.7807276, 30.4234017 ], [ 119.7806432, 30.4234061 ], [ 119.7805291, 30.4234149 ], [ 119.7803429, 30.4234372 ], [ 119.7802402, 30.4234538 ], [ 119.7801596, 30.4234717 ], [ 119.7800839, 30.4234987 ], [ 119.7799718, 30.4235538 ], [ 119.7795288, 30.4237726 ], [ 119.7793613, 30.4238553 ], [ 119.77921, 30.42393 ], [ 119.7791474, 30.4239634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7791474, 30.4239634 ], [ 119.77921, 30.42393 ], [ 119.7793613, 30.4238553 ], [ 119.7795288, 30.4237726 ], [ 119.7799718, 30.4235538 ], [ 119.7800839, 30.4234987 ], [ 119.7801596, 30.4234717 ], [ 119.7802402, 30.4234538 ], [ 119.7803429, 30.4234372 ], [ 119.7805291, 30.4234149 ], [ 119.7806432, 30.4234061 ], [ 119.7807276, 30.4234017 ], [ 119.7807903, 30.423414 ], [ 119.7808492, 30.4234383 ], [ 119.7809103, 30.4234885 ], [ 119.7812989, 30.4238436 ], [ 119.7813734, 30.4239249 ], [ 119.7814342, 30.424005 ], [ 119.7816031, 30.4242365 ], [ 119.7816612, 30.4243332 ], [ 119.7816809, 30.4243969 ], [ 119.7816835, 30.4244296 ], [ 119.7816808, 30.4244597 ], [ 119.7816773, 30.4245297 ], [ 119.7816737, 30.424599 ], [ 119.7816804, 30.4246641 ], [ 119.7816953, 30.4247129 ], [ 119.7817229, 30.4247695 ], [ 119.7817909, 30.424832 ], [ 119.78258, 30.42531 ], [ 119.7826598, 30.4253742 ], [ 119.7827373, 30.4254396 ], [ 119.7828009, 30.4255259 ], [ 119.7828579, 30.4255971 ], [ 119.7829181, 30.4256304 ], [ 119.782982, 30.4256431 ], [ 119.7830449, 30.4256373 ], [ 119.7830967, 30.4256193 ], [ 119.7831472, 30.4255817 ], [ 119.7831763, 30.4255401 ], [ 119.7831988, 30.4254825 ], [ 119.7832183, 30.4254233 ], [ 119.7832199, 30.4253697 ], [ 119.7832189, 30.4252671 ], [ 119.7832117, 30.4251644 ], [ 119.7831462, 30.4249039 ], [ 119.7831133, 30.4248216 ], [ 119.7829646, 30.4245396 ], [ 119.7829228, 30.4244656 ], [ 119.7829064, 30.4243916 ], [ 119.7829008, 30.4243391 ], [ 119.7829053, 30.4242913 ], [ 119.7829224, 30.4242447 ], [ 119.7830139, 30.4241387 ], [ 119.7830647, 30.4240755 ], [ 119.7831196, 30.423992 ], [ 119.7831469, 30.4239106 ], [ 119.7831637, 30.4238533 ], [ 119.7831694, 30.4237941 ], [ 119.7831637, 30.4237368 ], [ 119.7831367, 30.4236569 ], [ 119.7830782, 30.4235771 ], [ 119.7828447, 30.4233254 ], [ 119.7828029, 30.4232748 ], [ 119.7827734, 30.4232235 ], [ 119.7827471, 30.4231449 ], [ 119.7827436, 30.4230916 ], [ 119.7827539, 30.4230189 ], [ 119.7827909, 30.422951 ], [ 119.7828605, 30.4228647 ], [ 119.782908, 30.4228219 ], [ 119.7829293, 30.4227595 ], [ 119.7829309, 30.4227016 ], [ 119.7829094, 30.4226047 ], [ 119.7829008, 30.4225081 ], [ 119.7828986, 30.4224387 ], [ 119.7829124, 30.4223761 ], [ 119.7829515, 30.4222972 ], [ 119.7830047, 30.4222232 ], [ 119.78327, 30.42185 ], [ 119.78348, 30.42144 ], [ 119.7837, 30.42108 ], [ 119.7838091, 30.4209312 ], [ 119.7838635, 30.4208754 ], [ 119.7839333, 30.4208342 ], [ 119.7840612, 30.4207793 ], [ 119.7842144, 30.4207252 ], [ 119.7843742, 30.420689 ], [ 119.7845689, 30.4206796 ], [ 119.78475, 30.4206827 ], [ 119.7848798, 30.4206852 ], [ 119.784953, 30.4206949 ], [ 119.7850254, 30.4207265 ], [ 119.7850942, 30.4207727 ], [ 119.785163, 30.420819 ], [ 119.7852398, 30.4208525 ], [ 119.7854648, 30.4209038 ], [ 119.7858734, 30.4209858 ], [ 119.7859849, 30.4209971 ], [ 119.786056, 30.4210012 ], [ 119.7861197, 30.4209891 ], [ 119.7861868, 30.4209716 ], [ 119.7867128, 30.4207638 ], [ 119.7868226, 30.4207221 ], [ 119.7869087, 30.4206819 ], [ 119.7870332, 30.420603 ], [ 119.7875, 30.42026 ], [ 119.7877781, 30.4200098 ], [ 119.78791, 30.41964 ], [ 119.7880492, 30.4191119 ], [ 119.7887961, 30.4186833 ], [ 119.7893606, 30.4183919 ], [ 119.78955, 30.4182941 ], [ 119.7897418, 30.4181951 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7791474, 30.4239634 ], [ 119.7788279, 30.4241339 ], [ 119.7787117, 30.4242194 ], [ 119.77855, 30.42436 ], [ 119.7781825, 30.4248194 ], [ 119.7780925, 30.42492 ], [ 119.7780154, 30.4249807 ], [ 119.7779382, 30.4250284 ], [ 119.7778428, 30.4250525 ], [ 119.7777505, 30.425057 ], [ 119.7776326, 30.4250483 ], [ 119.7774865, 30.4250194 ], [ 119.777195, 30.424929 ], [ 119.7769275, 30.42477 ], [ 119.7767713, 30.42464 ], [ 119.7765671, 30.4244574 ], [ 119.7764648, 30.4244088 ], [ 119.7760851, 30.4242954 ], [ 119.7758144, 30.4241387 ], [ 119.77548, 30.42395 ], [ 119.7752416, 30.423876 ], [ 119.7748318, 30.4237823 ], [ 119.774546, 30.423682 ], [ 119.7740516, 30.4234754 ], [ 119.7736139, 30.4232527 ], [ 119.773478, 30.4231667 ], [ 119.773374, 30.4231174 ], [ 119.7733016, 30.4231091 ], [ 119.7732479, 30.4231354 ], [ 119.7732084, 30.4231815 ], [ 119.7731748, 30.4232607 ], [ 119.7731453, 30.423354 ], [ 119.7731106, 30.4234831 ], [ 119.7731154, 30.4235861 ], [ 119.7731399, 30.4236896 ], [ 119.7733082, 30.4240756 ], [ 119.7734288, 30.4243632 ], [ 119.7734698, 30.4244502 ], [ 119.7734909, 30.4245016 ], [ 119.7734821, 30.4245853 ], [ 119.7734297, 30.4246298 ], [ 119.7733639, 30.4246608 ], [ 119.773287, 30.4246781 ], [ 119.7731787, 30.4246897 ], [ 119.7730204, 30.4247011 ], [ 119.772893, 30.4247277 ], [ 119.7728219, 30.4247586 ], [ 119.772756, 30.4248169 ], [ 119.7726739, 30.424909 ], [ 119.7722104, 30.425421 ], [ 119.7720191, 30.4256203 ], [ 119.7718768, 30.4257289 ], [ 119.7717562, 30.4258029 ], [ 119.7716195, 30.4258906 ], [ 119.7714803, 30.4259484 ], [ 119.771342, 30.4259841 ], [ 119.7711995, 30.4260169 ], [ 119.7710909, 30.4260186 ], [ 119.7709863, 30.4260106 ], [ 119.7708143, 30.426002 ], [ 119.7706837, 30.4260122 ], [ 119.7705072, 30.4260246 ], [ 119.770399, 30.4260307 ], [ 119.7703167, 30.4260249 ], [ 119.7702282, 30.426011 ], [ 119.7701033, 30.4259655 ], [ 119.7697988, 30.4258432 ], [ 119.7697083, 30.425765 ], [ 119.7696695, 30.425706 ], [ 119.7696399, 30.4256133 ], [ 119.7696022, 30.4254801 ], [ 119.7695689, 30.4254063 ], [ 119.7695282, 30.4253517 ], [ 119.7694773, 30.4253123 ], [ 119.7694084, 30.4252849 ], [ 119.7693109, 30.4252524 ], [ 119.7692195, 30.4252085 ], [ 119.7691574, 30.4251708 ], [ 119.7690856, 30.4251154 ], [ 119.7689904, 30.4250204 ], [ 119.7686809, 30.4246777 ], [ 119.7686226, 30.424482 ], [ 119.768359, 30.4237745 ], [ 119.7682774, 30.42357 ], [ 119.7682492, 30.4235137 ], [ 119.768204, 30.4234673 ], [ 119.7681305, 30.4234319 ], [ 119.7680482, 30.4234213 ], [ 119.7679338, 30.4234251 ], [ 119.767825, 30.4234417 ], [ 119.7676675, 30.4234787 ], [ 119.7675486, 30.4235266 ], [ 119.7674628, 30.4235825 ], [ 119.7673681, 30.4236694 ], [ 119.7673174, 30.4237507 ], [ 119.7672754, 30.423829 ], [ 119.7672342, 30.4243829 ], [ 119.7672037, 30.424506 ], [ 119.7671514, 30.424647 ], [ 119.7669314, 30.4251201 ], [ 119.7668589, 30.4252259 ], [ 119.7667497, 30.4253037 ], [ 119.7665857, 30.4253747 ], [ 119.7661116, 30.4255173 ], [ 119.76587, 30.4255899 ], [ 119.76565, 30.42563 ], [ 119.7654985, 30.4256373 ], [ 119.7653595, 30.4256052 ], [ 119.7652082, 30.4255593 ], [ 119.7640986, 30.4251453 ], [ 119.7638541, 30.42507 ], [ 119.7635259, 30.4250509 ], [ 119.763218, 30.4250248 ], [ 119.7630157, 30.4249732 ], [ 119.7628681, 30.4249355 ], [ 119.7623994, 30.4248312 ], [ 119.762034, 30.4247851 ], [ 119.7618115, 30.4247666 ], [ 119.7616237, 30.4247634 ], [ 119.7614549, 30.4247666 ], [ 119.7612622, 30.42479 ], [ 119.7611, 30.4248223 ], [ 119.7609197, 30.424874 ], [ 119.7607398, 30.4249669 ], [ 119.76059, 30.42505 ], [ 119.7604674, 30.4251792 ], [ 119.7603988, 30.4252895 ], [ 119.7603657, 30.4253731 ], [ 119.7602732, 30.4255941 ], [ 119.7602195, 30.4256794 ], [ 119.7601667, 30.4257382 ], [ 119.7600899, 30.4258004 ], [ 119.7599598, 30.4258747 ], [ 119.7593517, 30.4261722 ], [ 119.7592085, 30.4262278 ], [ 119.7591068, 30.4262588 ], [ 119.7590167, 30.4262821 ], [ 119.7588811, 30.4263119 ], [ 119.7587598, 30.4263247 ], [ 119.7586099, 30.4263279 ], [ 119.7584396, 30.4263253 ], [ 119.7583071, 30.4263206 ], [ 119.7581588, 30.426299 ], [ 119.7573255, 30.4260409 ], [ 119.7567059, 30.425838 ], [ 119.7565021, 30.4257173 ], [ 119.7561983, 30.4254815 ], [ 119.7560885, 30.4254071 ], [ 119.7559662, 30.4253504 ], [ 119.7557413, 30.4252851 ], [ 119.7555291, 30.425238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7555291, 30.425238 ], [ 119.7557413, 30.4252851 ], [ 119.7559662, 30.4253504 ], [ 119.7560885, 30.4254071 ], [ 119.7561983, 30.4254815 ], [ 119.7565021, 30.4257173 ], [ 119.7567059, 30.425838 ], [ 119.7573255, 30.4260409 ], [ 119.7581588, 30.426299 ], [ 119.7583071, 30.4263206 ], [ 119.7584396, 30.4263253 ], [ 119.7586099, 30.4263279 ], [ 119.7587598, 30.4263247 ], [ 119.7588811, 30.4263119 ], [ 119.7590167, 30.4262821 ], [ 119.7591068, 30.4262588 ], [ 119.7592085, 30.4262278 ], [ 119.7593517, 30.4261722 ], [ 119.7599598, 30.4258747 ], [ 119.7600899, 30.4258004 ], [ 119.7601667, 30.4257382 ], [ 119.7602195, 30.4256794 ], [ 119.7602732, 30.4255941 ], [ 119.7603657, 30.4253731 ], [ 119.7603988, 30.4252895 ], [ 119.7604674, 30.4251792 ], [ 119.76059, 30.42505 ], [ 119.7607398, 30.4249669 ], [ 119.7609197, 30.424874 ], [ 119.7611, 30.4248223 ], [ 119.7612622, 30.42479 ], [ 119.7614549, 30.4247666 ], [ 119.7616237, 30.4247634 ], [ 119.7618115, 30.4247666 ], [ 119.762034, 30.4247851 ], [ 119.7623994, 30.4248312 ], [ 119.7628681, 30.4249355 ], [ 119.7630157, 30.4249732 ], [ 119.763218, 30.4250248 ], [ 119.7635259, 30.4250509 ], [ 119.7638541, 30.42507 ], [ 119.7640986, 30.4251453 ], [ 119.7652082, 30.4255593 ], [ 119.7653595, 30.4256052 ], [ 119.7654985, 30.4256373 ], [ 119.76565, 30.42563 ], [ 119.76587, 30.4255899 ], [ 119.7661116, 30.4255173 ], [ 119.7665857, 30.4253747 ], [ 119.7667497, 30.4253037 ], [ 119.7668589, 30.4252259 ], [ 119.7669314, 30.4251201 ], [ 119.7671514, 30.424647 ], [ 119.7672037, 30.424506 ], [ 119.7672342, 30.4243829 ], [ 119.7672754, 30.423829 ], [ 119.7673174, 30.4237507 ], [ 119.7673681, 30.4236694 ], [ 119.7674628, 30.4235825 ], [ 119.7675486, 30.4235266 ], [ 119.7676675, 30.4234787 ], [ 119.767825, 30.4234417 ], [ 119.7679338, 30.4234251 ], [ 119.7680482, 30.4234213 ], [ 119.7681305, 30.4234319 ], [ 119.768204, 30.4234673 ], [ 119.7682492, 30.4235137 ], [ 119.7682774, 30.42357 ], [ 119.768359, 30.4237745 ], [ 119.7686226, 30.424482 ], [ 119.7686809, 30.4246777 ], [ 119.7689904, 30.4250204 ], [ 119.7690856, 30.4251154 ], [ 119.7691574, 30.4251708 ], [ 119.7692195, 30.4252085 ], [ 119.7693109, 30.4252524 ], [ 119.7694084, 30.4252849 ], [ 119.7694773, 30.4253123 ], [ 119.7695282, 30.4253517 ], [ 119.7695689, 30.4254063 ], [ 119.7696022, 30.4254801 ], [ 119.7696399, 30.4256133 ], [ 119.7696695, 30.425706 ], [ 119.7697083, 30.425765 ], [ 119.7697988, 30.4258432 ], [ 119.7701033, 30.4259655 ], [ 119.7702282, 30.426011 ], [ 119.7703167, 30.4260249 ], [ 119.770399, 30.4260307 ], [ 119.7705072, 30.4260246 ], [ 119.7706837, 30.4260122 ], [ 119.7708143, 30.426002 ], [ 119.7709863, 30.4260106 ], [ 119.7710909, 30.4260186 ], [ 119.7711995, 30.4260169 ], [ 119.771342, 30.4259841 ], [ 119.7714803, 30.4259484 ], [ 119.7716195, 30.4258906 ], [ 119.7717562, 30.4258029 ], [ 119.7718768, 30.4257289 ], [ 119.7720191, 30.4256203 ], [ 119.7722104, 30.425421 ], [ 119.7726739, 30.424909 ], [ 119.772756, 30.4248169 ], [ 119.7728219, 30.4247586 ], [ 119.772893, 30.4247277 ], [ 119.7730204, 30.4247011 ], [ 119.7731787, 30.4246897 ], [ 119.773287, 30.4246781 ], [ 119.7733639, 30.4246608 ], [ 119.7734297, 30.4246298 ], [ 119.7734821, 30.4245853 ], [ 119.7734909, 30.4245016 ], [ 119.7734698, 30.4244502 ], [ 119.7734288, 30.4243632 ], [ 119.7733082, 30.4240756 ], [ 119.7731399, 30.4236896 ], [ 119.7731154, 30.4235861 ], [ 119.7731106, 30.4234831 ], [ 119.7731453, 30.423354 ], [ 119.7731748, 30.4232607 ], [ 119.7732084, 30.4231815 ], [ 119.7732479, 30.4231354 ], [ 119.7733016, 30.4231091 ], [ 119.773374, 30.4231174 ], [ 119.773478, 30.4231667 ], [ 119.7736139, 30.4232527 ], [ 119.7740516, 30.4234754 ], [ 119.774546, 30.423682 ], [ 119.7748318, 30.4237823 ], [ 119.7752416, 30.423876 ], [ 119.77548, 30.42395 ], [ 119.7758144, 30.4241387 ], [ 119.7760851, 30.4242954 ], [ 119.7764648, 30.4244088 ], [ 119.7765671, 30.4244574 ], [ 119.7767713, 30.42464 ], [ 119.7769275, 30.42477 ], [ 119.777195, 30.424929 ], [ 119.7774865, 30.4250194 ], [ 119.7776326, 30.4250483 ], [ 119.7777505, 30.425057 ], [ 119.7778428, 30.4250525 ], [ 119.7779382, 30.4250284 ], [ 119.7780154, 30.4249807 ], [ 119.7780925, 30.42492 ], [ 119.7781825, 30.4248194 ], [ 119.77855, 30.42436 ], [ 119.7787117, 30.4242194 ], [ 119.7788279, 30.4241339 ], [ 119.7791474, 30.4239634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7764033, 30.4275947 ], [ 119.7763876, 30.4274972 ], [ 119.7763719, 30.4274457 ], [ 119.7763562, 30.4273834 ], [ 119.776328, 30.4273157 ], [ 119.7763091, 30.4272805 ], [ 119.7762808, 30.4272561 ], [ 119.7762494, 30.4272426 ], [ 119.776218, 30.427229 ], [ 119.7761866, 30.4272047 ], [ 119.7761646, 30.4271694 ], [ 119.7761489, 30.4271396 ], [ 119.7761363, 30.4270855 ], [ 119.7761269, 30.4270232 ], [ 119.7761175, 30.4269636 ], [ 119.7761175, 30.4269121 ], [ 119.7761363, 30.4268769 ], [ 119.7761583, 30.4268498 ], [ 119.7761834, 30.4268173 ], [ 119.776218, 30.4267929 ], [ 119.7762588, 30.4267712 ], [ 119.7763814, 30.4267604 ], [ 119.7764725, 30.4267469 ], [ 119.7765981, 30.4267387 ], [ 119.7767615, 30.4267306 ], [ 119.7768714, 30.4267415 ], [ 119.7769814, 30.4267333 ], [ 119.7770788, 30.4267144 ], [ 119.7771573, 30.4267198 ], [ 119.7772013, 30.4267442 ], [ 119.7772484, 30.4268146 ], [ 119.7772704, 30.4268823 ], [ 119.7773049, 30.4269446 ], [ 119.7773395, 30.4269879 ], [ 119.7773803, 30.4270232 ], [ 119.7774369, 30.427053 ], [ 119.7775091, 30.4270773 ], [ 119.7776065, 30.4271017 ], [ 119.7777196, 30.4271234 ], [ 119.7778421, 30.4271396 ], [ 119.7779301, 30.4271424 ], [ 119.7779866, 30.4271451 ], [ 119.7780495, 30.4271369 ], [ 119.7781154, 30.4271342 ], [ 119.7781657, 30.4271396 ], [ 119.7782097, 30.4271478 ], [ 119.7782882, 30.4271559 ], [ 119.7783542, 30.4271667 ], [ 119.7784296, 30.4271694 ], [ 119.7785018, 30.4271749 ], [ 119.778648, 30.4271884 ], [ 119.7787486, 30.4272019 ], [ 119.7788177, 30.4271911 ], [ 119.7788742, 30.4271749 ], [ 119.7789433, 30.4271342 ], [ 119.779025, 30.4270936 ], [ 119.7791036, 30.4270584 ], [ 119.7791664, 30.4270313 ], [ 119.7792575, 30.4270096 ], [ 119.7793612, 30.4269907 ], [ 119.7794711, 30.4269879 ], [ 119.7795715, 30.4269929 ], [ 119.779618, 30.4270025 ], [ 119.7796459, 30.4270025 ], [ 119.7796701, 30.4269977 ], [ 119.779685, 30.4269849 ], [ 119.7796906, 30.4269672 ], [ 119.779685, 30.4269512 ], [ 119.7796757, 30.4269384 ], [ 119.7796571, 30.4269223 ], [ 119.7796292, 30.4269127 ], [ 119.7795938, 30.4269015 ], [ 119.7795511, 30.4268983 ], [ 119.779499, 30.4268919 ], [ 119.7794153, 30.4268806 ], [ 119.7791217, 30.426855 ], [ 119.7789952, 30.4268469 ], [ 119.7788947, 30.4268421 ], [ 119.7787776, 30.4268341 ], [ 119.7787125, 30.4268309 ], [ 119.7786548, 30.4268341 ], [ 119.7785785, 30.4268421 ], [ 119.7785134, 30.4268502 ], [ 119.7784688, 30.4268566 ], [ 119.7784446, 30.4268598 ], [ 119.7784167, 30.4268582 ], [ 119.7783999, 30.4268534 ], [ 119.7783851, 30.4268389 ], [ 119.7783795, 30.4268181 ], [ 119.7783851, 30.4268004 ], [ 119.7784055, 30.4267844 ], [ 119.7784334, 30.4267716 ], [ 119.7784855, 30.4267619 ], [ 119.7789309, 30.4266545 ], [ 119.7790462, 30.426632 ], [ 119.7790927, 30.4266256 ], [ 119.7791504, 30.4266272 ], [ 119.7791969, 30.4266272 ], [ 119.7792471, 30.4266288 ], [ 119.7792806, 30.4266256 ], [ 119.7793067, 30.4266208 ], [ 119.7793234, 30.426608 ], [ 119.7793308, 30.4265903 ], [ 119.779329, 30.4265711 ], [ 119.7793085, 30.4265566 ], [ 119.7792881, 30.4265438 ], [ 119.7792583, 30.4265406 ], [ 119.7792062, 30.4265358 ], [ 119.7791206, 30.426531 ], [ 119.7790165, 30.4265294 ], [ 119.7788863, 30.4265342 ], [ 119.7787598, 30.4265454 ], [ 119.7785161, 30.426555 ], [ 119.778438, 30.426555 ], [ 119.7783915, 30.4265486 ], [ 119.7783691, 30.4265422 ], [ 119.7783543, 30.4265278 ], [ 119.7783487, 30.4265101 ], [ 119.7783561, 30.4264893 ], [ 119.7783747, 30.4264716 ], [ 119.7784045, 30.4264556 ], [ 119.7784342, 30.4264379 ], [ 119.7784845, 30.4264283 ], [ 119.7786221, 30.4264026 ], [ 119.7787107, 30.4263931 ], [ 119.778755, 30.4263835 ], [ 119.778806, 30.4263644 ], [ 119.7788968, 30.4263281 ], [ 119.7789898, 30.426288 ], [ 119.7790629, 30.4262708 ], [ 119.7791072, 30.4262517 ], [ 119.7791471, 30.4262307 ], [ 119.7791637, 30.4262087 ], [ 119.7791648, 30.4261792 ], [ 119.7791582, 30.4261486 ], [ 119.7791427, 30.4261352 ], [ 119.7790962, 30.4261333 ], [ 119.7790474, 30.426139 ], [ 119.7789876, 30.426162 ], [ 119.7789389, 30.4261734 ], [ 119.7788724, 30.4261925 ], [ 119.778786, 30.4262231 ], [ 119.7787174, 30.4262365 ], [ 119.7786421, 30.426246 ], [ 119.7785645, 30.4262537 ], [ 119.7784516, 30.4262766 ], [ 119.7783637, 30.4263043 ], [ 119.7783238, 30.4263113 ], [ 119.7782961, 30.4263107 ], [ 119.7782788, 30.4262938 ], [ 119.7782743, 30.4262747 ], [ 119.7782965, 30.4262498 ], [ 119.7783275, 30.4262307 ], [ 119.7784117, 30.4261983 ], [ 119.7786133, 30.4261238 ], [ 119.7788281, 30.4260435 ], [ 119.7788747, 30.4260206 ], [ 119.7788968, 30.4260092 ], [ 119.7789079, 30.425992 ], [ 119.7789123, 30.425969 ], [ 119.7788946, 30.425948 ], [ 119.7788658, 30.4259385 ], [ 119.7788392, 30.4259385 ], [ 119.7787993, 30.425948 ], [ 119.778744, 30.425969 ], [ 119.7786841, 30.4259958 ], [ 119.7785822, 30.4260416 ], [ 119.7784959, 30.4260722 ], [ 119.7784427, 30.4260894 ], [ 119.7784072, 30.426097 ], [ 119.7783785, 30.426097 ], [ 119.7783541, 30.4260894 ], [ 119.7783364, 30.4260684 ], [ 119.7783408, 30.4260397 ], [ 119.7783674, 30.4260187 ], [ 119.778405, 30.4259996 ], [ 119.7784715, 30.425969 ], [ 119.7785822, 30.425927 ], [ 119.7786576, 30.4258926 ], [ 119.7787506, 30.4258315 ], [ 119.778806, 30.4257876 ], [ 119.778837, 30.4257608 ], [ 119.7788547, 30.4257246 ], [ 119.7788569, 30.4256749 ], [ 119.7788547, 30.4256233 ], [ 119.7788484, 30.4255326 ], [ 119.7788429, 30.4254813 ], [ 119.7788466, 30.4254492 ], [ 119.7788559, 30.4254204 ], [ 119.7788726, 30.4253931 ], [ 119.778895, 30.4253546 ], [ 119.778921, 30.4253193 ], [ 119.778934, 30.4252969 ], [ 119.7789359, 30.4252776 ], [ 119.7789322, 30.4252616 ], [ 119.7789117, 30.4252503 ], [ 119.7788894, 30.4252455 ], [ 119.7788689, 30.4252487 ], [ 119.7788484, 30.4252616 ], [ 119.7788261, 30.425284 ], [ 119.7788001, 30.4253097 ], [ 119.7787703, 30.4253434 ], [ 119.7787294, 30.4253867 ], [ 119.7787108, 30.4254188 ], [ 119.7787015, 30.4254492 ], [ 119.7786959, 30.4254765 ], [ 119.7786978, 30.4255022 ], [ 119.7786996, 30.4255326 ], [ 119.7787034, 30.4255583 ], [ 119.7787071, 30.4255888 ], [ 119.7787015, 30.4256161 ], [ 119.7786903, 30.4256449 ], [ 119.778668, 30.4256706 ], [ 119.7786308, 30.4256995 ], [ 119.778588, 30.4257235 ], [ 119.778549, 30.4257476 ], [ 119.7785192, 30.425762 ], [ 119.7784913, 30.42577 ], [ 119.7784615, 30.42577 ], [ 119.7784411, 30.4257604 ], [ 119.7784299, 30.4257476 ], [ 119.7784243, 30.4257267 ], [ 119.7784299, 30.4256995 ], [ 119.7784429, 30.425669 ], [ 119.7784634, 30.4256337 ], [ 119.7784857, 30.4255904 ], [ 119.7785043, 30.4255391 ], [ 119.7785173, 30.4254845 ], [ 119.7785248, 30.4254252 ], [ 119.7785285, 30.425369 ], [ 119.7785397, 30.4253338 ], [ 119.7785527, 30.4252985 ], [ 119.7785899, 30.4252407 ], [ 119.7786159, 30.4251926 ], [ 119.7786382, 30.4251429 ], [ 119.778655, 30.4250964 ], [ 119.778681, 30.4250418 ], [ 119.7787164, 30.4249953 ], [ 119.7787536, 30.4249616 ], [ 119.7788205, 30.4249199 ], [ 119.778867, 30.4248959 ], [ 119.7789266, 30.4248718 ], [ 119.7789768, 30.424859 ], [ 119.7790159, 30.4248558 ], [ 119.7790531, 30.4248558 ], [ 119.7790847, 30.4248686 ], [ 119.7791163, 30.424883 ], [ 119.7791349, 30.4249023 ], [ 119.7791591, 30.4249376 ], [ 119.7792, 30.4249793 ], [ 119.7792688, 30.4250418 ], [ 119.7793246, 30.4250707 ], [ 119.7793656, 30.4250787 ], [ 119.7794009, 30.4250819 ], [ 119.7794344, 30.4250787 ], [ 119.7794735, 30.4250659 ], [ 119.7795107, 30.4250402 ], [ 119.7795386, 30.4250081 ], [ 119.7795646, 30.4249713 ], [ 119.7796018, 30.4249312 ], [ 119.779626, 30.4249103 ], [ 119.7796483, 30.4248975 ], [ 119.7796706, 30.4248878 ], [ 119.7797023, 30.4248766 ], [ 119.7797339, 30.4248718 ], [ 119.7797655, 30.4248686 ], [ 119.7798083, 30.424867 ], [ 119.7798455, 30.424867 ], [ 119.779879, 30.4248654 ], [ 119.779918, 30.4248558 ], [ 119.7800259, 30.4248237 ], [ 119.7801915, 30.4247675 ], [ 119.7802194, 30.4247563 ], [ 119.7802324, 30.4247403 ], [ 119.7802361, 30.4247226 ], [ 119.7802305, 30.4247018 ], [ 119.7802194, 30.4246873 ], [ 119.7802008, 30.4246777 ], [ 119.780177, 30.4246758 ], [ 119.7801312, 30.4246822 ], [ 119.7800816, 30.4246961 ], [ 119.7800331, 30.4247108 ], [ 119.7799734, 30.4247243 ], [ 119.7799231, 30.4247324 ], [ 119.7798854, 30.4247324 ], [ 119.7798383, 30.4247243 ], [ 119.7797818, 30.4247108 ], [ 119.7797315, 30.4246999 ], [ 119.7796875, 30.4246918 ], [ 119.7796435, 30.4246918 ], [ 119.7796088, 30.4246941 ], [ 119.7795765, 30.4246993 ], [ 119.7795299, 30.4247108 ], [ 119.7794847, 30.424721 ], [ 119.7794454, 30.4247263 ], [ 119.7794136, 30.4247204 ], [ 119.779387, 30.4247069 ], [ 119.7793692, 30.4246885 ], [ 119.7793541, 30.4246556 ], [ 119.7793458, 30.4246295 ], [ 119.7793451, 30.4245889 ], [ 119.7793514, 30.4245482 ], [ 119.779364, 30.4244724 ], [ 119.779364, 30.4244019 ], [ 119.7793514, 30.4243369 ], [ 119.7793231, 30.4242692 ], [ 119.7792634, 30.4241446 ], [ 119.7792195, 30.4240552 ], [ 119.7791474, 30.4239634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7791474, 30.4239634 ], [ 119.7792195, 30.4240552 ], [ 119.7792634, 30.4241446 ], [ 119.7793231, 30.4242692 ], [ 119.7793514, 30.4243369 ], [ 119.779364, 30.4244019 ], [ 119.779364, 30.4244724 ], [ 119.7793514, 30.4245482 ], [ 119.7793451, 30.4245889 ], [ 119.7793458, 30.4246295 ], [ 119.7793541, 30.4246556 ], [ 119.7793692, 30.4246885 ], [ 119.779387, 30.4247069 ], [ 119.7794136, 30.4247204 ], [ 119.7794454, 30.4247263 ], [ 119.7794847, 30.424721 ], [ 119.7795299, 30.4247108 ], [ 119.7795765, 30.4246993 ], [ 119.7796088, 30.4246941 ], [ 119.7796435, 30.4246918 ], [ 119.7796875, 30.4246918 ], [ 119.7797315, 30.4246999 ], [ 119.7797818, 30.4247108 ], [ 119.7798383, 30.4247243 ], [ 119.7798854, 30.4247324 ], [ 119.7799231, 30.4247324 ], [ 119.7799734, 30.4247243 ], [ 119.7800331, 30.4247108 ], [ 119.7800816, 30.4246961 ], [ 119.7801312, 30.4246822 ], [ 119.780177, 30.4246758 ], [ 119.7802008, 30.4246777 ], [ 119.7802194, 30.4246873 ], [ 119.7802305, 30.4247018 ], [ 119.7802361, 30.4247226 ], [ 119.7802324, 30.4247403 ], [ 119.7802194, 30.4247563 ], [ 119.7801915, 30.4247675 ], [ 119.7800259, 30.4248237 ], [ 119.779918, 30.4248558 ], [ 119.779879, 30.4248654 ], [ 119.7798455, 30.424867 ], [ 119.7798083, 30.424867 ], [ 119.7797655, 30.4248686 ], [ 119.7797339, 30.4248718 ], [ 119.7797023, 30.4248766 ], [ 119.7796706, 30.4248878 ], [ 119.7796483, 30.4248975 ], [ 119.779626, 30.4249103 ], [ 119.7796018, 30.4249312 ], [ 119.7795646, 30.4249713 ], [ 119.7795386, 30.4250081 ], [ 119.7795107, 30.4250402 ], [ 119.7794735, 30.4250659 ], [ 119.7794344, 30.4250787 ], [ 119.7794009, 30.4250819 ], [ 119.7793656, 30.4250787 ], [ 119.7793246, 30.4250707 ], [ 119.7792688, 30.4250418 ], [ 119.7792, 30.4249793 ], [ 119.7791591, 30.4249376 ], [ 119.7791349, 30.4249023 ], [ 119.7791163, 30.424883 ], [ 119.7790847, 30.4248686 ], [ 119.7790531, 30.4248558 ], [ 119.7790159, 30.4248558 ], [ 119.7789768, 30.424859 ], [ 119.7789266, 30.4248718 ], [ 119.778867, 30.4248959 ], [ 119.7788205, 30.4249199 ], [ 119.7787536, 30.4249616 ], [ 119.7787164, 30.4249953 ], [ 119.778681, 30.4250418 ], [ 119.778655, 30.4250964 ], [ 119.7786382, 30.4251429 ], [ 119.7786159, 30.4251926 ], [ 119.7785899, 30.4252407 ], [ 119.7785527, 30.4252985 ], [ 119.7785397, 30.4253338 ], [ 119.7785285, 30.425369 ], [ 119.7785248, 30.4254252 ], [ 119.7785173, 30.4254845 ], [ 119.7785043, 30.4255391 ], [ 119.7784857, 30.4255904 ], [ 119.7784634, 30.4256337 ], [ 119.7784429, 30.425669 ], [ 119.7784299, 30.4256995 ], [ 119.7784243, 30.4257267 ], [ 119.7784299, 30.4257476 ], [ 119.7784411, 30.4257604 ], [ 119.7784615, 30.42577 ], [ 119.7784913, 30.42577 ], [ 119.7785192, 30.425762 ], [ 119.778549, 30.4257476 ], [ 119.778588, 30.4257235 ], [ 119.7786308, 30.4256995 ], [ 119.778668, 30.4256706 ], [ 119.7786903, 30.4256449 ], [ 119.7787015, 30.4256161 ], [ 119.7787071, 30.4255888 ], [ 119.7787034, 30.4255583 ], [ 119.7786996, 30.4255326 ], [ 119.7786978, 30.4255022 ], [ 119.7786959, 30.4254765 ], [ 119.7787015, 30.4254492 ], [ 119.7787108, 30.4254188 ], [ 119.7787294, 30.4253867 ], [ 119.7787703, 30.4253434 ], [ 119.7788001, 30.4253097 ], [ 119.7788261, 30.425284 ], [ 119.7788484, 30.4252616 ], [ 119.7788689, 30.4252487 ], [ 119.7788894, 30.4252455 ], [ 119.7789117, 30.4252503 ], [ 119.7789322, 30.4252616 ], [ 119.7789359, 30.4252776 ], [ 119.778934, 30.4252969 ], [ 119.778921, 30.4253193 ], [ 119.778895, 30.4253546 ], [ 119.7788726, 30.4253931 ], [ 119.7788559, 30.4254204 ], [ 119.7788466, 30.4254492 ], [ 119.7788429, 30.4254813 ], [ 119.7788484, 30.4255326 ], [ 119.7788547, 30.4256233 ], [ 119.7788569, 30.4256749 ], [ 119.7788547, 30.4257246 ], [ 119.778837, 30.4257608 ], [ 119.778806, 30.4257876 ], [ 119.7787506, 30.4258315 ], [ 119.7786576, 30.4258926 ], [ 119.7785822, 30.425927 ], [ 119.7784715, 30.425969 ], [ 119.778405, 30.4259996 ], [ 119.7783674, 30.4260187 ], [ 119.7783408, 30.4260397 ], [ 119.7783364, 30.4260684 ], [ 119.7783541, 30.4260894 ], [ 119.7783785, 30.426097 ], [ 119.7784072, 30.426097 ], [ 119.7784427, 30.4260894 ], [ 119.7784959, 30.4260722 ], [ 119.7785822, 30.4260416 ], [ 119.7786841, 30.4259958 ], [ 119.778744, 30.425969 ], [ 119.7787993, 30.425948 ], [ 119.7788392, 30.4259385 ], [ 119.7788658, 30.4259385 ], [ 119.7788946, 30.425948 ], [ 119.7789123, 30.425969 ], [ 119.7789079, 30.425992 ], [ 119.7788968, 30.4260092 ], [ 119.7788747, 30.4260206 ], [ 119.7788281, 30.4260435 ], [ 119.7786133, 30.4261238 ], [ 119.7784117, 30.4261983 ], [ 119.7783275, 30.4262307 ], [ 119.7782965, 30.4262498 ], [ 119.7782743, 30.4262747 ], [ 119.7782788, 30.4262938 ], [ 119.7782961, 30.4263107 ], [ 119.7783238, 30.4263113 ], [ 119.7783637, 30.4263043 ], [ 119.7784516, 30.4262766 ], [ 119.7785645, 30.4262537 ], [ 119.7786421, 30.426246 ], [ 119.7787174, 30.4262365 ], [ 119.778786, 30.4262231 ], [ 119.7788724, 30.4261925 ], [ 119.7789389, 30.4261734 ], [ 119.7789876, 30.426162 ], [ 119.7790474, 30.426139 ], [ 119.7790962, 30.4261333 ], [ 119.7791427, 30.4261352 ], [ 119.7791582, 30.4261486 ], [ 119.7791648, 30.4261792 ], [ 119.7791637, 30.4262087 ], [ 119.7791471, 30.4262307 ], [ 119.7791072, 30.4262517 ], [ 119.7790629, 30.4262708 ], [ 119.7789898, 30.426288 ], [ 119.7788968, 30.4263281 ], [ 119.778806, 30.4263644 ], [ 119.778755, 30.4263835 ], [ 119.7787107, 30.4263931 ], [ 119.7786221, 30.4264026 ], [ 119.7784845, 30.4264283 ], [ 119.7784342, 30.4264379 ], [ 119.7784045, 30.4264556 ], [ 119.7783747, 30.4264716 ], [ 119.7783561, 30.4264893 ], [ 119.7783487, 30.4265101 ], [ 119.7783543, 30.4265278 ], [ 119.7783691, 30.4265422 ], [ 119.7783915, 30.4265486 ], [ 119.778438, 30.426555 ], [ 119.7785161, 30.426555 ], [ 119.7787598, 30.4265454 ], [ 119.7788863, 30.4265342 ], [ 119.7790165, 30.4265294 ], [ 119.7791206, 30.426531 ], [ 119.7792062, 30.4265358 ], [ 119.7792583, 30.4265406 ], [ 119.7792881, 30.4265438 ], [ 119.7793085, 30.4265566 ], [ 119.779329, 30.4265711 ], [ 119.7793308, 30.4265903 ], [ 119.7793234, 30.426608 ], [ 119.7793067, 30.4266208 ], [ 119.7792806, 30.4266256 ], [ 119.7792471, 30.4266288 ], [ 119.7791969, 30.4266272 ], [ 119.7791504, 30.4266272 ], [ 119.7790927, 30.4266256 ], [ 119.7790462, 30.426632 ], [ 119.7789309, 30.4266545 ], [ 119.7784855, 30.4267619 ], [ 119.7784334, 30.4267716 ], [ 119.7784055, 30.4267844 ], [ 119.7783851, 30.4268004 ], [ 119.7783795, 30.4268181 ], [ 119.7783851, 30.4268389 ], [ 119.7783999, 30.4268534 ], [ 119.7784167, 30.4268582 ], [ 119.7784446, 30.4268598 ], [ 119.7784688, 30.4268566 ], [ 119.7785134, 30.4268502 ], [ 119.7785785, 30.4268421 ], [ 119.7786548, 30.4268341 ], [ 119.7787125, 30.4268309 ], [ 119.7787776, 30.4268341 ], [ 119.7788947, 30.4268421 ], [ 119.7789952, 30.4268469 ], [ 119.7791217, 30.426855 ], [ 119.7794153, 30.4268806 ], [ 119.779499, 30.4268919 ], [ 119.7795511, 30.4268983 ], [ 119.7795938, 30.4269015 ], [ 119.7796292, 30.4269127 ], [ 119.7796571, 30.4269223 ], [ 119.7796757, 30.4269384 ], [ 119.779685, 30.4269512 ], [ 119.7796906, 30.4269672 ], [ 119.779685, 30.4269849 ], [ 119.7796701, 30.4269977 ], [ 119.7796459, 30.4270025 ], [ 119.779618, 30.4270025 ], [ 119.7795715, 30.4269929 ], [ 119.7794711, 30.4269879 ], [ 119.7793612, 30.4269907 ], [ 119.7792575, 30.4270096 ], [ 119.7791664, 30.4270313 ], [ 119.7791036, 30.4270584 ], [ 119.779025, 30.4270936 ], [ 119.7789433, 30.4271342 ], [ 119.7788742, 30.4271749 ], [ 119.7788177, 30.4271911 ], [ 119.7787486, 30.4272019 ], [ 119.778648, 30.4271884 ], [ 119.7785018, 30.4271749 ], [ 119.7784296, 30.4271694 ], [ 119.7783542, 30.4271667 ], [ 119.7782882, 30.4271559 ], [ 119.7782097, 30.4271478 ], [ 119.7781657, 30.4271396 ], [ 119.7781154, 30.4271342 ], [ 119.7780495, 30.4271369 ], [ 119.7779866, 30.4271451 ], [ 119.7779301, 30.4271424 ], [ 119.7778421, 30.4271396 ], [ 119.7777196, 30.4271234 ], [ 119.7776065, 30.4271017 ], [ 119.7775091, 30.4270773 ], [ 119.7774369, 30.427053 ], [ 119.7773803, 30.4270232 ], [ 119.7773395, 30.4269879 ], [ 119.7773049, 30.4269446 ], [ 119.7772704, 30.4268823 ], [ 119.7772484, 30.4268146 ], [ 119.7772013, 30.4267442 ], [ 119.7771573, 30.4267198 ], [ 119.7770788, 30.4267144 ], [ 119.7769814, 30.4267333 ], [ 119.7768714, 30.4267415 ], [ 119.7767615, 30.4267306 ], [ 119.7765981, 30.4267387 ], [ 119.7764725, 30.4267469 ], [ 119.7763814, 30.4267604 ], [ 119.7762588, 30.4267712 ], [ 119.776218, 30.4267929 ], [ 119.7761834, 30.4268173 ], [ 119.7761583, 30.4268498 ], [ 119.7761363, 30.4268769 ], [ 119.7761175, 30.4269121 ], [ 119.7761175, 30.4269636 ], [ 119.7761269, 30.4270232 ], [ 119.7761363, 30.4270855 ], [ 119.7761489, 30.4271396 ], [ 119.7761646, 30.4271694 ], [ 119.7761866, 30.4272047 ], [ 119.776218, 30.427229 ], [ 119.7762494, 30.4272426 ], [ 119.7762808, 30.4272561 ], [ 119.7763091, 30.4272805 ], [ 119.776328, 30.4273157 ], [ 119.7763562, 30.4273834 ], [ 119.7763719, 30.4274457 ], [ 119.7763876, 30.4274972 ], [ 119.7764033, 30.4275947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7488717, 30.433324 ], [ 119.7489714, 30.4331437 ], [ 119.7492054, 30.4325746 ], [ 119.7492415, 30.4324826 ], [ 119.7493192, 30.4322844 ], [ 119.7494717, 30.4318954 ], [ 119.7496107, 30.4315507 ], [ 119.7496658, 30.4314557 ], [ 119.7497175, 30.4313964 ], [ 119.7497874, 30.4313437 ], [ 119.7498983, 30.4313018 ], [ 119.7500199, 30.4312648 ], [ 119.75099, 30.4311251 ], [ 119.7517693, 30.4310025 ], [ 119.751902, 30.4309724 ], [ 119.7520118, 30.4309314 ], [ 119.752148, 30.430865 ], [ 119.7523637, 30.4307479 ], [ 119.752732, 30.4305481 ], [ 119.75368, 30.43003 ], [ 119.7540855, 30.429792 ], [ 119.7542833, 30.4296724 ], [ 119.7545946, 30.4294586 ], [ 119.7546928, 30.4293738 ], [ 119.7548013, 30.4292598 ], [ 119.7548901, 30.4291535 ], [ 119.7551562, 30.4287067 ], [ 119.755438, 30.428199 ], [ 119.755467, 30.4279342 ], [ 119.755474, 30.4276695 ], [ 119.7554, 30.42743 ], [ 119.7550876, 30.4267061 ], [ 119.7550317, 30.4260715 ], [ 119.7550129, 30.4258583 ], [ 119.7550249, 30.4257103 ], [ 119.7550846, 30.4255624 ], [ 119.7551655, 30.4254398 ], [ 119.7552584, 30.4253524 ], [ 119.7553404, 30.4252954 ], [ 119.7554163, 30.4252599 ], [ 119.7555291, 30.425238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7555291, 30.425238 ], [ 119.7554163, 30.4252599 ], [ 119.7553404, 30.4252954 ], [ 119.7552584, 30.4253524 ], [ 119.7551655, 30.4254398 ], [ 119.7550846, 30.4255624 ], [ 119.7550249, 30.4257103 ], [ 119.7550129, 30.4258583 ], [ 119.7550317, 30.4260715 ], [ 119.7550876, 30.4267061 ], [ 119.7554, 30.42743 ], [ 119.755474, 30.4276695 ], [ 119.755467, 30.4279342 ], [ 119.755438, 30.428199 ], [ 119.7551562, 30.4287067 ], [ 119.7548901, 30.4291535 ], [ 119.7548013, 30.4292598 ], [ 119.7546928, 30.4293738 ], [ 119.7545946, 30.4294586 ], [ 119.7542833, 30.4296724 ], [ 119.7540855, 30.429792 ], [ 119.75368, 30.43003 ], [ 119.752732, 30.4305481 ], [ 119.7523637, 30.4307479 ], [ 119.752148, 30.430865 ], [ 119.7520118, 30.4309314 ], [ 119.751902, 30.4309724 ], [ 119.7517693, 30.4310025 ], [ 119.75099, 30.4311251 ], [ 119.7500199, 30.4312648 ], [ 119.7498983, 30.4313018 ], [ 119.7497874, 30.4313437 ], [ 119.7497175, 30.4313964 ], [ 119.7496658, 30.4314557 ], [ 119.7496107, 30.4315507 ], [ 119.7494717, 30.4318954 ], [ 119.7493192, 30.4322844 ], [ 119.7492415, 30.4324826 ], [ 119.7492054, 30.4325746 ], [ 119.7489714, 30.4331437 ], [ 119.7488717, 30.433324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7471446, 30.4322068 ], [ 119.7481606, 30.4327935 ], [ 119.7484929, 30.4330035 ], [ 119.7488717, 30.433324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7488717, 30.433324 ], [ 119.7484929, 30.4330035 ], [ 119.7481606, 30.4327935 ], [ 119.7471446, 30.4322068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7381924, 30.4228858 ], [ 119.7384488, 30.4235252 ], [ 119.7390141, 30.4246929 ], [ 119.7396344, 30.4255678 ], [ 119.7401315, 30.4264038 ], [ 119.7404347, 30.4272951 ], [ 119.7405278, 30.4275686 ], [ 119.7410065, 30.4289755 ], [ 119.741064, 30.4292093 ], [ 119.7410558, 30.4293722 ], [ 119.7411133, 30.4295387 ], [ 119.7412774, 30.4300109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7412774, 30.4300109 ], [ 119.7411133, 30.4295387 ], [ 119.7410558, 30.4293722 ], [ 119.741064, 30.4292093 ], [ 119.7410065, 30.4289755 ], [ 119.7405278, 30.4275686 ], [ 119.7404347, 30.4272951 ], [ 119.7401315, 30.4264038 ], [ 119.7396344, 30.4255678 ], [ 119.7390141, 30.4246929 ], [ 119.7384488, 30.4235252 ], [ 119.7381924, 30.4228858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.73441, 30.42994 ], [ 119.735429, 30.4300003 ], [ 119.7354885, 30.4300022 ], [ 119.7362621, 30.4300269 ], [ 119.7396099, 30.4299071 ], [ 119.7403273, 30.4298938 ], [ 119.7412774, 30.4300109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7412774, 30.4300109 ], [ 119.7403273, 30.4298938 ], [ 119.7396099, 30.4299071 ], [ 119.7362621, 30.4300269 ], [ 119.7354885, 30.4300022 ], [ 119.735429, 30.4300003 ], [ 119.73441, 30.42994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.73441, 30.42994 ], [ 119.73497, 30.43046 ], [ 119.73518, 30.43063 ], [ 119.73531, 30.43069 ], [ 119.73563, 30.43078 ], [ 119.73679, 30.43103 ], [ 119.73795, 30.43106 ], [ 119.73834, 30.43108 ], [ 119.73892, 30.43121 ], [ 119.74063, 30.43133 ], [ 119.74134, 30.4314 ], [ 119.7420016, 30.4314657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7420016, 30.4314657 ], [ 119.74134, 30.4314 ], [ 119.74063, 30.43133 ], [ 119.73892, 30.43121 ], [ 119.73834, 30.43108 ], [ 119.73795, 30.43106 ], [ 119.73679, 30.43103 ], [ 119.73563, 30.43078 ], [ 119.73531, 30.43069 ], [ 119.73518, 30.43063 ], [ 119.73497, 30.43046 ], [ 119.73441, 30.42994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7420016, 30.4314657 ], [ 119.741976, 30.431285 ], [ 119.7418158, 30.4310052 ], [ 119.7412774, 30.4300109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7412774, 30.4300109 ], [ 119.7418158, 30.4310052 ], [ 119.741976, 30.431285 ], [ 119.7420016, 30.4314657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7471446, 30.4322068 ], [ 119.7468534, 30.4319092 ], [ 119.7465294, 30.4314436 ], [ 119.7463134, 30.4312174 ], [ 119.7456191, 30.4309181 ], [ 119.7451254, 30.4307718 ], [ 119.7442537, 30.4306188 ], [ 119.7431815, 30.4303594 ], [ 119.7415153, 30.4300402 ], [ 119.7412774, 30.4300109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7412774, 30.4300109 ], [ 119.7415153, 30.4300402 ], [ 119.7431815, 30.4303594 ], [ 119.7442537, 30.4306188 ], [ 119.7451254, 30.4307718 ], [ 119.7456191, 30.4309181 ], [ 119.7463134, 30.4312174 ], [ 119.7465294, 30.4314436 ], [ 119.7468534, 30.4319092 ], [ 119.7471446, 30.4322068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7471446, 30.4322068 ], [ 119.7468023, 30.4320102 ], [ 119.7467285, 30.4320079 ], [ 119.7466126, 30.4320043 ], [ 119.7464679, 30.4319997 ], [ 119.7463365, 30.4319956 ], [ 119.74585, 30.43213 ], [ 119.7454031, 30.4321486 ], [ 119.74471, 30.43204 ], [ 119.744, 30.43168 ], [ 119.74377, 30.43161 ], [ 119.74265, 30.43153 ], [ 119.7424083, 30.431506 ], [ 119.7422171, 30.4314871 ], [ 119.7420016, 30.4314657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7420016, 30.4314657 ], [ 119.7422171, 30.4314871 ], [ 119.7424083, 30.431506 ], [ 119.74265, 30.43153 ], [ 119.74377, 30.43161 ], [ 119.744, 30.43168 ], [ 119.74471, 30.43204 ], [ 119.7454031, 30.4321486 ], [ 119.74585, 30.43213 ], [ 119.7463365, 30.4319956 ], [ 119.7464679, 30.4319997 ], [ 119.7466126, 30.4320043 ], [ 119.7467285, 30.4320079 ], [ 119.7468023, 30.4320102 ], [ 119.7471446, 30.4322068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.73441, 30.42994 ], [ 119.7342323, 30.429916 ], [ 119.733873, 30.4298674 ], [ 119.7333, 30.42979 ], [ 119.73248, 30.42949 ], [ 119.73227, 30.42947 ], [ 119.73214, 30.42947 ], [ 119.7320007, 30.4295142 ], [ 119.73173, 30.4296 ], [ 119.73164, 30.42966 ], [ 119.73087, 30.43035 ], [ 119.72973, 30.4314 ], [ 119.7294374, 30.431621 ], [ 119.7291853, 30.4318114 ], [ 119.7289555, 30.431985 ], [ 119.72879, 30.43211 ], [ 119.72795, 30.4326 ], [ 119.72697, 30.43318 ], [ 119.72568, 30.43333 ], [ 119.72486, 30.43286 ], [ 119.72368, 30.4323 ], [ 119.7231972, 30.4322174 ], [ 119.72257, 30.43211 ], [ 119.72156, 30.43254 ], [ 119.72091, 30.43322 ], [ 119.72076, 30.43335 ], [ 119.7203577, 30.4337402 ], [ 119.7201061, 30.4339843 ], [ 119.71976, 30.43432 ], [ 119.71961, 30.43449 ], [ 119.71918, 30.43541 ], [ 119.71892, 30.43608 ], [ 119.71851, 30.43638 ], [ 119.71772, 30.43685 ], [ 119.71731, 30.43691 ], [ 119.71682, 30.43679 ], [ 119.7161056, 30.436322 ], [ 119.7157774, 30.4361069 ], [ 119.71566, 30.43603 ], [ 119.71493, 30.43573 ], [ 119.7143248, 30.4354048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7143248, 30.4354048 ], [ 119.71493, 30.43573 ], [ 119.71566, 30.43603 ], [ 119.7157774, 30.4361069 ], [ 119.7161056, 30.436322 ], [ 119.71682, 30.43679 ], [ 119.71731, 30.43691 ], [ 119.71772, 30.43685 ], [ 119.71851, 30.43638 ], [ 119.71892, 30.43608 ], [ 119.71918, 30.43541 ], [ 119.71961, 30.43449 ], [ 119.71976, 30.43432 ], [ 119.7201061, 30.4339843 ], [ 119.7203577, 30.4337402 ], [ 119.72076, 30.43335 ], [ 119.72091, 30.43322 ], [ 119.72156, 30.43254 ], [ 119.72257, 30.43211 ], [ 119.7231972, 30.4322174 ], [ 119.72368, 30.4323 ], [ 119.72486, 30.43286 ], [ 119.72568, 30.43333 ], [ 119.72697, 30.43318 ], [ 119.72795, 30.4326 ], [ 119.72879, 30.43211 ], [ 119.7289555, 30.431985 ], [ 119.7291853, 30.4318114 ], [ 119.7294374, 30.431621 ], [ 119.72973, 30.4314 ], [ 119.73087, 30.43035 ], [ 119.73164, 30.42966 ], [ 119.73173, 30.4296 ], [ 119.7320007, 30.4295142 ], [ 119.73214, 30.42947 ], [ 119.73227, 30.42947 ], [ 119.73248, 30.42949 ], [ 119.7333, 30.42979 ], [ 119.733873, 30.4298674 ], [ 119.7342323, 30.429916 ], [ 119.73441, 30.42994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7358284, 30.4529222 ], [ 119.7359042, 30.4528666 ], [ 119.7362194, 30.4527099 ], [ 119.7364252, 30.4526075 ], [ 119.7367065, 30.4524676 ], [ 119.737933, 30.4521417 ], [ 119.738689, 30.452022 ], [ 119.7395144, 30.4520486 ], [ 119.740129, 30.4521744 ], [ 119.7417702, 30.45272 ], [ 119.7427491, 30.4530436 ], [ 119.7431612, 30.4532529 ], [ 119.7434335, 30.453475 ], [ 119.7442964, 30.4539457 ], [ 119.7444709, 30.4539875 ], [ 119.7446236, 30.4540242 ], [ 119.7448778, 30.4540851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7448778, 30.4540851 ], [ 119.7446236, 30.4540242 ], [ 119.7444709, 30.4539875 ], [ 119.7442964, 30.4539457 ], [ 119.7434335, 30.453475 ], [ 119.7431612, 30.4532529 ], [ 119.7427491, 30.4530436 ], [ 119.7417702, 30.45272 ], [ 119.740129, 30.4521744 ], [ 119.7395144, 30.4520486 ], [ 119.738689, 30.452022 ], [ 119.737933, 30.4521417 ], [ 119.7367065, 30.4524676 ], [ 119.7364252, 30.4526075 ], [ 119.7362194, 30.4527099 ], [ 119.7359042, 30.4528666 ], [ 119.7358284, 30.4529222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7217932, 30.4539915 ], [ 119.7220278, 30.4539326 ], [ 119.7223363, 30.4538551 ], [ 119.7234925, 30.4535648 ], [ 119.72755, 30.4523545 ], [ 119.7277891, 30.4523013 ], [ 119.728036, 30.4523545 ], [ 119.7289925, 30.4526551 ], [ 119.7292091, 30.4527232 ], [ 119.7295171, 30.45282 ], [ 119.7299336, 30.4529729 ], [ 119.7305507, 30.4530195 ], [ 119.7323558, 30.4532323 ], [ 119.7340452, 30.453465 ], [ 119.7345852, 30.4533985 ], [ 119.7349631, 30.4532256 ], [ 119.7353334, 30.4530195 ], [ 119.7358284, 30.4529222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7358284, 30.4529222 ], [ 119.7353334, 30.4530195 ], [ 119.7349631, 30.4532256 ], [ 119.7345852, 30.4533985 ], [ 119.7340452, 30.453465 ], [ 119.7323558, 30.4532323 ], [ 119.7305507, 30.4530195 ], [ 119.7299336, 30.4529729 ], [ 119.7295171, 30.45282 ], [ 119.7292091, 30.4527232 ], [ 119.7289925, 30.4526551 ], [ 119.728036, 30.4523545 ], [ 119.7277891, 30.4523013 ], [ 119.72755, 30.4523545 ], [ 119.7234925, 30.4535648 ], [ 119.7223363, 30.4538551 ], [ 119.7220278, 30.4539326 ], [ 119.7217932, 30.4539915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7358284, 30.4529222 ], [ 119.7351251, 30.4534384 ], [ 119.7344926, 30.4537643 ], [ 119.7325949, 30.4542231 ], [ 119.7317078, 30.4544359 ], [ 119.7314762, 30.4544699 ], [ 119.731029, 30.4545356 ], [ 119.7305925, 30.4544537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7305925, 30.4544537 ], [ 119.731029, 30.4545356 ], [ 119.7314762, 30.4544699 ], [ 119.7317078, 30.4544359 ], [ 119.7325949, 30.4542231 ], [ 119.7344926, 30.4537643 ], [ 119.7351251, 30.4534384 ], [ 119.7358284, 30.4529222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7488717, 30.433324 ], [ 119.7496172, 30.4340193 ], [ 119.7498292, 30.4342171 ], [ 119.7513197, 30.4356072 ], [ 119.7516129, 30.4359796 ], [ 119.7518443, 30.4364519 ], [ 119.7519909, 30.4368576 ], [ 119.7523071, 30.4372433 ], [ 119.7527468, 30.4376158 ], [ 119.7529011, 30.4378885 ], [ 119.7530708, 30.4385868 ], [ 119.753094, 30.439192 ], [ 119.7530245, 30.4400699 ], [ 119.753094, 30.4404423 ], [ 119.7533331, 30.4411074 ], [ 119.7533254, 30.4414865 ], [ 119.7530082, 30.4427928 ], [ 119.7529768, 30.4429479 ], [ 119.7529569, 30.4431232 ], [ 119.7529481, 30.4432697 ], [ 119.7529625, 30.4434215 ], [ 119.7530046, 30.4436284 ], [ 119.7530681, 30.4438928 ], [ 119.7531329, 30.4440486 ], [ 119.7532083, 30.4442414 ], [ 119.7532241, 30.4442625 ], [ 119.7533576, 30.4444404 ], [ 119.7539697, 30.4452561 ], [ 119.756782, 30.4490045 ], [ 119.7575974, 30.4501065 ], [ 119.7576495, 30.4501992 ], [ 119.7577094, 30.4503883 ], [ 119.7577618, 30.4506137 ], [ 119.7578248, 30.4515503 ], [ 119.7579096, 30.4519756 ], [ 119.7583104, 30.453105 ], [ 119.7583797, 30.4536963 ], [ 119.758419, 30.4543772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.758419, 30.4543772 ], [ 119.7583797, 30.4536963 ], [ 119.7583104, 30.453105 ], [ 119.7579096, 30.4519756 ], [ 119.7578248, 30.4515503 ], [ 119.7577618, 30.4506137 ], [ 119.7577094, 30.4503883 ], [ 119.7576495, 30.4501992 ], [ 119.7575974, 30.4501065 ], [ 119.756782, 30.4490045 ], [ 119.7539697, 30.4452561 ], [ 119.7533576, 30.4444404 ], [ 119.7532241, 30.4442625 ], [ 119.7532083, 30.4442414 ], [ 119.7531329, 30.4440486 ], [ 119.7530681, 30.4438928 ], [ 119.7530046, 30.4436284 ], [ 119.7529625, 30.4434215 ], [ 119.7529481, 30.4432697 ], [ 119.7529569, 30.4431232 ], [ 119.7529768, 30.4429479 ], [ 119.7530082, 30.4427928 ], [ 119.7533254, 30.4414865 ], [ 119.7533331, 30.4411074 ], [ 119.753094, 30.4404423 ], [ 119.7530245, 30.4400699 ], [ 119.753094, 30.439192 ], [ 119.7530708, 30.4385868 ], [ 119.7529011, 30.4378885 ], [ 119.7527468, 30.4376158 ], [ 119.7523071, 30.4372433 ], [ 119.7519909, 30.4368576 ], [ 119.7518443, 30.4364519 ], [ 119.7516129, 30.4359796 ], [ 119.7513197, 30.4356072 ], [ 119.7498292, 30.4342171 ], [ 119.7496172, 30.4340193 ], [ 119.7488717, 30.433324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7448778, 30.4540851 ], [ 119.7449643, 30.4541094 ], [ 119.7453912, 30.4540967 ], [ 119.746554, 30.4539572 ], [ 119.7471575, 30.4539445 ], [ 119.7487987, 30.4542173 ], [ 119.7492918, 30.4542426 ], [ 119.7494581, 30.4542232 ], [ 119.7498879, 30.4541729 ], [ 119.7512348, 30.4539254 ], [ 119.7522945, 30.4538493 ], [ 119.7531492, 30.4539357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7531492, 30.4539357 ], [ 119.7522945, 30.4538493 ], [ 119.7512348, 30.4539254 ], [ 119.7498879, 30.4541729 ], [ 119.7494581, 30.4542232 ], [ 119.7492918, 30.4542426 ], [ 119.7487987, 30.4542173 ], [ 119.7471575, 30.4539445 ], [ 119.746554, 30.4539572 ], [ 119.7453912, 30.4540967 ], [ 119.7449643, 30.4541094 ], [ 119.7448778, 30.4540851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7577813, 30.4545493 ], [ 119.7556947, 30.4541792 ], [ 119.7555546, 30.4541658 ], [ 119.7535896, 30.4539778 ], [ 119.7533912, 30.4539589 ], [ 119.7531492, 30.4539357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7531492, 30.4539357 ], [ 119.7533912, 30.4539589 ], [ 119.7535896, 30.4539778 ], [ 119.7555546, 30.4541658 ], [ 119.7556947, 30.4541792 ], [ 119.7577813, 30.4545493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7577813, 30.4545493 ], [ 119.7580778, 30.4545899 ], [ 119.7581761, 30.4545854 ], [ 119.7582472, 30.4545715 ], [ 119.7583143, 30.4545303 ], [ 119.7583608, 30.4544836 ], [ 119.758419, 30.4543772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.758419, 30.4543772 ], [ 119.7583608, 30.4544836 ], [ 119.7583143, 30.4545303 ], [ 119.7582472, 30.4545715 ], [ 119.7581761, 30.4545854 ], [ 119.7580778, 30.4545899 ], [ 119.7577813, 30.4545493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.758419, 30.4543772 ], [ 119.7584637, 30.4545579 ], [ 119.7585122, 30.4547146 ], [ 119.7585876, 30.4548608 ], [ 119.7586807, 30.4549615 ], [ 119.7590742, 30.4553049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "漕雅线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7590742, 30.4553049 ], [ 119.7586807, 30.4549615 ], [ 119.7585876, 30.4548608 ], [ 119.7585122, 30.4547146 ], [ 119.7584637, 30.4545579 ], [ 119.758419, 30.4543772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7305925, 30.4544537 ], [ 119.7302499, 30.4543893 ], [ 119.7295325, 30.4542696 ], [ 119.7290157, 30.4542829 ], [ 119.7241944, 30.4554533 ], [ 119.7220345, 30.4561249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7220345, 30.4561249 ], [ 119.7241944, 30.4554533 ], [ 119.7290157, 30.4542829 ], [ 119.7295325, 30.4542696 ], [ 119.7302499, 30.4543893 ], [ 119.7305925, 30.4544537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7303348, 30.4575811 ], [ 119.7302669, 30.4574116 ], [ 119.7302281, 30.4573149 ], [ 119.7301882, 30.4572154 ], [ 119.7301882, 30.4568696 ], [ 119.7305036, 30.4548692 ], [ 119.7305122, 30.4548149 ], [ 119.7305816, 30.4545622 ], [ 119.7305925, 30.4544537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7305925, 30.4544537 ], [ 119.7305816, 30.4545622 ], [ 119.7305122, 30.4548149 ], [ 119.7305036, 30.4548692 ], [ 119.7301882, 30.4568696 ], [ 119.7301882, 30.4572154 ], [ 119.7302281, 30.4573149 ], [ 119.7302669, 30.4574116 ], [ 119.7303348, 30.4575811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7448778, 30.4540851 ], [ 119.744823, 30.4542362 ], [ 119.7447435, 30.4542895 ], [ 119.744632, 30.4546313 ], [ 119.7446375, 30.4547476 ], [ 119.7441998, 30.4559547 ], [ 119.7441178, 30.4568124 ], [ 119.7440997, 30.4570011 ], [ 119.7440792, 30.4572154 ], [ 119.7439887, 30.4582942 ], [ 119.7448343, 30.4589767 ], [ 119.7451347, 30.4593327 ], [ 119.7453386, 30.4595824 ], [ 119.745531, 30.4598318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.745531, 30.4598318 ], [ 119.7453386, 30.4595824 ], [ 119.7451347, 30.4593327 ], [ 119.7448343, 30.4589767 ], [ 119.7439887, 30.4582942 ], [ 119.7440792, 30.4572154 ], [ 119.7440997, 30.4570011 ], [ 119.7441178, 30.4568124 ], [ 119.7441998, 30.4559547 ], [ 119.7446375, 30.4547476 ], [ 119.744632, 30.4546313 ], [ 119.7447435, 30.4542895 ], [ 119.744823, 30.4542362 ], [ 119.7448778, 30.4540851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7303348, 30.4575811 ], [ 119.7286994, 30.4594031 ], [ 119.7285065, 30.4595427 ], [ 119.7282134, 30.4595893 ], [ 119.7279434, 30.4595693 ], [ 119.7274261, 30.4593617 ], [ 119.7272131, 30.4592762 ], [ 119.7269329, 30.4591637 ], [ 119.7265086, 30.4591238 ], [ 119.7259146, 30.4592435 ], [ 119.7257604, 30.4592635 ], [ 119.7255907, 30.4591571 ], [ 119.724611, 30.4583724 ], [ 119.7241944, 30.4581065 ], [ 119.7237547, 30.45802 ], [ 119.7233536, 30.4579003 ], [ 119.7225745, 30.4574548 ], [ 119.7222464, 30.4573893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7222464, 30.4573893 ], [ 119.7225745, 30.4574548 ], [ 119.7233536, 30.4579003 ], [ 119.7237547, 30.45802 ], [ 119.7241944, 30.4581065 ], [ 119.724611, 30.4583724 ], [ 119.7255907, 30.4591571 ], [ 119.7257604, 30.4592635 ], [ 119.7259146, 30.4592435 ], [ 119.7265086, 30.4591238 ], [ 119.7269329, 30.4591637 ], [ 119.7272131, 30.4592762 ], [ 119.7274261, 30.4593617 ], [ 119.7279434, 30.4595693 ], [ 119.7282134, 30.4595893 ], [ 119.7285065, 30.4595427 ], [ 119.7286994, 30.4594031 ], [ 119.7303348, 30.4575811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7306202, 30.4604603 ], [ 119.7307205, 30.4599217 ], [ 119.7307513, 30.4596824 ], [ 119.7308902, 30.4593432 ], [ 119.7310753, 30.4589709 ], [ 119.7310676, 30.4585985 ], [ 119.7309673, 30.4581331 ], [ 119.7308593, 30.4579868 ], [ 119.7305507, 30.4577806 ], [ 119.7303348, 30.4575811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7303348, 30.4575811 ], [ 119.7305507, 30.4577806 ], [ 119.7308593, 30.4579868 ], [ 119.7309673, 30.4581331 ], [ 119.7310676, 30.4585985 ], [ 119.7310753, 30.4589709 ], [ 119.7308902, 30.4593432 ], [ 119.7307513, 30.4596824 ], [ 119.7307205, 30.4599217 ], [ 119.7306202, 30.4604603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7590742, 30.4553049 ], [ 119.7588319, 30.4551599 ], [ 119.75861, 30.4550083 ], [ 119.7584225, 30.4548597 ], [ 119.7582694, 30.4547563 ], [ 119.7580364, 30.4546388 ], [ 119.7577813, 30.4545493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7577813, 30.4545493 ], [ 119.7580364, 30.4546388 ], [ 119.7582694, 30.4547563 ], [ 119.7584225, 30.4548597 ], [ 119.75861, 30.4550083 ], [ 119.7588319, 30.4551599 ], [ 119.7590742, 30.4553049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7531492, 30.4539357 ], [ 119.7527729, 30.4550864 ], [ 119.7525742, 30.4555432 ], [ 119.752243, 30.4560571 ], [ 119.7520517, 30.456368 ], [ 119.7519634, 30.4565012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7519634, 30.4565012 ], [ 119.7520517, 30.456368 ], [ 119.752243, 30.4560571 ], [ 119.7525742, 30.4555432 ], [ 119.7527729, 30.4550864 ], [ 119.7531492, 30.4539357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7557536, 30.461329 ], [ 119.7558198, 30.4612021 ], [ 119.756048, 30.4606502 ], [ 119.7565558, 30.4594512 ], [ 119.7568943, 30.458747 ], [ 119.7570098, 30.4581607 ], [ 119.7576115, 30.4551072 ], [ 119.7576482, 30.4549206 ], [ 119.7576818, 30.4547502 ], [ 119.7577813, 30.4545493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7577813, 30.4545493 ], [ 119.7576818, 30.4547502 ], [ 119.7576482, 30.4549206 ], [ 119.7576115, 30.4551072 ], [ 119.7570098, 30.4581607 ], [ 119.7568943, 30.458747 ], [ 119.7565558, 30.4594512 ], [ 119.756048, 30.4606502 ], [ 119.7558198, 30.4612021 ], [ 119.7557536, 30.461329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.745531, 30.4598318 ], [ 119.7457076, 30.459781 ], [ 119.7459098, 30.4596293 ], [ 119.7463332, 30.4593116 ], [ 119.748048, 30.4580682 ], [ 119.7482545, 30.4580083 ], [ 119.7488134, 30.4578461 ], [ 119.7490489, 30.4577446 ], [ 119.7501823, 30.4575416 ], [ 119.7503884, 30.4573894 ], [ 119.7506607, 30.4572752 ], [ 119.7514555, 30.4569326 ], [ 119.7517205, 30.4567676 ], [ 119.7519634, 30.4565012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7519634, 30.4565012 ], [ 119.7517205, 30.4567676 ], [ 119.7514555, 30.4569326 ], [ 119.7506607, 30.4572752 ], [ 119.7503884, 30.4573894 ], [ 119.7501823, 30.4575416 ], [ 119.7490489, 30.4577446 ], [ 119.7488134, 30.4578461 ], [ 119.7482545, 30.4580083 ], [ 119.748048, 30.4580682 ], [ 119.7463332, 30.4593116 ], [ 119.7459098, 30.4596293 ], [ 119.7457076, 30.459781 ], [ 119.745531, 30.4598318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7519634, 30.4565012 ], [ 119.7522725, 30.4566217 ], [ 119.7529716, 30.4572244 ], [ 119.7531998, 30.4575733 ], [ 119.7538842, 30.4588104 ], [ 119.7547895, 30.4600538 ], [ 119.7550323, 30.4603964 ], [ 119.7553562, 30.4607326 ], [ 119.7557536, 30.461329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7557536, 30.461329 ], [ 119.7553562, 30.4607326 ], [ 119.7550323, 30.4603964 ], [ 119.7547895, 30.4600538 ], [ 119.7538842, 30.4588104 ], [ 119.7531998, 30.4575733 ], [ 119.7529716, 30.4572244 ], [ 119.7522725, 30.4566217 ], [ 119.7519634, 30.4565012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7549626, 30.4634173 ], [ 119.7582629, 30.4652468 ], [ 119.7585071, 30.4652611 ], [ 119.758715, 30.4652733 ], [ 119.7588233, 30.4652796 ], [ 119.7604665, 30.4660655 ], [ 119.7613499, 30.4665485 ], [ 119.7617868, 30.4668433 ], [ 119.7619863, 30.4672772 ], [ 119.7624422, 30.4677847 ], [ 119.7626285, 30.4678952 ], [ 119.7637137, 30.4685384 ], [ 119.7639789, 30.4687058 ], [ 119.7639889, 30.468755 ], [ 119.7640474, 30.4687917 ], [ 119.7645508, 30.4691355 ], [ 119.7650745, 30.4692152 ], [ 119.7651967, 30.4692338 ], [ 119.7660705, 30.4689472 ], [ 119.7663673, 30.4687967 ], [ 119.766621, 30.4686681 ], [ 119.7668779, 30.4685379 ], [ 119.7677897, 30.468235 ], [ 119.7683121, 30.4678993 ], [ 119.769319, 30.4675391 ], [ 119.7704968, 30.4676947 ], [ 119.7708777, 30.4676622 ], [ 119.7713611, 30.467621 ], [ 119.7721685, 30.4674081 ], [ 119.7733475, 30.4662819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7733475, 30.4662819 ], [ 119.7721685, 30.4674081 ], [ 119.7713611, 30.467621 ], [ 119.7708777, 30.4676622 ], [ 119.7704968, 30.4676947 ], [ 119.769319, 30.4675391 ], [ 119.7683121, 30.4678993 ], [ 119.7677897, 30.468235 ], [ 119.7668779, 30.4685379 ], [ 119.766621, 30.4686681 ], [ 119.7663673, 30.4687967 ], [ 119.7660705, 30.4689472 ], [ 119.7651967, 30.4692338 ], [ 119.7650745, 30.4692152 ], [ 119.7645508, 30.4691355 ], [ 119.7640474, 30.4687917 ], [ 119.7639889, 30.468755 ], [ 119.7639789, 30.4687058 ], [ 119.7637137, 30.4685384 ], [ 119.7626285, 30.4678952 ], [ 119.7624422, 30.4677847 ], [ 119.7619863, 30.4672772 ], [ 119.7617868, 30.4668433 ], [ 119.7613499, 30.4665485 ], [ 119.7604665, 30.4660655 ], [ 119.7588233, 30.4652796 ], [ 119.758715, 30.4652733 ], [ 119.7585071, 30.4652611 ], [ 119.7582629, 30.4652468 ], [ 119.7549626, 30.4634173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7739978, 30.4668549 ], [ 119.7738129, 30.4666755 ], [ 119.7736729, 30.4665445 ], [ 119.7733475, 30.4662819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7733475, 30.4662819 ], [ 119.7736729, 30.4665445 ], [ 119.7738129, 30.4666755 ], [ 119.7739978, 30.4668549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.777174, 30.4672224 ], [ 119.776796, 30.4672158 ], [ 119.7743892, 30.4669232 ], [ 119.7739978, 30.4668549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7739978, 30.4668549 ], [ 119.7743892, 30.4669232 ], [ 119.776796, 30.4672158 ], [ 119.777174, 30.4672224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7739978, 30.4668549 ], [ 119.7740867, 30.4669574 ], [ 119.774492, 30.467394 ], [ 119.7751598, 30.4681346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7751598, 30.4681346 ], [ 119.774492, 30.467394 ], [ 119.7740867, 30.4669574 ], [ 119.7739978, 30.4668549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7751598, 30.4681346 ], [ 119.7754461, 30.4679538 ], [ 119.777174, 30.4672224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.777174, 30.4672224 ], [ 119.7754461, 30.4679538 ], [ 119.7751598, 30.4681346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7143248, 30.4354048 ], [ 119.7144698, 30.4349773 ], [ 119.7144792, 30.4349266 ], [ 119.7145292, 30.4347354 ], [ 119.7145096, 30.4346029 ], [ 119.7142932, 30.4340016 ], [ 119.7142825, 30.4339306 ], [ 119.7143944, 30.4335113 ], [ 119.7144354, 30.4333576 ], [ 119.7144881, 30.4331598 ], [ 119.7144917, 30.4330842 ], [ 119.7144613, 30.433001 ], [ 119.7143737, 30.4329146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7152607, 30.4556237 ], [ 119.7153465, 30.4555264 ], [ 119.7157631, 30.4554533 ], [ 119.7187479, 30.45473 ], [ 119.7192587, 30.4546063 ], [ 119.7217182, 30.4540103 ], [ 119.7217932, 30.4539915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7217932, 30.4539915 ], [ 119.7217182, 30.4540103 ], [ 119.7192587, 30.4546063 ], [ 119.7187479, 30.45473 ], [ 119.7157631, 30.4554533 ], [ 119.7153465, 30.4555264 ], [ 119.7152607, 30.4556237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7217932, 30.4539915 ], [ 119.7220345, 30.4561249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7220345, 30.4561249 ], [ 119.7217932, 30.4539915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7152607, 30.4556237 ], [ 119.7157785, 30.4557326 ], [ 119.7165807, 30.455819 ], [ 119.7209237, 30.4561515 ], [ 119.7214945, 30.4561581 ], [ 119.7220345, 30.4561249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7220345, 30.4561249 ], [ 119.7214945, 30.4561581 ], [ 119.7209237, 30.4561515 ], [ 119.7165807, 30.455819 ], [ 119.7157785, 30.4557326 ], [ 119.7152607, 30.4556237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7220345, 30.4561249 ], [ 119.7220654, 30.4562113 ], [ 119.7221194, 30.4564574 ], [ 119.7221194, 30.4565571 ], [ 119.7222464, 30.4573893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7222464, 30.4573893 ], [ 119.7221194, 30.4565571 ], [ 119.7221194, 30.4564574 ], [ 119.7220654, 30.4562113 ], [ 119.7220345, 30.4561249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7340856, 30.5154041 ], [ 119.7339929, 30.5152736 ], [ 119.733916, 30.5152166 ], [ 119.7330058, 30.5150641 ], [ 119.732684, 30.515044 ], [ 119.7325516, 30.5150055 ], [ 119.7322548, 30.5148561 ], [ 119.7321386, 30.5148376 ], [ 119.7319526, 30.5148576 ], [ 119.7316576, 30.5148977 ], [ 119.7314197, 30.5148869 ], [ 119.7312141, 30.5148731 ], [ 119.7311265, 30.5149023 ], [ 119.7306687, 30.5150826 ], [ 119.7305436, 30.5150918 ], [ 119.7302056, 30.5150117 ], [ 119.7299785, 30.5149639 ], [ 119.7297436, 30.5149397 ], [ 119.7296048, 30.5149254 ], [ 119.729181, 30.5148731 ], [ 119.7289503, 30.5148838 ], [ 119.7288198, 30.5148761 ], [ 119.7287071, 30.5148453 ], [ 119.7285873, 30.5147929 ], [ 119.7284479, 30.5147082 ], [ 119.7279668, 30.5143 ], [ 119.7277773, 30.5141521 ], [ 119.7276271, 30.5140212 ], [ 119.7272802, 30.5137054 ], [ 119.727062, 30.5135529 ], [ 119.7269101, 30.5134512 ], [ 119.7266597, 30.5133264 ], [ 119.7263826, 30.5132216 ], [ 119.7261125, 30.5131492 ], [ 119.7257227, 30.5131123 ], [ 119.72556, 30.5131215 ], [ 119.7254384, 30.5131554 ], [ 119.7253401, 30.5132139 ], [ 119.725256, 30.5133002 ], [ 119.7251219, 30.5135575 ], [ 119.7248698, 30.5140766 ], [ 119.7247285, 30.5143108 ], [ 119.7246355, 30.5144232 ], [ 119.7245247, 30.5144987 ], [ 119.7243423, 30.5145696 ], [ 119.724167, 30.5146173 ], [ 119.7239811, 30.514662 ], [ 119.7238756, 30.5146774 ], [ 119.7234983, 30.5146897 ], [ 119.7231668, 30.5147107 ], [ 119.7223736, 30.5147608 ], [ 119.7221483, 30.5147701 ], [ 119.7217388, 30.5147624 ], [ 119.7215296, 30.5147347 ], [ 119.7205457, 30.5144974 ], [ 119.7204813, 30.5144774 ], [ 119.7204098, 30.5144358 ], [ 119.7198222, 30.5139384 ], [ 119.7197382, 30.5138428 ], [ 119.7196541, 30.5136796 ], [ 119.7195486, 30.5135394 ], [ 119.7194503, 30.51345 ], [ 119.7193072, 30.5133822 ], [ 119.7192438, 30.5133691 ], [ 119.7186416, 30.5132443 ], [ 119.7181105, 30.5131688 ], [ 119.7179961, 30.5131288 ], [ 119.7179067, 30.5130779 ], [ 119.7178656, 30.5130425 ], [ 119.7178262, 30.5129624 ], [ 119.717692, 30.5122391 ], [ 119.7176813, 30.5119865 ], [ 119.7176294, 30.5111182 ], [ 119.7177081, 30.5103091 ], [ 119.7177385, 30.5101684 ], [ 119.7177921, 30.5100698 ], [ 119.7178941, 30.5098896 ], [ 119.7181748, 30.5096015 ], [ 119.7185127, 30.5091258 ], [ 119.7185628, 30.508981 ], [ 119.71857, 30.5088315 ], [ 119.7185378, 30.5085737 ], [ 119.7184895, 30.5083195 ], [ 119.7184698, 30.5080437 ], [ 119.7184984, 30.5076458 ], [ 119.7185396, 30.5071758 ], [ 119.7185127, 30.5070926 ], [ 119.7184341, 30.5070094 ], [ 119.7183178, 30.5069047 ], [ 119.7181784, 30.5067583 ], [ 119.7181033, 30.5066496 ], [ 119.7180657, 30.5065402 ], [ 119.7180672, 30.5063066 ], [ 119.7180677, 30.5062107 ], [ 119.7180693, 30.505961 ], [ 119.7180478, 30.5057407 ], [ 119.7180729, 30.5054664 ], [ 119.7180872, 30.5051491 ], [ 119.7180818, 30.504938 ], [ 119.7180639, 30.5047254 ], [ 119.7180603, 30.5045251 ], [ 119.7180764, 30.5042709 ], [ 119.7180693, 30.5040105 ], [ 119.7180407, 30.5038626 ], [ 119.7180031, 30.5037717 ], [ 119.7179441, 30.5036747 ], [ 119.7178136, 30.503613 ], [ 119.7177403, 30.5036007 ], [ 119.7176082, 30.5035898 ], [ 119.7174041, 30.503573 ], [ 119.7172074, 30.5035529 ], [ 119.7170125, 30.5034775 ], [ 119.7169374, 30.5034189 ], [ 119.7168337, 30.503308 ], [ 119.7166281, 30.5030137 ], [ 119.7164957, 30.5028997 ], [ 119.7162186, 30.5026933 ], [ 119.7161149, 30.5025669 ], [ 119.7160183, 30.5024206 ], [ 119.7159664, 30.5022665 ], [ 119.7159537, 30.5021447 ], [ 119.7159289, 30.5019075 ], [ 119.7158878, 30.5016518 ], [ 119.715827, 30.501413 ], [ 119.7157376, 30.5012573 ], [ 119.7156589, 30.501131 ], [ 119.7155927, 30.5009369 ], [ 119.7155283, 30.5007489 ], [ 119.7154711, 30.5004361 ], [ 119.7154121, 30.5003206 ], [ 119.7153477, 30.5002466 ], [ 119.7152601, 30.5001788 ], [ 119.715101, 30.5000802 ], [ 119.714974, 30.5000078 ], [ 119.7148632, 30.4999169 ], [ 119.7148363, 30.4998538 ], [ 119.7148381, 30.499732 ], [ 119.7148703, 30.4995656 ], [ 119.7149526, 30.4993299 ], [ 119.7149311, 30.4991666 ], [ 119.7148596, 30.4990557 ], [ 119.7144501, 30.4987337 ], [ 119.7143553, 30.4985934 ], [ 119.7142641, 30.4983146 ], [ 119.7142015, 30.4982483 ], [ 119.7141121, 30.498216 ], [ 119.7136007, 30.4981605 ], [ 119.7130625, 30.4982098 ], [ 119.7129338, 30.4982144 ], [ 119.7123651, 30.4981112 ], [ 119.7121273, 30.4980896 ], [ 119.7117214, 30.4980819 ], [ 119.711607, 30.4980603 ], [ 119.7107486, 30.4977661 ], [ 119.7105144, 30.4976613 ], [ 119.7104429, 30.4975766 ], [ 119.7101782, 30.4971744 ], [ 119.7100513, 30.4970327 ], [ 119.7099243, 30.4969448 ], [ 119.7096114, 30.496743 ], [ 119.7094272, 30.4965442 ], [ 119.709289, 30.4963664 ], [ 119.7091912, 30.4962407 ], [ 119.7090481, 30.4961051 ], [ 119.7090159, 30.4960389 ], [ 119.7090374, 30.4959942 ], [ 119.7091071, 30.4959495 ], [ 119.7091608, 30.495951 ], [ 119.7095417, 30.4961128 ], [ 119.7097223, 30.4961775 ], [ 119.7098456, 30.4961991 ], [ 119.7099744, 30.496233 ], [ 119.7100656, 30.49627 ], [ 119.7101979, 30.4963486 ], [ 119.7102533, 30.4963717 ], [ 119.7103374, 30.4963624 ], [ 119.7103642, 30.4963347 ], [ 119.7103839, 30.4962839 ], [ 119.7103714, 30.4962453 ], [ 119.7102694, 30.4959788 ], [ 119.7102515, 30.4958956 ], [ 119.7102533, 30.4958262 ], [ 119.7102819, 30.49576 ], [ 119.7103231, 30.4957292 ], [ 119.7103982, 30.49574 ], [ 119.7105484, 30.4958108 ], [ 119.7107397, 30.4959279 ], [ 119.7108416, 30.4959896 ], [ 119.7108971, 30.4960096 ], [ 119.7109525, 30.496005 ], [ 119.7110097, 30.4959726 ], [ 119.7110151, 30.4959094 ], [ 119.7109811, 30.4957769 ], [ 119.7109293, 30.4956383 ], [ 119.7107987, 30.4954518 ], [ 119.7106986, 30.4953232 ], [ 119.7105359, 30.4950396 ], [ 119.7103016, 30.4945712 ], [ 119.7102623, 30.4944325 ], [ 119.7102498, 30.4942661 ], [ 119.7102319, 30.4940506 ], [ 119.7101246, 30.4935252 ], [ 119.710087, 30.4933372 ], [ 119.7100233, 30.4932224 ], [ 119.7099071, 30.4930837 ], [ 119.7098123, 30.4929466 ], [ 119.7097158, 30.4928433 ], [ 119.7096585, 30.4927817 ], [ 119.7095924, 30.4926661 ], [ 119.7095173, 30.4924612 ], [ 119.7094136, 30.492229 ], [ 119.7093027, 30.4920333 ], [ 119.7091529, 30.4918966 ], [ 119.7089651, 30.4917472 ], [ 119.7088972, 30.4916455 ], [ 119.7088739, 30.4915546 ], [ 119.7088847, 30.491231 ], [ 119.7088686, 30.4910542 ], [ 119.7088132, 30.4908739 ], [ 119.7086093, 30.4903213 ], [ 119.7085878, 30.4901626 ], [ 119.7085342, 30.4900378 ], [ 119.7084591, 30.4899006 ], [ 119.7083357, 30.4898051 ], [ 119.7081194, 30.4897049 ], [ 119.7079136, 30.4896366 ], [ 119.7078063, 30.4895688 ], [ 119.7077634, 30.4894933 ], [ 119.7075846, 30.4891666 ], [ 119.7074969, 30.4890156 ], [ 119.7074791, 30.4889109 ], [ 119.7074969, 30.4888215 ], [ 119.7076328, 30.4884691 ], [ 119.707851, 30.4881055 ], [ 119.707969, 30.4879019 ], [ 119.7079905, 30.487831 ], [ 119.7079815, 30.4877124 ], [ 119.7079279, 30.487529 ], [ 119.7078778, 30.4874396 ], [ 119.707674, 30.4871438 ], [ 119.7076294, 30.4870788 ], [ 119.7074969, 30.4868857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593461, 30.3532857 ], [ 120.0596181, 30.354038 ], [ 120.0594816, 30.3540631 ], [ 120.0592004, 30.3533343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0639158, 30.3533052 ], [ 120.0640977, 30.353509 ], [ 120.0662992, 30.3554809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638167, 30.3533935 ], [ 120.0623055, 30.3547318 ], [ 120.0611487, 30.3555005 ], [ 120.0610808, 30.3554145 ], [ 120.0622512, 30.3546336 ], [ 120.0637427, 30.353311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066245, 30.3555419 ], [ 120.0659053, 30.3552246 ], [ 120.0638167, 30.3533935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066245, 30.3555419 ], [ 120.0662992, 30.3554809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0662992, 30.3554809 ], [ 120.0664005, 30.3555838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066334, 30.3556277 ], [ 120.066245, 30.3555419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664005, 30.3555838 ], [ 120.066334, 30.3556277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0554006, 30.361196 ], [ 120.0562108, 30.3611877 ], [ 120.0575194, 30.3611692 ], [ 120.0582185, 30.3611182 ], [ 120.0586181, 30.3610541 ], [ 120.0590514, 30.3609816 ], [ 120.0598053, 30.3608068 ], [ 120.0605026, 30.3605777 ], [ 120.0611376, 30.3603079 ], [ 120.0615519, 30.3600831 ], [ 120.0621021, 30.3597543 ], [ 120.0627306, 30.3593009 ], [ 120.0631487, 30.3589259 ], [ 120.0635416, 30.358517 ], [ 120.0644314, 30.3575089 ], [ 120.065201, 30.3566702 ], [ 120.0657816, 30.3560383 ], [ 120.066245, 30.3555419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066334, 30.3556277 ], [ 120.0660355, 30.3559538 ], [ 120.0655593, 30.3564439 ], [ 120.0645528, 30.3575957 ], [ 120.0636852, 30.3585664 ], [ 120.0633895, 30.3588921 ], [ 120.0631059, 30.3591496 ], [ 120.0627814, 30.3594409 ], [ 120.0624224, 30.359688 ], [ 120.0619897, 30.3599722 ], [ 120.061633, 30.3601809 ], [ 120.0612831, 30.3603846 ], [ 120.0608466, 30.3605807 ], [ 120.060251, 30.3607961 ], [ 120.0597644, 30.3609636 ], [ 120.0591677, 30.3610942 ], [ 120.0586671, 30.3611887 ], [ 120.0582234, 30.3612504 ], [ 120.0575298, 30.3613048 ], [ 120.05742, 30.3613134 ], [ 120.0569806, 30.3613171 ], [ 120.0553981, 30.3613085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0553729, 30.3572661 ], [ 120.056732, 30.3572576 ], [ 120.0576966, 30.3572515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0576966, 30.3572515 ], [ 120.056732, 30.3572576 ], [ 120.0553729, 30.3572661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0537429, 30.3572612 ], [ 120.0553729, 30.3572661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0553729, 30.3572661 ], [ 120.0537429, 30.3572612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475646, 30.3573187 ], [ 120.0535174, 30.35731 ], [ 120.0537429, 30.3572612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0473982, 30.3573189 ], [ 120.0475646, 30.3573187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374934, 30.3543627 ], [ 120.0415081, 30.3542126 ], [ 120.0436407, 30.3542029 ], [ 120.0457782, 30.354083 ], [ 120.0471997, 30.3540923 ], [ 120.0482458, 30.3542751 ], [ 120.0491507, 30.3545167 ], [ 120.0494967, 30.3547481 ], [ 120.0498708, 30.3549589 ], [ 120.0502087, 30.3552042 ], [ 120.050595, 30.3555885 ], [ 120.0509597, 30.3560236 ], [ 120.0512602, 30.3565837 ], [ 120.0514425, 30.3571391 ], [ 120.0515445, 30.3576854 ], [ 120.0515981, 30.3583519 ], [ 120.0516142, 30.3589074 ], [ 120.0516035, 30.3599674 ], [ 120.0515448, 30.3612099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "东西大道", "疏港公路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513407, 30.3612061 ], [ 120.0513286, 30.3605551 ], [ 120.051342, 30.359664 ], [ 120.0513394, 30.3591595 ], [ 120.0513447, 30.3588054 ], [ 120.0513313, 30.3583564 ], [ 120.0513152, 30.3580717 ], [ 120.0512723, 30.3576134 ], [ 120.0511865, 30.3571783 ], [ 120.0510872, 30.356896 ], [ 120.050988, 30.3566367 ], [ 120.0507037, 30.3561183 ], [ 120.0503094, 30.3556415 ], [ 120.0497729, 30.3551879 ], [ 120.0492767, 30.3549217 ], [ 120.0488717, 30.3547689 ], [ 120.0481544, 30.3544355 ], [ 120.0469421, 30.3543156 ], [ 120.0436207, 30.3543633 ], [ 120.0429946, 30.3543723 ], [ 120.0422653, 30.3543876 ], [ 120.0397228, 30.3544578 ], [ 120.0386224, 30.3545145 ], [ 120.0375011, 30.3545582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0553729, 30.3572661 ], [ 120.0553571, 30.357539 ], [ 120.0553571, 30.3580309 ], [ 120.055391, 30.3600354 ], [ 120.0554006, 30.361196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0554006, 30.361196 ], [ 120.055391, 30.3600354 ], [ 120.0553571, 30.3580309 ], [ 120.0553571, 30.357539 ], [ 120.0553729, 30.3572661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.019484, 30.3559917 ], [ 120.0194505, 30.3560718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0194505, 30.3560718 ], [ 120.019369, 30.3560055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0157894, 30.3565374 ], [ 120.0160484, 30.356469 ], [ 120.0163463, 30.3563904 ], [ 120.0180231, 30.3558882 ], [ 120.0187524, 30.3556742 ], [ 120.0188653, 30.3556517 ], [ 120.0189968, 30.3556516 ], [ 120.0190693, 30.3556654 ], [ 120.019136, 30.3556842 ], [ 120.0191927, 30.3557225 ], [ 120.0192379, 30.3557658 ], [ 120.0194013, 30.3559178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.019369, 30.3560055 ], [ 120.0192849, 30.3559201 ], [ 120.0191528, 30.3558092 ], [ 120.0190968, 30.3557664 ], [ 120.0190007, 30.3557285 ], [ 120.0188756, 30.3557338 ], [ 120.0187456, 30.3557613 ], [ 120.0185986, 30.355811 ], [ 120.0172097, 30.3562278 ], [ 120.016077, 30.3565427 ], [ 120.0158234, 30.3566108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0157213, 30.3565526 ], [ 120.0157894, 30.3565374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0157894, 30.3565374 ], [ 120.0158234, 30.3566108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0157518, 30.3566258 ], [ 120.0157213, 30.3565526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158234, 30.3566108 ], [ 120.0157518, 30.3566258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0208681, 30.361619 ], [ 120.0208013, 30.3614354 ], [ 120.0206641, 30.3610114 ], [ 120.0206599, 30.3609984 ], [ 120.0205879, 30.3608542 ], [ 120.020503, 30.3607144 ], [ 120.0203076, 30.3604416 ], [ 120.0202381, 30.3603232 ], [ 120.020102, 30.3601044 ], [ 120.0197266, 30.3594854 ], [ 120.0196924, 30.3594293 ], [ 120.0195826, 30.3592503 ], [ 120.0193387, 30.3588481 ], [ 120.0193095, 30.3588203 ], [ 120.0192649, 30.3587066 ], [ 120.019161, 30.3585071 ], [ 120.0190607, 30.3582076 ], [ 120.0190016, 30.3579547 ], [ 120.0189425, 30.357673 ], [ 120.0189245, 30.3573912 ], [ 120.0189399, 30.3572448 ], [ 120.0189656, 30.3570762 ], [ 120.0190633, 30.3568189 ], [ 120.019369, 30.3560055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0194505, 30.3560718 ], [ 120.0191557, 30.3568232 ], [ 120.0191121, 30.3569342 ], [ 120.0190556, 30.357145 ], [ 120.0190093, 30.3573713 ], [ 120.0190107, 30.3574214 ], [ 120.0190114, 30.3574476 ], [ 120.0190144, 30.3575598 ], [ 120.0190813, 30.3579015 ], [ 120.0191026, 30.3579886 ], [ 120.0191816, 30.3583119 ], [ 120.0192664, 30.3585404 ], [ 120.0193375, 30.3586824 ], [ 120.0193852, 30.3587985 ], [ 120.0194239, 30.3588374 ], [ 120.0194984, 30.358963 ], [ 120.0197008, 30.3593043 ], [ 120.0197588, 30.3594021 ], [ 120.0201997, 30.3600777 ], [ 120.0203041, 30.3602759 ], [ 120.0204722, 30.3605281 ], [ 120.0206984, 30.3608586 ], [ 120.0207518, 30.3609805 ], [ 120.0207704, 30.3610228 ], [ 120.0208552, 30.3613045 ], [ 120.0209494, 30.3615962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0278494, 30.3588525 ], [ 120.0279521, 30.3588217 ], [ 120.0287921, 30.3585456 ], [ 120.0302255, 30.3580572 ], [ 120.030683, 30.357944 ], [ 120.0311509, 30.3578295 ], [ 120.0315334, 30.357773 ], [ 120.0323219, 30.3576205 ], [ 120.0339341, 30.3574054 ], [ 120.0341022, 30.3573931 ], [ 120.0342289, 30.3573839 ], [ 120.0374218, 30.3572918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.027813, 30.3587785 ], [ 120.0278494, 30.3588525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.019484, 30.3559917 ], [ 120.0197739, 30.3561075 ], [ 120.0200685, 30.3561691 ], [ 120.0204332, 30.3561777 ], [ 120.0206703, 30.3561701 ], [ 120.0207568, 30.3561709 ], [ 120.0208284, 30.3561817 ], [ 120.0210175, 30.3562471 ], [ 120.0211107, 30.356294 ], [ 120.0211707, 30.3563343 ], [ 120.0216836, 30.3567762 ], [ 120.0218181, 30.3569014 ], [ 120.0219908, 30.3570801 ], [ 120.022457, 30.3577449 ], [ 120.0226238, 30.3579826 ], [ 120.0230454, 30.3585603 ], [ 120.0232145, 30.3587559 ], [ 120.0234478, 30.3589461 ], [ 120.023638, 30.3590778 ], [ 120.0238463, 30.3591915 ], [ 120.0239712, 30.3592987 ], [ 120.0241623, 30.3595318 ], [ 120.0242484, 30.3596566 ], [ 120.0244665, 30.3600156 ], [ 120.0246205, 30.360316 ], [ 120.025026, 30.3610158 ], [ 120.0250733, 30.3611004 ], [ 120.0251777, 30.3612135 ], [ 120.0253123, 30.3613693 ], [ 120.0254708, 30.3615526 ], [ 120.0257203, 30.3618474 ], [ 120.0258343, 30.3620135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0256282, 30.3620253 ], [ 120.025623, 30.3619457 ], [ 120.025601, 30.3618464 ], [ 120.0255302, 30.3617511 ], [ 120.025083, 30.3612587 ], [ 120.0249768, 30.3611548 ], [ 120.0249418, 30.3611044 ], [ 120.024837, 30.3609332 ], [ 120.0246928, 30.3606535 ], [ 120.0243741, 30.3600864 ], [ 120.0243317, 30.3600206 ], [ 120.0241533, 30.3596753 ], [ 120.0240496, 30.3595238 ], [ 120.0239044, 30.3593486 ], [ 120.0237839, 30.3592477 ], [ 120.0235866, 30.3591259 ], [ 120.0234691, 30.3590525 ], [ 120.0233794, 30.3589964 ], [ 120.023236, 30.3588879 ], [ 120.0231397, 30.3587958 ], [ 120.0230875, 30.3587459 ], [ 120.0229652, 30.3585977 ], [ 120.0227909, 30.3583602 ], [ 120.0224829, 30.3579092 ], [ 120.0223908, 30.3577829 ], [ 120.0223531, 30.3577312 ], [ 120.0219425, 30.3571682 ], [ 120.021862, 30.3570694 ], [ 120.0217547, 30.3569578 ], [ 120.0213472, 30.3566004 ], [ 120.021305, 30.3565645 ], [ 120.0210963, 30.3563868 ], [ 120.0210303, 30.3563448 ], [ 120.0209494, 30.3563028 ], [ 120.020878, 30.3562771 ], [ 120.0207971, 30.3562579 ], [ 120.0207718, 30.3562519 ], [ 120.0206262, 30.3562487 ], [ 120.0204682, 30.3562552 ], [ 120.0202152, 30.3562573 ], [ 120.0200174, 30.3562448 ], [ 120.0197401, 30.3561733 ], [ 120.0194505, 30.3560718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375418, 30.3572915 ], [ 120.0375253, 30.3594993 ], [ 120.0375262, 30.3595783 ], [ 120.0375259, 30.3602243 ], [ 120.0375304, 30.3610356 ], [ 120.0374752, 30.3612731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374752, 30.3612731 ], [ 120.0374526, 30.3610518 ], [ 120.0374512, 30.360331 ], [ 120.0374629, 30.3602241 ], [ 120.0374524, 30.3595814 ], [ 120.0374491, 30.3595016 ], [ 120.0374384, 30.3586391 ], [ 120.0374218, 30.3572918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0292005, 30.3623451 ], [ 120.0283229, 30.3603589 ], [ 120.0271878, 30.3581323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0278494, 30.3588525 ], [ 120.0293415, 30.3623007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374752, 30.3612731 ], [ 120.038608, 30.3612667 ], [ 120.0400599, 30.3612554 ], [ 120.0417885, 30.3612595 ], [ 120.0425887, 30.3612553 ], [ 120.0428963, 30.3612549 ], [ 120.0432267, 30.3612529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374752, 30.3612731 ], [ 120.0374749, 30.3613858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475646, 30.3573187 ], [ 120.0475972, 30.3612272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474487, 30.3612273 ], [ 120.0473982, 30.3573189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513407, 30.3612061 ], [ 120.0515448, 30.3612099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515448, 30.3612099 ], [ 120.0527465, 30.3612208 ], [ 120.0536514, 30.3612092 ], [ 120.0554006, 30.361196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475972, 30.3612272 ], [ 120.0494281, 30.3612258 ], [ 120.0495731, 30.3612257 ], [ 120.0500887, 30.361232 ], [ 120.0513407, 30.3612061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474487, 30.3612273 ], [ 120.0475972, 30.3612272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434564, 30.3612496 ], [ 120.0448535, 30.3612299 ], [ 120.0454094, 30.3612293 ], [ 120.0474487, 30.3612273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0432267, 30.3612529 ], [ 120.0434564, 30.3612496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0553981, 30.3613085 ], [ 120.0554006, 30.361196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0554006, 30.361196 ], [ 120.0553981, 30.3613085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0158234, 30.3566108 ], [ 120.0158942, 30.3567928 ], [ 120.0160814, 30.3575709 ], [ 120.0162436, 30.3581217 ], [ 120.0162783, 30.3582274 ], [ 120.016355, 30.3584867 ], [ 120.0164941, 30.3589407 ], [ 120.0166381, 30.3594414 ], [ 120.016678, 30.3595701 ], [ 120.0167013, 30.359647 ], [ 120.0167391, 30.3598318 ], [ 120.0168343, 30.3601435 ], [ 120.0169401, 30.3602857 ], [ 120.0170868, 30.3604892 ], [ 120.0173196, 30.3607136 ], [ 120.017693, 30.3610554 ], [ 120.0178851, 30.3612732 ], [ 120.0180417, 30.3615177 ], [ 120.0182961, 30.3620546 ], [ 120.0184193, 30.3622921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0183438, 30.3623098 ], [ 120.0182677, 30.3621279 ], [ 120.0182133, 30.3620094 ], [ 120.0179932, 30.3615301 ], [ 120.0178016, 30.3612665 ], [ 120.0174128, 30.3608716 ], [ 120.0171657, 30.3606382 ], [ 120.0169633, 30.3604133 ], [ 120.0167571, 30.360128 ], [ 120.0166467, 30.3598022 ], [ 120.0166113, 30.3596735 ], [ 120.016591, 30.3596012 ], [ 120.0164706, 30.3591846 ], [ 120.0161874, 30.3582478 ], [ 120.0161428, 30.358135 ], [ 120.0160151, 30.3575233 ], [ 120.0159166, 30.3571261 ], [ 120.0158206, 30.3567773 ], [ 120.0157518, 30.3566258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0208681, 30.361619 ], [ 120.0209494, 30.3615962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0209494, 30.3615962 ], [ 120.0209748, 30.3616675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.020893, 30.3616867 ], [ 120.0208681, 30.361619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0209748, 30.3616675 ], [ 120.020893, 30.3616867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184193, 30.3622921 ], [ 120.0208681, 30.361619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.020893, 30.3616867 ], [ 120.0204105, 30.3618238 ], [ 120.0197291, 30.3620174 ], [ 120.0184634, 30.3623771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0183438, 30.3623098 ], [ 120.0184193, 30.3622921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184193, 30.3622921 ], [ 120.0184634, 30.3623771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515448, 30.3612099 ], [ 120.0515439, 30.3613259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513445, 30.3613337 ], [ 120.0513407, 30.3612061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475972, 30.3612272 ], [ 120.0475636, 30.3613527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474488, 30.3613526 ], [ 120.0474487, 30.3612273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0553981, 30.3613085 ], [ 120.0538193, 30.3613107 ], [ 120.0530469, 30.3613133 ], [ 120.0515439, 30.3613259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434564, 30.3612496 ], [ 120.043457, 30.3613856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0432256, 30.3613865 ], [ 120.0432267, 30.3612529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515439, 30.3613259 ], [ 120.0513445, 30.3613337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513445, 30.3613337 ], [ 120.0501053, 30.3613471 ], [ 120.0496181, 30.3613545 ], [ 120.0493532, 30.3613539 ], [ 120.0475636, 30.3613527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475636, 30.3613527 ], [ 120.0474488, 30.3613526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374749, 30.3613858 ], [ 120.0374752, 30.3612731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0432256, 30.3613865 ], [ 120.0428956, 30.3613826 ], [ 120.0425803, 30.3613823 ], [ 120.0422642, 30.3613823 ], [ 120.0413768, 30.3613964 ], [ 120.0404535, 30.3613915 ], [ 120.0398979, 30.3613886 ], [ 120.0385453, 30.3613854 ], [ 120.0374749, 30.3613858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0293415, 30.3623007 ], [ 120.0296517, 30.3622032 ], [ 120.0307688, 30.3619648 ], [ 120.0318603, 30.3617739 ], [ 120.0324533, 30.3616858 ], [ 120.0327468, 30.3616447 ], [ 120.033462, 30.3615513 ], [ 120.0346821, 30.361415 ], [ 120.0358708, 30.3613356 ], [ 120.0363128, 30.3613086 ], [ 120.0364609, 30.3612995 ], [ 120.0374752, 30.3612731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0209748, 30.3616675 ], [ 120.0210827, 30.3617961 ], [ 120.0212559, 30.3619096 ], [ 120.0213579, 30.3619629 ], [ 120.0214352, 30.3619842 ], [ 120.0216948, 30.3619922 ], [ 120.0218555, 30.3619762 ], [ 120.0219467, 30.361971 ], [ 120.0222356, 30.3619544 ], [ 120.0225116, 30.3619415 ], [ 120.0227243, 30.3619413 ], [ 120.0230183, 30.3619721 ], [ 120.0236234, 30.3620753 ], [ 120.0237974, 30.3620977 ], [ 120.023937, 30.3621053 ], [ 120.024056, 30.3621093 ], [ 120.024175, 30.3621035 ], [ 120.0245858, 30.3620825 ], [ 120.0247296, 30.3620933 ], [ 120.0251078, 30.3621271 ], [ 120.0252956, 30.3621303 ], [ 120.0254402, 30.3621166 ], [ 120.0255043, 30.3620917 ], [ 120.0255933, 30.3620741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374749, 30.3613858 ], [ 120.0364681, 30.3614289 ], [ 120.0363801, 30.3614327 ], [ 120.0356483, 30.3614752 ], [ 120.0346028, 30.361559 ], [ 120.0338189, 30.3616527 ], [ 120.0328728, 30.3617734 ], [ 120.0327742, 30.3617872 ], [ 120.0324595, 30.3618289 ], [ 120.031858, 30.3619144 ], [ 120.0316154, 30.3619556 ], [ 120.0308115, 30.3621157 ], [ 120.029742, 30.3623388 ], [ 120.029398, 30.3624432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025615, 30.362197 ], [ 120.0255204, 30.3622196 ], [ 120.0254105, 30.3622183 ], [ 120.0252687, 30.3622046 ], [ 120.0251068, 30.3621862 ], [ 120.0247581, 30.3621587 ], [ 120.0245822, 30.362149 ], [ 120.0240654, 30.3621576 ], [ 120.0239418, 30.3621522 ], [ 120.0237316, 30.3621336 ], [ 120.0230222, 30.3620181 ], [ 120.0227426, 30.3619891 ], [ 120.0225077, 30.3619816 ], [ 120.022109, 30.3620029 ], [ 120.0220355, 30.3620085 ], [ 120.021949, 30.362015 ], [ 120.0217226, 30.3620322 ], [ 120.0214352, 30.3620269 ], [ 120.0213208, 30.3620056 ], [ 120.0212219, 30.3619656 ], [ 120.0211547, 30.3619186 ], [ 120.0210427, 30.3618358 ], [ 120.0209314, 30.3617309 ], [ 120.020893, 30.3616867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0256282, 30.3620253 ], [ 120.025664, 30.3620016 ], [ 120.0257062, 30.3619879 ], [ 120.0257513, 30.3619853 ], [ 120.0257952, 30.3619941 ], [ 120.0258343, 30.3620135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0255933, 30.3620741 ], [ 120.0256076, 30.362048 ], [ 120.0256282, 30.3620253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0258343, 30.3620135 ], [ 120.0258657, 30.3620424 ], [ 120.0258858, 30.362078 ], [ 120.0258929, 30.3621171 ], [ 120.0258863, 30.3621563 ], [ 120.0258667, 30.362192 ], [ 120.0258357, 30.3622212 ], [ 120.0257961, 30.3622413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025615, 30.362197 ], [ 120.0255922, 30.3621588 ], [ 120.0255847, 30.3621164 ], [ 120.0255933, 30.3620741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474488, 30.3613526 ], [ 120.0463884, 30.3613571 ], [ 120.0448357, 30.3613637 ], [ 120.043457, 30.3613856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.043457, 30.3613856 ], [ 120.0432256, 30.3613865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0552086, 30.3644927 ], [ 120.0552545, 30.3638912 ], [ 120.0553173, 30.3633277 ], [ 120.0553948, 30.3626223 ], [ 120.0554078, 30.3624135 ], [ 120.0553981, 30.3613085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0553981, 30.3613085 ], [ 120.0554078, 30.3624135 ], [ 120.0553948, 30.3626223 ], [ 120.0553173, 30.3633277 ], [ 120.0552545, 30.3638912 ], [ 120.0552086, 30.3644927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515439, 30.3613259 ], [ 120.0515555, 30.3631816 ], [ 120.0515637, 30.3645063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.047483, 30.3644827 ], [ 120.0474653, 30.3631429 ], [ 120.0474488, 30.3613526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475636, 30.3613527 ], [ 120.047577, 30.3627502 ], [ 120.0475928, 30.3644034 ], [ 120.0475936, 30.3644832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513394, 30.3645022 ], [ 120.0513413, 30.3633212 ], [ 120.0513445, 30.3613337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.043457, 30.3613856 ], [ 120.0434729, 30.3621414 ], [ 120.0434828, 30.3626156 ], [ 120.0435806, 30.3639053 ], [ 120.0436163, 30.3644916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.043438, 30.364494 ], [ 120.0432881, 30.3625738 ], [ 120.0432256, 30.3613865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0257961, 30.3622413 ], [ 120.0257454, 30.3622507 ], [ 120.0256939, 30.362245 ], [ 120.0256475, 30.362225 ], [ 120.025615, 30.362197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0258343, 30.3620135 ], [ 120.0259534, 30.3620972 ], [ 120.0259991, 30.36214 ], [ 120.0260353, 30.3621957 ], [ 120.0260609, 30.3622649 ], [ 120.0260669, 30.3623535 ], [ 120.0260639, 30.3624459 ], [ 120.0260354, 30.3625003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0292005, 30.3623451 ], [ 120.0293415, 30.3623007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0260354, 30.3625003 ], [ 120.0260325, 30.3624246 ], [ 120.0260172, 30.3623797 ], [ 120.0259784, 30.3623163 ], [ 120.025911, 30.3622592 ], [ 120.0257961, 30.3622413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0293415, 30.3623007 ], [ 120.029398, 30.3624432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0292638, 30.3624884 ], [ 120.0292005, 30.3623451 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.029398, 30.3624432 ], [ 120.0292638, 30.3624884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374749, 30.3613858 ], [ 120.0374764, 30.3636531 ], [ 120.0374769, 30.3644756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374769, 30.3644756 ], [ 120.0374764, 30.3636531 ], [ 120.0374749, 30.3613858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.029398, 30.3624432 ], [ 120.0295052, 30.3626703 ], [ 120.0299817, 30.3636912 ], [ 120.0300214, 30.3637764 ], [ 120.0302733, 30.3642792 ], [ 120.0306771, 30.365128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.030497, 30.3651316 ], [ 120.0302725, 30.3646386 ], [ 120.0298452, 30.3637221 ], [ 120.0293769, 30.3627293 ], [ 120.0292638, 30.3624884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0273281, 30.36633 ], [ 120.0273243, 30.3661697 ], [ 120.0273044, 30.3660152 ], [ 120.0272274, 30.3658081 ], [ 120.027178, 30.3656863 ], [ 120.0271011, 30.365592 ], [ 120.026947, 30.3654601 ], [ 120.0267595, 30.3652816 ], [ 120.0265039, 30.36505 ], [ 120.0262404, 30.3648376 ], [ 120.0261584, 30.3647709 ], [ 120.0260886, 30.3646922 ], [ 120.0259634, 30.3644923 ], [ 120.0257282, 30.3639989 ], [ 120.0256351, 30.3637974 ], [ 120.0255517, 30.3635978 ], [ 120.0255095, 30.3634713 ], [ 120.0255095, 30.3633275 ], [ 120.0255343, 30.3632246 ], [ 120.0255691, 30.3631281 ], [ 120.0256769, 30.3629327 ], [ 120.0258283, 30.3627542 ], [ 120.0259394, 30.3626562 ], [ 120.0260354, 30.3625003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0260354, 30.3625003 ], [ 120.0259394, 30.3626562 ], [ 120.0258283, 30.3627542 ], [ 120.0256769, 30.3629327 ], [ 120.0255691, 30.3631281 ], [ 120.0255343, 30.3632246 ], [ 120.0255095, 30.3633275 ], [ 120.0255095, 30.3634713 ], [ 120.0255517, 30.3635978 ], [ 120.0256351, 30.3637974 ], [ 120.0257282, 30.3639989 ], [ 120.0259634, 30.3644923 ], [ 120.0260886, 30.3646922 ], [ 120.0261584, 30.3647709 ], [ 120.0262404, 30.3648376 ], [ 120.0265039, 30.36505 ], [ 120.0267595, 30.3652816 ], [ 120.026947, 30.3654601 ], [ 120.0271011, 30.365592 ], [ 120.027178, 30.3656863 ], [ 120.0272274, 30.3658081 ], [ 120.0273044, 30.3660152 ], [ 120.0273243, 30.3661697 ], [ 120.0273281, 30.36633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.043438, 30.364494 ], [ 120.0404705, 30.3644879 ], [ 120.0391427, 30.3644824 ], [ 120.0374769, 30.3644756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374769, 30.3644756 ], [ 120.0391427, 30.3644824 ], [ 120.0404705, 30.3644879 ], [ 120.043438, 30.364494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0306771, 30.365128 ], [ 120.0309761, 30.3649882 ], [ 120.0316567, 30.3647448 ], [ 120.0321314, 30.3646095 ], [ 120.0326501, 30.3645123 ], [ 120.032983, 30.364467 ], [ 120.0334586, 30.364433 ], [ 120.0336825, 30.3644309 ], [ 120.0344046, 30.3644398 ], [ 120.036527, 30.3644645 ], [ 120.0374769, 30.3644756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374769, 30.3644756 ], [ 120.036527, 30.3644645 ], [ 120.0344046, 30.3644398 ], [ 120.0336825, 30.3644309 ], [ 120.0334586, 30.364433 ], [ 120.032983, 30.364467 ], [ 120.0326501, 30.3645123 ], [ 120.0321314, 30.3646095 ], [ 120.0316567, 30.3647448 ], [ 120.0309761, 30.3649882 ], [ 120.0306771, 30.365128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.030497, 30.3651316 ], [ 120.0306771, 30.365128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0306771, 30.365128 ], [ 120.0305413, 30.3652321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0305413, 30.3652321 ], [ 120.030497, 30.3651316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.047483, 30.3644827 ], [ 120.0475936, 30.3644832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475936, 30.3644832 ], [ 120.047483, 30.3644827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.047483, 30.3644827 ], [ 120.0436163, 30.3644916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0436163, 30.3644916 ], [ 120.047483, 30.3644827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513394, 30.3645022 ], [ 120.0511768, 30.3645017 ], [ 120.0506664, 30.3644969 ], [ 120.0493368, 30.3644927 ], [ 120.0475936, 30.3644832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475936, 30.3644832 ], [ 120.0493368, 30.3644927 ], [ 120.0506664, 30.3644969 ], [ 120.0511768, 30.3645017 ], [ 120.0513394, 30.3645022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0436163, 30.3644916 ], [ 120.043438, 30.364494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.043438, 30.364494 ], [ 120.0436163, 30.3644916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515637, 30.3645063 ], [ 120.0531093, 30.3644996 ], [ 120.0535476, 30.3644967 ], [ 120.0552086, 30.3644927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0552086, 30.3644927 ], [ 120.0535476, 30.3644967 ], [ 120.0531093, 30.3644996 ], [ 120.0515637, 30.3645063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513394, 30.3645022 ], [ 120.0515637, 30.3645063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515637, 30.3645063 ], [ 120.0513394, 30.3645022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474893, 30.3670425 ], [ 120.047483, 30.3644827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0475936, 30.3644832 ], [ 120.0476264, 30.3670424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549792, 30.3671929 ], [ 120.0549886, 30.3671033 ], [ 120.0550741, 30.3662939 ], [ 120.05514, 30.3655249 ], [ 120.055186, 30.3649553 ], [ 120.0552086, 30.3644927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0552086, 30.3644927 ], [ 120.055186, 30.3649553 ], [ 120.05514, 30.3655249 ], [ 120.0550741, 30.3662939 ], [ 120.0549886, 30.3671033 ], [ 120.0549792, 30.3671929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0436163, 30.3644916 ], [ 120.043726, 30.3666504 ], [ 120.0437383, 30.3672122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513262, 30.3672022 ], [ 120.0513276, 30.3670778 ], [ 120.0513394, 30.3645022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515637, 30.3645063 ], [ 120.0515674, 30.3653689 ], [ 120.0515739, 30.3668963 ], [ 120.0515814, 30.3670761 ], [ 120.051582, 30.3672012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0435663, 30.3672143 ], [ 120.0435463, 30.3666378 ], [ 120.0435314, 30.3663428 ], [ 120.043438, 30.364494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0273281, 30.36633 ], [ 120.0276068, 30.3662209 ], [ 120.0288499, 30.3657705 ], [ 120.030497, 30.3651316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375012, 30.36715 ], [ 120.0374912, 30.3660529 ], [ 120.0374769, 30.3644756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374769, 30.3644756 ], [ 120.0374912, 30.3660529 ], [ 120.0375012, 30.36715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0305413, 30.3652321 ], [ 120.028901, 30.3658627 ], [ 120.0277002, 30.3663442 ], [ 120.027377, 30.3664272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0306771, 30.365128 ], [ 120.0312515, 30.3663354 ], [ 120.0315224, 30.366895 ], [ 120.0318207, 30.36754 ], [ 120.0318505, 30.3676152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.027377, 30.3664272 ], [ 120.0273281, 30.36633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0273281, 30.36633 ], [ 120.027377, 30.3664272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0316622, 30.3676499 ], [ 120.0316359, 30.3675791 ], [ 120.031282, 30.366831 ], [ 120.0310622, 30.3663664 ], [ 120.0305413, 30.3652321 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0222636, 30.3671058 ], [ 120.0224779, 30.3670626 ], [ 120.0232633, 30.3669485 ], [ 120.023735, 30.3668874 ], [ 120.0238736, 30.3668694 ], [ 120.0243177, 30.3668108 ], [ 120.0251396, 30.3667852 ], [ 120.0257374, 30.3667708 ], [ 120.0260461, 30.3667406 ], [ 120.0262945, 30.3666877 ], [ 120.0264518, 30.3666365 ], [ 120.0266236, 30.366582 ], [ 120.0270017, 30.3664573 ], [ 120.0273281, 30.36633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.027377, 30.3664272 ], [ 120.0271424, 30.3665191 ], [ 120.0267277, 30.3666588 ], [ 120.0265959, 30.366695 ], [ 120.0263207, 30.3667635 ], [ 120.0260609, 30.366817 ], [ 120.0256881, 30.3668717 ], [ 120.0253248, 30.3668837 ], [ 120.0248286, 30.3668965 ], [ 120.0243555, 30.3669 ], [ 120.0242431, 30.3669084 ], [ 120.0238841, 30.3669354 ], [ 120.0233739, 30.3670125 ], [ 120.023292, 30.367027 ], [ 120.0222746, 30.3672071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0183804, 30.3623972 ], [ 120.0183656, 30.3623618 ], [ 120.0183438, 30.3623098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184634, 30.3623771 ], [ 120.0183804, 30.3623972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0184634, 30.3623771 ], [ 120.0185912, 30.3626209 ], [ 120.0186681, 30.3627989 ], [ 120.0187578, 30.3630066 ], [ 120.0189421, 30.3634676 ], [ 120.0191047, 30.3638663 ], [ 120.0192105, 30.3640885 ], [ 120.0193208, 30.3642374 ], [ 120.0194295, 30.3643757 ], [ 120.0196214, 30.3645542 ], [ 120.0197577, 30.364675 ], [ 120.019998, 30.3648645 ], [ 120.0201184, 30.3649464 ], [ 120.0204936, 30.3652015 ], [ 120.0213322, 30.3658266 ], [ 120.0214832, 30.3659594 ], [ 120.0216808, 30.3661194 ], [ 120.0218784, 30.3663096 ], [ 120.0219766, 30.3664688 ], [ 120.0221903, 30.3669055 ], [ 120.0222636, 30.3671058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0221568, 30.367125 ], [ 120.0221073, 30.3669294 ], [ 120.0219923, 30.3666401 ], [ 120.0218422, 30.3663692 ], [ 120.0218351, 30.3663563 ], [ 120.0215269, 30.3660614 ], [ 120.0213067, 30.3658964 ], [ 120.0210784, 30.3657336 ], [ 120.0209048, 30.3656098 ], [ 120.0196832, 30.3647387 ], [ 120.0195016, 30.3645929 ], [ 120.0192962, 30.3643965 ], [ 120.0192212, 30.3642943 ], [ 120.0191724, 30.3642291 ], [ 120.0190074, 30.3639334 ], [ 120.0186246, 30.3630157 ], [ 120.0183804, 30.3623972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0221568, 30.367125 ], [ 120.0222636, 30.3671058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0222636, 30.3671058 ], [ 120.0222746, 30.3672071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0221735, 30.3672208 ], [ 120.0221568, 30.367125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "玉鸟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0222746, 30.3672071 ], [ 120.0221735, 30.3672208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0215187, 30.3714089 ], [ 120.0215871, 30.3713902 ], [ 120.0216343, 30.3713637 ], [ 120.0216893, 30.3713225 ], [ 120.021767, 30.3712516 ], [ 120.0218508, 30.3711703 ], [ 120.0219176, 30.3710919 ], [ 120.0219708, 30.3710122 ], [ 120.022005, 30.3709492 ], [ 120.0220271, 30.3708862 ], [ 120.0220419, 30.3708114 ], [ 120.022049, 30.3707391 ], [ 120.0220541, 30.3706718 ], [ 120.0220561, 30.3706096 ], [ 120.0220933, 30.3701873 ], [ 120.0221976, 30.3695056 ], [ 120.0222363, 30.3692218 ], [ 120.0222443, 30.3690532 ], [ 120.0222363, 30.3687934 ], [ 120.0222042, 30.3678131 ], [ 120.0221993, 30.3677032 ], [ 120.0221818, 30.3673146 ], [ 120.0221735, 30.3672208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0222746, 30.3672071 ], [ 120.0222841, 30.3673243 ], [ 120.0222903, 30.3675496 ], [ 120.0223021, 30.3678835 ], [ 120.0223171, 30.3681744 ], [ 120.0223332, 30.368486 ], [ 120.0223459, 30.3687627 ], [ 120.0223539, 30.3689468 ], [ 120.0223502, 30.3690362 ], [ 120.0223377, 30.3692497 ], [ 120.0222442, 30.3697558 ], [ 120.0221715, 30.3702123 ], [ 120.0221532, 30.3704126 ], [ 120.0221522, 30.3706057 ], [ 120.0221516, 30.3707904 ], [ 120.0221411, 30.3708659 ], [ 120.022119, 30.3709311 ], [ 120.022058, 30.371025 ], [ 120.0219955, 30.3711179 ], [ 120.0219155, 30.3712007 ], [ 120.0218014, 30.3713087 ], [ 120.0217392, 30.3713736 ], [ 120.0217117, 30.3714139 ], [ 120.0217071, 30.371449 ], [ 120.0217145, 30.3714842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.051582, 30.3672012 ], [ 120.0549792, 30.3671929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513262, 30.3672022 ], [ 120.051582, 30.3672012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437383, 30.3672122 ], [ 120.0446111, 30.3672084 ], [ 120.0450794, 30.367205 ], [ 120.0477224, 30.3671961 ], [ 120.0500504, 30.3671969 ], [ 120.0503709, 30.367197 ], [ 120.0513262, 30.3672022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0435663, 30.3672143 ], [ 120.0437383, 30.3672122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549607, 30.3673421 ], [ 120.0549792, 30.3671929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549792, 30.3671929 ], [ 120.0549607, 30.3673421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.051582, 30.3672012 ], [ 120.0515826, 30.3673342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513211, 30.3673348 ], [ 120.0513262, 30.3672022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437383, 30.3672122 ], [ 120.0437399, 30.3673497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0435665, 30.3673535 ], [ 120.0435663, 30.3672143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0668272, 30.3660774 ], [ 120.0661028, 30.366429 ], [ 120.0656548, 30.3666063 ], [ 120.0652851, 30.3667413 ], [ 120.0648986, 30.3668654 ], [ 120.0645635, 30.3669499 ], [ 120.0643024, 30.3670188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0643024, 30.3670188 ], [ 120.063876, 30.3671139 ], [ 120.0633148, 30.3671946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549792, 30.3671929 ], [ 120.0572941, 30.3671729 ], [ 120.0589693, 30.3671716 ], [ 120.0608144, 30.3671614 ], [ 120.0613565, 30.3671607 ], [ 120.0623641, 30.3671428 ], [ 120.0626882, 30.3671326 ], [ 120.0630967, 30.3670984 ], [ 120.0632734, 30.3670836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0633148, 30.3671946 ], [ 120.0632734, 30.3670836 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0633148, 30.3671946 ], [ 120.063163, 30.3672066 ], [ 120.0625944, 30.3672552 ], [ 120.0622488, 30.3672846 ], [ 120.0608221, 30.3673162 ], [ 120.0604579, 30.3673231 ], [ 120.0589648, 30.3673194 ], [ 120.0570962, 30.3673343 ], [ 120.0556614, 30.3673546 ], [ 120.0549607, 30.3673421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0616182, 30.3692713 ], [ 120.0618676, 30.3689333 ], [ 120.0621746, 30.3685747 ], [ 120.0623952, 30.368368 ], [ 120.0626222, 30.3681719 ], [ 120.0628903, 30.3679527 ], [ 120.0629512, 30.3679029 ], [ 120.0633003, 30.3675784 ], [ 120.0633379, 30.3675037 ], [ 120.0633432, 30.3673118 ], [ 120.0633148, 30.3671946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0643024, 30.3670188 ], [ 120.0641324, 30.3671202 ], [ 120.0639515, 30.3672608 ], [ 120.0637654, 30.3674028 ], [ 120.0635921, 30.3675374 ], [ 120.0633014, 30.367744 ], [ 120.0628786, 30.3680419 ], [ 120.0624605, 30.3683762 ], [ 120.0624025, 30.3684302 ], [ 120.0622348, 30.3685864 ], [ 120.0619213, 30.3689518 ], [ 120.0609587, 30.3702981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0616182, 30.3692713 ], [ 120.0612052, 30.3691223 ], [ 120.0607672, 30.3689568 ], [ 120.0604877, 30.3688512 ], [ 120.0589562, 30.3682652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0589562, 30.3682652 ], [ 120.0604877, 30.3688512 ], [ 120.0607672, 30.3689568 ], [ 120.0612052, 30.3691223 ], [ 120.0616182, 30.3692713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0609084, 30.3702722 ], [ 120.0615204, 30.369418 ], [ 120.0616182, 30.3692713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515826, 30.3673342 ], [ 120.0513211, 30.3673348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513211, 30.3673348 ], [ 120.0503681, 30.3673375 ], [ 120.0500492, 30.3673378 ], [ 120.0476887, 30.3673214 ], [ 120.046087, 30.3673316 ], [ 120.0450683, 30.3673418 ], [ 120.0446205, 30.3673502 ], [ 120.0437399, 30.3673497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549607, 30.3673421 ], [ 120.0515826, 30.3673342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437399, 30.3673497 ], [ 120.0435665, 30.3673535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0513205, 30.3674336 ], [ 120.0513211, 30.3673348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549607, 30.3673421 ], [ 120.0549516, 30.3674216 ], [ 120.0547991, 30.3692813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0547991, 30.3692813 ], [ 120.0549516, 30.3674216 ], [ 120.0549607, 30.3673421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0476018, 30.3692583 ], [ 120.0475501, 30.3689412 ], [ 120.0475196, 30.3683853 ], [ 120.0475149, 30.3682991 ], [ 120.047474, 30.3673835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.047474, 30.3673835 ], [ 120.0475149, 30.3682991 ], [ 120.0475196, 30.3683853 ], [ 120.0475501, 30.3689412 ], [ 120.0476018, 30.3692583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0511457, 30.3692811 ], [ 120.0511265, 30.3682747 ], [ 120.0511748, 30.3677054 ], [ 120.0513205, 30.3674336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0318505, 30.3676152 ], [ 120.0325166, 30.3674948 ], [ 120.0334274, 30.3673743 ], [ 120.0339798, 30.3673164 ], [ 120.03455, 30.3672714 ], [ 120.0348418, 30.3672648 ], [ 120.03516, 30.3672589 ], [ 120.0360715, 30.3672403 ], [ 120.0373976, 30.3672353 ], [ 120.040117, 30.3672374 ], [ 120.0405226, 30.3672377 ], [ 120.0421285, 30.367239 ], [ 120.042657, 30.3672327 ], [ 120.0435663, 30.3672143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0435665, 30.3673535 ], [ 120.042664, 30.3673617 ], [ 120.0405131, 30.3673723 ], [ 120.040125, 30.3673743 ], [ 120.0375116, 30.3673872 ], [ 120.035147, 30.3673867 ], [ 120.0348199, 30.3673934 ], [ 120.0344909, 30.3674177 ], [ 120.0340294, 30.3674412 ], [ 120.0333004, 30.3675363 ], [ 120.032648, 30.3676218 ], [ 120.0318981, 30.3677519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0316622, 30.3676499 ], [ 120.0318505, 30.3676152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0318505, 30.3676152 ], [ 120.0318981, 30.3677519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0317101, 30.3677885 ], [ 120.0316622, 30.3676499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0318981, 30.3677519 ], [ 120.0317101, 30.3677885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375332, 30.3711675 ], [ 120.0375289, 30.3705355 ], [ 120.0375269, 30.370251 ], [ 120.0375193, 30.3691335 ], [ 120.0375121, 30.367463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375121, 30.367463 ], [ 120.0375193, 30.3691335 ], [ 120.0375269, 30.370251 ], [ 120.0375289, 30.3705355 ], [ 120.0375332, 30.3711675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0318981, 30.3677519 ], [ 120.0319418, 30.3678759 ], [ 120.0320079, 30.3680622 ], [ 120.0321949, 30.3685135 ], [ 120.0323204, 30.3688259 ], [ 120.0324348, 30.3691109 ], [ 120.0325765, 30.3694257 ], [ 120.0327605, 30.369782 ], [ 120.0329039, 30.370031 ], [ 120.0332065, 30.3704855 ], [ 120.0334406, 30.3708194 ], [ 120.0338418, 30.3713341 ], [ 120.0339348, 30.3715458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "良祥路", "葡甫路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0339348, 30.3715458 ], [ 120.0337262, 30.3714178 ], [ 120.03332, 30.3709007 ], [ 120.0330003, 30.3704417 ], [ 120.0326732, 30.3699117 ], [ 120.0323824, 30.369369 ], [ 120.0320136, 30.3685509 ], [ 120.0318207, 30.3680913 ], [ 120.0317507, 30.3679076 ], [ 120.0317101, 30.3677885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0476018, 30.3692583 ], [ 120.0480525, 30.3692614 ], [ 120.0493826, 30.3692707 ], [ 120.0497876, 30.3692687 ], [ 120.0511457, 30.3692811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0511457, 30.3692811 ], [ 120.0497876, 30.3692687 ], [ 120.0493826, 30.3692707 ], [ 120.0480525, 30.3692614 ], [ 120.0476018, 30.3692583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0547991, 30.3692813 ], [ 120.052161, 30.3692844 ], [ 120.0511457, 30.3692811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0511457, 30.3692811 ], [ 120.052161, 30.3692844 ], [ 120.0547991, 30.3692813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437399, 30.3673497 ], [ 120.0437072, 30.3680896 ], [ 120.0436151, 30.3694166 ], [ 120.0435697, 30.3701793 ], [ 120.0434814, 30.3713285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434058, 30.371326 ], [ 120.0434958, 30.3701671 ], [ 120.0435318, 30.3694232 ], [ 120.0435769, 30.3680841 ], [ 120.0435665, 30.3673535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0575691, 30.3697936 ], [ 120.0570493, 30.3696299 ], [ 120.0562438, 30.3694209 ], [ 120.0550057, 30.3692963 ], [ 120.0547991, 30.3692813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0547991, 30.3692813 ], [ 120.0550057, 30.3692963 ], [ 120.0562438, 30.3694209 ], [ 120.0570493, 30.3696299 ], [ 120.0575691, 30.3697936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0515826, 30.3673342 ], [ 120.0515823, 30.3674379 ], [ 120.05159, 30.3684425 ], [ 120.051592, 30.3690831 ], [ 120.0516276, 30.3696996 ], [ 120.0517445, 30.3704882 ], [ 120.0518016, 30.3709187 ], [ 120.0519247, 30.3713768 ], [ 120.0520248, 30.3717033 ], [ 120.0522012, 30.3721854 ], [ 120.0522934, 30.3723848 ], [ 120.0525395, 30.372883 ], [ 120.0527516, 30.3732618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0476018, 30.3692583 ], [ 120.0473848, 30.369262 ], [ 120.0469963, 30.3692604 ], [ 120.046692, 30.3692711 ], [ 120.0463799, 30.3692835 ], [ 120.0461849, 30.3693654 ], [ 120.0460626, 30.369473 ], [ 120.0459663, 30.3696507 ], [ 120.0459212, 30.3698942 ], [ 120.0459179, 30.3700173 ], [ 120.0459136, 30.3701745 ], [ 120.0458811, 30.3713697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9680909, 30.3580306 ], [ 119.969376, 30.3580406 ], [ 119.9699231, 30.3580385 ], [ 119.9763277, 30.3580403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9680909, 30.3580306 ], [ 119.9681408, 30.3581815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9679303, 30.3581833 ], [ 119.9678766, 30.3580345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763334, 30.3581478 ], [ 119.9737585, 30.3581589 ], [ 119.9699281, 30.3581754 ], [ 119.969371, 30.3581758 ], [ 119.9681408, 30.3581815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9679303, 30.3581833 ], [ 119.9660085, 30.3581811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9681408, 30.3581815 ], [ 119.9679303, 30.3581833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687806, 30.3643617 ], [ 119.9687715, 30.3636227 ], [ 119.9687335, 30.3624794 ], [ 119.9687098, 30.361584 ], [ 119.9686741, 30.3611312 ], [ 119.968591, 30.360578 ], [ 119.9684771, 30.3599592 ], [ 119.9683536, 30.359449 ], [ 119.9681992, 30.3589388 ], [ 119.9679303, 30.3581833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763889, 30.3604015 ], [ 119.9763991, 30.3609705 ], [ 119.9764028, 30.361177 ], [ 119.9763964, 30.3616178 ], [ 119.9762597, 30.363863 ], [ 119.9762142, 30.3646096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762142, 30.3646096 ], [ 119.9762597, 30.363863 ], [ 119.9763964, 30.3616178 ], [ 119.9764028, 30.361177 ], [ 119.9763991, 30.3609705 ], [ 119.9763889, 30.3604015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9681408, 30.3581815 ], [ 119.968463, 30.3591176 ], [ 119.9686544, 30.3597435 ], [ 119.9687433, 30.360225 ], [ 119.9687685, 30.3603755 ], [ 119.9688027, 30.3605794 ], [ 119.968881, 30.361106 ], [ 119.9689333, 30.36194 ], [ 119.9689475, 30.3630177 ], [ 119.968976, 30.3642307 ], [ 119.9690116, 30.3657448 ], [ 119.9690496, 30.3673634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799665, 30.3647061 ], [ 119.9799337, 30.3616023 ], [ 119.9799297, 30.3613415 ], [ 119.9799319, 30.3604169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9831532, 30.3648045 ], [ 119.9828849, 30.3616825 ], [ 119.9827585, 30.3603872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9829063, 30.3603856 ], [ 119.9830208, 30.3616247 ], [ 119.98332, 30.3648093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762142, 30.3646096 ], [ 119.9799665, 30.3647061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799665, 30.3647061 ], [ 119.9762142, 30.3646096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9831532, 30.3648045 ], [ 119.9799665, 30.3647061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799665, 30.3647061 ], [ 119.9831532, 30.3648045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9831532, 30.3648045 ], [ 119.98332, 30.3648093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.98332, 30.3648093 ], [ 119.9831532, 30.3648045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799665, 30.3647061 ], [ 119.9799605, 30.3675886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9762142, 30.3646096 ], [ 119.976207, 30.3647484 ], [ 119.9761721, 30.3654178 ], [ 119.9760694, 30.3673866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9760694, 30.3673866 ], [ 119.9761721, 30.3654178 ], [ 119.976207, 30.3647484 ], [ 119.9762142, 30.3646096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9688854, 30.3689574 ], [ 119.9688736, 30.3685831 ], [ 119.9688522, 30.3673681 ], [ 119.9688095, 30.3658786 ], [ 119.9687858, 30.3647824 ], [ 119.9687806, 30.3643617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690496, 30.3673634 ], [ 119.9693849, 30.3673712 ], [ 119.9699071, 30.3673833 ], [ 119.9716959, 30.3673826 ], [ 119.97537, 30.3673813 ], [ 119.9759269, 30.3673897 ], [ 119.9760694, 30.3673866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9760694, 30.3673866 ], [ 119.9759269, 30.3673897 ], [ 119.97537, 30.3673813 ], [ 119.9716959, 30.3673826 ], [ 119.9699071, 30.3673833 ], [ 119.9693849, 30.3673712 ], [ 119.9690496, 30.3673634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690496, 30.3673634 ], [ 119.9690876, 30.3689553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9760694, 30.3673866 ], [ 119.9760367, 30.3680999 ], [ 119.9760159, 30.368666 ], [ 119.9759808, 30.3693803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759808, 30.3693803 ], [ 119.9760159, 30.368666 ], [ 119.9760367, 30.3680999 ], [ 119.9760694, 30.3673866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9662883, 30.3689518 ], [ 119.9670312, 30.3689534 ], [ 119.9688854, 30.3689574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9688854, 30.3689574 ], [ 119.9690876, 30.3689553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799605, 30.3675886 ], [ 119.9799665, 30.3647061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9833979, 30.3678198 ], [ 119.9831532, 30.3648045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.98332, 30.3648093 ], [ 119.9835548, 30.3678207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9760694, 30.3673866 ], [ 119.9773753, 30.3673786 ], [ 119.9799605, 30.3675886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799605, 30.3675886 ], [ 119.9773753, 30.3673786 ], [ 119.9760694, 30.3673866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9833979, 30.3678198 ], [ 119.9799605, 30.3675886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799605, 30.3675886 ], [ 119.9833979, 30.3678198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9835548, 30.3678207 ], [ 119.9833979, 30.3678198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9833979, 30.3678198 ], [ 119.9835548, 30.3678207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799605, 30.3675886 ], [ 119.9799716, 30.3687578 ], [ 119.9799644, 30.3692286 ], [ 119.9799677, 30.3697652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799677, 30.3697652 ], [ 119.9799644, 30.3692286 ], [ 119.9799716, 30.3687578 ], [ 119.9799605, 30.3675886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9836273, 30.3700929 ], [ 119.9833979, 30.3678198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9835548, 30.3678207 ], [ 119.9837894, 30.3700973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759808, 30.3693803 ], [ 119.9799677, 30.3697652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.979949, 30.3699104 ], [ 119.9789999, 30.3698148 ], [ 119.9781755, 30.3697308 ], [ 119.9771629, 30.3696497 ], [ 119.9759748, 30.3695132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.979949, 30.3699104 ], [ 119.9799677, 30.3697652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799677, 30.3697652 ], [ 119.979949, 30.3699104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799677, 30.3697652 ], [ 119.9808892, 30.369872 ], [ 119.9828401, 30.3700304 ], [ 119.9831927, 30.3700598 ], [ 119.9836273, 30.3700929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983151, 30.3702265 ], [ 119.9825798, 30.3701698 ], [ 119.9813037, 30.370051 ], [ 119.9808824, 30.3700075 ], [ 119.979949, 30.3699104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9836273, 30.3700929 ], [ 119.9837894, 30.3700973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690876, 30.3689553 ], [ 119.969304, 30.3689494 ], [ 119.9699295, 30.3689523 ], [ 119.9712309, 30.3689906 ], [ 119.9723617, 30.3690401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690876, 30.3689553 ], [ 119.9690923, 30.3691167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9688906, 30.3691169 ], [ 119.9688854, 30.3689574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9723617, 30.3690401 ], [ 119.9723672, 30.3691715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9723672, 30.3691715 ], [ 119.9723617, 30.3690401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690923, 30.3691167 ], [ 119.9688906, 30.3691169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9688906, 30.3691169 ], [ 119.9662932, 30.3691197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9723672, 30.3691715 ], [ 119.9716289, 30.3691224 ], [ 119.971594, 30.3691219 ], [ 119.9712409, 30.3691172 ], [ 119.9704956, 30.3691085 ], [ 119.969927, 30.3691121 ], [ 119.9692789, 30.3691152 ], [ 119.9690923, 30.3691167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9723617, 30.3690401 ], [ 119.9731064, 30.3691101 ], [ 119.9759808, 30.3693803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9741045, 30.3693399 ], [ 119.9732384, 30.3692604 ], [ 119.9724127, 30.3691745 ], [ 119.9723672, 30.3691715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "前程路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759748, 30.3695132 ], [ 119.9750724, 30.3694296 ], [ 119.9741045, 30.3693399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759748, 30.3695132 ], [ 119.9759808, 30.3693803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759808, 30.3693803 ], [ 119.9759748, 30.3695132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乌山头路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9741906, 30.3718812 ], [ 119.9741424, 30.3704573 ], [ 119.9741093, 30.3694824 ], [ 119.9741045, 30.3693399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乌山头路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9741045, 30.3693399 ], [ 119.9741093, 30.3694824 ], [ 119.9741424, 30.3704573 ], [ 119.9741906, 30.3718812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690923, 30.3691167 ], [ 119.9691256, 30.3703998 ], [ 119.9691565, 30.371793 ], [ 119.969179, 30.3723411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9689573, 30.3723419 ], [ 119.9689401, 30.3715846 ], [ 119.9689235, 30.3703451 ], [ 119.9689045, 30.369544 ], [ 119.9688906, 30.3691169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9723672, 30.3691715 ], [ 119.9724086, 30.3705166 ], [ 119.9724354, 30.372346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9724354, 30.372346 ], [ 119.9724086, 30.3705166 ], [ 119.9723672, 30.3691715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9758849, 30.3722225 ], [ 119.9759748, 30.3695132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫塍路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759748, 30.3695132 ], [ 119.9758849, 30.3722225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9689573, 30.3723419 ], [ 119.969179, 30.3723411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969179, 30.3723411 ], [ 119.9689573, 30.3723419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969179, 30.3723411 ], [ 119.9694333, 30.3723395 ], [ 119.9696862, 30.3723401 ], [ 119.9699923, 30.3723405 ], [ 119.970633, 30.3723466 ], [ 119.9724354, 30.372346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9724354, 30.372346 ], [ 119.970633, 30.3723466 ], [ 119.9699923, 30.3723405 ], [ 119.9696862, 30.3723401 ], [ 119.9694333, 30.3723395 ], [ 119.969179, 30.3723411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9663288, 30.3724113 ], [ 119.9675061, 30.3723802 ], [ 119.9689573, 30.3723419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9689573, 30.3723419 ], [ 119.9675061, 30.3723802 ], [ 119.9663288, 30.3724113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969179, 30.3723411 ], [ 119.9691945, 30.3731226 ], [ 119.9692159, 30.3744072 ], [ 119.9692515, 30.3760605 ], [ 119.9692736, 30.3769463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9725869, 30.3778359 ], [ 119.9724862, 30.3739979 ], [ 119.9724354, 30.372346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9724354, 30.372346 ], [ 119.9724862, 30.3739979 ], [ 119.9725869, 30.3778359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983686, 30.370327 ], [ 119.9836273, 30.3700929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9837894, 30.3700973 ], [ 119.983686, 30.370327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983151, 30.3702265 ], [ 119.9834394, 30.3702719 ], [ 119.983686, 30.370327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983686, 30.370327 ], [ 119.9834394, 30.3702719 ], [ 119.983151, 30.3702265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "前程路", "凤都路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9842384, 30.3742677 ], [ 119.9841704, 30.3738047 ], [ 119.9841386, 30.3735823 ], [ 119.983686, 30.370327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "前程路", "凤都路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983686, 30.370327 ], [ 119.9841386, 30.3735823 ], [ 119.9841704, 30.3738047 ], [ 119.9842384, 30.3742677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9842384, 30.3742677 ], [ 119.9810055, 30.374251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9810055, 30.374251 ], [ 119.9842384, 30.3742677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9842384, 30.3742677 ], [ 119.9846959, 30.377694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9846959, 30.377694 ], [ 119.9842384, 30.3742677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691036, 30.3779095 ], [ 119.9690636, 30.3770895 ], [ 119.9690398, 30.3758828 ], [ 119.9690277, 30.3751378 ], [ 119.9690161, 30.3744262 ], [ 119.968971, 30.3729429 ], [ 119.9689573, 30.3723419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692736, 30.3769463 ], [ 119.9692626, 30.3769469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692626, 30.3769469 ], [ 119.9692736, 30.3769463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692736, 30.3769463 ], [ 119.9705071, 30.3768867 ], [ 119.9705423, 30.377863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9705423, 30.377863 ], [ 119.9705071, 30.3768867 ], [ 119.9692736, 30.3769463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692736, 30.3769463 ], [ 119.9692847, 30.3773941 ], [ 119.9693191, 30.3778988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9725869, 30.3778359 ], [ 119.9724422, 30.3778408 ], [ 119.9722353, 30.3778443 ], [ 119.9705423, 30.377863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9705423, 30.377863 ], [ 119.9722353, 30.3778443 ], [ 119.9724422, 30.3778408 ], [ 119.9725869, 30.3778359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691036, 30.3779095 ], [ 119.9684933, 30.3780086 ], [ 119.9683911, 30.3780086 ], [ 119.9679995, 30.3780077 ], [ 119.9677572, 30.3780086 ], [ 119.9675956, 30.3779889 ], [ 119.9672538, 30.3779471 ], [ 119.9670518, 30.3778913 ], [ 119.9667543, 30.3778092 ], [ 119.9665345, 30.3777486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665345, 30.3777486 ], [ 119.9667543, 30.3778092 ], [ 119.9670518, 30.3778913 ], [ 119.9672538, 30.3779471 ], [ 119.9675956, 30.3779889 ], [ 119.9677572, 30.3780086 ], [ 119.9679995, 30.3780077 ], [ 119.9683911, 30.3780086 ], [ 119.9684933, 30.3780086 ], [ 119.9691036, 30.3779095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683069, 30.3532673 ], [ 120.0684077, 30.3531662 ], [ 120.06847, 30.3531036 ], [ 120.0687777, 30.3527602 ], [ 120.0694046, 30.3520597 ], [ 120.0702964, 30.3510925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0661256, 30.3514489 ], [ 120.0668152, 30.3520504 ], [ 120.0669198, 30.3521417 ], [ 120.0677001, 30.3527638 ], [ 120.0683069, 30.3532673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682125, 30.3533605 ], [ 120.0675478, 30.3528286 ], [ 120.0666419, 30.3521036 ], [ 120.0659344, 30.3514955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金庄支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734959, 30.3526885 ], [ 120.0733817, 30.35261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金庄支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0733817, 30.35261 ], [ 120.0734959, 30.3526885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682125, 30.3533605 ], [ 120.0683069, 30.3532673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683069, 30.3532673 ], [ 120.0684167, 30.3533863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682951, 30.3534916 ], [ 120.0682125, 30.3533605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0684167, 30.3533863 ], [ 120.0682951, 30.3534916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白洋港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0707597, 30.3554521 ], [ 120.0708869, 30.3553427 ], [ 120.0711908, 30.3550184 ], [ 120.071685, 30.3544634 ], [ 120.072305, 30.3538306 ], [ 120.0733817, 30.35261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆庄弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.093392, 30.3532855 ], [ 120.0922031, 30.3532764 ], [ 120.0910533, 30.3533146 ], [ 120.0908509, 30.3533143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.085026, 30.3523866 ], [ 120.0851052, 30.3524318 ], [ 120.0853583, 30.3525763 ], [ 120.085724, 30.3527851 ], [ 120.0874335, 30.3537422 ], [ 120.089202, 30.3547744 ], [ 120.089501, 30.3549471 ], [ 120.0896753, 30.3550264 ], [ 120.0898283, 30.3550812 ], [ 120.0900144, 30.3551341 ], [ 120.0902546, 30.3551625 ], [ 120.0905536, 30.3551747 ], [ 120.0908619, 30.3551863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934335, 30.3553434 ], [ 120.0930227, 30.355338 ], [ 120.0918989, 30.355288 ], [ 120.0906014, 30.3552394 ], [ 120.0903151, 30.3552309 ], [ 120.0901479, 30.3552251 ], [ 120.0900188, 30.3552094 ], [ 120.0899157, 30.3551852 ], [ 120.0898058, 30.3551573 ], [ 120.0896051, 30.3550809 ], [ 120.0894611, 30.3550124 ], [ 120.0890838, 30.3547924 ], [ 120.0870564, 30.3536299 ], [ 120.0854791, 30.3527416 ], [ 120.0853133, 30.3526501 ], [ 120.0850579, 30.3525093 ], [ 120.084968, 30.3524597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长斗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908619, 30.3551863 ], [ 120.0908509, 30.3533143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长斗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908509, 30.3533143 ], [ 120.0908619, 30.3551863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934189, 30.3552805 ], [ 120.0933738, 30.355086 ], [ 120.093392, 30.3532855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0935345, 30.3532845 ], [ 120.093529, 30.3551556 ], [ 120.0934648, 30.3552818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908619, 30.3551863 ], [ 120.0932428, 30.3552763 ], [ 120.0934189, 30.3552805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934189, 30.3552805 ], [ 120.0934648, 30.3552818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934335, 30.3553434 ], [ 120.0934189, 30.3552805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734959, 30.3526885 ], [ 120.071262, 30.3550909 ], [ 120.070981, 30.3554298 ], [ 120.0708613, 30.3555399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0684167, 30.3533863 ], [ 120.0685802, 30.3535345 ], [ 120.0692185, 30.3541129 ], [ 120.0699139, 30.3547432 ], [ 120.0705096, 30.3552741 ], [ 120.0707597, 30.3554521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0662992, 30.3554809 ], [ 120.0671944, 30.3544903 ], [ 120.0682125, 30.3533605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0706572, 30.3555711 ], [ 120.0704062, 30.3553979 ], [ 120.0696184, 30.3547057 ], [ 120.0692213, 30.3543414 ], [ 120.068468, 30.3536503 ], [ 120.0682951, 30.3534916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682951, 30.3534916 ], [ 120.0674585, 30.3543991 ], [ 120.0664005, 30.3555838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0707597, 30.3554521 ], [ 120.0708613, 30.3555399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白洋港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0706572, 30.3555711 ], [ 120.0707597, 30.3554521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0708613, 30.3555399 ], [ 120.0707714, 30.3556706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0707714, 30.3556706 ], [ 120.0706572, 30.3555711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白洋港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0688763, 30.3575319 ], [ 120.0693595, 30.3570423 ], [ 120.0699414, 30.3564246 ], [ 120.0706572, 30.3555711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0847532, 30.3522308 ], [ 120.085026, 30.3523866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.084968, 30.3524597 ], [ 120.084694, 30.3523045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.085026, 30.3523866 ], [ 120.084968, 30.3524597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金庄支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734959, 30.3526885 ], [ 120.0747622, 30.3531741 ], [ 120.075821, 30.3531835 ], [ 120.0765611, 30.3530916 ], [ 120.0771143, 30.3529063 ], [ 120.0774525, 30.3525828 ], [ 120.0776375, 30.3523228 ], [ 120.0776675, 30.3521592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金庄支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0776675, 30.3521592 ], [ 120.0776375, 30.3523228 ], [ 120.0774525, 30.3525828 ], [ 120.0771143, 30.3529063 ], [ 120.0765611, 30.3530916 ], [ 120.075821, 30.3531835 ], [ 120.0747622, 30.3531741 ], [ 120.0734959, 30.3526885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0762541, 30.3600796 ], [ 120.0764199, 30.3599251 ], [ 120.0780616, 30.3583954 ], [ 120.0794525, 30.357069 ], [ 120.07988, 30.3566612 ], [ 120.0805536, 30.3560262 ], [ 120.0823176, 30.3545792 ], [ 120.0824295, 30.354474 ], [ 120.0829687, 30.3539674 ], [ 120.083326, 30.353668 ], [ 120.0839557, 30.3531207 ], [ 120.0842999, 30.3528057 ], [ 120.084694, 30.3523045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.084968, 30.3524597 ], [ 120.0848747, 30.3525921 ], [ 120.084505, 30.353003 ], [ 120.0840742, 30.3534111 ], [ 120.0835227, 30.3538509 ], [ 120.0824701, 30.3547921 ], [ 120.0820764, 30.3551174 ], [ 120.0806694, 30.3562802 ], [ 120.0803032, 30.3566354 ], [ 120.0801005, 30.3568319 ], [ 120.0782505, 30.35856 ], [ 120.0773273, 30.3594769 ], [ 120.0766921, 30.3600635 ], [ 120.0765016, 30.3602394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "流棕弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0847427, 30.3605572 ], [ 120.0839659, 30.3600546 ], [ 120.0818737, 30.3592206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "流棕弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0818737, 30.3592206 ], [ 120.0839659, 30.3600546 ], [ 120.0847427, 30.3605572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "流棕弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0801095, 30.3612645 ], [ 120.080228, 30.3609294 ], [ 120.0804745, 30.3601159 ], [ 120.0808606, 30.3588487 ], [ 120.0810373, 30.3589054 ], [ 120.0812996, 30.3590042 ], [ 120.0818737, 30.3592206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664005, 30.3555838 ], [ 120.0688763, 30.3575319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0687771, 30.3576132 ], [ 120.0685163, 30.3573692 ], [ 120.066334, 30.3556277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0707714, 30.3556706 ], [ 120.0689502, 30.3575913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0688763, 30.3575319 ], [ 120.0689502, 30.3575913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白洋港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0687771, 30.3576132 ], [ 120.0688763, 30.3575319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689502, 30.3575913 ], [ 120.06886, 30.3576842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06886, 30.3576842 ], [ 120.0687771, 30.3576132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0708613, 30.3555399 ], [ 120.0732861, 30.3576341 ], [ 120.0740706, 30.3583117 ], [ 120.074286, 30.3584954 ], [ 120.0745142, 30.3586901 ], [ 120.075556, 30.3595797 ], [ 120.0760098, 30.3599227 ], [ 120.0762541, 30.3600796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761302, 30.3601934 ], [ 120.0753811, 30.3596279 ], [ 120.0744016, 30.3587944 ], [ 120.0741761, 30.3586027 ], [ 120.0739604, 30.3584193 ], [ 120.0728619, 30.3574725 ], [ 120.0707714, 30.3556706 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白洋港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0668819, 30.3608841 ], [ 120.0671038, 30.3597728 ], [ 120.0674868, 30.3590755 ], [ 120.0680005, 30.3584717 ], [ 120.0682792, 30.3581636 ], [ 120.0684789, 30.3579429 ], [ 120.0687771, 30.3576132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "流棕弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0818737, 30.3592206 ], [ 120.0812996, 30.3590042 ], [ 120.0810373, 30.3589054 ], [ 120.0808606, 30.3588487 ], [ 120.0804745, 30.3601159 ], [ 120.080228, 30.3609294 ], [ 120.0801095, 30.3612645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761302, 30.3601934 ], [ 120.0762541, 30.3600796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0762541, 30.3600796 ], [ 120.0765016, 30.3602394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764302, 30.3603603 ], [ 120.0761302, 30.3601934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765016, 30.3602394 ], [ 120.0764302, 30.3603603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梓归路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0818737, 30.3592206 ], [ 120.0809153, 30.3614802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梓归路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809153, 30.3614802 ], [ 120.0818737, 30.3592206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765016, 30.3602394 ], [ 120.0766795, 30.3603496 ], [ 120.0770246, 30.360437 ], [ 120.0772566, 30.3605049 ], [ 120.0777754, 30.3606486 ], [ 120.0793129, 30.3610543 ], [ 120.0801095, 30.3612645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0736652, 30.3623884 ], [ 120.0739051, 30.3621817 ], [ 120.0754742, 30.3608158 ], [ 120.0756915, 30.3606098 ], [ 120.0761302, 30.3601934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0801095, 30.3612645 ], [ 120.0802708, 30.3613071 ], [ 120.0806781, 30.3614172 ], [ 120.0809153, 30.3614802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06886, 30.3576842 ], [ 120.0687156, 30.357833 ], [ 120.0686008, 30.3579713 ], [ 120.0684146, 30.3581958 ], [ 120.0681777, 30.3584814 ], [ 120.0675439, 30.3591593 ], [ 120.0671794, 30.3601103 ], [ 120.0670234, 30.3608766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689502, 30.3575913 ], [ 120.0692957, 30.3581445 ], [ 120.0694881, 30.3584527 ], [ 120.0695165, 30.3584981 ], [ 120.0703186, 30.3594586 ], [ 120.0720166, 30.3610698 ], [ 120.0736652, 30.3623884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735952, 30.3624487 ], [ 120.0713988, 30.3606238 ], [ 120.0699677, 30.3592126 ], [ 120.0694571, 30.3585613 ], [ 120.069362, 30.3584213 ], [ 120.0691502, 30.3581093 ], [ 120.0691428, 30.3580984 ], [ 120.06886, 30.3576842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764302, 30.3603603 ], [ 120.0760059, 30.3607298 ], [ 120.0759081, 30.3608258 ], [ 120.0756581, 30.3610426 ], [ 120.0739667, 30.3625426 ], [ 120.073595, 30.3628676 ], [ 120.0733125, 30.3630688 ], [ 120.0731046, 30.3631905 ], [ 120.0717613, 30.3638722 ], [ 120.0707108, 30.3642495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735952, 30.3624487 ], [ 120.0736652, 30.3623884 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0705878, 30.3641443 ], [ 120.0710634, 30.3638224 ], [ 120.0716535, 30.3635702 ], [ 120.0725859, 30.363118 ], [ 120.0730636, 30.3628193 ], [ 120.0735222, 30.3625116 ], [ 120.0735952, 30.3624487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0707108, 30.3642495 ], [ 120.0695353, 30.3647544 ], [ 120.0670358, 30.3659892 ], [ 120.0668272, 30.3660774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0632734, 30.3670836 ], [ 120.0639695, 30.3669821 ], [ 120.0643135, 30.3669077 ], [ 120.0646217, 30.3668333 ], [ 120.0651144, 30.366678 ], [ 120.0654997, 30.3665352 ], [ 120.0660513, 30.3663077 ], [ 120.066529, 30.3660879 ], [ 120.067061, 30.3658343 ], [ 120.0694228, 30.3646991 ], [ 120.0705878, 30.3641443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0668272, 30.3660774 ], [ 120.0671674, 30.3663002 ], [ 120.0669014, 30.3666478 ], [ 120.0668975, 30.3667322 ], [ 120.0671908, 30.367046 ], [ 120.0676048, 30.3673694 ], [ 120.0678283, 30.3675083 ], [ 120.068063, 30.3677175 ], [ 120.0686105, 30.368092 ], [ 120.0690837, 30.368389 ], [ 120.0691798, 30.3684486 ], [ 120.069426, 30.3686013 ], [ 120.069557, 30.3686825 ], [ 120.0702296, 30.3690166 ], [ 120.0707224, 30.3692427 ], [ 120.0714225, 30.3698366 ], [ 120.0717119, 30.3700737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717119, 30.3700737 ], [ 120.0714225, 30.3698366 ], [ 120.0707224, 30.3692427 ], [ 120.0702296, 30.3690166 ], [ 120.069557, 30.3686825 ], [ 120.069426, 30.3686013 ], [ 120.0691798, 30.3684486 ], [ 120.0690837, 30.368389 ], [ 120.0686105, 30.368092 ], [ 120.068063, 30.3677175 ], [ 120.0678283, 30.3675083 ], [ 120.0676048, 30.3673694 ], [ 120.0671908, 30.367046 ], [ 120.0668975, 30.3667322 ], [ 120.0669014, 30.3666478 ], [ 120.0671674, 30.3663002 ], [ 120.0668272, 30.3660774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0941434, 30.3599528 ], [ 120.0973511, 30.3599921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "庙长桥路", "九曲港路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972896, 30.3620012 ], [ 120.0941299, 30.3619309 ], [ 120.0941434, 30.3599528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "庙长桥路", "九曲港路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0941434, 30.3599528 ], [ 120.0941299, 30.3619309 ], [ 120.0972896, 30.3620012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0973511, 30.3599921 ], [ 120.0972896, 30.3620012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972896, 30.3620012 ], [ 120.0973511, 30.3599921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000917, 30.3773155 ], [ 120.1000634, 30.3772155 ], [ 120.099953, 30.3769224 ], [ 120.0996218, 30.3763107 ], [ 120.0991943, 30.3755981 ], [ 120.0990339, 30.3753168 ], [ 120.098029, 30.3734604 ], [ 120.097855, 30.3731417 ], [ 120.0976076, 30.3726883 ], [ 120.0970017, 30.3716159 ], [ 120.0967229, 30.3711151 ], [ 120.09651, 30.3708163 ], [ 120.0962019, 30.3704448 ], [ 120.0958901, 30.3701051 ], [ 120.0951295, 30.3693665 ], [ 120.0947703, 30.3690177 ], [ 120.0944786, 30.3687345 ], [ 120.0932929, 30.3675954 ], [ 120.092101, 30.3664651 ], [ 120.0919413, 30.3663092 ], [ 120.0917561, 30.366128 ], [ 120.0913785, 30.3657673 ], [ 120.0910901, 30.3654918 ], [ 120.0905494, 30.3650311 ], [ 120.0899706, 30.3646171 ], [ 120.0893578, 30.3642171 ], [ 120.0888251, 30.3639466 ], [ 120.0882614, 30.3636831 ], [ 120.0875788, 30.3634047 ], [ 120.0868962, 30.3631817 ], [ 120.0848065, 30.3626081 ], [ 120.0842841, 30.3624647 ], [ 120.0837053, 30.362308 ], [ 120.082443, 30.3619662 ], [ 120.0822249, 30.3619071 ], [ 120.0806858, 30.3614904 ], [ 120.0802747, 30.3613845 ], [ 120.0784261, 30.3608965 ], [ 120.0780109, 30.3607869 ], [ 120.0777199, 30.3607101 ], [ 120.077218, 30.3605766 ], [ 120.0769538, 30.3605166 ], [ 120.0766183, 30.3604313 ], [ 120.0764302, 30.3603603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809153, 30.3614802 ], [ 120.0824739, 30.3618943 ], [ 120.0827037, 30.3619554 ], [ 120.0837343, 30.3622152 ], [ 120.0837966, 30.3622309 ], [ 120.0841469, 30.3623192 ], [ 120.084803, 30.3624955 ], [ 120.0869453, 30.3630711 ], [ 120.0876224, 30.3632849 ], [ 120.0881539, 30.3634944 ], [ 120.0888447, 30.363835 ], [ 120.0894223, 30.3641256 ], [ 120.0899408, 30.3644472 ], [ 120.0904181, 30.364785 ], [ 120.0908324, 30.3651188 ], [ 120.0912285, 30.3654736 ], [ 120.0914004, 30.3656351 ], [ 120.0918801, 30.3660858 ], [ 120.0920531, 30.3662576 ], [ 120.092235, 30.3664223 ], [ 120.0934064, 30.3675464 ], [ 120.0942395, 30.3683455 ], [ 120.0947621, 30.3688376 ], [ 120.0951983, 30.3692703 ], [ 120.0959714, 30.3700373 ], [ 120.0964311, 30.3705313 ], [ 120.0966977, 30.3708651 ], [ 120.0970145, 30.3714174 ], [ 120.0977411, 30.3726509 ], [ 120.0979567, 30.3730318 ], [ 120.0981758, 30.373419 ], [ 120.0992452, 30.3753287 ], [ 120.099403, 30.3755975 ], [ 120.0998174, 30.3763113 ], [ 120.0999833, 30.376622 ], [ 120.1001585, 30.3769852 ], [ 120.1002392, 30.3771977 ], [ 120.100267, 30.3773142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.091898, 30.3795252 ], [ 120.0923353, 30.3791662 ], [ 120.0927275, 30.3788905 ], [ 120.0929595, 30.3787171 ], [ 120.0931409, 30.3785977 ], [ 120.0939257, 30.3780814 ], [ 120.0946433, 30.3776928 ], [ 120.0948935, 30.3776033 ], [ 120.0950486, 30.3775478 ], [ 120.0957752, 30.3773146 ], [ 120.0960485, 30.3772576 ], [ 120.0964298, 30.3772266 ], [ 120.0967841, 30.3771903 ], [ 120.097874, 30.3772058 ], [ 120.0985856, 30.377241 ], [ 120.1000917, 30.3773155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1001258, 30.3774355 ], [ 120.098963, 30.3773802 ], [ 120.0976508, 30.3773178 ], [ 120.0963957, 30.3773359 ], [ 120.0961105, 30.3773748 ], [ 120.095498, 30.3775198 ], [ 120.0952698, 30.377595 ], [ 120.0950476, 30.3776779 ], [ 120.094926, 30.3777294 ], [ 120.094333, 30.3779809 ], [ 120.0939883, 30.3781962 ], [ 120.0934083, 30.3785585 ], [ 120.0932103, 30.3786961 ], [ 120.0930601, 30.3787991 ], [ 120.0928161, 30.3789703 ], [ 120.092544, 30.3791477 ], [ 120.0921024, 30.3795909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888714, 30.3777623 ], [ 120.0890841, 30.3779191 ], [ 120.0897392, 30.3784021 ], [ 120.0905868, 30.3789636 ], [ 120.0914143, 30.379364 ], [ 120.091898, 30.3795252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072121, 30.3721127 ], [ 120.0721538, 30.372013 ], [ 120.072312, 30.3712653 ], [ 120.0723479, 30.3710591 ], [ 120.0724511, 30.3707037 ], [ 120.0723533, 30.3705991 ], [ 120.0717119, 30.3700737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072121, 30.3721127 ], [ 120.0708759, 30.3717663 ], [ 120.0714487, 30.3706176 ], [ 120.0715107, 30.3703549 ], [ 120.0717119, 30.3700737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717119, 30.3700737 ], [ 120.0723533, 30.3705991 ], [ 120.0724511, 30.3707037 ], [ 120.0723479, 30.3710591 ], [ 120.072312, 30.3712653 ], [ 120.0721538, 30.372013 ], [ 120.072121, 30.3721127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717119, 30.3700737 ], [ 120.0715107, 30.3703549 ], [ 120.0714487, 30.3706176 ], [ 120.0708759, 30.3717663 ], [ 120.072121, 30.3721127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709884, 30.3766861 ], [ 120.0712504, 30.3756233 ], [ 120.0714772, 30.3746583 ], [ 120.071618, 30.3739902 ], [ 120.0718019, 30.3731163 ], [ 120.0719074, 30.372762 ], [ 120.072121, 30.3721127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072121, 30.3721127 ], [ 120.0719074, 30.372762 ], [ 120.0718019, 30.3731163 ], [ 120.071618, 30.3739902 ], [ 120.0714772, 30.3746583 ], [ 120.0712504, 30.3756233 ], [ 120.0709884, 30.3766861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0702424, 30.3765922 ], [ 120.0709884, 30.3766861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709884, 30.3766861 ], [ 120.0702424, 30.3765922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709884, 30.3766861 ], [ 120.0726906, 30.3769911 ], [ 120.0757672, 30.3775178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0757672, 30.3775178 ], [ 120.0726906, 30.3769911 ], [ 120.0709884, 30.3766861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0609587, 30.3702981 ], [ 120.0609084, 30.3702722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0609084, 30.3702722 ], [ 120.0609587, 30.3702981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579153, 30.3730972 ], [ 120.0595079, 30.3718465 ], [ 120.0597957, 30.3716147 ], [ 120.0600707, 30.3713499 ], [ 120.0602433, 30.3711568 ], [ 120.0604288, 30.3709416 ], [ 120.0609084, 30.3702722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0609587, 30.3702981 ], [ 120.0605024, 30.3709362 ], [ 120.0603118, 30.3711847 ], [ 120.0598206, 30.3716947 ], [ 120.0582743, 30.3728978 ], [ 120.0579655, 30.373138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0609587, 30.3702981 ], [ 120.0619789, 30.3706903 ], [ 120.0627673, 30.3710381 ], [ 120.0629894, 30.3711857 ], [ 120.0634905, 30.3715188 ], [ 120.0636802, 30.3717029 ], [ 120.0637632, 30.3718359 ], [ 120.0637514, 30.3719177 ], [ 120.0636565, 30.3720507 ], [ 120.0634609, 30.3722911 ], [ 120.064522, 30.3730122 ], [ 120.0647457, 30.3731519 ], [ 120.064991, 30.3733051 ], [ 120.0651444, 30.3734009 ], [ 120.0652037, 30.3734469 ], [ 120.0647947, 30.374076 ], [ 120.0647947, 30.3741629 ], [ 120.064923, 30.3742759 ], [ 120.0655119, 30.3743931 ], [ 120.0659091, 30.3745618 ], [ 120.0664248, 30.3748278 ], [ 120.0695785, 30.3762751 ], [ 120.0702424, 30.3765922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0702424, 30.3765922 ], [ 120.0695785, 30.3762751 ], [ 120.0664248, 30.3748278 ], [ 120.0659091, 30.3745618 ], [ 120.0655119, 30.3743931 ], [ 120.064923, 30.3742759 ], [ 120.0647947, 30.3741629 ], [ 120.0647947, 30.374076 ], [ 120.0652037, 30.3734469 ], [ 120.0651444, 30.3734009 ], [ 120.064991, 30.3733051 ], [ 120.0647457, 30.3731519 ], [ 120.064522, 30.3730122 ], [ 120.0634609, 30.3722911 ], [ 120.0636565, 30.3720507 ], [ 120.0637514, 30.3719177 ], [ 120.0637632, 30.3718359 ], [ 120.0636802, 30.3717029 ], [ 120.0634905, 30.3715188 ], [ 120.0629894, 30.3711857 ], [ 120.0627673, 30.3710381 ], [ 120.0619789, 30.3706903 ], [ 120.0609587, 30.3702981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594448, 30.3789119 ], [ 120.0602277, 30.379374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0597541, 30.3936442 ], [ 120.0596846, 30.393686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0596846, 30.393686 ], [ 120.0597541, 30.3936442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0596846, 30.393686 ], [ 120.0595931, 30.3937938 ], [ 120.0595828, 30.3938556 ], [ 120.0595729, 30.393917 ], [ 120.0595633, 30.393981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0458811, 30.3713697 ], [ 120.0459136, 30.3701745 ], [ 120.0459179, 30.3700173 ], [ 120.0459212, 30.3698942 ], [ 120.0459663, 30.3696507 ], [ 120.0460626, 30.369473 ], [ 120.0461849, 30.3693654 ], [ 120.0463799, 30.3692835 ], [ 120.046692, 30.3692711 ], [ 120.0469963, 30.3692604 ], [ 120.0473848, 30.369262 ], [ 120.0476018, 30.3692583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479647, 30.3714269 ], [ 120.0478841, 30.3708726 ], [ 120.0476555, 30.3696036 ], [ 120.0476018, 30.3692583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0476018, 30.3692583 ], [ 120.0476555, 30.3696036 ], [ 120.0478841, 30.3708726 ], [ 120.0479647, 30.3714269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0524856, 30.3733732 ], [ 120.0520229, 30.3724846 ], [ 120.0519073, 30.3722182 ], [ 120.0516678, 30.3715956 ], [ 120.0515177, 30.3709686 ], [ 120.0513734, 30.369896 ], [ 120.051296, 30.3684329 ], [ 120.0513205, 30.3674336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0547991, 30.3692813 ], [ 120.0545609, 30.3716396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0545609, 30.3716396 ], [ 120.0547991, 30.3692813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434058, 30.371326 ], [ 120.0434814, 30.3713285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434814, 30.3713285 ], [ 120.0444962, 30.3713459 ], [ 120.0458811, 30.3713697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0433973, 30.3714495 ], [ 120.0434058, 30.371326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434814, 30.3713285 ], [ 120.0434685, 30.3714516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375364, 30.3712831 ], [ 120.0375332, 30.3711675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375332, 30.3711675 ], [ 120.0375364, 30.3712831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375332, 30.3711675 ], [ 120.0393529, 30.3712042 ], [ 120.0397998, 30.3712093 ], [ 120.0412453, 30.3712471 ], [ 120.0418404, 30.3712626 ], [ 120.0420473, 30.371268 ], [ 120.0434058, 30.371326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0339348, 30.3715458 ], [ 120.0342409, 30.3714346 ], [ 120.0347437, 30.3713664 ], [ 120.0349309, 30.3713429 ], [ 120.0359016, 30.371221 ], [ 120.0366119, 30.3711596 ], [ 120.0375332, 30.3711675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0433973, 30.3714495 ], [ 120.0422474, 30.3713973 ], [ 120.0419907, 30.3713909 ], [ 120.0412395, 30.371372 ], [ 120.0397731, 30.3713352 ], [ 120.0393315, 30.3713257 ], [ 120.0392641, 30.3713241 ], [ 120.0375364, 30.3712831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375364, 30.3712831 ], [ 120.036993, 30.371285 ], [ 120.0368624, 30.3712897 ], [ 120.0364496, 30.3713046 ], [ 120.0358069, 30.3713714 ], [ 120.0348928, 30.3714982 ], [ 120.0342878, 30.3715582 ], [ 120.0339348, 30.3715458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375442, 30.3731724 ], [ 120.0375364, 30.3712831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375364, 30.3712831 ], [ 120.0375442, 30.3731724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0350028, 30.3731119 ], [ 120.034893, 30.3729019 ], [ 120.0347383, 30.3725841 ], [ 120.0344933, 30.3722014 ], [ 120.0339348, 30.3715458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0339348, 30.3715458 ], [ 120.0344933, 30.3722014 ], [ 120.0347383, 30.3725841 ], [ 120.034893, 30.3729019 ], [ 120.0350028, 30.3731119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0458811, 30.3713697 ], [ 120.0474023, 30.3714108 ], [ 120.0476959, 30.3714175 ], [ 120.0479647, 30.3714269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.045872, 30.3715122 ], [ 120.0458811, 30.3713697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0458811, 30.3713697 ], [ 120.045872, 30.3715122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434685, 30.3714516 ], [ 120.0433973, 30.3714495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.045872, 30.3715122 ], [ 120.0449145, 30.3714881 ], [ 120.0434685, 30.3714516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479803, 30.3715703 ], [ 120.0479647, 30.3714269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479647, 30.3714269 ], [ 120.0479803, 30.3715703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479647, 30.3714269 ], [ 120.0512108, 30.3715125 ], [ 120.0524271, 30.3715341 ], [ 120.0528287, 30.3715491 ], [ 120.0541349, 30.3716033 ], [ 120.0545609, 30.3716396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479803, 30.3715703 ], [ 120.0477129, 30.371561 ], [ 120.0473921, 30.371549 ], [ 120.045872, 30.3715122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0545609, 30.3716396 ], [ 120.0552148, 30.3717684 ], [ 120.0559401, 30.3719806 ], [ 120.0564889, 30.3721984 ], [ 120.0570471, 30.3724963 ], [ 120.057583, 30.3728418 ], [ 120.0579153, 30.3730972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0577823, 30.3731967 ], [ 120.0575901, 30.3730264 ], [ 120.0571775, 30.3727337 ], [ 120.0565502, 30.3723765 ], [ 120.0557977, 30.372084 ], [ 120.0550628, 30.3718743 ], [ 120.0545777, 30.3717798 ], [ 120.0542374, 30.3717395 ], [ 120.0537005, 30.3717082 ], [ 120.0528625, 30.3716775 ], [ 120.0524499, 30.3716669 ], [ 120.0512203, 30.3716561 ], [ 120.0479803, 30.3715703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0432775, 30.3733674 ], [ 120.0433106, 30.3725998 ], [ 120.0433214, 30.3723494 ], [ 120.0433973, 30.3714495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434685, 30.3714516 ], [ 120.0434247, 30.3721433 ], [ 120.043412, 30.3723446 ], [ 120.0433479, 30.373383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.045872, 30.3715122 ], [ 120.0457853, 30.3734639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0457853, 30.3734639 ], [ 120.045872, 30.3715122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478417, 30.3735184 ], [ 120.0479803, 30.3715703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479803, 30.3715703 ], [ 120.0478417, 30.3735184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579153, 30.3730972 ], [ 120.0579655, 30.373138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0577823, 30.3731967 ], [ 120.0579153, 30.3730972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579655, 30.373138 ], [ 120.0578314, 30.3732448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0578314, 30.3732448 ], [ 120.0577823, 30.3731967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0527516, 30.3732618 ], [ 120.0524856, 30.3733732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0524856, 30.3733732 ], [ 120.0527516, 30.3732618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0432775, 30.3733674 ], [ 120.0433479, 30.373383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0433479, 30.373383 ], [ 120.0432775, 30.3733674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0457853, 30.3734639 ], [ 120.0449452, 30.373436 ], [ 120.044029, 30.3734056 ], [ 120.0433479, 30.373383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0433479, 30.373383 ], [ 120.044029, 30.3734056 ], [ 120.0449452, 30.373436 ], [ 120.0457853, 30.3734639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0524856, 30.3733732 ], [ 120.0523041, 30.373431 ], [ 120.0519719, 30.3735001 ], [ 120.0512681, 30.3735369 ], [ 120.0510955, 30.3735459 ], [ 120.0506844, 30.3735694 ], [ 120.0497228, 30.3735935 ], [ 120.0494687, 30.3735834 ], [ 120.0493939, 30.3735804 ], [ 120.0491684, 30.3735714 ], [ 120.0486452, 30.3735499 ], [ 120.0478417, 30.3735184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478417, 30.3735184 ], [ 120.0486452, 30.3735499 ], [ 120.0491684, 30.3735714 ], [ 120.0493939, 30.3735804 ], [ 120.0494687, 30.3735834 ], [ 120.0497228, 30.3735935 ], [ 120.0506844, 30.3735694 ], [ 120.0510955, 30.3735459 ], [ 120.0512681, 30.3735369 ], [ 120.0519719, 30.3735001 ], [ 120.0523041, 30.373431 ], [ 120.0524856, 30.3733732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478417, 30.3735184 ], [ 120.0475255, 30.3735058 ], [ 120.0472733, 30.3735007 ], [ 120.0457853, 30.3734639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0350028, 30.3731119 ], [ 120.0355644, 30.3731252 ], [ 120.0357772, 30.3731303 ], [ 120.0368892, 30.3731568 ], [ 120.0375442, 30.3731724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375442, 30.3731724 ], [ 120.0368892, 30.3731568 ], [ 120.0357772, 30.3731303 ], [ 120.0355644, 30.3731252 ], [ 120.0350028, 30.3731119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0345595, 30.3731882 ], [ 120.0350028, 30.3731119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0350028, 30.3731119 ], [ 120.0345595, 30.3731882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375442, 30.3731724 ], [ 120.0390789, 30.373239 ], [ 120.0404291, 30.373278 ], [ 120.0411609, 30.3732992 ], [ 120.0418289, 30.3733207 ], [ 120.0432775, 30.3733674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0432775, 30.3733674 ], [ 120.0418289, 30.3733207 ], [ 120.0411609, 30.3732992 ], [ 120.0404291, 30.373278 ], [ 120.0390789, 30.373239 ], [ 120.0375442, 30.3731724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "设计路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0216711, 30.3717989 ], [ 120.021649, 30.3719498 ], [ 120.0217688, 30.3721991 ], [ 120.0219605, 30.3725982 ], [ 120.0221425, 30.3729402 ], [ 120.0223303, 30.3732133 ], [ 120.0226253, 30.3734354 ], [ 120.0228423, 30.3735379 ], [ 120.0234768, 30.3736945 ], [ 120.0237226, 30.3737891 ], [ 120.0241274, 30.3739538 ], [ 120.0244439, 30.3742083 ], [ 120.0248175, 30.3744965 ], [ 120.0250558, 30.3746821 ], [ 120.0252416, 30.3747894 ], [ 120.0254407, 30.3748586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "设计路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252659, 30.3750922 ], [ 120.0251942, 30.3749225 ], [ 120.0250749, 30.3747929 ], [ 120.0248469, 30.3745843 ], [ 120.0244435, 30.3742916 ], [ 120.024013, 30.3740172 ], [ 120.0235607, 30.3738009 ], [ 120.0230089, 30.3736503 ], [ 120.0226695, 30.3735687 ], [ 120.0224516, 30.3734513 ], [ 120.0222552, 30.3732353 ], [ 120.0217655, 30.3725211 ], [ 120.0215812, 30.372167 ], [ 120.0214697, 30.3719526 ], [ 120.0213786, 30.3718206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "徐家湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0257804, 30.3751225 ], [ 120.0259026, 30.3751514 ], [ 120.0260351, 30.3751933 ], [ 120.0263179, 30.3752352 ], [ 120.0265426, 30.37524 ], [ 120.0268569, 30.3752467 ], [ 120.027312, 30.3752314 ], [ 120.027524, 30.37522 ], [ 120.0278024, 30.3751742 ], [ 120.0281293, 30.3750942 ], [ 120.0283861, 30.3750062 ], [ 120.0284518, 30.3749837 ], [ 120.0286904, 30.3748998 ], [ 120.0289157, 30.3748274 ], [ 120.0291057, 30.3747969 ], [ 120.029415, 30.3747931 ], [ 120.0295917, 30.3748045 ], [ 120.0297728, 30.3748312 ], [ 120.0299275, 30.3748236 ], [ 120.030197, 30.3747702 ], [ 120.0303869, 30.3746673 ], [ 120.030493, 30.3746216 ], [ 120.0306078, 30.3746063 ], [ 120.0306835, 30.3746232 ], [ 120.0308464, 30.3746597 ], [ 120.0310905, 30.3746793 ], [ 120.0319208, 30.3747461 ], [ 120.0320791, 30.3747588 ], [ 120.0323353, 30.3747702 ], [ 120.0325209, 30.3747435 ], [ 120.0327904, 30.374633 ], [ 120.0329229, 30.3745186 ], [ 120.0330731, 30.3743319 ], [ 120.0334222, 30.3738173 ], [ 120.0335194, 30.3735733 ], [ 120.0335253, 30.3733527 ], [ 120.0335864, 30.3734027 ], [ 120.0335776, 30.3735666 ], [ 120.0335511, 30.3736924 ], [ 120.0335113, 30.3737725 ], [ 120.0329679, 30.3745539 ], [ 120.0328575, 30.3746568 ], [ 120.0327205, 30.3747482 ], [ 120.0325879, 30.3747978 ], [ 120.032367, 30.3748435 ], [ 120.0321152, 30.3748435 ], [ 120.0319263, 30.3748303 ], [ 120.0308119, 30.3747521 ], [ 120.0307058, 30.3747521 ], [ 120.0306376, 30.3747572 ], [ 120.0306042, 30.3747597 ], [ 120.0305747, 30.3747645 ], [ 120.0304628, 30.3747826 ], [ 120.0303612, 30.3748092 ], [ 120.0301933, 30.3748626 ], [ 120.0300122, 30.3748969 ], [ 120.0298046, 30.3749236 ], [ 120.0295306, 30.3749045 ], [ 120.0292921, 30.3748817 ], [ 120.0291109, 30.3748817 ], [ 120.0289342, 30.3749045 ], [ 120.028385, 30.3750898 ], [ 120.0281434, 30.3751713 ], [ 120.0278385, 30.3752476 ], [ 120.0275116, 30.3753009 ], [ 120.0272642, 30.37532 ], [ 120.0264291, 30.3753162 ], [ 120.0262326, 30.3753089 ], [ 120.0261199, 30.3753047 ], [ 120.0260271, 30.3752819 ], [ 120.025899, 30.3752514 ], [ 120.0258194, 30.3752399 ], [ 120.0256462, 30.3752716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252659, 30.3750922 ], [ 120.0252724, 30.3750178 ], [ 120.0253066, 30.3749494 ], [ 120.0253648, 30.3748943 ], [ 120.0254407, 30.3748586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良平街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0457853, 30.3734639 ], [ 120.0472733, 30.3735007 ], [ 120.0475255, 30.3735058 ], [ 120.0478417, 30.3735184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0540821, 30.3749793 ], [ 120.0543129, 30.3749318 ], [ 120.0549479, 30.3747771 ], [ 120.0555685, 30.3745725 ], [ 120.0561171, 30.3743261 ], [ 120.0565014, 30.3741272 ], [ 120.0568467, 30.3739044 ], [ 120.0572909, 30.3735831 ], [ 120.0577823, 30.3731967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0527516, 30.3732618 ], [ 120.0531537, 30.3738643 ], [ 120.0536741, 30.3745324 ], [ 120.053945, 30.3748301 ], [ 120.0540821, 30.3749793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0578314, 30.3732448 ], [ 120.0570149, 30.3738625 ], [ 120.0567292, 30.3740584 ], [ 120.0563324, 30.3743028 ], [ 120.055594, 30.3746381 ], [ 120.0551426, 30.3747979 ], [ 120.0547367, 30.3749103 ], [ 120.0541497, 30.3750453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0537854, 30.3750519 ], [ 120.053086, 30.3742698 ], [ 120.0524856, 30.3733732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0433819, 30.3753645 ], [ 120.0433711, 30.3752977 ], [ 120.043353, 30.3751196 ], [ 120.0432496, 30.3739445 ], [ 120.0432775, 30.3733674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0433479, 30.373383 ], [ 120.0433375, 30.3739238 ], [ 120.0433763, 30.3746029 ], [ 120.0434582, 30.3753626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0457276, 30.3754368 ], [ 120.0457853, 30.3734639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立周路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0457853, 30.3734639 ], [ 120.0457276, 30.3754368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478417, 30.3735184 ], [ 120.0477056, 30.3750707 ], [ 120.0478595, 30.3751846 ], [ 120.0478381, 30.3756058 ], [ 120.0478219, 30.3758682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478219, 30.3758682 ], [ 120.0478381, 30.3756058 ], [ 120.0478595, 30.3751846 ], [ 120.0477056, 30.3750707 ], [ 120.0478417, 30.3735184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0540821, 30.3749793 ], [ 120.0541497, 30.3750453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0537854, 30.3750519 ], [ 120.0540821, 30.3749793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0541497, 30.3750453 ], [ 120.0538452, 30.3751196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0538452, 30.3751196 ], [ 120.0537854, 30.3750519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434582, 30.3753626 ], [ 120.0433819, 30.3753645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0433819, 30.3753645 ], [ 120.0434582, 30.3753626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434582, 30.3753626 ], [ 120.0447441, 30.3753811 ], [ 120.0457276, 30.3754368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0457276, 30.3754368 ], [ 120.0447441, 30.3753811 ], [ 120.0434582, 30.3753626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "祥彭线", "莫干山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049331, 30.3762517 ], [ 120.0497257, 30.3760677 ], [ 120.0499116, 30.3759971 ], [ 120.0520848, 30.3754669 ], [ 120.0537854, 30.3750519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0215187, 30.3714089 ], [ 120.0216237, 30.371433 ], [ 120.0217145, 30.3714842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0213786, 30.3718206 ], [ 120.0212835, 30.3717373 ], [ 120.021251, 30.3716238 ], [ 120.0212836, 30.3715215 ], [ 120.0213676, 30.3714442 ], [ 120.0214399, 30.3714163 ], [ 120.0215187, 30.3714089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0217145, 30.3714842 ], [ 120.0217465, 30.3715518 ], [ 120.0217626, 30.3716185 ], [ 120.0217543, 30.3716863 ], [ 120.0217228, 30.3717481 ], [ 120.0216711, 30.3717989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0216711, 30.3717989 ], [ 120.0216045, 30.3718337 ], [ 120.0215288, 30.3718496 ], [ 120.0214511, 30.3718451 ], [ 120.0213786, 30.3718206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.003869, 30.3828949 ], [ 120.004067, 30.3829251 ], [ 120.0043548, 30.3829655 ], [ 120.0047273, 30.3829934 ], [ 120.0050186, 30.3830009 ], [ 120.0054612, 30.3830055 ], [ 120.0058562, 30.382992 ], [ 120.0065139, 30.3829248 ], [ 120.0071896, 30.3828067 ], [ 120.0075209, 30.3827226 ], [ 120.0078523, 30.3826233 ], [ 120.008211, 30.3824916 ], [ 120.0086021, 30.3823363 ], [ 120.0089392, 30.3821811 ], [ 120.00924, 30.382026 ], [ 120.0099084, 30.3816121 ], [ 120.0166364, 30.3766261 ], [ 120.018722, 30.3750543 ], [ 120.0200761, 30.3741064 ], [ 120.0210851, 30.373386 ], [ 120.0213918, 30.3731521 ], [ 120.0218044, 30.3728474 ], [ 120.0220931, 30.3726212 ], [ 120.0229604, 30.3719457 ], [ 120.0239145, 30.3712359 ], [ 120.0243107, 30.3709568 ], [ 120.0245652, 30.370784 ], [ 120.0250962, 30.3704158 ], [ 120.025648, 30.3700445 ], [ 120.0262169, 30.3697016 ], [ 120.0273431, 30.3691267 ], [ 120.0280512, 30.3687997 ], [ 120.0284958, 30.3686065 ], [ 120.0289405, 30.3684341 ], [ 120.0296026, 30.3682174 ], [ 120.0302339, 30.368005 ], [ 120.0308964, 30.3678233 ], [ 120.0316622, 30.3676499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0317101, 30.3677885 ], [ 120.0309743, 30.3679596 ], [ 120.0302801, 30.3681398 ], [ 120.0296638, 30.368336 ], [ 120.0286525, 30.3686906 ], [ 120.0273971, 30.369235 ], [ 120.0263289, 30.3697817 ], [ 120.0256998, 30.3701632 ], [ 120.0250783, 30.3705864 ], [ 120.0241287, 30.3712564 ], [ 120.0237772, 30.3715157 ], [ 120.0233781, 30.3718101 ], [ 120.0221367, 30.3727461 ], [ 120.0218806, 30.3729453 ], [ 120.0214733, 30.3732711 ], [ 120.0212, 30.3734856 ], [ 120.0202571, 30.3741636 ], [ 120.0186668, 30.3752642 ], [ 120.0167524, 30.3767069 ], [ 120.0099814, 30.3817282 ], [ 120.0093878, 30.3820913 ], [ 120.0087796, 30.3824057 ], [ 120.0082592, 30.3826175 ], [ 120.0076685, 30.3828294 ], [ 120.0071151, 30.3829645 ], [ 120.0065182, 30.3830679 ], [ 120.0060058, 30.3831132 ], [ 120.0056222, 30.3831394 ], [ 120.0051598, 30.3831439 ], [ 120.004669, 30.383125 ], [ 120.0043139, 30.3830992 ], [ 120.0040297, 30.3830617 ], [ 120.0038471, 30.3830327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "梧桐圩路", "升阳桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0203623, 30.3732459 ], [ 120.0205472, 30.3732011 ], [ 120.0206872, 30.3731917 ], [ 120.0207788, 30.3731844 ], [ 120.020874, 30.3731803 ], [ 120.0209919, 30.3732104 ], [ 120.0210989, 30.3732655 ], [ 120.0212259, 30.3734334 ], [ 120.0212911, 30.3735157 ], [ 120.0213455, 30.3735997 ], [ 120.0213928, 30.3736856 ], [ 120.0214187, 30.3737537 ], [ 120.0214373, 30.3738234 ], [ 120.0214725, 30.3740545 ], [ 120.0214936, 30.3743394 ], [ 120.0214918, 30.3745222 ], [ 120.0214741, 30.3747205 ], [ 120.0213974, 30.3749838 ], [ 120.0212683, 30.3754172 ], [ 120.0212225, 30.3755761 ], [ 120.0212092, 30.3757752 ], [ 120.0212503, 30.3760068 ], [ 120.0213852, 30.3764892 ], [ 120.0216513, 30.3774157 ], [ 120.0217257, 30.377651 ], [ 120.0217589, 30.3778271 ], [ 120.0217894, 30.3781019 ], [ 120.0217792, 30.3782861 ], [ 120.0217593, 30.3785177 ], [ 120.0217265, 30.3787722 ], [ 120.0217214, 30.3790099 ], [ 120.021747, 30.3792579 ], [ 120.0217927, 30.3795178 ], [ 120.0218412, 30.3796721 ], [ 120.0219274, 30.3799464 ], [ 120.0220523, 30.3802274 ], [ 120.0221918, 30.3804941 ], [ 120.0223342, 30.3807131 ], [ 120.0224879, 30.3808992 ], [ 120.0226728, 30.3810994 ], [ 120.0228655, 30.3812162 ], [ 120.0230857, 30.3813455 ], [ 120.0233183, 30.3815401 ], [ 120.0235733, 30.3817647 ], [ 120.0237191, 30.3819581 ], [ 120.0238653, 30.3822421 ], [ 120.0240835, 30.3826722 ], [ 120.0242278, 30.3829778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "梧桐圩路", "升阳桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242278, 30.3829778 ], [ 120.0240835, 30.3826722 ], [ 120.0238653, 30.3822421 ], [ 120.0237191, 30.3819581 ], [ 120.0235733, 30.3817647 ], [ 120.0233183, 30.3815401 ], [ 120.0230857, 30.3813455 ], [ 120.0228655, 30.3812162 ], [ 120.0226728, 30.3810994 ], [ 120.0224879, 30.3808992 ], [ 120.0223342, 30.3807131 ], [ 120.0221918, 30.3804941 ], [ 120.0220523, 30.3802274 ], [ 120.0219274, 30.3799464 ], [ 120.0218412, 30.3796721 ], [ 120.0217927, 30.3795178 ], [ 120.021747, 30.3792579 ], [ 120.0217214, 30.3790099 ], [ 120.0217265, 30.3787722 ], [ 120.0217593, 30.3785177 ], [ 120.0217792, 30.3782861 ], [ 120.0217894, 30.3781019 ], [ 120.0217589, 30.3778271 ], [ 120.0217257, 30.377651 ], [ 120.0216513, 30.3774157 ], [ 120.0213852, 30.3764892 ], [ 120.0212503, 30.3760068 ], [ 120.0212092, 30.3757752 ], [ 120.0212225, 30.3755761 ], [ 120.0212683, 30.3754172 ], [ 120.0213974, 30.3749838 ], [ 120.0214741, 30.3747205 ], [ 120.0214918, 30.3745222 ], [ 120.0214936, 30.3743394 ], [ 120.0214725, 30.3740545 ], [ 120.0214373, 30.3738234 ], [ 120.0214187, 30.3737537 ], [ 120.0213928, 30.3736856 ], [ 120.0213455, 30.3735997 ], [ 120.0212911, 30.3735157 ], [ 120.0212259, 30.3734334 ], [ 120.0210989, 30.3732655 ], [ 120.0209919, 30.3732104 ], [ 120.020874, 30.3731803 ], [ 120.0207788, 30.3731844 ], [ 120.0206872, 30.3731917 ], [ 120.0205472, 30.3732011 ], [ 120.0203623, 30.3732459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富豪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0017593, 30.3783399 ], [ 120.0033389, 30.3783338 ], [ 120.0043144, 30.3783094 ], [ 120.0044736, 30.3783348 ], [ 120.004618, 30.3784518 ], [ 120.0047299, 30.378612 ], [ 120.0048508, 30.3788204 ], [ 120.0049922, 30.379001 ], [ 120.004892, 30.379301 ], [ 120.0045708, 30.3801679 ], [ 120.0044912, 30.3806662 ], [ 120.0041081, 30.3820289 ], [ 120.0038883, 30.3827774 ], [ 120.003869, 30.3828949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富豪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.003869, 30.3828949 ], [ 120.0038883, 30.3827774 ], [ 120.0041081, 30.3820289 ], [ 120.0044912, 30.3806662 ], [ 120.0045708, 30.3801679 ], [ 120.004892, 30.379301 ], [ 120.0049922, 30.379001 ], [ 120.0048508, 30.3788204 ], [ 120.0047299, 30.378612 ], [ 120.004618, 30.3784518 ], [ 120.0044736, 30.3783348 ], [ 120.0043144, 30.3783094 ], [ 120.0033389, 30.3783338 ], [ 120.0017593, 30.3783399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478219, 30.3758682 ], [ 120.0477538, 30.3758508 ], [ 120.0473126, 30.3756761 ], [ 120.0469669, 30.3755737 ], [ 120.0457276, 30.3754368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0457276, 30.3754368 ], [ 120.0469669, 30.3755737 ], [ 120.0473126, 30.3756761 ], [ 120.0477538, 30.3758508 ], [ 120.0478219, 30.3758682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "祥彭线", "莫干山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0538452, 30.3751196 ], [ 120.0521586, 30.3755117 ], [ 120.0504091, 30.3759184 ], [ 120.0499246, 30.3760448 ], [ 120.049747, 30.376117 ], [ 120.0496058, 30.3761833 ], [ 120.0494185, 30.3762864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049331, 30.3762517 ], [ 120.0483817, 30.3760114 ], [ 120.0478219, 30.3758682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478219, 30.3758682 ], [ 120.0483817, 30.3760114 ], [ 120.049331, 30.3762517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.049331, 30.3762517 ], [ 120.0494185, 30.3762864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥周线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0494185, 30.3762864 ], [ 120.049331, 30.3762517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0541497, 30.3750453 ], [ 120.054724, 30.3755871 ], [ 120.0554128, 30.3760897 ], [ 120.0576271, 30.3776253 ], [ 120.058485, 30.3782202 ], [ 120.0594448, 30.3789119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0473961, 30.3787624 ], [ 120.0480228, 30.3778049 ], [ 120.0481103, 30.377678 ], [ 120.0484443, 30.3771862 ], [ 120.0485152, 30.3770822 ], [ 120.0488669, 30.3766132 ], [ 120.0490843, 30.3764201 ], [ 120.049331, 30.3762517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0494185, 30.3762864 ], [ 120.049358, 30.3763197 ], [ 120.0491331, 30.3764608 ], [ 120.0489455, 30.3766245 ], [ 120.0487473, 30.3768829 ], [ 120.0485113, 30.377229 ], [ 120.0481774, 30.3777184 ], [ 120.0478827, 30.3781418 ], [ 120.0474624, 30.3788005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9842384, 30.3742677 ], [ 119.9862415, 30.3743449 ], [ 119.9882532, 30.3743772 ], [ 119.9885583, 30.3743794 ], [ 119.9895195, 30.3743864 ], [ 119.9900395, 30.3743641 ], [ 119.9902953, 30.3743063 ], [ 119.990427, 30.3742765 ], [ 119.9907856, 30.374164 ], [ 119.9908586, 30.374135 ], [ 119.9912181, 30.3739923 ], [ 119.992794, 30.3730969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992794, 30.3730969 ], [ 119.9912181, 30.3739923 ], [ 119.9908586, 30.374135 ], [ 119.9907856, 30.374164 ], [ 119.990427, 30.3742765 ], [ 119.9902953, 30.3743063 ], [ 119.9900395, 30.3743641 ], [ 119.9895195, 30.3743864 ], [ 119.9885583, 30.3743794 ], [ 119.9882532, 30.3743772 ], [ 119.9862415, 30.3743449 ], [ 119.9842384, 30.3742677 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "羊城路", "岭上路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9941866, 30.3739081 ], [ 119.9939506, 30.3746335 ], [ 119.9928448, 30.3780333 ], [ 119.9928253, 30.3780915 ], [ 119.990677, 30.3777862 ], [ 119.9894906, 30.3776831 ], [ 119.9876132, 30.3776714 ], [ 119.9846959, 30.377694 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "羊城路", "岭上路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9846959, 30.377694 ], [ 119.9876132, 30.3776714 ], [ 119.9894906, 30.3776831 ], [ 119.990677, 30.3777862 ], [ 119.9928253, 30.3780915 ], [ 119.9928448, 30.3780333 ], [ 119.9939506, 30.3746335 ], [ 119.9941866, 30.3739081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9992642, 30.3821693 ], [ 119.9993074, 30.3820532 ], [ 119.9994262, 30.3818911 ], [ 120.0001969, 30.3801237 ], [ 120.0002432, 30.3798772 ], [ 120.0003238, 30.3792483 ], [ 120.0003408, 30.3791019 ], [ 120.0003158, 30.3787414 ], [ 120.0002631, 30.378442 ], [ 119.9997526, 30.3771456 ], [ 119.9994609, 30.376119 ], [ 119.9993714, 30.375963 ], [ 119.9993297, 30.3759065 ], [ 119.9991735, 30.3758094 ], [ 119.9989798, 30.3757614 ], [ 119.9987483, 30.3757251 ], [ 119.9986142, 30.3756638 ], [ 119.9985137, 30.3755665 ], [ 119.9984525, 30.3754629 ], [ 119.998323, 30.3754344 ], [ 119.9959729, 30.3749823 ], [ 119.9957125, 30.3749262 ], [ 119.9955426, 30.3748786 ], [ 119.9954029, 30.3748287 ], [ 119.9952834, 30.3747822 ], [ 119.9951823, 30.3747258 ], [ 119.9951269, 30.3746681 ], [ 119.9950826, 30.3745896 ], [ 119.9950127, 30.3743811 ], [ 119.9949768, 30.3742844 ], [ 119.9948954, 30.3741765 ], [ 119.9941866, 30.3739081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9941866, 30.3739081 ], [ 119.9948954, 30.3741765 ], [ 119.9949768, 30.3742844 ], [ 119.9950127, 30.3743811 ], [ 119.9950826, 30.3745896 ], [ 119.9951269, 30.3746681 ], [ 119.9951823, 30.3747258 ], [ 119.9952834, 30.3747822 ], [ 119.9954029, 30.3748287 ], [ 119.9955426, 30.3748786 ], [ 119.9957125, 30.3749262 ], [ 119.9959729, 30.3749823 ], [ 119.998323, 30.3754344 ], [ 119.9984525, 30.3754629 ], [ 119.9985137, 30.3755665 ], [ 119.9986142, 30.3756638 ], [ 119.9987483, 30.3757251 ], [ 119.9989798, 30.3757614 ], [ 119.9991735, 30.3758094 ], [ 119.9993297, 30.3759065 ], [ 119.9993714, 30.375963 ], [ 119.9994609, 30.376119 ], [ 119.9997526, 30.3771456 ], [ 120.0002631, 30.378442 ], [ 120.0003158, 30.3787414 ], [ 120.0003408, 30.3791019 ], [ 120.0003238, 30.3792483 ], [ 120.0002432, 30.3798772 ], [ 120.0001969, 30.3801237 ], [ 119.9994262, 30.3818911 ], [ 119.9993074, 30.3820532 ], [ 119.9992642, 30.3821693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9852425, 30.3807645 ], [ 119.9856288, 30.3807331 ], [ 119.9866754, 30.3806575 ], [ 119.9876571, 30.3806155 ], [ 119.9889703, 30.3806417 ], [ 119.9899822, 30.3807195 ], [ 119.9924083, 30.3810883 ], [ 119.9992642, 30.3821693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.999158, 30.3822693 ], [ 119.9911606, 30.3810305 ], [ 119.9901376, 30.3808676 ], [ 119.9891714, 30.3807843 ], [ 119.9886676, 30.3807591 ], [ 119.9880848, 30.38073 ], [ 119.987231, 30.3807501 ], [ 119.9861682, 30.380818 ], [ 119.985265, 30.3809139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.999158, 30.3822693 ], [ 119.9992642, 30.3821693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9992642, 30.3821693 ], [ 119.9992755, 30.3822875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9725869, 30.3778359 ], [ 119.9756914, 30.3777815 ], [ 119.9764506, 30.3777825 ], [ 119.9791687, 30.3777766 ], [ 119.981312, 30.3777446 ], [ 119.9818343, 30.3777368 ], [ 119.9846959, 30.377694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9846959, 30.377694 ], [ 119.9818343, 30.3777368 ], [ 119.981312, 30.3777446 ], [ 119.9791687, 30.3777766 ], [ 119.9764506, 30.3777825 ], [ 119.9756914, 30.3777815 ], [ 119.9725869, 30.3778359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.984939, 30.3794166 ], [ 119.9846959, 30.377694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9846959, 30.377694 ], [ 119.984939, 30.3794166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.984939, 30.3794166 ], [ 119.9850476, 30.3798791 ], [ 119.9850904, 30.3800484 ], [ 119.9851353, 30.3802175 ], [ 119.9851676, 30.3803553 ], [ 119.9851963, 30.3805324 ], [ 119.9852249, 30.3806677 ], [ 119.9852425, 30.3807645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9850381, 30.3807791 ], [ 119.9850238, 30.3806674 ], [ 119.9849714, 30.3802947 ], [ 119.9849714, 30.3800896 ], [ 119.9849691, 30.3798688 ], [ 119.984939, 30.3794166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9850381, 30.3807791 ], [ 119.9852425, 30.3807645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9852425, 30.3807645 ], [ 119.985265, 30.3809139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9850589, 30.3809313 ], [ 119.9850381, 30.3807791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.985265, 30.3809139 ], [ 119.9850589, 30.3809313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9705423, 30.377863 ], [ 119.9696799, 30.3778726 ], [ 119.9693191, 30.3778988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9693191, 30.3778988 ], [ 119.9696799, 30.3778726 ], [ 119.9705423, 30.377863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9693191, 30.3778988 ], [ 119.9691036, 30.3779095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "羊城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9691036, 30.3779095 ], [ 119.9693191, 30.3778988 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9693191, 30.3778988 ], [ 119.9693678, 30.3786151 ], [ 119.9694225, 30.3792994 ], [ 119.9694889, 30.380336 ], [ 119.9694999, 30.3804634 ], [ 119.9695507, 30.3810523 ], [ 119.9696684, 30.3821946 ], [ 119.9696922, 30.3823181 ], [ 119.9697248, 30.3825197 ], [ 119.9701582, 30.3837643 ], [ 119.9702284, 30.383966 ], [ 119.9708533, 30.3858054 ], [ 119.9710544, 30.3863446 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": [ "华兴路", "瓶仓大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9709475, 30.38637 ], [ 119.9701869, 30.3842582 ], [ 119.970093, 30.3840111 ], [ 119.9695339, 30.3825402 ], [ 119.969473, 30.3822153 ], [ 119.9692178, 30.3792748 ], [ 119.9692076, 30.3791575 ], [ 119.9691917, 30.3789926 ], [ 119.9691751, 30.3788216 ], [ 119.9691206, 30.3782572 ], [ 119.9691036, 30.3779095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9567221, 30.3835664 ], [ 119.9597668, 30.3832627 ], [ 119.9624288, 30.3830151 ], [ 119.9643332, 30.3828246 ], [ 119.9690864, 30.3823536 ], [ 119.9711335, 30.3821593 ], [ 119.9731856, 30.381965 ], [ 119.9749792, 30.3817715 ], [ 119.9755103, 30.3817146 ], [ 119.9758503, 30.3816822 ], [ 119.9770678, 30.3815585 ], [ 119.9812521, 30.3811443 ], [ 119.9817711, 30.3810929 ], [ 119.9845804, 30.3808148 ], [ 119.9850381, 30.3807791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9850589, 30.3809313 ], [ 119.9836402, 30.3810604 ], [ 119.9819268, 30.3812249 ], [ 119.9817893, 30.3812394 ], [ 119.9812708, 30.3812942 ], [ 119.9793683, 30.3814951 ], [ 119.9785129, 30.3815679 ], [ 119.9778623, 30.3816233 ], [ 119.9770876, 30.3816839 ], [ 119.9758636, 30.3817996 ], [ 119.9755444, 30.3818301 ], [ 119.9749913, 30.3818821 ], [ 119.9732006, 30.3820513 ], [ 119.9711485, 30.3822499 ], [ 119.9690864, 30.3824442 ], [ 119.9661171, 30.3827576 ], [ 119.9624588, 30.3831438 ], [ 119.9597806, 30.3833924 ], [ 119.956738, 30.3836927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9709475, 30.38637 ], [ 119.9710544, 30.3863446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9710544, 30.3863446 ], [ 119.9709475, 30.38637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9992755, 30.3822875 ], [ 119.999158, 30.3822693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长连线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9992755, 30.3822875 ], [ 119.9992471, 30.3824242 ], [ 119.9991727, 30.3827221 ], [ 119.9990375, 30.3832588 ], [ 119.9987592, 30.3847352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983331, 30.3906622 ], [ 119.9983966, 30.3888111 ], [ 119.9984827, 30.3863548 ], [ 119.9984854, 30.3860137 ], [ 119.9986088, 30.3849216 ], [ 119.998646, 30.3847256 ], [ 119.99892, 30.3831631 ], [ 119.9990913, 30.3824063 ], [ 119.999158, 30.3822693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9987592, 30.3847352 ], [ 119.9989102, 30.3848996 ], [ 119.9993497, 30.3850896 ], [ 119.9992766, 30.3852058 ], [ 119.9991117, 30.3856123 ], [ 119.9991056, 30.3857912 ], [ 119.9993008, 30.3866301 ], [ 119.99933, 30.3867508 ], [ 119.9996924, 30.3882396 ], [ 119.9998024, 30.3886618 ], [ 119.9998842, 30.3889938 ], [ 119.9999042, 30.3890973 ], [ 120.0000575, 30.3904402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0000575, 30.3904402 ], [ 119.9999042, 30.3890973 ], [ 119.9998842, 30.3889938 ], [ 119.9998024, 30.3886618 ], [ 119.9996924, 30.3882396 ], [ 119.99933, 30.3867508 ], [ 119.9993008, 30.3866301 ], [ 119.9991056, 30.3857912 ], [ 119.9991117, 30.3856123 ], [ 119.9992766, 30.3852058 ], [ 119.9993497, 30.3850896 ], [ 119.9989102, 30.3848996 ], [ 119.9987592, 30.3847352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长连线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9987592, 30.3847352 ], [ 119.9986884, 30.3852311 ], [ 119.9986244, 30.3858402 ], [ 119.9985853, 30.3863892 ], [ 119.9985603, 30.3871754 ], [ 119.9984874, 30.3887939 ], [ 119.9984804, 30.3890406 ], [ 119.9984722, 30.3893373 ], [ 119.9984489, 30.3906438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0000575, 30.3904402 ], [ 120.0000625, 30.3904876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0000625, 30.3904876 ], [ 120.0000575, 30.3904402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984489, 30.3906438 ], [ 120.0000575, 30.3904402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0000625, 30.3904876 ], [ 119.999982, 30.3904981 ], [ 119.998447, 30.3906999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文润路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0107134, 30.3845015 ], [ 120.0109372, 30.385374 ], [ 120.0109665, 30.3854962 ], [ 120.0110724, 30.3860096 ], [ 120.0111357, 30.3862592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文润路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0111357, 30.3862592 ], [ 120.0110724, 30.3860096 ], [ 120.0109665, 30.3854962 ], [ 120.0109372, 30.385374 ], [ 120.0107134, 30.3845015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文润路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0111357, 30.3862592 ], [ 120.0111427, 30.3862901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文润路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0111427, 30.3862901 ], [ 120.0111357, 30.3862592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0055007, 30.388628 ], [ 120.0063735, 30.3881726 ], [ 120.0071625, 30.3877891 ], [ 120.00816, 30.3873238 ], [ 120.008203, 30.3873037 ], [ 120.0084048, 30.3872251 ], [ 120.0090256, 30.386993 ], [ 120.010387, 30.3864978 ], [ 120.0111357, 30.3862592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0111427, 30.3862901 ], [ 120.010783, 30.3864002 ], [ 120.0097797, 30.3867515 ], [ 120.0084157, 30.3872766 ], [ 120.0081825, 30.3873874 ], [ 120.0055161, 30.3886544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0055007, 30.388628 ], [ 120.0055161, 30.3886544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0055161, 30.3886544 ], [ 120.0055007, 30.388628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0000575, 30.3904402 ], [ 120.0005431, 30.3903831 ], [ 120.0010492, 30.390293 ], [ 120.0015249, 30.3902026 ], [ 120.0020707, 30.3900576 ], [ 120.0029051, 30.3897896 ], [ 120.0031808, 30.3897011 ], [ 120.0034465, 30.3896014 ], [ 120.0037763, 30.3894762 ], [ 120.0042096, 30.38928 ], [ 120.0046433, 30.3890674 ], [ 120.0055007, 30.388628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0055161, 30.3886544 ], [ 120.0045455, 30.3891568 ], [ 120.0037903, 30.3895035 ], [ 120.0034651, 30.3896296 ], [ 120.0031962, 30.3897325 ], [ 120.0030266, 30.3897926 ], [ 120.0029228, 30.3898266 ], [ 120.0020644, 30.3901083 ], [ 120.0014896, 30.3902437 ], [ 120.0009148, 30.3903563 ], [ 120.000264, 30.3904615 ], [ 120.0000625, 30.3904876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9709475, 30.38637 ], [ 119.9690684, 30.3869396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690684, 30.3869396 ], [ 119.9709475, 30.38637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9669863, 30.38755 ], [ 119.9682579, 30.3871772 ], [ 119.968836, 30.3870077 ], [ 119.9689347, 30.3869788 ], [ 119.9690684, 30.3869396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "闻溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690684, 30.3869396 ], [ 119.9689347, 30.3869788 ], [ 119.968836, 30.3870077 ], [ 119.9682579, 30.3871772 ], [ 119.9669863, 30.38755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9710544, 30.3863446 ], [ 119.9711242, 30.386532 ], [ 119.971416, 30.3873587 ], [ 119.9715068, 30.3876151 ], [ 119.9721842, 30.3895265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9720733, 30.3895525 ], [ 119.9719723, 30.3892473 ], [ 119.9715021, 30.3879443 ], [ 119.9711199, 30.3868851 ], [ 119.971059, 30.3866869 ], [ 119.9709475, 30.38637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695313, 30.3898047 ], [ 119.969558, 30.3897081 ], [ 119.9695861, 30.3895563 ], [ 119.9696242, 30.3884576 ], [ 119.9696113, 30.3882736 ], [ 119.9695856, 30.3880897 ], [ 119.969468, 30.3877565 ], [ 119.9690684, 30.3869396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9690684, 30.3869396 ], [ 119.969468, 30.3877565 ], [ 119.9695856, 30.3880897 ], [ 119.9696113, 30.3882736 ], [ 119.9696242, 30.3884576 ], [ 119.9695861, 30.3895563 ], [ 119.969558, 30.3897081 ], [ 119.9695313, 30.3898047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9668025, 30.389429 ], [ 119.9668359, 30.3892833 ], [ 119.9668386, 30.3891377 ], [ 119.9668645, 30.3889195 ], [ 119.9669057, 30.3887013 ], [ 119.9669493, 30.3884831 ], [ 119.9669967, 30.3882649 ], [ 119.9669918, 30.3878284 ], [ 119.9669863, 30.38755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9669863, 30.38755 ], [ 119.9669918, 30.3878284 ], [ 119.9669967, 30.3882649 ], [ 119.9669493, 30.3884831 ], [ 119.9669057, 30.3887013 ], [ 119.9668645, 30.3889195 ], [ 119.9668386, 30.3891377 ], [ 119.9668359, 30.3892833 ], [ 119.9668025, 30.389429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667574, 30.3895121 ], [ 119.9668025, 30.389429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9668025, 30.389429 ], [ 119.9667574, 30.3895121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9720733, 30.3895525 ], [ 119.9721842, 30.3895265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9721842, 30.3895265 ], [ 119.9722078, 30.3895928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9720888, 30.3896223 ], [ 119.9720733, 30.3895525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9722078, 30.3895928 ], [ 119.9720888, 30.3896223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9668025, 30.389429 ], [ 119.9674381, 30.3896251 ], [ 119.9677672, 30.3897303 ], [ 119.9680431, 30.389784 ], [ 119.9680864, 30.38979 ], [ 119.9682791, 30.3898167 ], [ 119.9685496, 30.389839 ], [ 119.9687328, 30.3898429 ], [ 119.9689446, 30.3898364 ], [ 119.9695313, 30.3898047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695313, 30.3898047 ], [ 119.9710316, 30.3896789 ], [ 119.9720733, 30.3895525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695035, 30.3898765 ], [ 119.968937, 30.3899059 ], [ 119.968759, 30.3899109 ], [ 119.9685479, 30.3899106 ], [ 119.9682767, 30.389887 ], [ 119.9680055, 30.3898504 ], [ 119.9677004, 30.3897797 ], [ 119.9667574, 30.3895121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "精工路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9720888, 30.3896223 ], [ 119.9718805, 30.389643 ], [ 119.9710575, 30.3897307 ], [ 119.9695035, 30.3898765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695035, 30.3898765 ], [ 119.9695313, 30.3898047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695313, 30.3898047 ], [ 119.9695035, 30.3898765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9722078, 30.3895928 ], [ 119.9722403, 30.3896846 ], [ 119.9725711, 30.3905591 ], [ 119.9726021, 30.3906411 ], [ 119.9728766, 30.3913847 ], [ 119.9732735, 30.3925653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973151, 30.3925859 ], [ 119.9729131, 30.3918702 ], [ 119.9724997, 30.3907561 ], [ 119.9722249, 30.3900155 ], [ 119.9721126, 30.3897137 ], [ 119.9720888, 30.3896223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9695035, 30.3898765 ], [ 119.9694555, 30.3900001 ], [ 119.9693294, 30.3905073 ], [ 119.9692775, 30.39067 ], [ 119.9692223, 30.3908168 ], [ 119.9691254, 30.3909684 ], [ 119.9690014, 30.3911138 ], [ 119.9688346, 30.3913254 ], [ 119.9687894, 30.3913914 ], [ 119.9687761, 30.3914629 ], [ 119.9687751, 30.3915454 ], [ 119.9687972, 30.3916321 ], [ 119.9692656, 30.3930804 ], [ 119.9692969, 30.3931771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692969, 30.3931771 ], [ 119.9692656, 30.3930804 ], [ 119.9687972, 30.3916321 ], [ 119.9687751, 30.3915454 ], [ 119.9687761, 30.3914629 ], [ 119.9687894, 30.3913914 ], [ 119.9688346, 30.3913254 ], [ 119.9690014, 30.3911138 ], [ 119.9691254, 30.3909684 ], [ 119.9692223, 30.3908168 ], [ 119.9692775, 30.39067 ], [ 119.9693294, 30.3905073 ], [ 119.9694555, 30.3900001 ], [ 119.9695035, 30.3898765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9732735, 30.3925653 ], [ 119.9747255, 30.3923262 ], [ 119.9759295, 30.392128 ], [ 119.9766562, 30.3920084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9766562, 30.3920084 ], [ 119.9759295, 30.392128 ], [ 119.9747255, 30.3923262 ], [ 119.9732735, 30.3925653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9732735, 30.3925653 ], [ 119.973151, 30.3925859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973151, 30.3925859 ], [ 119.9732735, 30.3925653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983331, 30.3906622 ], [ 119.9984489, 30.3906438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长连线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9984489, 30.3906438 ], [ 119.998447, 30.3906999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983287, 30.3907187 ], [ 119.9983331, 30.3906622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.998447, 30.3906999 ], [ 119.9983287, 30.3907187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953358, 30.3913219 ], [ 119.9964391, 30.3909862 ], [ 119.9969011, 30.3908896 ], [ 119.9976976, 30.3907634 ], [ 119.9983331, 30.3906622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983287, 30.3907187 ], [ 119.9969683, 30.3909354 ], [ 119.9963993, 30.3910441 ], [ 119.9953423, 30.3913654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953423, 30.3913654 ], [ 119.9953358, 30.3913219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953358, 30.3913219 ], [ 119.9953423, 30.3913654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9928401, 30.3921064 ], [ 119.9950423, 30.391404 ], [ 119.9953358, 30.3913219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953423, 30.3913654 ], [ 119.9928554, 30.3921428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.985265, 30.3809139 ], [ 119.9852776, 30.3810164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9850753, 30.3810404 ], [ 119.9850589, 30.3809313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9809857, 30.4024074 ], [ 119.9810076, 30.4020869 ], [ 119.9809695, 30.4018191 ], [ 119.9808573, 30.4015129 ], [ 119.9805148, 30.4007859 ], [ 119.9801813, 30.4003056 ], [ 119.9800139, 30.4001041 ], [ 119.9798304, 30.3998278 ], [ 119.9796855, 30.3996136 ], [ 119.9795597, 30.3993665 ], [ 119.9794833, 30.3991479 ], [ 119.9794021, 30.3989987 ], [ 119.979275, 30.39893 ], [ 119.9788422, 30.3987985 ], [ 119.9782814, 30.3986451 ], [ 119.9780186, 30.3985275 ], [ 119.9777661, 30.3983765 ], [ 119.9769912, 30.3978952 ], [ 119.9766475, 30.3977496 ], [ 119.9761247, 30.3975832 ], [ 119.9756147, 30.3975021 ], [ 119.9748818, 30.3974755 ], [ 119.9745915, 30.3974474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9745915, 30.3974474 ], [ 119.9748818, 30.3974755 ], [ 119.9756147, 30.3975021 ], [ 119.9761247, 30.3975832 ], [ 119.9766475, 30.3977496 ], [ 119.9769912, 30.3978952 ], [ 119.9777661, 30.3983765 ], [ 119.9780186, 30.3985275 ], [ 119.9782814, 30.3986451 ], [ 119.9788422, 30.3987985 ], [ 119.979275, 30.39893 ], [ 119.9794021, 30.3989987 ], [ 119.9794833, 30.3991479 ], [ 119.9795597, 30.3993665 ], [ 119.9796855, 30.3996136 ], [ 119.9798304, 30.3998278 ], [ 119.9800139, 30.4001041 ], [ 119.9801813, 30.4003056 ], [ 119.9805148, 30.4007859 ], [ 119.9808573, 30.4015129 ], [ 119.9809695, 30.4018191 ], [ 119.9810076, 30.4020869 ], [ 119.9809857, 30.4024074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434582, 30.3753626 ], [ 120.0435973, 30.3763436 ], [ 120.0437382, 30.3770855 ], [ 120.0438661, 30.3779003 ], [ 120.0441514, 30.3797544 ], [ 120.0442025, 30.3800867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0443821, 30.381047 ], [ 120.0441632, 30.3803591 ], [ 120.0440912, 30.3798773 ], [ 120.0437932, 30.3778822 ], [ 120.043661, 30.3770807 ], [ 120.0435278, 30.3763463 ], [ 120.0433911, 30.375421 ], [ 120.0433819, 30.3753645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉琮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0473961, 30.3787624 ], [ 120.0474624, 30.3788005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉琮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474624, 30.3788005 ], [ 120.0473961, 30.3787624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0468946, 30.3794653 ], [ 120.0473961, 30.3787624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474624, 30.3788005 ], [ 120.046622, 30.3800104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉琮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0477354, 30.3801456 ], [ 120.0476267, 30.3795991 ], [ 120.0475068, 30.3789487 ], [ 120.0474913, 30.3788579 ], [ 120.0474624, 30.3788005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉琮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474624, 30.3788005 ], [ 120.0474913, 30.3788579 ], [ 120.0475068, 30.3789487 ], [ 120.0476267, 30.3795991 ], [ 120.0477354, 30.3801456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0465626, 30.3799608 ], [ 120.0467183, 30.3797247 ], [ 120.0468946, 30.3794653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0468946, 30.3794653 ], [ 120.0467692, 30.3794758 ], [ 120.0466512, 30.3795039 ], [ 120.0442025, 30.3800867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0254407, 30.3748586 ], [ 120.0255186, 30.3748464 ], [ 120.0255972, 30.3748548 ], [ 120.0256693, 30.3748832 ], [ 120.0257282, 30.3749289 ], [ 120.0257684, 30.3749878 ], [ 120.0257864, 30.3750544 ], [ 120.0257804, 30.3751225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0252882, 30.3751647 ], [ 120.0252659, 30.3750922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0257804, 30.3751225 ], [ 120.0257532, 30.3751828 ], [ 120.0257072, 30.3752339 ], [ 120.0256462, 30.3752716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0254087, 30.3752729 ], [ 120.0253377, 30.3752277 ], [ 120.0252882, 30.3751647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0256462, 30.3752716 ], [ 120.0255685, 30.3752939 ], [ 120.0254867, 30.3752943 ], [ 120.0254087, 30.3752729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美丽洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0263396, 30.3828659 ], [ 120.0262717, 30.3827641 ], [ 120.0262068, 30.3826106 ], [ 120.026152, 30.382481 ], [ 120.0259938, 30.3820837 ], [ 120.0257764, 30.3815369 ], [ 120.0256484, 30.381237 ], [ 120.0254844, 30.3809346 ], [ 120.0252458, 30.3805001 ], [ 120.0249471, 30.3799978 ], [ 120.0248658, 30.3798991 ], [ 120.0247204, 30.3797197 ], [ 120.0246206, 30.3795973 ], [ 120.0242161, 30.3790987 ], [ 120.0240579, 30.3788227 ], [ 120.0240408, 30.3787863 ], [ 120.0239066, 30.3784993 ], [ 120.023772, 30.3780821 ], [ 120.0237318, 30.3777488 ], [ 120.0237435, 30.3766827 ], [ 120.0237647, 30.376422 ], [ 120.0238063, 30.3763561 ], [ 120.023961, 30.3762499 ], [ 120.0249778, 30.3755487 ], [ 120.0252219, 30.3753387 ], [ 120.0252737, 30.3752122 ], [ 120.0252882, 30.3751647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美丽洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0254087, 30.3752729 ], [ 120.0253527, 30.3753042 ], [ 120.0252728, 30.3753614 ], [ 120.0251905, 30.3754455 ], [ 120.025067, 30.37556 ], [ 120.0248107, 30.3757544 ], [ 120.0241059, 30.3762543 ], [ 120.0239269, 30.3764076 ], [ 120.0238649, 30.376484 ], [ 120.0238335, 30.3766406 ], [ 120.0238353, 30.3768028 ], [ 120.0238359, 30.3768647 ], [ 120.023844, 30.3776726 ], [ 120.023863, 30.3779351 ], [ 120.0239153, 30.3781941 ], [ 120.0240056, 30.3784732 ], [ 120.0241308, 30.3787479 ], [ 120.0241461, 30.3787814 ], [ 120.0242824, 30.3789976 ], [ 120.0247009, 30.3795383 ], [ 120.0248121, 30.3796712 ], [ 120.0249455, 30.3798631 ], [ 120.0250536, 30.3800252 ], [ 120.0255198, 30.3808015 ], [ 120.0257178, 30.3811957 ], [ 120.025786, 30.3813431 ], [ 120.0258577, 30.3815093 ], [ 120.0260724, 30.3820599 ], [ 120.0263444, 30.3827431 ], [ 120.0263396, 30.3828659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0410607, 30.3817834 ], [ 120.0413288, 30.3817694 ], [ 120.0417354, 30.3817482 ], [ 120.042249, 30.3816878 ], [ 120.042879, 30.3815411 ], [ 120.0433644, 30.3813958 ], [ 120.0443821, 30.381047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.044424, 30.3811311 ], [ 120.0440884, 30.3812509 ], [ 120.0433672, 30.3814729 ], [ 120.0428558, 30.3816195 ], [ 120.0423946, 30.3817187 ], [ 120.0419073, 30.381779 ], [ 120.0417491, 30.3817921 ], [ 120.0414514, 30.3818167 ], [ 120.041138, 30.3818358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.041138, 30.3818358 ], [ 120.0410607, 30.3817834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0442025, 30.3800867 ], [ 120.0466512, 30.3795039 ], [ 120.0467692, 30.3794758 ], [ 120.0468946, 30.3794653 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.046622, 30.3800104 ], [ 120.0465626, 30.3799608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0465626, 30.3799608 ], [ 120.046622, 30.3800104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.046622, 30.3800104 ], [ 120.0470147, 30.3801963 ], [ 120.0476041, 30.3801345 ], [ 120.0477354, 30.3801456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0477354, 30.3801456 ], [ 120.0476041, 30.3801345 ], [ 120.0470147, 30.3801963 ], [ 120.046622, 30.3800104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0523686, 30.380481 ], [ 120.052191, 30.3804619 ], [ 120.0519429, 30.3804566 ], [ 120.0515919, 30.3804491 ], [ 120.0508078, 30.3805017 ], [ 120.0503557, 30.380453 ], [ 120.0480636, 30.3801731 ], [ 120.0477354, 30.3801456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良博路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0477354, 30.3801456 ], [ 120.0480636, 30.3801731 ], [ 120.0503557, 30.380453 ], [ 120.0508078, 30.3805017 ], [ 120.0515919, 30.3804491 ], [ 120.0519429, 30.3804566 ], [ 120.052191, 30.3804619 ], [ 120.0523686, 30.380481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0444655, 30.381014 ], [ 120.0452794, 30.3807508 ], [ 120.0457015, 30.3805798 ], [ 120.0461427, 30.3803261 ], [ 120.0464242, 30.3801052 ], [ 120.0465626, 30.3799608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0442025, 30.3800867 ], [ 120.0443098, 30.3805707 ], [ 120.0444655, 30.381014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.046622, 30.3800104 ], [ 120.0464409, 30.3801945 ], [ 120.046377, 30.3802594 ], [ 120.0462511, 30.3803585 ], [ 120.0460621, 30.380482 ], [ 120.0459206, 30.3805671 ], [ 120.045698, 30.3806778 ], [ 120.0445015, 30.3811021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉琮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0477354, 30.3801456 ], [ 120.0478344, 30.3816099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉琮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478344, 30.3816099 ], [ 120.0477354, 30.3801456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0443821, 30.381047 ], [ 120.0444655, 30.381014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0444655, 30.381014 ], [ 120.0445015, 30.3811021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.044424, 30.3811311 ], [ 120.0443821, 30.381047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0445015, 30.3811021 ], [ 120.044424, 30.3811311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉管路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0529149, 30.3820111 ], [ 120.0523128, 30.3819846 ], [ 120.0518693, 30.3819621 ], [ 120.05178, 30.3819576 ], [ 120.0496848, 30.381773 ], [ 120.0478344, 30.3816099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉管路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478344, 30.3816099 ], [ 120.0496848, 30.381773 ], [ 120.05178, 30.3819576 ], [ 120.0518693, 30.3819621 ], [ 120.0523128, 30.3819846 ], [ 120.0529149, 30.3820111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0445015, 30.3811021 ], [ 120.044783, 30.3814874 ], [ 120.0449091, 30.3816611 ], [ 120.0450749, 30.3818406 ], [ 120.045466, 30.3822108 ], [ 120.0458713, 30.3825411 ], [ 120.0479512, 30.3840882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479545, 30.3841567 ], [ 120.0458404, 30.3825679 ], [ 120.0454239, 30.3822506 ], [ 120.0452816, 30.3821177 ], [ 120.0449899, 30.3818649 ], [ 120.0448039, 30.3816463 ], [ 120.044544, 30.3813174 ], [ 120.044424, 30.3811311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9992642, 30.3821693 ], [ 120.0022429, 30.3826451 ], [ 120.003869, 30.3828949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "良渚大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0038471, 30.3830327 ], [ 119.9992755, 30.3822875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.003869, 30.3828949 ], [ 120.0038471, 30.3830327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0038471, 30.3830327 ], [ 120.003869, 30.3828949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文润路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0107134, 30.3845015 ], [ 120.0105212, 30.3838395 ], [ 120.0102996, 30.3832406 ], [ 120.0101317, 30.3828279 ], [ 120.0097952, 30.3820004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文润路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0097952, 30.3820004 ], [ 120.0101317, 30.3828279 ], [ 120.0102996, 30.3832406 ], [ 120.0105212, 30.3838395 ], [ 120.0107134, 30.3845015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "上高线", "安溪路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0107134, 30.3845015 ], [ 120.007637, 30.385296 ], [ 120.0042961, 30.3861724 ], [ 120.0039801, 30.3854999 ], [ 120.0037864, 30.3848804 ], [ 120.0037405, 30.3847334 ], [ 120.003692, 30.3844216 ], [ 120.0037256, 30.3834647 ], [ 120.0037725, 30.383367 ], [ 120.0038281, 30.3831403 ], [ 120.0038471, 30.3830327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "上高线", "安溪路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0038471, 30.3830327 ], [ 120.0038281, 30.3831403 ], [ 120.0037725, 30.383367 ], [ 120.0037256, 30.3834647 ], [ 120.003692, 30.3844216 ], [ 120.0037405, 30.3847334 ], [ 120.0037864, 30.3848804 ], [ 120.0039801, 30.3854999 ], [ 120.0042961, 30.3861724 ], [ 120.007637, 30.385296 ], [ 120.0107134, 30.3845015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0111357, 30.3862592 ], [ 120.0121392, 30.3859445 ], [ 120.0122256, 30.3859174 ], [ 120.0132317, 30.3855757 ], [ 120.0139146, 30.3853473 ], [ 120.014386, 30.3851654 ], [ 120.0148111, 30.3850385 ], [ 120.0149912, 30.3849911 ], [ 120.0151529, 30.384953 ], [ 120.0152622, 30.3849343 ], [ 120.0153491, 30.3849194 ], [ 120.0155767, 30.3848908 ], [ 120.0157522, 30.3848812 ], [ 120.0161962, 30.3848906 ], [ 120.0168144, 30.3849219 ], [ 120.017765, 30.3849774 ], [ 120.018269, 30.3850059 ], [ 120.0186901, 30.3849743 ], [ 120.0189982, 30.3849234 ], [ 120.0193133, 30.384836 ], [ 120.019612, 30.384734 ], [ 120.0197932, 30.3846645 ], [ 120.023057, 30.3832637 ], [ 120.0233574, 30.3831461 ], [ 120.02406, 30.3829873 ], [ 120.0242278, 30.3829778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.024242, 30.3830092 ], [ 120.0240927, 30.3830205 ], [ 120.0238238, 30.3830764 ], [ 120.0236011, 30.3831175 ], [ 120.0233604, 30.383203 ], [ 120.0205224, 30.3844158 ], [ 120.019638, 30.3847841 ], [ 120.0191474, 30.3849293 ], [ 120.0188037, 30.3849976 ], [ 120.0185502, 30.3850194 ], [ 120.0183324, 30.3850318 ], [ 120.0181109, 30.385035 ], [ 120.0175959, 30.3850022 ], [ 120.0167978, 30.3849587 ], [ 120.0159891, 30.3849159 ], [ 120.0157085, 30.3849158 ], [ 120.0153646, 30.3849544 ], [ 120.0152803, 30.3849695 ], [ 120.015163, 30.3849904 ], [ 120.0149671, 30.3850401 ], [ 120.014648, 30.3851286 ], [ 120.014392, 30.3851996 ], [ 120.0132475, 30.3856115 ], [ 120.0122323, 30.385947 ], [ 120.0118103, 30.3860799 ], [ 120.0111427, 30.3862901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉琮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0478344, 30.3816099 ], [ 120.0479512, 30.3840882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玉琮路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479512, 30.3840882 ], [ 120.0478344, 30.3816099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479545, 30.3841567 ], [ 120.0479512, 30.3840882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479512, 30.3840882 ], [ 120.0479545, 30.3841567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479512, 30.3840882 ], [ 120.0488213, 30.3847457 ], [ 120.0490915, 30.3849499 ], [ 120.0492811, 30.3850905 ], [ 120.0499463, 30.385548 ], [ 120.0502655, 30.3857777 ], [ 120.0505003, 30.3859424 ], [ 120.0518186, 30.3869252 ], [ 120.0524098, 30.3873909 ], [ 120.0532623, 30.388047 ], [ 120.0542155, 30.3887818 ], [ 120.0557513, 30.3899168 ], [ 120.0565914, 30.3905971 ], [ 120.0572353, 30.3911325 ], [ 120.0582937, 30.3920817 ], [ 120.0588955, 30.3926934 ], [ 120.0592683, 30.3930844 ], [ 120.0596167, 30.3934935 ], [ 120.0597541, 30.3936442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0596846, 30.393686 ], [ 120.0595425, 30.393545 ], [ 120.0584105, 30.3923264 ], [ 120.0572347, 30.3912519 ], [ 120.0567698, 30.390852 ], [ 120.0551484, 30.3895869 ], [ 120.0541673, 30.38886 ], [ 120.05314, 30.388077 ], [ 120.052341, 30.3874494 ], [ 120.0517435, 30.3869947 ], [ 120.0504198, 30.3859875 ], [ 120.0501502, 30.3857846 ], [ 120.0498068, 30.3855313 ], [ 120.0492449, 30.3851159 ], [ 120.0490749, 30.3849909 ], [ 120.0479545, 30.3841567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0488297, 30.3949604 ], [ 120.0487324, 30.3938652 ], [ 120.0487198, 30.3937136 ], [ 120.04862, 30.3926014 ], [ 120.0485897, 30.3922603 ], [ 120.0485839, 30.392072 ], [ 120.0485803, 30.3920221 ], [ 120.0485735, 30.3919573 ], [ 120.0484614, 30.3908913 ], [ 120.0484461, 30.3907449 ], [ 120.0484274, 30.3905674 ], [ 120.0483925, 30.3902035 ], [ 120.0483226, 30.3889866 ], [ 120.0483185, 30.3889151 ], [ 120.0482893, 30.3884058 ], [ 120.0482423, 30.3879732 ], [ 120.0481081, 30.386736 ], [ 120.0480546, 30.3862436 ], [ 120.0480006, 30.385117 ], [ 120.0479869, 30.3848325 ], [ 120.0479545, 30.3841567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479545, 30.3841567 ], [ 120.0479869, 30.3848325 ], [ 120.0480006, 30.385117 ], [ 120.0480546, 30.3862436 ], [ 120.0481081, 30.386736 ], [ 120.0482423, 30.3879732 ], [ 120.0482893, 30.3884058 ], [ 120.0483185, 30.3889151 ], [ 120.0483226, 30.3889866 ], [ 120.0483925, 30.3902035 ], [ 120.0484274, 30.3905674 ], [ 120.0484461, 30.3907449 ], [ 120.0484614, 30.3908913 ], [ 120.0485735, 30.3919573 ], [ 120.0485803, 30.3920221 ], [ 120.0485839, 30.392072 ], [ 120.0485897, 30.3922603 ], [ 120.04862, 30.3926014 ], [ 120.0487198, 30.3937136 ], [ 120.0487324, 30.3938652 ], [ 120.0488297, 30.3949604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595633, 30.393981 ], [ 120.0589642, 30.3945637 ], [ 120.0588388, 30.3946659 ], [ 120.058602, 30.394738 ], [ 120.0565761, 30.3948049 ], [ 120.0556907, 30.3948341 ], [ 120.0529744, 30.3949002 ], [ 120.0502442, 30.3949399 ], [ 120.0488297, 30.3949604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0488297, 30.3949604 ], [ 120.0502442, 30.3949399 ], [ 120.0529744, 30.3949002 ], [ 120.0556907, 30.3948341 ], [ 120.0565761, 30.3948049 ], [ 120.058602, 30.394738 ], [ 120.0588388, 30.3946659 ], [ 120.0589642, 30.3945637 ], [ 120.0595633, 30.393981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0410607, 30.3817834 ], [ 120.041138, 30.3818358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0263396, 30.3828659 ], [ 120.0270622, 30.3828569 ], [ 120.0276617, 30.3828542 ], [ 120.0276996, 30.3828581 ], [ 120.0282334, 30.3829134 ], [ 120.028781, 30.383012 ], [ 120.0317305, 30.3835431 ], [ 120.0321076, 30.383589 ], [ 120.0324493, 30.3835819 ], [ 120.0328157, 30.3835196 ], [ 120.0331287, 30.383454 ], [ 120.0336544, 30.3833067 ], [ 120.0356352, 30.3827251 ], [ 120.0358092, 30.3826629 ], [ 120.036472, 30.3824531 ], [ 120.0379336, 30.3819905 ], [ 120.0382054, 30.3819162 ], [ 120.0384857, 30.3818497 ], [ 120.0387615, 30.3818245 ], [ 120.0390286, 30.3818142 ], [ 120.0410607, 30.3817834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.041138, 30.3818358 ], [ 120.0405351, 30.3818449 ], [ 120.0396101, 30.3818649 ], [ 120.0392324, 30.3818651 ], [ 120.0387352, 30.3818879 ], [ 120.0383663, 30.3819507 ], [ 120.0380089, 30.3820436 ], [ 120.036488, 30.3825201 ], [ 120.0358239, 30.38272 ], [ 120.0356719, 30.3827696 ], [ 120.0336598, 30.3833574 ], [ 120.0330129, 30.3835347 ], [ 120.0327356, 30.3835941 ], [ 120.0325222, 30.3836308 ], [ 120.032329, 30.3836397 ], [ 120.0321062, 30.3836473 ], [ 120.0317953, 30.3836141 ], [ 120.0283229, 30.3829922 ], [ 120.0282123, 30.3829774 ], [ 120.0278978, 30.3829353 ], [ 120.027537, 30.3829176 ], [ 120.0269882, 30.3829191 ], [ 120.0267122, 30.3829257 ], [ 120.0265538, 30.3829295 ], [ 120.0263709, 30.3829305 ], [ 120.0256186, 30.3829468 ], [ 120.0253719, 30.3829572 ], [ 120.0243742, 30.3829993 ], [ 120.024242, 30.3830092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242278, 30.3829778 ], [ 120.025081, 30.3829326 ], [ 120.0263396, 30.3828659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梧桐圩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.024242, 30.3830092 ], [ 120.0242278, 30.3829778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "梧桐圩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242278, 30.3829778 ], [ 120.024242, 30.3830092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.038028, 30.3899866 ], [ 120.0381867, 30.3897769 ], [ 120.0382637, 30.3896751 ], [ 120.0387392, 30.3890927 ], [ 120.0388539, 30.3888619 ], [ 120.039028, 30.3883894 ], [ 120.0390672, 30.3882125 ], [ 120.0390772, 30.3881673 ], [ 120.0393464, 30.3869536 ], [ 120.0393931, 30.3867302 ], [ 120.0395665, 30.3863129 ], [ 120.0396766, 30.386048 ], [ 120.0398104, 30.3857262 ], [ 120.0398814, 30.385569 ], [ 120.0401617, 30.3849097 ], [ 120.0404674, 30.3841698 ], [ 120.0405693, 30.3839024 ], [ 120.0406797, 30.3834006 ], [ 120.0406897, 30.3833461 ], [ 120.0407434, 30.3830526 ], [ 120.040816, 30.3826593 ], [ 120.0409086, 30.3823065 ], [ 120.041138, 30.3818358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.041138, 30.3818358 ], [ 120.0409086, 30.3823065 ], [ 120.040816, 30.3826593 ], [ 120.0407434, 30.3830526 ], [ 120.0406897, 30.3833461 ], [ 120.0406797, 30.3834006 ], [ 120.0405693, 30.3839024 ], [ 120.0404674, 30.3841698 ], [ 120.0401617, 30.3849097 ], [ 120.0398814, 30.385569 ], [ 120.0398104, 30.3857262 ], [ 120.0396766, 30.386048 ], [ 120.0395665, 30.3863129 ], [ 120.0393931, 30.3867302 ], [ 120.0393464, 30.3869536 ], [ 120.0390772, 30.3881673 ], [ 120.0390672, 30.3882125 ], [ 120.039028, 30.3883894 ], [ 120.0388539, 30.3888619 ], [ 120.0387392, 30.3890927 ], [ 120.0382637, 30.3896751 ], [ 120.0381867, 30.3897769 ], [ 120.038028, 30.3899866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.038028, 30.3899866 ], [ 120.0378263, 30.3902532 ], [ 120.0376915, 30.3904313 ], [ 120.0374739, 30.390719 ], [ 120.0369016, 30.3913585 ], [ 120.0367035, 30.3914828 ], [ 120.0359408, 30.3919749 ], [ 120.0348449, 30.392612 ], [ 120.033785, 30.3931507 ], [ 120.0335415, 30.3932748 ], [ 120.0326471, 30.3937308 ], [ 120.0319265, 30.3941789 ], [ 120.0317733, 30.3943265 ], [ 120.0315986, 30.3945057 ], [ 120.0315512, 30.3945544 ], [ 120.0309326, 30.3951501 ], [ 120.0303952, 30.3956033 ], [ 120.030024, 30.3958836 ], [ 120.029849, 30.3960157 ], [ 120.0297025, 30.3961263 ], [ 120.0295035, 30.3962766 ], [ 120.029143, 30.3965405 ], [ 120.0290471, 30.3966107 ], [ 120.0288206, 30.3968048 ], [ 120.0285877, 30.3970044 ], [ 120.0280958, 30.3974369 ], [ 120.0275833, 30.3978875 ], [ 120.0264029, 30.3988764 ], [ 120.0262104, 30.3990667 ], [ 120.0260547, 30.3992206 ], [ 120.025974, 30.3993671 ], [ 120.0259995, 30.3995759 ], [ 120.0262288, 30.4004255 ], [ 120.0262975, 30.4009025 ], [ 120.0263095, 30.4009859 ], [ 120.0263222, 30.4019234 ], [ 120.0263143, 30.4019842 ], [ 120.02628, 30.4022467 ], [ 120.0261674, 30.4023312 ], [ 120.0260366, 30.4023773 ], [ 120.0258285, 30.4024671 ], [ 120.025592, 30.4025732 ], [ 120.0254868, 30.4026203 ], [ 120.0254401, 30.4026412 ], [ 120.0253554, 30.4026792 ], [ 120.0251757, 30.4028506 ], [ 120.0247668, 30.4032646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0247668, 30.4032646 ], [ 120.0251757, 30.4028506 ], [ 120.0253554, 30.4026792 ], [ 120.0254401, 30.4026412 ], [ 120.0254868, 30.4026203 ], [ 120.025592, 30.4025732 ], [ 120.0258285, 30.4024671 ], [ 120.0260366, 30.4023773 ], [ 120.0261674, 30.4023312 ], [ 120.02628, 30.4022467 ], [ 120.0263143, 30.4019842 ], [ 120.0263222, 30.4019234 ], [ 120.0263095, 30.4009859 ], [ 120.0262975, 30.4009025 ], [ 120.0262288, 30.4004255 ], [ 120.0259995, 30.3995759 ], [ 120.025974, 30.3993671 ], [ 120.0260547, 30.3992206 ], [ 120.0262104, 30.3990667 ], [ 120.0264029, 30.3988764 ], [ 120.0275833, 30.3978875 ], [ 120.0280958, 30.3974369 ], [ 120.0285877, 30.3970044 ], [ 120.0288206, 30.3968048 ], [ 120.0290471, 30.3966107 ], [ 120.029143, 30.3965405 ], [ 120.0295035, 30.3962766 ], [ 120.0297025, 30.3961263 ], [ 120.029849, 30.3960157 ], [ 120.030024, 30.3958836 ], [ 120.0303952, 30.3956033 ], [ 120.0309326, 30.3951501 ], [ 120.0315512, 30.3945544 ], [ 120.0315986, 30.3945057 ], [ 120.0317733, 30.3943265 ], [ 120.0319265, 30.3941789 ], [ 120.0326471, 30.3937308 ], [ 120.0335415, 30.3932748 ], [ 120.033785, 30.3931507 ], [ 120.0348449, 30.392612 ], [ 120.0359408, 30.3919749 ], [ 120.0367035, 30.3914828 ], [ 120.0369016, 30.3913585 ], [ 120.0374739, 30.390719 ], [ 120.0376915, 30.3904313 ], [ 120.0378263, 30.3902532 ], [ 120.038028, 30.3899866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0055161, 30.3886544 ], [ 120.0055512, 30.388721 ], [ 120.0058602, 30.3937185 ], [ 120.0060233, 30.3962208 ], [ 120.0060931, 30.3978827 ], [ 120.0061204, 30.3985673 ], [ 120.0061472, 30.398992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0061472, 30.398992 ], [ 120.0061204, 30.3985673 ], [ 120.0060931, 30.3978827 ], [ 120.0060233, 30.3962208 ], [ 120.0058602, 30.3937185 ], [ 120.0055512, 30.388721 ], [ 120.0055161, 30.3886544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112614, 30.3978636 ], [ 120.0112531, 30.3980681 ], [ 120.0112464, 30.398617 ], [ 120.0112368, 30.399598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112368, 30.399598 ], [ 120.0112464, 30.398617 ], [ 120.0112531, 30.3980681 ], [ 120.0112614, 30.3978636 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后杨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0061472, 30.398992 ], [ 120.006783, 30.3990282 ], [ 120.0073054, 30.3991015 ], [ 120.0076554, 30.3991443 ], [ 120.007807, 30.3991629 ], [ 120.007961, 30.3991808 ], [ 120.0083216, 30.3992259 ], [ 120.008501, 30.399241 ], [ 120.0093654, 30.3993522 ], [ 120.0096567, 30.3993849 ], [ 120.0100991, 30.399446 ], [ 120.0104671, 30.3994969 ], [ 120.0107073, 30.3995298 ], [ 120.0112368, 30.399598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后杨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112368, 30.399598 ], [ 120.0107073, 30.3995298 ], [ 120.0104671, 30.3994969 ], [ 120.0100991, 30.399446 ], [ 120.0096567, 30.3993849 ], [ 120.0093654, 30.3993522 ], [ 120.008501, 30.399241 ], [ 120.0083216, 30.3992259 ], [ 120.007961, 30.3991808 ], [ 120.007807, 30.3991629 ], [ 120.0076554, 30.3991443 ], [ 120.0073054, 30.3991015 ], [ 120.006783, 30.3990282 ], [ 120.0061472, 30.398992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112368, 30.399598 ], [ 120.0112277, 30.4001521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112277, 30.4001521 ], [ 120.0112368, 30.399598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0061472, 30.398992 ], [ 120.0062016, 30.4001185 ], [ 120.006258, 30.4011281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006258, 30.4011281 ], [ 120.0062016, 30.4001185 ], [ 120.0061472, 30.398992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112277, 30.4001521 ], [ 120.0112202, 30.4007669 ], [ 120.0112096, 30.401645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112096, 30.401645 ], [ 120.0112202, 30.4007669 ], [ 120.0112277, 30.4001521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9993102, 30.4023556 ], [ 119.9990842, 30.4018065 ], [ 119.9990594, 30.4016767 ], [ 119.9990621, 30.4013597 ], [ 119.9990863, 30.4012764 ], [ 119.9991345, 30.4012059 ], [ 119.9992633, 30.4011388 ], [ 119.9994631, 30.4010625 ], [ 120.0004524, 30.4006677 ], [ 120.0007573, 30.4005442 ], [ 120.0009008, 30.4004934 ], [ 120.0010563, 30.4004748 ], [ 120.0016035, 30.4004286 ], [ 120.0018465, 30.40041 ], [ 120.0019585, 30.4004238 ], [ 120.0026306, 30.4005066 ], [ 120.0026773, 30.4005143 ], [ 120.0028279, 30.4005373 ], [ 120.002892, 30.4005496 ], [ 120.0029379, 30.4005697 ], [ 120.0031552, 30.4007397 ], [ 120.0031941, 30.4007744 ], [ 120.0032383, 30.4007987 ], [ 120.0033778, 30.4008126 ], [ 120.0040362, 30.4008956 ], [ 120.0047721, 30.4010079 ], [ 120.006258, 30.4011281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006258, 30.4011281 ], [ 120.0047721, 30.4010079 ], [ 120.0040362, 30.4008956 ], [ 120.0033778, 30.4008126 ], [ 120.0032383, 30.4007987 ], [ 120.0031941, 30.4007744 ], [ 120.0031552, 30.4007397 ], [ 120.0029379, 30.4005697 ], [ 120.002892, 30.4005496 ], [ 120.0028279, 30.4005373 ], [ 120.0026773, 30.4005143 ], [ 120.0026306, 30.4005066 ], [ 120.0019585, 30.4004238 ], [ 120.0018465, 30.40041 ], [ 120.0016035, 30.4004286 ], [ 120.0010563, 30.4004748 ], [ 120.0009008, 30.4004934 ], [ 120.0007573, 30.4005442 ], [ 120.0004524, 30.4006677 ], [ 119.9994631, 30.4010625 ], [ 119.9992633, 30.4011388 ], [ 119.9991345, 30.4012059 ], [ 119.9990863, 30.4012764 ], [ 119.9990621, 30.4013597 ], [ 119.9990594, 30.4016767 ], [ 119.9990842, 30.4018065 ], [ 119.9993102, 30.4023556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006258, 30.4011281 ], [ 120.0067459, 30.401179 ], [ 120.0076578, 30.4012743 ], [ 120.0081227, 30.4013228 ], [ 120.0082769, 30.4013389 ], [ 120.0086192, 30.4013746 ], [ 120.0091984, 30.4014351 ], [ 120.0096352, 30.4014807 ], [ 120.0099131, 30.4015097 ], [ 120.0103227, 30.4015524 ], [ 120.0112096, 30.401645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112096, 30.401645 ], [ 120.0103227, 30.4015524 ], [ 120.0099131, 30.4015097 ], [ 120.0096352, 30.4014807 ], [ 120.0091984, 30.4014351 ], [ 120.0086192, 30.4013746 ], [ 120.0082769, 30.4013389 ], [ 120.0081227, 30.4013228 ], [ 120.0076578, 30.4012743 ], [ 120.0067459, 30.401179 ], [ 120.006258, 30.4011281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0211358, 30.4037727 ], [ 120.020965, 30.4035662 ], [ 120.0208654, 30.4034911 ], [ 120.0191229, 30.4028362 ], [ 120.0188366, 30.4027074 ], [ 120.0175794, 30.4019881 ], [ 120.0172309, 30.4016768 ], [ 120.0167704, 30.4010434 ], [ 120.0166708, 30.4010005 ], [ 120.0156916, 30.4008187 ], [ 120.0119285, 30.4001201 ], [ 120.0116671, 30.4001094 ], [ 120.0112277, 30.4001521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112277, 30.4001521 ], [ 120.0116671, 30.4001094 ], [ 120.0119285, 30.4001201 ], [ 120.0156916, 30.4008187 ], [ 120.0166708, 30.4010005 ], [ 120.0167704, 30.4010434 ], [ 120.0172309, 30.4016768 ], [ 120.0175794, 30.4019881 ], [ 120.0188366, 30.4027074 ], [ 120.0191229, 30.4028362 ], [ 120.0208654, 30.4034911 ], [ 120.020965, 30.4035662 ], [ 120.0211358, 30.4037727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0111692, 30.4049725 ], [ 120.0111641, 30.4049076 ], [ 120.0111584, 30.4048237 ], [ 120.0112066, 30.4018915 ], [ 120.0112096, 30.401645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112096, 30.401645 ], [ 120.0112066, 30.4018915 ], [ 120.0111584, 30.4048237 ], [ 120.0111641, 30.4049076 ], [ 120.0111692, 30.4049725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良沈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0488297, 30.3949604 ], [ 120.0488836, 30.3957842 ], [ 120.0490497, 30.3974507 ], [ 120.0490612, 30.397573 ], [ 120.0491055, 30.398046 ], [ 120.0492092, 30.399151 ], [ 120.0491999, 30.3995478 ], [ 120.0491477, 30.3998617 ], [ 120.0491123, 30.4000741 ], [ 120.0489304, 30.401168 ], [ 120.0488807, 30.4014668 ], [ 120.0488571, 30.4015713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良沈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0488571, 30.4015713 ], [ 120.0488807, 30.4014668 ], [ 120.0489304, 30.401168 ], [ 120.0491123, 30.4000741 ], [ 120.0491477, 30.3998617 ], [ 120.0491999, 30.3995478 ], [ 120.0492092, 30.399151 ], [ 120.0491055, 30.398046 ], [ 120.0490612, 30.397573 ], [ 120.0490497, 30.3974507 ], [ 120.0488836, 30.3957842 ], [ 120.0488297, 30.3949604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0585217, 30.4032043 ], [ 120.0575337, 30.4030339 ], [ 120.0572104, 30.4030262 ], [ 120.0542913, 30.4024839 ], [ 120.0532045, 30.4023445 ], [ 120.0513363, 30.4020733 ], [ 120.0511836, 30.4020423 ], [ 120.0509231, 30.4018254 ], [ 120.0505459, 30.4016937 ], [ 120.0503213, 30.4016473 ], [ 120.0488571, 30.4015713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0488571, 30.4015713 ], [ 120.0503213, 30.4016473 ], [ 120.0505459, 30.4016937 ], [ 120.0509231, 30.4018254 ], [ 120.0511836, 30.4020423 ], [ 120.0513363, 30.4020733 ], [ 120.0532045, 30.4023445 ], [ 120.0542913, 30.4024839 ], [ 120.0572104, 30.4030262 ], [ 120.0575337, 30.4030339 ], [ 120.0585217, 30.4032043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良沈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0488571, 30.4015713 ], [ 120.0483674, 30.4037391 ], [ 120.0483174, 30.4039605 ], [ 120.0482523, 30.4043033 ], [ 120.0480762, 30.4051907 ], [ 120.0480306, 30.405423 ], [ 120.0479925, 30.4056173 ], [ 120.0478532, 30.4063279 ], [ 120.0477729, 30.4067376 ], [ 120.0477686, 30.4067823 ], [ 120.047719, 30.4072249 ], [ 120.0476932, 30.4074554 ], [ 120.0476709, 30.4076998 ], [ 120.0476383, 30.408058 ], [ 120.0476316, 30.4081343 ], [ 120.0474699, 30.4099232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良沈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474699, 30.4099232 ], [ 120.0476316, 30.4081343 ], [ 120.0476383, 30.408058 ], [ 120.0476709, 30.4076998 ], [ 120.0476932, 30.4074554 ], [ 120.047719, 30.4072249 ], [ 120.0477686, 30.4067823 ], [ 120.0477729, 30.4067376 ], [ 120.0478532, 30.4063279 ], [ 120.0479925, 30.4056173 ], [ 120.0480306, 30.405423 ], [ 120.0480762, 30.4051907 ], [ 120.0482523, 30.4043033 ], [ 120.0483174, 30.4039605 ], [ 120.0483674, 30.4037391 ], [ 120.0488571, 30.4015713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良小线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057489, 30.411833 ], [ 120.0575991, 30.4109118 ], [ 120.0576667, 30.4103457 ], [ 120.0576994, 30.4100738 ], [ 120.0578981, 30.4084223 ], [ 120.0580283, 30.4070452 ], [ 120.0583073, 30.4057941 ], [ 120.058391, 30.4049921 ], [ 120.0584401, 30.4043201 ], [ 120.0585217, 30.4032043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良小线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0585217, 30.4032043 ], [ 120.0584401, 30.4043201 ], [ 120.058391, 30.4049921 ], [ 120.0583073, 30.4057941 ], [ 120.0580283, 30.4070452 ], [ 120.0578981, 30.4084223 ], [ 120.0576994, 30.4100738 ], [ 120.0576667, 30.4103457 ], [ 120.0575991, 30.4109118 ], [ 120.057489, 30.411833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474699, 30.4099232 ], [ 120.046166, 30.4098112 ], [ 120.0458073, 30.4098853 ], [ 120.0450644, 30.4100962 ], [ 120.0440354, 30.4104821 ], [ 120.04388, 30.4105419 ], [ 120.0437946, 30.4106029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0437946, 30.4106029 ], [ 120.04388, 30.4105419 ], [ 120.0440354, 30.4104821 ], [ 120.0450644, 30.4100962 ], [ 120.0458073, 30.4098853 ], [ 120.046166, 30.4098112 ], [ 120.0474699, 30.4099232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692969, 30.3931771 ], [ 119.9708657, 30.3929383 ], [ 119.971602, 30.3928262 ], [ 119.9726151, 30.392672 ], [ 119.973151, 30.3925859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973151, 30.3925859 ], [ 119.9726151, 30.392672 ], [ 119.971602, 30.3928262 ], [ 119.9708657, 30.3929383 ], [ 119.9692969, 30.3931771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667074, 30.3931998 ], [ 119.9679243, 30.3931937 ], [ 119.9689107, 30.3931887 ], [ 119.9692969, 30.3931771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凤溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692969, 30.3931771 ], [ 119.9689107, 30.3931887 ], [ 119.9679243, 30.3931937 ], [ 119.9667074, 30.3931998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9732735, 30.3925653 ], [ 119.9735007, 30.3932787 ], [ 119.9735283, 30.393402 ], [ 119.9739203, 30.3947429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9738276, 30.3947629 ], [ 119.9737323, 30.394456 ], [ 119.9732056, 30.3927822 ], [ 119.973151, 30.3925859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9692969, 30.3931771 ], [ 119.9694466, 30.3935937 ], [ 119.9695095, 30.3937688 ], [ 119.9700806, 30.3953585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9700806, 30.3953585 ], [ 119.9695095, 30.3937688 ], [ 119.9694466, 30.3935937 ], [ 119.9692969, 30.3931771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "教学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667074, 30.3931998 ], [ 119.9667066, 30.3940152 ], [ 119.9667053, 30.3953741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "教学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667053, 30.3953741 ], [ 119.9667066, 30.3940152 ], [ 119.9667074, 30.3931998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9767043, 30.3943243 ], [ 119.9739203, 30.3947429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9739203, 30.3947429 ], [ 119.9767043, 30.3943243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9738276, 30.3947629 ], [ 119.9739203, 30.3947429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9739203, 30.3947429 ], [ 119.9738276, 30.3947629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9700806, 30.3953585 ], [ 119.9738276, 30.3947629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9738276, 30.3947629 ], [ 119.9700806, 30.3953585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9700806, 30.3953585 ], [ 119.9697448, 30.395373 ], [ 119.9679053, 30.395377 ], [ 119.9670548, 30.3953788 ], [ 119.9667053, 30.3953741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667053, 30.3953741 ], [ 119.9670548, 30.3953788 ], [ 119.9679053, 30.395377 ], [ 119.9697448, 30.395373 ], [ 119.9700806, 30.3953585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9739203, 30.3947429 ], [ 119.9742154, 30.3957545 ], [ 119.9743402, 30.3961822 ], [ 119.9743159, 30.3962888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9743159, 30.3962888 ], [ 119.9742114, 30.3960689 ], [ 119.9740787, 30.3956173 ], [ 119.9738276, 30.3947629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纲渠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9597576, 30.3951584 ], [ 119.9597464, 30.3950959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南洋东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9598401, 30.3951471 ], [ 119.9597576, 30.3951584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667053, 30.3953741 ], [ 119.9643053, 30.3954049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新窑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9643053, 30.3954049 ], [ 119.9667053, 30.3953741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纲渠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9598401, 30.3951471 ], [ 119.9600556, 30.3959264 ], [ 119.9602058, 30.3963442 ], [ 119.9603242, 30.3966756 ], [ 119.9603523, 30.396756 ], [ 119.9603965, 30.3968901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纲渠路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9602942, 30.3969112 ], [ 119.9602493, 30.3967832 ], [ 119.9602203, 30.3966961 ], [ 119.9601189, 30.3963699 ], [ 119.9599341, 30.3957753 ], [ 119.9597576, 30.3951584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "教学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9656898, 30.3969889 ], [ 119.965736, 30.3969154 ], [ 119.9666431, 30.395473 ], [ 119.9667053, 30.3953741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "教学路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9667053, 30.3953741 ], [ 119.9666431, 30.395473 ], [ 119.965736, 30.3969154 ], [ 119.9656898, 30.3969889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9643053, 30.3954049 ], [ 119.9644114, 30.3957557 ], [ 119.9645431, 30.39609 ], [ 119.9647029, 30.3963197 ], [ 119.9648506, 30.3964619 ], [ 119.9650047, 30.3965876 ], [ 119.9653728, 30.3968034 ], [ 119.9656898, 30.3969889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9656898, 30.3969889 ], [ 119.9653728, 30.3968034 ], [ 119.9650047, 30.3965876 ], [ 119.9648506, 30.3964619 ], [ 119.9647029, 30.3963197 ], [ 119.9645431, 30.39609 ], [ 119.9644114, 30.3957557 ], [ 119.9643053, 30.3954049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706573, 30.3970597 ], [ 119.970326, 30.3960825 ], [ 119.970258, 30.3958818 ], [ 119.9700806, 30.3953585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9700806, 30.3953585 ], [ 119.970258, 30.3958818 ], [ 119.970326, 30.3960825 ], [ 119.9706573, 30.3970597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9743159, 30.3962888 ], [ 119.9724875, 30.3966725 ], [ 119.971983, 30.3967783 ], [ 119.9706573, 30.3970597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706573, 30.3970597 ], [ 119.971983, 30.3967783 ], [ 119.9724875, 30.3966725 ], [ 119.9743159, 30.3962888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9743159, 30.3962888 ], [ 119.9745915, 30.3974474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9745915, 30.3974474 ], [ 119.9743159, 30.3962888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969656, 30.39745 ], [ 119.9701175, 30.3972387 ], [ 119.9706573, 30.3970597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9706573, 30.3970597 ], [ 119.9701175, 30.3972387 ], [ 119.969656, 30.39745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969656, 30.39745 ], [ 119.9695317, 30.3973844 ], [ 119.9690069, 30.3973448 ], [ 119.9675911, 30.3973764 ], [ 119.9665417, 30.3976468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "大桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665417, 30.3976468 ], [ 119.9675911, 30.3973764 ], [ 119.9690069, 30.3973448 ], [ 119.9695317, 30.3973844 ], [ 119.969656, 30.39745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9684116, 30.3985553 ], [ 119.9688121, 30.3980504 ], [ 119.9691303, 30.3977818 ], [ 119.9695048, 30.3975474 ], [ 119.969656, 30.39745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.969656, 30.39745 ], [ 119.9695048, 30.3975474 ], [ 119.9691303, 30.3977818 ], [ 119.9688121, 30.3980504 ], [ 119.9684116, 30.3985553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9745915, 30.3974474 ], [ 119.9742758, 30.3974111 ], [ 119.9737386, 30.3973963 ], [ 119.9729174, 30.3974612 ], [ 119.9721443, 30.3975561 ], [ 119.9716598, 30.397685 ], [ 119.9712142, 30.3978442 ], [ 119.9706606, 30.3981573 ], [ 119.970264, 30.3984412 ], [ 119.9699688, 30.3985792 ], [ 119.9696667, 30.3986318 ], [ 119.9691584, 30.3986305 ], [ 119.9686741, 30.3985907 ], [ 119.9684116, 30.3985553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9684116, 30.3985553 ], [ 119.9686741, 30.3985907 ], [ 119.9691584, 30.3986305 ], [ 119.9696667, 30.3986318 ], [ 119.9699688, 30.3985792 ], [ 119.970264, 30.3984412 ], [ 119.9706606, 30.3981573 ], [ 119.9712142, 30.3978442 ], [ 119.9716598, 30.397685 ], [ 119.9721443, 30.3975561 ], [ 119.9729174, 30.3974612 ], [ 119.9737386, 30.3973963 ], [ 119.9742758, 30.3974111 ], [ 119.9745915, 30.3974474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9684116, 30.3985553 ], [ 119.9681078, 30.3984483 ], [ 119.9676665, 30.3982466 ], [ 119.967187, 30.3979766 ], [ 119.9665417, 30.3976468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "苕溪北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9665417, 30.3976468 ], [ 119.967187, 30.3979766 ], [ 119.9676665, 30.3982466 ], [ 119.9681078, 30.3984483 ], [ 119.9684116, 30.3985553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "祥彭线", "梦溪大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9676348, 30.3997659 ], [ 119.9676774, 30.3997019 ], [ 119.9682479, 30.3988189 ], [ 119.9684116, 30.3985553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "祥彭线", "梦溪大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9684116, 30.3985553 ], [ 119.9682479, 30.3988189 ], [ 119.9676774, 30.3997019 ], [ 119.9676348, 30.3997659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9668681, 30.4009334 ], [ 119.967222, 30.4003859 ], [ 119.9676348, 30.3997659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥彭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9676348, 30.3997659 ], [ 119.967222, 30.4003859 ], [ 119.9668681, 30.4009334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9961895, 30.4022028 ], [ 119.9959466, 30.4007378 ], [ 119.9959254, 30.4006465 ], [ 119.9958831, 30.4005674 ], [ 119.9958196, 30.4004153 ], [ 119.9958126, 30.4002085 ], [ 119.9959113, 30.3999104 ], [ 119.9959113, 30.3997218 ], [ 119.9958619, 30.3996123 ], [ 119.9959043, 30.3994906 ], [ 119.9959393, 30.3991246 ], [ 119.9959607, 30.3989005 ], [ 119.9959395, 30.3983713 ], [ 119.9959325, 30.3982996 ], [ 119.9958126, 30.3970815 ], [ 119.9956399, 30.395001 ], [ 119.9955123, 30.3933842 ], [ 119.9954292, 30.3923305 ], [ 119.9953423, 30.3913654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9953423, 30.3913654 ], [ 119.9954292, 30.3923305 ], [ 119.9955123, 30.3933842 ], [ 119.9956399, 30.395001 ], [ 119.9958126, 30.3970815 ], [ 119.9959325, 30.3982996 ], [ 119.9959395, 30.3983713 ], [ 119.9959607, 30.3989005 ], [ 119.9959393, 30.3991246 ], [ 119.9959043, 30.3994906 ], [ 119.9958619, 30.3996123 ], [ 119.9959113, 30.3997218 ], [ 119.9959113, 30.3999104 ], [ 119.9958126, 30.4002085 ], [ 119.9958196, 30.4004153 ], [ 119.9958831, 30.4005674 ], [ 119.9959254, 30.4006465 ], [ 119.9959466, 30.4007378 ], [ 119.9961895, 30.4022028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9962884, 30.4027037 ], [ 119.9961895, 30.4022028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9961895, 30.4022028 ], [ 119.9962884, 30.4027037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9961895, 30.4022028 ], [ 119.9950968, 30.4022248 ], [ 119.9949232, 30.4022204 ], [ 119.9934321, 30.4020398 ], [ 119.9933045, 30.402031 ], [ 119.9927836, 30.4020398 ], [ 119.9925385, 30.4020531 ], [ 119.9921147, 30.4021279 ], [ 119.9919666, 30.4021455 ], [ 119.9901488, 30.402238 ], [ 119.9900364, 30.4022424 ], [ 119.9899241, 30.4022777 ], [ 119.9898526, 30.4023349 ], [ 119.9897493, 30.4024878 ], [ 119.9896962, 30.4025673 ], [ 119.989596, 30.4026058 ], [ 119.9886686, 30.4026674 ], [ 119.9842255, 30.4029124 ], [ 119.9839835, 30.4029207 ], [ 119.9838525, 30.4029037 ], [ 119.9837177, 30.4028628 ], [ 119.98354, 30.4027869 ], [ 119.982922, 30.4025177 ], [ 119.9827178, 30.4024659 ], [ 119.9824818, 30.4024417 ], [ 119.9822187, 30.4024583 ], [ 119.9813088, 30.4025044 ], [ 119.9811674, 30.4024966 ], [ 119.9810643, 30.4024669 ], [ 119.9809857, 30.4024074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9809857, 30.4024074 ], [ 119.9810643, 30.4024669 ], [ 119.9811674, 30.4024966 ], [ 119.9813088, 30.4025044 ], [ 119.9822187, 30.4024583 ], [ 119.9824818, 30.4024417 ], [ 119.9827178, 30.4024659 ], [ 119.982922, 30.4025177 ], [ 119.98354, 30.4027869 ], [ 119.9837177, 30.4028628 ], [ 119.9838525, 30.4029037 ], [ 119.9839835, 30.4029207 ], [ 119.9842255, 30.4029124 ], [ 119.9886686, 30.4026674 ], [ 119.989596, 30.4026058 ], [ 119.9896962, 30.4025673 ], [ 119.9897493, 30.4024878 ], [ 119.9898526, 30.4023349 ], [ 119.9899241, 30.4022777 ], [ 119.9900364, 30.4022424 ], [ 119.9901488, 30.402238 ], [ 119.9919666, 30.4021455 ], [ 119.9921147, 30.4021279 ], [ 119.9925385, 30.4020531 ], [ 119.9927836, 30.4020398 ], [ 119.9933045, 30.402031 ], [ 119.9934321, 30.4020398 ], [ 119.9949232, 30.4022204 ], [ 119.9950968, 30.4022248 ], [ 119.9961895, 30.4022028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9962884, 30.4027037 ], [ 119.9964292, 30.4026892 ], [ 119.9970826, 30.4027037 ], [ 119.9981134, 30.4026309 ], [ 119.9982767, 30.4026357 ], [ 119.9993102, 30.4023556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9993102, 30.4023556 ], [ 119.9982767, 30.4026357 ], [ 119.9981134, 30.4026309 ], [ 119.9970826, 30.4027037 ], [ 119.9964292, 30.4026892 ], [ 119.9962884, 30.4027037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9962884, 30.4027037 ], [ 119.99644, 30.4033744 ], [ 119.9963129, 30.4036544 ], [ 119.9963885, 30.4040485 ], [ 119.9963243, 30.4042963 ], [ 119.9961009, 30.4047028 ], [ 119.996049, 30.4053443 ], [ 119.9959166, 30.4079133 ], [ 119.9968964, 30.4078883 ], [ 119.9971964, 30.4080006 ], [ 119.9978069, 30.4078517 ], [ 119.9977605, 30.4081704 ], [ 119.9985613, 30.4081978 ], [ 119.9990007, 30.4082129 ], [ 120.0005113, 30.4079712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0005113, 30.4079712 ], [ 119.9990007, 30.4082129 ], [ 119.9985613, 30.4081978 ], [ 119.9977605, 30.4081704 ], [ 119.9978069, 30.4078517 ], [ 119.9971964, 30.4080006 ], [ 119.9968964, 30.4078883 ], [ 119.9959166, 30.4079133 ], [ 119.996049, 30.4053443 ], [ 119.9961009, 30.4047028 ], [ 119.9963243, 30.4042963 ], [ 119.9963885, 30.4040485 ], [ 119.9963129, 30.4036544 ], [ 119.99644, 30.4033744 ], [ 119.9962884, 30.4027037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9676348, 30.3997659 ], [ 119.9677503, 30.3997473 ], [ 119.9679733, 30.3997654 ], [ 119.9682426, 30.3998513 ], [ 119.9685468, 30.3999278 ], [ 119.9686174, 30.3999444 ], [ 119.9690445, 30.4000449 ], [ 119.9690501, 30.4000453 ], [ 119.9694915, 30.4000723 ], [ 119.9700993, 30.4000835 ], [ 119.9708298, 30.3999629 ], [ 119.9716238, 30.3997784 ], [ 119.9717044, 30.3997597 ], [ 119.9720492, 30.3996337 ], [ 119.9724279, 30.3994745 ], [ 119.9728516, 30.3992345 ], [ 119.9735028, 30.3989896 ], [ 119.9737815, 30.39895 ], [ 119.9742177, 30.3988865 ], [ 119.9745384, 30.3987886 ], [ 119.9749647, 30.3986742 ], [ 119.9750878, 30.3986881 ], [ 119.9752272, 30.3987162 ], [ 119.9761039, 30.3990959 ], [ 119.9764829, 30.3993326 ], [ 119.976654, 30.3993503 ], [ 119.9777326, 30.399919 ], [ 119.977755, 30.3999973 ], [ 119.9777885, 30.4002294 ], [ 119.9781759, 30.4008683 ], [ 119.9783294, 30.4012583 ], [ 119.97844, 30.4015926 ], [ 119.979048, 30.4029105 ], [ 119.979382, 30.4034457 ], [ 119.9795542, 30.4039359 ], [ 119.9796593, 30.4041833 ], [ 119.9798998, 30.4045578 ], [ 119.9799096, 30.4046352 ], [ 119.9799465, 30.4049266 ], [ 119.9800398, 30.4055982 ], [ 119.9801002, 30.4060329 ], [ 119.9801436, 30.4062029 ], [ 119.9801737, 30.406321 ], [ 119.9803073, 30.4067416 ], [ 119.9803207, 30.407289 ], [ 119.9804075, 30.4077327 ], [ 119.9804944, 30.4081245 ], [ 119.9804944, 30.408718 ], [ 119.9805411, 30.40896 ], [ 119.9806814, 30.4094151 ], [ 119.9807015, 30.4096744 ], [ 119.9808551, 30.4101699 ], [ 119.9814631, 30.4112762 ], [ 119.9815566, 30.4114663 ], [ 119.9816168, 30.4117256 ], [ 119.9816502, 30.4121059 ], [ 119.9816301, 30.4126878 ], [ 119.9816969, 30.4129182 ], [ 119.9816969, 30.4131429 ], [ 119.9816207, 30.4135625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816207, 30.4135625 ], [ 119.9816969, 30.4131429 ], [ 119.9816969, 30.4129182 ], [ 119.9816301, 30.4126878 ], [ 119.9816502, 30.4121059 ], [ 119.9816168, 30.4117256 ], [ 119.9815566, 30.4114663 ], [ 119.9814631, 30.4112762 ], [ 119.9808551, 30.4101699 ], [ 119.9807015, 30.4096744 ], [ 119.9806814, 30.4094151 ], [ 119.9805411, 30.40896 ], [ 119.9804944, 30.408718 ], [ 119.9804944, 30.4081245 ], [ 119.9804075, 30.4077327 ], [ 119.9803207, 30.407289 ], [ 119.9803073, 30.4067416 ], [ 119.9801737, 30.406321 ], [ 119.9801436, 30.4062029 ], [ 119.9801002, 30.4060329 ], [ 119.9800398, 30.4055982 ], [ 119.9799465, 30.4049266 ], [ 119.9799096, 30.4046352 ], [ 119.9798998, 30.4045578 ], [ 119.9796593, 30.4041833 ], [ 119.9795542, 30.4039359 ], [ 119.979382, 30.4034457 ], [ 119.979048, 30.4029105 ], [ 119.97844, 30.4015926 ], [ 119.9783294, 30.4012583 ], [ 119.9781759, 30.4008683 ], [ 119.9777885, 30.4002294 ], [ 119.977755, 30.3999973 ], [ 119.9777326, 30.399919 ], [ 119.976654, 30.3993503 ], [ 119.9764829, 30.3993326 ], [ 119.9761039, 30.3990959 ], [ 119.9752272, 30.3987162 ], [ 119.9750878, 30.3986881 ], [ 119.9749647, 30.3986742 ], [ 119.9745384, 30.3987886 ], [ 119.9742177, 30.3988865 ], [ 119.9737815, 30.39895 ], [ 119.9735028, 30.3989896 ], [ 119.9728516, 30.3992345 ], [ 119.9724279, 30.3994745 ], [ 119.9720492, 30.3996337 ], [ 119.9717044, 30.3997597 ], [ 119.9716238, 30.3997784 ], [ 119.9708298, 30.3999629 ], [ 119.9700993, 30.4000835 ], [ 119.9694915, 30.4000723 ], [ 119.9690501, 30.4000453 ], [ 119.9690445, 30.4000449 ], [ 119.9686174, 30.3999444 ], [ 119.9685468, 30.3999278 ], [ 119.9682426, 30.3998513 ], [ 119.9679733, 30.3997654 ], [ 119.9677503, 30.3997473 ], [ 119.9676348, 30.3997659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816207, 30.4135625 ], [ 119.9811902, 30.413606 ], [ 119.9799318, 30.4134059 ], [ 119.9795926, 30.4133058 ], [ 119.9779573, 30.4131681 ], [ 119.9776736, 30.4131442 ], [ 119.9752638, 30.4126823 ], [ 119.9747448, 30.4126865 ], [ 119.9744648, 30.4127826 ], [ 119.9742552, 30.4127628 ], [ 119.9737893, 30.4126557 ], [ 119.9732184, 30.4124931 ], [ 119.9727677, 30.4122839 ], [ 119.9721947, 30.412146 ], [ 119.971684, 30.4121257 ], [ 119.9713095, 30.4119854 ], [ 119.9703469, 30.4118293 ], [ 119.968773, 30.4116056 ], [ 119.9673024, 30.4114573 ], [ 119.9662313, 30.4112602 ], [ 119.9649907, 30.4111044 ], [ 119.9647306, 30.4110914 ], [ 119.9644106, 30.411166 ], [ 119.9642321, 30.4118356 ], [ 119.964051, 30.4122773 ], [ 119.9638809, 30.4122589 ], [ 119.9631995, 30.4121412 ], [ 119.9630265, 30.4120837 ], [ 119.9627636, 30.4119417 ], [ 119.9623745, 30.4117981 ], [ 119.9621334, 30.4117507 ], [ 119.9617513, 30.4117043 ], [ 119.9616311, 30.4117875 ], [ 119.9614553, 30.4119438 ], [ 119.9613277, 30.4119519 ], [ 119.9611837, 30.4119247 ], [ 119.9595806, 30.4115974 ], [ 119.9576044, 30.4110026 ], [ 119.9565206, 30.4107734 ], [ 119.9561814, 30.4107426 ], [ 119.9556816, 30.4107118 ], [ 119.9542981, 30.4108273 ], [ 119.9539947, 30.4107426 ], [ 119.9521293, 30.4102115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9521293, 30.4102115 ], [ 119.9539947, 30.4107426 ], [ 119.9542981, 30.4108273 ], [ 119.9556816, 30.4107118 ], [ 119.9561814, 30.4107426 ], [ 119.9565206, 30.4107734 ], [ 119.9576044, 30.4110026 ], [ 119.9595806, 30.4115974 ], [ 119.9611837, 30.4119247 ], [ 119.9613277, 30.4119519 ], [ 119.9614553, 30.4119438 ], [ 119.9616311, 30.4117875 ], [ 119.9617513, 30.4117043 ], [ 119.9621334, 30.4117507 ], [ 119.9623745, 30.4117981 ], [ 119.9627636, 30.4119417 ], [ 119.9630265, 30.4120837 ], [ 119.9631995, 30.4121412 ], [ 119.9638809, 30.4122589 ], [ 119.964051, 30.4122773 ], [ 119.9642321, 30.4118356 ], [ 119.9644106, 30.411166 ], [ 119.9647306, 30.4110914 ], [ 119.9649907, 30.4111044 ], [ 119.9662313, 30.4112602 ], [ 119.9673024, 30.4114573 ], [ 119.968773, 30.4116056 ], [ 119.9703469, 30.4118293 ], [ 119.9713095, 30.4119854 ], [ 119.971684, 30.4121257 ], [ 119.9721947, 30.412146 ], [ 119.9727677, 30.4122839 ], [ 119.9732184, 30.4124931 ], [ 119.9737893, 30.4126557 ], [ 119.9742552, 30.4127628 ], [ 119.9744648, 30.4127826 ], [ 119.9747448, 30.4126865 ], [ 119.9752638, 30.4126823 ], [ 119.9776736, 30.4131442 ], [ 119.9779573, 30.4131681 ], [ 119.9795926, 30.4133058 ], [ 119.9799318, 30.4134059 ], [ 119.9811902, 30.413606 ], [ 119.9816207, 30.4135625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "苕溪北路", "西险大塘" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9809857, 30.4024074 ], [ 119.9809642, 30.402728 ], [ 119.9809777, 30.4032557 ], [ 119.9809867, 30.4036024 ], [ 119.9810698, 30.4038373 ], [ 119.9812575, 30.404236 ], [ 119.9824025, 30.4064025 ], [ 119.9824667, 30.4065369 ], [ 119.9824753, 30.406636 ], [ 119.9824501, 30.4067547 ], [ 119.9823399, 30.4069008 ], [ 119.9822289, 30.4069936 ], [ 119.9821203, 30.4070862 ], [ 119.9821091, 30.4072335 ], [ 119.9821096, 30.4081327 ], [ 119.9821373, 30.4083164 ], [ 119.9822128, 30.4084815 ], [ 119.9824025, 30.408821 ], [ 119.9826981, 30.4092039 ], [ 119.9829887, 30.4094848 ], [ 119.9832294, 30.409686 ], [ 119.98355, 30.4099888 ], [ 119.9837489, 30.4100812 ], [ 119.9839218, 30.4100848 ], [ 119.9841996, 30.4100512 ], [ 119.9854298, 30.4098955 ], [ 119.9862975, 30.4098306 ], [ 119.9878374, 30.4097063 ], [ 119.9887269, 30.4095751 ], [ 119.9893935, 30.4094873 ], [ 119.9900641, 30.4094219 ], [ 119.990597, 30.4094233 ], [ 119.9912576, 30.409457 ], [ 119.9918251, 30.4095339 ], [ 119.9925014, 30.4097044 ], [ 119.9932029, 30.4099369 ], [ 119.9945412, 30.410532 ], [ 119.9957334, 30.4110493 ], [ 119.996345, 30.4112896 ], [ 119.9968264, 30.4114398 ], [ 119.9972389, 30.4115345 ], [ 119.9980172, 30.4116451 ], [ 119.9993388, 30.4118197 ], [ 120.0002836, 30.4119806 ], [ 120.0020927, 30.412356 ], [ 120.0038655, 30.4127373 ], [ 120.0048265, 30.4129517 ], [ 120.0055462, 30.4130534 ], [ 120.0065836, 30.4131067 ], [ 120.0067179, 30.4131136 ], [ 120.0073883, 30.4131255 ], [ 120.007553, 30.4131354 ], [ 120.0078411, 30.4131415 ], [ 120.0082403, 30.4132097 ], [ 120.0084926, 30.4132772 ], [ 120.0093779, 30.4135556 ], [ 120.0105151, 30.4139075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "西险大塘", "苕溪北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0105151, 30.4139075 ], [ 120.0093779, 30.4135556 ], [ 120.0084926, 30.4132772 ], [ 120.0082403, 30.4132097 ], [ 120.0078411, 30.4131415 ], [ 120.007553, 30.4131354 ], [ 120.0073883, 30.4131255 ], [ 120.0067179, 30.4131136 ], [ 120.0065836, 30.4131067 ], [ 120.0055462, 30.4130534 ], [ 120.0048265, 30.4129517 ], [ 120.0038655, 30.4127373 ], [ 120.0020927, 30.412356 ], [ 120.0002836, 30.4119806 ], [ 119.9993388, 30.4118197 ], [ 119.9980172, 30.4116451 ], [ 119.9972389, 30.4115345 ], [ 119.9968264, 30.4114398 ], [ 119.996345, 30.4112896 ], [ 119.9957334, 30.4110493 ], [ 119.9945412, 30.410532 ], [ 119.9932029, 30.4099369 ], [ 119.9925014, 30.4097044 ], [ 119.9918251, 30.4095339 ], [ 119.9912576, 30.409457 ], [ 119.990597, 30.4094233 ], [ 119.9900641, 30.4094219 ], [ 119.9893935, 30.4094873 ], [ 119.9887269, 30.4095751 ], [ 119.9878374, 30.4097063 ], [ 119.9862975, 30.4098306 ], [ 119.9854298, 30.4098955 ], [ 119.9841996, 30.4100512 ], [ 119.9839218, 30.4100848 ], [ 119.9837489, 30.4100812 ], [ 119.98355, 30.4099888 ], [ 119.9832294, 30.409686 ], [ 119.9829887, 30.4094848 ], [ 119.9826981, 30.4092039 ], [ 119.9824025, 30.408821 ], [ 119.9822128, 30.4084815 ], [ 119.9821373, 30.4083164 ], [ 119.9821096, 30.4081327 ], [ 119.9821091, 30.4072335 ], [ 119.9821203, 30.4070862 ], [ 119.9822289, 30.4069936 ], [ 119.9823399, 30.4069008 ], [ 119.9824501, 30.4067547 ], [ 119.9824753, 30.406636 ], [ 119.9824667, 30.4065369 ], [ 119.9824025, 30.4064025 ], [ 119.9812575, 30.404236 ], [ 119.9810698, 30.4038373 ], [ 119.9809867, 30.4036024 ], [ 119.9809777, 30.4032557 ], [ 119.9809642, 30.402728 ], [ 119.9809857, 30.4024074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0069914, 30.4189625 ], [ 120.0065765, 30.4188237 ], [ 120.0060688, 30.418576 ], [ 120.0052738, 30.4184319 ], [ 120.00349, 30.4181439 ], [ 120.0030089, 30.4181093 ], [ 120.0016252, 30.4181795 ], [ 120.0012508, 30.4181984 ], [ 120.0010782, 30.4182072 ], [ 119.9987332, 30.4182764 ], [ 119.9971384, 30.4183283 ], [ 119.9944565, 30.4184408 ], [ 119.993216, 30.4184634 ], [ 119.9919676, 30.4184628 ], [ 119.9911693, 30.4184249 ], [ 119.9901058, 30.4183342 ], [ 119.9869666, 30.4180815 ], [ 119.9861219, 30.4179911 ], [ 119.9833749, 30.4177576 ], [ 119.9829711, 30.4177196 ], [ 119.9817973, 30.4176159 ], [ 119.9815356, 30.4175123 ], [ 119.9814349, 30.4174212 ], [ 119.9813611, 30.4173462 ], [ 119.9812826, 30.41723 ], [ 119.9812961, 30.4170953 ], [ 119.9813495, 30.4169513 ], [ 119.9815032, 30.4148311 ], [ 119.98155, 30.4140533 ], [ 119.9816101, 30.4136212 ], [ 119.9816207, 30.4135625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9816207, 30.4135625 ], [ 119.9816101, 30.4136212 ], [ 119.98155, 30.4140533 ], [ 119.9815032, 30.4148311 ], [ 119.9813495, 30.4169513 ], [ 119.9812961, 30.4170953 ], [ 119.9812826, 30.41723 ], [ 119.9813611, 30.4173462 ], [ 119.9814349, 30.4174212 ], [ 119.9815356, 30.4175123 ], [ 119.9817973, 30.4176159 ], [ 119.9829711, 30.4177196 ], [ 119.9833749, 30.4177576 ], [ 119.9861219, 30.4179911 ], [ 119.9869666, 30.4180815 ], [ 119.9901058, 30.4183342 ], [ 119.9911693, 30.4184249 ], [ 119.9919676, 30.4184628 ], [ 119.993216, 30.4184634 ], [ 119.9944565, 30.4184408 ], [ 119.9971384, 30.4183283 ], [ 119.9987332, 30.4182764 ], [ 120.0010782, 30.4182072 ], [ 120.0012508, 30.4181984 ], [ 120.0016252, 30.4181795 ], [ 120.0030089, 30.4181093 ], [ 120.00349, 30.4181439 ], [ 120.0052738, 30.4184319 ], [ 120.0060688, 30.418576 ], [ 120.0065765, 30.4188237 ], [ 120.0069914, 30.4189625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595633, 30.393981 ], [ 120.0595729, 30.393917 ], [ 120.0595828, 30.3938556 ], [ 120.0595931, 30.3937938 ], [ 120.0596846, 30.393686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0599627, 30.3940191 ], [ 120.0596846, 30.393686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0595633, 30.393981 ], [ 120.0596417, 30.3939506 ], [ 120.0596997, 30.393929 ], [ 120.059748, 30.3939196 ], [ 120.0598045, 30.3939286 ], [ 120.0598739, 30.3939672 ], [ 120.0599627, 30.3940191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0599627, 30.3940191 ], [ 120.0598739, 30.3939672 ], [ 120.0598045, 30.3939286 ], [ 120.059748, 30.3939196 ], [ 120.0596997, 30.393929 ], [ 120.0596417, 30.3939506 ], [ 120.0595633, 30.393981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0597541, 30.3936442 ], [ 120.0598405, 30.3937468 ], [ 120.0618258, 30.3962773 ], [ 120.0621612, 30.3967275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650065, 30.4007685 ], [ 120.0634947, 30.398752 ], [ 120.0620068, 30.3966971 ], [ 120.0599627, 30.3940191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621612, 30.3967275 ], [ 120.0636357, 30.398707 ], [ 120.0650887, 30.400725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650887, 30.400725 ], [ 120.0650065, 30.4007685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650065, 30.4007685 ], [ 120.0650887, 30.400725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638242, 30.4040753 ], [ 120.0637817, 30.4035139 ], [ 120.0638096, 30.4031971 ], [ 120.064217, 30.4016936 ], [ 120.0643611, 30.4014213 ], [ 120.0645019, 30.4012418 ], [ 120.0650065, 30.4007685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594448, 30.3789119 ], [ 120.0620482, 30.3806982 ], [ 120.0624424, 30.380979 ], [ 120.0658821, 30.3833783 ], [ 120.0679207, 30.384807 ], [ 120.0699789, 30.3862308 ], [ 120.0719565, 30.3876251 ], [ 120.0728301, 30.3882116 ], [ 120.0738085, 30.3888854 ], [ 120.0759848, 30.3903476 ], [ 120.0780444, 30.3918203 ], [ 120.0788775, 30.392396 ], [ 120.0803305, 30.3933905 ], [ 120.0816627, 30.3943866 ], [ 120.0823252, 30.3948591 ], [ 120.0838687, 30.3958567 ], [ 120.0847031, 30.3964377 ], [ 120.0860136, 30.3972016 ], [ 120.08717, 30.397783 ], [ 120.0882905, 30.398285 ], [ 120.0893314, 30.3986693 ], [ 120.0904537, 30.3990402 ], [ 120.0914391, 30.3993005 ], [ 120.0924991, 30.3995505 ], [ 120.0932192, 30.399675 ], [ 120.0935794, 30.3997333 ], [ 120.0945039, 30.3998555 ], [ 120.0959614, 30.399983 ], [ 120.0968824, 30.4000242 ], [ 120.0971087, 30.4000231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0858052, 30.39967 ], [ 120.0858926, 30.3989174 ], [ 120.0859697, 30.3985781 ], [ 120.0859777, 30.3984864 ], [ 120.0860076, 30.3981454 ], [ 120.0860091, 30.3981282 ], [ 120.0860114, 30.3975672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0860114, 30.3975672 ], [ 120.0860091, 30.3981282 ], [ 120.0860076, 30.3981454 ], [ 120.0859777, 30.3984864 ], [ 120.0859697, 30.3985781 ], [ 120.0858926, 30.3989174 ], [ 120.0858052, 30.39967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0858052, 30.39967 ], [ 120.0855943, 30.3997949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0855943, 30.3997949 ], [ 120.0858052, 30.39967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0858052, 30.39967 ], [ 120.0857631, 30.400031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857631, 30.400031 ], [ 120.0858052, 30.39967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857631, 30.400031 ], [ 120.0855943, 30.3997949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0855943, 30.3997949 ], [ 120.0857631, 30.400031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "西南山北路", "良塘线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821076, 30.4295709 ], [ 120.0821843, 30.4295054 ], [ 120.082254, 30.4293762 ], [ 120.0822714, 30.4292353 ], [ 120.0823007, 30.4289984 ], [ 120.0827166, 30.4256339 ], [ 120.082768, 30.4252223 ], [ 120.0827792, 30.4251479 ], [ 120.0828141, 30.4248935 ], [ 120.0828845, 30.4244274 ], [ 120.0830192, 30.42417 ], [ 120.0832525, 30.4241391 ], [ 120.0841677, 30.4244795 ], [ 120.0852264, 30.4246188 ], [ 120.085711, 30.4246033 ], [ 120.0859622, 30.424464 ], [ 120.0860878, 30.4242629 ], [ 120.0865185, 30.4230083 ], [ 120.0865703, 30.4229297 ], [ 120.0866942, 30.4227416 ], [ 120.086804, 30.4225749 ], [ 120.0868235, 30.4225453 ], [ 120.086985, 30.4223132 ], [ 120.0872563, 30.4218954 ], [ 120.08728, 30.421859 ], [ 120.0873685, 30.4217572 ], [ 120.0877444, 30.4210569 ], [ 120.0881008, 30.4201834 ], [ 120.0882226, 30.4198865 ], [ 120.0885987, 30.4189693 ], [ 120.0893851, 30.4189438 ], [ 120.0896266, 30.4189306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721104, 30.3809985 ], [ 120.0733231, 30.3812211 ], [ 120.073385, 30.3811899 ], [ 120.0734315, 30.3809406 ], [ 120.0736895, 30.3799523 ], [ 120.0736585, 30.3798811 ], [ 120.0723759, 30.3796989 ], [ 120.0703502, 30.3794405 ], [ 120.0694343, 30.3793406 ], [ 120.0697373, 30.3783214 ], [ 120.0700437, 30.3772463 ], [ 120.0702424, 30.3765922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0702424, 30.3765922 ], [ 120.0700437, 30.3772463 ], [ 120.0697373, 30.3783214 ], [ 120.0694343, 30.3793406 ], [ 120.0703502, 30.3794405 ], [ 120.0723759, 30.3796989 ], [ 120.0736585, 30.3798811 ], [ 120.0736895, 30.3799523 ], [ 120.0734315, 30.3809406 ], [ 120.073385, 30.3811899 ], [ 120.0733231, 30.3812211 ], [ 120.0721104, 30.3809985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0860114, 30.3975672 ], [ 120.0854889, 30.3972854 ], [ 120.0844004, 30.3966241 ], [ 120.08352, 30.3960498 ], [ 120.0829283, 30.3956843 ], [ 120.0821342, 30.3950747 ], [ 120.0813416, 30.3944955 ], [ 120.0794493, 30.3931545 ], [ 120.0788175, 30.3927067 ], [ 120.0778077, 30.3920248 ], [ 120.0755435, 30.3904935 ], [ 120.0750952, 30.3901871 ], [ 120.0736847, 30.3892058 ], [ 120.0726985, 30.3885087 ], [ 120.0703509, 30.3867998 ], [ 120.0687707, 30.385716 ], [ 120.0675109, 30.3848308 ], [ 120.0662439, 30.3839686 ], [ 120.0658906, 30.3837282 ], [ 120.0642606, 30.3825815 ], [ 120.0627056, 30.381467 ], [ 120.0615445, 30.3806697 ], [ 120.0598308, 30.3796168 ], [ 120.0591931, 30.3791775 ], [ 120.0584705, 30.3786876 ], [ 120.0577639, 30.3781803 ], [ 120.0577215, 30.3781499 ], [ 120.0570991, 30.377703 ], [ 120.0566691, 30.3773884 ], [ 120.0557713, 30.3767315 ], [ 120.0551417, 30.3762948 ], [ 120.0544491, 30.3757222 ], [ 120.0538452, 30.3751196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621612, 30.3967275 ], [ 120.0627627, 30.3958217 ], [ 120.0629191, 30.3957283 ], [ 120.0631116, 30.3957283 ], [ 120.0683916, 30.3970554 ], [ 120.0697498, 30.3974036 ], [ 120.0707747, 30.3976663 ], [ 120.0714901, 30.3978443 ], [ 120.0750872, 30.3986991 ], [ 120.0762032, 30.3988916 ], [ 120.0777192, 30.3990185 ], [ 120.0797014, 30.3991845 ], [ 120.0810098, 30.3992941 ], [ 120.0816403, 30.3993469 ], [ 120.0847104, 30.399604 ], [ 120.0850449, 30.399632 ], [ 120.0853711, 30.3996764 ], [ 120.0855943, 30.3997949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0855943, 30.3997949 ], [ 120.0853711, 30.3996764 ], [ 120.0850449, 30.399632 ], [ 120.0847104, 30.399604 ], [ 120.0816403, 30.3993469 ], [ 120.0810098, 30.3992941 ], [ 120.0797014, 30.3991845 ], [ 120.0777192, 30.3990185 ], [ 120.0762032, 30.3988916 ], [ 120.0750872, 30.3986991 ], [ 120.0714901, 30.3978443 ], [ 120.0707747, 30.3976663 ], [ 120.0697498, 30.3974036 ], [ 120.0683916, 30.3970554 ], [ 120.0631116, 30.3957283 ], [ 120.0629191, 30.3957283 ], [ 120.0627627, 30.3958217 ], [ 120.0621612, 30.3967275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650887, 30.400725 ], [ 120.0686578, 30.4055352 ], [ 120.0691811, 30.4062168 ], [ 120.0702013, 30.4076133 ], [ 120.0716804, 30.4096331 ], [ 120.0725227, 30.4109903 ], [ 120.0727296, 30.4113261 ], [ 120.0731439, 30.4120333 ], [ 120.0736711, 30.4129789 ], [ 120.0744874, 30.4144431 ], [ 120.0751274, 30.4155911 ], [ 120.0758142, 30.4168413 ], [ 120.0760121, 30.4171976 ], [ 120.0764153, 30.4179253 ], [ 120.0770729, 30.4190912 ], [ 120.0773711, 30.4196324 ], [ 120.0775744, 30.4200018 ], [ 120.077914, 30.4206187 ], [ 120.0780034, 30.4207843 ], [ 120.0787393, 30.4220806 ], [ 120.0789541, 30.422487 ], [ 120.0792395, 30.4229851 ], [ 120.0795793, 30.4236006 ], [ 120.0804743, 30.4252405 ], [ 120.0810901, 30.426339 ], [ 120.0814808, 30.4271115 ], [ 120.0816851, 30.4276034 ], [ 120.0818767, 30.4282071 ], [ 120.0819818, 30.4286861 ], [ 120.0820942, 30.4294257 ], [ 120.0821076, 30.4295709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0820017, 30.4295721 ], [ 120.0819135, 30.4288856 ], [ 120.0818129, 30.4283857 ], [ 120.0816712, 30.4278951 ], [ 120.0814693, 30.4273497 ], [ 120.0811455, 30.4266353 ], [ 120.0807118, 30.4258458 ], [ 120.0801763, 30.4248523 ], [ 120.0798269, 30.4242628 ], [ 120.0794688, 30.4236113 ], [ 120.0791149, 30.4229769 ], [ 120.0786354, 30.4221132 ], [ 120.077876, 30.420767 ], [ 120.0777935, 30.4206233 ], [ 120.07695, 30.4190794 ], [ 120.076296, 30.4179086 ], [ 120.0759037, 30.4172216 ], [ 120.0756669, 30.4167991 ], [ 120.0744959, 30.4146565 ], [ 120.0734145, 30.4127282 ], [ 120.0727535, 30.4115601 ], [ 120.0726184, 30.4113214 ], [ 120.0718849, 30.4101157 ], [ 120.0715832, 30.4096893 ], [ 120.0704142, 30.408037 ], [ 120.0701329, 30.4076641 ], [ 120.0691452, 30.4063551 ], [ 120.0686118, 30.4056233 ], [ 120.0678403, 30.4045697 ], [ 120.0671476, 30.4036562 ], [ 120.0650065, 30.4007685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683324, 30.4363422 ], [ 120.0726515, 30.4373251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0726184, 30.4374073 ], [ 120.0683284, 30.43643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0726515, 30.4373251 ], [ 120.0729028, 30.4373823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650065, 30.4007685 ], [ 120.0645019, 30.4012418 ], [ 120.0643611, 30.4014213 ], [ 120.064217, 30.4016936 ], [ 120.0638096, 30.4031971 ], [ 120.0637817, 30.4035139 ], [ 120.0638242, 30.4040753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良吴线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638242, 30.4040753 ], [ 120.0635838, 30.4040608 ], [ 120.0633189, 30.4040237 ], [ 120.0629445, 30.4039598 ], [ 120.0611108, 30.4036466 ], [ 120.0585217, 30.4032043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良吴线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0585217, 30.4032043 ], [ 120.0611108, 30.4036466 ], [ 120.0629445, 30.4039598 ], [ 120.0633189, 30.4040237 ], [ 120.0635838, 30.4040608 ], [ 120.0638242, 30.4040753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638242, 30.4040753 ], [ 120.0641064, 30.4049333 ], [ 120.0645061, 30.4060327 ], [ 120.0649136, 30.4071536 ], [ 120.0649521, 30.40735 ], [ 120.0649646, 30.4075077 ], [ 120.0649377, 30.4098412 ], [ 120.0649302, 30.4104896 ], [ 120.0649136, 30.4119345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649136, 30.4119345 ], [ 120.0649302, 30.4104896 ], [ 120.0649377, 30.4098412 ], [ 120.0649646, 30.4075077 ], [ 120.0649521, 30.40735 ], [ 120.0649136, 30.4071536 ], [ 120.0645061, 30.4060327 ], [ 120.0641064, 30.4049333 ], [ 120.0638242, 30.4040753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617538, 30.4150617 ], [ 120.0612884, 30.4174061 ], [ 120.060416, 30.4217253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060416, 30.4217253 ], [ 120.0612884, 30.4174061 ], [ 120.0617538, 30.4150617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060416, 30.4217253 ], [ 120.0604575, 30.4218954 ], [ 120.0611326, 30.4220409 ], [ 120.0609638, 30.4228022 ], [ 120.0621322, 30.4231828 ], [ 120.0619764, 30.4239105 ], [ 120.0629112, 30.4242127 ], [ 120.0636382, 30.4243359 ], [ 120.0635213, 30.4248172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0635213, 30.4248172 ], [ 120.0636382, 30.4243359 ], [ 120.0629112, 30.4242127 ], [ 120.0619764, 30.4239105 ], [ 120.0621322, 30.4231828 ], [ 120.0609638, 30.4228022 ], [ 120.0611326, 30.4220409 ], [ 120.0604575, 30.4218954 ], [ 120.060416, 30.4217253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645291, 30.450981 ], [ 120.0658573, 30.4487475 ], [ 120.0665277, 30.4476378 ], [ 120.0675432, 30.4460186 ], [ 120.0676112, 30.4458881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "西南山北路", "良塘线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0896266, 30.4189306 ], [ 120.0893851, 30.4189438 ], [ 120.0885987, 30.4189693 ], [ 120.0882226, 30.4198865 ], [ 120.0881008, 30.4201834 ], [ 120.0877444, 30.4210569 ], [ 120.0873685, 30.4217572 ], [ 120.08728, 30.421859 ], [ 120.0872563, 30.4218954 ], [ 120.086985, 30.4223132 ], [ 120.0868235, 30.4225453 ], [ 120.086804, 30.4225749 ], [ 120.0866942, 30.4227416 ], [ 120.0865703, 30.4229297 ], [ 120.0865185, 30.4230083 ], [ 120.0860878, 30.4242629 ], [ 120.0859622, 30.424464 ], [ 120.085711, 30.4246033 ], [ 120.0852264, 30.4246188 ], [ 120.0841677, 30.4244795 ], [ 120.0832525, 30.4241391 ], [ 120.0830192, 30.42417 ], [ 120.0828845, 30.4244274 ], [ 120.0828141, 30.4248935 ], [ 120.0827792, 30.4251479 ], [ 120.082768, 30.4252223 ], [ 120.0827166, 30.4256339 ], [ 120.0823007, 30.4289984 ], [ 120.0822714, 30.4292353 ], [ 120.082254, 30.4293762 ], [ 120.0821843, 30.4295054 ], [ 120.0821076, 30.4295709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0820017, 30.4295721 ], [ 120.0821076, 30.4295709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821076, 30.4295709 ], [ 120.0820017, 30.4295721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821076, 30.4295709 ], [ 120.0821325, 30.4298907 ], [ 120.0821508, 30.4305404 ], [ 120.0821311, 30.4309226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814685, 30.4354887 ], [ 120.0816277, 30.4341236 ], [ 120.0817171, 30.4333566 ], [ 120.0819715, 30.4315373 ], [ 120.0820248, 30.4308521 ], [ 120.0820464, 30.4303525 ], [ 120.0820227, 30.4298243 ], [ 120.0820017, 30.4295721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821311, 30.4309226 ], [ 120.081713, 30.4342582 ], [ 120.0816889, 30.4344367 ], [ 120.0815736, 30.4352893 ], [ 120.0815383, 30.435489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821311, 30.4309226 ], [ 120.0830481, 30.4314515 ], [ 120.08409, 30.4320701 ], [ 120.0846434, 30.4323314 ], [ 120.0857005, 30.4329048 ], [ 120.0862058, 30.4331919 ], [ 120.0862836, 30.4332361 ], [ 120.0880646, 30.4342479 ], [ 120.0888012, 30.4346663 ], [ 120.0902488, 30.4355186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0902488, 30.4355186 ], [ 120.0888012, 30.4346663 ], [ 120.0880646, 30.4342479 ], [ 120.0862836, 30.4332361 ], [ 120.0862058, 30.4331919 ], [ 120.0857005, 30.4329048 ], [ 120.0846434, 30.4323314 ], [ 120.08409, 30.4320701 ], [ 120.0830481, 30.4314515 ], [ 120.0821311, 30.4309226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814685, 30.4354887 ], [ 120.0815383, 30.435489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815383, 30.435489 ], [ 120.0814685, 30.4354887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.081411, 30.4361267 ], [ 120.0814166, 30.4359522 ], [ 120.0814685, 30.4354887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.081411, 30.4361267 ], [ 120.0813426, 30.4362331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0813426, 30.4362331 ], [ 120.081411, 30.4361267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815383, 30.435489 ], [ 120.0815144, 30.4359751 ], [ 120.081539, 30.4362931 ], [ 120.0815935, 30.4367725 ], [ 120.0816535, 30.4372196 ], [ 120.08171, 30.4373993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814685, 30.4354887 ], [ 120.0806335, 30.4354855 ], [ 120.0804491, 30.4356693 ], [ 120.0791605, 30.4358066 ], [ 120.0783462, 30.4359098 ], [ 120.077706, 30.4357961 ], [ 120.0767036, 30.4357803 ], [ 120.0766524, 30.4360264 ], [ 120.0765525, 30.4363571 ], [ 120.0763818, 30.4370384 ], [ 120.0763389, 30.4379449 ], [ 120.0763444, 30.4380511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763444, 30.4380511 ], [ 120.0763389, 30.4379449 ], [ 120.0763818, 30.4370384 ], [ 120.0765525, 30.4363571 ], [ 120.0766524, 30.4360264 ], [ 120.0767036, 30.4357803 ], [ 120.077706, 30.4357961 ], [ 120.0783462, 30.4359098 ], [ 120.0791605, 30.4358066 ], [ 120.0804491, 30.4356693 ], [ 120.0806335, 30.4354855 ], [ 120.0814685, 30.4354887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815992, 30.4374121 ], [ 120.0814942, 30.4368603 ], [ 120.081411, 30.4361267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0811498, 30.4374499 ], [ 120.0812435, 30.4365359 ], [ 120.0813426, 30.4362331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0813426, 30.4362331 ], [ 120.0813276, 30.436378 ], [ 120.0811998, 30.4374507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.08171, 30.4373993 ], [ 120.0815992, 30.4374121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815992, 30.4374121 ], [ 120.08171, 30.4373993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0811998, 30.4374507 ], [ 120.0814301, 30.4374353 ], [ 120.0815992, 30.4374121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815992, 30.4374121 ], [ 120.0814301, 30.4374353 ], [ 120.0811998, 30.4374507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0811498, 30.4374499 ], [ 120.0811998, 30.4374507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0811998, 30.4374507 ], [ 120.0811498, 30.4374499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0729028, 30.4373823 ], [ 120.073045, 30.4373934 ], [ 120.0731316, 30.4374119 ], [ 120.0731973, 30.4374259 ], [ 120.0763468, 30.4380978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763508, 30.4381749 ], [ 120.0747031, 30.4378386 ], [ 120.0731645, 30.4375246 ], [ 120.0730986, 30.4375112 ], [ 120.0728664, 30.4374638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763444, 30.4380511 ], [ 120.076404, 30.4380856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763468, 30.4380978 ], [ 120.0763444, 30.4380511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763468, 30.4380978 ], [ 120.076404, 30.4380856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0726184, 30.4374073 ], [ 120.0726515, 30.4373251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0729028, 30.4373823 ], [ 120.0728664, 30.4374638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728664, 30.4374638 ], [ 120.0726184, 30.4374073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681557, 30.4398096 ], [ 120.0681586, 30.4378346 ], [ 120.0681587, 30.4377871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683071, 30.437779 ], [ 120.0683078, 30.4379 ], [ 120.0683107, 30.4384347 ], [ 120.0683184, 30.4398438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722429, 30.4406694 ], [ 120.0723172, 30.4389029 ], [ 120.0724976, 30.4377071 ], [ 120.0726184, 30.4374073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728664, 30.4374638 ], [ 120.0726096, 30.4383425 ], [ 120.0725279, 30.4389243 ], [ 120.0724889, 30.4405224 ], [ 120.0724836, 30.4407216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681557, 30.4398096 ], [ 120.0683184, 30.4398438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681555, 30.4399241 ], [ 120.0681557, 30.4398096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683184, 30.4398438 ], [ 120.0683191, 30.4399587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763508, 30.4381749 ], [ 120.0763468, 30.4380978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.076404, 30.4380856 ], [ 120.0764104, 30.438201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.076404, 30.4380856 ], [ 120.0769001, 30.4382288 ], [ 120.077285, 30.4382694 ], [ 120.0776926, 30.4382696 ], [ 120.0780366, 30.438207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764104, 30.438201 ], [ 120.0763508, 30.4381749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0780257, 30.4383042 ], [ 120.0775873, 30.4383712 ], [ 120.0772266, 30.4383712 ], [ 120.0768065, 30.4382972 ], [ 120.0764104, 30.438201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809791, 30.4393332 ], [ 120.0809409, 30.4391987 ], [ 120.0810093, 30.4385137 ], [ 120.0811384, 30.4375611 ], [ 120.0811498, 30.4374499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0811998, 30.4374507 ], [ 120.0811955, 30.4375248 ], [ 120.081149, 30.4380424 ], [ 120.0811294, 30.43826 ], [ 120.0810814, 30.4385888 ], [ 120.0810153, 30.4391842 ], [ 120.0809791, 30.4393332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.08171, 30.4373993 ], [ 120.0818339, 30.4377934 ], [ 120.0819587, 30.4382261 ], [ 120.0822554, 30.4388347 ], [ 120.0824869, 30.439172 ], [ 120.0826532, 30.4393859 ], [ 120.0830281, 30.4398403 ], [ 120.0836108, 30.4404456 ], [ 120.0842512, 30.4409421 ], [ 120.0852058, 30.4415 ], [ 120.0862445, 30.4419265 ], [ 120.0872446, 30.4422579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764466, 30.4416006 ], [ 120.0764938, 30.4409273 ], [ 120.0763508, 30.4381749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871798, 30.4423946 ], [ 120.0869976, 30.4423246 ], [ 120.0852533, 30.4416296 ], [ 120.0843444, 30.4411253 ], [ 120.0837779, 30.4407089 ], [ 120.083277, 30.4402322 ], [ 120.0831454, 30.4401261 ], [ 120.0825937, 30.439472 ], [ 120.0824359, 30.4392183 ], [ 120.0823432, 30.4390841 ], [ 120.0820441, 30.438615 ], [ 120.0817742, 30.4380218 ], [ 120.0815992, 30.4374121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764104, 30.438201 ], [ 120.0765668, 30.4410149 ], [ 120.0765266, 30.4416178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809791, 30.4393332 ], [ 120.0809793, 30.4393835 ], [ 120.0809216, 30.4398187 ], [ 120.0809486, 30.4401449 ], [ 120.0810148, 30.4402591 ], [ 120.0811198, 30.44044 ], [ 120.0812524, 30.4405815 ], [ 120.0815132, 30.4407913 ], [ 120.0816703, 30.4409081 ], [ 120.0817736, 30.441002 ], [ 120.081889, 30.44111 ], [ 120.0819443, 30.4412099 ], [ 120.0819528, 30.441263 ], [ 120.081957, 30.441327 ], [ 120.0818913, 30.4417217 ], [ 120.0818763, 30.4418121 ], [ 120.0818219, 30.4422491 ], [ 120.0817615, 30.4427342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817615, 30.4427342 ], [ 120.0818219, 30.4422491 ], [ 120.0818763, 30.4418121 ], [ 120.0818913, 30.4417217 ], [ 120.081957, 30.441327 ], [ 120.0819528, 30.441263 ], [ 120.0819443, 30.4412099 ], [ 120.081889, 30.44111 ], [ 120.0817736, 30.441002 ], [ 120.0816703, 30.4409081 ], [ 120.0815132, 30.4407913 ], [ 120.0812524, 30.4405815 ], [ 120.0811198, 30.44044 ], [ 120.0810148, 30.4402591 ], [ 120.0809486, 30.4401449 ], [ 120.0809216, 30.4398187 ], [ 120.0809793, 30.4393835 ], [ 120.0809791, 30.4393332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764466, 30.4416006 ], [ 120.0765266, 30.4416178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763727, 30.4416949 ], [ 120.0764466, 30.4416006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765266, 30.4416178 ], [ 120.0764861, 30.4417194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764861, 30.4417194 ], [ 120.0763727, 30.4416949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765266, 30.4416178 ], [ 120.0769801, 30.4417168 ], [ 120.0791448, 30.4421805 ], [ 120.0797596, 30.4423182 ], [ 120.081427, 30.4426759 ], [ 120.0817615, 30.4427342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817456, 30.4428623 ], [ 120.0797657, 30.4424372 ], [ 120.0791328, 30.4422911 ], [ 120.0764861, 30.4417194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817456, 30.4428623 ], [ 120.0817615, 30.4427342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安许线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0247668, 30.4032646 ], [ 120.0253578, 30.403432 ], [ 120.0258529, 30.4035722 ], [ 120.02658, 30.4037335 ], [ 120.027756, 30.4041059 ], [ 120.028067, 30.4041621 ], [ 120.0281253, 30.4041726 ], [ 120.0286679, 30.4042707 ], [ 120.028977, 30.4043265 ], [ 120.029384, 30.4044669 ], [ 120.0295817, 30.404487 ], [ 120.0305045, 30.4044774 ], [ 120.0305469, 30.404477 ], [ 120.033361, 30.4047477 ], [ 120.0345355, 30.4048882 ], [ 120.0345822, 30.4044349 ], [ 120.0345729, 30.4042268 ], [ 120.0345701, 30.4041636 ], [ 120.0347456, 30.4029792 ], [ 120.0348907, 30.4024 ], [ 120.0348837, 30.4023551 ], [ 120.0348475, 30.4020624 ], [ 120.0348302, 30.4019983 ], [ 120.0348363, 30.4019044 ], [ 120.0350178, 30.401153 ], [ 120.0350601, 30.400913 ], [ 120.035163, 30.4000051 ], [ 120.0351993, 30.3997912 ], [ 120.0352839, 30.3997077 ], [ 120.0354291, 30.3996556 ], [ 120.0356288, 30.3995355 ], [ 120.0357558, 30.3995147 ], [ 120.0366814, 30.3994782 ], [ 120.0367842, 30.3994416 ], [ 120.036833, 30.3993858 ], [ 120.0368565, 30.3992499 ], [ 120.0368568, 30.3991651 ], [ 120.0369964, 30.3980045 ], [ 120.0370746, 30.3973545 ], [ 120.0371532, 30.3972658 ], [ 120.0372319, 30.3972449 ], [ 120.0381756, 30.3973076 ], [ 120.0382905, 30.3972919 ], [ 120.0383692, 30.3972241 ], [ 120.0384426, 30.3969092 ], [ 120.0384718, 30.3964583 ], [ 120.0385311, 30.3952576 ], [ 120.0385964, 30.3939359 ], [ 120.0385851, 30.3937355 ], [ 120.0385366, 30.3933601 ], [ 120.0384481, 30.3926748 ], [ 120.0382635, 30.3914931 ], [ 120.0381013, 30.3904555 ], [ 120.038028, 30.3899866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安许线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.038028, 30.3899866 ], [ 120.0381013, 30.3904555 ], [ 120.0382635, 30.3914931 ], [ 120.0384481, 30.3926748 ], [ 120.0385366, 30.3933601 ], [ 120.0385851, 30.3937355 ], [ 120.0385964, 30.3939359 ], [ 120.0385311, 30.3952576 ], [ 120.0384718, 30.3964583 ], [ 120.0384426, 30.3969092 ], [ 120.0383692, 30.3972241 ], [ 120.0382905, 30.3972919 ], [ 120.0381756, 30.3973076 ], [ 120.0372319, 30.3972449 ], [ 120.0371532, 30.3972658 ], [ 120.0370746, 30.3973545 ], [ 120.0369964, 30.3980045 ], [ 120.0368568, 30.3991651 ], [ 120.0368565, 30.3992499 ], [ 120.036833, 30.3993858 ], [ 120.0367842, 30.3994416 ], [ 120.0366814, 30.3994782 ], [ 120.0357558, 30.3995147 ], [ 120.0356288, 30.3995355 ], [ 120.0354291, 30.3996556 ], [ 120.0352839, 30.3997077 ], [ 120.0351993, 30.3997912 ], [ 120.035163, 30.4000051 ], [ 120.0350601, 30.400913 ], [ 120.0350178, 30.401153 ], [ 120.0348363, 30.4019044 ], [ 120.0348302, 30.4019983 ], [ 120.0348475, 30.4020624 ], [ 120.0348837, 30.4023551 ], [ 120.0348907, 30.4024 ], [ 120.0347456, 30.4029792 ], [ 120.0345701, 30.4041636 ], [ 120.0345729, 30.4042268 ], [ 120.0345822, 30.4044349 ], [ 120.0345355, 30.4048882 ], [ 120.033361, 30.4047477 ], [ 120.0305469, 30.404477 ], [ 120.0305045, 30.4044774 ], [ 120.0295817, 30.404487 ], [ 120.029384, 30.4044669 ], [ 120.028977, 30.4043265 ], [ 120.0286679, 30.4042707 ], [ 120.0281253, 30.4041726 ], [ 120.028067, 30.4041621 ], [ 120.027756, 30.4041059 ], [ 120.02658, 30.4037335 ], [ 120.0258529, 30.4035722 ], [ 120.0253578, 30.403432 ], [ 120.0247668, 30.4032646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0211358, 30.4037727 ], [ 120.0214291, 30.4037727 ], [ 120.0216651, 30.4037727 ], [ 120.0223909, 30.4037727 ], [ 120.0239552, 30.4037727 ], [ 120.0241375, 30.4037132 ], [ 120.0243053, 30.4036584 ], [ 120.0245229, 30.4035116 ], [ 120.0246031, 30.4034304 ], [ 120.0247668, 30.4032646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0247668, 30.4032646 ], [ 120.0246031, 30.4034304 ], [ 120.0245229, 30.4035116 ], [ 120.0243053, 30.4036584 ], [ 120.0241375, 30.4037132 ], [ 120.0239552, 30.4037727 ], [ 120.0223909, 30.4037727 ], [ 120.0216651, 30.4037727 ], [ 120.0214291, 30.4037727 ], [ 120.0211358, 30.4037727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0138677, 30.4092827 ], [ 120.0140733, 30.409354 ], [ 120.0149987, 30.4096407 ], [ 120.0177212, 30.4108775 ], [ 120.0180294, 30.4110158 ], [ 120.0207849, 30.4122537 ], [ 120.0210943, 30.4123892 ], [ 120.0218488, 30.4127295 ], [ 120.0242113, 30.4138331 ], [ 120.0249935, 30.4141985 ], [ 120.0255468, 30.4144433 ], [ 120.0258453, 30.4145375 ], [ 120.0263629, 30.4146903 ], [ 120.0266533, 30.414776 ], [ 120.0301144, 30.4157693 ], [ 120.030941, 30.4160065 ], [ 120.0351578, 30.4172352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351578, 30.4172352 ], [ 120.030941, 30.4160065 ], [ 120.0301144, 30.4157693 ], [ 120.0266533, 30.414776 ], [ 120.0263629, 30.4146903 ], [ 120.0258453, 30.4145375 ], [ 120.0255468, 30.4144433 ], [ 120.0249935, 30.4141985 ], [ 120.0242113, 30.4138331 ], [ 120.0218488, 30.4127295 ], [ 120.0210943, 30.4123892 ], [ 120.0207849, 30.4122537 ], [ 120.0180294, 30.4110158 ], [ 120.0177212, 30.4108775 ], [ 120.0149987, 30.4096407 ], [ 120.0140733, 30.409354 ], [ 120.0138677, 30.4092827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0414203, 30.4111955 ], [ 120.0390567, 30.4143943 ], [ 120.0381349, 30.4141255 ], [ 120.0371221, 30.413756 ], [ 120.0369923, 30.4138792 ], [ 120.0353108, 30.4169205 ], [ 120.0351888, 30.4171408 ], [ 120.0351578, 30.4172352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351578, 30.4172352 ], [ 120.0351888, 30.4171408 ], [ 120.0353108, 30.4169205 ], [ 120.0369923, 30.4138792 ], [ 120.0371221, 30.413756 ], [ 120.0381349, 30.4141255 ], [ 120.0390567, 30.4143943 ], [ 120.0414203, 30.4111955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0466965, 30.4199554 ], [ 120.0434464, 30.4192208 ], [ 120.0420059, 30.4189005 ], [ 120.0379876, 30.4180091 ], [ 120.0375731, 30.417899 ], [ 120.036357, 30.4175759 ], [ 120.0356509, 30.4173625 ], [ 120.0351578, 30.4172352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351578, 30.4172352 ], [ 120.0356509, 30.4173625 ], [ 120.036357, 30.4175759 ], [ 120.0375731, 30.417899 ], [ 120.0379876, 30.4180091 ], [ 120.0420059, 30.4189005 ], [ 120.0434464, 30.4192208 ], [ 120.0466965, 30.4199554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.00639, 30.4076014 ], [ 120.0063825, 30.4074542 ], [ 120.0063815, 30.4072869 ], [ 120.0063842, 30.4072366 ], [ 120.0063879, 30.4071672 ], [ 120.0064075, 30.4068006 ], [ 120.0064336, 30.4066855 ], [ 120.0064858, 30.4064551 ], [ 120.0065904, 30.406107 ], [ 120.0066617, 30.405816 ], [ 120.0066564, 30.4057743 ], [ 120.0066191, 30.4054833 ], [ 120.0065433, 30.4048822 ], [ 120.0064912, 30.4044612 ], [ 120.0064511, 30.4041374 ], [ 120.0063837, 30.4035923 ], [ 120.0063634, 30.4034282 ], [ 120.0063351, 30.4028101 ], [ 120.0063207, 30.402496 ], [ 120.0062997, 30.4020375 ], [ 120.0062835, 30.4016846 ], [ 120.0062782, 30.401569 ], [ 120.006273, 30.4014551 ], [ 120.006258, 30.4011281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.006258, 30.4011281 ], [ 120.006273, 30.4014551 ], [ 120.0062782, 30.401569 ], [ 120.0062835, 30.4016846 ], [ 120.0062997, 30.4020375 ], [ 120.0063207, 30.402496 ], [ 120.0063351, 30.4028101 ], [ 120.0063634, 30.4034282 ], [ 120.0063837, 30.4035923 ], [ 120.0064511, 30.4041374 ], [ 120.0064912, 30.4044612 ], [ 120.0065433, 30.4048822 ], [ 120.0066191, 30.4054833 ], [ 120.0066564, 30.4057743 ], [ 120.0066617, 30.405816 ], [ 120.0065904, 30.406107 ], [ 120.0064858, 30.4064551 ], [ 120.0064336, 30.4066855 ], [ 120.0064075, 30.4068006 ], [ 120.0063879, 30.4071672 ], [ 120.0063842, 30.4072366 ], [ 120.0063815, 30.4072869 ], [ 120.0063825, 30.4074542 ], [ 120.00639, 30.4076014 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "前山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9993102, 30.4023556 ], [ 119.999325, 30.4023903 ], [ 119.9997112, 30.4031896 ], [ 120.0005022, 30.4048759 ], [ 120.000591, 30.4050686 ], [ 120.0006057, 30.4051756 ], [ 120.0006063, 30.4054551 ], [ 120.0006077, 30.4061469 ], [ 120.0006102, 30.4074054 ], [ 120.0006111, 30.4078625 ], [ 120.0006299, 30.4079065 ], [ 120.0006527, 30.4079319 ], [ 120.0006969, 30.4079446 ], [ 120.0008971, 30.4079177 ], [ 120.002471, 30.4077065 ], [ 120.0032425, 30.4076029 ], [ 120.0033511, 30.4076005 ], [ 120.0044145, 30.4075769 ], [ 120.0046935, 30.4076374 ], [ 120.004972, 30.4076761 ], [ 120.0063951, 30.4077799 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "前山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0063951, 30.4077799 ], [ 120.004972, 30.4076761 ], [ 120.0046935, 30.4076374 ], [ 120.0044145, 30.4075769 ], [ 120.0033511, 30.4076005 ], [ 120.0032425, 30.4076029 ], [ 120.002471, 30.4077065 ], [ 120.0008971, 30.4079177 ], [ 120.0006969, 30.4079446 ], [ 120.0006527, 30.4079319 ], [ 120.0006299, 30.4079065 ], [ 120.0006111, 30.4078625 ], [ 120.0006102, 30.4074054 ], [ 120.0006077, 30.4061469 ], [ 120.0006063, 30.4054551 ], [ 120.0006057, 30.4051756 ], [ 120.000591, 30.4050686 ], [ 120.0005022, 30.4048759 ], [ 119.9997112, 30.4031896 ], [ 119.999325, 30.4023903 ], [ 119.9993102, 30.4023556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0138677, 30.4092827 ], [ 120.0139397, 30.4091284 ], [ 120.0140188, 30.4089769 ], [ 120.0141253, 30.4087746 ], [ 120.0155255, 30.4066612 ], [ 120.0158933, 30.4062578 ], [ 120.0163959, 30.4057066 ], [ 120.0165662, 30.4055923 ], [ 120.0167365, 30.405527 ], [ 120.016973, 30.4054373 ], [ 120.017219, 30.4053965 ], [ 120.0178056, 30.4052414 ], [ 120.0188936, 30.4048824 ], [ 120.0194139, 30.4046295 ], [ 120.0198397, 30.4045397 ], [ 120.0203222, 30.4044255 ], [ 120.0205398, 30.4042867 ], [ 120.0207782, 30.4039876 ], [ 120.020852, 30.4038951 ], [ 120.0210034, 30.403789 ], [ 120.0211358, 30.4037727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0211358, 30.4037727 ], [ 120.0210034, 30.403789 ], [ 120.020852, 30.4038951 ], [ 120.0207782, 30.4039876 ], [ 120.0205398, 30.4042867 ], [ 120.0203222, 30.4044255 ], [ 120.0198397, 30.4045397 ], [ 120.0194139, 30.4046295 ], [ 120.0188936, 30.4048824 ], [ 120.0178056, 30.4052414 ], [ 120.017219, 30.4053965 ], [ 120.016973, 30.4054373 ], [ 120.0167365, 30.405527 ], [ 120.0165662, 30.4055923 ], [ 120.0163959, 30.4057066 ], [ 120.0158933, 30.4062578 ], [ 120.0155255, 30.4066612 ], [ 120.0141253, 30.4087746 ], [ 120.0140188, 30.4089769 ], [ 120.0139397, 30.4091284 ], [ 120.0138677, 30.4092827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.00639, 30.4076014 ], [ 120.0063951, 30.4077799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0063951, 30.4077799 ], [ 120.00639, 30.4076014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.00639, 30.4076014 ], [ 120.0076793, 30.4078543 ], [ 120.0087302, 30.4080495 ], [ 120.0089493, 30.40809 ], [ 120.0094417, 30.4082016 ], [ 120.0107465, 30.4084974 ], [ 120.0118093, 30.4087092 ], [ 120.0120617, 30.4087639 ], [ 120.0123125, 30.4088182 ], [ 120.0129925, 30.4090045 ], [ 120.0138677, 30.4092827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0138677, 30.4092827 ], [ 120.0129925, 30.4090045 ], [ 120.0123125, 30.4088182 ], [ 120.0120617, 30.4087639 ], [ 120.0118093, 30.4087092 ], [ 120.0107465, 30.4084974 ], [ 120.0094417, 30.4082016 ], [ 120.0089493, 30.40809 ], [ 120.0087302, 30.4080495 ], [ 120.0076793, 30.4078543 ], [ 120.00639, 30.4076014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0105151, 30.4139075 ], [ 120.0106457, 30.4131969 ], [ 120.0107413, 30.4128702 ], [ 120.0108601, 30.4124641 ], [ 120.010838, 30.4123089 ], [ 120.0107387, 30.4121298 ], [ 120.010449, 30.411814 ], [ 120.0102315, 30.4115868 ], [ 120.0100411, 30.4115404 ], [ 120.0099467, 30.4115222 ], [ 120.0097009, 30.4114728 ], [ 120.0094452, 30.4113604 ], [ 120.0092554, 30.4111715 ], [ 120.0088218, 30.4108341 ], [ 120.0087433, 30.4107801 ], [ 120.0085995, 30.4106811 ], [ 120.0083062, 30.4104793 ], [ 120.0078007, 30.410042 ], [ 120.0075951, 30.4098164 ], [ 120.0069992, 30.409268 ], [ 120.0066778, 30.4089875 ], [ 120.0065109, 30.4087096 ], [ 120.0064016, 30.4084714 ], [ 120.0063951, 30.4077799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0063951, 30.4077799 ], [ 120.0064016, 30.4084714 ], [ 120.0065109, 30.4087096 ], [ 120.0066778, 30.4089875 ], [ 120.0069992, 30.409268 ], [ 120.0075951, 30.4098164 ], [ 120.0078007, 30.410042 ], [ 120.0083062, 30.4104793 ], [ 120.0085995, 30.4106811 ], [ 120.0087433, 30.4107801 ], [ 120.0088218, 30.4108341 ], [ 120.0092554, 30.4111715 ], [ 120.0094452, 30.4113604 ], [ 120.0097009, 30.4114728 ], [ 120.0099467, 30.4115222 ], [ 120.0100411, 30.4115404 ], [ 120.0102315, 30.4115868 ], [ 120.010449, 30.411814 ], [ 120.0107387, 30.4121298 ], [ 120.010838, 30.4123089 ], [ 120.0108601, 30.4124641 ], [ 120.0107413, 30.4128702 ], [ 120.0106457, 30.4131969 ], [ 120.0105151, 30.4139075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0138677, 30.4092827 ], [ 120.0138168, 30.4095063 ], [ 120.0132536, 30.4115915 ], [ 120.012546, 30.4141652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安西线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.012546, 30.4141652 ], [ 120.0132536, 30.4115915 ], [ 120.0138168, 30.4095063 ], [ 120.0138677, 30.4092827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.012546, 30.4141652 ], [ 120.0119015, 30.4138851 ], [ 120.0116721, 30.413816 ], [ 120.0114082, 30.4138 ], [ 120.0108282, 30.4138666 ], [ 120.0106405, 30.4138897 ], [ 120.0105151, 30.4139075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0105151, 30.4139075 ], [ 120.0106405, 30.4138897 ], [ 120.0108282, 30.4138666 ], [ 120.0114082, 30.4138 ], [ 120.0116721, 30.413816 ], [ 120.0119015, 30.4138851 ], [ 120.012546, 30.4141652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0075832, 30.4187435 ], [ 120.007963, 30.4181987 ], [ 120.0081749, 30.4178948 ], [ 120.0094121, 30.4161202 ], [ 120.0097126, 30.4156892 ], [ 120.0098881, 30.4154274 ], [ 120.0099949, 30.415215 ], [ 120.0100245, 30.4151354 ], [ 120.0105056, 30.4140387 ], [ 120.0105087, 30.4139953 ], [ 120.0105151, 30.4139075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0105151, 30.4139075 ], [ 120.0105087, 30.4139953 ], [ 120.0105056, 30.4140387 ], [ 120.0100245, 30.4151354 ], [ 120.0099949, 30.415215 ], [ 120.0098881, 30.4154274 ], [ 120.0097126, 30.4156892 ], [ 120.0094121, 30.4161202 ], [ 120.0081749, 30.4178948 ], [ 120.007963, 30.4181987 ], [ 120.0075832, 30.4187435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0075832, 30.4187435 ], [ 120.0074835, 30.4188049 ], [ 120.0073111, 30.4188879 ], [ 120.0071652, 30.4189347 ], [ 120.0069914, 30.4189625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0069914, 30.4189625 ], [ 120.0071652, 30.4189347 ], [ 120.0073111, 30.4188879 ], [ 120.0074835, 30.4188049 ], [ 120.0075832, 30.4187435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474699, 30.4099232 ], [ 120.0506313, 30.4102656 ], [ 120.0515111, 30.4104947 ], [ 120.0542705, 30.4108701 ], [ 120.0551436, 30.4109245 ], [ 120.0551569, 30.4116957 ], [ 120.057489, 30.411833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057489, 30.411833 ], [ 120.0551569, 30.4116957 ], [ 120.0551436, 30.4109245 ], [ 120.0542705, 30.4108701 ], [ 120.0515111, 30.4104947 ], [ 120.0506313, 30.4102656 ], [ 120.0474699, 30.4099232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良小线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.057489, 30.411833 ], [ 120.0574053, 30.4126349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良小线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0574053, 30.4126349 ], [ 120.057489, 30.411833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良沈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0466965, 30.4199554 ], [ 120.0467213, 30.419603 ], [ 120.0467319, 30.4194526 ], [ 120.0469187, 30.4168009 ], [ 120.0469459, 30.4164107 ], [ 120.0469577, 30.4162402 ], [ 120.0471346, 30.4137002 ], [ 120.0471955, 30.4130146 ], [ 120.0472252, 30.4126792 ], [ 120.0474245, 30.4104351 ], [ 120.0474483, 30.410167 ], [ 120.0474699, 30.4099232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良沈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474699, 30.4099232 ], [ 120.0474483, 30.410167 ], [ 120.0474245, 30.4104351 ], [ 120.0472252, 30.4126792 ], [ 120.0471955, 30.4130146 ], [ 120.0471346, 30.4137002 ], [ 120.0469577, 30.4162402 ], [ 120.0469459, 30.4164107 ], [ 120.0469187, 30.4168009 ], [ 120.0467319, 30.4194526 ], [ 120.0467213, 30.419603 ], [ 120.0466965, 30.4199554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060416, 30.4217253 ], [ 120.0567976, 30.4210945 ], [ 120.056521, 30.421048 ], [ 120.0563091, 30.4210171 ], [ 120.0535507, 30.4208453 ], [ 120.0532674, 30.4208277 ], [ 120.0527645, 30.4207535 ], [ 120.0525761, 30.4207649 ], [ 120.051679, 30.4208196 ], [ 120.0510981, 30.4208904 ], [ 120.0509161, 30.4208716 ], [ 120.0491181, 30.4205201 ], [ 120.0480844, 30.4202815 ], [ 120.0466965, 30.4199554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "安上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0466965, 30.4199554 ], [ 120.0480844, 30.4202815 ], [ 120.0491181, 30.4205201 ], [ 120.0509161, 30.4208716 ], [ 120.0510981, 30.4208904 ], [ 120.051679, 30.4208196 ], [ 120.0525761, 30.4207649 ], [ 120.0527645, 30.4207535 ], [ 120.0532674, 30.4208277 ], [ 120.0535507, 30.4208453 ], [ 120.0563091, 30.4210171 ], [ 120.056521, 30.421048 ], [ 120.0567976, 30.4210945 ], [ 120.060416, 30.4217253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良沈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434493, 30.4289102 ], [ 120.0451786, 30.4257293 ], [ 120.0457276, 30.4247629 ], [ 120.0459458, 30.424301 ], [ 120.0460408, 30.4240246 ], [ 120.0461431, 30.4235817 ], [ 120.0463742, 30.4225809 ], [ 120.0465619, 30.421739 ], [ 120.0466277, 30.4213019 ], [ 120.0466965, 30.4199554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良沈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0466965, 30.4199554 ], [ 120.0466277, 30.4213019 ], [ 120.0465619, 30.421739 ], [ 120.0463742, 30.4225809 ], [ 120.0461431, 30.4235817 ], [ 120.0460408, 30.4240246 ], [ 120.0459458, 30.424301 ], [ 120.0457276, 30.4247629 ], [ 120.0451786, 30.4257293 ], [ 120.0434493, 30.4289102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0351578, 30.4172352 ], [ 120.0342228, 30.4189354 ], [ 120.0340696, 30.4191844 ], [ 120.0324395, 30.422184 ], [ 120.0284135, 30.4206401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0284135, 30.4206401 ], [ 120.0324395, 30.422184 ], [ 120.0340696, 30.4191844 ], [ 120.0342228, 30.4189354 ], [ 120.0351578, 30.4172352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0434493, 30.4289102 ], [ 120.042624, 30.428815 ], [ 120.0418971, 30.4287085 ], [ 120.039999, 30.4281642 ], [ 120.038948, 30.4279782 ], [ 120.0385342, 30.4278526 ], [ 120.0381245, 30.4277398 ], [ 120.0369416, 30.4274646 ], [ 120.0361229, 30.4274491 ], [ 120.035853, 30.4274569 ], [ 120.03561, 30.4274569 ], [ 120.0349622, 30.427325 ], [ 120.0332797, 30.4272707 ], [ 120.0327578, 30.4272319 ], [ 120.032272, 30.4271776 ], [ 120.0317231, 30.4269991 ], [ 120.0312912, 30.4268285 ], [ 120.028592, 30.4261845 ], [ 120.0284391, 30.4261147 ], [ 120.0281241, 30.4259052 ], [ 120.0260727, 30.4251139 ], [ 120.0247231, 30.4247337 ], [ 120.0224558, 30.4237949 ], [ 120.021727, 30.4234458 ], [ 120.02152, 30.4232673 ], [ 120.0214211, 30.423182 ], [ 120.021466, 30.422988 ], [ 120.0219249, 30.4219018 ], [ 120.0220239, 30.4216923 ], [ 120.0221678, 30.4214751 ], [ 120.0223476, 30.4212875 ], [ 120.0225197, 30.4211151 ], [ 120.0226376, 30.420912 ], [ 120.0227347, 30.4201251 ], [ 120.0227347, 30.4199466 ], [ 120.0226717, 30.4198225 ], [ 120.022475, 30.4195615 ], [ 120.0222668, 30.4193104 ], [ 120.021727, 30.419 ], [ 120.021592, 30.4189069 ], [ 120.0212032, 30.4181764 ], [ 120.020986, 30.4178486 ], [ 120.0206923, 30.4173008 ], [ 120.0204408, 30.4169968 ], [ 120.0199771, 30.4165974 ], [ 120.019733, 30.4163463 ], [ 120.0194452, 30.4160516 ], [ 120.0192842, 30.4159575 ], [ 120.0192197, 30.415944 ], [ 120.0191149, 30.4159411 ], [ 120.018926, 30.4159897 ], [ 120.0186593, 30.4160876 ], [ 120.0182073, 30.4161906 ], [ 120.0179682, 30.4162623 ], [ 120.0177194, 30.4163953 ], [ 120.0175466, 30.4164833 ], [ 120.0173983, 30.4164894 ], [ 120.0170498, 30.416302 ], [ 120.0165336, 30.4160224 ], [ 120.0150729, 30.4153227 ], [ 120.0146115, 30.4150348 ], [ 120.0144086, 30.4149275 ], [ 120.0135336, 30.4147273 ], [ 120.0132961, 30.4146293 ], [ 120.012546, 30.4141652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.012546, 30.4141652 ], [ 120.0132961, 30.4146293 ], [ 120.0135336, 30.4147273 ], [ 120.0144086, 30.4149275 ], [ 120.0146115, 30.4150348 ], [ 120.0150729, 30.4153227 ], [ 120.0165336, 30.4160224 ], [ 120.0170498, 30.416302 ], [ 120.0173983, 30.4164894 ], [ 120.0175466, 30.4164833 ], [ 120.0177194, 30.4163953 ], [ 120.0179682, 30.4162623 ], [ 120.0182073, 30.4161906 ], [ 120.0186593, 30.4160876 ], [ 120.018926, 30.4159897 ], [ 120.0191149, 30.4159411 ], [ 120.0192197, 30.415944 ], [ 120.0192842, 30.4159575 ], [ 120.0194452, 30.4160516 ], [ 120.019733, 30.4163463 ], [ 120.0199771, 30.4165974 ], [ 120.0204408, 30.4169968 ], [ 120.0206923, 30.4173008 ], [ 120.020986, 30.4178486 ], [ 120.0212032, 30.4181764 ], [ 120.021592, 30.4189069 ], [ 120.021727, 30.419 ], [ 120.0222668, 30.4193104 ], [ 120.022475, 30.4195615 ], [ 120.0226717, 30.4198225 ], [ 120.0227347, 30.4199466 ], [ 120.0227347, 30.4201251 ], [ 120.0226376, 30.420912 ], [ 120.0225197, 30.4211151 ], [ 120.0223476, 30.4212875 ], [ 120.0221678, 30.4214751 ], [ 120.0220239, 30.4216923 ], [ 120.0219249, 30.4219018 ], [ 120.021466, 30.422988 ], [ 120.0214211, 30.423182 ], [ 120.02152, 30.4232673 ], [ 120.021727, 30.4234458 ], [ 120.0224558, 30.4237949 ], [ 120.0247231, 30.4247337 ], [ 120.0260727, 30.4251139 ], [ 120.0281241, 30.4259052 ], [ 120.0284391, 30.4261147 ], [ 120.028592, 30.4261845 ], [ 120.0312912, 30.4268285 ], [ 120.0317231, 30.4269991 ], [ 120.032272, 30.4271776 ], [ 120.0327578, 30.4272319 ], [ 120.0332797, 30.4272707 ], [ 120.0349622, 30.427325 ], [ 120.03561, 30.4274569 ], [ 120.035853, 30.4274569 ], [ 120.0361229, 30.4274491 ], [ 120.0369416, 30.4274646 ], [ 120.0381245, 30.4277398 ], [ 120.0385342, 30.4278526 ], [ 120.038948, 30.4279782 ], [ 120.039999, 30.4281642 ], [ 120.0418971, 30.4287085 ], [ 120.042624, 30.428815 ], [ 120.0434493, 30.4289102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0075832, 30.4187435 ], [ 120.0074294, 30.4191206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0074294, 30.4191206 ], [ 120.0075832, 30.4187435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0075832, 30.4187435 ], [ 120.007607, 30.4188691 ], [ 120.0076235, 30.4190025 ], [ 120.0076695, 30.419136 ], [ 120.0077385, 30.4192443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0077385, 30.4192443 ], [ 120.0076695, 30.419136 ], [ 120.0076235, 30.4190025 ], [ 120.007607, 30.4188691 ], [ 120.0075832, 30.4187435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0074294, 30.4191206 ], [ 120.007326, 30.4190821 ], [ 120.0069914, 30.4189625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0069914, 30.4189625 ], [ 120.007326, 30.4190821 ], [ 120.0074294, 30.4191206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0077385, 30.4192443 ], [ 120.0075224, 30.4191562 ], [ 120.0074294, 30.4191206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0074294, 30.4191206 ], [ 120.0075224, 30.4191562 ], [ 120.0077385, 30.4192443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0077385, 30.4192443 ], [ 120.0080332, 30.419457 ], [ 120.0084787, 30.4199388 ], [ 120.0091129, 30.4203555 ], [ 120.0107439, 30.4212475 ], [ 120.0114972, 30.4217253 ], [ 120.0126844, 30.4224781 ], [ 120.013009, 30.4226083 ], [ 120.0131526, 30.4226592 ], [ 120.0153799, 30.4234482 ], [ 120.0169278, 30.4237998 ], [ 120.0171034, 30.4238713 ], [ 120.0185587, 30.4244639 ], [ 120.0187359, 30.4245692 ], [ 120.0187869, 30.4246737 ], [ 120.0187852, 30.4248155 ], [ 120.0186718, 30.4250641 ], [ 120.018555, 30.4252733 ], [ 120.0184904, 30.425389 ], [ 120.0180981, 30.4260916 ], [ 120.0180803, 30.4261529 ], [ 120.0180034, 30.4264182 ], [ 120.0179169, 30.4267167 ], [ 120.0178867, 30.4269315 ], [ 120.0180754, 30.4273417 ], [ 120.0183095, 30.4274784 ], [ 120.0186946, 30.427524 ], [ 120.0188276, 30.4274896 ], [ 120.0189211, 30.4274654 ], [ 120.0190797, 30.4274524 ], [ 120.0198407, 30.4275049 ], [ 120.0200569, 30.4275198 ], [ 120.0205048, 30.4275507 ], [ 120.0205898, 30.4275565 ], [ 120.021224, 30.4276802 ], [ 120.0213644, 30.4276952 ], [ 120.0220772, 30.4277714 ], [ 120.0222433, 30.4278625 ], [ 120.0222811, 30.4279992 ], [ 120.0222735, 30.4287805 ], [ 120.0232702, 30.4288521 ], [ 120.0234047, 30.4285043 ], [ 120.0234492, 30.4283891 ], [ 120.0234967, 30.4282662 ], [ 120.0236553, 30.4278169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0236553, 30.4278169 ], [ 120.0234967, 30.4282662 ], [ 120.0234492, 30.4283891 ], [ 120.0234047, 30.4285043 ], [ 120.0232702, 30.4288521 ], [ 120.0222735, 30.4287805 ], [ 120.0222811, 30.4279992 ], [ 120.0222433, 30.4278625 ], [ 120.0220772, 30.4277714 ], [ 120.0213644, 30.4276952 ], [ 120.021224, 30.4276802 ], [ 120.0205898, 30.4275565 ], [ 120.0205048, 30.4275507 ], [ 120.0200569, 30.4275198 ], [ 120.0198407, 30.4275049 ], [ 120.0190797, 30.4274524 ], [ 120.0189211, 30.4274654 ], [ 120.0188276, 30.4274896 ], [ 120.0186946, 30.427524 ], [ 120.0183095, 30.4274784 ], [ 120.0180754, 30.4273417 ], [ 120.0178867, 30.4269315 ], [ 120.0179169, 30.4267167 ], [ 120.0180034, 30.4264182 ], [ 120.0180803, 30.4261529 ], [ 120.0180981, 30.4260916 ], [ 120.0184904, 30.425389 ], [ 120.018555, 30.4252733 ], [ 120.0186718, 30.4250641 ], [ 120.0187852, 30.4248155 ], [ 120.0187869, 30.4246737 ], [ 120.0187359, 30.4245692 ], [ 120.0185587, 30.4244639 ], [ 120.0171034, 30.4238713 ], [ 120.0169278, 30.4237998 ], [ 120.0153799, 30.4234482 ], [ 120.0131526, 30.4226592 ], [ 120.013009, 30.4226083 ], [ 120.0126844, 30.4224781 ], [ 120.0114972, 30.4217253 ], [ 120.0107439, 30.4212475 ], [ 120.0091129, 30.4203555 ], [ 120.0084787, 30.4199388 ], [ 120.0080332, 30.419457 ], [ 120.0077385, 30.4192443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0236553, 30.4278169 ], [ 120.0237761, 30.4270031 ], [ 120.0238894, 30.4267883 ], [ 120.0239271, 30.4266515 ], [ 120.0239162, 30.4265278 ], [ 120.0235118, 30.4263781 ], [ 120.0220697, 30.4259419 ], [ 120.0213512, 30.4256693 ], [ 120.021222, 30.4256203 ], [ 120.0207483, 30.4254406 ], [ 120.0205563, 30.4253315 ], [ 120.0203784, 30.4251736 ], [ 120.020182, 30.4250043 ], [ 120.020031, 30.4249262 ], [ 120.0197215, 30.4248546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0197215, 30.4248546 ], [ 120.020031, 30.4249262 ], [ 120.020182, 30.4250043 ], [ 120.0203784, 30.4251736 ], [ 120.0205563, 30.4253315 ], [ 120.0207483, 30.4254406 ], [ 120.021222, 30.4256203 ], [ 120.0213512, 30.4256693 ], [ 120.0220697, 30.4259419 ], [ 120.0235118, 30.4263781 ], [ 120.0239162, 30.4265278 ], [ 120.0239271, 30.4266515 ], [ 120.0238894, 30.4267883 ], [ 120.0237761, 30.4270031 ], [ 120.0236553, 30.4278169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9988908, 30.437726 ], [ 119.9998264, 30.4374331 ], [ 119.999951, 30.4373935 ], [ 120.0000642, 30.4373454 ], [ 120.000163, 30.4372972 ], [ 120.0002375, 30.4372429 ], [ 120.0003048, 30.4371651 ], [ 120.0003507, 30.4371033 ], [ 120.0004246, 30.4369707 ], [ 120.0008785, 30.4357356 ], [ 120.0009329, 30.4356209 ], [ 120.0011023, 30.4352958 ], [ 120.0011305, 30.4352262 ], [ 120.0011124, 30.4351167 ], [ 120.001068, 30.4350211 ], [ 120.0010196, 30.4349463 ], [ 120.0008724, 30.4347898 ], [ 120.0006829, 30.434576 ], [ 120.0003058, 30.4341275 ], [ 120.0001122, 30.433891 ], [ 119.9998683, 30.4336285 ], [ 119.9997795, 30.4335381 ], [ 119.9997231, 30.4334477 ], [ 119.9996969, 30.4333625 ], [ 119.9996989, 30.4332721 ], [ 119.9997181, 30.4331804 ], [ 119.9997805, 30.4329406 ], [ 119.9997654, 30.4326737 ], [ 119.9998333, 30.4324589 ], [ 120.0002335, 30.4321464 ], [ 120.0004827, 30.431873 ], [ 120.0010641, 30.4315019 ], [ 120.0013585, 30.4313196 ], [ 120.0018795, 30.4307141 ], [ 120.0023779, 30.4302454 ], [ 120.0027478, 30.4299654 ], [ 120.0031782, 30.4295943 ], [ 120.0033896, 30.4292037 ], [ 120.003586, 30.4289237 ], [ 120.0039861, 30.4279992 ], [ 120.0045524, 30.4260786 ], [ 120.004862, 30.4247765 ], [ 120.0051112, 30.4244184 ], [ 120.0056926, 30.4233831 ], [ 120.0060625, 30.4226604 ], [ 120.0064099, 30.4215731 ], [ 120.0065231, 30.4212736 ], [ 120.0065307, 30.4208373 ], [ 120.006576, 30.4206616 ], [ 120.0067421, 30.4203425 ], [ 120.0071252, 30.4196825 ], [ 120.0074294, 30.4191206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0074294, 30.4191206 ], [ 120.0071252, 30.4196825 ], [ 120.0067421, 30.4203425 ], [ 120.006576, 30.4206616 ], [ 120.0065307, 30.4208373 ], [ 120.0065231, 30.4212736 ], [ 120.0064099, 30.4215731 ], [ 120.0060625, 30.4226604 ], [ 120.0056926, 30.4233831 ], [ 120.0051112, 30.4244184 ], [ 120.004862, 30.4247765 ], [ 120.0045524, 30.4260786 ], [ 120.0039861, 30.4279992 ], [ 120.003586, 30.4289237 ], [ 120.0033896, 30.4292037 ], [ 120.0031782, 30.4295943 ], [ 120.0027478, 30.4299654 ], [ 120.0023779, 30.4302454 ], [ 120.0018795, 30.4307141 ], [ 120.0013585, 30.4313196 ], [ 120.0010641, 30.4315019 ], [ 120.0004827, 30.431873 ], [ 120.0002335, 30.4321464 ], [ 119.9998333, 30.4324589 ], [ 119.9997654, 30.4326737 ], [ 119.9997805, 30.4329406 ], [ 119.9997181, 30.4331804 ], [ 119.9996989, 30.4332721 ], [ 119.9996969, 30.4333625 ], [ 119.9997231, 30.4334477 ], [ 119.9997795, 30.4335381 ], [ 119.9998683, 30.4336285 ], [ 120.0001122, 30.433891 ], [ 120.0003058, 30.4341275 ], [ 120.0006829, 30.434576 ], [ 120.0008724, 30.4347898 ], [ 120.0010196, 30.4349463 ], [ 120.001068, 30.4350211 ], [ 120.0011124, 30.4351167 ], [ 120.0011305, 30.4352262 ], [ 120.0011023, 30.4352958 ], [ 120.0009329, 30.4356209 ], [ 120.0008785, 30.4357356 ], [ 120.0004246, 30.4369707 ], [ 120.0003507, 30.4371033 ], [ 120.0003048, 30.4371651 ], [ 120.0002375, 30.4372429 ], [ 120.000163, 30.4372972 ], [ 120.0000642, 30.4373454 ], [ 119.999951, 30.4373935 ], [ 119.9998264, 30.4374331 ], [ 119.9988908, 30.437726 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "下仁公路", "奉口大桥" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.0676118, 30.4435811 ], [ 120.0667786, 30.4438497 ], [ 120.0661626, 30.4439949 ], [ 120.0654943, 30.4440661 ], [ 120.062728332866058, 30.44428028228857 ] ], [ [ 120.033638597776132, 30.431497469740091 ], [ 120.0331309, 30.4315202 ], [ 120.0326233, 30.4315404 ], [ 120.0323866, 30.4315196 ], [ 120.0321887, 30.4314953 ], [ 120.0315316, 30.4313398 ], [ 120.0314632, 30.4313242 ], [ 120.030934, 30.4312675 ], [ 120.0308168, 30.4312604 ], [ 120.0306452, 30.43125 ], [ 120.0305109, 30.4312419 ], [ 120.0291068, 30.4311568 ], [ 120.0287896, 30.4311402 ], [ 120.028745, 30.4311379 ], [ 120.0283593, 30.4311178 ], [ 120.0282127, 30.4310419 ], [ 120.0280195, 30.430942 ], [ 120.0278608, 30.4308348 ], [ 120.0271305, 30.4303418 ], [ 120.0267577, 30.4300901 ], [ 120.0264937, 30.4299119 ], [ 120.0262451, 30.4297441 ], [ 120.0260613, 30.4296345 ], [ 120.0247048, 30.4288261 ], [ 120.0240479, 30.4282922 ], [ 120.0238932, 30.4281049 ], [ 120.0236553, 30.4278169 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "下仁公路", "奉口大桥" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.0236553, 30.4278169 ], [ 120.0238932, 30.4281049 ], [ 120.0240479, 30.4282922 ], [ 120.0247048, 30.4288261 ], [ 120.0260613, 30.4296345 ], [ 120.0262451, 30.4297441 ], [ 120.0264937, 30.4299119 ], [ 120.0267577, 30.4300901 ], [ 120.0271305, 30.4303418 ], [ 120.0278608, 30.4308348 ], [ 120.0280195, 30.430942 ], [ 120.0282127, 30.4310419 ], [ 120.0283593, 30.4311178 ], [ 120.028745, 30.4311379 ], [ 120.0287896, 30.4311402 ], [ 120.0291068, 30.4311568 ], [ 120.0305109, 30.4312419 ], [ 120.0306452, 30.43125 ], [ 120.0308168, 30.4312604 ], [ 120.030934, 30.4312675 ], [ 120.0314632, 30.4313242 ], [ 120.0315316, 30.4313398 ], [ 120.0321887, 30.4314953 ], [ 120.0323866, 30.4315196 ], [ 120.0326233, 30.4315404 ], [ 120.0331309, 30.4315202 ], [ 120.033638597776132, 30.431497469740091 ] ], [ [ 120.062728332866058, 30.44428028228857 ], [ 120.0654943, 30.4440661 ], [ 120.0661626, 30.4439949 ], [ 120.0667786, 30.4438497 ], [ 120.0676118, 30.4435811 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.0636736, 30.495904 ], [ 120.0633389, 30.4949419 ], [ 120.0630905, 30.4941079 ], [ 120.062568, 30.4919306 ], [ 120.0624567, 30.4913328 ], [ 120.0623019, 30.4894436 ], [ 120.062234, 30.4890005 ], [ 120.0622854, 30.4878048 ], [ 120.0621226, 30.4868674 ], [ 120.0618485, 30.4851034 ], [ 120.0616082, 30.4843328 ], [ 120.0609663, 30.4830588 ], [ 120.0606454, 30.4823387 ], [ 120.0604353, 30.482173 ], [ 120.0599985, 30.4814644 ], [ 120.0591505, 30.4800472 ], [ 120.0588422, 30.4796043 ], [ 120.0580117, 30.4785373 ], [ 120.057506, 30.4779582 ], [ 120.0568659, 30.4772063 ], [ 120.0566381, 30.4768689 ], [ 120.0563269, 30.4763677 ], [ 120.0559043, 30.475382 ], [ 120.0556645, 30.4746511 ], [ 120.0555703, 30.4737948 ], [ 120.055596, 30.4725473 ], [ 120.0556302, 30.4719124 ], [ 120.0558015, 30.470938 ], [ 120.0559557, 30.4700595 ], [ 120.0560414, 30.4696387 ], [ 120.0561126, 30.4688739 ], [ 120.0561356, 30.4686273 ], [ 120.0563155, 30.4669884 ], [ 120.0563668, 30.4665233 ], [ 120.0564011, 30.464973 ], [ 120.0564097, 30.46422 ], [ 120.0562812, 30.4632012 ], [ 120.0560242, 30.4618353 ], [ 120.0559043, 30.4610011 ], [ 120.0559557, 30.4602702 ], [ 120.0560414, 30.459746 ], [ 120.056187, 30.4592513 ], [ 120.0566152, 30.4578633 ], [ 120.0567437, 30.4575089 ], [ 120.0575917, 30.4563276 ], [ 120.0590563, 30.4544153 ], [ 120.0591676, 30.4542381 ], [ 120.0592276, 30.4540609 ], [ 120.0592447, 30.4538541 ], [ 120.0593389, 30.4536252 ], [ 120.0596045, 30.4533521 ], [ 120.0605552, 30.4524586 ], [ 120.0608378, 30.4521854 ], [ 120.0614031, 30.4518606 ], [ 120.0618057, 30.4517572 ], [ 120.0621483, 30.45158 ], [ 120.0624567, 30.4511148 ], [ 120.0628335, 30.4498891 ], [ 120.0630305, 30.4495126 ], [ 120.0631933, 30.449291 ], [ 120.0635873, 30.4488997 ], [ 120.0639127, 30.4484419 ], [ 120.0640669, 30.4481318 ], [ 120.0642039, 30.4470242 ], [ 120.0642553, 30.4466033 ], [ 120.0642211, 30.4457172 ], [ 120.0640171, 30.4440921 ], [ 120.0638725, 30.4435686 ], [ 120.0637137, 30.4432303 ], [ 120.0636813, 30.4431612 ], [ 120.0635616, 30.4426675 ], [ 120.0634845, 30.4424091 ], [ 120.0633731, 30.4422392 ], [ 120.063064, 30.4419398 ], [ 120.0629534, 30.441774 ], [ 120.0622251, 30.4402582 ], [ 120.0621453, 30.440136 ], [ 120.0619451, 30.4398295 ], [ 120.061559515649677, 30.439376387637871 ] ], [ [ 120.060314990389116, 30.434154851984236 ], [ 120.0606306, 30.433645 ], [ 120.0607267, 30.4333306 ], [ 120.0608303, 30.4328881 ], [ 120.060887, 30.4324597 ], [ 120.0608884, 30.4322851 ], [ 120.0608748, 30.4321815 ], [ 120.0607823, 30.4320822 ], [ 120.0606409, 30.4318557 ], [ 120.060308, 30.4315919 ], [ 120.0601017, 30.4314729 ], [ 120.0598941, 30.4313592 ], [ 120.0590034, 30.4311342 ], [ 120.0573029, 30.4309791 ], [ 120.0558881, 30.430864 ], [ 120.0548894, 30.4308214 ], [ 120.0532526, 30.4308546 ], [ 120.0525779, 30.4308371 ], [ 120.0517637, 30.4307518 ], [ 120.0507553, 30.4305146 ], [ 120.0503421, 30.4303947 ], [ 120.0500383, 30.4302977 ], [ 120.0482472, 30.4296694 ], [ 120.0466101, 30.4292559 ], [ 120.0457446, 30.4290649 ], [ 120.0448057, 30.4289945 ], [ 120.0439487, 30.4289599 ], [ 120.0434493, 30.4289102 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西险大塘" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.0434493, 30.4289102 ], [ 120.0439487, 30.4289599 ], [ 120.0448057, 30.4289945 ], [ 120.0457446, 30.4290649 ], [ 120.0466101, 30.4292559 ], [ 120.0482472, 30.4296694 ], [ 120.0500383, 30.4302977 ], [ 120.0503421, 30.4303947 ], [ 120.0507553, 30.4305146 ], [ 120.0517637, 30.4307518 ], [ 120.0525779, 30.4308371 ], [ 120.0532526, 30.4308546 ], [ 120.0548894, 30.4308214 ], [ 120.0558881, 30.430864 ], [ 120.0573029, 30.4309791 ], [ 120.0590034, 30.4311342 ], [ 120.0598941, 30.4313592 ], [ 120.0601017, 30.4314729 ], [ 120.060308, 30.4315919 ], [ 120.0606409, 30.4318557 ], [ 120.0607823, 30.4320822 ], [ 120.0608748, 30.4321815 ], [ 120.0608884, 30.4322851 ], [ 120.060887, 30.4324597 ], [ 120.0608303, 30.4328881 ], [ 120.0607267, 30.4333306 ], [ 120.0606306, 30.433645 ], [ 120.060314990389116, 30.434154851984236 ] ], [ [ 120.061559515649677, 30.439376387637871 ], [ 120.0619451, 30.4398295 ], [ 120.0621453, 30.440136 ], [ 120.0622251, 30.4402582 ], [ 120.0629534, 30.441774 ], [ 120.063064, 30.4419398 ], [ 120.0633731, 30.4422392 ], [ 120.0634845, 30.4424091 ], [ 120.0635616, 30.4426675 ], [ 120.0636813, 30.4431612 ], [ 120.0637137, 30.4432303 ], [ 120.0638725, 30.4435686 ], [ 120.0640171, 30.4440921 ], [ 120.0642211, 30.4457172 ], [ 120.0642553, 30.4466033 ], [ 120.0642039, 30.4470242 ], [ 120.0640669, 30.4481318 ], [ 120.0639127, 30.4484419 ], [ 120.0635873, 30.4488997 ], [ 120.0631933, 30.449291 ], [ 120.0630305, 30.4495126 ], [ 120.0628335, 30.4498891 ], [ 120.0624567, 30.4511148 ], [ 120.0621483, 30.45158 ], [ 120.0618057, 30.4517572 ], [ 120.0614031, 30.4518606 ], [ 120.0608378, 30.4521854 ], [ 120.0605552, 30.4524586 ], [ 120.0596045, 30.4533521 ], [ 120.0593389, 30.4536252 ], [ 120.0592447, 30.4538541 ], [ 120.0592276, 30.4540609 ], [ 120.0591676, 30.4542381 ], [ 120.0590563, 30.4544153 ], [ 120.0575917, 30.4563276 ], [ 120.0567437, 30.4575089 ], [ 120.0566152, 30.4578633 ], [ 120.056187, 30.4592513 ], [ 120.0560414, 30.459746 ], [ 120.0559557, 30.4602702 ], [ 120.0559043, 30.4610011 ], [ 120.0560242, 30.4618353 ], [ 120.0562812, 30.4632012 ], [ 120.0564097, 30.46422 ], [ 120.0564011, 30.464973 ], [ 120.0563668, 30.4665233 ], [ 120.0563155, 30.4669884 ], [ 120.0561356, 30.4686273 ], [ 120.0561126, 30.4688739 ], [ 120.0560414, 30.4696387 ], [ 120.0559557, 30.4700595 ], [ 120.0558015, 30.470938 ], [ 120.0556302, 30.4719124 ], [ 120.055596, 30.4725473 ], [ 120.0555703, 30.4737948 ], [ 120.0556645, 30.4746511 ], [ 120.0559043, 30.475382 ], [ 120.0563269, 30.4763677 ], [ 120.0566381, 30.4768689 ], [ 120.0568659, 30.4772063 ], [ 120.057506, 30.4779582 ], [ 120.0580117, 30.4785373 ], [ 120.0588422, 30.4796043 ], [ 120.0591505, 30.4800472 ], [ 120.0599985, 30.4814644 ], [ 120.0604353, 30.482173 ], [ 120.0606454, 30.4823387 ], [ 120.0609663, 30.4830588 ], [ 120.0616082, 30.4843328 ], [ 120.0618485, 30.4851034 ], [ 120.0621226, 30.4868674 ], [ 120.0622854, 30.4878048 ], [ 120.062234, 30.4890005 ], [ 120.0623019, 30.4894436 ], [ 120.0624567, 30.4913328 ], [ 120.062568, 30.4919306 ], [ 120.0630905, 30.4941079 ], [ 120.0633389, 30.4949419 ], [ 120.0636736, 30.495904 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8212088, 30.4193563 ], [ 119.8199349, 30.4214219 ], [ 119.8198943, 30.4214877 ], [ 119.8198271, 30.4215967 ], [ 119.8197236, 30.4217646 ], [ 119.8195199, 30.4220722 ], [ 119.81774, 30.4247599 ], [ 119.8169082, 30.4257058 ], [ 119.8166339, 30.4258477 ], [ 119.8161677, 30.4260447 ], [ 119.8158021, 30.4262654 ], [ 119.8153359, 30.4267935 ], [ 119.8150708, 30.4269748 ], [ 119.8149245, 30.4271876 ], [ 119.8148514, 30.4273926 ], [ 119.8146686, 30.4276763 ], [ 119.8144583, 30.4279522 ], [ 119.8141567, 30.4285355 ], [ 119.813681, 30.4301944 ], [ 119.8136391, 30.4303403 ], [ 119.8136132, 30.4304308 ], [ 119.8133306, 30.4314161 ], [ 119.8131237, 30.4321375 ], [ 119.8123512, 30.4349268 ], [ 119.8123153, 30.4350566 ], [ 119.8122462, 30.435306 ], [ 119.81178, 30.4375916 ], [ 119.8116154, 30.4381117 ], [ 119.810034, 30.4411775 ], [ 119.8098866, 30.4414914 ], [ 119.8097776, 30.4416846 ], [ 119.8095328, 30.4421187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.820719, 30.444455 ], [ 119.8210911, 30.4442318 ], [ 119.8215613, 30.4437732 ], [ 119.8224633, 30.4427896 ], [ 119.822635, 30.4426742 ], [ 119.8228487, 30.4425304 ], [ 119.8231956, 30.4424507 ], [ 119.8249378, 30.4423576 ], [ 119.8255678, 30.4424855 ], [ 119.8258606, 30.4424494 ], [ 119.8261221, 30.4423503 ], [ 119.8274685, 30.4418029 ], [ 119.8276683, 30.4417217 ], [ 119.8278057, 30.4416658 ], [ 119.8279625, 30.441602 ], [ 119.8282972, 30.4414036 ], [ 119.8285118, 30.4412424 ], [ 119.8287174, 30.4410322 ], [ 119.82916, 30.4409441 ], [ 119.8292592, 30.4408807 ], [ 119.8308266, 30.4397626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8308266, 30.4397626 ], [ 119.8292592, 30.4408807 ], [ 119.82916, 30.4409441 ], [ 119.8287174, 30.4410322 ], [ 119.8285118, 30.4412424 ], [ 119.8282972, 30.4414036 ], [ 119.8279625, 30.441602 ], [ 119.8278057, 30.4416658 ], [ 119.8276683, 30.4417217 ], [ 119.8274685, 30.4418029 ], [ 119.8261221, 30.4423503 ], [ 119.8258606, 30.4424494 ], [ 119.8255678, 30.4424855 ], [ 119.8249378, 30.4423576 ], [ 119.8231956, 30.4424507 ], [ 119.8228487, 30.4425304 ], [ 119.822635, 30.4426742 ], [ 119.8224633, 30.4427896 ], [ 119.8215613, 30.4437732 ], [ 119.8210911, 30.4442318 ], [ 119.820719, 30.444455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.814303, 30.4451421 ], [ 119.8144661, 30.4449738 ], [ 119.8145013, 30.4449463 ], [ 119.8151375, 30.44445 ], [ 119.8158665, 30.4439649 ], [ 119.8164932, 30.4436176 ], [ 119.8172414, 30.4432757 ], [ 119.8174352, 30.4432012 ], [ 119.8175245, 30.4431668 ], [ 119.8178717, 30.4430333 ], [ 119.8181061, 30.4429474 ], [ 119.8187378, 30.442763 ], [ 119.820247, 30.4423495 ], [ 119.8223266, 30.4418228 ], [ 119.8225299, 30.4417644 ], [ 119.8275179, 30.4403316 ], [ 119.8293405, 30.4398354 ], [ 119.8302741, 30.43967 ], [ 119.8308436, 30.4396423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8308266, 30.4397626 ], [ 119.8302945, 30.4397799 ], [ 119.8293609, 30.439926 ], [ 119.8275447, 30.440425 ], [ 119.8223438, 30.4419161 ], [ 119.8220605, 30.441988 ], [ 119.8202674, 30.4424428 ], [ 119.8187582, 30.4428646 ], [ 119.8182016, 30.4430342 ], [ 119.8179621, 30.4431072 ], [ 119.8179439, 30.4431141 ], [ 119.8175918, 30.4432467 ], [ 119.8174812, 30.4432885 ], [ 119.8172746, 30.4433663 ], [ 119.8170364, 30.443473 ], [ 119.8165424, 30.4436943 ], [ 119.8158997, 30.4440389 ], [ 119.8151707, 30.4445213 ], [ 119.8145344, 30.445012 ], [ 119.8143586, 30.4451663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.814303, 30.4451421 ], [ 119.814024, 30.4449653 ], [ 119.8138422, 30.4448501 ], [ 119.8130325, 30.4443368 ], [ 119.8108238, 30.4429369 ], [ 119.8101176, 30.4424894 ], [ 119.8095328, 30.4421187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8095328, 30.4421187 ], [ 119.8101176, 30.4424894 ], [ 119.8108238, 30.4429369 ], [ 119.8130325, 30.4443368 ], [ 119.8138422, 30.4448501 ], [ 119.814024, 30.4449653 ], [ 119.814303, 30.4451421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8095328, 30.4421187 ], [ 119.8090237, 30.4430908 ], [ 119.8088766, 30.4433716 ], [ 119.8087582, 30.4435976 ], [ 119.8077252, 30.44557 ], [ 119.8074611, 30.4460743 ], [ 119.8071384, 30.4467848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8071384, 30.4467848 ], [ 119.8074611, 30.4460743 ], [ 119.8077252, 30.44557 ], [ 119.8087582, 30.4435976 ], [ 119.8088766, 30.4433716 ], [ 119.8090237, 30.4430908 ], [ 119.8095328, 30.4421187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.814303, 30.4451421 ], [ 119.8143586, 30.4451663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8143586, 30.4451663 ], [ 119.814303, 30.4451421 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8139681, 30.4471294 ], [ 119.814184, 30.4469167 ], [ 119.8147621, 30.4463186 ], [ 119.8158491, 30.4455012 ], [ 119.8162422, 30.4453084 ], [ 119.8183273, 30.4449477 ], [ 119.8183986, 30.4449202 ], [ 119.8189172, 30.4448897 ], [ 119.8194106, 30.4448499 ], [ 119.8198346, 30.4447834 ], [ 119.8202894, 30.4446438 ], [ 119.8203747, 30.4446063 ], [ 119.820719, 30.444455 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.820719, 30.444455 ], [ 119.8203747, 30.4446063 ], [ 119.8202894, 30.4446438 ], [ 119.8198346, 30.4447834 ], [ 119.8194106, 30.4448499 ], [ 119.8189172, 30.4448897 ], [ 119.8183986, 30.4449202 ], [ 119.8183273, 30.4449477 ], [ 119.8162422, 30.4453084 ], [ 119.8158491, 30.4455012 ], [ 119.8147621, 30.4463186 ], [ 119.814184, 30.4469167 ], [ 119.8139681, 30.4471294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8106968, 30.4455527 ], [ 119.8102242, 30.4457075 ], [ 119.8096476, 30.4459519 ], [ 119.8083905, 30.4467586 ], [ 119.8080502, 30.4470601 ], [ 119.8079652, 30.4472149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8079652, 30.4472149 ], [ 119.8080502, 30.4470601 ], [ 119.8083905, 30.4467586 ], [ 119.8096476, 30.4459519 ], [ 119.8102242, 30.4457075 ], [ 119.8106968, 30.4455527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8143586, 30.4451663 ], [ 119.8139781, 30.4455136 ], [ 119.8138813, 30.4456106 ], [ 119.8135464, 30.4459464 ], [ 119.8114681, 30.4485155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8113318, 30.4485661 ], [ 119.8135004, 30.445922 ], [ 119.8139289, 30.4454644 ], [ 119.814303, 30.4451421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8079652, 30.4472149 ], [ 119.8071384, 30.4467848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8071384, 30.4467848 ], [ 119.8079652, 30.4472149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8071384, 30.4467848 ], [ 119.8068653, 30.447386 ], [ 119.8067767, 30.4475811 ], [ 119.8067132, 30.447721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8067132, 30.447721 ], [ 119.8067767, 30.4475811 ], [ 119.8068653, 30.447386 ], [ 119.8071384, 30.4467848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8139681, 30.4471294 ], [ 119.8132358, 30.4476743 ], [ 119.8119947, 30.4482858 ], [ 119.8114681, 30.4485155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8114681, 30.4485155 ], [ 119.8119947, 30.4482858 ], [ 119.8132358, 30.4476743 ], [ 119.8139681, 30.4471294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.808694, 30.4486881 ], [ 119.808088, 30.4484046 ], [ 119.8078612, 30.4481764 ], [ 119.8078045, 30.4479157 ], [ 119.8078234, 30.4476712 ], [ 119.8079652, 30.4472149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8079652, 30.4472149 ], [ 119.8078234, 30.4476712 ], [ 119.8078045, 30.4479157 ], [ 119.8078612, 30.4481764 ], [ 119.808088, 30.4484046 ], [ 119.808694, 30.4486881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8114681, 30.4485155 ], [ 119.8113318, 30.4485661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8113318, 30.4485661 ], [ 119.8114681, 30.4485155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.808694, 30.4486881 ], [ 119.8093004, 30.4487752 ], [ 119.8099775, 30.4488101 ], [ 119.8104727, 30.4487665 ], [ 119.8113318, 30.4485661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8113318, 30.4485661 ], [ 119.8104727, 30.4487665 ], [ 119.8099775, 30.4488101 ], [ 119.8093004, 30.4487752 ], [ 119.808694, 30.4486881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8032063, 30.4506658 ], [ 119.8036697, 30.4503345 ], [ 119.8046939, 30.4497057 ], [ 119.8050121, 30.449505 ], [ 119.8052448, 30.4492508 ], [ 119.8054058, 30.4490897 ], [ 119.8057259, 30.4487692 ], [ 119.8063001, 30.4482742 ], [ 119.8064786, 30.448107 ], [ 119.8067132, 30.447721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8067132, 30.447721 ], [ 119.8064786, 30.448107 ], [ 119.8063001, 30.4482742 ], [ 119.8057259, 30.4487692 ], [ 119.8054058, 30.4490897 ], [ 119.8052448, 30.4492508 ], [ 119.8050121, 30.449505 ], [ 119.8046939, 30.4497057 ], [ 119.8036697, 30.4503345 ], [ 119.8032063, 30.4506658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8067132, 30.447721 ], [ 119.8062887, 30.4494112 ], [ 119.8059189, 30.4508195 ], [ 119.8058492, 30.4510692 ], [ 119.8057329, 30.4514586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8057329, 30.4514586 ], [ 119.8058492, 30.4510692 ], [ 119.8059189, 30.4508195 ], [ 119.8062887, 30.4494112 ], [ 119.8067132, 30.447721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8073297, 30.4519378 ], [ 119.808694, 30.4486881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.808694, 30.4486881 ], [ 119.8073297, 30.4519378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8082901, 30.4523126 ], [ 119.8097024, 30.4505886 ], [ 119.8099708, 30.4502609 ], [ 119.8105716, 30.4495275 ], [ 119.8113318, 30.4485661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8114681, 30.4485155 ], [ 119.8106541, 30.4495774 ], [ 119.8097826, 30.4506413 ], [ 119.809357, 30.4511608 ], [ 119.8083634, 30.4523738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8057329, 30.4514586 ], [ 119.8032063, 30.4506658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8032063, 30.4506658 ], [ 119.8057329, 30.4514586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8059246, 30.4515161 ], [ 119.8057329, 30.4514586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8057329, 30.4514586 ], [ 119.8059246, 30.4515161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8032063, 30.4506658 ], [ 119.8029093, 30.4510034 ], [ 119.8025136, 30.4513445 ], [ 119.8023119, 30.4514248 ], [ 119.8018232, 30.4516535 ], [ 119.8016058, 30.4519732 ], [ 119.8012411, 30.4522207 ], [ 119.8008143, 30.4524682 ], [ 119.8003721, 30.4526154 ], [ 119.8000229, 30.4526889 ], [ 119.7997505, 30.4527212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7997505, 30.4527212 ], [ 119.8000229, 30.4526889 ], [ 119.8003721, 30.4526154 ], [ 119.8008143, 30.4524682 ], [ 119.8012411, 30.4522207 ], [ 119.8016058, 30.4519732 ], [ 119.8018232, 30.4516535 ], [ 119.8023119, 30.4514248 ], [ 119.8025136, 30.4513445 ], [ 119.8029093, 30.4510034 ], [ 119.8032063, 30.4506658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8059246, 30.4515161 ], [ 119.8060987, 30.4515684 ], [ 119.8067785, 30.4517724 ], [ 119.8073297, 30.4519378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8073297, 30.4519378 ], [ 119.8067785, 30.4517724 ], [ 119.8060987, 30.4515684 ], [ 119.8059246, 30.4515161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8073297, 30.4519378 ], [ 119.8080753, 30.4522045 ], [ 119.8082901, 30.4523126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8082901, 30.4523126 ], [ 119.8080753, 30.4522045 ], [ 119.8073297, 30.4519378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8082901, 30.4523126 ], [ 119.8083634, 30.4523738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8083634, 30.4523738 ], [ 119.8082901, 30.4523126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8046492, 30.4539589 ], [ 119.8055041, 30.4525388 ], [ 119.8056726, 30.4522483 ], [ 119.8057288, 30.4521192 ], [ 119.8057779, 30.451968 ], [ 119.8058496, 30.4517472 ], [ 119.8059246, 30.4515161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8059246, 30.4515161 ], [ 119.8058496, 30.4517472 ], [ 119.8057779, 30.451968 ], [ 119.8057288, 30.4521192 ], [ 119.8056726, 30.4522483 ], [ 119.8055041, 30.4525388 ], [ 119.8046492, 30.4539589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8073297, 30.4519378 ], [ 119.8066713, 30.4536306 ], [ 119.8062741, 30.454672 ], [ 119.8062284, 30.4549256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8062284, 30.4549256 ], [ 119.8062741, 30.454672 ], [ 119.8066713, 30.4536306 ], [ 119.8073297, 30.4519378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8062284, 30.4549256 ], [ 119.806383, 30.4546929 ], [ 119.8067948, 30.4541497 ], [ 119.8069138, 30.4539928 ], [ 119.8082901, 30.4523126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7997505, 30.4527212 ], [ 119.8001717, 30.4528448 ], [ 119.8004025, 30.4529234 ], [ 119.8011313, 30.4531956 ], [ 119.8013378, 30.4533369 ], [ 119.8015321, 30.453494 ], [ 119.8016475, 30.4536458 ], [ 119.8017932, 30.4541484 ], [ 119.8020113, 30.4553086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8020113, 30.4553086 ], [ 119.8017932, 30.4541484 ], [ 119.8016475, 30.4536458 ], [ 119.8015321, 30.453494 ], [ 119.8013378, 30.4533369 ], [ 119.8011313, 30.4531956 ], [ 119.8004025, 30.4529234 ], [ 119.8001717, 30.4528448 ], [ 119.7997505, 30.4527212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8228193, 30.4616919 ], [ 119.8225904, 30.4614567 ], [ 119.8224638, 30.4613266 ], [ 119.8221516, 30.4610059 ], [ 119.8221456, 30.4604052 ], [ 119.8219366, 30.4595783 ], [ 119.8212533, 30.4588385 ], [ 119.8211528, 30.4583335 ], [ 119.8209755, 30.4579282 ], [ 119.8208598, 30.4576092 ], [ 119.8207596, 30.4567786 ], [ 119.8205823, 30.4564928 ], [ 119.8204513, 30.4562669 ], [ 119.820274, 30.4556024 ], [ 119.8202046, 30.4549777 ], [ 119.8200735, 30.4543066 ], [ 119.8197762, 30.4537834 ], [ 119.8196662, 30.4535899 ], [ 119.8194134, 30.4531451 ], [ 119.8189756, 30.4519901 ], [ 119.8187939, 30.4515487 ], [ 119.8185867, 30.4513701 ], [ 119.8184606, 30.4512614 ], [ 119.8182697, 30.4510968 ], [ 119.8174063, 30.4505453 ], [ 119.8172598, 30.4503791 ], [ 119.8172675, 30.4496415 ], [ 119.8172367, 30.449276 ], [ 119.8171056, 30.4490035 ], [ 119.8166739, 30.4486047 ], [ 119.8157874, 30.4481528 ], [ 119.8153017, 30.4480532 ], [ 119.8150242, 30.4479335 ], [ 119.8144769, 30.4477342 ], [ 119.8142302, 30.4475614 ], [ 119.8140841, 30.4473206 ], [ 119.8139681, 30.4471294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8139681, 30.4471294 ], [ 119.8140841, 30.4473206 ], [ 119.8142302, 30.4475614 ], [ 119.8144769, 30.4477342 ], [ 119.8150242, 30.4479335 ], [ 119.8153017, 30.4480532 ], [ 119.8157874, 30.4481528 ], [ 119.8166739, 30.4486047 ], [ 119.8171056, 30.4490035 ], [ 119.8172367, 30.449276 ], [ 119.8172675, 30.4496415 ], [ 119.8172598, 30.4503791 ], [ 119.8174063, 30.4505453 ], [ 119.8182697, 30.4510968 ], [ 119.8184606, 30.4512614 ], [ 119.8185867, 30.4513701 ], [ 119.8187939, 30.4515487 ], [ 119.8189756, 30.4519901 ], [ 119.8194134, 30.4531451 ], [ 119.8196662, 30.4535899 ], [ 119.8197762, 30.4537834 ], [ 119.8200735, 30.4543066 ], [ 119.8202046, 30.4549777 ], [ 119.820274, 30.4556024 ], [ 119.8204513, 30.4562669 ], [ 119.8205823, 30.4564928 ], [ 119.8207596, 30.4567786 ], [ 119.8208598, 30.4576092 ], [ 119.8209755, 30.4579282 ], [ 119.8211528, 30.4583335 ], [ 119.8212533, 30.4588385 ], [ 119.8219366, 30.4595783 ], [ 119.8221456, 30.4604052 ], [ 119.8221516, 30.4610059 ], [ 119.8224638, 30.4613266 ], [ 119.8225904, 30.4614567 ], [ 119.8228193, 30.4616919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8020113, 30.4553086 ], [ 119.8034324, 30.4545614 ], [ 119.8045556, 30.4539751 ], [ 119.8046492, 30.4539589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8046492, 30.4539589 ], [ 119.8045556, 30.4539751 ], [ 119.8034324, 30.4545614 ], [ 119.8020113, 30.4553086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8083634, 30.4523738 ], [ 119.8069963, 30.4540427 ], [ 119.8064655, 30.4547428 ], [ 119.8060115, 30.4554263 ], [ 119.8056342, 30.4560492 ], [ 119.8052633, 30.4567659 ], [ 119.8049307, 30.457499 ], [ 119.8046685, 30.4582211 ], [ 119.8046547, 30.4582658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8020274, 30.4553945 ], [ 119.8020113, 30.4553086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8020113, 30.4553086 ], [ 119.8020274, 30.4553945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8028189, 30.4571849 ], [ 119.8028583, 30.4570788 ], [ 119.8039004, 30.4553252 ], [ 119.8042811, 30.4545614 ], [ 119.8046492, 30.4539589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8046492, 30.4539589 ], [ 119.8042811, 30.4545614 ], [ 119.8039004, 30.4553252 ], [ 119.8028583, 30.4570788 ], [ 119.8028189, 30.4571849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8020274, 30.4553945 ], [ 119.8022609, 30.4563366 ], [ 119.8023277, 30.456567 ], [ 119.8024127, 30.4567764 ], [ 119.8025341, 30.4569753 ], [ 119.8028189, 30.4571849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8028189, 30.4571849 ], [ 119.8025341, 30.4569753 ], [ 119.8024127, 30.4567764 ], [ 119.8023277, 30.456567 ], [ 119.8022609, 30.4563366 ], [ 119.8020274, 30.4553945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8045661, 30.4582353 ], [ 119.804586, 30.4581712 ], [ 119.8048482, 30.4574491 ], [ 119.8051808, 30.456716 ], [ 119.8055517, 30.4559993 ], [ 119.805929, 30.4553764 ], [ 119.8062284, 30.4549256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8045661, 30.4582353 ], [ 119.8041435, 30.4581165 ], [ 119.8039795, 30.4580432 ], [ 119.8038641, 30.4579542 ], [ 119.8028189, 30.4571849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8028189, 30.4571849 ], [ 119.8038641, 30.4579542 ], [ 119.8039795, 30.4580432 ], [ 119.8041435, 30.4581165 ], [ 119.8045661, 30.4582353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8394093, 30.4416552 ], [ 119.8400214, 30.4416564 ], [ 119.8409927, 30.4415562 ], [ 119.8413994, 30.4414417 ], [ 119.8416651, 30.4413343 ], [ 119.8418311, 30.4412127 ], [ 119.8419556, 30.441091 ], [ 119.8424288, 30.4404827 ], [ 119.8425023, 30.4402816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8425023, 30.4402816 ], [ 119.8424288, 30.4404827 ], [ 119.8419556, 30.441091 ], [ 119.8418311, 30.4412127 ], [ 119.8416651, 30.4413343 ], [ 119.8413994, 30.4414417 ], [ 119.8409927, 30.4415562 ], [ 119.8400214, 30.4416564 ], [ 119.8394093, 30.4416552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8389876, 30.4411972 ], [ 119.8389727, 30.4413206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8389727, 30.4413206 ], [ 119.8389876, 30.4411972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8389727, 30.4413206 ], [ 119.8392168, 30.4414951 ], [ 119.8393722, 30.4416063 ], [ 119.8394093, 30.4416552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8394093, 30.4416552 ], [ 119.8393722, 30.4416063 ], [ 119.8392168, 30.4414951 ], [ 119.8389727, 30.4413206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8546732, 30.4696018 ], [ 119.8545573, 30.4694612 ], [ 119.8545615, 30.4692833 ], [ 119.8545359, 30.4691508 ], [ 119.8544181, 30.4690714 ], [ 119.8541108, 30.4690405 ], [ 119.8538436, 30.4689507 ], [ 119.8535949, 30.4688671 ], [ 119.8535064, 30.4688374 ], [ 119.8533271, 30.4687579 ], [ 119.8532042, 30.4685769 ], [ 119.8530812, 30.4684886 ], [ 119.8528866, 30.4684401 ], [ 119.852692, 30.4684224 ], [ 119.8525742, 30.4683915 ], [ 119.8522515, 30.4681796 ], [ 119.8520338, 30.4681724 ], [ 119.851852, 30.4681664 ], [ 119.851642, 30.4681796 ], [ 119.851391, 30.4681178 ], [ 119.8512015, 30.4679898 ], [ 119.8509147, 30.4676807 ], [ 119.8508072, 30.4674955 ], [ 119.8507456, 30.4673894 ], [ 119.8506893, 30.467279 ], [ 119.8505664, 30.4671775 ], [ 119.8504383, 30.467151 ], [ 119.8502283, 30.4671686 ], [ 119.8499825, 30.4671819 ], [ 119.8496956, 30.4671024 ], [ 119.8494754, 30.4669744 ], [ 119.8494088, 30.4668199 ], [ 119.8492756, 30.4665859 ], [ 119.8487276, 30.4662945 ], [ 119.84862, 30.4661356 ], [ 119.8485381, 30.4658398 ], [ 119.8484613, 30.4656367 ], [ 119.8481436, 30.4652783 ], [ 119.8480145, 30.4651327 ], [ 119.8478978, 30.465001 ], [ 119.8470937, 30.4638752 ], [ 119.8469439, 30.4636493 ], [ 119.8468523, 30.4635111 ], [ 119.8467454, 30.4633498 ], [ 119.8464842, 30.4632218 ], [ 119.846256, 30.4630589 ], [ 119.8457517, 30.4625243 ], [ 119.8454291, 30.4622461 ], [ 119.8450142, 30.4618576 ], [ 119.8446761, 30.4613764 ], [ 119.8440256, 30.4607053 ], [ 119.8437747, 30.4604581 ], [ 119.843621, 30.4601358 ], [ 119.8435442, 30.4595044 ], [ 119.8435248, 30.4593196 ], [ 119.8434776, 30.4588686 ], [ 119.8434571, 30.4583918 ], [ 119.8434213, 30.4581622 ], [ 119.843201, 30.4577914 ], [ 119.8430935, 30.457341 ], [ 119.8429272, 30.4569299 ], [ 119.842822, 30.4566699 ], [ 119.842653, 30.4562196 ], [ 119.8424327, 30.4559149 ], [ 119.8420332, 30.4547095 ], [ 119.8419103, 30.45414 ], [ 119.8419308, 30.4538353 ], [ 119.8420435, 30.4534291 ], [ 119.8424788, 30.4526608 ], [ 119.8425915, 30.4524577 ], [ 119.84295, 30.4521398 ], [ 119.8430832, 30.4520029 ], [ 119.8433291, 30.4515526 ], [ 119.8434315, 30.4512038 ], [ 119.8436772, 30.4494348 ], [ 119.8439822, 30.4488038 ], [ 119.8439909, 30.4485784 ], [ 119.8435291, 30.4477595 ], [ 119.8435029, 30.4475641 ], [ 119.8435726, 30.4473012 ], [ 119.8435726, 30.4471359 ], [ 119.8434831, 30.4469423 ], [ 119.8426663, 30.445175 ], [ 119.8420737, 30.4438227 ], [ 119.8418646, 30.4435071 ], [ 119.8416825, 30.4433467 ], [ 119.8414724, 30.4431615 ], [ 119.8407665, 30.442846 ], [ 119.8405225, 30.4427859 ], [ 119.8398863, 30.4424553 ], [ 119.839773, 30.4423726 ], [ 119.8395539, 30.4418776 ], [ 119.8395203, 30.4418016 ], [ 119.8394093, 30.4416552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8394093, 30.4416552 ], [ 119.8395203, 30.4418016 ], [ 119.8395539, 30.4418776 ], [ 119.839773, 30.4423726 ], [ 119.8398863, 30.4424553 ], [ 119.8405225, 30.4427859 ], [ 119.8407665, 30.442846 ], [ 119.8414724, 30.4431615 ], [ 119.8416825, 30.4433467 ], [ 119.8418646, 30.4435071 ], [ 119.8420737, 30.4438227 ], [ 119.8426663, 30.445175 ], [ 119.8434831, 30.4469423 ], [ 119.8435726, 30.4471359 ], [ 119.8435726, 30.4473012 ], [ 119.8435029, 30.4475641 ], [ 119.8435291, 30.4477595 ], [ 119.8439909, 30.4485784 ], [ 119.8439822, 30.4488038 ], [ 119.8436772, 30.4494348 ], [ 119.8434315, 30.4512038 ], [ 119.8433291, 30.4515526 ], [ 119.8430832, 30.4520029 ], [ 119.84295, 30.4521398 ], [ 119.8425915, 30.4524577 ], [ 119.8424788, 30.4526608 ], [ 119.8420435, 30.4534291 ], [ 119.8419308, 30.4538353 ], [ 119.8419103, 30.45414 ], [ 119.8420332, 30.4547095 ], [ 119.8424327, 30.4559149 ], [ 119.842653, 30.4562196 ], [ 119.842822, 30.4566699 ], [ 119.8429272, 30.4569299 ], [ 119.8430935, 30.457341 ], [ 119.843201, 30.4577914 ], [ 119.8434213, 30.4581622 ], [ 119.8434571, 30.4583918 ], [ 119.8434776, 30.4588686 ], [ 119.8435248, 30.4593196 ], [ 119.8435442, 30.4595044 ], [ 119.843621, 30.4601358 ], [ 119.8437747, 30.4604581 ], [ 119.8440256, 30.4607053 ], [ 119.8446761, 30.4613764 ], [ 119.8450142, 30.4618576 ], [ 119.8454291, 30.4622461 ], [ 119.8457517, 30.4625243 ], [ 119.846256, 30.4630589 ], [ 119.8464842, 30.4632218 ], [ 119.8467454, 30.4633498 ], [ 119.8468523, 30.4635111 ], [ 119.8469439, 30.4636493 ], [ 119.8470937, 30.4638752 ], [ 119.8478978, 30.465001 ], [ 119.8480145, 30.4651327 ], [ 119.8481436, 30.4652783 ], [ 119.8484613, 30.4656367 ], [ 119.8485381, 30.4658398 ], [ 119.84862, 30.4661356 ], [ 119.8487276, 30.4662945 ], [ 119.8492756, 30.4665859 ], [ 119.8494088, 30.4668199 ], [ 119.8494754, 30.4669744 ], [ 119.8496956, 30.4671024 ], [ 119.8499825, 30.4671819 ], [ 119.8502283, 30.4671686 ], [ 119.8504383, 30.467151 ], [ 119.8505664, 30.4671775 ], [ 119.8506893, 30.467279 ], [ 119.8507456, 30.4673894 ], [ 119.8508072, 30.4674955 ], [ 119.8509147, 30.4676807 ], [ 119.8512015, 30.4679898 ], [ 119.851391, 30.4681178 ], [ 119.851642, 30.4681796 ], [ 119.851852, 30.4681664 ], [ 119.8520338, 30.4681724 ], [ 119.8522515, 30.4681796 ], [ 119.8525742, 30.4683915 ], [ 119.852692, 30.4684224 ], [ 119.8528866, 30.4684401 ], [ 119.8530812, 30.4684886 ], [ 119.8532042, 30.4685769 ], [ 119.8533271, 30.4687579 ], [ 119.8535064, 30.4688374 ], [ 119.8535949, 30.4688671 ], [ 119.8538436, 30.4689507 ], [ 119.8541108, 30.4690405 ], [ 119.8544181, 30.4690714 ], [ 119.8545359, 30.4691508 ], [ 119.8545615, 30.4692833 ], [ 119.8545573, 30.4694612 ], [ 119.8546732, 30.4696018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8331471, 30.4754513 ], [ 119.8331896, 30.4753358 ], [ 119.8332647, 30.4751318 ], [ 119.8333507, 30.4748984 ], [ 119.8334155, 30.4740516 ], [ 119.833323, 30.4728889 ], [ 119.8330686, 30.472251 ], [ 119.8330157, 30.4721241 ], [ 119.8329644, 30.4720012 ], [ 119.8328219, 30.4716597 ], [ 119.8328219, 30.471374 ], [ 119.8328682, 30.4709289 ], [ 119.8326446, 30.469992 ], [ 119.8325213, 30.4692279 ], [ 119.8323208, 30.4680984 ], [ 119.8320741, 30.4670752 ], [ 119.8319354, 30.4665104 ], [ 119.8310026, 30.4647164 ], [ 119.8308769, 30.4644874 ], [ 119.8307457, 30.4642484 ], [ 119.8305247, 30.4638459 ], [ 119.8301701, 30.4631483 ], [ 119.8301443, 30.4630716 ], [ 119.8300313, 30.4627363 ], [ 119.8297846, 30.4622047 ], [ 119.8295611, 30.4619788 ], [ 119.8291371, 30.4616532 ], [ 119.8285049, 30.4609621 ], [ 119.8283824, 30.4608425 ], [ 119.8279599, 30.4604297 ], [ 119.8278112, 30.4602844 ], [ 119.8276493, 30.4598724 ], [ 119.8273409, 30.4583042 ], [ 119.8271096, 30.457128 ], [ 119.8264966, 30.4549596 ], [ 119.8261969, 30.4544875 ], [ 119.8261157, 30.4543351 ], [ 119.82304, 30.4485642 ], [ 119.8229901, 30.4484499 ], [ 119.8228962, 30.4482347 ], [ 119.8228389, 30.4481035 ], [ 119.8225614, 30.4475984 ], [ 119.8213666, 30.4453655 ], [ 119.820719, 30.444455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.820719, 30.444455 ], [ 119.8213666, 30.4453655 ], [ 119.8225614, 30.4475984 ], [ 119.8228389, 30.4481035 ], [ 119.8228962, 30.4482347 ], [ 119.8229901, 30.4484499 ], [ 119.82304, 30.4485642 ], [ 119.8261157, 30.4543351 ], [ 119.8261969, 30.4544875 ], [ 119.8264966, 30.4549596 ], [ 119.8271096, 30.457128 ], [ 119.8273409, 30.4583042 ], [ 119.8276493, 30.4598724 ], [ 119.8278112, 30.4602844 ], [ 119.8279599, 30.4604297 ], [ 119.8283824, 30.4608425 ], [ 119.8285049, 30.4609621 ], [ 119.8291371, 30.4616532 ], [ 119.8295611, 30.4619788 ], [ 119.8297846, 30.4622047 ], [ 119.8300313, 30.4627363 ], [ 119.8301443, 30.4630716 ], [ 119.8301701, 30.4631483 ], [ 119.8305247, 30.4638459 ], [ 119.8307457, 30.4642484 ], [ 119.8308769, 30.4644874 ], [ 119.8310026, 30.4647164 ], [ 119.8319354, 30.4665104 ], [ 119.8320741, 30.4670752 ], [ 119.8323208, 30.4680984 ], [ 119.8325213, 30.4692279 ], [ 119.8326446, 30.469992 ], [ 119.8328682, 30.4709289 ], [ 119.8328219, 30.471374 ], [ 119.8328219, 30.4716597 ], [ 119.8329644, 30.4720012 ], [ 119.8330157, 30.4721241 ], [ 119.8330686, 30.472251 ], [ 119.833323, 30.4728889 ], [ 119.8334155, 30.4740516 ], [ 119.8333507, 30.4748984 ], [ 119.8332647, 30.4751318 ], [ 119.8331896, 30.4753358 ], [ 119.8331471, 30.4754513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7997505, 30.4527212 ], [ 119.7996272, 30.4527358 ], [ 119.7992723, 30.4528289 ], [ 119.7990918, 30.4528762 ], [ 119.7975788, 30.4533177 ], [ 119.7973615, 30.4534247 ], [ 119.797152, 30.4535518 ], [ 119.7969503, 30.4537993 ], [ 119.7965258, 30.454282 ], [ 119.7963918, 30.4544345 ], [ 119.7958329, 30.4550701 ], [ 119.7953053, 30.455652 ], [ 119.7951501, 30.45604 ], [ 119.7950493, 30.4565149 ], [ 119.7949406, 30.4571904 ], [ 119.7948398, 30.457371 ], [ 119.7946768, 30.4575984 ], [ 119.7943044, 30.4579796 ], [ 119.7941167, 30.4581526 ], [ 119.7939707, 30.4582873 ], [ 119.7930241, 30.4591234 ], [ 119.7928903, 30.4591888 ], [ 119.7927913, 30.4592371 ], [ 119.7924499, 30.4592839 ], [ 119.7921628, 30.4592438 ], [ 119.7918835, 30.4591969 ], [ 119.7913467, 30.4591141 ], [ 119.7910101, 30.459158 ], [ 119.7907041, 30.4592459 ], [ 119.7903471, 30.4594218 ], [ 119.7902248, 30.4595361 ], [ 119.7898168, 30.4600723 ], [ 119.7896128, 30.4603097 ], [ 119.7892354, 30.4605734 ], [ 119.7887867, 30.4608372 ], [ 119.7880255, 30.4611422 ], [ 119.787624, 30.4613031 ], [ 119.7863185, 30.4618658 ], [ 119.7857678, 30.4620943 ], [ 119.7857084, 30.4621204 ], [ 119.7853088, 30.4622965 ], [ 119.7845541, 30.4626306 ], [ 119.7836973, 30.4632196 ], [ 119.7825693, 30.4639378 ], [ 119.7818872, 30.4647091 ], [ 119.7813896, 30.4650724 ], [ 119.7812315, 30.4651879 ], [ 119.7810154, 30.4652884 ], [ 119.7807456, 30.4654139 ], [ 119.7799125, 30.4656533 ], [ 119.779465, 30.4658262 ], [ 119.7780457, 30.4667969 ], [ 119.7775751, 30.4670961 ], [ 119.777174, 30.4672224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.777174, 30.4672224 ], [ 119.7775751, 30.4670961 ], [ 119.7780457, 30.4667969 ], [ 119.779465, 30.4658262 ], [ 119.7799125, 30.4656533 ], [ 119.7807456, 30.4654139 ], [ 119.7810154, 30.4652884 ], [ 119.7812315, 30.4651879 ], [ 119.7813896, 30.4650724 ], [ 119.7818872, 30.4647091 ], [ 119.7825693, 30.4639378 ], [ 119.7836973, 30.4632196 ], [ 119.7845541, 30.4626306 ], [ 119.7853088, 30.4622965 ], [ 119.7857084, 30.4621204 ], [ 119.7857678, 30.4620943 ], [ 119.7863185, 30.4618658 ], [ 119.787624, 30.4613031 ], [ 119.7880255, 30.4611422 ], [ 119.7887867, 30.4608372 ], [ 119.7892354, 30.4605734 ], [ 119.7896128, 30.4603097 ], [ 119.7898168, 30.4600723 ], [ 119.7902248, 30.4595361 ], [ 119.7903471, 30.4594218 ], [ 119.7907041, 30.4592459 ], [ 119.7910101, 30.459158 ], [ 119.7913467, 30.4591141 ], [ 119.7918835, 30.4591969 ], [ 119.7921628, 30.4592438 ], [ 119.7924499, 30.4592839 ], [ 119.7927913, 30.4592371 ], [ 119.7928903, 30.4591888 ], [ 119.7930241, 30.4591234 ], [ 119.7939707, 30.4582873 ], [ 119.7941167, 30.4581526 ], [ 119.7943044, 30.4579796 ], [ 119.7946768, 30.4575984 ], [ 119.7948398, 30.457371 ], [ 119.7949406, 30.4571904 ], [ 119.7950493, 30.4565149 ], [ 119.7951501, 30.45604 ], [ 119.7953053, 30.455652 ], [ 119.7958329, 30.4550701 ], [ 119.7963918, 30.4544345 ], [ 119.7965258, 30.454282 ], [ 119.7969503, 30.4537993 ], [ 119.797152, 30.4535518 ], [ 119.7973615, 30.4534247 ], [ 119.7975788, 30.4533177 ], [ 119.7990918, 30.4528762 ], [ 119.7992723, 30.4528289 ], [ 119.7996272, 30.4527358 ], [ 119.7997505, 30.4527212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7590742, 30.4553049 ], [ 119.7591823, 30.4553485 ], [ 119.7597027, 30.4555584 ], [ 119.760015, 30.4557009 ], [ 119.7606049, 30.4559294 ], [ 119.7612, 30.45616 ], [ 119.7617, 30.45642 ], [ 119.7622, 30.45676 ], [ 119.7624, 30.45694 ], [ 119.7636, 30.45813 ], [ 119.7640022, 30.4590307 ], [ 119.7644, 30.46011 ], [ 119.7647504, 30.4606767 ], [ 119.7650691, 30.4610335 ], [ 119.7655457, 30.4613675 ], [ 119.7663294, 30.4616792 ], [ 119.7673695, 30.4619165 ], [ 119.7681641, 30.4622689 ], [ 119.7686192, 30.4625881 ], [ 119.7690173, 30.4629902 ], [ 119.7691129, 30.4630868 ], [ 119.769676, 30.4637716 ], [ 119.7701851, 30.4641706 ], [ 119.7706248, 30.4643767 ], [ 119.7709929, 30.4645398 ], [ 119.7717356, 30.4648687 ], [ 119.7721599, 30.4651147 ], [ 119.7726525, 30.4655537 ], [ 119.7733475, 30.4662819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7733475, 30.4662819 ], [ 119.7726525, 30.4655537 ], [ 119.7721599, 30.4651147 ], [ 119.7717356, 30.4648687 ], [ 119.7709929, 30.4645398 ], [ 119.7706248, 30.4643767 ], [ 119.7701851, 30.4641706 ], [ 119.769676, 30.4637716 ], [ 119.7691129, 30.4630868 ], [ 119.7690173, 30.4629902 ], [ 119.7686192, 30.4625881 ], [ 119.7681641, 30.4622689 ], [ 119.7673695, 30.4619165 ], [ 119.7663294, 30.4616792 ], [ 119.7655457, 30.4613675 ], [ 119.7650691, 30.4610335 ], [ 119.7647504, 30.4606767 ], [ 119.7644, 30.46011 ], [ 119.7640022, 30.4590307 ], [ 119.7636, 30.45813 ], [ 119.7624, 30.45694 ], [ 119.7622, 30.45676 ], [ 119.7617, 30.45642 ], [ 119.7612, 30.45616 ], [ 119.7606049, 30.4559294 ], [ 119.760015, 30.4557009 ], [ 119.7597027, 30.4555584 ], [ 119.7591823, 30.4553485 ], [ 119.7590742, 30.4553049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7549626, 30.4634173 ], [ 119.7549955, 30.4633272 ], [ 119.755096, 30.4630624 ], [ 119.7557536, 30.461329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7557536, 30.461329 ], [ 119.755096, 30.4630624 ], [ 119.7549955, 30.4633272 ], [ 119.7549626, 30.4634173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.745531, 30.4598318 ], [ 119.7457631, 30.4605719 ], [ 119.7459531, 30.4606538 ], [ 119.7468649, 30.4607029 ], [ 119.7468227, 30.4626181 ], [ 119.7468199, 30.4627407 ], [ 119.7468174, 30.4628562 ], [ 119.7465825, 30.4634222 ], [ 119.746447, 30.4637486 ], [ 119.7464185, 30.4642152 ], [ 119.746694, 30.4648784 ], [ 119.746656, 30.4655988 ], [ 119.7467283, 30.4660064 ], [ 119.7467549, 30.4661565 ], [ 119.7467815, 30.4663068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7467815, 30.4663068 ], [ 119.7467549, 30.4661565 ], [ 119.7467283, 30.4660064 ], [ 119.746656, 30.4655988 ], [ 119.746694, 30.4648784 ], [ 119.7464185, 30.4642152 ], [ 119.746447, 30.4637486 ], [ 119.7465825, 30.4634222 ], [ 119.7468174, 30.4628562 ], [ 119.7468199, 30.4627407 ], [ 119.7468227, 30.4626181 ], [ 119.7468649, 30.4607029 ], [ 119.7459531, 30.4606538 ], [ 119.7457631, 30.4605719 ], [ 119.745531, 30.4598318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7549626, 30.4634173 ], [ 119.7541248, 30.4657111 ], [ 119.7538461, 30.4657602 ], [ 119.7529348, 30.4659474 ], [ 119.752508, 30.4658203 ], [ 119.7517646, 30.4656934 ], [ 119.7514335, 30.4655538 ], [ 119.7510949, 30.4653953 ], [ 119.7508668, 30.4654206 ], [ 119.7505724, 30.4654016 ], [ 119.7483424, 30.4657378 ], [ 119.7480554, 30.4658964 ], [ 119.7478419, 30.4659662 ], [ 119.7475917, 30.4659916 ], [ 119.7467815, 30.4663068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7467815, 30.4663068 ], [ 119.7475917, 30.4659916 ], [ 119.7478419, 30.4659662 ], [ 119.7480554, 30.4658964 ], [ 119.7483424, 30.4657378 ], [ 119.7505724, 30.4654016 ], [ 119.7508668, 30.4654206 ], [ 119.7510949, 30.4653953 ], [ 119.7514335, 30.4655538 ], [ 119.7517646, 30.4656934 ], [ 119.752508, 30.4658203 ], [ 119.7529348, 30.4659474 ], [ 119.7538461, 30.4657602 ], [ 119.7541248, 30.4657111 ], [ 119.7549626, 30.4634173 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8045661, 30.4582353 ], [ 119.8046547, 30.4582658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "双后线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8046547, 30.4582658 ], [ 119.8045661, 30.4582353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8046547, 30.4582658 ], [ 119.8044703, 30.4588606 ], [ 119.8042657, 30.4596323 ], [ 119.8041633, 30.4601333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7845096, 30.4642726 ], [ 119.7845999, 30.4642218 ], [ 119.7847251, 30.464117 ], [ 119.7851185, 30.4637255 ], [ 119.7856192, 30.4632754 ], [ 119.7858838, 30.463055 ], [ 119.7860913, 30.4629394 ], [ 119.786304, 30.462904 ], [ 119.7867207, 30.4628994 ], [ 119.7869353, 30.4629703 ], [ 119.7871409, 30.4629918 ], [ 119.7874985, 30.4629055 ], [ 119.7878383, 30.4628423 ], [ 119.7879313, 30.4628254 ], [ 119.788625, 30.4623969 ], [ 119.7892926, 30.4619525 ], [ 119.7898385, 30.4616157 ], [ 119.7905671, 30.4613618 ], [ 119.7909804, 30.4611258 ], [ 119.7918847, 30.4606893 ], [ 119.7926803, 30.4602382 ], [ 119.792851, 30.4601415 ], [ 119.79313, 30.4600256 ], [ 119.7948583, 30.459107 ], [ 119.7984752, 30.4572124 ], [ 119.8010956, 30.4558475 ], [ 119.8020274, 30.4553945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8020274, 30.4553945 ], [ 119.8010956, 30.4558475 ], [ 119.7984752, 30.4572124 ], [ 119.7948583, 30.459107 ], [ 119.79313, 30.4600256 ], [ 119.792851, 30.4601415 ], [ 119.7926803, 30.4602382 ], [ 119.7918847, 30.4606893 ], [ 119.7909804, 30.4611258 ], [ 119.7905671, 30.4613618 ], [ 119.7898385, 30.4616157 ], [ 119.7892926, 30.4619525 ], [ 119.788625, 30.4623969 ], [ 119.7879313, 30.4628254 ], [ 119.7878383, 30.4628423 ], [ 119.7874985, 30.4629055 ], [ 119.7871409, 30.4629918 ], [ 119.7869353, 30.4629703 ], [ 119.7867207, 30.4628994 ], [ 119.786304, 30.462904 ], [ 119.7860913, 30.4629394 ], [ 119.7858838, 30.463055 ], [ 119.7856192, 30.4632754 ], [ 119.7851185, 30.4637255 ], [ 119.7847251, 30.464117 ], [ 119.7845999, 30.4642218 ], [ 119.7845096, 30.4642726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8041633, 30.4601333 ], [ 119.8052576, 30.4621573 ], [ 119.8057515, 30.4626731 ], [ 119.8060108, 30.4630145 ], [ 119.8060972, 30.4631282 ], [ 119.8063715, 30.4634893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8063715, 30.4634893 ], [ 119.8060972, 30.4631282 ], [ 119.8060108, 30.4630145 ], [ 119.8057515, 30.4626731 ], [ 119.8052576, 30.4621573 ], [ 119.8041633, 30.4601333 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8041633, 30.4601333 ], [ 119.8040099, 30.4608836 ], [ 119.8039724, 30.461195 ], [ 119.8039331, 30.4613631 ], [ 119.8039239, 30.4614251 ], [ 119.8038564, 30.4618813 ], [ 119.8037797, 30.4625537 ], [ 119.8037349, 30.463127 ], [ 119.8036901, 30.4656019 ], [ 119.8037605, 30.4685011 ], [ 119.8037157, 30.4688484 ], [ 119.8035622, 30.4692728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8228193, 30.4616919 ], [ 119.8219488, 30.4627116 ], [ 119.8219013, 30.4634075 ], [ 119.8221102, 30.4641198 ], [ 119.821978, 30.4647306 ], [ 119.8219433, 30.4648909 ], [ 119.8218728, 30.4652168 ], [ 119.8211414, 30.4651349 ], [ 119.8204385, 30.4653642 ], [ 119.8195837, 30.465446 ], [ 119.8188333, 30.465618 ], [ 119.8185199, 30.4658226 ], [ 119.817912, 30.4659045 ], [ 119.8174181, 30.4661747 ], [ 119.8165727, 30.4663957 ], [ 119.8163719, 30.466437 ], [ 119.8161747, 30.4664776 ], [ 119.8159623, 30.4665213 ], [ 119.8144641, 30.4668296 ], [ 119.8124124, 30.4676156 ], [ 119.8118236, 30.4677547 ], [ 119.8115002, 30.4676808 ], [ 119.8113429, 30.4676448 ], [ 119.8108927, 30.4675419 ], [ 119.8104653, 30.4683114 ], [ 119.809145, 30.4697441 ], [ 119.8083947, 30.4701862 ], [ 119.8078722, 30.4703745 ], [ 119.8069224, 30.4703417 ], [ 119.8057826, 30.4701125 ], [ 119.8046713, 30.4698096 ], [ 119.8036418, 30.4693113 ], [ 119.8035622, 30.4692728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8035622, 30.4692728 ], [ 119.8036418, 30.4693113 ], [ 119.8046713, 30.4698096 ], [ 119.8057826, 30.4701125 ], [ 119.8069224, 30.4703417 ], [ 119.8078722, 30.4703745 ], [ 119.8083947, 30.4701862 ], [ 119.809145, 30.4697441 ], [ 119.8104653, 30.4683114 ], [ 119.8108927, 30.4675419 ], [ 119.8113429, 30.4676448 ], [ 119.8115002, 30.4676808 ], [ 119.8118236, 30.4677547 ], [ 119.8124124, 30.4676156 ], [ 119.8144641, 30.4668296 ], [ 119.8159623, 30.4665213 ], [ 119.8161747, 30.4664776 ], [ 119.8163719, 30.466437 ], [ 119.8165727, 30.4663957 ], [ 119.8174181, 30.4661747 ], [ 119.817912, 30.4659045 ], [ 119.8185199, 30.4658226 ], [ 119.8188333, 30.465618 ], [ 119.8195837, 30.465446 ], [ 119.8204385, 30.4653642 ], [ 119.8211414, 30.4651349 ], [ 119.8218728, 30.4652168 ], [ 119.8219433, 30.4648909 ], [ 119.821978, 30.4647306 ], [ 119.8221102, 30.4641198 ], [ 119.8219013, 30.4634075 ], [ 119.8219488, 30.4627116 ], [ 119.8228193, 30.4616919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8228193, 30.4616919 ], [ 119.8231869, 30.4620695 ], [ 119.8235947, 30.4626644 ], [ 119.8239607, 30.4629979 ], [ 119.8246298, 30.4635596 ], [ 119.824847, 30.4637419 ], [ 119.8251633, 30.4640074 ], [ 119.8253411, 30.4642148 ], [ 119.8253659, 30.4643792 ], [ 119.825477, 30.4651161 ], [ 119.8255928, 30.4656328 ], [ 119.8256548, 30.4659093 ], [ 119.8258535, 30.4665492 ], [ 119.825843, 30.4668467 ], [ 119.8257698, 30.4671712 ], [ 119.8255084, 30.4675587 ], [ 119.8254352, 30.4679643 ], [ 119.8252574, 30.4686583 ], [ 119.8252365, 30.4691811 ], [ 119.8251529, 30.4693884 ], [ 119.8248078, 30.4699112 ], [ 119.8247764, 30.4700914 ], [ 119.8248705, 30.4703348 ], [ 119.8249542, 30.4706232 ], [ 119.8251529, 30.4714073 ], [ 119.8251424, 30.4716236 ], [ 119.8250298, 30.4718177 ], [ 119.8250148, 30.4719471 ], [ 119.8250598, 30.4720442 ], [ 119.8254652, 30.4725812 ], [ 119.825773, 30.4730923 ], [ 119.825788, 30.4732605 ], [ 119.8257805, 30.4734417 ], [ 119.8256228, 30.4740563 ], [ 119.8256379, 30.474328 ], [ 119.8256117, 30.4748545 ], [ 119.8256117, 30.4749562 ], [ 119.8255961, 30.4751011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8255961, 30.4751011 ], [ 119.8256117, 30.4749562 ], [ 119.8256117, 30.4748545 ], [ 119.8256379, 30.474328 ], [ 119.8256228, 30.4740563 ], [ 119.8257805, 30.4734417 ], [ 119.825788, 30.4732605 ], [ 119.825773, 30.4730923 ], [ 119.8254652, 30.4725812 ], [ 119.8250598, 30.4720442 ], [ 119.8250148, 30.4719471 ], [ 119.8250298, 30.4718177 ], [ 119.8251424, 30.4716236 ], [ 119.8251529, 30.4714073 ], [ 119.8249542, 30.4706232 ], [ 119.8248705, 30.4703348 ], [ 119.8247764, 30.4700914 ], [ 119.8248078, 30.4699112 ], [ 119.8251529, 30.4693884 ], [ 119.8252365, 30.4691811 ], [ 119.8252574, 30.4686583 ], [ 119.8254352, 30.4679643 ], [ 119.8255084, 30.4675587 ], [ 119.8257698, 30.4671712 ], [ 119.825843, 30.4668467 ], [ 119.8258535, 30.4665492 ], [ 119.8256548, 30.4659093 ], [ 119.8255928, 30.4656328 ], [ 119.825477, 30.4651161 ], [ 119.8253659, 30.4643792 ], [ 119.8253411, 30.4642148 ], [ 119.8251633, 30.4640074 ], [ 119.824847, 30.4637419 ], [ 119.8246298, 30.4635596 ], [ 119.8239607, 30.4629979 ], [ 119.8235947, 30.4626644 ], [ 119.8231869, 30.4620695 ], [ 119.8228193, 30.4616919 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7831236, 30.4791952 ], [ 119.7835207, 30.4790447 ], [ 119.7868189, 30.4780254 ], [ 119.7914292, 30.4763925 ], [ 119.7926405, 30.4759635 ], [ 119.7942127, 30.4752547 ], [ 119.7942815, 30.4752193 ], [ 119.7947224, 30.4749764 ], [ 119.7953519, 30.4746297 ], [ 119.7965631, 30.473896 ], [ 119.7967229, 30.4737974 ], [ 119.7983776, 30.472772 ], [ 119.7995678, 30.4720344 ], [ 119.8016745, 30.4707403 ], [ 119.8018299, 30.4706449 ], [ 119.8025717, 30.4701819 ], [ 119.8029426, 30.4699063 ], [ 119.8032239, 30.4696087 ], [ 119.8034797, 30.4692229 ], [ 119.8035659, 30.4689845 ], [ 119.8036332, 30.4687985 ], [ 119.803678, 30.4684512 ], [ 119.8036076, 30.465552 ], [ 119.8036524, 30.4630771 ], [ 119.8036972, 30.4625038 ], [ 119.8037739, 30.4618314 ], [ 119.8038506, 30.4613132 ], [ 119.8038634, 30.4611944 ], [ 119.8039003, 30.4609865 ], [ 119.8039274, 30.4608337 ], [ 119.8041832, 30.4595824 ], [ 119.8043878, 30.4588107 ], [ 119.8045661, 30.4582353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8035622, 30.4692728 ], [ 119.8034313, 30.4694702 ], [ 119.8033064, 30.4696586 ], [ 119.8030251, 30.4699562 ], [ 119.8026542, 30.4702318 ], [ 119.8019124, 30.4706948 ], [ 119.7973992, 30.4734671 ], [ 119.7971738, 30.4736056 ], [ 119.7967502, 30.4738813 ], [ 119.796594, 30.47398 ], [ 119.7960803, 30.4742773 ], [ 119.7948141, 30.4750378 ], [ 119.7941674, 30.4753703 ], [ 119.7933867, 30.4757179 ], [ 119.792723, 30.4760134 ], [ 119.7910022, 30.4766585 ], [ 119.7868389, 30.4780888 ], [ 119.7831801, 30.4792695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8255961, 30.4751011 ], [ 119.8255928, 30.4751626 ], [ 119.8255811, 30.4752527 ], [ 119.8255178, 30.4757384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8255178, 30.4757384 ], [ 119.8255811, 30.4752527 ], [ 119.8255928, 30.4751626 ], [ 119.8255961, 30.4751011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8255178, 30.4757384 ], [ 119.8253076, 30.4762884 ], [ 119.8251124, 30.4765213 ], [ 119.8250073, 30.4766959 ], [ 119.8248647, 30.4771682 ], [ 119.8247521, 30.4772782 ], [ 119.8243242, 30.4776146 ], [ 119.8241665, 30.4777246 ], [ 119.8240089, 30.4777893 ], [ 119.8239791, 30.4777991 ], [ 119.8238383, 30.4778453 ], [ 119.8236936, 30.4778928 ], [ 119.8234759, 30.4779769 ], [ 119.8233913, 30.4780381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8233913, 30.4780381 ], [ 119.8234759, 30.4779769 ], [ 119.8236936, 30.4778928 ], [ 119.8238383, 30.4778453 ], [ 119.8239791, 30.4777991 ], [ 119.8240089, 30.4777893 ], [ 119.8241665, 30.4777246 ], [ 119.8243242, 30.4776146 ], [ 119.8247521, 30.4772782 ], [ 119.8248647, 30.4771682 ], [ 119.8250073, 30.4766959 ], [ 119.8251124, 30.4765213 ], [ 119.8253076, 30.4762884 ], [ 119.8255178, 30.4757384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8255178, 30.4757384 ], [ 119.8275622, 30.4781834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8275622, 30.4781834 ], [ 119.8255178, 30.4757384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8286754, 30.4754911 ], [ 119.8285741, 30.4753903 ], [ 119.8283635, 30.4753433 ], [ 119.8274101, 30.4753318 ], [ 119.8272407, 30.4753298 ], [ 119.8269366, 30.4753164 ], [ 119.8264922, 30.4751954 ], [ 119.8261413, 30.4751417 ], [ 119.8255961, 30.4751011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8255961, 30.4751011 ], [ 119.8261413, 30.4751417 ], [ 119.8264922, 30.4751954 ], [ 119.8269366, 30.4753164 ], [ 119.8272407, 30.4753298 ], [ 119.8274101, 30.4753318 ], [ 119.8283635, 30.4753433 ], [ 119.8285741, 30.4753903 ], [ 119.8286754, 30.4754911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8331471, 30.4754513 ], [ 119.8316909, 30.4752231 ], [ 119.8314669, 30.4752056 ], [ 119.8312632, 30.4752231 ], [ 119.8302653, 30.4753986 ], [ 119.8293691, 30.4755478 ], [ 119.8290637, 30.4755478 ], [ 119.8286754, 30.4754911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8286754, 30.4754911 ], [ 119.8290637, 30.4755478 ], [ 119.8293691, 30.4755478 ], [ 119.8302653, 30.4753986 ], [ 119.8312632, 30.4752231 ], [ 119.8314669, 30.4752056 ], [ 119.8316909, 30.4752231 ], [ 119.8331471, 30.4754513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8349402, 30.4776438 ], [ 119.8342978, 30.4767151 ], [ 119.8339414, 30.4763114 ], [ 119.8334322, 30.4758989 ], [ 119.8331471, 30.4754513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8331471, 30.4754513 ], [ 119.8334322, 30.4758989 ], [ 119.8339414, 30.4763114 ], [ 119.8342978, 30.4767151 ], [ 119.8349402, 30.4776438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8292183, 30.4784229 ], [ 119.8291355, 30.4783471 ], [ 119.8289582, 30.4779385 ], [ 119.8288982, 30.4778001 ], [ 119.8288002, 30.4775743 ], [ 119.8287222, 30.477245 ], [ 119.8287456, 30.4765932 ], [ 119.828752, 30.4759041 ], [ 119.8287534, 30.4757532 ], [ 119.8286754, 30.4754911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小交线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8286754, 30.4754911 ], [ 119.8287534, 30.4757532 ], [ 119.828752, 30.4759041 ], [ 119.8287456, 30.4765932 ], [ 119.8287222, 30.477245 ], [ 119.8288002, 30.4775743 ], [ 119.8288982, 30.4778001 ], [ 119.8289582, 30.4779385 ], [ 119.8291355, 30.4783471 ], [ 119.8292183, 30.4784229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8349402, 30.4776438 ], [ 119.8348687, 30.4777495 ], [ 119.8347461, 30.47782 ], [ 119.8340307, 30.478049 ], [ 119.8337242, 30.4781458 ], [ 119.8318733, 30.4783094 ], [ 119.8301633, 30.4784581 ], [ 119.829823, 30.4784665 ], [ 119.8292183, 30.4784229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8292183, 30.4784229 ], [ 119.829823, 30.4784665 ], [ 119.8301633, 30.4784581 ], [ 119.8318733, 30.4783094 ], [ 119.8337242, 30.4781458 ], [ 119.8340307, 30.478049 ], [ 119.8347461, 30.47782 ], [ 119.8348687, 30.4777495 ], [ 119.8349402, 30.4776438 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "trunk" ], "name": "鸬鸟大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7751598, 30.4681346 ], [ 119.7772226, 30.4702941 ], [ 119.7779977, 30.471117 ], [ 119.7783309, 30.471508 ], [ 119.7786524, 30.4718215 ], [ 119.7787104, 30.4718837 ], [ 119.7790654, 30.4722445 ], [ 119.7793731, 30.4725571 ], [ 119.7798266, 30.4731351 ], [ 119.7801139, 30.4735301 ], [ 119.7802641, 30.4737366 ], [ 119.7805959, 30.474301 ], [ 119.7807687, 30.4745948 ], [ 119.7808379, 30.4747125 ], [ 119.7809775, 30.4749868 ], [ 119.7810803, 30.4751889 ], [ 119.7815792, 30.4761694 ], [ 119.782008, 30.4770278 ], [ 119.7826246, 30.4782254 ], [ 119.782765, 30.4784981 ], [ 119.7829639, 30.4788845 ], [ 119.7831236, 30.4791952 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "trunk" ], "name": "鸬鸟大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7831236, 30.4791952 ], [ 119.7829639, 30.4788845 ], [ 119.782765, 30.4784981 ], [ 119.7826246, 30.4782254 ], [ 119.782008, 30.4770278 ], [ 119.7815792, 30.4761694 ], [ 119.7810803, 30.4751889 ], [ 119.7809775, 30.4749868 ], [ 119.7808379, 30.4747125 ], [ 119.7807687, 30.4745948 ], [ 119.7805959, 30.474301 ], [ 119.7802641, 30.4737366 ], [ 119.7801139, 30.4735301 ], [ 119.7798266, 30.4731351 ], [ 119.7793731, 30.4725571 ], [ 119.7790654, 30.4722445 ], [ 119.7787104, 30.4718837 ], [ 119.7786524, 30.4718215 ], [ 119.7783309, 30.471508 ], [ 119.7779977, 30.471117 ], [ 119.7772226, 30.4702941 ], [ 119.7751598, 30.4681346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7751598, 30.4681346 ], [ 119.7738878, 30.4697822 ], [ 119.7721599, 30.4713778 ], [ 119.7719748, 30.4717036 ], [ 119.7719412, 30.4719203 ], [ 119.7718976, 30.4722023 ], [ 119.7718514, 30.4727208 ], [ 119.771793, 30.4731417 ], [ 119.7717665, 30.4733325 ], [ 119.7716122, 30.473645 ], [ 119.7711494, 30.4743696 ], [ 119.7710306, 30.4747476 ], [ 119.7709488, 30.4750079 ], [ 119.7707097, 30.4752339 ], [ 119.769676, 30.4764572 ], [ 119.7690975, 30.4772616 ], [ 119.7687426, 30.4784982 ], [ 119.7686346, 30.4796217 ], [ 119.7686395, 30.4799781 ], [ 119.7686538, 30.4803233 ], [ 119.7686825, 30.4807917 ], [ 119.768661, 30.4809458 ], [ 119.76837, 30.4816495 ], [ 119.7682783, 30.4818713 ], [ 119.7681818, 30.4821047 ], [ 119.7680208, 30.482305 ], [ 119.7677991, 30.4825331 ], [ 119.767665, 30.4827596 ], [ 119.7676507, 30.4828767 ], [ 119.7676811, 30.48302 ], [ 119.7677973, 30.4831649 ], [ 119.768214, 30.4835516 ], [ 119.7686399, 30.4839822 ], [ 119.7696302, 30.4849586 ], [ 119.7698052, 30.4851 ], [ 119.7700678, 30.4854111 ], [ 119.7701466, 30.4855367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7701466, 30.4855367 ], [ 119.7700678, 30.4854111 ], [ 119.7698052, 30.4851 ], [ 119.7696302, 30.4849586 ], [ 119.7686399, 30.4839822 ], [ 119.768214, 30.4835516 ], [ 119.7677973, 30.4831649 ], [ 119.7676811, 30.48302 ], [ 119.7676507, 30.4828767 ], [ 119.767665, 30.4827596 ], [ 119.7677991, 30.4825331 ], [ 119.7680208, 30.482305 ], [ 119.7681818, 30.4821047 ], [ 119.7682783, 30.4818713 ], [ 119.76837, 30.4816495 ], [ 119.768661, 30.4809458 ], [ 119.7686825, 30.4807917 ], [ 119.7686538, 30.4803233 ], [ 119.7686395, 30.4799781 ], [ 119.7686346, 30.4796217 ], [ 119.7687426, 30.4784982 ], [ 119.7690975, 30.4772616 ], [ 119.769676, 30.4764572 ], [ 119.7707097, 30.4752339 ], [ 119.7709488, 30.4750079 ], [ 119.7710306, 30.4747476 ], [ 119.7711494, 30.4743696 ], [ 119.7716122, 30.473645 ], [ 119.7717665, 30.4733325 ], [ 119.771793, 30.4731417 ], [ 119.7718514, 30.4727208 ], [ 119.7718976, 30.4722023 ], [ 119.7719412, 30.4719203 ], [ 119.7719748, 30.4717036 ], [ 119.7721599, 30.4713778 ], [ 119.7738878, 30.4697822 ], [ 119.7751598, 30.4681346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7753101, 30.4739508 ], [ 119.7753554, 30.4743212 ], [ 119.7755591, 30.4750285 ], [ 119.7756117, 30.4752113 ], [ 119.7756494, 30.4757051 ], [ 119.7755061, 30.476095 ], [ 119.7752574, 30.4765108 ], [ 119.7738627, 30.4781416 ], [ 119.7743225, 30.4785119 ], [ 119.7745563, 30.4782715 ], [ 119.7750689, 30.4780441 ], [ 119.7757172, 30.4779467 ], [ 119.7761611, 30.4779002 ], [ 119.7762977, 30.4780153 ], [ 119.7764401, 30.4781627 ], [ 119.7767974, 30.4783626 ], [ 119.7771715, 30.478572 ], [ 119.7775229, 30.479677 ], [ 119.7784995, 30.4808511 ], [ 119.7786319, 30.4810117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7786319, 30.4810117 ], [ 119.7784995, 30.4808511 ], [ 119.7775229, 30.479677 ], [ 119.7771715, 30.478572 ], [ 119.7767974, 30.4783626 ], [ 119.7764401, 30.4781627 ], [ 119.7762977, 30.4780153 ], [ 119.7761611, 30.4779002 ], [ 119.7757172, 30.4779467 ], [ 119.7750689, 30.4780441 ], [ 119.7745563, 30.4782715 ], [ 119.7743225, 30.4785119 ], [ 119.7738627, 30.4781416 ], [ 119.7752574, 30.4765108 ], [ 119.7755061, 30.476095 ], [ 119.7756494, 30.4757051 ], [ 119.7756117, 30.4752113 ], [ 119.7755591, 30.4750285 ], [ 119.7753554, 30.4743212 ], [ 119.7753101, 30.4739508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "鸬鸟大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7831236, 30.4791952 ], [ 119.7831801, 30.4792695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "鸬鸟大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7831801, 30.4792695 ], [ 119.7831236, 30.4791952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7831801, 30.4792695 ], [ 119.7827663, 30.4794172 ], [ 119.780788, 30.4801233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7786319, 30.4810117 ], [ 119.7790842, 30.4807846 ], [ 119.7795123, 30.4805697 ], [ 119.7805789, 30.480097 ], [ 119.7815331, 30.47973 ], [ 119.7831236, 30.4791952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8275622, 30.4781834 ], [ 119.8281263, 30.4784143 ], [ 119.8282563, 30.4784349 ], [ 119.8288172, 30.4785237 ], [ 119.8290346, 30.478533 ], [ 119.8292183, 30.4784229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8292183, 30.4784229 ], [ 119.8290346, 30.478533 ], [ 119.8288172, 30.4785237 ], [ 119.8282563, 30.4784349 ], [ 119.8281263, 30.4784143 ], [ 119.8275622, 30.4781834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8349402, 30.4776438 ], [ 119.8351131, 30.4777469 ], [ 119.8352301, 30.4778168 ], [ 119.8354281, 30.4779349 ], [ 119.8357641, 30.4782684 ], [ 119.8361002, 30.4784088 ], [ 119.8366093, 30.4786985 ], [ 119.8367825, 30.4788564 ], [ 119.8369046, 30.479146 ], [ 119.8375462, 30.4803571 ], [ 119.8377295, 30.4804975 ], [ 119.838035, 30.4806467 ], [ 119.8383032, 30.4806878 ], [ 119.8384932, 30.4807169 ], [ 119.838758, 30.4806292 ], [ 119.8389413, 30.4804887 ], [ 119.8390737, 30.4804449 ], [ 119.8394912, 30.4805677 ], [ 119.8406826, 30.4807696 ], [ 119.8413139, 30.4809363 ], [ 119.8419249, 30.4810855 ], [ 119.8424035, 30.4811469 ], [ 119.8441245, 30.4810943 ], [ 119.8443281, 30.4811996 ], [ 119.844654, 30.4814102 ], [ 119.8449697, 30.4815682 ], [ 119.8452344, 30.4815682 ], [ 119.8455196, 30.481498 ], [ 119.8457232, 30.4814014 ], [ 119.8468637, 30.4816559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8468637, 30.4816559 ], [ 119.8457232, 30.4814014 ], [ 119.8455196, 30.481498 ], [ 119.8452344, 30.4815682 ], [ 119.8449697, 30.4815682 ], [ 119.844654, 30.4814102 ], [ 119.8443281, 30.4811996 ], [ 119.8441245, 30.4810943 ], [ 119.8424035, 30.4811469 ], [ 119.8419249, 30.4810855 ], [ 119.8413139, 30.4809363 ], [ 119.8406826, 30.4807696 ], [ 119.8394912, 30.4805677 ], [ 119.8390737, 30.4804449 ], [ 119.8389413, 30.4804887 ], [ 119.838758, 30.4806292 ], [ 119.8384932, 30.4807169 ], [ 119.8383032, 30.4806878 ], [ 119.838035, 30.4806467 ], [ 119.8377295, 30.4804975 ], [ 119.8375462, 30.4803571 ], [ 119.8369046, 30.479146 ], [ 119.8367825, 30.4788564 ], [ 119.8366093, 30.4786985 ], [ 119.8361002, 30.4784088 ], [ 119.8357641, 30.4782684 ], [ 119.8354281, 30.4779349 ], [ 119.8352301, 30.4778168 ], [ 119.8351131, 30.4777469 ], [ 119.8349402, 30.4776438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8275622, 30.4781834 ], [ 119.8272802, 30.4781348 ], [ 119.8256587, 30.4783657 ], [ 119.8249819, 30.4784021 ], [ 119.8247422, 30.4784021 ], [ 119.8242627, 30.4781834 ], [ 119.8240653, 30.4781348 ], [ 119.8236282, 30.4781348 ], [ 119.8233913, 30.4780381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8233913, 30.4780381 ], [ 119.8236282, 30.4781348 ], [ 119.8240653, 30.4781348 ], [ 119.8242627, 30.4781834 ], [ 119.8247422, 30.4784021 ], [ 119.8249819, 30.4784021 ], [ 119.8256587, 30.4783657 ], [ 119.8272802, 30.4781348 ], [ 119.8275622, 30.4781834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8233913, 30.4780381 ], [ 119.8232432, 30.4781451 ], [ 119.8230405, 30.4783457 ], [ 119.8223574, 30.479329 ], [ 119.8220571, 30.4796202 ], [ 119.8219847, 30.4797086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8219847, 30.4797086 ], [ 119.8220571, 30.4796202 ], [ 119.8223574, 30.479329 ], [ 119.8230405, 30.4783457 ], [ 119.8232432, 30.4781451 ], [ 119.8233913, 30.4780381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8160621, 30.4914475 ], [ 119.8158888, 30.491387 ], [ 119.8154424, 30.4902166 ], [ 119.8153284, 30.4895045 ], [ 119.814825, 30.4890052 ], [ 119.8146013, 30.4889155 ], [ 119.8144166, 30.4888415 ], [ 119.8136282, 30.4887433 ], [ 119.8134858, 30.4887842 ], [ 119.8129443, 30.4893326 ], [ 119.8127639, 30.4894472 ], [ 119.8122415, 30.489439 ], [ 119.812099, 30.4894636 ], [ 119.81189, 30.4896518 ], [ 119.8116431, 30.4897746 ], [ 119.8113866, 30.4898728 ], [ 119.8110542, 30.4902329 ], [ 119.8106363, 30.4902166 ], [ 119.8099334, 30.4899055 ], [ 119.8091355, 30.4891935 ], [ 119.8088886, 30.4889806 ], [ 119.8084801, 30.4888497 ], [ 119.8078912, 30.4882931 ], [ 119.8078726, 30.4880276 ], [ 119.8072318, 30.4875014 ], [ 119.8069303, 30.4874104 ], [ 119.8066438, 30.4871311 ], [ 119.8049626, 30.4866178 ], [ 119.8047365, 30.4861241 ], [ 119.804548, 30.4859422 ], [ 119.8044425, 30.4857278 ], [ 119.8044349, 30.4854419 ], [ 119.8040429, 30.4848053 ], [ 119.8040429, 30.484396 ], [ 119.803862, 30.4840906 ], [ 119.8037564, 30.4837788 ], [ 119.8035604, 30.4835579 ], [ 119.8034323, 30.4832136 ], [ 119.8032362, 30.4830706 ], [ 119.8030327, 30.4829992 ], [ 119.8030025, 30.4827393 ], [ 119.8030327, 30.482369 ], [ 119.8030176, 30.4822196 ], [ 119.8023542, 30.4821026 ], [ 119.8022577, 30.4818901 ], [ 119.8022185, 30.4818038 ], [ 119.8022788, 30.481349 ], [ 119.8019471, 30.4806408 ], [ 119.8006354, 30.4794843 ], [ 119.8002735, 30.4782304 ], [ 119.8000678, 30.4780868 ], [ 119.7999569, 30.4780095 ], [ 119.7993161, 30.4777431 ], [ 119.7987356, 30.4774702 ], [ 119.7985546, 30.4771324 ], [ 119.7980872, 30.4764437 ], [ 119.7979522, 30.4761157 ], [ 119.7979223, 30.4759455 ], [ 119.7977608, 30.4756051 ], [ 119.7969111, 30.4746975 ], [ 119.7967675, 30.4744345 ], [ 119.7965814, 30.4736977 ], [ 119.7964898, 30.4735168 ], [ 119.7963552, 30.4732508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7963552, 30.4732508 ], [ 119.7964898, 30.4735168 ], [ 119.7965814, 30.4736977 ], [ 119.7967675, 30.4744345 ], [ 119.7969111, 30.4746975 ], [ 119.7977608, 30.4756051 ], [ 119.7979223, 30.4759455 ], [ 119.7979522, 30.4761157 ], [ 119.7980872, 30.4764437 ], [ 119.7985546, 30.4771324 ], [ 119.7987356, 30.4774702 ], [ 119.7993161, 30.4777431 ], [ 119.7999569, 30.4780095 ], [ 119.8000678, 30.4780868 ], [ 119.8002735, 30.4782304 ], [ 119.8006354, 30.4794843 ], [ 119.8019471, 30.4806408 ], [ 119.8022788, 30.481349 ], [ 119.8022185, 30.4818038 ], [ 119.8022577, 30.4818901 ], [ 119.8023542, 30.4821026 ], [ 119.8030176, 30.4822196 ], [ 119.8030327, 30.482369 ], [ 119.8030025, 30.4827393 ], [ 119.8030327, 30.4829992 ], [ 119.8032362, 30.4830706 ], [ 119.8034323, 30.4832136 ], [ 119.8035604, 30.4835579 ], [ 119.8037564, 30.4837788 ], [ 119.803862, 30.4840906 ], [ 119.8040429, 30.484396 ], [ 119.8040429, 30.4848053 ], [ 119.8044349, 30.4854419 ], [ 119.8044425, 30.4857278 ], [ 119.804548, 30.4859422 ], [ 119.8047365, 30.4861241 ], [ 119.8049626, 30.4866178 ], [ 119.8066438, 30.4871311 ], [ 119.8069303, 30.4874104 ], [ 119.8072318, 30.4875014 ], [ 119.8078726, 30.4880276 ], [ 119.8078912, 30.4882931 ], [ 119.8084801, 30.4888497 ], [ 119.8088886, 30.4889806 ], [ 119.8091355, 30.4891935 ], [ 119.8099334, 30.4899055 ], [ 119.8106363, 30.4902166 ], [ 119.8110542, 30.4902329 ], [ 119.8113866, 30.4898728 ], [ 119.8116431, 30.4897746 ], [ 119.81189, 30.4896518 ], [ 119.812099, 30.4894636 ], [ 119.8122415, 30.489439 ], [ 119.8127639, 30.4894472 ], [ 119.8129443, 30.4893326 ], [ 119.8134858, 30.4887842 ], [ 119.8136282, 30.4887433 ], [ 119.8144166, 30.4888415 ], [ 119.8146013, 30.4889155 ], [ 119.814825, 30.4890052 ], [ 119.8153284, 30.4895045 ], [ 119.8154424, 30.4902166 ], [ 119.8158888, 30.491387 ], [ 119.8160621, 30.4914475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8219847, 30.4797086 ], [ 119.8218845, 30.4798919 ], [ 119.8215842, 30.4804806 ], [ 119.8214153, 30.4806975 ], [ 119.8212013, 30.4809723 ], [ 119.8205858, 30.4817551 ], [ 119.8203606, 30.4819427 ], [ 119.8202104, 30.4822597 ], [ 119.8200828, 30.4827255 ], [ 119.8200378, 30.483036 ], [ 119.8200485, 30.483196 ], [ 119.8200603, 30.4833724 ], [ 119.8201504, 30.4840969 ], [ 119.8201429, 30.4845562 ], [ 119.8200678, 30.4849961 ], [ 119.8199777, 30.4853066 ], [ 119.8198876, 30.485449 ], [ 119.81976, 30.4855201 ], [ 119.8195574, 30.4855783 ], [ 119.8194456, 30.4856011 ], [ 119.8192721, 30.4856366 ], [ 119.8191445, 30.4857207 ], [ 119.8187616, 30.4861217 ], [ 119.8186866, 30.4863029 ], [ 119.8185815, 30.4866069 ], [ 119.8184689, 30.4867169 ], [ 119.8182362, 30.486898 ], [ 119.8179584, 30.487215 ], [ 119.8178458, 30.4873961 ], [ 119.8178241, 30.4874659 ], [ 119.8177632, 30.4876613 ], [ 119.8177782, 30.4880171 ], [ 119.8177032, 30.4882306 ], [ 119.817568, 30.4885023 ], [ 119.8173128, 30.488981 ], [ 119.817005, 30.4896279 ], [ 119.8166973, 30.4904494 ], [ 119.8166372, 30.4907858 ], [ 119.8166142, 30.4910015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8166142, 30.4910015 ], [ 119.8166372, 30.4907858 ], [ 119.8166973, 30.4904494 ], [ 119.817005, 30.4896279 ], [ 119.8173128, 30.488981 ], [ 119.817568, 30.4885023 ], [ 119.8177032, 30.4882306 ], [ 119.8177782, 30.4880171 ], [ 119.8177632, 30.4876613 ], [ 119.8178241, 30.4874659 ], [ 119.8178458, 30.4873961 ], [ 119.8179584, 30.487215 ], [ 119.8182362, 30.486898 ], [ 119.8184689, 30.4867169 ], [ 119.8185815, 30.4866069 ], [ 119.8186866, 30.4863029 ], [ 119.8187616, 30.4861217 ], [ 119.8191445, 30.4857207 ], [ 119.8192721, 30.4856366 ], [ 119.8194456, 30.4856011 ], [ 119.8195574, 30.4855783 ], [ 119.81976, 30.4855201 ], [ 119.8198876, 30.485449 ], [ 119.8199777, 30.4853066 ], [ 119.8200678, 30.4849961 ], [ 119.8201429, 30.4845562 ], [ 119.8201504, 30.4840969 ], [ 119.8200603, 30.4833724 ], [ 119.8200485, 30.483196 ], [ 119.8200378, 30.483036 ], [ 119.8200828, 30.4827255 ], [ 119.8202104, 30.4822597 ], [ 119.8203606, 30.4819427 ], [ 119.8205858, 30.4817551 ], [ 119.8212013, 30.4809723 ], [ 119.8214153, 30.4806975 ], [ 119.8215842, 30.4804806 ], [ 119.8218845, 30.4798919 ], [ 119.8219847, 30.4797086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8160621, 30.4914475 ], [ 119.8161548, 30.4910596 ], [ 119.8161928, 30.4907077 ], [ 119.8160218, 30.490102 ], [ 119.8160028, 30.4898073 ], [ 119.8158793, 30.4895454 ], [ 119.8157938, 30.4892262 ], [ 119.8159363, 30.488997 ], [ 119.8161358, 30.4888661 ], [ 119.8170761, 30.4885714 ], [ 119.8172756, 30.4884568 ], [ 119.817589, 30.4873846 ], [ 119.817912, 30.4863205 ], [ 119.8186148, 30.4855756 ], [ 119.8187573, 30.4853546 ], [ 119.8188618, 30.4850927 ], [ 119.8190898, 30.4848144 ], [ 119.8193937, 30.4844379 ], [ 119.8193367, 30.4842169 ], [ 119.8191088, 30.4837012 ], [ 119.8188808, 30.4832265 ], [ 119.8187858, 30.4827517 ], [ 119.8189283, 30.4820396 ], [ 119.8190138, 30.4817694 ], [ 119.8194602, 30.4806726 ], [ 119.8196027, 30.4804597 ], [ 119.8198496, 30.4798212 ], [ 119.8199541, 30.4795184 ], [ 119.820505, 30.4792974 ], [ 119.8207235, 30.4795347 ], [ 119.8211034, 30.4796493 ], [ 119.8215593, 30.479723 ], [ 119.8219847, 30.4797086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8219847, 30.4797086 ], [ 119.8215593, 30.479723 ], [ 119.8211034, 30.4796493 ], [ 119.8207235, 30.4795347 ], [ 119.820505, 30.4792974 ], [ 119.8199541, 30.4795184 ], [ 119.8198496, 30.4798212 ], [ 119.8196027, 30.4804597 ], [ 119.8194602, 30.4806726 ], [ 119.8190138, 30.4817694 ], [ 119.8189283, 30.4820396 ], [ 119.8187858, 30.4827517 ], [ 119.8188808, 30.4832265 ], [ 119.8191088, 30.4837012 ], [ 119.8193367, 30.4842169 ], [ 119.8193937, 30.4844379 ], [ 119.8190898, 30.4848144 ], [ 119.8188618, 30.4850927 ], [ 119.8187573, 30.4853546 ], [ 119.8186148, 30.4855756 ], [ 119.817912, 30.4863205 ], [ 119.817589, 30.4873846 ], [ 119.8172756, 30.4884568 ], [ 119.8170761, 30.4885714 ], [ 119.8161358, 30.4888661 ], [ 119.8159363, 30.488997 ], [ 119.8157938, 30.4892262 ], [ 119.8158793, 30.4895454 ], [ 119.8160028, 30.4898073 ], [ 119.8160218, 30.490102 ], [ 119.8161928, 30.4907077 ], [ 119.8161548, 30.4910596 ], [ 119.8160621, 30.4914475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.780788, 30.4801233 ], [ 119.7799279, 30.4804926 ], [ 119.7786953, 30.4811092 ], [ 119.7784061, 30.4812649 ], [ 119.7729958, 30.4841769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7701466, 30.4855367 ], [ 119.7712982, 30.4849577 ], [ 119.7718443, 30.484655 ], [ 119.7748181, 30.4830067 ], [ 119.7752739, 30.4827654 ], [ 119.7786319, 30.4810117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7729958, 30.4841769 ], [ 119.7718359, 30.4848003 ], [ 119.7712805, 30.4850862 ], [ 119.7701995, 30.485621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7714351, 30.4866371 ], [ 119.7715542, 30.4864801 ], [ 119.7729958, 30.4841769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7729958, 30.4841769 ], [ 119.7715542, 30.4864801 ], [ 119.7714351, 30.4866371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7701995, 30.485621 ], [ 119.7701466, 30.4855367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7701466, 30.4855367 ], [ 119.7701995, 30.485621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7714351, 30.4866371 ], [ 119.7709489, 30.4863723 ], [ 119.7706154, 30.4861443 ], [ 119.7705628, 30.4860956 ], [ 119.7702482, 30.4856986 ], [ 119.7701995, 30.485621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7701995, 30.485621 ], [ 119.7702482, 30.4856986 ], [ 119.7705628, 30.4860956 ], [ 119.7706154, 30.4861443 ], [ 119.7709489, 30.4863723 ], [ 119.7714351, 30.4866371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.762507, 30.4905559 ], [ 119.7626871, 30.4903671 ], [ 119.76309, 30.4899447 ], [ 119.763723, 30.4893771 ], [ 119.7646567, 30.4886387 ], [ 119.7657054, 30.4879333 ], [ 119.7692929, 30.485966 ], [ 119.7696811, 30.4857708 ], [ 119.7701466, 30.4855367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7701995, 30.485621 ], [ 119.7697869, 30.4858251 ], [ 119.7693472, 30.4860427 ], [ 119.7668626, 30.4874052 ], [ 119.7657656, 30.4880068 ], [ 119.7647241, 30.4887073 ], [ 119.7637959, 30.4894414 ], [ 119.763168, 30.4900044 ], [ 119.7626565, 30.4905407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.768175, 30.489943 ], [ 119.7686184, 30.4899631 ], [ 119.7694178, 30.4891977 ], [ 119.7694552, 30.4891619 ], [ 119.7700404, 30.4884354 ], [ 119.7702865, 30.4881299 ], [ 119.770374, 30.4880213 ], [ 119.7711122, 30.4870584 ], [ 119.7714351, 30.4866371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7714351, 30.4866371 ], [ 119.7711122, 30.4870584 ], [ 119.770374, 30.4880213 ], [ 119.7702865, 30.4881299 ], [ 119.7700404, 30.4884354 ], [ 119.7694552, 30.4891619 ], [ 119.7694178, 30.4891977 ], [ 119.7686184, 30.4899631 ], [ 119.768175, 30.489943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7626565, 30.4905407 ], [ 119.7633457, 30.4903543 ], [ 119.7656811, 30.4897982 ], [ 119.7662772, 30.4897887 ], [ 119.7665316, 30.4898113 ], [ 119.7667665, 30.4898322 ], [ 119.7669739, 30.4898507 ], [ 119.7677042, 30.4899156 ], [ 119.7678144, 30.4899254 ], [ 119.7680988, 30.4899396 ], [ 119.768175, 30.489943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.768175, 30.489943 ], [ 119.7680988, 30.4899396 ], [ 119.7678144, 30.4899254 ], [ 119.7677042, 30.4899156 ], [ 119.7669739, 30.4898507 ], [ 119.7667665, 30.4898322 ], [ 119.7665316, 30.4898113 ], [ 119.7662772, 30.4897887 ], [ 119.7656811, 30.4897982 ], [ 119.7633457, 30.4903543 ], [ 119.7626565, 30.4905407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.762507, 30.4905559 ], [ 119.7626565, 30.4905407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪六线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7626565, 30.4905407 ], [ 119.762507, 30.4905559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7676555, 30.4917778 ], [ 119.7679751, 30.4906491 ], [ 119.768175, 30.489943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.768175, 30.489943 ], [ 119.7679751, 30.4906491 ], [ 119.7676555, 30.4917778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7873111, 30.5043376 ], [ 119.7872224, 30.5041482 ], [ 119.7870609, 30.5039436 ], [ 119.7870426, 30.5037855 ], [ 119.7871509, 30.5035901 ], [ 119.7871696, 30.5033449 ], [ 119.7872055, 30.5032112 ], [ 119.7872874, 30.5031023 ], [ 119.7873578, 30.5029846 ], [ 119.787401, 30.5028707 ], [ 119.7874024, 30.5027469 ], [ 119.7873794, 30.5026491 ], [ 119.787319, 30.5025612 ], [ 119.7869236, 30.5023415 ], [ 119.7867741, 30.5023142 ], [ 119.7867122, 30.5022696 ], [ 119.7866858, 30.5022214 ], [ 119.7867223, 30.5020271 ], [ 119.7867427, 30.5018853 ], [ 119.7867122, 30.5017784 ], [ 119.7866817, 30.5016813 ], [ 119.7866939, 30.5015929 ], [ 119.787048, 30.501118 ], [ 119.7871857, 30.5009284 ], [ 119.7872629, 30.5007437 ], [ 119.7873056, 30.5004959 ], [ 119.787332, 30.5003733 ], [ 119.787394, 30.5003015 ], [ 119.7874407, 30.5002656 ], [ 119.7874813, 30.5002297 ], [ 119.7875067, 30.5001869 ], [ 119.7875027, 30.5001273 ], [ 119.7874681, 30.5000652 ], [ 119.7874255, 30.5000109 ], [ 119.7874143, 30.4999732 ], [ 119.7874275, 30.4999435 ], [ 119.7874488, 30.4999321 ], [ 119.7874803, 30.499933 ], [ 119.7875606, 30.4999776 ], [ 119.7876175, 30.5000687 ], [ 119.787651, 30.5001352 ], [ 119.7876581, 30.5002665 ], [ 119.7876348, 30.5003479 ], [ 119.7875789, 30.5004425 ], [ 119.7875748, 30.500551 ], [ 119.7875941, 30.5006955 ], [ 119.7876368, 30.5009398 ], [ 119.7876114, 30.5010571 ], [ 119.7875271, 30.5012182 ], [ 119.7874082, 30.5014256 ], [ 119.787336, 30.5016077 ], [ 119.787335, 30.5016393 ], [ 119.7873492, 30.5016594 ], [ 119.7873655, 30.5016664 ], [ 119.7874031, 30.5016585 ], [ 119.7874326, 30.501627 ], [ 119.7876998, 30.5012777 ], [ 119.7878004, 30.5011096 ], [ 119.7878166, 30.500994 ], [ 119.787838, 30.5008566 ], [ 119.787841, 30.5007016 ], [ 119.7878827, 30.5005992 ], [ 119.7879447, 30.5005292 ], [ 119.7880127, 30.5004101 ], [ 119.7880402, 30.5003112 ], [ 119.7880473, 30.5002376 ], [ 119.7880473, 30.5001553 ], [ 119.7880646, 30.5001107 ], [ 119.7880828, 30.5000949 ], [ 119.7881123, 30.5000984 ], [ 119.7881387, 30.5001413 ], [ 119.7881479, 30.5002131 ], [ 119.7881255, 30.5003821 ], [ 119.7880849, 30.5005064 ], [ 119.7880046, 30.5006342 ], [ 119.7879843, 30.5007305 ], [ 119.7879934, 30.5009004 ], [ 119.7879934, 30.5010571 ], [ 119.7879558, 30.5012234 ], [ 119.7878918, 30.5013661 ], [ 119.7878329, 30.5015605 ], [ 119.7878319, 30.5016077 ], [ 119.787842, 30.501648 ], [ 119.7878735, 30.5016813 ], [ 119.7879386, 30.5017005 ], [ 119.7880717, 30.5017224 ], [ 119.7882424, 30.5017714 ], [ 119.7884649, 30.5018686 ], [ 119.7886254, 30.5019658 ], [ 119.7887341, 30.5021356 ], [ 119.7887616, 30.5022065 ], [ 119.788791, 30.5022249 ], [ 119.7888134, 30.5022258 ], [ 119.7888266, 30.5021847 ], [ 119.7888266, 30.5021313 ], [ 119.7888337, 30.5019973 ], [ 119.7888083, 30.5018809 ], [ 119.7887585, 30.5017933 ], [ 119.7886844, 30.5017312 ], [ 119.7885838, 30.5017049 ], [ 119.788537, 30.5016874 ], [ 119.788532, 30.501662 ], [ 119.7885543, 30.5016287 ], [ 119.788596, 30.5016095 ], [ 119.7886518, 30.501613 ], [ 119.7887758, 30.501655 ], [ 119.7888703, 30.5017207 ], [ 119.7890126, 30.5019308 ], [ 119.7890664, 30.5020831 ], [ 119.7890969, 30.502295 ], [ 119.7891162, 30.5025033 ], [ 119.7891213, 30.5025252 ], [ 119.7891416, 30.5025427 ], [ 119.7891751, 30.5025313 ], [ 119.7891965, 30.5025016 ], [ 119.7892361, 30.5023387 ], [ 119.7892462, 30.5021479 ], [ 119.7892341, 30.5020595 ], [ 119.7892422, 30.502042 ], [ 119.7892656, 30.5020306 ], [ 119.7893052, 30.5020542 ], [ 119.7893306, 30.5020989 ], [ 119.7893661, 30.502358 ], [ 119.7893651, 30.502506 ], [ 119.7893865, 30.5025462 ], [ 119.7894159, 30.5025611 ], [ 119.789444, 30.502542 ], [ 119.7894901, 30.5024394 ], [ 119.7895125, 30.5022941 ], [ 119.789484, 30.5020866 ], [ 119.7894454, 30.5019518 ], [ 119.7894169, 30.5018213 ], [ 119.7894007, 30.5017636 ], [ 119.789422, 30.5017356 ], [ 119.7894495, 30.5017207 ], [ 119.7894789, 30.5017329 ], [ 119.7894921, 30.5017566 ], [ 119.7895165, 30.5018187 ], [ 119.7895775, 30.5019763 ], [ 119.7896486, 30.502126 ], [ 119.789672, 30.5021321 ], [ 119.7896923, 30.5021286 ], [ 119.7897025, 30.5021129 ], [ 119.7897035, 30.5020726 ], [ 119.7897055, 30.5020052 ], [ 119.7896019, 30.5016629 ], [ 119.7894606, 30.5013197 ], [ 119.7894352, 30.5012567 ], [ 119.7894525, 30.5012287 ], [ 119.7894911, 30.5012287 ], [ 119.7895562, 30.5012812 ], [ 119.7896974, 30.5014458 ], [ 119.7897716, 30.5015465 ], [ 119.7898721, 30.5016681 ], [ 119.7898945, 30.5016743 ], [ 119.7899108, 30.5016603 ], [ 119.7899077, 30.5015543 ], [ 119.789862, 30.5014738 ], [ 119.7898041, 30.5013854 ], [ 119.789749, 30.501272 ], [ 119.7897695, 30.5012549 ], [ 119.7898112, 30.5012532 ], [ 119.7900168, 30.501462 ], [ 119.7902606, 30.5018472 ], [ 119.7903281, 30.5019517 ], [ 119.7904013, 30.5019202 ], [ 119.7904825, 30.5018782 ], [ 119.7905679, 30.5016506 ], [ 119.7906417, 30.5010455 ], [ 119.7906311, 30.5004065 ], [ 119.7907022, 30.5002405 ], [ 119.7908066, 30.5000559 ], [ 119.7908274, 30.4999682 ], [ 119.7907501, 30.4998153 ], [ 119.7908206, 30.4996823 ], [ 119.7909334, 30.4994964 ], [ 119.7909618, 30.4994087 ], [ 119.7909695, 30.4992993 ], [ 119.7909399, 30.4991181 ], [ 119.7909764, 30.4989104 ], [ 119.7909781, 30.4987317 ], [ 119.7909696, 30.4986514 ], [ 119.7909305, 30.4985756 ], [ 119.7908648, 30.4984642 ], [ 119.7908326, 30.4983507 ], [ 119.7908038, 30.498333 ], [ 119.7907631, 30.4983387 ], [ 119.790733, 30.4983764 ], [ 119.7907299, 30.4984191 ], [ 119.7907502, 30.49849 ], [ 119.7907586, 30.4985914 ], [ 119.7908052, 30.4986916 ], [ 119.7907665, 30.4987758 ], [ 119.7907157, 30.4989375 ], [ 119.7906402, 30.4991016 ], [ 119.7905296, 30.4993631 ], [ 119.7904996, 30.499405 ], [ 119.7904554, 30.4994114 ], [ 119.7904196, 30.4994011 ], [ 119.7904003, 30.4993561 ], [ 119.7904177, 30.4992884 ], [ 119.7904847, 30.4990412 ], [ 119.7905066, 30.4988356 ], [ 119.7905005, 30.4986931 ], [ 119.7904506, 30.4985463 ], [ 119.7903892, 30.4984203 ], [ 119.7903441, 30.4982955 ], [ 119.7902966, 30.4979819 ], [ 119.7902879, 30.4979111 ], [ 119.7902627, 30.4978819 ], [ 119.7902255, 30.4978743 ], [ 119.7901696, 30.4978904 ], [ 119.7901499, 30.4979451 ], [ 119.7901726, 30.498216 ], [ 119.7901471, 30.498259 ], [ 119.7901048, 30.4982753 ], [ 119.790059, 30.4982406 ], [ 119.7900266, 30.4981654 ], [ 119.7899143, 30.4977512 ], [ 119.7898932, 30.4976572 ], [ 119.7898789, 30.4975795 ], [ 119.7898526, 30.4975068 ], [ 119.7898007, 30.4974925 ], [ 119.7897632, 30.4975051 ], [ 119.7897293, 30.4975444 ], [ 119.7896997, 30.4976207 ], [ 119.7896972, 30.4977602 ], [ 119.7896445, 30.4978869 ], [ 119.7896136, 30.4979095 ], [ 119.7895547, 30.4979045 ], [ 119.7894974, 30.4978723 ], [ 119.7894324, 30.4978055 ], [ 119.7893333, 30.4976575 ], [ 119.7892636, 30.4972745 ], [ 119.7891506, 30.4966475 ], [ 119.7891227, 30.496414 ], [ 119.7891289, 30.4959497 ], [ 119.7890902, 30.4957055 ], [ 119.7890314, 30.4956148 ], [ 119.7889856, 30.495586 ], [ 119.7889098, 30.4955825 ], [ 119.7888172, 30.4956053 ], [ 119.7886314, 30.4957009 ], [ 119.7885676, 30.4957191 ], [ 119.7885149, 30.4957266 ], [ 119.7884211, 30.4956959 ], [ 119.788356, 30.4956679 ], [ 119.7881045, 30.4954956 ], [ 119.787201, 30.494841 ], [ 119.786949, 30.49452 ], [ 119.786751, 30.494394 ], [ 119.786446, 30.494303 ], [ 119.785042, 30.493532 ], [ 119.784836, 30.493229 ], [ 119.784714, 30.492861 ], [ 119.784119, 30.491936 ], [ 119.783928, 30.490952 ], [ 119.783669, 30.490324 ], [ 119.783043, 30.48822 ], [ 119.783073, 30.487579 ], [ 119.782936, 30.486814 ], [ 119.782661, 30.484285 ], [ 119.7826336, 30.4838017 ], [ 119.782585, 30.482946 ], [ 119.782433, 30.482573 ], [ 119.780945, 30.480387 ], [ 119.780914, 30.480272 ], [ 119.780788, 30.4801233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8166142, 30.4910015 ], [ 119.8163732, 30.4914279 ], [ 119.8162403, 30.4915098 ], [ 119.8160621, 30.4914475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8160621, 30.4914475 ], [ 119.8162403, 30.4915098 ], [ 119.8163732, 30.4914279 ], [ 119.8166142, 30.4910015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8166142, 30.4910015 ], [ 119.8166671, 30.491256 ], [ 119.8166933, 30.4913819 ], [ 119.8167348, 30.4915814 ], [ 119.8167273, 30.4918014 ], [ 119.8167798, 30.4924935 ], [ 119.8167423, 30.4929916 ], [ 119.8167573, 30.4931274 ], [ 119.8167133, 30.4941879 ], [ 119.8166026, 30.4947057 ], [ 119.8166738, 30.4949441 ], [ 119.8171481, 30.4955981 ], [ 119.8174644, 30.4959456 ], [ 119.8174802, 30.4962453 ], [ 119.8174011, 30.4964157 ], [ 119.8172272, 30.4965383 ], [ 119.81665, 30.496913 ], [ 119.8163098, 30.4974808 ], [ 119.8162669, 30.4976287 ], [ 119.8162911, 30.4977331 ], [ 119.816342, 30.4979523 ], [ 119.81635, 30.4981163 ], [ 119.8163339, 30.4982712 ], [ 119.8163152, 30.4984307 ], [ 119.8162562, 30.4985994 ], [ 119.8162347, 30.4986756 ], [ 119.8163339, 30.4989368 ], [ 119.816283, 30.4991194 ], [ 119.8163098, 30.4993782 ], [ 119.8163018, 30.4996763 ], [ 119.8162749, 30.4998705 ], [ 119.816401, 30.500164 ], [ 119.8162562, 30.5005915 ], [ 119.8161247, 30.5008827 ], [ 119.8158351, 30.5010584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.8158351, 30.5010584 ], [ 119.8161247, 30.5008827 ], [ 119.8162562, 30.5005915 ], [ 119.816401, 30.500164 ], [ 119.8162749, 30.4998705 ], [ 119.8163018, 30.4996763 ], [ 119.8163098, 30.4993782 ], [ 119.816283, 30.4991194 ], [ 119.8163339, 30.4989368 ], [ 119.8162347, 30.4986756 ], [ 119.8162562, 30.4985994 ], [ 119.8163152, 30.4984307 ], [ 119.8163339, 30.4982712 ], [ 119.81635, 30.4981163 ], [ 119.816342, 30.4979523 ], [ 119.8162911, 30.4977331 ], [ 119.8162669, 30.4976287 ], [ 119.8163098, 30.4974808 ], [ 119.81665, 30.496913 ], [ 119.8172272, 30.4965383 ], [ 119.8174011, 30.4964157 ], [ 119.8174802, 30.4962453 ], [ 119.8174644, 30.4959456 ], [ 119.8171481, 30.4955981 ], [ 119.8166738, 30.4949441 ], [ 119.8166026, 30.4947057 ], [ 119.8167133, 30.4941879 ], [ 119.8167573, 30.4931274 ], [ 119.8167423, 30.4929916 ], [ 119.8167798, 30.4924935 ], [ 119.8167273, 30.4918014 ], [ 119.8167348, 30.4915814 ], [ 119.8166933, 30.4913819 ], [ 119.8166671, 30.491256 ], [ 119.8166142, 30.4910015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.745531, 30.4598318 ], [ 119.7451552, 30.4600561 ], [ 119.7451932, 30.4605474 ], [ 119.7447658, 30.4612679 ], [ 119.7432072, 30.4616178 ], [ 119.7431891, 30.4622995 ], [ 119.7431257, 30.4624276 ], [ 119.7426667, 30.4633556 ], [ 119.7424197, 30.4651568 ], [ 119.7423839, 30.4652876 ], [ 119.7422426, 30.4658042 ], [ 119.7421443, 30.4661637 ], [ 119.7420208, 30.4667368 ], [ 119.7414509, 30.4680385 ], [ 119.7405295, 30.4695039 ], [ 119.7403933, 30.4698251 ], [ 119.7402066, 30.4702653 ], [ 119.7409771, 30.4704346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7409771, 30.4704346 ], [ 119.7402066, 30.4702653 ], [ 119.7403933, 30.4698251 ], [ 119.7405295, 30.4695039 ], [ 119.7414509, 30.4680385 ], [ 119.7420208, 30.4667368 ], [ 119.7421443, 30.4661637 ], [ 119.7422426, 30.4658042 ], [ 119.7423839, 30.4652876 ], [ 119.7424197, 30.4651568 ], [ 119.7426667, 30.4633556 ], [ 119.7431257, 30.4624276 ], [ 119.7431891, 30.4622995 ], [ 119.7432072, 30.4616178 ], [ 119.7447658, 30.4612679 ], [ 119.7451932, 30.4605474 ], [ 119.7451552, 30.4600561 ], [ 119.745531, 30.4598318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7222464, 30.4573893 ], [ 119.7222737, 30.4575678 ], [ 119.7222822, 30.4577708 ], [ 119.72229, 30.457956 ], [ 119.7223122, 30.4584855 ], [ 119.7225514, 30.4591704 ], [ 119.7229833, 30.4599749 ], [ 119.7230373, 30.4604869 ], [ 119.7228985, 30.4606864 ], [ 119.7226825, 30.4608061 ], [ 119.7221579, 30.460979 ], [ 119.7218465, 30.4611249 ], [ 119.7215972, 30.4612418 ], [ 119.7212785, 30.4613912 ], [ 119.7211783, 30.4615508 ], [ 119.7211706, 30.4618567 ], [ 119.7212154, 30.4620688 ], [ 119.7211489, 30.4623226 ], [ 119.7208259, 30.4625683 ], [ 119.7205695, 30.4627811 ], [ 119.720522, 30.4630267 ], [ 119.720332, 30.4638291 ], [ 119.7201041, 30.4640092 ], [ 119.7194107, 30.4641484 ], [ 119.7192682, 30.464222 ], [ 119.7191352, 30.464787 ], [ 119.7189358, 30.4651226 ], [ 119.7186603, 30.4656875 ], [ 119.7177865, 30.4666372 ], [ 119.7173685, 30.4672266 ], [ 119.7170646, 30.4673413 ], [ 119.7165422, 30.4673986 ], [ 119.7160673, 30.4674968 ], [ 119.7158583, 30.4678407 ], [ 119.7159438, 30.4681108 ], [ 119.7165612, 30.4693797 ], [ 119.7166847, 30.469961 ], [ 119.7160103, 30.4713363 ], [ 119.7160673, 30.471672 ], [ 119.7160103, 30.4722696 ], [ 119.7160483, 30.4725643 ], [ 119.7162002, 30.4726953 ], [ 119.7166467, 30.4733993 ], [ 119.7168746, 30.4752739 ], [ 119.7182139, 30.4748564 ], [ 119.7183659, 30.4744144 ], [ 119.7184703, 30.4739805 ], [ 119.7180429, 30.473563 ], [ 119.7179859, 30.4733174 ], [ 119.7186413, 30.4728836 ], [ 119.7185178, 30.4724824 ], [ 119.7189833, 30.4722532 ], [ 119.7205315, 30.4720731 ], [ 119.7209874, 30.4720485 ], [ 119.7212534, 30.4717866 ], [ 119.7217283, 30.470706 ], [ 119.7224216, 30.470223 ], [ 119.7224786, 30.4697809 ], [ 119.7228206, 30.4693552 ], [ 119.723172, 30.469347 ], [ 119.723305, 30.4688231 ], [ 119.7240174, 30.4684055 ], [ 119.7243403, 30.4684547 ], [ 119.7246822, 30.4681026 ], [ 119.7257461, 30.4674231 ], [ 119.7261735, 30.4673904 ], [ 119.7263445, 30.4676032 ], [ 119.7265439, 30.4683892 ], [ 119.7271423, 30.4688476 ], [ 119.7271233, 30.4690687 ], [ 119.7276742, 30.4693388 ], [ 119.7278357, 30.4693061 ], [ 119.7281586, 30.469126 ], [ 119.7284341, 30.468643 ], [ 119.7287475, 30.468602 ], [ 119.728871, 30.468512 ], [ 119.7285196, 30.46834 ], [ 119.7280636, 30.4682664 ], [ 119.7290325, 30.4679143 ], [ 119.7295264, 30.4674231 ], [ 119.7296404, 30.4676605 ], [ 119.7314356, 30.4677097 ], [ 119.731806, 30.4678488 ], [ 119.7325374, 30.4678898 ], [ 119.7328413, 30.4682009 ], [ 119.734513, 30.4690605 ], [ 119.7352349, 30.4692488 ], [ 119.7355008, 30.4694616 ], [ 119.7354723, 30.46983 ], [ 119.7363177, 30.4706241 ], [ 119.7368686, 30.4711726 ], [ 119.737505, 30.4718521 ], [ 119.7379989, 30.4720895 ], [ 119.7386923, 30.472245 ], [ 119.7390342, 30.4722286 ], [ 119.7409771, 30.4704346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7409771, 30.4704346 ], [ 119.7390342, 30.4722286 ], [ 119.7386923, 30.472245 ], [ 119.7379989, 30.4720895 ], [ 119.737505, 30.4718521 ], [ 119.7368686, 30.4711726 ], [ 119.7363177, 30.4706241 ], [ 119.7354723, 30.46983 ], [ 119.7355008, 30.4694616 ], [ 119.7352349, 30.4692488 ], [ 119.734513, 30.4690605 ], [ 119.7328413, 30.4682009 ], [ 119.7325374, 30.4678898 ], [ 119.731806, 30.4678488 ], [ 119.7314356, 30.4677097 ], [ 119.7296404, 30.4676605 ], [ 119.7295264, 30.4674231 ], [ 119.7290325, 30.4679143 ], [ 119.7280636, 30.4682664 ], [ 119.7285196, 30.46834 ], [ 119.728871, 30.468512 ], [ 119.7287475, 30.468602 ], [ 119.7284341, 30.468643 ], [ 119.7281586, 30.469126 ], [ 119.7278357, 30.4693061 ], [ 119.7276742, 30.4693388 ], [ 119.7271233, 30.4690687 ], [ 119.7271423, 30.4688476 ], [ 119.7265439, 30.4683892 ], [ 119.7263445, 30.4676032 ], [ 119.7261735, 30.4673904 ], [ 119.7257461, 30.4674231 ], [ 119.7246822, 30.4681026 ], [ 119.7243403, 30.4684547 ], [ 119.7240174, 30.4684055 ], [ 119.723305, 30.4688231 ], [ 119.723172, 30.469347 ], [ 119.7228206, 30.4693552 ], [ 119.7224786, 30.4697809 ], [ 119.7224216, 30.470223 ], [ 119.7217283, 30.470706 ], [ 119.7212534, 30.4717866 ], [ 119.7209874, 30.4720485 ], [ 119.7205315, 30.4720731 ], [ 119.7189833, 30.4722532 ], [ 119.7185178, 30.4724824 ], [ 119.7186413, 30.4728836 ], [ 119.7179859, 30.4733174 ], [ 119.7180429, 30.473563 ], [ 119.7184703, 30.4739805 ], [ 119.7183659, 30.4744144 ], [ 119.7182139, 30.4748564 ], [ 119.7168746, 30.4752739 ], [ 119.7166467, 30.4733993 ], [ 119.7162002, 30.4726953 ], [ 119.7160483, 30.4725643 ], [ 119.7160103, 30.4722696 ], [ 119.7160673, 30.471672 ], [ 119.7160103, 30.4713363 ], [ 119.7166847, 30.469961 ], [ 119.7165612, 30.4693797 ], [ 119.7159438, 30.4681108 ], [ 119.7158583, 30.4678407 ], [ 119.7160673, 30.4674968 ], [ 119.7165422, 30.4673986 ], [ 119.7170646, 30.4673413 ], [ 119.7173685, 30.4672266 ], [ 119.7177865, 30.4666372 ], [ 119.7186603, 30.4656875 ], [ 119.7189358, 30.4651226 ], [ 119.7191352, 30.464787 ], [ 119.7192682, 30.464222 ], [ 119.7194107, 30.4641484 ], [ 119.7201041, 30.4640092 ], [ 119.720332, 30.4638291 ], [ 119.720522, 30.4630267 ], [ 119.7205695, 30.4627811 ], [ 119.7208259, 30.4625683 ], [ 119.7211489, 30.4623226 ], [ 119.7212154, 30.4620688 ], [ 119.7211706, 30.4618567 ], [ 119.7211783, 30.4615508 ], [ 119.7212785, 30.4613912 ], [ 119.7215972, 30.4612418 ], [ 119.7218465, 30.4611249 ], [ 119.7221579, 30.460979 ], [ 119.7226825, 30.4608061 ], [ 119.7228985, 30.4606864 ], [ 119.7230373, 30.4604869 ], [ 119.7229833, 30.4599749 ], [ 119.7225514, 30.4591704 ], [ 119.7223122, 30.4584855 ], [ 119.72229, 30.457956 ], [ 119.7222822, 30.4577708 ], [ 119.7222737, 30.4575678 ], [ 119.7222464, 30.4573893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7409771, 30.4704346 ], [ 119.7411754, 30.4704781 ], [ 119.7413126, 30.4705944 ], [ 119.7417453, 30.4709611 ], [ 119.7430466, 30.4714523 ], [ 119.7432936, 30.4714523 ], [ 119.7436735, 30.4712558 ], [ 119.7439881, 30.4706252 ], [ 119.7440819, 30.4704372 ], [ 119.7446233, 30.4692583 ], [ 119.7451647, 30.4685215 ], [ 119.7454725, 30.4683583 ], [ 119.7455884, 30.4682969 ], [ 119.7457389, 30.4682171 ], [ 119.7457592, 30.4680849 ], [ 119.745818, 30.4678121 ], [ 119.7458328, 30.4673808 ], [ 119.7458475, 30.4671905 ], [ 119.7460315, 30.4669938 ], [ 119.7462743, 30.4666132 ], [ 119.7465319, 30.4664039 ], [ 119.7467815, 30.4663068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7467815, 30.4663068 ], [ 119.7465319, 30.4664039 ], [ 119.7462743, 30.4666132 ], [ 119.7460315, 30.4669938 ], [ 119.7458475, 30.4671905 ], [ 119.7458328, 30.4673808 ], [ 119.745818, 30.4678121 ], [ 119.7457592, 30.4680849 ], [ 119.7457389, 30.4682171 ], [ 119.7455884, 30.4682969 ], [ 119.7454725, 30.4683583 ], [ 119.7451647, 30.4685215 ], [ 119.7446233, 30.4692583 ], [ 119.7440819, 30.4704372 ], [ 119.7439881, 30.4706252 ], [ 119.7436735, 30.4712558 ], [ 119.7432936, 30.4714523 ], [ 119.7430466, 30.4714523 ], [ 119.7417453, 30.4709611 ], [ 119.7413126, 30.4705944 ], [ 119.7411754, 30.4704781 ], [ 119.7409771, 30.4704346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7340856, 30.5154041 ], [ 119.7343567, 30.5151162 ], [ 119.7363404, 30.5130091 ], [ 119.7394994, 30.5096595 ], [ 119.7398447, 30.5092242 ], [ 119.7401133, 30.5088165 ], [ 119.7403947, 30.5082876 ], [ 119.7405929, 30.5077477 ], [ 119.740719, 30.50725 ], [ 119.7411429, 30.5055769 ], [ 119.7413411, 30.505103 ], [ 119.7415969, 30.5047008 ], [ 119.7419103, 30.5043647 ], [ 119.7423067, 30.5040397 ], [ 119.74278, 30.5037972 ], [ 119.7433171, 30.5036154 ], [ 119.7438511, 30.5035191 ], [ 119.7468091, 30.5029854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7468216, 30.5030654 ], [ 119.7465598, 30.5031148 ], [ 119.7440229, 30.5035931 ], [ 119.7432924, 30.5037791 ], [ 119.742826, 30.5038782 ], [ 119.7423701, 30.5041118 ], [ 119.7419872, 30.5044257 ], [ 119.7416839, 30.5047509 ], [ 119.7414364, 30.50514 ], [ 119.7412433, 30.5056018 ], [ 119.7408289, 30.5072376 ], [ 119.7407845, 30.5074129 ], [ 119.7406938, 30.5077709 ], [ 119.7404922, 30.50832 ], [ 119.7402062, 30.5088575 ], [ 119.7399332, 30.5092718 ], [ 119.7395831, 30.5097133 ], [ 119.7342733, 30.5153618 ], [ 119.7341259, 30.5155193 ], [ 119.733905, 30.5157554 ], [ 119.7318534, 30.5179483 ], [ 119.7317999, 30.5180045 ], [ 119.7316487, 30.5181463 ], [ 119.7315629, 30.5182232 ], [ 119.7308246, 30.5188851 ], [ 119.7300665, 30.5194994 ], [ 119.7295526, 30.519882 ], [ 119.7289636, 30.5203204 ], [ 119.728092, 30.5209692 ], [ 119.7275411, 30.5214492 ], [ 119.7272277, 30.5217649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7271498, 30.5217051 ], [ 119.7274643, 30.5213883 ], [ 119.7280207, 30.5209035 ], [ 119.7288572, 30.5202808 ], [ 119.729091, 30.5201068 ], [ 119.7299967, 30.5194327 ], [ 119.7306008, 30.5189432 ], [ 119.7314406, 30.5182023 ], [ 119.731541, 30.5181121 ], [ 119.7317072, 30.5179534 ], [ 119.7317477, 30.5178874 ], [ 119.7340856, 30.5154041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7272277, 30.5217649 ], [ 119.7271498, 30.5217051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.780788, 30.4801233 ], [ 119.780914, 30.480272 ], [ 119.780945, 30.480387 ], [ 119.782433, 30.482573 ], [ 119.782585, 30.482946 ], [ 119.7826336, 30.4838017 ], [ 119.782661, 30.484285 ], [ 119.782936, 30.486814 ], [ 119.783073, 30.487579 ], [ 119.783043, 30.48822 ], [ 119.783669, 30.490324 ], [ 119.783928, 30.490952 ], [ 119.784119, 30.491936 ], [ 119.784714, 30.492861 ], [ 119.784836, 30.493229 ], [ 119.785042, 30.493532 ], [ 119.786446, 30.494303 ], [ 119.786751, 30.494394 ], [ 119.786949, 30.49452 ], [ 119.787201, 30.494841 ], [ 119.7881045, 30.4954956 ], [ 119.788356, 30.4956679 ], [ 119.7884211, 30.4956959 ], [ 119.7885149, 30.4957266 ], [ 119.7885676, 30.4957191 ], [ 119.7886314, 30.4957009 ], [ 119.7888172, 30.4956053 ], [ 119.7889098, 30.4955825 ], [ 119.7889856, 30.495586 ], [ 119.7890314, 30.4956148 ], [ 119.7890902, 30.4957055 ], [ 119.7891289, 30.4959497 ], [ 119.7891227, 30.496414 ], [ 119.7891506, 30.4966475 ], [ 119.7892636, 30.4972745 ], [ 119.7893333, 30.4976575 ], [ 119.7894324, 30.4978055 ], [ 119.7894974, 30.4978723 ], [ 119.7895547, 30.4979045 ], [ 119.7896136, 30.4979095 ], [ 119.7896445, 30.4978869 ], [ 119.7896972, 30.4977602 ], [ 119.7896997, 30.4976207 ], [ 119.7897293, 30.4975444 ], [ 119.7897632, 30.4975051 ], [ 119.7898007, 30.4974925 ], [ 119.7898526, 30.4975068 ], [ 119.7898789, 30.4975795 ], [ 119.7898932, 30.4976572 ], [ 119.7899143, 30.4977512 ], [ 119.7900266, 30.4981654 ], [ 119.790059, 30.4982406 ], [ 119.7901048, 30.4982753 ], [ 119.7901471, 30.498259 ], [ 119.7901726, 30.498216 ], [ 119.7901499, 30.4979451 ], [ 119.7901696, 30.4978904 ], [ 119.7902255, 30.4978743 ], [ 119.7902627, 30.4978819 ], [ 119.7902879, 30.4979111 ], [ 119.7902966, 30.4979819 ], [ 119.7903441, 30.4982955 ], [ 119.7903892, 30.4984203 ], [ 119.7904506, 30.4985463 ], [ 119.7905005, 30.4986931 ], [ 119.7905066, 30.4988356 ], [ 119.7904847, 30.4990412 ], [ 119.7904177, 30.4992884 ], [ 119.7904003, 30.4993561 ], [ 119.7904196, 30.4994011 ], [ 119.7904554, 30.4994114 ], [ 119.7904996, 30.499405 ], [ 119.7905296, 30.4993631 ], [ 119.7906402, 30.4991016 ], [ 119.7907157, 30.4989375 ], [ 119.7907665, 30.4987758 ], [ 119.7908052, 30.4986916 ], [ 119.7907586, 30.4985914 ], [ 119.7907502, 30.49849 ], [ 119.7907299, 30.4984191 ], [ 119.790733, 30.4983764 ], [ 119.7907631, 30.4983387 ], [ 119.7908038, 30.498333 ], [ 119.7908326, 30.4983507 ], [ 119.7908648, 30.4984642 ], [ 119.7909305, 30.4985756 ], [ 119.7909696, 30.4986514 ], [ 119.7909781, 30.4987317 ], [ 119.7909764, 30.4989104 ], [ 119.7909399, 30.4991181 ], [ 119.7909695, 30.4992993 ], [ 119.7909618, 30.4994087 ], [ 119.7909334, 30.4994964 ], [ 119.7908206, 30.4996823 ], [ 119.7907501, 30.4998153 ], [ 119.7908274, 30.4999682 ], [ 119.7908066, 30.5000559 ], [ 119.7907022, 30.5002405 ], [ 119.7906311, 30.5004065 ], [ 119.7906417, 30.5010455 ], [ 119.7905679, 30.5016506 ], [ 119.7904825, 30.5018782 ], [ 119.7904013, 30.5019202 ], [ 119.7903281, 30.5019517 ], [ 119.7902606, 30.5018472 ], [ 119.7900168, 30.501462 ], [ 119.7898112, 30.5012532 ], [ 119.7897695, 30.5012549 ], [ 119.789749, 30.501272 ], [ 119.7898041, 30.5013854 ], [ 119.789862, 30.5014738 ], [ 119.7899077, 30.5015543 ], [ 119.7899108, 30.5016603 ], [ 119.7898945, 30.5016743 ], [ 119.7898721, 30.5016681 ], [ 119.7897716, 30.5015465 ], [ 119.7896974, 30.5014458 ], [ 119.7895562, 30.5012812 ], [ 119.7894911, 30.5012287 ], [ 119.7894525, 30.5012287 ], [ 119.7894352, 30.5012567 ], [ 119.7894606, 30.5013197 ], [ 119.7896019, 30.5016629 ], [ 119.7897055, 30.5020052 ], [ 119.7897035, 30.5020726 ], [ 119.7897025, 30.5021129 ], [ 119.7896923, 30.5021286 ], [ 119.789672, 30.5021321 ], [ 119.7896486, 30.502126 ], [ 119.7895775, 30.5019763 ], [ 119.7895165, 30.5018187 ], [ 119.7894921, 30.5017566 ], [ 119.7894789, 30.5017329 ], [ 119.7894495, 30.5017207 ], [ 119.789422, 30.5017356 ], [ 119.7894007, 30.5017636 ], [ 119.7894169, 30.5018213 ], [ 119.7894454, 30.5019518 ], [ 119.789484, 30.5020866 ], [ 119.7895125, 30.5022941 ], [ 119.7894901, 30.5024394 ], [ 119.789444, 30.502542 ], [ 119.7894159, 30.5025611 ], [ 119.7893865, 30.5025462 ], [ 119.7893651, 30.502506 ], [ 119.7893661, 30.502358 ], [ 119.7893306, 30.5020989 ], [ 119.7893052, 30.5020542 ], [ 119.7892656, 30.5020306 ], [ 119.7892422, 30.502042 ], [ 119.7892341, 30.5020595 ], [ 119.7892462, 30.5021479 ], [ 119.7892361, 30.5023387 ], [ 119.7891965, 30.5025016 ], [ 119.7891751, 30.5025313 ], [ 119.7891416, 30.5025427 ], [ 119.7891213, 30.5025252 ], [ 119.7891162, 30.5025033 ], [ 119.7890969, 30.502295 ], [ 119.7890664, 30.5020831 ], [ 119.7890126, 30.5019308 ], [ 119.7888703, 30.5017207 ], [ 119.7887758, 30.501655 ], [ 119.7886518, 30.501613 ], [ 119.788596, 30.5016095 ], [ 119.7885543, 30.5016287 ], [ 119.788532, 30.501662 ], [ 119.788537, 30.5016874 ], [ 119.7885838, 30.5017049 ], [ 119.7886844, 30.5017312 ], [ 119.7887585, 30.5017933 ], [ 119.7888083, 30.5018809 ], [ 119.7888337, 30.5019973 ], [ 119.7888266, 30.5021313 ], [ 119.7888266, 30.5021847 ], [ 119.7888134, 30.5022258 ], [ 119.788791, 30.5022249 ], [ 119.7887616, 30.5022065 ], [ 119.7887341, 30.5021356 ], [ 119.7886254, 30.5019658 ], [ 119.7884649, 30.5018686 ], [ 119.7882424, 30.5017714 ], [ 119.7880717, 30.5017224 ], [ 119.7879386, 30.5017005 ], [ 119.7878735, 30.5016813 ], [ 119.787842, 30.501648 ], [ 119.7878319, 30.5016077 ], [ 119.7878329, 30.5015605 ], [ 119.7878918, 30.5013661 ], [ 119.7879558, 30.5012234 ], [ 119.7879934, 30.5010571 ], [ 119.7879934, 30.5009004 ], [ 119.7879843, 30.5007305 ], [ 119.7880046, 30.5006342 ], [ 119.7880849, 30.5005064 ], [ 119.7881255, 30.5003821 ], [ 119.7881479, 30.5002131 ], [ 119.7881387, 30.5001413 ], [ 119.7881123, 30.5000984 ], [ 119.7880828, 30.5000949 ], [ 119.7880646, 30.5001107 ], [ 119.7880473, 30.5001553 ], [ 119.7880473, 30.5002376 ], [ 119.7880402, 30.5003112 ], [ 119.7880127, 30.5004101 ], [ 119.7879447, 30.5005292 ], [ 119.7878827, 30.5005992 ], [ 119.787841, 30.5007016 ], [ 119.787838, 30.5008566 ], [ 119.7878166, 30.500994 ], [ 119.7878004, 30.5011096 ], [ 119.7876998, 30.5012777 ], [ 119.7874326, 30.501627 ], [ 119.7874031, 30.5016585 ], [ 119.7873655, 30.5016664 ], [ 119.7873492, 30.5016594 ], [ 119.787335, 30.5016393 ], [ 119.787336, 30.5016077 ], [ 119.7874082, 30.5014256 ], [ 119.7875271, 30.5012182 ], [ 119.7876114, 30.5010571 ], [ 119.7876368, 30.5009398 ], [ 119.7875941, 30.5006955 ], [ 119.7875748, 30.500551 ], [ 119.7875789, 30.5004425 ], [ 119.7876348, 30.5003479 ], [ 119.7876581, 30.5002665 ], [ 119.787651, 30.5001352 ], [ 119.7876175, 30.5000687 ], [ 119.7875606, 30.4999776 ], [ 119.7874803, 30.499933 ], [ 119.7874488, 30.4999321 ], [ 119.7874275, 30.4999435 ], [ 119.7874143, 30.4999732 ], [ 119.7874255, 30.5000109 ], [ 119.7874681, 30.5000652 ], [ 119.7875027, 30.5001273 ], [ 119.7875067, 30.5001869 ], [ 119.7874813, 30.5002297 ], [ 119.7874407, 30.5002656 ], [ 119.787394, 30.5003015 ], [ 119.787332, 30.5003733 ], [ 119.7873056, 30.5004959 ], [ 119.7872629, 30.5007437 ], [ 119.7871857, 30.5009284 ], [ 119.787048, 30.501118 ], [ 119.7866939, 30.5015929 ], [ 119.7866817, 30.5016813 ], [ 119.7867122, 30.5017784 ], [ 119.7867427, 30.5018853 ], [ 119.7867223, 30.5020271 ], [ 119.7866858, 30.5022214 ], [ 119.7867122, 30.5022696 ], [ 119.7867741, 30.5023142 ], [ 119.7869236, 30.5023415 ], [ 119.787319, 30.5025612 ], [ 119.7873794, 30.5026491 ], [ 119.7874024, 30.5027469 ], [ 119.787401, 30.5028707 ], [ 119.7873578, 30.5029846 ], [ 119.7872874, 30.5031023 ], [ 119.7872055, 30.5032112 ], [ 119.7871696, 30.5033449 ], [ 119.7871509, 30.5035901 ], [ 119.7870426, 30.5037855 ], [ 119.7870609, 30.5039436 ], [ 119.7872224, 30.5041482 ], [ 119.7873111, 30.5043376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7626565, 30.4905407 ], [ 119.762523, 30.4906954 ], [ 119.7618913, 30.4914273 ], [ 119.7613896, 30.492117 ], [ 119.760823, 30.4930221 ], [ 119.7600133, 30.4944449 ], [ 119.7582051, 30.4976219 ], [ 119.7580799, 30.4977794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7580799, 30.4977794 ], [ 119.7585858, 30.49793 ], [ 119.7589008, 30.497965 ], [ 119.7589858, 30.4977736 ], [ 119.7595717, 30.4967473 ], [ 119.7604484, 30.4968512 ], [ 119.7608479, 30.4965459 ], [ 119.7621974, 30.4960262 ], [ 119.7628457, 30.495604 ], [ 119.7635694, 30.4953831 ], [ 119.7636612, 30.4953392 ], [ 119.7647229, 30.494831 ], [ 119.7653335, 30.4944607 ], [ 119.7662533, 30.4938111 ], [ 119.7667696, 30.4934018 ], [ 119.7669154, 30.4932621 ], [ 119.7671655, 30.4930056 ], [ 119.7675876, 30.4921676 ], [ 119.7676555, 30.4917778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7676555, 30.4917778 ], [ 119.7675876, 30.4921676 ], [ 119.7671655, 30.4930056 ], [ 119.7669154, 30.4932621 ], [ 119.7667696, 30.4934018 ], [ 119.7662533, 30.4938111 ], [ 119.7653335, 30.4944607 ], [ 119.7647229, 30.494831 ], [ 119.7636612, 30.4953392 ], [ 119.7635694, 30.4953831 ], [ 119.7628457, 30.495604 ], [ 119.7621974, 30.4960262 ], [ 119.7608479, 30.4965459 ], [ 119.7604484, 30.4968512 ], [ 119.7595717, 30.4967473 ], [ 119.7589858, 30.4977736 ], [ 119.7589008, 30.497965 ], [ 119.7585858, 30.49793 ], [ 119.7580799, 30.4977794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.762507, 30.4905559 ], [ 119.7623793, 30.4904673 ], [ 119.7620163, 30.4903909 ], [ 119.7618938, 30.4903778 ], [ 119.7617723, 30.4903648 ], [ 119.7607878, 30.4902847 ], [ 119.7594905, 30.4901339 ], [ 119.7576419, 30.4899689 ], [ 119.7557279, 30.4897898 ], [ 119.7532975, 30.48954 ], [ 119.7530952, 30.4895589 ], [ 119.7527834, 30.4897568 ], [ 119.7521818, 30.491166 ], [ 119.7510892, 30.4937852 ], [ 119.749796, 30.495578 ], [ 119.7491552, 30.4969422 ], [ 119.748831, 30.4974618 ], [ 119.7478812, 30.4983323 ], [ 119.7464262, 30.4998198 ], [ 119.7463583, 30.5001186 ], [ 119.746374, 30.5001783 ], [ 119.7465091, 30.5006902 ], [ 119.7468709, 30.5025415 ], [ 119.7468091, 30.5029854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7468091, 30.5029854 ], [ 119.7468709, 30.5025415 ], [ 119.7465091, 30.5006902 ], [ 119.746374, 30.5001783 ], [ 119.7463583, 30.5001186 ], [ 119.7464262, 30.4998198 ], [ 119.7478812, 30.4983323 ], [ 119.748831, 30.4974618 ], [ 119.7491552, 30.4969422 ], [ 119.749796, 30.495578 ], [ 119.7510892, 30.4937852 ], [ 119.7521818, 30.491166 ], [ 119.7527834, 30.4897568 ], [ 119.7530952, 30.4895589 ], [ 119.7532975, 30.48954 ], [ 119.7557279, 30.4897898 ], [ 119.7576419, 30.4899689 ], [ 119.7594905, 30.4901339 ], [ 119.7607878, 30.4902847 ], [ 119.7617723, 30.4903648 ], [ 119.7618938, 30.4903778 ], [ 119.7620163, 30.4903909 ], [ 119.7623793, 30.4904673 ], [ 119.762507, 30.4905559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7468091, 30.5029854 ], [ 119.7470546, 30.50293 ], [ 119.7500509, 30.5022545 ], [ 119.7504985, 30.5021002 ], [ 119.7508311, 30.5019129 ], [ 119.7511316, 30.5016815 ], [ 119.7513682, 30.501428 ], [ 119.7515984, 30.5010754 ], [ 119.7527111, 30.4990367 ], [ 119.7528966, 30.4987667 ], [ 119.7531844, 30.4984857 ], [ 119.7534465, 30.4983039 ], [ 119.7537599, 30.4981551 ], [ 119.75415, 30.4980614 ], [ 119.7545592, 30.4980339 ], [ 119.7549557, 30.4980669 ], [ 119.7558446, 30.4983259 ], [ 119.7562603, 30.4984141 ], [ 119.756644, 30.4984251 ], [ 119.7570213, 30.498359 ], [ 119.757341, 30.4982488 ], [ 119.7576096, 30.4980945 ], [ 119.7578782, 30.4978741 ], [ 119.7581148, 30.4975765 ], [ 119.7583311, 30.4971965 ], [ 119.7607303, 30.492981 ], [ 119.7612994, 30.4920718 ], [ 119.7618046, 30.4913774 ], [ 119.762507, 30.4905559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7580799, 30.4977794 ], [ 119.757958, 30.4979327 ], [ 119.757675, 30.4981649 ], [ 119.7573898, 30.4983287 ], [ 119.7570513, 30.4984454 ], [ 119.7566528, 30.4985153 ], [ 119.7563494, 30.4985066 ], [ 119.7562459, 30.4985036 ], [ 119.7558132, 30.4984118 ], [ 119.754936, 30.4981555 ], [ 119.7545582, 30.4981241 ], [ 119.7541682, 30.4981503 ], [ 119.7537996, 30.4982388 ], [ 119.7535048, 30.4983788 ], [ 119.7532567, 30.4985509 ], [ 119.7529813, 30.4988198 ], [ 119.7528034, 30.4990788 ], [ 119.7519042, 30.5007262 ], [ 119.7514549, 30.5014785 ], [ 119.7512075, 30.5017436 ], [ 119.7508947, 30.5019844 ], [ 119.7505469, 30.5021803 ], [ 119.7502037, 30.5022986 ], [ 119.7468216, 30.5030654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7468091, 30.5029854 ], [ 119.7468216, 30.5030654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7468216, 30.5030654 ], [ 119.7468091, 30.5029854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7074969, 30.4868857 ], [ 119.7076294, 30.4870788 ], [ 119.707674, 30.4871438 ], [ 119.7078778, 30.4874396 ], [ 119.7079279, 30.487529 ], [ 119.7079815, 30.4877124 ], [ 119.7079905, 30.487831 ], [ 119.707969, 30.4879019 ], [ 119.707851, 30.4881055 ], [ 119.7076328, 30.4884691 ], [ 119.7074969, 30.4888215 ], [ 119.7074791, 30.4889109 ], [ 119.7074969, 30.4890156 ], [ 119.7075846, 30.4891666 ], [ 119.7077634, 30.4894933 ], [ 119.7078063, 30.4895688 ], [ 119.7079136, 30.4896366 ], [ 119.7081194, 30.4897049 ], [ 119.7083357, 30.4898051 ], [ 119.7084591, 30.4899006 ], [ 119.7085342, 30.4900378 ], [ 119.7085878, 30.4901626 ], [ 119.7086093, 30.4903213 ], [ 119.7088132, 30.4908739 ], [ 119.7088686, 30.4910542 ], [ 119.7088847, 30.491231 ], [ 119.7088739, 30.4915546 ], [ 119.7088972, 30.4916455 ], [ 119.7089651, 30.4917472 ], [ 119.7091529, 30.4918966 ], [ 119.7093027, 30.4920333 ], [ 119.7094136, 30.492229 ], [ 119.7095173, 30.4924612 ], [ 119.7095924, 30.4926661 ], [ 119.7096585, 30.4927817 ], [ 119.7097158, 30.4928433 ], [ 119.7098123, 30.4929466 ], [ 119.7099071, 30.4930837 ], [ 119.7100233, 30.4932224 ], [ 119.710087, 30.4933372 ], [ 119.7101246, 30.4935252 ], [ 119.7102319, 30.4940506 ], [ 119.7102498, 30.4942661 ], [ 119.7102623, 30.4944325 ], [ 119.7103016, 30.4945712 ], [ 119.7105359, 30.4950396 ], [ 119.7106986, 30.4953232 ], [ 119.7107987, 30.4954518 ], [ 119.7109293, 30.4956383 ], [ 119.7109811, 30.4957769 ], [ 119.7110151, 30.4959094 ], [ 119.7110097, 30.4959726 ], [ 119.7109525, 30.496005 ], [ 119.7108971, 30.4960096 ], [ 119.7108416, 30.4959896 ], [ 119.7107397, 30.4959279 ], [ 119.7105484, 30.4958108 ], [ 119.7103982, 30.49574 ], [ 119.7103231, 30.4957292 ], [ 119.7102819, 30.49576 ], [ 119.7102533, 30.4958262 ], [ 119.7102515, 30.4958956 ], [ 119.7102694, 30.4959788 ], [ 119.7103714, 30.4962453 ], [ 119.7103839, 30.4962839 ], [ 119.7103642, 30.4963347 ], [ 119.7103374, 30.4963624 ], [ 119.7102533, 30.4963717 ], [ 119.7101979, 30.4963486 ], [ 119.7100656, 30.49627 ], [ 119.7099744, 30.496233 ], [ 119.7098456, 30.4961991 ], [ 119.7097223, 30.4961775 ], [ 119.7095417, 30.4961128 ], [ 119.7091608, 30.495951 ], [ 119.7091071, 30.4959495 ], [ 119.7090374, 30.4959942 ], [ 119.7090159, 30.4960389 ], [ 119.7090481, 30.4961051 ], [ 119.7091912, 30.4962407 ], [ 119.709289, 30.4963664 ], [ 119.7094272, 30.4965442 ], [ 119.7096114, 30.496743 ], [ 119.7099243, 30.4969448 ], [ 119.7100513, 30.4970327 ], [ 119.7101782, 30.4971744 ], [ 119.7104429, 30.4975766 ], [ 119.7105144, 30.4976613 ], [ 119.7107486, 30.4977661 ], [ 119.711607, 30.4980603 ], [ 119.7117214, 30.4980819 ], [ 119.7121273, 30.4980896 ], [ 119.7123651, 30.4981112 ], [ 119.7129338, 30.4982144 ], [ 119.7130625, 30.4982098 ], [ 119.7136007, 30.4981605 ], [ 119.7141121, 30.498216 ], [ 119.7142015, 30.4982483 ], [ 119.7142641, 30.4983146 ], [ 119.7143553, 30.4985934 ], [ 119.7144501, 30.4987337 ], [ 119.7148596, 30.4990557 ], [ 119.7149311, 30.4991666 ], [ 119.7149526, 30.4993299 ], [ 119.7148703, 30.4995656 ], [ 119.7148381, 30.499732 ], [ 119.7148363, 30.4998538 ], [ 119.7148632, 30.4999169 ], [ 119.714974, 30.5000078 ], [ 119.715101, 30.5000802 ], [ 119.7152601, 30.5001788 ], [ 119.7153477, 30.5002466 ], [ 119.7154121, 30.5003206 ], [ 119.7154711, 30.5004361 ], [ 119.7155283, 30.5007489 ], [ 119.7155927, 30.5009369 ], [ 119.7156589, 30.501131 ], [ 119.7157376, 30.5012573 ], [ 119.715827, 30.501413 ], [ 119.7158878, 30.5016518 ], [ 119.7159289, 30.5019075 ], [ 119.7159537, 30.5021447 ], [ 119.7159664, 30.5022665 ], [ 119.7160183, 30.5024206 ], [ 119.7161149, 30.5025669 ], [ 119.7162186, 30.5026933 ], [ 119.7164957, 30.5028997 ], [ 119.7166281, 30.5030137 ], [ 119.7168337, 30.503308 ], [ 119.7169374, 30.5034189 ], [ 119.7170125, 30.5034775 ], [ 119.7172074, 30.5035529 ], [ 119.7174041, 30.503573 ], [ 119.7176082, 30.5035898 ], [ 119.7177403, 30.5036007 ], [ 119.7178136, 30.503613 ], [ 119.7179441, 30.5036747 ], [ 119.7180031, 30.5037717 ], [ 119.7180407, 30.5038626 ], [ 119.7180693, 30.5040105 ], [ 119.7180764, 30.5042709 ], [ 119.7180603, 30.5045251 ], [ 119.7180639, 30.5047254 ], [ 119.7180818, 30.504938 ], [ 119.7180872, 30.5051491 ], [ 119.7180729, 30.5054664 ], [ 119.7180478, 30.5057407 ], [ 119.7180693, 30.505961 ], [ 119.7180677, 30.5062107 ], [ 119.7180672, 30.5063066 ], [ 119.7180657, 30.5065402 ], [ 119.7181033, 30.5066496 ], [ 119.7181784, 30.5067583 ], [ 119.7183178, 30.5069047 ], [ 119.7184341, 30.5070094 ], [ 119.7185127, 30.5070926 ], [ 119.7185396, 30.5071758 ], [ 119.7184984, 30.5076458 ], [ 119.7184698, 30.5080437 ], [ 119.7184895, 30.5083195 ], [ 119.7185378, 30.5085737 ], [ 119.71857, 30.5088315 ], [ 119.7185628, 30.508981 ], [ 119.7185127, 30.5091258 ], [ 119.7181748, 30.5096015 ], [ 119.7178941, 30.5098896 ], [ 119.7177921, 30.5100698 ], [ 119.7177385, 30.5101684 ], [ 119.7177081, 30.5103091 ], [ 119.7176294, 30.5111182 ], [ 119.7176813, 30.5119865 ], [ 119.717692, 30.5122391 ], [ 119.7178262, 30.5129624 ], [ 119.7178656, 30.5130425 ], [ 119.7179067, 30.5130779 ], [ 119.7179961, 30.5131288 ], [ 119.7181105, 30.5131688 ], [ 119.7186416, 30.5132443 ], [ 119.7192438, 30.5133691 ], [ 119.7193072, 30.5133822 ], [ 119.7194503, 30.51345 ], [ 119.7195486, 30.5135394 ], [ 119.7196541, 30.5136796 ], [ 119.7197382, 30.5138428 ], [ 119.7198222, 30.5139384 ], [ 119.7204098, 30.5144358 ], [ 119.7204813, 30.5144774 ], [ 119.7205457, 30.5144974 ], [ 119.7215296, 30.5147347 ], [ 119.7217388, 30.5147624 ], [ 119.7221483, 30.5147701 ], [ 119.7223736, 30.5147608 ], [ 119.7231668, 30.5147107 ], [ 119.7234983, 30.5146897 ], [ 119.7238756, 30.5146774 ], [ 119.7239811, 30.514662 ], [ 119.724167, 30.5146173 ], [ 119.7243423, 30.5145696 ], [ 119.7245247, 30.5144987 ], [ 119.7246355, 30.5144232 ], [ 119.7247285, 30.5143108 ], [ 119.7248698, 30.5140766 ], [ 119.7251219, 30.5135575 ], [ 119.725256, 30.5133002 ], [ 119.7253401, 30.5132139 ], [ 119.7254384, 30.5131554 ], [ 119.72556, 30.5131215 ], [ 119.7257227, 30.5131123 ], [ 119.7261125, 30.5131492 ], [ 119.7263826, 30.5132216 ], [ 119.7266597, 30.5133264 ], [ 119.7269101, 30.5134512 ], [ 119.727062, 30.5135529 ], [ 119.7272802, 30.5137054 ], [ 119.7276271, 30.5140212 ], [ 119.7277773, 30.5141521 ], [ 119.7279668, 30.5143 ], [ 119.7284479, 30.5147082 ], [ 119.7285873, 30.5147929 ], [ 119.7287071, 30.5148453 ], [ 119.7288198, 30.5148761 ], [ 119.7289503, 30.5148838 ], [ 119.729181, 30.5148731 ], [ 119.7296048, 30.5149254 ], [ 119.7297436, 30.5149397 ], [ 119.7299785, 30.5149639 ], [ 119.7302056, 30.5150117 ], [ 119.7305436, 30.5150918 ], [ 119.7306687, 30.5150826 ], [ 119.7311265, 30.5149023 ], [ 119.7312141, 30.5148731 ], [ 119.7314197, 30.5148869 ], [ 119.7316576, 30.5148977 ], [ 119.7319526, 30.5148576 ], [ 119.7321386, 30.5148376 ], [ 119.7322548, 30.5148561 ], [ 119.7325516, 30.5150055 ], [ 119.732684, 30.515044 ], [ 119.7330058, 30.5150641 ], [ 119.733916, 30.5152166 ], [ 119.7339929, 30.5152736 ], [ 119.7340856, 30.5154041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7237805, 30.5258078 ], [ 119.7238541, 30.5256248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7238541, 30.5256248 ], [ 119.7237805, 30.5258078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7237805, 30.5258078 ], [ 119.7236903, 30.526032 ], [ 119.7233307, 30.5265225 ], [ 119.7231809, 30.5267239 ], [ 119.7229771, 30.526951 ], [ 119.7227433, 30.527173 ], [ 119.7225575, 30.5273176 ], [ 119.7204598, 30.5286806 ], [ 119.72022, 30.5288045 ], [ 119.7199144, 30.5289335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7199144, 30.5289335 ], [ 119.72022, 30.5288045 ], [ 119.7204598, 30.5286806 ], [ 119.7225575, 30.5273176 ], [ 119.7227433, 30.527173 ], [ 119.7229771, 30.526951 ], [ 119.7231809, 30.5267239 ], [ 119.7233307, 30.5265225 ], [ 119.7236903, 30.526032 ], [ 119.7237805, 30.5258078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "幽岭隧道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7237805, 30.5258078 ], [ 119.7230179, 30.526425 ], [ 119.722128, 30.5270194 ], [ 119.7208157, 30.5277994 ], [ 119.7201001, 30.5281385 ], [ 119.719339, 30.5284672 ], [ 119.7186932, 30.5287005 ], [ 119.7179351, 30.5289147 ], [ 119.716686, 30.5292016 ], [ 119.7154782, 30.5293951 ], [ 119.7152614, 30.5294094 ], [ 119.7148813, 30.5294308 ], [ 119.7142308, 30.5294348 ], [ 119.7133918, 30.5293748 ], [ 119.7118122, 30.5289666 ], [ 119.7109632, 30.5286605 ], [ 119.7098673, 30.5281333 ], [ 119.7094875, 30.5278453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7243159, 30.5269517 ], [ 119.7240721, 30.5270301 ], [ 119.7235409, 30.527262 ], [ 119.7234208, 30.527331 ], [ 119.7233007, 30.5274375 ], [ 119.7231989, 30.5275629 ], [ 119.7231043, 30.5276507 ], [ 119.7229733, 30.5277416 ], [ 119.7227076, 30.5278795 ], [ 119.7223037, 30.5280487 ], [ 119.7221946, 30.5281083 ], [ 119.7220927, 30.528196 ], [ 119.7219035, 30.5283245 ], [ 119.7216051, 30.528475 ], [ 119.7211867, 30.5286662 ], [ 119.7208992, 30.528779 ], [ 119.7207173, 30.5288229 ], [ 119.7199144, 30.5289335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7199144, 30.5289335 ], [ 119.7207173, 30.5288229 ], [ 119.7208992, 30.528779 ], [ 119.7211867, 30.5286662 ], [ 119.7216051, 30.528475 ], [ 119.7219035, 30.5283245 ], [ 119.7220927, 30.528196 ], [ 119.7221946, 30.5281083 ], [ 119.7223037, 30.5280487 ], [ 119.7227076, 30.5278795 ], [ 119.7229733, 30.5277416 ], [ 119.7231043, 30.5276507 ], [ 119.7231989, 30.5275629 ], [ 119.7233007, 30.5274375 ], [ 119.7234208, 30.527331 ], [ 119.7235409, 30.527262 ], [ 119.7240721, 30.5270301 ], [ 119.7243159, 30.5269517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7120464, 30.5318041 ], [ 119.7115262, 30.5318401 ], [ 119.7111817, 30.5317678 ], [ 119.7110558, 30.5317472 ], [ 119.710912, 30.5317059 ], [ 119.7107741, 30.5316284 ], [ 119.7106602, 30.5315252 ], [ 119.7105284, 30.5313445 ], [ 119.7103845, 30.5310296 ], [ 119.7101208, 30.5304152 ], [ 119.709923, 30.5299196 ], [ 119.7097792, 30.5292846 ], [ 119.7096293, 30.5283708 ], [ 119.7095634, 30.5280249 ], [ 119.7094875, 30.5278453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7094875, 30.5278453 ], [ 119.7095634, 30.5280249 ], [ 119.7096293, 30.5283708 ], [ 119.7097792, 30.5292846 ], [ 119.709923, 30.5299196 ], [ 119.7101208, 30.5304152 ], [ 119.7103845, 30.5310296 ], [ 119.7105284, 30.5313445 ], [ 119.7106602, 30.5315252 ], [ 119.7107741, 30.5316284 ], [ 119.710912, 30.5317059 ], [ 119.7110558, 30.5317472 ], [ 119.7111817, 30.5317678 ], [ 119.7115262, 30.5318401 ], [ 119.7120464, 30.5318041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7873111, 30.5043376 ], [ 119.7871341, 30.5042834 ], [ 119.7868599, 30.5041144 ], [ 119.786514, 30.50374 ], [ 119.786469, 30.503811 ], [ 119.78656, 30.504063 ], [ 119.786507, 30.504145 ], [ 119.786263, 30.503901 ], [ 119.786179, 30.503218 ], [ 119.786118, 30.503176 ], [ 119.785767, 30.503273 ], [ 119.785591, 30.503252 ], [ 119.785492, 30.50318 ], [ 119.785484, 30.503061 ], [ 119.785301, 30.50279 ], [ 119.785126, 30.502716 ], [ 119.785049, 30.502857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.785049, 30.502857 ], [ 119.785126, 30.502716 ], [ 119.785301, 30.50279 ], [ 119.785484, 30.503061 ], [ 119.785492, 30.50318 ], [ 119.785591, 30.503252 ], [ 119.785767, 30.503273 ], [ 119.786118, 30.503176 ], [ 119.786179, 30.503218 ], [ 119.786263, 30.503901 ], [ 119.786507, 30.504145 ], [ 119.78656, 30.504063 ], [ 119.786469, 30.503811 ], [ 119.786514, 30.50374 ], [ 119.7868599, 30.5041144 ], [ 119.7871341, 30.5042834 ], [ 119.7873111, 30.5043376 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7548685, 30.5344017 ], [ 119.7547105, 30.5343668 ], [ 119.7540785, 30.5344005 ], [ 119.7537417, 30.5345503 ], [ 119.753291, 30.5346712 ], [ 119.7530303, 30.5347281 ], [ 119.7526592, 30.5349028 ], [ 119.7524512, 30.5350587 ], [ 119.7517759, 30.5354657 ], [ 119.7516141, 30.5355312 ], [ 119.7514249, 30.5355678 ], [ 119.751189, 30.535454 ], [ 119.7509432, 30.5353061 ], [ 119.7507442, 30.5352194 ], [ 119.7504963, 30.5351114 ], [ 119.7499027, 30.5350018 ], [ 119.7494441, 30.5349172 ], [ 119.7492296, 30.5348616 ], [ 119.7486674, 30.5347158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7486674, 30.5347158 ], [ 119.7492296, 30.5348616 ], [ 119.7494441, 30.5349172 ], [ 119.7499027, 30.5350018 ], [ 119.7504963, 30.5351114 ], [ 119.7507442, 30.5352194 ], [ 119.7509432, 30.5353061 ], [ 119.751189, 30.535454 ], [ 119.7514249, 30.5355678 ], [ 119.7516141, 30.5355312 ], [ 119.7517759, 30.5354657 ], [ 119.7524512, 30.5350587 ], [ 119.7526592, 30.5349028 ], [ 119.7530303, 30.5347281 ], [ 119.753291, 30.5346712 ], [ 119.7537417, 30.5345503 ], [ 119.7540785, 30.5344005 ], [ 119.7547105, 30.5343668 ], [ 119.7548685, 30.5344017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7271498, 30.5217051 ], [ 119.7272277, 30.5217649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7238541, 30.5256248 ], [ 119.7245547, 30.5249469 ], [ 119.7249703, 30.5244952 ], [ 119.7260681, 30.5230446 ], [ 119.7266586, 30.5222642 ], [ 119.7271498, 30.5217051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7272277, 30.5217649 ], [ 119.7267442, 30.5223156 ], [ 119.7261462, 30.5231058 ], [ 119.7255221, 30.5239304 ], [ 119.725055, 30.5245477 ], [ 119.7239589, 30.5256755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7272277, 30.5217649 ], [ 119.7275324, 30.5219989 ], [ 119.7274707, 30.5221122 ], [ 119.7273566, 30.5223058 ], [ 119.7272342, 30.5225134 ], [ 119.7269985, 30.5229531 ], [ 119.7269722, 30.5230086 ], [ 119.7268376, 30.5232751 ], [ 119.7267369, 30.5234603 ], [ 119.7260586, 30.5247088 ], [ 119.7257459, 30.5252842 ], [ 119.7252276, 30.5262136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7252276, 30.5262136 ], [ 119.7257459, 30.5252842 ], [ 119.7260586, 30.5247088 ], [ 119.7267369, 30.5234603 ], [ 119.7268376, 30.5232751 ], [ 119.7269722, 30.5230086 ], [ 119.7269985, 30.5229531 ], [ 119.7272342, 30.5225134 ], [ 119.7273566, 30.5223058 ], [ 119.7274707, 30.5221122 ], [ 119.7275324, 30.5219989 ], [ 119.7272277, 30.5217649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7238541, 30.5256248 ], [ 119.7239589, 30.5256755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7239589, 30.5256755 ], [ 119.7238541, 30.5256248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7239589, 30.5256755 ], [ 119.7237805, 30.5258078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7239589, 30.5256755 ], [ 119.7240686, 30.5257285 ], [ 119.7243197, 30.5258946 ], [ 119.7245889, 30.5260388 ], [ 119.7247563, 30.5261266 ], [ 119.7248873, 30.5261642 ], [ 119.7250001, 30.5261767 ], [ 119.7251602, 30.5262143 ], [ 119.7252276, 30.5262136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7252276, 30.5262136 ], [ 119.7251602, 30.5262143 ], [ 119.7250001, 30.5261767 ], [ 119.7248873, 30.5261642 ], [ 119.7247563, 30.5261266 ], [ 119.7245889, 30.5260388 ], [ 119.7243197, 30.5258946 ], [ 119.7240686, 30.5257285 ], [ 119.7239589, 30.5256755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7243159, 30.5269517 ], [ 119.7244936, 30.526871 ], [ 119.7246543, 30.5267981 ], [ 119.7248181, 30.5267198 ], [ 119.7249236, 30.5266508 ], [ 119.7250073, 30.5265537 ], [ 119.7251201, 30.5264063 ], [ 119.7252276, 30.5262136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7252276, 30.5262136 ], [ 119.7251201, 30.5264063 ], [ 119.7250073, 30.5265537 ], [ 119.7249236, 30.5266508 ], [ 119.7248181, 30.5267198 ], [ 119.7246543, 30.5267981 ], [ 119.7244936, 30.526871 ], [ 119.7243159, 30.5269517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7252276, 30.5262136 ], [ 119.7253086, 30.5261973 ], [ 119.7254651, 30.5262725 ], [ 119.7255561, 30.5263696 ], [ 119.7256289, 30.5265264 ], [ 119.7259454, 30.5269558 ], [ 119.7260071, 30.5271665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7260071, 30.5271665 ], [ 119.7259454, 30.5269558 ], [ 119.7256289, 30.5265264 ], [ 119.7255561, 30.5263696 ], [ 119.7254651, 30.5262725 ], [ 119.7253086, 30.5261973 ], [ 119.7252276, 30.5262136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石关线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7243159, 30.5269517 ], [ 119.7243142, 30.5271726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石关线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7243142, 30.5271726 ], [ 119.7243159, 30.5269517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百甘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7260071, 30.5271665 ], [ 119.7255967, 30.527202 ], [ 119.7251028, 30.5272411 ], [ 119.7243142, 30.5271726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百甘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7243142, 30.5271726 ], [ 119.7251028, 30.5272411 ], [ 119.7255967, 30.527202 ], [ 119.7260071, 30.5271665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百甘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7486674, 30.5347158 ], [ 119.7486245, 30.5343168 ], [ 119.7488227, 30.5334086 ], [ 119.7487056, 30.5329041 ], [ 119.748228, 30.5324772 ], [ 119.7472727, 30.531864 ], [ 119.7469033, 30.5316854 ], [ 119.7464744, 30.5317485 ], [ 119.7462398, 30.5318159 ], [ 119.7460024, 30.5318841 ], [ 119.745795, 30.5320134 ], [ 119.7454874, 30.5323831 ], [ 119.7452084, 30.5330977 ], [ 119.7450153, 30.5333996 ], [ 119.7447793, 30.533529 ], [ 119.7443859, 30.5336214 ], [ 119.7434632, 30.5336522 ], [ 119.7427909, 30.533683 ], [ 119.7415034, 30.5338986 ], [ 119.7409813, 30.5341451 ], [ 119.7408454, 30.5341635 ], [ 119.7399656, 30.5339849 ], [ 119.7394697, 30.5336155 ], [ 119.739279, 30.5334735 ], [ 119.738857, 30.5333072 ], [ 119.7382633, 30.5333072 ], [ 119.7375838, 30.5332456 ], [ 119.7368543, 30.5330608 ], [ 119.7365968, 30.5329067 ], [ 119.7360246, 30.53234 ], [ 119.7358893, 30.5321557 ], [ 119.7356312, 30.531804 ], [ 119.7347371, 30.5312803 ], [ 119.7338073, 30.5308614 ], [ 119.7323982, 30.5302699 ], [ 119.7312967, 30.5298941 ], [ 119.7294871, 30.5293211 ], [ 119.7288219, 30.5289515 ], [ 119.728543, 30.528713 ], [ 119.7274758, 30.5278182 ], [ 119.7269081, 30.5272167 ], [ 119.7266299, 30.5271336 ], [ 119.7264724, 30.5271419 ], [ 119.7262266, 30.5271549 ], [ 119.7260071, 30.5271665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "百甘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7260071, 30.5271665 ], [ 119.7262266, 30.5271549 ], [ 119.7264724, 30.5271419 ], [ 119.7266299, 30.5271336 ], [ 119.7269081, 30.5272167 ], [ 119.7274758, 30.5278182 ], [ 119.728543, 30.528713 ], [ 119.7288219, 30.5289515 ], [ 119.7294871, 30.5293211 ], [ 119.7312967, 30.5298941 ], [ 119.7323982, 30.5302699 ], [ 119.7338073, 30.5308614 ], [ 119.7347371, 30.5312803 ], [ 119.7356312, 30.531804 ], [ 119.7358893, 30.5321557 ], [ 119.7360246, 30.53234 ], [ 119.7365968, 30.5329067 ], [ 119.7368543, 30.5330608 ], [ 119.7375838, 30.5332456 ], [ 119.7382633, 30.5333072 ], [ 119.738857, 30.5333072 ], [ 119.739279, 30.5334735 ], [ 119.7394697, 30.5336155 ], [ 119.7399656, 30.5339849 ], [ 119.7408454, 30.5341635 ], [ 119.7409813, 30.5341451 ], [ 119.7415034, 30.5338986 ], [ 119.7427909, 30.533683 ], [ 119.7434632, 30.5336522 ], [ 119.7443859, 30.5336214 ], [ 119.7447793, 30.533529 ], [ 119.7450153, 30.5333996 ], [ 119.7452084, 30.5330977 ], [ 119.7454874, 30.5323831 ], [ 119.745795, 30.5320134 ], [ 119.7460024, 30.5318841 ], [ 119.7462398, 30.5318159 ], [ 119.7464744, 30.5317485 ], [ 119.7469033, 30.5316854 ], [ 119.7472727, 30.531864 ], [ 119.748228, 30.5324772 ], [ 119.7487056, 30.5329041 ], [ 119.7488227, 30.5334086 ], [ 119.7486245, 30.5343168 ], [ 119.7486674, 30.5347158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7199144, 30.5289335 ], [ 119.7197697, 30.5289617 ], [ 119.7195428, 30.5290058 ], [ 119.7160448, 30.5295669 ], [ 119.7158714, 30.5295947 ], [ 119.7156478, 30.5296731 ], [ 119.7154879, 30.5297592 ], [ 119.7152524, 30.5298917 ], [ 119.7148318, 30.5301829 ], [ 119.713705, 30.5310296 ], [ 119.7135432, 30.5311845 ], [ 119.7130936, 30.5315871 ], [ 119.7129798, 30.5316646 ], [ 119.7128179, 30.5317162 ], [ 119.712704, 30.5317585 ], [ 119.7120464, 30.5318041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7120464, 30.5318041 ], [ 119.712704, 30.5317585 ], [ 119.7128179, 30.5317162 ], [ 119.7129798, 30.5316646 ], [ 119.7130936, 30.5315871 ], [ 119.7135432, 30.5311845 ], [ 119.713705, 30.5310296 ], [ 119.7148318, 30.5301829 ], [ 119.7152524, 30.5298917 ], [ 119.7154879, 30.5297592 ], [ 119.7156478, 30.5296731 ], [ 119.7158714, 30.5295947 ], [ 119.7160448, 30.5295669 ], [ 119.7195428, 30.5290058 ], [ 119.7197697, 30.5289617 ], [ 119.7199144, 30.5289335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7056823, 30.5495558 ], [ 119.7057181, 30.5494372 ], [ 119.7057127, 30.5493433 ], [ 119.7055929, 30.5490676 ], [ 119.7055339, 30.5488767 ], [ 119.7055285, 30.5487719 ], [ 119.70555, 30.5486903 ], [ 119.7057252, 30.5484732 ], [ 119.7058862, 30.5481665 ], [ 119.7060686, 30.5478277 ], [ 119.7061687, 30.5475921 ], [ 119.7061902, 30.5473079 ], [ 119.7062116, 30.5471724 ], [ 119.7062653, 30.546986 ], [ 119.7063261, 30.5468213 ], [ 119.7063833, 30.5466153 ], [ 119.7064208, 30.5464382 ], [ 119.706487, 30.5460241 ], [ 119.7066078, 30.5452959 ], [ 119.7066372, 30.5451186 ], [ 119.7066783, 30.5448414 ], [ 119.7066926, 30.5446689 ], [ 119.7066873, 30.5445765 ], [ 119.706639, 30.5443671 ], [ 119.7064834, 30.5439682 ], [ 119.7064298, 30.5438619 ], [ 119.7063261, 30.5436756 ], [ 119.7062957, 30.5435678 ], [ 119.7062778, 30.5434723 ], [ 119.7062706, 30.5433276 ], [ 119.7063082, 30.5430334 ], [ 119.7063475, 30.5427901 ], [ 119.7063582, 30.5426838 ], [ 119.7063582, 30.5425806 ], [ 119.7062796, 30.542077 ], [ 119.7062796, 30.5419569 ], [ 119.7063121, 30.5417734 ], [ 119.7063404, 30.5416135 ], [ 119.7063851, 30.541498 ], [ 119.7064351, 30.5414333 ], [ 119.7068285, 30.5410853 ], [ 119.7070646, 30.5409282 ], [ 119.7072076, 30.5408311 ], [ 119.7073167, 30.5407295 ], [ 119.7074469, 30.5405979 ], [ 119.7082355, 30.5396647 ], [ 119.7083619, 30.5394989 ], [ 119.7084245, 30.5393233 ], [ 119.7085085, 30.5387194 ], [ 119.7085476, 30.538345 ], [ 119.7085538, 30.5382707 ], [ 119.7085631, 30.5381596 ], [ 119.7085711, 30.5380633 ], [ 119.7086158, 30.5378753 ], [ 119.708707, 30.5377167 ], [ 119.7089395, 30.5374164 ], [ 119.7090382, 30.5372652 ], [ 119.7090937, 30.5370834 ], [ 119.7091849, 30.5366331 ], [ 119.7092528, 30.5363019 ], [ 119.7092975, 30.5362157 ], [ 119.7093726, 30.5360956 ], [ 119.7094584, 30.5359847 ], [ 119.7095578, 30.5358853 ], [ 119.7096087, 30.5358345 ], [ 119.7098036, 30.5356543 ], [ 119.7099234, 30.5355064 ], [ 119.7102268, 30.5350282 ], [ 119.7103394, 30.5349004 ], [ 119.7104771, 30.5347987 ], [ 119.7105908, 30.5347502 ], [ 119.710773, 30.5346724 ], [ 119.7111292, 30.5344858 ], [ 119.7112075, 30.5344155 ], [ 119.7114689, 30.5340289 ], [ 119.7118476, 30.5334706 ], [ 119.7119764, 30.5332966 ], [ 119.7120801, 30.5331348 ], [ 119.7121534, 30.5329808 ], [ 119.7121892, 30.532853 ], [ 119.7121963, 30.5327652 ], [ 119.7121928, 30.5326512 ], [ 119.7121427, 30.5323884 ], [ 119.7120837, 30.5321158 ], [ 119.7120464, 30.5318041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7120464, 30.5318041 ], [ 119.7120837, 30.5321158 ], [ 119.7121427, 30.5323884 ], [ 119.7121928, 30.5326512 ], [ 119.7121963, 30.5327652 ], [ 119.7121892, 30.532853 ], [ 119.7121534, 30.5329808 ], [ 119.7120801, 30.5331348 ], [ 119.7119764, 30.5332966 ], [ 119.7118476, 30.5334706 ], [ 119.7114689, 30.5340289 ], [ 119.7112075, 30.5344155 ], [ 119.7111292, 30.5344858 ], [ 119.710773, 30.5346724 ], [ 119.7105908, 30.5347502 ], [ 119.7104771, 30.5347987 ], [ 119.7103394, 30.5349004 ], [ 119.7102268, 30.5350282 ], [ 119.7099234, 30.5355064 ], [ 119.7098036, 30.5356543 ], [ 119.7096087, 30.5358345 ], [ 119.7095578, 30.5358853 ], [ 119.7094584, 30.5359847 ], [ 119.7093726, 30.5360956 ], [ 119.7092975, 30.5362157 ], [ 119.7092528, 30.5363019 ], [ 119.7091849, 30.5366331 ], [ 119.7090937, 30.5370834 ], [ 119.7090382, 30.5372652 ], [ 119.7089395, 30.5374164 ], [ 119.708707, 30.5377167 ], [ 119.7086158, 30.5378753 ], [ 119.7085711, 30.5380633 ], [ 119.7085631, 30.5381596 ], [ 119.7085538, 30.5382707 ], [ 119.7085476, 30.538345 ], [ 119.7085085, 30.5387194 ], [ 119.7084245, 30.5393233 ], [ 119.7083619, 30.5394989 ], [ 119.7082355, 30.5396647 ], [ 119.7074469, 30.5405979 ], [ 119.7073167, 30.5407295 ], [ 119.7072076, 30.5408311 ], [ 119.7070646, 30.5409282 ], [ 119.7068285, 30.5410853 ], [ 119.7064351, 30.5414333 ], [ 119.7063851, 30.541498 ], [ 119.7063404, 30.5416135 ], [ 119.7063121, 30.5417734 ], [ 119.7062796, 30.5419569 ], [ 119.7062796, 30.542077 ], [ 119.7063582, 30.5425806 ], [ 119.7063582, 30.5426838 ], [ 119.7063475, 30.5427901 ], [ 119.7063082, 30.5430334 ], [ 119.7062706, 30.5433276 ], [ 119.7062778, 30.5434723 ], [ 119.7062957, 30.5435678 ], [ 119.7063261, 30.5436756 ], [ 119.7064298, 30.5438619 ], [ 119.7064834, 30.5439682 ], [ 119.706639, 30.5443671 ], [ 119.7066873, 30.5445765 ], [ 119.7066926, 30.5446689 ], [ 119.7066783, 30.5448414 ], [ 119.7066372, 30.5451186 ], [ 119.7066078, 30.5452959 ], [ 119.706487, 30.5460241 ], [ 119.7064208, 30.5464382 ], [ 119.7063833, 30.5466153 ], [ 119.7063261, 30.5468213 ], [ 119.7062653, 30.546986 ], [ 119.7062116, 30.5471724 ], [ 119.7061902, 30.5473079 ], [ 119.7061687, 30.5475921 ], [ 119.7060686, 30.5478277 ], [ 119.7058862, 30.5481665 ], [ 119.7057252, 30.5484732 ], [ 119.70555, 30.5486903 ], [ 119.7055285, 30.5487719 ], [ 119.7055339, 30.5488767 ], [ 119.7055929, 30.5490676 ], [ 119.7057127, 30.5493433 ], [ 119.7057181, 30.5494372 ], [ 119.7056823, 30.5495558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石关线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7394503, 30.5515806 ], [ 119.7389944, 30.5515553 ], [ 119.7387476, 30.5515415 ], [ 119.7384233, 30.5515235 ], [ 119.7377925, 30.5512597 ], [ 119.737405, 30.5508328 ], [ 119.7370986, 30.5504681 ], [ 119.7369786, 30.5503894 ], [ 119.7354765, 30.5494049 ], [ 119.7350619, 30.5487607 ], [ 119.7332686, 30.5468904 ], [ 119.7325927, 30.5465023 ], [ 119.7325477, 30.5460755 ], [ 119.7322683, 30.5457029 ], [ 119.7316285, 30.5453925 ], [ 119.7315231, 30.5452684 ], [ 119.7303759, 30.5439179 ], [ 119.7302407, 30.543848 ], [ 119.7297451, 30.5432349 ], [ 119.7289791, 30.5418223 ], [ 119.728889, 30.5410074 ], [ 119.7288079, 30.5405339 ], [ 119.72815, 30.5387255 ], [ 119.7276814, 30.5368006 ], [ 119.7276724, 30.5365833 ], [ 119.7273029, 30.5357139 ], [ 119.7271497, 30.535419 ], [ 119.7268523, 30.5345807 ], [ 119.726627, 30.5342314 ], [ 119.7255907, 30.5333853 ], [ 119.7251221, 30.5331835 ], [ 119.7246805, 30.5327023 ], [ 119.7242029, 30.5323608 ], [ 119.7239145, 30.5319571 ], [ 119.7237974, 30.5313051 ], [ 119.7236081, 30.53108 ], [ 119.7231936, 30.5305599 ], [ 119.7231666, 30.5302417 ], [ 119.7231485, 30.5297682 ], [ 119.7236892, 30.528891 ], [ 119.7240407, 30.5286038 ], [ 119.724311, 30.5275947 ], [ 119.7243142, 30.5271726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石关线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7243142, 30.5271726 ], [ 119.724311, 30.5275947 ], [ 119.7240407, 30.5286038 ], [ 119.7236892, 30.528891 ], [ 119.7231485, 30.5297682 ], [ 119.7231666, 30.5302417 ], [ 119.7231936, 30.5305599 ], [ 119.7236081, 30.53108 ], [ 119.7237974, 30.5313051 ], [ 119.7239145, 30.5319571 ], [ 119.7242029, 30.5323608 ], [ 119.7246805, 30.5327023 ], [ 119.7251221, 30.5331835 ], [ 119.7255907, 30.5333853 ], [ 119.726627, 30.5342314 ], [ 119.7268523, 30.5345807 ], [ 119.7271497, 30.535419 ], [ 119.7273029, 30.5357139 ], [ 119.7276724, 30.5365833 ], [ 119.7276814, 30.5368006 ], [ 119.72815, 30.5387255 ], [ 119.7288079, 30.5405339 ], [ 119.728889, 30.5410074 ], [ 119.7289791, 30.5418223 ], [ 119.7297451, 30.5432349 ], [ 119.7302407, 30.543848 ], [ 119.7303759, 30.5439179 ], [ 119.7315231, 30.5452684 ], [ 119.7316285, 30.5453925 ], [ 119.7322683, 30.5457029 ], [ 119.7325477, 30.5460755 ], [ 119.7325927, 30.5465023 ], [ 119.7332686, 30.5468904 ], [ 119.7350619, 30.5487607 ], [ 119.7354765, 30.5494049 ], [ 119.7369786, 30.5503894 ], [ 119.7370986, 30.5504681 ], [ 119.737405, 30.5508328 ], [ 119.7377925, 30.5512597 ], [ 119.7384233, 30.5515235 ], [ 119.7387476, 30.5515415 ], [ 119.7389944, 30.5515553 ], [ 119.7394503, 30.5515806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石关线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7486674, 30.5347158 ], [ 119.7484782, 30.535265 ], [ 119.7484209, 30.5354312 ], [ 119.7483181, 30.5357295 ], [ 119.7478945, 30.5365444 ], [ 119.7477504, 30.5373129 ], [ 119.7478289, 30.5377238 ], [ 119.7478543, 30.5378564 ], [ 119.7478765, 30.5379726 ], [ 119.7477143, 30.5382287 ], [ 119.747507, 30.538741 ], [ 119.7469303, 30.5392222 ], [ 119.746714, 30.5394473 ], [ 119.74593, 30.5399052 ], [ 119.7458219, 30.5401148 ], [ 119.7457768, 30.540596 ], [ 119.7454614, 30.5409142 ], [ 119.7454163, 30.5410927 ], [ 119.7462364, 30.5413334 ], [ 119.7464707, 30.5416981 ], [ 119.7463896, 30.5422337 ], [ 119.7459751, 30.542777 ], [ 119.7458509, 30.5431041 ], [ 119.7458219, 30.5431806 ], [ 119.7457498, 30.543297 ], [ 119.7442899, 30.5439644 ], [ 119.7441006, 30.5444689 ], [ 119.7435149, 30.5451053 ], [ 119.7434157, 30.546611 ], [ 119.7432445, 30.5474336 ], [ 119.7434428, 30.5477906 ], [ 119.7440285, 30.5486055 ], [ 119.7442628, 30.5491488 ], [ 119.7443079, 30.5496998 ], [ 119.7442985, 30.5498669 ], [ 119.7442809, 30.550181 ], [ 119.7440736, 30.5507785 ], [ 119.7437852, 30.5510191 ], [ 119.7434608, 30.5511278 ], [ 119.7430102, 30.5511433 ], [ 119.7421721, 30.5510424 ], [ 119.7418387, 30.5510113 ], [ 119.7410907, 30.5511433 ], [ 119.7402436, 30.5514692 ], [ 119.7395407, 30.5515856 ], [ 119.7394503, 30.5515806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石关线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.7394503, 30.5515806 ], [ 119.7395407, 30.5515856 ], [ 119.7402436, 30.5514692 ], [ 119.7410907, 30.5511433 ], [ 119.7418387, 30.5510113 ], [ 119.7421721, 30.5510424 ], [ 119.7430102, 30.5511433 ], [ 119.7434608, 30.5511278 ], [ 119.7437852, 30.5510191 ], [ 119.7440736, 30.5507785 ], [ 119.7442809, 30.550181 ], [ 119.7442985, 30.5498669 ], [ 119.7443079, 30.5496998 ], [ 119.7442628, 30.5491488 ], [ 119.7440285, 30.5486055 ], [ 119.7434428, 30.5477906 ], [ 119.7432445, 30.5474336 ], [ 119.7434157, 30.546611 ], [ 119.7435149, 30.5451053 ], [ 119.7441006, 30.5444689 ], [ 119.7442899, 30.5439644 ], [ 119.7457498, 30.543297 ], [ 119.7458219, 30.5431806 ], [ 119.7458509, 30.5431041 ], [ 119.7459751, 30.542777 ], [ 119.7463896, 30.5422337 ], [ 119.7464707, 30.5416981 ], [ 119.7462364, 30.5413334 ], [ 119.7454163, 30.5410927 ], [ 119.7454614, 30.5409142 ], [ 119.7457768, 30.540596 ], [ 119.7458219, 30.5401148 ], [ 119.74593, 30.5399052 ], [ 119.746714, 30.5394473 ], [ 119.7469303, 30.5392222 ], [ 119.747507, 30.538741 ], [ 119.7477143, 30.5382287 ], [ 119.7478765, 30.5379726 ], [ 119.7478543, 30.5378564 ], [ 119.7478289, 30.5377238 ], [ 119.7477504, 30.5373129 ], [ 119.7478945, 30.5365444 ], [ 119.7483181, 30.5357295 ], [ 119.7484209, 30.5354312 ], [ 119.7484782, 30.535265 ], [ 119.7486674, 30.5347158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645912, 30.3203869 ], [ 120.0653583, 30.3187755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0653583, 30.3187755 ], [ 120.0645912, 30.3203869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0607422, 30.3201583 ], [ 120.0590014, 30.3199794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0590014, 30.3199794 ], [ 120.0607422, 30.3201583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608237, 30.3201702 ], [ 120.0607422, 30.3201583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0607422, 30.3201583 ], [ 120.0608237, 30.3201702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629561, 30.3202489 ], [ 120.0608237, 30.3201702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608237, 30.3201702 ], [ 120.0629561, 30.3202489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629561, 30.3202489 ], [ 120.0645912, 30.3203869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园九路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645912, 30.3203869 ], [ 120.0629561, 30.3202489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701876, 30.3167995 ], [ 120.0699351, 30.3177009 ], [ 120.0698045, 30.3181364 ], [ 120.0694759, 30.3192577 ], [ 120.0694433, 30.3193687 ], [ 120.0692588, 30.3199984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724287, 30.3203471 ], [ 120.0726959, 30.3194662 ], [ 120.0729288, 30.3189537 ], [ 120.073069, 30.3184976 ], [ 120.0731652, 30.3181755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735248, 30.3183598 ], [ 120.0734957, 30.3186702 ], [ 120.0733487, 30.3190771 ], [ 120.0730559, 30.3200122 ], [ 120.0729496, 30.3203545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676047, 30.3194871 ], [ 120.0692588, 30.3199984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692588, 30.3199984 ], [ 120.0676047, 30.3194871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692588, 30.3199984 ], [ 120.0713507, 30.3202561 ], [ 120.0724287, 30.3203471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园七路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724287, 30.3203471 ], [ 120.0713507, 30.3202561 ], [ 120.0692588, 30.3199984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0669411, 30.3209684 ], [ 120.0673106, 30.3200693 ], [ 120.0676047, 30.3194871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676047, 30.3194871 ], [ 120.0673106, 30.3200693 ], [ 120.0669411, 30.3209684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718924, 30.3225978 ], [ 120.0729468, 30.3194169 ], [ 120.0730342, 30.3189834 ], [ 120.0731694, 30.3185614 ], [ 120.0732687, 30.3182285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734051, 30.3182932 ], [ 120.0733388, 30.3186162 ], [ 120.0731994, 30.3190282 ], [ 120.0720493, 30.3225969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692588, 30.3199984 ], [ 120.0690938, 30.3204431 ], [ 120.069058, 30.3205395 ], [ 120.068731, 30.3214205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068731, 30.3214205 ], [ 120.069058, 30.3205395 ], [ 120.0690938, 30.3204431 ], [ 120.0692588, 30.3199984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068731, 30.3214205 ], [ 120.0669411, 30.3209684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0669411, 30.3209684 ], [ 120.068731, 30.3214205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717137, 30.3225872 ], [ 120.072, 30.3216611 ], [ 120.0721362, 30.3212207 ], [ 120.0724287, 30.3203471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0729496, 30.3203545 ], [ 120.0727899, 30.3208233 ], [ 120.0727594, 30.3209129 ], [ 120.0724737, 30.3217634 ], [ 120.072187, 30.322599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663741, 30.3223483 ], [ 120.0669411, 30.3209684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0669411, 30.3209684 ], [ 120.0663741, 30.3223483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683093, 30.3225567 ], [ 120.068731, 30.3214205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0855881, 30.3197864 ], [ 120.0853399, 30.3197604 ], [ 120.0849136, 30.3197375 ], [ 120.0839501, 30.3196802 ], [ 120.0821829, 30.319575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0856098, 30.3196921 ], [ 120.0855881, 30.3197864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0855881, 30.3197864 ], [ 120.0856098, 30.3196921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0729496, 30.3203545 ], [ 120.0740781, 30.3206046 ], [ 120.0742364, 30.3206254 ], [ 120.0744349, 30.3206439 ], [ 120.0746736, 30.3206439 ], [ 120.0748347, 30.3206074 ], [ 120.0750867, 30.3204888 ], [ 120.0760657, 30.3196784 ], [ 120.0762534, 30.3194747 ], [ 120.0763392, 30.3193404 ], [ 120.0764019, 30.3192101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764019, 30.3192101 ], [ 120.0763392, 30.3193404 ], [ 120.0762534, 30.3194747 ], [ 120.0760657, 30.3196784 ], [ 120.0750867, 30.3204888 ], [ 120.0748347, 30.3206074 ], [ 120.0746736, 30.3206439 ], [ 120.0744349, 30.3206439 ], [ 120.0742364, 30.3206254 ], [ 120.0740781, 30.3206046 ], [ 120.0729496, 30.3203545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815715, 30.3216972 ], [ 120.0819396, 30.3210862 ], [ 120.0819962, 30.3209151 ], [ 120.0820245, 30.3207318 ], [ 120.0821829, 30.319575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0821829, 30.319575 ], [ 120.0820245, 30.3207318 ], [ 120.0819962, 30.3209151 ], [ 120.0819396, 30.3210862 ], [ 120.0815715, 30.3216972 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0855881, 30.3197864 ], [ 120.0853495, 30.321654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0853495, 30.321654 ], [ 120.0855881, 30.3197864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "双港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0785085, 30.3230186 ], [ 120.0788127, 30.3227573 ], [ 120.0791085, 30.3212682 ], [ 120.0791091, 30.3212633 ], [ 120.0791393, 30.3210004 ], [ 120.079044, 30.3209417 ], [ 120.0791726, 30.3206874 ], [ 120.079247, 30.3204286 ], [ 120.0793075, 30.3201697 ], [ 120.0793547, 30.3200243 ], [ 120.0796001, 30.3194561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.068731, 30.3214205 ], [ 120.0683093, 30.3225567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663741, 30.3223483 ], [ 120.0669408, 30.322436 ], [ 120.0672197, 30.3224499 ], [ 120.0678608, 30.3225216 ], [ 120.0683093, 30.3225567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682714, 30.3226587 ], [ 120.0680042, 30.3226323 ], [ 120.0673188, 30.3225609 ], [ 120.0669178, 30.3225142 ], [ 120.0663381, 30.3224359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683093, 30.3225567 ], [ 120.0693011, 30.3225934 ], [ 120.0708809, 30.3225888 ], [ 120.0715059, 30.3225795 ], [ 120.0717137, 30.3225872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072187, 30.322599 ], [ 120.0724876, 30.3225888 ], [ 120.0729248, 30.3225795 ], [ 120.0735337, 30.322568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717137, 30.3225872 ], [ 120.0718924, 30.3225978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718924, 30.3225978 ], [ 120.0720493, 30.3225969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720493, 30.3225969 ], [ 120.072187, 30.322599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683093, 30.3225567 ], [ 120.0682714, 30.3226587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682714, 30.3226587 ], [ 120.0683093, 30.3225567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603486, 30.3219233 ], [ 120.0602741, 30.3218979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603715, 30.3218391 ], [ 120.0609621, 30.3218433 ], [ 120.0624266, 30.3219174 ], [ 120.0636739, 30.3219891 ], [ 120.0640081, 30.3220017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0639747, 30.3220941 ], [ 120.0603486, 30.3219233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0639747, 30.3220941 ], [ 120.0640081, 30.3220017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0640081, 30.3220017 ], [ 120.0639747, 30.3220941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0640081, 30.3220017 ], [ 120.0642049, 30.3220215 ], [ 120.0648657, 30.3221211 ], [ 120.0663741, 30.3223483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663381, 30.3224359 ], [ 120.0655766, 30.3223154 ], [ 120.0646085, 30.3221851 ], [ 120.0643087, 30.3221375 ], [ 120.0639747, 30.3220941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0598999, 30.3235821 ], [ 120.0599679, 30.3230146 ], [ 120.0600654, 30.3226064 ], [ 120.0602741, 30.3218979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603486, 30.3219233 ], [ 120.060144, 30.3226148 ], [ 120.0600379, 30.3230484 ], [ 120.0599924, 30.3235896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0598999, 30.3235821 ], [ 120.0580611, 30.3234184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735337, 30.322568 ], [ 120.0730884, 30.3226559 ], [ 120.0721598, 30.3226783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0716885, 30.3226689 ], [ 120.0717137, 30.3225872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718676, 30.3226725 ], [ 120.0718924, 30.3225978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720493, 30.3225969 ], [ 120.0720239, 30.3226756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072187, 30.322599 ], [ 120.0721598, 30.3226783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0716885, 30.3226689 ], [ 120.0687935, 30.3226813 ], [ 120.0682714, 30.3226587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0718676, 30.3226725 ], [ 120.0716885, 30.3226689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720239, 30.3226756 ], [ 120.0718676, 30.3226725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721598, 30.3226783 ], [ 120.0720239, 30.3226756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720239, 30.3226756 ], [ 120.0719602, 30.3228844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0853495, 30.321654 ], [ 120.0860662, 30.3218764 ], [ 120.0865721, 30.3220779 ], [ 120.0869315, 30.3222211 ], [ 120.0879967, 30.3225437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0879967, 30.3225437 ], [ 120.0869315, 30.3222211 ], [ 120.0865721, 30.3220779 ], [ 120.0860662, 30.3218764 ], [ 120.0853495, 30.321654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735337, 30.322568 ], [ 120.0739141, 30.3225824 ], [ 120.0749951, 30.3225641 ], [ 120.0768249, 30.3226317 ], [ 120.077064, 30.3226293 ], [ 120.077414, 30.3226506 ], [ 120.077784, 30.322701 ], [ 120.0780723, 30.3228004 ], [ 120.078285, 30.3228898 ], [ 120.0785085, 30.3230186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0785085, 30.3230186 ], [ 120.078285, 30.3228898 ], [ 120.0780723, 30.3228004 ], [ 120.077784, 30.322701 ], [ 120.077414, 30.3226506 ], [ 120.077064, 30.3226293 ], [ 120.0768249, 30.3226317 ], [ 120.0749951, 30.3225641 ], [ 120.0739141, 30.3225824 ], [ 120.0735337, 30.322568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0853495, 30.321654 ], [ 120.0852013, 30.3230523 ], [ 120.0851744, 30.3231815 ], [ 120.0850725, 30.3235844 ], [ 120.0849168, 30.3242241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫荆花北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0849168, 30.3242241 ], [ 120.0850725, 30.3235844 ], [ 120.0851744, 30.3231815 ], [ 120.0852013, 30.3230523 ], [ 120.0853495, 30.321654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0785085, 30.3230186 ], [ 120.0787559, 30.3231887 ], [ 120.0789336, 30.3232824 ], [ 120.0790995, 30.3233401 ], [ 120.0792544, 30.3233859 ], [ 120.0794095, 30.323413 ], [ 120.0796301, 30.3234417 ], [ 120.0799594, 30.3234896 ], [ 120.0802454, 30.3235219 ], [ 120.0805329, 30.3235595 ], [ 120.0808155, 30.3236124 ], [ 120.0814626, 30.3237363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814626, 30.3237363 ], [ 120.0808155, 30.3236124 ], [ 120.0805329, 30.3235595 ], [ 120.0802454, 30.3235219 ], [ 120.0799594, 30.3234896 ], [ 120.0796301, 30.3234417 ], [ 120.0794095, 30.323413 ], [ 120.0792544, 30.3233859 ], [ 120.0790995, 30.3233401 ], [ 120.0789336, 30.3232824 ], [ 120.0787559, 30.3231887 ], [ 120.0785085, 30.3230186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0829386, 30.3240436 ], [ 120.0826912, 30.3240011 ], [ 120.0821148, 30.3238667 ], [ 120.0814626, 30.3237363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814626, 30.3237363 ], [ 120.0821148, 30.3238667 ], [ 120.0826912, 30.3240011 ], [ 120.0829386, 30.3240436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580611, 30.3234184 ], [ 120.0598999, 30.3235821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0599924, 30.3235896 ], [ 120.0598999, 30.3235821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0598999, 30.3235821 ], [ 120.0599924, 30.3235896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0630034, 30.3252152 ], [ 120.0631828, 30.3247797 ], [ 120.0633022, 30.324393 ], [ 120.063742, 30.3228895 ], [ 120.0638417, 30.3225486 ], [ 120.0639747, 30.3220941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0639747, 30.3220941 ], [ 120.0638417, 30.3225486 ], [ 120.063742, 30.3228895 ], [ 120.0633022, 30.324393 ], [ 120.0631828, 30.3247797 ], [ 120.0630034, 30.3252152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654173, 30.3256358 ], [ 120.065974, 30.3236648 ], [ 120.0659908, 30.3236053 ], [ 120.0661136, 30.3231687 ], [ 120.0663381, 30.3224359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663381, 30.3224359 ], [ 120.0661136, 30.3231687 ], [ 120.0659908, 30.3236053 ], [ 120.065974, 30.3236648 ], [ 120.0654173, 30.3256358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.059887, 30.324853 ], [ 120.0598612, 30.324475 ], [ 120.0598526, 30.3239774 ], [ 120.0598999, 30.3235821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0599924, 30.3235896 ], [ 120.0599607, 30.3239672 ], [ 120.0599787, 30.324396 ], [ 120.0600228, 30.3248709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0579668, 30.3244603 ], [ 120.0585301, 30.3246138 ], [ 120.0592569, 30.3247653 ], [ 120.059887, 30.324853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949546, 30.3243877 ], [ 120.0955022, 30.3233846 ], [ 120.0959007, 30.3226547 ], [ 120.0960966, 30.3222959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088122, 30.3225863 ], [ 120.0892668, 30.3229644 ], [ 120.0894009, 30.3230212 ], [ 120.0897845, 30.3231502 ], [ 120.0899018, 30.3231896 ], [ 120.0901486, 30.3232498 ], [ 120.0903793, 30.3232544 ], [ 120.0906483, 30.3231836 ], [ 120.0910013, 30.323081 ], [ 120.0915183, 30.323045 ], [ 120.0919456, 30.3231059 ], [ 120.0923104, 30.3232237 ], [ 120.0924715, 30.3233162 ], [ 120.0926971, 30.3234456 ], [ 120.0929694, 30.3236289 ], [ 120.0930067, 30.323654 ], [ 120.0934536, 30.3239549 ], [ 120.0938317, 30.3241062 ], [ 120.0942284, 30.324215 ], [ 120.0944238, 30.3242615 ], [ 120.0949546, 30.3243877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949546, 30.3243877 ], [ 120.0944238, 30.3242615 ], [ 120.0942284, 30.324215 ], [ 120.0938317, 30.3241062 ], [ 120.0934536, 30.3239549 ], [ 120.0930067, 30.323654 ], [ 120.0929694, 30.3236289 ], [ 120.0926971, 30.3234456 ], [ 120.0924715, 30.3233162 ], [ 120.0923104, 30.3232237 ], [ 120.0919456, 30.3231059 ], [ 120.0915183, 30.323045 ], [ 120.0910013, 30.323081 ], [ 120.0906483, 30.3231836 ], [ 120.0903793, 30.3232544 ], [ 120.0901486, 30.3232498 ], [ 120.0899018, 30.3231896 ], [ 120.0897845, 30.3231502 ], [ 120.0894009, 30.3230212 ], [ 120.0892668, 30.3229644 ], [ 120.088122, 30.3225863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871904, 30.3245427 ], [ 120.0872379, 30.3244079 ], [ 120.0874007, 30.3240185 ], [ 120.0875596, 30.3236254 ], [ 120.0879967, 30.3225437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088122, 30.3225863 ], [ 120.0879553, 30.3230185 ], [ 120.0875469, 30.3240775 ], [ 120.087404, 30.3244479 ], [ 120.0873464, 30.3245875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0873464, 30.3245875 ], [ 120.0871904, 30.3245427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871904, 30.3245427 ], [ 120.0873464, 30.3245875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0873464, 30.3245875 ], [ 120.0881771, 30.3248193 ], [ 120.0883532, 30.3248964 ], [ 120.0886935, 30.3250453 ], [ 120.0894617, 30.3253815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894617, 30.3253815 ], [ 120.0886935, 30.3250453 ], [ 120.0883532, 30.3248964 ], [ 120.0881771, 30.3248193 ], [ 120.0873464, 30.3245875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936087, 30.3268248 ], [ 120.09372, 30.3266451 ], [ 120.0938683, 30.326377 ], [ 120.09439, 30.3254061 ], [ 120.0949546, 30.3243877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0379228, 30.3199916 ], [ 120.0379364, 30.3215755 ], [ 120.0379458, 30.3220838 ], [ 120.0380124, 30.3234959 ], [ 120.0379792, 30.3260996 ], [ 120.0379104, 30.3269814 ], [ 120.0379029, 30.3272861 ], [ 120.0376906, 30.3287079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0281308, 30.324141 ], [ 120.0282552, 30.3253082 ], [ 120.0282615, 30.3253705 ], [ 120.0283048, 30.325798 ], [ 120.028385, 30.3262089 ], [ 120.028567, 30.3270171 ], [ 120.028716, 30.3275213 ], [ 120.0287227, 30.3275516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0287227, 30.3275516 ], [ 120.028716, 30.3275213 ], [ 120.028567, 30.3270171 ], [ 120.028385, 30.3262089 ], [ 120.0283048, 30.325798 ], [ 120.0282615, 30.3253705 ], [ 120.0282552, 30.3253082 ], [ 120.0281308, 30.324141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426308, 30.3315251 ], [ 120.0426368, 30.330793 ], [ 120.0426375, 30.3307045 ], [ 120.0426702, 30.3267252 ], [ 120.0426065, 30.3258576 ], [ 120.042564, 30.3254116 ], [ 120.0425344, 30.3252975 ], [ 120.042507, 30.325192 ], [ 120.042472, 30.3250572 ], [ 120.0423233, 30.3244768 ], [ 120.0419269, 30.3231326 ], [ 120.0418066, 30.3224788 ], [ 120.0417571, 30.3220083 ], [ 120.0417288, 30.3214217 ], [ 120.0417571, 30.3209574 ], [ 120.0418066, 30.3205663 ], [ 120.0418426, 30.3201847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0419984, 30.3201925 ], [ 120.0419971, 30.320706 ], [ 120.0419483, 30.3214079 ], [ 120.0419401, 30.3220747 ], [ 120.0420052, 30.3226783 ], [ 120.0421109, 30.3232257 ], [ 120.0426069, 30.3248821 ], [ 120.0426821, 30.3251579 ], [ 120.0427108, 30.3252632 ], [ 120.042737, 30.3253593 ], [ 120.0428264, 30.3258085 ], [ 120.0428671, 30.3262928 ], [ 120.0428539, 30.327355 ], [ 120.0428427, 30.3282579 ], [ 120.0428275, 30.3293121 ], [ 120.0428067, 30.3307063 ], [ 120.0428074, 30.3307962 ], [ 120.0427956, 30.3315285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265765, 30.3275572 ], [ 120.0266337, 30.3275587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266337, 30.3275587 ], [ 120.0271514, 30.3275648 ], [ 120.0287227, 30.3275516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0287227, 30.3275516 ], [ 120.0326802, 30.3275697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265815, 30.3276336 ], [ 120.0265765, 30.3275572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266337, 30.3275587 ], [ 120.0266329, 30.327633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0287437, 30.3276462 ], [ 120.0287227, 30.3275516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0287227, 30.3275516 ], [ 120.0287437, 30.3276462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0326802, 30.3275697 ], [ 120.0326698, 30.3276459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0326698, 30.3276459 ], [ 120.0326802, 30.3275697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266329, 30.327633 ], [ 120.0265815, 30.3276336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0287437, 30.3276462 ], [ 120.0266329, 30.327633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0326698, 30.3276459 ], [ 120.0287437, 30.3276462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242448, 30.3278491 ], [ 120.0244319, 30.3277734 ], [ 120.0247603, 30.3276535 ], [ 120.0250113, 30.3276026 ], [ 120.0251999, 30.3275778 ], [ 120.0256243, 30.3275567 ], [ 120.0265765, 30.3275572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265815, 30.3276336 ], [ 120.0254211, 30.3276306 ], [ 120.025184, 30.3276504 ], [ 120.0249037, 30.3277038 ], [ 120.02452, 30.3278199 ], [ 120.0242827, 30.3279139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242448, 30.3278491 ], [ 120.0242827, 30.3279139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0569093, 30.3288606 ], [ 120.0564849, 30.3282925 ], [ 120.0564019, 30.3281815 ], [ 120.0563694, 30.3281203 ], [ 120.0562546, 30.3279045 ], [ 120.0561135, 30.3275797 ], [ 120.0560118, 30.3272566 ], [ 120.05591, 30.3267951 ], [ 120.0558613, 30.326367 ], [ 120.0559203, 30.3254523 ], [ 120.0559296, 30.3253084 ], [ 120.0559383, 30.3251735 ], [ 120.0559733, 30.3246322 ], [ 120.055992, 30.3242256 ], [ 120.0560019, 30.3240705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0560019, 30.3240705 ], [ 120.055992, 30.3242256 ], [ 120.0559733, 30.3246322 ], [ 120.0559383, 30.3251735 ], [ 120.0559296, 30.3253084 ], [ 120.0559203, 30.3254523 ], [ 120.0558613, 30.326367 ], [ 120.05591, 30.3267951 ], [ 120.0560118, 30.3272566 ], [ 120.0561135, 30.3275797 ], [ 120.0562546, 30.3279045 ], [ 120.0563694, 30.3281203 ], [ 120.0564019, 30.3281815 ], [ 120.0564849, 30.3282925 ], [ 120.0569093, 30.3288606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0569093, 30.3288606 ], [ 120.0574067, 30.3285949 ], [ 120.0578604, 30.3283804 ], [ 120.0581784, 30.3282546 ], [ 120.0587149, 30.3280282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0498359, 30.3252067 ], [ 120.0498632, 30.3264855 ], [ 120.0499303, 30.3273201 ], [ 120.0499635, 30.3276196 ], [ 120.050009, 30.3280108 ], [ 120.0500417, 30.3281794 ], [ 120.0502486, 30.3292637 ], [ 120.050511, 30.330184 ], [ 120.0505333, 30.3302633 ], [ 120.0506971, 30.3308461 ], [ 120.0508374, 30.3313344 ], [ 120.0510071, 30.3318182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0510071, 30.3318182 ], [ 120.0508374, 30.3313344 ], [ 120.0506971, 30.3308461 ], [ 120.0505333, 30.3302633 ], [ 120.050511, 30.330184 ], [ 120.0502486, 30.3292637 ], [ 120.0500417, 30.3281794 ], [ 120.050009, 30.3280108 ], [ 120.0499635, 30.3276196 ], [ 120.0499303, 30.3273201 ], [ 120.0498632, 30.3264855 ], [ 120.0498359, 30.3252067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0482531, 30.3255327 ], [ 120.0483395, 30.3274701 ], [ 120.0483517, 30.3278546 ], [ 120.0483752, 30.3285161 ], [ 120.0484781, 30.3291775 ], [ 120.0485088, 30.3294428 ], [ 120.0482712, 30.3301437 ], [ 120.0481534, 30.3305267 ], [ 120.0479667, 30.3311365 ], [ 120.0479887, 30.3317249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479887, 30.3317249 ], [ 120.0479667, 30.3311365 ], [ 120.0481534, 30.3305267 ], [ 120.0482712, 30.3301437 ], [ 120.0485088, 30.3294428 ], [ 120.0484781, 30.3291775 ], [ 120.0483752, 30.3285161 ], [ 120.0483517, 30.3278546 ], [ 120.0483395, 30.3274701 ], [ 120.0482531, 30.3255327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0589505, 30.3282725 ], [ 120.0581021, 30.3286197 ], [ 120.0576728, 30.3288152 ], [ 120.0571314, 30.3291156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0569093, 30.3288606 ], [ 120.0571314, 30.3291156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0571314, 30.3291156 ], [ 120.0569093, 30.3288606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0240608, 30.3279264 ], [ 120.0242448, 30.3278491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242827, 30.3279139 ], [ 120.0241, 30.3279899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0241, 30.3279899 ], [ 120.0240608, 30.3279264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0326802, 30.3275697 ], [ 120.0336146, 30.3275809 ], [ 120.0339976, 30.3276414 ], [ 120.0343478, 30.327722 ], [ 120.0348195, 30.3278429 ], [ 120.0351887, 30.327953 ], [ 120.0371446, 30.3285365 ], [ 120.037599, 30.3286789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037588, 30.32876 ], [ 120.0371278, 30.3285953 ], [ 120.0358276, 30.3282336 ], [ 120.0342932, 30.3278135 ], [ 120.0338496, 30.3277124 ], [ 120.0335106, 30.3276645 ], [ 120.0326698, 30.3276459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265662, 30.3294472 ], [ 120.026569, 30.328871 ], [ 120.0265815, 30.3276336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266329, 30.327633 ], [ 120.0266197, 30.3288617 ], [ 120.0266139, 30.3294507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0287437, 30.3276462 ], [ 120.0289339, 30.3285026 ], [ 120.0292081, 30.3295003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0292081, 30.3295003 ], [ 120.0289339, 30.3285026 ], [ 120.0287437, 30.3276462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0325546, 30.3296683 ], [ 120.0326698, 30.3276459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0326698, 30.3276459 ], [ 120.0325546, 30.3296683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037599, 30.3286789 ], [ 120.0376906, 30.3287079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037588, 30.32876 ], [ 120.037599, 30.3286789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0376906, 30.3287079 ], [ 120.0376794, 30.3287858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0376794, 30.3287858 ], [ 120.037588, 30.32876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265662, 30.3294472 ], [ 120.0266139, 30.3294507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266139, 30.3294507 ], [ 120.0265662, 30.3294472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0242827, 30.3279139 ], [ 120.0243482, 30.3280309 ], [ 120.0246611, 30.328614 ], [ 120.024854, 30.3291503 ], [ 120.0249449, 30.3294129 ], [ 120.0249635, 30.3294665 ], [ 120.0250585, 30.3299279 ], [ 120.0251082, 30.3303486 ], [ 120.0251152, 30.3304911 ], [ 120.0251143, 30.3306851 ], [ 120.0251114, 30.3307629 ], [ 120.0250876, 30.3310205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266139, 30.3294507 ], [ 120.0292081, 30.3295003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0292081, 30.3295003 ], [ 120.0266139, 30.3294507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0555461, 30.3297357 ], [ 120.0541346, 30.3284982 ], [ 120.053916, 30.3283745 ], [ 120.0535056, 30.3282506 ], [ 120.0538945, 30.328268 ], [ 120.0540894, 30.3283244 ], [ 120.0542671, 30.3284167 ], [ 120.0556395, 30.3296795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0538401, 30.3308276 ], [ 120.0545485, 30.330448 ], [ 120.056928, 30.3290798 ], [ 120.0575249, 30.3287245 ], [ 120.0581573, 30.3284127 ], [ 120.0597219, 30.3277144 ], [ 120.0605793, 30.3273574 ], [ 120.060762, 30.3272712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0606115, 30.3274172 ], [ 120.05974, 30.3277793 ], [ 120.0594227, 30.3279216 ], [ 120.0581846, 30.3284638 ], [ 120.0575614, 30.328779 ], [ 120.0568976, 30.3291753 ], [ 120.054594, 30.3304902 ], [ 120.053413, 30.3311769 ], [ 120.0531655, 30.3313363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0455694, 30.3316662 ], [ 120.045588, 30.3292736 ], [ 120.0456021, 30.3274643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0456021, 30.3274643 ], [ 120.045588, 30.3292736 ], [ 120.0455694, 30.3316662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0555461, 30.3297357 ], [ 120.0556395, 30.3296795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0523974, 30.3282527 ], [ 120.0527054, 30.3297143 ], [ 120.0528915, 30.3303906 ], [ 120.0531656, 30.3312112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0530481, 30.3312599 ], [ 120.0528722, 30.3304904 ], [ 120.0527553, 30.3301282 ], [ 120.0523399, 30.3282507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0556395, 30.3296795 ], [ 120.055822, 30.3298389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0557285, 30.329892 ], [ 120.0555461, 30.3297357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0376906, 30.3287079 ], [ 120.0393271, 30.3293531 ], [ 120.0404225, 30.3297996 ], [ 120.0415122, 30.3302438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0248683, 30.3309914 ], [ 120.02491, 30.3308069 ], [ 120.0249115, 30.3306863 ], [ 120.0249088, 30.3305028 ], [ 120.024862, 30.3299489 ], [ 120.0247961, 30.3295904 ], [ 120.0246778, 30.3291665 ], [ 120.0244937, 30.3286979 ], [ 120.0242345, 30.3282252 ], [ 120.0241, 30.3279899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云霄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0414659, 30.3303133 ], [ 120.0404216, 30.329893 ], [ 120.0389949, 30.3293187 ], [ 120.0379227, 30.3288879 ], [ 120.0376794, 30.3287858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0325546, 30.3296683 ], [ 120.0323604, 30.3296673 ], [ 120.0318193, 30.3296454 ], [ 120.0292081, 30.3295003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0292081, 30.3295003 ], [ 120.0318193, 30.3296454 ], [ 120.0323604, 30.3296673 ], [ 120.0325546, 30.3296683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.03743, 30.331408 ], [ 120.0374667, 30.3297685 ], [ 120.0374914, 30.3295079 ], [ 120.0375547, 30.3289674 ], [ 120.037588, 30.32876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0376794, 30.3287858 ], [ 120.0376466, 30.3290058 ], [ 120.0375777, 30.329577 ], [ 120.037553, 30.3299387 ], [ 120.0375528, 30.3314094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265334, 30.3310752 ], [ 120.0265662, 30.3294472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266139, 30.3294507 ], [ 120.0266032, 30.3310756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0292081, 30.3295003 ], [ 120.0292964, 30.3298512 ], [ 120.0296557, 30.3311914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0296557, 30.3311914 ], [ 120.0292964, 30.3298512 ], [ 120.0292081, 30.3295003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0324635, 30.3312685 ], [ 120.0325546, 30.3296683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0325546, 30.3296683 ], [ 120.0324635, 30.3312685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0248683, 30.3309914 ], [ 120.0250876, 30.3310205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0250876, 30.3310205 ], [ 120.0265334, 30.3310752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0248362, 30.3311323 ], [ 120.0248683, 30.3309914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0265334, 30.3310752 ], [ 120.0266032, 30.3310756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0250876, 30.3310205 ], [ 120.025058, 30.3311639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266032, 30.3310756 ], [ 120.0296557, 30.3311914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026528, 30.3312079 ], [ 120.0265334, 30.3310752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.055822, 30.3298389 ], [ 120.0557285, 30.329892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0538401, 30.3308276 ], [ 120.0542433, 30.3305163 ], [ 120.0548926, 30.3301197 ], [ 120.0555461, 30.3297357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.055822, 30.3298389 ], [ 120.0563794, 30.3303348 ], [ 120.0567856, 30.3306866 ], [ 120.0572942, 30.3311374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572079, 30.3312214 ], [ 120.0567067, 30.3307594 ], [ 120.0563058, 30.3304004 ], [ 120.0557285, 30.329892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0557285, 30.329892 ], [ 120.0541447, 30.3308285 ], [ 120.0539487, 30.3309493 ], [ 120.0534345, 30.3312568 ], [ 120.0531655, 30.3313363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531656, 30.3312112 ], [ 120.0533721, 30.3310919 ], [ 120.0538401, 30.3308276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572079, 30.3312214 ], [ 120.0572942, 30.3311374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572942, 30.3311374 ], [ 120.0572079, 30.3312214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0530481, 30.3312599 ], [ 120.0531656, 30.3312112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531656, 30.3312112 ], [ 120.0531655, 30.3313363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649405, 30.3310188 ], [ 120.063518, 30.3298687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "榨河巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621447, 30.3311447 ], [ 120.0630078, 30.3303239 ], [ 120.063518, 30.3298687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "榨河巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063518, 30.3298687 ], [ 120.0630078, 30.3303239 ], [ 120.0621447, 30.3311447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0571314, 30.3291156 ], [ 120.0575455, 30.3295192 ], [ 120.0581545, 30.3300546 ], [ 120.0583072, 30.3301888 ], [ 120.0603922, 30.3320215 ], [ 120.0608422, 30.3324169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608422, 30.3324169 ], [ 120.0603922, 30.3320215 ], [ 120.0583072, 30.3301888 ], [ 120.0581545, 30.3300546 ], [ 120.0575455, 30.3295192 ], [ 120.0571314, 30.3291156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649405, 30.3310188 ], [ 120.0650103, 30.3309468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650103, 30.3309468 ], [ 120.0649405, 30.3310188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0649405, 30.3310188 ], [ 120.0646964, 30.3312795 ], [ 120.0643476, 30.3316448 ], [ 120.0642246, 30.3317737 ], [ 120.0636075, 30.3324199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636075, 30.3324199 ], [ 120.0642246, 30.3317737 ], [ 120.0643476, 30.3316448 ], [ 120.0646964, 30.3312795 ], [ 120.0649405, 30.3310188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "榨河巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621447, 30.3311447 ], [ 120.0608422, 30.3324169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721598, 30.3226783 ], [ 120.0719602, 30.3228844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717022, 30.3229133 ], [ 120.0716885, 30.3226689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717022, 30.3229133 ], [ 120.0718676, 30.3226725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0674223, 30.3260146 ], [ 120.0680942, 30.3232809 ], [ 120.0681757, 30.3230041 ], [ 120.0682714, 30.3226587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0682714, 30.3226587 ], [ 120.0681757, 30.3230041 ], [ 120.0680942, 30.3232809 ], [ 120.0674223, 30.3260146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.070533, 30.3265936 ], [ 120.0706946, 30.3262296 ], [ 120.0707927, 30.3259327 ], [ 120.0709453, 30.3254708 ], [ 120.0711279, 30.324907 ], [ 120.0713808, 30.3240837 ], [ 120.0714401, 30.3237904 ], [ 120.0715403, 30.3234621 ], [ 120.0717022, 30.3229133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0719602, 30.3228844 ], [ 120.0716279, 30.3240173 ], [ 120.0714143, 30.3247524 ], [ 120.0713072, 30.3251015 ], [ 120.070822, 30.3266456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0674223, 30.3260146 ], [ 120.0673917, 30.3261055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0673917, 30.3261055 ], [ 120.0674223, 30.3260146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0674223, 30.3260146 ], [ 120.06829, 30.3262156 ], [ 120.068849, 30.326334 ], [ 120.070533, 30.3265936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0598988, 30.3249529 ], [ 120.059219, 30.3248607 ], [ 120.0581445, 30.3246489 ], [ 120.0579603, 30.324601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.059887, 30.324853 ], [ 120.0600228, 30.3248709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0598988, 30.3249529 ], [ 120.059887, 30.324853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0600228, 30.3248709 ], [ 120.0600364, 30.3249719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0600364, 30.3249719 ], [ 120.0598988, 30.3249529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0600228, 30.3248709 ], [ 120.0614192, 30.3250453 ], [ 120.0620666, 30.3251428 ], [ 120.0630034, 30.3252152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629551, 30.3253079 ], [ 120.0621129, 30.3252471 ], [ 120.061392, 30.3251516 ], [ 120.0600364, 30.3249719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629551, 30.3253079 ], [ 120.0630034, 30.3252152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0630034, 30.3252152 ], [ 120.0629551, 30.3253079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0630034, 30.3252152 ], [ 120.0631861, 30.3252682 ], [ 120.0634811, 30.3253244 ], [ 120.0644, 30.3254722 ], [ 120.0654173, 30.3256358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0829386, 30.3240436 ], [ 120.083104, 30.3239968 ], [ 120.0834028, 30.3240433 ], [ 120.0837905, 30.3240658 ], [ 120.0841718, 30.3240949 ], [ 120.0847295, 30.3241305 ], [ 120.0849168, 30.3242241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0849168, 30.3242241 ], [ 120.0847147, 30.324257 ], [ 120.0845039, 30.3242413 ], [ 120.0841774, 30.3242217 ], [ 120.0838371, 30.3241974 ], [ 120.0836111, 30.3241867 ], [ 120.0833606, 30.3241657 ], [ 120.083065, 30.324122 ], [ 120.0829386, 30.3240436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0849168, 30.3242241 ], [ 120.0852076, 30.3242878 ], [ 120.0856586, 30.3243406 ], [ 120.0860802, 30.3243669 ], [ 120.0864915, 30.3244252 ], [ 120.0868375, 30.3244819 ], [ 120.0871904, 30.3245427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871904, 30.3245427 ], [ 120.0868375, 30.3244819 ], [ 120.0864915, 30.3244252 ], [ 120.0860802, 30.3243669 ], [ 120.0856586, 30.3243406 ], [ 120.0852076, 30.3242878 ], [ 120.0849168, 30.3242241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0785085, 30.3230186 ], [ 120.0782137, 30.3233407 ], [ 120.0780153, 30.3236216 ], [ 120.0776274, 30.3243013 ], [ 120.077365, 30.324761 ], [ 120.07697, 30.3254531 ], [ 120.0766397, 30.3260317 ], [ 120.0764478, 30.3273229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764478, 30.3273229 ], [ 120.0766397, 30.3260317 ], [ 120.07697, 30.3254531 ], [ 120.077365, 30.324761 ], [ 120.0776274, 30.3243013 ], [ 120.0780153, 30.3236216 ], [ 120.0782137, 30.3233407 ], [ 120.0785085, 30.3230186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0814626, 30.3237363 ], [ 120.081416, 30.3239878 ], [ 120.0813742, 30.32418 ], [ 120.0813308, 30.3243837 ], [ 120.0812849, 30.3246164 ], [ 120.0812385, 30.3248381 ], [ 120.0811858, 30.32509 ], [ 120.0811398, 30.3253101 ], [ 120.0810788, 30.325602 ], [ 120.081033, 30.3258212 ], [ 120.0805694, 30.3278457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0805694, 30.3278457 ], [ 120.081033, 30.3258212 ], [ 120.0810788, 30.325602 ], [ 120.0811398, 30.3253101 ], [ 120.0811858, 30.32509 ], [ 120.0812385, 30.3248381 ], [ 120.0812849, 30.3246164 ], [ 120.0813308, 30.3243837 ], [ 120.0813742, 30.32418 ], [ 120.081416, 30.3239878 ], [ 120.0814626, 30.3237363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0873464, 30.3245875 ], [ 120.0864829, 30.3266781 ], [ 120.0863034, 30.3270847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0851036, 30.3291547 ], [ 120.0856717, 30.3281076 ], [ 120.085989, 30.3274702 ], [ 120.0862447, 30.3268487 ], [ 120.0867483, 30.3256481 ], [ 120.0871904, 30.3245427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654001, 30.3256931 ], [ 120.0640943, 30.3254961 ], [ 120.0634539, 30.3253995 ], [ 120.0631508, 30.3253439 ], [ 120.0629551, 30.3253079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654173, 30.3256358 ], [ 120.0654001, 30.3256931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654001, 30.3256931 ], [ 120.0654173, 30.3256358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0622409, 30.3261156 ], [ 120.0625624, 30.3257755 ], [ 120.0627493, 30.3255719 ], [ 120.0629551, 30.3253079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0629551, 30.3253079 ], [ 120.0627493, 30.3255719 ], [ 120.0625624, 30.3257755 ], [ 120.0622409, 30.3261156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654173, 30.3256358 ], [ 120.0674223, 30.3260146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0673917, 30.3261055 ], [ 120.0654001, 30.3256931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0600364, 30.3249719 ], [ 120.0600572, 30.3251044 ], [ 120.0600927, 30.3253258 ], [ 120.0601928, 30.3257233 ], [ 120.0603564, 30.3262298 ], [ 120.0605441, 30.3266373 ], [ 120.0607501, 30.32701 ], [ 120.0608951, 30.3272101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060762, 30.3272712 ], [ 120.0604316, 30.3267237 ], [ 120.0603644, 30.3265759 ], [ 120.0601823, 30.3261758 ], [ 120.0600479, 30.3257646 ], [ 120.0599524, 30.3253277 ], [ 120.0599126, 30.3250881 ], [ 120.0598988, 30.3249529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638053, 30.3274739 ], [ 120.0643932, 30.3270985 ], [ 120.0646335, 30.3269452 ], [ 120.0646914, 30.3269082 ], [ 120.0649867, 30.3266166 ], [ 120.0651816, 30.3263107 ], [ 120.0653008, 30.3260192 ], [ 120.0654001, 30.3256931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949546, 30.3243877 ], [ 120.09439, 30.3254061 ], [ 120.0938683, 30.326377 ], [ 120.09372, 30.3266451 ], [ 120.0936087, 30.3268248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894617, 30.3253815 ], [ 120.0904174, 30.3257006 ], [ 120.0912456, 30.325998 ], [ 120.0916842, 30.3261485 ], [ 120.0921207, 30.3262842 ], [ 120.0927288, 30.3264901 ], [ 120.0936087, 30.3268248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936087, 30.3268248 ], [ 120.0927288, 30.3264901 ], [ 120.0921207, 30.3262842 ], [ 120.0916842, 30.3261485 ], [ 120.0912456, 30.325998 ], [ 120.0904174, 30.3257006 ], [ 120.0894617, 30.3253815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088722, 30.3278176 ], [ 120.0886946, 30.3274565 ], [ 120.0886854, 30.3270868 ], [ 120.0887389, 30.3268483 ], [ 120.0888395, 30.3264712 ], [ 120.0889876, 30.3262118 ], [ 120.0891063, 30.3260039 ], [ 120.0894617, 30.3253815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894617, 30.3253815 ], [ 120.0891063, 30.3260039 ], [ 120.0889876, 30.3262118 ], [ 120.0888395, 30.3264712 ], [ 120.0887389, 30.3268483 ], [ 120.0886854, 30.3270868 ], [ 120.0886946, 30.3274565 ], [ 120.088722, 30.3278176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936087, 30.3268248 ], [ 120.0948458, 30.3272737 ], [ 120.0952253, 30.3274097 ], [ 120.0956633, 30.3276119 ], [ 120.0959989, 30.3278112 ], [ 120.0961704, 30.3279202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961704, 30.3279202 ], [ 120.0959989, 30.3278112 ], [ 120.0956633, 30.3276119 ], [ 120.0952253, 30.3274097 ], [ 120.0948458, 30.3272737 ], [ 120.0936087, 30.3268248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民意街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088722, 30.3278176 ], [ 120.0863034, 30.3270847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "民意街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0863034, 30.3270847 ], [ 120.088722, 30.3278176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0979787, 30.3287839 ], [ 120.097157, 30.3284421 ], [ 120.0969504, 30.3283562 ], [ 120.0965978, 30.3281811 ], [ 120.0964815, 30.3281101 ], [ 120.0961704, 30.3279202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0654001, 30.3256931 ], [ 120.0653008, 30.3260192 ], [ 120.0651816, 30.3263107 ], [ 120.0649867, 30.3266166 ], [ 120.0646914, 30.3269082 ], [ 120.0646335, 30.3269452 ], [ 120.0643932, 30.3270985 ], [ 120.0638053, 30.3274739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0622409, 30.3261156 ], [ 120.0608951, 30.3272101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西园二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608951, 30.3272101 ], [ 120.0622409, 30.3261156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638053, 30.3274739 ], [ 120.0626839, 30.3265112 ], [ 120.0623557, 30.3262176 ], [ 120.0622409, 30.3261156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0622409, 30.3261156 ], [ 120.0623557, 30.3262176 ], [ 120.0626839, 30.3265112 ], [ 120.0638053, 30.3274739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060762, 30.3272712 ], [ 120.0608951, 30.3272101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608951, 30.3272101 ], [ 120.0607807, 30.3273065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0607807, 30.3273065 ], [ 120.060762, 30.3272712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0607807, 30.3273065 ], [ 120.0606115, 30.3274172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0587149, 30.3280282 ], [ 120.0596989, 30.3276176 ], [ 120.0605175, 30.3272896 ], [ 120.060762, 30.3272712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704817, 30.3266841 ], [ 120.0693792, 30.3264944 ], [ 120.0688291, 30.3263997 ], [ 120.0682443, 30.32627 ], [ 120.0673917, 30.3261055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.070533, 30.3265936 ], [ 120.070822, 30.3266456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704817, 30.3266841 ], [ 120.070533, 30.3265936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.070822, 30.3266456 ], [ 120.0707874, 30.326745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0707874, 30.326745 ], [ 120.0704817, 30.3266841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.070822, 30.3266456 ], [ 120.0724447, 30.3268418 ], [ 120.0741999, 30.327065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741611, 30.3271711 ], [ 120.0713846, 30.3268439 ], [ 120.0707874, 30.326745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741999, 30.327065 ], [ 120.0741611, 30.3271711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741611, 30.3271711 ], [ 120.0741999, 30.327065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663361, 30.3287819 ], [ 120.0663853, 30.3286872 ], [ 120.0666057, 30.3282627 ], [ 120.0668197, 30.327837 ], [ 120.067142, 30.3268789 ], [ 120.0673917, 30.3261055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0606115, 30.3274172 ], [ 120.0598706, 30.3277953 ], [ 120.0589505, 30.3282725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "池华街", "西园路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608951, 30.3272101 ], [ 120.0609845, 30.3273595 ], [ 120.0611537, 30.3275899 ], [ 120.0613587, 30.3278572 ], [ 120.0616664, 30.3281939 ], [ 120.0621042, 30.3285911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "池华街", "西园路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0619889, 30.3286588 ], [ 120.0614925, 30.3282145 ], [ 120.0612243, 30.327919 ], [ 120.0610273, 30.3276591 ], [ 120.0608612, 30.3274362 ], [ 120.0607807, 30.3273065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638053, 30.3274739 ], [ 120.0621042, 30.3285911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621042, 30.3285911 ], [ 120.0638053, 30.3274739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638053, 30.3274739 ], [ 120.0648362, 30.3280149 ], [ 120.0649456, 30.3280723 ], [ 120.0652215, 30.3282171 ], [ 120.0656989, 30.3284625 ], [ 120.0663361, 30.3287819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663361, 30.3287819 ], [ 120.0656989, 30.3284625 ], [ 120.0652215, 30.3282171 ], [ 120.0649456, 30.3280723 ], [ 120.0648362, 30.3280149 ], [ 120.0638053, 30.3274739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0587149, 30.3280282 ], [ 120.0589505, 30.3282725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0589505, 30.3282725 ], [ 120.0587149, 30.3280282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621042, 30.3285911 ], [ 120.0619889, 30.3286588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741999, 30.327065 ], [ 120.0757867, 30.3272377 ], [ 120.0761426, 30.3272771 ], [ 120.0764478, 30.3273229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.076443, 30.3274486 ], [ 120.0760981, 30.3274011 ], [ 120.0758189, 30.3273697 ], [ 120.0741611, 30.3271711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764478, 30.3273229 ], [ 120.076443, 30.3274486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.076443, 30.3274486 ], [ 120.0764478, 30.3273229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0764478, 30.3273229 ], [ 120.0773447, 30.3274382 ], [ 120.0793147, 30.3276794 ], [ 120.0795827, 30.3277122 ], [ 120.080499, 30.3278361 ], [ 120.0805694, 30.3278457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0806605, 30.3279833 ], [ 120.0804281, 30.3279536 ], [ 120.0794329, 30.3278267 ], [ 120.0789445, 30.3277644 ], [ 120.0768249, 30.3275028 ], [ 120.076443, 30.3274486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0863034, 30.3270847 ], [ 120.0858665, 30.3280439 ], [ 120.0852702, 30.3291644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761354, 30.3295089 ], [ 120.076443, 30.3274486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.076443, 30.3274486 ], [ 120.0761354, 30.3295089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0805694, 30.3278457 ], [ 120.0810929, 30.327923 ], [ 120.0814602, 30.3279903 ], [ 120.0818228, 30.3280779 ], [ 120.0822034, 30.3281603 ], [ 120.0825511, 30.3282807 ], [ 120.0827016, 30.3283328 ], [ 120.0827417, 30.3283467 ], [ 120.0827878, 30.3283626 ], [ 120.0837066, 30.3286769 ], [ 120.0837953, 30.3287072 ], [ 120.0851036, 30.3291547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0673917, 30.3261055 ], [ 120.067142, 30.3268789 ], [ 120.0668197, 30.327837 ], [ 120.0666057, 30.3282627 ], [ 120.0663853, 30.3286872 ], [ 120.0663361, 30.3287819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734118, 30.3290049 ], [ 120.0738097, 30.3282295 ], [ 120.0740023, 30.3276954 ], [ 120.0741611, 30.3271711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0741611, 30.3271711 ], [ 120.0740023, 30.3276954 ], [ 120.0738097, 30.3282295 ], [ 120.0734118, 30.3290049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689044, 30.3300641 ], [ 120.0693935, 30.3292097 ], [ 120.069702, 30.3285948 ], [ 120.0699535, 30.3280441 ], [ 120.0704817, 30.3266841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0707874, 30.326745 ], [ 120.0705868, 30.3273106 ], [ 120.0703582, 30.3279061 ], [ 120.0702918, 30.328079 ], [ 120.069854, 30.3290955 ], [ 120.0693144, 30.3302468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663361, 30.3287819 ], [ 120.0686819, 30.3299595 ], [ 120.0689044, 30.3300641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689044, 30.3300641 ], [ 120.0686819, 30.3299595 ], [ 120.0663361, 30.3287819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724018, 30.3309581 ], [ 120.0734118, 30.3290049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734118, 30.3290049 ], [ 120.0724018, 30.3309581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0693144, 30.3302468 ], [ 120.0689044, 30.3300641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0850709, 30.3292639 ], [ 120.0840611, 30.3289367 ], [ 120.0827302, 30.3285055 ], [ 120.0826776, 30.3284834 ], [ 120.0823219, 30.3283506 ], [ 120.081884, 30.3282146 ], [ 120.0815738, 30.3281423 ], [ 120.0810542, 30.3280362 ], [ 120.0806605, 30.3279833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0851036, 30.3291547 ], [ 120.0852702, 30.3291644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0798576, 30.3303559 ], [ 120.0801452, 30.3297264 ], [ 120.080302, 30.3293403 ], [ 120.0803667, 30.329132 ], [ 120.0804371, 30.3289052 ], [ 120.0805442, 30.3284955 ], [ 120.0806605, 30.3279833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0806605, 30.3279833 ], [ 120.0805442, 30.3284955 ], [ 120.0804371, 30.3289052 ], [ 120.0803667, 30.329132 ], [ 120.080302, 30.3293403 ], [ 120.0801452, 30.3297264 ], [ 120.0798576, 30.3303559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0850709, 30.3292639 ], [ 120.0851036, 30.3291547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0852702, 30.3291644 ], [ 120.0852435, 30.3292146 ], [ 120.0852154, 30.329266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761354, 30.3295089 ], [ 120.0753589, 30.3293746 ], [ 120.0749257, 30.3292936 ], [ 120.0734118, 30.3290049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734118, 30.3290049 ], [ 120.0749257, 30.3292936 ], [ 120.0753589, 30.3293746 ], [ 120.0761354, 30.3295089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0852154, 30.329266 ], [ 120.0850709, 30.3292639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0782307, 30.3300029 ], [ 120.0761354, 30.3295089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961704, 30.3279202 ], [ 120.0964815, 30.3281101 ], [ 120.0965978, 30.3281811 ], [ 120.0969504, 30.3283562 ], [ 120.097157, 30.3284421 ], [ 120.0979787, 30.3287839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.091508, 30.3311219 ], [ 120.0917307, 30.3305053 ], [ 120.0918574, 30.3301093 ], [ 120.0921455, 30.3292085 ], [ 120.0922362, 30.3289972 ], [ 120.092305, 30.3288368 ], [ 120.0925687, 30.3283565 ], [ 120.0927342, 30.3280898 ], [ 120.0928139, 30.3279614 ], [ 120.0933166, 30.327235 ], [ 120.0936087, 30.3268248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936087, 30.3268248 ], [ 120.0933166, 30.327235 ], [ 120.0928139, 30.3279614 ], [ 120.0927342, 30.3280898 ], [ 120.0925687, 30.3283565 ], [ 120.092305, 30.3288368 ], [ 120.0922362, 30.3289972 ], [ 120.0921455, 30.3292085 ], [ 120.0918574, 30.3301093 ], [ 120.0917307, 30.3305053 ], [ 120.091508, 30.3311219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088722, 30.3278176 ], [ 120.0887506, 30.3281954 ], [ 120.0888102, 30.3285528 ], [ 120.0888652, 30.3288178 ], [ 120.0889192, 30.329011 ], [ 120.0889416, 30.3290913 ], [ 120.088966, 30.3291786 ], [ 120.0890539, 30.329512 ], [ 120.0890467, 30.3296995 ], [ 120.089008, 30.3299414 ], [ 120.088929, 30.3302258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088929, 30.3302258 ], [ 120.089008, 30.3299414 ], [ 120.0890467, 30.3296995 ], [ 120.0890539, 30.329512 ], [ 120.088966, 30.3291786 ], [ 120.0889416, 30.3290913 ], [ 120.0889192, 30.329011 ], [ 120.0888652, 30.3288178 ], [ 120.0888102, 30.3285528 ], [ 120.0887506, 30.3281954 ], [ 120.088722, 30.3278176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0852702, 30.3291644 ], [ 120.085752, 30.3293064 ], [ 120.086008, 30.3293819 ], [ 120.0863632, 30.3294902 ], [ 120.088929, 30.3302258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888795, 30.3303707 ], [ 120.086286, 30.3295875 ], [ 120.0859307, 30.3294792 ], [ 120.0856501, 30.3293956 ], [ 120.0852154, 30.329266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961704, 30.3279202 ], [ 120.0958483, 30.3282017 ], [ 120.0953866, 30.328738 ], [ 120.0947963, 30.329444 ], [ 120.0945779, 30.3297577 ], [ 120.0943108, 30.3301411 ], [ 120.0937955, 30.3310026 ], [ 120.0934143, 30.3317638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934143, 30.3317638 ], [ 120.0937955, 30.3310026 ], [ 120.0943108, 30.3301411 ], [ 120.0945779, 30.3297577 ], [ 120.0947963, 30.329444 ], [ 120.0953866, 30.328738 ], [ 120.0958483, 30.3282017 ], [ 120.0961704, 30.3279202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088929, 30.3302258 ], [ 120.0888795, 30.3303707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "清池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0619889, 30.3286588 ], [ 120.0621042, 30.3285911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621042, 30.3285911 ], [ 120.062493, 30.3289032 ], [ 120.0630151, 30.3293222 ], [ 120.0636274, 30.329773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063518, 30.3298687 ], [ 120.0629351, 30.3294216 ], [ 120.0628972, 30.3293926 ], [ 120.0623511, 30.3289514 ], [ 120.0619889, 30.3286588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0589505, 30.3282725 ], [ 120.0593889, 30.3286507 ], [ 120.0611096, 30.3301894 ], [ 120.0621447, 30.3311447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621447, 30.3311447 ], [ 120.0611096, 30.3301894 ], [ 120.0593889, 30.3286507 ], [ 120.0589505, 30.3282725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "榨河巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636274, 30.329773 ], [ 120.063518, 30.3298687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "榨河巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063518, 30.3298687 ], [ 120.0636274, 30.329773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663361, 30.3287819 ], [ 120.0658767, 30.3295962 ], [ 120.0657754, 30.3297758 ], [ 120.0656469, 30.3300036 ], [ 120.065251, 30.3305854 ], [ 120.065135, 30.3307573 ], [ 120.0650103, 30.3309468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650103, 30.3309468 ], [ 120.065135, 30.3307573 ], [ 120.065251, 30.3305854 ], [ 120.0656469, 30.3300036 ], [ 120.0657754, 30.3297758 ], [ 120.0658767, 30.3295962 ], [ 120.0663361, 30.3287819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636274, 30.329773 ], [ 120.0643769, 30.3304092 ], [ 120.0650103, 30.3309468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761354, 30.3295089 ], [ 120.0782307, 30.3300029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0782307, 30.3300029 ], [ 120.0798576, 30.3303559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0798576, 30.3303559 ], [ 120.0782307, 30.3300029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.083664, 30.3318931 ], [ 120.0840584, 30.331157 ], [ 120.0841673, 30.3309535 ], [ 120.0843438, 30.3306241 ], [ 120.0844233, 30.3304828 ], [ 120.0850709, 30.3292639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0852154, 30.329266 ], [ 120.0845321, 30.3305148 ], [ 120.0844482, 30.3306659 ], [ 120.0840147, 30.3314706 ], [ 120.0837729, 30.3319193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0755303, 30.3317137 ], [ 120.0761354, 30.3295089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761354, 30.3295089 ], [ 120.0755303, 30.3317137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0798576, 30.3303559 ], [ 120.0808224, 30.3305931 ], [ 120.081332, 30.330766 ], [ 120.0814501, 30.3308061 ], [ 120.0816652, 30.3308791 ], [ 120.0817915, 30.3309444 ], [ 120.0831638, 30.3316536 ], [ 120.083664, 30.3318931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.083664, 30.3318931 ], [ 120.0831638, 30.3316536 ], [ 120.0817915, 30.3309444 ], [ 120.0816652, 30.3308791 ], [ 120.0814501, 30.3308061 ], [ 120.081332, 30.330766 ], [ 120.0808224, 30.3305931 ], [ 120.0798576, 30.3303559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0782307, 30.3300029 ], [ 120.078099, 30.3308412 ], [ 120.0779543, 30.331544 ], [ 120.0777521, 30.332283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0777521, 30.332283 ], [ 120.0779543, 30.331544 ], [ 120.078099, 30.3308412 ], [ 120.0782307, 30.3300029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0798576, 30.3303559 ], [ 120.0797453, 30.3306837 ], [ 120.0796678, 30.3310416 ], [ 120.079596, 30.3314722 ], [ 120.0795681, 30.3316396 ], [ 120.0794918, 30.3319959 ], [ 120.0794335, 30.3322677 ], [ 120.0793257, 30.3326921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793257, 30.3326921 ], [ 120.0794335, 30.3322677 ], [ 120.0794918, 30.3319959 ], [ 120.0795681, 30.3316396 ], [ 120.079596, 30.3314722 ], [ 120.0796678, 30.3310416 ], [ 120.0797453, 30.3306837 ], [ 120.0798576, 30.3303559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0837729, 30.3319193 ], [ 120.083664, 30.3318931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.083664, 30.3318931 ], [ 120.0837729, 30.3319193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0777521, 30.332283 ], [ 120.0755303, 30.3317137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0755303, 30.3317137 ], [ 120.0777521, 30.332283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0749232, 30.3332595 ], [ 120.0752966, 30.3323088 ], [ 120.0753939, 30.3320611 ], [ 120.0755303, 30.3317137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0755303, 30.3317137 ], [ 120.0753939, 30.3320611 ], [ 120.0752966, 30.3323088 ], [ 120.0749232, 30.3332595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0777521, 30.332283 ], [ 120.0793257, 30.3326921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689044, 30.3300641 ], [ 120.0693144, 30.3302468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0693144, 30.3302468 ], [ 120.0699793, 30.3304253 ], [ 120.0710928, 30.3306896 ], [ 120.0724018, 30.3309581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724018, 30.3309581 ], [ 120.0710928, 30.3306896 ], [ 120.0699793, 30.3304253 ], [ 120.0693144, 30.3302468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0755303, 30.3317137 ], [ 120.0752932, 30.3316747 ], [ 120.0748841, 30.3315647 ], [ 120.0739047, 30.3313254 ], [ 120.0735177, 30.3312308 ], [ 120.0724018, 30.3309581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724018, 30.3309581 ], [ 120.0735177, 30.3312308 ], [ 120.0739047, 30.3313254 ], [ 120.0748841, 30.3315647 ], [ 120.0752932, 30.3316747 ], [ 120.0755303, 30.3317137 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0663078, 30.3335739 ], [ 120.066439, 30.3334349 ], [ 120.0669161, 30.3329292 ], [ 120.0670489, 30.3327812 ], [ 120.0672034, 30.3325208 ], [ 120.0673817, 30.3322347 ], [ 120.0675822, 30.3319921 ], [ 120.0676335, 30.331929 ], [ 120.0678321, 30.3316629 ], [ 120.068187, 30.3311187 ], [ 120.0685595, 30.3305703 ], [ 120.0689044, 30.3300641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0693144, 30.3302468 ], [ 120.0691278, 30.3305613 ], [ 120.0688841, 30.3309784 ], [ 120.068368, 30.33175 ], [ 120.0680347, 30.3321776 ], [ 120.0678616, 30.3323997 ], [ 120.0678157, 30.3324586 ], [ 120.0675089, 30.3327996 ], [ 120.0673213, 30.3330082 ], [ 120.0671077, 30.3332456 ], [ 120.0666837, 30.3337224 ], [ 120.066645, 30.3337659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0711679, 30.3331759 ], [ 120.0712928, 30.3329413 ], [ 120.0713642, 30.3328072 ], [ 120.0718975, 30.3318054 ], [ 120.072058, 30.3315357 ], [ 120.0722001, 30.3312971 ], [ 120.0724018, 30.3309581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724018, 30.3309581 ], [ 120.0722001, 30.3312971 ], [ 120.072058, 30.3315357 ], [ 120.0718975, 30.3318054 ], [ 120.0713642, 30.3328072 ], [ 120.0712928, 30.3329413 ], [ 120.0711679, 30.3331759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0691553, 30.3343327 ], [ 120.0684216, 30.3337452 ], [ 120.0675677, 30.3330319 ], [ 120.0659595, 30.3318007 ], [ 120.065591, 30.3315043 ], [ 120.0654382, 30.3313941 ], [ 120.0650501, 30.3310913 ], [ 120.0649405, 30.3310188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0933548, 30.3318617 ], [ 120.0934143, 30.3317638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864887, 30.3336111 ], [ 120.086832, 30.3331481 ], [ 120.0875416, 30.3325403 ], [ 120.0876741, 30.3324215 ], [ 120.0877878, 30.3323195 ], [ 120.0880132, 30.332058 ], [ 120.088254, 30.3316255 ], [ 120.0884816, 30.3311689 ], [ 120.0885827, 30.3309661 ], [ 120.0888795, 30.3303707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888795, 30.3303707 ], [ 120.0885827, 30.3309661 ], [ 120.0884816, 30.3311689 ], [ 120.088254, 30.3316255 ], [ 120.0880132, 30.332058 ], [ 120.0877878, 30.3323195 ], [ 120.0876741, 30.3324215 ], [ 120.0875416, 30.3325403 ], [ 120.086832, 30.3331481 ], [ 120.0864887, 30.3336111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934143, 30.3317638 ], [ 120.0943259, 30.3320663 ], [ 120.0955121, 30.3325874 ], [ 120.0958309, 30.3326985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0957291, 30.3328518 ], [ 120.0954457, 30.332704 ], [ 120.0942807, 30.3322196 ], [ 120.0933548, 30.3318617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903066, 30.3341782 ], [ 120.0905749, 30.3333808 ], [ 120.0909224, 30.3325463 ], [ 120.091019, 30.3323021 ], [ 120.0914731, 30.3312184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914731, 30.3312184 ], [ 120.091019, 30.3323021 ], [ 120.0909224, 30.3325463 ], [ 120.0905749, 30.3333808 ], [ 120.0903066, 30.3341782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "孔家埭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0957291, 30.3328518 ], [ 120.0958309, 30.3326985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "孔家埭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0958309, 30.3326985 ], [ 120.0957291, 30.3328518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914026, 30.3350334 ], [ 120.0918235, 30.3340809 ], [ 120.0922188, 30.3333251 ], [ 120.0924309, 30.3330855 ], [ 120.0928315, 30.3326328 ], [ 120.0931151, 30.3322056 ], [ 120.0933548, 30.3318617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650103, 30.3309468 ], [ 120.0655032, 30.331347 ], [ 120.0656499, 30.3314662 ], [ 120.0660073, 30.3317502 ], [ 120.0676333, 30.3329922 ], [ 120.0684551, 30.3336808 ], [ 120.0691389, 30.3342304 ], [ 120.0691972, 30.334277 ], [ 120.0694875, 30.3344729 ], [ 120.0701639, 30.3350089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0742644, 30.3330272 ], [ 120.0749232, 30.3332595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0749232, 30.3332595 ], [ 120.0742644, 30.3330272 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡鱼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0742544, 30.334543 ], [ 120.0711679, 30.3331759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡鱼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0711679, 30.3331759 ], [ 120.0742544, 30.334543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0742544, 30.334543 ], [ 120.0749232, 30.3332595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0749232, 30.3332595 ], [ 120.0742544, 30.334543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701639, 30.3350089 ], [ 120.0711679, 30.3331759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0711679, 30.3331759 ], [ 120.0701639, 30.3350089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0691553, 30.3343327 ], [ 120.0694094, 30.3345035 ], [ 120.0701204, 30.3350646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793257, 30.3326921 ], [ 120.0777521, 30.332283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864887, 30.3336111 ], [ 120.0858306, 30.3333859 ], [ 120.0857079, 30.3333198 ], [ 120.0854508, 30.3331814 ], [ 120.0853844, 30.3331456 ], [ 120.0846822, 30.3326952 ], [ 120.0841722, 30.3322718 ], [ 120.0837729, 30.3319193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0837729, 30.3319193 ], [ 120.0841722, 30.3322718 ], [ 120.0846822, 30.3326952 ], [ 120.0853844, 30.3331456 ], [ 120.0854508, 30.3331814 ], [ 120.0857079, 30.3333198 ], [ 120.0858306, 30.3333859 ], [ 120.0864887, 30.3336111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0826082, 30.3340851 ], [ 120.0831789, 30.3327766 ], [ 120.0833318, 30.3324433 ], [ 120.083664, 30.3318931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0837729, 30.3319193 ], [ 120.0835115, 30.3324977 ], [ 120.0833438, 30.3328565 ], [ 120.0827425, 30.3341583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0777521, 30.332283 ], [ 120.0775968, 30.3325944 ], [ 120.0775044, 30.3327797 ], [ 120.077193, 30.3332802 ], [ 120.0771002, 30.3334293 ], [ 120.0767737, 30.3339541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0767737, 30.3339541 ], [ 120.0771002, 30.3334293 ], [ 120.077193, 30.3332802 ], [ 120.0775044, 30.3327797 ], [ 120.0775968, 30.3325944 ], [ 120.0777521, 30.332283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793257, 30.3326921 ], [ 120.0802952, 30.3331213 ], [ 120.0805021, 30.3332129 ], [ 120.0807606, 30.3333274 ], [ 120.0812021, 30.3335116 ], [ 120.0818275, 30.3337714 ], [ 120.0826082, 30.3340851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0826082, 30.3340851 ], [ 120.0818275, 30.3337714 ], [ 120.0812021, 30.3335116 ], [ 120.0807606, 30.3333274 ], [ 120.0805021, 30.3332129 ], [ 120.0802952, 30.3331213 ], [ 120.0793257, 30.3326921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0749232, 30.3332595 ], [ 120.0767737, 30.3339541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0767737, 30.3339541 ], [ 120.0749232, 30.3332595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0788382, 30.3346768 ], [ 120.0788559, 30.3345563 ], [ 120.0791257, 30.3335332 ], [ 120.0791848, 30.3332845 ], [ 120.0792463, 30.3330261 ], [ 120.0793257, 30.3326921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0793257, 30.3326921 ], [ 120.0792463, 30.3330261 ], [ 120.0791848, 30.3332845 ], [ 120.0791257, 30.3335332 ], [ 120.0788559, 30.3345563 ], [ 120.0788382, 30.3346768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0827425, 30.3341583 ], [ 120.0826082, 30.3340851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0826082, 30.3340851 ], [ 120.0827425, 30.3341583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0767737, 30.3339541 ], [ 120.0788382, 30.3346768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0788382, 30.3346768 ], [ 120.0767737, 30.3339541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864887, 30.3336111 ], [ 120.0862597, 30.3339849 ], [ 120.0862037, 30.3340763 ], [ 120.0859952, 30.3344168 ], [ 120.085618, 30.3351786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.085618, 30.3351786 ], [ 120.0859952, 30.3344168 ], [ 120.0862037, 30.3340763 ], [ 120.0862597, 30.3339849 ], [ 120.0864887, 30.3336111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0767737, 30.3339541 ], [ 120.0764176, 30.3345038 ], [ 120.076262, 30.3347439 ], [ 120.0759278, 30.3352597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266032, 30.3310756 ], [ 120.0266017, 30.3312084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025058, 30.3311639 ], [ 120.0248362, 30.3311323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026528, 30.3312079 ], [ 120.025058, 30.3311639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266017, 30.3312084 ], [ 120.026528, 30.3312079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0296557, 30.3311914 ], [ 120.0324635, 30.3312685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0296532, 30.3313276 ], [ 120.0296557, 30.3311914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荆大路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0296557, 30.3311914 ], [ 120.0296532, 30.3313276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0296532, 30.3313276 ], [ 120.0266017, 30.3312084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.032455, 30.3313977 ], [ 120.0324635, 30.3312685 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智强路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0324635, 30.3312685 ], [ 120.032455, 30.3313977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0324635, 30.3312685 ], [ 120.03743, 30.331408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.032455, 30.3313977 ], [ 120.0318443, 30.331379 ], [ 120.031763, 30.3313765 ], [ 120.0315965, 30.3313714 ], [ 120.0309528, 30.3313569 ], [ 120.0296532, 30.3313276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.03743, 30.331408 ], [ 120.0375528, 30.3314094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375528, 30.3314094 ], [ 120.0377431, 30.3314117 ], [ 120.0386352, 30.3314345 ], [ 120.0403959, 30.3314795 ], [ 120.0426308, 30.3315251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374301, 30.3315505 ], [ 120.0365412, 30.3315232 ], [ 120.0344265, 30.3314583 ], [ 120.0328952, 30.3314113 ], [ 120.032455, 30.3313977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374301, 30.3315505 ], [ 120.03743, 30.331408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375528, 30.3314094 ], [ 120.0375622, 30.3315546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426308, 30.3315251 ], [ 120.0427956, 30.3315285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375622, 30.3315546 ], [ 120.0374301, 30.3315505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.042637, 30.3317104 ], [ 120.0426308, 30.3315251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0530207, 30.3313829 ], [ 120.0530481, 30.3312599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531655, 30.3313363 ], [ 120.0530207, 30.3313829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0510071, 30.3318182 ], [ 120.0513409, 30.3317561 ], [ 120.0517296, 30.3316761 ], [ 120.0518507, 30.3316455 ], [ 120.0521284, 30.3315753 ], [ 120.0526606, 30.3313917 ], [ 120.0530481, 30.3312599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0427956, 30.3315285 ], [ 120.0444878, 30.3316125 ], [ 120.0455694, 30.3316662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0427956, 30.3315285 ], [ 120.0427893, 30.3317151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0530207, 30.3313829 ], [ 120.0528138, 30.3314573 ], [ 120.052423, 30.3315967 ], [ 120.0521943, 30.3316673 ], [ 120.0519497, 30.3317428 ], [ 120.0515254, 30.3318433 ], [ 120.0510501, 30.331934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0455694, 30.3316662 ], [ 120.0471374, 30.331744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0471374, 30.331744 ], [ 120.0479887, 30.3317249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0479887, 30.3317249 ], [ 120.0487044, 30.3317451 ], [ 120.04912, 30.3317612 ], [ 120.0492452, 30.3317579 ], [ 120.0493753, 30.3317333 ], [ 120.0495359, 30.3317018 ], [ 120.0496883, 30.3316912 ], [ 120.0498591, 30.3317088 ], [ 120.0500217, 30.3317439 ], [ 120.0501073, 30.3317667 ], [ 120.0502616, 30.3317877 ], [ 120.0506701, 30.331786 ], [ 120.0510071, 30.3318182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0471374, 30.331744 ], [ 120.0489944, 30.3318363 ], [ 120.0499908, 30.3318631 ], [ 120.0502908, 30.331871 ], [ 120.0505663, 30.3318625 ], [ 120.0510071, 30.3318182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "榨河巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608422, 30.3324169 ], [ 120.0621447, 30.3311447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621447, 30.3311447 ], [ 120.0627726, 30.3317267 ], [ 120.0636075, 30.3324199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636075, 30.3324199 ], [ 120.0627726, 30.3317267 ], [ 120.0621447, 30.3311447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572942, 30.3311374 ], [ 120.0574387, 30.3312577 ], [ 120.0587843, 30.3324424 ], [ 120.0598208, 30.3333795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0597408, 30.3334472 ], [ 120.0586773, 30.3324746 ], [ 120.0572079, 30.3312214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0622202, 30.333632 ], [ 120.0608422, 30.3324169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608422, 30.3324169 ], [ 120.0622202, 30.333632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636075, 30.3324199 ], [ 120.0633038, 30.3326853 ], [ 120.063112, 30.3328528 ], [ 120.0622202, 30.333632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫萱路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0622202, 30.333632 ], [ 120.063112, 30.3328528 ], [ 120.0633038, 30.3326853 ], [ 120.0636075, 30.3324199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636075, 30.3324199 ], [ 120.0655768, 30.3342019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.020533, 30.319156 ], [ 120.0203013, 30.3191835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥余线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0160754, 30.3191201 ], [ 120.0176328, 30.3191764 ], [ 120.017736, 30.3191801 ], [ 120.0186705, 30.3193368 ], [ 120.0189364, 30.3193778 ], [ 120.0190917, 30.3193907 ], [ 120.0194797, 30.3193676 ], [ 120.019635, 30.3193443 ], [ 120.0203013, 30.3191835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥余线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0203013, 30.3191835 ], [ 120.019635, 30.3193443 ], [ 120.0194797, 30.3193676 ], [ 120.0190917, 30.3193907 ], [ 120.0189364, 30.3193778 ], [ 120.0186705, 30.3193368 ], [ 120.017736, 30.3191801 ], [ 120.0176328, 30.3191764 ], [ 120.0160754, 30.3191201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0160754, 30.3191201 ], [ 120.0161452, 30.320308 ], [ 120.0161705, 30.3212707 ], [ 120.0161962, 30.3222142 ], [ 120.0162266, 30.3231208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0162266, 30.3231208 ], [ 120.0161962, 30.3222142 ], [ 120.0161705, 30.3212707 ], [ 120.0161452, 30.320308 ], [ 120.0160754, 30.3191201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.020533, 30.319156 ], [ 120.0203211, 30.3195003 ], [ 120.0201366, 30.3199727 ], [ 120.0199776, 30.3204296 ], [ 120.0198924, 30.3208636 ], [ 120.0198558, 30.321321 ], [ 120.0198525, 30.3219965 ], [ 120.0199129, 30.3224166 ], [ 120.0199907, 30.3227176 ], [ 120.0201994, 30.3233577 ], [ 120.0204982, 30.3239534 ], [ 120.0210217, 30.3246932 ], [ 120.0213788, 30.3250765 ], [ 120.0218272, 30.3255082 ], [ 120.0222773, 30.3258935 ], [ 120.0231433, 30.3266348 ], [ 120.0238043, 30.3273289 ], [ 120.0242448, 30.3278491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0240608, 30.3279264 ], [ 120.023941, 30.3277782 ], [ 120.0235187, 30.3272642 ], [ 120.0230368, 30.3267613 ], [ 120.0220887, 30.3259461 ], [ 120.0211808, 30.3250763 ], [ 120.0206864, 30.3244901 ], [ 120.0203297, 30.3239603 ], [ 120.0200249, 30.3233145 ], [ 120.0198469, 30.3227726 ], [ 120.0197476, 30.3223325 ], [ 120.0196928, 30.3218601 ], [ 120.0196844, 30.3213875 ], [ 120.0197231, 30.3208942 ], [ 120.019833, 30.3203716 ], [ 120.0200267, 30.3197781 ], [ 120.0203013, 30.3191835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9978717, 30.324562 ], [ 119.9979894, 30.3246571 ], [ 119.9980997, 30.3247277 ], [ 119.9982269, 30.3247761 ], [ 119.9993867, 30.3249804 ], [ 119.9995419, 30.3250516 ], [ 119.9995905, 30.3251425 ], [ 119.9995455, 30.3254951 ], [ 119.9988108, 30.328092 ], [ 119.9985949, 30.3284779 ], [ 119.9983228, 30.3289643 ], [ 119.9982177, 30.3291522 ], [ 119.9982012, 30.3292537 ], [ 119.9982188, 30.3293651 ], [ 119.9985539, 30.3300516 ], [ 119.9986204, 30.3301878 ], [ 119.9987395, 30.3304319 ], [ 119.9990466, 30.3310792 ], [ 119.9992067, 30.3314148 ], [ 119.9997354, 30.3325231 ], [ 120.0000602, 30.3331203 ], [ 120.0001484, 30.3332824 ], [ 120.0002332, 30.333662 ], [ 120.0002912, 30.3339212 ], [ 120.0003254, 30.3340742 ], [ 120.0005954, 30.3348189 ], [ 120.0006454, 30.334957 ], [ 120.0008234, 30.3354479 ], [ 120.0009263, 30.3358058 ], [ 120.0010026, 30.3360986 ], [ 120.001305, 30.3372602 ], [ 120.0022352, 30.3385837 ], [ 120.0026199, 30.339366 ], [ 120.0027016, 30.3395322 ], [ 120.002777, 30.3396856 ], [ 120.0032759, 30.3404217 ], [ 120.0036943, 30.3408476 ], [ 120.0043359, 30.3419455 ], [ 120.0044313, 30.3421059 ], [ 120.0045649, 30.3423307 ], [ 120.0047726, 30.34268 ], [ 120.004903, 30.3428992 ], [ 120.0053143, 30.3435976 ], [ 120.0057689, 30.3438981 ], [ 120.0066072, 30.3444772 ], [ 120.007481, 30.3449804 ], [ 120.0076227, 30.3450464 ], [ 120.0077658, 30.3451029 ], [ 120.0079099, 30.3451597 ], [ 120.0081057, 30.345237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0081057, 30.345237 ], [ 120.0079099, 30.3451597 ], [ 120.0077658, 30.3451029 ], [ 120.0076227, 30.3450464 ], [ 120.007481, 30.3449804 ], [ 120.0066072, 30.3444772 ], [ 120.0057689, 30.3438981 ], [ 120.0053143, 30.3435976 ], [ 120.004903, 30.3428992 ], [ 120.0047726, 30.34268 ], [ 120.0045649, 30.3423307 ], [ 120.0044313, 30.3421059 ], [ 120.0043359, 30.3419455 ], [ 120.0036943, 30.3408476 ], [ 120.0032759, 30.3404217 ], [ 120.002777, 30.3396856 ], [ 120.0027016, 30.3395322 ], [ 120.0026199, 30.339366 ], [ 120.0022352, 30.3385837 ], [ 120.001305, 30.3372602 ], [ 120.0010026, 30.3360986 ], [ 120.0009263, 30.3358058 ], [ 120.0008234, 30.3354479 ], [ 120.0006454, 30.334957 ], [ 120.0005954, 30.3348189 ], [ 120.0003254, 30.3340742 ], [ 120.0002912, 30.3339212 ], [ 120.0002332, 30.333662 ], [ 120.0001484, 30.3332824 ], [ 120.0000602, 30.3331203 ], [ 119.9997354, 30.3325231 ], [ 119.9992067, 30.3314148 ], [ 119.9990466, 30.3310792 ], [ 119.9987395, 30.3304319 ], [ 119.9986204, 30.3301878 ], [ 119.9985539, 30.3300516 ], [ 119.9982188, 30.3293651 ], [ 119.9982012, 30.3292537 ], [ 119.9982177, 30.3291522 ], [ 119.9983228, 30.3289643 ], [ 119.9985949, 30.3284779 ], [ 119.9988108, 30.328092 ], [ 119.9995455, 30.3254951 ], [ 119.9995905, 30.3251425 ], [ 119.9995419, 30.3250516 ], [ 119.9993867, 30.3249804 ], [ 119.9982269, 30.3247761 ], [ 119.9980997, 30.3247277 ], [ 119.9979894, 30.3246571 ], [ 119.9978717, 30.324562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0107576, 30.3462459 ], [ 120.0118564, 30.3440226 ], [ 120.0153508, 30.345278 ], [ 120.0155417, 30.3453466 ], [ 120.0160974, 30.3455462 ], [ 120.0184243, 30.3463875 ], [ 120.0185089, 30.346485 ], [ 120.0185496, 30.3465675 ], [ 120.018557, 30.3466764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0510501, 30.331934 ], [ 120.0508724, 30.3319532 ], [ 120.0506097, 30.3319729 ], [ 120.0502967, 30.3319772 ], [ 120.0498457, 30.3319705 ], [ 120.047782, 30.3318945 ], [ 120.0462666, 30.3318242 ], [ 120.0461682, 30.3318196 ], [ 120.0461189, 30.3318173 ], [ 120.045566, 30.3318003 ], [ 120.0427893, 30.3317151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0510501, 30.331934 ], [ 120.0510071, 30.3318182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0510071, 30.3318182 ], [ 120.0510501, 30.331934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0572079, 30.3312214 ], [ 120.0555921, 30.3326166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0555921, 30.3326166 ], [ 120.0572079, 30.3312214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0531655, 30.3313363 ], [ 120.0532787, 30.331582 ], [ 120.053387, 30.3318161 ], [ 120.0535427, 30.3320912 ], [ 120.0537128, 30.3323697 ], [ 120.0540379, 30.3327797 ], [ 120.0545107, 30.3333578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0555921, 30.3326166 ], [ 120.0550825, 30.3329668 ], [ 120.0547345, 30.3332107 ], [ 120.0545107, 30.3333578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0545107, 30.3333578 ], [ 120.0547345, 30.3332107 ], [ 120.0550825, 30.3329668 ], [ 120.0555921, 30.3326166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0427893, 30.3317151 ], [ 120.0428227, 30.3318546 ], [ 120.0428227, 30.3332908 ], [ 120.0428227, 30.3345221 ], [ 120.0428227, 30.3355632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0565002, 30.3359452 ], [ 120.0560843, 30.3354103 ], [ 120.0558995, 30.3351915 ], [ 120.0554877, 30.3347039 ], [ 120.0548071, 30.3339243 ], [ 120.0545218, 30.3335777 ], [ 120.0542805, 30.3332913 ], [ 120.0538653, 30.3327993 ], [ 120.0536033, 30.3324696 ], [ 120.0533487, 30.332093 ], [ 120.0532203, 30.3318697 ], [ 120.0531018, 30.331626 ], [ 120.0530207, 30.3313829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.042637, 30.3317104 ], [ 120.0375622, 30.3315546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "墩余路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0427893, 30.3317151 ], [ 120.042637, 30.3317104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0264982, 30.334896 ], [ 120.026528, 30.3312079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426473, 30.3355632 ], [ 120.0426425, 30.3332908 ], [ 120.042637, 30.3317104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375622, 30.3315546 ], [ 120.0375432, 30.3332544 ], [ 120.0375345, 30.3340606 ], [ 120.0375403, 30.3348796 ], [ 120.0375591, 30.3349958 ], [ 120.037541, 30.3360549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374496, 30.3361717 ], [ 120.0374728, 30.3348799 ], [ 120.0374397, 30.3332584 ], [ 120.0374359, 30.3330713 ], [ 120.0374301, 30.3315505 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0233507, 30.3349096 ], [ 120.0264982, 30.334896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0264982, 30.334896 ], [ 120.0233507, 30.3349096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426473, 30.3355632 ], [ 120.0428227, 30.3355632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426474, 30.3356479 ], [ 120.0426473, 30.3355632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲紫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0555921, 30.3326166 ], [ 120.0581059, 30.334795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲紫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0581059, 30.334795 ], [ 120.0555921, 30.3326166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0510501, 30.331934 ], [ 120.0512797, 30.3324568 ], [ 120.0515733, 30.3329966 ], [ 120.0519638, 30.3335957 ], [ 120.0525538, 30.334326 ], [ 120.05268, 30.3344636 ], [ 120.0531508, 30.3349768 ], [ 120.054015, 30.3358441 ], [ 120.0543816, 30.336214 ], [ 120.0549592, 30.3368154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549592, 30.3368154 ], [ 120.0543816, 30.336214 ], [ 120.054015, 30.3358441 ], [ 120.0531508, 30.3349768 ], [ 120.05268, 30.3344636 ], [ 120.0525538, 30.334326 ], [ 120.0519638, 30.3335957 ], [ 120.0515733, 30.3329966 ], [ 120.0512797, 30.3324568 ], [ 120.0510501, 30.331934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0545107, 30.3333578 ], [ 120.0546312, 30.3334962 ], [ 120.0549162, 30.333824 ], [ 120.0556606, 30.3346905 ], [ 120.0562464, 30.3353858 ], [ 120.0566318, 30.3358755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0581059, 30.334795 ], [ 120.0579171, 30.3349416 ], [ 120.0575676, 30.3352168 ], [ 120.0574128, 30.3353387 ], [ 120.0567845, 30.3357762 ], [ 120.0566318, 30.3358755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0566318, 30.3358755 ], [ 120.0567845, 30.3357762 ], [ 120.0574128, 30.3353387 ], [ 120.0575676, 30.3352168 ], [ 120.0579171, 30.3349416 ], [ 120.0581059, 30.334795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0428227, 30.3355632 ], [ 120.0428227, 30.3356479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0428227, 30.3355632 ], [ 120.0431439, 30.3356469 ], [ 120.0428227, 30.3356479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0566318, 30.3358755 ], [ 120.0565002, 30.3359452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0428227, 30.3356479 ], [ 120.0426474, 30.3356479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037541, 30.3360549 ], [ 120.0377799, 30.336063 ], [ 120.0386112, 30.3359542 ], [ 120.0388867, 30.3358776 ], [ 120.0396479, 30.3356116 ], [ 120.0398767, 30.3355874 ], [ 120.0401336, 30.3355834 ], [ 120.0405626, 30.3355799 ], [ 120.0426473, 30.3355632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426474, 30.3356479 ], [ 120.0405625, 30.3356667 ], [ 120.0399748, 30.3356721 ], [ 120.0397553, 30.3356882 ], [ 120.0395498, 30.3357204 ], [ 120.0387466, 30.3360106 ], [ 120.0385365, 30.3360671 ], [ 120.0382889, 30.3361074 ], [ 120.0375405, 30.3361678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037541, 30.3360549 ], [ 120.0375405, 30.3361678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375405, 30.3361678 ], [ 120.0374496, 30.3361717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0266017, 30.3312084 ], [ 120.0265837, 30.333263 ], [ 120.0265683, 30.335018 ], [ 120.026564, 30.3352779 ], [ 120.0265393, 30.3367776 ], [ 120.0265364, 30.3381186 ], [ 120.0265353, 30.3397176 ], [ 120.0265264, 30.3400194 ], [ 120.0265298, 30.3412397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025058, 30.3311639 ], [ 120.0249885, 30.3314025 ], [ 120.024853, 30.3318484 ], [ 120.0246936, 30.3322653 ], [ 120.024499, 30.332665 ], [ 120.0242826, 30.3330112 ], [ 120.023781, 30.333631 ], [ 120.0235519, 30.3339153 ], [ 120.0233611, 30.3341996 ], [ 120.0232113, 30.334474 ], [ 120.0230881, 30.3347484 ], [ 120.0229982, 30.3350235 ], [ 120.0229827, 30.335071 ], [ 120.0229422, 30.3352658 ], [ 120.02292, 30.3353724 ], [ 120.0228919, 30.3356568 ], [ 120.0229125, 30.3362567 ], [ 120.0229691, 30.3365671 ], [ 120.0229969, 30.3367192 ], [ 120.0230655, 30.3370952 ], [ 120.023152, 30.3375475 ], [ 120.0232658, 30.3381258 ], [ 120.0233266, 30.3384345 ], [ 120.02341, 30.3391513 ], [ 120.0234561, 30.3398236 ], [ 120.0234773, 30.3400414 ], [ 120.0235067, 30.3403625 ], [ 120.0235332, 30.3405954 ], [ 120.0236439, 30.3413061 ], [ 120.0238038, 30.3419781 ], [ 120.023895, 30.3422492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荆长路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0236902, 30.3422856 ], [ 120.0235051, 30.3413915 ], [ 120.0233814, 30.3406702 ], [ 120.0233419, 30.3403561 ], [ 120.0233068, 30.3400403 ], [ 120.0232576, 30.3394591 ], [ 120.0231688, 30.3384985 ], [ 120.0229572, 30.3374315 ], [ 120.0228635, 30.336979 ], [ 120.022739, 30.3362574 ], [ 120.0227071, 30.3358645 ], [ 120.0227517, 30.3353353 ], [ 120.0227643, 30.3352666 ], [ 120.0227912, 30.3351204 ], [ 120.0228218, 30.3350109 ], [ 120.0228599, 30.3348743 ], [ 120.0229098, 30.3347119 ], [ 120.0229751, 30.3345494 ], [ 120.0231353, 30.3342246 ], [ 120.0233406, 30.3338959 ], [ 120.0236003, 30.3335637 ], [ 120.0240918, 30.3329908 ], [ 120.0243306, 30.3326033 ], [ 120.0245239, 30.3322294 ], [ 120.0246562, 30.3318265 ], [ 120.02478, 30.3313817 ], [ 120.0248362, 30.3311323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0426551, 30.3393451 ], [ 120.04265, 30.3363957 ], [ 120.0426509, 30.33607 ], [ 120.0426474, 30.3356479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375405, 30.3361678 ], [ 120.03754, 30.3362577 ], [ 120.0375405, 30.3363937 ], [ 120.0375353, 30.3366384 ], [ 120.0375345, 30.3385759 ], [ 120.0375601, 30.3397349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0565002, 30.3359452 ], [ 120.0566318, 30.3358755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0565002, 30.3359452 ], [ 120.0559152, 30.3362755 ], [ 120.055633, 30.3364349 ], [ 120.0549592, 30.3368154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549592, 30.3368154 ], [ 120.055633, 30.3364349 ], [ 120.0559152, 30.3362755 ], [ 120.0565002, 30.3359452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0549592, 30.3368154 ], [ 120.0552463, 30.3371423 ], [ 120.0555647, 30.3374827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0555647, 30.3374827 ], [ 120.0552463, 30.3371423 ], [ 120.0549592, 30.3368154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0566318, 30.3358755 ], [ 120.0569851, 30.3364916 ], [ 120.0573418, 30.3372199 ], [ 120.0577305, 30.3379372 ], [ 120.058158, 30.3388042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.058014, 30.3388528 ], [ 120.0575339, 30.3379104 ], [ 120.0572081, 30.3372926 ], [ 120.0568626, 30.3365801 ], [ 120.056558, 30.3360392 ], [ 120.0565002, 30.3359452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云洪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0428227, 30.3356479 ], [ 120.0428256, 30.336099 ], [ 120.0428253, 30.3364134 ], [ 120.0428227, 30.3393507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.058014, 30.3388528 ], [ 120.058158, 30.3388042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.058158, 30.3388042 ], [ 120.0584426, 30.3393635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0655768, 30.3342019 ], [ 120.0636075, 30.3324199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0598208, 30.3333795 ], [ 120.0597408, 30.3334472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0597408, 30.3334472 ], [ 120.0598208, 30.3333795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0655768, 30.3342019 ], [ 120.0657947, 30.3339958 ], [ 120.0660222, 30.3337603 ], [ 120.0663078, 30.3335739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0581059, 30.334795 ], [ 120.0587797, 30.3342395 ], [ 120.0592272, 30.3338706 ], [ 120.0597408, 30.3334472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "贝家街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0597408, 30.3334472 ], [ 120.0592272, 30.3338706 ], [ 120.0587797, 30.3342395 ], [ 120.0581059, 30.334795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066645, 30.3337659 ], [ 120.066478, 30.3340339 ], [ 120.0659858, 30.3345801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0622202, 30.333632 ], [ 120.0632177, 30.3345509 ], [ 120.0634301, 30.3347466 ], [ 120.0642006, 30.3354563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0642006, 30.3354563 ], [ 120.0634301, 30.3347466 ], [ 120.0632177, 30.3345509 ], [ 120.0622202, 30.333632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0622644, 30.3356674 ], [ 120.0620757, 30.3354996 ], [ 120.0597408, 30.3334472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759278, 30.3352597 ], [ 120.076262, 30.3347439 ], [ 120.0764176, 30.3345038 ], [ 120.0767737, 30.3339541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0827425, 30.3341583 ], [ 120.0836651, 30.3344857 ], [ 120.0845287, 30.3347921 ], [ 120.085618, 30.3351786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.085618, 30.3351786 ], [ 120.0845287, 30.3347921 ], [ 120.0836651, 30.3344857 ], [ 120.0827425, 30.3341583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡鱼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759278, 30.3352597 ], [ 120.0742544, 30.334543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡鱼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0742544, 30.334543 ], [ 120.0759278, 30.3352597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1908329, 30.4062112 ], [ 120.1899599, 30.4061043 ], [ 120.1893886, 30.4060288 ], [ 120.1886249, 30.405924 ], [ 120.1830676, 30.4052151 ], [ 120.1826979, 30.4051693 ], [ 120.1822911, 30.4051215 ], [ 120.1799954, 30.4048398 ], [ 120.1796002, 30.4047938 ], [ 120.1791699, 30.4047453 ], [ 120.1787574, 30.4047038 ], [ 120.1784762, 30.4046804 ], [ 120.1782374, 30.4046585 ], [ 120.1778367, 30.4046247 ], [ 120.1739234, 30.4043101 ], [ 120.1736172, 30.4042827 ], [ 120.1733216, 30.4042541 ], [ 120.1730336, 30.4042224 ], [ 120.1727254, 30.4041818 ], [ 120.1722058, 30.404108 ], [ 120.1716943, 30.4040316 ], [ 120.1711375, 30.4039397 ], [ 120.1709603, 30.4039094 ], [ 120.1663806, 30.4029311 ], [ 120.1654835, 30.4026535 ], [ 120.1628841, 30.4021154 ], [ 120.1607658, 30.401665 ], [ 120.1572624, 30.40092 ], [ 120.155963, 30.4006417 ], [ 120.1530126, 30.4001122 ], [ 120.1522116, 30.3999543 ], [ 120.151848, 30.3998976 ], [ 120.1514494, 30.399845 ], [ 120.1510465, 30.3998107 ], [ 120.1506286, 30.399791 ], [ 120.1503193, 30.3997792 ], [ 120.149975, 30.3997734 ], [ 120.1490917, 30.3997834 ], [ 120.1481667, 30.3997852 ], [ 120.1436742, 30.3998329 ], [ 120.1356596, 30.3999488 ], [ 120.133879, 30.3999672 ], [ 120.1332645, 30.3999521 ], [ 120.1326709, 30.3999252 ], [ 120.1322865, 30.3998927 ], [ 120.1317581, 30.3998381 ], [ 120.1312297, 30.3997554 ], [ 120.1307829, 30.3996666 ], [ 120.1303338, 30.3995457 ], [ 120.1298894, 30.3994105 ], [ 120.1293166, 30.399223 ], [ 120.1285442, 30.3988911 ], [ 120.1273767, 30.398324 ], [ 120.1273433, 30.3983078 ], [ 120.1265648, 30.3979231 ], [ 120.1257375, 30.3975384 ], [ 120.1253008, 30.397376 ], [ 120.1248478, 30.3972416 ], [ 120.1244924, 30.3971494 ], [ 120.1240475, 30.3970431 ], [ 120.123622, 30.3969639 ], [ 120.1232644, 30.3968997 ], [ 120.1228133, 30.3968488 ], [ 120.1223622, 30.3968112 ], [ 120.121915, 30.3967936 ], [ 120.121367, 30.3968036 ], [ 120.1209423, 30.3968295 ], [ 120.1204246, 30.396886 ], [ 120.1197641, 30.3969827 ], [ 120.118291, 30.3972244 ], [ 120.1158384, 30.397629 ], [ 120.1128475, 30.3981145 ], [ 120.1107032, 30.3984652 ], [ 120.1086638, 30.3987946 ], [ 120.1065334, 30.3991251 ], [ 120.1058925, 30.3992232 ], [ 120.1042079, 30.3994809 ], [ 120.1017448, 30.3998307 ], [ 120.1004538, 30.4000252 ], [ 120.0996452, 30.4001249 ], [ 120.0988289, 30.4001815 ], [ 120.0979328, 30.400227 ], [ 120.0970429, 30.4002343 ], [ 120.0962351, 30.400202 ], [ 120.0953638, 30.4001591 ], [ 120.0943759, 30.4000484 ], [ 120.0932599, 30.3998816 ], [ 120.0917042, 30.399616 ], [ 120.0908674, 30.3994117 ], [ 120.0894385, 30.3989623 ], [ 120.0880666, 30.398449 ], [ 120.0868475, 30.397895 ], [ 120.0855393, 30.3972138 ], [ 120.0847403, 30.3967482 ], [ 120.0840183, 30.3962892 ], [ 120.0831756, 30.3957005 ], [ 120.0815272, 30.3945376 ], [ 120.0804824, 30.3937586 ], [ 120.079531, 30.3931017 ], [ 120.0784569, 30.3923799 ], [ 120.0761487, 30.3907885 ], [ 120.0748616, 30.3898906 ], [ 120.0726805, 30.3883848 ], [ 120.0711888, 30.3873286 ], [ 120.0684, 30.385392 ], [ 120.0668305, 30.3842925 ], [ 120.0654006, 30.3833037 ], [ 120.0630292, 30.3816307 ], [ 120.0613194, 30.3804444 ], [ 120.0598451, 30.3794259 ], [ 120.0581604, 30.3782763 ], [ 120.0565513, 30.3771505 ], [ 120.0556505, 30.376524 ], [ 120.0550454, 30.3760836 ], [ 120.0545668, 30.3757096 ], [ 120.0540947, 30.3752957 ], [ 120.0537519, 30.3749388 ], [ 120.0531584, 30.3742337 ], [ 120.052773, 30.3736982 ], [ 120.0524496, 30.3731685 ], [ 120.0520947, 30.3724305 ], [ 120.0519228, 30.3720069 ], [ 120.0517724, 30.3715727 ], [ 120.0515984, 30.3709738 ], [ 120.0515101, 30.3703871 ], [ 120.0513948, 30.3691557 ], [ 120.0514012, 30.3673867 ], [ 120.0513975, 30.3663737 ], [ 120.0513806, 30.3650272 ], [ 120.0513998, 30.3638276 ], [ 120.0513842, 30.3614327 ], [ 120.0514055, 30.359372 ], [ 120.051394, 30.3585305 ], [ 120.051385, 30.3582267 ], [ 120.0513598, 30.357916 ], [ 120.0513223, 30.3575947 ], [ 120.0512687, 30.3572804 ], [ 120.0511462, 30.356842 ], [ 120.0509158, 30.3563838 ], [ 120.0506891, 30.3560148 ], [ 120.0502429, 30.3555358 ], [ 120.0498473, 30.3551997 ], [ 120.0492555, 30.3548332 ], [ 120.0487946, 30.3546691 ], [ 120.048136, 30.3544845 ], [ 120.0472731, 30.3543894 ], [ 120.0455074, 30.3543757 ], [ 120.04361, 30.3544393 ], [ 120.0433646, 30.3544445 ], [ 120.0430326, 30.3544516 ], [ 120.0416779, 30.3544803 ], [ 120.0400543, 30.3545242 ], [ 120.0383679, 30.354621 ], [ 120.0371504, 30.3546335 ], [ 120.03592, 30.3546847 ], [ 120.0344118, 30.3547156 ], [ 120.0328932, 30.3546306 ], [ 120.0320867, 30.3545901 ], [ 120.0295168, 30.3544841 ], [ 120.0276954, 30.3544222 ], [ 120.0270893, 30.3543983 ], [ 120.0258362, 30.3543328 ], [ 120.0253491, 30.3543022 ], [ 120.024869, 30.3542616 ], [ 120.0245256, 30.3542198 ], [ 120.0241379, 30.3541639 ], [ 120.0235135, 30.3540709 ], [ 120.0228814, 30.3539415 ], [ 120.0221469, 30.3537706 ], [ 120.0213696, 30.3535341 ], [ 120.0199276, 30.3530607 ], [ 120.0186888, 30.3526286 ], [ 120.0164867, 30.3518733 ], [ 120.015381, 30.3514876 ], [ 120.0141538, 30.3510797 ], [ 120.012826, 30.350625 ], [ 120.011933, 30.3503309 ], [ 120.0114072, 30.3501833 ], [ 120.0110056, 30.3500793 ], [ 120.0102806, 30.3498916 ], [ 120.0093632, 30.3497017 ], [ 120.008303, 30.3495073 ], [ 120.0076682, 30.3494075 ], [ 120.0071752, 30.3493427 ], [ 120.006378, 30.3492495 ], [ 120.0026625, 30.3488143 ], [ 120.0015796, 30.3486863 ], [ 120.0009854, 30.3486157 ], [ 120.0004697, 30.3485458 ], [ 119.99996, 30.3484601 ], [ 119.9990124, 30.348284 ], [ 119.996792, 30.3478393 ], [ 119.9917086, 30.3466735 ], [ 119.988038, 30.3458473 ], [ 119.9862606, 30.3454381 ], [ 119.9854044, 30.345241 ], [ 119.9844868, 30.3450148 ], [ 119.9835522, 30.3447294 ], [ 119.982888, 30.3445135 ], [ 119.9821784, 30.3442723 ], [ 119.9816591, 30.3440046 ], [ 119.9810088, 30.343747 ], [ 119.9803927, 30.3435018 ], [ 119.977752, 30.3424199 ], [ 119.9767394, 30.3420051 ], [ 119.9731775, 30.3405611 ], [ 119.9716402, 30.3399379 ], [ 119.9714853, 30.3398751 ], [ 119.9709127, 30.3396241 ], [ 119.9703588, 30.3393569 ], [ 119.969709, 30.3389543 ], [ 119.969311, 30.3386593 ], [ 119.9689036, 30.3382999 ], [ 119.9684993, 30.3378734 ], [ 119.9682584, 30.3375477 ], [ 119.9681436, 30.3373735 ], [ 119.9680356, 30.3372022 ], [ 119.9679276, 30.3370032 ], [ 119.9678263, 30.3368043 ], [ 119.9676684, 30.3364136 ], [ 119.967536, 30.3360185 ], [ 119.9674453, 30.3356363 ], [ 119.9674117, 30.3354069 ], [ 119.9673991, 30.3352125 ], [ 119.9673705, 30.3347976 ], [ 119.9673654, 30.3345498 ], [ 119.9673787, 30.3342807 ], [ 119.967403, 30.3339924 ], [ 119.9674323, 30.3336975 ], [ 119.9674786, 30.3331003 ], [ 119.967576, 30.3318439 ], [ 119.9677686, 30.329717 ], [ 119.9681152, 30.3259099 ], [ 119.9682126, 30.3248407 ], [ 119.9683679, 30.3230938 ], [ 119.9684242, 30.322349 ], [ 119.9684629, 30.3215695 ], [ 119.9684617, 30.3213741 ], [ 119.9684429, 30.3209155 ], [ 119.9684018, 30.3201276 ], [ 119.9683047, 30.3183651 ], [ 119.9682727, 30.3179558 ], [ 119.9680428, 30.3171059 ], [ 119.9679414, 30.3155792 ], [ 119.9679076, 30.3152945 ], [ 119.9678844, 30.3150074 ], [ 119.9678412, 30.3144126 ], [ 119.9678058, 30.3134875 ], [ 119.9678387, 30.3125764 ], [ 119.9678699, 30.3116798 ], [ 119.9679441, 30.3106801 ], [ 119.9680172, 30.308615 ], [ 119.9680772, 30.3075501 ], [ 119.9681232, 30.3061625 ], [ 119.9682401, 30.3039549 ], [ 119.9683535, 30.3015435 ], [ 119.968656, 30.2994468 ], [ 119.9688624, 30.2978209 ], [ 119.9691384, 30.2948553 ], [ 119.9692769, 30.2931917 ], [ 119.9693575, 30.2925137 ], [ 119.9695913, 30.2892616 ], [ 119.9700701, 30.2837019 ], [ 119.970293, 30.2812651 ], [ 119.9703586, 30.280005 ], [ 119.9703411, 30.2790851 ], [ 119.9702721, 30.2778463 ], [ 119.9702229, 30.2774389 ], [ 119.9700921, 30.2765635 ], [ 119.969912, 30.2756561 ], [ 119.9697212, 30.2748428 ], [ 119.9695212, 30.274133 ], [ 119.9692951, 30.2734393 ], [ 119.9691229, 30.2728688 ], [ 119.9688068, 30.2720706 ], [ 119.9684967, 30.2713687 ], [ 119.9679925, 30.2702883 ], [ 119.9672292, 30.2686265 ], [ 119.9671378, 30.2684417 ], [ 119.9657715, 30.265834 ], [ 119.9649687, 30.2643096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.077904, 30.3361862 ], [ 120.0784947, 30.335495 ], [ 120.0786889, 30.3351761 ], [ 120.0788072, 30.3348887 ], [ 120.0788382, 30.3346768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0788382, 30.3346768 ], [ 120.0788072, 30.3348887 ], [ 120.0786889, 30.3351761 ], [ 120.0784947, 30.335495 ], [ 120.077904, 30.3361862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡鱼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759278, 30.3352597 ], [ 120.077904, 30.3361862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荡鱼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.077904, 30.3361862 ], [ 120.0759278, 30.3352597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0598208, 30.3333795 ], [ 120.0621232, 30.3353966 ], [ 120.0630964, 30.3362731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0642006, 30.3354563 ], [ 120.0649621, 30.3347899 ], [ 120.0654327, 30.3343429 ], [ 120.0655768, 30.3342019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0659858, 30.3345801 ], [ 120.064618, 30.3358332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0611574, 30.337546 ], [ 120.061472, 30.3374078 ], [ 120.0620149, 30.3371141 ], [ 120.0624432, 30.3368449 ], [ 120.0630057, 30.3364701 ], [ 120.0635172, 30.3360373 ], [ 120.0647106, 30.3351348 ], [ 120.0656836, 30.3342124 ], [ 120.0663078, 30.3335739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0642006, 30.3354563 ], [ 120.0642235, 30.3354708 ], [ 120.064557, 30.3357699 ], [ 120.064618, 30.3358332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.064618, 30.3358332 ], [ 120.064557, 30.3357699 ], [ 120.0642235, 30.3354708 ], [ 120.0642006, 30.3354563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲紫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0581059, 30.334795 ], [ 120.059426, 30.3359009 ], [ 120.0595084, 30.3359792 ], [ 120.0597129, 30.3361735 ], [ 120.0603626, 30.3367908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲紫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603626, 30.3367908 ], [ 120.0597129, 30.3361735 ], [ 120.0595084, 30.3359792 ], [ 120.059426, 30.3359009 ], [ 120.0581059, 30.334795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.066645, 30.3337659 ], [ 120.0659799, 30.334443 ], [ 120.0654019, 30.3349926 ], [ 120.0649813, 30.3353406 ], [ 120.063712, 30.3363147 ], [ 120.0626232, 30.337075 ], [ 120.0614244, 30.3378312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0630964, 30.3362731 ], [ 120.0642006, 30.3354563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701204, 30.3350646 ], [ 120.0701639, 30.3350089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701639, 30.3350089 ], [ 120.0701204, 30.3350646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0659858, 30.3345801 ], [ 120.0662825, 30.3348325 ], [ 120.0683784, 30.3366576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欣然街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683784, 30.3366576 ], [ 120.0662825, 30.3348325 ], [ 120.0659858, 30.3345801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0742544, 30.334543 ], [ 120.0738964, 30.3351407 ], [ 120.073253, 30.3361347 ], [ 120.0726459, 30.336947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0726459, 30.336947 ], [ 120.073253, 30.3361347 ], [ 120.0738964, 30.3351407 ], [ 120.0742544, 30.334543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683784, 30.3366576 ], [ 120.0693735, 30.3357479 ], [ 120.0696284, 30.3355106 ], [ 120.0701204, 30.3350646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701204, 30.3350646 ], [ 120.0696284, 30.3355106 ], [ 120.0693735, 30.3357479 ], [ 120.0683784, 30.3366576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701639, 30.3350089 ], [ 120.0712917, 30.3359383 ], [ 120.0716339, 30.3362176 ], [ 120.0719502, 30.3364758 ], [ 120.0726459, 30.336947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725003, 30.3371195 ], [ 120.0717588, 30.3365131 ], [ 120.0712416, 30.3360902 ], [ 120.0701204, 30.3350646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0808194, 30.3377719 ], [ 120.0808534, 30.3376995 ], [ 120.0811497, 30.337093 ], [ 120.0815276, 30.3363193 ], [ 120.0818266, 30.3357011 ], [ 120.0826082, 30.3340851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0827425, 30.3341583 ], [ 120.0824425, 30.3347645 ], [ 120.0817192, 30.3362262 ], [ 120.0816633, 30.3363392 ], [ 120.0814925, 30.3366968 ], [ 120.0809565, 30.337819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739134, 30.338018 ], [ 120.0740305, 30.3378528 ], [ 120.0741941, 30.3376392 ], [ 120.0748063, 30.336927 ], [ 120.0751055, 30.3365789 ], [ 120.0755375, 30.3358859 ], [ 120.0759278, 30.3352597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759278, 30.3352597 ], [ 120.0755375, 30.3358859 ], [ 120.0751055, 30.3365789 ], [ 120.0748063, 30.336927 ], [ 120.0741941, 30.3376392 ], [ 120.0740305, 30.3378528 ], [ 120.0739134, 30.338018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752169, 30.3391072 ], [ 120.0755641, 30.3387399 ], [ 120.0759072, 30.3384045 ], [ 120.0761425, 30.3381587 ], [ 120.0766211, 30.337651 ], [ 120.0776043, 30.3364777 ], [ 120.077904, 30.3361862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.077904, 30.3361862 ], [ 120.0776043, 30.3364777 ], [ 120.0766211, 30.337651 ], [ 120.0761425, 30.3381587 ], [ 120.0759072, 30.3384045 ], [ 120.0755641, 30.3387399 ], [ 120.0752169, 30.3391072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家渡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809565, 30.337819 ], [ 120.0808194, 30.3377719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家渡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0808194, 30.3377719 ], [ 120.0809565, 30.337819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752169, 30.3391072 ], [ 120.0751329, 30.3392224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751329, 30.3392224 ], [ 120.0752169, 30.3391072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0630186, 30.3363379 ], [ 120.0622644, 30.3356674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲章弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0622644, 30.3356674 ], [ 120.0603626, 30.3367908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲章弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603626, 30.3367908 ], [ 120.0622644, 30.3356674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0630186, 30.3363379 ], [ 120.0630964, 30.3362731 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0634241, 30.336697 ], [ 120.0633544, 30.3366374 ], [ 120.0630575, 30.3363727 ], [ 120.0630186, 30.3363379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0671392, 30.3377595 ], [ 120.0664474, 30.3371435 ], [ 120.0662966, 30.3370092 ], [ 120.0660019, 30.3367468 ], [ 120.0657648, 30.3365897 ], [ 120.0653716, 30.3363633 ], [ 120.0651648, 30.3362541 ], [ 120.0649696, 30.3361389 ], [ 120.064618, 30.3358332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.064618, 30.3358332 ], [ 120.0649696, 30.3361389 ], [ 120.0651648, 30.3362541 ], [ 120.0653716, 30.3363633 ], [ 120.0657648, 30.3365897 ], [ 120.0660019, 30.3367468 ], [ 120.0662966, 30.3370092 ], [ 120.0664474, 30.3371435 ], [ 120.0671392, 30.3377595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0611574, 30.337546 ], [ 120.061432, 30.3373372 ], [ 120.0619532, 30.3370285 ], [ 120.0625753, 30.3366588 ], [ 120.0628198, 30.3364936 ], [ 120.0630186, 30.3363379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲紫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603626, 30.3367908 ], [ 120.0611574, 30.337546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "莲紫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0611574, 30.337546 ], [ 120.0603626, 30.3367908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0634241, 30.336697 ], [ 120.0630651, 30.3369416 ], [ 120.0624078, 30.3373593 ], [ 120.0619174, 30.3376611 ], [ 120.0616315, 30.3378155 ], [ 120.0615717, 30.3378625 ], [ 120.0615468, 30.3379616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0630964, 30.3362731 ], [ 120.0631331, 30.3363054 ], [ 120.0634609, 30.3365946 ], [ 120.0635009, 30.3366287 ], [ 120.0638496, 30.33692 ], [ 120.0661309, 30.3389331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660284, 30.3390429 ], [ 120.0637672, 30.3369968 ], [ 120.0634281, 30.3367005 ], [ 120.0634241, 30.336697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "甲来路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0615468, 30.3379616 ], [ 120.0614244, 30.3378312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "甲来路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0614244, 30.3378312 ], [ 120.0615468, 30.3379616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.058158, 30.3388042 ], [ 120.0585562, 30.3386844 ], [ 120.0592121, 30.3384557 ], [ 120.0594927, 30.3383569 ], [ 120.0598348, 30.3381986 ], [ 120.0599464, 30.3381469 ], [ 120.0605944, 30.3378312 ], [ 120.0611574, 30.337546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0614244, 30.3378312 ], [ 120.060608, 30.3382688 ], [ 120.0601438, 30.3385177 ], [ 120.0594896, 30.3388569 ], [ 120.0593358, 30.3389301 ], [ 120.0590993, 30.3390421 ], [ 120.0584426, 30.3393635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0661309, 30.3389331 ], [ 120.0660284, 30.3390429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660284, 30.3390429 ], [ 120.0661309, 30.3389331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "紫金港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0584426, 30.3393635 ], [ 120.0582909, 30.3394085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725003, 30.3371195 ], [ 120.0726459, 30.336947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0726459, 30.336947 ], [ 120.0725003, 30.3371195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0671392, 30.3377595 ], [ 120.068072, 30.3369301 ], [ 120.0683784, 30.3366576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "嘉仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683784, 30.3366576 ], [ 120.068072, 30.3369301 ], [ 120.0671392, 30.3377595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0726459, 30.336947 ], [ 120.0728912, 30.3371241 ], [ 120.0730629, 30.3372677 ], [ 120.0733727, 30.3375235 ], [ 120.0739134, 30.338018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738311, 30.3381372 ], [ 120.0729081, 30.3375001 ], [ 120.0726853, 30.337277 ], [ 120.0725003, 30.3371195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738311, 30.3381372 ], [ 120.0739134, 30.338018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金兰巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739134, 30.338018 ], [ 120.0738311, 30.3381372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0739134, 30.338018 ], [ 120.0752169, 30.3391072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725003, 30.3371195 ], [ 120.072277, 30.337329 ], [ 120.0720397, 30.3375628 ], [ 120.0710607, 30.3385466 ], [ 120.0708126, 30.3387909 ], [ 120.0706074, 30.3389934 ], [ 120.069515, 30.3400747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家渡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0870727, 30.3406049 ], [ 120.0869635, 30.340549 ], [ 120.0866711, 30.3403731 ], [ 120.0847114, 30.3392384 ], [ 120.084027, 30.338919 ], [ 120.083435, 30.3386688 ], [ 120.0809565, 30.337819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家渡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809565, 30.337819 ], [ 120.083435, 30.3386688 ], [ 120.084027, 30.338919 ], [ 120.0847114, 30.3392384 ], [ 120.0866711, 30.3403731 ], [ 120.0869635, 30.340549 ], [ 120.0870727, 30.3406049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0791563, 30.3413242 ], [ 120.0793293, 30.3409944 ], [ 120.0794561, 30.3407418 ], [ 120.0799856, 30.3396868 ], [ 120.0800944, 30.3394589 ], [ 120.0808194, 30.3377719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0809565, 30.337819 ], [ 120.0801867, 30.339503 ], [ 120.0800765, 30.3397202 ], [ 120.079849, 30.3401746 ], [ 120.079279, 30.3413742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752169, 30.3391072 ], [ 120.0761314, 30.3398821 ], [ 120.0764812, 30.340153 ], [ 120.0767325, 30.3403098 ], [ 120.0769522, 30.3404469 ], [ 120.07745, 30.3406999 ], [ 120.0778086, 30.3408623 ], [ 120.0783455, 30.341047 ], [ 120.0791563, 30.3413242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0790719, 30.3414885 ], [ 120.0782479, 30.3411901 ], [ 120.0778588, 30.3410493 ], [ 120.0774732, 30.3408698 ], [ 120.0766673, 30.3404255 ], [ 120.0762813, 30.340165 ], [ 120.0762546, 30.3401431 ], [ 120.0751329, 30.3392224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0791563, 30.3413242 ], [ 120.079279, 30.3413742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0790719, 30.3414885 ], [ 120.0791563, 30.3413242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.079279, 30.3413742 ], [ 120.0791989, 30.3415306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0791989, 30.3415306 ], [ 120.0790719, 30.3414885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "甲来路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0615468, 30.3379616 ], [ 120.0617803, 30.3382376 ], [ 120.0618635, 30.3383366 ], [ 120.0620612, 30.3385863 ], [ 120.0621982, 30.3388267 ], [ 120.0622566, 30.3392375 ], [ 120.0622149, 30.3396554 ], [ 120.0621314, 30.3400518 ], [ 120.0620962, 30.3402424 ], [ 120.0619477, 30.3410462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "甲来路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0619477, 30.3410462 ], [ 120.0620962, 30.3402424 ], [ 120.0621314, 30.3400518 ], [ 120.0622149, 30.3396554 ], [ 120.0622566, 30.3392375 ], [ 120.0621982, 30.3388267 ], [ 120.0620612, 30.3385863 ], [ 120.0618635, 30.3383366 ], [ 120.0617803, 30.3382376 ], [ 120.0615468, 30.3379616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650061, 30.3411232 ], [ 120.0650325, 30.3409742 ], [ 120.0652645, 30.3402492 ], [ 120.0653101, 30.3401625 ], [ 120.0654323, 30.3399301 ], [ 120.0656522, 30.3395513 ], [ 120.0660284, 30.3390429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660284, 30.3390429 ], [ 120.0656522, 30.3395513 ], [ 120.0654323, 30.3399301 ], [ 120.0653101, 30.3401625 ], [ 120.0652645, 30.3402492 ], [ 120.0650325, 30.3409742 ], [ 120.0650061, 30.3411232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0584426, 30.3393635 ], [ 120.0587035, 30.3400181 ], [ 120.0588638, 30.3404736 ], [ 120.0589143, 30.340677 ], [ 120.0589505, 30.3410352 ], [ 120.0589885, 30.3413596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588461, 30.3413709 ], [ 120.0588035, 30.3410144 ], [ 120.0587579, 30.3406662 ], [ 120.0586644, 30.3403366 ], [ 120.0585437, 30.3399731 ], [ 120.0582909, 30.3394085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "来仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0619477, 30.3410462 ], [ 120.062579, 30.3410621 ], [ 120.062745, 30.3410663 ], [ 120.0642314, 30.3411037 ], [ 120.0644508, 30.3411092 ], [ 120.0650061, 30.3411232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "来仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650061, 30.3411232 ], [ 120.0644508, 30.3411092 ], [ 120.0642314, 30.3411037 ], [ 120.062745, 30.3410663 ], [ 120.062579, 30.3410621 ], [ 120.0619477, 30.3410462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "来仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0589885, 30.3413596 ], [ 120.0592394, 30.3413367 ], [ 120.0593331, 30.3413282 ], [ 120.0596717, 30.3412822 ], [ 120.0610677, 30.3411409 ], [ 120.0614901, 30.3410981 ], [ 120.0616553, 30.3410794 ], [ 120.0619477, 30.3410462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "来仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0619477, 30.3410462 ], [ 120.0616553, 30.3410794 ], [ 120.0614901, 30.3410981 ], [ 120.0610677, 30.3411409 ], [ 120.0596717, 30.3412822 ], [ 120.0593331, 30.3413282 ], [ 120.0592394, 30.3413367 ], [ 120.0589885, 30.3413596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "中灵线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9966361, 30.3213187 ], [ 119.9968744, 30.3213436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9965667, 30.3244733 ], [ 119.9965932, 30.3227573 ], [ 119.9966094, 30.3222586 ], [ 119.9966361, 30.3213187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9968744, 30.3213436 ], [ 119.9968596, 30.322243 ], [ 119.9968509, 30.3227569 ], [ 119.9967939, 30.3244787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "中灵线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9968744, 30.3213436 ], [ 119.9977649, 30.3214094 ], [ 119.9979025, 30.3214534 ], [ 119.9979829, 30.3215234 ], [ 119.998008, 30.3216094 ], [ 119.9980295, 30.3219567 ], [ 119.9979948, 30.3225017 ], [ 119.9979864, 30.3227435 ], [ 119.9979422, 30.3233134 ], [ 119.9979285, 30.3234896 ], [ 119.9979173, 30.3236335 ], [ 119.9978524, 30.3244711 ], [ 119.9978717, 30.324562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "中灵线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9978717, 30.324562 ], [ 119.9978524, 30.3244711 ], [ 119.9979173, 30.3236335 ], [ 119.9979285, 30.3234896 ], [ 119.9979422, 30.3233134 ], [ 119.9979864, 30.3227435 ], [ 119.9979948, 30.3225017 ], [ 119.9980295, 30.3219567 ], [ 119.998008, 30.3216094 ], [ 119.9979829, 30.3215234 ], [ 119.9979025, 30.3214534 ], [ 119.9977649, 30.3214094 ], [ 119.9968744, 30.3213436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9967939, 30.3244787 ], [ 119.9965667, 30.3244733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9965667, 30.3244733 ], [ 119.9967939, 30.3244787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992696, 30.3246489 ], [ 119.9927675, 30.3245542 ], [ 119.9928914, 30.3245071 ], [ 119.9930726, 30.3244825 ], [ 119.993952, 30.3243977 ], [ 119.9941975, 30.324382 ], [ 119.9944985, 30.3243628 ], [ 119.9945404, 30.3243601 ], [ 119.9952056, 30.3244254 ], [ 119.9965667, 30.3244733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9965667, 30.3244733 ], [ 119.9952056, 30.3244254 ], [ 119.9945404, 30.3243601 ], [ 119.9944985, 30.3243628 ], [ 119.9941975, 30.324382 ], [ 119.993952, 30.3243977 ], [ 119.9930726, 30.3244825 ], [ 119.9928914, 30.3245071 ], [ 119.9927675, 30.3245542 ], [ 119.992696, 30.3246489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9967939, 30.3244787 ], [ 119.9978717, 30.324562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9681341, 30.3174421 ], [ 119.9683837, 30.3174585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683837, 30.3174585 ], [ 119.9681341, 30.3174421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973827, 30.3179647 ], [ 119.9725635, 30.317748 ], [ 119.9714582, 30.3175583 ], [ 119.9705339, 30.3173998 ], [ 119.9698935, 30.3172899 ], [ 119.9697776, 30.3172825 ], [ 119.9696317, 30.3172936 ], [ 119.9687806, 30.3174243 ], [ 119.968475, 30.3174713 ], [ 119.9683837, 30.3174585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良上线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683837, 30.3174585 ], [ 119.968475, 30.3174713 ], [ 119.9687806, 30.3174243 ], [ 119.9696317, 30.3172936 ], [ 119.9697776, 30.3172825 ], [ 119.9698935, 30.3172899 ], [ 119.9705339, 30.3173998 ], [ 119.9714582, 30.3175583 ], [ 119.9725635, 30.317748 ], [ 119.973827, 30.3179647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9675164, 30.3318392 ], [ 119.9675417, 30.3315434 ], [ 119.9676592, 30.3303173 ], [ 119.9676835, 30.3300156 ], [ 119.9677432, 30.3292738 ], [ 119.9678641, 30.3279636 ], [ 119.9679385, 30.3269824 ], [ 119.9679749, 30.3265026 ], [ 119.9680488, 30.3257605 ], [ 119.9681428, 30.3248793 ], [ 119.9682133, 30.3240358 ], [ 119.9683074, 30.3228675 ], [ 119.9683712, 30.3220124 ], [ 119.9683712, 30.3209775 ], [ 119.9682973, 30.3199889 ], [ 119.9682772, 30.3191366 ], [ 119.96824, 30.3185834 ], [ 119.9681341, 30.3174421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9683837, 30.3174585 ], [ 119.9685053, 30.3183855 ], [ 119.9685409, 30.3190123 ], [ 119.9686202, 30.3204024 ], [ 119.9686596, 30.3210049 ], [ 119.9686435, 30.3218207 ], [ 119.9686365, 30.3220614 ], [ 119.9685808, 30.3231927 ], [ 119.9684848, 30.3244167 ], [ 119.968414, 30.3253802 ], [ 119.9683585, 30.3268608 ], [ 119.9683516, 30.326979 ], [ 119.9682808, 30.3281932 ], [ 119.9681142, 30.3296045 ], [ 119.9680713, 30.3300338 ], [ 119.9679508, 30.3312083 ], [ 119.9678475, 30.3318587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9675164, 30.3318392 ], [ 119.9675058, 30.3307146 ], [ 119.9675688, 30.3300075 ], [ 119.9676024, 30.3296308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9680424, 30.3296693 ], [ 119.9680111, 30.3300313 ], [ 119.967949, 30.3307496 ], [ 119.9678475, 30.3318587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "东西大道", "瓶仓大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.967024, 30.3370558 ], [ 119.9670758, 30.3363407 ], [ 119.9672059, 30.3350738 ], [ 119.9672395, 30.3346709 ], [ 119.9674006, 30.3332419 ], [ 119.9675164, 30.3318392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "东西大道", "瓶仓大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9678475, 30.3318587 ], [ 119.9674663, 30.3351188 ], [ 119.9672301, 30.3370126 ], [ 119.9672213, 30.3371095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴灵线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9759863, 30.3121526 ], [ 119.9773449, 30.312438 ], [ 119.9779071, 30.3125535 ], [ 119.9787673, 30.3127302 ], [ 119.9809569, 30.3131799 ], [ 119.9816744, 30.3133291 ], [ 119.982037, 30.3134045 ], [ 119.9827939, 30.3135619 ], [ 119.9833519, 30.313678 ], [ 119.9835202, 30.3137129 ], [ 119.984609, 30.3139394 ], [ 119.9847549, 30.3139912 ], [ 119.9848579, 30.3140653 ], [ 119.9854373, 30.3145951 ], [ 119.985506, 30.3146247 ], [ 119.9855918, 30.3146581 ], [ 119.9857466, 30.3146901 ], [ 119.9858064, 30.3147025 ], [ 119.9876759, 30.3149646 ], [ 119.9896208, 30.3152372 ], [ 119.9913296, 30.3154768 ], [ 119.992587, 30.3156472 ], [ 119.9934668, 30.3157658 ], [ 119.9938702, 30.3158214 ], [ 119.9951211, 30.3161108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴灵线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9951211, 30.3161108 ], [ 119.9938702, 30.3158214 ], [ 119.9934668, 30.3157658 ], [ 119.992587, 30.3156472 ], [ 119.9913296, 30.3154768 ], [ 119.9896208, 30.3152372 ], [ 119.9876759, 30.3149646 ], [ 119.9858064, 30.3147025 ], [ 119.9857466, 30.3146901 ], [ 119.9855918, 30.3146581 ], [ 119.985506, 30.3146247 ], [ 119.9854373, 30.3145951 ], [ 119.9848579, 30.3140653 ], [ 119.9847549, 30.3139912 ], [ 119.984609, 30.3139394 ], [ 119.9835202, 30.3137129 ], [ 119.9833519, 30.313678 ], [ 119.9827939, 30.3135619 ], [ 119.982037, 30.3134045 ], [ 119.9816744, 30.3133291 ], [ 119.9809569, 30.3131799 ], [ 119.9787673, 30.3127302 ], [ 119.9779071, 30.3125535 ], [ 119.9773449, 30.312438 ], [ 119.9759863, 30.3121526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "上寡线", "吴新线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.973827, 30.3179647 ], [ 119.9737246, 30.3184156 ], [ 119.973569, 30.3190959 ], [ 119.9747136, 30.31923 ], [ 119.9757758, 30.3193087 ], [ 119.9759931, 30.3193029 ], [ 119.9762394, 30.3192964 ], [ 119.9768804, 30.3196345 ], [ 119.977251, 30.3197625 ], [ 119.9773521, 30.3197571 ], [ 119.9774871, 30.3197499 ], [ 119.9777843, 30.319734 ], [ 119.9787289, 30.3199593 ], [ 119.981105, 30.3206589 ], [ 119.9817168, 30.3208391 ], [ 119.9821349, 30.3209797 ], [ 119.9823629, 30.3213177 ], [ 119.9837634, 30.3219551 ], [ 119.984037, 30.3217398 ], [ 119.9844951, 30.3216882 ], [ 119.985893, 30.3221241 ], [ 119.987387, 30.3230317 ], [ 119.9875421, 30.3232533 ], [ 119.9875748, 30.3234461 ], [ 119.987998, 30.3233968 ], [ 119.988049, 30.3234431 ], [ 119.9881536, 30.3237603 ], [ 119.9884594, 30.3238344 ], [ 119.9893606, 30.3238738 ], [ 119.9892941, 30.3243537 ], [ 119.9915761, 30.3246214 ], [ 119.992696, 30.3246489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "上寡线", "吴新线" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992696, 30.3246489 ], [ 119.9915761, 30.3246214 ], [ 119.9892941, 30.3243537 ], [ 119.9893606, 30.3238738 ], [ 119.9884594, 30.3238344 ], [ 119.9881536, 30.3237603 ], [ 119.988049, 30.3234431 ], [ 119.987998, 30.3233968 ], [ 119.9875748, 30.3234461 ], [ 119.9875421, 30.3232533 ], [ 119.987387, 30.3230317 ], [ 119.985893, 30.3221241 ], [ 119.9844951, 30.3216882 ], [ 119.984037, 30.3217398 ], [ 119.9837634, 30.3219551 ], [ 119.9823629, 30.3213177 ], [ 119.9821349, 30.3209797 ], [ 119.9817168, 30.3208391 ], [ 119.981105, 30.3206589 ], [ 119.9787289, 30.3199593 ], [ 119.9777843, 30.319734 ], [ 119.9774871, 30.3197499 ], [ 119.9773521, 30.3197571 ], [ 119.977251, 30.3197625 ], [ 119.9768804, 30.3196345 ], [ 119.9762394, 30.3192964 ], [ 119.9759931, 30.3193029 ], [ 119.9757758, 30.3193087 ], [ 119.9747136, 30.31923 ], [ 119.973569, 30.3190959 ], [ 119.9737246, 30.3184156 ], [ 119.973827, 30.3179647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799381, 30.3434106 ], [ 119.9797326, 30.3433221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9797326, 30.3433221 ], [ 119.9799381, 30.3434106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849989, 30.3450817 ], [ 119.9841279, 30.3448531 ], [ 119.982715, 30.3443973 ], [ 119.9819286, 30.3442519 ], [ 119.9807149, 30.3437528 ], [ 119.9801636, 30.3435077 ], [ 119.9799381, 30.3434106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9850323, 30.3448291 ], [ 119.9851953, 30.344873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9849989, 30.3450817 ], [ 119.9850323, 30.3448291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9851953, 30.344873 ], [ 119.9851739, 30.3451276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9978717, 30.324562 ], [ 119.9967939, 30.3244787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新仓线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907986, 30.3462048 ], [ 119.9908143, 30.3461161 ], [ 119.9908629, 30.3458238 ], [ 119.9908969, 30.345643 ], [ 119.9911523, 30.3440837 ], [ 119.9913125, 30.3431205 ], [ 119.991442, 30.3419171 ], [ 119.9917585, 30.3391578 ], [ 119.9918287, 30.3386631 ], [ 119.9918333, 30.3386148 ], [ 119.9918728, 30.3383953 ], [ 119.991914, 30.3377827 ], [ 119.9919891, 30.3362549 ], [ 119.9920401, 30.3350697 ], [ 119.9920438, 30.3349845 ], [ 119.992077, 30.3342122 ], [ 119.9921139, 30.3333541 ], [ 119.9921201, 30.3332108 ], [ 119.9921203, 30.3332059 ], [ 119.9921293, 30.3329976 ], [ 119.9921686, 30.3320848 ], [ 119.9921962, 30.3314429 ], [ 119.9922252, 30.3307683 ], [ 119.9922807, 30.3301373 ], [ 119.9925578, 30.3265501 ], [ 119.992696, 30.3246489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新仓线" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992696, 30.3246489 ], [ 119.9925578, 30.3265501 ], [ 119.9922807, 30.3301373 ], [ 119.9922252, 30.3307683 ], [ 119.9921962, 30.3314429 ], [ 119.9921686, 30.3320848 ], [ 119.9921293, 30.3329976 ], [ 119.9921203, 30.3332059 ], [ 119.9921201, 30.3332108 ], [ 119.9921139, 30.3333541 ], [ 119.992077, 30.3342122 ], [ 119.9920438, 30.3349845 ], [ 119.9920401, 30.3350697 ], [ 119.9919891, 30.3362549 ], [ 119.991914, 30.3377827 ], [ 119.9918728, 30.3383953 ], [ 119.9918333, 30.3386148 ], [ 119.9918287, 30.3386631 ], [ 119.9917585, 30.3391578 ], [ 119.991442, 30.3419171 ], [ 119.9913125, 30.3431205 ], [ 119.9911523, 30.3440837 ], [ 119.9908969, 30.345643 ], [ 119.9908629, 30.3458238 ], [ 119.9908143, 30.3461161 ], [ 119.9907986, 30.3462048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983121, 30.347907 ], [ 119.9982914, 30.3475332 ], [ 119.9982545, 30.3470892 ], [ 119.9981589, 30.3458698 ], [ 119.9980302, 30.344283 ], [ 119.9979956, 30.3438213 ], [ 119.9979408, 30.3433914 ], [ 119.9977907, 30.3425315 ], [ 119.9977694, 30.3424176 ], [ 119.9976864, 30.3419732 ], [ 119.9976124, 30.3413101 ], [ 119.9975198, 30.3403523 ], [ 119.9974781, 30.3400736 ], [ 119.9974543, 30.3399144 ], [ 119.9972427, 30.3387744 ], [ 119.9970528, 30.3378093 ], [ 119.9969113, 30.337019 ], [ 119.9968268, 30.3364382 ], [ 119.9967582, 30.335977 ], [ 119.9966132, 30.3347766 ], [ 119.9965561, 30.3342915 ], [ 119.9965069, 30.3336377 ], [ 119.9964814, 30.3331972 ], [ 119.9964229, 30.3317672 ], [ 119.9963994, 30.331089 ], [ 119.9964014, 30.3304448 ], [ 119.9964117, 30.329733 ], [ 119.996466, 30.3282172 ], [ 119.9965667, 30.3244733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9967939, 30.3244787 ], [ 119.9966914, 30.3282089 ], [ 119.9966578, 30.3297197 ], [ 119.9966482, 30.3301131 ], [ 119.9966341, 30.3309079 ], [ 119.9966476, 30.3316565 ], [ 119.9966974, 30.3327838 ], [ 119.9967261, 30.3331929 ], [ 119.9967623, 30.3336346 ], [ 119.996855, 30.3347678 ], [ 119.9970068, 30.3360156 ], [ 119.997073, 30.3364699 ], [ 119.9971901, 30.3372254 ], [ 119.9972799, 30.3377206 ], [ 119.9973513, 30.3380571 ], [ 119.9974681, 30.3386584 ], [ 119.9976365, 30.3393708 ], [ 119.9977471, 30.3399471 ], [ 119.997792, 30.3401812 ], [ 119.9978861, 30.3408197 ], [ 119.997903, 30.3412836 ], [ 119.9979717, 30.3420254 ], [ 119.9979769, 30.3420809 ], [ 119.9980758, 30.3426335 ], [ 119.9981641, 30.3431895 ], [ 119.9982267, 30.3437836 ], [ 119.998274, 30.3442731 ], [ 119.9983108, 30.3447333 ], [ 119.9984993, 30.3471374 ], [ 119.9985362, 30.3475692 ], [ 119.9985971, 30.3479937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9851953, 30.344873 ], [ 119.9853284, 30.3449088 ], [ 119.9865668, 30.3452022 ], [ 119.9907986, 30.3462048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907658, 30.3463904 ], [ 119.9890731, 30.3460181 ], [ 119.9851739, 30.3451276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907658, 30.3463904 ], [ 119.9907986, 30.3462048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907986, 30.3462048 ], [ 119.9907658, 30.3463904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9907986, 30.3462048 ], [ 119.9929134, 30.346699 ], [ 119.9951782, 30.3472282 ], [ 119.9966763, 30.3475374 ], [ 119.997831, 30.3477757 ], [ 119.9983121, 30.347907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.967024, 30.3370558 ], [ 119.9672213, 30.3371095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9670006, 30.337242 ], [ 119.967024, 30.3370558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9672213, 30.3371095 ], [ 119.9672074, 30.3372549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9672074, 30.3372549 ], [ 119.9670006, 30.337242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9797326, 30.3433221 ], [ 119.9785849, 30.3428278 ], [ 119.9745384, 30.3411686 ], [ 119.9712603, 30.3398224 ], [ 119.9708127, 30.3396358 ], [ 119.9704957, 30.3394936 ], [ 119.9701987, 30.3393473 ], [ 119.9696292, 30.3389751 ], [ 119.9695978, 30.3389546 ], [ 119.9693368, 30.3387699 ], [ 119.9690896, 30.3385725 ], [ 119.9686129, 30.3381163 ], [ 119.9684227, 30.3379121 ], [ 119.9682536, 30.3377304 ], [ 119.968057, 30.3375964 ], [ 119.9678316, 30.3374816 ], [ 119.9675777, 30.3373435 ], [ 119.9672074, 30.3372549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9672213, 30.3371095 ], [ 119.9674174, 30.3371647 ], [ 119.9679485, 30.3373661 ], [ 119.9685654, 30.3377943 ], [ 119.9690884, 30.3382411 ], [ 119.9696463, 30.3386925 ], [ 119.970274, 30.3391115 ], [ 119.9712744, 30.3396023 ], [ 119.9745226, 30.3408847 ], [ 119.9761346, 30.3415213 ], [ 119.9778485, 30.3421277 ], [ 119.9786111, 30.3424476 ], [ 119.9797824, 30.3429727 ], [ 119.9806729, 30.3433824 ], [ 119.9813569, 30.3436787 ], [ 119.9820113, 30.3439449 ], [ 119.9830386, 30.3442921 ], [ 119.9850323, 30.3448291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9672074, 30.3372549 ], [ 119.9671963, 30.3373866 ], [ 119.9671181, 30.3382099 ], [ 119.9670692, 30.3387252 ], [ 119.9670156, 30.3392895 ], [ 119.9669598, 30.3398767 ], [ 119.9668634, 30.3410219 ], [ 119.9667088, 30.34286 ], [ 119.966667, 30.3433561 ], [ 119.9666504, 30.3435165 ], [ 119.9666413, 30.3436317 ], [ 119.9664785, 30.3453963 ], [ 119.9664198, 30.3460871 ], [ 119.9662819, 30.3477949 ], [ 119.9662134, 30.3484327 ], [ 119.9661612, 30.3489326 ], [ 119.9661047, 30.3496932 ], [ 119.966025, 30.350979 ], [ 119.9660289, 30.3512654 ], [ 119.9660429, 30.3514955 ], [ 119.9660613, 30.3517402 ], [ 119.9661439, 30.3523293 ], [ 119.9662515, 30.352847 ], [ 119.966698, 30.3541426 ], [ 119.966779, 30.3543688 ], [ 119.9670089, 30.3550114 ], [ 119.9675596, 30.356553 ], [ 119.9678206, 30.3572753 ], [ 119.9679962, 30.3577614 ], [ 119.9680909, 30.3580306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "瓶仓大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9678766, 30.3580345 ], [ 119.9675731, 30.3571587 ], [ 119.9670849, 30.3558141 ], [ 119.9670468, 30.3557064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9660084, 30.3580121 ], [ 119.9678766, 30.3580345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9678766, 30.3580345 ], [ 119.9680909, 30.3580306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9851739, 30.3451276 ], [ 119.9849989, 30.3450817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9823469, 30.3580461 ], [ 119.9822674, 30.3576357 ], [ 119.9815206, 30.3533754 ], [ 119.9815293, 30.3527673 ], [ 119.9816759, 30.3520477 ], [ 119.9817444, 30.3517115 ], [ 119.9819219, 30.350985 ], [ 119.9821714, 30.3503026 ], [ 119.9826187, 30.349624 ], [ 119.9832724, 30.3488877 ], [ 119.9840194, 30.3481128 ], [ 119.984483, 30.3476021 ], [ 119.9847083, 30.347322 ], [ 119.9849376, 30.3468001 ], [ 119.9850234, 30.3463846 ], [ 119.9850395, 30.3457203 ], [ 119.9849989, 30.3450817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9851739, 30.3451276 ], [ 119.9852226, 30.3459519 ], [ 119.9852246, 30.3459865 ], [ 119.9851012, 30.3467642 ], [ 119.984833, 30.3473753 ], [ 119.9845809, 30.3477317 ], [ 119.9841261, 30.3482088 ], [ 119.9832997, 30.349071 ], [ 119.9827786, 30.3496792 ], [ 119.982278, 30.3504577 ], [ 119.982066, 30.3510435 ], [ 119.9819051, 30.3516293 ], [ 119.9816416, 30.3527701 ], [ 119.9816534, 30.3533438 ], [ 119.9817245, 30.3537315 ], [ 119.9824374, 30.3576164 ], [ 119.9825132, 30.3580434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798866, 30.3580517 ], [ 119.9798959, 30.3576832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798959, 30.3576832 ], [ 119.9798866, 30.3580517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9823469, 30.3580461 ], [ 119.9825132, 30.3580434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763277, 30.3580403 ], [ 119.9794646, 30.3580527 ], [ 119.9798866, 30.3580517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798866, 30.3580517 ], [ 119.9804986, 30.3580503 ], [ 119.9823469, 30.3580461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9825132, 30.3580434 ], [ 119.9825272, 30.3581223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9823619, 30.358123 ], [ 119.9823469, 30.3580461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763277, 30.3580403 ], [ 119.9763334, 30.3581478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763334, 30.3581478 ], [ 119.9763277, 30.3580403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798869, 30.3581606 ], [ 119.9798866, 30.3580517 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798866, 30.3580517 ], [ 119.9798869, 30.3581606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9825272, 30.3581223 ], [ 119.9823619, 30.358123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9823619, 30.358123 ], [ 119.9798869, 30.3581606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798869, 30.3581606 ], [ 119.9791306, 30.3581579 ], [ 119.9779238, 30.3581535 ], [ 119.9763334, 30.3581478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9825272, 30.3581223 ], [ 119.9827045, 30.3591219 ], [ 119.9829063, 30.3603856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "凤都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9827585, 30.3603872 ], [ 119.9825615, 30.359153 ], [ 119.9823619, 30.358123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763334, 30.3581478 ], [ 119.976372, 30.3597163 ], [ 119.9763889, 30.3604015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983783, 30.3481307 ], [ 119.9970231, 30.3478213 ], [ 119.9951563, 30.3473951 ], [ 119.99364, 30.3470525 ], [ 119.9929209, 30.3468882 ], [ 119.9914364, 30.346549 ], [ 119.9912527, 30.3465047 ], [ 119.9907658, 30.3463904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983121, 30.347907 ], [ 119.9985971, 30.3479937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9983783, 30.3481307 ], [ 119.9983121, 30.347907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "良睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985971, 30.3479937 ], [ 119.9986141, 30.3481768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9986141, 30.3481768 ], [ 119.9983783, 30.3481307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9985971, 30.3479937 ], [ 120.0003362, 30.3482433 ], [ 120.0015864, 30.3484245 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.983686, 30.370327 ], [ 119.9838749, 30.3703916 ], [ 119.9840428, 30.3704196 ], [ 119.9842905, 30.3704551 ], [ 119.9844466, 30.3704834 ], [ 119.9847159, 30.3705287 ], [ 119.984832, 30.3705671 ], [ 119.9849232, 30.3705972 ], [ 119.9851834, 30.3707208 ], [ 119.9857231, 30.3709314 ], [ 119.9860988, 30.3710463 ], [ 119.9861795, 30.371071 ], [ 119.9866209, 30.371168 ], [ 119.9871399, 30.3712503 ], [ 119.9875372, 30.371279 ], [ 119.9876346, 30.3712782 ], [ 119.9887243, 30.3712631 ], [ 119.9894212, 30.3712725 ], [ 119.9897276, 30.3713014 ], [ 119.9899071, 30.3713169 ], [ 119.9900306, 30.3713217 ], [ 119.9903547, 30.3713143 ], [ 119.9907223, 30.3713143 ], [ 119.9908142, 30.3713589 ], [ 119.9909233, 30.3714431 ], [ 119.9910898, 30.3717008 ], [ 119.9912622, 30.3718098 ], [ 119.9914747, 30.3719138 ], [ 119.9920088, 30.3721467 ], [ 119.9921323, 30.3722559 ], [ 119.9922631, 30.3724221 ], [ 119.992794, 30.3730969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992794, 30.3730969 ], [ 119.9922631, 30.3724221 ], [ 119.9921323, 30.3722559 ], [ 119.9920088, 30.3721467 ], [ 119.9914747, 30.3719138 ], [ 119.9912622, 30.3718098 ], [ 119.9910898, 30.3717008 ], [ 119.9909233, 30.3714431 ], [ 119.9908142, 30.3713589 ], [ 119.9907223, 30.3713143 ], [ 119.9903547, 30.3713143 ], [ 119.9900306, 30.3713217 ], [ 119.9899071, 30.3713169 ], [ 119.9897276, 30.3713014 ], [ 119.9894212, 30.3712725 ], [ 119.9887243, 30.3712631 ], [ 119.9876346, 30.3712782 ], [ 119.9875372, 30.371279 ], [ 119.9871399, 30.3712503 ], [ 119.9866209, 30.371168 ], [ 119.9861795, 30.371071 ], [ 119.9860988, 30.3710463 ], [ 119.9857231, 30.3709314 ], [ 119.9851834, 30.3707208 ], [ 119.9849232, 30.3705972 ], [ 119.984832, 30.3705671 ], [ 119.9847159, 30.3705287 ], [ 119.9844466, 30.3704834 ], [ 119.9842905, 30.3704551 ], [ 119.9840428, 30.3704196 ], [ 119.9838749, 30.3703916 ], [ 119.983686, 30.370327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9941866, 30.3739081 ], [ 119.9932249, 30.3734547 ], [ 119.9931632, 30.3734252 ], [ 119.9929504, 30.3732476 ], [ 119.992794, 30.3730969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 119.992794, 30.3730969 ], [ 119.9929504, 30.3732476 ], [ 119.9931632, 30.3734252 ], [ 119.9932249, 30.3734547 ], [ 119.9941866, 30.3739081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763889, 30.3604015 ], [ 119.976372, 30.3597163 ], [ 119.9763334, 30.3581478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9798869, 30.3581606 ], [ 119.9799319, 30.3604169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799319, 30.3604169 ], [ 119.9798869, 30.3581606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9827585, 30.3603872 ], [ 119.9829063, 30.3603856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9829063, 30.3603856 ], [ 119.9827585, 30.3603872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799319, 30.3604169 ], [ 119.9827585, 30.3603872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9827585, 30.3603872 ], [ 119.9799319, 30.3604169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9763889, 30.3604015 ], [ 119.9779136, 30.3604081 ], [ 119.9799319, 30.3604169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799319, 30.3604169 ], [ 119.9779136, 30.3604081 ], [ 119.9763889, 30.3604015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9799319, 30.3604169 ], [ 119.9799297, 30.3613415 ], [ 119.9799337, 30.3616023 ], [ 119.9799665, 30.3647061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9660085, 30.3581811 ], [ 119.9661129, 30.3620914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9630984, 30.3642665 ], [ 119.9629704, 30.3642644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9629704, 30.3642644 ], [ 119.9630984, 30.3642665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9687806, 30.3643617 ], [ 119.9630984, 30.3642665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9630984, 30.3642665 ], [ 119.9687806, 30.3643617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9631133, 30.3664796 ], [ 119.9630984, 30.3642665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9630984, 30.3642665 ], [ 119.9631133, 30.3664796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9602997, 30.3664597 ], [ 119.9611149, 30.3664655 ], [ 119.9631133, 30.3664796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9631133, 30.3664796 ], [ 119.9611149, 30.3664655 ], [ 119.9602997, 30.3664597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 119.9631133, 30.3664796 ], [ 119.9662298, 30.3665017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "厚仁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.069515, 30.3400747 ], [ 120.0706074, 30.3389934 ], [ 120.0708126, 30.3387909 ], [ 120.0710607, 30.3385466 ], [ 120.0720397, 30.3375628 ], [ 120.072277, 30.337329 ], [ 120.0725003, 30.3371195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "池华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751329, 30.3392224 ], [ 120.0738311, 30.3381372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0671392, 30.3377595 ], [ 120.0675281, 30.3383151 ], [ 120.0678353, 30.33863 ], [ 120.068711, 30.3393985 ], [ 120.069515, 30.3400747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金蓬街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.069515, 30.3400747 ], [ 120.068711, 30.3393985 ], [ 120.0678353, 30.33863 ], [ 120.0675281, 30.3383151 ], [ 120.0671392, 30.3377595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738848, 30.3408648 ], [ 120.0739145, 30.3408337 ], [ 120.0743503, 30.3402574 ], [ 120.0744637, 30.3401073 ], [ 120.0751329, 30.3392224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩池路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751329, 30.3392224 ], [ 120.0744637, 30.3401073 ], [ 120.0743503, 30.3402574 ], [ 120.0739145, 30.3408337 ], [ 120.0738848, 30.3408648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0661309, 30.3389331 ], [ 120.0690217, 30.3414746 ], [ 120.0701085, 30.3424146 ], [ 120.0704537, 30.3427064 ], [ 120.0711937, 30.3434042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0711023, 30.3434752 ], [ 120.0703435, 30.342803 ], [ 120.070006, 30.3424936 ], [ 120.0693228, 30.3418857 ], [ 120.0660284, 30.3390429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金蓬街", "墩池路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738848, 30.3408648 ], [ 120.0723479, 30.342533 ], [ 120.0713234, 30.3416439 ], [ 120.0710694, 30.3414235 ], [ 120.069515, 30.3400747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金蓬街", "墩池路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.069515, 30.3400747 ], [ 120.0710694, 30.3414235 ], [ 120.0713234, 30.3416439 ], [ 120.0723479, 30.342533 ], [ 120.0738848, 30.3408648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621885, 30.3435221 ], [ 120.0620468, 30.3428679 ], [ 120.0619894, 30.3426027 ], [ 120.0619511, 30.3422368 ], [ 120.0619379, 30.3420281 ], [ 120.061931, 30.3419182 ], [ 120.0619143, 30.3414498 ], [ 120.0619477, 30.3410462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0619477, 30.3410462 ], [ 120.0619143, 30.3414498 ], [ 120.061931, 30.3419182 ], [ 120.0619379, 30.3420281 ], [ 120.0619511, 30.3422368 ], [ 120.0619894, 30.3426027 ], [ 120.0620468, 30.3428679 ], [ 120.0621885, 30.3435221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647793, 30.3435979 ], [ 120.0648667, 30.3424468 ], [ 120.0648784, 30.3422929 ], [ 120.0650061, 30.3411232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0650061, 30.3411232 ], [ 120.0648784, 30.3422929 ], [ 120.0648667, 30.3424468 ], [ 120.0647793, 30.3435979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0591514, 30.3435592 ], [ 120.0590716, 30.3431042 ], [ 120.0589675, 30.342267 ], [ 120.0589124, 30.3418243 ], [ 120.0588461, 30.3413709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0589885, 30.3413596 ], [ 120.0592985, 30.34341 ], [ 120.05934, 30.3435908 ], [ 120.0594062, 30.3438912 ], [ 120.0594486, 30.3440809 ], [ 120.0596059, 30.3445766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621885, 30.3435221 ], [ 120.0628578, 30.3435035 ], [ 120.0647793, 30.3435979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062227, 30.3436502 ], [ 120.0621885, 30.3435221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0621885, 30.3435221 ], [ 120.062227, 30.3436502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647793, 30.3435979 ], [ 120.0647374, 30.3437124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0941913, 30.3401595 ], [ 120.0937992, 30.3405738 ], [ 120.0934472, 30.3409598 ], [ 120.0931622, 30.3413205 ], [ 120.0929588, 30.341605 ], [ 120.0927042, 30.3419903 ], [ 120.0923616, 30.3425648 ], [ 120.0923125, 30.3426533 ], [ 120.0919947, 30.3432253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家渡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0870727, 30.3406049 ], [ 120.0878716, 30.3410505 ], [ 120.0883697, 30.3413283 ], [ 120.088888, 30.3416174 ], [ 120.0900096, 30.342243 ], [ 120.090293, 30.3423844 ], [ 120.0917206, 30.3430965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金家渡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0917206, 30.3430965 ], [ 120.090293, 30.3423844 ], [ 120.0900096, 30.342243 ], [ 120.088888, 30.3416174 ], [ 120.0883697, 30.3413283 ], [ 120.0878716, 30.3410505 ], [ 120.0870727, 30.3406049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919947, 30.3432253 ], [ 120.0917206, 30.3430965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0917206, 30.3430965 ], [ 120.0919947, 30.3432253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0906641, 30.3446277 ], [ 120.0907373, 30.3444495 ], [ 120.0908759, 30.3442361 ], [ 120.0915715, 30.3431648 ], [ 120.0917206, 30.3430965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919947, 30.3432253 ], [ 120.0920363, 30.3432525 ], [ 120.0925568, 30.3434791 ], [ 120.0941025, 30.3441519 ], [ 120.0953498, 30.3447061 ], [ 120.0954157, 30.344737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0954157, 30.344737 ], [ 120.0953498, 30.3447061 ], [ 120.0941025, 30.3441519 ], [ 120.0925568, 30.3434791 ], [ 120.0920363, 30.3432525 ], [ 120.0919947, 30.3432253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0901514, 30.3453754 ], [ 120.0902357, 30.3452738 ], [ 120.0906496, 30.3447752 ], [ 120.0911074, 30.344155 ], [ 120.0917206, 30.3430965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919947, 30.3432253 ], [ 120.0914179, 30.3442427 ], [ 120.0910078, 30.3448032 ], [ 120.0904815, 30.3455202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647374, 30.3437124 ], [ 120.0647793, 30.3435979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647374, 30.3437124 ], [ 120.063946, 30.3436782 ], [ 120.0628778, 30.343632 ], [ 120.0628333, 30.3436332 ], [ 120.062227, 30.3436502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0596059, 30.3445766 ], [ 120.0598894, 30.3443611 ], [ 120.0601441, 30.3442169 ], [ 120.0607453, 30.3439142 ], [ 120.0608572, 30.3438707 ], [ 120.0613381, 30.3436836 ], [ 120.0619978, 30.3435323 ], [ 120.0621885, 30.3435221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594284, 30.3446953 ], [ 120.0592294, 30.3439213 ], [ 120.0591652, 30.343638 ], [ 120.0591514, 30.3435592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062227, 30.3436502 ], [ 120.0618558, 30.3437052 ], [ 120.0613381, 30.3438133 ], [ 120.0612368, 30.3438506 ], [ 120.0608288, 30.3440007 ], [ 120.060193, 30.3443704 ], [ 120.0599187, 30.3445339 ], [ 120.059671, 30.3447303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647374, 30.3437124 ], [ 120.0647281, 30.3440583 ], [ 120.0647431, 30.344324 ], [ 120.0647515, 30.3444727 ], [ 120.0647949, 30.344887 ], [ 120.0648565, 30.3451793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648565, 30.3451793 ], [ 120.0647949, 30.344887 ], [ 120.0647515, 30.3444727 ], [ 120.0647431, 30.344324 ], [ 120.0647281, 30.3440583 ], [ 120.0647374, 30.3437124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594284, 30.3446953 ], [ 120.0596059, 30.3445766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0596059, 30.3445766 ], [ 120.059671, 30.3447303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062227, 30.3436502 ], [ 120.0624715, 30.3446769 ], [ 120.0625241, 30.3448979 ], [ 120.0627504, 30.3458481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0760284, 30.3424718 ], [ 120.0738848, 30.3408648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738848, 30.3408648 ], [ 120.0760284, 30.3424718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朱家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0848442, 30.343421 ], [ 120.0850896, 30.3430455 ], [ 120.0855947, 30.3422506 ], [ 120.085872, 30.3418478 ], [ 120.086143, 30.3415089 ], [ 120.0865709, 30.3410569 ], [ 120.0870727, 30.3406049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朱家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0870727, 30.3406049 ], [ 120.0865709, 30.3410569 ], [ 120.086143, 30.3415089 ], [ 120.085872, 30.3418478 ], [ 120.0855947, 30.3422506 ], [ 120.0850896, 30.3430455 ], [ 120.0848442, 30.343421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.079279, 30.3413742 ], [ 120.0804817, 30.3418192 ], [ 120.0822032, 30.3424573 ], [ 120.0827322, 30.3426583 ], [ 120.0836697, 30.3429981 ], [ 120.0843325, 30.3432335 ], [ 120.0846597, 30.3433563 ], [ 120.0848442, 30.343421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0772274, 30.3435021 ], [ 120.077474, 30.3432272 ], [ 120.0779287, 30.3427357 ], [ 120.0784438, 30.3421789 ], [ 120.0786887, 30.3419174 ], [ 120.0787429, 30.3418608 ], [ 120.0790719, 30.3414885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0791989, 30.3415306 ], [ 120.0789282, 30.3418587 ], [ 120.0785381, 30.3422967 ], [ 120.078381, 30.3424641 ], [ 120.0774175, 30.3434911 ], [ 120.0773297, 30.3435911 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0900585, 30.3455124 ], [ 120.0873468, 30.3444991 ], [ 120.0846003, 30.3434778 ], [ 120.0842732, 30.3433569 ], [ 120.0812861, 30.3422541 ], [ 120.0806837, 30.3420355 ], [ 120.0802972, 30.3419255 ], [ 120.0791989, 30.3415306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0773297, 30.3435911 ], [ 120.0771986, 30.3438403 ], [ 120.0761601, 30.3450099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030446, 30.3254904 ], [ 120.1029474, 30.3256208 ], [ 120.1028922, 30.3257089 ], [ 120.1028257, 30.3258424 ], [ 120.1027861, 30.325941 ], [ 120.1027435, 30.3260856 ], [ 120.1027069, 30.3262596 ], [ 120.102593, 30.32656 ], [ 120.1022246, 30.3280368 ], [ 120.1019609, 30.3290825 ], [ 120.1018718, 30.3294488 ], [ 120.1018064, 30.3297117 ], [ 120.101699, 30.3300559 ], [ 120.1015401, 30.3304678 ], [ 120.1012913, 30.3310468 ], [ 120.1008004, 30.3320693 ], [ 120.100358, 30.3329982 ], [ 120.1002578, 30.3331873 ], [ 120.100125, 30.3334329 ], [ 120.0999578, 30.3336986 ], [ 120.0998092, 30.3339092 ], [ 120.0996802, 30.3340902 ], [ 120.0994752, 30.3343549 ], [ 120.0993408, 30.3345126 ], [ 120.0991654, 30.3347067 ], [ 120.0991174, 30.3347545 ], [ 120.0990117, 30.3348596 ], [ 120.0988731, 30.3349961 ], [ 120.0982344, 30.3356002 ], [ 120.0981464, 30.3356859 ], [ 120.0977616, 30.3360531 ], [ 120.0974872, 30.3363248 ], [ 120.0972321, 30.3365988 ], [ 120.0969981, 30.3368657 ], [ 120.096454, 30.3374991 ], [ 120.0962574, 30.3377374 ], [ 120.0960529, 30.3379811 ], [ 120.0957955, 30.3382717 ], [ 120.095463, 30.3386505 ], [ 120.0950522, 30.3391298 ], [ 120.0945109, 30.3397491 ], [ 120.0943012, 30.3399832 ], [ 120.093904, 30.3404268 ], [ 120.0935952, 30.3407567 ], [ 120.0933479, 30.3410494 ], [ 120.0931605, 30.3412885 ], [ 120.0929669, 30.3415542 ], [ 120.0927214, 30.3419208 ], [ 120.0923494, 30.3425128 ], [ 120.0921737, 30.342816 ], [ 120.0920158, 30.3430905 ], [ 120.0917734, 30.3434974 ], [ 120.0914354, 30.3440808 ], [ 120.0912708, 30.3443379 ], [ 120.0910974, 30.3445721 ], [ 120.0908149, 30.3449386 ], [ 120.0901278, 30.345879 ], [ 120.0897075, 30.3464087 ], [ 120.0891649, 30.3470439 ], [ 120.0885934, 30.3477924 ], [ 120.0880997, 30.3484257 ], [ 120.0870678, 30.3497345 ], [ 120.0864785, 30.3504752 ], [ 120.0860716, 30.3510145 ], [ 120.085609, 30.3516132 ], [ 120.0848752, 30.3524959 ], [ 120.0846512, 30.3527333 ], [ 120.0844949, 30.3528989 ], [ 120.0842609, 30.353127 ], [ 120.0840289, 30.3533337 ], [ 120.0835432, 30.353759 ], [ 120.0828648, 30.3543401 ], [ 120.0821465, 30.3549618 ], [ 120.0816395, 30.3553878 ], [ 120.0809813, 30.3559175 ], [ 120.0804587, 30.3563607 ], [ 120.0798582, 30.3569268 ], [ 120.0794994, 30.3572708 ], [ 120.0787374, 30.3580014 ], [ 120.0778857, 30.3588131 ], [ 120.0743741, 30.3620782 ], [ 120.0740803, 30.3623594 ], [ 120.0738118, 30.3625924 ], [ 120.0735272, 30.3627945 ], [ 120.073262, 30.362976 ], [ 120.0729568, 30.3631628 ], [ 120.0726835, 30.3633126 ], [ 120.0723996, 30.3634624 ], [ 120.0716235, 30.3638289 ], [ 120.070883, 30.3641743 ], [ 120.0707108, 30.3642495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "莫干山高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0705878, 30.3641443 ], [ 120.0716757, 30.3636424 ], [ 120.0720791, 30.3634593 ], [ 120.0722848, 30.3633603 ], [ 120.0724799, 30.3632643 ], [ 120.0726601, 30.3631656 ], [ 120.0728333, 30.3630668 ], [ 120.0731627, 30.3628693 ], [ 120.07342, 30.3626944 ], [ 120.0737164, 30.3624792 ], [ 120.0739966, 30.362243 ], [ 120.074264, 30.3620002 ], [ 120.0785061, 30.3580477 ], [ 120.0799934, 30.3566245 ], [ 120.0802387, 30.3563898 ], [ 120.0822678, 30.3546738 ], [ 120.0834365, 30.3536846 ], [ 120.0839282, 30.3532633 ], [ 120.0841661, 30.3530389 ], [ 120.0842228, 30.352981 ], [ 120.0845044, 30.3527014 ], [ 120.0847235, 30.352451 ], [ 120.0850076, 30.3521033 ], [ 120.0852567, 30.3517917 ], [ 120.0858323, 30.3510775 ], [ 120.0870361, 30.3495313 ], [ 120.0889687, 30.3470704 ], [ 120.0898892, 30.3459004 ], [ 120.0905731, 30.3450226 ], [ 120.091072, 30.3443187 ], [ 120.0915371, 30.343574 ], [ 120.0924897, 30.3420466 ], [ 120.0926764, 30.3417472 ], [ 120.092827, 30.3415311 ], [ 120.0929899, 30.3413149 ], [ 120.0931929, 30.3410527 ], [ 120.0934268, 30.3407798 ], [ 120.0939438, 30.3402287 ], [ 120.0959497, 30.3379415 ], [ 120.0968472, 30.3368862 ], [ 120.0970852, 30.3366149 ], [ 120.0973862, 30.3362962 ], [ 120.0976544, 30.3360222 ], [ 120.0980559, 30.3356377 ], [ 120.0989405, 30.3347963 ], [ 120.0991234, 30.3346137 ], [ 120.0992671, 30.3344515 ], [ 120.0994472, 30.3342351 ], [ 120.0996263, 30.3339875 ], [ 120.099733, 30.3338341 ], [ 120.0998782, 30.3336075 ], [ 120.0999913, 30.3334195 ], [ 120.1001991, 30.3330527 ], [ 120.1003728, 30.332711 ], [ 120.100689, 30.3320437 ], [ 120.1011905, 30.3309965 ], [ 120.1013497, 30.3307159 ], [ 120.1015257, 30.3302952 ], [ 120.1016367, 30.3300081 ], [ 120.1017349, 30.3296919 ], [ 120.1018007, 30.329403 ], [ 120.1020343, 30.3284422 ], [ 120.1023261, 30.3272848 ], [ 120.102598, 30.3261641 ], [ 120.1026171, 30.3260673 ], [ 120.1026392, 30.3259273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735265, 30.347559 ], [ 120.0736974, 30.3472067 ], [ 120.0754515, 30.3452971 ], [ 120.0761435, 30.344524 ], [ 120.0769053, 30.3436675 ], [ 120.0772274, 30.3435021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735265, 30.347559 ], [ 120.073805, 30.3472146 ], [ 120.0757873, 30.3450264 ], [ 120.0769839, 30.3437736 ], [ 120.0772274, 30.3435021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0773297, 30.3435911 ], [ 120.0759739, 30.3450363 ], [ 120.0739364, 30.3472896 ], [ 120.0734746, 30.3478516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761601, 30.3450099 ], [ 120.0756778, 30.3455393 ], [ 120.0755823, 30.3456416 ], [ 120.0739451, 30.3473957 ], [ 120.0734746, 30.3478516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0761601, 30.3450099 ], [ 120.0775718, 30.3455268 ], [ 120.0815991, 30.3469788 ], [ 120.0818379, 30.3470692 ], [ 120.0839966, 30.3479556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0839966, 30.3479556 ], [ 120.0818379, 30.3470692 ], [ 120.0815991, 30.3469788 ], [ 120.0775718, 30.3455268 ], [ 120.0761601, 30.3450099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0839966, 30.3479556 ], [ 120.0852935, 30.3484494 ], [ 120.0863151, 30.3487945 ], [ 120.0869007, 30.3490339 ], [ 120.0871815, 30.3492139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871815, 30.3492139 ], [ 120.0869007, 30.3490339 ], [ 120.0863151, 30.3487945 ], [ 120.0852935, 30.3484494 ], [ 120.0839966, 30.3479556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0839966, 30.3479556 ], [ 120.0829715, 30.3498496 ], [ 120.0826669, 30.350232 ], [ 120.0819125, 30.3509782 ], [ 120.0808194, 30.3500391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0711937, 30.3434042 ], [ 120.0712683, 30.3434746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0711023, 30.3434752 ], [ 120.0711937, 30.3434042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0712683, 30.3434746 ], [ 120.0711718, 30.3435368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0711718, 30.3435368 ], [ 120.0711023, 30.3434752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692031, 30.3453765 ], [ 120.0697929, 30.3449583 ], [ 120.0703417, 30.3442744 ], [ 120.070699, 30.3438232 ], [ 120.0711023, 30.3434752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647793, 30.3435979 ], [ 120.0650142, 30.3435908 ], [ 120.066075, 30.3436461 ], [ 120.0662438, 30.3436549 ], [ 120.0667817, 30.3437091 ], [ 120.0673332, 30.3438812 ], [ 120.0676729, 30.3440358 ], [ 120.0679483, 30.3441939 ], [ 120.0683313, 30.3444958 ], [ 120.0687322, 30.3448847 ], [ 120.0692031, 30.3453765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0711718, 30.3435368 ], [ 120.0710143, 30.3436556 ], [ 120.0705825, 30.3441271 ], [ 120.0702781, 30.3445358 ], [ 120.0698365, 30.3450532 ], [ 120.0695044, 30.3453131 ], [ 120.0692693, 30.3454456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0690837, 30.3454673 ], [ 120.0686255, 30.345007 ], [ 120.0681494, 30.3445562 ], [ 120.068008, 30.3444379 ], [ 120.0678463, 30.344312 ], [ 120.0676171, 30.3441805 ], [ 120.0673838, 30.3440681 ], [ 120.0670789, 30.3439376 ], [ 120.0666722, 30.343838 ], [ 120.0662807, 30.3437893 ], [ 120.065955, 30.3437659 ], [ 120.0647374, 30.3437124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0712683, 30.3434746 ], [ 120.0733366, 30.3452902 ], [ 120.0710325, 30.3471948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709809, 30.3471425 ], [ 120.0731628, 30.3452961 ], [ 120.0730674, 30.3452166 ], [ 120.0711718, 30.3435368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627504, 30.3458481 ], [ 120.0625241, 30.3448979 ], [ 120.0624715, 30.3446769 ], [ 120.062227, 30.3436502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594987, 30.344867 ], [ 120.0594284, 30.3446953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.059671, 30.3447303 ], [ 120.0594987, 30.344867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648565, 30.3451793 ], [ 120.0627504, 30.3458481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627504, 30.3458481 ], [ 120.0648565, 30.3451793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.059671, 30.3447303 ], [ 120.0597942, 30.3450649 ], [ 120.0600376, 30.345476 ], [ 120.0601696, 30.3456672 ], [ 120.060204, 30.345717 ], [ 120.060352, 30.3459213 ], [ 120.060531, 30.3461281 ], [ 120.0608533, 30.3464617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0606768, 30.3465103 ], [ 120.0603373, 30.3461419 ], [ 120.0602387, 30.3460175 ], [ 120.0601904, 30.3459565 ], [ 120.0600435, 30.3457579 ], [ 120.0598592, 30.3454866 ], [ 120.0596749, 30.3451722 ], [ 120.0594987, 30.344867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0648565, 30.3451793 ], [ 120.0648822, 30.3453407 ], [ 120.065027, 30.345836 ], [ 120.0650502, 30.3459351 ], [ 120.0650872, 30.3461109 ], [ 120.0651573, 30.3464434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651573, 30.3464434 ], [ 120.0650872, 30.3461109 ], [ 120.0650502, 30.3459351 ], [ 120.065027, 30.345836 ], [ 120.0648822, 30.3453407 ], [ 120.0648565, 30.3451793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580768, 30.3471105 ], [ 120.0581652, 30.3466668 ], [ 120.0583823, 30.3460832 ], [ 120.0585539, 30.3457664 ], [ 120.0586829, 30.3455283 ], [ 120.059042, 30.3450383 ], [ 120.0592924, 30.3447861 ], [ 120.0594284, 30.3446953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0848442, 30.343421 ], [ 120.0854175, 30.3436312 ], [ 120.0872127, 30.344317 ], [ 120.0901514, 30.3453754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0955851, 30.3448164 ], [ 120.0955302, 30.3447907 ], [ 120.0954157, 30.344737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0954157, 30.344737 ], [ 120.0955302, 30.3447907 ], [ 120.0955851, 30.3448164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992024, 30.3454555 ], [ 120.0971134, 30.3453614 ], [ 120.0965576, 30.3452113 ], [ 120.0960821, 30.3450495 ], [ 120.0955851, 30.3448164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0955851, 30.3448164 ], [ 120.0960821, 30.3450495 ], [ 120.0965576, 30.3452113 ], [ 120.0971134, 30.3453614 ], [ 120.0992024, 30.3454555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0900585, 30.3455124 ], [ 120.0901514, 30.3453754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0901514, 30.3453754 ], [ 120.0904815, 30.3455202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903866, 30.3456601 ], [ 120.0900585, 30.3455124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0904815, 30.3455202 ], [ 120.0903866, 30.3456601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0943292, 30.3474271 ], [ 120.0954157, 30.344737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692031, 30.3453765 ], [ 120.0692693, 30.3454456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0690837, 30.3454673 ], [ 120.0692031, 30.3453765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692693, 30.3454456 ], [ 120.069137, 30.3455208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.069137, 30.3455208 ], [ 120.0690837, 30.3454673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651573, 30.3464434 ], [ 120.0675747, 30.3459113 ], [ 120.0677062, 30.3458795 ], [ 120.0687341, 30.345631 ], [ 120.0690837, 30.3454673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.069137, 30.3455208 ], [ 120.0689519, 30.3455948 ], [ 120.0686826, 30.3456952 ], [ 120.0676227, 30.3460044 ], [ 120.0667031, 30.3462225 ], [ 120.0656873, 30.3464465 ], [ 120.0651814, 30.3465581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692693, 30.3454456 ], [ 120.0699185, 30.3460892 ], [ 120.0709809, 30.3471425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0708707, 30.3472377 ], [ 120.0702134, 30.3465868 ], [ 120.069137, 30.3455208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709809, 30.3471425 ], [ 120.0710325, 30.3471948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0708707, 30.3472377 ], [ 120.0709809, 30.3471425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云创街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374697, 30.3397617 ], [ 120.037448, 30.3366428 ], [ 120.0374475, 30.3363948 ], [ 120.037448, 30.3362608 ], [ 120.0374496, 30.3361717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "云涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026447, 30.3412418 ], [ 120.0264578, 30.3400147 ], [ 120.0264635, 30.3396991 ], [ 120.026474, 30.3381187 ], [ 120.026483, 30.3367775 ], [ 120.0264837, 30.3366849 ], [ 120.0264848, 30.3365541 ], [ 120.0264951, 30.335277 ], [ 120.0264972, 30.3350208 ], [ 120.0264982, 30.334896 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "荆大线", "太平新桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0164584, 30.34842 ], [ 120.0165317, 30.348442 ], [ 120.016599, 30.3484622 ], [ 120.0167088, 30.348472 ], [ 120.0168367, 30.3484766 ], [ 120.0169632, 30.3484751 ], [ 120.0171183, 30.3484728 ], [ 120.0172588, 30.3484619 ], [ 120.0175151, 30.3484268 ], [ 120.0176807, 30.3483803 ], [ 120.0178294, 30.3483339 ], [ 120.0181655, 30.3482096 ], [ 120.0183913, 30.3481372 ], [ 120.0185222, 30.3481015 ], [ 120.0186259, 30.3480774 ], [ 120.0188278, 30.3480533 ], [ 120.0193107, 30.348021 ], [ 120.0193746, 30.3480237 ], [ 120.0195302, 30.3480303 ], [ 120.0196646, 30.348036 ], [ 120.020401, 30.3480206 ], [ 120.0205576, 30.3480288 ], [ 120.0206803, 30.3480429 ], [ 120.0212535, 30.3482535 ], [ 120.0213079, 30.3482688 ], [ 120.0214755, 30.3483057 ], [ 120.0216349, 30.3483016 ], [ 120.0218186, 30.3482539 ], [ 120.0224163, 30.3480778 ], [ 120.0226863, 30.3480079 ], [ 120.0246814, 30.348042 ], [ 120.026021, 30.3480779 ], [ 120.0261471, 30.3480812 ], [ 120.0270312, 30.3481049 ], [ 120.0278925, 30.3481281 ], [ 120.0303608, 30.3482061 ], [ 120.0317258, 30.3482446 ], [ 120.0317956, 30.3482466 ], [ 120.0320989, 30.3482551 ], [ 120.0322471, 30.3482593 ], [ 120.0323504, 30.3482625 ], [ 120.0333143, 30.3482919 ], [ 120.0339055, 30.34831 ], [ 120.0342753, 30.3483213 ], [ 120.0343307, 30.348323 ], [ 120.0347676, 30.34831 ], [ 120.0348832, 30.3482767 ], [ 120.0349745, 30.3482321 ], [ 120.0350759, 30.3481263 ], [ 120.0351375, 30.3479806 ], [ 120.0351626, 30.3477341 ], [ 120.0351889, 30.3474756 ], [ 120.03523, 30.3470719 ], [ 120.0352452, 30.3469367 ], [ 120.035249, 30.3468832 ], [ 120.0352495, 30.3466206 ], [ 120.0352499, 30.3464461 ], [ 120.0352112, 30.3462457 ], [ 120.0351561, 30.3459916 ], [ 120.0349083, 30.3450945 ], [ 120.0345141, 30.3437279 ], [ 120.034071, 30.3421916 ], [ 120.0340041, 30.3419375 ], [ 120.0338015, 30.3413002 ], [ 120.033657, 30.3408423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "荆大线", "太平新桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.033657, 30.3408423 ], [ 120.0338015, 30.3413002 ], [ 120.0340041, 30.3419375 ], [ 120.034071, 30.3421916 ], [ 120.0345141, 30.3437279 ], [ 120.0349083, 30.3450945 ], [ 120.0351561, 30.3459916 ], [ 120.0352112, 30.3462457 ], [ 120.0352499, 30.3464461 ], [ 120.0352495, 30.3466206 ], [ 120.035249, 30.3468832 ], [ 120.0352452, 30.3469367 ], [ 120.03523, 30.3470719 ], [ 120.0351889, 30.3474756 ], [ 120.0351626, 30.3477341 ], [ 120.0351375, 30.3479806 ], [ 120.0350759, 30.3481263 ], [ 120.0349745, 30.3482321 ], [ 120.0348832, 30.3482767 ], [ 120.0347676, 30.34831 ], [ 120.0343307, 30.348323 ], [ 120.0342753, 30.3483213 ], [ 120.0339055, 30.34831 ], [ 120.0333143, 30.3482919 ], [ 120.0323504, 30.3482625 ], [ 120.0322471, 30.3482593 ], [ 120.0320989, 30.3482551 ], [ 120.0317956, 30.3482466 ], [ 120.0317258, 30.3482446 ], [ 120.0303608, 30.3482061 ], [ 120.0278925, 30.3481281 ], [ 120.0270312, 30.3481049 ], [ 120.0261471, 30.3480812 ], [ 120.026021, 30.3480779 ], [ 120.0246814, 30.348042 ], [ 120.0226863, 30.3480079 ], [ 120.0224163, 30.3480778 ], [ 120.0218186, 30.3482539 ], [ 120.0216349, 30.3483016 ], [ 120.0214755, 30.3483057 ], [ 120.0213079, 30.3482688 ], [ 120.0212535, 30.3482535 ], [ 120.0206803, 30.3480429 ], [ 120.0205576, 30.3480288 ], [ 120.020401, 30.3480206 ], [ 120.0196646, 30.348036 ], [ 120.0195302, 30.3480303 ], [ 120.0193746, 30.3480237 ], [ 120.0193107, 30.348021 ], [ 120.0188278, 30.3480533 ], [ 120.0186259, 30.3480774 ], [ 120.0185222, 30.3481015 ], [ 120.0183913, 30.3481372 ], [ 120.0181655, 30.3482096 ], [ 120.0178294, 30.3483339 ], [ 120.0176807, 30.3483803 ], [ 120.0175151, 30.3484268 ], [ 120.0172588, 30.3484619 ], [ 120.0171183, 30.3484728 ], [ 120.0169632, 30.3484751 ], [ 120.0168367, 30.3484766 ], [ 120.0167088, 30.348472 ], [ 120.016599, 30.3484622 ], [ 120.0165317, 30.348442 ], [ 120.0164584, 30.34842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025696, 30.3539753 ], [ 120.0255998, 30.3526372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0258974, 30.3527835 ], [ 120.0259085, 30.3539903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025696, 30.3539753 ], [ 120.0259085, 30.3539903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0257485, 30.3542726 ], [ 120.0257476, 30.3541423 ], [ 120.0257004, 30.3540363 ], [ 120.025696, 30.3539753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0259085, 30.3539903 ], [ 120.02591, 30.3541559 ], [ 120.025916, 30.3542816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0259085, 30.3539903 ], [ 120.0263858, 30.3540414 ], [ 120.0335848, 30.3544487 ], [ 120.0348186, 30.3544626 ], [ 120.0374044, 30.354366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.018557, 30.3466764 ], [ 120.0185496, 30.3465675 ], [ 120.0185089, 30.346485 ], [ 120.0184243, 30.3463875 ], [ 120.0160974, 30.3455462 ], [ 120.0155417, 30.3453466 ], [ 120.0153508, 30.345278 ], [ 120.0118564, 30.3440226 ], [ 120.0107576, 30.3462459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0107576, 30.3462459 ], [ 120.0104311, 30.3461206 ], [ 120.0086338, 30.3454251 ], [ 120.0081057, 30.345237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0081057, 30.345237 ], [ 120.0086338, 30.3454251 ], [ 120.0104311, 30.3461206 ], [ 120.0107576, 30.3462459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七贤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0073151, 30.3490353 ], [ 120.0073265, 30.3489581 ], [ 120.0075194, 30.3481484 ], [ 120.0075414, 30.347883 ], [ 120.0075202, 30.3476037 ], [ 120.0074467, 30.347107 ], [ 120.007388, 30.346764 ], [ 120.0073843, 30.3464753 ], [ 120.0075005, 30.3458851 ], [ 120.0075331, 30.3455724 ], [ 120.0075875, 30.3454238 ], [ 120.0077651, 30.3453137 ], [ 120.0079773, 30.345247 ], [ 120.0081057, 30.345237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "七贤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0081057, 30.345237 ], [ 120.0079773, 30.345247 ], [ 120.0077651, 30.3453137 ], [ 120.0075875, 30.3454238 ], [ 120.0075331, 30.3455724 ], [ 120.0075005, 30.3458851 ], [ 120.0073843, 30.3464753 ], [ 120.007388, 30.346764 ], [ 120.0074467, 30.347107 ], [ 120.0075202, 30.3476037 ], [ 120.0075414, 30.347883 ], [ 120.0075194, 30.3481484 ], [ 120.0073265, 30.3489581 ], [ 120.0073151, 30.3490353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.016339, 30.3483973 ], [ 120.0162129, 30.3483671 ], [ 120.0145621, 30.3477328 ], [ 120.0141894, 30.3475871 ], [ 120.013864, 30.34746 ], [ 120.0107576, 30.3462459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0107576, 30.3462459 ], [ 120.013864, 30.34746 ], [ 120.0141894, 30.3475871 ], [ 120.0145621, 30.3477328 ], [ 120.0162129, 30.3483671 ], [ 120.016339, 30.3483973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浥浪桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.016339, 30.3483973 ], [ 120.0177499, 30.3473026 ], [ 120.018557, 30.3466764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浥浪桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.018557, 30.3466764 ], [ 120.018632, 30.3467509 ], [ 120.0169807, 30.348008 ], [ 120.0164584, 30.34842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0164584, 30.34842 ], [ 120.016339, 30.3483973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0582909, 30.3394085 ], [ 120.058014, 30.3388528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "来仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0568084, 30.3429265 ], [ 120.0570677, 30.3423962 ], [ 120.0575016, 30.3415089 ], [ 120.0576453, 30.3414469 ], [ 120.0577422, 30.3414456 ], [ 120.0579956, 30.3414534 ], [ 120.05807, 30.3414577 ], [ 120.0588461, 30.3413709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "来仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588461, 30.3413709 ], [ 120.05807, 30.3414577 ], [ 120.0579956, 30.3414534 ], [ 120.0577422, 30.3414456 ], [ 120.0576453, 30.3414469 ], [ 120.0575016, 30.3415089 ], [ 120.0570677, 30.3423962 ], [ 120.0568084, 30.3429265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0591514, 30.3435592 ], [ 120.0587761, 30.3436578 ], [ 120.0585735, 30.3437336 ], [ 120.0581324, 30.3438986 ], [ 120.0580895, 30.343931 ], [ 120.0580358, 30.3440236 ], [ 120.0579008, 30.3443172 ], [ 120.0573546, 30.345505 ], [ 120.0573546, 30.3455791 ], [ 120.0573707, 30.3456763 ], [ 120.0577301, 30.3468892 ], [ 120.0577623, 30.3469957 ], [ 120.0578535, 30.3470605 ], [ 120.0580768, 30.3471105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0580768, 30.3471105 ], [ 120.0578535, 30.3470605 ], [ 120.0577623, 30.3469957 ], [ 120.0577301, 30.3468892 ], [ 120.0573707, 30.3456763 ], [ 120.0573546, 30.3455791 ], [ 120.0573546, 30.345505 ], [ 120.0579008, 30.3443172 ], [ 120.0580358, 30.3440236 ], [ 120.0580895, 30.343931 ], [ 120.0581324, 30.3438986 ], [ 120.0585735, 30.3437336 ], [ 120.0587761, 30.3436578 ], [ 120.0591514, 30.3435592 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474667, 30.3571858 ], [ 120.0474729, 30.3549535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474729, 30.3549535 ], [ 120.0474667, 30.3571858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0537429, 30.3572612 ], [ 120.0536128, 30.3571439 ], [ 120.0474667, 30.3571858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474667, 30.3571858 ], [ 120.0475646, 30.3573187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "立新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0473982, 30.3573189 ], [ 120.0474667, 30.3571858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.016339, 30.3483973 ], [ 120.0164584, 30.34842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0015864, 30.3484245 ], [ 120.0017307, 30.348423 ], [ 120.0023794, 30.3484798 ], [ 120.0030736, 30.3485325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0015864, 30.3484245 ], [ 120.0024444, 30.3485488 ], [ 120.0073151, 30.3490353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071457, 30.3492852 ], [ 120.0049822, 30.3490312 ], [ 120.0001907, 30.3484384 ], [ 119.9986141, 30.3481768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0072808, 30.3493985 ], [ 120.0062799, 30.3494423 ], [ 120.0061848, 30.3494316 ], [ 120.0054538, 30.3493497 ], [ 120.0049483, 30.3492999 ], [ 120.003836, 30.3491902 ], [ 120.0024319, 30.3490192 ], [ 120.0016923, 30.348801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0072841, 30.3493015 ], [ 120.0072888, 30.3491491 ], [ 120.0073151, 30.3490353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0073151, 30.3490353 ], [ 120.0073129, 30.349153 ], [ 120.0073081, 30.3493043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0071457, 30.3492852 ], [ 120.0060612, 30.3492925 ], [ 120.0053256, 30.3492148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0072841, 30.3493015 ], [ 120.0071457, 30.3492852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0073081, 30.3493043 ], [ 120.0072841, 30.3493015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0078624, 30.3493937 ], [ 120.0073081, 30.3493043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0072808, 30.3493985 ], [ 120.0072841, 30.3493015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0073081, 30.3493043 ], [ 120.0073063, 30.3493982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0078624, 30.3493937 ], [ 120.0073063, 30.3493982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0073063, 30.3493982 ], [ 120.0072808, 30.3493985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "浥浪桥", "浥浪桥路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0135077, 30.3505759 ], [ 120.0136238, 30.3504865 ], [ 120.0147306, 30.3496548 ], [ 120.014822, 30.3495849 ], [ 120.0152449, 30.3492504 ], [ 120.0155398, 30.3490205 ], [ 120.016339, 30.3483973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "浥浪桥", "浥浪桥路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0164584, 30.34842 ], [ 120.0155167, 30.349143 ], [ 120.01531, 30.3493017 ], [ 120.014874, 30.3496325 ], [ 120.014786, 30.3496971 ], [ 120.0141416, 30.3501986 ], [ 120.0136133, 30.3506101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0073151, 30.3490353 ], [ 120.0085069, 30.3492481 ], [ 120.0092941, 30.3494136 ], [ 120.0098194, 30.3495315 ], [ 120.0102892, 30.3496369 ], [ 120.0111422, 30.3498483 ], [ 120.0113165, 30.3498915 ], [ 120.0120447, 30.3501045 ], [ 120.0128574, 30.3503649 ], [ 120.0135077, 30.3505759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0132991, 30.3507364 ], [ 120.0129353, 30.3506134 ], [ 120.0123523, 30.3504162 ], [ 120.0110965, 30.3500463 ], [ 120.0099455, 30.3497671 ], [ 120.0086518, 30.3495077 ], [ 120.0078624, 30.3493937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0135077, 30.3505759 ], [ 120.0136133, 30.3506101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浥浪桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0132991, 30.3507364 ], [ 120.0135077, 30.3505759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浥浪桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0136133, 30.3506101 ], [ 120.0133995, 30.3507766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0133995, 30.3507766 ], [ 120.0132991, 30.3507364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0073063, 30.3493982 ], [ 120.0073033, 30.3495532 ], [ 120.0073012, 30.3498425 ], [ 120.0073169, 30.3503397 ], [ 120.0074337, 30.3511434 ], [ 120.0075396, 30.3516939 ], [ 120.0075717, 30.3519212 ], [ 120.0076127, 30.352011 ], [ 120.0077314, 30.3520691 ], [ 120.0078792, 30.3520984 ], [ 120.0080552, 30.3521073 ], [ 120.0086339, 30.3521241 ], [ 120.0089324, 30.3521373 ], [ 120.0095066, 30.3521372 ], [ 120.009763, 30.3521144 ], [ 120.0101416, 30.3520139 ], [ 120.010342, 30.3519596 ], [ 120.0105831, 30.3519357 ], [ 120.0107348, 30.3519526 ], [ 120.0109385, 30.3520641 ], [ 120.0112206, 30.3523026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0111502, 30.3523575 ], [ 120.0110316, 30.3522727 ], [ 120.0107482, 30.3521544 ], [ 120.0104751, 30.3520919 ], [ 120.0102259, 30.3520882 ], [ 120.0099038, 30.3521471 ], [ 120.0095165, 30.3521988 ], [ 120.0089299, 30.3521909 ], [ 120.0079597, 30.3521381 ], [ 120.0077103, 30.3521057 ], [ 120.0076342, 30.3520896 ], [ 120.0075836, 30.3520609 ], [ 120.0075477, 30.3520199 ], [ 120.0075251, 30.3519643 ], [ 120.0074048, 30.3511467 ], [ 120.0072853, 30.3503355 ], [ 120.0072766, 30.349522 ], [ 120.0072808, 30.3493985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浥浪桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112206, 30.3523026 ], [ 120.0130184, 30.350969 ], [ 120.0132991, 30.3507364 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浥浪桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0133995, 30.3507766 ], [ 120.0132108, 30.3509567 ], [ 120.0112792, 30.3523513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0187673, 30.3526202 ], [ 120.0177867, 30.3522859 ], [ 120.0167593, 30.3519392 ], [ 120.015724, 30.3515858 ], [ 120.0149391, 30.3513187 ], [ 120.0141444, 30.3510251 ], [ 120.0133995, 30.3507766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0136133, 30.3506101 ], [ 120.0140131, 30.3507679 ], [ 120.0145355, 30.3509375 ], [ 120.015555, 30.3512685 ], [ 120.0169024, 30.3517154 ], [ 120.0200611, 30.3528054 ], [ 120.0223947, 30.3534951 ], [ 120.024299, 30.3538701 ], [ 120.0254095, 30.3539534 ], [ 120.025696, 30.3539753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112206, 30.3523026 ], [ 120.0112792, 30.3523513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0618727, 30.3516927 ], [ 120.0613732, 30.3520841 ], [ 120.0607678, 30.3525584 ], [ 120.0599203, 30.3530584 ], [ 120.0595311, 30.353225 ], [ 120.0593461, 30.3532857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0637427, 30.353311 ], [ 120.0618727, 30.3516927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汇周街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0591532, 30.3532119 ], [ 120.0593074, 30.3531786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593074, 30.3531786 ], [ 120.0593461, 30.3532857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638282, 30.3532353 ], [ 120.0639158, 30.3533052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0592004, 30.3533343 ], [ 120.0591532, 30.3532119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0637427, 30.353311 ], [ 120.0638282, 30.3532353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593461, 30.3532857 ], [ 120.0592004, 30.3533343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0639158, 30.3533052 ], [ 120.0638167, 30.3533935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638167, 30.3533935 ], [ 120.0637427, 30.353311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浥浪桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0111502, 30.3523575 ], [ 120.0112206, 30.3523026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "浥浪桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112792, 30.3523513 ], [ 120.0112076, 30.3523987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112076, 30.3523987 ], [ 120.0111502, 30.3523575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0187673, 30.3526202 ], [ 120.0193231, 30.3528097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0193231, 30.3528097 ], [ 120.0187673, 30.3526202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0257485, 30.3542726 ], [ 120.0246683, 30.3541872 ], [ 120.0236336, 30.3540348 ], [ 120.02257, 30.3538124 ], [ 120.0216031, 30.3535375 ], [ 120.0206627, 30.3532334 ], [ 120.0193231, 30.3528097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0112792, 30.3523513 ], [ 120.0117625, 30.3527403 ], [ 120.011943, 30.3529203 ], [ 120.0123585, 30.3533336 ], [ 120.0128535, 30.3538045 ], [ 120.013168, 30.3540628 ], [ 120.0137637, 30.3545586 ], [ 120.0139632, 30.3546929 ], [ 120.0146375, 30.355113 ], [ 120.0149662, 30.3553532 ], [ 120.0152683, 30.3556312 ], [ 120.0154237, 30.3558527 ], [ 120.0156491, 30.3562891 ], [ 120.0157894, 30.3565374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大陆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0157213, 30.3565526 ], [ 120.015654, 30.356427 ], [ 120.015424, 30.3560087 ], [ 120.0152142, 30.3556721 ], [ 120.0149763, 30.3554558 ], [ 120.0146335, 30.3551852 ], [ 120.0141742, 30.3548951 ], [ 120.0137627, 30.3546363 ], [ 120.013331, 30.354268 ], [ 120.0129633, 30.3539709 ], [ 120.0125466, 30.3536006 ], [ 120.0121343, 30.3531765 ], [ 120.0117188, 30.3527648 ], [ 120.0112076, 30.3523987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0194013, 30.3559178 ], [ 120.019484, 30.3559917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白鹭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.019369, 30.3560055 ], [ 120.0194013, 30.3559178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025916, 30.3542816 ], [ 120.0257485, 30.3542726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374044, 30.354366 ], [ 120.0374934, 30.3543627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374934, 30.3543627 ], [ 120.0375011, 30.3545582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374018, 30.3545621 ], [ 120.0374044, 30.354366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374018, 30.3545621 ], [ 120.0371601, 30.3545715 ], [ 120.0357115, 30.3546333 ], [ 120.0346233, 30.3546499 ], [ 120.033536, 30.3546161 ], [ 120.032115, 30.3545357 ], [ 120.0307365, 30.3544689 ], [ 120.0292705, 30.3544159 ], [ 120.0268612, 30.3543303 ], [ 120.025916, 30.3542816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375011, 30.3545582 ], [ 120.0374018, 30.3545621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026056, 30.3561737 ], [ 120.0260555, 30.3560798 ], [ 120.026012, 30.3559427 ], [ 120.0258367, 30.3555924 ], [ 120.0256805, 30.3553621 ], [ 120.0255421, 30.3551764 ], [ 120.0254245, 30.3550396 ], [ 120.0252114, 30.3548384 ], [ 120.0251433, 30.3547739 ], [ 120.025073, 30.3546866 ], [ 120.0250188, 30.3546061 ], [ 120.0249608, 30.3544796 ], [ 120.0249286, 30.3543784 ], [ 120.0249168, 30.354297 ], [ 120.0249135, 30.3542073 ], [ 120.0249254, 30.3541199 ], [ 120.0249448, 30.3540274 ], [ 120.0250035, 30.3538949 ], [ 120.0250876, 30.3537596 ], [ 120.0251918, 30.3536649 ], [ 120.0252953, 30.3535911 ], [ 120.0254041, 30.3535283 ], [ 120.0255429, 30.3534671 ], [ 120.0256817, 30.3534392 ], [ 120.0257576, 30.3534362 ], [ 120.0258311, 30.3534363 ], [ 120.0259596, 30.3534596 ], [ 120.0260882, 30.3534985 ], [ 120.0262439, 30.353557 ], [ 120.0263775, 30.3536294 ], [ 120.0266611, 30.3538046 ], [ 120.0269598, 30.3539648 ], [ 120.0270644, 30.3540157 ], [ 120.027169, 30.3540615 ], [ 120.027317, 30.3541092 ], [ 120.0274176, 30.3541354 ], [ 120.0275481, 30.35416 ], [ 120.0276877, 30.3541815 ], [ 120.0280143, 30.3542013 ], [ 120.0287453, 30.3542224 ], [ 120.0295072, 30.3542436 ], [ 120.0302287, 30.3542669 ], [ 120.0307642, 30.3543015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.026056, 30.3561737 ], [ 120.0259782, 30.35611 ], [ 120.0257251, 30.3557432 ], [ 120.0255374, 30.3554985 ], [ 120.0253812, 30.3553156 ], [ 120.0253015, 30.3552346 ], [ 120.0252089, 30.3551529 ], [ 120.0249276, 30.3549499 ], [ 120.0245614, 30.3547673 ], [ 120.0240069, 30.3545471 ], [ 120.0236134, 30.3543749 ], [ 120.0232969, 30.354254 ], [ 120.0226639, 30.3540385 ], [ 120.0220112, 30.3538367 ], [ 120.0211732, 30.3535844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375011, 30.3545582 ], [ 120.037542, 30.3571687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374216, 30.3571719 ], [ 120.0374018, 30.3545621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0271878, 30.3581323 ], [ 120.026891, 30.3574057 ], [ 120.0266294, 30.3568516 ], [ 120.026247, 30.3560827 ], [ 120.0260648, 30.3555862 ], [ 120.0259605, 30.3552599 ], [ 120.0257703, 30.3545949 ], [ 120.0257495, 30.3544084 ], [ 120.0257485, 30.3542726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "葡甫路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.025916, 30.3542816 ], [ 120.0259224, 30.3544159 ], [ 120.02601, 30.3548135 ], [ 120.0261796, 30.3553951 ], [ 120.0264616, 30.3561784 ], [ 120.0269254, 30.3570784 ], [ 120.0276477, 30.3584481 ], [ 120.027813, 30.3587785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0271878, 30.3581323 ], [ 120.0266812, 30.3572033 ], [ 120.026056, 30.3561737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037542, 30.3571687 ], [ 120.0374216, 30.3571719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0474667, 30.3571858 ], [ 120.0435124, 30.3572384 ], [ 120.0433428, 30.3572359 ], [ 120.0404164, 30.357202 ], [ 120.037542, 30.3571687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.037542, 30.3571687 ], [ 120.0375418, 30.3572915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杜文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374218, 30.3572918 ], [ 120.0374216, 30.3571719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374218, 30.3572918 ], [ 120.0375418, 30.3572915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0375418, 30.3572915 ], [ 120.0433412, 30.3573236 ], [ 120.0435112, 30.3573246 ], [ 120.0473982, 30.3573189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "美学街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0374216, 30.3571719 ], [ 120.0342241, 30.3572795 ], [ 120.0340898, 30.3572932 ], [ 120.0339111, 30.3573114 ], [ 120.0330388, 30.3574182 ], [ 120.0321892, 30.3575346 ], [ 120.0316017, 30.3576482 ], [ 120.0313036, 30.3577119 ], [ 120.0311176, 30.3577516 ], [ 120.0303518, 30.3579294 ], [ 120.0279388, 30.3587446 ], [ 120.027813, 30.3587785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0594987, 30.344867 ], [ 120.0593008, 30.3450239 ], [ 120.0589334, 30.3454563 ], [ 120.0586538, 30.3459337 ], [ 120.0585326, 30.3461408 ], [ 120.0583239, 30.3467389 ], [ 120.0582481, 30.3470703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608533, 30.3464617 ], [ 120.0611044, 30.3463755 ], [ 120.0617292, 30.3461673 ], [ 120.0627504, 30.3458481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627504, 30.3458481 ], [ 120.0617292, 30.3461673 ], [ 120.0611044, 30.3463755 ], [ 120.0608533, 30.3464617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608533, 30.3464617 ], [ 120.0606768, 30.3465103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0606768, 30.3465103 ], [ 120.0608533, 30.3464617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651814, 30.3465581 ], [ 120.0651573, 30.3464434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651573, 30.3464434 ], [ 120.0651814, 30.3465581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0582481, 30.3470703 ], [ 120.0584825, 30.3470703 ], [ 120.0587998, 30.3470631 ], [ 120.0595596, 30.3468614 ], [ 120.0606768, 30.3465103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0606768, 30.3465103 ], [ 120.0595596, 30.3468614 ], [ 120.0587998, 30.3470631 ], [ 120.0584825, 30.3470703 ], [ 120.0582481, 30.3470703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626913, 30.3481775 ], [ 120.0633884, 30.3475901 ], [ 120.0636221, 30.3473788 ], [ 120.0643795, 30.3467934 ], [ 120.0647232, 30.346626 ], [ 120.0649116, 30.3465307 ], [ 120.0649828, 30.3465054 ], [ 120.0651573, 30.3464434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0608533, 30.3464617 ], [ 120.0615107, 30.3471002 ], [ 120.0618186, 30.3474024 ], [ 120.0626913, 30.3481775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联鸿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651814, 30.3465581 ], [ 120.0647754, 30.3466742 ], [ 120.0644492, 30.3468632 ], [ 120.0641858, 30.3470927 ], [ 120.0637209, 30.3474764 ], [ 120.0634563, 30.3477046 ], [ 120.062818, 30.348275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0625543, 30.3483242 ], [ 120.0617313, 30.3475304 ], [ 120.0614096, 30.3472101 ], [ 120.0611751, 30.3469555 ], [ 120.0606768, 30.3465103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0651814, 30.3465581 ], [ 120.0652272, 30.3467513 ], [ 120.065468, 30.3476513 ], [ 120.065488, 30.3477261 ], [ 120.0656299, 30.3480791 ], [ 120.0658213, 30.3483326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658213, 30.3483326 ], [ 120.0656299, 30.3480791 ], [ 120.065488, 30.3477261 ], [ 120.065468, 30.3476513 ], [ 120.0652272, 30.3467513 ], [ 120.0651814, 30.3465581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626913, 30.3481775 ], [ 120.062818, 30.348275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0625543, 30.3483242 ], [ 120.0626913, 30.3481775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联鸿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626063, 30.3483995 ], [ 120.062818, 30.348275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626063, 30.3483995 ], [ 120.0625543, 30.3483242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658831, 30.3484167 ], [ 120.0658213, 30.3483326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0710325, 30.3471948 ], [ 120.0709258, 30.3472898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709258, 30.3472898 ], [ 120.0708707, 30.3472377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0710325, 30.3471948 ], [ 120.0723485, 30.3484939 ], [ 120.0723955, 30.348542 ], [ 120.0724945, 30.3486529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724238, 30.3487628 ], [ 120.0709258, 30.3472898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724945, 30.3486529 ], [ 120.0730916, 30.34802 ], [ 120.0735265, 30.347559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汇周街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658213, 30.3483326 ], [ 120.0673546, 30.3478342 ], [ 120.0674209, 30.3478392 ], [ 120.0674213, 30.3478868 ], [ 120.0663144, 30.3482376 ], [ 120.0658831, 30.3484167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734746, 30.3478516 ], [ 120.073011, 30.3483469 ], [ 120.0726399, 30.3487346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680898, 30.3495464 ], [ 120.0682564, 30.3494727 ], [ 120.0683983, 30.3493665 ], [ 120.0708707, 30.3472377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0709258, 30.3472898 ], [ 120.0684563, 30.3494077 ], [ 120.0681772, 30.3496043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724945, 30.3486529 ], [ 120.0726399, 30.3487346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658213, 30.3483326 ], [ 120.0658831, 30.3484167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062818, 30.348275 ], [ 120.06409, 30.3496379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汇周街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06409, 30.3496379 ], [ 120.0648458, 30.349006 ], [ 120.0650883, 30.348806 ], [ 120.065392, 30.3485773 ], [ 120.0655613, 30.3484665 ], [ 120.0658213, 30.3483326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0582481, 30.3470703 ], [ 120.058207, 30.3472505 ], [ 120.0581672, 30.3475553 ], [ 120.0581722, 30.3479297 ], [ 120.0581983, 30.3481827 ], [ 120.0582654, 30.3484977 ], [ 120.058347, 30.3488602 ], [ 120.0584913, 30.3493972 ], [ 120.0586457, 30.3499721 ], [ 120.0588249, 30.3510382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汇周街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658831, 30.3484167 ], [ 120.0655245, 30.3485809 ], [ 120.0651699, 30.3488421 ], [ 120.0649047, 30.3490709 ], [ 120.0642083, 30.3497494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0639715, 30.3497672 ], [ 120.063568, 30.3493629 ], [ 120.063438, 30.3492328 ], [ 120.0626063, 30.3483995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0586914, 30.3510648 ], [ 120.0586161, 30.3505362 ], [ 120.0585788, 30.3503147 ], [ 120.0585074, 30.3498905 ], [ 120.0583386, 30.349276 ], [ 120.0581974, 30.3487955 ], [ 120.0581781, 30.3487211 ], [ 120.0581043, 30.3484373 ], [ 120.0580592, 30.3481649 ], [ 120.0580187, 30.3479156 ], [ 120.0580076, 30.3475957 ], [ 120.0580188, 30.3474018 ], [ 120.0580768, 30.3471105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060289, 30.3502413 ], [ 120.0605006, 30.3501006 ], [ 120.061171, 30.3495207 ], [ 120.0625543, 30.3483242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联鸿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0626063, 30.3483995 ], [ 120.0612154, 30.3496284 ], [ 120.0603824, 30.3503644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06409, 30.3496379 ], [ 120.0642083, 30.3497494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724238, 30.3487628 ], [ 120.0724945, 30.3486529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0726399, 30.3487346 ], [ 120.0725594, 30.3488186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725594, 30.3488186 ], [ 120.0724238, 30.3487628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680898, 30.3495464 ], [ 120.0677719, 30.3493486 ], [ 120.0670577, 30.3490879 ], [ 120.066348, 30.3488285 ], [ 120.0660056, 30.3485835 ], [ 120.0658831, 30.3484167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658831, 30.3484167 ], [ 120.0660056, 30.3485835 ], [ 120.066348, 30.3488285 ], [ 120.0670577, 30.3490879 ], [ 120.0677719, 30.3493486 ], [ 120.0680898, 30.3495464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738448, 30.3496847 ], [ 120.0735521, 30.3494875 ], [ 120.0725594, 30.3488186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681772, 30.3496043 ], [ 120.0680898, 30.3495464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0680898, 30.3495464 ], [ 120.0681772, 30.3496043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0726399, 30.3487346 ], [ 120.0752461, 30.3505293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0702964, 30.3510925 ], [ 120.07069, 30.3506127 ], [ 120.0712331, 30.350012 ], [ 120.0724238, 30.3487628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0808194, 30.3500391 ], [ 120.0819125, 30.3509782 ], [ 120.0826669, 30.350232 ], [ 120.0829715, 30.3498496 ], [ 120.0839966, 30.3479556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白洋港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752461, 30.3505293 ], [ 120.0769349, 30.3487859 ], [ 120.0769952, 30.3488248 ], [ 120.0764674, 30.3494002 ], [ 120.0753768, 30.3505891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0752461, 30.3505293 ], [ 120.0753768, 30.3505891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白洋港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751898, 30.3506126 ], [ 120.0752461, 30.3505293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0753768, 30.3505891 ], [ 120.0753025, 30.3507025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0753025, 30.3507025 ], [ 120.0751898, 30.3506126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0847532, 30.3522308 ], [ 120.0867256, 30.3497743 ], [ 120.0871815, 30.3492139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.087428, 30.3493529 ], [ 120.0869974, 30.3499024 ], [ 120.086951, 30.3499616 ], [ 120.085026, 30.3523866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0753768, 30.3505891 ], [ 120.0775049, 30.3521049 ], [ 120.0774498, 30.3521781 ], [ 120.0753025, 30.3507025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.084694, 30.3523045 ], [ 120.0847532, 30.3522308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0640391, 30.3498297 ], [ 120.0639715, 30.3497672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0602176, 30.3502888 ], [ 120.060289, 30.3502413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060289, 30.3502413 ], [ 120.0603824, 30.3503644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603173, 30.3504113 ], [ 120.0602176, 30.3502888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联鸿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603824, 30.3503644 ], [ 120.0603173, 30.3504113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0642083, 30.3497494 ], [ 120.0647403, 30.3502506 ], [ 120.0653896, 30.3508623 ], [ 120.0660096, 30.3513461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658545, 30.3514373 ], [ 120.0653001, 30.3509692 ], [ 120.0646205, 30.3503671 ], [ 120.0640391, 30.3498297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汇周街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0618781, 30.3515491 ], [ 120.0626844, 30.350873 ], [ 120.062869, 30.3507182 ], [ 120.0631323, 30.3504911 ], [ 120.0639715, 30.3497672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588249, 30.3510382 ], [ 120.0593872, 30.3508412 ], [ 120.0602176, 30.3502888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0640391, 30.3498297 ], [ 120.0619668, 30.3516525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联鸿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603173, 30.3504113 ], [ 120.0598864, 30.3507217 ], [ 120.05947, 30.3509794 ], [ 120.0591136, 30.351113 ], [ 120.0588474, 30.3511723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0603824, 30.3503644 ], [ 120.0613081, 30.3510977 ], [ 120.0618781, 30.3515491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617919, 30.3516208 ], [ 120.0615364, 30.3513935 ], [ 120.0607815, 30.3507853 ], [ 120.0603173, 30.3504113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0586914, 30.3510648 ], [ 120.0588249, 30.3510382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588249, 30.3510382 ], [ 120.0588474, 30.3511723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0587105, 30.3511991 ], [ 120.0586914, 30.3510648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "联鸿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0587105, 30.3511991 ], [ 120.0588474, 30.3511723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "联鸿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588474, 30.3511723 ], [ 120.0587105, 30.3511991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660096, 30.3513461 ], [ 120.0661256, 30.3514489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "庄墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0659344, 30.3514955 ], [ 120.0658545, 30.3514373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0751898, 30.3506126 ], [ 120.0738448, 30.3496847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0702964, 30.3510925 ], [ 120.0699107, 30.3507516 ], [ 120.0681772, 30.3496043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "周坪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681772, 30.3496043 ], [ 120.0699107, 30.3507516 ], [ 120.0702964, 30.3510925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660096, 30.3513461 ], [ 120.0661906, 30.3511835 ], [ 120.0664958, 30.350921 ], [ 120.0674373, 30.3501344 ], [ 120.0680898, 30.3495464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681772, 30.3496043 ], [ 120.067408, 30.3502447 ], [ 120.0665812, 30.351006 ], [ 120.0663265, 30.3512305 ], [ 120.0661256, 30.3514489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0725594, 30.3488186 ], [ 120.0713047, 30.3501537 ], [ 120.0709984, 30.3505061 ], [ 120.0708133, 30.3507191 ], [ 120.0700373, 30.3515808 ], [ 120.0694946, 30.3521255 ], [ 120.0688793, 30.3528655 ], [ 120.0685864, 30.3532038 ], [ 120.0685304, 30.3532641 ], [ 120.0684167, 30.3533863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金庄支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0738448, 30.3496847 ], [ 120.0726252, 30.3510553 ], [ 120.0723881, 30.3512935 ], [ 120.0723244, 30.3515042 ], [ 120.0723032, 30.3516783 ], [ 120.0723456, 30.3518371 ], [ 120.0724199, 30.3519745 ], [ 120.0726181, 30.3521364 ], [ 120.0733817, 30.35261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金庄支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0733817, 30.35261 ], [ 120.0726181, 30.3521364 ], [ 120.0724199, 30.3519745 ], [ 120.0723456, 30.3518371 ], [ 120.0723032, 30.3516783 ], [ 120.0723244, 30.3515042 ], [ 120.0723881, 30.3512935 ], [ 120.0726252, 30.3510553 ], [ 120.0738448, 30.3496847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白洋港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0733817, 30.35261 ], [ 120.0748126, 30.3510293 ], [ 120.0751898, 30.3506126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0753025, 30.3507025 ], [ 120.074132, 30.3519431 ], [ 120.0734959, 30.3526885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汇周街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0617919, 30.3516208 ], [ 120.0618781, 30.3515491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0618781, 30.3515491 ], [ 120.0619668, 30.3516525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0618727, 30.3516927 ], [ 120.0617919, 30.3516208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0619668, 30.3516525 ], [ 120.0618727, 30.3516927 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588474, 30.3511723 ], [ 120.0588583, 30.3512567 ], [ 120.0589515, 30.3518432 ], [ 120.0590583, 30.3524576 ], [ 120.0592575, 30.3530104 ], [ 120.0593074, 30.3531786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0591532, 30.3532119 ], [ 120.0589149, 30.3524194 ], [ 120.0588177, 30.3519857 ], [ 120.0587105, 30.3511991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金家汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0638282, 30.3532353 ], [ 120.0658545, 30.3514373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汇周街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593074, 30.3531786 ], [ 120.0597149, 30.3530602 ], [ 120.0600963, 30.3528764 ], [ 120.0606845, 30.3525436 ], [ 120.0607772, 30.3524633 ], [ 120.0612244, 30.352092 ], [ 120.0617919, 30.3516208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0659344, 30.3514955 ], [ 120.0639158, 30.3533052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "联良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0619668, 30.3516525 ], [ 120.0634818, 30.3529508 ], [ 120.0638282, 30.3532353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1025579, 30.3191848 ], [ 120.1027237, 30.319066 ], [ 120.1028234, 30.3189514 ], [ 120.1029373, 30.3188366 ], [ 120.1036347, 30.3180875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1036347, 30.3180875 ], [ 120.1029373, 30.3188366 ], [ 120.1028234, 30.3189514 ], [ 120.1027237, 30.319066 ], [ 120.1025579, 30.3191848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1037215, 30.317992 ], [ 120.1066918, 30.319645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1066264, 30.3197151 ], [ 120.1049797, 30.3188488 ], [ 120.1040284, 30.3183151 ], [ 120.1036347, 30.3180875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990998, 30.3191027 ], [ 120.0990046, 30.3190757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990046, 30.3190757 ], [ 120.0990998, 30.3191027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990998, 30.3191027 ], [ 120.0991693, 30.3191252 ], [ 120.0998605, 30.3193489 ], [ 120.1001323, 30.3194247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1001323, 30.3194247 ], [ 120.0998605, 30.3193489 ], [ 120.0991693, 30.3191252 ], [ 120.0990998, 30.3191027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1001323, 30.3194247 ], [ 120.1004233, 30.319443 ], [ 120.1007936, 30.3194576 ], [ 120.1010191, 30.319448 ], [ 120.1013327, 30.3194068 ], [ 120.1020641, 30.3192963 ], [ 120.1024056, 30.3192447 ], [ 120.1025579, 30.3191848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋霞街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1025579, 30.3191848 ], [ 120.1024056, 30.3192447 ], [ 120.1020641, 30.3192963 ], [ 120.1013327, 30.3194068 ], [ 120.1010191, 30.319448 ], [ 120.1007936, 30.3194576 ], [ 120.1004233, 30.319443 ], [ 120.1001323, 30.3194247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1066918, 30.319645 ], [ 120.1067931, 30.3197058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1066264, 30.3197151 ], [ 120.1066918, 30.319645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1067931, 30.3197058 ], [ 120.1067271, 30.3197898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1067271, 30.3197898 ], [ 120.1066264, 30.3197151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1025579, 30.3191848 ], [ 120.1026446, 30.3192662 ], [ 120.1027199, 30.3194172 ], [ 120.1027909, 30.3197796 ], [ 120.1029528, 30.3206064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029528, 30.3206064 ], [ 120.1027909, 30.3197796 ], [ 120.1027199, 30.3194172 ], [ 120.1026446, 30.3192662 ], [ 120.1025579, 30.3191848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东泽巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1004436, 30.3209979 ], [ 120.1003677, 30.3206144 ], [ 120.1003316, 30.3204321 ], [ 120.1001323, 30.3194247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东泽巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1001323, 30.3194247 ], [ 120.1003316, 30.3204321 ], [ 120.1003677, 30.3206144 ], [ 120.1004436, 30.3209979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1067931, 30.3197058 ], [ 120.1072644, 30.3199537 ], [ 120.1089728, 30.3209339 ], [ 120.1094653, 30.3211939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春雀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1045066, 30.3203861 ], [ 120.1029528, 30.3206064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990998, 30.3191027 ], [ 120.0988731, 30.3193258 ], [ 120.098169, 30.320093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888733, 30.3203086 ], [ 120.0891803, 30.3194577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0856098, 30.3196921 ], [ 120.0860751, 30.3197627 ], [ 120.0880015, 30.3201554 ], [ 120.0885903, 30.3202729 ], [ 120.0888733, 30.3203086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0894746, 30.3191885 ], [ 120.0914603, 30.3200615 ], [ 120.0918276, 30.3202194 ], [ 120.0923221, 30.3203225 ], [ 120.0934422, 30.3207859 ], [ 120.0936954, 30.320887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "振华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888256, 30.3204499 ], [ 120.0884927, 30.3203749 ], [ 120.0855881, 30.3197864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888256, 30.3204499 ], [ 120.0888733, 30.3203086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962721, 30.3221393 ], [ 120.0964266, 30.3218471 ], [ 120.0970856, 30.3211454 ], [ 120.097847, 30.3203062 ], [ 120.0980778, 30.3200561 ], [ 120.0987775, 30.3192979 ], [ 120.0990046, 30.3190757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0936954, 30.320887 ], [ 120.0937636, 30.3209107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960966, 30.3222959 ], [ 120.0948837, 30.3218787 ], [ 120.0940008, 30.321511 ], [ 120.0938289, 30.3214394 ], [ 120.0932517, 30.321199 ], [ 120.0921862, 30.3207773 ], [ 120.0917004, 30.3204847 ], [ 120.0893425, 30.3195154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0893425, 30.3195154 ], [ 120.0889777, 30.3204333 ], [ 120.0885458, 30.3215072 ], [ 120.0883351, 30.3220312 ], [ 120.088122, 30.3225863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春雀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029528, 30.3206064 ], [ 120.1045066, 30.3203861 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992618, 30.3211605 ], [ 120.099193, 30.3208155 ], [ 120.0991105, 30.3206622 ], [ 120.0989773, 30.3205417 ], [ 120.0982487, 30.3201373 ], [ 120.098169, 30.320093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.098169, 30.320093 ], [ 120.0982487, 30.3201373 ], [ 120.0989773, 30.3205417 ], [ 120.0991105, 30.3206622 ], [ 120.099193, 30.3208155 ], [ 120.0992618, 30.3211605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春雀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1004436, 30.3209979 ], [ 120.1029528, 30.3206064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春雀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029528, 30.3206064 ], [ 120.1004436, 30.3209979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春雀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992618, 30.3211605 ], [ 120.0996791, 30.3211031 ], [ 120.0999295, 30.3210686 ], [ 120.1004436, 30.3209979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "春雀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1004436, 30.3209979 ], [ 120.0999295, 30.3210686 ], [ 120.0996791, 30.3211031 ], [ 120.0992618, 30.3211605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1040705, 30.3226776 ], [ 120.1043325, 30.322371 ], [ 120.1043922, 30.3223011 ], [ 120.1052663, 30.3213014 ], [ 120.105301, 30.3212642 ], [ 120.1059924, 30.3204643 ], [ 120.1063984, 30.3199692 ], [ 120.1066264, 30.3197151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029528, 30.3206064 ], [ 120.1032255, 30.3216951 ], [ 120.1033674, 30.3222615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1033674, 30.3222615 ], [ 120.1032255, 30.3216951 ], [ 120.1029528, 30.3206064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东泽巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1004436, 30.3209979 ], [ 120.1008077, 30.322659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东泽巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008077, 30.322659 ], [ 120.1004436, 30.3209979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992618, 30.3211605 ], [ 120.0993802, 30.3216764 ], [ 120.0995017, 30.3222065 ], [ 120.0995277, 30.3223196 ], [ 120.0996288, 30.3224644 ], [ 120.099845, 30.3226047 ], [ 120.1001095, 30.322704 ], [ 120.1005348, 30.3227701 ], [ 120.1008077, 30.322659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008077, 30.322659 ], [ 120.1005348, 30.3227701 ], [ 120.1001095, 30.322704 ], [ 120.099845, 30.3226047 ], [ 120.0996288, 30.3224644 ], [ 120.0995277, 30.3223196 ], [ 120.0995017, 30.3222065 ], [ 120.0993802, 30.3216764 ], [ 120.0992618, 30.3211605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1067271, 30.3197898 ], [ 120.1063911, 30.320148 ], [ 120.1058353, 30.3207767 ], [ 120.1053508, 30.3213272 ], [ 120.1052458, 30.3214449 ], [ 120.1048674, 30.3218753 ], [ 120.1042436, 30.3225849 ], [ 120.1038888, 30.3230938 ], [ 120.1036794, 30.3234429 ], [ 120.1034297, 30.3239933 ], [ 120.1031949, 30.3244154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1033674, 30.3222615 ], [ 120.1021902, 30.3224443 ], [ 120.1020202, 30.3224707 ], [ 120.1008077, 30.322659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008077, 30.322659 ], [ 120.1020202, 30.3224707 ], [ 120.1021902, 30.3224443 ], [ 120.1033674, 30.3222615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1033674, 30.3222615 ], [ 120.1040705, 30.3226776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "工发路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1040705, 30.3226776 ], [ 120.1033674, 30.3222615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971685, 30.3224791 ], [ 120.09793, 30.3227262 ], [ 120.099298, 30.3231751 ], [ 120.1003914, 30.3235472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132628, 30.3183607 ], [ 120.1138432, 30.3191264 ], [ 120.1147295, 30.3202343 ], [ 120.1151169, 30.3207277 ], [ 120.1159266, 30.3217587 ], [ 120.1162748, 30.3222066 ], [ 120.1165092, 30.3224515 ], [ 120.1166799, 30.3226164 ], [ 120.1169037, 30.3228074 ], [ 120.1171256, 30.3229755 ], [ 120.117192, 30.3230258 ], [ 120.1175375, 30.3232568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1174165, 30.3233377 ], [ 120.1170021, 30.3230082 ], [ 120.1167039, 30.3227779 ], [ 120.1164208, 30.3224822 ], [ 120.1161757, 30.322197 ], [ 120.1158775, 30.3218069 ], [ 120.1146552, 30.3202508 ], [ 120.1137836, 30.3191675 ], [ 120.1134582, 30.3187653 ], [ 120.1131523, 30.3184217 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1198852, 30.3207702 ], [ 120.1202931, 30.3209386 ], [ 120.1205697, 30.3210164 ], [ 120.1209631, 30.3210985 ], [ 120.1213621, 30.3211418 ], [ 120.121881, 30.3211774 ], [ 120.122476, 30.3212414 ], [ 120.122898, 30.3212677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.122898, 30.3212677 ], [ 120.122476, 30.3212414 ], [ 120.121881, 30.3211774 ], [ 120.1213621, 30.3211418 ], [ 120.1209631, 30.3210985 ], [ 120.1205697, 30.3210164 ], [ 120.1202931, 30.3209386 ], [ 120.1198852, 30.3207702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1175375, 30.3232568 ], [ 120.1177, 30.3230965 ], [ 120.1181735, 30.322614 ], [ 120.1186105, 30.3221688 ], [ 120.1197977, 30.3208593 ], [ 120.1198852, 30.3207702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1198852, 30.3207702 ], [ 120.1198476, 30.3208947 ], [ 120.1186565, 30.3221887 ], [ 120.118151, 30.3227026 ], [ 120.1177983, 30.3231006 ], [ 120.1176353, 30.3233062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.11506, 30.3260545 ], [ 120.1149372, 30.3259808 ], [ 120.1137078, 30.325243 ], [ 120.1132552, 30.3249426 ], [ 120.1129075, 30.3246745 ], [ 120.1127147, 30.3244979 ], [ 120.1125599, 30.3243344 ], [ 120.1110924, 30.3229038 ], [ 120.1098417, 30.3217096 ], [ 120.1095853, 30.3214882 ], [ 120.1095208, 30.3213921 ], [ 120.1093853, 30.3212753 ], [ 120.1092001, 30.3211813 ], [ 120.1084464, 30.3207324 ], [ 120.1080267, 30.3204822 ], [ 120.1067271, 30.3197898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1175375, 30.3232568 ], [ 120.1176353, 30.3233062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1174165, 30.3233377 ], [ 120.1175375, 30.3232568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1176353, 30.3233062 ], [ 120.117519, 30.3234309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "学院北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.098169, 30.320093 ], [ 120.0974645, 30.3208607 ], [ 120.0970585, 30.3213251 ], [ 120.0965732, 30.3218809 ], [ 120.0962721, 30.3221393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "古墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0879967, 30.3225437 ], [ 120.0886619, 30.3208634 ], [ 120.0888256, 30.3204499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937636, 30.3209107 ], [ 120.0940388, 30.3210383 ], [ 120.0942027, 30.3211111 ], [ 120.0949189, 30.3214293 ], [ 120.0962721, 30.3221393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962721, 30.3221393 ], [ 120.0960966, 30.3222959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960966, 30.3222959 ], [ 120.0962721, 30.3221393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0962721, 30.3221393 ], [ 120.0963878, 30.3221832 ], [ 120.0971685, 30.3224791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970566, 30.3226627 ], [ 120.0960966, 30.3222959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088122, 30.3225863 ], [ 120.0879967, 30.3225437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀里街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0879967, 30.3225437 ], [ 120.088122, 30.3225863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0960966, 30.3222959 ], [ 120.0959007, 30.3226547 ], [ 120.0955022, 30.3233846 ], [ 120.0949546, 30.3243877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269297, 30.3256004 ], [ 120.126947, 30.3245544 ], [ 120.1269579, 30.3238988 ], [ 120.126967, 30.3233483 ], [ 120.1270053, 30.3216098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271306, 30.3216654 ], [ 120.1270892, 30.3222876 ], [ 120.1270882, 30.3229824 ], [ 120.1270877, 30.3233557 ], [ 120.1271246, 30.3238969 ], [ 120.1271218, 30.325616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1218998, 30.3249729 ], [ 120.1220776, 30.3250153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1218569, 30.3251023 ], [ 120.1218998, 30.3249729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1220776, 30.3250153 ], [ 120.1220479, 30.3251485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1220479, 30.3251485 ], [ 120.1218569, 30.3251023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1220776, 30.3250153 ], [ 120.1269297, 30.3256004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269256, 30.3257221 ], [ 120.1220479, 30.3251485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269297, 30.3256004 ], [ 120.1271218, 30.325616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1269256, 30.3257221 ], [ 120.1269297, 30.3256004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.117519, 30.3234309 ], [ 120.1174165, 30.3233377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1094653, 30.3211939 ], [ 120.1096327, 30.3213317 ], [ 120.1097664, 30.321435 ], [ 120.1099084, 30.3216782 ], [ 120.1111445, 30.3228567 ], [ 120.1126085, 30.3242985 ], [ 120.1127407, 30.3244015 ], [ 120.1130177, 30.3246264 ], [ 120.1133041, 30.3248338 ], [ 120.113784, 30.3251493 ], [ 120.1150168, 30.3258574 ], [ 120.1151314, 30.3259232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1176353, 30.3233062 ], [ 120.1178573, 30.3234174 ], [ 120.1192906, 30.3240168 ], [ 120.1207802, 30.3246168 ], [ 120.1211042, 30.3247478 ], [ 120.121462, 30.3248748 ], [ 120.1218998, 30.3249729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1218569, 30.3251023 ], [ 120.1214136, 30.3249652 ], [ 120.1210743, 30.3248532 ], [ 120.1207304, 30.3247359 ], [ 120.1192299, 30.3241348 ], [ 120.117519, 30.3234309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1151314, 30.3259232 ], [ 120.1151955, 30.3258053 ], [ 120.1153373, 30.3255446 ], [ 120.1159242, 30.3248681 ], [ 120.1167169, 30.3240108 ], [ 120.1174165, 30.3233377 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.117519, 30.3234309 ], [ 120.1160892, 30.3249526 ], [ 120.1155102, 30.3255963 ], [ 120.1153454, 30.3258912 ], [ 120.1152775, 30.3260127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1151314, 30.3259232 ], [ 120.1152775, 30.3260127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.11506, 30.3260545 ], [ 120.1151314, 30.3259232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152775, 30.3260127 ], [ 120.1152057, 30.3261411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152057, 30.3261411 ], [ 120.11506, 30.3260545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东泽巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1003914, 30.3235472 ], [ 120.1007137, 30.3229363 ], [ 120.1008077, 30.322659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东泽巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008077, 30.322659 ], [ 120.1007137, 30.3229363 ], [ 120.1003914, 30.3235472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030156, 30.3243519 ], [ 120.1032335, 30.3240874 ], [ 120.1035202, 30.3235318 ], [ 120.1037583, 30.3231087 ], [ 120.1040705, 30.3226776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817124, 30.3160082 ], [ 120.0825423, 30.3163775 ], [ 120.084423, 30.3171733 ], [ 120.0879145, 30.3186456 ], [ 120.0908973, 30.3199213 ], [ 120.0917447, 30.3202801 ], [ 120.0927215, 30.3206936 ], [ 120.0939334, 30.3212037 ], [ 120.0942895, 30.32135 ], [ 120.0949957, 30.3216402 ], [ 120.0957216, 30.3219774 ], [ 120.0961307, 30.3221452 ], [ 120.09704, 30.3225019 ], [ 120.0980657, 30.322859 ], [ 120.0987288, 30.3230915 ], [ 120.099969, 30.3235129 ], [ 120.1012972, 30.3239641 ], [ 120.1015406, 30.3240493 ], [ 120.1049761, 30.3252245 ], [ 120.1059441, 30.3255625 ], [ 120.1066812, 30.3258427 ], [ 120.1070108, 30.3259851 ], [ 120.1072632, 30.3260977 ], [ 120.1081382, 30.3265313 ], [ 120.1092152, 30.3270834 ], [ 120.1133858, 30.329152 ], [ 120.1157573, 30.3302333 ], [ 120.1178907, 30.331312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1028602, 30.3248105 ], [ 120.1026264, 30.3246793 ], [ 120.1022939, 30.3245518 ], [ 120.101455, 30.3242415 ], [ 120.0993899, 30.3235158 ], [ 120.0973972, 30.3228218 ], [ 120.0970566, 30.3226627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1183754, 30.3317621 ], [ 120.1178213, 30.3315042 ], [ 120.1156261, 30.3303951 ], [ 120.1124238, 30.328808 ], [ 120.1091441, 30.3271735 ], [ 120.1080226, 30.3266265 ], [ 120.1071142, 30.3261756 ], [ 120.1066242, 30.3259547 ], [ 120.1058562, 30.3256536 ], [ 120.1056334, 30.325569 ], [ 120.1049255, 30.3253 ], [ 120.1035855, 30.3248776 ], [ 120.1030137, 30.3246836 ], [ 120.1014969, 30.3241688 ], [ 120.1003915, 30.3237872 ], [ 120.0991166, 30.3233461 ], [ 120.0983874, 30.3231013 ], [ 120.0973639, 30.3227511 ], [ 120.096576, 30.3224441 ], [ 120.095611, 30.3220444 ], [ 120.0949317, 30.3217584 ], [ 120.0948893, 30.3217405 ], [ 120.0942335, 30.3214497 ], [ 120.0938896, 30.3212972 ], [ 120.0926439, 30.3207846 ], [ 120.0916732, 30.320369 ], [ 120.0908338, 30.3200096 ], [ 120.0878608, 30.3187277 ], [ 120.0843751, 30.3172728 ], [ 120.0824489, 30.3164823 ], [ 120.0820803, 30.3163223 ], [ 120.0814922, 30.3161196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1003914, 30.3235472 ], [ 120.1016971, 30.3239984 ], [ 120.1028257, 30.3243223 ], [ 120.1030156, 30.3243519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030156, 30.3243519 ], [ 120.1031949, 30.3244154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1028602, 30.3248105 ], [ 120.1030156, 30.3243519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1031949, 30.3244154 ], [ 120.1030582, 30.3248802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1408819, 30.3269242 ], [ 120.1410163, 30.3257568 ], [ 120.1410453, 30.3255053 ], [ 120.1413434, 30.3236953 ], [ 120.1414853, 30.3226298 ], [ 120.1415306, 30.3222893 ], [ 120.1415818, 30.3219046 ], [ 120.1416555, 30.3214558 ], [ 120.1416878, 30.3212462 ], [ 120.1418421, 30.3200099 ], [ 120.1419233, 30.3193597 ], [ 120.1420078, 30.3186697 ], [ 120.1421959, 30.3168407 ], [ 120.1422009, 30.316812 ], [ 120.1422237, 30.3166522 ], [ 120.1422268, 30.3166273 ], [ 120.1423302, 30.3158698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1421253, 30.31937 ], [ 120.1419686, 30.3209368 ], [ 120.1419039, 30.3214727 ], [ 120.1418808, 30.3216629 ], [ 120.1418055, 30.3222776 ], [ 120.1417701, 30.322567 ], [ 120.1417359, 30.3228461 ], [ 120.141628, 30.3237276 ], [ 120.1416199, 30.323793 ], [ 120.1415219, 30.3245802 ], [ 120.1414666, 30.3250242 ], [ 120.1412254, 30.3269615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1478914, 30.319326 ], [ 120.1479443, 30.3194954 ], [ 120.147972, 30.319896 ], [ 120.1479539, 30.320896 ], [ 120.1479576, 30.321458 ], [ 120.147976, 30.3219019 ], [ 120.1479803, 30.3219498 ], [ 120.1479835, 30.3231058 ], [ 120.1480015, 30.3238804 ], [ 120.1480052, 30.3248892 ], [ 120.1480416, 30.3255944 ], [ 120.1480199, 30.32666 ], [ 120.1480557, 30.3275832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.147999, 30.3275778 ], [ 120.1479548, 30.3266598 ], [ 120.1479804, 30.3255953 ], [ 120.1479576, 30.3250782 ], [ 120.147945, 30.3249736 ], [ 120.1479519, 30.3237497 ], [ 120.1479372, 30.3231069 ], [ 120.1479152, 30.3226222 ], [ 120.1478854, 30.3218927 ], [ 120.1478908, 30.3208977 ], [ 120.1479218, 30.3198931 ], [ 120.1478747, 30.3195032 ], [ 120.1478304, 30.319354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1408819, 30.3269242 ], [ 120.1412254, 30.3269615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1408702, 30.3270244 ], [ 120.1408819, 30.3269242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1412254, 30.3269615 ], [ 120.1412184, 30.3270661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480557, 30.3275832 ], [ 120.1490489, 30.3276769 ], [ 120.1501676, 30.3277824 ], [ 120.150631, 30.3278389 ], [ 120.1508399, 30.3278313 ], [ 120.151145, 30.3278079 ], [ 120.1515193, 30.3277624 ], [ 120.1517951, 30.3276825 ], [ 120.1524002, 30.3273869 ], [ 120.1528477, 30.3270713 ], [ 120.1536219, 30.32623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1412184, 30.3270661 ], [ 120.1408702, 30.3270244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537264, 30.3263188 ], [ 120.1534075, 30.3266517 ], [ 120.1528989, 30.3271952 ], [ 120.1526795, 30.3273468 ], [ 120.1523764, 30.3275563 ], [ 120.1518434, 30.3278045 ], [ 120.1515312, 30.3278966 ], [ 120.1513584, 30.3279295 ], [ 120.1509077, 30.3279502 ], [ 120.1508441, 30.327949 ], [ 120.1506696, 30.3279474 ], [ 120.1500868, 30.3279004 ], [ 120.1498834, 30.3278806 ], [ 120.1480646, 30.3277035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320195, 30.3208762 ], [ 120.1321171, 30.3208856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320173, 30.3209716 ], [ 120.1320195, 30.3208762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321171, 30.3208856 ], [ 120.1320173, 30.3209716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347001, 30.3343354 ], [ 120.1346384, 30.3340331 ], [ 120.1343833, 30.3333847 ], [ 120.1342986, 30.3332185 ], [ 120.1342782, 30.333123 ], [ 120.1342291, 30.3328903 ], [ 120.1342155, 30.3328141 ], [ 120.134162, 30.3325503 ], [ 120.1341738, 30.3324163 ], [ 120.1342118, 30.3319859 ], [ 120.1344045, 30.3309344 ], [ 120.1346006, 30.3298639 ], [ 120.1346102, 30.3298115 ], [ 120.1351835, 30.3276668 ], [ 120.1354023, 30.3268483 ], [ 120.1354401, 30.3266992 ], [ 120.135631, 30.3233712 ], [ 120.1356349, 30.3232976 ], [ 120.1356444, 30.3231162 ], [ 120.1356556, 30.3229035 ], [ 120.1357057, 30.321952 ], [ 120.1356988, 30.3218999 ], [ 120.1356171, 30.3212842 ], [ 120.135365, 30.3193069 ], [ 120.1352492, 30.3185576 ], [ 120.1352262, 30.3184622 ], [ 120.134946, 30.3173012 ], [ 120.1347315, 30.3165575 ], [ 120.1346231, 30.3161872 ], [ 120.1343944, 30.3146236 ], [ 120.1343606, 30.3133944 ], [ 120.1343529, 30.3131132 ], [ 120.1343602, 30.3129705 ], [ 120.1344308, 30.3115934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.134554, 30.3116034 ], [ 120.1344716, 30.3131173 ], [ 120.1344728, 30.3134328 ], [ 120.1344909, 30.3139683 ], [ 120.1345131, 30.3146277 ], [ 120.1347166, 30.3161887 ], [ 120.1348283, 30.3165342 ], [ 120.1348687, 30.3166581 ], [ 120.1350403, 30.3172841 ], [ 120.1353388, 30.3184411 ], [ 120.1353679, 30.3185617 ], [ 120.1354769, 30.3191847 ], [ 120.1354991, 30.3193116 ], [ 120.1355903, 30.3198071 ], [ 120.1357566, 30.3212796 ], [ 120.1358371, 30.3219186 ], [ 120.135797, 30.3225878 ], [ 120.1357646, 30.3231276 ], [ 120.1357497, 30.3233753 ], [ 120.1356948, 30.3242489 ], [ 120.1356171, 30.3254854 ], [ 120.1355588, 30.3264136 ], [ 120.1355326, 30.3267636 ], [ 120.1355256, 30.3268577 ], [ 120.1353734, 30.3274228 ], [ 120.134986, 30.3288613 ], [ 120.1349168, 30.3291182 ], [ 120.1347289, 30.3298156 ], [ 120.1345912, 30.3305673 ], [ 120.13452, 30.330956 ], [ 120.1344153, 30.331527 ], [ 120.1343305, 30.33199 ], [ 120.1342807, 30.3325544 ], [ 120.1343269, 30.3327823 ], [ 120.1343483, 30.3328875 ], [ 120.1343515, 30.3329032 ], [ 120.134409, 30.3331242 ], [ 120.134432, 30.3332158 ], [ 120.1344394, 30.3332344 ], [ 120.1344906, 30.3333639 ], [ 120.134523, 30.3334447 ], [ 120.134611, 30.3336644 ], [ 120.1347538, 30.3340317 ], [ 120.1348129, 30.3343441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1321171, 30.3208856 ], [ 120.1321262, 30.3213715 ], [ 120.1321265, 30.3215339 ], [ 120.132147, 30.3224214 ], [ 120.1321425, 30.3230989 ], [ 120.1321243, 30.3236806 ], [ 120.132104, 30.3239714 ], [ 120.1320716, 30.3245135 ], [ 120.132073, 30.3247906 ], [ 120.1320777, 30.3256923 ], [ 120.1320632, 30.3260822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319322, 30.3260634 ], [ 120.1319609, 30.3246164 ], [ 120.1320043, 30.3236858 ], [ 120.132022, 30.3228456 ], [ 120.1320311, 30.3224108 ], [ 120.1320173, 30.3209716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319322, 30.3260634 ], [ 120.1320632, 30.3260822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319039, 30.3261742 ], [ 120.1319322, 30.3260634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320632, 30.3260822 ], [ 120.1320323, 30.3261994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.122898, 30.3212677 ], [ 120.1230381, 30.3212783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1230381, 30.3212783 ], [ 120.122898, 30.3212677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320173, 30.3209716 ], [ 120.1306227, 30.3212755 ], [ 120.1294411, 30.3215356 ], [ 120.1279277, 30.3216506 ], [ 120.1271306, 30.3216654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1230381, 30.3212783 ], [ 120.1232656, 30.3213024 ], [ 120.1259186, 30.3215498 ], [ 120.1261423, 30.3215622 ], [ 120.1270053, 30.3216098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270053, 30.3216098 ], [ 120.1261423, 30.3215622 ], [ 120.1259186, 30.3215498 ], [ 120.1232656, 30.3213024 ], [ 120.1230381, 30.3212783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270053, 30.3216098 ], [ 120.127146, 30.3215504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.127146, 30.3215504 ], [ 120.1271306, 30.3216654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥弄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271306, 30.3216654 ], [ 120.1270053, 30.3216098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1218998, 30.3249729 ], [ 120.1221088, 30.3242129 ], [ 120.1223853, 30.3231883 ], [ 120.1226008, 30.3225042 ], [ 120.1226799, 30.3221136 ], [ 120.122898, 30.3212677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1230381, 30.3212783 ], [ 120.1227841, 30.3222385 ], [ 120.122519, 30.323243 ], [ 120.1223645, 30.3237982 ], [ 120.1220776, 30.3250153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320323, 30.3261994 ], [ 120.1319039, 30.3261742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320632, 30.3260822 ], [ 120.1326609, 30.3261428 ], [ 120.1356764, 30.3264609 ], [ 120.137312, 30.3266257 ], [ 120.1376654, 30.3266567 ], [ 120.1381321, 30.326708 ], [ 120.1382591, 30.326724 ], [ 120.1387071, 30.3267588 ], [ 120.1392396, 30.3268063 ], [ 120.139706, 30.3268452 ], [ 120.1408819, 30.3269242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1408702, 30.3270244 ], [ 120.1402091, 30.3269717 ], [ 120.1396907, 30.3269304 ], [ 120.139434, 30.3269074 ], [ 120.1392055, 30.3268905 ], [ 120.1386905, 30.3268458 ], [ 120.1386612, 30.3268433 ], [ 120.1381081, 30.3267801 ], [ 120.1376576, 30.3267366 ], [ 120.1373159, 30.3267117 ], [ 120.136061, 30.3265887 ], [ 120.1341457, 30.3264104 ], [ 120.1326616, 30.32626 ], [ 120.1320323, 30.3261994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312155, 30.3302106 ], [ 120.1314301, 30.3293713 ], [ 120.1316144, 30.328532 ], [ 120.1316466, 30.3283234 ], [ 120.1317056, 30.3278316 ], [ 120.1318462, 30.326659 ], [ 120.1318811, 30.3263591 ], [ 120.1319039, 30.3261742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320323, 30.3261994 ], [ 120.1320265, 30.3262881 ], [ 120.1320179, 30.3263672 ], [ 120.1319776, 30.3266485 ], [ 120.131892, 30.3272697 ], [ 120.1318755, 30.3274216 ], [ 120.1318144, 30.3279855 ], [ 120.1317751, 30.3283481 ], [ 120.1317126, 30.3285669 ], [ 120.1315486, 30.3293779 ], [ 120.1313467, 30.3302283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1178907, 30.331312 ], [ 120.1184748, 30.3315543 ], [ 120.1186459, 30.3316386 ], [ 120.1193829, 30.3320017 ], [ 120.1203834, 30.3324692 ], [ 120.1210306, 30.3327513 ], [ 120.121493, 30.3329337 ], [ 120.1217241, 30.3330249 ], [ 120.1221125, 30.333154 ], [ 120.1224575, 30.3332697 ], [ 120.1227813, 30.333366 ], [ 120.1230752, 30.3334541 ], [ 120.123356, 30.333525 ], [ 120.1236863, 30.3336066 ], [ 120.1240166, 30.3336767 ], [ 120.1247893, 30.333816 ], [ 120.125374, 30.3339075 ], [ 120.1259759, 30.3339697 ], [ 120.1265222, 30.3340045 ], [ 120.1274088, 30.3340333 ], [ 120.127911, 30.3340311 ], [ 120.1288126, 30.3340208 ], [ 120.1293286, 30.3340121 ], [ 120.1302669, 30.3340174 ], [ 120.1310594, 30.3340426 ], [ 120.1317346, 30.3340667 ], [ 120.1330439, 30.3341306 ], [ 120.1335358, 30.3341541 ], [ 120.134037, 30.3341857 ], [ 120.1344952, 30.3342293 ], [ 120.1354352, 30.3343098 ], [ 120.1359038, 30.3343519 ], [ 120.136293, 30.334374 ], [ 120.1366228, 30.3343893 ], [ 120.1369479, 30.3344006 ], [ 120.1380343, 30.334435 ], [ 120.1421377, 30.3344657 ], [ 120.1467882, 30.3346072 ], [ 120.1480437, 30.3345981 ], [ 120.1495816, 30.33462 ], [ 120.1524833, 30.334655 ], [ 120.1536148, 30.334676 ], [ 120.154318, 30.334687 ], [ 120.1546445, 30.3346651 ], [ 120.1550116, 30.3346159 ], [ 120.1553509, 30.3345231 ], [ 120.1557355, 30.3343921 ], [ 120.1561632, 30.3342341 ], [ 120.1565087, 30.3341042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1178907, 30.331312 ], [ 120.1188167, 30.331795 ], [ 120.1191214, 30.3319505 ], [ 120.1206846, 30.3327157 ], [ 120.1209064, 30.3328152 ], [ 120.1211188, 30.3328986 ], [ 120.1212004, 30.3329321 ], [ 120.1217016, 30.3331374 ], [ 120.1222414, 30.3333282 ], [ 120.1227257, 30.3334727 ], [ 120.1228429, 30.3335077 ], [ 120.1231958, 30.3336078 ], [ 120.1235356, 30.3336928 ], [ 120.123892, 30.3337623 ], [ 120.1243417, 30.3338574 ], [ 120.1248385, 30.3339443 ], [ 120.1254084, 30.334028 ], [ 120.1259689, 30.3340955 ], [ 120.126477, 30.334143 ], [ 120.1274144, 30.3341963 ], [ 120.1293364, 30.3342566 ], [ 120.1309999, 30.334314 ], [ 120.1331335, 30.3343964 ], [ 120.133897, 30.3344058 ], [ 120.1346096, 30.3344251 ], [ 120.1355662, 30.3344693 ], [ 120.1371555, 30.3345273 ], [ 120.1393838, 30.3345836 ], [ 120.1419256, 30.3346246 ], [ 120.1447137, 30.3346624 ], [ 120.1468401, 30.3346801 ], [ 120.1477308, 30.3346872 ], [ 120.1481197, 30.3346733 ], [ 120.1509949, 30.3346993 ], [ 120.1515094, 30.3347257 ], [ 120.1522627, 30.3347443 ], [ 120.1533236, 30.3347705 ], [ 120.1541735, 30.3347905 ], [ 120.1546191, 30.334761 ], [ 120.155111, 30.3346879 ], [ 120.1555004, 30.3345801 ], [ 120.1559041, 30.3344238 ], [ 120.1565087, 30.3341042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.156363, 30.334291 ], [ 120.155892, 30.3345191 ], [ 120.1555027, 30.3346614 ], [ 120.1551332, 30.3347692 ], [ 120.1548048, 30.3348129 ], [ 120.1543646, 30.3348546 ], [ 120.1539855, 30.3348595 ], [ 120.1533931, 30.3348601 ], [ 120.1522623, 30.3348303 ], [ 120.1515282, 30.334811 ], [ 120.1509952, 30.3348387 ], [ 120.1484037, 30.3347925 ], [ 120.1478462, 30.3347855 ], [ 120.1477139, 30.3347838 ], [ 120.1468438, 30.3347728 ], [ 120.1446952, 30.3347309 ], [ 120.1428554, 30.3347169 ], [ 120.1407748, 30.3347059 ], [ 120.138308, 30.3346399 ], [ 120.1355454, 30.3345833 ], [ 120.1345997, 30.3345445 ], [ 120.1340402, 30.3345242 ], [ 120.13315, 30.3344798 ], [ 120.1293656, 30.334341 ], [ 120.1273926, 30.3342826 ], [ 120.1267987, 30.3342493 ], [ 120.1260397, 30.3341932 ], [ 120.124854, 30.3340383 ], [ 120.123863, 30.333848 ], [ 120.1237178, 30.3338145 ], [ 120.1234032, 30.3337418 ], [ 120.1228191, 30.3335858 ], [ 120.1222683, 30.3334158 ], [ 120.1216844, 30.3332172 ], [ 120.1211638, 30.3330139 ], [ 120.1208108, 30.3328635 ], [ 120.120297, 30.3326194 ], [ 120.1192169, 30.3321593 ], [ 120.1183754, 30.3317621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "留石高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.156363, 30.334291 ], [ 120.1559686, 30.3345448 ], [ 120.1556672, 30.3346796 ], [ 120.1552362, 30.3348107 ], [ 120.154766, 30.3349152 ], [ 120.1542589, 30.3349513 ], [ 120.153103, 30.3349652 ], [ 120.151485, 30.3349391 ], [ 120.1506899, 30.3349338 ], [ 120.1480704, 30.3348926 ], [ 120.1466387, 30.334891 ], [ 120.1406807, 30.3348607 ], [ 120.1340898, 30.3347921 ], [ 120.1331367, 30.3347802 ], [ 120.1324679, 30.3347618 ], [ 120.131772, 30.3347272 ], [ 120.1309361, 30.3346834 ], [ 120.1277034, 30.3344544 ], [ 120.1273426, 30.3344269 ], [ 120.1257105, 30.3343048 ], [ 120.1249103, 30.3342 ], [ 120.1243158, 30.3340938 ], [ 120.123342, 30.3338694 ], [ 120.1224706, 30.3336248 ], [ 120.1219844, 30.3334579 ], [ 120.1213461, 30.3332158 ], [ 120.120755, 30.332965 ], [ 120.1202066, 30.3327199 ], [ 120.1193636, 30.3323334 ], [ 120.1191631, 30.3322289 ], [ 120.1186698, 30.3319385 ], [ 120.1183754, 30.3317621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347001, 30.3343354 ], [ 120.1347462, 30.3343391 ], [ 120.1348129, 30.3343441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1450063, 30.3274419 ], [ 120.1446739, 30.3274039 ], [ 120.1444002, 30.3273771 ], [ 120.1441538, 30.327353 ], [ 120.1433913, 30.3272645 ], [ 120.1430293, 30.3272314 ], [ 120.1412184, 30.3270661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1412254, 30.3269615 ], [ 120.1422978, 30.3270606 ], [ 120.1427132, 30.327099 ], [ 120.1435041, 30.327172 ], [ 120.1443297, 30.3272823 ], [ 120.1443743, 30.3272883 ], [ 120.1445421, 30.327302 ], [ 120.1446354, 30.3273096 ], [ 120.1447824, 30.3273216 ], [ 120.1466907, 30.3274747 ], [ 120.147999, 30.3275778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1451548, 30.3274546 ], [ 120.1450063, 30.3274419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480112, 30.3276983 ], [ 120.146335, 30.3275553 ], [ 120.1459074, 30.3275188 ], [ 120.145339, 30.3274703 ], [ 120.1451548, 30.3274546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.147999, 30.3275778 ], [ 120.1480557, 30.3275832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480112, 30.3276983 ], [ 120.147999, 30.3275778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480557, 30.3275832 ], [ 120.1480646, 30.3277035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480646, 30.3277035 ], [ 120.1480112, 30.3276983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480508, 30.3296802 ], [ 120.1480323, 30.3285236 ], [ 120.1480112, 30.3276983 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1399939, 30.3345509 ], [ 120.1401154, 30.3334524 ], [ 120.1401765, 30.3329092 ], [ 120.1404892, 30.330422 ], [ 120.1405378, 30.3299771 ], [ 120.1405994, 30.329412 ], [ 120.140624, 30.3291867 ], [ 120.1406716, 30.3287506 ], [ 120.1407709, 30.3278872 ], [ 120.1408329, 30.3273487 ], [ 120.1408702, 30.3270244 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1412184, 30.3270661 ], [ 120.1411241, 30.3277875 ], [ 120.141102, 30.3279176 ], [ 120.1410534, 30.3282778 ], [ 120.1410184, 30.3285366 ], [ 120.1409294, 30.3291961 ], [ 120.1408663, 30.3296525 ], [ 120.1407545, 30.3304614 ], [ 120.1406135, 30.3315996 ], [ 120.1404512, 30.3329099 ], [ 120.1403878, 30.3334632 ], [ 120.1402542, 30.3345533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "茶汤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1446586, 30.3345422 ], [ 120.1446267, 30.3342901 ], [ 120.1446256, 30.3326385 ], [ 120.1446255, 30.3325106 ], [ 120.1446423, 30.3315178 ], [ 120.1446859, 30.3303334 ], [ 120.1446913, 30.330193 ], [ 120.144753, 30.3296062 ], [ 120.1447607, 30.3295474 ], [ 120.1447662, 30.3294908 ], [ 120.1448816, 30.3283424 ], [ 120.1448965, 30.3282142 ], [ 120.1449152, 30.3280204 ], [ 120.1450063, 30.3274419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "茶汤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1451548, 30.3274546 ], [ 120.1450798, 30.3278272 ], [ 120.1450613, 30.3279193 ], [ 120.1449479, 30.3286162 ], [ 120.1449212, 30.3287801 ], [ 120.1448335, 30.3296061 ], [ 120.1448275, 30.3296757 ], [ 120.1447757, 30.3301982 ], [ 120.144745, 30.3306675 ], [ 120.1447379, 30.3309017 ], [ 120.1447145, 30.3316794 ], [ 120.1447089, 30.3318635 ], [ 120.1447037, 30.3326864 ], [ 120.1447009, 30.333139 ], [ 120.1447019, 30.3333172 ], [ 120.1447028, 30.3334807 ], [ 120.1447049, 30.3338614 ], [ 120.1447129, 30.3343108 ], [ 120.1446586, 30.3345422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480646, 30.3277035 ], [ 120.1480999, 30.3296774 ], [ 120.1481167, 30.3302908 ], [ 120.1481152, 30.332146 ], [ 120.148089, 30.3330213 ], [ 120.1480694, 30.3337787 ], [ 120.1480835, 30.3345578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480431, 30.3345594 ], [ 120.1480212, 30.3337828 ], [ 120.1480347, 30.333338 ], [ 120.1480669, 30.3302821 ], [ 120.1480508, 30.3296802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东教路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480508, 30.3296802 ], [ 120.1480669, 30.3302821 ], [ 120.1480347, 30.333338 ], [ 120.1480212, 30.3337828 ], [ 120.1480431, 30.3345594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480431, 30.3345594 ], [ 120.1480835, 30.3345578 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1446586, 30.3345422 ], [ 120.1460987, 30.3345599 ], [ 120.1470717, 30.3345718 ], [ 120.1475607, 30.3345778 ], [ 120.1480431, 30.3345594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402542, 30.3345533 ], [ 120.1406147, 30.3345567 ], [ 120.1407972, 30.3345588 ], [ 120.1428137, 30.3345821 ], [ 120.1435582, 30.3345907 ], [ 120.143975, 30.3345723 ], [ 120.1446586, 30.3345422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402542, 30.3345533 ], [ 120.1402295, 30.334774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271605, 30.3299232 ], [ 120.1271703, 30.330075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271605, 30.3299232 ], [ 120.1293206, 30.3300881 ], [ 120.13001, 30.3301327 ], [ 120.1312155, 30.3302106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271703, 30.330075 ], [ 120.1270108, 30.3300622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.131271, 30.3303206 ], [ 120.1302171, 30.3302444 ], [ 120.1293257, 30.3301799 ], [ 120.1280972, 30.3301201 ], [ 120.1271703, 30.330075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312155, 30.3302106 ], [ 120.1313467, 30.3302283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.131271, 30.3303206 ], [ 120.1312155, 30.3302106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1313467, 30.3302283 ], [ 120.131271, 30.3303206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.131271, 30.3303206 ], [ 120.1310916, 30.3310509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1310916, 30.3310509 ], [ 120.131271, 30.3303206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270499, 30.334115 ], [ 120.1270225, 30.3327687 ], [ 120.127018, 30.3325075 ], [ 120.1270182, 30.3316874 ], [ 120.1270183, 30.3312771 ], [ 120.1270108, 30.3300622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271703, 30.330075 ], [ 120.127173, 30.331237 ], [ 120.1271726, 30.3317962 ], [ 120.127172, 30.3325319 ], [ 120.1271776, 30.332782 ], [ 120.1271728, 30.334115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1197468, 30.3322192 ], [ 120.1204633, 30.3325535 ], [ 120.1207853, 30.3327071 ], [ 120.1212112, 30.3328797 ], [ 120.1215432, 30.3330091 ], [ 120.1217915, 30.3330997 ], [ 120.1221616, 30.3332409 ], [ 120.1225801, 30.3333729 ], [ 120.1228268, 30.3334493 ], [ 120.1231836, 30.3335419 ], [ 120.1235798, 30.3336403 ], [ 120.1239047, 30.3337125 ], [ 120.1241323, 30.3337569 ], [ 120.1248637, 30.3339064 ], [ 120.125421, 30.3339712 ], [ 120.1256181, 30.333992 ], [ 120.1262361, 30.3340555 ], [ 120.1270499, 30.334115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270506, 30.3343401 ], [ 120.1262309, 30.3342778 ], [ 120.125583, 30.3342139 ], [ 120.1253968, 30.3341876 ], [ 120.1249153, 30.3341269 ], [ 120.1244918, 30.3340478 ], [ 120.124374, 30.3340244 ], [ 120.1239529, 30.3339407 ], [ 120.1236013, 30.3338614 ], [ 120.1232218, 30.3337887 ], [ 120.1227099, 30.3336519 ], [ 120.1221355, 30.3334675 ], [ 120.1216379, 30.3332718 ], [ 120.1213743, 30.3331554 ], [ 120.1210976, 30.3330331 ], [ 120.1196487, 30.3323994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270499, 30.334115 ], [ 120.1271728, 30.334115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271728, 30.334115 ], [ 120.1281023, 30.3341263 ], [ 120.129439, 30.3340972 ], [ 120.1310105, 30.3341432 ], [ 120.1317103, 30.3341708 ], [ 120.1331174, 30.3342292 ], [ 120.1333303, 30.334232 ], [ 120.1338586, 30.334267 ], [ 120.1347001, 30.3343354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270506, 30.3343401 ], [ 120.1270499, 30.334115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271728, 30.334115 ], [ 120.1271854, 30.3343486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271854, 30.3343486 ], [ 120.1270506, 30.3343401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1295012, 30.3345098 ], [ 120.1292857, 30.334486 ], [ 120.1283419, 30.3344318 ], [ 120.1279211, 30.3344005 ], [ 120.1271854, 30.3343486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270453, 30.3364639 ], [ 120.1270548, 30.3357317 ], [ 120.1270506, 30.3343401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348129, 30.3343441 ], [ 120.1353065, 30.3343997 ], [ 120.1354941, 30.3344061 ], [ 120.1365635, 30.3344703 ], [ 120.1366528, 30.3344757 ], [ 120.1372649, 30.3344982 ], [ 120.1382644, 30.3345349 ], [ 120.1399939, 30.3345509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1346972, 30.3346647 ], [ 120.1347001, 30.3343354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348129, 30.3343441 ], [ 120.1349187, 30.3346645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1399939, 30.3345509 ], [ 120.1402542, 30.3345533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1346972, 30.3346647 ], [ 120.1333107, 30.3346443 ], [ 120.1329204, 30.3346228 ], [ 120.1318502, 30.3345858 ], [ 120.1309764, 30.3345633 ], [ 120.1295012, 30.3345098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1399727, 30.3347607 ], [ 120.1399939, 30.3345509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1349187, 30.3346645 ], [ 120.1346972, 30.3346647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1399727, 30.3347607 ], [ 120.1384858, 30.3347525 ], [ 120.1382986, 30.3347515 ], [ 120.1377421, 30.3347375 ], [ 120.1368929, 30.3347162 ], [ 120.1366716, 30.3347106 ], [ 120.1352096, 30.3346723 ], [ 120.1349187, 30.3346645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402295, 30.334774 ], [ 120.1399727, 30.3347607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1349187, 30.3346645 ], [ 120.1348879, 30.3353988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243065, 30.335049 ], [ 120.1250978, 30.3354574 ], [ 120.1253298, 30.3355731 ], [ 120.1258609, 30.3358498 ], [ 120.1260268, 30.3359353 ], [ 120.1261349, 30.3359911 ], [ 120.1270453, 30.3364639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270453, 30.3364639 ], [ 120.1261349, 30.3359911 ], [ 120.1260268, 30.3359353 ], [ 120.1258609, 30.3358498 ], [ 120.1253298, 30.3355731 ], [ 120.1250978, 30.3354574 ], [ 120.1243065, 30.335049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271854, 30.3343486 ], [ 120.1271955, 30.3356775 ], [ 120.1271961, 30.3364061 ], [ 120.1271567, 30.3367059 ], [ 120.1270697, 30.3373094 ], [ 120.1270425, 30.3374255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294719, 30.3374868 ], [ 120.1294768, 30.3369934 ], [ 120.1294823, 30.3364354 ], [ 120.129493, 30.3353381 ], [ 120.1294949, 30.3351439 ], [ 120.1295012, 30.3345098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1295012, 30.3345098 ], [ 120.1294949, 30.3351439 ], [ 120.129493, 30.3353381 ], [ 120.1294823, 30.3364354 ], [ 120.1294768, 30.3369934 ], [ 120.1294719, 30.3374868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228834, 30.3393185 ], [ 120.1231349, 30.3385819 ], [ 120.1232882, 30.3381329 ], [ 120.1233168, 30.338049 ], [ 120.1235703, 30.3373065 ], [ 120.1238167, 30.3365939 ], [ 120.123868, 30.3364031 ], [ 120.1243065, 30.335049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243065, 30.335049 ], [ 120.123868, 30.3364031 ], [ 120.1238167, 30.3365939 ], [ 120.1235703, 30.3373065 ], [ 120.1233168, 30.338049 ], [ 120.1232882, 30.3381329 ], [ 120.1231349, 30.3385819 ], [ 120.1228834, 30.3393185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萍荣弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1314113, 30.3373871 ], [ 120.1312247, 30.3374786 ], [ 120.1294719, 30.3374868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萍荣弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294719, 30.3374868 ], [ 120.1312247, 30.3374786 ], [ 120.1314113, 30.3373871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萍荣弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270425, 30.3374255 ], [ 120.1294719, 30.3374868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030582, 30.3248802 ], [ 120.1028602, 30.3248105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971685, 30.3224791 ], [ 120.0974962, 30.3226783 ], [ 120.1015646, 30.3240693 ], [ 120.1049745, 30.3252416 ], [ 120.1063204, 30.3257265 ], [ 120.107168, 30.326083 ], [ 120.107863, 30.3264087 ], [ 120.1083215, 30.3266235 ], [ 120.1092333, 30.3270508 ], [ 120.1105445, 30.3275722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1101171, 30.3277491 ], [ 120.1091823, 30.327141 ], [ 120.1082543, 30.3266865 ], [ 120.1078005, 30.3264642 ], [ 120.1071358, 30.3261386 ], [ 120.1062909, 30.3257844 ], [ 120.1049506, 30.3252904 ], [ 120.1015377, 30.324137 ], [ 120.0981328, 30.322979 ], [ 120.097437, 30.3227513 ], [ 120.0970566, 30.3226627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥符南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0949546, 30.3243877 ], [ 120.0957874, 30.3247106 ], [ 120.0960607, 30.3248001 ], [ 120.0964401, 30.3248689 ], [ 120.0968483, 30.3249027 ], [ 120.0971119, 30.3249304 ], [ 120.0974162, 30.3250048 ], [ 120.0976992, 30.3250808 ], [ 120.0980415, 30.3251726 ], [ 120.0990756, 30.3254501 ], [ 120.099219, 30.325488 ], [ 120.1000723, 30.3257577 ], [ 120.1005411, 30.3259445 ], [ 120.1013645, 30.3262817 ], [ 120.1019474, 30.3264477 ], [ 120.1024343, 30.3266061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥符南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1024343, 30.3266061 ], [ 120.1019474, 30.3264477 ], [ 120.1013645, 30.3262817 ], [ 120.1005411, 30.3259445 ], [ 120.1000723, 30.3257577 ], [ 120.099219, 30.325488 ], [ 120.0990756, 30.3254501 ], [ 120.0980415, 30.3251726 ], [ 120.0976992, 30.3250808 ], [ 120.0974162, 30.3250048 ], [ 120.0971119, 30.3249304 ], [ 120.0968483, 30.3249027 ], [ 120.0964401, 30.3248689 ], [ 120.0960607, 30.3248001 ], [ 120.0957874, 30.3247106 ], [ 120.0949546, 30.3243877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1024343, 30.3266061 ], [ 120.1025063, 30.3262631 ], [ 120.1025754, 30.3259404 ], [ 120.1026155, 30.3257753 ], [ 120.1027187, 30.3253294 ], [ 120.1028602, 30.3248105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1031949, 30.3244154 ], [ 120.1035634, 30.3245377 ], [ 120.1040862, 30.3247421 ], [ 120.1041255, 30.3247556 ], [ 120.1056868, 30.325293 ], [ 120.105912, 30.3253851 ], [ 120.1063348, 30.3255434 ], [ 120.1067577, 30.3257123 ], [ 120.1076311, 30.3261265 ], [ 120.1085258, 30.3265316 ], [ 120.1092885, 30.3269092 ], [ 120.1100942, 30.3273345 ], [ 120.1105445, 30.3275722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1101171, 30.3277491 ], [ 120.1100047, 30.3276811 ], [ 120.1099045, 30.327629 ], [ 120.109643, 30.3274905 ], [ 120.1091664, 30.3272379 ], [ 120.1078175, 30.3265827 ], [ 120.1073627, 30.3263563 ], [ 120.1070264, 30.3262001 ], [ 120.1066499, 30.3260272 ], [ 120.1062698, 30.3258677 ], [ 120.1057799, 30.3256753 ], [ 120.1049675, 30.3253985 ], [ 120.1040211, 30.3251077 ], [ 120.1037027, 30.3250089 ], [ 120.1034209, 30.3249453 ], [ 120.1030582, 30.3248802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1030582, 30.3248802 ], [ 120.1029874, 30.3251491 ], [ 120.1029166, 30.3254789 ], [ 120.1028001, 30.3259673 ], [ 120.1026363, 30.3266537 ], [ 120.1024585, 30.3272739 ], [ 120.1022618, 30.3280452 ], [ 120.1021978, 30.3284731 ], [ 120.1021497, 30.3286215 ], [ 120.1020365, 30.3290967 ], [ 120.1018708, 30.3297907 ], [ 120.1017155, 30.3302734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1014907, 30.3301589 ], [ 120.1015363, 30.3298607 ], [ 120.101759, 30.3290205 ], [ 120.1018723, 30.3285739 ], [ 120.1020526, 30.327841 ], [ 120.1022106, 30.3271653 ], [ 120.1022682, 30.3269191 ], [ 120.1024343, 30.3266061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1209733, 30.3285264 ], [ 120.1210407, 30.3283344 ], [ 120.1213739, 30.3271061 ], [ 120.1215827, 30.3262883 ], [ 120.1217281, 30.3256515 ], [ 120.1217777, 30.3254791 ], [ 120.1218569, 30.3251023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1220479, 30.3251485 ], [ 120.1219241, 30.3255036 ], [ 120.1218808, 30.3256762 ], [ 120.1217843, 30.3260529 ], [ 120.1214074, 30.3273816 ], [ 120.1211193, 30.3285753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152775, 30.3260127 ], [ 120.1153637, 30.3260654 ], [ 120.1172656, 30.3272273 ], [ 120.1186348, 30.3277452 ], [ 120.1201732, 30.3282518 ], [ 120.1203234, 30.3282969 ], [ 120.1206493, 30.3284069 ], [ 120.1209733, 30.3285264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.120931, 30.3286522 ], [ 120.1206037, 30.3285365 ], [ 120.120298, 30.3284358 ], [ 120.1186129, 30.3278732 ], [ 120.1172114, 30.3273431 ], [ 120.1152868, 30.3261897 ], [ 120.1152057, 30.3261411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1138736, 30.3292461 ], [ 120.1144708, 30.3273639 ], [ 120.1146538, 30.3268293 ], [ 120.114923, 30.3262707 ], [ 120.1149659, 30.326203 ], [ 120.11506, 30.3260545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152057, 30.3261411 ], [ 120.1151024, 30.326281 ], [ 120.1150522, 30.3263489 ], [ 120.1148426, 30.3268665 ], [ 120.1146329, 30.3273841 ], [ 120.1140478, 30.3293218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117015, 30.3286214 ], [ 120.111475, 30.328512 ], [ 120.1105436, 30.3279877 ], [ 120.1104258, 30.3279231 ], [ 120.1101171, 30.3277491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1105445, 30.3275722 ], [ 120.1112194, 30.3279284 ], [ 120.1129255, 30.3287681 ], [ 120.1133313, 30.3289679 ], [ 120.1138736, 30.3292461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1209733, 30.3285264 ], [ 120.1211193, 30.3285753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.120931, 30.3286522 ], [ 120.1209733, 30.3285264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271218, 30.325616 ], [ 120.1271323, 30.3257534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271323, 30.3257534 ], [ 120.1269256, 30.3257221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271218, 30.325616 ], [ 120.129295, 30.3258206 ], [ 120.1303927, 30.3259217 ], [ 120.1319322, 30.3260634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1319039, 30.3261742 ], [ 120.1307113, 30.3260739 ], [ 120.1292995, 30.3259551 ], [ 120.1275482, 30.325798 ], [ 120.1271323, 30.3257534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270136, 30.3299004 ], [ 120.1269522, 30.3283805 ], [ 120.1269675, 30.3268186 ], [ 120.1269351, 30.3264425 ], [ 120.1269391, 30.326204 ], [ 120.1269256, 30.3257221 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271323, 30.3257534 ], [ 120.1271389, 30.3262434 ], [ 120.1271435, 30.326455 ], [ 120.1271386, 30.3270595 ], [ 120.1271279, 30.3283778 ], [ 120.1271605, 30.3299232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1211193, 30.3285753 ], [ 120.1226505, 30.3290876 ], [ 120.1234904, 30.329322 ], [ 120.1255679, 30.3296817 ], [ 120.1270136, 30.3299004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270108, 30.3300622 ], [ 120.124005, 30.3295176 ], [ 120.123437, 30.3294102 ], [ 120.1218044, 30.3289459 ], [ 120.1210734, 30.3287001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270136, 30.3299004 ], [ 120.1271605, 30.3299232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270108, 30.3300622 ], [ 120.1270136, 30.3299004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1211193, 30.3285753 ], [ 120.1210734, 30.3287001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "花园岗街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1210734, 30.3287001 ], [ 120.120931, 30.3286522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132635, 30.3293348 ], [ 120.1126465, 30.3290778 ], [ 120.1117015, 30.3286214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132635, 30.3293348 ], [ 120.1131759, 30.3292541 ], [ 120.1126011, 30.328983 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1138736, 30.3292461 ], [ 120.1140478, 30.3293218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1138073, 30.3295612 ], [ 120.1138736, 30.3292461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1138073, 30.3295612 ], [ 120.1132635, 30.3293348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1140478, 30.3293218 ], [ 120.1139352, 30.3296125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1139352, 30.3296125 ], [ 120.1138073, 30.3295612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117015, 30.3286214 ], [ 120.1113592, 30.3290478 ], [ 120.1111003, 30.3294075 ], [ 120.1109377, 30.3298759 ], [ 120.1108184, 30.3302365 ], [ 120.110697, 30.3304446 ], [ 120.1106536, 30.3305189 ], [ 120.1104668, 30.3308392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1014907, 30.3301589 ], [ 120.1016187, 30.3299187 ], [ 120.1017115, 30.3296119 ], [ 120.1018177, 30.3291668 ], [ 120.1019618, 30.3285909 ], [ 120.1021017, 30.3280272 ], [ 120.1022131, 30.3275687 ], [ 120.1022555, 30.327376 ], [ 120.1024343, 30.3266061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0979787, 30.3287839 ], [ 120.0989435, 30.3291659 ], [ 120.0999395, 30.3295683 ], [ 120.1012576, 30.3300685 ], [ 120.1014907, 30.3301589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1014907, 30.3301589 ], [ 120.1012576, 30.3300685 ], [ 120.0999395, 30.3295683 ], [ 120.0989435, 30.3291659 ], [ 120.0979787, 30.3287839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1017155, 30.3302734 ], [ 120.1014907, 30.3301589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1014907, 30.3301589 ], [ 120.1017155, 30.3302734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1017155, 30.3302734 ], [ 120.1014663, 30.3308686 ], [ 120.1013443, 30.331048 ], [ 120.1008202, 30.3322327 ], [ 120.1003918, 30.3330969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1017155, 30.3302734 ], [ 120.1017013, 30.3305073 ], [ 120.101535, 30.3308892 ], [ 120.1014277, 30.3312226 ], [ 120.1008556, 30.3324399 ], [ 120.1006606, 30.3328547 ], [ 120.1003918, 30.3330969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1040155, 30.3329912 ], [ 120.1052527, 30.3311238 ], [ 120.1054721, 30.3309344 ], [ 120.1056845, 30.3307664 ], [ 120.1059429, 30.3306412 ], [ 120.1061906, 30.3305373 ], [ 120.1065587, 30.3304701 ], [ 120.1069303, 30.330464 ], [ 120.1084628, 30.3305587 ], [ 120.1085469, 30.3305705 ], [ 120.1104668, 30.3308392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104668, 30.3308392 ], [ 120.1085469, 30.3305705 ], [ 120.1084628, 30.3305587 ], [ 120.1069303, 30.330464 ], [ 120.1065587, 30.3304701 ], [ 120.1061906, 30.3305373 ], [ 120.1059429, 30.3306412 ], [ 120.1056845, 30.3307664 ], [ 120.1054721, 30.3309344 ], [ 120.1052527, 30.3311238 ], [ 120.1040155, 30.3329912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0993168, 30.3342207 ], [ 120.0998207, 30.3335672 ], [ 120.1000253, 30.333244 ], [ 120.100154, 30.3329944 ], [ 120.100192, 30.3329207 ], [ 120.1005406, 30.3321629 ], [ 120.1011091, 30.3309996 ], [ 120.1013405, 30.3304951 ], [ 120.1014907, 30.3301589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104668, 30.3308392 ], [ 120.1106536, 30.3305189 ], [ 120.110697, 30.3304446 ], [ 120.1108184, 30.3302365 ], [ 120.1109377, 30.3298759 ], [ 120.1111003, 30.3294075 ], [ 120.1113592, 30.3290478 ], [ 120.1117015, 30.3286214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1131832, 30.3312092 ], [ 120.1138073, 30.3295612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1195896, 30.3321425 ], [ 120.1197401, 30.3317869 ], [ 120.1198944, 30.3314136 ], [ 120.1205871, 30.329842 ], [ 120.120931, 30.3286522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1139352, 30.3296125 ], [ 120.1137334, 30.3302021 ], [ 120.1135388, 30.3307706 ], [ 120.1133663, 30.3312497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1210734, 30.3287001 ], [ 120.1206726, 30.3299252 ], [ 120.1200096, 30.3314744 ], [ 120.1198836, 30.331824 ], [ 120.1197468, 30.3322192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1140478, 30.3293218 ], [ 120.1164591, 30.3305153 ], [ 120.1173655, 30.3309639 ], [ 120.1180191, 30.3312976 ], [ 120.1184732, 30.33158 ], [ 120.1188053, 30.3317511 ], [ 120.1191768, 30.3319363 ], [ 120.1195896, 30.3321425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194828, 30.3323297 ], [ 120.1190547, 30.3321515 ], [ 120.1186538, 30.3319536 ], [ 120.117094, 30.3311797 ], [ 120.1139352, 30.3296125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104668, 30.3308392 ], [ 120.113033, 30.3311887 ], [ 120.1131832, 30.3312092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1131832, 30.3312092 ], [ 120.113033, 30.3311887 ], [ 120.1104668, 30.3308392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1195896, 30.3321425 ], [ 120.1197468, 30.3322192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0888795, 30.3303707 ], [ 120.088929, 30.3302258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.088929, 30.3302258 ], [ 120.0902003, 30.3307008 ], [ 120.091508, 30.3311219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "孔家埭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0979787, 30.3287839 ], [ 120.0958309, 30.3326985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "孔家埭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0958309, 30.3326985 ], [ 120.0979787, 30.3287839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914731, 30.3312184 ], [ 120.090194, 30.3308587 ], [ 120.0888795, 30.3303707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.091508, 30.3311219 ], [ 120.0914731, 30.3312184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914731, 30.3312184 ], [ 120.091508, 30.3311219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.091508, 30.3311219 ], [ 120.0927592, 30.3315463 ], [ 120.0928772, 30.3315855 ], [ 120.0931607, 30.3316796 ], [ 120.0934143, 30.3317638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0933548, 30.3318617 ], [ 120.0931129, 30.3317682 ], [ 120.0928536, 30.3316874 ], [ 120.0914731, 30.3312184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934143, 30.3317638 ], [ 120.0933548, 30.3318617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194828, 30.3323297 ], [ 120.1195896, 30.3321425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1133663, 30.3312497 ], [ 120.1134979, 30.3312797 ], [ 120.1145154, 30.3315117 ], [ 120.1149264, 30.3316186 ], [ 120.1153842, 30.3317617 ], [ 120.115941, 30.3319705 ], [ 120.1166285, 30.332276 ], [ 120.1167, 30.3323045 ], [ 120.1179824, 30.3327967 ], [ 120.1185978, 30.3330329 ], [ 120.1189064, 30.333153 ], [ 120.1190833, 30.3332246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190833, 30.3332246 ], [ 120.1189064, 30.333153 ], [ 120.1185978, 30.3330329 ], [ 120.1179824, 30.3327967 ], [ 120.1167, 30.3323045 ], [ 120.1166285, 30.332276 ], [ 120.115941, 30.3319705 ], [ 120.1153842, 30.3317617 ], [ 120.1149264, 30.3316186 ], [ 120.1145154, 30.3315117 ], [ 120.1134979, 30.3312797 ], [ 120.1133663, 30.3312497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "萍水东街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1197468, 30.3322192 ], [ 120.1196487, 30.3323994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196487, 30.3323994 ], [ 120.1194828, 30.3323297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10897, 30.334649 ], [ 120.1093452, 30.3331336 ], [ 120.1094175, 30.332906 ], [ 120.1095412, 30.3326277 ], [ 120.1104668, 30.3308392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1104668, 30.3308392 ], [ 120.1095412, 30.3326277 ], [ 120.1094175, 30.332906 ], [ 120.1093452, 30.3331336 ], [ 120.10897, 30.334649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190833, 30.3332246 ], [ 120.1194828, 30.3323297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196487, 30.3323994 ], [ 120.119297, 30.3333171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1121145, 30.3352713 ], [ 120.1125039, 30.3338502 ], [ 120.1127128, 30.3331825 ], [ 120.1131489, 30.3313531 ], [ 120.1131832, 30.3312092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1023133, 30.3325191 ], [ 120.103117, 30.3327941 ], [ 120.1040155, 30.3329912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1040155, 30.3329912 ], [ 120.103117, 30.3327941 ], [ 120.1023133, 30.3325191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1003918, 30.3330969 ], [ 120.1003342, 30.3332135 ], [ 120.1002682, 30.3333274 ], [ 120.1001334, 30.3335599 ], [ 120.1000909, 30.3336168 ], [ 120.0995304, 30.3343667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1040155, 30.3329912 ], [ 120.1045856, 30.3330049 ], [ 120.1050509, 30.3332027 ], [ 120.105409, 30.3335729 ], [ 120.105662, 30.3337831 ], [ 120.1059453, 30.3340184 ], [ 120.1062052, 30.3341255 ], [ 120.1064038, 30.3341968 ], [ 120.1065612, 30.3342529 ], [ 120.10897, 30.334649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10897, 30.334649 ], [ 120.1065612, 30.3342529 ], [ 120.1064038, 30.3341968 ], [ 120.1062052, 30.3341255 ], [ 120.1059453, 30.3340184 ], [ 120.105662, 30.3337831 ], [ 120.105409, 30.3335729 ], [ 120.1050509, 30.3332027 ], [ 120.1045856, 30.3330049 ], [ 120.1040155, 30.3329912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0995304, 30.3343667 ], [ 120.0993168, 30.3342207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0993168, 30.3342207 ], [ 120.0995304, 30.3343667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.099188, 30.3343877 ], [ 120.0993168, 30.3342207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0995847, 30.334428 ], [ 120.0995304, 30.3343667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0995304, 30.3343667 ], [ 120.0995847, 30.334428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1133663, 30.3312497 ], [ 120.1133237, 30.3313881 ], [ 120.113216, 30.331738 ], [ 120.1128328, 30.3334005 ], [ 120.112689, 30.3338319 ], [ 120.1122784, 30.3352897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243065, 30.335049 ], [ 120.1237946, 30.3347557 ], [ 120.1231626, 30.3344545 ], [ 120.1229799, 30.3343816 ], [ 120.1226523, 30.334251 ], [ 120.1221234, 30.3340634 ], [ 120.12077, 30.3336989 ], [ 120.119297, 30.3333171 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥泰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.119297, 30.3333171 ], [ 120.12077, 30.3336989 ], [ 120.1221234, 30.3340634 ], [ 120.1226523, 30.334251 ], [ 120.1229799, 30.3343816 ], [ 120.1231626, 30.3344545 ], [ 120.1237946, 30.3347557 ], [ 120.1243065, 30.335049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1180458, 30.3360461 ], [ 120.1183581, 30.3351342 ], [ 120.1186538, 30.3343339 ], [ 120.1188091, 30.3339329 ], [ 120.1190833, 30.3332246 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.119297, 30.3333171 ], [ 120.1191942, 30.3335838 ], [ 120.1185808, 30.3350421 ], [ 120.1182841, 30.3357495 ], [ 120.11817, 30.3360673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10897, 30.334649 ], [ 120.1121145, 30.3352713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1121145, 30.3352713 ], [ 120.10897, 30.334649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1121145, 30.3352713 ], [ 120.1122784, 30.3352897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1122784, 30.3352897 ], [ 120.1121145, 30.3352713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1122784, 30.3352897 ], [ 120.1133455, 30.335404 ], [ 120.1137784, 30.3354503 ], [ 120.1151495, 30.3355971 ], [ 120.1162699, 30.3357496 ], [ 120.1171234, 30.3358656 ], [ 120.1174375, 30.3359271 ], [ 120.1177959, 30.3359972 ], [ 120.1180458, 30.3360461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742879, 30.3182602 ], [ 120.1739239, 30.3182675 ], [ 120.1724667, 30.3182949 ], [ 120.1720002, 30.3183037 ], [ 120.1719379, 30.3183049 ], [ 120.1716814, 30.318314 ], [ 120.1712757, 30.3183283 ], [ 120.1708318, 30.318344 ], [ 120.1700577, 30.3183713 ], [ 120.1695305, 30.3183845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1695305, 30.3183845 ], [ 120.1693053, 30.318387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星召巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738496, 30.3230493 ], [ 120.1739054, 30.3229481 ], [ 120.1740261, 30.3227004 ], [ 120.174187, 30.3224272 ], [ 120.174466, 30.3219618 ], [ 120.1745481, 30.321822 ], [ 120.1746591, 30.321633 ], [ 120.1747369, 30.321427 ], [ 120.1748012, 30.32117 ], [ 120.1748334, 30.3209315 ], [ 120.1748388, 30.3208864 ], [ 120.1748384, 30.3206988 ], [ 120.1748425, 30.320578 ], [ 120.1748495, 30.3203735 ], [ 120.1748388, 30.3198919 ], [ 120.1748147, 30.3195886 ], [ 120.1747235, 30.3191904 ], [ 120.1745089, 30.3188732 ], [ 120.1743345, 30.3184934 ], [ 120.1742879, 30.3182602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星召巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1742879, 30.3182602 ], [ 120.1743345, 30.3184934 ], [ 120.1745089, 30.3188732 ], [ 120.1747235, 30.3191904 ], [ 120.1748147, 30.3195886 ], [ 120.1748388, 30.3198919 ], [ 120.1748495, 30.3203735 ], [ 120.1748425, 30.320578 ], [ 120.1748384, 30.3206988 ], [ 120.1748388, 30.3208864 ], [ 120.1748334, 30.3209315 ], [ 120.1748012, 30.32117 ], [ 120.1747369, 30.321427 ], [ 120.1746591, 30.321633 ], [ 120.1745481, 30.321822 ], [ 120.174466, 30.3219618 ], [ 120.174187, 30.3224272 ], [ 120.1740261, 30.3227004 ], [ 120.1739054, 30.3229481 ], [ 120.1738496, 30.3230493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749459, 30.3233939 ], [ 120.1755142, 30.3227976 ], [ 120.1758585, 30.3224401 ], [ 120.1761114, 30.3221774 ], [ 120.1762173, 30.3220694 ], [ 120.177028, 30.3212424 ], [ 120.1771729, 30.3210937 ], [ 120.1772525, 30.3210183 ], [ 120.1773075, 30.3209624 ], [ 120.1774231, 30.3208449 ], [ 120.1775401, 30.3207261 ], [ 120.1779207, 30.3202206 ], [ 120.1779762, 30.3201256 ], [ 120.1780089, 30.3200697 ], [ 120.1780899, 30.3198749 ], [ 120.1781121, 30.3198216 ], [ 120.1781784, 30.31963 ], [ 120.1782306, 30.3193513 ], [ 120.1782925, 30.3185779 ], [ 120.1782981, 30.3180227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1687018, 30.3219337 ], [ 120.1695313, 30.3219853 ], [ 120.1700087, 30.322015 ], [ 120.1704836, 30.3220536 ], [ 120.1706134, 30.3220642 ], [ 120.1709029, 30.322124 ], [ 120.1712997, 30.3222059 ], [ 120.1719225, 30.3223855 ], [ 120.1720887, 30.3224302 ], [ 120.1724683, 30.3225634 ], [ 120.1728344, 30.3227101 ], [ 120.1732304, 30.3228446 ], [ 120.1738496, 30.3230493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748597, 30.3235024 ], [ 120.1732201, 30.3229375 ], [ 120.1729175, 30.3228041 ], [ 120.1724535, 30.3226351 ], [ 120.1720753, 30.322517 ], [ 120.1719037, 30.3224614 ], [ 120.1714236, 30.3223272 ], [ 120.1706627, 30.3221924 ], [ 120.1705063, 30.3221756 ], [ 120.1704295, 30.3221673 ], [ 120.1703259, 30.3221561 ], [ 120.1699174, 30.3221118 ], [ 120.168677, 30.3220432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738496, 30.3230493 ], [ 120.1749459, 30.3233939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749459, 30.3233939 ], [ 120.1751345, 30.3234501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748597, 30.3235024 ], [ 120.1749459, 30.3233939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1572999, 30.3214358 ], [ 120.1573821, 30.3215406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1572044, 30.3215525 ], [ 120.1572999, 30.3214358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573821, 30.3215406 ], [ 120.1572926, 30.3216631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1572926, 30.3216631 ], [ 120.1572044, 30.3215525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536748, 30.3261725 ], [ 120.154051, 30.3257586 ], [ 120.1556918, 30.3239537 ], [ 120.1562475, 30.3231267 ], [ 120.1563073, 30.3230152 ], [ 120.1565669, 30.3225316 ], [ 120.1568345, 30.3220872 ], [ 120.1572044, 30.3215525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1572926, 30.3216631 ], [ 120.1569344, 30.3222593 ], [ 120.1567455, 30.3225736 ], [ 120.1566847, 30.3226734 ], [ 120.1563676, 30.3231944 ], [ 120.1562887, 30.3233077 ], [ 120.1557453, 30.3240883 ], [ 120.1551001, 30.324798 ], [ 120.1550017, 30.3249062 ], [ 120.1545717, 30.3253792 ], [ 120.1543861, 30.3255834 ], [ 120.1541728, 30.325818 ], [ 120.1537933, 30.326249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1573821, 30.3215406 ], [ 120.1574011, 30.3215641 ], [ 120.1575866, 30.3217412 ], [ 120.1576665, 30.3218919 ], [ 120.1577792, 30.3220123 ], [ 120.1579756, 30.3221723 ], [ 120.158678, 30.3229508 ], [ 120.1589858, 30.323292 ], [ 120.1592508, 30.3235857 ], [ 120.1594066, 30.3237584 ], [ 120.159552, 30.3239196 ], [ 120.1595871, 30.3239585 ], [ 120.1599867, 30.3244014 ], [ 120.1603989, 30.3248583 ], [ 120.1608415, 30.3253488 ], [ 120.1612274, 30.3257765 ], [ 120.1617167, 30.3263188 ], [ 120.1619079, 30.3265307 ], [ 120.161978, 30.3266084 ], [ 120.1620926, 30.3267554 ], [ 120.1625796, 30.3273235 ], [ 120.1628404, 30.3276315 ], [ 120.1632503, 30.3281155 ], [ 120.1636716, 30.3285645 ], [ 120.1637413, 30.3286384 ], [ 120.1640582, 30.3289815 ], [ 120.1643697, 30.3292973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642142, 30.3293797 ], [ 120.1641304, 30.3292873 ], [ 120.1638857, 30.3290233 ], [ 120.1632126, 30.3283484 ], [ 120.1629557, 30.3280618 ], [ 120.1624513, 30.3274992 ], [ 120.1620778, 30.3270534 ], [ 120.1618267, 30.3267537 ], [ 120.161771, 30.326681 ], [ 120.1615864, 30.326477 ], [ 120.1615168, 30.3263989 ], [ 120.1610574, 30.3258839 ], [ 120.1598921, 30.3245776 ], [ 120.1586314, 30.3231641 ], [ 120.158245, 30.3227309 ], [ 120.1578112, 30.3222445 ], [ 120.1577547, 30.3221859 ], [ 120.1575802, 30.3219944 ], [ 120.1575657, 30.3219693 ], [ 120.1572926, 30.3216631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536219, 30.32623 ], [ 120.1536748, 30.3261725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537933, 30.326249 ], [ 120.1536748, 30.3261725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1687018, 30.3219337 ], [ 120.168677, 30.3220432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.168677, 30.3220432 ], [ 120.1684286, 30.3220359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.168677, 30.3220432 ], [ 120.1686148, 30.3222934 ], [ 120.1683886, 30.3232029 ], [ 120.1682386, 30.3238058 ], [ 120.1681836, 30.3240269 ], [ 120.1679702, 30.3247802 ], [ 120.1678938, 30.3250765 ], [ 120.1678292, 30.3252848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671425, 30.3281031 ], [ 120.1671249, 30.327893 ], [ 120.1671405, 30.3275119 ], [ 120.167179, 30.3272761 ], [ 120.1674364, 30.3262483 ], [ 120.1675693, 30.3257262 ], [ 120.1676805, 30.325289 ], [ 120.16771, 30.3251599 ], [ 120.1677536, 30.3250059 ], [ 120.1677798, 30.3248925 ], [ 120.1677851, 30.324868 ], [ 120.1678283, 30.3246461 ], [ 120.1679466, 30.3241319 ], [ 120.168091, 30.3235039 ], [ 120.1684286, 30.3220359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1678292, 30.3252848 ], [ 120.1678056, 30.3253711 ], [ 120.1676365, 30.3259886 ], [ 120.1676221, 30.3260458 ], [ 120.1673507, 30.3271239 ], [ 120.1673012, 30.3273204 ], [ 120.1672572, 30.3276303 ], [ 120.1672762, 30.3280816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671425, 30.3281031 ], [ 120.1672762, 30.3280816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672762, 30.3280816 ], [ 120.1673868, 30.3283481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672763, 30.3283588 ], [ 120.1671425, 30.3281031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673868, 30.3283481 ], [ 120.1672763, 30.3283588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1643697, 30.3292973 ], [ 120.1652363, 30.3287616 ], [ 120.1658026, 30.3284779 ], [ 120.1662322, 30.328306 ], [ 120.1666929, 30.3281838 ], [ 120.1670023, 30.3281283 ], [ 120.1671425, 30.3281031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1751345, 30.3234501 ], [ 120.1750112, 30.3235531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新天地街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1750112, 30.3235531 ], [ 120.1748597, 30.3235024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1737313, 30.3255332 ], [ 120.1738256, 30.3250741 ], [ 120.173914, 30.3248022 ], [ 120.1740522, 30.3244731 ], [ 120.1742124, 30.3241774 ], [ 120.1742711, 30.3240991 ], [ 120.1748597, 30.3235024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1750112, 30.3235531 ], [ 120.1744595, 30.3240797 ], [ 120.1743357, 30.3242719 ], [ 120.1742761, 30.3243643 ], [ 120.1742439, 30.3244234 ], [ 120.1740844, 30.3247163 ], [ 120.1739446, 30.3250328 ], [ 120.1738923, 30.325308 ], [ 120.1738445, 30.3255612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1678292, 30.3252848 ], [ 120.1688708, 30.3251995 ], [ 120.168973, 30.3251911 ], [ 120.1690788, 30.3251821 ], [ 120.1699921, 30.3251044 ], [ 120.1706484, 30.325104 ], [ 120.1714059, 30.325137 ], [ 120.1717606, 30.3251727 ], [ 120.1720829, 30.3252051 ], [ 120.1723258, 30.3252296 ], [ 120.172596, 30.3252814 ], [ 120.1731186, 30.3253817 ], [ 120.1737313, 30.3255332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1737313, 30.3255332 ], [ 120.1731186, 30.3253817 ], [ 120.172596, 30.3252814 ], [ 120.1723258, 30.3252296 ], [ 120.1720829, 30.3252051 ], [ 120.1717606, 30.3251727 ], [ 120.1714059, 30.325137 ], [ 120.1706484, 30.325104 ], [ 120.1699921, 30.3251044 ], [ 120.1690788, 30.3251821 ], [ 120.168973, 30.3251911 ], [ 120.1688708, 30.3251995 ], [ 120.1678292, 30.3252848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1737313, 30.3255332 ], [ 120.1738445, 30.3255612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738445, 30.3255612 ], [ 120.1737313, 30.3255332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1735633, 30.3291894 ], [ 120.1737041, 30.3285703 ], [ 120.1737262, 30.3283079 ], [ 120.1737286, 30.3281547 ], [ 120.1737224, 30.3270594 ], [ 120.1737206, 30.3267387 ], [ 120.1737262, 30.3256083 ], [ 120.1737313, 30.3255332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738445, 30.3255612 ], [ 120.1738394, 30.3258456 ], [ 120.1738777, 30.3263615 ], [ 120.1738735, 30.3269027 ], [ 120.1738729, 30.326976 ], [ 120.1738858, 30.327634 ], [ 120.1738897, 30.3278308 ], [ 120.1738907, 30.3278841 ], [ 120.1738963, 30.3281982 ], [ 120.1738422, 30.3286269 ], [ 120.1738373, 30.3286662 ], [ 120.1737002, 30.32922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "新天地街", "新天地街隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1889156, 30.3261734 ], [ 120.1879985, 30.3261354 ], [ 120.1879111, 30.3261357 ], [ 120.1876697, 30.326123 ], [ 120.1876347, 30.3261203 ], [ 120.1866064, 30.3260777 ], [ 120.1853342, 30.326025 ], [ 120.1851127, 30.3260102 ], [ 120.1849847, 30.325997 ], [ 120.1833799, 30.325911 ], [ 120.183248, 30.3258996 ], [ 120.1829241, 30.3258716 ], [ 120.1826666, 30.3258317 ], [ 120.1822967, 30.3257291 ], [ 120.1819269, 30.3255866 ], [ 120.1814712, 30.3254127 ], [ 120.1811344, 30.3253186 ], [ 120.1808349, 30.3252658 ], [ 120.1784068, 30.3247599 ], [ 120.178227, 30.3246936 ], [ 120.1779286, 30.3245835 ], [ 120.1774907, 30.324448 ], [ 120.1750112, 30.3235531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "费家塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1812142, 30.3264213 ], [ 120.1812193, 30.3261116 ], [ 120.1812208, 30.3260196 ], [ 120.1812261, 30.3256978 ], [ 120.1812307, 30.3254236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "费家塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1812307, 30.3254236 ], [ 120.1812261, 30.3256978 ], [ 120.1812208, 30.3260196 ], [ 120.1812193, 30.3261116 ], [ 120.1812142, 30.3264213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738445, 30.3255612 ], [ 120.1739273, 30.3255847 ], [ 120.1741223, 30.3256401 ], [ 120.1750183, 30.3259425 ], [ 120.1758098, 30.3262275 ], [ 120.1759202, 30.3262673 ], [ 120.1761549, 30.3263284 ], [ 120.1762857, 30.3263501 ], [ 120.1763311, 30.3263576 ], [ 120.1764218, 30.3263726 ], [ 120.1766235, 30.3264061 ], [ 120.1768138, 30.3264176 ], [ 120.1771214, 30.3264361 ], [ 120.1772295, 30.3264361 ], [ 120.1778261, 30.326436 ], [ 120.1786228, 30.3264325 ], [ 120.1787476, 30.326432 ], [ 120.17944, 30.326429 ], [ 120.1796891, 30.3264279 ], [ 120.1798823, 30.3264271 ], [ 120.180069, 30.3264262 ], [ 120.1806768, 30.3264236 ], [ 120.1812142, 30.3264213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1812142, 30.3264213 ], [ 120.1806768, 30.3264236 ], [ 120.180069, 30.3264262 ], [ 120.1798823, 30.3264271 ], [ 120.1796891, 30.3264279 ], [ 120.17944, 30.326429 ], [ 120.1787476, 30.326432 ], [ 120.1786228, 30.3264325 ], [ 120.1778261, 30.326436 ], [ 120.1772295, 30.3264361 ], [ 120.1771214, 30.3264361 ], [ 120.1768138, 30.3264176 ], [ 120.1766235, 30.3264061 ], [ 120.1764218, 30.3263726 ], [ 120.1763311, 30.3263576 ], [ 120.1762857, 30.3263501 ], [ 120.1761549, 30.3263284 ], [ 120.1759202, 30.3262673 ], [ 120.1758098, 30.3262275 ], [ 120.1750183, 30.3259425 ], [ 120.1741223, 30.3256401 ], [ 120.1739273, 30.3255847 ], [ 120.1738445, 30.3255612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "费家塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803598, 30.330862 ], [ 120.1804543, 30.3305461 ], [ 120.1806241, 30.3300226 ], [ 120.1807271, 30.3297106 ], [ 120.18083, 30.3294352 ], [ 120.1808675, 30.3293095 ], [ 120.1808937, 30.3292219 ], [ 120.1809652, 30.3289822 ], [ 120.1809696, 30.3289593 ], [ 120.1810948, 30.3283066 ], [ 120.1811465, 30.3279234 ], [ 120.1811669, 30.3277726 ], [ 120.1811799, 30.3276306 ], [ 120.1811917, 30.3275018 ], [ 120.1812055, 30.3273504 ], [ 120.1812097, 30.3269052 ], [ 120.1812112, 30.326745 ], [ 120.1812142, 30.3264213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "费家塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1812142, 30.3264213 ], [ 120.1812112, 30.326745 ], [ 120.1812097, 30.3269052 ], [ 120.1812055, 30.3273504 ], [ 120.1811917, 30.3275018 ], [ 120.1811799, 30.3276306 ], [ 120.1811669, 30.3277726 ], [ 120.1811465, 30.3279234 ], [ 120.1810948, 30.3283066 ], [ 120.1809696, 30.3289593 ], [ 120.1809652, 30.3289822 ], [ 120.1808937, 30.3292219 ], [ 120.1808675, 30.3293095 ], [ 120.18083, 30.3294352 ], [ 120.1807271, 30.3297106 ], [ 120.1806241, 30.3300226 ], [ 120.1804543, 30.3305461 ], [ 120.1803598, 30.330862 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1737002, 30.32922 ], [ 120.1749717, 30.3295405 ], [ 120.1755921, 30.3296934 ], [ 120.1775212, 30.3301689 ], [ 120.1781565, 30.3303255 ], [ 120.179744, 30.3307168 ], [ 120.1803598, 30.330862 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ], "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822867, 30.3316032 ], [ 120.1820953, 30.3315578 ], [ 120.1814245, 30.331401 ], [ 120.1811663, 30.3313334 ], [ 120.1795136, 30.3309221 ], [ 120.178029, 30.3305385 ], [ 120.1773488, 30.3303627 ], [ 120.1764656, 30.3301559 ], [ 120.1757595, 30.3299818 ], [ 120.1752514, 30.3298565 ], [ 120.1748003, 30.3297473 ], [ 120.1744156, 30.3296542 ], [ 120.1736114, 30.3294782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1803598, 30.330862 ], [ 120.181075, 30.3310306 ], [ 120.1815299, 30.3311747 ], [ 120.1823178, 30.3313796 ], [ 120.1824343, 30.3314024 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672763, 30.3283588 ], [ 120.1668227, 30.3284316 ], [ 120.1663923, 30.3285374 ], [ 120.1659193, 30.3287124 ], [ 120.1653863, 30.3289716 ], [ 120.1650071, 30.3291736 ], [ 120.1645288, 30.329476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1642142, 30.3293797 ], [ 120.1643697, 30.3292973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1643697, 30.3292973 ], [ 120.1645288, 30.329476 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1643831, 30.3295485 ], [ 120.1642142, 30.3293797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645288, 30.329476 ], [ 120.1643831, 30.3295485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645288, 30.329476 ], [ 120.1647253, 30.3297174 ], [ 120.165058, 30.3300724 ], [ 120.1654912, 30.3305345 ], [ 120.1655841, 30.3306337 ], [ 120.1659626, 30.3310219 ], [ 120.1660789, 30.3311412 ], [ 120.1661055, 30.3311685 ], [ 120.1665189, 30.3315382 ], [ 120.1667181, 30.3317447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1665921, 30.3318357 ], [ 120.1662696, 30.3315097 ], [ 120.1659771, 30.3312464 ], [ 120.1654712, 30.3307195 ], [ 120.1651016, 30.3303227 ], [ 120.1649067, 30.3301134 ], [ 120.1646081, 30.3297928 ], [ 120.1643831, 30.3295485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597177, 30.3320747 ], [ 120.160196, 30.3317851 ], [ 120.1606699, 30.3315024 ], [ 120.1609921, 30.3313102 ], [ 120.1613965, 30.331069 ], [ 120.1616269, 30.3309316 ], [ 120.162509, 30.3303884 ], [ 120.1626788, 30.3302838 ], [ 120.1635004, 30.329826 ], [ 120.1642142, 30.3293797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1643831, 30.3295485 ], [ 120.1633902, 30.3301327 ], [ 120.1617552, 30.3310845 ], [ 120.1615632, 30.3311983 ], [ 120.1606619, 30.3317627 ], [ 120.1605403, 30.3318374 ], [ 120.1598285, 30.3322743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673868, 30.3283481 ], [ 120.1675336, 30.3287725 ], [ 120.1676759, 30.3291387 ], [ 120.1677365, 30.3292948 ], [ 120.1678563, 30.3296032 ], [ 120.1681115, 30.3301291 ], [ 120.1681296, 30.3301663 ], [ 120.1683232, 30.3305048 ], [ 120.168583, 30.330883 ], [ 120.1687358, 30.331094 ], [ 120.1693284, 30.3318323 ], [ 120.1698571, 30.3324671 ], [ 120.170114, 30.3327755 ], [ 120.1703761, 30.3330901 ], [ 120.1705238, 30.3332484 ], [ 120.1710281, 30.3338771 ], [ 120.1711906, 30.3340708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1672762, 30.3280816 ], [ 120.1676348, 30.3280603 ], [ 120.168048, 30.3280513 ], [ 120.1682651, 30.3280466 ], [ 120.1686343, 30.328069 ], [ 120.1687233, 30.3280848 ], [ 120.1689785, 30.3281303 ], [ 120.1692934, 30.3281867 ], [ 120.1694864, 30.3282212 ], [ 120.1699643, 30.328338 ], [ 120.1706292, 30.328498 ], [ 120.1712387, 30.3286447 ], [ 120.172693, 30.3289948 ], [ 120.1729515, 30.3290526 ], [ 120.1735633, 30.3291894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1734783, 30.3294454 ], [ 120.1712698, 30.3289003 ], [ 120.1710618, 30.3288488 ], [ 120.1695431, 30.3284726 ], [ 120.1694719, 30.3284621 ], [ 120.1691476, 30.3284143 ], [ 120.1687472, 30.328343 ], [ 120.1682792, 30.3283106 ], [ 120.1677062, 30.3283171 ], [ 120.1673868, 30.3283481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1735633, 30.3291894 ], [ 120.1737002, 30.32922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1734783, 30.3294454 ], [ 120.1735633, 30.3291894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1737002, 30.32922 ], [ 120.1736114, 30.3294782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736114, 30.3294782 ], [ 120.1734783, 30.3294454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711906, 30.3340708 ], [ 120.1715581, 30.3338649 ], [ 120.1718666, 30.3336591 ], [ 120.1721922, 30.3334026 ], [ 120.172439, 30.3330823 ], [ 120.1726368, 30.3327323 ], [ 120.1728732, 30.3322447 ], [ 120.1730511, 30.3315605 ], [ 120.1730703, 30.3312319 ], [ 120.1730797, 30.3310708 ], [ 120.1734783, 30.3294454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "长浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1736114, 30.3294782 ], [ 120.1732808, 30.3307403 ], [ 120.1732212, 30.3310977 ], [ 120.1731743, 30.331338 ], [ 120.1731644, 30.331569 ], [ 120.1729982, 30.3322484 ], [ 120.1729141, 30.3324628 ], [ 120.1727575, 30.3328417 ], [ 120.172739, 30.332882 ], [ 120.1726095, 30.3331645 ], [ 120.1723364, 30.3335628 ], [ 120.1720335, 30.3338276 ], [ 120.1716442, 30.3340352 ], [ 120.1713428, 30.3342522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711906, 30.3340708 ], [ 120.1713428, 30.3342522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1789221, 30.3411068 ], [ 120.1786754, 30.3410995 ], [ 120.1784427, 30.3410959 ], [ 120.1780722, 30.3410732 ], [ 120.1775667, 30.340942 ], [ 120.177362, 30.3408754 ], [ 120.1770962, 30.3407752 ], [ 120.1767914, 30.3406149 ], [ 120.1765174, 30.3404492 ], [ 120.1763706, 30.3403312 ], [ 120.1761958, 30.3401576 ], [ 120.1761392, 30.3401014 ], [ 120.1758645, 30.3397764 ], [ 120.1748484, 30.3385564 ], [ 120.1744697, 30.3381022 ], [ 120.1733587, 30.3367696 ], [ 120.1729499, 30.3362909 ], [ 120.1718036, 30.33492 ], [ 120.1704566, 30.333309 ], [ 120.1702992, 30.3331307 ], [ 120.1699978, 30.3327663 ], [ 120.1692586, 30.3318738 ], [ 120.1687362, 30.3312363 ], [ 120.1683614, 30.3307251 ], [ 120.1682633, 30.3305556 ], [ 120.168006, 30.330111 ], [ 120.1677794, 30.3296426 ], [ 120.1676366, 30.3293043 ], [ 120.1672763, 30.3283588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1822306, 30.3318978 ], [ 120.1820935, 30.3324246 ], [ 120.1819514, 30.3329468 ], [ 120.1816937, 30.3339492 ], [ 120.1816159, 30.3343404 ], [ 120.1815703, 30.3346946 ], [ 120.1815408, 30.3350997 ], [ 120.1815328, 30.3357942 ], [ 120.1815314, 30.3362132 ], [ 120.181518, 30.3366553 ], [ 120.1815071, 30.3370568 ], [ 120.1815068, 30.3372235 ], [ 120.1815048, 30.3383211 ], [ 120.1815243, 30.3393419 ], [ 120.1815281, 30.3395396 ], [ 120.1815305, 30.3396648 ], [ 120.1815362, 30.3399635 ], [ 120.181507, 30.3410211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181507, 30.3410211 ], [ 120.1815362, 30.3399635 ], [ 120.1815305, 30.3396648 ], [ 120.1815281, 30.3395396 ], [ 120.1815243, 30.3393419 ], [ 120.1815048, 30.3383211 ], [ 120.1815068, 30.3372235 ], [ 120.1815071, 30.3370568 ], [ 120.181518, 30.3366553 ], [ 120.1815314, 30.3362132 ], [ 120.1815328, 30.3357942 ], [ 120.1815408, 30.3350997 ], [ 120.1815703, 30.3346946 ], [ 120.1816159, 30.3343404 ], [ 120.1816937, 30.3339492 ], [ 120.1819514, 30.3329468 ], [ 120.1820935, 30.3324246 ], [ 120.1822306, 30.3318978 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1789218, 30.3410258 ], [ 120.1789212, 30.3408484 ], [ 120.1789675, 30.3405296 ], [ 120.1790432, 30.3402465 ], [ 120.1791739, 30.3398487 ], [ 120.1792896, 30.33957 ], [ 120.179364, 30.3393294 ], [ 120.1793988, 30.3391179 ], [ 120.17941, 30.3388911 ], [ 120.1794017, 30.3383096 ], [ 120.179294, 30.3371853 ], [ 120.1792893, 30.33712 ], [ 120.1792724, 30.3368833 ], [ 120.179261, 30.3367237 ], [ 120.1792248, 30.3362317 ], [ 120.1791301, 30.3351296 ], [ 120.1791214, 30.3350283 ], [ 120.1790806, 30.3345528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1790806, 30.3345528 ], [ 120.1791214, 30.3350283 ], [ 120.1791301, 30.3351296 ], [ 120.1792248, 30.3362317 ], [ 120.179261, 30.3367237 ], [ 120.1792724, 30.3368833 ], [ 120.1792893, 30.33712 ], [ 120.179294, 30.3371853 ], [ 120.1794017, 30.3383096 ], [ 120.17941, 30.3388911 ], [ 120.1793988, 30.3391179 ], [ 120.179364, 30.3393294 ], [ 120.1792896, 30.33957 ], [ 120.1791739, 30.3398487 ], [ 120.1790432, 30.3402465 ], [ 120.1789675, 30.3405296 ], [ 120.1789212, 30.3408484 ], [ 120.1789218, 30.3410258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1789218, 30.3410258 ], [ 120.180881, 30.3410222 ], [ 120.181507, 30.3410211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1789218, 30.3410258 ], [ 120.1789221, 30.3411068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永清路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1789221, 30.3411068 ], [ 120.1789218, 30.3410258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815043, 30.3411194 ], [ 120.181507, 30.3410211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181507, 30.3410211 ], [ 120.1815043, 30.3411194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815043, 30.3411194 ], [ 120.1809964, 30.3411159 ], [ 120.1807746, 30.3411144 ], [ 120.1800413, 30.3411129 ], [ 120.1789221, 30.3411068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667854, 30.3318144 ], [ 120.1679769, 30.3330495 ], [ 120.1687759, 30.3338267 ], [ 120.1689605, 30.3340145 ], [ 120.1698443, 30.3351005 ], [ 120.1699546, 30.335236 ], [ 120.170434, 30.3358041 ], [ 120.1704572, 30.3358377 ], [ 120.1707944, 30.3363263 ], [ 120.1709563, 30.3365608 ], [ 120.1737956, 30.3408357 ], [ 120.174298, 30.3416002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1741475, 30.3416809 ], [ 120.1738836, 30.3412398 ], [ 120.1727456, 30.3395082 ], [ 120.1722653, 30.3387775 ], [ 120.1721016, 30.3385283 ], [ 120.1710756, 30.3370582 ], [ 120.1703786, 30.3359693 ], [ 120.1697328, 30.335171 ], [ 120.1692699, 30.3345588 ], [ 120.1691465, 30.3343956 ], [ 120.1688696, 30.3340744 ], [ 120.1686857, 30.3338776 ], [ 120.1678523, 30.3331097 ], [ 120.16666, 30.3319044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东新路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1713428, 30.3342522 ], [ 120.171563, 30.3345146 ], [ 120.1719884, 30.3350212 ], [ 120.1722202, 30.3352972 ], [ 120.1730301, 30.3362469 ], [ 120.1734427, 30.3367217 ], [ 120.1745424, 30.3380449 ], [ 120.1748385, 30.3384012 ], [ 120.1760662, 30.339852 ], [ 120.1762074, 30.340025 ], [ 120.1762852, 30.3401202 ], [ 120.176489, 30.3403048 ], [ 120.1766978, 30.3404631 ], [ 120.1770035, 30.3406346 ], [ 120.1771621, 30.3407081 ], [ 120.1773953, 30.3408061 ], [ 120.1775888, 30.340866 ], [ 120.1778491, 30.3409423 ], [ 120.1780885, 30.3409863 ], [ 120.178333, 30.3410126 ], [ 120.1789218, 30.3410258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1741475, 30.3416809 ], [ 120.174298, 30.3416002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174298, 30.3416002 ], [ 120.1744417, 30.3418128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174301, 30.3418818 ], [ 120.1741475, 30.3416809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744417, 30.3418128 ], [ 120.174301, 30.3418818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.174301, 30.3418818 ], [ 120.1733847, 30.3423312 ], [ 120.1727739, 30.342641 ], [ 120.1717247, 30.3431731 ], [ 120.1710291, 30.3435448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1744417, 30.3418128 ], [ 120.1765946, 30.3450188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176495, 30.3450693 ], [ 120.1762153, 30.344646 ], [ 120.176074, 30.3444446 ], [ 120.174723, 30.3425192 ], [ 120.174301, 30.3418818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667181, 30.3317447 ], [ 120.1667854, 30.3318144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1665921, 30.3318357 ], [ 120.1667181, 30.3317447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667854, 30.3318144 ], [ 120.16666, 30.3319044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.16666, 30.3319044 ], [ 120.1665921, 30.3318357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "网云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.16666, 30.3319044 ], [ 120.1660905, 30.3323133 ], [ 120.1657144, 30.3325836 ], [ 120.1655362, 30.3327252 ], [ 120.1653816, 30.3328479 ], [ 120.1651244, 30.3329879 ], [ 120.1639583, 30.3336577 ], [ 120.1638065, 30.3337378 ], [ 120.1635878, 30.3338532 ], [ 120.1630299, 30.33415 ], [ 120.1628745, 30.3342361 ], [ 120.1620162, 30.3347112 ], [ 120.1617871, 30.3348091 ], [ 120.1615567, 30.3349075 ], [ 120.1611171, 30.3351614 ], [ 120.1605904, 30.3354567 ], [ 120.1601132, 30.3357519 ], [ 120.1595967, 30.3360663 ], [ 120.1594254, 30.3361758 ], [ 120.1595442, 30.3360288 ], [ 120.1602197, 30.3355884 ], [ 120.160608, 30.3353363 ], [ 120.1610252, 30.3351009 ], [ 120.1614953, 30.3348295 ], [ 120.1617231, 30.3347223 ], [ 120.1619398, 30.3346204 ], [ 120.1630854, 30.3339903 ], [ 120.163578, 30.3337299 ], [ 120.1637367, 30.3336559 ], [ 120.1638989, 30.3335803 ], [ 120.1644156, 30.3332881 ], [ 120.1653318, 30.3327605 ], [ 120.1654789, 30.3326481 ], [ 120.1656671, 30.3325043 ], [ 120.1665921, 30.3318357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1697805, 30.3441966 ], [ 120.1678694, 30.3451007 ], [ 120.1677684, 30.3451618 ], [ 120.1675415, 30.3452688 ], [ 120.1674426, 30.3453049 ], [ 120.166562, 30.3457556 ], [ 120.1656141, 30.3462336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1703421, 30.3450256 ], [ 120.1692223, 30.3455848 ], [ 120.1684676, 30.3459618 ], [ 120.168325, 30.3460329 ], [ 120.1679699, 30.3462103 ], [ 120.1676876, 30.3463513 ], [ 120.1672044, 30.3465926 ], [ 120.1670121, 30.3466886 ], [ 120.1668889, 30.3467502 ], [ 120.1661625, 30.3471043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1661625, 30.3471043 ], [ 120.1668889, 30.3467502 ], [ 120.1670121, 30.3466886 ], [ 120.1672044, 30.3465926 ], [ 120.1676876, 30.3463513 ], [ 120.1679699, 30.3462103 ], [ 120.168325, 30.3460329 ], [ 120.1684676, 30.3459618 ], [ 120.1692223, 30.3455848 ], [ 120.1703421, 30.3450256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1654616, 30.3461327 ], [ 120.1656141, 30.3462336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655269, 30.3463278 ], [ 120.1654616, 30.3461327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0933548, 30.3318617 ], [ 120.0931151, 30.3322056 ], [ 120.0928315, 30.3326328 ], [ 120.0924309, 30.3330855 ], [ 120.0922188, 30.3333251 ], [ 120.0918235, 30.3340809 ], [ 120.0914026, 30.3350334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0958309, 30.3326985 ], [ 120.0993168, 30.3342207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "灯彩东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.099188, 30.3343877 ], [ 120.0957291, 30.3328518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864887, 30.3336111 ], [ 120.0870877, 30.3337838 ], [ 120.0876621, 30.333882 ], [ 120.0885521, 30.3339933 ], [ 120.0888404, 30.3340237 ], [ 120.0890861, 30.3340495 ], [ 120.0892281, 30.3340645 ], [ 120.0903066, 30.3341782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903066, 30.3341782 ], [ 120.0892281, 30.3340645 ], [ 120.0890861, 30.3340495 ], [ 120.0888404, 30.3340237 ], [ 120.0885521, 30.3339933 ], [ 120.0876621, 30.333882 ], [ 120.0870877, 30.3337838 ], [ 120.0864887, 30.3336111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "孔家埭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937193, 30.3361968 ], [ 120.0949212, 30.3341764 ], [ 120.0957291, 30.3328518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "孔家埭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0957291, 30.3328518 ], [ 120.0949212, 30.3341764 ], [ 120.0937193, 30.3361968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903066, 30.3341782 ], [ 120.0908701, 30.3346738 ], [ 120.0910676, 30.334834 ], [ 120.0914026, 30.3350334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914026, 30.3350334 ], [ 120.0910676, 30.334834 ], [ 120.0908701, 30.3346738 ], [ 120.0903066, 30.3341782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.089188, 30.3368242 ], [ 120.0894445, 30.3361854 ], [ 120.0895516, 30.3359118 ], [ 120.0900839, 30.3347033 ], [ 120.0903066, 30.3341782 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.102283, 30.3358535 ], [ 120.1033305, 30.3340251 ], [ 120.1040155, 30.3329912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1040155, 30.3329912 ], [ 120.1033305, 30.3340251 ], [ 120.102283, 30.3358535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0995304, 30.3343667 ], [ 120.0994818, 30.3344802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994818, 30.3344802 ], [ 120.099188, 30.3343877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.099188, 30.3343877 ], [ 120.0994818, 30.3344802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.099539, 30.3345169 ], [ 120.0994818, 30.3344802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994818, 30.3344802 ], [ 120.099539, 30.3345169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0995847, 30.334428 ], [ 120.0999349, 30.3346966 ], [ 120.1009733, 30.3352144 ], [ 120.102283, 30.3358535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1022354, 30.3359366 ], [ 120.1009436, 30.3353027 ], [ 120.0999051, 30.3347848 ], [ 120.099539, 30.3345169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1022354, 30.3359366 ], [ 120.102283, 30.3358535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰庆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903066, 30.3341782 ], [ 120.0900839, 30.3347033 ], [ 120.0895516, 30.3359118 ], [ 120.0894445, 30.3361854 ], [ 120.089188, 30.3368242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0914026, 30.3350334 ], [ 120.0920747, 30.3354334 ], [ 120.0928292, 30.3357939 ], [ 120.0937193, 30.3361968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937193, 30.3361968 ], [ 120.0928292, 30.3357939 ], [ 120.0920747, 30.3354334 ], [ 120.0914026, 30.3350334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.089188, 30.3368242 ], [ 120.088947, 30.3366913 ], [ 120.0887123, 30.3365547 ], [ 120.0880491, 30.3361692 ], [ 120.0871631, 30.3357544 ], [ 120.0867155, 30.3355824 ], [ 120.086388, 30.3354566 ], [ 120.085618, 30.3351786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "墩祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.085618, 30.3351786 ], [ 120.086388, 30.3354566 ], [ 120.0867155, 30.3355824 ], [ 120.0871631, 30.3357544 ], [ 120.0880491, 30.3361692 ], [ 120.0887123, 30.3365547 ], [ 120.088947, 30.3366913 ], [ 120.089188, 30.3368242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0959589, 30.3378349 ], [ 120.0961881, 30.3375518 ], [ 120.0964801, 30.3371912 ], [ 120.0968631, 30.336743 ], [ 120.0971418, 30.3364272 ], [ 120.0974433, 30.3361245 ], [ 120.098409, 30.3352114 ], [ 120.0988539, 30.3347809 ], [ 120.099188, 30.3343877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994818, 30.3344802 ], [ 120.0990279, 30.3349151 ], [ 120.0990186, 30.3349222 ], [ 120.0984976, 30.3353195 ], [ 120.0978019, 30.3359898 ], [ 120.0975933, 30.3361908 ], [ 120.0972777, 30.3365081 ], [ 120.0969932, 30.3368389 ], [ 120.096651, 30.3372512 ], [ 120.0963676, 30.3377132 ], [ 120.0961506, 30.3379762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0937193, 30.3361968 ], [ 120.0940533, 30.336408 ], [ 120.0946885, 30.3368698 ], [ 120.0959589, 30.3378349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广业街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0959589, 30.3378349 ], [ 120.0946885, 30.3368698 ], [ 120.0940533, 30.336408 ], [ 120.0937193, 30.3361968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0959589, 30.3378349 ], [ 120.0961506, 30.3379762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1180458, 30.3360461 ], [ 120.1177959, 30.3359972 ], [ 120.1174375, 30.3359271 ], [ 120.1171234, 30.3358656 ], [ 120.1162699, 30.3357496 ], [ 120.1151495, 30.3355971 ], [ 120.1137784, 30.3354503 ], [ 120.1133455, 30.335404 ], [ 120.1122784, 30.3352897 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.11817, 30.3360673 ], [ 120.1180458, 30.3360461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1180458, 30.3360461 ], [ 120.11817, 30.3360673 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1115939, 30.3387681 ], [ 120.1117012, 30.3380134 ], [ 120.1117603, 30.3375977 ], [ 120.1118013, 30.3373092 ], [ 120.1121145, 30.3352713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1122784, 30.3352897 ], [ 120.1119736, 30.3373353 ], [ 120.1117696, 30.3387639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1170966, 30.3388359 ], [ 120.1173731, 30.3380858 ], [ 120.1174712, 30.3377744 ], [ 120.1177203, 30.3369599 ], [ 120.1180458, 30.3360461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.11817, 30.3360673 ], [ 120.1178599, 30.3369316 ], [ 120.1177561, 30.3372207 ], [ 120.1175898, 30.3378035 ], [ 120.1174953, 30.3381156 ], [ 120.1172331, 30.3388495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1081743, 30.3378057 ], [ 120.1102159, 30.3385142 ], [ 120.1106743, 30.3386505 ], [ 120.1111162, 30.3387335 ], [ 120.1115939, 30.3387681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1115814, 30.3389285 ], [ 120.1110865, 30.3388217 ], [ 120.1109029, 30.3387872 ], [ 120.1106446, 30.3387387 ], [ 120.1101862, 30.3386024 ], [ 120.1096201, 30.3384059 ], [ 120.1081516, 30.3378962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1115939, 30.3387681 ], [ 120.1117696, 30.3387639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.102283, 30.3358535 ], [ 120.1022354, 30.3359366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1081743, 30.3378057 ], [ 120.1085239, 30.3364143 ], [ 120.10855, 30.336327 ], [ 120.1086255, 30.3360051 ], [ 120.10897, 30.334649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10897, 30.334649 ], [ 120.1086255, 30.3360051 ], [ 120.10855, 30.336327 ], [ 120.1085239, 30.3364143 ], [ 120.1081743, 30.3378057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.102283, 30.3358535 ], [ 120.1027385, 30.3360048 ], [ 120.1032133, 30.3361736 ], [ 120.1040056, 30.3364331 ], [ 120.1050292, 30.3367684 ], [ 120.1081743, 30.3378057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1081516, 30.3378962 ], [ 120.1069966, 30.3375149 ], [ 120.1062723, 30.3372757 ], [ 120.1049786, 30.3368486 ], [ 120.1031836, 30.3362618 ], [ 120.1027087, 30.336093 ], [ 120.1022354, 30.3359366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012033, 30.3396501 ], [ 120.1016172, 30.3380401 ], [ 120.1017039, 30.3378031 ], [ 120.1020132, 30.336958 ], [ 120.102157, 30.3362968 ], [ 120.102216, 30.3360258 ], [ 120.1022354, 30.3359366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1022354, 30.3359366 ], [ 120.102216, 30.3360258 ], [ 120.102157, 30.3362968 ], [ 120.1020132, 30.336958 ], [ 120.1017039, 30.3378031 ], [ 120.1016172, 30.3380401 ], [ 120.1012033, 30.3396501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1081516, 30.3378962 ], [ 120.1081743, 30.3378057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1081743, 30.3378057 ], [ 120.1081516, 30.3378962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "新莫桥", "新文路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961506, 30.3379762 ], [ 120.0961779, 30.3379938 ], [ 120.0965764, 30.3382533 ], [ 120.0966794, 30.3383017 ], [ 120.096783, 30.3383272 ], [ 120.0980597, 30.3387309 ], [ 120.0985374, 30.338882 ], [ 120.1012033, 30.3396501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萍荣弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294719, 30.3374868 ], [ 120.1270425, 30.3374255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261426, 30.3395303 ], [ 120.1263714, 30.3390566 ], [ 120.1265454, 30.338615 ], [ 120.1267085, 30.3381578 ], [ 120.1267966, 30.3378718 ], [ 120.1270141, 30.3367312 ], [ 120.1270453, 30.3364639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1270425, 30.3374255 ], [ 120.1269306, 30.3379031 ], [ 120.1268439, 30.3382052 ], [ 120.1267333, 30.3385267 ], [ 120.1265409, 30.3390102 ], [ 120.1262545, 30.3396563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "筑研路", "祥园路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262545, 30.3396563 ], [ 120.1268589, 30.339738 ], [ 120.1277786, 30.3397524 ], [ 120.1294527, 30.3397214 ], [ 120.12947, 30.3390971 ], [ 120.129476, 30.3388798 ], [ 120.1294875, 30.3384663 ], [ 120.1294719, 30.3374868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "祥园路", "筑研路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294719, 30.3374868 ], [ 120.1294875, 30.3384663 ], [ 120.129476, 30.3388798 ], [ 120.12947, 30.3390971 ], [ 120.1294527, 30.3397214 ], [ 120.1277786, 30.3397524 ], [ 120.1268589, 30.339738 ], [ 120.1262545, 30.3396563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228387, 30.3394494 ], [ 120.1228834, 30.3393185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228834, 30.3393185 ], [ 120.1228387, 30.3394494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228834, 30.3393185 ], [ 120.124107, 30.339398 ], [ 120.1261426, 30.3395303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260774, 30.3396652 ], [ 120.1247521, 30.3395769 ], [ 120.1244919, 30.3395596 ], [ 120.1228387, 30.3394494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261426, 30.3395303 ], [ 120.1262545, 30.3396563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117696, 30.3387639 ], [ 120.1119933, 30.3387811 ], [ 120.112461, 30.3387858 ], [ 120.1128608, 30.3387979 ], [ 120.1131257, 30.3387982 ], [ 120.1144415, 30.3387998 ], [ 120.1145982, 30.3387957 ], [ 120.1161004, 30.338808 ], [ 120.1164595, 30.3387982 ], [ 120.1167987, 30.3388147 ], [ 120.1170966, 30.3388359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1170966, 30.3388359 ], [ 120.1172331, 30.3388495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1115814, 30.3389285 ], [ 120.1115939, 30.3387681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117696, 30.3387639 ], [ 120.1117464, 30.3389396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1170363, 30.3390045 ], [ 120.1170966, 30.3388359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1172331, 30.3388495 ], [ 120.1171789, 30.3390183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117464, 30.3389396 ], [ 120.1115814, 30.3389285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1170363, 30.3390045 ], [ 120.1167503, 30.3389714 ], [ 120.1163877, 30.338959 ], [ 120.1160614, 30.3389123 ], [ 120.1156177, 30.3389166 ], [ 120.1144377, 30.3389282 ], [ 120.1128171, 30.3389304 ], [ 120.112436, 30.3389547 ], [ 120.1117464, 30.3389396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1171789, 30.3390183 ], [ 120.1170363, 30.3390045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "德瑞桥", "祥园路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1172331, 30.3388495 ], [ 120.1188953, 30.3390046 ], [ 120.1195718, 30.3390661 ], [ 120.1199259, 30.3390905 ], [ 120.1199647, 30.3390935 ], [ 120.1228834, 30.3393185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961506, 30.3379762 ], [ 120.0959589, 30.3378349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朱家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0870727, 30.3406049 ], [ 120.0874745, 30.3402679 ], [ 120.0877925, 30.3399246 ], [ 120.0880258, 30.3395932 ], [ 120.0882222, 30.3392193 ], [ 120.0885494, 30.3384975 ], [ 120.0885839, 30.3384 ], [ 120.0889258, 30.3374353 ], [ 120.089188, 30.3368242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "朱家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.089188, 30.3368242 ], [ 120.0889258, 30.3374353 ], [ 120.0885839, 30.3384 ], [ 120.0885494, 30.3384975 ], [ 120.0882222, 30.3392193 ], [ 120.0880258, 30.3395932 ], [ 120.0877925, 30.3399246 ], [ 120.0874745, 30.3402679 ], [ 120.0870727, 30.3406049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0940248, 30.3400582 ], [ 120.0944519, 30.3395713 ], [ 120.0948577, 30.3391333 ], [ 120.0949503, 30.3390228 ], [ 120.0954013, 30.3384841 ], [ 120.0959589, 30.3378349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0961506, 30.3379762 ], [ 120.0955951, 30.3386422 ], [ 120.0953387, 30.3389476 ], [ 120.0950717, 30.3392658 ], [ 120.0941913, 30.3401595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0941913, 30.3401595 ], [ 120.0940248, 30.3400582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0940248, 30.3400582 ], [ 120.0941913, 30.3401595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002493, 30.3421541 ], [ 120.098849, 30.3416571 ], [ 120.0970136, 30.3410776 ], [ 120.0946665, 30.3403295 ], [ 120.0942694, 30.3401981 ], [ 120.0941913, 30.3401595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0941913, 30.3401595 ], [ 120.0942694, 30.3401981 ], [ 120.0946665, 30.3403295 ], [ 120.0970136, 30.3410776 ], [ 120.098849, 30.3416571 ], [ 120.1002493, 30.3421541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0917206, 30.3430965 ], [ 120.0920925, 30.3425256 ], [ 120.0924379, 30.3419775 ], [ 120.092849, 30.3414068 ], [ 120.0932271, 30.3409159 ], [ 120.0940248, 30.3400582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "新莫桥", "新文路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012033, 30.3396501 ], [ 120.0985374, 30.338882 ], [ 120.0980597, 30.3387309 ], [ 120.096783, 30.3383272 ], [ 120.0966794, 30.3383017 ], [ 120.0965764, 30.3382533 ], [ 120.0961779, 30.3379938 ], [ 120.0961506, 30.3379762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1081516, 30.3378962 ], [ 120.1080312, 30.3384261 ], [ 120.1078772, 30.3391041 ], [ 120.1078433, 30.3392531 ], [ 120.1077753, 30.3395526 ], [ 120.1075523, 30.3405339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥茂路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1075523, 30.3405339 ], [ 120.1077753, 30.3395526 ], [ 120.1078433, 30.3392531 ], [ 120.1078772, 30.3391041 ], [ 120.1080312, 30.3384261 ], [ 120.1081516, 30.3378962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1038664, 30.3401891 ], [ 120.1034028, 30.3402199 ], [ 120.103121, 30.3402026 ], [ 120.1012033, 30.3396501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新文路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012033, 30.3396501 ], [ 120.103121, 30.3402026 ], [ 120.1034028, 30.3402199 ], [ 120.1038664, 30.3401891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "祥运路", "新文路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1075523, 30.3405339 ], [ 120.1059216, 30.340418 ], [ 120.1058679, 30.3402286 ], [ 120.1057919, 30.3401446 ], [ 120.1038664, 30.3401891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "祥运路", "新文路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1038664, 30.3401891 ], [ 120.1057919, 30.3401446 ], [ 120.1058679, 30.3402286 ], [ 120.1059216, 30.340418 ], [ 120.1075523, 30.3405339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1075523, 30.3405339 ], [ 120.1085409, 30.3406178 ], [ 120.1087226, 30.3406332 ], [ 120.1091612, 30.3406673 ], [ 120.1098584, 30.3407215 ], [ 120.1099798, 30.3407309 ], [ 120.1100936, 30.3407398 ], [ 120.1104426, 30.3407639 ], [ 120.1113889, 30.3408372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1113889, 30.3408372 ], [ 120.1104426, 30.3407639 ], [ 120.1100936, 30.3407398 ], [ 120.1099798, 30.3407309 ], [ 120.1098584, 30.3407215 ], [ 120.1091612, 30.3406673 ], [ 120.1087226, 30.3406332 ], [ 120.1085409, 30.3406178 ], [ 120.1075523, 30.3405339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012033, 30.3396501 ], [ 120.1006922, 30.3410749 ], [ 120.1002493, 30.3421541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "德瑞桥", "祥园路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228387, 30.3394494 ], [ 120.1210127, 30.3393084 ], [ 120.1199123, 30.3392235 ], [ 120.1195602, 30.3392019 ], [ 120.1188837, 30.3391404 ], [ 120.1171789, 30.3390183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1113889, 30.3408372 ], [ 120.1114251, 30.3404373 ], [ 120.1114867, 30.3397576 ], [ 120.1115021, 30.3395881 ], [ 120.1115246, 30.3394046 ], [ 120.1115814, 30.3389285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1112013, 30.3424302 ], [ 120.1113889, 30.3408372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1105163, 30.3423873 ], [ 120.1112013, 30.3424302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1112013, 30.3424302 ], [ 120.1105163, 30.3423873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117464, 30.3389396 ], [ 120.1116671, 30.3396174 ], [ 120.1116132, 30.3401933 ], [ 120.1115811, 30.340535 ], [ 120.1115559, 30.3408498 ], [ 120.1111892, 30.3439475 ], [ 120.1111637, 30.3441231 ], [ 120.1111223, 30.3443534 ], [ 120.1107845, 30.346119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159318, 30.3464388 ], [ 120.1159774, 30.3454124 ], [ 120.1159541, 30.3442469 ], [ 120.1159474, 30.3439495 ], [ 120.1159423, 30.3437772 ], [ 120.1159269, 30.3429111 ], [ 120.115908, 30.3418321 ], [ 120.1159711, 30.3414179 ], [ 120.1160888, 30.3408999 ], [ 120.1162111, 30.3406658 ], [ 120.1166279, 30.3398756 ], [ 120.1170363, 30.3390045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "锦江路", "北软路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1171789, 30.3390183 ], [ 120.1163683, 30.3406534 ], [ 120.1162308, 30.3409275 ], [ 120.116142, 30.3411959 ], [ 120.1160263, 30.3417427 ], [ 120.1160113, 30.3422287 ], [ 120.1160565, 30.3434091 ], [ 120.1160563, 30.3437742 ], [ 120.1160574, 30.3439576 ], [ 120.1160601, 30.3442446 ], [ 120.1160666, 30.345249 ], [ 120.1160414, 30.3461863 ], [ 120.1160434, 30.34644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110609, 30.3461098 ], [ 120.1108404, 30.3448998 ], [ 120.1109478, 30.3443384 ], [ 120.1109934, 30.3441104 ], [ 120.1110226, 30.3439483 ], [ 120.1112013, 30.3424302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1107845, 30.346119 ], [ 120.110609, 30.3461098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537264, 30.3263188 ], [ 120.1536219, 30.32623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "湖州街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537933, 30.326249 ], [ 120.1537264, 30.3263188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537933, 30.326249 ], [ 120.1543207, 30.3266986 ], [ 120.1544824, 30.3268382 ], [ 120.1545611, 30.3269062 ], [ 120.1549829, 30.3272703 ], [ 120.1551885, 30.3274551 ], [ 120.1552083, 30.3274762 ], [ 120.1554725, 30.3277083 ], [ 120.1554946, 30.3277293 ], [ 120.1555176, 30.327755 ], [ 120.1560895, 30.3282485 ], [ 120.1563178, 30.3284602 ], [ 120.1563921, 30.328523 ], [ 120.1564521, 30.328561 ], [ 120.1565356, 30.3286276 ], [ 120.156627, 30.3287036 ], [ 120.1566954, 30.3287511 ], [ 120.1571173, 30.3291003 ], [ 120.1573236, 30.3292762 ], [ 120.1573383, 30.3292881 ], [ 120.1573531, 30.3293003 ], [ 120.1573681, 30.3293133 ], [ 120.157576, 30.3294898 ], [ 120.15759, 30.329501 ], [ 120.1576229, 30.3295323 ], [ 120.1576704, 30.3295943 ], [ 120.1578113, 30.3297564 ], [ 120.1578978, 30.3298433 ], [ 120.1585101, 30.3305717 ], [ 120.1588462, 30.3309742 ], [ 120.1590222, 30.3311965 ], [ 120.1597177, 30.3320747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "科园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596499, 30.3321157 ], [ 120.1594987, 30.3319318 ], [ 120.1593158, 30.3316923 ], [ 120.1592511, 30.3315996 ], [ 120.1591075, 30.3314257 ], [ 120.1587909, 30.3310424 ], [ 120.1584365, 30.3306083 ], [ 120.1578442, 30.3298801 ], [ 120.157564, 30.3295682 ], [ 120.1575241, 30.3295353 ], [ 120.1575076, 30.3295222 ], [ 120.157293, 30.3293439 ], [ 120.1572671, 30.3293247 ], [ 120.1566359, 30.3287935 ], [ 120.1564134, 30.3286031 ], [ 120.1562491, 30.3284823 ], [ 120.1560371, 30.3282859 ], [ 120.1554931, 30.3277993 ], [ 120.1554658, 30.327776 ], [ 120.1551895, 30.3275329 ], [ 120.1549478, 30.3273039 ], [ 120.1544356, 30.3268834 ], [ 120.1543552, 30.3268174 ], [ 120.1538949, 30.3264395 ], [ 120.1537264, 30.3263188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1596499, 30.3321157 ], [ 120.1597177, 30.3320747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597177, 30.3320747 ], [ 120.1598285, 30.3322743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598285, 30.3322743 ], [ 120.1596499, 30.3321157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1480835, 30.3345578 ], [ 120.1481521, 30.3345552 ], [ 120.1495648, 30.3345705 ], [ 120.1496919, 30.3345718 ], [ 120.1499596, 30.3345747 ], [ 120.1510323, 30.3345863 ], [ 120.1515524, 30.3346538 ], [ 120.1526295, 30.3346734 ], [ 120.1530485, 30.334681 ], [ 120.153717, 30.3346932 ], [ 120.1538539, 30.3346957 ], [ 120.1543666, 30.3346494 ], [ 120.1547916, 30.3345972 ], [ 120.1550372, 30.3345318 ], [ 120.1552351, 30.3344702 ], [ 120.1558398, 30.3342633 ], [ 120.156148, 30.3341765 ], [ 120.1564322, 30.3340643 ], [ 120.1566785, 30.3339209 ], [ 120.1567548, 30.3338764 ], [ 120.1573475, 30.3335117 ], [ 120.1578756, 30.3331906 ], [ 120.1585486, 30.3327728 ], [ 120.1591298, 30.3324125 ], [ 120.1596499, 30.3321157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1598285, 30.3322743 ], [ 120.158917, 30.3328586 ], [ 120.1586811, 30.3330016 ], [ 120.1576208, 30.3336431 ], [ 120.1571786, 30.3339106 ], [ 120.1566356, 30.3342446 ], [ 120.1565686, 30.3342792 ], [ 120.1564828, 30.3343236 ], [ 120.1560773, 30.3345331 ], [ 120.1557074, 30.3347147 ], [ 120.1554777, 30.3347794 ], [ 120.1554271, 30.3347937 ], [ 120.1553596, 30.3348128 ], [ 120.1553099, 30.3348243 ], [ 120.1548028, 30.3349419 ], [ 120.1543326, 30.33498 ], [ 120.1542796, 30.3349828 ], [ 120.1537078, 30.3349625 ], [ 120.153241, 30.3349459 ], [ 120.1530249, 30.3349412 ], [ 120.1526108, 30.3349323 ], [ 120.1514537, 30.3349075 ], [ 120.1510252, 30.3349705 ], [ 120.1506739, 30.3349682 ], [ 120.1501729, 30.3349649 ], [ 120.1498894, 30.3349631 ], [ 120.1497873, 30.3349624 ], [ 120.149374, 30.3349597 ], [ 120.149216, 30.3349587 ], [ 120.1491708, 30.3349584 ], [ 120.1481594, 30.3349442 ], [ 120.1475887, 30.3348711 ], [ 120.1471273, 30.3348701 ], [ 120.1447507, 30.3348193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616453, 30.3482445 ], [ 120.1615545, 30.3481186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1445886, 30.3348117 ], [ 120.1446586, 30.3345422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1446586, 30.3345422 ], [ 120.1447507, 30.3348193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1445886, 30.3348117 ], [ 120.1439786, 30.3347967 ], [ 120.143091, 30.3347937 ], [ 120.1418944, 30.3347896 ], [ 120.1402295, 30.334774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石祥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1447507, 30.3348193 ], [ 120.1445886, 30.3348117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402295, 30.334774 ], [ 120.1401658, 30.3352595 ], [ 120.1401343, 30.3354994 ], [ 120.1400816, 30.336129 ], [ 120.1400408, 30.3372101 ], [ 120.1400216, 30.338066 ], [ 120.1400048, 30.3388152 ], [ 120.1400384, 30.3391673 ], [ 120.1401176, 30.3394862 ], [ 120.1401302, 30.3395201 ], [ 120.1402303, 30.3397886 ], [ 120.1404199, 30.3401241 ], [ 120.1405363, 30.3402672 ], [ 120.1406743, 30.3404368 ], [ 120.1409718, 30.3407268 ], [ 120.1414974, 30.3410602 ], [ 120.141649, 30.3411591 ], [ 120.1418958, 30.3413201 ], [ 120.1420877, 30.3414454 ], [ 120.142438, 30.3417146 ], [ 120.1426444, 30.3419155 ], [ 120.1427764, 30.342075 ], [ 120.1428897, 30.3422265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428897, 30.3422265 ], [ 120.1430068, 30.3421136 ], [ 120.1431979, 30.3419256 ], [ 120.1433842, 30.3416869 ], [ 120.1435602, 30.3413546 ], [ 120.1435945, 30.3412065 ], [ 120.1436284, 30.3410601 ], [ 120.1436406, 30.3407373 ], [ 120.1436383, 30.340556 ], [ 120.143637, 30.3404512 ], [ 120.1436353, 30.3403186 ], [ 120.1436294, 30.3397967 ], [ 120.1436279, 30.3396634 ], [ 120.1436668, 30.3394176 ], [ 120.1436979, 30.3392211 ], [ 120.1437802, 30.3388139 ], [ 120.1438357, 30.3385409 ], [ 120.143876, 30.338336 ], [ 120.1440773, 30.3373433 ], [ 120.1442426, 30.3365249 ], [ 120.1445886, 30.3348117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428057, 30.3423916 ], [ 120.1426596, 30.3421319 ], [ 120.1424676, 30.3418855 ], [ 120.1421484, 30.3416163 ], [ 120.1413856, 30.3411009 ], [ 120.1412828, 30.3410395 ], [ 120.1409102, 30.340792 ], [ 120.1405983, 30.3405166 ], [ 120.1403895, 30.3402681 ], [ 120.1401999, 30.340005 ], [ 120.14012, 30.3398462 ], [ 120.1400583, 30.3397234 ], [ 120.1399432, 30.3393982 ], [ 120.1399238, 30.3392963 ], [ 120.1398688, 30.3390068 ], [ 120.1398352, 30.3385077 ], [ 120.1398476, 30.3380566 ], [ 120.1398952, 30.3363248 ], [ 120.1399264, 30.3351608 ], [ 120.1399727, 30.3347607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1447507, 30.3348193 ], [ 120.1447453, 30.3349825 ], [ 120.1445878, 30.3357365 ], [ 120.1445209, 30.3360564 ], [ 120.1444988, 30.3361622 ], [ 120.1443015, 30.3371066 ], [ 120.1442918, 30.337153 ], [ 120.1440301, 30.3383626 ], [ 120.1439846, 30.3385698 ], [ 120.1438478, 30.339193 ], [ 120.1438231, 30.3394293 ], [ 120.143819, 30.3394685 ], [ 120.1438095, 30.3396652 ], [ 120.143808, 30.340167 ], [ 120.1438071, 30.3404543 ], [ 120.1437927, 30.3409762 ], [ 120.1437567, 30.3412392 ], [ 120.1436655, 30.3414794 ], [ 120.1435071, 30.3418025 ], [ 120.1432983, 30.3420489 ], [ 120.1431135, 30.3422457 ], [ 120.1429805, 30.3423433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428897, 30.3422265 ], [ 120.1429805, 30.3423433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1428057, 30.3423916 ], [ 120.1428897, 30.3422265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1347081, 30.3353998 ], [ 120.1346972, 30.3346647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348879, 30.3353988 ], [ 120.1349799, 30.3358042 ], [ 120.134993, 30.3362163 ], [ 120.1349492, 30.3368343 ], [ 120.1349536, 30.3374127 ], [ 120.1349164, 30.3376149 ], [ 120.1348573, 30.3378455 ], [ 120.1348288, 30.3380156 ], [ 120.1348178, 30.3381649 ], [ 120.1348332, 30.338524 ], [ 120.1348647, 30.3394331 ], [ 120.1348016, 30.3395864 ], [ 120.1346982, 30.3394302 ], [ 120.1346983, 30.3384957 ], [ 120.1347004, 30.3381555 ], [ 120.1346238, 30.3378323 ], [ 120.1345647, 30.3375677 ], [ 120.1345274, 30.3373106 ], [ 120.1345515, 30.3368116 ], [ 120.1345822, 30.3358023 ], [ 120.1347081, 30.3353998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "丽水北路", "丽水北路隧道", "丽水路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1338364, 30.346305 ], [ 120.1340084, 30.3457576 ], [ 120.1341173, 30.3452761 ], [ 120.134282, 30.3442271 ], [ 120.1345331, 30.342024 ], [ 120.1345883, 30.3416297 ], [ 120.1346157, 30.3412708 ], [ 120.1346263, 30.3408506 ], [ 120.1346594, 30.3373955 ], [ 120.1347134, 30.336141 ], [ 120.1347081, 30.3353998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "丽水北路", "丽水北路隧道", "丽水路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348879, 30.3353988 ], [ 120.1348177, 30.3361066 ], [ 120.1347688, 30.3373952 ], [ 120.1347189, 30.3411174 ], [ 120.1347024, 30.3415237 ], [ 120.1346891, 30.3417407 ], [ 120.134385, 30.3442317 ], [ 120.1342842, 30.3449748 ], [ 120.13419, 30.345506 ], [ 120.134039, 30.3461123 ], [ 120.1339025, 30.3467249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1338364, 30.346305 ], [ 120.133842, 30.3460886 ], [ 120.1339343, 30.3456434 ], [ 120.1340471, 30.3450802 ], [ 120.1341555, 30.3443225 ], [ 120.1342584, 30.3436643 ], [ 120.1343332, 30.3435447 ], [ 120.1344884, 30.3434626 ], [ 120.1346185, 30.3434197 ], [ 120.1345161, 30.344177 ], [ 120.1344059, 30.3449708 ], [ 120.1343221, 30.3454409 ], [ 120.1341921, 30.3459521 ], [ 120.1340909, 30.3462925 ], [ 120.1339025, 30.3467249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1337403, 30.3467036 ], [ 120.1338364, 30.346305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1337403, 30.3467036 ], [ 120.1339025, 30.3467249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1339025, 30.3467249 ], [ 120.1356716, 30.3467309 ], [ 120.1381136, 30.3467313 ], [ 120.1383554, 30.3467334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1337198, 30.3467724 ], [ 120.1337403, 30.3467036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1339025, 30.3467249 ], [ 120.1338654, 30.3467997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1429805, 30.3423433 ], [ 120.1428057, 30.3423916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1423021, 30.3469341 ], [ 120.1424282, 30.3463546 ], [ 120.1425346, 30.345835 ], [ 120.1425434, 30.3457922 ], [ 120.1426944, 30.3452504 ], [ 120.142737, 30.3450998 ], [ 120.142901, 30.34452 ], [ 120.1429884, 30.3440639 ], [ 120.1429929, 30.3439795 ], [ 120.1430202, 30.3434741 ], [ 120.1430043, 30.3430215 ], [ 120.1429358, 30.3427828 ], [ 120.1428811, 30.3425928 ], [ 120.1428057, 30.3423916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1429805, 30.3423433 ], [ 120.1430761, 30.3425859 ], [ 120.1431464, 30.3428245 ], [ 120.143162, 30.3429086 ], [ 120.143191, 30.3430802 ], [ 120.1432196, 30.3432493 ], [ 120.1432113, 30.3435765 ], [ 120.1431878, 30.3437884 ], [ 120.1431674, 30.3439726 ], [ 120.143052, 30.3446911 ], [ 120.1429808, 30.3449622 ], [ 120.1429393, 30.3451203 ], [ 120.1427538, 30.3457294 ], [ 120.1427277, 30.3458151 ], [ 120.142615, 30.3462776 ], [ 120.1424546, 30.3470998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.147456, 30.3470532 ], [ 120.1474475, 30.3457907 ], [ 120.1474381, 30.3454449 ], [ 120.1473986, 30.3439905 ], [ 120.1475085, 30.3437993 ], [ 120.1474795, 30.3440362 ], [ 120.1475154, 30.3451736 ], [ 120.1475394, 30.34628 ], [ 120.1475656, 30.34705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康桥货场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1475656, 30.34705 ], [ 120.1478732, 30.3470554 ], [ 120.149767, 30.3469928 ], [ 120.1498244, 30.34699 ], [ 120.1500714, 30.3469798 ], [ 120.1502594, 30.346977 ], [ 120.1503858, 30.3469734 ], [ 120.150988, 30.3469443 ], [ 120.1510517, 30.3469348 ], [ 120.1512837, 30.3469001 ], [ 120.1513974, 30.3468461 ], [ 120.1514424, 30.3468008 ], [ 120.1514998, 30.3467431 ], [ 120.1515567, 30.3466253 ], [ 120.1515695, 30.3465705 ], [ 120.1515925, 30.3464728 ], [ 120.1516201, 30.3463558 ], [ 120.1516315, 30.3463073 ], [ 120.1517041, 30.345999 ], [ 120.1517291, 30.3458926 ], [ 120.1517508, 30.3458003 ], [ 120.1517645, 30.3457423 ], [ 120.1517784, 30.345683 ], [ 120.1518248, 30.3455957 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康桥货场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1518248, 30.3455957 ], [ 120.1517784, 30.345683 ], [ 120.1517645, 30.3457423 ], [ 120.1517508, 30.3458003 ], [ 120.1517291, 30.3458926 ], [ 120.1517041, 30.345999 ], [ 120.1516315, 30.3463073 ], [ 120.1516201, 30.3463558 ], [ 120.1515925, 30.3464728 ], [ 120.1515695, 30.3465705 ], [ 120.1515567, 30.3466253 ], [ 120.1514998, 30.3467431 ], [ 120.1514424, 30.3468008 ], [ 120.1513974, 30.3468461 ], [ 120.1512837, 30.3469001 ], [ 120.1510517, 30.3469348 ], [ 120.150988, 30.3469443 ], [ 120.1503858, 30.3469734 ], [ 120.1502594, 30.346977 ], [ 120.1500714, 30.3469798 ], [ 120.1498244, 30.34699 ], [ 120.149767, 30.3469928 ], [ 120.1478732, 30.3470554 ], [ 120.1475656, 30.34705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1383554, 30.3467334 ], [ 120.1402774, 30.3467492 ], [ 120.1406553, 30.346776 ], [ 120.1419339, 30.3468921 ], [ 120.1420191, 30.3469018 ], [ 120.1423021, 30.3469341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422823, 30.3470365 ], [ 120.141972, 30.3469711 ], [ 120.1403877, 30.3468117 ], [ 120.1384113, 30.346803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422823, 30.3470365 ], [ 120.1423021, 30.3469341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1423021, 30.3469341 ], [ 120.1424546, 30.3470998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1383554, 30.3467334 ], [ 120.1384113, 30.346803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1338654, 30.3467997 ], [ 120.1337198, 30.3467724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1382887, 30.3467935 ], [ 120.1369368, 30.3467825 ], [ 120.135668, 30.3468 ], [ 120.1338654, 30.3467997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1384113, 30.346803 ], [ 120.1382887, 30.3467935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329366, 30.350079 ], [ 120.1329599, 30.3498518 ], [ 120.1330212, 30.3495159 ], [ 120.133441, 30.3479316 ], [ 120.1337198, 30.3467724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1338654, 30.3467997 ], [ 120.1335591, 30.347959 ], [ 120.1331594, 30.349499 ], [ 120.1330973, 30.3498406 ], [ 120.1330641, 30.3500973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377387, 30.3505219 ], [ 120.1379665, 30.3488892 ], [ 120.1382887, 30.3467935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1384113, 30.346803 ], [ 120.1380509, 30.348897 ], [ 120.1378512, 30.3505307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261182, 30.3494212 ], [ 120.1262798, 30.3494544 ], [ 120.1270155, 30.3496223 ], [ 120.1276346, 30.3497593 ], [ 120.1283179, 30.3498411 ], [ 120.1306688, 30.3500255 ], [ 120.1325479, 30.3501604 ], [ 120.1335583, 30.3502416 ], [ 120.1341738, 30.3502851 ], [ 120.1356092, 30.3503851 ], [ 120.1377387, 30.3505219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329366, 30.350079 ], [ 120.1330641, 30.3500973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康桥货场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.147456, 30.3470532 ], [ 120.1475656, 30.34705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康桥货场路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1475656, 30.34705 ], [ 120.147456, 30.3470532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1424546, 30.3470998 ], [ 120.1422823, 30.3470365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.147456, 30.3470532 ], [ 120.1448768, 30.3471102 ], [ 120.1447876, 30.3471121 ], [ 120.1440917, 30.3471275 ], [ 120.1425579, 30.3471574 ], [ 120.1424546, 30.3470998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "候圣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1424546, 30.3470998 ], [ 120.1425579, 30.3471574 ], [ 120.1440917, 30.3471275 ], [ 120.1447876, 30.3471121 ], [ 120.1448768, 30.3471102 ], [ 120.147456, 30.3470532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.141363, 30.3509912 ], [ 120.1415772, 30.3502705 ], [ 120.1417479, 30.3494575 ], [ 120.1417867, 30.3492847 ], [ 120.1421222, 30.3477913 ], [ 120.1422823, 30.3470365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1424546, 30.3470998 ], [ 120.14209, 30.3488069 ], [ 120.1419652, 30.3493377 ], [ 120.1419262, 30.349521 ], [ 120.1417399, 30.3503982 ], [ 120.1416093, 30.3508494 ], [ 120.1415452, 30.3510399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1454196, 30.3522193 ], [ 120.1460061, 30.351145 ], [ 120.146185, 30.3507998 ], [ 120.1468924, 30.3493941 ], [ 120.1472129, 30.3487592 ], [ 120.1473283, 30.3485314 ], [ 120.1474019, 30.3482825 ], [ 120.1474479, 30.3479812 ], [ 120.1474541, 30.3472705 ], [ 120.147456, 30.3470532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1475656, 30.34705 ], [ 120.1475514, 30.3476707 ], [ 120.1475514, 30.3478671 ], [ 120.1475095, 30.3482187 ], [ 120.1474136, 30.3485289 ], [ 120.1472519, 30.3488494 ], [ 120.1463652, 30.3506123 ], [ 120.1460721, 30.3511722 ], [ 120.1454951, 30.3522611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.141363, 30.3509912 ], [ 120.1415452, 30.3510399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377227, 30.3506541 ], [ 120.135602, 30.3504931 ], [ 120.1332188, 30.3503311 ], [ 120.1331132, 30.3503257 ], [ 120.1324406, 30.3502729 ], [ 120.1284945, 30.3499851 ], [ 120.1279794, 30.349942 ], [ 120.127616, 30.3498884 ], [ 120.1268165, 30.349748 ], [ 120.1260958, 30.3495696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328712, 30.3503902 ], [ 120.1329366, 30.350079 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330641, 30.3500973 ], [ 120.1330421, 30.3504055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330641, 30.3500973 ], [ 120.1353416, 30.3502646 ], [ 120.1361833, 30.3503084 ], [ 120.1366455, 30.350328 ], [ 120.1374989, 30.3504079 ], [ 120.1377387, 30.3505219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330421, 30.3504055 ], [ 120.1328712, 30.3503902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377387, 30.3505219 ], [ 120.1378512, 30.3505307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377227, 30.3506541 ], [ 120.1373861, 30.3507315 ], [ 120.1367112, 30.3506752 ], [ 120.135469, 30.3505655 ], [ 120.1330421, 30.3504055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377227, 30.3506541 ], [ 120.1377387, 30.3505219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378512, 30.3505307 ], [ 120.1378304, 30.3506631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378304, 30.3506631 ], [ 120.1377227, 30.3506541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1604448, 30.3488309 ], [ 120.1602549, 30.3501617 ], [ 120.1601674, 30.3506343 ], [ 120.1601051, 30.350906 ], [ 120.1599819, 30.3513521 ], [ 120.1599197, 30.3516545 ], [ 120.1597491, 30.3528791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595993, 30.3528613 ], [ 120.1597838, 30.3516265 ], [ 120.1598491, 30.3513328 ], [ 120.1599146, 30.3509517 ], [ 120.1599207, 30.3508934 ], [ 120.1599978, 30.3504251 ], [ 120.1601227, 30.3499196 ], [ 120.1602864, 30.3488852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "永宁路", "北秀街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545091, 30.3540485 ], [ 120.1546184, 30.353865 ], [ 120.1551206, 30.3530443 ], [ 120.1557769, 30.3519089 ], [ 120.1562259, 30.3513272 ], [ 120.1565888, 30.3509101 ], [ 120.1569182, 30.3506297 ], [ 120.1571636, 30.3504364 ], [ 120.1572082, 30.3504021 ], [ 120.1574296, 30.3502206 ], [ 120.1575582, 30.350147 ], [ 120.1581534, 30.3498064 ], [ 120.1584425, 30.3496672 ], [ 120.1602942, 30.3487755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559404, 30.351969 ], [ 120.1564395, 30.3521644 ], [ 120.1569739, 30.3523506 ], [ 120.1570748, 30.3523765 ], [ 120.1576116, 30.3525141 ], [ 120.1584503, 30.3526817 ], [ 120.1595993, 30.3528613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595993, 30.3528613 ], [ 120.1584503, 30.3526817 ], [ 120.1576116, 30.3525141 ], [ 120.1570748, 30.3523765 ], [ 120.1569739, 30.3523506 ], [ 120.1564395, 30.3521644 ], [ 120.1559404, 30.351969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595993, 30.3528613 ], [ 120.1597491, 30.3528791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597491, 30.3528791 ], [ 120.1595993, 30.3528613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1559404, 30.351969 ], [ 120.1554315, 30.352796 ], [ 120.1546752, 30.3540794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1619224, 30.3532628 ], [ 120.1612126, 30.3531144 ], [ 120.1604034, 30.3529843 ], [ 120.1597491, 30.3528791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597491, 30.3528791 ], [ 120.1604034, 30.3529843 ], [ 120.1612126, 30.3531144 ], [ 120.1619224, 30.3532628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378512, 30.3505307 ], [ 120.1384259, 30.3505931 ], [ 120.1386922, 30.3506231 ], [ 120.1393405, 30.350712 ], [ 120.1404702, 30.3508844 ], [ 120.141363, 30.3509912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413021, 30.351178 ], [ 120.1408423, 30.3510866 ], [ 120.1397092, 30.3509179 ], [ 120.1386573, 30.3507506 ], [ 120.1384572, 30.3507294 ], [ 120.1378304, 30.3506631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330893, 30.3533444 ], [ 120.1330062, 30.3524989 ], [ 120.1329062, 30.3514839 ], [ 120.1328656, 30.3510223 ], [ 120.1328706, 30.3507589 ], [ 120.1328712, 30.3503902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330421, 30.3504055 ], [ 120.1330213, 30.3505181 ], [ 120.1330183, 30.3507621 ], [ 120.1330169, 30.3510235 ], [ 120.133022, 30.3514384 ], [ 120.13313, 30.352409 ], [ 120.1332269, 30.3533345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1374075, 30.3531186 ], [ 120.1375216, 30.3522614 ], [ 120.1376155, 30.3514533 ], [ 120.1377227, 30.3506541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378304, 30.3506631 ], [ 120.1377147, 30.3514533 ], [ 120.1376201, 30.3522564 ], [ 120.1375098, 30.3531126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407542, 30.3529907 ], [ 120.1395277, 30.3530188 ], [ 120.1375098, 30.3531126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1375098, 30.3531126 ], [ 120.1395277, 30.3530188 ], [ 120.1407542, 30.3529907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1375098, 30.3531126 ], [ 120.1374075, 30.3531186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1374075, 30.3531186 ], [ 120.1375098, 30.3531126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1413021, 30.351178 ], [ 120.1413355, 30.3510728 ], [ 120.141363, 30.3509912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1415452, 30.3510399 ], [ 120.1414877, 30.3512118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1414877, 30.3512118 ], [ 120.1413021, 30.351178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1415452, 30.3510399 ], [ 120.14177, 30.351096 ], [ 120.1419513, 30.3511467 ], [ 120.1425911, 30.3513184 ], [ 120.1438007, 30.3517117 ], [ 120.1439227, 30.3517492 ], [ 120.1454196, 30.3522193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1453691, 30.3523763 ], [ 120.1446987, 30.3521417 ], [ 120.143807, 30.3518465 ], [ 120.1425193, 30.3514574 ], [ 120.1418972, 30.351309 ], [ 120.1417259, 30.3512678 ], [ 120.1414877, 30.3512118 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407542, 30.3529907 ], [ 120.1408307, 30.3526139 ], [ 120.1409091, 30.3523502 ], [ 120.1409386, 30.3522509 ], [ 120.1411055, 30.3516631 ], [ 120.141174, 30.3514748 ], [ 120.1413021, 30.351178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1454196, 30.3522193 ], [ 120.1454951, 30.3522611 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1453691, 30.3523763 ], [ 120.1454196, 30.3522193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1454951, 30.3522611 ], [ 120.1453691, 30.3523763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1454951, 30.3522611 ], [ 120.1457261, 30.3523307 ], [ 120.1462762, 30.3524753 ], [ 120.1468609, 30.3525899 ], [ 120.1484851, 30.3529023 ], [ 120.1493416, 30.3530763 ], [ 120.1510713, 30.3533883 ], [ 120.1527064, 30.3537034 ], [ 120.1535759, 30.3538697 ], [ 120.1545091, 30.3540485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002493, 30.3421541 ], [ 120.1006922, 30.3410749 ], [ 120.1012033, 30.3396501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1038664, 30.3401891 ], [ 120.1035385, 30.3412678 ], [ 120.1034551, 30.3415191 ], [ 120.1029251, 30.3431128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029251, 30.3431128 ], [ 120.1034551, 30.3415191 ], [ 120.1035385, 30.3412678 ], [ 120.1038664, 30.3401891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002493, 30.3421541 ], [ 120.1029251, 30.3431128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029251, 30.3431128 ], [ 120.1002493, 30.3421541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002493, 30.3421541 ], [ 120.0994766, 30.3438995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994766, 30.3438995 ], [ 120.1002493, 30.3421541 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥园东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1075523, 30.3405339 ], [ 120.107505, 30.3412185 ], [ 120.1074981, 30.3413178 ], [ 120.1074466, 30.3420614 ], [ 120.1074429, 30.3421153 ], [ 120.1073975, 30.3427792 ], [ 120.1073588, 30.3433461 ], [ 120.107341, 30.3436062 ], [ 120.1073339, 30.3437107 ], [ 120.1072734, 30.3445763 ], [ 120.1072282, 30.3452231 ], [ 120.1071808, 30.3459015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥园东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071808, 30.3459015 ], [ 120.1072282, 30.3452231 ], [ 120.1072734, 30.3445763 ], [ 120.1073339, 30.3437107 ], [ 120.107341, 30.3436062 ], [ 120.1073588, 30.3433461 ], [ 120.1073975, 30.3427792 ], [ 120.1074429, 30.3421153 ], [ 120.1074466, 30.3420614 ], [ 120.1074981, 30.3413178 ], [ 120.107505, 30.3412185 ], [ 120.1075523, 30.3405339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1029251, 30.3431128 ], [ 120.1018427, 30.3447513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260774, 30.3396652 ], [ 120.1261426, 30.3395303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "祥园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262545, 30.3396563 ], [ 120.1260774, 30.3396652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228387, 30.3394494 ], [ 120.1224801, 30.3405236 ], [ 120.1224059, 30.340746 ], [ 120.1222245, 30.3412893 ], [ 120.1220724, 30.3420463 ], [ 120.1220489, 30.3421632 ], [ 120.1220221, 30.3422968 ], [ 120.1219792, 30.3426023 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥景路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1219792, 30.3426023 ], [ 120.1220221, 30.3422968 ], [ 120.1220489, 30.3421632 ], [ 120.1220724, 30.3420463 ], [ 120.1222245, 30.3412893 ], [ 120.1224059, 30.340746 ], [ 120.1224801, 30.3405236 ], [ 120.1228387, 30.3394494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262545, 30.3396563 ], [ 120.1254763, 30.3415105 ], [ 120.1244912, 30.3437962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229724, 30.3468711 ], [ 120.1230502, 30.3467111 ], [ 120.1233386, 30.3460973 ], [ 120.1234593, 30.3458176 ], [ 120.1238269, 30.3449658 ], [ 120.1238519, 30.3449078 ], [ 120.1239941, 30.3445837 ], [ 120.1243723, 30.3436928 ], [ 120.1253252, 30.3415118 ], [ 120.1260774, 30.3396652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1244912, 30.3437962 ], [ 120.1241456, 30.3446196 ], [ 120.1239954, 30.3449483 ], [ 120.1237528, 30.3455329 ], [ 120.1235143, 30.3460662 ], [ 120.1233446, 30.3464679 ], [ 120.1231877, 30.3469335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259253, 30.3470188 ], [ 120.1258238, 30.3458954 ], [ 120.125812, 30.3456672 ], [ 120.1257918, 30.3452755 ], [ 120.1257808, 30.3450299 ], [ 120.1257473, 30.3449124 ], [ 120.1257147, 30.3447984 ], [ 120.1255314, 30.3445205 ], [ 120.1253731, 30.3443204 ], [ 120.1250837, 30.3440995 ], [ 120.1246739, 30.3438709 ], [ 120.1244912, 30.3437962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1244912, 30.3437962 ], [ 120.1246739, 30.3438709 ], [ 120.1250837, 30.3440995 ], [ 120.1253731, 30.3443204 ], [ 120.1255314, 30.3445205 ], [ 120.1257147, 30.3447984 ], [ 120.1257473, 30.3449124 ], [ 120.1257808, 30.3450299 ], [ 120.1257918, 30.3452755 ], [ 120.125812, 30.3456672 ], [ 120.1258238, 30.3458954 ], [ 120.1259253, 30.3470188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1231877, 30.3469335 ], [ 120.1229724, 30.3468711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018427, 30.3447513 ], [ 120.1029251, 30.3431128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994766, 30.3438995 ], [ 120.099592, 30.3440324 ], [ 120.0999352, 30.3441459 ], [ 120.1018427, 30.3447513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "祥宏路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018427, 30.3447513 ], [ 120.0999352, 30.3441459 ], [ 120.099592, 30.3440324 ], [ 120.0994766, 30.3438995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992024, 30.3454555 ], [ 120.0992842, 30.3444307 ], [ 120.0994766, 30.3438995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994766, 30.3438995 ], [ 120.0992842, 30.3444307 ], [ 120.0992024, 30.3454555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013965, 30.3455726 ], [ 120.1018427, 30.3447513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1018427, 30.3447513 ], [ 120.1013965, 30.3455726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992024, 30.3454555 ], [ 120.0998461, 30.3454845 ], [ 120.1013965, 30.3455726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013965, 30.3455726 ], [ 120.0998461, 30.3454845 ], [ 120.0992024, 30.3454555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013965, 30.3455726 ], [ 120.1071808, 30.3459015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071808, 30.3459015 ], [ 120.1013965, 30.3455726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110609, 30.3461098 ], [ 120.1099483, 30.3460828 ], [ 120.1096075, 30.3460717 ], [ 120.1071808, 30.3459015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1071808, 30.3459015 ], [ 120.1096075, 30.3460717 ], [ 120.1099483, 30.3460828 ], [ 120.110609, 30.3461098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.099086, 30.3483126 ], [ 120.0992024, 30.3454555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0992024, 30.3454555 ], [ 120.099086, 30.3483126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012, 30.3483697 ], [ 120.1012186, 30.3479778 ], [ 120.1012669, 30.3458154 ], [ 120.1013965, 30.3455726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013965, 30.3455726 ], [ 120.101345, 30.3483736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.099086, 30.3483126 ], [ 120.1012, 30.3483697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012, 30.3483697 ], [ 120.101345, 30.3483736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011937, 30.3485031 ], [ 120.1002261, 30.348467 ], [ 120.0989504, 30.3484404 ], [ 120.0978579, 30.3484116 ], [ 120.0972466, 30.3483601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0955851, 30.3448164 ], [ 120.0945862, 30.3475544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0904815, 30.3455202 ], [ 120.0904869, 30.3455229 ], [ 120.0907501, 30.3456533 ], [ 120.0943292, 30.3474271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0942932, 30.347583 ], [ 120.0906439, 30.3457867 ], [ 120.0903916, 30.3456626 ], [ 120.0903866, 30.3456601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871815, 30.3492139 ], [ 120.0877874, 30.348466 ], [ 120.0883535, 30.3477671 ], [ 120.0890262, 30.3469317 ], [ 120.0900585, 30.3455124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0943292, 30.3474271 ], [ 120.0945862, 30.3475544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0942932, 30.347583 ], [ 120.0943292, 30.3474271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "莫干山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903866, 30.3456601 ], [ 120.0901012, 30.3460758 ], [ 120.0898862, 30.3463325 ], [ 120.0898037, 30.3464309 ], [ 120.089171, 30.3471609 ], [ 120.0885921, 30.3479085 ], [ 120.087428, 30.3493529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945862, 30.3475544 ], [ 120.0945242, 30.3476967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945242, 30.3476967 ], [ 120.0942932, 30.347583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945862, 30.3475544 ], [ 120.0951163, 30.3477555 ], [ 120.0958294, 30.3479741 ], [ 120.0962837, 30.3480846 ], [ 120.0968194, 30.3481636 ], [ 120.0974445, 30.3482369 ], [ 120.0980615, 30.3482891 ], [ 120.099086, 30.3483126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.110609, 30.3461098 ], [ 120.1107845, 30.346119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159318, 30.3464388 ], [ 120.1134061, 30.3462795 ], [ 120.1107845, 30.346119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1107845, 30.346119 ], [ 120.1134061, 30.3462795 ], [ 120.1159318, 30.3464388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1160434, 30.34644 ], [ 120.1159318, 30.3464388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1159318, 30.3464388 ], [ 120.1160434, 30.34644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229724, 30.3468711 ], [ 120.1225498, 30.3468346 ], [ 120.1223167, 30.3468144 ], [ 120.1216496, 30.3467755 ], [ 120.1203884, 30.346702 ], [ 120.119164, 30.3466351 ], [ 120.1160434, 30.34644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1160434, 30.34644 ], [ 120.119164, 30.3466351 ], [ 120.1203884, 30.346702 ], [ 120.1216496, 30.3467755 ], [ 120.1223167, 30.3468144 ], [ 120.1225498, 30.3468346 ], [ 120.1229724, 30.3468711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1100627, 30.3485453 ], [ 120.110609, 30.3461098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1107845, 30.346119 ], [ 120.1102037, 30.3485419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152716, 30.3486532 ], [ 120.1156031, 30.3475452 ], [ 120.1159318, 30.3464388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229724, 30.3468711 ], [ 120.1231877, 30.3469335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259253, 30.3470188 ], [ 120.1268543, 30.3470143 ], [ 120.1282839, 30.3470732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1282839, 30.3470732 ], [ 120.1268543, 30.3470143 ], [ 120.1259253, 30.3470188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1231877, 30.3469335 ], [ 120.1233099, 30.34699 ], [ 120.1235062, 30.3471095 ], [ 120.1237186, 30.347191 ], [ 120.1239614, 30.3472136 ], [ 120.1242422, 30.347207 ], [ 120.1246703, 30.3471591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1246703, 30.3471591 ], [ 120.1242422, 30.347207 ], [ 120.1239614, 30.3472136 ], [ 120.1237186, 30.347191 ], [ 120.1235062, 30.3471095 ], [ 120.1233099, 30.34699 ], [ 120.1231877, 30.3469335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259253, 30.3470188 ], [ 120.1246703, 30.3471591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1246703, 30.3471591 ], [ 120.1259253, 30.3470188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259816, 30.3480545 ], [ 120.1259015, 30.347212 ], [ 120.1259253, 30.3470188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259816, 30.3480545 ], [ 120.1248899, 30.3480215 ], [ 120.1247776, 30.3479649 ], [ 120.1246978, 30.3478333 ], [ 120.1246703, 30.3471591 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1246703, 30.3471591 ], [ 120.1246978, 30.3478333 ], [ 120.1247776, 30.3479649 ], [ 120.1248899, 30.3480215 ], [ 120.1259816, 30.3480545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1160434, 30.34644 ], [ 120.1158607, 30.3470279 ], [ 120.1154074, 30.3486631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1100627, 30.3485453 ], [ 120.1102037, 30.3485419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1102037, 30.3485419 ], [ 120.1128848, 30.3486114 ], [ 120.1140261, 30.3486283 ], [ 120.1152716, 30.3486532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1102037, 30.3485419 ], [ 120.1101335, 30.3486829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1099973, 30.3486848 ], [ 120.1100627, 30.3485453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152716, 30.3486532 ], [ 120.1154074, 30.3486631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1101335, 30.3486829 ], [ 120.1099973, 30.3486848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152574, 30.3487874 ], [ 120.1152716, 30.3486532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1154074, 30.3486631 ], [ 120.1153614, 30.3487824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1154074, 30.3486631 ], [ 120.1185368, 30.3487207 ], [ 120.1203928, 30.3487649 ], [ 120.1206177, 30.3487702 ], [ 120.1221082, 30.3488051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1221082, 30.3488051 ], [ 120.1228026, 30.3471451 ], [ 120.1229724, 30.3468711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1231877, 30.3469335 ], [ 120.1229427, 30.3476474 ], [ 120.122797, 30.347958 ], [ 120.1225185, 30.3486146 ], [ 120.1224289, 30.3488103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259253, 30.3470188 ], [ 120.1260852, 30.3472516 ], [ 120.126187, 30.3481639 ], [ 120.1262046, 30.3483218 ], [ 120.126223, 30.3487261 ], [ 120.1261907, 30.3491382 ], [ 120.1261182, 30.3494212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259429, 30.3493605 ], [ 120.1260025, 30.349067 ], [ 120.1260025, 30.3482743 ], [ 120.1259816, 30.3480545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1221082, 30.3488051 ], [ 120.1224289, 30.3488103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1220223, 30.3489418 ], [ 120.1221082, 30.3488051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1224289, 30.3488103 ], [ 120.1223685, 30.3489688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1223685, 30.3489688 ], [ 120.1220223, 30.3489418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1224289, 30.3488103 ], [ 120.122537, 30.348817 ], [ 120.1229424, 30.3488454 ], [ 120.1235069, 30.3488949 ], [ 120.1240591, 30.3489689 ], [ 120.1259429, 30.3493605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259104, 30.3495237 ], [ 120.1253792, 30.3493922 ], [ 120.1248506, 30.3492621 ], [ 120.1243058, 30.349153 ], [ 120.1237489, 30.3490472 ], [ 120.1231054, 30.3489814 ], [ 120.1224785, 30.3489739 ], [ 120.1223685, 30.3489688 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972466, 30.3483601 ], [ 120.0968036, 30.3482954 ], [ 120.096368, 30.348229 ], [ 120.0955734, 30.3480465 ], [ 120.0950244, 30.3478988 ], [ 120.0945242, 30.3476967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934274, 30.3509007 ], [ 120.0934866, 30.3501769 ], [ 120.0935758, 30.3497723 ], [ 120.0937533, 30.3491226 ], [ 120.0940759, 30.3482347 ], [ 120.0942076, 30.3478951 ], [ 120.0942932, 30.347583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871815, 30.3492139 ], [ 120.087428, 30.3493529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.087428, 30.3493529 ], [ 120.0871815, 30.3492139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945242, 30.3476967 ], [ 120.0943576, 30.3479516 ], [ 120.0942228, 30.348289 ], [ 120.0940143, 30.3488318 ], [ 120.0938915, 30.3491732 ], [ 120.0937598, 30.3495588 ], [ 120.0936768, 30.3500858 ], [ 120.093664, 30.3501948 ], [ 120.0935814, 30.3509015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972466, 30.3483601 ], [ 120.0972549, 30.351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972549, 30.351 ], [ 120.0972466, 30.3483601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.087428, 30.3493529 ], [ 120.0875043, 30.3494305 ], [ 120.0878993, 30.3495932 ], [ 120.0885134, 30.3498415 ], [ 120.0894722, 30.3502023 ], [ 120.0901351, 30.3504448 ], [ 120.0909155, 30.3507017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0909155, 30.3507017 ], [ 120.0901351, 30.3504448 ], [ 120.0894722, 30.3502023 ], [ 120.0885134, 30.3498415 ], [ 120.0878993, 30.3495932 ], [ 120.0875043, 30.3494305 ], [ 120.087428, 30.3493529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919127, 30.3509075 ], [ 120.0916757, 30.3508625 ], [ 120.0909155, 30.3507017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1710291, 30.3435448 ], [ 120.1702378, 30.3439675 ], [ 120.1697805, 30.3441966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1654616, 30.3461327 ], [ 120.1674657, 30.3451406 ], [ 120.1675994, 30.3450796 ], [ 120.1678293, 30.3449692 ], [ 120.1679479, 30.3449059 ], [ 120.1685935, 30.3446058 ], [ 120.1697106, 30.3440626 ], [ 120.1709816, 30.3433708 ], [ 120.1710953, 30.3433089 ], [ 120.1741475, 30.3416809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1697805, 30.3441966 ], [ 120.1703421, 30.3450256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1703421, 30.3450256 ], [ 120.1697805, 30.3441966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176495, 30.3450693 ], [ 120.1765946, 30.3450188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1765946, 30.3450188 ], [ 120.176495, 30.3450693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夏莲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1731795, 30.3467699 ], [ 120.1724115, 30.3456538 ], [ 120.1720211, 30.3450581 ], [ 120.1710291, 30.3435448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夏莲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1710291, 30.3435448 ], [ 120.1720211, 30.3450581 ], [ 120.1724115, 30.3456538 ], [ 120.1731795, 30.3467699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1731795, 30.3467699 ], [ 120.1737243, 30.3464854 ], [ 120.1739912, 30.346346 ], [ 120.1744907, 30.3460851 ], [ 120.1749483, 30.3458532 ], [ 120.1755748, 30.3455357 ], [ 120.176495, 30.3450693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176495, 30.3450693 ], [ 120.1755748, 30.3455357 ], [ 120.1749483, 30.3458532 ], [ 120.1744907, 30.3460851 ], [ 120.1739912, 30.346346 ], [ 120.1737243, 30.3464854 ], [ 120.1731795, 30.3467699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815924, 30.3458093 ], [ 120.1830644, 30.3458133 ], [ 120.1842729, 30.3458166 ], [ 120.1867191, 30.3458227 ], [ 120.1869659, 30.3458011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1815924, 30.3458093 ], [ 120.1816058, 30.3459316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "回龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1816058, 30.3459316 ], [ 120.1815924, 30.3458093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.186961, 30.3459166 ], [ 120.1867516, 30.3459218 ], [ 120.1842793, 30.3459457 ], [ 120.1827209, 30.3459375 ], [ 120.1816058, 30.3459316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1765946, 30.3450188 ], [ 120.1768606, 30.345415 ], [ 120.1781255, 30.34719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780039, 30.3472579 ], [ 120.1773739, 30.3463871 ], [ 120.1772999, 30.3462761 ], [ 120.176495, 30.3450693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781255, 30.34719 ], [ 120.1791622, 30.3466172 ], [ 120.1797206, 30.3463147 ], [ 120.1800399, 30.3461594 ], [ 120.1803412, 30.3460427 ], [ 120.1807607, 30.3459067 ], [ 120.1811317, 30.3458464 ], [ 120.1815924, 30.3458093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1816058, 30.3459316 ], [ 120.1811327, 30.3459732 ], [ 120.1807349, 30.3460404 ], [ 120.1804446, 30.3461231 ], [ 120.1801382, 30.3462444 ], [ 120.1798094, 30.3464082 ], [ 120.1792169, 30.346741 ], [ 120.1782047, 30.3472942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780039, 30.3472579 ], [ 120.1781255, 30.34719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1781255, 30.34719 ], [ 120.1782047, 30.3472942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171925, 30.3473619 ], [ 120.1716974, 30.347026 ], [ 120.1715352, 30.3467866 ], [ 120.1712672, 30.346391 ], [ 120.1712052, 30.3462995 ], [ 120.1703421, 30.3450256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1703421, 30.3450256 ], [ 120.1712052, 30.3462995 ], [ 120.1712672, 30.346391 ], [ 120.1715352, 30.3467866 ], [ 120.1716974, 30.347026 ], [ 120.171925, 30.3473619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171925, 30.3473619 ], [ 120.1723119, 30.3472081 ], [ 120.1724314, 30.3471606 ], [ 120.1731795, 30.3467699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1731795, 30.3467699 ], [ 120.1724314, 30.3471606 ], [ 120.1723119, 30.3472081 ], [ 120.171925, 30.3473619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夏莲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748991, 30.3491835 ], [ 120.1748171, 30.3490721 ], [ 120.1740954, 30.3480916 ], [ 120.1739979, 30.3479525 ], [ 120.173762, 30.3476155 ], [ 120.1736662, 30.3474722 ], [ 120.1731795, 30.3467699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夏莲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1731795, 30.3467699 ], [ 120.1736662, 30.3474722 ], [ 120.173762, 30.3476155 ], [ 120.1739979, 30.3479525 ], [ 120.1740954, 30.3480916 ], [ 120.1748171, 30.3490721 ], [ 120.1748991, 30.3491835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673059, 30.3490283 ], [ 120.1677797, 30.3488572 ], [ 120.1683967, 30.3486346 ], [ 120.1686636, 30.3485383 ], [ 120.1691391, 30.3483668 ], [ 120.1694657, 30.348249 ], [ 120.1698716, 30.3481026 ], [ 120.1705728, 30.3478497 ], [ 120.1712478, 30.3476062 ], [ 120.171925, 30.3473619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171925, 30.3473619 ], [ 120.1712478, 30.3476062 ], [ 120.1705728, 30.3478497 ], [ 120.1698716, 30.3481026 ], [ 120.1694657, 30.348249 ], [ 120.1691391, 30.3483668 ], [ 120.1686636, 30.3485383 ], [ 120.1683967, 30.3486346 ], [ 120.1677797, 30.3488572 ], [ 120.1673059, 30.3490283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748991, 30.3491835 ], [ 120.1753544, 30.34886 ], [ 120.1755455, 30.3487243 ], [ 120.1765022, 30.3481492 ], [ 120.1768091, 30.3479647 ], [ 120.1776569, 30.3474567 ], [ 120.1780039, 30.3472579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780778, 30.34736 ], [ 120.1775528, 30.3476803 ], [ 120.1774817, 30.3477237 ], [ 120.1770329, 30.3479928 ], [ 120.1765639, 30.3482739 ], [ 120.1761844, 30.3484834 ], [ 120.1758463, 30.3486931 ], [ 120.1755217, 30.3489039 ], [ 120.1751149, 30.3491936 ], [ 120.1749809, 30.3492945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1656141, 30.3462336 ], [ 120.1655269, 30.3463278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1656141, 30.3462336 ], [ 120.1660195, 30.3468423 ], [ 120.1661625, 30.3471043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660476, 30.3471703 ], [ 120.1657434, 30.3466781 ], [ 120.1655269, 30.3463278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1655269, 30.3463278 ], [ 120.165061, 30.3465611 ], [ 120.1634457, 30.3473422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1615545, 30.3481186 ], [ 120.1625246, 30.3476238 ], [ 120.1654616, 30.3461327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1661625, 30.3471043 ], [ 120.1660476, 30.3471703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660476, 30.3471703 ], [ 120.1661625, 30.3471043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660476, 30.3471703 ], [ 120.1646308, 30.3478778 ], [ 120.164457, 30.3479646 ], [ 120.1639851, 30.3482003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639851, 30.3482003 ], [ 120.164457, 30.3479646 ], [ 120.1646308, 30.3478778 ], [ 120.1660476, 30.3471703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634457, 30.3473422 ], [ 120.1639851, 30.3482003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639851, 30.3482003 ], [ 120.1634457, 30.3473422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1634457, 30.3473422 ], [ 120.1616453, 30.3482445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1661625, 30.3471043 ], [ 120.1664535, 30.3475581 ], [ 120.1664898, 30.3476116 ], [ 120.1666148, 30.3478106 ], [ 120.166622, 30.3478228 ], [ 120.1668713, 30.3482456 ], [ 120.1669267, 30.3483396 ], [ 120.1671865, 30.3488114 ], [ 120.1673059, 30.3490283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671603, 30.3490799 ], [ 120.1668404, 30.3484722 ], [ 120.16659, 30.3480401 ], [ 120.1665454, 30.3479454 ], [ 120.1664202, 30.3477543 ], [ 120.1663163, 30.3475952 ], [ 120.1662336, 30.3474711 ], [ 120.1660588, 30.3471884 ], [ 120.1660476, 30.3471703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639851, 30.3482003 ], [ 120.1621744, 30.3491046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621744, 30.3491046 ], [ 120.1639851, 30.3482003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616453, 30.3482445 ], [ 120.1621744, 30.3491046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621744, 30.3491046 ], [ 120.1616453, 30.3482445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165074, 30.3497831 ], [ 120.1647938, 30.3493758 ], [ 120.164604, 30.3490999 ], [ 120.1639851, 30.3482003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639851, 30.3482003 ], [ 120.164604, 30.3490999 ], [ 120.1647938, 30.3493758 ], [ 120.165074, 30.3497831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.171925, 30.3473619 ], [ 120.1722331, 30.3478293 ], [ 120.1726922, 30.3485258 ], [ 120.1729678, 30.348944 ], [ 120.1733074, 30.3494593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秋悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1733074, 30.3494593 ], [ 120.1729678, 30.348944 ], [ 120.1726922, 30.3485258 ], [ 120.1722331, 30.3478293 ], [ 120.171925, 30.3473619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夏莲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1748991, 30.3491835 ], [ 120.1749809, 30.3492945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夏莲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749809, 30.3492945 ], [ 120.1748991, 30.3491835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673059, 30.3490283 ], [ 120.1683196, 30.3506342 ], [ 120.168422, 30.3507815 ], [ 120.1686394, 30.3510943 ], [ 120.1687756, 30.3512304 ], [ 120.1690193, 30.3514739 ], [ 120.1694858, 30.3517787 ], [ 120.1698657, 30.3519972 ], [ 120.1702189, 30.3521525 ], [ 120.1707328, 30.3523099 ], [ 120.1709919, 30.3523538 ], [ 120.1717071, 30.3525269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1717071, 30.3525269 ], [ 120.1718682, 30.3522751 ], [ 120.172116, 30.3519377 ], [ 120.1723718, 30.3515894 ], [ 120.1724568, 30.3514736 ], [ 120.1728726, 30.350989 ], [ 120.1733261, 30.3505649 ], [ 120.1739308, 30.3500334 ], [ 120.1743456, 30.3496687 ], [ 120.1743834, 30.3496286 ], [ 120.1745447, 30.3494753 ], [ 120.1748991, 30.3491835 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1749809, 30.3492945 ], [ 120.1749159, 30.3493528 ], [ 120.1747414, 30.3494932 ], [ 120.1745191, 30.3496789 ], [ 120.1741595, 30.3499588 ], [ 120.173667, 30.3504107 ], [ 120.1732498, 30.3507711 ], [ 120.1731698, 30.3508472 ], [ 120.1730367, 30.3509979 ], [ 120.1726787, 30.3514035 ], [ 120.172536, 30.3515914 ], [ 120.1723046, 30.3518962 ], [ 120.1721067, 30.3521568 ], [ 120.1718184, 30.3525686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1716517, 30.3526339 ], [ 120.1707941, 30.3524478 ], [ 120.1702322, 30.352279 ], [ 120.1696857, 30.352049 ], [ 120.1690926, 30.3517039 ], [ 120.1686677, 30.3513281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1717071, 30.3525269 ], [ 120.1718184, 30.3525686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1716517, 30.3526339 ], [ 120.1717071, 30.3525269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1615545, 30.3481186 ], [ 120.1616453, 30.3482445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1602942, 30.3487755 ], [ 120.1615545, 30.3481186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616453, 30.3482445 ], [ 120.1604448, 30.3488309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1602942, 30.3487755 ], [ 120.1604448, 30.3488309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1602864, 30.3488852 ], [ 120.1602942, 30.3487755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1604448, 30.3488309 ], [ 120.1602864, 30.3488852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1602864, 30.3488852 ], [ 120.1597125, 30.3491676 ], [ 120.1592813, 30.349382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592813, 30.349382 ], [ 120.1597824, 30.3501293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597824, 30.3501293 ], [ 120.1592813, 30.349382 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "永宁路", "北秀街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592813, 30.349382 ], [ 120.1581913, 30.3499393 ], [ 120.1580919, 30.3499965 ], [ 120.1577627, 30.3501859 ], [ 120.1575807, 30.3502853 ], [ 120.1574296, 30.3504378 ], [ 120.1573634, 30.3504908 ], [ 120.157122, 30.3506783 ], [ 120.1567609, 30.3509742 ], [ 120.1565091, 30.3512254 ], [ 120.1559404, 30.351969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1673059, 30.3490283 ], [ 120.1671603, 30.3490799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671603, 30.3490799 ], [ 120.1673059, 30.3490283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1671603, 30.3490799 ], [ 120.1665383, 30.3492789 ], [ 120.166247, 30.3494107 ], [ 120.1660981, 30.3494645 ], [ 120.1659172, 30.3495298 ], [ 120.1653273, 30.3497428 ], [ 120.1652459, 30.3497558 ], [ 120.165074, 30.3497831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165074, 30.3497831 ], [ 120.1652459, 30.3497558 ], [ 120.1653273, 30.3497428 ], [ 120.1659172, 30.3495298 ], [ 120.1660981, 30.3494645 ], [ 120.166247, 30.3494107 ], [ 120.1665383, 30.3492789 ], [ 120.1671603, 30.3490799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1621744, 30.3491046 ], [ 120.1623017, 30.3493115 ], [ 120.1630061, 30.3502898 ], [ 120.1631547, 30.3504962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631547, 30.3504962 ], [ 120.1630061, 30.3502898 ], [ 120.1623017, 30.3493115 ], [ 120.1621744, 30.3491046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165074, 30.3497831 ], [ 120.1639096, 30.3502138 ], [ 120.163546, 30.3503508 ], [ 120.1631547, 30.3504962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631547, 30.3504962 ], [ 120.163546, 30.3503508 ], [ 120.1639096, 30.3502138 ], [ 120.165074, 30.3497831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1686677, 30.3513281 ], [ 120.1685357, 30.3511756 ], [ 120.1683196, 30.3509103 ], [ 120.1682909, 30.3508641 ], [ 120.1679318, 30.3502866 ], [ 120.1677331, 30.3499671 ], [ 120.1675777, 30.3497405 ], [ 120.1671603, 30.3490799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.165074, 30.3497831 ], [ 120.1654075, 30.3502731 ], [ 120.1654464, 30.350321 ], [ 120.1656074, 30.3505491 ], [ 120.1656322, 30.3505835 ], [ 120.1660152, 30.3511544 ], [ 120.1661393, 30.3513461 ], [ 120.1663557, 30.3516965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663557, 30.3516965 ], [ 120.1661393, 30.3513461 ], [ 120.1660152, 30.3511544 ], [ 120.1656322, 30.3505835 ], [ 120.1656074, 30.3505491 ], [ 120.1654464, 30.350321 ], [ 120.1654075, 30.3502731 ], [ 120.165074, 30.3497831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1686677, 30.3513281 ], [ 120.1681278, 30.3513815 ], [ 120.1675441, 30.3514678 ], [ 120.1666315, 30.3516217 ], [ 120.1663557, 30.3516965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663557, 30.3516965 ], [ 120.1666315, 30.3516217 ], [ 120.1675441, 30.3514678 ], [ 120.1681278, 30.3513815 ], [ 120.1686677, 30.3513281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1631547, 30.3504962 ], [ 120.1628481, 30.3507263 ], [ 120.1626282, 30.3509678 ], [ 120.1625308, 30.3511483 ], [ 120.1623811, 30.3514776 ], [ 120.1623179, 30.3516215 ], [ 120.1621818, 30.3520372 ], [ 120.162091, 30.3524175 ], [ 120.1619224, 30.3532628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1619224, 30.3532628 ], [ 120.162091, 30.3524175 ], [ 120.1621818, 30.3520372 ], [ 120.1623179, 30.3516215 ], [ 120.1623811, 30.3514776 ], [ 120.1625308, 30.3511483 ], [ 120.1626282, 30.3509678 ], [ 120.1628481, 30.3507263 ], [ 120.1631547, 30.3504962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668916, 30.3533314 ], [ 120.1668866, 30.353058 ], [ 120.1668606, 30.3527845 ], [ 120.1667737, 30.3525019 ], [ 120.1666728, 30.3522262 ], [ 120.1663557, 30.3516965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663557, 30.3516965 ], [ 120.1666728, 30.3522262 ], [ 120.1667737, 30.3525019 ], [ 120.1668606, 30.3527845 ], [ 120.1668866, 30.353058 ], [ 120.1668916, 30.3533314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645808, 30.3533544 ], [ 120.1647929, 30.3529853 ], [ 120.1648285, 30.3529086 ], [ 120.1650568, 30.3525548 ], [ 120.165223, 30.3523868 ], [ 120.1655527, 30.3520915 ], [ 120.1658999, 30.3518481 ], [ 120.1663557, 30.3516965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1663557, 30.3516965 ], [ 120.1658999, 30.3518481 ], [ 120.1655527, 30.3520915 ], [ 120.165223, 30.3523868 ], [ 120.1650568, 30.3525548 ], [ 120.1648285, 30.3529086 ], [ 120.1647929, 30.3529853 ], [ 120.1645808, 30.3533544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1619224, 30.3532628 ], [ 120.1622367, 30.3533184 ], [ 120.1623773, 30.3533332 ], [ 120.1628114, 30.3533493 ], [ 120.1632268, 30.3533574 ], [ 120.1639734, 30.3533495 ], [ 120.1644001, 30.3533528 ], [ 120.1645808, 30.3533544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1718184, 30.3525686 ], [ 120.1717514, 30.3526588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1717514, 30.3526588 ], [ 120.1716517, 30.3526339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1718184, 30.3525686 ], [ 120.1723408, 30.3528048 ], [ 120.1725736, 30.3529267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724405, 30.3529806 ], [ 120.1722985, 30.3528649 ], [ 120.1717514, 30.3526588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724405, 30.3529806 ], [ 120.1725736, 30.3529267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1725736, 30.3529267 ], [ 120.1726352, 30.3529848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1717514, 30.3526588 ], [ 120.1715444, 30.3529266 ], [ 120.1712849, 30.3533212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724847, 30.3530421 ], [ 120.1724405, 30.3529806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1726352, 30.3529848 ], [ 120.1724847, 30.3530421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1712849, 30.3533212 ], [ 120.1712716, 30.3533864 ], [ 120.1713489, 30.353406 ], [ 120.1714534, 30.3534021 ], [ 120.1719805, 30.3531668 ], [ 120.1724405, 30.3529806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011937, 30.3485031 ], [ 120.1012, 30.3483697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.101345, 30.3483736 ], [ 120.1013339, 30.3485083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.101345, 30.3483736 ], [ 120.1045047, 30.3484396 ], [ 120.107071, 30.3484943 ], [ 120.1091919, 30.3485326 ], [ 120.109641, 30.3485457 ], [ 120.1100627, 30.3485453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013339, 30.3485083 ], [ 120.1011937, 30.3485031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069923, 30.3486182 ], [ 120.1045426, 30.3485668 ], [ 120.1013339, 30.3485083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1099973, 30.3486848 ], [ 120.1095646, 30.3486668 ], [ 120.1091266, 30.3486585 ], [ 120.1070692, 30.3486198 ], [ 120.1069923, 30.3486182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010979, 30.3509053 ], [ 120.101122, 30.3500155 ], [ 120.1011325, 30.3497936 ], [ 120.1011937, 30.3485031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013339, 30.3485083 ], [ 120.1012791, 30.3500472 ], [ 120.1012506, 30.3509097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "敦民巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069486, 30.3510843 ], [ 120.1070084, 30.3500149 ], [ 120.1070351, 30.349414 ], [ 120.1069653, 30.3489389 ], [ 120.1069923, 30.3486182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "敦民巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069923, 30.3486182 ], [ 120.1069653, 30.3489389 ], [ 120.1070351, 30.349414 ], [ 120.1070084, 30.3500149 ], [ 120.1069486, 30.3510843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1152574, 30.3487874 ], [ 120.1140198, 30.3487615 ], [ 120.1128437, 30.3487128 ], [ 120.1101335, 30.3486829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153614, 30.3487824 ], [ 120.1152574, 30.3487874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1220223, 30.3489418 ], [ 120.1202735, 30.3488834 ], [ 120.1183905, 30.348839 ], [ 120.1175387, 30.3488231 ], [ 120.1153614, 30.3487824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1101335, 30.3486829 ], [ 120.109821, 30.3499769 ], [ 120.1097603, 30.3503099 ], [ 120.1097457, 30.3506528 ], [ 120.1097084, 30.3511383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.109579, 30.3511461 ], [ 120.1096027, 30.3505699 ], [ 120.1096553, 30.3501412 ], [ 120.1097271, 30.3498067 ], [ 120.1099973, 30.3486848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153614, 30.3487824 ], [ 120.1150886, 30.3496303 ], [ 120.1148203, 30.3504643 ], [ 120.1147006, 30.3508299 ], [ 120.1145886, 30.3512496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1144724, 30.3512643 ], [ 120.1145448, 30.3508995 ], [ 120.1148767, 30.3499407 ], [ 120.114924, 30.3497974 ], [ 120.1152574, 30.3487874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1210641, 30.3514101 ], [ 120.1212533, 30.3510552 ], [ 120.1216887, 30.3500082 ], [ 120.1218094, 30.3497142 ], [ 120.1219813, 30.3493104 ], [ 120.1220223, 30.3489418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.109579, 30.3511461 ], [ 120.1097084, 30.3511383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.109575, 30.3512433 ], [ 120.109579, 30.3511461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259429, 30.3493605 ], [ 120.1261182, 30.3494212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259104, 30.3495237 ], [ 120.1259429, 30.3493605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261182, 30.3494212 ], [ 120.1260958, 30.3495696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260958, 30.3495696 ], [ 120.1259104, 30.3495237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1223685, 30.3489688 ], [ 120.1220535, 30.3497015 ], [ 120.1219115, 30.3500322 ], [ 120.121412, 30.3512383 ], [ 120.1213319, 30.3514819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1254653, 30.3517195 ], [ 120.1256167, 30.351025 ], [ 120.1257884, 30.350051 ], [ 120.1258501, 30.3497501 ], [ 120.1259104, 30.3495237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260958, 30.3495696 ], [ 120.1260433, 30.3497918 ], [ 120.1259762, 30.3500811 ], [ 120.1257954, 30.3509177 ], [ 120.1256292, 30.351733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "章悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1274072, 30.3517952 ], [ 120.127714, 30.3504928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "章悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.127714, 30.3504928 ], [ 120.1274072, 30.3517952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1213319, 30.3514819 ], [ 120.1223977, 30.3515471 ], [ 120.1239094, 30.3516395 ], [ 120.1242705, 30.3516588 ], [ 120.1254653, 30.3517195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0909155, 30.3507017 ], [ 120.0916757, 30.3508625 ], [ 120.0919127, 30.3509075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919127, 30.3509075 ], [ 120.0923608, 30.3508922 ], [ 120.0930595, 30.3508953 ], [ 120.0934274, 30.3509007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934274, 30.3509007 ], [ 120.0935814, 30.3509015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934221, 30.3510084 ], [ 120.0934274, 30.3509007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0935814, 30.3509015 ], [ 120.0935811, 30.351009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0935814, 30.3509015 ], [ 120.094749, 30.3508933 ], [ 120.0951369, 30.350894 ], [ 120.0954325, 30.3509053 ], [ 120.0958107, 30.3509908 ], [ 120.0961098, 30.3510197 ], [ 120.0972549, 30.351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934221, 30.3510084 ], [ 120.0926973, 30.3510081 ], [ 120.0923261, 30.3509828 ], [ 120.0919127, 30.3509075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0935811, 30.351009 ], [ 120.0934221, 30.3510084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972563, 30.3510851 ], [ 120.0972549, 30.351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972549, 30.351 ], [ 120.0972563, 30.3510851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010979, 30.3509053 ], [ 120.1012506, 30.3509097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012506, 30.3509097 ], [ 120.101257, 30.3509917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972549, 30.351 ], [ 120.0983094, 30.3509713 ], [ 120.0986123, 30.350963 ], [ 120.0998408, 30.3509306 ], [ 120.0999219, 30.350929 ], [ 120.1010979, 30.3509053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010937, 30.3510029 ], [ 120.1010979, 30.3509053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1012506, 30.3509097 ], [ 120.1065785, 30.3510741 ], [ 120.1069486, 30.3510843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.101257, 30.3509917 ], [ 120.1010937, 30.3510029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010937, 30.3510029 ], [ 120.0990093, 30.3510332 ], [ 120.0988068, 30.3510344 ], [ 120.0972563, 30.3510851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10695, 30.3511677 ], [ 120.106239, 30.3511454 ], [ 120.1047941, 30.3511075 ], [ 120.1041699, 30.3510896 ], [ 120.1032056, 30.351062 ], [ 120.1016782, 30.3510103 ], [ 120.101257, 30.3509917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069486, 30.3510843 ], [ 120.1090112, 30.3511412 ], [ 120.109579, 30.3511461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "敦民巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10695, 30.3511677 ], [ 120.1069486, 30.3510843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1097084, 30.3511383 ], [ 120.1105373, 30.3511643 ], [ 120.1111643, 30.3511839 ], [ 120.1122691, 30.3512068 ], [ 120.113353, 30.3512377 ], [ 120.1144724, 30.3512643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1097084, 30.3511383 ], [ 120.1097081, 30.3512745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1144724, 30.3512643 ], [ 120.1145886, 30.3512496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1097081, 30.3512745 ], [ 120.109575, 30.3512433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1145886, 30.3512496 ], [ 120.1145881, 30.3513931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1144749, 30.3513898 ], [ 120.1144724, 30.3512643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1145886, 30.3512496 ], [ 120.1174885, 30.3513188 ], [ 120.1181122, 30.3513365 ], [ 120.1193748, 30.3513725 ], [ 120.1210641, 30.3514101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1144749, 30.3513898 ], [ 120.1133528, 30.3513638 ], [ 120.1132251, 30.3513593 ], [ 120.1120658, 30.3513187 ], [ 120.1112411, 30.3512898 ], [ 120.1097081, 30.3512745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1145881, 30.3513931 ], [ 120.1144749, 30.3513898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1210641, 30.3514101 ], [ 120.1213319, 30.3514819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972563, 30.3510851 ], [ 120.0969069, 30.3510775 ], [ 120.0960758, 30.3510879 ], [ 120.095734, 30.3510646 ], [ 120.0952962, 30.3510027 ], [ 120.0940592, 30.3510027 ], [ 120.0935811, 30.351009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长斗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908509, 30.3533143 ], [ 120.0908652, 30.352094 ], [ 120.0909155, 30.3507017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长斗路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0909155, 30.3507017 ], [ 120.0908652, 30.352094 ], [ 120.0908509, 30.3533143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0935811, 30.351009 ], [ 120.093571, 30.3521471 ], [ 120.0935345, 30.3532845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.093392, 30.3532855 ], [ 120.0934199, 30.3521669 ], [ 120.0934221, 30.3510084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆庄弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.093392, 30.3532855 ], [ 120.0935345, 30.3532845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆庄弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0935345, 30.3532845 ], [ 120.093392, 30.3532855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆庄弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0935345, 30.3532845 ], [ 120.0969394, 30.3532895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆庄弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0969394, 30.3532895 ], [ 120.0935345, 30.3532845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆庄弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0908509, 30.3533143 ], [ 120.0910533, 30.3533146 ], [ 120.0922031, 30.3532764 ], [ 120.093392, 30.3532855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1254478, 30.3517996 ], [ 120.1233478, 30.3516864 ], [ 120.121293, 30.3515757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1254653, 30.3517195 ], [ 120.1256292, 30.351733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1254478, 30.3517996 ], [ 120.1254653, 30.3517195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1256292, 30.351733 ], [ 120.1274072, 30.3517952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1256292, 30.351733 ], [ 120.1256125, 30.3518149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1256125, 30.3518149 ], [ 120.1254478, 30.3517996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "章悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273806, 30.3518683 ], [ 120.1274072, 30.3517952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "章悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1274072, 30.3517952 ], [ 120.1273806, 30.3518683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273806, 30.3518683 ], [ 120.1256125, 30.3518149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1256125, 30.3518149 ], [ 120.1254594, 30.3525663 ], [ 120.1251827, 30.3536579 ], [ 120.1251374, 30.3538252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "敦民巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069486, 30.3510843 ], [ 120.10695, 30.3511677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.109575, 30.3512433 ], [ 120.1085423, 30.351218 ], [ 120.1082643, 30.3512069 ], [ 120.10695, 30.3511677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.101257, 30.3509917 ], [ 120.1010748, 30.3553679 ], [ 120.1010119, 30.3555554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009895, 30.3555596 ], [ 120.10097, 30.3553461 ], [ 120.101063, 30.3521889 ], [ 120.1010937, 30.3510029 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "敦民巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10695, 30.3511677 ], [ 120.1069408, 30.3513153 ], [ 120.1068845, 30.352482 ], [ 120.1069373, 30.3526829 ], [ 120.1069584, 30.3527632 ], [ 120.1069938, 30.3528979 ], [ 120.1069691, 30.3533663 ], [ 120.1069333, 30.3540459 ], [ 120.1069298, 30.3541092 ], [ 120.1068924, 30.3547946 ], [ 120.1068461, 30.3557008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "敦民巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1068461, 30.3557008 ], [ 120.1068924, 30.3547946 ], [ 120.1069298, 30.3541092 ], [ 120.1069333, 30.3540459 ], [ 120.1069691, 30.3533663 ], [ 120.1069938, 30.3528979 ], [ 120.1069584, 30.3527632 ], [ 120.1069373, 30.3526829 ], [ 120.1068845, 30.352482 ], [ 120.1069408, 30.3513153 ], [ 120.10695, 30.3511677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009895, 30.3555596 ], [ 120.1010119, 30.3555554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010119, 30.3555554 ], [ 120.100994, 30.3556086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100994, 30.3556086 ], [ 120.1009895, 30.3555596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009822, 30.3556277 ], [ 120.100994, 30.3556086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.120988, 30.3515809 ], [ 120.1200525, 30.3515434 ], [ 120.1195954, 30.351525 ], [ 120.1165163, 30.3514487 ], [ 120.1145881, 30.3513931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.120988, 30.3515809 ], [ 120.1210641, 30.3514101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1213319, 30.3514819 ], [ 120.121293, 30.3515757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "好运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.121293, 30.3515757 ], [ 120.120988, 30.3515809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095826, 30.3557701 ], [ 120.1095784, 30.3548827 ], [ 120.1095691, 30.3529454 ], [ 120.1095664, 30.3525091 ], [ 120.109575, 30.3512433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1097081, 30.3512745 ], [ 120.1097194, 30.3524768 ], [ 120.1097261, 30.3528875 ], [ 120.1097232, 30.353804 ], [ 120.1097246, 30.355764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1145881, 30.3513931 ], [ 120.1145854, 30.35218 ], [ 120.1146492, 30.3558599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.114551, 30.3558649 ], [ 120.1145315, 30.3538496 ], [ 120.1145314, 30.3529978 ], [ 120.1144913, 30.3522154 ], [ 120.1144749, 30.3513898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.121293, 30.3515757 ], [ 120.1194856, 30.3559302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190503, 30.3559269 ], [ 120.120988, 30.3515809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249645, 30.3538548 ], [ 120.1251467, 30.3531164 ], [ 120.1252676, 30.3526262 ], [ 120.1254478, 30.3517996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "章悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1273806, 30.3518683 ], [ 120.1269576, 30.353719 ], [ 120.1268583, 30.3538617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "章悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1268583, 30.3538617 ], [ 120.1269576, 30.353719 ], [ 120.1273806, 30.3518683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下圩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1238045, 30.3537666 ], [ 120.1249645, 30.3538548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下圩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249645, 30.3538548 ], [ 120.1238045, 30.3537666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下圩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251374, 30.3538252 ], [ 120.1249645, 30.3538548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下圩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249645, 30.3538548 ], [ 120.1251374, 30.3538252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下圩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1268583, 30.3538617 ], [ 120.1251374, 30.3538252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "下圩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251374, 30.3538252 ], [ 120.1268583, 30.3538617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.124248, 30.3559961 ], [ 120.1244043, 30.3555745 ], [ 120.1246106, 30.3550493 ], [ 120.1248359, 30.354378 ], [ 120.1249645, 30.3538548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095826, 30.3557701 ], [ 120.1097246, 30.355764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1097246, 30.355764 ], [ 120.1105033, 30.3557823 ], [ 120.1114429, 30.3558168 ], [ 120.111756, 30.355827 ], [ 120.1120434, 30.3558256 ], [ 120.1121775, 30.3558249 ], [ 120.1134374, 30.35585 ], [ 120.114551, 30.3558649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1097246, 30.355764 ], [ 120.1097247, 30.3558525 ], [ 120.1097236, 30.355915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095818, 30.3559135 ], [ 120.1095829, 30.3558424 ], [ 120.1095826, 30.3557701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.114551, 30.3558649 ], [ 120.1146492, 30.3558599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146492, 30.3558599 ], [ 120.1151239, 30.3558858 ], [ 120.1161633, 30.3558895 ], [ 120.117257, 30.3559056 ], [ 120.1181547, 30.3559142 ], [ 120.1190503, 30.3559269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146492, 30.3558599 ], [ 120.1146508, 30.3559503 ], [ 120.1146508, 30.3559624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1097236, 30.355915 ], [ 120.1095818, 30.3559135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1145519, 30.3559649 ], [ 120.1145518, 30.3559502 ], [ 120.114551, 30.3558649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190503, 30.3559269 ], [ 120.1194856, 30.3559302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934648, 30.3552818 ], [ 120.0934335, 30.3553434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934648, 30.3552818 ], [ 120.0944343, 30.3553312 ], [ 120.0954516, 30.355384 ], [ 120.0986658, 30.3555283 ], [ 120.1009895, 30.3555596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009822, 30.3556277 ], [ 120.1003279, 30.3556036 ], [ 120.0997917, 30.3555922 ], [ 120.0988798, 30.355575 ], [ 120.0981533, 30.3555565 ], [ 120.0974979, 30.3555308 ], [ 120.0965893, 30.3554965 ], [ 120.095535, 30.3554494 ], [ 120.0945834, 30.3554022 ], [ 120.0936913, 30.3553537 ], [ 120.0934335, 30.3553434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "庙长桥路", "郁宅二桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0934335, 30.3553434 ], [ 120.0933981, 30.3566834 ], [ 120.0934142, 30.3570039 ], [ 120.093431, 30.3572267 ], [ 120.0934989, 30.3574572 ], [ 120.0936278, 30.357706 ], [ 120.0938313, 30.3579643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "庙长桥路", "郁宅二桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938313, 30.3579643 ], [ 120.0936278, 30.357706 ], [ 120.0934989, 30.3574572 ], [ 120.093431, 30.3572267 ], [ 120.0934142, 30.3570039 ], [ 120.0933981, 30.3566834 ], [ 120.0934335, 30.3553434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938313, 30.3579643 ], [ 120.094224, 30.3574499 ], [ 120.0945948, 30.3572174 ], [ 120.0949341, 30.3572119 ], [ 120.0954367, 30.3572079 ], [ 120.0970098, 30.3571952 ], [ 120.0976245, 30.3571843 ], [ 120.0980374, 30.3571769 ], [ 120.0993792, 30.3572575 ], [ 120.1008706, 30.3573738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "姚家路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008706, 30.3573738 ], [ 120.0993792, 30.3572575 ], [ 120.0980374, 30.3571769 ], [ 120.0976245, 30.3571843 ], [ 120.0970098, 30.3571952 ], [ 120.0954367, 30.3572079 ], [ 120.0949341, 30.3572119 ], [ 120.0945948, 30.3572174 ], [ 120.094224, 30.3574499 ], [ 120.0938313, 30.3579643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙长桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0938313, 30.3579643 ], [ 120.0939996, 30.358161 ], [ 120.0941495, 30.3583312 ], [ 120.0941736, 30.3584841 ], [ 120.0941714, 30.3588119 ], [ 120.0941434, 30.3599528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "庙长桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0941434, 30.3599528 ], [ 120.0941714, 30.3588119 ], [ 120.0941736, 30.3584841 ], [ 120.0941495, 30.3583312 ], [ 120.0939996, 30.358161 ], [ 120.0938313, 30.3579643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0973511, 30.3599921 ], [ 120.0941434, 30.3599528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1251374, 30.3538252 ], [ 120.1249258, 30.3546073 ], [ 120.1247613, 30.3550528 ], [ 120.1244869, 30.3557244 ], [ 120.1243707, 30.356028 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "章悦路", "良运街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243707, 30.356028 ], [ 120.1253207, 30.3560164 ], [ 120.1263359, 30.3559153 ], [ 120.1264619, 30.3558287 ], [ 120.1265931, 30.3552819 ], [ 120.1268438, 30.3541803 ], [ 120.1268422, 30.3539508 ], [ 120.1268583, 30.3538617 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": [ "章悦路", "良运街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1268583, 30.3538617 ], [ 120.1268422, 30.3539508 ], [ 120.1268438, 30.3541803 ], [ 120.1265931, 30.3552819 ], [ 120.1264619, 30.3558287 ], [ 120.1263359, 30.3559153 ], [ 120.1253207, 30.3560164 ], [ 120.1243707, 30.356028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194856, 30.3559302 ], [ 120.1200144, 30.3559241 ], [ 120.1217107, 30.355956 ], [ 120.1217992, 30.3559596 ], [ 120.124248, 30.3559961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.124248, 30.3559961 ], [ 120.1243707, 30.356028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1242084, 30.3561146 ], [ 120.124248, 30.3559961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243707, 30.356028 ], [ 120.1242084, 30.3561146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1242084, 30.3561146 ], [ 120.1229096, 30.3561053 ], [ 120.1217669, 30.3560951 ], [ 120.1216818, 30.3560944 ], [ 120.1210869, 30.3560891 ], [ 120.1194282, 30.3560767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1243707, 30.356028 ], [ 120.1241142, 30.3566601 ], [ 120.1239225, 30.3571086 ], [ 120.1233461, 30.358616 ], [ 120.1231229, 30.3592615 ], [ 120.1229104, 30.3599393 ], [ 120.1227385, 30.3607017 ], [ 120.1225559, 30.3615844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1224381, 30.3615735 ], [ 120.1226275, 30.3606163 ], [ 120.1227954, 30.3599554 ], [ 120.1229884, 30.3593679 ], [ 120.1232298, 30.3586162 ], [ 120.1237838, 30.3571131 ], [ 120.1239667, 30.3566816 ], [ 120.1242084, 30.3561146 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100994, 30.3556086 ], [ 120.1009822, 30.3556277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010119, 30.3555554 ], [ 120.1018071, 30.355573 ], [ 120.1034272, 30.3556278 ], [ 120.1045252, 30.3556513 ], [ 120.1046188, 30.3556533 ], [ 120.1068461, 30.3557008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1068406, 30.3557947 ], [ 120.1065591, 30.3557864 ], [ 120.1047518, 30.3557407 ], [ 120.1046167, 30.3557368 ], [ 120.1045231, 30.3557341 ], [ 120.10406, 30.3557207 ], [ 120.1023669, 30.3556779 ], [ 120.1009822, 30.3556277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1068461, 30.3557008 ], [ 120.107906, 30.3557376 ], [ 120.1093047, 30.355764 ], [ 120.1095826, 30.3557701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "敦民巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1068406, 30.3557947 ], [ 120.1068461, 30.3557008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "敦民巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1068461, 30.3557008 ], [ 120.1068406, 30.3557947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095818, 30.3559135 ], [ 120.1093213, 30.3558749 ], [ 120.1082373, 30.3558378 ], [ 120.1070903, 30.3558021 ], [ 120.1068406, 30.3557947 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008706, 30.3573738 ], [ 120.1008734, 30.3572157 ], [ 120.1008855, 30.3569542 ], [ 120.100907, 30.3557491 ], [ 120.1009822, 30.3556277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009822, 30.3556277 ], [ 120.100907, 30.3557491 ], [ 120.1008855, 30.3569542 ], [ 120.1008734, 30.3572157 ], [ 120.1008706, 30.3573738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095112, 30.360072 ], [ 120.1095418, 30.3586584 ], [ 120.1095458, 30.3582176 ], [ 120.1095818, 30.3559135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1145519, 30.3559649 ], [ 120.1141424, 30.3559635 ], [ 120.1137385, 30.3559563 ], [ 120.1134491, 30.3559432 ], [ 120.1119368, 30.3559205 ], [ 120.1117823, 30.3559578 ], [ 120.1114596, 30.3559521 ], [ 120.1097236, 30.355915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146508, 30.3559624 ], [ 120.1145519, 30.3559649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190086, 30.3560205 ], [ 120.1190503, 30.3559269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1190086, 30.3560205 ], [ 120.1180357, 30.3560005 ], [ 120.1156255, 30.3559756 ], [ 120.1146508, 30.3559624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194856, 30.3559302 ], [ 120.1194441, 30.3560302 ], [ 120.1194282, 30.3560767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良运街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194282, 30.3560767 ], [ 120.1190086, 30.3560205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1097236, 30.355915 ], [ 120.1097083, 30.3567874 ], [ 120.1096836, 30.3581939 ], [ 120.1096798, 30.3586349 ], [ 120.1096578, 30.3600656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136667, 30.3600558 ], [ 120.1141003, 30.3592616 ], [ 120.1142134, 30.3590581 ], [ 120.1143718, 30.3587564 ], [ 120.1144671, 30.3584697 ], [ 120.1145122, 30.3582605 ], [ 120.1145413, 30.3580559 ], [ 120.114562, 30.3576103 ], [ 120.1145519, 30.3559649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1146508, 30.3559624 ], [ 120.1146466, 30.3576045 ], [ 120.114642, 30.3580551 ], [ 120.1145902, 30.3583676 ], [ 120.1145162, 30.3586503 ], [ 120.1144027, 30.3589316 ], [ 120.1142571, 30.3591852 ], [ 120.1137772, 30.3600609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1180927, 30.3600455 ], [ 120.1184263, 30.35821 ], [ 120.1185204, 30.3577375 ], [ 120.1185745, 30.3574655 ], [ 120.118679, 30.3570595 ], [ 120.1189056, 30.3563526 ], [ 120.1190086, 30.3560205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1194282, 30.3560767 ], [ 120.119085, 30.3570789 ], [ 120.1190015, 30.3573227 ], [ 120.118916, 30.3576791 ], [ 120.1187923, 30.3581949 ], [ 120.1186442, 30.3590071 ], [ 120.1184487, 30.360043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1184487, 30.360043 ], [ 120.1180927, 30.3600455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1180927, 30.3600455 ], [ 120.1184487, 30.360043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1180927, 30.3600455 ], [ 120.1137772, 30.3600609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1137772, 30.3600609 ], [ 120.1180927, 30.3600455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1096578, 30.3600656 ], [ 120.1111553, 30.3600591 ], [ 120.1119804, 30.3600555 ], [ 120.1123801, 30.3600497 ], [ 120.1136667, 30.3600558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136667, 30.3600558 ], [ 120.1123801, 30.3600497 ], [ 120.1119804, 30.3600555 ], [ 120.1111553, 30.3600591 ], [ 120.1096578, 30.3600656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136667, 30.3600558 ], [ 120.1137772, 30.3600609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1137772, 30.3600609 ], [ 120.1136667, 30.3600558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1096578, 30.3600656 ], [ 120.1095112, 30.360072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008166, 30.3600608 ], [ 120.1008706, 30.3573738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008706, 30.3573738 ], [ 120.1008166, 30.3600608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "义马漾路", "姚家路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008706, 30.3573738 ], [ 120.1037825, 30.3575909 ], [ 120.1038203, 30.3576568 ], [ 120.1037345, 30.3598539 ], [ 120.1037241, 30.3601216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "姚家路", "义马漾路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1037241, 30.3601216 ], [ 120.1037345, 30.3598539 ], [ 120.1038203, 30.3576568 ], [ 120.1037825, 30.3575909 ], [ 120.1008706, 30.3573738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008166, 30.3600608 ], [ 120.1007205, 30.3600613 ], [ 120.0973511, 30.3599921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0973511, 30.3599921 ], [ 120.1007205, 30.3600613 ], [ 120.1008166, 30.3600608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008166, 30.3600608 ], [ 120.1037241, 30.3601216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1037241, 30.3601216 ], [ 120.1008166, 30.3600608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100699, 30.3620677 ], [ 120.1008166, 30.3600608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1008166, 30.3600608 ], [ 120.100699, 30.3620677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义马漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1037241, 30.3601216 ], [ 120.1036957, 30.3619555 ], [ 120.103693, 30.3621282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义马漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.103693, 30.3621282 ], [ 120.1036957, 30.3619555 ], [ 120.1037241, 30.3601216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093929, 30.3636915 ], [ 120.1094813, 30.3616538 ], [ 120.1095112, 30.360072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九曲港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100699, 30.3620677 ], [ 120.0997028, 30.3620422 ], [ 120.0972896, 30.3620012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九曲港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972896, 30.3620012 ], [ 120.0997028, 30.3620422 ], [ 120.100699, 30.3620677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九曲港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100699, 30.3620677 ], [ 120.103693, 30.3621282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "九曲港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.103693, 30.3621282 ], [ 120.100699, 30.3620677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009795, 30.3648613 ], [ 120.1006266, 30.3632264 ], [ 120.10066, 30.3627155 ], [ 120.1006638, 30.3626578 ], [ 120.100699, 30.3620677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100699, 30.3620677 ], [ 120.1006638, 30.3626578 ], [ 120.10066, 30.3627155 ], [ 120.1006266, 30.3632264 ], [ 120.1009795, 30.3648613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093929, 30.3636915 ], [ 120.1095539, 30.3636925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁宅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095112, 30.360072 ], [ 120.1096578, 30.3600656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1173976, 30.3636923 ], [ 120.1175685, 30.362758 ], [ 120.1180255, 30.3604132 ], [ 120.1180927, 30.3600455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134948, 30.3637015 ], [ 120.1135147, 30.3615328 ], [ 120.1135058, 30.3609062 ], [ 120.113504, 30.3607633 ], [ 120.1135297, 30.3605908 ], [ 120.1135912, 30.3602724 ], [ 120.1136667, 30.3600558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1096578, 30.3600656 ], [ 120.1096128, 30.3616838 ], [ 120.1095975, 30.3622051 ], [ 120.1095539, 30.3636925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1137772, 30.3600609 ], [ 120.1136911, 30.3602819 ], [ 120.1136391, 30.3605161 ], [ 120.1136075, 30.3608415 ], [ 120.1136144, 30.361075 ], [ 120.1135959, 30.363331 ], [ 120.1136005, 30.3637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1184487, 30.360043 ], [ 120.1180429, 30.3622103 ], [ 120.1179305, 30.3627891 ], [ 120.1176689, 30.3637431 ], [ 120.1176405, 30.3638465 ], [ 120.1171571, 30.3665822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095539, 30.3636925 ], [ 120.1118084, 30.3637088 ], [ 120.1121824, 30.3637062 ], [ 120.1134948, 30.3637015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134948, 30.3637015 ], [ 120.1136005, 30.3637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136005, 30.3637 ], [ 120.1148985, 30.3637065 ], [ 120.1161187, 30.3637126 ], [ 120.1165995, 30.3637277 ], [ 120.1169015, 30.3636941 ], [ 120.1173976, 30.3636923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1173595, 30.3637818 ], [ 120.1173976, 30.3636923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592474, 30.3548293 ], [ 120.1593432, 30.3543095 ], [ 120.1595993, 30.3528613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1597491, 30.3528791 ], [ 120.1594764, 30.3544822 ], [ 120.159437, 30.3548655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545091, 30.3540485 ], [ 120.1546752, 30.3540794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545091, 30.3540485 ], [ 120.1545235, 30.3542091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北秀街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1546752, 30.3540794 ], [ 120.1545235, 30.3542091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1546752, 30.3540794 ], [ 120.1553954, 30.3542461 ], [ 120.1567535, 30.35451 ], [ 120.1581683, 30.3547189 ], [ 120.1592474, 30.3548293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592261, 30.355013 ], [ 120.1579398, 30.3548575 ], [ 120.1566816, 30.3546416 ], [ 120.1555778, 30.3544461 ], [ 120.1545235, 30.3542091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592474, 30.3548293 ], [ 120.159437, 30.3548655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592261, 30.355013 ], [ 120.1592474, 30.3548293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159437, 30.3548655 ], [ 120.1601213, 30.354961 ], [ 120.1607944, 30.3550069 ], [ 120.1616504, 30.3550291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1545235, 30.3542091 ], [ 120.1525617, 30.3539006 ], [ 120.151091, 30.3536215 ], [ 120.1499947, 30.3533977 ], [ 120.1493531, 30.3532726 ], [ 120.1485885, 30.3531182 ], [ 120.1472487, 30.3528315 ], [ 120.1466354, 30.3527084 ], [ 120.146064, 30.352589 ], [ 120.1453691, 30.3523763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1414877, 30.3512118 ], [ 120.141353, 30.3515255 ], [ 120.1412994, 30.3517114 ], [ 120.1411972, 30.3520777 ], [ 120.1410763, 30.3524903 ], [ 120.1410182, 30.3527471 ], [ 120.1409617, 30.3529972 ], [ 120.1409366, 30.3531782 ], [ 120.1408919, 30.3534996 ], [ 120.1408602, 30.3538872 ], [ 120.1408301, 30.3544307 ], [ 120.140781, 30.3550421 ], [ 120.1406558, 30.3562178 ], [ 120.1406468, 30.3564696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1439853, 30.356375 ], [ 120.1440063, 30.3555097 ], [ 120.1440764, 30.355069 ], [ 120.1441106, 30.3549278 ], [ 120.1443198, 30.3543885 ], [ 120.1444824, 30.3541172 ], [ 120.1453691, 30.3523763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1453691, 30.3523763 ], [ 120.1444824, 30.3541172 ], [ 120.1443198, 30.3543885 ], [ 120.1441106, 30.3549278 ], [ 120.1440764, 30.355069 ], [ 120.1440063, 30.3555097 ], [ 120.1439853, 30.356375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404662, 30.3592806 ], [ 120.1404582, 30.3582145 ], [ 120.1404574, 30.3581079 ], [ 120.1404406, 30.3577377 ], [ 120.1404247, 30.3573884 ], [ 120.1404534, 30.3565349 ], [ 120.1404593, 30.3564434 ], [ 120.1404908, 30.3557554 ], [ 120.1405513, 30.3550592 ], [ 120.1406013, 30.354409 ], [ 120.140621, 30.3540748 ], [ 120.1406667, 30.3536175 ], [ 120.1407542, 30.3529907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1472202, 30.3564694 ], [ 120.1464241, 30.3564599 ], [ 120.1458801, 30.3564474 ], [ 120.1451658, 30.3564023 ], [ 120.1449335, 30.3563948 ], [ 120.1439853, 30.356375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1439853, 30.356375 ], [ 120.1449335, 30.3563948 ], [ 120.1451658, 30.3564023 ], [ 120.1458801, 30.3564474 ], [ 120.1464241, 30.3564599 ], [ 120.1472202, 30.3564694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406468, 30.3564696 ], [ 120.1415303, 30.3564776 ], [ 120.1423254, 30.3564721 ], [ 120.1427684, 30.3564694 ], [ 120.14332, 30.3564124 ], [ 120.1439853, 30.356375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1439853, 30.356375 ], [ 120.14332, 30.3564124 ], [ 120.1427684, 30.3564694 ], [ 120.1423254, 30.3564721 ], [ 120.1415303, 30.3564776 ], [ 120.1406468, 30.3564696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.151916, 30.3580837 ], [ 120.1517428, 30.3562348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1374075, 30.3531186 ], [ 120.1332269, 30.3533345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1332269, 30.3533345 ], [ 120.1374075, 30.3531186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1332269, 30.3533345 ], [ 120.1330893, 30.3533444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三里洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330893, 30.3533444 ], [ 120.1332269, 30.3533345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1332269, 30.3533345 ], [ 120.1333468, 30.3544976 ], [ 120.1334057, 30.3550015 ], [ 120.1334859, 30.3559573 ], [ 120.1334954, 30.3561612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.133404, 30.3561621 ], [ 120.1333914, 30.355968 ], [ 120.1332932, 30.3550152 ], [ 120.1332357, 30.3545999 ], [ 120.1330893, 30.3533444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1375098, 30.3531126 ], [ 120.1373982, 30.3538004 ], [ 120.1373473, 30.3543299 ], [ 120.1372848, 30.3548821 ], [ 120.1371879, 30.3555837 ], [ 120.137094, 30.3562109 ], [ 120.13702, 30.35671 ], [ 120.1369388, 30.3572377 ], [ 120.1368732, 30.3578292 ], [ 120.1368023, 30.3582653 ], [ 120.1367925, 30.3583387 ], [ 120.1366615, 30.3593225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365581, 30.3593494 ], [ 120.1367056, 30.3583599 ], [ 120.1367203, 30.3582614 ], [ 120.1367813, 30.3578562 ], [ 120.1369377, 30.3567082 ], [ 120.1370153, 30.3562345 ], [ 120.1371188, 30.3555644 ], [ 120.137207, 30.3549023 ], [ 120.1372672, 30.3543406 ], [ 120.13732, 30.3537768 ], [ 120.1374075, 30.3531186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1334954, 30.3561612 ], [ 120.1336527, 30.3567201 ], [ 120.133674, 30.3573339 ], [ 120.1336728, 30.358234 ], [ 120.1336727, 30.3583094 ], [ 120.133674, 30.358372 ], [ 120.1336828, 30.3588013 ], [ 120.1336135, 30.3593455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1332724, 30.3593482 ], [ 120.1333268, 30.3587581 ], [ 120.1333279, 30.3583741 ], [ 120.1333282, 30.3582387 ], [ 120.1333291, 30.3579179 ], [ 120.1332959, 30.3567549 ], [ 120.133404, 30.3561621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1517428, 30.3562348 ], [ 120.151916, 30.3580837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1439853, 30.356375 ], [ 120.1439562, 30.3575664 ], [ 120.143996, 30.3593243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.143996, 30.3593243 ], [ 120.1439562, 30.3575664 ], [ 120.1439853, 30.356375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406468, 30.3564696 ], [ 120.1406366, 30.3567536 ], [ 120.1406585, 30.3579475 ], [ 120.1406281, 30.3593187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404662, 30.3592806 ], [ 120.1406281, 30.3593187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406281, 30.3593187 ], [ 120.1414487, 30.3593133 ], [ 120.1427504, 30.3593092 ], [ 120.143996, 30.3593243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406281, 30.3593187 ], [ 120.1406295, 30.3594495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.143996, 30.3593243 ], [ 120.1439882, 30.359454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "溪居路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1439882, 30.359454 ], [ 120.143996, 30.3593243 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.143996, 30.3593243 ], [ 120.1449942, 30.3593414 ], [ 120.1460051, 30.3593428 ], [ 120.1461289, 30.359435 ], [ 120.1459464, 30.3594516 ], [ 120.1450703, 30.3594582 ], [ 120.1439882, 30.359454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327841, 30.3617254 ], [ 120.1329285, 30.3612683 ], [ 120.1333062, 30.3598141 ], [ 120.1334302, 30.3590718 ], [ 120.1334567, 30.3585456 ], [ 120.1334633, 30.3579197 ], [ 120.1334422, 30.3567542 ], [ 120.133404, 30.3561621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1334954, 30.3561612 ], [ 120.1335233, 30.3567636 ], [ 120.1335516, 30.3579095 ], [ 120.1335502, 30.3587596 ], [ 120.1335197, 30.359149 ], [ 120.1334025, 30.3598137 ], [ 120.1330314, 30.3613021 ], [ 120.1329191, 30.3621438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366615, 30.3593225 ], [ 120.1368208, 30.3593226 ], [ 120.1369003, 30.3593205 ], [ 120.1372291, 30.3593196 ], [ 120.1376657, 30.359302 ], [ 120.138009, 30.3592984 ], [ 120.1384662, 30.3593018 ], [ 120.1390058, 30.3592987 ], [ 120.1396139, 30.3592897 ], [ 120.140285, 30.3592825 ], [ 120.1404662, 30.3592806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365581, 30.3593494 ], [ 120.1366615, 30.3593225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1336135, 30.3593455 ], [ 120.1346876, 30.3593428 ], [ 120.136028, 30.3593354 ], [ 120.1365581, 30.3593494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1332724, 30.3593482 ], [ 120.1336135, 30.3593455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366615, 30.3593225 ], [ 120.1366153, 30.3595487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365102, 30.359543 ], [ 120.1365581, 30.3593494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1336135, 30.3593455 ], [ 120.133568, 30.3596474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1332296, 30.3596466 ], [ 120.1332724, 30.3593482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159134, 30.3580472 ], [ 120.1594333, 30.3580511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594333, 30.3580511 ], [ 120.159134, 30.3580472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159134, 30.3580472 ], [ 120.156787, 30.3580568 ], [ 120.1547675, 30.3580874 ], [ 120.151916, 30.3580837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼安路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.151916, 30.3580837 ], [ 120.1547675, 30.3580874 ], [ 120.156787, 30.3580568 ], [ 120.159134, 30.3580472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592159, 30.3624744 ], [ 120.1592501, 30.3619935 ], [ 120.159245, 30.3599048 ], [ 120.1592554, 30.3577974 ], [ 120.1592534, 30.3565543 ], [ 120.159209, 30.3561999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159408, 30.3562114 ], [ 120.1593528, 30.356557 ], [ 120.1593392, 30.3578018 ], [ 120.1593432, 30.359919 ], [ 120.1593513, 30.3622715 ], [ 120.1593843, 30.3629125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591468, 30.3616442 ], [ 120.1591298, 30.3596425 ], [ 120.1591287, 30.3595068 ], [ 120.1591294, 30.3593117 ], [ 120.159134, 30.3580472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594333, 30.3580511 ], [ 120.1594204, 30.3593157 ], [ 120.1594185, 30.3595044 ], [ 120.1594209, 30.3596399 ], [ 120.1594666, 30.3622662 ], [ 120.1593843, 30.3629125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城炼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544098, 30.361821 ], [ 120.1552576, 30.3617621 ], [ 120.1562, 30.3616759 ], [ 120.1566572, 30.3616533 ], [ 120.1577661, 30.3616517 ], [ 120.1591468, 30.3616442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城炼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591468, 30.3616442 ], [ 120.1577661, 30.3616517 ], [ 120.1566572, 30.3616533 ], [ 120.1562, 30.3616759 ], [ 120.1552576, 30.3617621 ], [ 120.1544098, 30.361821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城炼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544098, 30.361821 ], [ 120.1535532, 30.3618694 ], [ 120.1532817, 30.3618679 ], [ 120.1529839, 30.3618346 ], [ 120.152504, 30.3617787 ], [ 120.1517932, 30.3617022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城炼街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1517932, 30.3617022 ], [ 120.152504, 30.3617787 ], [ 120.1529839, 30.3618346 ], [ 120.1532817, 30.3618679 ], [ 120.1535532, 30.3618694 ], [ 120.1544098, 30.361821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592159, 30.3624744 ], [ 120.15915, 30.362021 ], [ 120.1591468, 30.3616442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538405, 30.3637 ], [ 120.1540322, 30.3630454 ], [ 120.1541287, 30.3626702 ], [ 120.1544098, 30.361821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1544098, 30.361821 ], [ 120.1541287, 30.3626702 ], [ 120.1540322, 30.3630454 ], [ 120.1538405, 30.3637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159205, 30.3637128 ], [ 120.1592159, 30.3624744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593843, 30.3629125 ], [ 120.1593731, 30.3637177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "独城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538405, 30.3637 ], [ 120.1514466, 30.3634162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "独城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1514466, 30.3634162 ], [ 120.1538405, 30.3637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "独城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538405, 30.3637 ], [ 120.154199, 30.3637255 ], [ 120.1557216, 30.3637093 ], [ 120.159205, 30.3637128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404565, 30.3595411 ], [ 120.1404662, 30.3592806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1439882, 30.359454 ], [ 120.1428699, 30.3594496 ], [ 120.1406295, 30.3594495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406295, 30.3594495 ], [ 120.1404565, 30.3595411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.151916, 30.3580837 ], [ 120.1519624, 30.3591676 ], [ 120.1519694, 30.3593134 ], [ 120.1519849, 30.3596353 ], [ 120.1519958, 30.3601885 ], [ 120.1519373, 30.3606755 ], [ 120.1518871, 30.3610037 ], [ 120.1517932, 30.3617022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1517932, 30.3617022 ], [ 120.1518871, 30.3610037 ], [ 120.1519373, 30.3606755 ], [ 120.1519958, 30.3601885 ], [ 120.1519849, 30.3596353 ], [ 120.1519694, 30.3593134 ], [ 120.1519624, 30.3591676 ], [ 120.151916, 30.3580837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1514466, 30.3634162 ], [ 120.1516296, 30.3624727 ], [ 120.1517932, 30.3617022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1517932, 30.3617022 ], [ 120.1516296, 30.3624727 ], [ 120.1514466, 30.3634162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406295, 30.3594495 ], [ 120.1406222, 30.3596934 ], [ 120.1406194, 30.3601872 ], [ 120.140606, 30.3603662 ], [ 120.1405768, 30.3607552 ], [ 120.1405665, 30.3608927 ], [ 120.1405509, 30.3610897 ], [ 120.1404851, 30.3619178 ], [ 120.1404441, 30.3621956 ], [ 120.1404632, 30.3626462 ], [ 120.1404931, 30.3630972 ], [ 120.1405277, 30.3633274 ], [ 120.1405742, 30.3636361 ], [ 120.1406669, 30.3643443 ], [ 120.1407007, 30.3648646 ], [ 120.1407145, 30.3651637 ], [ 120.1407374, 30.3656629 ], [ 120.1407432, 30.3664868 ], [ 120.140774, 30.3671335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406057, 30.3671573 ], [ 120.1405726, 30.3667827 ], [ 120.1405289, 30.3647668 ], [ 120.1404795, 30.3643646 ], [ 120.1403825, 30.3636423 ], [ 120.1403381, 30.3633166 ], [ 120.1402734, 30.3628562 ], [ 120.1402568, 30.3624385 ], [ 120.1402653, 30.3621158 ], [ 120.1402947, 30.3618319 ], [ 120.1403152, 30.3616337 ], [ 120.140362, 30.3611807 ], [ 120.1403768, 30.3609679 ], [ 120.1404253, 30.3602719 ], [ 120.1404282, 30.3602302 ], [ 120.1404565, 30.3595411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513197, 30.3673668 ], [ 120.1511452, 30.3665085 ], [ 120.1510972, 30.366178 ], [ 120.1510793, 30.3657958 ], [ 120.1511078, 30.3654348 ], [ 120.1511434, 30.3650867 ], [ 120.1512425, 30.3645092 ], [ 120.1514466, 30.3634162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404565, 30.3595411 ], [ 120.1403066, 30.3595405 ], [ 120.1395066, 30.3595374 ], [ 120.1392887, 30.3595366 ], [ 120.1374927, 30.3595398 ], [ 120.1371741, 30.3595428 ], [ 120.1368481, 30.3595473 ], [ 120.1368036, 30.3595476 ], [ 120.1366153, 30.3595487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366153, 30.3595487 ], [ 120.1365102, 30.359543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1365102, 30.359543 ], [ 120.1362206, 30.3595272 ], [ 120.1359002, 30.3595525 ], [ 120.135509, 30.359614 ], [ 120.1352226, 30.3596517 ], [ 120.133568, 30.3596474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "平炼路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.133568, 30.3596474 ], [ 120.1332296, 30.3596466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327841, 30.3617254 ], [ 120.1328201, 30.3612342 ], [ 120.1329859, 30.3606217 ], [ 120.1331423, 30.3599931 ], [ 120.1332296, 30.3596466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.133568, 30.3596474 ], [ 120.1335218, 30.3599542 ], [ 120.1331608, 30.3613284 ], [ 120.1330281, 30.36173 ], [ 120.1329191, 30.3621438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1366153, 30.3595487 ], [ 120.1365031, 30.3606368 ], [ 120.1364744, 30.3610824 ], [ 120.13635, 30.362333 ], [ 120.1362181, 30.3635474 ], [ 120.1361802, 30.3639694 ], [ 120.1359743, 30.3658583 ], [ 120.1359306, 30.3661457 ], [ 120.1358127, 30.3670657 ], [ 120.1357451, 30.3679051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1356117, 30.3679304 ], [ 120.1357219, 30.3671266 ], [ 120.1358846, 30.3658689 ], [ 120.1359501, 30.3654251 ], [ 120.1360544, 30.3645505 ], [ 120.1360983, 30.3639906 ], [ 120.1362317, 30.3624044 ], [ 120.1362535, 30.3622522 ], [ 120.136373, 30.3611103 ], [ 120.1364462, 30.3601824 ], [ 120.1365102, 30.359543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1325589, 30.3683152 ], [ 120.13245, 30.3659212 ], [ 120.1324185, 30.365369 ], [ 120.1323567, 30.3645347 ], [ 120.1323487, 30.3640945 ], [ 120.1323646, 30.3637068 ], [ 120.1324047, 30.3633189 ], [ 120.1324946, 30.3629284 ], [ 120.1326388, 30.3622931 ], [ 120.1326835, 30.3621634 ], [ 120.1327841, 30.3617254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329191, 30.3621438 ], [ 120.132884, 30.3622906 ], [ 120.1327636, 30.3627314 ], [ 120.1326743, 30.36301 ], [ 120.132598, 30.3634467 ], [ 120.1325451, 30.3639976 ], [ 120.132549, 30.3646028 ], [ 120.1325763, 30.3653249 ], [ 120.1326188, 30.3658911 ], [ 120.1327444, 30.3682925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "独城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159205, 30.3637128 ], [ 120.1557216, 30.3637093 ], [ 120.154199, 30.3637255 ], [ 120.1538405, 30.3637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "独城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593731, 30.3637177 ], [ 120.159205, 30.3637128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "独城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159205, 30.3637128 ], [ 120.1593731, 30.3637177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537699, 30.3671145 ], [ 120.1536398, 30.3666865 ], [ 120.1535214, 30.3663488 ], [ 120.1534602, 30.365915 ], [ 120.1534777, 30.3654976 ], [ 120.1535459, 30.3649459 ], [ 120.1537419, 30.364028 ], [ 120.1538405, 30.3637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沈澜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538405, 30.3637 ], [ 120.1537419, 30.364028 ], [ 120.1535459, 30.3649459 ], [ 120.1534777, 30.3654976 ], [ 120.1534602, 30.365915 ], [ 120.1535214, 30.3663488 ], [ 120.1536398, 30.3666865 ], [ 120.1537699, 30.3671145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591322, 30.3655656 ], [ 120.1593312, 30.3655122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593312, 30.3655122 ], [ 120.1593983, 30.3656411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591217, 30.3656945 ], [ 120.1591322, 30.3655656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593983, 30.3656411 ], [ 120.159293, 30.3656614 ], [ 120.1591217, 30.3656945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537699, 30.3671145 ], [ 120.1547544, 30.3668169 ], [ 120.1549624, 30.3667502 ], [ 120.156521, 30.3662696 ], [ 120.1576314, 30.3659434 ], [ 120.1579772, 30.3658418 ], [ 120.1586069, 30.3656712 ], [ 120.1591322, 30.3655656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645808, 30.3533544 ], [ 120.1644001, 30.3533528 ], [ 120.1639734, 30.3533495 ], [ 120.1632268, 30.3533574 ], [ 120.1628114, 30.3533493 ], [ 120.1623773, 30.3533332 ], [ 120.1622367, 30.3533184 ], [ 120.1619224, 30.3532628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668916, 30.3533314 ], [ 120.167824, 30.3533308 ], [ 120.1686488, 30.3533303 ], [ 120.1695648, 30.3533347 ], [ 120.1697392, 30.3533355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1697392, 30.3533355 ], [ 120.1695648, 30.3533347 ], [ 120.1686488, 30.3533303 ], [ 120.167824, 30.3533308 ], [ 120.1668916, 30.3533314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645808, 30.3533544 ], [ 120.1668916, 30.3533314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668916, 30.3533314 ], [ 120.1645808, 30.3533544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616504, 30.3550291 ], [ 120.1619224, 30.3532628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1619224, 30.3532628 ], [ 120.1616504, 30.3550291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639516, 30.3551003 ], [ 120.1645808, 30.3533544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1645808, 30.3533544 ], [ 120.1639516, 30.3551003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668351, 30.3551705 ], [ 120.1668916, 30.3533314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "沈半路", "半山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1706702, 30.3541344 ], [ 120.1708264, 30.3538818 ], [ 120.1710872, 30.3534773 ], [ 120.1711519, 30.3534032 ], [ 120.1714166, 30.3530138 ], [ 120.1716517, 30.3526339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1724847, 30.3530421 ], [ 120.1718247, 30.3532937 ], [ 120.1717569, 30.3533263 ], [ 120.1713297, 30.3535318 ], [ 120.1712911, 30.3535621 ], [ 120.1709149, 30.3538709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1712849, 30.3533212 ], [ 120.1710972, 30.3536115 ], [ 120.1709149, 30.3538709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1709149, 30.3538709 ], [ 120.1707268, 30.3541598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天祥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1706702, 30.3541344 ], [ 120.1707268, 30.3541598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天祥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1707268, 30.3541598 ], [ 120.1706702, 30.3541344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天祥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692816, 30.3551057 ], [ 120.1697012, 30.354806 ], [ 120.1697445, 30.3547674 ], [ 120.1702981, 30.3543645 ], [ 120.1706702, 30.3541344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天祥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1706702, 30.3541344 ], [ 120.1702981, 30.3543645 ], [ 120.1697445, 30.3547674 ], [ 120.1697012, 30.354806 ], [ 120.1692816, 30.3551057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1701397, 30.356976 ], [ 120.1701036, 30.3564721 ], [ 120.1701174, 30.3561344 ], [ 120.1701727, 30.3555623 ], [ 120.1702533, 30.3551691 ], [ 120.1702647, 30.3551134 ], [ 120.1703936, 30.3547042 ], [ 120.170541, 30.3543824 ], [ 120.1706702, 30.3541344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1707268, 30.3541598 ], [ 120.1704852, 30.3546462 ], [ 120.1702705, 30.3553238 ], [ 120.1701833, 30.3558334 ], [ 120.170165, 30.3564357 ], [ 120.1701631, 30.3564993 ], [ 120.1701906, 30.3568693 ], [ 120.170197, 30.3569555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668916, 30.3533314 ], [ 120.1668351, 30.3551705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616504, 30.3550291 ], [ 120.1631454, 30.3550732 ], [ 120.1635405, 30.3550826 ], [ 120.1639516, 30.3551003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639516, 30.3551003 ], [ 120.1652931, 30.3551344 ], [ 120.1668351, 30.3551705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1668351, 30.3551705 ], [ 120.1680577, 30.3551795 ], [ 120.1686125, 30.3551684 ], [ 120.1692816, 30.3551057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1639516, 30.3551003 ], [ 120.1638496, 30.3552885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1638496, 30.3552885 ], [ 120.1639516, 30.3551003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692816, 30.3551057 ], [ 120.1690767, 30.3551827 ], [ 120.168844, 30.3552305 ], [ 120.1685454, 30.3553028 ], [ 120.1678524, 30.355367 ], [ 120.1672904, 30.3553566 ], [ 120.1664644, 30.3553393 ], [ 120.1652905, 30.3553104 ], [ 120.1638496, 30.3552885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1638496, 30.3552885 ], [ 120.1634594, 30.3552662 ], [ 120.1630683, 30.3552565 ], [ 120.1616255, 30.3552247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天祥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1692816, 30.3551057 ], [ 120.1691694, 30.3552823 ], [ 120.1690973, 30.3554987 ], [ 120.1690793, 30.3556924 ], [ 120.1690793, 30.3560066 ], [ 120.1690793, 30.3562692 ], [ 120.1690813, 30.3567052 ], [ 120.1690821, 30.3569572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天祥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690821, 30.3569572 ], [ 120.1690813, 30.3567052 ], [ 120.1690793, 30.3562692 ], [ 120.1690793, 30.3560066 ], [ 120.1690793, 30.3556924 ], [ 120.1690973, 30.3554987 ], [ 120.1691694, 30.3552823 ], [ 120.1692816, 30.3551057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159437, 30.3548655 ], [ 120.1594347, 30.3550563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594347, 30.3550563 ], [ 120.1592261, 30.355013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616504, 30.3550291 ], [ 120.1616255, 30.3552247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桃源街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616255, 30.3552247 ], [ 120.1616504, 30.3550291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "金昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1616255, 30.3552247 ], [ 120.1610526, 30.3551965 ], [ 120.1602953, 30.3551542 ], [ 120.1594347, 30.3550563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159209, 30.3561999 ], [ 120.1592105, 30.3552465 ], [ 120.1592261, 30.355013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594347, 30.3550563 ], [ 120.159433, 30.3552784 ], [ 120.159408, 30.3562114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159408, 30.3562114 ], [ 120.1594473, 30.3565571 ], [ 120.1594637, 30.3567895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159134, 30.3580472 ], [ 120.1591375, 30.3571025 ], [ 120.1591566, 30.3565662 ], [ 120.159209, 30.3561999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康园南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594637, 30.3567895 ], [ 120.1594333, 30.3580511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼铁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1701397, 30.356976 ], [ 120.170197, 30.3569555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼铁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.170197, 30.3569555 ], [ 120.1701397, 30.356976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼铁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690821, 30.3569572 ], [ 120.1701397, 30.356976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼铁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1701397, 30.356976 ], [ 120.1690821, 30.3569572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.170197, 30.3569555 ], [ 120.1702552, 30.3577396 ], [ 120.1702795, 30.3580671 ], [ 120.1703077, 30.358447 ], [ 120.1703413, 30.3588991 ], [ 120.1703464, 30.3589676 ], [ 120.1703688, 30.3592698 ], [ 120.1704115, 30.3598409 ], [ 120.1705255, 30.3613056 ], [ 120.170569, 30.3616011 ], [ 120.1705792, 30.3616704 ], [ 120.1706463, 30.3620352 ], [ 120.1706892, 30.3621947 ], [ 120.1707537, 30.3624348 ], [ 120.1708543, 30.3628054 ], [ 120.1709049, 30.3629421 ], [ 120.1710438, 30.3633497 ], [ 120.1713465, 30.364105 ], [ 120.1722313, 30.3661516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1721314, 30.3661857 ], [ 120.1718868, 30.3656082 ], [ 120.1712794, 30.3641771 ], [ 120.170973, 30.3634168 ], [ 120.1708505, 30.3630645 ], [ 120.1707397, 30.3627079 ], [ 120.1705555, 30.3620836 ], [ 120.1704651, 30.3616058 ], [ 120.1704114, 30.3613222 ], [ 120.170338, 30.3605315 ], [ 120.1702987, 30.3598551 ], [ 120.1702262, 30.3589747 ], [ 120.1702831, 30.35882 ], [ 120.1702544, 30.3584518 ], [ 120.1702354, 30.358207 ], [ 120.1701542, 30.3571634 ], [ 120.1701397, 30.356976 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "轧钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1721314, 30.3661857 ], [ 120.1722313, 30.3661516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "轧钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1722313, 30.3661516 ], [ 120.1721314, 30.3661857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "轧钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1721314, 30.3661857 ], [ 120.1715199, 30.366386 ], [ 120.1710756, 30.3664971 ], [ 120.1693248, 30.366903 ], [ 120.1691189, 30.3669508 ], [ 120.1675996, 30.3673282 ], [ 120.1673795, 30.3673763 ], [ 120.1669844, 30.3673626 ], [ 120.1666612, 30.3673483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "轧钢路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666612, 30.3673483 ], [ 120.1669844, 30.3673626 ], [ 120.1673795, 30.3673763 ], [ 120.1675996, 30.3673282 ], [ 120.1691189, 30.3669508 ], [ 120.1693248, 30.366903 ], [ 120.1710756, 30.3664971 ], [ 120.1715199, 30.366386 ], [ 120.1721314, 30.3661857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "沈半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1780778, 30.34736 ], [ 120.1780039, 30.3472579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永祥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1782047, 30.3472942 ], [ 120.1780778, 30.34736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1782047, 30.3472942 ], [ 120.1784348, 30.3476028 ], [ 120.1788935, 30.3483012 ], [ 120.1790557, 30.3485425 ], [ 120.1792274, 30.3487421 ], [ 120.1794821, 30.3489997 ], [ 120.1797486, 30.3491599 ], [ 120.1801022, 30.3493489 ], [ 120.1802719, 30.349417 ], [ 120.1804416, 30.3494851 ], [ 120.1808335, 30.3495791 ], [ 120.1811501, 30.3496234 ], [ 120.181618, 30.3496572 ], [ 120.1829538, 30.3497256 ], [ 120.1840674, 30.3497749 ], [ 120.1862702, 30.349886 ], [ 120.1870195, 30.3499228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187041, 30.3500763 ], [ 120.1863085, 30.3500379 ], [ 120.1840661, 30.3499348 ], [ 120.1830366, 30.3498874 ], [ 120.1816955, 30.3498226 ], [ 120.1812985, 30.3498041 ], [ 120.1808432, 30.349742 ], [ 120.1805101, 30.349662 ], [ 120.1801971, 30.3495642 ], [ 120.1799191, 30.3494323 ], [ 120.1797487, 30.3493384 ], [ 120.1795942, 30.3492619 ], [ 120.1793389, 30.3490932 ], [ 120.1790827, 30.3488487 ], [ 120.1788176, 30.3485334 ], [ 120.1787031, 30.3483671 ], [ 120.1785397, 30.3481201 ], [ 120.1783132, 30.3477776 ], [ 120.1780778, 30.34736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1725736, 30.3529267 ], [ 120.172971, 30.3528532 ], [ 120.1734734, 30.3527805 ], [ 120.1737298, 30.3527316 ], [ 120.1738525, 30.3526924 ], [ 120.1744196, 30.3525939 ], [ 120.1751394, 30.3524825 ], [ 120.1753785, 30.3524455 ], [ 120.1767875, 30.3522023 ], [ 120.1773195, 30.3521175 ], [ 120.1780282, 30.3519592 ], [ 120.1783508, 30.35192 ], [ 120.1785371, 30.3519082 ], [ 120.1785711, 30.3519075 ], [ 120.1787279, 30.3519043 ], [ 120.1790005, 30.3519239 ], [ 120.1799818, 30.3520099 ], [ 120.1802092, 30.3520298 ], [ 120.1805574, 30.3520519 ], [ 120.1807395, 30.3520634 ], [ 120.1811646, 30.3520904 ], [ 120.1812588, 30.3520964 ], [ 120.1824632, 30.3521577 ], [ 120.1827219, 30.3521709 ], [ 120.1828038, 30.3521732 ], [ 120.1833029, 30.3521869 ], [ 120.1834352, 30.3521905 ], [ 120.1840339, 30.3522112 ], [ 120.1842304, 30.352218 ], [ 120.1848609, 30.3522596 ], [ 120.1850619, 30.3522729 ], [ 120.1856767, 30.3522796 ], [ 120.1861388, 30.3522846 ], [ 120.1863927, 30.3522867 ], [ 120.1867976, 30.3522901 ], [ 120.1870838, 30.3522925 ], [ 120.1873511, 30.3523047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873791, 30.3524035 ], [ 120.1869253, 30.3523884 ], [ 120.1867998, 30.3523865 ], [ 120.1863063, 30.3523788 ], [ 120.1854246, 30.3523708 ], [ 120.1849892, 30.3523669 ], [ 120.1848591, 30.3523585 ], [ 120.1841518, 30.352313 ], [ 120.1841122, 30.3523105 ], [ 120.1840244, 30.3523078 ], [ 120.1834978, 30.3522919 ], [ 120.1827074, 30.352268 ], [ 120.1824804, 30.3522644 ], [ 120.1817353, 30.3522312 ], [ 120.1815183, 30.3522215 ], [ 120.1807883, 30.35217 ], [ 120.1804512, 30.3521483 ], [ 120.1803687, 30.3521421 ], [ 120.1799748, 30.3521127 ], [ 120.1799427, 30.3521097 ], [ 120.1793728, 30.3520562 ], [ 120.1791406, 30.3520344 ], [ 120.178882, 30.3520101 ], [ 120.1788079, 30.3520031 ], [ 120.1784148, 30.3520098 ], [ 120.1781554, 30.3520413 ], [ 120.1780528, 30.3520537 ], [ 120.1773378, 30.3521984 ], [ 120.1768167, 30.3522958 ], [ 120.1766584, 30.3523216 ], [ 120.1758372, 30.3524608 ], [ 120.1753987, 30.3525313 ], [ 120.175023, 30.3525884 ], [ 120.1744348, 30.3526779 ], [ 120.1737039, 30.3528077 ], [ 120.1734877, 30.3528394 ], [ 120.1730544, 30.3528968 ], [ 120.1728653, 30.3529335 ], [ 120.1726352, 30.3529848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "临半路", "半山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1722313, 30.3661516 ], [ 120.1722704, 30.3662448 ], [ 120.1723312, 30.3663935 ], [ 120.1724668, 30.3667249 ], [ 120.1728351, 30.3676254 ], [ 120.1728743, 30.3677213 ], [ 120.1731361, 30.3684104 ], [ 120.1733575, 30.3691457 ], [ 120.1733786, 30.3692421 ], [ 120.1735186, 30.3698811 ], [ 120.1736327, 30.3706859 ], [ 120.1736439, 30.3708387 ], [ 120.173672, 30.3712235 ], [ 120.1736864, 30.3714212 ], [ 120.1737173, 30.3716564 ], [ 120.1738004, 30.3722897 ], [ 120.173914, 30.3728243 ], [ 120.1740028, 30.3730745 ], [ 120.1741964, 30.3734245 ], [ 120.1743729, 30.3737251 ], [ 120.1744581, 30.3738703 ], [ 120.1747131, 30.3742467 ], [ 120.1750151, 30.3746114 ], [ 120.1753641, 30.3750341 ], [ 120.1757399, 30.3754104 ], [ 120.1761694, 30.3756941 ], [ 120.1765622, 30.3758777 ], [ 120.1766526, 30.3759199 ], [ 120.1771693, 30.376082 ], [ 120.1776786, 30.3761839 ], [ 120.1784712, 30.3763425 ], [ 120.1784817, 30.3763446 ], [ 120.1790615, 30.3764626 ], [ 120.1793238, 30.376516 ], [ 120.1795899, 30.3765701 ], [ 120.1799996, 30.3766534 ], [ 120.1808335, 30.3768231 ], [ 120.181145, 30.3769207 ], [ 120.1814369, 30.3770122 ], [ 120.1816329, 30.3770843 ], [ 120.1816811, 30.3771021 ], [ 120.1819521, 30.3772202 ], [ 120.1823134, 30.3773777 ], [ 120.1827435, 30.3776171 ], [ 120.1829568, 30.3777787 ], [ 120.1832505, 30.3780128 ], [ 120.1846231, 30.3793959 ], [ 120.18507, 30.3798462 ], [ 120.1854268, 30.3802577 ], [ 120.1857836, 30.3807107 ], [ 120.1858996, 30.3808849 ], [ 120.1860613, 30.3811279 ], [ 120.1862758, 30.3815058 ], [ 120.1863156, 30.381576 ], [ 120.1864309, 30.3818043 ], [ 120.1865984, 30.3822437 ], [ 120.1868552, 30.382948 ], [ 120.1872604, 30.3849366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "临半路", "半山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869301, 30.3850233 ], [ 120.186578, 30.3837272 ], [ 120.186471, 30.3832214 ], [ 120.1864071, 30.3828432 ], [ 120.1863596, 30.3824932 ], [ 120.1863094, 30.3820991 ], [ 120.1862531, 30.3818007 ], [ 120.1861452, 30.3815703 ], [ 120.1859753, 30.3812442 ], [ 120.1858905, 30.3810814 ], [ 120.1858065, 30.3809547 ], [ 120.1855633, 30.3805769 ], [ 120.18528, 30.3802453 ], [ 120.1847642, 30.379713 ], [ 120.1845202, 30.3794759 ], [ 120.1841405, 30.3791069 ], [ 120.183842, 30.378826 ], [ 120.1831321, 30.3780831 ], [ 120.1826852, 30.377711 ], [ 120.1822828, 30.3774841 ], [ 120.1819255, 30.3772898 ], [ 120.1816535, 30.3771418 ], [ 120.1812815, 30.3770356 ], [ 120.1812145, 30.3770164 ], [ 120.1807992, 30.3768938 ], [ 120.1784322, 30.3763777 ], [ 120.1771109, 30.3761076 ], [ 120.1768162, 30.3760281 ], [ 120.1765308, 30.3759328 ], [ 120.176296, 30.3758216 ], [ 120.1759322, 30.3756031 ], [ 120.1756606, 30.3753886 ], [ 120.1752232, 30.3749477 ], [ 120.175069, 30.3747619 ], [ 120.1746661, 30.3742765 ], [ 120.174215, 30.3735536 ], [ 120.1739157, 30.3729895 ], [ 120.1738679, 30.3728437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1730214, 30.3857453 ], [ 120.1741026, 30.3857871 ], [ 120.1752718, 30.3858147 ], [ 120.1754172, 30.3858172 ], [ 120.175765, 30.3858231 ], [ 120.1770314, 30.3858446 ], [ 120.1796831, 30.3858843 ], [ 120.1797609, 30.3858855 ], [ 120.1798645, 30.3858897 ], [ 120.1804295, 30.3859125 ], [ 120.1812395, 30.3859157 ], [ 120.1815513, 30.3859164 ], [ 120.1817953, 30.3859204 ], [ 120.1820018, 30.3859173 ], [ 120.1834279, 30.3859204 ], [ 120.183881, 30.385889 ], [ 120.1840401, 30.3858562 ], [ 120.184265, 30.3857895 ], [ 120.1844964, 30.3857404 ], [ 120.1847619, 30.3856422 ], [ 120.1865675, 30.3851252 ], [ 120.1869301, 30.3850233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869885, 30.3852177 ], [ 120.1865657, 30.3853569 ], [ 120.1857756, 30.3855774 ], [ 120.18475, 30.3858632 ], [ 120.1844474, 30.3859358 ], [ 120.1841856, 30.3859465 ], [ 120.1840293, 30.3859599 ], [ 120.1837632, 30.3859866 ], [ 120.1835063, 30.385998 ], [ 120.1834196, 30.3860019 ], [ 120.1831055, 30.3859963 ], [ 120.1823758, 30.3859947 ], [ 120.1818217, 30.3860079 ], [ 120.1816485, 30.3860087 ], [ 120.1815318, 30.3860092 ], [ 120.1812689, 30.386001 ], [ 120.1797341, 30.3859868 ], [ 120.179719, 30.3859866 ], [ 120.1773033, 30.3859538 ], [ 120.1770316, 30.3859501 ], [ 120.1765136, 30.3859503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼铁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1690821, 30.3569572 ], [ 120.1656011, 30.3569359 ], [ 120.1647325, 30.3569359 ], [ 120.1636369, 30.3569335 ], [ 120.1629305, 30.3568826 ], [ 120.1621086, 30.3568085 ], [ 120.1609241, 30.3567827 ], [ 120.1594637, 30.3567895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "炼铁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594637, 30.3567895 ], [ 120.1609241, 30.3567827 ], [ 120.1621086, 30.3568085 ], [ 120.1629305, 30.3568826 ], [ 120.1636369, 30.3569335 ], [ 120.1647325, 30.3569359 ], [ 120.1656011, 30.3569359 ], [ 120.1690821, 30.3569572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "独城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666187, 30.364672 ], [ 120.1656266, 30.3643653 ], [ 120.1647314, 30.3640318 ], [ 120.1644132, 30.3639361 ], [ 120.1639912, 30.3638441 ], [ 120.163413, 30.3637694 ], [ 120.1627204, 30.3637294 ], [ 120.1611857, 30.3637219 ], [ 120.1593731, 30.3637177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "独城街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593731, 30.3637177 ], [ 120.1611857, 30.3637219 ], [ 120.1627204, 30.3637294 ], [ 120.163413, 30.3637694 ], [ 120.1639912, 30.3638441 ], [ 120.1644132, 30.3639361 ], [ 120.1647314, 30.3640318 ], [ 120.1656266, 30.3643653 ], [ 120.1666187, 30.364672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593312, 30.3655122 ], [ 120.1596691, 30.3654523 ], [ 120.1600017, 30.365434 ], [ 120.1603779, 30.365438 ], [ 120.1607742, 30.365459 ], [ 120.1614166, 30.3655428 ], [ 120.1616432, 30.3656029 ], [ 120.161951, 30.3656846 ], [ 120.1638269, 30.3663317 ], [ 120.1646376, 30.3666223 ], [ 120.1651088, 30.3668041 ], [ 120.1651682, 30.3668269 ], [ 120.1655511, 30.3669739 ], [ 120.1666612, 30.3673483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666612, 30.3673483 ], [ 120.1662942, 30.3673229 ], [ 120.1659835, 30.3672698 ], [ 120.1655137, 30.3671399 ], [ 120.1652838, 30.367054 ], [ 120.1651472, 30.367003 ], [ 120.1646724, 30.3668236 ], [ 120.1645729, 30.3667795 ], [ 120.1633868, 30.3663508 ], [ 120.162127, 30.3658954 ], [ 120.1612687, 30.3656825 ], [ 120.1604411, 30.3656071 ], [ 120.1598189, 30.3656001 ], [ 120.1593983, 30.3656411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1644123, 30.3792226 ], [ 120.164234, 30.3787489 ], [ 120.163576, 30.375603 ], [ 120.1635074, 30.3745385 ], [ 120.1635119, 30.3744381 ], [ 120.1635452, 30.3737022 ], [ 120.1635741, 30.3733635 ], [ 120.1635808, 30.3731876 ], [ 120.1635797, 30.3729395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1635797, 30.3729395 ], [ 120.1635808, 30.3731876 ], [ 120.1635741, 30.3733635 ], [ 120.1635452, 30.3737022 ], [ 120.1635119, 30.3744381 ], [ 120.1635074, 30.3745385 ], [ 120.163576, 30.375603 ], [ 120.164234, 30.3787489 ], [ 120.1644123, 30.3792226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1644123, 30.3792226 ], [ 120.1644795, 30.3794012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1644795, 30.3794012 ], [ 120.1644123, 30.3792226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738679, 30.3728437 ], [ 120.1737795, 30.3725738 ], [ 120.1736993, 30.3720044 ], [ 120.1736256, 30.3713609 ], [ 120.1735573, 30.3706637 ], [ 120.1734904, 30.3702369 ], [ 120.173461, 30.3700498 ], [ 120.1733437, 30.3695337 ], [ 120.1732447, 30.3690873 ], [ 120.1729291, 30.3681548 ], [ 120.1724966, 30.3670565 ], [ 120.1721314, 30.3661857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1738679, 30.3728437 ], [ 120.1738068, 30.372873 ], [ 120.1736077, 30.3729403 ], [ 120.1733198, 30.3730851 ], [ 120.1732385, 30.373126 ], [ 120.172944, 30.3732742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.172944, 30.3732742 ], [ 120.1732385, 30.373126 ], [ 120.1733198, 30.3730851 ], [ 120.1736077, 30.3729403 ], [ 120.1738068, 30.372873 ], [ 120.1738679, 30.3728437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1678476, 30.3795733 ], [ 120.1684399, 30.3798069 ], [ 120.1694537, 30.3802382 ], [ 120.1711009, 30.3809389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711535, 30.3811086 ], [ 120.1698749, 30.3805686 ], [ 120.1688752, 30.3801214 ], [ 120.1679341, 30.3797255 ], [ 120.167768, 30.379656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711535, 30.3811086 ], [ 120.1711009, 30.3809389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "龙腾街", "崇超路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1711009, 30.3809389 ], [ 120.1712417, 30.3809943 ], [ 120.1712889, 30.3811675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1712889, 30.3811675 ], [ 120.1711535, 30.3811086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1728996, 30.3857524 ], [ 120.1721169, 30.3841155 ], [ 120.1716362, 30.3831103 ], [ 120.1714952, 30.3827359 ], [ 120.1711535, 30.3811086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1712889, 30.3811675 ], [ 120.1714897, 30.3820938 ], [ 120.1716017, 30.3826106 ], [ 120.1716387, 30.3827232 ], [ 120.1717663, 30.3831119 ], [ 120.1724261, 30.3844962 ], [ 120.1730214, 30.3857453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金港漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563258, 30.3770874 ], [ 120.1563229, 30.3777011 ], [ 120.1563201, 30.3782743 ], [ 120.1563135, 30.3798674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1586515, 30.3796959 ], [ 120.1629585, 30.3793359 ], [ 120.1636988, 30.3792734 ], [ 120.1644123, 30.3792226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1644795, 30.3794012 ], [ 120.1638275, 30.3794516 ], [ 120.1630846, 30.3795094 ], [ 120.1614825, 30.3796344 ], [ 120.1594564, 30.3797926 ], [ 120.1586672, 30.3798556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1584973, 30.3797056 ], [ 120.1586515, 30.3796959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1586515, 30.3796959 ], [ 120.1586584, 30.3797652 ], [ 120.1586672, 30.3798556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1585048, 30.3798643 ], [ 120.1584981, 30.3797795 ], [ 120.1584973, 30.3797056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563135, 30.3798674 ], [ 120.1584973, 30.3797056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1586672, 30.3798556 ], [ 120.1585048, 30.3798643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1585048, 30.3798643 ], [ 120.1563273, 30.3800199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金港漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563135, 30.3798674 ], [ 120.1563273, 30.3800199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1644123, 30.3792226 ], [ 120.166242, 30.3791671 ], [ 120.1668299, 30.3792217 ], [ 120.1671736, 30.3793075 ], [ 120.1678476, 30.3795733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.167768, 30.379656 ], [ 120.1674052, 30.3795041 ], [ 120.1670708, 30.3794034 ], [ 120.1665108, 30.3792961 ], [ 120.166153, 30.3792692 ], [ 120.1644795, 30.3794012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.167768, 30.379656 ], [ 120.1678476, 30.3795733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1678476, 30.3795733 ], [ 120.167768, 30.379656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1644795, 30.3794012 ], [ 120.1649743, 30.3800498 ], [ 120.1650534, 30.3801394 ], [ 120.1651983, 30.3803037 ], [ 120.1660347, 30.3812514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660347, 30.3812514 ], [ 120.1651983, 30.3803037 ], [ 120.1650534, 30.3801394 ], [ 120.1649743, 30.3800498 ], [ 120.1644795, 30.3794012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660347, 30.3812514 ], [ 120.166348, 30.3810088 ], [ 120.167768, 30.379656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.167768, 30.379656 ], [ 120.166348, 30.3810088 ], [ 120.1660347, 30.3812514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1589476, 30.3824609 ], [ 120.1616629, 30.3822102 ], [ 120.1621234, 30.3821677 ], [ 120.1634451, 30.3820068 ], [ 120.1643153, 30.3819009 ], [ 120.1648102, 30.3817789 ], [ 120.1651814, 30.3816416 ], [ 120.1655388, 30.3814786 ], [ 120.1660347, 30.3812514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660347, 30.3812514 ], [ 120.1655388, 30.3814786 ], [ 120.1651814, 30.3816416 ], [ 120.1648102, 30.3817789 ], [ 120.1643153, 30.3819009 ], [ 120.1634451, 30.3820068 ], [ 120.1621234, 30.3821677 ], [ 120.1616629, 30.3822102 ], [ 120.1589476, 30.3824609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1514466, 30.3634162 ], [ 120.1512425, 30.3645092 ], [ 120.1511434, 30.3650867 ], [ 120.1511078, 30.3654348 ], [ 120.1510793, 30.3657958 ], [ 120.1510972, 30.366178 ], [ 120.1511452, 30.3665085 ], [ 120.1513197, 30.3673668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140774, 30.3671335 ], [ 120.1418105, 30.3670044 ], [ 120.143434, 30.3668021 ], [ 120.1437129, 30.3667651 ], [ 120.1442172, 30.3667605 ], [ 120.1450265, 30.3668156 ], [ 120.1452889, 30.3668429 ], [ 120.1466226, 30.3669876 ], [ 120.1481525, 30.3671537 ], [ 120.1489754, 30.3672161 ], [ 120.1503803, 30.3673016 ], [ 120.1513197, 30.3673668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406057, 30.3671573 ], [ 120.140774, 30.3671335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513496, 30.3675031 ], [ 120.1504383, 30.3674355 ], [ 120.1489827, 30.3673552 ], [ 120.1481876, 30.367277 ], [ 120.1463183, 30.3670726 ], [ 120.1452626, 30.3669739 ], [ 120.1450107, 30.3669492 ], [ 120.1444123, 30.366906 ], [ 120.1437968, 30.3668931 ], [ 120.1434623, 30.3669178 ], [ 120.1429976, 30.3669791 ], [ 120.142656, 30.3670242 ], [ 120.1414633, 30.367187 ], [ 120.1407882, 30.367307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.140774, 30.3671335 ], [ 120.1407882, 30.367307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406085, 30.3673389 ], [ 120.1406057, 30.3671573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407882, 30.367307 ], [ 120.1406085, 30.3673389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513496, 30.3675031 ], [ 120.1513197, 30.3673668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513197, 30.3673668 ], [ 120.1513496, 30.3675031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407337, 30.3706841 ], [ 120.1407416, 30.3696718 ], [ 120.1406085, 30.3673389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357451, 30.3679051 ], [ 120.1374659, 30.3676629 ], [ 120.1385081, 30.3675087 ], [ 120.1396501, 30.3673293 ], [ 120.1400176, 30.3672737 ], [ 120.1406057, 30.3671573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406085, 30.3673389 ], [ 120.1399827, 30.3674393 ], [ 120.1396274, 30.3674907 ], [ 120.1377116, 30.3677463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377116, 30.3677463 ], [ 120.1375956, 30.3677638 ], [ 120.1357246, 30.3680446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1356117, 30.3679304 ], [ 120.1357451, 30.3679051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357451, 30.3679051 ], [ 120.1357246, 30.3680446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135624, 30.3680652 ], [ 120.1356117, 30.3679304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357246, 30.3680446 ], [ 120.135624, 30.3680652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327444, 30.3682925 ], [ 120.1336705, 30.3681611 ], [ 120.1356117, 30.3679304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135624, 30.3680652 ], [ 120.1327529, 30.3684278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1325589, 30.3683152 ], [ 120.1327444, 30.3682925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591217, 30.3656945 ], [ 120.1588632, 30.3657339 ], [ 120.1584903, 30.3658075 ], [ 120.1580124, 30.3659439 ], [ 120.1578472, 30.365991 ], [ 120.157097, 30.3662291 ], [ 120.1550111, 30.3668806 ], [ 120.1548039, 30.3669398 ], [ 120.1538145, 30.3672394 ], [ 120.1533762, 30.3673448 ], [ 120.1529634, 30.3674281 ], [ 120.1524968, 30.367488 ], [ 120.1520597, 30.3675108 ], [ 120.1513496, 30.3675031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513197, 30.3673668 ], [ 120.151785, 30.3673727 ], [ 120.1521674, 30.3673635 ], [ 120.15228, 30.3673549 ], [ 120.1525284, 30.3673358 ], [ 120.1528521, 30.3673003 ], [ 120.1531543, 30.3672418 ], [ 120.1537699, 30.3671145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593983, 30.3656411 ], [ 120.1592835, 30.3677968 ], [ 120.1592083, 30.3689302 ], [ 120.1591506, 30.3698878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588963, 30.369967 ], [ 120.1589159, 30.3696299 ], [ 120.1590398, 30.3679994 ], [ 120.159049, 30.3677968 ], [ 120.1591217, 30.3656945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591506, 30.3698878 ], [ 120.1627007, 30.3689859 ], [ 120.1628652, 30.3689444 ], [ 120.1634075, 30.3687301 ], [ 120.1643743, 30.3683482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1643743, 30.3683482 ], [ 120.1634075, 30.3687301 ], [ 120.1628652, 30.3689444 ], [ 120.1627007, 30.3689859 ], [ 120.1591506, 30.3698878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591506, 30.3698878 ], [ 120.1588963, 30.369967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588963, 30.369967 ], [ 120.1591506, 30.3698878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588963, 30.369967 ], [ 120.1574997, 30.3702842 ], [ 120.1571353, 30.370367 ], [ 120.156583, 30.3704675 ], [ 120.1563871, 30.370487 ], [ 120.1560636, 30.3705245 ], [ 120.1553514, 30.3705969 ], [ 120.1535277, 30.3708047 ], [ 120.1521849, 30.3709438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1521849, 30.3709438 ], [ 120.1535277, 30.3708047 ], [ 120.1553514, 30.3705969 ], [ 120.1560636, 30.3705245 ], [ 120.1563871, 30.370487 ], [ 120.156583, 30.3704675 ], [ 120.1571353, 30.370367 ], [ 120.1574997, 30.3702842 ], [ 120.1588963, 30.369967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327444, 30.3682925 ], [ 120.1327529, 30.3684278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132629, 30.3684352 ], [ 120.1325589, 30.3683152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327529, 30.3684278 ], [ 120.132629, 30.3684352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377116, 30.3677463 ], [ 120.1377573, 30.3691656 ], [ 120.1377995, 30.370746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377995, 30.370746 ], [ 120.1377573, 30.3691656 ], [ 120.1377116, 30.3677463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357246, 30.3680446 ], [ 120.1357323, 30.3687088 ], [ 120.1357508, 30.3693981 ], [ 120.1358158, 30.370791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357301, 30.3707959 ], [ 120.1356852, 30.3694035 ], [ 120.135624, 30.3680652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327529, 30.3684278 ], [ 120.1327788, 30.3697115 ], [ 120.1328004, 30.3708888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327082, 30.3709204 ], [ 120.1326995, 30.3697223 ], [ 120.132629, 30.3684352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377995, 30.370746 ], [ 120.1401007, 30.3706953 ], [ 120.140491, 30.3706849 ], [ 120.1407337, 30.3706841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228062, 30.3702736 ], [ 120.1229652, 30.367675 ], [ 120.1229987, 30.3669686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229987, 30.3669686 ], [ 120.1229652, 30.367675 ], [ 120.1228062, 30.3702736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1297654, 30.3691533 ], [ 120.1303512, 30.3689393 ], [ 120.131245, 30.3686238 ], [ 120.1318053, 30.368457 ], [ 120.1323249, 30.3683461 ], [ 120.1325589, 30.3683152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.132629, 30.3684352 ], [ 120.1320208, 30.3685499 ], [ 120.1314644, 30.3686965 ], [ 120.1308102, 30.3689384 ], [ 120.1299267, 30.3692719 ], [ 120.1293957, 30.3694552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293957, 30.3694552 ], [ 120.129155, 30.3695855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "康桥路", "上康立交" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229902, 30.3701858 ], [ 120.1237541, 30.3700926 ], [ 120.126151, 30.3698456 ], [ 120.1280803, 30.3695792 ], [ 120.1286758, 30.3694969 ], [ 120.1293024, 30.3693363 ], [ 120.1297654, 30.3691533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "康桥路", "上康立交" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293957, 30.3694552 ], [ 120.1287439, 30.3695929 ], [ 120.1280877, 30.3696869 ], [ 120.1261497, 30.369937 ], [ 120.1237865, 30.3701748 ], [ 120.1230041, 30.3702651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259415, 30.3726454 ], [ 120.1259185, 30.3721712 ], [ 120.1259145, 30.3715543 ], [ 120.1259356, 30.3709828 ], [ 120.1260201, 30.3705553 ], [ 120.1261664, 30.3701101 ], [ 120.1263208, 30.3698717 ], [ 120.1265438, 30.3697293 ], [ 120.1267505, 30.3696679 ], [ 120.1268633, 30.3696344 ], [ 120.1269425, 30.3696109 ], [ 120.1283327, 30.3694393 ], [ 120.1289454, 30.3693214 ], [ 120.1297654, 30.3691533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293957, 30.3694552 ], [ 120.1292932, 30.3696256 ], [ 120.1292858, 30.3697242 ], [ 120.1292932, 30.3700324 ], [ 120.1293895, 30.3725155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1292821, 30.3725178 ], [ 120.1292408, 30.3709299 ], [ 120.1291992, 30.3696579 ], [ 120.129155, 30.3695855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358158, 30.370791 ], [ 120.1370468, 30.3707674 ], [ 120.1377995, 30.370746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378099, 30.3708109 ], [ 120.1377995, 30.370746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1377995, 30.370746 ], [ 120.1378099, 30.3708109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407352, 30.3707705 ], [ 120.1404735, 30.3707832 ], [ 120.1400994, 30.370789 ], [ 120.1378099, 30.3708109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357301, 30.3707959 ], [ 120.1358158, 30.370791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357067, 30.3708633 ], [ 120.1357301, 30.3707959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358158, 30.370791 ], [ 120.1358165, 30.3708749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328004, 30.3708888 ], [ 120.1341687, 30.3708377 ], [ 120.1357301, 30.3707959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378099, 30.3708109 ], [ 120.1358165, 30.3708749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358165, 30.3708749 ], [ 120.1357067, 30.3708633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327082, 30.3709204 ], [ 120.1328004, 30.3708888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357067, 30.3708633 ], [ 120.1341905, 30.3709087 ], [ 120.1327944, 30.3709612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328004, 30.3708888 ], [ 120.1327944, 30.3709612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蒋家桥街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327944, 30.3709612 ], [ 120.1327082, 30.3709204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357709, 30.372355 ], [ 120.1357099, 30.3715843 ], [ 120.1357067, 30.3708633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358165, 30.3708749 ], [ 120.1358392, 30.372353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327596, 30.3724441 ], [ 120.1327533, 30.3720018 ], [ 120.1327082, 30.3709204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327944, 30.3709612 ], [ 120.1328579, 30.3724416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357709, 30.372355 ], [ 120.1358392, 30.372353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358392, 30.372353 ], [ 120.1357709, 30.372355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.129155, 30.3695855 ], [ 120.1284921, 30.3697156 ], [ 120.1267937, 30.3699149 ], [ 120.1264902, 30.3699793 ], [ 120.1263373, 30.3701772 ], [ 120.1261546, 30.3706499 ], [ 120.1260909, 30.3710018 ], [ 120.1260527, 30.3714672 ], [ 120.1261029, 30.3726168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327596, 30.3724441 ], [ 120.1310227, 30.3724997 ], [ 120.1293895, 30.3725155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293895, 30.3725155 ], [ 120.1310227, 30.3724997 ], [ 120.1327596, 30.3724441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1292821, 30.3725178 ], [ 120.1293895, 30.3725155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293895, 30.3725155 ], [ 120.1292821, 30.3725178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1292821, 30.3725178 ], [ 120.1261029, 30.3726168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261029, 30.3726168 ], [ 120.1292821, 30.3725178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261029, 30.3726168 ], [ 120.1259415, 30.3726454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1259415, 30.3726454 ], [ 120.1261029, 30.3726168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293895, 30.3725155 ], [ 120.1293907, 30.372697 ], [ 120.1293907, 30.3729076 ], [ 120.1294611, 30.3750681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357709, 30.372355 ], [ 120.1328579, 30.3724416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328579, 30.3724416 ], [ 120.1357709, 30.372355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328579, 30.3724416 ], [ 120.1327596, 30.3724441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "安潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327596, 30.3724441 ], [ 120.1328579, 30.3724416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1378099, 30.3708109 ], [ 120.137845, 30.3725211 ], [ 120.1378477, 30.3727167 ], [ 120.1379103, 30.3744748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379103, 30.3744748 ], [ 120.1378477, 30.3727167 ], [ 120.137845, 30.3725211 ], [ 120.1378099, 30.3708109 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358392, 30.372353 ], [ 120.1358454, 30.3725084 ], [ 120.1358548, 30.3727745 ], [ 120.1359158, 30.3747869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358312, 30.3747903 ], [ 120.135785, 30.3727745 ], [ 120.1357757, 30.372513 ], [ 120.1357709, 30.372355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328579, 30.3724416 ], [ 120.132861, 30.3726687 ], [ 120.1328629, 30.3728197 ], [ 120.1328843, 30.3740439 ], [ 120.13292, 30.3749075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327984, 30.3749175 ], [ 120.1327636, 30.3728277 ], [ 120.1327632, 30.3726698 ], [ 120.1327596, 30.3724441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293634, 30.3750682 ], [ 120.1292914, 30.3729076 ], [ 120.1292887, 30.3727039 ], [ 120.1292821, 30.3725178 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261029, 30.3726168 ], [ 120.1261063, 30.3727699 ], [ 120.126121, 30.3730233 ], [ 120.1261985, 30.3751557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260639, 30.375231 ], [ 120.1260621, 30.3751391 ], [ 120.1259773, 30.3733811 ], [ 120.1259588, 30.3730453 ], [ 120.1259467, 30.3727745 ], [ 120.1259415, 30.3726454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294611, 30.3750681 ], [ 120.1327984, 30.3749175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327995, 30.3749832 ], [ 120.1294629, 30.3751289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293634, 30.3750682 ], [ 120.1294611, 30.3750681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294611, 30.3750681 ], [ 120.1294629, 30.3751289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西杨直街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293655, 30.3751329 ], [ 120.1293634, 30.3750682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261985, 30.3751557 ], [ 120.1269738, 30.3751414 ], [ 120.1293634, 30.3750682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294629, 30.3751289 ], [ 120.1293655, 30.3751329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093915, 30.3637858 ], [ 120.1093929, 30.3636915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095539, 30.3637885 ], [ 120.1093915, 30.3637858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金源路", "上洋路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0972896, 30.3620012 ], [ 120.0972752, 30.3634827 ], [ 120.0973116, 30.3636309 ], [ 120.0973898, 30.3639352 ], [ 120.0973873, 30.3640771 ], [ 120.0972385, 30.3642705 ], [ 120.0972095, 30.3647686 ], [ 120.09819, 30.3658577 ], [ 120.0988594, 30.3656455 ], [ 120.0990386, 30.3655879 ], [ 120.1009795, 30.3648613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "金源路", "上洋路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009795, 30.3648613 ], [ 120.0990386, 30.3655879 ], [ 120.0988594, 30.3656455 ], [ 120.09819, 30.3658577 ], [ 120.0972095, 30.3647686 ], [ 120.0972385, 30.3642705 ], [ 120.0973873, 30.3640771 ], [ 120.0973898, 30.3639352 ], [ 120.0973116, 30.3636309 ], [ 120.0972752, 30.3634827 ], [ 120.0972896, 30.3620012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义马漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043527, 30.3673805 ], [ 120.1037134, 30.3642921 ], [ 120.1036511, 30.3641415 ], [ 120.103693, 30.3621282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "义马漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.103693, 30.3621282 ], [ 120.1036511, 30.3641415 ], [ 120.1037134, 30.3642921 ], [ 120.1043527, 30.3673805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095539, 30.3637885 ], [ 120.1095343, 30.364624 ], [ 120.1095256, 30.3649937 ], [ 120.1095218, 30.365274 ], [ 120.1095187, 30.3660154 ], [ 120.1095162, 30.3666107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093213, 30.3666188 ], [ 120.1093835, 30.3652675 ], [ 120.1093864, 30.3650044 ], [ 120.1093915, 30.3637858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1025559, 30.3676797 ], [ 120.1015906, 30.3660615 ], [ 120.10132, 30.3655444 ], [ 120.1009795, 30.3648613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小洋坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1009795, 30.3648613 ], [ 120.10132, 30.3655444 ], [ 120.1015906, 30.3660615 ], [ 120.1025559, 30.3676797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095539, 30.3636925 ], [ 120.1095539, 30.3637885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136005, 30.3637 ], [ 120.1136009, 30.3637945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113497, 30.3637945 ], [ 120.1134948, 30.3637015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113497, 30.3637945 ], [ 120.1122098, 30.3637897 ], [ 120.1118048, 30.363792 ], [ 120.1109286, 30.3637906 ], [ 120.1095539, 30.3637885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1173595, 30.3637818 ], [ 120.1168791, 30.3637766 ], [ 120.1166154, 30.3638073 ], [ 120.1161206, 30.3638035 ], [ 120.1140889, 30.3637902 ], [ 120.1136009, 30.3637945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桥良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136009, 30.3637945 ], [ 120.113497, 30.3637945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1169415, 30.366576 ], [ 120.1172553, 30.3645248 ], [ 120.1173595, 30.3637818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136009, 30.3637945 ], [ 120.1136089, 30.3665843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134713, 30.3665848 ], [ 120.113497, 30.3637945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136089, 30.3665843 ], [ 120.1161377, 30.3665727 ], [ 120.1169415, 30.366576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093213, 30.3666188 ], [ 120.1095162, 30.3666107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095162, 30.3666107 ], [ 120.1093213, 30.3666188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093213, 30.3666188 ], [ 120.1083941, 30.3667462 ], [ 120.1068969, 30.3669867 ], [ 120.1050363, 30.3672716 ], [ 120.1047768, 30.3673113 ], [ 120.1043527, 30.3673805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043527, 30.3673805 ], [ 120.1047768, 30.3673113 ], [ 120.1050363, 30.3672716 ], [ 120.1068969, 30.3669867 ], [ 120.1083941, 30.3667462 ], [ 120.1093213, 30.3666188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1025559, 30.3676797 ], [ 120.1043527, 30.3673805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043527, 30.3673805 ], [ 120.1025559, 30.3676797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095162, 30.3666107 ], [ 120.1095042, 30.3672464 ], [ 120.1094297, 30.3689158 ], [ 120.1094055, 30.3697542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092629, 30.3697532 ], [ 120.1092832, 30.3689249 ], [ 120.1093213, 30.3666188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "小洋坝路", "康良街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1025559, 30.3676797 ], [ 120.1037986, 30.3698084 ], [ 120.1051112, 30.3697362 ], [ 120.1058794, 30.3698923 ], [ 120.1063255, 30.3698896 ], [ 120.1070838, 30.3700153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "小洋坝路", "康良街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070838, 30.3700153 ], [ 120.1063255, 30.3698896 ], [ 120.1058794, 30.3698923 ], [ 120.1051112, 30.3697362 ], [ 120.1037986, 30.3698084 ], [ 120.1025559, 30.3676797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1169415, 30.366576 ], [ 120.1161377, 30.3665727 ], [ 120.1136089, 30.3665843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1169415, 30.366576 ], [ 120.1171571, 30.3665822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1171571, 30.3665822 ], [ 120.1169415, 30.366576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136089, 30.3665843 ], [ 120.1134713, 30.3665848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134713, 30.3665848 ], [ 120.1136089, 30.3665843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134713, 30.3665848 ], [ 120.1121983, 30.3665834 ], [ 120.1118515, 30.3665834 ], [ 120.1105, 30.3665992 ], [ 120.1095162, 30.3666107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金德路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095162, 30.3666107 ], [ 120.1105, 30.3665992 ], [ 120.1118515, 30.3665834 ], [ 120.1121983, 30.3665834 ], [ 120.1134713, 30.3665848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1136089, 30.3665843 ], [ 120.1135916, 30.3678642 ], [ 120.1135962, 30.3692043 ], [ 120.1135997, 30.3696633 ], [ 120.113581, 30.3699413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134794, 30.3699431 ], [ 120.1134986, 30.3696635 ], [ 120.1135024, 30.3692045 ], [ 120.1134981, 30.3678935 ], [ 120.1134713, 30.3665848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1162283, 30.3700849 ], [ 120.1162609, 30.369937 ], [ 120.1163469, 30.3695466 ], [ 120.1163863, 30.3693679 ], [ 120.1164103, 30.3692395 ], [ 120.1165328, 30.368809 ], [ 120.1167269, 30.3677196 ], [ 120.1169415, 30.366576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1171571, 30.3665822 ], [ 120.1170686, 30.3671074 ], [ 120.116806, 30.3684757 ], [ 120.1166981, 30.3691919 ], [ 120.1166797, 30.3692817 ], [ 120.1166486, 30.3694608 ], [ 120.116565, 30.3699675 ], [ 120.1165431, 30.3700999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1094055, 30.3697542 ], [ 120.1117476, 30.369869 ], [ 120.112204, 30.3698913 ], [ 120.1134794, 30.3699431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134794, 30.3699431 ], [ 120.113581, 30.3699413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113581, 30.3699413 ], [ 120.1154177, 30.3700271 ], [ 120.1160392, 30.3700714 ], [ 120.1162283, 30.3700849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134592, 30.3701031 ], [ 120.1121608, 30.3700618 ], [ 120.1117347, 30.3700358 ], [ 120.1112049, 30.3700231 ], [ 120.1093994, 30.3699418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134592, 30.3701031 ], [ 120.1134794, 30.3699431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113581, 30.3699413 ], [ 120.1135462, 30.3701099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1162283, 30.3700849 ], [ 120.1165431, 30.3700999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1135462, 30.3701099 ], [ 120.1134592, 30.3701031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1134592, 30.3701031 ], [ 120.1132605, 30.3702248 ], [ 120.1125078, 30.3701829 ], [ 120.1121526, 30.3701675 ], [ 120.1117259, 30.3701498 ], [ 120.1111671, 30.3701223 ], [ 120.1108797, 30.3701081 ], [ 120.1104763, 30.3701203 ], [ 120.1093972, 30.3700737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092629, 30.3697532 ], [ 120.1094055, 30.3697542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092487, 30.369936 ], [ 120.1092629, 30.3697532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1094055, 30.3697542 ], [ 120.1093994, 30.3699418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093994, 30.3699418 ], [ 120.1092487, 30.369936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070838, 30.3700153 ], [ 120.107717, 30.369956 ], [ 120.1084413, 30.3699263 ], [ 120.1092487, 30.369936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092487, 30.369936 ], [ 120.1084413, 30.3699263 ], [ 120.107717, 30.369956 ], [ 120.1070838, 30.3700153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092421, 30.3700669 ], [ 120.1092487, 30.369936 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093994, 30.3699418 ], [ 120.1093972, 30.3700737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092421, 30.3700669 ], [ 120.1088235, 30.3700486 ], [ 120.1083917, 30.3700394 ], [ 120.1074839, 30.3700791 ], [ 120.1070838, 30.3700153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093972, 30.3700737 ], [ 120.1092421, 30.3700669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1165431, 30.3700999 ], [ 120.1166604, 30.3701072 ], [ 120.1171034, 30.3701349 ], [ 120.1174924, 30.3701593 ], [ 120.1184084, 30.3701963 ], [ 120.1186349, 30.3702032 ], [ 120.1188251, 30.3702043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1161988, 30.3702513 ], [ 120.1162283, 30.3700849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康良街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1161988, 30.3702513 ], [ 120.1160007, 30.3702407 ], [ 120.1154018, 30.3702087 ], [ 120.1135462, 30.3701099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1165431, 30.3700999 ], [ 120.1165035, 30.3702641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上康立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1188251, 30.3702043 ], [ 120.1195637, 30.3701873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1165035, 30.3702641 ], [ 120.1161988, 30.3702513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1188251, 30.3702043 ], [ 120.1191299, 30.370239 ], [ 120.1195089, 30.3702737 ], [ 120.1199667, 30.3702952 ], [ 120.1205707, 30.3703137 ], [ 120.1212098, 30.3703106 ], [ 120.1219612, 30.370285 ], [ 120.1228062, 30.3702736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1189252, 30.3703762 ], [ 120.1186236, 30.3703738 ], [ 120.1183974, 30.3703648 ], [ 120.1179841, 30.3703429 ], [ 120.1166278, 30.3702707 ], [ 120.1165035, 30.3702641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1228062, 30.3702736 ], [ 120.1218896, 30.3703721 ], [ 120.1211281, 30.3704104 ], [ 120.1203431, 30.3704082 ], [ 120.1197525, 30.3703969 ], [ 120.1189252, 30.3703762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "上康立交" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1195553, 30.3704441 ], [ 120.1189252, 30.3703762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1094027, 30.3775596 ], [ 120.1094826, 30.3773583 ], [ 120.1095216, 30.3771564 ], [ 120.1095703, 30.376986 ], [ 120.1096331, 30.3766532 ], [ 120.1096583, 30.3763969 ], [ 120.1097022, 30.3759284 ], [ 120.1097186, 30.3755668 ], [ 120.1097369, 30.3749841 ], [ 120.1097126, 30.3744151 ], [ 120.1096668, 30.3738507 ], [ 120.1096359, 30.373712 ], [ 120.1095376, 30.3731185 ], [ 120.1095018, 30.3729109 ], [ 120.1094533, 30.372629 ], [ 120.1093461, 30.3718121 ], [ 120.1092819, 30.3712197 ], [ 120.1092289, 30.3705053 ], [ 120.1092321, 30.370261 ], [ 120.1092421, 30.3700669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1000917, 30.3773155 ], [ 120.100267, 30.3773142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1001258, 30.3774355 ], [ 120.1000917, 30.3773155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100267, 30.3773142 ], [ 120.100299, 30.3774485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100267, 30.3773142 ], [ 120.1012698, 30.3773544 ], [ 120.1018283, 30.3773768 ], [ 120.1023003, 30.3773968 ], [ 120.1025847, 30.3774153 ], [ 120.1026473, 30.3774181 ], [ 120.103831, 30.3774778 ], [ 120.1049805, 30.3775016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100299, 30.3774485 ], [ 120.1001258, 30.3774355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1049805, 30.3775016 ], [ 120.105077, 30.3775036 ], [ 120.1065842, 30.3775348 ], [ 120.1075445, 30.3775348 ], [ 120.1094027, 30.3775596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.104976, 30.3776458 ], [ 120.1038299, 30.3776209 ], [ 120.1036323, 30.3776124 ], [ 120.102531, 30.377568 ], [ 120.1022842, 30.3775518 ], [ 120.10186, 30.3775361 ], [ 120.1017822, 30.3775328 ], [ 120.100299, 30.3774485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1094027, 30.3775596 ], [ 120.1095581, 30.3775667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "打石漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.104976, 30.3776458 ], [ 120.1049805, 30.3775016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "北软路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1135462, 30.3701099 ], [ 120.113532, 30.3714994 ], [ 120.1135514, 30.3732417 ], [ 120.1135277, 30.3734518 ], [ 120.1134779, 30.3732142 ], [ 120.1134731, 30.3714978 ], [ 120.1134592, 30.3701031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150177, 30.3772059 ], [ 120.1151113, 30.376123 ], [ 120.1151802, 30.3754959 ], [ 120.1152634, 30.3749132 ], [ 120.1153677, 30.3745733 ], [ 120.1154626, 30.3740113 ], [ 120.1157184, 30.372659 ], [ 120.1158716, 30.3720518 ], [ 120.1159366, 30.371548 ], [ 120.1161682, 30.3704027 ], [ 120.1161988, 30.3702513 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "通益路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1165035, 30.3702641 ], [ 120.1164724, 30.3704122 ], [ 120.1163884, 30.3708117 ], [ 120.1156775, 30.3746313 ], [ 120.1156099, 30.3752113 ], [ 120.1155559, 30.3755598 ], [ 120.1155091, 30.3761517 ], [ 120.1154484, 30.3772967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "杭行路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093972, 30.3700737 ], [ 120.109394, 30.370265 ], [ 120.109393, 30.3705094 ], [ 120.1093946, 30.3712143 ], [ 120.1094766, 30.371939 ], [ 120.1095961, 30.3726637 ], [ 120.1096424, 30.3729474 ], [ 120.1096763, 30.3731551 ], [ 120.109776, 30.373766 ], [ 120.1097872, 30.3738853 ], [ 120.109832, 30.3745263 ], [ 120.1098511, 30.3750412 ], [ 120.1098594, 30.3755677 ], [ 120.1098244, 30.3759357 ], [ 120.1097759, 30.376396 ], [ 120.1097487, 30.3766513 ], [ 120.1096862, 30.3770347 ], [ 120.1095581, 30.3775667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1200933, 30.3776148 ], [ 120.1207892, 30.375271 ], [ 120.1209952, 30.3750201 ], [ 120.1208828, 30.3752334 ], [ 120.1202613, 30.3775643 ], [ 120.120242, 30.3776223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150177, 30.3772059 ], [ 120.1150718, 30.3771102 ], [ 120.1151275, 30.3766196 ], [ 120.1151893, 30.3763789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153371, 30.3764351 ], [ 120.1153726, 30.3766547 ], [ 120.115376, 30.3770919 ], [ 120.1154484, 30.3772967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132226, 30.3776011 ], [ 120.1141482, 30.3775655 ], [ 120.1144701, 30.3775746 ], [ 120.1146497, 30.3775391 ], [ 120.1147583, 30.3774927 ], [ 120.1148282, 30.3774426 ], [ 120.1148893, 30.3773833 ], [ 120.1149913, 30.3772525 ], [ 120.1150177, 30.3772059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1154484, 30.3772967 ], [ 120.1155196, 30.3774331 ], [ 120.115638, 30.3775194 ], [ 120.1157889, 30.3775597 ], [ 120.1159426, 30.3775783 ], [ 120.1161118, 30.3775805 ], [ 120.1168689, 30.37759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "上塘高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1153371, 30.3764351 ], [ 120.1152644, 30.377648 ], [ 120.1152879, 30.3785738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "上塘高架路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150433, 30.3786554 ], [ 120.1150959, 30.3784807 ], [ 120.1151194, 30.3781768 ], [ 120.1151177, 30.3776043 ], [ 120.1151893, 30.3763789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095581, 30.3775667 ], [ 120.1098615, 30.3775556 ], [ 120.1102317, 30.3775634 ], [ 120.1110126, 30.3775754 ], [ 120.113095, 30.3775956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113095, 30.3775956 ], [ 120.1132226, 30.3776011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1168689, 30.37759 ], [ 120.1200933, 30.3776148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1200933, 30.3776148 ], [ 120.120242, 30.3776223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴家门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132226, 30.3776011 ], [ 120.1132137, 30.3776888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴家门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1130981, 30.3777085 ], [ 120.113095, 30.3775956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1168689, 30.37759 ], [ 120.1168863, 30.3777319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1168863, 30.3777319 ], [ 120.1168689, 30.37759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1200887, 30.3777419 ], [ 120.1200933, 30.3776148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379103, 30.3744748 ], [ 120.1384536, 30.374347 ], [ 120.1392727, 30.3741017 ], [ 120.1399361, 30.3738623 ], [ 120.1404099, 30.3736462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1404099, 30.373728 ], [ 120.1399022, 30.3739499 ], [ 120.1392524, 30.3741835 ], [ 120.1383961, 30.3744366 ], [ 120.1379126, 30.3745375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379103, 30.3744748 ], [ 120.1379126, 30.3745375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇蒋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379126, 30.3745375 ], [ 120.1379103, 30.3744748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1359158, 30.3747869 ], [ 120.1365737, 30.3747329 ], [ 120.1371769, 30.3746405 ], [ 120.1379103, 30.3744748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1379126, 30.3745375 ], [ 120.1371872, 30.3746999 ], [ 120.1365784, 30.3747931 ], [ 120.1359117, 30.3748466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358312, 30.3747903 ], [ 120.1359158, 30.3747869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1359158, 30.3747869 ], [ 120.1359117, 30.3748466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顾扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358363, 30.3748499 ], [ 120.1358312, 30.3747903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1359117, 30.3748466 ], [ 120.1358363, 30.3748499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1513496, 30.3675031 ], [ 120.1515694, 30.3684142 ], [ 120.1518126, 30.3694865 ], [ 120.1518909, 30.3697644 ], [ 120.1521849, 30.3709438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1521849, 30.3709438 ], [ 120.1518909, 30.3697644 ], [ 120.1518126, 30.3694865 ], [ 120.1515694, 30.3684142 ], [ 120.1513496, 30.3675031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407352, 30.3707705 ], [ 120.1407337, 30.3706841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1488648, 30.3712727 ], [ 120.1502864, 30.3711606 ], [ 120.1521849, 30.3709438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1521849, 30.3709438 ], [ 120.1502864, 30.3711606 ], [ 120.1488648, 30.3712727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1407882, 30.367307 ], [ 120.1408297, 30.3677789 ], [ 120.1409613, 30.369633 ], [ 120.1409167, 30.3719404 ], [ 120.1408486, 30.3728362 ], [ 120.140783, 30.3733385 ], [ 120.1406423, 30.3743978 ], [ 120.1405812, 30.375195 ], [ 120.1405218, 30.3760466 ], [ 120.1405094, 30.37624 ], [ 120.1404538, 30.3770403 ], [ 120.1403811, 30.3774576 ], [ 120.1397631, 30.379605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1397631, 30.379605 ], [ 120.1417326, 30.3794725 ], [ 120.1423683, 30.3794251 ], [ 120.1482733, 30.3800123 ], [ 120.1486936, 30.3800346 ], [ 120.1511475, 30.3801466 ], [ 120.153725, 30.3800615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511428, 30.3802637 ], [ 120.1486862, 30.3801367 ], [ 120.1482704, 30.3801175 ], [ 120.1432149, 30.3796241 ], [ 120.1421917, 30.3796832 ], [ 120.1416362, 30.379703 ], [ 120.1406931, 30.3797402 ], [ 120.139736, 30.3796876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511428, 30.3802637 ], [ 120.1511185, 30.3825438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511185, 30.3825438 ], [ 120.1511428, 30.3802637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1585511, 30.3771798 ], [ 120.1586102, 30.3763815 ], [ 120.1586068, 30.3752752 ], [ 120.1586294, 30.3743874 ], [ 120.1586401, 30.3740311 ], [ 120.1586509, 30.373724 ], [ 120.1586527, 30.3736597 ], [ 120.1587334, 30.3728977 ], [ 120.1587768, 30.3716615 ], [ 120.1587801, 30.3715679 ], [ 120.1588438, 30.3708718 ], [ 120.1588963, 30.369967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591506, 30.3698878 ], [ 120.1590632, 30.3715844 ], [ 120.1590336, 30.3719567 ], [ 120.1589579, 30.3736835 ], [ 120.1589486, 30.3739871 ], [ 120.1589352, 30.3743978 ], [ 120.158918, 30.3747242 ], [ 120.1587631, 30.3764726 ], [ 120.1586964, 30.3772256 ], [ 120.158629, 30.3787369 ], [ 120.1586515, 30.3796959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.153725, 30.3800615 ], [ 120.1535799, 30.3784624 ], [ 120.1535353, 30.37802 ], [ 120.153461, 30.3773626 ], [ 120.1532039, 30.3750867 ], [ 120.1531663, 30.3747986 ], [ 120.1531104, 30.3744846 ], [ 120.1526416, 30.3726211 ], [ 120.1521849, 30.3709438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1521849, 30.3709438 ], [ 120.1526416, 30.3726211 ], [ 120.1531104, 30.3744846 ], [ 120.1531663, 30.3747986 ], [ 120.1532039, 30.3750867 ], [ 120.153461, 30.3773626 ], [ 120.1535353, 30.37802 ], [ 120.1535799, 30.3784624 ], [ 120.153725, 30.3800615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563258, 30.3770874 ], [ 120.1553924, 30.3771758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1553924, 30.3771758 ], [ 120.1563258, 30.3770874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563258, 30.3770874 ], [ 120.1585511, 30.3771798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1585511, 30.3771798 ], [ 120.1563258, 30.3770874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1584973, 30.3797056 ], [ 120.1584853, 30.3785831 ], [ 120.1585345, 30.3774036 ], [ 120.1585511, 30.3771798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金港漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563135, 30.3798674 ], [ 120.1563201, 30.3782743 ], [ 120.1563229, 30.3777011 ], [ 120.1563258, 30.3770874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13292, 30.3749075 ], [ 120.1358312, 30.3747903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327984, 30.3749175 ], [ 120.13292, 30.3749075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1358363, 30.3748499 ], [ 120.1329229, 30.374979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13292, 30.3749075 ], [ 120.1329229, 30.374979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1327995, 30.3749832 ], [ 120.1327984, 30.3749175 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329229, 30.374979 ], [ 120.1327995, 30.3749832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1395938, 30.3796006 ], [ 120.139954, 30.3782835 ], [ 120.1401964, 30.3774104 ], [ 120.1402827, 30.3770375 ], [ 120.1403803, 30.376247 ], [ 120.1403944, 30.3760709 ], [ 120.1404119, 30.3757585 ], [ 120.1404798, 30.3747033 ], [ 120.140636, 30.3733446 ], [ 120.140726, 30.372612 ], [ 120.1407572, 30.3720065 ], [ 120.1407352, 30.3707705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328432, 30.3772258 ], [ 120.1327832, 30.3758594 ], [ 120.1327995, 30.3749832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329229, 30.374979 ], [ 120.1329807, 30.3772359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362125, 30.3771395 ], [ 120.1375912, 30.3770871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293655, 30.3751329 ], [ 120.1262013, 30.3752311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260639, 30.375231 ], [ 120.1261985, 30.3751557 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261985, 30.3751557 ], [ 120.1262013, 30.3752311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "郁世门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262013, 30.3752311 ], [ 120.1260639, 30.375231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262013, 30.3752311 ], [ 120.1262183, 30.3756421 ], [ 120.126212, 30.3764128 ], [ 120.1262183, 30.3770775 ], [ 120.1262689, 30.3774705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261305, 30.3774852 ], [ 120.1260921, 30.3771474 ], [ 120.1260861, 30.3763597 ], [ 120.1260639, 30.375231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328432, 30.3772258 ], [ 120.1293655, 30.3773132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293655, 30.3773132 ], [ 120.1328432, 30.3772258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293655, 30.3773132 ], [ 120.1262689, 30.3774705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262689, 30.3774705 ], [ 120.1293655, 30.3773132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1375912, 30.3770871 ], [ 120.1362125, 30.3771395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362125, 30.3771395 ], [ 120.1360169, 30.3771469 ], [ 120.1329807, 30.3772359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329807, 30.3772359 ], [ 120.1360169, 30.3771469 ], [ 120.1362125, 30.3771395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329807, 30.3772359 ], [ 120.1328432, 30.3772258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328432, 30.3772258 ], [ 120.1329807, 30.3772359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1361079, 30.3795851 ], [ 120.1361257, 30.3790002 ], [ 120.1362125, 30.3771395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1362125, 30.3771395 ], [ 120.1361257, 30.3790002 ], [ 120.1361079, 30.3795851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329187, 30.3795154 ], [ 120.1328432, 30.3772258 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329807, 30.3772359 ], [ 120.1330298, 30.3795304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329187, 30.3795154 ], [ 120.1330298, 30.3795304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1261305, 30.3774852 ], [ 120.1262689, 30.3774705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "后浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262689, 30.3774705 ], [ 120.1261305, 30.3774852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294701, 30.3794391 ], [ 120.1293826, 30.3779691 ], [ 120.1293655, 30.3773132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1293655, 30.3773132 ], [ 120.1293826, 30.3779691 ], [ 120.1294701, 30.3794391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262689, 30.3774705 ], [ 120.1262934, 30.3776605 ], [ 120.1263525, 30.3780098 ], [ 120.1264676, 30.378767 ], [ 120.1265667, 30.3794883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1264105, 30.3795262 ], [ 120.1263114, 30.3785597 ], [ 120.1261522, 30.377676 ], [ 120.1261305, 30.3774852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1265667, 30.3794883 ], [ 120.1294701, 30.3794391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294701, 30.3794391 ], [ 120.1322247, 30.379507 ], [ 120.1329187, 30.3795154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294701, 30.3794391 ], [ 120.1294762, 30.3795574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294762, 30.3795574 ], [ 120.1294701, 30.3794391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330298, 30.3795304 ], [ 120.1361079, 30.3795851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329231, 30.3796378 ], [ 120.1329187, 30.3795154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330298, 30.3795304 ], [ 120.1330321, 30.3796383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1361079, 30.3795851 ], [ 120.1380396, 30.3796032 ], [ 120.1395938, 30.3796006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1395938, 30.3796006 ], [ 120.1397631, 30.379605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1360933, 30.3796745 ], [ 120.1361079, 30.3795851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1361079, 30.3795851 ], [ 120.1360933, 30.3796745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330321, 30.3796383 ], [ 120.1329231, 30.3796378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1395716, 30.3796846 ], [ 120.1395938, 30.3796006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1397631, 30.379605 ], [ 120.139736, 30.3796876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1360933, 30.3796745 ], [ 120.1330321, 30.3796383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1395716, 30.3796846 ], [ 120.1361653, 30.3796766 ], [ 120.1360933, 30.3796745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.139736, 30.3796876 ], [ 120.1395716, 30.3796846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.136077, 30.3818289 ], [ 120.1361052, 30.3800384 ], [ 120.1361079, 30.3798159 ], [ 120.1360933, 30.3796745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1360933, 30.3796745 ], [ 120.1361079, 30.3798159 ], [ 120.1361052, 30.3800384 ], [ 120.136077, 30.3818289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1389303, 30.3818275 ], [ 120.1393669, 30.3803692 ], [ 120.1394436, 30.3800983 ], [ 120.1395716, 30.3796846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "车里浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1389303, 30.3818275 ], [ 120.136077, 30.3818289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "车里浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.136077, 30.3818289 ], [ 120.1389303, 30.3818275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "车里浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1345364, 30.3818295 ], [ 120.136077, 30.3818289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "车里浜路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.136077, 30.3818289 ], [ 120.1345364, 30.3818295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "金港漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563273, 30.3800199 ], [ 120.1563135, 30.3798674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.153725, 30.3800615 ], [ 120.1561142, 30.3798834 ], [ 120.1563135, 30.3798674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563273, 30.3800199 ], [ 120.1561276, 30.3800341 ], [ 120.1537798, 30.3801839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.153725, 30.3800615 ], [ 120.1537798, 30.3801839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康贤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537798, 30.3801839 ], [ 120.153725, 30.3800615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536133, 30.3801878 ], [ 120.153725, 30.3800615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537798, 30.3801839 ], [ 120.1536133, 30.3801878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536133, 30.3801878 ], [ 120.1511428, 30.3802637 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1586672, 30.3798556 ], [ 120.1587072, 30.3804026 ], [ 120.1587286, 30.380649 ], [ 120.1588615, 30.3820942 ], [ 120.1589476, 30.3824609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1587783, 30.3824749 ], [ 120.1587383, 30.3823034 ], [ 120.1586144, 30.3812426 ], [ 120.1585677, 30.380678 ], [ 120.1585422, 30.3804165 ], [ 120.1585048, 30.3798643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "打石漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1049805, 30.3775016 ], [ 120.104976, 30.3776458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093657, 30.3777031 ], [ 120.1094027, 30.3775596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1095581, 30.3775667 ], [ 120.1094987, 30.3777063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1093657, 30.3777031 ], [ 120.1079764, 30.3776882 ], [ 120.1078094, 30.377686 ], [ 120.1053762, 30.3776545 ], [ 120.104976, 30.3776458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1094987, 30.3777063 ], [ 120.1093657, 30.3777031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "打石漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1048315, 30.3801694 ], [ 120.104847, 30.3798988 ], [ 120.1049023, 30.3789324 ], [ 120.104976, 30.3776458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "打石漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.104976, 30.3776458 ], [ 120.1049023, 30.3789324 ], [ 120.104847, 30.3798988 ], [ 120.1048315, 30.3801694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002631, 30.3804949 ], [ 120.1002672, 30.3799849 ], [ 120.1002757, 30.3786698 ], [ 120.1002745, 30.3786138 ], [ 120.1002587, 30.3779042 ], [ 120.1002285, 30.3778209 ], [ 120.1001775, 30.3776121 ], [ 120.1001258, 30.3774355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.100299, 30.3774485 ], [ 120.1003342, 30.3776067 ], [ 120.1003908, 30.3778226 ], [ 120.1004203, 30.3787251 ], [ 120.1004473, 30.3799927 ], [ 120.1004463, 30.380064 ], [ 120.1004403, 30.3805005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1086851, 30.3808015 ], [ 120.1087882, 30.3801115 ], [ 120.1090355, 30.379049 ], [ 120.1090795, 30.3788599 ], [ 120.1091249, 30.3786647 ], [ 120.1091803, 30.3783887 ], [ 120.1093657, 30.3777031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.120242, 30.3776223 ], [ 120.1202356, 30.3777497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132137, 30.3776888 ], [ 120.1130981, 30.3777085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1109499, 30.3776981 ], [ 120.1107537, 30.3776934 ], [ 120.1102102, 30.3776999 ], [ 120.1098159, 30.3776999 ], [ 120.1094987, 30.3777063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1130981, 30.3777085 ], [ 120.1109499, 30.3776981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1200887, 30.3777419 ], [ 120.1186497, 30.3777457 ], [ 120.1182676, 30.3777427 ], [ 120.1168863, 30.3777319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1202356, 30.3777497 ], [ 120.1200887, 30.3777419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1168863, 30.3777319 ], [ 120.1160451, 30.3777317 ], [ 120.1159128, 30.3777289 ], [ 120.1158079, 30.3777464 ], [ 120.1156769, 30.3778101 ], [ 120.1155638, 30.3778815 ], [ 120.1154805, 30.3779756 ], [ 120.1154348, 30.3780861 ], [ 120.1153995, 30.3781795 ], [ 120.1153885, 30.3782411 ], [ 120.1152879, 30.3785738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1150433, 30.3786554 ], [ 120.1150083, 30.3782892 ], [ 120.1149512, 30.3779965 ], [ 120.1149092, 30.3779265 ], [ 120.1148551, 30.3778644 ], [ 120.1147651, 30.3777918 ], [ 120.114675, 30.3777426 ], [ 120.1144708, 30.3777089 ], [ 120.1132137, 30.3776888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1098874, 30.3808434 ], [ 120.1100637, 30.3800262 ], [ 120.1100883, 30.3799033 ], [ 120.110199, 30.3793898 ], [ 120.1102642, 30.3791978 ], [ 120.1103662, 30.3789854 ], [ 120.1106806, 30.378309 ], [ 120.1107874, 30.3781089 ], [ 120.1109499, 30.3776981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1109499, 30.3776981 ], [ 120.1107874, 30.3781089 ], [ 120.1106806, 30.378309 ], [ 120.1103662, 30.3789854 ], [ 120.1102642, 30.3791978 ], [ 120.110199, 30.3793898 ], [ 120.1100883, 30.3799033 ], [ 120.1100637, 30.3800262 ], [ 120.1098874, 30.3808434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1094987, 30.3777063 ], [ 120.1093538, 30.3784368 ], [ 120.1092203, 30.3788872 ], [ 120.10886, 30.3808042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1048315, 30.3801694 ], [ 120.1048858, 30.3803288 ], [ 120.1049108, 30.3804047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1047154, 30.3804076 ], [ 120.1047837, 30.3802935 ], [ 120.1048315, 30.3801694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1047154, 30.3804076 ], [ 120.1048128, 30.3803921 ], [ 120.1049108, 30.3804047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1045631, 30.3805133 ], [ 120.1046291, 30.3804495 ], [ 120.1047154, 30.3804076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1049108, 30.3804047 ], [ 120.1049988, 30.380444 ], [ 120.1050672, 30.3805058 ], [ 120.1051088, 30.3805833 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1004403, 30.3805005 ], [ 120.1002631, 30.3804949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002631, 30.3804949 ], [ 120.1004403, 30.3805005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1042038, 30.3806322 ], [ 120.1024853, 30.3805721 ], [ 120.1016139, 30.3805416 ], [ 120.1004403, 30.3805005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1004403, 30.3805005 ], [ 120.1016139, 30.3805416 ], [ 120.1024853, 30.3805721 ], [ 120.1042038, 30.3806322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1042038, 30.3806322 ], [ 120.104406, 30.3805812 ], [ 120.1045631, 30.3805133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1051088, 30.3805833 ], [ 120.1052772, 30.3806458 ], [ 120.105444, 30.3806807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1045435, 30.3807598 ], [ 120.1045179, 30.3806773 ], [ 120.1045247, 30.380592 ], [ 120.1045631, 30.3805133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1051088, 30.3805833 ], [ 120.105119, 30.3806683 ], [ 120.1050967, 30.3807516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1045435, 30.3807598 ], [ 120.1043652, 30.3806869 ], [ 120.1042038, 30.3806322 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.105444, 30.3806807 ], [ 120.1052602, 30.3807192 ], [ 120.1050967, 30.3807516 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.105444, 30.3806807 ], [ 120.1072432, 30.3807478 ], [ 120.1075903, 30.3807607 ], [ 120.1086851, 30.3808015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1086851, 30.3808015 ], [ 120.1075903, 30.3807607 ], [ 120.1072432, 30.3807478 ], [ 120.105444, 30.3806807 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1086851, 30.3808015 ], [ 120.10886, 30.3808042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10886, 30.3808042 ], [ 120.1086851, 30.3808015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1050967, 30.3807516 ], [ 120.1050443, 30.3808241 ], [ 120.1049669, 30.3808784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1046788, 30.3808829 ], [ 120.1045992, 30.3808312 ], [ 120.1045435, 30.3807598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10886, 30.3808042 ], [ 120.1090683, 30.3808073 ], [ 120.1091353, 30.3808086 ], [ 120.1095125, 30.3808314 ], [ 120.1098874, 30.3808434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1098874, 30.3808434 ], [ 120.1095125, 30.3808314 ], [ 120.1091353, 30.3808086 ], [ 120.1090683, 30.3808073 ], [ 120.10886, 30.3808042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1049669, 30.3808784 ], [ 120.1048733, 30.3809079 ], [ 120.1047736, 30.3809095 ], [ 120.1046788, 30.3808829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1049669, 30.3808784 ], [ 120.1048314, 30.3810568 ], [ 120.1047732, 30.3812478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1047732, 30.3812478 ], [ 120.1047123, 30.3810098 ], [ 120.1046788, 30.3808829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002571, 30.3821063 ], [ 120.1002544, 30.3815783 ], [ 120.1002631, 30.3804949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1004403, 30.3805005 ], [ 120.1004319, 30.3811089 ], [ 120.1004303, 30.3812272 ], [ 120.1003998, 30.3821665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002571, 30.3821063 ], [ 120.1003998, 30.3821665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴家门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1132137, 30.3776888 ], [ 120.1131498, 30.3793513 ], [ 120.1131345, 30.3809721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴家门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113003, 30.3809649 ], [ 120.1130307, 30.3799057 ], [ 120.1130298, 30.3793548 ], [ 120.1130981, 30.3777085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113003, 30.3809649 ], [ 120.1118677, 30.3809232 ], [ 120.111523, 30.3809105 ], [ 120.1111646, 30.3808958 ], [ 120.1098874, 30.3808434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1098874, 30.3808434 ], [ 120.1111646, 30.3808958 ], [ 120.111523, 30.3809105 ], [ 120.1118677, 30.3809232 ], [ 120.113003, 30.3809649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1131345, 30.3809721 ], [ 120.113003, 30.3809649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "逸盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.113003, 30.3809649 ], [ 120.1131345, 30.3809721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1166565, 30.3857368 ], [ 120.1163646, 30.3850312 ], [ 120.116195, 30.3842324 ], [ 120.116182, 30.3838499 ], [ 120.1162472, 30.3834786 ], [ 120.1164037, 30.3829724 ], [ 120.1164542, 30.3828956 ], [ 120.1165361, 30.3827708 ], [ 120.1167349, 30.3824681 ], [ 120.1170688, 30.3819598 ], [ 120.1171087, 30.3818687 ], [ 120.1172905, 30.3814535 ], [ 120.1172905, 30.3811385 ], [ 120.1172905, 30.3801935 ], [ 120.1172905, 30.3801034 ], [ 120.1172383, 30.3795409 ], [ 120.1171228, 30.3789562 ], [ 120.1168863, 30.3777319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1168863, 30.3777319 ], [ 120.1171228, 30.3789562 ], [ 120.1172383, 30.3795409 ], [ 120.1172905, 30.3801034 ], [ 120.1172905, 30.3801935 ], [ 120.1172905, 30.3811385 ], [ 120.1172905, 30.3814535 ], [ 120.1171087, 30.3818687 ], [ 120.1170688, 30.3819598 ], [ 120.1167349, 30.3824681 ], [ 120.1165361, 30.3827708 ], [ 120.1164542, 30.3828956 ], [ 120.1164037, 30.3829724 ], [ 120.1162472, 30.3834786 ], [ 120.116182, 30.3838499 ], [ 120.116195, 30.3842324 ], [ 120.1163646, 30.3850312 ], [ 120.1166565, 30.3857368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1166565, 30.3857368 ], [ 120.117146, 30.3856773 ], [ 120.117754, 30.3855734 ], [ 120.1184036, 30.3854624 ], [ 120.118705, 30.3854109 ], [ 120.1191681, 30.3852112 ], [ 120.1196312, 30.3848872 ], [ 120.1199193, 30.3844034 ], [ 120.120017, 30.3841504 ], [ 120.1200479, 30.3834536 ], [ 120.1200408, 30.3827696 ], [ 120.1200325, 30.38198 ], [ 120.1200426, 30.381139 ], [ 120.1200541, 30.3801712 ], [ 120.1200625, 30.3794736 ], [ 120.1200685, 30.3789688 ], [ 120.1200887, 30.3777419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1202356, 30.3777497 ], [ 120.1202013, 30.3785437 ], [ 120.1201989, 30.3806354 ], [ 120.1201964, 30.3827699 ], [ 120.1201957, 30.383327 ], [ 120.1201783, 30.383955 ], [ 120.1201742, 30.3841013 ], [ 120.1200398, 30.3844907 ], [ 120.1198839, 30.3847967 ], [ 120.1195668, 30.3851305 ], [ 120.1191476, 30.3853995 ], [ 120.1185672, 30.3855988 ], [ 120.1177986, 30.3857379 ], [ 120.1169291, 30.3858767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002577, 30.3822198 ], [ 120.1002571, 30.3821063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "棕榈路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1003998, 30.3821665 ], [ 120.1003963, 30.3822748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1003963, 30.3822748 ], [ 120.1002577, 30.3822198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "打石漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1046744, 30.3834798 ], [ 120.1047053, 30.3827827 ], [ 120.1047281, 30.3822677 ], [ 120.1047621, 30.3814994 ], [ 120.1047732, 30.3812478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "打石漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1047732, 30.3812478 ], [ 120.1047621, 30.3814994 ], [ 120.1047281, 30.3822677 ], [ 120.1047053, 30.3827827 ], [ 120.1046744, 30.3834798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1080644, 30.3844935 ], [ 120.1082066, 30.3836825 ], [ 120.1082455, 30.383493 ], [ 120.1083599, 30.3828615 ], [ 120.1084374, 30.3824333 ], [ 120.1084647, 30.3822824 ], [ 120.1084756, 30.3822222 ], [ 120.1085975, 30.3813992 ], [ 120.1086337, 30.3812124 ], [ 120.1086851, 30.3808015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10886, 30.3808042 ], [ 120.1085855, 30.3823617 ], [ 120.1083817, 30.3835183 ], [ 120.108185, 30.3845285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1003998, 30.3821665 ], [ 120.1026102, 30.3828201 ], [ 120.1046744, 30.3834798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1046328, 30.3836204 ], [ 120.1003963, 30.3822748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "打石漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1046328, 30.3836204 ], [ 120.1046744, 30.3834798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1098874, 30.3808434 ], [ 120.1096764, 30.3822468 ], [ 120.1096402, 30.3824805 ], [ 120.1095907, 30.3827906 ], [ 120.1095766, 30.3828794 ], [ 120.1094522, 30.3836592 ], [ 120.1094405, 30.383736 ], [ 120.1092711, 30.38485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092711, 30.38485 ], [ 120.1094405, 30.383736 ], [ 120.1094522, 30.3836592 ], [ 120.1095766, 30.3828794 ], [ 120.1095907, 30.3827906 ], [ 120.1096402, 30.3824805 ], [ 120.1096764, 30.3822468 ], [ 120.1098874, 30.3808434 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴家门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1128411, 30.3857795 ], [ 120.1128587, 30.3853419 ], [ 120.1129093, 30.3841508 ], [ 120.1129475, 30.3825881 ], [ 120.1129595, 30.3823437 ], [ 120.113003, 30.3809649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴家门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1131345, 30.3809721 ], [ 120.1130944, 30.3823337 ], [ 120.1130886, 30.3825924 ], [ 120.113053, 30.3839573 ], [ 120.113016, 30.3849887 ], [ 120.1129874, 30.385787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092711, 30.38485 ], [ 120.1100641, 30.3851235 ], [ 120.1119186, 30.3856551 ], [ 120.1128411, 30.3857795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1128157, 30.3859408 ], [ 120.1124774, 30.3859304 ], [ 120.1118486, 30.3858237 ], [ 120.1107844, 30.3854853 ], [ 120.1104321, 30.3853651 ], [ 120.1092974, 30.3849779 ], [ 120.109243, 30.3849593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1128411, 30.3857795 ], [ 120.1129874, 30.385787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1129874, 30.385787 ], [ 120.1139612, 30.385837 ], [ 120.1159421, 30.3858237 ], [ 120.1166565, 30.3857368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1166565, 30.3857368 ], [ 120.1169291, 30.3858767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1169291, 30.3858767 ], [ 120.1166565, 30.3857368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "打石漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1046744, 30.3834798 ], [ 120.1046328, 30.3836204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1046744, 30.3834798 ], [ 120.1055225, 30.3837509 ], [ 120.1062472, 30.3839626 ], [ 120.1064505, 30.384022 ], [ 120.1080644, 30.3844935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1080355, 30.3846043 ], [ 120.1057162, 30.3839645 ], [ 120.1046328, 30.3836204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1080644, 30.3844935 ], [ 120.108185, 30.3845285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1080355, 30.3846043 ], [ 120.1080644, 30.3844935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.108185, 30.3845285 ], [ 120.1080355, 30.3846043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.108185, 30.3845285 ], [ 120.1083052, 30.3845634 ], [ 120.1085621, 30.384638 ], [ 120.1089227, 30.3847457 ], [ 120.1092711, 30.38485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.109243, 30.3849593 ], [ 120.1091929, 30.384944 ], [ 120.1089087, 30.3848571 ], [ 120.1085231, 30.3847388 ], [ 120.1080355, 30.3846043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1092711, 30.38485 ], [ 120.109243, 30.3849593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港虹东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.109243, 30.3849593 ], [ 120.1092711, 30.38485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.09178, 30.379666 ], [ 120.0913773, 30.3795325 ], [ 120.0906894, 30.3791894 ], [ 120.0899961, 30.3787768 ], [ 120.0887599, 30.3778633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.091898, 30.3795252 ], [ 120.0921024, 30.3795909 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.09178, 30.379666 ], [ 120.091898, 30.3795252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "博园路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0921024, 30.3795909 ], [ 120.0919399, 30.3797191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0919399, 30.3797191 ], [ 120.09178, 30.379666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0921024, 30.3795909 ], [ 120.0930086, 30.3799081 ], [ 120.0944919, 30.3803694 ], [ 120.0952442, 30.380601 ], [ 120.0967825, 30.3810745 ], [ 120.0976695, 30.3813293 ], [ 120.0982019, 30.3814855 ], [ 120.1002571, 30.3821063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1002577, 30.3822198 ], [ 120.1000911, 30.3821708 ], [ 120.0990778, 30.3818725 ], [ 120.0986869, 30.3817575 ], [ 120.098163, 30.3816163 ], [ 120.0977741, 30.3815121 ], [ 120.0975957, 30.381466 ], [ 120.0958436, 30.3809374 ], [ 120.0951772, 30.380734 ], [ 120.0929574, 30.3800565 ], [ 120.0919399, 30.3797191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勾陈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.099872, 30.392151 ], [ 120.0977583, 30.3920109 ], [ 120.0976076, 30.3919949 ], [ 120.0975495, 30.3920382 ], [ 120.0975177, 30.3921482 ], [ 120.0974278, 30.392459 ], [ 120.097397, 30.3931705 ], [ 120.0973548, 30.394142 ], [ 120.0973315, 30.3946801 ], [ 120.0972844, 30.3956079 ], [ 120.0971782, 30.3977005 ], [ 120.0971751, 30.3977625 ], [ 120.0971678, 30.3978603 ], [ 120.0971363, 30.3982847 ], [ 120.0971224, 30.3984717 ], [ 120.0971149, 30.398572 ], [ 120.0971149, 30.3991063 ], [ 120.0971149, 30.3991958 ], [ 120.097115, 30.3998581 ], [ 120.0971114, 30.3999529 ], [ 120.0971087, 30.4000231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勾陈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971087, 30.4000231 ], [ 120.0971114, 30.3999529 ], [ 120.097115, 30.3998581 ], [ 120.0971149, 30.3991958 ], [ 120.0971149, 30.3991063 ], [ 120.0971149, 30.398572 ], [ 120.0971224, 30.3984717 ], [ 120.0971363, 30.3982847 ], [ 120.0971678, 30.3978603 ], [ 120.0971751, 30.3977625 ], [ 120.0971782, 30.3977005 ], [ 120.0972844, 30.3956079 ], [ 120.0973315, 30.3946801 ], [ 120.0973548, 30.394142 ], [ 120.097397, 30.3931705 ], [ 120.0974278, 30.392459 ], [ 120.0975177, 30.3921482 ], [ 120.0975495, 30.3920382 ], [ 120.0976076, 30.3919949 ], [ 120.0977583, 30.3920109 ], [ 120.099872, 30.392151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970834, 30.4002988 ], [ 120.0965719, 30.4002863 ], [ 120.0964153, 30.4002795 ], [ 120.0961046, 30.4002659 ], [ 120.0951669, 30.400206 ], [ 120.0943225, 30.4001294 ], [ 120.093277, 30.3999979 ], [ 120.0915864, 30.3996738 ], [ 120.09007, 30.399254 ], [ 120.0893637, 30.3990115 ], [ 120.0883886, 30.3986599 ], [ 120.087276, 30.3981951 ], [ 120.0864228, 30.3977891 ], [ 120.0860114, 30.3975672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537798, 30.3801839 ], [ 120.1537983, 30.38204 ], [ 120.1537994, 30.3825367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536258, 30.3825372 ], [ 120.1536255, 30.3820505 ], [ 120.1536133, 30.3801878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1587783, 30.3824749 ], [ 120.1589476, 30.3824609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1589476, 30.3824609 ], [ 120.1587783, 30.3824749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537994, 30.3825367 ], [ 120.1549468, 30.3825337 ], [ 120.1563331, 30.3825131 ], [ 120.1564944, 30.3825106 ], [ 120.1568457, 30.3825082 ], [ 120.1585351, 30.3824803 ], [ 120.1587783, 30.3824749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1587783, 30.3824749 ], [ 120.1585351, 30.3824803 ], [ 120.1568457, 30.3825082 ], [ 120.1564944, 30.3825106 ], [ 120.1563331, 30.3825131 ], [ 120.1549468, 30.3825337 ], [ 120.1537994, 30.3825367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537994, 30.3825367 ], [ 120.1536258, 30.3825372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536258, 30.3825372 ], [ 120.1537994, 30.3825367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536258, 30.3825372 ], [ 120.1511185, 30.3825438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511185, 30.3825438 ], [ 120.1536258, 30.3825372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1264105, 30.3795262 ], [ 120.1265667, 30.3794883 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1265667, 30.3794883 ], [ 120.1265675, 30.379566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1265675, 30.379566 ], [ 120.1264105, 30.3795262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294762, 30.3795574 ], [ 120.1281774, 30.379577 ], [ 120.1265675, 30.379566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "龙腾街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329231, 30.3796378 ], [ 120.1301214, 30.3795881 ], [ 120.1294762, 30.3795574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1265468, 30.3839047 ], [ 120.1265376, 30.3837775 ], [ 120.1264496, 30.3809125 ], [ 120.1264214, 30.3800116 ], [ 120.1264188, 30.379845 ], [ 120.1264105, 30.3795262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1265675, 30.379566 ], [ 120.1265717, 30.3798334 ], [ 120.1265717, 30.3799884 ], [ 120.1265776, 30.3804854 ], [ 120.1266451, 30.3818393 ], [ 120.1267127, 30.3838741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1296501, 30.384046 ], [ 120.129557, 30.3815411 ], [ 120.1294738, 30.3799572 ], [ 120.1294711, 30.3797223 ], [ 120.1294762, 30.3795574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1294762, 30.3795574 ], [ 120.1294711, 30.3797223 ], [ 120.1294738, 30.3799572 ], [ 120.129557, 30.3815411 ], [ 120.1296501, 30.384046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1265468, 30.3839047 ], [ 120.1267127, 30.3838741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330567, 30.3841299 ], [ 120.133046, 30.3837162 ], [ 120.1330163, 30.3828263 ], [ 120.1329918, 30.3818076 ], [ 120.1329744, 30.3810833 ], [ 120.1329211, 30.3799601 ], [ 120.1329225, 30.3798635 ], [ 120.1329231, 30.3796378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330321, 30.3796383 ], [ 120.1330137, 30.3798652 ], [ 120.133013, 30.3799653 ], [ 120.1330916, 30.3824904 ], [ 120.1331443, 30.383449 ], [ 120.1331781, 30.3841354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.139736, 30.3796876 ], [ 120.1396179, 30.3800972 ], [ 120.1395348, 30.3803772 ], [ 120.1390828, 30.3819705 ], [ 120.1384723, 30.3840018 ], [ 120.1383759, 30.3843762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1382188, 30.384368 ], [ 120.1383397, 30.3838874 ], [ 120.1387764, 30.3823065 ], [ 120.1389303, 30.3818275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1330567, 30.3841299 ], [ 120.1331781, 30.3841354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1331781, 30.3841354 ], [ 120.1331835, 30.3842643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.133074, 30.3842708 ], [ 120.1330567, 30.3841299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1331781, 30.3841354 ], [ 120.1346075, 30.3841858 ], [ 120.1382188, 30.384368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1331835, 30.3842643 ], [ 120.133074, 30.3842708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1382188, 30.384368 ], [ 120.1383759, 30.3843762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425307, 30.3820721 ], [ 120.1389303, 30.3818275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1389303, 30.3818275 ], [ 120.1425307, 30.3820721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1443239, 30.3821565 ], [ 120.1437191, 30.3821266 ], [ 120.1425307, 30.3820721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425307, 30.3820721 ], [ 120.1437191, 30.3821266 ], [ 120.1443239, 30.3821565 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511185, 30.3825438 ], [ 120.1489225, 30.3825002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇文街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1489225, 30.3825002 ], [ 120.1511185, 30.3825438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾驾桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422708, 30.3846163 ], [ 120.1425307, 30.3820721 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾驾桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1425307, 30.3820721 ], [ 120.1422708, 30.3846163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511349, 30.3849817 ], [ 120.1511185, 30.3825438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511185, 30.3825438 ], [ 120.1511349, 30.3849817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1589476, 30.3824609 ], [ 120.1590156, 30.3827507 ], [ 120.1592775, 30.3840755 ], [ 120.159449, 30.3849426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592751, 30.3849464 ], [ 120.1591985, 30.3844939 ], [ 120.1589412, 30.383173 ], [ 120.1587783, 30.3824749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1537994, 30.3825367 ], [ 120.1538124, 30.3849891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536452, 30.38499 ], [ 120.1536258, 30.3825372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592751, 30.3849464 ], [ 120.159449, 30.3849426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538124, 30.3849891 ], [ 120.1544474, 30.3849767 ], [ 120.1546275, 30.3849755 ], [ 120.1552607, 30.3849712 ], [ 120.1563526, 30.3849637 ], [ 120.1563628, 30.3849637 ], [ 120.1564695, 30.384964 ], [ 120.1570001, 30.3849618 ], [ 120.1592751, 30.3849464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511349, 30.3849817 ], [ 120.1536452, 30.38499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536452, 30.38499 ], [ 120.153749, 30.3849903 ], [ 120.1538124, 30.3849891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159449, 30.3849426 ], [ 120.1594876, 30.3850693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592961, 30.3850703 ], [ 120.1592751, 30.3849464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1267127, 30.3838741 ], [ 120.1296501, 30.384046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1267127, 30.3838741 ], [ 120.1266412, 30.3840789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "下塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1266412, 30.3840789 ], [ 120.1265468, 30.3839047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1296501, 30.384046 ], [ 120.1330567, 30.3841299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1296501, 30.384046 ], [ 120.1296549, 30.3841747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1296549, 30.3841747 ], [ 120.1296501, 30.384046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1296549, 30.3841747 ], [ 120.1266412, 30.3840789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.133074, 30.3842708 ], [ 120.1296549, 30.3841747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1296549, 30.3841747 ], [ 120.1295816, 30.3869545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里扬路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1295816, 30.3869545 ], [ 120.1296549, 30.3841747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1383759, 30.3843762 ], [ 120.1391689, 30.3844178 ], [ 120.1399898, 30.3844443 ], [ 120.1405262, 30.3844609 ], [ 120.1422708, 30.3846163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422551, 30.3847546 ], [ 120.1416682, 30.3847006 ], [ 120.1409466, 30.3846342 ], [ 120.1406047, 30.3846028 ], [ 120.1399676, 30.3845689 ], [ 120.1391383, 30.3845589 ], [ 120.1386511, 30.3845516 ], [ 120.1383301, 30.3845305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾驾桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422551, 30.3847546 ], [ 120.1422708, 30.3846163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾驾桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422708, 30.3846163 ], [ 120.1422551, 30.3847546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422708, 30.3846163 ], [ 120.1428537, 30.3846556 ], [ 120.1432791, 30.3846809 ], [ 120.1438263, 30.3847213 ], [ 120.1453723, 30.3848388 ], [ 120.145823, 30.3848731 ], [ 120.1467418, 30.3849462 ], [ 120.1473363, 30.3849703 ], [ 120.1478933, 30.3849909 ], [ 120.1485282, 30.3849909 ], [ 120.149084, 30.3849906 ], [ 120.149593, 30.3849884 ], [ 120.1511349, 30.3849817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511186, 30.3851207 ], [ 120.1497544, 30.3851206 ], [ 120.1485041, 30.3851263 ], [ 120.1478845, 30.3851203 ], [ 120.1472545, 30.3851128 ], [ 120.1469331, 30.3850929 ], [ 120.146585, 30.3850713 ], [ 120.145595, 30.3849843 ], [ 120.1453616, 30.3849675 ], [ 120.1452972, 30.3849628 ], [ 120.1437578, 30.3848515 ], [ 120.1425393, 30.3847714 ], [ 120.1422551, 30.3847546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511186, 30.3851207 ], [ 120.1511349, 30.3849817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511349, 30.3849817 ], [ 120.1511186, 30.3851207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾驾桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1422551, 30.3847546 ], [ 120.1421636, 30.3854876 ], [ 120.1418978, 30.3876161 ], [ 120.1418909, 30.3876713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾驾桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1418909, 30.3876713 ], [ 120.1418978, 30.3876161 ], [ 120.1421636, 30.3854876 ], [ 120.1422551, 30.3847546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538124, 30.3849891 ], [ 120.1538131, 30.3851207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536462, 30.3851208 ], [ 120.1536452, 30.38499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594876, 30.3850693 ], [ 120.1592961, 30.3850703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1592961, 30.3850703 ], [ 120.1582754, 30.3850807 ], [ 120.157339, 30.3850902 ], [ 120.1569879, 30.3850928 ], [ 120.1564541, 30.3850997 ], [ 120.1563645, 30.3851 ], [ 120.1540874, 30.3851185 ], [ 120.1538131, 30.3851207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538131, 30.3851207 ], [ 120.1537978, 30.3851208 ], [ 120.1536462, 30.3851208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1536462, 30.3851208 ], [ 120.1536332, 30.3851208 ], [ 120.1531255, 30.3851208 ], [ 120.1523852, 30.3851208 ], [ 120.1511186, 30.3851207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1594876, 30.3850693 ], [ 120.1595132, 30.3859613 ], [ 120.1595334, 30.3866657 ], [ 120.159555, 30.3874208 ], [ 120.1595433, 30.3877268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593667, 30.387733 ], [ 120.1593571, 30.3872512 ], [ 120.1593182, 30.3852931 ], [ 120.1592961, 30.3850703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "向阳路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1538131, 30.3851207 ], [ 120.153828, 30.3879158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.153828, 30.3879158 ], [ 120.1536727, 30.3877582 ], [ 120.1536462, 30.3851208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1381587, 30.3845192 ], [ 120.1331835, 30.3842643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1381587, 30.3845192 ], [ 120.1382188, 30.384368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1383759, 30.3843762 ], [ 120.1383301, 30.3845305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1383301, 30.3845305 ], [ 120.1381587, 30.3845192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1331835, 30.3842643 ], [ 120.1331282, 30.3854303 ], [ 120.1330781, 30.38698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丽水北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1329685, 30.38698 ], [ 120.1330282, 30.3854407 ], [ 120.133074, 30.3842708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1356121, 30.3948905 ], [ 120.1356728, 30.3944624 ], [ 120.135703, 30.394249 ], [ 120.1360029, 30.3922408 ], [ 120.1361987, 30.3913157 ], [ 120.1363304, 30.3908506 ], [ 120.1364958, 30.3902669 ], [ 120.1365669, 30.3900158 ], [ 120.1370468, 30.3884615 ], [ 120.1371901, 30.3880438 ], [ 120.1374569, 30.3871103 ], [ 120.1379757, 30.3852903 ], [ 120.1381587, 30.3845192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1383301, 30.3845305 ], [ 120.1377784, 30.3864616 ], [ 120.1371768, 30.3884892 ], [ 120.1365353, 30.3906502 ], [ 120.1364789, 30.3908524 ], [ 120.1363249, 30.3914053 ], [ 120.1362955, 30.3915601 ], [ 120.1360724, 30.392734 ], [ 120.1357778, 30.3947961 ], [ 120.1357588, 30.3949339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1320667, 30.3945785 ], [ 120.1355773, 30.3948874 ], [ 120.1356121, 30.3948905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135587, 30.3950676 ], [ 120.1355626, 30.395065 ], [ 120.1320391, 30.3946999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511186, 30.3851207 ], [ 120.1511588, 30.3880152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇昌路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511588, 30.3880152 ], [ 120.1511186, 30.3851207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511588, 30.3880152 ], [ 120.1499035, 30.3880333 ], [ 120.1490666, 30.388019 ], [ 120.1482498, 30.3879703 ], [ 120.1477912, 30.387945 ], [ 120.1451243, 30.3878213 ], [ 120.1418909, 30.3876713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1418909, 30.3876713 ], [ 120.1451243, 30.3878213 ], [ 120.1477912, 30.387945 ], [ 120.1482498, 30.3879703 ], [ 120.1490666, 30.388019 ], [ 120.1499035, 30.3880333 ], [ 120.1511588, 30.3880152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾驾桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406043, 30.3996678 ], [ 120.1407251, 30.3988134 ], [ 120.1407917, 30.398342 ], [ 120.1408654, 30.3975296 ], [ 120.1408986, 30.3971643 ], [ 120.1409392, 30.3967757 ], [ 120.1409774, 30.3964099 ], [ 120.1410054, 30.3961413 ], [ 120.141014, 30.3960468 ], [ 120.1411005, 30.3949946 ], [ 120.1411774, 30.3943259 ], [ 120.1413153, 30.3931268 ], [ 120.1414367, 30.3919927 ], [ 120.1414589, 30.3917848 ], [ 120.1415175, 30.3912371 ], [ 120.1415235, 30.391174 ], [ 120.1417433, 30.389091 ], [ 120.1417956, 30.3886059 ], [ 120.1418909, 30.3876713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾驾桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1418909, 30.3876713 ], [ 120.1417956, 30.3886059 ], [ 120.1417433, 30.389091 ], [ 120.1415235, 30.391174 ], [ 120.1415175, 30.3912371 ], [ 120.1414589, 30.3917848 ], [ 120.1414367, 30.3919927 ], [ 120.1413153, 30.3931268 ], [ 120.1411774, 30.3943259 ], [ 120.1411005, 30.3949946 ], [ 120.141014, 30.3960468 ], [ 120.1410054, 30.3961413 ], [ 120.1409774, 30.3964099 ], [ 120.1409392, 30.3967757 ], [ 120.1408986, 30.3971643 ], [ 120.1408654, 30.3975296 ], [ 120.1407917, 30.398342 ], [ 120.1407251, 30.3988134 ], [ 120.1406043, 30.3996678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1405858, 30.3997803 ], [ 120.1406043, 30.3996678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406043, 30.3996678 ], [ 120.1405858, 30.3997803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "运河路", "疏港公路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1406043, 30.3996678 ], [ 120.1444934, 30.3995716 ], [ 120.1445832, 30.3995707 ], [ 120.1477702, 30.3995397 ], [ 120.1482295, 30.3995352 ], [ 120.1494862, 30.3995133 ], [ 120.1502038, 30.3994974 ], [ 120.1507139, 30.3995303 ], [ 120.1513678, 30.3995782 ], [ 120.1520647, 30.3996724 ], [ 120.1529571, 30.3998531 ], [ 120.154238, 30.4001298 ], [ 120.1545778, 30.4002043 ], [ 120.1578595, 30.4008727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "运河路", "疏港公路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1578561, 30.4010799 ], [ 120.1549183, 30.4004749 ], [ 120.1543789, 30.4003356 ], [ 120.1538075, 30.4002062 ], [ 120.1525386, 30.3999445 ], [ 120.151933, 30.3998409 ], [ 120.1512645, 30.399762 ], [ 120.1506671, 30.3997158 ], [ 120.1498664, 30.3996729 ], [ 120.1481972, 30.399716 ], [ 120.1477212, 30.3997193 ], [ 120.1444769, 30.3997555 ], [ 120.1405858, 30.3997803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.099872, 30.392151 ], [ 120.0999818, 30.3912274 ], [ 120.1001095, 30.3901531 ], [ 120.1001765, 30.3896493 ], [ 120.1002403, 30.3891689 ], [ 120.1002585, 30.3885443 ], [ 120.1002646, 30.3883369 ], [ 120.1002699, 30.3846291 ], [ 120.1002659, 30.3838443 ], [ 120.1002577, 30.3822198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1003963, 30.3822748 ], [ 120.1004488, 30.3842014 ], [ 120.1004595, 30.3845939 ], [ 120.1004404, 30.3869428 ], [ 120.1004283, 30.3884376 ], [ 120.100424, 30.3885444 ], [ 120.1004043, 30.389036 ], [ 120.1003469, 30.389715 ], [ 120.1002397, 30.3905675 ], [ 120.1001819, 30.3910274 ], [ 120.1001579, 30.3912332 ], [ 120.1001027, 30.3917055 ], [ 120.1000484, 30.3921706 ], [ 120.0999194, 30.3932744 ], [ 120.0998017, 30.3942823 ], [ 120.0996765, 30.3953534 ], [ 120.0996174, 30.3958593 ], [ 120.0995974, 30.3960076 ], [ 120.0993561, 30.397801 ], [ 120.0991604, 30.3992555 ], [ 120.0991135, 30.3996044 ], [ 120.0990709, 30.3999629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0989248, 30.3999728 ], [ 120.099023, 30.3992017 ], [ 120.0991621, 30.398109 ], [ 120.0991988, 30.3977938 ], [ 120.0993674, 30.396344 ], [ 120.0994202, 30.39589 ], [ 120.0994418, 30.395704 ], [ 120.0996167, 30.3942717 ], [ 120.0997387, 30.393273 ], [ 120.099872, 30.392151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011569, 30.3997084 ], [ 120.1020232, 30.3994905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990709, 30.3999629 ], [ 120.0995577, 30.399919 ], [ 120.1000005, 30.3998669 ], [ 120.1006606, 30.3997795 ], [ 120.1011569, 30.3997084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0989248, 30.3999728 ], [ 120.0990709, 30.3999629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1021307, 30.3998725 ], [ 120.1017376, 30.3999231 ], [ 120.1011291, 30.4000161 ], [ 120.1004676, 30.4000857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990709, 30.3999629 ], [ 120.0990322, 30.4002492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.098884, 30.4002554 ], [ 120.0989248, 30.3999728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1004676, 30.4000857 ], [ 120.0995737, 30.4002026 ], [ 120.0990322, 30.4002492 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴家门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1128157, 30.3859408 ], [ 120.1128411, 30.3857795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "吴家门路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1129874, 30.385787 ], [ 120.1129751, 30.3859457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1169291, 30.3858767 ], [ 120.1164335, 30.3859558 ], [ 120.114504, 30.3859929 ], [ 120.1139269, 30.3859751 ], [ 120.1129751, 30.3859457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "储运路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1129751, 30.3859457 ], [ 120.1128157, 30.3859408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1169291, 30.3858767 ], [ 120.1175051, 30.3864186 ], [ 120.1178144, 30.3867184 ], [ 120.117831, 30.3867338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.117831, 30.3867338 ], [ 120.1178144, 30.3867184 ], [ 120.1175051, 30.3864186 ], [ 120.1169291, 30.3858767 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011569, 30.3997084 ], [ 120.1050008, 30.399134 ], [ 120.105198, 30.3991037 ], [ 120.1064086, 30.3989315 ], [ 120.1076232, 30.3987923 ], [ 120.1083276, 30.3987437 ], [ 120.1095335, 30.3987437 ], [ 120.110375, 30.3987853 ], [ 120.1119903, 30.3988652 ], [ 120.1174787, 30.3991277 ], [ 120.1218683, 30.3993367 ], [ 120.1265227, 30.3995311 ], [ 120.1292593, 30.3996676 ], [ 120.129543, 30.3996817 ], [ 120.1315748, 30.3997504 ], [ 120.1325182, 30.3997352 ], [ 120.1335423, 30.3997393 ], [ 120.1349243, 30.3997449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1349199, 30.3998648 ], [ 120.1323177, 30.3998566 ], [ 120.1309008, 30.3998521 ], [ 120.1308498, 30.3998519 ], [ 120.1295233, 30.3997951 ], [ 120.1292559, 30.3997836 ], [ 120.127715, 30.3997176 ], [ 120.1230235, 30.3995223 ], [ 120.1182399, 30.3993087 ], [ 120.113888, 30.3990707 ], [ 120.1119824, 30.3989884 ], [ 120.1096493, 30.3988876 ], [ 120.1084687, 30.398916 ], [ 120.1082951, 30.398921 ], [ 120.1079272, 30.3989497 ], [ 120.1074399, 30.398978 ], [ 120.1064208, 30.3991659 ], [ 120.1050371, 30.3993886 ], [ 120.104343, 30.3995221 ], [ 120.1014261, 30.3999356 ], [ 120.1004676, 30.4000857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "银杏路", "紫藤路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118138, 30.4183879 ], [ 120.1117965, 30.4173248 ], [ 120.1118295, 30.4160892 ], [ 120.1118789, 30.415933 ], [ 120.1119942, 30.4158549 ], [ 120.1135987, 30.4158481 ], [ 120.1153374, 30.4158407 ], [ 120.1156077, 30.4158405 ], [ 120.1179735, 30.4158386 ], [ 120.1182829, 30.4158384 ], [ 120.1228419, 30.4158346 ], [ 120.1240119, 30.4158336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "银杏路", "紫藤路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240119, 30.4158336 ], [ 120.1228419, 30.4158346 ], [ 120.1182829, 30.4158384 ], [ 120.1179735, 30.4158386 ], [ 120.1156077, 30.4158405 ], [ 120.1153374, 30.4158407 ], [ 120.1135987, 30.4158481 ], [ 120.1119942, 30.4158549 ], [ 120.1118789, 30.415933 ], [ 120.1118295, 30.4160892 ], [ 120.1117965, 30.4173248 ], [ 120.1118138, 30.4183879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971087, 30.4000231 ], [ 120.0976113, 30.4000303 ], [ 120.0989248, 30.3999728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勾陈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970834, 30.4002988 ], [ 120.0971087, 30.4000231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勾陈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0971087, 30.4000231 ], [ 120.0970834, 30.4002988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.098884, 30.4002554 ], [ 120.0970834, 30.4002988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0902432, 30.4057713 ], [ 120.0901463, 30.4056475 ], [ 120.0898864, 30.405555 ], [ 120.0895258, 30.4054514 ], [ 120.0893552, 30.4054114 ], [ 120.0883589, 30.4052166 ], [ 120.0869893, 30.4050727 ], [ 120.0861752, 30.4050103 ], [ 120.0859548, 30.4049627 ], [ 120.0858299, 30.4049067 ], [ 120.0857286, 30.4048427 ], [ 120.0856458, 30.404711 ], [ 120.0853889, 30.4035284 ], [ 120.0853683, 30.4031546 ], [ 120.0854275, 30.4025018 ], [ 120.0857659, 30.4001947 ], [ 120.0857631, 30.400031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857631, 30.400031 ], [ 120.0857659, 30.4001947 ], [ 120.0854275, 30.4025018 ], [ 120.0853683, 30.4031546 ], [ 120.0853889, 30.4035284 ], [ 120.0856458, 30.404711 ], [ 120.0857286, 30.4048427 ], [ 120.0858299, 30.4049067 ], [ 120.0859548, 30.4049627 ], [ 120.0861752, 30.4050103 ], [ 120.0869893, 30.4050727 ], [ 120.0883589, 30.4052166 ], [ 120.0893552, 30.4054114 ], [ 120.0895258, 30.4054514 ], [ 120.0898864, 30.405555 ], [ 120.0901463, 30.4056475 ], [ 120.0902432, 30.4057713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勾陈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0902432, 30.4057713 ], [ 120.0903737, 30.4055349 ], [ 120.0905935, 30.4053033 ], [ 120.0908271, 30.405111 ], [ 120.0910638, 30.4049657 ], [ 120.0913064, 30.4048593 ], [ 120.0915606, 30.4047989 ], [ 120.0916225, 30.4047993 ], [ 120.0920505, 30.404807 ], [ 120.0922325, 30.4048085 ], [ 120.0923475, 30.4047822 ], [ 120.0924348, 30.4047072 ], [ 120.0928555, 30.4040307 ], [ 120.0929869, 30.4039797 ], [ 120.0941439, 30.4038554 ], [ 120.0945624, 30.4038518 ], [ 120.0953961, 30.4038357 ], [ 120.095603, 30.4038317 ], [ 120.096044, 30.4038232 ], [ 120.0964772, 30.4037194 ], [ 120.0966938, 30.4035637 ], [ 120.0968021, 30.4034392 ], [ 120.0968502, 30.4031694 ], [ 120.0969309, 30.4022556 ], [ 120.0969473, 30.4020698 ], [ 120.0970834, 30.4002988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "勾陈线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0970834, 30.4002988 ], [ 120.0969473, 30.4020698 ], [ 120.0969309, 30.4022556 ], [ 120.0968502, 30.4031694 ], [ 120.0968021, 30.4034392 ], [ 120.0966938, 30.4035637 ], [ 120.0964772, 30.4037194 ], [ 120.096044, 30.4038232 ], [ 120.095603, 30.4038317 ], [ 120.0953961, 30.4038357 ], [ 120.0945624, 30.4038518 ], [ 120.0941439, 30.4038554 ], [ 120.0929869, 30.4039797 ], [ 120.0928555, 30.4040307 ], [ 120.0924348, 30.4047072 ], [ 120.0923475, 30.4047822 ], [ 120.0922325, 30.4048085 ], [ 120.0920505, 30.404807 ], [ 120.0916225, 30.4047993 ], [ 120.0915606, 30.4047989 ], [ 120.0913064, 30.4048593 ], [ 120.0910638, 30.4049657 ], [ 120.0908271, 30.405111 ], [ 120.0905935, 30.4053033 ], [ 120.0903737, 30.4055349 ], [ 120.0902432, 30.4057713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0969987, 30.4158266 ], [ 120.0971671, 30.4143997 ], [ 120.0972303, 30.4138644 ], [ 120.0972847, 30.4134035 ], [ 120.0975189, 30.4112817 ], [ 120.0975494, 30.4109842 ], [ 120.0977066, 30.4095655 ], [ 120.0979771, 30.4077714 ], [ 120.0983416, 30.4048333 ], [ 120.0985364, 30.4032262 ], [ 120.0986646, 30.4021685 ], [ 120.0987361, 30.401579 ], [ 120.098884, 30.4002554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西南山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0896266, 30.4189306 ], [ 120.0897676, 30.4186989 ], [ 120.0899458, 30.4176335 ], [ 120.0899872, 30.4173862 ], [ 120.090368, 30.4151097 ], [ 120.0903995, 30.4126199 ], [ 120.0904014, 30.4124697 ], [ 120.0904181, 30.412133 ], [ 120.0904275, 30.4119435 ], [ 120.0904529, 30.4114333 ], [ 120.090452, 30.4112817 ], [ 120.0904452, 30.4101525 ], [ 120.0904373, 30.4088413 ], [ 120.0904357, 30.4085756 ], [ 120.090373, 30.4067457 ], [ 120.090353, 30.4061644 ], [ 120.0903499, 30.4060733 ], [ 120.0902812, 30.405866 ], [ 120.0902432, 30.4057713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西南山南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0902432, 30.4057713 ], [ 120.0902812, 30.405866 ], [ 120.0903499, 30.4060733 ], [ 120.090353, 30.4061644 ], [ 120.090373, 30.4067457 ], [ 120.0904357, 30.4085756 ], [ 120.0904373, 30.4088413 ], [ 120.0904452, 30.4101525 ], [ 120.090452, 30.4112817 ], [ 120.0904529, 30.4114333 ], [ 120.0904275, 30.4119435 ], [ 120.0904181, 30.412133 ], [ 120.0904014, 30.4124697 ], [ 120.0903995, 30.4126199 ], [ 120.090368, 30.4151097 ], [ 120.0899872, 30.4173862 ], [ 120.0899458, 30.4176335 ], [ 120.0897676, 30.4186989 ], [ 120.0896266, 30.4189306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0945957, 30.4146693 ], [ 120.0944279, 30.4158233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0944279, 30.4158233 ], [ 120.0945957, 30.4146693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0920139, 30.4157449 ], [ 120.0920948, 30.4149158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0920948, 30.4149158 ], [ 120.0920139, 30.4157449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0920139, 30.4157449 ], [ 120.0924232, 30.415762 ], [ 120.0944279, 30.4158233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0944279, 30.4158233 ], [ 120.0924232, 30.415762 ], [ 120.0920139, 30.4157449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0969987, 30.4158266 ], [ 120.0944279, 30.4158233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0944279, 30.4158233 ], [ 120.0969987, 30.4158266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0944279, 30.4158233 ], [ 120.0942858, 30.4171144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990322, 30.4002492 ], [ 120.098884, 30.4002554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0990322, 30.4002492 ], [ 120.0989342, 30.4012794 ], [ 120.0988418, 30.4021787 ], [ 120.0987408, 30.4031617 ], [ 120.0986991, 30.403567 ], [ 120.0984132, 30.4057718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10111, 30.4056385 ], [ 120.1013804, 30.4032247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1013804, 30.4032247 ], [ 120.10111, 30.4056385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10111, 30.4056385 ], [ 120.1019662, 30.4055961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1019662, 30.4055961 ], [ 120.10111, 30.4056385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0984132, 30.4057718 ], [ 120.10111, 30.4056385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.10111, 30.4056385 ], [ 120.0984132, 30.4057718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "桂丰路", "新区路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070134, 30.4291197 ], [ 120.1069973, 30.428942 ], [ 120.1068274, 30.4266024 ], [ 120.106683, 30.4253245 ], [ 120.1066788, 30.4251488 ], [ 120.1067977, 30.4248705 ], [ 120.1075917, 30.4230874 ], [ 120.1077523, 30.4227555 ], [ 120.1078098, 30.4226366 ], [ 120.1078968, 30.4224569 ], [ 120.1079598, 30.4223378 ], [ 120.1081735, 30.4218681 ], [ 120.1083645, 30.4216996 ], [ 120.1085429, 30.4216557 ], [ 120.1086915, 30.4216484 ], [ 120.1099314, 30.4216704 ], [ 120.111805, 30.4216484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "桂丰路", "新区路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.111805, 30.4216484 ], [ 120.1099314, 30.4216704 ], [ 120.1086915, 30.4216484 ], [ 120.1085429, 30.4216557 ], [ 120.1083645, 30.4216996 ], [ 120.1081735, 30.4218681 ], [ 120.1079598, 30.4223378 ], [ 120.1078968, 30.4224569 ], [ 120.1078098, 30.4226366 ], [ 120.1077523, 30.4227555 ], [ 120.1075917, 30.4230874 ], [ 120.1067977, 30.4248705 ], [ 120.1066788, 30.4251488 ], [ 120.106683, 30.4253245 ], [ 120.1068274, 30.4266024 ], [ 120.1069973, 30.428942 ], [ 120.1070134, 30.4291197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0942858, 30.4171144 ], [ 120.0944279, 30.4158233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0968055, 30.4172612 ], [ 120.0969628, 30.4161302 ], [ 120.0969898, 30.4159017 ], [ 120.0969987, 30.4158266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0968055, 30.4172612 ], [ 120.0942858, 30.4171144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0942858, 30.4171144 ], [ 120.0968055, 30.4172612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0920139, 30.4157449 ], [ 120.0916957, 30.4190066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0916957, 30.4190066 ], [ 120.0920139, 30.4157449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0940848, 30.4188729 ], [ 120.0942858, 30.4171144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0942858, 30.4171144 ], [ 120.0940848, 30.4188729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0964094, 30.4204282 ], [ 120.0965229, 30.4193749 ], [ 120.0965841, 30.4188529 ], [ 120.0968055, 30.4172612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西南山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0964094, 30.4204282 ], [ 120.0933924, 30.4201681 ], [ 120.0921697, 30.4200205 ], [ 120.0920853, 30.4199982 ], [ 120.0915145, 30.4198471 ], [ 120.0912482, 30.4197766 ], [ 120.0904357, 30.4195615 ], [ 120.0901439, 30.4193691 ], [ 120.0898177, 30.4190878 ], [ 120.0896266, 30.4189306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西南山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0896266, 30.4189306 ], [ 120.0898177, 30.4190878 ], [ 120.0901439, 30.4193691 ], [ 120.0904357, 30.4195615 ], [ 120.0912482, 30.4197766 ], [ 120.0915145, 30.4198471 ], [ 120.0920853, 30.4199982 ], [ 120.0921697, 30.4200205 ], [ 120.0933924, 30.4201681 ], [ 120.0964094, 30.4204282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0984132, 30.4057718 ], [ 120.0982953, 30.4066811 ], [ 120.0982322, 30.4071677 ], [ 120.0979149, 30.4097732 ], [ 120.0977567, 30.4110547 ], [ 120.0976909, 30.4115852 ], [ 120.0973661, 30.414379 ], [ 120.0971883, 30.4159077 ], [ 120.0971834, 30.41595 ], [ 120.0971167, 30.4164877 ], [ 120.0967924, 30.4188866 ], [ 120.0967304, 30.4194136 ], [ 120.0966872, 30.419701 ], [ 120.0965835, 30.4204367 ], [ 120.096486, 30.4211931 ], [ 120.0964059, 30.4214974 ], [ 120.0962841, 30.4217379 ], [ 120.0958284, 30.4227651 ], [ 120.0955691, 30.4233679 ], [ 120.0948136, 30.4251241 ], [ 120.0946275, 30.4255567 ], [ 120.0937972, 30.4275173 ], [ 120.0935769, 30.4280376 ], [ 120.0932972, 30.428641 ], [ 120.0926526, 30.4300318 ], [ 120.0923138, 30.4308104 ], [ 120.0920856, 30.4313347 ], [ 120.0918876, 30.4317897 ], [ 120.0914594, 30.4327735 ], [ 120.0914495, 30.432797 ], [ 120.0913955, 30.4329275 ], [ 120.0903105, 30.4355504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0902488, 30.4355186 ], [ 120.0917697, 30.431898 ], [ 120.0922309, 30.4308242 ], [ 120.0925769, 30.4300187 ], [ 120.0934656, 30.4279819 ], [ 120.0934993, 30.4279026 ], [ 120.0939862, 30.4267577 ], [ 120.0950533, 30.424248 ], [ 120.0959955, 30.4220677 ], [ 120.0961747, 30.4216461 ], [ 120.096266, 30.4213789 ], [ 120.0962812, 30.4213344 ], [ 120.0963397, 30.4211057 ], [ 120.0964094, 30.4204282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903105, 30.4355504 ], [ 120.0902488, 30.4355186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0902488, 30.4355186 ], [ 120.0903105, 30.4355504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.095427, 30.4370018 ], [ 120.0947192, 30.4371172 ], [ 120.0939732, 30.4370678 ], [ 120.0935524, 30.4369358 ], [ 120.0903105, 30.4355504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903105, 30.4355504 ], [ 120.0935524, 30.4369358 ], [ 120.0939732, 30.4370678 ], [ 120.0947192, 30.4371172 ], [ 120.095427, 30.4370018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0872446, 30.4422579 ], [ 120.087306, 30.4420869 ], [ 120.088102, 30.4404598 ], [ 120.0887257, 30.4389246 ], [ 120.0889153, 30.4384704 ], [ 120.0894378, 30.4373224 ], [ 120.0901284, 30.4358049 ], [ 120.0902488, 30.4355186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0903105, 30.4355504 ], [ 120.0892996, 30.4378724 ], [ 120.0890154, 30.4385257 ], [ 120.0888276, 30.438957 ], [ 120.0886485, 30.4393679 ], [ 120.0882794, 30.4402147 ], [ 120.0882156, 30.4403611 ], [ 120.0879638, 30.4409391 ], [ 120.0874416, 30.4421091 ], [ 120.0873625, 30.4422959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0872446, 30.4422579 ], [ 120.0873625, 30.4422959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118138, 30.4183879 ], [ 120.114246, 30.4183927 ], [ 120.1154732, 30.4183952 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1154732, 30.4183952 ], [ 120.114246, 30.4183927 ], [ 120.1118138, 30.4183879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫藤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1118138, 30.4183879 ], [ 120.1118295, 30.4193487 ], [ 120.1118249, 30.419775 ], [ 120.1118168, 30.4204366 ], [ 120.111805, 30.4216484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫藤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.111805, 30.4216484 ], [ 120.1118168, 30.4204366 ], [ 120.1118249, 30.419775 ], [ 120.1118295, 30.4193487 ], [ 120.1118138, 30.4183879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桂丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239903, 30.4216358 ], [ 120.1232771, 30.4216337 ], [ 120.1223901, 30.4216416 ], [ 120.1221232, 30.4216462 ], [ 120.120067, 30.4216447 ], [ 120.1199139, 30.4216432 ], [ 120.1178208, 30.4216228 ], [ 120.1160949, 30.4216462 ], [ 120.1151309, 30.4216557 ], [ 120.1127466, 30.4216374 ], [ 120.111805, 30.4216484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桂丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.111805, 30.4216484 ], [ 120.1127466, 30.4216374 ], [ 120.1151309, 30.4216557 ], [ 120.1160949, 30.4216462 ], [ 120.1178208, 30.4216228 ], [ 120.1199139, 30.4216432 ], [ 120.120067, 30.4216447 ], [ 120.1221232, 30.4216462 ], [ 120.1223901, 30.4216416 ], [ 120.1232771, 30.4216337 ], [ 120.1239903, 30.4216358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫藤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.111805, 30.4216484 ], [ 120.1117917, 30.4291367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫藤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117917, 30.4291367 ], [ 120.111805, 30.4216484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117917, 30.4291367 ], [ 120.1120341, 30.4291376 ], [ 120.112415, 30.4291389 ], [ 120.1135746, 30.4291431 ], [ 120.1149193, 30.429478 ], [ 120.1152402, 30.4294739 ], [ 120.1153587, 30.4294731 ], [ 120.1155645, 30.4294716 ], [ 120.1156393, 30.4294711 ], [ 120.1159376, 30.429469 ], [ 120.1160842, 30.4294679 ], [ 120.1162827, 30.4294665 ], [ 120.1163793, 30.4294658 ], [ 120.1167959, 30.4294628 ], [ 120.1170004, 30.4294613 ], [ 120.1171983, 30.4294599 ], [ 120.1174784, 30.4294579 ], [ 120.1174952, 30.4294578 ], [ 120.1175405, 30.4294606 ], [ 120.1176531, 30.4294675 ], [ 120.1177572, 30.4295062 ], [ 120.1178788, 30.4295465 ], [ 120.1179548, 30.4296092 ], [ 120.117973, 30.4296307 ], [ 120.1180544, 30.4297641 ], [ 120.1188612, 30.4312823 ], [ 120.1189549, 30.4314587 ], [ 120.1192304, 30.4321787 ], [ 120.1192543, 30.4322412 ], [ 120.119273, 30.432451 ], [ 120.1191139, 30.433282 ], [ 120.118749, 30.4340887 ], [ 120.1187022, 30.4343227 ], [ 120.1187187, 30.4345572 ], [ 120.1187344, 30.4346779 ], [ 120.1187397, 30.4347273 ], [ 120.118789, 30.4352984 ], [ 120.1188939, 30.4353991 ], [ 120.1197774, 30.43551 ], [ 120.1200192, 30.4355404 ], [ 120.1204815, 30.4355984 ], [ 120.1205669, 30.4356198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1205669, 30.4356198 ], [ 120.1204815, 30.4355984 ], [ 120.1200192, 30.4355404 ], [ 120.1197774, 30.43551 ], [ 120.1188939, 30.4353991 ], [ 120.118789, 30.4352984 ], [ 120.1187397, 30.4347273 ], [ 120.1187344, 30.4346779 ], [ 120.1187187, 30.4345572 ], [ 120.1187022, 30.4343227 ], [ 120.118749, 30.4340887 ], [ 120.1191139, 30.433282 ], [ 120.119273, 30.432451 ], [ 120.1192543, 30.4322412 ], [ 120.1192304, 30.4321787 ], [ 120.1189549, 30.4314587 ], [ 120.1188612, 30.4312823 ], [ 120.1180544, 30.4297641 ], [ 120.117973, 30.4296307 ], [ 120.1179548, 30.4296092 ], [ 120.1178788, 30.4295465 ], [ 120.1177572, 30.4295062 ], [ 120.1176531, 30.4294675 ], [ 120.1175405, 30.4294606 ], [ 120.1174952, 30.4294578 ], [ 120.1174784, 30.4294579 ], [ 120.1171983, 30.4294599 ], [ 120.1170004, 30.4294613 ], [ 120.1167959, 30.4294628 ], [ 120.1163793, 30.4294658 ], [ 120.1162827, 30.4294665 ], [ 120.1160842, 30.4294679 ], [ 120.1159376, 30.429469 ], [ 120.1156393, 30.4294711 ], [ 120.1155645, 30.4294716 ], [ 120.1153587, 30.4294731 ], [ 120.1152402, 30.4294739 ], [ 120.1149193, 30.429478 ], [ 120.1135746, 30.4291431 ], [ 120.112415, 30.4291389 ], [ 120.1120341, 30.4291376 ], [ 120.1117917, 30.4291367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1199345, 30.4264876 ], [ 120.1220643, 30.4264933 ], [ 120.1239903, 30.4264985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239903, 30.4264985 ], [ 120.1220643, 30.4264933 ], [ 120.1199345, 30.4264876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仙桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.120893, 30.4320708 ], [ 120.1210891, 30.4321022 ], [ 120.1214592, 30.4321398 ], [ 120.1224332, 30.4322388 ], [ 120.1236586, 30.4323471 ], [ 120.1239977, 30.4323555 ], [ 120.124003, 30.432072 ], [ 120.1239967, 30.4310899 ], [ 120.1239944, 30.4307468 ], [ 120.1239926, 30.430464 ], [ 120.1239903, 30.4301049 ], [ 120.1239903, 30.429748 ], [ 120.1239941, 30.4294775 ], [ 120.1239914, 30.4289005 ], [ 120.1239903, 30.4282604 ], [ 120.1239903, 30.4276036 ], [ 120.1239903, 30.4275687 ], [ 120.1239903, 30.4272963 ], [ 120.1239903, 30.4271026 ], [ 120.1239903, 30.4264985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仙桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239903, 30.4264985 ], [ 120.1239903, 30.4271026 ], [ 120.1239903, 30.4272963 ], [ 120.1239903, 30.4275687 ], [ 120.1239903, 30.4276036 ], [ 120.1239903, 30.4282604 ], [ 120.1239914, 30.4289005 ], [ 120.1239941, 30.4294775 ], [ 120.1239903, 30.429748 ], [ 120.1239903, 30.4301049 ], [ 120.1239926, 30.430464 ], [ 120.1239944, 30.4307468 ], [ 120.1239967, 30.4310899 ], [ 120.124003, 30.432072 ], [ 120.1239977, 30.4323555 ], [ 120.1236586, 30.4323471 ], [ 120.1224332, 30.4322388 ], [ 120.1214592, 30.4321398 ], [ 120.1210891, 30.4321022 ], [ 120.120893, 30.4320708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1238252, 30.4351903 ], [ 120.1237298, 30.4355861 ], [ 120.1236643, 30.4356991 ], [ 120.1235415, 30.4357226 ], [ 120.1230884, 30.4356564 ], [ 120.1228743, 30.4356512 ], [ 120.1219865, 30.4356297 ], [ 120.1215947, 30.4355352 ], [ 120.1214032, 30.4355653 ], [ 120.1207627, 30.4355429 ], [ 120.1205669, 30.4356198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1205669, 30.4356198 ], [ 120.1207627, 30.4355429 ], [ 120.1214032, 30.4355653 ], [ 120.1215947, 30.4355352 ], [ 120.1219865, 30.4356297 ], [ 120.1228743, 30.4356512 ], [ 120.1230884, 30.4356564 ], [ 120.1235415, 30.4357226 ], [ 120.1236643, 30.4356991 ], [ 120.1237298, 30.4355861 ], [ 120.1238252, 30.4351903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顿力南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1300334, 30.4301622 ], [ 120.1304845, 30.4303729 ], [ 120.1317158, 30.4313917 ], [ 120.1322639, 30.4319379 ], [ 120.1322286, 30.4321708 ], [ 120.1320966, 30.4330426 ], [ 120.1316518, 30.4354299 ], [ 120.131513, 30.4360338 ], [ 120.1314787, 30.4361828 ], [ 120.1313457, 30.4367616 ], [ 120.1310913, 30.439434 ], [ 120.1306826, 30.4410395 ], [ 120.1300319, 30.4418865 ], [ 120.1293685, 30.442839 ], [ 120.1288772, 30.4438906 ], [ 120.1288423, 30.4439652 ], [ 120.1287731, 30.4441166 ], [ 120.1285665, 30.4445684 ], [ 120.1284353, 30.4448553 ], [ 120.1277128, 30.4457747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顿力南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1277128, 30.4457747 ], [ 120.1284353, 30.4448553 ], [ 120.1285665, 30.4445684 ], [ 120.1287731, 30.4441166 ], [ 120.1288423, 30.4439652 ], [ 120.1288772, 30.4438906 ], [ 120.1293685, 30.442839 ], [ 120.1300319, 30.4418865 ], [ 120.1306826, 30.4410395 ], [ 120.1310913, 30.439434 ], [ 120.1313457, 30.4367616 ], [ 120.1314787, 30.4361828 ], [ 120.131513, 30.4360338 ], [ 120.1316518, 30.4354299 ], [ 120.1320966, 30.4330426 ], [ 120.1322286, 30.4321708 ], [ 120.1322639, 30.4319379 ], [ 120.1317158, 30.4313917 ], [ 120.1304845, 30.4303729 ], [ 120.1300334, 30.4301622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜利桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1205669, 30.4356198 ], [ 120.1205237, 30.4370529 ], [ 120.1203515, 30.4394858 ], [ 120.1203486, 30.4395265 ], [ 120.1203577, 30.4396411 ], [ 120.1203736, 30.4398428 ], [ 120.1204403, 30.4400729 ], [ 120.1207888, 30.4402923 ], [ 120.1217033, 30.440678 ], [ 120.1232955, 30.4412768 ], [ 120.1234956, 30.4413976 ], [ 120.1243399, 30.4421419 ], [ 120.1244805, 30.442259 ], [ 120.1249325, 30.4425672 ], [ 120.1251343, 30.4426776 ], [ 120.1260281, 30.4432294 ], [ 120.1261198, 30.4433589 ], [ 120.1266619, 30.444272 ], [ 120.1271457, 30.4451708 ], [ 120.127401, 30.4454661 ], [ 120.1274876, 30.4455662 ], [ 120.1277128, 30.4457747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "胜利桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1277128, 30.4457747 ], [ 120.1274876, 30.4455662 ], [ 120.127401, 30.4454661 ], [ 120.1271457, 30.4451708 ], [ 120.1266619, 30.444272 ], [ 120.1261198, 30.4433589 ], [ 120.1260281, 30.4432294 ], [ 120.1251343, 30.4426776 ], [ 120.1249325, 30.4425672 ], [ 120.1244805, 30.442259 ], [ 120.1243399, 30.4421419 ], [ 120.1234956, 30.4413976 ], [ 120.1232955, 30.4412768 ], [ 120.1217033, 30.440678 ], [ 120.1207888, 30.4402923 ], [ 120.1204403, 30.4400729 ], [ 120.1203736, 30.4398428 ], [ 120.1203577, 30.4396411 ], [ 120.1203486, 30.4395265 ], [ 120.1203515, 30.4394858 ], [ 120.1205237, 30.4370529 ], [ 120.1205669, 30.4356198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1117917, 30.4291367 ], [ 120.1070134, 30.4291197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070134, 30.4291197 ], [ 120.1117917, 30.4291367 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新区路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.102353, 30.447737 ], [ 120.1025927, 30.4473377 ], [ 120.1030574, 30.4470545 ], [ 120.103777, 30.4470611 ], [ 120.1043289, 30.4470521 ], [ 120.1044827, 30.447008 ], [ 120.1045641, 30.4469838 ], [ 120.1048192, 30.446908 ], [ 120.1050847, 30.4467979 ], [ 120.1052553, 30.4467156 ], [ 120.1056483, 30.4464876 ], [ 120.1059517, 30.4462157 ], [ 120.1061746, 30.4459901 ], [ 120.1064145, 30.4456337 ], [ 120.1065321, 30.4453078 ], [ 120.1066003, 30.4448959 ], [ 120.1066407, 30.4445873 ], [ 120.1067185, 30.4437477 ], [ 120.1067515, 30.4433916 ], [ 120.1068105, 30.4427546 ], [ 120.1069008, 30.4417804 ], [ 120.1069271, 30.4414536 ], [ 120.1069892, 30.4406824 ], [ 120.1070019, 30.4403501 ], [ 120.1070758, 30.4395973 ], [ 120.1070942, 30.439402 ], [ 120.1072791, 30.4374418 ], [ 120.1074507, 30.4347381 ], [ 120.1074556, 30.4344798 ], [ 120.1074516, 30.43361 ], [ 120.1074305, 30.4333405 ], [ 120.107394, 30.432875 ], [ 120.1073624, 30.4324714 ], [ 120.1071586, 30.4307213 ], [ 120.1070134, 30.4291197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新区路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1070134, 30.4291197 ], [ 120.1071586, 30.4307213 ], [ 120.1073624, 30.4324714 ], [ 120.107394, 30.432875 ], [ 120.1074305, 30.4333405 ], [ 120.1074516, 30.43361 ], [ 120.1074556, 30.4344798 ], [ 120.1074507, 30.4347381 ], [ 120.1072791, 30.4374418 ], [ 120.1070942, 30.439402 ], [ 120.1070758, 30.4395973 ], [ 120.1070019, 30.4403501 ], [ 120.1069892, 30.4406824 ], [ 120.1069271, 30.4414536 ], [ 120.1069008, 30.4417804 ], [ 120.1068105, 30.4427546 ], [ 120.1067515, 30.4433916 ], [ 120.1067185, 30.4437477 ], [ 120.1066407, 30.4445873 ], [ 120.1066003, 30.4448959 ], [ 120.1065321, 30.4453078 ], [ 120.1064145, 30.4456337 ], [ 120.1061746, 30.4459901 ], [ 120.1059517, 30.4462157 ], [ 120.1056483, 30.4464876 ], [ 120.1052553, 30.4467156 ], [ 120.1050847, 30.4467979 ], [ 120.1048192, 30.446908 ], [ 120.1045641, 30.4469838 ], [ 120.1044827, 30.447008 ], [ 120.1043289, 30.4470521 ], [ 120.103777, 30.4470611 ], [ 120.1030574, 30.4470545 ], [ 120.1025927, 30.4473377 ], [ 120.102353, 30.447737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.102353, 30.447737 ], [ 120.1022996, 30.4478316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1022996, 30.4478316 ], [ 120.102353, 30.447737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.102353, 30.447737 ], [ 120.1035611, 30.4481697 ], [ 120.1044532, 30.4485684 ], [ 120.104823, 30.4487939 ], [ 120.1051356, 30.4490362 ], [ 120.1054169, 30.4492969 ], [ 120.1056973, 30.4495436 ], [ 120.1062613, 30.450307 ], [ 120.1062858, 30.4503335 ], [ 120.1066504, 30.4507274 ], [ 120.1070989, 30.4511033 ], [ 120.1076142, 30.4513744 ], [ 120.1088294, 30.4518408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1088144, 30.4519318 ], [ 120.1086658, 30.4518789 ], [ 120.1085628, 30.4518423 ], [ 120.1078239, 30.4515795 ], [ 120.1071342, 30.4512671 ], [ 120.1065847, 30.4508237 ], [ 120.1060002, 30.4501988 ], [ 120.105404, 30.449443 ], [ 120.1050767, 30.4491104 ], [ 120.1045529, 30.4487577 ], [ 120.1042905, 30.4486043 ], [ 120.1039928, 30.448469 ], [ 120.1036951, 30.4483337 ], [ 120.1029917, 30.4480848 ], [ 120.1022996, 30.4478316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "顿力路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1088144, 30.4519318 ], [ 120.1088294, 30.4518408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "顿力路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1088294, 30.4518408 ], [ 120.1088144, 30.4519318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595433, 30.3877268 ], [ 120.1593667, 30.387733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593667, 30.387733 ], [ 120.1595433, 30.3877268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1593667, 30.387733 ], [ 120.1583167, 30.3877699 ], [ 120.156335, 30.3878555 ], [ 120.1559392, 30.3878751 ], [ 120.1557981, 30.387882 ], [ 120.1550043, 30.3878933 ], [ 120.153828, 30.3879158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.153828, 30.3879158 ], [ 120.1550043, 30.3878933 ], [ 120.1557981, 30.387882 ], [ 120.1559392, 30.3878751 ], [ 120.156335, 30.3878555 ], [ 120.1583167, 30.3877699 ], [ 120.1593667, 30.387733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1511588, 30.3880152 ], [ 120.1525749, 30.3879709 ], [ 120.1528279, 30.3879608 ], [ 120.153828, 30.3879158 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.153828, 30.3879158 ], [ 120.1528279, 30.3879608 ], [ 120.1525749, 30.3879709 ], [ 120.1511588, 30.3880152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1578595, 30.4008727 ], [ 120.1580441, 30.3992435 ], [ 120.1583673, 30.3964566 ], [ 120.1587975, 30.392957 ], [ 120.1589796, 30.3919029 ], [ 120.159347, 30.3887944 ], [ 120.1593667, 30.387733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595433, 30.3877268 ], [ 120.1593904, 30.3892531 ], [ 120.1591744, 30.3910721 ], [ 120.1589511, 30.3929847 ], [ 120.158742, 30.3947646 ], [ 120.1585496, 30.3964956 ], [ 120.1580554, 30.4009126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1578595, 30.4008727 ], [ 120.1580554, 30.4009126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1578561, 30.4010799 ], [ 120.1578595, 30.4008727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1356121, 30.3948905 ], [ 120.1357588, 30.3949339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135587, 30.3950676 ], [ 120.1356121, 30.3948905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1357588, 30.3949339 ], [ 120.135739, 30.395078 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135739, 30.395078 ], [ 120.135587, 30.3950676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1349243, 30.3997449 ], [ 120.135587, 30.3950676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135739, 30.395078 ], [ 120.1350968, 30.3997429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1350968, 30.3997429 ], [ 120.1358314, 30.3997343 ], [ 120.1370484, 30.399716 ], [ 120.1374588, 30.3997098 ], [ 120.138346, 30.3996964 ], [ 120.1392747, 30.3996846 ], [ 120.1406043, 30.3996678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1349243, 30.3997449 ], [ 120.1350177, 30.3997438 ], [ 120.1350968, 30.3997429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1350968, 30.3997429 ], [ 120.1350896, 30.3998622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1349199, 30.3998648 ], [ 120.1349243, 30.3997449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1405858, 30.3997803 ], [ 120.1374581, 30.3998269 ], [ 120.1370443, 30.399833 ], [ 120.1362811, 30.3998444 ], [ 120.1350896, 30.3998622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1350896, 30.3998622 ], [ 120.1349199, 30.3998648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1350896, 30.3998622 ], [ 120.1350822, 30.4001731 ], [ 120.1350074, 30.4006928 ], [ 120.1349512, 30.4010839 ], [ 120.1349278, 30.4012463 ], [ 120.1347354, 30.4025839 ], [ 120.1346232, 30.4033637 ], [ 120.134598, 30.4035685 ], [ 120.1343533, 30.4052937 ], [ 120.1342981, 30.4057048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.134133, 30.4057159 ], [ 120.1342573, 30.4048618 ], [ 120.134443, 30.4035858 ], [ 120.1344729, 30.4033787 ], [ 120.1345232, 30.403033 ], [ 120.1346249, 30.4023333 ], [ 120.1347744, 30.4010109 ], [ 120.1349199, 30.3998648 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402206, 30.4036839 ], [ 120.1398774, 30.4039384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1398774, 30.4039384 ], [ 120.1402206, 30.4036839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1389279, 30.4041244 ], [ 120.1398774, 30.4039384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1398774, 30.4039384 ], [ 120.1389279, 30.4041244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.134133, 30.4057159 ], [ 120.1342981, 30.4057048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1342981, 30.4057048 ], [ 120.134133, 30.4057159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1266412, 30.3840789 ], [ 120.1266374, 30.3861386 ], [ 120.1263762, 30.387177 ], [ 120.1262835, 30.3875454 ], [ 120.1262434, 30.3877824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1262434, 30.3877824 ], [ 120.1262835, 30.3875454 ], [ 120.1263762, 30.387177 ], [ 120.1266374, 30.3861386 ], [ 120.1266412, 30.3840789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仙桃南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240119, 30.4158336 ], [ 120.1240718, 30.4157758 ], [ 120.1241144, 30.4156913 ], [ 120.1241228, 30.4155098 ], [ 120.124102, 30.415249 ], [ 120.1240591, 30.4148802 ], [ 120.1236267, 30.4111622 ], [ 120.1235773, 30.4107377 ], [ 120.1235542, 30.4105019 ], [ 120.1235325, 30.4101468 ], [ 120.1234156, 30.4073806 ], [ 120.123359, 30.40646 ], [ 120.1233388, 30.406299 ], [ 120.1232863, 30.4060652 ], [ 120.1230152, 30.4054466 ], [ 120.1228228, 30.4051524 ], [ 120.1224904, 30.4046772 ], [ 120.1223274, 30.4045047 ], [ 120.1222231, 30.4044134 ], [ 120.1218956, 30.4040435 ], [ 120.1216096, 30.4035967 ], [ 120.1212588, 30.4027197 ], [ 120.1209178, 30.4017682 ], [ 120.1207149, 30.401094 ], [ 120.1206326, 30.4006881 ], [ 120.1206034, 30.4003943 ], [ 120.1206715, 30.3999494 ], [ 120.1209149, 30.3985223 ], [ 120.1213199, 30.3960549 ], [ 120.1213918, 30.3955842 ], [ 120.121397, 30.3955379 ], [ 120.1213966, 30.3954232 ], [ 120.1213946, 30.3947913 ], [ 120.1213129, 30.3945681 ], [ 120.1212584, 30.3944742 ], [ 120.121204, 30.3943332 ], [ 120.121238, 30.3940572 ], [ 120.1212244, 30.3933876 ], [ 120.1213538, 30.3930118 ], [ 120.1216986, 30.3904087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仙桃南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1216986, 30.3904087 ], [ 120.1213538, 30.3930118 ], [ 120.1212244, 30.3933876 ], [ 120.121238, 30.3940572 ], [ 120.121204, 30.3943332 ], [ 120.1212584, 30.3944742 ], [ 120.1213129, 30.3945681 ], [ 120.1213946, 30.3947913 ], [ 120.1213966, 30.3954232 ], [ 120.121397, 30.3955379 ], [ 120.1213918, 30.3955842 ], [ 120.1213199, 30.3960549 ], [ 120.1209149, 30.3985223 ], [ 120.1206715, 30.3999494 ], [ 120.1206034, 30.4003943 ], [ 120.1206326, 30.4006881 ], [ 120.1207149, 30.401094 ], [ 120.1209178, 30.4017682 ], [ 120.1212588, 30.4027197 ], [ 120.1216096, 30.4035967 ], [ 120.1218956, 30.4040435 ], [ 120.1222231, 30.4044134 ], [ 120.1223274, 30.4045047 ], [ 120.1224904, 30.4046772 ], [ 120.1228228, 30.4051524 ], [ 120.1230152, 30.4054466 ], [ 120.1232863, 30.4060652 ], [ 120.1233388, 30.406299 ], [ 120.123359, 30.40646 ], [ 120.1234156, 30.4073806 ], [ 120.1235325, 30.4101468 ], [ 120.1235542, 30.4105019 ], [ 120.1235773, 30.4107377 ], [ 120.1236267, 30.4111622 ], [ 120.1240591, 30.4148802 ], [ 120.124102, 30.415249 ], [ 120.1241228, 30.4155098 ], [ 120.1241144, 30.4156913 ], [ 120.1240718, 30.4157758 ], [ 120.1240119, 30.4158336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.134133, 30.4057159 ], [ 120.1334103, 30.405707 ], [ 120.1331108, 30.4057461 ], [ 120.1324349, 30.4058343 ], [ 120.1304485, 30.4060935 ], [ 120.1302731, 30.4061164 ], [ 120.1276329, 30.406461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1276329, 30.406461 ], [ 120.1302731, 30.4061164 ], [ 120.1304485, 30.4060935 ], [ 120.1324349, 30.4058343 ], [ 120.1331108, 30.4057461 ], [ 120.1334103, 30.405707 ], [ 120.134133, 30.4057159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夏家圩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13325, 30.4122908 ], [ 120.1315099, 30.4124725 ], [ 120.1288458, 30.4127507 ], [ 120.1271448, 30.4129283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "夏家圩街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1271448, 30.4129283 ], [ 120.1288458, 30.4127507 ], [ 120.1315099, 30.4124725 ], [ 120.13325, 30.4122908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仙桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239903, 30.4216358 ], [ 120.1239916, 30.4175652 ], [ 120.1239887, 30.4173071 ], [ 120.1240119, 30.4158336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仙桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1240119, 30.4158336 ], [ 120.1239887, 30.4173071 ], [ 120.1239916, 30.4175652 ], [ 120.1239903, 30.4216358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312835, 30.4199503 ], [ 120.1295085, 30.4201247 ], [ 120.1289075, 30.4201876 ], [ 120.1288139, 30.4201974 ], [ 120.1286473, 30.4202148 ], [ 120.1284211, 30.4203123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1284211, 30.4203123 ], [ 120.1286473, 30.4202148 ], [ 120.1288139, 30.4201974 ], [ 120.1289075, 30.4201876 ], [ 120.1295085, 30.4201247 ], [ 120.1312835, 30.4199503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桂丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239903, 30.4216358 ], [ 120.1257526, 30.4216411 ], [ 120.1260456, 30.4216411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桂丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1260456, 30.4216411 ], [ 120.1257526, 30.4216411 ], [ 120.1239903, 30.4216358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312835, 30.4199503 ], [ 120.1317394, 30.4224023 ], [ 120.1319529, 30.4235754 ], [ 120.1320051, 30.4238004 ], [ 120.1319007, 30.4247156 ], [ 120.1318138, 30.4248281 ], [ 120.1310134, 30.4251881 ], [ 120.1301609, 30.4256082 ], [ 120.130046, 30.4256872 ], [ 120.129683, 30.4259366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.129683, 30.4259366 ], [ 120.130046, 30.4256872 ], [ 120.1301609, 30.4256082 ], [ 120.1310134, 30.4251881 ], [ 120.1318138, 30.4248281 ], [ 120.1319007, 30.4247156 ], [ 120.1320051, 30.4238004 ], [ 120.1319529, 30.4235754 ], [ 120.1317394, 30.4224023 ], [ 120.1312835, 30.4199503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仙桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239903, 30.4216358 ], [ 120.1239903, 30.4264985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "仙桃路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239903, 30.4264985 ], [ 120.1239903, 30.4216358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1276405, 30.4264657 ], [ 120.1271167, 30.4264704 ], [ 120.1239903, 30.4264985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1239903, 30.4264985 ], [ 120.1271167, 30.4264704 ], [ 120.1276405, 30.4264657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157194, 30.4119619 ], [ 120.1584366, 30.412248 ], [ 120.1595359, 30.4125012 ], [ 120.1601044, 30.4126321 ], [ 120.1601483, 30.4126422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601483, 30.4126422 ], [ 120.1601044, 30.4126321 ], [ 120.1595359, 30.4125012 ], [ 120.1584366, 30.412248 ], [ 120.157194, 30.4119619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157194, 30.4119619 ], [ 120.1571421, 30.4128032 ], [ 120.1570952, 30.4135627 ], [ 120.1570497, 30.4142991 ], [ 120.1570261, 30.4146813 ], [ 120.1569915, 30.4152417 ], [ 120.1569591, 30.415766 ], [ 120.1568822, 30.4175797 ], [ 120.1568458, 30.4179478 ], [ 120.1567519, 30.419257 ], [ 120.1566124, 30.4200527 ], [ 120.156567, 30.4202093 ], [ 120.1563764, 30.4208668 ], [ 120.1560401, 30.4218031 ], [ 120.1551265, 30.4243801 ], [ 120.1550004, 30.4246992 ], [ 120.1543309, 30.4263932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1543309, 30.4263932 ], [ 120.1550004, 30.4246992 ], [ 120.1551265, 30.4243801 ], [ 120.1560401, 30.4218031 ], [ 120.1563764, 30.4208668 ], [ 120.156567, 30.4202093 ], [ 120.1566124, 30.4200527 ], [ 120.1567519, 30.419257 ], [ 120.1568458, 30.4179478 ], [ 120.1568822, 30.4175797 ], [ 120.1569591, 30.415766 ], [ 120.1569915, 30.4152417 ], [ 120.1570261, 30.4146813 ], [ 120.1570497, 30.4142991 ], [ 120.1570952, 30.4135627 ], [ 120.1571421, 30.4128032 ], [ 120.157194, 30.4119619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601483, 30.4126422 ], [ 120.1599684, 30.4132141 ], [ 120.1599073, 30.4134085 ], [ 120.1598009, 30.4137467 ], [ 120.1597583, 30.4138824 ], [ 120.1597092, 30.4140385 ], [ 120.1596804, 30.41413 ], [ 120.1596352, 30.4142738 ], [ 120.1594948, 30.4147202 ], [ 120.1594395, 30.414896 ], [ 120.1593947, 30.4150385 ], [ 120.1594773, 30.4154686 ], [ 120.1596257, 30.4162407 ], [ 120.1597547, 30.4169123 ], [ 120.1599041, 30.4176904 ], [ 120.1599796, 30.418083 ], [ 120.1600056, 30.4182184 ], [ 120.1600185, 30.4182855 ], [ 120.1600423, 30.4184095 ], [ 120.1600536, 30.4185474 ], [ 120.1600803, 30.4188729 ], [ 120.1601516, 30.4197417 ], [ 120.160227, 30.4206602 ], [ 120.1603014, 30.4215672 ], [ 120.1603064, 30.4216268 ], [ 120.1603441, 30.4220785 ], [ 120.1603544, 30.4222016 ], [ 120.1604073, 30.4228363 ], [ 120.1604426, 30.4237399 ], [ 120.1604227, 30.423831 ], [ 120.1602425, 30.4246537 ], [ 120.1596773, 30.4269723 ], [ 120.1590768, 30.4294355 ], [ 120.1590231, 30.4295956 ], [ 120.1589824, 30.4297168 ], [ 120.1585352, 30.4310498 ], [ 120.1581114, 30.4321969 ], [ 120.1579631, 30.4324698 ], [ 120.1578578, 30.4326637 ], [ 120.1576084, 30.4331228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576084, 30.4331228 ], [ 120.1578578, 30.4326637 ], [ 120.1579631, 30.4324698 ], [ 120.1581114, 30.4321969 ], [ 120.1585352, 30.4310498 ], [ 120.1589824, 30.4297168 ], [ 120.1590231, 30.4295956 ], [ 120.1590768, 30.4294355 ], [ 120.1596773, 30.4269723 ], [ 120.1602425, 30.4246537 ], [ 120.1604227, 30.423831 ], [ 120.1604426, 30.4237399 ], [ 120.1604073, 30.4228363 ], [ 120.1603544, 30.4222016 ], [ 120.1603441, 30.4220785 ], [ 120.1603064, 30.4216268 ], [ 120.1603014, 30.4215672 ], [ 120.160227, 30.4206602 ], [ 120.1601516, 30.4197417 ], [ 120.1600803, 30.4188729 ], [ 120.1600536, 30.4185474 ], [ 120.1600423, 30.4184095 ], [ 120.1600185, 30.4182855 ], [ 120.1600056, 30.4182184 ], [ 120.1599796, 30.418083 ], [ 120.1599041, 30.4176904 ], [ 120.1597547, 30.4169123 ], [ 120.1596257, 30.4162407 ], [ 120.1594773, 30.4154686 ], [ 120.1593947, 30.4150385 ], [ 120.1594395, 30.414896 ], [ 120.1594948, 30.4147202 ], [ 120.1596352, 30.4142738 ], [ 120.1596804, 30.41413 ], [ 120.1597092, 30.4140385 ], [ 120.1597583, 30.4138824 ], [ 120.1598009, 30.4137467 ], [ 120.1599073, 30.4134085 ], [ 120.1599684, 30.4132141 ], [ 120.1601483, 30.4126422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1522515, 30.4354351 ], [ 120.1522565, 30.4353356 ], [ 120.1523521, 30.4339793 ], [ 120.1523756, 30.4336463 ], [ 120.1524014, 30.4332797 ], [ 120.1524188, 30.4328854 ], [ 120.1524427, 30.43248 ], [ 120.1524781, 30.4318777 ], [ 120.1526428, 30.4310618 ], [ 120.1527393, 30.43059 ], [ 120.1531685, 30.4295076 ], [ 120.1543309, 30.4263932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1543309, 30.4263932 ], [ 120.1531685, 30.4295076 ], [ 120.1527393, 30.43059 ], [ 120.1526428, 30.4310618 ], [ 120.1524781, 30.4318777 ], [ 120.1524427, 30.43248 ], [ 120.1524188, 30.4328854 ], [ 120.1524014, 30.4332797 ], [ 120.1523756, 30.4336463 ], [ 120.1523521, 30.4339793 ], [ 120.1522565, 30.4353356 ], [ 120.1522515, 30.4354351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576084, 30.4331228 ], [ 120.1570764, 30.4340855 ], [ 120.1569048, 30.4344394 ], [ 120.1568109, 30.4346394 ], [ 120.1563783, 30.435948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563783, 30.435948 ], [ 120.1568109, 30.4346394 ], [ 120.1569048, 30.4344394 ], [ 120.1570764, 30.4340855 ], [ 120.1576084, 30.4331228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1405858, 30.3997803 ], [ 120.1405412, 30.4003612 ], [ 120.1405306, 30.400499 ], [ 120.1405223, 30.4006076 ], [ 120.140456, 30.4014704 ], [ 120.1404299, 30.4018101 ], [ 120.1403529, 30.4022157 ], [ 120.1403118, 30.4024324 ], [ 120.1402636, 30.4029472 ], [ 120.1402153, 30.4035637 ], [ 120.1402206, 30.4036839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402206, 30.4036839 ], [ 120.1402153, 30.4035637 ], [ 120.1402636, 30.4029472 ], [ 120.1403118, 30.4024324 ], [ 120.1403529, 30.4022157 ], [ 120.1404299, 30.4018101 ], [ 120.140456, 30.4014704 ], [ 120.1405223, 30.4006076 ], [ 120.1405306, 30.400499 ], [ 120.1405412, 30.4003612 ], [ 120.1405858, 30.3997803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1402206, 30.4036839 ], [ 120.140289, 30.4038406 ], [ 120.1403734, 30.4039835 ], [ 120.1404939, 30.4041859 ], [ 120.1406516, 30.4043068 ], [ 120.1408646, 30.4044645 ], [ 120.1411419, 30.4046406 ], [ 120.1414621, 30.4047655 ], [ 120.1420184, 30.4049458 ], [ 120.1429224, 30.4052436 ], [ 120.1430439, 30.4052836 ], [ 120.1442755, 30.4055126 ], [ 120.1446059, 30.4055889 ], [ 120.1448984, 30.4057145 ], [ 120.1453021, 30.405967 ], [ 120.1454919, 30.4060413 ], [ 120.1459415, 30.4061623 ], [ 120.1465367, 30.4062928 ], [ 120.146857, 30.4063615 ], [ 120.1479366, 30.4066144 ], [ 120.1479594, 30.4066223 ], [ 120.1483366, 30.4067522 ], [ 120.1489087, 30.4069557 ], [ 120.1489881, 30.406984 ], [ 120.1491826, 30.4071821 ], [ 120.1495476, 30.4073145 ], [ 120.1497526, 30.4074468 ], [ 120.1499607, 30.4076368 ], [ 120.1510137, 30.4089451 ], [ 120.1512946, 30.4093279 ], [ 120.1516098, 30.4097135 ], [ 120.1524964, 30.4107954 ], [ 120.1526153, 30.4109243 ], [ 120.1527914, 30.4109926 ], [ 120.1536874, 30.4111998 ], [ 120.157194, 30.4119619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157194, 30.4119619 ], [ 120.1536874, 30.4111998 ], [ 120.1527914, 30.4109926 ], [ 120.1526153, 30.4109243 ], [ 120.1524964, 30.4107954 ], [ 120.1516098, 30.4097135 ], [ 120.1512946, 30.4093279 ], [ 120.1510137, 30.4089451 ], [ 120.1499607, 30.4076368 ], [ 120.1497526, 30.4074468 ], [ 120.1495476, 30.4073145 ], [ 120.1491826, 30.4071821 ], [ 120.1489881, 30.406984 ], [ 120.1489087, 30.4069557 ], [ 120.1483366, 30.4067522 ], [ 120.1479594, 30.4066223 ], [ 120.1479366, 30.4066144 ], [ 120.146857, 30.4063615 ], [ 120.1465367, 30.4062928 ], [ 120.1459415, 30.4061623 ], [ 120.1454919, 30.4060413 ], [ 120.1453021, 30.405967 ], [ 120.1448984, 30.4057145 ], [ 120.1446059, 30.4055889 ], [ 120.1442755, 30.4055126 ], [ 120.1430439, 30.4052836 ], [ 120.1429224, 30.4052436 ], [ 120.1420184, 30.4049458 ], [ 120.1414621, 30.4047655 ], [ 120.1411419, 30.4046406 ], [ 120.1408646, 30.4044645 ], [ 120.1406516, 30.4043068 ], [ 120.1404939, 30.4041859 ], [ 120.1403734, 30.4039835 ], [ 120.140289, 30.4038406 ], [ 120.1402206, 30.4036839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1382115, 30.4251714 ], [ 120.1394113, 30.4254864 ], [ 120.1400908, 30.4257636 ], [ 120.1409749, 30.426148 ], [ 120.1415814, 30.4263244 ], [ 120.1428162, 30.4264819 ], [ 120.1433716, 30.4265764 ], [ 120.1443507, 30.4268473 ], [ 120.1450923, 30.4270514 ], [ 120.1454544, 30.4271 ], [ 120.1457226, 30.4271046 ], [ 120.146243, 30.4270676 ], [ 120.1463679, 30.4270396 ], [ 120.1471273, 30.426841 ], [ 120.1485667, 30.4265323 ], [ 120.1499258, 30.4263874 ], [ 120.1507587, 30.4263433 ], [ 120.1524466, 30.4263748 ], [ 120.1533015, 30.4263811 ], [ 120.1543309, 30.4263932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1543309, 30.4263932 ], [ 120.1533015, 30.4263811 ], [ 120.1524466, 30.4263748 ], [ 120.1507587, 30.4263433 ], [ 120.1499258, 30.4263874 ], [ 120.1485667, 30.4265323 ], [ 120.1471273, 30.426841 ], [ 120.1463679, 30.4270396 ], [ 120.146243, 30.4270676 ], [ 120.1457226, 30.4271046 ], [ 120.1454544, 30.4271 ], [ 120.1450923, 30.4270514 ], [ 120.1443507, 30.4268473 ], [ 120.1433716, 30.4265764 ], [ 120.1428162, 30.4264819 ], [ 120.1415814, 30.4263244 ], [ 120.1409749, 30.426148 ], [ 120.1400908, 30.4257636 ], [ 120.1394113, 30.4254864 ], [ 120.1382115, 30.4251714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1369326, 30.4327264 ], [ 120.1378949, 30.4329096 ], [ 120.1404363, 30.4335401 ], [ 120.1441472, 30.4344608 ], [ 120.1466551, 30.4347654 ], [ 120.1522515, 30.4354351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1522515, 30.4354351 ], [ 120.1466551, 30.4347654 ], [ 120.1441472, 30.4344608 ], [ 120.1404363, 30.4335401 ], [ 120.1378949, 30.4329096 ], [ 120.1369326, 30.4327264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1459929, 30.4466116 ], [ 120.1461778, 30.4466495 ], [ 120.1475823, 30.4470424 ], [ 120.1489252, 30.4473916 ], [ 120.14962, 30.4475262 ], [ 120.1497525, 30.4475571 ], [ 120.1500563, 30.447628 ], [ 120.1504854, 30.4477281 ], [ 120.1510326, 30.4477852 ], [ 120.1519195, 30.4479239 ], [ 120.1529262, 30.4480981 ], [ 120.1550756, 30.4486284 ], [ 120.1571856, 30.4490785 ], [ 120.1576584, 30.449196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576584, 30.449196 ], [ 120.1571856, 30.4490785 ], [ 120.1550756, 30.4486284 ], [ 120.1529262, 30.4480981 ], [ 120.1519195, 30.4479239 ], [ 120.1510326, 30.4477852 ], [ 120.1504854, 30.4477281 ], [ 120.1500563, 30.447628 ], [ 120.1497525, 30.4475571 ], [ 120.14962, 30.4475262 ], [ 120.1489252, 30.4473916 ], [ 120.1475823, 30.4470424 ], [ 120.1461778, 30.4466495 ], [ 120.1459929, 30.4466116 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1336453, 30.4094152 ], [ 120.1338119, 30.4082194 ], [ 120.1338999, 30.4075334 ], [ 120.134133, 30.4057159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1342981, 30.4057048 ], [ 120.1342887, 30.4057751 ], [ 120.1341269, 30.4069793 ], [ 120.1340537, 30.4075238 ], [ 120.1339712, 30.4081377 ], [ 120.1335234, 30.4113734 ], [ 120.1335041, 30.4115126 ], [ 120.1334965, 30.4116017 ], [ 120.1334236, 30.4124564 ], [ 120.1332305, 30.4124379 ], [ 120.13325, 30.4122908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1310139, 30.4097899 ], [ 120.1311851, 30.4097083 ], [ 120.1320326, 30.4095926 ], [ 120.1336453, 30.4094152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1336453, 30.4094152 ], [ 120.1320326, 30.4095926 ], [ 120.1311851, 30.4097083 ], [ 120.1310139, 30.4097899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "拱康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.13325, 30.4122908 ], [ 120.1333555, 30.4114943 ], [ 120.1335107, 30.4103805 ], [ 120.1336453, 30.4094152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1398774, 30.4039384 ], [ 120.1398661, 30.4042262 ], [ 120.1398601, 30.4043785 ], [ 120.139843, 30.404813 ], [ 120.1399097, 30.4067481 ], [ 120.139912, 30.4068162 ], [ 120.1398966, 30.4075915 ], [ 120.1398942, 30.4077642 ], [ 120.1399126, 30.4081591 ], [ 120.1399185, 30.4095554 ], [ 120.1399193, 30.4097363 ], [ 120.13992, 30.4099028 ], [ 120.1399208, 30.4101062 ], [ 120.1399213, 30.4102148 ], [ 120.1399387, 30.4118652 ], [ 120.139926, 30.4120306 ], [ 120.1399143, 30.4121836 ], [ 120.1399116, 30.4124369 ], [ 120.1398868, 30.4128485 ], [ 120.1398786, 30.4129844 ], [ 120.1398784, 30.4130822 ], [ 120.1398778, 30.4134482 ], [ 120.1397908, 30.4137933 ], [ 120.1390435, 30.4156618 ], [ 120.1388795, 30.4160718 ], [ 120.1386588, 30.4166236 ], [ 120.1385566, 30.4168792 ], [ 120.1382449, 30.4176585 ], [ 120.1375818, 30.4191345 ], [ 120.1361647, 30.4193492 ], [ 120.1357473, 30.4194125 ], [ 120.1353525, 30.4194723 ], [ 120.1351762, 30.419499 ], [ 120.1324582, 30.4198141 ], [ 120.1322161, 30.4198422 ], [ 120.1312835, 30.4199503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1312835, 30.4199503 ], [ 120.1322161, 30.4198422 ], [ 120.1324582, 30.4198141 ], [ 120.1351762, 30.419499 ], [ 120.1353525, 30.4194723 ], [ 120.1357473, 30.4194125 ], [ 120.1361647, 30.4193492 ], [ 120.1375818, 30.4191345 ], [ 120.1382449, 30.4176585 ], [ 120.1385566, 30.4168792 ], [ 120.1386588, 30.4166236 ], [ 120.1388795, 30.4160718 ], [ 120.1390435, 30.4156618 ], [ 120.1397908, 30.4137933 ], [ 120.1398778, 30.4134482 ], [ 120.1398784, 30.4130822 ], [ 120.1398786, 30.4129844 ], [ 120.1398868, 30.4128485 ], [ 120.1399116, 30.4124369 ], [ 120.1399143, 30.4121836 ], [ 120.139926, 30.4120306 ], [ 120.1399387, 30.4118652 ], [ 120.1399213, 30.4102148 ], [ 120.1399208, 30.4101062 ], [ 120.13992, 30.4099028 ], [ 120.1399193, 30.4097363 ], [ 120.1399185, 30.4095554 ], [ 120.1399126, 30.4081591 ], [ 120.1398942, 30.4077642 ], [ 120.1398966, 30.4075915 ], [ 120.139912, 30.4068162 ], [ 120.1399097, 30.4067481 ], [ 120.139843, 30.404813 ], [ 120.1398601, 30.4043785 ], [ 120.1398661, 30.4042262 ], [ 120.1398774, 30.4039384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1384413, 30.4483041 ], [ 120.1385209, 30.4469834 ], [ 120.1385316, 30.4465302 ], [ 120.1385699, 30.4452504 ], [ 120.1385416, 30.44475 ], [ 120.1385287, 30.4445237 ], [ 120.1385231, 30.444424 ], [ 120.138453, 30.4435874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.138453, 30.4435874 ], [ 120.1385231, 30.444424 ], [ 120.1385287, 30.4445237 ], [ 120.1385416, 30.44475 ], [ 120.1385699, 30.4452504 ], [ 120.1385316, 30.4465302 ], [ 120.1385209, 30.4469834 ], [ 120.1384413, 30.4483041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1384336, 30.4531499 ], [ 120.1384314, 30.4526731 ], [ 120.1384348, 30.4511868 ], [ 120.1384413, 30.4483041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563783, 30.435948 ], [ 120.1522515, 30.4354351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1522515, 30.4354351 ], [ 120.1563783, 30.435948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1522515, 30.4354351 ], [ 120.1521707, 30.4369902 ], [ 120.1521626, 30.4371417 ], [ 120.1519883, 30.4393132 ], [ 120.1519883, 30.4396647 ], [ 120.1519883, 30.4398497 ], [ 120.1521385, 30.4411632 ], [ 120.1521683, 30.4413158 ], [ 120.1522994, 30.4419864 ], [ 120.1526499, 30.4429391 ], [ 120.1529759, 30.4436018 ], [ 120.1534508, 30.444424 ], [ 120.1543773, 30.4455737 ], [ 120.1557951, 30.4470894 ], [ 120.1561511, 30.447493 ], [ 120.1569879, 30.448387 ], [ 120.1576584, 30.449196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576584, 30.449196 ], [ 120.1569879, 30.448387 ], [ 120.1561511, 30.447493 ], [ 120.1557951, 30.4470894 ], [ 120.1543773, 30.4455737 ], [ 120.1534508, 30.444424 ], [ 120.1529759, 30.4436018 ], [ 120.1526499, 30.4429391 ], [ 120.1522994, 30.4419864 ], [ 120.1521683, 30.4413158 ], [ 120.1521385, 30.4411632 ], [ 120.1519883, 30.4398497 ], [ 120.1519883, 30.4396647 ], [ 120.1519883, 30.4393132 ], [ 120.1521626, 30.4371417 ], [ 120.1521707, 30.4369902 ], [ 120.1522515, 30.4354351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1563783, 30.435948 ], [ 120.1560744, 30.4369074 ], [ 120.1553799, 30.4381441 ], [ 120.1553102, 30.438269 ], [ 120.1552874, 30.4383835 ], [ 120.1553182, 30.4385557 ], [ 120.155387, 30.4387817 ], [ 120.1554424, 30.4389641 ], [ 120.1555451, 30.4393017 ], [ 120.1558673, 30.440269 ], [ 120.1561909, 30.4412537 ], [ 120.1563788, 30.4418508 ], [ 120.156435, 30.4420293 ], [ 120.1566438, 30.4426926 ], [ 120.1567945, 30.4431422 ], [ 120.1570272, 30.4437487 ], [ 120.1571222, 30.4439627 ], [ 120.1571862, 30.4441067 ], [ 120.1572488, 30.4442478 ], [ 120.1577816, 30.4454479 ], [ 120.158272, 30.4463503 ], [ 120.1583474, 30.4465698 ], [ 120.158502, 30.4475333 ], [ 120.1585319, 30.4477199 ], [ 120.1587152, 30.4488624 ], [ 120.1588015, 30.4493311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588015, 30.4493311 ], [ 120.1587152, 30.4488624 ], [ 120.1585319, 30.4477199 ], [ 120.158502, 30.4475333 ], [ 120.1583474, 30.4465698 ], [ 120.158272, 30.4463503 ], [ 120.1577816, 30.4454479 ], [ 120.1572488, 30.4442478 ], [ 120.1571862, 30.4441067 ], [ 120.1571222, 30.4439627 ], [ 120.1570272, 30.4437487 ], [ 120.1567945, 30.4431422 ], [ 120.1566438, 30.4426926 ], [ 120.156435, 30.4420293 ], [ 120.1563788, 30.4418508 ], [ 120.1561909, 30.4412537 ], [ 120.1558673, 30.440269 ], [ 120.1555451, 30.4393017 ], [ 120.1554424, 30.4389641 ], [ 120.155387, 30.4387817 ], [ 120.1553182, 30.4385557 ], [ 120.1552874, 30.4383835 ], [ 120.1553102, 30.438269 ], [ 120.1553799, 30.4381441 ], [ 120.1560744, 30.4369074 ], [ 120.1563783, 30.435948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588015, 30.4493311 ], [ 120.1576584, 30.449196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576584, 30.449196 ], [ 120.1588015, 30.4493311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576584, 30.449196 ], [ 120.1585865, 30.4505236 ], [ 120.1591447, 30.451914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591447, 30.451914 ], [ 120.1585865, 30.4505236 ], [ 120.1576584, 30.449196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588015, 30.4493311 ], [ 120.1590096, 30.4505085 ], [ 120.1590736, 30.4508704 ], [ 120.1591447, 30.451914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591447, 30.451914 ], [ 120.1590736, 30.4508704 ], [ 120.1590096, 30.4505085 ], [ 120.1588015, 30.4493311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1591447, 30.451914 ], [ 120.1592557, 30.4523715 ], [ 120.1594019, 30.4529745 ], [ 120.1594878, 30.4534739 ], [ 120.1595033, 30.4535654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595033, 30.4535654 ], [ 120.1594878, 30.4534739 ], [ 120.1594019, 30.4529745 ], [ 120.1592557, 30.4523715 ], [ 120.1591447, 30.451914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1600671, 30.4568959 ], [ 120.15989, 30.45585 ], [ 120.1598063, 30.4553552 ], [ 120.1595033, 30.4535654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595033, 30.4535654 ], [ 120.1598063, 30.4553552 ], [ 120.15989, 30.45585 ], [ 120.1600671, 30.4568959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1600671, 30.4568959 ], [ 120.1600906, 30.4570378 ], [ 120.1604496, 30.4592098 ], [ 120.1604644, 30.4593146 ], [ 120.1605499, 30.4599201 ], [ 120.1605472, 30.460986 ], [ 120.1605405, 30.4613269 ], [ 120.1605503, 30.4629286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605503, 30.4629286 ], [ 120.1605405, 30.4613269 ], [ 120.1605472, 30.460986 ], [ 120.1605499, 30.4599201 ], [ 120.1604644, 30.4593146 ], [ 120.1604496, 30.4592098 ], [ 120.1600906, 30.4570378 ], [ 120.1600671, 30.4568959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智启街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1525618, 30.4615879 ], [ 120.1530571, 30.4619614 ], [ 120.1535678, 30.4622482 ], [ 120.1540786, 30.462455 ], [ 120.1543912, 30.4625512 ], [ 120.154837, 30.4626885 ], [ 120.1569729, 30.4628486 ], [ 120.1590856, 30.4628886 ], [ 120.1605503, 30.4629286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "智启街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605503, 30.4629286 ], [ 120.1590856, 30.4628886 ], [ 120.1569729, 30.4628486 ], [ 120.154837, 30.4626885 ], [ 120.1543912, 30.4625512 ], [ 120.1540786, 30.462455 ], [ 120.1535678, 30.4622482 ], [ 120.1530571, 30.4619614 ], [ 120.1525618, 30.4615879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660347, 30.3812514 ], [ 120.1668112, 30.3821312 ], [ 120.1670241, 30.3823733 ], [ 120.1674954, 30.3829093 ], [ 120.1681634, 30.3836688 ], [ 120.1683192, 30.383846 ], [ 120.168566, 30.384319 ], [ 120.1686482, 30.3847329 ], [ 120.1686345, 30.385135 ], [ 120.1685874, 30.3854988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685874, 30.3854988 ], [ 120.1686345, 30.385135 ], [ 120.1686482, 30.3847329 ], [ 120.168566, 30.384319 ], [ 120.1683192, 30.383846 ], [ 120.1681634, 30.3836688 ], [ 120.1674954, 30.3829093 ], [ 120.1670241, 30.3823733 ], [ 120.1668112, 30.3821312 ], [ 120.1660347, 30.3812514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.159449, 30.3849426 ], [ 120.1602671, 30.384937 ], [ 120.1608985, 30.3849387 ], [ 120.1617021, 30.3849408 ], [ 120.1634163, 30.3849453 ], [ 120.164001, 30.3849469 ], [ 120.1645838, 30.3849588 ], [ 120.1652319, 30.3849868 ], [ 120.1656899, 30.3850371 ], [ 120.166108, 30.3850831 ], [ 120.1677691, 30.3853528 ], [ 120.1682693, 30.3854375 ], [ 120.1685874, 30.3854988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685515, 30.3856372 ], [ 120.16828, 30.3855903 ], [ 120.16773, 30.3854849 ], [ 120.1664229, 30.3852742 ], [ 120.1659254, 30.3851939 ], [ 120.1657204, 30.3851638 ], [ 120.1654885, 30.3851297 ], [ 120.1653242, 30.3851181 ], [ 120.1650318, 30.3850997 ], [ 120.1647829, 30.38509 ], [ 120.1640442, 30.3850749 ], [ 120.1634044, 30.3850787 ], [ 120.1624423, 30.3850741 ], [ 120.161704, 30.3850729 ], [ 120.1594876, 30.3850693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685874, 30.3854988 ], [ 120.1685515, 30.3856372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685515, 30.3856372 ], [ 120.1685874, 30.3854988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1680754, 30.3875238 ], [ 120.1681325, 30.3872955 ], [ 120.1683229, 30.386488 ], [ 120.1685515, 30.3856372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685515, 30.3856372 ], [ 120.1683229, 30.386488 ], [ 120.1681325, 30.3872955 ], [ 120.1680754, 30.3875238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595433, 30.3877268 ], [ 120.1622753, 30.3875863 ], [ 120.1634178, 30.3875269 ], [ 120.1647441, 30.3874897 ], [ 120.1655719, 30.387483 ], [ 120.1668255, 30.3874729 ], [ 120.1670328, 30.3874818 ], [ 120.167362, 30.3874984 ], [ 120.1680754, 30.3875238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1680754, 30.3875238 ], [ 120.167362, 30.3874984 ], [ 120.1670328, 30.3874818 ], [ 120.1668255, 30.3874729 ], [ 120.1655719, 30.387483 ], [ 120.1647441, 30.3874897 ], [ 120.1634178, 30.3875269 ], [ 120.1622753, 30.3875863 ], [ 120.1595433, 30.3877268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1685874, 30.3854988 ], [ 120.1693402, 30.385612 ], [ 120.1700184, 30.3856849 ], [ 120.1706643, 30.3857046 ], [ 120.1714617, 30.3857217 ], [ 120.1728996, 30.3857524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1728996, 30.3857524 ], [ 120.1730214, 30.3857453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1729252, 30.3858888 ], [ 120.1706127, 30.3858269 ], [ 120.1702112, 30.3858147 ], [ 120.169749, 30.3857904 ], [ 120.1690954, 30.3857177 ], [ 120.1685515, 30.3856372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1730214, 30.3857453 ], [ 120.1730054, 30.3858842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1729252, 30.3858888 ], [ 120.1728996, 30.3857524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1730054, 30.3858842 ], [ 120.1729252, 30.3858888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1765136, 30.3859503 ], [ 120.1754714, 30.3859508 ], [ 120.1751376, 30.385943 ], [ 120.1740666, 30.385918 ], [ 120.1730054, 30.3858842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.172641, 30.3881472 ], [ 120.1726808, 30.3877976 ], [ 120.1726983, 30.3876397 ], [ 120.1727245, 30.3874378 ], [ 120.1729252, 30.3858888 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1730054, 30.3858842 ], [ 120.172854, 30.3871969 ], [ 120.1728022, 30.387646 ], [ 120.1727821, 30.3878022 ], [ 120.1727358, 30.3881612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1765136, 30.3859503 ], [ 120.176405, 30.3882197 ], [ 120.176433, 30.3887765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176433, 30.3887765 ], [ 120.176405, 30.3882197 ], [ 120.1765136, 30.3859503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.172641, 30.3881472 ], [ 120.1719359, 30.3880428 ], [ 120.1716226, 30.3879993 ], [ 120.1703581, 30.387801 ], [ 120.1700762, 30.3877649 ], [ 120.1685743, 30.3875724 ], [ 120.1680754, 30.3875238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "前村街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1680754, 30.3875238 ], [ 120.1685743, 30.3875724 ], [ 120.1700762, 30.3877649 ], [ 120.1703581, 30.387801 ], [ 120.1716226, 30.3879993 ], [ 120.1719359, 30.3880428 ], [ 120.172641, 30.3881472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.172641, 30.3881472 ], [ 120.1727358, 30.3881612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727358, 30.3881612 ], [ 120.172641, 30.3881472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727358, 30.3881612 ], [ 120.1739694, 30.3883313 ], [ 120.176433, 30.3887765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176433, 30.3887765 ], [ 120.1739694, 30.3883313 ], [ 120.1727358, 30.3881612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1716093, 30.3928156 ], [ 120.171558, 30.3927544 ], [ 120.1720061, 30.3908481 ], [ 120.1723136, 30.3895398 ], [ 120.172641, 30.3881472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1727358, 30.3881612 ], [ 120.1724099, 30.3895605 ], [ 120.1716621, 30.3927716 ], [ 120.1716093, 30.3928156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1759139, 30.3930115 ], [ 120.1762517, 30.3915507 ], [ 120.176294, 30.3908615 ], [ 120.1763672, 30.3896703 ], [ 120.176433, 30.3887765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1680754, 30.3875238 ], [ 120.1678232, 30.388588 ], [ 120.1674777, 30.3900417 ], [ 120.1671647, 30.3913583 ], [ 120.1664705, 30.3934715 ], [ 120.1661373, 30.3946821 ], [ 120.1657786, 30.3960698 ], [ 120.1657664, 30.3961169 ], [ 120.1652568, 30.3980705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1652568, 30.3980705 ], [ 120.1657664, 30.3961169 ], [ 120.1657786, 30.3960698 ], [ 120.1661373, 30.3946821 ], [ 120.1664705, 30.3934715 ], [ 120.1671647, 30.3913583 ], [ 120.1674777, 30.3900417 ], [ 120.1678232, 30.388588 ], [ 120.1680754, 30.3875238 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1654684, 30.4025042 ], [ 120.1661466, 30.4026193 ], [ 120.1663344, 30.4026512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1662203, 30.403048 ], [ 120.1660417, 30.4029791 ], [ 120.1652093, 30.4026579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1654684, 30.4025042 ], [ 120.1661414, 30.4026399 ], [ 120.1673273, 30.402879 ], [ 120.1703154, 30.4035248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1702901, 30.4037651 ], [ 120.1693471, 30.403545 ], [ 120.1672899, 30.4031075 ], [ 120.1660849, 30.4028481 ], [ 120.1652093, 30.4026579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601483, 30.4126422 ], [ 120.1605044, 30.4126921 ], [ 120.1607108, 30.4127295 ], [ 120.1610089, 30.4127629 ], [ 120.1612166, 30.412792 ], [ 120.1620008, 30.412902 ], [ 120.1623579, 30.4129521 ], [ 120.1633639, 30.4130932 ], [ 120.1638348, 30.4131592 ], [ 120.1645315, 30.4132569 ], [ 120.1651289, 30.4133407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651289, 30.4133407 ], [ 120.1645315, 30.4132569 ], [ 120.1638348, 30.4131592 ], [ 120.1633639, 30.4130932 ], [ 120.1623579, 30.4129521 ], [ 120.1620008, 30.412902 ], [ 120.1612166, 30.412792 ], [ 120.1610089, 30.4127629 ], [ 120.1607108, 30.4127295 ], [ 120.1605044, 30.4126921 ], [ 120.1601483, 30.4126422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719775, 30.4143028 ], [ 120.1715023, 30.4142302 ], [ 120.1707987, 30.4141226 ], [ 120.1696702, 30.4139501 ], [ 120.1686826, 30.4137992 ], [ 120.1685019, 30.4137716 ], [ 120.1681547, 30.4137185 ], [ 120.1680406, 30.4137102 ], [ 120.1679866, 30.4137062 ], [ 120.1678254, 30.4136888 ], [ 120.1676173, 30.4136793 ], [ 120.1675923, 30.4136774 ], [ 120.16746, 30.4136677 ], [ 120.1669839, 30.4136009 ], [ 120.1666958, 30.4135605 ], [ 120.1664935, 30.4135321 ], [ 120.1662586, 30.4134992 ], [ 120.1657534, 30.4134283 ], [ 120.165466, 30.413388 ], [ 120.1653425, 30.4133707 ], [ 120.1651289, 30.4133407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沾超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651289, 30.4133407 ], [ 120.1653425, 30.4133707 ], [ 120.165466, 30.413388 ], [ 120.1657534, 30.4134283 ], [ 120.1662586, 30.4134992 ], [ 120.1664935, 30.4135321 ], [ 120.1666958, 30.4135605 ], [ 120.1669839, 30.4136009 ], [ 120.16746, 30.4136677 ], [ 120.1675923, 30.4136774 ], [ 120.1676173, 30.4136793 ], [ 120.1678254, 30.4136888 ], [ 120.1679866, 30.4137062 ], [ 120.1680406, 30.4137102 ], [ 120.1681547, 30.4137185 ], [ 120.1685019, 30.4137716 ], [ 120.1686826, 30.4137992 ], [ 120.1696702, 30.4139501 ], [ 120.1707987, 30.4141226 ], [ 120.1715023, 30.4142302 ], [ 120.1719775, 30.4143028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1580554, 30.4009126 ], [ 120.1580544, 30.4011207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1580544, 30.4011207 ], [ 120.1578561, 30.4010799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1580554, 30.4009126 ], [ 120.1594043, 30.4012007 ], [ 120.1601262, 30.4013499 ], [ 120.1612103, 30.4015862 ], [ 120.1615019, 30.4016498 ], [ 120.162606, 30.4018905 ], [ 120.1647918, 30.4023603 ], [ 120.1651071, 30.4024314 ], [ 120.1654684, 30.4025042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1652093, 30.4026579 ], [ 120.1650535, 30.4026241 ], [ 120.1649929, 30.4026095 ], [ 120.1647231, 30.4025456 ], [ 120.1646704, 30.4025334 ], [ 120.1614399, 30.401841 ], [ 120.1611607, 30.4017812 ], [ 120.1601461, 30.4015637 ], [ 120.1598994, 30.401517 ], [ 120.1592584, 30.401369 ], [ 120.1591819, 30.401352 ], [ 120.1580544, 30.4011207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576717, 30.4041601 ], [ 120.157694, 30.4038856 ], [ 120.1577495, 30.4031548 ], [ 120.1578561, 30.4010799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1580544, 30.4011207 ], [ 120.157936, 30.4030085 ], [ 120.1578971, 30.4038993 ], [ 120.157882, 30.4041745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1569463, 30.404034 ], [ 120.1573851, 30.4041361 ], [ 120.1574577, 30.4041455 ], [ 120.1576717, 30.4041601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576717, 30.4041601 ], [ 120.157882, 30.4041745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576421, 30.4043985 ], [ 120.1576717, 30.4041601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157882, 30.4041745 ], [ 120.1578283, 30.404417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576421, 30.4043985 ], [ 120.1574627, 30.4043807 ], [ 120.1572491, 30.404352 ], [ 120.1568093, 30.4042417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1578283, 30.404417 ], [ 120.1576421, 30.4043985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576715, 30.4053602 ], [ 120.1575728, 30.4051744 ], [ 120.1576421, 30.4043985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1578283, 30.404417 ], [ 120.1577847, 30.4048597 ], [ 120.1577612, 30.4051771 ], [ 120.1576715, 30.4053602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157537, 30.4074605 ], [ 120.1576032, 30.406398 ], [ 120.1576224, 30.4060899 ], [ 120.1576715, 30.4053602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576715, 30.4053602 ], [ 120.1576224, 30.4060899 ], [ 120.1576032, 30.406398 ], [ 120.157537, 30.4074605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1625354, 30.4082662 ], [ 120.1611454, 30.4080885 ], [ 120.159147, 30.4078331 ], [ 120.1589304, 30.4077928 ], [ 120.1585428, 30.4077208 ], [ 120.157537, 30.4074605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157537, 30.4074605 ], [ 120.1585428, 30.4077208 ], [ 120.1589304, 30.4077928 ], [ 120.159147, 30.4078331 ], [ 120.1611454, 30.4080885 ], [ 120.1625354, 30.4082662 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157194, 30.4119619 ], [ 120.1571988, 30.4118848 ], [ 120.1572984, 30.4105819 ], [ 120.157537, 30.4074605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.157537, 30.4074605 ], [ 120.1572984, 30.4105819 ], [ 120.1571988, 30.4118848 ], [ 120.157194, 30.4119619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176433, 30.3887765 ], [ 120.1763672, 30.3896703 ], [ 120.176294, 30.3908615 ], [ 120.1762517, 30.3915507 ], [ 120.1759139, 30.3930115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1716093, 30.3928156 ], [ 120.1715321, 30.3931802 ], [ 120.1711741, 30.3948704 ], [ 120.1711586, 30.3949333 ], [ 120.1711446, 30.3949965 ], [ 120.1710285, 30.3955591 ], [ 120.1709975, 30.3957423 ], [ 120.1709642, 30.3959385 ], [ 120.1709678, 30.3960309 ], [ 120.170976, 30.3962443 ], [ 120.1709831, 30.3964274 ], [ 120.1709963, 30.3967714 ], [ 120.1710822, 30.3975302 ], [ 120.1712109, 30.3979282 ], [ 120.1712109, 30.3980577 ], [ 120.1711205, 30.3985647 ], [ 120.1710841, 30.3987685 ], [ 120.1709749, 30.399381 ], [ 120.1707845, 30.4006542 ], [ 120.1705705, 30.4020851 ], [ 120.1705506, 30.4022182 ], [ 120.1704115, 30.4028964 ], [ 120.1703822, 30.4030394 ], [ 120.1703525, 30.4031841 ], [ 120.1703154, 30.4035248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1703154, 30.4035248 ], [ 120.1703525, 30.4031841 ], [ 120.1703822, 30.4030394 ], [ 120.1704115, 30.4028964 ], [ 120.1705506, 30.4022182 ], [ 120.1705705, 30.4020851 ], [ 120.1707845, 30.4006542 ], [ 120.1709749, 30.399381 ], [ 120.1710841, 30.3987685 ], [ 120.1711205, 30.3985647 ], [ 120.1712109, 30.3980577 ], [ 120.1712109, 30.3979282 ], [ 120.1710822, 30.3975302 ], [ 120.1709963, 30.3967714 ], [ 120.1709831, 30.3964274 ], [ 120.170976, 30.3962443 ], [ 120.1709678, 30.3960309 ], [ 120.1709642, 30.3959385 ], [ 120.1709975, 30.3957423 ], [ 120.1710285, 30.3955591 ], [ 120.1711446, 30.3949965 ], [ 120.1711586, 30.3949333 ], [ 120.1711741, 30.3948704 ], [ 120.1715321, 30.3931802 ], [ 120.1716093, 30.3928156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1702901, 30.4037651 ], [ 120.1703154, 30.4035248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1703154, 30.4035248 ], [ 120.1702901, 30.4037651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719775, 30.4143028 ], [ 120.1719903, 30.4140416 ], [ 120.1720008, 30.4138281 ], [ 120.1720332, 30.4131672 ], [ 120.1720436, 30.4129553 ], [ 120.1720684, 30.4124483 ], [ 120.1720705, 30.4124064 ], [ 120.1720911, 30.4119873 ], [ 120.1721593, 30.4105947 ], [ 120.1721752, 30.410271 ], [ 120.1721795, 30.4101828 ], [ 120.1722038, 30.4096877 ], [ 120.172215, 30.4094597 ], [ 120.172228, 30.4091952 ], [ 120.1722308, 30.409139 ], [ 120.1722429, 30.4088918 ], [ 120.1722605, 30.4085318 ], [ 120.1722868, 30.4079784 ], [ 120.1722915, 30.407879 ], [ 120.172306, 30.4075743 ], [ 120.1723525, 30.4065934 ], [ 120.1723607, 30.4064212 ], [ 120.1723705, 30.4062142 ], [ 120.1724045, 30.4054981 ], [ 120.1724378, 30.4047979 ], [ 120.172413, 30.404697 ], [ 120.1722783, 30.4046144 ], [ 120.1704006, 30.4042168 ], [ 120.1702981, 30.4041461 ], [ 120.1702633, 30.4040786 ], [ 120.1702901, 30.4037651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1702901, 30.4037651 ], [ 120.1702633, 30.4040786 ], [ 120.1702981, 30.4041461 ], [ 120.1704006, 30.4042168 ], [ 120.1722783, 30.4046144 ], [ 120.172413, 30.404697 ], [ 120.1724378, 30.4047979 ], [ 120.1724045, 30.4054981 ], [ 120.1723705, 30.4062142 ], [ 120.1723607, 30.4064212 ], [ 120.1723525, 30.4065934 ], [ 120.172306, 30.4075743 ], [ 120.1722915, 30.407879 ], [ 120.1722868, 30.4079784 ], [ 120.1722605, 30.4085318 ], [ 120.1722429, 30.4088918 ], [ 120.1722308, 30.409139 ], [ 120.172228, 30.4091952 ], [ 120.172215, 30.4094597 ], [ 120.1722038, 30.4096877 ], [ 120.1721795, 30.4101828 ], [ 120.1721752, 30.410271 ], [ 120.1721593, 30.4105947 ], [ 120.1720911, 30.4119873 ], [ 120.1720705, 30.4124064 ], [ 120.1720684, 30.4124483 ], [ 120.1720436, 30.4129553 ], [ 120.1720332, 30.4131672 ], [ 120.1720008, 30.4138281 ], [ 120.1719903, 30.4140416 ], [ 120.1719775, 30.4143028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1726344, 30.4196303 ], [ 120.1725622, 30.4194422 ], [ 120.1725465, 30.4193422 ], [ 120.1725408, 30.419306 ], [ 120.1725294, 30.4192404 ], [ 120.1724805, 30.4189597 ], [ 120.1724577, 30.4187283 ], [ 120.1724, 30.4181413 ], [ 120.1723927, 30.4180508 ], [ 120.1723653, 30.4177137 ], [ 120.172338, 30.4173767 ], [ 120.1722754, 30.4166053 ], [ 120.1722453, 30.4157154 ], [ 120.1722433, 30.4156563 ], [ 120.1720076, 30.4150163 ], [ 120.1720055, 30.4149669 ], [ 120.1719775, 30.4143028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719775, 30.4143028 ], [ 120.1720055, 30.4149669 ], [ 120.1720076, 30.4150163 ], [ 120.1722433, 30.4156563 ], [ 120.1722453, 30.4157154 ], [ 120.1722754, 30.4166053 ], [ 120.172338, 30.4173767 ], [ 120.1723653, 30.4177137 ], [ 120.1723927, 30.4180508 ], [ 120.1724, 30.4181413 ], [ 120.1724577, 30.4187283 ], [ 120.1724805, 30.4189597 ], [ 120.1725294, 30.4192404 ], [ 120.1725408, 30.419306 ], [ 120.1725465, 30.4193422 ], [ 120.1725622, 30.4194422 ], [ 120.1726344, 30.4196303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667806, 30.4500074 ], [ 120.1676088, 30.4500332 ], [ 120.1702076, 30.4501142 ], [ 120.1707547, 30.4500875 ], [ 120.1717972, 30.449954 ], [ 120.1718849, 30.449954 ], [ 120.1720346, 30.449954 ], [ 120.1726811, 30.4499737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "木桥庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651289, 30.4133407 ], [ 120.1651315, 30.4142672 ], [ 120.1651333, 30.4148873 ], [ 120.1651335, 30.414969 ], [ 120.1651359, 30.4158 ], [ 120.165137, 30.4161885 ], [ 120.165138, 30.4165383 ], [ 120.1651392, 30.4169739 ], [ 120.1651399, 30.4172181 ], [ 120.1651405, 30.4174145 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "木桥庄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1651405, 30.4174145 ], [ 120.1651399, 30.4172181 ], [ 120.1651392, 30.4169739 ], [ 120.165138, 30.4165383 ], [ 120.165137, 30.4161885 ], [ 120.1651359, 30.4158 ], [ 120.1651335, 30.414969 ], [ 120.1651333, 30.4148873 ], [ 120.1651315, 30.4142672 ], [ 120.1651289, 30.4133407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1576084, 30.4331228 ], [ 120.1610796, 30.4328494 ], [ 120.161172, 30.432854 ], [ 120.1622906, 30.4329084 ], [ 120.1625656, 30.4329165 ], [ 120.1647049, 30.43307 ], [ 120.1650108, 30.4330773 ], [ 120.1672481, 30.4331309 ], [ 120.168497, 30.4335993 ], [ 120.1722286, 30.4349989 ], [ 120.1732529, 30.4351511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1732529, 30.4351511 ], [ 120.1722286, 30.4349989 ], [ 120.168497, 30.4335993 ], [ 120.1672481, 30.4331309 ], [ 120.1650108, 30.4330773 ], [ 120.1647049, 30.43307 ], [ 120.1625656, 30.4329165 ], [ 120.1622906, 30.4329084 ], [ 120.161172, 30.432854 ], [ 120.1610796, 30.4328494 ], [ 120.1576084, 30.4331228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666989, 30.4500011 ], [ 120.1661199, 30.4499759 ], [ 120.1657176, 30.449987 ], [ 120.1650835, 30.4499891 ], [ 120.1634038, 30.4498434 ], [ 120.1605572, 30.4495265 ], [ 120.1588015, 30.4493311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1588015, 30.4493311 ], [ 120.1605572, 30.4495265 ], [ 120.1634038, 30.4498434 ], [ 120.1650835, 30.4499891 ], [ 120.1657176, 30.449987 ], [ 120.1661199, 30.4499759 ], [ 120.1666989, 30.4500011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667806, 30.4500074 ], [ 120.1666989, 30.4500011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666989, 30.4500011 ], [ 120.1667806, 30.4500074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1667806, 30.4500074 ], [ 120.1667378, 30.4517016 ], [ 120.166729, 30.4523032 ], [ 120.1666836, 30.4533691 ], [ 120.1666668, 30.4537625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1665166, 30.4537726 ], [ 120.1665277, 30.4534081 ], [ 120.1665742, 30.4524099 ], [ 120.1666112, 30.4516956 ], [ 120.1666989, 30.4500011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1665166, 30.4537726 ], [ 120.1657134, 30.4537489 ], [ 120.1648468, 30.4537233 ], [ 120.1643969, 30.45371 ], [ 120.1633342, 30.4536786 ], [ 120.1624382, 30.4536728 ], [ 120.161208, 30.4536648 ], [ 120.1609728, 30.4536511 ], [ 120.1603962, 30.4536175 ], [ 120.1595033, 30.4535654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1595033, 30.4535654 ], [ 120.1603962, 30.4536175 ], [ 120.1609728, 30.4536511 ], [ 120.161208, 30.4536648 ], [ 120.1624382, 30.4536728 ], [ 120.1633342, 30.4536786 ], [ 120.1643969, 30.45371 ], [ 120.1648468, 30.4537233 ], [ 120.1657134, 30.4537489 ], [ 120.1665166, 30.4537726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1665166, 30.4537726 ], [ 120.1666668, 30.4537625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666668, 30.4537625 ], [ 120.1665166, 30.4537726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1666668, 30.4537625 ], [ 120.1666288, 30.4546511 ], [ 120.1666007, 30.4553098 ], [ 120.1665668, 30.456105 ], [ 120.1665529, 30.4564293 ], [ 120.1665255, 30.4571435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664098, 30.4571458 ], [ 120.1664221, 30.4568714 ], [ 120.1664302, 30.456605 ], [ 120.1665166, 30.4537726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1600671, 30.4568959 ], [ 120.1614833, 30.4569517 ], [ 120.1664098, 30.4571458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664098, 30.4571458 ], [ 120.1614833, 30.4569517 ], [ 120.1600671, 30.4568959 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1664098, 30.4571458 ], [ 120.1665255, 30.4571435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1665255, 30.4571435 ], [ 120.1664098, 30.4571458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1819839, 30.4516187 ], [ 120.1819981, 30.4511915 ], [ 120.1820183, 30.4508523 ], [ 120.1820879, 30.4496868 ], [ 120.1821417, 30.4482904 ], [ 120.1822629, 30.4470215 ], [ 120.182393, 30.4460777 ], [ 120.1827251, 30.4446696 ], [ 120.1828995, 30.4440448 ], [ 120.1830167, 30.4436251 ], [ 120.1832635, 30.4428901 ], [ 120.1833981, 30.4424916 ], [ 120.1836943, 30.4418301 ], [ 120.1838568, 30.4414711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1819839, 30.4516187 ], [ 120.1807156, 30.4517159 ], [ 120.1799621, 30.451796 ], [ 120.179051, 30.4514982 ], [ 120.1783594, 30.4512722 ], [ 120.1781838, 30.4512148 ], [ 120.1780835, 30.451182 ], [ 120.1761326, 30.4507637 ], [ 120.173521, 30.4506837 ], [ 120.1731288, 30.4506659 ], [ 120.1726746, 30.4505057 ], [ 120.1726351, 30.4503119 ], [ 120.1726508, 30.4501967 ], [ 120.1726811, 30.4499737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1726811, 30.4499737 ], [ 120.1726508, 30.4501967 ], [ 120.1726351, 30.4503119 ], [ 120.1726746, 30.4505057 ], [ 120.1731288, 30.4506659 ], [ 120.173521, 30.4506837 ], [ 120.1761326, 30.4507637 ], [ 120.1780835, 30.451182 ], [ 120.1781838, 30.4512148 ], [ 120.1783594, 30.4512722 ], [ 120.179051, 30.4514982 ], [ 120.1799621, 30.451796 ], [ 120.1807156, 30.4517159 ], [ 120.1819839, 30.4516187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184025, 30.4414707 ], [ 120.1837376, 30.4420988 ], [ 120.1834164, 30.4429101 ], [ 120.1830559, 30.4440554 ], [ 120.1829149, 30.4445035 ], [ 120.1826162, 30.4457568 ], [ 120.1824134, 30.4470976 ], [ 120.1822781, 30.4486424 ], [ 120.1821993, 30.4504106 ], [ 120.1821494, 30.451452 ], [ 120.1820978, 30.4525285 ], [ 120.1820807, 30.452842 ], [ 120.182006, 30.4542102 ], [ 120.1819851, 30.454593 ], [ 120.1819739, 30.4555547 ], [ 120.1819513, 30.455987 ], [ 120.1818217, 30.458202 ], [ 120.1814882, 30.4644999 ], [ 120.1814545, 30.4652725 ], [ 120.1814347, 30.4657279 ], [ 120.1814211, 30.4660394 ], [ 120.1813004, 30.4674389 ], [ 120.181296, 30.4674899 ], [ 120.1811424, 30.4685925 ], [ 120.1810676, 30.468957 ], [ 120.1809888, 30.4693411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808817, 30.4693334 ], [ 120.1809424, 30.4689521 ], [ 120.1810106, 30.4685237 ], [ 120.1810217, 30.4684408 ], [ 120.1811435, 30.467535 ], [ 120.1811812, 30.4669187 ], [ 120.1812152, 30.4663617 ], [ 120.1813431, 30.4644976 ], [ 120.1813669, 30.4639106 ], [ 120.181379, 30.463611 ], [ 120.1814148, 30.46266 ], [ 120.1814911, 30.4619212 ], [ 120.181677, 30.4581826 ], [ 120.181741, 30.4568954 ], [ 120.1818764, 30.4541703 ], [ 120.1819443, 30.4528045 ], [ 120.1819839, 30.4516187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808817, 30.4693334 ], [ 120.1809888, 30.4693411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808529, 30.4694877 ], [ 120.1808817, 30.4693334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1809888, 30.4693411 ], [ 120.1809602, 30.4694882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1809602, 30.4694882 ], [ 120.1808529, 30.4694877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1809888, 30.4693411 ], [ 120.1814074, 30.4693285 ], [ 120.181729, 30.4693189 ], [ 120.1819808, 30.4693167 ], [ 120.182374, 30.4693132 ], [ 120.1827912, 30.4693412 ], [ 120.1832369, 30.4694267 ], [ 120.1840892, 30.4696357 ], [ 120.1847146, 30.4698069 ], [ 120.1852656, 30.4699572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2143441, 30.3432038 ], [ 120.2142477, 30.3438445 ], [ 120.2142277, 30.3439774 ], [ 120.2140256, 30.3453205 ], [ 120.2140066, 30.3454469 ], [ 120.2138265, 30.3466439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138265, 30.3466439 ], [ 120.2140066, 30.3454469 ], [ 120.2140256, 30.3453205 ], [ 120.2142277, 30.3439774 ], [ 120.2142477, 30.3438445 ], [ 120.2143441, 30.3432038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2162698, 30.3469358 ], [ 120.2166047, 30.3459972 ], [ 120.2167893, 30.3453497 ], [ 120.2168468, 30.3448992 ], [ 120.2168271, 30.3444732 ], [ 120.2167228, 30.3440017 ], [ 120.2166379, 30.3437347 ], [ 120.2164817, 30.3433749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2166564, 30.3434186 ], [ 120.2168514, 30.3439671 ], [ 120.216899, 30.344177 ], [ 120.2169325, 30.3443249 ], [ 120.2169648, 30.3447038 ], [ 120.2169601, 30.3449237 ], [ 120.2168822, 30.3453998 ], [ 120.2167065, 30.3460307 ], [ 120.216401, 30.3469467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2162698, 30.3469358 ], [ 120.215605, 30.3468801 ], [ 120.2147243, 30.3468147 ], [ 120.2141332, 30.3467132 ], [ 120.2138265, 30.3466439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138265, 30.3466439 ], [ 120.2141332, 30.3467132 ], [ 120.2147243, 30.3468147 ], [ 120.215605, 30.3468801 ], [ 120.2162698, 30.3469358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.216401, 30.3469467 ], [ 120.2162698, 30.3469358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2162698, 30.3469358 ], [ 120.216401, 30.3469467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138265, 30.3466439 ], [ 120.2137042, 30.3473995 ], [ 120.2136647, 30.3476809 ], [ 120.2136054, 30.3479197 ], [ 120.2135461, 30.3481415 ], [ 120.213467, 30.3483462 ], [ 120.2132773, 30.3487481 ], [ 120.2131986, 30.3489149 ], [ 120.2126001, 30.3501831 ], [ 120.2125127, 30.3503683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "会林路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125127, 30.3503683 ], [ 120.2126001, 30.3501831 ], [ 120.2131986, 30.3489149 ], [ 120.2132773, 30.3487481 ], [ 120.213467, 30.3483462 ], [ 120.2135461, 30.3481415 ], [ 120.2136054, 30.3479197 ], [ 120.2136647, 30.3476809 ], [ 120.2137042, 30.3473995 ], [ 120.2138265, 30.3466439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072283, 30.3451236 ], [ 120.2053353, 30.3451445 ], [ 120.2034926, 30.3451058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073767, 30.3451027 ], [ 120.2076428, 30.3451694 ], [ 120.2079906, 30.3452571 ], [ 120.2083135, 30.3453348 ], [ 120.2084832, 30.3453757 ], [ 120.2095131, 30.3456236 ], [ 120.2105721, 30.3458785 ], [ 120.2112146, 30.3460332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112146, 30.3460332 ], [ 120.2105721, 30.3458785 ], [ 120.2095131, 30.3456236 ], [ 120.2084832, 30.3453757 ], [ 120.2083135, 30.3453348 ], [ 120.2079906, 30.3452571 ], [ 120.2076428, 30.3451694 ], [ 120.2073767, 30.3451027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112146, 30.3460332 ], [ 120.2118098, 30.3461724 ], [ 120.2138265, 30.3466439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "杭玻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2138265, 30.3466439 ], [ 120.2118098, 30.3461724 ], [ 120.2112146, 30.3460332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073767, 30.3451027 ], [ 120.20734, 30.3453953 ], [ 120.2073335, 30.3457214 ], [ 120.2073344, 30.3459708 ], [ 120.2073658, 30.3476003 ], [ 120.2073646, 30.3478039 ], [ 120.207363, 30.3480914 ], [ 120.2073666, 30.348329 ], [ 120.2073678, 30.3484102 ], [ 120.2073621, 30.3486821 ], [ 120.2073455, 30.3495053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072089, 30.3495085 ], [ 120.2072146, 30.3488625 ], [ 120.2072234, 30.3485282 ], [ 120.2072271, 30.3483872 ], [ 120.2072324, 30.347781 ], [ 120.2072353, 30.3475131 ], [ 120.2072331, 30.3469758 ], [ 120.2072215, 30.3460695 ], [ 120.2072283, 30.3451236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2112146, 30.3460332 ], [ 120.2108911, 30.3475211 ], [ 120.2108309, 30.3478494 ], [ 120.2106642, 30.3486968 ], [ 120.210394, 30.3500092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210394, 30.3500092 ], [ 120.2106642, 30.3486968 ], [ 120.2108309, 30.3478494 ], [ 120.2108911, 30.3475211 ], [ 120.2112146, 30.3460332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073455, 30.3495053 ], [ 120.208071, 30.3496254 ], [ 120.210394, 30.3500092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207931, 30.346426 ], [ 120.2212745, 30.3472779 ], [ 120.221703, 30.3480479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215095, 30.3481543 ], [ 120.221703, 30.3480479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.221703, 30.3480479 ], [ 120.2217694, 30.3482248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215932, 30.348317 ], [ 120.2215095, 30.3481543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267979, 30.3466751 ], [ 120.226399, 30.3472897 ], [ 120.225752, 30.3483433 ], [ 120.2255439, 30.3486534 ], [ 120.2251657, 30.3492171 ], [ 120.2247774, 30.3498142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2247774, 30.3498142 ], [ 120.2251657, 30.3492171 ], [ 120.2255439, 30.3486534 ], [ 120.225752, 30.3483433 ], [ 120.226399, 30.3472897 ], [ 120.2267979, 30.3466751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217694, 30.3482248 ], [ 120.2215932, 30.348317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200522, 30.3488874 ], [ 120.2209751, 30.3484418 ], [ 120.2212062, 30.348309 ], [ 120.2215095, 30.3481543 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2217694, 30.3482248 ], [ 120.2220936, 30.3488852 ], [ 120.2221887, 30.3491385 ], [ 120.222639, 30.3499561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.222639, 30.3499561 ], [ 120.2238862, 30.3498682 ], [ 120.2241719, 30.3498473 ], [ 120.2247774, 30.3498142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2144071, 30.3509665 ], [ 120.2147104, 30.3505082 ], [ 120.2151612, 30.3498306 ], [ 120.2154737, 30.3493144 ], [ 120.2156238, 30.3489761 ], [ 120.2157413, 30.3486379 ], [ 120.2161416, 30.3474095 ], [ 120.2162013, 30.347234 ], [ 120.2162698, 30.3469358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.216401, 30.3469467 ], [ 120.2163218, 30.3472501 ], [ 120.2162668, 30.3474167 ], [ 120.2158737, 30.3486338 ], [ 120.21573, 30.3489985 ], [ 120.2155538, 30.3493702 ], [ 120.2148471, 30.3505201 ], [ 120.2145251, 30.3510415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "笕丁路", "丁桥路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2215932, 30.348317 ], [ 120.2212992, 30.3484655 ], [ 120.2210471, 30.348587 ], [ 120.2203713, 30.3488786 ], [ 120.2201173, 30.3490116 ], [ 120.219887, 30.3491989 ], [ 120.21968, 30.3494545 ], [ 120.219509, 30.3497468 ], [ 120.219418, 30.3500138 ], [ 120.2193245, 30.3504164 ], [ 120.2190263, 30.3516587 ], [ 120.2189086, 30.3522369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2153244, 30.3516686 ], [ 120.215813, 30.3513466 ], [ 120.2167615, 30.3506486 ], [ 120.2181704, 30.349632 ], [ 120.2193107, 30.3490858 ], [ 120.2197946, 30.3489094 ], [ 120.2200522, 30.3488874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200522, 30.3488874 ], [ 120.2197946, 30.3489094 ], [ 120.2193107, 30.3490858 ], [ 120.2181704, 30.349632 ], [ 120.2167615, 30.3506486 ], [ 120.215813, 30.3513466 ], [ 120.2153244, 30.3516686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187341, 30.3521956 ], [ 120.218861, 30.3516435 ], [ 120.2190182, 30.3510348 ], [ 120.2192645, 30.3500815 ], [ 120.2193692, 30.3497333 ], [ 120.219536, 30.3494391 ], [ 120.2197286, 30.3491715 ], [ 120.2200522, 30.3488874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2144071, 30.3509665 ], [ 120.2138983, 30.3506865 ], [ 120.2136618, 30.3505821 ], [ 120.2134101, 30.3505093 ], [ 120.2131055, 30.3504577 ], [ 120.2125127, 30.3503683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125127, 30.3503683 ], [ 120.2131055, 30.3504577 ], [ 120.2134101, 30.3505093 ], [ 120.2136618, 30.3505821 ], [ 120.2138983, 30.3506865 ], [ 120.2144071, 30.3509665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145251, 30.3510415 ], [ 120.2144071, 30.3509665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2144071, 30.3509665 ], [ 120.2145251, 30.3510415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210394, 30.3500092 ], [ 120.208071, 30.3496254 ], [ 120.2073455, 30.3495053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2125127, 30.3503683 ], [ 120.210394, 30.3500092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210394, 30.3500092 ], [ 120.2125127, 30.3503683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.206847, 30.3516368 ], [ 120.2069033, 30.351425 ], [ 120.2070135, 30.3510123 ], [ 120.2070823, 30.3506511 ], [ 120.2072089, 30.3495085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2073455, 30.3495053 ], [ 120.2072498, 30.3506648 ], [ 120.2071883, 30.3510208 ], [ 120.2070438, 30.3514714 ], [ 120.2070111, 30.3516521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094978, 30.3520445 ], [ 120.2095418, 30.3518159 ], [ 120.2096866, 30.3514942 ], [ 120.2099084, 30.35102 ], [ 120.210394, 30.3500092 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "建塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.210394, 30.3500092 ], [ 120.2099084, 30.35102 ], [ 120.2096866, 30.3514942 ], [ 120.2095418, 30.3518159 ], [ 120.2094978, 30.3520445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.206847, 30.3516368 ], [ 120.2070111, 30.3516521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2067765, 30.3518124 ], [ 120.206847, 30.3516368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070111, 30.3516521 ], [ 120.2069259, 30.3518351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2247774, 30.3498142 ], [ 120.2241719, 30.3498473 ], [ 120.2238862, 30.3498682 ], [ 120.222639, 30.3499561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2247774, 30.3498142 ], [ 120.2262831, 30.3497097 ], [ 120.2266751, 30.3497359 ], [ 120.2267642, 30.3497419 ], [ 120.2272381, 30.3498605 ], [ 120.2278, 30.350073 ], [ 120.2287136, 30.3504746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287136, 30.3504746 ], [ 120.2278, 30.350073 ], [ 120.2272381, 30.3498605 ], [ 120.2267642, 30.3497419 ], [ 120.2266751, 30.3497359 ], [ 120.2262831, 30.3497097 ], [ 120.2247774, 30.3498142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230981, 30.3531845 ], [ 120.2232108, 30.3528603 ], [ 120.2232791, 30.3525012 ], [ 120.223301, 30.352191 ], [ 120.22326, 30.3517257 ], [ 120.2232101, 30.351416 ], [ 120.2231211, 30.3510818 ], [ 120.2228333, 30.3506208 ], [ 120.2224932, 30.3500194 ], [ 120.2220637, 30.3491764 ], [ 120.2215932, 30.348317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2247774, 30.3498142 ], [ 120.2246326, 30.3500009 ], [ 120.2245349, 30.350212 ], [ 120.2244773, 30.3504028 ], [ 120.2244811, 30.3506912 ], [ 120.2245751, 30.3509475 ], [ 120.2247616, 30.3512091 ], [ 120.2250232, 30.3514265 ], [ 120.225148, 30.3514855 ], [ 120.2253184, 30.3515661 ], [ 120.2276891, 30.3525545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276891, 30.3525545 ], [ 120.2253184, 30.3515661 ], [ 120.225148, 30.3514855 ], [ 120.2250232, 30.3514265 ], [ 120.2247616, 30.3512091 ], [ 120.2245751, 30.3509475 ], [ 120.2244811, 30.3506912 ], [ 120.2244773, 30.3504028 ], [ 120.2245349, 30.350212 ], [ 120.2246326, 30.3500009 ], [ 120.2247774, 30.3498142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.222639, 30.3499561 ], [ 120.2232323, 30.350986 ], [ 120.2233411, 30.3513412 ], [ 120.2234033, 30.351752 ], [ 120.2234497, 30.352105 ], [ 120.2234292, 30.3524798 ], [ 120.2233725, 30.3529004 ], [ 120.2232612, 30.3532363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189086, 30.3522369 ], [ 120.2195525, 30.352352 ], [ 120.2197853, 30.3523936 ], [ 120.2201288, 30.352455 ], [ 120.2218566, 30.3527639 ], [ 120.2224003, 30.3529512 ], [ 120.2226497, 30.3530345 ], [ 120.2230981, 30.3531845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230981, 30.3531845 ], [ 120.2226497, 30.3530345 ], [ 120.2224003, 30.3529512 ], [ 120.2218566, 30.3527639 ], [ 120.2201288, 30.352455 ], [ 120.2197853, 30.3523936 ], [ 120.2195525, 30.352352 ], [ 120.2189086, 30.3522369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2230981, 30.3531845 ], [ 120.2232612, 30.3532363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131727, 30.3526699 ], [ 120.2133679, 30.3524048 ], [ 120.2135613, 30.3521392 ], [ 120.2138865, 30.351677 ], [ 120.2144071, 30.3509665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2145251, 30.3510415 ], [ 120.2142532, 30.3514081 ], [ 120.2139021, 30.3518795 ], [ 120.2137346, 30.3521585 ], [ 120.2135295, 30.3524615 ], [ 120.2133497, 30.3527155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2153244, 30.3516686 ], [ 120.2163306, 30.3518241 ], [ 120.2187341, 30.3521956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187341, 30.3521956 ], [ 120.2163306, 30.3518241 ], [ 120.2153244, 30.3516686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189086, 30.3522369 ], [ 120.2187341, 30.3521956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2187341, 30.3521956 ], [ 120.2189086, 30.3522369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2139083, 30.3528014 ], [ 120.2141726, 30.3525925 ], [ 120.2144448, 30.3523564 ], [ 120.2150075, 30.3519073 ], [ 120.2153244, 30.3516686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "笕丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2153244, 30.3516686 ], [ 120.2150075, 30.3519073 ], [ 120.2144448, 30.3523564 ], [ 120.2141726, 30.3525925 ], [ 120.2139083, 30.3528014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2131727, 30.3526699 ], [ 120.2133497, 30.3527155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2130886, 30.3527928 ], [ 120.2131727, 30.3526699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069259, 30.3518351 ], [ 120.2067765, 30.3518124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2070111, 30.3516521 ], [ 120.2081389, 30.3518277 ], [ 120.2094978, 30.3520445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094868, 30.3521734 ], [ 120.2084765, 30.3520493 ], [ 120.2069259, 30.3518351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094978, 30.3520445 ], [ 120.2094868, 30.3521734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094868, 30.3521734 ], [ 120.2094978, 30.3520445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094978, 30.3520445 ], [ 120.2109739, 30.3522932 ], [ 120.2122736, 30.3525121 ], [ 120.2131727, 30.3526699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2130886, 30.3527928 ], [ 120.2113043, 30.3524609 ], [ 120.2109652, 30.3524148 ], [ 120.2104652, 30.3523467 ], [ 120.2094868, 30.3521734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2069259, 30.3518351 ], [ 120.2062582, 30.3534177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2087961, 30.3540569 ], [ 120.2091668, 30.3530459 ], [ 120.2093178, 30.3526342 ], [ 120.2094868, 30.3521734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2094868, 30.3521734 ], [ 120.2093178, 30.3526342 ], [ 120.2091668, 30.3530459 ], [ 120.2087961, 30.3540569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133497, 30.3527155 ], [ 120.2139083, 30.3528014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133497, 30.3527155 ], [ 120.2132823, 30.3528236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132823, 30.3528236 ], [ 120.2130886, 30.3527928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2178503, 30.354059 ], [ 120.2179132, 30.3537949 ], [ 120.2180859, 30.3535445 ], [ 120.2181968, 30.3533772 ], [ 120.218297, 30.3532261 ], [ 120.2185135, 30.3527706 ], [ 120.2187341, 30.3521956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2189086, 30.3522369 ], [ 120.2187921, 30.3525334 ], [ 120.2186707, 30.3528393 ], [ 120.2184542, 30.3532816 ], [ 120.2182535, 30.3535991 ], [ 120.2180691, 30.353888 ], [ 120.2180296, 30.3541191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.216372, 30.3537056 ], [ 120.2145644, 30.3531607 ], [ 120.2137529, 30.3529115 ], [ 120.2135484, 30.3528733 ], [ 120.2132823, 30.3528236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2139083, 30.3528014 ], [ 120.214612, 30.3530274 ], [ 120.2178503, 30.354059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2177833, 30.354131 ], [ 120.2168133, 30.3538386 ], [ 120.216372, 30.3537056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2178503, 30.354059 ], [ 120.2180296, 30.3541191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2177833, 30.354131 ], [ 120.2178503, 30.354059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062582, 30.3534177 ], [ 120.2087961, 30.3540569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2087961, 30.3540569 ], [ 120.2062582, 30.3534177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2109741, 30.3550657 ], [ 120.2113004, 30.3547622 ], [ 120.2117035, 30.3544649 ], [ 120.2117932, 30.3543988 ], [ 120.2121967, 30.3540842 ], [ 120.2123055, 30.3539694 ], [ 120.2124465, 30.3538207 ], [ 120.2126393, 30.3535573 ], [ 120.2128828, 30.3532059 ], [ 120.2130886, 30.3527928 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2045375, 30.3569431 ], [ 120.205222, 30.3553777 ], [ 120.2052661, 30.3552769 ], [ 120.2058474, 30.3539436 ], [ 120.2067765, 30.3518124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2087961, 30.3540569 ], [ 120.2097255, 30.3544874 ], [ 120.2109741, 30.3550657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2109741, 30.3550657 ], [ 120.2097255, 30.3544874 ], [ 120.2087961, 30.3540569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132823, 30.3528236 ], [ 120.2129997, 30.3532683 ], [ 120.2123548, 30.3540732 ], [ 120.2120037, 30.3543601 ], [ 120.2115356, 30.3547645 ], [ 120.2107596, 30.3554439 ], [ 120.2103823, 30.3559433 ], [ 120.2098616, 30.3568354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2087961, 30.3540569 ], [ 120.208549, 30.3547306 ], [ 120.2080538, 30.3558375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2080538, 30.3558375 ], [ 120.208549, 30.3547306 ], [ 120.2087961, 30.3540569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062582, 30.3534177 ], [ 120.2057059, 30.3547267 ], [ 120.2054419, 30.3553004 ], [ 120.204652, 30.3570164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891582, 30.3477774 ], [ 120.1871922, 30.347797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871922, 30.347797 ], [ 120.1869697, 30.3478456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869697, 30.3478456 ], [ 120.1871922, 30.347797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿环二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1902194, 30.3477668 ], [ 120.1901901, 30.3486107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿环二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901901, 30.3486107 ], [ 120.1902194, 30.3477668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891582, 30.3477774 ], [ 120.1891253, 30.3486132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891253, 30.3486132 ], [ 120.1891582, 30.3477774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901901, 30.3486107 ], [ 120.1915165, 30.3486076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1915165, 30.3486076 ], [ 120.1901901, 30.3486107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891253, 30.3486132 ], [ 120.1901901, 30.3486107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901901, 30.3486107 ], [ 120.1891253, 30.3486132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1871922, 30.347797 ], [ 120.1871919, 30.3486287 ], [ 120.187198, 30.3490116 ], [ 120.1872258, 30.3494875 ], [ 120.1872784, 30.3499355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870195, 30.3499228 ], [ 120.1869797, 30.3497011 ], [ 120.1869657, 30.3491973 ], [ 120.1869697, 30.3478456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿环二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901901, 30.3486107 ], [ 120.1901577, 30.3495408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿环二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1901577, 30.3495408 ], [ 120.1901901, 30.3486107 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890699, 30.3500398 ], [ 120.1890886, 30.3495429 ], [ 120.1891253, 30.3486132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "衣锦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1891253, 30.3486132 ], [ 120.1890886, 30.3495429 ], [ 120.1890699, 30.3500398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1870195, 30.3499228 ], [ 120.1872784, 30.3499355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872784, 30.3499355 ], [ 120.1881602, 30.3499788 ], [ 120.1886901, 30.3500039 ], [ 120.1890699, 30.3500398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187041, 30.3500763 ], [ 120.1870195, 30.3499228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1902194, 30.3477668 ], [ 120.191866, 30.3477317 ], [ 120.1920685, 30.3477343 ], [ 120.1929837, 30.3476966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929837, 30.3476966 ], [ 120.1920685, 30.3477343 ], [ 120.191866, 30.3477317 ], [ 120.1902194, 30.3477668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927735, 30.349019 ], [ 120.1929837, 30.3476966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929837, 30.3476966 ], [ 120.1927735, 30.349019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927735, 30.349019 ], [ 120.1927685, 30.3490514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927685, 30.3490514 ], [ 120.1927735, 30.349019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华西支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927735, 30.349019 ], [ 120.1950913, 30.3493153 ], [ 120.1979817, 30.3496849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华西支路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979748, 30.3497255 ], [ 120.1950803, 30.3493507 ], [ 120.1927685, 30.3490514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1927685, 30.3490514 ], [ 120.192423, 30.3510898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.192423, 30.3510898 ], [ 120.1927685, 30.3490514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2072089, 30.3495085 ], [ 120.2031686, 30.3489815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031686, 30.3489815 ], [ 120.2072089, 30.3495085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979817, 30.3496849 ], [ 120.1981436, 30.3496507 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979748, 30.3497255 ], [ 120.1979817, 30.3496849 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981436, 30.3496507 ], [ 120.1981614, 30.3497817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981614, 30.3497817 ], [ 120.1979748, 30.3497255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2031686, 30.3489815 ], [ 120.2028424, 30.3503357 ], [ 120.2027631, 30.3506019 ], [ 120.2027153, 30.3507257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027153, 30.3507257 ], [ 120.2027631, 30.3506019 ], [ 120.2028424, 30.3503357 ], [ 120.2031686, 30.3489815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981436, 30.3496507 ], [ 120.19842, 30.3497085 ], [ 120.1989001, 30.3498335 ], [ 120.2010054, 30.3503346 ], [ 120.2010876, 30.3503534 ], [ 120.2027153, 30.3507257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1979713, 30.3508149 ], [ 120.1979412, 30.3501968 ], [ 120.1979647, 30.3499104 ], [ 120.1979748, 30.3497255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872784, 30.3499355 ], [ 120.1873065, 30.3500902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873065, 30.3500902 ], [ 120.187041, 30.3500763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890699, 30.3500398 ], [ 120.189294, 30.3500609 ], [ 120.1897969, 30.3501451 ], [ 120.1901618, 30.3502154 ], [ 120.1905329, 30.3503123 ], [ 120.1907504, 30.3503805 ], [ 120.1914127, 30.3506463 ], [ 120.192423, 30.3510898 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873511, 30.3523047 ], [ 120.1872274, 30.3518448 ], [ 120.1871852, 30.3516758 ], [ 120.1871629, 30.3512958 ], [ 120.1871293, 30.3508621 ], [ 120.1870824, 30.3504962 ], [ 120.187041, 30.3500763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873511, 30.3523047 ], [ 120.1872204, 30.3521343 ], [ 120.1871567, 30.3518964 ], [ 120.1870606, 30.3515113 ], [ 120.1870018, 30.3510781 ], [ 120.1869615, 30.3509444 ], [ 120.1869149, 30.3508421 ], [ 120.1867941, 30.3505753 ], [ 120.1867639, 30.3504996 ], [ 120.1867667, 30.3504204 ], [ 120.1868251, 30.3503293 ], [ 120.187041, 30.3500763 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873065, 30.3500902 ], [ 120.1873711, 30.3505257 ], [ 120.1874172, 30.3508552 ], [ 120.1874876, 30.3512928 ], [ 120.1875386, 30.3515593 ], [ 120.1875893, 30.3518246 ], [ 120.1876408, 30.3521504 ], [ 120.1876924, 30.3523487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873511, 30.3523047 ], [ 120.1876924, 30.3523487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873791, 30.3524035 ], [ 120.1873511, 30.3523047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873791, 30.3524035 ], [ 120.1876924, 30.3523487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1876924, 30.3523487 ], [ 120.1877138, 30.3524409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1977785, 30.3532946 ], [ 120.1954603, 30.3523914 ], [ 120.1923971, 30.3512131 ], [ 120.1915034, 30.3508461 ], [ 120.1913271, 30.3507885 ], [ 120.1907733, 30.3506135 ], [ 120.190096, 30.3504136 ], [ 120.1897058, 30.3503289 ], [ 120.1892479, 30.3502547 ], [ 120.1889838, 30.3502172 ], [ 120.1886889, 30.350185 ], [ 120.1880252, 30.3501419 ], [ 120.1875986, 30.3501055 ], [ 120.1873065, 30.3500902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1977886, 30.3531674 ], [ 120.1978653, 30.3523664 ], [ 120.1978863, 30.3520854 ], [ 120.1979359, 30.350992 ], [ 120.1979713, 30.3508149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.192423, 30.3510898 ], [ 120.1954686, 30.3522649 ], [ 120.1977886, 30.3531674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1977785, 30.3532946 ], [ 120.1977886, 30.3531674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981714, 30.3507882 ], [ 120.1981328, 30.3510068 ], [ 120.1980767, 30.35251 ], [ 120.198016, 30.3530903 ], [ 120.1979553, 30.3533764 ], [ 120.1977735, 30.3538547 ], [ 120.1972709, 30.3553107 ], [ 120.1971622, 30.3558164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970298, 30.3557899 ], [ 120.1972258, 30.3552945 ], [ 120.1977235, 30.353821 ], [ 120.1978852, 30.3533482 ], [ 120.1979273, 30.3530137 ], [ 120.1979812, 30.3523476 ], [ 120.1980373, 30.351008 ], [ 120.1979713, 30.3508149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980333, 30.3534318 ], [ 120.1977785, 30.3532946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970298, 30.3557899 ], [ 120.1971714, 30.3553349 ], [ 120.1975105, 30.3542951 ], [ 120.1976737, 30.3538037 ], [ 120.1977785, 30.3532946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980333, 30.3534318 ], [ 120.1978165, 30.3538655 ], [ 120.1976515, 30.354348 ], [ 120.1973205, 30.3553361 ], [ 120.1971622, 30.3558164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969649, 30.3559844 ], [ 120.1964026, 30.3557606 ], [ 120.1963107, 30.3557241 ], [ 120.1960877, 30.3556353 ], [ 120.1958887, 30.3555561 ], [ 120.1952577, 30.355305 ], [ 120.1951863, 30.3552772 ], [ 120.1948433, 30.3551982 ], [ 120.1947493, 30.3551766 ], [ 120.1942686, 30.3551955 ], [ 120.1938462, 30.3552772 ], [ 120.1930414, 30.35563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981614, 30.3497817 ], [ 120.1981491, 30.3499492 ], [ 120.1981249, 30.3502073 ], [ 120.1981714, 30.3507882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2067765, 30.3518124 ], [ 120.2062349, 30.351634 ], [ 120.2056652, 30.3514718 ], [ 120.2047128, 30.3513086 ], [ 120.2026207, 30.3508389 ], [ 120.2022119, 30.350745 ], [ 120.2010433, 30.3504767 ], [ 120.2009621, 30.3504581 ], [ 120.1988599, 30.3499422 ], [ 120.1983529, 30.3498254 ], [ 120.1981614, 30.3497817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2027153, 30.3507257 ], [ 120.2032956, 30.3508563 ], [ 120.2047512, 30.351184 ], [ 120.2054625, 30.3513236 ], [ 120.2061407, 30.3514641 ], [ 120.206847, 30.3516368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1981714, 30.3507882 ], [ 120.1982085, 30.3510031 ], [ 120.1981978, 30.3520883 ], [ 120.1981341, 30.3528946 ], [ 120.1980638, 30.3533126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1977886, 30.3531674 ], [ 120.1980638, 30.3533126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980638, 30.3533126 ], [ 120.1980333, 30.3534318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1980638, 30.3533126 ], [ 120.1987208, 30.3536053 ], [ 120.1994325, 30.3540302 ], [ 120.1994948, 30.3540656 ], [ 120.2017396, 30.3553416 ], [ 120.2045375, 30.3569431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2044776, 30.3570694 ], [ 120.2016217, 30.3554298 ], [ 120.1993356, 30.3541231 ], [ 120.198642, 30.3537072 ], [ 120.1980333, 30.3534318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997166, 30.3572013 ], [ 120.1983404, 30.3565866 ], [ 120.1979126, 30.3563955 ], [ 120.1970919, 30.3560289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970919, 30.3560289 ], [ 120.1979126, 30.3563955 ], [ 120.1983404, 30.3565866 ], [ 120.1997166, 30.3572013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930414, 30.35563 ], [ 120.1938462, 30.3552772 ], [ 120.1942686, 30.3551955 ], [ 120.1947493, 30.3551766 ], [ 120.1948433, 30.3551982 ], [ 120.1951863, 30.3552772 ], [ 120.1952577, 30.355305 ], [ 120.1958887, 30.3555561 ], [ 120.1960877, 30.3556353 ], [ 120.1963107, 30.3557241 ], [ 120.1964026, 30.3557606 ], [ 120.1969649, 30.3559844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929419, 30.3556477 ], [ 120.1930414, 30.35563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930414, 30.35563 ], [ 120.1929419, 30.3556477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969649, 30.3559844 ], [ 120.1970298, 30.3557899 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1971622, 30.3558164 ], [ 120.1970919, 30.3560289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970919, 30.3560289 ], [ 120.1969649, 30.3559844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1969649, 30.3559844 ], [ 120.1970919, 30.3560289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1930414, 30.35563 ], [ 120.1934488, 30.3562451 ], [ 120.1936093, 30.356407 ], [ 120.1938294, 30.3565921 ], [ 120.1942171, 30.3568409 ], [ 120.1944895, 30.3569892 ], [ 120.1948488, 30.3571288 ], [ 120.1952988, 30.3573037 ], [ 120.1963843, 30.3577255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1964153, 30.3578311 ], [ 120.1944423, 30.3570645 ], [ 120.1941173, 30.3568803 ], [ 120.1939103, 30.3567413 ], [ 120.1937135, 30.3565947 ], [ 120.1935784, 30.3564941 ], [ 120.1933201, 30.3562399 ], [ 120.1929419, 30.3556477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963843, 30.3577255 ], [ 120.1969649, 30.3559844 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1970919, 30.3560289 ], [ 120.1965316, 30.3577842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963843, 30.3577255 ], [ 120.1964569, 30.3577537 ], [ 120.1965316, 30.3577842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1964153, 30.3578311 ], [ 120.1963843, 30.3577255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1965316, 30.3577842 ], [ 120.1964153, 30.3578311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958463, 30.3595289 ], [ 120.1953465, 30.3594375 ], [ 120.1949387, 30.3593809 ], [ 120.1947529, 30.3594048 ], [ 120.1945964, 30.3594249 ], [ 120.1943196, 30.3595192 ], [ 120.1940647, 30.3596449 ], [ 120.1938171, 30.3597768 ], [ 120.1935694, 30.3600345 ], [ 120.1933801, 30.3601539 ], [ 120.1931543, 30.3602105 ], [ 120.1928921, 30.3601728 ], [ 120.1924551, 30.3600408 ], [ 120.1922148, 30.3598648 ], [ 120.1917123, 30.3592552 ], [ 120.1916326, 30.3591829 ], [ 120.1914282, 30.3589976 ], [ 120.1907436, 30.358476 ], [ 120.1906642, 30.3583658 ], [ 120.1905761, 30.3582435 ], [ 120.1904305, 30.3578475 ], [ 120.1904013, 30.3575082 ], [ 120.1904294, 30.3572858 ], [ 120.1904707, 30.3571432 ], [ 120.1905075, 30.3570577 ], [ 120.1905543, 30.3569489 ], [ 120.1907335, 30.3567206 ], [ 120.1909036, 30.3565783 ], [ 120.19093, 30.3565623 ], [ 120.1910566, 30.3564858 ], [ 120.1914768, 30.356273 ], [ 120.1918699, 30.3561008 ], [ 120.1929419, 30.3556477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929419, 30.3556477 ], [ 120.1918699, 30.3561008 ], [ 120.1914768, 30.356273 ], [ 120.1910566, 30.3564858 ], [ 120.19093, 30.3565623 ], [ 120.1909036, 30.3565783 ], [ 120.1907335, 30.3567206 ], [ 120.1905543, 30.3569489 ], [ 120.1905075, 30.3570577 ], [ 120.1904707, 30.3571432 ], [ 120.1904294, 30.3572858 ], [ 120.1904013, 30.3575082 ], [ 120.1904305, 30.3578475 ], [ 120.1905761, 30.3582435 ], [ 120.1906642, 30.3583658 ], [ 120.1907436, 30.358476 ], [ 120.1914282, 30.3589976 ], [ 120.1916326, 30.3591829 ], [ 120.1917123, 30.3592552 ], [ 120.1922148, 30.3598648 ], [ 120.1924551, 30.3600408 ], [ 120.1928921, 30.3601728 ], [ 120.1931543, 30.3602105 ], [ 120.1933801, 30.3601539 ], [ 120.1935694, 30.3600345 ], [ 120.1938171, 30.3597768 ], [ 120.1940647, 30.3596449 ], [ 120.1943196, 30.3595192 ], [ 120.1945964, 30.3594249 ], [ 120.1947529, 30.3594048 ], [ 120.1949387, 30.3593809 ], [ 120.1953465, 30.3594375 ], [ 120.1958463, 30.3595289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1965316, 30.3577842 ], [ 120.1987069, 30.3586729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986273, 30.358784 ], [ 120.1979757, 30.3585033 ], [ 120.1964153, 30.3578311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1964153, 30.3578311 ], [ 120.1958463, 30.3595289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958463, 30.3595289 ], [ 120.1964153, 30.3578311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.200282, 30.3563774 ], [ 120.1997166, 30.3572013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997166, 30.3572013 ], [ 120.200282, 30.3563774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2045375, 30.3569431 ], [ 120.204652, 30.3570164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2044776, 30.3570694 ], [ 120.2045375, 30.3569431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.204652, 30.3570164 ], [ 120.2045945, 30.3571316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2045945, 30.3571316 ], [ 120.2044776, 30.3570694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1997166, 30.3572013 ], [ 120.1993231, 30.3577748 ], [ 120.199131, 30.3580548 ], [ 120.1987069, 30.3586729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1987069, 30.3586729 ], [ 120.199131, 30.3580548 ], [ 120.1993231, 30.3577748 ], [ 120.1997166, 30.3572013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202382, 30.3603214 ], [ 120.2035913, 30.3584828 ], [ 120.2040231, 30.3578001 ], [ 120.2044776, 30.3570694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986273, 30.358784 ], [ 120.1987069, 30.3586729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2232612, 30.3532363 ], [ 120.2230981, 30.3531845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蕙兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226545, 30.3543762 ], [ 120.2271603, 30.3533964 ], [ 120.2272178, 30.3533049 ], [ 120.2276891, 30.3525545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "蕙兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276891, 30.3525545 ], [ 120.2272178, 30.3533049 ], [ 120.2271603, 30.3533964 ], [ 120.226545, 30.3543762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226545, 30.3543762 ], [ 120.2256677, 30.35405 ], [ 120.2252604, 30.3539044 ], [ 120.2246867, 30.3536994 ], [ 120.2232612, 30.3532363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2232612, 30.3532363 ], [ 120.2246867, 30.3536994 ], [ 120.2252604, 30.3539044 ], [ 120.2256677, 30.35405 ], [ 120.226545, 30.3543762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220643, 30.3554621 ], [ 120.2221888, 30.3552414 ], [ 120.2223444, 30.354901 ], [ 120.2230981, 30.3531845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2232612, 30.3532363 ], [ 120.2224619, 30.3550263 ], [ 120.2223337, 30.3553125 ], [ 120.2222052, 30.3555683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220286, 30.3555997 ], [ 120.221662, 30.3554467 ], [ 120.2213246, 30.3553402 ], [ 120.2212775, 30.3553192 ], [ 120.2211372, 30.3552699 ], [ 120.2209584, 30.355208 ], [ 120.2206596, 30.3551103 ], [ 120.2203069, 30.3549989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "惠兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226545, 30.3543762 ], [ 120.2257143, 30.3556779 ], [ 120.225648, 30.3557818 ], [ 120.2254929, 30.3560248 ], [ 120.2253131, 30.3563119 ], [ 120.2251844, 30.3565179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "惠兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2251844, 30.3565179 ], [ 120.2253131, 30.3563119 ], [ 120.2254929, 30.3560248 ], [ 120.225648, 30.3557818 ], [ 120.2257143, 30.3556779 ], [ 120.226545, 30.3543762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220643, 30.3554621 ], [ 120.2222052, 30.3555683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2220286, 30.3555997 ], [ 120.2220643, 30.3554621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2222052, 30.3555683 ], [ 120.2221334, 30.3557147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221334, 30.3557147 ], [ 120.2220286, 30.3555997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2222052, 30.3555683 ], [ 120.2234931, 30.3559788 ], [ 120.2251844, 30.3565179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2250946, 30.3566475 ], [ 120.2243011, 30.3563975 ], [ 120.2221334, 30.3557147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "惠兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2250946, 30.3566475 ], [ 120.2251844, 30.3565179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "惠兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2251844, 30.3565179 ], [ 120.2250946, 30.3566475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2210795, 30.3576341 ], [ 120.2215919, 30.3565355 ], [ 120.2220286, 30.3555997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221334, 30.3557147 ], [ 120.2217224, 30.356582 ], [ 120.2212017, 30.3576821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180296, 30.3541191 ], [ 120.2179447, 30.3541815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179447, 30.3541815 ], [ 120.2177833, 30.354131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2203069, 30.3549989 ], [ 120.2179447, 30.3541815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180296, 30.3541191 ], [ 120.2191009, 30.3544859 ], [ 120.2203444, 30.3549116 ], [ 120.2207159, 30.3550234 ], [ 120.221012, 30.3551127 ], [ 120.2211723, 30.3551631 ], [ 120.2213642, 30.3552222 ], [ 120.2216816, 30.3553374 ], [ 120.2220643, 30.3554621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.216372, 30.3537056 ], [ 120.2159097, 30.3545187 ], [ 120.2154551, 30.3553182 ], [ 120.2147146, 30.3566205 ], [ 120.2136013, 30.3585783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2136013, 30.3585783 ], [ 120.2147146, 30.3566205 ], [ 120.2154551, 30.3553182 ], [ 120.2159097, 30.3545187 ], [ 120.216372, 30.3537056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2148378, 30.3591546 ], [ 120.215199, 30.3585228 ], [ 120.2159729, 30.357169 ], [ 120.2167134, 30.3558529 ], [ 120.2170996, 30.3551724 ], [ 120.2177833, 30.354131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179447, 30.3541815 ], [ 120.2172084, 30.3552834 ], [ 120.2168442, 30.355949 ], [ 120.2161005, 30.3572535 ], [ 120.2149643, 30.3592026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174308, 30.3603813 ], [ 120.2185782, 30.3582892 ], [ 120.2188595, 30.3577385 ], [ 120.2189165, 30.3576267 ], [ 120.2192079, 30.3570562 ], [ 120.2203069, 30.3549989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2203069, 30.3549989 ], [ 120.2192079, 30.3570562 ], [ 120.2189165, 30.3576267 ], [ 120.2188595, 30.3577385 ], [ 120.2185782, 30.3582892 ], [ 120.2174308, 30.3603813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2082791, 30.3591533 ], [ 120.2087196, 30.3584556 ], [ 120.2097268, 30.3567791 ], [ 120.2102778, 30.3559032 ], [ 120.2107561, 30.3552685 ], [ 120.2109741, 30.3550657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2136013, 30.3585783 ], [ 120.2115154, 30.3576062 ], [ 120.2114321, 30.3575673 ], [ 120.2098616, 30.3568354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098616, 30.3568354 ], [ 120.2114321, 30.3575673 ], [ 120.2115154, 30.3576062 ], [ 120.2136013, 30.3585783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2098616, 30.3568354 ], [ 120.2087912, 30.358558 ], [ 120.2083695, 30.3591955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.204652, 30.3570164 ], [ 120.2078779, 30.3589386 ], [ 120.2082791, 30.3591533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2082281, 30.3592691 ], [ 120.2073422, 30.3587345 ], [ 120.2045945, 30.3571316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2082791, 30.3591533 ], [ 120.2083695, 30.3591955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2082281, 30.3592691 ], [ 120.2082791, 30.3591533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2083695, 30.3591955 ], [ 120.2083095, 30.3593124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2083095, 30.3593124 ], [ 120.2082281, 30.3592691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2251844, 30.3565179 ], [ 120.2269763, 30.3571235 ], [ 120.2284406, 30.3576253 ], [ 120.2287767, 30.3577317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287218, 30.3578579 ], [ 120.2283496, 30.3577372 ], [ 120.226869, 30.3572415 ], [ 120.2250946, 30.3566475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "惠兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2250946, 30.3566475 ], [ 120.2245797, 30.3577316 ], [ 120.2245082, 30.3578822 ], [ 120.2242911, 30.3583392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "惠兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242911, 30.3583392 ], [ 120.2245082, 30.3578822 ], [ 120.2245797, 30.3577316 ], [ 120.2250946, 30.3566475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫丁香街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2210795, 30.3576341 ], [ 120.2212017, 30.3576821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫丁香街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212017, 30.3576821 ], [ 120.2210795, 30.3576341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫丁香街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242911, 30.3583392 ], [ 120.2235405, 30.3581617 ], [ 120.2231883, 30.3580895 ], [ 120.2230978, 30.3580709 ], [ 120.2221831, 30.3578833 ], [ 120.2219146, 30.3578283 ], [ 120.2212017, 30.3576821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫丁香街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212017, 30.3576821 ], [ 120.2219146, 30.3578283 ], [ 120.2221831, 30.3578833 ], [ 120.2230978, 30.3580709 ], [ 120.2231883, 30.3580895 ], [ 120.2235405, 30.3581617 ], [ 120.2242911, 30.3583392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫丁香街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2278181, 30.359562 ], [ 120.2261042, 30.358957 ], [ 120.2254928, 30.3587487 ], [ 120.2242911, 30.3583392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "紫丁香街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242911, 30.3583392 ], [ 120.2254928, 30.3587487 ], [ 120.2261042, 30.358957 ], [ 120.2278181, 30.359562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2148378, 30.3591546 ], [ 120.2136013, 30.3585783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2136013, 30.3585783 ], [ 120.2148378, 30.3591546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2149643, 30.3592026 ], [ 120.2148378, 30.3591546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2148378, 30.3591546 ], [ 120.2149643, 30.3592026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193903, 30.3612987 ], [ 120.2198713, 30.3602586 ], [ 120.2198997, 30.3601972 ], [ 120.2204205, 30.3590582 ], [ 120.2210795, 30.3576341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2149643, 30.3592026 ], [ 120.2156711, 30.3595404 ], [ 120.2158311, 30.3596168 ], [ 120.2168633, 30.3601101 ], [ 120.2170155, 30.3601828 ], [ 120.2174308, 30.3603813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174308, 30.3603813 ], [ 120.2170155, 30.3601828 ], [ 120.2168633, 30.3601101 ], [ 120.2158311, 30.3596168 ], [ 120.2156711, 30.3595404 ], [ 120.2149643, 30.3592026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2136013, 30.3585783 ], [ 120.2120632, 30.3612781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2120632, 30.3612781 ], [ 120.2136013, 30.3585783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132757, 30.3619617 ], [ 120.2136791, 30.3612367 ], [ 120.2148378, 30.3591546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212017, 30.3576821 ], [ 120.22087, 30.358418 ], [ 120.2205624, 30.3591005 ], [ 120.220074, 30.3601346 ], [ 120.219526, 30.3613599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "惠兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2242911, 30.3583392 ], [ 120.2238756, 30.3592396 ], [ 120.2237746, 30.3595208 ], [ 120.2237518, 30.3596475 ], [ 120.2237255, 30.3597938 ], [ 120.2237215, 30.3601446 ], [ 120.2238251, 30.3604305 ], [ 120.2239522, 30.3607734 ], [ 120.2240879, 30.3610674 ], [ 120.2243178, 30.3615852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "惠兰雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2243178, 30.3615852 ], [ 120.2240879, 30.3610674 ], [ 120.2239522, 30.3607734 ], [ 120.2238251, 30.3604305 ], [ 120.2237215, 30.3601446 ], [ 120.2237255, 30.3597938 ], [ 120.2237518, 30.3596475 ], [ 120.2237746, 30.3595208 ], [ 120.2238756, 30.3592396 ], [ 120.2242911, 30.3583392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2281454, 30.3602234 ], [ 120.2271417, 30.3605583 ], [ 120.2268813, 30.3606506 ], [ 120.2256626, 30.3610655 ], [ 120.2243178, 30.3615852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2243178, 30.3615852 ], [ 120.2256626, 30.3610655 ], [ 120.2268813, 30.3606506 ], [ 120.2271417, 30.3605583 ], [ 120.2281454, 30.3602234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.222373, 30.3626652 ], [ 120.2212626, 30.3621561 ], [ 120.2210316, 30.3620502 ], [ 120.219526, 30.3613599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.219526, 30.3613599 ], [ 120.2210316, 30.3620502 ], [ 120.2212626, 30.3621561 ], [ 120.222373, 30.3626652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2243178, 30.3615852 ], [ 120.2236308, 30.3619166 ], [ 120.2232262, 30.3621038 ], [ 120.2228362, 30.3623312 ], [ 120.222373, 30.3626652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.222373, 30.3626652 ], [ 120.2228362, 30.3623312 ], [ 120.2232262, 30.3621038 ], [ 120.2236308, 30.3619166 ], [ 120.2243178, 30.3615852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.222373, 30.3626652 ], [ 120.2232623, 30.363054 ], [ 120.2233801, 30.3631055 ], [ 120.2235966, 30.3632002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2149643, 30.3592026 ], [ 120.2146633, 30.3597572 ], [ 120.2141916, 30.3606262 ], [ 120.214127, 30.3607452 ], [ 120.2134064, 30.3620729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193903, 30.3612987 ], [ 120.2189748, 30.3611051 ], [ 120.218664, 30.3609597 ], [ 120.2174308, 30.3603813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174308, 30.3603813 ], [ 120.218664, 30.3609597 ], [ 120.2189748, 30.3611051 ], [ 120.2193903, 30.3612987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2193903, 30.3612987 ], [ 120.219526, 30.3613599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.219526, 30.3613599 ], [ 120.2193903, 30.3612987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2132757, 30.3619617 ], [ 120.2134064, 30.3620729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.213225, 30.3620908 ], [ 120.2132757, 30.3619617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134064, 30.3620729 ], [ 120.2133052, 30.3621797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133052, 30.3621797 ], [ 120.213225, 30.3620908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.219526, 30.3613599 ], [ 120.218919, 30.3626505 ], [ 120.2186468, 30.3632339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2083695, 30.3591955 ], [ 120.2120632, 30.3612781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.213225, 30.3620908 ], [ 120.2110737, 30.3608435 ], [ 120.2098313, 30.3601232 ], [ 120.2083095, 30.3593124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062132, 30.3625871 ], [ 120.2071582, 30.3611051 ], [ 120.2072675, 30.3608993 ], [ 120.2074978, 30.3605327 ], [ 120.2080837, 30.3595659 ], [ 120.2082281, 30.3592691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2083095, 30.3593124 ], [ 120.2075476, 30.3605514 ], [ 120.2073039, 30.3609262 ], [ 120.2071862, 30.3611334 ], [ 120.2063046, 30.3626266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2120632, 30.3612781 ], [ 120.2132757, 30.3619617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062132, 30.3625871 ], [ 120.2063046, 30.3626266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2061425, 30.3626834 ], [ 120.2062132, 30.3625871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063046, 30.3626266 ], [ 120.2062166, 30.3627327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062166, 30.3627327 ], [ 120.2061425, 30.3626834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054835, 30.3641431 ], [ 120.2056462, 30.3637219 ], [ 120.205715, 30.3635437 ], [ 120.2057417, 30.363474 ], [ 120.2058154, 30.3632812 ], [ 120.2059281, 30.3630666 ], [ 120.2061425, 30.3626834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180137, 30.3642469 ], [ 120.2187756, 30.3626026 ], [ 120.2193903, 30.3612987 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2134064, 30.3620729 ], [ 120.2140996, 30.3625161 ], [ 120.2148636, 30.3628987 ], [ 120.2159861, 30.3634424 ], [ 120.2166253, 30.3637275 ], [ 120.2171507, 30.3639618 ], [ 120.2176004, 30.3641107 ], [ 120.2180137, 30.3642469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179366, 30.3643549 ], [ 120.217535, 30.3641964 ], [ 120.2171109, 30.3640565 ], [ 120.2159217, 30.3635629 ], [ 120.2146602, 30.3629358 ], [ 120.2139407, 30.3625577 ], [ 120.2133052, 30.3621797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰兰弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2186468, 30.3632339 ], [ 120.2212752, 30.3641538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰兰弄" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212752, 30.3641538 ], [ 120.2186468, 30.3632339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2186468, 30.3632339 ], [ 120.2181495, 30.3643001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180137, 30.3642469 ], [ 120.2181495, 30.3643001 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2179366, 30.3643549 ], [ 120.2180137, 30.3642469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181495, 30.3643001 ], [ 120.2180774, 30.3643997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180774, 30.3643997 ], [ 120.2179366, 30.3643549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337772, 30.34925 ], [ 120.2351298, 30.3499112 ], [ 120.2355628, 30.350179 ], [ 120.2358925, 30.3504024 ], [ 120.2361986, 30.3506177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399515, 30.3500881 ], [ 120.2393844, 30.3498739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361186, 30.3507229 ], [ 120.2358036, 30.3504962 ], [ 120.2354792, 30.3502735 ], [ 120.235019, 30.3499827 ], [ 120.2337008, 30.3493407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2393844, 30.3498739 ], [ 120.2391389, 30.3503669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399515, 30.3500881 ], [ 120.2396792, 30.3500299 ], [ 120.2395398, 30.3500299 ], [ 120.2394808, 30.3500495 ], [ 120.2394217, 30.3500692 ], [ 120.2393466, 30.3501178 ], [ 120.2391389, 30.3503669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2388101, 30.3507984 ], [ 120.2388881, 30.3505662 ], [ 120.2389661, 30.3503341 ], [ 120.2391534, 30.3499622 ], [ 120.2392336, 30.3498233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361986, 30.3506177 ], [ 120.2361186, 30.3507229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361186, 30.3507229 ], [ 120.2361986, 30.3506177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361186, 30.3507229 ], [ 120.2352802, 30.352323 ], [ 120.2352178, 30.352442 ], [ 120.2348137, 30.3532133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348137, 30.3532133 ], [ 120.2352178, 30.352442 ], [ 120.2352802, 30.352323 ], [ 120.2361186, 30.3507229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348137, 30.3532133 ], [ 120.2343807, 30.3529702 ], [ 120.2338137, 30.3527206 ], [ 120.233372, 30.3525323 ], [ 120.2330837, 30.3524094 ], [ 120.232677, 30.3522318 ], [ 120.2324312, 30.3521245 ], [ 120.2315629, 30.3517335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305755, 30.3537798 ], [ 120.2309237, 30.3530847 ], [ 120.2309842, 30.3529145 ], [ 120.2311998, 30.3523817 ], [ 120.2313814, 30.3520169 ], [ 120.2315629, 30.3517335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2315629, 30.3517335 ], [ 120.2313814, 30.3520169 ], [ 120.2311998, 30.3523817 ], [ 120.2309842, 30.3529145 ], [ 120.2309237, 30.3530847 ], [ 120.2305755, 30.3537798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276891, 30.3525545 ], [ 120.2292435, 30.3532144 ], [ 120.2296239, 30.3533758 ], [ 120.2305755, 30.3537798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305755, 30.3537798 ], [ 120.2296239, 30.3533758 ], [ 120.2292435, 30.3532144 ], [ 120.2276891, 30.3525545 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348137, 30.3532133 ], [ 120.233845, 30.3552141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233845, 30.3552141 ], [ 120.2348137, 30.3532133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305755, 30.3537798 ], [ 120.2321302, 30.3544295 ], [ 120.2324488, 30.3545753 ], [ 120.233845, 30.3552141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233845, 30.3552141 ], [ 120.2324488, 30.3545753 ], [ 120.2321302, 30.3544295 ], [ 120.2305755, 30.3537798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296412, 30.3557825 ], [ 120.2300233, 30.3549787 ], [ 120.2301414, 30.3546876 ], [ 120.2305755, 30.3537798 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2305755, 30.3537798 ], [ 120.2301414, 30.3546876 ], [ 120.2300233, 30.3549787 ], [ 120.2296412, 30.3557825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296412, 30.3557825 ], [ 120.2293674, 30.3556563 ], [ 120.2292844, 30.355618 ], [ 120.2287882, 30.3553892 ], [ 120.2286061, 30.3553079 ], [ 120.2285415, 30.3552791 ], [ 120.2281776, 30.3551166 ], [ 120.2280872, 30.3550728 ], [ 120.2278361, 30.3549512 ], [ 120.227329, 30.3547254 ], [ 120.2271502, 30.3546457 ], [ 120.226545, 30.3543762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226545, 30.3543762 ], [ 120.2271502, 30.3546457 ], [ 120.227329, 30.3547254 ], [ 120.2278361, 30.3549512 ], [ 120.2280872, 30.3550728 ], [ 120.2281776, 30.3551166 ], [ 120.2285415, 30.3552791 ], [ 120.2286061, 30.3553079 ], [ 120.2287882, 30.3553892 ], [ 120.2292844, 30.355618 ], [ 120.2293674, 30.3556563 ], [ 120.2296412, 30.3557825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233845, 30.3552141 ], [ 120.2335105, 30.3558915 ], [ 120.2334205, 30.3560824 ], [ 120.2333648, 30.3562007 ], [ 120.2332194, 30.3565091 ], [ 120.2329999, 30.3569811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329999, 30.3569811 ], [ 120.2332194, 30.3565091 ], [ 120.2333648, 30.3562007 ], [ 120.2334205, 30.3560824 ], [ 120.2335105, 30.3558915 ], [ 120.233845, 30.3552141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296412, 30.3557825 ], [ 120.2300878, 30.3559535 ], [ 120.2314642, 30.3564392 ], [ 120.231697, 30.3565213 ], [ 120.2329999, 30.3569811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329999, 30.3569811 ], [ 120.231697, 30.3565213 ], [ 120.2314642, 30.3564392 ], [ 120.2300878, 30.3559535 ], [ 120.2296412, 30.3557825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287767, 30.3577317 ], [ 120.2289435, 30.3573556 ], [ 120.2289771, 30.3572799 ], [ 120.2291412, 30.35691 ], [ 120.2291822, 30.356828 ], [ 120.2296412, 30.3557825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2296412, 30.3557825 ], [ 120.2291822, 30.356828 ], [ 120.2291412, 30.35691 ], [ 120.2289771, 30.3572799 ], [ 120.2289435, 30.3573556 ], [ 120.2287767, 30.3577317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23553, 30.3577913 ], [ 120.2346264, 30.3575067 ], [ 120.2342535, 30.35739 ], [ 120.2341403, 30.3573546 ], [ 120.2329999, 30.3569811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363477, 30.3560571 ], [ 120.2366722, 30.3553856 ], [ 120.2367529, 30.3550783 ], [ 120.2367397, 30.3548034 ], [ 120.2367155, 30.3547498 ], [ 120.2366306, 30.3545614 ], [ 120.2364585, 30.3543542 ], [ 120.2362063, 30.3541526 ], [ 120.2360504, 30.354035 ], [ 120.2357876, 30.3538368 ], [ 120.2348137, 30.3532133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348137, 30.3532133 ], [ 120.2357876, 30.3538368 ], [ 120.2360504, 30.354035 ], [ 120.2362063, 30.3541526 ], [ 120.2364585, 30.3543542 ], [ 120.2366306, 30.3545614 ], [ 120.2367155, 30.3547498 ], [ 120.2367397, 30.3548034 ], [ 120.2367529, 30.3550783 ], [ 120.2366722, 30.3553856 ], [ 120.2363477, 30.3560571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.233845, 30.3552141 ], [ 120.2351394, 30.3556501 ], [ 120.2352674, 30.3556932 ], [ 120.2363477, 30.3560571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363477, 30.3560571 ], [ 120.2352674, 30.3556932 ], [ 120.2351394, 30.3556501 ], [ 120.233845, 30.3552141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "华丰路", "华丰北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2361986, 30.3506177 ], [ 120.2370817, 30.3513497 ], [ 120.2375184, 30.3517659 ], [ 120.2378703, 30.3522065 ], [ 120.2383757, 30.3528523 ], [ 120.238502, 30.3530414 ], [ 120.2386714, 30.3533122 ], [ 120.2389551, 30.3538467 ], [ 120.2391822, 30.3543161 ], [ 120.2394005, 30.3548562 ], [ 120.2395167, 30.3552433 ], [ 120.2402429, 30.3577554 ], [ 120.2404794, 30.3585367 ], [ 120.2406991, 30.3593002 ], [ 120.2412109, 30.3604909 ], [ 120.2417414, 30.3613659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "华丰路", "华丰北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241611, 30.3614308 ], [ 120.2410929, 30.3605292 ], [ 120.240647, 30.3595529 ], [ 120.24058, 30.3593439 ], [ 120.2404665, 30.3589895 ], [ 120.2399887, 30.3573617 ], [ 120.2398084, 30.3567268 ], [ 120.2397268, 30.3564394 ], [ 120.2393871, 30.3552819 ], [ 120.2392597, 30.3548909 ], [ 120.2391534, 30.3545682 ], [ 120.2389544, 30.3541585 ], [ 120.2389057, 30.3540582 ], [ 120.2385707, 30.3533558 ], [ 120.2384499, 30.3531896 ], [ 120.2382827, 30.3529204 ], [ 120.2377354, 30.3522319 ], [ 120.2373878, 30.351815 ], [ 120.2369176, 30.3513777 ], [ 120.2361186, 30.3507229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391311, 30.3568033 ], [ 120.238772, 30.3567832 ], [ 120.2383635, 30.3567475 ], [ 120.2380105, 30.356673 ], [ 120.2375441, 30.3564924 ], [ 120.2375018, 30.356476 ], [ 120.2370443, 30.3563014 ], [ 120.2367548, 30.3562185 ], [ 120.2363477, 30.3560571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丁群街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363477, 30.3560571 ], [ 120.2367548, 30.3562185 ], [ 120.2370443, 30.3563014 ], [ 120.2375018, 30.356476 ], [ 120.2375441, 30.3564924 ], [ 120.2380105, 30.356673 ], [ 120.2383635, 30.3567475 ], [ 120.238772, 30.3567832 ], [ 120.2391311, 30.3568033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363477, 30.3560571 ], [ 120.2358046, 30.3572019 ], [ 120.2356705, 30.3574844 ], [ 120.23553, 30.3577913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23553, 30.3577913 ], [ 120.2356705, 30.3574844 ], [ 120.2358046, 30.3572019 ], [ 120.2363477, 30.3560571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329999, 30.3569811 ], [ 120.2341403, 30.3573546 ], [ 120.2342535, 30.35739 ], [ 120.2346264, 30.3575067 ], [ 120.23553, 30.3577913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287218, 30.3578579 ], [ 120.2287767, 30.3577317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287767, 30.3577317 ], [ 120.2287218, 30.3578579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2316224, 30.3586539 ], [ 120.231834, 30.3584342 ], [ 120.2320264, 30.3582537 ], [ 120.2322171, 30.3580335 ], [ 120.2324174, 30.3578021 ], [ 120.2325913, 30.3575569 ], [ 120.2329999, 30.3569811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329999, 30.3569811 ], [ 120.2325913, 30.3575569 ], [ 120.2324174, 30.3578021 ], [ 120.2322171, 30.3580335 ], [ 120.2320264, 30.3582537 ], [ 120.231834, 30.3584342 ], [ 120.2316224, 30.3586539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287767, 30.3577317 ], [ 120.2299376, 30.3581079 ], [ 120.2316224, 30.3586539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2314868, 30.3587539 ], [ 120.2287218, 30.3578579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2316224, 30.3586539 ], [ 120.2314868, 30.3587539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2314868, 30.3587539 ], [ 120.2316224, 30.3586539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287218, 30.3578579 ], [ 120.2285817, 30.3579852 ], [ 120.2278181, 30.359562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386504, 30.3587256 ], [ 120.237875, 30.3585045 ], [ 120.2370895, 30.3582808 ], [ 120.2362371, 30.3580183 ], [ 120.236029, 30.3579562 ], [ 120.23553, 30.3577913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明珠街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23553, 30.3577913 ], [ 120.236029, 30.3579562 ], [ 120.2362371, 30.3580183 ], [ 120.2370895, 30.3582808 ], [ 120.237875, 30.3585045 ], [ 120.2386504, 30.3587256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23553, 30.3577913 ], [ 120.2349583, 30.3592596 ], [ 120.234825, 30.359535 ], [ 120.2346956, 30.3597918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346956, 30.3597918 ], [ 120.234825, 30.359535 ], [ 120.2349583, 30.3592596 ], [ 120.23553, 30.3577913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346956, 30.3597918 ], [ 120.2345822, 30.3598488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345822, 30.3598488 ], [ 120.2346956, 30.3597918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2346956, 30.3597918 ], [ 120.2350368, 30.3599304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2350368, 30.3599304 ], [ 120.2345822, 30.3598488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2350368, 30.3599304 ], [ 120.2354297, 30.3600593 ], [ 120.2361849, 30.3602958 ], [ 120.2364897, 30.360391 ], [ 120.236803, 30.3604451 ], [ 120.2371167, 30.3604524 ], [ 120.2374342, 30.3603969 ], [ 120.2376038, 30.3603671 ], [ 120.2381222, 30.3602074 ], [ 120.2382709, 30.3601426 ], [ 120.2385409, 30.3600713 ], [ 120.238583, 30.3600569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238583, 30.3600569 ], [ 120.2385409, 30.3600713 ], [ 120.2382709, 30.3601426 ], [ 120.2381222, 30.3602074 ], [ 120.2376038, 30.3603671 ], [ 120.2374342, 30.3603969 ], [ 120.2371167, 30.3604524 ], [ 120.236803, 30.3604451 ], [ 120.2364897, 30.360391 ], [ 120.2361849, 30.3602958 ], [ 120.2354297, 30.3600593 ], [ 120.2350368, 30.3599304 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2278181, 30.359562 ], [ 120.2285817, 30.3579852 ], [ 120.2287218, 30.3578579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2316224, 30.3586539 ], [ 120.2326841, 30.3590495 ], [ 120.2346956, 30.3597918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "大农港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345822, 30.3598488 ], [ 120.2336789, 30.3595286 ], [ 120.2315652, 30.3587793 ], [ 120.2314868, 30.3587539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2314868, 30.3587539 ], [ 120.2307801, 30.3592159 ], [ 120.230416, 30.3593857 ], [ 120.2297557, 30.3596936 ], [ 120.2290353, 30.3599306 ], [ 120.2289335, 30.3599641 ], [ 120.2281454, 30.3602234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2281454, 30.3602234 ], [ 120.2289335, 30.3599641 ], [ 120.2290353, 30.3599306 ], [ 120.2297557, 30.3596936 ], [ 120.230416, 30.3593857 ], [ 120.2307801, 30.3592159 ], [ 120.2314868, 30.3587539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2278181, 30.359562 ], [ 120.2281454, 30.3602234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2281454, 30.3602234 ], [ 120.2278181, 30.359562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294323, 30.363069 ], [ 120.2310018, 30.3625471 ], [ 120.2328725, 30.3618989 ], [ 120.2332982, 30.361732 ], [ 120.233642, 30.361513 ], [ 120.2339208, 30.3612301 ], [ 120.2341075, 30.3609226 ], [ 120.2345822, 30.3598488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2345822, 30.3598488 ], [ 120.2341075, 30.3609226 ], [ 120.2339208, 30.3612301 ], [ 120.233642, 30.361513 ], [ 120.2332982, 30.361732 ], [ 120.2328725, 30.3618989 ], [ 120.2310018, 30.3625471 ], [ 120.2294323, 30.363069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2281454, 30.3602234 ], [ 120.2286678, 30.3613777 ], [ 120.2287769, 30.3616191 ], [ 120.2288434, 30.3617662 ], [ 120.2294323, 30.363069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长虹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294323, 30.363069 ], [ 120.2288434, 30.3617662 ], [ 120.2287769, 30.3616191 ], [ 120.2286678, 30.3613777 ], [ 120.2281454, 30.3602234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337823, 30.3641575 ], [ 120.2337401, 30.3640634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337401, 30.3640634 ], [ 120.2337823, 30.3641575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276637, 30.3672991 ], [ 120.2278486, 30.3668275 ], [ 120.2279963, 30.3665239 ], [ 120.2281786, 30.3662716 ], [ 120.2284282, 30.366027 ], [ 120.2285713, 30.3659139 ], [ 120.2288764, 30.3657462 ], [ 120.2294573, 30.3655189 ], [ 120.2300595, 30.3652977 ], [ 120.2306787, 30.3650901 ], [ 120.2330764, 30.3642861 ], [ 120.2333669, 30.3641946 ], [ 120.2337401, 30.3640634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337823, 30.3641575 ], [ 120.2333025, 30.364325 ], [ 120.2330364, 30.3644146 ], [ 120.2328082, 30.3644833 ], [ 120.2300361, 30.3654145 ], [ 120.2295872, 30.3655786 ], [ 120.2294588, 30.3656255 ], [ 120.2290121, 30.3657932 ], [ 120.2287617, 30.3659106 ], [ 120.2285549, 30.3660729 ], [ 120.2283587, 30.3662397 ], [ 120.2281577, 30.3665037 ], [ 120.2279458, 30.3669092 ], [ 120.227741, 30.3673421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2320583, 30.3677701 ], [ 120.2326482, 30.3664824 ], [ 120.2330657, 30.3655237 ], [ 120.2333352, 30.3649049 ], [ 120.2334776, 30.3646336 ], [ 120.2335628, 30.3644712 ], [ 120.2337823, 30.3641575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337823, 30.3641575 ], [ 120.2336546, 30.3645409 ], [ 120.2335424, 30.364798 ], [ 120.2334381, 30.3650369 ], [ 120.2327519, 30.36653 ], [ 120.2327095, 30.3666252 ], [ 120.2321977, 30.3677755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276637, 30.3672991 ], [ 120.227741, 30.3673421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227741, 30.3673421 ], [ 120.2276855, 30.3675228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.227741, 30.3673421 ], [ 120.228511, 30.3674674 ], [ 120.2298594, 30.3676036 ], [ 120.2315651, 30.3677212 ], [ 120.2317905, 30.3677437 ], [ 120.2320583, 30.3677701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.236585, 30.3630967 ], [ 120.237993, 30.3626249 ], [ 120.2393163, 30.3621814 ], [ 120.2409068, 30.3616701 ], [ 120.241611, 30.3614308 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2416825, 30.3615065 ], [ 120.2409351, 30.3617528 ], [ 120.2384765, 30.3625764 ], [ 120.2380684, 30.3627112 ], [ 120.2366267, 30.3631872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白马庄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.236585, 30.3630967 ], [ 120.2366267, 30.3631872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白马庄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366267, 30.3631872 ], [ 120.236585, 30.3630967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2337401, 30.3640634 ], [ 120.2339913, 30.3639708 ], [ 120.236585, 30.3630967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366267, 30.3631872 ], [ 120.2337823, 30.3641575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白马庄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387707, 30.3651286 ], [ 120.2383635, 30.3647891 ], [ 120.2382491, 30.3646937 ], [ 120.238042, 30.364521 ], [ 120.2373556, 30.3638742 ], [ 120.2371665, 30.3636959 ], [ 120.2366267, 30.3631872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白马庄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366267, 30.3631872 ], [ 120.2371665, 30.3636959 ], [ 120.2373556, 30.3638742 ], [ 120.238042, 30.364521 ], [ 120.2382491, 30.3646937 ], [ 120.2383635, 30.3647891 ], [ 120.2387707, 30.3651286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364894, 30.368446 ], [ 120.236642, 30.3680007 ], [ 120.2367838, 30.3674897 ], [ 120.2370669, 30.3664698 ], [ 120.2371325, 30.3663691 ], [ 120.2371959, 30.3662718 ], [ 120.2376707, 30.3659056 ], [ 120.2378762, 30.3657471 ], [ 120.2386156, 30.3651768 ], [ 120.2387707, 30.3651286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387707, 30.3651286 ], [ 120.2386156, 30.3651768 ], [ 120.2378762, 30.3657471 ], [ 120.2376707, 30.3659056 ], [ 120.2371959, 30.3662718 ], [ 120.2371325, 30.3663691 ], [ 120.2370669, 30.3664698 ], [ 120.2367838, 30.3674897 ], [ 120.236642, 30.3680007 ], [ 120.2364894, 30.368446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231963, 30.3679559 ], [ 120.2317214, 30.3679331 ], [ 120.2314605, 30.367898 ], [ 120.2286505, 30.3676582 ], [ 120.2276855, 30.3675228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2320583, 30.3677701 ], [ 120.2321977, 30.3677755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231963, 30.3679559 ], [ 120.2320583, 30.3677701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321977, 30.3677755 ], [ 120.2321345, 30.3679739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321345, 30.3679739 ], [ 120.231963, 30.3679559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321977, 30.3677755 ], [ 120.2331474, 30.3678475 ], [ 120.2338656, 30.3679128 ], [ 120.2345685, 30.3680205 ], [ 120.2355289, 30.3682001 ], [ 120.2364894, 30.368446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363621, 30.3686002 ], [ 120.2351343, 30.3682983 ], [ 120.2345311, 30.3681792 ], [ 120.2339588, 30.3680921 ], [ 120.2330651, 30.3680343 ], [ 120.2321345, 30.3679739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321345, 30.3679739 ], [ 120.2319917, 30.368248 ], [ 120.2319006, 30.3686488 ], [ 120.2318582, 30.3690005 ], [ 120.2318266, 30.3695192 ], [ 120.2318994, 30.3700998 ], [ 120.2319228, 30.3703211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317246, 30.3703661 ], [ 120.2316743, 30.3690171 ], [ 120.2317378, 30.3685899 ], [ 120.2318673, 30.3681928 ], [ 120.231963, 30.3679559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2339155, 30.369902 ], [ 120.2338598, 30.3697997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2338598, 30.3697997 ], [ 120.2339155, 30.369902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2319228, 30.3703211 ], [ 120.2328578, 30.3701113 ], [ 120.2338598, 30.3697997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307308, 30.3706663 ], [ 120.2305041, 30.3705669 ], [ 120.2302415, 30.3704866 ], [ 120.2285624, 30.3700228 ], [ 120.2285372, 30.3700158 ], [ 120.2267522, 30.3695177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267522, 30.3695177 ], [ 120.2285372, 30.3700158 ], [ 120.2285624, 30.3700228 ], [ 120.2302415, 30.3704866 ], [ 120.2305041, 30.3705669 ], [ 120.2307308, 30.3706663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2339155, 30.369902 ], [ 120.2319531, 30.3704307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317246, 30.3703661 ], [ 120.2319228, 30.3703211 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2319228, 30.3703211 ], [ 120.2319531, 30.3704307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317327, 30.3704667 ], [ 120.2317246, 30.3703661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2319531, 30.3704307 ], [ 120.2317327, 30.3704667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307308, 30.3706663 ], [ 120.2308008, 30.3705966 ], [ 120.2309319, 30.3705562 ], [ 120.2317246, 30.3703661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2363621, 30.3686002 ], [ 120.2364894, 30.368446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364894, 30.368446 ], [ 120.2364687, 30.3686647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364687, 30.3686647 ], [ 120.2363621, 30.3686002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23528, 30.371254 ], [ 120.235519, 30.3708308 ], [ 120.2356594, 30.3705084 ], [ 120.2360027, 30.3695922 ], [ 120.236029, 30.3695195 ], [ 120.2363621, 30.3686002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364687, 30.3686647 ], [ 120.2361092, 30.3696131 ], [ 120.2360492, 30.3697713 ], [ 120.2355967, 30.3709651 ], [ 120.2354534, 30.3712429 ], [ 120.2354079, 30.3713153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23528, 30.371254 ], [ 120.2349885, 30.3710724 ], [ 120.2347143, 30.3708535 ], [ 120.2344389, 30.3706057 ], [ 120.2342498, 30.3703925 ], [ 120.234044, 30.370099 ], [ 120.2339155, 30.369902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2339155, 30.369902 ], [ 120.234044, 30.370099 ], [ 120.2342498, 30.3703925 ], [ 120.2344389, 30.3706057 ], [ 120.2347143, 30.3708535 ], [ 120.2349885, 30.3710724 ], [ 120.23528, 30.371254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2354079, 30.3713153 ], [ 120.23528, 30.371254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.23528, 30.371254 ], [ 120.2354079, 30.3713153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2354079, 30.3713153 ], [ 120.2369356, 30.3721083 ], [ 120.2375975, 30.3724519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "华丰北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424292, 30.3642124 ], [ 120.2425398, 30.3640489 ], [ 120.2433273, 30.3635792 ], [ 120.2425461, 30.3625165 ], [ 120.2416825, 30.3615065 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424292, 30.3642124 ], [ 120.242518, 30.364244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424292, 30.3642124 ], [ 120.2419856, 30.364286 ], [ 120.2407022, 30.3646163 ], [ 120.2404351, 30.364685 ], [ 120.239053, 30.3650407 ], [ 120.2387707, 30.3651286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387707, 30.3651286 ], [ 120.239053, 30.3650407 ], [ 120.2404351, 30.364685 ], [ 120.2407022, 30.3646163 ], [ 120.2419856, 30.364286 ], [ 120.2424292, 30.3642124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白马庄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2387707, 30.3651286 ], [ 120.2400783, 30.366278 ], [ 120.2402472, 30.3664264 ], [ 120.2417854, 30.3677822 ], [ 120.2420365, 30.3679817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "白马庄街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2420365, 30.3679817 ], [ 120.2417854, 30.3677822 ], [ 120.2402472, 30.3664264 ], [ 120.2400783, 30.366278 ], [ 120.2387707, 30.3651286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.242518, 30.364244 ], [ 120.2425754, 30.3646224 ], [ 120.242589, 30.3649327 ], [ 120.2426485, 30.3662939 ], [ 120.2426851, 30.3666453 ], [ 120.242753, 30.3670012 ], [ 120.2428939, 30.3674652 ], [ 120.2429794, 30.3676949 ], [ 120.2430297, 30.3678301 ], [ 120.2431498, 30.3680734 ], [ 120.2433378, 30.3684518 ], [ 120.2436772, 30.3690105 ], [ 120.2435727, 30.36906 ], [ 120.2430819, 30.3681725 ], [ 120.2429932, 30.3679878 ], [ 120.2428731, 30.3677275 ], [ 120.242706, 30.3672399 ], [ 120.2426224, 30.3668795 ], [ 120.2425493, 30.3664606 ], [ 120.2425232, 30.3661137 ], [ 120.2425076, 30.3654649 ], [ 120.2424292, 30.3642124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364894, 30.368446 ], [ 120.2371718, 30.3686988 ], [ 120.2380597, 30.3690537 ], [ 120.2390462, 30.3695388 ], [ 120.239917, 30.3700523 ], [ 120.2400865, 30.370175 ], [ 120.2403184, 30.3703429 ], [ 120.2404032, 30.3704043 ], [ 120.240797, 30.3707404 ], [ 120.2412869, 30.3711702 ], [ 120.2414705, 30.3713268 ], [ 120.2424838, 30.3723218 ], [ 120.2438049, 30.3736441 ], [ 120.2461442, 30.3759991 ], [ 120.2462511, 30.3761058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2461156, 30.3762087 ], [ 120.246013, 30.3761055 ], [ 120.2448013, 30.3748855 ], [ 120.243854, 30.3739292 ], [ 120.2423263, 30.3724113 ], [ 120.241082, 30.3711858 ], [ 120.2401577, 30.3704929 ], [ 120.2399364, 30.37034 ], [ 120.2398686, 30.3702932 ], [ 120.2393107, 30.3699309 ], [ 120.238722, 30.3696112 ], [ 120.2383284, 30.3694073 ], [ 120.2379041, 30.369214 ], [ 120.2370616, 30.3688699 ], [ 120.2364687, 30.3686647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446669, 30.3809841 ], [ 120.2450378, 30.3795859 ], [ 120.2458115, 30.3767681 ], [ 120.2459194, 30.3763631 ], [ 120.2459488, 30.3763356 ], [ 120.2461156, 30.3762087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2317327, 30.3704667 ], [ 120.2310078, 30.370654 ], [ 120.2308326, 30.3707188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308326, 30.3707188 ], [ 120.2307308, 30.3706663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307308, 30.3706663 ], [ 120.2308326, 30.3707188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2319531, 30.3704307 ], [ 120.2320819, 30.3709116 ], [ 120.232415, 30.3715584 ], [ 120.2331144, 30.3724992 ], [ 120.2332662, 30.3727034 ], [ 120.2334688, 30.3729754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2333348, 30.3730462 ], [ 120.2332867, 30.3729878 ], [ 120.2325934, 30.3721479 ], [ 120.2324233, 30.3719418 ], [ 120.2320425, 30.3712572 ], [ 120.2317822, 30.3706931 ], [ 120.2317327, 30.3704667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334688, 30.3729754 ], [ 120.2339248, 30.3726961 ], [ 120.2340151, 30.3726274 ], [ 120.234244, 30.3724531 ], [ 120.2344831, 30.372242 ], [ 120.2347582, 30.371957 ], [ 120.2347945, 30.3719194 ], [ 120.235014, 30.3716339 ], [ 120.23528, 30.371254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294083, 30.3735922 ], [ 120.2300396, 30.3721931 ], [ 120.2300921, 30.3720805 ], [ 120.2306241, 30.3708394 ], [ 120.2307308, 30.3706663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308326, 30.3707188 ], [ 120.2307406, 30.3708592 ], [ 120.2301693, 30.3721092 ], [ 120.2301186, 30.3722247 ], [ 120.2294901, 30.3736167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2354079, 30.3713153 ], [ 120.2350783, 30.3717523 ], [ 120.2347558, 30.3720967 ], [ 120.2344681, 30.372398 ], [ 120.2343333, 30.3725104 ], [ 120.233975, 30.3728091 ], [ 120.2335822, 30.3730933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2333348, 30.3730462 ], [ 120.2334688, 30.3729754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334688, 30.3729754 ], [ 120.2335822, 30.3730933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334412, 30.3731751 ], [ 120.2333348, 30.3730462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335822, 30.3730933 ], [ 120.2334412, 30.3731751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294901, 30.3736167 ], [ 120.2299667, 30.3737605 ], [ 120.2303838, 30.3738098 ], [ 120.230746, 30.3738265 ], [ 120.2307745, 30.3738278 ], [ 120.2311287, 30.3738171 ], [ 120.2314688, 30.3737841 ], [ 120.2316462, 30.373752 ], [ 120.2319326, 30.3736912 ], [ 120.2321904, 30.3736181 ], [ 120.2322748, 30.3735831 ], [ 120.2324972, 30.3734907 ], [ 120.2331037, 30.3731977 ], [ 120.2333348, 30.3730462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2334412, 30.3731751 ], [ 120.2331189, 30.3733235 ], [ 120.2326569, 30.3735403 ], [ 120.2322871, 30.3736762 ], [ 120.2322501, 30.373687 ], [ 120.2319172, 30.373784 ], [ 120.2315999, 30.373849 ], [ 120.2314579, 30.3738708 ], [ 120.2311856, 30.3738986 ], [ 120.230918, 30.3739144 ], [ 120.2305559, 30.3739322 ], [ 120.2302333, 30.3739167 ], [ 120.2298967, 30.373869 ], [ 120.2294184, 30.3737515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294083, 30.3735922 ], [ 120.2294901, 30.3736167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2293352, 30.3737202 ], [ 120.2294083, 30.3735922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294901, 30.3736167 ], [ 120.2294184, 30.3737515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294184, 30.3737515 ], [ 120.2293352, 30.3737202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279621, 30.3767071 ], [ 120.2287386, 30.3750212 ], [ 120.2293352, 30.3737202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2375975, 30.3724519 ], [ 120.2369356, 30.3721083 ], [ 120.2354079, 30.3713153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2335822, 30.3730933 ], [ 120.2342472, 30.3739135 ], [ 120.2347654, 30.3745191 ], [ 120.2348048, 30.3745652 ], [ 120.2349676, 30.3747769 ], [ 120.2367364, 30.3769224 ], [ 120.2371305, 30.3773929 ], [ 120.2382858, 30.3787389 ], [ 120.2397529, 30.380545 ], [ 120.2406934, 30.3816691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405633, 30.3817349 ], [ 120.2399739, 30.3809984 ], [ 120.2396805, 30.3806317 ], [ 120.2395563, 30.3804823 ], [ 120.2381731, 30.3788176 ], [ 120.2367538, 30.3772312 ], [ 120.2365729, 30.3769982 ], [ 120.23561, 30.3758028 ], [ 120.2350011, 30.3750858 ], [ 120.2348186, 30.3748709 ], [ 120.234656, 30.3746666 ], [ 120.2343849, 30.3743187 ], [ 120.2334412, 30.3731751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386209, 30.3820508 ], [ 120.2390819, 30.382083 ], [ 120.2394599, 30.382083 ], [ 120.2398292, 30.3820306 ], [ 120.240242, 30.3819031 ], [ 120.240323, 30.3818607 ], [ 120.2405633, 30.3817349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240615, 30.3817995 ], [ 120.2402551, 30.3819668 ], [ 120.2398944, 30.382083 ], [ 120.2395338, 30.3821468 ], [ 120.2391992, 30.3821618 ], [ 120.2388342, 30.3821468 ], [ 120.2386019, 30.3821194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386209, 30.3820508 ], [ 120.2386019, 30.3821194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386019, 30.3821194 ], [ 120.2386209, 30.3820508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2386019, 30.3821194 ], [ 120.2379954, 30.3840046 ], [ 120.2379595, 30.3841164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379595, 30.3841164 ], [ 120.2379954, 30.3840046 ], [ 120.2386019, 30.3821194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天星街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415543, 30.3848549 ], [ 120.2413954, 30.3848222 ], [ 120.2380882, 30.3841428 ], [ 120.2379595, 30.3841164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462487, 30.3763446 ], [ 120.246077, 30.3764613 ], [ 120.2460424, 30.3764849 ], [ 120.2459561, 30.3767859 ], [ 120.2451671, 30.3796316 ], [ 120.2448352, 30.3810148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422175, 30.3810406 ], [ 120.2418731, 30.3799022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2418731, 30.3799022 ], [ 120.2422175, 30.3810406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422175, 30.3810406 ], [ 120.2427709, 30.3809472 ], [ 120.2431794, 30.3809023 ], [ 120.2435357, 30.3808873 ], [ 120.2439963, 30.3809023 ], [ 120.2444351, 30.3809472 ], [ 120.2446669, 30.3809841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446669, 30.3809841 ], [ 120.2448352, 30.3810148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446424, 30.3810708 ], [ 120.2446669, 30.3809841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446424, 30.3810708 ], [ 120.2440788, 30.3809735 ], [ 120.2436791, 30.3809697 ], [ 120.2432272, 30.3809735 ], [ 120.242784, 30.3810185 ], [ 120.2422402, 30.3811262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448352, 30.3810148 ], [ 120.2448103, 30.3811032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422175, 30.3810406 ], [ 120.2422402, 30.3811262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422402, 30.3811262 ], [ 120.2422175, 30.3810406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448103, 30.3811032 ], [ 120.2446424, 30.3810708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406934, 30.3816691 ], [ 120.2412067, 30.3813971 ], [ 120.2414543, 30.3812846 ], [ 120.2418063, 30.3811534 ], [ 120.242193, 30.3810447 ], [ 120.2422175, 30.3810406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422402, 30.3811262 ], [ 120.2421409, 30.3811459 ], [ 120.2417064, 30.3812659 ], [ 120.2412023, 30.3814758 ], [ 120.2407315, 30.3817163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406934, 30.3816691 ], [ 120.2407315, 30.3817163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405633, 30.3817349 ], [ 120.2406934, 30.3816691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "留月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407315, 30.3817163 ], [ 120.240615, 30.3817995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240615, 30.3817995 ], [ 120.2405633, 30.3817349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439444, 30.3835394 ], [ 120.2439671, 30.3834592 ], [ 120.2442192, 30.3825677 ], [ 120.244291, 30.3823138 ], [ 120.2444087, 30.3818973 ], [ 120.2446424, 30.3810708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448103, 30.3811032 ], [ 120.2446242, 30.3817632 ], [ 120.2444586, 30.3823502 ], [ 120.2443869, 30.3826041 ], [ 120.244134, 30.383501 ], [ 120.244113, 30.3835753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407315, 30.3817163 ], [ 120.2413845, 30.3825182 ], [ 120.2423037, 30.383647 ], [ 120.2424268, 30.3837967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422844, 30.3838857 ], [ 120.2421697, 30.3837423 ], [ 120.240615, 30.3817995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439444, 30.3835394 ], [ 120.2439875, 30.3835456 ], [ 120.2440195, 30.3835532 ], [ 120.244113, 30.3835753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244113, 30.3835753 ], [ 120.2440195, 30.3835532 ], [ 120.2439875, 30.3835456 ], [ 120.2439444, 30.3835394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424268, 30.3837967 ], [ 120.2424936, 30.38376 ], [ 120.2425291, 30.3837406 ], [ 120.2427321, 30.3836528 ], [ 120.24292, 30.3835916 ], [ 120.243106, 30.383548 ], [ 120.2433196, 30.3835171 ], [ 120.2435385, 30.3835057 ], [ 120.2437654, 30.3835162 ], [ 120.2437883, 30.3835173 ], [ 120.2439444, 30.3835394 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439444, 30.3835394 ], [ 120.2437883, 30.3835173 ], [ 120.2437654, 30.3835162 ], [ 120.2435385, 30.3835057 ], [ 120.2433196, 30.3835171 ], [ 120.243106, 30.383548 ], [ 120.24292, 30.3835916 ], [ 120.2427321, 30.3836528 ], [ 120.2425291, 30.3837406 ], [ 120.2424936, 30.38376 ], [ 120.2424268, 30.3837967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422844, 30.3838857 ], [ 120.2423657, 30.3838303 ], [ 120.2424268, 30.3837967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424268, 30.3837967 ], [ 120.2423657, 30.3838303 ], [ 120.2422844, 30.3838857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415543, 30.3848549 ], [ 120.2415647, 30.3848137 ], [ 120.2415824, 30.3847678 ], [ 120.2416338, 30.3846344 ], [ 120.2417278, 30.3844572 ], [ 120.2418423, 30.3842916 ], [ 120.2419954, 30.3841191 ], [ 120.2421713, 30.3839661 ], [ 120.2421887, 30.3839509 ], [ 120.2422844, 30.3838857 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422844, 30.3838857 ], [ 120.2421887, 30.3839509 ], [ 120.2421713, 30.3839661 ], [ 120.2419954, 30.3841191 ], [ 120.2418423, 30.3842916 ], [ 120.2417278, 30.3844572 ], [ 120.2416338, 30.3846344 ], [ 120.2415824, 30.3847678 ], [ 120.2415647, 30.3848137 ], [ 120.2415543, 30.3848549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453733, 30.3861306 ], [ 120.2453887, 30.3861043 ], [ 120.2454258, 30.3860413 ], [ 120.2454763, 30.3859267 ], [ 120.2455351, 30.3857759 ], [ 120.2455513, 30.385717 ], [ 120.245555, 30.3857034 ], [ 120.2455803, 30.3856112 ], [ 120.2456112, 30.3853971 ], [ 120.2456109, 30.3851684 ], [ 120.2455875, 30.3849933 ], [ 120.2455473, 30.3848314 ], [ 120.2454662, 30.3846203 ], [ 120.2453956, 30.3844855 ], [ 120.2452956, 30.3843331 ], [ 120.2452025, 30.3842168 ], [ 120.2450699, 30.3840793 ], [ 120.2449218, 30.3839539 ], [ 120.2447762, 30.3838523 ], [ 120.2445848, 30.3837442 ], [ 120.244438, 30.3836777 ], [ 120.244208, 30.3835977 ], [ 120.2441707, 30.3835889 ], [ 120.244113, 30.3835753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244113, 30.3835753 ], [ 120.2441707, 30.3835889 ], [ 120.244208, 30.3835977 ], [ 120.244438, 30.3836777 ], [ 120.2445848, 30.3837442 ], [ 120.2447762, 30.3838523 ], [ 120.2449218, 30.3839539 ], [ 120.2450699, 30.3840793 ], [ 120.2452025, 30.3842168 ], [ 120.2452956, 30.3843331 ], [ 120.2453956, 30.3844855 ], [ 120.2454662, 30.3846203 ], [ 120.2455473, 30.3848314 ], [ 120.2455875, 30.3849933 ], [ 120.2456109, 30.3851684 ], [ 120.2456112, 30.3853971 ], [ 120.2455803, 30.3856112 ], [ 120.245555, 30.3857034 ], [ 120.2455513, 30.385717 ], [ 120.2455351, 30.3857759 ], [ 120.2454763, 30.3859267 ], [ 120.2454258, 30.3860413 ], [ 120.2453887, 30.3861043 ], [ 120.2453733, 30.3861306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421926, 30.3866168 ], [ 120.2421225, 30.3865655 ], [ 120.2420307, 30.3864812 ], [ 120.2419822, 30.3864367 ], [ 120.2418313, 30.3862632 ], [ 120.2417253, 30.3861078 ], [ 120.2416147, 30.385891 ], [ 120.2415456, 30.3856906 ], [ 120.2414998, 30.3854469 ], [ 120.2414933, 30.3852036 ], [ 120.2415185, 30.384996 ], [ 120.2415543, 30.3848549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2415543, 30.3848549 ], [ 120.2415185, 30.384996 ], [ 120.2414933, 30.3852036 ], [ 120.2414998, 30.3854469 ], [ 120.2415456, 30.3856906 ], [ 120.2416147, 30.385891 ], [ 120.2417253, 30.3861078 ], [ 120.2418313, 30.3862632 ], [ 120.2419822, 30.3864367 ], [ 120.2420307, 30.3864812 ], [ 120.2421225, 30.3865655 ], [ 120.2421926, 30.3866168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2452823, 30.3862593 ], [ 120.2453733, 30.3861306 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453733, 30.3861306 ], [ 120.2452823, 30.3862593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2452823, 30.3862593 ], [ 120.2452178, 30.3863345 ], [ 120.2451626, 30.386392 ], [ 120.245058, 30.3865009 ], [ 120.2449182, 30.3866179 ], [ 120.2447505, 30.3867329 ], [ 120.2445946, 30.3868199 ], [ 120.2444199, 30.3868986 ], [ 120.2443376, 30.3869261 ], [ 120.2441727, 30.3869812 ], [ 120.244029, 30.3870119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244029, 30.3870119 ], [ 120.2441727, 30.3869812 ], [ 120.2443376, 30.3869261 ], [ 120.2444199, 30.3868986 ], [ 120.2445946, 30.3868199 ], [ 120.2447505, 30.3867329 ], [ 120.2449182, 30.3866179 ], [ 120.245058, 30.3865009 ], [ 120.2451626, 30.386392 ], [ 120.2452178, 30.3863345 ], [ 120.2452823, 30.3862593 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244029, 30.3870119 ], [ 120.2439232, 30.3870345 ], [ 120.2437175, 30.3870551 ], [ 120.2436576, 30.3870611 ], [ 120.2434604, 30.3870616 ], [ 120.2433701, 30.3870528 ], [ 120.2432085, 30.3870372 ], [ 120.2431869, 30.3870351 ], [ 120.2430876, 30.3870162 ], [ 120.2430835, 30.3870152 ], [ 120.2429859, 30.3869927 ], [ 120.2429232, 30.3869783 ], [ 120.2427164, 30.3869103 ], [ 120.242684, 30.3868961 ], [ 120.2425281, 30.386828 ], [ 120.2423208, 30.3867107 ], [ 120.2421926, 30.3866168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "场环路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421926, 30.3866168 ], [ 120.2423208, 30.3867107 ], [ 120.2425281, 30.386828 ], [ 120.242684, 30.3868961 ], [ 120.2427164, 30.3869103 ], [ 120.2429232, 30.3869783 ], [ 120.2429859, 30.3869927 ], [ 120.2430835, 30.3870152 ], [ 120.2430876, 30.3870162 ], [ 120.2431869, 30.3870351 ], [ 120.2432085, 30.3870372 ], [ 120.2433701, 30.3870528 ], [ 120.2434604, 30.3870616 ], [ 120.2436576, 30.3870611 ], [ 120.2437175, 30.3870551 ], [ 120.2439232, 30.3870345 ], [ 120.244029, 30.3870119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欢西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405965, 30.3924687 ], [ 120.2406123, 30.3924106 ], [ 120.2409134, 30.3913069 ], [ 120.2413859, 30.3895744 ], [ 120.2415594, 30.3889382 ], [ 120.2416279, 30.3886872 ], [ 120.2418893, 30.3877287 ], [ 120.2421513, 30.3867983 ], [ 120.2421926, 30.3866168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294184, 30.3737515 ], [ 120.2288184, 30.3750434 ], [ 120.2281966, 30.3764341 ], [ 120.2280458, 30.3767474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279621, 30.3767071 ], [ 120.2280458, 30.3767474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2280458, 30.3767474 ], [ 120.2279621, 30.3767071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2288801, 30.3771398 ], [ 120.2280458, 30.3767474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2280458, 30.3767474 ], [ 120.2288801, 30.3771398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263844, 30.3802714 ], [ 120.2271203, 30.3809673 ], [ 120.2272235, 30.3810624 ], [ 120.2275403, 30.3813544 ], [ 120.2286904, 30.3823418 ], [ 120.229211, 30.3828792 ], [ 120.2296639, 30.3834254 ], [ 120.2313629, 30.3853492 ], [ 120.2322179, 30.3863173 ], [ 120.2325245, 30.3866788 ], [ 120.232843, 30.3869915 ], [ 120.2331328, 30.3872293 ], [ 120.2335131, 30.3874561 ], [ 120.2338264, 30.3875937 ], [ 120.2354534, 30.3882667 ], [ 120.2357139, 30.3883798 ], [ 120.2360477, 30.3885813 ], [ 120.2363811, 30.3888495 ], [ 120.236597, 30.3890713 ], [ 120.2367834, 30.3893225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2367834, 30.3893225 ], [ 120.2365421, 30.3891592 ], [ 120.2362774, 30.3888796 ], [ 120.2359381, 30.3886189 ], [ 120.2355594, 30.3884058 ], [ 120.2351062, 30.3882195 ], [ 120.2342481, 30.3878641 ], [ 120.2334989, 30.3875482 ], [ 120.2330866, 30.3873233 ], [ 120.2328662, 30.3871388 ], [ 120.2327631, 30.3870525 ], [ 120.2324673, 30.3867545 ], [ 120.2321115, 30.3863386 ], [ 120.2313107, 30.3854343 ], [ 120.2310413, 30.3851301 ], [ 120.2301408, 30.3841132 ], [ 120.2294483, 30.3833311 ], [ 120.2291283, 30.3829698 ], [ 120.2289758, 30.3828192 ], [ 120.2288472, 30.3826922 ], [ 120.2282772, 30.3821293 ], [ 120.2281823, 30.3820462 ], [ 120.2276747, 30.3816019 ], [ 120.2273009, 30.3812762 ], [ 120.2270452, 30.3810534 ], [ 120.2266653, 30.3807054 ], [ 120.2265164, 30.380569 ], [ 120.226318, 30.3803546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228423, 30.4050456 ], [ 120.2287319, 30.4045499 ], [ 120.2290361, 30.4038888 ], [ 120.2297332, 30.4026886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297332, 30.4026886 ], [ 120.2290361, 30.4038888 ], [ 120.2287319, 30.4045499 ], [ 120.228423, 30.4050456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308669, 30.4060408 ], [ 120.2316439, 30.4044087 ], [ 120.2319081, 30.4038692 ], [ 120.2318275, 30.4036413 ], [ 120.231498, 30.4034585 ], [ 120.2303399, 30.4030226 ], [ 120.2297332, 30.4026886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欢西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421926, 30.3866168 ], [ 120.2421513, 30.3867983 ], [ 120.2418893, 30.3877287 ], [ 120.2416279, 30.3886872 ], [ 120.2415594, 30.3889382 ], [ 120.2413859, 30.3895744 ], [ 120.2409134, 30.3913069 ], [ 120.2406123, 30.3924106 ], [ 120.2405965, 30.3924687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欢东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2423043, 30.3931385 ], [ 120.242514, 30.3924357 ], [ 120.2425628, 30.3922723 ], [ 120.2432781, 30.3897059 ], [ 120.2433831, 30.3893293 ], [ 120.2434586, 30.3890583 ], [ 120.2435488, 30.3887347 ], [ 120.2438568, 30.3876298 ], [ 120.244029, 30.3870119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "欢东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.244029, 30.3870119 ], [ 120.2438568, 30.3876298 ], [ 120.2435488, 30.3887347 ], [ 120.2434586, 30.3890583 ], [ 120.2433831, 30.3893293 ], [ 120.2432781, 30.3897059 ], [ 120.2425628, 30.3922723 ], [ 120.242514, 30.3924357 ], [ 120.2423043, 30.3931385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405965, 30.3924687 ], [ 120.2412464, 30.3927236 ], [ 120.2423043, 30.3931385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2423043, 30.3931385 ], [ 120.2412464, 30.3927236 ], [ 120.2405965, 30.3924687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2423043, 30.3931385 ], [ 120.2428013, 30.3935229 ], [ 120.2432517, 30.3938467 ], [ 120.2435005, 30.3939899 ], [ 120.2437519, 30.3941253 ], [ 120.2440745, 30.3942861 ], [ 120.2444661, 30.3944527 ], [ 120.2448408, 30.3945787 ], [ 120.2452056, 30.3946667 ], [ 120.2455597, 30.3947129 ], [ 120.2462879, 30.3947881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462879, 30.3947881 ], [ 120.2455597, 30.3947129 ], [ 120.2452056, 30.3946667 ], [ 120.2448408, 30.3945787 ], [ 120.2444661, 30.3944527 ], [ 120.2440745, 30.3942861 ], [ 120.2437519, 30.3941253 ], [ 120.2435005, 30.3939899 ], [ 120.2432517, 30.3938467 ], [ 120.2428013, 30.3935229 ], [ 120.2423043, 30.3931385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2456078, 30.3962315 ], [ 120.2454303, 30.3961525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454303, 30.3961525 ], [ 120.2456078, 30.3962315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436254, 30.3991595 ], [ 120.2454303, 30.3961525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天星街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379595, 30.3841164 ], [ 120.2380882, 30.3841428 ], [ 120.2413954, 30.3848222 ], [ 120.2415543, 30.3848549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2370359, 30.3879895 ], [ 120.2374166, 30.3861596 ], [ 120.23793, 30.3842274 ], [ 120.2379595, 30.3841164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "明都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2379595, 30.3841164 ], [ 120.23793, 30.3842274 ], [ 120.2374166, 30.3861596 ], [ 120.2370359, 30.3879895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2367834, 30.3893225 ], [ 120.2377115, 30.3903128 ], [ 120.2383928, 30.3908496 ], [ 120.2388595, 30.3912105 ], [ 120.2392664, 30.3918301 ], [ 120.2398153, 30.3927531 ], [ 120.2398889, 30.3928574 ], [ 120.2400027, 30.392926 ], [ 120.2401161, 30.3928517 ], [ 120.2403914, 30.3926322 ], [ 120.2405965, 30.3924687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405965, 30.3924687 ], [ 120.2403914, 30.3926322 ], [ 120.2401161, 30.3928517 ], [ 120.2400027, 30.392926 ], [ 120.2398889, 30.3928574 ], [ 120.2398153, 30.3927531 ], [ 120.2392664, 30.3918301 ], [ 120.2388595, 30.3912105 ], [ 120.2383928, 30.3908496 ], [ 120.2377115, 30.3903128 ], [ 120.2367834, 30.3893225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395156, 30.4009236 ], [ 120.238683, 30.4011334 ], [ 120.2385149, 30.4011656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2385149, 30.4011656 ], [ 120.238683, 30.4011334 ], [ 120.2395156, 30.4009236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373852, 30.4085004 ], [ 120.2388801, 30.406493 ], [ 120.2407717, 30.4039727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409042, 30.4040867 ], [ 120.2390498, 30.4066149 ], [ 120.2375311, 30.4085475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373852, 30.4085004 ], [ 120.2375311, 30.4085475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2456078, 30.3962315 ], [ 120.2437935, 30.3992613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437935, 30.3992613 ], [ 120.2436254, 30.3991595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436254, 30.3991595 ], [ 120.2437935, 30.3992613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395156, 30.4009236 ], [ 120.2396108, 30.4007477 ], [ 120.2397287, 30.4005934 ], [ 120.2398791, 30.4004566 ], [ 120.2401515, 30.4002778 ], [ 120.2404158, 30.400148 ], [ 120.241611, 30.3997027 ], [ 120.241859, 30.399594 ], [ 120.2423957, 30.399345 ], [ 120.2426437, 30.3992609 ], [ 120.2429689, 30.3991978 ], [ 120.2433185, 30.3991697 ], [ 120.2436254, 30.3991595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436254, 30.3991595 ], [ 120.2433185, 30.3991697 ], [ 120.2429689, 30.3991978 ], [ 120.2426437, 30.3992609 ], [ 120.2423957, 30.399345 ], [ 120.241859, 30.399594 ], [ 120.241611, 30.3997027 ], [ 120.2404158, 30.400148 ], [ 120.2401515, 30.4002778 ], [ 120.2398791, 30.4004566 ], [ 120.2397287, 30.4005934 ], [ 120.2396108, 30.4007477 ], [ 120.2395156, 30.4009236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471871, 30.4012063 ], [ 120.2455183, 30.4002498 ], [ 120.2448962, 30.3998933 ], [ 120.2437935, 30.3992613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437935, 30.3992613 ], [ 120.2448962, 30.3998933 ], [ 120.2455183, 30.4002498 ], [ 120.2471871, 30.4012063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421538, 30.4020766 ], [ 120.2423901, 30.4016689 ], [ 120.2426016, 30.40102 ], [ 120.2435107, 30.3993505 ], [ 120.2436254, 30.3991595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437935, 30.3992613 ], [ 120.2436753, 30.3994586 ], [ 120.2430248, 30.4007293 ], [ 120.2428994, 30.401243 ], [ 120.242539, 30.4017162 ], [ 120.2422671, 30.4021641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2395156, 30.4009236 ], [ 120.2416922, 30.4018394 ], [ 120.2421538, 30.4020766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421538, 30.4020766 ], [ 120.2416922, 30.4018394 ], [ 120.2395156, 30.4009236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2421538, 30.4020766 ], [ 120.2422671, 30.4021641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422671, 30.4021641 ], [ 120.2421538, 30.4020766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422671, 30.4021641 ], [ 120.2440051, 30.4031766 ], [ 120.2441112, 30.4032384 ], [ 120.2451563, 30.4038473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2451563, 30.4038473 ], [ 120.2441112, 30.4032384 ], [ 120.2440051, 30.4031766 ], [ 120.2422671, 30.4021641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407717, 30.4039727 ], [ 120.2420139, 30.4023177 ], [ 120.2421538, 30.4020766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422671, 30.4021641 ], [ 120.2421474, 30.4023614 ], [ 120.241693, 30.4030114 ], [ 120.2409042, 30.4040867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409042, 30.4040867 ], [ 120.2407717, 30.4039727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407717, 30.4039727 ], [ 120.2409042, 30.4040867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437162, 30.4056724 ], [ 120.2440798, 30.4052006 ], [ 120.2451563, 30.4038473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297332, 30.4026886 ], [ 120.2303399, 30.4030226 ], [ 120.231498, 30.4034585 ], [ 120.2318275, 30.4036413 ], [ 120.2319081, 30.4038692 ], [ 120.2316439, 30.4044087 ], [ 120.2308669, 30.4060408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228423, 30.4050456 ], [ 120.2308669, 30.4060408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308669, 30.4060408 ], [ 120.228423, 30.4050456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "棋盘山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.228423, 30.4050456 ], [ 120.2283555, 30.405154 ], [ 120.2273516, 30.4066355 ], [ 120.2269533, 30.4073672 ], [ 120.2269211, 30.4075681 ], [ 120.2304784, 30.4088076 ], [ 120.2306675, 30.4088647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "棋盘山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306675, 30.4088647 ], [ 120.2304784, 30.4088076 ], [ 120.2269211, 30.4075681 ], [ 120.2269533, 30.4073672 ], [ 120.2273516, 30.4066355 ], [ 120.2283555, 30.405154 ], [ 120.228423, 30.4050456 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373852, 30.4085004 ], [ 120.2364609, 30.4081614 ], [ 120.2360311, 30.4080392 ], [ 120.235436, 30.4078022 ], [ 120.2332236, 30.4069999 ], [ 120.2318208, 30.4064595 ], [ 120.2308669, 30.4060408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308669, 30.4060408 ], [ 120.2318208, 30.4064595 ], [ 120.2332236, 30.4069999 ], [ 120.235436, 30.4078022 ], [ 120.2360311, 30.4080392 ], [ 120.2364609, 30.4081614 ], [ 120.2373852, 30.4085004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "印花坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308669, 30.4060408 ], [ 120.2308349, 30.407043 ], [ 120.2308176, 30.4084719 ], [ 120.2306675, 30.4088647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "印花坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306675, 30.4088647 ], [ 120.2308176, 30.4084719 ], [ 120.2308349, 30.407043 ], [ 120.2308669, 30.4060408 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "棋盘山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2306675, 30.4088647 ], [ 120.2327079, 30.4095279 ], [ 120.2330085, 30.4096256 ], [ 120.2339176, 30.4099211 ], [ 120.2364626, 30.4107483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2451563, 30.4038473 ], [ 120.2440798, 30.4052006 ], [ 120.2437162, 30.4056724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409042, 30.4040867 ], [ 120.2437162, 30.4056724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437162, 30.4056724 ], [ 120.2409042, 30.4040867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437162, 30.4056724 ], [ 120.2438398, 30.4057302 ], [ 120.2440562, 30.4058217 ], [ 120.2466322, 30.4069286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466322, 30.4069286 ], [ 120.2440562, 30.4058217 ], [ 120.2438398, 30.4057302 ], [ 120.2437162, 30.4056724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437162, 30.4056724 ], [ 120.2434497, 30.4059988 ], [ 120.2422318, 30.4074902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422318, 30.4074902 ], [ 120.2434497, 30.4059988 ], [ 120.2437162, 30.4056724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422318, 30.4074902 ], [ 120.2425235, 30.4076173 ], [ 120.2436581, 30.4079527 ], [ 120.244613, 30.4082396 ], [ 120.2455793, 30.4085268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2455793, 30.4085268 ], [ 120.244613, 30.4082396 ], [ 120.2436581, 30.4079527 ], [ 120.2425235, 30.4076173 ], [ 120.2422318, 30.4074902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405482, 30.4096123 ], [ 120.2409013, 30.4091279 ], [ 120.2419494, 30.4078374 ], [ 120.2421487, 30.407592 ], [ 120.2422318, 30.4074902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2422318, 30.4074902 ], [ 120.2421487, 30.407592 ], [ 120.2419494, 30.4078374 ], [ 120.2409013, 30.4091279 ], [ 120.2405482, 30.4096123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2455793, 30.4085268 ], [ 120.245525, 30.4086767 ], [ 120.2454677, 30.4088841 ], [ 120.2454399, 30.4089849 ], [ 120.2453633, 30.4094106 ], [ 120.2453122, 30.4098804 ], [ 120.2453122, 30.4101887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453122, 30.4101887 ], [ 120.2453122, 30.4098804 ], [ 120.2453633, 30.4094106 ], [ 120.2454399, 30.4089849 ], [ 120.2454677, 30.4088841 ], [ 120.245525, 30.4086767 ], [ 120.2455793, 30.4085268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453122, 30.4101887 ], [ 120.2435911, 30.4101202 ], [ 120.242722, 30.4100277 ], [ 120.2418047, 30.4098889 ], [ 120.2405482, 30.4096123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405482, 30.4096123 ], [ 120.2418047, 30.4098889 ], [ 120.242722, 30.4100277 ], [ 120.2435911, 30.4101202 ], [ 120.2453122, 30.4101887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453122, 30.4101887 ], [ 120.2453803, 30.4113116 ], [ 120.2454766, 30.41218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454766, 30.41218 ], [ 120.2453803, 30.4113116 ], [ 120.2453122, 30.4101887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391701, 30.4115031 ], [ 120.2393127, 30.4115354 ], [ 120.2402583, 30.4118399 ], [ 120.2406906, 30.4119791 ], [ 120.2414248, 30.4121357 ], [ 120.2421406, 30.4122555 ], [ 120.2429603, 30.4123458 ], [ 120.2441473, 30.4123007 ], [ 120.2454766, 30.41218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454823, 30.4122871 ], [ 120.2441741, 30.4124036 ], [ 120.2435268, 30.4124175 ], [ 120.2429566, 30.4124495 ], [ 120.2427336, 30.412425 ], [ 120.2421216, 30.4123576 ], [ 120.241399, 30.4122366 ], [ 120.2406552, 30.412078 ], [ 120.2400915, 30.4118965 ], [ 120.2397294, 30.4117799 ], [ 120.2392764, 30.411634 ], [ 120.2391022, 30.4115945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454823, 30.4122871 ], [ 120.2454766, 30.41218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2375311, 30.4085475 ], [ 120.2373852, 30.4085004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405482, 30.4096123 ], [ 120.2375311, 30.4085475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2375311, 30.4085475 ], [ 120.2405482, 30.4096123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364626, 30.4107483 ], [ 120.2365084, 30.4103139 ], [ 120.2366382, 30.4098466 ], [ 120.2368366, 30.4092674 ], [ 120.2371571, 30.4088067 ], [ 120.2373852, 30.4085004 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2375311, 30.4085475 ], [ 120.2374929, 30.4085961 ], [ 120.237076, 30.4091732 ], [ 120.236844, 30.4096025 ], [ 120.236682, 30.410118 ], [ 120.2365976, 30.4106725 ], [ 120.2366086, 30.4111011 ], [ 120.2366876, 30.4112753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391701, 30.4115031 ], [ 120.2405482, 30.4096123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2405482, 30.4096123 ], [ 120.2391701, 30.4115031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364662, 30.4113151 ], [ 120.2364648, 30.4111022 ], [ 120.2364626, 30.4107483 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364662, 30.4113151 ], [ 120.2366876, 30.4112753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2366876, 30.4112753 ], [ 120.2367448, 30.4112737 ], [ 120.2376532, 30.4112476 ], [ 120.238424, 30.4113341 ], [ 120.2391701, 30.4115031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "棋盘山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364626, 30.4107483 ], [ 120.2339176, 30.4099211 ], [ 120.2330085, 30.4096256 ], [ 120.2327079, 30.4095279 ], [ 120.2306675, 30.4088647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273558, 30.4154027 ], [ 120.2276267, 30.4151854 ], [ 120.227995, 30.4149711 ], [ 120.2285828, 30.4146903 ], [ 120.2289101, 30.4145847 ], [ 120.229383, 30.4143651 ], [ 120.2301476, 30.41401 ], [ 120.2308561, 30.4136809 ], [ 120.2327549, 30.412799 ], [ 120.2350976, 30.4116936 ], [ 120.2352424, 30.4116253 ], [ 120.2358674, 30.4114591 ], [ 120.2363089, 30.4113529 ], [ 120.2364662, 30.4113151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391022, 30.4115945 ], [ 120.238401, 30.4114357 ], [ 120.2376474, 30.4113511 ], [ 120.2367548, 30.4113768 ], [ 120.2367019, 30.4113783 ], [ 120.2364945, 30.4114155 ], [ 120.2363319, 30.4114546 ], [ 120.2359011, 30.4115582 ], [ 120.2352893, 30.4117209 ], [ 120.234103, 30.4123028 ], [ 120.2328502, 30.4129173 ], [ 120.232103, 30.413271 ], [ 120.2309727, 30.4138062 ], [ 120.229531, 30.4144736 ], [ 120.2290833, 30.4146809 ], [ 120.2283928, 30.4148983 ], [ 120.2280464, 30.4150795 ], [ 120.2276124, 30.4153471 ], [ 120.2275362, 30.4154548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329872, 30.4287041 ], [ 120.2333498, 30.4280554 ], [ 120.2335797, 30.4279777 ], [ 120.2331508, 30.4287769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "唐梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2331508, 30.4287769 ], [ 120.2329872, 30.4287041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "唐梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2329872, 30.4287041 ], [ 120.2331508, 30.4287769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308542, 30.43252 ], [ 120.2319351, 30.4305862 ], [ 120.2329872, 30.4287041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2331508, 30.4287769 ], [ 120.232577, 30.4298459 ], [ 120.2321378, 30.4306643 ], [ 120.231089, 30.4326184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2293822, 30.432019 ], [ 120.2308542, 30.43252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308229, 30.4325818 ], [ 120.2293378, 30.4320826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2062166, 30.3627327 ], [ 120.2060204, 30.3630607 ], [ 120.2058764, 30.3633694 ], [ 120.2057323, 30.3637206 ], [ 120.2055634, 30.3641708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095207, 30.3653114 ], [ 120.2107689, 30.3645153 ], [ 120.2109784, 30.3643765 ], [ 120.2113429, 30.3641174 ], [ 120.2119591, 30.3636792 ], [ 120.2124362, 30.3632622 ], [ 120.2125633, 30.363119 ], [ 120.213225, 30.3620908 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2133052, 30.3621797 ], [ 120.2128732, 30.3628369 ], [ 120.2126688, 30.3631479 ], [ 120.2125607, 30.3632471 ], [ 120.2122608, 30.3635224 ], [ 120.2118061, 30.3638969 ], [ 120.2114196, 30.3641786 ], [ 120.2110426, 30.3644486 ], [ 120.2108159, 30.3645828 ], [ 120.2095314, 30.3654473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2063046, 30.3626266 ], [ 120.2078414, 30.3634978 ], [ 120.2082207, 30.3637366 ], [ 120.2086521, 30.3640683 ], [ 120.2090567, 30.3644446 ], [ 120.2091497, 30.3645311 ], [ 120.2093364, 30.3648867 ], [ 120.2095207, 30.3653114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093628, 30.3653554 ], [ 120.2093246, 30.3652267 ], [ 120.2092566, 30.3649902 ], [ 120.2090566, 30.3646233 ], [ 120.208828, 30.3643504 ], [ 120.2085984, 30.3641465 ], [ 120.2083089, 30.3639414 ], [ 120.2081492, 30.3638355 ], [ 120.2077676, 30.3635823 ], [ 120.2072224, 30.3632816 ], [ 120.2062166, 30.3627327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054835, 30.3641431 ], [ 120.2055634, 30.3641708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055634, 30.3641708 ], [ 120.2054835, 30.3641431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2055634, 30.3641708 ], [ 120.2054677, 30.364464 ], [ 120.2053761, 30.3647231 ], [ 120.2052963, 30.3647082 ], [ 120.2054835, 30.3641431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2093628, 30.3653554 ], [ 120.2095207, 30.3653114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095207, 30.3653114 ], [ 120.2095314, 30.3654473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235966, 30.3632002 ], [ 120.2233801, 30.3631055 ], [ 120.2232623, 30.363054 ], [ 120.222373, 30.3626652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.222373, 30.3626652 ], [ 120.2222003, 30.362805 ], [ 120.2220005, 30.3630026 ], [ 120.2217428, 30.3633015 ], [ 120.221498, 30.3637071 ], [ 120.2214185, 30.3638665 ], [ 120.2212752, 30.3641538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212752, 30.3641538 ], [ 120.2214185, 30.3638665 ], [ 120.221498, 30.3637071 ], [ 120.2217428, 30.3633015 ], [ 120.2220005, 30.3630026 ], [ 120.2222003, 30.362805 ], [ 120.222373, 30.3626652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235966, 30.3632002 ], [ 120.2246113, 30.3636365 ], [ 120.2250028, 30.3637935 ], [ 120.2253542, 30.3639004 ], [ 120.2256396, 30.3639585 ], [ 120.2260081, 30.3640032 ], [ 120.2264191, 30.363995 ], [ 120.2266994, 30.3639617 ], [ 120.2268296, 30.3639463 ], [ 120.227289, 30.363827 ], [ 120.2294323, 30.363069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "环丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2294323, 30.363069 ], [ 120.227289, 30.363827 ], [ 120.2268296, 30.3639463 ], [ 120.2266994, 30.3639617 ], [ 120.2264191, 30.363995 ], [ 120.2260081, 30.3640032 ], [ 120.2256396, 30.3639585 ], [ 120.2253542, 30.3639004 ], [ 120.2250028, 30.3637935 ], [ 120.2246113, 30.3636365 ], [ 120.2235966, 30.3632002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "环临巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221846, 30.3656655 ], [ 120.2235966, 30.3632002 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "环临巷" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2235966, 30.3632002 ], [ 120.2221846, 30.3656655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207565, 30.3651935 ], [ 120.2212752, 30.3641538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2212752, 30.3641538 ], [ 120.2207565, 30.3651935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207021, 30.365331 ], [ 120.2207565, 30.3651935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "勤丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207565, 30.3651935 ], [ 120.2207021, 30.365331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207565, 30.3651935 ], [ 120.2221846, 30.3656655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275711, 30.3674525 ], [ 120.2262464, 30.3671586 ], [ 120.2259181, 30.3671168 ], [ 120.2243991, 30.3665967 ], [ 120.2243119, 30.3665669 ], [ 120.2207021, 30.365331 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221846, 30.3656655 ], [ 120.223514, 30.3660329 ], [ 120.2244078, 30.3663527 ], [ 120.2244945, 30.3663836 ], [ 120.2257134, 30.3668197 ], [ 120.2263357, 30.3670141 ], [ 120.2276637, 30.3672991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275711, 30.3674525 ], [ 120.2276637, 30.3672991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276855, 30.3675228 ], [ 120.2275711, 30.3674525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2266477, 30.3694842 ], [ 120.2273272, 30.3680136 ], [ 120.2275711, 30.3674525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2276855, 30.3675228 ], [ 120.2274703, 30.3680374 ], [ 120.2274321, 30.3681162 ], [ 120.2271565, 30.3686843 ], [ 120.2267522, 30.3695177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2266477, 30.3694842 ], [ 120.2249793, 30.3690148 ], [ 120.2237361, 30.368665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2237361, 30.368665 ], [ 120.2249793, 30.3690148 ], [ 120.2266477, 30.3694842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2181495, 30.3643001 ], [ 120.2189982, 30.3645913 ], [ 120.2207565, 30.3651935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2207021, 30.365331 ], [ 120.2189459, 30.3647006 ], [ 120.2180774, 30.3643997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151189, 30.3693625 ], [ 120.2155754, 30.3688995 ], [ 120.2158705, 30.3685084 ], [ 120.2162636, 30.3679859 ], [ 120.216843, 30.3670417 ], [ 120.2173408, 30.3657212 ], [ 120.2179366, 30.3643549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2180774, 30.3643997 ], [ 120.2176481, 30.3653123 ], [ 120.2169515, 30.3670857 ], [ 120.216367, 30.3680382 ], [ 120.215963, 30.3685744 ], [ 120.2156559, 30.3689632 ], [ 120.2152332, 30.3694448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2150189, 30.3694414 ], [ 120.2151189, 30.3693625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151189, 30.3693625 ], [ 120.2152332, 30.3694448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2151395, 30.3695348 ], [ 120.2150189, 30.3694414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "丁兰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2152332, 30.3694448 ], [ 120.2151395, 30.3695348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2152332, 30.3694448 ], [ 120.2154404, 30.3696054 ], [ 120.2159762, 30.3701227 ], [ 120.2162957, 30.3704833 ], [ 120.216775, 30.3709866 ], [ 120.2174388, 30.3716046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200236, 30.370465 ], [ 120.2198086, 30.3704199 ], [ 120.2195855, 30.3704263 ], [ 120.2193772, 30.3704776 ], [ 120.2190723, 30.3706188 ], [ 120.2183019, 30.3710586 ], [ 120.217883, 30.3713375 ], [ 120.2174388, 30.3716046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2237361, 30.368665 ], [ 120.223559, 30.3686148 ], [ 120.2232086, 30.3685111 ], [ 120.2231193, 30.368503 ], [ 120.2230201, 30.3685539 ], [ 120.2228752, 30.3686488 ], [ 120.2227196, 30.3687344 ], [ 120.2225587, 30.3687946 ], [ 120.2224139, 30.3688362 ], [ 120.2222154, 30.3688593 ], [ 120.2219713, 30.3688593 ], [ 120.2218533, 30.368857 ], [ 120.221695, 30.3688894 ], [ 120.2215824, 30.368945 ], [ 120.2204344, 30.3696091 ], [ 120.2203298, 30.3696948 ], [ 120.2202788, 30.3697781 ], [ 120.2200236, 30.370465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200236, 30.370465 ], [ 120.2202788, 30.3697781 ], [ 120.2203298, 30.3696948 ], [ 120.2204344, 30.3696091 ], [ 120.2215824, 30.368945 ], [ 120.221695, 30.3688894 ], [ 120.2218533, 30.368857 ], [ 120.2219713, 30.3688593 ], [ 120.2222154, 30.3688593 ], [ 120.2224139, 30.3688362 ], [ 120.2225587, 30.3687946 ], [ 120.2227196, 30.3687344 ], [ 120.2228752, 30.3686488 ], [ 120.2230201, 30.3685539 ], [ 120.2231193, 30.368503 ], [ 120.2232086, 30.3685111 ], [ 120.223559, 30.3686148 ], [ 120.2237361, 30.368665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267522, 30.3695177 ], [ 120.2266477, 30.3694842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三义路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2266477, 30.3694842 ], [ 120.2267522, 30.3695177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2237361, 30.368665 ], [ 120.22284, 30.3706538 ], [ 120.2225374, 30.3713172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2225374, 30.3713172 ], [ 120.22284, 30.3706538 ], [ 120.2237361, 30.368665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2253568, 30.372294 ], [ 120.225511, 30.371936 ], [ 120.2258302, 30.3712522 ], [ 120.2266477, 30.3694842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2200236, 30.370465 ], [ 120.2203144, 30.3705546 ], [ 120.221394, 30.3709204 ], [ 120.2215789, 30.3709831 ], [ 120.2219658, 30.3711142 ], [ 120.2223225, 30.3712322 ], [ 120.2225374, 30.3713172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2225374, 30.3713172 ], [ 120.2223225, 30.3712322 ], [ 120.2219658, 30.3711142 ], [ 120.2215789, 30.3709831 ], [ 120.221394, 30.3709204 ], [ 120.2203144, 30.3705546 ], [ 120.2200236, 30.370465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267522, 30.3695177 ], [ 120.2261109, 30.3709625 ], [ 120.2260486, 30.3711003 ], [ 120.2255169, 30.3722768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2225374, 30.3713172 ], [ 120.2233756, 30.3716076 ], [ 120.2239718, 30.3718142 ], [ 120.2253568, 30.372294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2253568, 30.372294 ], [ 120.2239718, 30.3718142 ], [ 120.2233756, 30.3716076 ], [ 120.2225374, 30.3713172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2253568, 30.372294 ], [ 120.2255169, 30.3722768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255169, 30.3722768 ], [ 120.2254646, 30.3723925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254646, 30.3723925 ], [ 120.2253568, 30.372294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2255169, 30.3722768 ], [ 120.2259604, 30.3724276 ], [ 120.227089, 30.372806 ], [ 120.2276768, 30.3730031 ], [ 120.2289401, 30.3734267 ], [ 120.2292106, 30.373524 ], [ 120.2294083, 30.3735922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2293352, 30.3737202 ], [ 120.2291543, 30.3736491 ], [ 120.2288752, 30.3735473 ], [ 120.2284687, 30.373399 ], [ 120.2280063, 30.3732384 ], [ 120.2267065, 30.372787 ], [ 120.2254646, 30.3723925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2225374, 30.3713172 ], [ 120.2221302, 30.3722121 ], [ 120.2216078, 30.3733603 ], [ 120.221537, 30.3735379 ], [ 120.2215358, 30.3736612 ], [ 120.2215888, 30.3737823 ], [ 120.2218326, 30.3739956 ], [ 120.2224036, 30.3744773 ], [ 120.2225425, 30.3745531 ], [ 120.222719, 30.3746242 ], [ 120.2229353, 30.3746976 ], [ 120.2231525, 30.3747712 ], [ 120.2240799, 30.3751057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2240799, 30.3751057 ], [ 120.2231525, 30.3747712 ], [ 120.2229353, 30.3746976 ], [ 120.222719, 30.3746242 ], [ 120.2225425, 30.3745531 ], [ 120.2224036, 30.3744773 ], [ 120.2218326, 30.3739956 ], [ 120.2215888, 30.3737823 ], [ 120.2215358, 30.3736612 ], [ 120.221537, 30.3735379 ], [ 120.2216078, 30.3733603 ], [ 120.2221302, 30.3722121 ], [ 120.2225374, 30.3713172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2240799, 30.3751057 ], [ 120.224482, 30.3741999 ], [ 120.2245755, 30.3739975 ], [ 120.2252798, 30.3724726 ], [ 120.2253568, 30.372294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长睦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2254646, 30.3723925 ], [ 120.2253018, 30.3727527 ], [ 120.2249521, 30.3734552 ], [ 120.2247634, 30.3738343 ], [ 120.2241865, 30.3751463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2261751, 30.3802261 ], [ 120.2256053, 30.379707 ], [ 120.2252619, 30.379448 ], [ 120.2247594, 30.3791182 ], [ 120.2245703, 30.3789741 ], [ 120.2243387, 30.3788546 ], [ 120.2237764, 30.3785022 ], [ 120.2229884, 30.3780084 ], [ 120.2224056, 30.3776432 ], [ 120.2214105, 30.3769284 ], [ 120.2210486, 30.3766065 ], [ 120.220869, 30.3764302 ], [ 120.2206972, 30.3762207 ], [ 120.2205242, 30.3759727 ], [ 120.2199805, 30.3750112 ], [ 120.2195476, 30.3742145 ], [ 120.2193436, 30.3738981 ], [ 120.2191742, 30.3736524 ], [ 120.2190021, 30.3734248 ], [ 120.2185395, 30.3729456 ], [ 120.2183662, 30.3727641 ], [ 120.2175908, 30.3719523 ], [ 120.2173796, 30.3717312 ], [ 120.2166792, 30.3710528 ], [ 120.2158949, 30.3702113 ], [ 120.2154749, 30.3698133 ], [ 120.2151395, 30.3695348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2240799, 30.3751057 ], [ 120.2241865, 30.3751463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2241865, 30.3751463 ], [ 120.2240799, 30.3751057 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174388, 30.3716046 ], [ 120.2187819, 30.3730018 ], [ 120.2188791, 30.373118 ], [ 120.2190811, 30.3733593 ], [ 120.2192924, 30.3736394 ], [ 120.2194642, 30.3738872 ], [ 120.2196708, 30.3742509 ], [ 120.2201031, 30.3750633 ], [ 120.2204519, 30.3756741 ], [ 120.2206132, 30.3759235 ], [ 120.2207961, 30.3761739 ], [ 120.2209713, 30.3763896 ], [ 120.2213085, 30.3767257 ], [ 120.2214835, 30.3768973 ], [ 120.2219082, 30.3771989 ], [ 120.2242106, 30.3786731 ], [ 120.2243552, 30.3787657 ], [ 120.2252712, 30.3793476 ], [ 120.2255599, 30.3795739 ], [ 120.2262726, 30.3801441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2241865, 30.3751463 ], [ 120.2256903, 30.3757435 ], [ 120.2272037, 30.3763688 ], [ 120.2274856, 30.376494 ], [ 120.2277817, 30.376636 ], [ 120.2279621, 30.3767071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2279621, 30.3767071 ], [ 120.2277817, 30.376636 ], [ 120.2274856, 30.376494 ], [ 120.2272037, 30.3763688 ], [ 120.2256903, 30.3757435 ], [ 120.2241865, 30.3751463 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2262726, 30.3801441 ], [ 120.2273852, 30.377993 ], [ 120.227618, 30.3774589 ], [ 120.2279621, 30.3767071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2280458, 30.3767474 ], [ 120.2277011, 30.3775201 ], [ 120.2274611, 30.3780465 ], [ 120.2263844, 30.3802714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2261751, 30.3802261 ], [ 120.2262726, 30.3801441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2262726, 30.3801441 ], [ 120.2263844, 30.3802714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.226318, 30.3803546 ], [ 120.2261751, 30.3802261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东风港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2263844, 30.3802714 ], [ 120.226318, 30.3803546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2204397, 30.3982132 ], [ 120.2213846, 30.3988178 ], [ 120.2214817, 30.3988719 ], [ 120.2224093, 30.3993881 ], [ 120.2226977, 30.3995151 ], [ 120.2228879, 30.3995945 ], [ 120.223164, 30.3996474 ], [ 120.2239616, 30.3997586 ], [ 120.2242377, 30.3998168 ], [ 120.2244893, 30.3998856 ], [ 120.2247961, 30.400002 ], [ 120.2256612, 30.400473 ], [ 120.2271031, 30.4012403 ], [ 120.2292022, 30.4023962 ], [ 120.2297332, 30.4026886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2297332, 30.4026886 ], [ 120.2292022, 30.4023962 ], [ 120.2271031, 30.4012403 ], [ 120.2256612, 30.400473 ], [ 120.2247961, 30.400002 ], [ 120.2244893, 30.3998856 ], [ 120.2242377, 30.3998168 ], [ 120.2239616, 30.3997586 ], [ 120.223164, 30.3996474 ], [ 120.2228879, 30.3995945 ], [ 120.2226977, 30.3995151 ], [ 120.2224093, 30.3993881 ], [ 120.2214817, 30.3988719 ], [ 120.2213846, 30.3988178 ], [ 120.2204397, 30.3982132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191975, 30.4146887 ], [ 120.2194686, 30.4147086 ], [ 120.2215708, 30.4148554 ], [ 120.2232623, 30.4149736 ], [ 120.2238993, 30.4150181 ], [ 120.2252751, 30.4151046 ], [ 120.2260475, 30.4151523 ], [ 120.2262491, 30.415168 ], [ 120.2270129, 30.4152899 ], [ 120.2273558, 30.4154027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272039, 30.415712 ], [ 120.2263616, 30.4155067 ], [ 120.2257612, 30.4153792 ], [ 120.2253531, 30.4153169 ], [ 120.2238357, 30.4151908 ], [ 120.2223275, 30.4150866 ], [ 120.2191846, 30.4148696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273558, 30.4154027 ], [ 120.2275362, 30.4154548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272039, 30.415712 ], [ 120.2273558, 30.4154027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275362, 30.4154548 ], [ 120.2273538, 30.4157735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.20939, 30.3654891 ], [ 120.2093628, 30.3653554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丁桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095314, 30.3654473 ], [ 120.20939, 30.3654891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2095314, 30.3654473 ], [ 120.2095631, 30.3656991 ], [ 120.2096578, 30.3662373 ], [ 120.2098536, 30.3667519 ], [ 120.210161, 30.3671859 ], [ 120.21044, 30.3674189 ], [ 120.2107618, 30.3676174 ], [ 120.2110961, 30.3677794 ], [ 120.211632, 30.3679685 ], [ 120.2126527, 30.3683286 ], [ 120.2133011, 30.3685543 ], [ 120.213867, 30.3687512 ], [ 120.2142974, 30.3689429 ], [ 120.2147313, 30.3691605 ], [ 120.2151189, 30.3693625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2150189, 30.3694414 ], [ 120.2141943, 30.3690216 ], [ 120.2138232, 30.3688672 ], [ 120.2126119, 30.3684272 ], [ 120.2124464, 30.3683695 ], [ 120.2112878, 30.3679659 ], [ 120.2109288, 30.3678322 ], [ 120.2106711, 30.3677267 ], [ 120.2103548, 30.3674972 ], [ 120.210101, 30.3672827 ], [ 120.2099201, 30.3670604 ], [ 120.209764, 30.3668207 ], [ 120.2096735, 30.366601 ], [ 120.2095778, 30.3663562 ], [ 120.20939, 30.3654891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2021429, 30.4032723 ], [ 120.2032806, 30.4045335 ], [ 120.2043338, 30.405583 ], [ 120.2047599, 30.4059834 ], [ 120.2055269, 30.4067361 ], [ 120.2063635, 30.4076687 ], [ 120.2073098, 30.4087205 ], [ 120.2086752, 30.410311 ], [ 120.2091968, 30.4107518 ], [ 120.210737, 30.4120532 ], [ 120.2119739, 30.4129077 ], [ 120.2135677, 30.4137093 ], [ 120.2146835, 30.4141164 ], [ 120.215735, 30.4144125 ], [ 120.2167005, 30.414505 ], [ 120.2191975, 30.4146887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191846, 30.4148696 ], [ 120.2182398, 30.4148033 ], [ 120.2180178, 30.4147877 ], [ 120.2170726, 30.4147214 ], [ 120.2168132, 30.4147032 ], [ 120.2158861, 30.4146085 ], [ 120.2156995, 30.4145894 ], [ 120.214598, 30.4142953 ], [ 120.2134426, 30.4138742 ], [ 120.2117797, 30.4130348 ], [ 120.2111283, 30.4126105 ], [ 120.210562, 30.4122416 ], [ 120.2084574, 30.410395 ], [ 120.2071261, 30.4088401 ], [ 120.2061453, 30.4077131 ], [ 120.2054026, 30.4068506 ], [ 120.2046572, 30.4061399 ], [ 120.2041386, 30.4056826 ], [ 120.2030652, 30.4046255 ], [ 120.2021449, 30.4036225 ], [ 120.2019348, 30.4033934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161318, 30.4265458 ], [ 120.2155015, 30.426472 ], [ 120.2149865, 30.4264355 ], [ 120.2143389, 30.4263896 ], [ 120.2141207, 30.4263756 ], [ 120.2131441, 30.4263132 ], [ 120.2130079, 30.4263085 ], [ 120.2129096, 30.4263052 ], [ 120.2124361, 30.4264659 ], [ 120.2115883, 30.4273628 ], [ 120.2113984, 30.4275637 ], [ 120.211255, 30.4277154 ], [ 120.2107192, 30.4282821 ], [ 120.2105548, 30.4284002 ], [ 120.2104006, 30.428511 ], [ 120.2099227, 30.4287094 ], [ 120.2090605, 30.4290439 ], [ 120.2088037, 30.4291435 ], [ 120.2083296, 30.4293275 ], [ 120.2080022, 30.4295946 ], [ 120.2079245, 30.4296725 ], [ 120.2068605, 30.4307393 ], [ 120.2064003, 30.4310293 ], [ 120.2063003, 30.431052 ], [ 120.2058959, 30.4311437 ], [ 120.2053282, 30.4312112 ], [ 120.205218, 30.4312243 ], [ 120.2046355, 30.4312936 ], [ 120.2038426, 30.4313879 ], [ 120.2034532, 30.4315024 ], [ 120.2033625, 30.4315337 ], [ 120.2028337, 30.431716 ], [ 120.201577, 30.4324944 ], [ 120.2006831, 30.4332269 ], [ 120.2006035, 30.4334864 ], [ 120.2005287, 30.433929 ], [ 120.2004955, 30.4341252 ], [ 120.2004796, 30.4342189 ], [ 120.2003557, 30.4345776 ], [ 120.2002632, 30.4348384 ], [ 120.200218, 30.4349657 ], [ 120.1996654, 30.4365234 ], [ 120.1996107, 30.4367916 ], [ 120.1995238, 30.4372177 ], [ 120.1995857, 30.4374848 ], [ 120.1999138, 30.4384404 ], [ 120.1999928, 30.4386751 ], [ 120.2000824, 30.4388548 ], [ 120.2008602, 30.4404148 ], [ 120.2009235, 30.440483 ], [ 120.201108, 30.4406819 ], [ 120.2023912, 30.4419409 ], [ 120.202639, 30.4423224 ], [ 120.2027895, 30.4425818 ], [ 120.2034178, 30.443238 ], [ 120.2037808, 30.443753 ], [ 120.2038916, 30.4441383 ], [ 120.2040533, 30.4444535 ], [ 120.2043532, 30.4446065 ], [ 120.2047283, 30.4447729 ], [ 120.2050371, 30.4449535 ], [ 120.2052852, 30.445237 ], [ 120.2064003, 30.4471444 ], [ 120.2066835, 30.4473657 ], [ 120.2069225, 30.447442 ], [ 120.208525, 30.4476474 ], [ 120.2115068, 30.4480295 ], [ 120.2148957, 30.4483887 ], [ 120.2151178, 30.4484134 ], [ 120.2155149, 30.448479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2155149, 30.448479 ], [ 120.2151178, 30.4484134 ], [ 120.2148957, 30.4483887 ], [ 120.2115068, 30.4480295 ], [ 120.208525, 30.4476474 ], [ 120.2069225, 30.447442 ], [ 120.2066835, 30.4473657 ], [ 120.2064003, 30.4471444 ], [ 120.2052852, 30.445237 ], [ 120.2050371, 30.4449535 ], [ 120.2047283, 30.4447729 ], [ 120.2043532, 30.4446065 ], [ 120.2040533, 30.4444535 ], [ 120.2038916, 30.4441383 ], [ 120.2037808, 30.443753 ], [ 120.2034178, 30.443238 ], [ 120.2027895, 30.4425818 ], [ 120.202639, 30.4423224 ], [ 120.2023912, 30.4419409 ], [ 120.201108, 30.4406819 ], [ 120.2009235, 30.440483 ], [ 120.2008602, 30.4404148 ], [ 120.2000824, 30.4388548 ], [ 120.1999928, 30.4386751 ], [ 120.1999138, 30.4384404 ], [ 120.1995857, 30.4374848 ], [ 120.1995238, 30.4372177 ], [ 120.1996107, 30.4367916 ], [ 120.1996654, 30.4365234 ], [ 120.200218, 30.4349657 ], [ 120.2002632, 30.4348384 ], [ 120.2003557, 30.4345776 ], [ 120.2004796, 30.4342189 ], [ 120.2004955, 30.4341252 ], [ 120.2005287, 30.433929 ], [ 120.2006035, 30.4334864 ], [ 120.2006831, 30.4332269 ], [ 120.201577, 30.4324944 ], [ 120.2028337, 30.431716 ], [ 120.2033625, 30.4315337 ], [ 120.2034532, 30.4315024 ], [ 120.2038426, 30.4313879 ], [ 120.2046355, 30.4312936 ], [ 120.205218, 30.4312243 ], [ 120.2053282, 30.4312112 ], [ 120.2058959, 30.4311437 ], [ 120.2063003, 30.431052 ], [ 120.2064003, 30.4310293 ], [ 120.2068605, 30.4307393 ], [ 120.2079245, 30.4296725 ], [ 120.2080022, 30.4295946 ], [ 120.2083296, 30.4293275 ], [ 120.2088037, 30.4291435 ], [ 120.2090605, 30.4290439 ], [ 120.2099227, 30.4287094 ], [ 120.2104006, 30.428511 ], [ 120.2105548, 30.4284002 ], [ 120.2107192, 30.4282821 ], [ 120.211255, 30.4277154 ], [ 120.2113984, 30.4275637 ], [ 120.2115883, 30.4273628 ], [ 120.2124361, 30.4264659 ], [ 120.2129096, 30.4263052 ], [ 120.2130079, 30.4263085 ], [ 120.2131441, 30.4263132 ], [ 120.2141207, 30.4263756 ], [ 120.2143389, 30.4263896 ], [ 120.2149865, 30.4264355 ], [ 120.2155015, 30.426472 ], [ 120.2161318, 30.4265458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110519, 30.462686 ], [ 120.2109753, 30.4624287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2109753, 30.4624287 ], [ 120.2110519, 30.462686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "华鹤街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2174388, 30.3716046 ], [ 120.217883, 30.3713375 ], [ 120.2183019, 30.3710586 ], [ 120.2190723, 30.3706188 ], [ 120.2193772, 30.3704776 ], [ 120.2195855, 30.3704263 ], [ 120.2198086, 30.3704199 ], [ 120.2200236, 30.370465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191846, 30.4148696 ], [ 120.2191975, 30.4146887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191975, 30.4146887 ], [ 120.2191846, 30.4148696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2191846, 30.4148696 ], [ 120.2190558, 30.4156705 ], [ 120.2190101, 30.4161541 ], [ 120.2190006, 30.4162544 ], [ 120.2192309, 30.4174302 ], [ 120.2193639, 30.4181094 ], [ 120.2194469, 30.4185334 ], [ 120.2196875, 30.4195852 ], [ 120.2196936, 30.419981 ], [ 120.2196202, 30.4208834 ], [ 120.21951, 30.4212053 ], [ 120.2193069, 30.4215421 ], [ 120.2189687, 30.422103 ], [ 120.2187144, 30.4225247 ], [ 120.2184229, 30.4230274 ], [ 120.2183472, 30.4231579 ], [ 120.2170192, 30.4249416 ], [ 120.2163032, 30.4259917 ], [ 120.2162236, 30.4261448 ], [ 120.2161318, 30.4265458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙超路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161318, 30.4265458 ], [ 120.2162236, 30.4261448 ], [ 120.2163032, 30.4259917 ], [ 120.2170192, 30.4249416 ], [ 120.2183472, 30.4231579 ], [ 120.2184229, 30.4230274 ], [ 120.2187144, 30.4225247 ], [ 120.2189687, 30.422103 ], [ 120.2193069, 30.4215421 ], [ 120.21951, 30.4212053 ], [ 120.2196202, 30.4208834 ], [ 120.2196936, 30.419981 ], [ 120.2196875, 30.4195852 ], [ 120.2194469, 30.4185334 ], [ 120.2193639, 30.4181094 ], [ 120.2192309, 30.4174302 ], [ 120.2190006, 30.4162544 ], [ 120.2190101, 30.4161541 ], [ 120.2190558, 30.4156705 ], [ 120.2191846, 30.4148696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "超山路", "白岭山桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2109753, 30.4624287 ], [ 120.2110091, 30.4621979 ], [ 120.2110505, 30.4619881 ], [ 120.2111632, 30.4615708 ], [ 120.2112752, 30.4611931 ], [ 120.2114906, 30.4603695 ], [ 120.2115412, 30.4601762 ], [ 120.2115666, 30.4600791 ], [ 120.2116944, 30.4594275 ], [ 120.2117187, 30.4593036 ], [ 120.211924, 30.4586546 ], [ 120.2119561, 30.4585532 ], [ 120.2121368, 30.4579821 ], [ 120.2123374, 30.457247 ], [ 120.2124409, 30.456868 ], [ 120.2125016, 30.4567527 ], [ 120.2129984, 30.4558085 ], [ 120.2132198, 30.4554396 ], [ 120.2135686, 30.4548583 ], [ 120.2141099, 30.4539162 ], [ 120.2142275, 30.4537114 ], [ 120.2147232, 30.4527944 ], [ 120.2149569, 30.4523621 ], [ 120.2150448, 30.4521995 ], [ 120.2154197, 30.4515457 ], [ 120.2156406, 30.4508909 ], [ 120.2157543, 30.4503371 ], [ 120.215666, 30.4494578 ], [ 120.2156371, 30.4492876 ], [ 120.2155942, 30.4489905 ], [ 120.2155709, 30.4488401 ], [ 120.2155149, 30.448479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "超山路", "白岭山桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2155149, 30.448479 ], [ 120.2155709, 30.4488401 ], [ 120.2155942, 30.4489905 ], [ 120.2156371, 30.4492876 ], [ 120.215666, 30.4494578 ], [ 120.2157543, 30.4503371 ], [ 120.2156406, 30.4508909 ], [ 120.2154197, 30.4515457 ], [ 120.2150448, 30.4521995 ], [ 120.2149569, 30.4523621 ], [ 120.2147232, 30.4527944 ], [ 120.2142275, 30.4537114 ], [ 120.2141099, 30.4539162 ], [ 120.2135686, 30.4548583 ], [ 120.2132198, 30.4554396 ], [ 120.2129984, 30.4558085 ], [ 120.2125016, 30.4567527 ], [ 120.2124409, 30.456868 ], [ 120.2123374, 30.457247 ], [ 120.2121368, 30.4579821 ], [ 120.2119561, 30.4585532 ], [ 120.211924, 30.4586546 ], [ 120.2117187, 30.4593036 ], [ 120.2116944, 30.4594275 ], [ 120.2115666, 30.4600791 ], [ 120.2115412, 30.4601762 ], [ 120.2114906, 30.4603695 ], [ 120.2112752, 30.4611931 ], [ 120.2111632, 30.4615708 ], [ 120.2110505, 30.4619881 ], [ 120.2110091, 30.4621979 ], [ 120.2109753, 30.4624287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161134, 30.4594462 ], [ 120.2162906, 30.4593544 ], [ 120.2167306, 30.4591265 ], [ 120.217764, 30.4585611 ], [ 120.2185508, 30.4581212 ], [ 120.2194836, 30.4575581 ], [ 120.2202962, 30.4569949 ], [ 120.2212535, 30.4562765 ], [ 120.2216337, 30.4559912 ], [ 120.2221024, 30.4556395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223663, 30.4558063 ], [ 120.2216821, 30.4563492 ], [ 120.2211791, 30.4567503 ], [ 120.220662, 30.4571299 ], [ 120.2197764, 30.457699 ], [ 120.2188342, 30.4582497 ], [ 120.2169056, 30.4593165 ], [ 120.2164273, 30.4595848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161134, 30.4594462 ], [ 120.2164273, 30.4595848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1987069, 30.3586729 ], [ 120.1986273, 30.358784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2045945, 30.3571316 ], [ 120.2040997, 30.3578326 ], [ 120.2036763, 30.3585353 ], [ 120.2024394, 30.3603661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1987069, 30.3586729 ], [ 120.1992162, 30.3589574 ], [ 120.1996363, 30.3591817 ], [ 120.20012, 30.3594244 ], [ 120.2008052, 30.3597089 ], [ 120.2010354, 30.3597997 ], [ 120.2021362, 30.3602187 ], [ 120.202382, 30.3603214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2023101, 30.3603998 ], [ 120.2009761, 30.3598645 ], [ 120.200779, 30.3597882 ], [ 120.2000557, 30.3594814 ], [ 120.1996039, 30.3592755 ], [ 120.1993036, 30.3591387 ], [ 120.1986273, 30.358784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1986273, 30.358784 ], [ 120.1981619, 30.3595083 ], [ 120.1975551, 30.3604528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1975551, 30.3604528 ], [ 120.1981619, 30.3595083 ], [ 120.1986273, 30.358784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.202382, 30.3603214 ], [ 120.2024394, 30.3603661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2023101, 30.3603998 ], [ 120.202382, 30.3603214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024394, 30.3603661 ], [ 120.2023825, 30.3604518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2023825, 30.3604518 ], [ 120.2023101, 30.3603998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2024394, 30.3603661 ], [ 120.2042578, 30.3613837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041821, 30.3614736 ], [ 120.203589, 30.3611369 ], [ 120.2023825, 30.3604518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2014457, 30.3617241 ], [ 120.2023101, 30.3603998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "同协路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2023825, 30.3604518 ], [ 120.2015103, 30.3617298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2014457, 30.3617241 ], [ 120.2009865, 30.3617136 ], [ 120.200695, 30.3617717 ], [ 120.2002654, 30.3618321 ], [ 120.2000254, 30.3618426 ], [ 120.1999007, 30.3618346 ], [ 120.199748, 30.3618249 ], [ 120.1994174, 30.3617097 ], [ 120.1990928, 30.3615313 ], [ 120.1986986, 30.361194 ], [ 120.1982953, 30.3609259 ], [ 120.1975551, 30.3604528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1975551, 30.3604528 ], [ 120.1982953, 30.3609259 ], [ 120.1986986, 30.361194 ], [ 120.1990928, 30.3615313 ], [ 120.1994174, 30.3617097 ], [ 120.199748, 30.3618249 ], [ 120.1999007, 30.3618346 ], [ 120.2000254, 30.3618426 ], [ 120.2002654, 30.3618321 ], [ 120.200695, 30.3617717 ], [ 120.2009865, 30.3617136 ], [ 120.2014457, 30.3617241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041821, 30.3614736 ], [ 120.2042578, 30.3613837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2042578, 30.3613837 ], [ 120.2041821, 30.3614736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2014457, 30.3617241 ], [ 120.2015103, 30.3617298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015103, 30.3617298 ], [ 120.2014457, 30.3617241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2042578, 30.3613837 ], [ 120.205216, 30.3619734 ], [ 120.2062132, 30.3625871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2061425, 30.3626834 ], [ 120.2052143, 30.3621106 ], [ 120.2049079, 30.3619215 ], [ 120.2041821, 30.3614736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033151, 30.3629527 ], [ 120.2036078, 30.3624307 ], [ 120.2038947, 30.3619438 ], [ 120.2039443, 30.3618627 ], [ 120.2040128, 30.3617506 ], [ 120.2041821, 30.3614736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2041821, 30.3614736 ], [ 120.2040128, 30.3617506 ], [ 120.2039443, 30.3618627 ], [ 120.2038947, 30.3619438 ], [ 120.2036078, 30.3624307 ], [ 120.2033151, 30.3629527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1975551, 30.3604528 ], [ 120.1974003, 30.3608766 ], [ 120.1969073, 30.3614964 ], [ 120.196641, 30.3619031 ], [ 120.1964566, 30.3621855 ], [ 120.1962695, 30.3625144 ], [ 120.1960829, 30.3628867 ], [ 120.1960219, 30.3630166 ], [ 120.1958949, 30.3634361 ], [ 120.1959941, 30.3634595 ], [ 120.1965264, 30.363585 ], [ 120.1973348, 30.3635788 ], [ 120.1979684, 30.3636353 ], [ 120.1984636, 30.3638741 ], [ 120.1987987, 30.3640626 ], [ 120.1992356, 30.3641443 ], [ 120.1996726, 30.364182 ], [ 120.2000291, 30.3641639 ], [ 120.2007869, 30.3641255 ], [ 120.2015589, 30.3639244 ], [ 120.2021853, 30.3636605 ], [ 120.2025931, 30.3634531 ], [ 120.2031321, 30.3631326 ], [ 120.2033151, 30.3629527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033151, 30.3629527 ], [ 120.2031321, 30.3631326 ], [ 120.2025931, 30.3634531 ], [ 120.2021853, 30.3636605 ], [ 120.2015589, 30.3639244 ], [ 120.2007869, 30.3641255 ], [ 120.2000291, 30.3641639 ], [ 120.1996726, 30.364182 ], [ 120.1992356, 30.3641443 ], [ 120.1987987, 30.3640626 ], [ 120.1984636, 30.3638741 ], [ 120.1979684, 30.3636353 ], [ 120.1973348, 30.3635788 ], [ 120.1965264, 30.363585 ], [ 120.1959941, 30.3634595 ], [ 120.1958949, 30.3634361 ], [ 120.1960219, 30.3630166 ], [ 120.1960829, 30.3628867 ], [ 120.1962695, 30.3625144 ], [ 120.1964566, 30.3621855 ], [ 120.196641, 30.3619031 ], [ 120.1969073, 30.3614964 ], [ 120.1974003, 30.3608766 ], [ 120.1975551, 30.3604528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2015103, 30.3617298 ], [ 120.2022887, 30.3621457 ], [ 120.202444, 30.3622286 ], [ 120.2027615, 30.3624518 ], [ 120.2033151, 30.3629527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033151, 30.3629527 ], [ 120.2027615, 30.3624518 ], [ 120.202444, 30.3622286 ], [ 120.2022887, 30.3621457 ], [ 120.2015103, 30.3617298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2033151, 30.3629527 ], [ 120.2037657, 30.3633009 ], [ 120.2041306, 30.3635075 ], [ 120.2042659, 30.3635841 ], [ 120.2054835, 30.3641431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2054835, 30.3641431 ], [ 120.2042659, 30.3635841 ], [ 120.2041306, 30.3635075 ], [ 120.2037657, 30.3633009 ], [ 120.2033151, 30.3629527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1958463, 30.3595289 ], [ 120.1966908, 30.3599855 ], [ 120.1968942, 30.3600955 ], [ 120.1975551, 30.3604528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "依山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1975551, 30.3604528 ], [ 120.1968942, 30.3600955 ], [ 120.1966908, 30.3599855 ], [ 120.1958463, 30.3595289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873124, 30.385131 ], [ 120.1875091, 30.3861508 ], [ 120.1875851, 30.3864643 ], [ 120.1876617, 30.3866637 ], [ 120.1877405, 30.3868688 ], [ 120.1879253, 30.3872535 ], [ 120.1882042, 30.387706 ], [ 120.1885059, 30.3880881 ], [ 120.1889955, 30.388565 ], [ 120.1891911, 30.3887539 ], [ 120.1896768, 30.3891906 ], [ 120.1906517, 30.3901025 ], [ 120.1912371, 30.3907286 ], [ 120.1924834, 30.3921592 ], [ 120.1930752, 30.3927185 ], [ 120.1939191, 30.3936702 ], [ 120.194129, 30.3939188 ], [ 120.1948672, 30.3947844 ], [ 120.1956832, 30.3956859 ], [ 120.1961605, 30.3961913 ], [ 120.1967261, 30.3966555 ], [ 120.1973622, 30.3973632 ], [ 120.1975441, 30.397578 ], [ 120.1977675, 30.3978419 ], [ 120.197892, 30.3979889 ], [ 120.1990179, 30.3992422 ], [ 120.200938, 30.401681 ], [ 120.2014188, 30.4022916 ], [ 120.2020526, 30.403149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018283, 30.4032612 ], [ 120.2012279, 30.4024413 ], [ 120.1988435, 30.3993955 ], [ 120.1978835, 30.3983699 ], [ 120.197404, 30.397836 ], [ 120.1967659, 30.3971051 ], [ 120.1965677, 30.3968789 ], [ 120.1953529, 30.3955326 ], [ 120.1947664, 30.3949372 ], [ 120.1944054, 30.3945302 ], [ 120.1937528, 30.3938346 ], [ 120.192487, 30.3925521 ], [ 120.1923942, 30.3924506 ], [ 120.1915592, 30.3914915 ], [ 120.1913998, 30.3913084 ], [ 120.1909705, 30.3908534 ], [ 120.1902429, 30.3900953 ], [ 120.1894715, 30.389367 ], [ 120.1889443, 30.3889 ], [ 120.188493, 30.3884461 ], [ 120.1880804, 30.3879792 ], [ 120.1878878, 30.3876826 ], [ 120.1876196, 30.3872617 ], [ 120.1874273, 30.3868408 ], [ 120.1872491, 30.3863942 ], [ 120.1871689, 30.3860222 ], [ 120.1869885, 30.3852177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1971556, 30.4057296 ], [ 120.1962817, 30.4062524 ], [ 120.1957184, 30.4067543 ], [ 120.195375, 30.4071525 ], [ 120.1951322, 30.4074683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949955, 30.4074068 ], [ 120.1951322, 30.4074683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1948649, 30.407555 ], [ 120.1949955, 30.4074068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949955, 30.4074068 ], [ 120.1949823, 30.4076632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1951322, 30.4074683 ], [ 120.1949823, 30.4076632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "疏港公路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949823, 30.4076632 ], [ 120.1948649, 30.407555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1877138, 30.3524409 ], [ 120.1873791, 30.3524035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1876924, 30.3523487 ], [ 120.1898886, 30.3526525 ], [ 120.1903088, 30.3527586 ], [ 120.1906102, 30.3528465 ], [ 120.1909323, 30.3529786 ], [ 120.1910775, 30.3530391 ], [ 120.1912591, 30.3531643 ], [ 120.1914584, 30.353315 ], [ 120.1917314, 30.3535553 ], [ 120.1920237, 30.3538711 ], [ 120.1921365, 30.3540249 ], [ 120.1923551, 30.3544153 ], [ 120.1930031, 30.3555721 ], [ 120.1930414, 30.35563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "半山东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1929419, 30.3556477 ], [ 120.1929154, 30.3556117 ], [ 120.1922924, 30.3544457 ], [ 120.1922156, 30.3543019 ], [ 120.192, 30.3539589 ], [ 120.191786, 30.3537147 ], [ 120.1915647, 30.3535035 ], [ 120.1912898, 30.3532921 ], [ 120.1910838, 30.3531597 ], [ 120.1908414, 30.3530093 ], [ 120.1905738, 30.3528997 ], [ 120.1902456, 30.3528074 ], [ 120.1898509, 30.3527165 ], [ 120.1894822, 30.352669 ], [ 120.1877138, 30.3524409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1877138, 30.3524409 ], [ 120.1877865, 30.3526887 ], [ 120.1878851, 30.3530051 ], [ 120.1880915, 30.3535873 ], [ 120.1882949, 30.3540393 ], [ 120.1884797, 30.3544408 ], [ 120.1885961, 30.3546677 ], [ 120.1886584, 30.354789 ], [ 120.188985, 30.355374 ], [ 120.1893209, 30.3559801 ], [ 120.1894459, 30.3561823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "石桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1890803, 30.3562642 ], [ 120.1888664, 30.3557338 ], [ 120.1886189, 30.3552704 ], [ 120.1883325, 30.3547523 ], [ 120.1882313, 30.3545692 ], [ 120.1879557, 30.3539567 ], [ 120.1879124, 30.353857 ], [ 120.1877736, 30.3535376 ], [ 120.1876927, 30.3533391 ], [ 120.1875711, 30.3530412 ], [ 120.1874844, 30.3528285 ], [ 120.1873791, 30.3524035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869301, 30.3850233 ], [ 120.1872604, 30.3849366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1872604, 30.3849366 ], [ 120.1873124, 30.385131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临半路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1869885, 30.3852177 ], [ 120.1869301, 30.3850233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "崇杭街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1873124, 30.385131 ], [ 120.1869885, 30.3852177 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838568, 30.4414711 ], [ 120.184125, 30.4408784 ], [ 120.1847084, 30.4397024 ], [ 120.1856013, 30.437946 ], [ 120.1860106, 30.4370887 ], [ 120.1862071, 30.4366771 ], [ 120.1863961, 30.4362029 ], [ 120.1867006, 30.4354391 ], [ 120.1867802, 30.4352297 ], [ 120.1871404, 30.4342823 ], [ 120.1873647, 30.4334582 ], [ 120.1876474, 30.4323672 ], [ 120.1878314, 30.4313187 ], [ 120.1879885, 30.4299684 ], [ 120.1880036, 30.4296984 ], [ 120.1880333, 30.4292217 ], [ 120.1880827, 30.4278637 ], [ 120.1880936, 30.4275169 ], [ 120.1881141, 30.4268616 ], [ 120.1881847, 30.4262373 ], [ 120.188198, 30.4261153 ], [ 120.18838, 30.4249414 ], [ 120.1884417, 30.4245439 ], [ 120.1886481, 30.4236269 ], [ 120.1888679, 30.422737 ], [ 120.1890519, 30.4220792 ], [ 120.1891775, 30.4216536 ], [ 120.1894647, 30.4207597 ], [ 120.1898371, 30.4198156 ], [ 120.1904609, 30.4182833 ], [ 120.1911564, 30.4166194 ], [ 120.191312, 30.4162304 ], [ 120.1918608, 30.4148588 ], [ 120.1922353, 30.4139871 ], [ 120.1925474, 30.4132606 ], [ 120.1928521, 30.4125569 ], [ 120.1929779, 30.4120253 ], [ 120.1931881, 30.4115361 ], [ 120.1934631, 30.4106241 ], [ 120.1936113, 30.4101283 ], [ 120.1938634, 30.409505 ], [ 120.1941703, 30.4087184 ], [ 120.1944315, 30.4082803 ], [ 120.1948649, 30.407555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807333, 30.3887854 ], [ 120.1800438, 30.3868747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.176433, 30.3887765 ], [ 120.1785934, 30.3888888 ], [ 120.1786614, 30.3888942 ], [ 120.1791058, 30.3889295 ], [ 120.1807333, 30.3887854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1807333, 30.3887854 ], [ 120.1791058, 30.3889295 ], [ 120.1786614, 30.3888942 ], [ 120.1785934, 30.3888888 ], [ 120.176433, 30.3887765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.181625, 30.3906042 ], [ 120.1807333, 30.3887854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "运河路", "疏港公路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1703154, 30.4035248 ], [ 120.1721446, 30.403875 ], [ 120.173137, 30.4039985 ], [ 120.1739186, 30.4040835 ], [ 120.1776698, 30.4043746 ], [ 120.1782739, 30.4044296 ], [ 120.1792444, 30.4045208 ], [ 120.1797314, 30.4045665 ], [ 120.1826405, 30.4049339 ], [ 120.1830232, 30.4049754 ], [ 120.1874416, 30.4056065 ], [ 120.1884586, 30.405711 ], [ 120.1907453, 30.4060444 ], [ 120.1921222, 30.4063322 ], [ 120.1934685, 30.4066716 ], [ 120.1935276, 30.406697 ], [ 120.1942795, 30.4070205 ], [ 120.1944849, 30.4071089 ], [ 120.1949955, 30.4074068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "运河路", "疏港公路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1948649, 30.407555 ], [ 120.1944596, 30.4072847 ], [ 120.1934854, 30.4068556 ], [ 120.1934599, 30.4068492 ], [ 120.1925186, 30.4066116 ], [ 120.1913409, 30.4063825 ], [ 120.1894349, 30.4060891 ], [ 120.1884175, 30.4059863 ], [ 120.187452, 30.4058568 ], [ 120.1829524, 30.4051834 ], [ 120.1828686, 30.4051727 ], [ 120.182556, 30.4051328 ], [ 120.1796793, 30.4047666 ], [ 120.1784751, 30.4046515 ], [ 120.1776317, 30.4045832 ], [ 120.177497, 30.4045711 ], [ 120.1739094, 30.4043146 ], [ 120.1726562, 30.4041224 ], [ 120.1724157, 30.4040885 ], [ 120.1702901, 30.4037651 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838568, 30.4414711 ], [ 120.184025, 30.4414707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.184025, 30.4414707 ], [ 120.1838568, 30.4414711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1726811, 30.4499737 ], [ 120.1726936, 30.4499142 ], [ 120.1727271, 30.4497836 ], [ 120.1727604, 30.4496564 ], [ 120.1729627, 30.4493944 ], [ 120.1732476, 30.449066 ], [ 120.1733742, 30.4487441 ], [ 120.1735773, 30.4478528 ], [ 120.1736158, 30.4476837 ], [ 120.1736506, 30.4475312 ], [ 120.1738204, 30.4467861 ], [ 120.1739005, 30.4465922 ], [ 120.1741067, 30.4460927 ], [ 120.1743055, 30.4456114 ], [ 120.1743984, 30.4451754 ], [ 120.1746255, 30.4433422 ], [ 120.17477, 30.4429862 ], [ 120.1748423, 30.4428082 ], [ 120.1752552, 30.4419717 ], [ 120.1753377, 30.4417136 ], [ 120.1767056, 30.4418492 ], [ 120.1771338, 30.4418916 ], [ 120.1776817, 30.4419246 ], [ 120.1796421, 30.4420429 ], [ 120.1797064, 30.4420378 ], [ 120.1801995, 30.4419984 ], [ 120.1810563, 30.441856 ], [ 120.1818316, 30.441698 ], [ 120.1835401, 30.4414441 ], [ 120.1838568, 30.4414711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838568, 30.4414711 ], [ 120.1835401, 30.4414441 ], [ 120.1818316, 30.441698 ], [ 120.1810563, 30.441856 ], [ 120.1801995, 30.4419984 ], [ 120.1797064, 30.4420378 ], [ 120.1796421, 30.4420429 ], [ 120.1776817, 30.4419246 ], [ 120.1771338, 30.4418916 ], [ 120.1767056, 30.4418492 ], [ 120.1753377, 30.4417136 ], [ 120.1752552, 30.4419717 ], [ 120.1748423, 30.4428082 ], [ 120.17477, 30.4429862 ], [ 120.1746255, 30.4433422 ], [ 120.1743984, 30.4451754 ], [ 120.1743055, 30.4456114 ], [ 120.1741067, 30.4460927 ], [ 120.1739005, 30.4465922 ], [ 120.1738204, 30.4467861 ], [ 120.1736506, 30.4475312 ], [ 120.1736158, 30.4476837 ], [ 120.1735773, 30.4478528 ], [ 120.1733742, 30.4487441 ], [ 120.1732476, 30.449066 ], [ 120.1729627, 30.4493944 ], [ 120.1727604, 30.4496564 ], [ 120.1727271, 30.4497836 ], [ 120.1726936, 30.4499142 ], [ 120.1726811, 30.4499737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018283, 30.4032612 ], [ 120.2020526, 30.403149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2020526, 30.403149 ], [ 120.2021429, 30.4032723 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2019348, 30.4033934 ], [ 120.2018283, 30.4032612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2021429, 30.4032723 ], [ 120.2019348, 30.4033934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2019348, 30.4033934 ], [ 120.2000063, 30.4042372 ], [ 120.1994671, 30.4044731 ], [ 120.1991246, 30.4046432 ], [ 120.198058, 30.4051247 ], [ 120.197476, 30.4054334 ], [ 120.1971556, 30.4057296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "秋石北路", "运河路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949955, 30.4074068 ], [ 120.1953042, 30.407052 ], [ 120.195342, 30.4070129 ], [ 120.1957829, 30.4065567 ], [ 120.1962897, 30.4060826 ], [ 120.1968737, 30.4056632 ], [ 120.1975868, 30.4052346 ], [ 120.199071, 30.4045297 ], [ 120.1994161, 30.4043783 ], [ 120.2018283, 30.4032612 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1971556, 30.4057296 ], [ 120.1980017, 30.4067331 ], [ 120.1983019, 30.4070131 ], [ 120.1998931, 30.4082539 ], [ 120.2000222, 30.4083594 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2000222, 30.4083594 ], [ 120.1998931, 30.4082539 ], [ 120.1983019, 30.4070131 ], [ 120.1980017, 30.4067331 ], [ 120.1971556, 30.4057296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纵迁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1991096, 30.4718406 ], [ 120.1992188, 30.4717227 ], [ 120.1994885, 30.4714314 ], [ 120.2027355, 30.4679242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纵迁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2028693, 30.468025 ], [ 120.1996525, 30.4714391 ], [ 120.1993736, 30.4717351 ], [ 120.1992717, 30.4718432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "秋石北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1949823, 30.4076632 ], [ 120.1948523, 30.4078266 ], [ 120.1945353, 30.4083501 ], [ 120.1942948, 30.4087432 ], [ 120.1939862, 30.4096348 ], [ 120.1938855, 30.4101499 ], [ 120.1936778, 30.4108682 ], [ 120.1936486, 30.4109646 ], [ 120.1934998, 30.4114555 ], [ 120.1932478, 30.4120698 ], [ 120.1929533, 30.4126496 ], [ 120.1927343, 30.4132133 ], [ 120.1924023, 30.4139877 ], [ 120.1920343, 30.4148463 ], [ 120.1916039, 30.415916 ], [ 120.1913107, 30.416645 ], [ 120.1911952, 30.416932 ], [ 120.1906523, 30.4182128 ], [ 120.1900151, 30.4197954 ], [ 120.1896337, 30.4207396 ], [ 120.189342, 30.4216566 ], [ 120.1892074, 30.4220861 ], [ 120.1890055, 30.4228135 ], [ 120.1889207, 30.4231596 ], [ 120.1886196, 30.4243883 ], [ 120.18854, 30.4249431 ], [ 120.1885074, 30.4251699 ], [ 120.1883701, 30.426095 ], [ 120.1883537, 30.4262211 ], [ 120.1882364, 30.4275088 ], [ 120.1882068, 30.4279325 ], [ 120.1881933, 30.4292325 ], [ 120.1881754, 30.4296619 ], [ 120.1881171, 30.430192 ], [ 120.1880139, 30.4312444 ], [ 120.1879017, 30.4318595 ], [ 120.1876818, 30.432908 ], [ 120.1873901, 30.4339719 ], [ 120.1870678, 30.434962 ], [ 120.1869982, 30.4351338 ], [ 120.1863634, 30.4367013 ], [ 120.1860896, 30.437267 ], [ 120.1857943, 30.437877 ], [ 120.1852365, 30.4389847 ], [ 120.1846617, 30.4401166 ], [ 120.1843067, 30.4408551 ], [ 120.184025, 30.4414707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897617, 30.4711691 ], [ 120.1900324, 30.4704371 ], [ 120.1902738, 30.4699604 ], [ 120.1904471, 30.4697028 ], [ 120.1906996, 30.4694143 ], [ 120.1911732, 30.4690442 ], [ 120.1913446, 30.4689539 ], [ 120.1916581, 30.4687886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917524, 30.4688257 ], [ 120.19135, 30.4690676 ], [ 120.1908575, 30.4694369 ], [ 120.1907015, 30.4695963 ], [ 120.1905332, 30.4697682 ], [ 120.1902264, 30.4703394 ], [ 120.1899056, 30.4712061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851118, 30.4702283 ], [ 120.1852656, 30.4699572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852656, 30.4699572 ], [ 120.1851118, 30.4702283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1852656, 30.4699572 ], [ 120.1867708, 30.4703468 ], [ 120.1882667, 30.4707483 ], [ 120.188785, 30.470897 ], [ 120.1897617, 30.4711691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896688, 30.4714007 ], [ 120.18912, 30.4712838 ], [ 120.1886628, 30.471192 ], [ 120.1882879, 30.471116 ], [ 120.1880025, 30.4710489 ], [ 120.1873983, 30.470901 ], [ 120.1860637, 30.4705591 ], [ 120.1851118, 30.4702283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1897617, 30.4711691 ], [ 120.1899056, 30.4712061 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1896688, 30.4714007 ], [ 120.1897617, 30.4711691 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1899056, 30.4712061 ], [ 120.1898374, 30.4714334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1916581, 30.4687886 ], [ 120.1925715, 30.4680618 ], [ 120.1927556, 30.4678761 ], [ 120.1932007, 30.467427 ], [ 120.1933149, 30.4671509 ], [ 120.1933522, 30.466909 ], [ 120.1935832, 30.4665526 ], [ 120.1934723, 30.4667942 ], [ 120.1934162, 30.4669164 ], [ 120.1933867, 30.4671919 ], [ 120.193364, 30.4674304 ], [ 120.1926954, 30.4681432 ], [ 120.1917524, 30.4688257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1909317, 30.4680815 ], [ 120.1911345, 30.4683395 ], [ 120.1914338, 30.4686391 ], [ 120.1916581, 30.4687886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1916581, 30.4687886 ], [ 120.1914338, 30.4686391 ], [ 120.1911345, 30.4683395 ], [ 120.1909317, 30.4680815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1916581, 30.4687886 ], [ 120.1917524, 30.4688257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917524, 30.4688257 ], [ 120.1916581, 30.4687886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1917524, 30.4688257 ], [ 120.1951289, 30.4701568 ], [ 120.1951949, 30.4701828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘汇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1951949, 30.4701828 ], [ 120.1951289, 30.4701568 ], [ 120.1917524, 30.4688257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "结邻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1991096, 30.4718406 ], [ 120.1987962, 30.4718208 ], [ 120.1983921, 30.4717318 ], [ 120.1980169, 30.4716102 ], [ 120.1963441, 30.4707007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "结邻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1963441, 30.4707007 ], [ 120.1980169, 30.4716102 ], [ 120.1983921, 30.4717318 ], [ 120.1987962, 30.4718208 ], [ 120.1991096, 30.4718406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1899056, 30.4712061 ], [ 120.1910583, 30.4715154 ], [ 120.1932136, 30.4720907 ], [ 120.1942033, 30.4723673 ], [ 120.1946692, 30.4725017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851118, 30.4702283 ], [ 120.1845647, 30.4700519 ], [ 120.1840082, 30.4698657 ], [ 120.183559, 30.4697381 ], [ 120.1829625, 30.4696105 ], [ 120.1824085, 30.4695388 ], [ 120.181964, 30.4695075 ], [ 120.1814805, 30.4694943 ], [ 120.1809602, 30.4694882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1809602, 30.4694882 ], [ 120.180843, 30.4698831 ], [ 120.1806843, 30.4704174 ], [ 120.1806146, 30.4706095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1804869, 30.4706606 ], [ 120.1807245, 30.4699301 ], [ 120.1807994, 30.4697187 ], [ 120.1808193, 30.4695873 ], [ 120.1808529, 30.4694877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1804869, 30.4706606 ], [ 120.1806146, 30.4706095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1806146, 30.4706095 ], [ 120.1805968, 30.4707016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1805968, 30.4707016 ], [ 120.1804869, 30.4706606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1851118, 30.4702283 ], [ 120.1838823, 30.4722368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838823, 30.4722368 ], [ 120.1851118, 30.4702283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1806146, 30.4706095 ], [ 120.1817026, 30.471146 ], [ 120.181837, 30.4712145 ], [ 120.1821318, 30.4713757 ], [ 120.1831563, 30.4718872 ], [ 120.1837407, 30.4721763 ], [ 120.1838823, 30.4722368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838138, 30.4723247 ], [ 120.183706, 30.4722584 ], [ 120.1830878, 30.4719572 ], [ 120.1821823, 30.4715008 ], [ 120.1817818, 30.4712989 ], [ 120.1805968, 30.4707016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391701, 30.4115031 ], [ 120.2391022, 30.4115945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391022, 30.4115945 ], [ 120.2391701, 30.4115031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2391022, 30.4115945 ], [ 120.2387641, 30.412122 ], [ 120.2383288, 30.412599 ], [ 120.2380726, 30.4129995 ], [ 120.2381033, 30.4132463 ], [ 120.2373802, 30.4143053 ], [ 120.2372007, 30.4148667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2372007, 30.4148667 ], [ 120.2373802, 30.4143053 ], [ 120.2381033, 30.4132463 ], [ 120.2380726, 30.4129995 ], [ 120.2383288, 30.412599 ], [ 120.2387641, 30.412122 ], [ 120.2391022, 30.4115945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2275362, 30.4154548 ], [ 120.2283652, 30.4157824 ], [ 120.229599, 30.4163523 ], [ 120.2328988, 30.417997 ], [ 120.2388744, 30.4209508 ], [ 120.2414183, 30.4222021 ], [ 120.2445406, 30.4237451 ], [ 120.2454632, 30.4241846 ], [ 120.2459305, 30.4244194 ], [ 120.2468232, 30.4249866 ], [ 120.247509, 30.4253941 ], [ 120.2505956, 30.4275559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2505077, 30.4278296 ], [ 120.2491908, 30.4268904 ], [ 120.2475473, 30.4257384 ], [ 120.246988, 30.4254042 ], [ 120.2461674, 30.4249409 ], [ 120.2450368, 30.424312 ], [ 120.2413394, 30.4224256 ], [ 120.2388125, 30.4211715 ], [ 120.2360791, 30.4198185 ], [ 120.2327696, 30.4181802 ], [ 120.229493, 30.4165385 ], [ 120.2293402, 30.4164724 ], [ 120.2282386, 30.4159962 ], [ 120.2273538, 30.4157735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "唐梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364692, 30.435147 ], [ 120.2372584, 30.434025 ], [ 120.2377325, 30.4332269 ], [ 120.238008, 30.4327632 ], [ 120.2381151, 30.4323169 ], [ 120.2377939, 30.4312398 ], [ 120.2376332, 30.4309782 ], [ 120.2372049, 30.4307166 ], [ 120.2365873, 30.4304223 ], [ 120.2358959, 30.4300927 ], [ 120.2331508, 30.4287769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "唐梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2331508, 30.4287769 ], [ 120.2358959, 30.4300927 ], [ 120.2365873, 30.4304223 ], [ 120.2372049, 30.4307166 ], [ 120.2376332, 30.4309782 ], [ 120.2377939, 30.4312398 ], [ 120.2381151, 30.4323169 ], [ 120.238008, 30.4327632 ], [ 120.2377325, 30.4332269 ], [ 120.2372584, 30.434025 ], [ 120.2364692, 30.435147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364692, 30.435147 ], [ 120.2364254, 30.4352003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364254, 30.4352003 ], [ 120.2364692, 30.435147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454766, 30.41218 ], [ 120.2454823, 30.4122871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424526, 30.4380103 ], [ 120.2425388, 30.4379329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425388, 30.4379329 ], [ 120.2427917, 30.4380455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2427086, 30.4381281 ], [ 120.2424526, 30.4380103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2427917, 30.4380455 ], [ 120.2427086, 30.4381281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2427917, 30.4380455 ], [ 120.243738, 30.4384667 ], [ 120.2439203, 30.4385511 ], [ 120.2448665, 30.4389893 ], [ 120.2450153, 30.4390552 ], [ 120.2454023, 30.4392135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453488, 30.4393028 ], [ 120.2449737, 30.4391397 ], [ 120.2448075, 30.439068 ], [ 120.2437869, 30.4385682 ], [ 120.2437006, 30.4385259 ], [ 120.2427086, 30.4381281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453488, 30.4393028 ], [ 120.2454023, 30.4392135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454023, 30.4392135 ], [ 120.2453488, 30.4393028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394729, 30.4415769 ], [ 120.2408303, 30.4404738 ], [ 120.2417375, 30.4390865 ], [ 120.2417859, 30.4390125 ], [ 120.2419147, 30.438802 ], [ 120.2424526, 30.4380103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2505956, 30.4275559 ], [ 120.2507747, 30.4276808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2505077, 30.4278296 ], [ 120.2505956, 30.4275559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2507747, 30.4276808 ], [ 120.2506955, 30.4279717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2506955, 30.4279717 ], [ 120.2505077, 30.4278296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425388, 30.4379329 ], [ 120.24341, 30.4367341 ], [ 120.2440667, 30.4360033 ], [ 120.2443633, 30.435721 ], [ 120.2449227, 30.4351886 ], [ 120.2454596, 30.4347498 ], [ 120.2466246, 30.433727 ], [ 120.2480001, 30.432588 ], [ 120.2486154, 30.4319947 ], [ 120.2490859, 30.4313687 ], [ 120.2494759, 30.4306686 ], [ 120.2499011, 30.4295322 ], [ 120.2505077, 30.4278296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2506955, 30.4279717 ], [ 120.2500757, 30.4295244 ], [ 120.2495508, 30.4309466 ], [ 120.2493891, 30.4312811 ], [ 120.2491577, 30.4316815 ], [ 120.2488717, 30.4320268 ], [ 120.2487762, 30.4321421 ], [ 120.2482494, 30.4326302 ], [ 120.2456766, 30.4348246 ], [ 120.2448238, 30.4356085 ], [ 120.2442039, 30.4361783 ], [ 120.2436339, 30.4368518 ], [ 120.2427917, 30.4380455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485509, 30.4366885 ], [ 120.2486578, 30.436595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2486578, 30.436595 ], [ 120.2485509, 30.4366885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485509, 30.4366885 ], [ 120.2484521, 30.4367749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484521, 30.4367749 ], [ 120.2485509, 30.4366885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308229, 30.4325818 ], [ 120.2308542, 30.43252 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2308542, 30.43252 ], [ 120.231089, 30.4326184 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2310597, 30.432681 ], [ 120.2308229, 30.4325818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231089, 30.4326184 ], [ 120.2310597, 30.432681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.231089, 30.4326184 ], [ 120.2315564, 30.4328143 ], [ 120.2318414, 30.4329337 ], [ 120.2335982, 30.4337567 ], [ 120.2340208, 30.4339547 ], [ 120.2344501, 30.4341558 ], [ 120.2354153, 30.4346979 ], [ 120.2364692, 30.435147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364254, 30.4352003 ], [ 120.2353765, 30.4347565 ], [ 120.2344101, 30.4342137 ], [ 120.2341504, 30.434092 ], [ 120.2318056, 30.4329936 ], [ 120.2310597, 30.432681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364254, 30.4352003 ], [ 120.2361504, 30.4356242 ], [ 120.2359397, 30.4358531 ], [ 120.2356292, 30.4360309 ], [ 120.2353211, 30.4360955 ], [ 120.2348742, 30.4360987 ], [ 120.2345169, 30.4361441 ], [ 120.2341633, 30.4362327 ], [ 120.2338347, 30.4364019 ], [ 120.233487, 30.4366296 ], [ 120.2325259, 30.4374032 ], [ 120.2321833, 30.4376463 ], [ 120.2318584, 30.4377867 ], [ 120.2309339, 30.4379469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2309339, 30.4379469 ], [ 120.2318584, 30.4377867 ], [ 120.2321833, 30.4376463 ], [ 120.2325259, 30.4374032 ], [ 120.233487, 30.4366296 ], [ 120.2338347, 30.4364019 ], [ 120.2341633, 30.4362327 ], [ 120.2345169, 30.4361441 ], [ 120.2348742, 30.4360987 ], [ 120.2353211, 30.4360955 ], [ 120.2356292, 30.4360309 ], [ 120.2359397, 30.4358531 ], [ 120.2361504, 30.4356242 ], [ 120.2364254, 30.4352003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "小白线", "陈家木桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2309339, 30.4379469 ], [ 120.2306506, 30.437996 ], [ 120.2302833, 30.4380601 ], [ 120.2299931, 30.4381068 ], [ 120.2295806, 30.4381624 ], [ 120.2288416, 30.4382765 ], [ 120.2282239, 30.4384002 ], [ 120.2277275, 30.4386046 ], [ 120.2272808, 30.4388091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "小白线", "陈家木桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272808, 30.4388091 ], [ 120.2277275, 30.4386046 ], [ 120.2282239, 30.4384002 ], [ 120.2288416, 30.4382765 ], [ 120.2295806, 30.4381624 ], [ 120.2299931, 30.4381068 ], [ 120.2302833, 30.4380601 ], [ 120.2306506, 30.437996 ], [ 120.2309339, 30.4379469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2381296, 30.4359296 ], [ 120.2375961, 30.4357013 ], [ 120.2364254, 30.4352003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2364692, 30.435147 ], [ 120.2371219, 30.4354251 ], [ 120.2387138, 30.4361034 ], [ 120.2387841, 30.436137 ], [ 120.2408016, 30.4371462 ], [ 120.2410872, 30.4372781 ], [ 120.2415606, 30.437492 ], [ 120.2425388, 30.4379329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2424526, 30.4380103 ], [ 120.2416357, 30.4376215 ], [ 120.2411744, 30.4374087 ], [ 120.2408861, 30.43727 ], [ 120.2386779, 30.4361633 ], [ 120.2381296, 30.4359296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香岸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2350425, 30.4409977 ], [ 120.2363502, 30.439021 ], [ 120.2365099, 30.43876 ], [ 120.2370874, 30.4377701 ], [ 120.2372932, 30.4373937 ], [ 120.2374113, 30.4371763 ], [ 120.2381296, 30.4359296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香岸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2381296, 30.4359296 ], [ 120.2374113, 30.4371763 ], [ 120.2372932, 30.4373937 ], [ 120.2370874, 30.4377701 ], [ 120.2365099, 30.43876 ], [ 120.2363502, 30.439021 ], [ 120.2350425, 30.4409977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2350425, 30.4409977 ], [ 120.2357708, 30.4410555 ], [ 120.2364937, 30.4411167 ], [ 120.2387789, 30.4414311 ], [ 120.2394729, 30.4415769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394729, 30.4415769 ], [ 120.2387789, 30.4414311 ], [ 120.2364937, 30.4411167 ], [ 120.2357708, 30.4410555 ], [ 120.2350425, 30.4409977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399283, 30.4416813 ], [ 120.2394729, 30.4415769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2394729, 30.4415769 ], [ 120.2399283, 30.4416813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2328655, 30.4471144 ], [ 120.2331162, 30.4469117 ], [ 120.233518, 30.4465926 ], [ 120.2349199, 30.445453 ], [ 120.2376428, 30.4432741 ], [ 120.2378666, 30.4430609 ], [ 120.2382423, 30.4425151 ], [ 120.239203, 30.4418134 ], [ 120.2394729, 30.4415769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2309339, 30.4379469 ], [ 120.2309994, 30.438149 ], [ 120.231495, 30.4387173 ], [ 120.2324553, 30.4394202 ], [ 120.232631, 30.4395487 ], [ 120.2331138, 30.4399021 ], [ 120.2332939, 30.4399982 ], [ 120.2350425, 30.4409977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2350425, 30.4409977 ], [ 120.2332939, 30.4399982 ], [ 120.2331138, 30.4399021 ], [ 120.232631, 30.4395487 ], [ 120.2324553, 30.4394202 ], [ 120.231495, 30.4387173 ], [ 120.2309994, 30.438149 ], [ 120.2309339, 30.4379469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香岸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303861, 30.4467597 ], [ 120.2304525, 30.4464794 ], [ 120.2305353, 30.4461585 ], [ 120.2307005, 30.4457883 ], [ 120.230903, 30.4453212 ], [ 120.2311004, 30.4449894 ], [ 120.2314063, 30.4445954 ], [ 120.2315216, 30.4444666 ], [ 120.2318094, 30.444145 ], [ 120.2331056, 30.4429293 ], [ 120.2343178, 30.4417204 ], [ 120.2345363, 30.4415025 ], [ 120.2350425, 30.4409977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香岸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2350425, 30.4409977 ], [ 120.2345363, 30.4415025 ], [ 120.2343178, 30.4417204 ], [ 120.2331056, 30.4429293 ], [ 120.2318094, 30.444145 ], [ 120.2315216, 30.4444666 ], [ 120.2314063, 30.4445954 ], [ 120.2311004, 30.4449894 ], [ 120.230903, 30.4453212 ], [ 120.2307005, 30.4457883 ], [ 120.2305353, 30.4461585 ], [ 120.2304525, 30.4464794 ], [ 120.2303861, 30.4467597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2284894, 30.4464557 ], [ 120.2303861, 30.4467597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303649, 30.4468232 ], [ 120.22849, 30.446535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香岸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303861, 30.4467597 ], [ 120.2303649, 30.4468232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "香岸路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303649, 30.4468232 ], [ 120.2303861, 30.4467597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2303861, 30.4467597 ], [ 120.2316701, 30.4469434 ], [ 120.2328655, 30.4471144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2327623, 30.4471875 ], [ 120.2318268, 30.4470454 ], [ 120.2303649, 30.4468232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2427086, 30.4381281 ], [ 120.2421668, 30.4388529 ], [ 120.2419549, 30.4391362 ], [ 120.2418508, 30.4392779 ], [ 120.2409281, 30.4405335 ], [ 120.2399283, 30.4416813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453488, 30.4393028 ], [ 120.2432451, 30.4428153 ], [ 120.243127, 30.4430165 ], [ 120.2430651, 30.4431214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430651, 30.4431214 ], [ 120.243127, 30.4430165 ], [ 120.2432451, 30.4428153 ], [ 120.2453488, 30.4393028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399283, 30.4416813 ], [ 120.2426201, 30.4429414 ], [ 120.2428132, 30.4430292 ], [ 120.2430651, 30.4431214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430651, 30.4431214 ], [ 120.2428132, 30.4430292 ], [ 120.2426201, 30.4429414 ], [ 120.2399283, 30.4416813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430651, 30.4431214 ], [ 120.2465571, 30.444692 ], [ 120.2473803, 30.4450623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473803, 30.4450623 ], [ 120.2465571, 30.444692 ], [ 120.2430651, 30.4431214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2430651, 30.4431214 ], [ 120.2418044, 30.4451501 ], [ 120.2416025, 30.445475 ], [ 120.2414436, 30.4457425 ], [ 120.2413279, 30.4459373 ], [ 120.2405122, 30.4473108 ], [ 120.2403223, 30.4476302 ], [ 120.2401593, 30.4478715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401593, 30.4478715 ], [ 120.2403223, 30.4476302 ], [ 120.2405122, 30.4473108 ], [ 120.2413279, 30.4459373 ], [ 120.2414436, 30.4457425 ], [ 120.2416025, 30.445475 ], [ 120.2418044, 30.4451501 ], [ 120.2430651, 30.4431214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401593, 30.4478715 ], [ 120.2407098, 30.448025 ], [ 120.2414427, 30.4482411 ], [ 120.2448575, 30.4492482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2399283, 30.4416813 ], [ 120.2395228, 30.4420367 ], [ 120.2373322, 30.4437925 ], [ 120.2351991, 30.4455022 ], [ 120.2337182, 30.4467009 ], [ 120.2333934, 30.446976 ], [ 120.2331695, 30.4471521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2331695, 30.4471521 ], [ 120.2342817, 30.44728 ], [ 120.2356295, 30.4474178 ], [ 120.2356586, 30.4474208 ], [ 120.2371469, 30.4475657 ], [ 120.2393931, 30.4477796 ], [ 120.2397864, 30.4478251 ], [ 120.2401593, 30.4478715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401041, 30.447945 ], [ 120.2397562, 30.4479048 ], [ 120.2393505, 30.4478598 ], [ 120.2386743, 30.4477975 ], [ 120.2371392, 30.4476562 ], [ 120.2357349, 30.4475233 ], [ 120.2344756, 30.4473955 ], [ 120.2339542, 30.4473426 ], [ 120.2330234, 30.4472587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401041, 30.447945 ], [ 120.2401593, 30.4478715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401593, 30.4478715 ], [ 120.2401041, 30.447945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401041, 30.447945 ], [ 120.2394063, 30.449122 ], [ 120.2389193, 30.4499403 ], [ 120.2383264, 30.4507246 ], [ 120.2380393, 30.4510743 ], [ 120.2376843, 30.4514851 ], [ 120.237444, 30.451768 ], [ 120.2371729, 30.4520562 ], [ 120.2360795, 30.4531711 ], [ 120.2354935, 30.4537687 ], [ 120.2352172, 30.454038 ], [ 120.2349846, 30.4542669 ], [ 120.2348915, 30.4543597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348915, 30.4543597 ], [ 120.2349846, 30.4542669 ], [ 120.2352172, 30.454038 ], [ 120.2354935, 30.4537687 ], [ 120.2360795, 30.4531711 ], [ 120.2371729, 30.4520562 ], [ 120.237444, 30.451768 ], [ 120.2376843, 30.4514851 ], [ 120.2380393, 30.4510743 ], [ 120.2383264, 30.4507246 ], [ 120.2389193, 30.4499403 ], [ 120.2394063, 30.449122 ], [ 120.2401041, 30.447945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347656, 30.4545343 ], [ 120.2348915, 30.4543597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348915, 30.4543597 ], [ 120.2347656, 30.4545343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2348915, 30.4543597 ], [ 120.2369016, 30.4548774 ], [ 120.2374703, 30.4550184 ], [ 120.2400097, 30.4556803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448018, 30.4493365 ], [ 120.2429876, 30.4487998 ], [ 120.2401041, 30.447945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448575, 30.4492482 ], [ 120.2449551, 30.4492778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448018, 30.4493365 ], [ 120.2448575, 30.4492482 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2449551, 30.4492778 ], [ 120.2448946, 30.4493666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448946, 30.4493666 ], [ 120.2448018, 30.4493365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400097, 30.4556803 ], [ 120.240101, 30.4555715 ], [ 120.2405128, 30.4550796 ], [ 120.2416474, 30.4537244 ], [ 120.2424899, 30.4526793 ], [ 120.2427974, 30.4522978 ], [ 120.243092, 30.4519384 ], [ 120.2437435, 30.4511437 ], [ 120.2439513, 30.4508033 ], [ 120.2441655, 30.4504339 ], [ 120.2448018, 30.4493365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448946, 30.4493666 ], [ 120.2442594, 30.4504405 ], [ 120.2441913, 30.4505557 ], [ 120.2439117, 30.4509924 ], [ 120.2434482, 30.4516382 ], [ 120.2425634, 30.45271 ], [ 120.2423208, 30.4530174 ], [ 120.2416935, 30.4537956 ], [ 120.2416519, 30.4538449 ], [ 120.2410133, 30.4546017 ], [ 120.2402189, 30.4556046 ], [ 120.2401435, 30.4557148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401435, 30.4557148 ], [ 120.2403937, 30.4557677 ], [ 120.2448399, 30.4568946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446827, 30.4570599 ], [ 120.2442863, 30.4569568 ], [ 120.2402919, 30.4559248 ], [ 120.2400265, 30.4558645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448399, 30.4568946 ], [ 120.2446827, 30.4570599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2328655, 30.4471144 ], [ 120.2331695, 30.4471521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2327623, 30.4471875 ], [ 120.2328655, 30.4471144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2331695, 30.4471521 ], [ 120.2330234, 30.4472587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2330234, 30.4472587 ], [ 120.2327623, 30.4471875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2264109, 30.4522906 ], [ 120.2269997, 30.451822 ], [ 120.2271891, 30.4516711 ], [ 120.2290525, 30.4501854 ], [ 120.23095, 30.4486495 ], [ 120.2327623, 30.4471875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2330234, 30.4472587 ], [ 120.231611, 30.4484014 ], [ 120.2305055, 30.4492971 ], [ 120.2301442, 30.4495928 ], [ 120.2288182, 30.4506241 ], [ 120.228216, 30.4511088 ], [ 120.2268824, 30.4521869 ], [ 120.2268185, 30.4523544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2268185, 30.4523544 ], [ 120.2303739, 30.4532059 ], [ 120.2307667, 30.4533041 ], [ 120.2348915, 30.4543597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347656, 30.4545343 ], [ 120.2344017, 30.4544543 ], [ 120.2303945, 30.4533953 ], [ 120.2302893, 30.4533732 ], [ 120.2300968, 30.4533329 ], [ 120.2266162, 30.4523973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307202, 30.4593698 ], [ 120.2309305, 30.4590442 ], [ 120.2317668, 30.4580394 ], [ 120.2328439, 30.4567677 ], [ 120.2339626, 30.4554469 ], [ 120.2346673, 30.4546176 ], [ 120.2347656, 30.4545343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2347656, 30.4545343 ], [ 120.2346673, 30.4546176 ], [ 120.2339626, 30.4554469 ], [ 120.2328439, 30.4567677 ], [ 120.2317668, 30.4580394 ], [ 120.2309305, 30.4590442 ], [ 120.2307202, 30.4593698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273538, 30.4157735 ], [ 120.2272039, 30.415712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161318, 30.4265458 ], [ 120.216788, 30.4266498 ], [ 120.2174345, 30.4271397 ], [ 120.2178386, 30.4274459 ], [ 120.2182525, 30.4275282 ], [ 120.219331, 30.427417 ], [ 120.220115, 30.4273361 ], [ 120.220688, 30.4274047 ], [ 120.2215635, 30.4276792 ], [ 120.2232827, 30.4285302 ], [ 120.2238717, 30.4291204 ], [ 120.2249383, 30.4304518 ], [ 120.2253362, 30.4313989 ], [ 120.2255591, 30.432291 ], [ 120.2259973, 30.4331162 ], [ 120.2261053, 30.4332989 ], [ 120.2262818, 30.4335842 ], [ 120.2264969, 30.4340502 ], [ 120.2264417, 30.4344021 ], [ 120.2263645, 30.43493 ], [ 120.2264197, 30.4356005 ], [ 120.2265079, 30.4362567 ], [ 120.2265079, 30.4363571 ], [ 120.2265079, 30.4369129 ], [ 120.2263535, 30.4373409 ], [ 120.2262377, 30.4376167 ], [ 120.2262156, 30.437978 ], [ 120.2262321, 30.4382206 ], [ 120.2262873, 30.4384868 ], [ 120.2264307, 30.4386343 ], [ 120.2267009, 30.4386866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267009, 30.4386866 ], [ 120.2264307, 30.4386343 ], [ 120.2262873, 30.4384868 ], [ 120.2262321, 30.4382206 ], [ 120.2262156, 30.437978 ], [ 120.2262377, 30.4376167 ], [ 120.2263535, 30.4373409 ], [ 120.2265079, 30.4369129 ], [ 120.2265079, 30.4363571 ], [ 120.2265079, 30.4362567 ], [ 120.2264197, 30.4356005 ], [ 120.2263645, 30.43493 ], [ 120.2264417, 30.4344021 ], [ 120.2264969, 30.4340502 ], [ 120.2262818, 30.4335842 ], [ 120.2261053, 30.4332989 ], [ 120.2259973, 30.4331162 ], [ 120.2255591, 30.432291 ], [ 120.2253362, 30.4313989 ], [ 120.2249383, 30.4304518 ], [ 120.2238717, 30.4291204 ], [ 120.2232827, 30.4285302 ], [ 120.2215635, 30.4276792 ], [ 120.220688, 30.4274047 ], [ 120.220115, 30.4273361 ], [ 120.219331, 30.427417 ], [ 120.2182525, 30.4275282 ], [ 120.2178386, 30.4274459 ], [ 120.2174345, 30.4271397 ], [ 120.216788, 30.4266498 ], [ 120.2161318, 30.4265458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267009, 30.4386866 ], [ 120.227005, 30.4387473 ], [ 120.2272808, 30.4388091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272808, 30.4388091 ], [ 120.227005, 30.4387473 ], [ 120.2267009, 30.4386866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2268664, 30.4391098 ], [ 120.226894, 30.4389671 ], [ 120.2268388, 30.4387769 ], [ 120.2267009, 30.4386866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2267009, 30.4386866 ], [ 120.2268388, 30.4387769 ], [ 120.226894, 30.4389671 ], [ 120.2268664, 30.4391098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272808, 30.4388091 ], [ 120.2270657, 30.4389613 ], [ 120.2268664, 30.4391098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "小白线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2268664, 30.4391098 ], [ 120.2270657, 30.4389613 ], [ 120.2272808, 30.4388091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2155149, 30.448479 ], [ 120.2154048, 30.447668 ], [ 120.2153027, 30.4468039 ], [ 120.2152284, 30.4461745 ], [ 120.2150957, 30.4453945 ], [ 120.2150142, 30.4449155 ], [ 120.2150417, 30.4446397 ], [ 120.2151465, 30.4442546 ], [ 120.2153782, 30.4438314 ], [ 120.215676, 30.4435271 ], [ 120.2159462, 30.4432989 ], [ 120.2160706, 30.4431785 ], [ 120.2163489, 30.442909 ], [ 120.2168232, 30.4424905 ], [ 120.2173471, 30.4420293 ], [ 120.2177518, 30.4416946 ], [ 120.2180255, 30.4414682 ], [ 120.2185715, 30.4411021 ], [ 120.2191285, 30.4408501 ], [ 120.2197738, 30.4406837 ], [ 120.2206893, 30.4404792 ], [ 120.2212128, 30.4404581 ], [ 120.2212795, 30.4404554 ], [ 120.22162, 30.4404762 ], [ 120.2218255, 30.4404887 ], [ 120.2223274, 30.44056 ], [ 120.2229726, 30.4405648 ], [ 120.2230795, 30.4405493 ], [ 120.2236951, 30.4404602 ], [ 120.2243901, 30.4402938 ], [ 120.2251622, 30.440056 ], [ 120.2253531, 30.4399718 ], [ 120.2256365, 30.4398468 ], [ 120.2262432, 30.4395234 ], [ 120.2268664, 30.4391098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2268664, 30.4391098 ], [ 120.2262432, 30.4395234 ], [ 120.2256365, 30.4398468 ], [ 120.2253531, 30.4399718 ], [ 120.2251622, 30.440056 ], [ 120.2243901, 30.4402938 ], [ 120.2236951, 30.4404602 ], [ 120.2230795, 30.4405493 ], [ 120.2229726, 30.4405648 ], [ 120.2223274, 30.44056 ], [ 120.2218255, 30.4404887 ], [ 120.22162, 30.4404762 ], [ 120.2212795, 30.4404554 ], [ 120.2212128, 30.4404581 ], [ 120.2206893, 30.4404792 ], [ 120.2197738, 30.4406837 ], [ 120.2191285, 30.4408501 ], [ 120.2185715, 30.4411021 ], [ 120.2180255, 30.4414682 ], [ 120.2177518, 30.4416946 ], [ 120.2173471, 30.4420293 ], [ 120.2168232, 30.4424905 ], [ 120.2163489, 30.442909 ], [ 120.2160706, 30.4431785 ], [ 120.2159462, 30.4432989 ], [ 120.215676, 30.4435271 ], [ 120.2153782, 30.4438314 ], [ 120.2151465, 30.4442546 ], [ 120.2150417, 30.4446397 ], [ 120.2150142, 30.4449155 ], [ 120.2150957, 30.4453945 ], [ 120.2152284, 30.4461745 ], [ 120.2153027, 30.4468039 ], [ 120.2154048, 30.447668 ], [ 120.2155149, 30.448479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2264109, 30.4522906 ], [ 120.2268185, 30.4523544 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2266162, 30.4523973 ], [ 120.2264109, 30.4522906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2268185, 30.4523544 ], [ 120.2266162, 30.4523973 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221024, 30.4556395 ], [ 120.2227739, 30.4552166 ], [ 120.2229729, 30.4550611 ], [ 120.2234467, 30.4546699 ], [ 120.2264109, 30.4522906 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2266162, 30.4523973 ], [ 120.2264649, 30.4524994 ], [ 120.2237093, 30.4547178 ], [ 120.2234437, 30.4549436 ], [ 120.2229877, 30.4553072 ], [ 120.2223663, 30.4558063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223663, 30.4558063 ], [ 120.2221024, 30.4556395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2221024, 30.4556395 ], [ 120.2223663, 30.4558063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2223663, 30.4558063 ], [ 120.2230319, 30.4561906 ], [ 120.2235228, 30.4564265 ], [ 120.2264872, 30.4576375 ], [ 120.2268993, 30.4578059 ], [ 120.2270265, 30.4578579 ], [ 120.2286981, 30.4585455 ], [ 120.2307202, 30.4593698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307202, 30.4593698 ], [ 120.2286981, 30.4585455 ], [ 120.2270265, 30.4578579 ], [ 120.2268993, 30.4578059 ], [ 120.2264872, 30.4576375 ], [ 120.2235228, 30.4564265 ], [ 120.2230319, 30.4561906 ], [ 120.2223663, 30.4558063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2158402, 30.4595886 ], [ 120.2161134, 30.4594462 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164273, 30.4595848 ], [ 120.2161243, 30.4597357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161243, 30.4597357 ], [ 120.2158402, 30.4595886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184167, 30.4608292 ], [ 120.2161243, 30.4597357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2109753, 30.4624287 ], [ 120.2112546, 30.4622197 ], [ 120.211935, 30.4617738 ], [ 120.2125179, 30.4614443 ], [ 120.2138831, 30.4606648 ], [ 120.2154444, 30.459797 ], [ 120.2158402, 30.4595886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2161243, 30.4597357 ], [ 120.2144994, 30.4605857 ], [ 120.2126392, 30.461583 ], [ 120.212191, 30.4618737 ], [ 120.2115438, 30.4623301 ], [ 120.2110519, 30.462686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164273, 30.4595848 ], [ 120.2168941, 30.4598145 ], [ 120.2178195, 30.4602689 ], [ 120.2194454, 30.4610674 ], [ 120.2198351, 30.4612605 ], [ 120.2212159, 30.461933 ], [ 120.2233116, 30.4629537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2184167, 30.4608292 ], [ 120.2165571, 30.4631412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165571, 30.4631412 ], [ 120.2184167, 30.4608292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165571, 30.4631412 ], [ 120.2164681, 30.4632518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2229526, 30.4630478 ], [ 120.2223909, 30.462779 ], [ 120.2220907, 30.4626318 ], [ 120.2197529, 30.4614853 ], [ 120.2193278, 30.4612795 ], [ 120.2184167, 30.4608292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2229526, 30.4630478 ], [ 120.2233116, 30.4629537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2231527, 30.4631435 ], [ 120.2229526, 30.4630478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2233116, 30.4629537 ], [ 120.2240859, 30.4633325 ], [ 120.2242357, 30.4634027 ], [ 120.2272415, 30.464812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2270852, 30.4650053 ], [ 120.2268031, 30.4648897 ], [ 120.2231527, 30.4631435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2231527, 30.4631435 ], [ 120.2228844, 30.4634943 ], [ 120.2227548, 30.4637153 ], [ 120.2223166, 30.4644146 ], [ 120.2214542, 30.4657314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272415, 30.464812 ], [ 120.2270852, 30.4650053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2270852, 30.4650053 ], [ 120.2272415, 30.464812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇国山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2214542, 30.4657314 ], [ 120.2234891, 30.4667515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇国山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2234891, 30.4667515 ], [ 120.2214542, 30.4657314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2030136, 30.4723768 ], [ 120.2033686, 30.4718102 ], [ 120.2039446, 30.4709244 ], [ 120.2044013, 30.4702943 ], [ 120.2049958, 30.469474 ], [ 120.2062897, 30.4677805 ], [ 120.207433, 30.4663076 ], [ 120.2074954, 30.4662272 ], [ 120.2084972, 30.4649415 ], [ 120.2090072, 30.4642972 ], [ 120.2093642, 30.4639238 ], [ 120.2096633, 30.4635436 ], [ 120.2100271, 30.4632059 ], [ 120.2109753, 30.4624287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2110519, 30.462686 ], [ 120.2096569, 30.4639267 ], [ 120.2090892, 30.4645296 ], [ 120.2088164, 30.4648784 ], [ 120.2076197, 30.4664257 ], [ 120.2075423, 30.4665261 ], [ 120.2059151, 30.468636 ], [ 120.2053404, 30.4693789 ], [ 120.2048032, 30.4701287 ], [ 120.2043162, 30.4708105 ], [ 120.2038627, 30.4714971 ], [ 120.2038045, 30.4715858 ], [ 120.2032332, 30.4724564 ], [ 120.2027197, 30.47328 ], [ 120.2018709, 30.4746421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164681, 30.4632518 ], [ 120.216022, 30.4638064 ], [ 120.21568, 30.4642203 ], [ 120.2127965, 30.467676 ], [ 120.2114876, 30.4693071 ], [ 120.208827, 30.4727724 ], [ 120.2086882, 30.4729476 ], [ 120.2076879, 30.4742916 ], [ 120.2075618, 30.4744609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2075618, 30.4744609 ], [ 120.2076879, 30.4742916 ], [ 120.2086882, 30.4729476 ], [ 120.208827, 30.4727724 ], [ 120.2114876, 30.4693071 ], [ 120.2127965, 30.467676 ], [ 120.21568, 30.4642203 ], [ 120.216022, 30.4638064 ], [ 120.2164681, 30.4632518 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2257801, 30.4678811 ], [ 120.22672, 30.4656675 ], [ 120.2268729, 30.4653415 ], [ 120.2270852, 30.4650053 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2270852, 30.4650053 ], [ 120.2268729, 30.4653415 ], [ 120.22672, 30.4656675 ], [ 120.2257801, 30.4678811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇国山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2234891, 30.4667515 ], [ 120.2257801, 30.4678811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇国山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2257801, 30.4678811 ], [ 120.2234891, 30.4667515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2226564, 30.4691603 ], [ 120.2227944, 30.4682529 ], [ 120.2230188, 30.4677026 ], [ 120.2232177, 30.4673004 ], [ 120.2234891, 30.4667515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2234891, 30.4667515 ], [ 120.2232177, 30.4673004 ], [ 120.2230188, 30.4677026 ], [ 120.2227944, 30.4682529 ], [ 120.2226564, 30.4691603 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇国山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291282, 30.4691901 ], [ 120.2257801, 30.4678811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇国山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2257801, 30.4678811 ], [ 120.2291282, 30.4691901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2251416, 30.4731021 ], [ 120.2252043, 30.4720254 ], [ 120.2253592, 30.4693625 ], [ 120.2254177, 30.4689372 ], [ 120.2257801, 30.4678811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2257801, 30.4678811 ], [ 120.2254177, 30.4689372 ], [ 120.2253592, 30.4693625 ], [ 120.2252043, 30.4720254 ], [ 120.2251416, 30.4731021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "港北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2164681, 30.4632518 ], [ 120.2165571, 30.4631412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2165571, 30.4631412 ], [ 120.2181434, 30.4639032 ], [ 120.2180859, 30.4640039 ], [ 120.2164681, 30.4632518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2149647, 30.4750537 ], [ 120.2171297, 30.4718357 ], [ 120.2181609, 30.4703028 ], [ 120.2201209, 30.4673892 ], [ 120.2204448, 30.46682 ], [ 120.2211319, 30.4657863 ], [ 120.2221012, 30.4643284 ], [ 120.2229526, 30.4630478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴盛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2214542, 30.4657314 ], [ 120.2212998, 30.4658795 ], [ 120.2206265, 30.4669075 ], [ 120.2203122, 30.4674611 ], [ 120.2183375, 30.4704072 ], [ 120.2151481, 30.4751656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273402, 30.4728632 ], [ 120.2268501, 30.4738756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2268501, 30.4738756 ], [ 120.2273402, 30.4728632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘姚线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2601508, 30.5052761 ], [ 120.2591189, 30.5054192 ], [ 120.2589996, 30.5054358 ], [ 120.2579428, 30.5055823 ], [ 120.2557552, 30.5056626 ], [ 120.2539497, 30.505729 ], [ 120.2524127, 30.5057854 ], [ 120.2521411, 30.5057954 ], [ 120.2519963, 30.5058007 ], [ 120.2507498, 30.5058465 ], [ 120.2491645, 30.5059047 ], [ 120.2490667, 30.5059047 ], [ 120.2486817, 30.5059047 ], [ 120.2484904, 30.5058857 ], [ 120.2482633, 30.5058631 ], [ 120.2479661, 30.5058263 ], [ 120.2478574, 30.5058128 ], [ 120.247717, 30.5057954 ], [ 120.2475992, 30.5057808 ], [ 120.2460141, 30.5055845 ], [ 120.2446891, 30.5054204 ], [ 120.2442962, 30.5053718 ], [ 120.2436662, 30.5052937 ], [ 120.2433463, 30.5052541 ], [ 120.2431649, 30.5052372 ], [ 120.2428881, 30.5052114 ], [ 120.2420733, 30.5051836 ], [ 120.2419925, 30.5051809 ], [ 120.2411691, 30.5051528 ], [ 120.2398836, 30.505109 ], [ 120.2380065, 30.505045 ], [ 120.2375426, 30.5050416 ], [ 120.2373789, 30.5050404 ], [ 120.2371095, 30.5050634 ], [ 120.2369031, 30.505081 ], [ 120.2368371, 30.5050866 ], [ 120.2366664, 30.5051115 ], [ 120.2357821, 30.5052403 ], [ 120.235437, 30.5052899 ], [ 120.2347825, 30.5054055 ], [ 120.2341924, 30.5054286 ], [ 120.2334736, 30.5053847 ], [ 120.2311776, 30.505216 ], [ 120.2311375, 30.5052134 ], [ 120.229715, 30.5051195 ], [ 120.2294789, 30.5051039 ], [ 120.2292456, 30.5050886 ], [ 120.229005, 30.5050727 ], [ 120.2287905, 30.5050496 ], [ 120.2285008, 30.5050034 ], [ 120.2284149, 30.5049063 ], [ 120.2282299, 30.5042824 ], [ 120.2281415, 30.5040661 ], [ 120.2280899, 30.50396 ], [ 120.2276286, 30.5038517 ], [ 120.2275696, 30.5038379 ], [ 120.2273367, 30.5037832 ], [ 120.2271543, 30.5037 ], [ 120.2262845, 30.503134 ], [ 120.2261243, 30.5030298 ], [ 120.2260205, 30.5029575 ], [ 120.2257596, 30.5027756 ], [ 120.2252875, 30.5024983 ], [ 120.2249409, 30.502407 ], [ 120.2233063, 30.5022702 ], [ 120.2223756, 30.5021923 ], [ 120.2220795, 30.5021675 ], [ 120.2218767, 30.5021505 ], [ 120.2175842, 30.5017911 ], [ 120.217087, 30.5017576 ], [ 120.2168337, 30.5017405 ], [ 120.2153207, 30.5016384 ], [ 120.2137486, 30.5015323 ], [ 120.212606, 30.5013566 ], [ 120.2125537, 30.5013469 ], [ 120.2123324, 30.5013058 ], [ 120.2119215, 30.5011868 ], [ 120.2111341, 30.5008248 ], [ 120.2109605, 30.500745 ], [ 120.2107928, 30.5006679 ], [ 120.2081154, 30.4993761 ], [ 120.2072682, 30.4989672 ], [ 120.2070785, 30.4988757 ], [ 120.2070005, 30.498838 ], [ 120.2063672, 30.4985325 ], [ 120.2057717, 30.4981119 ], [ 120.2048909, 30.4974435 ], [ 120.2043791, 30.497073 ], [ 120.2042554, 30.4970246 ], [ 120.2042021, 30.4970037 ], [ 120.2033631, 30.4967807 ], [ 120.2022709, 30.49656 ], [ 120.2015714, 30.4964525 ], [ 120.2001981, 30.4962907 ], [ 120.2000479, 30.4962537 ], [ 120.199828, 30.4961983 ], [ 120.1996737, 30.4961436 ], [ 120.1995203, 30.4960891 ], [ 120.1994467, 30.496063 ], [ 120.1992234, 30.4959838 ], [ 120.1973557, 30.495107 ], [ 120.196329, 30.4946251 ], [ 120.1948653, 30.493938 ], [ 120.1944921, 30.4937628 ], [ 120.1942988, 30.4936721 ], [ 120.1940053, 30.4935343 ], [ 120.1939593, 30.4935127 ], [ 120.190606, 30.4920045 ], [ 120.189794, 30.4916358 ], [ 120.1889764, 30.4912495 ], [ 120.1883857, 30.4909703 ], [ 120.1878385, 30.4907253 ], [ 120.1875273, 30.4905635 ], [ 120.1872291, 30.4903659 ], [ 120.1867602, 30.4899857 ], [ 120.1861916, 30.4894171 ], [ 120.1860575, 30.4892044 ], [ 120.1858075, 30.4885492 ], [ 120.1857539, 30.4882903 ], [ 120.1857373, 30.4881888 ], [ 120.1857303, 30.4881459 ], [ 120.1857001, 30.4879129 ], [ 120.1856769, 30.4877343 ], [ 120.18565, 30.4875272 ], [ 120.1856283, 30.48736 ], [ 120.1856198, 30.4870237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘姚线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1856198, 30.4870237 ], [ 120.1856283, 30.48736 ], [ 120.18565, 30.4875272 ], [ 120.1856769, 30.4877343 ], [ 120.1857001, 30.4879129 ], [ 120.1857303, 30.4881459 ], [ 120.1857373, 30.4881888 ], [ 120.1857539, 30.4882903 ], [ 120.1858075, 30.4885492 ], [ 120.1860575, 30.4892044 ], [ 120.1861916, 30.4894171 ], [ 120.1867602, 30.4899857 ], [ 120.1872291, 30.4903659 ], [ 120.1875273, 30.4905635 ], [ 120.1878385, 30.4907253 ], [ 120.1883857, 30.4909703 ], [ 120.1889764, 30.4912495 ], [ 120.189794, 30.4916358 ], [ 120.190606, 30.4920045 ], [ 120.1939593, 30.4935127 ], [ 120.1940053, 30.4935343 ], [ 120.1942988, 30.4936721 ], [ 120.1944921, 30.4937628 ], [ 120.1948653, 30.493938 ], [ 120.196329, 30.4946251 ], [ 120.1973557, 30.495107 ], [ 120.1992234, 30.4959838 ], [ 120.1994467, 30.496063 ], [ 120.1995203, 30.4960891 ], [ 120.1996737, 30.4961436 ], [ 120.199828, 30.4961983 ], [ 120.2000479, 30.4962537 ], [ 120.2001981, 30.4962907 ], [ 120.2015714, 30.4964525 ], [ 120.2022709, 30.49656 ], [ 120.2033631, 30.4967807 ], [ 120.2042021, 30.4970037 ], [ 120.2042554, 30.4970246 ], [ 120.2043791, 30.497073 ], [ 120.2048909, 30.4974435 ], [ 120.2057717, 30.4981119 ], [ 120.2063672, 30.4985325 ], [ 120.2070005, 30.498838 ], [ 120.2070785, 30.4988757 ], [ 120.2072682, 30.4989672 ], [ 120.2081154, 30.4993761 ], [ 120.2107928, 30.5006679 ], [ 120.2109605, 30.500745 ], [ 120.2111341, 30.5008248 ], [ 120.2119215, 30.5011868 ], [ 120.2123324, 30.5013058 ], [ 120.2125537, 30.5013469 ], [ 120.212606, 30.5013566 ], [ 120.2137486, 30.5015323 ], [ 120.2153207, 30.5016384 ], [ 120.2168337, 30.5017405 ], [ 120.217087, 30.5017576 ], [ 120.2175842, 30.5017911 ], [ 120.2218767, 30.5021505 ], [ 120.2220795, 30.5021675 ], [ 120.2223756, 30.5021923 ], [ 120.2233063, 30.5022702 ], [ 120.2249409, 30.502407 ], [ 120.2252875, 30.5024983 ], [ 120.2257596, 30.5027756 ], [ 120.2260205, 30.5029575 ], [ 120.2261243, 30.5030298 ], [ 120.2262845, 30.503134 ], [ 120.2271543, 30.5037 ], [ 120.2273367, 30.5037832 ], [ 120.2275696, 30.5038379 ], [ 120.2276286, 30.5038517 ], [ 120.2280899, 30.50396 ], [ 120.2281415, 30.5040661 ], [ 120.2282299, 30.5042824 ], [ 120.2284149, 30.5049063 ], [ 120.2285008, 30.5050034 ], [ 120.2287905, 30.5050496 ], [ 120.229005, 30.5050727 ], [ 120.2292456, 30.5050886 ], [ 120.2294789, 30.5051039 ], [ 120.229715, 30.5051195 ], [ 120.2311375, 30.5052134 ], [ 120.2311776, 30.505216 ], [ 120.2334736, 30.5053847 ], [ 120.2341924, 30.5054286 ], [ 120.2347825, 30.5054055 ], [ 120.235437, 30.5052899 ], [ 120.2357821, 30.5052403 ], [ 120.2366664, 30.5051115 ], [ 120.2368371, 30.5050866 ], [ 120.2369031, 30.505081 ], [ 120.2371095, 30.5050634 ], [ 120.2373789, 30.5050404 ], [ 120.2375426, 30.5050416 ], [ 120.2380065, 30.505045 ], [ 120.2398836, 30.505109 ], [ 120.2411691, 30.5051528 ], [ 120.2419925, 30.5051809 ], [ 120.2420733, 30.5051836 ], [ 120.2428881, 30.5052114 ], [ 120.2431649, 30.5052372 ], [ 120.2433463, 30.5052541 ], [ 120.2436662, 30.5052937 ], [ 120.2442962, 30.5053718 ], [ 120.2446891, 30.5054204 ], [ 120.2460141, 30.5055845 ], [ 120.2475992, 30.5057808 ], [ 120.247717, 30.5057954 ], [ 120.2478574, 30.5058128 ], [ 120.2479661, 30.5058263 ], [ 120.2482633, 30.5058631 ], [ 120.2484904, 30.5058857 ], [ 120.2486817, 30.5059047 ], [ 120.2490667, 30.5059047 ], [ 120.2491645, 30.5059047 ], [ 120.2507498, 30.5058465 ], [ 120.2519963, 30.5058007 ], [ 120.2521411, 30.5057954 ], [ 120.2524127, 30.5057854 ], [ 120.2539497, 30.505729 ], [ 120.2557552, 30.5056626 ], [ 120.2579428, 30.5055823 ], [ 120.2589996, 30.5054358 ], [ 120.2591189, 30.5054192 ], [ 120.2601508, 30.5052761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1384413, 30.4483041 ], [ 120.1384348, 30.4511868 ], [ 120.1384314, 30.4526731 ], [ 120.1384336, 30.4531499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1384413, 30.4483041 ], [ 120.1374125, 30.4481127 ], [ 120.1364656, 30.4480522 ], [ 120.1360447, 30.4481026 ], [ 120.1356005, 30.4482638 ], [ 120.1352381, 30.448415 ], [ 120.135148, 30.4484954 ], [ 120.1345717, 30.4490096 ], [ 120.1339448, 30.4497395 ], [ 120.1336438, 30.4500899 ], [ 120.1333965, 30.4503778 ], [ 120.1333027, 30.4504865 ], [ 120.1332273, 30.4505314 ], [ 120.1325597, 30.4513987 ], [ 120.1324806, 30.4515085 ], [ 120.1323053, 30.4517548 ], [ 120.1320498, 30.452114 ], [ 120.1319998, 30.4521842 ], [ 120.1318797, 30.4523317 ], [ 120.1317631, 30.4524935 ], [ 120.1315205, 30.4528493 ], [ 120.1309673, 30.4538481 ], [ 120.1305462, 30.4546083 ], [ 120.1296617, 30.4562051 ], [ 120.1287129, 30.457955 ], [ 120.127651, 30.4599135 ], [ 120.1275018, 30.4600725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1275018, 30.4600725 ], [ 120.127651, 30.4599135 ], [ 120.1287129, 30.457955 ], [ 120.1296617, 30.4562051 ], [ 120.1305462, 30.4546083 ], [ 120.1309673, 30.4538481 ], [ 120.1315205, 30.4528493 ], [ 120.1317631, 30.4524935 ], [ 120.1318797, 30.4523317 ], [ 120.1319998, 30.4521842 ], [ 120.1320498, 30.452114 ], [ 120.1323053, 30.4517548 ], [ 120.1324806, 30.4515085 ], [ 120.1325597, 30.4513987 ], [ 120.1332273, 30.4505314 ], [ 120.1333027, 30.4504865 ], [ 120.1333965, 30.4503778 ], [ 120.1336438, 30.4500899 ], [ 120.1339448, 30.4497395 ], [ 120.1345717, 30.4490096 ], [ 120.135148, 30.4484954 ], [ 120.1352381, 30.448415 ], [ 120.1356005, 30.4482638 ], [ 120.1360447, 30.4481026 ], [ 120.1364656, 30.4480522 ], [ 120.1374125, 30.4481127 ], [ 120.1384413, 30.4483041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324922, 30.4627401 ], [ 120.1328434, 30.4628074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328434, 30.4628074 ], [ 120.1324922, 30.4627401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1411033, 30.4640495 ], [ 120.1408115, 30.4640929 ], [ 120.1404022, 30.4641333 ], [ 120.1394862, 30.4639779 ], [ 120.1388982, 30.4638655 ], [ 120.1359112, 30.4632944 ], [ 120.135754, 30.4632643 ], [ 120.1356013, 30.4632331 ], [ 120.1345958, 30.4630779 ], [ 120.1336203, 30.4629273 ], [ 120.1328434, 30.4628074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328434, 30.4628074 ], [ 120.1336203, 30.4629273 ], [ 120.1345958, 30.4630779 ], [ 120.1356013, 30.4632331 ], [ 120.135754, 30.4632643 ], [ 120.1359112, 30.4632944 ], [ 120.1388982, 30.4638655 ], [ 120.1394862, 30.4639779 ], [ 120.1404022, 30.4641333 ], [ 120.1408115, 30.4640929 ], [ 120.1411033, 30.4640495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135587, 30.4642663 ], [ 120.1338478, 30.4634451 ], [ 120.1324922, 30.4627401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1328434, 30.4628074 ], [ 120.1335199, 30.4631556 ], [ 120.1349213, 30.4638767 ], [ 120.1356263, 30.4641675 ], [ 120.1361936, 30.464413 ], [ 120.1364422, 30.4645205 ], [ 120.1370386, 30.4647606 ], [ 120.1375761, 30.4649131 ], [ 120.138179, 30.4650487 ], [ 120.1388541, 30.4651617 ], [ 120.1391005, 30.4651954 ], [ 120.1394734, 30.4652464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1394636, 30.4653509 ], [ 120.1388868, 30.4652747 ], [ 120.1381495, 30.4651391 ], [ 120.1376023, 30.4650092 ], [ 120.1372025, 30.4649018 ], [ 120.1367339, 30.464738 ], [ 120.1362358, 30.4645488 ], [ 120.1360439, 30.4644652 ], [ 120.135587, 30.4642663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1263668, 30.4615917 ], [ 120.1274186, 30.4601459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1274186, 30.4601459 ], [ 120.1263668, 30.4615917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249078, 30.4613234 ], [ 120.1246427, 30.4612799 ], [ 120.1244765, 30.4612527 ], [ 120.1242652, 30.461218 ], [ 120.1235936, 30.4611078 ], [ 120.1229832, 30.4609826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229832, 30.4609826 ], [ 120.1235936, 30.4611078 ], [ 120.1242652, 30.461218 ], [ 120.1244765, 30.4612527 ], [ 120.1246427, 30.4612799 ], [ 120.1249078, 30.4613234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1275018, 30.4600725 ], [ 120.1279698, 30.460306 ], [ 120.1301015, 30.4613779 ], [ 120.1301857, 30.4614203 ], [ 120.131895, 30.4623193 ], [ 120.1328434, 30.4628074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324922, 30.4627401 ], [ 120.1313331, 30.4621372 ], [ 120.1294079, 30.461136 ], [ 120.1274186, 30.4601459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1263668, 30.4615917 ], [ 120.1249078, 30.4613234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249078, 30.4613234 ], [ 120.1263668, 30.4615917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1324922, 30.4627401 ], [ 120.1315887, 30.4625233 ], [ 120.1313943, 30.4624771 ], [ 120.1291966, 30.4620901 ], [ 120.1263668, 30.4615917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1263668, 30.4615917 ], [ 120.1291966, 30.4620901 ], [ 120.1313943, 30.4624771 ], [ 120.1315887, 30.4625233 ], [ 120.1324922, 30.4627401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1411033, 30.4640495 ], [ 120.1415722, 30.4638701 ], [ 120.1417999, 30.4638 ], [ 120.1421495, 30.4637194 ], [ 120.1425439, 30.4636651 ], [ 120.1427916, 30.4636357 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486957, 30.4643089 ], [ 120.1485397, 30.4640858 ], [ 120.1483918, 30.4638654 ], [ 120.1482778, 30.4637458 ], [ 120.1481283, 30.4636542 ], [ 120.1479681, 30.4635945 ], [ 120.1477355, 30.4635467 ], [ 120.1475707, 30.4635387 ], [ 120.1470746, 30.4635228 ], [ 120.147003, 30.4634957 ], [ 120.1469822, 30.4634511 ], [ 120.1470084, 30.4634152 ], [ 120.1471162, 30.4634006 ], [ 120.147579, 30.4634161 ], [ 120.147925, 30.4634471 ], [ 120.1481514, 30.4635055 ], [ 120.1483194, 30.4635892 ], [ 120.1484642, 30.4637286 ], [ 120.1485751, 30.4638786 ], [ 120.1486814, 30.4640579 ], [ 120.1486957, 30.4643089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "良塘线", "良塘线京杭运河大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1411033, 30.4640495 ], [ 120.1415763, 30.4639191 ], [ 120.1417836, 30.4638648 ], [ 120.142491, 30.4637492 ], [ 120.1430053, 30.4636808 ], [ 120.1437594, 30.463616 ], [ 120.1446186, 30.4635598 ], [ 120.1459733, 30.4635065 ], [ 120.1468205, 30.4634814 ], [ 120.1472245, 30.4634829 ], [ 120.1476192, 30.4634896 ], [ 120.1478692, 30.4635221 ], [ 120.1481396, 30.4635852 ], [ 120.1483361, 30.4637054 ], [ 120.1484688, 30.4638524 ], [ 120.1485784, 30.4640113 ], [ 120.1486198, 30.4641162 ], [ 120.1486957, 30.4643089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "中和路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1427863, 30.4637859 ], [ 120.1425016, 30.4638099 ], [ 120.1411033, 30.4640495 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1488977, 30.4648256 ], [ 120.1486957, 30.4643089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1486957, 30.4643089 ], [ 120.1488977, 30.4648256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1489121, 30.464977 ], [ 120.1488977, 30.4648256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1488977, 30.4648256 ], [ 120.1489121, 30.464977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477615, 30.4650519 ], [ 120.1482281, 30.4649294 ], [ 120.1486614, 30.4648475 ], [ 120.1488977, 30.4648256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1489121, 30.464977 ], [ 120.1485481, 30.4650055 ], [ 120.1477615, 30.4650519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605503, 30.4629286 ], [ 120.1605605, 30.4646987 ], [ 120.1605381, 30.4659712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605381, 30.4659712 ], [ 120.1605605, 30.4646987 ], [ 120.1605503, 30.4629286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1488977, 30.4648256 ], [ 120.1495526, 30.4647922 ], [ 120.1506379, 30.4647637 ], [ 120.1514012, 30.4647964 ], [ 120.152015, 30.4648522 ], [ 120.1527211, 30.4649438 ], [ 120.1538111, 30.4650936 ], [ 120.1571467, 30.4655406 ], [ 120.1582258, 30.4656776 ], [ 120.1583654, 30.4656953 ], [ 120.1605381, 30.4659712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605289, 30.466155 ], [ 120.1589303, 30.4659233 ], [ 120.157368, 30.4657101 ], [ 120.1547835, 30.4653699 ], [ 120.1542111, 30.4652778 ], [ 120.1531062, 30.465122 ], [ 120.1520044, 30.464998 ], [ 120.1514486, 30.4649478 ], [ 120.1507603, 30.4649077 ], [ 120.1501194, 30.4649169 ], [ 120.1494448, 30.4649556 ], [ 120.1489121, 30.464977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605289, 30.466155 ], [ 120.1605381, 30.4659712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605381, 30.4659712 ], [ 120.1605289, 30.466155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1599989, 30.466843 ], [ 120.1601973, 30.4666622 ], [ 120.1603698, 30.4663954 ], [ 120.1605289, 30.466155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605289, 30.466155 ], [ 120.1605812, 30.4663801 ], [ 120.1604895, 30.466559 ], [ 120.1603516, 30.4667326 ], [ 120.1601082, 30.4669191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601082, 30.4669191 ], [ 120.1599989, 30.466843 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1599989, 30.466843 ], [ 120.1601082, 30.4669191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1477615, 30.4650519 ], [ 120.1472318, 30.4650727 ], [ 120.147126, 30.4650792 ], [ 120.1458437, 30.4651702 ], [ 120.1430464, 30.4652774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1430464, 30.4652774 ], [ 120.1458437, 30.4651702 ], [ 120.147126, 30.4650792 ], [ 120.1472318, 30.4650727 ], [ 120.1477615, 30.4650519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1394734, 30.4652464 ], [ 120.1400174, 30.4653001 ], [ 120.1404283, 30.4653102 ], [ 120.1404761, 30.4653114 ], [ 120.141066, 30.4653029 ], [ 120.1422451, 30.4652693 ], [ 120.1430464, 30.4652774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1430464, 30.4652774 ], [ 120.1423166, 30.4653438 ], [ 120.141364, 30.4654058 ], [ 120.140545, 30.4654102 ], [ 120.1400206, 30.4653905 ], [ 120.1394636, 30.4653509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1394636, 30.4653509 ], [ 120.1394734, 30.4652464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1394734, 30.4652464 ], [ 120.1394636, 30.4653509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348718, 30.4663875 ], [ 120.135587, 30.4642663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.135587, 30.4642663 ], [ 120.1348718, 30.4663875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1284162, 30.4653072 ], [ 120.1305252, 30.465656 ], [ 120.1320179, 30.46592 ], [ 120.1332579, 30.4661394 ], [ 120.1348718, 30.4663875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348718, 30.4663875 ], [ 120.1332579, 30.4661394 ], [ 120.1320179, 30.46592 ], [ 120.1305252, 30.465656 ], [ 120.1284162, 30.4653072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1391133, 30.4670193 ], [ 120.1391556, 30.4668178 ], [ 120.1391831, 30.4666868 ], [ 120.1393854, 30.4657232 ], [ 120.1394062, 30.4656241 ], [ 120.1394636, 30.4653509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五福路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1394636, 30.4653509 ], [ 120.1394062, 30.4656241 ], [ 120.1393854, 30.4657232 ], [ 120.1391831, 30.4666868 ], [ 120.1391556, 30.4668178 ], [ 120.1391133, 30.4670193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348718, 30.4663875 ], [ 120.1391133, 30.4670193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "福旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1391133, 30.4670193 ], [ 120.1348718, 30.4663875 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "张家墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.160686, 30.4706754 ], [ 120.1575257, 30.4701304 ], [ 120.1573384, 30.4701088 ], [ 120.1570582, 30.470072 ], [ 120.1546523, 30.4696794 ], [ 120.1542946, 30.4696251 ], [ 120.1511673, 30.46915 ], [ 120.1492178, 30.4688622 ], [ 120.1490977, 30.4686436 ], [ 120.1490863, 30.4684352 ], [ 120.1490522, 30.467811 ], [ 120.1489121, 30.464977 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "张家墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1489121, 30.464977 ], [ 120.1490522, 30.467811 ], [ 120.1490863, 30.4684352 ], [ 120.1490977, 30.4686436 ], [ 120.1492178, 30.4688622 ], [ 120.1511673, 30.46915 ], [ 120.1542946, 30.4696251 ], [ 120.1546523, 30.4696794 ], [ 120.1570582, 30.470072 ], [ 120.1573384, 30.4701088 ], [ 120.1575257, 30.4701304 ], [ 120.160686, 30.4706754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.160686, 30.4706754 ], [ 120.1606172, 30.4704094 ], [ 120.1605983, 30.4701815 ], [ 120.160589, 30.4700702 ], [ 120.1606051, 30.4684726 ], [ 120.1605912, 30.4676206 ], [ 120.1605767, 30.4673999 ], [ 120.1604579, 30.467213 ], [ 120.1602837, 30.467062 ], [ 120.1601082, 30.4669191 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1601082, 30.4669191 ], [ 120.1602837, 30.467062 ], [ 120.1604579, 30.467213 ], [ 120.1605767, 30.4673999 ], [ 120.1605912, 30.4676206 ], [ 120.1606051, 30.4684726 ], [ 120.160589, 30.4700702 ], [ 120.1605983, 30.4701815 ], [ 120.1606172, 30.4704094 ], [ 120.160686, 30.4706754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1348718, 30.4663875 ], [ 120.1343173, 30.468032 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1343173, 30.468032 ], [ 120.1348718, 30.4663875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "五福桥", "五福路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1385523, 30.4700772 ], [ 120.1386606, 30.4694332 ], [ 120.1387577, 30.4688444 ], [ 120.1390792, 30.4671944 ], [ 120.1391133, 30.4670193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "五福桥", "五福路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1391133, 30.4670193 ], [ 120.1390792, 30.4671944 ], [ 120.1387577, 30.4688444 ], [ 120.1386606, 30.4694332 ], [ 120.1385523, 30.4700772 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0905382, 30.4435649 ], [ 120.090605, 30.4434874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0896591, 30.4454756 ], [ 120.0898731, 30.4449863 ], [ 120.0905382, 30.4435649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0905382, 30.4435649 ], [ 120.0898731, 30.4449863 ], [ 120.0896591, 30.4454756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0883243, 30.4451672 ], [ 120.0880298, 30.4450695 ], [ 120.0865997, 30.4445849 ], [ 120.0863777, 30.4445012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864685, 30.4443373 ], [ 120.0872816, 30.4446346 ], [ 120.0882369, 30.444981 ], [ 120.0885872, 30.445108 ], [ 120.0896591, 30.4454756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0897552, 30.4456442 ], [ 120.0895627, 30.4455783 ], [ 120.0883243, 30.4451672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0897552, 30.4456442 ], [ 120.0896591, 30.4454756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0896591, 30.4454756 ], [ 120.0897552, 30.4456442 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.090605, 30.4434874 ], [ 120.091174, 30.443684 ], [ 120.092896, 30.4443266 ], [ 120.0944267, 30.4449152 ], [ 120.0954832, 30.4452938 ], [ 120.0979814, 30.446193 ], [ 120.0989611, 30.4465424 ], [ 120.0993076, 30.4466731 ], [ 120.1004411, 30.4470401 ], [ 120.1010778, 30.4472821 ], [ 120.102353, 30.447737 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ], "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1022996, 30.4478316 ], [ 120.1021583, 30.4477799 ], [ 120.1010317, 30.4473695 ], [ 120.1003973, 30.44714 ], [ 120.0993572, 30.4467705 ], [ 120.0987056, 30.4465467 ], [ 120.0977803, 30.446229 ], [ 120.0955763, 30.4454247 ], [ 120.0954807, 30.4453964 ], [ 120.0943939, 30.4449966 ], [ 120.0929012, 30.4444293 ], [ 120.0920356, 30.4440905 ], [ 120.0917548, 30.4439806 ], [ 120.0907087, 30.4436232 ], [ 120.0905905, 30.4435828 ], [ 120.0905382, 30.4435649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顿力南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1234692, 30.4579912 ], [ 120.1235057, 30.4577244 ], [ 120.1236825, 30.4564336 ], [ 120.1239327, 30.4545945 ], [ 120.1240636, 30.4541313 ], [ 120.1241958, 30.4536635 ], [ 120.1243982, 30.4532985 ], [ 120.124643, 30.4528572 ], [ 120.1248807, 30.4525514 ], [ 120.1250454, 30.4523393 ], [ 120.1252434, 30.4520846 ], [ 120.1253081, 30.4520014 ], [ 120.1253429, 30.4518688 ], [ 120.1252784, 30.4517404 ], [ 120.1248912, 30.4512013 ], [ 120.1248763, 30.4510001 ], [ 120.1254868, 30.4490275 ], [ 120.1254719, 30.4486338 ], [ 120.1255219, 30.4485371 ], [ 120.1255792, 30.4484265 ], [ 120.1256219, 30.448344 ], [ 120.1258939, 30.4478122 ], [ 120.1264845, 30.4469307 ], [ 120.127512, 30.4460535 ], [ 120.1277128, 30.4457747 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顿力南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1277128, 30.4457747 ], [ 120.127512, 30.4460535 ], [ 120.1264845, 30.4469307 ], [ 120.1258939, 30.4478122 ], [ 120.1256219, 30.448344 ], [ 120.1255792, 30.4484265 ], [ 120.1255219, 30.4485371 ], [ 120.1254719, 30.4486338 ], [ 120.1254868, 30.4490275 ], [ 120.1248763, 30.4510001 ], [ 120.1248912, 30.4512013 ], [ 120.1252784, 30.4517404 ], [ 120.1253429, 30.4518688 ], [ 120.1253081, 30.4520014 ], [ 120.1252434, 30.4520846 ], [ 120.1250454, 30.4523393 ], [ 120.1248807, 30.4525514 ], [ 120.124643, 30.4528572 ], [ 120.1243982, 30.4532985 ], [ 120.1241958, 30.4536635 ], [ 120.1240636, 30.4541313 ], [ 120.1239327, 30.4545945 ], [ 120.1236825, 30.4564336 ], [ 120.1235057, 30.4577244 ], [ 120.1234692, 30.4579912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顿力南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1234692, 30.4579912 ], [ 120.1234525, 30.4581139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顿力南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1234525, 30.4581139 ], [ 120.1234692, 30.4579912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1234692, 30.4579912 ], [ 120.1237668, 30.4581448 ], [ 120.1257408, 30.4591635 ], [ 120.1275018, 30.4600725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1274186, 30.4601459 ], [ 120.1234525, 30.4581139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顿力南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229832, 30.4609826 ], [ 120.1231677, 30.4601535 ], [ 120.1231845, 30.4600778 ], [ 120.1234525, 30.4581139 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顿力南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1234525, 30.4581139 ], [ 120.1231845, 30.4600778 ], [ 120.1231677, 30.4601535 ], [ 120.1229832, 30.4609826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1274186, 30.4601459 ], [ 120.1275018, 30.4600725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1275018, 30.4600725 ], [ 120.1274186, 30.4601459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "顿力路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085124, 30.4540773 ], [ 120.1085771, 30.4534484 ], [ 120.1086442, 30.4529626 ], [ 120.1088144, 30.4519318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "顿力路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1088144, 30.4519318 ], [ 120.1086442, 30.4529626 ], [ 120.1085771, 30.4534484 ], [ 120.1085124, 30.4540773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "顿力路", "顿力大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085124, 30.4540773 ], [ 120.1083153, 30.4547013 ], [ 120.1078886, 30.4559453 ], [ 120.1076905, 30.4564211 ], [ 120.1074274, 30.4568557 ], [ 120.1073623, 30.4569356 ], [ 120.1072346, 30.4570922 ], [ 120.1069016, 30.4575008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "顿力路", "顿力大桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069016, 30.4575008 ], [ 120.1072346, 30.4570922 ], [ 120.1073623, 30.4569356 ], [ 120.1074274, 30.4568557 ], [ 120.1076905, 30.4564211 ], [ 120.1078886, 30.4559453 ], [ 120.1083153, 30.4547013 ], [ 120.1085124, 30.4540773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069016, 30.4575008 ], [ 120.1056939, 30.4567043 ], [ 120.1054627, 30.4565518 ], [ 120.1051076, 30.4563176 ], [ 120.1044448, 30.4561641 ], [ 120.1033861, 30.456275 ], [ 120.1029992, 30.456319 ], [ 120.1026811, 30.4563551 ], [ 120.1024858, 30.4563773 ], [ 120.1017846, 30.4564595 ], [ 120.101065, 30.4565438 ], [ 120.1005422, 30.45667 ], [ 120.1003124, 30.4567255 ], [ 120.0997575, 30.4568595 ], [ 120.0994583, 30.4569317 ], [ 120.0991266, 30.4570084 ], [ 120.0988523, 30.4569418 ], [ 120.0986892, 30.4569022 ], [ 120.0981161, 30.456763 ], [ 120.0966117, 30.4564522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966117, 30.4564522 ], [ 120.0981161, 30.456763 ], [ 120.0986892, 30.4569022 ], [ 120.0988523, 30.4569418 ], [ 120.0991266, 30.4570084 ], [ 120.0994583, 30.4569317 ], [ 120.0997575, 30.4568595 ], [ 120.1003124, 30.4567255 ], [ 120.1005422, 30.45667 ], [ 120.101065, 30.4565438 ], [ 120.1017846, 30.4564595 ], [ 120.1024858, 30.4563773 ], [ 120.1026811, 30.4563551 ], [ 120.1029992, 30.456319 ], [ 120.1033861, 30.456275 ], [ 120.1044448, 30.4561641 ], [ 120.1051076, 30.4563176 ], [ 120.1054627, 30.4565518 ], [ 120.1056939, 30.4567043 ], [ 120.1069016, 30.4575008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1069016, 30.4575008 ], [ 120.1072166, 30.4577069 ], [ 120.1073502, 30.4577944 ], [ 120.1076689, 30.458003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1076689, 30.458003 ], [ 120.1073502, 30.4577944 ], [ 120.1072166, 30.4577069 ], [ 120.1069016, 30.4575008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1105035, 30.4581384 ], [ 120.1102476, 30.4583283 ], [ 120.1098305, 30.4586223 ], [ 120.1096263, 30.4587119 ], [ 120.1095198, 30.4587532 ], [ 120.1093384, 30.4588074 ], [ 120.1091901, 30.4588102 ], [ 120.10887, 30.4587441 ], [ 120.1085895, 30.4586189 ], [ 120.108056, 30.4582621 ], [ 120.1077345, 30.4580501 ], [ 120.1076689, 30.458003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1076689, 30.458003 ], [ 120.1077345, 30.4580501 ], [ 120.108056, 30.4582621 ], [ 120.1085895, 30.4586189 ], [ 120.10887, 30.4587441 ], [ 120.1091901, 30.4588102 ], [ 120.1093384, 30.4588074 ], [ 120.1095198, 30.4587532 ], [ 120.1096263, 30.4587119 ], [ 120.1098305, 30.4586223 ], [ 120.1102476, 30.4583283 ], [ 120.1105035, 30.4581384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "东西大道", "运溪路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1088294, 30.4518408 ], [ 120.109192, 30.4519491 ], [ 120.1108596, 30.4524558 ], [ 120.111149, 30.4525437 ], [ 120.1121857, 30.4528587 ], [ 120.1134701, 30.4532568 ], [ 120.1138911, 30.4534022 ], [ 120.1154344, 30.453975 ], [ 120.1154846, 30.4539983 ], [ 120.1171906, 30.4547909 ], [ 120.1184864, 30.4554462 ], [ 120.1202966, 30.4563615 ], [ 120.1233229, 30.4579157 ], [ 120.1234692, 30.4579912 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": [ "运溪路", "东西大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1234525, 30.4581139 ], [ 120.1229036, 30.4578345 ], [ 120.1218557, 30.4573012 ], [ 120.1191637, 30.455933 ], [ 120.118726, 30.455711 ], [ 120.1169191, 30.4547943 ], [ 120.1156332, 30.4541997 ], [ 120.1143106, 30.4536704 ], [ 120.113845, 30.4534933 ], [ 120.1134183, 30.4533353 ], [ 120.1131307, 30.4532431 ], [ 120.1117605, 30.4528031 ], [ 120.1114339, 30.4527258 ], [ 120.1112843, 30.452678 ], [ 120.1111331, 30.4526323 ], [ 120.1108436, 30.4525449 ], [ 120.1099845, 30.4522853 ], [ 120.1088144, 30.4519318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "中和路", "四号桥", "东旺路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1229832, 30.4609826 ], [ 120.1226333, 30.4609231 ], [ 120.1224464, 30.4608664 ], [ 120.1221778, 30.4607848 ], [ 120.1214495, 30.4605636 ], [ 120.1203496, 30.4602296 ], [ 120.1167722, 30.4591431 ], [ 120.1165227, 30.4590673 ], [ 120.1159385, 30.4588899 ], [ 120.1150771, 30.4586372 ], [ 120.1143694, 30.4584244 ], [ 120.1135319, 30.4581665 ], [ 120.1133002, 30.4581203 ], [ 120.1121204, 30.4577776 ], [ 120.1119107, 30.4576989 ], [ 120.1117251, 30.4576292 ], [ 120.1113531, 30.4574896 ], [ 120.1112066, 30.4573776 ], [ 120.111374, 30.4567156 ], [ 120.1114058, 30.4565526 ], [ 120.1115072, 30.4560726 ], [ 120.1112914, 30.455658 ], [ 120.1110175, 30.4553625 ], [ 120.1108983, 30.4552338 ], [ 120.1103069, 30.4545463 ], [ 120.1100633, 30.4544151 ], [ 120.1096621, 30.4542848 ], [ 120.1095658, 30.4542569 ], [ 120.1092716, 30.4541805 ], [ 120.1085124, 30.4540773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "中和路", "四号桥", "东旺路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1085124, 30.4540773 ], [ 120.1092716, 30.4541805 ], [ 120.1095658, 30.4542569 ], [ 120.1096621, 30.4542848 ], [ 120.1100633, 30.4544151 ], [ 120.1103069, 30.4545463 ], [ 120.1108983, 30.4552338 ], [ 120.1110175, 30.4553625 ], [ 120.1112914, 30.455658 ], [ 120.1115072, 30.4560726 ], [ 120.1114058, 30.4565526 ], [ 120.111374, 30.4567156 ], [ 120.1112066, 30.4573776 ], [ 120.1113531, 30.4574896 ], [ 120.1117251, 30.4576292 ], [ 120.1119107, 30.4576989 ], [ 120.1121204, 30.4577776 ], [ 120.1133002, 30.4581203 ], [ 120.1135319, 30.4581665 ], [ 120.1143694, 30.4584244 ], [ 120.1150771, 30.4586372 ], [ 120.1159385, 30.4588899 ], [ 120.1165227, 30.4590673 ], [ 120.1167722, 30.4591431 ], [ 120.1203496, 30.4602296 ], [ 120.1214495, 30.4605636 ], [ 120.1221778, 30.4607848 ], [ 120.1224464, 30.4608664 ], [ 120.1226333, 30.4609231 ], [ 120.1229832, 30.4609826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043825, 30.4610508 ], [ 120.104488, 30.4609519 ], [ 120.1045772, 30.4608683 ], [ 120.1055822, 30.4599262 ], [ 120.105902, 30.4596227 ], [ 120.106767, 30.4588017 ], [ 120.1076689, 30.458003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1076689, 30.458003 ], [ 120.106767, 30.4588017 ], [ 120.105902, 30.4596227 ], [ 120.1055822, 30.4599262 ], [ 120.1045772, 30.4608683 ], [ 120.104488, 30.4609519 ], [ 120.1043825, 30.4610508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0991157, 30.4634159 ], [ 120.0999865, 30.4630725 ], [ 120.1032569, 30.4618667 ], [ 120.1034977, 30.4617629 ], [ 120.104313, 30.461116 ], [ 120.1043825, 30.4610508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043825, 30.4610508 ], [ 120.104313, 30.461116 ], [ 120.1034977, 30.4617629 ], [ 120.1032569, 30.4618667 ], [ 120.0999865, 30.4630725 ], [ 120.0991157, 30.4634159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0991157, 30.4634159 ], [ 120.0994496, 30.4649745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994496, 30.4649745 ], [ 120.0991157, 30.4634159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.111834, 30.4692834 ], [ 120.110835, 30.4689925 ], [ 120.110773, 30.4688381 ], [ 120.110711, 30.4686006 ], [ 120.1104561, 30.4684581 ], [ 120.1104148, 30.4682383 ], [ 120.1099945, 30.4680543 ], [ 120.1094571, 30.4677336 ], [ 120.1092298, 30.4674961 ], [ 120.1093194, 30.4672051 ], [ 120.10934, 30.4667598 ], [ 120.1092849, 30.4666766 ], [ 120.1088922, 30.4665757 ], [ 120.1081029, 30.4660662 ], [ 120.1076285, 30.46576 ], [ 120.1074813, 30.4656649 ], [ 120.1073283, 30.4655662 ], [ 120.1068869, 30.4652808 ], [ 120.1068047, 30.4652277 ], [ 120.1066738, 30.4650555 ], [ 120.1066207, 30.4649636 ], [ 120.1062361, 30.4642982 ], [ 120.1058046, 30.4635516 ], [ 120.1057073, 30.4633768 ], [ 120.1056452, 30.4632653 ], [ 120.1053758, 30.4627811 ], [ 120.1052271, 30.4625139 ], [ 120.1048753, 30.4619045 ], [ 120.1043825, 30.4610508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1043825, 30.4610508 ], [ 120.1048753, 30.4619045 ], [ 120.1052271, 30.4625139 ], [ 120.1053758, 30.4627811 ], [ 120.1056452, 30.4632653 ], [ 120.1057073, 30.4633768 ], [ 120.1058046, 30.4635516 ], [ 120.1062361, 30.4642982 ], [ 120.1066207, 30.4649636 ], [ 120.1066738, 30.4650555 ], [ 120.1068047, 30.4652277 ], [ 120.1068869, 30.4652808 ], [ 120.1073283, 30.4655662 ], [ 120.1074813, 30.4656649 ], [ 120.1076285, 30.46576 ], [ 120.1081029, 30.4660662 ], [ 120.1088922, 30.4665757 ], [ 120.1092849, 30.4666766 ], [ 120.10934, 30.4667598 ], [ 120.1093194, 30.4672051 ], [ 120.1092298, 30.4674961 ], [ 120.1094571, 30.4677336 ], [ 120.1099945, 30.4680543 ], [ 120.1104148, 30.4682383 ], [ 120.1104561, 30.4684581 ], [ 120.110711, 30.4686006 ], [ 120.110773, 30.4688381 ], [ 120.110835, 30.4689925 ], [ 120.111834, 30.4692834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994496, 30.4649745 ], [ 120.0996067, 30.4657077 ], [ 120.0999324, 30.4671663 ], [ 120.0999865, 30.4672595 ], [ 120.1000555, 30.4672707 ], [ 120.1010266, 30.4671664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010266, 30.4671664 ], [ 120.1000555, 30.4672707 ], [ 120.0999865, 30.4672595 ], [ 120.0999324, 30.4671663 ], [ 120.0996067, 30.4657077 ], [ 120.0994496, 30.4649745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1268518, 30.4636117 ], [ 120.1257446, 30.4631771 ], [ 120.1256131, 30.4630542 ], [ 120.1255802, 30.4628842 ], [ 120.1257337, 30.4625818 ], [ 120.1263668, 30.4615917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1263668, 30.4615917 ], [ 120.1257337, 30.4625818 ], [ 120.1255802, 30.4628842 ], [ 120.1256131, 30.4630542 ], [ 120.1257446, 30.4631771 ], [ 120.1268518, 30.4636117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1196709, 30.4734481 ], [ 120.119982, 30.4725322 ], [ 120.1200353, 30.4723869 ], [ 120.1200787, 30.4722683 ], [ 120.1204501, 30.4712553 ], [ 120.1204801, 30.4711603 ], [ 120.1210794, 30.4695787 ], [ 120.1212174, 30.4692145 ], [ 120.1214533, 30.4685206 ], [ 120.1217664, 30.4675801 ], [ 120.1218132, 30.4674407 ], [ 120.1219611, 30.4670048 ], [ 120.1220505, 30.4667391 ], [ 120.1224999, 30.4656242 ], [ 120.1231796, 30.4646038 ], [ 120.1234865, 30.4640747 ], [ 120.1237516, 30.4635066 ], [ 120.1246756, 30.4617619 ], [ 120.1247535, 30.4616148 ], [ 120.1249078, 30.4613234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1249078, 30.4613234 ], [ 120.1247535, 30.4616148 ], [ 120.1246756, 30.4617619 ], [ 120.1237516, 30.4635066 ], [ 120.1234865, 30.4640747 ], [ 120.1231796, 30.4646038 ], [ 120.1224999, 30.4656242 ], [ 120.1220505, 30.4667391 ], [ 120.1219611, 30.4670048 ], [ 120.1218132, 30.4674407 ], [ 120.1217664, 30.4675801 ], [ 120.1214533, 30.4685206 ], [ 120.1212174, 30.4692145 ], [ 120.1210794, 30.4695787 ], [ 120.1204801, 30.4711603 ], [ 120.1204501, 30.4712553 ], [ 120.1200787, 30.4722683 ], [ 120.1200353, 30.4723869 ], [ 120.119982, 30.4725322 ], [ 120.1196709, 30.4734481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010266, 30.4671664 ], [ 120.1010835, 30.4671164 ], [ 120.1010588, 30.4668909 ], [ 120.1010958, 30.4668398 ], [ 120.1011476, 30.4668249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1011476, 30.4668249 ], [ 120.1010958, 30.4668398 ], [ 120.1010588, 30.4668909 ], [ 120.1010835, 30.4671164 ], [ 120.1010266, 30.4671664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1010266, 30.4671664 ], [ 120.1010398, 30.4673585 ], [ 120.1010185, 30.4674485 ], [ 120.1008964, 30.4676869 ], [ 120.1008759, 30.4677359 ], [ 120.1008688, 30.4677976 ], [ 120.1008296, 30.4681352 ], [ 120.1005887, 30.4685345 ], [ 120.1005794, 30.4696444 ], [ 120.1019506, 30.471417 ], [ 120.1025059, 30.4726643 ], [ 120.1028678, 30.4734771 ], [ 120.103108, 30.4740521 ], [ 120.1036601, 30.4753739 ], [ 120.1037016, 30.4754732 ], [ 120.1037989, 30.4757299 ], [ 120.1041749, 30.4767219 ], [ 120.1042229, 30.4768531 ], [ 120.1042936, 30.4770461 ], [ 120.1043441, 30.4771842 ], [ 120.1044899, 30.4775823 ], [ 120.1046951, 30.4781429 ], [ 120.104921, 30.478773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.104921, 30.478773 ], [ 120.1046951, 30.4781429 ], [ 120.1044899, 30.4775823 ], [ 120.1043441, 30.4771842 ], [ 120.1042936, 30.4770461 ], [ 120.1042229, 30.4768531 ], [ 120.1041749, 30.4767219 ], [ 120.1037989, 30.4757299 ], [ 120.1037016, 30.4754732 ], [ 120.1036601, 30.4753739 ], [ 120.103108, 30.4740521 ], [ 120.1028678, 30.4734771 ], [ 120.1025059, 30.4726643 ], [ 120.1019506, 30.471417 ], [ 120.1005794, 30.4696444 ], [ 120.1005887, 30.4685345 ], [ 120.1008296, 30.4681352 ], [ 120.1008688, 30.4677976 ], [ 120.1008759, 30.4677359 ], [ 120.1008964, 30.4676869 ], [ 120.1010185, 30.4674485 ], [ 120.1010398, 30.4673585 ], [ 120.1010266, 30.4671664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0872673, 30.4678877 ], [ 120.0872632, 30.4680431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0872632, 30.4680431 ], [ 120.0872673, 30.4678877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0952124, 30.4672781 ], [ 120.095447, 30.4682949 ], [ 120.0958824, 30.4702991 ], [ 120.0962377, 30.4718833 ], [ 120.0962743, 30.4720462 ], [ 120.0963121, 30.4722149 ], [ 120.0966328, 30.4736448 ], [ 120.0967601, 30.4742772 ], [ 120.0970674, 30.4758041 ], [ 120.0972196, 30.4765604 ], [ 120.0973424, 30.4771709 ], [ 120.097359, 30.4772534 ], [ 120.0973832, 30.4773735 ], [ 120.0976076, 30.4783117 ], [ 120.0978737, 30.4794485 ], [ 120.0978896, 30.4795307 ], [ 120.0979089, 30.4796304 ], [ 120.0979851, 30.4800234 ], [ 120.0979267, 30.4801051 ], [ 120.0977852, 30.4801381 ], [ 120.0972729, 30.4799731 ], [ 120.0966153, 30.4796981 ], [ 120.0961849, 30.4795237 ], [ 120.0957133, 30.4793326 ], [ 120.0956023, 30.4794175 ], [ 120.0955038, 30.4794928 ], [ 120.0952797, 30.4797621 ], [ 120.0952281, 30.4798236 ], [ 120.0952246, 30.4799684 ], [ 120.0955489, 30.4822439 ], [ 120.0955489, 30.4825233 ], [ 120.0954284, 30.4829704 ], [ 120.0950578, 30.4835053 ], [ 120.0949189, 30.484176 ], [ 120.0945483, 30.4849983 ], [ 120.0944093, 30.4850302 ], [ 120.0938371, 30.4850985 ], [ 120.0936098, 30.4851256 ], [ 120.0926028, 30.4852458 ], [ 120.0920562, 30.4852697 ], [ 120.0916763, 30.485158 ], [ 120.0908147, 30.4849344 ], [ 120.0905227, 30.4849151 ], [ 120.0901743, 30.484892 ], [ 120.0900921, 30.4848865 ], [ 120.089249, 30.4848306 ], [ 120.0889248, 30.4849823 ], [ 120.0884801, 30.4856689 ], [ 120.0883636, 30.4857881 ], [ 120.0881973, 30.4859707 ], [ 120.0880443, 30.486127 ], [ 120.0879613, 30.4862118 ], [ 120.0877112, 30.4865711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0877112, 30.4865711 ], [ 120.0879613, 30.4862118 ], [ 120.0880443, 30.486127 ], [ 120.0881973, 30.4859707 ], [ 120.0883636, 30.4857881 ], [ 120.0884801, 30.4856689 ], [ 120.0889248, 30.4849823 ], [ 120.089249, 30.4848306 ], [ 120.0900921, 30.4848865 ], [ 120.0901743, 30.484892 ], [ 120.0905227, 30.4849151 ], [ 120.0908147, 30.4849344 ], [ 120.0916763, 30.485158 ], [ 120.0920562, 30.4852697 ], [ 120.0926028, 30.4852458 ], [ 120.0936098, 30.4851256 ], [ 120.0938371, 30.4850985 ], [ 120.0944093, 30.4850302 ], [ 120.0945483, 30.4849983 ], [ 120.0949189, 30.484176 ], [ 120.0950578, 30.4835053 ], [ 120.0954284, 30.4829704 ], [ 120.0955489, 30.4825233 ], [ 120.0955489, 30.4822439 ], [ 120.0952246, 30.4799684 ], [ 120.0952281, 30.4798236 ], [ 120.0952797, 30.4797621 ], [ 120.0955038, 30.4794928 ], [ 120.0956023, 30.4794175 ], [ 120.0957133, 30.4793326 ], [ 120.0961849, 30.4795237 ], [ 120.0966153, 30.4796981 ], [ 120.0972729, 30.4799731 ], [ 120.0977852, 30.4801381 ], [ 120.0979267, 30.4801051 ], [ 120.0979851, 30.4800234 ], [ 120.0979089, 30.4796304 ], [ 120.0978896, 30.4795307 ], [ 120.0978737, 30.4794485 ], [ 120.0976076, 30.4783117 ], [ 120.0973832, 30.4773735 ], [ 120.097359, 30.4772534 ], [ 120.0973424, 30.4771709 ], [ 120.0972196, 30.4765604 ], [ 120.0970674, 30.4758041 ], [ 120.0967601, 30.4742772 ], [ 120.0966328, 30.4736448 ], [ 120.0963121, 30.4722149 ], [ 120.0962743, 30.4720462 ], [ 120.0962377, 30.4718833 ], [ 120.0958824, 30.4702991 ], [ 120.095447, 30.4682949 ], [ 120.0952124, 30.4672781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1726811, 30.4499737 ], [ 120.1720346, 30.449954 ], [ 120.1718849, 30.449954 ], [ 120.1717972, 30.449954 ], [ 120.1707547, 30.4500875 ], [ 120.1702076, 30.4501142 ], [ 120.1676088, 30.4500332 ], [ 120.1667806, 30.4500074 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719325, 30.468098 ], [ 120.1719103, 30.4682113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719103, 30.4682113 ], [ 120.1719325, 30.468098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719325, 30.468098 ], [ 120.1759491, 30.4688748 ], [ 120.17677, 30.4690382 ], [ 120.1776555, 30.4692313 ], [ 120.1783931, 30.4693519 ], [ 120.1789999, 30.4694123 ], [ 120.1796603, 30.4694137 ], [ 120.180457, 30.4693613 ], [ 120.1808817, 30.4693334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1808529, 30.4694877 ], [ 120.1802886, 30.4695209 ], [ 120.1799613, 30.4695401 ], [ 120.1798191, 30.4695435 ], [ 120.1794205, 30.4695529 ], [ 120.1788036, 30.4695165 ], [ 120.1782328, 30.469453 ], [ 120.1776275, 30.4693449 ], [ 120.1767365, 30.4691624 ], [ 120.1759154, 30.4689998 ], [ 120.1727758, 30.4683829 ], [ 120.1719103, 30.4682113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700825, 30.4734779 ], [ 120.1709731, 30.4719894 ], [ 120.1711757, 30.4718108 ], [ 120.1712448, 30.4707074 ], [ 120.1715507, 30.4695601 ], [ 120.1719103, 30.4682113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719103, 30.4682113 ], [ 120.1715507, 30.4695601 ], [ 120.1712448, 30.4707074 ], [ 120.1711757, 30.4718108 ], [ 120.1709731, 30.4719894 ], [ 120.1700825, 30.4734779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792585, 30.473378 ], [ 120.1790403, 30.4732154 ], [ 120.178882, 30.4731137 ], [ 120.1786658, 30.4729831 ], [ 120.1783452, 30.4728322 ], [ 120.1781136, 30.47274 ], [ 120.1778779, 30.4726565 ], [ 120.177552, 30.4725427 ], [ 120.1766537, 30.4722514 ], [ 120.1746832, 30.4715922 ], [ 120.1737532, 30.4712762 ], [ 120.1735753, 30.4712334 ], [ 120.1732363, 30.4711506 ], [ 120.1730407, 30.4710527 ], [ 120.173266, 30.4710885 ], [ 120.1736059, 30.4711638 ], [ 120.1737825, 30.4712199 ], [ 120.1747036, 30.4715338 ], [ 120.176607, 30.4721593 ], [ 120.1775132, 30.4724541 ], [ 120.177904, 30.4725879 ], [ 120.178239, 30.4727116 ], [ 120.1784427, 30.4727877 ], [ 120.178624, 30.4728779 ], [ 120.1790553, 30.4731341 ], [ 120.1792828, 30.4732964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700381, 30.4735477 ], [ 120.1700825, 30.4734779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月波路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700825, 30.4734779 ], [ 120.1700381, 30.4735477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1716101, 30.4572778 ], [ 120.1685574, 30.4571962 ], [ 120.1665255, 30.4571435 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1665255, 30.4571435 ], [ 120.1685574, 30.4571962 ], [ 120.1716101, 30.4572778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660148, 30.4669121 ], [ 120.1660469, 30.4667093 ], [ 120.1660852, 30.4657667 ], [ 120.1660993, 30.4654206 ], [ 120.1661529, 30.4644745 ], [ 120.1661536, 30.4641927 ], [ 120.1662018, 30.4620047 ], [ 120.1662109, 30.4615916 ], [ 120.1662729, 30.4602068 ], [ 120.1664098, 30.4571458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1665255, 30.4571435 ], [ 120.1664939, 30.457968 ], [ 120.1664523, 30.459056 ], [ 120.166408, 30.4602106 ], [ 120.1663854, 30.4607984 ], [ 120.1663393, 30.4619989 ], [ 120.1663316, 30.4621984 ], [ 120.1662621, 30.4642118 ], [ 120.166253, 30.4644755 ], [ 120.166226, 30.4652583 ], [ 120.1661554, 30.4665945 ], [ 120.1661482, 30.4667298 ], [ 120.166138, 30.4669388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1605381, 30.4659712 ], [ 120.1617563, 30.4661847 ], [ 120.1629899, 30.4663955 ], [ 120.1639915, 30.4665524 ], [ 120.1660148, 30.4669121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1659868, 30.4670318 ], [ 120.1649718, 30.466853 ], [ 120.1641623, 30.4667072 ], [ 120.1630576, 30.4665274 ], [ 120.1623816, 30.466417 ], [ 120.1614183, 30.4662462 ], [ 120.1605289, 30.466155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1660148, 30.4669121 ], [ 120.166138, 30.4669388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1659868, 30.4670318 ], [ 120.1660148, 30.4669121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "富塘路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.166138, 30.4669388 ], [ 120.1661353, 30.4670566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1661353, 30.4670566 ], [ 120.1659868, 30.4670318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.166138, 30.4669388 ], [ 120.1680514, 30.4673229 ], [ 120.170434, 30.4678013 ], [ 120.1719325, 30.468098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1719103, 30.4682113 ], [ 120.1700123, 30.467835 ], [ 120.169653, 30.4677638 ], [ 120.1686224, 30.4675595 ], [ 120.1661353, 30.4670566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "张家墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.160686, 30.4706754 ], [ 120.1610436, 30.470828 ], [ 120.1614013, 30.4709231 ], [ 120.1619015, 30.471056 ], [ 120.1630556, 30.4713544 ], [ 120.1644549, 30.4717007 ], [ 120.1669924, 30.4724231 ], [ 120.1685991, 30.4729232 ], [ 120.1700825, 30.4734779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "张家墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700381, 30.4735477 ], [ 120.1693205, 30.473264 ], [ 120.1692341, 30.4732303 ], [ 120.1685628, 30.4729688 ], [ 120.1669618, 30.4724846 ], [ 120.1645441, 30.4718078 ], [ 120.1644246, 30.4717731 ], [ 120.1643918, 30.4717636 ], [ 120.1629392, 30.4713928 ], [ 120.1619935, 30.4711492 ], [ 120.1610667, 30.470878 ], [ 120.160686, 30.4706754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792828, 30.4732964 ], [ 120.1795257, 30.4729197 ], [ 120.1796898, 30.4726579 ], [ 120.1798992, 30.4722111 ], [ 120.1801541, 30.4716592 ], [ 120.1804869, 30.4706606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1805968, 30.4707016 ], [ 120.1802606, 30.4716537 ], [ 120.1800839, 30.4720833 ], [ 120.1798094, 30.472625 ], [ 120.1796139, 30.4729848 ], [ 120.1793432, 30.4733868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838138, 30.4723247 ], [ 120.1838823, 30.4722368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838823, 30.4722368 ], [ 120.1838138, 30.4723247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792585, 30.473378 ], [ 120.1792828, 30.4732964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1792828, 30.4732964 ], [ 120.1793432, 30.4733868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1793432, 30.4733868 ], [ 120.1792585, 30.473378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821481, 30.4749781 ], [ 120.1824006, 30.4746365 ], [ 120.1825087, 30.4744629 ], [ 120.1827848, 30.4740196 ], [ 120.1834949, 30.4728794 ], [ 120.1838138, 30.4723247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838138, 30.4723247 ], [ 120.1834949, 30.4728794 ], [ 120.1827848, 30.4740196 ], [ 120.1825087, 30.4744629 ], [ 120.1824006, 30.4746365 ], [ 120.1821481, 30.4749781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1793432, 30.4733868 ], [ 120.1797457, 30.4735822 ], [ 120.1799562, 30.4736843 ], [ 120.1801065, 30.4737798 ], [ 120.1804076, 30.473976 ], [ 120.1812391, 30.474518 ], [ 120.1815368, 30.4746962 ], [ 120.1817675, 30.4748037 ], [ 120.1821481, 30.4749781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821481, 30.4749781 ], [ 120.1817675, 30.4748037 ], [ 120.1815368, 30.4746962 ], [ 120.1812391, 30.474518 ], [ 120.1804076, 30.473976 ], [ 120.1801065, 30.4737798 ], [ 120.1799562, 30.4736843 ], [ 120.1797457, 30.4735822 ], [ 120.1793432, 30.4733868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771956, 30.4762016 ], [ 120.1773293, 30.4757643 ], [ 120.1773995, 30.4755145 ], [ 120.1774781, 30.4753045 ], [ 120.177589, 30.4750897 ], [ 120.1778876, 30.4748027 ], [ 120.1786469, 30.4741339 ], [ 120.1788113, 30.4739723 ], [ 120.1789174, 30.4738318 ], [ 120.1792585, 30.473378 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1793432, 30.4733868 ], [ 120.1791458, 30.4736873 ], [ 120.1790129, 30.4738625 ], [ 120.1788611, 30.4740538 ], [ 120.1786743, 30.474224 ], [ 120.1779642, 30.4748609 ], [ 120.1776267, 30.4751729 ], [ 120.1775221, 30.4753818 ], [ 120.1774747, 30.4755281 ], [ 120.1773499, 30.4759964 ], [ 120.1772779, 30.4762851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821481, 30.4749781 ], [ 120.1823548, 30.4750168 ], [ 120.1828573, 30.4752057 ], [ 120.1831684, 30.4753287 ], [ 120.1834762, 30.47545 ], [ 120.183585, 30.4754929 ], [ 120.1837528, 30.4755834 ], [ 120.1840289, 30.4757324 ], [ 120.1846205, 30.4760849 ], [ 120.184728, 30.4761539 ], [ 120.1849761, 30.4763091 ], [ 120.1850918, 30.476381 ], [ 120.1853244, 30.4765667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853244, 30.4765667 ], [ 120.1850918, 30.476381 ], [ 120.1849761, 30.4763091 ], [ 120.184728, 30.4761539 ], [ 120.1846205, 30.4760849 ], [ 120.1840289, 30.4757324 ], [ 120.1837528, 30.4755834 ], [ 120.183585, 30.4754929 ], [ 120.1834762, 30.47545 ], [ 120.1831684, 30.4753287 ], [ 120.1828573, 30.4752057 ], [ 120.1823548, 30.4750168 ], [ 120.1821481, 30.4749781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1805899, 30.477415 ], [ 120.1812243, 30.4764472 ], [ 120.1814201, 30.4761514 ], [ 120.1817037, 30.47572 ], [ 120.1821481, 30.4749781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1821481, 30.4749781 ], [ 120.1817037, 30.47572 ], [ 120.1814201, 30.4761514 ], [ 120.1812243, 30.4764472 ], [ 120.1805899, 30.477415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "张家墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771956, 30.4762016 ], [ 120.1772779, 30.4762851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771507, 30.476309 ], [ 120.1771956, 30.4762016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1772779, 30.4762851 ], [ 120.1771507, 30.476309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "张家墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1700825, 30.4734779 ], [ 120.1710853, 30.4738757 ], [ 120.1731604, 30.474699 ], [ 120.1748015, 30.4753075 ], [ 120.1757117, 30.475645 ], [ 120.1767181, 30.4760182 ], [ 120.1770827, 30.4761587 ], [ 120.1771956, 30.4762016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "张家墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771507, 30.476309 ], [ 120.1770443, 30.4762702 ], [ 120.1766841, 30.4761285 ], [ 120.1750512, 30.4754952 ], [ 120.1747574, 30.4753813 ], [ 120.1746705, 30.4753476 ], [ 120.1731196, 30.4747695 ], [ 120.1700381, 30.4735477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1771507, 30.476309 ], [ 120.176689, 30.4769771 ], [ 120.1765062, 30.4772454 ], [ 120.1763355, 30.4775826 ], [ 120.1762369, 30.4778155 ], [ 120.176182, 30.4779657 ], [ 120.1761156, 30.478147 ], [ 120.1760135, 30.4784402 ], [ 120.1759883, 30.4785125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圆满路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1759883, 30.4785125 ], [ 120.1760135, 30.4784402 ], [ 120.1761156, 30.478147 ], [ 120.176182, 30.4779657 ], [ 120.1762369, 30.4778155 ], [ 120.1763355, 30.4775826 ], [ 120.1765062, 30.4772454 ], [ 120.176689, 30.4769771 ], [ 120.1771507, 30.476309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西小河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1805899, 30.477415 ], [ 120.1794649, 30.4771184 ], [ 120.1788604, 30.4769728 ], [ 120.1782504, 30.4768679 ], [ 120.1777757, 30.4767863 ], [ 120.1775251, 30.4767217 ], [ 120.1773747, 30.4766313 ], [ 120.1772726, 30.4764579 ], [ 120.1772779, 30.4762851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西小河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1772779, 30.4762851 ], [ 120.1772726, 30.4764579 ], [ 120.1773747, 30.4766313 ], [ 120.1775251, 30.4767217 ], [ 120.1777757, 30.4767863 ], [ 120.1782504, 30.4768679 ], [ 120.1788604, 30.4769728 ], [ 120.1794649, 30.4771184 ], [ 120.1805899, 30.477415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "圣堂漾路", "圣堂漾桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853244, 30.4765667 ], [ 120.1848081, 30.4769662 ], [ 120.1846439, 30.4770854 ], [ 120.1844378, 30.477235 ], [ 120.1835565, 30.4778747 ], [ 120.1831113, 30.4782156 ], [ 120.1829678, 30.47833 ], [ 120.1824842, 30.4787385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "圣堂漾路", "圣堂漾桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824842, 30.4787385 ], [ 120.1829678, 30.47833 ], [ 120.1831113, 30.4782156 ], [ 120.1835565, 30.4778747 ], [ 120.1844378, 30.477235 ], [ 120.1846439, 30.4770854 ], [ 120.1848081, 30.4769662 ], [ 120.1853244, 30.4765667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西小河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1805899, 30.477415 ], [ 120.1811024, 30.4775475 ], [ 120.1813567, 30.4776601 ], [ 120.1815408, 30.4777719 ], [ 120.181721, 30.4779492 ], [ 120.1818823, 30.4781301 ], [ 120.1823501, 30.478577 ], [ 120.1824842, 30.4787385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西小河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824842, 30.4787385 ], [ 120.1823501, 30.478577 ], [ 120.1818823, 30.4781301 ], [ 120.181721, 30.4779492 ], [ 120.1815408, 30.4777719 ], [ 120.1813567, 30.4776601 ], [ 120.1811024, 30.4775475 ], [ 120.1805899, 30.477415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1805899, 30.477415 ], [ 120.1802491, 30.4779988 ], [ 120.1801833, 30.4781114 ], [ 120.1800601, 30.4783224 ], [ 120.1797354, 30.478815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广济路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1797354, 30.478815 ], [ 120.1800601, 30.4783224 ], [ 120.1801833, 30.4781114 ], [ 120.1802491, 30.4779988 ], [ 120.1805899, 30.477415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圣堂漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1805556, 30.4809564 ], [ 120.1814338, 30.4799243 ], [ 120.1818371, 30.4794388 ], [ 120.1820384, 30.4792209 ], [ 120.1824842, 30.4787385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "圣堂漾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824842, 30.4787385 ], [ 120.1820384, 30.4792209 ], [ 120.1818371, 30.4794388 ], [ 120.1814338, 30.4799243 ], [ 120.1805556, 30.4809564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御碑路" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.1756136, 30.4808898 ], [ 120.1757927, 30.4809685 ], [ 120.1759103, 30.4810396 ], [ 120.1759941, 30.4811116 ], [ 120.1765335, 30.4816483 ], [ 120.176940816994147, 30.482053541290135 ] ], [ [ 120.177824239742165, 30.482749756722644 ], [ 120.1778947, 30.4827858 ], [ 120.1781805, 30.4829319 ], [ 120.1783736, 30.4830307 ], [ 120.178652, 30.483173 ], [ 120.1794026, 30.4835569 ], [ 120.1803986, 30.4842708 ], [ 120.1807989, 30.4844473 ], [ 120.1813481, 30.4846639 ], [ 120.1816087, 30.4848644 ], [ 120.1817686, 30.4851596 ], [ 120.1818042, 30.4852254 ], [ 120.1818228, 30.4855062 ], [ 120.1817763, 30.4857067 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "御碑路" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.1817763, 30.4857067 ], [ 120.1818228, 30.4855062 ], [ 120.1818042, 30.4852254 ], [ 120.1817686, 30.4851596 ], [ 120.1816087, 30.4848644 ], [ 120.1813481, 30.4846639 ], [ 120.1807989, 30.4844473 ], [ 120.1803986, 30.4842708 ], [ 120.1794026, 30.4835569 ], [ 120.178652, 30.483173 ], [ 120.1783736, 30.4830307 ], [ 120.1781805, 30.4829319 ], [ 120.1778947, 30.4827858 ], [ 120.177824239742165, 30.482749756722644 ] ], [ [ 120.176940816994147, 30.482053541290135 ], [ 120.1765335, 30.4816483 ], [ 120.1759941, 30.4811116 ], [ 120.1759103, 30.4810396 ], [ 120.1757927, 30.4809685 ], [ 120.1756136, 30.4808898 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里仁北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1817763, 30.4857067 ], [ 120.1822733, 30.4859211 ], [ 120.1824658, 30.4860042 ], [ 120.1830643, 30.4862735 ], [ 120.1836115, 30.4865324 ], [ 120.1846135, 30.4869676 ], [ 120.1852019, 30.4870352 ], [ 120.1856198, 30.4870237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "里仁北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1856198, 30.4870237 ], [ 120.1852019, 30.4870352 ], [ 120.1846135, 30.4869676 ], [ 120.1836115, 30.4865324 ], [ 120.1830643, 30.4862735 ], [ 120.1824658, 30.4860042 ], [ 120.1822733, 30.4859211 ], [ 120.1817763, 30.4857067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683191, 30.4399587 ], [ 120.0681555, 30.4399241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683184, 30.4398438 ], [ 120.0722429, 30.4406694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072238, 30.4407866 ], [ 120.0683191, 30.4399587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0722429, 30.4406694 ], [ 120.0724836, 30.4407216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.072238, 30.4407866 ], [ 120.0722429, 30.4406694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724836, 30.4407216 ], [ 120.0724804, 30.440842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724804, 30.440842 ], [ 120.072238, 30.4407866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724836, 30.4407216 ], [ 120.073391, 30.4409229 ], [ 120.0734601, 30.4409382 ], [ 120.0764466, 30.4416006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0763727, 30.4416949 ], [ 120.0734964, 30.4410646 ], [ 120.0734274, 30.4410495 ], [ 120.0724804, 30.440842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681498, 30.44388 ], [ 120.0681555, 30.4399241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683191, 30.4399587 ], [ 120.0683405, 30.443866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721313, 30.4438275 ], [ 120.0721982, 30.44194 ], [ 120.072217, 30.4413486 ], [ 120.072238, 30.4407866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724804, 30.440842 ], [ 120.0724769, 30.4414845 ], [ 120.0724608, 30.4420372 ], [ 120.0724036, 30.4438856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676362, 30.4434381 ], [ 120.0676118, 30.4435811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676118, 30.4435811 ], [ 120.0676362, 30.4434381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681498, 30.44388 ], [ 120.067602, 30.4437461 ], [ 120.0676118, 30.4435811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676118, 30.4435811 ], [ 120.067602, 30.4437461 ], [ 120.0681498, 30.44388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683405, 30.443866 ], [ 120.0710118, 30.4436974 ], [ 120.0721313, 30.4438275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721313, 30.4438275 ], [ 120.0710118, 30.4436974 ], [ 120.0683405, 30.443866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724036, 30.4438856 ], [ 120.0721313, 30.4438275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0871798, 30.4423946 ], [ 120.0872446, 30.4422579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0873625, 30.4422959 ], [ 120.0872943, 30.4424353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0872943, 30.4424353 ], [ 120.0871798, 30.4423946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0873625, 30.4422959 ], [ 120.0885019, 30.4427193 ], [ 120.0890589, 30.442949 ], [ 120.0896787, 30.4431679 ], [ 120.0904103, 30.4434339 ], [ 120.090605, 30.4434874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0905382, 30.4435649 ], [ 120.0897609, 30.443309 ], [ 120.088964, 30.4430268 ], [ 120.0879379, 30.4426626 ], [ 120.0875314, 30.4425184 ], [ 120.0872943, 30.4424353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.090867, 30.4431648 ], [ 120.0907627, 30.443295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0907627, 30.443295 ], [ 120.0907239, 30.4431793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0907627, 30.443295 ], [ 120.090605, 30.4434874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.090605, 30.4434874 ], [ 120.0907627, 30.443295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "葛墩路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.090605, 30.4434874 ], [ 120.0905382, 30.4435649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817615, 30.4427342 ], [ 120.0817456, 30.4428623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0758556, 30.444362 ], [ 120.0758755, 30.4437284 ], [ 120.0758947, 30.4431171 ], [ 120.0758994, 30.4429656 ], [ 120.0759097, 30.4426253 ], [ 120.0759508, 30.4422341 ], [ 120.0763727, 30.4416949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0863393, 30.4442929 ], [ 120.0864108, 30.4441359 ], [ 120.0871798, 30.4423946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0872943, 30.4424353 ], [ 120.0870585, 30.4429612 ], [ 120.0864685, 30.4443373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0849758, 30.4440108 ], [ 120.0837539, 30.4435539 ], [ 120.0817837, 30.4428913 ], [ 120.0817456, 30.4428623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817615, 30.4427342 ], [ 120.0830986, 30.4431847 ], [ 120.0850532, 30.4438836 ], [ 120.0852827, 30.4439566 ], [ 120.0863393, 30.4442929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817456, 30.4428623 ], [ 120.0817382, 30.4429218 ], [ 120.0816601, 30.4432013 ], [ 120.081504, 30.4436673 ], [ 120.0810859, 30.4450628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0810859, 30.4450628 ], [ 120.081504, 30.4436673 ], [ 120.0816601, 30.4432013 ], [ 120.0817382, 30.4429218 ], [ 120.0817456, 30.4428623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086262, 30.4444575 ], [ 120.0855308, 30.4442118 ], [ 120.0849758, 30.4440108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0863393, 30.4442929 ], [ 120.0864685, 30.4443373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0721313, 30.4438275 ], [ 120.0724036, 30.4438856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683405, 30.443866 ], [ 120.0681498, 30.44388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0681498, 30.44388 ], [ 120.0683405, 30.443866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724036, 30.4438856 ], [ 120.0735578, 30.4440308 ], [ 120.0758556, 30.444362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0758556, 30.444362 ], [ 120.0735578, 30.4440308 ], [ 120.0724036, 30.4438856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676112, 30.4458881 ], [ 120.0677294, 30.4456612 ], [ 120.0679884, 30.4449657 ], [ 120.0681498, 30.44388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683405, 30.443866 ], [ 120.0682333, 30.4441951 ], [ 120.0680856, 30.4449491 ], [ 120.0678338, 30.4456791 ], [ 120.0677287, 30.4459035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717703, 30.4464287 ], [ 120.0719344, 30.4455357 ], [ 120.0721313, 30.4438275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0724036, 30.4438856 ], [ 120.0722445, 30.4451473 ], [ 120.0720382, 30.4464924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676112, 30.4458881 ], [ 120.0677287, 30.4459035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.086262, 30.4444575 ], [ 120.0863393, 30.4442929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0864685, 30.4443373 ], [ 120.0863777, 30.4445012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0758556, 30.444362 ], [ 120.0765195, 30.4444845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765195, 30.4444845 ], [ 120.0758556, 30.444362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "和旺街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0863777, 30.4445012 ], [ 120.086262, 30.4444575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府中街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857464, 30.4455561 ], [ 120.0854665, 30.4454682 ], [ 120.0850857, 30.4452878 ], [ 120.0849355, 30.4450843 ], [ 120.0848004, 30.4448054 ], [ 120.0847316, 30.4446635 ], [ 120.0847584, 30.4445617 ], [ 120.0848979, 30.444201 ], [ 120.0849758, 30.4440108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府中街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0849758, 30.4440108 ], [ 120.0848979, 30.444201 ], [ 120.0847584, 30.4445617 ], [ 120.0847316, 30.4446635 ], [ 120.0848004, 30.4448054 ], [ 120.0849355, 30.4450843 ], [ 120.0850857, 30.4452878 ], [ 120.0854665, 30.4454682 ], [ 120.0857464, 30.4455561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857464, 30.4455561 ], [ 120.0859761, 30.4450717 ], [ 120.0862104, 30.4445845 ], [ 120.086262, 30.4444575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0863777, 30.4445012 ], [ 120.0862791, 30.4446641 ], [ 120.0858458, 30.4455874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765195, 30.4444845 ], [ 120.0770795, 30.4445878 ], [ 120.0771088, 30.4445941 ], [ 120.0773799, 30.4446525 ], [ 120.0776547, 30.4447737 ], [ 120.0777259, 30.4448051 ], [ 120.0784917, 30.4453092 ], [ 120.0789034, 30.4455879 ], [ 120.0795893, 30.4460565 ], [ 120.0802141, 30.4464853 ], [ 120.0803759, 30.4465712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803759, 30.4465712 ], [ 120.0802141, 30.4464853 ], [ 120.0795893, 30.4460565 ], [ 120.0789034, 30.4455879 ], [ 120.0784917, 30.4453092 ], [ 120.0777259, 30.4448051 ], [ 120.0776547, 30.4447737 ], [ 120.0773799, 30.4446525 ], [ 120.0771088, 30.4445941 ], [ 120.0770795, 30.4445878 ], [ 120.0765195, 30.4444845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府中街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857464, 30.4455561 ], [ 120.0858458, 30.4455874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府中街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0858458, 30.4455874 ], [ 120.0857464, 30.4455561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857073, 30.4456386 ], [ 120.0857464, 30.4455561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河滨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0810859, 30.4450628 ], [ 120.0822351, 30.4454176 ], [ 120.0832882, 30.4457732 ], [ 120.0842595, 30.4461011 ], [ 120.0849229, 30.4463239 ], [ 120.0852477, 30.4464215 ], [ 120.0854249, 30.4460437 ], [ 120.0855285, 30.4458463 ], [ 120.0856033, 30.4456783 ], [ 120.0857073, 30.4456386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河滨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0857073, 30.4456386 ], [ 120.0856033, 30.4456783 ], [ 120.0855285, 30.4458463 ], [ 120.0854249, 30.4460437 ], [ 120.0852477, 30.4464215 ], [ 120.0849229, 30.4463239 ], [ 120.0842595, 30.4461011 ], [ 120.0832882, 30.4457732 ], [ 120.0822351, 30.4454176 ], [ 120.0810859, 30.4450628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "獐山大桥", "獐山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803759, 30.4465712 ], [ 120.080411, 30.446504 ], [ 120.0806164, 30.4461104 ], [ 120.0809138, 30.4455009 ], [ 120.0810412, 30.4451804 ], [ 120.0810859, 30.4450628 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "獐山大桥", "獐山路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0810859, 30.4450628 ], [ 120.0810412, 30.4451804 ], [ 120.0809138, 30.4455009 ], [ 120.0806164, 30.4461104 ], [ 120.080411, 30.446504 ], [ 120.0803759, 30.4465712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府中街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0878054, 30.4462266 ], [ 120.0867325, 30.4458751 ], [ 120.0859815, 30.44563 ], [ 120.0858458, 30.4455874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府中街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0858458, 30.4455874 ], [ 120.0859815, 30.44563 ], [ 120.0867325, 30.4458751 ], [ 120.0878054, 30.4462266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0677287, 30.4459035 ], [ 120.0676112, 30.4458881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "粮站路", "临港路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720382, 30.4464924 ], [ 120.0738844, 30.4468995 ], [ 120.0755106, 30.4473918 ], [ 120.0765195, 30.4444845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "粮站路", "临港路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0765195, 30.4444845 ], [ 120.0755106, 30.4473918 ], [ 120.0738844, 30.4468995 ], [ 120.0720382, 30.4464924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0677287, 30.4459035 ], [ 120.0688229, 30.4460848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0688229, 30.4460848 ], [ 120.0677287, 30.4459035 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689234, 30.4460982 ], [ 120.0688229, 30.4460848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0688229, 30.4460848 ], [ 120.0689234, 30.4460982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689234, 30.4460982 ], [ 120.071435, 30.446369 ], [ 120.0717703, 30.4464287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717703, 30.4464287 ], [ 120.071435, 30.446369 ], [ 120.0689234, 30.4460982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720382, 30.4464924 ], [ 120.0717703, 30.4464287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "粮站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0717703, 30.4464287 ], [ 120.0720382, 30.4464924 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0673998, 30.4517274 ], [ 120.0682491, 30.4500713 ], [ 120.068399, 30.4497483 ], [ 120.0684964, 30.4494996 ], [ 120.0685826, 30.4492315 ], [ 120.0686762, 30.4488213 ], [ 120.0688673, 30.4475228 ], [ 120.0688805, 30.4468906 ], [ 120.0688229, 30.4460848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0689234, 30.4460982 ], [ 120.0689647, 30.4466216 ], [ 120.0690022, 30.4472902 ], [ 120.0689572, 30.4477812 ], [ 120.0687662, 30.4490442 ], [ 120.0686463, 30.4495125 ], [ 120.0684102, 30.450081 ], [ 120.0675466, 30.4517657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701027, 30.4524123 ], [ 120.0705915, 30.4513026 ], [ 120.0710768, 30.4496861 ], [ 120.0717703, 30.4464287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0720382, 30.4464924 ], [ 120.0716641, 30.448125 ], [ 120.0713244, 30.4497361 ], [ 120.0708438, 30.4512215 ], [ 120.0703489, 30.4524874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0673998, 30.4517274 ], [ 120.0675466, 30.4517657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0700086, 30.4526712 ], [ 120.0694359, 30.4524759 ], [ 120.0686054, 30.4522531 ], [ 120.0659753, 30.4515867 ], [ 120.0646157, 30.4512421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0675466, 30.4517657 ], [ 120.0697604, 30.4523432 ], [ 120.0701027, 30.4524123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701027, 30.4524123 ], [ 120.0703489, 30.4524874 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0700086, 30.4526712 ], [ 120.0701027, 30.4524123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0858458, 30.4455874 ], [ 120.0856519, 30.4460006 ], [ 120.0855152, 30.4463026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河滨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0855152, 30.4463026 ], [ 120.0871039, 30.4468307 ], [ 120.0875537, 30.4469582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河滨街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0875537, 30.4469582 ], [ 120.0871039, 30.4468307 ], [ 120.0855152, 30.4463026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815948, 30.4539187 ], [ 120.0819339, 30.4533634 ], [ 120.0823064, 30.4527534 ], [ 120.0826267, 30.4520467 ], [ 120.082835, 30.4516277 ], [ 120.082883, 30.4515312 ], [ 120.0835537, 30.450182 ], [ 120.0838672, 30.4495515 ], [ 120.0839552, 30.4493671 ], [ 120.0840112, 30.4492636 ], [ 120.0855552, 30.4459621 ], [ 120.0857073, 30.4456386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0784459, 30.4536041 ], [ 120.0785799, 30.4529911 ], [ 120.0788002, 30.4519831 ], [ 120.0789417, 30.4513354 ], [ 120.0789721, 30.451197 ], [ 120.0792916, 30.4497402 ], [ 120.0795203, 30.4486979 ], [ 120.079739, 30.4479302 ], [ 120.0798834, 30.4474295 ], [ 120.0799589, 30.4472979 ], [ 120.0803759, 30.4465712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0803759, 30.4465712 ], [ 120.0799589, 30.4472979 ], [ 120.0798834, 30.4474295 ], [ 120.079739, 30.4479302 ], [ 120.0795203, 30.4486979 ], [ 120.0792916, 30.4497402 ], [ 120.0789721, 30.451197 ], [ 120.0789417, 30.4513354 ], [ 120.0788002, 30.4519831 ], [ 120.0785799, 30.4529911 ], [ 120.0784459, 30.4536041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0855152, 30.4463026 ], [ 120.0841232, 30.4493016 ], [ 120.0840703, 30.4494117 ], [ 120.0836339, 30.4503905 ], [ 120.083563, 30.4505496 ], [ 120.0827964, 30.4520452 ], [ 120.0822503, 30.4531106 ], [ 120.0821817, 30.4532174 ], [ 120.082103, 30.4533401 ], [ 120.0818795, 30.4536885 ], [ 120.0817522, 30.4539423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735362, 30.4531102 ], [ 120.0740559, 30.4531634 ], [ 120.075687, 30.453377 ], [ 120.0763414, 30.4534358 ], [ 120.0784459, 30.4536041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0784018, 30.4537481 ], [ 120.0780632, 30.4537313 ], [ 120.0762963, 30.4535802 ], [ 120.0756633, 30.4535294 ], [ 120.073558, 30.453318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0784459, 30.4536041 ], [ 120.0784018, 30.4537481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0883243, 30.4451672 ], [ 120.0875537, 30.4469582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "滨雅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0875537, 30.4469582 ], [ 120.0883243, 30.4451672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "河滨街东", "葛墩路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0897552, 30.4456442 ], [ 120.0898359, 30.4457858 ], [ 120.0904807, 30.4469173 ], [ 120.0900851, 30.4479842 ], [ 120.0899873, 30.4479604 ], [ 120.0891719, 30.4477107 ], [ 120.088799, 30.4475916 ], [ 120.0881581, 30.447387 ], [ 120.0877289, 30.4472297 ], [ 120.0875572, 30.4471511 ], [ 120.0875537, 30.4469582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "河滨街东", "葛墩路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0875537, 30.4469582 ], [ 120.0875572, 30.4471511 ], [ 120.0877289, 30.4472297 ], [ 120.0881581, 30.447387 ], [ 120.088799, 30.4475916 ], [ 120.0891719, 30.4477107 ], [ 120.0899873, 30.4479604 ], [ 120.0900851, 30.4479842 ], [ 120.0904807, 30.4469173 ], [ 120.0898359, 30.4457858 ], [ 120.0897552, 30.4456442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0923151, 30.4505692 ], [ 120.0913752, 30.4506716 ], [ 120.090742, 30.4509872 ], [ 120.0902671, 30.451516 ], [ 120.0900395, 30.4517889 ], [ 120.0901088, 30.452113 ], [ 120.0907914, 30.4541343 ], [ 120.0907599, 30.4552585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0907599, 30.4552585 ], [ 120.0907914, 30.4541343 ], [ 120.0901088, 30.452113 ], [ 120.0900395, 30.4517889 ], [ 120.0902671, 30.451516 ], [ 120.090742, 30.4509872 ], [ 120.0913752, 30.4506716 ], [ 120.0923151, 30.4505692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0907599, 30.4552585 ], [ 120.09067, 30.4552335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.09067, 30.4552335 ], [ 120.0907599, 30.4552585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966117, 30.4564522 ], [ 120.0943927, 30.4559936 ], [ 120.0914246, 30.4554307 ], [ 120.091108, 30.4553283 ], [ 120.0907599, 30.4552585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0907599, 30.4552585 ], [ 120.091108, 30.4553283 ], [ 120.0914246, 30.4554307 ], [ 120.0943927, 30.4559936 ], [ 120.0966117, 30.4564522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0677287, 30.4459035 ], [ 120.0676585, 30.4460534 ], [ 120.0670895, 30.4469827 ], [ 120.0665331, 30.447906 ], [ 120.0647449, 30.4510349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645291, 30.450981 ], [ 120.0647449, 30.4510349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0644036, 30.4511856 ], [ 120.0644454, 30.4511218 ], [ 120.0645291, 30.450981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647449, 30.4510349 ], [ 120.0646157, 30.4512421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646157, 30.4512421 ], [ 120.0644036, 30.4511856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0647449, 30.4510349 ], [ 120.0673998, 30.4517274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060491, 30.4573574 ], [ 120.0606555, 30.4570896 ], [ 120.0621326, 30.4546816 ], [ 120.0634058, 30.4527061 ], [ 120.0644036, 30.4511856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0646157, 30.4512421 ], [ 120.0642579, 30.4518165 ], [ 120.0635712, 30.4527722 ], [ 120.0622673, 30.4547493 ], [ 120.0608036, 30.4571358 ], [ 120.0606518, 30.4574112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.060491, 30.4573574 ], [ 120.0606518, 30.4574112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0604103, 30.4574794 ], [ 120.060491, 30.4573574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0703489, 30.4524874 ], [ 120.0701967, 30.4527501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701967, 30.4527501 ], [ 120.0700086, 30.4526712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0703489, 30.4524874 ], [ 120.0708659, 30.4526181 ], [ 120.0721364, 30.4529168 ], [ 120.0730824, 30.4530638 ], [ 120.0731783, 30.4530736 ], [ 120.0735362, 30.4531102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734176, 30.4533084 ], [ 120.0724444, 30.4531824 ], [ 120.0716579, 30.4530259 ], [ 120.0713719, 30.4529927 ], [ 120.0704204, 30.4527936 ], [ 120.0701967, 30.4527501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0734176, 30.4533084 ], [ 120.0735362, 30.4531102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0735362, 30.4531102 ], [ 120.073558, 30.453318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.073558, 30.453318 ], [ 120.0734176, 30.4533084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692775, 30.4546214 ], [ 120.0700086, 30.4526712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0701967, 30.4527501 ], [ 120.0694058, 30.4546683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0727138, 30.4554841 ], [ 120.0734176, 30.4533084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0784018, 30.4537481 ], [ 120.0784459, 30.4536041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0784459, 30.4536041 ], [ 120.0800842, 30.4537443 ], [ 120.0811866, 30.4538519 ], [ 120.0815948, 30.4539187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815361, 30.4540679 ], [ 120.0805883, 30.4539361 ], [ 120.0801143, 30.4538758 ], [ 120.0784018, 30.4537481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815948, 30.4539187 ], [ 120.0817522, 30.4539423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0815361, 30.4540679 ], [ 120.0815948, 30.4539187 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁河大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817522, 30.4539423 ], [ 120.0816836, 30.4540873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "启航路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0817522, 30.4539423 ], [ 120.0824554, 30.4541999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0816836, 30.4540873 ], [ 120.0815361, 30.4540679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0824554, 30.4541999 ], [ 120.0816836, 30.4540873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0824554, 30.4541999 ], [ 120.084598, 30.4543496 ], [ 120.0851803, 30.4544552 ], [ 120.086661, 30.4545861 ], [ 120.0886034, 30.4548141 ], [ 120.0906136, 30.4552178 ], [ 120.09067, 30.4552335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.073558, 30.453318 ], [ 120.0728694, 30.4555278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0690025, 30.4545607 ], [ 120.0692775, 30.4546214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692775, 30.4546214 ], [ 120.0690025, 30.4545607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0692775, 30.4546214 ], [ 120.0694058, 30.4546683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0694058, 30.4546683 ], [ 120.0692775, 30.4546214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0727138, 30.4554841 ], [ 120.0709879, 30.4550836 ], [ 120.0694058, 30.4546683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0694058, 30.4546683 ], [ 120.0709879, 30.4550836 ], [ 120.0727138, 30.4554841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728694, 30.4555278 ], [ 120.0727138, 30.4554841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0727138, 30.4554841 ], [ 120.0728694, 30.4555278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0749668, 30.4560095 ], [ 120.0732015, 30.4555909 ], [ 120.0728694, 30.4555278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "燕湾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728694, 30.4555278 ], [ 120.0732015, 30.4555909 ], [ 120.0749668, 30.4560095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0673422, 30.4592903 ], [ 120.0679228, 30.4577926 ], [ 120.0692775, 30.4546214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0694058, 30.4546683 ], [ 120.0680135, 30.45819 ], [ 120.0676211, 30.459316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0713613, 30.4603431 ], [ 120.0721069, 30.4575297 ], [ 120.0727138, 30.4554841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0728694, 30.4555278 ], [ 120.0724789, 30.456693 ], [ 120.0714846, 30.4603847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0673422, 30.4592903 ], [ 120.0676211, 30.459316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0672728, 30.4595255 ], [ 120.0673422, 30.4592903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676211, 30.459316 ], [ 120.0675206, 30.4595431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0675206, 30.4595431 ], [ 120.0672728, 30.4595255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0676211, 30.459316 ], [ 120.0713613, 30.4603431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0606518, 30.4574112 ], [ 120.0605696, 30.4575368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605696, 30.4575368 ], [ 120.0604103, 30.4574794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0606518, 30.4574112 ], [ 120.0637515, 30.4583357 ], [ 120.0645747, 30.4585384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06454, 30.4587046 ], [ 120.0637202, 30.4584665 ], [ 120.0605696, 30.4575368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645747, 30.4585384 ], [ 120.06454, 30.4587046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06454, 30.4587046 ], [ 120.0645747, 30.4585384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0591556, 30.4601275 ], [ 120.0592036, 30.459897 ], [ 120.0594157, 30.4593352 ], [ 120.0596997, 30.4587978 ], [ 120.0604103, 30.4574794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0605696, 30.4575368 ], [ 120.0602262, 30.4581355 ], [ 120.0597212, 30.4591074 ], [ 120.0595587, 30.4594363 ], [ 120.0593767, 30.4599108 ], [ 120.0593268, 30.4601508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0645747, 30.4585384 ], [ 120.0673422, 30.4592903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0672728, 30.4595255 ], [ 120.06454, 30.4587046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0635657, 30.4611034 ], [ 120.063765, 30.4604939 ], [ 120.0643628, 30.4591804 ], [ 120.06454, 30.4587046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06454, 30.4587046 ], [ 120.0643628, 30.4591804 ], [ 120.063765, 30.4604939 ], [ 120.0635657, 30.4611034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0591556, 30.4601275 ], [ 120.0593268, 30.4601508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593268, 30.4601508 ], [ 120.0591556, 30.4601275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593268, 30.4601508 ], [ 120.0629144, 30.4608924 ], [ 120.0635657, 30.4611034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0635657, 30.4611034 ], [ 120.0629144, 30.4608924 ], [ 120.0593268, 30.4601508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588845, 30.4626259 ], [ 120.0589259, 30.4620311 ], [ 120.0590763, 30.4605086 ], [ 120.0591556, 30.4601275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0593268, 30.4601508 ], [ 120.0592546, 30.4604982 ], [ 120.059208, 30.4608598 ], [ 120.0591059, 30.4620193 ], [ 120.0590452, 30.462683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0635657, 30.4611034 ], [ 120.0664527, 30.4618048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664527, 30.4618048 ], [ 120.0635657, 30.4611034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0713088, 30.4604569 ], [ 120.0675206, 30.4595431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0713613, 30.4603431 ], [ 120.0714846, 30.4603847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0713088, 30.4604569 ], [ 120.0713613, 30.4603431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0714846, 30.4603847 ], [ 120.0714676, 30.4605058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0714676, 30.4605058 ], [ 120.0713088, 30.4604569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664527, 30.4618048 ], [ 120.0670302, 30.460213 ], [ 120.0672728, 30.4595255 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0675206, 30.4595431 ], [ 120.0671935, 30.4603734 ], [ 120.0666336, 30.4618419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0714846, 30.4603847 ], [ 120.072968, 30.4608411 ], [ 120.0739537, 30.4611272 ], [ 120.0744663, 30.4611668 ], [ 120.0758614, 30.4611484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0758212, 30.4612504 ], [ 120.0743405, 30.4612362 ], [ 120.0739058, 30.4611954 ], [ 120.0729342, 30.4608994 ], [ 120.0724126, 30.4607375 ], [ 120.0714676, 30.4605058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704123, 30.4627508 ], [ 120.0709768, 30.4614885 ], [ 120.0713088, 30.4604569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0966117, 30.4564522 ], [ 120.0909352, 30.4587043 ], [ 120.0890545, 30.4594231 ], [ 120.0888414, 30.459463 ], [ 120.088545, 30.459463 ], [ 120.0877389, 30.4593911 ], [ 120.0874425, 30.4592953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0874425, 30.4592953 ], [ 120.0877389, 30.4593911 ], [ 120.088545, 30.459463 ], [ 120.0888414, 30.459463 ], [ 120.0890545, 30.4594231 ], [ 120.0909352, 30.4587043 ], [ 120.0966117, 30.4564522 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0973091, 30.4595349 ], [ 120.0987636, 30.4617389 ], [ 120.0991157, 30.4634159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0991157, 30.4634159 ], [ 120.0987636, 30.4617389 ], [ 120.0973091, 30.4595349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0872673, 30.4678877 ], [ 120.0872596, 30.467348 ], [ 120.087231, 30.4663539 ], [ 120.0871541, 30.4652226 ], [ 120.087138, 30.4647941 ], [ 120.0871023, 30.4645506 ], [ 120.0870701, 30.4644936 ], [ 120.0870021, 30.4644366 ], [ 120.086784, 30.4642932 ], [ 120.0866838, 30.4642023 ], [ 120.0865926, 30.4640682 ], [ 120.0864871, 30.4638956 ], [ 120.0864567, 30.4638185 ], [ 120.0863101, 30.4630217 ], [ 120.0860812, 30.4619844 ], [ 120.0860437, 30.4618441 ], [ 120.0859936, 30.4617609 ], [ 120.0857004, 30.4614896 ], [ 120.0850352, 30.4609301 ], [ 120.0844826, 30.4604507 ], [ 120.0842877, 30.4602504 ], [ 120.0843664, 30.460198 ], [ 120.0845023, 30.4600777 ], [ 120.0846418, 30.4599097 ], [ 120.0847705, 30.4597109 ], [ 120.084817, 30.4595984 ], [ 120.0848939, 30.4593934 ], [ 120.0848993, 30.4592993 ], [ 120.0848438, 30.4590466 ], [ 120.0847044, 30.4585595 ], [ 120.084665, 30.4584423 ], [ 120.0845381, 30.4582096 ], [ 120.0845113, 30.4581356 ], [ 120.0845095, 30.4580632 ], [ 120.0845363, 30.4579815 ], [ 120.0846042, 30.4578767 ], [ 120.085357, 30.4570459 ], [ 120.085425, 30.456995 ], [ 120.086818, 30.4566281 ], [ 120.0869771, 30.456605 ], [ 120.0879177, 30.4565572 ], [ 120.0880035, 30.4565264 ], [ 120.0894555, 30.4559175 ], [ 120.09043, 30.4555307 ], [ 120.0905963, 30.455449 ], [ 120.0906481, 30.4553842 ], [ 120.09067, 30.4552335 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.09067, 30.4552335 ], [ 120.0906481, 30.4553842 ], [ 120.0905963, 30.455449 ], [ 120.09043, 30.4555307 ], [ 120.0894555, 30.4559175 ], [ 120.0880035, 30.4565264 ], [ 120.0879177, 30.4565572 ], [ 120.0869771, 30.456605 ], [ 120.086818, 30.4566281 ], [ 120.085425, 30.456995 ], [ 120.085357, 30.4570459 ], [ 120.0846042, 30.4578767 ], [ 120.0845363, 30.4579815 ], [ 120.0845095, 30.4580632 ], [ 120.0845113, 30.4581356 ], [ 120.0845381, 30.4582096 ], [ 120.084665, 30.4584423 ], [ 120.0847044, 30.4585595 ], [ 120.0848438, 30.4590466 ], [ 120.0848993, 30.4592993 ], [ 120.0848939, 30.4593934 ], [ 120.084817, 30.4595984 ], [ 120.0847705, 30.4597109 ], [ 120.0846418, 30.4599097 ], [ 120.0845023, 30.4600777 ], [ 120.0843664, 30.460198 ], [ 120.0842877, 30.4602504 ], [ 120.0844826, 30.4604507 ], [ 120.0850352, 30.4609301 ], [ 120.0857004, 30.4614896 ], [ 120.0859936, 30.4617609 ], [ 120.0860437, 30.4618441 ], [ 120.0860812, 30.4619844 ], [ 120.0863101, 30.4630217 ], [ 120.0864567, 30.4638185 ], [ 120.0864871, 30.4638956 ], [ 120.0865926, 30.4640682 ], [ 120.0866838, 30.4642023 ], [ 120.086784, 30.4642932 ], [ 120.0870021, 30.4644366 ], [ 120.0870701, 30.4644936 ], [ 120.0871023, 30.4645506 ], [ 120.087138, 30.4647941 ], [ 120.0871541, 30.4652226 ], [ 120.087231, 30.4663539 ], [ 120.0872596, 30.467348 ], [ 120.0872673, 30.4678877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0952124, 30.4672781 ], [ 120.0951227, 30.4668895 ], [ 120.0950518, 30.4666451 ], [ 120.0949972, 30.4664569 ], [ 120.0949189, 30.4661868 ], [ 120.0950578, 30.4657955 ], [ 120.0951875, 30.4657476 ], [ 120.0989762, 30.4650604 ], [ 120.0991838, 30.4650227 ], [ 120.0994496, 30.4649745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0994496, 30.4649745 ], [ 120.0991838, 30.4650227 ], [ 120.0989762, 30.4650604 ], [ 120.0951875, 30.4657476 ], [ 120.0950578, 30.4657955 ], [ 120.0949189, 30.4661868 ], [ 120.0949972, 30.4664569 ], [ 120.0950518, 30.4666451 ], [ 120.0951227, 30.4668895 ], [ 120.0952124, 30.4672781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0952124, 30.4672781 ], [ 120.0931494, 30.4674086 ], [ 120.0921766, 30.4675842 ], [ 120.0907036, 30.4678797 ], [ 120.0902311, 30.4679116 ], [ 120.0872673, 30.4678877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0872673, 30.4678877 ], [ 120.0902311, 30.4679116 ], [ 120.0907036, 30.4678797 ], [ 120.0921766, 30.4675842 ], [ 120.0931494, 30.4674086 ], [ 120.0952124, 30.4672781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666336, 30.4618419 ], [ 120.0664527, 30.4618048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0628073, 30.4635595 ], [ 120.0631851, 30.4623994 ], [ 120.0635657, 30.4611034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0635657, 30.4611034 ], [ 120.0631851, 30.4623994 ], [ 120.0628073, 30.4635595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588845, 30.4626259 ], [ 120.0590452, 30.462683 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588751, 30.4627613 ], [ 120.0588845, 30.4626259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0590452, 30.462683 ], [ 120.0590339, 30.4628073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0590339, 30.4628073 ], [ 120.0588751, 30.4627613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0588565, 30.4630283 ], [ 120.0588751, 30.4627613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "仁康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0590339, 30.4628073 ], [ 120.0590127, 30.4630391 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0655622, 30.4642338 ], [ 120.0658096, 30.4633466 ], [ 120.0664527, 30.4618048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666336, 30.4618419 ], [ 120.0659494, 30.4633632 ], [ 120.06573, 30.4642579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0590452, 30.462683 ], [ 120.0628073, 30.4635595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062837, 30.463696 ], [ 120.0590339, 30.4628073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062837, 30.463696 ], [ 120.0628073, 30.4635595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0628073, 30.4635595 ], [ 120.062837, 30.463696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0628073, 30.4635595 ], [ 120.0655622, 30.4642338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.065527, 30.4643268 ], [ 120.064954, 30.4641642 ], [ 120.062837, 30.463696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0655622, 30.4642338 ], [ 120.06573, 30.4642579 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.065527, 30.4643268 ], [ 120.0655622, 30.4642338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06573, 30.4642579 ], [ 120.0656662, 30.464353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0714676, 30.4605058 ], [ 120.0710922, 30.4615046 ], [ 120.0704646, 30.4627616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0664527, 30.4618048 ], [ 120.0666336, 30.4618419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0666336, 30.4618419 ], [ 120.0672185, 30.4619656 ], [ 120.0704123, 30.4627508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704123, 30.4627508 ], [ 120.0672185, 30.4619656 ], [ 120.0666336, 30.4618419 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704646, 30.4627616 ], [ 120.0704123, 30.4627508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704123, 30.4627508 ], [ 120.0704646, 30.4627616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.06573, 30.4642579 ], [ 120.0668617, 30.4645978 ], [ 120.0679132, 30.4648413 ], [ 120.0683904, 30.4648582 ], [ 120.0687915, 30.4648024 ], [ 120.0691916, 30.4646635 ], [ 120.0694957, 30.4644907 ], [ 120.0697504, 30.4642858 ], [ 120.0700739, 30.4638771 ], [ 120.070333, 30.4630934 ], [ 120.0704123, 30.4627508 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0704646, 30.4627616 ], [ 120.0703655, 30.4631553 ], [ 120.0701209, 30.463892 ], [ 120.0697897, 30.4643321 ], [ 120.069497, 30.4645472 ], [ 120.0691987, 30.4647162 ], [ 120.0688087, 30.4648477 ], [ 120.0683953, 30.4649084 ], [ 120.0679134, 30.4648975 ], [ 120.0668569, 30.4646502 ], [ 120.0656662, 30.464353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660198, 30.46797 ], [ 120.0691774, 30.4679909 ], [ 120.069633, 30.4679701 ], [ 120.0699933, 30.4679141 ], [ 120.0703657, 30.4678184 ], [ 120.0706979, 30.4676802 ], [ 120.0710887, 30.4674693 ], [ 120.0719216, 30.4668743 ], [ 120.072527, 30.4664447 ], [ 120.0737166, 30.4655514 ], [ 120.074018, 30.4652669 ], [ 120.0742214, 30.4650278 ], [ 120.0743982, 30.464772 ], [ 120.0745275, 30.464507 ], [ 120.0749242, 30.4634624 ], [ 120.0758212, 30.4612504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759318, 30.4612248 ], [ 120.0750144, 30.4634394 ], [ 120.074597, 30.4645352 ], [ 120.0743691, 30.4649489 ], [ 120.0741741, 30.4652063 ], [ 120.0739142, 30.4654652 ], [ 120.0726356, 30.4664567 ], [ 120.0720377, 30.4668922 ], [ 120.0710975, 30.467549 ], [ 120.0707098, 30.4677608 ], [ 120.0703749, 30.4678922 ], [ 120.0700077, 30.4679867 ], [ 120.0696816, 30.468043 ], [ 120.069294, 30.4680635 ], [ 120.0660239, 30.4680646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0656662, 30.464353 ], [ 120.065527, 30.4643268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.062837, 30.463696 ], [ 120.0627933, 30.4653724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0627933, 30.4653724 ], [ 120.062837, 30.463696 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658879, 30.4679797 ], [ 120.0656262, 30.4662562 ], [ 120.0655427, 30.4655804 ], [ 120.0654713, 30.4646523 ], [ 120.065527, 30.4643268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0656662, 30.464353 ], [ 120.0656404, 30.4648127 ], [ 120.065729, 30.4655951 ], [ 120.0658205, 30.4662612 ], [ 120.0660198, 30.46797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063209, 30.4687481 ], [ 120.0629719, 30.4678072 ], [ 120.0628495, 30.4661606 ], [ 120.0628316, 30.4658825 ], [ 120.0628075, 30.4655473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0628075, 30.4655473 ], [ 120.0628316, 30.4658825 ], [ 120.0628495, 30.4661606 ], [ 120.0629719, 30.4678072 ], [ 120.063209, 30.4687481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658879, 30.4679797 ], [ 120.0660198, 30.46797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660198, 30.46797 ], [ 120.0660239, 30.4680646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "仁良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658993, 30.4680823 ], [ 120.0658879, 30.4679797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0660239, 30.4680646 ], [ 120.0658993, 30.4680823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.063209, 30.4687481 ], [ 120.0658879, 30.4679797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658993, 30.4680823 ], [ 120.0628854, 30.46898 ], [ 120.0612752, 30.4694185 ], [ 120.0609296, 30.4694963 ], [ 120.0605685, 30.4695151 ], [ 120.0586382, 30.4694694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0586382, 30.4693057 ], [ 120.0603786, 30.4693728 ], [ 120.0608176, 30.4693648 ], [ 120.0611921, 30.4693011 ], [ 120.063209, 30.4687481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良塘线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.09067, 30.4552335 ], [ 120.0906136, 30.4552178 ], [ 120.0886034, 30.4548141 ], [ 120.086661, 30.4545861 ], [ 120.0851803, 30.4544552 ], [ 120.084598, 30.4543496 ], [ 120.0824554, 30.4541999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0758614, 30.4611484 ], [ 120.0764457, 30.4596856 ], [ 120.076512, 30.4595197 ], [ 120.0765885, 30.4591281 ], [ 120.0767654, 30.4587324 ], [ 120.0768944, 30.4584949 ], [ 120.0769424, 30.4584068 ], [ 120.0776166, 30.456622 ], [ 120.0777887, 30.4560284 ], [ 120.0779113, 30.4555528 ], [ 120.0780661, 30.4549525 ], [ 120.0782017, 30.4542953 ], [ 120.0782574, 30.4540251 ], [ 120.0784018, 30.4537481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0784018, 30.4537481 ], [ 120.0783673, 30.4540869 ], [ 120.078346, 30.4541754 ], [ 120.078055, 30.4553841 ], [ 120.0779991, 30.4556162 ], [ 120.0777648, 30.456453 ], [ 120.0774588, 30.4573763 ], [ 120.0770762, 30.4583408 ], [ 120.0770047, 30.4585309 ], [ 120.0767272, 30.4592682 ], [ 120.076543, 30.4597211 ], [ 120.0763685, 30.4601503 ], [ 120.0759318, 30.4612248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0758614, 30.4611484 ], [ 120.0759318, 30.4612248 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0758212, 30.4612504 ], [ 120.0758614, 30.4611484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759318, 30.4612248 ], [ 120.0758212, 30.4612504 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0829597, 30.4841165 ], [ 120.0831194, 30.4821038 ], [ 120.0831319, 30.481921 ], [ 120.0830727, 30.4813038 ], [ 120.082923, 30.4805593 ], [ 120.0828784, 30.4803376 ], [ 120.0825084, 30.478498 ], [ 120.0823927, 30.4778925 ], [ 120.0823792, 30.4778222 ], [ 120.0815989, 30.4737572 ], [ 120.0815253, 30.4736366 ], [ 120.0814537, 30.4735632 ], [ 120.0808653, 30.4730629 ], [ 120.0807517, 30.472906 ], [ 120.0806777, 30.4726191 ], [ 120.0805868, 30.4724019 ], [ 120.0804288, 30.4722803 ], [ 120.0799298, 30.4720658 ], [ 120.0797517, 30.4719892 ], [ 120.0796548, 30.4719476 ], [ 120.0785327, 30.4716873 ], [ 120.0784092, 30.4691593 ], [ 120.0782442, 30.4671339 ], [ 120.0782424, 30.4670501 ], [ 120.0782406, 30.4669669 ], [ 120.0782394, 30.4669107 ], [ 120.0780655, 30.4651392 ], [ 120.0779757, 30.4640966 ], [ 120.0778727, 30.4631251 ], [ 120.0777809, 30.4626805 ], [ 120.0776229, 30.4622918 ], [ 120.0774978, 30.4621686 ], [ 120.0769248, 30.4617014 ], [ 120.0767742, 30.4616226 ], [ 120.0765935, 30.46153 ], [ 120.0763022, 30.4613808 ], [ 120.076047, 30.4612869 ], [ 120.0759318, 30.4612248 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "獐山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0759318, 30.4612248 ], [ 120.076047, 30.4612869 ], [ 120.0763022, 30.4613808 ], [ 120.0765935, 30.46153 ], [ 120.0767742, 30.4616226 ], [ 120.0769248, 30.4617014 ], [ 120.0774978, 30.4621686 ], [ 120.0776229, 30.4622918 ], [ 120.0777809, 30.4626805 ], [ 120.0778727, 30.4631251 ], [ 120.0779757, 30.4640966 ], [ 120.0780655, 30.4651392 ], [ 120.0782394, 30.4669107 ], [ 120.0782406, 30.4669669 ], [ 120.0782424, 30.4670501 ], [ 120.0782442, 30.4671339 ], [ 120.0784092, 30.4691593 ], [ 120.0785327, 30.4716873 ], [ 120.0796548, 30.4719476 ], [ 120.0797517, 30.4719892 ], [ 120.0799298, 30.4720658 ], [ 120.0804288, 30.4722803 ], [ 120.0805868, 30.4724019 ], [ 120.0806777, 30.4726191 ], [ 120.0807517, 30.472906 ], [ 120.0808653, 30.4730629 ], [ 120.0814537, 30.4735632 ], [ 120.0815253, 30.4736366 ], [ 120.0815989, 30.4737572 ], [ 120.0823792, 30.4778222 ], [ 120.0823927, 30.4778925 ], [ 120.0825084, 30.478498 ], [ 120.0828784, 30.4803376 ], [ 120.082923, 30.4805593 ], [ 120.0830727, 30.4813038 ], [ 120.0831319, 30.481921 ], [ 120.0831194, 30.4821038 ], [ 120.0829597, 30.4841165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0840313, 30.4841328 ], [ 120.0837375, 30.4841181 ], [ 120.0833959, 30.4841011 ], [ 120.0829597, 30.4841165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0829597, 30.4841165 ], [ 120.0833959, 30.4841011 ], [ 120.0837375, 30.4841181 ], [ 120.0840313, 30.4841328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0683438, 30.4837933 ], [ 120.067664, 30.481791 ], [ 120.0675253, 30.4813247 ], [ 120.0673449, 30.479842 ], [ 120.0672478, 30.4791645 ], [ 120.0671711, 30.4786295 ], [ 120.0669428, 30.4770395 ], [ 120.0669233, 30.4767526 ], [ 120.0669105, 30.4765653 ], [ 120.066879, 30.4761019 ], [ 120.0667799, 30.4747107 ], [ 120.0667106, 30.4740622 ], [ 120.0665777, 30.4731951 ], [ 120.066542, 30.4729619 ], [ 120.066464, 30.472453 ], [ 120.0662849, 30.4708624 ], [ 120.0660275, 30.4692923 ], [ 120.0659755, 30.4687526 ], [ 120.0658993, 30.4680823 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0658993, 30.4680823 ], [ 120.0659755, 30.4687526 ], [ 120.0660275, 30.4692923 ], [ 120.0662849, 30.4708624 ], [ 120.066464, 30.472453 ], [ 120.066542, 30.4729619 ], [ 120.0665777, 30.4731951 ], [ 120.0667106, 30.4740622 ], [ 120.0667799, 30.4747107 ], [ 120.066879, 30.4761019 ], [ 120.0669105, 30.4765653 ], [ 120.0669233, 30.4767526 ], [ 120.0669428, 30.4770395 ], [ 120.0671711, 30.4786295 ], [ 120.0672478, 30.4791645 ], [ 120.0673449, 30.479842 ], [ 120.0675253, 30.4813247 ], [ 120.067664, 30.481791 ], [ 120.0683438, 30.4837933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0636736, 30.495904 ], [ 120.0701733, 30.4948801 ], [ 120.072688, 30.4944747 ], [ 120.0728551, 30.4944462 ], [ 120.073075, 30.4943884 ], [ 120.0736777, 30.4942091 ], [ 120.0738237, 30.4940413 ], [ 120.0753163, 30.4890504 ], [ 120.0753867, 30.4888147 ], [ 120.0763222, 30.485681 ], [ 120.0765007, 30.4855412 ], [ 120.0770418, 30.4853681 ], [ 120.0786422, 30.4848561 ], [ 120.0793236, 30.4845625 ], [ 120.0797027, 30.4844752 ], [ 120.0798342, 30.4844417 ], [ 120.0801374, 30.484357 ], [ 120.0805618, 30.4842451 ], [ 120.0829597, 30.4841165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0829597, 30.4841165 ], [ 120.0805618, 30.4842451 ], [ 120.0801374, 30.484357 ], [ 120.0798342, 30.4844417 ], [ 120.0797027, 30.4844752 ], [ 120.0793236, 30.4845625 ], [ 120.0786422, 30.4848561 ], [ 120.0770418, 30.4853681 ], [ 120.0765007, 30.4855412 ], [ 120.0763222, 30.485681 ], [ 120.0753867, 30.4888147 ], [ 120.0753163, 30.4890504 ], [ 120.0738237, 30.4940413 ], [ 120.0736777, 30.4942091 ], [ 120.073075, 30.4943884 ], [ 120.0728551, 30.4944462 ], [ 120.072688, 30.4944747 ], [ 120.0701733, 30.4948801 ], [ 120.0636736, 30.495904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0877112, 30.4865711 ], [ 120.0869003, 30.4860864 ], [ 120.0863811, 30.4855412 ], [ 120.0855699, 30.4845345 ], [ 120.0852898, 30.4843874 ], [ 120.0851101, 30.4843041 ], [ 120.0849372, 30.4842129 ], [ 120.0845153, 30.484157 ], [ 120.0840313, 30.4841328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0840313, 30.4841328 ], [ 120.0845153, 30.484157 ], [ 120.0849372, 30.4842129 ], [ 120.0851101, 30.4843041 ], [ 120.0852898, 30.4843874 ], [ 120.0855699, 30.4845345 ], [ 120.0863811, 30.4855412 ], [ 120.0869003, 30.4860864 ], [ 120.0877112, 30.4865711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0849959, 30.4964479 ], [ 120.0848969, 30.4956783 ], [ 120.0846032, 30.4933605 ], [ 120.0845754, 30.4931412 ], [ 120.0845608, 30.493026 ], [ 120.0845172, 30.4926822 ], [ 120.0844865, 30.4922829 ], [ 120.0844891, 30.4921442 ], [ 120.0845592, 30.4907968 ], [ 120.0846339, 30.4896949 ], [ 120.0848989, 30.4855746 ], [ 120.0846541, 30.4852091 ], [ 120.084473, 30.4849121 ], [ 120.0840313, 30.4841328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.0840313, 30.4841328 ], [ 120.084473, 30.4849121 ], [ 120.0846541, 30.4852091 ], [ 120.0848989, 30.4855746 ], [ 120.0846339, 30.4896949 ], [ 120.0845592, 30.4907968 ], [ 120.0844891, 30.4921442 ], [ 120.0844865, 30.4922829 ], [ 120.0845172, 30.4926822 ], [ 120.0845608, 30.493026 ], [ 120.0845754, 30.4931412 ], [ 120.0846032, 30.4933605 ], [ 120.0848969, 30.4956783 ], [ 120.0849959, 30.4964479 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239883, 30.455831 ], [ 120.2395844, 30.4557615 ], [ 120.2373636, 30.4551858 ], [ 120.2368479, 30.4550624 ], [ 120.2349274, 30.4545699 ], [ 120.2347656, 30.4545343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400097, 30.4556803 ], [ 120.2401435, 30.4557148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.239883, 30.455831 ], [ 120.2400097, 30.4556803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2401435, 30.4557148 ], [ 120.2400265, 30.4558645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400265, 30.4558645 ], [ 120.239883, 30.455831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2358503, 30.4614738 ], [ 120.2367853, 30.4601974 ], [ 120.2381727, 30.4582504 ], [ 120.2384642, 30.4578362 ], [ 120.2386528, 30.4575681 ], [ 120.2397907, 30.4559513 ], [ 120.239883, 30.455831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400265, 30.4558645 ], [ 120.2399224, 30.4559863 ], [ 120.2390274, 30.4572437 ], [ 120.2390152, 30.4572609 ], [ 120.2379962, 30.4587027 ], [ 120.2377822, 30.4590054 ], [ 120.2368333, 30.4603301 ], [ 120.2366416, 30.4606048 ], [ 120.2359908, 30.4615373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2358503, 30.4614738 ], [ 120.2359908, 30.4615373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2357752, 30.4615864 ], [ 120.2358503, 30.4614738 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359908, 30.4615373 ], [ 120.2359183, 30.4616529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448399, 30.4568946 ], [ 120.24843, 30.4578336 ], [ 120.2488369, 30.4579649 ], [ 120.2497775, 30.4582119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497026, 30.4583518 ], [ 120.2493711, 30.4582577 ], [ 120.2491349, 30.4581974 ], [ 120.2448818, 30.4571117 ], [ 120.2446827, 30.4570599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497775, 30.4582119 ], [ 120.2500449, 30.4582564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497026, 30.4583518 ], [ 120.2497775, 30.4582119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500449, 30.4582564 ], [ 120.2499427, 30.4583929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499427, 30.4583929 ], [ 120.2497026, 30.4583518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458112, 30.4649468 ], [ 120.2472728, 30.4623962 ], [ 120.2478895, 30.4613971 ], [ 120.2488983, 30.4596988 ], [ 120.2494483, 30.4587729 ], [ 120.2496388, 30.4584522 ], [ 120.2497026, 30.4583518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2499427, 30.4583929 ], [ 120.2498606, 30.4585174 ], [ 120.2496996, 30.4587821 ], [ 120.2495177, 30.4590813 ], [ 120.2491775, 30.4596637 ], [ 120.2484248, 30.4610121 ], [ 120.2474797, 30.4624991 ], [ 120.2473066, 30.4627893 ], [ 120.2459787, 30.465014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2458112, 30.4649468 ], [ 120.2459787, 30.465014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2457388, 30.4650192 ], [ 120.2458112, 30.4649468 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307202, 30.4593698 ], [ 120.2309043, 30.4594076 ], [ 120.2310665, 30.4594738 ], [ 120.231317, 30.4595818 ], [ 120.231391, 30.4596137 ], [ 120.2332448, 30.4603962 ], [ 120.2358503, 30.4614738 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2357752, 30.4615864 ], [ 120.231922, 30.4599783 ], [ 120.2312891, 30.4597142 ], [ 120.2309847, 30.4595836 ], [ 120.2308338, 30.459516 ], [ 120.2307202, 30.4593698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2307202, 30.4593698 ], [ 120.2305301, 30.4596125 ], [ 120.2303168, 30.4599038 ], [ 120.2296255, 30.4610648 ], [ 120.229324, 30.4615387 ], [ 120.2288859, 30.4622274 ], [ 120.2285161, 30.4628087 ], [ 120.2275897, 30.4642647 ], [ 120.2272415, 30.464812 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272415, 30.464812 ], [ 120.2275897, 30.4642647 ], [ 120.2285161, 30.4628087 ], [ 120.2288859, 30.4622274 ], [ 120.229324, 30.4615387 ], [ 120.2296255, 30.4610648 ], [ 120.2303168, 30.4599038 ], [ 120.2305301, 30.4596125 ], [ 120.2307202, 30.4593698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324765, 30.4669286 ], [ 120.2333882, 30.465471 ], [ 120.2340433, 30.4644197 ], [ 120.2343067, 30.463997 ], [ 120.2347377, 30.4633055 ], [ 120.2355391, 30.4619499 ], [ 120.2356759, 30.461728 ], [ 120.2357752, 30.4615864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359183, 30.4616529 ], [ 120.2358288, 30.4617812 ], [ 120.2356772, 30.4620112 ], [ 120.2349879, 30.4631366 ], [ 120.2341618, 30.4644699 ], [ 120.2339504, 30.4648059 ], [ 120.23297, 30.4663637 ], [ 120.2325921, 30.4669739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230399, 30.4663634 ], [ 120.2270852, 30.4650053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2272415, 30.464812 ], [ 120.228101, 30.465215 ], [ 120.2324765, 30.4669286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232359, 30.4671351 ], [ 120.230399, 30.4663634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324765, 30.4669286 ], [ 120.2325921, 30.4669739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446827, 30.4570599 ], [ 120.2448399, 30.4568946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2446827, 30.4570599 ], [ 120.2445828, 30.4571593 ], [ 120.243646, 30.4585389 ], [ 120.2423088, 30.4604955 ], [ 120.2418745, 30.4611309 ], [ 120.2403768, 30.4633546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2403768, 30.4633546 ], [ 120.2418745, 30.4611309 ], [ 120.2423088, 30.4604955 ], [ 120.243646, 30.4585389 ], [ 120.2445828, 30.4571593 ], [ 120.2446827, 30.4570599 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2403768, 30.4633546 ], [ 120.2427656, 30.4640545 ], [ 120.2458112, 30.4649468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2457388, 30.4650192 ], [ 120.2436061, 30.46441 ], [ 120.2425224, 30.4641004 ], [ 120.2403277, 30.4634274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441689, 30.467699 ], [ 120.2448713, 30.4665288 ], [ 120.245364, 30.4655924 ], [ 120.2454673, 30.4654109 ], [ 120.2457388, 30.4650192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459898, 30.4650939 ], [ 120.2457368, 30.4654768 ], [ 120.2456202, 30.4656675 ], [ 120.2452791, 30.4662595 ], [ 120.2448927, 30.4669301 ], [ 120.2443782, 30.4677892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443782, 30.4677892 ], [ 120.2441689, 30.467699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2441689, 30.467699 ], [ 120.2443782, 30.4677892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2426491, 30.4702311 ], [ 120.2441689, 30.467699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359183, 30.4616529 ], [ 120.2357752, 30.4615864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2359908, 30.4615373 ], [ 120.2394993, 30.462991 ], [ 120.2403768, 30.4633546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2403277, 30.4634274 ], [ 120.2393738, 30.4630753 ], [ 120.2391614, 30.4629969 ], [ 120.2359183, 30.4616529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2403277, 30.4634274 ], [ 120.2403768, 30.4633546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2403768, 30.4633546 ], [ 120.2403277, 30.4634274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373273, 30.4687438 ], [ 120.2374867, 30.4684366 ], [ 120.2384497, 30.4667531 ], [ 120.2386711, 30.466354 ], [ 120.2387691, 30.4661774 ], [ 120.2394307, 30.464968 ], [ 120.2400654, 30.4638076 ], [ 120.2401981, 30.4635868 ], [ 120.2403277, 30.4634274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2403277, 30.4634274 ], [ 120.2401981, 30.4635868 ], [ 120.2400654, 30.4638076 ], [ 120.2394307, 30.464968 ], [ 120.2387691, 30.4661774 ], [ 120.2386711, 30.466354 ], [ 120.2384497, 30.4667531 ], [ 120.2374867, 30.4684366 ], [ 120.2373273, 30.4687438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325921, 30.4669739 ], [ 120.2334618, 30.4672781 ], [ 120.2366423, 30.468485 ], [ 120.2368064, 30.4685469 ], [ 120.2369536, 30.4686016 ], [ 120.2373273, 30.4687438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2372181, 30.4689954 ], [ 120.2368252, 30.4688544 ], [ 120.2365154, 30.4687423 ], [ 120.2351531, 30.4682268 ], [ 120.2324805, 30.4671829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2372181, 30.4689954 ], [ 120.2373273, 30.4687438 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.232359, 30.4671351 ], [ 120.2324765, 30.4669286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2325921, 30.4669739 ], [ 120.2324805, 30.4671829 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324805, 30.4671829 ], [ 120.232359, 30.4671351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.230399, 30.4663634 ], [ 120.2302464, 30.466668 ], [ 120.2300888, 30.466976 ], [ 120.2291282, 30.4691901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291282, 30.4691901 ], [ 120.2300888, 30.466976 ], [ 120.2302464, 30.466668 ], [ 120.230399, 30.4663634 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2310468, 30.4698815 ], [ 120.231382, 30.4691534 ], [ 120.2320375, 30.4677297 ], [ 120.2321769, 30.4674419 ], [ 120.232359, 30.4671351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇国山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2310468, 30.4698815 ], [ 120.2291282, 30.4691901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "皇国山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291282, 30.4691901 ], [ 120.2310468, 30.4698815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2324805, 30.4671829 ], [ 120.2323204, 30.4675066 ], [ 120.2321803, 30.4677852 ], [ 120.2316049, 30.4690063 ], [ 120.2310628, 30.4701176 ], [ 120.2305229, 30.4712873 ], [ 120.2299331, 30.4724609 ], [ 120.2293547, 30.4736769 ], [ 120.2290437, 30.4743792 ], [ 120.2288695, 30.4747726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2291282, 30.4691901 ], [ 120.2284728, 30.4705233 ], [ 120.2273402, 30.4728632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373273, 30.4687438 ], [ 120.2372181, 30.4689954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2396059, 30.4696561 ], [ 120.2375798, 30.46913 ], [ 120.2372181, 30.4689954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2373273, 30.4687438 ], [ 120.2377747, 30.4689134 ], [ 120.2426491, 30.4702311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397803, 30.4697014 ], [ 120.2396059, 30.4696561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.235681, 30.4727406 ], [ 120.2359696, 30.4720619 ], [ 120.2369137, 30.4696242 ], [ 120.2370049, 30.4694046 ], [ 120.2372181, 30.4689954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2372181, 30.4689954 ], [ 120.2370049, 30.4694046 ], [ 120.2369137, 30.4696242 ], [ 120.2359696, 30.4720619 ], [ 120.235681, 30.4727406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238294, 30.4732668 ], [ 120.2396059, 30.4696561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2397803, 30.4697014 ], [ 120.2384407, 30.4732963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238294, 30.4732668 ], [ 120.235681, 30.4727406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.235681, 30.4727406 ], [ 120.238294, 30.4732668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443782, 30.4677892 ], [ 120.242879, 30.4702922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425272, 30.4704257 ], [ 120.2418266, 30.4702328 ], [ 120.2397803, 30.4697014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2426491, 30.4702311 ], [ 120.242879, 30.4702922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2425272, 30.4704257 ], [ 120.2426491, 30.4702311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.242879, 30.4702922 ], [ 120.2427438, 30.4704821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2427438, 30.4704821 ], [ 120.2425272, 30.4704257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245157, 30.4711124 ], [ 120.244893, 30.4710409 ], [ 120.2427438, 30.4704821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411759, 30.4738471 ], [ 120.2413664, 30.4733259 ], [ 120.2418948, 30.4719128 ], [ 120.2422231, 30.4710541 ], [ 120.2423197, 30.4708321 ], [ 120.2425272, 30.4704257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2427438, 30.4704821 ], [ 120.2425718, 30.4708992 ], [ 120.2424659, 30.4711257 ], [ 120.2421745, 30.4718001 ], [ 120.241401, 30.4738986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245157, 30.4711124 ], [ 120.2450092, 30.4714366 ], [ 120.2447516, 30.4720572 ], [ 120.2444676, 30.4726834 ], [ 120.2442642, 30.4731861 ], [ 120.2441294, 30.473634 ], [ 120.2439364, 30.4743754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273402, 30.4728632 ], [ 120.2284728, 30.4705233 ], [ 120.2291282, 30.4691901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292585, 30.4736042 ], [ 120.2298526, 30.4723581 ], [ 120.2303931, 30.4712393 ], [ 120.2308368, 30.470321 ], [ 120.2310468, 30.4698815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2292585, 30.4736042 ], [ 120.2273402, 30.4728632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2273402, 30.4728632 ], [ 120.2292585, 30.4736042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287243, 30.4747291 ], [ 120.2292585, 30.4736042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2287243, 30.4747291 ], [ 120.2288695, 30.4747726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "兴国路", "康泰路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2288217, 30.4748801 ], [ 120.228672, 30.4748393 ], [ 120.2287243, 30.4747291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2288695, 30.4747726 ], [ 120.2288217, 30.4748801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2288695, 30.4747726 ], [ 120.229867, 30.4750656 ], [ 120.2306257, 30.4752559 ], [ 120.2306707, 30.4752672 ], [ 120.2315175, 30.4754334 ], [ 120.2336763, 30.4757769 ], [ 120.2340008, 30.4758254 ], [ 120.2344243, 30.4759006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2343912, 30.4760018 ], [ 120.2339686, 30.4759375 ], [ 120.2336535, 30.4758844 ], [ 120.2331716, 30.4757982 ], [ 120.2316534, 30.4755496 ], [ 120.2308455, 30.4753999 ], [ 120.2299037, 30.4751934 ], [ 120.2288217, 30.4748801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.238294, 30.4732668 ], [ 120.2384407, 30.4732963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2384407, 30.4732963 ], [ 120.238294, 30.4732668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411759, 30.4738471 ], [ 120.2384407, 30.4732963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2384407, 30.4732963 ], [ 120.2411759, 30.4738471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.235681, 30.4727406 ], [ 120.2347977, 30.4748179 ], [ 120.2344243, 30.4759006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344243, 30.4759006 ], [ 120.2347977, 30.4748179 ], [ 120.235681, 30.4727406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2371819, 30.4763511 ], [ 120.238294, 30.4732668 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2384407, 30.4732963 ], [ 120.2372832, 30.4763676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344243, 30.4759006 ], [ 120.2371819, 30.4763511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2371819, 30.4763511 ], [ 120.2372832, 30.4763676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "结邻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1991096, 30.4718406 ], [ 120.1992717, 30.4718432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "结邻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992717, 30.4718432 ], [ 120.1991096, 30.4718406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "结邻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992717, 30.4718432 ], [ 120.201349, 30.4719511 ], [ 120.2017004, 30.471988 ], [ 120.2020491, 30.4720501 ], [ 120.2025187, 30.4721816 ], [ 120.2030136, 30.4723768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "结邻街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2030136, 30.4723768 ], [ 120.2025187, 30.4721816 ], [ 120.2020491, 30.4720501 ], [ 120.2017004, 30.471988 ], [ 120.201349, 30.4719511 ], [ 120.1992717, 30.4718432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纵迁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197717, 30.4733317 ], [ 120.1991096, 30.4718406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "纵迁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1992717, 30.4718432 ], [ 120.1978423, 30.4733654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017603, 30.4744686 ], [ 120.202005, 30.4740044 ], [ 120.2022328, 30.4736155 ], [ 120.202479, 30.4732265 ], [ 120.2030136, 30.4723768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017303, 30.4746123 ], [ 120.2006095, 30.4742461 ], [ 120.1990767, 30.4738209 ], [ 120.197635, 30.4734421 ], [ 120.1961078, 30.47301 ], [ 120.1946111, 30.4725923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1978423, 30.4733654 ], [ 120.1992294, 30.4737389 ], [ 120.2002121, 30.4739942 ], [ 120.2010098, 30.474219 ], [ 120.2017603, 30.4744686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017303, 30.4746123 ], [ 120.2017603, 30.4744686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1898374, 30.4714334 ], [ 120.1896688, 30.4714007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881185, 30.4742981 ], [ 120.1887197, 30.4732898 ], [ 120.1890491, 30.4726443 ], [ 120.1892238, 30.472302 ], [ 120.1896688, 30.4714007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1898374, 30.4714334 ], [ 120.1897383, 30.4716482 ], [ 120.1896273, 30.471855 ], [ 120.1895362, 30.4720331 ], [ 120.1892377, 30.4726169 ], [ 120.1888899, 30.4732971 ], [ 120.1886669, 30.4736392 ], [ 120.1882047, 30.4743481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1838823, 30.4722368 ], [ 120.1860062, 30.4732763 ], [ 120.1867287, 30.4736299 ], [ 120.1870737, 30.4737894 ], [ 120.1881185, 30.4742981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188136, 30.4744535 ], [ 120.1875178, 30.474139 ], [ 120.1872361, 30.4739957 ], [ 120.1870159, 30.4738845 ], [ 120.1866661, 30.4737255 ], [ 120.1838138, 30.4723247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1881185, 30.4742981 ], [ 120.1882047, 30.4743481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188136, 30.4744535 ], [ 120.1881185, 30.4742981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882047, 30.4743481 ], [ 120.188136, 30.4744535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1882047, 30.4743481 ], [ 120.1896207, 30.475162 ], [ 120.1904387, 30.4756279 ], [ 120.1920385, 30.4765189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.191969, 30.4766206 ], [ 120.1914993, 30.4763679 ], [ 120.191084, 30.4761319 ], [ 120.1903263, 30.4757014 ], [ 120.1896893, 30.4753315 ], [ 120.1895382, 30.4752438 ], [ 120.188136, 30.4744535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946111, 30.4725923 ], [ 120.1941106, 30.4724574 ], [ 120.1931076, 30.4722001 ], [ 120.1916536, 30.4718065 ], [ 120.1913154, 30.4717201 ], [ 120.1908877, 30.4716251 ], [ 120.1898374, 30.4714334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946692, 30.4725017 ], [ 120.1946111, 30.4725923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946111, 30.4725923 ], [ 120.1946692, 30.4725017 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946692, 30.4725017 ], [ 120.1957192, 30.472782 ], [ 120.197717, 30.4733317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.197717, 30.4733317 ], [ 120.1978423, 30.4733654 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1946111, 30.4725923 ], [ 120.1939191, 30.4736462 ], [ 120.1936252, 30.4740796 ], [ 120.1924681, 30.4758901 ], [ 120.1920385, 30.4765189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1920385, 30.4765189 ], [ 120.1924681, 30.4758901 ], [ 120.1936252, 30.4740796 ], [ 120.1939191, 30.4736462 ], [ 120.1946111, 30.4725923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1920385, 30.4765189 ], [ 120.191969, 30.4766206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "石目路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.191969, 30.4766206 ], [ 120.1920385, 30.4765189 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1920385, 30.4765189 ], [ 120.192622, 30.4768302 ], [ 120.1933748, 30.4772318 ], [ 120.1946879, 30.4779322 ], [ 120.1955801, 30.4784068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2017603, 30.4744686 ], [ 120.2018709, 30.4746421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018709, 30.4746421 ], [ 120.2017303, 30.4746123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘栖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1955801, 30.4784068 ], [ 120.1972448, 30.4779922 ], [ 120.1979277, 30.4778078 ], [ 120.1983166, 30.4776617 ], [ 120.1984754, 30.477602 ], [ 120.199044, 30.477327 ], [ 120.1995416, 30.4770215 ], [ 120.2000115, 30.4766718 ], [ 120.2002574, 30.4764633 ], [ 120.2006378, 30.4761116 ], [ 120.2009519, 30.4757662 ], [ 120.2012547, 30.4753676 ], [ 120.2013157, 30.4752707 ], [ 120.2017303, 30.4746123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘栖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2018709, 30.4746421 ], [ 120.2013194, 30.475459 ], [ 120.2009396, 30.4759478 ], [ 120.2007706, 30.4761285 ], [ 120.2006647, 30.4762418 ], [ 120.2003876, 30.4765117 ], [ 120.2001009, 30.476737 ], [ 120.199753, 30.4769891 ], [ 120.1991348, 30.4774009 ], [ 120.1984732, 30.4777035 ], [ 120.1979662, 30.4778968 ], [ 120.1973589, 30.4780812 ], [ 120.1968961, 30.4781904 ], [ 120.196408, 30.4783056 ], [ 120.1957344, 30.4784889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.188136, 30.4744535 ], [ 120.1879386, 30.4749339 ], [ 120.1878803, 30.4750758 ], [ 120.1878101, 30.4752467 ], [ 120.187665, 30.4754246 ], [ 120.1872797, 30.4757843 ], [ 120.1870429, 30.4760471 ], [ 120.1868565, 30.4763092 ], [ 120.1867116, 30.4763678 ], [ 120.1860986, 30.4770423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文苑路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860986, 30.4770423 ], [ 120.1867116, 30.4763678 ], [ 120.1868565, 30.4763092 ], [ 120.1870429, 30.4760471 ], [ 120.1872797, 30.4757843 ], [ 120.187665, 30.4754246 ], [ 120.1878101, 30.4752467 ], [ 120.1878803, 30.4750758 ], [ 120.1879386, 30.4749339 ], [ 120.188136, 30.4744535 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1853244, 30.4765667 ], [ 120.1855497, 30.4767051 ], [ 120.1857551, 30.4768313 ], [ 120.1860986, 30.4770423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860986, 30.4770423 ], [ 120.1857551, 30.4768313 ], [ 120.1855497, 30.4767051 ], [ 120.1853244, 30.4765667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910264, 30.4799677 ], [ 120.1898472, 30.4793043 ], [ 120.1894104, 30.4790379 ], [ 120.1885206, 30.478505 ], [ 120.188365, 30.4784148 ], [ 120.1882471, 30.4783464 ], [ 120.1877263, 30.4780444 ], [ 120.1866722, 30.4774105 ], [ 120.1860986, 30.4770423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1860986, 30.4770423 ], [ 120.1866722, 30.4774105 ], [ 120.1877263, 30.4780444 ], [ 120.1882471, 30.4783464 ], [ 120.188365, 30.4784148 ], [ 120.1885206, 30.478505 ], [ 120.1894104, 30.4790379 ], [ 120.1898472, 30.4793043 ], [ 120.1910264, 30.4799677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "东小河街", "西小河街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1824842, 30.4787385 ], [ 120.1826875, 30.4789835 ], [ 120.1832454, 30.4793492 ], [ 120.1833502, 30.4794179 ], [ 120.1837311, 30.479692 ], [ 120.1840253, 30.4799038 ], [ 120.1841723, 30.4800022 ], [ 120.1846368, 30.480313 ], [ 120.1849319, 30.4805142 ], [ 120.1851942, 30.4807159 ], [ 120.185949, 30.4812168 ], [ 120.1861128, 30.4813097 ], [ 120.1861798, 30.4813477 ], [ 120.186328, 30.4814165 ], [ 120.1864402, 30.4814686 ], [ 120.186628, 30.4815558 ], [ 120.1870031, 30.4817299 ], [ 120.1872062, 30.4818295 ], [ 120.187567, 30.4820491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "东小河街", "西小河街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187567, 30.4820491 ], [ 120.1872062, 30.4818295 ], [ 120.1870031, 30.4817299 ], [ 120.186628, 30.4815558 ], [ 120.1864402, 30.4814686 ], [ 120.186328, 30.4814165 ], [ 120.1861798, 30.4813477 ], [ 120.1861128, 30.4813097 ], [ 120.185949, 30.4812168 ], [ 120.1851942, 30.4807159 ], [ 120.1849319, 30.4805142 ], [ 120.1846368, 30.480313 ], [ 120.1841723, 30.4800022 ], [ 120.1840253, 30.4799038 ], [ 120.1837311, 30.479692 ], [ 120.1833502, 30.4794179 ], [ 120.1832454, 30.4793492 ], [ 120.1826875, 30.4789835 ], [ 120.1824842, 30.4787385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "塘栖路", "新都桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187567, 30.4820491 ], [ 120.1879212, 30.4817373 ], [ 120.1887711, 30.4811202 ], [ 120.1891517, 30.4808599 ], [ 120.1894934, 30.480656 ], [ 120.189948, 30.4804199 ], [ 120.1904469, 30.4802099 ], [ 120.1910264, 30.4799677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "塘栖路", "新都桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910097, 30.4800547 ], [ 120.190583, 30.480223 ], [ 120.1902664, 30.4803543 ], [ 120.1895652, 30.4806816 ], [ 120.1892568, 30.4809003 ], [ 120.1888774, 30.481229 ], [ 120.1885645, 30.4814455 ], [ 120.1880248, 30.481819 ], [ 120.187659, 30.4821051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.195364, 30.4784546 ], [ 120.1949435, 30.4781996 ], [ 120.1946277, 30.4780081 ], [ 120.1940396, 30.477703 ], [ 120.1938361, 30.4775974 ], [ 120.1932813, 30.4773071 ], [ 120.191969, 30.4766206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘栖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.195364, 30.4784546 ], [ 120.1955801, 30.4784068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1955801, 30.4784068 ], [ 120.1957344, 30.4784889 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1955183, 30.4785481 ], [ 120.195364, 30.4784546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘栖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957344, 30.4784889 ], [ 120.1955183, 30.4785481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1957344, 30.4784889 ], [ 120.1983429, 30.4798826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘栖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910264, 30.4799677 ], [ 120.191563, 30.4797357 ], [ 120.1918319, 30.4796331 ], [ 120.1928706, 30.4792367 ], [ 120.1935002, 30.4789965 ], [ 120.1939674, 30.4788308 ], [ 120.194646, 30.4786322 ], [ 120.1948746, 30.4785756 ], [ 120.195364, 30.4784546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "绿荫街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1982548, 30.4799651 ], [ 120.1955183, 30.4785481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘栖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1955183, 30.4785481 ], [ 120.1949768, 30.478643 ], [ 120.1948484, 30.4786655 ], [ 120.1943571, 30.4787915 ], [ 120.1929692, 30.4792952 ], [ 120.1918781, 30.4797066 ], [ 120.1911129, 30.480014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910264, 30.4799677 ], [ 120.1911129, 30.480014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1910097, 30.4800547 ], [ 120.1910264, 30.4799677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "塘栖路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911129, 30.480014 ], [ 120.1910097, 30.4800547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1911129, 30.480014 ], [ 120.1940809, 30.4816456 ], [ 120.1953438, 30.4823398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "人民路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1952992, 30.4823972 ], [ 120.1940296, 30.4817039 ], [ 120.1929577, 30.4811205 ], [ 120.1910097, 30.4800547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东小河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187567, 30.4820491 ], [ 120.187659, 30.4821051 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东小河街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187659, 30.4821051 ], [ 120.187567, 30.4820491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "塘栖路", "里仁桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.1856198, 30.4870237 ], [ 120.1858317, 30.4866705 ], [ 120.1859672, 30.486311 ], [ 120.186087, 30.4858428 ], [ 120.1862287, 30.4849816 ], [ 120.1863112, 30.4844168 ], [ 120.1863337, 30.4840958 ], [ 120.186391, 30.4838086 ], [ 120.1865038, 30.4835168 ], [ 120.1866105, 30.4832485 ], [ 120.1867973, 30.4829145 ], [ 120.1869476, 30.4827242 ], [ 120.1870214, 30.4826307 ], [ 120.1872479, 30.4823631 ], [ 120.187567, 30.4820491 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "塘栖路", "里仁桥" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.187659, 30.4821051 ], [ 120.1874904, 30.4822477 ], [ 120.1872468, 30.4824959 ], [ 120.187007, 30.4827944 ], [ 120.1867884, 30.4831254 ], [ 120.1866722, 30.4833253 ], [ 120.1865447, 30.4836474 ], [ 120.1864366, 30.4840918 ], [ 120.1864319, 30.484128 ], [ 120.1864142, 30.4844371 ], [ 120.1863541, 30.4849942 ], [ 120.1863426, 30.485057 ], [ 120.1862706, 30.4854529 ], [ 120.1861568, 30.4860413 ], [ 120.186038, 30.4864565 ], [ 120.1858494, 30.4868144 ], [ 120.1856198, 30.4870237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2411759, 30.4738471 ], [ 120.241401, 30.4738986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241401, 30.4738986 ], [ 120.2411759, 30.4738471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439364, 30.4743754 ], [ 120.241401, 30.4738986 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241401, 30.4738986 ], [ 120.2439364, 30.4743754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.241401, 30.4738986 ], [ 120.2409675, 30.4750746 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436632, 30.4755162 ], [ 120.2437075, 30.475184 ], [ 120.2439364, 30.4743754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439364, 30.4743754 ], [ 120.2438144, 30.4751026 ], [ 120.2437608, 30.4755485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409675, 30.4750746 ], [ 120.240938, 30.4751546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2409675, 30.4750746 ], [ 120.2436632, 30.4755162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400872, 30.4768257 ], [ 120.2411759, 30.4738471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475241, 30.4750502 ], [ 120.2443418, 30.4744517 ], [ 120.2442498, 30.4744344 ], [ 120.2439364, 30.4743754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2439364, 30.4743754 ], [ 120.2442498, 30.4744344 ], [ 120.2443418, 30.4744517 ], [ 120.2475241, 30.4750502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475241, 30.4750502 ], [ 120.2473235, 30.4761466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473235, 30.4761466 ], [ 120.2475241, 30.4750502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247306, 30.4762422 ], [ 120.2473235, 30.4761466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473235, 30.4761466 ], [ 120.247306, 30.4762422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2469917, 30.47796 ], [ 120.2471813, 30.4769236 ], [ 120.247306, 30.4762422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247306, 30.4762422 ], [ 120.2471813, 30.4769236 ], [ 120.2469917, 30.47796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2469674, 30.4780751 ], [ 120.2469917, 30.47796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2469917, 30.47796 ], [ 120.2469674, 30.4780751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436432, 30.4756263 ], [ 120.240938, 30.4751546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436632, 30.4755162 ], [ 120.2437608, 30.4755485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436432, 30.4756263 ], [ 120.2436632, 30.4755162 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437608, 30.4755485 ], [ 120.2437429, 30.4756595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437429, 30.4756595 ], [ 120.2436432, 30.4756263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437608, 30.4755485 ], [ 120.2440332, 30.4755942 ], [ 120.2441256, 30.4756097 ], [ 120.2473235, 30.4761466 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247306, 30.4762422 ], [ 120.2441059, 30.4757188 ], [ 120.2440134, 30.4757037 ], [ 120.2437429, 30.4756595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240938, 30.4751546 ], [ 120.2403425, 30.4768779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435216, 30.4773953 ], [ 120.2435804, 30.4762836 ], [ 120.243629, 30.4757729 ], [ 120.2436432, 30.4756263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2437429, 30.4756595 ], [ 120.2436427, 30.4762803 ], [ 120.243612, 30.4771862 ], [ 120.2436264, 30.4774123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2343912, 30.4760018 ], [ 120.2344243, 30.4759006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2344243, 30.4759006 ], [ 120.2343912, 30.4760018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2321939, 30.4916966 ], [ 120.2367442, 30.4921468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2367442, 30.4921468 ], [ 120.2321939, 30.4916966 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400441, 30.4769236 ], [ 120.2378273, 30.4765641 ], [ 120.2356564, 30.4762129 ], [ 120.2343912, 30.4760018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2372832, 30.4763676 ], [ 120.2400872, 30.4768257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400872, 30.4768257 ], [ 120.2403425, 30.4768779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2400441, 30.4769236 ], [ 120.2400872, 30.4768257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2403425, 30.4768779 ], [ 120.2402988, 30.4769904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2402988, 30.4769904 ], [ 120.2400441, 30.4769236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2367442, 30.4921468 ], [ 120.237115, 30.4893731 ], [ 120.2374223, 30.486519 ], [ 120.2374401, 30.4863324 ], [ 120.2375245, 30.4856329 ], [ 120.2377006, 30.4841726 ], [ 120.2378565, 30.4831281 ], [ 120.2379745, 30.4826343 ], [ 120.2389688, 30.4798022 ], [ 120.2400441, 30.4769236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2402988, 30.4769904 ], [ 120.2393059, 30.4795843 ], [ 120.2385644, 30.4816322 ], [ 120.2382442, 30.4825327 ], [ 120.2380588, 30.4832879 ], [ 120.2379414, 30.4842147 ], [ 120.2376721, 30.4863307 ], [ 120.2376568, 30.4865303 ], [ 120.2369633, 30.4921904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2367442, 30.4921468 ], [ 120.2369633, 30.4921904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2369633, 30.4921904 ], [ 120.2367442, 30.4921468 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2403425, 30.4768779 ], [ 120.2435216, 30.4773953 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2435216, 30.4773953 ], [ 120.2436264, 30.4774123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2469674, 30.4780751 ], [ 120.245632, 30.4778573 ], [ 120.2440965, 30.4776013 ], [ 120.2439998, 30.4775852 ], [ 120.2421621, 30.4772789 ], [ 120.2402988, 30.4769904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2436264, 30.4774123 ], [ 120.2439719, 30.4774686 ], [ 120.2440686, 30.4774843 ], [ 120.2469917, 30.47796 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245157, 30.4931285 ], [ 120.2443112, 30.4930327 ], [ 120.2416498, 30.4927212 ], [ 120.240973, 30.492642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240973, 30.492642 ], [ 120.2416498, 30.4927212 ], [ 120.2443112, 30.4930327 ], [ 120.245157, 30.4931285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240973, 30.492642 ], [ 120.2407444, 30.4966547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407444, 30.4966547 ], [ 120.240973, 30.492642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245157, 30.4931285 ], [ 120.2448505, 30.4977958 ], [ 120.2447805, 30.4989865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2447805, 30.4989865 ], [ 120.2448505, 30.4977958 ], [ 120.245157, 30.4931285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.240973, 30.492642 ], [ 120.2382986, 30.4923289 ], [ 120.2371005, 30.4921919 ], [ 120.2369633, 30.4921904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2369633, 30.4921904 ], [ 120.2371005, 30.4921919 ], [ 120.2382986, 30.4923289 ], [ 120.240973, 30.492642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2371133, 30.4965291 ], [ 120.2407444, 30.4966547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407349, 30.4968205 ], [ 120.2370695, 30.4966477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407349, 30.4968205 ], [ 120.2407444, 30.4966547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407444, 30.4966547 ], [ 120.2407349, 30.4968205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2407349, 30.4968205 ], [ 120.2406136, 30.4989493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2406136, 30.4989493 ], [ 120.2407349, 30.4968205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3200853, 30.3226906 ], [ 120.3199807, 30.3238523 ], [ 120.3199792, 30.3239709 ], [ 120.3199678, 30.3240893 ], [ 120.3199464, 30.3243608 ], [ 120.3199312, 30.3245091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3272166, 30.3236962 ], [ 120.3270509, 30.3236716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "德胜东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3332588, 30.324569 ], [ 120.3302156, 30.3241408 ], [ 120.3272166, 30.3236962 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3197382, 30.3244851 ], [ 120.3187649, 30.3244084 ], [ 120.3177371, 30.3243092 ], [ 120.3166677, 30.3242001 ], [ 120.3164238, 30.324188 ], [ 120.3161636, 30.3241858 ], [ 120.3157729, 30.3241895 ], [ 120.3154077, 30.3241976 ], [ 120.314074, 30.3242653 ], [ 120.313742, 30.3242821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.313742, 30.3242821 ], [ 120.314074, 30.3242653 ], [ 120.3154077, 30.3241976 ], [ 120.3157729, 30.3241895 ], [ 120.3161636, 30.3241858 ], [ 120.3164238, 30.324188 ], [ 120.3166677, 30.3242001 ], [ 120.3177371, 30.3243092 ], [ 120.3187649, 30.3244084 ], [ 120.3197382, 30.3244851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3197382, 30.3244851 ], [ 120.3199312, 30.3245091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199312, 30.3245091 ], [ 120.3197382, 30.3244851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329942, 30.3263643 ], [ 120.3300988, 30.3259526 ], [ 120.3285431, 30.3257124 ], [ 120.3280919, 30.3256427 ], [ 120.3277453, 30.3255972 ], [ 120.3267757, 30.3254698 ], [ 120.3264505, 30.3254271 ], [ 120.3263754, 30.3254172 ], [ 120.3256112, 30.3253113 ], [ 120.3245045, 30.3251301 ], [ 120.3225481, 30.3248412 ], [ 120.3222533, 30.3247977 ], [ 120.3199312, 30.3245091 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199312, 30.3245091 ], [ 120.3222533, 30.3247977 ], [ 120.3225481, 30.3248412 ], [ 120.3245045, 30.3251301 ], [ 120.3256112, 30.3253113 ], [ 120.3263754, 30.3254172 ], [ 120.3264505, 30.3254271 ], [ 120.3267757, 30.3254698 ], [ 120.3277453, 30.3255972 ], [ 120.3280919, 30.3256427 ], [ 120.3285431, 30.3257124 ], [ 120.3300988, 30.3259526 ], [ 120.3329942, 30.3263643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3193639, 30.3316554 ], [ 120.3193904, 30.3299353 ], [ 120.3194244, 30.3294511 ], [ 120.3194867, 30.3282178 ], [ 120.3195114, 30.3274194 ], [ 120.3195963, 30.3264971 ], [ 120.3196893, 30.3254926 ], [ 120.3197019, 30.3252324 ], [ 120.3197382, 30.3244851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3850244, 30.3269813 ], [ 120.3852231, 30.3269956 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "秀水街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3852231, 30.3269956 ], [ 120.3850244, 30.3269813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374685, 30.3305788 ], [ 120.3746826, 30.3295684 ], [ 120.3746758, 30.3267833 ], [ 120.3746498, 30.3251336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748528, 30.3251586 ], [ 120.3748423, 30.3302559 ], [ 120.3748532, 30.3305719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3515803, 30.3278524 ], [ 120.3526045, 30.3278936 ], [ 120.3529731, 30.3279161 ], [ 120.3531763, 30.3279285 ], [ 120.3540381, 30.3279811 ], [ 120.3548502, 30.3280306 ], [ 120.3564848, 30.3281304 ], [ 120.3571518, 30.3281664 ], [ 120.3584785, 30.3282379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3584785, 30.3282379 ], [ 120.3571518, 30.3281664 ], [ 120.3564848, 30.3281304 ], [ 120.3548502, 30.3280306 ], [ 120.3540381, 30.3279811 ], [ 120.3531763, 30.3279285 ], [ 120.3529731, 30.3279161 ], [ 120.3526045, 30.3278936 ], [ 120.3515803, 30.3278524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3852231, 30.3269956 ], [ 120.3857589, 30.3287983 ], [ 120.3859078, 30.3292717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3857674, 30.3292915 ], [ 120.3850244, 30.3269813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3819589, 30.3297138 ], [ 120.381417, 30.3269892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.381417, 30.3269892 ], [ 120.3819589, 30.3297138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.364186, 30.3285712 ], [ 120.3626311, 30.3284973 ], [ 120.3611123, 30.3284016 ], [ 120.3610104, 30.3283953 ], [ 120.3584785, 30.3282379 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3584785, 30.3282379 ], [ 120.3610104, 30.3283953 ], [ 120.3611123, 30.3284016 ], [ 120.3626311, 30.3284973 ], [ 120.364186, 30.3285712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3789028, 30.33008 ], [ 120.3786824, 30.3285967 ], [ 120.3786598, 30.3283638 ], [ 120.3786727, 30.3281035 ], [ 120.3787497, 30.3278784 ], [ 120.3788536, 30.327684 ], [ 120.3790105, 30.3274956 ], [ 120.3791554, 30.3273685 ], [ 120.3793647, 30.3272304 ], [ 120.379584, 30.3271103 ], [ 120.3798387, 30.327035 ], [ 120.3800651, 30.3269933 ], [ 120.381417, 30.3269892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.381417, 30.3269892 ], [ 120.3800651, 30.3269933 ], [ 120.3798387, 30.327035 ], [ 120.379584, 30.3271103 ], [ 120.3793647, 30.3272304 ], [ 120.3791554, 30.3273685 ], [ 120.3790105, 30.3274956 ], [ 120.3788536, 30.327684 ], [ 120.3787497, 30.3278784 ], [ 120.3786727, 30.3281035 ], [ 120.3786598, 30.3283638 ], [ 120.3786824, 30.3285967 ], [ 120.3789028, 30.33008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.364186, 30.3285712 ], [ 120.3643508, 30.3285678 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3643508, 30.3285678 ], [ 120.364186, 30.3285712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3857674, 30.3292915 ], [ 120.3859078, 30.3292717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3859078, 30.3292717 ], [ 120.3857674, 30.3292915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3819589, 30.3297138 ], [ 120.3839512, 30.3294527 ], [ 120.3857674, 30.3292915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3857674, 30.3292915 ], [ 120.3839512, 30.3294527 ], [ 120.3819589, 30.3297138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3437444, 30.3262483 ], [ 120.3439826, 30.3269443 ], [ 120.3440246, 30.3270802 ], [ 120.344059, 30.3271914 ], [ 120.3441495, 30.3274358 ], [ 120.3442279, 30.3276726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3440479, 30.3276494 ], [ 120.3431665, 30.3275802 ], [ 120.3422317, 30.3275069 ], [ 120.339646, 30.327304 ], [ 120.3381691, 30.3271237 ], [ 120.3364628, 30.3268917 ], [ 120.3349036, 30.3266541 ], [ 120.3331927, 30.3263933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331927, 30.3263933 ], [ 120.3349036, 30.3266541 ], [ 120.3364628, 30.3268917 ], [ 120.3381691, 30.3271237 ], [ 120.339646, 30.327304 ], [ 120.3422317, 30.3275069 ], [ 120.3431665, 30.3275802 ], [ 120.3440479, 30.3276494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3442279, 30.3276726 ], [ 120.3440479, 30.3276494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3440479, 30.3276494 ], [ 120.3442279, 30.3276726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3515803, 30.3278524 ], [ 120.348394, 30.327783 ], [ 120.3481626, 30.3277801 ], [ 120.3476406, 30.3277736 ], [ 120.3475253, 30.3277722 ], [ 120.3462006, 30.3277322 ], [ 120.3461116, 30.3277295 ], [ 120.3451199, 30.3276995 ], [ 120.3442279, 30.3276726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "松乔街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3442279, 30.3276726 ], [ 120.3451199, 30.3276995 ], [ 120.3461116, 30.3277295 ], [ 120.3462006, 30.3277322 ], [ 120.3475253, 30.3277722 ], [ 120.3476406, 30.3277736 ], [ 120.3481626, 30.3277801 ], [ 120.348394, 30.327783 ], [ 120.3515803, 30.3278524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329419, 30.333018 ], [ 120.3327945, 30.3323896 ], [ 120.3327114, 30.3318263 ], [ 120.332664, 30.3313627 ], [ 120.3326525, 30.3307595 ], [ 120.3327067, 30.3299151 ], [ 120.3328033, 30.3290645 ], [ 120.3329304, 30.3274604 ], [ 120.3329942, 30.3263643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331927, 30.3263933 ], [ 120.3330948, 30.3275243 ], [ 120.3329664, 30.3291118 ], [ 120.3329108, 30.3297538 ], [ 120.3328516, 30.3303959 ], [ 120.332837, 30.3307452 ], [ 120.3328506, 30.3311374 ], [ 120.3328668, 30.3313568 ], [ 120.3329029, 30.3318449 ], [ 120.3330435, 30.3326322 ], [ 120.3331384, 30.3330389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3512127, 30.3328761 ], [ 120.3514572, 30.3296984 ], [ 120.3515803, 30.3278524 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "五洋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3515803, 30.3278524 ], [ 120.3514572, 30.3296984 ], [ 120.3512127, 30.3328761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3457062, 30.3335054 ], [ 120.345075, 30.3312716 ], [ 120.3448504, 30.3305257 ], [ 120.3444723, 30.3291578 ], [ 120.3442914, 30.328797 ], [ 120.3440229, 30.3278375 ], [ 120.3440479, 30.3276494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3442279, 30.3276726 ], [ 120.3443088, 30.3278011 ], [ 120.3445826, 30.3287468 ], [ 120.3446149, 30.3291526 ], [ 120.3450251, 30.3305393 ], [ 120.3455951, 30.3325798 ], [ 120.3458534, 30.3335493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329419, 30.333018 ], [ 120.3331384, 30.3330389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329687, 30.3331484 ], [ 120.3329419, 30.333018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331384, 30.3330389 ], [ 120.33316, 30.3331563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.33316, 30.3331563 ], [ 120.3329687, 30.3331484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458534, 30.3335493 ], [ 120.3472869, 30.3333009 ], [ 120.3478178, 30.3332188 ], [ 120.3487115, 30.3330697 ], [ 120.3493822, 30.3329678 ], [ 120.3498663, 30.3329013 ], [ 120.3503195, 30.3328632 ], [ 120.3507943, 30.3328701 ], [ 120.3512127, 30.3328761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3512127, 30.3328761 ], [ 120.3507943, 30.3328701 ], [ 120.3503195, 30.3328632 ], [ 120.3498663, 30.3329013 ], [ 120.3493822, 30.3329678 ], [ 120.3487115, 30.3330697 ], [ 120.3478178, 30.3332188 ], [ 120.3472869, 30.3333009 ], [ 120.3458534, 30.3335493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3331384, 30.3330389 ], [ 120.3349019, 30.3331399 ], [ 120.3367476, 30.3332493 ], [ 120.339132, 30.3333848 ], [ 120.3419049, 30.3335552 ], [ 120.3425394, 30.3336016 ], [ 120.3431394, 30.3336328 ], [ 120.3437201, 30.3336289 ], [ 120.3446805, 30.3335814 ], [ 120.3457062, 30.3335054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199312, 30.3245091 ], [ 120.3198262, 30.325842 ], [ 120.3197286, 30.3274321 ], [ 120.3196676, 30.3283826 ], [ 120.3195974, 30.3294762 ], [ 120.3195945, 30.33046 ], [ 120.3195423, 30.3316764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3136633, 30.3315615 ], [ 120.3181097, 30.3316243 ], [ 120.3186958, 30.3316244 ], [ 120.319054, 30.3316418 ], [ 120.3193639, 30.3316554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3193639, 30.3316554 ], [ 120.3195423, 30.3316764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3193712, 30.3317733 ], [ 120.31894, 30.331719 ], [ 120.3185905, 30.3317032 ], [ 120.318057, 30.3316978 ], [ 120.3165483, 30.3316762 ], [ 120.3136522, 30.3316346 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3193712, 30.3317733 ], [ 120.3193639, 30.3316554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3195423, 30.3316764 ], [ 120.319545, 30.3317942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.319545, 30.3317942 ], [ 120.3193712, 30.3317733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3195423, 30.3316764 ], [ 120.3221874, 30.3319872 ], [ 120.3242785, 30.332232 ], [ 120.3260774, 30.332438 ], [ 120.3263003, 30.3324688 ], [ 120.3276731, 30.3326313 ], [ 120.3288523, 30.3327564 ], [ 120.3293854, 30.3327995 ], [ 120.3315456, 30.332938 ], [ 120.3329419, 30.333018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329687, 30.3331484 ], [ 120.3293657, 30.3329355 ], [ 120.328966, 30.3328946 ], [ 120.3283432, 30.3328547 ], [ 120.3262846, 30.332596 ], [ 120.3260269, 30.3325662 ], [ 120.3242715, 30.3323631 ], [ 120.319545, 30.3317942 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3191282, 30.3376005 ], [ 120.319202, 30.334924 ], [ 120.3192284, 30.3342108 ], [ 120.3192975, 30.3330082 ], [ 120.3193397, 30.3323129 ], [ 120.3193539, 30.3321002 ], [ 120.3193712, 30.3317733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3789028, 30.33008 ], [ 120.3806353, 30.3298796 ], [ 120.3819589, 30.3297138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3819589, 30.3297138 ], [ 120.3806353, 30.3298796 ], [ 120.3789028, 30.33008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3789028, 30.33008 ], [ 120.3773839, 30.330255 ], [ 120.3771378, 30.3302883 ], [ 120.3758556, 30.3304622 ], [ 120.37514, 30.3305715 ], [ 120.3748532, 30.3305719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748532, 30.3305719 ], [ 120.37514, 30.3305715 ], [ 120.3758556, 30.3304622 ], [ 120.3771378, 30.3302883 ], [ 120.3773839, 30.330255 ], [ 120.3789028, 30.33008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748532, 30.3305719 ], [ 120.374685, 30.3305788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374685, 30.3305788 ], [ 120.3748532, 30.3305719 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3718847, 30.3306559 ], [ 120.374685, 30.3305788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374685, 30.3305788 ], [ 120.3718847, 30.3306559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3643508, 30.3285678 ], [ 120.3643999, 30.3288231 ], [ 120.3646784, 30.3303639 ], [ 120.3650288, 30.332097 ], [ 120.3653106, 30.3336188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3651659, 30.333621 ], [ 120.3647515, 30.3316148 ], [ 120.364332, 30.3294638 ], [ 120.3642315, 30.3288268 ], [ 120.364186, 30.3285712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3829785, 30.332575 ], [ 120.3821332, 30.3302378 ], [ 120.3819589, 30.3297138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3819589, 30.3297138 ], [ 120.3821332, 30.3302378 ], [ 120.3829785, 30.332575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3789028, 30.33008 ], [ 120.3790665, 30.3312476 ], [ 120.3793306, 30.3330914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3793306, 30.3330914 ], [ 120.3790665, 30.3312476 ], [ 120.3789028, 30.33008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3829785, 30.332575 ], [ 120.3848245, 30.3321164 ], [ 120.3865425, 30.3316895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3865425, 30.3316895 ], [ 120.3848245, 30.3321164 ], [ 120.3829785, 30.332575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748532, 30.3305719 ], [ 120.3748517, 30.3314818 ], [ 120.374848, 30.3337581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3793306, 30.3330914 ], [ 120.3812224, 30.3328204 ], [ 120.3829785, 30.332575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3829785, 30.332575 ], [ 120.3812224, 30.3328204 ], [ 120.3793306, 30.3330914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3512127, 30.3328761 ], [ 120.3537846, 30.3330231 ], [ 120.3546252, 30.3330711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3546252, 30.3330711 ], [ 120.3537846, 30.3330231 ], [ 120.3512127, 30.3328761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3546252, 30.3330711 ], [ 120.3552693, 30.3330967 ], [ 120.3574198, 30.3332041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3574198, 30.3332041 ], [ 120.3552693, 30.3330967 ], [ 120.3546252, 30.3330711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3624126, 30.3334904 ], [ 120.3606855, 30.3333913 ], [ 120.3603365, 30.3333748 ], [ 120.3574198, 30.3332041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3574198, 30.3332041 ], [ 120.3603365, 30.3333748 ], [ 120.3606855, 30.3333913 ], [ 120.3624126, 30.3334904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3793306, 30.3330914 ], [ 120.3771407, 30.3333949 ], [ 120.3758266, 30.3335996 ], [ 120.3751347, 30.3337084 ], [ 120.374848, 30.3337581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374848, 30.3337581 ], [ 120.3751347, 30.3337084 ], [ 120.3758266, 30.3335996 ], [ 120.3771407, 30.3333949 ], [ 120.3793306, 30.3330914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3653106, 30.3336188 ], [ 120.3655746, 30.3335662 ], [ 120.366152, 30.3335022 ], [ 120.3662977, 30.3334802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3662977, 30.3334802 ], [ 120.366152, 30.3335022 ], [ 120.3655746, 30.3335662 ], [ 120.3653106, 30.3336188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3651659, 30.333621 ], [ 120.3637758, 30.3335597 ], [ 120.3637456, 30.3335576 ], [ 120.3624126, 30.3334904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3624126, 30.3334904 ], [ 120.3637456, 30.3335576 ], [ 120.3637758, 30.3335597 ], [ 120.3651659, 30.333621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3651659, 30.333621 ], [ 120.3653106, 30.3336188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3653106, 30.3336188 ], [ 120.3651659, 30.333621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3746843, 30.337068 ], [ 120.3746961, 30.3361669 ], [ 120.3746948, 30.3355454 ], [ 120.3746949, 30.3354771 ], [ 120.3746958, 30.3349346 ], [ 120.3746979, 30.3337518 ], [ 120.3747023, 30.3311633 ], [ 120.374685, 30.3305788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3840453, 30.3355588 ], [ 120.3829785, 30.332575 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3829785, 30.332575 ], [ 120.3840453, 30.3355588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3793306, 30.3330914 ], [ 120.3798129, 30.3362646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3798129, 30.3362646 ], [ 120.3793306, 30.3330914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374848, 30.3337581 ], [ 120.3748493, 30.3343865 ], [ 120.3748517, 30.3354898 ], [ 120.374853, 30.3361012 ], [ 120.3748861, 30.3370503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3840915, 30.3356846 ], [ 120.3840453, 30.3355588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799149, 30.3287597 ], [ 120.4799194, 30.3253174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799194, 30.3253174 ], [ 120.4799149, 30.3287597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903163, 30.3287501 ], [ 120.4903182, 30.3278277 ], [ 120.4903222, 30.3264519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4905125, 30.3264565 ], [ 120.4905067, 30.3287501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4868274, 30.3264588 ], [ 120.486763, 30.3268778 ], [ 120.4867501, 30.3269166 ], [ 120.4866316, 30.3272737 ], [ 120.4864316, 30.3279465 ], [ 120.4863473, 30.3282299 ], [ 120.4862279, 30.328774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4862279, 30.328774 ], [ 120.4863473, 30.3282299 ], [ 120.4864316, 30.3279465 ], [ 120.4866316, 30.3272737 ], [ 120.4867501, 30.3269166 ], [ 120.486763, 30.3268778 ], [ 120.4868274, 30.3264588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754024, 30.3265167 ], [ 120.475406, 30.3287571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752906, 30.3287583 ], [ 120.4752886, 30.3276751 ], [ 120.4752928, 30.3265399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4905067, 30.3287501 ], [ 120.4903163, 30.3287501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903163, 30.3287501 ], [ 120.4905067, 30.3287501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3920103, 30.3270006 ], [ 120.3925103, 30.3284496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3883771, 30.3270305 ], [ 120.3891061, 30.3288646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3891061, 30.3288646 ], [ 120.3883771, 30.3270305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925103, 30.3284496 ], [ 120.3891061, 30.3288646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3891061, 30.3288646 ], [ 120.3925103, 30.3284496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3891061, 30.3288646 ], [ 120.3859078, 30.3292717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "凌云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3859078, 30.3292717 ], [ 120.3891061, 30.3288646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3930366, 30.3298106 ], [ 120.3925103, 30.3284496 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3925103, 30.3284496 ], [ 120.3930366, 30.3298106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3891061, 30.3288646 ], [ 120.3898801, 30.3308199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.475406, 30.3287571 ], [ 120.4752906, 30.3287583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752906, 30.3287583 ], [ 120.475406, 30.3287571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.475406, 30.3287571 ], [ 120.4799149, 30.3287597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799149, 30.3287597 ], [ 120.475406, 30.3287571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903163, 30.3287501 ], [ 120.4862279, 30.328774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4862279, 30.328774 ], [ 120.4903163, 30.3287501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4862279, 30.328774 ], [ 120.4858189, 30.328776 ], [ 120.4850382, 30.3287785 ], [ 120.4845594, 30.3287808 ], [ 120.4824279, 30.328793 ], [ 120.4799149, 30.3287597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "迎康路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799149, 30.3287597 ], [ 120.4824279, 30.328793 ], [ 120.4845594, 30.3287808 ], [ 120.4850382, 30.3287785 ], [ 120.4858189, 30.328776 ], [ 120.4862279, 30.328774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.496767, 30.3264741 ], [ 120.4967501, 30.3315269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967501, 30.3315269 ], [ 120.496767, 30.3264741 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903081, 30.3314735 ], [ 120.4903118, 30.3309152 ], [ 120.4903125, 30.330596 ], [ 120.4903163, 30.3287501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4905067, 30.3287501 ], [ 120.4904999, 30.3314779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799149, 30.3287597 ], [ 120.4799113, 30.3314878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799113, 30.3314878 ], [ 120.4799149, 30.3287597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4862279, 30.328774 ], [ 120.4860791, 30.3294523 ], [ 120.4859503, 30.3304478 ], [ 120.4858752, 30.3309756 ], [ 120.4858377, 30.3314773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858377, 30.3314773 ], [ 120.4858752, 30.3309756 ], [ 120.4859503, 30.3304478 ], [ 120.4860791, 30.3294523 ], [ 120.4862279, 30.328774 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.475406, 30.3287571 ], [ 120.4753972, 30.3314965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752942, 30.3315011 ], [ 120.4752942, 30.3307988 ], [ 120.4752906, 30.3287583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858377, 30.3314773 ], [ 120.4888561, 30.3314747 ], [ 120.4903081, 30.3314735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903081, 30.3314735 ], [ 120.4888561, 30.3314747 ], [ 120.4858377, 30.3314773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898801, 30.3308199 ], [ 120.3891061, 30.3288646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3930366, 30.3298106 ], [ 120.3898801, 30.3308199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898801, 30.3308199 ], [ 120.3930366, 30.3298106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3930366, 30.3298106 ], [ 120.3934016, 30.3307488 ], [ 120.393428676023973, 30.330802776514552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.393428676023973, 30.330802776514552 ], [ 120.3934016, 30.3307488 ], [ 120.3930366, 30.3298106 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3859078, 30.3292717 ], [ 120.3865288, 30.3312456 ], [ 120.3866926, 30.3316626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3865425, 30.3316895 ], [ 120.3864835, 30.3315405 ], [ 120.3857674, 30.3292915 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4358579, 30.3309205 ], [ 120.4358823, 30.3310555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4358823, 30.3310555 ], [ 120.4358579, 30.3309205 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4358579, 30.3309205 ], [ 120.4368253, 30.3309491 ], [ 120.4374723, 30.3309626 ], [ 120.4375784, 30.3309676 ], [ 120.4381284, 30.3309931 ], [ 120.4394362, 30.3310345 ], [ 120.4435149, 30.3310945 ], [ 120.4444797, 30.3310795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4444797, 30.3310795 ], [ 120.4444818, 30.3312461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4450908, 30.3311242 ], [ 120.4450952, 30.3312744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4450952, 30.3312744 ], [ 120.4450908, 30.3311242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4450908, 30.3311242 ], [ 120.4472211, 30.3311636 ], [ 120.4510739, 30.331258 ], [ 120.4518092, 30.3312755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4450952, 30.3312744 ], [ 120.4449462, 30.3312672 ], [ 120.4446223, 30.3312501 ], [ 120.4444818, 30.3312461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4518092, 30.3312755 ], [ 120.451998, 30.3312727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451812, 30.331429 ], [ 120.4474654, 30.3313329 ], [ 120.4456999, 30.331272 ], [ 120.4450952, 30.3312744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451812, 30.331429 ], [ 120.4518092, 30.3312755 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "河庄大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451998, 30.3312727 ], [ 120.4520123, 30.3314326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.451998, 30.3312727 ], [ 120.4566752, 30.3313911 ], [ 120.4575172, 30.3314002 ], [ 120.4581663, 30.3314072 ], [ 120.4609932, 30.3314007 ], [ 120.4635951, 30.3314128 ], [ 120.4639597, 30.3314039 ], [ 120.4643479, 30.3314034 ], [ 120.4644158, 30.3314019 ], [ 120.4645515, 30.3313996 ], [ 120.4646616, 30.3314081 ], [ 120.4648057, 30.3314193 ], [ 120.4655173, 30.3314548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903081, 30.3314735 ], [ 120.4904999, 30.3314779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904999, 30.3314779 ], [ 120.4903081, 30.3314735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4858377, 30.3314773 ], [ 120.4850998, 30.3314744 ], [ 120.4844749, 30.331479 ], [ 120.4799113, 30.3314878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799113, 30.3314878 ], [ 120.4844749, 30.331479 ], [ 120.4850998, 30.3314744 ], [ 120.4858377, 30.3314773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799113, 30.3314878 ], [ 120.4753972, 30.3314965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753972, 30.3314965 ], [ 120.4799113, 30.3314878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752942, 30.3315011 ], [ 120.4753972, 30.3314965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753972, 30.3314965 ], [ 120.4752942, 30.3315011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967501, 30.3315269 ], [ 120.4939397, 30.3315049 ], [ 120.4936312, 30.3315024 ], [ 120.4904999, 30.3314779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904999, 30.3314779 ], [ 120.4936312, 30.3315024 ], [ 120.4939397, 30.3315049 ], [ 120.4967501, 30.3315269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4444818, 30.3312461 ], [ 120.4429456, 30.3312555 ], [ 120.4375828, 30.3310921 ], [ 120.4374773, 30.3310889 ], [ 120.4368343, 30.3310792 ], [ 120.4358823, 30.3310555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3866926, 30.3316626 ], [ 120.3898801, 30.3308199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898801, 30.3308199 ], [ 120.3866926, 30.3316626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3865425, 30.3316895 ], [ 120.3866926, 30.3316626 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "水云街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3866926, 30.3316626 ], [ 120.3865425, 30.3316895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3898801, 30.3308199 ], [ 120.3906445, 30.3328222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "海涛路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3906445, 30.3328222 ], [ 120.3898801, 30.3308199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3906445, 30.3328222 ], [ 120.391845027018434, 30.332071956985089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.390843173962693, 30.332874869959021 ], [ 120.3906586, 30.3329947 ], [ 120.3899116, 30.3334286 ], [ 120.3891505, 30.3338136 ], [ 120.3880482, 30.3343661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3866926, 30.3316626 ], [ 120.3868226, 30.3320209 ], [ 120.3869985, 30.3324129 ], [ 120.3872908, 30.3329991 ], [ 120.3879709, 30.3342623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3878095, 30.3343225 ], [ 120.3868963, 30.3325616 ], [ 120.3867088, 30.3321256 ], [ 120.3865425, 30.3316895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3879709, 30.3342623 ], [ 120.3886465, 30.3339263 ], [ 120.3892262, 30.3336369 ], [ 120.38982, 30.3333261 ], [ 120.3906445, 30.3328222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3878095, 30.3343225 ], [ 120.3879709, 30.3342623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3879709, 30.3342623 ], [ 120.3880482, 30.3343661 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "云涛北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3878815, 30.3344432 ], [ 120.3878095, 30.3343225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3880482, 30.3343661 ], [ 120.3878815, 30.3344432 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3840453, 30.3355588 ], [ 120.3845411, 30.3354368 ], [ 120.3853307, 30.3352202 ], [ 120.3861624, 30.3349502 ], [ 120.3868862, 30.3346685 ], [ 120.3876383, 30.3344052 ], [ 120.3878095, 30.3343225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3878815, 30.3344432 ], [ 120.3875542, 30.3345947 ], [ 120.3869868, 30.3348223 ], [ 120.3861719, 30.3351186 ], [ 120.3845823, 30.3355773 ], [ 120.3840915, 30.3356846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4520123, 30.3314326 ], [ 120.451812, 30.331429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691546, 30.3314548 ], [ 120.4655173, 30.3314548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4655173, 30.3314548 ], [ 120.4691546, 30.3314548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691546, 30.3314548 ], [ 120.4752942, 30.3315011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752942, 30.3315011 ], [ 120.4691546, 30.3314548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4655173, 30.3314548 ], [ 120.464901, 30.3315203 ], [ 120.4647952, 30.3315316 ], [ 120.4646633, 30.3315385 ], [ 120.4645521, 30.3315444 ], [ 120.464397, 30.3315483 ], [ 120.4643328, 30.3315458 ], [ 120.463969, 30.3315376 ], [ 120.4638619, 30.3315339 ], [ 120.4609763, 30.3315277 ], [ 120.4580603, 30.3315414 ], [ 120.4575349, 30.3315329 ], [ 120.4563519, 30.3315139 ], [ 120.4520123, 30.3314326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691546, 30.3314548 ], [ 120.469153, 30.3339852 ], [ 120.4691549, 30.3349114 ], [ 120.4691565, 30.3357361 ], [ 120.4691584, 30.3366613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691584, 30.3366613 ], [ 120.4691565, 30.3357361 ], [ 120.4691549, 30.3349114 ], [ 120.469153, 30.3339852 ], [ 120.4691546, 30.3314548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691584, 30.3366613 ], [ 120.4699443, 30.3366603 ], [ 120.474626, 30.3366543 ], [ 120.4752905, 30.3366358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752905, 30.3366358 ], [ 120.474626, 30.3366543 ], [ 120.4699443, 30.3366603 ], [ 120.4691584, 30.3366613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6101554, 30.3207387 ], [ 120.6100522, 30.3216914 ], [ 120.6099074, 30.3234372 ], [ 120.6097726, 30.3248597 ], [ 120.6096727, 30.3265753 ], [ 120.6095489, 30.3279399 ], [ 120.6094422, 30.3291154 ], [ 120.6093958, 30.3296275 ], [ 120.6093905, 30.329686 ], [ 120.609378, 30.3298234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.609378, 30.3298234 ], [ 120.6093905, 30.329686 ], [ 120.6093958, 30.3296275 ], [ 120.6094422, 30.3291154 ], [ 120.6095489, 30.3279399 ], [ 120.6096727, 30.3265753 ], [ 120.6097726, 30.3248597 ], [ 120.6099074, 30.3234372 ], [ 120.6100522, 30.3216914 ], [ 120.6101554, 30.3207387 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5835348, 30.328455 ], [ 120.5840466, 30.3284834 ], [ 120.5849439, 30.3285332 ], [ 120.5853098, 30.3284412 ], [ 120.5891979, 30.3286302 ], [ 120.5901749, 30.3286951 ], [ 120.5903786, 30.3287086 ], [ 120.5935914, 30.3289221 ], [ 120.594148, 30.3290076 ], [ 120.5947546, 30.3290125 ], [ 120.5950415, 30.3292421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5950415, 30.3292421 ], [ 120.5947546, 30.3290125 ], [ 120.594148, 30.3290076 ], [ 120.5935914, 30.3289221 ], [ 120.5903786, 30.3287086 ], [ 120.5901749, 30.3286951 ], [ 120.5891979, 30.3286302 ], [ 120.5853098, 30.3284412 ], [ 120.5849439, 30.3285332 ], [ 120.5840466, 30.3284834 ], [ 120.5835348, 30.328455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834406, 30.3286791 ], [ 120.5835351, 30.3286839 ], [ 120.5840545, 30.3287103 ], [ 120.5883792, 30.3289298 ], [ 120.5901608, 30.3290236 ], [ 120.5902068, 30.329026 ], [ 120.5903306, 30.3290334 ], [ 120.5903688, 30.3290345 ], [ 120.5921088, 30.3291261 ], [ 120.5950408, 30.329267 ], [ 120.5951839, 30.3292709 ], [ 120.5956076, 30.3292852 ], [ 120.595658, 30.3292829 ], [ 120.5963088, 30.3292869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5962992, 30.3294537 ], [ 120.5956587, 30.3294289 ], [ 120.5955822, 30.3294207 ], [ 120.5951915, 30.3294102 ], [ 120.5950367, 30.3294048 ], [ 120.5918622, 30.3292819 ], [ 120.5903666, 30.3292063 ], [ 120.5903129, 30.3292059 ], [ 120.5902007, 30.3291978 ], [ 120.59016, 30.3291957 ], [ 120.5868327, 30.3290273 ], [ 120.5842581, 30.3288622 ], [ 120.5840482, 30.3288484 ], [ 120.5835293, 30.3288144 ], [ 120.5834326, 30.3288081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5963088, 30.3292869 ], [ 120.596564, 30.3293089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5962992, 30.3294537 ], [ 120.5963088, 30.3292869 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.596564, 30.3293089 ], [ 120.5965552, 30.3294655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5965552, 30.3294655 ], [ 120.5962992, 30.3294537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495456, 30.3226603 ], [ 120.5495533, 30.3236955 ], [ 120.5495345, 30.3258279 ], [ 120.5495304, 30.3275405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494251, 30.3275519 ], [ 120.5494165, 30.325168 ], [ 120.5494234, 30.3226771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.57972, 30.3279446 ], [ 120.5797483, 30.3272555 ], [ 120.5797966, 30.3262805 ], [ 120.579831, 30.3251985 ], [ 120.5798723, 30.3245147 ], [ 120.5799454, 30.3233563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5800433, 30.3233632 ], [ 120.5799825, 30.3245266 ], [ 120.579955, 30.3252341 ], [ 120.579893, 30.3263043 ], [ 120.5798585, 30.3272793 ], [ 120.5798502, 30.3279425 ], [ 120.5798408, 30.3281684 ], [ 120.5798317, 30.328431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5837962, 30.3234787 ], [ 120.5837762, 30.3240469 ], [ 120.5836207, 30.3276401 ], [ 120.5835617, 30.3281262 ], [ 120.5835348, 30.328455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5835348, 30.328455 ], [ 120.5835617, 30.3281262 ], [ 120.5836207, 30.3276401 ], [ 120.5837762, 30.3240469 ], [ 120.5837962, 30.3234787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5739557, 30.3262329 ], [ 120.5771467, 30.3264478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5771467, 30.3264478 ], [ 120.5739557, 30.3262329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.55681, 30.3270064 ], [ 120.5570019, 30.32702 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5568053, 30.3271163 ], [ 120.55681, 30.3270064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5570019, 30.32702 ], [ 120.557004, 30.3271334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.557004, 30.3271334 ], [ 120.5568053, 30.3271163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5515514, 30.3273222 ], [ 120.5527183, 30.3271961 ], [ 120.5543142, 30.3270341 ], [ 120.5548721, 30.3270109 ], [ 120.55681, 30.3270064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5568053, 30.3271163 ], [ 120.5548694, 30.3271174 ], [ 120.5542445, 30.3271429 ], [ 120.5535337, 30.32721 ], [ 120.5515601, 30.3274172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5513963, 30.3273389 ], [ 120.5515514, 30.3273222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5771467, 30.3264478 ], [ 120.5771103, 30.327642 ], [ 120.5770267, 30.3282407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5770267, 30.3282407 ], [ 120.5771103, 30.327642 ], [ 120.5771467, 30.3264478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5515514, 30.3273222 ], [ 120.5515601, 30.3274172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5513954, 30.3274345 ], [ 120.5513963, 30.3273389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5515601, 30.3274172 ], [ 120.5513954, 30.3274345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495304, 30.3275405 ], [ 120.5513963, 30.3273389 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5513954, 30.3274345 ], [ 120.5508649, 30.3274902 ], [ 120.5495298, 30.3276314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494251, 30.3275519 ], [ 120.5495304, 30.3275405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495304, 30.3275405 ], [ 120.5495298, 30.3276314 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.549431, 30.3276418 ], [ 120.5494251, 30.3275519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5570019, 30.32702 ], [ 120.5605833, 30.3271863 ], [ 120.5645128, 30.3274243 ], [ 120.568718, 30.327704 ], [ 120.5721029, 30.3278944 ], [ 120.5769217, 30.3282336 ], [ 120.5770267, 30.3282407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495298, 30.3276314 ], [ 120.549431, 30.3276418 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.57701, 30.3283532 ], [ 120.5747172, 30.3281949 ], [ 120.5697116, 30.3278921 ], [ 120.5676857, 30.3277797 ], [ 120.5647538, 30.3276169 ], [ 120.5644361, 30.3275955 ], [ 120.5609757, 30.3273624 ], [ 120.557004, 30.3271334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428913, 30.3282396 ], [ 120.5459672, 30.3279254 ], [ 120.5494251, 30.3275519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.549431, 30.3276418 ], [ 120.5457204, 30.3280342 ], [ 120.5428914, 30.3283216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.57972, 30.3279446 ], [ 120.5796967, 30.3281686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5796967, 30.3281686 ], [ 120.57972, 30.3279446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5796658, 30.3284198 ], [ 120.5796967, 30.3281686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.57701, 30.3283532 ], [ 120.5770267, 30.3282407 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5770267, 30.3282407 ], [ 120.57701, 30.3283532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5770267, 30.3282407 ], [ 120.5796658, 30.3284198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5796658, 30.3284198 ], [ 120.5798317, 30.328431 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5796605, 30.3285597 ], [ 120.5779466, 30.3284208 ], [ 120.5777062, 30.3284013 ], [ 120.57701, 30.3283532 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5796605, 30.3285597 ], [ 120.5796658, 30.3284198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5798317, 30.328431 ], [ 120.5798331, 30.3285737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021315, 30.3264855 ], [ 120.5021213, 30.3293825 ], [ 120.5021001, 30.3315026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021001, 30.3315026 ], [ 120.5021213, 30.3293825 ], [ 120.5021315, 30.3264855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021001, 30.3315026 ], [ 120.5023604, 30.3314368 ], [ 120.5031951, 30.3314372 ], [ 120.5033006, 30.3314383 ], [ 120.5047488, 30.3314415 ], [ 120.5064329, 30.3314464 ], [ 120.5090416, 30.3314226 ], [ 120.5106103, 30.3314017 ], [ 120.5115308, 30.3313652 ], [ 120.5123063, 30.3313288 ], [ 120.5134571, 30.3312636 ], [ 120.5138808, 30.3312242 ], [ 120.5151868, 30.331109 ], [ 120.5169567, 30.3309279 ], [ 120.5188856, 30.3307165 ], [ 120.5203131, 30.330566 ], [ 120.5225283, 30.3303489 ], [ 120.5235551, 30.3302286 ], [ 120.5255008, 30.3300339 ], [ 120.5271657, 30.3298462 ], [ 120.5353687, 30.3289815 ], [ 120.5398329, 30.3285436 ], [ 120.5427488, 30.3282542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5427441, 30.3283365 ], [ 120.5397776, 30.3286763 ], [ 120.5338436, 30.3292639 ], [ 120.5289187, 30.3298077 ], [ 120.5271622, 30.3299889 ], [ 120.5259958, 30.3301172 ], [ 120.5248049, 30.3302392 ], [ 120.5235211, 30.3303747 ], [ 120.5225312, 30.3304855 ], [ 120.5210192, 30.3306304 ], [ 120.520312, 30.330711 ], [ 120.5186628, 30.3308733 ], [ 120.5169336, 30.331063 ], [ 120.5151248, 30.3312553 ], [ 120.5139034, 30.3313506 ], [ 120.5134768, 30.3313903 ], [ 120.5122742, 30.33147 ], [ 120.5114698, 30.3315048 ], [ 120.509948, 30.3315502 ], [ 120.5090493, 30.3315693 ], [ 120.5074175, 30.3315824 ], [ 120.5070916, 30.3315819 ], [ 120.5032911, 30.331576 ], [ 120.5031882, 30.3315856 ], [ 120.5023532, 30.3315849 ], [ 120.5021001, 30.3315026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428914, 30.3283216 ], [ 120.5428994, 30.330953 ], [ 120.5429185, 30.3327334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428053, 30.3327356 ], [ 120.5427668, 30.3299019 ], [ 120.5427441, 30.3283365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428053, 30.3327356 ], [ 120.5429185, 30.3327334 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429185, 30.3327334 ], [ 120.5429194, 30.3328097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428018, 30.332816 ], [ 120.5428053, 30.3327356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429194, 30.3328097 ], [ 120.5428018, 30.332816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5798317, 30.328431 ], [ 120.5806926, 30.3284894 ], [ 120.5834406, 30.3286791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5798331, 30.3285737 ], [ 120.5796605, 30.3285597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834406, 30.3286791 ], [ 120.5834544, 30.3284596 ], [ 120.5835348, 30.328455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5835348, 30.328455 ], [ 120.5834544, 30.3284596 ], [ 120.5834406, 30.3286791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834326, 30.3288081 ], [ 120.5803365, 30.3286145 ], [ 120.5798331, 30.3285737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834406, 30.3286791 ], [ 120.5834326, 30.3288081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834326, 30.3288081 ], [ 120.5834406, 30.3286791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5515601, 30.3274172 ], [ 120.5515522, 30.3277304 ], [ 120.5514798, 30.327941 ], [ 120.5514047, 30.3307585 ], [ 120.5513537, 30.3327084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5512652, 30.3327087 ], [ 120.551343, 30.3304946 ], [ 120.5513954, 30.3274345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5566107, 30.3330876 ], [ 120.5566243, 30.3326561 ], [ 120.5567828, 30.3276968 ], [ 120.5568053, 30.3271163 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.557004, 30.3271334 ], [ 120.556872, 30.3309205 ], [ 120.556798, 30.3330878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5834326, 30.3288081 ], [ 120.5834222, 30.3289736 ], [ 120.5835402, 30.3290754 ], [ 120.5834705, 30.3312377 ], [ 120.5834446, 30.3323065 ], [ 120.5834168, 30.3334509 ], [ 120.5833112, 30.3343278 ], [ 120.5832613, 30.3347427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5832613, 30.3347427 ], [ 120.5833112, 30.3343278 ], [ 120.5834168, 30.3334509 ], [ 120.5834446, 30.3323065 ], [ 120.5834705, 30.3312377 ], [ 120.5835402, 30.3290754 ], [ 120.5834222, 30.3289736 ], [ 120.5834326, 30.3288081 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5512652, 30.3327087 ], [ 120.5513537, 30.3327084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429185, 30.3327334 ], [ 120.5464962, 30.3327286 ], [ 120.5512652, 30.3327087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5513537, 30.3327084 ], [ 120.551524, 30.3327077 ], [ 120.5525929, 30.3327032 ], [ 120.5545228, 30.3327008 ], [ 120.554557, 30.332706 ], [ 120.5545758, 30.3327234 ], [ 120.5545805, 30.3327431 ], [ 120.5545751, 30.3327529 ], [ 120.5545677, 30.3327604 ], [ 120.5545362, 30.332768 ], [ 120.5513564, 30.332775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5513537, 30.3327084 ], [ 120.5513564, 30.332775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5512652, 30.3327756 ], [ 120.5512652, 30.3327087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5513564, 30.332775 ], [ 120.5512652, 30.3327756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿茵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5512652, 30.3327756 ], [ 120.5495674, 30.3327865 ], [ 120.5444175, 30.3327958 ], [ 120.5429194, 30.3328097 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5566107, 30.3330876 ], [ 120.556798, 30.3330878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5566055, 30.3332514 ], [ 120.5566107, 30.3330876 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.556798, 30.3330878 ], [ 120.5567924, 30.3332515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.556798, 30.3330878 ], [ 120.5613049, 30.3333673 ], [ 120.5614545, 30.3333831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5567924, 30.3332515 ], [ 120.5566055, 30.3332514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5614545, 30.3333831 ], [ 120.561606, 30.3333991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5614499, 30.3335679 ], [ 120.5612428, 30.3335305 ], [ 120.5596292, 30.3334514 ], [ 120.5581012, 30.3333353 ], [ 120.5567924, 30.3332515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.561606, 30.3333991 ], [ 120.5618096, 30.3334206 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5614499, 30.3335679 ], [ 120.5614545, 30.3333831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.561606, 30.3333991 ], [ 120.5616086, 30.3335965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6114398, 30.3204512 ], [ 120.6114739, 30.3204714 ], [ 120.6114879, 30.3205755 ], [ 120.6113096, 30.3225192 ], [ 120.6110817, 30.3259748 ], [ 120.6110602, 30.3263006 ], [ 120.6109888, 30.3272869 ], [ 120.6109019, 30.3284871 ], [ 120.6105753, 30.3327488 ], [ 120.6105719, 30.3331238 ], [ 120.6105691, 30.3332139 ], [ 120.6105705, 30.333286 ], [ 120.6105704, 30.3332954 ], [ 120.6101202, 30.3390215 ], [ 120.6100509, 30.3402043 ], [ 120.6100467, 30.3402513 ], [ 120.6099725, 30.3410815 ], [ 120.6096521, 30.3446674 ], [ 120.6096591, 30.3448696 ], [ 120.6097325, 30.3450659 ], [ 120.6100299, 30.3458508 ], [ 120.6100999, 30.3461829 ], [ 120.6101262, 30.3462813 ], [ 120.6101488, 30.3464214 ], [ 120.6101209, 30.3465211 ], [ 120.6100754, 30.3466328 ], [ 120.6099914, 30.3467384 ], [ 120.6099005, 30.3468079 ], [ 120.6097885, 30.3468501 ], [ 120.6096416, 30.3468894 ], [ 120.6094492, 30.3469166 ], [ 120.6091973, 30.3469015 ], [ 120.6089629, 30.3469286 ], [ 120.6087075, 30.3470011 ], [ 120.6085186, 30.3470494 ], [ 120.6063219, 30.3474717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6063219, 30.3474717 ], [ 120.6085186, 30.3470494 ], [ 120.6087075, 30.3470011 ], [ 120.6089629, 30.3469286 ], [ 120.6091973, 30.3469015 ], [ 120.6094492, 30.3469166 ], [ 120.6096416, 30.3468894 ], [ 120.6097885, 30.3468501 ], [ 120.6099005, 30.3468079 ], [ 120.6099914, 30.3467384 ], [ 120.6100754, 30.3466328 ], [ 120.6101209, 30.3465211 ], [ 120.6101488, 30.3464214 ], [ 120.6101262, 30.3462813 ], [ 120.6100999, 30.3461829 ], [ 120.6100299, 30.3458508 ], [ 120.6097325, 30.3450659 ], [ 120.6096591, 30.3448696 ], [ 120.6096521, 30.3446674 ], [ 120.6099725, 30.3410815 ], [ 120.6100467, 30.3402513 ], [ 120.6100509, 30.3402043 ], [ 120.6101202, 30.3390215 ], [ 120.6105704, 30.3332954 ], [ 120.6105705, 30.333286 ], [ 120.6105691, 30.3332139 ], [ 120.6105719, 30.3331238 ], [ 120.6105753, 30.3327488 ], [ 120.6109019, 30.3284871 ], [ 120.6109888, 30.3272869 ], [ 120.6110602, 30.3263006 ], [ 120.6110817, 30.3259748 ], [ 120.6113096, 30.3225192 ], [ 120.6114879, 30.3205755 ], [ 120.6114739, 30.3204714 ], [ 120.6114398, 30.3204512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5965552, 30.3294655 ], [ 120.5965326, 30.3298698 ], [ 120.5965049, 30.3303646 ], [ 120.596284, 30.3336895 ], [ 120.5961026, 30.3364196 ], [ 120.5958319, 30.3404939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5955302, 30.3406176 ], [ 120.5955612, 30.3404846 ], [ 120.5958349, 30.3364204 ], [ 120.5960194, 30.3336813 ], [ 120.5962689, 30.3299757 ], [ 120.5962992, 30.3294537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5958319, 30.3404939 ], [ 120.5958334, 30.3405814 ], [ 120.5958344, 30.3406362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5958344, 30.3406362 ], [ 120.5955302, 30.3406176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5955231, 30.3407641 ], [ 120.5955302, 30.3406176 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "新世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5958344, 30.3406362 ], [ 120.5958276, 30.3407682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5923258, 30.3419153 ], [ 120.5916757, 30.3418468 ], [ 120.5907746, 30.341789 ], [ 120.5898812, 30.3417201 ], [ 120.5891603, 30.3416424 ], [ 120.5884626, 30.3416024 ], [ 120.5875383, 30.3415335 ], [ 120.5868509, 30.3414913 ], [ 120.5866012, 30.341478 ], [ 120.5852264, 30.3413891 ], [ 120.5849646, 30.3413723 ], [ 120.5841837, 30.3413224 ], [ 120.583522, 30.3413469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.583522, 30.3413469 ], [ 120.5841837, 30.3413224 ], [ 120.5849646, 30.3413723 ], [ 120.5852264, 30.3413891 ], [ 120.5866012, 30.341478 ], [ 120.5868509, 30.3414913 ], [ 120.5875383, 30.3415335 ], [ 120.5884626, 30.3416024 ], [ 120.5891603, 30.3416424 ], [ 120.5898812, 30.3417201 ], [ 120.5907746, 30.341789 ], [ 120.5916757, 30.3418468 ], [ 120.5923258, 30.3419153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384659, 30.3334148 ], [ 120.5396869, 30.3332148 ], [ 120.5428053, 30.3327356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428018, 30.332816 ], [ 120.5419397, 30.3329354 ], [ 120.5398892, 30.3332653 ], [ 120.5384578, 30.333511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5383126, 30.3334399 ], [ 120.5384659, 30.3334148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384659, 30.3334148 ], [ 120.5384578, 30.333511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384578, 30.333511 ], [ 120.5383124, 30.333536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021001, 30.3315026 ], [ 120.5020726, 30.3331751 ], [ 120.5020628, 30.3352386 ], [ 120.5020393, 30.3367125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5020393, 30.3367125 ], [ 120.5020628, 30.3352386 ], [ 120.5020726, 30.3331751 ], [ 120.5021001, 30.3315026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429194, 30.3328097 ], [ 120.5429352, 30.3347033 ], [ 120.5429899, 30.339055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428316, 30.3390715 ], [ 120.5428, 30.334613 ], [ 120.5428018, 30.332816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5384578, 30.333511 ], [ 120.5382601, 30.333906 ], [ 120.53739, 30.3353295 ], [ 120.5364757, 30.3368176 ], [ 120.5362514, 30.3371827 ], [ 120.5351287, 30.3389024 ], [ 120.5346291, 30.3397074 ], [ 120.5345544, 30.3399279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5616086, 30.3335965 ], [ 120.5615243, 30.3335813 ], [ 120.5614499, 30.3335679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5832613, 30.3347427 ], [ 120.5817487, 30.3346383 ], [ 120.5788332, 30.3344695 ], [ 120.5776597, 30.3345012 ], [ 120.5758139, 30.3343429 ], [ 120.5750804, 30.3342691 ], [ 120.5740169, 30.3341952 ], [ 120.5725256, 30.334153 ], [ 120.5716638, 30.3341108 ], [ 120.5704047, 30.334095 ], [ 120.5688889, 30.3339842 ], [ 120.5674709, 30.3338945 ], [ 120.5662546, 30.3338312 ], [ 120.5654112, 30.3337204 ], [ 120.5642132, 30.3336888 ], [ 120.5637304, 30.3337415 ], [ 120.5636471, 30.3337475 ], [ 120.563437, 30.3337626 ], [ 120.5632414, 30.3338048 ], [ 120.5623246, 30.3337257 ], [ 120.5616086, 30.3335965 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5564462, 30.3382757 ], [ 120.5565084, 30.3363201 ], [ 120.5566055, 30.3332514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5567924, 30.3332515 ], [ 120.5566829, 30.3364552 ], [ 120.5566358, 30.3382758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5613395, 30.3385519 ], [ 120.5613711, 30.3373128 ], [ 120.5614384, 30.3354665 ], [ 120.5614506, 30.3344854 ], [ 120.5614628, 30.3339948 ], [ 120.5614499, 30.3335679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5616086, 30.3335965 ], [ 120.56153, 30.3349179 ], [ 120.5614934, 30.3360363 ], [ 120.5614506, 30.337355 ], [ 120.5614567, 30.3383257 ], [ 120.5614771, 30.3385588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5830044, 30.3413046 ], [ 120.5830091, 30.3411967 ], [ 120.5830206, 30.3408867 ], [ 120.5830208, 30.3408818 ], [ 120.5830548, 30.3402669 ], [ 120.5830811, 30.3397488 ], [ 120.5831057, 30.338604 ], [ 120.5832237, 30.3359557 ], [ 120.5832613, 30.3347427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5832613, 30.3347427 ], [ 120.5832237, 30.3359557 ], [ 120.5831057, 30.338604 ], [ 120.5830811, 30.3397488 ], [ 120.5830548, 30.3402669 ], [ 120.5830208, 30.3408818 ], [ 120.5830206, 30.3408867 ], [ 120.5830091, 30.3411967 ], [ 120.5830044, 30.3413046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5564462, 30.3382757 ], [ 120.5566358, 30.3382758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495564, 30.3384077 ], [ 120.5498269, 30.3383847 ], [ 120.5506664, 30.3383291 ], [ 120.5517554, 30.3382736 ], [ 120.5538743, 30.3382504 ], [ 120.5543815, 30.3382577 ], [ 120.5554247, 30.3382726 ], [ 120.555497, 30.3382736 ], [ 120.5564462, 30.3382757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344004, 30.3399452 ], [ 120.5345337, 30.3397234 ], [ 120.5374116, 30.3350979 ], [ 120.5381335, 30.3338729 ], [ 120.5383124, 30.333536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428316, 30.3390715 ], [ 120.5429899, 30.339055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429899, 30.339055 ], [ 120.5429871, 30.3391609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428335, 30.3391769 ], [ 120.5428316, 30.3390715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429871, 30.3391609 ], [ 120.5428335, 30.3391769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5345544, 30.3399279 ], [ 120.5362093, 30.3397667 ], [ 120.537594, 30.3396308 ], [ 120.5388271, 30.3395097 ], [ 120.5414932, 30.3392111 ], [ 120.5428316, 30.3390715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5020479, 30.3423902 ], [ 120.502081, 30.3394541 ], [ 120.5020393, 30.3367125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5020393, 30.3367125 ], [ 120.502081, 30.3394541 ], [ 120.5020479, 30.3423902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428335, 30.3391769 ], [ 120.5418497, 30.3392797 ], [ 120.5394038, 30.3395352 ], [ 120.5392516, 30.3395513 ], [ 120.5359545, 30.3399009 ], [ 120.5352816, 30.3399854 ], [ 120.5344543, 30.3400811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344004, 30.3399452 ], [ 120.5345544, 30.3399279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5564418, 30.338415 ], [ 120.5564462, 30.3382757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5566358, 30.3382758 ], [ 120.5566319, 30.3384289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5566358, 30.3382758 ], [ 120.5582141, 30.3383777 ], [ 120.5608266, 30.3385259 ], [ 120.5613395, 30.3385519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494108, 30.3384201 ], [ 120.5495564, 30.3384077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5566319, 30.3384289 ], [ 120.5564418, 30.338415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5564418, 30.338415 ], [ 120.5554219, 30.3383777 ], [ 120.5543652, 30.3383592 ], [ 120.5540945, 30.3383606 ], [ 120.5530383, 30.3383659 ], [ 120.5525198, 30.3383685 ], [ 120.5512484, 30.3383963 ], [ 120.5508361, 30.3384226 ], [ 120.5495553, 30.3385045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495564, 30.3384077 ], [ 120.5495553, 30.3385045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.549418, 30.3385133 ], [ 120.5494108, 30.3384201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5588742, 30.3385485 ], [ 120.5575731, 30.3384842 ], [ 120.5566319, 30.3384289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495553, 30.3385045 ], [ 120.549418, 30.3385133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5590074, 30.3385551 ], [ 120.5588742, 30.3385485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5613395, 30.3385519 ], [ 120.5614771, 30.3385588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5613391, 30.3386703 ], [ 120.5613395, 30.3385519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5613391, 30.3386703 ], [ 120.5590074, 30.3385551 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5614771, 30.3385588 ], [ 120.5614644, 30.3386765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5614771, 30.3385588 ], [ 120.563431, 30.3386578 ], [ 120.5658774, 30.3387778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5614644, 30.3386765 ], [ 120.5613391, 30.3386703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429899, 30.339055 ], [ 120.5440682, 30.3389426 ], [ 120.5478983, 30.338549 ], [ 120.5494108, 30.3384201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5658774, 30.3387778 ], [ 120.5659845, 30.3387852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5658772, 30.3389048 ], [ 120.562165, 30.3387111 ], [ 120.5614644, 30.3386765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.549418, 30.3385133 ], [ 120.548931, 30.3385444 ], [ 120.5477331, 30.3386685 ], [ 120.5458167, 30.3388669 ], [ 120.5439689, 30.3390583 ], [ 120.5429871, 30.3391609 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5658772, 30.3389048 ], [ 120.5658774, 30.3387778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5659845, 30.3387852 ], [ 120.5659852, 30.3388996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5659852, 30.3388996 ], [ 120.5658772, 30.3389048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5659845, 30.3387852 ], [ 120.5672509, 30.3388901 ], [ 120.5703192, 30.3391116 ], [ 120.5724461, 30.3391802 ], [ 120.5746342, 30.3393859 ], [ 120.5771035, 30.3395811 ], [ 120.5794811, 30.339713 ], [ 120.5822437, 30.3399134 ], [ 120.5830116, 30.3399508 ], [ 120.5835312, 30.3399761 ], [ 120.5839155, 30.3399949 ], [ 120.5868762, 30.3401055 ], [ 120.5897679, 30.3402714 ], [ 120.5900269, 30.3402782 ], [ 120.5906508, 30.3402967 ], [ 120.5932338, 30.3403862 ], [ 120.5946677, 30.3404584 ], [ 120.5948612, 30.3404652 ], [ 120.5951828, 30.3404744 ], [ 120.5958319, 30.3404939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5955302, 30.3406176 ], [ 120.5951669, 30.3406024 ], [ 120.5948525, 30.3405892 ], [ 120.5946635, 30.3405875 ], [ 120.5900267, 30.3404312 ], [ 120.5898017, 30.3404189 ], [ 120.5838776, 30.3402134 ], [ 120.5835209, 30.3401795 ], [ 120.5830036, 30.3401304 ], [ 120.5822193, 30.3400559 ], [ 120.57964, 30.3398712 ], [ 120.5787415, 30.3398079 ], [ 120.5759239, 30.3395917 ], [ 120.5725989, 30.3393648 ], [ 120.5682227, 30.3390747 ], [ 120.5667681, 30.3389587 ], [ 120.5659852, 30.3388996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5830044, 30.3413046 ], [ 120.5830101, 30.3413051 ], [ 120.5834657, 30.3413423 ], [ 120.583522, 30.3413469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.583522, 30.3413469 ], [ 120.5834657, 30.3413423 ], [ 120.5830101, 30.3413051 ], [ 120.5830044, 30.3413046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.556265, 30.3449305 ], [ 120.5563498, 30.3413052 ], [ 120.5564092, 30.3394405 ], [ 120.5564204, 30.3390864 ], [ 120.5564418, 30.338415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5566319, 30.3384289 ], [ 120.5566147, 30.3390952 ], [ 120.5566053, 30.3394588 ], [ 120.5565388, 30.3420284 ], [ 120.5564645, 30.3449348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5345544, 30.3399279 ], [ 120.5344543, 30.3400811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5343076, 30.340099 ], [ 120.5344004, 30.3399452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5344543, 30.3400811 ], [ 120.5343076, 30.340099 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5020479, 30.3423902 ], [ 120.5024361, 30.3424087 ], [ 120.503147, 30.3424121 ], [ 120.5032147, 30.3424046 ], [ 120.5064052, 30.3423935 ], [ 120.5103665, 30.3422971 ], [ 120.5139366, 30.3420608 ], [ 120.5140002, 30.3420551 ], [ 120.517214, 30.3417677 ], [ 120.5178611, 30.3417005 ], [ 120.5206132, 30.3414147 ], [ 120.5244068, 30.3410242 ], [ 120.5278372, 30.3406577 ], [ 120.5288723, 30.34055 ], [ 120.5298517, 30.340448 ], [ 120.5303849, 30.3403925 ], [ 120.532717, 30.3401278 ], [ 120.5344004, 30.3399452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5343076, 30.340099 ], [ 120.5327612, 30.340285 ], [ 120.5313971, 30.3404393 ], [ 120.5298531, 30.3406072 ], [ 120.5289406, 30.3407064 ], [ 120.5279726, 30.3408117 ], [ 120.5251933, 30.3410589 ], [ 120.5222586, 30.3413824 ], [ 120.5182991, 30.3418197 ], [ 120.5165053, 30.3419896 ], [ 120.5140169, 30.342216 ], [ 120.5135231, 30.3422609 ], [ 120.5100568, 30.3424958 ], [ 120.5081702, 30.3425371 ], [ 120.5057226, 30.3425371 ], [ 120.5032203, 30.3425422 ], [ 120.5030618, 30.3425433 ], [ 120.502451, 30.3425411 ], [ 120.502043, 30.3425467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429871, 30.3391609 ], [ 120.5429892, 30.3395486 ], [ 120.54299, 30.340299 ], [ 120.542998, 30.3406347 ], [ 120.5430013, 30.3417846 ], [ 120.5430261, 30.3454467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428893, 30.3454536 ], [ 120.5428819, 30.344598 ], [ 120.54288, 30.3443713 ], [ 120.5428779, 30.3441272 ], [ 120.5428451, 30.3406347 ], [ 120.5428398, 30.3403013 ], [ 120.5428335, 30.3391769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.502047, 30.3424461 ], [ 120.5020479, 30.3423902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5020479, 30.3423902 ], [ 120.502047, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.502043, 30.3425467 ], [ 120.502047, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5923258, 30.3419153 ], [ 120.5923502, 30.3419179 ], [ 120.5933234, 30.3420023 ], [ 120.5938957, 30.3420564 ], [ 120.5940288, 30.342069 ], [ 120.5945695, 30.3421601 ], [ 120.5951745, 30.3423067 ], [ 120.5954355, 30.3423506 ], [ 120.5957075, 30.3423669 ], [ 120.5963536, 30.3424112 ], [ 120.5966447, 30.3424197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5966447, 30.3424197 ], [ 120.5963536, 30.3424112 ], [ 120.5957075, 30.3423669 ], [ 120.5954355, 30.3423506 ], [ 120.5951745, 30.3423067 ], [ 120.5945695, 30.3421601 ], [ 120.5940288, 30.342069 ], [ 120.5938957, 30.3420564 ], [ 120.5933234, 30.3420023 ], [ 120.5923502, 30.3419179 ], [ 120.5923258, 30.3419153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5966447, 30.3424197 ], [ 120.5968814, 30.3424267 ], [ 120.5977619, 30.3424689 ], [ 120.5985008, 30.3425245 ], [ 120.5993427, 30.3425911 ], [ 120.5999529, 30.34262 ], [ 120.6005218, 30.3426667 ], [ 120.6013369, 30.3427103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6013369, 30.3427103 ], [ 120.6005218, 30.3426667 ], [ 120.5999529, 30.34262 ], [ 120.5993427, 30.3425911 ], [ 120.5985008, 30.3425245 ], [ 120.5977619, 30.3424689 ], [ 120.5968814, 30.3424267 ], [ 120.5966447, 30.3424197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5923258, 30.3419153 ], [ 120.592327, 30.3424845 ], [ 120.5923425, 30.3432288 ], [ 120.5923163, 30.343802 ], [ 120.5916962, 30.3437621 ], [ 120.5906793, 30.3437065 ], [ 120.5895156, 30.3436132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5895156, 30.3436132 ], [ 120.5906793, 30.3437065 ], [ 120.5916962, 30.3437621 ], [ 120.5923163, 30.343802 ], [ 120.5923425, 30.3432288 ], [ 120.592327, 30.3424845 ], [ 120.5923258, 30.3419153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5966447, 30.3424197 ], [ 120.5966265, 30.3431199 ], [ 120.5966162, 30.3440065 ], [ 120.5965956, 30.3444375 ], [ 120.5965905, 30.3451241 ], [ 120.5965542, 30.3454302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5965542, 30.3454302 ], [ 120.5965905, 30.3451241 ], [ 120.5965956, 30.3444375 ], [ 120.5966162, 30.3440065 ], [ 120.5966265, 30.3431199 ], [ 120.5966447, 30.3424197 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6075655, 30.3437234 ], [ 120.6071464, 30.3438347 ], [ 120.6060937, 30.3441796 ], [ 120.6048655, 30.3446675 ], [ 120.6048313, 30.3446725 ], [ 120.6041052, 30.3447797 ], [ 120.604058, 30.3447834 ], [ 120.6027211, 30.3448891 ], [ 120.6025164, 30.3449003 ], [ 120.6014734, 30.344962 ], [ 120.6003979, 30.3450489 ], [ 120.6000489, 30.3451044 ], [ 120.5999398, 30.3451218 ], [ 120.5994297, 30.3451835 ], [ 120.5992283, 30.3452424 ], [ 120.5983802, 30.3453153 ], [ 120.5971781, 30.3454078 ], [ 120.5965542, 30.3454302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5965542, 30.3454302 ], [ 120.5971781, 30.3454078 ], [ 120.5983802, 30.3453153 ], [ 120.5992283, 30.3452424 ], [ 120.5994297, 30.3451835 ], [ 120.5999398, 30.3451218 ], [ 120.6000489, 30.3451044 ], [ 120.6003979, 30.3450489 ], [ 120.6014734, 30.344962 ], [ 120.6025164, 30.3449003 ], [ 120.6027211, 30.3448891 ], [ 120.604058, 30.3447834 ], [ 120.6041052, 30.3447797 ], [ 120.6048313, 30.3446725 ], [ 120.6048655, 30.3446675 ], [ 120.6060937, 30.3441796 ], [ 120.6071464, 30.3438347 ], [ 120.6075655, 30.3437234 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5587251, 30.3449806 ], [ 120.5588506, 30.3395655 ], [ 120.5588611, 30.3391149 ], [ 120.5588742, 30.3385485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5590074, 30.3385551 ], [ 120.5589882, 30.3391268 ], [ 120.5589729, 30.3395773 ], [ 120.5589171, 30.3412316 ], [ 120.55887, 30.3449845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495553, 30.3385045 ], [ 120.549557, 30.3391071 ], [ 120.5495584, 30.3395861 ], [ 120.5495594, 30.3399402 ], [ 120.54956, 30.3401625 ], [ 120.5495638, 30.3415295 ], [ 120.5495647, 30.3418314 ], [ 120.5495737, 30.3427369 ], [ 120.5495825, 30.3436235 ], [ 120.5495692, 30.3450647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494788, 30.3450771 ], [ 120.5494754, 30.3441909 ], [ 120.5494546, 30.3418407 ], [ 120.549436, 30.3399471 ], [ 120.5494326, 30.3396024 ], [ 120.5494261, 30.3391193 ], [ 120.549418, 30.3385133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5611973, 30.3450275 ], [ 120.5612376, 30.3435022 ], [ 120.5613225, 30.3397967 ], [ 120.5613315, 30.339405 ], [ 120.5613391, 30.3386703 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5614644, 30.3386765 ], [ 120.5614174, 30.3394096 ], [ 120.5614076, 30.3397969 ], [ 120.5612913, 30.3443772 ], [ 120.5612734, 30.3450276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.583522, 30.3413469 ], [ 120.583504, 30.3415513 ], [ 120.5834499, 30.3421934 ], [ 120.5834139, 30.3426956 ], [ 120.5833856, 30.3431222 ], [ 120.5833701, 30.3438887 ], [ 120.583365, 30.3439954 ], [ 120.5833264, 30.3447175 ], [ 120.5833186, 30.3451374 ], [ 120.583298, 30.3455129 ], [ 120.5832852, 30.3460417 ], [ 120.5832783, 30.346392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5832783, 30.346392 ], [ 120.5832852, 30.3460417 ], [ 120.583298, 30.3455129 ], [ 120.5833186, 30.3451374 ], [ 120.5833264, 30.3447175 ], [ 120.583365, 30.3439954 ], [ 120.5833701, 30.3438887 ], [ 120.5833856, 30.3431222 ], [ 120.5834139, 30.3426956 ], [ 120.5834499, 30.3421934 ], [ 120.583504, 30.3415513 ], [ 120.583522, 30.3413469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5659852, 30.3388996 ], [ 120.5659512, 30.3396787 ], [ 120.5659342, 30.340067 ], [ 120.565686, 30.3490163 ], [ 120.5656843, 30.3490749 ], [ 120.5656553, 30.3501219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655399, 30.3501214 ], [ 120.5655716, 30.3490659 ], [ 120.5655734, 30.3490073 ], [ 120.5658405, 30.340124 ], [ 120.5658541, 30.3396735 ], [ 120.5658772, 30.3389048 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.556265, 30.3449305 ], [ 120.5564645, 30.3449348 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5564645, 30.3449348 ], [ 120.5585796, 30.3449767 ], [ 120.5587251, 30.3449806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562632, 30.3450044 ], [ 120.556265, 30.3449305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5564645, 30.3449348 ], [ 120.5564625, 30.3450113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495692, 30.3450647 ], [ 120.5521879, 30.3449165 ], [ 120.5533815, 30.344898 ], [ 120.5544302, 30.3448864 ], [ 120.556265, 30.3449305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5587251, 30.3449806 ], [ 120.55887, 30.3449845 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.55887, 30.3449845 ], [ 120.5600521, 30.3450161 ], [ 120.5611973, 30.3450275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5564625, 30.3450113 ], [ 120.5562632, 30.3450044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5611973, 30.3450275 ], [ 120.5612734, 30.3450276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5611954, 30.3450994 ], [ 120.5590355, 30.3450809 ], [ 120.5579385, 30.3450369 ], [ 120.5564625, 30.3450113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967501, 30.3315269 ], [ 120.4991148, 30.3315084 ], [ 120.5021001, 30.3315026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5021001, 30.3315026 ], [ 120.4991148, 30.3315084 ], [ 120.4967501, 30.3315269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904999, 30.3314779 ], [ 120.4904977, 30.3323785 ], [ 120.4904788, 30.3366473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902739, 30.3366521 ], [ 120.4902864, 30.3347101 ], [ 120.4903081, 30.3314735 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799113, 30.3314878 ], [ 120.4799167, 30.336644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799167, 30.336644 ], [ 120.4799113, 30.3314878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752905, 30.3366358 ], [ 120.4752942, 30.3339949 ], [ 120.4752942, 30.3315011 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753972, 30.3314965 ], [ 120.4753903, 30.3336658 ], [ 120.4753898, 30.3366404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967501, 30.3315269 ], [ 120.4967782, 30.3366922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967782, 30.3366922 ], [ 120.4967501, 30.3315269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753898, 30.3366404 ], [ 120.4752905, 30.3366358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752905, 30.3366358 ], [ 120.4753898, 30.3366404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753898, 30.3366404 ], [ 120.4799167, 30.336644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799167, 30.336644 ], [ 120.4753898, 30.3366404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902739, 30.3366521 ], [ 120.486202, 30.3366489 ], [ 120.4799167, 30.336644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4799167, 30.336644 ], [ 120.486202, 30.3366489 ], [ 120.4902739, 30.3366521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902739, 30.3366521 ], [ 120.4904788, 30.3366473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904788, 30.3366473 ], [ 120.4902739, 30.3366521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904788, 30.3366473 ], [ 120.4936463, 30.3366699 ], [ 120.4939306, 30.3366719 ], [ 120.4967782, 30.3366922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967782, 30.3366922 ], [ 120.4939306, 30.3366719 ], [ 120.4936463, 30.3366699 ], [ 120.4904788, 30.3366473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3840915, 30.3356846 ], [ 120.3837638, 30.3357569 ], [ 120.3829358, 30.335905 ], [ 120.3818699, 30.3360805 ], [ 120.3798385, 30.3363963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3798129, 30.3362646 ], [ 120.3798385, 30.3363963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "千帆路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3798385, 30.3363963 ], [ 120.3798129, 30.3362646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748861, 30.3370503 ], [ 120.3755659, 30.3369276 ], [ 120.3769735, 30.3367136 ], [ 120.3774112, 30.3366503 ], [ 120.3783078, 30.3365207 ], [ 120.3798129, 30.3362646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3798385, 30.3363963 ], [ 120.3782687, 30.3366451 ], [ 120.3762138, 30.336964 ], [ 120.3748745, 30.3371846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.384822640428467, 30.337699893406228 ], [ 120.3840915, 30.3356846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3840915, 30.3356846 ], [ 120.384822640428467, 30.337699893406228 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3746843, 30.337068 ], [ 120.3748861, 30.3370503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748861, 30.3370503 ], [ 120.3748745, 30.3371846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3746884, 30.3372156 ], [ 120.3746843, 30.337068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4691584, 30.3366613 ], [ 120.4654931, 30.336659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4654931, 30.336659 ], [ 120.4691584, 30.3366613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4609799, 30.3356694 ], [ 120.4610197, 30.3373107 ], [ 120.4610443, 30.3383282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4610443, 30.3383282 ], [ 120.4610197, 30.3373107 ], [ 120.4609799, 30.3356694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.445131, 30.3431547 ], [ 120.4451147, 30.3424674 ], [ 120.4451127, 30.3423864 ], [ 120.4451016, 30.3411571 ], [ 120.4450122, 30.3400868 ], [ 120.4449731, 30.3389201 ], [ 120.444972, 30.3388999 ], [ 120.4449228, 30.3379751 ], [ 120.444869, 30.3369363 ], [ 120.4448542, 30.3366491 ], [ 120.4448151, 30.3358944 ], [ 120.4448055, 30.3357091 ], [ 120.444777, 30.3349454 ], [ 120.4447385, 30.3339108 ], [ 120.4447222, 30.3335546 ], [ 120.4446436, 30.3318353 ], [ 120.4446418, 30.3318042 ], [ 120.4446312, 30.3316264 ], [ 120.4445273, 30.3314604 ], [ 120.4444818, 30.3312461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4444818, 30.3312461 ], [ 120.4445273, 30.3314604 ], [ 120.4446312, 30.3316264 ], [ 120.4446418, 30.3318042 ], [ 120.4446436, 30.3318353 ], [ 120.4447222, 30.3335546 ], [ 120.4447385, 30.3339108 ], [ 120.444777, 30.3349454 ], [ 120.4448055, 30.3357091 ], [ 120.4448151, 30.3358944 ], [ 120.4448542, 30.3366491 ], [ 120.444869, 30.3369363 ], [ 120.4449228, 30.3379751 ], [ 120.444972, 30.3388999 ], [ 120.4449731, 30.3389201 ], [ 120.4450122, 30.3400868 ], [ 120.4451016, 30.3411571 ], [ 120.4451127, 30.3423864 ], [ 120.4451147, 30.3424674 ], [ 120.445131, 30.3431547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4450952, 30.3312744 ], [ 120.4450516, 30.3314307 ], [ 120.4449592, 30.3315799 ], [ 120.4449548, 30.3316593 ], [ 120.4449504, 30.33174 ], [ 120.4449451, 30.3318363 ], [ 120.4450005, 30.3333614 ], [ 120.4450566, 30.334674 ], [ 120.445068, 30.3352174 ], [ 120.4451288, 30.3366309 ], [ 120.4451853, 30.3379462 ], [ 120.4451864, 30.3379718 ], [ 120.4452278, 30.3389044 ], [ 120.44523, 30.3389538 ], [ 120.4452859, 30.3400868 ], [ 120.4453418, 30.3411619 ], [ 120.4453573, 30.3415306 ], [ 120.4453972, 30.3424785 ], [ 120.4454262, 30.3431686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4454262, 30.3431686 ], [ 120.4453972, 30.3424785 ], [ 120.4453573, 30.3415306 ], [ 120.4453418, 30.3411619 ], [ 120.4452859, 30.3400868 ], [ 120.44523, 30.3389538 ], [ 120.4452278, 30.3389044 ], [ 120.4451864, 30.3379718 ], [ 120.4451853, 30.3379462 ], [ 120.4451288, 30.3366309 ], [ 120.445068, 30.3352174 ], [ 120.4450566, 30.334674 ], [ 120.4450005, 30.3333614 ], [ 120.4449451, 30.3318363 ], [ 120.4449504, 30.33174 ], [ 120.4449548, 30.3316593 ], [ 120.4449592, 30.3315799 ], [ 120.4450516, 30.3314307 ], [ 120.4450952, 30.3312744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4413228, 30.331824 ], [ 120.4413227, 30.3318639 ], [ 120.4413512, 30.3330577 ], [ 120.4413654, 30.3339018 ], [ 120.4413742, 30.3345695 ], [ 120.4413759, 30.3346927 ], [ 120.4413791, 30.3349373 ], [ 120.4413886, 30.3356564 ], [ 120.4414504, 30.3366037 ], [ 120.4414462, 30.3369239 ], [ 120.441435, 30.3377779 ], [ 120.441435, 30.3379513 ], [ 120.4414582, 30.338912 ], [ 120.4414736, 30.3400327 ], [ 120.4414745, 30.3400726 ], [ 120.4414968, 30.3411401 ], [ 120.4415045, 30.3424009 ], [ 120.4414975, 30.3431547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4414975, 30.3431547 ], [ 120.4415045, 30.3424009 ], [ 120.4414968, 30.3411401 ], [ 120.4414745, 30.3400726 ], [ 120.4414736, 30.3400327 ], [ 120.4414582, 30.338912 ], [ 120.441435, 30.3379513 ], [ 120.441435, 30.3377779 ], [ 120.4414462, 30.3369239 ], [ 120.4414504, 30.3366037 ], [ 120.4413886, 30.3356564 ], [ 120.4413791, 30.3349373 ], [ 120.4413759, 30.3346927 ], [ 120.4413742, 30.3345695 ], [ 120.4413654, 30.3339018 ], [ 120.4413512, 30.3330577 ], [ 120.4413227, 30.3318639 ], [ 120.4413228, 30.331824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4373917, 30.3469875 ], [ 120.4374308, 30.3466895 ], [ 120.4374413, 30.3465932 ], [ 120.437737, 30.3439009 ], [ 120.4378542, 30.3434961 ], [ 120.4378086, 30.3429788 ], [ 120.4377435, 30.34195 ], [ 120.4377403, 30.3419116 ], [ 120.4376067, 30.3403251 ], [ 120.4375564, 30.3396667 ], [ 120.4374671, 30.3384974 ], [ 120.4373818, 30.3366478 ], [ 120.4373787, 30.3365804 ], [ 120.4372679, 30.3353434 ], [ 120.4372035, 30.3345087 ], [ 120.437091, 30.3330525 ], [ 120.437007, 30.3317493 ], [ 120.4369426, 30.3314027 ], [ 120.4367906, 30.3313164 ], [ 120.4366223, 30.3312862 ], [ 120.4359138, 30.3312866 ], [ 120.4358823, 30.3310555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4358823, 30.3310555 ], [ 120.4359138, 30.3312866 ], [ 120.4366223, 30.3312862 ], [ 120.4367906, 30.3313164 ], [ 120.4369426, 30.3314027 ], [ 120.437007, 30.3317493 ], [ 120.437091, 30.3330525 ], [ 120.4372035, 30.3345087 ], [ 120.4372679, 30.3353434 ], [ 120.4373787, 30.3365804 ], [ 120.4373818, 30.3366478 ], [ 120.4374671, 30.3384974 ], [ 120.4375564, 30.3396667 ], [ 120.4376067, 30.3403251 ], [ 120.4377403, 30.3419116 ], [ 120.4377435, 30.34195 ], [ 120.4378086, 30.3429788 ], [ 120.4378542, 30.3434961 ], [ 120.437737, 30.3439009 ], [ 120.4374413, 30.3465932 ], [ 120.4374308, 30.3466895 ], [ 120.4373917, 30.3469875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4382604, 30.3431752 ], [ 120.4414975, 30.3431547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4414975, 30.3431547 ], [ 120.4382604, 30.3431752 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5020393, 30.3367125 ], [ 120.4967782, 30.3366922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东四路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967782, 30.3366922 ], [ 120.5020393, 30.3367125 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753898, 30.3366404 ], [ 120.4753896, 30.3381109 ], [ 120.4753896, 30.3416961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.475286, 30.3417008 ], [ 120.475283, 30.3407544 ], [ 120.4752842, 30.3401371 ], [ 120.4752886, 30.3379549 ], [ 120.4752905, 30.3366358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904788, 30.3366473 ], [ 120.4904698, 30.3386818 ], [ 120.4904531, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902489, 30.3424461 ], [ 120.4902546, 30.3410328 ], [ 120.4902674, 30.3376714 ], [ 120.4902739, 30.3366521 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4967782, 30.3366922 ], [ 120.4968696, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968696, 30.3424461 ], [ 120.4967782, 30.3366922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.475286, 30.3417008 ], [ 120.4753896, 30.3416961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753896, 30.3416961 ], [ 120.475286, 30.3417008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4610604, 30.343164 ], [ 120.4610711, 30.340723 ], [ 120.4610693, 30.3405581 ], [ 120.4610443, 30.3383282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4610443, 30.3383282 ], [ 120.4610693, 30.3405581 ], [ 120.4610711, 30.340723 ], [ 120.4610604, 30.343164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.461098, 30.3432613 ], [ 120.4627165, 30.3432438 ], [ 120.4636634, 30.3432335 ], [ 120.4637332, 30.3431686 ], [ 120.4636795, 30.340635 ], [ 120.4636688, 30.3384301 ], [ 120.4632555, 30.3383282 ], [ 120.4626444, 30.3383282 ], [ 120.4610443, 30.3383282 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4610443, 30.3383282 ], [ 120.4626444, 30.3383282 ], [ 120.4632555, 30.3383282 ], [ 120.4636688, 30.3384301 ], [ 120.4636795, 30.340635 ], [ 120.4637332, 30.3431686 ], [ 120.4636634, 30.3432335 ], [ 120.4627165, 30.3432438 ], [ 120.461098, 30.3432613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4454262, 30.3431686 ], [ 120.4489095, 30.3431595 ], [ 120.4489631, 30.3431594 ], [ 120.4528756, 30.3431362 ], [ 120.4529653, 30.3431371 ], [ 120.454255, 30.3431501 ], [ 120.4557719, 30.3431357 ], [ 120.4568509, 30.3431255 ], [ 120.4576792, 30.3431177 ], [ 120.4577449, 30.3431193 ], [ 120.458237, 30.3431315 ], [ 120.4582427, 30.3431316 ], [ 120.4585594, 30.3431409 ], [ 120.4610604, 30.343164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4610604, 30.343164 ], [ 120.4585594, 30.3431409 ], [ 120.4582427, 30.3431316 ], [ 120.458237, 30.3431315 ], [ 120.4577449, 30.3431193 ], [ 120.4576792, 30.3431177 ], [ 120.4568509, 30.3431255 ], [ 120.4557719, 30.3431357 ], [ 120.454255, 30.3431501 ], [ 120.4529653, 30.3431371 ], [ 120.4528756, 30.3431362 ], [ 120.4489631, 30.3431594 ], [ 120.4489095, 30.3431595 ], [ 120.4454262, 30.3431686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.445131, 30.3431547 ], [ 120.4414975, 30.3431547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4414975, 30.3431547 ], [ 120.445131, 30.3431547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.445131, 30.3431547 ], [ 120.4451367, 30.343155 ], [ 120.4454205, 30.3431683 ], [ 120.4454262, 30.3431686 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4454262, 30.3431686 ], [ 120.4454205, 30.3431683 ], [ 120.4451367, 30.343155 ], [ 120.445131, 30.3431547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753896, 30.3416961 ], [ 120.4759376, 30.34171 ], [ 120.476812, 30.3417748 ], [ 120.4775496, 30.3418674 ], [ 120.4812001, 30.3423072 ], [ 120.4824608, 30.342423 ], [ 120.4835685, 30.3424508 ], [ 120.4844909, 30.342469 ], [ 120.4849794, 30.3424647 ], [ 120.4902489, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902489, 30.3424461 ], [ 120.4849794, 30.3424647 ], [ 120.4844909, 30.342469 ], [ 120.4835685, 30.3424508 ], [ 120.4824608, 30.342423 ], [ 120.4812001, 30.3423072 ], [ 120.4775496, 30.3418674 ], [ 120.476812, 30.3417748 ], [ 120.4759376, 30.34171 ], [ 120.4753896, 30.3416961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902489, 30.3424461 ], [ 120.4904531, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904531, 30.3424461 ], [ 120.4902489, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968696, 30.3424461 ], [ 120.502047, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.502047, 30.3424461 ], [ 120.4968696, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904531, 30.3424461 ], [ 120.4968696, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东五路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968696, 30.3424461 ], [ 120.4904531, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904531, 30.3424461 ], [ 120.4903992, 30.3441817 ], [ 120.4904033, 30.3446049 ], [ 120.4904376, 30.3459859 ], [ 120.4904304, 30.3476424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902261, 30.3476471 ], [ 120.4902414, 30.3459891 ], [ 120.4902419, 30.3459404 ], [ 120.4902043, 30.3445979 ], [ 120.4902072, 30.3441871 ], [ 120.4902489, 30.3424461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752886, 30.3521237 ], [ 120.4752886, 30.3508637 ], [ 120.4752718, 30.3474409 ], [ 120.4752857, 30.3455246 ], [ 120.4752942, 30.3443418 ], [ 120.475294, 30.344267 ], [ 120.4752929, 30.3439183 ], [ 120.4752929, 30.3439133 ], [ 120.475286, 30.3417008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753896, 30.3416961 ], [ 120.4753896, 30.3425812 ], [ 120.4753909, 30.3438187 ], [ 120.4753914, 30.3442694 ], [ 120.4753927, 30.3455247 ], [ 120.4753939, 30.3467163 ], [ 120.4754025, 30.3509443 ], [ 120.4753975, 30.3521329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902261, 30.3476471 ], [ 120.4853461, 30.3475454 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4853461, 30.3475454 ], [ 120.4902261, 30.3476471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902261, 30.3476471 ], [ 120.4904304, 30.3476424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904304, 30.3476424 ], [ 120.4902261, 30.3476471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.496883, 30.3477841 ], [ 120.4952082, 30.3477533 ], [ 120.4947285, 30.3477444 ], [ 120.4904304, 30.3476424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904304, 30.3476424 ], [ 120.4947285, 30.3477444 ], [ 120.4952082, 30.3477533 ], [ 120.496883, 30.3477841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.496883, 30.3477841 ], [ 120.4987518, 30.3478185 ], [ 120.5019957, 30.3478785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5019957, 30.3478785 ], [ 120.4987518, 30.3478185 ], [ 120.496883, 30.3477841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904304, 30.3476424 ], [ 120.4904172, 30.3506711 ], [ 120.49041, 30.3524153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902215, 30.3524108 ], [ 120.4902102, 30.3493619 ], [ 120.4902261, 30.3476471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968715, 30.3525095 ], [ 120.496883, 30.3477841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.496883, 30.3477841 ], [ 120.4968715, 30.3525095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752886, 30.3521237 ], [ 120.4753975, 30.3521329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752886, 30.3522765 ], [ 120.4752886, 30.3521237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753975, 30.3521329 ], [ 120.4753969, 30.3522742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753975, 30.3521329 ], [ 120.4788846, 30.3521931 ], [ 120.4828007, 30.3522996 ], [ 120.4859925, 30.3523552 ], [ 120.4902215, 30.3524108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753969, 30.3522742 ], [ 120.4752886, 30.3522765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4810839, 30.3523804 ], [ 120.4779137, 30.3523228 ], [ 120.4753969, 30.3522742 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5562632, 30.3450044 ], [ 120.5544248, 30.3449651 ], [ 120.5530998, 30.3449628 ], [ 120.552145, 30.3449767 ], [ 120.5508977, 30.34506 ], [ 120.5495846, 30.3451573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5611954, 30.3450994 ], [ 120.5611973, 30.3450275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5612734, 30.3450276 ], [ 120.5612715, 30.3450995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494788, 30.3450771 ], [ 120.5495692, 30.3450647 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5612715, 30.3450995 ], [ 120.5611954, 30.3450994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495692, 30.3450647 ], [ 120.5495846, 30.3451573 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494798, 30.3451619 ], [ 120.5494788, 30.3450771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495846, 30.3451573 ], [ 120.5494798, 30.3451619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430261, 30.3454467 ], [ 120.5455601, 30.345317 ], [ 120.5494788, 30.3450771 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5494798, 30.3451619 ], [ 120.5483818, 30.3452012 ], [ 120.5460483, 30.3453471 ], [ 120.5449003, 30.3454119 ], [ 120.5437389, 30.3455022 ], [ 120.5430267, 30.3455392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826811, 30.3497542 ], [ 120.5826899, 30.34962 ], [ 120.5826926, 30.3488585 ], [ 120.5827811, 30.3467521 ], [ 120.5828723, 30.3446087 ], [ 120.5829126, 30.3434281 ], [ 120.5830044, 30.3413046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5830044, 30.3413046 ], [ 120.5829126, 30.3434281 ], [ 120.5828723, 30.3446087 ], [ 120.5827811, 30.3467521 ], [ 120.5826926, 30.3488585 ], [ 120.5826899, 30.34962 ], [ 120.5826811, 30.3497542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5561366, 30.3501363 ], [ 120.5562339, 30.3462585 ], [ 120.5562632, 30.3450044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5564625, 30.3450113 ], [ 120.5563857, 30.3480132 ], [ 120.5563213, 30.3501411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5612715, 30.3450995 ], [ 120.5611786, 30.3484835 ], [ 120.5611369, 30.3501687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610448, 30.3501705 ], [ 120.5611411, 30.3471502 ], [ 120.5611954, 30.3450994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495846, 30.3451573 ], [ 120.5496166, 30.3479419 ], [ 120.5496633, 30.3504939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495292, 30.3505076 ], [ 120.549509, 30.3479037 ], [ 120.5494798, 30.3451619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5831461, 30.3497298 ], [ 120.583159, 30.3492833 ], [ 120.5831848, 30.3488256 ], [ 120.5832156, 30.348088 ], [ 120.5832337, 30.3473459 ], [ 120.583244, 30.3467593 ], [ 120.5832783, 30.346392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5832783, 30.346392 ], [ 120.583244, 30.3467593 ], [ 120.5832337, 30.3473459 ], [ 120.5832156, 30.348088 ], [ 120.5831848, 30.3488256 ], [ 120.583159, 30.3492833 ], [ 120.5831461, 30.3497298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.502047, 30.3424461 ], [ 120.502043, 30.3425467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.502043, 30.3425467 ], [ 120.5020422, 30.3428636 ], [ 120.5020314, 30.3443618 ], [ 120.5020281, 30.3448124 ], [ 120.5020213, 30.3457581 ], [ 120.5020178, 30.3462376 ], [ 120.5020144, 30.3467136 ], [ 120.5019957, 30.3478785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5019957, 30.3478785 ], [ 120.5020144, 30.3467136 ], [ 120.5020178, 30.3462376 ], [ 120.5020213, 30.3457581 ], [ 120.5020281, 30.3448124 ], [ 120.5020314, 30.3443618 ], [ 120.5020422, 30.3428636 ], [ 120.502043, 30.3425467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5428893, 30.3454536 ], [ 120.5430261, 30.3454467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430261, 30.3454467 ], [ 120.5430267, 30.3455392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.54289, 30.3455392 ], [ 120.5428893, 30.3454536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "江东六路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430267, 30.3455392 ], [ 120.54289, 30.3455392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5332581, 30.3418384 ], [ 120.5323458, 30.3433212 ], [ 120.5321452, 30.3437207 ], [ 120.5320282, 30.3440925 ], [ 120.5319793, 30.3445594 ], [ 120.5319823, 30.344843 ], [ 120.5319949, 30.3453299 ], [ 120.5319827, 30.3476633 ], [ 120.5319827, 30.3502634 ], [ 120.5319923, 30.3507579 ], [ 120.5320011, 30.3512085 ], [ 120.5320064, 30.3514794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318896, 30.351485 ], [ 120.5318927, 30.3512121 ], [ 120.5318977, 30.3507614 ], [ 120.5319138, 30.3493208 ], [ 120.5318976, 30.3475266 ], [ 120.5318971, 30.3446217 ], [ 120.5319348, 30.3441382 ], [ 120.5320059, 30.3438232 ], [ 120.5321183, 30.3435231 ], [ 120.5330654, 30.3419534 ], [ 120.5331037, 30.3418898 ], [ 120.5331327, 30.3418511 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430267, 30.3455392 ], [ 120.5430389, 30.3473262 ], [ 120.5430892, 30.3509605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429155, 30.3509669 ], [ 120.5429155, 30.348502 ], [ 120.54289, 30.3455392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5019492, 30.352613 ], [ 120.501959, 30.350166 ], [ 120.5019957, 30.3478785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5019957, 30.3478785 ], [ 120.501959, 30.350166 ], [ 120.5019492, 30.352613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5429155, 30.3509669 ], [ 120.5430892, 30.3509605 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.542908, 30.3511087 ], [ 120.5429155, 30.3509669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430895, 30.3511006 ], [ 120.542908, 30.3511087 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5320064, 30.3514794 ], [ 120.535874, 30.351294 ], [ 120.5401283, 30.3511053 ], [ 120.5402567, 30.3510996 ], [ 120.5425742, 30.3509792 ], [ 120.5429155, 30.3509669 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.542908, 30.3511087 ], [ 120.5425024, 30.3511268 ], [ 120.5395627, 30.3512541 ], [ 120.5370709, 30.351393 ], [ 120.535467, 30.3514393 ], [ 120.5336297, 30.3515249 ], [ 120.532007, 30.3515996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318896, 30.351485 ], [ 120.5320064, 30.3514794 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5320064, 30.3514794 ], [ 120.532007, 30.3515996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826571, 30.3501182 ], [ 120.5826811, 30.3497542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826811, 30.3497542 ], [ 120.5826571, 30.3501182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826811, 30.3497542 ], [ 120.5823364, 30.3499105 ], [ 120.5821948, 30.3501342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5821948, 30.3501342 ], [ 120.5823364, 30.3499105 ], [ 120.5826811, 30.3497542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655399, 30.3501214 ], [ 120.5656553, 30.3501219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5821948, 30.3501342 ], [ 120.5824372, 30.3501182 ], [ 120.5826571, 30.3501182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5561366, 30.3501363 ], [ 120.5563213, 30.3501411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5656553, 30.3501219 ], [ 120.5671325, 30.3501275 ], [ 120.5705764, 30.3501506 ], [ 120.5742135, 30.350146 ], [ 120.5781295, 30.350146 ], [ 120.5818042, 30.3501599 ], [ 120.5821948, 30.3501342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5611369, 30.3501687 ], [ 120.5622482, 30.3501715 ], [ 120.5655399, 30.3501214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5563213, 30.3501411 ], [ 120.5589195, 30.3501321 ], [ 120.5610448, 30.3501705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610448, 30.3501705 ], [ 120.5611369, 30.3501687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655425, 30.3502625 ], [ 120.5655399, 30.3501214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5656553, 30.3501219 ], [ 120.5656526, 30.3502629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.556133, 30.3502783 ], [ 120.5561366, 30.3501363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5563213, 30.3501411 ], [ 120.5563169, 30.3502873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5611369, 30.3501687 ], [ 120.5611344, 30.3502856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610337, 30.3502886 ], [ 120.5610448, 30.3501705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826222, 30.3503682 ], [ 120.5826571, 30.3501182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826571, 30.3501182 ], [ 120.5826222, 30.3503682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5821664, 30.3503564 ], [ 120.5821948, 30.3501342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5821948, 30.3501342 ], [ 120.5821664, 30.3503564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5656526, 30.3502629 ], [ 120.5655425, 30.3502625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610337, 30.3502886 ], [ 120.5597188, 30.3502455 ], [ 120.5563169, 30.3502873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655425, 30.3502625 ], [ 120.5611344, 30.3502856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5563169, 30.3502873 ], [ 120.556133, 30.3502783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5611344, 30.3502856 ], [ 120.5610337, 30.3502886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5496633, 30.3504939 ], [ 120.5507603, 30.3503821 ], [ 120.5523267, 30.3502154 ], [ 120.553995, 30.3501182 ], [ 120.5558565, 30.3501321 ], [ 120.5561366, 30.3501363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5821664, 30.3503564 ], [ 120.5820831, 30.3503543 ], [ 120.581662, 30.3502987 ], [ 120.5781778, 30.3502849 ], [ 120.5752488, 30.3502779 ], [ 120.5705496, 30.350264 ], [ 120.5660542, 30.350264 ], [ 120.5656526, 30.3502629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826222, 30.3503682 ], [ 120.5821664, 30.3503564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.556133, 30.3502783 ], [ 120.5552288, 30.3502478 ], [ 120.5542605, 30.3502617 ], [ 120.5532494, 30.3502941 ], [ 120.5521952, 30.3503589 ], [ 120.5506579, 30.3505263 ], [ 120.5502185, 30.3505742 ], [ 120.5496653, 30.3506312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495292, 30.3505076 ], [ 120.5496633, 30.3504939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5496633, 30.3504939 ], [ 120.5496653, 30.3506312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495356, 30.3506446 ], [ 120.5495292, 30.3505076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5825752, 30.3508613 ], [ 120.5823182, 30.3506907 ], [ 120.5821664, 30.3503564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5821664, 30.3503564 ], [ 120.5823182, 30.3506907 ], [ 120.5825752, 30.3508613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826222, 30.3503682 ], [ 120.5826175, 30.3505157 ], [ 120.5825752, 30.3508613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5825752, 30.3508613 ], [ 120.5826175, 30.3505157 ], [ 120.5826222, 30.3503682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5496653, 30.3506312 ], [ 120.5495356, 30.3506446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430892, 30.3509605 ], [ 120.5447414, 30.3509005 ], [ 120.5464687, 30.350808 ], [ 120.5481263, 30.3506506 ], [ 120.5495292, 30.3505076 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5495356, 30.3506446 ], [ 120.5472788, 30.3508774 ], [ 120.545198, 30.3510064 ], [ 120.5430895, 30.3511006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "丰悦路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430892, 30.3509605 ], [ 120.5430895, 30.3511006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5656526, 30.3502629 ], [ 120.5655209, 30.3544215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.565416, 30.3544251 ], [ 120.5655425, 30.3502625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5611344, 30.3502856 ], [ 120.5610392, 30.3543394 ], [ 120.5610387, 30.3545766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.560945, 30.3546264 ], [ 120.5609962, 30.3527239 ], [ 120.5610337, 30.3502886 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5560124, 30.3547701 ], [ 120.5560864, 30.352136 ], [ 120.556133, 30.3502783 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5563169, 30.3502873 ], [ 120.5561809, 30.354785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5819497, 30.3547213 ], [ 120.5817726, 30.3540293 ], [ 120.5817914, 30.3538904 ], [ 120.5820355, 30.3532377 ], [ 120.5823466, 30.3527053 ], [ 120.5823708, 30.3525294 ], [ 120.5825752, 30.3508613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5825752, 30.3508613 ], [ 120.5823708, 30.3525294 ], [ 120.5823466, 30.3527053 ], [ 120.5820355, 30.3532377 ], [ 120.5817914, 30.3538904 ], [ 120.5817726, 30.3540293 ], [ 120.5819497, 30.3547213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.565416, 30.3544251 ], [ 120.5655209, 30.3544215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5832783, 30.346392 ], [ 120.5839314, 30.3463667 ], [ 120.5847112, 30.3463415 ], [ 120.5849275, 30.346319 ], [ 120.5855462, 30.3462546 ], [ 120.5863325, 30.3462041 ], [ 120.5867257, 30.3461565 ], [ 120.5869368, 30.3461368 ], [ 120.587434, 30.3461032 ], [ 120.5885712, 30.3460219 ], [ 120.5896466, 30.3459574 ], [ 120.5903387, 30.3459097 ], [ 120.5913979, 30.3458116 ], [ 120.5921127, 30.3457583 ], [ 120.5938055, 30.3456461 ], [ 120.5938339, 30.3456437 ], [ 120.5942604, 30.3456069 ], [ 120.5952211, 30.3455344 ], [ 120.5954987, 30.3455088 ], [ 120.5965542, 30.3454302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5965542, 30.3454302 ], [ 120.5954987, 30.3455088 ], [ 120.5952211, 30.3455344 ], [ 120.5942604, 30.3456069 ], [ 120.5938339, 30.3456437 ], [ 120.5938055, 30.3456461 ], [ 120.5921127, 30.3457583 ], [ 120.5913979, 30.3458116 ], [ 120.5903387, 30.3459097 ], [ 120.5896466, 30.3459574 ], [ 120.5885712, 30.3460219 ], [ 120.587434, 30.3461032 ], [ 120.5869368, 30.3461368 ], [ 120.5867257, 30.3461565 ], [ 120.5863325, 30.3462041 ], [ 120.5855462, 30.3462546 ], [ 120.5849275, 30.346319 ], [ 120.5847112, 30.3463415 ], [ 120.5839314, 30.3463667 ], [ 120.5832783, 30.346392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5826571, 30.3501182 ], [ 120.5826628, 30.3501184 ], [ 120.5831523, 30.3501396 ], [ 120.5835772, 30.3501012 ], [ 120.5847516, 30.3500047 ], [ 120.5858803, 30.3497848 ], [ 120.5877311, 30.3493554 ], [ 120.5899461, 30.348905 ], [ 120.5917362, 30.3484809 ], [ 120.5928732, 30.3482599 ], [ 120.5943961, 30.3479103 ], [ 120.5944692, 30.3479659 ], [ 120.5944308, 30.348029 ], [ 120.5936295, 30.348219 ], [ 120.592161, 30.3485489 ], [ 120.5910262, 30.3488579 ], [ 120.5890419, 30.3493135 ], [ 120.5872153, 30.3496591 ], [ 120.5852917, 30.3500885 ], [ 120.5841057, 30.3502989 ], [ 120.5831556, 30.3503294 ], [ 120.5831454, 30.3503301 ], [ 120.5826279, 30.3503678 ], [ 120.5826222, 30.3503682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6063219, 30.3474717 ], [ 120.6063343, 30.3475656 ], [ 120.6063019, 30.349277 ], [ 120.6062525, 30.3495247 ], [ 120.6061288, 30.3500541 ], [ 120.606008, 30.3508414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.606008, 30.3508414 ], [ 120.6061288, 30.3500541 ], [ 120.6062525, 30.3495247 ], [ 120.6063019, 30.349277 ], [ 120.6063343, 30.3475656 ], [ 120.6063219, 30.3474717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5819497, 30.3547213 ], [ 120.5822183, 30.3546526 ], [ 120.5825276, 30.3542941 ], [ 120.5829077, 30.3538365 ], [ 120.5832523, 30.3534857 ], [ 120.5837826, 30.3528146 ], [ 120.5844101, 30.3520596 ], [ 120.5852851, 30.3518689 ], [ 120.5860787, 30.351647 ], [ 120.5862395, 30.351602 ], [ 120.5879187, 30.3512283 ], [ 120.5885907, 30.3510882 ], [ 120.5913213, 30.350519 ], [ 120.5938667, 30.3499546 ], [ 120.5949384, 30.3497321 ], [ 120.595222, 30.3496733 ], [ 120.5971367, 30.3492758 ], [ 120.6003625, 30.3486733 ], [ 120.6028862, 30.3481513 ], [ 120.6042621, 30.3478791 ], [ 120.6055415, 30.347626 ], [ 120.6059648, 30.3475385 ], [ 120.6063219, 30.3474717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6063219, 30.3474717 ], [ 120.6059648, 30.3475385 ], [ 120.6055415, 30.347626 ], [ 120.6042621, 30.3478791 ], [ 120.6028862, 30.3481513 ], [ 120.6003625, 30.3486733 ], [ 120.5971367, 30.3492758 ], [ 120.595222, 30.3496733 ], [ 120.5949384, 30.3497321 ], [ 120.5938667, 30.3499546 ], [ 120.5913213, 30.350519 ], [ 120.5885907, 30.3510882 ], [ 120.5879187, 30.3512283 ], [ 120.5862395, 30.351602 ], [ 120.5860787, 30.351647 ], [ 120.5852851, 30.3518689 ], [ 120.5844101, 30.3520596 ], [ 120.5837826, 30.3528146 ], [ 120.5832523, 30.3534857 ], [ 120.5829077, 30.3538365 ], [ 120.5825276, 30.3542941 ], [ 120.5822183, 30.3546526 ], [ 120.5819497, 30.3547213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.604368, 30.3616202 ], [ 120.6044002, 30.3613556 ], [ 120.6044064, 30.3612894 ], [ 120.6044652, 30.361013 ], [ 120.6046409, 30.359807 ], [ 120.6052824, 30.3555981 ], [ 120.6054979, 30.3541837 ], [ 120.6058963, 30.3515697 ], [ 120.606008, 30.3508414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.606008, 30.3508414 ], [ 120.6058963, 30.3515697 ], [ 120.6054979, 30.3541837 ], [ 120.6052824, 30.3555981 ], [ 120.6046409, 30.359807 ], [ 120.6044652, 30.361013 ], [ 120.6044064, 30.3612894 ], [ 120.6044002, 30.3613556 ], [ 120.604368, 30.3616202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6579578, 30.3566743 ], [ 120.6578692, 30.3568093 ], [ 120.6576359, 30.3567909 ], [ 120.6565859, 30.3567818 ], [ 120.6563526, 30.3568184 ], [ 120.6562783, 30.3568367 ], [ 120.6562783, 30.3568916 ], [ 120.6562783, 30.3569465 ], [ 120.6562783, 30.357395 ], [ 120.6562783, 30.3578892 ], [ 120.6562677, 30.3584566 ], [ 120.6563526, 30.3589508 ], [ 120.6558435, 30.3589416 ], [ 120.6558674, 30.3595782 ], [ 120.6558842, 30.3600271 ], [ 120.6558846, 30.3600368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.345732, 30.3336309 ], [ 120.343721, 30.3337679 ], [ 120.3428456, 30.3337356 ], [ 120.3420205, 30.3336899 ], [ 120.339114, 30.3335019 ], [ 120.3367355, 30.333382 ], [ 120.3346877, 30.3332543 ], [ 120.33316, 30.3331563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3457062, 30.3335054 ], [ 120.3458534, 30.3335493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.345732, 30.3336309 ], [ 120.3457062, 30.3335054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "围垦街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458534, 30.3335493 ], [ 120.345732, 30.3336309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3341708, 30.3378375 ], [ 120.3340561, 30.3373902 ], [ 120.3334296, 30.3349531 ], [ 120.3331111, 30.3337139 ], [ 120.3330378, 30.3334172 ], [ 120.3329687, 30.3331484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.33316, 30.3331563 ], [ 120.3332244, 30.3334099 ], [ 120.3332978, 30.333691 ], [ 120.3336463, 30.335053 ], [ 120.3339334, 30.3361615 ], [ 120.3341124, 30.336853 ], [ 120.3342442, 30.337397 ], [ 120.334353, 30.3378459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3458534, 30.3335493 ], [ 120.3459472, 30.3338268 ], [ 120.3460133, 30.33402 ], [ 120.3468112, 30.3368371 ], [ 120.3468894, 30.3373583 ], [ 120.3469139, 30.3378323 ], [ 120.3468712, 30.338373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3467083, 30.3383635 ], [ 120.3467427, 30.337596 ], [ 120.3466719, 30.3368581 ], [ 120.346456, 30.3360096 ], [ 120.3458634, 30.3340433 ], [ 120.345802, 30.3338416 ], [ 120.345732, 30.3336309 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3341708, 30.3378375 ], [ 120.334353, 30.3378459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3342016, 30.3379586 ], [ 120.3341708, 30.3378375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文淙北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3840453, 30.3355588 ], [ 120.3840915, 30.3356846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3653106, 30.3336188 ], [ 120.3654293, 30.3342656 ], [ 120.3655694, 30.3347927 ], [ 120.3658147, 30.3355616 ], [ 120.3664303, 30.337458 ], [ 120.3665104, 30.337769 ], [ 120.3665517, 30.3379403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3663831, 30.3379443 ], [ 120.3662191, 30.3373804 ], [ 120.3659919, 30.3366449 ], [ 120.3658352, 30.3361139 ], [ 120.3654949, 30.334971 ], [ 120.3654326, 30.3347842 ], [ 120.3653046, 30.334211 ], [ 120.3651659, 30.333621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3541423, 30.3387055 ], [ 120.3546252, 30.3330711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3546252, 30.3330711 ], [ 120.3541423, 30.3387055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3798129, 30.3362646 ], [ 120.381006, 30.3360939 ], [ 120.3818577, 30.3359541 ], [ 120.3828648, 30.335787 ], [ 120.3836621, 30.3356331 ], [ 120.3840453, 30.3355588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通宇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3620996, 30.3384077 ], [ 120.362223, 30.3370216 ], [ 120.3624126, 30.3334904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通宇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3624126, 30.3334904 ], [ 120.362223, 30.3370216 ], [ 120.3620996, 30.3384077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翔龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569588, 30.3388166 ], [ 120.3572013, 30.3360904 ], [ 120.3574198, 30.3332041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翔龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3574198, 30.3332041 ], [ 120.3572013, 30.3360904 ], [ 120.3569588, 30.3388166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748745, 30.3371846 ], [ 120.3746884, 30.3372156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三号大堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3677477, 30.3379786 ], [ 120.3673861, 30.3368547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三号大堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3673861, 30.3368547 ], [ 120.3677477, 30.3379786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3677477, 30.3379786 ], [ 120.3694421, 30.3380206 ], [ 120.3703854, 30.337929 ], [ 120.3723829, 30.3375268 ], [ 120.3746843, 30.337068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3746884, 30.3372156 ], [ 120.3730188, 30.3375592 ], [ 120.3704553, 30.3380556 ], [ 120.3694566, 30.3381311 ], [ 120.367796, 30.3381086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3663831, 30.3379443 ], [ 120.3665517, 30.3379403 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3665517, 30.3379403 ], [ 120.3669412, 30.3379649 ], [ 120.3676704, 30.3379752 ], [ 120.3677477, 30.3379786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3665517, 30.3379403 ], [ 120.3664939, 30.3380998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664939, 30.3380998 ], [ 120.3663831, 30.3379443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.367796, 30.3381086 ], [ 120.3677022, 30.3381067 ], [ 120.3669464, 30.3381098 ], [ 120.3664939, 30.3380998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.334353, 30.3378459 ], [ 120.3343856, 30.3379672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3343856, 30.3379672 ], [ 120.3342016, 30.3379586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.334353, 30.3378459 ], [ 120.3349192, 30.3378643 ], [ 120.3363226, 30.33791 ], [ 120.3387349, 30.3380027 ], [ 120.3434557, 30.3382234 ], [ 120.3467083, 30.3383635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3467028, 30.3384856 ], [ 120.3434469, 30.3383539 ], [ 120.3387268, 30.3381525 ], [ 120.3349368, 30.3379908 ], [ 120.3343856, 30.3379672 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3467083, 30.3383635 ], [ 120.3468712, 30.338373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3467028, 30.3384856 ], [ 120.3467083, 30.3383635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3468712, 30.338373 ], [ 120.3468625, 30.3384926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3468625, 30.3384926 ], [ 120.3467028, 30.3384856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3468712, 30.338373 ], [ 120.3470725, 30.3383852 ], [ 120.34741, 30.3384003 ], [ 120.3474876, 30.3384034 ], [ 120.3497724, 30.3385061 ], [ 120.3514103, 30.3385797 ], [ 120.3541423, 30.3387055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3541404, 30.338801 ], [ 120.3513999, 30.3386953 ], [ 120.3512593, 30.3386876 ], [ 120.3474759, 30.3385268 ], [ 120.3474041, 30.338523 ], [ 120.3470698, 30.3385039 ], [ 120.3468625, 30.3384926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3620996, 30.3384077 ], [ 120.366261, 30.3379459 ], [ 120.3663831, 30.3379443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664939, 30.3380998 ], [ 120.3662752, 30.3380863 ], [ 120.3637717, 30.3383536 ], [ 120.3620849, 30.3385729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通宇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3620996, 30.3384077 ], [ 120.3620849, 30.3385729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通宇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3620849, 30.3385729 ], [ 120.3620996, 30.3384077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569588, 30.3388166 ], [ 120.3578849, 30.3388457 ], [ 120.3586031, 30.3388114 ], [ 120.3620996, 30.3384077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3541423, 30.3387055 ], [ 120.3541404, 30.338801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3541404, 30.338801 ], [ 120.3541423, 30.3387055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3541423, 30.3387055 ], [ 120.3569588, 30.3388166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3620849, 30.3385729 ], [ 120.3602404, 30.3387611 ], [ 120.3585107, 30.338952 ], [ 120.3578693, 30.3389761 ], [ 120.3569474, 30.3389442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569474, 30.3389442 ], [ 120.3541404, 30.338801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翔龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569474, 30.3389442 ], [ 120.3569588, 30.3388166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翔龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569588, 30.3388166 ], [ 120.3569474, 30.3389442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3664939, 30.3380998 ], [ 120.3666547, 30.3388386 ], [ 120.3668495, 30.33953 ], [ 120.3670501, 30.3400803 ], [ 120.367275, 30.3405955 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文津北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.367275, 30.3405955 ], [ 120.3670501, 30.3400803 ], [ 120.3668495, 30.33953 ], [ 120.3666547, 30.3388386 ], [ 120.3664939, 30.3380998 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3539306, 30.3415121 ], [ 120.3539993, 30.3406242 ], [ 120.3541404, 30.338801 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3541404, 30.338801 ], [ 120.3539993, 30.3406242 ], [ 120.3539306, 30.3415121 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翔龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3567505, 30.3418484 ], [ 120.3569474, 30.3389442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翔龙路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3569474, 30.3389442 ], [ 120.3567505, 30.3418484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通宇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.361848, 30.3424472 ], [ 120.3620092, 30.3399711 ], [ 120.3620849, 30.3385729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "通宇路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3620849, 30.3385729 ], [ 120.3620092, 30.3399711 ], [ 120.361848, 30.3424472 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.319545, 30.3317942 ], [ 120.3195289, 30.3321121 ], [ 120.3195245, 30.3323171 ], [ 120.3194969, 30.3328671 ], [ 120.3194454, 30.3335562 ], [ 120.31944, 30.3336286 ], [ 120.319387, 30.3349247 ], [ 120.319348, 30.3360662 ], [ 120.3193112, 30.3376096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3191282, 30.3376005 ], [ 120.3193112, 30.3376096 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3191332, 30.3377539 ], [ 120.3191282, 30.3376005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3193112, 30.3376096 ], [ 120.3193027, 30.3377533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135075, 30.3377961 ], [ 120.3145349, 30.3378009 ], [ 120.3154838, 30.3377647 ], [ 120.3164836, 30.3376695 ], [ 120.3178115, 30.3375774 ], [ 120.318596, 30.3375765 ], [ 120.3191282, 30.3376005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3193112, 30.3376096 ], [ 120.324162, 30.3378484 ], [ 120.3264807, 30.3378586 ], [ 120.3291433, 30.3378335 ], [ 120.3336972, 30.3378371 ], [ 120.3341708, 30.3378375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3193027, 30.3377533 ], [ 120.3191332, 30.3377539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3191332, 30.3377539 ], [ 120.3180938, 30.3377182 ], [ 120.3172335, 30.3377365 ], [ 120.3153349, 30.3378888 ], [ 120.3144289, 30.3379355 ], [ 120.3135149, 30.3379193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "银海街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3342016, 30.3379586 ], [ 120.3337345, 30.33796 ], [ 120.3291352, 30.337974 ], [ 120.3241617, 30.3379649 ], [ 120.3193027, 30.3377533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3193027, 30.3377533 ], [ 120.3192992, 30.3380311 ], [ 120.3192465, 30.3403364 ], [ 120.3192414, 30.3407057 ], [ 120.3192399, 30.3408163 ], [ 120.3192307, 30.3409466 ], [ 120.3192014, 30.3410955 ], [ 120.3191459, 30.3413295 ], [ 120.3191244, 30.3416101 ], [ 120.3190306, 30.3426422 ], [ 120.319015, 30.3428133 ], [ 120.3188552, 30.3445482 ], [ 120.3186838, 30.3464706 ], [ 120.3185251, 30.348284 ], [ 120.3182977, 30.350425 ], [ 120.3182648, 30.3507349 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "文海北路", "春澜路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3748745, 30.3371846 ], [ 120.3748916, 30.3406409 ], [ 120.3749489, 30.3411427 ], [ 120.3750466, 30.3418533 ], [ 120.3753862, 30.3430215 ], [ 120.3757397, 30.3438525 ], [ 120.3759461, 30.3442449 ], [ 120.376151401982881, 30.344649265680047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "文海北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.376009069757913, 30.34476333469383 ], [ 120.3757643, 30.3442413 ], [ 120.3754026, 30.3434621 ], [ 120.3750567, 30.3425188 ], [ 120.3748746, 30.3417559 ], [ 120.3747459, 30.3407815 ], [ 120.3747168, 30.3392661 ], [ 120.3746939, 30.3380761 ], [ 120.3746884, 30.3372156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三号大堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3701244, 30.3453129 ], [ 120.369821, 30.3443911 ], [ 120.3693714, 30.3428673 ], [ 120.3682258, 30.3393644 ], [ 120.367796, 30.3381086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三号大堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.367796, 30.3381086 ], [ 120.3682258, 30.3393644 ], [ 120.3693714, 30.3428673 ], [ 120.369821, 30.3443911 ], [ 120.3701244, 30.3453129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.374152096870844, 30.346251564544225 ], [ 120.3739976, 30.346221 ], [ 120.373427, 30.3461608 ], [ 120.3709415, 30.3458987 ], [ 120.3707126, 30.3458155 ], [ 120.3704395, 30.3456214 ], [ 120.3701244, 30.3453129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3701244, 30.3453129 ], [ 120.3704395, 30.3456214 ], [ 120.3707126, 30.3458155 ], [ 120.3709415, 30.3458987 ], [ 120.373427, 30.3461608 ], [ 120.3739976, 30.346221 ], [ 120.374152096870844, 30.346251564544225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三号大堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3759433, 30.3586469 ], [ 120.375225, 30.3589058 ], [ 120.3727527, 30.3532804 ], [ 120.3720699, 30.3512254 ], [ 120.3701244, 30.3453129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三号大堤" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3701244, 30.3453129 ], [ 120.3720699, 30.3512254 ], [ 120.3727527, 30.3532804 ], [ 120.375225, 30.3589058 ], [ 120.3759433, 30.3586469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文渊北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3343856, 30.3379672 ], [ 120.3344797, 30.3383476 ], [ 120.3347752, 30.3395432 ], [ 120.3346124, 30.3395752 ], [ 120.3343049, 30.338365 ], [ 120.3342016, 30.3379586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.344198, 30.3702853 ], [ 120.3442206, 30.370207 ], [ 120.3442962, 30.3699443 ], [ 120.3444261, 30.3694933 ], [ 120.3446001, 30.3688358 ], [ 120.3446628, 30.3683488 ], [ 120.3447128, 30.3678966 ], [ 120.3447546, 30.367403 ], [ 120.3448281, 30.3663559 ], [ 120.3449078, 30.3652844 ], [ 120.3449721, 30.3645231 ], [ 120.3451161, 30.3623175 ], [ 120.3451835, 30.360995 ], [ 120.3452023, 30.360695 ], [ 120.3453501, 30.3586 ], [ 120.3455962, 30.3552448 ], [ 120.3456844, 30.3539823 ], [ 120.3457822, 30.3527438 ], [ 120.3458657, 30.3516553 ], [ 120.3458686, 30.3515798 ], [ 120.345891, 30.3512319 ], [ 120.3462542, 30.3452574 ], [ 120.3463711, 30.3436319 ], [ 120.3464807, 30.3421086 ], [ 120.3465129, 30.3416603 ], [ 120.3465369, 30.3413268 ], [ 120.3466075, 30.3401864 ], [ 120.3467028, 30.3384856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文泽北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3468625, 30.3384926 ], [ 120.3468184, 30.339412 ], [ 120.3467526, 30.3401903 ], [ 120.346683, 30.3413423 ], [ 120.3466717, 30.3416714 ], [ 120.3466564, 30.3421203 ], [ 120.3466558, 30.3421377 ], [ 120.3466496, 30.3422325 ], [ 120.3463888, 30.3462161 ], [ 120.3460452, 30.3512449 ], [ 120.3460148, 30.3515817 ], [ 120.3460146, 30.3516634 ], [ 120.3459382, 30.3527749 ], [ 120.3458396, 30.3539918 ], [ 120.3457524, 30.3551074 ], [ 120.3456127, 30.3570067 ], [ 120.3454791, 30.3591346 ], [ 120.3453448, 30.3607079 ], [ 120.345334, 30.3610037 ], [ 120.3452579, 30.3626582 ], [ 120.3450791, 30.3651968 ], [ 120.3450105, 30.3661688 ], [ 120.3449035, 30.3672982 ], [ 120.3448547, 30.3680216 ], [ 120.3448219, 30.3683459 ], [ 120.3447687, 30.36869 ], [ 120.3446846, 30.3690696 ], [ 120.3445673, 30.3695029 ], [ 120.3444377, 30.3699589 ], [ 120.3443927, 30.3702099 ], [ 120.3443818, 30.3702931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.332961, 30.3727933 ], [ 120.3329659, 30.3707933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329659, 30.3707933 ], [ 120.332961, 30.3727933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3315122, 30.3724469 ], [ 120.3322788, 30.3726498 ], [ 120.332961, 30.3727933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.332961, 30.3727933 ], [ 120.3322788, 30.3726498 ], [ 120.3315122, 30.3724469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3339211, 30.3731858 ], [ 120.333734, 30.3730716 ], [ 120.332961, 30.3727933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.332961, 30.3727933 ], [ 120.333734, 30.3730716 ], [ 120.3339211, 30.3731858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.332961, 30.3727933 ], [ 120.3330022, 30.3742534 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4610604, 30.343164 ], [ 120.461098, 30.3432613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.461098, 30.3432613 ], [ 120.4610604, 30.343164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4415045, 30.3435617 ], [ 120.4414975, 30.3431547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4414975, 30.3431547 ], [ 120.4415045, 30.3435617 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4610577, 30.344102 ], [ 120.461098, 30.3432613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.461098, 30.3432613 ], [ 120.4610577, 30.344102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4648407, 30.351893 ], [ 120.4752886, 30.3521237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752886, 30.3522765 ], [ 120.4648407, 30.3520215 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752771, 30.3573935 ], [ 120.4700792, 30.3566949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4700792, 30.3566949 ], [ 120.4752771, 30.3573935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902215, 30.3524108 ], [ 120.49041, 30.3524153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.49041, 30.3524153 ], [ 120.4941142, 30.352494 ], [ 120.4968715, 30.3525095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902221, 30.3525635 ], [ 120.4845548, 30.3524431 ], [ 120.4826278, 30.3524084 ], [ 120.4822428, 30.3524015 ], [ 120.4810839, 30.3523804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4902221, 30.3525635 ], [ 120.4902215, 30.3524108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.49041, 30.3524153 ], [ 120.4904093, 30.3525727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968715, 30.3525095 ], [ 120.4974241, 30.3525126 ], [ 120.5012972, 30.3526093 ], [ 120.5019492, 30.352613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904093, 30.3525727 ], [ 120.4902221, 30.3525635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968715, 30.3525095 ], [ 120.4968659, 30.352643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968659, 30.352643 ], [ 120.4968715, 30.3525095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4968659, 30.352643 ], [ 120.4952622, 30.3526237 ], [ 120.4904093, 30.3525727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临鸿路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5019492, 30.352759 ], [ 120.4994787, 30.3526746 ], [ 120.4968659, 30.352643 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752771, 30.3573935 ], [ 120.4752764, 30.3571796 ], [ 120.4752886, 30.3542477 ], [ 120.4752886, 30.3528748 ], [ 120.4752886, 30.3524242 ], [ 120.4752886, 30.3522765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753969, 30.3522742 ], [ 120.4753963, 30.3524268 ], [ 120.4753944, 30.3528775 ], [ 120.4753853, 30.3550642 ], [ 120.4753948, 30.3574046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4810839, 30.3523804 ], [ 120.4810825, 30.3525674 ], [ 120.4810789, 30.3530181 ], [ 120.4810438, 30.3575488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4810438, 30.3575488 ], [ 120.4810789, 30.3530181 ], [ 120.4810825, 30.3525674 ], [ 120.4810839, 30.3523804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4901751, 30.3577254 ], [ 120.4901784, 30.3565499 ], [ 120.4902229, 30.3527887 ], [ 120.4902221, 30.3525635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4904093, 30.3525727 ], [ 120.4903975, 30.3554278 ], [ 120.490387, 30.3577295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752771, 30.3573935 ], [ 120.4753948, 30.3574046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753948, 30.3574046 ], [ 120.4752771, 30.3573935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4810438, 30.3575488 ], [ 120.4758626, 30.3574485 ], [ 120.4753948, 30.3574046 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490155, 30.3633961 ], [ 120.4848394, 30.3626787 ], [ 120.473607, 30.3611626 ], [ 120.464792, 30.3598808 ], [ 120.4645483, 30.3598454 ], [ 120.4621499, 30.3594966 ], [ 120.4555026, 30.3583388 ], [ 120.448395, 30.3571008 ], [ 120.4456589, 30.3567341 ], [ 120.4441824, 30.3565362 ], [ 120.4431485, 30.3561835 ], [ 120.4428168, 30.3560114 ], [ 120.4418686, 30.3561094 ], [ 120.4397304, 30.3549941 ], [ 120.4390222, 30.3547033 ], [ 120.4374964, 30.3540853 ], [ 120.4373065, 30.354036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4373065, 30.354036 ], [ 120.4374964, 30.3540853 ], [ 120.4390222, 30.3547033 ], [ 120.4397304, 30.3549941 ], [ 120.4418686, 30.3561094 ], [ 120.4428168, 30.3560114 ], [ 120.4431485, 30.3561835 ], [ 120.4441824, 30.3565362 ], [ 120.4456589, 30.3567341 ], [ 120.448395, 30.3571008 ], [ 120.4555026, 30.3583388 ], [ 120.4621499, 30.3594966 ], [ 120.4645483, 30.3598454 ], [ 120.464792, 30.3598808 ], [ 120.473607, 30.3611626 ], [ 120.4848394, 30.3626787 ], [ 120.490155, 30.3633961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4657262, 30.3582918 ], [ 120.4687732, 30.3586919 ], [ 120.4705617, 30.3589745 ], [ 120.4718681, 30.3591174 ], [ 120.472766, 30.3592476 ], [ 120.4746685, 30.3595048 ], [ 120.4752843, 30.3595923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752861, 30.3597671 ], [ 120.4734652, 30.3595143 ], [ 120.4715111, 30.3592349 ], [ 120.4703335, 30.3591015 ], [ 120.4675, 30.3586951 ], [ 120.4656931, 30.3584474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753948, 30.3574046 ], [ 120.4758626, 30.3574485 ], [ 120.4810438, 30.3575488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4901751, 30.3577254 ], [ 120.4876577, 30.3576767 ], [ 120.4849729, 30.3576248 ], [ 120.4844525, 30.3576147 ], [ 120.482329, 30.3575737 ], [ 120.4810438, 30.3575488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4810438, 30.3575488 ], [ 120.482329, 30.3575737 ], [ 120.4844525, 30.3576147 ], [ 120.4849729, 30.3576248 ], [ 120.4876577, 30.3576767 ], [ 120.4901751, 30.3577254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490387, 30.3577295 ], [ 120.4901751, 30.3577254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4901751, 30.3577254 ], [ 120.490387, 30.3577295 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752843, 30.3595923 ], [ 120.4752771, 30.3573935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4753948, 30.3574046 ], [ 120.4754037, 30.3596093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752843, 30.3595923 ], [ 120.4754037, 30.3596093 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4901631, 30.3616291 ], [ 120.4901657, 30.3610565 ], [ 120.4901751, 30.3577254 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4752861, 30.3597671 ], [ 120.4752843, 30.3595923 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490387, 30.3577295 ], [ 120.4903692, 30.3616608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青西三路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754037, 30.3596093 ], [ 120.4754059, 30.3597838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754059, 30.3597838 ], [ 120.4752861, 30.3597671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4754037, 30.3596093 ], [ 120.4775279, 30.3599113 ], [ 120.4809613, 30.3603939 ], [ 120.4840966, 30.360813 ], [ 120.486243, 30.3611113 ], [ 120.4871583, 30.3612385 ], [ 120.4892854, 30.3615084 ], [ 120.4901631, 30.3616291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4901623, 30.361791 ], [ 120.4886082, 30.3615878 ], [ 120.4852632, 30.3611433 ], [ 120.4815537, 30.3606321 ], [ 120.4779253, 30.3601335 ], [ 120.4754059, 30.3597838 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4901631, 30.3616291 ], [ 120.4903692, 30.3616608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4901623, 30.361791 ], [ 120.4901631, 30.3616291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903692, 30.3616608 ], [ 120.4903685, 30.3618355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903685, 30.3618355 ], [ 120.4901623, 30.361791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490155, 30.3633961 ], [ 120.4901623, 30.361791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903685, 30.3618355 ], [ 120.4903646, 30.3626873 ], [ 120.4903629, 30.3634242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903629, 30.3634242 ], [ 120.490155, 30.3633961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.490155, 30.3633961 ], [ 120.4903629, 30.3634242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "青六北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903629, 30.3634242 ], [ 120.4903045, 30.3683526 ], [ 120.4902591, 30.3683904 ], [ 120.4902282, 30.368395 ], [ 120.4901907, 30.3683869 ], [ 120.4901598, 30.3683696 ], [ 120.4901238, 30.3683317 ], [ 120.4901466, 30.3652285 ], [ 120.490155, 30.3633961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5195921, 30.3638265 ], [ 120.5184209, 30.3639291 ], [ 120.5170905, 30.3640171 ], [ 120.5167043, 30.3640633 ], [ 120.516607, 30.3640726 ], [ 120.5142581, 30.3642438 ], [ 120.5133462, 30.3643364 ], [ 120.5124611, 30.3643826 ], [ 120.5120641, 30.3644243 ], [ 120.5112541, 30.3644752 ], [ 120.5102938, 30.3645724 ], [ 120.5079174, 30.3647436 ], [ 120.5077189, 30.3647898 ], [ 120.5072576, 30.3651091 ], [ 120.507161, 30.3651462 ], [ 120.5067587, 30.3652017 ], [ 120.5063081, 30.3651647 ], [ 120.5061525, 30.3650073 ], [ 120.506013, 30.3649426 ], [ 120.5054712, 30.3649426 ], [ 120.5043662, 30.3650351 ], [ 120.5038297, 30.3650351 ], [ 120.5031524, 30.3649788 ], [ 120.5029499, 30.3650073 ], [ 120.5025128, 30.3650093 ], [ 120.5022848, 30.3650073 ], [ 120.5019683, 30.3649749 ], [ 120.5016451, 30.3649379 ], [ 120.5015123, 30.3649287 ], [ 120.5012863, 30.364889 ], [ 120.5010107, 30.3648525 ], [ 120.5007559, 30.3648176 ], [ 120.4987872, 30.3645724 ], [ 120.4980469, 30.3644613 ], [ 120.4976159, 30.3644031 ], [ 120.494783, 30.3640207 ], [ 120.4932891, 30.3638191 ], [ 120.4903629, 30.3634242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4903629, 30.3634242 ], [ 120.4932891, 30.3638191 ], [ 120.494783, 30.3640207 ], [ 120.4976159, 30.3644031 ], [ 120.4980469, 30.3644613 ], [ 120.4987872, 30.3645724 ], [ 120.5007559, 30.3648176 ], [ 120.5010107, 30.3648525 ], [ 120.5012863, 30.364889 ], [ 120.5015123, 30.3649287 ], [ 120.5016451, 30.3649379 ], [ 120.5019683, 30.3649749 ], [ 120.5022848, 30.3650073 ], [ 120.5025128, 30.3650093 ], [ 120.5029499, 30.3650073 ], [ 120.5031524, 30.3649788 ], [ 120.5038297, 30.3650351 ], [ 120.5043662, 30.3650351 ], [ 120.5054712, 30.3649426 ], [ 120.506013, 30.3649426 ], [ 120.5061525, 30.3650073 ], [ 120.5063081, 30.3651647 ], [ 120.5067587, 30.3652017 ], [ 120.507161, 30.3651462 ], [ 120.5072576, 30.3651091 ], [ 120.5077189, 30.3647898 ], [ 120.5079174, 30.3647436 ], [ 120.5102938, 30.3645724 ], [ 120.5112541, 30.3644752 ], [ 120.5120641, 30.3644243 ], [ 120.5124611, 30.3643826 ], [ 120.5133462, 30.3643364 ], [ 120.5142581, 30.3642438 ], [ 120.516607, 30.3640726 ], [ 120.5167043, 30.3640633 ], [ 120.5170905, 30.3640171 ], [ 120.5184209, 30.3639291 ], [ 120.5195921, 30.3638265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5785223, 30.3784049 ], [ 120.5775829, 30.3784331 ], [ 120.5769827, 30.3784424 ], [ 120.5762455, 30.3784537 ], [ 120.5750163, 30.3784689 ], [ 120.5743105, 30.378474 ], [ 120.5732636, 30.3785095 ], [ 120.5722696, 30.3785349 ], [ 120.571311, 30.37854 ], [ 120.5695347, 30.3785552 ], [ 120.5686349, 30.378545 ], [ 120.5678232, 30.3785805 ], [ 120.5664587, 30.3785907 ], [ 120.5653942, 30.3785958 ], [ 120.5644296, 30.3786008 ], [ 120.5636297, 30.378611 ], [ 120.5621888, 30.3786008 ], [ 120.561236, 30.3786364 ], [ 120.5587011, 30.3787835 ], [ 120.557313, 30.3788139 ], [ 120.5563485, 30.3788545 ], [ 120.5554898, 30.378819 ], [ 120.5547501, 30.3788175 ], [ 120.5542558, 30.3788218 ], [ 120.55399, 30.3788241 ], [ 120.5531489, 30.378885 ], [ 120.5523558, 30.378949 ], [ 120.5521432, 30.3789662 ], [ 120.5501082, 30.3790474 ], [ 120.5487025, 30.3791032 ], [ 120.547391, 30.3791539 ], [ 120.5453089, 30.3792503 ], [ 120.5443731, 30.3793005 ], [ 120.5433033, 30.3793873 ], [ 120.5412389, 30.37957 ], [ 120.5399685, 30.3796917 ], [ 120.539004, 30.3797628 ], [ 120.5381159, 30.3798541 ], [ 120.5360632, 30.3800317 ], [ 120.5351457, 30.3800774 ], [ 120.5343811, 30.3801382 ], [ 120.5335871, 30.3802296 ], [ 120.531958, 30.3803869 ], [ 120.5313169, 30.3804325 ], [ 120.5302876, 30.380534 ], [ 120.529419, 30.3805718 ], [ 120.5267764, 30.3807978 ], [ 120.5253884, 30.3809501 ], [ 120.5243297, 30.3810059 ], [ 120.5226005, 30.3811733 ], [ 120.5217654, 30.381224 ], [ 120.5207302, 30.3813052 ], [ 120.5188717, 30.3814777 ], [ 120.5178873, 30.3815931 ], [ 120.5128873, 30.3820339 ], [ 120.5089752, 30.382393 ], [ 120.5079629, 30.3824746 ], [ 120.5049764, 30.3825498 ], [ 120.5034116, 30.382556 ], [ 120.5033176, 30.3825564 ], [ 120.5023337, 30.3825603 ], [ 120.5016809, 30.3824583 ], [ 120.4984311, 30.3811034 ], [ 120.4948549, 30.3797731 ], [ 120.4936722, 30.3794956 ], [ 120.4887857, 30.3786957 ], [ 120.485886, 30.3781774 ], [ 120.4847767, 30.3779988 ], [ 120.4812824, 30.3774026 ], [ 120.477991, 30.3768726 ], [ 120.4747729, 30.3763285 ], [ 120.4711194, 30.3756862 ], [ 120.4686865, 30.375258 ], [ 120.4647319, 30.3745876 ], [ 120.4643359, 30.3745254 ], [ 120.4627756, 30.3742801 ], [ 120.4590139, 30.3736228 ], [ 120.4563541, 30.3731768 ], [ 120.4555635, 30.373045 ], [ 120.4532386, 30.3726574 ], [ 120.4510312, 30.3722261 ], [ 120.4473408, 30.371557 ], [ 120.4468513, 30.3714655 ], [ 120.4464693, 30.3713941 ], [ 120.4461164, 30.3713281 ], [ 120.4455382, 30.3710699 ], [ 120.4451402, 30.3706913 ], [ 120.4442117, 30.3699225 ], [ 120.4433342, 30.3689101 ], [ 120.4425145, 30.3678742 ], [ 120.4414363, 30.3660841 ], [ 120.4402527, 30.3639799 ], [ 120.4396371, 30.3626623 ], [ 120.4387051, 30.3607136 ], [ 120.4379432, 30.3590583 ], [ 120.4377868, 30.3587678 ], [ 120.4376609, 30.3584626 ], [ 120.4375317, 30.3571155 ], [ 120.4374059, 30.3556509 ], [ 120.4373174, 30.3543566 ], [ 120.4373065, 30.354036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.4373065, 30.354036 ], [ 120.4373174, 30.3543566 ], [ 120.4374059, 30.3556509 ], [ 120.4375317, 30.3571155 ], [ 120.4376609, 30.3584626 ], [ 120.4377868, 30.3587678 ], [ 120.4379432, 30.3590583 ], [ 120.4387051, 30.3607136 ], [ 120.4396371, 30.3626623 ], [ 120.4402527, 30.3639799 ], [ 120.4414363, 30.3660841 ], [ 120.4425145, 30.3678742 ], [ 120.4433342, 30.3689101 ], [ 120.4442117, 30.3699225 ], [ 120.4451402, 30.3706913 ], [ 120.4455382, 30.3710699 ], [ 120.4461164, 30.3713281 ], [ 120.4464693, 30.3713941 ], [ 120.4468513, 30.3714655 ], [ 120.4473408, 30.371557 ], [ 120.4510312, 30.3722261 ], [ 120.4532386, 30.3726574 ], [ 120.4555635, 30.373045 ], [ 120.4563541, 30.3731768 ], [ 120.4590139, 30.3736228 ], [ 120.4627756, 30.3742801 ], [ 120.4643359, 30.3745254 ], [ 120.4647319, 30.3745876 ], [ 120.4686865, 30.375258 ], [ 120.4711194, 30.3756862 ], [ 120.4747729, 30.3763285 ], [ 120.477991, 30.3768726 ], [ 120.4812824, 30.3774026 ], [ 120.4847767, 30.3779988 ], [ 120.485886, 30.3781774 ], [ 120.4887857, 30.3786957 ], [ 120.4936722, 30.3794956 ], [ 120.4948549, 30.3797731 ], [ 120.4984311, 30.3811034 ], [ 120.5016809, 30.3824583 ], [ 120.5023337, 30.3825603 ], [ 120.5033176, 30.3825564 ], [ 120.5034116, 30.382556 ], [ 120.5049764, 30.3825498 ], [ 120.5079629, 30.3824746 ], [ 120.5089752, 30.382393 ], [ 120.5128873, 30.3820339 ], [ 120.5178873, 30.3815931 ], [ 120.5188717, 30.3814777 ], [ 120.5207302, 30.3813052 ], [ 120.5217654, 30.381224 ], [ 120.5226005, 30.3811733 ], [ 120.5243297, 30.3810059 ], [ 120.5253884, 30.3809501 ], [ 120.5267764, 30.3807978 ], [ 120.529419, 30.3805718 ], [ 120.5302876, 30.380534 ], [ 120.5313169, 30.3804325 ], [ 120.531958, 30.3803869 ], [ 120.5335871, 30.3802296 ], [ 120.5343811, 30.3801382 ], [ 120.5351457, 30.3800774 ], [ 120.5360632, 30.3800317 ], [ 120.5381159, 30.3798541 ], [ 120.539004, 30.3797628 ], [ 120.5399685, 30.3796917 ], [ 120.5412389, 30.37957 ], [ 120.5433033, 30.3793873 ], [ 120.5443731, 30.3793005 ], [ 120.5453089, 30.3792503 ], [ 120.547391, 30.3791539 ], [ 120.5487025, 30.3791032 ], [ 120.5501082, 30.3790474 ], [ 120.5521432, 30.3789662 ], [ 120.5523558, 30.378949 ], [ 120.5531489, 30.378885 ], [ 120.55399, 30.3788241 ], [ 120.5542558, 30.3788218 ], [ 120.5547501, 30.3788175 ], [ 120.5554898, 30.378819 ], [ 120.5563485, 30.3788545 ], [ 120.557313, 30.3788139 ], [ 120.5587011, 30.3787835 ], [ 120.561236, 30.3786364 ], [ 120.5621888, 30.3786008 ], [ 120.5636297, 30.378611 ], [ 120.5644296, 30.3786008 ], [ 120.5653942, 30.3785958 ], [ 120.5664587, 30.3785907 ], [ 120.5678232, 30.3785805 ], [ 120.5686349, 30.378545 ], [ 120.5695347, 30.3785552 ], [ 120.571311, 30.37854 ], [ 120.5722696, 30.3785349 ], [ 120.5732636, 30.3785095 ], [ 120.5743105, 30.378474 ], [ 120.5750163, 30.3784689 ], [ 120.5762455, 30.3784537 ], [ 120.5769827, 30.3784424 ], [ 120.5775829, 30.3784331 ], [ 120.5785223, 30.3784049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655209, 30.3544215 ], [ 120.5655172, 30.3545368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5654126, 30.3545369 ], [ 120.565416, 30.3544251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610387, 30.3545766 ], [ 120.5613991, 30.3545641 ], [ 120.5614667, 30.3545618 ], [ 120.565416, 30.3544251 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655172, 30.3545368 ], [ 120.5654126, 30.3545369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610387, 30.3545766 ], [ 120.5610386, 30.3546279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5654126, 30.3545369 ], [ 120.5614687, 30.3546834 ], [ 120.561401, 30.3546859 ], [ 120.5610371, 30.3546994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610386, 30.3546279 ], [ 120.560945, 30.3546264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.560945, 30.3546264 ], [ 120.5610386, 30.3546279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610386, 30.3546279 ], [ 120.5610371, 30.3546994 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.560945, 30.3546264 ], [ 120.5561809, 30.354785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318836, 30.3516052 ], [ 120.5318896, 30.351485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.532007, 30.3515996 ], [ 120.5318836, 30.3516052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5019492, 30.352613 ], [ 120.5032184, 30.3526344 ], [ 120.5066255, 30.3526387 ], [ 120.5122399, 30.3523847 ], [ 120.5209623, 30.3519901 ], [ 120.5272361, 30.3517188 ], [ 120.5288252, 30.3516431 ], [ 120.5317219, 30.3514931 ], [ 120.5318896, 30.351485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临鸿东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318836, 30.3516052 ], [ 120.5313149, 30.3516314 ], [ 120.5298159, 30.3517203 ], [ 120.5288238, 30.3517646 ], [ 120.5272363, 30.3518427 ], [ 120.5209671, 30.3521256 ], [ 120.5122366, 30.3525196 ], [ 120.5066092, 30.3527703 ], [ 120.5053422, 30.352794 ], [ 120.5032184, 30.3527636 ], [ 120.5019492, 30.352759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5019492, 30.352613 ], [ 120.5019492, 30.352759 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "青东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5019492, 30.352759 ], [ 120.5019492, 30.352613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.532007, 30.3515996 ], [ 120.5320016, 30.3539112 ], [ 120.5319887, 30.3575612 ], [ 120.5319855, 30.3584731 ], [ 120.5319817, 30.3611005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318532, 30.36111 ], [ 120.5318701, 30.3593155 ], [ 120.5318755, 30.3565544 ], [ 120.5318648, 30.354756 ], [ 120.5318862, 30.3529067 ], [ 120.5318836, 30.3516052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430776, 30.3602142 ], [ 120.5430482, 30.3588421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430482, 30.3588421 ], [ 120.5430776, 30.3602142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5561809, 30.354785 ], [ 120.560945, 30.3546264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5560124, 30.3547701 ], [ 120.5561809, 30.354785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5561809, 30.354785 ], [ 120.5560124, 30.3547701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5610371, 30.3546994 ], [ 120.5609708, 30.3578285 ], [ 120.5609675, 30.3578938 ], [ 120.560946, 30.3579135 ], [ 120.5609179, 30.3579239 ], [ 120.560887, 30.357917 ], [ 120.5608682, 30.3579025 ], [ 120.5608581, 30.3578782 ], [ 120.5608803, 30.3570018 ], [ 120.5608943, 30.3562975 ], [ 120.560945, 30.3546264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655172, 30.3545368 ], [ 120.5654351, 30.3571294 ], [ 120.5654754, 30.3575797 ], [ 120.5655156, 30.3580291 ], [ 120.5655203, 30.3580826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655203, 30.3580826 ], [ 120.5653723, 30.358047 ], [ 120.5653523, 30.3576093 ], [ 120.5653324, 30.3571742 ], [ 120.5654126, 30.3545369 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5819497, 30.3547213 ], [ 120.5809015, 30.3549805 ], [ 120.5798412, 30.3552891 ], [ 120.5794078, 30.3554152 ], [ 120.57861, 30.3555493 ], [ 120.5781364, 30.3556289 ], [ 120.5777286, 30.3556974 ], [ 120.5770074, 30.3558696 ], [ 120.575908, 30.3561321 ], [ 120.5744527, 30.3564219 ], [ 120.5739549, 30.356521 ], [ 120.5720017, 30.3569252 ], [ 120.5708793, 30.3572074 ], [ 120.5704335, 30.3573181 ], [ 120.5697127, 30.3574972 ], [ 120.5686433, 30.3577259 ], [ 120.5673844, 30.3579948 ], [ 120.5668934, 30.3580996 ], [ 120.5659654, 30.3582293 ], [ 120.5656397, 30.3583194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5656397, 30.3583194 ], [ 120.5659654, 30.3582293 ], [ 120.5668934, 30.3580996 ], [ 120.5673844, 30.3579948 ], [ 120.5686433, 30.3577259 ], [ 120.5697127, 30.3574972 ], [ 120.5704335, 30.3573181 ], [ 120.5708793, 30.3572074 ], [ 120.5720017, 30.3569252 ], [ 120.5739549, 30.356521 ], [ 120.5744527, 30.3564219 ], [ 120.575908, 30.3561321 ], [ 120.5770074, 30.3558696 ], [ 120.5777286, 30.3556974 ], [ 120.5781364, 30.3556289 ], [ 120.57861, 30.3555493 ], [ 120.5794078, 30.3554152 ], [ 120.5798412, 30.3552891 ], [ 120.5809015, 30.3549805 ], [ 120.5819497, 30.3547213 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5561809, 30.354785 ], [ 120.5561605, 30.3554587 ], [ 120.5560938, 30.3591202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5558897, 30.3591374 ], [ 120.5560124, 30.3547701 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5655203, 30.3580826 ], [ 120.5656397, 30.3583194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5558897, 30.3591374 ], [ 120.5560938, 30.3591202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5560938, 30.3591202 ], [ 120.5560888, 30.3593174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5558809, 30.3593288 ], [ 120.5558897, 30.3591374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5560888, 30.3593174 ], [ 120.5558809, 30.3593288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5560633, 30.3604948 ], [ 120.5564912, 30.360395 ], [ 120.5574946, 30.3602034 ], [ 120.5585681, 30.3599985 ], [ 120.5601501, 30.3595867 ], [ 120.5628721, 30.3590452 ], [ 120.5645867, 30.3586106 ], [ 120.5648499, 30.3585378 ], [ 120.5656397, 30.3583194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5656397, 30.3583194 ], [ 120.5648499, 30.3585378 ], [ 120.5645867, 30.3586106 ], [ 120.5628721, 30.3590452 ], [ 120.5601501, 30.3595867 ], [ 120.5585681, 30.3599985 ], [ 120.5574946, 30.3602034 ], [ 120.5564912, 30.360395 ], [ 120.5560633, 30.3604948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430776, 30.3602142 ], [ 120.5442097, 30.3601189 ], [ 120.5475869, 30.3598416 ], [ 120.5480207, 30.3598045 ], [ 120.5510601, 30.3595448 ], [ 120.5518361, 30.3594793 ], [ 120.5558897, 30.3591374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5558809, 30.3593288 ], [ 120.5555473, 30.359347 ], [ 120.549169, 30.3598671 ], [ 120.5446754, 30.3602475 ], [ 120.5430828, 30.3603808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5560888, 30.3593174 ], [ 120.5560783, 30.3598044 ], [ 120.5560699, 30.3601909 ], [ 120.5560633, 30.3604948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6558846, 30.3600368 ], [ 120.6558842, 30.3600271 ], [ 120.6558674, 30.3595782 ], [ 120.6558435, 30.3589416 ], [ 120.6563526, 30.3589508 ], [ 120.6562677, 30.3584566 ], [ 120.6562783, 30.3578892 ], [ 120.6562783, 30.357395 ], [ 120.6562783, 30.3569465 ], [ 120.6562783, 30.3568916 ], [ 120.6562783, 30.3568367 ], [ 120.6563526, 30.3568184 ], [ 120.6565859, 30.3567818 ], [ 120.6576359, 30.3567909 ], [ 120.6578692, 30.3568093 ], [ 120.6579578, 30.3566743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6558846, 30.3600368 ], [ 120.6570591, 30.359982 ], [ 120.6577597, 30.3600025 ], [ 120.6582816, 30.3600177 ], [ 120.658855, 30.3600345 ], [ 120.6593861, 30.3604436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6593861, 30.3604436 ], [ 120.658855, 30.3600345 ], [ 120.6582816, 30.3600177 ], [ 120.6577597, 30.3600025 ], [ 120.6570591, 30.359982 ], [ 120.6558846, 30.3600368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6351512, 30.3606652 ], [ 120.636919, 30.3605834 ], [ 120.6389365, 30.3605317 ], [ 120.6398808, 30.3605069 ], [ 120.6405795, 30.3604886 ], [ 120.6420377, 30.3604282 ], [ 120.6422026, 30.3604242 ], [ 120.6439703, 30.3603808 ], [ 120.6452365, 30.3603654 ], [ 120.6453836, 30.3603636 ], [ 120.6498332, 30.3602163 ], [ 120.652249, 30.3601676 ], [ 120.6537102, 30.3601382 ], [ 120.6558846, 30.3600368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6558846, 30.3600368 ], [ 120.6537102, 30.3601382 ], [ 120.652249, 30.3601676 ], [ 120.6498332, 30.3602163 ], [ 120.6453836, 30.3603636 ], [ 120.6452365, 30.3603654 ], [ 120.6439703, 30.3603808 ], [ 120.6422026, 30.3604242 ], [ 120.6420377, 30.3604282 ], [ 120.6405795, 30.3604886 ], [ 120.6398808, 30.3605069 ], [ 120.6389365, 30.3605317 ], [ 120.636919, 30.3605834 ], [ 120.6351512, 30.3606652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6351512, 30.3606652 ], [ 120.6351422, 30.3606213 ], [ 120.6350573, 30.3602091 ], [ 120.6350563, 30.3602042 ], [ 120.6350096, 30.3602062 ], [ 120.6344879, 30.3602288 ], [ 120.6341443, 30.3602437 ], [ 120.6337629, 30.3602602 ], [ 120.631276, 30.3603162 ], [ 120.6287192, 30.3603852 ], [ 120.6254981, 30.3604756 ], [ 120.6230312, 30.3605747 ], [ 120.621598, 30.3606092 ], [ 120.6197952, 30.3606609 ], [ 120.6187415, 30.3606308 ], [ 120.6185644, 30.3606373 ], [ 120.6165043, 30.3607126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6165043, 30.3607126 ], [ 120.6185644, 30.3606373 ], [ 120.6187415, 30.3606308 ], [ 120.6197952, 30.3606609 ], [ 120.621598, 30.3606092 ], [ 120.6230312, 30.3605747 ], [ 120.6254981, 30.3604756 ], [ 120.6287192, 30.3603852 ], [ 120.631276, 30.3603162 ], [ 120.6337629, 30.3602602 ], [ 120.6341443, 30.3602437 ], [ 120.6344879, 30.3602288 ], [ 120.6350096, 30.3602062 ], [ 120.6350563, 30.3602042 ], [ 120.6350573, 30.3602091 ], [ 120.6351422, 30.3606213 ], [ 120.6351512, 30.3606652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.606008, 30.3508414 ], [ 120.6048663, 30.3512693 ], [ 120.6042665, 30.3517479 ], [ 120.6026991, 30.3532811 ], [ 120.6007695, 30.3550829 ], [ 120.5996774, 30.3561962 ], [ 120.5990267, 30.3567821 ], [ 120.5974456, 30.3575911 ], [ 120.5971084, 30.3577636 ], [ 120.5955297, 30.3585839 ], [ 120.5948235, 30.3589438 ], [ 120.5945043, 30.3591064 ], [ 120.5940924, 30.3593163 ], [ 120.592723, 30.3600389 ], [ 120.5899163, 30.3615183 ], [ 120.5876868, 30.3626511 ], [ 120.5857516, 30.3636422 ], [ 120.5854856, 30.3639742 ], [ 120.5854291, 30.3641549 ], [ 120.5846255, 30.3657123 ], [ 120.5841615, 30.3666497 ], [ 120.5832052, 30.3684318 ], [ 120.5830016, 30.3688412 ], [ 120.5826054, 30.3696377 ], [ 120.5820309, 30.3707707 ], [ 120.5818068, 30.3712127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818068, 30.3712127 ], [ 120.5820309, 30.3707707 ], [ 120.5826054, 30.3696377 ], [ 120.5830016, 30.3688412 ], [ 120.5832052, 30.3684318 ], [ 120.5841615, 30.3666497 ], [ 120.5846255, 30.3657123 ], [ 120.5854291, 30.3641549 ], [ 120.5854856, 30.3639742 ], [ 120.5857516, 30.3636422 ], [ 120.5876868, 30.3626511 ], [ 120.5899163, 30.3615183 ], [ 120.592723, 30.3600389 ], [ 120.5940924, 30.3593163 ], [ 120.5945043, 30.3591064 ], [ 120.5948235, 30.3589438 ], [ 120.5955297, 30.3585839 ], [ 120.5971084, 30.3577636 ], [ 120.5974456, 30.3575911 ], [ 120.5990267, 30.3567821 ], [ 120.5996774, 30.3561962 ], [ 120.6007695, 30.3550829 ], [ 120.6026991, 30.3532811 ], [ 120.6042665, 30.3517479 ], [ 120.6048663, 30.3512693 ], [ 120.606008, 30.3508414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6351512, 30.3606652 ], [ 120.6332059, 30.360679 ], [ 120.6316764, 30.3607885 ], [ 120.6307425, 30.3608134 ], [ 120.6297262, 30.3608404 ], [ 120.62813, 30.3608663 ], [ 120.6268386, 30.3609097 ], [ 120.6265815, 30.3609184 ], [ 120.6248315, 30.3609916 ], [ 120.6230391, 30.361019 ], [ 120.6229233, 30.3610222 ], [ 120.6213527, 30.3610648 ], [ 120.6193694, 30.361138 ], [ 120.619184, 30.3611428 ], [ 120.6179588, 30.3611746 ], [ 120.6162671, 30.3612507 ], [ 120.6145012, 30.3613302 ], [ 120.6136206, 30.3613212 ], [ 120.6126982, 30.3613119 ], [ 120.6102976, 30.3613956 ], [ 120.6098134, 30.3614125 ], [ 120.6081329, 30.3614655 ], [ 120.6055746, 30.3616064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5319817, 30.3611005 ], [ 120.5339548, 30.360956 ], [ 120.5400684, 30.360457 ], [ 120.5430776, 30.3602142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430828, 30.3603808 ], [ 120.5386929, 30.3607481 ], [ 120.5319829, 30.3612489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318532, 30.36111 ], [ 120.5319817, 30.3611005 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5319817, 30.3611005 ], [ 120.5319829, 30.3612489 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "西一路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318513, 30.3612587 ], [ 120.5318532, 30.36111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5319829, 30.3612489 ], [ 120.5318513, 30.3612587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5212927, 30.3618133 ], [ 120.5225323, 30.3618075 ], [ 120.5275843, 30.3614198 ], [ 120.5291087, 30.3613111 ], [ 120.531125, 30.3611633 ], [ 120.5318532, 30.36111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "滨江二路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5318513, 30.3612587 ], [ 120.5314644, 30.3612876 ], [ 120.5291254, 30.3614623 ], [ 120.5231631, 30.361891 ], [ 120.5225402, 30.3619358 ], [ 120.5224383, 30.3619384 ], [ 120.5212676, 30.3619863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5212676, 30.3619863 ], [ 120.5212927, 30.3618133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5212927, 30.3618133 ], [ 120.5212676, 30.3619863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5558507, 30.3605202 ], [ 120.5558592, 30.3601864 ], [ 120.5558683, 30.3598253 ], [ 120.5558809, 30.3593288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430828, 30.3603808 ], [ 120.5430776, 30.3602142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430776, 30.3602142 ], [ 120.5430828, 30.3603808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5560633, 30.3604948 ], [ 120.5558507, 30.3605202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5558507, 30.3605202 ], [ 120.5560633, 30.3604948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430882, 30.3607424 ], [ 120.5430828, 30.3603808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5430828, 30.3603808 ], [ 120.5430882, 30.3607424 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5558507, 30.3605202 ], [ 120.5548775, 30.3607054 ], [ 120.5547519, 30.3607147 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "观十五线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5547519, 30.3607147 ], [ 120.5548775, 30.3607054 ], [ 120.5558507, 30.3605202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "梅林大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5560633, 30.3604948 ], [ 120.5558103, 30.3667383 ], [ 120.5556669, 30.3668269 ], [ 120.5557656, 30.3638702 ], [ 120.5558507, 30.3605202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6055746, 30.3616064 ], [ 120.6081329, 30.3614655 ], [ 120.6098134, 30.3614125 ], [ 120.6102976, 30.3613956 ], [ 120.6126982, 30.3613119 ], [ 120.6136206, 30.3613212 ], [ 120.6145012, 30.3613302 ], [ 120.6162671, 30.3612507 ], [ 120.6179588, 30.3611746 ], [ 120.619184, 30.3611428 ], [ 120.6193694, 30.361138 ], [ 120.6213527, 30.3610648 ], [ 120.6229233, 30.3610222 ], [ 120.6230391, 30.361019 ], [ 120.6248315, 30.3609916 ], [ 120.6265815, 30.3609184 ], [ 120.6268386, 30.3609097 ], [ 120.62813, 30.3608663 ], [ 120.6297262, 30.3608404 ], [ 120.6307425, 30.3608134 ], [ 120.6316764, 30.3607885 ], [ 120.6332059, 30.360679 ], [ 120.6351512, 30.3606652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6055746, 30.3616064 ], [ 120.6053376, 30.361623 ], [ 120.604368, 30.3616202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.604368, 30.3616202 ], [ 120.6053376, 30.361623 ], [ 120.6055746, 30.3616064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧围东线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6556318, 30.3637108 ], [ 120.6560336, 30.363393 ], [ 120.6563967, 30.3630375 ], [ 120.656541, 30.3629108 ], [ 120.6566845, 30.3628014 ], [ 120.6569931, 30.3625954 ], [ 120.6570905, 30.3625147 ], [ 120.6593861, 30.3604436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "萧围东线海塘" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6593861, 30.3604436 ], [ 120.6570905, 30.3625147 ], [ 120.6569931, 30.3625954 ], [ 120.6566845, 30.3628014 ], [ 120.656541, 30.3629108 ], [ 120.6563967, 30.3630375 ], [ 120.6560336, 30.363393 ], [ 120.6556318, 30.3637108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.604368, 30.3616202 ], [ 120.6041011, 30.3633887 ], [ 120.6034313, 30.367817 ], [ 120.603349, 30.3683608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.603349, 30.3683608 ], [ 120.6034313, 30.367817 ], [ 120.6041011, 30.3633887 ], [ 120.604368, 30.3616202 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6351512, 30.3606652 ], [ 120.6351511, 30.3615956 ], [ 120.6351724, 30.3628951 ], [ 120.6352678, 30.3639475 ], [ 120.6352784, 30.3652195 ], [ 120.6353314, 30.3660248 ], [ 120.6353845, 30.3672601 ], [ 120.6353845, 30.3681386 ], [ 120.6354693, 30.3687792 ], [ 120.635533, 30.3699322 ], [ 120.635533, 30.3707466 ], [ 120.6355542, 30.3720642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6355542, 30.3720642 ], [ 120.635533, 30.3707466 ], [ 120.635533, 30.3699322 ], [ 120.6354693, 30.3687792 ], [ 120.6353845, 30.3681386 ], [ 120.6353845, 30.3672601 ], [ 120.6353314, 30.3660248 ], [ 120.6352784, 30.3652195 ], [ 120.6352678, 30.3639475 ], [ 120.6351724, 30.3628951 ], [ 120.6351511, 30.3615956 ], [ 120.6351512, 30.3606652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6063907, 30.3749601 ], [ 120.6064211, 30.3746158 ], [ 120.6064167, 30.3740767 ], [ 120.6063343, 30.3731221 ], [ 120.6062909, 30.3725756 ], [ 120.6062475, 30.3715985 ], [ 120.6062085, 30.3708274 ], [ 120.6061924, 30.3706025 ], [ 120.6061607, 30.3701573 ], [ 120.6061304, 30.3693899 ], [ 120.6060306, 30.3683753 ], [ 120.6060175, 30.3679636 ], [ 120.6059481, 30.3672448 ], [ 120.605896, 30.3664661 ], [ 120.605831, 30.3654515 ], [ 120.6057963, 30.3642723 ], [ 120.6056791, 30.3631566 ], [ 120.6055746, 30.3616064 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.6055746, 30.3616064 ], [ 120.6056791, 30.3631566 ], [ 120.6057963, 30.3642723 ], [ 120.605831, 30.3654515 ], [ 120.605896, 30.3664661 ], [ 120.6059481, 30.3672448 ], [ 120.6060175, 30.3679636 ], [ 120.6060306, 30.3683753 ], [ 120.6061304, 30.3693899 ], [ 120.6061607, 30.3701573 ], [ 120.6061924, 30.3706025 ], [ 120.6062085, 30.3708274 ], [ 120.6062475, 30.3715985 ], [ 120.6062909, 30.3725756 ], [ 120.6063343, 30.3731221 ], [ 120.6064167, 30.3740767 ], [ 120.6064211, 30.3746158 ], [ 120.6063907, 30.3749601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.603349, 30.3683608 ], [ 120.6031893, 30.3683482 ], [ 120.6028692, 30.3683241 ], [ 120.602726, 30.3683094 ], [ 120.6023931, 30.3683521 ], [ 120.6023404, 30.368704 ], [ 120.6021913, 30.3687381 ], [ 120.6017703, 30.3687911 ], [ 120.601016, 30.368897 ], [ 120.6000204, 30.3690143 ], [ 120.5988801, 30.369177 ], [ 120.5978978, 30.3693057 ], [ 120.5972451, 30.3693749 ], [ 120.5968627, 30.3694154 ], [ 120.5953278, 30.3695857 ], [ 120.5943322, 30.3696992 ], [ 120.5929025, 30.3698922 ], [ 120.5915531, 30.3700674 ], [ 120.5915035, 30.3700738 ], [ 120.5902053, 30.3701646 ], [ 120.5887098, 30.3703576 ], [ 120.5879072, 30.3704711 ], [ 120.5863679, 30.3706792 ], [ 120.5845697, 30.3708835 ], [ 120.5829164, 30.3710954 ], [ 120.5818068, 30.3712127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818068, 30.3712127 ], [ 120.5829164, 30.3710954 ], [ 120.5845697, 30.3708835 ], [ 120.5863679, 30.3706792 ], [ 120.5879072, 30.3704711 ], [ 120.5887098, 30.3703576 ], [ 120.5902053, 30.3701646 ], [ 120.5915035, 30.3700738 ], [ 120.5915531, 30.3700674 ], [ 120.5929025, 30.3698922 ], [ 120.5943322, 30.3696992 ], [ 120.5953278, 30.3695857 ], [ 120.5968627, 30.3694154 ], [ 120.5972451, 30.3693749 ], [ 120.5978978, 30.3693057 ], [ 120.5988801, 30.369177 ], [ 120.6000204, 30.3690143 ], [ 120.601016, 30.368897 ], [ 120.6017703, 30.3687911 ], [ 120.6021913, 30.3687381 ], [ 120.6023404, 30.368704 ], [ 120.6023931, 30.3683521 ], [ 120.602726, 30.3683094 ], [ 120.6028692, 30.3683241 ], [ 120.6031893, 30.3683482 ], [ 120.603349, 30.3683608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5785223, 30.3784049 ], [ 120.5790833, 30.3784049 ], [ 120.5795573, 30.3783899 ], [ 120.580101, 30.3783449 ], [ 120.5807576, 30.3783135 ], [ 120.581484, 30.3782613 ], [ 120.5824554, 30.3781917 ], [ 120.5829138, 30.3781643 ], [ 120.5836575, 30.3781146 ], [ 120.5846202, 30.3780325 ], [ 120.5854879, 30.3779629 ], [ 120.5862431, 30.3779281 ], [ 120.5870041, 30.3778659 ], [ 120.5878861, 30.3778037 ], [ 120.5890795, 30.3777142 ], [ 120.5899154, 30.3776595 ], [ 120.5906418, 30.3776073 ], [ 120.5911376, 30.37757 ], [ 120.5918352, 30.3775153 ], [ 120.5929392, 30.3774233 ], [ 120.5934234, 30.3774034 ], [ 120.5939135, 30.3773412 ], [ 120.5944611, 30.3773163 ], [ 120.5950117, 30.3772591 ], [ 120.5955421, 30.3772417 ], [ 120.5960264, 30.3772119 ], [ 120.5964933, 30.3771845 ], [ 120.5970093, 30.3771273 ], [ 120.5974532, 30.3771074 ], [ 120.5979202, 30.3770527 ], [ 120.5983958, 30.3770527 ], [ 120.5987705, 30.3770378 ], [ 120.5991597, 30.3770005 ], [ 120.5995719, 30.3769682 ], [ 120.5998399, 30.3769533 ], [ 120.6001397, 30.3768936 ], [ 120.6003559, 30.3768438 ], [ 120.6005433, 30.3767518 ], [ 120.6006672, 30.3766772 ], [ 120.6007883, 30.3765852 ], [ 120.6009266, 30.3764609 ], [ 120.6010391, 30.3763788 ], [ 120.6011255, 30.3763241 ], [ 120.601238, 30.3763141 ], [ 120.6014261, 30.3763152 ], [ 120.6016617, 30.3763166 ], [ 120.6019159, 30.3762007 ], [ 120.6021354, 30.375852 ], [ 120.6022971, 30.3752741 ], [ 120.6028251, 30.3717619 ], [ 120.6028956, 30.3713045 ], [ 120.603349, 30.3683608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.603349, 30.3683608 ], [ 120.6028956, 30.3713045 ], [ 120.6028251, 30.3717619 ], [ 120.6022971, 30.3752741 ], [ 120.6021354, 30.375852 ], [ 120.6019159, 30.3762007 ], [ 120.6016617, 30.3763166 ], [ 120.6014261, 30.3763152 ], [ 120.601238, 30.3763141 ], [ 120.6011255, 30.3763241 ], [ 120.6010391, 30.3763788 ], [ 120.6009266, 30.3764609 ], [ 120.6007883, 30.3765852 ], [ 120.6006672, 30.3766772 ], [ 120.6005433, 30.3767518 ], [ 120.6003559, 30.3768438 ], [ 120.6001397, 30.3768936 ], [ 120.5998399, 30.3769533 ], [ 120.5995719, 30.3769682 ], [ 120.5991597, 30.3770005 ], [ 120.5987705, 30.3770378 ], [ 120.5983958, 30.3770527 ], [ 120.5979202, 30.3770527 ], [ 120.5974532, 30.3771074 ], [ 120.5970093, 30.3771273 ], [ 120.5964933, 30.3771845 ], [ 120.5960264, 30.3772119 ], [ 120.5955421, 30.3772417 ], [ 120.5950117, 30.3772591 ], [ 120.5944611, 30.3773163 ], [ 120.5939135, 30.3773412 ], [ 120.5934234, 30.3774034 ], [ 120.5929392, 30.3774233 ], [ 120.5918352, 30.3775153 ], [ 120.5911376, 30.37757 ], [ 120.5906418, 30.3776073 ], [ 120.5899154, 30.3776595 ], [ 120.5890795, 30.3777142 ], [ 120.5878861, 30.3778037 ], [ 120.5870041, 30.3778659 ], [ 120.5862431, 30.3779281 ], [ 120.5854879, 30.3779629 ], [ 120.5846202, 30.3780325 ], [ 120.5836575, 30.3781146 ], [ 120.5829138, 30.3781643 ], [ 120.5824554, 30.3781917 ], [ 120.581484, 30.3782613 ], [ 120.5807576, 30.3783135 ], [ 120.580101, 30.3783449 ], [ 120.5795573, 30.3783899 ], [ 120.5790833, 30.3784049 ], [ 120.5785223, 30.3784049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818068, 30.3712127 ], [ 120.5812147, 30.3712544 ], [ 120.5799297, 30.3714208 ], [ 120.5778027, 30.3716781 ], [ 120.5758204, 30.3719127 ], [ 120.5740968, 30.3721398 ], [ 120.5724917, 30.3723176 ], [ 120.5711803, 30.3724917 ], [ 120.5709837, 30.3725147 ], [ 120.5700932, 30.3726189 ], [ 120.5696278, 30.3726733 ], [ 120.569384, 30.3727073 ], [ 120.569298, 30.3727193 ], [ 120.5684875, 30.3728322 ], [ 120.5678472, 30.3728625 ], [ 120.5659702, 30.3730971 ], [ 120.5647576, 30.3732649 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5647576, 30.3732649 ], [ 120.5659702, 30.3730971 ], [ 120.5678472, 30.3728625 ], [ 120.5684875, 30.3728322 ], [ 120.569298, 30.3727193 ], [ 120.569384, 30.3727073 ], [ 120.5696278, 30.3726733 ], [ 120.5700932, 30.3726189 ], [ 120.5709837, 30.3725147 ], [ 120.5711803, 30.3724917 ], [ 120.5724917, 30.3723176 ], [ 120.5740968, 30.3721398 ], [ 120.5758204, 30.3719127 ], [ 120.5778027, 30.3716781 ], [ 120.5799297, 30.3714208 ], [ 120.5812147, 30.3712544 ], [ 120.5818068, 30.3712127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5785223, 30.3784049 ], [ 120.5785256, 30.3781322 ], [ 120.5785256, 30.3777075 ], [ 120.5786331, 30.3772291 ], [ 120.5794706, 30.3756474 ], [ 120.5804212, 30.373802 ], [ 120.5806079, 30.3734554 ], [ 120.5815529, 30.3716979 ], [ 120.5818068, 30.3712127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.5818068, 30.3712127 ], [ 120.5815529, 30.3716979 ], [ 120.5806079, 30.3734554 ], [ 120.5804212, 30.373802 ], [ 120.5794706, 30.3756474 ], [ 120.5786331, 30.3772291 ], [ 120.5785256, 30.3777075 ], [ 120.5785256, 30.3781322 ], [ 120.5785223, 30.3784049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3086731, 30.3635342 ], [ 120.3090717, 30.3638163 ], [ 120.3100152, 30.3645062 ], [ 120.3108606, 30.3653387 ], [ 120.3112961, 30.3658463 ], [ 120.3115502, 30.3662209 ], [ 120.3117448, 30.3665078 ], [ 120.311784, 30.3665656 ], [ 120.3119485, 30.366845 ], [ 120.3120415, 30.367003 ], [ 120.312285, 30.3675281 ], [ 120.3126127, 30.3685383 ], [ 120.3127879, 30.3692463 ], [ 120.3128603, 30.3699637 ], [ 120.3128721, 30.3704347 ], [ 120.3128304, 30.3709944 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3061222, 30.3659695 ], [ 120.3062709, 30.3662229 ], [ 120.3063997, 30.3664442 ], [ 120.3065514, 30.3667783 ], [ 120.3066276, 30.3669794 ], [ 120.3067584, 30.3674138 ], [ 120.3068691, 30.3679338 ], [ 120.306922, 30.3683987 ], [ 120.3069875, 30.3692235 ], [ 120.3070009, 30.3693729 ], [ 120.3070565, 30.3699625 ], [ 120.3070795, 30.3702061 ], [ 120.3071003, 30.3703768 ], [ 120.3071326, 30.370653 ], [ 120.3071748, 30.3708829 ], [ 120.3072094, 30.3710154 ], [ 120.3072422, 30.3711646 ], [ 120.3072823, 30.3714138 ], [ 120.3073312, 30.37163 ], [ 120.3074539, 30.3721665 ], [ 120.3075449, 30.3725647 ], [ 120.3076463, 30.3731032 ], [ 120.3076858, 30.3733834 ], [ 120.3077322, 30.3738831 ], [ 120.3077189, 30.3754316 ], [ 120.3077145, 30.3756292 ], [ 120.3077091, 30.3758683 ], [ 120.3076872, 30.3766311 ], [ 120.3076219, 30.3774548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075241, 30.3774615 ], [ 120.3075282, 30.3766736 ], [ 120.3075516, 30.3758713 ], [ 120.3075459, 30.3756291 ], [ 120.307555, 30.3738694 ], [ 120.3075393, 30.3734887 ], [ 120.3075048, 30.3732103 ], [ 120.307379, 30.3724617 ], [ 120.3073101, 30.3721953 ], [ 120.3071253, 30.3714383 ], [ 120.307072, 30.3711835 ], [ 120.3070337, 30.3709198 ], [ 120.3070097, 30.3707369 ], [ 120.3069738, 30.3704026 ], [ 120.306937, 30.3699632 ], [ 120.3069235, 30.3698021 ], [ 120.3068893, 30.3694026 ], [ 120.3067966, 30.3682577 ], [ 120.3067095, 30.3676871 ], [ 120.3066124, 30.3673055 ], [ 120.3065176, 30.3670567 ], [ 120.3063738, 30.3667788 ], [ 120.3062055, 30.3664345 ], [ 120.3061437, 30.3663088 ], [ 120.3059864, 30.3660325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3154281, 30.3736581 ], [ 120.3147822, 30.3736052 ], [ 120.3114538, 30.3733636 ], [ 120.3112795, 30.3733014 ], [ 120.3111224, 30.3732011 ], [ 120.3110379, 30.3731073 ], [ 120.3109829, 30.3730067 ], [ 120.310949, 30.3728797 ], [ 120.3109416, 30.3727544 ], [ 120.3109823, 30.3726113 ], [ 120.3110341, 30.3725141 ], [ 120.3111523, 30.3723804 ], [ 120.3113762, 30.3722323 ], [ 120.3116788, 30.3720657 ], [ 120.3119921, 30.3718901 ], [ 120.3121787, 30.3717336 ], [ 120.3123104, 30.37156 ], [ 120.312437, 30.3713358 ], [ 120.3125224, 30.3710292 ], [ 120.3125682, 30.3706427 ], [ 120.3126037, 30.3703429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3128304, 30.3709944 ], [ 120.3128968, 30.3713993 ], [ 120.3128983, 30.3718233 ], [ 120.3129234, 30.3722509 ], [ 120.3129844, 30.3725877 ], [ 120.3130874, 30.372916 ], [ 120.3132066, 30.3730932 ], [ 120.3133741, 30.3732557 ], [ 120.3135954, 30.3733616 ], [ 120.3138455, 30.3734101 ], [ 120.3148015, 30.3734928 ], [ 120.3149638, 30.37351 ], [ 120.3154888, 30.3735852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3121934, 30.3755152 ], [ 120.3122554, 30.3748437 ], [ 120.3124827, 30.3721353 ], [ 120.3126141, 30.3704515 ], [ 120.3126037, 30.3703429 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3128304, 30.3709944 ], [ 120.3127427, 30.3721685 ], [ 120.312622, 30.3732545 ], [ 120.3125248, 30.374327 ], [ 120.3125001, 30.3748116 ], [ 120.3124283, 30.3755831 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.3121934, 30.3755152 ], [ 120.3122077, 30.3747346 ], [ 120.3122141, 30.3743841 ], [ 120.312229039038314, 30.373360850570645 ] ], [ [ 120.312229039038314, 30.373360850570645 ], [ 120.3122341, 30.3730142 ], [ 120.3122129, 30.3727564 ], [ 120.3121789, 30.3726089 ], [ 120.3120618, 30.3724724 ], [ 120.3119389, 30.3723813 ], [ 120.3117223, 30.3723067 ], [ 120.3115574, 30.3722944 ], [ 120.3114478, 30.3723079 ], [ 120.3113286, 30.3723628 ], [ 120.3112509, 30.3724131 ], [ 120.3111314, 30.3725305 ], [ 120.3110759, 30.3726288 ], [ 120.3110426, 30.3727582 ], [ 120.3110481, 30.3728804 ], [ 120.311087, 30.3729978 ], [ 120.311137, 30.3730936 ], [ 120.3112148, 30.3731631 ], [ 120.3113536, 30.3732542 ], [ 120.3114967, 30.3733089 ], [ 120.312229039038314, 30.373360850570645 ] ], [ [ 120.312229039038314, 30.373360850570645 ], [ 120.314801, 30.3735433 ], [ 120.3154888, 30.3735852 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3154281, 30.3736581 ], [ 120.3149687, 30.3736635 ], [ 120.3141784, 30.3736372 ], [ 120.3138485, 30.3736194 ], [ 120.3135394, 30.373651 ], [ 120.3133477, 30.3737181 ], [ 120.3131575, 30.3738188 ], [ 120.3129794, 30.3739811 ], [ 120.3128617, 30.3741566 ], [ 120.3126739, 30.3745951 ], [ 120.3126032, 30.3748514 ], [ 120.3125651, 30.3749893 ], [ 120.3125184, 30.3752846 ], [ 120.3124284, 30.3757467 ], [ 120.3123992, 30.3758963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3124283, 30.3755831 ], [ 120.3124186, 30.3756875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "海达北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3181442, 30.350735 ], [ 120.3181735, 30.3504156 ], [ 120.3183353, 30.3486486 ], [ 120.3184979, 30.346912 ], [ 120.3187074, 30.3445377 ], [ 120.3188598, 30.3428019 ], [ 120.3188756, 30.3426385 ], [ 120.3189785, 30.3415721 ], [ 120.3190293, 30.3411121 ], [ 120.3190632, 30.3408116 ], [ 120.3190631, 30.3406964 ], [ 120.3190628, 30.3403189 ], [ 120.3191294, 30.3380444 ], [ 120.3191332, 30.3377539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "外翁线", "杭海路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3047723, 30.3539558 ], [ 120.3067102, 30.3547205 ], [ 120.3081844, 30.3553305 ], [ 120.3083692, 30.355407 ], [ 120.308499, 30.3554663 ], [ 120.3090129, 30.3557009 ], [ 120.3095466, 30.3559046 ], [ 120.3107805, 30.3563281 ], [ 120.3112291, 30.3564262 ], [ 120.3113248, 30.3564471 ], [ 120.3115851, 30.356504 ], [ 120.3123019, 30.3566704 ], [ 120.3130012, 30.3568327 ], [ 120.3139319, 30.357085 ], [ 120.3143385, 30.3571882 ], [ 120.3144147, 30.3572076 ], [ 120.3147146, 30.3572172 ], [ 120.3149948, 30.3572262 ], [ 120.3151362, 30.3572308 ], [ 120.3154037, 30.357241 ], [ 120.3156834, 30.3572516 ], [ 120.3160653, 30.3573136 ], [ 120.3162252, 30.3573396 ], [ 120.3174188, 30.357696 ], [ 120.3179365, 30.3580593 ], [ 120.3185721, 30.3586958 ], [ 120.3195592, 30.359566 ], [ 120.320557, 30.3604062 ], [ 120.3218498, 30.3615981 ], [ 120.3225847, 30.3622322 ], [ 120.3226504, 30.3622678 ], [ 120.3232043, 30.3625678 ], [ 120.3235029, 30.3627793 ], [ 120.323906, 30.363065 ], [ 120.3242397, 30.3633014 ], [ 120.3252294, 30.363954 ], [ 120.326075, 30.3645255 ], [ 120.3267019, 30.3649492 ], [ 120.3270364, 30.365293 ], [ 120.3270801, 30.365338 ], [ 120.3272003, 30.3654571 ], [ 120.3280913, 30.36634 ], [ 120.3290274, 30.3673167 ], [ 120.3292587, 30.3675438 ], [ 120.3296872, 30.3679646 ], [ 120.3299677, 30.3682358 ], [ 120.3300221, 30.3682884 ], [ 120.330106, 30.3683695 ], [ 120.3304651, 30.3687167 ], [ 120.3312115, 30.3693817 ], [ 120.3312885, 30.3694503 ], [ 120.3319456, 30.370052 ], [ 120.3324467, 30.3704254 ], [ 120.3326767, 30.3705968 ], [ 120.3329659, 30.3707933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "外翁线", "杭海路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3329659, 30.3707933 ], [ 120.3326767, 30.3705968 ], [ 120.3324467, 30.3704254 ], [ 120.3319456, 30.370052 ], [ 120.3312885, 30.3694503 ], [ 120.3312115, 30.3693817 ], [ 120.3304651, 30.3687167 ], [ 120.330106, 30.3683695 ], [ 120.3300221, 30.3682884 ], [ 120.3299677, 30.3682358 ], [ 120.3296872, 30.3679646 ], [ 120.3292587, 30.3675438 ], [ 120.3290274, 30.3673167 ], [ 120.3280913, 30.36634 ], [ 120.3272003, 30.3654571 ], [ 120.3270801, 30.365338 ], [ 120.3270364, 30.365293 ], [ 120.3267019, 30.3649492 ], [ 120.326075, 30.3645255 ], [ 120.3252294, 30.363954 ], [ 120.3242397, 30.3633014 ], [ 120.323906, 30.363065 ], [ 120.3235029, 30.3627793 ], [ 120.3232043, 30.3625678 ], [ 120.3226504, 30.3622678 ], [ 120.3225847, 30.3622322 ], [ 120.3218498, 30.3615981 ], [ 120.320557, 30.3604062 ], [ 120.3195592, 30.359566 ], [ 120.3185721, 30.3586958 ], [ 120.3179365, 30.3580593 ], [ 120.3174188, 30.357696 ], [ 120.3162252, 30.3573396 ], [ 120.3160653, 30.3573136 ], [ 120.3156834, 30.3572516 ], [ 120.3154037, 30.357241 ], [ 120.3151362, 30.3572308 ], [ 120.3149948, 30.3572262 ], [ 120.3147146, 30.3572172 ], [ 120.3144147, 30.3572076 ], [ 120.3143385, 30.3571882 ], [ 120.3139319, 30.357085 ], [ 120.3130012, 30.3568327 ], [ 120.3123019, 30.3566704 ], [ 120.3115851, 30.356504 ], [ 120.3113248, 30.3564471 ], [ 120.3112291, 30.3564262 ], [ 120.3107805, 30.3563281 ], [ 120.3095466, 30.3559046 ], [ 120.3090129, 30.3557009 ], [ 120.308499, 30.3554663 ], [ 120.3083692, 30.355407 ], [ 120.3081844, 30.3553305 ], [ 120.3067102, 30.3547205 ], [ 120.3047723, 30.3539558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3154888, 30.3735852 ], [ 120.3155293, 30.3735877 ], [ 120.3167584, 30.3736626 ], [ 120.318965, 30.3738305 ], [ 120.3194719, 30.3738453 ], [ 120.320034, 30.3738162 ], [ 120.3202102, 30.3738101 ], [ 120.3206257, 30.3737969 ], [ 120.3211236, 30.37374 ], [ 120.3215093, 30.3736491 ], [ 120.3219439, 30.3735021 ], [ 120.3220368, 30.3734699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3221113, 30.3735828 ], [ 120.3219799, 30.3736127 ], [ 120.321483, 30.3737537 ], [ 120.3211636, 30.3738111 ], [ 120.3206578, 30.3738786 ], [ 120.3201752, 30.3739047 ], [ 120.3199906, 30.3739096 ], [ 120.3194551, 30.3739376 ], [ 120.3189589, 30.373917 ], [ 120.3167392, 30.3737437 ], [ 120.3155217, 30.3736642 ], [ 120.3154281, 30.3736581 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3124283, 30.3755831 ], [ 120.31904, 30.376084 ], [ 120.319732, 30.3762492 ], [ 120.3204589, 30.3765342 ], [ 120.3208689, 30.3769189 ], [ 120.3211854, 30.3772584 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3210009, 30.3772892 ], [ 120.3204041, 30.3766662 ], [ 120.3197629, 30.3763492 ], [ 120.3190775, 30.3761665 ], [ 120.3124186, 30.3756875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3162955, 30.4148816 ], [ 120.31572, 30.4150251 ], [ 120.3154361, 30.4150931 ], [ 120.3151892, 30.4151493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泽第路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3162955, 30.4148816 ], [ 120.3166687, 30.4149108 ], [ 120.3181823, 30.4145546 ], [ 120.3194495, 30.4142564 ], [ 120.319528, 30.4143767 ], [ 120.3197439, 30.4147009 ], [ 120.3199648, 30.4149282 ], [ 120.3202691, 30.41511 ], [ 120.3206354, 30.4150615 ], [ 120.320686, 30.4151482 ], [ 120.3209541, 30.4156129 ], [ 120.3211132, 30.4162233 ], [ 120.3211159, 30.4162335 ], [ 120.3211307, 30.4189207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "泽第路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3211307, 30.4189207 ], [ 120.3211159, 30.4162335 ], [ 120.3211132, 30.4162233 ], [ 120.3209541, 30.4156129 ], [ 120.320686, 30.4151482 ], [ 120.3206354, 30.4150615 ], [ 120.3202691, 30.41511 ], [ 120.3199648, 30.4149282 ], [ 120.3197439, 30.4147009 ], [ 120.319528, 30.4143767 ], [ 120.3194495, 30.4142564 ], [ 120.3181823, 30.4145546 ], [ 120.3166687, 30.4149108 ], [ 120.3162955, 30.4148816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3330022, 30.3742534 ], [ 120.332961, 30.3727933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3304403, 30.453574 ], [ 120.3306018, 30.4536655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3303986, 30.4541012 ], [ 120.3304403, 30.453574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3306018, 30.4536655 ], [ 120.3303986, 30.4541012 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149502, 30.4152085 ], [ 120.3135419, 30.4155478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3132751, 30.4154416 ], [ 120.3134824, 30.4153948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3134824, 30.4153948 ], [ 120.3135419, 30.4155478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3133333, 30.4155958 ], [ 120.3132751, 30.4154416 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135419, 30.4155478 ], [ 120.3133333, 30.4155958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091804, 30.4186123 ], [ 120.3100408, 30.4167295 ], [ 120.3101022, 30.4165953 ], [ 120.3103844, 30.4159784 ], [ 120.3108503, 30.4149598 ], [ 120.3114975, 30.4136071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3114975, 30.4136071 ], [ 120.3108503, 30.4149598 ], [ 120.3103844, 30.4159784 ], [ 120.3101022, 30.4165953 ], [ 120.3100408, 30.4167295 ], [ 120.3091804, 30.4186123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3138087, 30.4174009 ], [ 120.3139381, 30.4169387 ], [ 120.3138994, 30.4166712 ], [ 120.3135419, 30.4155478 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135419, 30.4155478 ], [ 120.3138994, 30.4166712 ], [ 120.3139381, 30.4169387 ], [ 120.3138087, 30.4174009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3138087, 30.4174009 ], [ 120.3137871, 30.416997 ], [ 120.3133333, 30.4155958 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.316149, 30.4188682 ], [ 120.3158649, 30.4188549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3158649, 30.4188549 ], [ 120.316149, 30.4188682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.316149, 30.4188682 ], [ 120.3163162, 30.4188819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163162, 30.4188819 ], [ 120.316149, 30.4188682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163162, 30.4188819 ], [ 120.316322, 30.418882 ], [ 120.3164561, 30.4188846 ], [ 120.3164619, 30.4188848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3164619, 30.4188848 ], [ 120.3163829, 30.4188832 ], [ 120.3163162, 30.4188819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163162, 30.4188819 ], [ 120.3163829, 30.4188832 ], [ 120.3164619, 30.4188848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3164619, 30.4188848 ], [ 120.3164561, 30.4188846 ], [ 120.316322, 30.418882 ], [ 120.3163162, 30.4188819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3211307, 30.4189207 ], [ 120.3201407, 30.4189217 ], [ 120.3195316, 30.418914 ], [ 120.3184139, 30.4188999 ], [ 120.3167177, 30.4188898 ], [ 120.3164619, 30.4188848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3164619, 30.4188848 ], [ 120.3167177, 30.4188898 ], [ 120.3184139, 30.4188999 ], [ 120.3195316, 30.418914 ], [ 120.3201407, 30.4189217 ], [ 120.3211307, 30.4189207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3211307, 30.4189207 ], [ 120.3217941, 30.4189229 ], [ 120.3219641, 30.4189226 ], [ 120.322678, 30.4189319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景树路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322678, 30.4189319 ], [ 120.3219641, 30.4189226 ], [ 120.3217941, 30.4189229 ], [ 120.3211307, 30.4189207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.316172, 30.4219241 ], [ 120.3161471, 30.4215995 ], [ 120.3160462, 30.4202831 ], [ 120.3158649, 30.4188549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.316149, 30.4188682 ], [ 120.316202, 30.4193962 ], [ 120.3162849, 30.4202219 ], [ 120.3163622, 30.4216031 ], [ 120.3163854, 30.4220164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.316172, 30.4219241 ], [ 120.3163854, 30.4220164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3161807, 30.4220226 ], [ 120.316172, 30.4219241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163854, 30.4220164 ], [ 120.3163932, 30.4221193 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163932, 30.4221193 ], [ 120.3161807, 30.4220226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3162137, 30.4370943 ], [ 120.3163091, 30.4364137 ], [ 120.3166119, 30.4329285 ], [ 120.3166834, 30.4317653 ], [ 120.316688, 30.4316911 ], [ 120.3166921, 30.4316148 ], [ 120.3167076, 30.4313229 ], [ 120.3167517, 30.4304937 ], [ 120.3167418, 30.4293007 ], [ 120.3167129, 30.4284632 ], [ 120.3166284, 30.4273673 ], [ 120.3165939, 30.4269191 ], [ 120.3165314, 30.426109 ], [ 120.3164552, 30.4251206 ], [ 120.3161807, 30.4220226 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3163932, 30.4221193 ], [ 120.3164888, 30.4233853 ], [ 120.3165575, 30.4242877 ], [ 120.3167042, 30.4262133 ], [ 120.3167588, 30.4269294 ], [ 120.3167686, 30.4270829 ], [ 120.3167689, 30.4270878 ], [ 120.3167876, 30.4273808 ], [ 120.3168635, 30.4285684 ], [ 120.3169084, 30.4292524 ], [ 120.316919, 30.4299732 ], [ 120.3169117, 30.4305895 ], [ 120.3168599, 30.431403 ], [ 120.3168414, 30.4316936 ], [ 120.3168369, 30.4317639 ], [ 120.3168295, 30.4318727 ], [ 120.3167348, 30.4332553 ], [ 120.3166464, 30.4365001 ], [ 120.3165527, 30.437223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "藕花洲大街东段" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.31209, 30.4313319 ], [ 120.3108422, 30.4297749 ], [ 120.3103893, 30.4291641 ], [ 120.3099042, 30.4285399 ], [ 120.3098524, 30.4284721 ], [ 120.3095668, 30.4281542 ], [ 120.3094213, 30.4279923 ], [ 120.3092096, 30.4277954 ], [ 120.3088825, 30.4274958 ], [ 120.3084868, 30.4271985 ], [ 120.3081352, 30.4269344 ], [ 120.3081309, 30.4269311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.31209, 30.4313319 ], [ 120.3125261, 30.4315961 ], [ 120.3130787, 30.4321598 ], [ 120.3139988, 30.4330568 ], [ 120.3146992, 30.4335979 ], [ 120.3153673, 30.434111 ], [ 120.3161117, 30.4345404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3160747, 30.434588 ], [ 120.3152985, 30.4341151 ], [ 120.3147143, 30.4337078 ], [ 120.313932, 30.4330887 ], [ 120.3130944, 30.4323176 ], [ 120.3124152, 30.4316702 ], [ 120.31209, 30.4313319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "藕花洲大街东段" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.31209, 30.4313319 ], [ 120.3121147, 30.4315338 ], [ 120.3119483, 30.4322245 ], [ 120.3117344, 30.4331841 ], [ 120.3117101, 30.4332932 ], [ 120.3114775, 30.4343085 ], [ 120.3113134, 30.435025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "藕花洲大街东段" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113134, 30.435025 ], [ 120.3114775, 30.4343085 ], [ 120.3117101, 30.4332932 ], [ 120.3117344, 30.4331841 ], [ 120.3119483, 30.4322245 ], [ 120.3121147, 30.4315338 ], [ 120.31209, 30.4313319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069858, 30.4334781 ], [ 120.3069765, 30.4335784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069765, 30.4335784 ], [ 120.3069858, 30.4334781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069858, 30.4334781 ], [ 120.3079359, 30.4335409 ], [ 120.3081867, 30.4336108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3081568, 30.4337458 ], [ 120.3078917, 30.4336773 ], [ 120.3069765, 30.4335784 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3081568, 30.4337458 ], [ 120.3081867, 30.4336108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3159231, 30.4370422 ], [ 120.3162137, 30.4370943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3161812, 30.4372523 ], [ 120.3159231, 30.4370422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3162137, 30.4370943 ], [ 120.3165527, 30.437223 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3161812, 30.4372523 ], [ 120.3162137, 30.4370943 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3165527, 30.437223 ], [ 120.3165314, 30.437383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3165314, 30.437383 ], [ 120.3161812, 30.4372523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199833, 30.4387059 ], [ 120.3204978, 30.4364567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3204978, 30.4364567 ], [ 120.3199833, 30.4387059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3160439, 30.438274 ], [ 120.3161087, 30.4378145 ], [ 120.3161812, 30.4372523 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3165527, 30.437223 ], [ 120.3167699, 30.4373049 ], [ 120.3176732, 30.4377018 ], [ 120.3178373, 30.4377718 ], [ 120.3181018, 30.4378895 ], [ 120.3190319, 30.4382931 ], [ 120.3193494, 30.4384308 ], [ 120.3199833, 30.4387059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199081, 30.4388241 ], [ 120.3194817, 30.4386398 ], [ 120.3180321, 30.4380132 ], [ 120.317781, 30.4379024 ], [ 120.3167426, 30.4374665 ], [ 120.3165314, 30.437383 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199081, 30.4388241 ], [ 120.3199833, 30.4387059 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199833, 30.4387059 ], [ 120.3199081, 30.4388241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3165314, 30.437383 ], [ 120.3164005, 30.4379529 ], [ 120.3161091, 30.439089 ], [ 120.3157496, 30.440254 ], [ 120.3151547, 30.441713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199081, 30.4388241 ], [ 120.3194504, 30.4408243 ], [ 120.3190518, 30.4423834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3190518, 30.4423834 ], [ 120.3194504, 30.4408243 ], [ 120.3199081, 30.4388241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3199833, 30.4387059 ], [ 120.3223739, 30.4397487 ], [ 120.3229354, 30.4400203 ], [ 120.3231629, 30.4401633 ], [ 120.3233908, 30.4403066 ], [ 120.3237504, 30.4405723 ], [ 120.3240825, 30.4408675 ], [ 120.3243975, 30.441207 ], [ 120.3246407, 30.4415259 ], [ 120.3247267, 30.4416821 ], [ 120.3250653, 30.4421989 ], [ 120.3253345, 30.4427515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3251861, 30.4428006 ], [ 120.3249115, 30.442258 ], [ 120.3246685, 30.4418356 ], [ 120.324577, 30.4417073 ], [ 120.3243463, 30.4413838 ], [ 120.3240879, 30.441076 ], [ 120.323716, 30.4407173 ], [ 120.3236853, 30.4406949 ], [ 120.3233028, 30.4404151 ], [ 120.3229307, 30.4401751 ], [ 120.3199081, 30.4388241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3190518, 30.4423834 ], [ 120.3178271, 30.4421547 ], [ 120.3167564, 30.4419748 ], [ 120.3164613, 30.4419262 ], [ 120.3159951, 30.4418501 ], [ 120.3151547, 30.441713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3151547, 30.441713 ], [ 120.3159951, 30.4418501 ], [ 120.3164613, 30.4419262 ], [ 120.3167564, 30.4419748 ], [ 120.3178271, 30.4421547 ], [ 120.3190518, 30.4423834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.314848, 30.441663 ], [ 120.314874, 30.4416056 ], [ 120.3153688, 30.4401985 ], [ 120.3160439, 30.438274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.314848, 30.441663 ], [ 120.313529, 30.4414024 ], [ 120.3129365, 30.4412854 ], [ 120.3128231, 30.441263 ], [ 120.3114682, 30.4409953 ], [ 120.3098638, 30.4407192 ], [ 120.3096753, 30.4406867 ], [ 120.3092864, 30.440622 ], [ 120.3092154, 30.440609 ], [ 120.3066757, 30.4401457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3066757, 30.4401457 ], [ 120.3092154, 30.440609 ], [ 120.3092864, 30.440622 ], [ 120.3096753, 30.4406867 ], [ 120.3098638, 30.4407192 ], [ 120.3114682, 30.4409953 ], [ 120.3128231, 30.441263 ], [ 120.3129365, 30.4412854 ], [ 120.313529, 30.4414024 ], [ 120.314848, 30.441663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3066757, 30.4401457 ], [ 120.3060046, 30.4430776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3060046, 30.4430776 ], [ 120.3066757, 30.4401457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.314848, 30.441663 ], [ 120.3151547, 30.441713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3151547, 30.441713 ], [ 120.314848, 30.441663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135755, 30.4443402 ], [ 120.3137132, 30.4440696 ], [ 120.3138165, 30.4438721 ], [ 120.3147024, 30.4419849 ], [ 120.314848, 30.441663 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3151547, 30.441713 ], [ 120.3140512, 30.443898 ], [ 120.3139507, 30.444097 ], [ 120.3138036, 30.4443779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059868, 30.4431555 ], [ 120.3060046, 30.4430776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084123, 30.363627 ], [ 120.3079833, 30.3633217 ], [ 120.3058299, 30.3618225 ], [ 120.3053701, 30.3615024 ], [ 120.3036987, 30.3602898 ], [ 120.3033376, 30.3600336 ], [ 120.3029346, 30.3597478 ], [ 120.3028664, 30.3596994 ], [ 120.3022725, 30.3592782 ], [ 120.3020326, 30.359108 ], [ 120.3010439, 30.3583235 ], [ 120.3003865, 30.3577841 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2960308, 30.3618112 ], [ 120.2972999, 30.3616993 ], [ 120.2983227, 30.3615948 ], [ 120.2985431, 30.361579 ], [ 120.2990153, 30.3615762 ], [ 120.2995807, 30.36161 ], [ 120.3000057, 30.3616972 ], [ 120.3006354, 30.3618646 ], [ 120.3008133, 30.3619321 ], [ 120.3012301, 30.3621292 ], [ 120.3016401, 30.36238 ], [ 120.3039358, 30.3638858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3038115, 30.3640136 ], [ 120.3017686, 30.3626147 ], [ 120.3011374, 30.3622079 ], [ 120.3007421, 30.3620354 ], [ 120.3003999, 30.3618966 ], [ 120.2998125, 30.3617475 ], [ 120.2993465, 30.3616805 ], [ 120.2988248, 30.3616731 ], [ 120.2984484, 30.3616883 ], [ 120.2973898, 30.3618014 ], [ 120.2960842, 30.3619384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2960842, 30.3619384 ], [ 120.2963936, 30.3625528 ], [ 120.2967653, 30.3631736 ], [ 120.2970246, 30.3636039 ], [ 120.2976464, 30.3646372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974764, 30.3646302 ], [ 120.2966211, 30.3632247 ], [ 120.295863, 30.3619552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3038115, 30.3640136 ], [ 120.3039358, 30.3638858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039358, 30.3638858 ], [ 120.3038115, 30.3640136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030144, 30.3648119 ], [ 120.3038115, 30.3640136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3038115, 30.3640136 ], [ 120.3030144, 30.3648119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976464, 30.3646372 ], [ 120.2982984, 30.3645955 ], [ 120.2997814, 30.3645033 ], [ 120.2999619, 30.364489 ], [ 120.30025, 30.3644606 ], [ 120.3005771, 30.3644074 ], [ 120.3015754, 30.3644074 ], [ 120.3021672, 30.3645285 ], [ 120.3028014, 30.3647164 ], [ 120.3030144, 30.3648119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2960308, 30.3618112 ], [ 120.2960842, 30.3619384 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295863, 30.3619552 ], [ 120.295819, 30.3618033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934555, 30.3620533 ], [ 120.2935808, 30.3620417 ], [ 120.295819, 30.3618033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2960842, 30.3619384 ], [ 120.295863, 30.3619552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295863, 30.3619552 ], [ 120.2935041, 30.3621734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935041, 30.3621734 ], [ 120.2934555, 30.3620533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934555, 30.3620533 ], [ 120.2935041, 30.3621734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2899908, 30.3623667 ], [ 120.2914613, 30.3622404 ], [ 120.2934555, 30.3620533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935041, 30.3621734 ], [ 120.291404, 30.3623802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879971, 30.3626044 ], [ 120.2881257, 30.3625597 ], [ 120.2884274, 30.3625157 ], [ 120.2891331, 30.3624462 ], [ 120.289649, 30.362396 ], [ 120.2899908, 30.3623667 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291404, 30.3623802 ], [ 120.2896333, 30.3625402 ], [ 120.2891071, 30.3625832 ], [ 120.2884303, 30.3626585 ], [ 120.2879771, 30.3627103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879971, 30.3626044 ], [ 120.2879771, 30.3627103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2945816, 30.3645929 ], [ 120.2939255, 30.3631196 ], [ 120.2935041, 30.3621734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935041, 30.3621734 ], [ 120.2939255, 30.3631196 ], [ 120.2945816, 30.3645929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.292204, 30.3648842 ], [ 120.2920686, 30.3644663 ], [ 120.2919525, 30.364126 ], [ 120.291404, 30.3623802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291404, 30.3623802 ], [ 120.2919525, 30.364126 ], [ 120.2920686, 30.3644663 ], [ 120.292204, 30.3648842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879771, 30.3627103 ], [ 120.2883586, 30.3630938 ], [ 120.288516, 30.3632596 ], [ 120.2891952, 30.3639747 ], [ 120.2895123, 30.3643158 ], [ 120.2895594, 30.3643665 ], [ 120.2899389, 30.3648631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974764, 30.3646302 ], [ 120.2972202, 30.3646892 ], [ 120.2967678, 30.364743 ], [ 120.2963721, 30.3647648 ], [ 120.2960298, 30.3647503 ], [ 120.2956305, 30.3647217 ], [ 120.2950353, 30.3646576 ], [ 120.2945816, 30.3645929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2945816, 30.3645929 ], [ 120.2950353, 30.3646576 ], [ 120.2956305, 30.3647217 ], [ 120.2960298, 30.3647503 ], [ 120.2963721, 30.3647648 ], [ 120.2967678, 30.364743 ], [ 120.2972202, 30.3646892 ], [ 120.2974764, 30.3646302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2945816, 30.3645929 ], [ 120.2943432, 30.3645697 ], [ 120.2940885, 30.36455 ], [ 120.2938735, 30.3645461 ], [ 120.2937129, 30.3645702 ], [ 120.2932467, 30.3646593 ], [ 120.292204, 30.3648842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.292204, 30.3648842 ], [ 120.2932467, 30.3646593 ], [ 120.2937129, 30.3645702 ], [ 120.2938735, 30.3645461 ], [ 120.2940885, 30.36455 ], [ 120.2943432, 30.3645697 ], [ 120.2945816, 30.3645929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.292204, 30.3648842 ], [ 120.291394, 30.3648766 ], [ 120.2904945, 30.3648704 ], [ 120.2899389, 30.3648631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2899389, 30.3648631 ], [ 120.2904945, 30.3648704 ], [ 120.291394, 30.3648766 ], [ 120.292204, 30.3648842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2907035, 30.3681728 ], [ 120.2903883, 30.3670694 ], [ 120.2903551, 30.3669384 ], [ 120.2900309, 30.3656605 ], [ 120.2898152, 30.3651182 ], [ 120.2895626, 30.3646902 ], [ 120.2895072, 30.364631 ], [ 120.2892914, 30.3644004 ], [ 120.2888374, 30.3639124 ], [ 120.2876969, 30.362724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957693, 30.3669537 ], [ 120.2950643, 30.365509 ], [ 120.2948763, 30.3651238 ], [ 120.2946743, 30.3647096 ], [ 120.2945816, 30.3645929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2945816, 30.3645929 ], [ 120.2946743, 30.3647096 ], [ 120.2948763, 30.3651238 ], [ 120.2950643, 30.365509 ], [ 120.2957693, 30.3669537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.292204, 30.3648842 ], [ 120.2926864, 30.3659858 ], [ 120.2931306, 30.3669512 ], [ 120.2933757, 30.3675066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2933757, 30.3675066 ], [ 120.2931306, 30.3669512 ], [ 120.2926864, 30.3659858 ], [ 120.292204, 30.3648842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2899389, 30.3648631 ], [ 120.2900615, 30.3651723 ], [ 120.2902023, 30.3656161 ], [ 120.290345, 30.366155 ], [ 120.2906266, 30.3670731 ], [ 120.2906546, 30.3671642 ], [ 120.2908956, 30.3681285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2933757, 30.3675066 ], [ 120.2957693, 30.3669537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030144, 30.3648119 ], [ 120.3028014, 30.3647164 ], [ 120.3021672, 30.3645285 ], [ 120.3015754, 30.3644074 ], [ 120.3005771, 30.3644074 ], [ 120.30025, 30.3644606 ], [ 120.2999619, 30.364489 ], [ 120.2997814, 30.3645033 ], [ 120.2982984, 30.3645955 ], [ 120.2976464, 30.3646372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974764, 30.3646302 ], [ 120.2976464, 30.3646372 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "羊头坝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976464, 30.3646372 ], [ 120.2974764, 30.3646302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3015646, 30.3658558 ], [ 120.3016673, 30.3658113 ], [ 120.3021664, 30.3655263 ], [ 120.3024799, 30.3652927 ], [ 120.3028159, 30.3649952 ], [ 120.3029483, 30.364878 ], [ 120.3030144, 30.3648119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030144, 30.3648119 ], [ 120.3029483, 30.364878 ], [ 120.3028159, 30.3649952 ], [ 120.3024799, 30.3652927 ], [ 120.3021664, 30.3655263 ], [ 120.3016673, 30.3658113 ], [ 120.3015646, 30.3658558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976464, 30.3646372 ], [ 120.2977473, 30.3648049 ], [ 120.2978872, 30.3650409 ], [ 120.2987793, 30.3665132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986395, 30.3665361 ], [ 120.2977481, 30.3650626 ], [ 120.2975986, 30.3648231 ], [ 120.2974764, 30.3646302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3015646, 30.3658558 ], [ 120.3011263, 30.3660459 ], [ 120.3008172, 30.3661454 ], [ 120.3005298, 30.366238 ], [ 120.2998412, 30.3663928 ], [ 120.2987793, 30.3665132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987793, 30.3665132 ], [ 120.2998412, 30.3663928 ], [ 120.3005298, 30.366238 ], [ 120.3008172, 30.3661454 ], [ 120.3011263, 30.3660459 ], [ 120.3015646, 30.3658558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987793, 30.3665132 ], [ 120.2986395, 30.3665361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3060747, 30.3658259 ], [ 120.3068881, 30.3650859 ], [ 120.307818, 30.364185 ], [ 120.3084123, 30.363627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085062, 30.3636948 ], [ 120.3079043, 30.3642623 ], [ 120.3069947, 30.3651303 ], [ 120.3061222, 30.3659695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039358, 30.3638858 ], [ 120.3048661, 30.3645618 ], [ 120.3055193, 30.3651474 ], [ 120.3060747, 30.3658259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059864, 30.3660325 ], [ 120.3055611, 30.3654223 ], [ 120.3049438, 30.3648413 ], [ 120.3040229, 30.3641555 ], [ 120.3038115, 30.3640136 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3060747, 30.3658259 ], [ 120.3061222, 30.3659695 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059864, 30.3660325 ], [ 120.3060747, 30.3658259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3061222, 30.3659695 ], [ 120.3059864, 30.3660325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126037, 30.3703429 ], [ 120.312567, 30.3698798 ], [ 120.3124983, 30.3692632 ], [ 120.3123357, 30.368479 ], [ 120.3120918, 30.3677397 ], [ 120.3117544, 30.3670389 ], [ 120.311612, 30.3668271 ], [ 120.3115283, 30.3667026 ], [ 120.3110362, 30.3660117 ], [ 120.3104345, 30.3652926 ], [ 120.3098558, 30.364742 ], [ 120.3089127, 30.3639843 ], [ 120.3085062, 30.3636948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059864, 30.3660325 ], [ 120.3056877, 30.3662703 ], [ 120.3054095, 30.366541 ], [ 120.3051092, 30.3668202 ], [ 120.3047009, 30.3671944 ], [ 120.3042478, 30.3675388 ], [ 120.3037644, 30.367819 ], [ 120.3032433, 30.3680519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032433, 30.3680519 ], [ 120.3037644, 30.367819 ], [ 120.3042478, 30.3675388 ], [ 120.3047009, 30.3671944 ], [ 120.3051092, 30.3668202 ], [ 120.3054095, 30.366541 ], [ 120.3056877, 30.3662703 ], [ 120.3059864, 30.3660325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986395, 30.3665361 ], [ 120.2987793, 30.3665132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957693, 30.3669537 ], [ 120.2965148, 30.3668452 ], [ 120.2986395, 30.3665361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986395, 30.3665361 ], [ 120.2965148, 30.3668452 ], [ 120.2957693, 30.3669537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3015646, 30.3658558 ], [ 120.3026201, 30.3670699 ], [ 120.3032433, 30.3680519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032433, 30.3680519 ], [ 120.3026201, 30.3670699 ], [ 120.3015646, 30.3658558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987793, 30.3665132 ], [ 120.2994334, 30.3676365 ], [ 120.2996775, 30.3681752 ], [ 120.2999428, 30.3687811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997545, 30.3688047 ], [ 120.2993659, 30.3678254 ], [ 120.2992287, 30.3675189 ], [ 120.2986395, 30.3665361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032433, 30.3680519 ], [ 120.3026588, 30.3682434 ], [ 120.3023317, 30.3683099 ], [ 120.3019929, 30.3683787 ], [ 120.2999428, 30.3687811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2999428, 30.3687811 ], [ 120.3019929, 30.3683787 ], [ 120.3023317, 30.3683099 ], [ 120.3026588, 30.3682434 ], [ 120.3032433, 30.3680519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2999428, 30.3687811 ], [ 120.2997545, 30.3688047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957693, 30.3669537 ], [ 120.2933757, 30.3675066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908956, 30.3681285 ], [ 120.2920815, 30.3678311 ], [ 120.2924262, 30.3677447 ], [ 120.2928193, 30.3676461 ], [ 120.2933757, 30.3675066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天万路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2933757, 30.3675066 ], [ 120.2928193, 30.3676461 ], [ 120.2924262, 30.3677447 ], [ 120.2920815, 30.3678311 ], [ 120.2908956, 30.3681285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908956, 30.3681285 ], [ 120.2907035, 30.3681728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2907035, 30.3681728 ], [ 120.2908956, 30.3681285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2969183, 30.369449 ], [ 120.2968592, 30.3693173 ], [ 120.2957693, 30.3669537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "耕读路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957693, 30.3669537 ], [ 120.2968592, 30.3693173 ], [ 120.2969183, 30.369449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943084, 30.3699604 ], [ 120.2940515, 30.3692929 ], [ 120.2938347, 30.3687142 ], [ 120.2933757, 30.3675066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2933757, 30.3675066 ], [ 120.2938347, 30.3687142 ], [ 120.2940515, 30.3692929 ], [ 120.2943084, 30.3699604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908956, 30.3681285 ], [ 120.2910579, 30.3682846 ], [ 120.2911928, 30.3687572 ], [ 120.2917156, 30.3705891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997545, 30.3688047 ], [ 120.2999428, 30.3687811 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997545, 30.3688047 ], [ 120.2976061, 30.3692928 ], [ 120.2969183, 30.369449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2969183, 30.369449 ], [ 120.2976061, 30.3692928 ], [ 120.2997545, 30.3688047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032433, 30.3680519 ], [ 120.3036073, 30.3693231 ], [ 120.3038547, 30.3706635 ], [ 120.3038835, 30.3708346 ], [ 120.3039583, 30.3712792 ], [ 120.3040466, 30.3718045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3040466, 30.3718045 ], [ 120.3039583, 30.3712792 ], [ 120.3038835, 30.3708346 ], [ 120.3038547, 30.3706635 ], [ 120.3036073, 30.3693231 ], [ 120.3032433, 30.3680519 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "苑中路", "耕读路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2969183, 30.369449 ], [ 120.2980651, 30.3719946 ], [ 120.2982538, 30.3724134 ], [ 120.2984319, 30.3728088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "苑中路", "耕读路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2984319, 30.3728088 ], [ 120.2982538, 30.3724134 ], [ 120.2980651, 30.3719946 ], [ 120.2969183, 30.369449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2999428, 30.3687811 ], [ 120.3002992, 30.3702733 ], [ 120.3005801, 30.3714446 ], [ 120.3006657, 30.3718015 ], [ 120.3007953, 30.3723747 ], [ 120.3008756, 30.3727446 ], [ 120.3009606, 30.3731062 ], [ 120.3010467, 30.373564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3008722, 30.373588 ], [ 120.3008214, 30.37315 ], [ 120.3007362, 30.3727702 ], [ 120.3006523, 30.3723967 ], [ 120.3005258, 30.3718331 ], [ 120.3004394, 30.3714716 ], [ 120.3001516, 30.3702674 ], [ 120.2997545, 30.3688047 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.302728, 30.3732658 ], [ 120.3010467, 30.373564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943084, 30.3699604 ], [ 120.2950653, 30.3698121 ], [ 120.2952287, 30.3697801 ], [ 120.2969183, 30.369449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2969183, 30.369449 ], [ 120.2952287, 30.3697801 ], [ 120.2950653, 30.3698121 ], [ 120.2943084, 30.3699604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2890449, 30.3713224 ], [ 120.2890664, 30.3704557 ], [ 120.2890377, 30.3701889 ], [ 120.2889863, 30.3693553 ], [ 120.2889895, 30.3692573 ], [ 120.2889912, 30.3692075 ], [ 120.2890048, 30.3688023 ], [ 120.289011, 30.3687173 ], [ 120.2890726, 30.3686375 ], [ 120.2890779, 30.3686357 ], [ 120.2895101, 30.3684887 ], [ 120.2897876, 30.3683511 ], [ 120.2907035, 30.3681728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2907035, 30.3681728 ], [ 120.2897876, 30.3683511 ], [ 120.2895101, 30.3684887 ], [ 120.2890779, 30.3686357 ], [ 120.2890726, 30.3686375 ], [ 120.289011, 30.3687173 ], [ 120.2890048, 30.3688023 ], [ 120.2889912, 30.3692075 ], [ 120.2889895, 30.3692573 ], [ 120.2889863, 30.3693553 ], [ 120.2890377, 30.3701889 ], [ 120.2890664, 30.3704557 ], [ 120.2890449, 30.3713224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2917156, 30.3705891 ], [ 120.2924921, 30.3704008 ], [ 120.2943084, 30.3699604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁梅街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943084, 30.3699604 ], [ 120.2924921, 30.3704008 ], [ 120.2917156, 30.3705891 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943084, 30.3699604 ], [ 120.2945764, 30.370403 ], [ 120.2949148, 30.3710266 ], [ 120.2955307, 30.3720411 ], [ 120.2957531, 30.3724028 ], [ 120.2959459, 30.3726977 ], [ 120.2962624, 30.3731818 ], [ 120.296473, 30.3735425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "翁乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.296473, 30.3735425 ], [ 120.2962624, 30.3731818 ], [ 120.2959459, 30.3726977 ], [ 120.2957531, 30.3724028 ], [ 120.2955307, 30.3720411 ], [ 120.2949148, 30.3710266 ], [ 120.2945764, 30.370403 ], [ 120.2943084, 30.3699604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2917156, 30.3705891 ], [ 120.2918303, 30.3709136 ], [ 120.2919767, 30.3712223 ], [ 120.292245, 30.3716923 ], [ 120.292756, 30.3724042 ], [ 120.2928996, 30.3726043 ], [ 120.2931713, 30.3729877 ], [ 120.2931957, 30.3730234 ], [ 120.2932953, 30.3731647 ], [ 120.2936324, 30.3736475 ], [ 120.2938904, 30.3739925 ], [ 120.2942386, 30.3745412 ], [ 120.2944704, 30.3749445 ], [ 120.2948037, 30.3755934 ], [ 120.2949285, 30.3758969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908956, 30.3681285 ], [ 120.2915753, 30.3706043 ], [ 120.2917503, 30.3710501 ], [ 120.2918604, 30.3712562 ], [ 120.2920378, 30.3715901 ], [ 120.2926405, 30.3724578 ], [ 120.2927551, 30.3726226 ], [ 120.292941, 30.3728796 ], [ 120.2929838, 30.3729387 ], [ 120.2932598, 30.37332 ], [ 120.2935252, 30.3736867 ], [ 120.294086, 30.3745157 ], [ 120.2944949, 30.3752212 ], [ 120.2947721, 30.3758036 ], [ 120.2949466, 30.3761775 ], [ 120.2950534, 30.3764848 ], [ 120.2953079, 30.3772383 ], [ 120.2953099, 30.3772439 ], [ 120.2954652, 30.3776728 ], [ 120.2956267, 30.3781188 ], [ 120.2961173, 30.3794809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810319, 30.3526393 ], [ 120.2808974, 30.3518162 ], [ 120.2808018, 30.3512311 ], [ 120.2807275, 30.3505134 ], [ 120.2807796, 30.3503073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786869, 30.3529143 ], [ 120.2785392, 30.3520961 ], [ 120.2784207, 30.3514393 ], [ 120.2782816, 30.3502682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2782816, 30.3502682 ], [ 120.2784207, 30.3514393 ], [ 120.2785392, 30.3520961 ], [ 120.2786869, 30.3529143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2818388, 30.3549167 ], [ 120.2816059, 30.3543229 ], [ 120.2813425, 30.3534735 ], [ 120.2811495, 30.3526255 ], [ 120.281079, 30.3523157 ], [ 120.2810439, 30.3520877 ], [ 120.28086, 30.3508951 ], [ 120.2807796, 30.3503073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810319, 30.3526393 ], [ 120.2786869, 30.3529143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786869, 30.3529143 ], [ 120.2810319, 30.3526393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811069, 30.3509545 ], [ 120.2811876, 30.3511029 ], [ 120.2813122, 30.3520972 ], [ 120.2813327, 30.3522604 ], [ 120.2814057, 30.3526195 ], [ 120.2814389, 30.3527826 ], [ 120.281511, 30.3530565 ], [ 120.2815981, 30.3533873 ], [ 120.2817114, 30.353708 ], [ 120.2817821, 30.3538827 ], [ 120.2818671, 30.3540928 ], [ 120.2821429, 30.3548354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2811069, 30.3509545 ], [ 120.2811568, 30.3516079 ], [ 120.2812628, 30.3522883 ], [ 120.2813239, 30.3526969 ], [ 120.281347, 30.3528013 ], [ 120.2814505, 30.3532068 ], [ 120.2816731, 30.3539548 ], [ 120.2818523, 30.3544111 ], [ 120.282048, 30.3548539 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786869, 30.3529143 ], [ 120.2773425, 30.3530717 ], [ 120.2759661, 30.3532328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759661, 30.3532328 ], [ 120.2773425, 30.3530717 ], [ 120.2786869, 30.3529143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.281751, 30.3549405 ], [ 120.2816017, 30.354554 ], [ 120.2813044, 30.353711 ], [ 120.2811593, 30.3531644 ], [ 120.2810319, 30.3526393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794716, 30.3552848 ], [ 120.2790699, 30.3540749 ], [ 120.2786869, 30.3529143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786869, 30.3529143 ], [ 120.2790699, 30.3540749 ], [ 120.2794716, 30.3552848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767369, 30.3555631 ], [ 120.2764289, 30.3545931 ], [ 120.2759661, 30.3532328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759661, 30.3532328 ], [ 120.2764289, 30.3545931 ], [ 120.2767369, 30.3555631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.281751, 30.3549405 ], [ 120.2818388, 30.3549167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2818388, 30.3549167 ], [ 120.281751, 30.3549405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794716, 30.3552848 ], [ 120.2804805, 30.355208 ], [ 120.2809262, 30.3551302 ], [ 120.2813125, 30.3550525 ], [ 120.28157, 30.3549896 ], [ 120.281751, 30.3549405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.281751, 30.3549405 ], [ 120.28157, 30.3549896 ], [ 120.2813125, 30.3550525 ], [ 120.2809262, 30.3551302 ], [ 120.2804805, 30.355208 ], [ 120.2794716, 30.3552848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767369, 30.3555631 ], [ 120.2794716, 30.3552848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.282048, 30.3548539 ], [ 120.2824347, 30.3556569 ], [ 120.282811, 30.3563976 ], [ 120.2828966, 30.3565661 ], [ 120.2832973, 30.3572816 ], [ 120.2836011, 30.3577821 ], [ 120.2837739, 30.3580368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2835616, 30.3580366 ], [ 120.2829097, 30.3568919 ], [ 120.2827049, 30.3565425 ], [ 120.2822408, 30.3557507 ], [ 120.2818388, 30.3549167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.283429, 30.3580481 ], [ 120.2832615, 30.3577362 ], [ 120.2824989, 30.3563871 ], [ 120.2824157, 30.3562398 ], [ 120.2820228, 30.3555099 ], [ 120.281751, 30.3549405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2825309, 30.3556687 ], [ 120.2827767, 30.3561298 ], [ 120.2830066, 30.3565577 ], [ 120.2831837, 30.3568872 ], [ 120.283389, 30.3572231 ], [ 120.28375, 30.3577759 ], [ 120.2838881, 30.3580401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860361, 30.3560999 ], [ 120.2863197, 30.3582518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "城隍中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863197, 30.3582518 ], [ 120.2860361, 30.3560999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2835616, 30.3580366 ], [ 120.2837739, 30.3580368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2837739, 30.3580368 ], [ 120.2838881, 30.3580401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.283429, 30.3580481 ], [ 120.2835616, 30.3580366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2837739, 30.3580368 ], [ 120.2838684, 30.3581168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "保庆街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794716, 30.3552848 ], [ 120.2767369, 30.3555631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794716, 30.3552848 ], [ 120.2805064, 30.3583026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805064, 30.3583026 ], [ 120.2794716, 30.3552848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773231, 30.3587913 ], [ 120.2772331, 30.358379 ], [ 120.2771869, 30.3579696 ], [ 120.2771838, 30.357273 ], [ 120.2771653, 30.3570019 ], [ 120.2770944, 30.3566669 ], [ 120.2770306, 30.3564465 ], [ 120.2769466, 30.3561564 ], [ 120.2767369, 30.3555631 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2767369, 30.3555631 ], [ 120.2769466, 30.3561564 ], [ 120.2770306, 30.3564465 ], [ 120.2770944, 30.3566669 ], [ 120.2771653, 30.3570019 ], [ 120.2771838, 30.357273 ], [ 120.2771869, 30.3579696 ], [ 120.2772331, 30.358379 ], [ 120.2773231, 30.3587913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805064, 30.3583026 ], [ 120.280536, 30.3583933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "乔中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.280536, 30.3583933 ], [ 120.2805064, 30.3583026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773231, 30.3587913 ], [ 120.2774864, 30.3587567 ], [ 120.2778722, 30.358662 ], [ 120.2782792, 30.3585795 ], [ 120.2787039, 30.3584787 ], [ 120.279079, 30.3584116 ], [ 120.2797019, 30.358323 ], [ 120.2800912, 30.3582772 ], [ 120.2803178, 30.358268 ], [ 120.2805064, 30.3583026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.280536, 30.3583933 ], [ 120.2801868, 30.3585307 ], [ 120.279847, 30.3585551 ], [ 120.2792666, 30.3586223 ], [ 120.2788065, 30.3587108 ], [ 120.2782364, 30.3588604 ], [ 120.2777255, 30.3589893 ], [ 120.2774035, 30.3590751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2774035, 30.3590751 ], [ 120.2773231, 30.3587913 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2836223, 30.3581263 ], [ 120.2835616, 30.3580366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838881, 30.3580401 ], [ 120.2839526, 30.3581265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2834855, 30.3581366 ], [ 120.283429, 30.3580481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838684, 30.3581168 ], [ 120.2836223, 30.3581263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839526, 30.3581265 ], [ 120.2838684, 30.3581168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2836223, 30.3581263 ], [ 120.2834855, 30.3581366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838881, 30.3580401 ], [ 120.2863197, 30.3582518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805064, 30.3583026 ], [ 120.283429, 30.3580481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863272, 30.358332 ], [ 120.2839526, 30.3581265 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2834855, 30.3581366 ], [ 120.2819726, 30.35825 ], [ 120.2814469, 30.3582894 ], [ 120.280536, 30.3583933 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274675, 30.3503188 ], [ 120.2745161, 30.3500602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.276812, 30.3500954 ], [ 120.2765181, 30.3501514 ], [ 120.2761492, 30.3501796 ], [ 120.2755053, 30.3502033 ], [ 120.2750008, 30.35025 ], [ 120.274675, 30.3503188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274675, 30.3503188 ], [ 120.2749859, 30.3509899 ], [ 120.2757509, 30.3526795 ], [ 120.2759661, 30.3532328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759661, 30.3532328 ], [ 120.2757509, 30.3526795 ], [ 120.2749859, 30.3509899 ], [ 120.274675, 30.3503188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2697479, 30.3615289 ], [ 120.2704275, 30.3611803 ], [ 120.2709129, 30.360936 ], [ 120.2715444, 30.3606592 ], [ 120.2717205, 30.3605863 ], [ 120.2722922, 30.3603497 ], [ 120.2729223, 30.3601371 ], [ 120.2738369, 30.3598689 ], [ 120.277444, 30.3588973 ], [ 120.2791988, 30.3584705 ], [ 120.2805064, 30.3583026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "永玄路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.280536, 30.3583933 ], [ 120.2800468, 30.3584491 ], [ 120.2792099, 30.3585694 ], [ 120.2775887, 30.3589673 ], [ 120.2738474, 30.3599572 ], [ 120.2733888, 30.360101 ], [ 120.2726331, 30.3603314 ], [ 120.271891, 30.3606165 ], [ 120.271681, 30.3607053 ], [ 120.2710647, 30.3609659 ], [ 120.2706101, 30.3611975 ], [ 120.2698792, 30.3615872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2698792, 30.3615872 ], [ 120.2706077, 30.3632275 ], [ 120.2707601, 30.3635707 ], [ 120.2715819, 30.3654904 ], [ 120.2716033, 30.365543 ], [ 120.2721916, 30.3669865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720222, 30.3670149 ], [ 120.2712416, 30.3650553 ], [ 120.2706259, 30.3636816 ], [ 120.2704449, 30.3632779 ], [ 120.2699786, 30.3622376 ], [ 120.2697262, 30.3616621 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721916, 30.3669865 ], [ 120.2720222, 30.3670149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720222, 30.3670149 ], [ 120.2721916, 30.3669865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博卡路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773231, 30.3587913 ], [ 120.2774035, 30.3590751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721916, 30.3669865 ], [ 120.2737044, 30.3667395 ], [ 120.2738945, 30.3667082 ], [ 120.2752171, 30.366465 ], [ 120.2752787, 30.3664537 ], [ 120.2759744, 30.3663258 ], [ 120.2765183, 30.3662258 ], [ 120.2766132, 30.3662025 ], [ 120.2769572, 30.3661182 ], [ 120.2778384, 30.3658843 ], [ 120.2789523, 30.3655095 ], [ 120.2793496, 30.3653706 ], [ 120.2795628, 30.3652999 ], [ 120.2804141, 30.3650177 ], [ 120.2816904, 30.3645961 ], [ 120.2819708, 30.3645034 ], [ 120.2824812, 30.3643348 ], [ 120.2831501, 30.3641138 ], [ 120.2842883, 30.3637715 ], [ 120.2849075, 30.3635799 ], [ 120.2852611, 30.3634789 ], [ 120.2853069, 30.3634651 ], [ 120.285849, 30.3632939 ], [ 120.2872965, 30.3628367 ], [ 120.2876969, 30.362724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876969, 30.362724 ], [ 120.2872965, 30.3628367 ], [ 120.285849, 30.3632939 ], [ 120.2853069, 30.3634651 ], [ 120.2852611, 30.3634789 ], [ 120.2849075, 30.3635799 ], [ 120.2842883, 30.3637715 ], [ 120.2831501, 30.3641138 ], [ 120.2824812, 30.3643348 ], [ 120.2819708, 30.3645034 ], [ 120.2816904, 30.3645961 ], [ 120.2804141, 30.3650177 ], [ 120.2795628, 30.3652999 ], [ 120.2793496, 30.3653706 ], [ 120.2789523, 30.3655095 ], [ 120.2778384, 30.3658843 ], [ 120.2769572, 30.3661182 ], [ 120.2766132, 30.3662025 ], [ 120.2765183, 30.3662258 ], [ 120.2759744, 30.3663258 ], [ 120.2752787, 30.3664537 ], [ 120.2752171, 30.366465 ], [ 120.2738945, 30.3667082 ], [ 120.2737044, 30.3667395 ], [ 120.2721916, 30.3669865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2787865, 30.3825761 ], [ 120.2789376, 30.3825514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2789376, 30.3825514 ], [ 120.2789635, 30.3826602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2787999, 30.3826804 ], [ 120.2787865, 30.3825761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2789635, 30.3826602 ], [ 120.2787999, 30.3826804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747606, 30.3836016 ], [ 120.2759924, 30.3832174 ], [ 120.2771226, 30.3828865 ], [ 120.2780277, 30.3826958 ], [ 120.2787865, 30.3825761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2787999, 30.3826804 ], [ 120.278385, 30.3827347 ], [ 120.2778369, 30.3828417 ], [ 120.2772835, 30.3829541 ], [ 120.2763645, 30.3832067 ], [ 120.2748415, 30.3836854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2789635, 30.3826602 ], [ 120.2790192, 30.3829027 ], [ 120.2791283, 30.3833125 ], [ 120.2792691, 30.3837377 ], [ 120.2794822, 30.3842055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.286858, 30.3614426 ], [ 120.2871865, 30.3617856 ], [ 120.2875121, 30.362091 ], [ 120.2879971, 30.3626044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879063, 30.3626359 ], [ 120.2879971, 30.3626044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879063, 30.3626359 ], [ 120.2879771, 30.3627103 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876969, 30.362724 ], [ 120.2879063, 30.3626359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879771, 30.3627103 ], [ 120.2876969, 30.362724 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2789376, 30.3825514 ], [ 120.2799014, 30.3824256 ], [ 120.2813387, 30.3822904 ], [ 120.281607, 30.3822652 ], [ 120.2827004, 30.3821627 ], [ 120.28371, 30.3820992 ], [ 120.2844153, 30.3821151 ], [ 120.2852967, 30.3821941 ], [ 120.2863836, 30.3823859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863287, 30.3824754 ], [ 120.2857396, 30.3823664 ], [ 120.2853204, 30.3823001 ], [ 120.284659, 30.3822289 ], [ 120.2840082, 30.3821881 ], [ 120.2832832, 30.3822134 ], [ 120.2825617, 30.3822723 ], [ 120.2816561, 30.3823525 ], [ 120.2813515, 30.3823831 ], [ 120.2802726, 30.3824908 ], [ 120.2789635, 30.3826602 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863287, 30.3824754 ], [ 120.2863836, 30.3823859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863836, 30.3823859 ], [ 120.2863287, 30.3824754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863836, 30.3823859 ], [ 120.2869986, 30.3825401 ], [ 120.2877426, 30.3827715 ], [ 120.2884014, 30.3830221 ], [ 120.2888126, 30.3831999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721916, 30.3669865 ], [ 120.2726128, 30.3677965 ], [ 120.2728698, 30.3682161 ], [ 120.2732342, 30.3687701 ], [ 120.2734958, 30.3691317 ], [ 120.2738134, 30.3694772 ], [ 120.2745031, 30.3702067 ], [ 120.2748125, 30.3705462 ], [ 120.2755151, 30.3712372 ], [ 120.2758159, 30.3715651 ], [ 120.2759851, 30.3717494 ], [ 120.2763471, 30.3722814 ], [ 120.2763772, 30.372335 ], [ 120.2766044, 30.3727394 ], [ 120.2766417, 30.3728059 ], [ 120.2768757, 30.3733246 ], [ 120.2770193, 30.373746 ], [ 120.277143, 30.3742386 ], [ 120.2774634, 30.3756292 ], [ 120.2775985, 30.376151 ], [ 120.2777201, 30.3765833 ], [ 120.277735, 30.3768649 ], [ 120.2779007, 30.3777296 ], [ 120.2780868, 30.3785316 ], [ 120.27816, 30.3788468 ], [ 120.2784991, 30.3804378 ], [ 120.2788806, 30.3822636 ], [ 120.2789376, 30.3825514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2787865, 30.3825761 ], [ 120.2787426, 30.3822809 ], [ 120.2783689, 30.3806403 ], [ 120.2779838, 30.3788827 ], [ 120.2779153, 30.3785756 ], [ 120.2777461, 30.3778169 ], [ 120.2776604, 30.3773586 ], [ 120.2775609, 30.3769992 ], [ 120.2774487, 30.3766358 ], [ 120.2773947, 30.376433 ], [ 120.2773233, 30.3758756 ], [ 120.2772562, 30.3755422 ], [ 120.2770587, 30.3745783 ], [ 120.276909, 30.3739592 ], [ 120.2767312, 30.3734241 ], [ 120.2765621, 30.3730201 ], [ 120.2765209, 30.3729444 ], [ 120.2763382, 30.3726088 ], [ 120.2759319, 30.3719595 ], [ 120.2756294, 30.3716198 ], [ 120.2755742, 30.3715579 ], [ 120.2752336, 30.3711773 ], [ 120.2747601, 30.3706854 ], [ 120.2736471, 30.3695291 ], [ 120.2736396, 30.3695205 ], [ 120.2733242, 30.3691625 ], [ 120.2732744, 30.369106 ], [ 120.2729858, 30.368687 ], [ 120.272725, 30.3682739 ], [ 120.2724429, 30.3678514 ], [ 120.2723338, 30.3676226 ], [ 120.2721852, 30.3673108 ], [ 120.2720222, 30.3670149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2728663, 30.3803651 ], [ 120.2746197, 30.3834007 ], [ 120.2747606, 30.3836016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745847, 30.3836525 ], [ 120.2744775, 30.3834524 ], [ 120.2727402, 30.3804317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719532, 30.38446 ], [ 120.27161, 30.3837545 ], [ 120.2708558, 30.3826117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2708558, 30.3826117 ], [ 120.27161, 30.3837545 ], [ 120.2719532, 30.38446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745847, 30.3836525 ], [ 120.2747606, 30.3836016 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747606, 30.3836016 ], [ 120.2748415, 30.3836854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274631, 30.3837414 ], [ 120.2745847, 30.3836525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2748415, 30.3836854 ], [ 120.274631, 30.3837414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640017, 30.3646037 ], [ 120.2641138, 30.3646917 ], [ 120.2648339, 30.3649059 ], [ 120.2652957, 30.3650831 ], [ 120.2653669, 30.3651056 ], [ 120.2659611, 30.3652933 ], [ 120.2661012, 30.3653376 ], [ 120.266963, 30.3656751 ], [ 120.2675311, 30.3658975 ], [ 120.2677082, 30.3659636 ], [ 120.2680785, 30.3661019 ], [ 120.2689082, 30.3664117 ], [ 120.2689755, 30.3664348 ], [ 120.2701538, 30.3668794 ], [ 120.2702286, 30.3669076 ], [ 120.2707929, 30.3671206 ], [ 120.2715438, 30.3670632 ], [ 120.2720222, 30.3670149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "鑫业路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720222, 30.3670149 ], [ 120.2715438, 30.3670632 ], [ 120.2707929, 30.3671206 ], [ 120.2702286, 30.3669076 ], [ 120.2701538, 30.3668794 ], [ 120.2689755, 30.3664348 ], [ 120.2689082, 30.3664117 ], [ 120.2680785, 30.3661019 ], [ 120.2677082, 30.3659636 ], [ 120.2675311, 30.3658975 ], [ 120.266963, 30.3656751 ], [ 120.2661012, 30.3653376 ], [ 120.2659611, 30.3652933 ], [ 120.2653669, 30.3651056 ], [ 120.2652957, 30.3650831 ], [ 120.2648339, 30.3649059 ], [ 120.2641138, 30.3646917 ], [ 120.2640017, 30.3646037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677906, 30.3857398 ], [ 120.2698047, 30.3851165 ], [ 120.2706568, 30.3848561 ], [ 120.271149, 30.3847057 ], [ 120.2719532, 30.38446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720145, 30.3845515 ], [ 120.2712426, 30.3847909 ], [ 120.2711445, 30.3848213 ], [ 120.2706531, 30.3849738 ], [ 120.2702925, 30.3850856 ], [ 120.2688014, 30.3855296 ], [ 120.26787, 30.3858554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2675452, 30.3858405 ], [ 120.2677906, 30.3857398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677906, 30.3857398 ], [ 120.26787, 30.3858554 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676135, 30.385961 ], [ 120.2675452, 30.3858405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26787, 30.3858554 ], [ 120.2676135, 30.385961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26787, 30.3858554 ], [ 120.268774, 30.3872655 ], [ 120.2696009, 30.3883738 ], [ 120.2703102, 30.3892548 ], [ 120.270535, 30.3895147 ], [ 120.271287, 30.3903841 ], [ 120.2715863, 30.3907404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636583, 30.3910537 ], [ 120.2636909, 30.3910233 ], [ 120.2638806, 30.390782 ], [ 120.2640954, 30.3904288 ], [ 120.2641853, 30.3901445 ], [ 120.2642502, 30.3898387 ], [ 120.2642652, 30.3895156 ], [ 120.2642452, 30.3893089 ], [ 120.2641753, 30.3890633 ], [ 120.2640804, 30.3888049 ], [ 120.2639456, 30.3885464 ], [ 120.2637358, 30.3882836 ], [ 120.2629841, 30.3874126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295931, 30.3795153 ], [ 120.2955894, 30.3784662 ], [ 120.2953134, 30.3777041 ], [ 120.2951842, 30.3773475 ], [ 120.2951521, 30.3772873 ], [ 120.2950661, 30.3770043 ], [ 120.2948375, 30.3763843 ], [ 120.2947756, 30.3762281 ], [ 120.2946169, 30.3758273 ], [ 120.2942952, 30.375164 ], [ 120.2939569, 30.3746035 ], [ 120.2933978, 30.3737647 ], [ 120.2931281, 30.373393 ], [ 120.2931246, 30.3733882 ], [ 120.2928481, 30.3730071 ], [ 120.2927542, 30.3728776 ], [ 120.2925023, 30.3725201 ], [ 120.2920442, 30.3718697 ], [ 120.2918261, 30.3714671 ], [ 120.2913747, 30.3704443 ], [ 120.2911084, 30.3695429 ], [ 120.2907035, 30.3681728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2958059, 30.3795405 ], [ 120.2957668, 30.3793593 ], [ 120.2952407, 30.3778373 ], [ 120.2952026, 30.3777271 ], [ 120.2951175, 30.3774917 ], [ 120.2950602, 30.3773329 ], [ 120.2949578, 30.377034 ], [ 120.2947143, 30.3763264 ], [ 120.2944013, 30.375639 ], [ 120.2941289, 30.3751059 ], [ 120.2939459, 30.3747972 ], [ 120.2931003, 30.3735556 ], [ 120.2929474, 30.3733309 ], [ 120.2929444, 30.3733267 ], [ 120.2927512, 30.3730559 ], [ 120.292402, 30.3725665 ], [ 120.2921815, 30.3722543 ], [ 120.2916921, 30.3714994 ], [ 120.2914726, 30.3710364 ], [ 120.291123, 30.3700122 ], [ 120.2910643, 30.3698166 ], [ 120.2906348, 30.3683849 ], [ 120.2907035, 30.3681728 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2949285, 30.3758969 ], [ 120.2951859, 30.3765228 ], [ 120.2954021, 30.3771363 ], [ 120.2954864, 30.3773283 ], [ 120.295584, 30.3776484 ], [ 120.2956212, 30.3777533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2956212, 30.3777533 ], [ 120.2956557, 30.3778503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2956557, 30.3778503 ], [ 120.2958168, 30.3783042 ], [ 120.2959347, 30.3785708 ], [ 120.2961827, 30.3792897 ], [ 120.2962193, 30.379494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2961173, 30.3794809 ], [ 120.2962193, 30.379494 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295931, 30.3795153 ], [ 120.2961173, 30.3794809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2958059, 30.3795405 ], [ 120.295931, 30.3795153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2961173, 30.3794809 ], [ 120.2961242, 30.3796242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2962193, 30.379494 ], [ 120.2962456, 30.3796411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3010467, 30.373564 ], [ 120.302728, 30.3732658 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3008722, 30.373588 ], [ 120.3010467, 30.373564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3010467, 30.373564 ], [ 120.3008722, 30.373588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3008722, 30.373588 ], [ 120.2992107, 30.3738677 ], [ 120.2987152, 30.3739585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987152, 30.3739585 ], [ 120.2992107, 30.3738677 ], [ 120.3008722, 30.373588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987152, 30.3739585 ], [ 120.2980927, 30.3740641 ], [ 120.2976658, 30.3741694 ], [ 120.2972186, 30.3743693 ], [ 120.2970521, 30.3744779 ], [ 120.2968797, 30.3745904 ], [ 120.296369, 30.3749235 ], [ 120.2949285, 30.3758969 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2949285, 30.3758969 ], [ 120.296369, 30.3749235 ], [ 120.2968797, 30.3745904 ], [ 120.2970521, 30.3744779 ], [ 120.2972186, 30.3743693 ], [ 120.2976658, 30.3741694 ], [ 120.2980927, 30.3740641 ], [ 120.2987152, 30.3739585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3010467, 30.373564 ], [ 120.3010841, 30.373949 ], [ 120.3011785, 30.3752179 ], [ 120.3012118, 30.3756662 ], [ 120.3013004, 30.3768579 ], [ 120.3012946, 30.3776475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012623, 30.3776485 ], [ 120.3011523, 30.3768909 ], [ 120.3010703, 30.3757128 ], [ 120.3010391, 30.3752645 ], [ 120.3010201, 30.3749922 ], [ 120.3009367, 30.3740351 ], [ 120.3008722, 30.373588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987152, 30.3739585 ], [ 120.2989245, 30.3749092 ], [ 120.2992135, 30.3760931 ], [ 120.2993324, 30.3765646 ], [ 120.2996345, 30.3776787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996345, 30.3776787 ], [ 120.2993324, 30.3765646 ], [ 120.2992135, 30.3760931 ], [ 120.2989245, 30.3749092 ], [ 120.2987152, 30.3739585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012946, 30.3776475 ], [ 120.3044735, 30.3775641 ], [ 120.3075241, 30.3774615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012623, 30.3776485 ], [ 120.3012946, 30.3776475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.307497, 30.377546 ], [ 120.3044628, 30.37766 ], [ 120.302896, 30.3777089 ], [ 120.3012938, 30.3777558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996345, 30.3776787 ], [ 120.3012623, 30.3776485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012946, 30.3776475 ], [ 120.3012938, 30.3777558 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012779, 30.377756 ], [ 120.3012623, 30.3776485 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2956212, 30.3777533 ], [ 120.2974992, 30.3777184 ], [ 120.2976304, 30.377716 ], [ 120.2996345, 30.3776787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012938, 30.3777558 ], [ 120.3012779, 30.377756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012779, 30.377756 ], [ 120.2956557, 30.3778503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3124186, 30.3756875 ], [ 120.3123992, 30.3758963 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076219, 30.3774548 ], [ 120.310813, 30.3772287 ], [ 120.3108188, 30.3773553 ], [ 120.3076101, 30.3775475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075241, 30.3774615 ], [ 120.3076219, 30.3774548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076219, 30.3774548 ], [ 120.3076101, 30.3775475 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.307497, 30.377546 ], [ 120.3075241, 30.3774615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076101, 30.3775475 ], [ 120.307497, 30.377546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115936, 30.3815396 ], [ 120.3117051, 30.3802816 ], [ 120.3118337, 30.3789058 ], [ 120.3119143, 30.3782292 ], [ 120.312135, 30.3762226 ], [ 120.3121432, 30.3761129 ], [ 120.3121634, 30.3758409 ], [ 120.3121638, 30.375836 ], [ 120.3121934, 30.3755152 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3123992, 30.3758963 ], [ 120.3123987, 30.3759012 ], [ 120.3123626, 30.3762894 ], [ 120.3123397, 30.3765355 ], [ 120.312324, 30.3766945 ], [ 120.3121034, 30.3789305 ], [ 120.3119803, 30.3802206 ], [ 120.3119059, 30.3811041 ], [ 120.3118397, 30.3815878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074781, 30.3809452 ], [ 120.307497, 30.377546 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076101, 30.3775475 ], [ 120.3076204, 30.3809739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "乔莫西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2959496, 30.3796536 ], [ 120.295931, 30.3795153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2958351, 30.379676 ], [ 120.2958059, 30.3795405 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2962456, 30.3796411 ], [ 120.2961242, 30.3796242 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2961242, 30.3796242 ], [ 120.2959496, 30.3796536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2959496, 30.3796536 ], [ 120.2958351, 30.379676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2963205, 30.3815788 ], [ 120.2962741, 30.3812371 ], [ 120.2960902, 30.3804407 ], [ 120.2959955, 30.3799298 ], [ 120.2959496, 30.3796536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2963205, 30.3815788 ], [ 120.2961922, 30.3814128 ], [ 120.296109, 30.3810464 ], [ 120.2960028, 30.3806343 ], [ 120.295899, 30.3799724 ], [ 120.2958351, 30.379676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2961242, 30.3796242 ], [ 120.2962415, 30.380334 ], [ 120.2963733, 30.3809813 ], [ 120.2965422, 30.3818259 ], [ 120.2965885, 30.382291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2962456, 30.3796411 ], [ 120.2963178, 30.380045 ], [ 120.2966257, 30.3816601 ], [ 120.2966938, 30.3820627 ], [ 120.2965885, 30.382291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2929831, 30.379916 ], [ 120.2953121, 30.3814528 ], [ 120.2957396, 30.3817377 ], [ 120.2963897, 30.3821614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3014726, 30.3801656 ], [ 120.3033398, 30.3804227 ], [ 120.3046316, 30.380579 ], [ 120.3057877, 30.3807372 ], [ 120.3074781, 30.3809452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074806, 30.3810979 ], [ 120.3062174, 30.3809286 ], [ 120.3046902, 30.3807292 ], [ 120.3035837, 30.3805937 ], [ 120.3014675, 30.3803179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074781, 30.3809452 ], [ 120.3076204, 30.3809739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074806, 30.3810979 ], [ 120.3074781, 30.3809452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076204, 30.3809739 ], [ 120.3076199, 30.3811124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076199, 30.3811124 ], [ 120.3074806, 30.3810979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076204, 30.3809739 ], [ 120.3095413, 30.3812263 ], [ 120.3109158, 30.38144 ], [ 120.3115936, 30.3815396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115833, 30.3816716 ], [ 120.3115021, 30.381657 ], [ 120.3107789, 30.3815397 ], [ 120.3094919, 30.3813591 ], [ 120.3076199, 30.3811124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东西大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115936, 30.3815396 ], [ 120.3118397, 30.3815878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115833, 30.3816716 ], [ 120.3115936, 30.3815396 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3012938, 30.3777558 ], [ 120.301293, 30.3778598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.301293, 30.3778598 ], [ 120.3012779, 30.377756 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3014726, 30.3801656 ], [ 120.301293, 30.3778598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.301293, 30.3778598 ], [ 120.3014726, 30.3801656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2962193, 30.379494 ], [ 120.2977193, 30.3796874 ], [ 120.2994744, 30.3799214 ], [ 120.3014726, 30.3801656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3014675, 30.3803179 ], [ 120.2994459, 30.3800439 ], [ 120.298067, 30.3798714 ], [ 120.2962456, 30.3796411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3014675, 30.3803179 ], [ 120.3014726, 30.3801656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临乔路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3014726, 30.3801656 ], [ 120.3014675, 30.3803179 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966757, 30.3832825 ], [ 120.2967536, 30.3834116 ], [ 120.2967836, 30.3840177 ], [ 120.2967801, 30.3844161 ], [ 120.2967907, 30.385213 ], [ 120.296819, 30.3858343 ], [ 120.2967098, 30.3861423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966757, 30.3832825 ], [ 120.2966882, 30.3841407 ], [ 120.2966907, 30.3847323 ], [ 120.2967188, 30.3859586 ], [ 120.2967098, 30.3861423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964224, 30.382477 ], [ 120.2952034, 30.3816904 ], [ 120.2927659, 30.3801819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2963897, 30.3821614 ], [ 120.2963552, 30.3818285 ], [ 120.2963205, 30.3815788 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2963897, 30.3821614 ], [ 120.2965885, 30.382291 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964224, 30.382477 ], [ 120.2963897, 30.3821614 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965885, 30.382291 ], [ 120.2966178, 30.3825865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964305, 30.3825552 ], [ 120.2964224, 30.382477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966178, 30.3825865 ], [ 120.2964224, 30.382477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966178, 30.3825865 ], [ 120.2966281, 30.3826904 ], [ 120.2966757, 30.3832825 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863836, 30.3823859 ], [ 120.2865869, 30.3820429 ], [ 120.2868119, 30.3818159 ], [ 120.2870369, 30.3816629 ], [ 120.2879424, 30.3809816 ], [ 120.2881891, 30.3808373 ], [ 120.288441, 30.3807502 ], [ 120.2887171, 30.3807337 ], [ 120.2891928, 30.3807523 ], [ 120.2895892, 30.3807617 ], [ 120.2900753, 30.3807732 ], [ 120.2904038, 30.3808003 ], [ 120.2906121, 30.3808548 ], [ 120.2907008, 30.380878 ], [ 120.2909553, 30.3809832 ], [ 120.2914214, 30.3812087 ], [ 120.293458, 30.3821279 ], [ 120.2935486, 30.3821715 ], [ 120.2942977, 30.3824936 ], [ 120.2946575, 30.3827205 ], [ 120.2948679, 30.3829596 ], [ 120.2950156, 30.3832486 ], [ 120.2950694, 30.3835412 ], [ 120.29505, 30.3837946 ], [ 120.2950386, 30.3839439 ], [ 120.2949171, 30.3841705 ], [ 120.2946325, 30.3845549 ], [ 120.2944213, 30.3848402 ], [ 120.2937609, 30.3856901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2937609, 30.3856901 ], [ 120.2944213, 30.3848402 ], [ 120.2946325, 30.3845549 ], [ 120.2949171, 30.3841705 ], [ 120.2950386, 30.3839439 ], [ 120.29505, 30.3837946 ], [ 120.2950694, 30.3835412 ], [ 120.2950156, 30.3832486 ], [ 120.2948679, 30.3829596 ], [ 120.2946575, 30.3827205 ], [ 120.2942977, 30.3824936 ], [ 120.2935486, 30.3821715 ], [ 120.293458, 30.3821279 ], [ 120.2914214, 30.3812087 ], [ 120.2909553, 30.3809832 ], [ 120.2907008, 30.380878 ], [ 120.2906121, 30.3808548 ], [ 120.2904038, 30.3808003 ], [ 120.2900753, 30.3807732 ], [ 120.2895892, 30.3807617 ], [ 120.2891928, 30.3807523 ], [ 120.2887171, 30.3807337 ], [ 120.288441, 30.3807502 ], [ 120.2881891, 30.3808373 ], [ 120.2879424, 30.3809816 ], [ 120.2870369, 30.3816629 ], [ 120.2868119, 30.3818159 ], [ 120.2865869, 30.3820429 ], [ 120.2863836, 30.3823859 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887537, 30.3832949 ], [ 120.2888126, 30.3831999 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2888126, 30.3831999 ], [ 120.2887537, 30.3832949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2874851, 30.3854089 ], [ 120.2887537, 30.3832949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887537, 30.3832949 ], [ 120.2874851, 30.3854089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2888126, 30.3831999 ], [ 120.2889906, 30.3832923 ], [ 120.2892027, 30.3834026 ], [ 120.2905109, 30.3840866 ], [ 120.2914009, 30.3845465 ], [ 120.2929081, 30.3853213 ], [ 120.293292, 30.3855166 ], [ 120.2935158, 30.3856117 ], [ 120.2937609, 30.3856901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2936622, 30.3857816 ], [ 120.2933459, 30.3856471 ], [ 120.292823, 30.3853788 ], [ 120.2913557, 30.3846188 ], [ 120.2904673, 30.3841564 ], [ 120.2891956, 30.3835161 ], [ 120.288977, 30.3834105 ], [ 120.2887537, 30.3832949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964401, 30.3865459 ], [ 120.296455, 30.3860113 ], [ 120.2964651, 30.3854587 ], [ 120.2964545, 30.3847199 ], [ 120.2964227, 30.3838742 ], [ 120.2963713, 30.3834406 ], [ 120.2963059, 30.3827781 ], [ 120.2964305, 30.3825552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965407, 30.3886452 ], [ 120.2965581, 30.3883747 ], [ 120.296556, 30.3878787 ], [ 120.2965749, 30.3869786 ], [ 120.2965612, 30.3862632 ], [ 120.2965491, 30.3851259 ], [ 120.2965243, 30.3837109 ], [ 120.2965063, 30.3832756 ], [ 120.2964305, 30.3825552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2937609, 30.3856901 ], [ 120.2936622, 30.3857816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2936622, 30.3857816 ], [ 120.2937609, 30.3856901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965885, 30.382291 ], [ 120.300723, 30.3848781 ], [ 120.3008166, 30.3849369 ], [ 120.301126, 30.385129 ], [ 120.3024244, 30.3859372 ], [ 120.304136, 30.3869052 ], [ 120.3064675, 30.388108 ], [ 120.306995, 30.3883568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306954, 30.3886679 ], [ 120.3042286, 30.3872727 ], [ 120.3024055, 30.3862436 ], [ 120.3005868, 30.385134 ], [ 120.2974251, 30.3831047 ], [ 120.2966178, 30.3825865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967098, 30.3861423 ], [ 120.2966981, 30.3863819 ], [ 120.2967015, 30.3870605 ], [ 120.2967064, 30.3880276 ], [ 120.2966882, 30.3885697 ], [ 120.2966767, 30.3890241 ], [ 120.2967523, 30.3898471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967523, 30.3898471 ], [ 120.2967649, 30.3900375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3031562, 30.389167 ], [ 120.3030351, 30.390868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030351, 30.390868 ], [ 120.3031562, 30.389167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967649, 30.3900375 ], [ 120.2965308, 30.3900399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001266, 30.390287 ], [ 120.3002622, 30.3901937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002622, 30.3901937 ], [ 120.3001266, 30.390287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967649, 30.3900375 ], [ 120.2968131, 30.3904004 ], [ 120.2968187, 30.3904425 ], [ 120.2968484, 30.3907052 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2937609, 30.3856901 ], [ 120.2945036, 30.3859406 ], [ 120.2955875, 30.3862824 ], [ 120.2964401, 30.3865459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964436, 30.3866401 ], [ 120.2950814, 30.386206 ], [ 120.2936622, 30.3857816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964436, 30.3866401 ], [ 120.2964401, 30.3865459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923912, 30.3877504 ], [ 120.2930678, 30.3864446 ], [ 120.2932446, 30.3862158 ], [ 120.2934213, 30.3860272 ], [ 120.2936622, 30.3857816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2936622, 30.3857816 ], [ 120.2934213, 30.3860272 ], [ 120.2932446, 30.3862158 ], [ 120.2930678, 30.3864446 ], [ 120.2923912, 30.3877504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964439, 30.3882293 ], [ 120.2964494, 30.3878391 ], [ 120.2964449, 30.3870205 ], [ 120.2964436, 30.3866401 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红联街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923912, 30.3877504 ], [ 120.2932843, 30.3879595 ], [ 120.2940126, 30.3880737 ], [ 120.2948608, 30.3881437 ], [ 120.295757, 30.3881986 ], [ 120.2963266, 30.3882388 ], [ 120.2964439, 30.3882293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红联街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964439, 30.3882293 ], [ 120.2963266, 30.3882388 ], [ 120.295757, 30.3881986 ], [ 120.2948608, 30.3881437 ], [ 120.2940126, 30.3880737 ], [ 120.2932843, 30.3879595 ], [ 120.2923912, 30.3877504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965407, 30.3886452 ], [ 120.2964423, 30.3883399 ], [ 120.2964439, 30.3882293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923912, 30.3877504 ], [ 120.292231, 30.3880595 ], [ 120.2921279, 30.3883952 ], [ 120.2919467, 30.388985 ], [ 120.2919022, 30.3897009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3118397, 30.3815878 ], [ 120.3118402, 30.3817038 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "星都大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3118402, 30.3817038 ], [ 120.3115833, 30.3816716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306995, 30.3883568 ], [ 120.3070588, 30.3878727 ], [ 120.3070763, 30.387646 ], [ 120.3072068, 30.3865859 ], [ 120.3073179, 30.3855225 ], [ 120.3073354, 30.3852806 ], [ 120.3074333, 30.3841753 ], [ 120.3074742, 30.3834551 ], [ 120.3074886, 30.3828893 ], [ 120.3074739, 30.3817602 ], [ 120.3074806, 30.3810979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3076199, 30.3811124 ], [ 120.3075848, 30.3817101 ], [ 120.3075886, 30.3830317 ], [ 120.3075701, 30.3839115 ], [ 120.3074237, 30.3852857 ], [ 120.3074074, 30.3855276 ], [ 120.3072296, 30.3870878 ], [ 120.3071814, 30.3876546 ], [ 120.3071401, 30.3881742 ], [ 120.3071044, 30.3884128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "东湖南路", "东湖路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312691807969145, 30.389905257250216 ], [ 120.3126328, 30.3892513 ], [ 120.3125932, 30.3888134 ], [ 120.3124939, 30.3882175 ], [ 120.3123051, 30.3872639 ], [ 120.3122344, 30.3870142 ], [ 120.3118745, 30.3854631 ], [ 120.3117789, 30.3846864 ], [ 120.311662, 30.3842995 ], [ 120.3115897, 30.3829462 ], [ 120.311554, 30.3824562 ], [ 120.3115707, 30.3820097 ], [ 120.3115833, 30.3816716 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "东湖南路", "东湖路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3118402, 30.3817038 ], [ 120.3118414, 30.3818721 ], [ 120.3118446, 30.3823213 ], [ 120.3118489, 30.3829149 ], [ 120.3118757, 30.3838771 ], [ 120.3119011, 30.3843283 ], [ 120.3119615, 30.3847153 ], [ 120.3120402, 30.3854551 ], [ 120.3121965, 30.3862297 ], [ 120.3123407, 30.38694 ], [ 120.3125275, 30.387749 ], [ 120.3126504, 30.3882601 ], [ 120.3127353, 30.3888301 ], [ 120.3128015, 30.3894199 ], [ 120.312812690660436, 30.389587256622743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306995, 30.3883568 ], [ 120.3071044, 30.3884128 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306954, 30.3886679 ], [ 120.306995, 30.3883568 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071044, 30.3884128 ], [ 120.3070583, 30.3887216 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3070583, 30.3887216 ], [ 120.306954, 30.3886679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2919022, 30.3897009 ], [ 120.2919467, 30.388985 ], [ 120.2921279, 30.3883952 ], [ 120.292231, 30.3880595 ], [ 120.2923912, 30.3877504 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965341, 30.3898465 ], [ 120.2965202, 30.3896198 ], [ 120.2965208, 30.3895589 ], [ 120.2965246, 30.3891835 ], [ 120.2965262, 30.388869 ], [ 120.2965407, 30.3886452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2919022, 30.3897009 ], [ 120.2946024, 30.3898157 ], [ 120.2957619, 30.3898316 ], [ 120.2965341, 30.3898465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291883, 30.3898536 ], [ 120.2919022, 30.3897009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2919022, 30.3897009 ], [ 120.291883, 30.3898536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965341, 30.3898465 ], [ 120.2967523, 30.3898471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942799, 30.3899411 ], [ 120.2928542, 30.3898881 ], [ 120.291883, 30.3898536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291883, 30.3898536 ], [ 120.291286, 30.3898323 ], [ 120.2908038, 30.3898424 ], [ 120.2907776, 30.389843 ], [ 120.2902169, 30.3898802 ], [ 120.2896469, 30.3899705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965308, 30.3900399 ], [ 120.2965341, 30.3898465 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965308, 30.3900399 ], [ 120.2956635, 30.3900106 ], [ 120.2945704, 30.3899519 ], [ 120.2942799, 30.3899411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876147, 30.3906982 ], [ 120.2884549, 30.3902217 ], [ 120.2892016, 30.3899469 ], [ 120.2894999, 30.3898776 ], [ 120.2899767, 30.3897668 ], [ 120.2907624, 30.3896874 ], [ 120.2907706, 30.3896874 ], [ 120.291293, 30.3896892 ], [ 120.2916578, 30.3896905 ], [ 120.2919022, 30.3897009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2896469, 30.3899705 ], [ 120.2888119, 30.390231 ], [ 120.2881402, 30.3905579 ], [ 120.2877236, 30.3908326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966123, 30.390873 ], [ 120.2965783, 30.3903924 ], [ 120.2965308, 30.3900399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291883, 30.3898536 ], [ 120.2920199, 30.390607 ], [ 120.2923468, 30.3919153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923468, 30.3919153 ], [ 120.2920199, 30.390607 ], [ 120.291883, 30.3898536 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942799, 30.3899411 ], [ 120.2944929, 30.3919338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944929, 30.3919338 ], [ 120.2942799, 30.3899411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290513, 30.3933737 ], [ 120.2904758, 30.3930509 ], [ 120.2902047, 30.3922493 ], [ 120.2901376, 30.3919493 ], [ 120.2900388, 30.3915083 ], [ 120.289878, 30.3907897 ], [ 120.2896469, 30.3899705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2896469, 30.3899705 ], [ 120.289878, 30.3907897 ], [ 120.2900388, 30.3915083 ], [ 120.2901376, 30.3919493 ], [ 120.2902047, 30.3922493 ], [ 120.2904758, 30.3930509 ], [ 120.290513, 30.3933737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944929, 30.3919338 ], [ 120.2937592, 30.3919086 ], [ 120.2923468, 30.3919153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3062436, 30.3921165 ], [ 120.3063066, 30.3916854 ], [ 120.3063631, 30.3913371 ], [ 120.3064377, 30.391044 ], [ 120.306552, 30.3906942 ], [ 120.3066903, 30.3901135 ], [ 120.3067945, 30.3896511 ], [ 120.3068739, 30.3892024 ], [ 120.306954, 30.3886679 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3070583, 30.3887216 ], [ 120.3069987, 30.3891204 ], [ 120.3069625, 30.3894801 ], [ 120.3069009, 30.3897747 ], [ 120.3067931, 30.3901465 ], [ 120.3066766, 30.3905009 ], [ 120.3063987, 30.3918008 ], [ 120.306332, 30.3921542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030351, 30.390868 ], [ 120.3040349, 30.3912494 ], [ 120.3062436, 30.3921165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3062303, 30.3923123 ], [ 120.3034357, 30.3911674 ], [ 120.3030216, 30.3910375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3062436, 30.3921165 ], [ 120.306332, 30.3921542 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3062303, 30.3923123 ], [ 120.3062436, 30.3921165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306332, 30.3921542 ], [ 120.3063238, 30.3923526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3063238, 30.3923526 ], [ 120.3062303, 30.3923123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059302, 30.3943288 ], [ 120.3060547, 30.3934924 ], [ 120.3062303, 30.3923123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306332, 30.3921542 ], [ 120.3082835, 30.3930284 ], [ 120.3095488, 30.3935964 ], [ 120.3098243, 30.3937147 ], [ 120.3102917, 30.3939155 ], [ 120.3103113, 30.3939239 ], [ 120.3109528, 30.3941481 ], [ 120.311065982728408, 30.394182242161758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002622, 30.3901937 ], [ 120.3006756, 30.3902427 ], [ 120.30124, 30.3903981 ], [ 120.3021986, 30.3906537 ], [ 120.3023998, 30.3907053 ], [ 120.3029005, 30.3908335 ], [ 120.3030351, 30.390868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030216, 30.3910375 ], [ 120.302894, 30.3910015 ], [ 120.3023976, 30.3908616 ], [ 120.3021686, 30.390797 ], [ 120.301287, 30.3905408 ], [ 120.3007968, 30.3904016 ], [ 120.3001266, 30.390287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030351, 30.390868 ], [ 120.3030216, 30.3910375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030216, 30.3910375 ], [ 120.3030351, 30.390868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967067, 30.3919497 ], [ 120.2965871, 30.3913051 ], [ 120.2966123, 30.390873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001266, 30.390287 ], [ 120.3000928, 30.3921038 ], [ 120.3000885, 30.3936399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3000885, 30.3936399 ], [ 120.3000928, 30.3921038 ], [ 120.3001266, 30.390287 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968484, 30.3907052 ], [ 120.2970157, 30.3908169 ], [ 120.2970848, 30.391378 ], [ 120.2970808, 30.3917182 ], [ 120.29713, 30.391969 ], [ 120.2972068, 30.3923599 ], [ 120.2973776, 30.3931875 ], [ 120.2974718, 30.3935359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3027477, 30.3938815 ], [ 120.302934, 30.392126 ], [ 120.3030216, 30.3910375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3030216, 30.3910375 ], [ 120.302934, 30.392126 ], [ 120.3027477, 30.3938815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923468, 30.3919153 ], [ 120.2937592, 30.3919086 ], [ 120.2944929, 30.3919338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944929, 30.3919338 ], [ 120.2953319, 30.3919464 ], [ 120.2963793, 30.3919526 ], [ 120.2967067, 30.3919497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文闲街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967067, 30.3919497 ], [ 120.2963793, 30.3919526 ], [ 120.2953319, 30.3919464 ], [ 120.2944929, 30.3919338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877236, 30.3908326 ], [ 120.2878862, 30.3910936 ], [ 120.2882489, 30.3917654 ], [ 120.288339, 30.3919829 ], [ 120.2884189, 30.3921756 ], [ 120.2885563, 30.3926138 ], [ 120.2886687, 30.392953 ], [ 120.2887566, 30.3933799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923468, 30.3919153 ], [ 120.2927084, 30.3933625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2927084, 30.3933625 ], [ 120.2923468, 30.3919153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2946763, 30.3934244 ], [ 120.2945854, 30.3927017 ], [ 120.2945161, 30.3921506 ], [ 120.2944929, 30.3919338 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944929, 30.3919338 ], [ 120.2945161, 30.3921506 ], [ 120.2945854, 30.3927017 ], [ 120.2946763, 30.3934244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.288613, 30.395638 ], [ 120.2886614, 30.3952416 ], [ 120.2886875, 30.3949238 ], [ 120.2886871, 30.394606 ], [ 120.2886236, 30.3937954 ], [ 120.2885831, 30.3933842 ], [ 120.2885338, 30.3931049 ], [ 120.2884138, 30.3926587 ], [ 120.2882173, 30.3921346 ], [ 120.2881447, 30.3919743 ], [ 120.2880186, 30.3916956 ], [ 120.2878012, 30.3912726 ], [ 120.2875787, 30.3909533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290513, 30.3933737 ], [ 120.29184, 30.3933689 ], [ 120.2923925, 30.3933643 ], [ 120.2927084, 30.3933625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2970259, 30.3935112 ], [ 120.2968387, 30.3926344 ], [ 120.2967422, 30.3921538 ], [ 120.2967383, 30.3921341 ], [ 120.2967067, 30.3919497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3000885, 30.3936399 ], [ 120.2974718, 30.3935359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974718, 30.3935359 ], [ 120.3000885, 30.3936399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3000885, 30.3936399 ], [ 120.3012256, 30.393716 ], [ 120.3021292, 30.3938011 ], [ 120.3026486, 30.3938501 ], [ 120.3027477, 30.3938815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3027477, 30.3938815 ], [ 120.3026486, 30.3938501 ], [ 120.3021292, 30.3938011 ], [ 120.3012256, 30.393716 ], [ 120.3000885, 30.3936399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968484, 30.3907052 ], [ 120.2968957, 30.3911288 ], [ 120.296941, 30.3914213 ], [ 120.2969702, 30.3917088 ], [ 120.2970028, 30.3919599 ], [ 120.2973214, 30.3934647 ], [ 120.2975827, 30.3947118 ], [ 120.2977606, 30.395474 ], [ 120.2978119, 30.3959371 ], [ 120.2978705, 30.3960936 ], [ 120.2979763, 30.3968991 ], [ 120.2980524, 30.3973485 ], [ 120.2980686, 30.3974444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3027477, 30.3938815 ], [ 120.3038708, 30.3940213 ], [ 120.3047067, 30.3941247 ], [ 120.3051311, 30.3941955 ], [ 120.3059302, 30.3943288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059302, 30.3943288 ], [ 120.3051311, 30.3941955 ], [ 120.3047067, 30.3941247 ], [ 120.3038708, 30.3940213 ], [ 120.3027477, 30.3938815 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2978861, 30.3974113 ], [ 120.2977775, 30.396609 ], [ 120.2977145, 30.3961878 ], [ 120.2975898, 30.3955024 ], [ 120.2974295, 30.3945834 ], [ 120.2974108, 30.3944973 ], [ 120.297195, 30.3935055 ], [ 120.2968573, 30.3921119 ], [ 120.2967561, 30.3917698 ], [ 120.2966123, 30.390873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2974718, 30.3935359 ], [ 120.2976621, 30.3944429 ], [ 120.2977029, 30.3946181 ], [ 120.2977459, 30.394803 ], [ 120.2978944, 30.3955248 ], [ 120.2979226, 30.3956292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2927084, 30.3933625 ], [ 120.2923925, 30.3933643 ], [ 120.29184, 30.3933689 ], [ 120.290513, 30.3933737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887566, 30.3933799 ], [ 120.290513, 30.3933737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290513, 30.3933737 ], [ 120.2887566, 30.3933799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2927084, 30.3933625 ], [ 120.2946763, 30.3934244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2946763, 30.3934244 ], [ 120.2927084, 30.3933625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2946763, 30.3934244 ], [ 120.2955534, 30.3934635 ], [ 120.2958953, 30.3934788 ], [ 120.296078, 30.393487 ], [ 120.2970259, 30.3935112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2970259, 30.3935112 ], [ 120.296078, 30.393487 ], [ 120.2958953, 30.3934788 ], [ 120.2955534, 30.3934635 ], [ 120.2946763, 30.3934244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887566, 30.3933799 ], [ 120.2888157, 30.3940625 ], [ 120.2888561, 30.3944467 ], [ 120.2888701, 30.3947511 ], [ 120.2888456, 30.3951797 ], [ 120.2887965, 30.3955062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290922, 30.3958931 ], [ 120.2905916, 30.3937498 ], [ 120.290513, 30.3933737 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290513, 30.3933737 ], [ 120.2905916, 30.3937498 ], [ 120.290922, 30.3958931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2927084, 30.3933625 ], [ 120.292811, 30.3939411 ], [ 120.2928635, 30.394538 ], [ 120.2930152, 30.3955413 ], [ 120.2931635, 30.3964744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2931635, 30.3964744 ], [ 120.2930152, 30.3955413 ], [ 120.2928635, 30.394538 ], [ 120.292811, 30.3939411 ], [ 120.2927084, 30.3933625 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294847, 30.3968229 ], [ 120.2947854, 30.3955468 ], [ 120.2947343, 30.3944898 ], [ 120.2946763, 30.3934244 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2946763, 30.3934244 ], [ 120.2947343, 30.3944898 ], [ 120.2947854, 30.3955468 ], [ 120.294847, 30.3968229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887965, 30.3955062 ], [ 120.2887737, 30.3956577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.288613, 30.395638 ], [ 120.2887737, 30.3956577 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887965, 30.3955062 ], [ 120.2891022, 30.3955532 ], [ 120.2892989, 30.395586 ], [ 120.2894926, 30.3956184 ], [ 120.290922, 30.3958931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290922, 30.3958931 ], [ 120.2894926, 30.3956184 ], [ 120.2892989, 30.395586 ], [ 120.2891022, 30.3955532 ], [ 120.2887965, 30.3955062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.288672, 30.3958921 ], [ 120.288613, 30.395638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887737, 30.3956577 ], [ 120.288672, 30.3958921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2549855, 30.384798 ], [ 120.2568238, 30.3866104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2566588, 30.3867281 ], [ 120.2548248, 30.3849015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495268, 30.3882839 ], [ 120.2500606, 30.3877761 ], [ 120.2507443, 30.3872167 ], [ 120.2512125, 30.3869293 ], [ 120.2517946, 30.3865721 ], [ 120.2528943, 30.3858789 ], [ 120.2535565, 30.3854767 ], [ 120.2547033, 30.3847802 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548248, 30.3849015 ], [ 120.2542201, 30.3852761 ], [ 120.2531514, 30.3859381 ], [ 120.2527463, 30.386189 ], [ 120.2525265, 30.3863188 ], [ 120.2514029, 30.3869821 ], [ 120.2511222, 30.38715 ], [ 120.2506078, 30.3875615 ], [ 120.2502951, 30.3878117 ], [ 120.2497171, 30.3883828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568238, 30.3866104 ], [ 120.2566588, 30.3867281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2566588, 30.3867281 ], [ 120.2568238, 30.3866104 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547061, 30.3903616 ], [ 120.2555021, 30.3886535 ], [ 120.2557712, 30.3880344 ], [ 120.2562198, 30.3873134 ], [ 120.2566588, 30.3867281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2566588, 30.3867281 ], [ 120.2562198, 30.3873134 ], [ 120.2557712, 30.3880344 ], [ 120.2555021, 30.3886535 ], [ 120.2547061, 30.3903616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497171, 30.3883828 ], [ 120.2510152, 30.3890601 ], [ 120.2516229, 30.3893772 ], [ 120.2521133, 30.3895483 ], [ 120.2526808, 30.3897464 ], [ 120.2530284, 30.3898677 ], [ 120.2541683, 30.3901942 ], [ 120.2547061, 30.3903616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2546367, 30.3905105 ], [ 120.253082, 30.3900528 ], [ 120.2520724, 30.3897293 ], [ 120.251698, 30.3896086 ], [ 120.250954, 30.3892208 ], [ 120.2495838, 30.3885066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2628931, 30.3872347 ], [ 120.2629841, 30.3874126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629841, 30.3874126 ], [ 120.262786, 30.3872977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610729, 30.3883597 ], [ 120.2616617, 30.3880301 ], [ 120.262786, 30.3872977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629841, 30.3874126 ], [ 120.2611861, 30.3884698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568238, 30.3866104 ], [ 120.2596292, 30.3892852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2594041, 30.3894622 ], [ 120.2566588, 30.3867281 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2610729, 30.3883597 ], [ 120.2611861, 30.3884698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611861, 30.3884698 ], [ 120.2610729, 30.3883597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596292, 30.3892852 ], [ 120.260867, 30.3884749 ], [ 120.2610729, 30.3883597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611861, 30.3884698 ], [ 120.260679, 30.3887679 ], [ 120.2598722, 30.3893016 ], [ 120.2597494, 30.3893918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天华路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2472682, 30.3871097 ], [ 120.2471563, 30.387232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2472682, 30.3871097 ], [ 120.2481674, 30.3875772 ], [ 120.2495268, 30.3882839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493988, 30.3884095 ], [ 120.2485921, 30.3879859 ], [ 120.2471563, 30.387232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495268, 30.3882839 ], [ 120.2497171, 30.3883828 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493988, 30.3884095 ], [ 120.2495268, 30.3882839 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497171, 30.3883828 ], [ 120.2495838, 30.3885066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495838, 30.3885066 ], [ 120.2493988, 30.3884095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2482159, 30.3902813 ], [ 120.2486409, 30.3894675 ], [ 120.2487801, 30.3892694 ], [ 120.2489809, 30.3889836 ], [ 120.2493988, 30.3884095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481544, 30.390433 ], [ 120.2465571, 30.3900693 ], [ 120.2466021, 30.3899363 ], [ 120.2482159, 30.3902813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2495838, 30.3885066 ], [ 120.2491018, 30.3891304 ], [ 120.2490953, 30.389136 ], [ 120.2487728, 30.389659 ], [ 120.2484438, 30.3903323 ], [ 120.2481545, 30.390981 ], [ 120.2481213, 30.3910556 ], [ 120.2477961, 30.3918887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596292, 30.3892852 ], [ 120.2597494, 30.3893918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2594041, 30.3894622 ], [ 120.2596292, 30.3892852 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2597494, 30.3893918 ], [ 120.2595176, 30.3895547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595176, 30.3895547 ], [ 120.2594041, 30.3894622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2611861, 30.3884698 ], [ 120.2636583, 30.3910537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "远展路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636583, 30.3910537 ], [ 120.2611861, 30.3884698 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579294, 30.391365 ], [ 120.2582308, 30.3909253 ], [ 120.2587403, 30.3902254 ], [ 120.2589347, 30.389995 ], [ 120.2594041, 30.3894622 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595176, 30.3895547 ], [ 120.2592959, 30.3897359 ], [ 120.2589805, 30.3900761 ], [ 120.2584555, 30.3907489 ], [ 120.2583314, 30.390908 ], [ 120.2580048, 30.391393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2597494, 30.3893918 ], [ 120.2621973, 30.3915643 ], [ 120.2625439, 30.3919003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624382, 30.3919871 ], [ 120.2620915, 30.391651 ], [ 120.2595176, 30.3895547 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547061, 30.3903616 ], [ 120.2546367, 30.3905105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2546367, 30.3905105 ], [ 120.2547061, 30.3903616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547061, 30.3903616 ], [ 120.2557208, 30.3906775 ], [ 120.2579294, 30.391365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2578306, 30.3914506 ], [ 120.2573651, 30.3913136 ], [ 120.2573071, 30.3912965 ], [ 120.2565775, 30.3910817 ], [ 120.2546367, 30.3905105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2546367, 30.3905105 ], [ 120.2545341, 30.3907307 ], [ 120.2542414, 30.3916104 ], [ 120.2539439, 30.3930033 ], [ 120.2539054, 30.3935044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539054, 30.3935044 ], [ 120.2539439, 30.3930033 ], [ 120.2542414, 30.3916104 ], [ 120.2545341, 30.3907307 ], [ 120.2546367, 30.3905105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539054, 30.3935044 ], [ 120.2539962, 30.3935276 ], [ 120.254288, 30.3935935 ], [ 120.2567908, 30.3940188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567908, 30.3940188 ], [ 120.254288, 30.3935935 ], [ 120.2539962, 30.3935276 ], [ 120.2539054, 30.3935044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567908, 30.3940188 ], [ 120.2568825, 30.3940332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568825, 30.3940332 ], [ 120.2567908, 30.3940188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2481544, 30.390433 ], [ 120.2482159, 30.3902813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247589, 30.391827 ], [ 120.2481544, 30.390433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477961, 30.3918887 ], [ 120.247589, 30.391827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.247589, 30.391827 ], [ 120.2477961, 30.3918887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477961, 30.3918887 ], [ 120.2511828, 30.3927754 ], [ 120.251529, 30.3928618 ], [ 120.2521172, 30.3930209 ], [ 120.2539054, 30.3935044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539054, 30.3935044 ], [ 120.2521172, 30.3930209 ], [ 120.251529, 30.3928618 ], [ 120.2511828, 30.3927754 ], [ 120.2477961, 30.3918887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462879, 30.3947881 ], [ 120.24691, 30.3934039 ], [ 120.2473149, 30.3925029 ], [ 120.247589, 30.391827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477961, 30.3918887 ], [ 120.2474762, 30.3927082 ], [ 120.2470264, 30.3936849 ], [ 120.2464992, 30.3948297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2464992, 30.3948297 ], [ 120.2462879, 30.3947881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天鹤路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2462879, 30.3947881 ], [ 120.2464992, 30.3948297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579294, 30.391365 ], [ 120.2580048, 30.391393 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2578306, 30.3914506 ], [ 120.2579294, 30.391365 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2580048, 30.391393 ], [ 120.2579614, 30.3914574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579614, 30.3914574 ], [ 120.2578306, 30.3914506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624382, 30.3919871 ], [ 120.2625439, 30.3919003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625439, 30.3919003 ], [ 120.2624382, 30.3919871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "天都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2580048, 30.391393 ], [ 120.2587107, 30.3916128 ], [ 120.2600571, 30.3921727 ], [ 120.2607733, 30.3924828 ], [ 120.2607411, 30.3925591 ], [ 120.2597085, 30.3920941 ], [ 120.2590061, 30.3918016 ], [ 120.2579614, 30.3914574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567908, 30.3940188 ], [ 120.2573822, 30.392317 ], [ 120.2577717, 30.3915809 ], [ 120.2578306, 30.3914506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2579614, 30.3914574 ], [ 120.257743, 30.3918499 ], [ 120.2574822, 30.3923313 ], [ 120.2574155, 30.3925144 ], [ 120.2568825, 30.3940332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2608194, 30.3947323 ], [ 120.2611391, 30.393948 ], [ 120.2613788, 30.3934742 ], [ 120.2616484, 30.3929573 ], [ 120.2619331, 30.392561 ], [ 120.2624382, 30.3919871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624382, 30.3919871 ], [ 120.2619331, 30.392561 ], [ 120.2616484, 30.3929573 ], [ 120.2613788, 30.3934742 ], [ 120.2611391, 30.393948 ], [ 120.2608194, 30.3947323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2608194, 30.3947323 ], [ 120.2604511, 30.3946364 ], [ 120.2600968, 30.3945585 ], [ 120.2595826, 30.3944566 ], [ 120.2568825, 30.3940332 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "学成街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568825, 30.3940332 ], [ 120.2595826, 30.3944566 ], [ 120.2600968, 30.3945585 ], [ 120.2604511, 30.3946364 ], [ 120.2608194, 30.3947323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596705, 30.3978362 ], [ 120.2602048, 30.3963897 ], [ 120.2608194, 30.3947323 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2608194, 30.3947323 ], [ 120.2602048, 30.3963897 ], [ 120.2596705, 30.3978362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桐扣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560733, 30.3964325 ], [ 120.2574557, 30.3969719 ], [ 120.2580592, 30.3972074 ], [ 120.2596705, 30.3978362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桐扣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596705, 30.3978362 ], [ 120.2580592, 30.3972074 ], [ 120.2574557, 30.3969719 ], [ 120.2560733, 30.3964325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桐扣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596705, 30.3978362 ], [ 120.2618685, 30.3986825 ], [ 120.262996, 30.3991166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桐扣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262996, 30.3991166 ], [ 120.2618685, 30.3986825 ], [ 120.2596705, 30.3978362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2587987, 30.4001824 ], [ 120.2593514, 30.3986998 ], [ 120.2593684, 30.3986541 ], [ 120.2596705, 30.3978362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559927, 30.3963847 ], [ 120.2566289, 30.3944988 ], [ 120.2567908, 30.3940188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568825, 30.3940332 ], [ 120.2561113, 30.3962974 ], [ 120.2560733, 30.3964325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524609, 30.3973971 ], [ 120.2532886, 30.3959707 ], [ 120.253541, 30.3955131 ], [ 120.2536543, 30.3952466 ], [ 120.2537109, 30.3950511 ], [ 120.2537676, 30.3947757 ], [ 120.2539054, 30.3935044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539054, 30.3935044 ], [ 120.2537676, 30.3947757 ], [ 120.2537109, 30.3950511 ], [ 120.2536543, 30.3952466 ], [ 120.253541, 30.3955131 ], [ 120.2532886, 30.3959707 ], [ 120.2524609, 30.3973971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桐扣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560733, 30.3964325 ], [ 120.2559927, 30.3963847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "桐扣街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559927, 30.3963847 ], [ 120.2560733, 30.3964325 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524609, 30.3973971 ], [ 120.2524208, 30.3974528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524208, 30.3974528 ], [ 120.2524609, 30.3973971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553286, 30.3986442 ], [ 120.2559604, 30.3964659 ], [ 120.2559927, 30.3963847 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560733, 30.3964325 ], [ 120.2559657, 30.3968154 ], [ 120.2554092, 30.39868 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454303, 30.3961525 ], [ 120.2454542, 30.3961127 ], [ 120.2457128, 30.3957004 ], [ 120.2462879, 30.3947881 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "星都路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2464992, 30.3948297 ], [ 120.2458852, 30.3958086 ], [ 120.2456344, 30.3961871 ], [ 120.2456078, 30.3962315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2464992, 30.3948297 ], [ 120.2466243, 30.3948154 ], [ 120.2501354, 30.3963684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2501193, 30.396448 ], [ 120.2465777, 30.3949017 ], [ 120.2464992, 30.3948297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2501193, 30.396448 ], [ 120.2501354, 30.3963684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2501354, 30.3963684 ], [ 120.2501193, 30.396448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2501354, 30.3963684 ], [ 120.2524609, 30.3973971 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524208, 30.3974528 ], [ 120.2501193, 30.396448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2456078, 30.3962315 ], [ 120.2494073, 30.3980003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2494073, 30.3980003 ], [ 120.2456078, 30.3962315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887537, 30.3832949 ], [ 120.2883117, 30.3831014 ], [ 120.2878756, 30.3829118 ], [ 120.2873164, 30.3827225 ], [ 120.2866298, 30.3825362 ], [ 120.2863287, 30.3824754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851715, 30.3843821 ], [ 120.2863287, 30.3824754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863287, 30.3824754 ], [ 120.2851715, 30.3843821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794822, 30.3842055 ], [ 120.2799709, 30.3840656 ], [ 120.2804811, 30.3839561 ], [ 120.2811805, 30.3838588 ], [ 120.2822631, 30.3837555 ], [ 120.282804, 30.3837213 ], [ 120.2832639, 30.3837173 ], [ 120.2837423, 30.3837877 ], [ 120.2842561, 30.3839419 ], [ 120.2851715, 30.3843821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851715, 30.3843821 ], [ 120.2842561, 30.3839419 ], [ 120.2837423, 30.3837877 ], [ 120.2832639, 30.3837173 ], [ 120.282804, 30.3837213 ], [ 120.2822631, 30.3837555 ], [ 120.2811805, 30.3838588 ], [ 120.2804811, 30.3839561 ], [ 120.2799709, 30.3840656 ], [ 120.2794822, 30.3842055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2874851, 30.3854089 ], [ 120.2851715, 30.3843821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851715, 30.3843821 ], [ 120.2874851, 30.3854089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2851715, 30.3843821 ], [ 120.2849394, 30.3847676 ], [ 120.2847074, 30.3851532 ], [ 120.2842715, 30.385906 ], [ 120.2840036, 30.3863528 ], [ 120.283406, 30.3874043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.283406, 30.3874043 ], [ 120.2840036, 30.3863528 ], [ 120.2842715, 30.385906 ], [ 120.2847074, 30.3851532 ], [ 120.2849394, 30.3847676 ], [ 120.2851715, 30.3843821 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808795, 30.385921 ], [ 120.2813485, 30.3862582 ], [ 120.2818791, 30.3865671 ], [ 120.283406, 30.3874043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793394, 30.3842574 ], [ 120.27916, 30.3838329 ], [ 120.2789866, 30.383339 ], [ 120.2787999, 30.3826804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794822, 30.3842055 ], [ 120.2793394, 30.3842574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793394, 30.3842574 ], [ 120.2794822, 30.3842055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2761083, 30.385411 ], [ 120.2793394, 30.3842574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东仁街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2793394, 30.3842574 ], [ 120.2761083, 30.385411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2794822, 30.3842055 ], [ 120.2797409, 30.3846559 ], [ 120.2801277, 30.3851755 ], [ 120.2806103, 30.3856738 ], [ 120.2808795, 30.385921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807629, 30.3860124 ], [ 120.280488, 30.3857621 ], [ 120.2801752, 30.3854593 ], [ 120.2798629, 30.3851076 ], [ 120.2795922, 30.3847215 ], [ 120.2793394, 30.3842574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807629, 30.3860124 ], [ 120.2808795, 30.385921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808795, 30.385921 ], [ 120.2807629, 30.3860124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2761083, 30.385411 ], [ 120.2766831, 30.3861071 ], [ 120.2777891, 30.3875315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719532, 30.38446 ], [ 120.2745847, 30.3836525 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "文正街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274631, 30.3837414 ], [ 120.2734775, 30.3841016 ], [ 120.2720145, 30.3845515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720145, 30.3845515 ], [ 120.2719532, 30.38446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2719532, 30.38446 ], [ 120.2720145, 30.3845515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2748415, 30.3836854 ], [ 120.2761083, 30.385411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759577, 30.3854615 ], [ 120.274631, 30.3837414 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759577, 30.3854615 ], [ 120.2747197, 30.3859379 ], [ 120.2744008, 30.3860315 ], [ 120.2740994, 30.3860927 ], [ 120.2737623, 30.3861027 ], [ 120.2734406, 30.3860255 ], [ 120.2731861, 30.3859107 ], [ 120.2729231, 30.3857343 ], [ 120.2727078, 30.3855218 ], [ 120.2723386, 30.3850019 ], [ 120.2720145, 30.3845515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720145, 30.3845515 ], [ 120.2723386, 30.3850019 ], [ 120.2727078, 30.3855218 ], [ 120.2729231, 30.3857343 ], [ 120.2731861, 30.3859107 ], [ 120.2734406, 30.3860255 ], [ 120.2737623, 30.3861027 ], [ 120.2740994, 30.3860927 ], [ 120.2744008, 30.3860315 ], [ 120.2747197, 30.3859379 ], [ 120.2759577, 30.3854615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "锦良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747582, 30.3890879 ], [ 120.2735963, 30.3874968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "锦良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735963, 30.3874968 ], [ 120.2747582, 30.3890879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2776615, 30.3875945 ], [ 120.2765554, 30.3861955 ], [ 120.2759577, 30.3854615 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777891, 30.3875315 ], [ 120.2807629, 30.3860124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2807629, 30.3860124 ], [ 120.2777891, 30.3875315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777891, 30.3875315 ], [ 120.2776615, 30.3875945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2776615, 30.3875945 ], [ 120.2777891, 30.3875315 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798425, 30.3900632 ], [ 120.2807158, 30.3897005 ], [ 120.2814304, 30.3893782 ], [ 120.2818087, 30.3891808 ], [ 120.2820354, 30.3890194 ], [ 120.2823224, 30.3887296 ], [ 120.282752, 30.388218 ], [ 120.2833043, 30.3875164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833043, 30.3875164 ], [ 120.282752, 30.388218 ], [ 120.2823224, 30.3887296 ], [ 120.2820354, 30.3890194 ], [ 120.2818087, 30.3891808 ], [ 120.2814304, 30.3893782 ], [ 120.2807158, 30.3897005 ], [ 120.2798425, 30.3900632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2777891, 30.3875315 ], [ 120.2783316, 30.3882301 ], [ 120.2791213, 30.389208 ], [ 120.2794571, 30.3896239 ], [ 120.2798425, 30.3900632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796914, 30.3901195 ], [ 120.2793199, 30.3896919 ], [ 120.2788083, 30.3890449 ], [ 120.2776615, 30.3875945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798425, 30.3900632 ], [ 120.2796914, 30.3901195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833043, 30.3875164 ], [ 120.2821567, 30.3868954 ], [ 120.281529, 30.3865564 ], [ 120.2811314, 30.386277 ], [ 120.2807629, 30.3860124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856056, 30.3886635 ], [ 120.2864597, 30.387137 ], [ 120.2870498, 30.3861551 ], [ 120.2874851, 30.3854089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2874851, 30.3854089 ], [ 120.2870498, 30.3861551 ], [ 120.2864597, 30.387137 ], [ 120.2856056, 30.3886635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.283406, 30.3874043 ], [ 120.2833043, 30.3875164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2833043, 30.3875164 ], [ 120.283406, 30.3874043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.283406, 30.3874043 ], [ 120.2842235, 30.387867 ], [ 120.2856056, 30.3886635 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854883, 30.388775 ], [ 120.2847297, 30.3883441 ], [ 120.2833043, 30.3875164 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2856056, 30.3886635 ], [ 120.2856739, 30.3887008 ], [ 120.286136, 30.3890695 ], [ 120.2865678, 30.3894553 ], [ 120.2869436, 30.389829 ], [ 120.2876147, 30.3906982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2874702, 30.3908042 ], [ 120.287135, 30.3903391 ], [ 120.2868762, 30.3899999 ], [ 120.2865614, 30.3896768 ], [ 120.2862423, 30.3893816 ], [ 120.2858951, 30.3890863 ], [ 120.2854883, 30.388775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.28182, 30.3923166 ], [ 120.2825524, 30.3917763 ], [ 120.2839911, 30.3906239 ], [ 120.2840489, 30.3905525 ], [ 120.2854883, 30.388775 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747582, 30.3890879 ], [ 120.2749881, 30.3889779 ], [ 120.2757776, 30.3885694 ], [ 120.2776615, 30.3875945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2776615, 30.3875945 ], [ 120.2757776, 30.3885694 ], [ 120.2749881, 30.3889779 ], [ 120.2747582, 30.3890879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2728584, 30.392657 ], [ 120.2718944, 30.391527 ], [ 120.2704333, 30.3898194 ], [ 120.2702235, 30.3895632 ], [ 120.2692814, 30.3884125 ], [ 120.2682347, 30.3869639 ], [ 120.2676135, 30.385961 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715863, 30.3907404 ], [ 120.2747582, 30.3890879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀兰街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747582, 30.3890879 ], [ 120.2715863, 30.3907404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "锦良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766307, 30.3915316 ], [ 120.2747582, 30.3890879 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "锦良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747582, 30.3890879 ], [ 120.2766307, 30.3915316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715863, 30.3907404 ], [ 120.2725921, 30.3919379 ], [ 120.2734696, 30.3929645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766307, 30.3915316 ], [ 120.2734696, 30.3929645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734696, 30.3929645 ], [ 120.2766307, 30.3915316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2854883, 30.388775 ], [ 120.2840489, 30.3905525 ], [ 120.2839911, 30.3906239 ], [ 120.2825524, 30.3917763 ], [ 120.28182, 30.3923166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2874702, 30.3908042 ], [ 120.2876147, 30.3906982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2876147, 30.3906982 ], [ 120.2877236, 30.3908326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2875787, 30.3909533 ], [ 120.2874702, 30.3908042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877236, 30.3908326 ], [ 120.2875787, 30.3909533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840301, 30.3945247 ], [ 120.2857721, 30.3926213 ], [ 120.2861427, 30.3921932 ], [ 120.2869825, 30.3912231 ], [ 120.2872905, 30.3909361 ], [ 120.2874702, 30.3908042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2875787, 30.3909533 ], [ 120.2869787, 30.3914535 ], [ 120.2862423, 30.392296 ], [ 120.2854227, 30.3932262 ], [ 120.2841954, 30.3946269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.28182, 30.3923166 ], [ 120.282133, 30.3926733 ], [ 120.2833659, 30.3940389 ], [ 120.2836606, 30.3942858 ], [ 120.2840301, 30.3945247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839075, 30.3946727 ], [ 120.2834825, 30.3943496 ], [ 120.2831415, 30.3940264 ], [ 120.281995, 30.392771 ], [ 120.2816758, 30.3924036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840301, 30.3945247 ], [ 120.2841954, 30.3946269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796914, 30.3901195 ], [ 120.2798425, 30.3900632 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796914, 30.3901195 ], [ 120.2781413, 30.3908182 ], [ 120.2766307, 30.3915316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766307, 30.3915316 ], [ 120.2781413, 30.3908182 ], [ 120.2796914, 30.3901195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798425, 30.3900632 ], [ 120.28182, 30.3923166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816758, 30.3924036 ], [ 120.2796914, 30.3901195 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816758, 30.3924036 ], [ 120.28182, 30.3923166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.28182, 30.3923166 ], [ 120.2816758, 30.3924036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "锦良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783052, 30.3938312 ], [ 120.2766307, 30.3915316 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "锦良路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2766307, 30.3915316 ], [ 120.2783052, 30.3938312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816758, 30.3924036 ], [ 120.2799986, 30.3930858 ], [ 120.2783052, 30.3938312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629841, 30.3874126 ], [ 120.2637358, 30.3882836 ], [ 120.2639456, 30.3885464 ], [ 120.2640804, 30.3888049 ], [ 120.2641753, 30.3890633 ], [ 120.2642452, 30.3893089 ], [ 120.2642652, 30.3895156 ], [ 120.2642502, 30.3898387 ], [ 120.2641853, 30.3901445 ], [ 120.2640954, 30.3904288 ], [ 120.2638806, 30.390782 ], [ 120.2636909, 30.3910233 ], [ 120.2636583, 30.3910537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2636583, 30.3910537 ], [ 120.2636215, 30.391088 ], [ 120.2634462, 30.3912516 ], [ 120.2630866, 30.3915229 ], [ 120.2626921, 30.3917857 ], [ 120.2625439, 30.3919003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625439, 30.3919003 ], [ 120.2626921, 30.3917857 ], [ 120.2630866, 30.3915229 ], [ 120.2634462, 30.3912516 ], [ 120.2636215, 30.391088 ], [ 120.2636583, 30.3910537 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625439, 30.3919003 ], [ 120.2635138, 30.3928407 ], [ 120.2641818, 30.3941442 ], [ 120.264535, 30.3952423 ], [ 120.2650497, 30.3968426 ], [ 120.2651966, 30.3970866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.265066, 30.3971428 ], [ 120.2649132, 30.3968889 ], [ 120.2640442, 30.3941867 ], [ 120.2633897, 30.3929096 ], [ 120.2624382, 30.3919871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651966, 30.3970866 ], [ 120.265066, 30.3971428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.265066, 30.3971428 ], [ 120.2651966, 30.3970866 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.265066, 30.3971428 ], [ 120.2642429, 30.3979173 ], [ 120.262996, 30.3991166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262996, 30.3991166 ], [ 120.2642429, 30.3979173 ], [ 120.265066, 30.3971428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651966, 30.3970866 ], [ 120.266344, 30.398993 ], [ 120.2676866, 30.4002702 ], [ 120.2679544, 30.4005718 ], [ 120.2680744, 30.4006725 ], [ 120.2684033, 30.4009484 ], [ 120.268827, 30.4012665 ], [ 120.2692954, 30.4015635 ], [ 120.2696146, 30.4017344 ], [ 120.2701005, 30.4019825 ], [ 120.2707908, 30.4023163 ], [ 120.2714976, 30.402615 ], [ 120.2739164, 30.4035401 ], [ 120.2741736, 30.4036454 ], [ 120.2744567, 30.4037607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2728584, 30.392657 ], [ 120.2724941, 30.3923069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2732198, 30.3930806 ], [ 120.2728584, 30.392657 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2732198, 30.3930806 ], [ 120.2734696, 30.3929645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "良熟路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734696, 30.3929645 ], [ 120.2732198, 30.3930806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736643, 30.3935967 ], [ 120.2732198, 30.3930806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743123, 30.3944509 ], [ 120.2737459, 30.3937836 ], [ 120.2736643, 30.3935967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道西" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734696, 30.3929645 ], [ 120.2737756, 30.3933224 ], [ 120.2749049, 30.3946255 ], [ 120.2755063, 30.3953606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744567, 30.4037607 ], [ 120.2746704, 30.4038548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743456, 30.4038597 ], [ 120.2744567, 30.4037607 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746704, 30.4038548 ], [ 120.2745573, 30.4039569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3000885, 30.3936399 ], [ 120.3002118, 30.3956943 ], [ 120.3002141, 30.3957225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002141, 30.3957225 ], [ 120.3002118, 30.3956943 ], [ 120.3000885, 30.3936399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977322, 30.3970368 ], [ 120.2976671, 30.3965101 ], [ 120.2976214, 30.3963065 ], [ 120.2975232, 30.3958684 ], [ 120.2974707, 30.395596 ], [ 120.2974459, 30.3953973 ], [ 120.2973532, 30.3949667 ], [ 120.2972464, 30.3945007 ], [ 120.2970259, 30.3935112 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇韵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002141, 30.3957225 ], [ 120.2979226, 30.3956292 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "崇韵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979226, 30.3956292 ], [ 120.3002141, 30.3957225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979226, 30.3956292 ], [ 120.2979833, 30.3959437 ], [ 120.2980646, 30.396575 ], [ 120.298089, 30.3968976 ], [ 120.2981053, 30.3970343 ], [ 120.2981745, 30.3974646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3002141, 30.3957225 ], [ 120.3003376, 30.3972309 ], [ 120.3003743, 30.397679 ], [ 120.3003908, 30.3978805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003908, 30.3978805 ], [ 120.3003743, 30.397679 ], [ 120.3003376, 30.3972309 ], [ 120.3002141, 30.3957225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2973026, 30.3973127 ], [ 120.2974962, 30.3973044 ], [ 120.2976182, 30.3972553 ], [ 120.2976792, 30.3971886 ], [ 120.2977322, 30.3970368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977688, 30.3973996 ], [ 120.2977322, 30.3970368 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.288672, 30.3958921 ], [ 120.2882545, 30.3957585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290922, 30.3958931 ], [ 120.2914157, 30.3960013 ], [ 120.2917161, 30.3961031 ], [ 120.2919656, 30.3961679 ], [ 120.2920361, 30.3962203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2920361, 30.3962203 ], [ 120.2919656, 30.3961679 ], [ 120.2917161, 30.3961031 ], [ 120.2914157, 30.3960013 ], [ 120.290922, 30.3958931 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2887737, 30.3956577 ], [ 120.2888994, 30.3956794 ], [ 120.2894165, 30.3957907 ], [ 120.2908809, 30.3960612 ], [ 120.2914128, 30.396165 ], [ 120.2924027, 30.3963259 ], [ 120.2924627, 30.3963391 ], [ 120.2927366, 30.3963888 ], [ 120.2931635, 30.3964744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932006, 30.3967734 ], [ 120.2927873, 30.3966783 ], [ 120.2924464, 30.3966135 ], [ 120.2907824, 30.3962884 ], [ 120.2893366, 30.3960169 ], [ 120.2888262, 30.3959211 ], [ 120.288672, 30.3958921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932006, 30.3967734 ], [ 120.2931635, 30.3964744 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2931635, 30.3964744 ], [ 120.2932006, 30.3967734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2931635, 30.3964744 ], [ 120.294847, 30.3968229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294874, 30.3970374 ], [ 120.2932006, 30.3967734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294874, 30.3970374 ], [ 120.294847, 30.3968229 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2973026, 30.3973127 ], [ 120.2977688, 30.3973996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977688, 30.3973996 ], [ 120.2978861, 30.3974113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2978861, 30.3974113 ], [ 120.2980686, 30.3974444 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2980686, 30.3974444 ], [ 120.2981745, 30.3974646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977889, 30.3975895 ], [ 120.2977688, 30.3973996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2978932, 30.3976095 ], [ 120.2978861, 30.3974113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977889, 30.3975895 ], [ 120.2970214, 30.3974448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2980686, 30.3974444 ], [ 120.2980759, 30.3976409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2981745, 30.3974646 ], [ 120.2982039, 30.3976638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2978932, 30.3976095 ], [ 120.2977889, 30.3975895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3063238, 30.3923526 ], [ 120.306021, 30.3943455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.311006480796294, 30.394338771202833 ], [ 120.3109675, 30.3943275 ], [ 120.3103229, 30.3940801 ], [ 120.310296, 30.3940682 ], [ 120.309831, 30.3938633 ], [ 120.309494, 30.3937147 ], [ 120.3082526, 30.393143 ], [ 120.3078846, 30.3930256 ], [ 120.3063238, 30.3923526 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059302, 30.3943288 ], [ 120.306021, 30.3943455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "永乐街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.306021, 30.3943455 ], [ 120.3059302, 30.3943288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049085, 30.4030224 ], [ 120.3048018, 30.4029709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048018, 30.4029709 ], [ 120.3049085, 30.4030224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839075, 30.3946727 ], [ 120.2840301, 30.3945247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841954, 30.3946269 ], [ 120.2840507, 30.3947945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840507, 30.3947945 ], [ 120.2839075, 30.3946727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841954, 30.3946269 ], [ 120.2844936, 30.3948113 ], [ 120.2850679, 30.3950603 ], [ 120.2854937, 30.3951975 ], [ 120.2856773, 30.3952567 ], [ 120.2861331, 30.3953429 ], [ 120.2863738, 30.395382 ], [ 120.2872489, 30.3954797 ], [ 120.2880376, 30.395554 ], [ 120.288613, 30.395638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.288672, 30.3958921 ], [ 120.2880978, 30.3957966 ], [ 120.2875418, 30.3957229 ], [ 120.2870714, 30.3956705 ], [ 120.2864873, 30.3956458 ], [ 120.2858647, 30.3955164 ], [ 120.2855384, 30.3954173 ], [ 120.2851833, 30.3953094 ], [ 120.2847288, 30.3951217 ], [ 120.2840507, 30.3947945 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829191, 30.4008143 ], [ 120.2835906, 30.4000232 ], [ 120.2841083, 30.3995291 ], [ 120.28467, 30.3992441 ], [ 120.285397, 30.3991111 ], [ 120.28608, 30.3991586 ], [ 120.2864899, 30.3992972 ], [ 120.2872035, 30.3995386 ], [ 120.2879738, 30.3997872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879738, 30.3997872 ], [ 120.2872035, 30.3995386 ], [ 120.2864899, 30.3992972 ], [ 120.28608, 30.3991586 ], [ 120.285397, 30.3991111 ], [ 120.28467, 30.3992441 ], [ 120.2841083, 30.3995291 ], [ 120.2835906, 30.4000232 ], [ 120.2829191, 30.4008143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820481, 30.4002715 ], [ 120.2829191, 30.4008143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827604, 30.4009227 ], [ 120.2819219, 30.4003865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827604, 30.4009227 ], [ 120.2829191, 30.4008143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2980759, 30.3976409 ], [ 120.2978932, 30.3976095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982039, 30.3976638 ], [ 120.2980759, 30.3976409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2981745, 30.3974646 ], [ 120.298556, 30.3975139 ], [ 120.2989527, 30.3975932 ], [ 120.2994616, 30.3976948 ], [ 120.3003908, 30.3978805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979636, 30.3982692 ], [ 120.2978315, 30.3980534 ], [ 120.2976871, 30.3978867 ], [ 120.2974051, 30.3976605 ], [ 120.2970214, 30.3974448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003774, 30.3980564 ], [ 120.2992826, 30.3978474 ], [ 120.2988735, 30.3977755 ], [ 120.2986536, 30.3977369 ], [ 120.2982039, 30.3976638 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979636, 30.3982692 ], [ 120.2977889, 30.3975895 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003774, 30.3980564 ], [ 120.3003908, 30.3978805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003908, 30.3978805 ], [ 120.3003774, 30.3980564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003908, 30.3978805 ], [ 120.3009696, 30.3980044 ], [ 120.3013042, 30.39809 ], [ 120.3015906, 30.3981801 ], [ 120.301686389098307, 30.398213875558785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.301695019479126, 30.398400441495344 ], [ 120.3014656, 30.3983141 ], [ 120.3011322, 30.3982181 ], [ 120.3008202, 30.398143 ], [ 120.3003774, 30.3980564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294847, 30.3968229 ], [ 120.294874, 30.3970374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294847, 30.3968229 ], [ 120.2961169, 30.3970762 ], [ 120.2973026, 30.3973127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "汀城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2970214, 30.3974448 ], [ 120.294874, 30.3970374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879738, 30.3997872 ], [ 120.2880421, 30.3994564 ], [ 120.2881013, 30.3991698 ], [ 120.288672, 30.3958921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.288672, 30.3958921 ], [ 120.2881013, 30.3991698 ], [ 120.2880421, 30.3994564 ], [ 120.2879738, 30.3997872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294874, 30.3970374 ], [ 120.2951702, 30.3994143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雪海路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2951702, 30.3994143 ], [ 120.294874, 30.3970374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932006, 30.3967734 ], [ 120.2935685, 30.3992604 ], [ 120.2939001, 30.4018397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939001, 30.4018397 ], [ 120.2935685, 30.3992604 ], [ 120.2932006, 30.3967734 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939001, 30.4018397 ], [ 120.2930912, 30.4015703 ], [ 120.2928096, 30.4014754 ], [ 120.2917974, 30.4011384 ], [ 120.2892524, 30.4002132 ], [ 120.2879738, 30.3997872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982039, 30.3976638 ], [ 120.2983161, 30.3982431 ], [ 120.298625, 30.3996195 ], [ 120.2988163, 30.4004397 ], [ 120.2989868, 30.4011707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003774, 30.3980564 ], [ 120.3004007, 30.3981715 ], [ 120.3002706, 30.3984132 ], [ 120.3003491, 30.4012665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003491, 30.4012665 ], [ 120.3002706, 30.3984132 ], [ 120.3004007, 30.3981715 ], [ 120.3003774, 30.3980564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3019488, 30.4014313 ], [ 120.3019071, 30.400872 ], [ 120.3018465, 30.4003747 ], [ 120.3017934, 30.4000148 ], [ 120.3017023, 30.3996614 ], [ 120.3016189, 30.3993604 ], [ 120.3015961, 30.3991118 ], [ 120.3016189, 30.3987781 ], [ 120.301702944788261, 30.39857176565225 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.301702944788261, 30.39857176565225 ], [ 120.3016189, 30.3987781 ], [ 120.3015961, 30.3991118 ], [ 120.3016189, 30.3993604 ], [ 120.3017023, 30.3996614 ], [ 120.3017934, 30.4000148 ], [ 120.3018465, 30.4003747 ], [ 120.3019071, 30.400872 ], [ 120.3019488, 30.4014313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992941, 30.4035804 ], [ 120.2987885, 30.4014633 ], [ 120.2984773, 30.4000153 ], [ 120.2983858, 30.3997125 ], [ 120.2978932, 30.3976095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2980759, 30.3976409 ], [ 120.2981493, 30.3980122 ], [ 120.2985112, 30.3996382 ], [ 120.2989111, 30.4013743 ], [ 120.2991797, 30.4025252 ], [ 120.2993544, 30.4033151 ], [ 120.2994096, 30.4036237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2991311, 30.4035413 ], [ 120.2990183, 30.4029598 ], [ 120.2989551, 30.4026916 ], [ 120.2986733, 30.4014955 ], [ 120.298251, 30.3996612 ], [ 120.2981337, 30.3990931 ], [ 120.2979636, 30.3982692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2989868, 30.4011707 ], [ 120.2989925, 30.4011711 ], [ 120.29949, 30.4012061 ], [ 120.3003491, 30.4012665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003491, 30.4012665 ], [ 120.29949, 30.4012061 ], [ 120.2989925, 30.4011711 ], [ 120.2989868, 30.4011707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3019488, 30.4014313 ], [ 120.301697, 30.4013539 ], [ 120.3009936, 30.4013112 ], [ 120.3003491, 30.4012665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003491, 30.4012665 ], [ 120.3009936, 30.4013112 ], [ 120.301697, 30.4013539 ], [ 120.3019488, 30.4014313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048018, 30.4029709 ], [ 120.3044642, 30.4027723 ], [ 120.3041703, 30.4025729 ], [ 120.3035527, 30.4022436 ], [ 120.303173, 30.4019577 ], [ 120.3027999, 30.4017469 ], [ 120.3023904, 30.4015618 ], [ 120.3019488, 30.4014313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3019488, 30.4014313 ], [ 120.3023904, 30.4015618 ], [ 120.3027999, 30.4017469 ], [ 120.303173, 30.4019577 ], [ 120.3035527, 30.4022436 ], [ 120.3041703, 30.4025729 ], [ 120.3044642, 30.4027723 ], [ 120.3048018, 30.4029709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2989868, 30.4011707 ], [ 120.2990272, 30.4013593 ], [ 120.2992581, 30.4023358 ], [ 120.2994257, 30.4030401 ], [ 120.2995049, 30.4034824 ], [ 120.2995276, 30.4036604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017905, 30.4043799 ], [ 120.3019421, 30.403601 ], [ 120.3020427, 30.4029877 ], [ 120.3020897, 30.4026637 ], [ 120.3020561, 30.4023629 ], [ 120.3020024, 30.4019926 ], [ 120.3019488, 30.4014313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3019488, 30.4014313 ], [ 120.3020024, 30.4019926 ], [ 120.3020561, 30.4023629 ], [ 120.3020897, 30.4026637 ], [ 120.3020427, 30.4029877 ], [ 120.3019421, 30.403601 ], [ 120.3017905, 30.4043799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2991311, 30.4035413 ], [ 120.2992941, 30.4035804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879738, 30.3997872 ], [ 120.2892524, 30.4002132 ], [ 120.2917974, 30.4011384 ], [ 120.2928096, 30.4014754 ], [ 120.2930912, 30.4015703 ], [ 120.2939001, 30.4018397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939001, 30.4018397 ], [ 120.2946828, 30.4020658 ], [ 120.2952739, 30.40226 ], [ 120.2954999, 30.4023342 ], [ 120.2969064, 30.4027961 ], [ 120.2972441, 30.4029071 ], [ 120.2991311, 30.4035413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2991311, 30.4035413 ], [ 120.2972441, 30.4029071 ], [ 120.2969064, 30.4027961 ], [ 120.2954999, 30.4023342 ], [ 120.2952739, 30.40226 ], [ 120.2946828, 30.4020658 ], [ 120.2939001, 30.4018397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871953, 30.4035778 ], [ 120.2899238, 30.4048425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2898607, 30.404925 ], [ 120.287468, 30.4038533 ], [ 120.2871433, 30.4037111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944035, 30.4068298 ], [ 120.2943743, 30.4067132 ], [ 120.2943318, 30.4065289 ], [ 120.2943236, 30.4064475 ], [ 120.2939001, 30.4018397 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939001, 30.4018397 ], [ 120.2943236, 30.4064475 ], [ 120.2943318, 30.4065289 ], [ 120.2943743, 30.4067132 ], [ 120.2944035, 30.4068298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叠华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2898607, 30.404925 ], [ 120.2899238, 30.4048425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叠华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2899238, 30.4048425 ], [ 120.2898607, 30.404925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2899238, 30.4048425 ], [ 120.293216, 30.4063068 ], [ 120.2932663, 30.4063294 ], [ 120.2935834, 30.4064722 ], [ 120.2939526, 30.4066452 ], [ 120.294258, 30.4067768 ], [ 120.2944035, 30.4068298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2524609, 30.3973971 ], [ 120.2538156, 30.3979963 ], [ 120.2553286, 30.3986442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255298, 30.3987122 ], [ 120.253785, 30.3980484 ], [ 120.2524208, 30.3974528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553286, 30.3986442 ], [ 120.2554092, 30.39868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255298, 30.3987122 ], [ 120.2553286, 30.3986442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554092, 30.39868 ], [ 120.2554012, 30.3987571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554012, 30.3987571 ], [ 120.255298, 30.3987122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.25147, 30.3989353 ], [ 120.251486, 30.3988893 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.251486, 30.3988893 ], [ 120.25147, 30.3989353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "星桥北路", "星桥南路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547649, 30.4006901 ], [ 120.2547893, 30.4005762 ], [ 120.2548974, 30.4002098 ], [ 120.255298, 30.3987122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "星桥北路", "星桥南路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554012, 30.3987571 ], [ 120.2550004, 30.4002647 ], [ 120.2548964, 30.4006341 ], [ 120.2548711, 30.4007421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2494073, 30.3980003 ], [ 120.2496703, 30.3975402 ], [ 120.2498062, 30.397247 ], [ 120.2498492, 30.3971545 ], [ 120.2499258, 30.3969892 ], [ 120.2500535, 30.3966393 ], [ 120.2501193, 30.396448 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2501193, 30.396448 ], [ 120.2500535, 30.3966393 ], [ 120.2499258, 30.3969892 ], [ 120.2498492, 30.3971545 ], [ 120.2498062, 30.397247 ], [ 120.2496703, 30.3975402 ], [ 120.2494073, 30.3980003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2494073, 30.3980003 ], [ 120.250425, 30.3984616 ], [ 120.2506446, 30.3985611 ], [ 120.25147, 30.3989353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.25147, 30.3989353 ], [ 120.2506446, 30.3985611 ], [ 120.250425, 30.3984616 ], [ 120.2494073, 30.3980003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471871, 30.4012063 ], [ 120.2472658, 30.4011047 ], [ 120.2485282, 30.3994456 ], [ 120.2492119, 30.3983438 ], [ 120.2494073, 30.3980003 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2494073, 30.3980003 ], [ 120.2492119, 30.3983438 ], [ 120.2485282, 30.3994456 ], [ 120.2472658, 30.4011047 ], [ 120.2471871, 30.4012063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.25147, 30.3989353 ], [ 120.2509206, 30.400516 ], [ 120.2506684, 30.4012417 ], [ 120.2504186, 30.4019604 ], [ 120.250396, 30.4020054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.250396, 30.4020054 ], [ 120.2504186, 30.4019604 ], [ 120.2506684, 30.4012417 ], [ 120.2509206, 30.400516 ], [ 120.25147, 30.3989353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471871, 30.4012063 ], [ 120.2476481, 30.4013473 ], [ 120.2479234, 30.4014115 ], [ 120.2488832, 30.401642 ], [ 120.2490622, 30.401685 ], [ 120.250396, 30.4020054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.250396, 30.4020054 ], [ 120.2490622, 30.401685 ], [ 120.2488832, 30.401642 ], [ 120.2479234, 30.4014115 ], [ 120.2476481, 30.4013473 ], [ 120.2471871, 30.4012063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596705, 30.3978362 ], [ 120.2593684, 30.3986541 ], [ 120.2593514, 30.3986998 ], [ 120.2587987, 30.4001824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554092, 30.39868 ], [ 120.2572303, 30.3994879 ], [ 120.2587987, 30.4001824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2587803, 30.4002399 ], [ 120.2571995, 30.3995399 ], [ 120.2554012, 30.3987571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2587987, 30.4001824 ], [ 120.2587803, 30.4002399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宝旋路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2587803, 30.4002399 ], [ 120.2587987, 30.4001824 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262996, 30.3991166 ], [ 120.2628726, 30.3992687 ], [ 120.2627279, 30.3994827 ], [ 120.2624228, 30.4000224 ], [ 120.2623664, 30.4001219 ], [ 120.262309, 30.4002231 ], [ 120.2622315, 30.4004193 ], [ 120.2619453, 30.4015729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619453, 30.4015729 ], [ 120.2622315, 30.4004193 ], [ 120.262309, 30.4002231 ], [ 120.2623664, 30.4001219 ], [ 120.2624228, 30.4000224 ], [ 120.2627279, 30.3994827 ], [ 120.2628726, 30.3992687 ], [ 120.262996, 30.3991166 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2587987, 30.4001824 ], [ 120.2601053, 30.400761 ], [ 120.2619453, 30.4015729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619357, 30.4016342 ], [ 120.2606516, 30.4010677 ], [ 120.2600744, 30.400813 ], [ 120.2587803, 30.4002399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619453, 30.4015729 ], [ 120.2619357, 30.4016342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.25147, 30.3989353 ], [ 120.2544256, 30.4004688 ], [ 120.2547649, 30.4006901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547649, 30.4006901 ], [ 120.2544256, 30.4004688 ], [ 120.25147, 30.3989353 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547649, 30.4006901 ], [ 120.2548711, 30.4007421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548711, 30.4007421 ], [ 120.2547649, 30.4006901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548711, 30.4007421 ], [ 120.2570959, 30.4019345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东港路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570959, 30.4019345 ], [ 120.2548711, 30.4007421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254185, 30.4028449 ], [ 120.2546475, 30.4011264 ], [ 120.2547649, 30.4006901 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2548711, 30.4007421 ], [ 120.2542967, 30.4027664 ], [ 120.2542719, 30.4028608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254185, 30.4028449 ], [ 120.250396, 30.4020054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.250396, 30.4020054 ], [ 120.254185, 30.4028449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2451563, 30.4038473 ], [ 120.2454399, 30.4034962 ], [ 120.246026, 30.4027055 ], [ 120.2471871, 30.4012063 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星韵路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2471871, 30.4012063 ], [ 120.246026, 30.4027055 ], [ 120.2454399, 30.4034962 ], [ 120.2451563, 30.4038473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248184, 30.4049806 ], [ 120.2494484, 30.4033404 ], [ 120.2502824, 30.402232 ], [ 120.250396, 30.4020054 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.250396, 30.4020054 ], [ 120.2502824, 30.402232 ], [ 120.2494484, 30.4033404 ], [ 120.248184, 30.4049806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2451563, 30.4038473 ], [ 120.245246, 30.4038894 ], [ 120.2454673, 30.4040074 ], [ 120.246073, 30.4043018 ], [ 120.2469727, 30.4046101 ], [ 120.248184, 30.4049806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248184, 30.4049806 ], [ 120.2469727, 30.4046101 ], [ 120.246073, 30.4043018 ], [ 120.2454673, 30.4040074 ], [ 120.245246, 30.4038894 ], [ 120.2451563, 30.4038473 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2508275, 30.4055627 ], [ 120.248184, 30.4049806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248184, 30.4049806 ], [ 120.2508275, 30.4055627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.248184, 30.4049806 ], [ 120.2477935, 30.4054872 ], [ 120.2473888, 30.4060122 ], [ 120.2466322, 30.4069286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466322, 30.4069286 ], [ 120.2473888, 30.4060122 ], [ 120.2477935, 30.4054872 ], [ 120.248184, 30.4049806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567233, 30.4033949 ], [ 120.2570959, 30.4019345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570959, 30.4019345 ], [ 120.2567233, 30.4033949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542719, 30.4028608 ], [ 120.254185, 30.4028449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.254185, 30.4028449 ], [ 120.2542719, 30.4028608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542719, 30.4028608 ], [ 120.2564253, 30.4033144 ], [ 120.2565631, 30.4033434 ], [ 120.2567233, 30.4033949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灿街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567233, 30.4033949 ], [ 120.2565631, 30.4033434 ], [ 120.2564253, 30.4033144 ], [ 120.2542719, 30.4028608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533321, 30.4061142 ], [ 120.2536458, 30.4049025 ], [ 120.2538973, 30.403931 ], [ 120.2540137, 30.4034813 ], [ 120.254185, 30.4028449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542719, 30.4028608 ], [ 120.2538424, 30.4044997 ], [ 120.2534146, 30.4061324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2567233, 30.4033949 ], [ 120.2563505, 30.4048559 ], [ 120.2562724, 30.4051619 ], [ 120.2561942, 30.4054686 ], [ 120.2558861, 30.4066433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558861, 30.4066433 ], [ 120.2561942, 30.4054686 ], [ 120.2562724, 30.4051619 ], [ 120.2563505, 30.4048559 ], [ 120.2567233, 30.4033949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "太平路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619357, 30.4016342 ], [ 120.2619453, 30.4015729 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星翰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595796, 30.4030044 ], [ 120.2593776, 30.4029129 ], [ 120.258533, 30.4025511 ], [ 120.2570959, 30.4019345 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星翰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570959, 30.4019345 ], [ 120.258533, 30.4025511 ], [ 120.2593776, 30.4029129 ], [ 120.2595796, 30.4030044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2584162, 30.407037 ], [ 120.2585919, 30.4065601 ], [ 120.2588981, 30.405583 ], [ 120.2591689, 30.4044964 ], [ 120.2595796, 30.4030044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595796, 30.4030044 ], [ 120.2591689, 30.4044964 ], [ 120.2588981, 30.405583 ], [ 120.2585919, 30.4065601 ], [ 120.2584162, 30.407037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558861, 30.4066433 ], [ 120.2561754, 30.4066159 ], [ 120.2581574, 30.4070127 ], [ 120.2584162, 30.407037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583849, 30.407122 ], [ 120.25813, 30.4070973 ], [ 120.2558861, 30.4066433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583849, 30.407122 ], [ 120.2584162, 30.407037 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2584162, 30.407037 ], [ 120.2583849, 30.407122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2583849, 30.407122 ], [ 120.2581024, 30.4076675 ], [ 120.2577002, 30.4084441 ], [ 120.2575891, 30.4089864 ], [ 120.2574324, 30.4095889 ], [ 120.2568615, 30.4109329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2508275, 30.4055627 ], [ 120.2533321, 30.4061142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533321, 30.4061142 ], [ 120.2508275, 30.4055627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533321, 30.4061142 ], [ 120.2534146, 30.4061324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534146, 30.4061324 ], [ 120.2533321, 30.4061142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534146, 30.4061324 ], [ 120.2554524, 30.4065536 ], [ 120.2558861, 30.4066433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558861, 30.4066433 ], [ 120.2554524, 30.4065536 ], [ 120.2534146, 30.4061324 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527978, 30.4081352 ], [ 120.2531154, 30.4069512 ], [ 120.2533321, 30.4061142 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534146, 30.4061324 ], [ 120.2534032, 30.4061759 ], [ 120.252886, 30.4081528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553637, 30.4086267 ], [ 120.2558861, 30.4066433 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558861, 30.4066433 ], [ 120.2553637, 30.4086267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502566, 30.4076561 ], [ 120.2508275, 30.4055627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2508275, 30.4055627 ], [ 120.2502566, 30.4076561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466322, 30.4069286 ], [ 120.2476519, 30.4071645 ], [ 120.2502566, 30.4076561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502566, 30.4076561 ], [ 120.2476519, 30.4071645 ], [ 120.2466322, 30.4069286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2466322, 30.4069286 ], [ 120.2461888, 30.4074656 ], [ 120.2458909, 30.4078986 ], [ 120.2457493, 30.4081517 ], [ 120.2456527, 30.4083243 ], [ 120.2455793, 30.4085268 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星源北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2455793, 30.4085268 ], [ 120.2456527, 30.4083243 ], [ 120.2457493, 30.4081517 ], [ 120.2458909, 30.4078986 ], [ 120.2461888, 30.4074656 ], [ 120.2466322, 30.4069286 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2453122, 30.4101887 ], [ 120.2466534, 30.4102689 ], [ 120.2477036, 30.4103192 ], [ 120.2480873, 30.4103376 ], [ 120.2498064, 30.41042 ], [ 120.2499791, 30.4104283 ], [ 120.2521497, 30.4105512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2521497, 30.4105512 ], [ 120.2499791, 30.4104283 ], [ 120.2498064, 30.41042 ], [ 120.2480873, 30.4103376 ], [ 120.2477036, 30.4103192 ], [ 120.2466534, 30.4102689 ], [ 120.2453122, 30.4101887 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454766, 30.41218 ], [ 120.2476161, 30.4119275 ], [ 120.248349, 30.411841 ], [ 120.2493297, 30.4117588 ], [ 120.2497888, 30.4117453 ], [ 120.2499494, 30.4117406 ], [ 120.2506128, 30.4117852 ], [ 120.2518093, 30.4118937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2517829, 30.4120294 ], [ 120.2506864, 30.4119071 ], [ 120.2500282, 30.4118889 ], [ 120.2498124, 30.4118829 ], [ 120.2490728, 30.4119096 ], [ 120.247982, 30.4120151 ], [ 120.2457683, 30.412256 ], [ 120.2454823, 30.4122871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527978, 30.4081352 ], [ 120.2527416, 30.408125 ], [ 120.2502566, 30.4076561 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2502566, 30.4076561 ], [ 120.2527416, 30.408125 ], [ 120.2527978, 30.4081352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252886, 30.4081528 ], [ 120.2527978, 30.4081352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2527978, 30.4081352 ], [ 120.252886, 30.4081528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252886, 30.4081528 ], [ 120.2553637, 30.4086267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星灵街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553637, 30.4086267 ], [ 120.252886, 30.4081528 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252886, 30.4081528 ], [ 120.2527791, 30.4085614 ], [ 120.2522746, 30.4105237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2521497, 30.4105512 ], [ 120.2527978, 30.4081352 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547938, 30.4106231 ], [ 120.2553637, 30.4086267 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553637, 30.4086267 ], [ 120.2547938, 30.4106231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049085, 30.4030224 ], [ 120.3050982, 30.403114 ], [ 120.3054945, 30.4032593 ], [ 120.3057884, 30.4033675 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3057884, 30.4033675 ], [ 120.3054945, 30.4032593 ], [ 120.3050982, 30.403114 ], [ 120.3049085, 30.4030224 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044477, 30.4052148 ], [ 120.304647, 30.4039515 ], [ 120.3048018, 30.4029709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049085, 30.4030224 ], [ 120.3045484, 30.4052538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992941, 30.4035804 ], [ 120.2991311, 30.4035413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994096, 30.4036237 ], [ 120.2992941, 30.4035804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992941, 30.4035804 ], [ 120.2994096, 30.4036237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2995276, 30.4036604 ], [ 120.2994096, 30.4036237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994096, 30.4036237 ], [ 120.2995276, 30.4036604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2995276, 30.4036604 ], [ 120.299655, 30.4037009 ], [ 120.3001451, 30.4038567 ], [ 120.3011663, 30.4041814 ], [ 120.3017905, 30.4043799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017905, 30.4043799 ], [ 120.3011663, 30.4041814 ], [ 120.3001451, 30.4038567 ], [ 120.299655, 30.4037009 ], [ 120.2995276, 30.4036604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992367, 30.4051437 ], [ 120.2992458, 30.4050054 ], [ 120.2992304, 30.4047336 ], [ 120.2992289, 30.4046202 ], [ 120.2991849, 30.4044147 ], [ 120.2991489, 30.4038625 ], [ 120.2991311, 30.4035413 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044477, 30.4052148 ], [ 120.303162, 30.4048114 ], [ 120.302539, 30.4046154 ], [ 120.3017905, 30.4043799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017905, 30.4043799 ], [ 120.302539, 30.4046154 ], [ 120.303162, 30.4048114 ], [ 120.3044477, 30.4052148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.3079012, 30.4041291 ], [ 120.307962839908981, 30.40416417246389 ] ], [ [ 120.30855030609726, 30.404571067023461 ], [ 120.3100096, 30.4056941 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "三曹街" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.3100096, 30.4056941 ], [ 120.30855030609726, 30.404571067023461 ] ], [ [ 120.307962839908981, 30.40416417246389 ], [ 120.3079012, 30.4041291 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3100096, 30.4056941 ], [ 120.310047830152101, 30.405608291638075 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044477, 30.4052148 ], [ 120.3045484, 30.4052538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045484, 30.4052538 ], [ 120.3044477, 30.4052148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.310161528757718, 30.405687042287866 ], [ 120.3096349, 30.4068739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094994, 30.4068149 ], [ 120.3072083, 30.4060967 ], [ 120.3071038, 30.4060635 ], [ 120.306614, 30.405907 ], [ 120.3045484, 30.4052538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045484, 30.4052538 ], [ 120.306614, 30.405907 ], [ 120.3071038, 30.4060635 ], [ 120.3072083, 30.4060967 ], [ 120.3094994, 30.4068149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094994, 30.4068149 ], [ 120.3099053, 30.4059284 ], [ 120.3100096, 30.4056941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3096349, 30.4068739 ], [ 120.3094994, 30.4068149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2995276, 30.4036604 ], [ 120.2995406, 30.4039796 ], [ 120.2995594, 30.4043891 ], [ 120.2995628, 30.40447 ], [ 120.2995688, 30.4046123 ], [ 120.2995853, 30.4047684 ], [ 120.2995916, 30.4048275 ], [ 120.2996425, 30.4060616 ], [ 120.2996475, 30.4062182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3016462, 30.40644 ], [ 120.3017141, 30.4050714 ], [ 120.3017207, 30.4049375 ], [ 120.3017588, 30.4046332 ], [ 120.3017905, 30.4043799 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017905, 30.4043799 ], [ 120.3017588, 30.4046332 ], [ 120.3017207, 30.4049375 ], [ 120.3017141, 30.4050714 ], [ 120.3016462, 30.40644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994096, 30.4036237 ], [ 120.2994612, 30.4045312 ], [ 120.2994824, 30.4048254 ], [ 120.2995261, 30.4060986 ], [ 120.2996109, 30.4078763 ], [ 120.299618, 30.4082892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304008, 30.4072143 ], [ 120.3042632, 30.40597 ], [ 120.3043121, 30.4058174 ], [ 120.3043511, 30.4056079 ], [ 120.3044477, 30.4052148 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3045484, 30.4052538 ], [ 120.3044513, 30.4056167 ], [ 120.3044083, 30.4058351 ], [ 120.304103, 30.4072457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994682, 30.4090629 ], [ 120.2994657, 30.4089082 ], [ 120.2994539, 30.4081713 ], [ 120.2994454, 30.4076391 ], [ 120.2993813, 30.4061341 ], [ 120.2993374, 30.4049517 ], [ 120.2993221, 30.4045714 ], [ 120.2992941, 30.4035804 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996475, 30.4062182 ], [ 120.3000834, 30.4062666 ], [ 120.3016462, 30.40644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3016462, 30.40644 ], [ 120.3000834, 30.4062666 ], [ 120.2996475, 30.4062182 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "雪海路", "北湖街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964314, 30.4077239 ], [ 120.2962149, 30.4061641 ], [ 120.2992367, 30.4051437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "北湖街", "雪海路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992367, 30.4051437 ], [ 120.2962149, 30.4061641 ], [ 120.2964314, 30.4077239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3016462, 30.40644 ], [ 120.304008, 30.4072143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304008, 30.4072143 ], [ 120.3016462, 30.40644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994682, 30.4090629 ], [ 120.299353, 30.4088247 ], [ 120.2993511, 30.4079469 ], [ 120.2992882, 30.4061351 ], [ 120.2992367, 30.4051437 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304103, 30.4072457 ], [ 120.304008, 30.4072143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304008, 30.4072143 ], [ 120.304103, 30.4072457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996475, 30.4062182 ], [ 120.2996766, 30.4075132 ], [ 120.2996872, 30.4080174 ], [ 120.299618, 30.4082892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3014696, 30.4098015 ], [ 120.3014915, 30.4094073 ], [ 120.301511, 30.4090312 ], [ 120.3015531, 30.4082145 ], [ 120.3015886, 30.4076017 ], [ 120.3016462, 30.40644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3016462, 30.40644 ], [ 120.3015886, 30.4076017 ], [ 120.3015531, 30.4082145 ], [ 120.301511, 30.4090312 ], [ 120.3014915, 30.4094073 ], [ 120.3014696, 30.4098015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994884, 30.4093159 ], [ 120.2980315, 30.4086501 ], [ 120.2964406, 30.4079231 ], [ 120.2954682, 30.4074787 ], [ 120.2943703, 30.4069743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942354, 30.4068777 ], [ 120.2941627, 30.4068462 ], [ 120.2938235, 30.4067024 ], [ 120.2935874, 30.4065948 ], [ 120.2933232, 30.406478 ], [ 120.2898607, 30.404925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叠华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2898607, 30.404925 ], [ 120.2896025, 30.4053628 ], [ 120.2894951, 30.4055795 ], [ 120.2894322, 30.4058154 ], [ 120.2894282, 30.4061091 ], [ 120.289493, 30.4063765 ], [ 120.289643, 30.4066684 ], [ 120.2898112, 30.4068711 ], [ 120.2899593, 30.4070487 ], [ 120.2903983, 30.4073869 ], [ 120.2932137, 30.4087273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "叠华街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932137, 30.4087273 ], [ 120.2903983, 30.4073869 ], [ 120.2899593, 30.4070487 ], [ 120.2898112, 30.4068711 ], [ 120.289643, 30.4066684 ], [ 120.289493, 30.4063765 ], [ 120.2894282, 30.4061091 ], [ 120.2894322, 30.4058154 ], [ 120.2894951, 30.4055795 ], [ 120.2896025, 30.4053628 ], [ 120.2898607, 30.404925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942354, 30.4068777 ], [ 120.2944035, 30.4068298 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944035, 30.4068298 ], [ 120.2943703, 30.4069743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943703, 30.4069743 ], [ 120.2942354, 30.4068777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2944035, 30.4068298 ], [ 120.2964314, 30.4077239 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932137, 30.4087273 ], [ 120.2935632, 30.4080946 ], [ 120.2937873, 30.4076888 ], [ 120.2942354, 30.4068777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838347, 30.4062085 ], [ 120.283855, 30.4062287 ], [ 120.2841939, 30.4065252 ], [ 120.2843479, 30.4066465 ], [ 120.2844167, 30.4066995 ], [ 120.2845561, 30.4068032 ], [ 120.2857581, 30.4074114 ], [ 120.2861148, 30.4075942 ], [ 120.2882332, 30.4085617 ], [ 120.2922986, 30.4105467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2943703, 30.4069743 ], [ 120.2933989, 30.4088373 ], [ 120.2930441, 30.4095311 ], [ 120.2924777, 30.4106386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2964314, 30.4077239 ], [ 120.2994682, 30.4090629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.299618, 30.4082892 ], [ 120.2996379, 30.4091278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033642, 30.4104851 ], [ 120.3034629, 30.4101015 ], [ 120.3035398, 30.4096936 ], [ 120.3036792, 30.4089538 ], [ 120.3038706, 30.407965 ], [ 120.304008, 30.4072143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304103, 30.4072457 ], [ 120.3039709, 30.4078876 ], [ 120.3037465, 30.4089785 ], [ 120.3034844, 30.4105277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994682, 30.4090629 ], [ 120.2996379, 30.4091278 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2994884, 30.4093159 ], [ 120.2994682, 30.4090629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996379, 30.4091278 ], [ 120.2996467, 30.4093501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996467, 30.4093501 ], [ 120.2994884, 30.4093159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996379, 30.4091278 ], [ 120.3007711, 30.4095537 ], [ 120.3009211, 30.4096108 ], [ 120.3014696, 30.4098015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017988, 30.4101283 ], [ 120.2996467, 30.4093501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南苑街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094994, 30.4068149 ], [ 120.3096349, 30.4068739 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3133094, 30.4098894 ], [ 120.3131214, 30.40933 ], [ 120.3128944, 30.4086365 ], [ 120.3125547, 30.4075626 ], [ 120.312423054217746, 30.407253434404343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3082974, 30.4092697 ], [ 120.3087186, 30.4083737 ], [ 120.3094994, 30.4068149 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3096349, 30.4068739 ], [ 120.308849, 30.408419 ], [ 120.3084073, 30.4093358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.304103, 30.4072457 ], [ 120.3052387, 30.4076293 ], [ 120.3060007, 30.408044 ], [ 120.3065023, 30.4083117 ], [ 120.3065072, 30.4083143 ], [ 120.3068504, 30.4084975 ], [ 120.3082974, 30.4092697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3082974, 30.4092697 ], [ 120.3068504, 30.4084975 ], [ 120.3065072, 30.4083143 ], [ 120.3065023, 30.4083117 ], [ 120.3060007, 30.408044 ], [ 120.3052387, 30.4076293 ], [ 120.304103, 30.4072457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084073, 30.4093358 ], [ 120.3082974, 30.4092697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3082974, 30.4092697 ], [ 120.3084073, 30.4093358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312655074818224, 30.407414137985118 ], [ 120.3128735, 30.4079766 ], [ 120.3131735, 30.408924 ], [ 120.3134458, 30.4097726 ], [ 120.3141386, 30.4119317 ], [ 120.314205, 30.4121244 ], [ 120.3144529, 30.4129377 ], [ 120.314629, 30.4135003 ], [ 120.3146617, 30.4135996 ], [ 120.3149261, 30.414402 ], [ 120.31512, 30.4149907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084073, 30.4093358 ], [ 120.3101194, 30.4102503 ], [ 120.3120427, 30.4113066 ], [ 120.3125192, 30.4115659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922986, 30.4105467 ], [ 120.2932137, 30.4087273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977356, 30.4133153 ], [ 120.2968745, 30.4129121 ], [ 120.2927658, 30.4109401 ], [ 120.292505, 30.4108048 ], [ 120.292432, 30.410767 ], [ 120.2922392, 30.4106723 ], [ 120.2903339, 30.4096909 ], [ 120.2860015, 30.4076327 ], [ 120.2855442, 30.4074154 ], [ 120.2852158, 30.4072594 ], [ 120.284557, 30.4069308 ], [ 120.2844806, 30.4068757 ], [ 120.2842733, 30.4067263 ], [ 120.2841957, 30.4066704 ], [ 120.2841208, 30.406605 ], [ 120.2837804, 30.4063011 ], [ 120.2837353, 30.4062674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922986, 30.4105467 ], [ 120.2923035, 30.4105492 ], [ 120.2924728, 30.4106361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2924728, 30.4106361 ], [ 120.2924777, 30.4106386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2924777, 30.4106386 ], [ 120.2924728, 30.4106361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2924777, 30.4106386 ], [ 120.2939765, 30.4113681 ], [ 120.2960282, 30.4123667 ], [ 120.2962417, 30.4124587 ], [ 120.2968347, 30.4127538 ], [ 120.2978195, 30.4132033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2913061, 30.4142386 ], [ 120.2910559, 30.4140918 ], [ 120.2910559, 30.4137854 ], [ 120.2906875, 30.4135981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2906875, 30.4135981 ], [ 120.2910559, 30.4137854 ], [ 120.2910559, 30.4140918 ], [ 120.2913061, 30.4142386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2913061, 30.4142386 ], [ 120.2913553, 30.4141895 ], [ 120.291421, 30.4141578 ], [ 120.2914953, 30.4141473 ], [ 120.2915693, 30.4141592 ], [ 120.2916342, 30.4141922 ], [ 120.2916821, 30.4142422 ], [ 120.2917075, 30.4143033 ], [ 120.2917072, 30.4143682 ], [ 120.2916813, 30.4144292 ], [ 120.2916328, 30.4144789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916328, 30.4144789 ], [ 120.2915749, 30.414509 ], [ 120.291509, 30.4145223 ], [ 120.2914416, 30.4145175 ], [ 120.2913791, 30.4144951 ], [ 120.2913276, 30.4144572 ], [ 120.2912921, 30.4144076 ], [ 120.291276, 30.4143509 ], [ 120.2912808, 30.4142927 ], [ 120.2913061, 30.4142386 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3125192, 30.4115659 ], [ 120.3120427, 30.4113066 ], [ 120.3101194, 30.4102503 ], [ 120.3084073, 30.4093358 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071115, 30.4118381 ], [ 120.3082974, 30.4092697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3084073, 30.4093358 ], [ 120.3072113, 30.4118743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3133094, 30.4098894 ], [ 120.3127302, 30.4111183 ], [ 120.3125726, 30.4114643 ], [ 120.3125192, 30.4115659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3125192, 30.4115659 ], [ 120.3125726, 30.4114643 ], [ 120.3127302, 30.4111183 ], [ 120.3133094, 30.4098894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3140997, 30.4124105 ], [ 120.3139888, 30.4120645 ], [ 120.3139051, 30.41184 ], [ 120.3133094, 30.4098894 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3034844, 30.4105277 ], [ 120.3048287, 30.4110036 ], [ 120.304834, 30.4110055 ], [ 120.3051025, 30.4111032 ], [ 120.3055319, 30.4112603 ], [ 120.3071115, 30.4118381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3070148, 30.4120203 ], [ 120.3054448, 30.4114395 ], [ 120.3051596, 30.411334 ], [ 120.3050525, 30.4112944 ], [ 120.304625, 30.4111403 ], [ 120.3034021, 30.4107022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071115, 30.4118381 ], [ 120.3072113, 30.4118743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3070148, 30.4120203 ], [ 120.3071115, 30.4118381 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783052, 30.3938312 ], [ 120.2799986, 30.3930858 ], [ 120.2816758, 30.3924036 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783052, 30.3938312 ], [ 120.277928, 30.3939923 ], [ 120.2766579, 30.3946614 ], [ 120.2763279, 30.3948787 ], [ 120.2755063, 30.3953606 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀雨路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2755063, 30.3953606 ], [ 120.2763279, 30.3948787 ], [ 120.2766579, 30.3946614 ], [ 120.277928, 30.3939923 ], [ 120.2783052, 30.3938312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "世纪大道", "世纪大道西" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2819219, 30.4003865 ], [ 120.2808683, 30.3997327 ], [ 120.2794951, 30.3988805 ], [ 120.2792955, 30.3987082 ], [ 120.2788552, 30.3984336 ], [ 120.2782658, 30.398039 ], [ 120.2773766, 30.3973367 ], [ 120.2764987, 30.3965491 ], [ 120.2756952, 30.3958463 ], [ 120.2752996, 30.3954398 ], [ 120.2746273, 30.3947182 ], [ 120.2737035, 30.3936422 ], [ 120.2736643, 30.3935967 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "世纪大道西", "世纪大道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2755063, 30.3953606 ], [ 120.27611, 30.395951 ], [ 120.2773452, 30.3970774 ], [ 120.2786047, 30.3980031 ], [ 120.2794391, 30.3985645 ], [ 120.2796618, 30.3987226 ], [ 120.2820481, 30.4002715 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2744567, 30.4037607 ], [ 120.2762956, 30.4019809 ], [ 120.2775379, 30.400694 ], [ 120.2782076, 30.3999848 ], [ 120.2786553, 30.3995129 ], [ 120.2792695, 30.3989105 ], [ 120.279724, 30.3984163 ], [ 120.2797613, 30.3983802 ], [ 120.2801944, 30.3979609 ], [ 120.2806095, 30.3975963 ], [ 120.2809689, 30.3973171 ], [ 120.2814, 30.3970138 ], [ 120.2818654, 30.396693 ], [ 120.282308, 30.3963663 ], [ 120.2828014, 30.3959558 ], [ 120.2834239, 30.3952564 ], [ 120.2839075, 30.3946727 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840507, 30.3947945 ], [ 120.2836223, 30.3952887 ], [ 120.283071, 30.3958849 ], [ 120.2826267, 30.3962948 ], [ 120.2823434, 30.3965095 ], [ 120.2820601, 30.3966924 ], [ 120.2815299, 30.3970201 ], [ 120.2811403, 30.397297 ], [ 120.2807041, 30.3976377 ], [ 120.2803118, 30.3979714 ], [ 120.2797933, 30.3984896 ], [ 120.2793214, 30.3989723 ], [ 120.2785131, 30.3997766 ], [ 120.2782644, 30.4000638 ], [ 120.2771869, 30.4011659 ], [ 120.2760648, 30.4023372 ], [ 120.2746704, 30.4038548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746704, 30.4038548 ], [ 120.275107, 30.4038717 ], [ 120.2760534, 30.4039969 ], [ 120.2773911, 30.4041493 ], [ 120.278123, 30.4041874 ], [ 120.2782054, 30.4041865 ], [ 120.2786088, 30.4041819 ], [ 120.2787726, 30.4041976 ], [ 120.2791037, 30.4042729 ], [ 120.2794457, 30.4044236 ], [ 120.2797127, 30.4046002 ], [ 120.2797455, 30.4047008 ], [ 120.2794184, 30.4045579 ], [ 120.2791844, 30.4044961 ], [ 120.2789617, 30.40447 ], [ 120.2785068, 30.404458 ], [ 120.2780749, 30.4044408 ], [ 120.2772484, 30.4043822 ], [ 120.2760974, 30.4042552 ], [ 120.2757389, 30.4042129 ], [ 120.2755125, 30.4042097 ], [ 120.2748596, 30.4041022 ], [ 120.2745573, 30.4039569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "人民路隧道", "人民大道", "临丁路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746704, 30.4038548 ], [ 120.2750497, 30.4039506 ], [ 120.2756163, 30.4040341 ], [ 120.276328, 30.4041151 ], [ 120.2772845, 30.4042271 ], [ 120.2774838, 30.4042389 ], [ 120.2782112, 30.4042682 ], [ 120.279908, 30.4042024 ], [ 120.2804919, 30.4042137 ], [ 120.2811321, 30.4042948 ], [ 120.2814258, 30.4043758 ], [ 120.2817973, 30.4045439 ], [ 120.2820439, 30.4047308 ], [ 120.2834172, 30.4058431 ], [ 120.2838347, 30.4062085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "人民路隧道", "人民大道", "临丁路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2837353, 30.4062674 ], [ 120.2829216, 30.4055653 ], [ 120.2819879, 30.4047879 ], [ 120.2818488, 30.4046734 ], [ 120.2816057, 30.4045424 ], [ 120.2812721, 30.4044438 ], [ 120.2807086, 30.4043571 ], [ 120.2801627, 30.4043147 ], [ 120.2795801, 30.4043192 ], [ 120.2780852, 30.4043806 ], [ 120.2774489, 30.4043432 ], [ 120.2762878, 30.4042144 ], [ 120.2757278, 30.4041592 ], [ 120.275199, 30.4040877 ], [ 120.2745573, 30.4039569 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2743456, 30.4038597 ], [ 120.2740033, 30.4037309 ], [ 120.2738196, 30.4036523 ], [ 120.2714318, 30.402732 ], [ 120.2707226, 30.4024241 ], [ 120.2701502, 30.4021567 ], [ 120.2695637, 30.4018605 ], [ 120.2691078, 30.4015924 ], [ 120.2687008, 30.4013103 ], [ 120.2684126, 30.4010951 ], [ 120.2681143, 30.4008723 ], [ 120.2676062, 30.4004702 ], [ 120.26728, 30.4001596 ], [ 120.2662221, 30.3990636 ], [ 120.265066, 30.3971428 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2619453, 30.4015729 ], [ 120.2623692, 30.4017599 ], [ 120.2634429, 30.4022336 ], [ 120.2654917, 30.4031552 ], [ 120.2666199, 30.4038448 ], [ 120.2670457, 30.4041051 ], [ 120.2674965, 30.4043807 ], [ 120.2688784, 30.4053708 ], [ 120.2695783, 30.4058723 ], [ 120.2696458, 30.4059007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2695946, 30.4059443 ], [ 120.2695414, 30.4059218 ], [ 120.2674552, 30.404427 ], [ 120.2670209, 30.4041615 ], [ 120.2665951, 30.4039012 ], [ 120.2654563, 30.4032051 ], [ 120.2634118, 30.4022855 ], [ 120.2619357, 30.4016342 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星翰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691168, 30.4071499 ], [ 120.268795, 30.4070062 ], [ 120.2673126, 30.4062976 ], [ 120.2653073, 30.4054056 ], [ 120.2632446, 30.4045631 ], [ 120.2608658, 30.4035869 ], [ 120.2595796, 30.4030044 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星翰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595796, 30.4030044 ], [ 120.2608658, 30.4035869 ], [ 120.2632446, 30.4045631 ], [ 120.2653073, 30.4054056 ], [ 120.2673126, 30.4062976 ], [ 120.268795, 30.4070062 ], [ 120.2691168, 30.4071499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2695946, 30.4059443 ], [ 120.2696458, 30.4059007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2696458, 30.4059007 ], [ 120.2695946, 30.4059443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2695946, 30.4059443 ], [ 120.2694558, 30.4061588 ], [ 120.2693294, 30.4064611 ], [ 120.269203, 30.4068179 ], [ 120.2691168, 30.4071499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691168, 30.4071499 ], [ 120.269203, 30.4068179 ], [ 120.2693294, 30.4064611 ], [ 120.2694558, 30.4061588 ], [ 120.2695946, 30.4059443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2690881, 30.4073135 ], [ 120.2691168, 30.4071499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829191, 30.4008143 ], [ 120.2828343, 30.4009639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828343, 30.4009639 ], [ 120.2827604, 30.4009227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871953, 30.4035778 ], [ 120.2879738, 30.3997872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879738, 30.3997872 ], [ 120.2871953, 30.4035778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829191, 30.4008143 ], [ 120.2851912, 30.4022851 ], [ 120.2856086, 30.4025553 ], [ 120.2867812, 30.4033143 ], [ 120.2871953, 30.4035778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871433, 30.4037111 ], [ 120.2867373, 30.4035058 ], [ 120.2855605, 30.4027394 ], [ 120.285144, 30.4024682 ], [ 120.2828343, 30.4009639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2828343, 30.4009639 ], [ 120.2816331, 30.402373 ], [ 120.2815101, 30.4025743 ], [ 120.2814033, 30.4028036 ], [ 120.2813465, 30.4030294 ], [ 120.2813182, 30.4033078 ], [ 120.2813516, 30.4036583 ], [ 120.2815238, 30.4040799 ], [ 120.2816791, 30.4043038 ], [ 120.2818659, 30.4044762 ], [ 120.2831105, 30.4055311 ], [ 120.2837144, 30.4060312 ], [ 120.2838347, 30.4062085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2837353, 30.4062674 ], [ 120.283299, 30.4059826 ], [ 120.281914, 30.4048509 ], [ 120.2817731, 30.4047079 ], [ 120.2815825, 30.4044769 ], [ 120.2814812, 30.4042612 ], [ 120.2813651, 30.4039959 ], [ 120.2812752, 30.4037518 ], [ 120.2812253, 30.4034972 ], [ 120.2812323, 30.403204 ], [ 120.2812828, 30.4029129 ], [ 120.2813737, 30.402657 ], [ 120.2815297, 30.4023872 ], [ 120.2827604, 30.4009227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871433, 30.4037111 ], [ 120.2871953, 30.4035778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871953, 30.4035778 ], [ 120.2871433, 30.4037111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745573, 30.4039569 ], [ 120.2743456, 30.4038597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745573, 30.4039569 ], [ 120.2737812, 30.4047399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715702, 30.4067115 ], [ 120.2723605, 30.4058441 ], [ 120.2729668, 30.405227 ], [ 120.2743456, 30.4038597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737812, 30.4047399 ], [ 120.2733191, 30.4052061 ], [ 120.2717954, 30.4067881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2696458, 30.4059007 ], [ 120.2708198, 30.4063954 ], [ 120.2715702, 30.4067115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715251, 30.4067604 ], [ 120.2695946, 30.4059443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715251, 30.4067604 ], [ 120.2715702, 30.4067115 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715702, 30.4067115 ], [ 120.2717954, 30.4067881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717479, 30.4068366 ], [ 120.2715251, 30.4067604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717954, 30.4067881 ], [ 120.2717479, 30.4068366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824979, 30.4086289 ], [ 120.2796832, 30.4068884 ], [ 120.2795315, 30.4067988 ], [ 120.2786851, 30.4062993 ], [ 120.2777848, 30.4058052 ], [ 120.2774857, 30.405684 ], [ 120.2772873, 30.4055753 ], [ 120.2762636, 30.4050573 ], [ 120.2758815, 30.4049574 ], [ 120.2753357, 30.4049242 ], [ 120.2749071, 30.4049352 ], [ 120.2745952, 30.4049523 ], [ 120.2742255, 30.4049394 ], [ 120.2737812, 30.4047399 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2737812, 30.4047399 ], [ 120.2742255, 30.4049394 ], [ 120.2745952, 30.4049523 ], [ 120.2749071, 30.4049352 ], [ 120.2753357, 30.4049242 ], [ 120.2758815, 30.4049574 ], [ 120.2762636, 30.4050573 ], [ 120.2772873, 30.4055753 ], [ 120.2774857, 30.405684 ], [ 120.2777848, 30.4058052 ], [ 120.2786851, 30.4062993 ], [ 120.2795315, 30.4067988 ], [ 120.2796832, 30.4068884 ], [ 120.2824979, 30.4086289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805173, 30.4098548 ], [ 120.2810723, 30.4096092 ], [ 120.2815215, 30.4093522 ], [ 120.2818509, 30.4090878 ], [ 120.2822817, 30.4088237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2824686, 30.4089978 ], [ 120.2816986, 30.4095999 ], [ 120.281286, 30.4097974 ], [ 120.280845, 30.4099705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804488, 30.4098977 ], [ 120.2805173, 30.4098548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2805173, 30.4098548 ], [ 120.280845, 30.4099705 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.280732, 30.4100169 ], [ 120.2804488, 30.4098977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.280845, 30.4099705 ], [ 120.280732, 30.4100169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781573, 30.4123652 ], [ 120.2782294, 30.4120792 ], [ 120.278395, 30.4116804 ], [ 120.2787202, 30.4111334 ], [ 120.2791268, 30.4107548 ], [ 120.2798674, 30.4102381 ], [ 120.2804488, 30.4098977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.280732, 30.4100169 ], [ 120.2799683, 30.4105128 ], [ 120.2793794, 30.4109031 ], [ 120.2790352, 30.4112413 ], [ 120.2788391, 30.4115757 ], [ 120.278691, 30.4118764 ], [ 120.2784062, 30.412423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717954, 30.4067881 ], [ 120.2722082, 30.4069339 ], [ 120.2758694, 30.4082276 ], [ 120.2763527, 30.4083984 ], [ 120.2764628, 30.4084373 ], [ 120.2769904, 30.408621 ], [ 120.2799412, 30.4096422 ], [ 120.2805173, 30.4098548 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2804488, 30.4098977 ], [ 120.2777403, 30.4089456 ], [ 120.2770184, 30.4086918 ], [ 120.2768582, 30.4086357 ], [ 120.2764374, 30.4084914 ], [ 120.2763247, 30.4084516 ], [ 120.2758413, 30.4082811 ], [ 120.2720166, 30.4069314 ], [ 120.2717479, 30.4068366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "星河南路", "星河路隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714402, 30.4229567 ], [ 120.2723459, 30.4212229 ], [ 120.2729596, 30.4201139 ], [ 120.2772364, 30.4139569 ], [ 120.277964, 30.4126971 ], [ 120.2781573, 30.4123652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "星河南路", "星河路隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784062, 30.412423 ], [ 120.2782988, 30.4128534 ], [ 120.2777428, 30.4140316 ], [ 120.2734483, 30.4201693 ], [ 120.2727176, 30.4213606 ], [ 120.2715979, 30.4231826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713763, 30.4230791 ], [ 120.2714402, 30.4229567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714402, 30.4229567 ], [ 120.2715979, 30.4231826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715124, 30.4233212 ], [ 120.2713763, 30.4230791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715979, 30.4231826 ], [ 120.2715124, 30.4233212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715124, 30.4233212 ], [ 120.2705697, 30.4247846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763857, 30.4266236 ], [ 120.2760633, 30.4264757 ], [ 120.2753666, 30.4261069 ], [ 120.2747656, 30.4257524 ], [ 120.2738308, 30.4251693 ], [ 120.272147, 30.4238827 ], [ 120.2715124, 30.4233212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648806, 30.418204 ], [ 120.2631438, 30.4207656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631438, 30.4207656 ], [ 120.2648806, 30.418204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上环桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683219, 30.4206623 ], [ 120.2683827, 30.42058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上环桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683827, 30.42058 ], [ 120.2683219, 30.4206623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上环桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683219, 30.4206623 ], [ 120.2669664, 30.4227299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上环桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669664, 30.4227299 ], [ 120.2683219, 30.4206623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星辰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669664, 30.4227299 ], [ 120.2640956, 30.4212547 ], [ 120.2631438, 30.4207656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星辰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631438, 30.4207656 ], [ 120.2640956, 30.4212547 ], [ 120.2669664, 30.4227299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683827, 30.42058 ], [ 120.2688301, 30.4208705 ], [ 120.2692839, 30.4211651 ], [ 120.2697912, 30.4215329 ], [ 120.2705231, 30.4221042 ], [ 120.2714402, 30.4229567 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2713763, 30.4230791 ], [ 120.270912, 30.4226591 ], [ 120.2705247, 30.4223087 ], [ 120.2700845, 30.4218761 ], [ 120.2683219, 30.4206623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上环桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669664, 30.4227299 ], [ 120.2668249, 30.4229397 ], [ 120.2657763, 30.4244948 ], [ 120.2653311, 30.4251551 ], [ 120.2652273, 30.425309 ], [ 120.2650537, 30.4255665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上环桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2650537, 30.4255665 ], [ 120.2652273, 30.425309 ], [ 120.2653311, 30.4251551 ], [ 120.2657763, 30.4244948 ], [ 120.2668249, 30.4229397 ], [ 120.2669664, 30.4227299 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2650537, 30.4255665 ], [ 120.2635789, 30.4247993 ], [ 120.263476, 30.4248373 ], [ 120.2629683, 30.4255677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629683, 30.4255677 ], [ 120.263476, 30.4248373 ], [ 120.2635789, 30.4247993 ], [ 120.2650537, 30.4255665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2681085, 30.4281582 ], [ 120.2697062, 30.4257157 ], [ 120.2703115, 30.4247601 ], [ 120.2703673, 30.4246719 ], [ 120.2713763, 30.4230791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上环桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2650537, 30.4255665 ], [ 120.2645177, 30.4263613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "上环桥路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2645177, 30.4263613 ], [ 120.2650537, 30.4255665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2645177, 30.4263613 ], [ 120.2635031, 30.4258416 ], [ 120.2629683, 30.4255677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629683, 30.4255677 ], [ 120.2635031, 30.4258416 ], [ 120.2645177, 30.4263613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705697, 30.4247846 ], [ 120.269861, 30.4258867 ], [ 120.2696026, 30.4262916 ], [ 120.2683459, 30.4282613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715979, 30.4231826 ], [ 120.2721187, 30.4236543 ], [ 120.2724194, 30.4239267 ], [ 120.2731705, 30.4245443 ], [ 120.273959, 30.4250947 ], [ 120.2746564, 30.4255573 ], [ 120.2757186, 30.4261448 ], [ 120.2764642, 30.4265518 ], [ 120.2771321, 30.4268409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705697, 30.4247846 ], [ 120.2725364, 30.4256697 ], [ 120.2746488, 30.4265447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746488, 30.4265447 ], [ 120.2725364, 30.4256697 ], [ 120.2705697, 30.4247846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758303, 30.4269588 ], [ 120.2746488, 30.4265447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746488, 30.4265447 ], [ 120.2758303, 30.4269588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758303, 30.4269588 ], [ 120.2761515, 30.4270714 ], [ 120.2763646, 30.4267056 ], [ 120.2763857, 30.4266236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763857, 30.4266236 ], [ 120.2763646, 30.4267056 ], [ 120.2761515, 30.4270714 ], [ 120.2758303, 30.4269588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736565, 30.4281355 ], [ 120.2739136, 30.4277234 ], [ 120.2746488, 30.4265447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746488, 30.4265447 ], [ 120.2739136, 30.4277234 ], [ 120.2736565, 30.4281355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2753876, 30.4277681 ], [ 120.2758303, 30.4269588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770751, 30.4269443 ], [ 120.2763857, 30.4266236 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771321, 30.4268409 ], [ 120.2772394, 30.4268664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770751, 30.4269443 ], [ 120.2771321, 30.4268409 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772394, 30.4268664 ], [ 120.2771875, 30.4269885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771875, 30.4269885 ], [ 120.2770751, 30.4269443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772394, 30.4268664 ], [ 120.2782979, 30.4272641 ], [ 120.2786322, 30.4273635 ], [ 120.2801093, 30.427803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800852, 30.4278948 ], [ 120.2794187, 30.4277025 ], [ 120.2788475, 30.4275376 ], [ 120.2782684, 30.4273589 ], [ 120.2780122, 30.4272675 ], [ 120.2771875, 30.4269885 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764195, 30.42816 ], [ 120.2768073, 30.4274255 ], [ 120.2770751, 30.4269443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800852, 30.4278948 ], [ 120.2801093, 30.427803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801093, 30.427803 ], [ 120.2800852, 30.4278948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3014696, 30.4098015 ], [ 120.3018668, 30.4099455 ], [ 120.3033642, 30.4104851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032912, 30.4106624 ], [ 120.3017988, 30.4101283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3033642, 30.4104851 ], [ 120.3034844, 30.4105277 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3032912, 30.4106624 ], [ 120.3033642, 30.4104851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3034844, 30.4105277 ], [ 120.3034021, 30.4107022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3034021, 30.4107022 ], [ 120.3032912, 30.4106624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2978195, 30.4132033 ], [ 120.2984639, 30.4117088 ], [ 120.2989687, 30.4105337 ], [ 120.2994884, 30.4093159 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2996467, 30.4093501 ], [ 120.2991128, 30.4105914 ], [ 120.2986046, 30.4117623 ], [ 120.2979589, 30.4132501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017988, 30.4101283 ], [ 120.3013119, 30.4113629 ], [ 120.301194, 30.4116334 ], [ 120.3007777, 30.4125884 ], [ 120.3007323, 30.4126662 ], [ 120.3002489, 30.4134956 ], [ 120.299868, 30.4141692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.299868, 30.4141692 ], [ 120.3002489, 30.4134956 ], [ 120.3007323, 30.4126662 ], [ 120.3007777, 30.4125884 ], [ 120.301194, 30.4116334 ], [ 120.3013119, 30.4113629 ], [ 120.3017988, 30.4101283 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3072113, 30.4118743 ], [ 120.3071148, 30.4120586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3125192, 30.4115659 ], [ 120.3135668, 30.4121359 ], [ 120.3140997, 30.4124105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "玩月街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3140997, 30.4124105 ], [ 120.3135668, 30.4121359 ], [ 120.3125192, 30.4115659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071148, 30.4120586 ], [ 120.3070148, 30.4120203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115805, 30.4134618 ], [ 120.3125192, 30.4115659 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3125192, 30.4115659 ], [ 120.3115805, 30.4134618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3072113, 30.4118743 ], [ 120.3083787, 30.4122984 ], [ 120.3115805, 30.4134618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3114975, 30.4136071 ], [ 120.3080999, 30.4124067 ], [ 120.3071148, 30.4120586 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3114975, 30.4136071 ], [ 120.3115805, 30.4134618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115805, 30.4134618 ], [ 120.3114975, 30.4136071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017106, 30.4150664 ], [ 120.3027966, 30.4120826 ], [ 120.3032912, 30.4106624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3034021, 30.4107022 ], [ 120.3028979, 30.4121139 ], [ 120.3017992, 30.4151083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2978195, 30.4132033 ], [ 120.2979589, 30.4132501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2977356, 30.4133153 ], [ 120.2978195, 30.4132033 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979589, 30.4132501 ], [ 120.2978638, 30.4133754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2978638, 30.4133754 ], [ 120.2977356, 30.4133153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2979589, 30.4132501 ], [ 120.2985299, 30.413525 ], [ 120.2990608, 30.4137806 ], [ 120.299868, 30.4141692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997928, 30.4142793 ], [ 120.2996963, 30.4142335 ], [ 120.2992452, 30.4140222 ], [ 120.2978638, 30.4133754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.299868, 30.4141692 ], [ 120.2997928, 30.4142793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997928, 30.4142793 ], [ 120.299868, 30.4141692 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149428, 30.4150339 ], [ 120.3142644, 30.4129371 ], [ 120.3140997, 30.4124105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048864, 30.4165877 ], [ 120.305291, 30.415726 ], [ 120.3058233, 30.4145926 ], [ 120.3064007, 30.4133411 ], [ 120.3070148, 30.4120203 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071148, 30.4120586 ], [ 120.3069053, 30.4125473 ], [ 120.3065018, 30.4133755 ], [ 120.3059133, 30.4146111 ], [ 120.305006, 30.4166447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3115805, 30.4134618 ], [ 120.3126174, 30.4138408 ], [ 120.3127643, 30.4139207 ], [ 120.3129136, 30.4140474 ], [ 120.3130311, 30.4141571 ], [ 120.313146, 30.4143453 ], [ 120.3133298, 30.4149752 ], [ 120.3134824, 30.4153948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3132751, 30.4154416 ], [ 120.3129943, 30.4145484 ], [ 120.3129126, 30.4143558 ], [ 120.3128068, 30.4142165 ], [ 120.3126586, 30.4140865 ], [ 120.3124369, 30.4139645 ], [ 120.3114975, 30.4136071 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149428, 30.4150339 ], [ 120.31512, 30.4149907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.31512, 30.4149907 ], [ 120.3151892, 30.4151493 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3149502, 30.4152085 ], [ 120.3149428, 30.4150339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3151892, 30.4151493 ], [ 120.3149502, 30.4152085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "世纪大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3134824, 30.4153948 ], [ 120.3149428, 30.4150339 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.299868, 30.4141692 ], [ 120.3017106, 30.4150664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3016679, 30.4151789 ], [ 120.2997928, 30.4142793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017106, 30.4150664 ], [ 120.3017992, 30.4151083 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3016679, 30.4151789 ], [ 120.3017106, 30.4150664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017992, 30.4151083 ], [ 120.3017741, 30.4152264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017741, 30.4152264 ], [ 120.3016679, 30.4151789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2997928, 30.4142793 ], [ 120.2990705, 30.4153379 ], [ 120.2990087, 30.415627 ], [ 120.2989932, 30.4156994 ], [ 120.2988115, 30.4160509 ], [ 120.2986995, 30.4162027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986995, 30.4162027 ], [ 120.2988115, 30.4160509 ], [ 120.2989932, 30.4156994 ], [ 120.2990087, 30.415627 ], [ 120.2990705, 30.4153379 ], [ 120.2997928, 30.4142793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广和街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2976812, 30.414633 ], [ 120.2975713, 30.4150424 ], [ 120.2974404, 30.4155306 ], [ 120.2974251, 30.4155874 ], [ 120.2980021, 30.415866 ], [ 120.2986995, 30.4162027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广和街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986995, 30.4162027 ], [ 120.2980021, 30.415866 ], [ 120.2974251, 30.4155874 ], [ 120.2974404, 30.4155306 ], [ 120.2975713, 30.4150424 ], [ 120.2976812, 30.414633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939892, 30.4183256 ], [ 120.2943176, 30.41785 ], [ 120.2948103, 30.4172467 ], [ 120.2955837, 30.4161633 ], [ 120.2956887, 30.416043 ], [ 120.2966658, 30.414744 ], [ 120.2977356, 30.4133153 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2978638, 30.4133754 ], [ 120.2971335, 30.414337 ], [ 120.2964885, 30.4151913 ], [ 120.2958015, 30.4161362 ], [ 120.2957216, 30.4162585 ], [ 120.2949273, 30.4173065 ], [ 120.2941349, 30.4184305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "车站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2921687, 30.4176676 ], [ 120.2925279, 30.4169444 ], [ 120.2916328, 30.4144789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "车站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916328, 30.4144789 ], [ 120.2925279, 30.4169444 ], [ 120.2921687, 30.4176676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "车站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2921208, 30.4177641 ], [ 120.2921687, 30.4176676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "车站路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2921687, 30.4176676 ], [ 120.2921208, 30.4177641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2921687, 30.4176676 ], [ 120.292297, 30.4177156 ], [ 120.2931914, 30.4180576 ], [ 120.2933267, 30.418103 ], [ 120.2939892, 30.4183256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938659, 30.4184373 ], [ 120.2925455, 30.4179537 ], [ 120.292252, 30.4178462 ], [ 120.2921208, 30.4177641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2939892, 30.4183256 ], [ 120.2941349, 30.4184305 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2938659, 30.4184373 ], [ 120.2939892, 30.4183256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017992, 30.4151083 ], [ 120.3026204, 30.4154971 ], [ 120.302888, 30.4156238 ], [ 120.3033437, 30.4158436 ], [ 120.3037383, 30.4160339 ], [ 120.3048864, 30.4165877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048443, 30.4166803 ], [ 120.3041612, 30.4163613 ], [ 120.3035749, 30.4160805 ], [ 120.3033324, 30.4159644 ], [ 120.3028759, 30.4157457 ], [ 120.3020456, 30.4153481 ], [ 120.3017741, 30.4152264 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3009136, 30.4171988 ], [ 120.301063, 30.4167882 ], [ 120.3012256, 30.4163555 ], [ 120.3016679, 30.4151789 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3017741, 30.4152264 ], [ 120.3015182, 30.4159052 ], [ 120.3010129, 30.4172458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986995, 30.4162027 ], [ 120.2983103, 30.4167301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新城路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983103, 30.4167301 ], [ 120.2986995, 30.4162027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广和街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3009136, 30.4171988 ], [ 120.2986995, 30.4162027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广和街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2986995, 30.4162027 ], [ 120.3009136, 30.4171988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广和街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3010129, 30.4172458 ], [ 120.3009136, 30.4171988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广和街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3009136, 30.4171988 ], [ 120.3010129, 30.4172458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3133333, 30.4155958 ], [ 120.3137871, 30.416997 ], [ 120.3138087, 30.4174009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048864, 30.4165877 ], [ 120.305006, 30.4166447 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3048443, 30.4166803 ], [ 120.3048864, 30.4165877 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.305006, 30.4166447 ], [ 120.3049639, 30.4167362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049639, 30.4167362 ], [ 120.3048443, 30.4166803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3151892, 30.4151493 ], [ 120.3153625, 30.4156147 ], [ 120.3155648, 30.41632 ], [ 120.3157703, 30.4170108 ], [ 120.3158634, 30.4174463 ], [ 120.315991, 30.4180596 ], [ 120.316149, 30.4188682 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "临东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3158649, 30.4188549 ], [ 120.3156925, 30.4179117 ], [ 120.3154407, 30.4168586 ], [ 120.3152224, 30.4160715 ], [ 120.3149502, 30.4152085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.305006, 30.4166447 ], [ 120.3072799, 30.4177165 ], [ 120.3091804, 30.4186123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3049639, 30.4167362 ], [ 120.3044708, 30.417809 ], [ 120.3044221, 30.417915 ], [ 120.3041036, 30.4186157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091172, 30.4187307 ], [ 120.3081115, 30.418241 ], [ 120.3073959, 30.4178959 ], [ 120.3066277, 30.4175254 ], [ 120.3065635, 30.417494 ], [ 120.3060772, 30.4172561 ], [ 120.3059344, 30.4171894 ], [ 120.3049639, 30.4167362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2781573, 30.4123652 ], [ 120.2783297, 30.4120721 ], [ 120.2785278, 30.411662 ], [ 120.2788326, 30.4111673 ], [ 120.2791062, 30.4109211 ], [ 120.2794491, 30.4106648 ], [ 120.2799138, 30.4103267 ], [ 120.2804667, 30.4099907 ], [ 120.2810903, 30.4096912 ], [ 120.2815262, 30.4094463 ], [ 120.2818894, 30.4092014 ], [ 120.2823765, 30.4088876 ], [ 120.2829489, 30.4083588 ], [ 120.283527, 30.4077688 ], [ 120.2842601, 30.4069345 ], [ 120.2844414, 30.4067189 ], [ 120.285746, 30.4052037 ], [ 120.2863035, 30.4045778 ], [ 120.286957, 30.4038443 ], [ 120.2871433, 30.4037111 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871433, 30.4037111 ], [ 120.2870787, 30.4039059 ], [ 120.2864086, 30.4046412 ], [ 120.2858443, 30.4052604 ], [ 120.2852225, 30.4059427 ], [ 120.2834975, 30.4079322 ], [ 120.2829769, 30.408423 ], [ 120.2824561, 30.4089077 ], [ 120.2819657, 30.4093014 ], [ 120.2816118, 30.4095395 ], [ 120.2811304, 30.4097532 ], [ 120.28055, 30.4100401 ], [ 120.2799837, 30.4103698 ], [ 120.2793608, 30.4108276 ], [ 120.2789432, 30.4111817 ], [ 120.2786105, 30.4117372 ], [ 120.2784659, 30.412135 ], [ 120.2784062, 30.412423 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.280845, 30.4099705 ], [ 120.2811018, 30.4100921 ], [ 120.2814938, 30.4103857 ], [ 120.2821266, 30.4109665 ], [ 120.2826568, 30.411453 ], [ 120.2830141, 30.4117808 ], [ 120.2831491, 30.4119047 ], [ 120.2846912, 30.4132156 ], [ 120.2869162, 30.414707 ], [ 120.2905195, 30.4169838 ], [ 120.2909588, 30.4172243 ], [ 120.2919233, 30.4175758 ], [ 120.2921687, 30.4176676 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2921208, 30.4177641 ], [ 120.2918805, 30.4176558 ], [ 120.2909254, 30.4172755 ], [ 120.2904881, 30.4170401 ], [ 120.2868756, 30.4147537 ], [ 120.2846465, 30.4132596 ], [ 120.2831013, 30.4119461 ], [ 120.2829734, 30.4118294 ], [ 120.2826151, 30.4115024 ], [ 120.2814305, 30.4104213 ], [ 120.2810424, 30.4101342 ], [ 120.280732, 30.4100169 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "迎宾路隧道", "迎宾路", "荷禹路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821785, 30.4323132 ], [ 120.2826392, 30.4315474 ], [ 120.2832463, 30.4303746 ], [ 120.2835062, 30.4300254 ], [ 120.284037, 30.4293786 ], [ 120.2870658, 30.4260292 ], [ 120.2883313, 30.4248486 ], [ 120.2891925, 30.4239809 ], [ 120.289362, 30.4238347 ], [ 120.2895992, 30.4235916 ], [ 120.2900783, 30.4230815 ], [ 120.290314, 30.4228132 ], [ 120.2911413, 30.4217983 ], [ 120.2913257, 30.4215404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "迎宾路隧道", "迎宾路", "荷禹路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291449, 30.4216014 ], [ 120.291187, 30.4219134 ], [ 120.2906476, 30.4225788 ], [ 120.2905839, 30.4226571 ], [ 120.2903721, 30.4229171 ], [ 120.2898304, 30.423504 ], [ 120.2895758, 30.4237688 ], [ 120.2892829, 30.4240807 ], [ 120.28843, 30.4249295 ], [ 120.2871694, 30.4260952 ], [ 120.2841404, 30.4294166 ], [ 120.2835796, 30.4300489 ], [ 120.2833295, 30.4304092 ], [ 120.2828037, 30.4314257 ], [ 120.2826435, 30.4317378 ], [ 120.2823513, 30.4323518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "景星观路", "邱山隧道" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2842732, 30.4291862 ], [ 120.2846735, 30.4287192 ], [ 120.2851134, 30.4282627 ], [ 120.2864696, 30.4269636 ], [ 120.2879, 30.4258068 ], [ 120.2885699, 30.4254429 ], [ 120.2895732, 30.4248875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "邱山隧道", "景星观路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2896071, 30.4249354 ], [ 120.2885889, 30.4254938 ], [ 120.2879669, 30.4258552 ], [ 120.2865365, 30.427012 ], [ 120.2852427, 30.4282889 ], [ 120.2847983, 30.4287934 ], [ 120.2844106, 30.4292712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2801093, 30.427803 ], [ 120.2823633, 30.4284142 ], [ 120.2828908, 30.4286056 ], [ 120.2840334, 30.4290681 ], [ 120.2842732, 30.4291862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841791, 30.429296 ], [ 120.283806, 30.4290907 ], [ 120.2832563, 30.4288502 ], [ 120.2827682, 30.4286719 ], [ 120.2823526, 30.4285437 ], [ 120.2813155, 30.4282421 ], [ 120.2800852, 30.4278948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039296, 30.4186319 ], [ 120.3042989, 30.4178813 ], [ 120.3048443, 30.4166803 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广和街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3010129, 30.4172458 ], [ 120.3031184, 30.4182443 ], [ 120.3031234, 30.4182467 ], [ 120.3034388, 30.4183974 ], [ 120.3039296, 30.4186319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "广和街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3039296, 30.4186319 ], [ 120.3034388, 30.4183974 ], [ 120.3031234, 30.4182467 ], [ 120.3031184, 30.4182443 ], [ 120.3010129, 30.4172458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3041036, 30.4186157 ], [ 120.3041044, 30.4187126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998305, 30.4203127 ], [ 120.2998467, 30.4202325 ], [ 120.3000301, 30.4197367 ], [ 120.3009136, 30.4171988 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3010129, 30.4172458 ], [ 120.3005236, 30.4186047 ], [ 120.3000113, 30.4200757 ], [ 120.2999154, 30.4203426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967084, 30.4193124 ], [ 120.2966594, 30.4193588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967084, 30.4193124 ], [ 120.297075, 30.4194311 ], [ 120.2987466, 30.4199726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987207, 30.4200259 ], [ 120.2966594, 30.4193588 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3026547, 30.4208278 ], [ 120.3031344, 30.4198391 ], [ 120.3034596, 30.4192019 ], [ 120.3036695, 30.4187906 ], [ 120.3037158, 30.4186998 ], [ 120.3039296, 30.4186319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568615, 30.4109329 ], [ 120.2574324, 30.4095889 ], [ 120.2575891, 30.4089864 ], [ 120.2577002, 30.4084441 ], [ 120.2581024, 30.4076675 ], [ 120.2583849, 30.407122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2614079, 30.4142514 ], [ 120.2622666, 30.412489 ], [ 120.2604875, 30.4120084 ], [ 120.2603956, 30.4119811 ], [ 120.2568615, 30.4109329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568615, 30.4109329 ], [ 120.2603956, 30.4119811 ], [ 120.2604875, 30.4120084 ], [ 120.2622666, 30.412489 ], [ 120.2614079, 30.4142514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561271, 30.4128156 ], [ 120.2577974, 30.4131782 ], [ 120.259539, 30.4135563 ], [ 120.2601925, 30.4137207 ], [ 120.2606976, 30.4138852 ], [ 120.2613016, 30.4141846 ], [ 120.2614079, 30.4142514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624471, 30.4152199 ], [ 120.2622003, 30.4150044 ], [ 120.2615619, 30.4145175 ], [ 120.2613793, 30.4143905 ], [ 120.2611881, 30.4142574 ], [ 120.2606279, 30.4140009 ], [ 120.2601378, 30.4138323 ], [ 120.2597399, 30.4137367 ], [ 120.2594894, 30.4136765 ], [ 120.2580825, 30.4133719 ], [ 120.2560854, 30.4129395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2614079, 30.4142514 ], [ 120.2616692, 30.4144157 ], [ 120.2622789, 30.4149047 ], [ 120.2625577, 30.4151089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2624471, 30.4152199 ], [ 120.2625577, 30.4151089 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625577, 30.4151089 ], [ 120.2627588, 30.4152865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2626256, 30.4154455 ], [ 120.2624471, 30.4152199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2627588, 30.4152865 ], [ 120.2626256, 30.4154455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2522746, 30.4105237 ], [ 120.2521497, 30.4105512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2521497, 30.4105512 ], [ 120.2522746, 30.4105237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2522746, 30.4105237 ], [ 120.2547938, 30.4106231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547938, 30.4106231 ], [ 120.2522746, 30.4105237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547938, 30.4106231 ], [ 120.2568615, 30.4109329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "博旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568615, 30.4109329 ], [ 120.2547938, 30.4106231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2522746, 30.4105237 ], [ 120.2519165, 30.4119168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2518093, 30.4118937 ], [ 120.2521497, 30.4105512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547938, 30.4106231 ], [ 120.2542792, 30.4124257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星星路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542792, 30.4124257 ], [ 120.2547938, 30.4106231 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561271, 30.4128156 ], [ 120.2568615, 30.4109329 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2568615, 30.4109329 ], [ 120.2561271, 30.4128156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2518093, 30.4118937 ], [ 120.2519165, 30.4119168 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2517829, 30.4120294 ], [ 120.2518093, 30.4118937 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星桥北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2519165, 30.4119168 ], [ 120.2518708, 30.4120481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2518708, 30.4120481 ], [ 120.2517829, 30.4120294 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2519165, 30.4119168 ], [ 120.2527197, 30.4120898 ], [ 120.2542792, 30.4124257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560854, 30.4129395 ], [ 120.2556858, 30.412853 ], [ 120.2543155, 30.4125687 ], [ 120.2526171, 30.412207 ], [ 120.2518708, 30.4120481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2542792, 30.4124257 ], [ 120.2557195, 30.4127271 ], [ 120.2561271, 30.4128156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2561271, 30.4128156 ], [ 120.2560854, 30.4129395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691168, 30.4071499 ], [ 120.2690881, 30.4073135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2677628, 30.4104101 ], [ 120.2685466, 30.409754 ], [ 120.2688899, 30.4094368 ], [ 120.2693361, 30.4090245 ], [ 120.270167, 30.4082 ], [ 120.2709887, 30.407329 ], [ 120.2713178, 30.4069801 ], [ 120.2715251, 30.4067604 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2584162, 30.407037 ], [ 120.2585148, 30.4070463 ], [ 120.2589294, 30.4070723 ], [ 120.2598849, 30.4070618 ], [ 120.2602209, 30.407089 ], [ 120.26062, 30.4071705 ], [ 120.2609981, 30.4072792 ], [ 120.2614286, 30.4074784 ], [ 120.2621742, 30.4078996 ], [ 120.2623528, 30.4079856 ], [ 120.2630669, 30.4082936 ], [ 120.2647418, 30.4090543 ], [ 120.2652674, 30.4092857 ], [ 120.2672622, 30.4101638 ], [ 120.2677628, 30.4104101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "方兴渡街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676628, 30.4104907 ], [ 120.2662961, 30.4098423 ], [ 120.2644793, 30.4090317 ], [ 120.2642624, 30.4089305 ], [ 120.2628883, 30.408289 ], [ 120.262022, 30.4078951 ], [ 120.2616174, 30.4076748 ], [ 120.2612816, 30.407492 ], [ 120.2609613, 30.4073652 ], [ 120.2605045, 30.4072294 ], [ 120.2601947, 30.4071796 ], [ 120.2599427, 30.4071569 ], [ 120.2596119, 30.4071433 ], [ 120.2589293, 30.4071569 ], [ 120.2588807, 30.4071542 ], [ 120.2585092, 30.407134 ], [ 120.2583849, 30.407122 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2676628, 30.4104907 ], [ 120.2677002, 30.4104625 ], [ 120.2677628, 30.4104101 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717479, 30.4068366 ], [ 120.2715445, 30.4070504 ], [ 120.2712137, 30.407398 ], [ 120.2703519, 30.4083037 ], [ 120.269518, 30.4091636 ], [ 120.2690174, 30.4096448 ], [ 120.2688875, 30.4097913 ], [ 120.2685755, 30.4100431 ], [ 120.2679141, 30.4105887 ], [ 120.2663637, 30.4116812 ], [ 120.2647005, 30.4131767 ], [ 120.264608, 30.413263 ], [ 120.2631288, 30.414845 ], [ 120.2627588, 30.4152865 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2625577, 30.4151089 ], [ 120.2643527, 30.4131284 ], [ 120.2644828, 30.4130117 ], [ 120.2653109, 30.41225 ], [ 120.2659329, 30.4117532 ], [ 120.2666239, 30.4112739 ], [ 120.2676628, 30.4104907 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648806, 30.418204 ], [ 120.264468, 30.4178576 ], [ 120.2640448, 30.417404 ], [ 120.2637747, 30.4170573 ], [ 120.2635672, 30.41677 ], [ 120.2634394, 30.4165768 ], [ 120.2631697, 30.4162277 ], [ 120.2628942, 30.415846 ], [ 120.2626256, 30.4154455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2627588, 30.4152865 ], [ 120.262852, 30.4155098 ], [ 120.2633201, 30.4162151 ], [ 120.2635172, 30.4165121 ], [ 120.2638525, 30.4169856 ], [ 120.2641073, 30.4172839 ], [ 120.2645713, 30.4177951 ], [ 120.2649683, 30.4181351 ], [ 120.2652196, 30.4183395 ], [ 120.2654859, 30.4185561 ], [ 120.2662906, 30.4191367 ], [ 120.2683827, 30.42058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683219, 30.4206623 ], [ 120.2678334, 30.4203227 ], [ 120.2658441, 30.4189398 ], [ 120.265258, 30.418526 ], [ 120.2648806, 30.418204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560854, 30.4129395 ], [ 120.2561271, 30.4128156 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559229, 30.4134806 ], [ 120.2560854, 30.4129395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南丁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2560854, 30.4129395 ], [ 120.2559229, 30.4134806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534287, 30.4201293 ], [ 120.2535002, 30.4201036 ], [ 120.2538057, 30.4199398 ], [ 120.2542759, 30.4197003 ], [ 120.2547613, 30.4194437 ], [ 120.2550722, 30.4192118 ], [ 120.2554456, 30.4189567 ], [ 120.2557329, 30.4186901 ], [ 120.2558458, 30.4185874 ], [ 120.2559597, 30.4185596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559597, 30.4185596 ], [ 120.2559391, 30.4186746 ], [ 120.2553628, 30.4191706 ], [ 120.2548233, 30.4195935 ], [ 120.2544183, 30.4197752 ], [ 120.2540647, 30.419966 ], [ 120.2537261, 30.4201438 ], [ 120.2535407, 30.4202356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533097, 30.4201699 ], [ 120.2534287, 30.4201293 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534287, 30.4201293 ], [ 120.2535407, 30.4202356 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533799, 30.4202903 ], [ 120.2533097, 30.4201699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533799, 30.4202903 ], [ 120.2532909, 30.4203205 ], [ 120.2532252, 30.4202025 ], [ 120.2533097, 30.4201699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535407, 30.4202356 ], [ 120.2533799, 30.4202903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2592099, 30.4187124 ], [ 120.2594019, 30.4185373 ], [ 120.2609662, 30.4169457 ], [ 120.2613704, 30.4163965 ], [ 120.2622224, 30.4154902 ], [ 120.2624471, 30.4152199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2626256, 30.4154455 ], [ 120.2615426, 30.4166225 ], [ 120.2606889, 30.4175713 ], [ 120.2596731, 30.4186504 ], [ 120.259462, 30.4188736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星辰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559597, 30.4185596 ], [ 120.2564259, 30.4180384 ], [ 120.256678, 30.4176785 ], [ 120.2572688, 30.4168184 ], [ 120.2579915, 30.4171773 ], [ 120.2593651, 30.4178594 ], [ 120.2594149, 30.4179362 ], [ 120.2593718, 30.4180296 ], [ 120.2589233, 30.4184866 ], [ 120.2592099, 30.4187124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星辰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2592099, 30.4187124 ], [ 120.2589233, 30.4184866 ], [ 120.2593718, 30.4180296 ], [ 120.2594149, 30.4179362 ], [ 120.2593651, 30.4178594 ], [ 120.2579915, 30.4171773 ], [ 120.2572688, 30.4168184 ], [ 120.256678, 30.4176785 ], [ 120.2564259, 30.4180384 ], [ 120.2559597, 30.4185596 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星辰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2592099, 30.4187124 ], [ 120.259462, 30.4188736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星辰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.259462, 30.4188736 ], [ 120.2592099, 30.4187124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星辰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631438, 30.4207656 ], [ 120.2628605, 30.42062 ], [ 120.2611629, 30.4197476 ], [ 120.2607144, 30.4195171 ], [ 120.259462, 30.4188736 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星辰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.259462, 30.4188736 ], [ 120.2607144, 30.4195171 ], [ 120.2611629, 30.4197476 ], [ 120.2628605, 30.42062 ], [ 120.2631438, 30.4207656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2556634, 30.4219559 ], [ 120.2569552, 30.4207843 ], [ 120.2575988, 30.4201814 ], [ 120.2592099, 30.4187124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.259462, 30.4188736 ], [ 120.2592062, 30.4191439 ], [ 120.258475, 30.4198287 ], [ 120.2570677, 30.4210719 ], [ 120.2557565, 30.4221917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535407, 30.4202356 ], [ 120.2536495, 30.4203861 ], [ 120.2556634, 30.4219559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255559, 30.4220506 ], [ 120.2534347, 30.4203565 ], [ 120.2533799, 30.4202903 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255559, 30.4220506 ], [ 120.2556634, 30.4219559 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557565, 30.4221917 ], [ 120.255559, 30.4220506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.255559, 30.4220506 ], [ 120.2557565, 30.4221917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252809, 30.424601 ], [ 120.2541854, 30.4232454 ], [ 120.255559, 30.4220506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557565, 30.4221917 ], [ 120.2545941, 30.4232932 ], [ 120.2544274, 30.4234593 ], [ 120.2529899, 30.4247129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.252809, 30.424601 ], [ 120.2529899, 30.4247129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2505956, 30.4275559 ], [ 120.2508684, 30.4269748 ], [ 120.2512895, 30.4262454 ], [ 120.2515816, 30.4258774 ], [ 120.2522089, 30.4251731 ], [ 120.252572, 30.4248223 ], [ 120.252809, 30.424601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2529899, 30.4247129 ], [ 120.2534765, 30.4248619 ], [ 120.2553952, 30.4258407 ], [ 120.2562951, 30.4263287 ], [ 120.2566298, 30.4265103 ], [ 120.2571688, 30.4267857 ], [ 120.2585701, 30.427506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607249, 30.4244186 ], [ 120.2619961, 30.4224988 ], [ 120.2631438, 30.4207656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2631438, 30.4207656 ], [ 120.2619961, 30.4224988 ], [ 120.2607249, 30.4244186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607249, 30.4244186 ], [ 120.2598909, 30.4240493 ], [ 120.2596495, 30.4239429 ], [ 120.2594109, 30.4238295 ], [ 120.2593219, 30.4237872 ], [ 120.2585464, 30.4234339 ], [ 120.257697, 30.4230469 ], [ 120.2573694, 30.4229025 ], [ 120.2572479, 30.422849 ], [ 120.2569967, 30.4227383 ], [ 120.2568004, 30.4226518 ], [ 120.2560593, 30.4223251 ], [ 120.2557565, 30.4221917 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557565, 30.4221917 ], [ 120.2560593, 30.4223251 ], [ 120.2568004, 30.4226518 ], [ 120.2569967, 30.4227383 ], [ 120.2572479, 30.422849 ], [ 120.2573694, 30.4229025 ], [ 120.257697, 30.4230469 ], [ 120.2585464, 30.4234339 ], [ 120.2593219, 30.4237872 ], [ 120.2594109, 30.4238295 ], [ 120.2596495, 30.4239429 ], [ 120.2598909, 30.4240493 ], [ 120.2607249, 30.4244186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607249, 30.4244186 ], [ 120.2620864, 30.425116 ], [ 120.2629683, 30.4255677 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629683, 30.4255677 ], [ 120.2620864, 30.425116 ], [ 120.2607249, 30.4244186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585701, 30.427506 ], [ 120.2590272, 30.4267947 ], [ 120.2592605, 30.4264732 ], [ 120.2607249, 30.4244186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607249, 30.4244186 ], [ 120.2592605, 30.4264732 ], [ 120.2590272, 30.4267947 ], [ 120.2585701, 30.427506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.258492, 30.4276183 ], [ 120.2585701, 30.427506 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585701, 30.427506 ], [ 120.258492, 30.4276183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2681085, 30.4281582 ], [ 120.2667438, 30.4274785 ], [ 120.2663012, 30.427258 ], [ 120.2661477, 30.4271816 ], [ 120.2652374, 30.4267281 ], [ 120.2651133, 30.4266663 ], [ 120.2645177, 30.4263613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2645177, 30.4263613 ], [ 120.2651133, 30.4266663 ], [ 120.2652374, 30.4267281 ], [ 120.2661477, 30.4271816 ], [ 120.2663012, 30.427258 ], [ 120.2667438, 30.4274785 ], [ 120.2681085, 30.4281582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2681085, 30.4281582 ], [ 120.2683459, 30.4282613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683459, 30.4282613 ], [ 120.2681085, 30.4281582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2660725, 30.4313327 ], [ 120.2681085, 30.4281582 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683459, 30.4282613 ], [ 120.2662831, 30.4314361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2660725, 30.4313327 ], [ 120.2662831, 30.4314361 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2659959, 30.431449 ], [ 120.2660725, 30.4313327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662831, 30.4314361 ], [ 120.2662067, 30.4315436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662067, 30.4315436 ], [ 120.2659959, 30.431449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.258492, 30.4276183 ], [ 120.2570895, 30.4268886 ], [ 120.2553187, 30.4259712 ], [ 120.2533931, 30.424979 ], [ 120.2529899, 30.4247129 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "望梅路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2529899, 30.4247129 ], [ 120.2528846, 30.4247979 ], [ 120.2526613, 30.4249783 ], [ 120.2522597, 30.4253744 ], [ 120.2517158, 30.4259546 ], [ 120.2513251, 30.426494 ], [ 120.2510725, 30.4270214 ], [ 120.2507747, 30.4276808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2507747, 30.4276808 ], [ 120.2537839, 30.4297788 ], [ 120.2559537, 30.431275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557597, 30.4313926 ], [ 120.2544731, 30.430508 ], [ 120.2530821, 30.4295531 ], [ 120.2506955, 30.4279717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557597, 30.4313926 ], [ 120.2559537, 30.431275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559537, 30.431275 ], [ 120.2558694, 30.4314656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558694, 30.4314656 ], [ 120.2557597, 30.4313926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532693, 30.4353595 ], [ 120.2545828, 30.4332703 ], [ 120.2547182, 30.4330529 ], [ 120.2557597, 30.4313926 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2558694, 30.4314656 ], [ 120.2548362, 30.4331142 ], [ 120.2547021, 30.4333293 ], [ 120.2533905, 30.4354181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532693, 30.4353595 ], [ 120.2533905, 30.4354181 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091804, 30.4186123 ], [ 120.3091172, 30.4187307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091172, 30.4187307 ], [ 120.3091804, 30.4186123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3138087, 30.4174009 ], [ 120.3137969, 30.4176472 ], [ 120.3126254, 30.4202488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126254, 30.4202488 ], [ 120.3137969, 30.4176472 ], [ 120.3138087, 30.4174009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3066229, 30.419853 ], [ 120.3057143, 30.4191595 ], [ 120.3041044, 30.4187126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3041044, 30.4187126 ], [ 120.3057143, 30.4191595 ], [ 120.3066229, 30.419853 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091804, 30.4186123 ], [ 120.3106057, 30.4192908 ], [ 120.3110603, 30.4195073 ], [ 120.3113846, 30.4196609 ], [ 120.3126254, 30.4202488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312589, 30.4203652 ], [ 120.3119294, 30.4200602 ], [ 120.3105913, 30.4194416 ], [ 120.3103078, 30.4193106 ], [ 120.3091172, 30.4187307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312589, 30.4203652 ], [ 120.3126254, 30.4202488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126254, 30.4202488 ], [ 120.312589, 30.4203652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2941349, 30.4184305 ], [ 120.2940727, 30.4184813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2940727, 30.4184813 ], [ 120.2938659, 30.4184373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2941349, 30.4184305 ], [ 120.2957154, 30.4189941 ], [ 120.2959231, 30.4190606 ], [ 120.2965564, 30.4192633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2940727, 30.4184813 ], [ 120.2937292, 30.4188989 ], [ 120.2936224, 30.4190215 ], [ 120.2934998, 30.4191515 ], [ 120.293435, 30.4192313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965133, 30.4193108 ], [ 120.2957245, 30.4190451 ], [ 120.2940727, 30.4184813 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965133, 30.4193108 ], [ 120.2965564, 30.4192633 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2965564, 30.4192633 ], [ 120.2965988, 30.4192769 ], [ 120.2967084, 30.4193124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966594, 30.4193588 ], [ 120.2965619, 30.4193272 ], [ 120.2965133, 30.4193108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.293435, 30.4192313 ], [ 120.2937803, 30.4193888 ], [ 120.2942663, 30.4196842 ], [ 120.2943325, 30.4197196 ], [ 120.2956365, 30.420514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2956365, 30.420514 ], [ 120.2957727, 30.4203204 ], [ 120.2965133, 30.4193108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3041044, 30.4187126 ], [ 120.3041061, 30.4189206 ], [ 120.3039256, 30.4193096 ], [ 120.3039087, 30.4193459 ], [ 120.3030694, 30.4211538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987207, 30.4200259 ], [ 120.2987466, 30.4199726 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2987466, 30.4199726 ], [ 120.2998305, 30.4203127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998385, 30.4203995 ], [ 120.2987207, 30.4200259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998305, 30.4203127 ], [ 120.2999154, 30.4203426 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998385, 30.4203995 ], [ 120.2998305, 30.4203127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2999154, 30.4203426 ], [ 120.2998385, 30.4203995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3016033, 30.4228941 ], [ 120.3016875, 30.4228054 ], [ 120.3017459, 30.4227593 ], [ 120.30182, 30.4227112 ], [ 120.3019401, 30.4226403 ], [ 120.3020199, 30.4225769 ], [ 120.3021236, 30.4224377 ], [ 120.3026636, 30.4212385 ], [ 120.3038647, 30.4188109 ], [ 120.3039296, 30.4186319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2980283, 30.4216765 ], [ 120.2980303, 30.4216719 ], [ 120.2981513, 30.4213833 ], [ 120.2987207, 30.4200259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3041036, 30.4186157 ], [ 120.3039437, 30.4188323 ], [ 120.3028037, 30.4210811 ], [ 120.3021883, 30.4224583 ], [ 120.3021453, 30.4225812 ], [ 120.3021482, 30.4226729 ], [ 120.3021801, 30.4227892 ], [ 120.3022549, 30.4228804 ], [ 120.3022872, 30.4229752 ], [ 120.3022626, 30.4231399 ], [ 120.3021933, 30.4232343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966594, 30.4193588 ], [ 120.2959044, 30.4204185 ], [ 120.2957717, 30.4205954 ], [ 120.2957687, 30.4205996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2913257, 30.4215404 ], [ 120.2914709, 30.4213373 ], [ 120.2926216, 30.4199181 ], [ 120.2932124, 30.4191943 ], [ 120.2933264, 30.419064 ], [ 120.293456, 30.4189092 ], [ 120.2938659, 30.4184373 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.293435, 30.4192313 ], [ 120.2923706, 30.4205044 ], [ 120.291449, 30.4216014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2956365, 30.420514 ], [ 120.2957687, 30.4205996 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "府前路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957687, 30.4205996 ], [ 120.2953693, 30.4210865 ], [ 120.2953739, 30.4212261 ], [ 120.2952618, 30.4214181 ], [ 120.2948882, 30.4212718 ], [ 120.2950081, 30.4210248 ], [ 120.2952572, 30.4209765 ], [ 120.2956365, 30.420514 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291449, 30.4216014 ], [ 120.2913257, 30.4215404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2913257, 30.4215404 ], [ 120.291449, 30.4216014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291449, 30.4216014 ], [ 120.2915843, 30.4217385 ], [ 120.2921314, 30.4227466 ], [ 120.2922338, 30.4228574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922338, 30.4228574 ], [ 120.2921314, 30.4227466 ], [ 120.2915843, 30.4217385 ], [ 120.291449, 30.4216014 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2889683, 30.4240337 ], [ 120.2892317, 30.4238264 ], [ 120.2894735, 30.4236139 ], [ 120.2899989, 30.4230506 ], [ 120.2903855, 30.4226136 ], [ 120.2908015, 30.4221021 ], [ 120.291088, 30.4217475 ], [ 120.2913257, 30.4215404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "迎宾路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291449, 30.4216014 ], [ 120.2913421, 30.4218214 ], [ 120.2907952, 30.42254 ], [ 120.2905359, 30.4228444 ], [ 120.2904755, 30.4229152 ], [ 120.290159, 30.4232866 ], [ 120.2896167, 30.423887 ], [ 120.2893379, 30.4241793 ], [ 120.2891727, 30.4243222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932941, 30.4247302 ], [ 120.29295, 30.4241302 ], [ 120.2925609, 30.4233818 ], [ 120.2922338, 30.4228574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922338, 30.4228574 ], [ 120.2925609, 30.4233818 ], [ 120.29295, 30.4241302 ], [ 120.2932941, 30.4247302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景星观路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2895732, 30.4248875 ], [ 120.2899256, 30.4247118 ], [ 120.290791, 30.4240706 ], [ 120.2911103, 30.4238087 ], [ 120.2917847, 30.4232359 ], [ 120.2922338, 30.4228574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景星观路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922338, 30.4228574 ], [ 120.2918037, 30.4232869 ], [ 120.2911293, 30.4238596 ], [ 120.29081, 30.4241215 ], [ 120.2899445, 30.4247627 ], [ 120.2896071, 30.4249354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2889683, 30.4240337 ], [ 120.2890636, 30.4241713 ], [ 120.2891727, 30.4243222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2891727, 30.4243222 ], [ 120.2890636, 30.4241713 ], [ 120.2889683, 30.4240337 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2891727, 30.4243222 ], [ 120.2895732, 30.4248875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2895732, 30.4248875 ], [ 120.2891727, 30.4243222 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2896071, 30.4249354 ], [ 120.2895732, 30.4248875 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2957687, 30.4205996 ], [ 120.2967852, 30.4212076 ], [ 120.296935, 30.421268 ], [ 120.2976071, 30.4215388 ], [ 120.2980283, 30.4216765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992231, 30.422067 ], [ 120.2992248, 30.4220623 ], [ 120.2993292, 30.4217745 ], [ 120.2998385, 30.4203995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998385, 30.4203995 ], [ 120.2993292, 30.4217745 ], [ 120.2992248, 30.4220623 ], [ 120.2992231, 30.422067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "西大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2980283, 30.4216765 ], [ 120.2992231, 30.422067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3016033, 30.4228941 ], [ 120.3014437, 30.4228386 ], [ 120.3006297, 30.4225558 ], [ 120.2992231, 30.422067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992231, 30.422067 ], [ 120.3006297, 30.4225558 ], [ 120.3014437, 30.4228386 ], [ 120.3016033, 30.4228941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2999154, 30.4203426 ], [ 120.3021559, 30.4211307 ], [ 120.3024311, 30.421238 ], [ 120.3025787, 30.4213155 ], [ 120.302858, 30.4214623 ], [ 120.3038052, 30.4223072 ], [ 120.3064062, 30.4246445 ], [ 120.3064119, 30.4246704 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3064119, 30.4246704 ], [ 120.3063775, 30.4246641 ], [ 120.3046143, 30.4230925 ], [ 120.303843, 30.4224093 ], [ 120.303797, 30.4223686 ], [ 120.3028295, 30.4215114 ], [ 120.302555, 30.4213675 ], [ 120.3024149, 30.421294 ], [ 120.3021127, 30.4211807 ], [ 120.2998385, 30.4203995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968646, 30.4287161 ], [ 120.2976971, 30.4269023 ], [ 120.2982425, 30.4257608 ], [ 120.2983037, 30.4255206 ], [ 120.2985262, 30.424608 ], [ 120.2985713, 30.4244347 ], [ 120.2988124, 30.4235093 ], [ 120.2988413, 30.4233984 ], [ 120.2989237, 30.4230669 ], [ 120.299059, 30.4225222 ], [ 120.2991411, 30.4222946 ], [ 120.2992231, 30.422067 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "南大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992231, 30.422067 ], [ 120.2991411, 30.4222946 ], [ 120.299059, 30.4225222 ], [ 120.2989237, 30.4230669 ], [ 120.2988413, 30.4233984 ], [ 120.2988124, 30.4235093 ], [ 120.2985713, 30.4244347 ], [ 120.2985262, 30.424608 ], [ 120.2983037, 30.4255206 ], [ 120.2982425, 30.4257608 ], [ 120.2976971, 30.4269023 ], [ 120.2968646, 30.4287161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3126254, 30.4202488 ], [ 120.3141483, 30.4209682 ], [ 120.3157221, 30.4217116 ], [ 120.3160561, 30.4218739 ], [ 120.316172, 30.4219241 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "人民大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3161807, 30.4220226 ], [ 120.3158663, 30.4218795 ], [ 120.3154979, 30.4217094 ], [ 120.3148288, 30.4214006 ], [ 120.3145449, 30.4212695 ], [ 120.3143229, 30.4211669 ], [ 120.3138376, 30.4209425 ], [ 120.312589, 30.4203652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091172, 30.4187307 ], [ 120.308685, 30.4196252 ], [ 120.3084196, 30.4201675 ], [ 120.3082887, 30.4204476 ], [ 120.3077589, 30.4215812 ], [ 120.3076395, 30.4218683 ], [ 120.3075054, 30.4221504 ], [ 120.3074486, 30.4222681 ], [ 120.3072368, 30.4227216 ], [ 120.3070139, 30.4231991 ], [ 120.3065685, 30.4241773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "南兴路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3065685, 30.4241773 ], [ 120.3070139, 30.4231991 ], [ 120.3072368, 30.4227216 ], [ 120.3074486, 30.4222681 ], [ 120.3075054, 30.4221504 ], [ 120.3076395, 30.4218683 ], [ 120.3077589, 30.4215812 ], [ 120.3082887, 30.4204476 ], [ 120.3084196, 30.4201675 ], [ 120.308685, 30.4196252 ], [ 120.3091172, 30.4187307 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3021933, 30.4232343 ], [ 120.3023279, 30.4233233 ], [ 120.3024699, 30.4234172 ], [ 120.3027951, 30.423582 ], [ 120.3028732, 30.4236255 ], [ 120.3034104, 30.4239247 ], [ 120.304606, 30.4245906 ], [ 120.305149, 30.4248931 ], [ 120.3057344, 30.4252752 ], [ 120.3059758, 30.4254426 ], [ 120.3072509, 30.4263269 ], [ 120.3081309, 30.4269311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "东大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3081309, 30.4269311 ], [ 120.3072509, 30.4263269 ], [ 120.3059758, 30.4254426 ], [ 120.3057344, 30.4252752 ], [ 120.305149, 30.4248931 ], [ 120.304606, 30.4245906 ], [ 120.3034104, 30.4239247 ], [ 120.3028732, 30.4236255 ], [ 120.3027951, 30.423582 ], [ 120.3024699, 30.4234172 ], [ 120.3023279, 30.4233233 ], [ 120.3021933, 30.4232343 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "藕花洲大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3064119, 30.4246704 ], [ 120.3067649, 30.4249715 ], [ 120.3081146, 30.426216 ], [ 120.3081746, 30.4263234 ], [ 120.3081892, 30.4265039 ], [ 120.3081841, 30.4265763 ], [ 120.3081719, 30.4268529 ], [ 120.3081309, 30.4269311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3081867, 30.4336108 ], [ 120.3083346, 30.4326907 ], [ 120.3084319, 30.432082 ], [ 120.3084928, 30.4317014 ], [ 120.3084936, 30.4316965 ], [ 120.3085459, 30.4313996 ], [ 120.3085766, 30.4312254 ], [ 120.3087164, 30.4307893 ], [ 120.3098271, 30.4279076 ], [ 120.3101245, 30.4271743 ], [ 120.3103696, 30.4265922 ], [ 120.3105984, 30.4260225 ], [ 120.3110312, 30.4249766 ], [ 120.3114812, 30.4238249 ], [ 120.3117694, 30.4230661 ], [ 120.3119603, 30.4224612 ], [ 120.3121184, 30.4218885 ], [ 120.3121199, 30.4218837 ], [ 120.3122356, 30.4215051 ], [ 120.3123573, 30.4211071 ], [ 120.312589, 30.4203652 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰南路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.312589, 30.4203652 ], [ 120.3123573, 30.4211071 ], [ 120.3122356, 30.4215051 ], [ 120.3121199, 30.4218837 ], [ 120.3121184, 30.4218885 ], [ 120.3119603, 30.4224612 ], [ 120.3117694, 30.4230661 ], [ 120.3114812, 30.4238249 ], [ 120.3110312, 30.4249766 ], [ 120.3105984, 30.4260225 ], [ 120.3103696, 30.4265922 ], [ 120.3101245, 30.4271743 ], [ 120.3098271, 30.4279076 ], [ 120.3087164, 30.4307893 ], [ 120.3085766, 30.4312254 ], [ 120.3085459, 30.4313996 ], [ 120.3084936, 30.4316965 ], [ 120.3084928, 30.4317014 ], [ 120.3084319, 30.432082 ], [ 120.3083346, 30.4326907 ], [ 120.3081867, 30.4336108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "藕花洲大街东段" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3081309, 30.4269311 ], [ 120.3081352, 30.4269344 ], [ 120.3084868, 30.4271985 ], [ 120.3088825, 30.4274958 ], [ 120.3092096, 30.4277954 ], [ 120.3094213, 30.4279923 ], [ 120.3095668, 30.4281542 ], [ 120.3098524, 30.4284721 ], [ 120.3099042, 30.4285399 ], [ 120.3103893, 30.4291641 ], [ 120.3108422, 30.4297749 ], [ 120.31209, 30.4313319 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005057, 30.4303301 ], [ 120.300512, 30.4301289 ], [ 120.3006165, 30.4291678 ], [ 120.3007887, 30.4274138 ], [ 120.3008041, 30.42733 ], [ 120.3008395, 30.4271382 ], [ 120.3010794, 30.4257959 ], [ 120.3012099, 30.4250659 ], [ 120.3013125, 30.4247347 ], [ 120.3015999, 30.4238064 ], [ 120.3016474, 30.4235544 ], [ 120.3016454, 30.4233772 ], [ 120.3016161, 30.4232596 ], [ 120.3015832, 30.4231609 ], [ 120.3015656, 30.423056 ], [ 120.3015533, 30.4229923 ], [ 120.3016033, 30.4228941 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3021933, 30.4232343 ], [ 120.3020452, 30.42332 ], [ 120.30187, 30.4234689 ], [ 120.301752, 30.4236354 ], [ 120.30169, 30.4238217 ], [ 120.301456, 30.4246974 ], [ 120.3013523, 30.4250856 ], [ 120.3012354, 30.4257452 ], [ 120.3009849, 30.4271579 ], [ 120.3009614, 30.4273286 ], [ 120.3009453, 30.4274455 ], [ 120.3007623, 30.4291862 ], [ 120.3006603, 30.4301876 ], [ 120.3006576, 30.4303816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005057, 30.4303301 ], [ 120.3004685, 30.4303136 ], [ 120.3003807, 30.4302747 ], [ 120.2986525, 30.4295086 ], [ 120.2981287, 30.4292764 ], [ 120.2974983, 30.428997 ], [ 120.2968646, 30.4287161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968646, 30.4287161 ], [ 120.2974983, 30.428997 ], [ 120.2981287, 30.4292764 ], [ 120.2986525, 30.4295086 ], [ 120.3003807, 30.4302747 ], [ 120.3004685, 30.4303136 ], [ 120.3005057, 30.4303301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3005057, 30.4303301 ], [ 120.3006576, 30.4303816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3006576, 30.4303816 ], [ 120.3005057, 30.4303301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003125, 30.4326529 ], [ 120.3003221, 30.4324874 ], [ 120.3005001, 30.430511 ], [ 120.3005057, 30.4303301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3006576, 30.4303816 ], [ 120.300655, 30.4305622 ], [ 120.3004699, 30.4324933 ], [ 120.3004661, 30.4326851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3006576, 30.4303816 ], [ 120.3007662, 30.4304287 ], [ 120.3018513, 30.4308997 ], [ 120.3031255, 30.4314527 ], [ 120.303208, 30.4314877 ], [ 120.3034168, 30.4315762 ], [ 120.303688, 30.4316912 ], [ 120.3036932, 30.4316934 ], [ 120.3067916, 30.4330074 ], [ 120.3069712, 30.4331171 ], [ 120.3070086, 30.4332332 ], [ 120.3069858, 30.4334781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069858, 30.4334781 ], [ 120.3070086, 30.4332332 ], [ 120.3069712, 30.4331171 ], [ 120.3067916, 30.4330074 ], [ 120.3036932, 30.4316934 ], [ 120.303688, 30.4316912 ], [ 120.3034168, 30.4315762 ], [ 120.303208, 30.4314877 ], [ 120.3031255, 30.4314527 ], [ 120.3018513, 30.4308997 ], [ 120.3007662, 30.4304287 ], [ 120.3006576, 30.4303816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2895732, 30.4248875 ], [ 120.2896071, 30.4249354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932941, 30.4247302 ], [ 120.2928426, 30.4251867 ], [ 120.2922619, 30.4257738 ], [ 120.291949, 30.4261 ], [ 120.2915614, 30.4263899 ], [ 120.2908626, 30.4268991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "景山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908626, 30.4268991 ], [ 120.2915614, 30.4263899 ], [ 120.291949, 30.4261 ], [ 120.2922619, 30.4257738 ], [ 120.2928426, 30.4251867 ], [ 120.2932941, 30.4247302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2896071, 30.4249354 ], [ 120.2901901, 30.4258474 ], [ 120.290703, 30.4266495 ], [ 120.2908626, 30.4268991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908626, 30.4268991 ], [ 120.290703, 30.4266495 ], [ 120.2901901, 30.4258474 ], [ 120.2896071, 30.4249354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2968646, 30.4287161 ], [ 120.2967508, 30.4286657 ], [ 120.2960176, 30.4284334 ], [ 120.2958541, 30.4283314 ], [ 120.2955836, 30.4281625 ], [ 120.2951571, 30.4277883 ], [ 120.2947157, 30.4272851 ], [ 120.2944688, 30.4268786 ], [ 120.2944611, 30.4268659 ], [ 120.2941845, 30.4264077 ], [ 120.2938403, 30.4257302 ], [ 120.2935932, 30.4252649 ], [ 120.293556, 30.4251948 ], [ 120.2932941, 30.4247302 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "邱山大街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932941, 30.4247302 ], [ 120.293556, 30.4251948 ], [ 120.2935932, 30.4252649 ], [ 120.2938403, 30.4257302 ], [ 120.2941845, 30.4264077 ], [ 120.2944611, 30.4268659 ], [ 120.2944688, 30.4268786 ], [ 120.2947157, 30.4272851 ], [ 120.2951571, 30.4277883 ], [ 120.2955836, 30.4281625 ], [ 120.2958541, 30.4283314 ], [ 120.2960176, 30.4284334 ], [ 120.2967508, 30.4286657 ], [ 120.2968646, 30.4287161 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932555, 30.4322968 ], [ 120.2932383, 30.431502 ], [ 120.2932096, 30.4312827 ], [ 120.2930785, 30.4302384 ], [ 120.2926829, 30.4299676 ], [ 120.2922388, 30.4292601 ], [ 120.292098, 30.4290357 ], [ 120.2918184, 30.4285903 ], [ 120.2914862, 30.428061 ], [ 120.2909258, 30.4269979 ], [ 120.2908626, 30.4268991 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908626, 30.4268991 ], [ 120.2909258, 30.4269979 ], [ 120.2914862, 30.428061 ], [ 120.2918184, 30.4285903 ], [ 120.292098, 30.4290357 ], [ 120.2922388, 30.4292601 ], [ 120.2926829, 30.4299676 ], [ 120.2930785, 30.4302384 ], [ 120.2932096, 30.4312827 ], [ 120.2932383, 30.431502 ], [ 120.2932555, 30.4322968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2844106, 30.4292712 ], [ 120.2846231, 30.4293774 ], [ 120.2850316, 30.4296111 ], [ 120.2858573, 30.4300834 ], [ 120.2861855, 30.4302572 ], [ 120.2864581, 30.4303656 ], [ 120.2870616, 30.4305645 ], [ 120.2885248, 30.4310048 ], [ 120.2897325, 30.4313682 ], [ 120.2906585, 30.4316468 ], [ 120.292021, 30.432033 ], [ 120.2927721, 30.4321857 ], [ 120.2932555, 30.4322968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932513, 30.432388 ], [ 120.2927273, 30.4322881 ], [ 120.2920141, 30.4321259 ], [ 120.289699, 30.4314668 ], [ 120.2890983, 30.4312805 ], [ 120.2886377, 30.4311376 ], [ 120.2877491, 30.4308627 ], [ 120.2863108, 30.4304417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932513, 30.432388 ], [ 120.2932555, 30.4322968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "沿山路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932555, 30.4322968 ], [ 120.2932513, 30.432388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295155, 30.4326589 ], [ 120.2945692, 30.4325858 ], [ 120.2943024, 30.4325459 ], [ 120.2939647, 30.4324953 ], [ 120.2932513, 30.432388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922987, 30.4342868 ], [ 120.2930489, 30.4327709 ], [ 120.2932513, 30.432388 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932513, 30.432388 ], [ 120.2930489, 30.4327709 ], [ 120.2922987, 30.4342868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2889895, 30.4329629 ], [ 120.2907018, 30.4338542 ], [ 120.2911855, 30.4340352 ], [ 120.2913743, 30.4340779 ], [ 120.2922987, 30.4342868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922987, 30.4342868 ], [ 120.2913743, 30.4340779 ], [ 120.2911855, 30.4340352 ], [ 120.2907018, 30.4338542 ], [ 120.2889895, 30.4329629 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星火北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947229, 30.4346549 ], [ 120.2950531, 30.4330638 ], [ 120.295155, 30.4326589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "星火北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.295155, 30.4326589 ], [ 120.2950531, 30.4330638 ], [ 120.2947229, 30.4346549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758303, 30.4269588 ], [ 120.2753876, 30.4277681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2753876, 30.4277681 ], [ 120.2764195, 30.42816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764195, 30.42816 ], [ 120.2753876, 30.4277681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2753876, 30.4277681 ], [ 120.2749178, 30.4286269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749178, 30.4286269 ], [ 120.2753876, 30.4277681 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749178, 30.4286269 ], [ 120.2736565, 30.4281355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736565, 30.4281355 ], [ 120.2749178, 30.4286269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759588, 30.4290326 ], [ 120.2763363, 30.4283176 ], [ 120.2764195, 30.42816 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759588, 30.4290326 ], [ 120.2753486, 30.4287948 ], [ 120.2749575, 30.4286424 ], [ 120.2749178, 30.4286269 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749178, 30.4286269 ], [ 120.2749575, 30.4286424 ], [ 120.2753486, 30.4287948 ], [ 120.2759588, 30.4290326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2736565, 30.4281355 ], [ 120.2732837, 30.4287161 ], [ 120.2724306, 30.4299687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724306, 30.4299687 ], [ 120.2732837, 30.4287161 ], [ 120.2736565, 30.4281355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2760827, 30.4290754 ], [ 120.2759588, 30.4290326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2759588, 30.4290326 ], [ 120.2760827, 30.4290754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724306, 30.4299687 ], [ 120.2719239, 30.4297608 ], [ 120.2706319, 30.4292307 ], [ 120.2696518, 30.4288286 ], [ 120.2683459, 30.4282613 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2683459, 30.4282613 ], [ 120.2696518, 30.4288286 ], [ 120.2706319, 30.4292307 ], [ 120.2719239, 30.4297608 ], [ 120.2724306, 30.4299687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749487, 30.431009 ], [ 120.2759588, 30.4290326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2760827, 30.4290754 ], [ 120.2750756, 30.4310608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724306, 30.4299687 ], [ 120.2731927, 30.4302835 ], [ 120.2749487, 30.431009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749487, 30.431009 ], [ 120.2731927, 30.4302835 ], [ 120.2724306, 30.4299687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771875, 30.4269885 ], [ 120.2760827, 30.4290754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2790126, 30.4300878 ], [ 120.279668, 30.4287831 ], [ 120.2797891, 30.428542 ], [ 120.2799962, 30.4281296 ], [ 120.2800852, 30.4278948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800852, 30.4278948 ], [ 120.2799962, 30.4281296 ], [ 120.2797891, 30.428542 ], [ 120.279668, 30.4287831 ], [ 120.2790126, 30.4300878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2790126, 30.4300878 ], [ 120.2776967, 30.4296331 ], [ 120.277369, 30.4295199 ], [ 120.2760827, 30.4290754 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2760827, 30.4290754 ], [ 120.277369, 30.4295199 ], [ 120.2776967, 30.4296331 ], [ 120.2790126, 30.4300878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2790126, 30.4300878 ], [ 120.2821341, 30.4311434 ], [ 120.2826251, 30.4313094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "映荷街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826251, 30.4313094 ], [ 120.2821341, 30.4311434 ], [ 120.2790126, 30.4300878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2790126, 30.4300878 ], [ 120.2778358, 30.4322421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778358, 30.4322421 ], [ 120.2790126, 30.4300878 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778358, 30.4322421 ], [ 120.2771189, 30.4319218 ], [ 120.2764093, 30.4316048 ], [ 120.2757775, 30.4313471 ], [ 120.2750756, 30.4310608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2842732, 30.4291862 ], [ 120.2844106, 30.4292712 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841791, 30.429296 ], [ 120.2842732, 30.4291862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2844106, 30.4292712 ], [ 120.2843189, 30.4293842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2843189, 30.4293842 ], [ 120.2842491, 30.4293374 ], [ 120.2841791, 30.429296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863108, 30.4304417 ], [ 120.2861185, 30.430359 ], [ 120.2853326, 30.4299403 ], [ 120.2845426, 30.4295046 ], [ 120.2843189, 30.4293842 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2826251, 30.4313094 ], [ 120.2828562, 30.4308007 ], [ 120.2831194, 30.4303497 ], [ 120.2833431, 30.430003 ], [ 120.2836091, 30.4297208 ], [ 120.2841791, 30.429296 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2843189, 30.4293842 ], [ 120.2839668, 30.4298189 ], [ 120.283812, 30.4300217 ], [ 120.2836932, 30.430164 ], [ 120.2834899, 30.4303964 ], [ 120.2833451, 30.430674 ], [ 120.2830585, 30.4311875 ], [ 120.2828699, 30.4315226 ], [ 120.282708, 30.4318102 ], [ 120.2823513, 30.4323518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821785, 30.4323132 ], [ 120.2824184, 30.4317382 ], [ 120.282547, 30.4314714 ], [ 120.2826251, 30.4313094 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2863108, 30.4304417 ], [ 120.2852489, 30.4322074 ], [ 120.2849735, 30.4326744 ], [ 120.2848917, 30.4328263 ], [ 120.2847738, 30.433064 ], [ 120.2840136, 30.4347227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840136, 30.4347227 ], [ 120.2847738, 30.433064 ], [ 120.2848917, 30.4328263 ], [ 120.2849735, 30.4326744 ], [ 120.2852489, 30.4322074 ], [ 120.2863108, 30.4304417 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2749487, 30.431009 ], [ 120.2750756, 30.4310608 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750756, 30.4310608 ], [ 120.2749487, 30.431009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2724306, 30.4299687 ], [ 120.2703255, 30.4330289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2703255, 30.4330289 ], [ 120.2724306, 30.4299687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733022, 30.4341822 ], [ 120.2742186, 30.4324012 ], [ 120.2749487, 30.431009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750756, 30.4310608 ], [ 120.2734261, 30.4342313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2703255, 30.4330289 ], [ 120.2702553, 30.4331385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702553, 30.4331385 ], [ 120.2703255, 30.4330289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2703255, 30.4330289 ], [ 120.2723788, 30.4338244 ], [ 120.2733022, 30.4341822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2732283, 30.4342914 ], [ 120.2713443, 30.4335608 ], [ 120.2702553, 30.4331385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662831, 30.4314361 ], [ 120.2671547, 30.4317804 ], [ 120.2686173, 30.4323517 ], [ 120.2703255, 30.4330289 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702553, 30.4331385 ], [ 120.2689818, 30.4326405 ], [ 120.2677287, 30.4321452 ], [ 120.2662067, 30.4315436 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637069, 30.4348144 ], [ 120.2652727, 30.4325479 ], [ 120.2657153, 30.4318526 ], [ 120.2658172, 30.4317012 ], [ 120.2659959, 30.431449 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2662067, 30.4315436 ], [ 120.2660103, 30.4317995 ], [ 120.2659074, 30.4319505 ], [ 120.2646188, 30.4339061 ], [ 120.2640002, 30.4348954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2690084, 30.4350446 ], [ 120.2702553, 30.4331385 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "月荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2702553, 30.4331385 ], [ 120.2690084, 30.4350446 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2637069, 30.4348144 ], [ 120.2640002, 30.4348954 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2635845, 30.4350043 ], [ 120.2637069, 30.4348144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640002, 30.4348954 ], [ 120.2639095, 30.4351279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639095, 30.4351279 ], [ 120.2635845, 30.4350043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2750756, 30.4310608 ], [ 120.2757775, 30.4313471 ], [ 120.2764093, 30.4316048 ], [ 120.2771189, 30.4319218 ], [ 120.2778358, 30.4322421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814723, 30.4337073 ], [ 120.2806285, 30.4333843 ], [ 120.2797725, 30.4330567 ], [ 120.2785472, 30.4325413 ], [ 120.2778358, 30.4322421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778358, 30.4322421 ], [ 120.2785472, 30.4325413 ], [ 120.2797725, 30.4330567 ], [ 120.2806285, 30.4333843 ], [ 120.2814723, 30.4337073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816512, 30.4337751 ], [ 120.2814723, 30.4337073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814723, 30.4337073 ], [ 120.2816512, 30.4337751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763057, 30.4353336 ], [ 120.2769019, 30.4341291 ], [ 120.2778358, 30.4322421 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778358, 30.4322421 ], [ 120.2769019, 30.4341291 ], [ 120.2763057, 30.4353336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.279964, 30.4367214 ], [ 120.2800912, 30.4364669 ], [ 120.280446, 30.4357572 ], [ 120.2813559, 30.433937 ], [ 120.2814723, 30.4337073 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816512, 30.4337751 ], [ 120.280694, 30.435614 ], [ 120.2800689, 30.4367642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2762337, 30.435469 ], [ 120.2763057, 30.4353336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733022, 30.4341822 ], [ 120.2734261, 30.4342313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2732283, 30.4342914 ], [ 120.2733022, 30.4341822 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734261, 30.4342313 ], [ 120.2733475, 30.434344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733475, 30.434344 ], [ 120.2732283, 30.4342914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2734261, 30.4342313 ], [ 120.2743001, 30.4345776 ], [ 120.2744142, 30.4346206 ], [ 120.2763057, 30.4353336 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2762337, 30.435469 ], [ 120.2754023, 30.4351449 ], [ 120.2733475, 30.434344 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2707116, 30.4380113 ], [ 120.2713707, 30.4369728 ], [ 120.27149, 30.4367878 ], [ 120.2732283, 30.4342914 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733475, 30.434344 ], [ 120.2731239, 30.4346642 ], [ 120.2716684, 30.4368421 ], [ 120.2715786, 30.4369855 ], [ 120.2708209, 30.4380938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2762337, 30.435469 ], [ 120.2751607, 30.4374839 ], [ 120.2749783, 30.4378308 ], [ 120.274902, 30.4379758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274902, 30.4379758 ], [ 120.2749783, 30.4378308 ], [ 120.2751607, 30.4374839 ], [ 120.2762337, 30.435469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763057, 30.4353336 ], [ 120.2762337, 30.435469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2763057, 30.4353336 ], [ 120.2770605, 30.4356173 ], [ 120.2781318, 30.4360199 ], [ 120.2789288, 30.4363216 ], [ 120.2794848, 30.436532 ], [ 120.279964, 30.4367214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798863, 30.4368665 ], [ 120.2787138, 30.4364229 ], [ 120.2785752, 30.4363705 ], [ 120.2762337, 30.435469 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.279964, 30.4367214 ], [ 120.2800689, 30.4367642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798863, 30.4368665 ], [ 120.279964, 30.4367214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800689, 30.4367642 ], [ 120.2799923, 30.4369188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2799923, 30.4369188 ], [ 120.2798863, 30.4368665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2800689, 30.4367642 ], [ 120.280596, 30.4369659 ], [ 120.2808496, 30.437063 ], [ 120.2811179, 30.4371694 ], [ 120.282468, 30.4377113 ], [ 120.2829846, 30.4378851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829192, 30.4380484 ], [ 120.2826313, 30.4379519 ], [ 120.2810389, 30.4373285 ], [ 120.2807988, 30.4372345 ], [ 120.2799923, 30.4369188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786043, 30.4393132 ], [ 120.2789889, 30.4385456 ], [ 120.279016, 30.4384943 ], [ 120.2791759, 30.4381915 ], [ 120.2792945, 30.4379704 ], [ 120.2798863, 30.4368665 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2707116, 30.4380113 ], [ 120.2708209, 30.4380938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705436, 30.4381922 ], [ 120.2707116, 30.4380113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2708209, 30.4380938 ], [ 120.27068, 30.4382935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.27068, 30.4382935 ], [ 120.2705436, 30.4381922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274902, 30.4379758 ], [ 120.2745894, 30.4385641 ], [ 120.2738403, 30.4397127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "雨荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738403, 30.4397127 ], [ 120.2745894, 30.4385641 ], [ 120.274902, 30.4379758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2708209, 30.4380938 ], [ 120.2738403, 30.4397127 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2740891, 30.4400694 ], [ 120.2736712, 30.4398416 ], [ 120.27068, 30.4382935 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742724, 30.4401693 ], [ 120.2740891, 30.4400694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2738403, 30.4397127 ], [ 120.2774376, 30.4416086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2585701, 30.427506 ], [ 120.2587429, 30.4276018 ], [ 120.2591398, 30.4277984 ], [ 120.2594828, 30.4279775 ], [ 120.2598078, 30.4281473 ], [ 120.2610568, 30.4287794 ], [ 120.2631571, 30.4298423 ], [ 120.2636722, 30.4301074 ], [ 120.2642509, 30.4304052 ], [ 120.2649177, 30.4307447 ], [ 120.2660725, 30.4313327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.258492, 30.4276183 ], [ 120.2584002, 30.4277504 ], [ 120.2579176, 30.4284446 ], [ 120.2576536, 30.4288242 ], [ 120.2572869, 30.4293517 ], [ 120.2561918, 30.43092 ], [ 120.2559537, 30.431275 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559537, 30.431275 ], [ 120.2561918, 30.43092 ], [ 120.2572869, 30.4293517 ], [ 120.2576536, 30.4288242 ], [ 120.2579176, 30.4284446 ], [ 120.2584002, 30.4277504 ], [ 120.258492, 30.4276183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2659959, 30.431449 ], [ 120.2652995, 30.4311127 ], [ 120.2626228, 30.4297429 ], [ 120.2599715, 30.428386 ], [ 120.2590674, 30.4279233 ], [ 120.2586704, 30.4277267 ], [ 120.258492, 30.4276183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2592816, 30.4338257 ], [ 120.2588649, 30.4335152 ], [ 120.2582839, 30.4331646 ], [ 120.2575071, 30.432628 ], [ 120.2568559, 30.4321845 ], [ 120.2565891, 30.4319914 ], [ 120.2558694, 30.4314656 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2559537, 30.431275 ], [ 120.2568412, 30.431892 ], [ 120.2570115, 30.4320064 ], [ 120.2581695, 30.4327845 ], [ 120.2588914, 30.433199 ], [ 120.2595599, 30.4335109 ], [ 120.2605388, 30.4338968 ], [ 120.2613369, 30.4341485 ], [ 120.2624575, 30.4344187 ], [ 120.2627428, 30.434549 ], [ 120.2637069, 30.4348144 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596535, 30.433968 ], [ 120.2592816, 30.4338257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2589317, 30.4347555 ], [ 120.2590604, 30.4344105 ], [ 120.2593676, 30.4339145 ], [ 120.2592816, 30.4338257 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596535, 30.433968 ], [ 120.2594856, 30.4339976 ], [ 120.2593784, 30.4341147 ], [ 120.2591533, 30.4344906 ], [ 120.2589317, 30.4347555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2635845, 30.4350043 ], [ 120.2623726, 30.4346807 ], [ 120.2618541, 30.4346547 ], [ 120.2613048, 30.4345384 ], [ 120.2604367, 30.4342916 ], [ 120.2596535, 30.433968 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532175, 30.4354531 ], [ 120.2532693, 30.4353595 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533905, 30.4354181 ], [ 120.2533143, 30.435497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533143, 30.435497 ], [ 120.2532175, 30.4354531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533905, 30.4354181 ], [ 120.2535957, 30.4355251 ], [ 120.2540249, 30.4357101 ], [ 120.2574334, 30.4372355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573959, 30.4373068 ], [ 120.2550279, 30.4362421 ], [ 120.2539819, 30.4357876 ], [ 120.2535796, 30.435613 ], [ 120.2533143, 30.435497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2515528, 30.4380864 ], [ 120.2532175, 30.4354531 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533143, 30.435497 ], [ 120.2516573, 30.4381412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2515528, 30.4380864 ], [ 120.2516573, 30.4381412 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2514974, 30.4381785 ], [ 120.2515528, 30.4380864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516573, 30.4381412 ], [ 120.2516016, 30.4382311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2574334, 30.4372355 ], [ 120.2578726, 30.4364947 ], [ 120.2589317, 30.4347555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2589317, 30.4347555 ], [ 120.2578726, 30.4364947 ], [ 120.2574334, 30.4372355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612697, 30.4389105 ], [ 120.2635845, 30.4350043 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2639095, 30.4351279 ], [ 120.2624697, 30.4375655 ], [ 120.2615857, 30.4390452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573959, 30.4373068 ], [ 120.2574334, 30.4372355 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2574334, 30.4372355 ], [ 120.2573959, 30.4373068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2574334, 30.4372355 ], [ 120.2581251, 30.437541 ], [ 120.2592738, 30.4380484 ], [ 120.2599757, 30.4383584 ], [ 120.2612697, 30.4389105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612217, 30.4389932 ], [ 120.2604529, 30.4386608 ], [ 120.2597858, 30.4383723 ], [ 120.2594885, 30.4382438 ], [ 120.2573959, 30.4373068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612217, 30.4389932 ], [ 120.2612697, 30.4389105 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2612697, 30.4389105 ], [ 120.2615857, 30.4390452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2678138, 30.4367219 ], [ 120.2668466, 30.4362669 ], [ 120.2661395, 30.4359169 ], [ 120.2652109, 30.4355377 ], [ 120.2639095, 30.4351279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2640002, 30.4348954 ], [ 120.2651208, 30.435259 ], [ 120.2662204, 30.4357239 ], [ 120.2674544, 30.4363324 ], [ 120.2679889, 30.4366034 ], [ 120.2707116, 30.4380113 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679335, 30.4367808 ], [ 120.2678138, 30.4367219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2705436, 30.4381922 ], [ 120.2679335, 30.4367808 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2652669, 30.4404856 ], [ 120.2657025, 30.4398866 ], [ 120.2678138, 30.4367219 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2679335, 30.4367808 ], [ 120.2676158, 30.4372356 ], [ 120.266593, 30.4387482 ], [ 120.2665588, 30.4387988 ], [ 120.2663844, 30.4390567 ], [ 120.265391, 30.4405341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615857, 30.4390452 ], [ 120.2627054, 30.4394833 ], [ 120.2652669, 30.4404856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2652037, 30.4405627 ], [ 120.2643228, 30.4402183 ], [ 120.2615353, 30.4391285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26853, 30.4417642 ], [ 120.2694828, 30.440103 ], [ 120.2695158, 30.4400455 ], [ 120.2703516, 30.4385882 ], [ 120.2705436, 30.4381922 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.27068, 30.4382935 ], [ 120.2686592, 30.4418123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485509, 30.4366885 ], [ 120.2486504, 30.436752 ], [ 120.2489403, 30.4369044 ], [ 120.2515528, 30.4380864 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2514974, 30.4381785 ], [ 120.2513059, 30.4380665 ], [ 120.2489131, 30.4369925 ], [ 120.2485717, 30.4368394 ], [ 120.2484521, 30.4367749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454023, 30.4392135 ], [ 120.2462272, 30.4386968 ], [ 120.2469485, 30.438211 ], [ 120.2472066, 30.4380372 ], [ 120.2474823, 30.4377776 ], [ 120.2481666, 30.4370248 ], [ 120.2484521, 30.4367749 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴起路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484521, 30.4367749 ], [ 120.2481666, 30.4370248 ], [ 120.2474823, 30.4377776 ], [ 120.2472066, 30.4380372 ], [ 120.2469485, 30.438211 ], [ 120.2462272, 30.4386968 ], [ 120.2454023, 30.4392135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497729, 30.4411733 ], [ 120.2510758, 30.4388795 ], [ 120.2514974, 30.4381785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516016, 30.4382311 ], [ 120.2512833, 30.4387448 ], [ 120.251173, 30.4389228 ], [ 120.2498923, 30.4411319 ], [ 120.2498619, 30.4411975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2454023, 30.4392135 ], [ 120.2485658, 30.4406321 ], [ 120.2497729, 30.4411733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497151, 30.4412422 ], [ 120.2491545, 30.4409932 ], [ 120.2453488, 30.4393028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497729, 30.4411733 ], [ 120.2498619, 30.4411975 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497151, 30.4412422 ], [ 120.2497729, 30.4411733 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516016, 30.4382311 ], [ 120.2514974, 30.4381785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573959, 30.4373068 ], [ 120.2573052, 30.4374446 ], [ 120.2571416, 30.4377128 ], [ 120.2570713, 30.4378284 ], [ 120.2560443, 30.4395162 ], [ 120.2557718, 30.439964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557718, 30.439964 ], [ 120.2560443, 30.4395162 ], [ 120.2570713, 30.4378284 ], [ 120.2571416, 30.4377128 ], [ 120.2573052, 30.4374446 ], [ 120.2573959, 30.4373068 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516573, 30.4381412 ], [ 120.2518845, 30.4382609 ], [ 120.252268, 30.438439 ], [ 120.2523761, 30.438486 ], [ 120.2557718, 30.439964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557179, 30.4400589 ], [ 120.2551202, 30.4397871 ], [ 120.2547002, 30.4395961 ], [ 120.2522251, 30.4385176 ], [ 120.2518335, 30.4383418 ], [ 120.2516016, 30.4382311 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557179, 30.4400589 ], [ 120.2557718, 30.439964 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557718, 30.439964 ], [ 120.2557179, 30.4400589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557179, 30.4400589 ], [ 120.2543923, 30.4423944 ], [ 120.2540064, 30.4430743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540064, 30.4430743 ], [ 120.2543923, 30.4423944 ], [ 120.2557179, 30.4400589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498619, 30.4411975 ], [ 120.2509671, 30.4417158 ], [ 120.2516887, 30.4420476 ], [ 120.2519757, 30.4421678 ], [ 120.2540064, 30.4430743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615353, 30.4391285 ], [ 120.2612217, 30.4389932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615857, 30.4390452 ], [ 120.2615353, 30.4391285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596419, 30.4416948 ], [ 120.2609723, 30.4394233 ], [ 120.2610455, 30.4392911 ], [ 120.2611475, 30.4391165 ], [ 120.2612217, 30.4389932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615353, 30.4391285 ], [ 120.2614868, 30.4392229 ], [ 120.2613781, 30.4394079 ], [ 120.2602993, 30.4411731 ], [ 120.2599142, 30.4418297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557718, 30.439964 ], [ 120.2565338, 30.4403225 ], [ 120.2570151, 30.4405406 ], [ 120.2581495, 30.4410546 ], [ 120.2596419, 30.4416948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595807, 30.4417982 ], [ 120.2557179, 30.4400589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595807, 30.4417982 ], [ 120.2596419, 30.4416948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596419, 30.4416948 ], [ 120.2599142, 30.4418297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598461, 30.4419459 ], [ 120.2595807, 30.4417982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599142, 30.4418297 ], [ 120.2598461, 30.4419459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633199, 30.4433881 ], [ 120.2639176, 30.4425108 ], [ 120.2645382, 30.4415964 ], [ 120.2649844, 30.4409388 ], [ 120.2650682, 30.4408093 ], [ 120.2652037, 30.4405627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2653328, 30.4406131 ], [ 120.2651715, 30.4408555 ], [ 120.2650957, 30.4409758 ], [ 120.2646472, 30.4415634 ], [ 120.26439, 30.4419611 ], [ 120.2634342, 30.4434392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667193, 30.4448571 ], [ 120.2667422, 30.4448168 ], [ 120.2684451, 30.4418398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633199, 30.4433881 ], [ 120.2634342, 30.4434392 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632683, 30.4434571 ], [ 120.2633199, 30.4433881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2685867, 30.4418938 ], [ 120.2669081, 30.4449619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2634342, 30.4434392 ], [ 120.2633874, 30.4435098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633874, 30.4435098 ], [ 120.2632683, 30.4434571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2634342, 30.4434392 ], [ 120.2640891, 30.4437321 ], [ 120.2665333, 30.4447936 ], [ 120.2667193, 30.4448571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666698, 30.4449443 ], [ 120.2664858, 30.4448692 ], [ 120.2634719, 30.4435471 ], [ 120.2633874, 30.4435098 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2599142, 30.4418297 ], [ 120.2600843, 30.4419204 ], [ 120.2601771, 30.4419699 ], [ 120.2603282, 30.4420505 ], [ 120.2618157, 30.4427093 ], [ 120.2633199, 30.4433881 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2632683, 30.4434571 ], [ 120.2616356, 30.4427354 ], [ 120.2602102, 30.4421053 ], [ 120.2598461, 30.4419459 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2578149, 30.4447817 ], [ 120.2595807, 30.4417982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598461, 30.4419459 ], [ 120.2589063, 30.443548 ], [ 120.2581088, 30.4449134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615127, 30.4465351 ], [ 120.2580621, 30.4449894 ], [ 120.2577682, 30.4448577 ], [ 120.2557025, 30.4439323 ], [ 120.2539598, 30.4431503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2578149, 30.4447817 ], [ 120.2581088, 30.4449134 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615654, 30.4464619 ], [ 120.2632683, 30.4434571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2633874, 30.4435098 ], [ 120.26252, 30.4449582 ], [ 120.2616528, 30.446501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2581088, 30.4449134 ], [ 120.2615654, 30.4464619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615654, 30.4464619 ], [ 120.2616528, 30.446501 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539598, 30.4431503 ], [ 120.251977, 30.4422488 ], [ 120.2516954, 30.4421297 ], [ 120.2509269, 30.4417909 ], [ 120.2498093, 30.4412848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540064, 30.4430743 ], [ 120.2539598, 30.4431503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539598, 30.4431503 ], [ 120.2540064, 30.4430743 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540064, 30.4430743 ], [ 120.2557492, 30.4438563 ], [ 120.2578149, 30.4447817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516151, 30.4469641 ], [ 120.2519247, 30.4464978 ], [ 120.2521057, 30.4462181 ], [ 120.2530619, 30.4445901 ], [ 120.2532041, 30.4443635 ], [ 120.2535776, 30.4437638 ], [ 120.2539598, 30.4431503 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539598, 30.4431503 ], [ 120.2535776, 30.4437638 ], [ 120.2532041, 30.4443635 ], [ 120.2530619, 30.4445901 ], [ 120.2521057, 30.4462181 ], [ 120.2519247, 30.4464978 ], [ 120.2516151, 30.4469641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554225, 30.4487007 ], [ 120.2565408, 30.44684 ], [ 120.2566749, 30.4466388 ], [ 120.257075, 30.4459994 ], [ 120.2578149, 30.4447817 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2581088, 30.4449134 ], [ 120.2574767, 30.4459634 ], [ 120.2569163, 30.4468377 ], [ 120.256882, 30.4468989 ], [ 120.2567956, 30.4470331 ], [ 120.2560055, 30.4484012 ], [ 120.2557951, 30.4487499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516151, 30.4469641 ], [ 120.2520923, 30.4471742 ], [ 120.2525657, 30.4473973 ], [ 120.2528778, 30.4475397 ], [ 120.2538761, 30.4479952 ], [ 120.2554225, 30.4487007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554225, 30.4487007 ], [ 120.2538761, 30.4479952 ], [ 120.2528778, 30.4475397 ], [ 120.2525657, 30.4473973 ], [ 120.2520923, 30.4471742 ], [ 120.2516151, 30.4469641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3081867, 30.4336108 ], [ 120.3081568, 30.4337458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3081867, 30.4336108 ], [ 120.3087299, 30.4337967 ], [ 120.3097236, 30.4342694 ], [ 120.3103057, 30.4346232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3103057, 30.4346232 ], [ 120.3097236, 30.4342694 ], [ 120.3087299, 30.4337967 ], [ 120.3081867, 30.4336108 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3103057, 30.4346232 ], [ 120.3100321, 30.43454 ], [ 120.3092998, 30.4342162 ], [ 120.3085676, 30.4339109 ], [ 120.3081568, 30.4337458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3081568, 30.4337458 ], [ 120.3079845, 30.4345219 ], [ 120.307919, 30.4348119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.307919, 30.4348119 ], [ 120.3079845, 30.4345219 ], [ 120.3081568, 30.4337458 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "星光街 Xingguang Ave", "星光街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113134, 30.435025 ], [ 120.3107187, 30.4347943 ], [ 120.3103057, 30.4346232 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": [ "星光街 Xingguang Ave", "星光街" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3103057, 30.4346232 ], [ 120.3107187, 30.4347943 ], [ 120.3113134, 30.435025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.307919, 30.4348119 ], [ 120.3066283, 30.4348114 ], [ 120.3048242, 30.4348107 ], [ 120.3048101, 30.4350251 ], [ 120.3046806, 30.4356861 ], [ 120.3044821, 30.4366993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044821, 30.4366993 ], [ 120.3046806, 30.4356861 ], [ 120.3048101, 30.4350251 ], [ 120.3048242, 30.4348107 ], [ 120.3066283, 30.4348114 ], [ 120.307919, 30.4348119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814723, 30.4337073 ], [ 120.2821785, 30.4323132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2823513, 30.4323518 ], [ 120.2820737, 30.4329259 ], [ 120.2816512, 30.4337751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840136, 30.4347227 ], [ 120.2838356, 30.4346745 ], [ 120.2825637, 30.4341508 ], [ 120.2816512, 30.4337751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816512, 30.4337751 ], [ 120.2825637, 30.4341508 ], [ 120.2838356, 30.4346745 ], [ 120.2840136, 30.4347227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840136, 30.4347227 ], [ 120.2854121, 30.4351227 ], [ 120.285624, 30.4351736 ], [ 120.2875881, 30.4357006 ], [ 120.2905032, 30.4364827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905032, 30.4364827 ], [ 120.2875881, 30.4357006 ], [ 120.285624, 30.4351736 ], [ 120.2854121, 30.4351227 ], [ 120.2840136, 30.4347227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2840136, 30.4347227 ], [ 120.2834658, 30.4362095 ], [ 120.2833158, 30.4368363 ], [ 120.2831268, 30.4374608 ], [ 120.2830464, 30.4376851 ], [ 120.2829846, 30.4378851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829846, 30.4378851 ], [ 120.2830464, 30.4376851 ], [ 120.2831268, 30.4374608 ], [ 120.2833158, 30.4368363 ], [ 120.2834658, 30.4362095 ], [ 120.2840136, 30.4347227 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829192, 30.4380484 ], [ 120.2829846, 30.4378851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829846, 30.4378851 ], [ 120.2829192, 30.4380484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2932555, 30.4322968 ], [ 120.2939574, 30.4323836 ], [ 120.2951601, 30.4325322 ], [ 120.2968184, 30.4325877 ], [ 120.2974283, 30.4325974 ], [ 120.2981519, 30.4326089 ], [ 120.3003125, 30.4326529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003125, 30.4326529 ], [ 120.3004661, 30.4326851 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003104, 30.4327787 ], [ 120.3003125, 30.4326529 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3003104, 30.4327787 ], [ 120.3002164, 30.4327866 ], [ 120.2987991, 30.4327522 ], [ 120.2977714, 30.4327265 ], [ 120.2974525, 30.4327185 ], [ 120.295155, 30.4326589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004661, 30.4326851 ], [ 120.3004639, 30.4327948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004639, 30.4327948 ], [ 120.3003104, 30.4327787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星发街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004661, 30.4326851 ], [ 120.3005709, 30.4326939 ], [ 120.3046972, 30.4331963 ], [ 120.30691, 30.4334669 ], [ 120.3069858, 30.4334781 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3069765, 30.4335784 ], [ 120.3040054, 30.433214 ], [ 120.3036168, 30.4331664 ], [ 120.303488, 30.4331506 ], [ 120.3024699, 30.4330364 ], [ 120.3017207, 30.4329483 ], [ 120.3006128, 30.4328181 ], [ 120.3005195, 30.4328066 ], [ 120.3004639, 30.4327948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3004639, 30.4327948 ], [ 120.3004584, 30.4329008 ], [ 120.3003599, 30.4338602 ], [ 120.3002809, 30.4343624 ], [ 120.3002419, 30.4345886 ], [ 120.2999388, 30.4359091 ], [ 120.2998996, 30.4360597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2990997, 30.4387905 ], [ 120.2991516, 30.4385735 ], [ 120.2995227, 30.4371358 ], [ 120.2997241, 30.4362172 ], [ 120.2997638, 30.4360449 ], [ 120.2998097, 30.4358773 ], [ 120.3001421, 30.4344768 ], [ 120.3002102, 30.4339872 ], [ 120.3002241, 30.4338873 ], [ 120.3002367, 30.4337511 ], [ 120.3003159, 30.432892 ], [ 120.3003104, 30.4327787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947229, 30.4346549 ], [ 120.2942552, 30.4345194 ], [ 120.2927899, 30.4343913 ], [ 120.2922987, 30.4342868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922987, 30.4342868 ], [ 120.2927899, 30.4343913 ], [ 120.2942552, 30.4345194 ], [ 120.2947229, 30.4346549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947229, 30.4346549 ], [ 120.2952844, 30.434837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2952844, 30.434837 ], [ 120.2947229, 30.4346549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905032, 30.4364827 ], [ 120.2908253, 30.4361369 ], [ 120.2912902, 30.4356034 ], [ 120.2918624, 30.4349158 ], [ 120.2920824, 30.4345986 ], [ 120.2922987, 30.4342868 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922987, 30.4342868 ], [ 120.2920824, 30.4345986 ], [ 120.2918624, 30.4349158 ], [ 120.2912902, 30.4356034 ], [ 120.2908253, 30.4361369 ], [ 120.2905032, 30.4364827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "星火北路", "塘宁路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942066, 30.4374646 ], [ 120.2944939, 30.4359012 ], [ 120.2945754, 30.4354576 ], [ 120.2947229, 30.4346549 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "塘宁路", "星火北路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947229, 30.4346549 ], [ 120.2945754, 30.4354576 ], [ 120.2944939, 30.4359012 ], [ 120.2942066, 30.4374646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942066, 30.4374646 ], [ 120.2932978, 30.4372226 ], [ 120.2928995, 30.4371023 ], [ 120.2924876, 30.4369792 ], [ 120.2923051, 30.4369352 ], [ 120.291159, 30.4366587 ], [ 120.2905032, 30.4364827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905032, 30.4364827 ], [ 120.291159, 30.4366587 ], [ 120.2923051, 30.4369352 ], [ 120.2924876, 30.4369792 ], [ 120.2928995, 30.4371023 ], [ 120.2932978, 30.4372226 ], [ 120.2942066, 30.4374646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.307919, 30.4348119 ], [ 120.3079049, 30.4348745 ], [ 120.3077892, 30.4353867 ], [ 120.3075764, 30.4363289 ], [ 120.307552, 30.4364303 ], [ 120.3074253, 30.4369571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074253, 30.4369571 ], [ 120.307552, 30.4364303 ], [ 120.3075764, 30.4363289 ], [ 120.3077892, 30.4353867 ], [ 120.3079049, 30.4348745 ], [ 120.307919, 30.4348119 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3113134, 30.435025 ], [ 120.3123325, 30.4354574 ], [ 120.3125542, 30.4355515 ], [ 120.3143439, 30.4363109 ], [ 120.3155198, 30.4368801 ], [ 120.3159231, 30.4370422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3159231, 30.4370422 ], [ 120.3155198, 30.4368801 ], [ 120.3143439, 30.4363109 ], [ 120.3125542, 30.4355515 ], [ 120.3123325, 30.4354574 ], [ 120.3113134, 30.435025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044821, 30.4366993 ], [ 120.3060061, 30.4368141 ], [ 120.3061318, 30.4368214 ], [ 120.3074253, 30.4369571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074253, 30.4369571 ], [ 120.3061318, 30.4368214 ], [ 120.3060061, 30.4368141 ], [ 120.3044821, 30.4366993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3160439, 30.438274 ], [ 120.3139324, 30.4378798 ], [ 120.3135467, 30.4378069 ], [ 120.3106253, 30.4372547 ], [ 120.3101957, 30.4372202 ], [ 120.3100482, 30.4372064 ], [ 120.3074253, 30.4369571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074253, 30.4369571 ], [ 120.3100482, 30.4372064 ], [ 120.3101957, 30.4372202 ], [ 120.3106253, 30.4372547 ], [ 120.3135467, 30.4378069 ], [ 120.3139324, 30.4378798 ], [ 120.3160439, 30.438274 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3066757, 30.4401457 ], [ 120.3068379, 30.4394371 ], [ 120.3070138, 30.4386684 ], [ 120.3070386, 30.4385653 ], [ 120.307145, 30.4381226 ], [ 120.3074253, 30.4369571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3074253, 30.4369571 ], [ 120.307145, 30.4381226 ], [ 120.3070386, 30.4385653 ], [ 120.3070138, 30.4386684 ], [ 120.3068379, 30.4394371 ], [ 120.3066757, 30.4401457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881958, 30.4392084 ], [ 120.2882517, 30.4391296 ], [ 120.2884254, 30.4389332 ], [ 120.2905032, 30.4364827 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905032, 30.4364827 ], [ 120.2884254, 30.4389332 ], [ 120.2882517, 30.4391296 ], [ 120.2881958, 30.4392084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935081, 30.4405689 ], [ 120.2942066, 30.4374646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942066, 30.4374646 ], [ 120.2935081, 30.4405689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881473, 30.4393471 ], [ 120.2881958, 30.4392084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "风荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881958, 30.4392084 ], [ 120.2881473, 30.4393471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881958, 30.4392084 ], [ 120.2891082, 30.4394472 ], [ 120.2905968, 30.4398403 ], [ 120.2918473, 30.4401485 ], [ 120.2935081, 30.4405689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934779, 30.4406732 ], [ 120.2905289, 30.4399093 ], [ 120.2904212, 30.4398861 ], [ 120.2898608, 30.4397713 ], [ 120.2896222, 30.4397183 ], [ 120.2893715, 30.4396552 ], [ 120.2881473, 30.4393471 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935081, 30.4405689 ], [ 120.2934779, 30.4406732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934779, 30.4406732 ], [ 120.2935081, 30.4405689 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044821, 30.4366993 ], [ 120.3040098, 30.4366068 ], [ 120.3039488, 30.4365917 ], [ 120.3035407, 30.4365396 ], [ 120.3020924, 30.4363546 ], [ 120.300468, 30.4361397 ], [ 120.300035, 30.4360561 ], [ 120.2998996, 30.4360597 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "超峰东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998996, 30.4360597 ], [ 120.300035, 30.4360561 ], [ 120.300468, 30.4361397 ], [ 120.3020924, 30.4363546 ], [ 120.3035407, 30.4365396 ], [ 120.3039488, 30.4365917 ], [ 120.3040098, 30.4366068 ], [ 120.3044821, 30.4366993 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2998996, 30.4360597 ], [ 120.2998592, 30.4362386 ], [ 120.2997371, 30.4367669 ], [ 120.2993124, 30.4386039 ], [ 120.2992603, 30.4388262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "振兴西路", "振兴东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2942066, 30.4374646 ], [ 120.2964815, 30.4380702 ], [ 120.298989, 30.438764 ], [ 120.2990997, 30.4387905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": [ "振兴西路", "振兴东路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2990997, 30.4387905 ], [ 120.298989, 30.438764 ], [ 120.2964815, 30.4380702 ], [ 120.2942066, 30.4374646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2990997, 30.4387905 ], [ 120.2992603, 30.4388262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992603, 30.4388262 ], [ 120.2990997, 30.4387905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992603, 30.4388262 ], [ 120.2993798, 30.4388429 ], [ 120.3015334, 30.4392037 ], [ 120.3016458, 30.4392225 ], [ 120.3028246, 30.4394388 ], [ 120.3032367, 30.4395145 ], [ 120.3032423, 30.4395155 ], [ 120.3037639, 30.4396112 ], [ 120.3066757, 30.4401457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3066757, 30.4401457 ], [ 120.3037639, 30.4396112 ], [ 120.3032423, 30.4395155 ], [ 120.3032367, 30.4395145 ], [ 120.3028246, 30.4394388 ], [ 120.3016458, 30.4392225 ], [ 120.3015334, 30.4392037 ], [ 120.2993798, 30.4388429 ], [ 120.2992603, 30.4388262 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982401, 30.4417854 ], [ 120.298267, 30.4415876 ], [ 120.2987316, 30.4400625 ], [ 120.2990753, 30.4388923 ], [ 120.2990997, 30.4387905 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829846, 30.4378851 ], [ 120.2841163, 30.4382028 ], [ 120.2860027, 30.4386585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858993, 30.4387714 ], [ 120.2848417, 30.4385175 ], [ 120.2840018, 30.4383159 ], [ 120.2829192, 30.4380484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荷花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2861327, 30.4384553 ], [ 120.2860027, 30.4386585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荷花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860027, 30.4386585 ], [ 120.2861327, 30.4384553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荷花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860027, 30.4386585 ], [ 120.2858993, 30.4387714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荷花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858993, 30.4387714 ], [ 120.2860027, 30.4386585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2860027, 30.4386585 ], [ 120.2869507, 30.4388915 ], [ 120.2875217, 30.4390319 ], [ 120.2881958, 30.4392084 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2881473, 30.4393471 ], [ 120.2872273, 30.4391156 ], [ 120.2858993, 30.4387714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2829192, 30.4380484 ], [ 120.2828548, 30.4382091 ], [ 120.2825023, 30.4390362 ], [ 120.2824154, 30.4392221 ], [ 120.2820213, 30.4398308 ], [ 120.2816198, 30.4404509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816198, 30.4404509 ], [ 120.2820213, 30.4398308 ], [ 120.2824154, 30.4392221 ], [ 120.2825023, 30.4390362 ], [ 120.2828548, 30.4382091 ], [ 120.2829192, 30.4380484 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荷花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838139, 30.4412194 ], [ 120.2842751, 30.4406761 ], [ 120.2843824, 30.4405497 ], [ 120.2844272, 30.440497 ], [ 120.2844841, 30.4404299 ], [ 120.2846151, 30.4402788 ], [ 120.2852315, 30.4395495 ], [ 120.2858015, 30.4388781 ], [ 120.2858993, 30.4387714 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荷花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2858993, 30.4387714 ], [ 120.2858015, 30.4388781 ], [ 120.2852315, 30.4395495 ], [ 120.2846151, 30.4402788 ], [ 120.2844841, 30.4404299 ], [ 120.2844272, 30.440497 ], [ 120.2843824, 30.4405497 ], [ 120.2842751, 30.4406761 ], [ 120.2838139, 30.4412194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816198, 30.4404509 ], [ 120.2838139, 30.4412194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838139, 30.4412194 ], [ 120.2816198, 30.4404509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荷花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2827624, 30.4424072 ], [ 120.2838139, 30.4412194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "荷花路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838139, 30.4412194 ], [ 120.2827624, 30.4424072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2838139, 30.4412194 ], [ 120.2847339, 30.4415416 ], [ 120.2852837, 30.4417342 ], [ 120.2859027, 30.4419553 ], [ 120.2864273, 30.4421426 ], [ 120.2871877, 30.4424141 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2871877, 30.4424141 ], [ 120.2864273, 30.4421426 ], [ 120.2859027, 30.4419553 ], [ 120.2852837, 30.4417342 ], [ 120.2847339, 30.4415416 ], [ 120.2838139, 30.4412194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816258, 30.4438025 ], [ 120.2830543, 30.4445462 ], [ 120.2845713, 30.4453967 ], [ 120.2849332, 30.4455752 ], [ 120.285789, 30.4459933 ], [ 120.2869585, 30.4465668 ], [ 120.2880163, 30.4469904 ], [ 120.2882022, 30.4470589 ], [ 120.2893416, 30.4474668 ], [ 120.2897316, 30.4475916 ], [ 120.2916191, 30.4480157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2915541, 30.448235 ], [ 120.2904236, 30.4479999 ], [ 120.2897161, 30.4477781 ], [ 120.2892978, 30.447657 ], [ 120.2880516, 30.447242 ], [ 120.287805, 30.44714 ], [ 120.2868533, 30.4467694 ], [ 120.285645, 30.4461788 ], [ 120.284854, 30.4457616 ], [ 120.2844949, 30.4455761 ], [ 120.2828272, 30.4447412 ], [ 120.2814877, 30.4440123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2992603, 30.4388262 ], [ 120.2992361, 30.4389293 ], [ 120.2984267, 30.4416172 ], [ 120.2983954, 30.4418133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982401, 30.4417854 ], [ 120.2983954, 30.4418133 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982274, 30.4418787 ], [ 120.2982401, 30.4417854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983954, 30.4418133 ], [ 120.2983783, 30.4419204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983783, 30.4419204 ], [ 120.2982274, 30.4418787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983954, 30.4418133 ], [ 120.2985043, 30.4418308 ], [ 120.3001032, 30.442112 ], [ 120.3005397, 30.4421874 ], [ 120.3009024, 30.4422501 ], [ 120.3019754, 30.4424356 ], [ 120.3028087, 30.4425796 ], [ 120.3047092, 30.4428758 ], [ 120.3060046, 30.4430776 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059868, 30.4431555 ], [ 120.3019481, 30.4425041 ], [ 120.3010346, 30.4423507 ], [ 120.2984884, 30.441923 ], [ 120.2983783, 30.4419204 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.297059, 30.4486977 ], [ 120.2972955, 30.4472504 ], [ 120.2974859, 30.4461503 ], [ 120.2975628, 30.4457061 ], [ 120.297608, 30.4454446 ], [ 120.2976315, 30.4453296 ], [ 120.2976567, 30.4452064 ], [ 120.2979601, 30.4435812 ], [ 120.2980822, 30.4429273 ], [ 120.2982085, 30.4420177 ], [ 120.2982274, 30.4418787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2983783, 30.4419204 ], [ 120.2983599, 30.4420353 ], [ 120.2980264, 30.4439103 ], [ 120.2979865, 30.4441392 ], [ 120.2977964, 30.4452315 ], [ 120.2977754, 30.4453555 ], [ 120.2977555, 30.4454735 ], [ 120.2977167, 30.4456895 ], [ 120.2976371, 30.4461334 ], [ 120.297431, 30.4472817 ], [ 120.2972057, 30.4486622 ], [ 120.2971988, 30.4487114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.297059, 30.4486977 ], [ 120.2971988, 30.4487114 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2799923, 30.4369188 ], [ 120.2796495, 30.4376332 ], [ 120.2793771, 30.4382008 ], [ 120.2792725, 30.4383788 ], [ 120.2787577, 30.4394088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2786043, 30.4393132 ], [ 120.2783636, 30.4391642 ], [ 120.2778045, 30.4387737 ], [ 120.2777684, 30.4387588 ], [ 120.2772738, 30.4385541 ], [ 120.2766355, 30.4383744 ], [ 120.2765511, 30.4383506 ], [ 120.2762124, 30.4382552 ], [ 120.274902, 30.4379758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274902, 30.4379758 ], [ 120.2762124, 30.4382552 ], [ 120.2765511, 30.4383506 ], [ 120.2766355, 30.4383744 ], [ 120.2772738, 30.4385541 ], [ 120.2777684, 30.4387588 ], [ 120.2778045, 30.4387737 ], [ 120.2783636, 30.4391642 ], [ 120.2786043, 30.4393132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2787577, 30.4394088 ], [ 120.2816198, 30.4404509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "天荷路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816198, 30.4404509 ], [ 120.2787577, 30.4394088 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2774376, 30.4416086 ], [ 120.2779003, 30.4407035 ], [ 120.2786043, 30.4393132 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2787577, 30.4394088 ], [ 120.277572, 30.4416666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2774376, 30.4416086 ], [ 120.277572, 30.4416666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816198, 30.4404509 ], [ 120.2812311, 30.4409772 ], [ 120.2798237, 30.442863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798237, 30.442863 ], [ 120.2812311, 30.4409772 ], [ 120.2816198, 30.4404509 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2652669, 30.4404856 ], [ 120.265391, 30.4405341 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2652037, 30.4405627 ], [ 120.2652669, 30.4404856 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.265391, 30.4405341 ], [ 120.2653328, 30.4406131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2653328, 30.4406131 ], [ 120.2652037, 30.4405627 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.265391, 30.4405341 ], [ 120.2673307, 30.4412942 ], [ 120.26853, 30.4417642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2684451, 30.4418398 ], [ 120.2673846, 30.4414217 ], [ 120.265468, 30.440666 ], [ 120.2653328, 30.4406131 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.26853, 30.4417642 ], [ 120.2686592, 30.4418123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2684451, 30.4418398 ], [ 120.26853, 30.4417642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2686592, 30.4418123 ], [ 120.2685867, 30.4418938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2685867, 30.4418938 ], [ 120.2684451, 30.4418398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773061, 30.4418013 ], [ 120.2755781, 30.440881 ], [ 120.2742724, 30.4401693 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721237, 30.4431445 ], [ 120.2727806, 30.4421166 ], [ 120.2740891, 30.4400694 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2742724, 30.4401693 ], [ 120.2723286, 30.4432233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2686592, 30.4418123 ], [ 120.2710433, 30.442729 ], [ 120.2721237, 30.4431445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720737, 30.4432233 ], [ 120.2685867, 30.4418938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721237, 30.4431445 ], [ 120.2723286, 30.4432233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2720737, 30.4432233 ], [ 120.2721237, 30.4431445 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722798, 30.4433019 ], [ 120.2720737, 30.4432233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723286, 30.4432233 ], [ 120.2722798, 30.4433019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723286, 30.4432233 ], [ 120.2757044, 30.4445214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773061, 30.4418013 ], [ 120.2774376, 30.4416086 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.277572, 30.4416666 ], [ 120.2774338, 30.4418664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2774338, 30.4418664 ], [ 120.2773061, 30.4418013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.277572, 30.4416666 ], [ 120.2797498, 30.4428258 ], [ 120.2798237, 30.442863 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.279699, 30.443039 ], [ 120.2774338, 30.4418664 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757044, 30.4445214 ], [ 120.2768712, 30.4425159 ], [ 120.2773061, 30.4418013 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2774338, 30.4418664 ], [ 120.2758933, 30.4446015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798237, 30.442863 ], [ 120.2814586, 30.4437155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813267, 30.4439247 ], [ 120.279699, 30.443039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814586, 30.4437155 ], [ 120.2816258, 30.4438025 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2813267, 30.4439247 ], [ 120.2814586, 30.4437155 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2816258, 30.4438025 ], [ 120.2814877, 30.4440123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814877, 30.4440123 ], [ 120.2813267, 30.4439247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779067, 30.4456138 ], [ 120.2786739, 30.4444662 ], [ 120.279699, 30.443039 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.279699, 30.443039 ], [ 120.2786739, 30.4444662 ], [ 120.2779067, 30.4456138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758933, 30.4446015 ], [ 120.2779067, 30.4456138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778666, 30.4456684 ], [ 120.2775083, 30.4454839 ], [ 120.275969, 30.4447349 ], [ 120.2758528, 30.4446791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796903, 30.4465207 ], [ 120.2804183, 30.4453659 ], [ 120.2813267, 30.4439247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2814877, 30.4440123 ], [ 120.2798029, 30.4465725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778666, 30.4456684 ], [ 120.2779067, 30.4456138 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2756651, 30.4446031 ], [ 120.2748666, 30.4442957 ], [ 120.2727989, 30.4434998 ], [ 120.2722798, 30.4433019 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2704801, 30.4458053 ], [ 120.271363, 30.4443748 ], [ 120.2720737, 30.4432233 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757044, 30.4445214 ], [ 120.2758933, 30.4446015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2756651, 30.4446031 ], [ 120.2757044, 30.4445214 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722798, 30.4433019 ], [ 120.2706748, 30.4458512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758933, 30.4446015 ], [ 120.2758528, 30.4446791 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758528, 30.4446791 ], [ 120.2756651, 30.4446031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745301, 30.4468271 ], [ 120.274834, 30.4462349 ], [ 120.2755699, 30.4448012 ], [ 120.2756651, 30.4446031 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758528, 30.4446791 ], [ 120.2747105, 30.4469021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2704801, 30.4458053 ], [ 120.2706748, 30.4458512 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2704238, 30.4458786 ], [ 120.2704801, 30.4458053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706748, 30.4458512 ], [ 120.2706249, 30.4459259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706249, 30.4459259 ], [ 120.2704238, 30.4458786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2701549, 30.4462676 ], [ 120.2704238, 30.4458786 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706249, 30.4459259 ], [ 120.2703257, 30.4463167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2706748, 30.4458512 ], [ 120.2742548, 30.4466965 ], [ 120.2745301, 30.4468271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274482, 30.4469208 ], [ 120.2742204, 30.4467713 ], [ 120.2706249, 30.4459259 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2745301, 30.4468271 ], [ 120.2747105, 30.4469021 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.274482, 30.4469208 ], [ 120.2745301, 30.4468271 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747105, 30.4469021 ], [ 120.2746618, 30.446997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "汀州路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779067, 30.4456138 ], [ 120.2778666, 30.4456684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2779067, 30.4456138 ], [ 120.2784852, 30.4459047 ], [ 120.2796903, 30.4465207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796468, 30.4465855 ], [ 120.2778666, 30.4456684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796903, 30.4465207 ], [ 120.2798029, 30.4465725 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2796468, 30.4465855 ], [ 120.2796903, 30.4465207 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798029, 30.4465725 ], [ 120.2797527, 30.4466457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2797527, 30.4466457 ], [ 120.2796468, 30.4465855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764977, 30.4476452 ], [ 120.2778666, 30.4456684 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2778666, 30.4456684 ], [ 120.2764977, 30.4476452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810178, 30.4472722 ], [ 120.2797527, 30.4466457 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810883, 30.4473072 ], [ 120.2810178, 30.4472722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2798029, 30.4465725 ], [ 120.2803955, 30.4468719 ], [ 120.2824563, 30.4479129 ], [ 120.2828371, 30.4480979 ], [ 120.2829071, 30.4481605 ], [ 120.2830241, 30.4482502 ], [ 120.2827898, 30.4481562 ], [ 120.2824308, 30.44798 ], [ 120.2812271, 30.4473759 ], [ 120.2810883, 30.4473072 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783976, 30.4484351 ], [ 120.2796468, 30.4465855 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2797527, 30.4466457 ], [ 120.2784955, 30.4484758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764284, 30.4477453 ], [ 120.2764977, 30.4476452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764977, 30.4476452 ], [ 120.2764284, 30.4477453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764977, 30.4476452 ], [ 120.2783976, 30.4484351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784955, 30.4484758 ], [ 120.2796699, 30.4490114 ], [ 120.2798142, 30.4490064 ], [ 120.2799476, 30.4488413 ], [ 120.2810178, 30.4472722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783218, 30.4485474 ], [ 120.2764284, 30.4477453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2810883, 30.4473072 ], [ 120.2799061, 30.449107 ], [ 120.2798431, 30.4491599 ], [ 120.2797367, 30.4491584 ], [ 120.2784182, 30.4485882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746618, 30.446997 ], [ 120.274482, 30.4469208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747105, 30.4469021 ], [ 120.2764977, 30.4476452 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764284, 30.4477453 ], [ 120.2746618, 30.446997 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2731375, 30.4495858 ], [ 120.2737351, 30.4483858 ], [ 120.2738745, 30.448091 ], [ 120.2742606, 30.4473522 ], [ 120.274482, 30.4469208 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2746618, 30.446997 ], [ 120.2743076, 30.4476863 ], [ 120.2740046, 30.448276 ], [ 120.2738839, 30.4485026 ], [ 120.2732826, 30.4496077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2764284, 30.4477453 ], [ 120.2753389, 30.4493186 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2753389, 30.4493186 ], [ 120.2764284, 30.4477453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2731375, 30.4495858 ], [ 120.2732826, 30.4496077 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730823, 30.4496624 ], [ 120.2731375, 30.4495858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2732826, 30.4496077 ], [ 120.273183, 30.4496819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498619, 30.4411975 ], [ 120.2498093, 30.4412848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498093, 30.4412848 ], [ 120.2497151, 30.4412422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473803, 30.4450623 ], [ 120.2480462, 30.4440409 ], [ 120.2481563, 30.4438502 ], [ 120.2492587, 30.4420174 ], [ 120.2497151, 30.4412422 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2498093, 30.4412848 ], [ 120.2482554, 30.4438617 ], [ 120.2481448, 30.4440478 ], [ 120.2474516, 30.4450974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2474516, 30.4450974 ], [ 120.2473803, 30.4450623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2473803, 30.4450623 ], [ 120.2474516, 30.4450974 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2474516, 30.4450974 ], [ 120.2481061, 30.4453908 ], [ 120.2516151, 30.4469641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516151, 30.4469641 ], [ 120.2481061, 30.4453908 ], [ 120.2474516, 30.4450974 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448575, 30.4492482 ], [ 120.245018, 30.4490251 ], [ 120.2452219, 30.4486842 ], [ 120.2455202, 30.4481745 ], [ 120.2455324, 30.4481536 ], [ 120.2458839, 30.447564 ], [ 120.2469569, 30.4458162 ], [ 120.2473803, 30.4450623 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "兴国路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2474516, 30.4450974 ], [ 120.2469258, 30.4459827 ], [ 120.2459372, 30.4476111 ], [ 120.2455945, 30.4482012 ], [ 120.2453318, 30.4486691 ], [ 120.2450985, 30.449046 ], [ 120.2449551, 30.4492778 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666698, 30.4449443 ], [ 120.2667193, 30.4448571 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2667193, 30.4448571 ], [ 120.2669081, 30.4449619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668619, 30.4450411 ], [ 120.2666698, 30.4449443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669081, 30.4449619 ], [ 120.2668619, 30.4450411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669081, 30.4449619 ], [ 120.2704801, 30.4458053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "绿洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2704238, 30.4458786 ], [ 120.2668619, 30.4450411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649462, 30.4479769 ], [ 120.2666698, 30.4449443 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2668619, 30.4450411 ], [ 120.2651137, 30.4480327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616528, 30.446501 ], [ 120.2637827, 30.4474748 ], [ 120.2639356, 30.4475441 ], [ 120.2643527, 30.4477152 ], [ 120.2649462, 30.4479769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648914, 30.4480487 ], [ 120.2639088, 30.4476089 ], [ 120.2637371, 30.4475326 ], [ 120.2616095, 30.4465785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2615127, 30.4465351 ], [ 120.2615654, 30.4464619 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616528, 30.446501 ], [ 120.2616095, 30.4465785 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616095, 30.4465785 ], [ 120.2615127, 30.4465351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2594104, 30.4500455 ], [ 120.2594627, 30.4499552 ], [ 120.2595632, 30.4497818 ], [ 120.2596649, 30.4496064 ], [ 120.2613184, 30.4467536 ], [ 120.2615127, 30.4465351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2616095, 30.4465785 ], [ 120.2613827, 30.4467758 ], [ 120.2596624, 30.4497993 ], [ 120.2595557, 30.449981 ], [ 120.2595008, 30.4500745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557951, 30.4487499 ], [ 120.2594104, 30.4500455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2593628, 30.4501276 ], [ 120.258655, 30.4498772 ], [ 120.2557376, 30.4488453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2594104, 30.4500455 ], [ 120.2595008, 30.4500745 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2593628, 30.4501276 ], [ 120.2594104, 30.4500455 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595008, 30.4500745 ], [ 120.2594513, 30.4501589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554225, 30.4487007 ], [ 120.2557951, 30.4487499 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557376, 30.4488453 ], [ 120.2554225, 30.4487007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "昌达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554225, 30.4487007 ], [ 120.2557376, 30.4488453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557951, 30.4487499 ], [ 120.2557376, 30.4488453 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533041, 30.452318 ], [ 120.2546908, 30.4499428 ], [ 120.2554225, 30.4487007 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2557376, 30.4488453 ], [ 120.2546438, 30.450659 ], [ 120.2535758, 30.4524167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532514, 30.452404 ], [ 120.2533041, 30.452318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2533041, 30.452318 ], [ 120.2535758, 30.4524167 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535282, 30.452518 ], [ 120.2532514, 30.452404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535758, 30.4524167 ], [ 120.2535282, 30.452518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2494576, 30.4506018 ], [ 120.2496046, 30.4503711 ], [ 120.24977, 30.4500719 ], [ 120.2508071, 30.4482936 ], [ 120.2512317, 30.4475718 ], [ 120.2516151, 30.4469641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2516151, 30.4469641 ], [ 120.2512317, 30.4475718 ], [ 120.2508071, 30.4482936 ], [ 120.24977, 30.4500719 ], [ 120.2496046, 30.4503711 ], [ 120.2494576, 30.4506018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2449551, 30.4492778 ], [ 120.2475901, 30.4500473 ], [ 120.2494576, 30.4506018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493972, 30.4506762 ], [ 120.2476787, 30.4501806 ], [ 120.2462546, 30.449762 ], [ 120.2448946, 30.4493666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2494576, 30.4506018 ], [ 120.2493972, 30.4506762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493972, 30.4506762 ], [ 120.2494576, 30.4506018 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2494576, 30.4506018 ], [ 120.2510275, 30.4513026 ], [ 120.2521982, 30.4518415 ], [ 120.2526086, 30.4520241 ], [ 120.2529751, 30.4521942 ], [ 120.2533041, 30.452318 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2532514, 30.452404 ], [ 120.2529501, 30.4522881 ], [ 120.2525389, 30.4521051 ], [ 120.252162, 30.4519305 ], [ 120.2509519, 30.451378 ], [ 120.2493972, 30.4506762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2493972, 30.4506762 ], [ 120.2486827, 30.4519774 ], [ 120.247542, 30.4540429 ], [ 120.2471737, 30.4546034 ], [ 120.2464034, 30.4554469 ], [ 120.2461553, 30.4556784 ], [ 120.2449437, 30.456809 ], [ 120.2448399, 30.4568946 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "兴中路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2448399, 30.4568946 ], [ 120.2449437, 30.456809 ], [ 120.2461553, 30.4556784 ], [ 120.2464034, 30.4554469 ], [ 120.2471737, 30.4546034 ], [ 120.247542, 30.4540429 ], [ 120.2486827, 30.4519774 ], [ 120.2493972, 30.4506762 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2594513, 30.4501589 ], [ 120.2593628, 30.4501276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2595008, 30.4500745 ], [ 120.2621093, 30.4510064 ], [ 120.262816, 30.4512313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2627599, 30.4513174 ], [ 120.2621214, 30.4511033 ], [ 120.2594513, 30.4501589 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262816, 30.4512313 ], [ 120.2630264, 30.4512948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2627599, 30.4513174 ], [ 120.262816, 30.4512313 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629724, 30.4513787 ], [ 120.2627599, 30.4513174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573091, 30.4536709 ], [ 120.2582943, 30.451971 ], [ 120.2593628, 30.4501276 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2594513, 30.4501589 ], [ 120.2583714, 30.4519985 ], [ 120.2573765, 30.4536934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2605306, 30.4547359 ], [ 120.2627599, 30.4513174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2629724, 30.4513787 ], [ 120.2607616, 30.4548117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573091, 30.4536709 ], [ 120.2573765, 30.4536934 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2572479, 30.4537765 ], [ 120.2573091, 30.4536709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573765, 30.4536934 ], [ 120.2573155, 30.4537989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573155, 30.4537989 ], [ 120.2572479, 30.4537765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2573765, 30.4536934 ], [ 120.2587338, 30.4541462 ], [ 120.2605306, 30.4547359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2605024, 30.4548518 ], [ 120.2573155, 30.4537989 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2605306, 30.4547359 ], [ 120.2607616, 30.4548117 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2605024, 30.4548518 ], [ 120.2605306, 30.4547359 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607616, 30.4548117 ], [ 120.260666, 30.4549056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.260666, 30.4549056 ], [ 120.2605024, 30.4548518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535758, 30.4524167 ], [ 120.2538748, 30.4525251 ], [ 120.2573091, 30.4536709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2572479, 30.4537765 ], [ 120.2544744, 30.4528602 ], [ 120.2535282, 30.452518 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2497775, 30.4582119 ], [ 120.2498563, 30.4580572 ], [ 120.2500546, 30.4577139 ], [ 120.2508862, 30.4562745 ], [ 120.2519099, 30.4545936 ], [ 120.2527401, 30.4532288 ], [ 120.2529547, 30.4528704 ], [ 120.2532514, 30.452404 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2535282, 30.452518 ], [ 120.2532439, 30.4529912 ], [ 120.2530405, 30.4533444 ], [ 120.2521436, 30.4548206 ], [ 120.2516234, 30.4556934 ], [ 120.2507373, 30.4571452 ], [ 120.250503, 30.4575675 ], [ 120.2501293, 30.4581055 ], [ 120.2500449, 30.4582564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2500449, 30.4582564 ], [ 120.2506419, 30.458403 ], [ 120.2516563, 30.458652 ], [ 120.2540353, 30.4592674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539626, 30.4594395 ], [ 120.2526085, 30.4591155 ], [ 120.2514128, 30.4588067 ], [ 120.250852, 30.4586201 ], [ 120.250267, 30.4584704 ], [ 120.2499427, 30.4583929 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539626, 30.4594395 ], [ 120.2540353, 30.4592674 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540353, 30.4592674 ], [ 120.2539626, 30.4594395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540353, 30.4592674 ], [ 120.2548429, 30.4594576 ], [ 120.2550682, 30.4595108 ], [ 120.2571514, 30.460053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570753, 30.4602406 ], [ 120.2567097, 30.4601443 ], [ 120.2550306, 30.4597188 ], [ 120.2548013, 30.4596611 ], [ 120.2539626, 30.4594395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2709888, 30.4537984 ], [ 120.2667891, 30.4525308 ], [ 120.2665464, 30.4524575 ], [ 120.2629724, 30.4513787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2607616, 30.4548117 ], [ 120.2611214, 30.4549298 ], [ 120.2632442, 30.4556387 ], [ 120.2645177, 30.4560588 ], [ 120.2658767, 30.4565076 ], [ 120.267797, 30.4571422 ], [ 120.268353, 30.4573169 ], [ 120.2691072, 30.4575538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269038, 30.4576873 ], [ 120.2680508, 30.4573428 ], [ 120.2676876, 30.4572161 ], [ 120.2663875, 30.4567744 ], [ 120.2644777, 30.4561545 ], [ 120.2632099, 30.455743 ], [ 120.260666, 30.4549056 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699185, 30.4562477 ], [ 120.2698356, 30.4564504 ], [ 120.2697493, 30.4566293 ], [ 120.2693037, 30.4576034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691072, 30.4575538 ], [ 120.2693037, 30.4576034 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.269038, 30.4576873 ], [ 120.2691072, 30.4575538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693037, 30.4576034 ], [ 120.2692055, 30.4577793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692055, 30.4577793 ], [ 120.269038, 30.4576873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666364, 30.4624351 ], [ 120.2666847, 30.4623389 ], [ 120.2668329, 30.4620679 ], [ 120.2670904, 30.4614831 ], [ 120.2685858, 30.4584672 ], [ 120.269038, 30.4576873 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2692055, 30.4577793 ], [ 120.2688719, 30.4583996 ], [ 120.268541, 30.4590149 ], [ 120.2681621, 30.4597508 ], [ 120.2678408, 30.4604045 ], [ 120.2672874, 30.4615774 ], [ 120.2671448, 30.4620273 ], [ 120.2669531, 30.4624078 ], [ 120.2669185, 30.4625069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539626, 30.4594395 ], [ 120.2538994, 30.4596202 ], [ 120.253489, 30.4607523 ], [ 120.2523841, 30.4631249 ], [ 120.252156, 30.4636254 ], [ 120.2514954, 30.4650747 ], [ 120.2513272, 30.4654438 ], [ 120.2512177, 30.465684 ], [ 120.2509612, 30.466253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2509612, 30.466253 ], [ 120.2512177, 30.465684 ], [ 120.2513272, 30.4654438 ], [ 120.2514954, 30.4650747 ], [ 120.252156, 30.4636254 ], [ 120.2523841, 30.4631249 ], [ 120.253489, 30.4607523 ], [ 120.2538994, 30.4596202 ], [ 120.2539626, 30.4594395 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553647, 30.4667218 ], [ 120.2554647, 30.4661717 ], [ 120.2556069, 30.4653583 ], [ 120.2558883, 30.4637735 ], [ 120.2560051, 30.463052 ], [ 120.2560989, 30.4625883 ], [ 120.2561785, 30.4622192 ], [ 120.2563024, 30.4618333 ], [ 120.2564776, 30.4614428 ], [ 120.2570308, 30.4603022 ], [ 120.2570753, 30.4602406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571874, 30.4602699 ], [ 120.2571478, 30.4603317 ], [ 120.25672, 30.4612186 ], [ 120.2564475, 30.4618058 ], [ 120.2563484, 30.462114 ], [ 120.2562493, 30.4624495 ], [ 120.2561714, 30.462869 ], [ 120.2557033, 30.4654765 ], [ 120.2555023, 30.4667326 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2509612, 30.466253 ], [ 120.2524636, 30.4664542 ], [ 120.2535486, 30.4665785 ], [ 120.2539343, 30.4666079 ], [ 120.2541811, 30.4666293 ], [ 120.2553647, 30.4667218 ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ], "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553365, 30.4668645 ], [ 120.2541677, 30.4667581 ], [ 120.2539182, 30.4667252 ], [ 120.2534374, 30.4666652 ], [ 120.2522642, 30.4665308 ], [ 120.2509494, 30.4663263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553647, 30.4667218 ], [ 120.2555023, 30.4667326 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2553365, 30.4668645 ], [ 120.2553647, 30.4667218 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2555023, 30.4667326 ], [ 120.2554717, 30.4668768 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554717, 30.4668768 ], [ 120.2553365, 30.4668645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783976, 30.4484351 ], [ 120.2784955, 30.4484758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783218, 30.4485474 ], [ 120.2783976, 30.4484351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784955, 30.4484758 ], [ 120.2784182, 30.4485882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784182, 30.4485882 ], [ 120.2783218, 30.4485474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769909, 30.4505374 ], [ 120.2770463, 30.4504541 ], [ 120.2771777, 30.4502414 ], [ 120.2774011, 30.4499106 ], [ 120.2783218, 30.4485474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784182, 30.4485882 ], [ 120.2779411, 30.4492828 ], [ 120.2772903, 30.4502784 ], [ 120.2771616, 30.4504911 ], [ 120.2771145, 30.4505708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769909, 30.4505374 ], [ 120.2771145, 30.4505708 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769261, 30.4506095 ], [ 120.2769909, 30.4505374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "长宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771145, 30.4505708 ], [ 120.2770663, 30.4506474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770663, 30.4506474 ], [ 120.2769931, 30.4506276 ], [ 120.2769261, 30.4506095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2649462, 30.4479769 ], [ 120.2650404, 30.4480185 ], [ 120.2651137, 30.4480327 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2648914, 30.4480487 ], [ 120.2649462, 30.4479769 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651137, 30.4480327 ], [ 120.2650755, 30.4481126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2650755, 30.4481126 ], [ 120.2650027, 30.4480985 ], [ 120.2648914, 30.4480487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2651137, 30.4480327 ], [ 120.2685603, 30.4486998 ], [ 120.268773, 30.448741 ], [ 120.2731375, 30.4495858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2730823, 30.4496624 ], [ 120.2686968, 30.4488135 ], [ 120.2684858, 30.4487727 ], [ 120.2650755, 30.4481126 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.262816, 30.4512313 ], [ 120.2648914, 30.4480487 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2650755, 30.4481126 ], [ 120.2630264, 30.4512948 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630264, 30.4512948 ], [ 120.2629724, 30.4513787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2630264, 30.4512948 ], [ 120.2665895, 30.4523755 ], [ 120.2668372, 30.4524369 ], [ 120.2710193, 30.4537312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273183, 30.4496819 ], [ 120.2730823, 30.4496624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2732826, 30.4496077 ], [ 120.2741194, 30.4497759 ], [ 120.2743101, 30.4498128 ], [ 120.2747481, 30.4499328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747087, 30.4500102 ], [ 120.2742791, 30.4498941 ], [ 120.2740916, 30.4498578 ], [ 120.273183, 30.4496819 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747481, 30.4499328 ], [ 120.2747087, 30.4500102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747087, 30.4500102 ], [ 120.2747481, 30.4499328 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747481, 30.4499328 ], [ 120.2769909, 30.4505374 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769261, 30.4506095 ], [ 120.2747087, 30.4500102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273183, 30.4496819 ], [ 120.2727448, 30.4507233 ], [ 120.2722051, 30.451805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747087, 30.4500102 ], [ 120.2735999, 30.452188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735999, 30.452188 ], [ 120.2747087, 30.4500102 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2710193, 30.4537312 ], [ 120.2712327, 30.4532618 ], [ 120.2717399, 30.452402 ], [ 120.2727936, 30.4502744 ], [ 120.2730823, 30.4496624 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735999, 30.452188 ], [ 120.2722051, 30.451805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722051, 30.451805 ], [ 120.2735999, 30.452188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735999, 30.452188 ], [ 120.2757146, 30.4527488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757146, 30.4527488 ], [ 120.2735999, 30.452188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758499, 30.4527846 ], [ 120.2757951, 30.4527701 ], [ 120.2757146, 30.4527488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757146, 30.4527488 ], [ 120.2757951, 30.4527701 ], [ 120.2758499, 30.4527846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2722051, 30.451805 ], [ 120.2716126, 30.4529926 ], [ 120.271221, 30.4537773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2735999, 30.452188 ], [ 120.2731213, 30.4531279 ], [ 120.2726295, 30.4540995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2726295, 30.4540995 ], [ 120.2731213, 30.4531279 ], [ 120.2735999, 30.452188 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771145, 30.4505708 ], [ 120.2784161, 30.4509198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783729, 30.4509992 ], [ 120.2770663, 30.4506474 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784161, 30.4509198 ], [ 120.2783729, 30.4509992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783729, 30.4509992 ], [ 120.2784161, 30.4509198 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2757146, 30.4527488 ], [ 120.2769261, 30.4506095 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770663, 30.4506474 ], [ 120.2758499, 30.4527846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772659, 30.4532143 ], [ 120.2783729, 30.4509992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2783729, 30.4509992 ], [ 120.2772659, 30.4532143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758499, 30.4527846 ], [ 120.2772659, 30.4532143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772659, 30.4532143 ], [ 120.2758499, 30.4527846 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747853, 30.4545925 ], [ 120.2757146, 30.4527488 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2710193, 30.4537312 ], [ 120.271221, 30.4537773 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2709888, 30.4537984 ], [ 120.2710193, 30.4537312 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271221, 30.4537773 ], [ 120.2711884, 30.4538427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711884, 30.4538427 ], [ 120.2709888, 30.4537984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.271221, 30.4537773 ], [ 120.2726295, 30.4540995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2726008, 30.4541563 ], [ 120.2711884, 30.4538427 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2726295, 30.4540995 ], [ 120.2726008, 30.4541563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2726008, 30.4541563 ], [ 120.2726295, 30.4540995 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2726295, 30.4540995 ], [ 120.2747853, 30.4545925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747644, 30.4546366 ], [ 120.2743765, 30.4545505 ], [ 120.2726008, 30.4541563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2747644, 30.4546366 ], [ 120.2747853, 30.4545925 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2711884, 30.4538427 ], [ 120.2707846, 30.4546518 ], [ 120.2701195, 30.4558413 ], [ 120.2699185, 30.4562477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2726008, 30.4541563 ], [ 120.2716064, 30.4561208 ], [ 120.2715464, 30.4562718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715464, 30.4562718 ], [ 120.2716064, 30.4561208 ], [ 120.2726008, 30.4541563 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2739753, 30.4565758 ], [ 120.2747644, 30.4546366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2691072, 30.4575538 ], [ 120.2691605, 30.4574503 ], [ 120.269593, 30.45656 ], [ 120.2696714, 30.4563979 ], [ 120.270055, 30.4556274 ], [ 120.2704776, 30.4549231 ], [ 120.2709888, 30.4537984 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2758499, 30.4527846 ], [ 120.2748761, 30.4546964 ], [ 120.274128, 30.4565774 ], [ 120.2740563, 30.4567887 ], [ 120.2739101, 30.4572199 ], [ 120.2733707, 30.4588105 ], [ 120.2733182, 30.4589239 ], [ 120.273271, 30.4590261 ], [ 120.273062, 30.4589618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2699185, 30.4562477 ], [ 120.2709149, 30.4561958 ], [ 120.2715464, 30.4562718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715464, 30.4562718 ], [ 120.2709149, 30.4561958 ], [ 120.2699185, 30.4562477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2784161, 30.4509198 ], [ 120.2802327, 30.4514068 ], [ 120.2806163, 30.4515131 ], [ 120.2811635, 30.4516565 ], [ 120.2822494, 30.4519586 ], [ 120.2850786, 30.4527626 ], [ 120.2879277, 30.4535722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879032, 30.4536362 ], [ 120.2850541, 30.4528266 ], [ 120.2842403, 30.4526031 ], [ 120.2822353, 30.4520526 ], [ 120.2816556, 30.4518934 ], [ 120.2805949, 30.4516021 ], [ 120.2801871, 30.4514877 ], [ 120.2783729, 30.4509992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万年路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879277, 30.4535722 ], [ 120.2879032, 30.4536362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万年路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879032, 30.4536362 ], [ 120.2879277, 30.4535722 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万年路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879032, 30.4536362 ], [ 120.2872015, 30.4550755 ], [ 120.2870805, 30.4553238 ], [ 120.2867924, 30.4559147 ], [ 120.2859488, 30.4575982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万年路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859488, 30.4575982 ], [ 120.2867924, 30.4559147 ], [ 120.2870805, 30.4553238 ], [ 120.2872015, 30.4550755 ], [ 120.2879032, 30.4536362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859488, 30.4575982 ], [ 120.287193, 30.4578764 ], [ 120.2885592, 30.4581818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885592, 30.4581818 ], [ 120.287193, 30.4578764 ], [ 120.2859488, 30.4575982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万年路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2841434, 30.4612587 ], [ 120.2844679, 30.4605766 ], [ 120.2852688, 30.4589551 ], [ 120.2856135, 30.4582673 ], [ 120.2859488, 30.4575982 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万年路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2859488, 30.4575982 ], [ 120.2856135, 30.4582673 ], [ 120.2852688, 30.4589551 ], [ 120.2844679, 30.4605766 ], [ 120.2841434, 30.4612587 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2787635, 30.4535256 ], [ 120.2773413, 30.4532372 ], [ 120.2772659, 30.4532143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772659, 30.4532143 ], [ 120.2773413, 30.4532372 ], [ 120.2787635, 30.4535256 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772659, 30.4532143 ], [ 120.2772014, 30.4533223 ], [ 120.2761842, 30.4550253 ], [ 120.2751684, 30.4568939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2751684, 30.4568939 ], [ 120.2761842, 30.4550253 ], [ 120.2772014, 30.4533223 ], [ 120.2772659, 30.4532143 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2773029, 30.4579757 ], [ 120.2772547, 30.4581699 ], [ 120.2772464, 30.4603027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772464, 30.4603027 ], [ 120.2772547, 30.4581699 ], [ 120.2773029, 30.4579757 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772464, 30.4603027 ], [ 120.2769506, 30.4602284 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2769506, 30.4602284 ], [ 120.2772464, 30.4603027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772464, 30.4603027 ], [ 120.2795433, 30.4607627 ], [ 120.2817365, 30.461202 ], [ 120.2839645, 30.4616553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839645, 30.4616553 ], [ 120.2817365, 30.461202 ], [ 120.2795433, 30.4607627 ], [ 120.2772464, 30.4603027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2715464, 30.4562718 ], [ 120.2739753, 30.4565758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2739753, 30.4565758 ], [ 120.2715464, 30.4562718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2693037, 30.4576034 ], [ 120.2694832, 30.4576681 ], [ 120.2699753, 30.4578199 ], [ 120.2730844, 30.4588052 ], [ 120.2731915, 30.4587036 ], [ 120.2737473, 30.4571948 ], [ 120.273905, 30.4567666 ], [ 120.2739753, 30.4565758 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273062, 30.4589618 ], [ 120.269935, 30.4579992 ], [ 120.2694428, 30.4578477 ], [ 120.2692055, 30.4577793 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.273062, 30.4589618 ], [ 120.2729098, 30.4596439 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2729098, 30.4596439 ], [ 120.273062, 30.4589618 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2718135, 30.4637123 ], [ 120.2718234, 30.4635948 ], [ 120.2719581, 30.4621962 ], [ 120.2719662, 30.4620482 ], [ 120.2719688, 30.4619893 ], [ 120.272009, 30.4613859 ], [ 120.2721297, 30.4595062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2721297, 30.4595062 ], [ 120.272009, 30.4613859 ], [ 120.2719688, 30.4619893 ], [ 120.2719662, 30.4620482 ], [ 120.2719581, 30.4621962 ], [ 120.2718234, 30.4635948 ], [ 120.2718135, 30.4637123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717966, 30.4639066 ], [ 120.2718135, 30.4637123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2718135, 30.4637123 ], [ 120.2717966, 30.4639066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3060046, 30.4430776 ], [ 120.3059868, 30.4431555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3060046, 30.4430776 ], [ 120.3086548, 30.4435183 ], [ 120.3089572, 30.4435657 ], [ 120.3091748, 30.4436058 ], [ 120.312954, 30.444225 ], [ 120.3135755, 30.4443402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135227, 30.4444151 ], [ 120.3091585, 30.4436781 ], [ 120.308939, 30.4436431 ], [ 120.308636, 30.4435958 ], [ 120.3059868, 30.4431555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135755, 30.4443402 ], [ 120.3138036, 30.4443779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3135227, 30.4444151 ], [ 120.3135755, 30.4443402 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3138036, 30.4443779 ], [ 120.3137655, 30.4444527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3137655, 30.4444527 ], [ 120.3135227, 30.4444151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3059868, 30.4431555 ], [ 120.3058667, 30.4436801 ], [ 120.3053435, 30.4459012 ], [ 120.3051855, 30.4465722 ], [ 120.3049729, 30.4474748 ], [ 120.3048408, 30.4480355 ], [ 120.3048196, 30.4481378 ], [ 120.3047279, 30.44858 ], [ 120.3044843, 30.4497552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044843, 30.4497552 ], [ 120.3047279, 30.44858 ], [ 120.3048196, 30.4481378 ], [ 120.3048408, 30.4480355 ], [ 120.3049729, 30.4474748 ], [ 120.3051855, 30.4465722 ], [ 120.3053435, 30.4459012 ], [ 120.3058667, 30.4436801 ], [ 120.3059868, 30.4431555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3108159, 30.4504497 ], [ 120.3116089, 30.4485258 ], [ 120.3119428, 30.4477161 ], [ 120.3134472, 30.4445881 ], [ 120.3135227, 30.4444151 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2935081, 30.4405689 ], [ 120.2958727, 30.4412042 ], [ 120.2981616, 30.4417704 ], [ 120.2982401, 30.4417854 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙西路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982274, 30.4418787 ], [ 120.296966, 30.4415444 ], [ 120.2954554, 30.4411678 ], [ 120.2946681, 30.4409715 ], [ 120.2934779, 30.4406732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916191, 30.4480157 ], [ 120.2917973, 30.4473505 ], [ 120.292034, 30.446365 ], [ 120.2921397, 30.4459251 ], [ 120.2924158, 30.4447757 ], [ 120.2925992, 30.4440586 ], [ 120.2929283, 30.4427722 ], [ 120.2932478, 30.4414695 ], [ 120.2934779, 30.4406732 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934779, 30.4406732 ], [ 120.2932478, 30.4414695 ], [ 120.2929283, 30.4427722 ], [ 120.2925992, 30.4440586 ], [ 120.2924158, 30.4447757 ], [ 120.2921397, 30.4459251 ], [ 120.292034, 30.446365 ], [ 120.2917973, 30.4473505 ], [ 120.2916191, 30.4480157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2915541, 30.448235 ], [ 120.2916191, 30.4480157 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916191, 30.4480157 ], [ 120.2915541, 30.448235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2916191, 30.4480157 ], [ 120.2917531, 30.4480173 ], [ 120.2922637, 30.4481151 ], [ 120.2960869, 30.4486385 ], [ 120.2969683, 30.4486922 ], [ 120.297059, 30.4486977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2970022, 30.449045 ], [ 120.2969089, 30.449032 ], [ 120.2946055, 30.448711 ], [ 120.2941629, 30.4486493 ], [ 120.2916517, 30.44825 ], [ 120.2915541, 30.448235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2915541, 30.448235 ], [ 120.290841, 30.4510217 ], [ 120.2906486, 30.451761 ], [ 120.2905364, 30.4521987 ], [ 120.2904546, 30.4524923 ], [ 120.2900764, 30.4541766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900764, 30.4541766 ], [ 120.2904546, 30.4524923 ], [ 120.2905364, 30.4521987 ], [ 120.2906486, 30.451761 ], [ 120.290841, 30.4510217 ], [ 120.2915541, 30.448235 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2970022, 30.449045 ], [ 120.297059, 30.4486977 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2971988, 30.4487114 ], [ 120.2971488, 30.4490655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2971488, 30.4490655 ], [ 120.2970022, 30.449045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2971988, 30.4487114 ], [ 120.2972939, 30.4487406 ], [ 120.2973825, 30.4487678 ], [ 120.2989944, 30.4489682 ], [ 120.3007416, 30.4491928 ], [ 120.3015284, 30.4492985 ], [ 120.3024543, 30.4494935 ], [ 120.3036951, 30.4496539 ], [ 120.3043939, 30.4497443 ], [ 120.3044843, 30.4497552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044555, 30.4498562 ], [ 120.3043993, 30.4498487 ], [ 120.3035484, 30.4497758 ], [ 120.3025407, 30.4496073 ], [ 120.3016451, 30.449556 ], [ 120.3008617, 30.4494637 ], [ 120.2996534, 30.4493271 ], [ 120.2984886, 30.4492236 ], [ 120.298316, 30.4492032 ], [ 120.2972446, 30.4490768 ], [ 120.2971488, 30.4490655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044843, 30.4497552 ], [ 120.3044555, 30.4498562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044555, 30.4498562 ], [ 120.3044843, 30.4497552 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3025812, 30.4566717 ], [ 120.3028146, 30.4557553 ], [ 120.3029983, 30.4550338 ], [ 120.303297, 30.4539548 ], [ 120.3034253, 30.4535631 ], [ 120.3034951, 30.4533225 ], [ 120.3036785, 30.4526592 ], [ 120.3044555, 30.4498562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044555, 30.4498562 ], [ 120.3036785, 30.4526592 ], [ 120.3034951, 30.4533225 ], [ 120.3034253, 30.4535631 ], [ 120.303297, 30.4539548 ], [ 120.3029983, 30.4550338 ], [ 120.3028146, 30.4557553 ], [ 120.3025812, 30.4566717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001014, 30.4562009 ], [ 120.3006057, 30.4540705 ], [ 120.300839, 30.4530848 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2958762, 30.4553779 ], [ 120.2959631, 30.4551259 ], [ 120.2964215, 30.4523721 ], [ 120.2964608, 30.4521471 ], [ 120.2969976, 30.4490733 ], [ 120.2970022, 30.449045 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2971488, 30.4490655 ], [ 120.297144, 30.4490992 ], [ 120.2968731, 30.4505698 ], [ 120.2966317, 30.4520404 ], [ 120.2966052, 30.4521923 ], [ 120.2965777, 30.4523499 ], [ 120.29657, 30.4523942 ], [ 120.2960979, 30.4551734 ], [ 120.2960284, 30.4554062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879277, 30.4535722 ], [ 120.2899956, 30.4541598 ], [ 120.2900764, 30.4541766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290048, 30.4542467 ], [ 120.2899742, 30.4542246 ], [ 120.2879032, 30.4536362 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900764, 30.4541766 ], [ 120.290048, 30.4542467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290048, 30.4542467 ], [ 120.2900764, 30.4541766 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2900764, 30.4541766 ], [ 120.294119, 30.4550213 ], [ 120.2950291, 30.4551907 ], [ 120.2953792, 30.4552715 ], [ 120.2958762, 30.4553779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3000851, 30.4562713 ], [ 120.2960182, 30.4554778 ], [ 120.2958655, 30.4554494 ], [ 120.295469, 30.455371 ], [ 120.2951042, 30.4552982 ], [ 120.2940967, 30.4550879 ], [ 120.290048, 30.4542467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2958762, 30.4553779 ], [ 120.2960284, 30.4554062 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885592, 30.4581818 ], [ 120.2890315, 30.4569863 ], [ 120.2894649, 30.4558182 ], [ 120.290048, 30.4542467 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3109362, 30.4506858 ], [ 120.3107281, 30.4515361 ], [ 120.3101645, 30.4545476 ], [ 120.3094906, 30.457764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3127635, 30.4549646 ], [ 120.3162337, 30.4555199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3162337, 30.4555199 ], [ 120.3127635, 30.4549646 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3025812, 30.4566717 ], [ 120.3033558, 30.4567968 ], [ 120.3043632, 30.4569594 ], [ 120.3051343, 30.4570842 ], [ 120.3055179, 30.4571363 ], [ 120.3060586, 30.4572238 ], [ 120.3092193, 30.4577165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3092035, 30.4577871 ], [ 120.3084691, 30.4576716 ], [ 120.3060446, 30.4572901 ], [ 120.3055139, 30.4572033 ], [ 120.3051116, 30.4571478 ], [ 120.3025658, 30.4567425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3092193, 30.4577165 ], [ 120.3094906, 30.457764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3092035, 30.4577871 ], [ 120.3092193, 30.4577165 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094906, 30.457764 ], [ 120.3094742, 30.4578297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094742, 30.4578297 ], [ 120.3094906, 30.457764 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094742, 30.4578297 ], [ 120.3092035, 30.4577871 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.300839, 30.4530848 ], [ 120.3006057, 30.4540705 ], [ 120.3001014, 30.4562009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2960284, 30.4554062 ], [ 120.3001014, 30.4562009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3000851, 30.4562713 ], [ 120.3001014, 30.4562009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001014, 30.4562009 ], [ 120.3000851, 30.4562713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3001014, 30.4562009 ], [ 120.3010589, 30.4563877 ], [ 120.3022366, 30.4566175 ], [ 120.3025812, 30.4566717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3025658, 30.4567425 ], [ 120.3022276, 30.4566893 ], [ 120.3014658, 30.4565407 ], [ 120.3010483, 30.4564592 ], [ 120.3000851, 30.4562713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3025658, 30.4567425 ], [ 120.3025812, 30.4566717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3025812, 30.4566717 ], [ 120.3025658, 30.4567425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3000851, 30.4562713 ], [ 120.2995086, 30.4588371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2995086, 30.4588371 ], [ 120.3000851, 30.4562713 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.290048, 30.4542467 ], [ 120.2894649, 30.4558182 ], [ 120.2890315, 30.4569863 ], [ 120.2885592, 30.4581818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2960284, 30.4554062 ], [ 120.2960244, 30.4554238 ], [ 120.2960006, 30.4555297 ], [ 120.2959799, 30.4556219 ], [ 120.2957009, 30.4566 ], [ 120.2954917, 30.4572219 ], [ 120.2952236, 30.4581074 ], [ 120.2950814, 30.4585328 ], [ 120.294856, 30.4592958 ], [ 120.294788, 30.4594832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2911111, 30.4587288 ], [ 120.28985, 30.4584585 ], [ 120.2885592, 30.4581818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885592, 30.4581818 ], [ 120.28985, 30.4584585 ], [ 120.2911111, 30.4587288 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2933181, 30.4637085 ], [ 120.2933756, 30.4635382 ], [ 120.2936022, 30.4628097 ], [ 120.2945882, 30.4596404 ], [ 120.2946437, 30.4594726 ], [ 120.2946789, 30.4593663 ], [ 120.2947148, 30.4592578 ], [ 120.2949621, 30.4584946 ], [ 120.2950972, 30.4580693 ], [ 120.2954033, 30.4571062 ], [ 120.2955696, 30.4565883 ], [ 120.2956713, 30.45625 ], [ 120.2958153, 30.4556008 ], [ 120.2958428, 30.4555002 ], [ 120.2958715, 30.4553953 ], [ 120.2958762, 30.4553779 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2982117, 30.4611008 ], [ 120.2976749, 30.4607767 ], [ 120.2962332, 30.4599063 ], [ 120.2948948, 30.4595602 ], [ 120.294788, 30.4594832 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294788, 30.4594832 ], [ 120.2948948, 30.4595602 ], [ 120.2962332, 30.4599063 ], [ 120.2976749, 30.4607767 ], [ 120.2982117, 30.4611008 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.294788, 30.4594832 ], [ 120.294736, 30.4596804 ], [ 120.2943913, 30.4607872 ], [ 120.2940729, 30.4618097 ], [ 120.293523, 30.4635753 ], [ 120.2934489, 30.4637777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2933181, 30.4637085 ], [ 120.2932409, 30.4636783 ], [ 120.2925503, 30.463419 ], [ 120.2923821, 30.4633773 ], [ 120.2922108, 30.4633349 ], [ 120.2916169, 30.4631878 ], [ 120.2911349, 30.4630973 ], [ 120.2901774, 30.4629175 ], [ 120.2901148, 30.4629057 ], [ 120.2894845, 30.4627855 ], [ 120.287383, 30.4623261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.287383, 30.4623261 ], [ 120.2894845, 30.4627855 ], [ 120.2901148, 30.4629057 ], [ 120.2901774, 30.4629175 ], [ 120.2911349, 30.4630973 ], [ 120.2916169, 30.4631878 ], [ 120.2922108, 30.4633349 ], [ 120.2923821, 30.4633773 ], [ 120.2925503, 30.463419 ], [ 120.2932409, 30.4636783 ], [ 120.2933181, 30.4637085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2885592, 30.4581818 ], [ 120.2880596, 30.4594465 ], [ 120.2876531, 30.46065 ], [ 120.2875471, 30.4611477 ], [ 120.287464, 30.4616494 ], [ 120.287383, 30.4623261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.287383, 30.4623261 ], [ 120.287464, 30.4616494 ], [ 120.2875471, 30.4611477 ], [ 120.2876531, 30.46065 ], [ 120.2880596, 30.4594465 ], [ 120.2885592, 30.4581818 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839645, 30.4616553 ], [ 120.2851053, 30.4618874 ], [ 120.2852922, 30.4619254 ], [ 120.287383, 30.4623261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.287383, 30.4623261 ], [ 120.2852922, 30.4619254 ], [ 120.2851053, 30.4618874 ], [ 120.2839645, 30.4616553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万年路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830414, 30.4657985 ], [ 120.2830718, 30.4656825 ], [ 120.2832685, 30.4643474 ], [ 120.2834452, 30.4631897 ], [ 120.283675, 30.4623367 ], [ 120.2839645, 30.4616553 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "万年路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2839645, 30.4616553 ], [ 120.283675, 30.4623367 ], [ 120.2834452, 30.4631897 ], [ 120.2832685, 30.4643474 ], [ 120.2830718, 30.4656825 ], [ 120.2830414, 30.4657985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.287383, 30.4623261 ], [ 120.2867998, 30.4657704 ], [ 120.2867086, 30.4663093 ], [ 120.2866822, 30.466441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866822, 30.466441 ], [ 120.2867086, 30.4663093 ], [ 120.2867998, 30.4657704 ], [ 120.287383, 30.4623261 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2830414, 30.4657985 ], [ 120.2866822, 30.466441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866822, 30.466441 ], [ 120.2866382, 30.4666183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2933181, 30.4637085 ], [ 120.2934489, 30.4637777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "宏达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934489, 30.4637777 ], [ 120.2933181, 30.4637085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922271, 30.4674028 ], [ 120.2922466, 30.4672737 ], [ 120.2922606, 30.4671815 ], [ 120.2924699, 30.4664954 ], [ 120.2925172, 30.4663403 ], [ 120.2926755, 30.4658085 ], [ 120.2932683, 30.4638562 ], [ 120.2933181, 30.4637085 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934489, 30.4637777 ], [ 120.2934034, 30.4639022 ], [ 120.2932028, 30.4645497 ], [ 120.2930989, 30.4648849 ], [ 120.2928042, 30.4658363 ], [ 120.2926957, 30.4661596 ], [ 120.2926406, 30.4663842 ], [ 120.2924534, 30.4671253 ], [ 120.2924286, 30.4672235 ], [ 120.2924132, 30.4673108 ], [ 120.2923921, 30.4674303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866822, 30.466441 ], [ 120.2920369, 30.4673646 ], [ 120.2922271, 30.4674028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2921995, 30.467585 ], [ 120.2920022, 30.4675425 ], [ 120.2898115, 30.4671619 ], [ 120.2868845, 30.4666686 ], [ 120.2866382, 30.4666183 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2922271, 30.4674028 ], [ 120.2923921, 30.4674303 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2921995, 30.467585 ], [ 120.2922271, 30.4674028 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923921, 30.4674303 ], [ 120.2923625, 30.4675981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923625, 30.4675981 ], [ 120.2921995, 30.467585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3025658, 30.4567425 ], [ 120.3019975, 30.4590247 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "红丰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3019975, 30.4590247 ], [ 120.3025658, 30.4567425 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2970012, 30.4585279 ], [ 120.2995086, 30.4588371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2995086, 30.4588371 ], [ 120.2970012, 30.4585279 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2995086, 30.4588371 ], [ 120.3019659, 30.4592212 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3019659, 30.4592212 ], [ 120.2995086, 30.4588371 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3022622, 30.4775671 ], [ 120.3022891, 30.477335 ], [ 120.3023565, 30.4767533 ], [ 120.3024173, 30.4761713 ], [ 120.3024383, 30.4759704 ], [ 120.3024691, 30.4756761 ], [ 120.3025871, 30.4746497 ], [ 120.3027588, 30.473406 ], [ 120.302818, 30.4730354 ], [ 120.3028413, 30.4728896 ], [ 120.3028607, 30.472768 ], [ 120.3030389, 30.4724336 ], [ 120.303116, 30.4722955 ], [ 120.3031335, 30.4722608 ], [ 120.3032684, 30.4720849 ], [ 120.3036335, 30.4715576 ], [ 120.3037069, 30.4714827 ], [ 120.3038509, 30.4712887 ], [ 120.3041013, 30.4708985 ], [ 120.3041804, 30.4707753 ], [ 120.3043619, 30.4704842 ], [ 120.3046041, 30.4700956 ], [ 120.3047065, 30.4698751 ], [ 120.304926, 30.4694021 ], [ 120.3050132, 30.469134 ], [ 120.3047504, 30.4690335 ], [ 120.3045929, 30.4689733 ], [ 120.3042635, 30.4688473 ], [ 120.3039349, 30.4687363 ], [ 120.3035308, 30.4686138 ], [ 120.3028446, 30.4684057 ], [ 120.3021902, 30.46826 ], [ 120.3017059, 30.4681972 ], [ 120.301584, 30.4681814 ], [ 120.300892, 30.4681861 ], [ 120.3007222, 30.4681844 ], [ 120.3004145, 30.4681814 ], [ 120.2998298, 30.4681121 ], [ 120.2992826, 30.4679641 ], [ 120.2981454, 30.4673723 ], [ 120.2978879, 30.4671642 ], [ 120.297727, 30.4669007 ], [ 120.2977068, 30.4668659 ], [ 120.2976668, 30.466797 ], [ 120.2975446, 30.4665863 ], [ 120.2974266, 30.4664953 ], [ 120.2971744, 30.4663009 ], [ 120.2969867, 30.4661563 ], [ 120.2964127, 30.4658049 ], [ 120.2956617, 30.4652778 ], [ 120.2954367, 30.4651285 ], [ 120.2949857, 30.4648292 ], [ 120.2947458, 30.4646576 ], [ 120.2943537, 30.464377 ], [ 120.294165, 30.464242 ], [ 120.2935533, 30.4638439 ], [ 120.2934489, 30.4637777 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "湖潭路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2934489, 30.4637777 ], [ 120.2935533, 30.4638439 ], [ 120.294165, 30.464242 ], [ 120.2943537, 30.464377 ], [ 120.2947458, 30.4646576 ], [ 120.2949857, 30.4648292 ], [ 120.2954367, 30.4651285 ], [ 120.2956617, 30.4652778 ], [ 120.2964127, 30.4658049 ], [ 120.2969867, 30.4661563 ], [ 120.2971744, 30.4663009 ], [ 120.2974266, 30.4664953 ], [ 120.2975446, 30.4665863 ], [ 120.2976668, 30.466797 ], [ 120.2977068, 30.4668659 ], [ 120.297727, 30.4669007 ], [ 120.2978879, 30.4671642 ], [ 120.2981454, 30.4673723 ], [ 120.2992826, 30.4679641 ], [ 120.2998298, 30.4681121 ], [ 120.3004145, 30.4681814 ], [ 120.3007222, 30.4681844 ], [ 120.300892, 30.4681861 ], [ 120.301584, 30.4681814 ], [ 120.3017059, 30.4681972 ], [ 120.3021902, 30.46826 ], [ 120.3028446, 30.4684057 ], [ 120.3035308, 30.4686138 ], [ 120.3039349, 30.4687363 ], [ 120.3042635, 30.4688473 ], [ 120.3045929, 30.4689733 ], [ 120.3047504, 30.4690335 ], [ 120.3050132, 30.469134 ], [ 120.304926, 30.4694021 ], [ 120.3047065, 30.4698751 ], [ 120.3046041, 30.4700956 ], [ 120.3043619, 30.4704842 ], [ 120.3041804, 30.4707753 ], [ 120.3041013, 30.4708985 ], [ 120.3038509, 30.4712887 ], [ 120.3037069, 30.4714827 ], [ 120.3036335, 30.4715576 ], [ 120.3032684, 30.4720849 ], [ 120.3031335, 30.4722608 ], [ 120.303116, 30.4722955 ], [ 120.3030389, 30.4724336 ], [ 120.3028607, 30.472768 ], [ 120.3028413, 30.4728896 ], [ 120.302818, 30.4730354 ], [ 120.3027588, 30.473406 ], [ 120.3025871, 30.4746497 ], [ 120.3024691, 30.4756761 ], [ 120.3024383, 30.4759704 ], [ 120.3024173, 30.4761713 ], [ 120.3023565, 30.4767533 ], [ 120.3022891, 30.477335 ], [ 120.3022622, 30.4775671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2911775, 30.4769442 ], [ 120.2912828, 30.4769435 ], [ 120.2913773, 30.4769428 ], [ 120.2917754, 30.47694 ], [ 120.2922052, 30.47694 ], [ 120.2926883, 30.47694 ], [ 120.2932513, 30.4769794 ], [ 120.2935544, 30.4770982 ], [ 120.2938675, 30.4771433 ], [ 120.2958302, 30.4772722 ], [ 120.2975267, 30.4773596 ], [ 120.2976759, 30.4773647 ], [ 120.2986792, 30.477399 ], [ 120.2993943, 30.4774481 ], [ 120.3001911, 30.4774762 ], [ 120.3002311, 30.4774776 ], [ 120.3008549, 30.4775006 ], [ 120.3022622, 30.4775671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3022497, 30.4776748 ], [ 120.3008055, 30.4775694 ], [ 120.3002442, 30.4775792 ], [ 120.3002048, 30.4775773 ], [ 120.299439, 30.4775401 ], [ 120.2981008, 30.4774668 ], [ 120.2958213, 30.4773691 ], [ 120.2938424, 30.4772274 ], [ 120.2935263, 30.4773472 ], [ 120.2933037, 30.4773398 ], [ 120.292697, 30.4773104 ], [ 120.2922094, 30.4772762 ], [ 120.2918805, 30.4772323 ], [ 120.2912968, 30.4772082 ], [ 120.2911499, 30.4772022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3251861, 30.4428006 ], [ 120.3245649, 30.4430067 ], [ 120.3244487, 30.4430316 ], [ 120.3240738, 30.443112 ], [ 120.3236554, 30.4431499 ], [ 120.3232127, 30.4431234 ], [ 120.3226886, 30.4430444 ], [ 120.3226352, 30.4430352 ], [ 120.3223147, 30.4429797 ], [ 120.3217698, 30.4428823 ], [ 120.321258, 30.4427908 ], [ 120.3207683, 30.4427033 ], [ 120.3202785, 30.4426157 ], [ 120.3190518, 30.4423834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3190518, 30.4423834 ], [ 120.3202785, 30.4426157 ], [ 120.3207683, 30.4427033 ], [ 120.321258, 30.4427908 ], [ 120.3217698, 30.4428823 ], [ 120.3223147, 30.4429797 ], [ 120.3226352, 30.4430352 ], [ 120.3226886, 30.4430444 ], [ 120.3232127, 30.4431234 ], [ 120.3236554, 30.4431499 ], [ 120.3240738, 30.443112 ], [ 120.3244487, 30.4430316 ], [ 120.3245649, 30.4430067 ], [ 120.3251861, 30.4428006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3253345, 30.4427515 ], [ 120.3251861, 30.4428006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "振兴东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3251861, 30.4428006 ], [ 120.3253345, 30.4427515 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3190518, 30.4423834 ], [ 120.3189561, 30.4428616 ], [ 120.3187124, 30.4440784 ], [ 120.3185816, 30.4447317 ], [ 120.3185374, 30.444952 ], [ 120.318498, 30.445154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.318498, 30.445154 ], [ 120.3185374, 30.444952 ], [ 120.3185816, 30.4447317 ], [ 120.3187124, 30.4440784 ], [ 120.3189561, 30.4428616 ], [ 120.3190518, 30.4423834 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3253345, 30.4427515 ], [ 120.3254967, 30.4430846 ], [ 120.3264778, 30.4450442 ], [ 120.3266717, 30.4454366 ], [ 120.327267, 30.4466049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270478, 30.446564 ], [ 120.3269055, 30.446257 ], [ 120.3265443, 30.4454774 ], [ 120.3263509, 30.4450979 ], [ 120.3258917, 30.4441876 ], [ 120.3255443, 30.4435228 ], [ 120.3255009, 30.4434354 ], [ 120.3251861, 30.4428006 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3138036, 30.4443779 ], [ 120.3157438, 30.4446988 ], [ 120.3160228, 30.444745 ], [ 120.318498, 30.445154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3184763, 30.4452481 ], [ 120.3179065, 30.4451173 ], [ 120.3160214, 30.4448121 ], [ 120.3157586, 30.4447716 ], [ 120.3145266, 30.4445706 ], [ 120.3137655, 30.4444527 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3184763, 30.4452481 ], [ 120.318498, 30.445154 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.318498, 30.445154 ], [ 120.3184763, 30.4452481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.318498, 30.445154 ], [ 120.3188744, 30.4451972 ], [ 120.3224861, 30.4458045 ], [ 120.3257449, 30.4463525 ], [ 120.3259416, 30.4463856 ], [ 120.3263251, 30.4464504 ], [ 120.3268468, 30.4465409 ], [ 120.3270478, 30.446564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270915, 30.4466533 ], [ 120.326687, 30.4466001 ], [ 120.3263238, 30.4465359 ], [ 120.3259309, 30.4464735 ], [ 120.3238905, 30.4461381 ], [ 120.3216783, 30.4457744 ], [ 120.3184763, 30.4452481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270478, 30.446564 ], [ 120.327267, 30.4466049 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3270915, 30.4466533 ], [ 120.3270478, 30.446564 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.327267, 30.4466049 ], [ 120.3273328, 30.4466992 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "北沙东路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3273328, 30.4466992 ], [ 120.3270915, 30.4466533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3184763, 30.4452481 ], [ 120.3181293, 30.446755 ], [ 120.3177209, 30.4486464 ], [ 120.3172066, 30.4510281 ], [ 120.3171312, 30.451502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171312, 30.451502 ], [ 120.3172066, 30.4510281 ], [ 120.3177209, 30.4486464 ], [ 120.3181293, 30.446755 ], [ 120.3184763, 30.4452481 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3304403, 30.453574 ], [ 120.3304247, 30.4533297 ], [ 120.3303057, 30.4529061 ], [ 120.330079, 30.4523771 ], [ 120.3293428, 30.4509928 ], [ 120.3291165, 30.4505404 ], [ 120.3286173, 30.449607 ], [ 120.328083, 30.4486351 ], [ 120.3274384, 30.4473676 ], [ 120.3270915, 30.4466533 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "星光街" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3273328, 30.4466992 ], [ 120.3276149, 30.4473352 ], [ 120.3288049, 30.4495588 ], [ 120.3289196, 30.4498398 ], [ 120.329233, 30.4504849 ], [ 120.3302418, 30.452441 ], [ 120.3305074, 30.4530694 ], [ 120.3306018, 30.4536655 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171254, 30.4516938 ], [ 120.3171312, 30.451502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171312, 30.451502 ], [ 120.3171254, 30.4516938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171312, 30.451502 ], [ 120.3229401, 30.4524709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3228993, 30.4526273 ], [ 120.3227743, 30.4526056 ], [ 120.3171254, 30.4516938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3229401, 30.4524709 ], [ 120.3228993, 30.4526273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3228993, 30.4526273 ], [ 120.3229401, 30.4524709 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3229401, 30.4524709 ], [ 120.3250598, 30.4528485 ], [ 120.3254856, 30.452916 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254292, 30.4530616 ], [ 120.3250092, 30.4529823 ], [ 120.3249173, 30.4529669 ], [ 120.3228993, 30.4526273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3137655, 30.4444527 ], [ 120.3121843, 30.4477582 ], [ 120.311768, 30.4486138 ], [ 120.3110186, 30.4504826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3044843, 30.4497552 ], [ 120.3069983, 30.4500587 ], [ 120.3073033, 30.4500955 ], [ 120.3076126, 30.4501328 ], [ 120.307689, 30.4501422 ], [ 120.3108159, 30.4504497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3107255, 30.4506562 ], [ 120.3076947, 30.4502467 ], [ 120.307666, 30.4502432 ], [ 120.3076185, 30.4502373 ], [ 120.3072885, 30.4501975 ], [ 120.3069826, 30.4501607 ], [ 120.3044555, 30.4498562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3108159, 30.4504497 ], [ 120.3110186, 30.4504826 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3107255, 30.4506562 ], [ 120.3108159, 30.4504497 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3110186, 30.4504826 ], [ 120.3109362, 30.4506858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3109362, 30.4506858 ], [ 120.3107255, 30.4506562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3110186, 30.4504826 ], [ 120.3122459, 30.4506817 ], [ 120.3124859, 30.4507078 ], [ 120.3136553, 30.4509158 ], [ 120.3140303, 30.4509566 ], [ 120.3171312, 30.451502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "临平大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171254, 30.4516938 ], [ 120.3169311, 30.4516586 ], [ 120.3135454, 30.4510531 ], [ 120.3123961, 30.4508829 ], [ 120.3121188, 30.4508516 ], [ 120.3109362, 30.4506858 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3092193, 30.4577165 ], [ 120.3094464, 30.4567042 ], [ 120.309937, 30.4545166 ], [ 120.3102708, 30.4529027 ], [ 120.31032, 30.4527046 ], [ 120.3107255, 30.4506562 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3254856, 30.452916 ], [ 120.3258621, 30.4528911 ], [ 120.3281047, 30.4532645 ], [ 120.3293525, 30.4534723 ], [ 120.3300606, 30.4536095 ], [ 120.3304403, 30.453574 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3303986, 30.4541012 ], [ 120.3296583, 30.4538684 ], [ 120.3285211, 30.4536557 ], [ 120.3280517, 30.4535739 ], [ 120.3257172, 30.4531963 ], [ 120.3254292, 30.4530616 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3162337, 30.4555199 ], [ 120.3171254, 30.4516938 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3171254, 30.4516938 ], [ 120.3162337, 30.4555199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322067, 30.4563902 ], [ 120.3228993, 30.4526273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3228993, 30.4526273 ], [ 120.322067, 30.4563902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3162337, 30.4555199 ], [ 120.322067, 30.4563902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322067, 30.4563902 ], [ 120.3162337, 30.4555199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322067, 30.4563902 ], [ 120.3240967, 30.4567237 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3240967, 30.4567237 ], [ 120.322067, 30.4563902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3162337, 30.4555199 ], [ 120.3156178, 30.4582542 ], [ 120.3155641, 30.4585085 ], [ 120.3155266, 30.4586718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3155266, 30.4586718 ], [ 120.3155641, 30.4585085 ], [ 120.3156178, 30.4582542 ], [ 120.3162337, 30.4555199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213761, 30.4595317 ], [ 120.3216769, 30.4581698 ], [ 120.3217104, 30.4580195 ], [ 120.322067, 30.4563902 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.322067, 30.4563902 ], [ 120.3217104, 30.4580195 ], [ 120.3216769, 30.4581698 ], [ 120.3213761, 30.4595317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3155266, 30.4586718 ], [ 120.3160369, 30.4587468 ], [ 120.3213761, 30.4595317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213608, 30.4596015 ], [ 120.3155144, 30.4587363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213761, 30.4595317 ], [ 120.3213608, 30.4596015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213608, 30.4596015 ], [ 120.3213761, 30.4595317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213761, 30.4595317 ], [ 120.3219173, 30.4596206 ], [ 120.3225289, 30.459721 ], [ 120.3232607, 30.4598411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3232607, 30.4598411 ], [ 120.3231293, 30.459883 ], [ 120.3225182, 30.4597857 ], [ 120.3213608, 30.4596015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3208632, 30.4618639 ], [ 120.3210058, 30.4612157 ], [ 120.3213608, 30.4596015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新纺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3213608, 30.4596015 ], [ 120.3210058, 30.4612157 ], [ 120.3208632, 30.4618639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "千金桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3232607, 30.4598411 ], [ 120.3238629, 30.4599318 ], [ 120.3243779, 30.4600094 ], [ 120.3246833, 30.4600566 ], [ 120.3248536, 30.4606152 ], [ 120.3250787, 30.4610001 ], [ 120.3255555, 30.4615328 ], [ 120.3260643, 30.462056 ], [ 120.326141, 30.4622503 ], [ 120.3263089, 30.4626757 ], [ 120.3267117, 30.4638689 ], [ 120.326912, 30.4643352 ], [ 120.3271578, 30.4646915 ], [ 120.3275178, 30.4650726 ], [ 120.3279083, 30.4653551 ], [ 120.3294518, 30.4662286 ], [ 120.3296068, 30.4663749 ], [ 120.329735, 30.4666104 ], [ 120.3297826, 30.4668088 ], [ 120.3297727, 30.4670271 ], [ 120.3296982, 30.4682574 ], [ 120.3296784, 30.46871 ], [ 120.3296479, 30.4692765 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "千金桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3296479, 30.4692765 ], [ 120.3296784, 30.46871 ], [ 120.3296982, 30.4682574 ], [ 120.3297727, 30.4670271 ], [ 120.3297826, 30.4668088 ], [ 120.329735, 30.4666104 ], [ 120.3296068, 30.4663749 ], [ 120.3294518, 30.4662286 ], [ 120.3279083, 30.4653551 ], [ 120.3275178, 30.4650726 ], [ 120.3271578, 30.4646915 ], [ 120.326912, 30.4643352 ], [ 120.3267117, 30.4638689 ], [ 120.3263089, 30.4626757 ], [ 120.326141, 30.4622503 ], [ 120.3260643, 30.462056 ], [ 120.3255555, 30.4615328 ], [ 120.3250787, 30.4610001 ], [ 120.3248536, 30.4606152 ], [ 120.3246833, 30.4600566 ], [ 120.3243779, 30.4600094 ], [ 120.3238629, 30.4599318 ], [ 120.3232607, 30.4598411 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094906, 30.457764 ], [ 120.3095937, 30.4577786 ], [ 120.3099583, 30.4578303 ], [ 120.3109011, 30.457964 ], [ 120.3116119, 30.4580773 ], [ 120.3119713, 30.4581282 ], [ 120.3155266, 30.4586718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "五洲路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3155144, 30.4587363 ], [ 120.3149434, 30.4586519 ], [ 120.3119458, 30.4582091 ], [ 120.3116025, 30.4581571 ], [ 120.3108247, 30.458038 ], [ 120.3094742, 30.4578297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3094742, 30.4578297 ], [ 120.3092629, 30.4587924 ], [ 120.3091172, 30.4594566 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新丝路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3091172, 30.4594566 ], [ 120.3092629, 30.4587924 ], [ 120.3094742, 30.4578297 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3155144, 30.4587363 ], [ 120.3155266, 30.4586718 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3155266, 30.4586718 ], [ 120.3155144, 30.4587363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3150159, 30.4611921 ], [ 120.3155144, 30.4587363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "新天路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3155144, 30.4587363 ], [ 120.3150159, 30.4611921 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071406, 30.50055 ], [ 120.3072473, 30.5005428 ], [ 120.3080981, 30.5004853 ], [ 120.3086721, 30.5003443 ], [ 120.3092917, 30.5003281 ], [ 120.3093943, 30.500292 ], [ 120.3094392, 30.5002288 ], [ 120.3094371, 30.500155 ], [ 120.3094231, 30.499651 ], [ 120.3093945, 30.4991469 ], [ 120.3093909, 30.4990825 ], [ 120.30934, 30.4987589 ], [ 120.309319, 30.4986035 ], [ 120.3093131, 30.4985602 ], [ 120.3092798, 30.4984304 ], [ 120.3092592, 30.4983502 ], [ 120.3092461, 30.498299 ], [ 120.3091388, 30.4980378 ], [ 120.3088927, 30.4969825 ], [ 120.3085816, 30.4956027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3085816, 30.4956027 ], [ 120.3088927, 30.4969825 ], [ 120.3091388, 30.4980378 ], [ 120.3092461, 30.498299 ], [ 120.3092592, 30.4983502 ], [ 120.3092798, 30.4984304 ], [ 120.3093131, 30.4985602 ], [ 120.309319, 30.4986035 ], [ 120.30934, 30.4987589 ], [ 120.3093909, 30.4990825 ], [ 120.3093945, 30.4991469 ], [ 120.3094231, 30.499651 ], [ 120.3094371, 30.500155 ], [ 120.3094392, 30.5002288 ], [ 120.3093943, 30.500292 ], [ 120.3092917, 30.5003281 ], [ 120.3086721, 30.5003443 ], [ 120.3080981, 30.5004853 ], [ 120.3072473, 30.5005428 ], [ 120.3071406, 30.50055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2666364, 30.4624351 ], [ 120.2669185, 30.4625069 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665548, 30.4626249 ], [ 120.2666364, 30.4624351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669185, 30.4625069 ], [ 120.266864, 30.4627015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.266864, 30.4627015 ], [ 120.2665548, 30.4626249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2669185, 30.4625069 ], [ 120.2672608, 30.462594 ], [ 120.2681386, 30.4628262 ], [ 120.2685758, 30.4629186 ], [ 120.2718135, 30.4637123 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717966, 30.4639066 ], [ 120.2702126, 30.4635206 ], [ 120.269772, 30.4634158 ], [ 120.2685898, 30.4631438 ], [ 120.2681714, 30.4630328 ], [ 120.2671844, 30.4627808 ], [ 120.266864, 30.4627015 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2654283, 30.4738375 ], [ 120.265463, 30.4686429 ], [ 120.265532, 30.4676431 ], [ 120.2655438, 30.4674752 ], [ 120.2655596, 30.4672503 ], [ 120.265601, 30.4664766 ], [ 120.2656977, 30.4660481 ], [ 120.2658358, 30.4654768 ], [ 120.2664032, 30.4632332 ], [ 120.266471, 30.4629653 ], [ 120.2665548, 30.4626249 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.266864, 30.4627015 ], [ 120.2663226, 30.4643124 ], [ 120.2659337, 30.4659272 ], [ 120.2658277, 30.4664299 ], [ 120.265757, 30.4670392 ], [ 120.2657392, 30.4674936 ], [ 120.265733, 30.4676497 ], [ 120.2657217, 30.467938 ], [ 120.265651, 30.4701621 ], [ 120.2656157, 30.4738464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2654283, 30.4738375 ], [ 120.2656157, 30.4738464 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2654322, 30.4740266 ], [ 120.2654283, 30.4738375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2717966, 30.4639066 ], [ 120.2717826, 30.4640571 ], [ 120.2715839, 30.4661842 ], [ 120.2715786, 30.4663368 ], [ 120.2716416, 30.4669044 ], [ 120.2715906, 30.468881 ], [ 120.2716027, 30.4709362 ], [ 120.2716081, 30.4710702 ], [ 120.2716053, 30.4712407 ], [ 120.2715772, 30.4729752 ], [ 120.2715074, 30.4740039 ], [ 120.2714881, 30.4741797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714881, 30.4741797 ], [ 120.2715074, 30.4740039 ], [ 120.2715772, 30.4729752 ], [ 120.2716053, 30.4712407 ], [ 120.2716081, 30.4710702 ], [ 120.2716027, 30.4709362 ], [ 120.2715906, 30.468881 ], [ 120.2716416, 30.4669044 ], [ 120.2715786, 30.4663368 ], [ 120.2715839, 30.4661842 ], [ 120.2717826, 30.4640571 ], [ 120.2717966, 30.4639066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714881, 30.4741797 ], [ 120.2714662, 30.4743787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714662, 30.4743787 ], [ 120.2714881, 30.4741797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733103, 30.4745556 ], [ 120.2714662, 30.4743787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770193, 30.4750185 ], [ 120.2744884, 30.4746686 ], [ 120.2733103, 30.4745556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2729396, 30.4781687 ], [ 120.2728968, 30.4781093 ], [ 120.2713921, 30.4765351 ], [ 120.2713251, 30.4764265 ], [ 120.271317, 30.4762577 ], [ 120.2714484, 30.4745402 ], [ 120.2714662, 30.4743787 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714662, 30.4743787 ], [ 120.2714484, 30.4745402 ], [ 120.271317, 30.4762577 ], [ 120.2713251, 30.4764265 ], [ 120.2713921, 30.4765351 ], [ 120.2728968, 30.4781093 ], [ 120.2729396, 30.4781687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2733103, 30.4745556 ], [ 120.2729396, 30.4781687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2729396, 30.4781687 ], [ 120.2733103, 30.4745556 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2772464, 30.4603027 ], [ 120.2772326, 30.4625145 ], [ 120.2771804, 30.4638817 ], [ 120.2771737, 30.4643717 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2771737, 30.4643717 ], [ 120.2771804, 30.4638817 ], [ 120.2772326, 30.4625145 ], [ 120.2772464, 30.4603027 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2718135, 30.4637123 ], [ 120.2735243, 30.4641326 ], [ 120.2740361, 30.4642355 ], [ 120.2765179, 30.464678 ], [ 120.2767485, 30.4647104 ], [ 120.277179, 30.4647783 ], [ 120.2774028, 30.4648169 ], [ 120.280989, 30.4654412 ], [ 120.2830414, 30.4657985 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866382, 30.4666183 ], [ 120.2863642, 30.4665623 ], [ 120.2862514, 30.466543 ], [ 120.2844471, 30.4662348 ], [ 120.2831482, 30.4660005 ], [ 120.282719, 30.4659288 ], [ 120.2811929, 30.4656722 ], [ 120.2811502, 30.4656649 ], [ 120.2806645, 30.4655821 ], [ 120.2773761, 30.4650087 ], [ 120.2768074, 30.4649266 ], [ 120.276542, 30.4648896 ], [ 120.2739891, 30.4644246 ], [ 120.2739289, 30.4644126 ], [ 120.2734661, 30.4643206 ], [ 120.2718541, 30.4639206 ], [ 120.2717966, 30.4639066 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714881, 30.4741797 ], [ 120.2715798, 30.4741858 ], [ 120.2739436, 30.4743513 ], [ 120.2771813, 30.4748042 ], [ 120.2776974, 30.4748764 ], [ 120.2782223, 30.4749498 ], [ 120.2814885, 30.4754066 ], [ 120.2848976, 30.4759044 ], [ 120.2857245, 30.4760924 ], [ 120.2861524, 30.4761756 ], [ 120.2880185, 30.4765949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770188, 30.4788201 ], [ 120.2770193, 30.4750185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2770193, 30.4750185 ], [ 120.2770188, 30.4788201 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808068, 30.4800194 ], [ 120.280856, 30.4801904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820431, 30.4854753 ], [ 120.282042, 30.48542 ], [ 120.2819188, 30.4845025 ], [ 120.2807247, 30.4802154 ], [ 120.2806496, 30.4799099 ], [ 120.2807943, 30.4798677 ], [ 120.2808068, 30.4800194 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.280856, 30.4801904 ], [ 120.280897, 30.4803313 ], [ 120.2816181, 30.4829441 ], [ 120.2820692, 30.4845782 ], [ 120.2821658, 30.4853891 ], [ 120.2821677, 30.485461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "塘宁路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2866382, 30.4666183 ], [ 120.2866822, 30.466441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879335, 30.4768538 ], [ 120.2871884, 30.4767132 ], [ 120.2864058, 30.4765316 ], [ 120.285925, 30.4764264 ], [ 120.2857219, 30.4763721 ], [ 120.2848069, 30.4761304 ], [ 120.2839306, 30.4759844 ], [ 120.2823301, 30.4757709 ], [ 120.2798323, 30.4754073 ], [ 120.277719, 30.4751152 ], [ 120.2772027, 30.4750438 ], [ 120.2770193, 30.4750185 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879335, 30.4768538 ], [ 120.2880185, 30.4765949 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2880299, 30.476872 ], [ 120.2879335, 30.4768538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2880299, 30.476872 ], [ 120.2879557, 30.4772511 ], [ 120.2879459, 30.4783635 ], [ 120.2879422, 30.4787867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879422, 30.4787867 ], [ 120.2879415, 30.4788639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877723, 30.4808009 ], [ 120.2878575, 30.4771921 ], [ 120.2879335, 30.4768538 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879415, 30.4788639 ], [ 120.2878925, 30.4802844 ], [ 120.2878745, 30.4808058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2808068, 30.4800194 ], [ 120.2810755, 30.4799662 ], [ 120.2877723, 30.4808009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878387, 30.4808882 ], [ 120.2811232, 30.4801155 ], [ 120.280856, 30.4801904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656157, 30.4738464 ], [ 120.2656174, 30.4740366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656157, 30.4738464 ], [ 120.2690571, 30.4740091 ], [ 120.2714094, 30.4741738 ], [ 120.2714881, 30.4741797 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656174, 30.4740366 ], [ 120.2654322, 30.4740266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": [ "兴元路", "兴旺路" ] }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2714662, 30.4743787 ], [ 120.2687026, 30.4741895 ], [ 120.2661267, 30.4740641 ], [ 120.2656174, 30.4740366 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2652832, 30.4890795 ], [ 120.2652964, 30.4878659 ], [ 120.2653467, 30.4832517 ], [ 120.2653638, 30.4816844 ], [ 120.2653737, 30.4807787 ], [ 120.2654081, 30.4776192 ], [ 120.2654242, 30.4770228 ], [ 120.2654322, 30.4740266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2656174, 30.4740366 ], [ 120.2655745, 30.477009 ], [ 120.2655852, 30.4776146 ], [ 120.2654917, 30.4882034 ], [ 120.2654929, 30.4890918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2652832, 30.4890795 ], [ 120.2654929, 30.4890918 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2654929, 30.4890918 ], [ 120.2667229, 30.4891639 ], [ 120.2677694, 30.4891401 ], [ 120.2684094, 30.4891283 ], [ 120.2685037, 30.4891266 ], [ 120.2699874, 30.4890992 ], [ 120.2723427, 30.4890172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2652861, 30.4892199 ], [ 120.2652832, 30.4890795 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2654929, 30.4890918 ], [ 120.2654925, 30.4892317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2729396, 30.4781687 ], [ 120.2730202, 30.4782804 ], [ 120.2730604, 30.4784422 ], [ 120.2730524, 30.4786109 ], [ 120.2729902, 30.4791992 ], [ 120.272862, 30.4804116 ], [ 120.272856, 30.4804918 ], [ 120.2728067, 30.4811557 ], [ 120.2727708, 30.4816391 ], [ 120.2727677, 30.481679 ], [ 120.2727221, 30.482261 ], [ 120.2726096, 30.4836972 ], [ 120.2725213, 30.4848243 ], [ 120.2724603, 30.4862567 ], [ 120.2723427, 30.4890172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723427, 30.4890172 ], [ 120.2724603, 30.4862567 ], [ 120.2725213, 30.4848243 ], [ 120.2726096, 30.4836972 ], [ 120.2727221, 30.482261 ], [ 120.2727677, 30.481679 ], [ 120.2727708, 30.4816391 ], [ 120.2728067, 30.4811557 ], [ 120.272856, 30.4804918 ], [ 120.272862, 30.4804116 ], [ 120.2729902, 30.4791992 ], [ 120.2730524, 30.4786109 ], [ 120.2730604, 30.4784422 ], [ 120.2730202, 30.4782804 ], [ 120.2729396, 30.4781687 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723357, 30.4891809 ], [ 120.2723427, 30.4890172 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723427, 30.4890172 ], [ 120.2723357, 30.4891809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821045, 30.4887301 ], [ 120.2820848, 30.487685 ], [ 120.2820453, 30.4855932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2822579, 30.4887266 ], [ 120.2836807, 30.4886938 ], [ 120.2846511, 30.4886689 ], [ 120.2865807, 30.4886193 ], [ 120.2869451, 30.4886081 ], [ 120.2875109, 30.4885907 ], [ 120.2890005, 30.4885448 ], [ 120.2913769, 30.4884824 ], [ 120.2914436, 30.4884806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821045, 30.4887301 ], [ 120.2822579, 30.4887266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2915012, 30.4887026 ], [ 120.2914283, 30.4887039 ], [ 120.2903285, 30.4887243 ], [ 120.2889524, 30.4887516 ], [ 120.2873848, 30.4888016 ], [ 120.2868324, 30.4888166 ], [ 120.2850136, 30.4888628 ], [ 120.284832, 30.4888674 ], [ 120.2839674, 30.4888839 ], [ 120.2830888, 30.4889007 ], [ 120.2826888, 30.4889083 ], [ 120.2821662, 30.4889191 ], [ 120.2810359, 30.4889424 ], [ 120.2801093, 30.4889591 ], [ 120.2793425, 30.4889729 ], [ 120.2791457, 30.4889765 ], [ 120.2782957, 30.4890021 ], [ 120.2777731, 30.4890178 ], [ 120.2762037, 30.4890651 ], [ 120.2757835, 30.4890751 ], [ 120.2752607, 30.4890876 ], [ 120.2747534, 30.4890997 ], [ 120.2738739, 30.4891207 ], [ 120.2733487, 30.4891332 ], [ 120.2723357, 30.4891809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820453, 30.4855932 ], [ 120.2816899, 30.4855757 ], [ 120.2806927, 30.4856131 ], [ 120.2798073, 30.4855368 ], [ 120.2807276, 30.4855179 ], [ 120.2818416, 30.4854889 ], [ 120.2820431, 30.4854753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723427, 30.4890172 ], [ 120.2745294, 30.488942 ], [ 120.2752474, 30.4889204 ], [ 120.2757701, 30.4889047 ], [ 120.2761811, 30.4888923 ], [ 120.2769467, 30.4888696 ], [ 120.2777589, 30.4888455 ], [ 120.2782816, 30.4888301 ], [ 120.2797741, 30.4887858 ], [ 120.2800893, 30.4887765 ], [ 120.2821045, 30.4887301 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2663763, 30.4971273 ], [ 120.2672058, 30.4972598 ], [ 120.2675183, 30.4972695 ], [ 120.2675538, 30.4972706 ], [ 120.2677275, 30.4972734 ], [ 120.2682593, 30.4972821 ], [ 120.2688607, 30.4973083 ], [ 120.2695983, 30.49738 ], [ 120.2699517, 30.4973977 ], [ 120.269968, 30.4974363 ], [ 120.2699873, 30.4974817 ], [ 120.2699764, 30.4981172 ], [ 120.270057, 30.4990139 ], [ 120.2700994, 30.4993748 ], [ 120.2701663, 30.4999445 ], [ 120.270287, 30.5007256 ], [ 120.2703869, 30.5007912 ], [ 120.2705307, 30.5008149 ], [ 120.2705364, 30.5008158 ], [ 120.2711534, 30.5008492 ], [ 120.2712789, 30.500856 ], [ 120.272986, 30.5009483 ], [ 120.2733186, 30.500946 ], [ 120.2738195, 30.5008851 ], [ 120.2738534, 30.5008817 ], [ 120.2741822, 30.5008489 ], [ 120.2750131, 30.5007464 ], [ 120.2757996, 30.5007519 ], [ 120.2765741, 30.5007765 ], [ 120.2776342, 30.5008304 ], [ 120.2785033, 30.5009067 ], [ 120.2789774, 30.5009336 ], [ 120.2800708, 30.5009441 ], [ 120.282202, 30.5009645 ], [ 120.2828344, 30.5010007 ], [ 120.2836069, 30.5011 ], [ 120.2842694, 30.5011971 ], [ 120.2848333, 30.5012233 ], [ 120.2857131, 30.501184 ], [ 120.2865284, 30.5011124 ], [ 120.287022, 30.5010823 ], [ 120.2874531, 30.5010862 ], [ 120.2878266, 30.5011655 ], [ 120.2879899, 30.5012008 ], [ 120.2888586, 30.5013889 ], [ 120.2891972, 30.5014174 ], [ 120.2901354, 30.5014097 ], [ 120.2911921, 30.5013658 ], [ 120.2918842, 30.5014236 ], [ 120.2927351, 30.5014983 ], [ 120.2934237, 30.5015276 ], [ 120.2934985, 30.5015252 ], [ 120.2940085, 30.5015091 ], [ 120.2943889, 30.5015147 ], [ 120.29448, 30.501516 ], [ 120.2947549, 30.5015196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947549, 30.5015196 ], [ 120.29448, 30.501516 ], [ 120.2943889, 30.5015147 ], [ 120.2940085, 30.5015091 ], [ 120.2934985, 30.5015252 ], [ 120.2934237, 30.5015276 ], [ 120.2927351, 30.5014983 ], [ 120.2918842, 30.5014236 ], [ 120.2911921, 30.5013658 ], [ 120.2901354, 30.5014097 ], [ 120.2891972, 30.5014174 ], [ 120.2888586, 30.5013889 ], [ 120.2879899, 30.5012008 ], [ 120.2878266, 30.5011655 ], [ 120.2874531, 30.5010862 ], [ 120.287022, 30.5010823 ], [ 120.2865284, 30.5011124 ], [ 120.2857131, 30.501184 ], [ 120.2848333, 30.5012233 ], [ 120.2842694, 30.5011971 ], [ 120.2836069, 30.5011 ], [ 120.2828344, 30.5010007 ], [ 120.282202, 30.5009645 ], [ 120.2800708, 30.5009441 ], [ 120.2789774, 30.5009336 ], [ 120.2785033, 30.5009067 ], [ 120.2776342, 30.5008304 ], [ 120.2765741, 30.5007765 ], [ 120.2757996, 30.5007519 ], [ 120.2750131, 30.5007464 ], [ 120.2741822, 30.5008489 ], [ 120.2738534, 30.5008817 ], [ 120.2738195, 30.5008851 ], [ 120.2733186, 30.500946 ], [ 120.272986, 30.5009483 ], [ 120.2712789, 30.500856 ], [ 120.2711534, 30.5008492 ], [ 120.2705364, 30.5008158 ], [ 120.2705307, 30.5008149 ], [ 120.2703869, 30.5007912 ], [ 120.270287, 30.5007256 ], [ 120.2701663, 30.4999445 ], [ 120.2700994, 30.4993748 ], [ 120.270057, 30.4990139 ], [ 120.2699764, 30.4981172 ], [ 120.2699873, 30.4974817 ], [ 120.269968, 30.4974363 ], [ 120.2699517, 30.4973977 ], [ 120.2695983, 30.49738 ], [ 120.2688607, 30.4973083 ], [ 120.2682593, 30.4972821 ], [ 120.2677275, 30.4972734 ], [ 120.2675538, 30.4972706 ], [ 120.2675183, 30.4972695 ], [ 120.2672058, 30.4972598 ], [ 120.2663763, 30.4971273 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "星河路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459787, 30.465014 ], [ 120.2459898, 30.4650939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459898, 30.4650939 ], [ 120.2457388, 30.4650192 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2459787, 30.465014 ], [ 120.2487541, 30.4657463 ], [ 120.2509612, 30.466253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康信路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2509494, 30.4663263 ], [ 120.2492727, 30.4659717 ], [ 120.2489359, 30.4658889 ], [ 120.2477552, 30.4655988 ], [ 120.2459898, 30.4650939 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2509612, 30.466253 ], [ 120.2509494, 30.4663263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2509494, 30.4663263 ], [ 120.2509612, 30.466253 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2509494, 30.4663263 ], [ 120.2508491, 30.4665356 ], [ 120.2507713, 30.4666917 ], [ 120.2504225, 30.4674509 ], [ 120.2503705, 30.4675706 ], [ 120.2503202, 30.4676862 ], [ 120.2502738, 30.467793 ], [ 120.2496848, 30.4691486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496848, 30.4691486 ], [ 120.2502738, 30.467793 ], [ 120.2503202, 30.4676862 ], [ 120.2503705, 30.4675706 ], [ 120.2504225, 30.4674509 ], [ 120.2507713, 30.4666917 ], [ 120.2508491, 30.4665356 ], [ 120.2509494, 30.4663263 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496848, 30.4691486 ], [ 120.2482553, 30.4687829 ], [ 120.2479084, 30.4686941 ], [ 120.2475785, 30.4686097 ], [ 120.2472811, 30.4685336 ], [ 120.2464803, 30.4683283 ], [ 120.2443782, 30.4677892 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2443782, 30.4677892 ], [ 120.2464803, 30.4683283 ], [ 120.2472811, 30.4685336 ], [ 120.2475785, 30.4686097 ], [ 120.2479084, 30.4686941 ], [ 120.2482553, 30.4687829 ], [ 120.2496848, 30.4691486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545698, 30.4704598 ], [ 120.2546206, 30.4702289 ], [ 120.2549295, 30.469013 ], [ 120.2553365, 30.4668645 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2554717, 30.4668768 ], [ 120.2554173, 30.4671652 ], [ 120.2551287, 30.4686205 ], [ 120.2548808, 30.4697488 ], [ 120.2547102, 30.4704666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496848, 30.4691486 ], [ 120.2499285, 30.4692528 ], [ 120.2535474, 30.4702009 ], [ 120.2539627, 30.4703099 ], [ 120.2545698, 30.4704598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545698, 30.4704598 ], [ 120.2539627, 30.4703099 ], [ 120.2535474, 30.4702009 ], [ 120.2499285, 30.4692528 ], [ 120.2496848, 30.4691486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547102, 30.4704666 ], [ 120.2545698, 30.4704598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2545698, 30.4704598 ], [ 120.2547102, 30.4704666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547102, 30.4704666 ], [ 120.2571927, 30.4705711 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "龙船坞路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571927, 30.4705711 ], [ 120.2547102, 30.4704666 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539568, 30.4731555 ], [ 120.2545698, 30.4704598 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2547102, 30.4704666 ], [ 120.2543644, 30.4719213 ], [ 120.2540984, 30.4731805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2496848, 30.4691486 ], [ 120.2487083, 30.4713959 ], [ 120.2485482, 30.4717981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485482, 30.4717981 ], [ 120.2487083, 30.4713959 ], [ 120.2496848, 30.4691486 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.242879, 30.4702922 ], [ 120.2485482, 30.4717981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484131, 30.4719904 ], [ 120.2478051, 30.47183 ], [ 120.245157, 30.4711124 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484131, 30.4719904 ], [ 120.2485482, 30.4717981 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485482, 30.4717981 ], [ 120.2484131, 30.4719904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2485482, 30.4717981 ], [ 120.249456, 30.4720412 ], [ 120.2530572, 30.4729737 ], [ 120.2533288, 30.4730237 ], [ 120.2539568, 30.4731555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538995, 30.4733174 ], [ 120.253254, 30.4732202 ], [ 120.2529747, 30.4731682 ], [ 120.2521952, 30.4729994 ], [ 120.251037, 30.4726951 ], [ 120.2494266, 30.4722578 ], [ 120.2484131, 30.4719904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2484131, 30.4719904 ], [ 120.2482232, 30.4724053 ], [ 120.2481294, 30.4726156 ], [ 120.2480014, 30.47298 ], [ 120.2477186, 30.4740005 ], [ 120.2477027, 30.4740863 ], [ 120.2475241, 30.4750502 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺风路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2475241, 30.4750502 ], [ 120.2477027, 30.4740863 ], [ 120.2477186, 30.4740005 ], [ 120.2480014, 30.47298 ], [ 120.2481294, 30.4726156 ], [ 120.2482232, 30.4724053 ], [ 120.2484131, 30.4719904 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2539568, 30.4731555 ], [ 120.2540984, 30.4731805 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2538995, 30.4733174 ], [ 120.2539568, 30.4731555 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540984, 30.4731805 ], [ 120.2540579, 30.4733415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540579, 30.4733415 ], [ 120.2538995, 30.4733174 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571514, 30.460053 ], [ 120.257281, 30.4600867 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2570753, 30.4602406 ], [ 120.2571514, 30.460053 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.257281, 30.4600867 ], [ 120.2571874, 30.4602699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2571874, 30.4602699 ], [ 120.2570753, 30.4602406 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.257281, 30.4600867 ], [ 120.2585421, 30.4604149 ], [ 120.2613587, 30.461148 ], [ 120.2618366, 30.4612724 ], [ 120.2666364, 30.4624351 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "宁桥大道" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2665548, 30.4626249 ], [ 120.2662322, 30.462545 ], [ 120.26199, 30.4614578 ], [ 120.2617813, 30.4614043 ], [ 120.2615725, 30.4613535 ], [ 120.2611315, 30.4612451 ], [ 120.2602985, 30.4610403 ], [ 120.260098, 30.460989 ], [ 120.2580749, 30.4604946 ], [ 120.2571874, 30.4602699 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2540984, 30.4731805 ], [ 120.2553747, 30.4733283 ], [ 120.2561767, 30.4733938 ], [ 120.259936, 30.4735667 ], [ 120.2612145, 30.4736383 ], [ 120.2654283, 30.4738375 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴元路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2654322, 30.4740266 ], [ 120.261902, 30.473836 ], [ 120.2599235, 30.473762 ], [ 120.259365, 30.4737409 ], [ 120.2572472, 30.4736553 ], [ 120.2564419, 30.4736268 ], [ 120.2551183, 30.4735032 ], [ 120.2549621, 30.4734794 ], [ 120.2540579, 30.4733415 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596934, 30.5065572 ], [ 120.259808, 30.5063409 ], [ 120.2607048, 30.5047706 ], [ 120.2614335, 30.5034107 ], [ 120.2625855, 30.501233 ], [ 120.2635228, 30.4995929 ], [ 120.2636003, 30.4994522 ], [ 120.264, 30.4986687 ], [ 120.2641368, 30.4984307 ], [ 120.2642187, 30.4982752 ], [ 120.2642763, 30.4980932 ], [ 120.2646625, 30.4971028 ], [ 120.2648777, 30.4964939 ], [ 120.2651561, 30.4951137 ], [ 120.2652502, 30.4942413 ], [ 120.2652855, 30.4933695 ], [ 120.265307, 30.4928375 ], [ 120.2653139, 30.4917717 ], [ 120.2653197, 30.4908763 ], [ 120.2653071, 30.4902563 ], [ 120.2652861, 30.4892199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "荷禹路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2654925, 30.4892317 ], [ 120.2654635, 30.4907769 ], [ 120.2654466, 30.4924217 ], [ 120.2654362, 30.4934299 ], [ 120.2654353, 30.4935155 ], [ 120.2653677, 30.4945254 ], [ 120.2652979, 30.4952172 ], [ 120.2650353, 30.4964821 ], [ 120.2648431, 30.4970773 ], [ 120.2646355, 30.49762 ], [ 120.2644665, 30.4980616 ], [ 120.2643862, 30.4982527 ], [ 120.2642023, 30.4986308 ], [ 120.2640491, 30.4989165 ], [ 120.2639448, 30.4991035 ], [ 120.2637452, 30.4994614 ], [ 120.2636701, 30.4996001 ], [ 120.2629898, 30.5007888 ], [ 120.261564, 30.5034608 ], [ 120.2604034, 30.5056147 ], [ 120.2598448, 30.5066398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2469917, 30.47796 ], [ 120.2535357, 30.4789979 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "康泰路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2534803, 30.4790964 ], [ 120.24916, 30.4784326 ], [ 120.2469674, 30.4780751 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2477661, 30.4993641 ], [ 120.2479264, 30.498773 ], [ 120.2493334, 30.4935845 ], [ 120.2479009, 30.4934393 ], [ 120.245157, 30.4931285 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "顺达路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.245157, 30.4931285 ], [ 120.2479009, 30.4934393 ], [ 120.2493334, 30.4935845 ], [ 120.2479264, 30.498773 ], [ 120.2477661, 30.4993641 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2654925, 30.4892317 ], [ 120.2652861, 30.4892199 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723357, 30.4891809 ], [ 120.2702058, 30.489239 ], [ 120.2698373, 30.4892491 ], [ 120.268522, 30.4892723 ], [ 120.2684277, 30.489274 ], [ 120.2667529, 30.4893036 ], [ 120.2665438, 30.4892917 ], [ 120.2654925, 30.4892317 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2601508, 30.5052761 ], [ 120.2601488, 30.5049618 ], [ 120.2601477, 30.5048046 ], [ 120.2601401, 30.5036261 ], [ 120.260212, 30.5034146 ], [ 120.2603171, 30.5032702 ], [ 120.2604909, 30.5031974 ], [ 120.2610542, 30.5031419 ], [ 120.2618911, 30.5030679 ], [ 120.2630584, 30.5029096 ], [ 120.2634087, 30.5029183 ], [ 120.2634789, 30.50292 ], [ 120.2643808, 30.502851 ], [ 120.2647804, 30.5028205 ], [ 120.2650813, 30.5027975 ], [ 120.2661987, 30.5027121 ], [ 120.2670999, 30.5025041 ], [ 120.2674938, 30.502479 ], [ 120.2675537, 30.5024752 ], [ 120.2681224, 30.5023827 ], [ 120.2686168, 30.5023146 ], [ 120.2688297, 30.5022853 ], [ 120.269029, 30.5022579 ], [ 120.2690854, 30.5022555 ], [ 120.2694281, 30.5022406 ], [ 120.2702522, 30.5021584 ], [ 120.2708825, 30.5020937 ], [ 120.2709677, 30.5020742 ], [ 120.2711071, 30.5020095 ], [ 120.2712176, 30.501805 ], [ 120.2712245, 30.5015159 ], [ 120.2712165, 30.5009336 ], [ 120.271212, 30.499944 ], [ 120.2712096, 30.4994101 ], [ 120.2712084, 30.4993346 ], [ 120.2711978, 30.4990053 ], [ 120.27119, 30.4987637 ], [ 120.2711838, 30.4985715 ], [ 120.2711676, 30.4980714 ], [ 120.271206, 30.497741 ], [ 120.2712594, 30.4974871 ], [ 120.2713238, 30.4971936 ], [ 120.2713378, 30.4971516 ], [ 120.2714773, 30.4966801 ], [ 120.2716307, 30.4963092 ], [ 120.2715906, 30.4961196 ], [ 120.2714109, 30.4956134 ], [ 120.2711897, 30.494979 ], [ 120.2711608, 30.4948867 ], [ 120.2710649, 30.4946474 ], [ 120.2710407, 30.4944925 ], [ 120.2710917, 30.4942614 ], [ 120.2711319, 30.4941168 ], [ 120.2715665, 30.4925534 ], [ 120.2718608, 30.49138 ], [ 120.272119, 30.4903507 ], [ 120.2723309, 30.4892945 ], [ 120.2723357, 30.4891809 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2723357, 30.4891809 ], [ 120.2723309, 30.4892945 ], [ 120.272119, 30.4903507 ], [ 120.2718608, 30.49138 ], [ 120.2715665, 30.4925534 ], [ 120.2711319, 30.4941168 ], [ 120.2710917, 30.4942614 ], [ 120.2710407, 30.4944925 ], [ 120.2710649, 30.4946474 ], [ 120.2711608, 30.4948867 ], [ 120.2711897, 30.494979 ], [ 120.2714109, 30.4956134 ], [ 120.2715906, 30.4961196 ], [ 120.2716307, 30.4963092 ], [ 120.2714773, 30.4966801 ], [ 120.2713378, 30.4971516 ], [ 120.2713238, 30.4971936 ], [ 120.2712594, 30.4974871 ], [ 120.271206, 30.497741 ], [ 120.2711676, 30.4980714 ], [ 120.2711838, 30.4985715 ], [ 120.27119, 30.4987637 ], [ 120.2711978, 30.4990053 ], [ 120.2712084, 30.4993346 ], [ 120.2712096, 30.4994101 ], [ 120.271212, 30.499944 ], [ 120.2712165, 30.5009336 ], [ 120.2712245, 30.5015159 ], [ 120.2712176, 30.501805 ], [ 120.2711071, 30.5020095 ], [ 120.2709677, 30.5020742 ], [ 120.2708825, 30.5020937 ], [ 120.2702522, 30.5021584 ], [ 120.2694281, 30.5022406 ], [ 120.2690854, 30.5022555 ], [ 120.269029, 30.5022579 ], [ 120.2688297, 30.5022853 ], [ 120.2686168, 30.5023146 ], [ 120.2681224, 30.5023827 ], [ 120.2675537, 30.5024752 ], [ 120.2674938, 30.502479 ], [ 120.2670999, 30.5025041 ], [ 120.2661987, 30.5027121 ], [ 120.2650813, 30.5027975 ], [ 120.2647804, 30.5028205 ], [ 120.2643808, 30.502851 ], [ 120.2634789, 30.50292 ], [ 120.2634087, 30.5029183 ], [ 120.2630584, 30.5029096 ], [ 120.2618911, 30.5030679 ], [ 120.2610542, 30.5031419 ], [ 120.2604909, 30.5031974 ], [ 120.2603171, 30.5032702 ], [ 120.260212, 30.5034146 ], [ 120.2601401, 30.5036261 ], [ 120.2601477, 30.5048046 ], [ 120.2601488, 30.5049618 ], [ 120.2601508, 30.5052761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596934, 30.5065572 ], [ 120.2594479, 30.5064535 ], [ 120.2593752, 30.5063863 ], [ 120.2593727, 30.5063299 ], [ 120.2593886, 30.5062655 ], [ 120.2595783, 30.5061655 ], [ 120.2597288, 30.5060615 ], [ 120.2597974, 30.5059774 ], [ 120.2601508, 30.5052761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2601508, 30.5052761 ], [ 120.2597974, 30.5059774 ], [ 120.2597288, 30.5060615 ], [ 120.2595783, 30.5061655 ], [ 120.2593886, 30.5062655 ], [ 120.2593727, 30.5063299 ], [ 120.2593752, 30.5063863 ], [ 120.2594479, 30.5064535 ], [ 120.2596934, 30.5065572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2596934, 30.5065572 ], [ 120.2598448, 30.5066398 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "临杭线" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2598448, 30.5066398 ], [ 120.2596934, 30.5065572 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291047, 30.4769354 ], [ 120.291065, 30.4767464 ], [ 120.2911459, 30.4761599 ], [ 120.2913578, 30.4746226 ], [ 120.2915343, 30.4731597 ], [ 120.2916495, 30.4722053 ], [ 120.291726, 30.4715754 ], [ 120.2917541, 30.4713213 ], [ 120.2917926, 30.4709952 ], [ 120.2921807, 30.4677095 ], [ 120.2921995, 30.467585 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2923625, 30.4675981 ], [ 120.2923401, 30.4677251 ], [ 120.2922711, 30.4682692 ], [ 120.2919244, 30.4710033 ], [ 120.2918868, 30.4713385 ], [ 120.2918628, 30.4714887 ], [ 120.291793, 30.4721695 ], [ 120.2917635, 30.472399 ], [ 120.2915982, 30.4736839 ], [ 120.2915422, 30.4741198 ], [ 120.2914756, 30.4746373 ], [ 120.2914674, 30.4747002 ], [ 120.2912671, 30.4762268 ], [ 120.2911975, 30.4767571 ], [ 120.2911775, 30.4769442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2880185, 30.4765949 ], [ 120.2880299, 30.476872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2880185, 30.4765949 ], [ 120.2888934, 30.4767618 ], [ 120.290143, 30.4769059 ], [ 120.2902943, 30.4769234 ], [ 120.29093, 30.4769335 ], [ 120.2910243, 30.476935 ], [ 120.291047, 30.4769354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291047, 30.4769354 ], [ 120.2911775, 30.4769442 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2910231, 30.4771862 ], [ 120.290947, 30.4771797 ], [ 120.2901467, 30.4771113 ], [ 120.2896631, 30.4770699 ], [ 120.2895516, 30.4770568 ], [ 120.2881066, 30.4768865 ], [ 120.2880299, 30.476872 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2910231, 30.4771862 ], [ 120.291047, 30.4769354 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2911775, 30.4769442 ], [ 120.2911499, 30.4772022 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "兴旺路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2911499, 30.4772022 ], [ 120.2910231, 30.4771862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2908107, 30.4789477 ], [ 120.2908518, 30.478603 ], [ 120.2909535, 30.4777487 ], [ 120.2910099, 30.4773252 ], [ 120.2910231, 30.4771862 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2879422, 30.4787867 ], [ 120.2907301, 30.4789431 ], [ 120.2908107, 30.4789477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2907992, 30.479042 ], [ 120.2907188, 30.4790358 ], [ 120.2879415, 30.4788639 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2907992, 30.479042 ], [ 120.2908107, 30.4789477 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2911499, 30.4772022 ], [ 120.2911366, 30.4773265 ], [ 120.2910728, 30.4778088 ], [ 120.2909769, 30.478533 ], [ 120.2909507, 30.4787312 ], [ 120.290704, 30.4806914 ], [ 120.2906632, 30.4810363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905668, 30.4809347 ], [ 120.2907992, 30.479042 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878745, 30.4808058 ], [ 120.2882976, 30.4808261 ], [ 120.2904857, 30.4809308 ], [ 120.2905668, 30.4809347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905524, 30.4810441 ], [ 120.2904724, 30.4810395 ], [ 120.2878387, 30.4808882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905668, 30.4809347 ], [ 120.2906632, 30.4810363 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2905524, 30.4810441 ], [ 120.290562, 30.480974 ], [ 120.2905668, 30.4809347 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2906632, 30.4810363 ], [ 120.2905524, 30.4810441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2877723, 30.4808009 ], [ 120.2878745, 30.4808058 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878387, 30.4808882 ], [ 120.2877723, 30.4808009 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2878745, 30.4808058 ], [ 120.2878387, 30.4808882 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821677, 30.485461 ], [ 120.2830427, 30.485373 ], [ 120.2838482, 30.4852716 ], [ 120.2843325, 30.4851807 ], [ 120.2847891, 30.4850631 ], [ 120.2853526, 30.48496 ], [ 120.2865776, 30.4845003 ], [ 120.2873756, 30.4841222 ], [ 120.2879986, 30.4838115 ], [ 120.2887092, 30.4835529 ], [ 120.2893446, 30.4834614 ], [ 120.2903123, 30.483408 ], [ 120.2903827, 30.4834041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2903932, 30.4835623 ], [ 120.2903215, 30.4835583 ], [ 120.2900662, 30.483544 ], [ 120.2893619, 30.4835958 ], [ 120.2888475, 30.4836729 ], [ 120.2874268, 30.4842453 ], [ 120.2862916, 30.4847547 ], [ 120.285673, 30.4849724 ], [ 120.2842339, 30.4853193 ], [ 120.2829808, 30.4855128 ], [ 120.2821711, 30.4855837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820431, 30.4854753 ], [ 120.2821677, 30.485461 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821677, 30.485461 ], [ 120.2821711, 30.4855837 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2820453, 30.4855932 ], [ 120.2820431, 30.4854753 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821711, 30.4855837 ], [ 120.2820453, 30.4855932 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2821711, 30.4855837 ], [ 120.2822579, 30.4887266 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2903827, 30.4834041 ], [ 120.2903781, 30.4828225 ], [ 120.2903766, 30.4826304 ], [ 120.2904461, 30.4818185 ], [ 120.2905524, 30.4810441 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2903932, 30.4835623 ], [ 120.2903833, 30.4834761 ], [ 120.2903827, 30.4834041 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2906632, 30.4810363 ], [ 120.290533, 30.4821369 ], [ 120.2905001, 30.4827417 ], [ 120.2904938, 30.4832978 ], [ 120.2905036, 30.4833924 ], [ 120.2905082, 30.4834813 ], [ 120.2905779, 30.4840777 ], [ 120.2906584, 30.4845192 ], [ 120.2908247, 30.4853028 ], [ 120.2915703, 30.4884093 ], [ 120.291633, 30.488697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2914436, 30.4884806 ], [ 120.2914188, 30.488385 ], [ 120.290704, 30.4853273 ], [ 120.2904775, 30.4842953 ], [ 120.2903932, 30.4835623 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966012, 30.4887576 ], [ 120.2959276, 30.4852395 ], [ 120.2960568, 30.485218 ], [ 120.2964845, 30.4877713 ], [ 120.2967322, 30.4887583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2914436, 30.4884806 ], [ 120.291633, 30.488697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2915012, 30.4887026 ], [ 120.2914436, 30.4884806 ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary", "name": "运溪路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291633, 30.488697 ], [ 120.2915012, 30.4887026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966012, 30.4887576 ], [ 120.29571, 30.4887526 ], [ 120.2942442, 30.4887443 ], [ 120.2927841, 30.4887387 ], [ 120.2926085, 30.488738 ], [ 120.2922765, 30.4887367 ], [ 120.2917347, 30.4887265 ], [ 120.291633, 30.488697 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291633, 30.488697 ], [ 120.2917347, 30.4887265 ], [ 120.2922765, 30.4887367 ], [ 120.2926085, 30.488738 ], [ 120.2927841, 30.4887387 ], [ 120.2942442, 30.4887443 ], [ 120.29571, 30.4887526 ], [ 120.2966012, 30.4887576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3022497, 30.4776748 ], [ 120.3022622, 30.4775671 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3022622, 30.4775671 ], [ 120.3022497, 30.4776748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.302406, 30.4887601 ], [ 120.3023395, 30.4882102 ], [ 120.3023169, 30.4880235 ], [ 120.3022142, 30.4871751 ], [ 120.3022063, 30.4870903 ], [ 120.3021312, 30.4861797 ], [ 120.3021039, 30.4860733 ], [ 120.30204, 30.4858237 ], [ 120.3019602, 30.4855964 ], [ 120.3018307, 30.4852274 ], [ 120.3015705, 30.4844756 ], [ 120.3015411, 30.4843906 ], [ 120.3013319, 30.4837943 ], [ 120.3011709, 30.4833134 ], [ 120.301131, 30.483194 ], [ 120.3010797, 30.4830407 ], [ 120.3010107, 30.4828068 ], [ 120.3009993, 30.482768 ], [ 120.3009349, 30.4823981 ], [ 120.3009188, 30.4820329 ], [ 120.3009617, 30.481566 ], [ 120.3011334, 30.4810251 ], [ 120.3014123, 30.4803363 ], [ 120.30182, 30.4793423 ], [ 120.3019676, 30.4788753 ], [ 120.3020154, 30.4787239 ], [ 120.3021151, 30.4784084 ], [ 120.3022199, 30.4778372 ], [ 120.3022497, 30.4776748 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3022497, 30.4776748 ], [ 120.3022199, 30.4778372 ], [ 120.3021151, 30.4784084 ], [ 120.3020154, 30.4787239 ], [ 120.3019676, 30.4788753 ], [ 120.30182, 30.4793423 ], [ 120.3014123, 30.4803363 ], [ 120.3011334, 30.4810251 ], [ 120.3009617, 30.481566 ], [ 120.3009188, 30.4820329 ], [ 120.3009349, 30.4823981 ], [ 120.3009993, 30.482768 ], [ 120.3010107, 30.4828068 ], [ 120.3010797, 30.4830407 ], [ 120.301131, 30.483194 ], [ 120.3011709, 30.4833134 ], [ 120.3013319, 30.4837943 ], [ 120.3015411, 30.4843906 ], [ 120.3015705, 30.4844756 ], [ 120.3018307, 30.4852274 ], [ 120.3019602, 30.4855964 ], [ 120.30204, 30.4858237 ], [ 120.3021039, 30.4860733 ], [ 120.3021312, 30.4861797 ], [ 120.3022063, 30.4870903 ], [ 120.3022142, 30.4871751 ], [ 120.3023169, 30.4880235 ], [ 120.3023395, 30.4882102 ], [ 120.302406, 30.4887601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2966012, 30.4887576 ], [ 120.2967322, 30.4887583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967322, 30.4887583 ], [ 120.2966012, 30.4887576 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.302406, 30.4887601 ], [ 120.3020027, 30.4887641 ], [ 120.3017829, 30.4887663 ], [ 120.3015079, 30.488769 ], [ 120.3006725, 30.4887708 ], [ 120.2990697, 30.4887743 ], [ 120.2988944, 30.4887747 ], [ 120.2987199, 30.4887736 ], [ 120.2975208, 30.4887662 ], [ 120.2968692, 30.4887618 ], [ 120.2967322, 30.4887583 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2967322, 30.4887583 ], [ 120.2968692, 30.4887618 ], [ 120.2975208, 30.4887662 ], [ 120.2987199, 30.4887736 ], [ 120.2988944, 30.4887747 ], [ 120.2990697, 30.4887743 ], [ 120.3006725, 30.4887708 ], [ 120.3015079, 30.488769 ], [ 120.3017829, 30.4887663 ], [ 120.3020027, 30.4887641 ], [ 120.302406, 30.4887601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.302406, 30.4887601 ], [ 120.3025034, 30.4895655 ], [ 120.302549, 30.4899811 ], [ 120.3027505, 30.4918162 ], [ 120.3027797, 30.4920986 ], [ 120.3028073, 30.492366 ], [ 120.3030946, 30.4951465 ], [ 120.3031789, 30.4960564 ], [ 120.3031869, 30.4961432 ], [ 120.303218, 30.4964789 ], [ 120.303232, 30.4966303 ], [ 120.3032446, 30.496766 ], [ 120.3032673, 30.4969916 ], [ 120.303324, 30.4975568 ], [ 120.3033484, 30.4977957 ], [ 120.3033808, 30.4981131 ], [ 120.3033944, 30.4982461 ], [ 120.3034211, 30.4985071 ], [ 120.3034321, 30.4986112 ], [ 120.3034917, 30.4991762 ], [ 120.3035185, 30.499624 ], [ 120.3035358, 30.4999137 ], [ 120.3035976, 30.5004687 ], [ 120.303686, 30.5009072 ], [ 120.3037353, 30.5010707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037353, 30.5010707 ], [ 120.303686, 30.5009072 ], [ 120.3035976, 30.5004687 ], [ 120.3035358, 30.4999137 ], [ 120.3035185, 30.499624 ], [ 120.3034917, 30.4991762 ], [ 120.3034321, 30.4986112 ], [ 120.3034211, 30.4985071 ], [ 120.3033944, 30.4982461 ], [ 120.3033808, 30.4981131 ], [ 120.3033484, 30.4977957 ], [ 120.303324, 30.4975568 ], [ 120.3032673, 30.4969916 ], [ 120.3032446, 30.496766 ], [ 120.303232, 30.4966303 ], [ 120.303218, 30.4964789 ], [ 120.3031869, 30.4961432 ], [ 120.3031789, 30.4960564 ], [ 120.3030946, 30.4951465 ], [ 120.3028073, 30.492366 ], [ 120.3027797, 30.4920986 ], [ 120.3027505, 30.4918162 ], [ 120.302549, 30.4899811 ], [ 120.3025034, 30.4895655 ], [ 120.302406, 30.4887601 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.291633, 30.488697 ], [ 120.2916776, 30.4889016 ], [ 120.292088, 30.4907344 ], [ 120.2921436, 30.490967 ], [ 120.2926073, 30.4929053 ], [ 120.2928893, 30.4940839 ], [ 120.2929139, 30.4941933 ], [ 120.2929365, 30.4942943 ], [ 120.2931371, 30.4951581 ], [ 120.2931591, 30.4952527 ], [ 120.2932394, 30.4955985 ], [ 120.2933755, 30.4961843 ], [ 120.2934371, 30.4964339 ], [ 120.2936017, 30.497135 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2936941, 30.5065165 ], [ 120.2938921, 30.5001046 ], [ 120.2938511, 30.4993635 ], [ 120.2937717, 30.4985934 ], [ 120.2934724, 30.4971413 ], [ 120.2931061, 30.4955543 ], [ 120.2930044, 30.4951137 ], [ 120.2929967, 30.4950805 ], [ 120.2928184, 30.494308 ], [ 120.2927956, 30.4942132 ], [ 120.2923053, 30.4921729 ], [ 120.2920101, 30.4908895 ], [ 120.291904, 30.4904282 ], [ 120.2915541, 30.4889067 ], [ 120.2915012, 30.4887026 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2936017, 30.497135 ], [ 120.2937135, 30.4973005 ], [ 120.2939227, 30.4979291 ], [ 120.2940434, 30.4988745 ], [ 120.2941811, 30.4995184 ], [ 120.2943598, 30.5003536 ], [ 120.2943754, 30.5004181 ], [ 120.2945811, 30.501249 ], [ 120.2946603, 30.5013865 ], [ 120.2947549, 30.5015196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary", "name": "东湖北路" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2936017, 30.497135 ], [ 120.2938307, 30.498314 ], [ 120.2939666, 30.4990144 ], [ 120.2939982, 30.500046 ], [ 120.2938482, 30.5064642 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037353, 30.5010707 ], [ 120.3037699, 30.5011644 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037699, 30.5011644 ], [ 120.3037353, 30.5010707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.2947549, 30.5015196 ], [ 120.2959316, 30.5015322 ], [ 120.2969435, 30.5015399 ], [ 120.2975228, 30.5015769 ], [ 120.2977448, 30.5015775 ], [ 120.2978213, 30.5015766 ], [ 120.2979326, 30.501578 ], [ 120.2981896, 30.5015786 ], [ 120.2984162, 30.5015697 ], [ 120.2988418, 30.501553 ], [ 120.2996203, 30.5014729 ], [ 120.3000817, 30.5014151 ], [ 120.3001467, 30.5014155 ], [ 120.3002408, 30.5014161 ], [ 120.3003304, 30.5014166 ], [ 120.3010201, 30.5014101 ], [ 120.301471, 30.5014059 ], [ 120.3022107, 30.5013265 ], [ 120.3026961, 30.5012595 ], [ 120.3034579, 30.5011532 ], [ 120.3037353, 30.5010707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037353, 30.5010707 ], [ 120.3034579, 30.5011532 ], [ 120.3026961, 30.5012595 ], [ 120.3022107, 30.5013265 ], [ 120.301471, 30.5014059 ], [ 120.3010201, 30.5014101 ], [ 120.3003304, 30.5014166 ], [ 120.3002408, 30.5014161 ], [ 120.3001467, 30.5014155 ], [ 120.3000817, 30.5014151 ], [ 120.2996203, 30.5014729 ], [ 120.2988418, 30.501553 ], [ 120.2984162, 30.5015697 ], [ 120.2981896, 30.5015786 ], [ 120.2979326, 30.501578 ], [ 120.2978213, 30.5015766 ], [ 120.2977448, 30.5015775 ], [ 120.2975228, 30.5015769 ], [ 120.2969435, 30.5015399 ], [ 120.2959316, 30.5015322 ], [ 120.2947549, 30.5015196 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3037353, 30.5010707 ], [ 120.3041076, 30.5009599 ], [ 120.3049814, 30.5007326 ], [ 120.3050468, 30.5007137 ], [ 120.3054132, 30.5006309 ], [ 120.3060435, 30.5005985 ], [ 120.3071406, 30.50055 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": null }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071406, 30.50055 ], [ 120.3060435, 30.5005985 ], [ 120.3054132, 30.5006309 ], [ 120.3050468, 30.5007137 ], [ 120.3049814, 30.5007326 ], [ 120.3041076, 30.5009599 ], [ 120.3037353, 30.5010707 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰稔桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3071406, 30.50055 ], [ 120.3071506, 30.500929 ], [ 120.3072102, 30.5019698 ], [ 120.3073613, 30.5049811 ], [ 120.3073579, 30.5053652 ], [ 120.3074291, 30.5060603 ], [ 120.3075557, 30.5061761 ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary", "name": "丰稔桥" }, "geometry": { "type": "LineString", "coordinates": [ [ 120.3075557, 30.5061761 ], [ 120.3074291, 30.5060603 ], [ 120.3073579, 30.5053652 ], [ 120.3073613, 30.5049811 ], [ 120.3072102, 30.5019698 ], [ 120.3071506, 30.500929 ], [ 120.3071406, 30.50055 ] ] } } +] +} diff --git a/data/roads_simplified.geojson b/data/roads_simplified.geojson new file mode 100644 index 0000000..fb53e68 --- /dev/null +++ b/data/roads_simplified.geojson @@ -0,0 +1,19 @@ +{ +"type": "FeatureCollection", +"name": "roads_simplified", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "highway": [ "primary", "tertiary" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.3362738, 30.1915119 ], [ 120.3356637, 30.1915284 ] ], [ [ 120.3356637, 30.1915284 ], [ 120.334973, 30.1915332 ] ], [ [ 120.334973, 30.1915332 ], [ 120.3343213, 30.1915564 ] ], [ [ 120.3343213, 30.1915564 ], [ 120.3338776, 30.1916009 ] ], [ [ 120.3338776, 30.1916009 ], [ 120.3331438, 30.1916777 ] ], [ [ 120.3331438, 30.1916777 ], [ 120.3323866, 30.1917536 ] ], [ [ 120.3323866, 30.1917536 ], [ 120.3320578, 30.1918051 ] ], [ [ 120.3320578, 30.1918051 ], [ 120.3319277, 30.1918368 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "primary" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.1757025, 30.1227492 ], [ 120.1763641, 30.1232457 ] ], [ [ 120.1763641, 30.1232457 ], [ 120.1766673, 30.1234732 ] ], [ [ 120.1766673, 30.1234732 ], [ 120.176764, 30.1235278 ] ], [ [ 120.2194654, 30.2316799 ], [ 120.2196363, 30.2319887 ], [ 120.2200062, 30.2325107 ], [ 120.2203939, 30.2330683 ], [ 120.2208362, 30.23371 ], [ 120.2214956, 30.2345326 ], [ 120.221684, 30.2347175 ], [ 120.2219141, 30.2350034 ], [ 120.2230001, 30.2363899 ], [ 120.2230553, 30.2364613 ], [ 120.2241894, 30.2376144 ], [ 120.225687, 30.2390381 ] ], [ [ 120.2255869, 30.2391129 ], [ 120.2253674, 30.2388811 ], [ 120.2246566, 30.2382028 ], [ 120.2238699, 30.237452 ], [ 120.2230866, 30.236602 ], [ 120.222926, 30.2364259 ], [ 120.2226668, 30.2361419 ], [ 120.221603, 30.2347667 ], [ 120.2214218, 30.2345671 ], [ 120.22078, 30.2337552 ], [ 120.2202073, 30.2329388 ], [ 120.2197845, 30.2323361 ], [ 120.2195351, 30.2319898 ], [ 120.2193705, 30.2317363 ] ], [ [ 120.1748589, 30.249406 ], [ 120.1752726, 30.2495018 ], [ 120.1759216, 30.2495717 ], [ 120.1769167, 30.2496852 ], [ 120.1775578, 30.2496921 ], [ 120.1780888, 30.2496713 ], [ 120.1787031, 30.2495856 ], [ 120.1794568, 30.2493909 ], [ 120.179796, 30.2492775 ], [ 120.1803714, 30.2490851 ], [ 120.1814899, 30.2487074 ], [ 120.181705, 30.248644 ], [ 120.1832199, 30.2481977 ], [ 120.1838529, 30.2481258 ], [ 120.1852047, 30.2480853 ], [ 120.1865534, 30.2480412 ], [ 120.1870905, 30.2479555 ], [ 120.1883626, 30.2472582 ] ], [ [ 120.1885414, 30.2473882 ], [ 120.1879801, 30.2476675 ], [ 120.1868468, 30.2482314 ], [ 120.186487130376889, 30.248229403420016 ] ], [ [ 120.186487130376889, 30.248229403420016 ], [ 120.1859641, 30.2482265 ], [ 120.185787604518637, 30.248210519155439 ] ], [ [ 120.185787604518637, 30.248210519155439 ], [ 120.1852893, 30.2481654 ], [ 120.1852243, 30.248169 ], [ 120.1838305, 30.2482023 ], [ 120.183228, 30.2482634 ], [ 120.1826509, 30.2484198 ], [ 120.1820846, 30.2485832 ], [ 120.1816395, 30.2487238 ], [ 120.1805915, 30.2491041 ], [ 120.1794777, 30.249479 ], [ 120.1786736, 30.2496737 ], [ 120.1781065, 30.2497533 ], [ 120.1775882, 30.2497803 ], [ 120.1771365, 30.2497804 ], [ 120.1766849, 30.2497389 ], [ 120.1758965, 30.2496579 ], [ 120.175221, 30.2495827 ], [ 120.1748959, 30.2495939 ] ], [ [ 120.1807111, 30.2515918 ], [ 120.1807489, 30.2514315 ], [ 120.1807704, 30.2512923 ], [ 120.180748, 30.2511764 ], [ 120.1807175, 30.2510815 ], [ 120.1804366, 30.2506587 ], [ 120.1800206, 30.2500256 ], [ 120.1799004, 30.2498328 ], [ 120.1798575, 30.2496845 ], [ 120.179909, 30.2495066 ], [ 120.1801236, 30.2493509 ], [ 120.1802952, 30.2492842 ], [ 120.180793, 30.2491285 ], [ 120.1820462, 30.2487429 ], [ 120.1827546, 30.2484931 ], [ 120.1834164, 30.2483433 ], [ 120.1839933, 30.2482913 ], [ 120.184459, 30.2482833 ], [ 120.1848533, 30.2482607 ], [ 120.1854662, 30.2482254 ], [ 120.185787604518637, 30.248210519155439 ] ], [ [ 120.185787604518637, 30.248210519155439 ], [ 120.1863539, 30.2481843 ], [ 120.1868699, 30.248083 ], [ 120.1871836, 30.2479641 ], [ 120.1882597, 30.2473981 ], [ 120.1883626, 30.2472582 ] ], [ [ 120.1885414, 30.2473882 ], [ 120.1883049, 30.2474595 ], [ 120.1871876, 30.2480273 ], [ 120.1868827, 30.2481502 ], [ 120.186487130376889, 30.248229403420016 ] ], [ [ 120.186487130376889, 30.248229403420016 ], [ 120.1864407, 30.2482387 ], [ 120.1858227, 30.2482684 ], [ 120.18487, 30.2483129 ], [ 120.1844534, 30.2483341 ], [ 120.1839827, 30.2483524 ], [ 120.1834967, 30.2483944 ], [ 120.1828643, 30.2485359 ], [ 120.1820633, 30.2487874 ], [ 120.1807845, 30.2491729 ], [ 120.1802952, 30.2493435 ], [ 120.1801236, 30.2494621 ], [ 120.1800549, 30.2496475 ], [ 120.1800807, 30.2497809 ], [ 120.1802609, 30.2500627 ], [ 120.1806434, 30.2506461 ], [ 120.1809117, 30.2510076 ], [ 120.1812961, 30.2515248 ] ], [ [ 120.182375, 30.273157 ], [ 120.1822848, 30.2731494 ], [ 120.1814558, 30.2730552 ], [ 120.180734, 30.2730043 ], [ 120.1802261, 30.2729684 ], [ 120.1796871, 30.2729154 ] ], [ [ 120.2418458, 30.2475457 ], [ 120.2418893, 30.247724 ], [ 120.2423026, 30.2483307 ], [ 120.242887, 30.2491884 ], [ 120.2440983, 30.2509679 ], [ 120.245245, 30.2524904 ], [ 120.2462147, 30.2538783 ], [ 120.2467249, 30.2545477 ], [ 120.2489167, 30.2573834 ], [ 120.2506643, 30.2599112 ], [ 120.2511209, 30.2605889 ], [ 120.2512621, 30.2607753 ], [ 120.2513587, 30.2608857 ], [ 120.2519017, 30.2614233 ], [ 120.2522769, 30.2617932 ], [ 120.252789, 30.262346 ], [ 120.2530009, 30.2625634 ], [ 120.2532271, 30.262699 ] ], [ [ 120.252927, 30.2628149 ], [ 120.2527713, 30.2626358 ], [ 120.2527095, 30.2625481 ], [ 120.2524509, 30.2623364 ], [ 120.252118, 30.2620639 ], [ 120.2517781, 30.261797 ], [ 120.2515882, 30.2616063 ], [ 120.2514426, 30.2614309 ], [ 120.2511689, 30.2610344 ], [ 120.2510723, 30.2608728 ], [ 120.2508796, 30.2604783 ], [ 120.2504144, 30.2596929 ], [ 120.2489058, 30.2575645 ], [ 120.2466721, 30.2546009 ], [ 120.2456184, 30.2531841 ], [ 120.24489, 30.252182 ], [ 120.2431293, 30.2497597 ], [ 120.2427431, 30.249236 ], [ 120.241756, 30.2478041 ], [ 120.241561, 30.2476381 ] ], [ [ 120.5119826, 30.1792966 ], [ 120.5121494, 30.180086 ], [ 120.512171, 30.1801882 ], [ 120.5128735, 30.1835122 ], [ 120.5129469, 30.1837681 ], [ 120.5130591, 30.1841756 ], [ 120.5132529, 30.1848797 ], [ 120.5136318, 30.1862562 ], [ 120.5138097, 30.1869024 ], [ 120.5144305, 30.1891577 ], [ 120.5148805, 30.1907923 ], [ 120.5149727, 30.1911273 ], [ 120.515055, 30.1914283 ], [ 120.5150722, 30.1914915 ] ], [ [ 120.5149501, 30.1914996 ], [ 120.5149297, 30.1914438 ], [ 120.5148517, 30.1911561 ], [ 120.5148264, 30.1910626 ], [ 120.5147905, 30.1909302 ], [ 120.5143147, 30.1891735 ], [ 120.5137047, 30.1869218 ], [ 120.5135288, 30.1862724 ], [ 120.5129458, 30.1841203 ], [ 120.5128543, 30.1837824 ], [ 120.5127827, 30.1835292 ], [ 120.5120516, 30.1800696 ], [ 120.5118931, 30.1793176 ] ], [ [ 120.4471517, 30.1935251 ], [ 120.4473364, 30.1934603 ], [ 120.4476185, 30.193364 ], [ 120.4477223, 30.1933285 ], [ 120.4497109, 30.1926451 ], [ 120.4503043, 30.1924412 ], [ 120.4519168, 30.1918747 ] ], [ [ 120.4519615, 30.1919954 ], [ 120.449794, 30.1927542 ], [ 120.4493988, 30.1928888 ], [ 120.4477402, 30.1934539 ], [ 120.4476598, 30.1934851 ], [ 120.4473818, 30.1935927 ], [ 120.4471929, 30.1936554 ] ], [ [ 120.4506286, 30.203028 ], [ 120.4507366, 30.2029879 ] ], [ [ 120.4507366, 30.2029879 ], [ 120.451091, 30.2029168 ] ], [ [ 120.451091, 30.2029168 ], [ 120.4511553, 30.2029043 ] ], [ [ 120.4511553, 30.2029043 ], [ 120.4540366, 30.2023437 ] ], [ [ 120.4540366, 30.2023437 ], [ 120.4557192, 30.2020164 ] ], [ [ 120.4557192, 30.2020164 ], [ 120.4560459, 30.2019528 ] ], [ [ 120.4560459, 30.2019528 ], [ 120.4574799, 30.2016899 ] ], [ [ 120.4574799, 30.2016899 ], [ 120.459741, 30.2012754 ] ], [ [ 120.459741, 30.2012754 ], [ 120.4612942, 30.2009907 ] ], [ [ 120.2556097, 30.1712553 ], [ 120.2558545, 30.1711106 ], [ 120.2566096, 30.170909 ], [ 120.2569213, 30.170871 ], [ 120.2571915, 30.1708071 ], [ 120.2574248, 30.1706879 ], [ 120.2576242, 30.1705343 ], [ 120.2578236, 30.1703055 ], [ 120.2578935, 30.1701975 ], [ 120.2580445, 30.1699139 ], [ 120.2582371, 30.1693978 ], [ 120.2586666, 30.1684625 ], [ 120.2586948, 30.16834 ], [ 120.2587899, 30.1679226 ], [ 120.2589095, 30.167359 ], [ 120.2589028, 30.1672257 ], [ 120.258849, 30.1666683 ], [ 120.2588196, 30.1663816 ], [ 120.258788, 30.1659566 ], [ 120.2587416, 30.1654962 ], [ 120.2587139, 30.1652612 ], [ 120.2586453, 30.1649231 ], [ 120.2586459, 30.1647306 ] ], [ [ 120.2591031, 30.1664466 ], [ 120.259092, 30.1667445 ], [ 120.2590663, 30.166995 ], [ 120.2590393, 30.1672304 ], [ 120.2589953, 30.1676141 ], [ 120.2588602, 30.1682088 ], [ 120.2588075, 30.1683794 ], [ 120.2587539, 30.1685162 ], [ 120.2583772, 30.1693826 ], [ 120.2582332, 30.1697094 ], [ 120.2581636, 30.169919 ], [ 120.2579888, 30.1702694 ], [ 120.2578232, 30.1705031 ], [ 120.257637, 30.1706661 ], [ 120.2574076, 30.1707917 ], [ 120.2571892, 30.170875 ], [ 120.2569121, 30.1709589 ], [ 120.2563278, 30.1710547 ], [ 120.2561015, 30.1711126 ], [ 120.2558268, 30.1712204 ], [ 120.2556971, 30.1712975 ] ], [ [ 120.3344389, 30.2006057 ], [ 120.3346586, 30.2011916 ], [ 120.3348951, 30.2022996 ], [ 120.3350234, 30.202811 ], [ 120.3351925, 30.2034156 ], [ 120.3352741, 30.2036599 ], [ 120.3355218, 30.2042368 ], [ 120.3358017, 30.2052142 ], [ 120.3359882, 30.2059549 ], [ 120.3361806, 30.2066879 ], [ 120.3364604, 30.2076477 ], [ 120.3366588, 30.2083456 ], [ 120.3368772, 30.2091137 ], [ 120.3374923, 30.2111994 ], [ 120.3376756, 30.2118224 ], [ 120.3378362, 30.2123682 ], [ 120.3380197, 30.2129495 ], [ 120.3380636, 30.2130886 ], [ 120.3382493, 30.2136042 ], [ 120.3382918, 30.2137221 ], [ 120.3384742, 30.2141973 ], [ 120.3385206, 30.2143102 ], [ 120.3385738, 30.2145017 ], [ 120.3386158, 30.2146856 ], [ 120.3386854, 30.2150068 ], [ 120.3388209, 30.2155103 ] ], [ [ 120.255607, 30.2474842 ], [ 120.2554398, 30.2480382 ], [ 120.2552941, 30.2484433 ], [ 120.2549392, 30.2497754 ], [ 120.2546584, 30.2509066 ] ], [ [ 120.2544664, 30.2509203 ], [ 120.2547614, 30.2498306 ], [ 120.2549956, 30.2490488 ], [ 120.2551442, 30.2484529 ], [ 120.2551706, 30.2483752 ], [ 120.2554018, 30.2476932 ], [ 120.2554344, 30.2475766 ] ], [ [ 120.2456268, 30.2529128 ], [ 120.2457254, 30.2530476 ], [ 120.2458501, 30.2532307 ], [ 120.2467848, 30.2545175 ], [ 120.246916, 30.2546571 ] ], [ [ 120.2467241, 30.2547459 ], [ 120.2466276, 30.2546457 ], [ 120.2456344, 30.2533278 ], [ 120.2455157, 30.2531645 ], [ 120.2454119, 30.2530212 ] ], [ [ 120.2848159, 30.2988947 ], [ 120.2857137, 30.2990479 ], [ 120.2862303, 30.2990856 ], [ 120.2866312, 30.2990905 ], [ 120.2870659, 30.2990919 ], [ 120.2883799, 30.299024 ], [ 120.2896126, 30.2989371 ], [ 120.2902023, 30.2988308 ], [ 120.2908367, 30.2986576 ], [ 120.2919658, 30.2983153 ], [ 120.294789, 30.2974604 ], [ 120.2955594, 30.2972105 ], [ 120.2962122, 30.2970123 ], [ 120.2967532, 30.2968435 ], [ 120.297481, 30.2965493 ], [ 120.2985123, 30.2960838 ], [ 120.2998407, 30.2955092 ], [ 120.3005102, 30.2952143 ], [ 120.3017881, 30.2946655 ] ], [ [ 120.3018253, 30.294738 ], [ 120.300556, 30.2952781 ], [ 120.2997824, 30.2956171 ], [ 120.2985295, 30.2961608 ], [ 120.2975054, 30.2966279 ], [ 120.2967879, 30.296913 ], [ 120.2962044, 30.2971163 ], [ 120.2955964, 30.2973166 ], [ 120.2948033, 30.297565 ], [ 120.2920285, 30.2984186 ], [ 120.2908522, 30.2987505 ], [ 120.2902604, 30.2988984 ], [ 120.289622, 30.2990141 ], [ 120.2884436, 30.2990987 ], [ 120.2872443, 30.2991664 ], [ 120.2867481, 30.2991701 ], [ 120.2863614, 30.2991671 ], [ 120.2856959, 30.2991307 ], [ 120.2851585, 30.2990511 ], [ 120.2847952, 30.2989889 ] ], [ [ 119.9628574, 30.2603731 ], [ 119.9625634, 30.2601949 ], [ 119.9622889, 30.2600706 ], [ 119.9618343, 30.2599489 ], [ 119.9609196, 30.2599139 ], [ 119.9597178, 30.2599053 ], [ 119.9592494, 30.2598813 ], [ 119.9584929, 30.2597853 ], [ 119.9574107, 30.2596086 ], [ 119.9564927, 30.2595825 ], [ 119.9555305, 30.2595606 ], [ 119.9548469, 30.2596417 ] ], [ [ 119.9693191, 30.3778988 ], [ 119.9693678, 30.3786151 ], [ 119.9694225, 30.3792994 ], [ 119.9694889, 30.380336 ], [ 119.9694999, 30.3804634 ], [ 119.9695507, 30.3810523 ], [ 119.9696684, 30.3821946 ], [ 119.9696922, 30.3823181 ], [ 119.9697248, 30.3825197 ], [ 119.9701582, 30.3837643 ], [ 119.9702284, 30.383966 ], [ 119.9708533, 30.3858054 ], [ 119.9710544, 30.3863446 ] ], [ [ 119.9709475, 30.38637 ], [ 119.9701869, 30.3842582 ], [ 119.970093, 30.3840111 ], [ 119.9695339, 30.3825402 ], [ 119.969473, 30.3822153 ], [ 119.9692178, 30.3792748 ], [ 119.9692076, 30.3791575 ], [ 119.9691917, 30.3789926 ], [ 119.9691751, 30.3788216 ], [ 119.9691206, 30.3782572 ], [ 119.9691036, 30.3779095 ] ], [ [ 120.1399939, 30.3345509 ], [ 120.1401154, 30.3334524 ], [ 120.1401765, 30.3329092 ], [ 120.1404892, 30.330422 ], [ 120.1405378, 30.3299771 ], [ 120.1405994, 30.329412 ], [ 120.140624, 30.3291867 ], [ 120.1406716, 30.3287506 ], [ 120.1407709, 30.3278872 ], [ 120.1408329, 30.3273487 ], [ 120.1408702, 30.3270244 ] ], [ [ 120.1412184, 30.3270661 ], [ 120.1411241, 30.3277875 ], [ 120.141102, 30.3279176 ], [ 120.1410534, 30.3282778 ], [ 120.1410184, 30.3285366 ], [ 120.1409294, 30.3291961 ], [ 120.1408663, 30.3296525 ], [ 120.1407545, 30.3304614 ], [ 120.1406135, 30.3315996 ], [ 120.1404512, 30.3329099 ], [ 120.1403878, 30.3334632 ], [ 120.1402542, 30.3345533 ] ], [ [ 120.1737002, 30.32922 ], [ 120.1749717, 30.3295405 ], [ 120.1755921, 30.3296934 ], [ 120.1775212, 30.3301689 ], [ 120.1781565, 30.3303255 ], [ 120.179744, 30.3307168 ], [ 120.1803598, 30.330862 ] ], [ [ 120.1822867, 30.3316032 ], [ 120.1820953, 30.3315578 ], [ 120.1814245, 30.331401 ], [ 120.1811663, 30.3313334 ], [ 120.1795136, 30.3309221 ], [ 120.178029, 30.3305385 ], [ 120.1773488, 30.3303627 ], [ 120.1764656, 30.3301559 ], [ 120.1757595, 30.3299818 ], [ 120.1752514, 30.3298565 ], [ 120.1748003, 30.3297473 ], [ 120.1744156, 30.3296542 ], [ 120.1736114, 30.3294782 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "tertiary" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.1366821, 29.8925487 ], [ 120.1366174, 29.8923833 ] ], [ [ 120.1366174, 29.8923833 ], [ 120.136543, 29.8922214 ] ], [ [ 120.136543, 29.8922214 ], [ 120.1364545, 29.8920267 ] ], [ [ 120.1364545, 29.8920267 ], [ 120.1363519, 29.8918712 ] ], [ [ 120.1363519, 29.8918712 ], [ 120.1362674, 29.8917431 ] ], [ [ 120.1362674, 29.8917431 ], [ 120.1358253, 29.891168 ] ], [ [ 120.1358253, 29.891168 ], [ 120.1355295, 29.8908285 ] ], [ [ 120.1355295, 29.8908285 ], [ 120.135273, 29.8905289 ] ], [ [ 120.135273, 29.8905289 ], [ 120.1350463, 29.8902593 ] ], [ [ 120.1350463, 29.8902593 ], [ 120.1348733, 29.8900158 ] ], [ [ 120.1348733, 29.8900158 ], [ 120.1347109, 29.8897829 ] ], [ [ 120.1347109, 29.8897829 ], [ 120.1345728, 29.8895487 ] ], [ [ 120.1345728, 29.8895487 ], [ 120.1344392, 29.8893224 ] ], [ [ 120.1344392, 29.8893224 ], [ 120.1340112, 29.8885487 ] ], [ [ 120.1340112, 29.8885487 ], [ 120.1338261, 29.8882085 ] ], [ [ 120.1338261, 29.8882085 ], [ 120.1336531, 29.8878907 ] ], [ [ 120.1336531, 29.8878907 ], [ 120.1335304, 29.8876735 ] ], [ [ 120.1335304, 29.8876735 ], [ 120.1333632, 29.8873776 ] ], [ [ 120.1333632, 29.8873776 ], [ 120.133131, 29.8869881 ] ], [ [ 120.133131, 29.8869881 ], [ 120.1328435, 29.88651 ] ], [ [ 120.1328435, 29.88651 ], [ 120.1326681, 29.8862183 ] ], [ [ 120.1326681, 29.8862183 ], [ 120.1323786, 29.8857378 ] ], [ [ 120.1323786, 29.8857378 ], [ 120.1321611, 29.8853932 ] ], [ [ 120.1321611, 29.8853932 ], [ 120.1320396, 29.8852008 ] ], [ [ 120.1320396, 29.8852008 ], [ 120.1319617, 29.8850774 ] ], [ [ 120.1319617, 29.8850774 ], [ 120.1318353, 29.8848772 ] ], [ [ 120.1318353, 29.8848772 ], [ 120.1314448, 29.8842554 ] ], [ [ 120.1314448, 29.8842554 ], [ 120.1313818, 29.8841551 ] ], [ [ 120.1313818, 29.8841551 ], [ 120.131332, 29.8840758 ] ], [ [ 120.131332, 29.8840758 ], [ 120.1312889, 29.8840034 ] ], [ [ 120.1312889, 29.8840034 ], [ 120.130772, 29.8831349 ] ], [ [ 120.130772, 29.8831349 ], [ 120.1304305, 29.8825072 ] ], [ [ 120.1304305, 29.8825072 ], [ 120.1303212, 29.8822822 ] ], [ [ 120.1303212, 29.8822822 ], [ 120.1302893, 29.8821796 ] ], [ [ 120.1302893, 29.8821796 ], [ 120.1302605, 29.882023 ] ], [ [ 120.1302605, 29.882023 ], [ 120.130223, 29.8817669 ] ], [ [ 120.130223, 29.8817669 ], [ 120.1301482, 29.8812558 ] ], [ [ 120.1301482, 29.8812558 ], [ 120.13013, 29.8811256 ] ], [ [ 120.13013, 29.8811256 ], [ 120.1300389, 29.8804728 ] ], [ [ 120.1300389, 29.8804728 ], [ 120.1299349, 29.879784 ] ], [ [ 120.1299349, 29.879784 ], [ 120.1298791, 29.8794148 ] ], [ [ 120.1298791, 29.8794148 ], [ 120.1298381, 29.8791797 ] ], [ [ 120.1298381, 29.8791797 ], [ 120.1297762, 29.879009 ] ], [ [ 120.1297762, 29.879009 ], [ 120.1297254, 29.8789058 ] ], [ [ 120.1297254, 29.8789058 ], [ 120.1295968, 29.8787475 ] ], [ [ 120.1295968, 29.8787475 ], [ 120.1293512, 29.8784799 ] ], [ [ 120.1293512, 29.8784799 ], [ 120.1292158, 29.8783322 ] ], [ [ 120.1292158, 29.8783322 ], [ 120.1291761, 29.878289 ] ], [ [ 120.1291761, 29.878289 ], [ 120.1290649, 29.8781679 ] ], [ [ 120.1290649, 29.8781679 ], [ 120.1289101, 29.8780038 ] ], [ [ 120.1289101, 29.8780038 ], [ 120.1285584, 29.877631 ] ], [ [ 120.1285584, 29.877631 ], [ 120.1281531, 29.8771929 ] ], [ [ 120.1281531, 29.8771929 ], [ 120.127998, 29.8770253 ] ], [ [ 120.127998, 29.8770253 ], [ 120.1277572, 29.8767704 ] ], [ [ 120.1277572, 29.8767704 ], [ 120.1273359, 29.8763246 ] ], [ [ 120.1273359, 29.8763246 ], [ 120.1266866, 29.8756252 ] ], [ [ 120.1266866, 29.8756252 ], [ 120.1264262, 29.8753218 ] ], [ [ 120.1264262, 29.8753218 ], [ 120.1263167, 29.8751943 ] ], [ [ 120.1263167, 29.8751943 ], [ 120.1259864, 29.8748185 ] ], [ [ 120.1259864, 29.8748185 ], [ 120.1254927, 29.8742472 ] ], [ [ 120.1254927, 29.8742472 ], [ 120.1249989, 29.8736841 ] ], [ [ 120.1249989, 29.8736841 ], [ 120.124602, 29.8732367 ] ], [ [ 120.124602, 29.8732367 ], [ 120.1241749, 29.8727383 ] ], [ [ 120.1241749, 29.8727383 ], [ 120.1237789, 29.8722592 ] ], [ [ 120.1237789, 29.8722592 ], [ 120.1237288, 29.8721986 ] ], [ [ 120.1237288, 29.8721986 ], [ 120.1234922, 29.8719233 ] ], [ [ 120.1234922, 29.8719233 ], [ 120.1233858, 29.8717732 ] ], [ [ 120.1233858, 29.8717732 ], [ 120.1233287, 29.8716672 ] ], [ [ 120.1233287, 29.8716672 ], [ 120.1232239, 29.8714469 ] ], [ [ 120.1232239, 29.8714469 ], [ 120.123011, 29.8710203 ] ], [ [ 120.123011, 29.8710203 ], [ 120.1229731, 29.8709444 ] ], [ [ 120.1229731, 29.8709444 ], [ 120.1227743, 29.8705486 ] ], [ [ 120.1227743, 29.8705486 ], [ 120.1226793, 29.8703593 ] ], [ [ 120.1226793, 29.8703593 ], [ 120.1226094, 29.8702148 ] ], [ [ 120.1226094, 29.8702148 ], [ 120.122524, 29.8700384 ] ], [ [ 120.122524, 29.8700384 ], [ 120.1224761, 29.8699394 ] ], [ [ 120.1224761, 29.8699394 ], [ 120.1222634, 29.8695112 ] ], [ [ 120.1222634, 29.8695112 ], [ 120.1220141, 29.8690115 ] ], [ [ 120.1220141, 29.8690115 ], [ 120.1219799, 29.8689413 ] ], [ [ 120.1219799, 29.8689413 ], [ 120.1216569, 29.868279 ] ], [ [ 120.1216569, 29.868279 ], [ 120.121406, 29.8677889 ] ], [ [ 120.121406, 29.8677889 ], [ 120.1212409, 29.8674461 ] ], [ [ 120.1212409, 29.8674461 ], [ 120.121152, 29.8672767 ] ], [ [ 120.121152, 29.8672767 ], [ 120.1210472, 29.8671156 ] ], [ [ 120.1210472, 29.8671156 ], [ 120.1209583, 29.8669986 ] ], [ [ 120.1209583, 29.8669986 ], [ 120.1208249, 29.8668609 ] ], [ [ 120.1208249, 29.8668609 ], [ 120.1207403, 29.8667752 ] ], [ [ 120.1207403, 29.8667752 ], [ 120.1206646, 29.8666985 ] ], [ [ 120.1206646, 29.8666985 ], [ 120.1202788, 29.8663143 ] ], [ [ 120.1202788, 29.8663143 ], [ 120.1202191, 29.866258 ] ], [ [ 120.1202191, 29.866258 ], [ 120.1197691, 29.8658338 ] ], [ [ 120.1197691, 29.8658338 ], [ 120.1191484, 29.8652322 ] ], [ [ 120.1191484, 29.8652322 ], [ 120.1187719, 29.8648708 ] ], [ [ 120.1187719, 29.8648708 ], [ 120.1187324, 29.8648329 ] ], [ [ 120.1187324, 29.8648329 ], [ 120.1186637, 29.8647665 ] ], [ [ 120.1186637, 29.8647665 ], [ 120.1184123, 29.8645235 ] ], [ [ 120.1184123, 29.8645235 ], [ 120.1181783, 29.8642973 ] ], [ [ 120.1181783, 29.8642973 ], [ 120.1177449, 29.8638815 ] ], [ [ 120.1177449, 29.8638815 ], [ 120.1175432, 29.8637025 ] ], [ [ 120.1175432, 29.8637025 ], [ 120.1173352, 29.8635568 ] ], [ [ 120.1173352, 29.8635568 ], [ 120.1172956, 29.863529 ] ], [ [ 120.1172956, 29.863529 ], [ 120.1168357, 29.863216 ] ], [ [ 120.1168357, 29.863216 ], [ 120.1167939, 29.8631876 ] ], [ [ 120.1167939, 29.8631876 ], [ 120.1165136, 29.8629973 ] ], [ [ 120.1165136, 29.8629973 ], [ 120.1160778, 29.8627015 ] ], [ [ 120.1160778, 29.8627015 ], [ 120.1159191, 29.8625859 ] ], [ [ 120.1159191, 29.8625859 ], [ 120.115773, 29.8624702 ] ], [ [ 120.115773, 29.8624702 ], [ 120.1156777, 29.8623793 ] ], [ [ 120.1156777, 29.8623793 ], [ 120.1155714, 29.8622582 ] ], [ [ 120.1155714, 29.8622582 ], [ 120.1153888, 29.8620461 ] ], [ [ 120.1153888, 29.8620461 ], [ 120.1152939, 29.8619278 ] ], [ [ 120.1152939, 29.8619278 ], [ 120.1151459, 29.8617432 ] ], [ [ 120.1151459, 29.8617432 ], [ 120.1146107, 29.8610607 ] ], [ [ 120.1677485, 30.1263965 ], [ 120.167267, 30.1262486 ] ], [ [ 120.167267, 30.1262486 ], [ 120.1671276, 30.1262212 ] ], [ [ 120.1671276, 30.1262212 ], [ 120.1670136, 30.126265 ] ], [ [ 120.1670136, 30.126265 ], [ 120.1667982, 30.1267691 ] ], [ [ 120.1667982, 30.1267691 ], [ 120.1665004, 30.1270924 ] ], [ [ 120.1665004, 30.1270924 ], [ 120.1654551, 30.1282212 ] ], [ [ 120.1654551, 30.1282212 ], [ 120.164324, 30.1295914 ] ], [ [ 120.164324, 30.1295914 ], [ 120.1651597, 30.129637 ] ], [ [ 120.1651597, 30.129637 ], [ 120.1653039, 30.1296837 ] ], [ [ 120.15174, 30.1257676 ], [ 120.1512615, 30.1252496 ] ], [ [ 120.1512615, 30.1252496 ], [ 120.1508934, 30.124859 ] ], [ [ 120.1508934, 30.124859 ], [ 120.1506572, 30.1245486 ] ], [ [ 120.1506572, 30.1245486 ], [ 120.1506251, 30.1245064 ] ], [ [ 120.1506251, 30.1245064 ], [ 120.1505969, 30.1243306 ] ], [ [ 120.1505969, 30.1243306 ], [ 120.1505715, 30.1241723 ] ], [ [ 120.1505715, 30.1241723 ], [ 120.1505184, 30.1239345 ] ], [ [ 120.1505184, 30.1239345 ], [ 120.1504073, 30.1237405 ] ], [ [ 120.1504073, 30.1237405 ], [ 120.1503048, 30.1235414 ] ], [ [ 120.1503048, 30.1235414 ], [ 120.1499472, 30.1228464 ] ], [ [ 120.1499472, 30.1228464 ], [ 120.1496061, 30.1221864 ] ], [ [ 120.1496061, 30.1221864 ], [ 120.1493647, 30.1217098 ] ], [ [ 120.1493647, 30.1217098 ], [ 120.1489536, 30.120898 ] ], [ [ 120.1489536, 30.120898 ], [ 120.1486722, 30.1204759 ] ], [ [ 120.1486722, 30.1204759 ], [ 120.1485091, 30.120289 ] ], [ [ 120.1485091, 30.120289 ], [ 120.1482076, 30.1200205 ] ], [ [ 120.1482076, 30.1200205 ], [ 120.1479522, 30.1198731 ] ], [ [ 120.1479522, 30.1198731 ], [ 120.1476231, 30.1197137 ] ], [ [ 120.1476231, 30.1197137 ], [ 120.1470464, 30.1195086 ] ], [ [ 120.1650085, 30.1377364 ], [ 120.1661755, 30.1378177 ] ], [ [ 120.1661755, 30.1378177 ], [ 120.167952, 30.1379414 ] ], [ [ 120.167952, 30.1379414 ], [ 120.1697028, 30.1380274 ] ], [ [ 120.1697028, 30.1380274 ], [ 120.1699445, 30.1380203 ] ], [ [ 120.1699445, 30.1380203 ], [ 120.1701097, 30.1380154 ] ], [ [ 120.1701097, 30.1380154 ], [ 120.1701449, 30.1390767 ] ], [ [ 120.1701449, 30.1390767 ], [ 120.1701618, 30.1395213 ] ], [ [ 120.1701618, 30.1395213 ], [ 120.1702178, 30.1409912 ] ], [ [ 120.1702178, 30.1409912 ], [ 120.1702935, 30.1417019 ] ], [ [ 120.1702935, 30.1417019 ], [ 120.1704665, 30.1428099 ] ], [ [ 120.1704665, 30.1428099 ], [ 120.1705125, 30.1432049 ] ], [ [ 120.1705125, 30.1432049 ], [ 120.1708396, 30.1443971 ] ], [ [ 120.1708396, 30.1443971 ], [ 120.1709088, 30.1447287 ] ], [ [ 120.1709088, 30.1447287 ], [ 120.1709623, 30.1453898 ] ], [ [ 120.1709623, 30.1453898 ], [ 120.1709303, 30.1458931 ] ], [ [ 120.1709303, 30.1458931 ], [ 120.1714158, 30.1471162 ] ], [ [ 120.1714158, 30.1471162 ], [ 120.1716528, 30.1477047 ] ], [ [ 120.1716528, 30.1477047 ], [ 120.1719319, 30.1481575 ] ], [ [ 120.1719319, 30.1481575 ], [ 120.1725511, 30.148812 ] ], [ [ 120.1725511, 30.148812 ], [ 120.1732901, 30.1490944 ] ], [ [ 120.1732901, 30.1490944 ], [ 120.1732274, 30.1492642 ] ], [ [ 120.1732274, 30.1492642 ], [ 120.173633, 30.1493905 ] ], [ [ 120.173633, 30.1493905 ], [ 120.1741445, 30.1494459 ] ], [ [ 120.1741445, 30.1494459 ], [ 120.1742752, 30.14946 ] ], [ [ 120.1742752, 30.14946 ], [ 120.175185, 30.1496715 ] ], [ [ 120.175185, 30.1496715 ], [ 120.1756606, 30.1498546 ] ], [ [ 120.185277, 30.0508791 ], [ 120.185277, 30.0510927 ] ], [ [ 120.185277, 30.0510927 ], [ 120.1852127, 30.0512691 ] ], [ [ 120.1852127, 30.0512691 ], [ 120.1852127, 30.0514363 ] ], [ [ 120.1852127, 30.0514363 ], [ 120.1852234, 30.0518077 ] ], [ [ 120.1852234, 30.0518077 ], [ 120.1852663, 30.0521049 ] ], [ [ 120.1852663, 30.0521049 ], [ 120.1851483, 30.0522628 ] ], [ [ 120.1851483, 30.0522628 ], [ 120.1850303, 30.0525228 ] ], [ [ 120.1850303, 30.0525228 ], [ 120.1850196, 30.05282 ] ], [ [ 120.1850196, 30.05282 ], [ 120.1847513, 30.055123 ] ], [ [ 120.1847513, 30.055123 ], [ 120.1848267, 30.0555504 ] ], [ [ 120.1848267, 30.0555504 ], [ 120.184919, 30.0560736 ] ], [ [ 120.184919, 30.0560736 ], [ 120.1849631, 30.0563235 ] ], [ [ 120.1849631, 30.0563235 ], [ 120.1850839, 30.0570081 ] ], [ [ 120.1850839, 30.0570081 ], [ 120.1852929, 30.0581395 ] ], [ [ 120.1852929, 30.0581395 ], [ 120.1853132, 30.0582491 ] ], [ [ 120.1853132, 30.0582491 ], [ 120.1853271, 30.0583245 ] ], [ [ 120.1853271, 30.0583245 ], [ 120.1855674, 30.0599365 ] ], [ [ 120.1914211, 30.1710318 ], [ 120.190768, 30.172539 ] ], [ [ 120.190768, 30.172539 ], [ 120.1905437, 30.1729127 ] ], [ [ 120.1905437, 30.1729127 ], [ 120.1904083, 30.1731048 ] ], [ [ 120.1904083, 30.1731048 ], [ 120.1901747, 30.1733888 ] ], [ [ 120.1901747, 30.1733888 ], [ 120.189552, 30.1741458 ] ], [ [ 120.189552, 30.1741458 ], [ 120.1888369, 30.1750151 ] ], [ [ 120.1888369, 30.1750151 ], [ 120.1885265, 30.1753925 ] ], [ [ 120.1536322, 30.2415985 ], [ 120.1546444, 30.2418007 ] ], [ [ 120.1546444, 30.2418007 ], [ 120.155373, 30.2418942 ] ], [ [ 120.155373, 30.2418942 ], [ 120.1558666, 30.2419157 ] ], [ [ 120.1558666, 30.2419157 ], [ 120.1560682, 30.2419245 ] ], [ [ 120.1560682, 30.2419245 ], [ 120.1561772, 30.241926 ] ], [ [ 120.1561772, 30.241926 ], [ 120.1563882, 30.241931 ] ], [ [ 120.1563882, 30.241931 ], [ 120.1564605, 30.2419309 ] ], [ [ 120.1564605, 30.2419309 ], [ 120.1570129, 30.24193 ] ], [ [ 120.1570129, 30.24193 ], [ 120.1572125, 30.2419297 ] ], [ [ 120.1572125, 30.2419297 ], [ 120.1574636, 30.2420085 ] ], [ [ 120.1574636, 30.2420085 ], [ 120.1575981, 30.2420507 ] ], [ [ 120.1575981, 30.2420507 ], [ 120.1576685, 30.2421931 ] ], [ [ 120.1576685, 30.2421931 ], [ 120.1576624, 30.242371 ] ], [ [ 120.1576624, 30.242371 ], [ 120.1576582, 30.2424937 ] ], [ [ 120.1576582, 30.2424937 ], [ 120.1576969, 30.2430147 ] ], [ [ 119.9927714, 30.2783454 ], [ 119.9927849, 30.2782944 ], [ 119.9928527, 30.277976 ], [ 119.9929245, 30.2775636 ], [ 119.9928957, 30.2774792 ], [ 119.9928313, 30.2774259 ], [ 119.9926821, 30.2773498 ] ], [ [ 119.9963149, 30.2778715 ], [ 119.99616, 30.2779726 ], [ 119.9959888, 30.2779915 ], [ 119.9947171, 30.2777997 ], [ 119.9936194, 30.2775614 ], [ 119.9932364, 30.2775163 ], [ 119.9931478, 30.2775325 ], [ 119.9930908, 30.2775668 ], [ 119.9929083, 30.2783215 ], [ 119.9928997, 30.2783615 ] ], [ [ 120.2217517, 30.2806364 ], [ 120.2213097, 30.2801439 ], [ 120.2209879, 30.279765 ], [ 120.2205083, 30.27919 ] ], [ [ 120.209982, 30.2859824 ], [ 120.2102387, 30.2860933 ], [ 120.2104358, 30.2861431 ], [ 120.2107383, 30.2862531 ], [ 120.2116854, 30.2866879 ], [ 120.2120592, 30.2868509 ], [ 120.2121533, 30.2868822 ], [ 120.2122176, 30.2868908 ], [ 120.2122904, 30.2868521 ], [ 120.212349, 30.2867958 ], [ 120.2125365, 30.2866139 ], [ 120.2125816, 30.2865701 ], [ 120.2128199, 30.286307 ], [ 120.2129928, 30.2860786 ], [ 120.213057, 30.2859862 ], [ 120.2131392, 30.2858678 ], [ 120.2136984, 30.2851801 ], [ 120.2139268, 30.284837 ], [ 120.214009, 30.2846738 ], [ 120.214171, 30.2843714 ], [ 120.2143468, 30.2840333 ], [ 120.2144571, 30.2838431 ], [ 120.2147055, 30.2834536 ], [ 120.2149715, 30.2829683 ], [ 120.2151425, 30.2826563 ], [ 120.2154041, 30.2823212 ], [ 120.2156321, 30.2820643 ], [ 120.2158528, 30.2818825 ], [ 120.2162395, 30.2816411 ] ], [ [ 120.2163379, 30.2817075 ], [ 120.2159436, 30.2819646 ], [ 120.2157198, 30.2821631 ], [ 120.2155076, 30.2823765 ], [ 120.2153653, 30.282566 ], [ 120.2153055, 30.2826559 ], [ 120.2152259, 30.2827755 ], [ 120.2150922, 30.2829983 ], [ 120.2148838, 30.28338 ], [ 120.2147069, 30.2836422 ], [ 120.214564, 30.2838662 ], [ 120.2144679, 30.2840583 ], [ 120.2143071, 30.2844331 ], [ 120.214118, 30.284713 ], [ 120.2140392, 30.2848262 ], [ 120.2138478, 30.2851043 ], [ 120.2133212, 30.2857878 ], [ 120.2132504, 30.2858812 ], [ 120.2130051, 30.2862047 ], [ 120.2127236, 30.2865706 ], [ 120.2124949, 30.2868006 ], [ 120.2123699, 30.2869083 ], [ 120.2122621, 30.2869937 ], [ 120.2121666, 30.2870595 ], [ 120.2120979, 30.2870938 ], [ 120.2119913, 30.2870963 ], [ 120.2118826, 30.2870707 ], [ 120.2116754, 30.2869861 ], [ 120.2105904, 30.2864924 ], [ 120.2102481, 30.2863376 ], [ 120.2098557, 30.2861048 ] ], [ [ 120.2766308, 30.1123464 ], [ 120.2793261, 30.1122713 ] ], [ [ 120.2793261, 30.1122713 ], [ 120.2795514, 30.1122689 ] ], [ [ 120.2795514, 30.1122689 ], [ 120.2803982, 30.1122281 ] ], [ [ 120.2803982, 30.1122281 ], [ 120.2828517, 30.1121573 ] ], [ [ 120.2828517, 30.1121573 ], [ 120.2834787, 30.1121573 ] ], [ [ 120.2834787, 30.1121573 ], [ 120.2834856, 30.1122626 ] ], [ [ 120.2834856, 30.1122626 ], [ 120.2835132, 30.1126848 ] ], [ [ 120.2835132, 30.1126848 ], [ 120.2835478, 30.113214 ] ], [ [ 120.2863664, 30.1490021 ], [ 120.2867423, 30.1459715 ] ], [ [ 120.2867423, 30.1459715 ], [ 120.2867577, 30.1458353 ] ], [ [ 120.278363, 30.1623271 ], [ 120.2783536, 30.1620491 ] ], [ [ 120.2783536, 30.1620491 ], [ 120.2783483, 30.1618917 ] ], [ [ 120.2783483, 30.1618917 ], [ 120.2782986, 30.1604162 ] ], [ [ 120.2782986, 30.1604162 ], [ 120.2782986, 30.1582362 ] ], [ [ 120.2782986, 30.1582362 ], [ 120.2782983, 30.15821 ] ], [ [ 120.3090052, 30.153277 ], [ 120.3089976, 30.1535054 ] ], [ [ 120.3089976, 30.1535054 ], [ 120.3089888, 30.1537703 ] ], [ [ 120.3089888, 30.1537703 ], [ 120.3089793, 30.1540543 ] ], [ [ 120.3089793, 30.1540543 ], [ 120.3089698, 30.1541694 ] ], [ [ 120.5231966, 30.1644322 ], [ 120.5232182, 30.1645048 ] ], [ [ 120.5232182, 30.1645048 ], [ 120.5224544, 30.1648468 ] ], [ [ 120.5224544, 30.1648468 ], [ 120.5209061, 30.1655591 ] ], [ [ 120.2607173, 30.164317 ], [ 120.2592441, 30.164343 ] ], [ [ 120.2592441, 30.164343 ], [ 120.2589278, 30.1643557 ] ], [ [ 120.2589278, 30.1643557 ], [ 120.2585986, 30.1643894 ] ], [ [ 120.2585986, 30.1643894 ], [ 120.2583757, 30.1633007 ] ], [ [ 120.2583757, 30.1633007 ], [ 120.2583235, 30.1630328 ] ], [ [ 120.2583235, 30.1630328 ], [ 120.2582428, 30.1626179 ] ], [ [ 120.2582428, 30.1626179 ], [ 120.258116, 30.1620876 ] ], [ [ 120.258116, 30.1620876 ], [ 120.2580362, 30.1617561 ] ], [ [ 120.2580362, 30.1617561 ], [ 120.2578768, 30.1609445 ] ], [ [ 120.2578768, 30.1609445 ], [ 120.2576492, 30.1599232 ] ], [ [ 120.2576492, 30.1599232 ], [ 120.2575763, 30.1596677 ] ], [ [ 120.2575763, 30.1596677 ], [ 120.2573295, 30.1582406 ] ], [ [ 120.5058338, 30.2369725 ], [ 120.5058162, 30.2369035 ] ], [ [ 120.5058162, 30.2369035 ], [ 120.505737, 30.2366484 ] ], [ [ 120.505737, 30.2366484 ], [ 120.5057124, 30.236586 ] ], [ [ 120.5057124, 30.236586 ], [ 120.5056591, 30.2366017 ] ], [ [ 120.5056591, 30.2366017 ], [ 120.5054511, 30.236663 ] ], [ [ 120.5054511, 30.236663 ], [ 120.5052996, 30.2367221 ] ], [ [ 120.5052996, 30.2367221 ], [ 120.5051432, 30.2366789 ] ], [ [ 120.5051432, 30.2366789 ], [ 120.504854, 30.236268 ] ], [ [ 120.504854, 30.236268 ], [ 120.5046679, 30.2360035 ] ], [ [ 120.5046679, 30.2360035 ], [ 120.5038236, 30.234604 ] ], [ [ 120.5038236, 30.234604 ], [ 120.5034858, 30.2340852 ] ], [ [ 120.5034858, 30.2340852 ], [ 120.5029193, 30.2332297 ] ], [ [ 120.5029193, 30.2332297 ], [ 120.5024475, 30.2319421 ] ], [ [ 120.5024475, 30.2319421 ], [ 120.502215, 30.2310313 ] ], [ [ 120.502215, 30.2310313 ], [ 120.5019838, 30.2301739 ] ], [ [ 120.5019838, 30.2301739 ], [ 120.5006072, 30.2305622 ] ], [ [ 120.5006072, 30.2305622 ], [ 120.4999307, 30.2307405 ] ], [ [ 120.4999307, 30.2307405 ], [ 120.4992642, 30.2308431 ] ], [ [ 120.4992642, 30.2308431 ], [ 120.4984638, 30.2310141 ] ], [ [ 120.4984638, 30.2310141 ], [ 120.4975071, 30.2312184 ] ], [ [ 120.4975071, 30.2312184 ], [ 120.4970126, 30.231324 ] ], [ [ 120.4970126, 30.231324 ], [ 120.4966172, 30.2313833 ] ], [ [ 120.4966172, 30.2313833 ], [ 120.4956379, 30.2315301 ] ], [ [ 120.4956379, 30.2315301 ], [ 120.4957713, 30.2319922 ] ], [ [ 120.4957713, 30.2319922 ], [ 120.4958473, 30.2322853 ] ], [ [ 120.4958473, 30.2322853 ], [ 120.495822, 30.2323881 ] ], [ [ 120.495822, 30.2323881 ], [ 120.4957498, 30.232463 ] ], [ [ 120.4957498, 30.232463 ], [ 120.4956796, 30.2324946 ] ], [ [ 120.4956796, 30.2324946 ], [ 120.4954792, 30.2325846 ] ], [ [ 120.4954792, 30.2325846 ], [ 120.4941086, 30.2327986 ] ], [ [ 120.4941086, 30.2327986 ], [ 120.4939815, 30.2328184 ] ], [ [ 120.4939815, 30.2328184 ], [ 120.4929552, 30.2330251 ] ], [ [ 120.4929552, 30.2330251 ], [ 120.4933292, 30.234867 ] ], [ [ 120.4933292, 30.234867 ], [ 120.4936817, 30.2367953 ] ], [ [ 120.4936817, 30.2367953 ], [ 120.4940591, 30.2386041 ] ], [ [ 120.4940591, 30.2386041 ], [ 120.4942474, 30.2391898 ] ], [ [ 120.4942474, 30.2391898 ], [ 120.4943356, 30.2394629 ] ], [ [ 120.4943356, 30.2394629 ], [ 120.4944374, 30.2397684 ] ], [ [ 120.4944374, 30.2397684 ], [ 120.4944626, 30.2398424 ] ], [ [ 120.4918964, 30.2403177 ], [ 120.491867, 30.2403229 ] ], [ [ 120.491867, 30.2403229 ], [ 120.4891365, 30.240828 ] ], [ [ 120.4891365, 30.240828 ], [ 120.486984, 30.2412233 ] ], [ [ 120.486984, 30.2412233 ], [ 120.4866635, 30.2412822 ] ], [ [ 120.4866635, 30.2412822 ], [ 120.4855805, 30.2414959 ] ], [ [ 120.4855805, 30.2414959 ], [ 120.4852635, 30.2415585 ] ], [ [ 120.4852635, 30.2415585 ], [ 120.4851546, 30.24158 ] ], [ [ 120.4851546, 30.24158 ], [ 120.4850435, 30.2416019 ] ], [ [ 120.4850435, 30.2416019 ], [ 120.4848656, 30.2416394 ] ], [ [ 120.4848656, 30.2416394 ], [ 120.4847306, 30.2416678 ] ], [ [ 120.4847306, 30.2416678 ], [ 120.4843034, 30.2417578 ] ], [ [ 120.4843034, 30.2417578 ], [ 120.4837453, 30.2418754 ] ], [ [ 120.4837453, 30.2418754 ], [ 120.4825739, 30.2420663 ] ], [ [ 120.4825739, 30.2420663 ], [ 120.4822379, 30.242121 ] ], [ [ 120.4822379, 30.242121 ], [ 120.4805212, 30.2423203 ] ], [ [ 120.4805212, 30.2423203 ], [ 120.4780404, 30.2426415 ] ], [ [ 120.4424111, 30.2606378 ], [ 120.4425867, 30.2606195 ] ], [ [ 120.4425867, 30.2606195 ], [ 120.4429756, 30.2606373 ] ], [ [ 120.4429756, 30.2606373 ], [ 120.443638, 30.2606677 ] ], [ [ 120.443638, 30.2606677 ], [ 120.4437921, 30.260664 ] ], [ [ 120.4437921, 30.260664 ], [ 120.4449189, 30.2606371 ] ], [ [ 120.4449189, 30.2606371 ], [ 120.4451039, 30.2606304 ] ], [ [ 120.4451039, 30.2606304 ], [ 120.4456633, 30.2606102 ] ], [ [ 120.4456633, 30.2606102 ], [ 120.4463044, 30.2605314 ] ], [ [ 120.4463044, 30.2605314 ], [ 120.4468381, 30.260419 ] ], [ [ 120.2620007, 30.3085797 ], [ 120.2630628, 30.308806 ], [ 120.2638216, 30.3089639 ], [ 120.2649407, 30.3091811 ], [ 120.2654349, 30.309286 ], [ 120.2657383, 30.3093148 ], [ 120.266003, 30.3093197 ], [ 120.2667202, 30.3092824 ], [ 120.2667942, 30.309277 ] ], [ [ 120.2668092, 30.3094083 ], [ 120.2667372, 30.3094161 ], [ 120.265994, 30.309431 ], [ 120.2657373, 30.3094273 ], [ 120.2654508, 30.3093975 ], [ 120.2649573, 30.3092986 ], [ 120.2638185, 30.3090713 ], [ 120.2620036, 30.308701 ] ], [ [ 120.5871877, 30.2765709 ], [ 120.5875007, 30.2735842 ], [ 120.5875124, 30.2734762 ], [ 120.5875212, 30.2733957 ], [ 120.587531, 30.2733051 ], [ 120.5879704, 30.2683542 ], [ 120.5879906, 30.2681972 ], [ 120.5880381, 30.2680117 ] ], [ [ 120.5880381, 30.2680117 ], [ 120.5881118, 30.2683542 ], [ 120.5879856, 30.2697588 ], [ 120.5876573, 30.2733051 ], [ 120.5876507, 30.2734048 ], [ 120.5876454, 30.2734855 ], [ 120.5876371, 30.2736104 ], [ 120.5873596, 30.276594 ] ], [ [ 120.5568229, 30.284285 ], [ 120.5564466, 30.2842854 ] ], [ [ 120.5564466, 30.2842854 ], [ 120.5561658, 30.2842865 ] ], [ [ 120.5561658, 30.2842865 ], [ 120.5558689, 30.2842601 ] ], [ [ 120.5558689, 30.2842601 ], [ 120.5555425, 30.28427 ] ], [ [ 120.5555425, 30.28427 ], [ 120.5553271, 30.2843175 ] ], [ [ 120.5553271, 30.2843175 ], [ 120.5547532, 30.2844761 ] ], [ [ 120.5547532, 30.2844761 ], [ 120.5534604, 30.2849115 ] ], [ [ 120.5534604, 30.2849115 ], [ 120.5523929, 30.285245 ] ], [ [ 120.5523929, 30.285245 ], [ 120.5521515, 30.2852404 ] ], [ [ 120.5521515, 30.2852404 ], [ 120.5518296, 30.2851617 ] ], [ [ 120.5518296, 30.2851617 ], [ 120.5514487, 30.2850458 ] ], [ [ 120.5514487, 30.2850458 ], [ 120.5513553, 30.2850137 ] ], [ [ 120.5513553, 30.2850137 ], [ 120.5511805, 30.2850458 ] ], [ [ 120.5511805, 30.2850458 ], [ 120.5511015, 30.2851295 ] ], [ [ 120.5511015, 30.2851295 ], [ 120.5508098, 30.2854387 ] ], [ [ 120.5508098, 30.2854387 ], [ 120.5506463, 30.2856119 ] ], [ [ 120.5506463, 30.2856119 ], [ 120.5505046, 30.2857453 ] ], [ [ 120.5505046, 30.2857453 ], [ 120.5499842, 30.2863892 ] ], [ [ 120.5499842, 30.2863892 ], [ 120.5497321, 30.2865096 ] ], [ [ 120.5497321, 30.2865096 ], [ 120.548332, 30.2869219 ] ], [ [ 120.548332, 30.2869219 ], [ 120.5478868, 30.2871072 ] ], [ [ 120.5478868, 30.2871072 ], [ 120.5476239, 30.2872693 ] ], [ [ 120.5476239, 30.2872693 ], [ 120.5474241, 30.2875148 ] ], [ [ 120.5474241, 30.2875148 ], [ 120.547004, 30.2878008 ] ], [ [ 120.547004, 30.2878008 ], [ 120.5469306, 30.2878507 ] ], [ [ 120.5469306, 30.2878507 ], [ 120.5459918, 30.288344 ] ], [ [ 120.5459918, 30.288344 ], [ 120.5458013, 30.2884135 ] ], [ [ 120.5458013, 30.2884135 ], [ 120.5453078, 30.2884876 ] ], [ [ 120.5453078, 30.2884876 ], [ 120.5449128, 30.2885803 ] ], [ [ 120.5449128, 30.2885803 ], [ 120.5444917, 30.288798 ] ], [ [ 120.5444917, 30.288798 ], [ 120.5436199, 30.2891663 ] ], [ [ 120.5436199, 30.2891663 ], [ 120.5426289, 30.289567 ] ], [ [ 120.5426289, 30.289567 ], [ 120.5422764, 30.2897472 ] ], [ [ 120.5422764, 30.2897472 ], [ 120.5421622, 30.2898055 ] ], [ [ 120.5421622, 30.2898055 ], [ 120.5417853, 30.2899051 ] ], [ [ 120.5417853, 30.2899051 ], [ 120.541273, 30.2900603 ] ], [ [ 120.541273, 30.2900603 ], [ 120.5408573, 30.2902479 ] ], [ [ 120.5408573, 30.2902479 ], [ 120.5403584, 30.2905165 ] ], [ [ 120.5403584, 30.2905165 ], [ 120.5398353, 30.2908223 ] ], [ [ 120.5398353, 30.2908223 ], [ 120.5391675, 30.2910075 ] ], [ [ 120.5391675, 30.2910075 ], [ 120.5385318, 30.2913966 ] ], [ [ 120.5385318, 30.2913966 ], [ 120.5383323, 30.2914613 ] ], [ [ 120.522275, 30.3200995 ], [ 120.5225162, 30.3200981 ], [ 120.5230608, 30.3200461 ], [ 120.524997, 30.3198614 ], [ 120.5275865, 30.3196551 ], [ 120.5287762, 30.3195619 ], [ 120.5292325, 30.3195156 ], [ 120.5292435, 30.3195148 ], [ 120.5297623, 30.3194806 ], [ 120.5298805, 30.3194728 ], [ 120.530381, 30.3194293 ], [ 120.5333004, 30.3191753 ], [ 120.5373125, 30.3187634 ], [ 120.5428782, 30.3182904 ], [ 120.5434403, 30.3182534 ], [ 120.5441441, 30.3182071 ], [ 120.545574, 30.3180889 ], [ 120.546574, 30.318019 ], [ 120.5479194, 30.3179259 ], [ 120.5494387, 30.3177951 ] ], [ [ 120.5494392, 30.3178691 ], [ 120.5488781, 30.3179108 ], [ 120.5463787, 30.3181552 ], [ 120.5441847, 30.3183533 ], [ 120.5298802, 30.3196448 ], [ 120.5284711, 30.319772 ], [ 120.5276018, 30.3198505 ], [ 120.5250137, 30.3200842 ], [ 120.5223837, 30.3203216 ] ], [ [ 120.3979841, 30.3246284 ], [ 120.3973475, 30.3247753 ], [ 120.3961013, 30.3250906 ], [ 120.3947041, 30.3253757 ], [ 120.3932983, 30.3255981 ], [ 120.3924417, 30.3256672 ], [ 120.3918824, 30.3257294 ], [ 120.3917348, 30.3257989 ], [ 120.3915774, 30.3259608 ], [ 120.3920103, 30.3270006 ] ], [ [ 120.3134517, 30.3273114 ], [ 120.313135, 30.3273144 ] ], [ [ 120.313135, 30.3273144 ], [ 120.3081185, 30.3272304 ] ], [ [ 120.3081185, 30.3272304 ], [ 120.3079565, 30.3269294 ] ], [ [ 120.3079565, 30.3269294 ], [ 120.3079472, 30.3265948 ] ], [ [ 120.3079472, 30.3265948 ], [ 120.3079845, 30.3263005 ] ], [ [ 120.3079845, 30.3263005 ], [ 120.308106, 30.3260103 ] ], [ [ 120.308106, 30.3260103 ], [ 120.3083395, 30.3256999 ] ], [ [ 120.3083395, 30.3256999 ], [ 120.3085823, 30.3255104 ] ], [ [ 120.3085823, 30.3255104 ], [ 120.3088905, 30.3253734 ] ], [ [ 120.3088905, 30.3253734 ], [ 120.309605, 30.3251275 ] ], [ [ 120.309605, 30.3251275 ], [ 120.3103616, 30.3249018 ] ], [ [ 120.3103616, 30.3249018 ], [ 120.311487, 30.3246397 ] ], [ [ 120.311487, 30.3246397 ], [ 120.312407, 30.3244584 ] ], [ [ 120.312407, 30.3244584 ], [ 120.3128644, 30.3243904 ] ], [ [ 120.3128644, 30.3243904 ], [ 120.3134743, 30.3243151 ] ], [ [ 120.3134743, 30.3243151 ], [ 120.313742, 30.3242821 ] ], [ [ 120.3023238, 30.3387047 ], [ 120.3023252, 30.340082 ] ], [ [ 120.3023252, 30.340082 ], [ 120.3023253, 30.3401294 ] ], [ [ 120.3023253, 30.3401294 ], [ 120.3023255, 30.3403912 ] ], [ [ 120.3023255, 30.3403912 ], [ 120.302328, 30.3430164 ] ], [ [ 120.302328, 30.3430164 ], [ 120.3023364, 30.3434859 ] ], [ [ 120.3023364, 30.3434859 ], [ 120.3022963, 30.3448284 ] ], [ [ 120.3022963, 30.3448284 ], [ 120.3022134, 30.3448222 ] ], [ [ 120.3022134, 30.3448222 ], [ 120.3021189, 30.3448187 ] ], [ [ 120.3021189, 30.3448187 ], [ 120.3006549, 30.344757 ] ], [ [ 120.3006549, 30.344757 ], [ 120.3004408, 30.3447393 ] ], [ [ 120.3004408, 30.3447393 ], [ 120.3002385, 30.344676 ] ], [ [ 120.3002385, 30.344676 ], [ 120.3000697, 30.3445893 ] ], [ [ 120.3000697, 30.3445893 ], [ 120.2999122, 30.3444927 ] ], [ [ 120.2999122, 30.3444927 ], [ 120.2996593, 30.3442744 ] ], [ [ 120.2996593, 30.3442744 ], [ 120.2995141, 30.3441885 ] ], [ [ 120.2995141, 30.3441885 ], [ 120.2993814, 30.3441384 ] ], [ [ 120.2993814, 30.3441384 ], [ 120.2992736, 30.3441348 ] ], [ [ 120.2992736, 30.3441348 ], [ 120.2991783, 30.3441492 ] ], [ [ 120.2991783, 30.3441492 ], [ 120.299058, 30.3441778 ] ], [ [ 120.299058, 30.3441778 ], [ 120.2988882, 30.3442626 ] ], [ [ 120.2988882, 30.3442626 ], [ 120.2984947, 30.3447766 ] ], [ [ 120.2984947, 30.3447766 ], [ 120.2972005, 30.3464697 ] ], [ [ 120.2972005, 30.3464697 ], [ 120.2969735, 30.3468109 ] ], [ [ 120.2969735, 30.3468109 ], [ 120.2967381, 30.3471323 ] ], [ [ 120.2967381, 30.3471323 ], [ 120.2966842, 30.3473005 ] ], [ [ 120.2966842, 30.3473005 ], [ 120.2966552, 30.3474257 ] ], [ [ 120.2966552, 30.3474257 ], [ 120.2966352, 30.3476468 ] ], [ [ 120.2966352, 30.3476468 ], [ 120.2966352, 30.3479454 ] ], [ [ 120.2966352, 30.3479454 ], [ 120.2965942, 30.3486842 ] ], [ [ 120.2965942, 30.3486842 ], [ 120.2965885, 30.3492482 ] ], [ [ 120.2965885, 30.3492482 ], [ 120.29758, 30.3505546 ] ], [ [ 120.29758, 30.3505546 ], [ 120.2976614, 30.3505966 ] ], [ [ 120.2976614, 30.3505966 ], [ 120.2981809, 30.3508166 ] ], [ [ 120.2981809, 30.3508166 ], [ 120.2985608, 30.3509808 ] ], [ [ 120.2985608, 30.3509808 ], [ 120.2991195, 30.3511885 ] ], [ [ 120.2991195, 30.3511885 ], [ 120.2997554, 30.3514355 ] ], [ [ 120.2997554, 30.3514355 ], [ 120.3003795, 30.3518465 ] ], [ [ 120.3003795, 30.3518465 ], [ 120.3004528, 30.3518932 ] ], [ [ 120.3004528, 30.3518932 ], [ 120.3008561, 30.3521259 ] ], [ [ 120.3008561, 30.3521259 ], [ 120.3014958, 30.352472 ] ], [ [ 120.3014958, 30.352472 ], [ 120.3015759, 30.3525154 ] ], [ [ 119.9503432, 30.2595902 ], [ 119.9496135, 30.2595807 ] ], [ [ 119.9496135, 30.2595807 ], [ 119.9479921, 30.2595311 ] ], [ [ 119.9747706, 30.2865793 ], [ 119.9747605, 30.2856338 ], [ 119.9748601, 30.284307 ], [ 119.9749699, 30.2837262 ], [ 119.9749855, 30.2836486 ], [ 119.9752795, 30.2821244 ], [ 119.9754481, 30.2809619 ] ], [ [ 119.9755588, 30.2809863 ], [ 119.9753834, 30.2821425 ], [ 119.9750907, 30.2836849 ], [ 119.9750768, 30.2837667 ], [ 119.9749873, 30.2843587 ], [ 119.9749364, 30.2851185 ], [ 119.9748965, 30.2866117 ] ], [ [ 119.983683, 30.2888234 ], [ 119.9837401, 30.2882351 ], [ 119.9837616, 30.2881093 ], [ 119.9838033, 30.2879496 ], [ 119.9838671, 30.2877357 ], [ 119.9839151, 30.2875907 ], [ 119.9839387, 30.2875398 ], [ 119.9840985, 30.2871419 ], [ 119.9841437, 30.2869367 ], [ 119.9845158, 30.2847537 ], [ 119.9846881, 30.2838099 ], [ 119.9848425, 30.2829876 ] ], [ [ 119.9849552, 30.2830147 ], [ 119.9847147, 30.2841271 ], [ 119.9845759, 30.2847667 ], [ 119.9845149, 30.2850746 ], [ 119.9842214, 30.2869567 ], [ 119.984181, 30.2871777 ], [ 119.9840363, 30.2875787 ], [ 119.9839854, 30.2876934 ], [ 119.9839527, 30.2877922 ], [ 119.9839187, 30.2878886 ], [ 119.9838872, 30.2880112 ], [ 119.9838592, 30.2881443 ], [ 119.9838289, 30.2882879 ], [ 119.9838143, 30.2884451 ], [ 119.9837811, 30.2888485 ] ], [ [ 119.9002508, 30.3019946 ], [ 119.9004441, 30.3020136 ] ], [ [ 119.9004441, 30.3020136 ], [ 119.9008763, 30.3021613 ] ], [ [ 119.9008763, 30.3021613 ], [ 119.901883, 30.3025054 ] ], [ [ 119.901883, 30.3025054 ], [ 119.9081753, 30.3047064 ] ], [ [ 119.9081753, 30.3047064 ], [ 119.9088897, 30.3049619 ] ], [ [ 119.9088897, 30.3049619 ], [ 119.9129674, 30.3064201 ] ], [ [ 119.9129674, 30.3064201 ], [ 119.9154923, 30.3073231 ] ], [ [ 119.9154923, 30.3073231 ], [ 119.9190491, 30.3086089 ] ], [ [ 119.9190491, 30.3086089 ], [ 119.9192688, 30.308688 ] ], [ [ 119.9192688, 30.308688 ], [ 119.9195232, 30.3087796 ] ], [ [ 119.9195232, 30.3087796 ], [ 119.9222892, 30.3097753 ] ], [ [ 119.9222892, 30.3097753 ], [ 119.9230992, 30.3100676 ] ], [ [ 119.9230992, 30.3100676 ], [ 119.9232443, 30.3101199 ] ], [ [ 119.9232443, 30.3101199 ], [ 119.923451, 30.3101945 ] ], [ [ 119.923451, 30.3101945 ], [ 119.9242363, 30.3104778 ] ], [ [ 119.9242363, 30.3104778 ], [ 119.9245155, 30.3097197 ] ], [ [ 119.9245155, 30.3097197 ], [ 119.9245691, 30.3095923 ] ], [ [ 119.9245691, 30.3095923 ], [ 119.9246412, 30.3094308 ] ], [ [ 119.9246412, 30.3094308 ], [ 119.9246818, 30.3093399 ] ], [ [ 119.9246818, 30.3093399 ], [ 119.9247542, 30.3092172 ] ], [ [ 119.9247542, 30.3092172 ], [ 119.92489, 30.3090727 ] ], [ [ 119.92489, 30.3090727 ], [ 119.9250162, 30.3089114 ] ], [ [ 119.9250162, 30.3089114 ], [ 119.9253362, 30.3084414 ] ], [ [ 119.9253362, 30.3084414 ], [ 119.9254167, 30.3083303 ] ], [ [ 119.9254167, 30.3083303 ], [ 119.9255106, 30.3081775 ] ], [ [ 119.9255106, 30.3081775 ], [ 119.9256594, 30.3078461 ] ], [ [ 119.9256594, 30.3078461 ], [ 119.9256822, 30.3077954 ] ], [ [ 119.9256822, 30.3077954 ], [ 119.9260685, 30.3071007 ] ], [ [ 119.9260685, 30.3071007 ], [ 119.9262616, 30.3067348 ] ], [ [ 119.9262616, 30.3067348 ], [ 119.9264279, 30.3064569 ] ], [ [ 119.9264279, 30.3064569 ], [ 119.926562, 30.3062184 ] ], [ [ 119.926562, 30.3062184 ], [ 119.9266304, 30.3060937 ] ], [ [ 119.9266304, 30.3060937 ], [ 119.9266867, 30.305991 ] ], [ [ 119.9266867, 30.305991 ], [ 119.9267433, 30.3058878 ] ], [ [ 119.9267433, 30.3058878 ], [ 119.9268918, 30.3056425 ] ], [ [ 119.9268918, 30.3056425 ], [ 119.9273238, 30.304829 ] ], [ [ 119.9273238, 30.304829 ], [ 119.927592, 30.3043265 ] ], [ [ 119.927592, 30.3043265 ], [ 119.9277449, 30.3040695 ] ], [ [ 119.9277449, 30.3040695 ], [ 119.9278387, 30.3038726 ] ], [ [ 119.9278387, 30.3038726 ], [ 119.9279271, 30.303642 ] ], [ [ 119.9279271, 30.303642 ], [ 119.9283441, 30.3029392 ] ], [ [ 119.9283441, 30.3029392 ], [ 119.9285012, 30.3026314 ] ], [ [ 119.9285012, 30.3026314 ], [ 119.9288333, 30.3019451 ] ], [ [ 119.9288333, 30.3019451 ], [ 119.9288966, 30.301818 ] ], [ [ 119.9288966, 30.301818 ], [ 119.9289454, 30.3017199 ] ], [ [ 119.9289454, 30.3017199 ], [ 119.9290293, 30.3015513 ] ], [ [ 119.9290293, 30.3015513 ], [ 119.929263, 30.3010544 ] ], [ [ 119.929263, 30.3010544 ], [ 119.9294212, 30.3007765 ] ], [ [ 119.9294212, 30.3007765 ], [ 119.929706, 30.3001375 ] ], [ [ 119.929706, 30.3001375 ], [ 119.9297854, 30.2999711 ] ], [ [ 119.9297854, 30.2999711 ], [ 119.9302283, 30.2989854 ] ], [ [ 119.9302283, 30.2989854 ], [ 119.9306792, 30.2979859 ] ], [ [ 119.9306792, 30.2979859 ], [ 119.9307052, 30.2979209 ] ], [ [ 119.9307052, 30.2979209 ], [ 119.9308606, 30.2975228 ] ], [ [ 119.9308606, 30.2975228 ], [ 119.9309077, 30.2974079 ] ], [ [ 119.9309077, 30.2974079 ], [ 119.9309655, 30.297267 ] ], [ [ 119.9309655, 30.297267 ], [ 119.931154, 30.2968071 ] ], [ [ 119.931154, 30.2968071 ], [ 119.931346, 30.2964402 ] ], [ [ 119.931346, 30.2964402 ], [ 119.9314397, 30.2962568 ] ], [ [ 119.9314397, 30.2962568 ], [ 119.9316796, 30.2957064 ] ], [ [ 119.9316796, 30.2957064 ], [ 119.9320864, 30.2946412 ] ], [ [ 119.9320864, 30.2946412 ], [ 119.9324297, 30.2937872 ] ], [ [ 119.9324297, 30.2937872 ], [ 119.9328575, 30.2927221 ] ], [ [ 119.9328575, 30.2927221 ], [ 119.9329035, 30.292617 ] ], [ [ 119.9329035, 30.292617 ], [ 119.9329524, 30.2925054 ] ], [ [ 119.9329524, 30.2925054 ], [ 119.9330481, 30.2922867 ] ], [ [ 119.9330481, 30.2922867 ], [ 119.93327, 30.2917509 ] ], [ [ 119.93327, 30.2917509 ], [ 119.9333686, 30.2914361 ] ], [ [ 119.9333686, 30.2914361 ], [ 119.9334953, 30.2909594 ] ], [ [ 119.9334953, 30.2909594 ], [ 119.9335489, 30.290725 ] ], [ [ 119.9335489, 30.290725 ], [ 119.9335449, 30.2906579 ] ], [ [ 119.9335449, 30.2906579 ], [ 119.9335457, 30.2906147 ] ], [ [ 119.9335457, 30.2906147 ], [ 119.9335384, 30.2905267 ] ], [ [ 119.9335384, 30.2905267 ], [ 119.9335193, 30.2904583 ] ], [ [ 119.9335193, 30.2904583 ], [ 119.9334593, 30.2903098 ] ], [ [ 119.8500898, 30.3388781 ], [ 119.8500305, 30.338487 ] ], [ [ 119.8500305, 30.338487 ], [ 119.8499819, 30.3380028 ] ], [ [ 119.8499819, 30.3380028 ], [ 119.8499981, 30.3375094 ] ], [ [ 119.8499981, 30.3375094 ], [ 119.8498902, 30.3366621 ] ], [ [ 119.8498902, 30.3366621 ], [ 119.849669, 30.335703 ] ], [ [ 119.849669, 30.335703 ], [ 119.849621, 30.3355165 ] ], [ [ 119.849621, 30.3355165 ], [ 119.849572, 30.3353259 ] ], [ [ 119.849572, 30.3353259 ], [ 119.8494047, 30.3350512 ] ], [ [ 119.8494047, 30.3350512 ], [ 119.849189, 30.334879 ] ], [ [ 119.9309053, 30.3877972 ], [ 119.9306551, 30.3869734 ] ], [ [ 119.9306551, 30.3869734 ], [ 119.93062, 30.3868598 ] ], [ [ 119.93062, 30.3868598 ], [ 119.9306178, 30.386785 ] ], [ [ 119.9306178, 30.386785 ], [ 119.9306433, 30.3867175 ] ], [ [ 119.9306433, 30.3867175 ], [ 119.9308274, 30.3863295 ] ], [ [ 119.9308274, 30.3863295 ], [ 119.9309033, 30.3861695 ] ], [ [ 119.9309033, 30.3861695 ], [ 119.9315807, 30.3847419 ] ], [ [ 119.9315807, 30.3847419 ], [ 119.9328978, 30.3818654 ] ], [ [ 119.9328978, 30.3818654 ], [ 119.9330284, 30.3816607 ] ], [ [ 119.9330284, 30.3816607 ], [ 119.9331826, 30.3815685 ] ], [ [ 119.9331826, 30.3815685 ], [ 119.9334793, 30.3815481 ] ], [ [ 119.9334793, 30.3815481 ], [ 119.9340014, 30.3815685 ] ], [ [ 119.9340014, 30.3815685 ], [ 119.9345591, 30.38163 ] ], [ [ 119.9345591, 30.38163 ], [ 119.9347608, 30.3810362 ] ], [ [ 119.9347608, 30.3810362 ], [ 119.9348976, 30.3802346 ] ], [ [ 119.9348976, 30.3802346 ], [ 119.9349683, 30.3799673 ] ], [ [ 119.9349683, 30.3799673 ], [ 119.9350333, 30.3797783 ] ], [ [ 119.9350333, 30.3797783 ], [ 119.9350696, 30.3796729 ] ], [ [ 119.9350696, 30.3796729 ], [ 119.9355796, 30.3781904 ] ], [ [ 119.9355796, 30.3781904 ], [ 119.935805, 30.3775966 ] ], [ [ 119.935805, 30.3775966 ], [ 119.9358762, 30.3769824 ] ], [ [ 119.9358762, 30.3769824 ], [ 119.936118, 30.3764019 ] ], [ [ 119.936118, 30.3764019 ], [ 119.9361974, 30.3761678 ] ], [ [ 119.9361974, 30.3761678 ], [ 119.9362517, 30.3760077 ] ], [ [ 119.9362517, 30.3760077 ], [ 119.9363186, 30.3756761 ] ], [ [ 119.9363186, 30.3756761 ], [ 119.9363019, 30.3755655 ] ], [ [ 119.9363019, 30.3755655 ], [ 119.9361849, 30.3752819 ] ], [ [ 119.9361849, 30.3752819 ], [ 119.9361292, 30.3751474 ] ], [ [ 119.9361292, 30.3751474 ], [ 119.9361125, 30.3749936 ] ], [ [ 119.9361125, 30.3749936 ], [ 119.9361347, 30.3746859 ] ], [ [ 119.9361347, 30.3746859 ], [ 119.9362295, 30.3744648 ] ], [ [ 119.9362295, 30.3744648 ], [ 119.9364916, 30.3740851 ] ], [ [ 119.9364916, 30.3740851 ], [ 119.9365297, 30.3740307 ] ], [ [ 119.9365297, 30.3740307 ], [ 119.936576, 30.3739649 ] ], [ [ 119.936576, 30.3739649 ], [ 119.9366054, 30.3739229 ] ], [ [ 119.9366054, 30.3739229 ], [ 119.9367692, 30.3730101 ] ], [ [ 119.9367692, 30.3730101 ], [ 119.9368329, 30.3725195 ] ], [ [ 119.9368329, 30.3725195 ], [ 119.9367584, 30.3724574 ] ], [ [ 119.9367584, 30.3724574 ], [ 119.9367087, 30.372413 ] ], [ [ 119.9367087, 30.372413 ], [ 119.936616, 30.3723757 ] ], [ [ 119.936616, 30.3723757 ], [ 119.9364858, 30.3723426 ] ], [ [ 119.9364858, 30.3723426 ], [ 119.9362922, 30.3722932 ] ], [ [ 119.9362922, 30.3722932 ], [ 119.9353127, 30.3720438 ] ], [ [ 119.9353127, 30.3720438 ], [ 119.9344754, 30.3718601 ] ], [ [ 119.9344754, 30.3718601 ], [ 119.9342276, 30.3718422 ] ], [ [ 119.9342276, 30.3718422 ], [ 119.9339965, 30.3718707 ] ], [ [ 119.9339965, 30.3718707 ], [ 119.9336889, 30.3719421 ] ], [ [ 119.9336889, 30.3719421 ], [ 119.933537, 30.3719684 ] ], [ [ 119.933537, 30.3719684 ], [ 119.9332353, 30.3719192 ] ], [ [ 119.9332353, 30.3719192 ], [ 119.9321848, 30.3717144 ] ], [ [ 119.9321848, 30.3717144 ], [ 119.9321578, 30.3716521 ] ], [ [ 119.9321578, 30.3716521 ], [ 119.9321505, 30.3716156 ] ], [ [ 119.9321505, 30.3716156 ], [ 119.9321493, 30.3715791 ] ], [ [ 119.9321493, 30.3715791 ], [ 119.9324379, 30.3707944 ] ], [ [ 119.9324379, 30.3707944 ], [ 119.9324603, 30.3706308 ] ], [ [ 119.9324603, 30.3706308 ], [ 119.9324714, 30.370448 ] ], [ [ 119.9324714, 30.370448 ], [ 119.9324045, 30.3703229 ] ], [ [ 119.9324045, 30.3703229 ], [ 119.9321368, 30.3701978 ] ], [ [ 119.9321368, 30.3701978 ], [ 119.9316755, 30.370035 ] ], [ [ 119.9316755, 30.370035 ], [ 119.931536, 30.3699858 ] ], [ [ 119.931536, 30.3699858 ], [ 119.9278179, 30.3686739 ] ], [ [ 119.9278179, 30.3686739 ], [ 119.9274603, 30.3685478 ] ], [ [ 119.9274603, 30.3685478 ], [ 119.9223765, 30.366754 ] ], [ [ 119.9223765, 30.366754 ], [ 119.9221662, 30.3666798 ] ], [ [ 119.9221662, 30.3666798 ], [ 119.921664, 30.3665026 ] ], [ [ 119.921664, 30.3665026 ], [ 119.9192925, 30.3656463 ] ], [ [ 119.9192925, 30.3656463 ], [ 119.9190698, 30.3655659 ] ], [ [ 119.9190698, 30.3655659 ], [ 119.9186204, 30.3654083 ] ], [ [ 119.9186204, 30.3654083 ], [ 119.9179611, 30.3652709 ] ], [ [ 119.9179611, 30.3652709 ], [ 119.91766, 30.365242 ] ], [ [ 119.91766, 30.365242 ], [ 119.9166451, 30.3654922 ] ], [ [ 119.9166451, 30.3654922 ], [ 119.9165781, 30.3655981 ] ], [ [ 119.9165781, 30.3655981 ], [ 119.9164889, 30.3657713 ] ], [ [ 119.9164889, 30.3657713 ], [ 119.9163662, 30.3658579 ] ], [ [ 119.9163662, 30.3658579 ], [ 119.9157528, 30.3659638 ] ], [ [ 119.9157528, 30.3659638 ], [ 119.9156301, 30.3659445 ] ], [ [ 119.9156301, 30.3659445 ], [ 119.9155632, 30.3658868 ] ], [ [ 119.9155632, 30.3658868 ], [ 119.9152732, 30.3656462 ] ], [ [ 119.9152732, 30.3656462 ], [ 119.9151394, 30.36555 ] ], [ [ 119.9151394, 30.36555 ], [ 119.9150055, 30.3655115 ] ], [ [ 119.9150055, 30.3655115 ], [ 119.9148048, 30.3655307 ] ], [ [ 119.9148048, 30.3655307 ], [ 119.9133441, 30.3658686 ] ], [ [ 119.9133441, 30.3658686 ], [ 119.9127572, 30.3660366 ] ], [ [ 119.9127572, 30.3660366 ], [ 119.9124403, 30.3661658 ] ], [ [ 119.9124403, 30.3661658 ], [ 119.9120468, 30.3663899 ] ], [ [ 119.9120468, 30.3663899 ], [ 119.9118997, 30.3664379 ] ], [ [ 119.9118997, 30.3664379 ], [ 119.9116785, 30.3664482 ] ], [ [ 119.9116785, 30.3664482 ], [ 119.9114333, 30.3664186 ] ], [ [ 119.9114333, 30.3664186 ], [ 119.9109633, 30.366273 ] ], [ [ 119.9109633, 30.366273 ], [ 119.9107938, 30.3662415 ] ], [ [ 119.8232804, 30.4072997 ], [ 119.8229141, 30.4075861 ] ], [ [ 119.8229141, 30.4075861 ], [ 119.82273, 30.40773 ] ], [ [ 119.82273, 30.40773 ], [ 119.8209542, 30.4091687 ] ], [ [ 119.8209542, 30.4091687 ], [ 119.8192143, 30.4104552 ] ], [ [ 119.8192143, 30.4104552 ], [ 119.8179409, 30.4114264 ] ], [ [ 119.8179409, 30.4114264 ], [ 119.8177195, 30.4115983 ] ], [ [ 119.8177195, 30.4115983 ], [ 119.8174669, 30.4117121 ] ], [ [ 119.8174669, 30.4117121 ], [ 119.8170146, 30.4118149 ] ], [ [ 119.8170146, 30.4118149 ], [ 119.8165349, 30.4119144 ] ], [ [ 119.8165349, 30.4119144 ], [ 119.8158494, 30.4122042 ] ], [ [ 119.8158494, 30.4122042 ], [ 119.8129072, 30.4134762 ] ], [ [ 119.8129072, 30.4134762 ], [ 119.8127335, 30.4135513 ] ], [ [ 119.8127335, 30.4135513 ], [ 119.812474, 30.4136635 ] ], [ [ 119.812474, 30.4136635 ], [ 119.8094607, 30.4149693 ] ], [ [ 119.8094607, 30.4149693 ], [ 119.8086361, 30.4153361 ] ], [ [ 119.8086361, 30.4153361 ], [ 119.807451, 30.4158523 ] ], [ [ 119.807451, 30.4158523 ], [ 119.8057472, 30.4165652 ] ], [ [ 119.8057472, 30.4165652 ], [ 119.8041984, 30.4172133 ] ], [ [ 119.8041984, 30.4172133 ], [ 119.8039599, 30.4173145 ] ], [ [ 119.8039599, 30.4173145 ], [ 119.8037727, 30.417394 ] ], [ [ 119.8037727, 30.417394 ], [ 119.8030382, 30.4177057 ] ], [ [ 119.8030382, 30.4177057 ], [ 119.800711, 30.4186934 ] ], [ [ 119.800711, 30.4186934 ], [ 119.7998676, 30.418874 ] ], [ [ 119.7998676, 30.418874 ], [ 119.7994065, 30.4189808 ] ], [ [ 119.7994065, 30.4189808 ], [ 119.7990885, 30.4190545 ] ], [ [ 119.7990885, 30.4190545 ], [ 119.7985598, 30.4191188 ] ], [ [ 119.7985598, 30.4191188 ], [ 119.7983572, 30.4191435 ] ], [ [ 119.7983572, 30.4191435 ], [ 119.7981454, 30.4191824 ] ], [ [ 119.7981454, 30.4191824 ], [ 119.7980154, 30.4192181 ] ], [ [ 119.7980154, 30.4192181 ], [ 119.7980588, 30.4191108 ] ], [ [ 119.7980588, 30.4191108 ], [ 119.7980279, 30.4189654 ] ], [ [ 119.7980279, 30.4189654 ], [ 119.7980054, 30.4189021 ] ], [ [ 119.7980054, 30.4189021 ], [ 119.7979087, 30.4187947 ] ], [ [ 119.7979087, 30.4187947 ], [ 119.7977159, 30.418631 ] ], [ [ 119.7977159, 30.418631 ], [ 119.7976341, 30.4185413 ] ], [ [ 119.7976341, 30.4185413 ], [ 119.7976048, 30.4184302 ] ], [ [ 119.7976048, 30.4184302 ], [ 119.7976123, 30.4182918 ] ], [ [ 119.7976123, 30.4182918 ], [ 119.7977839, 30.4180606 ] ], [ [ 119.7977839, 30.4180606 ], [ 119.7978654, 30.4179152 ] ], [ [ 119.7978654, 30.4179152 ], [ 119.7978479, 30.4178613 ] ], [ [ 119.7978479, 30.4178613 ], [ 119.7982382, 30.4175434 ] ], [ [ 119.7982382, 30.4175434 ], [ 119.7985627, 30.4173356 ] ], [ [ 119.7985627, 30.4173356 ], [ 119.7989638, 30.4171899 ] ], [ [ 119.7989638, 30.4171899 ], [ 119.7993514, 30.4170831 ] ], [ [ 119.7993514, 30.4170831 ], [ 119.79976, 30.4170192 ] ], [ [ 119.79976, 30.4170192 ], [ 119.8000328, 30.417026 ] ], [ [ 119.8000328, 30.417026 ], [ 119.8005241, 30.4171565 ] ], [ [ 119.8005241, 30.4171565 ], [ 119.8008204, 30.4172891 ] ], [ [ 119.8008204, 30.4172891 ], [ 119.8011816, 30.4172941 ] ], [ [ 119.8011816, 30.4172941 ], [ 119.8013918, 30.4173292 ] ], [ [ 119.8013918, 30.4173292 ], [ 119.8015682, 30.4174198 ] ], [ [ 119.8015682, 30.4174198 ], [ 119.8017078, 30.4174289 ] ], [ [ 119.8017078, 30.4174289 ], [ 119.8017785, 30.4173832 ] ], [ [ 119.8017785, 30.4173832 ], [ 119.8018909, 30.4172093 ] ], [ [ 119.8018909, 30.4172093 ], [ 119.8017871, 30.4168218 ] ], [ [ 119.8017871, 30.4168218 ], [ 119.8018259, 30.416571 ] ], [ [ 119.8018259, 30.416571 ], [ 119.8019904, 30.4162965 ] ], [ [ 119.8019904, 30.4162965 ], [ 119.8021734, 30.4157337 ] ], [ [ 119.8021734, 30.4157337 ], [ 119.8022752, 30.4152899 ] ], [ [ 119.8022752, 30.4152899 ], [ 119.8022857, 30.4148927 ] ], [ [ 119.8022857, 30.4148927 ], [ 119.8022172, 30.4144915 ] ], [ [ 119.8022172, 30.4144915 ], [ 119.8020301, 30.4139492 ] ], [ [ 119.8020301, 30.4139492 ], [ 119.8018551, 30.4136884 ] ], [ [ 119.8018551, 30.4136884 ], [ 119.8018272, 30.4135786 ] ], [ [ 119.8018272, 30.4135786 ], [ 119.8017954, 30.4130261 ] ], [ [ 119.8017954, 30.4130261 ], [ 119.8015606, 30.412707 ] ], [ [ 119.8015606, 30.412707 ], [ 119.8015168, 30.4124667 ] ], [ [ 119.8015168, 30.4124667 ], [ 119.8014571, 30.4118353 ] ], [ [ 119.8014571, 30.4118353 ], [ 119.8014452, 30.4117083 ] ], [ [ 119.8014452, 30.4117083 ], [ 119.8015715, 30.4109705 ] ], [ [ 119.8015715, 30.4109705 ], [ 119.8016826, 30.4106095 ] ], [ [ 119.8016826, 30.4106095 ], [ 119.8018813, 30.4101556 ] ], [ [ 119.8018813, 30.4101556 ], [ 119.8021063, 30.4099341 ] ], [ [ 119.8021063, 30.4099341 ], [ 119.8021823, 30.4098776 ] ], [ [ 119.9941866, 30.3739081 ], [ 119.9939506, 30.3746335 ] ], [ [ 119.9939506, 30.3746335 ], [ 119.9928448, 30.3780333 ] ], [ [ 119.9928448, 30.3780333 ], [ 119.9928253, 30.3780915 ] ], [ [ 119.9928253, 30.3780915 ], [ 119.990677, 30.3777862 ] ], [ [ 119.990677, 30.3777862 ], [ 119.9894906, 30.3776831 ] ], [ [ 119.9894906, 30.3776831 ], [ 119.9876132, 30.3776714 ] ], [ [ 119.9876132, 30.3776714 ], [ 119.9846959, 30.377694 ] ], [ [ 119.9993102, 30.4023556 ], [ 119.999325, 30.4023903 ] ], [ [ 119.999325, 30.4023903 ], [ 119.9997112, 30.4031896 ] ], [ [ 119.9997112, 30.4031896 ], [ 120.0005022, 30.4048759 ] ], [ [ 120.0005022, 30.4048759 ], [ 120.000591, 30.4050686 ] ], [ [ 120.000591, 30.4050686 ], [ 120.0006057, 30.4051756 ] ], [ [ 120.0006057, 30.4051756 ], [ 120.0006063, 30.4054551 ] ], [ [ 120.0006063, 30.4054551 ], [ 120.0006077, 30.4061469 ] ], [ [ 120.0006077, 30.4061469 ], [ 120.0006102, 30.4074054 ] ], [ [ 120.0006102, 30.4074054 ], [ 120.0006111, 30.4078625 ] ], [ [ 120.0006111, 30.4078625 ], [ 120.0006299, 30.4079065 ] ], [ [ 120.0006299, 30.4079065 ], [ 120.0006527, 30.4079319 ] ], [ [ 120.0006527, 30.4079319 ], [ 120.0006969, 30.4079446 ] ], [ [ 120.0006969, 30.4079446 ], [ 120.0008971, 30.4079177 ] ], [ [ 120.0008971, 30.4079177 ], [ 120.002471, 30.4077065 ] ], [ [ 120.002471, 30.4077065 ], [ 120.0032425, 30.4076029 ] ], [ [ 120.0032425, 30.4076029 ], [ 120.0033511, 30.4076005 ] ], [ [ 120.0033511, 30.4076005 ], [ 120.0044145, 30.4075769 ] ], [ [ 120.0044145, 30.4075769 ], [ 120.0046935, 30.4076374 ] ], [ [ 120.0046935, 30.4076374 ], [ 120.004972, 30.4076761 ] ], [ [ 120.004972, 30.4076761 ], [ 120.0063951, 30.4077799 ] ], [ [ 120.0676118, 30.4435811 ], [ 120.0667786, 30.4438497 ] ], [ [ 120.0667786, 30.4438497 ], [ 120.0661626, 30.4439949 ] ], [ [ 120.0661626, 30.4439949 ], [ 120.0654943, 30.4440661 ] ], [ [ 120.0654943, 30.4440661 ], [ 120.062728332866058, 30.44428028228857 ] ], [ [ 120.033638597776132, 30.431497469740091 ], [ 120.0331309, 30.4315202 ] ], [ [ 120.0331309, 30.4315202 ], [ 120.0326233, 30.4315404 ] ], [ [ 120.0326233, 30.4315404 ], [ 120.0323866, 30.4315196 ] ], [ [ 120.0323866, 30.4315196 ], [ 120.0321887, 30.4314953 ] ], [ [ 120.0321887, 30.4314953 ], [ 120.0315316, 30.4313398 ] ], [ [ 120.0315316, 30.4313398 ], [ 120.0314632, 30.4313242 ] ], [ [ 120.0314632, 30.4313242 ], [ 120.030934, 30.4312675 ] ], [ [ 120.030934, 30.4312675 ], [ 120.0308168, 30.4312604 ] ], [ [ 120.0308168, 30.4312604 ], [ 120.0306452, 30.43125 ] ], [ [ 120.0306452, 30.43125 ], [ 120.0305109, 30.4312419 ] ], [ [ 120.0305109, 30.4312419 ], [ 120.0291068, 30.4311568 ] ], [ [ 120.0291068, 30.4311568 ], [ 120.0287896, 30.4311402 ] ], [ [ 120.0287896, 30.4311402 ], [ 120.028745, 30.4311379 ] ], [ [ 120.028745, 30.4311379 ], [ 120.0283593, 30.4311178 ] ], [ [ 120.0283593, 30.4311178 ], [ 120.0282127, 30.4310419 ] ], [ [ 120.0282127, 30.4310419 ], [ 120.0280195, 30.430942 ] ], [ [ 120.0280195, 30.430942 ], [ 120.0278608, 30.4308348 ] ], [ [ 120.0278608, 30.4308348 ], [ 120.0271305, 30.4303418 ] ], [ [ 120.0271305, 30.4303418 ], [ 120.0267577, 30.4300901 ] ], [ [ 120.0267577, 30.4300901 ], [ 120.0264937, 30.4299119 ] ], [ [ 120.0264937, 30.4299119 ], [ 120.0262451, 30.4297441 ] ], [ [ 120.0262451, 30.4297441 ], [ 120.0260613, 30.4296345 ] ], [ [ 120.0260613, 30.4296345 ], [ 120.0247048, 30.4288261 ] ], [ [ 120.0247048, 30.4288261 ], [ 120.0240479, 30.4282922 ] ], [ [ 120.0240479, 30.4282922 ], [ 120.0238932, 30.4281049 ] ], [ [ 120.0238932, 30.4281049 ], [ 120.0236553, 30.4278169 ] ], [ [ 119.8139681, 30.4471294 ], [ 119.814184, 30.4469167 ] ], [ [ 119.814184, 30.4469167 ], [ 119.8147621, 30.4463186 ] ], [ [ 119.8147621, 30.4463186 ], [ 119.8158491, 30.4455012 ] ], [ [ 119.8158491, 30.4455012 ], [ 119.8162422, 30.4453084 ] ], [ [ 119.8162422, 30.4453084 ], [ 119.8183273, 30.4449477 ] ], [ [ 119.8183273, 30.4449477 ], [ 119.8183986, 30.4449202 ] ], [ [ 119.8183986, 30.4449202 ], [ 119.8189172, 30.4448897 ] ], [ [ 119.8189172, 30.4448897 ], [ 119.8194106, 30.4448499 ] ], [ [ 119.8194106, 30.4448499 ], [ 119.8198346, 30.4447834 ] ], [ [ 119.8198346, 30.4447834 ], [ 119.8202894, 30.4446438 ] ], [ [ 119.8202894, 30.4446438 ], [ 119.8203747, 30.4446063 ] ], [ [ 119.8203747, 30.4446063 ], [ 119.820719, 30.444455 ] ], [ [ 120.1243707, 30.356028 ], [ 120.1253207, 30.3560164 ] ], [ [ 120.1253207, 30.3560164 ], [ 120.1263359, 30.3559153 ] ], [ [ 120.1263359, 30.3559153 ], [ 120.1264619, 30.3558287 ] ], [ [ 120.1264619, 30.3558287 ], [ 120.1265931, 30.3552819 ] ], [ [ 120.1265931, 30.3552819 ], [ 120.1268438, 30.3541803 ] ], [ [ 120.1268438, 30.3541803 ], [ 120.1268422, 30.3539508 ] ], [ [ 120.1268422, 30.3539508 ], [ 120.1268583, 30.3538617 ] ], [ [ 120.2257801, 30.4678811 ], [ 120.22672, 30.4656675 ] ], [ [ 120.22672, 30.4656675 ], [ 120.2268729, 30.4653415 ] ], [ [ 120.2268729, 30.4653415 ], [ 120.2270852, 30.4650053 ] ], [ [ 120.160686, 30.4706754 ], [ 120.1575257, 30.4701304 ] ], [ [ 120.1575257, 30.4701304 ], [ 120.1573384, 30.4701088 ] ], [ [ 120.1573384, 30.4701088 ], [ 120.1570582, 30.470072 ] ], [ [ 120.1570582, 30.470072 ], [ 120.1546523, 30.4696794 ] ], [ [ 120.1546523, 30.4696794 ], [ 120.1542946, 30.4696251 ] ], [ [ 120.1542946, 30.4696251 ], [ 120.1511673, 30.46915 ] ], [ [ 120.1511673, 30.46915 ], [ 120.1492178, 30.4688622 ] ], [ [ 120.1492178, 30.4688622 ], [ 120.1490977, 30.4686436 ] ], [ [ 120.1490977, 30.4686436 ], [ 120.1490863, 30.4684352 ] ], [ [ 120.1490863, 30.4684352 ], [ 120.1490522, 30.467811 ] ], [ [ 120.1490522, 30.467811 ], [ 120.1489121, 30.464977 ] ], [ [ 120.0829597, 30.4841165 ], [ 120.0831194, 30.4821038 ] ], [ [ 120.0831194, 30.4821038 ], [ 120.0831319, 30.481921 ] ], [ [ 120.0831319, 30.481921 ], [ 120.0830727, 30.4813038 ] ], [ [ 120.0830727, 30.4813038 ], [ 120.082923, 30.4805593 ] ], [ [ 120.082923, 30.4805593 ], [ 120.0828784, 30.4803376 ] ], [ [ 120.0828784, 30.4803376 ], [ 120.0825084, 30.478498 ] ], [ [ 120.0825084, 30.478498 ], [ 120.0823927, 30.4778925 ] ], [ [ 120.0823927, 30.4778925 ], [ 120.0823792, 30.4778222 ] ], [ [ 120.0823792, 30.4778222 ], [ 120.0815989, 30.4737572 ] ], [ [ 120.0815989, 30.4737572 ], [ 120.0815253, 30.4736366 ] ], [ [ 120.0815253, 30.4736366 ], [ 120.0814537, 30.4735632 ] ], [ [ 120.0814537, 30.4735632 ], [ 120.0808653, 30.4730629 ] ], [ [ 120.0808653, 30.4730629 ], [ 120.0807517, 30.472906 ] ], [ [ 120.0807517, 30.472906 ], [ 120.0806777, 30.4726191 ] ], [ [ 120.0806777, 30.4726191 ], [ 120.0805868, 30.4724019 ] ], [ [ 120.0805868, 30.4724019 ], [ 120.0804288, 30.4722803 ] ], [ [ 120.0804288, 30.4722803 ], [ 120.0799298, 30.4720658 ] ], [ [ 120.0799298, 30.4720658 ], [ 120.0797517, 30.4719892 ] ], [ [ 120.0797517, 30.4719892 ], [ 120.0796548, 30.4719476 ] ], [ [ 120.0796548, 30.4719476 ], [ 120.0785327, 30.4716873 ] ], [ [ 120.0785327, 30.4716873 ], [ 120.0784092, 30.4691593 ] ], [ [ 120.0784092, 30.4691593 ], [ 120.0782442, 30.4671339 ] ], [ [ 120.0782442, 30.4671339 ], [ 120.0782424, 30.4670501 ] ], [ [ 120.0782424, 30.4670501 ], [ 120.0782406, 30.4669669 ] ], [ [ 120.0782406, 30.4669669 ], [ 120.0782394, 30.4669107 ] ], [ [ 120.0782394, 30.4669107 ], [ 120.0780655, 30.4651392 ] ], [ [ 120.0780655, 30.4651392 ], [ 120.0779757, 30.4640966 ] ], [ [ 120.0779757, 30.4640966 ], [ 120.0778727, 30.4631251 ] ], [ [ 120.0778727, 30.4631251 ], [ 120.0777809, 30.4626805 ] ], [ [ 120.0777809, 30.4626805 ], [ 120.0776229, 30.4622918 ] ], [ [ 120.0776229, 30.4622918 ], [ 120.0774978, 30.4621686 ] ], [ [ 120.0774978, 30.4621686 ], [ 120.0769248, 30.4617014 ] ], [ [ 120.0769248, 30.4617014 ], [ 120.0767742, 30.4616226 ] ], [ [ 120.0767742, 30.4616226 ], [ 120.0765935, 30.46153 ] ], [ [ 120.0765935, 30.46153 ], [ 120.0763022, 30.4613808 ] ], [ [ 120.0763022, 30.4613808 ], [ 120.076047, 30.4612869 ] ], [ [ 120.076047, 30.4612869 ], [ 120.0759318, 30.4612248 ] ], [ [ 120.2307202, 30.4593698 ], [ 120.2309043, 30.4594076 ], [ 120.2310665, 30.4594738 ], [ 120.231317, 30.4595818 ], [ 120.231391, 30.4596137 ], [ 120.2332448, 30.4603962 ], [ 120.2358503, 30.4614738 ] ], [ [ 120.2357752, 30.4615864 ], [ 120.231922, 30.4599783 ], [ 120.2312891, 30.4597142 ], [ 120.2309847, 30.4595836 ], [ 120.2308338, 30.459516 ], [ 120.2307202, 30.4593698 ] ], [ [ 120.2454303, 30.3961525 ], [ 120.2454542, 30.3961127 ], [ 120.2457128, 30.3957004 ], [ 120.2462879, 30.3947881 ] ], [ [ 120.2464992, 30.3948297 ], [ 120.2458852, 30.3958086 ], [ 120.2456344, 30.3961871 ], [ 120.2456078, 30.3962315 ] ], [ [ 120.2448575, 30.4492482 ], [ 120.245018, 30.4490251 ], [ 120.2452219, 30.4486842 ], [ 120.2455202, 30.4481745 ], [ 120.2455324, 30.4481536 ], [ 120.2458839, 30.447564 ], [ 120.2469569, 30.4458162 ], [ 120.2473803, 30.4450623 ] ], [ [ 120.2474516, 30.4450974 ], [ 120.2469258, 30.4459827 ], [ 120.2459372, 30.4476111 ], [ 120.2455945, 30.4482012 ], [ 120.2453318, 30.4486691 ], [ 120.2450985, 30.449046 ], [ 120.2449551, 30.4492778 ] ], [ [ 120.2509612, 30.466253 ], [ 120.2524636, 30.4664542 ], [ 120.2535486, 30.4665785 ], [ 120.2539343, 30.4666079 ], [ 120.2541811, 30.4666293 ], [ 120.2553647, 30.4667218 ] ], [ [ 120.2553365, 30.4668645 ], [ 120.2541677, 30.4667581 ], [ 120.2539182, 30.4667252 ], [ 120.2534374, 30.4666652 ], [ 120.2522642, 30.4665308 ], [ 120.2509494, 30.4663263 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "trunk", "motorway" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.1919069, 30.2455899 ], [ 120.1922645, 30.2453889 ], [ 120.1928694, 30.2450208 ], [ 120.1934445, 30.24465 ], [ 120.1939166, 30.2442422 ], [ 120.1942354, 30.2438712 ], [ 120.1944735, 30.2434614 ], [ 120.1947967, 30.2429815 ], [ 120.1949618, 30.2427737 ], [ 120.1951615, 30.2425858 ], [ 120.195555, 30.2422795 ], [ 120.195774, 30.2421349 ], [ 120.197193, 30.2410716 ], [ 120.1979408, 30.2405881 ], [ 120.1984548, 30.2402416 ], [ 120.1989431, 30.2398782 ], [ 120.1992968, 30.2396229 ], [ 120.2008415, 30.2385114 ], [ 120.2024481, 30.2373314 ], [ 120.2034744, 30.236609 ], [ 120.2049231, 30.2355349 ], [ 120.2156131, 30.2279193 ], [ 120.2209548, 30.2240256 ], [ 120.2230467, 30.222524 ], [ 120.2239058, 30.2219731 ], [ 120.2245836, 30.2214893 ], [ 120.2251317, 30.2211672 ], [ 120.225593, 30.220918 ], [ 120.2260206, 30.2207097 ], [ 120.2265809, 30.2204818 ], [ 120.227142, 30.2202653 ], [ 120.2276966, 30.2200954 ], [ 120.2286898, 30.219845 ], [ 120.2292278, 30.2197611 ], [ 120.2298434, 30.2196949 ], [ 120.2303283, 30.2196511 ], [ 120.2329571, 30.2195904 ], [ 120.2340375, 30.2196093 ], [ 120.2352694, 30.219676 ], [ 120.236344, 30.2197349 ], [ 120.2373795, 30.219821 ], [ 120.2384919, 30.2199244 ], [ 120.2399034, 30.2200697 ], [ 120.2413417, 30.2202823 ], [ 120.2427796, 30.2205325 ], [ 120.2438544, 30.2207397 ], [ 120.2450581, 30.2210191 ], [ 120.2463457, 30.2213229 ], [ 120.2477623, 30.2216988 ], [ 120.2490952, 30.2221028 ], [ 120.2504811, 30.2225625 ], [ 120.251507, 30.2228992 ], [ 120.2525443, 30.2232457 ], [ 120.2535291, 30.2235875 ], [ 120.2545647, 30.2239469 ], [ 120.2565168, 30.2246023 ], [ 120.2576429, 30.2249777 ], [ 120.2590042, 30.2254253 ], [ 120.2597336, 30.2256193 ], [ 120.2603947, 30.2257805 ], [ 120.261604, 30.2260429 ], [ 120.2622389, 30.2261342 ], [ 120.2632294, 30.2262598 ], [ 120.2639375, 30.2263353 ], [ 120.2648105, 30.2263637 ], [ 120.2659015, 30.2263794 ], [ 120.2665622, 30.2263753 ], [ 120.2674266, 30.2263141 ], [ 120.2684837, 30.2261996 ], [ 120.2691192, 30.2261179 ], [ 120.2702519, 30.225956 ], [ 120.2713363, 30.2258107 ], [ 120.2748491, 30.2252902 ], [ 120.2775171, 30.2248915 ], [ 120.2811369, 30.2243292 ], [ 120.2822669, 30.2241615 ], [ 120.2843123, 30.2238876 ], [ 120.2864635, 30.2235585 ], [ 120.2886587, 30.2232108 ], [ 120.2911877, 30.2228148 ], [ 120.2931326, 30.2225221 ], [ 120.2954694, 30.2221752 ], [ 120.2962745, 30.2220614 ], [ 120.2987876, 30.2216689 ], [ 120.3001819, 30.2214446 ], [ 120.3027944, 30.2210658 ], [ 120.3233637, 30.2179417 ], [ 120.3358134, 30.2160507 ], [ 120.3416112, 30.2151941 ], [ 120.3482632, 30.2141597 ], [ 120.352273, 30.2135767 ], [ 120.3537694, 30.2133732 ], [ 120.3549682, 30.2132692 ], [ 120.356033, 30.2131883 ], [ 120.3563943, 30.2131752 ], [ 120.3573475, 30.2131406 ], [ 120.3589942, 30.213128 ], [ 120.3605929, 30.213132 ], [ 120.3619034, 30.2131764 ], [ 120.363262, 30.2132374 ], [ 120.3644658, 30.2133204 ], [ 120.365564, 30.2134282 ], [ 120.3662282, 30.2135026 ], [ 120.3677814, 30.2136918 ], [ 120.3685553, 30.2137982 ], [ 120.369707, 30.2139655 ], [ 120.370753, 30.2141576 ], [ 120.3720005, 30.2143991 ], [ 120.3732287, 30.214707 ], [ 120.3739781, 30.2148733 ], [ 120.3761464, 30.2155037 ], [ 120.3780078, 30.2160833 ], [ 120.3805581, 30.2168867 ], [ 120.3834049, 30.2178615 ], [ 120.3842719, 30.2181548 ], [ 120.3845025, 30.218228 ], [ 120.3848918, 30.2183511 ], [ 120.3851372, 30.2184288 ], [ 120.385638, 30.2185963 ], [ 120.3866477, 30.2189301 ], [ 120.3874603, 30.2192059 ], [ 120.3878188, 30.2193278 ], [ 120.3888116, 30.2196562 ], [ 120.3944582, 30.2215404 ], [ 120.3975714, 30.2225895 ], [ 120.3983315, 30.2228456 ], [ 120.3988964, 30.223036 ], [ 120.4003231, 30.2235062 ], [ 120.4014884, 30.2239797 ], [ 120.4034458, 30.2247727 ], [ 120.4083867, 30.2269936 ], [ 120.409426, 30.2274536 ], [ 120.4105248, 30.2279321 ], [ 120.4106019, 30.2279665 ], [ 120.4140736, 30.2295142 ] ], [ [ 120.4139988, 30.2296742 ], [ 120.4128928, 30.2291806 ], [ 120.411937, 30.228754 ], [ 120.4104331, 30.2280827 ], [ 120.4082706, 30.2271528 ], [ 120.4033326, 30.2249559 ], [ 120.4017716, 30.2243087 ], [ 120.4006587, 30.223872 ], [ 120.3995551, 30.223462 ], [ 120.399048, 30.2232912 ], [ 120.3984494, 30.2230895 ], [ 120.397512, 30.2227738 ], [ 120.3961567, 30.2223172 ], [ 120.3940213, 30.221567 ], [ 120.3902715, 30.2203625 ], [ 120.3888206, 30.2198888 ], [ 120.3877215, 30.21953 ], [ 120.3874293, 30.2194309 ], [ 120.386928, 30.2192451 ], [ 120.3855729, 30.2187428 ], [ 120.3850878, 30.2185878 ], [ 120.3848419, 30.2184986 ], [ 120.3845411, 30.2183896 ], [ 120.3843905, 30.2183349 ], [ 120.3833595, 30.2179612 ], [ 120.3805371, 30.217001 ], [ 120.3779742, 30.2161798 ], [ 120.3760999, 30.2155742 ], [ 120.3746363, 30.2151794 ], [ 120.3732042, 30.2148206 ], [ 120.3727936, 30.2147275 ], [ 120.3696196, 30.2141264 ], [ 120.3688131, 30.2139955 ], [ 120.3676657, 30.2138397 ], [ 120.366205, 30.21367 ], [ 120.3655552, 30.2136029 ], [ 120.3644056, 30.2135112 ], [ 120.3632272, 30.2134278 ], [ 120.3619157, 30.2133374 ], [ 120.3604611, 30.2132808 ], [ 120.3574033, 30.2132929 ], [ 120.3561324, 30.2133389 ], [ 120.3549576, 30.2134181 ], [ 120.3537768, 30.2135351 ], [ 120.3526248, 30.2136894 ], [ 120.3485361, 30.2142602 ], [ 120.3416157, 30.2153262 ], [ 120.3358222, 30.2161972 ], [ 120.3234068, 30.2181019 ], [ 120.3028163, 30.2211987 ], [ 120.3002613, 30.2215962 ], [ 120.298819, 30.2218107 ], [ 120.2962774, 30.2221899 ], [ 120.2955221, 30.2223146 ], [ 120.2931485, 30.2226728 ], [ 120.2892631, 30.2232462 ], [ 120.2886888, 30.2233479 ], [ 120.2857523, 30.2238291 ], [ 120.2823147, 30.2243211 ], [ 120.2812019, 30.2244719 ], [ 120.2775558, 30.2250352 ], [ 120.2748437, 30.2254532 ], [ 120.2713656, 30.2259678 ], [ 120.2691719, 30.226298 ], [ 120.2682314, 30.2264101 ], [ 120.2674444, 30.2264835 ], [ 120.2665519, 30.2265208 ], [ 120.2659105, 30.2265208 ], [ 120.2653372, 30.2265329 ], [ 120.2647877, 30.2265357 ], [ 120.2639484, 30.2265053 ], [ 120.2631864, 30.2264282 ], [ 120.2626136, 30.2263518 ], [ 120.262198, 30.2262963 ], [ 120.2615539, 30.2261806 ], [ 120.260902, 30.2260428 ], [ 120.2603566, 30.2259276 ], [ 120.2596846, 30.2257776 ], [ 120.2589368, 30.225562 ], [ 120.2575949, 30.2251239 ], [ 120.256444, 30.2247345 ], [ 120.2545383, 30.2240959 ], [ 120.2534883, 30.223743 ], [ 120.2524656, 30.2234044 ], [ 120.2514467, 30.2230564 ], [ 120.2504429, 30.2227084 ], [ 120.2490486, 30.2222483 ], [ 120.2476678, 30.2218471 ], [ 120.2462946, 30.2214722 ], [ 120.2450047, 30.2211616 ], [ 120.2437936, 30.2208954 ], [ 120.2427417, 30.2206882 ], [ 120.2413056, 30.2204345 ], [ 120.2398768, 30.2202175 ], [ 120.2384253, 30.2200267 ], [ 120.2373527, 30.2199283 ], [ 120.2363455, 30.2198447 ], [ 120.2352548, 30.2197808 ], [ 120.2340244, 30.2197447 ], [ 120.2329525, 30.2197213 ], [ 120.2321323, 30.2197085 ], [ 120.2314324, 30.2197226 ], [ 120.2303368, 30.2197396 ], [ 120.2298064, 30.219791 ], [ 120.2291874, 30.2198589 ], [ 120.2286321, 30.2199669 ], [ 120.2277245, 30.2202066 ], [ 120.2272279, 30.2203787 ], [ 120.2265252, 30.2206401 ], [ 120.2260265, 30.220849 ], [ 120.2256468, 30.2210507 ], [ 120.2251935, 30.2213054 ], [ 120.2246809, 30.2216091 ], [ 120.2240343, 30.2220631 ], [ 120.223146, 30.2226419 ], [ 120.2210317, 30.2241443 ], [ 120.2156662, 30.2279917 ], [ 120.2154408, 30.2281416 ], [ 120.2045548, 30.2359973 ], [ 120.2033042, 30.2368918 ], [ 120.202491, 30.2374575 ], [ 120.2009228, 30.2385898 ], [ 120.1993612, 30.2397295 ], [ 120.1990045, 30.2400036 ], [ 120.1980056, 30.240726 ], [ 120.1958563, 30.2422921 ], [ 120.195513, 30.2425887 ], [ 120.1950581, 30.2430855 ], [ 120.1947491, 30.2434414 ], [ 120.1943715, 30.2439234 ], [ 120.1940196, 30.2443164 ], [ 120.1935132, 30.244739 ], [ 120.1929381, 30.2450949 ], [ 120.1923359, 30.2454524 ], [ 120.1917156, 30.2458069 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "secondary", "trunk" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 119.7751598, 30.4681346 ], [ 119.7772226, 30.4702941 ] ], [ [ 119.7772226, 30.4702941 ], [ 119.7779977, 30.471117 ] ], [ [ 119.7779977, 30.471117 ], [ 119.7783309, 30.471508 ] ], [ [ 119.7783309, 30.471508 ], [ 119.7786524, 30.4718215 ] ], [ [ 119.7786524, 30.4718215 ], [ 119.7787104, 30.4718837 ] ], [ [ 119.7787104, 30.4718837 ], [ 119.7790654, 30.4722445 ] ], [ [ 119.7790654, 30.4722445 ], [ 119.7793731, 30.4725571 ] ], [ [ 119.7793731, 30.4725571 ], [ 119.7798266, 30.4731351 ] ], [ [ 119.7798266, 30.4731351 ], [ 119.7801139, 30.4735301 ] ], [ [ 119.7801139, 30.4735301 ], [ 119.7802641, 30.4737366 ] ], [ [ 119.7802641, 30.4737366 ], [ 119.7805959, 30.474301 ] ], [ [ 119.7805959, 30.474301 ], [ 119.7807687, 30.4745948 ] ], [ [ 119.7807687, 30.4745948 ], [ 119.7808379, 30.4747125 ] ], [ [ 119.7808379, 30.4747125 ], [ 119.7809775, 30.4749868 ] ], [ [ 119.7809775, 30.4749868 ], [ 119.7810803, 30.4751889 ] ], [ [ 119.7810803, 30.4751889 ], [ 119.7815792, 30.4761694 ] ], [ [ 119.7815792, 30.4761694 ], [ 119.782008, 30.4770278 ] ], [ [ 119.782008, 30.4770278 ], [ 119.7826246, 30.4782254 ] ], [ [ 119.7826246, 30.4782254 ], [ 119.782765, 30.4784981 ] ], [ [ 119.782765, 30.4784981 ], [ 119.7829639, 30.4788845 ] ], [ [ 119.7829639, 30.4788845 ], [ 119.7831236, 30.4791952 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "motorway" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.077646596939161, 30.082643184012532 ], [ 120.0801086, 30.0842402 ], [ 120.082262, 30.085637 ], [ 120.084182, 30.08702 ], [ 120.08645, 30.088797 ], [ 120.0881868, 30.0903921 ], [ 120.0888815, 30.0910509 ], [ 120.0896692, 30.0917822 ], [ 120.0907162, 30.0928756 ], [ 120.0910474, 30.0932215 ], [ 120.0925009, 30.0948209 ], [ 120.0934468, 30.0959783 ], [ 120.094162, 30.096805 ], [ 120.09577, 30.099018 ], [ 120.0966175, 30.1003579 ], [ 120.0970196, 30.1009936 ], [ 120.097617, 30.101938 ], [ 120.099363, 30.105207 ], [ 120.10043, 30.107608 ], [ 120.1010112, 30.1091613 ], [ 120.1011707, 30.1095874 ], [ 120.101572, 30.11066 ], [ 120.10213, 30.112458 ], [ 120.1023363, 30.1131367 ], [ 120.102615, 30.114287 ], [ 120.103271, 30.1172799 ], [ 120.1041201, 30.1211537 ], [ 120.1048942, 30.1246855 ], [ 120.1059634, 30.1295402 ], [ 120.1062223, 30.1307219 ], [ 120.1073306, 30.1358452 ], [ 120.1075849, 30.1371704 ], [ 120.1077236, 30.1382722 ], [ 120.1077141, 30.1391604 ], [ 120.1077121, 30.1400053 ], [ 120.1076709, 30.1405371 ], [ 120.1076643, 30.142011 ], [ 120.1077054, 30.143622 ], [ 120.1076676, 30.1442651 ] ], [ [ 120.3123015, 30.180587 ], [ 120.3109092, 30.1806856 ], [ 120.3104437, 30.1807209 ], [ 120.3100882, 30.1807563 ], [ 120.3096167, 30.1808131 ], [ 120.309093, 30.1808949 ], [ 120.307762, 30.1811341 ], [ 120.3028624, 30.1820262 ], [ 120.3024712, 30.1821018 ], [ 120.3020597, 30.1821658 ], [ 120.301493, 30.1822179 ], [ 120.301136, 30.1822451 ], [ 120.3009476, 30.1822489 ], [ 120.3005886, 30.1822473 ], [ 120.3001918, 30.1822234 ], [ 120.2998299, 30.1821878 ], [ 120.2994524, 30.1821481 ], [ 120.2990749, 30.1821037 ], [ 120.294768, 30.1816203 ], [ 120.2907906, 30.181249 ], [ 120.2901703, 30.1811879 ], [ 120.2895804, 30.1811252 ], [ 120.2891446, 30.1810657 ], [ 120.2887637, 30.1810009 ], [ 120.2883929, 30.1809273 ], [ 120.2880018, 30.1808362 ], [ 120.2870854, 30.1805944 ], [ 120.2862154, 30.1803544 ], [ 120.2828392, 30.1793012 ], [ 120.2782523, 30.1779153 ], [ 120.2771069, 30.1775676 ], [ 120.2751013, 30.1769538 ], [ 120.2747653, 30.1768476 ], [ 120.2745942, 30.1767764 ], [ 120.2743615, 30.1766764 ], [ 120.2741636, 30.1765683 ], [ 120.2739688, 30.1764552 ], [ 120.2737952, 30.1763357 ], [ 120.2736391, 30.1762174 ], [ 120.2734893, 30.1760934 ], [ 120.2733205, 30.1759624 ], [ 120.2731878, 30.1758559 ], [ 120.273027, 30.1757216 ], [ 120.2728785, 30.1756082 ], [ 120.2726448, 30.1754575 ], [ 120.2723487, 30.1752869 ], [ 120.271917, 30.1750445 ], [ 120.2715685, 30.1748591 ], [ 120.2711317, 30.174649 ], [ 120.2705358, 30.174364 ], [ 120.2702202, 30.1742215 ], [ 120.268844, 30.1736927 ], [ 120.2676836, 30.173227 ], [ 120.2666458, 30.1728104 ], [ 120.2662509, 30.1726633 ], [ 120.2658136, 30.1725223 ], [ 120.2655425, 30.1724416 ], [ 120.2652502, 30.172367 ], [ 120.2649703, 30.172308 ], [ 120.2646727, 30.1722551 ], [ 120.2643393, 30.1722189 ], [ 120.264045, 30.1721888 ], [ 120.2634688, 30.1721737 ], [ 120.2608648, 30.1720726 ], [ 120.2598015, 30.172014 ], [ 120.2585648, 30.1719401 ], [ 120.2581667, 30.171903 ], [ 120.257793, 30.171863 ], [ 120.2574958, 30.1718184 ], [ 120.2572405, 30.1717707 ], [ 120.256978, 30.1717137 ], [ 120.2563732, 30.1715346 ], [ 120.255704, 30.1713183 ], [ 120.2548531, 30.1710338 ], [ 120.2544002, 30.1708824 ], [ 120.2537483, 30.1706783 ], [ 120.2534168, 30.1705904 ], [ 120.2530365, 30.1705059 ], [ 120.252808, 30.170455 ], [ 120.2524575, 30.170397 ], [ 120.2520907, 30.1703584 ], [ 120.2517809, 30.1703408 ], [ 120.2514026, 30.1703435 ], [ 120.2509917, 30.1703673 ], [ 120.2503062, 30.1705068 ], [ 120.2492124, 30.1707801 ], [ 120.2485905, 30.1709493 ], [ 120.2479738, 30.1711184 ], [ 120.2465439, 30.1715293 ], [ 120.2451323, 30.171939 ], [ 120.2446319, 30.1720821 ], [ 120.2443573, 30.1721643 ], [ 120.2440989, 30.1722253 ], [ 120.2438608, 30.1722697 ], [ 120.243582, 30.1723142 ], [ 120.2432927, 30.1723468 ], [ 120.2429981, 30.17238 ], [ 120.2427945, 30.1723968 ], [ 120.2426326, 30.172411 ], [ 120.2418049, 30.172458 ], [ 120.2399973, 30.1725115 ], [ 120.2396348, 30.1725333 ], [ 120.2394139, 30.1725552 ], [ 120.2391407, 30.172595 ], [ 120.2388278, 30.1726538 ], [ 120.2375056, 30.172878 ], [ 120.2371239, 30.1729292 ], [ 120.23679, 30.1729636 ], [ 120.2364816, 30.1729914 ], [ 120.2361069, 30.1730075 ], [ 120.2356837, 30.1730126 ], [ 120.2353147, 30.1730074 ], [ 120.234857, 30.1729998 ], [ 120.2307375, 30.1729822 ], [ 120.2290124, 30.1729882 ], [ 120.2281125, 30.17301 ], [ 120.2277348, 30.1730237 ], [ 120.227251, 30.1730533 ], [ 120.2267814, 30.1731012 ], [ 120.2263085, 30.1731707 ], [ 120.2258709, 30.1732402 ], [ 120.2250069, 30.1734177 ], [ 120.2238925, 30.173707 ], [ 120.2198248, 30.1748093 ], [ 120.219336, 30.1749407 ], [ 120.2189615, 30.1750038 ], [ 120.2185649, 30.1750708 ], [ 120.2182092, 30.1751088 ], [ 120.2177666, 30.1751401 ], [ 120.2174052, 30.1751665 ], [ 120.2170888, 30.175167 ], [ 120.2150217, 30.1750781 ], [ 120.2118279, 30.1749274 ], [ 120.2076484, 30.1747513 ], [ 120.2069075, 30.1747391 ], [ 120.2063869, 30.1747658 ], [ 120.2046126, 30.1749664 ], [ 120.2013403, 30.1752773 ], [ 120.1949043, 30.1758373 ], [ 120.1942269, 30.1759043 ], [ 120.193716, 30.1759367 ], [ 120.1931096, 30.1759424 ], [ 120.1924841, 30.1759039 ], [ 120.189881, 30.175674 ], [ 120.1890048, 30.1755919 ], [ 120.1871277, 30.1754366 ], [ 120.1865914, 30.1753909 ], [ 120.1860227, 30.1753628 ], [ 120.1852429, 30.1753347 ], [ 120.1844151, 30.1753402 ], [ 120.1835593, 30.1753594 ], [ 120.1831771, 30.1753769 ], [ 120.182429, 30.1754118 ], [ 120.1805721, 30.1754818 ], [ 120.1784507, 30.1755758 ], [ 120.1754333, 30.1757291 ], [ 120.1724481, 30.1758541 ], [ 120.1699524, 30.1759455 ], [ 120.1695906, 30.1759597 ], [ 120.1692104, 30.1759713 ], [ 120.1686963, 30.1759838 ], [ 120.1673003, 30.1759921 ], [ 120.1659328, 30.1760024 ], [ 120.1515362, 30.1759711 ], [ 120.1508175, 30.175963 ], [ 120.1504989, 30.1759567 ], [ 120.1502552, 30.1759502 ], [ 120.1500622, 30.1759372 ], [ 120.1498831, 30.1759216 ], [ 120.1496727, 30.1758985 ], [ 120.1494304, 30.1758653 ], [ 120.1491942, 30.1758241 ], [ 120.1489133, 30.1757678 ], [ 120.1485831, 30.1756954 ], [ 120.1469652, 30.1753455 ], [ 120.1452168, 30.1749404 ], [ 120.1439369, 30.1746459 ], [ 120.1423924, 30.1742711 ], [ 120.1383795, 30.1729675 ], [ 120.1372584, 30.1725764 ], [ 120.1369703, 30.1724646 ], [ 120.1367227, 30.172356 ], [ 120.1364893, 30.1722428 ], [ 120.1362771, 30.172128 ], [ 120.1360913, 30.172024 ], [ 120.1359055, 30.1719185 ], [ 120.1357148, 30.1717969 ], [ 120.1355063, 30.1716539 ], [ 120.1351656, 30.171395 ], [ 120.135093, 30.1713404 ], [ 120.1342602, 30.1705517 ], [ 120.1340574, 30.1703317 ], [ 120.1338723, 30.1700896 ], [ 120.1336921, 30.1698432 ], [ 120.133547, 30.169623 ], [ 120.133366, 30.1693426 ], [ 120.1331724, 30.1689691 ], [ 120.1329327, 30.1684751 ], [ 120.1326687, 30.1679034 ], [ 120.1325159, 30.1676279 ], [ 120.1323514, 30.1673738 ], [ 120.1321684, 30.1671145 ], [ 120.1318147, 30.1666704 ], [ 120.1314548, 30.1662843 ], [ 120.1310685, 30.1659222 ], [ 120.1306698, 30.1656186 ], [ 120.130485, 30.1654886 ], [ 120.1302933, 30.1653585 ], [ 120.1300962, 30.1652412 ], [ 120.1298967, 30.1651259 ], [ 120.1297066, 30.1650281 ], [ 120.1295282, 30.1649424 ], [ 120.1290881, 30.1647488 ], [ 120.1289999, 30.16471 ], [ 120.1270053, 30.1638328 ], [ 120.1225717, 30.1619189 ], [ 120.118043, 30.16006 ], [ 120.1146262, 30.1586195 ] ], [ [ 120.1147018, 30.1584918 ], [ 120.1181499, 30.1599445 ], [ 120.1226509, 30.1618085 ], [ 120.127101, 30.1637342 ], [ 120.1290841, 30.1645947 ], [ 120.1291494, 30.1646231 ], [ 120.1295687, 30.1648153 ], [ 120.1297876, 30.1649289 ], [ 120.1299996, 30.1650364 ], [ 120.1302135, 30.1651542 ], [ 120.1304228, 30.1652842 ], [ 120.1306149, 30.1654125 ], [ 120.1307953, 30.1655408 ], [ 120.1310098, 30.1657068 ], [ 120.1312173, 30.1658788 ], [ 120.1314073, 30.1660459 ], [ 120.1316042, 30.1662371 ], [ 120.1317786, 30.1664172 ], [ 120.1319623, 30.1666134 ], [ 120.1321795, 30.1668762 ], [ 120.1325424, 30.1674239 ], [ 120.1330384, 30.1683548 ], [ 120.1332418, 30.168774 ], [ 120.13337, 30.1690202 ], [ 120.1335964, 30.1694281 ], [ 120.1337978, 30.1697279 ], [ 120.133961, 30.1699601 ], [ 120.1341643, 30.1702182 ], [ 120.1343718, 30.1704553 ], [ 120.1345525, 30.1706421 ], [ 120.1348923, 30.1709679 ], [ 120.1352161, 30.1712612 ], [ 120.1352743, 30.1713042 ], [ 120.1356419, 30.1715846 ], [ 120.1360435, 30.1718487 ], [ 120.1362934, 30.171997 ], [ 120.1365186, 30.1721266 ], [ 120.1367933, 30.1722686 ], [ 120.1370572, 30.1723822 ], [ 120.1372942, 30.172482 ], [ 120.13841, 30.1728873 ], [ 120.1406272, 30.1736261 ], [ 120.1424255, 30.1741993 ], [ 120.14524, 30.1748565 ], [ 120.1470348, 30.1752666 ], [ 120.14864, 30.1756252 ], [ 120.1489663, 30.1756944 ], [ 120.1492757, 30.1757543 ], [ 120.1495646, 30.1758043 ], [ 120.1497748, 30.1758327 ], [ 120.1500003, 30.1758584 ], [ 120.1502589, 30.1758738 ], [ 120.15051, 30.1758837 ], [ 120.1515143, 30.1758956 ], [ 120.1643642, 30.1758785 ], [ 120.1659361, 30.1758812 ], [ 120.1672856, 30.1758801 ], [ 120.168681, 30.1758845 ], [ 120.169141, 30.1758776 ], [ 120.1695641, 30.1758654 ], [ 120.1699287, 30.1758508 ], [ 120.1724097, 30.1757321 ], [ 120.1734757, 30.1756812 ], [ 120.177478, 30.1755051 ], [ 120.180315, 30.1753759 ], [ 120.182399, 30.1752997 ], [ 120.1843411, 30.1752328 ], [ 120.1848388, 30.1752205 ], [ 120.185287, 30.1752245 ], [ 120.1871483, 30.1753138 ], [ 120.1884405, 30.175426 ], [ 120.1899372, 30.1755842 ], [ 120.1924786, 30.1758007 ], [ 120.1930244, 30.1758347 ], [ 120.193591, 30.1758298 ], [ 120.1941577, 30.1758035 ], [ 120.1949074, 30.1757361 ], [ 120.2002014, 30.1752584 ], [ 120.2013109, 30.1751582 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": [ "trunk", "primary" ] }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.1486288, 29.9129068 ], [ 120.1484634, 29.9127842 ] ], [ [ 120.1484634, 29.9127842 ], [ 120.1484149, 29.9127483 ] ], [ [ 120.1484149, 29.9127483 ], [ 120.1462625, 29.9111525 ] ], [ [ 120.1462625, 29.9111525 ], [ 120.1452775, 29.9104222 ] ], [ [ 120.1880087, 29.9766488 ], [ 120.1881364, 29.9770204 ], [ 120.1886832, 29.9786113 ], [ 120.1889128, 29.9798774 ], [ 120.1890899, 29.9816758 ] ], [ [ 120.2432077, 30.146713 ], [ 120.2432181, 30.1470071 ], [ 120.2431962, 30.1474986 ], [ 120.2431106, 30.1481024 ], [ 120.2429978, 30.148598 ], [ 120.2428367, 30.1490899 ], [ 120.2426036, 30.1495763 ], [ 120.2422973, 30.1501061 ], [ 120.2417593, 30.1508589 ], [ 120.2412072, 30.1513976 ], [ 120.2406309, 30.151895 ], [ 120.239954, 30.1523556 ], [ 120.2375597, 30.1535967 ], [ 120.2371649, 30.1538677 ], [ 120.2368891, 30.1541332 ], [ 120.2366698, 30.154453 ], [ 120.2362812, 30.1552875 ], [ 120.2354797, 30.1566532 ], [ 120.2350151, 30.1571413 ], [ 120.2345064, 30.1576326 ], [ 120.2338407, 30.1582366 ], [ 120.2327888, 30.1592352 ], [ 120.232209, 30.1598783 ], [ 120.2317885, 30.1604731 ], [ 120.231615, 30.1608319 ], [ 120.231516, 30.1612042 ], [ 120.2314298, 30.1619015 ], [ 120.2313689, 30.1624058 ], [ 120.2312963, 30.1627318 ], [ 120.2310949, 30.1632482 ], [ 120.2309731, 30.1634406 ], [ 120.2307037, 30.1638943 ], [ 120.2304634, 30.1643795 ], [ 120.2303587, 30.1649976 ], [ 120.2303431, 30.1651672 ], [ 120.2302737, 30.1651422 ], [ 120.2302344, 30.1656093 ], [ 120.2302207, 30.1660091 ], [ 120.2302068, 30.1665747 ], [ 120.2301931, 30.1673224 ], [ 120.230117, 30.1681242 ], [ 120.2299825, 30.1688182 ], [ 120.2298565, 30.1694867 ], [ 120.2298133, 30.1697986 ], [ 120.2296748, 30.170638 ], [ 120.2294654, 30.1717096 ], [ 120.2293823, 30.1720963 ], [ 120.2293024, 30.1725043 ], [ 120.2292428, 30.1728434 ], [ 120.2291864, 30.1732039 ], [ 120.2291476, 30.173488 ], [ 120.2291168, 30.1737629 ], [ 120.2290941, 30.1741182 ], [ 120.229077, 30.1743881 ], [ 120.2290813, 30.1746626 ], [ 120.229122, 30.1750959 ], [ 120.2292445, 30.1759203 ], [ 120.2292836, 30.1762265 ], [ 120.2293104, 30.176506 ], [ 120.229327, 30.1767173 ], [ 120.2293404, 30.176941 ], [ 120.2293463, 30.1772374 ], [ 120.229298, 30.1790196 ], [ 120.2292688, 30.1797659 ], [ 120.2291928, 30.1823322 ], [ 120.2291605, 30.1835964 ], [ 120.2291648, 30.1840624 ], [ 120.2291823, 30.1847075 ], [ 120.2293243, 30.1863945 ], [ 120.2294522, 30.1871757 ], [ 120.2295468, 30.1879096 ], [ 120.2297565, 30.1896274 ], [ 120.230145, 30.1922465 ], [ 120.230206, 30.1928079 ], [ 120.2302575, 30.1934243 ], [ 120.2302654, 30.19391 ], [ 120.2302689, 30.1948521 ], [ 120.2303295, 30.1998125 ], [ 120.2303431, 30.2009756 ], [ 120.2304281, 30.2082375 ], [ 120.2304486, 30.2102679 ], [ 120.2304379, 30.2129912 ], [ 120.2304296, 30.213674 ], [ 120.2304046, 30.2142839 ], [ 120.2303639, 30.2146114 ], [ 120.2303036, 30.2149714 ], [ 120.2301895, 30.2153514 ], [ 120.2299529, 30.2160825 ], [ 120.2294392, 30.2170382 ], [ 120.2292907, 30.2173088 ] ], [ [ 120.2285845, 30.2176093 ], [ 120.2286674, 30.2174748 ], [ 120.2290254, 30.2168807 ], [ 120.2291918, 30.2166067 ], [ 120.229705, 30.2156574 ], [ 120.2299264, 30.2150612 ], [ 120.2300564, 30.2146427 ], [ 120.230154, 30.2142014 ], [ 120.2302934, 30.2133564 ], [ 120.2303207, 30.2129795 ], [ 120.2303238, 30.2118729 ], [ 120.2303093, 30.210919 ], [ 120.2303271, 30.2097915 ], [ 120.2303073, 30.2091765 ], [ 120.2303057, 30.2087245 ], [ 120.2302911, 30.207785 ], [ 120.2302779, 30.2073538 ], [ 120.2302354, 30.2026723 ], [ 120.2302145, 30.2018321 ], [ 120.2301368, 30.1942469 ], [ 120.2301323, 30.1936262 ], [ 120.2300648, 30.1928233 ], [ 120.230021, 30.1923867 ], [ 120.2299529, 30.1918323 ], [ 120.2297423, 30.1904612 ], [ 120.2294241, 30.1879352 ], [ 120.2291945, 30.1863454 ], [ 120.229051, 30.1847172 ], [ 120.2290266, 30.1840503 ], [ 120.2290088, 30.182642 ], [ 120.2290052, 30.1823611 ], [ 120.2291091, 30.1793376 ], [ 120.229121, 30.1790265 ], [ 120.2291563, 30.1778002 ], [ 120.2291651, 30.1772812 ], [ 120.2291666, 30.1770433 ], [ 120.2291557, 30.1767442 ], [ 120.2291271, 30.1764122 ], [ 120.2290923, 30.1760488 ], [ 120.2290268, 30.1756215 ], [ 120.2289534, 30.1750134 ], [ 120.2289242, 30.1746681 ], [ 120.2289176, 30.1744559 ], [ 120.2289278, 30.1742027 ], [ 120.2289534, 30.1738057 ], [ 120.2289834, 30.1735044 ], [ 120.2290207, 30.1732087 ], [ 120.2290526, 30.1729471 ], [ 120.2290886, 30.1727384 ], [ 120.2291214, 30.172555 ], [ 120.2291715, 30.1723068 ], [ 120.2292218, 30.17205 ], [ 120.2292971, 30.171686 ], [ 120.2294343, 30.171017 ], [ 120.2295506, 30.1704202 ], [ 120.2296575, 30.1698638 ], [ 120.2298148, 30.1688705 ], [ 120.2299495, 30.1680604 ], [ 120.2300004, 30.1676767 ], [ 120.2300959, 30.1656705 ], [ 120.2301499, 30.1651341 ], [ 120.2302451, 30.1646921 ], [ 120.2302914, 30.1644613 ], [ 120.2305397, 30.1639368 ], [ 120.2308255, 30.163392 ], [ 120.2310644, 30.1628776 ], [ 120.2311487, 30.1624159 ], [ 120.2311729, 30.1620277 ], [ 120.2311956, 30.1616625 ], [ 120.2312665, 30.1611349 ], [ 120.231324, 30.1609821 ], [ 120.2315605, 30.1604612 ], [ 120.2320202, 30.159783 ], [ 120.2327256, 30.1590289 ], [ 120.2337552, 30.1580515 ], [ 120.2345567, 30.1573473 ], [ 120.2350248, 30.156861 ], [ 120.2353202, 30.1564965 ], [ 120.2355718, 30.1561168 ], [ 120.2357426, 30.1558051 ], [ 120.236179, 30.1549191 ], [ 120.2365133, 30.1542588 ], [ 120.2368241, 30.1538855 ], [ 120.237298, 30.1535052 ], [ 120.2397632, 30.1521729 ], [ 120.2403368, 30.1518081 ], [ 120.2410586, 30.1511833 ], [ 120.2414141, 30.1508656 ], [ 120.2416927, 30.1505664 ], [ 120.2419451, 30.150233 ], [ 120.2423044, 30.1497082 ], [ 120.2426832, 30.1489997 ], [ 120.2428341, 30.1485421 ], [ 120.2429574, 30.1480881 ], [ 120.2430193, 30.1475659 ], [ 120.2430618, 30.1469722 ], [ 120.2430592, 30.1467172 ] ], [ [ 120.1039596, 30.17603 ], [ 120.1036057, 30.1765808 ], [ 120.103494514496788, 30.176835249864336 ] ], [ [ 120.103494514496788, 30.176835249864336 ], [ 120.103361, 30.1771408 ], [ 120.1033134, 30.1772678 ], [ 120.1028565, 30.1784074 ], [ 120.102693, 30.1788062 ], [ 120.1027207, 30.1790838 ] ], [ [ 120.1025601, 30.1789709 ], [ 120.1025839, 30.1787576 ], [ 120.1027508, 30.1783622 ], [ 120.1032249, 30.1771169 ], [ 120.103252048370649, 30.177061122076996 ] ], [ [ 120.103252048370649, 30.177061122076996 ], [ 120.103498, 30.1765558 ] ], [ [ 120.0732965, 30.318133 ], [ 120.0733635, 30.3179033 ], [ 120.0734681, 30.3176168 ], [ 120.0735867, 30.3172456 ], [ 120.0736545, 30.3170335 ], [ 120.0738566, 30.3163985 ], [ 120.0739459, 30.3161249 ], [ 120.0740472, 30.315826 ], [ 120.0742226, 30.3152965 ], [ 120.0743175, 30.3150173 ], [ 120.074415, 30.3147166 ], [ 120.0746518, 30.3139543 ], [ 120.0749055, 30.3130478 ], [ 120.074944312080135, 30.312900038124557 ] ], [ [ 120.074944312080135, 30.312900038124557 ], [ 120.0750377, 30.3125445 ], [ 120.0751562, 30.3120409 ], [ 120.0752607, 30.3115575 ], [ 120.0756677, 30.3095278 ], [ 120.0761162, 30.3071199 ], [ 120.0765265, 30.3047907 ], [ 120.0765677, 30.3044779 ], [ 120.0766148, 30.3040237 ], [ 120.076662, 30.303502 ], [ 120.0768476, 30.3017069 ], [ 120.0769617, 30.3007211 ], [ 120.0770065, 30.3003865 ], [ 120.0770729, 30.2999662 ], [ 120.0772519, 30.2993864 ], [ 120.0773499, 30.299069 ], [ 120.0774595, 30.2987614 ], [ 120.078296, 30.2966407 ], [ 120.0790752, 30.2947253 ], [ 120.0795462, 30.2934821 ], [ 120.0796288, 30.2932145 ], [ 120.0797363, 30.2928623 ], [ 120.0799011, 30.2923289 ], [ 120.0800641, 30.2917991 ], [ 120.0802053, 30.2913276 ], [ 120.0803257, 30.2909263 ], [ 120.0804347, 30.2905647 ], [ 120.0805226, 30.2902405 ], [ 120.0805794, 30.2900093 ], [ 120.0806263, 30.2897996 ], [ 120.0806795, 30.2895305 ], [ 120.0807327, 30.2892106 ], [ 120.0807675, 30.2888986 ], [ 120.0807967, 30.2882732 ], [ 120.0807958, 30.2875371 ], [ 120.0807962, 30.287191 ], [ 120.0808026, 30.2868806 ], [ 120.0808275, 30.2864831 ], [ 120.080859, 30.2862205 ], [ 120.0809133, 30.2858775 ], [ 120.0810026, 30.2853974 ], [ 120.0811269, 30.2849073 ], [ 120.0812165, 30.2846279 ], [ 120.0813248, 30.2843244 ], [ 120.0814199, 30.2840964 ], [ 120.0816829, 30.2835077 ], [ 120.0822229, 30.2821426 ], [ 120.0824203, 30.2816195 ], [ 120.0825668, 30.2812399 ], [ 120.0826851, 30.2809238 ], [ 120.0830817, 30.2798864 ], [ 120.0833139, 30.2793217 ], [ 120.0835602, 30.2786989 ], [ 120.0837076, 30.2783645 ], [ 120.0838904, 30.2779966 ], [ 120.0841101, 30.2775512 ], [ 120.0846919, 30.2763944 ], [ 120.0848361, 30.2761084 ], [ 120.0849734, 30.2758244 ], [ 120.0850883, 30.2755775 ], [ 120.085191, 30.2753141 ], [ 120.0853133, 30.2749729 ], [ 120.0854071, 30.2746862 ], [ 120.0854845, 30.2744185 ], [ 120.0855476, 30.2741614 ], [ 120.0856006, 30.273881 ], [ 120.0856575, 30.2735162 ], [ 120.0856864, 30.2732444 ], [ 120.0856867, 30.2732416 ], [ 120.0858923, 30.2713393 ], [ 120.0861643, 30.2689525 ], [ 120.0862201, 30.2683448 ], [ 120.0862352, 30.2677231 ], [ 120.086242, 30.2671702 ], [ 120.086254, 30.2666483 ], [ 120.0862781, 30.2661351 ], [ 120.0863833, 30.2652827 ], [ 120.0864289, 30.2649695 ], [ 120.0865, 30.2646391 ], [ 120.0865604, 30.2644385 ], [ 120.0867027, 30.2640404 ], [ 120.0873428, 30.2622827 ], [ 120.0874985, 30.2619076 ], [ 120.0876071, 30.2616526 ], [ 120.0877157, 30.2613651 ], [ 120.0877797, 30.2611337 ], [ 120.0878223, 30.2609625 ], [ 120.0878806, 30.2606524 ], [ 120.0879277, 30.2603447 ], [ 120.0879775, 30.2600995 ], [ 120.0880543, 30.2598128 ], [ 120.0882112, 30.2593802 ], [ 120.0883472, 30.2590809 ], [ 120.0884575, 30.2588564 ], [ 120.0885598, 30.2586736 ], [ 120.0887783, 30.2583111 ], [ 120.0890224, 30.2579251 ], [ 120.0892106, 30.2575805 ], [ 120.0893479, 30.2572799 ], [ 120.0895868, 30.2567477 ], [ 120.0898445, 30.256116 ], [ 120.0899289, 30.2558896 ], [ 120.0900783, 30.2554568 ], [ 120.0901952, 30.2550555 ], [ 120.0902715, 30.2546876 ], [ 120.0903274, 30.2543233 ], [ 120.090358, 30.2539459 ], [ 120.0903602, 30.2536072 ], [ 120.0903266, 30.2532779 ], [ 120.0902581, 30.2528771 ], [ 120.0901471, 30.2524321 ], [ 120.089974, 30.2519494 ], [ 120.0897829, 30.2515331 ], [ 120.0895057, 30.2511052 ], [ 120.0891306, 30.2506341 ], [ 120.0886553, 30.2501047 ], [ 120.088155, 30.2495837 ], [ 120.0811939, 30.2426069 ], [ 120.0762475, 30.2378074 ], [ 120.0756741, 30.23723 ], [ 120.0751679, 30.2366355 ], [ 120.0748087, 30.2361854 ], [ 120.0745132, 30.2357353 ], [ 120.0741141, 30.2351014 ], [ 120.0737151, 30.2343697 ], [ 120.0732618, 30.2335963 ], [ 120.0705597, 30.2286659 ], [ 120.0702144, 30.2278592 ], [ 120.0699503, 30.2270525 ], [ 120.0697025, 30.2261921 ], [ 120.0695686, 30.2253177 ], [ 120.0695428, 30.2245169 ], [ 120.0697241, 30.2182707 ], [ 120.0709445, 30.2115737 ], [ 120.0710066, 30.2111268 ], [ 120.0710419, 30.210819 ], [ 120.0711144, 30.2101482 ], [ 120.0711759, 30.2092047 ], [ 120.0713067, 30.204489 ], [ 120.0715712, 30.1973775 ], [ 120.0715881, 30.1968935 ], [ 120.0718926, 30.1921299 ], [ 120.0719876, 30.1911968 ], [ 120.0721442, 30.1903276 ], [ 120.0723401, 30.1895184 ], [ 120.0726468, 30.1886665 ], [ 120.0730304, 30.1878236 ], [ 120.0734941, 30.1869753 ], [ 120.0739477, 30.1862769 ], [ 120.0744629, 30.1855625 ], [ 120.0752141, 30.1846022 ], [ 120.0781629, 30.1811523 ], [ 120.0784792, 30.1808309 ], [ 120.0788048, 30.1805257 ], [ 120.0791547, 30.1802198 ], [ 120.079514, 30.1799542 ], [ 120.0799871, 30.1796386 ], [ 120.0804601, 30.1793351 ], [ 120.0808803, 30.179098 ], [ 120.0812911, 30.1788931 ], [ 120.0818491, 30.178627 ], [ 120.0825802, 30.1783198 ], [ 120.0832179, 30.1780691 ], [ 120.0837573, 30.1779242 ], [ 120.0843025, 30.1778033 ], [ 120.0851279, 30.177638 ], [ 120.0912299, 30.1764067 ], [ 120.0919011, 30.1763057 ], [ 120.0925942, 30.1762379 ], [ 120.0931511, 30.1762105 ], [ 120.0936748, 30.1762065 ], [ 120.0942076, 30.1762358 ], [ 120.0947636, 30.1762907 ], [ 120.0952124, 30.1763636 ], [ 120.095672, 30.1764479 ], [ 120.0961254, 30.176552 ], [ 120.0966396, 30.1766823 ], [ 120.0980615, 30.1770738 ], [ 120.0987985, 30.1772797 ], [ 120.0994094, 30.1774286 ], [ 120.0998864, 30.1775326 ], [ 120.1003119, 30.1775856 ], [ 120.1007134, 30.1776209 ], [ 120.1009972, 30.1776157 ], [ 120.101318, 30.1775971 ], [ 120.1015592, 30.1775607 ], [ 120.1019209, 30.1774779 ], [ 120.1022023, 30.1773958 ], [ 120.1024806, 30.1772923 ], [ 120.1028043, 30.1771265 ], [ 120.1030787, 30.1769197 ], [ 120.1033327, 30.17667 ], [ 120.1034726, 30.1764757 ], [ 120.1036653, 30.1760927 ], [ 120.1038112, 30.1757663 ], [ 120.1040213, 30.1752364 ], [ 120.1042251, 30.1746971 ], [ 120.1046104, 30.1736262 ], [ 120.1048243, 30.1730916 ], [ 120.1050315, 30.1726627 ] ], [ [ 120.1051944, 30.1727617 ], [ 120.1051287, 30.1731494 ], [ 120.1049905, 30.1736692 ], [ 120.1045778, 30.174792 ], [ 120.1041665, 30.1757679 ], [ 120.1040008, 30.1760855 ], [ 120.1038646, 30.1763266 ], [ 120.1037179, 30.1765599 ], [ 120.1036444, 30.1766633 ], [ 120.1035568, 30.1767708 ], [ 120.103494514496788, 30.176835249864336 ] ], [ [ 120.103494514496788, 30.176835249864336 ], [ 120.1034532, 30.176878 ], [ 120.1033402, 30.1769872 ], [ 120.103252048370649, 30.177061122076996 ] ], [ [ 120.103252048370649, 30.177061122076996 ], [ 120.1032417, 30.1770698 ], [ 120.1031339, 30.1771523 ], [ 120.1029569, 30.1772661 ], [ 120.1027627, 30.1773715 ], [ 120.1025989, 30.1774455 ], [ 120.1024443, 30.1775075 ], [ 120.1022455, 30.1775789 ], [ 120.1020327, 30.1776423 ], [ 120.1016318, 30.1777308 ], [ 120.1013277, 30.1777721 ], [ 120.1010378, 30.1777889 ], [ 120.1007307, 30.1777914 ], [ 120.1004377, 30.1777877 ], [ 120.1001395, 30.1777685 ], [ 120.0998483, 30.177731 ], [ 120.0995953, 30.1776842 ], [ 120.0993671, 30.1776314 ], [ 120.0988578, 30.1775007 ], [ 120.0960903, 30.176738 ], [ 120.0956521, 30.1766354 ], [ 120.0952165, 30.1765537 ], [ 120.0947476, 30.1764762 ], [ 120.0942927, 30.1764359 ], [ 120.0938485, 30.1764116 ], [ 120.0934466, 30.176404 ], [ 120.0929375, 30.1764197 ], [ 120.0924046, 30.1764458 ], [ 120.0918444, 30.1765092 ], [ 120.0914838, 30.1765688 ], [ 120.0910481, 30.1766561 ], [ 120.0852006, 30.1779003 ], [ 120.0844969, 30.1780368 ], [ 120.083901, 30.1781869 ], [ 120.083333, 30.1783604 ], [ 120.0828951, 30.1785115 ], [ 120.0823536, 30.1787243 ], [ 120.0817631, 30.1789988 ], [ 120.0812758, 30.1792888 ], [ 120.0807022, 30.1796527 ], [ 120.0800068, 30.1801036 ], [ 120.0793862, 30.1805546 ], [ 120.0790562, 30.1808285 ], [ 120.0785843, 30.1813023 ], [ 120.0756354, 30.1847497 ], [ 120.0750927, 30.1854259 ], [ 120.0746301, 30.1860542 ], [ 120.0742771, 30.1865865 ], [ 120.0739117, 30.1871667 ], [ 120.0735349, 30.1878232 ], [ 120.0732016, 30.1885057 ], [ 120.0729485, 30.1891349 ], [ 120.0727164, 30.1898049 ], [ 120.0725213, 30.1905547 ], [ 120.0723692, 30.1914377 ], [ 120.0722698, 30.1924816 ], [ 120.0718986, 30.1968372 ], [ 120.071854, 30.1973863 ], [ 120.0715622, 30.2041242 ], [ 120.0714292, 30.2093433 ], [ 120.071372, 30.2102579 ], [ 120.0712962, 30.2109464 ], [ 120.0712155, 30.211529 ], [ 120.0710974, 30.2122085 ], [ 120.0702817, 30.2167138 ], [ 120.0701685, 30.2173314 ], [ 120.070046, 30.2180459 ], [ 120.0699784, 30.2189018 ], [ 120.0699553, 30.2193949 ], [ 120.0699279, 30.2204145 ], [ 120.0698352, 30.2245655 ], [ 120.0698717, 30.2253493 ], [ 120.0700247, 30.2262022 ], [ 120.0702719, 30.226962 ], [ 120.0705412, 30.2277174 ], [ 120.0709243, 30.228543 ], [ 120.0736702, 30.2334059 ], [ 120.0740737, 30.2341377 ], [ 120.0743154, 30.2345625 ], [ 120.074576, 30.2350059 ], [ 120.074759, 30.2353178 ], [ 120.0749793, 30.2356539 ], [ 120.0751815, 30.2359552 ], [ 120.0754491, 30.2363129 ], [ 120.0756925, 30.2366012 ], [ 120.0759733, 30.2369056 ], [ 120.0763156, 30.2372463 ], [ 120.0766999, 30.2376194 ], [ 120.0815378, 30.2423642 ], [ 120.0883508, 30.2492484 ], [ 120.0888426, 30.2497757 ], [ 120.0891213, 30.25007 ], [ 120.0895098, 30.2505368 ], [ 120.0898716, 30.2510268 ], [ 120.0901123, 30.2514507 ], [ 120.0903481, 30.2519871 ], [ 120.090488, 30.2524323 ], [ 120.090592, 30.2529071 ], [ 120.0906591, 30.2533507 ], [ 120.0906726, 30.2537018 ], [ 120.0906754, 30.2539815 ], [ 120.0906409, 30.2543499 ], [ 120.0905843, 30.2547008 ], [ 120.0905155, 30.2549878 ], [ 120.0904177, 30.2553329 ], [ 120.0903013, 30.2557184 ], [ 120.090122, 30.2562785 ], [ 120.0898059, 30.2569826 ], [ 120.0894984, 30.2575861 ], [ 120.0892913, 30.2580505 ], [ 120.089138, 30.2584285 ], [ 120.0889968, 30.2588167 ], [ 120.08886, 30.2592427 ], [ 120.0887499, 30.2596717 ], [ 120.0886937, 30.2598793 ], [ 120.0886305, 30.2601052 ], [ 120.0885153, 30.2604279 ], [ 120.0883909, 30.2607345 ], [ 120.0882069, 30.2611243 ], [ 120.0879835, 30.2615419 ], [ 120.0877387, 30.2620287 ], [ 120.0876464, 30.2622508 ], [ 120.0875546, 30.2625245 ], [ 120.0874688, 30.2627967 ], [ 120.0873953, 30.2630635 ], [ 120.0872707, 30.2637503 ], [ 120.0872096, 30.2641093 ], [ 120.0871585, 30.2643929 ], [ 120.0870939, 30.2648026 ], [ 120.087043, 30.2651261 ], [ 120.0869868, 30.2654589 ], [ 120.0869262, 30.2658022 ], [ 120.0868616, 30.2661315 ], [ 120.0867889, 30.2664626 ], [ 120.0867161, 30.2667901 ], [ 120.0866265, 30.2671348 ], [ 120.0865381, 30.2674688 ], [ 120.0864755, 30.267762 ], [ 120.0863888, 30.268197 ], [ 120.0863436, 30.2685098 ], [ 120.08629, 30.2689481 ], [ 120.0860224, 30.2713522 ], [ 120.0858377, 30.2732508 ], [ 120.0857973, 30.2735056 ], [ 120.0857132, 30.2739532 ], [ 120.085638, 30.2743191 ], [ 120.0855275, 30.274705 ], [ 120.0854355, 30.2749839 ], [ 120.0853107, 30.2753355 ], [ 120.0852071, 30.275599 ], [ 120.0851098, 30.2758114 ], [ 120.0850172, 30.2759935 ], [ 120.0847941, 30.2764353 ], [ 120.0844195, 30.277185 ], [ 120.0840543, 30.2779206 ], [ 120.083839, 30.2783592 ], [ 120.0836866, 30.2787213 ], [ 120.0833698, 30.2795118 ], [ 120.0832077, 30.2798872 ], [ 120.0825747, 30.2815611 ], [ 120.0823636, 30.2821137 ], [ 120.0821268, 30.2827128 ], [ 120.0818079, 30.2835118 ], [ 120.0815852, 30.283989 ], [ 120.0814956, 30.2841978 ], [ 120.0814013, 30.2844251 ], [ 120.0812852, 30.2847573 ], [ 120.0812063, 30.2850249 ], [ 120.0811181, 30.2853745 ], [ 120.0810758, 30.285572 ], [ 120.0810426, 30.2857322 ], [ 120.0809855, 30.2860843 ], [ 120.0809472, 30.2864 ], [ 120.0809204, 30.2867062 ], [ 120.0809119, 30.2869306 ], [ 120.0809049, 30.2872022 ], [ 120.0809072, 30.2878549 ], [ 120.0808952, 30.2883181 ], [ 120.0808818, 30.2886562 ], [ 120.0808672, 30.2888776 ], [ 120.0808484, 30.2890884 ], [ 120.0808234, 30.2892686 ], [ 120.080805, 30.2893829 ], [ 120.0807849, 30.2895072 ], [ 120.0807358, 30.2897545 ], [ 120.0806669, 30.2900917 ], [ 120.0805468, 30.2905658 ], [ 120.0803122, 30.2913503 ], [ 120.0801334, 30.2919837 ], [ 120.0799439, 30.2925748 ], [ 120.0798477, 30.2928835 ], [ 120.0796601, 30.2934804 ], [ 120.0791774, 30.2947455 ], [ 120.0784569, 30.2966685 ], [ 120.078017, 30.2977523 ], [ 120.077755, 30.2984497 ], [ 120.0775416, 30.2989803 ], [ 120.0773626, 30.2995216 ], [ 120.0772902, 30.2997897 ], [ 120.077221, 30.3000871 ], [ 120.0771773, 30.3003336 ], [ 120.0771398, 30.300612 ], [ 120.0770049, 30.3016975 ], [ 120.0768263, 30.3035328 ], [ 120.0767728, 30.3040963 ], [ 120.0767335, 30.3045437 ], [ 120.076689, 30.3048433 ], [ 120.0766165, 30.3052449 ], [ 120.0762796, 30.307169 ], [ 120.0758284, 30.3094606 ], [ 120.0754116, 30.3115697 ], [ 120.0751776, 30.3126097 ], [ 120.075080673970476, 30.31293684620293 ] ], [ [ 120.075080673970476, 30.31293684620293 ], [ 120.0747709, 30.3139824 ], [ 120.0745329, 30.3147538 ], [ 120.074421, 30.3151151 ], [ 120.0743278, 30.3154015 ], [ 120.0741783, 30.3158343 ], [ 120.0740489, 30.3162303 ], [ 120.0737229, 30.3172792 ], [ 120.0734391, 30.3181865 ] ], [ [ 120.3309999, 30.1878807 ], [ 120.3309056, 30.1874735 ], [ 120.3308955, 30.1871093 ], [ 120.3308146, 30.1852096 ], [ 120.3308584, 30.184455 ], [ 120.3308281, 30.1841581 ], [ 120.3307643, 30.1838158 ], [ 120.330657, 30.1833455 ], [ 120.3305904, 30.1828542 ] ], [ [ 120.3310867, 30.1842977 ], [ 120.3312828, 30.1851694 ], [ 120.3313237, 30.1862889 ], [ 120.331362, 30.1871103 ], [ 120.3313952, 30.1874768 ], [ 120.3313776, 30.1878589 ] ], [ [ 120.4055613, 30.2557306 ], [ 120.404655, 30.2561443 ], [ 120.4036552, 30.2565848 ], [ 120.4032776, 30.2567373 ], [ 120.4027851, 30.2569361 ], [ 120.4026146, 30.256988 ], [ 120.4021425, 30.2571316 ], [ 120.4015802, 30.2572565 ], [ 120.4010048, 30.25732 ], [ 120.400397, 30.2573467 ], [ 120.3997809, 30.2573146 ], [ 120.3989656, 30.2571876 ], [ 120.398279, 30.2570022 ], [ 120.3981742, 30.2569609 ], [ 120.3967738, 30.2563759 ], [ 120.3947107, 30.2554789 ], [ 120.3933392, 30.2548602 ], [ 120.3928429, 30.2546432 ], [ 120.392282, 30.2543803 ], [ 120.3909838, 30.2538057 ], [ 120.3874107, 30.2523388 ], [ 120.3868578, 30.2521164 ], [ 120.3855929, 30.2516075 ], [ 120.3841056, 30.2510374 ], [ 120.3825441, 30.2504445 ], [ 120.3806718, 30.2497333 ], [ 120.3799005, 30.2494472 ], [ 120.3747185, 30.2474379 ], [ 120.3722508, 30.2465111 ], [ 120.3697617, 30.2456399 ], [ 120.3689884, 30.2454436 ], [ 120.3680957, 30.2452169 ], [ 120.3675753, 30.2450848 ], [ 120.3661148, 30.2447844 ], [ 120.3650253, 30.2445624 ], [ 120.3639714, 30.2443501 ], [ 120.3593152, 30.2434621 ], [ 120.3558244, 30.2427816 ], [ 120.3533779, 30.2423065 ], [ 120.35266, 30.2421549 ], [ 120.3520889, 30.242012 ], [ 120.3515179, 30.2418193 ], [ 120.3506981, 30.241502 ], [ 120.3500752, 30.2412095 ], [ 120.3494583, 30.2408881 ], [ 120.3488895, 30.2405419 ], [ 120.3481302, 30.2400156 ], [ 120.3476926, 30.2396641 ] ], [ [ 120.2871085, 30.2309591 ], [ 120.2870417, 30.2324248 ], [ 120.2870357, 30.2326381 ], [ 120.2870362, 30.2326495 ], [ 120.2870382, 30.2330881 ], [ 120.2870397, 30.2331597 ], [ 120.287092, 30.2337395 ], [ 120.2871865, 30.2348896 ], [ 120.2872885, 30.2359116 ], [ 120.2873779, 30.2365087 ], [ 120.2874674, 30.2371233 ], [ 120.2874936, 30.237492 ] ], [ [ 120.2872008, 30.2375996 ], [ 120.2871951, 30.2372721 ], [ 120.2870894, 30.2363734 ], [ 120.2869227, 30.2350727 ], [ 120.2867673, 30.2335675 ], [ 120.2867436, 30.2333545 ], [ 120.2867431, 30.2333318 ], [ 120.2867243, 30.2329059 ], [ 120.2867235, 30.232888 ], [ 120.2867953, 30.2310312 ] ], [ [ 120.2391389, 30.3503669 ], [ 120.2390253, 30.3506581 ], [ 120.238988, 30.3509443 ], [ 120.2390253, 30.351182 ], [ 120.239114, 30.3513876 ], [ 120.2392588, 30.351585 ], [ 120.2408527, 30.3534918 ], [ 120.2417298, 30.3544925 ], [ 120.2423358, 30.3551838 ], [ 120.242559, 30.3554493 ], [ 120.242951, 30.355884 ], [ 120.2432363, 30.3562411 ], [ 120.2441715, 30.3573282 ], [ 120.244788, 30.3581076 ], [ 120.2449568, 30.3583556 ], [ 120.2450777, 30.358552 ], [ 120.2454961, 30.3593574 ], [ 120.2456793, 30.3597721 ], [ 120.2458477, 30.3600879 ], [ 120.246016, 30.3603416 ], [ 120.2464016, 30.3609104 ], [ 120.2469565, 30.3615505 ], [ 120.2476105, 30.36227 ], [ 120.2490864, 30.3639008 ], [ 120.2496904, 30.3645847 ], [ 120.2502977, 30.365233 ], [ 120.2511609, 30.3661043 ], [ 120.2519471, 30.3668464 ], [ 120.2534081, 30.3680638 ], [ 120.2549709, 30.3693631 ], [ 120.2556868, 30.3700387 ], [ 120.2568398, 30.3712543 ], [ 120.2588338, 30.3733317 ], [ 120.2603384, 30.3749145 ], [ 120.2615686, 30.3762414 ], [ 120.2619885, 30.3766942 ], [ 120.2626001, 30.3773597 ], [ 120.2629209, 30.3777218 ], [ 120.2632464, 30.3781527 ], [ 120.2637457, 30.3788 ], [ 120.2642725, 30.379578 ], [ 120.2647086, 30.3802636 ], [ 120.2664071, 30.3833303 ], [ 120.2666313, 30.3837401 ], [ 120.2678788, 30.3860211 ], [ 120.2682253, 30.3866048 ], [ 120.2687611, 30.3874132 ], [ 120.2694337, 30.3883205 ], [ 120.2702379, 30.3892956 ], [ 120.2706159, 30.3897413 ], [ 120.2723186, 30.3917517 ], [ 120.274472, 30.3942643 ], [ 120.2750343, 30.3949895 ], [ 120.2759051, 30.3958613 ], [ 120.2771146, 30.3969408 ], [ 120.2774982, 30.3972665 ], [ 120.2779361, 30.3975977 ], [ 120.2785468, 30.3980336 ], [ 120.2813121, 30.3999052 ], [ 120.2820481, 30.4002715 ] ], [ [ 120.0640196, 30.3084771 ], [ 120.065296, 30.3089202 ], [ 120.0661232, 30.3092665 ], [ 120.0670303, 30.3096494 ], [ 120.0675803, 30.3098722 ], [ 120.0681436, 30.3101045 ], [ 120.0683288, 30.3101858 ], [ 120.0696221, 30.3107576 ], [ 120.06994, 30.3109017 ], [ 120.0707378, 30.3112634 ], [ 120.0734214, 30.3123992 ], [ 120.0735086, 30.3124178 ], [ 120.0739749, 30.3126039 ], [ 120.0744823, 30.3127819 ], [ 120.0748008, 30.3128613 ], [ 120.074944312080135, 30.312900038124557 ] ], [ [ 120.074944312080135, 30.312900038124557 ], [ 120.075080673970476, 30.31293684620293 ] ], [ [ 120.075080673970476, 30.31293684620293 ], [ 120.0751972, 30.3129683 ], [ 120.075452, 30.3130569 ], [ 120.0758095, 30.3132035 ], [ 120.0776959, 30.3140682 ], [ 120.0785074, 30.3144402 ], [ 120.0788562, 30.3146096 ], [ 120.0793421, 30.3148271 ], [ 120.0799397, 30.3151009 ] ], [ [ 119.9167346, 30.2841708 ], [ 119.9168793, 30.2841929 ], [ 119.918819, 30.2845542 ], [ 119.9199659, 30.2848036 ], [ 119.9204854, 30.2849265 ], [ 119.9226853, 30.2854702 ], [ 119.9227604, 30.2854888 ], [ 119.9233369, 30.2856309 ], [ 119.9259162, 30.2862725 ], [ 119.9283139, 30.2868983 ], [ 119.9287063, 30.28696 ], [ 119.9298577, 30.2872259 ], [ 119.9315036, 30.2876375 ], [ 119.9317979, 30.2877093 ], [ 119.9327471, 30.2879462 ], [ 119.9341415, 30.2883223 ], [ 119.9343205, 30.2883854 ] ], [ [ 119.9342756, 30.288503 ], [ 119.9341022, 30.2884992 ], [ 119.9326559, 30.2882328 ], [ 119.9314395, 30.2879029 ], [ 119.931247, 30.2878545 ], [ 119.9297283, 30.2874706 ], [ 119.9285697, 30.2871117 ], [ 119.9281721, 30.2869562 ], [ 119.9274296, 30.2867861 ], [ 119.9258565, 30.2863973 ], [ 119.9232733, 30.2857403 ], [ 119.9228036, 30.2856008 ], [ 119.9227146, 30.2855743 ], [ 119.9204684, 30.2850227 ], [ 119.9199123, 30.284884 ], [ 119.9189446, 30.2846759 ], [ 119.9168679, 30.2842918 ], [ 119.916635, 30.2842581 ] ], [ [ 120.090605, 30.4434874 ], [ 120.091174, 30.443684 ], [ 120.092896, 30.4443266 ], [ 120.0944267, 30.4449152 ], [ 120.0954832, 30.4452938 ], [ 120.0979814, 30.446193 ], [ 120.0989611, 30.4465424 ], [ 120.0993076, 30.4466731 ], [ 120.1004411, 30.4470401 ], [ 120.1010778, 30.4472821 ], [ 120.102353, 30.447737 ] ], [ [ 120.1022996, 30.4478316 ], [ 120.1021583, 30.4477799 ], [ 120.1010317, 30.4473695 ], [ 120.1003973, 30.44714 ], [ 120.0993572, 30.4467705 ], [ 120.0987056, 30.4465467 ], [ 120.0977803, 30.446229 ], [ 120.0955763, 30.4454247 ], [ 120.0954807, 30.4453964 ], [ 120.0943939, 30.4449966 ], [ 120.0929012, 30.4444293 ], [ 120.0920356, 30.4440905 ], [ 120.0917548, 30.4439806 ], [ 120.0907087, 30.4436232 ], [ 120.0905905, 30.4435828 ], [ 120.0905382, 30.4435649 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "motorway" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.1076676, 30.1442651 ], [ 120.107359, 30.144842 ], [ 120.1072927, 30.1450467 ], [ 120.1072542, 30.1452142 ], [ 120.107213, 30.1454383 ], [ 120.1071841, 30.1456304 ], [ 120.1071235, 30.146277 ], [ 120.107016, 30.1475257 ], [ 120.106851, 30.1488809 ], [ 120.1067044, 30.1501908 ], [ 120.1066739, 30.1506573 ], [ 120.1066703, 30.1511064 ], [ 120.1066912, 30.1514014 ], [ 120.1067202, 30.1516754 ], [ 120.1067903, 30.1520763 ], [ 120.106872, 30.1524131 ], [ 120.10697, 30.1527289 ], [ 120.1071097, 30.1530918 ], [ 120.1072656, 30.1534442 ], [ 120.107376, 30.1536663 ], [ 120.1074946, 30.1538814 ], [ 120.1076371, 30.1541244 ], [ 120.1077797, 30.1543393 ], [ 120.1079657, 30.1545948 ], [ 120.1081517, 30.1548221 ], [ 120.1084004, 30.1551011 ], [ 120.108641, 30.155345 ], [ 120.1089207, 30.1556027 ], [ 120.1091842, 30.1558252 ], [ 120.1098077, 30.1562649 ], [ 120.110423, 30.1566177 ], [ 120.111045, 30.1569212 ], [ 120.1121004, 30.1573836 ], [ 120.1131946, 30.157854 ], [ 120.1147018, 30.1584918 ] ], [ [ 120.1146262, 30.1586195 ], [ 120.113843, 30.1582417 ], [ 120.1109823, 30.157001 ], [ 120.1101783, 30.1566016 ], [ 120.1098115, 30.1563824 ], [ 120.1094312, 30.1561285 ], [ 120.1089331, 30.155756 ], [ 120.1085666, 30.1554192 ], [ 120.1083197, 30.1551692 ], [ 120.1080848, 30.1549098 ], [ 120.1078743, 30.1546575 ], [ 120.1076783, 30.1543981 ], [ 120.1074741, 30.1540825 ], [ 120.1073323, 30.1538221 ], [ 120.1071742, 30.153516 ], [ 120.1070539, 30.1532675 ], [ 120.1069498, 30.153012 ], [ 120.1068467, 30.1527454 ], [ 120.1067761, 30.1525139 ], [ 120.1066985, 30.1522032 ], [ 120.1066372, 30.1518715 ], [ 120.1065884, 30.1515033 ], [ 120.1065664, 30.1510945 ], [ 120.1065591, 30.150688 ], [ 120.1065919, 30.150183 ], [ 120.1067384, 30.148874 ], [ 120.1070098, 30.1462327 ], [ 120.1071457, 30.1448826 ], [ 120.1071625, 30.1446077 ] ], [ [ 120.3714988, 30.3252486 ], [ 120.371963, 30.325228 ], [ 120.3722398, 30.3252191 ], [ 120.3724113, 30.3252399 ], [ 120.3726532, 30.3253012 ], [ 120.3729239, 30.3253679 ], [ 120.3732357, 30.3254511 ], [ 120.3735104, 30.3255118 ], [ 120.3744019, 30.3256582 ], [ 120.3751241, 30.3258201 ], [ 120.3764137, 30.3260997 ], [ 120.3772634, 30.3262448 ], [ 120.3776648, 30.3262932 ], [ 120.3779362, 30.3263196 ], [ 120.3785035, 30.3263458 ], [ 120.3790219, 30.3263439 ], [ 120.3797279, 30.3263156 ], [ 120.380133, 30.3263048 ], [ 120.3811107, 30.3262501 ], [ 120.3821737, 30.3261638 ], [ 120.384594, 30.3259777 ], [ 120.3873923, 30.325753 ], [ 120.389364, 30.3255974 ], [ 120.3901825, 30.3255184 ], [ 120.3909604, 30.3254709 ], [ 120.3921242, 30.3253575 ] ], [ [ 120.3917025, 30.3255444 ], [ 120.3909604, 30.3256009 ], [ 120.3892097, 30.3257343 ], [ 120.3861304, 30.3259915 ], [ 120.3836022, 30.3261922 ], [ 120.3810865, 30.3263801 ], [ 120.3793496, 30.3265015 ], [ 120.3787271, 30.3265091 ], [ 120.3780113, 30.3264925 ], [ 120.3776323, 30.3264598 ], [ 120.3770761, 30.3263847 ], [ 120.3756284, 30.3261082 ], [ 120.3751211, 30.3259789 ], [ 120.3743597, 30.3258109 ], [ 120.3736773, 30.3256924 ], [ 120.3733616, 30.325664 ], [ 120.3729949, 30.3256488 ], [ 120.3729216, 30.3256491 ], [ 120.3725585, 30.3256693 ], [ 120.3721164, 30.3257056 ], [ 120.3715462, 30.3257563 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "primary" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.0751094, 30.1486776 ], [ 120.0750595, 30.1483109 ] ], [ [ 120.0755518, 30.1516648 ], [ 120.0754494, 30.1511532 ], [ 120.0753601, 30.150652 ], [ 120.0753246, 30.150314 ], [ 120.0752924, 30.1500077 ], [ 120.0751988, 30.1494379 ], [ 120.0751335, 30.1490128 ], [ 120.0751094, 30.1486776 ] ], [ [ 120.0752488, 30.1486756 ], [ 120.075254, 30.1487671 ], [ 120.0752643, 30.1489332 ], [ 120.0753241, 30.1492026 ], [ 120.0753947, 30.1497892 ], [ 120.0754458, 30.1502131 ], [ 120.0755646, 30.15087 ], [ 120.0757269, 30.1516869 ] ], [ [ 120.0759388, 30.1534767 ], [ 120.0757231, 30.1525185 ], [ 120.0756786, 30.1523209 ], [ 120.0755518, 30.1516648 ] ], [ [ 120.0757269, 30.1516869 ], [ 120.0758357, 30.1522731 ], [ 120.0760969, 30.1534615 ] ], [ [ 120.0764437, 30.1557476 ], [ 120.0763997, 30.15555 ], [ 120.0762736, 30.1549408 ], [ 120.0761478, 30.1543595 ], [ 120.0759388, 30.1534767 ] ], [ [ 120.0760969, 30.1534615 ], [ 120.0761418, 30.1536525 ], [ 120.0763172, 30.1544255 ], [ 120.0763452, 30.1545691 ], [ 120.0765108, 30.1554186 ], [ 120.0765628, 30.1557639 ] ], [ [ 120.07666, 30.1616396 ], [ 120.0766136, 30.160301 ], [ 120.0766108, 30.1601976 ], [ 120.0765882, 30.1593741 ], [ 120.0765811, 30.1590324 ], [ 120.0765431, 30.157652 ], [ 120.0765156, 30.1569386 ], [ 120.076485, 30.15624 ], [ 120.0764437, 30.1557476 ] ], [ [ 120.0450828, 30.1507526 ], [ 120.0444523, 30.1508518 ], [ 120.0441819, 30.1508709 ], [ 120.0429271, 30.1508503 ] ], [ [ 119.9987261, 30.2376921 ], [ 119.9994274, 30.2378377 ], [ 120.0007476, 30.2380601 ], [ 120.0019894, 30.2382296 ], [ 120.0028356, 30.2383309 ] ], [ [ 120.0028356, 30.2383309 ], [ 120.0030837, 30.2383607 ] ], [ [ 120.0030739, 30.2386422 ], [ 120.0028163, 30.2386019 ] ], [ [ 120.0030837, 30.2383607 ], [ 120.0036983, 30.2384281 ], [ 120.0041962, 30.2384695 ], [ 120.0048625, 30.2385248 ], [ 120.0053645, 30.2385665 ], [ 120.0058837, 30.2386096 ], [ 120.0082823, 30.2388089 ], [ 120.0101292, 30.2389396 ] ], [ [ 120.0100894, 30.2392346 ], [ 120.0085538, 30.239109 ], [ 120.0079571, 30.2390609 ], [ 120.0074396, 30.2390193 ], [ 120.0057491, 30.2388831 ], [ 120.0052297, 30.2388413 ], [ 120.0040296, 30.2387446 ], [ 120.0030739, 30.2386422 ] ], [ [ 119.9790782, 30.2348425 ], [ 119.9792062, 30.2348484 ] ], [ [ 119.9865709, 30.2352995 ], [ 119.9877368, 30.2353669 ], [ 119.9879018, 30.2353872 ], [ 119.9886269, 30.2354767 ], [ 119.9888956, 30.2355098 ], [ 119.9903192, 30.2356972 ] ], [ [ 119.9925639, 30.2364995 ], [ 119.9913411, 30.2361929 ], [ 119.990225, 30.2359786 ], [ 119.9888534, 30.235771 ], [ 119.9879289, 30.2356564 ], [ 119.9865792, 30.2355739 ] ], [ [ 119.9792062, 30.2348484 ], [ 119.9796052, 30.2348666 ], [ 119.979858, 30.2348781 ], [ 119.9815466, 30.2349551 ], [ 119.9864361, 30.2352903 ] ], [ [ 119.9864361, 30.2352903 ], [ 119.9865709, 30.2352995 ] ], [ [ 119.9864354, 30.2355648 ], [ 119.985238, 30.2354891 ], [ 119.9846115, 30.2354495 ], [ 119.9828412, 30.2353376 ], [ 119.9815963, 30.2352506 ], [ 119.9803615, 30.2351759 ], [ 119.9792292, 30.2351462 ] ], [ [ 119.9865792, 30.2355739 ], [ 119.9864354, 30.2355648 ] ], [ [ 120.084602059610461, 29.871730929704139 ], [ 120.0850719, 29.8720054 ] ], [ [ 120.0850719, 29.8720054 ], [ 120.0855311, 29.8722767 ] ], [ [ 120.0855311, 29.8722767 ], [ 120.0856457, 29.8723444 ] ], [ [ 120.0856457, 29.8723444 ], [ 120.085873, 29.8724787 ] ], [ [ 120.085873, 29.8724787 ], [ 120.0859532, 29.8725261 ] ], [ [ 120.0859532, 29.8725261 ], [ 120.0866309, 29.8729314 ] ], [ [ 120.0866309, 29.8729314 ], [ 120.0870259, 29.8731975 ] ], [ [ 120.0870259, 29.8731975 ], [ 120.0874266, 29.873548 ] ], [ [ 120.0874266, 29.873548 ], [ 120.0877415, 29.8738642 ] ], [ [ 120.0877415, 29.8738642 ], [ 120.0879016, 29.8740694 ] ], [ [ 120.0879016, 29.8740694 ], [ 120.08806, 29.8742724 ] ], [ [ 120.08806, 29.8742724 ], [ 120.0881415, 29.8743769 ] ], [ [ 120.0881415, 29.8743769 ], [ 120.0882164, 29.8744739 ] ], [ [ 120.0882164, 29.8744739 ], [ 120.0887434, 29.8751557 ] ], [ [ 120.0887434, 29.8751557 ], [ 120.0890894, 29.8757076 ] ], [ [ 120.0890894, 29.8757076 ], [ 120.0895551, 29.8764597 ] ], [ [ 120.0895551, 29.8764597 ], [ 120.0895731, 29.8764888 ] ], [ [ 120.0895731, 29.8764888 ], [ 120.0897068, 29.876638 ] ], [ [ 120.0897068, 29.876638 ], [ 120.0898556, 29.8767606 ] ], [ [ 120.0898556, 29.8767606 ], [ 120.0899188, 29.876796 ] ], [ [ 120.0899188, 29.876796 ], [ 120.0900443, 29.8768663 ] ], [ [ 120.0900443, 29.8768663 ], [ 120.090098, 29.8768904 ] ], [ [ 120.090098, 29.8768904 ], [ 120.0902076, 29.8769234 ] ], [ [ 120.0902076, 29.8769234 ], [ 120.0903612, 29.8769342 ] ], [ [ 120.0903612, 29.8769342 ], [ 120.0909678, 29.8769465 ] ], [ [ 120.0909678, 29.8769465 ], [ 120.0915879, 29.8769745 ] ], [ [ 120.0915879, 29.8769745 ], [ 120.0918616, 29.8770002 ] ], [ [ 120.0918616, 29.8770002 ], [ 120.0919446, 29.877008 ] ], [ [ 120.0919446, 29.877008 ], [ 120.0920221, 29.877025 ] ], [ [ 120.0920221, 29.877025 ], [ 120.092144, 29.8770517 ] ], [ [ 120.1315508, 29.9047881 ], [ 120.1317445, 29.9047922 ] ], [ [ 120.1317445, 29.9047922 ], [ 120.1326976, 29.9048027 ] ], [ [ 120.1326976, 29.9048027 ], [ 120.1332457, 29.9048119 ] ], [ [ 120.1332457, 29.9048119 ], [ 120.1339512, 29.9048237 ] ], [ [ 120.1339512, 29.9048237 ], [ 120.1350986, 29.9048422 ] ], [ [ 120.1350986, 29.9048422 ], [ 120.1356219, 29.9048544 ] ], [ [ 120.1356219, 29.9048544 ], [ 120.1357102, 29.9048565 ] ], [ [ 120.1357102, 29.9048565 ], [ 120.1359725, 29.9048509 ] ], [ [ 120.1359725, 29.9048509 ], [ 120.1360989, 29.9048604 ] ], [ [ 120.1391659, 29.9049155 ], [ 120.1388727, 29.9048834 ] ], [ [ 120.1388727, 29.9048834 ], [ 120.1386372, 29.9048675 ] ], [ [ 120.1386372, 29.9048675 ], [ 120.1381134, 29.9048675 ] ], [ [ 120.1381134, 29.9048675 ], [ 120.1373901, 29.9048563 ] ], [ [ 120.1373901, 29.9048563 ], [ 120.1373117, 29.9048558 ] ], [ [ 120.1373117, 29.9048558 ], [ 120.136817, 29.9048526 ] ], [ [ 120.136817, 29.9048526 ], [ 120.1365441, 29.9048504 ] ], [ [ 120.1365441, 29.9048504 ], [ 120.1362131, 29.9048477 ] ], [ [ 120.1362131, 29.9048477 ], [ 120.1360989, 29.9048604 ] ], [ [ 120.1391659, 29.9049155 ], [ 120.139274, 29.9049306 ] ], [ [ 120.139274, 29.9049306 ], [ 120.1393487, 29.904941 ] ], [ [ 120.1393487, 29.904941 ], [ 120.139536, 29.9049671 ] ], [ [ 120.139536, 29.9049671 ], [ 120.1398365, 29.9050508 ] ], [ [ 120.1398365, 29.9050508 ], [ 120.1400103, 29.9051029 ] ], [ [ 120.1400103, 29.9051029 ], [ 120.140255, 29.9051997 ] ], [ [ 120.140255, 29.9051997 ], [ 120.1404353, 29.9052797 ] ], [ [ 120.1404353, 29.9052797 ], [ 120.1406993, 29.9054267 ] ], [ [ 120.1406993, 29.9054267 ], [ 120.1409225, 29.9055811 ] ], [ [ 120.1409225, 29.9055811 ], [ 120.1411093, 29.9057281 ] ], [ [ 120.1411093, 29.9057281 ], [ 120.1413368, 29.9059458 ] ], [ [ 120.1413368, 29.9059458 ], [ 120.1415257, 29.9061504 ] ], [ [ 120.1415257, 29.9061504 ], [ 120.1417682, 29.9064556 ] ], [ [ 120.1417682, 29.9064556 ], [ 120.1420644, 29.9068835 ] ], [ [ 120.1420644, 29.9068835 ], [ 120.1424529, 29.90741 ] ], [ [ 120.1424529, 29.90741 ], [ 120.1426933, 29.9077766 ] ], [ [ 120.1426933, 29.9077766 ], [ 120.142938, 29.9081449 ] ], [ [ 120.142938, 29.9081449 ], [ 120.1432428, 29.9085431 ] ], [ [ 120.1432428, 29.9085431 ], [ 120.1435883, 29.9089729 ] ], [ [ 120.1435883, 29.9089729 ], [ 120.1437901, 29.9091887 ] ], [ [ 120.1437901, 29.9091887 ], [ 120.1439468, 29.9093468 ] ], [ [ 120.1439468, 29.9093468 ], [ 120.1442516, 29.9096296 ] ], [ [ 120.1442516, 29.9096296 ], [ 120.1445134, 29.9098678 ] ], [ [ 120.1445134, 29.9098678 ], [ 120.1448654, 29.9101413 ] ], [ [ 120.1448654, 29.9101413 ], [ 120.1452775, 29.9104222 ] ], [ [ 120.1452775, 29.9104222 ], [ 120.1456853, 29.9106715 ] ], [ [ 120.1456853, 29.9106715 ], [ 120.1461361, 29.9109171 ] ], [ [ 120.1461361, 29.9109171 ], [ 120.1465224, 29.9110976 ] ], [ [ 120.1465224, 29.9110976 ], [ 120.1470118, 29.9112836 ] ], [ [ 120.1470118, 29.9112836 ], [ 120.1475313, 29.9114765 ] ], [ [ 120.1475313, 29.9114765 ], [ 120.148347, 29.9117407 ] ], [ [ 120.148347, 29.9117407 ], [ 120.1485235, 29.9117899 ] ], [ [ 120.1489749, 29.9115914 ], [ 120.1487739, 29.9117164 ] ], [ [ 120.1487739, 29.9117164 ], [ 120.1485235, 29.9117899 ] ], [ [ 120.148762, 29.9121916 ], [ 120.1486403, 29.9119795 ] ], [ [ 120.1486403, 29.9119795 ], [ 120.1485235, 29.9117899 ] ], [ [ 120.1486288, 29.9129068 ], [ 120.1486338, 29.9137627 ] ], [ [ 120.1486338, 29.9137627 ], [ 120.1486357, 29.9140884 ] ], [ [ 120.1486357, 29.9140884 ], [ 120.1486635, 29.9151336 ] ], [ [ 120.1486635, 29.9151336 ], [ 120.1487021, 29.9165819 ] ], [ [ 120.1487021, 29.9165819 ], [ 120.1487311, 29.9171159 ] ], [ [ 120.1487311, 29.9171159 ], [ 120.1488382, 29.9176575 ] ], [ [ 120.1488382, 29.9176575 ], [ 120.148973, 29.9186947 ] ], [ [ 120.148973, 29.9186947 ], [ 120.1490658, 29.9191308 ] ], [ [ 120.1490658, 29.9191308 ], [ 120.1491721, 29.9197151 ] ], [ [ 120.1491818, 29.9197688 ], [ 120.1491721, 29.9197151 ] ], [ [ 120.1515037, 29.92695 ], [ 120.1515848, 29.9271329 ] ], [ [ 120.1515848, 29.9271329 ], [ 120.1517278, 29.9274552 ] ], [ [ 120.1517278, 29.9274552 ], [ 120.1518897, 29.9278202 ] ], [ [ 120.1518897, 29.9278202 ], [ 120.1520181, 29.9281098 ] ], [ [ 120.1520181, 29.9281098 ], [ 120.1523226, 29.9287962 ] ], [ [ 120.1523226, 29.9287962 ], [ 120.1529929, 29.9303072 ] ], [ [ 120.1529929, 29.9303072 ], [ 120.1530707, 29.9304826 ] ], [ [ 120.1530707, 29.9304826 ], [ 120.1531057, 29.9305616 ] ], [ [ 120.1531057, 29.9305616 ], [ 120.1531896, 29.9307507 ] ], [ [ 120.159613, 29.938501 ], [ 120.1586984, 29.9381484 ] ], [ [ 120.1586984, 29.9381484 ], [ 120.1577822, 29.9374489 ] ], [ [ 120.1577822, 29.9374489 ], [ 120.1574303, 29.9370332 ] ], [ [ 120.1574303, 29.9370332 ], [ 120.1566318, 29.9360901 ] ], [ [ 120.1566318, 29.9360901 ], [ 120.156171, 29.9355458 ] ], [ [ 120.156171, 29.9355458 ], [ 120.1547331, 29.9337797 ] ], [ [ 120.1547331, 29.9337797 ], [ 120.1541094, 29.9326657 ] ], [ [ 120.1541094, 29.9326657 ], [ 120.1540618, 29.9325665 ] ], [ [ 120.1540618, 29.9325665 ], [ 120.1531896, 29.9307507 ] ], [ [ 120.159613, 29.938501 ], [ 120.1600885, 29.9386402 ], [ 120.1603675, 29.9387239 ], [ 120.1618105, 29.9392841 ], [ 120.1627079, 29.9396117 ] ], [ [ 120.1626437, 29.9396882 ], [ 120.1620381, 29.9394498 ], [ 120.1608413, 29.9389787 ], [ 120.1603339, 29.938779 ], [ 120.1598015, 29.9386077 ], [ 120.159613, 29.938501 ] ], [ [ 120.1515037, 29.92695 ], [ 120.1512105, 29.926289 ] ], [ [ 120.1512105, 29.926289 ], [ 120.1506412, 29.9250056 ] ], [ [ 120.1506412, 29.9250056 ], [ 120.1500833, 29.9232715 ] ], [ [ 120.1500833, 29.9232715 ], [ 120.1496673, 29.9218456 ] ], [ [ 120.1496673, 29.9218456 ], [ 120.1492642, 29.9201214 ] ], [ [ 120.1492642, 29.9201214 ], [ 120.1491818, 29.9197688 ] ], [ [ 120.092144, 29.8770517 ], [ 120.092388, 29.8771541 ] ], [ [ 120.092388, 29.8771541 ], [ 120.0926346, 29.8773331 ] ], [ [ 120.0926346, 29.8773331 ], [ 120.0926962, 29.8773965 ] ], [ [ 120.0926962, 29.8773965 ], [ 120.0928512, 29.8775559 ] ], [ [ 120.0928512, 29.8775559 ], [ 120.0930375, 29.8778257 ] ], [ [ 120.0930375, 29.8778257 ], [ 120.0930829, 29.8779079 ] ], [ [ 120.0930829, 29.8779079 ], [ 120.0933066, 29.8783123 ] ], [ [ 120.0933066, 29.8783123 ], [ 120.0934845, 29.878634 ] ], [ [ 120.0934845, 29.878634 ], [ 120.0935643, 29.8787784 ] ], [ [ 120.0935643, 29.8787784 ], [ 120.0935831, 29.8788124 ] ], [ [ 120.0935831, 29.8788124 ], [ 120.0936091, 29.8788594 ] ], [ [ 120.0936091, 29.8788594 ], [ 120.0938718, 29.8792915 ] ], [ [ 120.0938718, 29.8792915 ], [ 120.0939601, 29.8794161 ] ], [ [ 120.0939601, 29.8794161 ], [ 120.0940289, 29.8795132 ] ], [ [ 120.0940289, 29.8795132 ], [ 120.0942327, 29.8796739 ] ], [ [ 120.0942327, 29.8796739 ], [ 120.0946648, 29.8798843 ] ], [ [ 120.0946648, 29.8798843 ], [ 120.0952059, 29.8801288 ] ], [ [ 120.0952059, 29.8801288 ], [ 120.0952388, 29.8801438 ] ], [ [ 120.0952388, 29.8801438 ], [ 120.0965581, 29.8807451 ] ], [ [ 120.0965581, 29.8807451 ], [ 120.0967571, 29.8808358 ] ], [ [ 120.0967571, 29.8808358 ], [ 120.0968314, 29.8808697 ] ], [ [ 120.0968314, 29.8808697 ], [ 120.0974756, 29.8811633 ] ], [ [ 120.0974756, 29.8811633 ], [ 120.0976105, 29.8812439 ] ], [ [ 120.0976105, 29.8812439 ], [ 120.0977382, 29.8813677 ] ], [ [ 120.0977382, 29.8813677 ], [ 120.0978514, 29.8815329 ] ], [ [ 120.0978514, 29.8815329 ], [ 120.0979342, 29.881731 ] ], [ [ 120.0979342, 29.881731 ], [ 120.097945, 29.8819108 ] ], [ [ 120.097945, 29.8819108 ], [ 120.097934, 29.8819858 ] ], [ [ 120.097934, 29.8819858 ], [ 120.0979191, 29.8820875 ] ], [ [ 120.0979191, 29.8820875 ], [ 120.0978594, 29.882346 ] ], [ [ 120.0978594, 29.882346 ], [ 120.0977629, 29.8825684 ] ], [ [ 120.0977629, 29.8825684 ], [ 120.0976517, 29.8827223 ] ], [ [ 120.0976517, 29.8827223 ], [ 120.0974978, 29.8828792 ] ], [ [ 120.0974978, 29.8828792 ], [ 120.0972803, 29.8830657 ] ], [ [ 120.0972803, 29.8830657 ], [ 120.0971151, 29.8832231 ] ], [ [ 120.0971151, 29.8832231 ], [ 120.0969684, 29.8833906 ] ], [ [ 120.0969684, 29.8833906 ], [ 120.096814, 29.8836104 ] ], [ [ 120.096814, 29.8836104 ], [ 120.0967336, 29.8837601 ] ], [ [ 120.0967336, 29.8837601 ], [ 120.0966945, 29.8838329 ] ], [ [ 120.0966945, 29.8838329 ], [ 120.0966007, 29.8840398 ] ], [ [ 120.0966007, 29.8840398 ], [ 120.0965204, 29.8843097 ] ], [ [ 120.0965204, 29.8843097 ], [ 120.0964789, 29.8845765 ] ], [ [ 120.0964789, 29.8845765 ], [ 120.0964715, 29.884846 ] ], [ [ 120.0964715, 29.884846 ], [ 120.0964992, 29.8851347 ] ], [ [ 120.0964992, 29.8851347 ], [ 120.0965988, 29.8856482 ] ], [ [ 120.0965988, 29.8856482 ], [ 120.0967565, 29.8864614 ] ], [ [ 120.0967565, 29.8864614 ], [ 120.0968021, 29.8866926 ] ], [ [ 120.0968021, 29.8866926 ], [ 120.0968398, 29.886884 ] ], [ [ 120.0968398, 29.886884 ], [ 120.096907, 29.8872249 ] ], [ [ 120.096907, 29.8872249 ], [ 120.0969443, 29.887309 ] ], [ [ 120.0969443, 29.887309 ], [ 120.0970007, 29.8873935 ] ], [ [ 120.0970007, 29.8873935 ], [ 120.0971231, 29.8875445 ] ], [ [ 120.0971231, 29.8875445 ], [ 120.0975124, 29.8879034 ] ], [ [ 120.0975124, 29.8879034 ], [ 120.0978845, 29.8882604 ] ], [ [ 120.0978845, 29.8882604 ], [ 120.0979598, 29.888321 ] ], [ [ 120.0979598, 29.888321 ], [ 120.0981037, 29.8884369 ] ], [ [ 120.0981037, 29.8884369 ], [ 120.0983304, 29.8885825 ] ], [ [ 120.0983304, 29.8885825 ], [ 120.0984138, 29.8886263 ] ], [ [ 120.0984138, 29.8886263 ], [ 120.0986307, 29.8887404 ] ], [ [ 120.0986307, 29.8887404 ], [ 120.0990138, 29.8889418 ] ], [ [ 120.0990138, 29.8889418 ], [ 120.0990653, 29.8889689 ] ], [ [ 120.0990653, 29.8889689 ], [ 120.099084, 29.8889792 ] ], [ [ 120.099084, 29.8889792 ], [ 120.0992292, 29.8890593 ] ], [ [ 120.0992292, 29.8890593 ], [ 120.0993377, 29.8891192 ] ], [ [ 120.0993377, 29.8891192 ], [ 120.0995242, 29.8892403 ] ], [ [ 120.0995242, 29.8892403 ], [ 120.0996856, 29.8893856 ] ], [ [ 120.0996856, 29.8893856 ], [ 120.0998278, 29.8895464 ] ], [ [ 120.0998278, 29.8895464 ], [ 120.0999809, 29.8898095 ] ], [ [ 120.0999809, 29.8898095 ], [ 120.1000515, 29.8900029 ] ], [ [ 120.1000515, 29.8900029 ], [ 120.1000851, 29.8901839 ] ], [ [ 120.1000851, 29.8901839 ], [ 120.1000782, 29.890436 ] ], [ [ 120.1000782, 29.890436 ], [ 120.1000399, 29.8906225 ] ], [ [ 120.1000399, 29.8906225 ], [ 120.099959, 29.8908299 ] ], [ [ 120.099959, 29.8908299 ], [ 120.0998253, 29.8910268 ] ], [ [ 120.0998253, 29.8910268 ], [ 120.0997922, 29.891068 ] ], [ [ 120.0997922, 29.891068 ], [ 120.0996925, 29.8911921 ] ], [ [ 120.0996925, 29.8911921 ], [ 120.0993221, 29.891653 ] ], [ [ 120.0993221, 29.891653 ], [ 120.0990166, 29.8920782 ] ], [ [ 120.0990166, 29.8920782 ], [ 120.0989325, 29.8922239 ] ], [ [ 120.0989325, 29.8922239 ], [ 120.0988932, 29.89236 ] ], [ [ 120.0988932, 29.89236 ], [ 120.0988818, 29.8924989 ] ], [ [ 120.0988818, 29.8924989 ], [ 120.0988986, 29.8926709 ] ], [ [ 120.0988986, 29.8926709 ], [ 120.0989437, 29.8928241 ] ], [ [ 120.0989437, 29.8928241 ], [ 120.0990338, 29.8929789 ] ], [ [ 120.0990338, 29.8929789 ], [ 120.0991538, 29.8931262 ] ], [ [ 120.0991538, 29.8931262 ], [ 120.0992045, 29.8931685 ] ], [ [ 120.0992045, 29.8931685 ], [ 120.0998227, 29.8936832 ] ], [ [ 120.0998227, 29.8936832 ], [ 120.1007918, 29.8944865 ] ], [ [ 120.1007918, 29.8944865 ], [ 120.1010368, 29.8946715 ] ], [ [ 120.1010368, 29.8946715 ], [ 120.1013072, 29.8948484 ] ], [ [ 120.1013072, 29.8948484 ], [ 120.1015787, 29.8949953 ] ], [ [ 120.1015787, 29.8949953 ], [ 120.102423, 29.8953846 ] ], [ [ 120.102423, 29.8953846 ], [ 120.1034161, 29.8958385 ] ], [ [ 120.1034161, 29.8958385 ], [ 120.1035439, 29.8958969 ] ], [ [ 120.1035439, 29.8958969 ], [ 120.1042233, 29.8962259 ] ], [ [ 120.1042233, 29.8962259 ], [ 120.1044474, 29.8963849 ] ], [ [ 120.1044474, 29.8963849 ], [ 120.1046151, 29.8965343 ] ], [ [ 120.1046151, 29.8965343 ], [ 120.10491, 29.8968702 ] ], [ [ 120.10491, 29.8968702 ], [ 120.1053913, 29.8974783 ] ], [ [ 120.1053913, 29.8974783 ], [ 120.1055574, 29.8976882 ] ], [ [ 120.1055574, 29.8976882 ], [ 120.1060269, 29.8982808 ] ], [ [ 120.1060269, 29.8982808 ], [ 120.1063955, 29.898746 ] ], [ [ 120.1063955, 29.898746 ], [ 120.1065378, 29.8989256 ] ], [ [ 120.1065378, 29.8989256 ], [ 120.1067254, 29.8991631 ] ], [ [ 120.1067254, 29.8991631 ], [ 120.1073336, 29.8999331 ] ], [ [ 120.1073336, 29.8999331 ], [ 120.107674, 29.9003604 ] ], [ [ 120.107674, 29.9003604 ], [ 120.1080726, 29.9008609 ] ], [ [ 120.1080726, 29.9008609 ], [ 120.1084519, 29.901342 ] ], [ [ 120.1084519, 29.901342 ], [ 120.1086764, 29.9016045 ] ], [ [ 120.1086764, 29.9016045 ], [ 120.1089155, 29.9018476 ] ], [ [ 120.1089155, 29.9018476 ], [ 120.1090954, 29.9020033 ] ], [ [ 120.1090954, 29.9020033 ], [ 120.1092194, 29.9021107 ] ], [ [ 120.1092194, 29.9021107 ], [ 120.1095201, 29.9023253 ] ], [ [ 120.1095201, 29.9023253 ], [ 120.1096168, 29.9023943 ] ], [ [ 120.1096168, 29.9023943 ], [ 120.1099602, 29.902592 ] ], [ [ 120.1099602, 29.902592 ], [ 120.1102615, 29.9027411 ] ], [ [ 120.1102615, 29.9027411 ], [ 120.1106417, 29.9028923 ] ], [ [ 120.1106417, 29.9028923 ], [ 120.1110513, 29.90302 ] ], [ [ 120.1110513, 29.90302 ], [ 120.1115252, 29.9031263 ] ], [ [ 120.1115252, 29.9031263 ], [ 120.1120022, 29.9031949 ] ], [ [ 120.1120022, 29.9031949 ], [ 120.1124628, 29.9032294 ] ], [ [ 120.1124628, 29.9032294 ], [ 120.1124978, 29.903232 ] ], [ [ 120.1124978, 29.903232 ], [ 120.1128929, 29.9032204 ] ], [ [ 120.1128929, 29.9032204 ], [ 120.113417, 29.9031708 ] ], [ [ 120.113417, 29.9031708 ], [ 120.113801, 29.9030957 ] ], [ [ 120.113801, 29.9030957 ], [ 120.114667, 29.9028493 ] ], [ [ 120.114667, 29.9028493 ], [ 120.1151429, 29.9027324 ] ], [ [ 120.1151429, 29.9027324 ], [ 120.115184, 29.902725 ] ], [ [ 120.115184, 29.902725 ], [ 120.1155371, 29.9026614 ] ], [ [ 120.1155371, 29.9026614 ], [ 120.1159159, 29.9026097 ] ], [ [ 120.1159159, 29.9026097 ], [ 120.1163033, 29.9026036 ] ], [ [ 120.1163033, 29.9026036 ], [ 120.1167684, 29.9026193 ] ], [ [ 120.1167684, 29.9026193 ], [ 120.116921, 29.9026353 ] ], [ [ 120.116921, 29.9026353 ], [ 120.1172426, 29.9026691 ] ], [ [ 120.1172426, 29.9026691 ], [ 120.1176619, 29.9027477 ] ], [ [ 120.1176619, 29.9027477 ], [ 120.1180215, 29.902841 ] ], [ [ 120.1180215, 29.902841 ], [ 120.1183638, 29.9029532 ] ], [ [ 120.1183638, 29.9029532 ], [ 120.1186667, 29.903078 ] ], [ [ 120.1186667, 29.903078 ], [ 120.1189475, 29.903209 ] ], [ [ 120.1189475, 29.903209 ], [ 120.1196564, 29.9035633 ] ], [ [ 120.1196564, 29.9035633 ], [ 120.1202888, 29.9038923 ] ], [ [ 120.1202888, 29.9038923 ], [ 120.1208603, 29.9042168 ] ], [ [ 120.1208603, 29.9042168 ], [ 120.1210697, 29.9043079 ] ], [ [ 120.1210697, 29.9043079 ], [ 120.1214937, 29.9044564 ] ], [ [ 120.1214937, 29.9044564 ], [ 120.1217922, 29.90454 ] ], [ [ 120.1217922, 29.90454 ], [ 120.122128, 29.9046118 ] ], [ [ 120.122128, 29.9046118 ], [ 120.122485, 29.9046624 ] ], [ [ 120.122485, 29.9046624 ], [ 120.1228363, 29.9046966 ] ], [ [ 120.1228363, 29.9046966 ], [ 120.1232559, 29.9047275 ] ], [ [ 120.1232559, 29.9047275 ], [ 120.1236396, 29.9047226 ] ], [ [ 120.1236396, 29.9047226 ], [ 120.1242265, 29.9047084 ] ], [ [ 120.1242265, 29.9047084 ], [ 120.1248306, 29.9047058 ] ], [ [ 120.1248306, 29.9047058 ], [ 120.1276223, 29.9047132 ] ], [ [ 120.1276223, 29.9047132 ], [ 120.1283144, 29.9047395 ] ], [ [ 120.1283144, 29.9047395 ], [ 120.1292877, 29.9047556 ] ], [ [ 120.1292877, 29.9047556 ], [ 120.1294345, 29.904758 ] ], [ [ 120.1294345, 29.904758 ], [ 120.130758, 29.9047711 ] ], [ [ 120.130758, 29.9047711 ], [ 120.1315508, 29.9047881 ] ], [ [ 120.1627079, 29.9396117 ], [ 120.1628666, 29.9396591 ] ], [ [ 120.1628666, 29.9396591 ], [ 120.1630305, 29.9397152 ] ], [ [ 120.16281, 29.9397537 ], [ 120.1626437, 29.9396882 ] ], [ [ 120.1629461, 29.9398073 ], [ 120.16281, 29.9397537 ] ], [ [ 120.1630305, 29.9397152 ], [ 120.1634306, 29.9398954 ], [ 120.164136, 29.9401626 ], [ 120.1654664, 29.9408483 ], [ 120.1658016, 29.941004 ], [ 120.1663059, 29.9411737 ], [ 120.1672929, 29.9415456 ], [ 120.1675203, 29.9416659 ] ], [ [ 120.1675013, 29.9417506 ], [ 120.1673305, 29.9416455 ], [ 120.1666358, 29.9413689 ], [ 120.165984, 29.9411574 ], [ 120.1655924, 29.9409994 ], [ 120.1642724, 29.9403606 ], [ 120.1636367, 29.9400791 ], [ 120.1629461, 29.9398073 ] ], [ [ 120.1718415, 29.9468334 ], [ 120.1716006, 29.9461591 ], [ 120.1713845, 29.9456211 ], [ 120.1709021, 29.9447762 ], [ 120.1707861, 29.9445801 ], [ 120.1705867, 29.944309 ], [ 120.1698303, 29.9434166 ], [ 120.1691083, 29.9427798 ], [ 120.1686662, 29.9424404 ], [ 120.1677382, 29.9418593 ], [ 120.1675013, 29.9417506 ] ], [ [ 120.1723007, 29.9484129 ], [ 120.1718415, 29.9468334 ] ], [ [ 120.1675203, 29.9416659 ], [ 120.1677409, 29.9417826 ], [ 120.1685455, 29.9422731 ], [ 120.1691692, 29.9427152 ], [ 120.1693341, 29.9428448 ], [ 120.1697794, 29.9432213 ], [ 120.1702487, 29.943721 ], [ 120.1707208, 29.94433 ], [ 120.1708746, 29.9445473 ], [ 120.1709965, 29.9447498 ], [ 120.1714101, 29.9454525 ], [ 120.1715067, 29.9456245 ], [ 120.1719376, 29.9468028 ], [ 120.1724036, 29.9484445 ], [ 120.1726413, 29.9490781 ], [ 120.1728344, 29.9495243 ], [ 120.1730812, 29.9499148 ], [ 120.1732796, 29.9502122 ], [ 120.1734903, 29.9504766 ], [ 120.1740789, 29.951179 ], [ 120.1745017, 29.9518236 ], [ 120.1747606, 29.9525034 ], [ 120.1748162, 29.9527364 ], [ 120.1749748, 29.9532427 ], [ 120.1750485, 29.9534117 ], [ 120.1752111, 29.9537842 ], [ 120.1753466, 29.9540277 ], [ 120.1756608, 29.9545232 ], [ 120.1759563, 29.9549455 ] ], [ [ 120.1758203, 29.9549927 ], [ 120.1754774, 29.9544623 ], [ 120.1752794, 29.9541558 ], [ 120.1751894, 29.9539632 ], [ 120.1750445, 29.9536982 ], [ 120.1749104, 29.9533636 ], [ 120.1747817, 29.9529546 ], [ 120.1745886, 29.9522853 ], [ 120.1744115, 29.9518623 ], [ 120.1740575, 29.9513464 ], [ 120.1736122, 29.9507979 ], [ 120.1733608, 29.950519 ], [ 120.1728666, 29.9497893 ], [ 120.1726359, 29.949364 ], [ 120.1723007, 29.9484129 ] ], [ [ 120.1759563, 29.9549455 ], [ 120.177034, 29.9563925 ], [ 120.1776249, 29.9572227 ], [ 120.1776672, 29.957302 ], [ 120.178019, 29.9579616 ], [ 120.1780807, 29.9581088 ], [ 120.1784906, 29.9590865 ], [ 120.1799895, 29.9626613 ], [ 120.1803448, 29.9632465 ] ], [ [ 120.1802188, 29.9632695 ], [ 120.1800764, 29.9630214 ], [ 120.1799583, 29.9627937 ], [ 120.1797304, 29.9624428 ], [ 120.1784058, 29.9591227 ], [ 120.178003, 29.9581523 ], [ 120.1778394, 29.9578045 ], [ 120.1775445, 29.9573539 ], [ 120.1768976, 29.9564693 ], [ 120.1758203, 29.9549927 ] ], [ [ 120.1803448, 29.9632465 ], [ 120.180492, 29.9634889 ], [ 120.1807047, 29.9637584 ], [ 120.181152, 29.9641752 ], [ 120.1812273, 29.9642454 ], [ 120.1813209, 29.9643224 ], [ 120.1819423, 29.9648334 ], [ 120.1823594, 29.9650074 ], [ 120.1829054, 29.9651398 ], [ 120.1832651, 29.9651618 ], [ 120.184106, 29.9650257 ] ], [ [ 120.1841124, 29.9651144 ], [ 120.183979, 29.9651476 ], [ 120.1835176, 29.965215 ], [ 120.1832467, 29.9652313 ], [ 120.1831207, 29.9652336 ], [ 120.1827022, 29.9651941 ], [ 120.1825064, 29.965143 ], [ 120.1821551, 29.9650384 ], [ 120.1818788, 29.9648479 ], [ 120.181102, 29.9642278 ], [ 120.1805699, 29.9637209 ], [ 120.1802909, 29.9633816 ], [ 120.1802188, 29.9632695 ] ], [ [ 120.184106, 29.9650257 ], [ 120.1843168, 29.9649626 ] ], [ [ 120.1843168, 29.9649626 ], [ 120.1841124, 29.9651144 ] ], [ [ 120.1866989, 30.0324676 ], [ 120.1865697, 30.0337061 ], [ 120.1864154, 30.0350485 ], [ 120.186411, 30.0357316 ], [ 120.1860374, 30.0381856 ], [ 120.1858412, 30.0396733 ], [ 120.1854396, 30.0434694 ], [ 120.1851921, 30.0443668 ], [ 120.1849679, 30.0451025 ], [ 120.1846784, 30.0459757 ], [ 120.1838798, 30.0478029 ], [ 120.1832749, 30.0490314 ], [ 120.1830086, 30.0494832 ] ], [ [ 120.1828075, 30.0494074 ], [ 120.1829784, 30.0490411 ], [ 120.1835933, 30.047723 ], [ 120.1846748, 30.0452787 ], [ 120.1849946, 30.0444059 ], [ 120.1851811, 30.0438872 ], [ 120.1852545, 30.0434689 ], [ 120.1855119, 30.0409346 ] ], [ [ 120.1771977, 30.0632365 ], [ 120.1774163, 30.0621316 ], [ 120.1776872, 30.0610606 ], [ 120.1778086, 30.0605796 ], [ 120.1780208, 30.0598825 ], [ 120.178266, 30.0591621 ], [ 120.1787498, 30.0581523 ], [ 120.1789835, 30.0576384 ], [ 120.1789978, 30.0576069 ], [ 120.1797865, 30.0559108 ], [ 120.180258, 30.0548939 ], [ 120.1809736, 30.0533209 ], [ 120.1810083, 30.0531909 ], [ 120.1811693, 30.0527487 ], [ 120.1814708, 30.0520692 ], [ 120.1825885, 30.0498434 ], [ 120.1828075, 30.0494074 ] ], [ [ 120.1830086, 30.0494832 ], [ 120.1822341, 30.0510126 ], [ 120.1816569, 30.0521524 ], [ 120.1811737, 30.0532542 ], [ 120.1810352, 30.0536073 ], [ 120.1801632, 30.0554341 ], [ 120.1794207, 30.0569888 ], [ 120.179092, 30.057672 ], [ 120.1787305, 30.0584235 ], [ 120.1782345, 30.0595382 ], [ 120.1780829, 30.0599877 ], [ 120.1774135, 30.0632348 ] ], [ [ 120.1747398, 30.0753656 ], [ 120.1755992, 30.0712212 ], [ 120.1757977, 30.0702638 ], [ 120.1760146, 30.0692176 ], [ 120.176078, 30.0687967 ], [ 120.1763727, 30.0673599 ], [ 120.176529, 30.0665977 ], [ 120.17682, 30.0651396 ], [ 120.1769493, 30.064492 ], [ 120.1771977, 30.0632365 ] ], [ [ 120.1774135, 30.0632348 ], [ 120.1771556, 30.064526 ], [ 120.1770954, 30.0648271 ], [ 120.176585, 30.0673823 ], [ 120.1764937, 30.0678394 ], [ 120.1764408, 30.068104 ], [ 120.1762237, 30.0691909 ], [ 120.1757879, 30.0713087 ], [ 120.1756643, 30.0719092 ], [ 120.1749498, 30.0753812 ] ], [ [ 120.1748592, 30.0755136 ], [ 120.1747398, 30.0753656 ] ], [ [ 120.1749498, 30.0753812 ], [ 120.1748592, 30.0755136 ] ], [ [ 120.176764, 30.1235278 ], [ 120.1769734, 30.1232276 ], [ 120.1773459, 30.1226851 ], [ 120.1781161, 30.1216288 ], [ 120.1783702, 30.1212285 ], [ 120.1786158, 30.1207566 ], [ 120.178652, 30.1206578 ], [ 120.1787676, 30.1203417 ], [ 120.1789319, 30.1198653 ], [ 120.1795105, 30.1180818 ], [ 120.1801207, 30.1160766 ] ], [ [ 120.1803201, 30.1161381 ], [ 120.1797206, 30.1181226 ], [ 120.1794097, 30.1191097 ], [ 120.1791586, 30.119907 ], [ 120.1789981, 30.1204166 ], [ 120.1788264, 30.1208267 ], [ 120.1786867, 30.1211365 ], [ 120.1785051, 30.1214353 ], [ 120.1783619, 30.1216661 ], [ 120.1781517, 30.1219474 ], [ 120.1772421, 30.1231801 ], [ 120.1769181, 30.1236272 ] ], [ [ 120.176764, 30.1235278 ], [ 120.1769181, 30.1236272 ] ], [ [ 120.1769181, 30.1236272 ], [ 120.1766345, 30.124036 ], [ 120.1763462, 30.1244514 ], [ 120.1760286, 30.124918 ], [ 120.175755, 30.1254132 ], [ 120.1756896, 30.1255731 ], [ 120.1755739, 30.1258558 ], [ 120.1754111, 30.1262521 ], [ 120.1753097, 30.1265523 ], [ 120.1752494, 30.1268526 ] ], [ [ 120.1750354, 30.1269807 ], [ 120.1750777, 30.1267128 ], [ 120.1752033, 30.1262157 ], [ 120.1753832, 30.1257196 ], [ 120.1756516, 30.1251843 ], [ 120.1758278, 30.1248673 ], [ 120.1760636, 30.1245208 ], [ 120.1764586, 30.123953 ], [ 120.1765137, 30.1238763 ], [ 120.176764, 30.1235278 ] ], [ [ 120.1752494, 30.1268526 ], [ 120.1752269, 30.1273316 ], [ 120.1751619, 30.1279084 ], [ 120.1751072, 30.1284742 ], [ 120.1749045, 30.1305697 ] ], [ [ 120.174697, 30.130549 ], [ 120.1747316, 30.1301595 ], [ 120.1748355, 30.1289904 ], [ 120.1748468, 30.1288628 ], [ 120.1748801, 30.1282076 ], [ 120.1749477, 30.1276815 ], [ 120.1750354, 30.1269807 ] ], [ [ 120.1745748, 30.1318803 ], [ 120.174697, 30.130549 ] ], [ [ 120.1749045, 30.1305697 ], [ 120.1748992, 30.1306206 ], [ 120.1747681, 30.1318894 ] ], [ [ 120.1652444, 30.1329135 ], [ 120.1634003, 30.1332144 ] ], [ [ 120.1634003, 30.1332144 ], [ 120.1621018, 30.1334701 ] ], [ [ 120.1509615, 30.1576347 ], [ 120.1511288, 30.1574017 ], [ 120.151227, 30.157103 ], [ 120.1512639, 30.1569441 ], [ 120.151307, 30.1567582 ], [ 120.1513671, 30.1562409 ], [ 120.1513302, 30.1558257 ], [ 120.1511926, 30.1548418 ], [ 120.1510771, 30.1539851 ], [ 120.1509806, 30.1532587 ], [ 120.1508278, 30.1522748 ], [ 120.1507972, 30.1519618 ], [ 120.1507197, 30.1514447 ], [ 120.1507484, 30.1505413 ], [ 120.1508466, 30.150306 ] ], [ [ 120.1508466, 30.150306 ], [ 120.1508939, 30.1505128 ], [ 120.1508725, 30.1507448 ], [ 120.1508617, 30.1509674 ], [ 120.1508671, 30.1513107 ], [ 120.1508886, 30.1516354 ], [ 120.1511729, 30.1534259 ], [ 120.1512941, 30.1543349 ], [ 120.1514035, 30.155156 ], [ 120.1515001, 30.1558471 ], [ 120.1515323, 30.1561394 ], [ 120.1515269, 30.1563295 ], [ 120.1514894, 30.1566542 ], [ 120.1514518, 30.1569047 ], [ 120.1513445, 30.1572804 ], [ 120.1511646, 30.1577127 ] ], [ [ 120.1065794, 30.1484182 ], [ 120.1065912, 30.1482425 ], [ 120.1066716, 30.1474114 ], [ 120.1067427, 30.1467583 ], [ 120.1068478, 30.1454475 ], [ 120.1069292, 30.1446334 ], [ 120.1072247, 30.1435866 ] ], [ [ 120.1621018, 30.1334701 ], [ 120.1609878, 30.133654 ] ], [ [ 120.1609878, 30.133654 ], [ 120.1607253, 30.1337122 ] ], [ [ 120.1607253, 30.1337122 ], [ 120.1604715, 30.1338022 ] ], [ [ 120.1604715, 30.1338022 ], [ 120.1602025, 30.1339135 ] ], [ [ 120.1602025, 30.1339135 ], [ 120.1599336, 30.1340795 ] ], [ [ 120.1599336, 30.1340795 ], [ 120.1595883, 30.134367 ] ], [ [ 120.1595883, 30.134367 ], [ 120.1591918, 30.1349312 ] ], [ [ 120.1591918, 30.1349312 ], [ 120.1588193, 30.1356939 ] ], [ [ 120.1588193, 30.1356939 ], [ 120.158759, 30.1358173 ] ], [ [ 120.158759, 30.1358173 ], [ 120.1580791, 30.1372097 ] ], [ [ 120.1580791, 30.1372097 ], [ 120.1578495, 30.1376671 ] ], [ [ 120.1578495, 30.1376671 ], [ 120.1577849, 30.1377959 ] ], [ [ 120.1577849, 30.1377959 ], [ 120.1575571, 30.1381111 ] ], [ [ 120.1575571, 30.1381111 ], [ 120.1572909, 30.1384264 ] ], [ [ 120.1572909, 30.1384264 ], [ 120.157148, 30.1385652 ] ], [ [ 120.157148, 30.1385652 ], [ 120.156972, 30.1387361 ] ], [ [ 120.156972, 30.1387361 ], [ 120.1565667, 30.139079 ] ], [ [ 120.1565667, 30.139079 ], [ 120.1565123, 30.1391167 ] ], [ [ 120.1565123, 30.1391167 ], [ 120.1558744, 30.1395588 ] ], [ [ 120.1558744, 30.1395588 ], [ 120.1552781, 30.139997 ] ], [ [ 120.1552781, 30.139997 ], [ 120.1547921, 30.1404726 ] ], [ [ 120.1547921, 30.1404726 ], [ 120.1545219, 30.1407643 ] ], [ [ 120.1545219, 30.1407643 ], [ 120.1543189, 30.1410809 ] ], [ [ 120.1543189, 30.1410809 ], [ 120.1541174, 30.1414376 ] ], [ [ 120.1541174, 30.1414376 ], [ 120.1540757, 30.1415256 ] ], [ [ 120.1540757, 30.1415256 ], [ 120.1539544, 30.1417818 ] ], [ [ 120.1539544, 30.1417818 ], [ 120.1537369, 30.1424547 ] ], [ [ 120.1537369, 30.1424547 ], [ 120.1536202, 30.1429282 ] ], [ [ 120.1536202, 30.1429282 ], [ 120.1534387, 30.1438036 ] ], [ [ 120.1534387, 30.1438036 ], [ 120.1533532, 30.1442638 ] ], [ [ 120.1533532, 30.1442638 ], [ 120.153205, 30.1447053 ] ], [ [ 120.153205, 30.1447053 ], [ 120.1531158, 30.1449293 ] ], [ [ 120.1531158, 30.1449293 ], [ 120.153042, 30.1451146 ] ], [ [ 120.153042, 30.1451146 ], [ 120.1528896, 30.1453612 ] ], [ [ 120.1528896, 30.1453612 ], [ 120.1525443, 30.1458215 ] ], [ [ 120.1525443, 30.1458215 ], [ 120.1521288, 30.1464383 ] ], [ [ 120.1521288, 30.1464383 ], [ 120.1518579, 30.1468403 ] ], [ [ 120.1518579, 30.1468403 ], [ 120.1518345, 30.146875 ] ], [ [ 120.1518345, 30.146875 ], [ 120.1514452, 30.1477294 ] ], [ [ 120.1514452, 30.1477294 ], [ 120.1513838, 30.1478941 ] ], [ [ 120.1513838, 30.1478941 ], [ 120.1511514, 30.1485171 ] ], [ [ 120.1511514, 30.1485171 ], [ 120.1511407, 30.1485715 ] ], [ [ 120.1511407, 30.1485715 ], [ 120.1510629, 30.1488452 ] ], [ [ 120.1510629, 30.1488452 ], [ 120.1509936, 30.14921 ] ], [ [ 120.1509936, 30.14921 ], [ 120.1508466, 30.150306 ] ], [ [ 120.1774707, 30.1238332 ], [ 120.1772781, 30.1237842 ] ], [ [ 120.1772781, 30.1237842 ], [ 120.1770795, 30.1237046 ] ], [ [ 120.1770795, 30.1237046 ], [ 120.1769181, 30.1236272 ] ], [ [ 120.178359, 30.1424007 ], [ 120.1784047, 30.1425264 ] ], [ [ 120.178161, 30.1425359 ], [ 120.1781285, 30.1424012 ] ], [ [ 120.1747681, 30.1318894 ], [ 120.1745748, 30.1318803 ] ], [ [ 120.1747681, 30.1318894 ], [ 120.1748906, 30.1318904 ] ], [ [ 120.1745748, 30.1318803 ], [ 120.1744737, 30.1318818 ] ], [ [ 120.1744737, 30.1318818 ], [ 120.1740727, 30.1319642 ] ], [ [ 120.1740727, 30.1319642 ], [ 120.1737103, 30.1320938 ] ], [ [ 120.1737103, 30.1320938 ], [ 120.17338, 30.1322546 ] ], [ [ 120.17338, 30.1322546 ], [ 120.1730678, 30.1324033 ] ], [ [ 120.1730678, 30.1324033 ], [ 120.1726875, 30.1325416 ] ], [ [ 120.1726875, 30.1325416 ], [ 120.1723531, 30.1326241 ] ], [ [ 120.1723531, 30.1326241 ], [ 120.1720295, 30.1326862 ] ], [ [ 120.1720295, 30.1326862 ], [ 120.1718244, 30.132706 ] ], [ [ 120.1718244, 30.132706 ], [ 120.1716739, 30.1327205 ] ], [ [ 120.1716739, 30.1327205 ], [ 120.1706774, 30.1327672 ] ], [ [ 120.1706774, 30.1327672 ], [ 120.1690102, 30.1328073 ] ], [ [ 120.1690102, 30.1328073 ], [ 120.1673937, 30.1328461 ] ], [ [ 120.1673937, 30.1328461 ], [ 120.1652444, 30.1329135 ] ], [ [ 120.1747681, 30.1318894 ], [ 120.1746928, 30.133003 ], [ 120.1746984, 30.1335949 ], [ 120.1746957, 30.1339337 ], [ 120.1747485, 30.1344605 ], [ 120.1747865, 30.1347369 ] ], [ [ 120.1781285, 30.1424012 ], [ 120.177901, 30.1416956 ], [ 120.1777342, 30.1413014 ], [ 120.1774268, 30.1406687 ], [ 120.1771889, 30.1402637 ], [ 120.1769775, 30.1399039 ], [ 120.1764992, 30.1391391 ], [ 120.1758618, 30.1381488 ], [ 120.1756538, 30.1377985 ], [ 120.1754558, 30.1374753 ], [ 120.1752532, 30.1370903 ], [ 120.175039, 30.1365997 ], [ 120.1749558, 30.1363861 ], [ 120.1748629, 30.1360928 ], [ 120.1748015, 30.1358989 ], [ 120.1746617, 30.1352827 ], [ 120.1745879, 30.1349781 ], [ 120.1744959, 30.1344029 ], [ 120.1744582, 30.1338853 ], [ 120.1744682, 30.133631 ], [ 120.174485, 30.1330526 ], [ 120.1745748, 30.1318803 ] ], [ [ 120.1779613, 30.1470746 ], [ 120.1780887, 30.1465857 ], [ 120.1782152, 30.1460192 ], [ 120.1783021, 30.1456081 ], [ 120.178406, 30.1445234 ], [ 120.178393, 30.1440579 ], [ 120.1783641, 30.1436016 ], [ 120.1782853, 30.1431419 ], [ 120.178161, 30.1425359 ] ], [ [ 120.1784047, 30.1425264 ], [ 120.1785181, 30.1431029 ], [ 120.1785614, 30.1434583 ], [ 120.1786207, 30.1439096 ], [ 120.1786373, 30.1443857 ], [ 120.1786038, 30.1448871 ], [ 120.1785567, 30.1454813 ], [ 120.1785055, 30.1458152 ], [ 120.178392, 30.1463427 ], [ 120.1782761, 30.1467551 ], [ 120.1781645, 30.147121 ] ], [ [ 120.1779355, 30.1471676 ], [ 120.1779613, 30.1470746 ] ], [ [ 120.1781645, 30.147121 ], [ 120.178152, 30.1472229 ] ], [ [ 120.178152, 30.1472229 ], [ 120.1780081, 30.1476435 ] ], [ [ 120.1747865, 30.1347369 ], [ 120.174818, 30.1349656 ], [ 120.1749962, 30.135719 ], [ 120.1751368, 30.1361993 ], [ 120.1751684, 30.1362752 ], [ 120.1753443, 30.1366976 ], [ 120.1755485, 30.1371597 ], [ 120.1759017, 30.1377782 ], [ 120.1764931, 30.1387328 ], [ 120.1771524, 30.1397536 ], [ 120.1773955, 30.1401575 ], [ 120.1775821, 30.1404677 ], [ 120.1778163, 30.1409016 ], [ 120.1779752, 30.1412667 ], [ 120.178109, 30.1415812 ], [ 120.178245, 30.141984 ], [ 120.178359, 30.1424007 ] ], [ [ 120.1711237, 30.16097 ], [ 120.17191, 30.1608783 ], [ 120.172391, 30.1607941 ], [ 120.1728639, 30.1606979 ], [ 120.173411, 30.1605415 ], [ 120.1738699, 30.1603772 ], [ 120.1742877, 30.1602103 ], [ 120.1745027, 30.1601028 ], [ 120.1749192, 30.1598869 ] ], [ [ 120.1749841, 30.1600085 ], [ 120.1745363, 30.160228 ], [ 120.174311, 30.1603243 ], [ 120.1742452, 30.1603463 ], [ 120.1734395, 30.160667 ], [ 120.1727206, 30.1608485 ], [ 120.1720439, 30.1609872 ], [ 120.1712062, 30.1610891 ] ], [ [ 120.1771327, 30.15175 ], [ 120.1771498, 30.1512908 ], [ 120.1771595, 30.1508173 ], [ 120.177224, 30.1502589 ], [ 120.1773354, 30.149454 ], [ 120.1774524, 30.148888 ], [ 120.1776274, 30.1481114 ], [ 120.1779355, 30.1471676 ] ], [ [ 120.1780081, 30.1476435 ], [ 120.1778955, 30.1480774 ], [ 120.177766, 30.1485211 ], [ 120.1776324, 30.1491529 ], [ 120.1775284, 30.1497656 ], [ 120.1774579, 30.1502917 ], [ 120.1774071, 30.1509751 ], [ 120.1774129, 30.1512939 ], [ 120.1773978, 30.1517673 ] ], [ [ 120.1674555, 30.1617622 ], [ 120.1677109, 30.1616153 ], [ 120.1682371, 30.1614009 ], [ 120.168652, 30.1612766 ], [ 120.1690925, 30.1611965 ], [ 120.1694657, 30.1611524 ], [ 120.1698866, 30.1611061 ], [ 120.1711237, 30.16097 ] ], [ [ 120.1710856, 30.1610994 ], [ 120.1699906, 30.1612186 ], [ 120.1690654, 30.1613194 ], [ 120.1685558, 30.1614367 ], [ 120.168055, 30.1616069 ], [ 120.1675948, 30.161823 ] ], [ [ 120.1070504, 30.148116 ], [ 120.1071003, 30.1485104 ] ], [ [ 120.1061151, 30.1546813 ], [ 120.1061962, 30.153538 ], [ 120.1062634, 30.1526079 ], [ 120.1062602, 30.1521556 ], [ 120.106254, 30.1516703 ], [ 120.1062388, 30.1512172 ], [ 120.1062598, 30.1509522 ], [ 120.1063163, 30.150417 ], [ 120.1063768, 30.1501047 ], [ 120.1064361, 30.1496319 ], [ 120.1064979, 30.1491167 ], [ 120.1065794, 30.1484182 ] ], [ [ 120.1071003, 30.1485104 ], [ 120.1071135, 30.1487414 ], [ 120.1070901, 30.1490927 ], [ 120.1070668, 30.1494279 ], [ 120.1070575, 30.1497025 ], [ 120.1070621, 30.1500538 ], [ 120.1070621, 30.1507403 ], [ 120.107024, 30.151461 ], [ 120.1069961, 30.1516516 ], [ 120.1069547, 30.1518548 ], [ 120.1067072, 30.1525453 ], [ 120.1066512, 30.1528199 ], [ 120.1066091, 30.1531153 ], [ 120.1065359, 30.1536306 ], [ 120.1064916, 30.1540475 ], [ 120.1064461, 30.1546038 ], [ 120.1064148, 30.1548345 ] ], [ [ 120.0963734, 30.1508623 ], [ 120.0970612, 30.1510591 ], [ 120.0972285, 30.1511155 ], [ 120.0977352, 30.1512965 ], [ 120.0995913, 30.1520256 ], [ 120.0997285, 30.1520812 ], [ 120.1010844, 30.1526466 ], [ 120.1020491, 30.1529945 ], [ 120.1030655, 30.1533879 ], [ 120.1034493, 30.1534958 ], [ 120.10368, 30.1535502 ], [ 120.1040667, 30.1536138 ], [ 120.1042705, 30.1536652 ], [ 120.1045256, 30.1537645 ], [ 120.1048365, 30.1539584 ], [ 120.1050846, 30.154198 ], [ 120.1052625, 30.1543226 ], [ 120.1061151, 30.1546813 ] ], [ [ 120.1060869, 30.1550295 ], [ 120.1056186, 30.1548436 ], [ 120.1050453, 30.1546282 ], [ 120.1042861, 30.1544684 ], [ 120.1039624, 30.1543826 ], [ 120.103701, 30.1542723 ], [ 120.1034649, 30.1541343 ], [ 120.1032196, 30.1539757 ], [ 120.1025504, 30.1536607 ], [ 120.1019346, 30.1534104 ], [ 120.1014227, 30.1532189 ], [ 120.1006654, 30.1528928 ], [ 120.1002937, 30.1527202 ], [ 120.0999729, 30.1526076 ], [ 120.0979298, 30.151772 ], [ 120.0971141, 30.1514551 ], [ 120.0963337, 30.1510057 ] ], [ [ 120.0894873, 30.1484895 ], [ 120.0896455, 30.14853 ], [ 120.0899656, 30.1486441 ], [ 120.0904809, 30.1488188 ], [ 120.0907299, 30.1488835 ], [ 120.0914014, 30.149058 ], [ 120.0919627, 30.1492245 ], [ 120.0927762, 30.1494762 ], [ 120.093665, 30.1497683 ], [ 120.0949982, 30.1503244 ], [ 120.0962154, 30.1508036 ] ], [ [ 120.096121, 30.1509258 ], [ 120.0952335, 30.150579 ], [ 120.0935194, 30.1499092 ], [ 120.0927119, 30.1496166 ], [ 120.0920745, 30.1494182 ], [ 120.0915109, 30.1492452 ], [ 120.0913229, 30.1491875 ], [ 120.0905477, 30.1489761 ], [ 120.0899377, 30.148905 ], [ 120.0893825, 30.1488796 ] ], [ [ 120.0962154, 30.1508036 ], [ 120.0963734, 30.1508623 ] ], [ [ 120.0963337, 30.1510057 ], [ 120.096121, 30.1509258 ] ], [ [ 120.1061151, 30.1546813 ], [ 120.1064148, 30.1548345 ] ], [ [ 120.1060869, 30.1550295 ], [ 120.1061151, 30.1546813 ] ], [ [ 120.1064148, 30.1548345 ], [ 120.1063804, 30.1551389 ] ], [ [ 120.1063804, 30.1551389 ], [ 120.1060869, 30.1550295 ] ], [ [ 120.1056237, 30.164832 ], [ 120.1055488, 30.1637476 ], [ 120.1054817, 30.1627769 ], [ 120.1054613, 30.1622052 ], [ 120.1054493, 30.1619934 ], [ 120.1054657, 30.1616778 ], [ 120.1055012, 30.1610841 ], [ 120.1054451, 30.1606272 ], [ 120.1055928, 30.158985 ], [ 120.1056503, 30.1584483 ], [ 120.1056715, 30.1580245 ], [ 120.1056914, 30.1574961 ], [ 120.1057267, 30.1572574 ], [ 120.1057786, 30.1570166 ], [ 120.1058804, 30.1568268 ], [ 120.1059291, 30.1566441 ], [ 120.1059576, 30.1564614 ], [ 120.1059937, 30.1560031 ], [ 120.1060551, 30.155391 ], [ 120.1060869, 30.1550295 ] ], [ [ 120.1063804, 30.1551389 ], [ 120.1063432, 30.155601 ], [ 120.1062766, 30.1562487 ], [ 120.1062621, 30.1564054 ], [ 120.1062663, 30.1565772 ], [ 120.1063435, 30.1568952 ], [ 120.1063689, 30.1571348 ], [ 120.1063789, 30.1572504 ], [ 120.1063754, 30.1573659 ], [ 120.1062061, 30.1584323 ], [ 120.1061509, 30.1587568 ], [ 120.106008, 30.1600789 ], [ 120.1059638, 30.1610858 ], [ 120.1059325, 30.1613378 ], [ 120.1059012, 30.1615348 ], [ 120.1058764, 30.1621129 ], [ 120.1058688, 30.1626682 ], [ 120.105991, 30.1648343 ] ], [ [ 120.1056346, 30.1649769 ], [ 120.1056237, 30.164832 ] ], [ [ 120.105991, 30.1648343 ], [ 120.105999, 30.1649824 ] ], [ [ 120.1509615, 30.1576347 ], [ 120.1511646, 30.1577127 ] ], [ [ 120.1509031, 30.1577389 ], [ 120.1509363, 30.1576826 ], [ 120.1509615, 30.1576347 ] ], [ [ 120.1511646, 30.1577127 ], [ 120.1511054, 30.1578286 ] ], [ [ 120.1511646, 30.1577127 ], [ 120.1519123, 30.158 ], [ 120.1535027, 30.1586188 ], [ 120.1541415, 30.1588673 ], [ 120.1548146, 30.1591755 ], [ 120.1552013, 30.159305 ], [ 120.1558857, 30.1595258 ], [ 120.1563863, 30.1596543 ], [ 120.1567525, 30.1597722 ], [ 120.1570332, 30.1599035 ], [ 120.1573947, 30.1601177 ] ], [ [ 120.1573141, 30.1601824 ], [ 120.1569562, 30.1599855 ], [ 120.1566207, 30.1598324 ], [ 120.1562364, 30.15973 ], [ 120.1552097, 30.1594053 ], [ 120.1547822, 30.15928 ], [ 120.1533351, 30.1587162 ], [ 120.1526236, 30.158439 ], [ 120.1513839, 30.157952 ], [ 120.1511054, 30.1578286 ] ], [ [ 120.1573947, 30.1601177 ], [ 120.1588515, 30.1610161 ], [ 120.1595907, 30.1615236 ], [ 120.1599798, 30.16176 ], [ 120.1603927, 30.1619923 ], [ 120.1610312, 30.1623036 ], [ 120.1618299, 30.1626697 ] ], [ [ 120.161792, 30.1627618 ], [ 120.1608511, 30.16234 ], [ 120.1604621, 30.162152 ], [ 120.1601301, 30.161964 ], [ 120.1596115, 30.1616595 ], [ 120.1587722, 30.1611095 ], [ 120.1573141, 30.1601824 ] ], [ [ 120.1511054, 30.1578286 ], [ 120.1509031, 30.1577389 ] ], [ [ 120.1481365, 30.1627978 ], [ 120.1493952, 30.160481 ], [ 120.1503855, 30.1586581 ], [ 120.1509031, 30.1577389 ] ], [ [ 120.1511054, 30.1578286 ], [ 120.1506835, 30.1585832 ], [ 120.1492287, 30.1611853 ], [ 120.1482759, 30.1628894 ] ], [ [ 120.1851149, 30.1583875 ], [ 120.1848164, 30.1581928 ] ], [ [ 120.1848164, 30.1581928 ], [ 120.1844775, 30.1580506 ] ], [ [ 120.1844775, 30.1580506 ], [ 120.1841735, 30.1579395 ] ], [ [ 120.1841735, 30.1579395 ], [ 120.1836835, 30.1578098 ] ], [ [ 120.1836835, 30.1578098 ], [ 120.1835898, 30.1578003 ] ], [ [ 120.1835898, 30.1578003 ], [ 120.1831911, 30.1577599 ] ], [ [ 120.1831911, 30.1577599 ], [ 120.1828051, 30.1577524 ] ], [ [ 120.1828051, 30.1577524 ], [ 120.1822697, 30.1578025 ] ], [ [ 120.1822697, 30.1578025 ], [ 120.1821241, 30.1578283 ] ], [ [ 120.1821241, 30.1578283 ], [ 120.1817388, 30.1578966 ] ], [ [ 120.1817388, 30.1578966 ], [ 120.1813276, 30.1579732 ] ], [ [ 120.1813276, 30.1579732 ], [ 120.1803616, 30.1581531 ] ], [ [ 120.1803616, 30.1581531 ], [ 120.1790716, 30.158387 ] ], [ [ 120.1790716, 30.158387 ], [ 120.1786574, 30.1584864 ] ], [ [ 120.1712062, 30.1610891 ], [ 120.1710856, 30.1610994 ] ], [ [ 120.1675948, 30.161823 ], [ 120.1675342, 30.161856 ] ], [ [ 120.1675342, 30.161856 ], [ 120.1674862, 30.1618981 ] ], [ [ 120.1654641, 30.1645185 ], [ 120.1656601, 30.1640425 ], [ 120.1657847, 30.1636916 ], [ 120.165933, 30.1633589 ], [ 120.1659694, 30.1632943 ], [ 120.1661098, 30.1630454 ], [ 120.1661556, 30.1629641 ], [ 120.1664407, 30.1625793 ], [ 120.1667397, 30.1622787 ], [ 120.1672543, 30.1618779 ], [ 120.1674555, 30.1617622 ] ], [ [ 120.1674862, 30.1618981 ], [ 120.1670958, 30.1621598 ], [ 120.1668163, 30.1624109 ], [ 120.166678, 30.1625352 ], [ 120.1663937, 30.1628885 ], [ 120.1661512, 30.1632575 ], [ 120.165868, 30.1638517 ], [ 120.1658097, 30.1640029 ], [ 120.1656254, 30.1646113 ] ], [ [ 120.1749192, 30.1598869 ], [ 120.1753292, 30.1596941 ], [ 120.175506, 30.1596141 ], [ 120.1761352, 30.1593295 ], [ 120.1767705, 30.1590421 ], [ 120.1772972, 30.1588098 ], [ 120.1777747, 30.1586416 ], [ 120.1780643, 30.1585584 ], [ 120.1783801, 30.1584979 ], [ 120.1786574, 30.1584864 ] ], [ [ 120.1786574, 30.1584864 ], [ 120.1784318, 30.158607 ], [ 120.1780283, 30.1587169 ], [ 120.177603, 30.1588495 ], [ 120.1773288, 30.1589584 ], [ 120.1771238, 30.1590398 ], [ 120.176906, 30.1591368 ], [ 120.1766795, 30.1592377 ], [ 120.1749841, 30.1600085 ] ], [ [ 120.1760694, 30.1683756 ], [ 120.1773477, 30.1689009 ], [ 120.1779938, 30.1691373 ], [ 120.1783637, 30.1692294 ], [ 120.1788353, 30.1693215 ], [ 120.1794582, 30.1693885 ], [ 120.1800814, 30.1694425 ], [ 120.1806625, 30.1694441 ], [ 120.1816418, 30.169392 ], [ 120.1834175, 30.1693398 ] ], [ [ 120.1800534, 30.1695585 ], [ 120.1798514, 30.1695605 ], [ 120.1791169, 30.1695065 ], [ 120.1788884, 30.1694563 ], [ 120.1783957, 30.169348 ], [ 120.1776851, 30.1691497 ], [ 120.1762962, 30.1685873 ], [ 120.1760266, 30.1684735 ] ], [ [ 120.1834175, 30.1693398 ], [ 120.1836385, 30.1693318 ] ], [ [ 120.1834397, 30.1694458 ], [ 120.1834175, 30.1693398 ] ], [ [ 120.1836385, 30.1693318 ], [ 120.1836196, 30.1694669 ] ], [ [ 120.1836196, 30.1694669 ], [ 120.1834397, 30.1694458 ] ], [ [ 120.1834397, 30.1694458 ], [ 120.1806977, 30.1695521 ], [ 120.1804997, 30.1695541 ] ], [ [ 120.1804997, 30.1695541 ], [ 120.1800534, 30.1695585 ] ], [ [ 120.1618299, 30.1626697 ], [ 120.1624738, 30.1629432 ], [ 120.1629299, 30.1631664 ], [ 120.1633719, 30.1633897 ], [ 120.1639944, 30.1637442 ], [ 120.1645884, 30.1640458 ], [ 120.1646587, 30.1640841 ], [ 120.1649209, 30.1642269 ], [ 120.1650265, 30.164284 ], [ 120.1651428, 30.1643478 ], [ 120.1653081, 30.1644359 ], [ 120.1654641, 30.1645185 ] ], [ [ 120.1654287, 30.1646463 ], [ 120.1652424, 30.1645496 ], [ 120.1649702, 30.1644035 ], [ 120.1640994, 30.1639288 ], [ 120.1633301, 30.1634954 ], [ 120.1629095, 30.1632895 ], [ 120.1625136, 30.1630837 ], [ 120.161792, 30.1627618 ] ], [ [ 120.1654641, 30.1645185 ], [ 120.1656254, 30.1646113 ] ], [ [ 120.1654287, 30.1646463 ], [ 120.1654641, 30.1645185 ] ], [ [ 120.1656254, 30.1646113 ], [ 120.1655735, 30.1647316 ] ], [ [ 120.1655735, 30.1647316 ], [ 120.1654287, 30.1646463 ] ], [ [ 120.1702224, 30.1662701 ], [ 120.1703557, 30.1663188 ] ], [ [ 120.1703557, 30.1663188 ], [ 120.1723342, 30.1670421 ] ], [ [ 120.17232, 30.1671585 ], [ 120.1701818, 30.1663797 ] ], [ [ 120.1723342, 30.1670421 ], [ 120.1724564, 30.1670773 ] ], [ [ 120.1656254, 30.1646113 ], [ 120.1674293, 30.1652732 ], [ 120.1676623, 30.1653557 ] ], [ [ 120.1676623, 30.1653557 ], [ 120.1677515, 30.1653873 ] ], [ [ 120.1701818, 30.1663797 ], [ 120.1694657, 30.1661189 ], [ 120.1674159, 30.1653832 ], [ 120.1655735, 30.1647316 ] ], [ [ 120.1655735, 30.1647316 ], [ 120.1651518, 30.1657094 ], [ 120.1646834, 30.1667027 ] ], [ [ 120.1677515, 30.1653873 ], [ 120.1695243, 30.1660149 ], [ 120.1702224, 30.1662701 ] ], [ [ 120.1646834, 30.1667027 ], [ 120.164143, 30.1678486 ] ], [ [ 120.1629246, 30.1701028 ], [ 120.1632523, 30.1693511 ], [ 120.163334, 30.1691446 ], [ 120.1640478, 30.1676076 ], [ 120.1648562, 30.1659192 ], [ 120.1650754, 30.1654613 ], [ 120.1654287, 30.1646463 ] ], [ [ 120.1724292, 30.1672001 ], [ 120.17232, 30.1671585 ] ], [ [ 120.1724564, 30.1670773 ], [ 120.1748723, 30.1679323 ], [ 120.1760694, 30.1683756 ] ], [ [ 120.1760266, 30.1684735 ], [ 120.17461, 30.1679454 ], [ 120.1724292, 30.1672001 ] ], [ [ 120.2457341, 29.96882 ], [ 120.2446594, 29.9688794 ], [ 120.2424169, 29.9690572 ], [ 120.2413172, 29.9691329 ], [ 120.2363922, 29.9694719 ], [ 120.23585, 29.9695092 ], [ 120.2334928, 29.9696842 ], [ 120.2329696, 29.9697497 ] ], [ [ 120.2329539, 29.9696666 ], [ 120.2336124, 29.9696143 ], [ 120.234983, 29.9695055 ], [ 120.236167, 29.9694174 ], [ 120.2363739, 29.969402 ], [ 120.2401988, 29.9691175 ], [ 120.241285, 29.9690517 ], [ 120.2420278, 29.9690067 ], [ 120.2423979, 29.9689709 ] ], [ [ 120.2324985, 29.9683506 ], [ 120.2329783, 29.9683135 ] ], [ [ 120.2329783, 29.9683135 ], [ 120.2332861, 29.9682897 ] ], [ [ 120.2332861, 29.9682897 ], [ 120.2352925, 29.9681345 ] ], [ [ 120.2352925, 29.9681345 ], [ 120.235795, 29.9680956 ] ], [ [ 120.2328467, 29.9696751 ], [ 120.2329539, 29.9696666 ] ], [ [ 120.2413413, 29.9673408 ], [ 120.2408607, 29.9673829 ] ], [ [ 120.2408607, 29.9674644 ], [ 120.2413413, 29.9673408 ] ], [ [ 120.2413413, 29.9673408 ], [ 120.241642, 29.9672986 ] ], [ [ 120.241642, 29.9672986 ], [ 120.2418837, 29.9672789 ] ], [ [ 120.2418837, 29.9672789 ], [ 120.2420243, 29.9673239 ] ], [ [ 120.2420243, 29.9673239 ], [ 120.2421704, 29.9674138 ] ], [ [ 120.2421704, 29.9674138 ], [ 120.2422028, 29.9674604 ] ], [ [ 120.2422028, 29.9674604 ], [ 120.242266, 29.9675516 ] ], [ [ 120.242266, 29.9675516 ], [ 120.242311, 29.9677455 ] ], [ [ 120.242311, 29.9677455 ], [ 120.2423587, 29.9682711 ] ], [ [ 120.2423587, 29.9682711 ], [ 120.2423979, 29.9689709 ] ], [ [ 120.2423979, 29.9689709 ], [ 120.243555, 29.9688589 ], [ 120.2446475, 29.9687884 ], [ 120.2458408, 29.9686811 ] ], [ [ 120.2329696, 29.9697497 ], [ 120.2328629, 29.969754 ] ], [ [ 120.2239125, 29.9703375 ], [ 120.2241044, 29.9703079 ], [ 120.2254404, 29.9702145 ], [ 120.2265095, 29.9701398 ], [ 120.2269123, 29.9701102 ], [ 120.2298656, 29.9698934 ], [ 120.2301226, 29.9698755 ], [ 120.2317253, 29.9697641 ], [ 120.2322837, 29.9697198 ], [ 120.2328467, 29.9696751 ] ], [ [ 120.2328629, 29.969754 ], [ 120.2324654, 29.9697702 ], [ 120.2301492, 29.9699905 ], [ 120.2268998, 29.970205 ], [ 120.2254126, 29.9703084 ], [ 120.2239503, 29.9704543 ] ], [ [ 120.1995986, 29.9726671 ], [ 120.1980131, 29.9732193 ], [ 120.1979502, 29.9732411 ], [ 120.196126, 29.9738733 ], [ 120.1942065, 29.9745123 ], [ 120.1940006, 29.9745747 ], [ 120.1909572, 29.9756194 ], [ 120.188331, 29.9765363 ], [ 120.1880087, 29.9766488 ] ], [ [ 120.1879715, 29.9765405 ], [ 120.1884124, 29.9763884 ], [ 120.1888782, 29.9762276 ], [ 120.1909326, 29.9755186 ], [ 120.1928375, 29.9748701 ], [ 120.1932175, 29.9747394 ], [ 120.1939766, 29.9744784 ], [ 120.1941728, 29.9744038 ], [ 120.1947984, 29.9742034 ], [ 120.196104, 29.9737853 ], [ 120.1973071, 29.9733666 ], [ 120.1982811, 29.9730276 ] ], [ [ 120.2039444, 29.9915793 ], [ 120.203667, 29.9916253 ] ], [ [ 120.203667, 29.9916253 ], [ 120.2010365, 29.9920611 ] ], [ [ 120.2010365, 29.9920611 ], [ 120.2007859, 29.9921578 ] ], [ [ 120.2007859, 29.9921578 ], [ 120.1986353, 29.9925688 ] ], [ [ 120.1986353, 29.9925688 ], [ 120.1985439, 29.9925863 ] ], [ [ 120.1985439, 29.9925863 ], [ 120.1913613, 29.9939067 ] ], [ [ 120.1878042, 29.9766162 ], [ 120.1879715, 29.9765405 ] ], [ [ 120.1878384, 29.9767108 ], [ 120.1878042, 29.9766162 ] ], [ [ 120.1880087, 29.9766488 ], [ 120.1878384, 29.9767108 ] ], [ [ 120.1890899, 29.9816758 ], [ 120.1893032, 29.9846298 ], [ 120.1894695, 29.9864511 ], [ 120.1897493, 29.9878931 ] ], [ [ 120.1911895, 29.9939267 ], [ 120.1911156, 29.9933767 ], [ 120.1908544, 29.9924817 ], [ 120.1902494, 29.9903782 ], [ 120.1896894, 29.9883654 ], [ 120.1892776, 29.9864042 ], [ 120.1892192, 29.9855271 ], [ 120.1891623, 29.9846708 ], [ 120.1891161, 29.983977 ], [ 120.1890926, 29.983776 ], [ 120.1888637, 29.9818154 ], [ 120.1888499, 29.9816972 ], [ 120.1887152, 29.9799426 ], [ 120.1885028, 29.9785462 ], [ 120.1878384, 29.9767108 ] ], [ [ 120.1897493, 29.9878931 ], [ 120.1903926, 29.9903262 ], [ 120.1910324, 29.9924553 ], [ 120.1912776, 29.9933605 ], [ 120.1913416, 29.9937433 ], [ 120.1913613, 29.9939067 ] ], [ [ 120.1913613, 29.9939067 ], [ 120.1913711, 29.9941266 ], [ 120.1913577, 29.994482 ], [ 120.1913416, 29.9946958 ], [ 120.191288, 29.9950303 ], [ 120.1912022, 29.9952858 ], [ 120.1911002, 29.9954995 ], [ 120.1908079, 29.996064 ], [ 120.1904297, 29.9966076 ], [ 120.1899254, 29.9972394 ] ], [ [ 120.1895043, 29.9975205 ], [ 120.189684, 29.9972928 ], [ 120.1905692, 29.9961662 ], [ 120.1907355, 29.9958921 ], [ 120.1909715, 29.9954089 ], [ 120.1910788, 29.9951511 ], [ 120.1911512, 29.9948119 ], [ 120.1911861, 29.9945726 ], [ 120.1912129, 29.9941336 ], [ 120.1911895, 29.9939267 ] ], [ [ 120.1899254, 29.9972394 ], [ 120.1896706, 29.9977133 ], [ 120.1895956, 29.9978541 ], [ 120.1894024, 29.9982011 ], [ 120.1891369, 29.9987795 ], [ 120.1890027, 29.9991442 ], [ 120.1889229, 29.9994205 ], [ 120.1887104, 30.0004984 ], [ 120.1885951, 30.001258 ], [ 120.1885441, 30.0018155 ], [ 120.1885629, 30.0026656 ], [ 120.1886728, 30.0036412 ], [ 120.1887853, 30.0041909 ], [ 120.1888847, 30.0046771 ], [ 120.1890108, 30.005216 ] ], [ [ 120.1897878, 30.0113778 ], [ 120.1898128, 30.0111504 ], [ 120.1898593, 30.0108406 ], [ 120.1898803, 30.0104603 ], [ 120.1898611, 30.010021 ], [ 120.1897779, 30.0092807 ], [ 120.1897377, 30.0089904 ], [ 120.1891717, 30.0068442 ], [ 120.1885562, 30.00441 ], [ 120.1883671, 30.0034066 ], [ 120.1883054, 30.0026261 ], [ 120.1882879, 30.0014763 ], [ 120.1883394, 30.0003325 ], [ 120.1883429, 30.0002545 ], [ 120.1883966, 29.9997923 ], [ 120.1885495, 29.9992464 ], [ 120.1886651, 29.9989185 ], [ 120.1888069, 29.9984961 ], [ 120.1890671, 29.9980245 ], [ 120.189216, 29.9977992 ], [ 120.1895043, 29.9975205 ] ], [ [ 120.1890108, 30.005216 ], [ 120.1890725, 30.0056666 ], [ 120.1891995, 30.0061225 ] ], [ [ 120.1891995, 30.0061225 ], [ 120.189684, 30.0077687 ], [ 120.1898047, 30.0083238 ], [ 120.1899321, 30.008981 ], [ 120.189997, 30.0094987 ], [ 120.1900557, 30.0099448 ], [ 120.190097, 30.0103658 ], [ 120.1901072, 30.0106232 ] ], [ [ 120.1911895, 29.9939267 ], [ 120.1913613, 29.9939067 ] ], [ [ 120.1981739, 30.0161951 ], [ 120.1989101, 30.016055 ], [ 120.199163, 30.0160069 ], [ 120.2000374, 30.0158814 ], [ 120.2009761, 30.0159325 ], [ 120.2020607, 30.0159986 ] ], [ [ 120.2020339, 30.0160831 ], [ 120.2002734, 30.0159604 ], [ 120.1998442, 30.0159836 ], [ 120.1995653, 30.0160347 ], [ 120.1989524, 30.0161404 ], [ 120.1982259, 30.0162656 ] ], [ [ 120.1901072, 30.0106232 ], [ 120.1901204, 30.0108594 ], [ 120.1900446, 30.011379 ] ], [ [ 120.1900446, 30.011379 ], [ 120.1899572, 30.0121401 ], [ 120.1899516, 30.0123189 ], [ 120.1898585, 30.0126147 ], [ 120.18974, 30.0129762 ], [ 120.189683, 30.013112 ], [ 120.1895701, 30.0133805 ] ], [ [ 120.1895701, 30.0133805 ], [ 120.1893996, 30.0139931 ] ], [ [ 120.1884504, 30.0160487 ], [ 120.1887033, 30.0153999 ], [ 120.1890713, 30.0140821 ], [ 120.1891081, 30.0139436 ], [ 120.1893403, 30.0130708 ], [ 120.1896558, 30.0120869 ], [ 120.1897611, 30.011459 ], [ 120.1897878, 30.0113778 ] ], [ [ 120.1895701, 30.0133805 ], [ 120.1893632, 30.0139605 ], [ 120.1891822, 30.0144814 ], [ 120.1890023, 30.0151463 ], [ 120.1887697, 30.0159449 ], [ 120.1887574, 30.0159978 ] ], [ [ 120.1894761, 30.0161154 ], [ 120.189422, 30.0159131 ] ], [ [ 120.189422, 30.0159131 ], [ 120.18938, 30.0157 ] ], [ [ 120.18938, 30.0157 ], [ 120.18937, 30.01564 ] ], [ [ 120.18937, 30.01564 ], [ 120.1893, 30.01513 ] ], [ [ 120.1893, 30.01513 ], [ 120.18928, 30.01506 ] ], [ [ 120.18928, 30.01506 ], [ 120.1892893, 30.014958 ] ], [ [ 120.1892893, 30.014958 ], [ 120.1893004, 30.0146957 ] ], [ [ 120.1893004, 30.0146957 ], [ 120.1893336, 30.0142302 ] ], [ [ 120.1893336, 30.0142302 ], [ 120.1893996, 30.0139931 ] ], [ [ 120.1909247, 30.0162033 ], [ 120.1932002, 30.0163838 ] ], [ [ 120.1933714, 30.0163942 ], [ 120.1939954, 30.0164375 ], [ 120.1950094, 30.0165079 ], [ 120.1958186, 30.0164362 ], [ 120.1961199, 30.0164091 ], [ 120.1973873, 30.0162995 ], [ 120.1981739, 30.0161951 ] ], [ [ 120.1932002, 30.0163838 ], [ 120.1933714, 30.0163942 ] ], [ [ 120.1887574, 30.0159978 ], [ 120.1894761, 30.0161154 ] ], [ [ 120.1887574, 30.0159978 ], [ 120.1887256, 30.0161344 ] ], [ [ 120.1894761, 30.0161154 ], [ 120.189698, 30.0161289 ] ], [ [ 120.189698, 30.0161289 ], [ 120.1908303, 30.0161976 ] ], [ [ 120.1895147, 30.0162289 ], [ 120.1894761, 30.0161154 ] ], [ [ 120.1895147, 30.0162289 ], [ 120.1887256, 30.0161344 ] ], [ [ 120.1908303, 30.0161976 ], [ 120.1909247, 30.0162033 ] ], [ [ 120.190817, 30.0163275 ], [ 120.1895147, 30.0162289 ] ], [ [ 120.1909161, 30.016335 ], [ 120.190817, 30.0163275 ] ], [ [ 120.1878337, 30.0188109 ], [ 120.1878573, 30.0184921 ], [ 120.1879364, 30.0182381 ], [ 120.1879881, 30.0178554 ], [ 120.1880724, 30.0175045 ], [ 120.1881288, 30.0172307 ], [ 120.1881795, 30.0170099 ], [ 120.1882834, 30.0166361 ], [ 120.188351, 30.016416 ], [ 120.188431, 30.0161116 ], [ 120.1884504, 30.0160487 ] ], [ [ 120.2356087, 30.0432499 ], [ 120.236409, 30.0444579 ] ], [ [ 120.236409, 30.0444579 ], [ 120.2366231, 30.044781 ] ], [ [ 120.2366231, 30.044781 ], [ 120.2367899, 30.0450175 ] ], [ [ 120.2367899, 30.0450175 ], [ 120.2370255, 30.0453519 ] ], [ [ 120.2370255, 30.0453519 ], [ 120.2374638, 30.0459737 ] ], [ [ 120.2380634, 30.0469763 ], [ 120.237557, 30.0461512 ], [ 120.2374638, 30.0459737 ] ], [ [ 120.2374638, 30.0459737 ], [ 120.2377973, 30.0463717 ], [ 120.2381825, 30.0469805 ] ], [ [ 120.2381825, 30.0469805 ], [ 120.2382518, 30.0470795 ] ], [ [ 120.2392895, 30.048799 ], [ 120.2389985, 30.0483456 ], [ 120.2380634, 30.0469763 ] ], [ [ 120.2382518, 30.0470795 ], [ 120.2394192, 30.0487477 ] ], [ [ 120.2394192, 30.0487477 ], [ 120.2394596, 30.048862 ] ], [ [ 120.2393322, 30.0489168 ], [ 120.2392895, 30.048799 ] ], [ [ 120.2394596, 30.048862 ], [ 120.2396946, 30.0495278 ] ], [ [ 120.2396049, 30.0525113 ], [ 120.2396198, 30.051578 ], [ 120.2396229, 30.0514462 ], [ 120.2396388, 30.0507762 ], [ 120.2396259, 30.0503868 ], [ 120.2395926, 30.0499267 ], [ 120.2394655, 30.0492848 ], [ 120.2393656, 30.0490091 ], [ 120.2393322, 30.0489168 ] ], [ [ 120.2396946, 30.0495278 ], [ 120.2397887, 30.0497159 ], [ 120.239809, 30.0498129 ], [ 120.2398595, 30.0500538 ], [ 120.2399211, 30.0504477 ], [ 120.2399204, 30.0511426 ], [ 120.2399024, 30.0516897 ], [ 120.2398758, 30.0524983 ] ], [ [ 120.2397299, 30.0557742 ], [ 120.240483, 30.0558884 ], [ 120.2424165, 30.0561816 ], [ 120.2435767, 30.0563601 ], [ 120.2441321, 30.0564496 ], [ 120.2443123, 30.0564768 ] ], [ [ 120.2443152, 30.0565649 ], [ 120.2403326, 30.0559529 ], [ 120.2397257, 30.0558596 ] ], [ [ 120.2395331, 30.0557423 ], [ 120.2395751, 30.05407 ], [ 120.2395805, 30.0537855 ], [ 120.2396049, 30.0525113 ] ], [ [ 120.2398758, 30.0524983 ], [ 120.2398115, 30.053905 ], [ 120.2398041, 30.0540668 ], [ 120.2397839, 30.0548829 ], [ 120.2397617, 30.0552486 ], [ 120.2397299, 30.0557742 ] ], [ [ 120.2395331, 30.0557423 ], [ 120.2397299, 30.0557742 ] ], [ [ 120.2395309, 30.0558297 ], [ 120.2395331, 30.0557423 ] ], [ [ 120.2397299, 30.0557742 ], [ 120.2397257, 30.0558596 ] ], [ [ 120.2397257, 30.0558596 ], [ 120.2395309, 30.0558297 ] ], [ [ 120.2390025, 30.0607237 ], [ 120.2391084, 30.0603605 ], [ 120.2392259, 30.059887 ], [ 120.2392918, 30.0593528 ], [ 120.2393461, 30.0589128 ], [ 120.2394239, 30.0580268 ], [ 120.2394683, 30.0575215 ], [ 120.2395416, 30.0566875 ], [ 120.2395309, 30.0558297 ] ], [ [ 120.2397257, 30.0558596 ], [ 120.2397073, 30.0562386 ], [ 120.2397047, 30.0562891 ], [ 120.2396587, 30.0571802 ], [ 120.2396247, 30.0578386 ], [ 120.239548, 30.0587537 ], [ 120.2395045, 30.0590658 ], [ 120.2393987, 30.0598259 ], [ 120.2392325, 30.0605839 ], [ 120.2391662, 30.060769 ] ], [ [ 120.2391662, 30.060769 ], [ 120.2390025, 30.0607237 ] ], [ [ 120.1887256, 30.0161344 ], [ 120.1884634, 30.0172613 ], [ 120.1882901, 30.0180241 ], [ 120.1881187, 30.0187786 ] ], [ [ 120.1878337, 30.0188109 ], [ 120.1881187, 30.0187786 ] ], [ [ 120.1881187, 30.0187786 ], [ 120.188105, 30.0188389 ], [ 120.188082, 30.01894 ] ], [ [ 120.1878169, 30.0189255 ], [ 120.1878337, 30.0188109 ] ], [ [ 120.188082, 30.01894 ], [ 120.1878169, 30.0189255 ] ], [ [ 120.1881187, 30.0187786 ], [ 120.1891089, 30.0187705 ], [ 120.1898578, 30.0187643 ], [ 120.1909535, 30.0188372 ], [ 120.1913725, 30.0189034 ], [ 120.1916465, 30.0189467 ], [ 120.1926486, 30.0191535 ], [ 120.1929412, 30.0192422 ] ], [ [ 120.1931875, 30.0164932 ], [ 120.192439, 30.0164502 ], [ 120.1909161, 30.016335 ] ], [ [ 120.1982259, 30.0162656 ], [ 120.1973659, 30.0163785 ], [ 120.1961466, 30.0164749 ], [ 120.1953423, 30.0165613 ], [ 120.1948273, 30.0165874 ], [ 120.1945287, 30.0165702 ], [ 120.1933569, 30.0165029 ] ], [ [ 120.1933569, 30.0165029 ], [ 120.1931875, 30.0164932 ] ], [ [ 120.1929412, 30.0192422 ], [ 120.1931115, 30.0193196 ] ], [ [ 120.198943, 30.021355 ], [ 120.1996702, 30.0215821 ], [ 120.1997502, 30.0215973 ] ], [ [ 120.1997244, 30.0216589 ], [ 120.1996336, 30.0216417 ], [ 120.1990321, 30.0214547 ], [ 120.198923, 30.021397 ] ], [ [ 120.1929313, 30.019333 ], [ 120.19155, 30.0190715 ], [ 120.1912766, 30.0190197 ], [ 120.1903635, 30.0189143 ], [ 120.1893895, 30.0189021 ], [ 120.1886455, 30.0189237 ], [ 120.188082, 30.01894 ] ], [ [ 120.1875507, 30.0219048 ], [ 120.1875652, 30.0216123 ], [ 120.1875815, 30.0209645 ], [ 120.1876451, 30.0203915 ], [ 120.1876692, 30.0202715 ], [ 120.1877186, 30.0197753 ], [ 120.1877736, 30.0192218 ], [ 120.1878169, 30.0189255 ] ], [ [ 120.188082, 30.01894 ], [ 120.1880452, 30.0193628 ], [ 120.187877, 30.0212978 ], [ 120.1878233, 30.0219148 ] ], [ [ 120.1930999, 30.0194225 ], [ 120.1929313, 30.019333 ] ], [ [ 120.1931115, 30.0193196 ], [ 120.198943, 30.021355 ] ], [ [ 120.198923, 30.021397 ], [ 120.1980336, 30.0210915 ], [ 120.1930999, 30.0194225 ] ], [ [ 120.1873875, 30.0235593 ], [ 120.1874, 30.02343 ], [ 120.18741, 30.02331 ], [ 120.18746, 30.02286 ], [ 120.18748, 30.02275 ], [ 120.18752, 30.02222 ], [ 120.18754, 30.02212 ], [ 120.1875507, 30.0219048 ] ], [ [ 120.1878233, 30.0219148 ], [ 120.1877723, 30.0225018 ], [ 120.1876532, 30.0235052 ], [ 120.1874942, 30.0249829 ] ], [ [ 120.1874942, 30.0249829 ], [ 120.1871713, 30.0279844 ] ], [ [ 120.1871713, 30.0279844 ], [ 120.1870181, 30.0294083 ], [ 120.1869252, 30.0302985 ], [ 120.1866989, 30.0324676 ] ], [ [ 120.1855252, 30.0408042 ], [ 120.1856343, 30.03973 ], [ 120.1857593, 30.0388771 ], [ 120.18581, 30.03853 ], [ 120.185821, 30.0384312 ], [ 120.18586, 30.03808 ], [ 120.18587, 30.03793 ], [ 120.18591, 30.03748 ], [ 120.18593, 30.03733 ], [ 120.18598, 30.03688 ], [ 120.186, 30.03673 ], [ 120.18605, 30.03614 ], [ 120.18607, 30.03599 ], [ 120.1861069, 30.0356337 ], [ 120.18613, 30.03541 ], [ 120.1861441, 30.0350278 ], [ 120.1861854, 30.0346747 ], [ 120.18623, 30.03453 ], [ 120.18629, 30.03395 ], [ 120.18631, 30.03381 ], [ 120.18637, 30.03324 ], [ 120.18639, 30.0331 ], [ 120.18643, 30.03255 ], [ 120.18645, 30.03242 ], [ 120.18651, 30.03187 ], [ 120.18652, 30.03173 ], [ 120.18658, 30.03119 ], [ 120.18659, 30.03105 ], [ 120.18665, 30.03049 ], [ 120.18666, 30.03035 ], [ 120.18672, 30.02979 ], [ 120.18674, 30.02964 ], [ 120.1868, 30.02907 ], [ 120.18681, 30.02892 ], [ 120.18687, 30.02835 ], [ 120.18688, 30.02822 ], [ 120.18694, 30.02768 ], [ 120.18695, 30.02756 ], [ 120.187, 30.02704 ], [ 120.18702, 30.02692 ], [ 120.18708, 30.02641 ], [ 120.1871, 30.02629 ], [ 120.18714, 30.0258 ], [ 120.18716, 30.02568 ], [ 120.18721, 30.02521 ], [ 120.18723, 30.02509 ], [ 120.18728, 30.02462 ], [ 120.18729, 30.0245 ], [ 120.18734, 30.02402 ], [ 120.18736, 30.0239 ], [ 120.1873875, 30.0235593 ] ], [ [ 120.1855119, 30.0409346 ], [ 120.1855252, 30.0408042 ] ], [ [ 120.1997502, 30.0215973 ], [ 120.2031225, 30.0227246 ], [ 120.2036507, 30.0229011 ], [ 120.206364, 30.0238079 ], [ 120.2071184, 30.0240374 ], [ 120.2075768, 30.0241769 ], [ 120.2092765, 30.0246228 ] ], [ [ 120.2092533, 30.0247151 ], [ 120.2083416, 30.0244984 ], [ 120.2075051, 30.0242815 ], [ 120.207115, 30.0241558 ], [ 120.2060621, 30.0238167 ], [ 120.205926, 30.0237709 ], [ 120.2037642, 30.0230426 ], [ 120.2031868, 30.0228481 ], [ 120.2030935, 30.022816 ], [ 120.2022436, 30.0225241 ], [ 120.1997244, 30.0216589 ] ], [ [ 120.1982811, 29.9730276 ], [ 120.199931, 29.9724534 ], [ 120.2001474, 29.9723778 ], [ 120.2008233, 29.9721434 ], [ 120.2022328, 29.9716762 ], [ 120.2025286, 29.9715554 ], [ 120.2031553, 29.9713686 ], [ 120.2038605, 29.97123 ], [ 120.2040635, 29.9712097 ], [ 120.2042355, 29.9711925 ], [ 120.2044632, 29.9711697 ], [ 120.2051924, 29.9711577 ], [ 120.2057649, 29.9712541 ], [ 120.2066509, 29.9714469 ], [ 120.2080672, 29.9720255 ], [ 120.2094774, 29.9725619 ], [ 120.2099178, 29.9727459 ], [ 120.211371, 29.9733532 ], [ 120.2120448, 29.9736347 ], [ 120.2137022, 29.9742916 ], [ 120.2149256, 29.9747677 ], [ 120.2154679, 29.9748975 ], [ 120.2157814, 29.9749726 ], [ 120.2165348, 29.9749847 ], [ 120.2172459, 29.9748521 ], [ 120.2178305, 29.9746351 ], [ 120.2182765, 29.9743579 ], [ 120.2186923, 29.9739782 ], [ 120.2190419, 29.9735202 ], [ 120.2193854, 29.9730018 ], [ 120.2199218, 29.9723208 ], [ 120.2206751, 29.9716277 ], [ 120.2212778, 29.9712179 ], [ 120.2217359, 29.9709708 ], [ 120.2225193, 29.9706514 ], [ 120.2233992, 29.9704164 ], [ 120.2238285, 29.9703504 ] ], [ [ 120.2238614, 29.9704579 ], [ 120.2237472, 29.9704736 ], [ 120.2231435, 29.9706017 ], [ 120.2223846, 29.9708254 ], [ 120.2217079, 29.9710973 ], [ 120.2210449, 29.9714805 ], [ 120.2205679, 29.9718507 ], [ 120.2200823, 29.9723057 ], [ 120.2195508, 29.9729336 ], [ 120.2191186, 29.9735714 ], [ 120.2188356, 29.9739591 ], [ 120.2184125, 29.9743577 ], [ 120.2178776, 29.9747208 ], [ 120.2171779, 29.974968 ], [ 120.2165177, 29.9750755 ], [ 120.2158828, 29.9750459 ], [ 120.2154528, 29.9749793 ], [ 120.2152467, 29.9749433 ], [ 120.214814, 29.9747955 ], [ 120.2098959, 29.9728237 ], [ 120.2066599, 29.9715769 ], [ 120.2056681, 29.9713503 ], [ 120.2049579, 29.9712559 ], [ 120.2042363, 29.9712869 ], [ 120.2038783, 29.9713218 ], [ 120.2032274, 29.9714528 ], [ 120.2026258, 29.9716212 ], [ 120.2022738, 29.9717615 ], [ 120.2001688, 29.9724716 ], [ 120.1995986, 29.9726671 ] ], [ [ 120.2100775, 29.9908858 ], [ 120.2052597, 29.9913613 ] ], [ [ 120.2052597, 29.9913613 ], [ 120.2039444, 29.9915793 ] ], [ [ 120.2100775, 29.9908858 ], [ 120.2101332, 29.9908767 ] ], [ [ 120.2101332, 29.9908767 ], [ 120.2112436, 29.9907582 ] ], [ [ 120.2112436, 29.9907582 ], [ 120.2113369, 29.9907662 ] ], [ [ 120.2113369, 29.9907662 ], [ 120.2117237, 29.9916596 ] ], [ [ 120.2117237, 29.9916596 ], [ 120.212, 29.9924424 ] ], [ [ 120.212, 29.9924424 ], [ 120.2120832, 29.9925539 ] ], [ [ 120.2120832, 29.9925539 ], [ 120.2123594, 29.9926654 ] ], [ [ 120.2123594, 29.9926654 ], [ 120.2126598, 29.9926654 ] ], [ [ 120.2126598, 29.9926654 ], [ 120.2130461, 29.9925075 ] ], [ [ 120.2130461, 29.9925075 ], [ 120.2133948, 29.9924053 ] ], [ [ 120.2133948, 29.9924053 ], [ 120.2136201, 29.9924773 ] ], [ [ 120.2136201, 29.9924773 ], [ 120.2139634, 29.9927351 ] ], [ [ 120.2139634, 29.9927351 ], [ 120.2144247, 29.9931161 ] ], [ [ 120.2144247, 29.9931161 ], [ 120.2147332, 29.9932439 ] ], [ [ 120.2147332, 29.9932439 ], [ 120.2149148, 29.9932926 ] ], [ [ 120.2238285, 29.9703504 ], [ 120.2239125, 29.9703375 ] ], [ [ 120.2239503, 29.9704543 ], [ 120.2238614, 29.9704579 ] ], [ [ 120.2229683, 30.0297735 ], [ 120.2233653, 30.0298323 ], [ 120.2237224, 30.0298851 ], [ 120.2247244, 30.0300189 ], [ 120.2253519, 30.0301608 ], [ 120.225764, 30.0302824 ], [ 120.2260963, 30.0304131 ], [ 120.2262488, 30.0304922 ], [ 120.2265085, 30.030627 ], [ 120.2267289, 30.0307673 ], [ 120.2269861, 30.030931 ], [ 120.227339, 30.0312642 ], [ 120.227772, 30.0319196 ] ], [ [ 120.227772, 30.0319196 ], [ 120.2272969, 30.0313825 ], [ 120.2272326, 30.0313147 ], [ 120.2270848, 30.0311862 ], [ 120.2268254, 30.0309606 ], [ 120.2267534, 30.0309103 ], [ 120.2264005, 30.0306641 ], [ 120.225887, 30.0304118 ], [ 120.2252674, 30.0302082 ], [ 120.2245415, 30.0300665 ], [ 120.2232381, 30.0298908 ], [ 120.2229446, 30.0298513 ] ], [ [ 120.2356087, 30.0432499 ], [ 120.2350315, 30.0425395 ] ], [ [ 120.2350315, 30.0425395 ], [ 120.2345325, 30.0417799 ] ], [ [ 120.2345325, 30.0417799 ], [ 120.2342161, 30.0413208 ] ], [ [ 120.2342161, 30.0413208 ], [ 120.2340745, 30.0411458 ] ], [ [ 120.2340745, 30.0411458 ], [ 120.2316322, 30.0375556 ] ], [ [ 120.2316322, 30.0375556 ], [ 120.2312884, 30.0370599 ] ], [ [ 120.2312884, 30.0370599 ], [ 120.2297894, 30.034899 ] ], [ [ 120.2297894, 30.034899 ], [ 120.2296234, 30.0346596 ] ], [ [ 120.2296234, 30.0346596 ], [ 120.2289765, 30.033727 ] ], [ [ 120.2289765, 30.033727 ], [ 120.2288057, 30.0334826 ] ], [ [ 120.2288057, 30.0334826 ], [ 120.2286778, 30.0332997 ] ], [ [ 120.2286778, 30.0332997 ], [ 120.227772, 30.0319196 ] ], [ [ 120.2092765, 30.0246228 ], [ 120.2126093, 30.0254221 ], [ 120.2129448, 30.0255181 ], [ 120.2132591, 30.025608 ], [ 120.2140387, 30.0258756 ], [ 120.2157619, 30.0267026 ], [ 120.2168089, 30.0272043 ], [ 120.217971, 30.0277598 ], [ 120.2209924, 30.029204 ], [ 120.2215777, 30.0294594 ], [ 120.222032, 30.0295973 ], [ 120.2226694, 30.0297262 ], [ 120.2228139, 30.0297554 ], [ 120.2229683, 30.0297735 ] ], [ [ 120.2229446, 30.0298513 ], [ 120.2224744, 30.0297877 ], [ 120.2222027, 30.0297297 ], [ 120.2220185, 30.0296903 ], [ 120.2216644, 30.0295752 ], [ 120.2213192, 30.0294424 ], [ 120.2212313, 30.0294004 ], [ 120.2189556, 30.0283138 ], [ 120.2183081, 30.0280048 ], [ 120.2178336, 30.0277784 ], [ 120.2167845, 30.0272777 ], [ 120.2141975, 30.0260431 ], [ 120.2134317, 30.0257466 ], [ 120.2132293, 30.0256897 ], [ 120.2126439, 30.0255253 ], [ 120.2125679, 30.025507 ], [ 120.2122355, 30.0254271 ], [ 120.2110416, 30.0251402 ], [ 120.2104225, 30.024993 ], [ 120.2101577, 30.0249301 ], [ 120.2092533, 30.0247151 ] ], [ [ 120.2181984, 30.1178259 ], [ 120.2180843, 30.117795 ] ], [ [ 120.2180843, 30.117795 ], [ 120.2177032, 30.1177174 ] ], [ [ 120.2177032, 30.1177174 ], [ 120.2171024, 30.1174947 ] ], [ [ 120.2171024, 30.1174947 ], [ 120.2165874, 30.1172534 ] ], [ [ 120.2165874, 30.1172534 ], [ 120.215021, 30.116381 ] ], [ [ 120.215021, 30.116381 ], [ 120.2148603, 30.1162997 ] ], [ [ 120.2148603, 30.1162997 ], [ 120.2136262, 30.1156757 ] ], [ [ 120.2136262, 30.1156757 ], [ 120.2132321, 30.1155313 ] ], [ [ 120.2132321, 30.1155313 ], [ 120.2130704, 30.1154721 ] ], [ [ 120.2130704, 30.1154721 ], [ 120.2125533, 30.1153416 ] ], [ [ 120.2125533, 30.1153416 ], [ 120.2120598, 30.1152859 ] ], [ [ 120.2120598, 30.1152859 ], [ 120.2115019, 30.1152488 ] ], [ [ 120.2115019, 30.1152488 ], [ 120.2031258, 30.1156056 ] ], [ [ 120.2031258, 30.1156056 ], [ 120.2025678, 30.1156345 ] ], [ [ 120.2025678, 30.1156345 ], [ 120.2002894, 30.1157363 ] ], [ [ 120.2002894, 30.1157363 ], [ 120.1992946, 30.1157245 ] ], [ [ 120.231602, 30.114367 ], [ 120.2298053, 30.1143949 ] ], [ [ 120.2298053, 30.1143949 ], [ 120.2291186, 30.1144506 ] ], [ [ 120.2291186, 30.1144506 ], [ 120.2283891, 30.1145991 ] ], [ [ 120.2283891, 30.1145991 ], [ 120.2271445, 30.1150817 ] ], [ [ 120.2271445, 30.1150817 ], [ 120.2257316, 30.1157054 ] ], [ [ 120.2257316, 30.1157054 ], [ 120.2253239, 30.115891 ] ], [ [ 120.2253239, 30.115891 ], [ 120.2249185, 30.1160698 ] ], [ [ 120.2249185, 30.1160698 ], [ 120.221351, 30.1176431 ] ], [ [ 120.221351, 30.1176431 ], [ 120.2204927, 30.1178287 ] ], [ [ 120.2204927, 30.1178287 ], [ 120.219806, 30.1179215 ] ], [ [ 120.219806, 30.1179215 ], [ 120.2193788, 30.1179338 ] ], [ [ 120.2193788, 30.1179338 ], [ 120.2191623, 30.1179401 ] ], [ [ 120.2191623, 30.1179401 ], [ 120.2184327, 30.1178659 ] ], [ [ 120.2184327, 30.1178659 ], [ 120.2181984, 30.1178259 ] ], [ [ 120.2302261, 30.1642272 ], [ 120.2302343, 30.1637313 ], [ 120.2302788, 30.1632897 ], [ 120.2308461, 30.1617108 ], [ 120.2310534, 30.1613294 ], [ 120.2311474, 30.1609303 ], [ 120.2311881, 30.1606355 ], [ 120.2313424, 30.1603038 ], [ 120.231491, 30.1600768 ], [ 120.2317048, 30.1598365 ], [ 120.2318504, 30.1597725 ], [ 120.2321624, 30.1597157 ], [ 120.2324015, 30.1597379 ], [ 120.2325145, 30.1597616 ], [ 120.23266, 30.1597084 ], [ 120.2328116, 30.1596021 ], [ 120.2338382, 30.1586535 ], [ 120.2343472, 30.1581415 ], [ 120.2349834, 30.1574937 ], [ 120.2363854, 30.1561061 ] ], [ [ 120.1992946, 30.1157245 ], [ 120.1983054, 30.1157128 ] ], [ [ 120.1983054, 30.1157128 ], [ 120.1966532, 30.1155829 ] ], [ [ 120.1966532, 30.1155829 ], [ 120.1956876, 30.1155086 ] ], [ [ 120.1956876, 30.1155086 ], [ 120.1942297, 30.115249 ] ], [ [ 120.1942297, 30.115249 ], [ 120.1934989, 30.1151188 ] ], [ [ 120.1934989, 30.1151188 ], [ 120.1904259, 30.1145849 ] ], [ [ 120.1856619, 30.0872018 ], [ 120.1858916, 30.0861298 ], [ 120.1860648, 30.0854513 ], [ 120.1861368, 30.0846573 ], [ 120.1861878, 30.0835645 ], [ 120.1861575, 30.083384 ], [ 120.1861006, 30.0830444 ], [ 120.1860537, 30.08267 ], [ 120.1860683, 30.0824918 ], [ 120.1860225, 30.0822904 ], [ 120.1858876, 30.081883 ], [ 120.1856557, 30.0812998 ] ], [ [ 120.1860423, 30.0812706 ], [ 120.1860827, 30.0813449 ], [ 120.186262, 30.0818015 ], [ 120.1863574, 30.0822455 ], [ 120.186417, 30.0830103 ], [ 120.1864471, 30.0835433 ], [ 120.1864477, 30.0839105 ], [ 120.1864266, 30.0843363 ], [ 120.1862158, 30.0855074 ], [ 120.1860882, 30.0861693 ], [ 120.1859465, 30.0869127 ], [ 120.1858858, 30.0872312 ] ], [ [ 120.1856619, 30.0872018 ], [ 120.1858858, 30.0872312 ] ], [ [ 120.1856506, 30.0872998 ], [ 120.1856619, 30.0872018 ] ], [ [ 120.1858858, 30.0872312 ], [ 120.185869, 30.087326 ] ], [ [ 120.185869, 30.087326 ], [ 120.1856506, 30.0872998 ] ], [ [ 120.1849199, 30.0917147 ], [ 120.1849213, 30.0915815 ], [ 120.1849536, 30.0911995 ], [ 120.1849672, 30.0908265 ], [ 120.1849833, 30.0906063 ], [ 120.1850071, 30.0905077 ], [ 120.1856506, 30.0872998 ] ], [ [ 120.185869, 30.087326 ], [ 120.1858028, 30.0877045 ], [ 120.1855246, 30.0892953 ], [ 120.185427, 30.0905649 ], [ 120.1853989, 30.0909222 ], [ 120.1853681, 30.0912493 ], [ 120.1853559, 30.0914833 ], [ 120.1853825, 30.091719 ] ], [ [ 120.1849199, 30.0917147 ], [ 120.1853825, 30.091719 ] ], [ [ 120.1849214, 30.0918113 ], [ 120.1849199, 30.0917147 ] ], [ [ 120.1853825, 30.091719 ], [ 120.1853792, 30.0918135 ] ], [ [ 120.1853792, 30.0918135 ], [ 120.1849214, 30.0918113 ] ], [ [ 120.1852601, 30.0943821 ], [ 120.1851013, 30.0935328 ], [ 120.1849555, 30.0927535 ], [ 120.1849417, 30.0919644 ], [ 120.1849214, 30.0918113 ] ], [ [ 120.1853792, 30.0918135 ], [ 120.1853902, 30.0919845 ], [ 120.1854168, 30.0922113 ], [ 120.1854423, 30.0927515 ], [ 120.1855151, 30.0934205 ], [ 120.1855362, 30.0935598 ], [ 120.1856533, 30.0943348 ], [ 120.1856879, 30.0946366 ], [ 120.1857737, 30.0959306 ], [ 120.1857868, 30.0961352 ] ], [ [ 120.1854339, 30.0961454 ], [ 120.1854068, 30.0959678 ], [ 120.1852856, 30.0946054 ], [ 120.1852601, 30.0943821 ] ], [ [ 120.1857868, 30.0961352 ], [ 120.1859423, 30.0961145 ], [ 120.185975, 30.0961126 ], [ 120.1864047, 30.0960605 ], [ 120.1864824, 30.0960388 ] ], [ [ 120.1865958, 30.0961754 ], [ 120.1864824, 30.0960388 ] ], [ [ 120.1854339, 30.0961454 ], [ 120.1857868, 30.0961352 ] ], [ [ 120.1857868, 30.0961352 ], [ 120.1857924, 30.0962466 ] ], [ [ 120.1854487, 30.0962672 ], [ 120.1854339, 30.0961454 ] ], [ [ 120.1865958, 30.0961754 ], [ 120.1864409, 30.0961995 ], [ 120.1859685, 30.0962324 ], [ 120.1859376, 30.0962345 ], [ 120.1857924, 30.0962466 ] ], [ [ 120.1857924, 30.0962466 ], [ 120.1854487, 30.0962672 ] ], [ [ 120.1858096, 30.1017344 ], [ 120.1858495, 30.1014339 ], [ 120.1858726, 30.1010336 ], [ 120.1858748, 30.100336 ], [ 120.1858237, 30.0997416 ], [ 120.1856903, 30.0984703 ], [ 120.1856706, 30.0983149 ], [ 120.1855557, 30.0974063 ], [ 120.1855296, 30.0970725 ], [ 120.1854924, 30.0967021 ], [ 120.1854669, 30.0964481 ], [ 120.1854487, 30.0962672 ] ], [ [ 120.1857924, 30.0962466 ], [ 120.1858229, 30.0964225 ], [ 120.1858468, 30.0965859 ], [ 120.1858782, 30.0967931 ], [ 120.1859444, 30.0971604 ], [ 120.1860419, 30.098131 ], [ 120.1860962, 30.0999993 ], [ 120.1861207, 30.1005313 ], [ 120.1861051, 30.1011327 ], [ 120.1860717, 30.1017702 ] ], [ [ 120.1821146, 30.1129941 ], [ 120.1825655, 30.1124167 ], [ 120.1829159, 30.1119273 ], [ 120.1831361, 30.1115729 ], [ 120.1833289, 30.1112421 ], [ 120.1836361, 30.1105574 ], [ 120.1836592, 30.1105011 ], [ 120.1837814, 30.1102039 ], [ 120.1839112, 30.1098075 ], [ 120.1841397, 30.1090167 ], [ 120.1843546, 30.1081092 ], [ 120.184451, 30.1077019 ], [ 120.1845919, 30.1070896 ], [ 120.1846452, 30.1068579 ], [ 120.1847202, 30.1066125 ], [ 120.185176, 30.104624 ], [ 120.1856147, 30.1027884 ], [ 120.1858096, 30.1017344 ] ], [ [ 120.1860717, 30.1017702 ], [ 120.1859521, 30.1024 ], [ 120.1858044, 30.1029535 ], [ 120.1856973, 30.1033894 ], [ 120.1854017, 30.1046439 ], [ 120.185242, 30.1053019 ], [ 120.185142, 30.1057141 ], [ 120.1849332, 30.106628 ], [ 120.1847818, 30.1072765 ], [ 120.1843309, 30.1093563 ], [ 120.1841932, 30.1097292 ], [ 120.1840629, 30.1103128 ], [ 120.1838801, 30.1107695 ], [ 120.1837289, 30.1111025 ], [ 120.1835599, 30.111444 ], [ 120.1834046, 30.1117516 ], [ 120.1831625, 30.111992 ], [ 120.1829373, 30.1122791 ], [ 120.1827221, 30.1125313 ], [ 120.1822823, 30.1130783 ] ], [ [ 120.1821146, 30.1129941 ], [ 120.1820216, 30.1129288 ] ], [ [ 120.1821146, 30.1129941 ], [ 120.1822823, 30.1130783 ] ], [ [ 120.1801207, 30.1160766 ], [ 120.1802511, 30.1156682 ], [ 120.1803623, 30.1154153 ], [ 120.1804239, 30.1152753 ], [ 120.1806094, 30.1149541 ], [ 120.180858, 30.1145786 ], [ 120.181166, 30.1141708 ], [ 120.1815884, 30.1136292 ], [ 120.1821146, 30.1129941 ] ], [ [ 120.1822823, 30.1130783 ], [ 120.1820898, 30.1133826 ], [ 120.1816054, 30.1139751 ], [ 120.1810404, 30.1147036 ], [ 120.1807819, 30.1150783 ], [ 120.1806848, 30.1152536 ], [ 120.1805965, 30.1154132 ], [ 120.1804673, 30.1156719 ], [ 120.1803201, 30.1161381 ] ], [ [ 120.2443123, 30.0564768 ], [ 120.244447, 30.0564966 ] ], [ [ 120.2444507, 30.0565858 ], [ 120.2443152, 30.0565649 ] ], [ [ 120.2415325, 30.0658043 ], [ 120.2413486, 30.0652442 ] ], [ [ 120.2415502, 30.0659126 ], [ 120.2415325, 30.0658043 ] ], [ [ 120.2416697, 30.0664481 ], [ 120.2416393, 30.0662734 ] ], [ [ 120.2416393, 30.0662734 ], [ 120.2416266, 30.0662096 ] ], [ [ 120.2416266, 30.0662096 ], [ 120.2415502, 30.0659126 ] ], [ [ 120.231602, 30.114367 ], [ 120.2314461, 30.113595 ], [ 120.2310993, 30.11245 ], [ 120.2308934, 30.1117192 ], [ 120.2306887, 30.1109927 ], [ 120.2305118, 30.1102518 ], [ 120.2303773, 30.1096027 ], [ 120.2303419, 30.1088741 ], [ 120.2303833, 30.1081078 ], [ 120.2308515, 30.1043427 ], [ 120.2311975, 30.10121 ], [ 120.2311912, 30.1006513 ], [ 120.2311771, 30.0995221 ], [ 120.2310897, 30.0979928 ], [ 120.2310943, 30.0973148 ], [ 120.2319586, 30.0887881 ], [ 120.2318786, 30.087776 ], [ 120.2318542, 30.0868715 ], [ 120.2318013, 30.0864034 ], [ 120.2317412, 30.0857471 ], [ 120.2316634, 30.0854341 ], [ 120.2308767, 30.0818821 ], [ 120.2303655, 30.0798641 ], [ 120.2301197, 30.0788937 ], [ 120.2299899, 30.0783322 ], [ 120.2299874, 30.0781847 ], [ 120.2299755, 30.077465 ], [ 120.2300414, 30.0770859 ], [ 120.2301288, 30.0765043 ], [ 120.2302435, 30.0761686 ], [ 120.2303965, 30.0757573 ], [ 120.2305714, 30.0753223 ], [ 120.2309757, 30.0744853 ], [ 120.2318681, 30.072592 ], [ 120.2320466, 30.0722299 ], [ 120.2328777, 30.0704427 ], [ 120.2337405, 30.0686929 ], [ 120.2343251, 30.067454 ], [ 120.2357785, 30.0644087 ], [ 120.2362156, 30.0636946 ], [ 120.2366145, 30.0632737 ], [ 120.2369806, 30.062938 ], [ 120.2375871, 30.0624934 ], [ 120.2377783, 30.0623516 ], [ 120.2381713, 30.0620103 ], [ 120.2386959, 30.061353 ], [ 120.2390025, 30.0607237 ] ], [ [ 120.2316924, 30.0984522 ], [ 120.2316608, 30.098815 ], [ 120.2314484, 30.1003683 ], [ 120.2313269, 30.101274 ], [ 120.2312186, 30.1023759 ], [ 120.2309885, 30.1043851 ], [ 120.2305167, 30.1081651 ], [ 120.2305027, 30.1088697 ], [ 120.2305425, 30.1096239 ], [ 120.2306235, 30.1101421 ], [ 120.2309598, 30.1113551 ], [ 120.2311502, 30.1120421 ], [ 120.2315815, 30.113499 ], [ 120.2317584, 30.1143645 ] ], [ [ 120.2317584, 30.1143645 ], [ 120.231602, 30.114367 ] ], [ [ 120.2317584, 30.1143645 ], [ 120.2318216, 30.1151662 ], [ 120.2319091, 30.1184448 ], [ 120.2319739, 30.1194785 ], [ 120.2321515, 30.1206639 ], [ 120.232403, 30.1215871 ] ], [ [ 120.2322444, 30.1215906 ], [ 120.2322177, 30.1215057 ], [ 120.2319982, 30.1205812 ], [ 120.2318283, 30.1195036 ], [ 120.2317576, 30.1184382 ], [ 120.2316939, 30.1154013 ], [ 120.231602, 30.114367 ] ], [ [ 120.2416697, 30.0664481 ], [ 120.241681, 30.0665128 ] ], [ [ 120.241681, 30.0665128 ], [ 120.2417332, 30.066813 ] ], [ [ 120.2417332, 30.066813 ], [ 120.2417901, 30.0670407 ] ], [ [ 120.2417901, 30.0670407 ], [ 120.241816, 30.067144 ] ], [ [ 120.241816, 30.067144 ], [ 120.241835, 30.0671923 ] ], [ [ 120.241835, 30.0671923 ], [ 120.2419272, 30.067427 ] ], [ [ 120.2419272, 30.067427 ], [ 120.2420957, 30.0676916 ] ], [ [ 120.2420957, 30.0676916 ], [ 120.2422902, 30.0679316 ] ], [ [ 120.2422902, 30.0679316 ], [ 120.2423104, 30.0679515 ] ], [ [ 120.2423104, 30.0679515 ], [ 120.2425388, 30.0681757 ] ], [ [ 120.2425388, 30.0681757 ], [ 120.2428278, 30.068377 ] ], [ [ 120.2428278, 30.068377 ], [ 120.2430936, 30.0685136 ] ], [ [ 120.2430936, 30.0685136 ], [ 120.2433848, 30.0686304 ] ], [ [ 120.2433848, 30.0686304 ], [ 120.2435777, 30.0686748 ] ], [ [ 120.2435777, 30.0686748 ], [ 120.2442889, 30.0688386 ] ], [ [ 120.2442889, 30.0688386 ], [ 120.2454617, 30.069083 ] ], [ [ 120.2454617, 30.069083 ], [ 120.2468387, 30.06937 ] ], [ [ 120.2468387, 30.06937 ], [ 120.2469775, 30.0694008 ] ], [ [ 120.2469775, 30.0694008 ], [ 120.2471119, 30.0694306 ] ], [ [ 120.2451616, 30.1080005 ], [ 120.2451402, 30.1083959 ] ], [ [ 120.2451402, 30.1083959 ], [ 120.2451435, 30.1087129 ] ], [ [ 120.2451435, 30.1087129 ], [ 120.2451512, 30.1089742 ] ], [ [ 120.2451512, 30.1089742 ], [ 120.2451534, 30.109047 ] ], [ [ 120.2451534, 30.109047 ], [ 120.2451633, 30.1094225 ] ], [ [ 120.2451633, 30.1094225 ], [ 120.2452189, 30.1099589 ] ], [ [ 120.2452189, 30.1099589 ], [ 120.2452819, 30.110309 ] ], [ [ 120.2452819, 30.110309 ], [ 120.2453646, 30.1106134 ] ], [ [ 120.2453646, 30.1106134 ], [ 120.2453816, 30.1106655 ] ], [ [ 120.2453816, 30.1106655 ], [ 120.2454571, 30.1108976 ] ], [ [ 120.2454571, 30.1108976 ], [ 120.2456744, 30.1114759 ] ], [ [ 120.2456744, 30.1114759 ], [ 120.2460059, 30.1122838 ] ], [ [ 120.2391662, 30.060769 ], [ 120.2392362, 30.0609063 ] ], [ [ 120.2392362, 30.0609063 ], [ 120.2393934, 30.0611986 ] ], [ [ 120.2393934, 30.0611986 ], [ 120.2394497, 30.0613093 ] ], [ [ 120.2394497, 30.0613093 ], [ 120.2396478, 30.0616989 ] ], [ [ 120.2396478, 30.0616989 ], [ 120.2402064, 30.0628888 ] ], [ [ 120.2402064, 30.0628888 ], [ 120.2405119, 30.0635223 ] ], [ [ 120.2405119, 30.0635223 ], [ 120.2409102, 30.0642404 ] ], [ [ 120.2409102, 30.0642404 ], [ 120.241234, 30.0649328 ] ], [ [ 120.241234, 30.0649328 ], [ 120.2413215, 30.0651704 ] ], [ [ 120.2413215, 30.0651704 ], [ 120.2413486, 30.0652442 ] ], [ [ 120.2391662, 30.060769 ], [ 120.238968, 30.0611407 ], [ 120.2389438, 30.0611744 ], [ 120.2387599, 30.0614307 ], [ 120.2382882, 30.0620311 ], [ 120.2380444, 30.0623033 ], [ 120.2376827, 30.0625871 ], [ 120.2369121, 30.0631816 ], [ 120.2364044, 30.0636808 ], [ 120.2359188, 30.0645045 ], [ 120.2344781, 30.0674895 ], [ 120.2338816, 30.0687458 ], [ 120.2330663, 30.0704466 ], [ 120.232195, 30.072279 ], [ 120.2318545, 30.072995 ], [ 120.2315088, 30.073722 ], [ 120.2313025, 30.0741519 ], [ 120.2306465, 30.0755192 ], [ 120.2303846, 30.0761719 ], [ 120.2301682, 30.0770304 ], [ 120.2301299, 30.0774001 ], [ 120.2301203, 30.0780978 ], [ 120.2301245, 30.0781552 ], [ 120.2302464, 30.0788801 ], [ 120.2307972, 30.0810396 ], [ 120.2310804, 30.0821497 ], [ 120.2316069, 30.0840709 ], [ 120.2319663, 30.0856105 ], [ 120.2321328, 30.0863547 ], [ 120.232324, 30.0876849 ], [ 120.2325027, 30.0888196 ], [ 120.2317628, 30.0976435 ], [ 120.2316924, 30.0984522 ] ], [ [ 120.2465951, 30.114101 ], [ 120.2459983, 30.1140969 ] ], [ [ 120.2459983, 30.1140969 ], [ 120.2452763, 30.1141165 ] ], [ [ 120.2452763, 30.1141165 ], [ 120.2426742, 30.1141891 ] ], [ [ 120.2426742, 30.1141891 ], [ 120.2419503, 30.1142093 ] ], [ [ 120.2419503, 30.1142093 ], [ 120.2413821, 30.1142121 ] ], [ [ 120.2413821, 30.1142121 ], [ 120.2381309, 30.1142279 ] ], [ [ 120.2381309, 30.1142279 ], [ 120.237573, 30.1142464 ] ], [ [ 120.237573, 30.1142464 ], [ 120.2325948, 30.1143393 ] ], [ [ 120.2325948, 30.1143393 ], [ 120.2321871, 30.1143393 ] ], [ [ 120.2321871, 30.1143393 ], [ 120.2317584, 30.1143645 ] ], [ [ 120.232403, 30.1215871 ], [ 120.2324918, 30.121913 ], [ 120.2328592, 30.1228932 ], [ 120.2334168, 30.1240296 ], [ 120.2339603, 30.124964 ], [ 120.2346827, 30.1261637 ], [ 120.2355737, 30.1276965 ], [ 120.236054, 30.1286599 ], [ 120.2363696, 30.1292987 ], [ 120.2369675, 30.1307373 ], [ 120.2378024, 30.132773 ], [ 120.238716, 30.1349493 ], [ 120.2390009, 30.1356422 ], [ 120.239748, 30.1374543 ], [ 120.2404049, 30.1390471 ], [ 120.240595, 30.1395268 ], [ 120.2406304, 30.1396086 ], [ 120.2410835, 30.1406541 ], [ 120.2415399, 30.1417937 ], [ 120.2415912, 30.1419204 ], [ 120.2422269, 30.1434914 ], [ 120.2428409, 30.1449962 ], [ 120.2429213, 30.1452259 ], [ 120.2430111, 30.1454824 ], [ 120.2430897, 30.1458221 ], [ 120.2431999, 30.1464924 ], [ 120.2432077, 30.146713 ] ], [ [ 120.2430592, 30.1467172 ], [ 120.2430547, 30.1462744 ], [ 120.2429493, 30.1458051 ], [ 120.2428264, 30.1453889 ], [ 120.2427639, 30.1452056 ], [ 120.2426554, 30.1448876 ], [ 120.242078, 30.143483 ], [ 120.2416673, 30.1424242 ], [ 120.240944, 30.1407154 ], [ 120.2404932, 30.139609 ], [ 120.2404602, 30.1395279 ], [ 120.2395792, 30.1373802 ], [ 120.2388649, 30.135689 ], [ 120.2385655, 30.1349884 ], [ 120.2379016, 30.1333215 ], [ 120.2374338, 30.1322565 ], [ 120.2368365, 30.130798 ], [ 120.2362463, 30.1293456 ], [ 120.2354946, 30.1278696 ], [ 120.2348013, 30.1265995 ], [ 120.2334776, 30.1244077 ], [ 120.2330034, 30.1235751 ], [ 120.2326778, 30.122822 ], [ 120.2324159, 30.1221363 ], [ 120.2322444, 30.1215906 ] ], [ [ 120.2366628, 30.1702214 ], [ 120.236959, 30.1697427 ], [ 120.2376117, 30.1690537 ], [ 120.2386604, 30.168381 ], [ 120.2392654, 30.1679498 ], [ 120.2394087, 30.1678476 ], [ 120.2397928, 30.1673645 ], [ 120.2398636, 30.1672754 ], [ 120.2401598, 30.1669029 ] ], [ [ 120.2402607, 30.1670319 ], [ 120.2399771, 30.1674052 ], [ 120.239902, 30.167504 ], [ 120.2395824, 30.1679247 ], [ 120.2387472, 30.1685522 ], [ 120.238548, 30.1686736 ], [ 120.2376491, 30.1692214 ], [ 120.237196, 30.1698464 ], [ 120.2368722, 30.1702818 ] ], [ [ 120.1904259, 30.1145849 ], [ 120.1860746, 30.1137639 ] ], [ [ 120.1860746, 30.1137639 ], [ 120.1856025, 30.113671 ] ], [ [ 120.1856025, 30.113671 ], [ 120.1829613, 30.1132222 ] ], [ [ 120.1829613, 30.1132222 ], [ 120.1822823, 30.1130783 ] ], [ [ 120.2071782, 30.1710657 ], [ 120.2073288, 30.1710774 ] ], [ [ 120.2071686, 30.1712219 ], [ 120.2071782, 30.1710657 ] ], [ [ 120.2073288, 30.1710774 ], [ 120.2073199, 30.1712238 ] ], [ [ 120.2073288, 30.1710774 ], [ 120.2081355, 30.1711413 ], [ 120.2103181, 30.171365 ] ], [ [ 120.2073199, 30.1712238 ], [ 120.2071686, 30.1712219 ] ], [ [ 120.2102715, 30.1715294 ], [ 120.2080715, 30.1713166 ], [ 120.2073199, 30.1712238 ] ], [ [ 120.2103181, 30.171365 ], [ 120.2107803, 30.1714124 ], [ 120.2113871, 30.1714507 ], [ 120.211937, 30.1715179 ], [ 120.2124184, 30.1715933 ], [ 120.2127108, 30.1716883 ], [ 120.2129039, 30.1718402 ], [ 120.2130045, 30.1720512 ], [ 120.2130648, 30.1722959 ], [ 120.2131239, 30.1725185 ] ], [ [ 120.2130206, 30.1725336 ], [ 120.2128959, 30.1720628 ], [ 120.2128106, 30.1719054 ], [ 120.2127859, 30.1718599 ], [ 120.2125941, 30.1717405 ], [ 120.2122883, 30.1716744 ], [ 120.2113748, 30.1716303 ], [ 120.2106844, 30.1715693 ], [ 120.2102715, 30.1715294 ] ], [ [ 120.2253732, 30.1730876 ], [ 120.2255378, 30.1730521 ], [ 120.2257798, 30.1730018 ], [ 120.2261537, 30.1729327 ], [ 120.2271707, 30.1728044 ], [ 120.2279371, 30.1727332 ], [ 120.2285022, 30.1726795 ], [ 120.229012, 30.1726919 ] ], [ [ 120.2252699, 30.1731099 ], [ 120.2253732, 30.1730876 ] ], [ [ 120.228956, 30.1730409 ], [ 120.2281482, 30.1730653 ], [ 120.2274902, 30.1731064 ], [ 120.2259354, 30.173364 ], [ 120.2253708, 30.1734762 ], [ 120.2252967, 30.1734909 ] ], [ [ 120.2252967, 30.1734909 ], [ 120.2252323, 30.1735037 ] ], [ [ 120.2213469, 30.1741336 ], [ 120.2224827, 30.1737392 ], [ 120.2227353, 30.1736485 ], [ 120.2230708, 30.1735967 ], [ 120.223488, 30.1734797 ], [ 120.2239194, 30.173346 ], [ 120.2245706, 30.1732123 ], [ 120.2252699, 30.1731099 ] ], [ [ 120.2252323, 30.1735037 ], [ 120.2248529, 30.1736546 ], [ 120.224175, 30.1738456 ], [ 120.223655, 30.1739879 ], [ 120.2232739, 30.1740778 ], [ 120.2228623, 30.1741807 ], [ 120.221404, 30.1744964 ] ], [ [ 120.2073199, 30.1712238 ], [ 120.2072472, 30.1724142 ], [ 120.207238, 30.1726972 ], [ 120.2072109, 30.1735335 ] ], [ [ 120.2070327, 30.1735638 ], [ 120.207113, 30.1722055 ], [ 120.2071686, 30.1712219 ] ], [ [ 120.2072109, 30.1735335 ], [ 120.2071935, 30.1738541 ], [ 120.2071293, 30.1745643 ] ], [ [ 120.2069603, 30.1745688 ], [ 120.2070165, 30.1738379 ], [ 120.2070327, 30.1735638 ] ], [ [ 120.2071293, 30.1745643 ], [ 120.2072946, 30.1745616 ] ], [ [ 120.2069603, 30.1745688 ], [ 120.2071293, 30.1745643 ] ], [ [ 120.2176957, 30.175007 ], [ 120.2184828, 30.17491 ], [ 120.2193815, 30.1747538 ], [ 120.2196852, 30.174661 ], [ 120.2202894, 30.1744143 ], [ 120.2209661, 30.174228 ], [ 120.2213469, 30.1741336 ] ], [ [ 120.2131408, 30.1748459 ], [ 120.2132339, 30.1748492 ] ], [ [ 120.2068219, 30.1745744 ], [ 120.2069603, 30.1745688 ] ], [ [ 120.2059095, 30.1746699 ], [ 120.2065258, 30.1745995 ], [ 120.2068219, 30.1745744 ] ], [ [ 120.2072946, 30.1745616 ], [ 120.2078461, 30.1745872 ], [ 120.2099422, 30.1746896 ] ], [ [ 120.2071293, 30.1745643 ], [ 120.2071139, 30.1747893 ] ], [ [ 120.2069578, 30.1747948 ], [ 120.2069603, 30.1745688 ] ], [ [ 120.2099422, 30.1746896 ], [ 120.2131408, 30.1748459 ] ], [ [ 120.2071139, 30.1747893 ], [ 120.2069578, 30.1747948 ] ], [ [ 120.2072563, 30.174797 ], [ 120.2071139, 30.1747893 ] ], [ [ 120.2212429, 30.1745368 ], [ 120.2197516, 30.1749184 ], [ 120.219308, 30.1750354 ], [ 120.2185399, 30.1751592 ], [ 120.2179551, 30.1752107 ], [ 120.217643, 30.1752232 ] ], [ [ 120.2132339, 30.1748492 ], [ 120.2157245, 30.1749373 ] ], [ [ 120.2157245, 30.1749373 ], [ 120.2176957, 30.175007 ] ], [ [ 120.2132422, 30.1750559 ], [ 120.213136, 30.1750474 ] ], [ [ 120.2157034, 30.1751694 ], [ 120.2132422, 30.1750559 ] ], [ [ 120.229388, 30.1730351 ], [ 120.2292746, 30.173817 ], [ 120.2292121, 30.1743703 ], [ 120.2292102, 30.1745214 ] ], [ [ 120.2289727, 30.1748121 ], [ 120.2290046, 30.1742725 ], [ 120.2290402, 30.1739579 ], [ 120.229053, 30.173866 ], [ 120.229139, 30.1730354 ] ], [ [ 120.2289727, 30.1748121 ], [ 120.2288643, 30.1746603 ], [ 120.2288131, 30.1745274 ], [ 120.2287986, 30.1743169 ], [ 120.2288666, 30.1737659 ], [ 120.228956, 30.1730409 ] ], [ [ 120.2292102, 30.1745214 ], [ 120.2291798, 30.1748254 ] ], [ [ 120.2292102, 30.1745214 ], [ 120.2292118, 30.1746136 ], [ 120.2292314, 30.1748288 ] ], [ [ 120.2291798, 30.1748254 ], [ 120.229151, 30.175833 ], [ 120.2291782, 30.1762332 ], [ 120.2292324, 30.176768 ] ], [ [ 120.1851149, 30.1583875 ], [ 120.1853228, 30.1584834 ], [ 120.1855584, 30.1586683 ], [ 120.1858071, 30.1589135 ], [ 120.18613, 30.1592078 ], [ 120.187013, 30.1600002 ] ], [ [ 120.1869452, 30.1600509 ], [ 120.1866322, 30.1597828 ], [ 120.1862106, 30.1593925 ], [ 120.1859429, 30.1591434 ], [ 120.1856148, 30.1588442 ], [ 120.1853661, 30.1586016 ], [ 120.1851149, 30.1583875 ] ], [ [ 120.187013, 30.1600002 ], [ 120.1870798, 30.1600562 ] ], [ [ 120.1870109, 30.1601119 ], [ 120.1869452, 30.1600509 ] ], [ [ 120.1908658, 30.1622084 ], [ 120.191214, 30.162367 ], [ 120.191832, 30.1626995 ], [ 120.1926142, 30.1631203 ], [ 120.1928354, 30.1632393 ], [ 120.1947173, 30.1642518 ] ], [ [ 120.1946301, 30.164345 ], [ 120.1911291, 30.1624649 ], [ 120.1908327, 30.1622943 ] ], [ [ 120.1947173, 30.1642518 ], [ 120.195025, 30.1644411 ], [ 120.1953341, 30.1645883 ], [ 120.1958057, 30.1648039 ], [ 120.1966986, 30.1651031 ], [ 120.1979742, 30.1654453 ], [ 120.198302, 30.1655115 ], [ 120.1997029, 30.1657942 ] ], [ [ 120.1995713, 30.1659229 ], [ 120.1979101, 30.1655592 ], [ 120.1973092, 30.1653915 ], [ 120.1968968, 30.1652764 ], [ 120.1957066, 30.1649075 ], [ 120.1952177, 30.1646583 ], [ 120.1949707, 30.1645369 ], [ 120.1946301, 30.164345 ] ], [ [ 120.1883426, 30.1610402 ], [ 120.1879389, 30.1608239 ], [ 120.1877223, 30.1606718 ], [ 120.187546, 30.160548 ], [ 120.1871404, 30.1602321 ], [ 120.1870109, 30.1601119 ] ], [ [ 120.1870798, 30.1600562 ], [ 120.1873448, 30.1602782 ], [ 120.1876569, 30.1605135 ], [ 120.18798, 30.1607296 ], [ 120.1885374, 30.1610449 ], [ 120.1908658, 30.1622084 ] ], [ [ 120.1908327, 30.1622943 ], [ 120.1905289, 30.1621424 ], [ 120.1904337, 30.1620983 ], [ 120.1896948, 30.1617261 ], [ 120.1885145, 30.1611323 ], [ 120.1883426, 30.1610402 ] ], [ [ 120.1836385, 30.1693318 ], [ 120.1846694, 30.1692906 ], [ 120.185299, 30.1692377 ], [ 120.1859779, 30.1691294 ], [ 120.1865038, 30.1690342 ], [ 120.1873252, 30.1688521 ], [ 120.1880768, 30.1687118 ], [ 120.1886818, 30.1685876 ], [ 120.1890797, 30.1684999 ], [ 120.1893877, 30.1684662 ], [ 120.1896958, 30.168451 ], [ 120.1903075, 30.1684805 ], [ 120.190887, 30.1685842 ], [ 120.1913656, 30.1686962 ], [ 120.1918412, 30.1689658 ], [ 120.1922631, 30.1692726 ] ], [ [ 120.1921727, 30.1694866 ], [ 120.1919341, 30.1692897 ], [ 120.1914688, 30.1690025 ], [ 120.1910573, 30.1688174 ], [ 120.190578, 30.1686888 ], [ 120.1899978, 30.1685902 ], [ 120.1894338, 30.1685799 ], [ 120.1889899, 30.1686223 ], [ 120.1883586, 30.1687553 ], [ 120.1873536, 30.1689721 ], [ 120.1866375, 30.1691172 ], [ 120.1858711, 30.1692591 ], [ 120.1851636, 30.1693692 ], [ 120.1846066, 30.1694215 ], [ 120.1836196, 30.1694669 ] ], [ [ 120.1922631, 30.1692726 ], [ 120.1927728, 30.1696808 ], [ 120.1931664, 30.1698983 ], [ 120.1936353, 30.1700787 ], [ 120.194616, 30.1703048 ], [ 120.1969683, 30.170642 ], [ 120.1972703, 30.1706455 ], [ 120.1984758, 30.1706551 ] ], [ [ 120.1946015, 30.1705046 ], [ 120.1938904, 30.1703406 ], [ 120.1936, 30.1702737 ], [ 120.1931308, 30.1700911 ], [ 120.1927153, 30.1698713 ], [ 120.1921727, 30.1694866 ] ], [ [ 120.1984842, 30.1708172 ], [ 120.1972251, 30.1708234 ], [ 120.1968923, 30.1708263 ], [ 120.1946015, 30.1705046 ] ], [ [ 120.1996977, 30.1659531 ], [ 120.1995713, 30.1659229 ] ], [ [ 120.1997029, 30.1657942 ], [ 120.2007323, 30.1660111 ], [ 120.2032794, 30.1665293 ], [ 120.2050171, 30.1668828 ], [ 120.2064084, 30.1671779 ], [ 120.2066153, 30.1672553 ], [ 120.2067723, 30.1673486 ], [ 120.2070696, 30.1676056 ], [ 120.2072395, 30.1678871 ], [ 120.2073669, 30.1680952 ], [ 120.2074236, 30.1683155 ], [ 120.2074564, 30.1685927 ], [ 120.2074242, 30.1692142 ], [ 120.2073936, 30.1698385 ], [ 120.2073893, 30.1699213 ], [ 120.2073288, 30.1710774 ] ], [ [ 120.2071782, 30.1710657 ], [ 120.2072615, 30.1698303 ], [ 120.207274, 30.1696176 ], [ 120.2073169, 30.1686623 ], [ 120.2073062, 30.1684675 ], [ 120.2072633, 30.1683237 ], [ 120.2071935, 30.1681846 ], [ 120.2069526, 30.1677337 ], [ 120.2066733, 30.1675077 ], [ 120.2064975, 30.1673782 ], [ 120.2062112, 30.1672732 ], [ 120.2049712, 30.1670403 ], [ 120.2032606, 30.1666911 ], [ 120.2006784, 30.1661641 ], [ 120.2000054, 30.1660267 ], [ 120.1996977, 30.1659531 ] ], [ [ 120.1984758, 30.1706551 ], [ 120.1986126, 30.1706547 ] ], [ [ 120.1986127, 30.1708174 ], [ 120.1984842, 30.1708172 ] ], [ [ 120.1986126, 30.1706547 ], [ 120.1998102, 30.1706683 ], [ 120.2008082, 30.1707213 ], [ 120.2018124, 30.1707902 ], [ 120.2020529, 30.1708109 ], [ 120.2053152, 30.1709808 ], [ 120.2062605, 30.1710361 ], [ 120.2071782, 30.1710657 ] ], [ [ 120.2031023, 30.1710354 ], [ 120.2019951, 30.170992 ], [ 120.2017867, 30.1709689 ], [ 120.2017704, 30.1709671 ], [ 120.2008038, 30.1708657 ], [ 120.1998865, 30.1708123 ], [ 120.1986127, 30.1708174 ] ], [ [ 120.2071686, 30.1712219 ], [ 120.2061611, 30.1711686 ], [ 120.2052232, 30.1711184 ], [ 120.2031023, 30.1710354 ] ], [ [ 120.2027018, 30.1749722 ], [ 120.2031715, 30.1749302 ], [ 120.2053106, 30.1747238 ], [ 120.2059095, 30.1746699 ] ], [ [ 120.2068087, 30.1748146 ], [ 120.2064563, 30.1748638 ], [ 120.2026779, 30.1752325 ] ], [ [ 120.1985682, 30.1752928 ], [ 120.199643, 30.175219 ], [ 120.2009406, 30.1751299 ], [ 120.2027018, 30.1749722 ] ], [ [ 120.1984504, 30.1753008 ], [ 120.1985682, 30.1752928 ] ], [ [ 120.194058, 30.1757383 ], [ 120.1962933, 30.1755157 ], [ 120.1984504, 30.1753008 ] ], [ [ 120.1885265, 30.1753925 ], [ 120.1886925, 30.1754074 ], [ 120.1911877, 30.1756332 ], [ 120.1917463, 30.1756838 ], [ 120.1925519, 30.1757567 ], [ 120.1933941, 30.1757524 ], [ 120.194058, 30.1757383 ] ], [ [ 120.1984395, 30.1756212 ], [ 120.1983361, 30.1756301 ], [ 120.1947061, 30.1759442 ], [ 120.1940617, 30.1759947 ] ], [ [ 120.1940617, 30.1759947 ], [ 120.1933376, 30.176011 ], [ 120.1930097, 30.1760184 ], [ 120.1929374, 30.17602 ], [ 120.1904839, 30.1758201 ], [ 120.1903709, 30.1758109 ], [ 120.1900574, 30.1757854 ], [ 120.1883326, 30.1756492 ] ], [ [ 120.1838237, 30.1751916 ], [ 120.1846043, 30.1751541 ], [ 120.1852047, 30.1751542 ], [ 120.1858758, 30.1751543 ], [ 120.1885265, 30.1753925 ] ], [ [ 120.1883326, 30.1756492 ], [ 120.1870843, 30.1754898 ], [ 120.1860714, 30.1754363 ], [ 120.1856958, 30.1754419 ], [ 120.1853752, 30.1754537 ], [ 120.1845654, 30.1754786 ], [ 120.1839358, 30.1755068 ] ], [ [ 120.2026779, 30.1752325 ], [ 120.2015877, 30.175327 ], [ 120.2009782, 30.1753799 ], [ 120.1986984, 30.1755981 ], [ 120.1986005, 30.1756075 ] ], [ [ 120.1986005, 30.1756075 ], [ 120.1984395, 30.1756212 ] ], [ [ 120.217643, 30.1752232 ], [ 120.2170548, 30.1752298 ], [ 120.2157034, 30.1751694 ] ], [ [ 120.2069578, 30.1747948 ], [ 120.2068087, 30.1748146 ] ], [ [ 120.213136, 30.1750474 ], [ 120.2072563, 30.174797 ] ], [ [ 120.2065954, 30.1814794 ], [ 120.2066549, 30.1808246 ], [ 120.2066811, 30.1804804 ], [ 120.2067737, 30.1779049 ], [ 120.2068935, 30.1764636 ], [ 120.2069281, 30.1760915 ], [ 120.2069644, 30.1756194 ], [ 120.2069578, 30.1747948 ] ], [ [ 120.2071139, 30.1747893 ], [ 120.2071123, 30.1748858 ], [ 120.2070122, 30.1760939 ], [ 120.2069899, 30.1764581 ], [ 120.206877, 30.1779096 ], [ 120.2067772, 30.1804811 ], [ 120.2067515, 30.1807996 ], [ 120.2067353, 30.1814906 ] ], [ [ 120.221404, 30.1744964 ], [ 120.2212429, 30.1745368 ] ], [ [ 120.2217587, 30.1841627 ], [ 120.221907, 30.1841812 ] ], [ [ 120.2217618, 30.1842796 ], [ 120.2211636, 30.1842448 ], [ 120.2207314, 30.1842173 ], [ 120.2203688, 30.1842169 ] ], [ [ 120.2133753, 30.1839886 ], [ 120.2135078, 30.1839906 ] ], [ [ 120.2135078, 30.1839906 ], [ 120.2148887, 30.1839959 ], [ 120.2151382, 30.1839983 ], [ 120.2165409, 30.1840182 ], [ 120.2175627, 30.1840327 ] ], [ [ 120.2292637, 30.1813849 ], [ 120.2291576, 30.1815642 ] ], [ [ 120.229118, 30.1813986 ], [ 120.2290087, 30.1815616 ] ], [ [ 120.2290087, 30.1815616 ], [ 120.2289671, 30.1814065 ] ], [ [ 120.2289237, 30.1815633 ], [ 120.2289671, 30.1814065 ] ], [ [ 120.2064481, 30.1839396 ], [ 120.2064811, 30.1836323 ], [ 120.2065103, 30.183082 ], [ 120.2065954, 30.1814794 ] ], [ [ 120.2067353, 30.1814906 ], [ 120.2067079, 30.1823313 ], [ 120.206665, 30.183646 ], [ 120.206652, 30.1839425 ] ], [ [ 120.2064481, 30.1839396 ], [ 120.206652, 30.1839425 ] ], [ [ 120.206652, 30.1839425 ], [ 120.2091353, 30.1839538 ] ], [ [ 120.2091353, 30.1839538 ], [ 120.2099639, 30.1839631 ], [ 120.210042, 30.183964 ], [ 120.211112, 30.1839631 ] ], [ [ 120.211112, 30.1839631 ], [ 120.2133753, 30.1839886 ] ], [ [ 120.206652, 30.1839425 ], [ 120.2066519, 30.1841145 ] ], [ [ 120.2064469, 30.1841175 ], [ 120.2064481, 30.1839396 ] ], [ [ 120.2364402, 30.1561533 ], [ 120.2350502, 30.1575183 ], [ 120.2344702, 30.15813 ], [ 120.2344047, 30.1581907 ], [ 120.2338734, 30.1586946 ], [ 120.2330126, 30.1595806 ], [ 120.2326474, 30.1598853 ], [ 120.2325152, 30.1599621 ], [ 120.232468, 30.1600637 ], [ 120.2321256, 30.1608003 ], [ 120.2319521, 30.1613275 ], [ 120.2318698, 30.1617185 ], [ 120.231762, 30.1620722 ], [ 120.2314313, 30.1627801 ], [ 120.2312033, 30.1632671 ], [ 120.2307554, 30.1639988 ], [ 120.2306028, 30.1642446 ] ], [ [ 120.2306028, 30.1642446 ], [ 120.2304755, 30.1643931 ], [ 120.2303858, 30.1646617 ], [ 120.2303305, 30.1650354 ], [ 120.2303617, 30.1657021 ], [ 120.2302992, 30.1667189 ], [ 120.2302691, 30.1672082 ], [ 120.2302168, 30.1680685 ], [ 120.2301612, 30.1683841 ], [ 120.2300976, 30.1686524 ] ], [ [ 120.2296208, 30.169942 ], [ 120.2297356, 30.1695213 ], [ 120.2299185, 30.1687726 ], [ 120.22999, 30.1682164 ], [ 120.2300079, 30.167976 ], [ 120.2300279, 30.167785 ], [ 120.2300396, 30.1675545 ], [ 120.230032, 30.1672934 ], [ 120.2300562, 30.1666975 ], [ 120.2301012, 30.1660156 ], [ 120.2301127, 30.1655899 ], [ 120.2301328, 30.1650827 ], [ 120.230148, 30.1647737 ], [ 120.2302002, 30.1644012 ], [ 120.2302261, 30.1642272 ] ], [ [ 120.2300976, 30.1686524 ], [ 120.2299486, 30.169065 ], [ 120.2298285, 30.1695884 ], [ 120.2297598, 30.1699839 ] ], [ [ 120.2300976, 30.1686524 ], [ 120.2300559, 30.1691021 ], [ 120.2298919, 30.1700006 ] ], [ [ 120.2295954, 30.170025 ], [ 120.2296208, 30.169942 ] ], [ [ 120.2297598, 30.1699839 ], [ 120.2297484, 30.1700497 ] ], [ [ 120.2298919, 30.1700006 ], [ 120.2298751, 30.1700926 ] ], [ [ 120.229012, 30.1726919 ], [ 120.2292876, 30.1713718 ], [ 120.2293312, 30.171163 ], [ 120.2294793, 30.1704538 ], [ 120.2295954, 30.170025 ] ], [ [ 120.2291918, 30.1726962 ], [ 120.2292331, 30.1724715 ], [ 120.2293158, 30.1720096 ], [ 120.2293661, 30.1717424 ], [ 120.2293897, 30.1716169 ], [ 120.2296052, 30.1703793 ], [ 120.2295954, 30.170025 ] ], [ [ 120.2401598, 30.1669029 ], [ 120.2411576, 30.1658672 ], [ 120.2419514, 30.1651726 ], [ 120.2423172, 30.1648526 ], [ 120.242504, 30.1646891 ], [ 120.2435237, 30.1637592 ], [ 120.2444312, 30.162665 ] ], [ [ 120.2445544, 30.162799 ], [ 120.2436433, 30.1638155 ], [ 120.2426401, 30.1647848 ], [ 120.24244, 30.164955 ], [ 120.242069, 30.1652705 ], [ 120.2413313, 30.1658979 ], [ 120.2402607, 30.1670319 ] ], [ [ 120.2298751, 30.1700926 ], [ 120.229797, 30.1704003 ], [ 120.229742, 30.1708734 ], [ 120.2296252, 30.1717321 ], [ 120.2295644, 30.1720483 ], [ 120.2294838, 30.1724949 ], [ 120.2294489, 30.1727049 ] ], [ [ 120.229012, 30.1726919 ], [ 120.2291918, 30.1726962 ] ], [ [ 120.2291918, 30.1726962 ], [ 120.2294489, 30.1727049 ] ], [ [ 120.2294489, 30.1727049 ], [ 120.2313374, 30.1727256 ], [ 120.2316445, 30.1727341 ], [ 120.232647, 30.1727347 ], [ 120.2337903, 30.1727415 ], [ 120.2342322, 30.1727441 ], [ 120.2361692, 30.1727591 ] ], [ [ 120.229139, 30.1730354 ], [ 120.2291918, 30.1726962 ] ], [ [ 120.228956, 30.1730409 ], [ 120.229012, 30.1726919 ] ], [ [ 120.2294489, 30.1727049 ], [ 120.229388, 30.1730351 ] ], [ [ 120.229388, 30.1730351 ], [ 120.229139, 30.1730354 ] ], [ [ 120.229139, 30.1730354 ], [ 120.228956, 30.1730409 ] ], [ [ 120.2361822, 30.1730551 ], [ 120.2348525, 30.1730502 ], [ 120.2341246, 30.1730475 ], [ 120.232649, 30.1730402 ], [ 120.2316552, 30.1730344 ], [ 120.2308278, 30.1730426 ], [ 120.229388, 30.1730351 ] ], [ [ 120.2365947, 30.1703315 ], [ 120.2366628, 30.1702214 ] ], [ [ 120.2368722, 30.1702818 ], [ 120.2366712, 30.1705759 ], [ 120.2365412, 30.1710285 ], [ 120.2364965, 30.1713075 ], [ 120.2363825, 30.1719478 ], [ 120.2363568, 30.1725672 ], [ 120.2363589, 30.1727501 ] ], [ [ 120.2361692, 30.1727591 ], [ 120.236198, 30.1722569 ], [ 120.2362087, 30.1721575 ], [ 120.2362772, 30.1715204 ], [ 120.2364384, 30.1708021 ], [ 120.2365947, 30.1703315 ] ], [ [ 120.2363589, 30.1727501 ], [ 120.2386522, 30.1723851 ], [ 120.2393605, 30.1722724 ], [ 120.2400135, 30.1722041 ], [ 120.2404019, 30.1721735 ], [ 120.2414246, 30.1721432 ], [ 120.242293, 30.1721702 ], [ 120.2427041, 30.1722483 ], [ 120.243361, 30.1724525 ], [ 120.243488, 30.1724761 ] ], [ [ 120.2361692, 30.1727591 ], [ 120.2363589, 30.1727501 ] ], [ [ 120.2435106, 30.1726123 ], [ 120.2432691, 30.1726385 ], [ 120.2422886, 30.1726519 ], [ 120.2406447, 30.1726741 ], [ 120.239839, 30.1727058 ], [ 120.2394796, 30.1727142 ], [ 120.2392578, 30.1727286 ], [ 120.2380085, 30.1728921 ], [ 120.2370745, 30.1730233 ], [ 120.2363601, 30.1730454 ] ], [ [ 120.2363589, 30.1727501 ], [ 120.2363601, 30.1730454 ] ], [ [ 120.2361822, 30.1730551 ], [ 120.2361692, 30.1727591 ] ], [ [ 120.2363601, 30.1730454 ], [ 120.2361822, 30.1730551 ] ], [ [ 120.2363601, 30.1730454 ], [ 120.2363737, 30.1733577 ], [ 120.2364403, 30.1738188 ], [ 120.2365338, 30.1744666 ], [ 120.2366137, 30.1748049 ], [ 120.2366836, 30.175035 ], [ 120.2367421, 30.1754823 ], [ 120.2368169, 30.1758206 ], [ 120.2372675, 30.1772226 ], [ 120.2373618, 30.1776021 ], [ 120.2374926, 30.1781292 ], [ 120.2376254, 30.1784988 ], [ 120.2377664, 30.1787665 ], [ 120.2380511, 30.1792059 ], [ 120.238792, 30.1803593 ] ], [ [ 120.2386178, 30.1803726 ], [ 120.237868, 30.1791572 ], [ 120.2375848, 30.1786801 ], [ 120.2374419, 30.1782867 ], [ 120.2373355, 30.1779495 ], [ 120.2369753, 30.1767894 ], [ 120.2367233, 30.175919 ], [ 120.2366118, 30.1755009 ], [ 120.2365165, 30.1752584 ], [ 120.2364526, 30.175012 ], [ 120.2364027, 30.1747747 ], [ 120.2363411, 30.1744732 ], [ 120.2362309, 30.1738196 ], [ 120.2361822, 30.1730551 ] ], [ [ 120.238792, 30.1803593 ], [ 120.238855, 30.1804598 ] ], [ [ 120.238683, 30.1804782 ], [ 120.2386178, 30.1803726 ] ], [ [ 120.2292314, 30.1748288 ], [ 120.2292423, 30.1750064 ], [ 120.22927, 30.1753985 ], [ 120.2292413, 30.1764481 ], [ 120.2292324, 30.176768 ] ], [ [ 120.2292324, 30.176768 ], [ 120.2292711, 30.1775319 ], [ 120.2292551, 30.1785537 ], [ 120.2292314, 30.1790278 ] ], [ [ 120.2289671, 30.1814065 ], [ 120.2289645, 30.1807169 ], [ 120.2289622, 30.1800896 ], [ 120.2290282, 30.177324 ], [ 120.2289786, 30.1761878 ], [ 120.2289727, 30.1748121 ] ], [ [ 120.2292314, 30.1790278 ], [ 120.2293176, 30.179487 ], [ 120.2293167, 30.1798728 ], [ 120.2292839, 30.1807783 ], [ 120.2292637, 30.1813849 ] ], [ [ 120.2292314, 30.1790278 ], [ 120.229118, 30.1813986 ] ], [ [ 120.238855, 30.1804598 ], [ 120.2390207, 30.1807244 ], [ 120.2391235, 30.1808993 ], [ 120.2395412, 30.1815866 ], [ 120.2395758, 30.1816472 ], [ 120.2396758, 30.1818905 ], [ 120.2397359, 30.182062 ] ], [ [ 120.2395592, 30.1821313 ], [ 120.2395142, 30.1819604 ], [ 120.2394053, 30.1816899 ], [ 120.2390152, 30.1810212 ], [ 120.2389079, 30.1808427 ], [ 120.238683, 30.1804782 ] ], [ [ 120.2395592, 30.1821313 ], [ 120.2397359, 30.182062 ] ], [ [ 120.2397359, 30.182062 ], [ 120.2397858, 30.1823165 ], [ 120.2398197, 30.1829094 ], [ 120.2397435, 30.1836047 ], [ 120.2396228, 30.1846487 ] ], [ [ 120.232737, 30.1846149 ], [ 120.2333322, 30.1843655 ] ], [ [ 120.2333322, 30.1843655 ], [ 120.235008, 30.1837613 ] ], [ [ 120.235008, 30.1837613 ], [ 120.2360553, 30.1833632 ] ], [ [ 120.2360553, 30.1833632 ], [ 120.2361753, 30.1833176 ] ], [ [ 120.2361753, 30.1833176 ], [ 120.23754, 30.1828339 ] ], [ [ 120.23754, 30.1828339 ], [ 120.2382222, 30.1825629 ] ], [ [ 120.2382222, 30.1825629 ], [ 120.2386237, 30.1824345 ] ], [ [ 120.2386237, 30.1824345 ], [ 120.2391733, 30.1822622 ] ], [ [ 120.2391733, 30.1822622 ], [ 120.2395592, 30.1821313 ] ], [ [ 120.2431647, 30.1803762 ], [ 120.2425182, 30.1808306 ] ], [ [ 120.2425182, 30.1808306 ], [ 120.2418638, 30.1811924 ] ], [ [ 120.2418638, 30.1811924 ], [ 120.2407673, 30.1816575 ] ], [ [ 120.2407673, 30.1816575 ], [ 120.2397359, 30.182062 ] ], [ [ 120.2438493, 30.1844627 ], [ 120.2445828, 30.1844147 ], [ 120.2449778, 30.1843889 ], [ 120.2452986, 30.1843695 ], [ 120.2472698, 30.1842229 ], [ 120.2489222, 30.18412 ] ], [ [ 120.2489052, 30.1842026 ], [ 120.2463445, 30.1844223 ], [ 120.245641, 30.1844728 ], [ 120.2453079, 30.1844965 ], [ 120.2449992, 30.1845169 ], [ 120.2438526, 30.1845928 ] ], [ [ 120.1919733, 30.183866 ], [ 120.1921305, 30.1838746 ] ], [ [ 120.1921305, 30.1838746 ], [ 120.1933639, 30.1838807 ], [ 120.1952647, 30.1838902 ] ], [ [ 120.1952647, 30.1838902 ], [ 120.1984311, 30.1839285 ] ], [ [ 120.1855072, 30.183818 ], [ 120.1862353, 30.1838202 ], [ 120.1886966, 30.1838277 ] ], [ [ 120.1886966, 30.1838277 ], [ 120.1919733, 30.183866 ] ], [ [ 120.1886942, 30.1839535 ], [ 120.1873107, 30.1839395 ], [ 120.1859392, 30.1839363 ], [ 120.1841161, 30.183932 ] ], [ [ 120.1919478, 30.1840179 ], [ 120.1902737, 30.1839848 ], [ 120.1886942, 30.1839535 ] ], [ [ 120.1952437, 30.1840275 ], [ 120.1943457, 30.1840215 ], [ 120.1941478, 30.1840202 ], [ 120.1936474, 30.1840169 ], [ 120.1935809, 30.1840165 ], [ 120.1921184, 30.1840284 ] ], [ [ 120.1921184, 30.1840284 ], [ 120.1919478, 30.1840179 ] ], [ [ 120.1984252, 30.1840486 ], [ 120.1952437, 30.1840275 ] ], [ [ 120.1984311, 30.1839285 ], [ 120.1985725, 30.1839252 ] ], [ [ 120.1985725, 30.1839252 ], [ 120.2027352, 30.1839344 ] ], [ [ 120.2027352, 30.1839344 ], [ 120.2052443, 30.1839394 ], [ 120.2058214, 30.1839398 ], [ 120.2064481, 30.1839396 ] ], [ [ 120.1985788, 30.1840498 ], [ 120.1984252, 30.1840486 ] ], [ [ 120.202663, 30.1840803 ], [ 120.1985788, 30.1840498 ] ], [ [ 120.2064469, 30.1841175 ], [ 120.205859, 30.1841151 ], [ 120.2053473, 30.1841154 ], [ 120.202663, 30.1840803 ] ], [ [ 120.2066519, 30.1841145 ], [ 120.2064469, 30.1841175 ] ], [ [ 120.2091272, 30.1841351 ], [ 120.2066519, 30.1841145 ] ], [ [ 120.2133751, 30.1841242 ], [ 120.2113635, 30.1841105 ], [ 120.2110993, 30.1841511 ] ], [ [ 120.2110993, 30.1841511 ], [ 120.2109196, 30.1841558 ], [ 120.2103132, 30.1841488 ], [ 120.2091272, 30.1841351 ] ], [ [ 120.2066519, 30.1841145 ], [ 120.2066076, 30.1847492 ], [ 120.2065124, 30.1866505 ] ], [ [ 120.2063582, 30.1866556 ], [ 120.2064154, 30.1847823 ], [ 120.2064469, 30.1841175 ] ], [ [ 120.2219364, 30.1843179 ], [ 120.2217618, 30.1842796 ] ], [ [ 120.221907, 30.1841812 ], [ 120.2229288, 30.1843414 ], [ 120.223973, 30.1845573 ], [ 120.2245826, 30.1846775 ], [ 120.2251046, 30.1847901 ], [ 120.2251333, 30.1847941 ], [ 120.2252821, 30.1848147 ], [ 120.2259067, 30.1849357 ], [ 120.227108, 30.1851704 ], [ 120.228198, 30.1853713 ], [ 120.2284976, 30.1854184 ], [ 120.2288236, 30.1854659 ], [ 120.2289469, 30.1854839 ] ], [ [ 120.2288791, 30.1855811 ], [ 120.228838, 30.1855752 ], [ 120.2286426, 30.1855442 ], [ 120.228179, 30.1854753 ], [ 120.2276468, 30.1853785 ], [ 120.2264655, 30.185168 ], [ 120.2257624, 30.1850444 ], [ 120.2252088, 30.1849279 ], [ 120.2250744, 30.1848996 ], [ 120.2246555, 30.1848142 ], [ 120.2240464, 30.1847061 ], [ 120.2229128, 30.184493 ], [ 120.2219364, 30.1843179 ] ], [ [ 120.2175627, 30.1840327 ], [ 120.2198628, 30.1840502 ], [ 120.2201497, 30.1840608 ], [ 120.2212461, 30.1841114 ], [ 120.2217587, 30.1841627 ] ], [ [ 120.2135076, 30.1841258 ], [ 120.2133751, 30.1841242 ] ], [ [ 120.2175557, 30.1841613 ], [ 120.2162406, 30.1841596 ], [ 120.2151623, 30.1841582 ], [ 120.2148914, 30.1841582 ], [ 120.2135076, 30.1841258 ] ], [ [ 120.2203688, 30.1842169 ], [ 120.2201794, 30.1842128 ], [ 120.2197878, 30.1841977 ], [ 120.2175557, 30.1841613 ] ], [ [ 120.2065124, 30.1866505 ], [ 120.2064851, 30.1876357 ], [ 120.2064395, 30.1892849 ] ], [ [ 120.2062842, 30.1892948 ], [ 120.2063353, 30.1874738 ], [ 120.2063582, 30.1866556 ] ], [ [ 120.2064395, 30.1892849 ], [ 120.2064254, 30.1894029 ] ], [ [ 120.2062782, 30.189416 ], [ 120.2062842, 30.1892948 ] ], [ [ 120.2060589, 30.1946233 ], [ 120.2060655, 30.1945596 ], [ 120.2061226, 30.1931306 ], [ 120.2061719, 30.1918973 ], [ 120.2062782, 30.189416 ] ], [ [ 120.2064254, 30.1894029 ], [ 120.2063348, 30.1919104 ], [ 120.2063069, 30.1929314 ], [ 120.2062974, 30.1932799 ], [ 120.2062534, 30.1946037 ], [ 120.2062554, 30.1946876 ] ], [ [ 120.2060589, 30.1946233 ], [ 120.2062554, 30.1946876 ] ], [ [ 120.2060349, 30.1947662 ], [ 120.2060589, 30.1946233 ] ], [ [ 120.2245952, 30.1973762 ], [ 120.2269888, 30.1971564 ], [ 120.2277988, 30.1972498 ], [ 120.2289237, 30.1971686 ], [ 120.2292554, 30.1971473 ], [ 120.2297736, 30.197114 ], [ 120.2299016, 30.1971058 ], [ 120.2300697, 30.1970623 ] ], [ [ 120.2192692, 30.197264 ], [ 120.2219594, 30.1973305 ] ], [ [ 120.2219594, 30.1973305 ], [ 120.2229138, 30.1973541 ], [ 120.2244502, 30.1973776 ] ], [ [ 120.2244502, 30.1973776 ], [ 120.2245952, 30.1973762 ] ], [ [ 120.2135198, 30.1969331 ], [ 120.2136865, 30.1969608 ] ], [ [ 120.2062554, 30.1946876 ], [ 120.2062417, 30.1947918 ] ], [ [ 120.2062417, 30.1947918 ], [ 120.2060349, 30.1947662 ] ], [ [ 120.2062554, 30.1946876 ], [ 120.2073234, 30.1949234 ], [ 120.2074526, 30.1949519 ], [ 120.2107464, 30.1961017 ], [ 120.2110602, 30.1962037 ] ], [ [ 120.2110056, 30.1964114 ], [ 120.2106842, 30.1962594 ], [ 120.2073876, 30.1950998 ], [ 120.2062417, 30.1947918 ] ], [ [ 120.2110602, 30.1962037 ], [ 120.2125221, 30.1966831 ], [ 120.2135198, 30.1969331 ] ], [ [ 120.2134955, 30.1971115 ], [ 120.2131803, 30.197025 ], [ 120.2110056, 30.1964114 ] ], [ [ 120.2290695, 30.185482 ], [ 120.2290087, 30.1815616 ] ], [ [ 120.2291576, 30.1815642 ], [ 120.2291346, 30.1824331 ], [ 120.2291958, 30.1838423 ], [ 120.2291874, 30.1842558 ], [ 120.2292087, 30.1852061 ], [ 120.2293036, 30.1854802 ] ], [ [ 120.2289469, 30.1854839 ], [ 120.2288726, 30.1849341 ], [ 120.2288558, 30.1844823 ], [ 120.2288664, 30.1838514 ], [ 120.2288678, 30.1828232 ], [ 120.2289089, 30.1823689 ], [ 120.2289088, 30.1820478 ], [ 120.2289078, 30.1816206 ], [ 120.2289237, 30.1815633 ] ], [ [ 120.2293036, 30.1854802 ], [ 120.2299333, 30.1854492 ], [ 120.2301844, 30.1854338 ], [ 120.2309116, 30.1853853 ], [ 120.2317996, 30.1853273 ], [ 120.2323595, 30.1852841 ] ], [ [ 120.2394881, 30.1846565 ], [ 120.2395478, 30.1838066 ], [ 120.2395946, 30.1831499 ], [ 120.2395592, 30.1821313 ] ], [ [ 120.2396228, 30.1846487 ], [ 120.2396111, 30.1847503 ] ], [ [ 120.2394804, 30.1847663 ], [ 120.2394881, 30.1846565 ] ], [ [ 120.2394804, 30.1847663 ], [ 120.2396111, 30.1847503 ] ], [ [ 120.2396111, 30.1847503 ], [ 120.2396043, 30.1848762 ] ], [ [ 120.2394578, 30.1849174 ], [ 120.2394804, 30.1847663 ] ], [ [ 120.2396043, 30.1848762 ], [ 120.2394578, 30.1849174 ] ], [ [ 120.2323767, 30.1853935 ], [ 120.2323041, 30.1853978 ], [ 120.2321834, 30.185405 ], [ 120.2321079, 30.1854122 ] ], [ [ 120.2290695, 30.185482 ], [ 120.2293036, 30.1854802 ] ], [ [ 120.2289469, 30.1854839 ], [ 120.2290695, 30.185482 ] ], [ [ 120.2321079, 30.1854122 ], [ 120.2316252, 30.1854583 ], [ 120.2314843, 30.1854717 ], [ 120.2304345, 30.1855507 ], [ 120.2299089, 30.1855841 ], [ 120.2293035, 30.1856025 ] ], [ [ 120.2290196, 30.1855949 ], [ 120.2290695, 30.185482 ] ], [ [ 120.2290196, 30.1855949 ], [ 120.2289469, 30.1854839 ] ], [ [ 120.2293036, 30.1854802 ], [ 120.2293035, 30.1856025 ] ], [ [ 120.2396111, 30.1847503 ], [ 120.2407531, 30.1846734 ], [ 120.2408946, 30.1846639 ], [ 120.2419067, 30.1845847 ], [ 120.2425191, 30.1845367 ], [ 120.2438493, 30.1844627 ] ], [ [ 120.2438526, 30.1845928 ], [ 120.242669, 30.1846635 ], [ 120.2417845, 30.1847163 ], [ 120.2413201, 30.184744 ], [ 120.2396043, 30.1848762 ] ], [ [ 120.2396043, 30.1848762 ], [ 120.2395911, 30.1849788 ] ], [ [ 120.2394485, 30.1850226 ], [ 120.2394578, 30.1849174 ] ], [ [ 120.2323595, 30.1852841 ], [ 120.2325097, 30.1852736 ], [ 120.233354, 30.1852147 ], [ 120.2355154, 30.185064 ], [ 120.2358111, 30.1850391 ], [ 120.2365685, 30.184972 ], [ 120.2377572, 30.1848752 ], [ 120.2384954, 30.1848532 ], [ 120.2390496, 30.1848248 ], [ 120.2394804, 30.1847663 ] ], [ [ 120.2394578, 30.1849174 ], [ 120.2389132, 30.1849694 ], [ 120.2384189, 30.1850027 ], [ 120.2383129, 30.1850099 ], [ 120.2378442, 30.1850086 ], [ 120.2356957, 30.1851619 ], [ 120.2353717, 30.1851922 ], [ 120.2343881, 30.1852673 ], [ 120.2339802, 30.1852984 ], [ 120.2323767, 30.1853935 ] ], [ [ 120.2395911, 30.1849788 ], [ 120.2395032, 30.185665 ], [ 120.2395166, 30.1860849 ], [ 120.2395192, 30.1861654 ], [ 120.2393753, 30.1877782 ], [ 120.2393444, 30.1881351 ] ], [ [ 120.239166, 30.1881339 ], [ 120.2393178, 30.1865774 ], [ 120.2393622, 30.1860312 ], [ 120.2393939, 30.1856408 ], [ 120.2394485, 30.1850226 ] ], [ [ 120.2290196, 30.1855949 ], [ 120.2288791, 30.1855811 ] ], [ [ 120.2293035, 30.1856025 ], [ 120.2290196, 30.1855949 ] ], [ [ 120.2296629, 30.1905046 ], [ 120.2296273, 30.1900036 ], [ 120.2295766, 30.1897941 ], [ 120.2295142, 30.1892709 ], [ 120.2294701, 30.1889567 ], [ 120.2294154, 30.1885816 ], [ 120.229381, 30.1882591 ], [ 120.229323, 30.1878406 ], [ 120.2292595, 30.1872115 ], [ 120.2291442, 30.1868014 ], [ 120.229117, 30.1865416 ], [ 120.2290834, 30.1860993 ], [ 120.2290471, 30.1857923 ], [ 120.2290196, 30.1855949 ] ], [ [ 120.2293035, 30.1856025 ], [ 120.2294138, 30.1861102 ], [ 120.2294821, 30.1864702 ], [ 120.2294778, 30.186539 ], [ 120.2294603, 30.1868184 ], [ 120.2295915, 30.1877905 ], [ 120.2296363, 30.188087 ], [ 120.2296749, 30.1884637 ], [ 120.2297275, 30.1887739 ], [ 120.2297624, 30.1891812 ], [ 120.2297967, 30.1894385 ], [ 120.2299467, 30.1903292 ], [ 120.2299815, 30.1905357 ], [ 120.2300607, 30.1910974 ], [ 120.230128, 30.1917863 ], [ 120.2301591, 30.1920618 ], [ 120.2301916, 30.1922858 ], [ 120.2302114, 30.1923914 ], [ 120.2302695, 30.1928463 ], [ 120.2303093, 30.1933743 ], [ 120.2303286, 30.1936406 ], [ 120.2303345, 30.1938029 ], [ 120.2303355, 30.1939587 ], [ 120.2303369, 30.1948762 ], [ 120.2303399, 30.1950853 ], [ 120.2303427, 30.1955217 ], [ 120.230349, 30.1961059 ] ], [ [ 120.2390083, 30.2001453 ], [ 120.2390272, 30.1969493 ], [ 120.239037, 30.1968163 ], [ 120.2390538, 30.1959829 ], [ 120.2390775, 30.195352 ], [ 120.2390926, 30.1928773 ], [ 120.2391115, 30.1914466 ], [ 120.2391429, 30.1901344 ], [ 120.2391471, 30.1899607 ], [ 120.239152, 30.1897203 ], [ 120.239152, 30.1896113 ], [ 120.239166, 30.1881339 ] ], [ [ 120.2393444, 30.1881351 ], [ 120.2392985, 30.1896387 ], [ 120.2392969, 30.1897342 ], [ 120.2393016, 30.1901012 ], [ 120.2393085, 30.1906483 ], [ 120.2392674, 30.1924787 ], [ 120.239261, 30.1928781 ], [ 120.2392424, 30.195348 ], [ 120.2392242, 30.195996 ], [ 120.2392106, 30.1968136 ], [ 120.2392162, 30.1969457 ], [ 120.2392005, 30.199058 ], [ 120.2391697, 30.2004263 ], [ 120.2391851, 30.2022913 ] ], [ [ 120.2300697, 30.1970623 ], [ 120.2300406, 30.1955778 ], [ 120.2300444, 30.1948581 ], [ 120.2300475, 30.1939457 ], [ 120.2300402, 30.1935783 ], [ 120.2299837, 30.1929516 ], [ 120.2299328, 30.1924388 ], [ 120.2299025, 30.1921644 ], [ 120.2298506, 30.1918079 ], [ 120.2296952, 30.1906641 ], [ 120.2296629, 30.1905046 ] ], [ [ 120.230349, 30.1961059 ], [ 120.2304135, 30.1965521 ], [ 120.2304558, 30.1966701 ], [ 120.2305254, 30.1967392 ], [ 120.2305513, 30.1967649 ], [ 120.2306781, 30.1968489 ], [ 120.2308488, 30.1968859 ], [ 120.2310198, 30.1969074 ], [ 120.2312042, 30.1969236 ] ], [ [ 120.230349, 30.1961059 ], [ 120.2303456, 30.1963507 ], [ 120.2303542, 30.1969372 ], [ 120.2303608, 30.1971017 ] ], [ [ 120.2300622, 30.1972404 ], [ 120.2300697, 30.1970623 ] ], [ [ 120.2303608, 30.1971017 ], [ 120.2300622, 30.1972404 ] ], [ [ 120.2303608, 30.1971017 ], [ 120.2303638, 30.1977062 ], [ 120.2303662, 30.1978635 ], [ 120.2303661, 30.1979886 ], [ 120.2303646, 30.1980493 ], [ 120.2303607, 30.19821 ], [ 120.2304117, 30.2001066 ] ], [ [ 120.2301387, 30.2028947 ], [ 120.2301241, 30.2009154 ], [ 120.2301254, 30.1998118 ], [ 120.2301264, 30.1987017 ], [ 120.2300614, 30.1983065 ], [ 120.2300622, 30.1972404 ] ], [ [ 120.1835514, 30.1927196 ], [ 120.1836832, 30.1927362 ], [ 120.1837937, 30.1927463 ], [ 120.184725, 30.1928454 ], [ 120.1850805, 30.1928847 ], [ 120.1862884, 30.193026 ], [ 120.1875825, 30.1931773 ] ], [ [ 120.1875564, 30.1933434 ], [ 120.1861869, 30.1931742 ], [ 120.1856413, 30.1931068 ], [ 120.1851416, 30.193045 ], [ 120.1847106, 30.1930023 ], [ 120.1837758, 30.1929051 ], [ 120.1836589, 30.1928952 ], [ 120.1835183, 30.1928719 ] ], [ [ 120.1982006, 30.1941094 ], [ 120.1983624, 30.1941164 ] ], [ [ 120.1909745, 30.1935263 ], [ 120.1920491, 30.1936164 ], [ 120.1926605, 30.1936677 ], [ 120.1930745, 30.1937011 ], [ 120.193271, 30.1937169 ], [ 120.1934578, 30.193732 ], [ 120.1959335, 30.1939314 ], [ 120.1982006, 30.1941094 ] ], [ [ 120.1981834, 30.1943208 ], [ 120.1959135, 30.1941426 ], [ 120.1943825, 30.1940136 ], [ 120.1934327, 30.1939335 ], [ 120.1932313, 30.1939165 ], [ 120.1930492, 30.1939025 ], [ 120.1909283, 30.1937392 ] ], [ [ 120.1875825, 30.1931773 ], [ 120.1907738, 30.1934971 ] ], [ [ 120.1907738, 30.1934971 ], [ 120.1909745, 30.1935263 ] ], [ [ 120.19073, 30.1937159 ], [ 120.1875564, 30.1933434 ] ], [ [ 120.1909283, 30.1937392 ], [ 120.19073, 30.1937159 ] ], [ [ 120.1983624, 30.1941164 ], [ 120.1996029, 30.1941844 ], [ 120.2024346, 30.1943396 ] ], [ [ 120.1983483, 30.1943279 ], [ 120.1981834, 30.1943208 ] ], [ [ 120.2024183, 30.1944967 ], [ 120.2004763, 30.1944124 ], [ 120.1999536, 30.1943916 ], [ 120.1983483, 30.1943279 ] ], [ [ 120.2024346, 30.1943396 ], [ 120.2046077, 30.1944897 ], [ 120.2055544, 30.1945675 ], [ 120.2060589, 30.1946233 ] ], [ [ 120.2060349, 30.1947662 ], [ 120.2056629, 30.1947142 ], [ 120.2050823, 30.1946426 ], [ 120.2045697, 30.1946124 ], [ 120.2043717, 30.1946153 ], [ 120.2037728, 30.1945789 ], [ 120.2024183, 30.1944967 ] ], [ [ 120.1835183, 30.1928719 ], [ 120.1834991, 30.192971 ], [ 120.1834788, 30.1930752 ], [ 120.1828533, 30.1962953 ], [ 120.1828396, 30.1963364 ], [ 120.1828279, 30.1963718 ], [ 120.1827921, 30.1964793 ] ], [ [ 120.1786666, 30.1947089 ], [ 120.1796041, 30.1949379 ], [ 120.1807928, 30.1954217 ], [ 120.1811924, 30.1955846 ], [ 120.1816736, 30.1958754 ], [ 120.1820038, 30.1960622 ], [ 120.1823385, 30.1962574 ], [ 120.182427, 30.1963103 ], [ 120.1824739, 30.1963346 ] ], [ [ 120.1824262, 30.196503 ], [ 120.1823729, 30.1964878 ], [ 120.1822419, 30.1964419 ], [ 120.1822041, 30.1964286 ], [ 120.1819324, 30.1963171 ], [ 120.1816735, 30.1962115 ], [ 120.1809607, 30.1958934 ], [ 120.1795667, 30.19527 ], [ 120.179288, 30.1951381 ], [ 120.1788444, 30.1949101 ] ], [ [ 120.1824739, 30.1963346 ], [ 120.1827921, 30.1964793 ] ], [ [ 120.1824262, 30.196503 ], [ 120.1824739, 30.1963346 ] ], [ [ 120.1827921, 30.1964793 ], [ 120.1827493, 30.1966755 ] ], [ [ 120.1827493, 30.1966755 ], [ 120.1824262, 30.196503 ] ], [ [ 120.1827921, 30.1964793 ], [ 120.1828543, 30.1965019 ], [ 120.1828829, 30.1965123 ], [ 120.1832938, 30.1967259 ], [ 120.1834361, 30.1967765 ], [ 120.1839605, 30.1970062 ], [ 120.184393, 30.1971213 ], [ 120.1848455, 30.1971803 ], [ 120.1852466, 30.1973263 ], [ 120.1859821, 30.1977286 ], [ 120.1862471, 30.1978752 ] ], [ [ 120.1882185, 30.1991965 ], [ 120.1878432, 30.1991071 ], [ 120.1876755, 30.1990393 ], [ 120.1873812, 30.1989204 ], [ 120.1861018, 30.19833 ], [ 120.1848904, 30.1977258 ], [ 120.1841192, 30.1973331 ], [ 120.1836485, 30.1971225 ], [ 120.1832221, 30.1968931 ], [ 120.1828347, 30.1967116 ], [ 120.1828013, 30.196696 ], [ 120.1827493, 30.1966755 ] ], [ [ 120.1862471, 30.1978752 ], [ 120.1871169, 30.1982903 ], [ 120.1875641, 30.198577 ] ], [ [ 120.1879075, 30.1987323 ], [ 120.1885287, 30.1989081 ], [ 120.1888397, 30.1990437 ], [ 120.1892011, 30.1992085 ], [ 120.1892793, 30.1992411 ], [ 120.1893907, 30.1993176 ] ], [ [ 120.1893907, 30.1993176 ], [ 120.1895708, 30.1994189 ] ], [ [ 120.192304, 30.2013675 ], [ 120.1916737, 30.2010274 ], [ 120.1914351, 30.2008987 ], [ 120.1905352, 30.2004132 ] ], [ [ 120.1909451, 30.2000588 ], [ 120.1910289, 30.2000978 ], [ 120.1917147, 30.2004083 ], [ 120.1919606, 30.2005196 ], [ 120.1919891, 30.2005344 ], [ 120.1921836, 30.2006349 ], [ 120.1932064, 30.2011853 ], [ 120.1945951, 30.201918 ], [ 120.1963898, 30.2028742 ] ], [ [ 120.1945774, 30.2020776 ], [ 120.1948559, 30.2022389 ], [ 120.1958736, 30.2027796 ], [ 120.1963224, 30.2030105 ] ], [ [ 120.2058176, 30.1988729 ], [ 120.2058224, 30.1987695 ], [ 120.2058318, 30.1985687 ], [ 120.2059913, 30.1957933 ], [ 120.2060192, 30.1948539 ], [ 120.2060349, 30.1947662 ] ], [ [ 120.2062417, 30.1947918 ], [ 120.2062331, 30.1948907 ], [ 120.2061666, 30.1957585 ], [ 120.2060057, 30.1985932 ], [ 120.2059841, 30.198869 ] ], [ [ 120.2136865, 30.1969608 ], [ 120.2140546, 30.1970241 ], [ 120.2143827, 30.1970601 ], [ 120.2150805, 30.1971259 ], [ 120.2192692, 30.197264 ] ], [ [ 120.2136607, 30.1971502 ], [ 120.2134955, 30.1971115 ] ], [ [ 120.2192706, 30.1974191 ], [ 120.2151569, 30.1972989 ], [ 120.2143586, 30.197225 ], [ 120.2140371, 30.1971992 ], [ 120.2136607, 30.1971502 ] ], [ [ 120.2300622, 30.1972404 ], [ 120.2299017, 30.1972507 ], [ 120.2297777, 30.1972576 ], [ 120.2292591, 30.1972864 ], [ 120.2246007, 30.1975454 ] ], [ [ 120.2244365, 30.197549 ], [ 120.2229188, 30.1975211 ], [ 120.2192706, 30.1974191 ] ], [ [ 120.2246007, 30.1975454 ], [ 120.2244365, 30.197549 ] ], [ [ 120.2056573, 30.2009851 ], [ 120.20574, 30.1998948 ], [ 120.2058176, 30.1988729 ] ], [ [ 120.2059841, 30.198869 ], [ 120.2059071, 30.201014 ] ], [ [ 120.2056455, 30.20114 ], [ 120.2056573, 30.2009851 ] ], [ [ 120.2059071, 30.201014 ], [ 120.205901, 30.2011827 ] ], [ [ 120.2054161, 30.204222 ], [ 120.2055724, 30.2030147 ], [ 120.2056455, 30.20114 ] ], [ [ 120.205901, 30.2011827 ], [ 120.2058039, 30.2023394 ], [ 120.2057784, 30.2026438 ], [ 120.2057443, 30.2029683 ], [ 120.2056754, 30.203623 ], [ 120.2055724, 30.2042758 ] ], [ [ 120.1893821, 30.1997911 ], [ 120.1892828, 30.1996144 ] ], [ [ 120.1895708, 30.1994189 ], [ 120.1909451, 30.2000588 ] ], [ [ 120.1905352, 30.2004132 ], [ 120.1893821, 30.1997911 ] ], [ [ 120.1909451, 30.2000588 ], [ 120.1908718, 30.2002038 ] ], [ [ 120.1906106, 30.2003046 ], [ 120.1905352, 30.2004132 ] ], [ [ 120.1793537, 30.2025872 ], [ 120.1794613, 30.2023485 ] ], [ [ 120.179837, 30.2024981 ], [ 120.1795689, 30.2027231 ] ], [ [ 120.1792574, 30.2029821 ], [ 120.1793537, 30.2025872 ] ], [ [ 120.1795689, 30.2027231 ], [ 120.1792574, 30.2029821 ] ], [ [ 120.1781816, 30.204328 ], [ 120.1794613, 30.2023485 ] ], [ [ 120.179837, 30.2024981 ], [ 120.1795424, 30.2029315 ], [ 120.1784924, 30.2044765 ] ], [ [ 120.1965069, 30.2030697 ], [ 120.1981329, 30.2039639 ], [ 120.1982764, 30.2040428 ], [ 120.1991918, 30.2045195 ], [ 120.2002814, 30.2050608 ] ], [ [ 120.2001629, 30.2052496 ], [ 120.1991616, 30.2047438 ], [ 120.198751, 30.2045306 ], [ 120.19833, 30.2043064 ], [ 120.1978033, 30.2040152 ], [ 120.197707, 30.203962 ], [ 120.1964077, 30.2032655 ] ], [ [ 120.2041796, 30.2070848 ], [ 120.204707, 30.2061074 ], [ 120.2047827, 30.205967 ], [ 120.205126, 30.2051288 ], [ 120.2054161, 30.204222 ] ], [ [ 120.2055724, 30.2042758 ], [ 120.2052634, 30.2053143 ], [ 120.2051528, 30.2055745 ], [ 120.20486, 30.2062637 ], [ 120.2047654, 30.2064344 ], [ 120.2043541, 30.2071839 ] ], [ [ 120.2002814, 30.2050608 ], [ 120.2017901, 30.2058273 ], [ 120.2024057, 30.2061328 ], [ 120.2025475, 30.2062089 ], [ 120.2041796, 30.2070848 ] ], [ [ 120.2040956, 30.2072595 ], [ 120.2029202, 30.2066575 ], [ 120.2024348, 30.206418 ], [ 120.2022399, 30.2063276 ], [ 120.2021487, 30.2062853 ], [ 120.2008451, 30.2056054 ], [ 120.2001629, 30.2052496 ] ], [ [ 120.2041796, 30.2070848 ], [ 120.2043541, 30.2071839 ] ], [ [ 120.1962403, 30.2031401 ], [ 120.1952526, 30.2026069 ], [ 120.1947708, 30.2023798 ], [ 120.194602, 30.2023466 ] ], [ [ 120.1963898, 30.2028742 ], [ 120.1965069, 30.2030697 ] ], [ [ 120.1963224, 30.2030105 ], [ 120.1965069, 30.2030697 ] ], [ [ 120.1964077, 30.2032655 ], [ 120.1962403, 30.2031401 ] ], [ [ 120.2040956, 30.2072595 ], [ 120.2041796, 30.2070848 ] ], [ [ 120.2043541, 30.2071839 ], [ 120.2042436, 30.2073441 ] ], [ [ 120.2042436, 30.2073441 ], [ 120.2040956, 30.2072595 ] ], [ [ 120.2035179, 30.2081139 ], [ 120.2038504, 30.2076016 ], [ 120.2040956, 30.2072595 ] ], [ [ 120.2042436, 30.2073441 ], [ 120.2040989, 30.2076678 ], [ 120.2035941, 30.2084288 ], [ 120.2035494, 30.2084911 ] ], [ [ 120.2016675, 30.2111834 ], [ 120.2021687, 30.2103647 ], [ 120.2026174, 30.2096318 ], [ 120.202984, 30.2090064 ], [ 120.2033647, 30.2083569 ], [ 120.2034068, 30.208285 ], [ 120.2035179, 30.2081139 ] ], [ [ 120.2035494, 30.2084911 ], [ 120.2028143, 30.2097304 ], [ 120.2019094, 30.211353 ] ], [ [ 120.2015685, 30.2113347 ], [ 120.2016675, 30.2111834 ] ], [ [ 120.2019094, 30.211353 ], [ 120.2018068, 30.2114951 ] ], [ [ 120.2389956, 30.2022924 ], [ 120.2390083, 30.2001453 ] ], [ [ 120.238993, 30.2023916 ], [ 120.2389956, 30.2022924 ] ], [ [ 120.2304117, 30.2001066 ], [ 120.2304443, 30.2027045 ], [ 120.2304483, 30.2029112 ] ], [ [ 120.2301417, 30.2030568 ], [ 120.2301387, 30.2028947 ] ], [ [ 120.2304483, 30.2029112 ], [ 120.2304501, 30.2030078 ], [ 120.2304511, 30.2030595 ] ], [ [ 120.2389618, 30.2036027 ], [ 120.238993, 30.2023916 ] ], [ [ 120.2391851, 30.2022913 ], [ 120.2390659, 30.2048578 ] ], [ [ 120.2304511, 30.2030595 ], [ 120.2304623, 30.2036445 ] ], [ [ 120.2304623, 30.2036445 ], [ 120.2304873, 30.2050195 ] ], [ [ 120.2389163, 30.2048655 ], [ 120.2389584, 30.2037355 ], [ 120.2389618, 30.2036027 ] ], [ [ 120.2301973, 30.2084732 ], [ 120.2301673, 30.205411 ], [ 120.2301417, 30.2030568 ] ], [ [ 120.2304873, 30.2050195 ], [ 120.2305141, 30.2064968 ], [ 120.230505, 30.2084771 ] ], [ [ 120.2390659, 30.2048578 ], [ 120.2390391, 30.2072999 ] ], [ [ 120.2388826, 30.2073103 ], [ 120.2389163, 30.2048655 ] ], [ [ 120.1482759, 30.1628894 ], [ 120.1481822, 30.1630341 ], [ 120.1479569, 30.1634469 ], [ 120.147808, 30.1637333 ], [ 120.1477289, 30.1638991 ], [ 120.1471707, 30.1649404 ], [ 120.146802, 30.165548 ], [ 120.1460075, 30.1668572 ] ], [ [ 120.1441639, 30.1701135 ], [ 120.1442401, 30.1699082 ], [ 120.1443267, 30.1697032 ], [ 120.1443866, 30.1695823 ], [ 120.144484, 30.1694088 ], [ 120.1446429, 30.1690623 ], [ 120.1446923, 30.1689597 ], [ 120.1447905, 30.1687559 ], [ 120.147369, 30.164191 ], [ 120.147564, 30.1638458 ], [ 120.1476565, 30.1636753 ], [ 120.1480358, 30.1629975 ], [ 120.1481365, 30.1627978 ] ], [ [ 120.1347619, 30.1705464 ], [ 120.13518, 30.1709549 ], [ 120.1354848, 30.1712226 ], [ 120.135935, 30.1715663 ], [ 120.1365754, 30.1719575 ], [ 120.1369607, 30.172188 ] ], [ [ 120.1363662, 30.1722824 ], [ 120.1355397, 30.1718487 ], [ 120.1345026, 30.171122 ], [ 120.1343305, 30.1710036 ] ], [ [ 120.1367636, 30.1724822 ], [ 120.1363662, 30.1722824 ] ], [ [ 120.1460075, 30.1668572 ], [ 120.1450188, 30.1686005 ], [ 120.1447839, 30.1690425 ], [ 120.1442823, 30.170144 ] ], [ [ 120.1426145, 30.1742 ], [ 120.1428558, 30.1735142 ], [ 120.142983, 30.1731503 ], [ 120.1431936, 30.1725477 ], [ 120.1433008, 30.1723031 ], [ 120.1434742, 30.1718142 ], [ 120.1436111, 30.1713967 ], [ 120.1436779, 30.1712448 ], [ 120.1437977, 30.1709328 ], [ 120.1438749, 30.1707363 ], [ 120.1439692, 30.1705227 ], [ 120.144012, 30.1703897 ], [ 120.1440969, 30.1702131 ], [ 120.1441639, 30.1701135 ] ], [ [ 120.1442823, 30.170144 ], [ 120.1439455, 30.1709819 ], [ 120.1438198, 30.1712944 ], [ 120.1436278, 30.1718437 ], [ 120.1427723, 30.174224 ] ], [ [ 120.1500598, 30.1758267 ], [ 120.1502749, 30.1758338 ], [ 120.1505341, 30.1758451 ], [ 120.150847, 30.1758436 ], [ 120.1509822, 30.175844 ], [ 120.151075, 30.1758443 ], [ 120.1513106, 30.1758451 ], [ 120.1521313, 30.1758477 ], [ 120.1526254, 30.1758493 ], [ 120.1535419, 30.1758426 ], [ 120.153634, 30.1758422 ], [ 120.1547782, 30.1758409 ], [ 120.1548632, 30.1758366 ], [ 120.1558092, 30.1758322 ], [ 120.1561588, 30.1758317 ], [ 120.1581343, 30.1758289 ], [ 120.1594569, 30.1758305 ], [ 120.1606434, 30.1758319 ], [ 120.1625725, 30.1758213 ] ], [ [ 120.162576, 30.1760311 ], [ 120.1615345, 30.1760043 ], [ 120.1606378, 30.1759812 ], [ 120.1586744, 30.175997 ], [ 120.1583593, 30.1759934 ], [ 120.1581333, 30.1759974 ], [ 120.1561613, 30.1759998 ], [ 120.1559482, 30.1760013 ], [ 120.1547622, 30.175999 ], [ 120.1540502, 30.1759975 ], [ 120.153634, 30.1759967 ], [ 120.1514186, 30.1759924 ], [ 120.1513106, 30.1759928 ], [ 120.1509229, 30.1759941 ], [ 120.1508352, 30.1759943 ], [ 120.1506025, 30.1759948 ], [ 120.1503453, 30.1759933 ], [ 120.150022, 30.1759768 ] ], [ [ 120.126046, 30.1783511 ], [ 120.1261843, 30.1783227 ], [ 120.1280895, 30.1783464 ], [ 120.1291734, 30.1783598 ], [ 120.1300158, 30.1783703 ] ], [ [ 120.1259226, 30.1783764 ], [ 120.126046, 30.1783511 ] ], [ [ 120.1300158, 30.1783703 ], [ 120.1300585, 30.1783708 ] ], [ [ 120.1369607, 30.172188 ], [ 120.1371601, 30.1723564 ], [ 120.137295, 30.1724406 ], [ 120.1388524, 30.1729792 ], [ 120.1404108, 30.1735242 ], [ 120.1407083, 30.1736166 ], [ 120.1408634, 30.1736697 ], [ 120.1412446, 30.1737907 ], [ 120.1426145, 30.1742 ] ], [ [ 120.1425474, 30.1743735 ], [ 120.1421427, 30.1742468 ], [ 120.1416772, 30.1741011 ], [ 120.1415836, 30.1740726 ], [ 120.1415083, 30.1740496 ], [ 120.1412274, 30.1739594 ], [ 120.1407691, 30.1738122 ], [ 120.140669, 30.1737755 ], [ 120.1403433, 30.1736689 ], [ 120.138752, 30.1731357 ], [ 120.1377431, 30.1727996 ], [ 120.1377096, 30.1727888 ], [ 120.1367636, 30.1724822 ] ], [ [ 120.1300585, 30.1783708 ], [ 120.1306866, 30.1783778 ], [ 120.1312697, 30.1783961 ], [ 120.1327857, 30.1784104 ], [ 120.1340714, 30.1784334 ], [ 120.1347044, 30.1784447 ], [ 120.1348322, 30.1784431 ], [ 120.1366931, 30.1784606 ] ], [ [ 120.1366931, 30.1784606 ], [ 120.1368574, 30.1784619 ], [ 120.1369322, 30.1784642 ] ], [ [ 120.1366472, 30.1785201 ], [ 120.1348371, 30.1785129 ], [ 120.1332256, 30.1784923 ], [ 120.1323651, 30.1784856 ], [ 120.1310806, 30.1784756 ], [ 120.1306898, 30.1784616 ], [ 120.1300606, 30.1784539 ] ], [ [ 120.1369012, 30.178526 ], [ 120.1366472, 30.1785201 ] ], [ [ 120.1426145, 30.1742 ], [ 120.1427723, 30.174224 ] ], [ [ 120.1425474, 30.1743735 ], [ 120.1426145, 30.1742 ] ], [ [ 120.1427723, 30.174224 ], [ 120.1427216, 30.1744117 ] ], [ [ 120.1427216, 30.1744117 ], [ 120.1425474, 30.1743735 ] ], [ [ 120.1427723, 30.174224 ], [ 120.1437952, 30.1744658 ], [ 120.1455446, 30.1748793 ], [ 120.1486854, 30.1755986 ], [ 120.1490417, 30.1756775 ], [ 120.1493812, 30.175744 ], [ 120.1496701, 30.175779 ], [ 120.1500598, 30.1758267 ] ], [ [ 120.150022, 30.1759768 ], [ 120.1496749, 30.1759462 ], [ 120.149292, 30.1758904 ], [ 120.1491938, 30.1758744 ], [ 120.1490133, 30.1758391 ], [ 120.1486987, 30.1757739 ], [ 120.1486381, 30.1757563 ], [ 120.1482665, 30.1756752 ], [ 120.1457758, 30.1751292 ], [ 120.1454923, 30.17507 ], [ 120.1449749, 30.1749419 ], [ 120.1427216, 30.1744117 ] ], [ [ 120.1413239, 30.179107 ], [ 120.1413493, 30.1790014 ], [ 120.1413911, 30.1788275 ], [ 120.1414421, 30.1786401 ], [ 120.1415482, 30.1781549 ], [ 120.1419967, 30.1763101 ], [ 120.1420625, 30.1760379 ], [ 120.1421022, 30.1758447 ], [ 120.1421279, 30.1757655 ], [ 120.1421717, 30.1756308 ], [ 120.1422646, 30.1752624 ], [ 120.1423579, 30.1749407 ], [ 120.1425474, 30.1743735 ] ], [ [ 120.1427216, 30.1744117 ], [ 120.1422626, 30.1758969 ], [ 120.1419353, 30.1772464 ], [ 120.141676, 30.1782793 ], [ 120.1415209, 30.1788973 ], [ 120.1414301, 30.1792358 ] ], [ [ 120.164143, 30.1678486 ], [ 120.1638368, 30.1685142 ], [ 120.163444, 30.1693683 ], [ 120.1633917, 30.1694854 ], [ 120.1633318, 30.1696141 ], [ 120.1630772, 30.1701693 ] ], [ [ 120.1834807, 30.1707813 ], [ 120.1834832, 30.1704645 ], [ 120.1834397, 30.1694458 ] ], [ [ 120.1624861, 30.1725696 ], [ 120.1624913, 30.172438 ], [ 120.1625603, 30.1719743 ], [ 120.1626716, 30.171317 ], [ 120.1627232, 30.1710834 ], [ 120.1628107, 30.1706878 ], [ 120.1629246, 30.1701028 ] ], [ [ 120.1630772, 30.1701693 ], [ 120.162888, 30.1711164 ], [ 120.1627368, 30.1721214 ], [ 120.1626528, 30.1725984 ] ], [ [ 120.1836196, 30.1694669 ], [ 120.1837648, 30.1738101 ], [ 120.1838237, 30.1751916 ] ], [ [ 120.1835003, 30.1752003 ], [ 120.1834892, 30.1736595 ], [ 120.1835145, 30.1723942 ], [ 120.1834762, 30.1713492 ], [ 120.1834807, 30.1707813 ] ], [ [ 120.1625725, 30.1758213 ], [ 120.1625642, 30.1756989 ], [ 120.1625508, 30.1754793 ], [ 120.1624975, 30.1741518 ], [ 120.1624788, 30.1734432 ], [ 120.1624727, 30.1729086 ], [ 120.1624861, 30.1725696 ] ], [ [ 120.1626528, 30.1725984 ], [ 120.1626418, 30.1731534 ], [ 120.1626886, 30.1745729 ], [ 120.1627094, 30.1748645 ], [ 120.1627265, 30.1754786 ], [ 120.1627305, 30.1757021 ], [ 120.1627344, 30.1758112 ] ], [ [ 120.1692326, 30.1756117 ], [ 120.1693282, 30.1756471 ] ], [ [ 120.1658077, 30.1757295 ], [ 120.1661557, 30.1755839 ], [ 120.166582, 30.1755783 ], [ 120.1689935, 30.1755468 ], [ 120.1692326, 30.1756117 ] ], [ [ 120.1692501, 30.1757221 ], [ 120.1693386, 30.1757219 ] ], [ [ 120.1658077, 30.1757295 ], [ 120.1665547, 30.1757354 ], [ 120.1678569, 30.1757252 ], [ 120.1681556, 30.1757124 ], [ 120.1683863, 30.175713 ], [ 120.1692501, 30.1757221 ] ], [ [ 120.1740755, 30.1755462 ], [ 120.1752359, 30.1755045 ], [ 120.1768898, 30.1754435 ], [ 120.1776182, 30.1754166 ] ], [ [ 120.1695157, 30.1757157 ], [ 120.1701185, 30.1756946 ], [ 120.1705759, 30.1756775 ], [ 120.1714072, 30.1756463 ], [ 120.1740755, 30.1755462 ] ], [ [ 120.1693282, 30.1756471 ], [ 120.1695157, 30.1757157 ] ], [ [ 120.1835003, 30.1752003 ], [ 120.1836853, 30.1751928 ], [ 120.1838237, 30.1751916 ] ], [ [ 120.1803635, 30.1753153 ], [ 120.1835003, 30.1752003 ] ], [ [ 120.1838237, 30.1751916 ], [ 120.1839358, 30.1755068 ] ], [ [ 120.1834877, 30.1755154 ], [ 120.1835003, 30.1752003 ] ], [ [ 120.1777539, 30.1754116 ], [ 120.1803635, 30.1753153 ] ], [ [ 120.1776182, 30.1754166 ], [ 120.1777539, 30.1754116 ] ], [ [ 120.1839358, 30.1755068 ], [ 120.1834877, 30.1755154 ] ], [ [ 120.1627344, 30.1758112 ], [ 120.163914, 30.1758085 ], [ 120.164274, 30.1757898 ], [ 120.1646142, 30.1757654 ], [ 120.1649759, 30.1757255 ], [ 120.1658077, 30.1757295 ] ], [ [ 120.1625725, 30.1758213 ], [ 120.1627344, 30.1758112 ] ], [ [ 120.1627344, 30.1758112 ], [ 120.1627584, 30.1760291 ] ], [ [ 120.162576, 30.1760311 ], [ 120.1625725, 30.1758213 ] ], [ [ 120.1627584, 30.1760291 ], [ 120.162576, 30.1760311 ] ], [ [ 120.1692874, 30.1760633 ], [ 120.1680305, 30.176074 ], [ 120.1671324, 30.1761554 ], [ 120.1655828, 30.1761265 ], [ 120.1653644, 30.1761129 ], [ 120.1652211, 30.176104 ], [ 120.1649994, 30.1760818 ], [ 120.1648344, 30.1760794 ], [ 120.1645602, 30.1760679 ], [ 120.1643883, 30.1760572 ], [ 120.1640637, 30.1760493 ], [ 120.1627584, 30.1760291 ] ], [ [ 120.1693386, 30.1757219 ], [ 120.1695157, 30.1757157 ] ], [ [ 120.1776937, 30.1757353 ], [ 120.1775551, 30.1757406 ], [ 120.1765035, 30.1757806 ], [ 120.1752249, 30.1758292 ], [ 120.1750311, 30.17584 ], [ 120.1740975, 30.1758614 ] ], [ [ 120.1740975, 30.1758614 ], [ 120.1732562, 30.1758877 ], [ 120.1719863, 30.1759327 ], [ 120.1718626, 30.1759371 ], [ 120.1712022, 30.175954 ], [ 120.1692874, 30.1760633 ] ], [ [ 120.1834877, 30.1755154 ], [ 120.1824938, 30.1755511 ], [ 120.1803809, 30.175627 ] ], [ [ 120.1803809, 30.175627 ], [ 120.1788127, 30.1756933 ], [ 120.177883, 30.1757282 ], [ 120.1778002, 30.1757313 ] ], [ [ 120.1778002, 30.1757313 ], [ 120.1776937, 30.1757353 ] ], [ [ 120.1627584, 30.1760291 ], [ 120.1627784, 30.1763766 ], [ 120.1628625, 30.1773114 ] ], [ [ 120.1629871, 30.1834318 ], [ 120.1629769, 30.182997 ], [ 120.1629391, 30.1816325 ], [ 120.1629376, 30.1809326 ], [ 120.1628992, 30.1794602 ], [ 120.1628686, 30.1788692 ], [ 120.1628592, 30.1784986 ], [ 120.16283, 30.1780767 ], [ 120.162576, 30.1760311 ] ], [ [ 120.1628625, 30.1773114 ], [ 120.1629684, 30.1781015 ], [ 120.1630158, 30.1786124 ], [ 120.1630287, 30.1792086 ], [ 120.1630614, 30.1804962 ], [ 120.163088, 30.1816135 ], [ 120.1630894, 30.1816914 ], [ 120.1631207, 30.1833989 ] ], [ [ 120.1840013, 30.1794989 ], [ 120.1840023, 30.1796245 ] ], [ [ 120.1836381, 30.1796288 ], [ 120.1836328, 30.1795099 ] ], [ [ 120.1840023, 30.1796245 ], [ 120.1840434, 30.1802384 ], [ 120.184068, 30.1814012 ] ], [ [ 120.1837459, 30.1814067 ], [ 120.1836381, 30.1796288 ] ], [ [ 120.184068, 30.1814012 ], [ 120.1841163, 30.1838084 ] ], [ [ 120.1838449, 30.1838182 ], [ 120.1837459, 30.1814067 ] ], [ [ 120.1776408, 30.1837487 ], [ 120.177794, 30.1837492 ] ], [ [ 120.177794, 30.1837492 ], [ 120.1805746, 30.1837673 ], [ 120.1816241, 30.1837805 ], [ 120.1832655, 30.1838012 ], [ 120.1835552, 30.1838128 ], [ 120.1838449, 30.1838182 ] ], [ [ 120.1841163, 30.1838084 ], [ 120.1855072, 30.183818 ] ], [ [ 120.1838449, 30.1838182 ], [ 120.1841163, 30.1838084 ] ], [ [ 120.1696305, 30.1836814 ], [ 120.1739124, 30.1837102 ], [ 120.174919, 30.1837158 ], [ 120.1776408, 30.1837487 ] ], [ [ 120.1776215, 30.1838692 ], [ 120.1766074, 30.1838616 ], [ 120.1751448, 30.1838357 ], [ 120.17497, 30.1838378 ], [ 120.1739109, 30.1838053 ], [ 120.1696222, 30.1837958 ] ], [ [ 120.1631207, 30.1833989 ], [ 120.1631372, 30.1834912 ] ], [ [ 120.1631207, 30.1833989 ], [ 120.1644619, 30.1834503 ], [ 120.1664154, 30.1835251 ] ], [ [ 120.1664118, 30.1836344 ], [ 120.1647484, 30.1835617 ], [ 120.1631372, 30.1834912 ] ], [ [ 120.1664154, 30.1835251 ], [ 120.1684934, 30.1836261 ], [ 120.1696305, 30.1836814 ] ], [ [ 120.1696222, 30.1837958 ], [ 120.1664118, 30.1836344 ] ], [ [ 120.1626729, 30.1852846 ], [ 120.1628423, 30.1846324 ], [ 120.1628981, 30.1843205 ], [ 120.1629393, 30.1840399 ], [ 120.1629859, 30.1837007 ], [ 120.1629871, 30.1834318 ] ], [ [ 120.1631372, 30.1834912 ], [ 120.1631221, 30.1838449 ], [ 120.1630872, 30.1841517 ], [ 120.1629973, 30.184544 ], [ 120.1628017, 30.1853277 ] ], [ [ 120.1412387, 30.1792232 ], [ 120.1413239, 30.179107 ] ], [ [ 120.1413239, 30.179107 ], [ 120.1414301, 30.1792358 ] ], [ [ 120.1414301, 30.1792358 ], [ 120.1412387, 30.1792232 ] ], [ [ 120.1414301, 30.1792358 ], [ 120.1419029, 30.1798091 ], [ 120.1425042, 30.180633 ], [ 120.1426956, 30.1808879 ], [ 120.143967, 30.1825228 ], [ 120.1441468, 30.182754 ], [ 120.144667, 30.1834229 ], [ 120.1446873, 30.1834489 ], [ 120.1448031, 30.1835975 ] ], [ [ 120.1446811, 30.1836992 ], [ 120.1445739, 30.1835346 ], [ 120.1424211, 30.1807173 ], [ 120.1413049, 30.1793069 ], [ 120.1412387, 30.1792232 ] ], [ [ 120.1448031, 30.1835975 ], [ 120.1448489, 30.1836737 ] ], [ [ 120.1369322, 30.1784642 ], [ 120.137338, 30.1784645 ], [ 120.1383453, 30.1784899 ], [ 120.1388331, 30.1784994 ], [ 120.1388558, 30.1785 ], [ 120.1389512, 30.1785023 ], [ 120.1391332, 30.1785011 ], [ 120.1395987, 30.1785054 ], [ 120.1397436, 30.1785146 ], [ 120.1398756, 30.178523 ], [ 120.1401601, 30.1785587 ], [ 120.1404937, 30.1786382 ], [ 120.1406242, 30.178688 ], [ 120.1408767, 30.1788024 ], [ 120.1410836, 30.1789341 ], [ 120.1413239, 30.179107 ] ], [ [ 120.1412387, 30.1792232 ], [ 120.1410188, 30.1789964 ], [ 120.1408919, 30.1789079 ], [ 120.1406976, 30.1787938 ], [ 120.1404914, 30.1787214 ], [ 120.1403047, 30.1786788 ], [ 120.1402591, 30.1786684 ], [ 120.1399895, 30.1786119 ], [ 120.1398275, 30.1785956 ], [ 120.1393642, 30.1785842 ], [ 120.1391627, 30.1785817 ], [ 120.1389146, 30.1785728 ], [ 120.1388332, 30.1785692 ], [ 120.1387831, 30.1785673 ], [ 120.138275, 30.1785552 ], [ 120.1376553, 30.178542 ], [ 120.1369012, 30.178526 ] ], [ [ 120.1447326, 30.1837802 ], [ 120.1446811, 30.1836992 ] ], [ [ 120.1448489, 30.1836737 ], [ 120.1451918, 30.1843015 ], [ 120.1456102, 30.185043 ], [ 120.1456844, 30.185181 ], [ 120.1461168, 30.1859846 ], [ 120.1463073, 30.1863304 ], [ 120.1464468, 30.1866031 ], [ 120.1465239, 30.1867538 ] ], [ [ 120.1463982, 30.1868466 ], [ 120.1463147, 30.1866727 ], [ 120.1461943, 30.1864076 ], [ 120.1458415, 30.1857214 ], [ 120.1455032, 30.1850634 ], [ 120.1451217, 30.1843813 ], [ 120.1447326, 30.1837802 ] ], [ [ 120.1465239, 30.1867538 ], [ 120.1473955, 30.1862386 ], [ 120.1480076, 30.1859172 ], [ 120.149267, 30.1854916 ], [ 120.1508454, 30.1849581 ], [ 120.1520081, 30.1846905 ], [ 120.1523125, 30.1846609 ], [ 120.1526241, 30.1846515 ], [ 120.1531388, 30.1846468 ], [ 120.1545255, 30.1847164 ] ], [ [ 120.1545221, 30.184849 ], [ 120.1536114, 30.1847917 ], [ 120.1529199, 30.1847719 ], [ 120.152359, 30.1847985 ], [ 120.1518772, 30.1848563 ], [ 120.1509046, 30.1850863 ], [ 120.1506511, 30.1851725 ], [ 120.1481114, 30.1860359 ], [ 120.1468465, 30.1867426 ], [ 120.1465969, 30.1869092 ] ], [ [ 120.1463982, 30.1868466 ], [ 120.1465239, 30.1867538 ] ], [ [ 120.1465239, 30.1867538 ], [ 120.1465969, 30.1869092 ] ], [ [ 120.1545255, 30.1847164 ], [ 120.1551978, 30.1848414 ], [ 120.1562981, 30.185091 ], [ 120.1567365, 30.1852789 ], [ 120.1582702, 30.1859193 ], [ 120.1620436, 30.187553 ] ], [ [ 120.1620157, 30.1876806 ], [ 120.1606976, 30.1871527 ], [ 120.1581995, 30.1860531 ], [ 120.157323, 30.1856872 ], [ 120.1565986, 30.1853693 ], [ 120.1562391, 30.185245 ], [ 120.1558107, 30.1851193 ], [ 120.1545221, 30.184849 ] ], [ [ 120.1465969, 30.1869092 ], [ 120.1464608, 30.1869949 ] ], [ [ 120.1436461, 30.188644 ], [ 120.1440218, 30.1883938 ], [ 120.1447828, 30.1878983 ], [ 120.1463982, 30.1868466 ] ], [ [ 120.1464608, 30.1869949 ], [ 120.1455195, 30.1875981 ], [ 120.1441184, 30.1884958 ], [ 120.1437096, 30.1887482 ] ], [ [ 120.143581, 30.1886811 ], [ 120.1436461, 30.188644 ] ], [ [ 120.1437096, 30.1887482 ], [ 120.1436484, 30.188786 ] ], [ [ 120.1395993, 30.1901856 ], [ 120.13996, 30.1901282 ], [ 120.1402182, 30.1900871 ], [ 120.1408383, 30.1899707 ], [ 120.1409133, 30.1899482 ], [ 120.1415462, 30.1897585 ], [ 120.1417752, 30.18966 ], [ 120.1418845, 30.18961 ], [ 120.1426987, 30.1892027 ], [ 120.143581, 30.1886811 ] ], [ [ 120.1608758, 30.1915892 ], [ 120.1609519, 30.1913316 ], [ 120.1609548, 30.1913218 ], [ 120.1616225, 30.1890604 ], [ 120.1620157, 30.1876806 ] ], [ [ 120.162148, 30.1877315 ], [ 120.1618498, 30.1887089 ], [ 120.1617081, 30.189173 ], [ 120.1611055, 30.1913512 ], [ 120.1610264, 30.1916371 ] ], [ [ 120.1608489, 30.1916929 ], [ 120.1608758, 30.1915892 ] ], [ [ 120.1610264, 30.1916371 ], [ 120.1609992, 30.191746 ] ], [ [ 120.1436484, 30.188786 ], [ 120.1427572, 30.1892651 ], [ 120.1419258, 30.1896568 ], [ 120.1415592, 30.189809 ], [ 120.1412626, 30.1899043 ], [ 120.1409214, 30.1899964 ], [ 120.1408491, 30.1900159 ], [ 120.1402052, 30.1901562 ], [ 120.1395993, 30.1901856 ] ], [ [ 120.1300606, 30.1784539 ], [ 120.1297838, 30.1784448 ], [ 120.12836, 30.1784304 ], [ 120.1282639, 30.1784283 ], [ 120.1281686, 30.1784263 ], [ 120.1261661, 30.1783994 ], [ 120.1259662, 30.1784338 ] ], [ [ 120.1290196, 30.1985107 ], [ 120.1288994, 30.1984633 ] ], [ [ 120.1597132, 30.1957578 ], [ 120.1603856, 30.193347 ], [ 120.1604139, 30.1932455 ], [ 120.1605045, 30.1929206 ], [ 120.1607844, 30.1919171 ], [ 120.1608489, 30.1916929 ] ], [ [ 120.1609992, 30.191746 ], [ 120.1609398, 30.1919488 ], [ 120.1609267, 30.1919937 ], [ 120.1600216, 30.1950685 ], [ 120.1598042, 30.1957887 ] ], [ [ 120.1422956, 30.2025015 ], [ 120.1415669, 30.2023082 ] ], [ [ 120.1422956, 30.2025015 ], [ 120.1424002, 30.2024065 ] ], [ [ 120.1424002, 30.2024065 ], [ 120.1425807, 30.2025813 ] ], [ [ 120.1425807, 30.2025813 ], [ 120.1422956, 30.2025015 ] ], [ [ 120.1428, 30.2029237 ], [ 120.1425187, 30.2027535 ], [ 120.1422867, 30.202626 ], [ 120.1420882, 30.2025275 ], [ 120.1417516, 30.2023907 ], [ 120.1415669, 30.2023082 ] ], [ [ 120.1777768, 30.1838696 ], [ 120.1776215, 30.1838692 ] ], [ [ 120.1841163, 30.1838084 ], [ 120.1841161, 30.183932 ] ], [ [ 120.1838501, 30.1839304 ], [ 120.1838449, 30.1838182 ] ], [ [ 120.1838501, 30.1839304 ], [ 120.1805599, 30.1838889 ], [ 120.1798376, 30.1838839 ], [ 120.1777768, 30.1838696 ] ], [ [ 120.1841161, 30.183932 ], [ 120.1838501, 30.1839304 ] ], [ [ 120.1620436, 30.187553 ], [ 120.1620975, 30.187374 ], [ 120.1621874, 30.1870645 ], [ 120.1626729, 30.1852846 ] ], [ [ 120.1628017, 30.1853277 ], [ 120.1623215, 30.1871317 ], [ 120.162241, 30.1874227 ], [ 120.1621913, 30.18761 ] ], [ [ 120.1839108, 30.1887857 ], [ 120.1839425, 30.1884142 ], [ 120.1839928, 30.1877401 ], [ 120.1839939, 30.1874572 ], [ 120.1839944, 30.1873245 ], [ 120.1839042, 30.185114 ], [ 120.1838501, 30.1839304 ] ], [ [ 120.1841161, 30.183932 ], [ 120.184111, 30.1844122 ], [ 120.1841363, 30.1854478 ], [ 120.184186, 30.1871893 ], [ 120.184189, 30.1874326 ], [ 120.1841995, 30.1882703 ], [ 120.1841766, 30.1887843 ] ], [ [ 120.1620436, 30.187553 ], [ 120.1621913, 30.18761 ] ], [ [ 120.1620157, 30.1876806 ], [ 120.1620436, 30.187553 ] ], [ [ 120.1621913, 30.18761 ], [ 120.162148, 30.1877315 ] ], [ [ 120.162148, 30.1877315 ], [ 120.1620157, 30.1876806 ] ], [ [ 120.1621913, 30.18761 ], [ 120.1635726, 30.188216 ], [ 120.1642214, 30.1885091 ], [ 120.1653067, 30.1890079 ] ], [ [ 120.1685457, 30.1905316 ], [ 120.1673093, 30.189959 ], [ 120.1669435, 30.1898378 ], [ 120.1666516, 30.1897149 ], [ 120.1649637, 30.1890171 ], [ 120.1637335, 30.1884321 ], [ 120.1635141, 30.1883157 ], [ 120.162148, 30.1877315 ] ], [ [ 120.1685847, 30.190447 ], [ 120.1711448, 30.1914946 ], [ 120.1722815, 30.1920056 ], [ 120.17336, 30.1924769 ], [ 120.1738497, 30.1926909 ], [ 120.1756924, 30.1934963 ] ], [ [ 120.1756202, 30.1936585 ], [ 120.1722173, 30.1921171 ], [ 120.1715034, 30.1917892 ], [ 120.171031, 30.1915723 ], [ 120.1685457, 30.1905316 ] ], [ [ 120.1838965, 30.1889089 ], [ 120.1839108, 30.1887857 ] ], [ [ 120.1841766, 30.1887843 ], [ 120.184165, 30.1889118 ] ], [ [ 120.18359, 30.1909152 ], [ 120.1837132, 30.1902931 ], [ 120.1837643, 30.1899324 ], [ 120.1838929, 30.1889366 ], [ 120.1838965, 30.1889089 ] ], [ [ 120.184165, 30.1889118 ], [ 120.1841516, 30.1890099 ], [ 120.1840186, 30.1899808 ], [ 120.1838688, 30.1909578 ] ], [ [ 120.1653067, 30.1890079 ], [ 120.1661874, 30.1893958 ], [ 120.1672055, 30.1898056 ], [ 120.1676926, 30.1900029 ], [ 120.1685847, 30.190447 ] ], [ [ 120.1838688, 30.1909578 ], [ 120.1837027, 30.1919332 ], [ 120.1835772, 30.1925857 ], [ 120.1835665, 30.1926414 ], [ 120.1835514, 30.1927196 ] ], [ [ 120.1832135, 30.1928105 ], [ 120.1832751, 30.1925502 ], [ 120.183379, 30.1921108 ], [ 120.1834989, 30.1914892 ], [ 120.18359, 30.1909152 ] ], [ [ 120.1832135, 30.1928105 ], [ 120.1835514, 30.1927196 ] ], [ [ 120.1835514, 30.1927196 ], [ 120.1835183, 30.1928719 ] ], [ [ 120.1835183, 30.1928719 ], [ 120.1832135, 30.1928105 ] ], [ [ 120.1758581, 30.193541 ], [ 120.1764858, 30.1937789 ], [ 120.1771816, 30.1940776 ], [ 120.1779551, 30.1944096 ], [ 120.1781633, 30.1944981 ], [ 120.1786666, 30.1947089 ] ], [ [ 120.1788444, 30.1949101 ], [ 120.1780018, 30.1945966 ], [ 120.1773111, 30.1943293 ], [ 120.1764366, 30.1939851 ], [ 120.1757623, 30.193726 ] ], [ [ 120.1824739, 30.1963346 ], [ 120.1824934, 30.1962369 ], [ 120.182502, 30.1961938 ], [ 120.1825625, 30.1958919 ], [ 120.1827428, 30.194993 ], [ 120.1831656, 30.1930325 ], [ 120.1832135, 30.1928105 ] ], [ [ 120.1756924, 30.1934963 ], [ 120.1758581, 30.193541 ] ], [ [ 120.1757623, 30.193726 ], [ 120.1756202, 30.1936585 ] ], [ [ 120.1395993, 30.1901856 ], [ 120.1393596, 30.1902212 ] ], [ [ 120.1393596, 30.1902212 ], [ 120.1387867, 30.190262 ] ], [ [ 120.1387867, 30.190262 ], [ 120.1383959, 30.1902504 ] ], [ [ 120.1383959, 30.1902504 ], [ 120.1382035, 30.1902248 ] ], [ [ 120.1382035, 30.1902248 ], [ 120.1379746, 30.1901467 ] ], [ [ 120.1379746, 30.1901467 ], [ 120.1377097, 30.1900548 ] ], [ [ 120.1377097, 30.1900548 ], [ 120.1375228, 30.1900413 ] ], [ [ 120.1375228, 30.1900413 ], [ 120.1373743, 30.1900833 ] ], [ [ 120.1373743, 30.1900833 ], [ 120.1372798, 30.1901354 ] ], [ [ 120.1372798, 30.1901354 ], [ 120.1372095, 30.1902015 ] ], [ [ 120.1372095, 30.1902015 ], [ 120.1371339, 30.190293 ] ], [ [ 120.1371339, 30.190293 ], [ 120.1367593, 30.191028 ] ], [ [ 120.1367593, 30.191028 ], [ 120.1341436, 30.1961641 ] ], [ [ 120.1341436, 30.1961641 ], [ 120.132409599288877, 30.199658694705665 ] ], [ [ 120.132409599288877, 30.199658694705665 ], [ 120.1323896, 30.199699 ] ], [ [ 120.1323896, 30.199699 ], [ 120.132358158826577, 30.199761972814201 ] ], [ [ 120.132358158826577, 30.199761972814201 ], [ 120.1315555, 30.2013696 ] ], [ [ 120.1315555, 30.2013696 ], [ 120.1314336, 30.2016137 ] ], [ [ 120.1314336, 30.2016137 ], [ 120.1314191, 30.2017598 ] ], [ [ 120.1314191, 30.2017598 ], [ 120.1314733, 30.2018761 ] ], [ [ 120.1314733, 30.2018761 ], [ 120.131817, 30.2022305 ] ], [ [ 120.131817, 30.2022305 ], [ 120.1319413, 30.2024457 ] ], [ [ 120.1319413, 30.2024457 ], [ 120.1322691, 30.2037949 ] ], [ [ 120.1322691, 30.2037949 ], [ 120.1322785, 30.2040672 ] ], [ [ 120.1322785, 30.2040672 ], [ 120.1322463, 30.2042815 ] ], [ [ 120.1322463, 30.2042815 ], [ 120.1322988, 30.2044642 ] ], [ [ 120.1322988, 30.2044642 ], [ 120.1324331, 30.2046295 ] ], [ [ 120.1324331, 30.2046295 ], [ 120.1326486, 30.2047661 ] ], [ [ 120.1290151, 30.1983657 ], [ 120.129759, 30.1986755 ], [ 120.132409599288877, 30.199658694705665 ] ], [ [ 120.132409599288877, 30.199658694705665 ], [ 120.1325897, 30.1997255 ], [ 120.1336722, 30.2001627 ], [ 120.1343646, 30.200386 ], [ 120.1351217, 30.2005875 ], [ 120.1370713, 30.2010294 ], [ 120.1383916, 30.2013793 ], [ 120.139331, 30.2016284 ], [ 120.1404736, 30.2019264 ], [ 120.140674, 30.2019786 ], [ 120.1407639, 30.202002 ], [ 120.1414669, 30.2021853 ], [ 120.1420067, 30.2023073 ], [ 120.1424002, 30.2024065 ] ], [ [ 120.1415669, 30.2023082 ], [ 120.1408673, 30.2021286 ], [ 120.1407356, 30.2020956 ], [ 120.1407301, 30.2020942 ], [ 120.1406436, 30.2020725 ], [ 120.1393102, 30.2017379 ], [ 120.1392016, 30.2017071 ], [ 120.1389969, 30.201649 ], [ 120.1383473, 30.2014648 ], [ 120.1371227, 30.201141 ], [ 120.1370448, 30.2011204 ], [ 120.1357438, 30.2008339 ], [ 120.1348299, 30.2006291 ], [ 120.1341139, 30.2004368 ], [ 120.1336369, 30.2002738 ], [ 120.132358158826577, 30.199761972814201 ] ], [ [ 120.132358158826577, 30.199761972814201 ], [ 120.1321676, 30.1996857 ], [ 120.1308907, 30.1992091 ], [ 120.1290196, 30.1985107 ] ], [ [ 120.1428, 30.2029237 ], [ 120.1426299, 30.2027438 ], [ 120.1422956, 30.2025015 ] ], [ [ 120.1485768, 30.2045488 ], [ 120.1481677, 30.2045521 ], [ 120.1476549, 30.2045122 ], [ 120.1469777, 30.2043914 ], [ 120.1464812, 30.2042565 ], [ 120.1462892, 30.2042443 ], [ 120.1461688, 30.2042072 ], [ 120.1460031, 30.2041097 ], [ 120.145588, 30.2039167 ], [ 120.1453018, 30.203734 ], [ 120.1451326, 30.2036398 ], [ 120.1449313, 30.2035914 ], [ 120.144805, 30.2035323 ], [ 120.1445648, 30.2033949 ], [ 120.1434971, 30.2029558 ], [ 120.1425807, 30.2025813 ] ], [ [ 120.1424002, 30.2024065 ], [ 120.1443835, 30.2031736 ], [ 120.1451454, 30.2034957 ], [ 120.1453201, 30.2036094 ], [ 120.1456603, 30.2038345 ], [ 120.1460802, 30.204033 ], [ 120.1467638, 30.2042453 ], [ 120.1474423, 30.2043922 ], [ 120.1480176, 30.2044594 ], [ 120.1488091, 30.204473 ], [ 120.1491979, 30.2044896 ], [ 120.1495302, 30.2045719 ], [ 120.151976, 30.2053309 ], [ 120.1533028, 30.2057761 ] ], [ [ 120.1425807, 30.2025813 ], [ 120.1431922, 30.2031876 ], [ 120.1433507, 30.2033686 ], [ 120.1434596, 30.203493 ], [ 120.1438629, 30.2040591 ], [ 120.1439992, 30.2041982 ], [ 120.1443361, 30.2045673 ], [ 120.1446465, 30.2047981 ], [ 120.1456834, 30.2053571 ], [ 120.1457387, 30.2053873 ], [ 120.1462068, 30.2056432 ], [ 120.1472763, 30.2062279 ] ], [ [ 120.1471853, 30.2063459 ], [ 120.146506, 30.2059636 ], [ 120.1461742, 30.2057768 ], [ 120.1459719, 30.2056647 ], [ 120.1456426, 30.2054823 ], [ 120.1445906, 30.2048995 ], [ 120.1442899, 30.204664 ], [ 120.1441011, 30.204462 ], [ 120.1437781, 30.2040872 ], [ 120.1433992, 30.2035549 ], [ 120.1433826, 30.2035332 ], [ 120.1431433, 30.2032399 ], [ 120.1428, 30.2029237 ] ], [ [ 120.1532091, 30.2059 ], [ 120.1520786, 30.2054817 ], [ 120.1504604, 30.2049518 ], [ 120.1491416, 30.2045796 ], [ 120.148875, 30.2045466 ], [ 120.1485768, 30.2045488 ] ], [ [ 120.1533152, 30.2059355 ], [ 120.1532091, 30.2059 ] ], [ [ 120.1533028, 30.2057761 ], [ 120.1546597, 30.2062465 ], [ 120.1549738, 30.2063662 ], [ 120.1555291, 30.2065778 ] ], [ [ 120.155475, 30.2066825 ], [ 120.154694, 30.2064025 ], [ 120.1543823, 30.2062958 ], [ 120.1539067, 30.2061331 ], [ 120.1533152, 30.2059355 ] ], [ [ 120.1555291, 30.2065778 ], [ 120.1558322, 30.2066933 ], [ 120.1582339, 30.2077623 ] ], [ [ 120.1326856, 30.2047899 ], [ 120.1326486, 30.2047661 ] ], [ [ 120.1326856, 30.2047899 ], [ 120.1332811, 30.2053144 ] ], [ [ 120.1332811, 30.2053144 ], [ 120.1333373, 30.2054058 ] ], [ [ 120.1333373, 30.2054058 ], [ 120.1333813, 30.2055396 ] ], [ [ 120.1319674, 30.2069551 ], [ 120.1320974, 30.2067471 ] ], [ [ 120.1320974, 30.2067471 ], [ 120.1323225, 30.2064874 ] ], [ [ 120.1323225, 30.2064874 ], [ 120.1326177, 30.2062276 ] ], [ [ 120.1326177, 30.2062276 ], [ 120.1330158, 30.2059082 ] ], [ [ 120.1330158, 30.2059082 ], [ 120.1332636, 30.2057415 ] ], [ [ 120.1332636, 30.2057415 ], [ 120.1333468, 30.2056335 ] ], [ [ 120.1333468, 30.2056335 ], [ 120.1333813, 30.2055396 ] ], [ [ 120.1581658, 30.2078895 ], [ 120.1568989, 30.2073214 ], [ 120.1567094, 30.2072364 ], [ 120.1558564, 30.206854 ], [ 120.155475, 30.2066825 ] ], [ [ 120.1582339, 30.2077623 ], [ 120.1586675, 30.2079553 ], [ 120.1610978, 30.2090745 ], [ 120.1616031, 30.209324 ] ], [ [ 120.1472763, 30.2062279 ], [ 120.1485033, 30.2069464 ], [ 120.1499252, 30.207711 ], [ 120.1503925, 30.2079622 ], [ 120.1512203, 30.2084258 ], [ 120.1514678, 30.2085644 ], [ 120.1518, 30.2087505 ], [ 120.1521893, 30.2089872 ], [ 120.1524927, 30.2091615 ], [ 120.152755, 30.2093122 ], [ 120.1532801, 30.2096369 ] ], [ [ 120.1532019, 30.2097427 ], [ 120.1526901, 30.209415 ], [ 120.1526053, 30.2093621 ], [ 120.1521256, 30.2090749 ], [ 120.1510972, 30.2084799 ], [ 120.1503204, 30.2080387 ], [ 120.1493935, 30.2075337 ], [ 120.1491592, 30.207406 ], [ 120.1488093, 30.207209 ], [ 120.1487534, 30.2071793 ], [ 120.1484638, 30.2070254 ], [ 120.1471853, 30.2063459 ] ], [ [ 120.1615178, 30.2094304 ], [ 120.1604001, 30.2088744 ], [ 120.1586242, 30.2081036 ], [ 120.1581658, 30.2078895 ] ], [ [ 120.1532801, 30.2096369 ], [ 120.1540748, 30.2101173 ], [ 120.1549975, 30.2105741 ], [ 120.1559911, 30.2110155 ] ], [ [ 120.1559255, 30.2111397 ], [ 120.1554042, 30.2108932 ], [ 120.1549016, 30.2106556 ], [ 120.1540013, 30.2102049 ], [ 120.1532019, 30.2097427 ] ], [ [ 120.1559911, 30.2110155 ], [ 120.1571154, 30.2116155 ], [ 120.1575922, 30.2118699 ], [ 120.1592331, 30.2127704 ] ], [ [ 120.1319674, 30.2069551 ], [ 120.1317379, 30.2073642 ] ], [ [ 120.1317379, 30.2073642 ], [ 120.1312667, 30.2082041 ] ], [ [ 120.1312667, 30.2082041 ], [ 120.1305225, 30.2096009 ] ], [ [ 120.1305225, 30.2096009 ], [ 120.1302735, 30.2103068 ] ], [ [ 120.1302735, 30.2103068 ], [ 120.1302349, 30.2105909 ] ], [ [ 120.1302349, 30.2105909 ], [ 120.1302718, 30.2109547 ] ], [ [ 120.1302718, 30.2109547 ], [ 120.1303227, 30.2114357 ] ], [ [ 120.1303227, 30.2114357 ], [ 120.1303519, 30.2117039 ] ], [ [ 120.1303519, 30.2117039 ], [ 120.1304621, 30.212552 ] ], [ [ 120.1304621, 30.212552 ], [ 120.1304943, 30.2127296 ] ], [ [ 120.1304943, 30.2127296 ], [ 120.1305138, 30.2130066 ] ], [ [ 120.1305138, 30.2130066 ], [ 120.130601, 30.2135847 ] ], [ [ 120.130601, 30.2135847 ], [ 120.1307846, 30.2142319 ] ], [ [ 120.1307846, 30.2142319 ], [ 120.1308746, 30.2146148 ] ], [ [ 120.1308746, 30.2146148 ], [ 120.130979, 30.214996 ] ], [ [ 120.130979, 30.214996 ], [ 120.1310804, 30.2155747 ] ], [ [ 120.1310804, 30.2155747 ], [ 120.1311095, 30.2159758 ] ], [ [ 120.1311095, 30.2159758 ], [ 120.1311248, 30.2167602 ] ], [ [ 120.1311248, 30.2167602 ], [ 120.1311205, 30.2168679 ] ], [ [ 120.1311205, 30.2168679 ], [ 120.1310717, 30.2172699 ] ], [ [ 120.1310717, 30.2172699 ], [ 120.1310514, 30.2174368 ] ], [ [ 120.1310514, 30.2174368 ], [ 120.1309503, 30.2178953 ] ], [ [ 120.1309503, 30.2178953 ], [ 120.130892, 30.2185113 ] ], [ [ 120.130892, 30.2185113 ], [ 120.1308775, 30.218823 ] ], [ [ 120.1478312, 30.2243771 ], [ 120.1478612, 30.2245588 ] ], [ [ 120.1478612, 30.2245588 ], [ 120.1479905, 30.2249765 ] ], [ [ 120.1479905, 30.2249765 ], [ 120.1481432, 30.225408 ] ], [ [ 120.1481432, 30.225408 ], [ 120.1482773, 30.2257005 ] ], [ [ 120.1482773, 30.2257005 ], [ 120.1483087, 30.225769 ] ], [ [ 120.1483087, 30.225769 ], [ 120.1483576, 30.2258736 ] ], [ [ 120.1483576, 30.2258736 ], [ 120.1483635, 30.2258862 ] ], [ [ 120.1483635, 30.2258862 ], [ 120.1484217, 30.2260109 ] ], [ [ 120.1484217, 30.2260109 ], [ 120.1487548, 30.2269984 ] ], [ [ 120.1487548, 30.2269984 ], [ 120.1488495, 30.2272726 ] ], [ [ 120.1488495, 30.2272726 ], [ 120.1490022, 30.2279026 ] ], [ [ 120.1490022, 30.2279026 ], [ 120.1491837, 30.2283508 ] ], [ [ 120.1491837, 30.2283508 ], [ 120.1494336, 30.2289068 ] ], [ [ 120.1494336, 30.2289068 ], [ 120.1495685, 30.2291699 ] ], [ [ 120.1495685, 30.2291699 ], [ 120.1499775, 30.2299578 ] ], [ [ 120.1499775, 30.2299578 ], [ 120.1501099, 30.2302264 ] ], [ [ 120.1501099, 30.2302264 ], [ 120.1502392, 30.2304814 ] ], [ [ 120.1502392, 30.2304814 ], [ 120.1503347, 30.2306697 ] ], [ [ 120.1503347, 30.2306697 ], [ 120.1504034, 30.2308017 ] ], [ [ 120.1504034, 30.2308017 ], [ 120.1505237, 30.2310807 ] ], [ [ 120.1505237, 30.2310807 ], [ 120.1507183, 30.2315321 ] ], [ [ 120.1507183, 30.2315321 ], [ 120.1508765, 30.2320675 ] ], [ [ 120.1508765, 30.2320675 ], [ 120.1508254, 30.2324257 ] ], [ [ 120.1347181, 30.2287131 ], [ 120.13628, 30.2293695 ] ], [ [ 120.13628, 30.2293695 ], [ 120.1363555, 30.2294012 ] ], [ [ 120.1363555, 30.2294012 ], [ 120.1371225, 30.2297095 ] ], [ [ 120.1371225, 30.2297095 ], [ 120.1373692, 30.2298217 ] ], [ [ 120.1373692, 30.2298217 ], [ 120.1381476, 30.2301875 ] ], [ [ 120.1381476, 30.2301875 ], [ 120.1388347, 30.2305103 ] ], [ [ 120.1388347, 30.2305103 ], [ 120.1395716, 30.230869 ] ], [ [ 120.1395716, 30.230869 ], [ 120.1397001, 30.2309416 ] ], [ [ 120.1397001, 30.2309416 ], [ 120.1401589, 30.2311608 ] ], [ [ 120.1401589, 30.2311608 ], [ 120.1402555, 30.2312056 ] ], [ [ 120.1402555, 30.2312056 ], [ 120.140397, 30.2312711 ] ], [ [ 120.140397, 30.2312711 ], [ 120.14067, 30.2313975 ] ], [ [ 120.14067, 30.2313975 ], [ 120.1410726, 30.2315145 ] ], [ [ 120.1410726, 30.2315145 ], [ 120.141409, 30.2315599 ] ], [ [ 120.141409, 30.2315599 ], [ 120.1416929, 30.2315715 ] ], [ [ 120.1416929, 30.2315715 ], [ 120.1418745, 30.231579 ] ], [ [ 120.1418745, 30.231579 ], [ 120.1422544, 30.2316136 ] ], [ [ 120.1422544, 30.2316136 ], [ 120.1427969, 30.2317057 ] ], [ [ 120.1427969, 30.2317057 ], [ 120.1437469, 30.2318795 ] ], [ [ 120.1437469, 30.2318795 ], [ 120.1442023, 30.2319481 ] ], [ [ 120.1442023, 30.2319481 ], [ 120.1444727, 30.2319888 ] ], [ [ 120.1444727, 30.2319888 ], [ 120.1446258, 30.2320143 ] ], [ [ 120.1446258, 30.2320143 ], [ 120.1450226, 30.2320803 ] ], [ [ 120.1450226, 30.2320803 ], [ 120.1455837, 30.2321737 ] ], [ [ 120.1455837, 30.2321737 ], [ 120.1458956, 30.232181 ] ], [ [ 120.1458956, 30.232181 ], [ 120.146247, 30.2321619 ] ], [ [ 120.146247, 30.2321619 ], [ 120.1468827, 30.2319486 ] ], [ [ 120.1468827, 30.2319486 ], [ 120.1470309, 30.2319192 ] ], [ [ 120.1470309, 30.2319192 ], [ 120.1471988, 30.2318859 ] ], [ [ 120.1471988, 30.2318859 ], [ 120.1472888, 30.2318861 ] ], [ [ 120.1472888, 30.2318861 ], [ 120.1475625, 30.2318866 ] ], [ [ 120.1475625, 30.2318866 ], [ 120.1480094, 30.2319519 ] ], [ [ 120.1480094, 30.2319519 ], [ 120.1481689, 30.231975 ] ], [ [ 120.1481689, 30.231975 ], [ 120.1482661, 30.2319891 ] ], [ [ 120.1482661, 30.2319891 ], [ 120.1485368, 30.232029 ] ], [ [ 120.1485368, 30.232029 ], [ 120.1489828, 30.2321067 ] ], [ [ 120.1489828, 30.2321067 ], [ 120.1500595, 30.2322943 ] ], [ [ 120.1500595, 30.2322943 ], [ 120.1508254, 30.2324257 ] ], [ [ 120.1508254, 30.2324257 ], [ 120.1508024, 30.2329509 ] ], [ [ 120.1508024, 30.2329509 ], [ 120.1507908, 30.2332149 ] ], [ [ 120.1507908, 30.2332149 ], [ 120.1506669, 30.2339035 ] ], [ [ 120.1506669, 30.2339035 ], [ 120.1505608, 30.2344955 ] ], [ [ 120.1505608, 30.2344955 ], [ 120.1507077, 30.2350315 ] ], [ [ 120.1507077, 30.2350315 ], [ 120.1509315, 30.2354362 ] ], [ [ 120.1509315, 30.2354362 ], [ 120.1509768, 30.2355182 ] ], [ [ 120.1808089, 30.2002422 ], [ 120.1813038, 30.1993686 ], [ 120.1815243, 30.1989794 ], [ 120.1817567, 30.1984571 ], [ 120.1818476, 30.1982527 ], [ 120.1820603, 30.1977275 ], [ 120.1823403, 30.1967723 ], [ 120.1823489, 30.1967431 ], [ 120.1824262, 30.196503 ] ], [ [ 120.1827493, 30.1966755 ], [ 120.1826949, 30.1968939 ], [ 120.1826934, 30.1968998 ], [ 120.1823532, 30.1979011 ], [ 120.1818359, 30.1990993 ], [ 120.1816632, 30.199518 ], [ 120.181474, 30.199856 ], [ 120.1811591, 30.2004184 ] ], [ [ 120.1807174, 30.2004001 ], [ 120.1808089, 30.2002422 ] ], [ [ 120.1811591, 30.2004184 ], [ 120.1810712, 30.2006298 ] ], [ [ 120.1794613, 30.2023485 ], [ 120.179666, 30.2020291 ], [ 120.1799048, 30.2016625 ], [ 120.1802909, 30.2010978 ], [ 120.1807174, 30.2004001 ] ], [ [ 120.1810712, 30.2006298 ], [ 120.1806731, 30.2012507 ], [ 120.180366, 30.201708 ], [ 120.1803051, 30.2018093 ], [ 120.1801568, 30.2020511 ], [ 120.179837, 30.2024981 ] ], [ [ 120.1616031, 30.209324 ], [ 120.1635174, 30.210272 ], [ 120.1657755, 30.2114915 ] ], [ [ 120.1698022, 30.2171075 ], [ 120.1700606, 30.2167405 ], [ 120.1705261, 30.2162172 ], [ 120.1713685, 30.2150022 ], [ 120.1714722, 30.2148527 ], [ 120.171593387109951, 30.21467432208545 ] ], [ [ 120.171593387109951, 30.21467432208545 ], [ 120.171709466741447, 30.214503461978339 ] ], [ [ 120.171709466741447, 30.214503461978339 ], [ 120.172359, 30.2135474 ], [ 120.1728972, 30.2127155 ], [ 120.1735652, 30.211683 ], [ 120.175714, 30.2083614 ], [ 120.1761525, 30.2076613 ], [ 120.1767926, 30.2066316 ], [ 120.1782406, 30.204328 ], [ 120.1785106, 30.2039057 ], [ 120.1793537, 30.2025872 ] ], [ [ 120.1795689, 30.2027231 ], [ 120.1787377, 30.2040203 ], [ 120.1783456, 30.2046164 ], [ 120.1781881, 30.2049284 ], [ 120.1770401, 30.2067204 ], [ 120.1763789, 30.207746 ], [ 120.1759089, 30.208478 ], [ 120.1746613, 30.210388 ], [ 120.1737934, 30.2117499 ], [ 120.1731259, 30.2127975 ], [ 120.171956847554995, 30.214632011779923 ] ], [ [ 120.171956847554995, 30.214632011779923 ], [ 120.171844190909766, 30.214808795929887 ] ], [ [ 120.171844190909766, 30.214808795929887 ], [ 120.1717291, 30.2149894 ], [ 120.1716302, 30.2151413 ], [ 120.1710672, 30.2160064 ], [ 120.170846, 30.2166471 ], [ 120.1705331, 30.2172456 ] ], [ [ 120.1792574, 30.2029821 ], [ 120.1776369, 30.2055349 ] ], [ [ 120.1776369, 30.2055349 ], [ 120.177542, 30.2056915 ] ], [ [ 120.177542, 30.2056915 ], [ 120.1763369, 30.2075789 ] ], [ [ 120.1763369, 30.2075789 ], [ 120.1739626, 30.2112714 ] ], [ [ 120.1739626, 30.2112714 ], [ 120.172556, 30.2134636 ] ], [ [ 120.172556, 30.2134636 ], [ 120.171820687810779, 30.2145612572705 ] ], [ [ 120.171820687810779, 30.2145612572705 ], [ 120.17170489534621, 30.214734109621471 ] ], [ [ 120.17170489534621, 30.214734109621471 ], [ 120.1710192, 30.2157577 ] ], [ [ 120.1710192, 30.2157577 ], [ 120.1708404, 30.2160634 ] ], [ [ 120.1708404, 30.2160634 ], [ 120.170816, 30.2164428 ] ], [ [ 120.170816, 30.2164428 ], [ 120.1705331, 30.2172456 ] ], [ [ 120.1657755, 30.2114915 ], [ 120.166891, 30.2120912 ], [ 120.1680531, 30.2126614 ], [ 120.1696997, 30.2134591 ], [ 120.171709466741447, 30.214503461978339 ] ], [ [ 120.171709466741447, 30.214503461978339 ], [ 120.171820687810779, 30.2145612572705 ] ], [ [ 120.171820687810779, 30.2145612572705 ], [ 120.171956847554995, 30.214632011779923 ] ], [ [ 120.171956847554995, 30.214632011779923 ], [ 120.1721, 30.2147064 ], [ 120.1738301, 30.2156053 ], [ 120.1752446, 30.2164561 ] ], [ [ 120.1751081, 30.2166193 ], [ 120.1738698, 30.2158887 ], [ 120.1734243, 30.2156383 ], [ 120.1728474, 30.2153255 ], [ 120.1718815, 30.2148288 ], [ 120.171844190909766, 30.214808795929887 ] ], [ [ 120.171844190909766, 30.214808795929887 ], [ 120.17170489534621, 30.214734109621471 ] ], [ [ 120.17170489534621, 30.214734109621471 ], [ 120.171593387109951, 30.21467432208545 ] ], [ [ 120.171593387109951, 30.21467432208545 ], [ 120.1715456, 30.2146487 ] ], [ [ 120.1656776, 30.2116496 ], [ 120.163643, 30.2105231 ], [ 120.1634388, 30.21041 ], [ 120.1615178, 30.2094304 ] ], [ [ 120.1715456, 30.2146487 ], [ 120.1696502, 30.2135899 ], [ 120.1679557, 30.2127973 ], [ 120.1668264, 30.2122258 ], [ 120.166781, 30.212203 ], [ 120.1656776, 30.2116496 ] ], [ [ 120.1784924, 30.2044765 ], [ 120.1784471, 30.2045436 ] ], [ [ 120.1752446, 30.2164561 ], [ 120.1761911, 30.2170237 ], [ 120.1787333, 30.2185896 ], [ 120.179634, 30.2191146 ], [ 120.1814525, 30.220061 ] ], [ [ 120.1813569, 30.2201991 ], [ 120.179719, 30.219297 ], [ 120.1786566, 30.2186978 ], [ 120.1777858, 30.2181675 ], [ 120.1761339, 30.2171616 ], [ 120.1751081, 30.2166193 ] ], [ [ 120.1814525, 30.220061 ], [ 120.1816406, 30.2201589 ] ], [ [ 120.1815501, 30.2203055 ], [ 120.1813569, 30.2201991 ] ], [ [ 120.163292, 30.2148965 ], [ 120.1644744, 30.2155144 ], [ 120.1645654, 30.2155619 ], [ 120.1647116, 30.2156383 ], [ 120.1658218, 30.2162184 ], [ 120.1658631, 30.21624 ], [ 120.1663174, 30.216535 ], [ 120.1664135, 30.2166173 ], [ 120.1666933, 30.2168316 ] ], [ [ 120.1690897, 30.2192368 ], [ 120.1687157, 30.2189551 ], [ 120.1683884, 30.2186462 ], [ 120.1683175, 30.2185793 ], [ 120.1675946, 30.2178789 ], [ 120.1666005, 30.2169516 ], [ 120.1662136, 30.2166466 ], [ 120.1659276, 30.2164532 ], [ 120.1651544, 30.2160132 ], [ 120.1646541, 30.2157391 ], [ 120.1645797, 30.2157 ], [ 120.1644887, 30.2156523 ], [ 120.1642889, 30.2155474 ], [ 120.1639543, 30.2153679 ], [ 120.163241, 30.2149851 ] ], [ [ 120.1666933, 30.2168316 ], [ 120.1670778, 30.2171262 ], [ 120.1674579, 30.2175474 ], [ 120.1680483, 30.2181081 ], [ 120.1682671, 30.2183158 ], [ 120.1688707, 30.2186942 ] ], [ [ 120.1688707, 30.2186942 ], [ 120.1690043, 30.2187912 ], [ 120.16907, 30.2188335 ], [ 120.1691362, 30.2188702 ] ], [ [ 120.1691924, 30.2181137 ], [ 120.1697636, 30.2171746 ], [ 120.1698022, 30.2171075 ] ], [ [ 120.1705331, 30.2172456 ], [ 120.1702433, 30.2178315 ] ], [ [ 120.1702433, 30.2178315 ], [ 120.1701533, 30.217978 ] ], [ [ 120.1701533, 30.217978 ], [ 120.1700674, 30.2181427 ] ], [ [ 120.1700674, 30.2181427 ], [ 120.1699848, 30.2183136 ] ], [ [ 120.1699848, 30.2183136 ], [ 120.1698316, 30.2183749 ], [ 120.169657, 30.218362 ], [ 120.1691924, 30.2181137 ] ], [ [ 120.1695167, 30.219086 ], [ 120.169547, 30.2191044 ], [ 120.1698933, 30.2192834 ], [ 120.170054, 30.2193822 ], [ 120.1701811, 30.2194712 ], [ 120.1704813, 30.2196955 ], [ 120.170654, 30.2198636 ], [ 120.1707633, 30.219966 ], [ 120.1708712, 30.2200801 ], [ 120.1709692, 30.2201938 ], [ 120.1710615, 30.220303 ], [ 120.1711445, 30.2204264 ], [ 120.1712319, 30.2206044 ], [ 120.171241, 30.2206244 ] ], [ [ 120.1743099, 30.2255344 ], [ 120.1741298, 30.2252479 ], [ 120.1739092, 30.2250307 ], [ 120.1734964, 30.2246245 ], [ 120.1734696, 30.2245981 ], [ 120.1728579, 30.2239937 ], [ 120.1724769, 30.2236642 ], [ 120.1723047, 30.2234757 ], [ 120.1721651, 30.2232952 ], [ 120.1720411, 30.2231251 ], [ 120.1719219, 30.2229049 ], [ 120.1716469, 30.222369 ], [ 120.1714112, 30.2218482 ], [ 120.1713513, 30.2217158 ], [ 120.171349, 30.2217107 ], [ 120.1713151, 30.2216358 ], [ 120.1712843, 30.2215705 ], [ 120.171171, 30.2213304 ], [ 120.1711584, 30.2213036 ], [ 120.1709906, 30.2209456 ], [ 120.1709618, 30.220885 ], [ 120.170957, 30.2208749 ], [ 120.1708902, 30.220734 ], [ 120.1707336, 30.2205205 ], [ 120.1707279, 30.2205127 ], [ 120.1705824, 30.2203143 ], [ 120.1702802, 30.2199824 ], [ 120.1697808, 30.2196532 ], [ 120.1692769, 30.2193324 ], [ 120.1690897, 30.2192368 ] ], [ [ 120.171241, 30.2206244 ], [ 120.1712885, 30.2207293 ], [ 120.1715001, 30.2211766 ], [ 120.1715702, 30.2213247 ], [ 120.171932, 30.2220896 ], [ 120.1721257, 30.2224989 ], [ 120.1723733, 30.2230223 ], [ 120.1727415, 30.2234139 ], [ 120.1732053, 30.2239073 ], [ 120.1732753, 30.2239794 ], [ 120.1739831, 30.2247091 ], [ 120.1741633, 30.2249221 ], [ 120.1743316, 30.2251211 ], [ 120.1744817, 30.2252794 ] ], [ [ 120.1691362, 30.2188702 ], [ 120.1693894, 30.218998 ], [ 120.1695167, 30.219086 ] ], [ [ 120.1690897, 30.2192368 ], [ 120.1691083, 30.2193834 ] ], [ [ 120.1691083, 30.2193834 ], [ 120.169124, 30.2195069 ] ], [ [ 120.169124, 30.2195069 ], [ 120.1692084, 30.2199418 ] ], [ [ 120.1692084, 30.2199418 ], [ 120.1694682, 30.2214033 ] ], [ [ 120.1694682, 30.2214033 ], [ 120.169505, 30.2216332 ] ], [ [ 120.169505, 30.2216332 ], [ 120.1695179, 30.2218097 ] ], [ [ 120.1695179, 30.2218097 ], [ 120.1695187, 30.2219814 ] ], [ [ 120.1695187, 30.2219814 ], [ 120.1695097, 30.2221495 ] ], [ [ 120.1695097, 30.2221495 ], [ 120.1694932, 30.2223475 ] ], [ [ 120.1694932, 30.2223475 ], [ 120.169424, 30.2229513 ] ], [ [ 120.169424, 30.2229513 ], [ 120.1694133, 30.2231129 ] ], [ [ 120.1694133, 30.2231129 ], [ 120.1693691, 30.2236028 ] ], [ [ 120.1693691, 30.2236028 ], [ 120.1693451, 30.2237898 ] ], [ [ 120.1693451, 30.2237898 ], [ 120.1692433, 30.2243828 ] ], [ [ 120.1692433, 30.2243828 ], [ 120.1692082, 30.2246068 ] ], [ [ 120.1692082, 30.2246068 ], [ 120.1691742, 30.2248383 ] ], [ [ 120.1691742, 30.2248383 ], [ 120.1690686, 30.2254565 ] ], [ [ 120.1690686, 30.2254565 ], [ 120.1690061, 30.225762 ] ], [ [ 120.1690061, 30.225762 ], [ 120.1689732, 30.2259434 ] ], [ [ 120.1688873, 30.2264501 ], [ 120.1689153, 30.2262886 ] ], [ [ 120.1689153, 30.2262886 ], [ 120.1689732, 30.2259434 ] ], [ [ 120.105999, 30.1649824 ], [ 120.1060911, 30.1669089 ], [ 120.10608, 30.1672554 ], [ 120.1061207, 30.1677729 ], [ 120.1061025, 30.1683685 ], [ 120.1060815, 30.1685999 ], [ 120.1060456, 30.1689949 ], [ 120.1060001, 30.169477 ], [ 120.1059432, 30.1699 ], [ 120.1059053, 30.1702214 ], [ 120.105868, 30.1704136 ] ], [ [ 120.1044426, 30.1738425 ], [ 120.1045329, 30.173606 ], [ 120.1047664, 30.1729157 ], [ 120.1050185, 30.1722334 ], [ 120.1051026, 30.17187 ], [ 120.105224, 30.1714057 ], [ 120.1053688, 30.1707153 ], [ 120.1055182, 30.169819 ], [ 120.1055696, 30.1692336 ], [ 120.1056079, 30.1688296 ], [ 120.1056397, 30.1684948 ], [ 120.1056723, 30.1680789 ], [ 120.1056666, 30.1676353 ], [ 120.1056831, 30.1671547 ], [ 120.1056972, 30.1667428 ], [ 120.1056346, 30.1649769 ] ], [ [ 120.105868, 30.1704136 ], [ 120.1058029, 30.1707494 ], [ 120.1056398, 30.1715561 ], [ 120.105526, 30.1720349 ], [ 120.105416, 30.172494 ], [ 120.1052794, 30.1730121 ], [ 120.1052143, 30.1732389 ], [ 120.1051391, 30.1735007 ], [ 120.1049722, 30.1739861 ], [ 120.1046421, 30.1748518 ], [ 120.1045018, 30.1751567 ], [ 120.1043252, 30.1754376 ], [ 120.104168, 30.1758323 ], [ 120.1041124, 30.1759423 ], [ 120.1039596, 30.17603 ] ], [ [ 120.103498, 30.1765558 ], [ 120.1036104, 30.1761667 ], [ 120.1039444, 30.1753259 ], [ 120.1039815, 30.1752224 ], [ 120.1040052, 30.1751563 ], [ 120.1040425, 30.1749343 ], [ 120.1040892, 30.1747688 ], [ 120.1044426, 30.1738425 ] ], [ [ 120.094762, 30.1753451 ], [ 120.0951478, 30.1755555 ], [ 120.0961217, 30.1760499 ], [ 120.097265, 30.1766609 ], [ 120.0978072, 30.176921 ], [ 120.0981163, 30.1770491 ], [ 120.0984802, 30.1772 ], [ 120.099159, 30.1775239 ], [ 120.0996127, 30.1777231 ], [ 120.1000927, 30.1779128 ], [ 120.1004483, 30.1780484 ], [ 120.1007541, 30.1781679 ], [ 120.1010831, 30.1783433 ], [ 120.1018488, 30.1785755 ], [ 120.1022694, 30.1787684 ], [ 120.1025601, 30.1789709 ] ], [ [ 120.1130888, 30.1882657 ], [ 120.1128466, 30.1879853 ], [ 120.11179, 30.1867618 ], [ 120.1114424, 30.1863448 ], [ 120.1109417, 30.1857441 ], [ 120.1102975, 30.1848933 ], [ 120.109979, 30.1845344 ], [ 120.1096529, 30.1841669 ], [ 120.1095797, 30.1840844 ], [ 120.1083037, 30.1829793 ], [ 120.1075322, 30.1823744 ], [ 120.1069917, 30.1819788 ], [ 120.1069379, 30.1819394 ], [ 120.1061497, 30.1814257 ] ], [ [ 120.1027207, 30.1790838 ], [ 120.1029662, 30.1791832 ], [ 120.1031702, 30.1793244 ], [ 120.1035012, 30.1795568 ], [ 120.104144, 30.1800007 ], [ 120.1054701, 30.1809287 ], [ 120.1065758, 30.1815729 ], [ 120.1073472, 30.1820787 ], [ 120.1079926, 30.1825675 ], [ 120.1084697, 30.1829689 ], [ 120.1091749, 30.1835789 ], [ 120.1097119, 30.1840435 ], [ 120.1103856, 30.1847939 ], [ 120.1111055, 30.1857012 ], [ 120.111222, 30.1858308 ], [ 120.1119028, 30.1865881 ], [ 120.1124912, 30.1873268 ], [ 120.1131539, 30.188093 ], [ 120.1136007, 30.1884626 ], [ 120.1141253, 30.1888322 ], [ 120.1144633, 30.1890489 ], [ 120.1148195, 30.1892488 ], [ 120.114898, 30.1892929 ], [ 120.1149432, 30.1893182 ], [ 120.1153615, 30.1895176 ], [ 120.1162641, 30.1898984 ], [ 120.1169754, 30.1902566 ], [ 120.1174185, 30.1904717 ], [ 120.1177213, 30.1906335 ], [ 120.1181259, 30.1908937 ], [ 120.1185455, 30.191185 ], [ 120.1189851, 30.191647 ], [ 120.1196064, 30.1921439 ], [ 120.1201533, 30.1925557 ], [ 120.1207306, 30.192921 ], [ 120.1220429, 30.1937204 ], [ 120.1223369, 30.1939503 ], [ 120.1231544, 30.1948388 ], [ 120.1232653, 30.1949593 ], [ 120.1251238, 30.1963655 ], [ 120.1290151, 30.1983657 ] ], [ [ 120.1288994, 30.1984633 ], [ 120.1287519, 30.1983979 ], [ 120.1281053, 30.1980751 ], [ 120.12743, 30.1977379 ], [ 120.1270732, 30.1975498 ], [ 120.1268944, 30.1974556 ], [ 120.1250077, 30.1965013 ], [ 120.124641, 30.1962208 ], [ 120.1232297, 30.1951416 ], [ 120.1231645, 30.1950917 ], [ 120.1226765, 30.1945804 ], [ 120.1220201, 30.1938926 ], [ 120.1211702, 30.193359 ], [ 120.1207335, 30.1930849 ], [ 120.1200825, 30.1926791 ], [ 120.119492, 30.1922674 ], [ 120.1186947, 30.1915546 ], [ 120.1183404, 30.1912676 ], [ 120.1180947, 30.1910854 ], [ 120.1179795, 30.191 ], [ 120.1174112, 30.1906753 ], [ 120.1173115, 30.1906216 ], [ 120.1168775, 30.1903878 ], [ 120.1164786, 30.1902012 ], [ 120.1161556, 30.1900502 ], [ 120.1160394, 30.1900016 ], [ 120.1159181, 30.1899509 ], [ 120.1157378, 30.1898854 ], [ 120.115356, 30.1897354 ], [ 120.1148878, 30.1895475 ], [ 120.1148217, 30.189521 ], [ 120.1147515, 30.1894768 ], [ 120.1146757, 30.1894291 ], [ 120.1143311, 30.189212 ], [ 120.1141028, 30.1890176 ], [ 120.1140648, 30.1889894 ], [ 120.1138638, 30.1888404 ], [ 120.1130888, 30.1882657 ] ], [ [ 120.1025601, 30.1789709 ], [ 120.1027207, 30.1790838 ] ], [ [ 120.10258, 30.1791025 ], [ 120.1025601, 30.1789709 ] ], [ [ 120.1027207, 30.1790838 ], [ 120.102689, 30.1791704 ] ], [ [ 120.102689, 30.1791704 ], [ 120.10258, 30.1791025 ] ], [ [ 120.1061497, 30.1814257 ], [ 120.102689, 30.1791704 ] ], [ [ 120.1683477, 30.2293247 ], [ 120.1684979, 30.2287297 ] ], [ [ 120.1684979, 30.2287297 ], [ 120.168505, 30.2286683 ] ], [ [ 120.168505, 30.2286683 ], [ 120.1685406, 30.228423 ] ], [ [ 120.1685406, 30.228423 ], [ 120.1685582, 30.2283194 ] ], [ [ 120.1685582, 30.2283194 ], [ 120.1685995, 30.2280619 ] ], [ [ 120.1685995, 30.2280619 ], [ 120.1686349, 30.2278407 ] ], [ [ 120.1686349, 30.2278407 ], [ 120.168662, 30.2276876 ] ], [ [ 120.168662, 30.2276876 ], [ 120.1687392, 30.2274517 ] ], [ [ 120.1687392, 30.2274517 ], [ 120.1687491, 30.2273921 ] ], [ [ 120.1687491, 30.2273921 ], [ 120.1687699, 30.2272053 ] ], [ [ 120.1687699, 30.2272053 ], [ 120.1687952, 30.227086 ] ], [ [ 120.1687952, 30.227086 ], [ 120.1688307, 30.2268935 ] ], [ [ 120.1688307, 30.2268935 ], [ 120.1688408, 30.2267821 ] ], [ [ 120.1688408, 30.2267821 ], [ 120.1688873, 30.2264501 ] ], [ [ 120.1660044, 30.2277561 ], [ 120.1659254, 30.228488 ] ], [ [ 120.1761726, 30.2279479 ], [ 120.1771456, 30.2293506 ], [ 120.1773024, 30.2295767 ], [ 120.1777063, 30.2302081 ], [ 120.1782199, 30.2310163 ], [ 120.1787016, 30.2315374 ] ], [ [ 120.1744817, 30.2252794 ], [ 120.1746257, 30.2254312 ] ], [ [ 120.1746257, 30.2254312 ], [ 120.1752004, 30.2263693 ], [ 120.1761197, 30.2278732 ] ], [ [ 120.1759967, 30.2280046 ], [ 120.1752414, 30.2267918 ], [ 120.1746862, 30.2259325 ], [ 120.1743099, 30.2255344 ] ], [ [ 120.1761197, 30.2278732 ], [ 120.1761726, 30.2279479 ] ], [ [ 120.1659254, 30.228488 ], [ 120.1659028, 30.2286975 ], [ 120.1658993, 30.2287826 ], [ 120.165854, 30.2298777 ] ], [ [ 120.1683477, 30.2293247 ], [ 120.1683735, 30.2293311 ], [ 120.1684292, 30.229366 ] ], [ [ 120.1680958, 30.2294371 ], [ 120.1681263, 30.2293838 ], [ 120.1681759, 30.2293427 ], [ 120.1682388, 30.2293187 ], [ 120.1683074, 30.2293147 ], [ 120.1683477, 30.2293247 ] ], [ [ 120.1684292, 30.229366 ], [ 120.1684677, 30.2294152 ], [ 120.1684846, 30.2294728 ], [ 120.1684796, 30.2295151 ] ], [ [ 120.1681907, 30.2296358 ], [ 120.1681383, 30.2295998 ], [ 120.1681028, 30.2295508 ], [ 120.168088, 30.2294945 ], [ 120.1680958, 30.2294371 ] ], [ [ 120.1684796, 30.2295151 ], [ 120.1684777, 30.2295319 ], [ 120.1684479, 30.2295854 ] ], [ [ 120.1684479, 30.2295854 ], [ 120.168408, 30.2296212 ], [ 120.1683579, 30.2296455 ], [ 120.1683019, 30.2296565 ], [ 120.1682445, 30.2296532 ], [ 120.1681907, 30.2296358 ] ], [ [ 120.1657599, 30.2321613 ], [ 120.1655966, 30.2314304 ], [ 120.16554, 30.2309962 ], [ 120.1655737, 30.2306049 ], [ 120.1655862, 30.2304592 ], [ 120.1656681, 30.2295079 ], [ 120.165718, 30.2289275 ], [ 120.1657268, 30.2288258 ], [ 120.1657833, 30.2281689 ], [ 120.1658161, 30.2277884 ] ], [ [ 120.1684479, 30.2295854 ], [ 120.1683911, 30.2297125 ], [ 120.1683527, 30.2298169 ], [ 120.168297, 30.2301679 ], [ 120.1682734, 30.2303163 ], [ 120.1682842, 30.2304924 ], [ 120.1683468, 30.2307339 ], [ 120.1685243, 30.2312775 ], [ 120.1686689, 30.2316837 ] ], [ [ 120.1684781, 30.2317133 ], [ 120.1683156, 30.231174 ], [ 120.1682526, 30.2309185 ], [ 120.1682143, 30.2307258 ], [ 120.1681502, 30.2305204 ], [ 120.1681514, 30.2302926 ], [ 120.1681604, 30.2301348 ], [ 120.1681693, 30.2300081 ], [ 120.1682043, 30.2298348 ], [ 120.1681907, 30.2296358 ] ], [ [ 120.165854, 30.2298777 ], [ 120.1658388, 30.2300705 ], [ 120.1657729, 30.2309076 ], [ 120.1657613, 30.231055 ], [ 120.1657605, 30.231065 ], [ 120.1657768, 30.2314092 ], [ 120.165958, 30.232242 ] ], [ [ 120.1784264, 30.2317206 ], [ 120.1781381, 30.2313852 ], [ 120.1779282, 30.231137 ], [ 120.1773654, 30.23032 ], [ 120.1766177, 30.2290297 ], [ 120.1763222, 30.2285198 ], [ 120.1759967, 30.2280046 ] ], [ [ 120.1787016, 30.2315374 ], [ 120.1788034, 30.2316614 ] ], [ [ 120.1784818, 30.2317864 ], [ 120.1784264, 30.2317206 ] ], [ [ 120.179456, 30.2328497 ], [ 120.1793251, 30.2327086 ], [ 120.1788985, 30.2322682 ], [ 120.1784818, 30.2317864 ] ], [ [ 120.1788034, 30.2316614 ], [ 120.1791736, 30.2321097 ], [ 120.1800675, 30.2330256 ], [ 120.1802971, 30.2332609 ], [ 120.1806182, 30.2336316 ], [ 120.1808927, 30.2339368 ] ], [ [ 120.1808927, 30.2339368 ], [ 120.1826937, 30.2332104 ], [ 120.1835405, 30.2328577 ], [ 120.1842696, 30.2325422 ], [ 120.1845521, 30.2324091 ], [ 120.184659, 30.2323586 ], [ 120.1855392, 30.2319677 ], [ 120.1859553, 30.2318597 ] ], [ [ 120.1862559, 30.2320778 ], [ 120.1857594, 30.2323187 ], [ 120.1849316, 30.2326827 ], [ 120.1845003, 30.2328939 ], [ 120.1836259, 30.233225 ], [ 120.1828045, 30.2335411 ], [ 120.1824606, 30.2336697 ], [ 120.1821342, 30.2337959 ], [ 120.1818965, 30.2338902 ], [ 120.1811294, 30.2341874 ] ], [ [ 120.180585, 30.2341069 ], [ 120.1801132, 30.2335667 ], [ 120.1800329, 30.2334791 ], [ 120.179456, 30.2328497 ] ], [ [ 120.180585, 30.2341069 ], [ 120.1808927, 30.2339368 ] ], [ [ 120.1808927, 30.2339368 ], [ 120.1811294, 30.2341874 ] ], [ [ 120.1808212, 30.2343447 ], [ 120.180585, 30.2341069 ] ], [ [ 120.1811294, 30.2341874 ], [ 120.1808212, 30.2343447 ] ], [ [ 120.1686689, 30.2316837 ], [ 120.1692006, 30.233187 ], [ 120.1693909, 30.2337142 ], [ 120.1694277, 30.2338161 ], [ 120.1695418, 30.2340638 ], [ 120.1696603, 30.2343211 ], [ 120.1697617, 30.2345414 ], [ 120.1698294, 30.2346883 ], [ 120.1698461, 30.2347245 ], [ 120.16987, 30.234773 ], [ 120.1700018, 30.2350407 ], [ 120.1702647, 30.2355747 ], [ 120.1703867, 30.2357682 ], [ 120.1706967, 30.23626 ], [ 120.1711093, 30.236883 ], [ 120.1716653, 30.2376807 ], [ 120.1718778, 30.2379901 ], [ 120.1721515, 30.2383918 ], [ 120.1723025, 30.2386186 ] ], [ [ 120.1720824, 30.2387179 ], [ 120.171834, 30.2383329 ], [ 120.1714621, 30.2377727 ], [ 120.1714387, 30.2377375 ], [ 120.1710488, 30.2371501 ], [ 120.1704242, 30.236209 ], [ 120.1702991, 30.2360206 ], [ 120.1700964, 30.2357086 ], [ 120.1697873, 30.2351137 ], [ 120.1697467, 30.2350355 ], [ 120.1696163, 30.2347403 ], [ 120.16928, 30.2339788 ], [ 120.16926, 30.2339213 ], [ 120.1692138, 30.2337887 ], [ 120.1690848, 30.2334185 ], [ 120.1689744, 30.2331017 ], [ 120.1689221, 30.2329603 ], [ 120.168647, 30.2321619 ], [ 120.1685186, 30.2318643 ], [ 120.1684781, 30.2317133 ] ], [ [ 120.1791904, 30.2350052 ], [ 120.1801341, 30.2343567 ], [ 120.1803167, 30.2342652 ], [ 120.1805311, 30.2341394 ], [ 120.180585, 30.2341069 ] ], [ [ 120.1808212, 30.2343447 ], [ 120.1807424, 30.2343935 ], [ 120.1805578, 30.2345073 ], [ 120.1800496, 30.2348103 ], [ 120.1794895, 30.2351872 ], [ 120.1794294, 30.2352241 ], [ 120.1789648, 30.2355098 ], [ 120.1787476, 30.2356433 ], [ 120.1780229, 30.2360992 ], [ 120.1773733, 30.2365486 ], [ 120.177087, 30.2366329 ] ], [ [ 120.1769857, 30.236426 ], [ 120.177601, 30.2360323 ], [ 120.1783431, 30.2355574 ], [ 120.1791904, 30.2350052 ] ], [ [ 120.1768731, 30.2364934 ], [ 120.1769857, 30.236426 ] ], [ [ 120.1764512, 30.2367331 ], [ 120.1768731, 30.2364934 ] ], [ [ 120.1811294, 30.2341874 ], [ 120.1812813, 30.2343448 ], [ 120.1814927, 30.2345587 ], [ 120.1828785, 30.2359604 ], [ 120.1832263, 30.2362859 ], [ 120.1833477, 30.2363995 ], [ 120.184, 30.2370099 ], [ 120.1841991, 30.2371963 ], [ 120.1847664, 30.2376714 ], [ 120.1850823, 30.2379444 ], [ 120.1857502, 30.2385026 ], [ 120.186067, 30.2387894 ], [ 120.1863042, 30.2390041 ], [ 120.1864436, 30.2391302 ] ], [ [ 120.1513098, 30.2356286 ], [ 120.1514107, 30.235692 ], [ 120.1516896, 30.2360443 ], [ 120.1519246, 30.2370279 ], [ 120.151969, 30.237214 ], [ 120.1520459, 30.2374208 ], [ 120.1522154, 30.237583 ], [ 120.1524889, 30.2378657 ], [ 120.1528458, 30.2381553 ], [ 120.153138, 30.238394 ], [ 120.1538421, 30.2398039 ], [ 120.1536322, 30.2415985 ] ], [ [ 120.1534454, 30.2415612 ], [ 120.1535269, 30.2407139 ], [ 120.1536191, 30.2397544 ], [ 120.1533567, 30.2391141 ], [ 120.1529873, 30.238482 ], [ 120.152941, 30.2384434 ], [ 120.1527138, 30.2382541 ], [ 120.1521554, 30.2377887 ], [ 120.1519011, 30.2374139 ], [ 120.151861, 30.2373256 ], [ 120.1518199, 30.2372351 ], [ 120.1517242, 30.2368911 ], [ 120.1516698, 30.2366953 ], [ 120.1514967, 30.2360728 ], [ 120.1512186, 30.2357718 ] ], [ [ 120.1672874, 30.2402095 ], [ 120.1672035, 30.2398232 ], [ 120.1671005, 30.2395361 ], [ 120.1667682, 30.2386095 ], [ 120.1665429, 30.2379143 ], [ 120.166405, 30.2373214 ], [ 120.1663407, 30.2370453 ], [ 120.1663229, 30.2369689 ], [ 120.1661513, 30.2361625 ], [ 120.1660994, 30.2358805 ], [ 120.1660429, 30.2354552 ], [ 120.1659535, 30.2345314 ], [ 120.1659521, 30.2344914 ], [ 120.1659367, 30.2340537 ], [ 120.1659206, 30.2331963 ], [ 120.1658187, 30.2325428 ], [ 120.165763, 30.2321857 ], [ 120.1657599, 30.2321613 ] ], [ [ 120.165958, 30.232242 ], [ 120.1660117, 30.2325142 ], [ 120.1661305, 30.2331163 ], [ 120.1661914, 30.2350411 ], [ 120.1662524, 30.2354416 ], [ 120.1663622, 30.2360106 ], [ 120.1664657, 30.2366353 ], [ 120.166537, 30.236994 ], [ 120.1665423, 30.2370151 ], [ 120.166587, 30.2371927 ], [ 120.1668135, 30.2380934 ], [ 120.1670289, 30.2387502 ], [ 120.1673745, 30.2397898 ], [ 120.1674691, 30.2401714 ] ], [ [ 120.1674691, 30.2401714 ], [ 120.1674943, 30.2402835 ] ], [ [ 120.1673145, 30.2403156 ], [ 120.1672874, 30.2402095 ] ], [ [ 120.1674943, 30.2402835 ], [ 120.1676675, 30.2409794 ], [ 120.1677319, 30.241524 ], [ 120.1677732, 30.2419938 ], [ 120.1678118, 30.2424335 ] ], [ [ 120.1723025, 30.2386186 ], [ 120.1723328, 30.2386666 ], [ 120.1723493, 30.2386926 ], [ 120.1724388, 30.23885 ] ], [ [ 120.1722424, 30.2389325 ], [ 120.1720824, 30.2387179 ] ], [ [ 120.1734704, 30.2408311 ], [ 120.1731807, 30.2403242 ], [ 120.1730606, 30.2401461 ], [ 120.1728456, 30.2398272 ], [ 120.1725994, 30.239462 ], [ 120.1722424, 30.2389325 ] ], [ [ 120.177087, 30.2366329 ], [ 120.1769757, 30.2366865 ] ], [ [ 120.1769757, 30.2366865 ], [ 120.1765224, 30.2369161 ] ], [ [ 120.1862649, 30.2393233 ], [ 120.1862105, 30.2392773 ], [ 120.1860838, 30.2391703 ], [ 120.1845349, 30.2378618 ], [ 120.1839237, 30.2373259 ], [ 120.1836798, 30.237105 ], [ 120.1829599, 30.236453 ], [ 120.1826233, 30.2361481 ], [ 120.1825703, 30.2360957 ], [ 120.182529, 30.236055 ], [ 120.1811703, 30.234695 ], [ 120.1810635, 30.2345734 ], [ 120.1808212, 30.2343447 ] ], [ [ 120.1676235, 30.2424411 ], [ 120.1675753, 30.2417592 ], [ 120.1675227, 30.2411857 ], [ 120.1674985, 30.240954 ], [ 120.1673145, 30.2403156 ] ], [ [ 120.1678118, 30.2424335 ], [ 120.1678154, 30.2426032 ] ], [ [ 120.1676334, 30.2425986 ], [ 120.1676235, 30.2424411 ] ], [ [ 120.1735291, 30.2409112 ], [ 120.1734704, 30.2408311 ] ], [ [ 120.1724388, 30.23885 ], [ 120.172677, 30.2392191 ], [ 120.1728277, 30.2394526 ], [ 120.1730898, 30.2398587 ], [ 120.1733738, 30.2402987 ], [ 120.173384, 30.2403367 ], [ 120.1734703, 30.2406588 ], [ 120.1734798, 30.2406944 ], [ 120.1735001, 30.2407408 ], [ 120.1742428, 30.2418697 ], [ 120.1744522, 30.242194 ], [ 120.1754234, 30.243716 ], [ 120.1755362, 30.2438929 ], [ 120.1756367, 30.2440797 ], [ 120.1755755, 30.2441604 ] ], [ [ 120.1755755, 30.2441604 ], [ 120.175462, 30.2439361 ], [ 120.1748838, 30.2430075 ], [ 120.1743864, 30.2422085 ], [ 120.1735291, 30.2409112 ] ], [ [ 120.1678154, 30.2426032 ], [ 120.1678125, 30.2436198 ], [ 120.1678095, 30.2446721 ], [ 120.1678082, 30.2451104 ], [ 120.1678079, 30.2452288 ], [ 120.1677655, 30.2463814 ], [ 120.1677583, 30.2472324 ], [ 120.1677549, 30.2476288 ], [ 120.1677395, 30.2480806 ], [ 120.1677376, 30.2481351 ] ], [ [ 120.1674741, 30.2481518 ], [ 120.1674802, 30.2480946 ], [ 120.1675276, 30.2476479 ], [ 120.1675361, 30.2473693 ], [ 120.167557, 30.2466798 ], [ 120.1675885, 30.2456426 ], [ 120.1676007, 30.2451098 ], [ 120.1676051, 30.2447742 ], [ 120.1676334, 30.2425986 ] ], [ [ 120.1677376, 30.2481351 ], [ 120.1677404, 30.2482387 ] ], [ [ 120.1674683, 30.2482499 ], [ 120.1674741, 30.2481518 ] ], [ [ 120.2043541, 30.2071839 ], [ 120.2055167, 30.2078202 ], [ 120.20729, 30.2087908 ] ], [ [ 120.2071828, 30.2089281 ], [ 120.2061337, 30.2083627 ], [ 120.2042436, 30.2073441 ] ], [ [ 120.20729, 30.2087908 ], [ 120.2095675, 30.2100449 ] ], [ [ 120.209477, 30.2101915 ], [ 120.207428, 30.2090631 ], [ 120.2071828, 30.2089281 ] ], [ [ 120.2095675, 30.2100449 ], [ 120.2104313, 30.210518 ], [ 120.2115739, 30.2111438 ], [ 120.2118379, 30.2112749 ], [ 120.2119459, 30.2113285 ] ], [ [ 120.2119481, 30.2115703 ], [ 120.211791, 30.2114787 ], [ 120.2115054, 30.2113121 ], [ 120.2109008, 30.2109781 ], [ 120.2104035, 30.2107034 ], [ 120.209477, 30.2101915 ] ], [ [ 120.2119459, 30.2113285 ], [ 120.2121014, 30.2114142 ] ], [ [ 120.2121335, 30.2116953 ], [ 120.2119481, 30.2115703 ] ], [ [ 120.2390391, 30.2072999 ], [ 120.2390292, 30.2087978 ], [ 120.2389992, 30.2103225 ] ], [ [ 120.2388377, 30.2103224 ], [ 120.2388616, 30.2096787 ], [ 120.23887, 30.2088093 ], [ 120.2388826, 30.2073103 ] ], [ [ 120.2301974, 30.2086292 ], [ 120.2301973, 30.2084732 ] ], [ [ 120.230505, 30.2084771 ], [ 120.2305067, 30.2086306 ] ], [ [ 120.2499297, 30.2117152 ], [ 120.2500701, 30.2117103 ] ], [ [ 120.2305067, 30.2086306 ], [ 120.2305211, 30.2093087 ], [ 120.2305378, 30.2100999 ], [ 120.2305491, 30.2102731 ] ], [ [ 120.2302365, 30.2118528 ], [ 120.2302334, 30.2116212 ], [ 120.2302406, 30.2106771 ], [ 120.2301984, 30.2093125 ], [ 120.2301974, 30.2086292 ] ], [ [ 120.2305491, 30.2102731 ], [ 120.2305423, 30.2105074 ], [ 120.2305255, 30.2122811 ], [ 120.2304968, 30.2136093 ], [ 120.2304697, 30.2139674 ], [ 120.2303543, 30.2143074 ], [ 120.2303503, 30.2144335 ] ], [ [ 120.2389992, 30.2103225 ], [ 120.2389898, 30.2122021 ], [ 120.2389925, 30.2134971 ] ], [ [ 120.2416619, 30.2127262 ], [ 120.2419069, 30.2126607 ], [ 120.2420649, 30.2126188 ], [ 120.2434533, 30.2122383 ], [ 120.2446754, 30.2119064 ] ], [ [ 120.2446945, 30.2120568 ], [ 120.2434599, 30.212397 ], [ 120.2420998, 30.2127718 ], [ 120.2419066, 30.2128205 ], [ 120.2417007, 30.2128732 ] ], [ [ 120.2417007, 30.2128732 ], [ 120.2390101, 30.213614 ] ], [ [ 120.2301478, 30.2144162 ], [ 120.2301897, 30.2141975 ], [ 120.2302728, 30.2138547 ], [ 120.2302392, 30.2131309 ], [ 120.2302443, 30.2124473 ], [ 120.2302365, 30.2118528 ] ], [ [ 120.2301478, 30.2144162 ], [ 120.2303503, 30.2144335 ] ], [ [ 120.2303503, 30.2144335 ], [ 120.2305751, 30.2144354 ], [ 120.2306861, 30.2144334 ], [ 120.2307626, 30.2144387 ], [ 120.2314659, 30.2144427 ], [ 120.2335585, 30.2144547 ] ], [ [ 120.2335585, 30.2144547 ], [ 120.2336322, 30.2144529 ] ], [ [ 120.2301133, 30.2145705 ], [ 120.2301478, 30.2144162 ] ], [ [ 120.2477844, 30.21179 ], [ 120.2499297, 30.2117152 ] ], [ [ 120.2446754, 30.2119064 ], [ 120.2465901, 30.2118347 ], [ 120.2477844, 30.21179 ] ], [ [ 120.2500632, 30.2118437 ], [ 120.2499211, 30.2118547 ] ], [ [ 120.2499211, 30.2118547 ], [ 120.2488781, 30.2118745 ], [ 120.2477844, 30.2119127 ] ], [ [ 120.2477844, 30.2119127 ], [ 120.2446945, 30.2120568 ] ], [ [ 120.2388278, 30.2135369 ], [ 120.2388377, 30.2103224 ] ], [ [ 120.2389925, 30.2134971 ], [ 120.2403284, 30.2131103 ], [ 120.2416619, 30.2127262 ] ], [ [ 120.2388278, 30.2135369 ], [ 120.2389925, 30.2134971 ] ], [ [ 120.2389925, 30.2134971 ], [ 120.2390101, 30.213614 ] ], [ [ 120.2388015, 30.2136714 ], [ 120.2388278, 30.2135369 ] ], [ [ 120.2390101, 30.213614 ], [ 120.2388015, 30.2136714 ] ], [ [ 120.2336322, 30.2144529 ], [ 120.2347172, 30.2144269 ], [ 120.2358223, 30.2143434 ], [ 120.236702, 30.2141858 ], [ 120.2373475, 30.2140154 ], [ 120.2375978, 30.2139378 ], [ 120.2388278, 30.2135369 ] ], [ [ 120.2388015, 30.2136714 ], [ 120.2376123, 30.2140492 ], [ 120.2373629, 30.2141282 ], [ 120.2372159, 30.2141599 ], [ 120.2358908, 30.2144612 ], [ 120.2346302, 30.2145493 ], [ 120.2336481, 30.2145582 ] ], [ [ 120.2390101, 30.213614 ], [ 120.2390309, 30.2143164 ], [ 120.2390606, 30.2147227 ], [ 120.2391091, 30.2156111 ], [ 120.2391413, 30.2159658 ], [ 120.2391442, 30.2160654 ] ], [ [ 120.2389616, 30.216063 ], [ 120.2389669, 30.2159634 ], [ 120.238967, 30.2156151 ], [ 120.2389351, 30.215207 ], [ 120.2388749, 30.2147456 ], [ 120.2388015, 30.2136714 ] ], [ [ 120.2121014, 30.2114142 ], [ 120.2133668, 30.2121148 ], [ 120.2158802, 30.2135047 ] ], [ [ 120.215696, 30.2136601 ], [ 120.2138349, 30.2126337 ], [ 120.2121335, 30.2116953 ] ], [ [ 120.2158802, 30.2135047 ], [ 120.2162299, 30.2136989 ], [ 120.216372, 30.2137801 ], [ 120.2195898, 30.2155294 ] ], [ [ 120.2194412, 30.2157381 ], [ 120.215696, 30.2136601 ] ], [ [ 120.2195898, 30.2155294 ], [ 120.2197073, 30.2155858 ] ], [ [ 120.219533, 30.2157899 ], [ 120.2194412, 30.2157381 ] ], [ [ 120.2235136, 30.2181582 ], [ 120.2227583, 30.2177828 ], [ 120.2209143, 30.2167765 ], [ 120.2196879, 30.2159513 ], [ 120.219533, 30.2157899 ] ], [ [ 120.2197073, 30.2155858 ], [ 120.2199465, 30.2155581 ], [ 120.2213304, 30.216284 ], [ 120.221429, 30.2163388 ], [ 120.2218978, 30.2165993 ], [ 120.2224633, 30.2169136 ], [ 120.2238277, 30.2176598 ], [ 120.225038, 30.2183217 ], [ 120.2252593, 30.2184021 ], [ 120.2253082, 30.218599 ] ], [ [ 120.2197073, 30.2155858 ], [ 120.2198056, 30.215682 ], [ 120.2206809, 30.2161819 ], [ 120.2218379, 30.2168461 ], [ 120.2227276, 30.2172693 ], [ 120.22373, 30.2177978 ], [ 120.2253082, 30.218599 ] ], [ [ 120.2269082, 30.2198585 ], [ 120.2268104, 30.219738 ], [ 120.2266998, 30.2196625 ], [ 120.2264401, 30.2194992 ], [ 120.226109, 30.2193094 ], [ 120.2248622, 30.2186303 ], [ 120.2239059, 30.218126 ], [ 120.2236472, 30.2179895 ], [ 120.2233196, 30.2178167 ], [ 120.2230907, 30.2176932 ], [ 120.2212914, 30.2166998 ], [ 120.2209139, 30.2164953 ], [ 120.21979, 30.2158852 ], [ 120.219533, 30.2157899 ] ], [ [ 120.2253082, 30.218599 ], [ 120.2255034, 30.2186999 ], [ 120.2268946, 30.2195153 ], [ 120.2269687, 30.2195587 ], [ 120.2272032, 30.2195687 ] ], [ [ 120.2272032, 30.2195687 ], [ 120.2273649, 30.2195284 ] ], [ [ 120.2273649, 30.2195284 ], [ 120.2275347, 30.2195483 ], [ 120.227709, 30.2196034 ], [ 120.2278393, 30.2196944 ] ], [ [ 120.2303503, 30.2144335 ], [ 120.230256, 30.2145779 ] ], [ [ 120.2336481, 30.2145582 ], [ 120.2335354, 30.2145592 ] ], [ [ 120.2335354, 30.2145592 ], [ 120.2320821, 30.2145724 ], [ 120.2305946, 30.2145789 ], [ 120.230256, 30.2145779 ] ], [ [ 120.230256, 30.2145779 ], [ 120.2301133, 30.2145705 ] ], [ [ 120.229512, 30.2162963 ], [ 120.2295183, 30.2162833 ], [ 120.229576, 30.2161654 ], [ 120.2297255, 30.2157753 ], [ 120.2298742, 30.215348 ], [ 120.2300124, 30.2149259 ], [ 120.2300816, 30.2147201 ], [ 120.2301133, 30.2145705 ] ], [ [ 120.230256, 30.2145779 ], [ 120.2302002, 30.2147507 ], [ 120.2301406, 30.2149611 ], [ 120.2300206, 30.2153568 ], [ 120.2298831, 30.2157675 ], [ 120.2297248, 30.2161918 ], [ 120.2296583, 30.2163221 ] ], [ [ 120.2391442, 30.2160654 ], [ 120.2391899, 30.217176 ] ], [ [ 120.2391899, 30.217176 ], [ 120.2391935, 30.2172655 ] ], [ [ 120.239152, 30.2198733 ], [ 120.2389465, 30.2162606 ], [ 120.2389616, 30.216063 ] ], [ [ 120.2391935, 30.2172655 ], [ 120.2392324, 30.2182108 ], [ 120.2393192, 30.2199004 ] ], [ [ 120.2294807, 30.2163602 ], [ 120.229512, 30.2162963 ] ], [ [ 120.2296583, 30.2163221 ], [ 120.2296212, 30.2163844 ] ], [ [ 120.2273649, 30.2195284 ], [ 120.2275401, 30.2193926 ], [ 120.2276073, 30.2192962 ], [ 120.2278854, 30.2188971 ], [ 120.2281422, 30.2184864 ], [ 120.2287878, 30.2175203 ], [ 120.2291091, 30.2170554 ], [ 120.2292743, 30.2167587 ], [ 120.2294486, 30.2164259 ], [ 120.2294807, 30.2163602 ] ], [ [ 120.2296212, 30.2163844 ], [ 120.2294939, 30.2165981 ], [ 120.2292573, 30.2170063 ], [ 120.22916, 30.2171701 ], [ 120.2291307, 30.2172208 ], [ 120.2282151, 30.2186533 ], [ 120.2277646, 30.2193738 ], [ 120.2277304, 30.2195105 ], [ 120.2278393, 30.2196944 ] ], [ [ 120.2279977, 30.2198489 ], [ 120.2281713, 30.2198019 ], [ 120.2284292, 30.2197364 ], [ 120.2288275, 30.219661 ], [ 120.2294913, 30.2195757 ], [ 120.2303262, 30.219498 ], [ 120.2306454, 30.2194922 ], [ 120.2320325, 30.2194495 ], [ 120.2326637, 30.2194279 ], [ 120.2334944, 30.219464 ], [ 120.2346846, 30.2195257 ] ], [ [ 120.2278393, 30.2196944 ], [ 120.2279977, 30.2198489 ] ], [ [ 120.2347032, 30.2198216 ], [ 120.2340065, 30.2197917 ], [ 120.2328761, 30.2197688 ], [ 120.2317278, 30.219784 ], [ 120.2307111, 30.2198086 ], [ 120.2303455, 30.2198225 ], [ 120.2297039, 30.2198566 ], [ 120.2292362, 30.2199159 ], [ 120.2287036, 30.2199917 ], [ 120.2283832, 30.2200701 ], [ 120.2282584, 30.2201237 ], [ 120.2280545, 30.2202113 ] ], [ [ 120.2279977, 30.2198489 ], [ 120.2280474, 30.2199694 ], [ 120.2280545, 30.2202113 ] ], [ [ 120.2346846, 30.2195257 ], [ 120.2354145, 30.219552 ], [ 120.2362355, 30.2196044 ], [ 120.2376938, 30.2197225 ], [ 120.238628, 30.2198123 ], [ 120.239152, 30.2198733 ] ], [ [ 120.239152, 30.2198733 ], [ 120.2393192, 30.2199004 ] ], [ [ 120.239171, 30.2202067 ], [ 120.2384225, 30.2201181 ], [ 120.2373263, 30.2200132 ], [ 120.2364076, 30.2199365 ], [ 120.2363059, 30.219928 ], [ 120.2352514, 30.2198592 ], [ 120.2347032, 30.2198216 ] ], [ [ 120.239171, 30.2202067 ], [ 120.239152, 30.2198733 ] ], [ [ 120.2393192, 30.2199004 ], [ 120.2393324, 30.2202296 ] ], [ [ 120.2393324, 30.2202296 ], [ 120.239171, 30.2202067 ] ], [ [ 120.2445989, 30.2208316 ], [ 120.2450758, 30.2209375 ], [ 120.2463731, 30.2212489 ], [ 120.2472332, 30.2214832 ], [ 120.247769, 30.2216291 ], [ 120.2491308, 30.2220421 ], [ 120.2497787, 30.2222519 ] ], [ [ 120.2497854, 30.2225686 ], [ 120.249012, 30.222323 ], [ 120.2476616, 30.2219297 ], [ 120.2471935, 30.2217993 ], [ 120.2462961, 30.2215494 ], [ 120.244976, 30.221225 ], [ 120.2445655, 30.221133 ] ], [ [ 120.2497787, 30.2222519 ], [ 120.2499545, 30.2223142 ] ], [ [ 120.2393192, 30.2199004 ], [ 120.2399133, 30.2199837 ], [ 120.2413737, 30.2202164 ], [ 120.2427999, 30.2204623 ], [ 120.2438658, 30.2206688 ], [ 120.2444685, 30.2208027 ] ], [ [ 120.244451, 30.2211081 ], [ 120.2437596, 30.2209605 ], [ 120.2426937, 30.2207605 ], [ 120.2419307, 30.2206265 ], [ 120.241275, 30.2205114 ], [ 120.2398564, 30.2202918 ], [ 120.2393324, 30.2202296 ] ], [ [ 120.2444685, 30.2208027 ], [ 120.2445425, 30.2208191 ], [ 120.2445989, 30.2208316 ] ], [ [ 120.2445655, 30.221133 ], [ 120.2445246, 30.2211238 ], [ 120.244451, 30.2211081 ] ], [ [ 120.1995612, 30.2142776 ], [ 120.1997606, 30.2141293 ], [ 120.199868, 30.2140275 ], [ 120.2006348, 30.21283 ], [ 120.2015685, 30.2113347 ] ], [ [ 120.2018068, 30.2114951 ], [ 120.2008693, 30.2129404 ], [ 120.200172, 30.2140146 ], [ 120.2000291, 30.2142471 ], [ 120.2000128, 30.2144193 ] ], [ [ 120.1879387, 30.2233049 ], [ 120.1881953, 30.2234359 ] ], [ [ 120.1909392, 30.2248383 ], [ 120.1911565, 30.2249493 ], [ 120.1919666, 30.2254144 ], [ 120.1928414, 30.2261349 ], [ 120.1933141, 30.2264578 ] ], [ [ 120.1931747, 30.2265737 ], [ 120.1930137, 30.2264476 ], [ 120.1918276, 30.2256048 ], [ 120.1908206, 30.224975 ] ], [ [ 120.1931747, 30.2265737 ], [ 120.1933141, 30.2264578 ] ], [ [ 120.1933141, 30.2264578 ], [ 120.1934949, 30.2266278 ] ], [ [ 120.1933535, 30.2267329 ], [ 120.1931747, 30.2265737 ] ], [ [ 120.1934949, 30.2266278 ], [ 120.1933535, 30.2267329 ] ], [ [ 120.1952461, 30.2282162 ], [ 120.1950432, 30.2280567 ], [ 120.1933535, 30.2267329 ] ], [ [ 120.1912073, 30.2283951 ], [ 120.1920748, 30.2275448 ], [ 120.1931747, 30.2265737 ] ], [ [ 120.1816406, 30.2201589 ], [ 120.1829063, 30.2207679 ], [ 120.1872446, 30.2229507 ], [ 120.1879387, 30.2233049 ] ], [ [ 120.187841, 30.2234096 ], [ 120.1873906, 30.2231568 ], [ 120.1867209, 30.2228275 ], [ 120.1856593, 30.2223054 ], [ 120.1828014, 30.2208999 ], [ 120.1815501, 30.2203055 ] ], [ [ 120.1880967, 30.223553 ], [ 120.187841, 30.2234096 ] ], [ [ 120.1881953, 30.2234359 ], [ 120.1909392, 30.2248383 ] ], [ [ 120.1908206, 30.224975 ], [ 120.1883018, 30.2236601 ], [ 120.1880967, 30.223553 ] ], [ [ 120.1974958, 30.2297901 ], [ 120.1977315, 30.2299695 ], [ 120.2009362, 30.2324092 ] ], [ [ 120.2007766, 30.2325628 ], [ 120.2006802, 30.232487 ], [ 120.1996904, 30.2317091 ], [ 120.1996383, 30.2316682 ], [ 120.1984343, 30.2307219 ], [ 120.1983218, 30.2306335 ], [ 120.197359, 30.2298892 ] ], [ [ 120.2045143, 30.2354669 ], [ 120.2025007, 30.2338939 ], [ 120.2022093, 30.233669 ], [ 120.2007766, 30.2325628 ] ], [ [ 120.2009362, 30.2324092 ], [ 120.202631, 30.2337584 ], [ 120.2048449, 30.235645 ], [ 120.2051093, 30.2359094 ] ], [ [ 120.1933535, 30.2267329 ], [ 120.1929018, 30.2271782 ], [ 120.192686, 30.2273652 ], [ 120.1922821, 30.2277361 ], [ 120.1914122, 30.2285458 ] ], [ [ 120.1934949, 30.2266278 ], [ 120.1945084, 30.2274359 ], [ 120.1973494, 30.2296805 ] ], [ [ 120.1972334, 30.2297799 ], [ 120.196358, 30.2290901 ], [ 120.1957483, 30.2286109 ], [ 120.1952911, 30.2282515 ], [ 120.1952461, 30.2282162 ] ], [ [ 120.1973494, 30.2296805 ], [ 120.1974958, 30.2297901 ] ], [ [ 120.197359, 30.2298892 ], [ 120.1972334, 30.2297799 ] ], [ [ 120.1896, 30.2298175 ], [ 120.1898786, 30.2295727 ], [ 120.1901354, 30.2293646 ], [ 120.1910122, 30.2285626 ], [ 120.1912073, 30.2283951 ] ], [ [ 120.1914122, 30.2285458 ], [ 120.1912297, 30.2287044 ], [ 120.1910484, 30.2288357 ], [ 120.1905765, 30.229238 ], [ 120.1904086, 30.2293779 ], [ 120.1901428, 30.2296076 ], [ 120.1898351, 30.2298831 ], [ 120.1897792, 30.2299332 ] ], [ [ 120.1894751, 30.2299199 ], [ 120.1896, 30.2298175 ] ], [ [ 120.189626, 30.2300825 ], [ 120.1894404, 30.230158 ], [ 120.1881631, 30.2310437 ], [ 120.1876638, 30.2313739 ] ], [ [ 120.2393127, 30.2227342 ], [ 120.2391976, 30.2206746 ], [ 120.239171, 30.2202067 ] ], [ [ 120.2393324, 30.2202296 ], [ 120.23936, 30.2207872 ], [ 120.2394653, 30.222758 ] ], [ [ 120.2280545, 30.2202113 ], [ 120.2279587, 30.2203693 ] ], [ [ 120.2279587, 30.2203693 ], [ 120.2278356, 30.2204764 ], [ 120.2276366, 30.2205485 ] ], [ [ 120.2279587, 30.2203693 ], [ 120.2280222, 30.220475 ], [ 120.2281409, 30.2206723 ], [ 120.2283058, 30.2209182 ], [ 120.2287006, 30.2213382 ], [ 120.2291759, 30.2217879 ], [ 120.2297309, 30.222405 ], [ 120.2298863, 30.2225676 ] ], [ [ 120.2296521, 30.2225664 ], [ 120.229526, 30.2224407 ], [ 120.2293534, 30.2222685 ], [ 120.2287062, 30.2215741 ], [ 120.2286648, 30.2215312 ], [ 120.2283386, 30.2211936 ], [ 120.2281208, 30.2209643 ], [ 120.2278931, 30.2207415 ], [ 120.2277609, 30.220642 ], [ 120.2276366, 30.2205485 ] ], [ [ 120.2297328, 30.2226566 ], [ 120.2296521, 30.2225664 ] ], [ [ 120.2298863, 30.2225676 ], [ 120.2300382, 30.2227422 ], [ 120.2304202, 30.2231562 ], [ 120.2311141, 30.223873 ], [ 120.2316539, 30.2244714 ], [ 120.2323143, 30.2252158 ] ], [ [ 120.2393883, 30.2251814 ], [ 120.2393645, 30.2239972 ], [ 120.2393127, 30.2227342 ] ], [ [ 120.2394653, 30.222758 ], [ 120.2395731, 30.2252074 ] ], [ [ 120.2351303, 30.2248325 ], [ 120.2358676, 30.2248469 ], [ 120.2365697, 30.2248843 ], [ 120.2374817, 30.2249714 ] ], [ [ 120.2374668, 30.2250579 ], [ 120.2365313, 30.2249546 ], [ 120.235889, 30.2249158 ], [ 120.2351454, 30.2249158 ] ], [ [ 120.2499666, 30.2226312 ], [ 120.2497854, 30.2225686 ] ], [ [ 120.2321309, 30.225253 ], [ 120.2309698, 30.2240508 ], [ 120.2303619, 30.2233464 ], [ 120.2299564, 30.2229065 ], [ 120.229843, 30.2227797 ], [ 120.2297328, 30.2226566 ] ], [ [ 120.2323143, 30.2252158 ], [ 120.2324535, 30.2251833 ], [ 120.2328208, 30.2250976 ], [ 120.2333483, 30.2250031 ], [ 120.2339727, 30.2249146 ], [ 120.2344402, 30.2248778 ], [ 120.2348272, 30.224846 ], [ 120.2351303, 30.2248325 ] ], [ [ 120.2351454, 30.2249158 ], [ 120.234954, 30.2249158 ], [ 120.2343112, 30.224957 ], [ 120.2337685, 30.2250223 ], [ 120.2333235, 30.2250976 ], [ 120.2329863, 30.2251687 ], [ 120.2325359, 30.225262 ], [ 120.2323909, 30.2252921 ] ], [ [ 120.2321309, 30.225253 ], [ 120.2323143, 30.2252158 ] ], [ [ 120.2323143, 30.2252158 ], [ 120.2323909, 30.2252921 ] ], [ [ 120.2322179, 30.2253502 ], [ 120.2321309, 30.225253 ] ], [ [ 120.2323909, 30.2252921 ], [ 120.2322179, 30.2253502 ] ], [ [ 120.2323909, 30.2252921 ], [ 120.2327086, 30.2256128 ], [ 120.2339358, 30.2269336 ] ], [ [ 120.2267874, 30.2273294 ], [ 120.2278882, 30.2267565 ], [ 120.2279931, 30.2267047 ], [ 120.2284178, 30.2264948 ], [ 120.2284832, 30.2264625 ], [ 120.2285338, 30.2264419 ], [ 120.2288314, 30.2263209 ], [ 120.2292953, 30.226173 ], [ 120.2302828, 30.2258581 ], [ 120.2308113, 30.2256811 ], [ 120.2319337, 30.2253053 ], [ 120.2319881, 30.2252909 ], [ 120.2321309, 30.225253 ] ], [ [ 120.2322179, 30.2253502 ], [ 120.2320888, 30.2253936 ], [ 120.2312499, 30.225676 ], [ 120.2308143, 30.2258226 ], [ 120.230494, 30.2259304 ], [ 120.2303359, 30.2259836 ], [ 120.2295343, 30.2262708 ], [ 120.2289045, 30.2264965 ], [ 120.2286407, 30.2265882 ], [ 120.2286097, 30.2265998 ], [ 120.228537, 30.2266269 ], [ 120.2279614, 30.2268899 ], [ 120.2278123, 30.2269864 ], [ 120.2270427, 30.2274124 ], [ 120.2269147, 30.2274852 ] ], [ [ 120.2374817, 30.2249714 ], [ 120.2386275, 30.2250926 ], [ 120.2393883, 30.2251814 ] ], [ [ 120.2393888, 30.2252783 ], [ 120.2385726, 30.2251724 ], [ 120.2376607, 30.2250754 ], [ 120.2374668, 30.2250579 ] ], [ [ 120.2393883, 30.2251814 ], [ 120.2394623, 30.2251918 ], [ 120.2395731, 30.2252074 ] ], [ [ 120.2393888, 30.2252783 ], [ 120.2393883, 30.2251814 ] ], [ [ 120.2395731, 30.2252074 ], [ 120.2395715, 30.2253074 ] ], [ [ 120.2395715, 30.2253074 ], [ 120.2394776, 30.2252919 ], [ 120.2393888, 30.2252783 ] ], [ [ 120.2395731, 30.2252074 ], [ 120.2407714, 30.2254121 ], [ 120.2418691, 30.2255895 ], [ 120.2429718, 30.2257723 ], [ 120.2439018, 30.2259878 ] ], [ [ 120.2439028, 30.226119 ], [ 120.2428872, 30.2258654 ], [ 120.2418548, 30.2256617 ], [ 120.2406407, 30.2254697 ], [ 120.2395715, 30.2253074 ] ], [ [ 120.2439018, 30.2259878 ], [ 120.2441474, 30.2260102 ], [ 120.2444423, 30.2260422 ] ], [ [ 120.2444275, 30.2261597 ], [ 120.2439028, 30.226119 ] ], [ [ 120.23952, 30.228801 ], [ 120.239553, 30.228313 ], [ 120.239545, 30.227955 ], [ 120.2394263, 30.2256371 ], [ 120.2393888, 30.2252783 ] ], [ [ 120.2395715, 30.2253074 ], [ 120.2396031, 30.226305 ], [ 120.2396945, 30.2279683 ], [ 120.2396878, 30.2283182 ], [ 120.2396801, 30.2286686 ], [ 120.2396554, 30.2288228 ] ], [ [ 120.2444423, 30.2260422 ], [ 120.2449299, 30.2261492 ], [ 120.2466545, 30.2265736 ], [ 120.2478951, 30.2268998 ], [ 120.2479946, 30.2269249 ], [ 120.248904, 30.2271541 ], [ 120.2495181, 30.2273088 ] ], [ [ 120.2495235, 30.2274047 ], [ 120.2491506, 30.2272904 ], [ 120.2478701, 30.2269679 ], [ 120.2466377, 30.2266535 ], [ 120.2458651, 30.2264527 ], [ 120.2451959, 30.2263345 ], [ 120.2444275, 30.2261597 ] ], [ [ 120.2495181, 30.2273088 ], [ 120.2496665, 30.2273512 ] ], [ [ 120.2496225, 30.2274302 ], [ 120.2495235, 30.2274047 ] ], [ [ 120.2339358, 30.2269336 ], [ 120.2340623, 30.2270854 ], [ 120.2347042, 30.2277812 ], [ 120.2349006, 30.228016 ], [ 120.2366528, 30.2301106 ] ], [ [ 120.2378092, 30.2318347 ], [ 120.2373686, 30.2312762 ], [ 120.2368948, 30.2306518 ], [ 120.2360691, 30.2297266 ], [ 120.2354638, 30.2290494 ], [ 120.2354227, 30.2290003 ], [ 120.234696, 30.2281333 ], [ 120.2343118, 30.2276749 ], [ 120.2338464, 30.2271694 ], [ 120.2331924, 30.2264373 ], [ 120.2325192, 30.2256725 ], [ 120.2322179, 30.2253502 ] ], [ [ 120.2379518, 30.2316933 ], [ 120.2380287, 30.2316157 ], [ 120.238295, 30.231347 ], [ 120.2385641, 30.2310297 ], [ 120.2388053, 30.2306976 ], [ 120.2390161, 30.2303354 ], [ 120.2392223, 30.2298568 ], [ 120.239315, 30.2296165 ], [ 120.2393954, 30.2292693 ], [ 120.23952, 30.228801 ] ], [ [ 120.2396554, 30.2288228 ], [ 120.2395695, 30.2291961 ], [ 120.2393772, 30.2298026 ], [ 120.2391608, 30.2303426 ], [ 120.2390674, 30.2305132 ], [ 120.2388691, 30.2308225 ], [ 120.2386272, 30.2311733 ], [ 120.2383616, 30.2315019 ], [ 120.2381522, 30.2317336 ], [ 120.2380611, 30.2318344 ] ], [ [ 120.2269082, 30.2198585 ], [ 120.2270475, 30.2196677 ], [ 120.2272032, 30.2195687 ] ], [ [ 120.2268969, 30.220095 ], [ 120.2268937, 30.2199411 ], [ 120.2269082, 30.2198585 ] ], [ [ 120.2271891, 30.2204681 ], [ 120.2270421, 30.2203806 ], [ 120.2269548, 30.2202405 ], [ 120.2268969, 30.220095 ] ], [ [ 120.2276366, 30.2205485 ], [ 120.227406, 30.2205577 ], [ 120.2271891, 30.2204681 ] ], [ [ 120.2228178, 30.2225346 ], [ 120.2231132, 30.2223296 ], [ 120.2233196, 30.2221964 ], [ 120.2245537, 30.2213999 ], [ 120.2250807, 30.2210602 ], [ 120.2259214, 30.2206307 ], [ 120.226573, 30.2203751 ], [ 120.2266396, 30.2203423 ], [ 120.226791, 30.2202677 ], [ 120.2268969, 30.220095 ] ], [ [ 120.2271891, 30.2204681 ], [ 120.2268061, 30.2206201 ], [ 120.2261445, 30.2208826 ], [ 120.2259984, 30.2209635 ], [ 120.2251967, 30.2214072 ], [ 120.2246599, 30.221724 ], [ 120.2241156, 30.2220802 ], [ 120.2230819, 30.2228121 ] ], [ [ 120.2202161, 30.2244719 ], [ 120.2228178, 30.2225346 ] ], [ [ 120.2230819, 30.2228121 ], [ 120.2204272, 30.224699 ] ], [ [ 120.2244897, 30.2286892 ], [ 120.2246483, 30.2286 ], [ 120.2247659, 30.2285339 ], [ 120.2267874, 30.2273294 ] ], [ [ 120.2269147, 30.2274852 ], [ 120.2260934, 30.2279486 ], [ 120.2256939, 30.228174 ], [ 120.2256704, 30.2281872 ], [ 120.2253997, 30.2283466 ], [ 120.2249714, 30.2285841 ], [ 120.2246004, 30.2288012 ] ], [ [ 120.22414, 30.2289045 ], [ 120.2244897, 30.2286892 ] ], [ [ 120.2246004, 30.2288012 ], [ 120.2244336, 30.2289023 ], [ 120.2242641, 30.229005 ] ], [ [ 120.219402, 30.2315973 ], [ 120.2206345, 30.2309317 ], [ 120.2208913, 30.230791 ], [ 120.2222422, 30.2300058 ], [ 120.223337, 30.2293697 ], [ 120.2239381, 30.2290292 ], [ 120.22414, 30.2289045 ] ], [ [ 120.2242641, 30.229005 ], [ 120.2228209, 30.2298145 ], [ 120.2223276, 30.230096 ], [ 120.2218163, 30.2303879 ], [ 120.2213979, 30.2306264 ], [ 120.2207064, 30.2310318 ], [ 120.2194654, 30.2316799 ] ], [ [ 120.2051093, 30.2359094 ], [ 120.2060762, 30.2370533 ], [ 120.2064578, 30.2374702 ], [ 120.207302, 30.2384144 ], [ 120.2076966, 30.2388746 ], [ 120.2090395, 30.2404046 ], [ 120.209462, 30.2408943 ], [ 120.2096579, 30.2411313 ], [ 120.2100125, 30.2415605 ], [ 120.2107673, 30.2424739 ] ], [ [ 120.2106207, 30.2425826 ], [ 120.2099078, 30.2417103 ], [ 120.2094174, 30.2411127 ], [ 120.208957, 30.2405714 ], [ 120.2076196, 30.2390194 ], [ 120.2071022, 30.2383774 ], [ 120.2061944, 30.2373342 ], [ 120.2051048, 30.2360713 ], [ 120.2050228, 30.2359751 ] ], [ [ 120.2106207, 30.2425826 ], [ 120.2107673, 30.2424739 ] ], [ [ 120.2107673, 30.2424739 ], [ 120.2108113, 30.2425339 ], [ 120.2108906, 30.2426479 ] ], [ [ 120.2107463, 30.2427375 ], [ 120.2106207, 30.2425826 ] ], [ [ 120.2108906, 30.2426479 ], [ 120.2107463, 30.2427375 ] ], [ [ 120.2320722, 30.2352879 ], [ 120.232207, 30.2352084 ], [ 120.2323523, 30.2351314 ] ], [ [ 120.2321253, 30.2353439 ], [ 120.2323523, 30.2351314 ] ], [ [ 120.2324739, 30.2352758 ], [ 120.2322137, 30.2354373 ] ], [ [ 120.2322137, 30.2354373 ], [ 120.2317962, 30.2356792 ], [ 120.2314115, 30.2359101 ] ], [ [ 120.2314115, 30.2359101 ], [ 120.2309543, 30.2361784 ], [ 120.2299261, 30.2368292 ] ], [ [ 120.225687, 30.2390381 ], [ 120.2258715, 30.2389332 ], [ 120.2266699, 30.2384667 ], [ 120.2267585, 30.2384171 ], [ 120.2273631, 30.2380783 ] ], [ [ 120.2274562, 30.2382028 ], [ 120.227089, 30.2384296 ], [ 120.2267649, 30.2386193 ], [ 120.2260602, 30.2390319 ], [ 120.2259964, 30.2390731 ], [ 120.2258248, 30.2391839 ] ], [ [ 120.2255869, 30.2391129 ], [ 120.225687, 30.2390381 ] ], [ [ 120.225687, 30.2390381 ], [ 120.225730335495612, 30.239083951344412 ] ], [ [ 120.225730335495612, 30.239083951344412 ], [ 120.225776928199934, 30.239133248995284 ] ], [ [ 120.225776928199934, 30.239133248995284 ], [ 120.2258248, 30.2391839 ] ], [ [ 120.2257141, 30.2392471 ], [ 120.225667646117955, 30.239198089693623 ] ], [ [ 120.225667646117955, 30.239198089693623 ], [ 120.225620914806782, 30.239148786690798 ] ], [ [ 120.225620914806782, 30.239148786690798 ], [ 120.2255869, 30.2391129 ] ], [ [ 120.2258248, 30.2391839 ], [ 120.2257141, 30.2392471 ] ], [ [ 120.2193077, 30.2316505 ], [ 120.219402, 30.2315973 ] ], [ [ 120.2194654, 30.2316799 ], [ 120.2193705, 30.2317363 ] ], [ [ 120.2314115, 30.2359101 ], [ 120.230877, 30.236149 ], [ 120.2301078, 30.2365991 ], [ 120.225776928199934, 30.239133248995284 ] ], [ [ 120.225776928199934, 30.239133248995284 ], [ 120.2257254, 30.2391634 ], [ 120.225667646117955, 30.239198089693623 ] ], [ [ 120.225667646117955, 30.239198089693623 ], [ 120.213452460132913, 30.246535104008817 ] ], [ [ 120.213452460132913, 30.246535104008817 ], [ 120.213313534746675, 30.246618549119582 ] ], [ [ 120.213313534746675, 30.246618549119582 ], [ 120.2132362, 30.246665 ], [ 120.2115643, 30.2477436 ], [ 120.2097513, 30.2489242 ], [ 120.209246, 30.2492751 ], [ 120.2091729, 30.2493258 ], [ 120.2088261, 30.2495667 ] ], [ [ 120.2366528, 30.2301106 ], [ 120.2373083, 30.2309122 ], [ 120.2379518, 30.2316933 ] ], [ [ 120.2379518, 30.2316933 ], [ 120.2380611, 30.2318344 ] ], [ [ 120.2378092, 30.2318347 ], [ 120.2379518, 30.2316933 ] ], [ [ 120.2380611, 30.2318344 ], [ 120.2378938, 30.2319611 ] ], [ [ 120.2378938, 30.2319611 ], [ 120.2378092, 30.2318347 ] ], [ [ 120.2323523, 30.2351314 ], [ 120.2330341, 30.2347387 ], [ 120.2332559, 30.2346097 ], [ 120.2347651, 30.2337078 ], [ 120.2348422, 30.2336639 ], [ 120.236595, 30.2326663 ], [ 120.2372997, 30.2322177 ], [ 120.2377131, 30.231907 ], [ 120.2378092, 30.2318347 ] ], [ [ 120.2378938, 30.2319611 ], [ 120.2378088, 30.2320281 ], [ 120.2376128, 30.2321827 ], [ 120.2369013, 30.2326437 ], [ 120.2360744, 30.2331339 ], [ 120.2349569, 30.2338038 ], [ 120.2343244, 30.2341681 ], [ 120.2324739, 30.2352758 ] ], [ [ 120.2380611, 30.2318344 ], [ 120.238988, 30.2329706 ], [ 120.2391015, 30.2331247 ], [ 120.2404366, 30.2348169 ], [ 120.240907, 30.235413 ] ], [ [ 120.2407206, 30.2355012 ], [ 120.238913, 30.2332493 ], [ 120.2378938, 30.2319611 ] ], [ [ 120.240907, 30.235413 ], [ 120.2409916, 30.2355218 ] ], [ [ 120.2407913, 30.2356059 ], [ 120.2407206, 30.2355012 ] ], [ [ 120.2409916, 30.2355218 ], [ 120.2413056, 30.235926 ], [ 120.2416807, 30.2364424 ], [ 120.2419112, 30.2368478 ], [ 120.2423972, 30.2375987 ], [ 120.2428522, 30.238435 ], [ 120.2432505, 30.2391582 ] ], [ [ 120.2430514, 30.2392548 ], [ 120.2427597, 30.2387089 ], [ 120.2425734, 30.2383698 ], [ 120.2420021, 30.2373301 ], [ 120.2417773, 30.2369764 ], [ 120.2414537, 30.2364671 ], [ 120.2411157, 30.2360235 ], [ 120.2407913, 30.2356059 ] ], [ [ 120.2432505, 30.2391582 ], [ 120.243327, 30.2392908 ] ], [ [ 120.2431426, 30.2393869 ], [ 120.2430514, 30.2392548 ] ], [ [ 120.243327, 30.2392908 ], [ 120.2437006, 30.2399485 ], [ 120.2438176, 30.2401886 ], [ 120.2439433, 30.2404466 ], [ 120.2440679, 30.2406864 ], [ 120.2443414, 30.2411653 ] ], [ [ 120.2273631, 30.2380783 ], [ 120.2284718, 30.2374572 ], [ 120.2297518, 30.2366545 ], [ 120.229918, 30.2365643 ], [ 120.2302213, 30.2363997 ], [ 120.2309877, 30.2359394 ], [ 120.2310838, 30.2358817 ], [ 120.2320722, 30.2352879 ] ], [ [ 120.2299261, 30.2368292 ], [ 120.22964, 30.2369528 ], [ 120.2279159, 30.2379188 ], [ 120.2274562, 30.2382028 ] ], [ [ 120.2285924, 30.2418916 ], [ 120.2287004, 30.2419966 ] ], [ [ 120.2441921, 30.2412462 ], [ 120.2439743, 30.2408668 ], [ 120.2437946, 30.2405372 ], [ 120.2434359, 30.2398791 ], [ 120.2431426, 30.2393869 ] ], [ [ 120.2441921, 30.2412462 ], [ 120.2443414, 30.2411653 ] ], [ [ 120.2443414, 30.2411653 ], [ 120.2444311, 30.2413056 ] ], [ [ 120.244285, 30.2413792 ], [ 120.2441921, 30.2412462 ] ], [ [ 120.2444311, 30.2413056 ], [ 120.244285, 30.2413792 ] ], [ [ 120.244285, 30.2413792 ], [ 120.2436833, 30.2416792 ] ], [ [ 120.2444311, 30.2413056 ], [ 120.2446826, 30.2417057 ], [ 120.2455963, 30.2431592 ] ], [ [ 120.2454239, 30.2432392 ], [ 120.2447279, 30.2421269 ], [ 120.2445988, 30.2419207 ], [ 120.244285, 30.2413792 ] ], [ [ 120.245503, 30.2433457 ], [ 120.2454239, 30.2432392 ] ], [ [ 120.2286013, 30.2420819 ], [ 120.2285055, 30.241986 ] ], [ [ 120.2287004, 30.2419966 ], [ 120.2291653, 30.2424484 ], [ 120.2306412, 30.2439294 ], [ 120.2317611, 30.2450541 ] ], [ [ 120.2316566, 30.2451224 ], [ 120.2304711, 30.2439679 ], [ 120.2289552, 30.2424363 ], [ 120.2286013, 30.2420819 ] ], [ [ 120.2317611, 30.2450541 ], [ 120.2318597, 30.2451254 ] ], [ [ 120.2317618, 30.2452087 ], [ 120.2317153, 30.2451657 ], [ 120.2316566, 30.2451224 ] ], [ [ 120.1861594, 30.2317735 ], [ 120.1864468, 30.2316858 ], [ 120.1868378, 30.2315062 ], [ 120.1871799, 30.2313962 ], [ 120.1875266, 30.2312337 ], [ 120.1879072, 30.2310419 ], [ 120.1893161, 30.2301086 ], [ 120.1894751, 30.2299199 ] ], [ [ 120.1859553, 30.2318597 ], [ 120.1861594, 30.2317735 ] ], [ [ 120.1864155, 30.2319704 ], [ 120.1862559, 30.2320778 ] ], [ [ 120.2050228, 30.2359751 ], [ 120.2049186, 30.235871 ], [ 120.2048635, 30.2358062 ], [ 120.2047659, 30.2357093 ], [ 120.2047075, 30.2356513 ], [ 120.2046775, 30.2356183 ], [ 120.2045143, 30.2354669 ] ], [ [ 120.1864436, 30.2391302 ], [ 120.1865616, 30.2392671 ] ], [ [ 120.1863892, 30.2394585 ], [ 120.1863218, 30.2393852 ], [ 120.1862649, 30.2393233 ] ], [ [ 120.1865616, 30.2392671 ], [ 120.1866651, 30.2393837 ], [ 120.1876391, 30.2402714 ], [ 120.1878103, 30.2404169 ], [ 120.1880917, 30.240656 ], [ 120.1884593, 30.240997 ], [ 120.1888698, 30.2413043 ], [ 120.1891653, 30.2415168 ], [ 120.1894194, 30.2416832 ] ], [ [ 120.1893273, 30.2417842 ], [ 120.1891937, 30.2417035 ], [ 120.1889654, 30.2415476 ], [ 120.1887285, 30.241388 ], [ 120.1884851, 30.2412061 ], [ 120.1879772, 30.2408004 ], [ 120.1879692, 30.2407937 ], [ 120.1868604, 30.2398612 ], [ 120.1865046, 30.2395571 ], [ 120.1863892, 30.2394585 ] ], [ [ 120.1894194, 30.2416832 ], [ 120.1905535, 30.242389 ], [ 120.1918666, 30.2431824 ], [ 120.1922616, 30.2433907 ], [ 120.1927975, 30.2436732 ], [ 120.1930747, 30.2438472 ], [ 120.1933613, 30.2440426 ], [ 120.1936446, 30.2442913 ] ], [ [ 120.1900169, 30.2422128 ], [ 120.1895052, 30.2418916 ], [ 120.1893273, 30.2417842 ] ], [ [ 120.1935327, 30.2444101 ], [ 120.1933112, 30.2442375 ], [ 120.193072, 30.2440633 ], [ 120.1927831, 30.2438734 ], [ 120.1919377, 30.243373 ], [ 120.1910488, 30.2428469 ], [ 120.1900169, 30.2422128 ] ], [ [ 120.1936446, 30.2442913 ], [ 120.1940352, 30.2445043 ] ], [ [ 120.1938171, 30.2447045 ], [ 120.1935327, 30.2444101 ] ], [ [ 120.1940352, 30.2445043 ], [ 120.1941955, 30.244669 ], [ 120.1943134, 30.24479 ], [ 120.1945635, 30.2450919 ], [ 120.1949054, 30.2455335 ], [ 120.1951461, 30.2460231 ], [ 120.1953261, 30.2465328 ], [ 120.1953458, 30.2465911 ], [ 120.1954723, 30.2469653 ], [ 120.1959433, 30.249698 ] ], [ [ 120.2020367, 30.2480035 ], [ 120.2036773, 30.2471555 ], [ 120.2043935, 30.2466645 ], [ 120.2052485, 30.2460783 ], [ 120.2054136, 30.2459651 ] ], [ [ 120.2055314, 30.2461186 ], [ 120.2054144, 30.2461926 ], [ 120.2053691, 30.2462224 ], [ 120.2044665, 30.246814 ], [ 120.2038684, 30.247206 ], [ 120.203779, 30.2472646 ], [ 120.2037051, 30.2473151 ], [ 120.2033187, 30.247542 ], [ 120.2021452, 30.2481819 ] ], [ [ 120.201738, 30.2481416 ], [ 120.2020367, 30.2480035 ] ], [ [ 120.1956146, 30.2497533 ], [ 120.195377, 30.2482842 ], [ 120.1951328, 30.247043 ], [ 120.1949977, 30.246605 ], [ 120.1949304, 30.2464532 ], [ 120.1947241, 30.245988 ], [ 120.1943945, 30.2453711 ], [ 120.194066, 30.245 ], [ 120.1938171, 30.2447045 ] ], [ [ 120.1984948, 30.2492209 ], [ 120.1982997, 30.2492659 ], [ 120.1975181, 30.2494728 ], [ 120.1970747, 30.2495901 ], [ 120.1960191, 30.2498801 ] ], [ [ 120.1956146, 30.2497533 ], [ 120.1959433, 30.249698 ] ], [ [ 120.1959433, 30.249698 ], [ 120.1960191, 30.2498801 ] ], [ [ 120.1956496, 30.2499551 ], [ 120.1956146, 30.2497533 ] ], [ [ 120.1960191, 30.2498801 ], [ 120.1956496, 30.2499551 ] ], [ [ 120.1883379, 30.2504271 ], [ 120.1891031, 30.2504372 ], [ 120.1895904, 30.2504636 ], [ 120.1900469, 30.2505112 ], [ 120.1905837, 30.2505918 ], [ 120.1908859, 30.2506348 ], [ 120.1909601, 30.2506418 ], [ 120.1912591, 30.2506698 ], [ 120.191596, 30.2506759 ], [ 120.1918702, 30.2506513 ], [ 120.1921013, 30.2506161 ], [ 120.1922077, 30.250598 ], [ 120.1926188, 30.2505281 ], [ 120.1933674, 30.2503362 ], [ 120.1937143, 30.2502551 ], [ 120.1939401, 30.2502023 ], [ 120.1949268, 30.2499345 ], [ 120.1956146, 30.2497533 ] ], [ [ 120.1956496, 30.2499551 ], [ 120.1938279, 30.2504042 ], [ 120.1937819, 30.2504154 ], [ 120.1925258, 30.2507217 ], [ 120.1922322, 30.250778 ], [ 120.1917881, 30.250814 ], [ 120.1916858, 30.2508174 ], [ 120.1914828, 30.250824 ], [ 120.1911529, 30.2508287 ], [ 120.1907944, 30.2507874 ], [ 120.1906235, 30.2507677 ], [ 120.1901802, 30.2506915 ], [ 120.1899122, 30.2506455 ], [ 120.1893623, 30.2505825 ], [ 120.1888531, 30.250567 ], [ 120.1883409, 30.2505622 ] ], [ [ 120.1960191, 30.2498801 ], [ 120.1961602, 30.2508814 ], [ 120.1961984, 30.2512546 ], [ 120.196205, 30.2513561 ], [ 120.1962341, 30.2518005 ], [ 120.1963671, 30.2532301 ], [ 120.1963822, 30.2541604 ] ], [ [ 120.1960174, 30.2541917 ], [ 120.1960324, 30.2531026 ], [ 120.1957935, 30.2509417 ], [ 120.1956496, 30.2499551 ] ], [ [ 120.2021452, 30.2481819 ], [ 120.2018553, 30.2483006 ] ], [ [ 120.2018553, 30.2483006 ], [ 120.2007814, 30.2486731 ], [ 120.2005145, 30.248747 ], [ 120.2002035, 30.2488332 ], [ 120.1997828, 30.2489236 ], [ 120.1994743, 30.2489828 ], [ 120.1988528, 30.2491298 ], [ 120.1985683, 30.2492039 ] ], [ [ 120.1959433, 30.249698 ], [ 120.1979201, 30.2492248 ], [ 120.1996522, 30.2488102 ], [ 120.2003777, 30.2486463 ], [ 120.2004656, 30.2486203 ], [ 120.2008699, 30.2485004 ], [ 120.2013286, 30.248313 ], [ 120.201738, 30.2481416 ] ], [ [ 120.1985683, 30.2492039 ], [ 120.1984948, 30.2492209 ] ], [ [ 120.177149, 30.2522535 ], [ 120.1774291, 30.2522439 ], [ 120.1779955, 30.2521846 ], [ 120.1793024, 30.2520233 ], [ 120.1798454, 30.2519431 ], [ 120.1801259, 30.2518974 ], [ 120.1804169, 30.2518386 ], [ 120.18064349731371, 30.251766217860897 ] ], [ [ 120.18064349731371, 30.251766217860897 ], [ 120.181322621824862, 30.251549284641222 ] ], [ [ 120.181322621824862, 30.251549284641222 ], [ 120.1817308, 30.2514189 ], [ 120.1841342, 30.2506727 ], [ 120.1855326, 30.2504678 ], [ 120.1863534, 30.2504757 ], [ 120.1877405, 30.2504654 ], [ 120.1883379, 30.2504271 ] ], [ [ 120.1883409, 30.2505622 ], [ 120.1863478, 30.2505559 ], [ 120.1855756, 30.2505499 ], [ 120.1841707, 30.2507761 ], [ 120.181401029104734, 30.251645363004588 ] ], [ [ 120.181401029104734, 30.251645363004588 ], [ 120.180655330102439, 30.251879401119499 ] ], [ [ 120.180655330102439, 30.251879401119499 ], [ 120.1804734, 30.2519365 ], [ 120.1799389, 30.2520177 ], [ 120.1793057, 30.2520909 ], [ 120.1779853, 30.2522712 ], [ 120.1770935, 30.2524072 ] ], [ [ 120.1807111, 30.2515918 ], [ 120.180806, 30.2515094 ], [ 120.18086, 30.2514814 ], [ 120.1809641, 30.251451 ], [ 120.1810738, 30.2514461 ], [ 120.1811809, 30.2514671 ], [ 120.1812961, 30.2515248 ] ], [ [ 120.1812961, 30.2515248 ], [ 120.181322621824862, 30.251549284641222 ] ], [ [ 120.181322621824862, 30.251549284641222 ], [ 120.1813651, 30.2515885 ], [ 120.181401029104734, 30.251645363004588 ] ], [ [ 120.181401029104734, 30.251645363004588 ], [ 120.1814135, 30.2516651 ], [ 120.1814384, 30.2517497 ], [ 120.181438, 30.251837 ] ], [ [ 120.1808285, 30.2520875 ], [ 120.1807299, 30.2520135 ], [ 120.180664, 30.251916 ], [ 120.180655330102439, 30.251879401119499 ] ], [ [ 120.180655330102439, 30.251879401119499 ], [ 120.1806378, 30.2518054 ], [ 120.18064349731371, 30.251766217860897 ] ], [ [ 120.18064349731371, 30.251766217860897 ], [ 120.1806541, 30.2516933 ], [ 120.1807111, 30.2515918 ] ], [ [ 120.181438, 30.251837 ], [ 120.181399, 30.2519471 ], [ 120.1813205, 30.2520402 ], [ 120.181211, 30.252106 ], [ 120.1810826, 30.2521372 ], [ 120.1809495, 30.2521304 ] ], [ [ 120.2048623, 30.2520483 ], [ 120.2050712, 30.2519299 ] ], [ [ 120.2051827, 30.2520514 ], [ 120.2049503, 30.252234 ] ], [ [ 120.2024099, 30.2533502 ], [ 120.2032445, 30.2530403 ], [ 120.2036877, 30.252801 ], [ 120.2040042, 30.2525897 ], [ 120.2043434, 30.2523717 ], [ 120.2048623, 30.2520483 ] ], [ [ 120.2049503, 30.252234 ], [ 120.2044644, 30.2525374 ], [ 120.2038889, 30.2528664 ], [ 120.203635, 30.253024 ], [ 120.2033508, 30.2531685 ], [ 120.202972, 30.2533264 ], [ 120.2024887, 30.2535283 ] ], [ [ 120.2021886, 30.2534367 ], [ 120.2022961, 30.2533954 ], [ 120.2024099, 30.2533502 ] ], [ [ 120.2024887, 30.2535283 ], [ 120.202265, 30.2535936 ] ], [ [ 120.1995713, 30.2538321 ], [ 120.2002432, 30.2538438 ], [ 120.2007203, 30.2537854 ], [ 120.2012281, 30.2537004 ], [ 120.2016929, 30.2536005 ], [ 120.2021886, 30.2534367 ] ], [ [ 120.1994717, 30.2538432 ], [ 120.1995713, 30.2538321 ] ], [ [ 120.202265, 30.2535936 ], [ 120.2016474, 30.2537582 ], [ 120.2014529, 30.2537986 ], [ 120.2011499, 30.2538615 ], [ 120.2007135, 30.2539322 ], [ 120.200197, 30.2539869 ], [ 120.19958, 30.2540456 ], [ 120.1992979, 30.2540724 ], [ 120.1983434, 30.2541685 ], [ 120.1978757, 30.2542065 ] ], [ [ 120.1963822, 30.2541604 ], [ 120.197709, 30.2540403 ], [ 120.1979465, 30.2540146 ], [ 120.1986345, 30.2539373 ], [ 120.1994717, 30.2538432 ] ], [ [ 120.1809495, 30.2521304 ], [ 120.1808285, 30.2520875 ] ], [ [ 120.181438, 30.251837 ], [ 120.1815211, 30.2520493 ], [ 120.1816482, 30.2523292 ], [ 120.1818271, 30.2526312 ], [ 120.182075, 30.2531088 ], [ 120.1823515, 30.2537479 ], [ 120.1824389, 30.2539639 ], [ 120.1825425, 30.2543695 ], [ 120.1826543, 30.2554904 ], [ 120.1827011, 30.2562039 ], [ 120.1827133, 30.2564274 ], [ 120.1827621, 30.2580989 ], [ 120.1827824, 30.2592402 ], [ 120.182819, 30.2600688 ] ], [ [ 120.1826929, 30.2600776 ], [ 120.1826788, 30.2592244 ], [ 120.1826588, 30.2582854 ], [ 120.1826037, 30.2563973 ], [ 120.1825871, 30.2562206 ], [ 120.1825439, 30.2555254 ], [ 120.1824567, 30.2546448 ], [ 120.1824366, 30.2544424 ], [ 120.1823823, 30.2542194 ], [ 120.1823264, 30.2539899 ], [ 120.1821836, 30.2536147 ], [ 120.1817413, 30.2526716 ], [ 120.1815126, 30.2523993 ], [ 120.1814094, 30.2523337 ], [ 120.1812919, 30.252259 ], [ 120.1811658, 30.2521871 ], [ 120.1809495, 30.2521304 ] ], [ [ 120.182819, 30.2600688 ], [ 120.1829295, 30.2600688 ] ], [ [ 120.1826929, 30.2600776 ], [ 120.182819, 30.2600688 ] ], [ [ 120.1795594, 30.2603173 ], [ 120.1800531, 30.2603245 ], [ 120.1815104, 30.2602612 ], [ 120.182693148417044, 30.260187400330562 ] ], [ [ 120.182693148417044, 30.260187400330562 ], [ 120.182816807955263, 30.260179684376002 ] ], [ [ 120.182816807955263, 30.260179684376002 ], [ 120.1833871, 30.2601441 ], [ 120.1850787, 30.2600469 ], [ 120.1861078, 30.2599886 ], [ 120.1867306, 30.259987 ], [ 120.1871412, 30.2599817 ] ], [ [ 120.1795594, 30.2603173 ], [ 120.1799574, 30.2602328 ], [ 120.1802623, 30.2602152 ], [ 120.1810946, 30.2601671 ], [ 120.1826009, 30.260075 ], [ 120.1826929, 30.2600776 ] ], [ [ 120.182819, 30.2600688 ], [ 120.182816807955263, 30.260179684376002 ] ], [ [ 120.182816807955263, 30.260179684376002 ], [ 120.182815387720623, 30.260251526811359 ] ], [ [ 120.182815387720623, 30.260251526811359 ], [ 120.1828137, 30.2603369 ] ], [ [ 120.0765628, 30.1557639 ], [ 120.0766211, 30.1562162 ], [ 120.0766642, 30.1572688 ], [ 120.0766805, 30.1576489 ], [ 120.076719, 30.1585145 ], [ 120.0767775, 30.1601997 ], [ 120.0767911, 30.1605319 ], [ 120.0768189, 30.1612143 ], [ 120.0768278, 30.161703 ] ], [ [ 120.0768278, 30.161703 ], [ 120.0768411, 30.1619946 ], [ 120.0768662, 30.1626852 ], [ 120.0769617, 30.1632454 ], [ 120.0770299, 30.1634575 ], [ 120.0771372, 30.1637035 ], [ 120.0772444, 30.1639081 ], [ 120.0775299, 30.1642266 ], [ 120.0778382, 30.1645807 ], [ 120.0782736, 30.1650913 ] ], [ [ 120.0778731, 30.1654306 ], [ 120.0774975, 30.1650585 ], [ 120.077319, 30.1648104 ], [ 120.077168, 30.1645505 ], [ 120.076958, 30.16407 ], [ 120.076859, 30.1637978 ], [ 120.0767557, 30.163433 ], [ 120.0767117, 30.1628216 ], [ 120.0766762, 30.1623365 ], [ 120.07666, 30.1616396 ] ], [ [ 120.0782736, 30.1650913 ], [ 120.0786206, 30.1655317 ], [ 120.0786602, 30.1655657 ], [ 120.0789281, 30.1657957 ], [ 120.0798278, 30.1663054 ], [ 120.0803291, 30.1666024 ] ], [ [ 120.0802253, 30.1666602 ], [ 120.0794274, 30.1662515 ], [ 120.0792919, 30.1661821 ], [ 120.0783495, 30.1656497 ], [ 120.0778731, 30.1654306 ] ], [ [ 120.0803233, 30.1667121 ], [ 120.0802253, 30.1666602 ] ], [ [ 120.0803291, 30.1666024 ], [ 120.0815558, 30.1672225 ], [ 120.0821204, 30.1675251 ], [ 120.0824848, 30.1677204 ], [ 120.0844472, 30.1688235 ], [ 120.0849102, 30.1690738 ], [ 120.0854748, 30.1693767 ] ], [ [ 120.0854748, 30.1693767 ], [ 120.0857096, 30.1695021 ], [ 120.0861117, 30.1696942 ], [ 120.0866047, 30.1698854 ], [ 120.0873598, 30.1701386 ], [ 120.0877956, 30.1702849 ], [ 120.0888347, 30.1706405 ], [ 120.0892985, 30.1707924 ], [ 120.090019, 30.171043 ], [ 120.0904738, 30.1712567 ], [ 120.0907529, 30.1714818 ], [ 120.0909896, 30.1717253 ], [ 120.091855, 30.1728373 ], [ 120.0922413, 30.173361 ], [ 120.0923364, 30.1734924 ], [ 120.0926311, 30.1738999 ], [ 120.0929566, 30.1742652 ], [ 120.0931913, 30.1744701 ], [ 120.0934543, 30.1746535 ], [ 120.0937709, 30.1748239 ], [ 120.0940861, 30.1749944 ], [ 120.0947005, 30.1753091 ] ], [ [ 120.0946834, 30.1754184 ], [ 120.0945705, 30.1753532 ], [ 120.0939197, 30.1750041 ], [ 120.0936307, 30.1748499 ], [ 120.0933085, 30.1746718 ], [ 120.0930892, 30.1745083 ], [ 120.0928501, 30.1742976 ], [ 120.0926766, 30.174113 ], [ 120.0921978, 30.1734762 ], [ 120.0921278, 30.1733865 ], [ 120.0917102, 30.1728517 ], [ 120.0912064, 30.1721724 ], [ 120.0911145, 30.1720605 ], [ 120.0909066, 30.1718073 ], [ 120.0908534, 30.1717465 ], [ 120.0907496, 30.1716278 ], [ 120.0905537, 30.1714605 ], [ 120.0903902, 30.1713513 ], [ 120.0902288, 30.1712538 ], [ 120.0898012, 30.1710788 ], [ 120.088091, 30.1705001 ], [ 120.0877815, 30.1703983 ], [ 120.0871084, 30.1701739 ], [ 120.0866144, 30.1700034 ], [ 120.0863681, 30.1699184 ], [ 120.0856561, 30.1696048 ], [ 120.08541, 30.1694842 ] ], [ [ 120.0947005, 30.1753091 ], [ 120.094762, 30.1753451 ] ], [ [ 120.10258, 30.1791025 ], [ 120.102449, 30.1790246 ], [ 120.1022275, 30.1788907 ], [ 120.1018214, 30.1786983 ], [ 120.1015822, 30.1786119 ], [ 120.1013084, 30.1785205 ], [ 120.1007807, 30.1783976 ], [ 120.1004852, 30.1783514 ], [ 120.1002897, 30.1782784 ], [ 120.0998173, 30.178102 ], [ 120.0994252, 30.1779395 ], [ 120.0993377, 30.1779032 ], [ 120.0989121, 30.1777148 ], [ 120.0984299, 30.1774797 ], [ 120.098197, 30.1773553 ], [ 120.0979315, 30.1771997 ], [ 120.0977433, 30.1770343 ], [ 120.0972286, 30.1767163 ], [ 120.0960012, 30.1761089 ], [ 120.0955363, 30.1758705 ], [ 120.0951318, 30.1756632 ], [ 120.0946834, 30.1754184 ] ], [ [ 120.08541, 30.1694842 ], [ 120.0846828, 30.1690808 ], [ 120.0846117, 30.1690401 ], [ 120.0830432, 30.1681427 ], [ 120.0829729, 30.1681025 ], [ 120.0824177, 30.1677977 ], [ 120.0815666, 30.1673808 ], [ 120.0814389, 30.1673182 ], [ 120.0803233, 30.1667121 ] ], [ [ 120.0720906, 30.2628983 ], [ 120.0725899, 30.2630318 ], [ 120.0729785, 30.2631018 ], [ 120.0734881, 30.2631654 ], [ 120.074009, 30.2632132 ], [ 120.0750345, 30.2633204 ], [ 120.0756023, 30.2633472 ], [ 120.076106, 30.2633666 ], [ 120.076568, 30.2634047 ], [ 120.0772245, 30.2634996 ], [ 120.0782425, 30.2636946 ], [ 120.0788792, 30.2637981 ], [ 120.0794999, 30.2638764 ], [ 120.0806332, 30.2639993 ], [ 120.0811515, 30.2640406 ], [ 120.0818708, 30.2640809 ], [ 120.0825723, 30.2641506 ], [ 120.0836135, 30.2642967 ], [ 120.0847052, 30.2644311 ], [ 120.0856474, 30.2645905 ], [ 120.0866312, 30.2647184 ], [ 120.086743, 30.2647345 ] ], [ [ 120.086671, 30.2650187 ], [ 120.0865722, 30.265007 ], [ 120.0852017, 30.2648585 ], [ 120.0840931, 30.2647383 ], [ 120.0835316, 30.2646759 ], [ 120.0828288, 30.2646256 ], [ 120.0819326, 30.2645304 ], [ 120.0813484, 30.2644634 ], [ 120.0802921, 30.2643225 ], [ 120.079125, 30.264183 ], [ 120.0774381, 30.2640069 ], [ 120.0761782, 30.263873 ], [ 120.0745535, 30.2636837 ], [ 120.0740354, 30.2636102 ], [ 120.0733843, 30.263509 ], [ 120.0729422, 30.2634416 ], [ 120.0725269, 30.2633675 ], [ 120.0719734, 30.2632347 ] ], [ [ 120.0881395, 30.2604062 ], [ 120.0881859, 30.2602541 ] ], [ [ 120.0883008, 30.2603021 ], [ 120.0882785, 30.2604401 ] ], [ [ 120.0882785, 30.2604401 ], [ 120.088191, 30.2608911 ], [ 120.0880838, 30.261256 ], [ 120.0879767, 30.2615225 ], [ 120.0877763, 30.2619359 ], [ 120.087626, 30.2622058 ], [ 120.0875183, 30.2624545 ] ], [ [ 120.086743, 30.2647345 ], [ 120.0867761, 30.2646063 ], [ 120.0868358, 30.2643749 ], [ 120.0870009, 30.2636842 ], [ 120.0871491, 30.2630639 ], [ 120.0872767, 30.2626362 ], [ 120.0873291, 30.2624975 ], [ 120.087392, 30.2623309 ], [ 120.0876899, 30.2617918 ], [ 120.0878789, 30.261377 ], [ 120.0880575, 30.2607669 ], [ 120.0881395, 30.2604062 ] ], [ [ 120.0425679, 30.2437167 ], [ 120.0430087, 30.2437892 ], [ 120.043739, 30.2438927 ], [ 120.0444718, 30.2439993 ], [ 120.0451053, 30.2440814 ], [ 120.0461293, 30.2442107 ], [ 120.0464641, 30.2442744 ], [ 120.0468811, 30.2443494 ], [ 120.047002, 30.2443711 ] ], [ [ 120.0455217, 30.2442668 ], [ 120.0450424, 30.2441978 ], [ 120.0443049, 30.2440958 ], [ 120.04375, 30.244019 ], [ 120.0432702, 30.2439288 ] ], [ [ 120.0469935, 30.2445045 ], [ 120.0468528, 30.2444795 ], [ 120.0464246, 30.2444034 ], [ 120.0460925, 30.2443563 ], [ 120.0455217, 30.2442668 ] ], [ [ 120.047002, 30.2443711 ], [ 120.0471386, 30.2444187 ] ], [ [ 120.0101292, 30.2389396 ], [ 120.0115656, 30.2390814 ], [ 120.0120865, 30.2391328 ], [ 120.0124333, 30.239167 ], [ 120.0158713, 30.239623 ] ], [ [ 120.0156996, 30.2398831 ], [ 120.014304, 30.2396989 ], [ 120.0139363, 30.2396504 ], [ 120.0131589, 30.2395478 ], [ 120.0121428, 30.2394264 ], [ 120.0100894, 30.2392346 ] ], [ [ 120.0158869, 30.2399084 ], [ 120.0156996, 30.2398831 ] ], [ [ 120.0158713, 30.239623 ], [ 120.0160038, 30.2396349 ], [ 120.017608, 30.2398585 ], [ 120.0181521, 30.2399344 ], [ 120.0185596, 30.2399912 ], [ 120.0188637, 30.2400336 ], [ 120.0193767, 30.2401111 ], [ 120.0198981, 30.2401884 ], [ 120.0203842, 30.2402621 ], [ 120.0222088, 30.2405362 ], [ 120.0274658, 30.2413664 ] ], [ [ 120.0274526, 30.2416524 ], [ 120.0235267, 30.2410836 ], [ 120.0230361, 30.2410121 ], [ 120.0221617, 30.2408846 ], [ 120.0201854, 30.2405675 ], [ 120.0196635, 30.2404892 ], [ 120.0188605, 30.2403593 ], [ 120.0158869, 30.2399084 ] ], [ [ 120.0274658, 30.2413664 ], [ 120.0278354, 30.2414239 ], [ 120.0304957, 30.2418374 ], [ 120.0314041, 30.2419798 ], [ 120.0333236, 30.2422653 ] ], [ [ 120.0312127, 30.2422229 ], [ 120.0274526, 30.2416524 ] ], [ [ 120.0333236, 30.2422653 ], [ 120.0370875, 30.2427645 ], [ 120.0372628, 30.2428867 ] ], [ [ 120.0373007, 30.2430837 ], [ 120.037079, 30.2430496 ], [ 120.0324956, 30.24242 ], [ 120.0312127, 30.2422229 ] ], [ [ 120.0372628, 30.2428867 ], [ 120.0379733, 30.243007 ], [ 120.0393021, 30.243194 ], [ 120.0394205, 30.2432095 ] ], [ [ 120.038139, 30.2431946 ], [ 120.0373007, 30.2430837 ] ], [ [ 120.0394205, 30.2432095 ], [ 120.0397185, 30.2432622 ], [ 120.0402793, 30.2433634 ], [ 120.0409669, 30.2434751 ], [ 120.0415066, 30.2435525 ], [ 120.0425679, 30.2437167 ] ], [ [ 120.0432702, 30.2439288 ], [ 120.0428645, 30.2438706 ], [ 120.0422422, 30.2437624 ], [ 120.0414538, 30.2436324 ], [ 120.0405363, 30.2434969 ], [ 120.0401355, 30.2434435 ], [ 120.0400256, 30.2434289 ], [ 120.0396381, 30.2433782 ], [ 120.0393004, 30.243323 ], [ 120.038139, 30.2431946 ] ], [ [ 120.0471386, 30.2444187 ], [ 120.0471675, 30.244563 ] ], [ [ 120.0471675, 30.244563 ], [ 120.0472163, 30.2447061 ], [ 120.0472381, 30.2447918 ], [ 120.0474425, 30.2451777 ], [ 120.0477831, 30.245757 ], [ 120.0479283, 30.2460602 ], [ 120.0480376, 30.2463525 ], [ 120.0481748, 30.2467927 ], [ 120.0483648, 30.2474361 ], [ 120.0485086, 30.2479387 ], [ 120.0487285, 30.248633 ], [ 120.0488465, 30.2490092 ], [ 120.0490195, 30.2494481 ], [ 120.0491302, 30.2496879 ] ], [ [ 120.0494604, 30.2508142 ], [ 120.049416, 30.2507261 ], [ 120.0490665, 30.2500334 ], [ 120.0489531, 30.2498004 ], [ 120.0488433, 30.2494713 ], [ 120.0486213, 30.2487829 ], [ 120.0485081, 30.2484318 ], [ 120.0481918, 30.2473536 ], [ 120.0478945, 30.246429 ], [ 120.0477074, 30.245963 ], [ 120.0473411, 30.245322 ], [ 120.0470613, 30.2448632 ], [ 120.0470281, 30.2447805 ], [ 120.0470182, 30.2446879 ], [ 120.0469935, 30.2445045 ] ], [ [ 119.9903192, 30.2356972 ], [ 119.9924835, 30.2361684 ], [ 119.9935448, 30.2364436 ], [ 119.9941595, 30.236603 ], [ 119.9945472, 30.2367036 ] ], [ [ 119.9945472, 30.2367036 ], [ 119.9946733, 30.2367363 ] ], [ [ 119.9944662, 30.2369678 ], [ 119.9925639, 30.2364995 ] ], [ [ 119.9945757, 30.2369948 ], [ 119.9944662, 30.2369678 ] ], [ [ 119.9946733, 30.2367363 ], [ 119.9957938, 30.2370269 ], [ 119.9970034, 30.2373184 ], [ 119.9974808, 30.2374335 ], [ 119.9987261, 30.2376921 ] ], [ [ 120.0028163, 30.2386019 ], [ 120.0018173, 30.2384456 ], [ 120.0006214, 30.2382585 ], [ 120.0002072, 30.2381917 ], [ 119.9996854, 30.2381076 ], [ 119.9994577, 30.2380709 ], [ 119.9976303, 30.2377424 ], [ 119.9974769, 30.2377148 ], [ 119.997137, 30.23763 ], [ 119.9957384, 30.237281 ], [ 119.9950941, 30.2371224 ], [ 119.9948938, 30.2370731 ], [ 119.9945757, 30.2369948 ] ], [ [ 120.0496957, 30.2508341 ], [ 120.0498017, 30.2510267 ], [ 120.0499502, 30.2512965 ], [ 120.0502219, 30.2516818 ], [ 120.0505274, 30.2520166 ], [ 120.0509063, 30.2524462 ], [ 120.0512206, 30.252786 ], [ 120.0516076, 30.2531611 ], [ 120.0519465, 30.2534346 ], [ 120.0523844, 30.2537825 ], [ 120.0527483, 30.2540147 ], [ 120.0528853, 30.2541082 ], [ 120.0531751, 30.2542942 ], [ 120.053493, 30.254489 ], [ 120.0541334, 30.2548268 ], [ 120.0550894, 30.2552718 ], [ 120.0565459, 30.25596 ], [ 120.0575324, 30.2564225 ], [ 120.0587051, 30.2569722 ], [ 120.0596752, 30.2574337 ], [ 120.0600306, 30.2575746 ], [ 120.0604117, 30.2576992 ], [ 120.0609241, 30.2578992 ], [ 120.0617827, 30.2583303 ], [ 120.0623919, 30.2585862 ], [ 120.0629172, 30.2588156 ], [ 120.0634062, 30.2590543 ], [ 120.0645183, 30.259623 ], [ 120.0656091, 30.2601311 ], [ 120.0661508, 30.2603838 ], [ 120.0668626, 30.2607244 ], [ 120.0680912, 30.2613272 ], [ 120.0694044, 30.2619447 ], [ 120.0700156, 30.2622291 ], [ 120.0706175, 30.2624934 ], [ 120.071001, 30.2626237 ], [ 120.0719505, 30.2628658 ] ], [ [ 120.0719734, 30.2632347 ], [ 120.0714035, 30.2630937 ], [ 120.0710104, 30.2629783 ], [ 120.0704385, 30.2628123 ], [ 120.0699762, 30.2626591 ], [ 120.0695373, 30.262496 ], [ 120.0689628, 30.2622134 ], [ 120.0682826, 30.2618563 ], [ 120.0675919, 30.261483 ], [ 120.0659183, 30.2606806 ], [ 120.0638058, 30.2596999 ], [ 120.062727, 30.2592098 ], [ 120.0614598, 30.2585715 ], [ 120.0605657, 30.2581464 ], [ 120.0603039, 30.258001 ], [ 120.0600476, 30.2578508 ], [ 120.0595555, 30.2575667 ], [ 120.0591726, 30.2573758 ], [ 120.0588069, 30.2572066 ], [ 120.0564403, 30.2560726 ], [ 120.0548211, 30.2553267 ], [ 120.0540811, 30.254967 ], [ 120.053559, 30.2546808 ], [ 120.053102, 30.2544254 ], [ 120.0527203, 30.2541909 ], [ 120.0525772, 30.2540909 ], [ 120.0520874, 30.2537457 ], [ 120.0516958, 30.2534143 ], [ 120.051305, 30.2530874 ], [ 120.05088, 30.2526521 ], [ 120.0504945, 30.2522324 ], [ 120.0502118, 30.2518811 ], [ 120.0498172, 30.2513786 ], [ 120.0496282, 30.2510762 ], [ 120.0495371, 30.2509304 ] ], [ [ 120.0491302, 30.2496879 ], [ 120.0492249, 30.2498931 ], [ 120.0493227, 30.2501038 ], [ 120.0496082, 30.2506628 ], [ 120.0496957, 30.2508341 ] ], [ [ 120.0495371, 30.2509304 ], [ 120.0494604, 30.2508142 ] ], [ [ 120.006875, 30.2701485 ], [ 120.0067877, 30.270016 ] ], [ [ 120.0071128, 30.2700598 ], [ 120.0071149, 30.2701842 ] ], [ [ 120.0069513, 30.2754032 ], [ 120.0070576, 30.2744358 ], [ 120.0071112, 30.2731849 ], [ 120.0070388, 30.2719055 ], [ 120.007022, 30.2716092 ], [ 120.0070147, 30.27148 ], [ 120.006875, 30.2701485 ] ], [ [ 120.0071149, 30.2701842 ], [ 120.0071812, 30.2707709 ], [ 120.0072581, 30.2716048 ], [ 120.007267, 30.2719012 ], [ 120.0072936, 30.2742134 ], [ 120.0071111, 30.2754397 ] ], [ [ 120.0058447, 30.2797305 ], [ 120.0062133, 30.2786877 ], [ 120.006357, 30.2782466 ], [ 120.0063772, 30.2781816 ], [ 120.0064388, 30.2779779 ], [ 120.0064597, 30.2778985 ], [ 120.0066386, 30.277177 ], [ 120.0069513, 30.2754032 ] ], [ [ 120.0071111, 30.2754397 ], [ 120.0067519, 30.2773208 ], [ 120.0065755, 30.2780527 ], [ 120.0065192, 30.2782546 ], [ 120.0063638, 30.2787105 ], [ 120.0063174, 30.2788636 ], [ 120.0060326, 30.2797768 ] ], [ [ 120.0719505, 30.2628658 ], [ 120.0720906, 30.2628983 ] ], [ [ 120.086743, 30.2647345 ], [ 120.0868847, 30.2647791 ] ], [ [ 120.086671, 30.2650187 ], [ 120.086743, 30.2647345 ] ], [ [ 120.0868847, 30.2647791 ], [ 120.086837, 30.2650375 ] ], [ [ 120.086837, 30.2650375 ], [ 120.086671, 30.2650187 ] ], [ [ 120.0842969, 30.2770919 ], [ 120.0844773, 30.2766304 ], [ 120.0848139, 30.2759586 ], [ 120.0849994, 30.2755422 ], [ 120.0854232, 30.2744135 ], [ 120.0855241, 30.2739563 ], [ 120.0855888, 30.2734857 ], [ 120.085609, 30.2732321 ], [ 120.0857083, 30.2722692 ], [ 120.0858405, 30.2710802 ], [ 120.0858543, 30.2709014 ], [ 120.0859041, 30.2702255 ], [ 120.0860432, 30.2696509 ], [ 120.0861735, 30.2684352 ], [ 120.0863664, 30.266996 ], [ 120.0864785, 30.266357 ], [ 120.0865253, 30.2660379 ], [ 120.0865571, 30.2656927 ], [ 120.086671, 30.2650187 ] ], [ [ 120.086837, 30.2650375 ], [ 120.0867312, 30.2656985 ], [ 120.0866834, 30.2660513 ], [ 120.0866706, 30.2661293 ], [ 120.0865038, 30.2672564 ], [ 120.0864726, 30.2674997 ], [ 120.086421, 30.2681021 ], [ 120.0862454, 30.2696448 ], [ 120.0862459, 30.2699868 ], [ 120.0862464, 30.270274 ], [ 120.0861918, 30.270915 ], [ 120.086164, 30.2712838 ], [ 120.0861066, 30.2718251 ], [ 120.0860558, 30.2723151 ], [ 120.0860426, 30.2724177 ], [ 120.0859251, 30.2732532 ], [ 120.0858931, 30.2735119 ], [ 120.0857891, 30.2739881 ], [ 120.0856899, 30.2744596 ], [ 120.0856305, 30.2747229 ], [ 120.0854872, 30.2752557 ], [ 120.0853772, 30.2755623 ], [ 120.0852249, 30.2759527 ], [ 120.0850777, 30.2762612 ], [ 120.0847986, 30.2767975 ], [ 120.0845473, 30.2771668 ] ], [ [ 120.0842526, 30.277202 ], [ 120.0842969, 30.2770919 ] ], [ [ 120.0845473, 30.2771668 ], [ 120.0844773, 30.2772814 ] ], [ [ 120.0971433, 30.2674313 ], [ 120.0971232, 30.267708 ] ], [ [ 120.0971232, 30.267708 ], [ 120.0969952, 30.2675821 ] ], [ [ 120.0958965, 30.2780458 ], [ 120.0961494, 30.2768188 ], [ 120.0962718, 30.2762249 ], [ 120.096328, 30.2758837 ], [ 120.0963661, 30.275652 ], [ 120.0964509, 30.2751529 ], [ 120.0965154, 30.2746257 ], [ 120.0966149, 30.273203 ], [ 120.0966299, 30.2729886 ], [ 120.0967208, 30.2715812 ], [ 120.0967571, 30.2710599 ], [ 120.096809, 30.2703153 ], [ 120.0969442, 30.2682971 ], [ 120.0969665, 30.2679635 ], [ 120.0969952, 30.2675821 ] ], [ [ 120.0971232, 30.267708 ], [ 120.0970931, 30.2680294 ], [ 120.0970754, 30.26832 ], [ 120.0970319, 30.2688653 ], [ 120.0969152, 30.2703263 ], [ 120.0968532, 30.271103 ], [ 120.0967332, 30.2730001 ], [ 120.0967194, 30.2732078 ], [ 120.0966334, 30.2744998 ], [ 120.0966253, 30.2746215 ], [ 120.0964947, 30.2757193 ], [ 120.0964802, 30.2757906 ], [ 120.0963855, 30.2762564 ], [ 120.0960208, 30.2780493 ] ], [ [ 120.0817841, 30.2828504 ], [ 120.0819573, 30.28263 ], [ 120.0824089, 30.2815414 ], [ 120.0825308, 30.2812351 ], [ 120.0827521, 30.2806794 ], [ 120.0829196, 30.280232 ], [ 120.0831162, 30.2797625 ], [ 120.0834164, 30.2790644 ], [ 120.0838307, 30.2781909 ], [ 120.0842526, 30.277202 ] ], [ [ 120.0844773, 30.2772814 ], [ 120.0843689, 30.2774153 ], [ 120.0839028, 30.278306 ], [ 120.0835832, 30.2789825 ], [ 120.0831727, 30.2799283 ], [ 120.0829166, 30.2806982 ], [ 120.0826343, 30.2815155 ], [ 120.0821683, 30.2828148 ] ], [ [ 120.0821683, 30.2828148 ], [ 120.0821416, 30.2829257 ] ], [ [ 120.0817324, 30.2829523 ], [ 120.0817841, 30.2828504 ] ], [ [ 120.0803632, 30.2890274 ], [ 120.0803734, 30.2889347 ], [ 120.0803972, 30.2887758 ], [ 120.0804498, 30.288207 ], [ 120.0804394, 30.2878941 ], [ 120.0804671, 30.2874051 ], [ 120.0805295, 30.2865362 ], [ 120.0805768, 30.2862875 ], [ 120.0805955, 30.2860924 ], [ 120.0806457, 30.2858778 ], [ 120.0807178, 30.2856374 ], [ 120.0808403, 30.2852649 ], [ 120.0809811, 30.2848376 ], [ 120.0812643, 30.284005 ], [ 120.0817324, 30.2829523 ] ], [ [ 120.0821416, 30.2829257 ], [ 120.0817289, 30.2838821 ], [ 120.0815226, 30.2843858 ], [ 120.081361, 30.2848256 ], [ 120.0812561, 30.2852325 ], [ 120.0811464, 30.2864686 ], [ 120.0811364, 30.28669 ], [ 120.0811144, 30.2873012 ], [ 120.0811068, 30.2880628 ], [ 120.0809792, 30.2890916 ], [ 120.0809681, 30.2891828 ] ], [ [ 120.0719723, 30.2889342 ], [ 120.0722062, 30.288896 ], [ 120.0724402, 30.2888901 ], [ 120.073372, 30.2889013 ], [ 120.0735827, 30.2888937 ], [ 120.0738146, 30.2888861 ], [ 120.0752406, 30.288924 ], [ 120.0755135, 30.2889258 ], [ 120.0759658, 30.2889378 ], [ 120.0762714, 30.2889457 ], [ 120.0765499, 30.2889521 ], [ 120.0766859, 30.2889555 ], [ 120.0779393, 30.2889867 ], [ 120.0780346, 30.2889883 ], [ 120.0803632, 30.2890274 ] ], [ [ 120.0803632, 30.2890274 ], [ 120.0809681, 30.2891828 ] ], [ [ 120.0809681, 30.2891828 ], [ 120.0829429, 30.2891864 ], [ 120.0836236, 30.2891876 ], [ 120.0851939, 30.2891421 ], [ 120.085518, 30.2891327 ], [ 120.085838, 30.289119 ], [ 120.0876479, 30.2890421 ] ], [ [ 120.0876526, 30.2891538 ], [ 120.0861484, 30.289225 ], [ 120.0857334, 30.2892446 ], [ 120.0835172, 30.2892886 ], [ 120.083007, 30.2892971 ], [ 120.0817858, 30.289305 ], [ 120.0809625, 30.2893323 ] ], [ [ 120.0717971, 30.288965 ], [ 120.0719723, 30.2889342 ] ], [ [ 120.0681441, 30.2889781 ], [ 120.0689825, 30.2889858 ], [ 120.0698027, 30.2889815 ], [ 120.0703659, 30.2889917 ], [ 120.0713918, 30.2889982 ], [ 120.0715978, 30.2889873 ], [ 120.0717971, 30.288965 ] ], [ [ 120.0644975, 30.2889281 ], [ 120.0646323, 30.2889306 ] ], [ [ 120.0573028, 30.2889497 ], [ 120.0576031, 30.2889434 ], [ 120.0586108, 30.2889434 ], [ 120.059102, 30.2889489 ], [ 120.059394, 30.2889512 ], [ 120.0598208, 30.2889416 ], [ 120.0607554, 30.2889205 ], [ 120.0629702, 30.2889183 ], [ 120.0633991, 30.2889128 ], [ 120.0637676, 30.2889149 ], [ 120.0644975, 30.2889281 ] ], [ [ 120.0646323, 30.2889306 ], [ 120.065147, 30.2889637 ], [ 120.0675635, 30.2889763 ], [ 120.0679222, 30.2889761 ], [ 120.0681441, 30.2889781 ] ], [ [ 120.0595272, 30.2891616 ], [ 120.0593595, 30.2891651 ], [ 120.0590811, 30.2891688 ], [ 120.0582153, 30.289168 ], [ 120.0576293, 30.2891622 ], [ 120.057299, 30.2891422 ] ], [ [ 119.9650354, 30.2720834 ], [ 119.9654214, 30.2721933 ], [ 119.9658291, 30.2722923 ], [ 119.9663453, 30.2723772 ], [ 119.9669176, 30.2724618 ], [ 119.9672275, 30.2725573 ], [ 119.9674724, 30.2726716 ], [ 119.9677691, 30.2728844 ], [ 119.9681757, 30.2731546 ], [ 119.9692025, 30.2735512 ] ], [ [ 119.9692553, 30.2737248 ], [ 119.9684166, 30.2734708 ], [ 119.9677158, 30.2732763 ], [ 119.9672991, 30.2731954 ], [ 119.9666167, 30.2730631 ], [ 119.9662787, 30.2729677 ], [ 119.9657334, 30.2728139 ], [ 119.9649425, 30.2725593 ] ], [ [ 119.9692025, 30.2735512 ], [ 119.9696431, 30.2736842 ] ], [ [ 119.9697101, 30.2738547 ], [ 119.9692553, 30.2737248 ] ], [ [ 119.9762527, 30.2754519 ], [ 119.9769722, 30.2756096 ], [ 119.978416, 30.275926 ] ], [ [ 119.9807331, 30.2765422 ], [ 119.9796784, 30.2764153 ], [ 119.9783456, 30.2762104 ], [ 119.9762215, 30.2757854 ] ], [ [ 119.978416, 30.275926 ], [ 119.979228, 30.2760723 ], [ 119.980802, 30.2762451 ], [ 119.9825236, 30.2763636 ], [ 119.9839145, 30.2764428 ], [ 119.9861986, 30.2765729 ] ], [ [ 119.9808198, 30.2765497 ], [ 119.9807331, 30.2765422 ] ], [ [ 119.9861986, 30.2765729 ], [ 119.9863515, 30.2765822 ] ], [ [ 119.9861539, 30.276845 ], [ 119.9852919, 30.2768015 ], [ 119.9819419, 30.2766323 ], [ 119.9808198, 30.2765497 ] ], [ [ 119.9696431, 30.2736842 ], [ 119.972449, 30.2745382 ], [ 119.9728973, 30.2746596 ], [ 119.9733842, 30.2747915 ], [ 119.974304, 30.2750635 ], [ 119.9750776, 30.2752403 ], [ 119.9762527, 30.2754519 ] ], [ [ 119.9762215, 30.2757854 ], [ 119.9754696, 30.2755477 ], [ 119.9743577, 30.2752414 ], [ 119.9733864, 30.2749623 ], [ 119.9721104, 30.2745779 ], [ 119.9697101, 30.2738547 ] ], [ [ 119.9863515, 30.2765822 ], [ 119.9867313, 30.276616 ], [ 119.9888729, 30.2767587 ], [ 119.9909453, 30.2769403 ] ], [ [ 119.9908387, 30.2771732 ], [ 119.9889705, 30.2770105 ], [ 119.9863061, 30.2768547 ] ], [ [ 119.9909453, 30.2769403 ], [ 119.9911749, 30.2769611 ], [ 119.9915599, 30.277003 ], [ 119.99303, 30.2771959 ] ], [ [ 119.9909499, 30.2771801 ], [ 119.9908387, 30.2771732 ] ], [ [ 119.99303, 30.2771959 ], [ 119.9931124, 30.2772103 ] ], [ [ 119.9926821, 30.2773498 ], [ 119.9914699, 30.2772229 ], [ 119.9911261, 30.2771911 ], [ 119.9909499, 30.2771801 ] ], [ [ 119.9931124, 30.2772103 ], [ 119.9933479, 30.2772392 ], [ 119.9938838, 30.2773156 ], [ 119.9947199, 30.2774345 ], [ 119.9955376, 30.2775507 ], [ 119.9960371, 30.2776409 ], [ 119.9963718, 30.2777013 ] ], [ [ 119.9963149, 30.2778715 ], [ 119.9958696, 30.2777927 ], [ 119.9936159, 30.2774739 ], [ 119.9926821, 30.2773498 ] ], [ [ 119.9963718, 30.2777013 ], [ 119.9964564, 30.2777166 ] ], [ [ 119.9863061, 30.2768547 ], [ 119.9861539, 30.276845 ] ], [ [ 119.9963964, 30.2778859 ], [ 119.9963149, 30.2778715 ] ], [ [ 119.9964564, 30.2777166 ], [ 119.9966959, 30.2777598 ], [ 119.9972571, 30.2778611 ], [ 119.9981043, 30.278014 ], [ 119.9990027, 30.2782015 ] ], [ [ 119.9989507, 30.278373 ], [ 119.9988005, 30.2783438 ], [ 119.9980169, 30.2781952 ], [ 119.9967927, 30.2779561 ], [ 119.9963964, 30.2778859 ] ], [ [ 119.9990027, 30.2782015 ], [ 119.9991747, 30.2782374 ] ], [ [ 119.999127, 30.2784074 ], [ 119.9989507, 30.278373 ] ], [ [ 119.9991747, 30.2782374 ], [ 120.0009443, 30.2786067 ] ], [ [ 120.0009443, 30.2786067 ], [ 120.0030036, 30.2790887 ], [ 120.0036419, 30.2792426 ], [ 120.0041136, 30.2793468 ], [ 120.0058447, 30.2797305 ] ], [ [ 120.0057528, 30.2799698 ], [ 120.0040439, 30.2795083 ], [ 120.0035431, 30.2793866 ], [ 120.0032638, 30.2793187 ], [ 120.0031865, 30.2793017 ], [ 119.999127, 30.2784074 ] ], [ [ 120.0058447, 30.2797305 ], [ 120.0060326, 30.2797768 ] ], [ [ 120.0057528, 30.2799698 ], [ 120.0058447, 30.2797305 ] ], [ [ 120.0060326, 30.2797768 ], [ 120.0059429, 30.2800178 ] ], [ [ 120.0059429, 30.2800178 ], [ 120.0057528, 30.2799698 ] ], [ [ 120.0060326, 30.2797768 ], [ 120.0083428, 30.2803662 ], [ 120.0095362, 30.2806556 ] ], [ [ 120.0094554, 30.2809266 ], [ 120.008586, 30.2806889 ], [ 120.0073105, 30.2803402 ], [ 120.0071713, 30.2803021 ], [ 120.007061, 30.2802766 ], [ 120.0059429, 30.2800178 ] ], [ [ 120.0103347, 30.2811563 ], [ 120.0094554, 30.2809266 ] ], [ [ 120.0095362, 30.2806556 ], [ 120.0119463, 30.2813415 ], [ 120.0126317, 30.2815085 ] ], [ [ 120.0141785, 30.2821685 ], [ 120.0137992, 30.2820195 ], [ 120.0106312, 30.2812287 ], [ 120.0103347, 30.2811563 ] ], [ [ 120.0042583, 30.2837066 ], [ 120.0043237, 30.2835632 ], [ 120.004376, 30.2834518 ], [ 120.0045788, 30.2829571 ], [ 120.0045861, 30.2829405 ], [ 120.0046856, 30.2826993 ], [ 120.0049602, 30.2820361 ], [ 120.0051608, 30.2815518 ], [ 120.0057528, 30.2799698 ] ], [ [ 120.0059429, 30.2800178 ], [ 120.0056158, 30.2808505 ], [ 120.005294, 30.2816695 ], [ 120.0047454, 30.2829926 ], [ 120.004739, 30.2830087 ], [ 120.0045231, 30.2835038 ], [ 120.0044748, 30.2836152 ], [ 120.0044178, 30.283754 ] ], [ [ 120.0126317, 30.2815085 ], [ 120.0137457, 30.2817994 ], [ 120.0156046, 30.2822847 ] ], [ [ 120.0156046, 30.2822847 ], [ 120.0158235, 30.2823534 ] ], [ [ 120.0155365, 30.2824746 ], [ 120.0145457, 30.2822513 ], [ 120.0141785, 30.2821685 ] ], [ [ 120.0157529, 30.282528 ], [ 120.0155365, 30.2824746 ] ], [ [ 120.0187313, 30.2833559 ], [ 120.0183622, 30.2832434 ], [ 120.0176446, 30.2830467 ], [ 120.0172514, 30.2829389 ], [ 120.0157529, 30.282528 ] ], [ [ 120.0255874, 30.2854143 ], [ 120.0252471, 30.2852007 ] ], [ [ 120.0158235, 30.2823534 ], [ 120.0167544, 30.2826157 ], [ 120.0184927, 30.2831045 ], [ 120.0192877, 30.283317 ], [ 120.021651, 30.2839486 ], [ 120.0225689, 30.2841907 ], [ 120.0240808, 30.2845914 ], [ 120.0245909, 30.2847243 ], [ 120.0253612, 30.2848812 ] ], [ [ 120.0042144, 30.283803 ], [ 120.0042583, 30.2837066 ] ], [ [ 120.0044178, 30.283754 ], [ 120.0043735, 30.2838618 ] ], [ [ 120.0252471, 30.2852007 ], [ 120.0247146, 30.2850057 ], [ 120.0246845, 30.2849944 ], [ 120.0245041, 30.2849268 ], [ 120.0240964, 30.284774 ], [ 120.0222634, 30.2842833 ], [ 120.0216047, 30.2841254 ], [ 120.0211641, 30.2840111 ], [ 120.0187313, 30.2833559 ] ], [ [ 120.0032899, 30.2860174 ], [ 120.003405, 30.2857417 ], [ 120.0042144, 30.283803 ] ], [ [ 120.0043735, 30.2838618 ], [ 120.0035592, 30.2858266 ], [ 120.0034189, 30.2861651 ] ], [ [ 120.0032233, 30.2861769 ], [ 120.0032899, 30.2860174 ] ], [ [ 120.1591652, 30.2128752 ], [ 120.158438, 30.2124548 ], [ 120.157527, 30.2119561 ], [ 120.1573672, 30.2118746 ], [ 120.1559255, 30.2111397 ] ], [ [ 120.1592331, 30.2127704 ], [ 120.1605823, 30.2134757 ], [ 120.1614758, 30.2139384 ], [ 120.1622255, 30.2143266 ], [ 120.163292, 30.2148965 ] ], [ [ 120.163241, 30.2149851 ], [ 120.1621416, 30.2144078 ], [ 120.161175, 30.2139101 ], [ 120.1609755, 30.2138074 ], [ 120.1605121, 30.2135688 ], [ 120.1591652, 30.2128752 ] ], [ [ 120.1308775, 30.218823 ], [ 120.1308093, 30.2191238 ] ], [ [ 120.1308093, 30.2191238 ], [ 120.1308557, 30.2194137 ] ], [ [ 120.1308557, 30.2194137 ], [ 120.1312034, 30.2202878 ] ], [ [ 120.1312034, 30.2202878 ], [ 120.131333, 30.2206056 ] ], [ [ 120.131333, 30.2206056 ], [ 120.1314137, 30.2208034 ] ], [ [ 120.1314137, 30.2208034 ], [ 120.13151, 30.2210394 ] ], [ [ 120.13151, 30.2210394 ], [ 120.1316996, 30.2215845 ] ], [ [ 120.1316996, 30.2215845 ], [ 120.1331017, 30.2245352 ] ], [ [ 120.1331017, 30.2245352 ], [ 120.1333496, 30.2255441 ] ], [ [ 120.1333496, 30.2255441 ], [ 120.1334788, 30.225897 ] ], [ [ 120.1334788, 30.225897 ], [ 120.1334914, 30.2259314 ] ], [ [ 120.1334914, 30.2259314 ], [ 120.1335261, 30.2260033 ] ], [ [ 120.1335261, 30.2260033 ], [ 120.1335387, 30.2260317 ] ], [ [ 120.1335387, 30.2260317 ], [ 120.1336765, 30.2263869 ] ], [ [ 120.1336765, 30.2263869 ], [ 120.1336732, 30.2267312 ] ], [ [ 120.1336732, 30.2267312 ], [ 120.1336792, 30.2269285 ] ], [ [ 120.1336792, 30.2269285 ], [ 120.1336827, 30.2270424 ] ], [ [ 120.1336827, 30.2270424 ], [ 120.1336886, 30.2272347 ] ], [ [ 120.1336886, 30.2272347 ], [ 120.1338176, 30.2276337 ] ], [ [ 120.1338176, 30.2276337 ], [ 120.1342206, 30.228238 ] ], [ [ 120.1342206, 30.228238 ], [ 120.1346057, 30.228656 ] ], [ [ 120.1346057, 30.228656 ], [ 120.1347181, 30.2287131 ] ], [ [ 120.1560885, 30.2482389 ], [ 120.1560859, 30.24816 ], [ 120.1559982, 30.2478819 ], [ 120.1559061, 30.2477626 ], [ 120.1556504, 30.2474313 ], [ 120.1555132, 30.2472225 ], [ 120.1554507, 30.2470985 ], [ 120.1550311, 30.2461875 ], [ 120.154976, 30.2460691 ], [ 120.1548501, 30.2457829 ], [ 120.1546446, 30.2454072 ], [ 120.1546144, 30.2453519 ], [ 120.1544036, 30.2450217 ], [ 120.154282, 30.2448312 ], [ 120.1540754, 30.2445374 ], [ 120.1539087, 30.2443004 ], [ 120.1537456, 30.2440685 ], [ 120.153437, 30.2437263 ], [ 120.1532647, 30.2435351 ], [ 120.1532221, 30.2434221 ], [ 120.1531846, 30.2433228 ], [ 120.1533968, 30.2421359 ], [ 120.1534259, 30.2417626 ], [ 120.1534454, 30.2415612 ] ], [ [ 120.1536322, 30.2415985 ], [ 120.1534549, 30.2426607 ], [ 120.153358, 30.2432416 ], [ 120.1533756, 30.2433137 ], [ 120.1534009, 30.2434177 ], [ 120.1535457, 30.2436262 ], [ 120.1535947, 30.2436736 ], [ 120.153814, 30.2438858 ], [ 120.1542596, 30.2444893 ], [ 120.1543294, 30.2446084 ], [ 120.1547157, 30.2452671 ], [ 120.1550968, 30.2460399 ], [ 120.1555953, 30.247124 ], [ 120.1561227, 30.2478124 ], [ 120.1561841, 30.2480308 ], [ 120.15622, 30.248204 ], [ 120.1562197, 30.2482457 ] ], [ [ 120.1509768, 30.2355182 ], [ 120.1513098, 30.2356286 ] ], [ [ 120.1512186, 30.2357718 ], [ 120.1511015, 30.235649 ], [ 120.1509768, 30.2355182 ] ], [ [ 120.1533229, 30.2628479 ], [ 120.1533445, 30.2625756 ], [ 120.153361, 30.2624744 ], [ 120.1534091, 30.2621783 ], [ 120.1535797, 30.2613704 ], [ 120.1536115, 30.2610769 ], [ 120.1537071, 30.2607957 ], [ 120.1537425, 30.2606856 ], [ 120.1538062, 30.2605756 ], [ 120.1538347, 30.2605502 ], [ 120.153856839879381, 30.26054315209689 ] ], [ [ 120.153856839879381, 30.26054315209689 ], [ 120.1539236, 30.2605219 ], [ 120.153974744799527, 30.260513936597299 ] ], [ [ 120.153974744799527, 30.260513936597299 ], [ 120.1540893, 30.2604961 ], [ 120.1543619, 30.2604961 ], [ 120.1554851, 30.2605419 ], [ 120.1555786, 30.2605449 ], [ 120.1565022, 30.2605774 ], [ 120.1570009, 30.260595 ] ], [ [ 120.1553739, 30.2606445 ], [ 120.1553338, 30.2606422 ], [ 120.1543626, 30.2606031 ], [ 120.154306, 30.2606008 ], [ 120.1541961, 30.2606305 ], [ 120.1541218, 30.2606653 ], [ 120.154035, 30.2607324 ], [ 120.1540186, 30.2607774 ], [ 120.1539659, 30.2609085 ], [ 120.1538861, 30.2612557 ], [ 120.1538471, 30.2614328 ], [ 120.1537901, 30.2616918 ], [ 120.1537377, 30.2619297 ], [ 120.1536645, 30.2622619 ], [ 120.1535219, 30.2628283 ], [ 120.1534576, 30.2630838 ], [ 120.1534236, 30.2631702 ], [ 120.1532252, 30.263675 ] ], [ [ 120.1531083, 30.2635079 ], [ 120.1532015, 30.2631074 ], [ 120.1532747, 30.262962 ], [ 120.1533229, 30.2628479 ] ], [ [ 120.153123, 30.2636491 ], [ 120.1531161, 30.2635827 ], [ 120.1531083, 30.2635079 ] ], [ [ 120.1525981, 30.2653627 ], [ 120.1526468, 30.2652142 ], [ 120.1526511, 30.2652009 ], [ 120.1529137, 30.2643994 ], [ 120.153123, 30.2636491 ] ], [ [ 120.1532252, 30.263675 ], [ 120.1531155, 30.2640576 ], [ 120.153062, 30.2642358 ], [ 120.1527541, 30.2652226 ], [ 120.1527054, 30.2653788 ] ], [ [ 120.1527054, 30.2653788 ], [ 120.1526792, 30.2654824 ] ], [ [ 120.1516531, 30.2684842 ], [ 120.1519812, 30.2673769 ], [ 120.1520104, 30.2672785 ], [ 120.1521317, 30.2668834 ], [ 120.1522949, 30.2663546 ], [ 120.1525448, 30.2655453 ], [ 120.1525652, 30.2654755 ], [ 120.1525981, 30.2653627 ] ], [ [ 120.1526792, 30.2654824 ], [ 120.152671, 30.2655149 ], [ 120.1526578, 30.265567 ], [ 120.1525141, 30.2660387 ], [ 120.1522144, 30.2670225 ], [ 120.152174, 30.2671551 ], [ 120.152124, 30.2673194 ], [ 120.1519296, 30.2680325 ], [ 120.151799, 30.2685145 ] ], [ [ 120.1502625, 30.272932 ], [ 120.1503576, 30.2724993 ], [ 120.1505702, 30.2719088 ], [ 120.1506211, 30.2717688 ], [ 120.1506371, 30.2717249 ], [ 120.1507275, 30.2714766 ], [ 120.150817, 30.2712051 ], [ 120.1508692, 30.2709921 ], [ 120.1509053, 30.2708234 ], [ 120.1509513, 30.2706377 ], [ 120.1510163, 30.2704035 ], [ 120.1510536, 30.2702695 ], [ 120.1510688, 30.2702146 ], [ 120.1511856, 30.2699033 ], [ 120.1512934, 30.269576 ], [ 120.1516531, 30.2684842 ] ], [ [ 120.156085, 30.2483501 ], [ 120.1560885, 30.2482389 ] ], [ [ 120.1562197, 30.2482457 ], [ 120.1562145, 30.2483487 ] ], [ [ 120.1677404, 30.2482387 ], [ 120.1677365, 30.2482907 ], [ 120.1676631, 30.2492761 ] ], [ [ 120.167462, 30.2492802 ], [ 120.167468, 30.2482982 ], [ 120.1674683, 30.2482499 ] ], [ [ 120.1676631, 30.2492761 ], [ 120.1676583, 30.2493927 ] ], [ [ 120.1674533, 30.2493988 ], [ 120.167462, 30.2492802 ] ], [ [ 120.1562145, 30.2483487 ], [ 120.1562075, 30.2484154 ], [ 120.156068, 30.2497502 ], [ 120.1560312, 30.2501022 ] ], [ [ 120.1558927, 30.2501012 ], [ 120.1559449, 30.249628 ], [ 120.1559575, 30.2495137 ], [ 120.1560524, 30.2488602 ], [ 120.1560885, 30.2484144 ], [ 120.156085, 30.2483501 ] ], [ [ 120.1559883, 30.2508671 ], [ 120.1559389, 30.2506582 ], [ 120.155919, 30.2505744 ], [ 120.1558927, 30.2501012 ] ], [ [ 120.1560312, 30.2501022 ], [ 120.1560509, 30.2505855 ], [ 120.1561179, 30.250868 ] ], [ [ 120.1018978, 30.2701413 ], [ 120.0993938, 30.2688831 ], [ 120.0981703, 30.2682603 ], [ 120.0972276, 30.2677903 ], [ 120.0971232, 30.267708 ] ], [ [ 120.0971433, 30.2674313 ], [ 120.0976717, 30.2676062 ], [ 120.098269, 30.267903 ], [ 120.0986236, 30.2681045 ], [ 120.1012321, 30.2693934 ], [ 120.1021492, 30.2697855 ], [ 120.1027816, 30.2700921 ], [ 120.1036795, 30.2705554 ], [ 120.1049054, 30.2711873 ], [ 120.1057838, 30.2716256 ], [ 120.1069886, 30.272289 ], [ 120.1078959, 30.2727444 ] ], [ [ 120.1078049, 30.2729048 ], [ 120.1067288, 30.272366 ], [ 120.1063818, 30.2722093 ], [ 120.1052972, 30.2717673 ], [ 120.1049287, 30.2715906 ], [ 120.1035592, 30.2709839 ], [ 120.1025408, 30.2704867 ], [ 120.1018978, 30.2701413 ] ], [ [ 120.1078959, 30.2727444 ], [ 120.1089186, 30.273244 ], [ 120.1096134, 30.2735868 ], [ 120.1102114, 30.2738056 ], [ 120.1108066, 30.2739646 ], [ 120.1113377, 30.2740643 ], [ 120.1117128, 30.2741022 ], [ 120.1119154, 30.2741207 ], [ 120.1122224, 30.274133 ], [ 120.1128074, 30.2741711 ], [ 120.1140811, 30.2742314 ], [ 120.1148152, 30.2742618 ], [ 120.1151813, 30.274249 ], [ 120.1153682, 30.2742559 ] ], [ [ 120.1123766, 30.2742895 ], [ 120.1119131, 30.2742644 ], [ 120.1116922, 30.2742434 ], [ 120.1109927, 30.2741555 ], [ 120.1103142, 30.2739966 ], [ 120.1099459, 30.2738819 ], [ 120.1096029, 30.2737519 ], [ 120.1087912, 30.2733698 ], [ 120.1079386, 30.2729707 ] ], [ [ 120.0875183, 30.2624545 ], [ 120.0874142, 30.2627513 ], [ 120.0873167, 30.2630291 ], [ 120.0871973, 30.2634448 ], [ 120.0871514, 30.2636046 ], [ 120.0870392, 30.2640688 ], [ 120.0869045, 30.264688 ], [ 120.0868847, 30.2647791 ] ], [ [ 120.0976023, 30.2640148 ], [ 120.0976183, 30.2639343 ] ], [ [ 120.0977085, 30.2640011 ], [ 120.0976951, 30.264083 ] ], [ [ 120.0868847, 30.2647791 ], [ 120.0876732, 30.2649742 ], [ 120.0884736, 30.2651461 ], [ 120.0888241, 30.2652214 ] ], [ [ 120.0888241, 30.2652214 ], [ 120.0900044, 30.2654534 ], [ 120.0910338, 30.2656276 ], [ 120.091699, 30.265784 ], [ 120.0925972, 30.265947 ] ], [ [ 120.0928757, 30.2662053 ], [ 120.0914028, 30.2658996 ], [ 120.0897844, 30.2655752 ], [ 120.0888204, 30.2654118 ], [ 120.0881812, 30.2652837 ], [ 120.086837, 30.2650375 ] ], [ [ 120.0969974, 30.2674032 ], [ 120.0970142, 30.2673343 ], [ 120.0976023, 30.2640148 ] ], [ [ 120.0976951, 30.264083 ], [ 120.0971433, 30.2674313 ] ], [ [ 120.0925972, 30.265947 ], [ 120.0929748, 30.266041 ] ], [ [ 120.0929748, 30.266041 ], [ 120.0931899, 30.266131 ], [ 120.0944307, 30.266381 ], [ 120.0953392, 30.2666551 ], [ 120.0959955, 30.2669263 ], [ 120.096499, 30.2671607 ], [ 120.0969974, 30.2674032 ] ], [ [ 120.0969952, 30.2675821 ], [ 120.0961957, 30.2671785 ], [ 120.0958364, 30.2670139 ], [ 120.0955128, 30.266886 ], [ 120.0954079, 30.2668445 ], [ 120.0948399, 30.2666526 ], [ 120.0944966, 30.2665605 ], [ 120.0938623, 30.2664219 ], [ 120.0928757, 30.2662053 ] ], [ [ 120.0969974, 30.2674032 ], [ 120.0971433, 30.2674313 ] ], [ [ 120.0969952, 30.2675821 ], [ 120.0969974, 30.2674032 ] ], [ [ 120.1753611, 30.2525281 ], [ 120.177149, 30.2522535 ] ], [ [ 120.1770935, 30.2524072 ], [ 120.1766833, 30.2524696 ], [ 120.1762664, 30.2525269 ], [ 120.1753915, 30.2526471 ] ], [ [ 120.175191, 30.2525436 ], [ 120.1753611, 30.2525281 ] ], [ [ 120.1671687, 30.2529823 ], [ 120.1672297, 30.2523319 ], [ 120.1672575, 30.2517758 ], [ 120.1672702, 30.2516531 ], [ 120.167351, 30.2508718 ], [ 120.1673873, 30.2503785 ], [ 120.1674533, 30.2493988 ] ], [ [ 120.1676583, 30.2493927 ], [ 120.1676112, 30.2498801 ], [ 120.167578, 30.2504054 ], [ 120.1675398, 30.2509702 ], [ 120.1674701, 30.252002 ], [ 120.1674057, 30.252991 ] ], [ [ 120.1561326, 30.2510506 ], [ 120.1560241, 30.2509215 ], [ 120.1559883, 30.2508671 ] ], [ [ 120.1561179, 30.250868 ], [ 120.1562127, 30.2509927 ], [ 120.1567375, 30.2516084 ], [ 120.1569896, 30.2519001 ], [ 120.157498, 30.2522165 ] ], [ [ 120.1595221, 30.252739 ], [ 120.1594587, 30.2526977 ], [ 120.1594442, 30.2526883 ], [ 120.1593406, 30.252673 ], [ 120.159013, 30.2526481 ], [ 120.1585447, 30.2526787 ], [ 120.1583938, 30.2527187 ], [ 120.1583387, 30.2527315 ], [ 120.1581678, 30.2527712 ], [ 120.1581501, 30.2527567 ], [ 120.1579881, 30.2526242 ], [ 120.1578234, 30.2525284 ], [ 120.1574602, 30.252317 ], [ 120.1569077, 30.251981 ], [ 120.1567101, 30.2517533 ], [ 120.1566479, 30.2516817 ], [ 120.1561326, 30.2510506 ] ], [ [ 120.157498, 30.2522165 ], [ 120.1575684, 30.2522546 ], [ 120.1578328, 30.2523889 ], [ 120.158105, 30.2525452 ], [ 120.1582983, 30.2525863 ], [ 120.1584554, 30.2526055 ], [ 120.1585781, 30.2526091 ], [ 120.1593194, 30.2526204 ], [ 120.1594603, 30.2526239 ], [ 120.1595042, 30.252625 ] ], [ [ 120.1595042, 30.252625 ], [ 120.1596271, 30.2526525 ] ], [ [ 120.1596271, 30.2526525 ], [ 120.1596576, 30.2526527 ], [ 120.160531, 30.2526581 ], [ 120.1609727, 30.2526856 ], [ 120.1617629, 30.2527348 ] ], [ [ 120.1596244, 30.2527394 ], [ 120.1595221, 30.252739 ] ], [ [ 120.1617569, 30.2528096 ], [ 120.1605511, 30.252753 ], [ 120.1596531, 30.2527398 ], [ 120.1596244, 30.2527394 ] ], [ [ 120.1617629, 30.2527348 ], [ 120.161847, 30.2527393 ] ], [ [ 120.1618403, 30.2528176 ], [ 120.1617569, 30.2528096 ] ], [ [ 120.161847, 30.2527393 ], [ 120.1625113, 30.2527432 ], [ 120.1637745, 30.2527808 ], [ 120.164879, 30.2528582 ], [ 120.1657671, 30.2529204 ], [ 120.1663187, 30.2529496 ], [ 120.1669338, 30.2529821 ], [ 120.1671687, 30.2529823 ] ], [ [ 120.1671513, 30.2530894 ], [ 120.1669332, 30.2530573 ], [ 120.1663154, 30.2530247 ], [ 120.1657667, 30.2529958 ], [ 120.1649742, 30.2529394 ], [ 120.1645439, 30.2529087 ], [ 120.1642463, 30.2528873 ], [ 120.1637773, 30.2528536 ], [ 120.1618403, 30.2528176 ] ], [ [ 120.1671687, 30.2529823 ], [ 120.1674057, 30.252991 ] ], [ [ 120.1671513, 30.2530894 ], [ 120.1671687, 30.2529823 ] ], [ [ 120.1674057, 30.252991 ], [ 120.1673989, 30.253096 ] ], [ [ 120.1673989, 30.253096 ], [ 120.1671513, 30.2530894 ] ], [ [ 120.1673989, 30.253096 ], [ 120.1673493, 30.2538523 ], [ 120.1673322, 30.2541125 ], [ 120.1672158, 30.2558847 ], [ 120.1671987, 30.2564826 ] ], [ [ 120.1669194, 30.256493 ], [ 120.1669486, 30.2562386 ], [ 120.1669942, 30.2555751 ], [ 120.1670235, 30.255148 ], [ 120.1670579, 30.254647 ], [ 120.1670665, 30.2545214 ], [ 120.1670787, 30.2535311 ], [ 120.1671513, 30.2530894 ] ], [ [ 120.1753915, 30.2526471 ], [ 120.1752089, 30.2526701 ] ], [ [ 120.1674057, 30.252991 ], [ 120.1677538, 30.2530038 ], [ 120.1685777, 30.253011 ], [ 120.1686623, 30.2530156 ], [ 120.1689531, 30.2530214 ], [ 120.1693757, 30.2530245 ], [ 120.1695582, 30.2530273 ], [ 120.1698522, 30.2530122 ], [ 120.1700445, 30.2530072 ], [ 120.1707054, 30.2529585 ], [ 120.1714434, 30.2529032 ], [ 120.1722695, 30.2528158 ], [ 120.173672, 30.2526675 ], [ 120.1741826, 30.2526194 ], [ 120.1747044, 30.2525755 ], [ 120.175191, 30.2525436 ] ], [ [ 120.1752089, 30.2526701 ], [ 120.1747101, 30.2526996 ], [ 120.174206, 30.2527449 ], [ 120.1736974, 30.2527923 ], [ 120.1729953, 30.252865 ], [ 120.1724386, 30.2529217 ], [ 120.1714523, 30.253031 ], [ 120.1707159, 30.253081 ], [ 120.1704072, 30.2531044 ], [ 120.1700641, 30.2531328 ], [ 120.1696025, 30.2531504 ], [ 120.1693542, 30.2531445 ], [ 120.1677464, 30.2531065 ], [ 120.1673989, 30.253096 ] ], [ [ 120.1670568, 30.260279 ], [ 120.1674225, 30.2602793 ], [ 120.1686347, 30.2602874 ], [ 120.1697916, 30.2602691 ], [ 120.1700637, 30.2602698 ], [ 120.1702559, 30.2602703 ], [ 120.170509, 30.260271 ], [ 120.1705356, 30.2602725 ], [ 120.1717063, 30.2602837 ] ], [ [ 120.1717063, 30.2602837 ], [ 120.1726125, 30.2602723 ], [ 120.1732579, 30.2602833 ], [ 120.1733775, 30.2602872 ], [ 120.1739125, 30.260284 ], [ 120.1742908, 30.2602838 ], [ 120.1746272, 30.2602837 ], [ 120.174943, 30.2602888 ], [ 120.1760204, 30.2603057 ] ], [ [ 120.1760204, 30.2603057 ], [ 120.1761403, 30.2603265 ] ], [ [ 120.1533229, 30.2628479 ], [ 120.1533757, 30.2626829 ], [ 120.1534237, 30.2625348 ], [ 120.1534688, 30.2623691 ], [ 120.1537469, 30.2610026 ], [ 120.1538332, 30.2606996 ], [ 120.153856839879381, 30.26054315209689 ] ], [ [ 120.153856839879381, 30.26054315209689 ], [ 120.1539256, 30.2600881 ], [ 120.154102, 30.2589214 ], [ 120.1542283, 30.2583216 ], [ 120.1543163, 30.2580695 ], [ 120.1544282, 30.2578586 ], [ 120.1571343, 30.2534657 ], [ 120.157185, 30.2533761 ], [ 120.1572432, 30.2532166 ], [ 120.1572584, 30.2531502 ], [ 120.1572675, 30.2530891 ], [ 120.1572697, 30.25302 ], [ 120.1572605, 30.2529129 ], [ 120.1572494, 30.2528328 ], [ 120.1572166, 30.2527447 ], [ 120.1571604, 30.2526592 ], [ 120.1567967, 30.252231 ], [ 120.1567309, 30.2521399 ], [ 120.1566167, 30.2519372 ], [ 120.1562665, 30.2512894 ], [ 120.1561823, 30.2511462 ], [ 120.1561326, 30.2510506 ] ], [ [ 120.1595221, 30.252739 ], [ 120.159458, 30.2527277 ], [ 120.1593149, 30.2527025 ], [ 120.1590789, 30.2526867 ], [ 120.1587121, 30.2527129 ], [ 120.1584219, 30.2527598 ], [ 120.1580463, 30.2528599 ], [ 120.1579423, 30.2529047 ], [ 120.1578234, 30.252968 ], [ 120.1577286, 30.2530516 ], [ 120.157655, 30.2531505 ], [ 120.1574489, 30.2534934 ], [ 120.1547433, 30.257944 ], [ 120.154622, 30.2581642 ], [ 120.1545414, 30.2583985 ], [ 120.1541577, 30.2598309 ], [ 120.153974744799527, 30.260513936597299 ] ], [ [ 120.153974744799527, 30.260513936597299 ], [ 120.1538408, 30.261014 ], [ 120.1535489, 30.262403 ], [ 120.153436, 30.2628153 ], [ 120.1532881, 30.2632255 ], [ 120.1532076, 30.2635107 ], [ 120.1532252, 30.263675 ] ], [ [ 120.1592593, 30.2606401 ], [ 120.159342, 30.2606399 ], [ 120.1593856, 30.2606398 ], [ 120.1603055, 30.2606478 ], [ 120.1610544, 30.2606095 ], [ 120.1615962, 30.2605732 ], [ 120.1622212, 30.2605322 ], [ 120.1628571, 30.2604904 ], [ 120.1634982, 30.2604466 ] ], [ [ 120.1570009, 30.260595 ], [ 120.1581532, 30.2606065 ], [ 120.1590385, 30.2606403 ], [ 120.1591311, 30.2606362 ] ], [ [ 120.1591311, 30.2606362 ], [ 120.1592593, 30.2606401 ] ], [ [ 120.1671987, 30.2564826 ], [ 120.167202, 30.2566328 ] ], [ [ 120.1669045, 30.256623 ], [ 120.1669194, 30.256493 ] ], [ [ 120.166783, 30.2602795 ], [ 120.1667851, 30.2602326 ], [ 120.1668102, 30.2596807 ], [ 120.1668318, 30.2590603 ], [ 120.1668381, 30.2588795 ], [ 120.166833, 30.2587513 ], [ 120.1668103, 30.258157 ], [ 120.1668179, 30.2580113 ], [ 120.1668519, 30.2575072 ], [ 120.1669045, 30.256623 ] ], [ [ 120.167202, 30.2566328 ], [ 120.1671084, 30.2568342 ], [ 120.167058, 30.2576267 ], [ 120.1670249, 30.2584555 ], [ 120.1670243, 30.258957 ], [ 120.1670388, 30.259166 ], [ 120.1670516, 30.2601775 ], [ 120.1670531, 30.2602376 ], [ 120.1670568, 30.260279 ] ], [ [ 120.166783, 30.2602795 ], [ 120.1670568, 30.260279 ] ], [ [ 120.165003, 30.260353 ], [ 120.1654119, 30.2603319 ], [ 120.1654461, 30.2603301 ], [ 120.1667293, 30.26028 ], [ 120.166783, 30.2602795 ] ], [ [ 120.1670568, 30.260279 ], [ 120.1670566, 30.2603146 ], [ 120.1670562, 30.2604122 ] ], [ [ 120.1667922, 30.2604459 ], [ 120.166783, 30.2602795 ] ], [ [ 120.1634982, 30.2604466 ], [ 120.1636422, 30.2604281 ], [ 120.165003, 30.260353 ] ], [ [ 120.1670562, 30.2604122 ], [ 120.1667922, 30.2604459 ] ], [ [ 120.1667922, 30.2604459 ], [ 120.1666787, 30.2604486 ], [ 120.1661289, 30.2604619 ], [ 120.1658012, 30.2604699 ], [ 120.1649645, 30.2604903 ] ], [ [ 120.1568783, 30.2607083 ], [ 120.1558308, 30.2606639 ], [ 120.1553739, 30.2606445 ] ], [ [ 120.1635338, 30.2605771 ], [ 120.1629506, 30.2606032 ], [ 120.161644, 30.2606678 ], [ 120.1610498, 30.2607035 ], [ 120.160307, 30.2607244 ], [ 120.159385, 30.260794 ], [ 120.1593169, 30.2607925 ], [ 120.1592291, 30.2607906 ] ], [ [ 120.1591097, 30.2607886 ], [ 120.1590043, 30.2607848 ], [ 120.1568783, 30.2607083 ] ], [ [ 120.1592291, 30.2607906 ], [ 120.1591097, 30.2607886 ] ], [ [ 120.1826935, 30.2603428 ], [ 120.182693306504589, 30.260257275030053 ] ], [ [ 120.182693306504589, 30.260257275030053 ], [ 120.182693148417044, 30.260187400330562 ] ], [ [ 120.182693148417044, 30.260187400330562 ], [ 120.1826929, 30.2600776 ] ], [ [ 120.1872477, 30.260077 ], [ 120.1870782, 30.2600726 ], [ 120.1867146, 30.2600632 ], [ 120.1861096, 30.2600729 ], [ 120.185109, 30.2601262 ], [ 120.1834085, 30.2602236 ], [ 120.182815387720623, 30.260251526811359 ] ], [ [ 120.182815387720623, 30.260251526811359 ], [ 120.182693306504589, 30.260257275030053 ] ], [ [ 120.182693306504589, 30.260257275030053 ], [ 120.1814907, 30.2603139 ], [ 120.1800596, 30.2604055 ], [ 120.1795515, 30.2604275 ] ], [ [ 120.1829169, 30.2603294 ], [ 120.1828137, 30.2603369 ] ], [ [ 120.1828137, 30.2603369 ], [ 120.1826935, 30.2603428 ] ], [ [ 120.1761403, 30.2603265 ], [ 120.1768752, 30.2603531 ], [ 120.1773252, 30.2603576 ], [ 120.1776721, 30.2603633 ], [ 120.1782604, 30.2603672 ], [ 120.1786756, 30.2603608 ], [ 120.1794104, 30.2603246 ], [ 120.1795594, 30.2603173 ] ], [ [ 120.1826935, 30.2603428 ], [ 120.1811875, 30.2604067 ], [ 120.1801966, 30.2604498 ], [ 120.1795515, 30.2604275 ] ], [ [ 120.1795515, 30.2604275 ], [ 120.1793575, 30.2604343 ], [ 120.1788869, 30.2604722 ], [ 120.1783251, 30.2604838 ], [ 120.1776242, 30.2604715 ], [ 120.1775168, 30.2604696 ], [ 120.1773513, 30.2604621 ], [ 120.1761358, 30.2604088 ] ], [ [ 120.1828137, 30.2603369 ], [ 120.1828678, 30.2622039 ], [ 120.1828999, 30.2626399 ], [ 120.1829695, 30.2635839 ], [ 120.1830022, 30.2639233 ], [ 120.1830304, 30.2642159 ], [ 120.1832431, 30.2659379 ], [ 120.1832741, 30.2661889 ] ], [ [ 120.1831705, 30.2662033 ], [ 120.1831253, 30.265919 ], [ 120.1829332, 30.2642234 ], [ 120.182878, 30.2639435 ], [ 120.1828603, 30.263431 ], [ 120.1827871, 30.2623635 ], [ 120.1826935, 30.2603428 ] ], [ [ 120.1739184, 30.2603853 ], [ 120.1726987, 30.2603587 ], [ 120.1717041, 30.260377 ] ], [ [ 120.1760185, 30.2604051 ], [ 120.1749389, 30.2603915 ], [ 120.1746332, 30.2603814 ], [ 120.1739184, 30.2603853 ] ], [ [ 120.1717041, 30.260377 ], [ 120.1711259, 30.2603837 ], [ 120.1705514, 30.2603904 ], [ 120.170506, 30.2603915 ], [ 120.1694201, 30.2603804 ], [ 120.1686324, 30.260385 ], [ 120.1685891, 30.2603837 ], [ 120.1674713, 30.2603993 ], [ 120.1674033, 30.2603986 ], [ 120.1672695, 30.2604027 ], [ 120.1670562, 30.2604122 ] ], [ [ 120.1761358, 30.2604088 ], [ 120.1760185, 30.2604051 ] ], [ [ 120.1649645, 30.2604903 ], [ 120.1635338, 30.2605771 ] ], [ [ 120.1670562, 30.2604122 ], [ 120.1670581, 30.2604828 ], [ 120.1670413, 30.2614644 ], [ 120.16704, 30.2615371 ], [ 120.1670051, 30.2616645 ], [ 120.1670159, 30.2627924 ], [ 120.1670089, 30.2629639 ], [ 120.1669649, 30.2640461 ], [ 120.1669702, 30.2644353 ], [ 120.1669101, 30.2649508 ], [ 120.1667074, 30.2666893 ], [ 120.1667135, 30.2669611 ] ], [ [ 120.1664397, 30.266948 ], [ 120.1664613, 30.2667111 ], [ 120.1665733, 30.2659106 ], [ 120.1666244, 30.2655656 ], [ 120.1666895, 30.2646559 ], [ 120.1667773, 30.2637206 ], [ 120.1668042, 30.263251 ], [ 120.1668043, 30.2629886 ], [ 120.1668008, 30.2627802 ], [ 120.1667939, 30.2620142 ], [ 120.1667887, 30.2614311 ], [ 120.1667919, 30.2605353 ], [ 120.1667922, 30.2604459 ] ], [ [ 120.1664352, 30.2670618 ], [ 120.1664397, 30.266948 ] ], [ [ 120.1667135, 30.2669611 ], [ 120.1667076, 30.2670589 ] ], [ [ 120.1832741, 30.2661889 ], [ 120.1832857, 30.2662658 ] ], [ [ 120.183182, 30.2662818 ], [ 120.1831705, 30.2662033 ] ], [ [ 120.1832857, 30.2662658 ], [ 120.1834062, 30.2679855 ], [ 120.1833994, 30.2682045 ], [ 120.1833459, 30.2689795 ], [ 120.1833394, 30.2694407 ], [ 120.1831739, 30.2704397 ], [ 120.1830729, 30.2710112 ], [ 120.1829922, 30.271344 ], [ 120.182974, 30.2714075 ], [ 120.1829018, 30.2716592 ], [ 120.1825491, 30.2729393 ] ], [ [ 120.1824676, 30.272933 ], [ 120.1828207, 30.2716949 ], [ 120.1829165, 30.2713241 ], [ 120.1829825, 30.2709819 ], [ 120.1830943, 30.2704051 ], [ 120.1832467, 30.2694561 ], [ 120.1832459, 30.2690465 ], [ 120.1832513, 30.2688171 ], [ 120.1832674, 30.2686665 ], [ 120.1833103, 30.2682078 ], [ 120.1833103, 30.2680549 ], [ 120.1831976, 30.2664969 ], [ 120.183182, 30.2662818 ] ], [ [ 120.151799, 30.2685145 ], [ 120.1513832, 30.2697278 ], [ 120.1512959, 30.2699824 ], [ 120.1511075, 30.2707255 ], [ 120.15106, 30.270913 ], [ 120.1510326, 30.271021 ], [ 120.1507228, 30.2718986 ], [ 120.1506334, 30.2721519 ], [ 120.1504942, 30.2725781 ], [ 120.1504357, 30.2729844 ] ], [ [ 120.1502435, 30.2730562 ], [ 120.1502625, 30.272932 ] ], [ [ 120.1290193, 30.273556 ], [ 120.1316944, 30.2733764 ] ], [ [ 120.1316924, 30.2734791 ], [ 120.1290424, 30.273677 ] ], [ [ 120.1316944, 30.2733764 ], [ 120.131736, 30.2733786 ], [ 120.1318765, 30.2733861 ] ], [ [ 120.131853, 30.27349 ], [ 120.1316924, 30.2734791 ] ], [ [ 120.1318765, 30.2733861 ], [ 120.1362702, 30.2737402 ] ], [ [ 120.1255803, 30.2738387 ], [ 120.1290193, 30.273556 ] ], [ [ 120.1290424, 30.273677 ], [ 120.1282852, 30.2737363 ], [ 120.1256104, 30.2739457 ] ], [ [ 120.1255135, 30.2738495 ], [ 120.1255803, 30.2738387 ] ], [ [ 120.1362541, 30.2738489 ], [ 120.131853, 30.27349 ] ], [ [ 120.1504357, 30.2729844 ], [ 120.15041, 30.2731005 ] ], [ [ 120.149776, 30.2748524 ], [ 120.1497874, 30.2747971 ], [ 120.1502435, 30.2730562 ] ], [ [ 120.15041, 30.2731005 ], [ 120.1503207, 30.2733464 ], [ 120.1499234, 30.2747965 ], [ 120.1499085, 30.2748575 ] ], [ [ 120.1523655, 30.2751604 ], [ 120.1525189, 30.2751647 ] ], [ [ 120.1663321, 30.2696845 ], [ 120.1663593, 30.2689928 ], [ 120.1663928, 30.2681405 ], [ 120.1664352, 30.2670618 ] ], [ [ 120.1667076, 30.2670589 ], [ 120.1666016, 30.268826 ], [ 120.1665906, 30.2690099 ], [ 120.1665491, 30.2697009 ], [ 120.1665293, 30.2704208 ], [ 120.1665093, 30.2705806 ], [ 120.1664649, 30.2707509 ], [ 120.1664045, 30.271095 ], [ 120.1663726, 30.2712357 ], [ 120.166238, 30.2716011 ], [ 120.166233, 30.2719849 ] ], [ [ 120.1661713, 30.2719875 ], [ 120.1660884, 30.2716499 ], [ 120.1661661, 30.2711986 ], [ 120.1662795, 30.2705403 ], [ 120.1663213, 30.2698596 ], [ 120.1663321, 30.2696845 ] ], [ [ 120.166233, 30.2719849 ], [ 120.1662222, 30.2721269 ] ], [ [ 120.1661761, 30.2721271 ], [ 120.1661713, 30.2719875 ] ], [ [ 120.1744307, 30.277006 ], [ 120.1746416, 30.2770297 ] ], [ [ 120.182375, 30.273157 ], [ 120.182426012650012, 30.273033600069081 ] ], [ [ 120.182426012650012, 30.273033600069081 ], [ 120.1824676, 30.272933 ] ], [ [ 120.1825491, 30.2729393 ], [ 120.182524136673479, 30.273040802668714 ] ], [ [ 120.182524136673479, 30.273040802668714 ], [ 120.1824931, 30.273167 ] ], [ [ 120.1824931, 30.273167 ], [ 120.182375, 30.273157 ] ], [ [ 120.1810514, 30.2775924 ], [ 120.1813034, 30.276648 ], [ 120.1815346, 30.2758495 ], [ 120.1816501, 30.2754627 ], [ 120.1817856, 30.274974 ], [ 120.1820538, 30.2741656 ], [ 120.1820645, 30.2741332 ], [ 120.1823551, 30.2732206 ], [ 120.182375, 30.273157 ] ], [ [ 120.1617622, 30.275959 ], [ 120.1628641, 30.2760397 ], [ 120.163878, 30.2760709 ], [ 120.1643708, 30.2760967 ], [ 120.164632, 30.2761126 ], [ 120.1650382, 30.2761376 ], [ 120.1654056, 30.2761668 ], [ 120.1661145, 30.2762205 ], [ 120.16664, 30.2762749 ], [ 120.1669908, 30.2763004 ], [ 120.1674183, 30.276354 ], [ 120.1685676, 30.2764638 ], [ 120.1689084, 30.2765086 ], [ 120.1710106, 30.2766994 ], [ 120.1717559, 30.276768 ], [ 120.1728559, 30.2768655 ], [ 120.1732424, 30.2768992 ], [ 120.1740843, 30.2769773 ], [ 120.1742821, 30.2769996 ], [ 120.1744307, 30.277006 ] ], [ [ 120.1743554, 30.2772633 ], [ 120.1742243, 30.2772525 ], [ 120.1740613, 30.2772384 ], [ 120.173636, 30.2771899 ], [ 120.172957, 30.2771124 ], [ 120.1721028, 30.2770438 ], [ 120.171706, 30.277013 ], [ 120.1710837, 30.2769647 ], [ 120.1693883, 30.2767948 ], [ 120.1680299, 30.2766663 ], [ 120.1668939, 30.2765659 ], [ 120.1651707, 30.2764249 ], [ 120.1643809, 30.276375 ], [ 120.1638775, 30.2763387 ], [ 120.1634095, 30.2762838 ], [ 120.1617243, 30.2761613 ] ], [ [ 120.1824931, 30.273167 ], [ 120.1817945, 30.275371 ], [ 120.1817427, 30.2755105 ], [ 120.1815347, 30.276223 ], [ 120.1815183, 30.2762793 ], [ 120.1814095, 30.2766523 ], [ 120.1811553, 30.2776063 ] ], [ [ 120.180168, 30.2728805 ], [ 120.1815582, 30.2729699 ] ], [ [ 120.1815582, 30.2729699 ], [ 120.182426012650012, 30.273033600069081 ] ], [ [ 120.182426012650012, 30.273033600069081 ], [ 120.182524136673479, 30.273040802668714 ] ], [ [ 120.182524136673479, 30.273040802668714 ], [ 120.1828497, 30.2730647 ] ], [ [ 120.1828497, 30.2730647 ], [ 120.1833734, 30.2731037 ] ], [ [ 120.1833734, 30.2731037 ], [ 120.1836419, 30.2731268 ] ], [ [ 120.1836419, 30.2731268 ], [ 120.1839473, 30.2731739 ] ], [ [ 120.1839473, 30.2731739 ], [ 120.1842471, 30.2732479 ] ], [ [ 120.1842471, 30.2732479 ], [ 120.1846855, 30.2734124 ] ], [ [ 120.1846855, 30.2734124 ], [ 120.1849152, 30.2735341 ] ], [ [ 120.1849152, 30.2735341 ], [ 120.1850986, 30.2736372 ] ], [ [ 120.1850986, 30.2736372 ], [ 120.1853241, 30.2738071 ] ], [ [ 120.1853241, 30.2738071 ], [ 120.1855065, 30.2739876 ] ], [ [ 120.1855065, 30.2739876 ], [ 120.1857271, 30.274253 ] ], [ [ 120.1857271, 30.274253 ], [ 120.1859108, 30.2745184 ] ], [ [ 120.1859108, 30.2745184 ], [ 120.1860518, 30.2747738 ] ], [ [ 120.1860518, 30.2747738 ], [ 120.1861866, 30.2750984 ] ], [ [ 120.1861866, 30.2750984 ], [ 120.1862643, 30.2753893 ] ], [ [ 120.1862643, 30.2753893 ], [ 120.1863001, 30.2755654 ] ], [ [ 120.1863001, 30.2755654 ], [ 120.1863174, 30.2757681 ] ], [ [ 120.1863174, 30.2757681 ], [ 120.1861827, 30.2774828 ] ], [ [ 120.1861827, 30.2774828 ], [ 120.1861719, 30.2778087 ] ], [ [ 120.1861719, 30.2778087 ], [ 120.18616485416689, 30.277999558111492 ] ], [ [ 120.18616485416689, 30.277999558111492 ], [ 120.186155317899335, 30.278257877317543 ] ], [ [ 120.186155317899335, 30.278257877317543 ], [ 120.1861526, 30.2783315 ] ], [ [ 120.1861526, 30.2783315 ], [ 120.186165, 30.2786089 ] ], [ [ 120.186165, 30.2786089 ], [ 120.1861887, 30.2789616 ] ], [ [ 120.1861887, 30.2789616 ], [ 120.1863027, 30.279988 ] ], [ [ 120.1746416, 30.2770297 ], [ 120.1748612, 30.2770351 ], [ 120.1762224, 30.2771647 ], [ 120.1768771, 30.2772271 ], [ 120.1774337, 30.2772737 ], [ 120.1779402, 30.2773175 ], [ 120.1782104, 30.2773409 ], [ 120.179052, 30.27742 ], [ 120.1810514, 30.2775924 ] ], [ [ 120.1809974, 30.2777973 ], [ 120.1792817, 30.2776486 ], [ 120.1785213, 30.2775829 ], [ 120.1782204, 30.2775569 ], [ 120.1772421, 30.2774653 ], [ 120.176012, 30.2773566 ], [ 120.1757401, 30.2773326 ], [ 120.1747605, 30.277272 ], [ 120.1745598, 30.2772852 ] ], [ [ 120.1810514, 30.2775924 ], [ 120.1811553, 30.2776063 ] ], [ [ 120.1809974, 30.2777973 ], [ 120.1810514, 30.2775924 ] ], [ [ 120.1811553, 30.2776063 ], [ 120.1811647, 30.2778044 ] ], [ [ 120.1811553, 30.2776063 ], [ 120.1828788, 30.2777819 ], [ 120.1844883, 30.2779298 ], [ 120.1857105, 30.2779768 ], [ 120.1860495, 30.2779938 ] ], [ [ 120.1811647, 30.2778044 ], [ 120.1809974, 30.2777973 ] ], [ [ 120.1745598, 30.2772852 ], [ 120.1743554, 30.2772633 ] ], [ [ 120.1256104, 30.2739457 ], [ 120.1255085, 30.2739509 ] ], [ [ 120.1194365, 30.2742448 ], [ 120.1199315, 30.2742525 ], [ 120.1227422, 30.274064 ], [ 120.1255135, 30.2738495 ] ], [ [ 120.1255085, 30.2739509 ], [ 120.1227405, 30.2741339 ], [ 120.1209078, 30.2742736 ], [ 120.1196206, 30.2743368 ] ], [ [ 120.1079386, 30.2729707 ], [ 120.1078049, 30.2729048 ] ], [ [ 120.1153682, 30.2742559 ], [ 120.1155417, 30.2742582 ] ], [ [ 120.1155417, 30.2742582 ], [ 120.1161343, 30.2743256 ], [ 120.1170409, 30.274351 ], [ 120.1179476, 30.2743319 ], [ 120.1184022, 30.2743075 ], [ 120.1194365, 30.2742448 ] ], [ [ 120.1153616, 30.2744615 ], [ 120.1153682, 30.2742559 ] ], [ [ 120.1155417, 30.2742582 ], [ 120.1155351, 30.2744922 ] ], [ [ 120.1153616, 30.2744615 ], [ 120.1151137, 30.274423 ], [ 120.1148149, 30.274404 ], [ 120.1140463, 30.2743677 ], [ 120.1138179, 30.2743568 ], [ 120.1123766, 30.2742895 ] ], [ [ 120.1196206, 30.2743368 ], [ 120.1191797, 30.2743955 ], [ 120.1185379, 30.2744495 ], [ 120.1176979, 30.2744673 ], [ 120.117037, 30.2744813 ], [ 120.116247, 30.2744613 ], [ 120.1157213, 30.2744488 ], [ 120.1155351, 30.2744922 ] ], [ [ 120.1155351, 30.2744922 ], [ 120.1153616, 30.2744615 ] ], [ [ 120.1152294, 30.2765409 ], [ 120.1152276, 30.2764016 ], [ 120.1153208, 30.2751519 ], [ 120.1153616, 30.2744615 ] ], [ [ 120.1155351, 30.2744922 ], [ 120.115483, 30.2752262 ], [ 120.1153897, 30.27654 ] ], [ [ 120.115097, 30.2784786 ], [ 120.1151576, 30.2776944 ], [ 120.1152036, 30.2769549 ], [ 120.1152294, 30.2765409 ] ], [ [ 120.1153897, 30.27654 ], [ 120.1153066, 30.2776474 ], [ 120.1152573, 30.2784883 ] ], [ [ 120.131256, 30.2793627 ], [ 120.1313932, 30.2770644 ] ], [ [ 120.1315113, 30.2770738 ], [ 120.131454, 30.2779621 ], [ 120.1314398, 30.278183 ], [ 120.1313635, 30.2793664 ] ], [ [ 120.1150803, 30.2786133 ], [ 120.115097, 30.2784786 ] ], [ [ 120.1152573, 30.2784883 ], [ 120.1152452, 30.278611 ] ], [ [ 120.1149244, 30.2812627 ], [ 120.1149497, 30.2808194 ], [ 120.1149716, 30.2804359 ], [ 120.1149871, 30.280204 ], [ 120.1150239, 30.279669 ], [ 120.1150154, 30.2794238 ], [ 120.1150445, 30.2788129 ], [ 120.1150803, 30.2786133 ] ], [ [ 120.1152452, 30.278611 ], [ 120.1151999, 30.2792125 ], [ 120.1151403, 30.2798073 ], [ 120.1150994, 30.2802162 ], [ 120.1150789, 30.2804547 ], [ 120.1150358, 30.2812716 ] ], [ [ 120.1409195, 30.2741202 ], [ 120.1416202, 30.274176 ], [ 120.1418307, 30.2741923 ], [ 120.1423468, 30.2742376 ], [ 120.143581, 30.2743566 ], [ 120.1460956, 30.2745989 ] ], [ [ 120.1460574, 30.2747295 ], [ 120.1430574, 30.2744402 ], [ 120.1423104, 30.2743682 ], [ 120.1417918, 30.274326 ], [ 120.1415283, 30.2743034 ], [ 120.1409099, 30.2742582 ] ], [ [ 120.1460956, 30.2745989 ], [ 120.1497592, 30.2749511 ] ], [ [ 120.1497483, 30.2750456 ], [ 120.1460574, 30.2747295 ] ], [ [ 120.1497592, 30.2749511 ], [ 120.149776, 30.2748524 ] ], [ [ 120.1499085, 30.2748575 ], [ 120.1498943, 30.274965 ] ], [ [ 120.1497592, 30.2749511 ], [ 120.1498943, 30.274965 ] ], [ [ 120.1497483, 30.2750456 ], [ 120.1497592, 30.2749511 ] ], [ [ 120.1498943, 30.274965 ], [ 120.1498822, 30.2750522 ] ], [ [ 120.1498822, 30.2750522 ], [ 120.1497483, 30.2750456 ] ], [ [ 120.1525189, 30.2751647 ], [ 120.1548747, 30.2753492 ] ], [ [ 120.1524802, 30.2752814 ], [ 120.1523477, 30.2752674 ] ], [ [ 120.1548784, 30.2754666 ], [ 120.1524802, 30.2752814 ] ], [ [ 120.1498943, 30.274965 ], [ 120.1510776, 30.2750585 ], [ 120.1516548, 30.2751038 ], [ 120.1518032, 30.2751165 ], [ 120.1523655, 30.2751604 ] ], [ [ 120.1497421, 30.275136 ], [ 120.1497483, 30.2750456 ] ], [ [ 120.1498822, 30.2750522 ], [ 120.1498743, 30.2751458 ] ], [ [ 120.1523477, 30.2752674 ], [ 120.1517616, 30.2752231 ], [ 120.1515444, 30.2752016 ], [ 120.1510592, 30.2751634 ], [ 120.1498822, 30.2750522 ] ], [ [ 120.1495362, 30.2768505 ], [ 120.1496065, 30.2762966 ], [ 120.1496865, 30.2755399 ], [ 120.1497351, 30.2752165 ], [ 120.1497421, 30.275136 ] ], [ [ 120.1498743, 30.2751458 ], [ 120.1498587, 30.2752263 ], [ 120.1497972, 30.2755494 ], [ 120.1496947, 30.2763486 ], [ 120.1496372, 30.276875 ] ], [ [ 120.1548747, 30.2753492 ], [ 120.1566483, 30.2754835 ], [ 120.1573005, 30.2755329 ], [ 120.1617622, 30.275959 ] ], [ [ 120.1600699, 30.2759873 ], [ 120.1597384, 30.275864 ], [ 120.1571909, 30.2756405 ], [ 120.1563558, 30.2755777 ], [ 120.1548784, 30.2754666 ] ], [ [ 120.1617243, 30.2761613 ], [ 120.1607993, 30.2760593 ], [ 120.1600699, 30.2759873 ] ], [ [ 120.1362702, 30.2737402 ], [ 120.1382118, 30.2738989 ], [ 120.1409195, 30.2741202 ] ], [ [ 120.1409099, 30.2742582 ], [ 120.1362541, 30.2738489 ] ], [ [ 120.1313932, 30.2770644 ], [ 120.1314367, 30.2764773 ], [ 120.1314577, 30.2761938 ], [ 120.1315054, 30.2755498 ], [ 120.1315172, 30.2754358 ], [ 120.131604, 30.274595 ], [ 120.1316664, 30.2736716 ], [ 120.1316823, 30.2735911 ] ], [ [ 120.1318296, 30.2735857 ], [ 120.1318078, 30.2736573 ], [ 120.1317126, 30.274638 ], [ 120.1316351, 30.2755251 ], [ 120.1315113, 30.2770738 ] ], [ [ 120.1466019, 30.2802118 ], [ 120.1472994, 30.2795673 ], [ 120.1473564, 30.2795146 ], [ 120.147943, 30.2790122 ], [ 120.1488946, 30.2780805 ], [ 120.1491578, 30.2777481 ], [ 120.1493271, 30.2775148 ], [ 120.1494346, 30.2772988 ], [ 120.149502, 30.2770807 ], [ 120.1495362, 30.2768505 ] ], [ [ 120.1496372, 30.276875 ], [ 120.1496066, 30.2770769 ], [ 120.149542, 30.2773197 ], [ 120.1494067, 30.2775515 ], [ 120.1492411, 30.277801 ], [ 120.1489921, 30.2781174 ], [ 120.1486109, 30.2784889 ], [ 120.1480143, 30.2790701 ], [ 120.1473104, 30.2796586 ], [ 120.1467286, 30.2802329 ] ], [ [ 120.1464879, 30.2803342 ], [ 120.1466019, 30.2802118 ] ], [ [ 120.1467286, 30.2802329 ], [ 120.1466099, 30.2803627 ] ], [ [ 120.1307617, 30.285335 ], [ 120.1308843, 30.2834713 ], [ 120.1310698, 30.2816537 ], [ 120.1311131, 30.2811054 ], [ 120.1312429, 30.2794602 ] ], [ [ 120.1313477, 30.279465 ], [ 120.1311617, 30.2816482 ], [ 120.1311201, 30.2823039 ], [ 120.1310653, 30.2828478 ], [ 120.1309957, 30.2834781 ], [ 120.1309848, 30.2836843 ], [ 120.130878, 30.2853375 ] ], [ [ 120.1312429, 30.2794602 ], [ 120.131256, 30.2793627 ] ], [ [ 120.1313635, 30.2793664 ], [ 120.1313477, 30.279465 ] ], [ [ 120.0958863, 30.2781297 ], [ 120.0958965, 30.2780458 ] ], [ [ 120.0960208, 30.2780493 ], [ 120.0960063, 30.2781294 ] ], [ [ 120.0948213, 30.2837854 ], [ 120.0950143, 30.2826783 ], [ 120.0952845, 30.2811281 ], [ 120.0955787, 30.2796622 ], [ 120.0958863, 30.2781297 ] ], [ [ 120.0960063, 30.2781294 ], [ 120.0957847, 30.2793186 ], [ 120.0957195, 30.2796686 ], [ 120.0953357, 30.2817275 ], [ 120.0951164, 30.2829041 ], [ 120.0949507, 30.2837931 ] ], [ [ 120.0948016, 30.2838952 ], [ 120.0948213, 30.2837854 ] ], [ [ 120.0949507, 30.2837931 ], [ 120.0949237, 30.283906 ] ], [ [ 120.1146636, 30.2844476 ], [ 120.1147387, 30.2835303 ], [ 120.1149244, 30.2812627 ] ], [ [ 120.1150358, 30.2812716 ], [ 120.1149263, 30.2826391 ], [ 120.1148929, 30.2830843 ], [ 120.1147826, 30.2844681 ] ], [ [ 120.1146415, 30.2845387 ], [ 120.1146636, 30.2844476 ] ], [ [ 120.1147826, 30.2844681 ], [ 120.114775, 30.2845598 ] ], [ [ 120.1143978, 30.2870806 ], [ 120.1144462, 30.286633 ], [ 120.1144825, 30.2862979 ], [ 120.1145537, 30.2852392 ], [ 120.1145918, 30.284721 ], [ 120.1146415, 30.2845387 ] ], [ [ 120.114775, 30.2845598 ], [ 120.1147199, 30.2852322 ], [ 120.114597, 30.2869095 ], [ 120.114579, 30.2870936 ] ], [ [ 120.0938632, 30.2886678 ], [ 120.093894, 30.2885253 ], [ 120.0940179, 30.2879085 ], [ 120.0940904, 30.2875239 ], [ 120.0943072, 30.2863742 ], [ 120.0944587, 30.2855846 ], [ 120.0948016, 30.2838952 ] ], [ [ 120.0949237, 30.283906 ], [ 120.0947024, 30.2849429 ], [ 120.09456, 30.2856097 ], [ 120.0944013, 30.2863605 ], [ 120.0941566, 30.2876813 ], [ 120.0941094, 30.2879364 ], [ 120.0939888, 30.2885348 ], [ 120.0939561, 30.2886703 ] ], [ [ 120.0938632, 30.2886678 ], [ 120.0939561, 30.2886703 ] ], [ [ 120.0938486, 30.2887514 ], [ 120.0938632, 30.2886678 ] ], [ [ 120.0939561, 30.2886703 ], [ 120.0939417, 30.2887494 ] ], [ [ 120.0939417, 30.2887494 ], [ 120.0938486, 30.2887514 ] ], [ [ 120.0939561, 30.2886703 ], [ 120.0965388, 30.2887751 ], [ 120.0968109, 30.2887862 ], [ 120.0985926, 30.2888585 ] ], [ [ 120.2055638, 30.2458752 ], [ 120.2057729, 30.2457457 ], [ 120.2060095, 30.2455936 ], [ 120.2070536, 30.2449339 ], [ 120.2089833, 30.2436742 ], [ 120.2106207, 30.2425826 ] ], [ [ 120.2107463, 30.2427375 ], [ 120.210124, 30.2431288 ], [ 120.2095709, 30.2434766 ], [ 120.2095002, 30.243521 ], [ 120.2090656, 30.2437943 ], [ 120.2080604, 30.2444703 ], [ 120.2075653, 30.2447814 ], [ 120.2069016, 30.2452181 ], [ 120.20663, 30.2453968 ], [ 120.2061189, 30.2457203 ], [ 120.2059065, 30.2458655 ], [ 120.2058221, 30.2459081 ], [ 120.2056794, 30.2459984 ] ], [ [ 120.2108906, 30.2426479 ], [ 120.2110129, 30.2428262 ], [ 120.2117258, 30.2440021 ], [ 120.2123958, 30.245084 ], [ 120.2133779, 30.2464533 ] ], [ [ 120.2132435, 30.2465309 ], [ 120.2126255, 30.2456879 ], [ 120.2122416, 30.2451163 ], [ 120.2116321, 30.2440655 ], [ 120.2108532, 30.242885 ], [ 120.2107463, 30.2427375 ] ], [ [ 120.2054136, 30.2459651 ], [ 120.2055638, 30.2458752 ] ], [ [ 120.2056794, 30.2459984 ], [ 120.2055314, 30.2461186 ] ], [ [ 120.2133429, 30.2466553 ], [ 120.2117993, 30.2476619 ] ], [ [ 120.2087231, 30.2494273 ], [ 120.2087973, 30.2493807 ], [ 120.2090701, 30.2492092 ], [ 120.2091459, 30.2491615 ], [ 120.2096385, 30.2488519 ], [ 120.2105575, 30.2482286 ], [ 120.2111078, 30.2478797 ], [ 120.2119567, 30.2473415 ], [ 120.21247, 30.2470181 ], [ 120.2132435, 30.2465309 ] ], [ [ 120.2117993, 30.2476619 ], [ 120.2103096, 30.2486202 ], [ 120.2093011, 30.2493375 ], [ 120.2092287, 30.2493891 ], [ 120.2088787, 30.249638 ] ], [ [ 120.208585, 30.2495496 ], [ 120.2087231, 30.2494273 ] ], [ [ 120.208585, 30.2495496 ], [ 120.20878, 30.2495043 ] ], [ [ 120.2132435, 30.2465309 ], [ 120.2133779, 30.2464533 ] ], [ [ 120.2133779, 30.2464533 ], [ 120.213409834718064, 30.246491295321484 ] ], [ [ 120.213409834718064, 30.246491295321484 ], [ 120.213419, 30.2465022 ], [ 120.213452460132913, 30.246535104008817 ] ], [ [ 120.213452460132913, 30.246535104008817 ], [ 120.2134912, 30.2465732 ] ], [ [ 120.2133429, 30.2466553 ], [ 120.213313534746675, 30.246618549119582 ] ], [ [ 120.213313534746675, 30.246618549119582 ], [ 120.213276105753891, 30.246571706396214 ] ], [ [ 120.213276105753891, 30.246571706396214 ], [ 120.2132435, 30.2465309 ] ], [ [ 120.2134912, 30.2465732 ], [ 120.2133429, 30.2466553 ] ], [ [ 120.2134912, 30.2465732 ], [ 120.2142232, 30.2475538 ], [ 120.2148485, 30.2483915 ], [ 120.2151358, 30.2487763 ], [ 120.2163332, 30.2503804 ], [ 120.2169698, 30.2512332 ], [ 120.2175383, 30.2520101 ], [ 120.2184524, 30.2532667 ] ], [ [ 120.2182951, 30.253345 ], [ 120.2173775, 30.252076 ], [ 120.2168342, 30.251371 ], [ 120.2168, 30.2513266 ], [ 120.2161161, 30.2504003 ], [ 120.21492, 30.24878 ], [ 120.2146215, 30.2483778 ], [ 120.2140155, 30.2475615 ], [ 120.2133429, 30.2466553 ] ], [ [ 120.2258248, 30.2391839 ], [ 120.2271094, 30.240543 ], [ 120.2274147, 30.2408232 ], [ 120.2279538, 30.2413145 ], [ 120.2285004, 30.2418151 ], [ 120.2285924, 30.2418916 ] ], [ [ 120.2285055, 30.241986 ], [ 120.2282748, 30.241788 ], [ 120.2278956, 30.2414342 ], [ 120.2274379, 30.2410072 ], [ 120.2270216, 30.2406188 ], [ 120.2266174, 30.2401972 ], [ 120.2263261, 30.2398934 ], [ 120.2257141, 30.2392471 ] ], [ [ 120.20878, 30.2495043 ], [ 120.2091261, 30.2492727 ], [ 120.2092002, 30.2492231 ], [ 120.2097083, 30.2488832 ], [ 120.2116011, 30.2476297 ], [ 120.2131913, 30.2466227 ], [ 120.213276105753891, 30.246571706396214 ] ], [ [ 120.213276105753891, 30.246571706396214 ], [ 120.213409834718064, 30.246491295321484 ] ], [ [ 120.213409834718064, 30.246491295321484 ], [ 120.225620914806782, 30.239148786690798 ] ], [ [ 120.225620914806782, 30.239148786690798 ], [ 120.2256791, 30.2391138 ], [ 120.225730335495612, 30.239083951344412 ] ], [ [ 120.225730335495612, 30.239083951344412 ], [ 120.2300792, 30.2365504 ], [ 120.2308352, 30.23611 ], [ 120.2321253, 30.2353439 ] ], [ [ 120.220362, 30.2561848 ], [ 120.2204287, 30.2563214 ], [ 120.220748, 30.2568512 ], [ 120.2211542, 30.2574697 ], [ 120.2213927, 30.2578567 ], [ 120.2250749, 30.2632075 ] ], [ [ 120.2249451, 30.2632394 ], [ 120.2212919, 30.2579008 ], [ 120.2210653, 30.2575267 ], [ 120.2206637, 30.2568931 ], [ 120.2203405, 30.2563685 ], [ 120.2202594, 30.256234 ] ], [ [ 120.2088261, 30.2495667 ], [ 120.208693, 30.2496784 ] ], [ [ 120.2088787, 30.249638 ], [ 120.208693, 30.2496784 ] ], [ [ 120.208693, 30.2496784 ], [ 120.2084858, 30.2498183 ], [ 120.2079935, 30.2501436 ], [ 120.2076409, 30.2503765 ], [ 120.2069285, 30.2508671 ] ], [ [ 120.2050712, 30.2519299 ], [ 120.2061783, 30.2511385 ], [ 120.2067156, 30.2507545 ], [ 120.2068533, 30.2506718 ], [ 120.2075072, 30.2502502 ], [ 120.2083777, 30.249689 ], [ 120.2084412, 30.2496463 ], [ 120.208585, 30.2495496 ] ], [ [ 120.2069285, 30.2508671 ], [ 120.205331, 30.2519437 ], [ 120.2051827, 30.2520514 ] ], [ [ 120.2184524, 30.2532667 ], [ 120.218492306540938, 30.253320334391017 ] ], [ [ 120.218492306540938, 30.253320334391017 ], [ 120.2185149, 30.2533507 ], [ 120.218544631511051, 30.253390555603175 ] ], [ [ 120.218544631511051, 30.253390555603175 ], [ 120.2185613, 30.2534129 ] ], [ [ 120.2184342, 30.2534748 ], [ 120.21840951135151, 30.253451761994427 ] ], [ [ 120.21840951135151, 30.253451761994427 ], [ 120.218354122411739, 30.253400076269187 ] ], [ [ 120.218354122411739, 30.253400076269187 ], [ 120.2182951, 30.253345 ] ], [ [ 120.2185613, 30.2534129 ], [ 120.2185839, 30.2534622 ], [ 120.2187347, 30.2536993 ], [ 120.2192602, 30.2545154 ], [ 120.220362, 30.2561848 ] ], [ [ 120.2202594, 30.256234 ], [ 120.2196396, 30.2553154 ], [ 120.218946, 30.2542301 ], [ 120.2184851, 30.2535345 ], [ 120.2184342, 30.2534748 ] ], [ [ 120.2467611, 30.2448192 ], [ 120.248108, 30.2465087 ] ], [ [ 120.2478185, 30.2466531 ], [ 120.2471071, 30.2456809 ], [ 120.2466075, 30.2449753 ] ], [ [ 120.248108, 30.2465087 ], [ 120.2482174, 30.2466694 ] ], [ [ 120.2479929, 30.2467974 ], [ 120.2478185, 30.2466531 ] ], [ [ 120.2482174, 30.2466694 ], [ 120.2484963, 30.247103 ], [ 120.2490748, 30.2478123 ], [ 120.2499619, 30.2489066 ], [ 120.2508158, 30.2499469 ] ], [ [ 120.2506357, 30.2500409 ], [ 120.250024, 30.2493222 ], [ 120.2497764, 30.2490062 ], [ 120.2489052, 30.2478947 ], [ 120.2484434, 30.2473055 ], [ 120.2479929, 30.2467974 ] ], [ [ 120.2345091, 30.2487474 ], [ 120.23457, 30.2488765 ] ], [ [ 120.23457, 30.2488765 ], [ 120.2351314, 30.2498646 ], [ 120.2354398, 30.250372 ], [ 120.2359912, 30.2513905 ], [ 120.2366208, 30.2526885 ] ], [ [ 120.236506, 30.2527764 ], [ 120.2364199, 30.2525418 ], [ 120.2358538, 30.2514624 ], [ 120.235354, 30.250504 ], [ 120.2349704, 30.2498692 ], [ 120.2344609, 30.2489603 ] ], [ [ 120.2366208, 30.2526885 ], [ 120.236728, 30.2528208 ] ], [ [ 120.236728, 30.2528208 ], [ 120.2373555, 30.2540972 ], [ 120.2373643, 30.2541133 ], [ 120.2376659, 30.2546649 ], [ 120.2380986, 30.2551771 ], [ 120.2382497, 30.255314 ], [ 120.2385868, 30.2556191 ], [ 120.2391248, 30.2559977 ], [ 120.2393933, 30.2561708 ] ], [ [ 120.2392701, 30.2562479 ], [ 120.239129, 30.2561235 ], [ 120.2387503, 30.2558742 ], [ 120.2383164, 30.255541 ], [ 120.2380046, 30.2552431 ], [ 120.237549, 30.2546942 ], [ 120.2372115, 30.2541775 ], [ 120.2370751, 30.2538885 ], [ 120.236506, 30.2527764 ] ], [ [ 120.2393933, 30.2561708 ], [ 120.2395077, 30.2562619 ] ], [ [ 120.2393872, 30.2563516 ], [ 120.2392701, 30.2562479 ] ], [ [ 120.2503139, 30.2593532 ], [ 120.2508008, 30.2588799 ], [ 120.2509641, 30.2586714 ], [ 120.2511976, 30.2583734 ] ], [ [ 120.2501858, 30.2594776 ], [ 120.25028, 30.2593861 ], [ 120.2503139, 30.2593532 ] ], [ [ 120.2318597, 30.2451254 ], [ 120.2328103, 30.2461677 ], [ 120.233130673641341, 30.246667446680078 ] ], [ [ 120.233130673641341, 30.246667446680078 ], [ 120.2331643, 30.2467199 ], [ 120.233276960675383, 30.246895732005946 ] ], [ [ 120.233276960675383, 30.246895732005946 ], [ 120.2333471, 30.2470052 ], [ 120.2337226, 30.2475699 ], [ 120.2345091, 30.2487474 ] ], [ [ 120.2343639, 30.2488075 ], [ 120.2336114, 30.247631 ], [ 120.2335351, 30.2475396 ], [ 120.2332248, 30.247067 ], [ 120.23314837760644, 30.246954002657375 ] ], [ [ 120.23314837760644, 30.246954002657375 ], [ 120.2330263, 30.2467735 ], [ 120.232998082806176, 30.246729698375766 ] ], [ [ 120.232998082806176, 30.246729698375766 ], [ 120.2327223, 30.2463016 ], [ 120.2326712, 30.2462402 ], [ 120.2317618, 30.2452087 ] ], [ [ 120.2128751, 30.2562665 ], [ 120.2159392, 30.2546319 ], [ 120.2172635, 30.2539849 ], [ 120.218354122411739, 30.253400076269187 ] ], [ [ 120.218354122411739, 30.253400076269187 ], [ 120.2184007, 30.2533751 ], [ 120.218492306540938, 30.253320334391017 ] ], [ [ 120.218492306540938, 30.253320334391017 ], [ 120.2188811, 30.2530879 ], [ 120.220445, 30.2523068 ], [ 120.2308458, 30.2477402 ], [ 120.232998082806176, 30.246729698375766 ] ], [ [ 120.232998082806176, 30.246729698375766 ], [ 120.233130673641341, 30.246667446680078 ] ], [ [ 120.233130673641341, 30.246667446680078 ], [ 120.235997, 30.2453217 ], [ 120.2374282, 30.2446729 ], [ 120.2381052, 30.244366 ], [ 120.2401761, 30.2433135 ], [ 120.2428092, 30.2419473 ], [ 120.2437008, 30.2414846 ], [ 120.2441921, 30.2412462 ] ], [ [ 120.2344609, 30.2489603 ], [ 120.2344064, 30.2488805 ], [ 120.2343639, 30.2488075 ] ], [ [ 120.2436833, 30.2416792 ], [ 120.2412004, 30.2429173 ], [ 120.2402269, 30.2434002 ], [ 120.2381584, 30.2444414 ], [ 120.2361459, 30.2455956 ], [ 120.233276960675383, 30.246895732005946 ] ], [ [ 120.233276960675383, 30.246895732005946 ], [ 120.23314837760644, 30.246954002657375 ] ], [ [ 120.23314837760644, 30.246954002657375 ], [ 120.2309115, 30.2479677 ], [ 120.2218171, 30.2520446 ], [ 120.2208471, 30.2524451 ], [ 120.219802, 30.2528397 ], [ 120.2188869, 30.2532377 ], [ 120.218544631511051, 30.253390555603175 ] ], [ [ 120.218544631511051, 30.253390555603175 ], [ 120.2184272, 30.253443 ], [ 120.21840951135151, 30.253451761994427 ] ], [ [ 120.21840951135151, 30.253451761994427 ], [ 120.2179223, 30.2536931 ], [ 120.2160296, 30.2546306 ], [ 120.2133091, 30.2561263 ] ], [ [ 120.2250749, 30.2632075 ], [ 120.2257357, 30.2641778 ], [ 120.2262136, 30.2649346 ], [ 120.2275488, 30.2668414 ], [ 120.2279281, 30.267359 ], [ 120.2290851, 30.2689774 ], [ 120.2301744, 30.2705137 ], [ 120.230512, 30.2710117 ], [ 120.2307813, 30.2714113 ], [ 120.2311303, 30.2719945 ], [ 120.2313465, 30.2723385 ], [ 120.2315012, 30.2724862 ] ], [ [ 120.2099358, 30.2576858 ], [ 120.2106008, 30.2572508 ], [ 120.211562, 30.2567714 ], [ 120.2117033, 30.2567009 ], [ 120.2124501, 30.2563189 ], [ 120.2128751, 30.2562665 ] ], [ [ 120.2133091, 30.2561263 ], [ 120.2130619, 30.2563431 ], [ 120.2124305, 30.2566543 ], [ 120.2111557, 30.2573205 ], [ 120.2100636, 30.2578771 ], [ 120.2097928, 30.2580165 ] ], [ [ 120.2055917, 30.2594981 ], [ 120.2058977, 30.2595075 ], [ 120.2062925, 30.2594215 ], [ 120.206566, 30.2593639 ], [ 120.2068065, 30.2592892 ], [ 120.2070695, 30.2592055 ], [ 120.2078184, 30.2588916 ], [ 120.208455, 30.2585863 ], [ 120.2109287, 30.2572885 ], [ 120.2117067, 30.2568958 ], [ 120.2128751, 30.2562665 ] ], [ [ 120.2133091, 30.2561263 ], [ 120.2109889, 30.2573316 ], [ 120.2085038, 30.2586521 ], [ 120.2080366, 30.2589031 ], [ 120.2077501, 30.2590485 ], [ 120.2074439, 30.2591712 ], [ 120.2067286, 30.2594183 ], [ 120.2061794, 30.259559 ], [ 120.2055509, 30.2597053 ] ], [ [ 120.2312791, 30.2724794 ], [ 120.2309997, 30.2720049 ], [ 120.2306941, 30.2714539 ], [ 120.230383, 30.2709756 ], [ 120.2300856, 30.2705339 ], [ 120.2289909, 30.2690133 ], [ 120.2278416, 30.2674145 ], [ 120.2268553, 30.2660025 ], [ 120.2258767, 30.2646363 ], [ 120.2249451, 30.2632394 ] ], [ [ 120.1960209, 30.2543251 ], [ 120.1960174, 30.2541917 ] ], [ [ 120.1963822, 30.2541604 ], [ 120.196297, 30.2543669 ] ], [ [ 120.1978757, 30.2542065 ], [ 120.1975287, 30.2542636 ], [ 120.196297, 30.2543669 ] ], [ [ 120.1958563, 30.2599213 ], [ 120.1958865, 30.2585038 ], [ 120.1959036, 30.2581018 ], [ 120.195955, 30.2572902 ], [ 120.1959574, 30.257252 ], [ 120.1959818, 30.2567343 ], [ 120.1959887, 30.2565891 ], [ 120.1960136, 30.2560613 ], [ 120.1960025, 30.2555912 ], [ 120.1960247, 30.255088 ], [ 120.1960178, 30.2546831 ], [ 120.1960219, 30.2545181 ], [ 120.1960209, 30.2543251 ] ], [ [ 120.1851857, 30.259967 ], [ 120.1857955, 30.2599233 ], [ 120.1866519, 30.2598993 ], [ 120.1868586, 30.2599372 ], [ 120.1871412, 30.2599817 ] ], [ [ 120.1871412, 30.2599817 ], [ 120.1882874, 30.2599671 ], [ 120.1899362, 30.2599684 ], [ 120.1910583, 30.2599693 ] ], [ [ 120.1910565, 30.2600913 ], [ 120.1894474, 30.260092 ], [ 120.1889679, 30.2600909 ], [ 120.1886259, 30.2600901 ], [ 120.187665, 30.2600878 ], [ 120.1872477, 30.260077 ] ], [ [ 120.1872477, 30.260077 ], [ 120.186701, 30.2601327 ], [ 120.1860088, 30.2601605 ], [ 120.1852029, 30.2602145 ] ], [ [ 120.196297, 30.2543669 ], [ 120.1962886, 30.2545578 ], [ 120.1962888, 30.2546935 ], [ 120.1962743, 30.2557216 ], [ 120.1962514, 30.2562826 ], [ 120.196245, 30.2564411 ], [ 120.1961875, 30.25784 ], [ 120.1961377, 30.2597955 ], [ 120.1961345, 30.2599203 ] ], [ [ 120.1958563, 30.2599213 ], [ 120.1961345, 30.2599203 ] ], [ [ 120.1910583, 30.2599693 ], [ 120.1933128, 30.2599427 ], [ 120.1933626, 30.2599423 ], [ 120.193887, 30.2599379 ], [ 120.1958563, 30.2599213 ] ], [ [ 120.1961345, 30.2599203 ], [ 120.1961308, 30.2600668 ] ], [ [ 120.1958604, 30.2600659 ], [ 120.1958563, 30.2599213 ] ], [ [ 120.1961308, 30.2600668 ], [ 120.1958604, 30.2600659 ] ], [ [ 120.2037246, 30.25988 ], [ 120.2045218, 30.2596956 ], [ 120.2051637, 30.259572 ], [ 120.2055917, 30.2594981 ] ], [ [ 120.2055509, 30.2597053 ], [ 120.2053423, 30.2597439 ], [ 120.2050156, 30.2598282 ], [ 120.2043299, 30.2599896 ], [ 120.20375, 30.2600654 ], [ 120.2036739, 30.2600754 ] ], [ [ 120.2035402, 30.2599041 ], [ 120.2037246, 30.25988 ] ], [ [ 120.1962057, 30.2600665 ], [ 120.1961308, 30.2600668 ] ], [ [ 120.1958604, 30.2600659 ], [ 120.1944315, 30.260068 ], [ 120.1934254, 30.2600851 ], [ 120.1910565, 30.2600913 ] ], [ [ 120.1957769, 30.262746 ], [ 120.1958604, 30.2600659 ] ], [ [ 120.1961308, 30.2600668 ], [ 120.1961192, 30.2605085 ], [ 120.1961314, 30.2612088 ], [ 120.1960544, 30.262763 ] ], [ [ 120.1961345, 30.2599203 ], [ 120.1971649, 30.2599186 ], [ 120.197302, 30.2599183 ], [ 120.1977537, 30.2599167 ], [ 120.1988523, 30.2599157 ], [ 120.1997166, 30.2599143 ], [ 120.2019322, 30.2599153 ], [ 120.202553, 30.2598968 ], [ 120.2027195, 30.2599029 ], [ 120.2035402, 30.2599041 ] ], [ [ 120.2036739, 30.2600754 ], [ 120.2035041, 30.2600532 ] ], [ [ 120.2035041, 30.2600532 ], [ 120.2028944, 30.2600714 ], [ 120.2027296, 30.2600644 ], [ 120.2019414, 30.2600999 ], [ 120.2016826, 30.2600979 ], [ 120.2013749, 30.2600955 ], [ 120.2008662, 30.2600913 ], [ 120.1997083, 30.2600818 ], [ 120.1992888, 30.26008 ], [ 120.1977876, 30.2600734 ], [ 120.1962057, 30.2600665 ] ], [ [ 120.1957025, 30.2658789 ], [ 120.1957306, 30.2648681 ], [ 120.1957451, 30.2643487 ], [ 120.1957591, 30.2630649 ], [ 120.1957769, 30.262746 ] ], [ [ 120.1960544, 30.262763 ], [ 120.1959902, 30.2634621 ], [ 120.195976, 30.2639672 ], [ 120.1959674, 30.2642704 ], [ 120.195963, 30.2644274 ], [ 120.1958905, 30.2658868 ] ], [ [ 120.1956902, 30.2660146 ], [ 120.1957025, 30.2658789 ] ], [ [ 120.1958905, 30.2658868 ], [ 120.1958813, 30.2660119 ] ], [ [ 120.2407681, 30.258001 ], [ 120.2408371, 30.258152 ] ], [ [ 120.2406931, 30.2581948 ], [ 120.2406402, 30.2580611 ] ], [ [ 120.2408371, 30.258152 ], [ 120.2409813, 30.2587204 ], [ 120.2411383, 30.2599196 ], [ 120.2413076, 30.2604862 ], [ 120.2414735, 30.2608603 ] ], [ [ 120.241321, 30.260916 ], [ 120.2411911, 30.2605623 ], [ 120.2410573, 30.260088 ], [ 120.2409685, 30.2596855 ], [ 120.2409073, 30.2591123 ], [ 120.2408243, 30.258646 ], [ 120.2406931, 30.2581948 ] ], [ [ 120.2414735, 30.2608603 ], [ 120.2415233, 30.2609508 ] ], [ [ 120.241371, 30.2610175 ], [ 120.241321, 30.260916 ] ], [ [ 120.2415233, 30.2609508 ], [ 120.2415984, 30.2611034 ], [ 120.2418139, 30.2614742 ], [ 120.2420849, 30.261892 ], [ 120.2438975, 30.2647927 ] ], [ [ 120.2395077, 30.2562619 ], [ 120.2396631, 30.2564294 ], [ 120.2397499, 30.25653 ], [ 120.2398928, 30.256668 ], [ 120.2402169, 30.2570315 ], [ 120.2404057, 30.2573323 ], [ 120.2407681, 30.258001 ] ], [ [ 120.2406402, 30.2580611 ], [ 120.2403224, 30.2574017 ], [ 120.2401005, 30.2570821 ], [ 120.2397979, 30.2567194 ], [ 120.2396505, 30.2565822 ], [ 120.2395645, 30.2564884 ], [ 120.2393872, 30.2563516 ] ], [ [ 120.2274803, 30.2772829 ], [ 120.2281448, 30.2765883 ], [ 120.2286783, 30.276129 ], [ 120.2291922, 30.2757119 ], [ 120.2295715, 30.2754472 ], [ 120.2310619, 30.2746068 ], [ 120.232248994797615, 30.273920456076588 ] ], [ [ 120.232248994797615, 30.273920456076588 ], [ 120.232441235238426, 30.273809308206467 ] ], [ [ 120.232441235238426, 30.273809308206467 ], [ 120.2432934, 30.2675349 ], [ 120.2451497, 30.26648 ], [ 120.2462611, 30.2658912 ], [ 120.2469142, 30.265556 ], [ 120.2481016, 30.2649571 ], [ 120.2489746, 30.2645715 ], [ 120.2496015, 30.2643326 ], [ 120.2503398, 30.2640513 ], [ 120.2528239, 30.2628711 ], [ 120.252927, 30.2628149 ] ], [ [ 120.2530544, 30.2630212 ], [ 120.2527749, 30.2631376 ], [ 120.251484, 30.2637562 ], [ 120.250511, 30.2642191 ], [ 120.249905, 30.2644728 ], [ 120.2493891, 30.2646529 ], [ 120.2487488, 30.264827 ], [ 120.2483844, 30.2649474 ], [ 120.2481595, 30.2650329 ], [ 120.2463169, 30.2659523 ], [ 120.2452218, 30.2665492 ], [ 120.2433372, 30.2676075 ], [ 120.2335721, 30.2732712 ], [ 120.232491343524316, 30.273879836077725 ] ], [ [ 120.232491343524316, 30.273879836077725 ], [ 120.232296147050164, 30.273989762429387 ] ], [ [ 120.232296147050164, 30.273989762429387 ], [ 120.2311195, 30.2746524 ], [ 120.2297268, 30.2754586 ], [ 120.2294853, 30.2756124 ], [ 120.2292684, 30.2757713 ], [ 120.2287274, 30.2761936 ], [ 120.2285451, 30.2763403 ], [ 120.2283407, 30.2765168 ], [ 120.2281909, 30.2766529 ], [ 120.2277672, 30.2771324 ], [ 120.2275798, 30.2773599 ] ], [ [ 120.2315012, 30.2724862 ], [ 120.232441235238426, 30.273809308206467 ] ], [ [ 120.232441235238426, 30.273809308206467 ], [ 120.232491343524316, 30.273879836077725 ] ], [ [ 120.232491343524316, 30.273879836077725 ], [ 120.2327024, 30.2741769 ], [ 120.2334973, 30.2753877 ], [ 120.234006, 30.2760942 ], [ 120.2348322, 30.2772282 ], [ 120.2357748, 30.2781571 ], [ 120.2364482, 30.278678 ], [ 120.2377225, 30.2795433 ], [ 120.2384774, 30.2801119 ], [ 120.2403262, 30.2814932 ], [ 120.2414642, 30.282327 ] ], [ [ 120.2413458, 30.2824648 ], [ 120.2402318, 30.2816236 ], [ 120.2399403, 30.2813854 ], [ 120.2386567, 30.2804359 ], [ 120.2375973, 30.2796127 ], [ 120.2363156, 30.278682 ], [ 120.2355926, 30.278137 ], [ 120.2351191, 30.2777011 ], [ 120.2347588, 30.2772877 ], [ 120.234023, 30.2763053 ], [ 120.2334575, 30.2755262 ], [ 120.2326509, 30.274414 ], [ 120.2324053, 30.2741502 ], [ 120.232296147050164, 30.273989762429387 ] ], [ [ 120.232296147050164, 30.273989762429387 ], [ 120.232248994797615, 30.273920456076588 ] ], [ [ 120.232248994797615, 30.273920456076588 ], [ 120.23183, 30.2733046 ], [ 120.2313685, 30.272603 ] ], [ [ 120.2437627, 30.2648534 ], [ 120.2419666, 30.2619292 ], [ 120.2415068, 30.2612421 ], [ 120.241371, 30.2610175 ] ], [ [ 120.2438975, 30.2647927 ], [ 120.2450507, 30.2639219 ], [ 120.2458305, 30.263307 ] ], [ [ 120.2459415, 30.2633982 ], [ 120.2440075, 30.264963 ] ], [ [ 120.2437627, 30.2648534 ], [ 120.2438975, 30.2647927 ] ], [ [ 120.2438975, 30.2647927 ], [ 120.2440075, 30.264963 ] ], [ [ 120.2440075, 30.264963 ], [ 120.2439028, 30.2650184 ], [ 120.2437627, 30.2648534 ] ], [ [ 120.2414642, 30.282327 ], [ 120.2416074, 30.2824264 ] ], [ [ 120.2414928, 30.282562 ], [ 120.2413458, 30.2824648 ] ], [ [ 120.2504336, 30.2594782 ], [ 120.2503784, 30.2595312 ], [ 120.2503036, 30.2596031 ] ], [ [ 120.2459084, 30.2632455 ], [ 120.2465335, 30.2627295 ], [ 120.2477369, 30.2617663 ], [ 120.2484595, 30.2611321 ], [ 120.2491556, 30.260479 ], [ 120.250103, 30.2595581 ], [ 120.2501858, 30.2594776 ] ], [ [ 120.2503036, 30.2596031 ], [ 120.2502756, 30.25963 ], [ 120.250201, 30.2597018 ], [ 120.248584, 30.2612449 ], [ 120.2484352, 30.261387 ], [ 120.2480374, 30.2616937 ], [ 120.2465828, 30.2628784 ], [ 120.2460311, 30.2633256 ] ], [ [ 120.2458305, 30.263307 ], [ 120.2459084, 30.2632455 ] ], [ [ 120.2460311, 30.2633256 ], [ 120.2459415, 30.2633982 ] ], [ [ 120.2416074, 30.2824264 ], [ 120.24259, 30.2830233 ], [ 120.2449289, 30.2844377 ], [ 120.2464381, 30.2853518 ], [ 120.249134, 30.2867282 ], [ 120.2506001, 30.2874351 ] ], [ [ 120.2313216, 30.2725451 ], [ 120.2312791, 30.2724794 ] ], [ [ 120.2313685, 30.272603 ], [ 120.2313216, 30.2725451 ] ], [ [ 120.2273892, 30.2773758 ], [ 120.2274803, 30.2772829 ] ], [ [ 120.2275798, 30.2773599 ], [ 120.2274941, 30.2774548 ] ], [ [ 120.2254676, 30.2822993 ], [ 120.2255494, 30.2816722 ], [ 120.2256662, 30.2810151 ], [ 120.2257381, 30.2807164 ], [ 120.2258608, 30.2802633 ], [ 120.2261227, 30.2796092 ], [ 120.2262785, 30.2792547 ], [ 120.2264236, 30.278894 ], [ 120.226552, 30.2785773 ], [ 120.2266613, 30.2783708 ], [ 120.2273892, 30.2773758 ] ], [ [ 120.1860495, 30.2779938 ], [ 120.18616485416689, 30.277999558111492 ] ], [ [ 120.18616485416689, 30.277999558111492 ], [ 120.1862298, 30.2780028 ] ], [ [ 120.1860439, 30.2782404 ], [ 120.1860495, 30.2779938 ] ], [ [ 120.1862298, 30.2780028 ], [ 120.1866276, 30.2780569 ], [ 120.1877825, 30.2781901 ], [ 120.1884648, 30.2782362 ], [ 120.1892539, 30.278314 ], [ 120.1895963, 30.2783733 ] ], [ [ 120.1862275, 30.2782692 ], [ 120.186155317899335, 30.278257877317543 ] ], [ [ 120.186155317899335, 30.278257877317543 ], [ 120.1860439, 30.2782404 ] ], [ [ 120.1958813, 30.2660119 ], [ 120.1958346, 30.267421 ], [ 120.1958342, 30.2679424 ], [ 120.1958326, 30.2697883 ] ], [ [ 120.1954005, 30.272762 ], [ 120.1954323, 30.2720994 ], [ 120.1954378, 30.2719851 ], [ 120.1954429, 30.2717973 ], [ 120.1954997, 30.26971 ], [ 120.195563, 30.2684822 ], [ 120.1955943, 30.2678742 ], [ 120.1956902, 30.2660146 ] ], [ [ 120.1958326, 30.2697883 ], [ 120.1957457, 30.2711216 ], [ 120.1956789, 30.2727678 ] ], [ [ 120.1952986, 30.2753256 ], [ 120.1953345, 30.2742188 ], [ 120.1953528, 30.2738258 ], [ 120.1954005, 30.272762 ] ], [ [ 120.1895963, 30.2783733 ], [ 120.1900002, 30.2783959 ], [ 120.1905481, 30.2784409 ], [ 120.1922299, 30.2785827 ], [ 120.1930027, 30.2786458 ], [ 120.1942748, 30.2787557 ], [ 120.1947436, 30.2787953 ], [ 120.195103790332141, 30.27882572812025 ] ], [ [ 120.195103790332141, 30.27882572812025 ], [ 120.195371689795536, 30.278848359702387 ] ], [ [ 120.195371689795536, 30.278848359702387 ], [ 120.1963381, 30.27893 ], [ 120.1974786, 30.2790208 ], [ 120.1985702, 30.2791251 ] ], [ [ 120.1984465, 30.2793386 ], [ 120.1973882, 30.2792462 ], [ 120.1968991, 30.2792071 ], [ 120.1954711, 30.2790807 ], [ 120.195354398118141, 30.279067515702735 ] ], [ [ 120.195354398118141, 30.279067515702735 ], [ 120.1951073, 30.2790396 ], [ 120.195086816274909, 30.27903797776456 ] ], [ [ 120.195086816274909, 30.27903797776456 ], [ 120.1938282, 30.2789383 ], [ 120.1921956, 30.2787963 ] ], [ [ 120.1956789, 30.2727678 ], [ 120.195625, 30.2733064 ], [ 120.1956085, 30.2740326 ], [ 120.1955896, 30.274864 ], [ 120.19556, 30.2754254 ], [ 120.1955458, 30.2756951 ], [ 120.1955348, 30.275926 ], [ 120.1955026, 30.2764658 ], [ 120.1954263, 30.2778742 ], [ 120.1953983, 30.2785111 ], [ 120.195371689795536, 30.278848359702387 ] ], [ [ 120.195371689795536, 30.278848359702387 ], [ 120.195354398118141, 30.279067515702735 ] ], [ [ 120.195354398118141, 30.279067515702735 ], [ 120.1953443, 30.2791955 ], [ 120.195307, 30.2796757 ], [ 120.195283, 30.2799304 ], [ 120.1952038, 30.2804567 ], [ 120.1952001, 30.2805 ], [ 120.1951074, 30.2816129 ], [ 120.1950357, 30.2824133 ], [ 120.1948826, 30.2833902 ], [ 120.1948505, 30.2836388 ], [ 120.1948254, 30.2837901 ], [ 120.1947906, 30.2840464 ], [ 120.1947214, 30.2845553 ], [ 120.1947085, 30.2847345 ], [ 120.1946565, 30.2854541 ], [ 120.194563, 30.2861055 ], [ 120.1945535, 30.28614 ], [ 120.1944978, 30.2868142 ], [ 120.1944862, 30.2869551 ], [ 120.1944577, 30.2872702 ], [ 120.1944458, 30.2874013 ], [ 120.1944201, 30.2876291 ], [ 120.1942831, 30.2888412 ] ], [ [ 120.1985702, 30.2791251 ], [ 120.1990748, 30.2791872 ], [ 120.1996588, 30.2792492 ], [ 120.2003604, 30.2793185 ], [ 120.2007817, 30.2793718 ], [ 120.2010609, 30.2794134 ], [ 120.2013073, 30.2794368 ], [ 120.2017219, 30.2794683 ], [ 120.2020114, 30.2795018 ], [ 120.2022431, 30.2795395 ], [ 120.2025057, 30.2795968 ], [ 120.2029196, 30.2797065 ], [ 120.2032284, 30.2797937 ], [ 120.2035955, 30.279929 ], [ 120.2041955, 30.2801881 ], [ 120.2050616, 30.2805827 ], [ 120.2054605, 30.280755 ], [ 120.2058593, 30.2809181 ] ], [ [ 120.2054384, 30.2808399 ], [ 120.2050302, 30.2806388 ], [ 120.2041726, 30.2802597 ], [ 120.2036428, 30.28004 ], [ 120.2031924, 30.2798638 ], [ 120.2028772, 30.2797678 ], [ 120.2025004, 30.2796753 ], [ 120.2022147, 30.2796153 ], [ 120.2019598, 30.2795728 ], [ 120.2017049, 30.2795468 ], [ 120.2012042, 30.2794963 ], [ 120.2008124, 30.2794699 ], [ 120.2002878, 30.2794417 ], [ 120.1995987, 30.2794032 ], [ 120.1988907, 30.2793444 ], [ 120.1984465, 30.2793386 ] ], [ [ 120.1921956, 30.2787963 ], [ 120.1899308, 30.2785929 ], [ 120.1892607, 30.2785052 ], [ 120.1888764, 30.278478 ], [ 120.1885506, 30.2784549 ], [ 120.1877197, 30.2783848 ], [ 120.1874497, 30.2783649 ], [ 120.1870018, 30.2783318 ], [ 120.1862275, 30.2782692 ] ], [ [ 120.1863257, 30.2805752 ], [ 120.1862309, 30.2802116 ], [ 120.1861816, 30.2796777 ], [ 120.1861698, 30.2795734 ], [ 120.1860716, 30.278708 ], [ 120.1860439, 30.2782404 ] ], [ [ 120.1862275, 30.2782692 ], [ 120.1862535, 30.2787577 ], [ 120.1862931, 30.2792228 ], [ 120.1863318, 30.2795865 ], [ 120.1863615, 30.2799088 ], [ 120.1863668, 30.2799664 ], [ 120.1864415, 30.2807201 ] ], [ [ 120.1863257, 30.2805752 ], [ 120.1863027, 30.279988 ] ], [ [ 120.1863027, 30.279988 ], [ 120.1864415, 30.2807201 ] ], [ [ 120.1875422, 30.2867034 ], [ 120.1871601, 30.2861292 ], [ 120.1870957, 30.2860324 ], [ 120.1870448, 30.2859281 ], [ 120.1870211, 30.2858794 ], [ 120.1869543, 30.2857154 ], [ 120.1869175, 30.2854657 ], [ 120.1868623, 30.2850328 ], [ 120.1868264, 30.2847516 ], [ 120.1866519, 30.2828223 ], [ 120.1865002, 30.2818953 ], [ 120.1863639, 30.2808643 ], [ 120.1863257, 30.2805752 ] ], [ [ 120.1864415, 30.2807201 ], [ 120.1864477, 30.2807633 ], [ 120.1866078, 30.2818865 ], [ 120.1867536, 30.2828104 ], [ 120.186794, 30.2832201 ], [ 120.1868463, 30.2838739 ], [ 120.1868684, 30.2841501 ], [ 120.1869171, 30.2845493 ], [ 120.1869744, 30.2850188 ], [ 120.1869997, 30.2851369 ], [ 120.1870397, 30.2853241 ], [ 120.187105, 30.2856001 ], [ 120.1872363, 30.2859534 ], [ 120.1876224, 30.2865803 ], [ 120.1877512, 30.2867894 ] ], [ [ 120.1836901, 30.2859767 ], [ 120.1848516, 30.2861152 ], [ 120.185139, 30.2861495 ], [ 120.1851949, 30.2861562 ], [ 120.1858198, 30.2862513 ], [ 120.1859548, 30.2862804 ], [ 120.1864177, 30.2863803 ], [ 120.1875422, 30.2867034 ] ], [ [ 120.1876812, 30.286912 ], [ 120.1873001, 30.2867852 ], [ 120.1867743, 30.2866201 ], [ 120.1861192, 30.2864518 ], [ 120.1860378, 30.2864343 ], [ 120.1855978, 30.2863395 ], [ 120.1851139, 30.2862594 ], [ 120.1845572, 30.2861965 ], [ 120.184307, 30.2861682 ] ], [ [ 120.1875422, 30.2867034 ], [ 120.1877512, 30.2867894 ] ], [ [ 120.1940281, 30.2887529 ], [ 120.1940989, 30.2882188 ], [ 120.1941537, 30.287722 ], [ 120.1942009, 30.2872941 ], [ 120.1942927, 30.2864617 ], [ 120.1943139, 30.2862697 ], [ 120.1943393, 30.2859688 ], [ 120.1944238, 30.2853534 ], [ 120.1944709, 30.2847427 ], [ 120.1945014, 30.2844386 ], [ 120.1945824, 30.2836927 ], [ 120.1945949, 30.2835775 ], [ 120.1947142, 30.2825208 ], [ 120.1948418, 30.2817115 ], [ 120.194982, 30.280431 ], [ 120.1950182, 30.2799094 ], [ 120.1950251, 30.2798097 ], [ 120.195086816274909, 30.27903797776456 ] ], [ [ 120.195086816274909, 30.27903797776456 ], [ 120.195103790332141, 30.27882572812025 ] ], [ [ 120.195103790332141, 30.27882572812025 ], [ 120.1951399, 30.2783742 ], [ 120.1951842, 30.2779014 ], [ 120.1952601, 30.2764775 ], [ 120.1952786, 30.276267 ], [ 120.1952823, 30.2757028 ], [ 120.1952986, 30.2753256 ] ], [ [ 120.1940281, 30.2887529 ], [ 120.1942831, 30.2888412 ] ], [ [ 120.1939817, 30.2889247 ], [ 120.1940281, 30.2887529 ] ], [ [ 120.1942831, 30.2888412 ], [ 120.1942653, 30.2890018 ] ], [ [ 120.1942653, 30.2890018 ], [ 120.1939817, 30.2889247 ] ], [ [ 120.2014409, 30.2909828 ], [ 120.2012671, 30.2908765 ], [ 120.2010203, 30.2907257 ], [ 120.200489, 30.2904009 ], [ 120.2000357, 30.2901238 ], [ 120.1999687, 30.2900828 ], [ 120.1999282, 30.2900667 ], [ 120.1996336, 30.2899493 ], [ 120.1992518, 30.289856 ], [ 120.1985615, 30.2897443 ], [ 120.1981857, 30.2896835 ], [ 120.1977712, 30.2896164 ], [ 120.1972233, 30.2895277 ], [ 120.1965648, 30.2894211 ], [ 120.195594, 30.2892637 ], [ 120.1942653, 30.2890018 ] ], [ [ 120.1929784, 30.2931355 ], [ 120.1935049, 30.2910198 ], [ 120.1938862, 30.2894876 ], [ 120.1939817, 30.2889247 ] ], [ [ 120.1942653, 30.2890018 ], [ 120.1941892, 30.28955 ], [ 120.1939697, 30.2904827 ], [ 120.1934754, 30.2925835 ], [ 120.1932439, 30.2935256 ] ], [ [ 120.1929464, 30.2932643 ], [ 120.1929784, 30.2931355 ] ], [ [ 120.1929094, 30.293395 ], [ 120.1929464, 30.2932643 ] ], [ [ 120.1942831, 30.2888412 ], [ 120.1952694, 30.2890418 ], [ 120.1963678, 30.2892304 ], [ 120.1966035, 30.2892676 ], [ 120.1971672, 30.2893567 ], [ 120.1980182, 30.2894911 ], [ 120.1981091, 30.2895055 ], [ 120.1987585, 30.2896081 ], [ 120.199048, 30.2896538 ], [ 120.1993707, 30.2897186 ], [ 120.1995244, 30.2897495 ], [ 120.2000008, 30.2898844 ], [ 120.2000722, 30.2899243 ], [ 120.2002337, 30.2900146 ], [ 120.200646, 30.2902537 ], [ 120.201028, 30.2904927 ], [ 120.2011444, 30.2905732 ], [ 120.2013808, 30.2907366 ], [ 120.2015569, 30.2908583 ] ], [ [ 120.2015569, 30.2908583 ], [ 120.2016867, 30.2909401 ] ], [ [ 120.2015659, 30.2910679 ], [ 120.2014409, 30.2909828 ] ], [ [ 120.2016867, 30.2909401 ], [ 120.2020695, 30.2911731 ] ], [ [ 120.1876812, 30.286912 ], [ 120.1875422, 30.2867034 ] ], [ [ 120.1877512, 30.2867894 ], [ 120.1878927, 30.2869937 ] ], [ [ 120.1878927, 30.2869937 ], [ 120.1876812, 30.286912 ] ], [ [ 120.1882223, 30.287716 ], [ 120.1876812, 30.286912 ] ], [ [ 120.1877512, 30.2867894 ], [ 120.1886734, 30.2870936 ], [ 120.1894927, 30.2873639 ], [ 120.1900792, 30.2875574 ], [ 120.191636, 30.2880721 ], [ 120.1923965, 30.2883245 ], [ 120.192615, 30.2883939 ], [ 120.193043, 30.2885122 ], [ 120.19336, 30.2885999 ], [ 120.1940281, 30.2887529 ] ], [ [ 120.1939817, 30.2889247 ], [ 120.1919121, 30.2882684 ], [ 120.1878927, 30.2869937 ] ], [ [ 120.1887203, 30.2884284 ], [ 120.188682, 30.2883735 ], [ 120.1882223, 30.287716 ] ], [ [ 120.2274941, 30.2774548 ], [ 120.2273409, 30.2776181 ], [ 120.2269061, 30.2782206 ], [ 120.226711, 30.278568 ], [ 120.2266616, 30.2787185 ], [ 120.2265943, 30.2790058 ], [ 120.2265377, 30.2792564 ], [ 120.2264712, 30.2794698 ], [ 120.2260959, 30.2803432 ], [ 120.2258464, 30.2809791 ], [ 120.2257539, 30.2813117 ], [ 120.2257012, 30.2815332 ], [ 120.2255931, 30.282372 ] ], [ [ 120.2058593, 30.2809181 ], [ 120.2064905, 30.2811866 ], [ 120.207744, 30.2817197 ], [ 120.2080396, 30.2818546 ], [ 120.2087247, 30.28216 ], [ 120.2096903, 30.2825755 ], [ 120.2105923, 30.2829581 ] ], [ [ 120.2151929, 30.285018 ], [ 120.2139671, 30.284544 ], [ 120.2132228, 30.2842646 ], [ 120.2110588, 30.2833191 ], [ 120.2107984, 30.2832028 ], [ 120.2106498, 30.2831347 ], [ 120.2096357, 30.2827003 ], [ 120.2093184, 30.282558 ], [ 120.2086501, 30.2822483 ], [ 120.2079788, 30.2819592 ], [ 120.2068481, 30.2814538 ], [ 120.2066943, 30.2813876 ], [ 120.2064864, 30.281298 ], [ 120.2060754, 30.2811183 ], [ 120.2054384, 30.2808399 ] ], [ [ 120.2105923, 30.2829581 ], [ 120.2107248, 30.2830143 ], [ 120.2109728, 30.283116 ] ], [ [ 120.2254609, 30.2824638 ], [ 120.2254676, 30.2822993 ] ], [ [ 120.2255931, 30.282372 ], [ 120.2255892, 30.2825284 ] ], [ [ 120.2255892, 30.2825284 ], [ 120.2254981, 30.2845398 ] ], [ [ 120.2252466, 30.2846309 ], [ 120.2254568, 30.2825857 ], [ 120.2254609, 30.2824638 ] ], [ [ 120.2109728, 30.283116 ], [ 120.2111428, 30.2831936 ], [ 120.2116271, 30.2834043 ], [ 120.2134673, 30.2842052 ], [ 120.2139884, 30.2844149 ], [ 120.215261, 30.2848923 ], [ 120.2168355, 30.2855006 ] ], [ [ 120.2168355, 30.2855006 ], [ 120.2173911, 30.2856386 ], [ 120.217976, 30.2858258 ], [ 120.218699, 30.2860738 ], [ 120.2199035, 30.2864242 ] ], [ [ 120.2207382, 30.2872517 ], [ 120.2203665, 30.2871037 ], [ 120.2200424, 30.2869746 ], [ 120.219057, 30.2866148 ], [ 120.2186973, 30.2864696 ], [ 120.2182339, 30.2862762 ], [ 120.2178349, 30.2861002 ], [ 120.2172116, 30.285865 ], [ 120.2161368, 30.2854414 ], [ 120.2155216, 30.2851732 ], [ 120.2151929, 30.285018 ] ], [ [ 120.2254981, 30.2845398 ], [ 120.2254922, 30.2846689 ] ], [ [ 120.2252325, 30.284768 ], [ 120.2252466, 30.2846309 ] ], [ [ 120.2199035, 30.2864242 ], [ 120.22074, 30.286744 ], [ 120.2210667, 30.2868737 ] ], [ [ 120.2249939, 30.2885503 ], [ 120.2249639, 30.2883317 ], [ 120.2249625, 30.2868472 ], [ 120.2249623, 30.2866241 ], [ 120.2252325, 30.284768 ] ], [ [ 120.2254922, 30.2846689 ], [ 120.2253777, 30.2870278 ], [ 120.2252986, 30.2886565 ] ], [ [ 120.2210667, 30.2868737 ], [ 120.2211265, 30.2870099 ] ], [ [ 120.2209384, 30.2872107 ], [ 120.2207382, 30.2872517 ] ], [ [ 120.2211265, 30.2870099 ], [ 120.2218544, 30.2873847 ], [ 120.2223977, 30.2875891 ], [ 120.2231717, 30.2878731 ], [ 120.2243614, 30.2883217 ], [ 120.2245217, 30.2883769 ], [ 120.2249939, 30.2885503 ] ], [ [ 120.224992, 30.2887087 ], [ 120.2248158, 30.2886067 ], [ 120.2238152, 30.288221 ], [ 120.2231848, 30.2879832 ], [ 120.2217835, 30.2874759 ], [ 120.2209384, 30.2872107 ] ], [ [ 120.2249939, 30.2885503 ], [ 120.2252826, 30.2886521 ], [ 120.2252986, 30.2886565 ] ], [ [ 120.224992, 30.2887087 ], [ 120.2249939, 30.2885503 ] ], [ [ 120.2505166, 30.2875917 ], [ 120.2495436, 30.2871283 ], [ 120.2490432, 30.2868753 ], [ 120.2463701, 30.2855278 ], [ 120.2448609, 30.2845767 ], [ 120.2429369, 30.2834309 ], [ 120.2424898, 30.2831437 ], [ 120.2414928, 30.282562 ] ], [ [ 120.2506001, 30.2874351 ], [ 120.250726, 30.2874955 ] ], [ [ 120.2506394, 30.287649 ], [ 120.2505166, 30.2875917 ] ], [ [ 120.2281679, 30.2894691 ], [ 120.2283144, 30.2894808 ] ], [ [ 120.2349142, 30.2900907 ], [ 120.2351367, 30.2901352 ] ], [ [ 120.2349518, 30.2903554 ], [ 120.2347328, 30.2903009 ] ], [ [ 120.2351367, 30.2901352 ], [ 120.2362022, 30.2903469 ], [ 120.2366795, 30.2904524 ], [ 120.2390084, 30.2909225 ], [ 120.2396126, 30.2910627 ], [ 120.2399699, 30.2911476 ] ], [ [ 120.2446358, 30.2936542 ], [ 120.2440263, 30.2932397 ], [ 120.2431639, 30.2926307 ], [ 120.2425365, 30.2922562 ], [ 120.2419235, 30.2919962 ], [ 120.2413909, 30.2917994 ], [ 120.2407133, 30.2915533 ], [ 120.2398017, 30.2913643 ], [ 120.2393529, 30.2912681 ], [ 120.2386958, 30.29113 ], [ 120.2366559, 30.2907107 ], [ 120.2356665, 30.2904982 ], [ 120.2349518, 30.2903554 ] ], [ [ 120.2399699, 30.2911476 ], [ 120.2407659, 30.2913301 ], [ 120.24151, 30.2915465 ], [ 120.2424199, 30.2918923 ], [ 120.2428986, 30.2921367 ], [ 120.2433771, 30.2924329 ], [ 120.2441816, 30.2929908 ], [ 120.2448245, 30.2934615 ] ], [ [ 120.2448245, 30.2934615 ], [ 120.2448809, 30.2935028 ], [ 120.2449542, 30.293556 ] ], [ [ 120.2280953, 30.2896263 ], [ 120.228066, 30.2896192 ], [ 120.2279795, 30.2895996 ] ], [ [ 120.2283144, 30.2894808 ], [ 120.2296752, 30.2895896 ], [ 120.2312186, 30.2897421 ], [ 120.2322641, 30.2898163 ], [ 120.2335133, 30.2899294 ], [ 120.2343877, 30.2900099 ], [ 120.2349142, 30.2900907 ] ], [ [ 120.2347328, 30.2903009 ], [ 120.2341789, 30.2902099 ], [ 120.2335174, 30.290145 ], [ 120.2317742, 30.289981 ], [ 120.2299893, 30.2898396 ], [ 120.2284223, 30.2897062 ], [ 120.2280953, 30.2896263 ] ], [ [ 120.2252986, 30.2886565 ], [ 120.2252893, 30.2887921 ] ], [ [ 120.2252893, 30.2887921 ], [ 120.224992, 30.2887087 ] ], [ [ 120.2252986, 30.2886565 ], [ 120.2258831, 30.2888839 ], [ 120.2263227, 30.2890236 ], [ 120.2266896, 30.2891405 ], [ 120.2271981, 30.2892663 ], [ 120.2276948, 30.2893637 ], [ 120.2281185, 30.2894559 ], [ 120.2281679, 30.2894691 ] ], [ [ 120.2279795, 30.2895996 ], [ 120.2278221, 30.2895639 ], [ 120.2272327, 30.2894384 ], [ 120.2266678, 30.2892885 ], [ 120.2261904, 30.289156 ], [ 120.2257506, 30.2889736 ], [ 120.2253679, 30.2888229 ], [ 120.2252893, 30.2887921 ] ], [ [ 120.2252893, 30.2887921 ], [ 120.2252855, 30.2888914 ], [ 120.2252807, 30.2890192 ], [ 120.2252434, 30.2898316 ], [ 120.2252318, 30.2903874 ], [ 120.2252392, 30.2911552 ] ], [ [ 120.2249426, 30.2912999 ], [ 120.2249797, 30.2896619 ], [ 120.2249858, 30.2889755 ], [ 120.2249902, 30.2887839 ], [ 120.224992, 30.2887087 ] ], [ [ 120.2252392, 30.2911552 ], [ 120.2252397, 30.29121 ], [ 120.2252416, 30.2912739 ] ], [ [ 120.2249413, 30.2914269 ], [ 120.2249418, 30.2913351 ], [ 120.2249426, 30.2912999 ] ], [ [ 120.2252416, 30.2912739 ], [ 120.2252733, 30.2923174 ], [ 120.2252846, 30.2926775 ], [ 120.2252862, 30.292727 ], [ 120.225301, 30.2931977 ], [ 120.2253252, 30.293572 ] ], [ [ 120.2250548, 30.2936089 ], [ 120.2249734, 30.2930138 ], [ 120.2249405, 30.292774 ], [ 120.2249337, 30.2927249 ], [ 120.2249271, 30.2926766 ], [ 120.224913, 30.2923857 ], [ 120.2249408, 30.2915238 ], [ 120.2249413, 30.2914269 ] ], [ [ 120.2253252, 30.293572 ], [ 120.2253259, 30.2935832 ], [ 120.22534, 30.2937202 ] ], [ [ 120.2020695, 30.2911731 ], [ 120.2022767, 30.2913709 ], [ 120.2036401, 30.2922395 ], [ 120.2039382, 30.2924272 ], [ 120.2040823, 30.2925291 ], [ 120.2099226, 30.2976745 ], [ 120.210452, 30.2981409 ], [ 120.2118923, 30.2991616 ], [ 120.2119154, 30.2991757 ], [ 120.2121629, 30.2993265 ], [ 120.2122933, 30.2994059 ] ], [ [ 120.2125649, 30.2998224 ], [ 120.2120721, 30.2994535 ], [ 120.2118411, 30.2992805 ], [ 120.2104242, 30.2982197 ], [ 120.2098665, 30.2977345 ], [ 120.2040754, 30.2926957 ], [ 120.2035645, 30.2923295 ], [ 120.2015659, 30.2910679 ] ], [ [ 120.1432225, 30.2860099 ], [ 120.1432561, 30.2859658 ], [ 120.1435251, 30.2856131 ], [ 120.1437869, 30.2852924 ], [ 120.1443704, 30.2845797 ], [ 120.1445532, 30.284317 ], [ 120.1445885, 30.2842663 ], [ 120.1447522, 30.2839646 ], [ 120.1448236, 30.2838247 ], [ 120.1448679, 30.2837379 ], [ 120.1450825, 30.2831736 ], [ 120.1452371, 30.282779 ], [ 120.1454872, 30.2822462 ], [ 120.145931, 30.2812379 ], [ 120.1460054, 30.2810723 ], [ 120.1462467, 30.2806564 ], [ 120.1464879, 30.2803342 ] ], [ [ 120.1466099, 30.2803627 ], [ 120.1463395, 30.2807028 ], [ 120.146103, 30.2811249 ], [ 120.1460116, 30.2812998 ], [ 120.1455858, 30.2822324 ], [ 120.1455628, 30.2822827 ], [ 120.1453456, 30.2828013 ], [ 120.1451745, 30.283201 ], [ 120.144965, 30.2837501 ], [ 120.1448369, 30.284012 ], [ 120.1446943, 30.2842855 ], [ 120.1444566, 30.2846352 ], [ 120.1439101, 30.2853266 ], [ 120.1436587, 30.2856358 ], [ 120.1433915, 30.2859947 ], [ 120.1433565, 30.2860417 ] ], [ [ 120.1431482, 30.2860791 ], [ 120.1432225, 30.2860099 ] ], [ [ 120.1433565, 30.2860417 ], [ 120.1432802, 30.2861 ] ], [ [ 120.14175, 30.2882192 ], [ 120.1419799, 30.2878564 ], [ 120.1425934, 30.2868882 ], [ 120.1431014, 30.2861474 ], [ 120.1431482, 30.2860791 ] ], [ [ 120.1307454, 30.285423 ], [ 120.1307617, 30.285335 ] ], [ [ 120.130878, 30.2853375 ], [ 120.1308619, 30.2854538 ] ], [ [ 120.1308619, 30.2854538 ], [ 120.1307591, 30.2868887 ], [ 120.1307077, 30.2876192 ], [ 120.130646, 30.288429 ], [ 120.1304965, 30.2903901 ], [ 120.1304928, 30.2904765 ] ], [ [ 120.1304928, 30.2904765 ], [ 120.1307316, 30.2904604 ], [ 120.1327372, 30.2905488 ], [ 120.1334764, 30.2906551 ], [ 120.1335964, 30.2906567 ], [ 120.1337011, 30.2906581 ], [ 120.1338939, 30.2906278 ] ], [ [ 120.1338939, 30.2906278 ], [ 120.1344715, 30.29061 ], [ 120.1351115, 30.2906908 ], [ 120.1351902, 30.2907524 ] ], [ [ 120.1338939, 30.2906278 ], [ 120.1340801, 30.2906833 ], [ 120.134463, 30.2907223 ], [ 120.1351902, 30.2907524 ] ], [ [ 120.1351902, 30.2907524 ], [ 120.1357979, 30.290797 ], [ 120.136451, 30.2908353 ], [ 120.1369436, 30.2908473 ] ], [ [ 120.1369436, 30.2908473 ], [ 120.1373735, 30.2908647 ], [ 120.1381604, 30.2908791 ], [ 120.1389558, 30.2908925 ], [ 120.1393965, 30.2909165 ], [ 120.1397279, 30.2909505 ], [ 120.1403439, 30.2910247 ] ], [ [ 120.1369299, 30.291083 ], [ 120.13604, 30.2910779 ], [ 120.1355023, 30.2910784 ], [ 120.1354098, 30.291077 ], [ 120.1350024, 30.2910532 ], [ 120.134213, 30.290998 ], [ 120.1337216, 30.2909578 ], [ 120.1332476, 30.2909395 ], [ 120.1327908, 30.2909219 ], [ 120.130477, 30.2908074 ] ], [ [ 120.1432802, 30.2861 ], [ 120.1432416, 30.2861541 ], [ 120.1427868, 30.2867914 ], [ 120.1427358, 30.2868704 ], [ 120.1423872, 30.287411 ], [ 120.1421915, 30.2877135 ], [ 120.1418485, 30.2882464 ], [ 120.1415271, 30.2888711 ], [ 120.1414435, 30.2890337 ], [ 120.1413168, 30.2893029 ], [ 120.1411717, 30.2896113 ], [ 120.1410823, 30.2898013 ], [ 120.1410717, 30.2898222 ], [ 120.1409282, 30.2901267 ], [ 120.1409198, 30.2901467 ], [ 120.1408651, 30.2902628 ], [ 120.1408193, 30.2903582 ], [ 120.14074, 30.2905236 ], [ 120.1405158, 30.2909908 ], [ 120.1404836, 30.2910579 ] ], [ [ 120.1413434, 30.2890003 ], [ 120.14175, 30.2882192 ] ], [ [ 120.1403439, 30.2910247 ], [ 120.1403838, 30.2909519 ], [ 120.1407808, 30.290228 ], [ 120.140833, 30.2901117 ], [ 120.1409858, 30.289784 ], [ 120.1413434, 30.2890003 ] ], [ [ 120.0985926, 30.2888585 ], [ 120.0996896, 30.2888969 ], [ 120.0999844, 30.2889327 ], [ 120.1010225, 30.2889766 ], [ 120.1022436, 30.2890283 ], [ 120.1026419, 30.289049 ], [ 120.1029438, 30.2890366 ] ], [ [ 120.1029438, 30.2890366 ], [ 120.1030922, 30.2890311 ] ], [ [ 120.1029048, 30.2892132 ], [ 120.1026319, 30.2891474 ], [ 120.102218, 30.2891324 ], [ 120.1012217, 30.2891026 ], [ 120.1006548, 30.2890856 ], [ 120.0985686, 30.2889601 ] ], [ [ 120.1030922, 30.2890311 ], [ 120.1039389, 30.2890691 ], [ 120.1051829, 30.2891462 ], [ 120.1057592, 30.289182 ], [ 120.1078157, 30.2893069 ], [ 120.1088059, 30.2893395 ], [ 120.1090096, 30.2893621 ] ], [ [ 120.1303301, 30.2905338 ], [ 120.130339, 30.290495 ], [ 120.1306095, 30.287625 ], [ 120.1306159, 30.2875212 ], [ 120.1307454, 30.285423 ] ], [ [ 120.1242014, 30.290253 ], [ 120.1243358, 30.2902569 ] ], [ [ 120.124187, 30.290408 ], [ 120.1234058, 30.2903562 ], [ 120.1229312, 30.2903247 ], [ 120.1215773, 30.2902456 ] ], [ [ 120.1243358, 30.2902569 ], [ 120.1271453, 30.2903867 ], [ 120.1303301, 30.2905338 ] ], [ [ 120.1243277, 30.2904324 ], [ 120.124187, 30.290408 ] ], [ [ 120.1260734, 30.2905244 ], [ 120.1259819, 30.2905215 ], [ 120.1257134, 30.2904991 ], [ 120.1243277, 30.2904324 ] ], [ [ 120.1303301, 30.2905338 ], [ 120.1304928, 30.2904765 ] ], [ [ 120.1276754, 30.2905839 ], [ 120.1274923, 30.2905687 ], [ 120.1269176, 30.2905508 ], [ 120.1260734, 30.2905244 ] ], [ [ 120.1142557, 30.2896856 ], [ 120.1142597, 30.2895892 ], [ 120.1143306, 30.2884764 ], [ 120.1143978, 30.2870806 ] ], [ [ 120.114579, 30.2870936 ], [ 120.1145366, 30.2876198 ], [ 120.1144706, 30.2884391 ], [ 120.1144313, 30.2894086 ], [ 120.1144047, 30.2896046 ], [ 120.1144008, 30.2897018 ] ], [ [ 120.1090096, 30.2893621 ], [ 120.1108957, 30.2894822 ] ], [ [ 120.1108957, 30.2894822 ], [ 120.1125033, 30.289579 ], [ 120.1135953, 30.2896447 ], [ 120.1140009, 30.2896702 ], [ 120.1142557, 30.2896856 ] ], [ [ 120.1108798, 30.2896422 ], [ 120.1089955, 30.289549 ] ], [ [ 120.1142557, 30.2896856 ], [ 120.1144008, 30.2897018 ] ], [ [ 120.1144008, 30.2897018 ], [ 120.1147224, 30.2897065 ], [ 120.1159336, 30.2897575 ] ], [ [ 120.1142443, 30.289827 ], [ 120.1139932, 30.2898196 ], [ 120.1135743, 30.2898004 ], [ 120.1125755, 30.2897418 ], [ 120.1108798, 30.2896422 ] ], [ [ 120.1142443, 30.289827 ], [ 120.1142557, 30.2896856 ] ], [ [ 120.1144008, 30.2897018 ], [ 120.1143984, 30.289846 ] ], [ [ 120.1030388, 30.2892387 ], [ 120.1029048, 30.2892132 ] ], [ [ 120.1089955, 30.289549 ], [ 120.1087677, 30.289455 ], [ 120.1061219, 30.2893268 ], [ 120.1059835, 30.2893133 ], [ 120.1051274, 30.2892625 ], [ 120.1049124, 30.289251 ], [ 120.104087, 30.2892067 ], [ 120.1030388, 30.2892387 ] ], [ [ 120.1159336, 30.2897575 ], [ 120.1159143, 30.2899068 ] ], [ [ 120.1143984, 30.289846 ], [ 120.1142443, 30.289827 ] ], [ [ 120.1159336, 30.2897575 ], [ 120.1172559, 30.2898249 ], [ 120.1178844, 30.2898676 ], [ 120.1191723, 30.2899551 ] ], [ [ 120.1159143, 30.2899068 ], [ 120.1143984, 30.289846 ] ], [ [ 120.1215773, 30.2902456 ], [ 120.1213891, 30.2902366 ], [ 120.1209933, 30.2902156 ], [ 120.119828, 30.2901538 ], [ 120.1194922, 30.290136 ], [ 120.1191538, 30.290118 ], [ 120.1172616, 30.2899804 ], [ 120.1159143, 30.2899068 ] ], [ [ 120.1191723, 30.2899551 ], [ 120.1210086, 30.2900626 ], [ 120.1214103, 30.2900846 ], [ 120.1222029, 30.2901296 ], [ 120.1226948, 30.2901575 ], [ 120.1242014, 30.290253 ] ], [ [ 120.0985686, 30.2889601 ], [ 120.0971426, 30.2889218 ], [ 120.095785, 30.2888599 ], [ 120.0954184, 30.2888432 ], [ 120.0941675, 30.2887822 ], [ 120.0939417, 30.2887494 ] ], [ [ 120.0876479, 30.2890421 ], [ 120.0887583, 30.2889682 ], [ 120.0916229, 30.2887777 ], [ 120.0935935, 30.2886714 ], [ 120.0938632, 30.2886678 ] ], [ [ 120.0938486, 30.2887514 ], [ 120.0935669, 30.2887635 ], [ 120.0901385, 30.2889995 ], [ 120.0894737, 30.2890404 ], [ 120.0878849, 30.2891382 ], [ 120.0876526, 30.2891538 ] ], [ [ 120.1138348, 30.2959975 ], [ 120.1138481, 30.2956959 ], [ 120.1139537, 30.2943258 ], [ 120.1139934, 30.2936717 ], [ 120.1140575, 30.2921265 ], [ 120.1141256, 30.2913877 ], [ 120.1141409, 30.2912212 ], [ 120.1142344, 30.2899029 ], [ 120.1142443, 30.289827 ] ], [ [ 120.1143984, 30.289846 ], [ 120.1143882, 30.2899122 ], [ 120.1143189, 30.2910019 ], [ 120.1142522, 30.2917068 ], [ 120.1142334, 30.2919054 ], [ 120.1142084, 30.2921277 ], [ 120.1141054, 30.2937557 ], [ 120.1140673, 30.2943487 ], [ 120.1140104, 30.2957255 ], [ 120.1139828, 30.2960117 ] ], [ [ 120.0930837, 30.296996 ], [ 120.0930975, 30.2964204 ], [ 120.0931129, 30.2957815 ], [ 120.0931092, 30.29523 ], [ 120.0930971, 30.2945091 ], [ 120.0930904, 30.294176 ], [ 120.0930695, 30.2931712 ], [ 120.093068, 30.2931006 ], [ 120.0931064, 30.2925999 ], [ 120.0933293, 30.2914336 ], [ 120.0934892, 30.2905967 ], [ 120.0938486, 30.2887514 ] ], [ [ 120.0939417, 30.2887494 ], [ 120.0933224, 30.2921822 ], [ 120.0932472, 30.292599 ], [ 120.0932125, 30.2928647 ], [ 120.0931973, 30.2932507 ], [ 120.0932131, 30.2940905 ], [ 120.0932209, 30.2945074 ], [ 120.0932299, 30.2949856 ], [ 120.0932483, 30.2957418 ], [ 120.0932669, 30.2969967 ], [ 120.0932692, 30.2970684 ] ], [ [ 120.0932692, 30.2970684 ], [ 120.0936556, 30.297067 ], [ 120.0941327, 30.2970589 ], [ 120.0943996, 30.29704 ], [ 120.0947168, 30.2970129 ], [ 120.094999, 30.2969814 ], [ 120.0954747, 30.2968894 ], [ 120.0957902, 30.2968146 ], [ 120.0970311, 30.2964108 ], [ 120.0973941, 30.2962974 ], [ 120.098276, 30.2960544 ], [ 120.09869, 30.2959506 ], [ 120.0990978, 30.2958574 ], [ 120.0994831, 30.2957961 ], [ 120.0998927, 30.2957611 ], [ 120.1006735, 30.2957257 ], [ 120.1017128, 30.2956894 ] ], [ [ 120.0894617, 30.2970752 ], [ 120.0905614, 30.2970806 ], [ 120.0923091, 30.2970921 ], [ 120.093083963708722, 30.297109281732308 ] ], [ [ 120.093083963708722, 30.297109281732308 ], [ 120.093269260147693, 30.297113390472692 ] ], [ [ 120.093269260147693, 30.297113390472692 ], [ 120.0935042, 30.2971186 ], [ 120.094056, 30.2971011 ], [ 120.0946416, 30.2970575 ], [ 120.095007, 30.2970162 ], [ 120.0957929, 30.2968582 ], [ 120.0974626, 30.2963261 ], [ 120.0990144, 30.2959205 ], [ 120.0996118, 30.2958264 ], [ 120.1004792, 30.2957843 ], [ 120.1024805, 30.2957897 ], [ 120.1042195, 30.2957997 ], [ 120.1046462, 30.2957986 ], [ 120.1058243, 30.295816 ] ], [ [ 120.1058973, 30.2959615 ], [ 120.1046415, 30.2959079 ], [ 120.1042074, 30.2958981 ], [ 120.1024767, 30.2958671 ], [ 120.1012736, 30.2958565 ], [ 120.1006119, 30.2958482 ], [ 120.0999989, 30.2958661 ], [ 120.0995154, 30.2958914 ], [ 120.0990441, 30.2959717 ], [ 120.0974912, 30.296384 ], [ 120.0958706, 30.2968958 ], [ 120.0952771, 30.297025 ], [ 120.0944684, 30.2971542 ], [ 120.0940718, 30.2971722 ], [ 120.0935335, 30.297183 ], [ 120.093269351361769, 30.297181618604931 ] ], [ [ 120.093269351361769, 30.297181618604931 ], [ 120.093084129846943, 30.297180649968148 ] ], [ [ 120.093084129846943, 30.297180649968148 ], [ 120.0923097, 30.2971766 ], [ 120.0903675, 30.2971709 ], [ 120.0894668, 30.2972158 ] ], [ [ 120.1016694, 30.2959412 ], [ 120.1009666, 30.295894 ], [ 120.1004182, 30.2958906 ], [ 120.1000194, 30.2959047 ], [ 120.0995444, 30.2959345 ], [ 120.0990599, 30.2960124 ], [ 120.0974163, 30.2964496 ], [ 120.0958781, 30.2969278 ], [ 120.095264, 30.297063 ], [ 120.0948375, 30.2971323 ], [ 120.0944717, 30.2971819 ], [ 120.0940764, 30.2972085 ], [ 120.0935909, 30.2972091 ], [ 120.0933621, 30.2972154 ], [ 120.0932694, 30.297218 ] ], [ [ 120.0930837, 30.296996 ], [ 120.0932692, 30.2970684 ] ], [ [ 120.0894617, 30.2970752 ], [ 120.0899916, 30.2970058 ], [ 120.091307, 30.2969966 ], [ 120.0919019, 30.2969987 ], [ 120.0930837, 30.296996 ] ], [ [ 120.0879426, 30.2970845 ], [ 120.0884977, 30.2970723 ], [ 120.0888957, 30.2970678 ], [ 120.0891761, 30.2970715 ], [ 120.0894617, 30.2970752 ] ], [ [ 120.1304928, 30.2904765 ], [ 120.130477, 30.2908074 ] ], [ [ 120.1303085, 30.2907662 ], [ 120.1303301, 30.2905338 ] ], [ [ 120.1303085, 30.2907662 ], [ 120.1298286, 30.2907265 ], [ 120.1281014, 30.2906191 ], [ 120.1276754, 30.2905839 ] ], [ [ 120.130477, 30.2908074 ], [ 120.1303085, 30.2907662 ] ], [ [ 120.1301771, 30.2925041 ], [ 120.1302066, 30.2922467 ], [ 120.1303057, 30.2908073 ], [ 120.1303085, 30.2907662 ] ], [ [ 120.1403439, 30.2910247 ], [ 120.1404836, 30.2910579 ] ], [ [ 120.1402677, 30.2913139 ], [ 120.1403439, 30.2910247 ] ], [ [ 120.1404836, 30.2910579 ], [ 120.1403839, 30.2913425 ] ], [ [ 120.1403839, 30.2913425 ], [ 120.1402677, 30.2913139 ] ], [ [ 120.1404836, 30.2910579 ], [ 120.1413564, 30.2914498 ], [ 120.1431967, 30.2922762 ], [ 120.1441967, 30.2926861 ] ], [ [ 120.1441014, 30.2928489 ], [ 120.1435998, 30.2926374 ], [ 120.1434498, 30.2925738 ], [ 120.1429575, 30.292365 ], [ 120.1421955, 30.2920508 ], [ 120.1416682, 30.2918406 ], [ 120.1403839, 30.2913425 ] ], [ [ 120.1441967, 30.2926861 ], [ 120.1442819, 30.2927265 ] ], [ [ 120.1441982, 30.292894 ], [ 120.1441014, 30.2928489 ] ], [ [ 120.1442819, 30.2927265 ], [ 120.1449976, 30.2930234 ], [ 120.1453538, 30.2931717 ], [ 120.1456962, 30.2933127 ], [ 120.1468144, 30.2937824 ], [ 120.1485336, 30.2945007 ], [ 120.1495097, 30.2948914 ], [ 120.1496721, 30.2949235 ], [ 120.1504585, 30.2952625 ], [ 120.1510684, 30.295538 ], [ 120.1522067, 30.2960207 ], [ 120.1540967, 30.2968195 ], [ 120.1544525, 30.2969665 ], [ 120.1547338, 30.2970827 ], [ 120.1551978, 30.2972662 ], [ 120.1552539, 30.2972884 ] ], [ [ 120.1570098, 30.2948888 ], [ 120.1569748, 30.2947787 ], [ 120.1573199, 30.2942679 ], [ 120.1575092, 30.2940293 ], [ 120.1580985, 30.2932866 ], [ 120.1588498, 30.292146 ], [ 120.1588825, 30.2920964 ], [ 120.1589145, 30.2920478 ] ], [ [ 120.159195, 30.2920922 ], [ 120.1591571, 30.292149 ], [ 120.1591124, 30.292216 ], [ 120.1587181, 30.2928063 ], [ 120.158319, 30.2934185 ], [ 120.1577426, 30.2941861 ], [ 120.1576093, 30.2943636 ], [ 120.157238, 30.2948918 ], [ 120.157186, 30.2949664 ] ], [ [ 120.1552539, 30.2972884 ], [ 120.1555732, 30.296954 ], [ 120.1559483, 30.296401 ], [ 120.1562228, 30.2960044 ], [ 120.1563311, 30.2958389 ], [ 120.1565156, 30.2955819 ], [ 120.1570098, 30.2948888 ] ], [ [ 120.157186, 30.2949664 ], [ 120.156681, 30.2956488 ], [ 120.1555856, 30.2974081 ] ], [ [ 120.1552539, 30.2972884 ], [ 120.1555856, 30.2974081 ] ], [ [ 120.1402677, 30.2913139 ], [ 120.1397412, 30.291204 ], [ 120.1392566, 30.2911531 ], [ 120.1369299, 30.291083 ] ], [ [ 120.1368101, 30.2955823 ], [ 120.1369603, 30.2954145 ], [ 120.1372077, 30.2952021 ], [ 120.1375027, 30.2950014 ], [ 120.1383173, 30.2944099 ], [ 120.1385809, 30.2942205 ], [ 120.1388518, 30.2939675 ], [ 120.1391503, 30.2935859 ], [ 120.1393265, 30.2932836 ], [ 120.1394663, 30.2929654 ], [ 120.1396418, 30.2925926 ], [ 120.1397704, 30.2923194 ], [ 120.1402677, 30.2913139 ] ], [ [ 120.1403839, 30.2913425 ], [ 120.1402071, 30.2917263 ], [ 120.1398907, 30.2923647 ], [ 120.1397978, 30.292562 ], [ 120.1396925, 30.2927856 ], [ 120.1395777, 30.2929982 ], [ 120.1394081, 30.2933591 ], [ 120.1393055, 30.2935603 ], [ 120.1390725, 30.2938526 ], [ 120.1388817, 30.2940681 ], [ 120.1386163, 30.2943306 ], [ 120.1384383, 30.2944585 ], [ 120.1375888, 30.2950741 ], [ 120.1373133, 30.2952722 ], [ 120.1370514, 30.2954822 ], [ 120.1369847, 30.2955649 ], [ 120.136906, 30.2956659 ], [ 120.136747, 30.2958534 ], [ 120.1366176, 30.2960468 ], [ 120.13651, 30.2962101 ], [ 120.1364497, 30.2963211 ], [ 120.1362371, 30.2967422 ], [ 120.1361378, 30.2969598 ], [ 120.13597, 30.2973142 ] ], [ [ 120.1358226, 30.2972419 ], [ 120.1360664, 30.296759 ], [ 120.1362598, 30.2963758 ], [ 120.1363613, 30.2962156 ], [ 120.1363789, 30.2961851 ], [ 120.1364221, 30.2961102 ], [ 120.1364672, 30.2960319 ], [ 120.1365969, 30.2958069 ], [ 120.1368101, 30.2955823 ] ], [ [ 120.1322977, 30.2955886 ], [ 120.1330437, 30.2958358 ], [ 120.1336004, 30.2960568 ], [ 120.1341078, 30.2963084 ], [ 120.13513, 30.2968789 ], [ 120.1358226, 30.2972419 ] ], [ [ 120.1357326, 30.2974304 ], [ 120.1350423, 30.2970419 ], [ 120.1336036, 30.2962305 ], [ 120.1328364, 30.2959062 ], [ 120.1326212, 30.2958428 ], [ 120.1321833, 30.2957137 ] ], [ [ 120.1358226, 30.2972419 ], [ 120.13597, 30.2973142 ] ], [ [ 120.1357326, 30.2974304 ], [ 120.1358226, 30.2972419 ] ], [ [ 120.1299174, 30.2953131 ], [ 120.1301106, 30.2953056 ] ], [ [ 120.1301106, 30.2953056 ], [ 120.1300531, 30.2954541 ] ], [ [ 120.1298457, 30.2954615 ], [ 120.1299174, 30.2953131 ] ], [ [ 120.1301106, 30.2953056 ], [ 120.1307718, 30.2953423 ], [ 120.1312826, 30.2953918 ], [ 120.1318319, 30.2954911 ], [ 120.1322977, 30.2955886 ] ], [ [ 120.1300531, 30.2954541 ], [ 120.1298457, 30.2954615 ] ], [ [ 120.1278054, 30.2956818 ], [ 120.1280721, 30.2955985 ], [ 120.1283373, 30.295537 ], [ 120.1288391, 30.2954239 ], [ 120.1293722, 30.2953495 ], [ 120.1299174, 30.2953131 ] ], [ [ 120.1321833, 30.2957137 ], [ 120.1317032, 30.2955859 ], [ 120.1315063, 30.2955566 ], [ 120.1313016, 30.2955262 ], [ 120.1309481, 30.295495 ], [ 120.1305684, 30.2954713 ], [ 120.1300531, 30.2954541 ] ], [ [ 120.1550859, 30.2974613 ], [ 120.1545853, 30.2972351 ], [ 120.1541695, 30.2970558 ], [ 120.1526652, 30.2964095 ], [ 120.1509066, 30.2956628 ], [ 120.1505668, 30.295534 ], [ 120.1503314, 30.2954418 ], [ 120.1494978, 30.2951017 ], [ 120.1490198, 30.2948855 ], [ 120.1484505, 30.2946582 ], [ 120.1470822, 30.2940854 ], [ 120.1455754, 30.2934794 ], [ 120.1452696, 30.2933394 ], [ 120.1441982, 30.292894 ] ], [ [ 120.13597, 30.2973142 ], [ 120.1359272, 30.2973899 ], [ 120.1358604, 30.2974919 ] ], [ [ 120.1358604, 30.2974919 ], [ 120.1357326, 30.2974304 ] ], [ [ 120.1307395, 30.3016504 ], [ 120.1308902, 30.3015277 ], [ 120.13196, 30.3008205 ], [ 120.1329216, 30.3001848 ], [ 120.134236, 30.2992928 ], [ 120.1345662, 30.2990525 ], [ 120.1348216, 30.2988004 ], [ 120.1351369, 30.2984391 ], [ 120.1353707, 30.2981423 ], [ 120.1355485, 30.2977872 ], [ 120.1357326, 30.2974304 ] ], [ [ 120.1490014, 30.3033679 ], [ 120.150279, 30.3021383 ], [ 120.1505321, 30.3018755 ], [ 120.1508246, 30.3015719 ], [ 120.1513688, 30.301007 ], [ 120.1518664, 30.3005219 ], [ 120.1520197, 30.3003763 ], [ 120.1521638, 30.3002395 ], [ 120.1525818, 30.2998428 ], [ 120.1527447, 30.2997031 ], [ 120.1528123, 30.2996287 ], [ 120.1536734, 30.2988225 ], [ 120.1540606, 30.2984599 ], [ 120.1544941, 30.2980127 ], [ 120.1550859, 30.2974613 ] ], [ [ 120.1300931, 30.2935784 ], [ 120.1300976, 30.2934362 ], [ 120.1301144, 30.2931147 ], [ 120.130148, 30.2927576 ], [ 120.1301771, 30.2925041 ] ], [ [ 120.130477, 30.2908074 ], [ 120.1304725, 30.2908632 ], [ 120.1303547, 30.2923225 ], [ 120.1302947, 30.2926961 ], [ 120.130256, 30.2930823 ], [ 120.1302236, 30.293471 ], [ 120.1302086, 30.2941682 ], [ 120.1301909, 30.2947525 ], [ 120.1301671, 30.2950559 ], [ 120.1301106, 30.2953056 ] ], [ [ 120.1017128, 30.2956894 ], [ 120.1018617, 30.2956884 ] ], [ [ 120.1018617, 30.2956884 ], [ 120.1034126, 30.2956895 ], [ 120.1034956, 30.29569 ], [ 120.1042476, 30.295714 ], [ 120.1046375, 30.2957196 ], [ 120.1058243, 30.295816 ] ], [ [ 120.1058243, 30.295816 ], [ 120.1079071, 30.295816 ], [ 120.1084863, 30.2958213 ], [ 120.1087296, 30.2958252 ], [ 120.1089844, 30.2958298 ], [ 120.1104474, 30.2958418 ] ], [ [ 120.1018401, 30.2959559 ], [ 120.1016694, 30.2959412 ] ], [ [ 120.1299174, 30.2953131 ], [ 120.1300331, 30.2950077 ], [ 120.1300525, 30.2947412 ], [ 120.1300744, 30.2944392 ], [ 120.1300808, 30.2939684 ], [ 120.1300931, 30.2935784 ] ], [ [ 120.1104474, 30.2958418 ], [ 120.1109379, 30.2957972 ], [ 120.1119325, 30.2958457 ], [ 120.1126066, 30.2958861 ], [ 120.1138348, 30.2959975 ] ], [ [ 120.1138348, 30.2959975 ], [ 120.1139828, 30.2960117 ] ], [ [ 120.1137938, 30.2962742 ], [ 120.112879, 30.2961797 ], [ 120.1119913, 30.2961133 ], [ 120.1108957, 30.2960314 ], [ 120.1102185, 30.2959548 ] ], [ [ 120.1137938, 30.2962742 ], [ 120.113807088199792, 30.296184520856489 ] ], [ [ 120.113807088199792, 30.296184520856489 ], [ 120.113820600259004, 30.296093330934987 ] ], [ [ 120.113820600259004, 30.296093330934987 ], [ 120.1138348, 30.2959975 ] ], [ [ 120.1139828, 30.2960117 ], [ 120.113973368347658, 30.296106898620483 ] ], [ [ 120.113973368347658, 30.296106898620483 ], [ 120.113964373536405, 30.296197687974271 ] ], [ [ 120.113964373536405, 30.296197687974271 ], [ 120.113955, 30.2962923 ] ], [ [ 120.1104474, 30.2958418 ], [ 120.1119371, 30.2959104 ], [ 120.1134408, 30.2960596 ], [ 120.113820600259004, 30.296093330934987 ] ], [ [ 120.113820600259004, 30.296093330934987 ], [ 120.113973368347658, 30.296106898620483 ] ], [ [ 120.113973368347658, 30.296106898620483 ], [ 120.1141952, 30.2961266 ], [ 120.1149866, 30.2962007 ], [ 120.1168953, 30.2966411 ] ], [ [ 120.113955, 30.2962923 ], [ 120.1137938, 30.2962742 ] ], [ [ 120.1139828, 30.2960117 ], [ 120.1149586, 30.296108 ], [ 120.115655, 30.2962546 ], [ 120.1164019, 30.2964401 ], [ 120.1168953, 30.2966411 ] ], [ [ 120.1168549, 30.2967555 ], [ 120.1151329, 30.2963409 ], [ 120.1146572, 30.2962635 ], [ 120.1141867, 30.2962163 ], [ 120.113964373536405, 30.296197687974271 ] ], [ [ 120.113964373536405, 30.296197687974271 ], [ 120.113807088199792, 30.296184520856489 ] ], [ [ 120.113807088199792, 30.296184520856489 ], [ 120.1134222, 30.2961523 ], [ 120.1111619, 30.2959668 ], [ 120.1102185, 30.2959548 ] ], [ [ 120.1298457, 30.2954615 ], [ 120.1295507, 30.2954748 ], [ 120.12926, 30.2955009 ], [ 120.1288066, 30.2955699 ], [ 120.1283609, 30.2956539 ], [ 120.127982, 30.2957553 ], [ 120.127632, 30.2958644 ], [ 120.1275161, 30.2959005 ], [ 120.12702, 30.2960956 ], [ 120.1266925, 30.2962312 ], [ 120.1264263, 30.2963377 ], [ 120.1262831, 30.296395 ], [ 120.1258594, 30.2965476 ], [ 120.125308, 30.2967135 ], [ 120.1249504, 30.2967806 ], [ 120.1245473, 30.2968488 ], [ 120.1238898, 30.2969029 ] ], [ [ 120.1239966, 30.2967626 ], [ 120.1244772, 30.2967238 ], [ 120.1248895, 30.2966618 ], [ 120.1250894, 30.2966109 ], [ 120.1252615, 30.2965671 ], [ 120.1258715, 30.2963914 ], [ 120.1262554, 30.2962743 ], [ 120.1265825, 30.2961463 ], [ 120.1271665, 30.2959005 ], [ 120.1278054, 30.2956818 ] ], [ [ 120.123847, 30.2967538 ], [ 120.1239966, 30.2967626 ] ], [ [ 120.1238898, 30.2969029 ], [ 120.123764, 30.2968988 ] ], [ [ 120.1300531, 30.2954541 ], [ 120.1296772, 30.2965195 ], [ 120.1295413, 30.2968875 ], [ 120.1293034, 30.2975316 ], [ 120.1292483, 30.2976807 ], [ 120.1292444, 30.2976912 ], [ 120.1292387, 30.297708 ], [ 120.1290826, 30.2981661 ], [ 120.1288945, 30.2986937 ], [ 120.1288499, 30.2988188 ], [ 120.1288571, 30.2990135 ], [ 120.1289002, 30.2991642 ], [ 120.1290111, 30.2993389 ], [ 120.1297063, 30.3003132 ], [ 120.1306454, 30.3015387 ], [ 120.1307395, 30.3016504 ] ], [ [ 120.1102185, 30.2959548 ], [ 120.1098507, 30.2959694 ], [ 120.1091681, 30.2959863 ], [ 120.108861, 30.2959838 ], [ 120.1087175, 30.2959827 ], [ 120.1084889, 30.295986 ] ], [ [ 120.1058973, 30.2959615 ], [ 120.1049263, 30.2959867 ], [ 120.1046392, 30.2959815 ], [ 120.1042101, 30.2959723 ], [ 120.1035183, 30.2959623 ], [ 120.1021827, 30.2959785 ], [ 120.1018401, 30.2959559 ] ], [ [ 120.1084889, 30.295986 ], [ 120.1074372, 30.2959769 ], [ 120.1058973, 30.2959615 ] ], [ [ 120.1168549, 30.2967555 ], [ 120.1163573, 30.2967137 ], [ 120.1155102, 30.2965273 ], [ 120.1151293, 30.2964398 ], [ 120.1147083, 30.2963696 ], [ 120.113955, 30.2962923 ] ], [ [ 120.1168953, 30.2966411 ], [ 120.117351, 30.2966974 ], [ 120.1178953, 30.2967484 ], [ 120.1183235, 30.2967674 ], [ 120.1187694, 30.2967471 ], [ 120.1192772, 30.2966831 ], [ 120.1196956, 30.2966191 ], [ 120.1204738, 30.2965215 ], [ 120.120969, 30.2965065 ], [ 120.1216011, 30.2965556 ], [ 120.1221611, 30.2966188 ], [ 120.1227333, 30.2966995 ], [ 120.1230653, 30.2967415 ], [ 120.1234805, 30.2967617 ], [ 120.123847, 30.2967538 ] ], [ [ 120.123764, 30.2968988 ], [ 120.1232054, 30.2968822 ], [ 120.1228152, 30.2968471 ], [ 120.1224737, 30.296805 ], [ 120.1217313, 30.2967161 ], [ 120.1213597, 30.2966716 ], [ 120.1210223, 30.296668 ], [ 120.1206164, 30.2966689 ], [ 120.1197647, 30.2967592 ], [ 120.1193351, 30.2968298 ], [ 120.1189508, 30.2968887 ], [ 120.1185137, 30.2969265 ], [ 120.118093, 30.2969282 ], [ 120.1178602, 30.2969137 ], [ 120.1173848, 30.2968477 ], [ 120.1168549, 30.2967555 ] ], [ [ 120.1136489, 30.298045 ], [ 120.1136882, 30.2975645 ], [ 120.1137938, 30.2962742 ] ], [ [ 120.113955, 30.2962923 ], [ 120.113805, 30.2980549 ] ], [ [ 120.1134449, 30.3013184 ], [ 120.1135094, 30.3003145 ], [ 120.1135845, 30.2990163 ], [ 120.113613, 30.2985207 ], [ 120.1136489, 30.298045 ] ], [ [ 120.0931033, 30.3024066 ], [ 120.0931042, 30.3023513 ], [ 120.0931066, 30.3022228 ], [ 120.0931223, 30.3013531 ], [ 120.0931267, 30.3011092 ], [ 120.0930903, 30.3000914 ], [ 120.0930826, 30.2998756 ], [ 120.093052, 30.2996801 ], [ 120.0930571, 30.2993187 ], [ 120.0930838, 30.2974423 ], [ 120.0930844, 30.2972967 ] ], [ [ 120.0930997, 30.3025145 ], [ 120.0931033, 30.3024066 ] ], [ [ 120.0932954, 30.3024057 ], [ 120.093292, 30.3025176 ] ], [ [ 120.1306283, 30.3017373 ], [ 120.1305157, 30.301602 ], [ 120.1304126, 30.3014693 ], [ 120.1295916, 30.3003691 ], [ 120.128904, 30.2993845 ], [ 120.1288336, 30.299273 ], [ 120.1287652, 30.2991341 ], [ 120.1287531, 30.2990738 ], [ 120.1287285, 30.2989505 ], [ 120.1287212, 30.2988154 ], [ 120.1287377, 30.2987267 ], [ 120.1287714, 30.2986381 ], [ 120.1290079, 30.2979315 ], [ 120.1290921, 30.2977014 ], [ 120.129102, 30.2976726 ], [ 120.1292542, 30.2972315 ], [ 120.1295088, 30.2964937 ], [ 120.1298457, 30.2954615 ] ], [ [ 120.1307395, 30.3016504 ], [ 120.1308316, 30.3017368 ] ], [ [ 120.1306283, 30.3017373 ], [ 120.1307395, 30.3016504 ] ], [ [ 120.1308316, 30.3017368 ], [ 120.1306942, 30.3018441 ] ], [ [ 120.1306942, 30.3018441 ], [ 120.1306283, 30.3017373 ] ], [ [ 120.1251073, 30.3055327 ], [ 120.1252989, 30.3054028 ], [ 120.1257611, 30.3050892 ], [ 120.1262573, 30.3047525 ], [ 120.1266341, 30.3044968 ], [ 120.1272868, 30.3040464 ], [ 120.1274883, 30.3039166 ], [ 120.1275502, 30.3038767 ], [ 120.1276287, 30.3038219 ], [ 120.1283231, 30.3033642 ], [ 120.1289601, 30.3029397 ], [ 120.129047, 30.3028684 ], [ 120.130521, 30.3018325 ], [ 120.1306283, 30.3017373 ] ], [ [ 120.113805, 30.2980549 ], [ 120.1137615, 30.2984367 ], [ 120.1137379, 30.2986089 ], [ 120.113701, 30.2990949 ], [ 120.1136215, 30.3003185 ], [ 120.1135521, 30.3013269 ] ], [ [ 120.1650266, 30.2809703 ], [ 120.1651312, 30.2805877 ], [ 120.1652095, 30.2803369 ], [ 120.1653096, 30.2798898 ], [ 120.1653304, 30.2795476 ] ], [ [ 120.1647064, 30.2825379 ], [ 120.1648382, 30.2818833 ], [ 120.1649181, 30.2814587 ], [ 120.1650266, 30.2809703 ] ], [ [ 120.1655496, 30.2796653 ], [ 120.1654287, 30.2802882 ], [ 120.1653752, 30.2807889 ], [ 120.1652619, 30.2814463 ], [ 120.1651614, 30.2819457 ], [ 120.1650778, 30.2822643 ], [ 120.1649754, 30.282628 ], [ 120.1648276, 30.2832082 ], [ 120.1647272, 30.2835644 ], [ 120.1646437, 30.283825 ], [ 120.1646292, 30.2838972 ] ], [ [ 120.1643312, 30.2839134 ], [ 120.1643545, 30.2838504 ], [ 120.1644867, 30.2834931 ], [ 120.1646058, 30.283037 ], [ 120.1646367, 30.2828838 ], [ 120.1647064, 30.2825379 ] ], [ [ 120.1643312, 30.2839134 ], [ 120.1646292, 30.2838972 ] ], [ [ 120.1860439, 30.2782404 ], [ 120.1858833, 30.2782198 ], [ 120.1853621, 30.2781531 ], [ 120.1844443, 30.2780715 ], [ 120.1828381, 30.277929 ], [ 120.1811647, 30.2778044 ] ], [ [ 120.1778858, 30.2823207 ], [ 120.177937, 30.28221 ], [ 120.1783197, 30.2814775 ], [ 120.1786122, 30.2809178 ], [ 120.1789118, 30.2804841 ], [ 120.180219, 30.2789094 ], [ 120.1807562, 30.2782645 ], [ 120.18092, 30.2780094 ], [ 120.1809974, 30.2777973 ] ], [ [ 120.1811647, 30.2778044 ], [ 120.1811299, 30.278046 ], [ 120.180916, 30.2783712 ], [ 120.1807577, 30.2785529 ], [ 120.1803621, 30.2790067 ], [ 120.1790721, 30.2804977 ], [ 120.1787112, 30.2810212 ], [ 120.1785746, 30.2812818 ], [ 120.1780837, 30.2822185 ], [ 120.178018, 30.282351 ] ], [ [ 120.1764956, 30.28493 ], [ 120.1771784, 30.2835875 ], [ 120.1778858, 30.2823207 ] ], [ [ 120.178018, 30.282351 ], [ 120.1773381, 30.2835955 ], [ 120.1766815, 30.2849524 ] ], [ [ 120.1730137, 30.2845938 ], [ 120.1734122, 30.284687 ], [ 120.1745642, 30.2848171 ], [ 120.1750722, 30.2848731 ], [ 120.176126, 30.2849975 ], [ 120.176439441348847, 30.285038134545619 ] ], [ [ 120.176439441348847, 30.285038134545619 ], [ 120.176625109310677, 30.285062204545611 ] ], [ [ 120.176625109310677, 30.285062204545611 ], [ 120.1832488, 30.2859209 ], [ 120.1836901, 30.2859767 ] ], [ [ 120.184307, 30.2861682 ], [ 120.1832254, 30.2860154 ], [ 120.176578838423865, 30.285152303704944 ] ], [ [ 120.176578838423865, 30.285152303704944 ], [ 120.176392701651636, 30.285128132717183 ] ], [ [ 120.176392701651636, 30.285128132717183 ], [ 120.1761183, 30.2850925 ], [ 120.1750787, 30.2849646 ], [ 120.1745449, 30.2849088 ], [ 120.1733199, 30.2848146 ] ], [ [ 120.1722137, 30.2845234 ], [ 120.1724076, 30.2845492 ] ], [ [ 120.1724076, 30.2845492 ], [ 120.1730137, 30.2845938 ] ], [ [ 120.1723679, 30.2847341 ], [ 120.1721737, 30.2847138 ] ], [ [ 120.1730137, 30.2845938 ], [ 120.173407, 30.2845984 ], [ 120.1743776, 30.2846644 ], [ 120.1757109, 30.2848225 ], [ 120.1764956, 30.28493 ] ], [ [ 120.1733199, 30.2848146 ], [ 120.1730601, 30.2847879 ], [ 120.1723679, 30.2847341 ] ], [ [ 120.1764956, 30.28493 ], [ 120.1766815, 30.2849524 ] ], [ [ 120.1763318, 30.2852454 ], [ 120.173768, 30.2849349 ], [ 120.1733199, 30.2848146 ] ], [ [ 120.1763318, 30.2852454 ], [ 120.176392701651636, 30.285128132717183 ] ], [ [ 120.176392701651636, 30.285128132717183 ], [ 120.176439441348847, 30.285038134545619 ] ], [ [ 120.176439441348847, 30.285038134545619 ], [ 120.1764956, 30.28493 ] ], [ [ 120.1766815, 30.2849524 ], [ 120.176625109310677, 30.285062204545611 ] ], [ [ 120.176625109310677, 30.285062204545611 ], [ 120.176578838423865, 30.285152303704944 ] ], [ [ 120.176578838423865, 30.285152303704944 ], [ 120.1765148, 30.285277 ] ], [ [ 120.1765148, 30.285277 ], [ 120.1763318, 30.2852454 ] ], [ [ 120.17191, 30.2879662 ], [ 120.1718533, 30.2875694 ], [ 120.1718382, 30.2875297 ], [ 120.1718237, 30.2873587 ], [ 120.1717983, 30.2871784 ], [ 120.1717818, 30.2868748 ], [ 120.1717722, 30.2865915 ], [ 120.1719369, 30.2858237 ], [ 120.17197, 30.2856486 ], [ 120.1720268, 30.2853951 ], [ 120.1721485, 30.2848374 ], [ 120.1721737, 30.2847138 ] ], [ [ 120.1723679, 30.2847341 ], [ 120.1723384, 30.2848487 ], [ 120.1721725, 30.2855178 ], [ 120.1721035, 30.2858067 ], [ 120.1718949, 30.2866587 ], [ 120.1719429, 30.2872295 ], [ 120.1719757, 30.2873603 ], [ 120.1719907, 30.2875419 ], [ 120.1720413, 30.2878507 ], [ 120.1720749, 30.2879636 ] ], [ [ 120.1725286, 30.2904768 ], [ 120.172857, 30.2901131 ], [ 120.1729214, 30.2900417 ], [ 120.1735706, 30.2893227 ], [ 120.1738798, 30.2890014 ], [ 120.1743137, 30.2885505 ], [ 120.1745418, 30.2882841 ], [ 120.1747062, 30.2881021 ], [ 120.1748013, 30.2879807 ], [ 120.1750737, 30.287587 ], [ 120.1754075, 30.2869906 ], [ 120.1758783, 30.286081 ], [ 120.1763318, 30.2852454 ] ], [ [ 120.1765148, 30.285277 ], [ 120.1755647, 30.2870846 ], [ 120.1753739, 30.2874188 ], [ 120.1752615, 30.2876155 ], [ 120.1750212, 30.2879384 ], [ 120.1748582, 30.2882101 ], [ 120.1745487, 30.2885291 ], [ 120.174442, 30.288639 ], [ 120.1739652, 30.2891609 ], [ 120.1735487, 30.2896169 ], [ 120.17299, 30.2902285 ], [ 120.1729252, 30.2902994 ], [ 120.1725842, 30.2906726 ] ], [ [ 120.1720749, 30.2879636 ], [ 120.1721987, 30.2884505 ], [ 120.1722383, 30.2886935 ], [ 120.1725286, 30.2904768 ] ], [ [ 120.1590024, 30.2919325 ], [ 120.1590312, 30.2918913 ], [ 120.1590497, 30.2918648 ], [ 120.1592665, 30.2915546 ], [ 120.1598516, 30.2907185 ], [ 120.160239, 30.2901649 ], [ 120.1607926, 30.2893738 ], [ 120.1610059, 30.2890495 ], [ 120.1613184, 30.2885747 ], [ 120.1614102, 30.2884388 ], [ 120.1622429, 30.2872054 ], [ 120.1624636, 30.2868458 ], [ 120.162667, 30.2865925 ], [ 120.1628099, 30.2863763 ], [ 120.1628252, 30.2863531 ], [ 120.163444, 30.2853984 ], [ 120.1636378, 30.2851151 ], [ 120.1637121, 30.2850065 ], [ 120.1641608, 30.2841683 ], [ 120.1642287, 30.2840414 ] ], [ [ 120.1589145, 30.2920478 ], [ 120.1590024, 30.2919325 ] ], [ [ 120.159281, 30.2919757 ], [ 120.159195, 30.2920922 ] ], [ [ 120.1642287, 30.2840414 ], [ 120.1643312, 30.2839134 ] ], [ [ 120.1646292, 30.2838972 ], [ 120.1645781, 30.2840784 ] ], [ [ 120.1645781, 30.2840784 ], [ 120.1642287, 30.2840414 ] ], [ [ 120.1646292, 30.2838972 ], [ 120.1660424, 30.2840159 ], [ 120.1666593, 30.2840657 ], [ 120.1668744, 30.284083 ], [ 120.1671324, 30.2841038 ], [ 120.1678869, 30.2841593 ], [ 120.1686654, 30.2842279 ], [ 120.169563, 30.2843 ], [ 120.1704365, 30.2843702 ], [ 120.1716241, 30.2844659 ], [ 120.1718895, 30.2844917 ], [ 120.1722137, 30.2845234 ] ], [ [ 120.1721737, 30.2847138 ], [ 120.1718578, 30.2846789 ], [ 120.1715808, 30.284646 ], [ 120.1705401, 30.2845544 ], [ 120.1698687, 30.284502 ], [ 120.169345, 30.2844579 ], [ 120.1692924, 30.2844537 ], [ 120.1686247, 30.2843999 ], [ 120.1678791, 30.2843314 ], [ 120.1677189, 30.2843211 ], [ 120.1665129, 30.2842234 ], [ 120.1662789, 30.2842074 ], [ 120.1655388, 30.2841512 ], [ 120.1645781, 30.2840784 ] ], [ [ 120.1645781, 30.2840784 ], [ 120.1645487, 30.2841647 ], [ 120.164381, 30.2844474 ], [ 120.1639892, 30.285108 ], [ 120.163829, 30.2853782 ], [ 120.1638056, 30.2854265 ], [ 120.1637287, 30.285547 ], [ 120.1635516, 30.2858244 ], [ 120.1634335, 30.2860095 ], [ 120.1632025, 30.2863714 ], [ 120.1628995, 30.2867719 ], [ 120.1628604, 30.2868173 ], [ 120.1627623, 30.2869353 ], [ 120.1626607, 30.2870521 ], [ 120.1625171, 30.287239 ], [ 120.1620299, 30.2879422 ], [ 120.1616097, 30.288532 ], [ 120.16099, 30.2894016 ], [ 120.1604238, 30.2902951 ], [ 120.160149, 30.2906979 ], [ 120.1600353, 30.2908654 ], [ 120.1599028, 30.2910607 ], [ 120.1593247, 30.2919126 ], [ 120.1593161, 30.2919253 ], [ 120.159281, 30.2919757 ] ], [ [ 120.1697301, 30.2937873 ], [ 120.1673535, 30.2964054 ] ], [ [ 120.1723153, 30.2907459 ], [ 120.1719303, 30.2885113 ], [ 120.1719159, 30.2884183 ], [ 120.1718969, 30.2883065 ], [ 120.17191, 30.2879662 ] ], [ [ 120.1725286, 30.2904768 ], [ 120.1725842, 30.2906726 ] ], [ [ 120.1723153, 30.2907459 ], [ 120.172384082251114, 30.290659124079816 ] ], [ [ 120.172384082251114, 30.290659124079816 ], [ 120.172455448400626, 30.290569088304704 ] ], [ [ 120.172455448400626, 30.290569088304704 ], [ 120.1725286, 30.2904768 ] ], [ [ 120.1720749, 30.2879636 ], [ 120.1720689, 30.2882339 ], [ 120.1721837, 30.2889621 ], [ 120.1722737, 30.2895332 ], [ 120.1722861, 30.2896123 ], [ 120.1723977, 30.2903204 ], [ 120.172455448400626, 30.290569088304704 ] ], [ [ 120.172455448400626, 30.290569088304704 ], [ 120.1724757, 30.2906563 ], [ 120.172506783165005, 30.290751623277046 ] ], [ [ 120.172506783165005, 30.290751623277046 ], [ 120.1726076, 30.2910608 ], [ 120.1732805, 30.2927187 ], [ 120.1734085, 30.2930341 ], [ 120.1736218, 30.2935382 ] ], [ [ 120.1735003, 30.29358 ], [ 120.173282, 30.2930021 ], [ 120.1731803, 30.2927514 ], [ 120.1725019, 30.2910793 ], [ 120.172430610395423, 30.290829376673635 ] ], [ [ 120.172430610395423, 30.290829376673635 ], [ 120.1723888, 30.2906828 ], [ 120.172384082251114, 30.290659124079816 ] ], [ [ 120.172384082251114, 30.290659124079816 ], [ 120.1722968, 30.2902211 ], [ 120.172201, 30.289613 ], [ 120.1719908, 30.2882794 ], [ 120.17191, 30.2879662 ] ], [ [ 120.1725842, 30.2906726 ], [ 120.172506783165005, 30.290751623277046 ] ], [ [ 120.172506783165005, 30.290751623277046 ], [ 120.172430610395423, 30.290829376673635 ] ], [ [ 120.172430610395423, 30.290829376673635 ], [ 120.1723577, 30.2909038 ] ], [ [ 120.1723577, 30.2909038 ], [ 120.1723153, 30.2907459 ] ], [ [ 120.1725842, 30.2906726 ], [ 120.1726858, 30.2910818 ], [ 120.1728509, 30.2914967 ], [ 120.1730466, 30.2919884 ], [ 120.1731818, 30.2923282 ], [ 120.1734746, 30.2930149 ], [ 120.173503, 30.2931159 ], [ 120.1736218, 30.2935382 ] ], [ [ 120.1696702, 30.293549 ], [ 120.1706455, 30.2925245 ], [ 120.1708603, 30.2923026 ], [ 120.1710128, 30.2921333 ], [ 120.1714406, 30.2916776 ], [ 120.1718317, 30.291261 ], [ 120.1723153, 30.2907459 ] ], [ [ 120.1735003, 30.29358 ], [ 120.1732308, 30.2930941 ], [ 120.1729742, 30.2924423 ], [ 120.1727316, 30.2918261 ], [ 120.1723577, 30.2909038 ] ], [ [ 120.1723577, 30.2909038 ], [ 120.1715882, 30.2917839 ], [ 120.1715335, 30.2918464 ], [ 120.1713851, 30.2919824 ], [ 120.1708143, 30.2926155 ], [ 120.1707985, 30.292633 ], [ 120.1707872, 30.2926456 ], [ 120.1707697, 30.2926645 ], [ 120.1707274, 30.2927101 ], [ 120.1705303, 30.2929226 ], [ 120.1697974, 30.293706 ] ], [ [ 120.1695484, 30.2936397 ], [ 120.1696702, 30.293549 ] ], [ [ 120.1697974, 30.293706 ], [ 120.1697301, 30.2937873 ] ], [ [ 120.1736218, 30.2935382 ], [ 120.174097, 30.2947229 ], [ 120.1741153, 30.2947838 ], [ 120.1742687, 30.2953106 ], [ 120.1743292, 30.295511 ], [ 120.1743843, 30.2957386 ], [ 120.1744756, 30.2961071 ] ], [ [ 120.1743007, 30.2961104 ], [ 120.1742428, 30.2958021 ], [ 120.1741513, 30.2954164 ], [ 120.1740002, 30.2949066 ], [ 120.1739186, 30.2946291 ], [ 120.1735537, 30.293714 ], [ 120.1735003, 30.29358 ] ], [ [ 120.1631166, 30.3005995 ], [ 120.1637583, 30.2999001 ], [ 120.1640557, 30.2995952 ], [ 120.1641792, 30.2994686 ], [ 120.1650193, 30.2986073 ], [ 120.165453, 30.2981851 ], [ 120.1658916, 30.2976983 ], [ 120.1659493, 30.2976343 ], [ 120.1695484, 30.2936397 ] ], [ [ 120.1673535, 30.2964054 ], [ 120.1661122, 30.2977567 ], [ 120.1660539, 30.2978202 ], [ 120.1656636, 30.298245 ], [ 120.1646709, 30.2992863 ], [ 120.1645816, 30.2993799 ], [ 120.1633413, 30.300681 ] ], [ [ 120.1631166, 30.3005995 ], [ 120.1633413, 30.300681 ] ], [ [ 120.1629966, 30.300722 ], [ 120.1631166, 30.3005995 ] ], [ [ 120.1633413, 30.300681 ], [ 120.1632065, 30.3008127 ] ], [ [ 120.1727066, 30.3040699 ], [ 120.1727949, 30.3037655 ], [ 120.1730063, 30.3032798 ], [ 120.1733554, 30.3027208 ], [ 120.1734561, 30.3025594 ], [ 120.1737932, 30.3019878 ], [ 120.1738684, 30.3018239 ], [ 120.1739452, 30.3015576 ], [ 120.1740318, 30.3012576 ], [ 120.1741431, 30.3006235 ], [ 120.1741636, 30.3003694 ], [ 120.1741845, 30.3001483 ], [ 120.1742197, 30.2997599 ], [ 120.1742672, 30.2988822 ], [ 120.174319, 30.2979234 ], [ 120.1743534, 30.2970873 ], [ 120.174341, 30.2965682 ], [ 120.1743007, 30.2961104 ] ], [ [ 120.1744756, 30.2961071 ], [ 120.1744904, 30.29634 ], [ 120.1744955, 30.2965152 ], [ 120.1745021, 30.2967445 ], [ 120.1745046, 30.2968316 ], [ 120.1744975, 30.2971151 ], [ 120.1744619, 30.2975289 ], [ 120.1743643, 30.2993545 ], [ 120.1743385, 30.2998086 ], [ 120.1743076, 30.3001765 ], [ 120.1742979, 30.3005559 ], [ 120.1742363, 30.3010211 ], [ 120.174197, 30.3013406 ], [ 120.1741201, 30.3016381 ], [ 120.1740541, 30.3018186 ], [ 120.1739736, 30.302039 ], [ 120.1735899, 30.3027051 ], [ 120.1735554, 30.3027649 ], [ 120.1731807, 30.3033794 ], [ 120.1730255, 30.3036597 ], [ 120.1728921, 30.3041284 ] ], [ [ 120.1681014, 30.3023657 ], [ 120.1690974, 30.3027372 ], [ 120.1700689, 30.3030868 ], [ 120.1708643, 30.3034073 ], [ 120.1718873, 30.303798 ], [ 120.1727066, 30.3040699 ] ], [ [ 120.17265, 30.304222 ], [ 120.1719249, 30.3039887 ], [ 120.171159, 30.3037081 ], [ 120.1707825, 30.3035707 ], [ 120.1699568, 30.3032692 ], [ 120.1696973, 30.303177 ], [ 120.1679992, 30.3025736 ] ], [ [ 120.1727066, 30.3040699 ], [ 120.1728921, 30.3041284 ] ], [ [ 120.17265, 30.304222 ], [ 120.1727066, 30.3040699 ] ], [ [ 120.1728921, 30.3041284 ], [ 120.1728371, 30.3042912 ] ], [ [ 120.1358604, 30.2974919 ], [ 120.1356919, 30.2978153 ], [ 120.1355878, 30.2979759 ], [ 120.1355067, 30.298101 ], [ 120.1352937, 30.2984114 ], [ 120.1349244, 30.2988567 ], [ 120.1346257, 30.2991087 ], [ 120.1342794, 30.2993607 ], [ 120.1334855, 30.2998971 ], [ 120.1329752, 30.3002418 ], [ 120.1309619, 30.3016044 ], [ 120.1308316, 30.3017368 ] ], [ [ 120.1308316, 30.3017368 ], [ 120.1309796, 30.3018443 ], [ 120.1320585, 30.3025895 ], [ 120.1326542, 30.3029677 ], [ 120.1330871, 30.3032426 ], [ 120.1337291, 30.3036502 ], [ 120.1340765, 30.3038708 ], [ 120.1342305, 30.3039686 ] ], [ [ 120.1341382, 30.3040386 ], [ 120.1340008, 30.3039504 ], [ 120.1326726, 30.3031051 ], [ 120.1322684, 30.3028478 ], [ 120.1319864, 30.3026683 ], [ 120.1308689, 30.3019473 ], [ 120.1306942, 30.3018441 ] ], [ [ 120.1550859, 30.2974613 ], [ 120.1552539, 30.2972884 ] ], [ [ 120.1555856, 30.2974081 ], [ 120.1554363, 30.2976057 ] ], [ [ 120.1554363, 30.2976057 ], [ 120.1550859, 30.2974613 ] ], [ [ 120.1555856, 30.2974081 ], [ 120.1564475, 30.2977992 ], [ 120.1568509, 30.2979685 ], [ 120.157349, 30.2981775 ], [ 120.1577441, 30.2983432 ], [ 120.1580084, 30.2984541 ], [ 120.1580563, 30.2984742 ], [ 120.1588507, 30.2988075 ], [ 120.1593364, 30.2990113 ], [ 120.159674, 30.2991508 ], [ 120.1602382, 30.2993839 ], [ 120.1606357, 30.2995481 ], [ 120.1609214, 30.2996684 ], [ 120.1613908, 30.2998652 ], [ 120.1618165, 30.3000584 ], [ 120.1625671, 30.3003708 ], [ 120.1631166, 30.3005995 ] ], [ [ 120.1629966, 30.300722 ], [ 120.1625569, 30.3005474 ], [ 120.162461, 30.3005081 ], [ 120.161383, 30.3000624 ], [ 120.1608872, 30.2998609 ], [ 120.1608728, 30.2998541 ], [ 120.1606274, 30.2997515 ], [ 120.1598049, 30.2994074 ], [ 120.1595555, 30.2993062 ], [ 120.1589434, 30.2990603 ], [ 120.1581433, 30.2987292 ], [ 120.1579452, 30.2986472 ], [ 120.157288, 30.2983753 ], [ 120.1567651, 30.2981508 ], [ 120.1554363, 30.2976057 ] ], [ [ 120.1554363, 30.2976057 ], [ 120.1546905, 30.2983198 ], [ 120.1539224, 30.2990798 ], [ 120.1538418, 30.2991596 ], [ 120.1526628, 30.3003135 ], [ 120.1525955, 30.3003793 ], [ 120.1524541, 30.3005178 ], [ 120.1522763, 30.3006917 ], [ 120.1518208, 30.3011375 ], [ 120.1513967, 30.3015525 ], [ 120.1507302, 30.3022047 ], [ 120.1505046, 30.3024201 ], [ 120.1498666, 30.3030294 ], [ 120.1494595, 30.3034182 ], [ 120.1493481, 30.3035246 ] ], [ [ 120.1569525, 30.3073144 ], [ 120.1575355, 30.3067086 ], [ 120.1584505, 30.3057578 ], [ 120.1593832, 30.3047353 ], [ 120.1601363, 30.3039097 ], [ 120.1601459, 30.3038992 ], [ 120.1629966, 30.300722 ] ], [ [ 120.1632065, 30.3008127 ], [ 120.161244, 30.3029516 ], [ 120.1602801, 30.3040021 ], [ 120.159695, 30.3046511 ], [ 120.1592733, 30.3050844 ], [ 120.1589091, 30.3054758 ], [ 120.1585314, 30.3058818 ], [ 120.1579621, 30.3064833 ], [ 120.1571888, 30.3074203 ] ], [ [ 120.1488783, 30.3034852 ], [ 120.1490014, 30.3033679 ] ], [ [ 120.1493481, 30.3035246 ], [ 120.1492109, 30.303649 ] ], [ [ 120.1342305, 30.3039686 ], [ 120.1343259, 30.3040292 ] ], [ [ 120.1472408, 30.3051738 ], [ 120.1473453, 30.3050655 ], [ 120.1474174, 30.3049963 ], [ 120.1477898, 30.3046133 ], [ 120.1482585, 30.3041313 ], [ 120.1488501, 30.3035219 ], [ 120.1488783, 30.3034852 ] ], [ [ 120.1306942, 30.3018441 ], [ 120.1305949, 30.3019295 ], [ 120.1291157, 30.3029285 ], [ 120.129009, 30.3030024 ], [ 120.1284059, 30.3034313 ], [ 120.1283396, 30.3034721 ], [ 120.1276756, 30.3039012 ], [ 120.1276104, 30.3039434 ], [ 120.1273563, 30.3041119 ], [ 120.1263628, 30.3047818 ], [ 120.1260904, 30.3049667 ], [ 120.1257229, 30.305216 ], [ 120.1251711, 30.3055903 ] ], [ [ 120.1249994, 30.3056059 ], [ 120.1251073, 30.3055327 ] ], [ [ 120.1251711, 30.3055903 ], [ 120.1250586, 30.3056667 ] ], [ [ 120.1227986, 30.3071172 ], [ 120.1235784, 30.3065702 ], [ 120.1242234, 30.3061326 ], [ 120.1247825, 30.3057532 ], [ 120.1249994, 30.3056059 ] ], [ [ 120.1250586, 30.3056667 ], [ 120.1234628, 30.3067495 ], [ 120.1233241, 30.3068481 ], [ 120.1228404, 30.3071667 ] ], [ [ 120.13422, 30.3040907 ], [ 120.1341382, 30.3040386 ] ], [ [ 120.1343259, 30.3040292 ], [ 120.1344437, 30.3041086 ], [ 120.1344884, 30.3041387 ], [ 120.1345953, 30.3041992 ], [ 120.1361547, 30.3051195 ], [ 120.1369749, 30.3056198 ], [ 120.1370918, 30.3056911 ], [ 120.1372176, 30.3057631 ], [ 120.137327, 30.3058258 ] ], [ [ 120.1371936, 30.30588 ], [ 120.1371195, 30.3058266 ], [ 120.1370859, 30.3058024 ], [ 120.1370298, 30.3057638 ], [ 120.1369088, 30.3056848 ], [ 120.1361186, 30.3051914 ], [ 120.1345413, 30.3042402 ], [ 120.1344671, 30.3041944 ], [ 120.1343988, 30.3041578 ], [ 120.13422, 30.3040907 ] ], [ [ 120.1372775, 30.3059337 ], [ 120.1371936, 30.30588 ] ], [ [ 120.137327, 30.3058258 ], [ 120.1375304, 30.3059468 ], [ 120.1390008, 30.3068214 ], [ 120.1400516, 30.3074374 ] ], [ [ 120.1492109, 30.303649 ], [ 120.1483745, 30.3044199 ], [ 120.1482202, 30.304562 ], [ 120.1480039, 30.3047614 ], [ 120.1473493, 30.3053648 ], [ 120.1467389, 30.3059531 ], [ 120.146416, 30.3062643 ], [ 120.1459077, 30.306758 ], [ 120.1457466, 30.3069086 ], [ 120.1455809, 30.3070703 ], [ 120.1455059, 30.3071434 ], [ 120.1444091, 30.3082133 ], [ 120.144264, 30.3084081 ], [ 120.143632, 30.3091855 ], [ 120.1434755, 30.3094444 ] ], [ [ 120.1431983, 30.3092979 ], [ 120.1434856, 30.3089007 ], [ 120.1439452, 30.3083935 ], [ 120.144221, 30.3081409 ], [ 120.1446592, 30.307712 ], [ 120.1451786, 30.3071889 ], [ 120.1454801, 30.3069068 ], [ 120.145556, 30.3068359 ], [ 120.1458004, 30.3066072 ], [ 120.1461357, 30.3062846 ], [ 120.1465961, 30.3058416 ], [ 120.1472408, 30.3051738 ] ], [ [ 120.1400516, 30.3074374 ], [ 120.1410485, 30.3080268 ], [ 120.1431983, 30.3092979 ] ], [ [ 120.1135521, 30.3013269 ], [ 120.1135896, 30.3017317 ], [ 120.1136022, 30.3018455 ], [ 120.1136514, 30.3020203 ], [ 120.1137446, 30.302177 ], [ 120.113914, 30.3024532 ], [ 120.114488, 30.3030352 ], [ 120.1146487, 30.3031943 ], [ 120.1150632, 30.3036007 ], [ 120.1154108, 30.303976 ], [ 120.115739, 30.3043304 ], [ 120.1160206, 30.3046527 ], [ 120.1160808, 30.3047107 ], [ 120.1161163, 30.3047458 ] ], [ [ 120.1159762, 30.3048312 ], [ 120.1159365, 30.3047776 ], [ 120.1159304, 30.3047135 ], [ 120.1157455, 30.3044834 ], [ 120.1150166, 30.3037189 ], [ 120.1145633, 30.303273 ], [ 120.1144029, 30.3031085 ], [ 120.1138495, 30.302506 ], [ 120.1136478, 30.302225 ], [ 120.1135488, 30.3020355 ], [ 120.1134946, 30.3018659 ], [ 120.1134647, 30.301669 ], [ 120.1134449, 30.3013184 ] ], [ [ 120.1161163, 30.3047458 ], [ 120.1161796, 30.3048288 ] ], [ [ 120.1160554, 30.3049201 ], [ 120.1159762, 30.3048312 ] ], [ [ 120.1161796, 30.3048288 ], [ 120.116236, 30.3049034 ], [ 120.1162905, 30.304969 ], [ 120.1163135, 30.3049967 ], [ 120.116492, 30.3051918 ], [ 120.1165614, 30.3052641 ], [ 120.1177647, 30.306436 ] ], [ [ 120.1176666, 30.3064973 ], [ 120.1164523, 30.3052918 ], [ 120.1163378, 30.305227 ], [ 120.1161863, 30.305077 ], [ 120.1161596, 30.3050463 ], [ 120.1161053, 30.3049842 ], [ 120.1160554, 30.3049201 ] ], [ [ 120.1177647, 30.306436 ], [ 120.1202424, 30.3088321 ] ], [ [ 120.1201512, 30.3089042 ], [ 120.1197709, 30.3085306 ], [ 120.1176666, 30.3064973 ] ], [ [ 120.1202424, 30.3088321 ], [ 120.1204593, 30.3086866 ], [ 120.1219984, 30.307654 ], [ 120.1227986, 30.3071172 ] ], [ [ 120.1228404, 30.3071667 ], [ 120.1227512, 30.3072284 ], [ 120.1224337, 30.3074478 ], [ 120.1218987, 30.3078176 ], [ 120.1217275, 30.307936 ], [ 120.1203101, 30.3089156 ] ], [ [ 120.1201512, 30.3089042 ], [ 120.1202424, 30.3088321 ] ], [ [ 120.1202424, 30.3088321 ], [ 120.1203101, 30.3089156 ] ], [ [ 120.120236, 30.3089747 ], [ 120.1201512, 30.3089042 ] ], [ [ 120.1203101, 30.3089156 ], [ 120.120236, 30.3089747 ] ], [ [ 120.1203101, 30.3089156 ], [ 120.1226943, 30.3113288 ] ], [ [ 120.1225781, 30.3113668 ], [ 120.1219087, 30.3106981 ], [ 120.1209701, 30.3097243 ], [ 120.120236, 30.3089747 ] ], [ [ 120.1158536, 30.3118343 ], [ 120.1175822, 30.3106814 ], [ 120.1176998, 30.3105987 ], [ 120.118357, 30.3101368 ], [ 120.1192554, 30.3095053 ], [ 120.1201512, 30.3089042 ] ], [ [ 120.120236, 30.3089747 ], [ 120.1182399, 30.3103171 ], [ 120.1175555, 30.3107774 ], [ 120.1159304, 30.3119355 ] ], [ [ 120.0920966, 30.3093058 ], [ 120.0917081, 30.3112807 ], [ 120.0916425, 30.3116144 ] ], [ [ 120.0910869, 30.3137092 ], [ 120.0911024, 30.3136366 ], [ 120.0911332, 30.3134919 ], [ 120.0911739, 30.3132804 ], [ 120.09144, 30.3115603 ], [ 120.0917685, 30.310126 ], [ 120.0919625, 30.3092787 ] ], [ [ 120.1786912, 30.3057135 ], [ 120.1789091, 30.3057715 ], [ 120.1790008, 30.3057959 ], [ 120.1792616, 30.3058641 ] ], [ [ 120.1792229, 30.3059591 ], [ 120.1788621, 30.3058532 ], [ 120.1786635, 30.3057949 ] ], [ [ 120.1632065, 30.3008127 ], [ 120.1629966, 30.300722 ] ], [ [ 120.1633413, 30.300681 ], [ 120.1643667, 30.3010439 ], [ 120.1653465, 30.3013907 ], [ 120.1654363, 30.3014225 ], [ 120.1681014, 30.3023657 ] ], [ [ 120.1679992, 30.3025736 ], [ 120.1678892, 30.302539 ], [ 120.1654215, 30.3016778 ], [ 120.1653316, 30.3016465 ], [ 120.1647811, 30.3014543 ], [ 120.1643767, 30.3013132 ], [ 120.1632065, 30.3008127 ] ], [ [ 120.1728371, 30.3042912 ], [ 120.17265, 30.304222 ] ], [ [ 120.1728921, 30.3041284 ], [ 120.1733189, 30.3042657 ], [ 120.1739891, 30.3044489 ], [ 120.1742219, 30.3045126 ], [ 120.1751512, 30.3047667 ], [ 120.1766344, 30.3051723 ], [ 120.1766437, 30.3051748 ], [ 120.1772869, 30.3053399 ], [ 120.1783212, 30.3056137 ], [ 120.1786912, 30.3057135 ] ], [ [ 120.1786635, 30.3057949 ], [ 120.1775594, 30.3054711 ], [ 120.1766112, 30.3052482 ], [ 120.1757485, 30.3050875 ], [ 120.1742407, 30.3046792 ], [ 120.1740416, 30.3046253 ], [ 120.1737651, 30.3045504 ], [ 120.1728371, 30.3042912 ] ], [ [ 120.1711595, 30.3105535 ], [ 120.1713822, 30.3094758 ], [ 120.1714115, 30.3092964 ], [ 120.1714719, 30.3090014 ], [ 120.1716047, 30.3085119 ], [ 120.1716828, 30.3082239 ], [ 120.1719729, 30.3070169 ], [ 120.1721401, 30.3062856 ], [ 120.1723789, 30.3053336 ], [ 120.1726268, 30.3043452 ], [ 120.17265, 30.304222 ] ], [ [ 120.1728371, 30.3042912 ], [ 120.1728205, 30.3043655 ], [ 120.1726372, 30.3050301 ], [ 120.172523, 30.3054445 ], [ 120.1724549, 30.3057054 ], [ 120.1721632, 30.3069417 ], [ 120.1720463, 30.3074891 ], [ 120.1720219, 30.3076034 ], [ 120.1720096, 30.3076421 ], [ 120.1718551, 30.3081271 ], [ 120.1717393, 30.3085382 ], [ 120.1716391, 30.3088941 ], [ 120.1714994, 30.3095813 ], [ 120.17129, 30.3105614 ] ], [ [ 120.1711354, 30.3106375 ], [ 120.1711595, 30.3105535 ] ], [ [ 120.17129, 30.3105614 ], [ 120.1712696, 30.3106575 ] ], [ [ 120.1569127, 30.307386 ], [ 120.1569525, 30.3073144 ] ], [ [ 120.1571888, 30.3074203 ], [ 120.1571296, 30.3074847 ] ], [ [ 120.1705447, 30.3130519 ], [ 120.1706628, 30.3126677 ], [ 120.170725, 30.3123266 ], [ 120.1708275, 30.3119965 ], [ 120.1711354, 30.3106375 ] ], [ [ 120.1712696, 30.3106575 ], [ 120.1711086, 30.3113759 ], [ 120.170884, 30.3123177 ], [ 120.1708138, 30.3126394 ], [ 120.1707372, 30.3129846 ], [ 120.1706959, 30.3130664 ] ], [ [ 120.169914, 30.3157905 ], [ 120.1699551, 30.3156184 ], [ 120.1705447, 30.3130519 ] ], [ [ 120.1706959, 30.3130664 ], [ 120.1705536, 30.3136709 ], [ 120.170384, 30.3143911 ], [ 120.1702004, 30.3151709 ], [ 120.170081, 30.315678 ], [ 120.1700568, 30.3158081 ] ], [ [ 120.1693413, 30.3182552 ], [ 120.1693876, 30.3180542 ], [ 120.169521, 30.3174647 ], [ 120.1696049, 30.3170942 ], [ 120.1696816, 30.3167553 ], [ 120.169914, 30.3157905 ] ], [ [ 120.1693053, 30.318387 ], [ 120.1693413, 30.3182552 ] ], [ [ 120.1700568, 30.3158081 ], [ 120.1699052, 30.3165231 ], [ 120.1697769, 30.3171285 ], [ 120.1697237, 30.3173796 ], [ 120.1695752, 30.3180801 ], [ 120.1695437, 30.3182587 ] ], [ [ 120.1695437, 30.3182587 ], [ 120.1695305, 30.3183845 ] ], [ [ 120.1684613, 30.321895 ], [ 120.1685204, 30.3216494 ], [ 120.1686025, 30.3213081 ], [ 120.1690493, 30.3194509 ], [ 120.1693053, 30.318387 ] ], [ [ 120.1695305, 30.3183845 ], [ 120.1694425, 30.3187612 ], [ 120.1693875, 30.3189972 ], [ 120.1693667, 30.319086 ], [ 120.1692478, 30.3195954 ], [ 120.1690761, 30.3203309 ], [ 120.1689702, 30.3207842 ], [ 120.1689421, 30.3209046 ], [ 120.16886, 30.3212563 ], [ 120.1687018, 30.3219337 ] ], [ [ 120.1684286, 30.3220359 ], [ 120.1684613, 30.321895 ] ], [ [ 120.1399743, 30.3075625 ], [ 120.1388723, 30.3068729 ], [ 120.1374485, 30.3060344 ], [ 120.1372775, 30.3059337 ] ], [ [ 120.1431231, 30.309437 ], [ 120.1429378, 30.3093027 ], [ 120.1424332, 30.3090167 ], [ 120.1423228, 30.3089429 ], [ 120.1415839, 30.3084999 ], [ 120.1413019, 30.3083357 ], [ 120.1399743, 30.3075625 ] ], [ [ 120.1431231, 30.309437 ], [ 120.1431983, 30.3092979 ] ], [ [ 120.1431983, 30.3092979 ], [ 120.1434755, 30.3094444 ] ], [ [ 120.1434037, 30.3096018 ], [ 120.1431231, 30.309437 ] ], [ [ 120.1434755, 30.3094444 ], [ 120.1434037, 30.3096018 ] ], [ [ 120.1427484, 30.3114966 ], [ 120.1427999, 30.3109907 ], [ 120.1428201, 30.3107925 ], [ 120.1428651, 30.31035 ], [ 120.1431231, 30.309437 ] ], [ [ 120.1434755, 30.3094444 ], [ 120.1440495, 30.3098098 ], [ 120.1447026, 30.3102256 ], [ 120.1459771, 30.3110057 ], [ 120.1465971, 30.3113927 ], [ 120.1476541, 30.3120524 ], [ 120.1477067, 30.3120852 ], [ 120.1484541, 30.3125039 ], [ 120.1491956, 30.3129194 ], [ 120.1498904, 30.3133086 ], [ 120.1506649, 30.3138176 ] ], [ [ 120.1505725, 30.3139065 ], [ 120.1496471, 30.3133495 ], [ 120.1483674, 30.3126128 ], [ 120.1476103, 30.3121848 ], [ 120.1469738, 30.311794 ], [ 120.1468618, 30.3117252 ], [ 120.1460994, 30.3112571 ], [ 120.1457759, 30.3110584 ], [ 120.1455145, 30.3108979 ], [ 120.1444836, 30.3102649 ], [ 120.1437975, 30.3098436 ], [ 120.1434037, 30.3096018 ] ], [ [ 120.1434037, 30.3096018 ], [ 120.1432502, 30.3099556 ], [ 120.1432424, 30.3099964 ], [ 120.1431662, 30.3103941 ], [ 120.1431476, 30.3105734 ], [ 120.1431246, 30.3107948 ], [ 120.1430679, 30.3113394 ], [ 120.1429778, 30.3122061 ], [ 120.1429492, 30.3124809 ], [ 120.1429378, 30.3125907 ], [ 120.1429139, 30.3128207 ], [ 120.1427644, 30.3144704 ], [ 120.1427498, 30.3146311 ], [ 120.1426544, 30.3156841 ] ], [ [ 120.1423534, 30.3156993 ], [ 120.1423896, 30.3153371 ], [ 120.1424567, 30.3146658 ], [ 120.142512, 30.3141129 ], [ 120.1425567, 30.3136657 ], [ 120.1425876, 30.3133566 ], [ 120.1426234, 30.3129424 ], [ 120.1426438, 30.3127065 ], [ 120.1427039, 30.312011 ], [ 120.1427208, 30.3118159 ], [ 120.1427484, 30.3114966 ] ], [ [ 120.1506649, 30.3138176 ], [ 120.151553, 30.3130684 ], [ 120.1518378, 30.3128277 ], [ 120.152337, 30.3122876 ], [ 120.152742, 30.3118639 ], [ 120.1535699, 30.3109775 ], [ 120.1536771, 30.3108629 ], [ 120.1552193, 30.3092154 ], [ 120.1556032, 30.3088053 ], [ 120.1569127, 30.307386 ] ], [ [ 120.1571296, 30.3074847 ], [ 120.1561307, 30.3085719 ], [ 120.1557951, 30.3089372 ], [ 120.1555617, 30.3091839 ], [ 120.1551534, 30.3096136 ], [ 120.1537159, 30.3111353 ], [ 120.1528278, 30.3120364 ], [ 120.1524558, 30.3124165 ], [ 120.1515497, 30.3132932 ], [ 120.150799, 30.3139336 ] ], [ [ 120.1226039, 30.3113925 ], [ 120.1225781, 30.3113668 ] ], [ [ 120.1226419, 30.3114358 ], [ 120.1226039, 30.3113925 ] ], [ [ 120.1226943, 30.3113288 ], [ 120.1231508, 30.3118518 ], [ 120.123575, 30.3123937 ], [ 120.1242196, 30.3132102 ] ], [ [ 120.1253858, 30.3146208 ], [ 120.1242196, 30.3132102 ] ], [ [ 120.1269424, 30.3167367 ], [ 120.1252814, 30.3146841 ], [ 120.1241289, 30.3132652 ], [ 120.1234966, 30.3124546 ], [ 120.123023, 30.3118698 ], [ 120.1226419, 30.3114358 ] ], [ [ 120.1253858, 30.3146208 ], [ 120.1269921, 30.3166074 ] ], [ [ 120.1311035, 30.3163593 ], [ 120.1312521, 30.3163488 ] ], [ [ 120.1505725, 30.3139065 ], [ 120.1506649, 30.3138176 ] ], [ [ 120.1506649, 30.3138176 ], [ 120.150799, 30.3139336 ] ], [ [ 120.1506656, 30.3140252 ], [ 120.1505725, 30.3139065 ] ], [ [ 120.150799, 30.3139336 ], [ 120.1506656, 30.3140252 ] ], [ [ 120.1477247, 30.3152007 ], [ 120.1479557, 30.3151427 ], [ 120.1482077, 30.3150794 ], [ 120.1482834, 30.315054 ], [ 120.1486094, 30.3149445 ], [ 120.1489169, 30.314816 ], [ 120.1494135, 30.3146084 ], [ 120.1495458, 30.3145531 ], [ 120.1499007, 30.3143296 ], [ 120.1505725, 30.3139065 ] ], [ [ 120.1506656, 30.3140252 ], [ 120.1497769, 30.3145753 ], [ 120.1489212, 30.3149619 ], [ 120.1488093, 30.3150125 ], [ 120.1481779, 30.3152239 ], [ 120.1477679, 30.3153173 ] ], [ [ 120.1426544, 30.3156841 ], [ 120.1437163, 30.3156033 ], [ 120.1439087, 30.3155886 ], [ 120.1452143, 30.3155058 ], [ 120.1457751, 30.3154703 ], [ 120.1460022, 30.3154526 ], [ 120.1461697, 30.3154396 ], [ 120.1462633, 30.3154323 ], [ 120.146478, 30.3154156 ], [ 120.1466241, 30.3154043 ], [ 120.147603, 30.3152312 ], [ 120.1477247, 30.3152007 ] ], [ [ 120.1477679, 30.3153173 ], [ 120.1476006, 30.3153536 ], [ 120.1465492, 30.3155409 ], [ 120.1462707, 30.3155583 ], [ 120.1461769, 30.3155642 ], [ 120.1458111, 30.3155871 ], [ 120.1454671, 30.3156141 ], [ 120.1440438, 30.3157261 ], [ 120.1426309, 30.3158372 ] ], [ [ 120.1423534, 30.3156993 ], [ 120.1426544, 30.3156841 ] ], [ [ 120.1377444, 30.3158299 ], [ 120.1385618, 30.3158319 ], [ 120.1395118, 30.3158342 ], [ 120.1398862, 30.3158351 ], [ 120.1403266, 30.3158362 ], [ 120.1406845, 30.3158205 ], [ 120.1419331, 30.3157298 ], [ 120.1423534, 30.3156993 ] ], [ [ 120.1312521, 30.3163488 ], [ 120.1320032, 30.3163236 ], [ 120.135058, 30.31597 ], [ 120.1362286, 30.3158719 ], [ 120.1373146, 30.3158289 ], [ 120.1377444, 30.3158299 ] ], [ [ 120.1423302, 30.3158698 ], [ 120.1414967, 30.3159236 ], [ 120.1412232, 30.3159412 ], [ 120.1406727, 30.3159767 ], [ 120.1403902, 30.3159949 ], [ 120.1396928, 30.3159841 ], [ 120.1388232, 30.3159707 ], [ 120.1377448, 30.3159481 ], [ 120.1373256, 30.3159475 ], [ 120.1362761, 30.3159874 ], [ 120.135073, 30.3160923 ], [ 120.1320095, 30.3164106 ], [ 120.1312685, 30.3164671 ] ], [ [ 120.1426544, 30.3156841 ], [ 120.1426309, 30.3158372 ] ], [ [ 120.1423302, 30.3158698 ], [ 120.1423534, 30.3156993 ] ], [ [ 120.1426309, 30.3158372 ], [ 120.1423302, 30.3158698 ] ], [ [ 120.1426309, 30.3158372 ], [ 120.1424986, 30.3165851 ], [ 120.142457, 30.3168224 ], [ 120.1424508, 30.3168724 ], [ 120.1424277, 30.3169971 ], [ 120.1423928, 30.3172403 ], [ 120.1423529, 30.3175297 ], [ 120.1422647, 30.3181693 ], [ 120.1422055, 30.3186849 ], [ 120.1421652, 30.3190289 ], [ 120.1421253, 30.31937 ] ], [ [ 120.150799, 30.3139336 ], [ 120.1512256, 30.3143774 ], [ 120.1513075, 30.3144627 ], [ 120.1519723, 30.3152154 ], [ 120.1522849, 30.3155695 ], [ 120.1523547, 30.3156485 ], [ 120.1526122, 30.31594 ], [ 120.1526758, 30.3160121 ], [ 120.152959, 30.3163327 ], [ 120.1534493, 30.3168879 ], [ 120.1537296, 30.3172053 ], [ 120.1537736, 30.317255 ], [ 120.1542168, 30.3178387 ], [ 120.1543276, 30.317968 ], [ 120.1547651, 30.3184735 ], [ 120.1552101, 30.3189754 ], [ 120.1556631, 30.3194743 ], [ 120.156202, 30.320068 ], [ 120.156626, 30.320603 ], [ 120.1568006, 30.3208049 ], [ 120.1570593, 30.3211211 ], [ 120.1572999, 30.3214358 ] ], [ [ 120.1572044, 30.3215525 ], [ 120.1571038, 30.3213956 ], [ 120.1566518, 30.3208799 ], [ 120.1562851, 30.3204684 ], [ 120.1558299, 30.3199178 ], [ 120.1554145, 30.3194362 ], [ 120.155316, 30.3193291 ], [ 120.1536226, 30.3173555 ], [ 120.1530806, 30.3167317 ], [ 120.1526685, 30.3162574 ], [ 120.1524631, 30.316021 ], [ 120.1524003, 30.3159486 ], [ 120.1517503, 30.3152005 ], [ 120.151336, 30.3147132 ], [ 120.1510191, 30.3143823 ], [ 120.1506656, 30.3140252 ] ], [ [ 120.1312685, 30.3164671 ], [ 120.1311186, 30.3164816 ] ], [ [ 120.1271695, 30.3166605 ], [ 120.1283893, 30.3165672 ], [ 120.1291725, 30.3165073 ], [ 120.1311035, 30.3163593 ] ], [ [ 120.1269921, 30.3166074 ], [ 120.1271695, 30.3166605 ] ], [ [ 120.1311186, 30.3164816 ], [ 120.1284881, 30.3166859 ], [ 120.1271117, 30.3167934 ] ], [ [ 120.1269424, 30.3167367 ], [ 120.1269921, 30.3166074 ] ], [ [ 120.1271695, 30.3166605 ], [ 120.1271117, 30.3167934 ] ], [ [ 120.1271117, 30.3167934 ], [ 120.1269424, 30.3167367 ] ], [ [ 120.1271117, 30.3167934 ], [ 120.1271126, 30.3169958 ], [ 120.1271118, 30.3171373 ], [ 120.1270803, 30.318584 ], [ 120.1270942, 30.3195212 ], [ 120.1271036, 30.3201497 ], [ 120.127146, 30.3215504 ] ], [ [ 120.1270053, 30.3216098 ], [ 120.1269478, 30.320157 ], [ 120.1269392, 30.3196647 ], [ 120.1269207, 30.318606 ], [ 120.1269467, 30.3175469 ], [ 120.1269378, 30.3171443 ], [ 120.1269364, 30.3170111 ], [ 120.1269424, 30.3167367 ] ], [ [ 120.0916425, 30.3116144 ], [ 120.0914235, 30.3127277 ], [ 120.0912948, 30.3133618 ], [ 120.0912575, 30.3135856 ], [ 120.0912128, 30.3137984 ] ], [ [ 120.0910688, 30.3138216 ], [ 120.0910869, 30.3137092 ] ], [ [ 120.1156854, 30.31196 ], [ 120.1158536, 30.3118343 ] ], [ [ 120.1159304, 30.3119355 ], [ 120.1157937, 30.3120212 ] ], [ [ 120.114815, 30.3125674 ], [ 120.1155173, 30.3120773 ], [ 120.1156854, 30.31196 ] ], [ [ 120.1118721, 30.3145534 ], [ 120.1127568, 30.3139859 ], [ 120.1130699, 30.3137851 ], [ 120.1133737, 30.3135731 ], [ 120.1134869, 30.3134941 ], [ 120.114815, 30.3125674 ] ], [ [ 120.1157937, 30.3120212 ], [ 120.1139588, 30.3132727 ], [ 120.1131484, 30.3138254 ], [ 120.1128569, 30.314025 ], [ 120.1119324, 30.3146582 ], [ 120.1106334, 30.3155497 ] ], [ [ 120.1104925, 30.3155123 ], [ 120.1105355, 30.3154824 ], [ 120.1118721, 30.3145534 ] ], [ [ 120.1104081, 30.3155688 ], [ 120.1104925, 30.3155123 ] ], [ [ 120.1106334, 30.3155497 ], [ 120.110512, 30.3156506 ] ], [ [ 120.0912128, 30.3137984 ], [ 120.0911919, 30.313912 ] ], [ [ 120.0893133, 30.3191095 ], [ 120.0901433, 30.3171618 ] ], [ [ 120.0902736, 30.3171961 ], [ 120.0894746, 30.3191885 ] ], [ [ 120.1066918, 30.319645 ], [ 120.1071105, 30.3191554 ], [ 120.1074761, 30.318741 ], [ 120.1081649, 30.3179602 ], [ 120.1085489, 30.3174981 ], [ 120.1089009, 30.3171084 ], [ 120.1096447, 30.3162567 ], [ 120.1097605, 30.3161421 ], [ 120.1100076, 30.3159189 ], [ 120.110356, 30.31561 ], [ 120.1104081, 30.3155688 ] ], [ [ 120.110512, 30.3156506 ], [ 120.1099683, 30.3161204 ], [ 120.1097206, 30.3163725 ], [ 120.1094303, 30.3166931 ], [ 120.1088413, 30.3173531 ], [ 120.1082266, 30.3180803 ], [ 120.107953, 30.3183906 ], [ 120.1067931, 30.3197058 ] ], [ [ 120.248051, 29.9685248 ], [ 120.248815, 29.9684663 ] ], [ [ 120.248815, 29.9684663 ], [ 120.2495049, 29.9684093 ] ], [ [ 120.2458408, 29.9686811 ], [ 120.2461559, 29.9686673 ], [ 120.2469115, 29.9686121 ], [ 120.248051, 29.9685248 ] ], [ [ 120.2458896, 29.9688091 ], [ 120.2457341, 29.96882 ] ], [ [ 120.2750019, 29.9662403 ], [ 120.2747563, 29.9662392 ], [ 120.2736691, 29.9662816 ], [ 120.2697968, 29.9663365 ], [ 120.2662449, 29.9664209 ], [ 120.2646135, 29.9665298 ], [ 120.2634183, 29.9666343 ], [ 120.2623328, 29.9667961 ], [ 120.2570093, 29.967796 ], [ 120.2551844, 29.9680411 ], [ 120.2549333, 29.9680644 ], [ 120.2537221, 29.9681789 ], [ 120.25143, 29.9683301 ], [ 120.2494898, 29.9685078 ], [ 120.248097, 29.9686254 ], [ 120.2458896, 29.9688091 ] ], [ [ 120.2495049, 29.9684093 ], [ 120.2500565, 29.9683638 ], [ 120.2509315, 29.9682889 ], [ 120.2519995, 29.9682259 ], [ 120.2521217, 29.9682162 ], [ 120.2524961, 29.9681865 ], [ 120.2533979, 29.9681126 ], [ 120.2541317, 29.9680525 ], [ 120.2551288, 29.9679579 ], [ 120.2552273, 29.967946 ], [ 120.2558816, 29.9678672 ], [ 120.2566146, 29.9677529 ], [ 120.2568809, 29.9677078 ], [ 120.2569491, 29.9676963 ], [ 120.2570343, 29.9676819 ] ], [ [ 120.2551188, 30.045623 ], [ 120.2555049, 30.0454386 ], [ 120.2563387, 30.0449529 ], [ 120.257646, 30.044114 ], [ 120.259029, 30.043233 ], [ 120.2604576, 30.0422244 ], [ 120.2614626, 30.0414264 ], [ 120.2615374, 30.041367 ], [ 120.2624664, 30.040477 ], [ 120.2632649, 30.0396173 ], [ 120.2645292, 30.0382561 ], [ 120.2664033, 30.0361107 ], [ 120.2665863, 30.0359011 ], [ 120.268848, 30.033312 ], [ 120.2696116, 30.0324688 ] ], [ [ 120.2698891, 30.0324599 ], [ 120.2667372, 30.0360291 ], [ 120.266553, 30.0362377 ], [ 120.2664126, 30.0363967 ], [ 120.2634478, 30.0396478 ], [ 120.2627112, 30.0404555 ], [ 120.2617671, 30.0413471 ], [ 120.2615353, 30.0415358 ], [ 120.2605118, 30.0423687 ], [ 120.2594389, 30.0431581 ], [ 120.2591636, 30.0433449 ], [ 120.2580978, 30.0440683 ], [ 120.2557053, 30.0454707 ], [ 120.2552032, 30.04581 ] ], [ [ 120.2544314, 30.0461554 ], [ 120.2549076, 30.0457944 ], [ 120.2551188, 30.045623 ] ], [ [ 120.2542413, 30.046319 ], [ 120.2544314, 30.0461554 ] ], [ [ 120.2552032, 30.04581 ], [ 120.2549087, 30.0460627 ], [ 120.2541818, 30.0467523 ], [ 120.2536561, 30.047551 ], [ 120.2533449, 30.0484611 ], [ 120.2532484, 30.0493526 ], [ 120.2537311, 30.0537275 ] ], [ [ 120.2535408, 30.053728 ], [ 120.253012, 30.049497 ], [ 120.253066, 30.04872 ], [ 120.253273, 30.047979 ], [ 120.253615, 30.047242 ], [ 120.254203, 30.046352 ], [ 120.2542413, 30.046319 ] ], [ [ 120.2537311, 30.0537275 ], [ 120.2539672, 30.0558671 ] ], [ [ 120.3001564, 29.9361713 ], [ 120.3002985, 29.9356009 ] ], [ [ 120.3005161, 29.9356316 ], [ 120.3002796, 29.9362926 ], [ 120.3001121, 29.9370371 ], [ 120.30006, 29.9372685 ], [ 120.2997551, 29.9381281 ], [ 120.2994258, 29.9388609 ], [ 120.2989746, 29.9397839 ], [ 120.2988786, 29.9399794 ] ], [ [ 120.2987602, 29.9399055 ], [ 120.2988486, 29.9397354 ], [ 120.2991682, 29.9389193 ], [ 120.2996785, 29.9373914 ], [ 120.299989, 29.9366637 ], [ 120.3001564, 29.9361713 ] ], [ [ 120.2988786, 29.9399794 ], [ 120.2983932, 29.9409676 ], [ 120.2981289, 29.9414467 ], [ 120.297698, 29.9421513 ], [ 120.2972732, 29.9427922 ] ], [ [ 120.2909901, 29.9505749 ], [ 120.2910131, 29.950515 ], [ 120.2912523, 29.9499679 ], [ 120.2916411, 29.9492859 ], [ 120.2919765, 29.9487854 ], [ 120.2922621, 29.9483972 ], [ 120.292757, 29.9478244 ], [ 120.2932861, 29.9472893 ], [ 120.2942776, 29.9462943 ], [ 120.2949787, 29.9455385 ], [ 120.2955916, 29.9448364 ], [ 120.2962636, 29.9439709 ], [ 120.2970731, 29.9428518 ], [ 120.2977275, 29.9418307 ], [ 120.2980716, 29.9412317 ], [ 120.2987602, 29.9399055 ] ], [ [ 120.2972732, 29.9427922 ], [ 120.2970069, 29.943194 ], [ 120.2962791, 29.9442015 ], [ 120.2956571, 29.9449801 ], [ 120.2950229, 29.9456952 ], [ 120.2945562, 29.9462099 ], [ 120.2944416, 29.9463363 ], [ 120.2937667, 29.9470056 ], [ 120.2930227, 29.9477419 ], [ 120.2926202, 29.9481928 ], [ 120.2921933, 29.9487141 ], [ 120.2918559, 29.9492178 ], [ 120.2916136, 29.9496236 ], [ 120.2914006, 29.9500069 ], [ 120.2913447, 29.9501195 ], [ 120.2912258, 29.9503592 ], [ 120.2911586, 29.9505282 ] ], [ [ 120.2911586, 29.9505282 ], [ 120.291055, 29.9507889 ], [ 120.2909658, 29.9510026 ] ], [ [ 120.2908265, 29.9510074 ], [ 120.2908435, 29.9509558 ], [ 120.2909901, 29.9505749 ] ], [ [ 120.2909658, 29.9510026 ], [ 120.2908274, 29.9514511 ], [ 120.2906729, 29.9520253 ], [ 120.2905916, 29.9524973 ], [ 120.2905738, 29.952651 ], [ 120.2905224, 29.9530961 ], [ 120.290494, 29.9535893 ], [ 120.2904859, 29.954801 ], [ 120.2904249, 29.9552977 ], [ 120.2903436, 29.9557168 ], [ 120.2902379, 29.9560374 ], [ 120.2899817, 29.9565551 ], [ 120.2897337, 29.9571469 ], [ 120.2892459, 29.9584501 ], [ 120.2887743, 29.9594927 ], [ 120.2884572, 29.9602747 ], [ 120.2883606, 29.9604493 ], [ 120.2878026, 29.9614581 ], [ 120.2875628, 29.9621802 ], [ 120.2870221, 29.9634622 ], [ 120.2867264, 29.9640942 ], [ 120.2865279, 29.9646891 ], [ 120.2864367, 29.9650469 ], [ 120.2864287, 29.9651463 ] ], [ [ 120.2862649, 29.9651416 ], [ 120.2863988, 29.9645321 ], [ 120.2865735, 29.9640634 ], [ 120.2867879, 29.9635951 ], [ 120.2869595, 29.9632033 ], [ 120.2870944, 29.9628953 ], [ 120.2873995, 29.9621294 ], [ 120.2876622, 29.9613864 ], [ 120.288114, 29.9605795 ], [ 120.2882927, 29.9602603 ], [ 120.2890883, 29.9584509 ], [ 120.2895808, 29.9571029 ], [ 120.2898982, 29.9562772 ], [ 120.2901355, 29.9557786 ], [ 120.2902404, 29.9554075 ], [ 120.2903295, 29.9548199 ], [ 120.2903278, 29.9535805 ], [ 120.290392, 29.9529116 ], [ 120.290471, 29.9523214 ], [ 120.2905514, 29.9519531 ], [ 120.290658, 29.951517 ], [ 120.2908265, 29.9510074 ] ], [ [ 120.2864287, 29.9651463 ], [ 120.2863992, 29.9655117 ], [ 120.2864314, 29.9659206 ], [ 120.2866781, 29.9671893 ], [ 120.2872657, 29.9703386 ], [ 120.2875861, 29.9720308 ], [ 120.2876293, 29.972618 ], [ 120.2876354, 29.9733119 ], [ 120.2875806, 29.9737663 ], [ 120.2874734, 29.9742588 ], [ 120.2870141, 29.9761301 ], [ 120.2866043, 29.9777997 ], [ 120.2862932, 29.979361 ], [ 120.2861537, 29.9801417 ], [ 120.2861215, 29.9805692 ], [ 120.2861644, 29.9811732 ], [ 120.2862181, 29.9816472 ], [ 120.2863468, 29.9821862 ], [ 120.2865721, 29.9827995 ], [ 120.2868725, 29.9834036 ], [ 120.2870307, 29.9836836 ], [ 120.2886098, 29.9864791 ], [ 120.289072, 29.9872973 ], [ 120.2915052, 29.9915918 ], [ 120.2924837, 29.9933187 ], [ 120.2932133, 29.9946382 ], [ 120.2936424, 29.9955488 ], [ 120.293975, 29.99632 ], [ 120.294153, 29.996815 ], [ 120.2942008, 29.9969478 ], [ 120.294301, 29.9972266 ], [ 120.2943827, 29.9974536 ], [ 120.2947046, 29.9985035 ], [ 120.2949514, 29.9994327 ], [ 120.2951445, 30.0005384 ], [ 120.295275, 30.0013737 ], [ 120.2952839, 30.0014304 ], [ 120.2954127, 30.0027404 ], [ 120.2954556, 30.0038089 ], [ 120.2954449, 30.0049517 ], [ 120.2953376, 30.0062246 ], [ 120.2953094, 30.0064297 ] ], [ [ 120.2570343, 29.9676819 ], [ 120.2573831, 29.9676229 ], [ 120.2586128, 29.9673982 ], [ 120.2593577, 29.9672603 ], [ 120.2601592, 29.9671148 ], [ 120.2619893, 29.9667825 ], [ 120.2623731, 29.9667231 ], [ 120.2632473, 29.9665933 ], [ 120.2642531, 29.9664735 ], [ 120.265199, 29.9663884 ], [ 120.2665327, 29.9663379 ], [ 120.2677812, 29.9663032 ], [ 120.2698148, 29.9662677 ], [ 120.2701239, 29.9662622 ], [ 120.2715174, 29.9662307 ], [ 120.272952, 29.9662055 ], [ 120.273734, 29.9661803 ], [ 120.2744591, 29.9661613 ], [ 120.2747776, 29.9661519 ], [ 120.2750292, 29.9661335 ] ], [ [ 120.2862649, 29.9651416 ], [ 120.2864287, 29.9651463 ] ], [ [ 120.2862608, 29.9652798 ], [ 120.2862649, 29.9651416 ] ], [ [ 120.2864287, 29.9651463 ], [ 120.2862608, 29.9652798 ] ], [ [ 120.2722883, 30.029513 ], [ 120.273931, 30.027699 ], [ 120.275357, 30.026054 ], [ 120.2761587, 30.0251942 ], [ 120.276834, 30.02447 ], [ 120.2781371, 30.0233255 ], [ 120.2788381, 30.0227493 ], [ 120.280126, 30.0217903 ], [ 120.2812191, 30.0210873 ], [ 120.2818439, 30.0207301 ], [ 120.2824602, 30.0203777 ], [ 120.2835827, 30.0197494 ], [ 120.2856564, 30.0185783 ], [ 120.2878244, 30.0173459 ], [ 120.2888333, 30.0166678 ], [ 120.2898152, 30.0159366 ], [ 120.2905269, 30.0153165 ], [ 120.2910714, 30.0147891 ], [ 120.2916022, 30.014225 ], [ 120.2919496, 30.0138114 ], [ 120.2924616, 30.013149 ], [ 120.2928971, 30.0125264 ], [ 120.2931977, 30.0120362 ], [ 120.2932812, 30.0118923 ], [ 120.2936225, 30.0113041 ], [ 120.2936781, 30.0111897 ], [ 120.2940479, 30.0104287 ], [ 120.2944548, 30.0094293 ], [ 120.2947298, 30.0085793 ], [ 120.2948875, 30.0079642 ], [ 120.2950409, 30.0072167 ], [ 120.2951935, 30.0062728 ], [ 120.2952595, 30.0055314 ], [ 120.2953011, 30.0047408 ], [ 120.295311, 30.0039866 ], [ 120.2952841, 30.003057 ], [ 120.295276, 30.002934 ], [ 120.2952357, 30.0023232 ], [ 120.2951292, 30.0013875 ], [ 120.2949992, 30.0005499 ], [ 120.2948038, 29.9995807 ], [ 120.2945215, 29.9984505 ], [ 120.2943413, 29.9978133 ], [ 120.294031, 29.9969652 ], [ 120.2939791, 29.9968231 ], [ 120.2939469, 29.9967352 ], [ 120.2934276, 29.9954138 ], [ 120.2930087, 29.9946016 ], [ 120.2925323, 29.9937412 ], [ 120.291299, 29.9915281 ], [ 120.2898652, 29.9890344 ], [ 120.2884122, 29.9864544 ], [ 120.2866071, 29.9831574 ], [ 120.2864167, 29.9827325 ], [ 120.2862831, 29.982364 ], [ 120.2861164, 29.9818208 ], [ 120.2860388, 29.9813938 ], [ 120.2860036, 29.9809716 ], [ 120.2859855, 29.9804039 ], [ 120.2860221, 29.9800006 ], [ 120.2861588, 29.9792705 ], [ 120.286333, 29.978434 ], [ 120.2865367, 29.9774218 ], [ 120.2868934, 29.9761257 ], [ 120.28694, 29.9759564 ], [ 120.2874165, 29.9738224 ], [ 120.2874626, 29.9733957 ], [ 120.287464, 29.972652 ], [ 120.2874361, 29.9720674 ], [ 120.2869642, 29.9697032 ], [ 120.2867579, 29.9684069 ], [ 120.2862827, 29.9659778 ], [ 120.286251, 29.9656134 ], [ 120.2862608, 29.9652798 ] ], [ [ 120.2953094, 30.0064297 ], [ 120.2951767, 30.0073952 ], [ 120.2949192, 30.0083893 ], [ 120.2944793, 30.0097829 ], [ 120.2940134, 30.0108045 ], [ 120.2939355, 30.0109754 ], [ 120.2938141, 30.0112415 ], [ 120.2935371, 30.0117078 ], [ 120.2930416, 30.0125421 ], [ 120.2920868, 30.0138521 ], [ 120.2911963, 30.0148647 ], [ 120.2902521, 30.0157194 ], [ 120.2889647, 30.016732 ], [ 120.2888022, 30.0168418 ], [ 120.2880178, 30.0173715 ], [ 120.2874863, 30.0176843 ], [ 120.2860893, 30.0185063 ], [ 120.2856287, 30.0187633 ], [ 120.2835362, 30.019941 ], [ 120.2815373, 30.0210746 ], [ 120.2812828, 30.0212189 ], [ 120.2800168, 30.0220456 ], [ 120.2789225, 30.0228631 ], [ 120.2775814, 30.024015 ], [ 120.2763476, 30.0252411 ], [ 120.2729251, 30.0290217 ], [ 120.2725104, 30.0294914 ] ], [ [ 120.2750292, 29.9661335 ], [ 120.2756383, 29.9660888 ], [ 120.2760671, 29.9660573 ], [ 120.2768301, 29.9659879 ], [ 120.277735, 29.9658681 ], [ 120.278435, 29.9657641 ], [ 120.2794628, 29.9655686 ], [ 120.2803898, 29.96537 ], [ 120.2808816, 29.9652817 ], [ 120.281301, 29.9652407 ], [ 120.2816667, 29.965206 ], [ 120.2823162, 29.9651871 ], [ 120.2830288, 29.9651776 ], [ 120.2846053, 29.965165 ], [ 120.2855165, 29.9651556 ], [ 120.2862649, 29.9651416 ] ], [ [ 120.2862608, 29.9652798 ], [ 120.2817742, 29.9652723 ], [ 120.2812221, 29.9653269 ], [ 120.2803795, 29.9654687 ], [ 120.2779537, 29.9659124 ], [ 120.2773815, 29.9660153 ], [ 120.2766056, 29.9661009 ], [ 120.2750019, 29.9662403 ] ], [ [ 120.2725104, 30.0294914 ], [ 120.2698891, 30.0324599 ] ], [ [ 120.2696116, 30.0324688 ], [ 120.2722883, 30.029513 ] ], [ [ 120.267429, 30.0683733 ], [ 120.2675231, 30.0687811 ], [ 120.2675861, 30.0692153 ], [ 120.2675997, 30.0696944 ], [ 120.2675908, 30.0699658 ], [ 120.2675457, 30.0703604 ], [ 120.2673638, 30.071264 ], [ 120.2666961, 30.0742579 ], [ 120.2663954, 30.0755625 ], [ 120.2660012, 30.0772725 ], [ 120.2659643, 30.0775071 ] ], [ [ 120.2658526, 30.0774998 ], [ 120.2659707, 30.0769772 ], [ 120.2662765, 30.075566 ], [ 120.2672635, 30.0712487 ], [ 120.2674406, 30.0702645 ], [ 120.2674835, 30.0699163 ], [ 120.2674888, 30.0693639 ], [ 120.2674298, 30.0688764 ], [ 120.2673333, 30.0683843 ] ], [ [ 120.2543696, 30.0580412 ], [ 120.2543067, 30.0579026 ], [ 120.2541902, 30.0575725 ], [ 120.2539998, 30.0570329 ], [ 120.2538038, 30.0558319 ], [ 120.2535408, 30.053728 ] ], [ [ 120.2539672, 30.0558671 ], [ 120.2541121, 30.0568329 ], [ 120.2541396, 30.0569198 ], [ 120.2544607, 30.0579333 ], [ 120.2545255, 30.0580582 ] ], [ [ 120.2543696, 30.0580412 ], [ 120.2545255, 30.0580582 ] ], [ [ 120.2544011, 30.0581443 ], [ 120.2543696, 30.0580412 ] ], [ [ 120.2545255, 30.0580582 ], [ 120.254577, 30.0581576 ] ], [ [ 120.254577, 30.0581576 ], [ 120.2544011, 30.0581443 ] ], [ [ 120.2551157, 30.05933 ], [ 120.2548216, 30.058938 ], [ 120.2545051, 30.0584273 ], [ 120.2544011, 30.0581443 ] ], [ [ 120.254577, 30.0581576 ], [ 120.2549086, 30.0587969 ], [ 120.2552758, 30.0593346 ] ], [ [ 120.2599053, 30.0574014 ], [ 120.2618004, 30.0568067 ] ], [ [ 120.2618408, 30.0569573 ], [ 120.2609801, 30.0571995 ], [ 120.2599435, 30.0574912 ] ], [ [ 120.2545255, 30.0580582 ], [ 120.2549969, 30.0581096 ], [ 120.2557741, 30.0581324 ], [ 120.2564887, 30.0580911 ], [ 120.2566783, 30.0580801 ], [ 120.2574438, 30.0579944 ], [ 120.258481, 30.0577917 ], [ 120.2595535, 30.0574954 ], [ 120.2599053, 30.0574014 ] ], [ [ 120.2599435, 30.0574912 ], [ 120.2596163, 30.0575798 ], [ 120.2585438, 30.0578761 ], [ 120.2575066, 30.0580789 ], [ 120.2567411, 30.0581645 ], [ 120.2558369, 30.0582168 ], [ 120.2550597, 30.058194 ], [ 120.254577, 30.0581576 ] ], [ [ 120.244447, 30.0564966 ], [ 120.2473769, 30.0569615 ], [ 120.2505306, 30.0574681 ], [ 120.2508955, 30.0575222 ], [ 120.2510469, 30.0575446 ], [ 120.2538425, 30.0579375 ], [ 120.2543696, 30.0580412 ] ], [ [ 120.2544011, 30.0581443 ], [ 120.2540671, 30.0580727 ], [ 120.2509986, 30.0576084 ], [ 120.2506891, 30.0575592 ], [ 120.2505329, 30.0575343 ], [ 120.2485638, 30.0572208 ], [ 120.2480536, 30.0571395 ], [ 120.2472125, 30.0570102 ], [ 120.2444507, 30.0565858 ] ], [ [ 120.2581307, 30.0617972 ], [ 120.2575915, 30.0615224 ], [ 120.2572625, 30.0613221 ], [ 120.257157, 30.0612578 ], [ 120.2565991, 30.0608539 ], [ 120.2560412, 30.0603617 ], [ 120.2556746, 30.0599966 ], [ 120.2552186, 30.0594673 ], [ 120.2551157, 30.05933 ] ], [ [ 120.2552758, 30.0593346 ], [ 120.2552955, 30.0593634 ], [ 120.2557569, 30.059934 ], [ 120.2563386, 30.0605056 ], [ 120.2568109, 30.0608828 ], [ 120.2574029, 30.0612804 ], [ 120.2582843, 30.0617881 ], [ 120.2583631, 30.0618283 ] ], [ [ 120.2583631, 30.0618283 ], [ 120.2604504, 30.0628946 ], [ 120.261913, 30.0636354 ], [ 120.2621186, 30.0637395 ] ], [ [ 120.2619904, 30.0637817 ], [ 120.2608799, 30.0631985 ], [ 120.2581307, 30.0617972 ] ], [ [ 120.2621186, 30.0637395 ], [ 120.2642152, 30.0648014 ], [ 120.264737, 30.065086 ], [ 120.2651608, 30.0653534 ], [ 120.2656041, 30.0656718 ], [ 120.2659884, 30.066008 ], [ 120.2660477, 30.0660646 ], [ 120.2662912, 30.0662966 ] ], [ [ 120.2673333, 30.0683843 ], [ 120.2671294, 30.0678226 ], [ 120.2668988, 30.067349 ], [ 120.2664911, 30.0667037 ], [ 120.2661155, 30.0662766 ], [ 120.2656596, 30.0658448 ], [ 120.2651231, 30.065427 ], [ 120.2619904, 30.0637817 ] ], [ [ 120.2659643, 30.0775071 ], [ 120.2658748, 30.0780758 ], [ 120.2658116, 30.0787527 ], [ 120.2658568, 30.0798539 ], [ 120.2660282, 30.0807564 ], [ 120.2662617, 30.0816843 ], [ 120.2664894, 30.0822757 ], [ 120.2666836, 30.0827095 ] ], [ [ 120.2665611, 30.0827591 ], [ 120.2664589, 30.082543 ], [ 120.2662604, 30.0820184 ], [ 120.2661424, 30.0816425 ], [ 120.2659492, 30.0809555 ], [ 120.2658527, 30.0803799 ], [ 120.265783, 30.0798832 ], [ 120.2657454, 30.0793725 ], [ 120.2657347, 30.0787784 ], [ 120.2657561, 30.078342 ], [ 120.2658312, 30.0775946 ], [ 120.2658526, 30.0774998 ] ], [ [ 120.2666836, 30.0827095 ], [ 120.2673979, 30.0839681 ], [ 120.2679558, 30.0848593 ], [ 120.270342, 30.0885915 ] ], [ [ 120.270342, 30.0885915 ], [ 120.2718366, 30.0909131 ] ], [ [ 120.2717387, 30.0909676 ], [ 120.2709283, 30.089684 ] ], [ [ 120.2718366, 30.0909131 ], [ 120.272735, 30.0923439 ], [ 120.2731071, 30.092978 ] ], [ [ 120.2730279, 30.0930706 ], [ 120.2726119, 30.0923507 ], [ 120.2717387, 30.0909676 ] ], [ [ 120.2709283, 30.089684 ], [ 120.2704875, 30.0889857 ], [ 120.2685671, 30.0860057 ], [ 120.2673333, 30.0840701 ], [ 120.2668773, 30.0833739 ], [ 120.2667003, 30.0830536 ], [ 120.2665611, 30.0827591 ] ], [ [ 120.2770954, 30.1205991 ], [ 120.2774021, 30.1208525 ], [ 120.2793746, 30.122482 ], [ 120.2796395, 30.1227008 ], [ 120.2814742, 30.1241856 ], [ 120.28175, 30.1244105 ], [ 120.2822468, 30.1248157 ], [ 120.2828904, 30.1252899 ], [ 120.2836191, 30.1258075 ], [ 120.284843, 30.1266076 ], [ 120.2849586, 30.1266754 ], [ 120.2853349, 30.1268962 ], [ 120.2872785, 30.1280367 ], [ 120.287513, 30.1281749 ] ], [ [ 120.2732928, 30.0935708 ], [ 120.2732395, 30.0934368 ], [ 120.2730279, 30.0930706 ] ], [ [ 120.2731071, 30.092978 ], [ 120.2732612, 30.093247 ], [ 120.2734706, 30.0936772 ] ], [ [ 120.2734706, 30.0936772 ], [ 120.2736711, 30.0942093 ], [ 120.2738166, 30.0948828 ], [ 120.2738252, 30.095079 ], [ 120.2738406, 30.0954326 ], [ 120.2737869, 30.0959524 ], [ 120.2736957, 30.0964305 ], [ 120.2735969, 30.096739 ] ], [ [ 120.2735969, 30.096739 ], [ 120.2735456, 30.0968993 ], [ 120.2733417, 30.0973773 ], [ 120.2730587, 30.0979156 ] ], [ [ 120.2726926, 30.098425 ], [ 120.2730587, 30.0979156 ] ], [ [ 120.2685582, 30.1044666 ], [ 120.2686529, 30.1041809 ], [ 120.2689372, 30.1034941 ], [ 120.269184, 30.1029836 ], [ 120.2694395, 30.1024841 ], [ 120.269876, 30.101828 ], [ 120.2716141, 30.0995678 ], [ 120.2719514, 30.0991586 ], [ 120.2726011, 30.0983704 ], [ 120.2728951, 30.0979613 ], [ 120.2729713, 30.0978553 ], [ 120.2732395, 30.0973355 ], [ 120.2734541, 30.0968342 ], [ 120.2736096, 30.0962448 ], [ 120.2736633, 30.095725 ], [ 120.2736847, 30.0952516 ], [ 120.2736753, 30.0950798 ], [ 120.2736526, 30.0946621 ], [ 120.2735184, 30.0941376 ], [ 120.2732928, 30.0935708 ] ], [ [ 120.2726926, 30.098425 ], [ 120.2724619, 30.0986861 ], [ 120.2721475, 30.099084 ], [ 120.2699621, 30.1018499 ], [ 120.2695239, 30.1025295 ], [ 120.2692675, 30.1030091 ], [ 120.26868, 30.1044084 ], [ 120.2683689, 30.1054201 ], [ 120.268224, 30.1061209 ] ], [ [ 120.2662912, 30.0662966 ], [ 120.26645, 30.0664923 ] ], [ [ 120.26645, 30.0664923 ], [ 120.2666311, 30.0667155 ], [ 120.2668632, 30.0670638 ], [ 120.2670926, 30.0674755 ], [ 120.2672956, 30.0679487 ], [ 120.2674211, 30.0683391 ], [ 120.267429, 30.0683733 ] ], [ [ 120.2475414, 30.0695259 ], [ 120.2471119, 30.0694306 ] ], [ [ 120.2476789, 30.0695604 ], [ 120.2475414, 30.0695259 ] ], [ [ 120.2476789, 30.0695604 ], [ 120.2480543, 30.069713 ] ], [ [ 120.2542132, 30.0823523 ], [ 120.253599, 30.0809637 ] ], [ [ 120.253599, 30.0809637 ], [ 120.2534014, 30.0805169 ] ], [ [ 120.2534014, 30.0805169 ], [ 120.253061, 30.0797944 ] ], [ [ 120.253061, 30.0797944 ], [ 120.2526898, 30.0790066 ] ], [ [ 120.2526898, 30.0790066 ], [ 120.2526627, 30.0789455 ] ], [ [ 120.2526627, 30.0789455 ], [ 120.2525123, 30.078607 ] ], [ [ 120.2525123, 30.078607 ], [ 120.2523609, 30.0782661 ] ], [ [ 120.2523609, 30.0782661 ], [ 120.2520599, 30.0775885 ] ], [ [ 120.2520599, 30.0775885 ], [ 120.2517096, 30.0768228 ] ], [ [ 120.2517096, 30.0768228 ], [ 120.2516262, 30.0765796 ] ], [ [ 120.2516262, 30.0765796 ], [ 120.2515573, 30.0763185 ] ], [ [ 120.2515573, 30.0763185 ], [ 120.2515497, 30.0761971 ] ], [ [ 120.2515497, 30.0761971 ], [ 120.2515412, 30.0760629 ] ], [ [ 120.2515412, 30.0760629 ], [ 120.2515368, 30.0756556 ] ], [ [ 120.2515368, 30.0756556 ], [ 120.2515368, 30.0754432 ] ], [ [ 120.2515368, 30.0754432 ], [ 120.2515213, 30.0751823 ] ], [ [ 120.2515213, 30.0751823 ], [ 120.2514913, 30.0749878 ] ], [ [ 120.2514913, 30.0749878 ], [ 120.2513601, 30.0746698 ] ], [ [ 120.2513601, 30.0746698 ], [ 120.2513304, 30.0746101 ] ], [ [ 120.2513304, 30.0746101 ], [ 120.2509866, 30.0739181 ] ], [ [ 120.2509866, 30.0739181 ], [ 120.2508916, 30.0737266 ] ], [ [ 120.2508916, 30.0737266 ], [ 120.2505137, 30.0729647 ] ], [ [ 120.2505137, 30.0729647 ], [ 120.2504918, 30.0729205 ] ], [ [ 120.2504918, 30.0729205 ], [ 120.2500883, 30.0720913 ] ], [ [ 120.2500883, 30.0720913 ], [ 120.2495935, 30.071114 ] ], [ [ 120.2495935, 30.071114 ], [ 120.2493289, 30.0706624 ] ], [ [ 120.2493289, 30.0706624 ], [ 120.2491374, 30.0704513 ] ], [ [ 120.2572306, 30.1015541 ], [ 120.2572591, 30.1012883 ] ], [ [ 120.2572591, 30.1012883 ], [ 120.2573387, 30.1007161 ] ], [ [ 120.2573387, 30.1007161 ], [ 120.2573924, 30.1002613 ] ], [ [ 120.2573924, 30.1002613 ], [ 120.2573881, 30.0999433 ] ], [ [ 120.2573881, 30.0999433 ], [ 120.2573666, 30.0994885 ] ], [ [ 120.2573666, 30.0994885 ], [ 120.2571696, 30.0980741 ] ], [ [ 120.2571696, 30.0980741 ], [ 120.2570812, 30.0973427 ] ], [ [ 120.2570812, 30.0973427 ], [ 120.2569842, 30.0968208 ] ], [ [ 120.2569842, 30.0968208 ], [ 120.2568698, 30.0964902 ] ], [ [ 120.2568698, 30.0964902 ], [ 120.25668, 30.0960541 ] ], [ [ 120.25668, 30.0960541 ], [ 120.2563946, 30.095453 ] ], [ [ 120.2563946, 30.095453 ], [ 120.2559435, 30.0945874 ] ], [ [ 120.2559435, 30.0945874 ], [ 120.2557863, 30.094225 ] ], [ [ 120.2557863, 30.094225 ], [ 120.255679, 30.0939377 ] ], [ [ 120.255679, 30.0939377 ], [ 120.2556177, 30.0936575 ] ], [ [ 120.2556177, 30.0936575 ], [ 120.2555929, 30.0933393 ] ], [ [ 120.2555929, 30.0933393 ], [ 120.2555642, 30.0927402 ] ], [ [ 120.2555642, 30.0927402 ], [ 120.2555642, 30.0917835 ] ], [ [ 120.2555642, 30.0917835 ], [ 120.2555642, 30.0912178 ] ], [ [ 120.2555642, 30.0912178 ], [ 120.2555624, 30.0909541 ] ], [ [ 120.2555624, 30.0909541 ], [ 120.2555602, 30.0906266 ] ], [ [ 120.2555602, 30.0906266 ], [ 120.2555637, 30.0899119 ] ], [ [ 120.2555637, 30.0899119 ], [ 120.2555556, 30.0892464 ] ], [ [ 120.2555556, 30.0892464 ], [ 120.2555356, 30.0888005 ] ], [ [ 120.2555356, 30.0888005 ], [ 120.2555255, 30.0885745 ] ], [ [ 120.2555255, 30.0885745 ], [ 120.2555192, 30.0884365 ] ], [ [ 120.2555192, 30.0884365 ], [ 120.2554676, 30.0873096 ] ], [ [ 120.2554676, 30.0873096 ], [ 120.2554354, 30.0860471 ] ], [ [ 120.2554354, 30.0860471 ], [ 120.2553925, 30.0853787 ] ], [ [ 120.2553925, 30.0853787 ], [ 120.2553249, 30.0848904 ] ], [ [ 120.2553249, 30.0848904 ], [ 120.2552174, 30.0845569 ] ], [ [ 120.2552174, 30.0845569 ], [ 120.2550725, 30.0841902 ] ], [ [ 120.2550725, 30.0841902 ], [ 120.2550499, 30.0841395 ] ], [ [ 120.2550499, 30.0841395 ], [ 120.2549738, 30.0839691 ] ], [ [ 120.2549738, 30.0839691 ], [ 120.2546693, 30.0832872 ] ], [ [ 120.2546693, 30.0832872 ], [ 120.2546288, 30.0831965 ] ], [ [ 120.2546288, 30.0831965 ], [ 120.2542132, 30.0823523 ] ], [ [ 120.2480543, 30.069713 ], [ 120.2483392, 30.0698517 ] ], [ [ 120.2483392, 30.0698517 ], [ 120.2486628, 30.0700518 ] ], [ [ 120.2486628, 30.0700518 ], [ 120.2487074, 30.0700863 ] ], [ [ 120.2487074, 30.0700863 ], [ 120.2490391, 30.070343 ] ], [ [ 120.2490391, 30.070343 ], [ 120.2491374, 30.0704513 ] ], [ [ 120.2460059, 30.1122838 ], [ 120.2460964, 30.1124514 ], [ 120.246479, 30.1134173 ], [ 120.2465575, 30.1135814 ], [ 120.2466543, 30.1137839 ], [ 120.2467453, 30.1140974 ] ], [ [ 120.2465951, 30.114101 ], [ 120.2465738, 30.1139103 ], [ 120.2465181, 30.1136698 ], [ 120.2464772, 30.1135454 ], [ 120.2464411, 30.1134354 ], [ 120.2460462, 30.1124698 ], [ 120.2460059, 30.1122838 ] ], [ [ 120.2467453, 30.1140974 ], [ 120.2465951, 30.114101 ] ], [ [ 120.2552101, 30.1147193 ], [ 120.2543089, 30.1145806 ] ], [ [ 120.2543089, 30.1145806 ], [ 120.2542344, 30.1145716 ] ], [ [ 120.2542344, 30.1145716 ], [ 120.253524, 30.1144864 ] ], [ [ 120.253524, 30.1144864 ], [ 120.2521417, 30.1143207 ] ], [ [ 120.2521417, 30.1143207 ], [ 120.2514765, 30.1142464 ] ], [ [ 120.2514765, 30.1142464 ], [ 120.2503178, 30.1141536 ] ], [ [ 120.2503178, 30.1141536 ], [ 120.2485153, 30.1140794 ] ], [ [ 120.2485153, 30.1140794 ], [ 120.247375, 30.114091 ] ], [ [ 120.247375, 30.114091 ], [ 120.2467453, 30.1140974 ] ], [ [ 120.2467453, 30.1140974 ], [ 120.2467372, 30.1145142 ], [ 120.246704, 30.1158518 ], [ 120.2466184, 30.1191445 ] ], [ [ 120.2642541, 30.1222914 ], [ 120.2628426, 30.1220531 ] ], [ [ 120.2628426, 30.1220531 ], [ 120.2619521, 30.1219325 ] ], [ [ 120.2619521, 30.1219325 ], [ 120.2610897, 30.1217831 ] ], [ [ 120.2610897, 30.1217831 ], [ 120.2603719, 30.1216 ] ], [ [ 120.2603719, 30.1216 ], [ 120.2599919, 30.1214807 ] ], [ [ 120.2599919, 30.1214807 ], [ 120.2596563, 30.121344 ] ], [ [ 120.2596563, 30.121344 ], [ 120.2593144, 30.1211721 ] ], [ [ 120.2593144, 30.1211721 ], [ 120.2592128, 30.1211013 ] ], [ [ 120.2592128, 30.1211013 ], [ 120.2590081, 30.1209586 ] ], [ [ 120.2590081, 30.1209586 ], [ 120.2587016, 30.1206715 ] ], [ [ 120.2587016, 30.1206715 ], [ 120.2584227, 30.1204036 ] ], [ [ 120.2584227, 30.1204036 ], [ 120.2580865, 30.1200017 ] ], [ [ 120.2580865, 30.1200017 ], [ 120.2578024, 30.1196228 ] ], [ [ 120.2578024, 30.1196228 ], [ 120.257463, 30.1191484 ] ], [ [ 120.257463, 30.1191484 ], [ 120.256669, 30.1180492 ] ], [ [ 120.256669, 30.1180492 ], [ 120.2559042, 30.1169222 ] ], [ [ 120.2559042, 30.1169222 ], [ 120.2555649, 30.116312 ] ], [ [ 120.2555649, 30.116312 ], [ 120.2554772, 30.1161295 ] ], [ [ 120.2572306, 30.1015541 ], [ 120.2572621, 30.1020104 ] ], [ [ 120.2572621, 30.1020104 ], [ 120.2573387, 30.1025446 ] ], [ [ 120.2573387, 30.1025446 ], [ 120.2575266, 30.1039966 ] ], [ [ 120.2575266, 30.1039966 ], [ 120.2576026, 30.1045843 ] ], [ [ 120.2576026, 30.1045843 ], [ 120.2577249, 30.1056818 ] ], [ [ 120.2577249, 30.1056818 ], [ 120.257741, 30.1060577 ] ], [ [ 120.257741, 30.1060577 ], [ 120.2577425, 30.1064683 ] ], [ [ 120.2577425, 30.1064683 ], [ 120.2577142, 30.1069534 ] ], [ [ 120.2577142, 30.1069534 ], [ 120.2576563, 30.1075079 ] ], [ [ 120.2576563, 30.1075079 ], [ 120.2575318, 30.1081507 ] ], [ [ 120.2575318, 30.1081507 ], [ 120.2574507, 30.1084491 ] ], [ [ 120.2574507, 30.1084491 ], [ 120.2574031, 30.108624 ] ], [ [ 120.2574031, 30.108624 ], [ 120.2572529, 30.109051 ] ], [ [ 120.2572529, 30.109051 ], [ 120.2568018, 30.1101763 ] ], [ [ 120.2568018, 30.1101763 ], [ 120.2565619, 30.1107749 ] ], [ [ 120.2565619, 30.1107749 ], [ 120.2564375, 30.1111392 ] ], [ [ 120.2564375, 30.1111392 ], [ 120.2561542, 30.1118515 ] ], [ [ 120.2561542, 30.1118515 ], [ 120.2558177, 30.1127407 ] ], [ [ 120.2558177, 30.1127407 ], [ 120.2555642, 30.1134107 ] ], [ [ 120.2555642, 30.1134107 ], [ 120.2553752, 30.1139918 ] ], [ [ 120.2553752, 30.1139918 ], [ 120.2552745, 30.1143017 ] ], [ [ 120.2552745, 30.1143017 ], [ 120.2552101, 30.1147193 ] ], [ [ 120.2554772, 30.1161295 ], [ 120.2554145, 30.1159989 ] ], [ [ 120.2554145, 30.1159989 ], [ 120.2552568, 30.1155406 ] ], [ [ 120.2552568, 30.1155406 ], [ 120.255243, 30.1154407 ] ], [ [ 120.255243, 30.1154407 ], [ 120.2551978, 30.1151133 ] ], [ [ 120.2551978, 30.1151133 ], [ 120.2552101, 30.1147193 ] ], [ [ 120.268224, 30.1061209 ], [ 120.2681237, 30.1068422 ], [ 120.2680684, 30.1074992 ], [ 120.2680578, 30.1081674 ], [ 120.2681543, 30.1093044 ] ], [ [ 120.2681543, 30.1093044 ], [ 120.2683742, 30.1105629 ], [ 120.2687283, 30.1116664 ], [ 120.269056, 30.1124602 ] ], [ [ 120.2693657, 30.1231029 ], [ 120.2689385, 30.1230378 ] ], [ [ 120.2689385, 30.1230378 ], [ 120.2680783, 30.1229068 ] ], [ [ 120.2680783, 30.1229068 ], [ 120.266014, 30.1225797 ] ], [ [ 120.266014, 30.1225797 ], [ 120.2649455, 30.122415 ] ], [ [ 120.2649455, 30.122415 ], [ 120.2642541, 30.1222914 ] ], [ [ 120.2694872, 30.1231214 ], [ 120.2693657, 30.1231029 ] ], [ [ 120.2639597, 30.1262497 ], [ 120.2640875, 30.1237696 ], [ 120.26416, 30.1223613 ], [ 120.2642541, 30.1222914 ] ], [ [ 120.2770991, 30.1207764 ], [ 120.2741568, 30.1183716 ], [ 120.2727352, 30.1172069 ], [ 120.2718608, 30.1164737 ], [ 120.2711098, 30.1157452 ], [ 120.2705305, 30.1150677 ], [ 120.269876, 30.1142093 ], [ 120.2693127, 30.1132951 ], [ 120.2688299, 30.1123485 ], [ 120.268433, 30.1112997 ], [ 120.2682774, 30.1107382 ], [ 120.2681004, 30.1099215 ], [ 120.2679877, 30.1091604 ], [ 120.2679448, 30.1081766 ], [ 120.2679609, 30.1073506 ], [ 120.2680199, 30.1066916 ], [ 120.2681111, 30.1061208 ], [ 120.2682506, 30.1054525 ], [ 120.2684652, 30.1047471 ], [ 120.2685582, 30.1044666 ] ], [ [ 120.269056, 30.1124602 ], [ 120.2697475, 30.1137871 ], [ 120.2702035, 30.1144878 ], [ 120.2706488, 30.1150446 ], [ 120.2712335, 30.1156988 ], [ 120.2718826, 30.1163346 ], [ 120.2730734, 30.117316 ], [ 120.2734704, 30.1176432 ], [ 120.2754004, 30.119217 ], [ 120.2766099, 30.1202033 ], [ 120.2770954, 30.1205991 ] ], [ [ 120.2694872, 30.1231214 ], [ 120.270002, 30.1231998 ] ], [ [ 120.270002, 30.1231998 ], [ 120.2712926, 30.1233964 ] ], [ [ 120.2712926, 30.1233964 ], [ 120.271769, 30.1234729 ] ], [ [ 120.271769, 30.1234729 ], [ 120.2721123, 30.1235472 ] ], [ [ 120.2721123, 30.1235472 ], [ 120.2726659, 30.123684 ] ], [ [ 120.2726659, 30.123684 ], [ 120.2730951, 30.1238232 ] ], [ [ 120.2730951, 30.1238232 ], [ 120.2734963, 30.1240297 ] ], [ [ 120.2734963, 30.1240297 ], [ 120.2741615, 30.1244566 ] ], [ [ 120.2741615, 30.1244566 ], [ 120.2742485, 30.1245239 ] ], [ [ 120.2742485, 30.1245239 ], [ 120.2745376, 30.1247474 ] ], [ [ 120.2745376, 30.1247474 ], [ 120.2747848, 30.1249465 ] ], [ [ 120.2769018, 30.1266017 ], [ 120.2771685, 30.1267995 ] ], [ [ 120.2771685, 30.1267995 ], [ 120.2775221, 30.1270617 ] ], [ [ 120.2775221, 30.1270617 ], [ 120.2777555, 30.1272348 ] ], [ [ 120.2777555, 30.1272348 ], [ 120.2779746, 30.1273973 ] ], [ [ 120.2779746, 30.1273973 ], [ 120.2783726, 30.1276925 ] ], [ [ 120.2783726, 30.1276925 ], [ 120.278614, 30.1278715 ] ], [ [ 120.278614, 30.1278715 ], [ 120.2800411, 30.1289922 ] ], [ [ 120.2800411, 30.1289922 ], [ 120.2803628, 30.1292448 ] ], [ [ 120.2803628, 30.1292448 ], [ 120.2812747, 30.1299872 ] ], [ [ 120.2812747, 30.1299872 ], [ 120.2817103, 30.1304581 ] ], [ [ 120.2817103, 30.1304581 ], [ 120.2819571, 30.1308849 ] ], [ [ 120.2819571, 30.1308849 ], [ 120.2819946, 30.130952 ] ], [ [ 120.2819946, 30.130952 ], [ 120.2821415, 30.1312151 ] ], [ [ 120.2821415, 30.1312151 ], [ 120.2824184, 30.1317108 ] ], [ [ 120.2824184, 30.1317108 ], [ 120.2828841, 30.1326967 ] ], [ [ 120.2828841, 30.1326967 ], [ 120.2831094, 30.1331792 ] ], [ [ 120.2831094, 30.1331792 ], [ 120.2832274, 30.1335503 ] ], [ [ 120.2832274, 30.1335503 ], [ 120.2833132, 30.1338844 ] ], [ [ 120.2833132, 30.1338844 ], [ 120.2833733, 30.1341883 ] ], [ [ 120.2833733, 30.1341883 ], [ 120.2833787, 30.1345213 ] ], [ [ 120.2747848, 30.1249465 ], [ 120.2755777, 30.1255516 ] ], [ [ 120.2755777, 30.1255516 ], [ 120.2762851, 30.1261188 ] ], [ [ 120.2762851, 30.1261188 ], [ 120.2765178, 30.1263053 ] ], [ [ 120.2765178, 30.1263053 ], [ 120.2767322, 30.1264772 ] ], [ [ 120.2767322, 30.1264772 ], [ 120.2769018, 30.1266017 ] ], [ [ 120.2833787, 30.1345213 ], [ 120.2833776, 30.1345896 ] ], [ [ 120.2833776, 30.1345896 ], [ 120.2833691, 30.1346842 ] ], [ [ 120.2826384, 30.1379378 ], [ 120.2828289, 30.1371335 ], [ 120.2830946, 30.1360113 ], [ 120.2831322, 30.1357561 ], [ 120.2832395, 30.1352226 ], [ 120.2832824, 30.134935 ], [ 120.2833691, 30.1346842 ] ], [ [ 120.2833691, 30.1346842 ], [ 120.2834219, 30.1348236 ], [ 120.2834447, 30.1350933 ], [ 120.2834319, 30.1351774 ], [ 120.28321, 30.1361087 ], [ 120.2830994, 30.1365753 ], [ 120.2827719, 30.1379568 ] ], [ [ 120.2827719, 30.1379568 ], [ 120.2824885, 30.1391474 ], [ 120.2819141, 30.1416435 ], [ 120.2818934, 30.1417306 ], [ 120.2817001, 30.1425452 ], [ 120.2814716, 30.1435084 ] ], [ [ 120.2812224, 30.1477669 ], [ 120.2810186, 30.1468853 ], [ 120.280906, 30.1464771 ], [ 120.2808577, 30.1461477 ], [ 120.2808577, 30.1460712 ], [ 120.2808577, 30.1458601 ], [ 120.2808738, 30.1454797 ], [ 120.2809623, 30.1449834 ], [ 120.2815668, 30.1424099 ], [ 120.2817307, 30.1417117 ], [ 120.2817514, 30.1416237 ], [ 120.2826384, 30.1379378 ] ], [ [ 120.2814716, 30.1435084 ], [ 120.2810883, 30.1450947 ], [ 120.2810743, 30.1452237 ], [ 120.2810312, 30.1456179 ] ], [ [ 120.3003926, 30.1376444 ], [ 120.3001528, 30.1375197 ], [ 120.2984028, 30.136609 ], [ 120.2977549, 30.1362718 ], [ 120.2970307, 30.1358774 ], [ 120.2962368, 30.13533 ], [ 120.2956091, 30.1348475 ], [ 120.2949761, 30.1342583 ], [ 120.2947263, 30.1340104 ], [ 120.2930878, 30.1323839 ], [ 120.2926676, 30.1319745 ], [ 120.2916877, 30.1310199 ], [ 120.2910279, 30.1304678 ], [ 120.2903252, 30.129976 ], [ 120.2896546, 30.1295399 ], [ 120.2874744, 30.1282579 ], [ 120.2863877, 30.127619 ], [ 120.285474, 30.1270799 ], [ 120.2851918, 30.1269135 ], [ 120.2847618, 30.1266598 ], [ 120.2845316, 30.126524 ], [ 120.2835875, 30.1259209 ], [ 120.2830569, 30.1255378 ], [ 120.2829705, 30.1254754 ], [ 120.2823483, 30.1250254 ], [ 120.2815651, 30.1244122 ], [ 120.2812164, 30.1241392 ], [ 120.2791698, 30.1224678 ], [ 120.2776362, 30.1212153 ], [ 120.2775632, 30.1211557 ], [ 120.2770991, 30.1207764 ] ], [ [ 120.287513, 30.1281749 ], [ 120.2903227, 30.1298312 ], [ 120.2911193, 30.130389 ], [ 120.2917792, 30.1309503 ], [ 120.2925409, 30.131715 ], [ 120.2927502, 30.131918 ], [ 120.2927615, 30.1319289 ], [ 120.295045, 30.1341429 ] ], [ [ 120.2863664, 30.1490021 ], [ 120.2872738, 30.149055 ], [ 120.2885286, 30.1490657 ], [ 120.2899341, 30.1490657 ], [ 120.2906378, 30.1490529 ], [ 120.2909533, 30.1490472 ], [ 120.291715, 30.1490193 ], [ 120.2917796, 30.149011 ], [ 120.292646, 30.149011 ], [ 120.2927557, 30.1490193 ], [ 120.2940539, 30.1490286 ], [ 120.2948586, 30.14901 ], [ 120.2959315, 30.1490008 ], [ 120.2967367, 30.1490008 ], [ 120.2982603, 30.1489869 ], [ 120.2988417, 30.1489776 ], [ 120.2993748, 30.1489699 ] ], [ [ 120.3122634, 30.1462358 ], [ 120.3122871, 30.1459768 ], [ 120.3122817, 30.1454665 ], [ 120.3121905, 30.1450258 ], [ 120.312035, 30.1446036 ], [ 120.3117614, 30.1440655 ], [ 120.3114502, 30.1436573 ], [ 120.3112644, 30.1434834 ], [ 120.3109943, 30.1432305 ], [ 120.3103935, 30.1428176 ], [ 120.30946, 30.1423537 ], [ 120.3075479, 30.1413616 ], [ 120.3060268, 30.1405723 ], [ 120.3040527, 30.1395517 ], [ 120.3029257, 30.1389633 ], [ 120.3024396, 30.1387096 ], [ 120.3020089, 30.1384847 ], [ 120.3008772, 30.1378963 ] ], [ [ 120.3008772, 30.1378963 ], [ 120.3003926, 30.1376444 ] ], [ [ 120.295045, 30.1341429 ], [ 120.2957757, 30.1348559 ], [ 120.2964301, 30.135357 ], [ 120.2969881, 30.135742 ], [ 120.2982326, 30.1364426 ], [ 120.3020731, 30.1384165 ], [ 120.3025207, 30.1386466 ], [ 120.3027816, 30.1387807 ], [ 120.3067298, 30.140822 ], [ 120.3075728, 30.1412536 ], [ 120.3083606, 30.141657 ], [ 120.3095675, 30.1423014 ], [ 120.3105172, 30.1427866 ], [ 120.3109851, 30.1431083 ], [ 120.3113745, 30.1434352 ], [ 120.3117456, 30.1438513 ], [ 120.3119869, 30.1442456 ], [ 120.3122391, 30.1447466 ], [ 120.3123571, 30.1452291 ], [ 120.3124161, 30.1456466 ], [ 120.3124082, 30.1462361 ] ], [ [ 120.2997349, 30.1472206 ], [ 120.2998491, 30.1468361 ], [ 120.2999191, 30.1464645 ], [ 120.2999471, 30.1462384 ], [ 120.2999752, 30.145568 ], [ 120.2999694, 30.1452042 ], [ 120.2999938, 30.144829 ], [ 120.3000405, 30.1445261 ], [ 120.300162, 30.1441384 ], [ 120.300274, 30.1437992 ], [ 120.3003161, 30.1435448 ], [ 120.3003209, 30.1434323 ], [ 120.3003447, 30.1428708 ], [ 120.3003581, 30.1425553 ], [ 120.3003628, 30.1407299 ], [ 120.3003655, 30.1405504 ], [ 120.3003784, 30.1396914 ], [ 120.3003852, 30.1392422 ], [ 120.3003908, 30.1388681 ], [ 120.3004106, 30.1385263 ], [ 120.3004188, 30.1383835 ], [ 120.3004608, 30.1378261 ], [ 120.3004468, 30.1377413 ], [ 120.3004336, 30.1377006 ], [ 120.3003926, 30.1376444 ] ], [ [ 120.3008772, 30.1378963 ], [ 120.3007784, 30.1378867 ], [ 120.3006943, 30.1378988 ], [ 120.3006383, 30.137915 ], [ 120.3006032, 30.13795 ], [ 120.3005869, 30.1379877 ], [ 120.3005776, 30.1381532 ], [ 120.3005262, 30.1388196 ], [ 120.3005039, 30.1392182 ], [ 120.3004795, 30.1396556 ], [ 120.3004562, 30.1401968 ], [ 120.3004622, 30.1405746 ], [ 120.3004702, 30.1410732 ], [ 120.3004675, 30.1419342 ], [ 120.3004655, 30.1425796 ], [ 120.3004561, 30.1427613 ], [ 120.3004258, 30.1433424 ], [ 120.3004235, 30.1433873 ], [ 120.3004282, 30.1436053 ], [ 120.3004608, 30.1438275 ], [ 120.3005496, 30.1441626 ], [ 120.3006663, 30.1444857 ], [ 120.3009512, 30.1449501 ], [ 120.3010773, 30.1452651 ], [ 120.3011473, 30.1454994 ], [ 120.3011613, 30.1455761 ], [ 120.3011707, 30.1459274 ], [ 120.301124, 30.146202 ], [ 120.3010026, 30.1464726 ], [ 120.3007784, 30.1468118 ], [ 120.3004107, 30.1473064 ] ], [ [ 120.2993748, 30.1489699 ], [ 120.2993841, 30.1483908 ], [ 120.2994391, 30.1480993 ], [ 120.2995315, 30.1477996 ], [ 120.2997349, 30.1472206 ] ], [ [ 120.3004107, 30.1473064 ], [ 120.3001262, 30.1477189 ], [ 120.2997856, 30.1481475 ], [ 120.299676, 30.1483182 ], [ 120.2995907, 30.1485044 ], [ 120.2994294, 30.1489737 ] ], [ [ 120.3124082, 30.1462361 ], [ 120.3123536, 30.1470644 ], [ 120.31234, 30.1472713 ], [ 120.3123679, 30.1478639 ], [ 120.312443, 30.1484159 ], [ 120.3126307, 30.1491674 ] ], [ [ 120.3125053, 30.1491679 ], [ 120.312389, 30.1487879 ], [ 120.3122388, 30.1481292 ], [ 120.3121852, 30.1475354 ], [ 120.3121905, 30.1470344 ], [ 120.3122634, 30.1462358 ] ], [ [ 120.3125053, 30.1491679 ], [ 120.3126307, 30.1491674 ] ], [ [ 120.3090043, 30.1492484 ], [ 120.3112201, 30.1492141 ], [ 120.3125053, 30.1491679 ] ], [ [ 120.3126307, 30.1491674 ], [ 120.3126608, 30.1492665 ] ], [ [ 120.312539, 30.1492674 ], [ 120.3125053, 30.1491679 ] ], [ [ 120.3126608, 30.1492665 ], [ 120.312539, 30.1492674 ] ], [ [ 120.3029543, 30.1492193 ], [ 120.3042112, 30.1493037 ], [ 120.304536, 30.1493255 ], [ 120.305475, 30.1493021 ], [ 120.3060865, 30.1492836 ], [ 120.3067607, 30.1492776 ], [ 120.3076259, 30.1492698 ], [ 120.3076951, 30.1492687 ], [ 120.3090043, 30.1492484 ] ], [ [ 120.312539, 30.1492674 ], [ 120.3112701, 30.1492975 ], [ 120.3111946, 30.1492993 ], [ 120.30997, 30.1493105 ], [ 120.3090096, 30.1493192 ] ], [ [ 120.2993748, 30.1489699 ], [ 120.2994294, 30.1489737 ] ], [ [ 120.2993752, 30.1490485 ], [ 120.2993748, 30.1489699 ] ], [ [ 120.2994294, 30.1489737 ], [ 120.299435, 30.1490122 ], [ 120.2994405, 30.1490528 ] ], [ [ 120.2994405, 30.1490528 ], [ 120.2993752, 30.1490485 ] ], [ [ 120.2994294, 30.1489737 ], [ 120.301122, 30.1490923 ], [ 120.302497, 30.1491886 ], [ 120.3029543, 30.1492193 ] ], [ [ 120.3029242, 30.1492842 ], [ 120.3024914, 30.1492504 ], [ 120.3020237, 30.1492201 ], [ 120.2994405, 30.1490528 ] ], [ [ 120.3046504, 30.1493875 ], [ 120.304534, 30.1493875 ], [ 120.3029242, 30.1492842 ] ], [ [ 120.3002097, 30.1572092 ], [ 120.3000718, 30.1561755 ], [ 120.3000309, 30.1558691 ], [ 120.2999111, 30.1550361 ], [ 120.2997799, 30.1541237 ], [ 120.2996404, 30.1533035 ], [ 120.2996189, 30.1531774 ], [ 120.2994408, 30.1519913 ], [ 120.2994294, 30.1519039 ], [ 120.2993657, 30.1514161 ], [ 120.2993657, 30.1508224 ], [ 120.2993765, 30.1493287 ], [ 120.2993752, 30.1490485 ] ], [ [ 120.2994405, 30.1490528 ], [ 120.2994313, 30.149329 ], [ 120.2994205, 30.1508225 ], [ 120.2994205, 30.1514134 ], [ 120.2994952, 30.1519855 ], [ 120.2996731, 30.1531709 ], [ 120.2996958, 30.1533044 ], [ 120.2998342, 30.1541173 ], [ 120.2999682, 30.1550493 ], [ 120.3000852, 30.155863 ], [ 120.3002753, 30.1572071 ] ], [ [ 120.3002753, 30.1572071 ], [ 120.3002914, 30.1572994 ] ], [ [ 120.3002267, 30.1573014 ], [ 120.3002097, 30.1572092 ] ], [ [ 120.3037023, 30.1650424 ], [ 120.3036876, 30.1648087 ], [ 120.3036465, 30.164153 ], [ 120.3036289, 30.1640156 ], [ 120.3035929, 30.1637355 ], [ 120.303553, 30.1635333 ], [ 120.3035178, 30.1633552 ], [ 120.3034411, 30.1631615 ], [ 120.3033783, 30.1630027 ], [ 120.3032174, 30.1627059 ], [ 120.3029706, 30.162307 ], [ 120.3027239, 30.1619916 ], [ 120.3021939, 30.1614429 ], [ 120.3014149, 30.1605723 ], [ 120.3010394, 30.1600992 ], [ 120.3009423, 30.1599313 ], [ 120.3008141, 30.1597096 ], [ 120.3006961, 30.1594221 ], [ 120.3005459, 30.1590325 ], [ 120.3003635, 30.1580747 ], [ 120.300267, 30.1575598 ], [ 120.3002267, 30.1573014 ] ], [ [ 120.3002914, 30.1572994 ], [ 120.3003346, 30.1575528 ], [ 120.3004203, 30.1580579 ], [ 120.3005993, 30.1590212 ], [ 120.3007479, 30.1594067 ], [ 120.3007704, 30.1594616 ], [ 120.3008646, 30.159691 ], [ 120.3010867, 30.1600751 ], [ 120.3014592, 30.1605444 ], [ 120.3022366, 30.1614132 ], [ 120.3027677, 30.1619631 ], [ 120.3030175, 30.1622825 ], [ 120.3032664, 30.1626846 ], [ 120.3034291, 30.1629849 ], [ 120.3035024, 30.1631702 ], [ 120.3035358, 30.1632546 ], [ 120.303571, 30.1633434 ], [ 120.3036471, 30.1637289 ], [ 120.3037011, 30.1641491 ], [ 120.303713, 30.1643385 ], [ 120.3037576, 30.1650491 ] ], [ [ 120.2993752, 30.1490485 ], [ 120.2992884, 30.1490414 ], [ 120.2987674, 30.1490489 ], [ 120.2981928, 30.1490605 ], [ 120.2968167, 30.1490674 ], [ 120.2959319, 30.1490628 ], [ 120.2958829, 30.1490632 ], [ 120.2948599, 30.149072 ], [ 120.2940546, 30.1490906 ], [ 120.2927554, 30.1490813 ], [ 120.2926473, 30.1490795 ], [ 120.2917783, 30.1490806 ], [ 120.2917166, 30.1490813 ], [ 120.2909556, 30.1491092 ], [ 120.2899349, 30.1491277 ], [ 120.2885283, 30.1491277 ], [ 120.2872711, 30.149117 ], [ 120.2863541, 30.1490635 ] ], [ [ 120.294682, 30.1684844 ], [ 120.2929471, 30.1680166 ], [ 120.2919666, 30.1677818 ], [ 120.2895803, 30.1671893 ], [ 120.2888346, 30.1670042 ], [ 120.2882919, 30.1668635 ], [ 120.2872088, 30.1665638 ] ], [ [ 120.2872121, 30.1664876 ], [ 120.2883258, 30.166773 ], [ 120.2888929, 30.1669109 ], [ 120.2929446, 30.1679733 ], [ 120.2946878, 30.1684315 ], [ 120.2952881, 30.1685139 ], [ 120.295997, 30.1685311 ], [ 120.296491, 30.1684622 ], [ 120.2970514, 30.1683396 ], [ 120.2981966, 30.1680159 ], [ 120.2984181, 30.1679503 ], [ 120.3000209, 30.1674753 ], [ 120.3002501, 30.1674031 ], [ 120.3006599, 30.1673399 ], [ 120.3010343, 30.1673246 ], [ 120.3013245, 30.1673514 ], [ 120.3015312, 30.1673631 ], [ 120.301847, 30.1674694 ], [ 120.3025295, 30.1677804 ], [ 120.3038365, 30.1687667 ], [ 120.3038508, 30.1687767 ], [ 120.303957551678138, 30.168852051895005 ] ], [ [ 120.303957551678138, 30.168852051895005 ], [ 120.304033331729315, 30.168905542112302 ] ], [ [ 120.304033331729315, 30.168905542112302 ], [ 120.3041323, 30.1689754 ], [ 120.3048963, 30.1695713 ] ], [ [ 120.2951054, 30.1685359 ], [ 120.294682, 30.1684844 ] ], [ [ 120.2952604, 30.1685513 ], [ 120.2951054, 30.1685359 ] ], [ [ 120.246489, 30.1191495 ], [ 120.2465529, 30.1158475 ], [ 120.2465993, 30.1144847 ], [ 120.2465951, 30.114101 ] ], [ [ 120.2466184, 30.1191445 ], [ 120.2465682, 30.121336 ], [ 120.2465592, 30.1216833 ], [ 120.2464904, 30.1243365 ], [ 120.2464841, 30.1246883 ], [ 120.2463618, 30.1292786 ] ], [ [ 120.2462288, 30.1292801 ], [ 120.2463484, 30.1246768 ], [ 120.2463491, 30.124324 ], [ 120.2464212, 30.1213506 ], [ 120.246489, 30.1191495 ] ], [ [ 120.2462267, 30.1293618 ], [ 120.2462288, 30.1292801 ] ], [ [ 120.2463618, 30.1292786 ], [ 120.2463599, 30.1293766 ] ], [ [ 120.2642541, 30.1222914 ], [ 120.2643245, 30.1224972 ], [ 120.2642783, 30.1240376 ], [ 120.2642407, 30.1247951 ], [ 120.2642319, 30.1249736 ], [ 120.2641684, 30.1262534 ] ], [ [ 120.2641684, 30.1262534 ], [ 120.2641637, 30.1263481 ] ], [ [ 120.2639545, 30.126352 ], [ 120.2639597, 30.1262497 ] ], [ [ 120.2641637, 30.1263481 ], [ 120.2641485, 30.1266555 ], [ 120.2641303, 30.1273758 ], [ 120.2640896, 30.1280255 ], [ 120.263992, 30.1297831 ] ], [ [ 120.2637842, 30.1297974 ], [ 120.2639139, 30.1273682 ], [ 120.2639205, 30.1271802 ], [ 120.2639392, 30.1266482 ], [ 120.2639545, 30.126352 ] ], [ [ 120.263992, 30.1297831 ], [ 120.2639918, 30.1298824 ] ], [ [ 120.2637871, 30.129878 ], [ 120.2637842, 30.1297974 ] ], [ [ 120.2635918, 30.1343974 ], [ 120.2636142, 30.1336931 ], [ 120.2636362, 30.1331872 ], [ 120.2636769, 30.1321827 ], [ 120.2637307, 30.1310584 ], [ 120.2637871, 30.129878 ] ], [ [ 120.2639918, 30.1298824 ], [ 120.2638822, 30.13239 ], [ 120.2638463, 30.1332106 ], [ 120.2638228, 30.1337022 ], [ 120.2637959, 30.134401 ] ], [ [ 120.2635878, 30.1345241 ], [ 120.2635918, 30.1343974 ] ], [ [ 120.2637959, 30.134401 ], [ 120.2637908, 30.1345322 ] ], [ [ 120.2461146, 30.1342748 ], [ 120.2461608, 30.1321639 ], [ 120.2461613, 30.1318526 ], [ 120.2462267, 30.1293618 ] ], [ [ 120.2463599, 30.1293766 ], [ 120.2463106, 30.1318769 ], [ 120.2463005, 30.1321685 ], [ 120.2462504, 30.1342741 ] ], [ [ 120.2462504, 30.1342741 ], [ 120.2462442, 30.1344227 ] ], [ [ 120.2461098, 30.1344261 ], [ 120.2461146, 30.1342748 ] ], [ [ 120.2462442, 30.1344227 ], [ 120.2461864, 30.1375853 ], [ 120.2461644, 30.1384305 ], [ 120.2461469, 30.1388435 ], [ 120.2461293, 30.1396458 ], [ 120.2461301, 30.1397296 ], [ 120.2461386, 30.1406429 ], [ 120.2461743, 30.1419469 ], [ 120.2461965, 30.1422758 ], [ 120.2462159, 30.1425689 ], [ 120.2462952, 30.1440897 ], [ 120.2463526, 30.1451434 ], [ 120.2463878, 30.1456069 ], [ 120.2464087, 30.1460592 ], [ 120.2465127, 30.1463582 ], [ 120.2467168, 30.1467846 ] ], [ [ 120.2631452, 30.1425596 ], [ 120.2632166, 30.1417523 ], [ 120.2632371, 30.1410649 ], [ 120.2633048, 30.1402172 ], [ 120.2633079, 30.1401477 ], [ 120.26332, 30.1398761 ], [ 120.2633393, 30.1394241 ], [ 120.2635207, 30.1356172 ], [ 120.263566, 30.1346811 ], [ 120.2635828, 30.134578 ], [ 120.2635878, 30.1345241 ] ], [ [ 120.2637908, 30.1345322 ], [ 120.2637779, 30.1346818 ], [ 120.2637358, 30.1356722 ], [ 120.2635564, 30.1398867 ], [ 120.263533, 30.1401536 ], [ 120.2635269, 30.1402238 ], [ 120.2635239, 30.1402494 ], [ 120.2634985, 30.1404674 ], [ 120.2634527, 30.1410706 ], [ 120.2634012, 30.1417485 ], [ 120.2633685, 30.1421795 ], [ 120.2632871, 30.1429389 ], [ 120.2632912, 30.1436104 ], [ 120.2632831, 30.145305 ], [ 120.2633034, 30.1461452 ], [ 120.2633172, 30.1465064 ], [ 120.2633273, 30.1469448 ], [ 120.2633311, 30.1471275 ] ], [ [ 120.2631252, 30.1446445 ], [ 120.2631279, 30.144455 ], [ 120.2631296, 30.1430054 ], [ 120.2631452, 30.1425596 ] ], [ [ 120.2465313, 30.1468066 ], [ 120.2464128, 30.146389 ], [ 120.2463033, 30.1460745 ], [ 120.2462819, 30.1456106 ], [ 120.246239, 30.1451467 ], [ 120.2461709, 30.1440649 ], [ 120.2460459, 30.1424816 ], [ 120.2460576, 30.1422662 ], [ 120.24604, 30.1419337 ], [ 120.2459983, 30.1406518 ], [ 120.2459828, 30.1397368 ], [ 120.2459813, 30.1396457 ], [ 120.245989, 30.1387996 ], [ 120.2460051, 30.1384005 ], [ 120.2460271, 30.1375732 ], [ 120.2461098, 30.1344261 ] ], [ [ 120.2465313, 30.1468066 ], [ 120.2467168, 30.1467846 ] ], [ [ 120.2467168, 30.1467846 ], [ 120.2482522, 30.1468099 ] ], [ [ 120.2482522, 30.1468099 ], [ 120.2510149, 30.1468655 ] ], [ [ 120.2510149, 30.1468655 ], [ 120.2526977, 30.1468869 ] ], [ [ 120.2467168, 30.1467846 ], [ 120.2471363, 30.1479684 ], [ 120.2472254, 30.1482184 ], [ 120.2474167, 30.1488305 ], [ 120.2475428, 30.1492626 ], [ 120.2476549, 30.1498522 ], [ 120.2477436, 30.1504862 ], [ 120.2477763, 30.1511202 ], [ 120.2477855, 30.1519566 ] ], [ [ 120.2476434, 30.151955 ], [ 120.2476625, 30.151391 ], [ 120.24763, 30.1507993 ], [ 120.2475841, 30.1503131 ], [ 120.24755, 30.1498588 ], [ 120.2473969, 30.1492125 ], [ 120.247093, 30.148228 ], [ 120.2469963, 30.1479694 ], [ 120.2465313, 30.1468066 ] ], [ [ 120.275528, 30.1475633 ], [ 120.2753507, 30.1475615 ] ], [ [ 120.2753507, 30.1475615 ], [ 120.274506, 30.1475358 ] ], [ [ 120.274506, 30.1475358 ], [ 120.2737726, 30.1475046 ] ], [ [ 120.2737726, 30.1475046 ], [ 120.2726956, 30.1474589 ] ], [ [ 120.2726956, 30.1474589 ], [ 120.2690903, 30.1473191 ] ], [ [ 120.2690903, 30.1473191 ], [ 120.2682722, 30.147283 ] ], [ [ 120.2810312, 30.1456179 ], [ 120.2810079, 30.1460874 ], [ 120.2810401, 30.1462684 ], [ 120.281083, 30.1464307 ], [ 120.2813287, 30.1477899 ] ], [ [ 120.275528, 30.1475633 ], [ 120.2764764, 30.1476059 ] ], [ [ 120.2764764, 30.1476059 ], [ 120.2769016, 30.14762 ] ], [ [ 120.2769016, 30.14762 ], [ 120.2781594, 30.1476694 ] ], [ [ 120.2781594, 30.1476694 ], [ 120.2789586, 30.1476556 ], [ 120.2812224, 30.1477669 ] ], [ [ 120.2812359, 30.1478327 ], [ 120.2789546, 30.1477175 ], [ 120.2781594, 30.1476694 ] ], [ [ 120.2812224, 30.1477669 ], [ 120.2813287, 30.1477899 ] ], [ [ 120.2812359, 30.1478327 ], [ 120.2812224, 30.1477669 ] ], [ [ 120.2813287, 30.1477899 ], [ 120.2813405, 30.147849 ] ], [ [ 120.2813405, 30.147849 ], [ 120.2812359, 30.1478327 ] ], [ [ 120.2810647, 30.1542663 ], [ 120.2810723, 30.1539106 ], [ 120.281091, 30.1532542 ], [ 120.2811649, 30.1504896 ], [ 120.2812359, 30.1478327 ] ], [ [ 120.2813287, 30.1477899 ], [ 120.2825099, 30.1480452 ], [ 120.2845961, 30.148568 ] ], [ [ 120.2863541, 30.1490635 ], [ 120.2845912, 30.1486369 ], [ 120.2824912, 30.1481051 ], [ 120.2813405, 30.147849 ] ], [ [ 120.2845961, 30.148568 ], [ 120.2863664, 30.1490021 ] ], [ [ 120.2813405, 30.147849 ], [ 120.2812668, 30.1513755 ], [ 120.2812278, 30.153245 ], [ 120.2812117, 30.1539245 ], [ 120.2812041, 30.1542734 ] ], [ [ 120.2810196, 30.1582275 ], [ 120.281044, 30.1573406 ], [ 120.2810572, 30.1563805 ], [ 120.2810634, 30.1559261 ], [ 120.2810647, 30.1542663 ] ], [ [ 120.2812041, 30.1542734 ], [ 120.281186, 30.1559261 ], [ 120.2811795, 30.1565129 ], [ 120.2811705, 30.1573344 ], [ 120.2811421, 30.1582283 ] ], [ [ 120.262978, 30.1582054 ], [ 120.2629972, 30.1573418 ], [ 120.2630076, 30.1568752 ], [ 120.2630275, 30.1545601 ], [ 120.2630369, 30.154265 ] ], [ [ 120.263184, 30.1582034 ], [ 120.2631645, 30.1590045 ], [ 120.2630685, 30.1601101 ], [ 120.2630585, 30.1602256 ], [ 120.2630426, 30.1622496 ] ], [ [ 120.2809505, 30.1623726 ], [ 120.2809547, 30.1620865 ], [ 120.2809588, 30.1618454 ], [ 120.2810196, 30.1582275 ] ], [ [ 120.2811421, 30.1582283 ], [ 120.2810808, 30.1618547 ], [ 120.2810769, 30.1620864 ], [ 120.2810691, 30.1623823 ] ], [ [ 120.3126608, 30.1492665 ], [ 120.3134939, 30.1492559 ] ], [ [ 120.3134939, 30.1492559 ], [ 120.3145075, 30.1492429 ] ], [ [ 120.3145075, 30.1492429 ], [ 120.3147136, 30.1492403 ] ], [ [ 120.3147136, 30.1492403 ], [ 120.3157397, 30.1492272 ] ], [ [ 120.3157397, 30.1492272 ], [ 120.3162608, 30.1492205 ] ], [ [ 120.3162608, 30.1492205 ], [ 120.3170378, 30.1492106 ] ], [ [ 120.3170378, 30.1492106 ], [ 120.3172229, 30.1492083 ] ], [ [ 120.3172229, 30.1492083 ], [ 120.3173367, 30.1492068 ] ], [ [ 120.3173367, 30.1492068 ], [ 120.3178457, 30.1492003 ] ], [ [ 120.3178457, 30.1492003 ], [ 120.3182513, 30.1491962 ] ], [ [ 120.3182513, 30.1491962 ], [ 120.3186172, 30.1491925 ] ], [ [ 120.3186172, 30.1491925 ], [ 120.3193277, 30.1491854 ] ], [ [ 120.3193277, 30.1491854 ], [ 120.3203992, 30.1491747 ] ], [ [ 120.3090096, 30.1493192 ], [ 120.307658, 30.1493315 ] ], [ [ 120.307658, 30.1493315 ], [ 120.3076278, 30.1493318 ], [ 120.3060758, 30.1493694 ], [ 120.3054857, 30.1493879 ], [ 120.304759, 30.1493876 ] ], [ [ 120.304759, 30.1493876 ], [ 120.3046504, 30.1493875 ] ], [ [ 120.3172573, 30.1545318 ], [ 120.3166591, 30.1539182 ], [ 120.3164717, 30.1537517 ], [ 120.3161089, 30.1534292 ], [ 120.3156935, 30.1530601 ], [ 120.3146649, 30.1521448 ], [ 120.3142236, 30.151752 ], [ 120.313875, 30.151418 ], [ 120.3134834, 30.1509449 ], [ 120.3132741, 30.1506712 ], [ 120.3128933, 30.1500589 ], [ 120.3125607, 30.1493492 ], [ 120.312539, 30.1492674 ] ], [ [ 120.3126608, 30.1492665 ], [ 120.3131349, 30.1502435 ], [ 120.31343, 30.1506726 ], [ 120.3135785, 30.1508838 ], [ 120.3139906, 30.1513917 ], [ 120.3142829, 30.1516862 ], [ 120.315742, 30.1529804 ], [ 120.3161109, 30.1533067 ], [ 120.3164746, 30.1536284 ], [ 120.3166728, 30.1538037 ], [ 120.3174264, 30.1545673 ] ], [ [ 120.341802, 30.1583853 ], [ 120.3390566, 30.1582639 ] ], [ [ 120.3390566, 30.1582639 ], [ 120.3383056, 30.1582268 ] ], [ [ 120.3383056, 30.1582268 ], [ 120.3370235, 30.1580042 ] ], [ [ 120.3370235, 30.1580042 ], [ 120.3362783, 30.1578645 ] ], [ [ 120.3362783, 30.1578645 ], [ 120.3344754, 30.1575264 ] ], [ [ 120.3344754, 30.1575264 ], [ 120.3342233, 30.1574847 ] ], [ [ 120.3342233, 30.1574847 ], [ 120.3339068, 30.1575125 ] ], [ [ 120.3339068, 30.1575125 ], [ 120.3337793, 30.1575622 ] ], [ [ 120.3337793, 30.1575622 ], [ 120.3328715, 30.1579161 ] ], [ [ 120.3328715, 30.1579161 ], [ 120.3324101, 30.1579996 ] ], [ [ 120.3324101, 30.1579996 ], [ 120.3323592, 30.1579966 ] ], [ [ 120.3323592, 30.1579966 ], [ 120.3320936, 30.157981 ] ], [ [ 120.3320936, 30.157981 ], [ 120.331879, 30.1578233 ] ], [ [ 120.331879, 30.1578233 ], [ 120.3317664, 30.1575589 ] ], [ [ 120.3317664, 30.1575589 ], [ 120.3315572, 30.1564318 ] ], [ [ 120.3315572, 30.1564318 ], [ 120.3314834, 30.1562304 ] ], [ [ 120.3314834, 30.1562304 ], [ 120.3312836, 30.155685 ] ], [ [ 120.3312836, 30.155685 ], [ 120.3309188, 30.1550588 ] ], [ [ 120.3309188, 30.1550588 ], [ 120.3306989, 30.1547341 ] ], [ [ 120.3306989, 30.1547341 ], [ 120.3306737, 30.1547039 ] ], [ [ 120.3306737, 30.1547039 ], [ 120.3304962, 30.1544905 ] ], [ [ 120.3304962, 30.1544905 ], [ 120.3303824, 30.1543538 ] ], [ [ 120.3303824, 30.1543538 ], [ 120.3299425, 30.1539317 ] ], [ [ 120.3299425, 30.1539317 ], [ 120.3293631, 30.153389 ] ], [ [ 120.3293631, 30.153389 ], [ 120.3289179, 30.1529576 ] ], [ [ 120.3289179, 30.1529576 ], [ 120.3285907, 30.1525587 ] ], [ [ 120.3285907, 30.1525587 ], [ 120.327845, 30.1513202 ] ], [ [ 120.327845, 30.1513202 ], [ 120.3271637, 30.1502208 ] ], [ [ 120.3271637, 30.1502208 ], [ 120.3268979, 30.1498312 ] ], [ [ 120.3268979, 30.1498312 ], [ 120.3268472, 30.1497569 ] ], [ [ 120.3268472, 30.1497569 ], [ 120.3264878, 30.1492652 ] ], [ [ 120.3264878, 30.1492652 ], [ 120.3263215, 30.1491493 ] ], [ [ 120.3263215, 30.1491493 ], [ 120.3257743, 30.1491446 ] ], [ [ 120.3257743, 30.1491446 ], [ 120.3243431, 30.1491509 ] ], [ [ 120.3243431, 30.1491509 ], [ 120.3237251, 30.1491536 ] ], [ [ 120.3237251, 30.1491536 ], [ 120.3233067, 30.1491554 ] ], [ [ 120.3233067, 30.1491554 ], [ 120.3228436, 30.1491575 ] ], [ [ 120.3228436, 30.1491575 ], [ 120.3222245, 30.1491602 ] ], [ [ 120.3222245, 30.1491602 ], [ 120.3220946, 30.1491608 ] ], [ [ 120.3220946, 30.1491608 ], [ 120.3215418, 30.1491632 ] ], [ [ 120.3215418, 30.1491632 ], [ 120.321152, 30.1491671 ] ], [ [ 120.321152, 30.1491671 ], [ 120.3204666, 30.149174 ] ], [ [ 120.3204666, 30.149174 ], [ 120.3203992, 30.1491747 ] ], [ [ 120.3226231, 30.163292 ], [ 120.322576, 30.1631762 ], [ 120.3215622, 30.1606902 ], [ 120.3212242, 30.160013 ], [ 120.3207468, 30.1590946 ], [ 120.3202801, 30.1583386 ], [ 120.3196363, 30.1573645 ], [ 120.3191911, 30.1567801 ], [ 120.3186129, 30.1560806 ], [ 120.3177534, 30.1550407 ], [ 120.3172573, 30.1545318 ] ], [ [ 120.3174264, 30.1545673 ], [ 120.3178288, 30.154975 ], [ 120.3186461, 30.1559041 ], [ 120.3192826, 30.1567236 ], [ 120.3197503, 30.1573564 ], [ 120.320157, 30.1579852 ], [ 120.3206181, 30.158712 ], [ 120.3210188, 30.15942 ], [ 120.321342, 30.1600238 ], [ 120.3216587, 30.160684 ], [ 120.3219374, 30.1613118 ], [ 120.3227367, 30.1633013 ] ], [ [ 120.3764057, 30.1598311 ], [ 120.3761405, 30.1606928 ] ], [ [ 120.3761405, 30.1606928 ], [ 120.3759544, 30.1617169 ] ], [ [ 120.3759544, 30.1617169 ], [ 120.37592, 30.16187 ] ], [ [ 120.37592, 30.16187 ], [ 120.3758386, 30.1622326 ] ], [ [ 120.3758386, 30.1622326 ], [ 120.375484, 30.1629369 ] ], [ [ 120.375484, 30.1629369 ], [ 120.3751717, 30.163726 ] ], [ [ 120.3751717, 30.163726 ], [ 120.3748608, 30.1645116 ] ], [ [ 120.3748608, 30.1645116 ], [ 120.3744823, 30.165468 ] ], [ [ 120.3744823, 30.165468 ], [ 120.3742295, 30.1654038 ] ], [ [ 120.3742295, 30.1654038 ], [ 120.3733745, 30.1651866 ] ], [ [ 120.3733745, 30.1651866 ], [ 120.3732858, 30.1651641 ] ], [ [ 120.3732858, 30.1651641 ], [ 120.3727719, 30.1650336 ] ], [ [ 120.3727719, 30.1650336 ], [ 120.372165, 30.1648794 ] ], [ [ 120.372165, 30.1648794 ], [ 120.3718296, 30.1648008 ] ], [ [ 120.3718296, 30.1648008 ], [ 120.3710663, 30.1646219 ] ], [ [ 120.3710663, 30.1646219 ], [ 120.370685, 30.1645325 ] ], [ [ 120.370685, 30.1645325 ], [ 120.3701961, 30.1644179 ] ], [ [ 120.3701961, 30.1644179 ], [ 120.3698317, 30.1643426 ] ], [ [ 120.3698317, 30.1643426 ], [ 120.3691116, 30.1641939 ] ], [ [ 120.3691116, 30.1641939 ], [ 120.3690388, 30.1641958 ] ], [ [ 120.3690388, 30.1641958 ], [ 120.3675646, 30.1642337 ] ], [ [ 120.3675646, 30.1642337 ], [ 120.3672473, 30.1642505 ] ], [ [ 120.3672473, 30.1642505 ], [ 120.36557, 30.16435 ] ], [ [ 120.36557, 30.16435 ], [ 120.3653991, 30.1643601 ] ], [ [ 120.3653991, 30.1643601 ], [ 120.3649138, 30.1643889 ] ], [ [ 120.3649138, 30.1643889 ], [ 120.3633995, 30.1644786 ] ], [ [ 120.3633995, 30.1644786 ], [ 120.3605919, 30.1646716 ] ], [ [ 120.3605919, 30.1646716 ], [ 120.3601594, 30.1647013 ] ], [ [ 120.3601594, 30.1647013 ], [ 120.3599382, 30.1647191 ] ], [ [ 120.3599382, 30.1647191 ], [ 120.3596225, 30.1647446 ] ], [ [ 120.3596225, 30.1647446 ], [ 120.3589425, 30.1647995 ] ], [ [ 120.3589425, 30.1647995 ], [ 120.3585501, 30.1648311 ] ], [ [ 120.3585501, 30.1648311 ], [ 120.358013, 30.1649626 ] ], [ [ 120.358013, 30.1649626 ], [ 120.3579462, 30.164979 ] ], [ [ 120.3579462, 30.164979 ], [ 120.3576889, 30.1650421 ] ], [ [ 120.3576889, 30.1650421 ], [ 120.3564612, 30.1653428 ] ], [ [ 120.3564612, 30.1653428 ], [ 120.3559752, 30.1654619 ] ], [ [ 120.3559752, 30.1654619 ], [ 120.355845, 30.1654983 ] ], [ [ 120.3226722, 30.1634128 ], [ 120.3226231, 30.163292 ] ], [ [ 120.3227367, 30.1633013 ], [ 120.322788, 30.1634046 ] ], [ [ 120.322788, 30.1634046 ], [ 120.3228555, 30.1635688 ], [ 120.3236291, 30.1654509 ] ], [ [ 120.3235104, 30.1654748 ], [ 120.3227543, 30.1636148 ], [ 120.3226722, 30.1634128 ] ], [ [ 120.3236291, 30.1654509 ], [ 120.3239636, 30.1659725 ], [ 120.3242687, 30.1662567 ], [ 120.3245768, 30.1669645 ] ], [ [ 120.341802, 30.1583853 ], [ 120.344464, 30.1585005 ] ], [ [ 120.344464, 30.1585005 ], [ 120.3447362, 30.1585113 ] ], [ [ 120.3447362, 30.1585113 ], [ 120.3461001, 30.1585654 ] ], [ [ 120.3461001, 30.1585654 ], [ 120.3463889, 30.158564 ] ], [ [ 120.3463889, 30.158564 ], [ 120.3469101, 30.1585615 ] ], [ [ 120.3469101, 30.1585615 ], [ 120.3470603, 30.1585608 ] ], [ [ 120.3470603, 30.1585608 ], [ 120.3473262, 30.1585578 ] ], [ [ 120.3473262, 30.1585578 ], [ 120.3476375, 30.1585543 ] ], [ [ 120.3476375, 30.1585543 ], [ 120.3487642, 30.1585415 ] ], [ [ 120.355845, 30.1654983 ], [ 120.3553863, 30.1656266 ] ], [ [ 120.3553863, 30.1656266 ], [ 120.3550595, 30.165718 ] ], [ [ 120.3550595, 30.165718 ], [ 120.3543114, 30.1659272 ] ], [ [ 120.3543114, 30.1659272 ], [ 120.3538452, 30.1660575 ] ], [ [ 120.3538452, 30.1660575 ], [ 120.3523017, 30.1664891 ] ], [ [ 120.3523017, 30.1664891 ], [ 120.3519507, 30.1665873 ] ], [ [ 120.3519507, 30.1665873 ], [ 120.3501711, 30.1670849 ] ], [ [ 120.3501711, 30.1670849 ], [ 120.3491575, 30.1673684 ] ], [ [ 120.3491575, 30.1673684 ], [ 120.348744, 30.167484 ] ], [ [ 120.3274608, 30.1728197 ], [ 120.3277123, 30.1727118 ] ], [ [ 120.3277123, 30.1727118 ], [ 120.3304073, 30.1715552 ] ], [ [ 120.3304073, 30.1715552 ], [ 120.3308105, 30.1713821 ] ], [ [ 120.3308105, 30.1713821 ], [ 120.3314383, 30.1711126 ] ], [ [ 120.3314383, 30.1711126 ], [ 120.332567, 30.1706593 ] ], [ [ 120.332567, 30.1706593 ], [ 120.3348348, 30.1697487 ] ], [ [ 120.3348348, 30.1697487 ], [ 120.3348937, 30.1697203 ] ], [ [ 120.3348937, 30.1697203 ], [ 120.3351797, 30.1695825 ] ], [ [ 120.3351797, 30.1695825 ], [ 120.3352494, 30.1695489 ] ], [ [ 120.3352494, 30.1695489 ], [ 120.3356407, 30.1693756 ] ], [ [ 120.3356407, 30.1693756 ], [ 120.3359921, 30.1692767 ] ], [ [ 120.3359921, 30.1692767 ], [ 120.3364143, 30.1692268 ] ], [ [ 120.3364143, 30.1692268 ], [ 120.3368102, 30.1692206 ] ], [ [ 120.3368102, 30.1692206 ], [ 120.337346, 30.1692123 ] ], [ [ 120.337346, 30.1692123 ], [ 120.34009, 30.1691697 ] ], [ [ 120.34009, 30.1691697 ], [ 120.3414021, 30.1691645 ] ], [ [ 120.3414021, 30.1691645 ], [ 120.3427143, 30.1691351 ] ], [ [ 120.3427143, 30.1691351 ], [ 120.342998, 30.1690961 ] ], [ [ 120.342998, 30.1690961 ], [ 120.3434153, 30.1689959 ] ], [ [ 120.3434153, 30.1689959 ], [ 120.3437466, 30.1689 ] ], [ [ 120.3437466, 30.1689 ], [ 120.3446126, 30.1686494 ] ], [ [ 120.3446126, 30.1686494 ], [ 120.345904, 30.168264 ] ], [ [ 120.345904, 30.168264 ], [ 120.3476195, 30.1678345 ] ], [ [ 120.3476195, 30.1678345 ], [ 120.3482729, 30.1676309 ] ], [ [ 120.3482729, 30.1676309 ], [ 120.348744, 30.167484 ] ], [ [ 120.4052032, 30.14556 ], [ 120.4052594, 30.1459263 ] ], [ [ 120.4052594, 30.1459263 ], [ 120.4052286, 30.1470783 ] ], [ [ 120.4052286, 30.1470783 ], [ 120.4049143, 30.1511587 ] ], [ [ 120.4049143, 30.1511587 ], [ 120.4048022, 30.1526139 ] ], [ [ 120.4048022, 30.1526139 ], [ 120.4047257, 30.1536235 ] ], [ [ 120.4040596, 30.1623623 ], [ 120.4041291, 30.1614812 ] ], [ [ 120.4041291, 30.1614812 ], [ 120.4042719, 30.1596717 ] ], [ [ 120.4042719, 30.1596717 ], [ 120.4043118, 30.1590606 ] ], [ [ 120.4043118, 30.1590606 ], [ 120.4043365, 30.1586815 ] ], [ [ 120.4043365, 30.1586815 ], [ 120.4044578, 30.1568239 ] ], [ [ 120.4044578, 30.1568239 ], [ 120.404479, 30.1564994 ] ], [ [ 120.404479, 30.1564994 ], [ 120.404491, 30.1563154 ] ], [ [ 120.404491, 30.1563154 ], [ 120.4047257, 30.1536235 ] ], [ [ 120.4386709, 30.1553044 ], [ 120.4351953, 30.1562247 ] ], [ [ 120.4351953, 30.1562247 ], [ 120.4350712, 30.1562577 ] ], [ [ 120.4350712, 30.1562577 ], [ 120.434082, 30.1565206 ] ], [ [ 120.434082, 30.1565206 ], [ 120.4303733, 30.1568884 ] ], [ [ 120.4303733, 30.1568884 ], [ 120.429773, 30.1569479 ] ], [ [ 120.429773, 30.1569479 ], [ 120.4289254, 30.157032 ] ], [ [ 120.4289254, 30.157032 ], [ 120.4287882, 30.1570456 ] ], [ [ 120.4287882, 30.1570456 ], [ 120.4284005, 30.157084 ] ], [ [ 120.4284005, 30.157084 ], [ 120.4280953, 30.1571143 ] ], [ [ 120.4280953, 30.1571143 ], [ 120.4253487, 30.1573555 ] ], [ [ 120.4253487, 30.1573555 ], [ 120.4231636, 30.1579112 ] ], [ [ 120.4231636, 30.1579112 ], [ 120.4229933, 30.1579545 ] ], [ [ 120.4229933, 30.1579545 ], [ 120.4222956, 30.1581319 ] ], [ [ 120.4222956, 30.1581319 ], [ 120.4220359, 30.1581974 ] ], [ [ 120.4220359, 30.1581974 ], [ 120.4217546, 30.1582683 ] ], [ [ 120.4217546, 30.1582683 ], [ 120.4203244, 30.158629 ] ], [ [ 120.4203244, 30.158629 ], [ 120.419877, 30.158747 ] ], [ [ 120.419877, 30.158747 ], [ 120.4181231, 30.1594942 ] ], [ [ 120.4181231, 30.1594942 ], [ 120.4172359, 30.1598722 ] ], [ [ 120.4172359, 30.1598722 ], [ 120.4169158, 30.1600086 ] ], [ [ 120.4169158, 30.1600086 ], [ 120.4160276, 30.1602841 ] ], [ [ 120.4160276, 30.1602841 ], [ 120.4147939, 30.1606605 ] ], [ [ 120.4147939, 30.1606605 ], [ 120.4145276, 30.1607417 ] ], [ [ 120.4145276, 30.1607417 ], [ 120.414288, 30.1608148 ] ], [ [ 120.414288, 30.1608148 ], [ 120.4139037, 30.160932 ] ], [ [ 120.4139037, 30.160932 ], [ 120.4115443, 30.1616702 ] ], [ [ 120.4115443, 30.1616702 ], [ 120.4099966, 30.1621544 ] ], [ [ 120.4099966, 30.1621544 ], [ 120.4091049, 30.162431 ] ], [ [ 120.4091049, 30.162431 ], [ 120.4090194, 30.1624575 ] ], [ [ 120.4090194, 30.1624575 ], [ 120.4081678, 30.1624412 ] ], [ [ 120.4081678, 30.1624412 ], [ 120.4065233, 30.1624096 ] ], [ [ 120.4065233, 30.1624096 ], [ 120.4062192, 30.1624038 ] ], [ [ 120.4062192, 30.1624038 ], [ 120.4052243, 30.1623847 ] ], [ [ 120.4052243, 30.1623847 ], [ 120.4040596, 30.1623623 ] ], [ [ 120.4498347, 30.1546133 ], [ 120.4474624, 30.1545713 ] ], [ [ 120.4474624, 30.1545713 ], [ 120.4468824, 30.154561 ] ], [ [ 120.4468824, 30.154561 ], [ 120.4462911, 30.1545505 ] ], [ [ 120.4462911, 30.1545505 ], [ 120.4459502, 30.1545445 ] ], [ [ 120.4459502, 30.1545445 ], [ 120.4454331, 30.1545353 ] ], [ [ 120.4454331, 30.1545353 ], [ 120.4443688, 30.1546537 ] ], [ [ 120.4443688, 30.1546537 ], [ 120.4411164, 30.1550154 ] ], [ [ 120.4411164, 30.1550154 ], [ 120.4406786, 30.1550641 ] ], [ [ 120.4406786, 30.1550641 ], [ 120.4400523, 30.1551338 ] ], [ [ 120.4400523, 30.1551338 ], [ 120.4399711, 30.1551428 ] ], [ [ 120.4399711, 30.1551428 ], [ 120.4393199, 30.1552152 ] ], [ [ 120.4393199, 30.1552152 ], [ 120.4386709, 30.1553044 ] ], [ [ 120.4498347, 30.1546133 ], [ 120.4510565, 30.154551 ] ], [ [ 120.4510565, 30.154551 ], [ 120.451181, 30.1545446 ] ], [ [ 120.451181, 30.1545446 ], [ 120.4515921, 30.1545888 ] ], [ [ 120.4515921, 30.1545888 ], [ 120.4520925, 30.1548868 ] ], [ [ 120.4520925, 30.1548868 ], [ 120.452583, 30.1552867 ] ], [ [ 120.452583, 30.1552867 ], [ 120.4534512, 30.1562636 ] ], [ [ 120.4534512, 30.1562636 ], [ 120.4538445, 30.1567061 ] ], [ [ 120.4538445, 30.1567061 ], [ 120.4540548, 30.1569892 ] ], [ [ 120.4540548, 30.1569892 ], [ 120.4541854, 30.157444 ] ], [ [ 120.4541854, 30.157444 ], [ 120.4542486, 30.1596707 ] ], [ [ 120.4542486, 30.1596707 ], [ 120.4542517, 30.1597362 ] ], [ [ 120.4542517, 30.1597362 ], [ 120.4542727, 30.160185 ] ], [ [ 120.4542727, 30.160185 ], [ 120.4543233, 30.1612671 ] ], [ [ 120.4543233, 30.1612671 ], [ 120.4543312, 30.1614367 ] ], [ [ 120.4543312, 30.1614367 ], [ 120.4543422, 30.1616719 ] ], [ [ 120.4543422, 30.1616719 ], [ 120.4542552, 30.1635521 ] ], [ [ 120.4534198, 30.1697239 ], [ 120.4534153, 30.1695443 ] ], [ [ 120.4534153, 30.1695443 ], [ 120.4533273, 30.168609 ] ], [ [ 120.4533273, 30.168609 ], [ 120.4533199, 30.1685305 ] ], [ [ 120.4533199, 30.1685305 ], [ 120.4533122, 30.1684486 ] ], [ [ 120.4533122, 30.1684486 ], [ 120.4532865, 30.1681752 ] ], [ [ 120.4532865, 30.1681752 ], [ 120.453225, 30.1675208 ] ], [ [ 120.453225, 30.1675208 ], [ 120.4532007, 30.1672625 ] ], [ [ 120.4532007, 30.1672625 ], [ 120.454098, 30.1651212 ] ], [ [ 120.454098, 30.1651212 ], [ 120.4542429, 30.1644696 ] ], [ [ 120.4542429, 30.1644696 ], [ 120.4542552, 30.1635521 ] ], [ [ 120.4023959, 30.1647062 ], [ 120.4025598, 30.1646085 ] ], [ [ 120.4025598, 30.1646085 ], [ 120.4030748, 30.1641447 ] ], [ [ 120.4030748, 30.1641447 ], [ 120.4035683, 30.1636067 ] ], [ [ 120.4035683, 30.1636067 ], [ 120.4036542, 30.1634244 ] ], [ [ 120.4036542, 30.1634244 ], [ 120.4038043, 30.1631058 ] ], [ [ 120.4038043, 30.1631058 ], [ 120.4039975, 30.1625678 ] ], [ [ 120.4039975, 30.1625678 ], [ 120.4040596, 30.1623623 ] ], [ [ 120.4023959, 30.1647062 ], [ 120.4019375, 30.1649795 ] ], [ [ 120.4019375, 30.1649795 ], [ 120.4011007, 30.1651651 ] ], [ [ 120.4011007, 30.1651651 ], [ 120.4008433, 30.1652012 ] ], [ [ 120.4008433, 30.1652012 ], [ 120.4006406, 30.1652297 ] ], [ [ 120.4006406, 30.1652297 ], [ 120.4002029, 30.1652912 ] ], [ [ 120.4002029, 30.1652912 ], [ 120.3985258, 30.1655732 ] ], [ [ 120.3985258, 30.1655732 ], [ 120.393194, 30.1664486 ] ], [ [ 120.393194, 30.1664486 ], [ 120.3929897, 30.1664822 ] ], [ [ 120.3929897, 30.1664822 ], [ 120.3925259, 30.1665619 ] ], [ [ 120.3925259, 30.1665619 ], [ 120.39221, 30.1666162 ] ], [ [ 120.39221, 30.1666162 ], [ 120.3911818, 30.1667927 ] ], [ [ 120.3911818, 30.1667927 ], [ 120.3904094, 30.1669254 ] ], [ [ 120.3904094, 30.1669254 ], [ 120.3899713, 30.1670006 ] ], [ [ 120.3899713, 30.1670006 ], [ 120.3895504, 30.1670729 ] ], [ [ 120.3895504, 30.1670729 ], [ 120.3881724, 30.1673096 ] ], [ [ 120.3881724, 30.1673096 ], [ 120.3877504, 30.1673814 ] ], [ [ 120.3877504, 30.1673814 ], [ 120.387366, 30.1674467 ] ], [ [ 120.387366, 30.1674467 ], [ 120.3867843, 30.1675456 ] ], [ [ 120.3867843, 30.1675456 ], [ 120.3862539, 30.1676358 ] ], [ [ 120.5042128, 30.1720528 ], [ 120.5041215, 30.171824 ], [ 120.5040944, 30.171662 ], [ 120.5040969, 30.1714745 ] ], [ [ 120.5101681, 30.1718851 ], [ 120.5101256, 30.1718144 ], [ 120.5101101, 30.1717357 ], [ 120.5101234, 30.1716568 ] ], [ [ 120.5040969, 30.1714745 ], [ 120.5039828, 30.1717259 ] ], [ [ 120.5039828, 30.1717259 ], [ 120.5038077, 30.1720072 ] ], [ [ 120.5038077, 30.1720072 ], [ 120.5036069, 30.172229 ] ], [ [ 120.5107, 30.1717747 ], [ 120.5106724, 30.1718478 ], [ 120.510621, 30.1719107 ], [ 120.5105505, 30.1719575 ] ], [ [ 120.5102898, 30.1719825 ], [ 120.5102519, 30.1719565 ], [ 120.5102189, 30.1719313 ], [ 120.5101681, 30.1718851 ] ], [ [ 120.5043143, 30.1720381 ], [ 120.5048723, 30.1718414 ] ], [ [ 120.4534198, 30.1697239 ], [ 120.4534403, 30.1709419 ] ], [ [ 120.4534403, 30.1709419 ], [ 120.4535134, 30.1752822 ] ], [ [ 120.4535134, 30.1752822 ], [ 120.4535141, 30.1753194 ] ], [ [ 120.4535141, 30.1753194 ], [ 120.4535174, 30.1755155 ] ], [ [ 120.4535174, 30.1755155 ], [ 120.4535175, 30.1755205 ] ], [ [ 120.4535175, 30.1755205 ], [ 120.4535441, 30.1771019 ] ], [ [ 120.5894563, 30.1667423 ], [ 120.5895079, 30.1668533 ] ], [ [ 120.5895079, 30.1668533 ], [ 120.5896893, 30.1672685 ], [ 120.5898036, 30.1675901 ], [ 120.5900419, 30.1685005 ] ], [ [ 120.507055, 30.1621199 ], [ 120.5070363, 30.1622478 ] ], [ [ 120.5068628, 30.1662466 ], [ 120.5068641, 30.1658331 ], [ 120.5068675, 30.1647112 ], [ 120.5068447, 30.1634554 ], [ 120.5068123, 30.162837 ], [ 120.5069368, 30.1620794 ] ], [ [ 120.5729388, 30.1651969 ], [ 120.5735764, 30.1650559 ], [ 120.5755999, 30.1646086 ], [ 120.577447, 30.1642003 ], [ 120.5793327, 30.1637834 ], [ 120.5797746, 30.1636886 ], [ 120.5813402, 30.1633518 ], [ 120.5817452, 30.1632799 ], [ 120.5821835, 30.1632119 ], [ 120.5825626, 30.1631984 ], [ 120.5828128, 30.1631912 ], [ 120.5831963, 30.1631802 ], [ 120.5834857, 30.1631909 ], [ 120.5836903, 30.1631984 ], [ 120.5842665, 30.163266 ], [ 120.5850047, 30.1634155 ], [ 120.5854874, 30.1635503 ], [ 120.5859281, 30.1636991 ], [ 120.5861092, 30.1637674 ], [ 120.5868711, 30.1641344 ], [ 120.5872932, 30.1644136 ], [ 120.5882019, 30.1651176 ], [ 120.5885503, 30.1654788 ], [ 120.5889722, 30.1659842 ], [ 120.589209, 30.1663188 ], [ 120.5893788, 30.1666007 ], [ 120.5894379, 30.1666989 ], [ 120.5894563, 30.1667423 ] ], [ [ 120.5605047, 30.1687055 ], [ 120.561214, 30.168468 ], [ 120.5623566, 30.1680854 ], [ 120.562888, 30.1678923 ], [ 120.5637871, 30.1675657 ], [ 120.5641058, 30.1674499 ], [ 120.56459, 30.1672929 ], [ 120.5654825, 30.1670035 ], [ 120.5670134, 30.1665809 ], [ 120.5681099, 30.1662985 ], [ 120.5722763, 30.1653392 ], [ 120.5729388, 30.1651969 ] ], [ [ 120.5070363, 30.1622478 ], [ 120.5069518, 30.1628277 ], [ 120.5069211, 30.1634594 ], [ 120.5069404, 30.1637142 ], [ 120.507016, 30.1647112 ], [ 120.5070026, 30.1678264 ], [ 120.5069954, 30.1683133 ], [ 120.5069933, 30.1684591 ], [ 120.5069892, 30.1687364 ], [ 120.5069882, 30.1688024 ], [ 120.5069792, 30.1690457 ], [ 120.5069799, 30.1691065 ], [ 120.5069828, 30.1693461 ], [ 120.5069863, 30.1696329 ], [ 120.5069197, 30.1700294 ], [ 120.5068261, 30.1703427 ], [ 120.5066633, 30.1706624 ], [ 120.506469130247524, 30.170936537985419 ] ], [ [ 120.506469130247524, 30.170936537985419 ], [ 120.5064489, 30.1709651 ], [ 120.506430808948281, 30.170988760423839 ] ], [ [ 120.506430808948281, 30.170988760423839 ], [ 120.5062566, 30.1712166 ], [ 120.5060445, 30.1713956 ], [ 120.5057635, 30.1716045 ], [ 120.5054479, 30.1717835 ], [ 120.5050362, 30.1719412 ], [ 120.5042854, 30.1721791 ] ], [ [ 120.5318236, 30.1682102 ], [ 120.5327601, 30.167976 ], [ 120.533561, 30.1677757 ], [ 120.5340396, 30.1676406 ], [ 120.5367967, 30.166923 ], [ 120.5376618, 30.1667335 ], [ 120.5378028, 30.1667099 ], [ 120.5388954, 30.1665858 ], [ 120.5390244, 30.1665711 ], [ 120.5396715, 30.1666177 ], [ 120.5399797, 30.1666399 ], [ 120.5409985, 30.1668355 ], [ 120.5421165, 30.1672382 ], [ 120.5429136, 30.1677074 ], [ 120.5434749, 30.168122 ], [ 120.5441796, 30.1687834 ], [ 120.544611, 30.1691695 ], [ 120.5451425, 30.1697487 ], [ 120.5459257, 30.1703533 ], [ 120.5470565, 30.1708818 ], [ 120.5478033, 30.1711139 ], [ 120.548127, 30.1711792 ], [ 120.5485927, 30.1712731 ] ], [ [ 120.5486262, 30.1713792 ], [ 120.5481593, 30.1712831 ], [ 120.5477907, 30.1712073 ], [ 120.5474502, 30.1710975 ], [ 120.5470161, 30.1709576 ], [ 120.5459043, 30.1704255 ], [ 120.5450484, 30.1697881 ], [ 120.5444974, 30.1692141 ], [ 120.5441056, 30.1688574 ], [ 120.5434039, 30.1681795 ], [ 120.5428842, 30.1677773 ], [ 120.5420512, 30.1672848 ], [ 120.5409781, 30.1669142 ], [ 120.5399728, 30.166734 ], [ 120.539063, 30.1666869 ], [ 120.5384254, 30.166731 ], [ 120.5378872, 30.1667682 ], [ 120.5378127, 30.1667733 ], [ 120.5376852, 30.1667985 ], [ 120.5367859, 30.1670046 ], [ 120.5340467, 30.1677151 ], [ 120.5335829, 30.1678453 ], [ 120.5318616, 30.1682945 ] ], [ [ 120.5048723, 30.1718414 ], [ 120.5053049, 30.1716833 ], [ 120.5056895, 30.1714851 ], [ 120.5060421, 30.1711633 ], [ 120.5062886, 30.1709182 ], [ 120.506300868876508, 30.170902464075439 ] ], [ [ 120.506300868876508, 30.170902464075439 ], [ 120.506340884493326, 30.170851140490338 ] ], [ [ 120.506340884493326, 30.170851140490338 ], [ 120.506508, 30.1706368 ], [ 120.5066535, 30.1703001 ], [ 120.5067669, 30.1700081 ], [ 120.5068433, 30.1696266 ], [ 120.5068513, 30.1691376 ], [ 120.5068526, 30.1690579 ], [ 120.5068565, 30.1688326 ], [ 120.5068575, 30.1680077 ], [ 120.5068628, 30.1662466 ] ], [ [ 120.5217523, 30.1699691 ], [ 120.5222901, 30.1699011 ], [ 120.5246007, 30.1696003 ], [ 120.5254419, 30.1694999 ], [ 120.527625, 30.169224 ], [ 120.5299344, 30.1686826 ], [ 120.5318236, 30.1682102 ] ], [ [ 120.5318616, 30.1682945 ], [ 120.5311114, 30.1684903 ], [ 120.5309843, 30.1685235 ], [ 120.5299555, 30.1687539 ], [ 120.5275886, 30.1692841 ], [ 120.5254756, 30.1695829 ], [ 120.524627, 30.1697168 ], [ 120.5217845, 30.1700945 ] ], [ [ 120.5729683, 30.1652729 ], [ 120.5721146, 30.1654651 ], [ 120.5704245, 30.1658457 ], [ 120.5681223, 30.1663642 ], [ 120.5670386, 30.1666494 ], [ 120.5655098, 30.1670714 ], [ 120.5646203, 30.1673598 ], [ 120.5641365, 30.1675167 ], [ 120.5635109, 30.167744 ], [ 120.5629294, 30.1679553 ], [ 120.5623877, 30.1681521 ], [ 120.5605316, 30.1687735 ] ], [ [ 120.5898191, 30.1723455 ], [ 120.5900252, 30.1700304 ], [ 120.5900413, 30.1698482 ], [ 120.590052, 30.1696657 ], [ 120.5900574, 30.1694831 ], [ 120.5900561, 30.169235 ], [ 120.5900449, 30.1689871 ], [ 120.5900239, 30.1687396 ], [ 120.589993, 30.1684929 ], [ 120.5899493, 30.1682642 ], [ 120.5898958, 30.168037 ], [ 120.5898819, 30.1679874 ], [ 120.5898326, 30.1678117 ], [ 120.5897596, 30.1675886 ], [ 120.5896911, 30.1674034 ], [ 120.5896159, 30.1672202 ], [ 120.5895341, 30.1670392 ], [ 120.5894458, 30.1668604 ], [ 120.5894029, 30.1667468 ], [ 120.5893765, 30.1667034 ], [ 120.5893299, 30.1666106 ], [ 120.5892065, 30.1664025 ], [ 120.5890712, 30.1662016 ], [ 120.5889275, 30.166005 ], [ 120.5887754, 30.1658132 ], [ 120.5886153, 30.1656264 ], [ 120.5884474, 30.1654448 ], [ 120.5882718, 30.1652687 ], [ 120.5880888, 30.1650983 ], [ 120.5878986, 30.1649338 ], [ 120.5877016, 30.1647755 ], [ 120.587498, 30.1646236 ], [ 120.5872881, 30.1644782 ], [ 120.5870721, 30.1643397 ], [ 120.5868694, 30.1642191 ], [ 120.5866622, 30.1641044 ], [ 120.5864506, 30.1639959 ], [ 120.5862349, 30.1638936 ], [ 120.5860154, 30.1637976 ], [ 120.5859134, 30.1637483 ], [ 120.5854493, 30.1635907 ], [ 120.5851886, 30.1635169 ], [ 120.5849249, 30.1634515 ], [ 120.5846585, 30.1633945 ], [ 120.5843899, 30.1633461 ], [ 120.5841195, 30.1633064 ], [ 120.5838475, 30.1632752 ], [ 120.5835744, 30.1632528 ], [ 120.5833005, 30.1632392 ], [ 120.5830262, 30.1632342 ], [ 120.5827518, 30.1632381 ], [ 120.5824779, 30.1632507 ], [ 120.5822046, 30.163272 ], [ 120.5819192, 30.1633038 ], [ 120.5816354, 30.1633451 ], [ 120.5813536, 30.1633959 ], [ 120.5797971, 30.163767 ], [ 120.5793552, 30.1638619 ], [ 120.5729683, 30.1652729 ] ], [ [ 120.5485927, 30.1712731 ], [ 120.5490371, 30.1713133 ], [ 120.5492636, 30.1713204 ], [ 120.5498292, 30.171338 ], [ 120.5501377, 30.1713216 ], [ 120.5510526, 30.1711856 ], [ 120.5533073, 30.1705854 ], [ 120.5536889, 30.1704838 ], [ 120.5562428, 30.1698039 ], [ 120.5580455, 30.1693393 ], [ 120.5585133, 30.1692187 ], [ 120.5605047, 30.1687055 ] ], [ [ 120.5605316, 30.1687735 ], [ 120.5600093, 30.1689081 ], [ 120.5585433, 30.169286 ], [ 120.5580721, 30.1694074 ], [ 120.5562669, 30.1698727 ], [ 120.555919, 30.1699653 ], [ 120.5537134, 30.1705525 ], [ 120.5533293, 30.1706547 ], [ 120.551074, 30.1712551 ], [ 120.5501372, 30.1713871 ], [ 120.5498526, 30.1713987 ], [ 120.5489993, 30.1713851 ], [ 120.5486262, 30.1713792 ] ], [ [ 120.4923675, 30.1755081 ], [ 120.4957486, 30.1745441 ], [ 120.4962549, 30.1743997 ], [ 120.4967158, 30.174265 ], [ 120.5012028, 30.1729542 ], [ 120.5021808, 30.1726592 ], [ 120.5032123, 30.172348 ], [ 120.5036069, 30.172229 ] ], [ [ 120.5042854, 30.1721791 ], [ 120.503601, 30.1723646 ], [ 120.5032732, 30.1724547 ], [ 120.5024882, 30.1726704 ], [ 120.5012453, 30.1730119 ], [ 120.5011421, 30.1730431 ], [ 120.4977349, 30.174073 ], [ 120.4966008, 30.1744158 ], [ 120.492622, 30.175571 ], [ 120.4924254, 30.1756061 ] ], [ [ 120.4885173, 30.1761106 ], [ 120.4886349, 30.1760931 ], [ 120.4889222, 30.1760504 ], [ 120.4916963, 30.1756195 ], [ 120.4923129, 30.1755237 ], [ 120.4923675, 30.1755081 ] ], [ [ 120.4924254, 30.1756061 ], [ 120.4917826, 30.1757098 ], [ 120.4889877, 30.1761604 ], [ 120.4886801, 30.1762102 ], [ 120.4885496, 30.1762298 ] ], [ [ 120.479717, 30.1782015 ], [ 120.4804012, 30.1779754 ], [ 120.4811263, 30.1777352 ], [ 120.4817258, 30.1775366 ], [ 120.4833124, 30.1770109 ], [ 120.4839226, 30.1768361 ], [ 120.4847838, 30.1766673 ], [ 120.4867127, 30.1763797 ], [ 120.4869753, 30.1763405 ], [ 120.4885173, 30.1761106 ] ], [ [ 120.4885496, 30.1762298 ], [ 120.4881952, 30.176283 ], [ 120.4877454, 30.1763505 ], [ 120.4847907, 30.1767939 ], [ 120.4846326, 30.1768214 ], [ 120.48394, 30.1769416 ], [ 120.483417, 30.1770862 ], [ 120.4817751, 30.1776423 ], [ 120.4813815, 30.1777756 ], [ 120.480436, 30.1780959 ], [ 120.4797585, 30.1783197 ] ], [ [ 120.4795447, 30.1782585 ], [ 120.479717, 30.1782015 ] ], [ [ 120.4797585, 30.1783197 ], [ 120.4795958, 30.1783734 ] ], [ [ 120.4535441, 30.1771019 ], [ 120.453555, 30.1782529 ] ], [ [ 120.453555, 30.1782529 ], [ 120.4535638, 30.1791826 ] ], [ [ 120.4535638, 30.1791826 ], [ 120.4535778, 30.1806708 ] ], [ [ 120.4686433, 30.1818938 ], [ 120.4728283, 30.1804913 ], [ 120.4747011, 30.1798637 ], [ 120.475607, 30.1795601 ], [ 120.4758989, 30.1794636 ], [ 120.4760524, 30.1794111 ], [ 120.4760956, 30.1793969 ], [ 120.4768545, 30.1791464 ], [ 120.4780367, 30.1787562 ], [ 120.4795447, 30.1782585 ] ], [ [ 120.4795958, 30.1783734 ], [ 120.4780875, 30.1788707 ], [ 120.4768569, 30.1792765 ], [ 120.4761363, 30.1795141 ], [ 120.4761038, 30.1795249 ], [ 120.4759602, 30.179574 ], [ 120.4736598, 30.1803404 ], [ 120.4686944, 30.1819946 ] ], [ [ 120.4686944, 30.1819946 ], [ 120.4680285, 30.1822158 ], [ 120.4674199, 30.182418 ], [ 120.4673022, 30.1824578 ], [ 120.465544, 30.183062 ], [ 120.4640731, 30.1835573 ] ], [ [ 120.4614576, 30.184296 ], [ 120.4615711, 30.1842636 ], [ 120.4618405, 30.1841883 ], [ 120.4621609, 30.1840802 ], [ 120.4627113, 30.1838946 ], [ 120.4652805, 30.183028 ], [ 120.4654884, 30.1829579 ], [ 120.4666674, 30.1825603 ], [ 120.4672556, 30.1823619 ], [ 120.4673628, 30.1823257 ], [ 120.4686433, 30.1818938 ] ], [ [ 120.455421, 30.1860188 ], [ 120.4552355, 30.1855835 ] ], [ [ 120.4552355, 30.1855835 ], [ 120.4551237, 30.1853212 ] ], [ [ 120.4551237, 30.1853212 ], [ 120.4550984, 30.1852618 ] ], [ [ 120.4550984, 30.1852618 ], [ 120.4550607, 30.1851734 ] ], [ [ 120.4550607, 30.1851734 ], [ 120.4547107, 30.1843519 ] ], [ [ 120.4547107, 30.1843519 ], [ 120.4546702, 30.184257 ] ], [ [ 120.4546702, 30.184257 ], [ 120.454395, 30.1836112 ] ], [ [ 120.454395, 30.1836112 ], [ 120.4537204, 30.1818823 ] ], [ [ 120.4537204, 30.1818823 ], [ 120.4537011, 30.1818327 ] ], [ [ 120.4537011, 30.1818327 ], [ 120.4536387, 30.1814977 ] ], [ [ 120.4536387, 30.1814977 ], [ 120.453603, 30.1811252 ] ], [ [ 120.453603, 30.1811252 ], [ 120.4535778, 30.1806708 ] ], [ [ 120.5900419, 30.1685005 ], [ 120.5900896, 30.1688617 ], [ 120.5901187, 30.1695004 ], [ 120.5901105, 30.1696075 ], [ 120.5899738, 30.1713824 ], [ 120.589862, 30.1725207 ] ], [ [ 120.5897268, 30.172923 ], [ 120.5897489, 30.1727967 ], [ 120.589765, 30.1726738 ], [ 120.5898191, 30.1723455 ] ], [ [ 120.5177967, 30.1704649 ], [ 120.5179356, 30.1704465 ], [ 120.5181643, 30.1704144 ], [ 120.5181936, 30.1704103 ], [ 120.5191868, 30.1702872 ], [ 120.5203763, 30.1701397 ], [ 120.5208074, 30.1700863 ], [ 120.5217523, 30.1699691 ] ], [ [ 120.5217845, 30.1700945 ], [ 120.521099, 30.1701712 ], [ 120.5182145, 30.1704939 ], [ 120.5181768, 30.1704981 ], [ 120.5179877, 30.1705232 ], [ 120.5178245, 30.1705499 ], [ 120.5174646, 30.1706088 ], [ 120.5123946, 30.1714623 ], [ 120.5123455, 30.1714706 ], [ 120.5121455, 30.1715019 ], [ 120.5110967, 30.1716505 ], [ 120.5107, 30.1717747 ] ], [ [ 120.5106303, 30.1715634 ], [ 120.5110422, 30.171577 ], [ 120.5121226, 30.1713916 ], [ 120.5123276, 30.171366 ], [ 120.5123839, 30.1713567 ], [ 120.5135146, 30.1711704 ], [ 120.5153013, 30.1708779 ], [ 120.5163866, 30.1707313 ], [ 120.5174384, 30.1705326 ], [ 120.5177967, 30.1704649 ] ], [ [ 120.5040969, 30.1714745 ], [ 120.5041856, 30.1712315 ], [ 120.5043163, 30.1710205 ], [ 120.5044519, 30.1708606 ], [ 120.5046935, 30.1706965 ], [ 120.5049268, 30.1705916 ], [ 120.5052169, 30.1705218 ], [ 120.5056094, 30.1705151 ], [ 120.5059774, 30.1706091 ], [ 120.506340884493326, 30.170851140490338 ] ], [ [ 120.506340884493326, 30.170851140490338 ], [ 120.506469130247524, 30.170936537985419 ] ], [ [ 120.506469130247524, 30.170936537985419 ], [ 120.5067065, 30.1710946 ], [ 120.507419, 30.1715657 ], [ 120.5078379, 30.1718029 ], [ 120.5084945, 30.17192 ], [ 120.5090223, 30.171903 ], [ 120.5101234, 30.1716568 ] ], [ [ 120.5101681, 30.1718851 ], [ 120.5090325, 30.1719771 ], [ 120.5085165, 30.1719943 ], [ 120.5077869, 30.1718357 ], [ 120.5074721, 30.1716769 ], [ 120.506662, 30.1711423 ], [ 120.506430808948281, 30.170988760423839 ] ], [ [ 120.506430808948281, 30.170988760423839 ], [ 120.506300868876508, 30.170902464075439 ] ], [ [ 120.506300868876508, 30.170902464075439 ], [ 120.5059278, 30.1706547 ], [ 120.5055195, 30.1705716 ], [ 120.5051278, 30.1706012 ], [ 120.504952, 30.1706645 ], [ 120.5047256, 30.170737 ], [ 120.504553, 30.170867 ], [ 120.5044125, 30.1710311 ], [ 120.5043163, 30.1711697 ] ], [ [ 120.5043163, 30.1711697 ], [ 120.5043188, 30.1713892 ], [ 120.5043779, 30.1715597 ], [ 120.5044914, 30.1716961 ], [ 120.5046245, 30.1717899 ], [ 120.5048723, 30.1718414 ] ], [ [ 120.5104931, 30.171487 ], [ 120.5105679, 30.1715169 ], [ 120.5106303, 30.1715634 ] ], [ [ 120.5101434, 30.1716147 ], [ 120.5102054, 30.1715443 ], [ 120.5102915, 30.1714963 ], [ 120.5103914, 30.1714764 ], [ 120.5104931, 30.171487 ] ], [ [ 120.5043163, 30.1711697 ], [ 120.5042251, 30.1712869 ], [ 120.5041881, 30.1714404 ], [ 120.5041832, 30.1716322 ], [ 120.5042276, 30.1718155 ], [ 120.5043143, 30.1720381 ] ], [ [ 120.5101234, 30.1716568 ], [ 120.5101434, 30.1716147 ] ], [ [ 120.5106303, 30.1715634 ], [ 120.5106775, 30.1716268 ], [ 120.5107015, 30.1716993 ], [ 120.5107, 30.1717747 ] ], [ [ 120.589862, 30.1725207 ], [ 120.5898171, 30.1729114 ] ], [ [ 120.589689, 30.173337 ], [ 120.5897268, 30.172923 ] ], [ [ 120.5105505, 30.1719575 ], [ 120.5104537, 30.1719862 ], [ 120.5102898, 30.1719825 ] ], [ [ 120.5042128, 30.1720528 ], [ 120.5043143, 30.1720381 ] ], [ [ 120.5043143, 30.1720381 ], [ 120.5042854, 30.1721791 ] ], [ [ 120.5042854, 30.1721791 ], [ 120.5042128, 30.1720528 ] ], [ [ 120.5036069, 30.172229 ], [ 120.5042128, 30.1720528 ] ], [ [ 120.5898171, 30.1729114 ], [ 120.5897411, 30.1734221 ] ], [ [ 120.5891988, 30.179317 ], [ 120.5892398, 30.1788005 ], [ 120.5894075, 30.1766887 ], [ 120.5895916, 30.1744966 ], [ 120.589689, 30.173337 ] ], [ [ 120.5897411, 30.1734221 ], [ 120.5896703, 30.174306 ], [ 120.5896044, 30.1751099 ], [ 120.5895056, 30.1763167 ], [ 120.5894769, 30.1766848 ], [ 120.589271, 30.1793216 ] ], [ [ 120.5891897, 30.179431 ], [ 120.5891988, 30.179317 ] ], [ [ 120.589271, 30.1793216 ], [ 120.5892627, 30.179428 ] ], [ [ 120.5892627, 30.179428 ], [ 120.5892552, 30.1795244 ], [ 120.5892008, 30.1802211 ], [ 120.5890804, 30.1817644 ], [ 120.5890712, 30.1818818 ], [ 120.5890666, 30.1819404 ], [ 120.5890611, 30.1820108 ] ], [ [ 120.3862539, 30.1676358 ], [ 120.3857222, 30.1677241 ] ], [ [ 120.3857222, 30.1677241 ], [ 120.3851576, 30.1678179 ] ], [ [ 120.3851576, 30.1678179 ], [ 120.3846529, 30.1678179 ] ], [ [ 120.3846529, 30.1678179 ], [ 120.3845568, 30.1678179 ] ], [ [ 120.3845568, 30.1678179 ], [ 120.3835698, 30.1676695 ] ], [ [ 120.3835698, 30.1676695 ], [ 120.382478, 30.1674807 ] ], [ [ 120.382478, 30.1674807 ], [ 120.3819284, 30.1673857 ] ], [ [ 120.3819284, 30.1673857 ], [ 120.3818531, 30.1673727 ] ], [ [ 120.3818531, 30.1673727 ], [ 120.3817528, 30.1673467 ] ], [ [ 120.3817528, 30.1673467 ], [ 120.3808977, 30.1671254 ] ], [ [ 120.3808977, 30.1671254 ], [ 120.3808066, 30.1671018 ] ], [ [ 120.3808066, 30.1671018 ], [ 120.3772127, 30.1661717 ] ], [ [ 120.3772127, 30.1661717 ], [ 120.3752636, 30.1656673 ] ], [ [ 120.3752636, 30.1656673 ], [ 120.3751154, 30.1656289 ] ], [ [ 120.3751154, 30.1656289 ], [ 120.3750057, 30.165601 ] ], [ [ 120.3750057, 30.165601 ], [ 120.3747933, 30.165547 ] ], [ [ 120.3747933, 30.165547 ], [ 120.3744823, 30.165468 ] ], [ [ 120.3239724, 30.1671294 ], [ 120.3237141, 30.1664621 ], [ 120.3236643, 30.166112 ], [ 120.3235104, 30.1654748 ] ], [ [ 120.3236291, 30.1654509 ], [ 120.3243466, 30.1671964 ], [ 120.3245397, 30.1676695 ], [ 120.3254752, 30.1699202 ] ], [ [ 120.3250779, 30.1699373 ], [ 120.3248587, 30.1692077 ], [ 120.3243795, 30.1676126 ], [ 120.3235104, 30.1654748 ] ], [ [ 120.3262522, 30.1726891 ], [ 120.3258662, 30.1717846 ], [ 120.3250779, 30.1699373 ] ], [ [ 120.3829609, 30.1740086 ], [ 120.3830208, 30.1738871 ], [ 120.383097, 30.1739726 ] ], [ [ 120.3254752, 30.1699202 ], [ 120.3255321, 30.1700765 ], [ 120.3263687, 30.1717864 ], [ 120.3267013, 30.172591 ], [ 120.3267305, 30.1727501 ] ], [ [ 120.3267305, 30.1727501 ], [ 120.3268415, 30.1727668 ], [ 120.3269188, 30.1727962 ], [ 120.3269873, 30.1728389 ], [ 120.3270652, 30.1729205 ], [ 120.3271114, 30.1730184 ], [ 120.3271217, 30.1731238 ], [ 120.3271005, 30.1732142 ], [ 120.3270528, 30.1732967 ] ], [ [ 120.3266711, 30.1734481 ], [ 120.3265697, 30.1734263 ], [ 120.3264781, 30.1733827 ], [ 120.3263896, 30.1733058 ], [ 120.3263325, 30.1732091 ], [ 120.3263124, 30.173102 ], [ 120.3263312, 30.1729947 ], [ 120.3263692, 30.1729213 ], [ 120.3264309, 30.1728435 ], [ 120.3265141, 30.1727973 ], [ 120.3266185, 30.1727606 ], [ 120.3267305, 30.1727501 ] ], [ [ 120.3270528, 30.1732967 ], [ 120.3269793, 30.1733674 ], [ 120.3268864, 30.1734185 ], [ 120.3267811, 30.173446 ], [ 120.3266711, 30.1734481 ] ], [ [ 120.3260378, 30.1733663 ], [ 120.3244727, 30.1740104 ] ], [ [ 120.3244727, 30.1740104 ], [ 120.3227694, 30.1747114 ] ], [ [ 120.3227694, 30.1747114 ], [ 120.3226949, 30.174735 ] ], [ [ 120.3226949, 30.174735 ], [ 120.3223922, 30.1748309 ] ], [ [ 120.3223922, 30.1748309 ], [ 120.3219148, 30.1749821 ] ], [ [ 120.3219148, 30.1749821 ], [ 120.3217502, 30.1750342 ] ], [ [ 120.3217502, 30.1750342 ], [ 120.3216388, 30.1750433 ] ], [ [ 120.3163857, 30.1741935 ], [ 120.3167038, 30.1742735 ] ], [ [ 120.3167038, 30.1742735 ], [ 120.3182874, 30.1746719 ] ], [ [ 120.3182874, 30.1746719 ], [ 120.3187542, 30.1747893 ] ], [ [ 120.3187542, 30.1747893 ], [ 120.319087, 30.174873 ] ], [ [ 120.3216388, 30.1750433 ], [ 120.3207095, 30.1751195 ] ], [ [ 120.3207095, 30.1751195 ], [ 120.3205814, 30.1751035 ] ], [ [ 120.3205814, 30.1751035 ], [ 120.3196253, 30.174984 ] ], [ [ 120.3196253, 30.174984 ], [ 120.3194328, 30.17496 ] ], [ [ 120.3194328, 30.17496 ], [ 120.3193323, 30.1749347 ] ], [ [ 120.3193323, 30.1749347 ], [ 120.319087, 30.174873 ] ], [ [ 120.3270528, 30.1732967 ], [ 120.3270305, 30.1734956 ], [ 120.3270166, 30.1736192 ], [ 120.327044, 30.1738273 ], [ 120.3273832, 30.1746586 ], [ 120.3274837, 30.1749051 ], [ 120.3274992, 30.174943 ], [ 120.3279475, 30.1760306 ], [ 120.3283832, 30.1770329 ], [ 120.3286502, 30.177624 ] ], [ [ 120.328305, 30.1777127 ], [ 120.327613, 30.1761585 ], [ 120.3274165, 30.1749784 ], [ 120.3274004, 30.1749373 ], [ 120.3273032, 30.1746896 ], [ 120.3269707, 30.1738419 ], [ 120.3268372, 30.1736344 ], [ 120.3266711, 30.1734481 ] ], [ [ 120.3286502, 30.177624 ], [ 120.3287737, 30.177913 ] ], [ [ 120.3284771, 30.1779915 ], [ 120.328305, 30.1777127 ] ], [ [ 120.3313776, 30.1878589 ], [ 120.3314728, 30.1898153 ], [ 120.3315537, 30.1904017 ], [ 120.3316968, 30.1910741 ], [ 120.3319277, 30.1918368 ] ], [ [ 120.3314339, 30.1918936 ], [ 120.3313403, 30.1915247 ], [ 120.3312746, 30.1912659 ], [ 120.33124, 30.1911296 ], [ 120.331037, 30.1904546 ], [ 120.3309371, 30.1899222 ], [ 120.3310296, 30.1896216 ], [ 120.3310538, 30.1890458 ], [ 120.3310566, 30.188978 ], [ 120.3309999, 30.1878807 ] ], [ [ 120.3127923, 30.1804207 ], [ 120.3147912, 30.1802873 ], [ 120.3155896, 30.180234 ], [ 120.3163799, 30.1801812 ], [ 120.3198527, 30.1799956 ], [ 120.3203045, 30.1799608 ], [ 120.3211328, 30.1798971 ], [ 120.3226903, 30.1797498 ] ], [ [ 120.3218535, 30.1801288 ], [ 120.321591, 30.1801376 ] ], [ [ 120.321591, 30.1801376 ], [ 120.3202002, 30.1801962 ], [ 120.3180788, 30.1803287 ], [ 120.3175861, 30.1803595 ], [ 120.3172744, 30.1803749 ], [ 120.312807, 30.1805954 ] ], [ [ 120.3287737, 30.177913 ], [ 120.3290216, 30.1785421 ], [ 120.3294478, 30.1792797 ], [ 120.3295699, 30.1795794 ], [ 120.3302152, 30.1811632 ], [ 120.3306259, 30.1821712 ], [ 120.3309213, 30.1831587 ], [ 120.3310919, 30.1838424 ], [ 120.3311653, 30.1842997 ], [ 120.3312361, 30.1850298 ], [ 120.331367, 30.187642 ], [ 120.3313776, 30.1878589 ] ], [ [ 120.3309999, 30.1878807 ], [ 120.3309215, 30.1863631 ], [ 120.3308816, 30.1850177 ], [ 120.3308015, 30.184139 ], [ 120.330621, 30.1833221 ], [ 120.3305027, 30.1829108 ], [ 120.3303982, 30.1825475 ], [ 120.3299605, 30.1813647 ], [ 120.3292752, 30.1795731 ], [ 120.3288356, 30.1785141 ], [ 120.3284771, 30.1779915 ] ], [ [ 120.383097, 30.1739726 ], [ 120.3831461, 30.1740814 ] ], [ [ 120.3830032, 30.174121 ], [ 120.3829609, 30.1740086 ] ], [ [ 120.3831461, 30.1740814 ], [ 120.3833233, 30.174561 ], [ 120.3833517, 30.1746376 ], [ 120.38413, 30.1767337 ], [ 120.3842975, 30.1771847 ], [ 120.3847541, 30.1781939 ], [ 120.3850465, 30.1787129 ], [ 120.3856694, 30.1798185 ], [ 120.3860972, 30.1805701 ], [ 120.3864656, 30.1812174 ] ], [ [ 120.3863643, 30.1812172 ], [ 120.3855743, 30.1798642 ], [ 120.3854096, 30.1795821 ], [ 120.3848511, 30.1786255 ], [ 120.3846224, 30.1782338 ], [ 120.3841734, 30.1772306 ], [ 120.3839817, 30.1767143 ], [ 120.3832738, 30.1748073 ], [ 120.3830032, 30.174121 ] ], [ [ 120.3362738, 30.1915119 ], [ 120.3371869, 30.1914871 ] ], [ [ 120.3371869, 30.1914871 ], [ 120.3383985, 30.1914474 ] ], [ [ 120.3383985, 30.1914474 ], [ 120.3396719, 30.191407 ] ], [ [ 120.3396719, 30.191407 ], [ 120.3406234, 30.1913767 ] ], [ [ 120.3406234, 30.1913767 ], [ 120.3445973, 30.1912587 ] ], [ [ 120.3445973, 30.1912587 ], [ 120.3457899, 30.1912237 ] ], [ [ 120.3457899, 30.1912237 ], [ 120.3473087, 30.1911405 ] ], [ [ 120.3473087, 30.1911405 ], [ 120.34792, 30.191107 ] ], [ [ 120.34792, 30.191107 ], [ 120.3519566, 30.1910501 ] ], [ [ 120.3519566, 30.1910501 ], [ 120.3529172, 30.191024 ] ], [ [ 120.3529172, 30.191024 ], [ 120.3551388, 30.1909636 ] ], [ [ 120.3551388, 30.1909636 ], [ 120.3578607, 30.1908896 ] ], [ [ 120.3578607, 30.1908896 ], [ 120.362009, 30.1907769 ] ], [ [ 120.362009, 30.1907769 ], [ 120.3622265, 30.190774 ] ], [ [ 120.3622265, 30.190774 ], [ 120.3626221, 30.1907601 ] ], [ [ 120.3626221, 30.1907601 ], [ 120.3626746, 30.1907578 ] ], [ [ 120.3626746, 30.1907578 ], [ 120.3643379, 30.190726 ] ], [ [ 120.3643379, 30.190726 ], [ 120.3667694, 30.1906478 ] ], [ [ 120.3667694, 30.1906478 ], [ 120.3711748, 30.1905208 ] ], [ [ 120.3711748, 30.1905208 ], [ 120.3727899, 30.190508 ] ], [ [ 120.3727899, 30.190508 ], [ 120.373109, 30.1905163 ] ], [ [ 120.373109, 30.1905163 ], [ 120.3736246, 30.1905426 ] ], [ [ 120.3736246, 30.1905426 ], [ 120.3739412, 30.1905744 ] ], [ [ 120.3739412, 30.1905744 ], [ 120.3748136, 30.1906591 ] ], [ [ 120.3748136, 30.1906591 ], [ 120.3762044, 30.1907704 ] ], [ [ 120.3762044, 30.1907704 ], [ 120.3775779, 30.1909856 ] ], [ [ 120.3775779, 30.1909856 ], [ 120.378608, 30.1911416 ] ], [ [ 120.378608, 30.1911416 ], [ 120.3812051, 30.1918943 ] ], [ [ 120.3812051, 30.1918943 ], [ 120.3834295, 30.1927932 ] ], [ [ 120.3834295, 30.1927932 ], [ 120.384678, 30.1933199 ] ], [ [ 120.384678, 30.1933199 ], [ 120.3859384, 30.1939225 ] ], [ [ 120.3859384, 30.1939225 ], [ 120.3860825, 30.1940039 ] ], [ [ 120.3860825, 30.1940039 ], [ 120.3862617, 30.1941051 ] ], [ [ 120.3862617, 30.1941051 ], [ 120.3871282, 30.1945944 ] ], [ [ 120.3871282, 30.1945944 ], [ 120.3880431, 30.1951782 ] ], [ [ 120.3880431, 30.1951782 ], [ 120.3890385, 30.1958911 ] ], [ [ 120.3890385, 30.1958911 ], [ 120.3907163, 30.1971902 ] ], [ [ 120.3907163, 30.1971902 ], [ 120.390955, 30.197375 ] ], [ [ 120.5889747, 30.1820177 ], [ 120.589182, 30.1795286 ], [ 120.5891897, 30.179431 ] ], [ [ 120.5887903, 30.184166 ], [ 120.5889747, 30.1820177 ] ], [ [ 120.5890611, 30.1820108 ], [ 120.5890106, 30.182657 ], [ 120.5889316, 30.1836689 ], [ 120.5888922, 30.1841738 ] ], [ [ 120.5888922, 30.1841738 ], [ 120.5888223, 30.1850117 ], [ 120.5886621, 30.1869315 ], [ 120.5886186, 30.1874528 ], [ 120.5885692, 30.1880452 ], [ 120.5885587, 30.188171 ], [ 120.5885508, 30.1882653 ] ], [ [ 120.5884577, 30.1882758 ], [ 120.5885605, 30.1870601 ], [ 120.5885716, 30.1869334 ], [ 120.5887903, 30.184166 ] ], [ [ 120.5885508, 30.1882653 ], [ 120.5882971, 30.1913064 ] ], [ [ 120.5881881, 30.1912982 ], [ 120.5884577, 30.1882758 ] ], [ [ 120.5670241, 30.191999 ], [ 120.5700517, 30.1910058 ] ], [ [ 120.5880831, 30.1926482 ], [ 120.5881881, 30.1912982 ] ], [ [ 120.5882971, 30.1913064 ], [ 120.5881846, 30.1926555 ] ], [ [ 120.588051, 30.192804 ], [ 120.5880831, 30.1926482 ] ], [ [ 120.5881846, 30.1926555 ], [ 120.5881715, 30.1928123 ] ], [ [ 120.4640731, 30.1835573 ], [ 120.4622161, 30.1841826 ], [ 120.4618929, 30.1842914 ], [ 120.461596, 30.1843752 ], [ 120.4615077, 30.1844001 ] ], [ [ 120.455421, 30.1860188 ], [ 120.455871, 30.1858904 ], [ 120.4563377, 30.1857572 ], [ 120.4572921, 30.1854848 ], [ 120.4574928, 30.1854275 ], [ 120.4582207, 30.1852198 ], [ 120.4588123, 30.185051 ], [ 120.459977, 30.1847186 ], [ 120.4614576, 30.184296 ] ], [ [ 120.3864656, 30.1812174 ], [ 120.3866919, 30.1817785 ], [ 120.3868704, 30.1822213 ], [ 120.3869026, 30.1823059 ], [ 120.3870919, 30.1829705 ], [ 120.3874511, 30.1843448 ], [ 120.3875853, 30.1847482 ], [ 120.3876189, 30.1848494 ], [ 120.3877135, 30.1850704 ], [ 120.3879437, 30.1855501 ], [ 120.3881925, 30.1859688 ], [ 120.3882362, 30.1860424 ], [ 120.3886641, 30.1866167 ], [ 120.3892301, 30.1872203 ], [ 120.3899252, 30.1878959 ] ], [ [ 120.3898083, 30.1879207 ], [ 120.3891484, 30.1873019 ], [ 120.3885525, 30.1866685 ], [ 120.3883304, 30.186371 ], [ 120.3881258, 30.186097 ], [ 120.3878458, 30.1856041 ], [ 120.3875977, 30.1850726 ], [ 120.387502, 30.1848549 ], [ 120.3874705, 30.1847629 ], [ 120.3873323, 30.1843595 ], [ 120.3869816, 30.1829937 ], [ 120.3868153, 30.1823901 ], [ 120.3863643, 30.1812172 ] ], [ [ 120.4615077, 30.1844001 ], [ 120.4609132, 30.1845678 ], [ 120.4599443, 30.1848412 ], [ 120.4591515, 30.1850649 ], [ 120.4582585, 30.1853168 ], [ 120.4575288, 30.1855227 ], [ 120.4573286, 30.1855792 ], [ 120.4564848, 30.1858172 ], [ 120.4554516, 30.1861087 ] ], [ [ 120.4554516, 30.1861087 ], [ 120.455421, 30.1860188 ] ], [ [ 120.4502052, 30.1875206 ], [ 120.4519681, 30.1870081 ], [ 120.4542316, 30.1863596 ], [ 120.455421, 30.1860188 ] ], [ [ 120.4554516, 30.1861087 ], [ 120.4550565, 30.1862218 ], [ 120.454449, 30.1863957 ], [ 120.453975, 30.1865313 ], [ 120.4527808, 30.186873 ], [ 120.4520062, 30.1870947 ], [ 120.4502818, 30.1875941 ] ], [ [ 120.4554516, 30.1861087 ], [ 120.455553, 30.1863655 ] ], [ [ 120.455553, 30.1863655 ], [ 120.4557236, 30.1867974 ] ], [ [ 120.4557236, 30.1867974 ], [ 120.4557883, 30.1869611 ] ], [ [ 120.4557883, 30.1869611 ], [ 120.4558521, 30.1871228 ] ], [ [ 120.4558521, 30.1871228 ], [ 120.456186, 30.1879678 ] ], [ [ 120.456186, 30.1879678 ], [ 120.4566643, 30.1891788 ] ], [ [ 120.4566643, 30.1891788 ], [ 120.4568757, 30.189714 ] ], [ [ 120.4568757, 30.189714 ], [ 120.4570234, 30.1900879 ] ], [ [ 120.4454673, 30.1888325 ], [ 120.4455812, 30.1888058 ], [ 120.4460521, 30.188668 ], [ 120.4482879, 30.1880543 ], [ 120.4491308, 30.1878197 ], [ 120.4502052, 30.1875206 ] ], [ [ 120.4502818, 30.1875941 ], [ 120.4488427, 30.1879954 ], [ 120.4483119, 30.1881435 ], [ 120.4481791, 30.1881804 ], [ 120.4461447, 30.1887456 ], [ 120.4460804, 30.1887623 ], [ 120.4456306, 30.1889222 ], [ 120.4455946, 30.1889642 ] ], [ [ 120.442301, 30.1886947 ], [ 120.4426979, 30.1886065 ], [ 120.4430748, 30.188553 ], [ 120.4434794, 30.1885073 ], [ 120.4438818, 30.1885247 ], [ 120.4441963, 30.1885777 ], [ 120.4445208, 30.1886697 ], [ 120.4447699, 30.1887387 ], [ 120.445034, 30.188799 ], [ 120.4452867, 30.1888163 ] ], [ [ 120.4452867, 30.1888163 ], [ 120.4453479, 30.1888088 ], [ 120.4454093, 30.1888143 ], [ 120.4454673, 30.1888325 ] ], [ [ 120.445109, 30.1890855 ], [ 120.4448952, 30.1889764 ], [ 120.4447014, 30.188876 ], [ 120.4444066, 30.1887497 ], [ 120.4441368, 30.1886754 ], [ 120.4438445, 30.1886454 ], [ 120.4434421, 30.1886265 ], [ 120.4431507, 30.1886387 ], [ 120.4427921, 30.1886963 ], [ 120.4423521, 30.1887997 ] ], [ [ 120.4454673, 30.1888325 ], [ 120.4455231, 30.1888659 ], [ 120.4455666, 30.1889109 ], [ 120.4455946, 30.1889642 ] ], [ [ 120.445109, 30.1890855 ], [ 120.4451001, 30.1890173 ], [ 120.4451161, 30.1889501 ], [ 120.4451555, 30.1888905 ], [ 120.4452143, 30.1888444 ], [ 120.4452867, 30.1888163 ] ], [ [ 120.4455946, 30.1889642 ], [ 120.4456052, 30.1890202 ], [ 120.4455988, 30.1890766 ] ], [ [ 120.445275, 30.1892351 ], [ 120.4452014, 30.1892022 ], [ 120.445144, 30.1891505 ], [ 120.445109, 30.1890855 ] ], [ [ 120.4455988, 30.1890766 ], [ 120.4455669, 30.1891431 ], [ 120.4455117, 30.189197 ], [ 120.4454392, 30.1892325 ], [ 120.4453574, 30.1892456 ], [ 120.445275, 30.1892351 ] ], [ [ 120.3899252, 30.1878959 ], [ 120.3906033, 30.1885735 ], [ 120.3909056, 30.1889683 ], [ 120.3911666, 30.1894383 ], [ 120.3912178, 30.189558 ], [ 120.3915039, 30.1902263 ], [ 120.3915504, 30.1903349 ], [ 120.3919092, 30.1909737 ] ], [ [ 120.3917901, 30.1910365 ], [ 120.3916929, 30.1908497 ], [ 120.3914465, 30.1903759 ], [ 120.3910602, 30.1895044 ], [ 120.390789, 30.18901 ], [ 120.3905113, 30.1886399 ], [ 120.3898083, 30.1879207 ] ], [ [ 120.4570234, 30.1900879 ], [ 120.4570599, 30.1901992 ] ], [ [ 120.4455988, 30.1890766 ], [ 120.4456278, 30.1893318 ], [ 120.445806, 30.1897413 ], [ 120.4459122, 30.1899857 ], [ 120.44626, 30.1908994 ], [ 120.4468329, 30.1925816 ], [ 120.4471517, 30.1935251 ] ], [ [ 120.446951, 30.1935954 ], [ 120.4458253, 30.1903516 ], [ 120.4457457, 30.1901362 ], [ 120.445444, 30.1894143 ], [ 120.445275, 30.1892351 ] ], [ [ 120.4173259, 30.194781 ], [ 120.4178509, 30.194642 ], [ 120.4184782, 30.1944373 ], [ 120.4212534, 30.1934679 ], [ 120.4230239, 30.1928529 ], [ 120.4238435, 30.1926012 ], [ 120.4247477, 30.1923763 ], [ 120.4255641, 30.1922364 ], [ 120.4262805, 30.1921563 ], [ 120.4267002, 30.1921417 ], [ 120.4269146, 30.1921342 ], [ 120.4269833, 30.1921318 ], [ 120.4289573, 30.1921944 ], [ 120.4292785, 30.1922046 ], [ 120.4307143, 30.1922501 ], [ 120.4308141, 30.1922472 ], [ 120.4313643, 30.192231 ], [ 120.4319419, 30.1921879 ], [ 120.4326764, 30.1920953 ], [ 120.4327871, 30.192072 ], [ 120.4328796, 30.1920525 ], [ 120.4335061, 30.1919205 ], [ 120.4337663, 30.1918473 ], [ 120.434102, 30.1917528 ], [ 120.4345879, 30.1916062 ], [ 120.4346578, 30.1915851 ], [ 120.4354111, 30.1913699 ], [ 120.4369275, 30.1909367 ], [ 120.4386719, 30.1904383 ], [ 120.4389789, 30.1903506 ], [ 120.4396395, 30.1901524 ], [ 120.4401872, 30.1899596 ], [ 120.4403535, 30.189872 ], [ 120.4406413, 30.1897204 ], [ 120.4410352, 30.1894812 ], [ 120.44148, 30.1891389 ], [ 120.4419591, 30.1888608 ], [ 120.4420986, 30.188793 ], [ 120.442301, 30.1886947 ] ], [ [ 120.4423521, 30.1887997 ], [ 120.4419553, 30.1890045 ], [ 120.4415685, 30.1892353 ], [ 120.4410536, 30.1896045 ], [ 120.4408272, 30.1897445 ], [ 120.4406711, 30.189841 ], [ 120.4405026, 30.1899353 ], [ 120.4403747, 30.1900069 ], [ 120.4399086, 30.1901915 ], [ 120.4390022, 30.1904626 ], [ 120.4377395, 30.1908262 ], [ 120.4347118, 30.191698 ], [ 120.4346545, 30.1917149 ], [ 120.4340011, 30.1919078 ], [ 120.4336055, 30.1920019 ], [ 120.4334106, 30.1920483 ], [ 120.4330616, 30.1921181 ], [ 120.4329336, 30.1921437 ], [ 120.4328406, 30.1921624 ], [ 120.432723, 30.1921859 ], [ 120.4319904, 30.1923019 ], [ 120.4313783, 30.1923537 ], [ 120.4307913, 30.1923709 ], [ 120.4286817, 30.1923036 ], [ 120.4270103, 30.1922502 ], [ 120.4269145, 30.1922544 ], [ 120.4262318, 30.1922842 ], [ 120.4260565, 30.1923018 ], [ 120.4254173, 30.1923661 ], [ 120.4246328, 30.1925128 ], [ 120.4239045, 30.1926991 ], [ 120.4233225, 30.1928862 ], [ 120.4231404, 30.1929447 ], [ 120.4228623, 30.1930409 ], [ 120.4219028, 30.1933729 ], [ 120.4213052, 30.1935797 ], [ 120.4201314, 30.1939889 ], [ 120.4187726, 30.1944625 ], [ 120.4184102, 30.1945888 ], [ 120.4179086, 30.1947473 ], [ 120.4172569, 30.1948885 ], [ 120.4160623, 30.1951223 ], [ 120.4137386, 30.1948028 ], [ 120.4131953, 30.1947281 ], [ 120.4130367, 30.1947062 ], [ 120.4119082, 30.1945501 ], [ 120.4116002, 30.1945075 ], [ 120.4100165, 30.1944049 ], [ 120.4083386, 30.1944929 ], [ 120.4082507, 30.1944925 ], [ 120.4079347, 30.1944911 ], [ 120.4078699, 30.1944908 ], [ 120.4074585, 30.194489 ], [ 120.4073063, 30.1944765 ], [ 120.40635, 30.1943978 ], [ 120.4054475, 30.1943235 ], [ 120.4045005, 30.1941782 ], [ 120.4040539, 30.1941096 ], [ 120.4027068, 30.1939713 ] ], [ [ 120.3919092, 30.1909737 ], [ 120.3922984, 30.191468 ], [ 120.3926016, 30.1917729 ], [ 120.3930013, 30.1920896 ], [ 120.3933665, 30.192323 ], [ 120.3942179, 30.1927439 ], [ 120.3950393, 30.1930563 ], [ 120.3954722, 30.1931842 ] ], [ [ 120.3970283, 30.1936569 ], [ 120.396203, 30.1934628 ], [ 120.3954552, 30.1932869 ], [ 120.394977, 30.1931434 ], [ 120.3941783, 30.192834 ], [ 120.3936945, 30.1925982 ], [ 120.3933075, 30.1924097 ], [ 120.392925, 30.1921726 ], [ 120.3925021, 30.1918585 ], [ 120.3922014, 30.1915344 ], [ 120.3917901, 30.1910365 ] ], [ [ 120.4110501, 30.1943095 ], [ 120.4110543, 30.193937 ], [ 120.4110571, 30.1936764 ], [ 120.4110736, 30.1921901 ], [ 120.4110829, 30.1913565 ] ], [ [ 120.4112354, 30.1913598 ], [ 120.4112109, 30.192423 ], [ 120.411182, 30.193673 ], [ 120.411176, 30.1939337 ], [ 120.4111671, 30.1943167 ] ], [ [ 120.5879694, 30.1938485 ], [ 120.588051, 30.192804 ] ], [ [ 120.5881715, 30.1928123 ], [ 120.5880843, 30.1938577 ] ], [ [ 120.566376, 30.1958633 ], [ 120.5656482, 30.1957178 ], [ 120.5647703, 30.1954859 ], [ 120.5642108, 30.1954406 ], [ 120.5638855, 30.1953817 ], [ 120.5636058, 30.1952971 ], [ 120.5633761, 30.1952047 ], [ 120.5631509, 30.1950829 ], [ 120.5629462, 30.1949453 ], [ 120.5627097, 30.1947369 ], [ 120.56253, 30.1945482 ], [ 120.5624094, 30.1943034 ], [ 120.562381, 30.1940514 ], [ 120.5624424, 30.193836 ], [ 120.5625984, 30.1935471 ], [ 120.5628249, 30.1933382 ], [ 120.5631232, 30.1932291 ], [ 120.5634982, 30.1931556 ], [ 120.5670241, 30.191999 ] ], [ [ 120.5498016, 30.2104062 ], [ 120.5498818, 30.2103147 ], [ 120.551409, 30.2097525 ], [ 120.5524236, 30.2093648 ], [ 120.5532598, 30.2090902 ], [ 120.5538924, 30.2089164 ], [ 120.5543307, 30.2088046 ], [ 120.5561799, 30.2083828 ], [ 120.5566396, 30.208278 ], [ 120.5578317, 30.2079902 ], [ 120.5580908, 30.2079276 ], [ 120.5586598, 30.2078027 ], [ 120.5593973, 30.2076408 ], [ 120.5604896, 30.2073992 ], [ 120.5605533, 30.2073893 ], [ 120.5616113, 30.2072247 ], [ 120.562713, 30.2071201 ], [ 120.5649389, 30.206893 ], [ 120.5660451, 30.2067801 ], [ 120.5668867, 30.2067345 ], [ 120.5678604, 30.2068039 ], [ 120.5687567, 30.2068984 ], [ 120.5693037, 30.2069894 ], [ 120.5697916, 30.2071271 ], [ 120.5701511, 30.2072323 ], [ 120.5708461, 30.2074356 ], [ 120.5716295, 30.2075579 ], [ 120.5726459, 30.2077085 ], [ 120.5734783, 30.2078127 ], [ 120.574046, 30.2079156 ], [ 120.5744997, 30.2080308 ], [ 120.575121, 30.2081885 ], [ 120.5752754, 30.2082291 ], [ 120.5759138, 30.2083971 ], [ 120.5759926, 30.2084178 ], [ 120.5764844, 30.2085013 ], [ 120.577636, 30.2086392 ], [ 120.5777281, 30.2086502 ], [ 120.5800162, 30.2088933 ], [ 120.581886, 30.2090776 ], [ 120.5837065, 30.2092714 ], [ 120.5853819, 30.2094706 ] ], [ [ 120.585355, 30.2095486 ], [ 120.5833115, 30.2093268 ], [ 120.5814168, 30.2091329 ], [ 120.5797595, 30.2089502 ], [ 120.5779097, 30.2087503 ], [ 120.5764326, 30.2085967 ], [ 120.5756599, 30.2084268 ], [ 120.5752571, 30.2083174 ], [ 120.5744624, 30.2081017 ], [ 120.5738826, 30.207963 ], [ 120.5727478, 30.2078236 ], [ 120.5711655, 30.207588 ], [ 120.5704891, 30.2074359 ], [ 120.5703931, 30.2074058 ], [ 120.5695659, 30.2071466 ], [ 120.5689153, 30.2070243 ], [ 120.5679528, 30.2069112 ], [ 120.5669829, 30.206843 ], [ 120.5668546, 30.206834 ], [ 120.5660574, 30.2068697 ], [ 120.5649303, 30.2069824 ], [ 120.5629621, 30.2071792 ], [ 120.5617303, 30.2073015 ], [ 120.560802, 30.2074298 ], [ 120.5606337, 30.2074659 ], [ 120.5600847, 30.2075837 ], [ 120.5587108, 30.2079031 ], [ 120.55863, 30.2079219 ], [ 120.5570668, 30.2082765 ], [ 120.5562465, 30.2084646 ], [ 120.5555519, 30.2086238 ], [ 120.5543992, 30.2088907 ], [ 120.5536624, 30.2090832 ], [ 120.5531857, 30.2092205 ], [ 120.5528548, 30.2093158 ], [ 120.5521214, 30.2095753 ], [ 120.551157, 30.2099494 ], [ 120.5499336, 30.2104206 ], [ 120.5498016, 30.2104062 ] ], [ [ 120.5853819, 30.2094706 ], [ 120.5858573, 30.2070392 ], [ 120.5861919, 30.2053408 ], [ 120.5873537, 30.1995962 ], [ 120.587505, 30.1986388 ], [ 120.5875858, 30.1980015 ], [ 120.5877415, 30.1965359 ], [ 120.5879694, 30.1938485 ] ], [ [ 120.5880843, 30.1938577 ], [ 120.5878205, 30.1965423 ], [ 120.5876746, 30.1980277 ], [ 120.5876456, 30.198294 ], [ 120.5876233, 30.1985708 ], [ 120.5876138, 30.1986714 ], [ 120.5875312, 30.1992129 ], [ 120.5862972, 30.205358 ], [ 120.5859566, 30.2070542 ], [ 120.5854692, 30.209481 ] ], [ [ 120.5853819, 30.2094706 ], [ 120.5854692, 30.209481 ] ], [ [ 120.585355, 30.2095486 ], [ 120.5853819, 30.2094706 ] ], [ [ 120.5854692, 30.209481 ], [ 120.5854535, 30.2095593 ] ], [ [ 120.5854535, 30.2095593 ], [ 120.585355, 30.2095486 ] ], [ [ 120.5854692, 30.209481 ], [ 120.5860094, 30.209523 ], [ 120.5864356, 30.2095562 ], [ 120.5904747, 30.2099932 ], [ 120.5912627, 30.2100706 ] ], [ [ 120.5912394, 30.2101657 ], [ 120.59077, 30.2101152 ], [ 120.587495, 30.2097681 ], [ 120.5859462, 30.2096081 ], [ 120.5854535, 30.2095593 ] ], [ [ 120.5912627, 30.2100706 ], [ 120.5914079, 30.2100849 ] ], [ [ 120.5150722, 30.1914915 ], [ 120.5152743, 30.1918606 ], [ 120.5163767, 30.1966044 ], [ 120.5168656, 30.2002077 ], [ 120.5172249, 30.2028392 ], [ 120.5174678, 30.2046179 ], [ 120.5176017, 30.205632 ], [ 120.5177108, 30.2061385 ], [ 120.5177537, 30.2063379 ], [ 120.5183221, 30.2076829 ], [ 120.5200326, 30.2099925 ], [ 120.5201002, 30.2101112 ], [ 120.520635, 30.211051 ], [ 120.5208379, 30.2114076 ], [ 120.5214688, 30.2125162 ], [ 120.5219456, 30.213354 ], [ 120.5219691, 30.2133953 ], [ 120.5227245, 30.2149621 ], [ 120.5228219, 30.2152139 ], [ 120.5233492, 30.2165781 ], [ 120.5234653, 30.2168784 ], [ 120.5238405, 30.2178489 ], [ 120.5239575, 30.2181517 ] ], [ [ 120.5237971, 30.2181825 ], [ 120.5236612, 30.2178233 ], [ 120.5233016, 30.2168731 ], [ 120.523135, 30.2164327 ], [ 120.5228114, 30.2155775 ], [ 120.5225938, 30.2150024 ], [ 120.5218428, 30.2134449 ], [ 120.5204926, 30.2110724 ], [ 120.5202814, 30.2107012 ], [ 120.5199116, 30.2100515 ], [ 120.5194213, 30.2093894 ], [ 120.5190247, 30.2088539 ], [ 120.518195, 30.2077335 ], [ 120.5176406, 30.2063636 ], [ 120.5175741, 30.2060953 ], [ 120.5174654, 30.2056566 ], [ 120.5174149, 30.2052847 ], [ 120.5172627, 30.2041627 ], [ 120.5167274, 30.2002179 ], [ 120.5164266, 30.1980013 ], [ 120.5162396, 30.1966233 ], [ 120.5159285, 30.1952848 ], [ 120.515612, 30.1939226 ], [ 120.5154594, 30.1932659 ], [ 120.5151867, 30.1920926 ], [ 120.5151388, 30.1918865 ], [ 120.5149501, 30.1914996 ] ], [ [ 120.5913901, 30.2101819 ], [ 120.5912394, 30.2101657 ] ], [ [ 120.5914079, 30.2100849 ], [ 120.596513, 30.2105863 ] ], [ [ 120.5965223, 30.2107148 ], [ 120.5939416, 30.2104562 ], [ 120.5913901, 30.2101819 ] ], [ [ 120.5854535, 30.2095593 ], [ 120.5851553, 30.2110441 ], [ 120.5845558, 30.2140294 ] ], [ [ 120.5844333, 30.214288 ], [ 120.585355, 30.2095486 ] ], [ [ 120.5845558, 30.2140294 ], [ 120.5844244, 30.2147794 ], [ 120.5842042, 30.2159787 ] ], [ [ 120.5841162, 30.215829 ], [ 120.5844333, 30.214288 ] ], [ [ 120.5840534, 30.2161279 ], [ 120.5841162, 30.215829 ] ], [ [ 120.5842042, 30.2159787 ], [ 120.5841725, 30.2161512 ] ], [ [ 120.5840525, 30.2162831 ], [ 120.5840534, 30.2161279 ] ], [ [ 120.5841725, 30.2161512 ], [ 120.5841448, 30.2163021 ] ], [ [ 120.446951, 30.1935954 ], [ 120.4471517, 30.1935251 ] ], [ [ 120.4471517, 30.1935251 ], [ 120.4471929, 30.1936554 ] ], [ [ 120.4469851, 30.1937244 ], [ 120.446951, 30.1935954 ] ], [ [ 120.4471929, 30.1936554 ], [ 120.4469851, 30.1937244 ] ], [ [ 120.3954722, 30.1931842 ], [ 120.3961971, 30.1933553 ] ], [ [ 120.3961971, 30.1933553 ], [ 120.3970738, 30.1935724 ] ], [ [ 120.3970283, 30.1936569 ], [ 120.3970738, 30.1935724 ] ], [ [ 120.3970738, 30.1935724 ], [ 120.3977448, 30.1936689 ], [ 120.3979556, 30.1936992 ], [ 120.3988488, 30.1937812 ], [ 120.3998891, 30.1938021 ], [ 120.4020572, 30.1938115 ], [ 120.4026872, 30.1938142 ] ], [ [ 120.4027068, 30.1939713 ], [ 120.3998736, 30.1939209 ], [ 120.398851, 30.1939 ], [ 120.3979246, 30.1938156 ], [ 120.3977466, 30.1937841 ], [ 120.3975863, 30.1937557 ], [ 120.3970283, 30.1936569 ] ], [ [ 120.4471929, 30.1936554 ], [ 120.4474474, 30.1943886 ], [ 120.4475755, 30.1947707 ], [ 120.4477866, 30.1953524 ], [ 120.4478727, 30.1955401 ] ], [ [ 120.4476958, 30.1955996 ], [ 120.4476011, 30.1953965 ], [ 120.4475012, 30.1951272 ], [ 120.4473328, 30.194673 ], [ 120.4469851, 30.1937244 ] ], [ [ 120.4469851, 30.1937244 ], [ 120.4461073, 30.194012 ], [ 120.4398658, 30.195699 ], [ 120.4395769, 30.195777 ], [ 120.4392337, 30.1958698 ], [ 120.4391012, 30.1959082 ], [ 120.438385, 30.1961157 ], [ 120.4374811, 30.1964411 ] ], [ [ 120.4476958, 30.1955996 ], [ 120.4478727, 30.1955401 ] ], [ [ 120.4478727, 30.1955401 ], [ 120.4479238, 30.1956514 ] ], [ [ 120.4477443, 30.1957055 ], [ 120.4476958, 30.1955996 ] ], [ [ 120.4479238, 30.1956514 ], [ 120.4477443, 30.1957055 ] ], [ [ 120.4464652, 30.1959307 ], [ 120.4476958, 30.1955996 ] ], [ [ 120.4026872, 30.1938142 ], [ 120.4038045, 30.1939327 ], [ 120.4039049, 30.1939433 ], [ 120.4044942, 30.1940484 ], [ 120.4054682, 30.1942222 ], [ 120.4074744, 30.1943254 ], [ 120.407791, 30.1943268 ], [ 120.4078737, 30.1943272 ], [ 120.4081897, 30.1943286 ], [ 120.4083019, 30.1943291 ], [ 120.4100181, 30.1942469 ], [ 120.4110501, 30.1943095 ] ], [ [ 120.4110501, 30.1943095 ], [ 120.4111671, 30.1943167 ] ], [ [ 120.4111671, 30.1943167 ], [ 120.4116158, 30.1943439 ], [ 120.4129685, 30.194531 ], [ 120.4132251, 30.1945665 ], [ 120.4134854, 30.1946023 ], [ 120.4160575, 30.194956 ], [ 120.4173259, 30.194781 ] ], [ [ 120.3970283, 30.1936569 ], [ 120.3969545, 30.1937796 ] ], [ [ 120.3969545, 30.1937796 ], [ 120.3967698, 30.1940748 ] ], [ [ 120.3967698, 30.1940748 ], [ 120.3965069, 30.1943638 ] ], [ [ 120.3965069, 30.1943638 ], [ 120.3963215, 30.1945118 ] ], [ [ 120.3963215, 30.1945118 ], [ 120.3961191, 30.1946734 ] ], [ [ 120.3961191, 30.1946734 ], [ 120.3957556, 30.1948856 ] ], [ [ 120.3957556, 30.1948856 ], [ 120.3955017, 30.1949876 ] ], [ [ 120.3955017, 30.1949876 ], [ 120.3953633, 30.1950432 ] ], [ [ 120.3953633, 30.1950432 ], [ 120.394405, 30.195373 ] ], [ [ 120.394405, 30.195373 ], [ 120.3942453, 30.1954279 ] ], [ [ 120.3942453, 30.1954279 ], [ 120.3940268, 30.1955003 ] ], [ [ 120.3940268, 30.1955003 ], [ 120.3936653, 30.1956201 ] ], [ [ 120.3936653, 30.1956201 ], [ 120.3936276, 30.1956326 ] ], [ [ 120.3936276, 30.1956326 ], [ 120.3926827, 30.1959457 ] ], [ [ 120.3926827, 30.1959457 ], [ 120.3922458, 30.1961443 ] ], [ [ 120.3922458, 30.1961443 ], [ 120.3918991, 30.1963704 ] ], [ [ 120.3918991, 30.1963704 ], [ 120.3916256, 30.1966267 ] ], [ [ 120.3916256, 30.1966267 ], [ 120.3915525, 30.1967253 ] ], [ [ 120.4023114, 30.2000239 ], [ 120.4028859, 30.2000255 ], [ 120.4040415, 30.2000288 ], [ 120.4067466, 30.2000365 ], [ 120.4101513, 30.2000462 ], [ 120.4102431, 30.2000465 ], [ 120.4106281, 30.2000476 ], [ 120.4136313, 30.2000466 ], [ 120.4175291, 30.2000454 ], [ 120.4224591, 30.2000571 ], [ 120.4225845, 30.2000574 ], [ 120.4226795, 30.2000576 ], [ 120.4236627, 30.2000599 ], [ 120.4267485, 30.2000672 ], [ 120.4275027, 30.2000742 ], [ 120.4281382, 30.2000466 ], [ 120.4289677, 30.1999782 ], [ 120.4298884, 30.1998247 ], [ 120.4305902, 30.1996685 ], [ 120.4311483, 30.1994973 ], [ 120.4316165, 30.1993288 ], [ 120.4324285, 30.1989638 ], [ 120.4330675, 30.1986287 ], [ 120.4331675, 30.1985762 ], [ 120.4333899, 30.1984596 ], [ 120.4337391, 30.1982485 ], [ 120.434112, 30.1979939 ], [ 120.434189, 30.1979413 ], [ 120.4351678, 30.1973658 ], [ 120.4356178, 30.197096 ], [ 120.4358251, 30.1969875 ], [ 120.4359083, 30.1969439 ], [ 120.4361714, 30.1968062 ], [ 120.437336, 30.196336 ], [ 120.4374095, 30.1963101 ], [ 120.4379748, 30.1961112 ], [ 120.4387121, 30.1958703 ], [ 120.439457, 30.1956775 ], [ 120.43954, 30.1956544 ], [ 120.4398281, 30.1955741 ], [ 120.4399202, 30.1955484 ], [ 120.4404056, 30.1954132 ], [ 120.4426698, 30.1947823 ], [ 120.4460493, 30.193882 ], [ 120.446951, 30.1935954 ] ], [ [ 120.3915525, 30.1967253 ], [ 120.3914594, 30.1968507 ] ], [ [ 120.3914594, 30.1968507 ], [ 120.3912112, 30.1972988 ] ], [ [ 120.4477443, 30.1957055 ], [ 120.4465091, 30.1960412 ] ], [ [ 120.4479238, 30.1956514 ], [ 120.4479905, 30.1957969 ], [ 120.4485155, 30.1971556 ], [ 120.4488384, 30.1979681 ], [ 120.4490171, 30.1984594 ], [ 120.4492516, 30.1991798 ], [ 120.4494968, 30.1999354 ] ], [ [ 120.4494063, 30.1999603 ], [ 120.4491757, 30.1992595 ], [ 120.4491296, 30.1991218 ], [ 120.4489175, 30.1984887 ], [ 120.4478625, 30.195986 ], [ 120.4477443, 30.1957055 ] ], [ [ 120.4494063, 30.1999603 ], [ 120.4494968, 30.1999354 ] ], [ [ 120.4494968, 30.1999354 ], [ 120.4495215, 30.2000114 ] ], [ [ 120.4494338, 30.2000362 ], [ 120.4494063, 30.1999603 ] ], [ [ 120.4495215, 30.2000114 ], [ 120.4494338, 30.2000362 ] ], [ [ 120.4480009, 30.200285 ], [ 120.4494063, 30.1999603 ] ], [ [ 120.4494338, 30.2000362 ], [ 120.44803, 30.2003857 ] ], [ [ 120.390955, 30.197375 ], [ 120.3910051, 30.1973301 ], [ 120.3910688, 30.1973009 ], [ 120.3911398, 30.1972901 ], [ 120.3912112, 30.1972988 ] ], [ [ 120.3912112, 30.1972988 ], [ 120.391276, 30.1973261 ], [ 120.3913278, 30.1973694 ], [ 120.3913641, 30.197431 ], [ 120.3913739, 30.1974997 ], [ 120.3913558, 30.1975671 ] ], [ [ 120.3910919, 30.1976833 ], [ 120.3910182, 30.1976562 ], [ 120.3909597, 30.1976091 ], [ 120.3909258, 30.197554 ], [ 120.3909133, 30.1974927 ], [ 120.3909234, 30.197431 ], [ 120.390955, 30.197375 ] ], [ [ 120.3913558, 30.1975671 ], [ 120.3913122, 30.1976251 ], [ 120.3912483, 30.1976667 ], [ 120.3911718, 30.1976869 ], [ 120.3910919, 30.1976833 ] ], [ [ 120.4374811, 30.1964411 ], [ 120.4373984, 30.1964709 ], [ 120.4365735, 30.1967783 ], [ 120.43594, 30.1970888 ], [ 120.4358558, 30.19713 ], [ 120.435622, 30.1972446 ], [ 120.4350185, 30.1976059 ], [ 120.4342377, 30.1980642 ], [ 120.4335835, 30.1984913 ], [ 120.4333686, 30.1986145 ], [ 120.4332737, 30.1986689 ], [ 120.4329362, 30.1988624 ], [ 120.4323367, 30.1991439 ], [ 120.4317256, 30.1994205 ], [ 120.431136, 30.1996457 ], [ 120.4305963, 30.1997881 ], [ 120.4298381, 30.1999554 ], [ 120.4290002, 30.2001011 ], [ 120.4283146, 30.2001701 ], [ 120.4275169, 30.2002025 ], [ 120.4268697, 30.2002073 ], [ 120.4227111, 30.2001901 ], [ 120.4226161, 30.2001897 ], [ 120.4225032, 30.2001892 ], [ 120.4211503, 30.2001836 ], [ 120.4175356, 30.2001686 ], [ 120.4135554, 30.2001673 ], [ 120.4106968, 30.2001664 ], [ 120.4103021, 30.2001651 ], [ 120.4102008, 30.2001648 ], [ 120.4039778, 30.2001442 ], [ 120.4023347, 30.2001387 ] ], [ [ 120.3910919, 30.1976833 ], [ 120.3910869, 30.1979061 ] ], [ [ 120.3910869, 30.1979061 ], [ 120.3911337, 30.1983525 ] ], [ [ 120.3911337, 30.1983525 ], [ 120.3912157, 30.2000076 ] ], [ [ 120.4495215, 30.2000114 ], [ 120.4495674, 30.200153 ], [ 120.4497637, 30.200732 ], [ 120.4499248, 30.201207 ], [ 120.4500651, 30.2015712 ], [ 120.4503268, 30.2022822 ], [ 120.4504062, 30.2025208 ], [ 120.450556, 30.2029107 ], [ 120.4506286, 30.203028 ] ], [ [ 120.4505491, 30.2030607 ], [ 120.4504478, 30.2029363 ], [ 120.4503066, 30.2025523 ], [ 120.4502107, 30.2022757 ], [ 120.4499198, 30.2014371 ], [ 120.4496151, 30.200559 ], [ 120.4494338, 30.2000362 ] ], [ [ 120.4506286, 30.203028 ], [ 120.4505491, 30.2030607 ] ], [ [ 120.4420507, 30.2046852 ], [ 120.4436486, 30.2043793 ] ], [ [ 120.4436486, 30.2043793 ], [ 120.445655, 30.2039951 ] ], [ [ 120.445655, 30.2039951 ], [ 120.4458198, 30.2039636 ] ], [ [ 120.4458198, 30.2039636 ], [ 120.4463351, 30.2038649 ] ], [ [ 120.4463351, 30.2038649 ], [ 120.4482358, 30.203501 ] ], [ [ 120.4482358, 30.203501 ], [ 120.4491463, 30.2033267 ] ], [ [ 120.4491463, 30.2033267 ], [ 120.4498543, 30.2032129 ] ], [ [ 120.4498543, 30.2032129 ], [ 120.4505491, 30.2030607 ] ], [ [ 120.4420507, 30.2046852 ], [ 120.4395872, 30.2051162 ] ], [ [ 120.3912157, 30.2000076 ], [ 120.3921398, 30.2000083 ], [ 120.3923447, 30.2000084 ], [ 120.3931018, 30.1999944 ], [ 120.3933562, 30.1999896 ], [ 120.395299372291419, 30.200002597125216 ] ], [ [ 120.395299372291419, 30.200002597125216 ], [ 120.3962118, 30.2000087 ], [ 120.3972627, 30.1999961 ], [ 120.3994616, 30.2000082 ], [ 120.4017091, 30.20002 ], [ 120.4023114, 30.2000239 ] ], [ [ 120.3912222, 30.2001382 ], [ 120.3912157, 30.2000076 ] ], [ [ 120.4023347, 30.2001387 ], [ 120.4016995, 30.2001363 ], [ 120.3993886, 30.2001278 ], [ 120.3974491, 30.2001206 ], [ 120.3963083, 30.2001383 ], [ 120.395481880243835, 30.200133818331039 ] ], [ [ 120.395481880243835, 30.200133818331039 ], [ 120.3935423, 30.2001233 ], [ 120.3912222, 30.2001382 ] ], [ [ 120.3913558, 30.1975671 ], [ 120.3921265, 30.1979611 ] ], [ [ 120.3921265, 30.1979611 ], [ 120.3931845, 30.1985073 ] ], [ [ 120.3931845, 30.1985073 ], [ 120.3936981, 30.1988513 ] ], [ [ 120.3936981, 30.1988513 ], [ 120.395299372291419, 30.200002597125216 ] ], [ [ 120.395299372291419, 30.200002597125216 ], [ 120.395481880243835, 30.200133818331039 ] ], [ [ 120.395481880243835, 30.200133818331039 ], [ 120.3957119, 30.2002992 ] ], [ [ 120.3957119, 30.2002992 ], [ 120.3965991, 30.2009018 ] ], [ [ 120.3965991, 30.2009018 ], [ 120.3976017, 30.2015829 ] ], [ [ 120.3976017, 30.2015829 ], [ 120.3993644, 30.2028814 ] ], [ [ 120.3993644, 30.2028814 ], [ 120.3998476, 30.2032373 ] ], [ [ 120.3998476, 30.2032373 ], [ 120.4001025, 30.2034251 ] ], [ [ 120.4001025, 30.2034251 ], [ 120.4023763, 30.2054061 ] ], [ [ 120.4023763, 30.2054061 ], [ 120.4032324, 30.2058155 ] ], [ [ 120.4032324, 30.2058155 ], [ 120.4044962, 30.2064199 ] ], [ [ 120.4044962, 30.2064199 ], [ 120.4049513, 30.2066753 ] ], [ [ 120.4049513, 30.2066753 ], [ 120.4063076, 30.2074364 ] ], [ [ 120.4063076, 30.2074364 ], [ 120.4063725, 30.2074728 ] ], [ [ 120.4063725, 30.2074728 ], [ 120.4068948, 30.2075174 ] ], [ [ 120.4068948, 30.2075174 ], [ 120.4071941, 30.2075246 ] ], [ [ 120.4071941, 30.2075246 ], [ 120.4094798, 30.2075795 ] ], [ [ 120.4094798, 30.2075795 ], [ 120.4107166, 30.2075198 ] ], [ [ 120.4107166, 30.2075198 ], [ 120.4113761, 30.2074659 ] ], [ [ 120.4113761, 30.2074659 ], [ 120.4117595, 30.2074435 ] ], [ [ 120.4117595, 30.2074435 ], [ 120.4142594, 30.207263 ] ], [ [ 120.4142594, 30.207263 ], [ 120.418036, 30.2069902 ] ], [ [ 120.418036, 30.2069902 ], [ 120.4231803, 30.2066118 ] ], [ [ 120.4231803, 30.2066118 ], [ 120.4283089, 30.2062345 ] ], [ [ 120.4283089, 30.2062345 ], [ 120.4316455, 30.2059471 ] ], [ [ 120.4316455, 30.2059471 ], [ 120.4332656, 30.2060444 ] ], [ [ 120.4332656, 30.2060444 ], [ 120.4353433, 30.2058445 ] ], [ [ 120.4353433, 30.2058445 ], [ 120.4357831, 30.2057749 ] ], [ [ 120.4357831, 30.2057749 ], [ 120.4362018, 30.2057086 ] ], [ [ 120.4362018, 30.2057086 ], [ 120.4381408, 30.2053693 ] ], [ [ 120.4381408, 30.2053693 ], [ 120.4395872, 30.2051162 ] ], [ [ 120.4506286, 30.203028 ], [ 120.4507015, 30.2031363 ], [ 120.450823, 30.2034577 ], [ 120.4513114, 30.2047492 ], [ 120.4518698, 30.2062729 ], [ 120.4520883, 30.2068971 ], [ 120.4522218, 30.2072774 ], [ 120.4525071, 30.2082083 ], [ 120.4527225, 30.2089138 ], [ 120.4529501, 30.2096323 ], [ 120.4531777, 30.2102539 ], [ 120.4532596, 30.2105084 ] ], [ [ 120.4531956, 30.2105874 ], [ 120.4528693, 30.2096438 ], [ 120.4525777, 30.2086927 ], [ 120.4522532, 30.2076346 ], [ 120.4521658, 30.2073574 ], [ 120.4520095, 30.2068612 ], [ 120.4513397, 30.2050381 ], [ 120.4510044, 30.204131 ], [ 120.4508605, 30.2037613 ], [ 120.4506364, 30.2031857 ], [ 120.4505491, 30.2030607 ] ], [ [ 120.2567963, 30.1469402 ], [ 120.2550528, 30.1469188 ] ], [ [ 120.2550528, 30.1469188 ], [ 120.2546599, 30.146914 ] ], [ [ 120.2546599, 30.146914 ], [ 120.2532607, 30.1468905 ] ], [ [ 120.2532607, 30.1468905 ], [ 120.2528401, 30.1468861 ] ], [ [ 120.2528401, 30.1468861 ], [ 120.2526977, 30.1468869 ] ], [ [ 120.2631368, 30.1471152 ], [ 120.2631408, 30.1469489 ], [ 120.2631446, 30.1465003 ], [ 120.2631234, 30.1463225 ], [ 120.2631192, 30.1460666 ], [ 120.2631116, 30.1456071 ], [ 120.2631221, 30.1448674 ], [ 120.2631252, 30.1446445 ] ], [ [ 120.2631368, 30.1471152 ], [ 120.2633311, 30.1471275 ] ], [ [ 120.2682722, 30.147283 ], [ 120.2675935, 30.1472662 ] ], [ [ 120.2675935, 30.1472662 ], [ 120.2649917, 30.1471919 ] ], [ [ 120.2649917, 30.1471919 ], [ 120.2635848, 30.1471435 ] ], [ [ 120.2635848, 30.1471435 ], [ 120.2633311, 30.1471275 ] ], [ [ 120.2630894, 30.1521056 ], [ 120.2630919, 30.1511019 ], [ 120.263095, 30.1498952 ], [ 120.2631149, 30.149578 ], [ 120.2631216, 30.1491951 ], [ 120.2631199, 30.1484068 ], [ 120.2631197, 30.1482932 ], [ 120.2631368, 30.1471152 ] ], [ [ 120.2633311, 30.1471275 ], [ 120.2633237, 30.1480401 ], [ 120.2633222, 30.1480936 ], [ 120.2632912, 30.1491791 ], [ 120.2632927, 30.1495848 ], [ 120.2632775, 30.1499046 ], [ 120.2632709, 30.1500791 ], [ 120.2632669, 30.1505219 ], [ 120.2632576, 30.1515491 ], [ 120.2632463, 30.1521062 ] ], [ [ 120.2604645, 30.1470229 ], [ 120.2575555, 30.1469495 ] ], [ [ 120.2575555, 30.1469495 ], [ 120.2567963, 30.1469402 ] ], [ [ 120.2604645, 30.1470229 ], [ 120.2619734, 30.1470609 ] ], [ [ 120.2619734, 30.1470609 ], [ 120.2631368, 30.1471152 ] ], [ [ 120.2471031, 30.1539011 ], [ 120.2474661, 30.1530053 ], [ 120.2474876, 30.1528778 ], [ 120.2475318, 30.1526161 ], [ 120.2476434, 30.151955 ] ], [ [ 120.2477855, 30.1519566 ], [ 120.2476803, 30.1526601 ], [ 120.247641, 30.1529231 ], [ 120.2476002, 30.153196 ], [ 120.2473136, 30.1539713 ] ], [ [ 120.2630369, 30.154265 ], [ 120.2630491, 30.153969 ], [ 120.2630386, 30.15374 ], [ 120.26304, 30.1536716 ], [ 120.2630589, 30.1527795 ], [ 120.2630894, 30.1521056 ] ], [ [ 120.2632463, 30.1521062 ], [ 120.2632567, 30.1527662 ], [ 120.2632459, 30.1536583 ], [ 120.2632442, 30.1537478 ], [ 120.2632571, 30.154266 ] ], [ [ 120.2632571, 30.154266 ], [ 120.2632495, 30.1550123 ], [ 120.2632464, 30.1551117 ], [ 120.2632327, 30.155558 ], [ 120.263184, 30.1582034 ] ], [ [ 120.2444312, 30.162665 ], [ 120.2448876, 30.1615213 ], [ 120.244962, 30.1611752 ], [ 120.2450776, 30.1601952 ], [ 120.2454979, 30.157838 ], [ 120.2457388, 30.1567161 ], [ 120.2459768, 30.1559397 ], [ 120.2464469, 30.1548515 ], [ 120.2465535, 30.1546869 ], [ 120.2470723, 30.1539771 ], [ 120.2471031, 30.1539011 ] ], [ [ 120.2473136, 30.1539713 ], [ 120.2472804, 30.1540612 ], [ 120.2468263, 30.1547624 ], [ 120.2466796, 30.1549889 ], [ 120.2461972, 30.1560452 ], [ 120.2459715, 30.1568535 ], [ 120.2458427, 30.1585326 ], [ 120.2457119, 30.1602599 ], [ 120.2456309, 30.1606808 ], [ 120.2452697, 30.1616022 ], [ 120.2447253, 30.1624186 ], [ 120.2445544, 30.162799 ] ], [ [ 120.2629153, 30.1622482 ], [ 120.262873, 30.1616155 ], [ 120.2629497, 30.1599533 ], [ 120.2629771, 30.1584191 ], [ 120.262978, 30.1582054 ] ], [ [ 120.3037105, 30.1651729 ], [ 120.303708, 30.165133 ], [ 120.3037023, 30.1650424 ] ], [ [ 120.3037576, 30.1650491 ], [ 120.3037627, 30.1651304 ], [ 120.3037654, 30.1651729 ] ], [ [ 120.2998901, 30.1675432 ], [ 120.2984589, 30.1679943 ], [ 120.2982165, 30.1680707 ], [ 120.2970701, 30.1683727 ], [ 120.2964671, 30.1685021 ], [ 120.2960357, 30.1685515 ], [ 120.2955428, 30.1685705 ], [ 120.2952604, 30.1685513 ] ], [ [ 120.304124, 30.1710146 ], [ 120.304002, 30.169444 ], [ 120.3039639, 30.1689453 ] ], [ [ 120.3039639, 30.1689453 ], [ 120.303957551678138, 30.168852051895005 ] ], [ [ 120.303957551678138, 30.168852051895005 ], [ 120.3039305, 30.1684547 ], [ 120.30382, 30.1667199 ], [ 120.3037834, 30.1662957 ], [ 120.3037431, 30.1657902 ], [ 120.3037105, 30.1651729 ] ], [ [ 120.3037654, 30.1651729 ], [ 120.3038193, 30.1658035 ], [ 120.3038488, 30.166309 ], [ 120.303873, 30.1666928 ], [ 120.3038746, 30.1667172 ], [ 120.3040024, 30.1684359 ], [ 120.304033331729315, 30.168905542112302 ] ], [ [ 120.304033331729315, 30.168905542112302 ], [ 120.3040357, 30.1689415 ], [ 120.304039005230109, 30.169001307777076 ] ], [ [ 120.304039005230109, 30.169001307777076 ], [ 120.3040631, 30.1694373 ], [ 120.3041891, 30.1710278 ] ], [ [ 120.3048207, 30.1695845 ], [ 120.3041393, 30.1690761 ], [ 120.304039005230109, 30.169001307777076 ] ], [ [ 120.304039005230109, 30.169001307777076 ], [ 120.3039639, 30.1689453 ] ], [ [ 120.3039639, 30.1689453 ], [ 120.3038555, 30.1688577 ], [ 120.3028344, 30.1680762 ], [ 120.3022099, 30.1676598 ], [ 120.301843, 30.1675049 ], [ 120.3017241, 30.1674547 ], [ 120.3015253, 30.1674167 ], [ 120.3013156, 30.1673767 ], [ 120.3010128, 30.1673558 ], [ 120.3005921, 30.1673824 ], [ 120.3002098, 30.1674424 ], [ 120.3000262, 30.1675003 ], [ 120.2998901, 30.1675432 ] ], [ [ 120.3048963, 30.1695713 ], [ 120.3052398, 30.1698454 ], [ 120.3059954, 30.1704408 ], [ 120.3063399, 30.1706996 ], [ 120.3075882, 30.171639 ], [ 120.3081513, 30.1719756 ], [ 120.3086178, 30.1721733 ] ], [ [ 120.3043789, 30.1754736 ], [ 120.3043496, 30.1748989 ], [ 120.3042027, 30.1723001 ], [ 120.304193, 30.172128 ], [ 120.3041809, 30.1719142 ], [ 120.3041661, 30.1715913 ] ], [ [ 120.3042256, 30.1716331 ], [ 120.3042417, 30.172031 ], [ 120.3042477, 30.1721368 ], [ 120.3042561, 30.1722865 ], [ 120.3044036, 30.1748964 ], [ 120.3044424, 30.1754686 ] ], [ [ 120.3131327, 30.1733927 ], [ 120.3130101, 30.1733636 ], [ 120.3117169, 30.1730568 ], [ 120.3109552, 30.172876 ], [ 120.3098849, 30.172622 ], [ 120.3092618, 30.1724742 ], [ 120.3086013, 30.1722163 ], [ 120.3079315, 30.1719548 ], [ 120.3075565, 30.1716703 ], [ 120.3063121, 30.1707262 ], [ 120.3059714, 30.1704678 ], [ 120.3058286, 30.1703594 ], [ 120.3052236, 30.1698943 ], [ 120.3048207, 30.1695845 ] ], [ [ 120.3163857, 30.1741935 ], [ 120.3158954, 30.1740702 ], [ 120.3157859, 30.1740426 ], [ 120.3154499, 30.1739581 ], [ 120.314553, 30.1737324 ], [ 120.3143151, 30.1736726 ], [ 120.3142256, 30.1736514 ], [ 120.3134684, 30.1734722 ], [ 120.3131327, 30.1733927 ] ], [ [ 120.304452, 30.1755935 ], [ 120.3045581, 30.1772443 ], [ 120.3046521, 30.1788914 ] ], [ [ 120.304598, 30.1788919 ], [ 120.3045041, 30.1772468 ], [ 120.3043838, 30.175613 ] ], [ [ 120.3044424, 30.1754686 ], [ 120.304452, 30.1755935 ] ], [ [ 120.3043838, 30.175613 ], [ 120.3043789, 30.1754736 ] ], [ [ 120.2809251, 30.1638484 ], [ 120.2809306, 30.1635183 ], [ 120.2809505, 30.1623726 ] ], [ [ 120.2810691, 30.1623823 ], [ 120.2810707, 30.1624529 ], [ 120.281052, 30.1635053 ], [ 120.2810505, 30.1635904 ], [ 120.2810456, 30.1638684 ] ], [ [ 120.2810456, 30.1638684 ], [ 120.2810113, 30.1658087 ], [ 120.2810211, 30.1663267 ] ], [ [ 120.2808829, 30.1663558 ], [ 120.280896, 30.1655773 ], [ 120.2809251, 30.1638484 ] ], [ [ 120.2808829, 30.1663558 ], [ 120.2810211, 30.1663267 ] ], [ [ 120.2810211, 30.1663267 ], [ 120.2810229, 30.166425 ] ], [ [ 120.2808813, 30.1664527 ], [ 120.2808829, 30.1663558 ] ], [ [ 120.2810229, 30.166425 ], [ 120.2808813, 30.1664527 ] ], [ [ 120.2745974, 30.1672941 ], [ 120.274808, 30.1672732 ] ], [ [ 120.274808, 30.1672732 ], [ 120.2749683, 30.1672556 ] ], [ [ 120.2631082, 30.1658057 ], [ 120.2631006, 30.1672297 ] ], [ [ 120.2631006, 30.1672297 ], [ 120.263699, 30.1671885 ], [ 120.2641011, 30.1671544 ], [ 120.2644113, 30.167128 ], [ 120.2652601, 30.1671182 ], [ 120.2657687, 30.1671181 ], [ 120.2667512, 30.1672095 ], [ 120.2674911, 30.1672883 ], [ 120.2677048, 30.1672995 ] ], [ [ 120.2628903, 30.1672884 ], [ 120.2631006, 30.1672297 ] ], [ [ 120.2677005, 30.1673606 ], [ 120.2661034, 30.1671988 ], [ 120.2657598, 30.1671872 ], [ 120.265439, 30.1671763 ], [ 120.2653547, 30.1671756 ], [ 120.264921, 30.1671717 ], [ 120.2642628, 30.1672086 ], [ 120.2637533, 30.1672782 ], [ 120.2630923, 30.1673591 ] ], [ [ 120.2631006, 30.1672297 ], [ 120.2630923, 30.1673591 ] ], [ [ 120.2808813, 30.1664527 ], [ 120.2799579, 30.1665881 ], [ 120.2795582, 30.1666614 ] ], [ [ 120.2784023, 30.1668145 ], [ 120.2797276, 30.1665558 ], [ 120.2799638, 30.1665225 ], [ 120.28043, 30.1664391 ], [ 120.2808829, 30.1663558 ] ], [ [ 120.2795582, 30.1666614 ], [ 120.2784088, 30.1669121 ] ], [ [ 120.274969, 30.1671603 ], [ 120.2766155, 30.1670726 ], [ 120.2767908, 30.1670633 ], [ 120.2780559, 30.1668946 ], [ 120.2784023, 30.1668145 ] ], [ [ 120.2784088, 30.1669121 ], [ 120.2775119, 30.16702 ], [ 120.2771648, 30.1670809 ], [ 120.2766119, 30.1671778 ], [ 120.2749683, 30.1672556 ] ], [ [ 120.2818517, 30.1711325 ], [ 120.28161, 30.1701022 ], [ 120.2814194, 30.1692238 ], [ 120.2812474, 30.168327 ], [ 120.2810202, 30.1671428 ], [ 120.2808813, 30.1664527 ] ], [ [ 120.2712211, 30.1675252 ], [ 120.2713369, 30.1675188 ], [ 120.2726573, 30.1673768 ], [ 120.2730111, 30.1673451 ], [ 120.2745549, 30.1672067 ], [ 120.2748005, 30.1671842 ], [ 120.274969, 30.1671603 ] ], [ [ 120.2745974, 30.1672941 ], [ 120.2740524, 30.1673433 ], [ 120.2734396, 30.1673986 ], [ 120.2731938, 30.1674216 ], [ 120.2712229, 30.1676059 ] ], [ [ 120.2712229, 30.1676059 ], [ 120.2707056, 30.1676211 ], [ 120.2702585, 30.1676017 ] ], [ [ 120.2859188, 30.1662806 ], [ 120.285355, 30.166185 ], [ 120.2847878, 30.1661352 ], [ 120.2847568, 30.1661307 ], [ 120.2833835, 30.1660936 ], [ 120.2830631, 30.1661144 ], [ 120.2826164, 30.1661434 ], [ 120.2825252, 30.1661493 ], [ 120.2819535, 30.1662453 ], [ 120.2817516, 30.166291 ], [ 120.281535, 30.16634 ], [ 120.2810229, 30.166425 ] ], [ [ 120.2810211, 30.1663267 ], [ 120.2817532, 30.1662131 ], [ 120.2819857, 30.166177 ], [ 120.2827081, 30.1660625 ], [ 120.2830572, 30.1660416 ], [ 120.283798, 30.1660586 ], [ 120.2840148, 30.1660538 ], [ 120.2847793, 30.1660368 ], [ 120.2856385, 30.1661745 ], [ 120.2859312, 30.1662214 ], [ 120.2872121, 30.1664876 ] ], [ [ 120.2872088, 30.1665638 ], [ 120.2864392, 30.1663948 ], [ 120.2859188, 30.1662806 ] ], [ [ 120.2820866, 30.1722489 ], [ 120.2819542, 30.1715837 ], [ 120.2819356, 30.1714904 ], [ 120.2818517, 30.1711325 ] ], [ [ 120.2810229, 30.166425 ], [ 120.2811032, 30.1669886 ], [ 120.2812761, 30.1678769 ], [ 120.2815337, 30.1692004 ], [ 120.2817388, 30.1700744 ], [ 120.2820651, 30.1714665 ], [ 120.2821357, 30.1718432 ], [ 120.2822092, 30.1722356 ] ], [ [ 120.2630426, 30.1622496 ], [ 120.2630186, 30.1642473 ] ], [ [ 120.2629366, 30.1642444 ], [ 120.2629153, 30.1622482 ] ], [ [ 120.2630186, 30.1642473 ], [ 120.2630174, 30.1649397 ], [ 120.2630178, 30.1650679 ], [ 120.2630257, 30.1653169 ], [ 120.2630885, 30.165471 ] ], [ [ 120.2630885, 30.165471 ], [ 120.2631197, 30.1655436 ], [ 120.2631153, 30.1657462 ], [ 120.2631082, 30.1658057 ] ], [ [ 120.262891, 30.1655266 ], [ 120.2629366, 30.1642444 ] ], [ [ 120.2628929, 30.165865 ], [ 120.2628973, 30.1658029 ], [ 120.2628887, 30.1655901 ], [ 120.262891, 30.1655266 ] ], [ [ 120.2628903, 30.1672884 ], [ 120.2628857, 30.1660212 ], [ 120.2628929, 30.165865 ] ], [ [ 120.2583599, 30.1673963 ], [ 120.2583481, 30.1673076 ], [ 120.2583669, 30.1672199 ], [ 120.2584146, 30.1671407 ], [ 120.2584871, 30.1670772 ], [ 120.2586489, 30.1670153 ] ], [ [ 120.2495817, 30.1706106 ], [ 120.2501994, 30.1704398 ], [ 120.2507743, 30.170318 ], [ 120.2512177, 30.1702562 ], [ 120.2516726, 30.1702342 ], [ 120.2524277, 30.1702781 ], [ 120.2526256, 30.1702998 ] ], [ [ 120.2525469, 30.1703583 ], [ 120.2522626, 30.170329 ], [ 120.2520332, 30.1703133 ], [ 120.2518827, 30.1703031 ], [ 120.2514417, 30.1703101 ], [ 120.2511427, 30.170333 ], [ 120.2508321, 30.170368 ], [ 120.2505411, 30.1704288 ], [ 120.2502028, 30.1705067 ], [ 120.2490801, 30.1708282 ], [ 120.2485867, 30.1709695 ], [ 120.2482943, 30.1710532 ], [ 120.247089, 30.1713442 ], [ 120.2467357, 30.1713981 ], [ 120.2461596, 30.1714534 ], [ 120.2457889, 30.1715478 ], [ 120.2456088, 30.1716236 ], [ 120.2453571, 30.1718053 ], [ 120.245147, 30.1720049 ], [ 120.2450454, 30.1720908 ], [ 120.2448352, 30.1722545 ], [ 120.2446482, 30.1723703 ], [ 120.2444519, 30.1724541 ], [ 120.2441402, 30.1725479 ], [ 120.2437176, 30.1725958 ], [ 120.2435106, 30.1726123 ] ], [ [ 120.243488, 30.1724761 ], [ 120.2437661, 30.1724721 ], [ 120.2439832, 30.1724661 ], [ 120.2443157, 30.1723882 ], [ 120.244602, 30.1722824 ], [ 120.2447798, 30.1721946 ], [ 120.2448953, 30.1721067 ], [ 120.2450107, 30.1720189 ], [ 120.2451516, 30.1718692 ], [ 120.2453571, 30.1716775 ], [ 120.2456088, 30.1715338 ], [ 120.2459298, 30.171426 ], [ 120.246138, 30.1713794 ], [ 120.2470959, 30.1712723 ], [ 120.2474122, 30.1712104 ], [ 120.2485117, 30.1709064 ], [ 120.2490067, 30.1707696 ], [ 120.2495817, 30.1706106 ] ], [ [ 120.2560676, 30.1675538 ], [ 120.2564887, 30.1674854 ], [ 120.2566738, 30.1674344 ], [ 120.256817, 30.1673903 ], [ 120.2569072, 30.1673625 ], [ 120.2572961, 30.1672582 ], [ 120.257626, 30.1671747 ], [ 120.2578634, 30.1671504 ], [ 120.2580511, 30.1671504 ], [ 120.2581691, 30.1671341 ], [ 120.2583649, 30.1670761 ], [ 120.2584964, 30.1670414 ], [ 120.2586489, 30.1670153 ] ], [ [ 120.2621614, 30.167301 ], [ 120.2628903, 30.1672884 ] ], [ [ 120.2586489, 30.1670153 ], [ 120.2586688, 30.1670177 ], [ 120.2587618, 30.1670221 ], [ 120.25885, 30.1670476 ], [ 120.258932, 30.167096 ], [ 120.2589948, 30.1671624 ], [ 120.2590335, 30.1672415 ], [ 120.259044, 30.1673399 ], [ 120.2590171, 30.167436 ], [ 120.2589572, 30.1675179 ], [ 120.2588703, 30.1675791 ], [ 120.2587655, 30.1676134 ], [ 120.2586535, 30.167617 ], [ 120.2585459, 30.1675898 ], [ 120.258463, 30.1675418 ], [ 120.2583993, 30.1674755 ], [ 120.2583599, 30.1673963 ] ], [ [ 120.2628896, 30.1673974 ], [ 120.2628903, 30.1672884 ] ], [ [ 120.2583599, 30.1673963 ], [ 120.2582799, 30.1673308 ], [ 120.2581967, 30.1672709 ], [ 120.2580038, 30.1671903 ], [ 120.2578285, 30.1671898 ], [ 120.2576595, 30.1672037 ], [ 120.2568275, 30.1674326 ], [ 120.2567574, 30.1674519 ], [ 120.2567114, 30.1674646 ], [ 120.2565129, 30.1675179 ], [ 120.2564029, 30.1675527 ], [ 120.2562088, 30.1675971 ] ], [ [ 120.2628896, 30.1673974 ], [ 120.2621418, 30.1674098 ] ], [ [ 120.2562088, 30.1675971 ], [ 120.2560574, 30.1675905 ], [ 120.2557639, 30.167629 ], [ 120.255567, 30.1676257 ] ], [ [ 120.2630923, 30.1673591 ], [ 120.2630107, 30.1676609 ], [ 120.2629737, 30.168785 ], [ 120.2629007, 30.1707745 ], [ 120.2628813, 30.1713049 ], [ 120.2628685, 30.1719127 ] ], [ [ 120.2626628, 30.1720662 ], [ 120.2626641, 30.1720369 ], [ 120.2628056, 30.1693948 ], [ 120.2628271, 30.1688207 ], [ 120.2628388, 30.1677392 ], [ 120.2628896, 30.1673974 ] ], [ [ 120.2628685, 30.1719127 ], [ 120.2628575, 30.1720966 ] ], [ [ 120.2628575, 30.1720966 ], [ 120.262849, 30.172378 ] ], [ [ 120.2554815, 30.1713242 ], [ 120.2556097, 30.1712553 ] ], [ [ 120.2556971, 30.1712975 ], [ 120.2555901, 30.1713607 ] ], [ [ 120.2539456, 30.1726385 ], [ 120.2542612, 30.1724122 ], [ 120.2549193, 30.1717215 ], [ 120.2550047, 30.1716356 ], [ 120.2552125, 30.1714599 ], [ 120.2554815, 30.1713242 ] ], [ [ 120.2555901, 30.1713607 ], [ 120.2553303, 30.1714979 ], [ 120.255074, 30.1716895 ], [ 120.2548846, 30.1718872 ], [ 120.2543235, 30.1724801 ], [ 120.2540275, 30.1726663 ] ], [ [ 120.2625432, 30.1746629 ], [ 120.2625516, 30.1745347 ], [ 120.262565, 30.1742205 ], [ 120.2625842, 30.1737985 ], [ 120.2626628, 30.1720662 ] ], [ [ 120.262849, 30.172378 ], [ 120.262842, 30.1726102 ], [ 120.2628247, 30.1731859 ], [ 120.2628135, 30.1735611 ], [ 120.2628073, 30.1737661 ], [ 120.2627937, 30.1742305 ], [ 120.2627917, 30.1743005 ], [ 120.2627816, 30.1745613 ], [ 120.2627723, 30.1747303 ] ], [ [ 120.2627723, 30.1747303 ], [ 120.2627334, 30.175801 ], [ 120.2627137, 30.1762534 ] ], [ [ 120.2623505, 30.1791722 ], [ 120.2624637, 30.1775273 ], [ 120.2624875, 30.1768429 ], [ 120.2625096, 30.1762094 ], [ 120.2625432, 30.1746629 ] ], [ [ 120.2627137, 30.1762534 ], [ 120.2626792, 30.1770467 ], [ 120.2625857, 30.1791969 ] ], [ [ 120.2540275, 30.1726663 ], [ 120.253783, 30.1728265 ], [ 120.2534593, 30.1730741 ], [ 120.2521016, 30.1741125 ], [ 120.2517028, 30.1744236 ], [ 120.2514214, 30.1746217 ], [ 120.2505196, 30.1752563 ], [ 120.2501286, 30.1755308 ], [ 120.248987, 30.1763004 ] ], [ [ 120.248987, 30.1763004 ], [ 120.2491205, 30.1761297 ], [ 120.2500751, 30.1754818 ], [ 120.2504661, 30.1752072 ], [ 120.2508559, 30.1749173 ], [ 120.2516045, 30.1743605 ], [ 120.2520359, 30.1740424 ], [ 120.2531474, 30.1732123 ], [ 120.2537295, 30.1727775 ], [ 120.2539456, 30.1726385 ] ], [ [ 120.248987, 30.1763004 ], [ 120.2486095, 30.1764446 ] ], [ [ 120.2486095, 30.1764446 ], [ 120.2473599, 30.1773149 ] ], [ [ 120.2473599, 30.1773149 ], [ 120.2472484, 30.1773926 ] ], [ [ 120.2472484, 30.1773926 ], [ 120.246803, 30.1777186 ] ], [ [ 120.246803, 30.1777186 ], [ 120.2463915, 30.1780198 ] ], [ [ 120.2463915, 30.1780198 ], [ 120.2458313, 30.1784299 ] ], [ [ 120.2458313, 30.1784299 ], [ 120.2455694, 30.1786224 ] ], [ [ 120.2455694, 30.1786224 ], [ 120.2454261, 30.1787277 ] ], [ [ 120.2454261, 30.1787277 ], [ 120.2448614, 30.1791427 ] ], [ [ 120.2448614, 30.1791427 ], [ 120.2446296, 30.1793171 ] ], [ [ 120.2446296, 30.1793171 ], [ 120.2445083, 30.179404 ] ], [ [ 120.2445083, 30.179404 ], [ 120.2441076, 30.1796911 ] ], [ [ 120.2441076, 30.1796911 ], [ 120.2439666, 30.1798007 ] ], [ [ 120.2439666, 30.1798007 ], [ 120.2438224, 30.1799263 ] ], [ [ 120.2438224, 30.1799263 ], [ 120.2437625, 30.1799921 ] ], [ [ 120.2668108, 30.1833061 ], [ 120.2686661, 30.183253 ], [ 120.2699211, 30.1831956 ], [ 120.2710531, 30.1831574 ] ], [ [ 120.2692895, 30.183316 ], [ 120.2689557, 30.1833254 ] ], [ [ 120.262344, 30.1792674 ], [ 120.2623505, 30.1791722 ] ], [ [ 120.2625857, 30.1791969 ], [ 120.2625257, 30.1812829 ], [ 120.2625176, 30.1814581 ], [ 120.2624852, 30.1821576 ], [ 120.2624237, 30.1832026 ], [ 120.2624254, 30.1832472 ], [ 120.2624291, 30.1833436 ] ], [ [ 120.2622449, 30.183354 ], [ 120.262249, 30.18325 ], [ 120.2622942, 30.182115 ], [ 120.2623241, 30.1812077 ], [ 120.2623285, 30.1810751 ], [ 120.262348, 30.18044 ], [ 120.262344, 30.1792674 ] ], [ [ 120.2624291, 30.1833436 ], [ 120.2624237, 30.1834586 ] ], [ [ 120.2622405, 30.1834659 ], [ 120.2622449, 30.183354 ] ], [ [ 120.2689557, 30.1833254 ], [ 120.2688277, 30.183329 ], [ 120.2682872, 30.1833453 ], [ 120.2677636, 30.1833984 ], [ 120.2667717, 30.1834355 ] ], [ [ 120.2624237, 30.1834586 ], [ 120.2626249, 30.1834506 ], [ 120.2639557, 30.1833975 ], [ 120.2653096, 30.1833535 ], [ 120.2668108, 30.1833061 ] ], [ [ 120.2667717, 30.1834355 ], [ 120.2651138, 30.1834899 ], [ 120.2626044, 30.1835722 ], [ 120.262426, 30.1835781 ] ], [ [ 120.2622405, 30.1834659 ], [ 120.2624237, 30.1834586 ] ], [ [ 120.2624237, 30.1834586 ], [ 120.262426, 30.1835781 ] ], [ [ 120.2622241, 30.1835876 ], [ 120.2622405, 30.1834659 ] ], [ [ 120.2562058, 30.1836693 ], [ 120.2592001, 30.1835754 ], [ 120.2607062, 30.1835212 ], [ 120.262047, 30.1834729 ], [ 120.2622405, 30.1834659 ] ], [ [ 120.262426, 30.1835781 ], [ 120.2622241, 30.1835876 ] ], [ [ 120.262426, 30.1835781 ], [ 120.2624165, 30.183684 ] ], [ [ 120.2622119, 30.1836955 ], [ 120.2622241, 30.1835876 ] ], [ [ 120.2622241, 30.1835876 ], [ 120.2620258, 30.1835936 ], [ 120.259203, 30.1836792 ], [ 120.2589766, 30.1836868 ], [ 120.2573372, 30.1837419 ], [ 120.2562063, 30.1837799 ] ], [ [ 120.2630923, 30.1673591 ], [ 120.2628896, 30.1673974 ] ], [ [ 120.2677048, 30.1672995 ], [ 120.2692388, 30.1674432 ], [ 120.2697612, 30.1674921 ], [ 120.2707433, 30.1675301 ], [ 120.2712211, 30.1675252 ] ], [ [ 120.2702585, 30.1676017 ], [ 120.2701544, 30.1675915 ], [ 120.2687207, 30.1674517 ], [ 120.2685791, 30.1674379 ], [ 120.2683988, 30.167422 ], [ 120.2677005, 30.1673606 ] ], [ [ 120.282256, 30.1737057 ], [ 120.2822617, 30.1733519 ], [ 120.2822401, 30.172994 ], [ 120.2821995, 30.1727127 ], [ 120.2820866, 30.1722489 ] ], [ [ 120.2822092, 30.1722356 ], [ 120.2823114, 30.1726901 ], [ 120.2824009, 30.1732033 ], [ 120.2824361, 30.1736298 ], [ 120.2824339, 30.1737405 ] ], [ [ 120.2822543, 30.1738076 ], [ 120.282256, 30.1737057 ] ], [ [ 120.2824339, 30.1737405 ], [ 120.2824317, 30.1738474 ] ], [ [ 120.2813807, 30.1786586 ], [ 120.281443, 30.1784152 ], [ 120.2815136, 30.1780913 ], [ 120.2815504, 30.1778247 ], [ 120.2816244, 30.1775463 ], [ 120.2816798, 30.1772351 ], [ 120.2821144, 30.1752214 ], [ 120.2822518, 30.1743595 ], [ 120.2822897, 30.1740325 ], [ 120.2822849, 30.1739627 ], [ 120.2822543, 30.1738076 ] ], [ [ 120.2824317, 30.1738474 ], [ 120.2824347, 30.1739892 ], [ 120.2823809, 30.1743528 ], [ 120.2823219, 30.1748608 ], [ 120.2822304, 30.1752449 ], [ 120.2819596, 30.1763954 ], [ 120.2817122, 30.1775418 ], [ 120.2816994, 30.17788 ], [ 120.281635, 30.1781127 ], [ 120.2815399, 30.1786085 ], [ 120.2815241, 30.1787153 ] ], [ [ 120.2813162, 30.1788999 ], [ 120.2813807, 30.1786586 ] ], [ [ 120.2815241, 30.1787153 ], [ 120.2814692, 30.1789585 ] ], [ [ 120.2811016, 30.179754 ], [ 120.2811228, 30.1796652 ], [ 120.2811909, 30.1793789 ], [ 120.2813162, 30.1788999 ] ], [ [ 120.2715102, 30.183145 ], [ 120.2719904, 30.1831348 ], [ 120.2722048, 30.1831305 ], [ 120.2733663, 30.1830927 ] ], [ [ 120.2710531, 30.1831574 ], [ 120.2712294, 30.1831514 ], [ 120.2715102, 30.183145 ] ], [ [ 120.2734196, 30.1832138 ], [ 120.2733144, 30.1832143 ] ], [ [ 120.2733144, 30.1832143 ], [ 120.2723122, 30.1832162 ], [ 120.271678, 30.1832377 ], [ 120.2702011, 30.1832867 ], [ 120.2694494, 30.1833115 ], [ 120.2692895, 30.183316 ] ], [ [ 120.2814692, 30.1789585 ], [ 120.2813646, 30.1793953 ], [ 120.2813088, 30.1796749 ], [ 120.2812856, 30.1797912 ] ], [ [ 120.2804141, 30.1828627 ], [ 120.2804606, 30.1825571 ], [ 120.2804957, 30.1823043 ], [ 120.2806155, 30.1817841 ], [ 120.2808842, 30.1805979 ], [ 120.2809512, 30.1802513 ], [ 120.2810019, 30.1800968 ], [ 120.2810133, 30.1800619 ], [ 120.2810416, 30.1799633 ], [ 120.2811016, 30.179754 ] ], [ [ 120.2812856, 30.1797912 ], [ 120.2812471, 30.1800109 ], [ 120.2810853, 30.1809348 ], [ 120.2808933, 30.181835 ], [ 120.2808063, 30.1822788 ], [ 120.2807348, 30.1828264 ] ], [ [ 120.2804141, 30.1828627 ], [ 120.28050238179658, 30.182852707392531 ] ], [ [ 120.28050238179658, 30.182852707392531 ], [ 120.280596922020194, 30.182842006394345 ] ], [ [ 120.280596922020194, 30.182842006394345 ], [ 120.2807348, 30.1828264 ] ], [ [ 120.2807348, 30.1828264 ], [ 120.2806859, 30.1829897 ] ], [ [ 120.2803843, 30.1830103 ], [ 120.2804141, 30.1828627 ] ], [ [ 120.2733663, 30.1830927 ], [ 120.2778351, 30.1829509 ], [ 120.2797239, 30.1828899 ], [ 120.2804141, 30.1828627 ] ], [ [ 120.2806859, 30.1829897 ], [ 120.280573136148192, 30.182997402040275 ] ], [ [ 120.280573136148192, 30.182997402040275 ], [ 120.280482153325494, 30.183003616384266 ] ], [ [ 120.280482153325494, 30.183003616384266 ], [ 120.2803843, 30.1830103 ] ], [ [ 120.2803843, 30.1830103 ], [ 120.2799493, 30.1830135 ], [ 120.2796914, 30.1830213 ], [ 120.2778148, 30.1830782 ], [ 120.2734196, 30.1832138 ] ], [ [ 120.2805823, 30.1923636 ], [ 120.2806021, 30.1922173 ], [ 120.2805996, 30.1919996 ], [ 120.2805444, 30.1900449 ], [ 120.2804912, 30.1865474 ], [ 120.2804654, 30.183925 ], [ 120.2804522, 30.1834197 ], [ 120.2804654, 30.1831286 ], [ 120.280482153325494, 30.183003616384266 ] ], [ [ 120.280482153325494, 30.183003616384266 ], [ 120.28050238179658, 30.182852707392531 ] ], [ [ 120.28050238179658, 30.182852707392531 ], [ 120.2805182, 30.1827347 ], [ 120.2805843, 30.1822893 ], [ 120.2809079, 30.1808649 ], [ 120.2810117, 30.180355 ], [ 120.2810923, 30.1799805 ], [ 120.2811016, 30.179754 ] ], [ [ 120.2934616, 30.1790996 ], [ 120.2934455, 30.179066 ] ], [ [ 120.3046521, 30.1788914 ], [ 120.3046565, 30.1789692 ] ], [ [ 120.3046025, 30.1789708 ], [ 120.304598, 30.1788919 ] ], [ [ 120.2941468, 30.18149 ], [ 120.2942122, 30.1812812 ], [ 120.2940565, 30.1804246 ], [ 120.2938541, 30.1799179 ], [ 120.2934616, 30.1790996 ] ], [ [ 120.2938947, 30.1791259 ], [ 120.2939899, 30.1798169 ], [ 120.2943227, 30.180536 ], [ 120.2945049, 30.1811383 ], [ 120.2944865, 30.1814802 ] ], [ [ 120.2941468, 30.18149 ], [ 120.2944865, 30.1814802 ] ], [ [ 120.2944865, 30.1814802 ], [ 120.2949527, 30.181454 ], [ 120.2959607, 30.1815214 ], [ 120.2974331, 30.1816738 ] ], [ [ 120.2940715, 30.1817304 ], [ 120.2941468, 30.18149 ] ], [ [ 120.2944865, 30.1814802 ], [ 120.2943626, 30.1817522 ] ], [ [ 120.2943626, 30.1817522 ], [ 120.2942022, 30.1817341 ], [ 120.2940715, 30.1817304 ] ], [ [ 120.2973691, 30.1820832 ], [ 120.2951386, 30.1818395 ], [ 120.2943626, 30.1817522 ] ], [ [ 120.2852036, 30.1823896 ], [ 120.2882682, 30.1820395 ], [ 120.2909002, 30.1817726 ], [ 120.2916138, 30.1816585 ], [ 120.2919684, 30.1816203 ], [ 120.2933677, 30.1815457 ], [ 120.2937001, 30.181503 ], [ 120.2941468, 30.18149 ] ], [ [ 120.2940715, 30.1817304 ], [ 120.2935575, 30.1817157 ], [ 120.2930506, 30.1817334 ], [ 120.2918531, 30.181874 ], [ 120.2905458, 30.1819811 ], [ 120.288271, 30.1821974 ], [ 120.2852247, 30.1824948 ] ], [ [ 120.284653, 30.1824466 ], [ 120.2852036, 30.1823896 ] ], [ [ 120.3062132, 30.1812701 ], [ 120.3096562, 30.1806665 ], [ 120.3104133, 30.1805508 ], [ 120.31139, 30.1804703 ], [ 120.3120683, 30.1804463 ], [ 120.3127923, 30.1804207 ] ], [ [ 120.312807, 30.1805954 ], [ 120.3114278, 30.1806614 ], [ 120.3105793, 30.1807383 ], [ 120.3095438, 30.1808573 ], [ 120.3069331, 30.1813433 ] ], [ [ 120.3050099, 30.1814038 ], [ 120.3062132, 30.1812701 ] ], [ [ 120.3046565, 30.1789692 ], [ 120.3046631, 30.1790842 ], [ 120.3046761, 30.1793127 ], [ 120.3048099, 30.1813215 ], [ 120.304818136626238, 30.181453741310801 ] ], [ [ 120.304818136626238, 30.181453741310801 ], [ 120.30484264295437, 30.181847197181849 ] ], [ [ 120.30484264295437, 30.181847197181849 ], [ 120.3048497, 30.1819605 ], [ 120.3049336, 30.183476 ], [ 120.3049455, 30.1835962 ], [ 120.3049566, 30.1837436 ] ], [ [ 120.3048994, 30.183749 ], [ 120.3048906, 30.1835909 ], [ 120.3048796, 30.1834793 ], [ 120.304781, 30.1819705 ], [ 120.304774137707426, 30.181864879654359 ] ], [ [ 120.304774137707426, 30.181864879654359 ], [ 120.304747821083382, 30.181459829753393 ] ], [ [ 120.304747821083382, 30.181459829753393 ], [ 120.3047391, 30.1813256 ], [ 120.3046221, 30.1793151 ], [ 120.3046076, 30.1790609 ], [ 120.3046025, 30.1789708 ] ], [ [ 120.304575, 30.1814902 ], [ 120.3046269, 30.1814703 ], [ 120.304747821083382, 30.181459829753393 ] ], [ [ 120.304747821083382, 30.181459829753393 ], [ 120.304818136626238, 30.181453741310801 ] ], [ [ 120.304818136626238, 30.181453741310801 ], [ 120.3049214, 30.1814448 ], [ 120.3050099, 30.1814038 ] ], [ [ 120.2974331, 30.1816738 ], [ 120.2975625, 30.1817024 ] ], [ [ 120.2975625, 30.1817024 ], [ 120.2980189, 30.1817431 ], [ 120.2987485, 30.1818307 ], [ 120.2998853, 30.1818594 ], [ 120.3012135, 30.1819336 ], [ 120.302195, 30.181858 ], [ 120.302307, 30.1818493 ], [ 120.302593, 30.1818273 ], [ 120.3028529, 30.1817728 ], [ 120.3031053, 30.1817199 ], [ 120.304575, 30.1814902 ] ], [ [ 120.2974962, 30.1820971 ], [ 120.2973691, 30.1820832 ] ], [ [ 120.3021142, 30.1823729 ], [ 120.3011316, 30.1825271 ], [ 120.2997612, 30.1823969 ], [ 120.2985596, 30.1822435 ], [ 120.2977153, 30.182121 ], [ 120.2974962, 30.1820971 ] ], [ [ 120.3069331, 30.1813433 ], [ 120.304936, 30.1818231 ], [ 120.30484264295437, 30.181847197181849 ] ], [ [ 120.30484264295437, 30.181847197181849 ], [ 120.304774137707426, 30.181864879654359 ] ], [ [ 120.304774137707426, 30.181864879654359 ], [ 120.3046373, 30.1819002 ], [ 120.3033538, 30.1821548 ], [ 120.3027836, 30.1822679 ], [ 120.3021142, 30.1823729 ] ], [ [ 120.306027, 30.1957758 ], [ 120.3060127, 30.1955827 ], [ 120.3059287, 30.1944461 ], [ 120.3057967, 30.1926595 ], [ 120.3056151, 30.1908736 ], [ 120.3054764, 30.1900439 ], [ 120.3053449, 30.1892577 ], [ 120.3050185, 30.1858923 ], [ 120.304939, 30.1844619 ], [ 120.3048994, 30.183749 ] ], [ [ 120.3049566, 30.1837436 ], [ 120.3050106, 30.1844607 ], [ 120.3051176, 30.1858811 ], [ 120.3055003, 30.18928 ], [ 120.3056087, 30.190049 ], [ 120.3057225, 30.190855 ], [ 120.305896, 30.1926538 ], [ 120.3060268, 30.1944237 ], [ 120.3060824, 30.1951767 ], [ 120.3061707, 30.1963704 ], [ 120.3061728, 30.1963993 ], [ 120.3068248, 30.1995878 ], [ 120.3070141, 30.2003904 ] ], [ [ 120.3060421, 30.1959806 ], [ 120.306027, 30.1957758 ] ], [ [ 120.3070386, 30.2009965 ], [ 120.3068999, 30.2004046 ], [ 120.3060738, 30.1964096 ], [ 120.3060721, 30.196386 ], [ 120.3060421, 30.1959806 ] ], [ [ 120.3070141, 30.2003904 ], [ 120.3071088, 30.2007381 ] ], [ [ 120.2624165, 30.183684 ], [ 120.262407, 30.1837904 ], [ 120.2623883, 30.183999 ], [ 120.2622589, 30.1849898 ], [ 120.2622096, 30.18536 ], [ 120.262148, 30.1858047 ], [ 120.2620685, 30.1864484 ], [ 120.261892, 30.1878772 ] ], [ [ 120.2616983, 30.1878898 ], [ 120.2618219, 30.1868823 ], [ 120.2618806, 30.1864035 ], [ 120.2620101, 30.1853475 ], [ 120.2620661, 30.1849796 ], [ 120.2622005, 30.1837962 ], [ 120.2622119, 30.1836955 ] ], [ [ 120.261892, 30.1878772 ], [ 120.2617337, 30.1889671 ], [ 120.2616043, 30.1898574 ], [ 120.2615174, 30.1905976 ] ], [ [ 120.2489222, 30.18412 ], [ 120.2501023, 30.1840005 ], [ 120.252083, 30.1838837 ], [ 120.2523147, 30.1838631 ], [ 120.2543185, 30.1837007 ], [ 120.2552925, 30.183687 ], [ 120.2562058, 30.1836693 ] ], [ [ 120.2562063, 30.1837799 ], [ 120.2551844, 30.1838292 ], [ 120.2548914, 30.1838348 ], [ 120.2545784, 30.1838057 ], [ 120.2522937, 30.1839868 ], [ 120.252083, 30.1839992 ], [ 120.2512877, 30.1840692 ], [ 120.2510044, 30.1840893 ], [ 120.2500677, 30.1841134 ], [ 120.2489052, 30.1842026 ] ], [ [ 120.2613467, 30.1905951 ], [ 120.2614053, 30.1900769 ], [ 120.2614668, 30.189618 ], [ 120.2616983, 30.1878898 ] ], [ [ 120.2622333, 30.1980407 ], [ 120.2619886, 30.1965789 ], [ 120.2619762, 30.196479 ], [ 120.261842, 30.1956203 ], [ 120.2618158, 30.1954907 ], [ 120.2617574, 30.1952019 ], [ 120.2617088, 30.1948314 ], [ 120.2613089, 30.1925028 ], [ 120.2612695, 30.1919845 ], [ 120.2612698, 30.1914548 ], [ 120.2612854, 30.1911752 ], [ 120.2612972, 30.1909658 ], [ 120.2613467, 30.1905951 ] ], [ [ 120.2615174, 30.1905976 ], [ 120.2614541, 30.1911367 ], [ 120.2614408, 30.1914231 ], [ 120.2614408, 30.1916446 ], [ 120.2614408, 30.1919272 ], [ 120.2614497, 30.1921639 ], [ 120.2615027, 30.1925 ], [ 120.2618722, 30.19482 ], [ 120.2619328, 30.1951639 ], [ 120.2621671, 30.1964773 ], [ 120.2621852, 30.196576 ], [ 120.2623387, 30.1974715 ], [ 120.26243, 30.198004 ], [ 120.2625414, 30.1987043 ], [ 120.2625861, 30.199026 ], [ 120.2627122, 30.1999332 ], [ 120.2628418, 30.2006172 ], [ 120.2629329, 30.2011893 ], [ 120.2630777, 30.2019631 ] ], [ [ 120.2624377, 30.1994101 ], [ 120.2623605, 30.1987075 ], [ 120.2622333, 30.1980407 ] ], [ [ 120.2629049, 30.2019869 ], [ 120.262771, 30.201247 ], [ 120.2626829, 30.2007931 ], [ 120.2626722, 30.2007378 ], [ 120.262522, 30.1999022 ], [ 120.2624377, 30.1994101 ] ], [ [ 120.2630777, 30.2019631 ], [ 120.2631912, 30.202666 ], [ 120.2632689, 30.203147 ], [ 120.263342, 30.2036394 ], [ 120.2633833, 30.2039174 ], [ 120.2636913, 30.2056716 ], [ 120.2638944, 30.206923 ] ], [ [ 120.2636986, 30.20693 ], [ 120.2635929, 30.2062566 ], [ 120.2635056, 30.2057007 ], [ 120.2632018, 30.2039226 ], [ 120.2630585, 30.2030272 ], [ 120.2630328, 30.2028533 ], [ 120.2629049, 30.2019869 ] ], [ [ 120.2812856, 30.1797912 ], [ 120.2811736, 30.1800209 ], [ 120.2811269, 30.1802212 ], [ 120.2810964, 30.1803618 ], [ 120.281072, 30.1805305 ], [ 120.2810029, 30.1808485 ], [ 120.2808158, 30.1818009 ], [ 120.2807244, 30.1821892 ], [ 120.2806105, 30.1827533 ], [ 120.280596922020194, 30.182842006394345 ] ], [ [ 120.280596922020194, 30.182842006394345 ], [ 120.280573136148192, 30.182997402040275 ] ], [ [ 120.280573136148192, 30.182997402040275 ], [ 120.2805516, 30.1831381 ], [ 120.2805313, 30.1834017 ], [ 120.2805664, 30.1865467 ], [ 120.2806337, 30.1898977 ], [ 120.2806935, 30.1919972 ], [ 120.2806967, 30.1922188 ], [ 120.2807249, 30.1923933 ] ], [ [ 120.2806859, 30.1829897 ], [ 120.2806188, 30.1832479 ], [ 120.2806037, 30.183488 ], [ 120.280606, 30.1842598 ], [ 120.280611, 30.1847174 ], [ 120.2806189, 30.1854294 ], [ 120.2806465, 30.1869916 ], [ 120.2806543, 30.187232 ], [ 120.2806596, 30.1883364 ], [ 120.2806747, 30.188841 ], [ 120.2806704, 30.1892384 ], [ 120.2807239, 30.1900629 ] ], [ [ 120.2804621, 30.1900628 ], [ 120.2804459, 30.1893667 ], [ 120.2804473, 30.187749 ], [ 120.2804402, 30.1871203 ], [ 120.2804452, 30.1868617 ], [ 120.280429, 30.1855926 ], [ 120.280412, 30.1842553 ], [ 120.2803885, 30.1837528 ], [ 120.2803792, 30.1832962 ], [ 120.2803843, 30.1830103 ] ], [ [ 120.2807239, 30.1900629 ], [ 120.2807269, 30.1901098 ], [ 120.2807305, 30.1901651 ] ], [ [ 120.2804646, 30.1901708 ], [ 120.2804621, 30.1900628 ] ], [ [ 120.2805823, 30.1923636 ], [ 120.2805213, 30.1922191 ], [ 120.2805175, 30.1921053 ], [ 120.2805021, 30.1916387 ], [ 120.2804657, 30.1902173 ], [ 120.2804646, 30.1901708 ] ], [ [ 120.2807305, 30.1901651 ], [ 120.2807327, 30.1901997 ], [ 120.2807398, 30.1903086 ], [ 120.2807596, 30.1911221 ], [ 120.2807926, 30.1917186 ], [ 120.2807926, 30.1921016 ], [ 120.2807926, 30.1921982 ], [ 120.2807249, 30.1923933 ] ], [ [ 120.2807249, 30.1923933 ], [ 120.2807254, 30.1924677 ], [ 120.2807302, 30.1931027 ], [ 120.2807537, 30.1936498 ], [ 120.2808375, 30.1956181 ], [ 120.2808511, 30.1957473 ], [ 120.2809167, 30.1971958 ], [ 120.280954, 30.1980177 ], [ 120.2809985, 30.1990792 ], [ 120.2811021, 30.200367 ] ], [ [ 120.2809348, 30.2003996 ], [ 120.2808651, 30.1994588 ], [ 120.2808195, 30.1983766 ], [ 120.2808054, 30.1980246 ], [ 120.2807142, 30.1957565 ], [ 120.2807146, 30.1956262 ], [ 120.2806309, 30.1936499 ], [ 120.2806076, 30.1931065 ], [ 120.280583, 30.1924782 ], [ 120.2805823, 30.1923636 ] ], [ [ 120.2811021, 30.200367 ], [ 120.2812306, 30.2008467 ] ], [ [ 120.2817583, 30.2040036 ], [ 120.2817279, 30.203665 ], [ 120.2812271, 30.2014384 ], [ 120.2810387, 30.2007061 ], [ 120.2809348, 30.2003996 ] ], [ [ 120.2743461, 30.2098071 ], [ 120.2744572, 30.2097994 ] ], [ [ 120.2812306, 30.2008467 ], [ 120.2813242, 30.2014331 ], [ 120.281837, 30.203675 ], [ 120.281929, 30.2037809 ] ], [ [ 120.2744572, 30.2097994 ], [ 120.275958, 30.2096961 ], [ 120.2763497, 30.2096517 ], [ 120.2766798, 30.209554 ], [ 120.2771893, 30.2093733 ], [ 120.2777729, 30.2091873 ], [ 120.2782367, 30.2091068 ], [ 120.2786265, 30.2090582 ], [ 120.2803102, 30.208823 ], [ 120.2826358, 30.2084281 ] ], [ [ 120.2826975, 30.2085327 ], [ 120.280319, 30.2089177 ], [ 120.2792034, 30.2090678 ], [ 120.278164, 30.2092221 ], [ 120.2777285, 30.2093124 ], [ 120.276998, 30.2095493 ], [ 120.2765301, 30.2097327 ], [ 120.276069, 30.2098006 ], [ 120.2743632, 30.2099112 ] ], [ [ 120.2638944, 30.206923 ], [ 120.2641457, 30.2084581 ], [ 120.2641697, 30.2086049 ], [ 120.2643792, 30.2099375 ], [ 120.2645307, 30.210831 ], [ 120.2646092, 30.211294 ] ], [ [ 120.2644171, 30.2113197 ], [ 120.2643543, 30.2109318 ], [ 120.2642915, 30.2105437 ], [ 120.2642065, 30.2100183 ], [ 120.2639806, 30.20864 ], [ 120.2638355, 30.2077388 ], [ 120.2636986, 30.20693 ] ], [ [ 120.2646092, 30.211294 ], [ 120.2650593, 30.2112255 ], [ 120.2657946, 30.2111136 ], [ 120.2671676, 30.2108878 ], [ 120.2702461, 30.2104311 ] ], [ [ 120.2704659, 30.2104672 ], [ 120.2680344, 30.2108314 ], [ 120.2671868, 30.2109691 ], [ 120.2669668, 30.2110049 ], [ 120.2666405, 30.211052 ], [ 120.2656648, 30.2112166 ], [ 120.2651001, 30.2113084 ], [ 120.2646146, 30.2113873 ] ], [ [ 120.2644171, 30.2113197 ], [ 120.2646092, 30.211294 ] ], [ [ 120.2646092, 30.211294 ], [ 120.2646146, 30.2113873 ] ], [ [ 120.2702461, 30.2104311 ], [ 120.2728599, 30.2099966 ], [ 120.2743461, 30.2098071 ] ], [ [ 120.2743632, 30.2099112 ], [ 120.2740104, 30.2099413 ], [ 120.2734592, 30.2099973 ], [ 120.2728834, 30.2100746 ], [ 120.2707811, 30.2104223 ], [ 120.2704659, 30.2104672 ] ], [ [ 120.2835052, 30.2107072 ], [ 120.2837152, 30.2114687 ], [ 120.2837837, 30.2118375 ], [ 120.2839762, 30.2126305 ], [ 120.284056, 30.2127796 ], [ 120.2841583, 30.2131372 ], [ 120.2843762, 30.2140354 ], [ 120.2846439, 30.2151985 ] ], [ [ 120.2841346, 30.2152535 ], [ 120.2837548, 30.2135689 ], [ 120.2836915, 30.213186 ], [ 120.2837209, 30.2128479 ], [ 120.2835054, 30.211883 ], [ 120.2834142, 30.2114788 ], [ 120.2832746, 30.2107618 ] ], [ [ 120.2846439, 30.2151985 ], [ 120.2845043, 30.2152629 ] ], [ [ 120.3076619, 30.2046123 ], [ 120.3049559, 30.2050247 ], [ 120.3020695, 30.205479 ], [ 120.2997584, 30.2058423 ], [ 120.2966714, 30.2063412 ], [ 120.2956071, 30.206511 ], [ 120.295186, 30.2065817 ], [ 120.2951603, 30.2065854 ] ], [ [ 120.2807348, 30.1828264 ], [ 120.281603, 30.1827603 ], [ 120.2826358, 30.1826554 ], [ 120.2828037, 30.1826485 ], [ 120.2840947, 30.1825044 ], [ 120.2843903, 30.1824738 ], [ 120.284653, 30.1824466 ] ], [ [ 120.2852247, 30.1824948 ], [ 120.284613, 30.1825647 ], [ 120.2844016, 30.1825889 ], [ 120.2841139, 30.1826218 ], [ 120.2822382, 30.1828013 ], [ 120.2812683, 30.1829144 ], [ 120.2806859, 30.1829897 ] ], [ [ 120.281929, 30.2037809 ], [ 120.2822204, 30.2038713 ], [ 120.2823259, 30.2040388 ], [ 120.282411, 30.2042828 ], [ 120.2825147, 30.204763 ], [ 120.2826838, 30.205736 ], [ 120.2826702, 30.2059583 ], [ 120.2827548, 30.2065043 ], [ 120.2828267, 30.2069154 ], [ 120.2829478, 30.2074291 ], [ 120.2831334, 30.2083449 ] ], [ [ 120.2826358, 30.2084281 ], [ 120.2825409, 30.2082746 ], [ 120.2824106, 30.2077431 ], [ 120.2822364, 30.2070555 ], [ 120.2821603, 30.2065904 ], [ 120.2821477, 30.2060465 ], [ 120.2821465, 30.2059932 ], [ 120.2821348, 30.2059279 ], [ 120.2819488, 30.20489 ], [ 120.2817583, 30.2040036 ] ], [ [ 120.2831334, 30.2083449 ], [ 120.283512, 30.2082719 ], [ 120.2864004, 30.2078195 ], [ 120.2873137, 30.2076764 ], [ 120.2881654, 30.207543 ], [ 120.2890358, 30.2074067 ] ], [ [ 120.2890561, 30.2075147 ], [ 120.2879176, 30.2076944 ], [ 120.2864254, 30.2079299 ], [ 120.2829909, 30.2084631 ] ], [ [ 120.2826358, 30.2084281 ], [ 120.2830295, 30.2083623 ], [ 120.2831334, 30.2083449 ] ], [ [ 120.2921011, 30.183411 ], [ 120.2926125, 30.1829333 ], [ 120.2934478, 30.1823704 ], [ 120.2937875, 30.1821134 ], [ 120.2940282, 30.1818686 ], [ 120.2940715, 30.1817304 ] ], [ [ 120.2951603, 30.2065854 ], [ 120.2944971, 30.2066915 ], [ 120.294269, 30.2067259 ], [ 120.2921299, 30.2070488 ], [ 120.2919761, 30.207072 ], [ 120.2893365, 30.2074704 ], [ 120.289126, 30.2075036 ] ], [ [ 120.289126, 30.2075036 ], [ 120.2890561, 30.2075147 ] ], [ [ 120.3126981, 30.2038501 ], [ 120.3124621, 30.2038963 ], [ 120.3120866, 30.2039566 ], [ 120.3114097, 30.2040528 ], [ 120.3100646, 30.2042669 ], [ 120.3083166, 30.2045194 ], [ 120.3077748, 30.2046004 ] ], [ [ 120.3076692, 30.2045195 ], [ 120.3077744, 30.2045011 ] ], [ [ 120.3077748, 30.2046004 ], [ 120.3076619, 30.2046123 ] ], [ [ 120.2831334, 30.2083449 ], [ 120.2829909, 30.2084631 ] ], [ [ 120.2826975, 30.2085327 ], [ 120.2826358, 30.2084281 ] ], [ [ 120.2829909, 30.2084631 ], [ 120.2826975, 30.2085327 ] ], [ [ 120.2829909, 30.2084631 ], [ 120.2831345, 30.2092111 ], [ 120.2831669, 30.2094724 ], [ 120.2833645, 30.2101359 ], [ 120.2835052, 30.2107072 ] ], [ [ 120.2832746, 30.2107618 ], [ 120.2830098, 30.209649 ], [ 120.2828646, 30.2092783 ], [ 120.2826975, 30.2085327 ] ], [ [ 120.2835052, 30.2107072 ], [ 120.2832746, 30.2107618 ] ], [ [ 120.2890358, 30.2074067 ], [ 120.2891481, 30.2073891 ], [ 120.2951441, 30.2064506 ], [ 120.2956045, 30.2063755 ], [ 120.296639, 30.2062194 ], [ 120.2997395, 30.205743 ], [ 120.3020494, 30.205387 ], [ 120.3049955, 30.2049285 ], [ 120.3071602, 30.2045974 ], [ 120.3076692, 30.2045195 ] ], [ [ 120.304936, 30.2209693 ], [ 120.3048256, 30.2209858 ], [ 120.303521, 30.2211841 ] ], [ [ 120.2950986, 30.2221519 ], [ 120.2979666, 30.2217127 ], [ 120.2980238, 30.2217032 ], [ 120.2986434, 30.2216048 ], [ 120.3047488, 30.2206912 ], [ 120.3048642, 30.2206737 ], [ 120.3174828, 30.2187561 ], [ 120.3222648, 30.218038 ], [ 120.3246633, 30.2176705 ], [ 120.3260427, 30.2174606 ] ], [ [ 120.3141346, 30.2195913 ], [ 120.309295, 30.2203166 ], [ 120.3087316, 30.220401 ] ], [ [ 120.3087316, 30.220401 ], [ 120.3085006, 30.2204355 ] ], [ [ 120.3085006, 30.2204355 ], [ 120.304936, 30.2209693 ] ], [ [ 120.2842672, 30.21532 ], [ 120.2841346, 30.2152535 ] ], [ [ 120.2845043, 30.2152629 ], [ 120.2848562, 30.2167295 ], [ 120.2850385, 30.2174503 ], [ 120.2851586, 30.2181358 ] ], [ [ 120.2849011, 30.2181777 ], [ 120.2845933, 30.2167638 ], [ 120.2842672, 30.21532 ] ], [ [ 120.3318907, 30.1931956 ], [ 120.3317434, 30.1930348 ], [ 120.331707, 30.1929008 ], [ 120.3316396, 30.1926886 ], [ 120.3316173, 30.1926231 ], [ 120.3314005, 30.1922556 ], [ 120.3314339, 30.1918936 ] ], [ [ 120.3319277, 30.1918368 ], [ 120.3321223, 30.1924944 ], [ 120.3321461, 30.1925747 ], [ 120.3324312, 30.1935378 ] ], [ [ 120.3321214, 30.1935692 ], [ 120.3318907, 30.1931956 ] ], [ [ 120.3324312, 30.1935378 ], [ 120.3331407, 30.1960714 ], [ 120.3334479, 30.1972301 ] ], [ [ 120.3331562, 30.1973012 ], [ 120.3323627, 30.1944646 ], [ 120.3321214, 30.1935692 ] ], [ [ 120.3334479, 30.1972301 ], [ 120.3338564, 30.1985995 ], [ 120.3344115, 30.2005164 ] ], [ [ 120.3340703, 30.200562 ], [ 120.3336523, 30.1990653 ], [ 120.3331562, 30.1973012 ] ], [ [ 120.3340703, 30.200562 ], [ 120.3344115, 30.2005164 ] ], [ [ 120.3344115, 30.2005164 ], [ 120.3344389, 30.2006057 ] ], [ [ 120.3341194, 30.2006785 ], [ 120.3340703, 30.200562 ] ], [ [ 120.3344389, 30.2006057 ], [ 120.3341194, 30.2006785 ] ], [ [ 120.3302829, 30.2011308 ], [ 120.3316549, 30.2009304 ], [ 120.3340703, 30.200562 ] ], [ [ 120.3263014, 30.2017123 ], [ 120.3302829, 30.2011308 ] ], [ [ 120.3303205, 30.2012307 ], [ 120.3287328, 30.2014712 ], [ 120.3281969, 30.2015502 ], [ 120.3263342, 30.2018246 ] ], [ [ 120.3341194, 30.2006785 ], [ 120.3303205, 30.2012307 ] ], [ [ 120.3345603, 30.2020833 ], [ 120.3341194, 30.2006785 ] ], [ [ 120.3353543, 30.2049671 ], [ 120.3351473, 30.2042301 ], [ 120.334969, 30.2035113 ], [ 120.3345603, 30.2020833 ] ], [ [ 120.3516818, 30.2138737 ], [ 120.3503085, 30.2140741 ], [ 120.3494315, 30.214202 ], [ 120.346889, 30.2146132 ], [ 120.345011, 30.2149063 ] ], [ [ 120.3388209, 30.2155103 ], [ 120.3390064, 30.2154823 ], [ 120.3395201, 30.2154046 ], [ 120.3409022, 30.2151957 ], [ 120.3468341, 30.2142993 ], [ 120.3502415, 30.2137997 ], [ 120.3513511, 30.2136184 ] ], [ [ 120.3263342, 30.2018246 ], [ 120.3262791, 30.2018327 ], [ 120.3228802, 30.2023336 ], [ 120.322232, 30.2024334 ], [ 120.322085, 30.2024546 ], [ 120.3206371, 30.2026664 ], [ 120.3172985, 30.2031548 ], [ 120.3146197, 30.2035597 ], [ 120.3126981, 30.2038501 ] ], [ [ 120.3077744, 30.2045011 ], [ 120.308371, 30.2044119 ], [ 120.3112808, 30.2039769 ], [ 120.3120641, 30.2038598 ], [ 120.3129332, 30.2037256 ], [ 120.3146025, 30.2034734 ], [ 120.3172645, 30.2030711 ], [ 120.320645, 30.2025593 ], [ 120.3236692, 30.2020968 ], [ 120.3263014, 30.2017123 ] ], [ [ 120.3261333, 30.2174468 ], [ 120.3282007, 30.2171322 ], [ 120.3306735, 30.2167559 ] ], [ [ 120.3307354, 30.2170634 ], [ 120.3291978, 30.2172984 ], [ 120.3282456, 30.2174428 ], [ 120.3262025, 30.2177526 ] ], [ [ 120.3260427, 30.2174606 ], [ 120.3261333, 30.2174468 ] ], [ [ 120.3262025, 30.2177526 ], [ 120.3261027, 30.2177678 ] ], [ [ 120.3261027, 30.2177678 ], [ 120.3251265, 30.2179158 ], [ 120.3234084, 30.2181852 ], [ 120.3211856, 30.2185184 ], [ 120.3207485, 30.2185838 ] ], [ [ 120.345011, 30.2149063 ], [ 120.3430276, 30.2152159 ], [ 120.3395978, 30.2157356 ], [ 120.3391701, 30.2157938 ], [ 120.3389248, 30.2158281 ] ], [ [ 120.3385303, 30.2155629 ], [ 120.3388209, 30.2155103 ] ], [ [ 120.3352763, 30.2160559 ], [ 120.3385303, 30.2155629 ] ], [ [ 120.3389248, 30.2158281 ], [ 120.3386801, 30.2158641 ] ], [ [ 120.3386801, 30.2158641 ], [ 120.3353335, 30.216363 ] ], [ [ 120.3306735, 30.2167559 ], [ 120.3325578, 30.2164692 ], [ 120.3334863, 30.2163279 ], [ 120.3352763, 30.2160559 ] ], [ [ 120.3344115, 30.2005164 ], [ 120.3347016, 30.2004982 ], [ 120.3349006, 30.2004857 ], [ 120.337239, 30.2003581 ], [ 120.3402055, 30.200281 ], [ 120.3413964, 30.2002396 ], [ 120.3432299, 30.2000987 ], [ 120.3441231, 30.2000286 ], [ 120.3475436, 30.1998902 ], [ 120.3488339, 30.1998641 ], [ 120.3495623, 30.1998324 ], [ 120.3508891, 30.1998288 ], [ 120.3526567, 30.1998393 ], [ 120.3549482, 30.1998497 ], [ 120.3569047, 30.1998656 ], [ 120.3576821, 30.1998633 ], [ 120.3595514, 30.1998579 ], [ 120.3598381, 30.1998571 ], [ 120.3608213, 30.1998411 ], [ 120.3621056, 30.1998799 ], [ 120.3627763, 30.1999001 ], [ 120.3641731, 30.1998961 ], [ 120.3652892, 30.1999005 ], [ 120.3663953, 30.1998873 ], [ 120.3678454, 30.1998808 ], [ 120.3700316, 30.1998863 ], [ 120.3746011, 30.1998976 ], [ 120.3758256, 30.1999228 ], [ 120.3780448, 30.1999784 ], [ 120.3807301, 30.199973 ], [ 120.3812489, 30.199972 ], [ 120.3833858, 30.199986 ], [ 120.3873485, 30.1999876 ], [ 120.3893409, 30.1999794 ], [ 120.3912157, 30.2000076 ] ], [ [ 120.3912222, 30.2001382 ], [ 120.3893465, 30.2001327 ], [ 120.3873539, 30.2001209 ], [ 120.3833992, 30.2001149 ], [ 120.3812501, 30.2001112 ], [ 120.3803146, 30.200109 ], [ 120.3780589, 30.2001036 ], [ 120.3761903, 30.2000551 ], [ 120.3746077, 30.2000309 ], [ 120.3700448, 30.2000229 ], [ 120.3678585, 30.2000191 ], [ 120.3664413, 30.2000107 ], [ 120.365314, 30.2000275 ], [ 120.3642006, 30.2000347 ], [ 120.362811, 30.2000306 ], [ 120.36085, 30.1999924 ], [ 120.3603323, 30.1999988 ], [ 120.3599125, 30.200004 ], [ 120.3575842, 30.2000903 ], [ 120.3549753, 30.1999927 ], [ 120.3518739, 30.1999666 ], [ 120.3504577, 30.1999596 ], [ 120.3489282, 30.1999772 ], [ 120.3475758, 30.2000103 ], [ 120.3441788, 30.2001577 ], [ 120.3414111, 30.2003534 ], [ 120.3402333, 30.200379 ], [ 120.337207, 30.2004291 ], [ 120.3349583, 30.2005742 ], [ 120.3347383, 30.2005875 ], [ 120.3344389, 30.2006057 ] ], [ [ 120.3353335, 30.216363 ], [ 120.3346469, 30.2164654 ], [ 120.3307354, 30.2170634 ] ], [ [ 120.3207485, 30.2185838 ], [ 120.3204366, 30.2186304 ] ], [ [ 120.3204366, 30.2186304 ], [ 120.3175446, 30.2190629 ], [ 120.3147215, 30.2195033 ], [ 120.3141346, 30.2195913 ] ], [ [ 120.3912222, 30.2001382 ], [ 120.3912506, 30.2007118 ] ], [ [ 120.3912506, 30.2007118 ], [ 120.391255, 30.2007998 ] ], [ [ 120.391255, 30.2007998 ], [ 120.3912604, 30.2011506 ] ], [ [ 120.3912604, 30.2011506 ], [ 120.3912687, 30.2016874 ] ], [ [ 120.3912687, 30.2016874 ], [ 120.3912911, 30.2025288 ] ], [ [ 120.3912911, 30.2025288 ], [ 120.3913135, 30.2033667 ] ], [ [ 120.3913135, 30.2033667 ], [ 120.3914875, 30.2049319 ] ], [ [ 120.3914875, 30.2049319 ], [ 120.3915265, 30.205497 ] ], [ [ 120.3915265, 30.205497 ], [ 120.3915855, 30.2063525 ] ], [ [ 120.3915855, 30.2063525 ], [ 120.391662, 30.2074615 ] ], [ [ 120.391662, 30.2074615 ], [ 120.3917111, 30.2080812 ] ], [ [ 120.3917111, 30.2080812 ], [ 120.39178, 30.2090913 ] ], [ [ 120.39178, 30.2090913 ], [ 120.3919961, 30.2125447 ] ], [ [ 120.3919961, 30.2125447 ], [ 120.3920556, 30.2134628 ] ], [ [ 120.3920556, 30.2134628 ], [ 120.3921186, 30.2144341 ] ], [ [ 120.3921186, 30.2144341 ], [ 120.3921664, 30.2151704 ] ], [ [ 120.3921664, 30.2151704 ], [ 120.3922632, 30.2166631 ] ], [ [ 120.3922632, 30.2166631 ], [ 120.3923144, 30.2170929 ] ], [ [ 120.3923144, 30.2170929 ], [ 120.3923253, 30.2171843 ] ], [ [ 120.3923253, 30.2171843 ], [ 120.3923632, 30.2175031 ] ], [ [ 120.3923632, 30.2175031 ], [ 120.3923772, 30.2176137 ] ], [ [ 120.3923772, 30.2176137 ], [ 120.392404, 30.2179196 ] ], [ [ 120.392404, 30.2179196 ], [ 120.3924064, 30.2179887 ] ], [ [ 120.3924064, 30.2179887 ], [ 120.3924771, 30.2182538 ] ], [ [ 120.3924771, 30.2182538 ], [ 120.3925738, 30.2185505 ] ], [ [ 120.3925738, 30.2185505 ], [ 120.3928168, 30.2190939 ] ], [ [ 120.4532596, 30.2105084 ], [ 120.4533731, 30.210599 ], [ 120.4537088, 30.2115604 ], [ 120.4538245, 30.2117734 ], [ 120.453965, 30.2119737 ], [ 120.4541962, 30.2121202 ], [ 120.4544582, 30.2122001 ], [ 120.4547356, 30.2122467 ], [ 120.4549868, 30.2122356 ], [ 120.4552176, 30.2122113 ], [ 120.455651, 30.2121564 ], [ 120.4560475, 30.2121495 ], [ 120.4564745, 30.2121803 ], [ 120.4568615, 30.2122591 ], [ 120.4572217, 30.2123984 ], [ 120.4575353, 30.2125674 ], [ 120.4576639, 30.2126454 ], [ 120.4578657, 30.2127679 ], [ 120.4581538, 30.2130681 ], [ 120.4584255, 30.213431 ] ], [ [ 120.4583274, 30.2134598 ], [ 120.4581104, 30.2131582 ], [ 120.45797, 30.213018 ], [ 120.4577896, 30.2128379 ], [ 120.4575042, 30.212659 ], [ 120.4571791, 30.2124948 ], [ 120.4568119, 30.2123504 ], [ 120.4564439, 30.2122823 ], [ 120.4560609, 30.21224 ], [ 120.4556602, 30.21226 ], [ 120.4551979, 30.2123199 ], [ 120.453976550540474, 30.212459252915934 ] ], [ [ 120.453976550540474, 30.212459252915934 ], [ 120.45390667598447, 30.212467225427858 ] ], [ [ 120.45390667598447, 30.212467225427858 ], [ 120.4536799, 30.2124931 ], [ 120.4534718, 30.2124731 ], [ 120.4532407, 30.2123865 ], [ 120.4530583, 30.2122124 ], [ 120.4529859, 30.212093 ], [ 120.4529351, 30.2119486 ], [ 120.45292, 30.2117909 ], [ 120.4529297, 30.211647 ], [ 120.4530067, 30.211437 ], [ 120.4530891, 30.2112468 ], [ 120.453152, 30.2110645 ], [ 120.4531688, 30.2108893 ], [ 120.4531956, 30.2105874 ] ], [ [ 120.4532596, 30.2105084 ], [ 120.4533997, 30.2109251 ], [ 120.4535007, 30.2112432 ], [ 120.4536072, 30.211555 ], [ 120.453766, 30.211976 ], [ 120.453849, 30.2121585 ], [ 120.453976550540474, 30.212459252915934 ] ], [ [ 120.453976550540474, 30.212459252915934 ], [ 120.4540348, 30.2125966 ], [ 120.4542333, 30.2130161 ], [ 120.454356, 30.2133108 ], [ 120.4543744, 30.2133635 ], [ 120.4547238, 30.2143642 ], [ 120.4553086, 30.2160956 ], [ 120.4561618, 30.2188397 ], [ 120.4561875, 30.2189223 ], [ 120.4563117, 30.2193219 ], [ 120.4566497, 30.2204251 ], [ 120.4576991, 30.2238464 ], [ 120.457854, 30.2243512 ], [ 120.4579149, 30.2247918 ] ], [ [ 120.4579149, 30.2247918 ], [ 120.4578084, 30.2246501 ], [ 120.4577601, 30.2243767 ], [ 120.4575884, 30.2237857 ], [ 120.4572219, 30.2225882 ], [ 120.4568694, 30.2214511 ], [ 120.4563897, 30.2198911 ], [ 120.4562287, 30.2193796 ], [ 120.4560638, 30.2188558 ], [ 120.4554875, 30.2170323 ], [ 120.4552709, 30.2163106 ], [ 120.4549277, 30.2152313 ], [ 120.4547639, 30.2147429 ], [ 120.4542928, 30.2133782 ], [ 120.4542207, 30.2131471 ], [ 120.4540186, 30.2127292 ], [ 120.45390667598447, 30.212467225427858 ] ], [ [ 120.45390667598447, 30.212467225427858 ], [ 120.4538454, 30.2123238 ], [ 120.4536648, 30.2118612 ], [ 120.4531956, 30.2105874 ] ], [ [ 120.4584255, 30.213431 ], [ 120.4586221, 30.2138684 ], [ 120.4587535, 30.2142479 ], [ 120.4603038, 30.218724 ], [ 120.4605664, 30.2194824 ], [ 120.4618536, 30.2231987 ], [ 120.4619123, 30.2233682 ], [ 120.4620395, 30.2237355 ], [ 120.4620509, 30.2237684 ], [ 120.4620954, 30.223897 ], [ 120.4621338, 30.2240078 ], [ 120.462476, 30.2249958 ], [ 120.4637542, 30.2286859 ] ], [ [ 120.463686, 30.228717 ], [ 120.4634388, 30.228008 ], [ 120.4624972, 30.2253079 ], [ 120.4620507, 30.2240275 ], [ 120.46201, 30.2239108 ], [ 120.461964, 30.2237788 ], [ 120.4619509, 30.2237412 ], [ 120.4618562, 30.2234697 ], [ 120.4617684, 30.223218 ], [ 120.460824, 30.2205097 ], [ 120.4604669, 30.2194856 ], [ 120.4600849, 30.2183902 ], [ 120.459664, 30.217183 ], [ 120.4587186, 30.2144715 ], [ 120.4585159, 30.2138902 ], [ 120.4583274, 30.2134598 ] ], [ [ 120.3928168, 30.2190939 ], [ 120.3929241, 30.2192612 ], [ 120.3930946, 30.2196736 ] ], [ [ 120.393044, 30.2197449 ], [ 120.3928446, 30.2192608 ], [ 120.3928168, 30.2190939 ] ], [ [ 120.3930946, 30.2196736 ], [ 120.3935072, 30.2206715 ], [ 120.3935933, 30.2208722 ], [ 120.3937041, 30.2211292 ], [ 120.3937915, 30.2213126 ], [ 120.3938538, 30.2214563 ], [ 120.3939802, 30.2217483 ], [ 120.3940373, 30.2218801 ], [ 120.39417, 30.222164 ], [ 120.3942695, 30.2224285 ], [ 120.3949975, 30.2240783 ], [ 120.3957677, 30.2258218 ], [ 120.3959662, 30.2262821 ], [ 120.3961939, 30.2268398 ], [ 120.3963085, 30.2271967 ], [ 120.3963869, 30.2275302 ], [ 120.3964676, 30.2279539 ], [ 120.396503, 30.2282963 ], [ 120.3964818, 30.2288404 ], [ 120.3963794, 30.2299884 ], [ 120.3961775, 30.2322517 ], [ 120.395961, 30.2349322 ] ], [ [ 120.3958653, 30.2349116 ], [ 120.3960507, 30.2326769 ], [ 120.3962684, 30.2302027 ], [ 120.3964112, 30.2285218 ], [ 120.396418, 30.2282632 ], [ 120.3963953, 30.2280438 ], [ 120.396384, 30.2279341 ], [ 120.3963296, 30.227605 ], [ 120.396248, 30.2272406 ], [ 120.3961664, 30.2269585 ], [ 120.3960303, 30.2265941 ], [ 120.3959958, 30.2265172 ], [ 120.3956396, 30.2257247 ], [ 120.3954862, 30.2253833 ], [ 120.394204, 30.2224668 ], [ 120.3940651, 30.2221991 ], [ 120.3939372, 30.2219124 ], [ 120.3938487, 30.221708 ], [ 120.3937757, 30.2215394 ], [ 120.3937035, 30.2213724 ], [ 120.3935996, 30.221094 ], [ 120.3934086, 30.2206304 ], [ 120.3933847, 30.2205723 ], [ 120.393044, 30.2197449 ] ], [ [ 120.5841448, 30.2163021 ], [ 120.5841299, 30.2163833 ], [ 120.5840626, 30.2168766 ], [ 120.5839268, 30.2177624 ], [ 120.583126, 30.2220446 ] ], [ [ 120.5829629, 30.2222321 ], [ 120.5838132, 30.2179683 ], [ 120.5840525, 30.2162831 ] ], [ [ 120.5239575, 30.2181517 ], [ 120.524058, 30.2184878 ], [ 120.5247324, 30.2207424 ] ], [ [ 120.5246001, 30.2207782 ], [ 120.5239136, 30.2185592 ], [ 120.5237971, 30.2181825 ] ], [ [ 120.5247324, 30.2207424 ], [ 120.524946, 30.2213571 ], [ 120.525073, 30.2217228 ], [ 120.5253988, 30.2226606 ], [ 120.5257178, 30.223579 ], [ 120.5263334, 30.225351 ], [ 120.5264448, 30.2256717 ] ], [ [ 120.5263072, 30.2256923 ], [ 120.5260691, 30.2250069 ], [ 120.5259926, 30.2247867 ], [ 120.5250212, 30.2219904 ], [ 120.5249007, 30.2216435 ], [ 120.5246001, 30.2207782 ] ], [ [ 120.583126, 30.2220446 ], [ 120.5830879, 30.2222486 ] ], [ [ 120.581898, 30.2274978 ], [ 120.5824059, 30.2250119 ], [ 120.5826867, 30.2236374 ], [ 120.5829629, 30.2222321 ] ], [ [ 120.5830879, 30.2222486 ], [ 120.5830806, 30.2222873 ], [ 120.5830733, 30.2223265 ], [ 120.5824708, 30.2250218 ], [ 120.5819712, 30.2275121 ] ], [ [ 120.5264448, 30.2256717 ], [ 120.5265463, 30.2259638 ], [ 120.5271713, 30.2277268 ], [ 120.5274668, 30.2286344 ], [ 120.5280062, 30.2302912 ], [ 120.5280791, 30.2305268 ], [ 120.5281533, 30.2307661 ] ], [ [ 120.5280487, 30.2307881 ], [ 120.5278778, 30.2302955 ], [ 120.5269993, 30.2277637 ], [ 120.5264132, 30.2259975 ], [ 120.5263072, 30.2256923 ] ], [ [ 120.5818717, 30.2276353 ], [ 120.581898, 30.2274978 ] ], [ [ 120.5819712, 30.2275121 ], [ 120.5819444, 30.2276367 ] ], [ [ 120.5281533, 30.2307661 ], [ 120.528207, 30.2309445 ] ], [ [ 120.5281001, 30.2309667 ], [ 120.5280487, 30.2307881 ] ], [ [ 120.3422295, 30.2273026 ], [ 120.3467488, 30.2262006 ], [ 120.3482455, 30.2259225 ] ], [ [ 120.348334, 30.2263327 ], [ 120.3468266, 30.2267081 ], [ 120.342318, 30.2276298 ] ], [ [ 120.3418066, 30.2273835 ], [ 120.3422295, 30.2273026 ] ], [ [ 120.342318, 30.2276298 ], [ 120.341897, 30.2277122 ] ], [ [ 120.3239405, 30.2321828 ], [ 120.3245592, 30.2320296 ], [ 120.3319095, 30.2298167 ], [ 120.3344057, 30.2291703 ], [ 120.337837, 30.2283343 ], [ 120.3418066, 30.2273835 ] ], [ [ 120.341897, 30.2277122 ], [ 120.337823, 30.228565 ], [ 120.332388, 30.2299386 ], [ 120.3240304, 30.2324646 ] ], [ [ 120.4637542, 30.2286859 ], [ 120.4642228, 30.2300191 ] ], [ [ 120.4641474, 30.2300402 ], [ 120.463686, 30.228717 ] ], [ [ 120.4642228, 30.2300191 ], [ 120.4650801, 30.2324539 ] ], [ [ 120.4650045, 30.2324781 ], [ 120.4641474, 30.2300402 ] ], [ [ 120.4650801, 30.2324539 ], [ 120.4651153, 30.232555 ] ], [ [ 120.4650378, 30.2325731 ], [ 120.4650045, 30.2324781 ] ], [ [ 120.4651153, 30.232555 ], [ 120.4652663, 30.2329891 ], [ 120.465312, 30.2331182 ], [ 120.4659718, 30.2350007 ] ], [ [ 120.4659082, 30.2350383 ], [ 120.4653545, 30.2334606 ], [ 120.4651868, 30.2329983 ], [ 120.4650378, 30.2325731 ] ], [ [ 120.4665405, 30.2367948 ], [ 120.4660066, 30.2353166 ], [ 120.4659082, 30.2350383 ] ], [ [ 120.4659718, 30.2350007 ], [ 120.4660761, 30.2352981 ], [ 120.4666249, 30.236772 ], [ 120.4668811, 30.237481 ] ], [ [ 120.4667404, 30.2373478 ], [ 120.4665405, 30.2367948 ] ], [ [ 120.466862, 30.2376845 ], [ 120.4667404, 30.2373478 ] ], [ [ 120.4668811, 30.237481 ], [ 120.4669461, 30.2376608 ], [ 120.4675903, 30.2389913 ] ], [ [ 120.395961, 30.2349322 ], [ 120.395973, 30.2353139 ], [ 120.3958731, 30.2359923 ], [ 120.3958868, 30.236294 ], [ 120.3959142, 30.2366726 ], [ 120.3959758, 30.2371754 ], [ 120.3960579, 30.2375658 ], [ 120.3961538, 30.2379503 ], [ 120.3963044, 30.2384177 ], [ 120.3964825, 30.2388672 ], [ 120.3967221, 30.239376 ], [ 120.396996, 30.2398669 ], [ 120.3973383, 30.2403579 ], [ 120.3977697, 30.2408844 ], [ 120.3983243, 30.2414877 ], [ 120.3985853, 30.2417637 ] ], [ [ 120.3984176, 30.2418979 ], [ 120.39779, 30.2412995 ], [ 120.3974224, 30.2409301 ], [ 120.3968707, 30.2403619 ], [ 120.3965119, 30.2399202 ], [ 120.3961884, 30.2393893 ], [ 120.3960273, 30.2390963 ], [ 120.3958451, 30.2386321 ], [ 120.3957074, 30.2380727 ], [ 120.3956155, 30.2372051 ], [ 120.3955812, 30.2368447 ], [ 120.3955325, 30.236538 ], [ 120.3955782, 30.2358184 ], [ 120.3956745, 30.2351838 ], [ 120.3958653, 30.2349116 ] ], [ [ 120.3985853, 30.2417637 ], [ 120.3986329, 30.2418141 ] ], [ [ 120.398468, 30.241955 ], [ 120.3984176, 30.2418979 ] ], [ [ 120.2983939, 30.2417745 ], [ 120.2998127, 30.2411184 ], [ 120.3010043, 30.2405612 ], [ 120.3014809, 30.2403439 ], [ 120.3031404, 30.2395398 ], [ 120.3031863, 30.2395176 ], [ 120.3042475, 30.2390532 ], [ 120.3056873, 30.2384765 ], [ 120.307475, 30.2377952 ], [ 120.3121184, 30.2362165 ], [ 120.3133713, 30.235779 ], [ 120.3148179, 30.2352953 ], [ 120.3184318, 30.234102 ], [ 120.3193219, 30.2338048 ], [ 120.3218248, 30.2329502 ], [ 120.3239405, 30.2321828 ] ], [ [ 120.3240304, 30.2324646 ], [ 120.322046, 30.2331144 ], [ 120.3181423, 30.2344475 ], [ 120.3164655, 30.2350073 ], [ 120.3161549, 30.2351201 ], [ 120.3145767, 30.2356637 ], [ 120.3131709, 30.2361321 ], [ 120.3116105, 30.2366609 ], [ 120.3095512, 30.2373617 ], [ 120.3082647, 30.2377984 ], [ 120.3061519, 30.2385455 ], [ 120.3051905, 30.2389314 ], [ 120.3039821, 30.2394476 ], [ 120.3032975, 30.2397626 ], [ 120.3014582, 30.2406089 ], [ 120.2999576, 30.2413119 ], [ 120.2984919, 30.2419917 ] ], [ [ 120.3391933, 30.2407648 ], [ 120.3410632, 30.2407508 ], [ 120.3421625, 30.240654 ], [ 120.3426562, 30.2405529 ], [ 120.3429554, 30.2404548 ], [ 120.3438574, 30.2402143 ], [ 120.3446157, 30.2399637 ], [ 120.3450534, 30.2397702 ], [ 120.3455325, 30.239529 ], [ 120.3464072, 30.2390887 ], [ 120.3465498, 30.2390007 ], [ 120.346621, 30.2388996 ], [ 120.3466363, 30.2388337 ], [ 120.3466261, 30.2387545 ], [ 120.3465243, 30.2386226 ], [ 120.3460052, 30.2379498 ], [ 120.3459492, 30.2378751 ], [ 120.3457911, 30.2375675 ] ], [ [ 120.3476926, 30.2396641 ], [ 120.3475096, 30.2395689 ], [ 120.3474081, 30.2394909 ], [ 120.3471451, 30.2392409 ], [ 120.3470474, 30.2391695 ], [ 120.3469647, 30.2391468 ], [ 120.3468595, 30.2391403 ], [ 120.3467242, 30.2391468 ], [ 120.3466002, 30.2391857 ], [ 120.3455636, 30.2397502 ], [ 120.3445745, 30.2401727 ], [ 120.3440071, 30.2403708 ], [ 120.3432178, 30.2406078 ], [ 120.3430271, 30.2406498 ], [ 120.3426278, 30.2407377 ], [ 120.3420716, 30.2408286 ], [ 120.3414741, 30.2409 ], [ 120.3408615, 30.2409357 ], [ 120.3392132, 30.2409772 ] ], [ [ 120.3358839, 30.2408595 ], [ 120.3371848, 30.2408223 ], [ 120.3391933, 30.2407648 ] ], [ [ 120.3357459, 30.2408745 ], [ 120.3358839, 30.2408595 ] ], [ [ 120.5803748, 30.2367338 ], [ 120.5810815, 30.2367853 ], [ 120.5848356, 30.2370818 ], [ 120.5892456, 30.2373608 ], [ 120.5948139, 30.2377678 ], [ 120.5974657, 30.2379617 ], [ 120.6007795, 30.2382041 ], [ 120.6023739, 30.2383034 ], [ 120.6042673, 30.2384214 ] ], [ [ 120.6042605, 30.2385223 ], [ 120.6035602, 30.2384847 ], [ 120.6017767, 30.2383536 ], [ 120.6007635, 30.2382835 ], [ 120.5947991, 30.2379177 ], [ 120.5892319, 30.2375108 ], [ 120.5848213, 30.2372318 ], [ 120.5810662, 30.2369352 ], [ 120.580369, 30.2368844 ] ], [ [ 120.5819444, 30.2276367 ], [ 120.5810167, 30.2324967 ], [ 120.5808941, 30.2329861 ], [ 120.5805893, 30.2346157 ], [ 120.5804149, 30.235964 ], [ 120.5803799, 30.2366355 ] ], [ [ 120.5801834, 30.2367199 ], [ 120.5803585, 30.2353638 ], [ 120.5804901, 30.2346086 ], [ 120.5805335, 30.2343997 ], [ 120.5809128, 30.2324873 ], [ 120.5811484, 30.2312689 ], [ 120.5818717, 30.2276353 ] ], [ [ 120.5442839, 30.2364421 ], [ 120.5457841, 30.2360862 ], [ 120.5488494, 30.2353432 ], [ 120.5500883, 30.2351374 ], [ 120.5503847, 30.2351035 ], [ 120.5518907, 30.2349312 ], [ 120.5531169, 30.2348947 ], [ 120.5545425, 30.2349133 ], [ 120.556424, 30.2350309 ], [ 120.5578101, 30.2351176 ], [ 120.5603147, 30.2353024 ] ], [ [ 120.5602914, 30.2354517 ], [ 120.5579969, 30.2352824 ], [ 120.5577964, 30.2352676 ], [ 120.5545349, 30.2350637 ], [ 120.5531186, 30.2350452 ], [ 120.5519052, 30.2350813 ], [ 120.5503606, 30.2352581 ], [ 120.5501146, 30.2352862 ], [ 120.5488797, 30.2354706 ], [ 120.5458327, 30.2362307 ], [ 120.5443338, 30.2365856 ] ], [ [ 120.5603147, 30.2353024 ], [ 120.561329, 30.2353772 ], [ 120.5615818, 30.2353926 ], [ 120.5649773, 30.2355996 ], [ 120.5701807, 30.2360067 ], [ 120.5740296, 30.2362789 ], [ 120.5775186, 30.2365256 ], [ 120.5801834, 30.2367199 ] ], [ [ 120.5801825, 30.2368708 ], [ 120.5775042, 30.2366756 ], [ 120.5740045, 30.2364281 ], [ 120.5701657, 30.2361566 ], [ 120.5649633, 30.2357496 ], [ 120.5613155, 30.2355272 ], [ 120.5602914, 30.2354517 ] ], [ [ 120.5803799, 30.2366355 ], [ 120.5803748, 30.2367338 ] ], [ [ 120.5801834, 30.2367199 ], [ 120.5803748, 30.2367338 ] ], [ [ 120.5801825, 30.2368708 ], [ 120.5801834, 30.2367199 ] ], [ [ 120.5803748, 30.2367338 ], [ 120.580369, 30.2368844 ] ], [ [ 120.580369, 30.2368844 ], [ 120.5801825, 30.2368708 ] ], [ [ 120.6042673, 30.2384214 ], [ 120.604367, 30.2383484 ] ], [ [ 120.604367, 30.2383484 ], [ 120.6044355, 30.2384347 ] ], [ [ 120.6042673, 30.2384214 ], [ 120.6044355, 30.2384347 ] ], [ [ 120.6042605, 30.2385223 ], [ 120.6042673, 30.2384214 ] ], [ [ 120.6044355, 30.2384347 ], [ 120.6044306, 30.2385336 ] ], [ [ 120.6044306, 30.2385336 ], [ 120.6042605, 30.2385223 ] ], [ [ 120.6050717, 30.2385851 ], [ 120.6044306, 30.2385336 ] ], [ [ 120.6044306, 30.2385336 ], [ 120.6044254, 30.2386107 ] ], [ [ 120.6042488, 30.2386508 ], [ 120.6042605, 30.2385223 ] ], [ [ 120.528207, 30.2309445 ], [ 120.5285147, 30.2318086 ], [ 120.528957, 30.2331237 ], [ 120.5290282, 30.2333707 ], [ 120.5292826, 30.2341185 ], [ 120.5300113, 30.2362107 ], [ 120.5309162, 30.2387029 ], [ 120.5311112, 30.2392398 ], [ 120.531242761967405, 30.239539804625711 ] ], [ [ 120.531242761967405, 30.239539804625711 ], [ 120.531281902571905, 30.239629058097943 ] ], [ [ 120.531281902571905, 30.239629058097943 ], [ 120.5314269, 30.2399597 ], [ 120.5320438, 30.2411404 ], [ 120.5343412, 30.2455369 ], [ 120.5349298, 30.2466311 ], [ 120.5359062, 30.2485303 ] ], [ [ 120.5358262, 30.2485499 ], [ 120.5347752, 30.2466561 ], [ 120.5342029, 30.2455923 ], [ 120.5332971, 30.2438646 ], [ 120.5318861, 30.2411735 ], [ 120.5312708, 30.2399998 ], [ 120.531140583531908, 30.23966107911939 ] ], [ [ 120.531140583531908, 30.23966107911939 ], [ 120.531105605096272, 30.239570092728087 ] ], [ [ 120.531105605096272, 30.239570092728087 ], [ 120.5309907, 30.2392712 ], [ 120.5307848, 30.2387143 ], [ 120.5298971, 30.2363136 ], [ 120.5291574, 30.2340484 ], [ 120.5289299, 30.2333492 ], [ 120.5288596, 30.233155 ], [ 120.5284061, 30.2318064 ], [ 120.5281001, 30.2309667 ] ], [ [ 120.4933858, 30.2472394 ], [ 120.497091, 30.2459878 ], [ 120.4972, 30.2459512 ], [ 120.4973807, 30.2458868 ], [ 120.4980753, 30.2456687 ], [ 120.5014574, 30.2448872 ], [ 120.5033443, 30.2445529 ], [ 120.5053625, 30.2442649 ], [ 120.5062123, 30.2441436 ], [ 120.5075393, 30.2439594 ], [ 120.5079132, 30.243907 ], [ 120.5094964, 30.2437171 ], [ 120.5139752, 30.2431247 ], [ 120.5162417, 30.2426926 ], [ 120.5170782, 30.2425331 ], [ 120.5184266, 30.2422366 ], [ 120.5191807, 30.2420708 ], [ 120.5213927, 30.2415757 ], [ 120.521798, 30.2414952 ], [ 120.5250395, 30.2408461 ], [ 120.5282413, 30.240153 ], [ 120.5294681, 30.2399317 ], [ 120.531105605096272, 30.239570092728087 ] ], [ [ 120.531105605096272, 30.239570092728087 ], [ 120.531242761967405, 30.239539804625711 ] ], [ [ 120.531242761967405, 30.239539804625711 ], [ 120.5327838, 30.2391995 ], [ 120.5337757, 30.2389675 ], [ 120.5375058, 30.238115 ], [ 120.5378694, 30.2380319 ], [ 120.5385558, 30.2378683 ], [ 120.5416008, 30.2371426 ], [ 120.5442839, 30.2364421 ] ], [ [ 120.6044355, 30.2384347 ], [ 120.6051236, 30.238473 ], [ 120.6078088, 30.2386586 ], [ 120.6098679, 30.2388439 ], [ 120.6133513, 30.2390576 ], [ 120.6134922, 30.2390662 ], [ 120.6148415, 30.2391591 ], [ 120.618379, 30.2394192 ], [ 120.6200789, 30.2396229 ], [ 120.6205519, 30.2396919 ], [ 120.6218811, 30.2398857 ], [ 120.6230003, 30.2400672 ], [ 120.6241574, 30.2402955 ], [ 120.6250219, 30.2405057 ], [ 120.6260859, 30.2407645 ], [ 120.6268373, 30.2409847 ], [ 120.6274211, 30.2411533 ], [ 120.6276293, 30.2412094 ], [ 120.6279002, 30.2412581 ], [ 120.6301332, 30.2419972 ], [ 120.6338525, 30.2432473 ], [ 120.6344315, 30.2434429 ], [ 120.6381361, 30.2446639 ], [ 120.6428547, 30.2462423 ], [ 120.6434299, 30.2464326 ], [ 120.643714, 30.2465271 ] ], [ [ 120.6436551, 30.2466184 ], [ 120.643388, 30.2465186 ], [ 120.6428152, 30.2463215 ], [ 120.6380591, 30.2447506 ], [ 120.6343901, 30.2435369 ], [ 120.6338229, 30.2433413 ], [ 120.6300858, 30.2420987 ], [ 120.6278716, 30.2413692 ], [ 120.6275622, 30.2412979 ], [ 120.6274179, 30.241253 ], [ 120.626799, 30.2410742 ], [ 120.6260931, 30.2408632 ], [ 120.6240931, 30.2403942 ], [ 120.6229646, 30.2401536 ], [ 120.6218923, 30.2399657 ], [ 120.6200789, 30.2396969 ], [ 120.6183933, 30.2395303 ], [ 120.6148256, 30.239309 ], [ 120.6134791, 30.2392163 ], [ 120.6098527, 30.2389938 ], [ 120.6077928, 30.2388085 ], [ 120.6052887, 30.2385996 ], [ 120.6050717, 30.2385851 ] ], [ [ 120.5359062, 30.2485303 ], [ 120.5362487, 30.2491131 ], [ 120.5366085, 30.2495403 ], [ 120.5371653, 30.2500812 ], [ 120.5377222, 30.250496 ], [ 120.539986, 30.2520902 ], [ 120.5404966, 30.2524853 ], [ 120.540723, 30.2526803 ], [ 120.5409555, 30.2529172 ], [ 120.5413749, 30.2534792 ], [ 120.5415084, 30.2537021 ], [ 120.5428647, 30.2561114 ], [ 120.5430732, 30.2564809 ], [ 120.5448606, 30.2596383 ], [ 120.5452076, 30.2601763 ], [ 120.5455628, 30.2606113 ], [ 120.5459251, 30.2610495 ], [ 120.5463991, 30.2614946 ], [ 120.54657, 30.261655 ], [ 120.5470242, 30.262026 ], [ 120.5477976, 30.2624866 ], [ 120.5504576, 30.2639452 ], [ 120.5510205, 30.2642343 ] ], [ [ 120.4675056, 30.2390542 ], [ 120.4671697, 30.2383393 ], [ 120.466862, 30.2376845 ] ], [ [ 120.4675903, 30.2389913 ], [ 120.4676522, 30.2391193 ] ], [ [ 120.4711725, 30.2436767 ], [ 120.4710933, 30.2436038 ], [ 120.4708193, 30.2433679 ], [ 120.4696027, 30.2423682 ], [ 120.4694843, 30.2422659 ], [ 120.4690415, 30.2418834 ], [ 120.4686928, 30.2414832 ], [ 120.4686306, 30.2413919 ], [ 120.468404, 30.2410596 ], [ 120.4681425, 30.24057 ], [ 120.4675056, 30.2390542 ] ], [ [ 120.4676522, 30.2391193 ], [ 120.467885, 30.239698 ], [ 120.4682235, 30.2405396 ], [ 120.4683628, 30.2408002 ], [ 120.4684824, 30.2410241 ], [ 120.4687664, 30.2414408 ], [ 120.4691084, 30.2418331 ], [ 120.4696653, 30.2423143 ], [ 120.4709135, 30.2433459 ], [ 120.4711946, 30.2435973 ], [ 120.4712753, 30.2436703 ] ], [ [ 120.5443338, 30.2365856 ], [ 120.5416484, 30.2372874 ], [ 120.5385735, 30.2379514 ], [ 120.5375467, 30.2382084 ], [ 120.5362831, 30.2385058 ], [ 120.5351964, 30.2387247 ], [ 120.5327999, 30.2392851 ], [ 120.531281902571905, 30.239629058097943 ] ], [ [ 120.531281902571905, 30.239629058097943 ], [ 120.531140583531908, 30.23966107911939 ] ], [ [ 120.531140583531908, 30.23966107911939 ], [ 120.5295133, 30.2400298 ], [ 120.5280722, 30.2403506 ], [ 120.525126, 30.2409765 ], [ 120.5218859, 30.2416253 ], [ 120.5214347, 30.2417276 ], [ 120.5193089, 30.2421919 ], [ 120.5188553, 30.2422917 ], [ 120.5171652, 30.2426634 ], [ 120.5140539, 30.2432566 ], [ 120.5095945, 30.2438217 ], [ 120.507985, 30.2440249 ], [ 120.5075868, 30.244079 ], [ 120.5062862, 30.2442761 ], [ 120.5034227, 30.2446848 ], [ 120.5015441, 30.2450176 ], [ 120.4981752, 30.2457961 ], [ 120.4974491, 30.2460169 ], [ 120.4972528, 30.2460781 ], [ 120.497182, 30.2460966 ], [ 120.493359, 30.2474097 ], [ 120.4919329, 30.2479047 ], [ 120.4916083, 30.2480174 ], [ 120.4884875, 30.2490624 ], [ 120.487131, 30.2495182 ], [ 120.4864728, 30.249747 ], [ 120.4857649, 30.2499773 ], [ 120.4850678, 30.2501577 ], [ 120.4840174, 30.250408 ], [ 120.48317, 30.2505424 ], [ 120.4823038, 30.2506673 ], [ 120.4795072, 30.2510079 ], [ 120.4778975, 30.2511685 ], [ 120.476234963414683, 30.251363520173705 ] ], [ [ 120.476234963414683, 30.251363520173705 ], [ 120.476037570486724, 30.251386674914144 ] ], [ [ 120.476037570486724, 30.251386674914144 ], [ 120.4758984, 30.251403 ], [ 120.4743833, 30.2515766 ], [ 120.4729091, 30.2517263 ], [ 120.4713633, 30.2518238 ], [ 120.4697622, 30.2519208 ], [ 120.4677566, 30.2520477 ], [ 120.4672693, 30.2520705 ], [ 120.4666303, 30.2520906 ], [ 120.4660284, 30.252131 ], [ 120.4645195, 30.2522321 ], [ 120.4624856, 30.2523746 ], [ 120.4613144, 30.252495 ], [ 120.4609683, 30.252544 ], [ 120.460357, 30.2526305 ], [ 120.4600159, 30.2526913 ], [ 120.4596206, 30.2527583 ], [ 120.4592617, 30.2528306 ], [ 120.4578166, 30.2531192 ], [ 120.4572661, 30.2532291 ], [ 120.4546744, 30.2537722 ], [ 120.453665, 30.2539822 ], [ 120.4525273, 30.2542346 ], [ 120.4510979, 30.2545405 ], [ 120.4506733, 30.2546257 ], [ 120.4498785, 30.2548078 ] ], [ [ 120.4739562, 30.248113 ], [ 120.4739206, 30.2480011 ] ], [ [ 120.474053, 30.2480205 ], [ 120.4742145, 30.2485288 ], [ 120.4743853, 30.2488977 ], [ 120.4746611, 30.2493508 ], [ 120.4755581, 30.2504729 ], [ 120.4758035, 30.2507799 ], [ 120.4760036, 30.2510302 ], [ 120.476181560139295, 30.251286583251524 ] ], [ [ 120.476181560139295, 30.251286583251524 ], [ 120.476234963414683, 30.251363520173705 ] ], [ [ 120.476234963414683, 30.251363520173705 ], [ 120.4764402, 30.2516592 ], [ 120.4776636, 30.2534289 ], [ 120.4777503, 30.2535423 ], [ 120.4788673, 30.25508 ], [ 120.4790171, 30.2552885 ], [ 120.479219, 30.2557849 ], [ 120.4792827, 30.2561232 ] ], [ [ 120.3986329, 30.2418141 ], [ 120.3999316, 30.2431256 ], [ 120.4017458, 30.2450328 ], [ 120.4030242, 30.2463931 ], [ 120.4043754, 30.2477811 ], [ 120.4047884, 30.248264 ], [ 120.4058258, 30.2493494 ], [ 120.4062034, 30.2496883 ], [ 120.407409, 30.2510167 ], [ 120.4085473, 30.2522028 ], [ 120.4098054, 30.2535197 ] ], [ [ 120.4094347, 30.2536805 ], [ 120.4093769, 30.2536268 ], [ 120.4087753, 30.2528345 ], [ 120.4083688, 30.2523184 ], [ 120.4071098, 30.2510414 ], [ 120.4058849, 30.2496961 ], [ 120.4051987, 30.248986 ], [ 120.4045186, 30.2482759 ], [ 120.4040657, 30.2477898 ], [ 120.4027715, 30.2463888 ], [ 120.4016802, 30.2452639 ], [ 120.398468, 30.241955 ] ], [ [ 120.3689815, 30.2453235 ], [ 120.3697712, 30.2455133 ], [ 120.3711409, 30.2459927 ], [ 120.3722716, 30.2463885 ], [ 120.3747422, 30.2473164 ], [ 120.3799244, 30.2493258 ], [ 120.3807524, 30.2496355 ], [ 120.3825505, 30.2503173 ], [ 120.3856123, 30.2515061 ], [ 120.3874387, 30.252219 ], [ 120.3881185, 30.2525052 ], [ 120.3910401, 30.2537246 ], [ 120.3923222, 30.2542691 ], [ 120.3924272, 30.2543139 ], [ 120.3928106, 30.2544774 ], [ 120.3933869, 30.2547231 ], [ 120.3955133, 30.2556509 ], [ 120.3956027, 30.2556964 ], [ 120.3967786, 30.256235 ], [ 120.3981087, 30.2567864 ], [ 120.3983078, 30.2568523 ], [ 120.3991278, 30.2570681 ], [ 120.3997373, 30.2571446 ], [ 120.4002936, 30.2571799 ], [ 120.4008099, 30.2571913 ], [ 120.4015446, 30.2571132 ], [ 120.4023366, 30.2569502 ], [ 120.4028386, 30.2567973 ], [ 120.4029652, 30.2567546 ], [ 120.4042731, 30.2561805 ], [ 120.4057852, 30.2554788 ] ], [ [ 120.4222467, 30.2522977 ], [ 120.4215713, 30.2521169 ], [ 120.4203911, 30.2519409 ], [ 120.419373, 30.2518398 ], [ 120.4182561, 30.2518018 ], [ 120.417315, 30.2518327 ], [ 120.4170985, 30.2518398 ], [ 120.4162284, 30.2519038 ], [ 120.4151447, 30.2520521 ], [ 120.4143561, 30.2522096 ], [ 120.4140025, 30.2522873 ] ], [ [ 120.4138046, 30.2521819 ], [ 120.4142187, 30.2520797 ], [ 120.4150658, 30.2519203 ], [ 120.4161607, 30.2517704 ], [ 120.4170411, 30.2517057 ], [ 120.4182095, 30.2516673 ], [ 120.4193397, 30.2517058 ], [ 120.4203692, 30.251808 ], [ 120.4215611, 30.2519858 ], [ 120.4224826, 30.2521838 ], [ 120.4231785, 30.2523709 ], [ 120.4253806, 30.2530205 ], [ 120.4259468, 30.2531911 ], [ 120.4292859, 30.2541975 ], [ 120.4298572, 30.2543664 ] ], [ [ 120.4298333, 30.2544885 ], [ 120.4292757, 30.2543236 ], [ 120.4253704, 30.2531466 ], [ 120.423171, 30.2524978 ], [ 120.4224521, 30.2523287 ], [ 120.4222467, 30.2522977 ] ], [ [ 120.4739206, 30.2480011 ], [ 120.4735544, 30.2468481 ], [ 120.4733514, 30.2462092 ], [ 120.4733386, 30.2461757 ], [ 120.4732378, 30.2459111 ], [ 120.4732043, 30.2458232 ], [ 120.4729373, 30.2453854 ], [ 120.4725723, 30.2449665 ], [ 120.4719767, 30.2444177 ], [ 120.4711725, 30.2436767 ] ], [ [ 120.4712753, 30.2436703 ], [ 120.4719065, 30.2442418 ], [ 120.4726828, 30.2449447 ], [ 120.4730558, 30.2453727 ], [ 120.4733296, 30.2458215 ], [ 120.4734135, 30.2460417 ], [ 120.4734797, 30.2462153 ], [ 120.4739392, 30.2476623 ], [ 120.474053, 30.2480205 ] ], [ [ 120.4300158, 30.2544196 ], [ 120.4304089, 30.2545295 ], [ 120.4307372, 30.2546192 ], [ 120.4309685, 30.2546824 ], [ 120.4314508, 30.2548142 ], [ 120.4322765, 30.2549696 ], [ 120.4329969, 30.2550802 ], [ 120.4338746, 30.2551524 ], [ 120.4346833, 30.2551809 ], [ 120.4363104, 30.2551892 ], [ 120.4382109, 30.2552087 ], [ 120.4402592, 30.2552263 ], [ 120.4426947, 30.2552541 ], [ 120.444852, 30.2552736 ], [ 120.4452183, 30.2552769 ], [ 120.4458553, 30.2552827 ], [ 120.4464972, 30.2552554 ], [ 120.4473719, 30.2551544 ], [ 120.4488356, 30.2548635 ], [ 120.449136, 30.2548038 ], [ 120.4495788, 30.2547157 ], [ 120.4506679, 30.2544991 ], [ 120.4517754, 30.2542713 ], [ 120.4524688, 30.2541287 ], [ 120.4536159, 30.2538752 ], [ 120.4556956, 30.2534331 ], [ 120.4560488, 30.2533548 ], [ 120.4562445, 30.2533174 ], [ 120.457185, 30.2531178 ], [ 120.4577869, 30.2529993 ], [ 120.4594939, 30.2526609 ], [ 120.4599297, 30.2525751 ], [ 120.460615, 30.252477 ], [ 120.4612686, 30.2523947 ], [ 120.4612957, 30.2523913 ], [ 120.4624664, 30.2522768 ], [ 120.4645582, 30.2521248 ], [ 120.4660065, 30.2520299 ], [ 120.4666006, 30.251991 ], [ 120.467227, 30.25195 ], [ 120.467723, 30.2519391 ], [ 120.4697568, 30.2518181 ], [ 120.4713186, 30.2517055 ], [ 120.4719337, 30.2516818 ], [ 120.4732968, 30.2515934 ], [ 120.4743343, 30.2514831 ], [ 120.4758575, 30.2513228 ], [ 120.475987226416976, 30.251308301860782 ] ], [ [ 120.475987226416976, 30.251308301860782 ], [ 120.476181560139295, 30.251286583251524 ] ], [ [ 120.476181560139295, 30.251286583251524 ], [ 120.476406, 30.2512615 ], [ 120.4778283, 30.2510866 ], [ 120.4791442, 30.2509085 ], [ 120.4804456, 30.2507763 ], [ 120.4821602, 30.2505663 ], [ 120.4831408, 30.2504448 ], [ 120.4839798, 30.2502954 ], [ 120.4844396, 30.2501832 ], [ 120.4850196, 30.2500416 ], [ 120.4857659, 30.2498304 ], [ 120.4864689, 30.2496192 ], [ 120.4870612, 30.2494115 ], [ 120.4884612, 30.2489206 ], [ 120.4915502, 30.2478752 ], [ 120.4918608, 30.2477674 ], [ 120.4932481, 30.2472859 ], [ 120.4933858, 30.2472394 ] ], [ [ 120.4790385, 30.2561814 ], [ 120.4789527, 30.2559031 ], [ 120.4787806, 30.2554271 ], [ 120.4786938, 30.2553148 ], [ 120.4785472, 30.2550876 ], [ 120.4777139, 30.2537215 ], [ 120.4775348, 30.2534752 ], [ 120.4762064, 30.2516495 ], [ 120.476037570486724, 30.251386674914144 ] ], [ [ 120.476037570486724, 30.251386674914144 ], [ 120.475987226416976, 30.251308301860782 ] ], [ [ 120.475987226416976, 30.251308301860782 ], [ 120.4758152, 30.2510405 ], [ 120.4754054, 30.2505001 ], [ 120.4745393, 30.2493581 ], [ 120.4742614, 30.2489015 ], [ 120.474087, 30.248525 ], [ 120.4740224, 30.2483214 ], [ 120.4739562, 30.248113 ] ], [ [ 120.4792827, 30.2561232 ], [ 120.4793003, 30.2562084 ] ], [ [ 120.4098054, 30.2535197 ], [ 120.409886639563084, 30.253625957975252 ] ], [ [ 120.409886639563084, 30.253625957975252 ], [ 120.409964531770854, 30.25372783774873 ] ], [ [ 120.409964531770854, 30.25372783774873 ], [ 120.4100366, 30.2538221 ] ], [ [ 120.409926, 30.2538754 ], [ 120.409771043154308, 30.253813928212445 ] ], [ [ 120.409771043154308, 30.253813928212445 ], [ 120.409609625886546, 30.253749893558492 ] ], [ [ 120.409609625886546, 30.253749893558492 ], [ 120.4094347, 30.2536805 ] ], [ [ 120.4057852, 30.2554788 ], [ 120.4066181, 30.2550866 ], [ 120.4075423, 30.2546987 ], [ 120.4082746, 30.2543641 ], [ 120.409609625886546, 30.253749893558492 ] ], [ [ 120.409609625886546, 30.253749893558492 ], [ 120.4097998, 30.2536624 ], [ 120.409886639563084, 30.253625957975252 ] ], [ [ 120.409886639563084, 30.253625957975252 ], [ 120.4103505, 30.2534313 ], [ 120.4111193, 30.2530943 ], [ 120.4120614, 30.2527196 ], [ 120.412451, 30.2525588 ], [ 120.4133077, 30.2523045 ], [ 120.4138046, 30.2521819 ] ], [ [ 120.4140025, 30.2522873 ], [ 120.4134067, 30.252432 ], [ 120.4125602, 30.2526832 ], [ 120.4121155, 30.2528334 ], [ 120.4111976, 30.2531837 ], [ 120.4101462, 30.253647 ], [ 120.4100557, 30.2536873 ], [ 120.409964531770854, 30.25372783774873 ] ], [ [ 120.409964531770854, 30.25372783774873 ], [ 120.4099464, 30.2537359 ], [ 120.4098419, 30.2537824 ], [ 120.409771043154308, 30.253813928212445 ] ], [ [ 120.409771043154308, 30.253813928212445 ], [ 120.4096466, 30.2538693 ], [ 120.4090626, 30.254129 ], [ 120.4083599, 30.2544534 ], [ 120.4076571, 30.2547777 ], [ 120.4067451, 30.255204 ], [ 120.4055613, 30.2557306 ] ], [ [ 120.4298572, 30.2543664 ], [ 120.4300158, 30.2544196 ] ], [ [ 120.4498785, 30.2548078 ], [ 120.4491693, 30.2549521 ], [ 120.4485746, 30.2550677 ] ], [ [ 120.4485746, 30.2550677 ], [ 120.4474493, 30.2552865 ], [ 120.4465598, 30.2553893 ], [ 120.4459054, 30.2554171 ], [ 120.4448969, 30.2554079 ], [ 120.4427393, 30.2553884 ], [ 120.4403039, 30.2553606 ], [ 120.4382557, 30.255343 ], [ 120.4364175, 30.2553241 ] ], [ [ 120.4299894, 30.2545261 ], [ 120.4298333, 30.2544885 ] ], [ [ 120.4364175, 30.2553241 ], [ 120.4363556, 30.2553235 ], [ 120.4347259, 30.2553152 ], [ 120.4339095, 30.2552865 ], [ 120.4330201, 30.2552133 ], [ 120.4322894, 30.2551011 ], [ 120.4314526, 30.2549436 ], [ 120.4304011, 30.2546563 ], [ 120.4299894, 30.2545261 ] ], [ [ 120.4803927, 30.26346 ], [ 120.480363, 30.2633196 ], [ 120.4803134, 30.2630334 ], [ 120.4799041, 30.2606618 ], [ 120.4795445, 30.2586538 ], [ 120.4794774, 30.2582822 ], [ 120.4793324, 30.2574788 ], [ 120.4791425, 30.2564364 ], [ 120.4790385, 30.2561814 ] ], [ [ 120.4793003, 30.2562084 ], [ 120.4797266, 30.2582674 ], [ 120.4798031, 30.2586418 ], [ 120.480047, 30.2597887 ], [ 120.480142, 30.2606482 ], [ 120.4803158, 30.2615166 ], [ 120.4805227, 30.2630392 ], [ 120.4805656, 30.2633091 ], [ 120.4805905, 30.2634478 ] ], [ [ 120.4805905, 30.2634478 ], [ 120.4806044, 30.2635298 ] ], [ [ 120.4804042, 30.263539 ], [ 120.4803927, 30.26346 ] ], [ [ 120.2500701, 30.2117103 ], [ 120.2502778, 30.2116992 ], [ 120.2513681, 30.2116847 ], [ 120.2515776, 30.2116826 ], [ 120.256253, 30.2114707 ] ], [ [ 120.2562712, 30.211656 ], [ 120.2542914, 30.2117341 ], [ 120.253601, 30.2117613 ], [ 120.2520133, 30.2118016 ], [ 120.2515229, 30.2118057 ], [ 120.251323, 30.2118191 ], [ 120.2503065, 30.2118447 ], [ 120.2500632, 30.2118437 ] ], [ [ 120.256253, 30.2114707 ], [ 120.2575013, 30.2114484 ], [ 120.2582812, 30.2114344 ], [ 120.2605224, 30.2113943 ], [ 120.2639564, 30.2113329 ], [ 120.264249, 30.2113277 ], [ 120.2644171, 30.2113197 ] ], [ [ 120.2644256, 30.2114016 ], [ 120.2639377, 30.2114166 ], [ 120.2627469, 30.2114533 ], [ 120.2605381, 30.2115107 ], [ 120.2599704, 30.2115254 ], [ 120.2590515, 30.2115492 ], [ 120.2588452, 30.2115546 ], [ 120.2564545, 30.2116488 ], [ 120.2562712, 30.211656 ] ], [ [ 120.2553272, 30.224123 ], [ 120.2555993, 30.2241959 ], [ 120.2562914, 30.2244207 ], [ 120.256577, 30.2245093 ], [ 120.2579111, 30.2249722 ], [ 120.2590491, 30.2253557 ], [ 120.2596996, 30.2255376 ], [ 120.2604184, 30.2257195 ], [ 120.2606919, 30.2257804 ], [ 120.2610674, 30.225864 ] ], [ [ 120.2499545, 30.2223142 ], [ 120.2505115, 30.2225043 ], [ 120.2515461, 30.2228418 ], [ 120.2525703, 30.2231761 ], [ 120.2535906, 30.2235432 ], [ 120.254611, 30.2238841 ], [ 120.2552184, 30.2240829 ] ], [ [ 120.2541025, 30.2240226 ], [ 120.2534465, 30.2238022 ], [ 120.2524451, 30.2234646 ], [ 120.2514171, 30.2231139 ], [ 120.2503852, 30.2227687 ], [ 120.2499666, 30.2226312 ] ], [ [ 120.2552184, 30.2240829 ], [ 120.2553272, 30.224123 ] ], [ [ 120.2551828, 30.2243919 ], [ 120.2544707, 30.2241463 ], [ 120.2541025, 30.2240226 ] ], [ [ 120.2552619, 30.2244192 ], [ 120.2551828, 30.2243919 ] ], [ [ 120.2610778, 30.2261586 ], [ 120.2603084, 30.2259981 ], [ 120.259656, 30.2258441 ], [ 120.2589049, 30.225631 ], [ 120.257547, 30.2251886 ], [ 120.2562353, 30.2247432 ], [ 120.2555189, 30.2244972 ], [ 120.2554242, 30.2244631 ], [ 120.2552619, 30.2244192 ] ], [ [ 120.2610674, 30.225864 ], [ 120.2616512, 30.2259653 ], [ 120.2623795, 30.2260669 ], [ 120.2632406, 30.2261915 ], [ 120.2640417, 30.226249 ] ], [ [ 120.2644256, 30.2114016 ], [ 120.2644171, 30.2113197 ] ], [ [ 120.2646146, 30.2113873 ], [ 120.2644256, 30.2114016 ] ], [ [ 120.2646146, 30.2113873 ], [ 120.264637, 30.21149 ], [ 120.2646955, 30.2118381 ], [ 120.2647452, 30.2121338 ], [ 120.2649948, 30.2136171 ], [ 120.2650965, 30.2142981 ], [ 120.2652326, 30.2151893 ], [ 120.2653163, 30.2157443 ], [ 120.2653501, 30.2160796 ], [ 120.265356, 30.2163991 ], [ 120.2653653, 30.2166871 ], [ 120.2653724, 30.216909 ], [ 120.2653567, 30.2170393 ], [ 120.2653312, 30.2172518 ], [ 120.2652782, 30.2176429 ], [ 120.2651849, 30.2180302 ] ], [ [ 120.2649951, 30.218053 ], [ 120.2650262, 30.2179227 ], [ 120.2651397, 30.2171874 ], [ 120.2651611, 30.216737 ], [ 120.2651638, 30.216343 ], [ 120.265154, 30.2162266 ], [ 120.2651132, 30.2157408 ], [ 120.2650474, 30.2152316 ], [ 120.2649034, 30.2143231 ], [ 120.264794, 30.2137048 ], [ 120.2645084, 30.2119523 ], [ 120.2644331, 30.21149 ], [ 120.2644256, 30.2114016 ] ], [ [ 120.2651849, 30.2180302 ], [ 120.2651817, 30.2180827 ] ], [ [ 120.2649796, 30.2181151 ], [ 120.2649951, 30.218053 ] ], [ [ 120.2651817, 30.2180827 ], [ 120.2648896, 30.2198146 ], [ 120.2648798, 30.2198726 ], [ 120.2647593, 30.2204689 ], [ 120.2646622, 30.2212832 ] ], [ [ 120.2644654, 30.221315 ], [ 120.2645429, 30.2207014 ], [ 120.2646338, 30.2200569 ], [ 120.2646625, 30.2198537 ], [ 120.2647877, 30.2191426 ], [ 120.2649796, 30.2181151 ] ], [ [ 120.2646622, 30.2212832 ], [ 120.26466, 30.2213364 ] ], [ [ 120.2851586, 30.2181358 ], [ 120.285184, 30.2182046 ] ], [ [ 120.2848365, 30.2182591 ], [ 120.2849011, 30.2181777 ] ], [ [ 120.285184, 30.2182046 ], [ 120.2853893, 30.2191271 ], [ 120.2855529, 30.2199179 ], [ 120.2856338, 30.2203568 ], [ 120.2857776, 30.2209871 ], [ 120.2863095, 30.2234706 ] ], [ [ 120.2860498, 30.2235082 ], [ 120.2855628, 30.2212011 ], [ 120.2854982, 30.2210508 ], [ 120.2853707, 30.2207398 ], [ 120.2851779, 30.220062 ], [ 120.2850656, 30.2195048 ], [ 120.284967, 30.2188956 ], [ 120.2848365, 30.2182591 ] ], [ [ 120.2806772, 30.2246924 ], [ 120.2804838, 30.2247216 ] ], [ [ 120.2754548, 30.2250894 ], [ 120.2805432, 30.2243359 ] ], [ [ 120.2644655, 30.2213604 ], [ 120.2644654, 30.221315 ] ], [ [ 120.2640528, 30.2261493 ], [ 120.2642313, 30.2244753 ], [ 120.2642654, 30.2238689 ], [ 120.2642891, 30.2234415 ], [ 120.2644655, 30.2213604 ] ], [ [ 120.26466, 30.2213364 ], [ 120.2645993, 30.2221919 ], [ 120.2645547, 30.2228207 ], [ 120.2644951, 30.2234638 ], [ 120.264431, 30.2242235 ], [ 120.2644126, 30.2244418 ], [ 120.2642294, 30.2262566 ] ], [ [ 120.2642294, 30.2262566 ], [ 120.2658886, 30.2262847 ], [ 120.2666106, 30.2262786 ], [ 120.2674883, 30.2262515 ], [ 120.2679273, 30.226139 ], [ 120.2691173, 30.226009 ], [ 120.2718514, 30.2256337 ], [ 120.2718571, 30.2256331 ], [ 120.2721024, 30.2256081 ], [ 120.2721081, 30.2256075 ], [ 120.2753909, 30.2251056 ] ], [ [ 120.2754647, 30.2254788 ], [ 120.2721866, 30.2259684 ], [ 120.2721809, 30.2259691 ], [ 120.2719242, 30.2260023 ], [ 120.2719185, 30.226003 ], [ 120.2691732, 30.2264206 ], [ 120.267994, 30.2265621 ], [ 120.2674079, 30.2265612 ], [ 120.2665095, 30.2266043 ], [ 120.265903, 30.2266164 ], [ 120.2648217, 30.2266235 ], [ 120.2641953, 30.2265853 ] ], [ [ 120.2640417, 30.226249 ], [ 120.2640528, 30.2261493 ] ], [ [ 120.2640417, 30.226249 ], [ 120.2642294, 30.2262566 ] ], [ [ 120.2640056, 30.2265735 ], [ 120.2640417, 30.226249 ] ], [ [ 120.2753909, 30.2251056 ], [ 120.2754548, 30.2250894 ] ], [ [ 120.2755395, 30.2254688 ], [ 120.2754647, 30.2254788 ] ], [ [ 120.2863095, 30.2234706 ], [ 120.2875015, 30.2233156 ], [ 120.2876281, 30.2232958 ] ], [ [ 120.2860498, 30.2235082 ], [ 120.2863095, 30.2234706 ] ], [ [ 120.2863095, 30.2234706 ], [ 120.2863896, 30.2238196 ] ], [ [ 120.2861258, 30.2238681 ], [ 120.2860498, 30.2235082 ] ], [ [ 120.2863896, 30.2238196 ], [ 120.2861258, 30.2238681 ] ], [ [ 120.2805432, 30.2243359 ], [ 120.2820952, 30.2241061 ], [ 120.2853091, 30.223629 ], [ 120.2860498, 30.2235082 ] ], [ [ 120.2861258, 30.2238681 ], [ 120.2842997, 30.2241455 ], [ 120.2821815, 30.2244651 ], [ 120.2806772, 30.2246924 ] ], [ [ 120.2868545, 30.22807 ], [ 120.2868468, 30.2278927 ], [ 120.28677, 30.2271647 ], [ 120.2864833, 30.2255912 ], [ 120.2861947, 30.2241944 ], [ 120.2861258, 30.2238681 ] ], [ [ 120.2863896, 30.2238196 ], [ 120.2865131, 30.2243581 ], [ 120.2867589, 30.2254093 ], [ 120.2868259, 30.2258814 ], [ 120.2869858, 30.2270089 ], [ 120.2870981, 30.2278847 ], [ 120.287126, 30.2281348 ] ], [ [ 120.2804838, 30.2247216 ], [ 120.2755395, 30.2254688 ] ], [ [ 120.2949165, 30.222197 ], [ 120.2950986, 30.2221519 ] ], [ [ 120.2947697, 30.2225119 ], [ 120.294612, 30.2225458 ] ], [ [ 120.303521, 30.2211841 ], [ 120.2987238, 30.2219235 ], [ 120.2980929, 30.2220098 ], [ 120.2980454, 30.2220171 ], [ 120.2947697, 30.2225119 ] ], [ [ 120.2876281, 30.2232958 ], [ 120.2906607, 30.2228219 ], [ 120.293119, 30.2224236 ], [ 120.2949165, 30.222197 ] ], [ [ 120.294612, 30.2225458 ], [ 120.2923125, 30.2228693 ], [ 120.2883377, 30.2235014 ], [ 120.2875438, 30.2236532 ], [ 120.2863896, 30.2238196 ] ], [ [ 120.2496665, 30.2273512 ], [ 120.2499559, 30.227443 ], [ 120.2506256, 30.2276875 ], [ 120.2538103, 30.2288181 ] ], [ [ 120.2537411, 30.2288718 ], [ 120.2501615, 30.2276041 ], [ 120.2496225, 30.2274302 ] ], [ [ 120.2538103, 30.2288181 ], [ 120.2538635, 30.2288548 ] ], [ [ 120.2538394, 30.2288971 ], [ 120.2537411, 30.2288718 ] ], [ [ 120.2640056, 30.2265735 ], [ 120.2631457, 30.2264963 ], [ 120.2621899, 30.2263652 ], [ 120.2615488, 30.226257 ], [ 120.2610778, 30.2261586 ] ], [ [ 120.2641953, 30.2265853 ], [ 120.264169, 30.2268382 ], [ 120.2641175, 30.2272386 ], [ 120.2640198, 30.2280498 ], [ 120.263992, 30.228176 ], [ 120.2638874, 30.2286503 ], [ 120.2637457, 30.2290571 ], [ 120.2635285, 30.2295467 ], [ 120.2630293, 30.2303979 ], [ 120.262842, 30.2306714 ], [ 120.2625556, 30.2310078 ], [ 120.2621665, 30.2314087 ], [ 120.2617016, 30.2318185 ], [ 120.2611888, 30.2321957 ], [ 120.2605266, 30.2326093 ], [ 120.2599884, 30.2329037 ], [ 120.2593662, 30.2332441 ], [ 120.2589584, 30.2334929 ] ], [ [ 120.2588756, 30.2333058 ], [ 120.2593413, 30.2330277 ], [ 120.2597439, 30.2328032 ], [ 120.2598647, 30.2327358 ], [ 120.2604371, 30.2324165 ], [ 120.261117, 30.2319808 ], [ 120.2617036, 30.2315532 ], [ 120.2622021, 30.2310819 ], [ 120.2624934, 30.2307615 ], [ 120.2627286, 30.2304814 ], [ 120.2629416, 30.2301695 ] ], [ [ 120.2573749, 30.2310274 ], [ 120.2581211, 30.2318919 ], [ 120.2586167, 30.2328103 ], [ 120.2588756, 30.2333058 ] ], [ [ 120.2588103, 30.2333468 ], [ 120.2586217, 30.232947 ], [ 120.2585581, 30.2328122 ], [ 120.2582835, 30.2323238 ], [ 120.2580683, 30.2319409 ], [ 120.2577206, 30.2315196 ], [ 120.2573301, 30.2310678 ] ], [ [ 120.2588103, 30.2333468 ], [ 120.2588756, 30.2333058 ] ], [ [ 120.2588756, 30.2333058 ], [ 120.2589584, 30.2334929 ] ], [ [ 120.2588536, 30.2335621 ], [ 120.2588103, 30.2333468 ] ], [ [ 120.2538635, 30.2288548 ], [ 120.2541938, 30.2289712 ], [ 120.2544768, 30.2290894 ], [ 120.2547117, 30.2291905 ], [ 120.2550773, 30.229348 ], [ 120.2555785, 30.2296131 ], [ 120.2561482, 30.2299773 ], [ 120.2565722, 30.2303113 ], [ 120.2566399, 30.2303646 ], [ 120.2570887, 30.2307676 ], [ 120.2573749, 30.2310274 ] ], [ [ 120.2573301, 30.2310678 ], [ 120.2572409, 30.2309646 ], [ 120.2566067, 30.2304096 ], [ 120.2560817, 30.2300001 ], [ 120.2555698, 30.2296833 ], [ 120.2550578, 30.2294149 ], [ 120.2544661, 30.2291647 ], [ 120.2541863, 30.2290466 ], [ 120.2538394, 30.2288971 ] ], [ [ 120.2642294, 30.2262566 ], [ 120.2641953, 30.2265853 ] ], [ [ 120.2641953, 30.2265853 ], [ 120.2640056, 30.2265735 ] ], [ [ 120.2629416, 30.2301695 ], [ 120.2631611, 30.2298073 ], [ 120.263475, 30.2292281 ], [ 120.2637126, 30.2286142 ], [ 120.2638335, 30.2281134 ], [ 120.2638917, 30.2276294 ], [ 120.2639493, 30.227079 ], [ 120.2640056, 30.2265735 ] ], [ [ 120.2588536, 30.2335621 ], [ 120.2583747, 30.2338387 ], [ 120.2579974, 30.2340566 ], [ 120.2579544, 30.23408 ], [ 120.2571175, 30.234536 ], [ 120.256903, 30.2346529 ], [ 120.2560328, 30.2351731 ], [ 120.2556965, 30.2353542 ], [ 120.2545561, 30.2360257 ], [ 120.2542112, 30.2362216 ], [ 120.2539718, 30.2363575 ], [ 120.2539293, 30.2363816 ], [ 120.2536454, 30.2365481 ], [ 120.2531823, 30.2368195 ], [ 120.2525863, 30.237169 ] ], [ [ 120.2524738, 30.2369424 ], [ 120.2528677, 30.2367114 ], [ 120.2533754, 30.2364486 ], [ 120.2535114, 30.2363782 ], [ 120.253994, 30.2360938 ], [ 120.2542545, 30.2359507 ], [ 120.2547456, 30.2356681 ], [ 120.2561833, 30.2348257 ] ], [ [ 120.2523185, 30.2370185 ], [ 120.2524738, 30.2369424 ] ], [ [ 120.2525863, 30.237169 ], [ 120.2524429, 30.2372597 ] ], [ [ 120.2478107, 30.2393613 ], [ 120.2482242, 30.2391505 ], [ 120.2485822, 30.238968 ], [ 120.2489352, 30.2387881 ], [ 120.2492575, 30.238611 ], [ 120.2507215, 30.2378558 ], [ 120.2512177, 30.2375915 ], [ 120.2518623, 30.2372559 ], [ 120.2523185, 30.2370185 ] ], [ [ 120.2524429, 30.2372597 ], [ 120.2520307, 30.2374675 ], [ 120.2515886, 30.2376877 ], [ 120.2514862, 30.2377394 ], [ 120.2513734, 30.2377964 ], [ 120.2505961, 30.2381892 ], [ 120.2494209, 30.2387831 ], [ 120.2493762, 30.2388057 ], [ 120.249064, 30.2389633 ], [ 120.2484995, 30.2392484 ], [ 120.2479296, 30.2395281 ] ], [ [ 120.2477548, 30.2393947 ], [ 120.2478107, 30.2393613 ] ], [ [ 120.2589584, 30.2334929 ], [ 120.2588536, 30.2335621 ] ], [ [ 120.2561833, 30.2348257 ], [ 120.2570123, 30.234359 ], [ 120.257361, 30.2341627 ], [ 120.2583191, 30.2336233 ], [ 120.2588103, 30.2333468 ] ], [ [ 120.2589584, 30.2334929 ], [ 120.2590533, 30.2338269 ], [ 120.2590769, 30.2339284 ], [ 120.2591362, 30.2341826 ], [ 120.2592191, 30.2345948 ], [ 120.2592731, 30.2349492 ], [ 120.2592865, 30.235505 ], [ 120.2592766, 30.2358577 ], [ 120.2592737, 30.2361595 ], [ 120.2592238, 30.2365518 ], [ 120.2591663, 30.2370448 ], [ 120.2590222, 30.2375752 ], [ 120.2588408, 30.2381823 ], [ 120.2585153, 30.2390818 ] ], [ [ 120.2583549, 30.2390675 ], [ 120.2585275, 30.2386126 ], [ 120.258747, 30.238 ], [ 120.2588518, 30.2375645 ], [ 120.2589104, 30.2373873 ], [ 120.2590211, 30.2369343 ], [ 120.2590929, 30.2364717 ], [ 120.259145, 30.2361302 ], [ 120.2591386, 30.2358852 ], [ 120.259153, 30.2357151 ], [ 120.2591539, 30.235357 ], [ 120.2591125, 30.2349566 ], [ 120.2590243, 30.234411 ], [ 120.258958, 30.2340815 ], [ 120.2588536, 30.2335621 ] ], [ [ 120.2582977, 30.2391832 ], [ 120.2583549, 30.2390675 ] ], [ [ 120.2585153, 30.2390818 ], [ 120.2584651, 30.2391804 ] ], [ [ 120.2894285, 30.2464925 ], [ 120.2895194, 30.2464308 ], [ 120.2898077, 30.2462851 ], [ 120.294541, 30.2436571 ], [ 120.2961411, 30.242825 ], [ 120.2980716, 30.241929 ], [ 120.2983125, 30.2418074 ] ], [ [ 120.2983775, 30.242045 ], [ 120.297372, 30.242511 ], [ 120.2959224, 30.2432112 ], [ 120.2950353, 30.2436733 ], [ 120.2940052, 30.2442371 ], [ 120.2919263, 30.2453862 ], [ 120.2909269, 30.2459336 ], [ 120.2905112, 30.2461633 ], [ 120.2895803, 30.246676 ] ], [ [ 120.315531, 30.2438022 ], [ 120.3157333, 30.2437534 ] ], [ [ 120.3158097, 30.2439139 ], [ 120.3156038, 30.2439607 ] ], [ [ 120.3088562, 30.2456692 ], [ 120.309605, 30.245318 ], [ 120.3102592, 30.2450389 ], [ 120.3107951, 30.244855 ], [ 120.3119459, 30.2445282 ], [ 120.3131575, 30.2442549 ], [ 120.315531, 30.2438022 ] ], [ [ 120.3156038, 30.2439607 ], [ 120.3145096, 30.2441759 ], [ 120.3119578, 30.2447343 ], [ 120.3114956, 30.2448544 ], [ 120.3109845, 30.245007 ], [ 120.3105335, 30.2451628 ], [ 120.3099886, 30.2453641 ], [ 120.3093873, 30.2456271 ], [ 120.3089735, 30.2458364 ] ], [ [ 120.3086687, 30.2457683 ], [ 120.3088562, 30.2456692 ] ], [ [ 120.2983125, 30.2418074 ], [ 120.2983939, 30.2417745 ] ], [ [ 120.2984919, 30.2419917 ], [ 120.2983775, 30.242045 ] ], [ [ 120.3038725, 30.2499552 ], [ 120.3039538, 30.249868 ] ], [ [ 120.3041643, 30.2500263 ], [ 120.3040592, 30.250145 ] ], [ [ 120.2859636, 30.2483745 ], [ 120.2863358, 30.2464039 ], [ 120.2866076, 30.2443739 ], [ 120.2866861, 30.2438052 ], [ 120.2868742, 30.242496 ], [ 120.2869358, 30.2421047 ], [ 120.2871406, 30.2402022 ], [ 120.2871784, 30.2398418 ], [ 120.2871986, 30.2393318 ], [ 120.2872232, 30.2387086 ] ], [ [ 120.2869334, 30.2438083 ], [ 120.2868939, 30.2439995 ], [ 120.2868758, 30.2441351 ] ], [ [ 120.2868758, 30.2441351 ], [ 120.2867238, 30.2456172 ], [ 120.2864236, 30.2481504 ] ], [ [ 120.2864236, 30.2481504 ], [ 120.2874109, 30.2475808 ], [ 120.2879036, 30.2473268 ], [ 120.2881826, 30.2471719 ], [ 120.2886552, 30.2469237 ], [ 120.2893186, 30.2465595 ] ], [ [ 120.2894696, 30.2467426 ], [ 120.2879624, 30.2475507 ], [ 120.2873488, 30.2478926 ], [ 120.2866885, 30.2482571 ], [ 120.2863637, 30.2484363 ] ], [ [ 120.2859636, 30.2483745 ], [ 120.2864236, 30.2481504 ] ], [ [ 120.2864236, 30.2481504 ], [ 120.2863637, 30.2484363 ] ], [ [ 120.2858834, 30.2486992 ], [ 120.2859636, 30.2483745 ] ], [ [ 120.2863637, 30.2484363 ], [ 120.2858834, 30.2486992 ] ], [ [ 120.2854601, 30.2566837 ], [ 120.2854848, 30.2562409 ], [ 120.2854764, 30.2555832 ], [ 120.2853989, 30.2545589 ], [ 120.285396, 30.2539728 ], [ 120.285476, 30.2532822 ], [ 120.2855324, 30.2521531 ], [ 120.2855897, 30.2515492 ], [ 120.2858834, 30.2486992 ] ], [ [ 120.2893186, 30.2465595 ], [ 120.2894285, 30.2464925 ] ], [ [ 120.2895803, 30.246676 ], [ 120.2894696, 30.2467426 ] ], [ [ 120.2479296, 30.2395281 ], [ 120.2478685, 30.2395596 ] ], [ [ 120.2443414, 30.2411653 ], [ 120.2448083, 30.2409096 ], [ 120.2453712, 30.2406202 ], [ 120.2461139, 30.2402383 ], [ 120.2467078, 30.239933 ], [ 120.2472251, 30.2396671 ], [ 120.2477548, 30.2393947 ] ], [ [ 120.2478685, 30.2395596 ], [ 120.2474974, 30.2397507 ], [ 120.2468225, 30.2400982 ], [ 120.2459124, 30.2405669 ], [ 120.2454663, 30.2407894 ], [ 120.244972, 30.2410359 ], [ 120.2444311, 30.2413056 ] ], [ [ 120.2455963, 30.2431592 ], [ 120.2456643, 30.2432499 ] ], [ [ 120.2456643, 30.2432499 ], [ 120.2463116, 30.2442011 ], [ 120.246478, 30.2444355 ], [ 120.2466854, 30.2447277 ], [ 120.2467611, 30.2448192 ] ], [ [ 120.2466075, 30.2449753 ], [ 120.2464981, 30.2447888 ], [ 120.2461393, 30.2442903 ], [ 120.245503, 30.2433457 ] ], [ [ 120.250904, 30.250055 ], [ 120.2509755, 30.2501427 ], [ 120.2510783, 30.2502301 ], [ 120.2515485, 30.2508369 ], [ 120.2516793, 30.2510028 ], [ 120.2522752, 30.2517589 ] ], [ [ 120.2546584, 30.2509066 ], [ 120.2546304, 30.2510062 ] ], [ [ 120.2544339, 30.2510279 ], [ 120.2544664, 30.2509203 ] ], [ [ 120.2522752, 30.2517589 ], [ 120.2523883, 30.2519061 ] ], [ [ 120.2521932, 30.2520282 ], [ 120.2520757, 30.2518803 ] ], [ [ 120.2467611, 30.2448192 ], [ 120.2468486, 30.2450195 ], [ 120.2477812, 30.2462917 ], [ 120.2484129, 30.2471535 ], [ 120.2511451, 30.2504432 ], [ 120.2526175, 30.2523204 ], [ 120.253586576913278, 30.25356449260952 ] ], [ [ 120.253586576913278, 30.25356449260952 ], [ 120.253718224567081, 30.253733500735631 ] ], [ [ 120.253718224567081, 30.253733500735631 ], [ 120.2540365, 30.2541421 ], [ 120.2545608, 30.254785 ], [ 120.2551151, 30.2554708 ], [ 120.2554301, 30.2558508 ], [ 120.2557987, 30.2562656 ], [ 120.2561771, 30.2566301 ], [ 120.2562244, 30.2566727 ], [ 120.2562718, 30.2567153 ], [ 120.2562935, 30.2567349 ], [ 120.2575062, 30.2578327 ], [ 120.257967, 30.2582056 ], [ 120.2588547, 30.2588634 ], [ 120.2600626, 30.2595505 ], [ 120.2603553, 30.2596478 ] ], [ [ 120.2536098, 30.2534973 ], [ 120.2536828, 30.253286 ], [ 120.2540421, 30.2523222 ], [ 120.2544339, 30.2510279 ] ], [ [ 120.2546304, 30.2510062 ], [ 120.2541971, 30.2523813 ], [ 120.2537413, 30.2536642 ] ], [ [ 120.2600995, 30.2597867 ], [ 120.2599025, 30.2596343 ], [ 120.2597133, 30.2595128 ], [ 120.2589663, 30.2590813 ], [ 120.2584473, 30.2587084 ], [ 120.2575838, 30.2580296 ], [ 120.2574432, 30.2579123 ], [ 120.2561334, 30.2567307 ], [ 120.255726, 30.2563452 ], [ 120.2552409, 30.2557879 ], [ 120.2550371, 30.2555491 ], [ 120.2545201, 30.2548888 ], [ 120.253687566611845, 30.25382557349797 ] ], [ [ 120.253687566611845, 30.25382557349797 ], [ 120.253554899967043, 30.253656145226735 ] ], [ [ 120.253554899967043, 30.253656145226735 ], [ 120.2509174, 30.2502878 ], [ 120.247709, 30.2463346 ], [ 120.2470399, 30.2455101 ], [ 120.2466075, 30.2449753 ] ], [ [ 120.2508158, 30.2499469 ], [ 120.250904, 30.250055 ] ], [ [ 120.2507331, 30.2501554 ], [ 120.2506357, 30.2500409 ] ], [ [ 120.2520757, 30.2518803 ], [ 120.2513366, 30.2509466 ], [ 120.2508706, 30.2503464 ], [ 120.2508009, 30.250235 ], [ 120.2507331, 30.2501554 ] ], [ [ 120.2537413, 30.2536642 ], [ 120.2550469, 30.2550953 ], [ 120.255952, 30.2559061 ], [ 120.2564325, 30.2562632 ], [ 120.2571189, 30.256889 ], [ 120.2572119, 30.2569895 ], [ 120.2573036, 30.2570902 ], [ 120.257589, 30.2574697 ], [ 120.2580395, 30.2580339 ], [ 120.2581477, 30.2581695 ], [ 120.2586282, 30.2585797 ], [ 120.2596227, 30.2592119 ], [ 120.2603553, 30.2596478 ] ], [ [ 120.2600995, 30.2597867 ], [ 120.2603553, 30.2596478 ] ], [ [ 120.2603553, 30.2596478 ], [ 120.2607877, 30.2598427 ] ], [ [ 120.2604834, 30.2599535 ], [ 120.2600995, 30.2597867 ] ], [ [ 120.2607877, 30.2598427 ], [ 120.2606937, 30.2598738 ], [ 120.2604834, 30.2599535 ] ], [ [ 120.2523883, 30.2519061 ], [ 120.2536098, 30.2534973 ] ], [ [ 120.2535451, 30.2536845 ], [ 120.2529652, 30.252968 ], [ 120.2521932, 30.2520282 ] ], [ [ 120.2536098, 30.2534973 ], [ 120.2537413, 30.2536642 ] ], [ [ 120.2535451, 30.2536845 ], [ 120.253554899967043, 30.253656145226735 ] ], [ [ 120.253554899967043, 30.253656145226735 ], [ 120.253586576913278, 30.25356449260952 ] ], [ [ 120.253586576913278, 30.25356449260952 ], [ 120.2536098, 30.2534973 ] ], [ [ 120.2537413, 30.2536642 ], [ 120.253718224567081, 30.253733500735631 ] ], [ [ 120.253718224567081, 30.253733500735631 ], [ 120.253687566611845, 30.25382557349797 ] ], [ [ 120.253687566611845, 30.25382557349797 ], [ 120.2536793, 30.2538504 ] ], [ [ 120.2536793, 30.2538504 ], [ 120.2535451, 30.2536845 ] ], [ [ 120.2527041, 30.2559669 ], [ 120.2527612, 30.2558507 ], [ 120.2535451, 30.2536845 ] ], [ [ 120.2536793, 30.2538504 ], [ 120.2530944, 30.2554851 ], [ 120.252874, 30.2560063 ] ], [ [ 120.2526464, 30.2560843 ], [ 120.2527041, 30.2559669 ] ], [ [ 120.287126, 30.2281348 ], [ 120.2871415, 30.2284791 ], [ 120.2871781, 30.2294916 ], [ 120.2871518, 30.2301718 ], [ 120.2871124, 30.2308104 ] ], [ [ 120.2868106, 30.2308832 ], [ 120.286878, 30.2296248 ], [ 120.286887, 30.228684 ], [ 120.2868545, 30.22807 ] ], [ [ 120.2874936, 30.237492 ], [ 120.2875202, 30.2380084 ], [ 120.2875307, 30.2385571 ] ], [ [ 120.2872259, 30.2385947 ], [ 120.2872248, 30.2384303 ], [ 120.2872116, 30.2381308 ], [ 120.2872008, 30.2375996 ] ], [ [ 120.2875307, 30.2385571 ], [ 120.2875281, 30.2386775 ] ], [ [ 120.2872232, 30.2387086 ], [ 120.2872259, 30.2385947 ] ], [ [ 120.2875281, 30.2386775 ], [ 120.2874964, 30.2393886 ], [ 120.2874733, 30.2399086 ], [ 120.2872886, 30.2412194 ], [ 120.2871339, 30.2421453 ], [ 120.2869334, 30.2438083 ] ], [ [ 120.2603553, 30.2596478 ], [ 120.2611321, 30.2593189 ], [ 120.2618653, 30.2590564 ], [ 120.26238, 30.2588436 ], [ 120.2654338, 30.2576535 ], [ 120.2663967, 30.2572494 ], [ 120.2679516, 30.2567024 ], [ 120.2700312, 30.2558939 ], [ 120.272027, 30.255071 ], [ 120.2730234, 30.2546858 ], [ 120.274552, 30.2540326 ], [ 120.2752147, 30.2537657 ], [ 120.2760242, 30.2534099 ], [ 120.2765784, 30.253162 ], [ 120.2774919, 30.2527256 ], [ 120.2793276, 30.2518601 ], [ 120.2813661, 30.2508565 ], [ 120.2817879, 30.2506557 ], [ 120.2819496, 30.2505698 ], [ 120.282671, 30.2501768 ], [ 120.2844542, 30.2491984 ], [ 120.2859636, 30.2483745 ] ], [ [ 120.2858834, 30.2486992 ], [ 120.2849241, 30.2492327 ], [ 120.2840093, 30.249738 ], [ 120.2827674, 30.2504133 ], [ 120.2818069, 30.2509182 ], [ 120.2804674, 30.2515958 ], [ 120.2799511, 30.2518605 ], [ 120.2782002, 30.2527089 ], [ 120.2769257, 30.2532895 ], [ 120.2764335, 30.2535115 ], [ 120.274594, 30.2543092 ], [ 120.2732456, 30.2548816 ], [ 120.2729552, 30.254996 ], [ 120.2695962, 30.2564372 ], [ 120.2673499, 30.2572682 ], [ 120.2666566, 30.2575423 ], [ 120.2647488, 30.2582968 ], [ 120.2634753, 30.2587964 ], [ 120.2607877, 30.2598427 ] ], [ [ 120.2713271, 30.2956364 ], [ 120.2715305, 30.2956923 ], [ 120.2725279, 30.2959665 ], [ 120.2744932, 30.2965068 ], [ 120.2745484, 30.296522 ], [ 120.2746732, 30.2965561 ] ], [ [ 120.2746346, 30.2966753 ], [ 120.2745038, 30.2966368 ], [ 120.2744537, 30.2966232 ], [ 120.2727976, 30.2961532 ], [ 120.2714619, 30.2957894 ], [ 120.2712776, 30.2957408 ] ], [ [ 120.2781572, 30.2975239 ], [ 120.2779317, 30.2974596 ], [ 120.276223, 30.2970768 ], [ 120.2753078, 30.2968558 ], [ 120.2748213, 30.296726 ], [ 120.2747762, 30.2967138 ], [ 120.2746346, 30.2966753 ] ], [ [ 120.2746732, 30.2965561 ], [ 120.2748106, 30.2965968 ], [ 120.274863, 30.2966123 ], [ 120.2762588, 30.2969883 ], [ 120.2779632, 30.2973641 ], [ 120.2783651, 30.2974454 ], [ 120.2805456, 30.2978811 ], [ 120.282581, 30.2982943 ], [ 120.2830686, 30.2983965 ], [ 120.2835509, 30.298542 ], [ 120.2845213, 30.298786 ] ], [ [ 120.2845182, 30.2988986 ], [ 120.2836277, 30.298662 ], [ 120.2827921, 30.2984637 ], [ 120.2821026, 30.298319 ], [ 120.2805611, 30.2980054 ], [ 120.2803564, 30.2979663 ], [ 120.2800609, 30.297907 ], [ 120.278332, 30.2975623 ], [ 120.2781572, 30.2975239 ] ], [ [ 120.2672297, 30.2944592 ], [ 120.267178, 30.2945439 ] ], [ [ 120.2672297, 30.2944592 ], [ 120.2673074, 30.2944842 ], [ 120.2680026, 30.2947577 ], [ 120.2684023, 30.2949069 ] ], [ [ 120.2683723, 30.2949818 ], [ 120.267794, 30.294764 ], [ 120.2672524, 30.2945628 ], [ 120.267178, 30.2945439 ] ], [ [ 120.2684023, 30.2949069 ], [ 120.2683723, 30.2949818 ] ], [ [ 120.2684023, 30.2949069 ], [ 120.2689928, 30.2950864 ], [ 120.2694511, 30.2951859 ], [ 120.2700362, 30.2953377 ], [ 120.2710878, 30.2955905 ], [ 120.2713271, 30.2956364 ] ], [ [ 120.2712776, 30.2957408 ], [ 120.2710446, 30.2956778 ], [ 120.2699341, 30.2953909 ], [ 120.2688823, 30.2951309 ], [ 120.2683723, 30.2949818 ] ], [ [ 120.2847952, 30.2989889 ], [ 120.2845182, 30.2988986 ] ], [ [ 120.2845926, 30.3022705 ], [ 120.2845718, 30.3020561 ], [ 120.2845586, 30.3019204 ], [ 120.2845563, 30.3018963 ], [ 120.2845107, 30.3012282 ], [ 120.2844842, 30.3006191 ], [ 120.2845171, 30.2989965 ], [ 120.2845182, 30.2988986 ] ], [ [ 120.2847952, 30.2989889 ], [ 120.2847704, 30.3005857 ], [ 120.2848987, 30.301872 ], [ 120.2849113, 30.3019987 ], [ 120.2849324, 30.30221 ] ], [ [ 120.2849324, 30.30221 ], [ 120.2850839, 30.3021852 ], [ 120.2858286, 30.302063 ], [ 120.2867168, 30.301887 ], [ 120.2869053, 30.3018497 ] ], [ [ 120.2845926, 30.3022705 ], [ 120.2849324, 30.30221 ] ], [ [ 120.2849324, 30.30221 ], [ 120.2849739, 30.3024532 ] ], [ [ 120.2866017, 30.3022228 ], [ 120.2850927, 30.3024364 ], [ 120.2849739, 30.3024532 ] ], [ [ 120.2846315, 30.3024937 ], [ 120.2845926, 30.3022705 ] ], [ [ 120.2849739, 30.3024532 ], [ 120.2846315, 30.3024937 ] ], [ [ 120.2790941, 30.3030844 ], [ 120.2798603, 30.3029732 ], [ 120.2836041, 30.3024173 ], [ 120.2844776, 30.3022876 ], [ 120.2845926, 30.3022705 ] ], [ [ 120.2662984, 30.3051555 ], [ 120.2705751, 30.3044577 ] ], [ [ 120.2706068, 30.3047168 ], [ 120.2694072, 30.3048972 ], [ 120.2664594, 30.3053406 ], [ 120.2663189, 30.3053617 ] ], [ [ 120.252874, 30.2560063 ], [ 120.2528159, 30.2561437 ] ], [ [ 120.2600995, 30.2597867 ], [ 120.2599727, 30.2597498 ], [ 120.2595183, 30.2595127 ], [ 120.258965, 30.2591915 ], [ 120.2585388, 30.2589174 ], [ 120.257423, 30.2580719 ], [ 120.2570626, 30.2578193 ], [ 120.2559132, 30.2570137 ], [ 120.255437, 30.2566338 ], [ 120.2551604, 30.2563674 ], [ 120.2549518, 30.2560893 ], [ 120.2546752, 30.2556428 ], [ 120.2544575, 30.2551179 ], [ 120.2540993, 30.2543971 ], [ 120.2536793, 30.2538504 ] ], [ [ 120.2511976, 30.2583734 ], [ 120.251921, 30.25745 ], [ 120.2526245, 30.2561289 ], [ 120.2526464, 30.2560843 ] ], [ [ 120.2528159, 30.2561437 ], [ 120.2527278, 30.2563518 ], [ 120.2521179, 30.2574143 ], [ 120.2518802, 30.2577849 ], [ 120.2510907, 30.2587973 ], [ 120.2509372, 30.2589941 ], [ 120.2504336, 30.2594782 ] ], [ [ 120.2532271, 30.262699 ], [ 120.2532908, 30.2626679 ], [ 120.2557738, 30.2616482 ], [ 120.2587553, 30.2604074 ], [ 120.2594379, 30.2601169 ], [ 120.2600995, 30.2597867 ] ], [ [ 120.2604834, 30.2599535 ], [ 120.2604225, 30.259973 ], [ 120.2601485, 30.2600862 ], [ 120.2542095, 30.2625398 ], [ 120.2533438, 30.2629005 ] ], [ [ 120.252927, 30.2628149 ], [ 120.2532271, 30.262699 ] ], [ [ 120.2613988, 30.292023 ], [ 120.2617959, 30.2922364 ], [ 120.262451, 30.2925853 ], [ 120.2644113, 30.2934786 ], [ 120.2650841, 30.2937298 ], [ 120.2659716, 30.2940264 ], [ 120.2664208, 30.2941852 ], [ 120.2667383, 30.2942864 ], [ 120.2669639, 30.294363 ], [ 120.2672297, 30.2944592 ] ], [ [ 120.267178, 30.2945439 ], [ 120.2669166, 30.2944583 ], [ 120.2666867, 30.2943748 ], [ 120.2663875, 30.2942703 ], [ 120.2659263, 30.2941091 ], [ 120.264761, 30.29372 ], [ 120.2639742, 30.2934107 ], [ 120.262396, 30.2926884 ], [ 120.2622108, 30.292597 ], [ 120.262094, 30.2925409 ], [ 120.2618116, 30.2923918 ], [ 120.2613131, 30.2921543 ] ], [ [ 120.2533438, 30.2629005 ], [ 120.2531621, 30.2629763 ], [ 120.2530544, 30.2630212 ] ], [ [ 120.250726, 30.2874955 ], [ 120.2524436, 30.2882384 ], [ 120.2597829, 30.2912521 ], [ 120.2599517, 30.2913214 ], [ 120.2606471, 30.2916094 ], [ 120.2612195, 30.2919281 ] ], [ [ 120.2611351, 30.2920728 ], [ 120.2604042, 30.291641 ], [ 120.2599064, 30.2914042 ], [ 120.2578218, 30.2905618 ], [ 120.2562316, 30.2899139 ], [ 120.254259, 30.289101 ], [ 120.2523903, 30.2883512 ], [ 120.2506394, 30.287649 ] ], [ [ 120.2612195, 30.2919281 ], [ 120.2613988, 30.292023 ] ], [ [ 120.2613131, 30.2921543 ], [ 120.2611351, 30.2920728 ] ], [ [ 120.2449542, 30.293556 ], [ 120.2472196, 30.2952006 ], [ 120.2479303, 30.2957031 ] ], [ [ 120.2502134, 30.2976717 ], [ 120.2490318, 30.2968302 ], [ 120.2488534, 30.2967031 ], [ 120.2483714, 30.2963619 ], [ 120.2483394, 30.2963393 ], [ 120.2472208, 30.2955038 ], [ 120.2465814, 30.2950396 ], [ 120.2447581, 30.2937403 ] ], [ [ 120.2479303, 30.2957031 ], [ 120.2485512, 30.2961685 ], [ 120.2490114, 30.2965027 ], [ 120.2492455, 30.2966728 ], [ 120.2496372, 30.2969573 ], [ 120.2504036, 30.2975074 ] ], [ [ 120.2525158, 30.3000696 ], [ 120.2522351, 30.2996391 ], [ 120.2521027, 30.2994462 ], [ 120.2516288, 30.2988901 ], [ 120.2510156, 30.2983128 ], [ 120.2507744, 30.298119 ], [ 120.2502134, 30.2976717 ] ], [ [ 120.2504036, 30.2975074 ], [ 120.2511998, 30.2981495 ], [ 120.2518163, 30.2987187 ], [ 120.2521234, 30.2990471 ], [ 120.2524548, 30.2994308 ], [ 120.2527876, 30.2998811 ] ], [ [ 120.2527876, 30.2998811 ], [ 120.2529377, 30.3000833 ] ], [ [ 120.252643, 30.3002491 ], [ 120.2525158, 30.3000696 ] ], [ [ 120.2857217, 30.2588938 ], [ 120.2916428, 30.2589828 ] ], [ [ 120.2927462, 30.2589892 ], [ 120.2928949, 30.258973 ] ], [ [ 120.2916428, 30.2589828 ], [ 120.2925341, 30.2589962 ], [ 120.2927462, 30.2589892 ] ], [ [ 120.2863637, 30.2484363 ], [ 120.28593, 30.2510338 ], [ 120.2858439, 30.2517561 ], [ 120.2858065, 30.2523327 ], [ 120.2857819, 30.2535577 ], [ 120.2857784, 30.2539358 ], [ 120.285773, 30.2545289 ], [ 120.2857657, 30.2553231 ], [ 120.2857667, 30.2570211 ] ], [ [ 120.2853878, 30.2588834 ], [ 120.2854286, 30.2583705 ], [ 120.2854496, 30.2576313 ], [ 120.2854601, 30.2566837 ] ], [ [ 120.2857667, 30.2570211 ], [ 120.2857172, 30.2573847 ], [ 120.2857239, 30.2579963 ], [ 120.2857217, 30.2588938 ] ], [ [ 120.2853878, 30.2588834 ], [ 120.2857217, 30.2588938 ] ], [ [ 120.2853797, 30.2590254 ], [ 120.2853804, 30.2589763 ], [ 120.2853878, 30.2588834 ] ], [ [ 120.2857217, 30.2588938 ], [ 120.2857215, 30.2589767 ], [ 120.2857208, 30.2590158 ] ], [ [ 120.2857208, 30.2590158 ], [ 120.2853797, 30.2590254 ] ], [ [ 120.2857208, 30.2590158 ], [ 120.2856537, 30.2625553 ], [ 120.2856284, 30.263316 ], [ 120.285624, 30.2635732 ], [ 120.2856106, 30.2639184 ], [ 120.2855562, 30.2654852 ], [ 120.2855329, 30.2667663 ], [ 120.2855165, 30.2676965 ], [ 120.285463, 30.2705902 ], [ 120.2854469, 30.2715121 ], [ 120.2854259, 30.2718583 ], [ 120.2854019, 30.272965 ] ], [ [ 120.2916304, 30.259086 ], [ 120.2857208, 30.2590158 ] ], [ [ 120.2927547, 30.2590993 ], [ 120.2916304, 30.259086 ] ], [ [ 120.2929071, 30.2590929 ], [ 120.2927547, 30.2590993 ] ], [ [ 120.2851142, 30.272997 ], [ 120.2851504, 30.2714508 ], [ 120.2851551, 30.2712666 ], [ 120.2851785, 30.2701963 ], [ 120.2852386, 30.2676747 ], [ 120.2852671, 30.2667299 ], [ 120.2852788, 30.2663402 ], [ 120.2852836, 30.2654879 ], [ 120.2853089, 30.2639115 ], [ 120.2853146, 30.2635662 ], [ 120.2853191, 30.2632904 ], [ 120.2853316, 30.2625204 ], [ 120.2853797, 30.2590254 ] ], [ [ 120.2854019, 30.272965 ], [ 120.2853575, 30.2752243 ] ], [ [ 120.2850704, 30.2752138 ], [ 120.2851142, 30.272997 ] ], [ [ 120.2853575, 30.2752243 ], [ 120.2853381, 30.2762129 ] ], [ [ 120.2850454, 30.276476 ], [ 120.2850704, 30.2752138 ] ], [ [ 120.2845213, 30.298786 ], [ 120.2848159, 30.2988947 ] ], [ [ 120.2845182, 30.2988986 ], [ 120.2845213, 30.298786 ] ], [ [ 120.2848159, 30.2988947 ], [ 120.2847952, 30.2989889 ] ], [ [ 120.2869053, 30.3018497 ], [ 120.2885242, 30.3015012 ], [ 120.2892049, 30.301396 ], [ 120.2898885, 30.3013069 ], [ 120.2905684, 30.3012315 ], [ 120.291372, 30.3011454 ], [ 120.2919861, 30.3010785 ], [ 120.2926002, 30.3010329 ], [ 120.2938655, 30.3009762 ], [ 120.295083, 30.3009531 ], [ 120.2958893, 30.3009522 ], [ 120.2965824, 30.3009803 ], [ 120.2979215, 30.3010611 ], [ 120.2985048, 30.3010872 ], [ 120.2992317, 30.3011243 ], [ 120.3000796, 30.3012049 ], [ 120.300851, 30.30125 ], [ 120.3026201, 30.3013533 ], [ 120.3030111, 30.3014084 ] ], [ [ 120.3148092, 30.3018814 ], [ 120.3149641, 30.3018676 ] ], [ [ 120.3098957, 30.3020428 ], [ 120.3114798, 30.3019836 ], [ 120.3120528, 30.301967 ], [ 120.3142402, 30.3019038 ], [ 120.3145592, 30.3018966 ], [ 120.3148092, 30.3018814 ] ], [ [ 120.3074227, 30.3022407 ], [ 120.3063493, 30.3021686 ], [ 120.3059524, 30.3021249 ], [ 120.304738, 30.302014 ], [ 120.3030349, 30.3018763 ] ], [ [ 120.3149494, 30.3021179 ], [ 120.3148095, 30.3021052 ] ], [ [ 120.3148095, 30.3021052 ], [ 120.3145522, 30.3020926 ], [ 120.3142293, 30.3020911 ], [ 120.3133116, 30.3021229 ], [ 120.3115361, 30.3021843 ] ], [ [ 120.3115361, 30.3021843 ], [ 120.3098662, 30.3022339 ] ], [ [ 120.3030349, 30.3018763 ], [ 120.3022017, 30.3017879 ], [ 120.3015981, 30.3017467 ], [ 120.3000553, 30.3016413 ], [ 120.299662, 30.3016013 ], [ 120.2991147, 30.301521 ], [ 120.298473, 30.3014893 ], [ 120.2970144, 30.3014104 ], [ 120.2965687, 30.3013818 ], [ 120.2956594, 30.301344 ], [ 120.2947725, 30.3013165 ], [ 120.2937399, 30.3013312 ], [ 120.2926894, 30.3013783 ], [ 120.2918849, 30.3014453 ], [ 120.2913989, 30.3014859 ], [ 120.2905642, 30.3015929 ], [ 120.2898056, 30.301703 ], [ 120.2886247, 30.3019449 ], [ 120.287565, 30.3020864 ], [ 120.2866017, 30.3022228 ] ], [ [ 120.2529377, 30.3000833 ], [ 120.2537332, 30.301457 ], [ 120.2543873, 30.3025867 ] ], [ [ 120.2550288, 30.3042613 ], [ 120.2546045, 30.3035318 ], [ 120.2544833, 30.3033209 ], [ 120.2543378, 30.303085 ], [ 120.25419, 30.3028377 ], [ 120.2537214, 30.3020537 ], [ 120.252643, 30.3002491 ] ], [ [ 120.2543873, 30.3025867 ], [ 120.2545368, 30.3028419 ], [ 120.2545542, 30.3028766 ], [ 120.2547176, 30.3031358 ], [ 120.2553073, 30.3041134 ] ], [ [ 120.2574649, 30.3062379 ], [ 120.2569598, 30.306049 ], [ 120.2565024, 30.3058291 ], [ 120.255915, 30.3053708 ], [ 120.2555123, 30.3049577 ], [ 120.2553118, 30.3046616 ], [ 120.2550288, 30.3042613 ] ], [ [ 120.2553073, 30.3041134 ], [ 120.2557314, 30.3048193 ], [ 120.2560169, 30.3051031 ], [ 120.2562665, 30.3052861 ], [ 120.2566053, 30.3055548 ], [ 120.2571134, 30.3058218 ], [ 120.2575656, 30.3060135 ], [ 120.2579264, 30.3061317 ], [ 120.2584698, 30.306206 ], [ 120.2589237, 30.3062306 ], [ 120.2594278, 30.306211 ], [ 120.2600087, 30.3061588 ], [ 120.2605632, 30.3060686 ], [ 120.2610235, 30.3059768 ] ], [ [ 120.2610235, 30.3059768 ], [ 120.261189, 30.3059438 ] ], [ [ 120.261189, 30.3059438 ], [ 120.2612633, 30.3059289 ], [ 120.2614319, 30.3059069 ], [ 120.2624741, 30.3057543 ], [ 120.2638352, 30.3055389 ], [ 120.2643661, 30.3054548 ], [ 120.2645872, 30.30542 ], [ 120.2662984, 30.3051555 ] ], [ [ 120.2663189, 30.3053617 ], [ 120.266204, 30.3053781 ], [ 120.264627, 30.3056034 ], [ 120.2644153, 30.305626 ], [ 120.2638734, 30.3057198 ], [ 120.2617201, 30.3060978 ], [ 120.2615507, 30.3061377 ], [ 120.2613106, 30.3061973 ] ], [ [ 120.2613106, 30.3061973 ], [ 120.2611339, 30.306227 ] ], [ [ 120.2575787, 30.3062784 ], [ 120.2575389, 30.3062656 ], [ 120.2574649, 30.3062379 ] ], [ [ 120.2611339, 30.306227 ], [ 120.2602854, 30.3063695 ], [ 120.259662, 30.3064611 ], [ 120.2592425, 30.3064999 ], [ 120.2587865, 30.3064811 ], [ 120.2582351, 30.3064388 ], [ 120.2578294, 30.3063591 ], [ 120.2575987, 30.3062848 ], [ 120.2575787, 30.3062784 ] ], [ [ 120.2466798, 30.3101309 ], [ 120.2468219, 30.31021 ] ], [ [ 120.2467106, 30.3105439 ], [ 120.2465262, 30.3104498 ] ], [ [ 120.2468219, 30.31021 ], [ 120.2473612, 30.3105121 ], [ 120.2498393, 30.3118451 ], [ 120.251251, 30.3126046 ] ], [ [ 120.2511514, 30.3128371 ], [ 120.2501012, 30.3122757 ], [ 120.2490743, 30.3117268 ], [ 120.247571, 30.3110032 ], [ 120.2468961, 30.3106487 ], [ 120.2467106, 30.3105439 ] ], [ [ 120.251251, 30.3126046 ], [ 120.2523605, 30.3131913 ], [ 120.2533942, 30.3137379 ], [ 120.2550717, 30.3145316 ] ], [ [ 120.643714, 30.2465271 ], [ 120.6455656, 30.2471434 ], [ 120.6474309, 30.247773 ], [ 120.6492423, 30.2483805 ], [ 120.6510055, 30.2490332 ], [ 120.6516101, 30.2492737 ], [ 120.6522226, 30.2495328 ], [ 120.6534348, 30.2500716 ], [ 120.6538029, 30.2502393 ], [ 120.6540569, 30.2503573 ] ], [ [ 120.6540141, 30.2504333 ], [ 120.653751, 30.2503128 ], [ 120.6533793, 30.2501458 ], [ 120.6521869, 30.2496177 ], [ 120.6515566, 30.2493508 ], [ 120.650955, 30.2491161 ], [ 120.6491923, 30.2484654 ], [ 120.647384, 30.2478593 ], [ 120.6455075, 30.2472306 ], [ 120.6436551, 30.2466184 ] ], [ [ 120.6019828, 30.263895 ], [ 120.6021125, 30.2624655 ], [ 120.6022706, 30.2607721 ], [ 120.6022994, 30.2604632 ], [ 120.602343, 30.2599869 ], [ 120.6023852, 30.2595252 ], [ 120.6028246, 30.2546435 ], [ 120.6031782, 30.2502371 ], [ 120.6035451, 30.2462215 ], [ 120.6038874, 30.2423306 ], [ 120.6040462, 30.2407149 ], [ 120.6041831, 30.2393222 ], [ 120.6042442, 30.2387008 ], [ 120.6042488, 30.2386508 ] ], [ [ 120.6540569, 30.2503573 ], [ 120.6544197, 30.2505258 ], [ 120.6550048, 30.2507905 ], [ 120.6568346, 30.2516181 ], [ 120.6603763, 30.2532084 ], [ 120.6647599, 30.2551811 ] ], [ [ 120.6646913, 30.25527 ], [ 120.6619826, 30.2540478 ], [ 120.6567977, 30.2517082 ], [ 120.6540141, 30.2504333 ] ], [ [ 120.6044254, 30.2386107 ], [ 120.6044191, 30.2387039 ], [ 120.6043766, 30.2393003 ], [ 120.6043107, 30.240076 ], [ 120.604249, 30.240732 ], [ 120.6040973, 30.2423457 ], [ 120.6037664, 30.2462153 ], [ 120.6037155, 30.2467655 ], [ 120.6037067, 30.2468603 ], [ 120.6035285, 30.2487859 ], [ 120.6033955, 30.2502226 ], [ 120.6030527, 30.2546588 ], [ 120.6026049, 30.2595299 ], [ 120.6025399, 30.2601051 ], [ 120.6024904, 30.2605837 ], [ 120.6021935, 30.2639169 ], [ 120.6020748, 30.2652074 ], [ 120.6018621, 30.2677028 ], [ 120.6018235, 30.2681556 ], [ 120.6018185, 30.268214 ], [ 120.6017582, 30.2689206 ] ], [ [ 120.6647599, 30.2551811 ], [ 120.6662331, 30.2558441 ], [ 120.6664927, 30.2559538 ] ], [ [ 120.6663878, 30.2560298 ], [ 120.6661666, 30.2559357 ], [ 120.6646913, 30.25527 ] ], [ [ 120.5508642, 30.2643042 ], [ 120.5502436, 30.2639679 ], [ 120.5477009, 30.2625897 ], [ 120.5467847, 30.2619477 ], [ 120.5463445, 30.2615378 ], [ 120.5458063, 30.2610366 ], [ 120.545565, 30.2607165 ], [ 120.5451964, 30.2602526 ], [ 120.5448495, 30.2597365 ], [ 120.5429894, 30.256491 ], [ 120.5429614, 30.2564406 ], [ 120.5428513, 30.2562426 ], [ 120.5427967, 30.2561443 ], [ 120.5414249, 30.2537242 ], [ 120.5412688, 30.2534564 ], [ 120.5408013, 30.2528633 ], [ 120.5404275, 30.2525305 ], [ 120.5398804, 30.2521132 ], [ 120.5376587, 30.2505304 ], [ 120.5370992, 30.2501106 ], [ 120.5365569, 30.2496055 ], [ 120.5361401, 30.249087 ], [ 120.5358262, 30.2485499 ] ], [ [ 120.5510205, 30.2642343 ], [ 120.5510968, 30.2642958 ] ], [ [ 120.6664927, 30.2559538 ], [ 120.6667263, 30.2560597 ], [ 120.6689545, 30.2570696 ], [ 120.6711977, 30.2580863 ], [ 120.6761836, 30.260095 ], [ 120.6771684, 30.2604917 ], [ 120.6816975, 30.2623163 ], [ 120.6818615, 30.2624191 ], [ 120.6816697, 30.2623984 ], [ 120.6761018, 30.2601902 ], [ 120.6711129, 30.2582115 ], [ 120.6688787, 30.2571799 ], [ 120.6665998, 30.2561277 ], [ 120.6663878, 30.2560298 ] ], [ [ 120.6015265, 30.2689065 ], [ 120.6015914, 30.2682012 ], [ 120.6015968, 30.2681428 ], [ 120.6016386, 30.2676882 ], [ 120.6019828, 30.263895 ] ], [ [ 120.6017582, 30.2689206 ], [ 120.6012639, 30.2743488 ], [ 120.6012586, 30.2744072 ], [ 120.6009832, 30.2774319 ] ], [ [ 120.3261173, 30.2416452 ], [ 120.3271986, 30.2414188 ], [ 120.3277839, 30.2412962 ], [ 120.3285951, 30.2411697 ], [ 120.3301909, 30.2409981 ], [ 120.3309943, 30.240944 ] ], [ [ 120.3310385, 30.2411363 ], [ 120.3299517, 30.2411922 ], [ 120.3291399, 30.2412864 ], [ 120.3281027, 30.241439 ], [ 120.3267648, 30.2416922 ], [ 120.3261555, 30.2418213 ] ], [ [ 120.3259445, 30.241682 ], [ 120.3261173, 30.2416452 ] ], [ [ 120.3309943, 30.240944 ], [ 120.3322302, 30.2409268 ], [ 120.3336277, 30.2408917 ], [ 120.3354517, 30.2408812 ], [ 120.3357459, 30.2408745 ] ], [ [ 120.3392132, 30.2409772 ], [ 120.3378064, 30.2410067 ], [ 120.3359463, 30.2410456 ] ], [ [ 120.3359463, 30.2410456 ], [ 120.3357854, 30.2410455 ] ], [ [ 120.3357854, 30.2410455 ], [ 120.3310385, 30.2411363 ] ], [ [ 120.3261555, 30.2418213 ], [ 120.3259848, 30.2418707 ] ], [ [ 120.3157333, 30.2437534 ], [ 120.3193861, 30.2429281 ], [ 120.320971, 30.2426319 ], [ 120.3259445, 30.241682 ] ], [ [ 120.3259848, 30.2418707 ], [ 120.3244648, 30.24215 ], [ 120.3217552, 30.2426857 ], [ 120.3190118, 30.2431954 ], [ 120.3164413, 30.2437765 ], [ 120.3158097, 30.2439139 ] ], [ [ 120.4806044, 30.2635298 ], [ 120.4814375, 30.2684628 ], [ 120.4816246, 30.2695382 ] ], [ [ 120.4814037, 30.2695706 ], [ 120.4811952, 30.26812 ], [ 120.4808138, 30.2659618 ], [ 120.4805587, 30.2646037 ], [ 120.4804042, 30.263539 ] ], [ [ 120.4816246, 30.2695382 ], [ 120.4819588, 30.2713633 ], [ 120.4823868, 30.2735602 ], [ 120.4826336, 30.2748602 ], [ 120.482674, 30.2751256 ], [ 120.4828358, 30.2760378 ] ], [ [ 120.4825929, 30.2760608 ], [ 120.4823777, 30.2751351 ], [ 120.4821072, 30.2735908 ], [ 120.4814037, 30.2695706 ] ], [ [ 120.3347204, 30.2732286 ], [ 120.3348329, 30.2733712 ] ], [ [ 120.3346948, 30.2734661 ], [ 120.3345663, 30.2733345 ] ], [ [ 120.3089735, 30.2458364 ], [ 120.3087917, 30.2459423 ] ], [ [ 120.3039538, 30.249868 ], [ 120.30501, 30.248736 ], [ 120.3057666, 30.2479394 ], [ 120.3061923, 30.2475241 ], [ 120.3066415, 30.2471428 ], [ 120.3071696, 30.2467343 ], [ 120.3079332, 30.2462279 ], [ 120.3082888, 30.2459921 ], [ 120.3086687, 30.2457683 ] ], [ [ 120.3087917, 30.2459423 ], [ 120.308474, 30.2461299 ], [ 120.3080444, 30.2463837 ], [ 120.307869, 30.2464874 ], [ 120.3072113, 30.2469322 ], [ 120.3067867, 30.2472731 ], [ 120.3061365, 30.2478542 ], [ 120.3058133, 30.2481788 ], [ 120.3052195, 30.2488346 ], [ 120.3041643, 30.2500263 ] ], [ [ 120.3030111, 30.3014084 ], [ 120.3036612, 30.3015147 ], [ 120.3062042, 30.301949 ], [ 120.3066131, 30.3019878 ], [ 120.3078556, 30.302049 ], [ 120.3086387, 30.3020785 ], [ 120.308977, 30.3020897 ], [ 120.3098957, 30.3020428 ] ], [ [ 120.3348329, 30.2733712 ], [ 120.33496, 30.2735388 ], [ 120.3352694, 30.2739468 ], [ 120.3365143, 30.2756189 ], [ 120.3387183, 30.2785146 ], [ 120.3388926, 30.2787393 ], [ 120.3390484, 30.2789374 ] ], [ [ 120.3388692, 30.2790359 ], [ 120.338729, 30.2788493 ], [ 120.3385498, 30.2785997 ], [ 120.3351765, 30.274106 ], [ 120.3350969, 30.2739997 ], [ 120.3348126, 30.2736224 ], [ 120.3346948, 30.2734661 ] ], [ [ 120.4536982, 30.2813755 ], [ 120.4539047, 30.281395 ] ], [ [ 120.4828358, 30.2760378 ], [ 120.4828593, 30.2761702 ] ], [ [ 120.4826255, 30.2761812 ], [ 120.4825929, 30.2760608 ] ], [ [ 120.4828593, 30.2761702 ], [ 120.4832323, 30.2775116 ], [ 120.483403, 30.2780481 ], [ 120.4835712, 30.2785767 ], [ 120.483694, 30.2789626 ], [ 120.4839543, 30.2797699 ], [ 120.4844746, 30.2813837 ], [ 120.484549, 30.281607 ] ], [ [ 120.4842823, 30.2816443 ], [ 120.4836426, 30.2797957 ], [ 120.483299, 30.2785105 ], [ 120.4827754, 30.2767101 ], [ 120.4826255, 30.2761812 ] ], [ [ 120.4937813, 30.2806431 ], [ 120.4967997, 30.2803343 ], [ 120.4978879, 30.2802054 ], [ 120.4984905, 30.2801159 ], [ 120.4992655, 30.2799939 ], [ 120.5004838, 30.2797867 ], [ 120.5010517, 30.27969 ], [ 120.5051667, 30.2789369 ] ], [ [ 120.5052235, 30.2791585 ], [ 120.5033916, 30.2794461 ], [ 120.5009381, 30.2798893 ], [ 120.5005453, 30.2799547 ], [ 120.4993054, 30.2801612 ], [ 120.4985287, 30.280275 ], [ 120.4976295, 30.2804013 ], [ 120.4964806, 30.2805287 ], [ 120.4939316, 30.2808183 ] ], [ [ 120.4884555, 30.281203 ], [ 120.492171, 30.280817 ], [ 120.492854, 30.2807348 ], [ 120.4931117, 30.280709 ], [ 120.4937813, 30.2806431 ] ], [ [ 120.4939316, 30.2808183 ], [ 120.4931721, 30.2808993 ], [ 120.4929, 30.2809283 ], [ 120.4904996, 30.2811684 ], [ 120.4885011, 30.2813856 ] ], [ [ 120.484549, 30.281607 ], [ 120.4847759, 30.2815877 ], [ 120.4850331, 30.281562 ], [ 120.4884555, 30.281203 ] ], [ [ 120.4885011, 30.2813856 ], [ 120.4850605, 30.28176 ], [ 120.4848466, 30.281782 ], [ 120.4846216, 30.2818011 ] ], [ [ 120.4842823, 30.2816443 ], [ 120.484549, 30.281607 ] ], [ [ 120.484549, 30.281607 ], [ 120.4846216, 30.2818011 ] ], [ [ 120.4843373, 30.2818488 ], [ 120.4842823, 30.2816443 ] ], [ [ 120.4846216, 30.2818011 ], [ 120.4843373, 30.2818488 ] ], [ [ 120.4799067, 30.2821112 ], [ 120.4817629, 30.281907 ], [ 120.4842823, 30.2816443 ] ], [ [ 120.5509344, 30.2643423 ], [ 120.5508642, 30.2643042 ] ], [ [ 120.5510968, 30.2642958 ], [ 120.5517058, 30.2646297 ], [ 120.5519953, 30.2647884 ], [ 120.5541114, 30.2659031 ], [ 120.5553218, 30.2665407 ], [ 120.5562811, 30.2670685 ], [ 120.5571649, 30.2676282 ], [ 120.5577165, 30.2679992 ], [ 120.5584838, 30.2686761 ], [ 120.5589473, 30.269085 ], [ 120.5596499, 30.2699712 ], [ 120.5601382, 30.270695 ], [ 120.5603609, 30.271025 ], [ 120.5608526, 30.2720933 ], [ 120.5611268, 30.2727948 ], [ 120.5613094, 30.2734154 ], [ 120.5613378, 30.2735119 ], [ 120.5614312, 30.273987 ], [ 120.5615277, 30.2746812 ], [ 120.5615699, 30.2754495 ], [ 120.5615624, 30.2760272 ], [ 120.5615323, 30.2765776 ], [ 120.5615179, 30.2767371 ], [ 120.56147, 30.2772695 ], [ 120.5612395, 30.2795175 ] ], [ [ 120.5606533, 30.2845916 ], [ 120.5606946, 30.2842046 ], [ 120.5609101, 30.2817091 ], [ 120.5610355, 30.280681 ], [ 120.5613454, 30.2774458 ], [ 120.5614235, 30.2765704 ], [ 120.5614592, 30.2760454 ], [ 120.561495, 30.275458 ], [ 120.5614593, 30.2746575 ], [ 120.5613603, 30.2739858 ], [ 120.5612665, 30.273505 ], [ 120.5610584, 30.2728057 ], [ 120.5607962, 30.2721063 ], [ 120.5605436, 30.2716059 ], [ 120.5602673, 30.2710584 ], [ 120.5595192, 30.2699231 ], [ 120.558847, 30.2691228 ], [ 120.557691, 30.2681133 ], [ 120.557124, 30.2676963 ], [ 120.5567137, 30.2674359 ], [ 120.5564181, 30.2672484 ], [ 120.5563209, 30.2671867 ], [ 120.5553312, 30.2666406 ], [ 120.5518704, 30.2648714 ], [ 120.5513561, 30.2645772 ], [ 120.5511428, 30.2644552 ], [ 120.5509344, 30.2643423 ] ], [ [ 120.600617, 30.277468 ], [ 120.6010232, 30.27453 ], [ 120.601037, 30.2743912 ], [ 120.6010428, 30.2743328 ], [ 120.6010535, 30.2742246 ], [ 120.6015265, 30.2689065 ] ], [ [ 120.6009832, 30.2774319 ], [ 120.6009788, 30.2774799 ], [ 120.6009713, 30.2775619 ] ], [ [ 120.6002243, 30.2823788 ], [ 120.6003859, 30.2803579 ], [ 120.6003906, 30.2802995 ], [ 120.600617, 30.277468 ] ], [ [ 120.6009713, 30.2775619 ], [ 120.600719, 30.2803215 ], [ 120.6007137, 30.2803799 ], [ 120.6005293, 30.2823967 ] ], [ [ 120.5612395, 30.2795175 ], [ 120.5612264, 30.2796449 ] ], [ [ 120.5612264, 30.2796449 ], [ 120.5610266, 30.2815938 ], [ 120.5607356, 30.2845925 ] ], [ [ 120.6002096, 30.2825511 ], [ 120.6002243, 30.2823788 ] ], [ [ 120.6005293, 30.2823967 ], [ 120.6005146, 30.282557 ] ], [ [ 120.5998027, 30.2873149 ], [ 120.6002096, 30.2825511 ] ], [ [ 120.6005146, 30.282557 ], [ 120.600103, 30.2870589 ], [ 120.6000756, 30.2873368 ] ], [ [ 120.3716781, 30.2789001 ], [ 120.3717935, 30.2790331 ] ], [ [ 120.3715806, 30.2790333 ], [ 120.3716781, 30.2789001 ] ], [ [ 120.3390484, 30.2789374 ], [ 120.3391534, 30.2790966 ] ], [ [ 120.3717935, 30.2790331 ], [ 120.3718183, 30.2807408 ], [ 120.3718112, 30.2821211 ] ], [ [ 120.3715849, 30.2821221 ], [ 120.3715806, 30.2790333 ] ], [ [ 120.3391534, 30.2790966 ], [ 120.3417707, 30.2825293 ] ], [ [ 120.3415858, 30.2826145 ], [ 120.3388692, 30.2790359 ] ], [ [ 120.3718112, 30.2821211 ], [ 120.3718232, 30.2851278 ] ], [ [ 120.3715894, 30.2851273 ], [ 120.3715849, 30.2821221 ] ], [ [ 120.3417707, 30.2825293 ], [ 120.3437671, 30.28515 ] ], [ [ 120.3436235, 30.2852837 ], [ 120.3415858, 30.2826145 ] ], [ [ 120.3437671, 30.28515 ], [ 120.3438968, 30.285322 ] ], [ [ 120.4539047, 30.281395 ], [ 120.4543576, 30.2813989 ], [ 120.4558778, 30.2814239 ], [ 120.4574458, 30.2814516 ], [ 120.4599856, 30.2814349 ] ], [ [ 120.4539029, 30.2816007 ], [ 120.45367, 30.2816 ] ], [ [ 120.4599736, 30.2816169 ], [ 120.4574316, 30.2816032 ], [ 120.456203, 30.2815986 ], [ 120.4553966, 30.2815922 ], [ 120.4539029, 30.2816007 ] ], [ [ 120.4423961, 30.2821407 ], [ 120.4431502, 30.281988 ], [ 120.4438901, 30.2818388 ], [ 120.4446321, 30.2817212 ], [ 120.4456727, 30.281632 ], [ 120.4476533, 30.2814226 ], [ 120.4488162, 30.2813593 ], [ 120.4493281, 30.2813364 ], [ 120.4501592, 30.2813213 ], [ 120.4509363, 30.2813258 ], [ 120.4515246, 30.281322 ], [ 120.4518516, 30.2813409 ], [ 120.4519847, 30.2813446 ], [ 120.4522408, 30.2813332 ], [ 120.4536982, 30.2813755 ] ], [ [ 120.45367, 30.2816 ], [ 120.4523751, 30.281575 ], [ 120.4518254, 30.2814944 ], [ 120.4515122, 30.2814927 ], [ 120.4502283, 30.2814786 ], [ 120.4492051, 30.2815103 ], [ 120.4484621, 30.2815411 ], [ 120.4456347, 30.2818427 ], [ 120.4448593, 30.2819248 ], [ 120.4442905, 30.2820105 ], [ 120.4436416, 30.2821343 ], [ 120.4428901, 30.282281 ], [ 120.4424138, 30.2823935 ] ], [ [ 120.4599856, 30.2814349 ], [ 120.4612235, 30.2814268 ], [ 120.4630577, 30.2814578 ], [ 120.4636456, 30.2814677 ], [ 120.4639761, 30.2814774 ], [ 120.4652027, 30.2815572 ], [ 120.4697421, 30.2820136 ], [ 120.4715721, 30.2822005 ], [ 120.4721749, 30.2822596 ], [ 120.47302, 30.2823403 ], [ 120.4738046, 30.2824063 ], [ 120.4745891, 30.2824433 ], [ 120.4753812, 30.2824704 ], [ 120.4762033, 30.2824533 ], [ 120.4770907, 30.2823976 ], [ 120.4780522, 30.2823291 ], [ 120.4799067, 30.2821112 ] ], [ [ 120.4378526, 30.283492 ], [ 120.4386564, 30.283218 ], [ 120.4395989, 30.2829099 ], [ 120.4397264, 30.2828763 ] ], [ [ 120.4799428, 30.2822979 ], [ 120.4780839, 30.2824839 ], [ 120.476668, 30.2825868 ], [ 120.4758723, 30.2826267 ], [ 120.4748684, 30.2826178 ], [ 120.4741627, 30.2825873 ], [ 120.4733787, 30.2825332 ], [ 120.4724181, 30.2824552 ], [ 120.4715387, 30.2823737 ], [ 120.4707288, 30.2822881 ], [ 120.4690807, 30.2821173 ], [ 120.4675058, 30.2819642 ], [ 120.4662629, 30.2818415 ], [ 120.4648061, 30.2817237 ], [ 120.4639626, 30.2816496 ], [ 120.4636413, 30.2816287 ], [ 120.4630625, 30.2816139 ], [ 120.4627739, 30.2816065 ], [ 120.4621443, 30.2816004 ], [ 120.4611199, 30.2816231 ], [ 120.4599736, 30.2816169 ] ], [ [ 120.4397264, 30.2828763 ], [ 120.4407881, 30.2825967 ], [ 120.4416565, 30.2823361 ], [ 120.4423961, 30.2821407 ] ], [ [ 120.4424138, 30.2823935 ], [ 120.4406046, 30.282867 ], [ 120.4405254, 30.2828917 ], [ 120.4396137, 30.2831762 ] ], [ [ 120.4396137, 30.2831762 ], [ 120.439437, 30.2832313 ], [ 120.4385952, 30.2835165 ], [ 120.4380028, 30.2837303 ] ], [ [ 120.4843373, 30.2818488 ], [ 120.4816808, 30.2821237 ], [ 120.4799428, 30.2822979 ] ], [ [ 120.4846216, 30.2818011 ], [ 120.4851086, 30.283426 ], [ 120.4855694, 30.2849103 ], [ 120.4857645, 30.2858228 ], [ 120.4859098, 30.2866841 ] ], [ [ 120.4857012, 30.2866583 ], [ 120.485617, 30.2861105 ], [ 120.4854843, 30.2855819 ], [ 120.48526, 30.2846884 ], [ 120.4848522, 30.2834071 ], [ 120.4843373, 30.2818488 ] ], [ [ 120.4871801, 30.29603 ], [ 120.4870783, 30.2953827 ], [ 120.4870063, 30.294934 ], [ 120.486588, 30.292329 ], [ 120.486203, 30.2898982 ], [ 120.4861903, 30.2898181 ], [ 120.486095, 30.2892165 ], [ 120.4860692, 30.2890534 ], [ 120.4857012, 30.2866583 ] ], [ [ 120.4306501, 30.2861531 ], [ 120.4332257, 30.2852011 ], [ 120.4351386, 30.284507 ], [ 120.4362017, 30.2841056 ], [ 120.4365005, 30.2839796 ], [ 120.4368933, 30.2838009 ], [ 120.4378526, 30.283492 ] ], [ [ 120.4380028, 30.2837303 ], [ 120.4370751, 30.2840427 ], [ 120.4362488, 30.2843552 ], [ 120.4350599, 30.2848007 ], [ 120.433129, 30.2855219 ], [ 120.4325288, 30.2857617 ], [ 120.4314929, 30.2861589 ], [ 120.4306279, 30.2864708 ] ], [ [ 120.4304874, 30.2862133 ], [ 120.4306501, 30.2861531 ] ], [ [ 120.4306279, 30.2864708 ], [ 120.4304644, 30.2865297 ] ], [ [ 120.4161031, 30.2912333 ], [ 120.4171497, 30.2908943 ], [ 120.4174054, 30.2908197 ], [ 120.4176379, 30.2907518 ], [ 120.4180215, 30.2905926 ], [ 120.4183192, 30.290454 ], [ 120.4186505, 30.2903651 ], [ 120.419512, 30.2901189 ], [ 120.4200316, 30.2899434 ], [ 120.4211082, 30.289553 ], [ 120.4218768, 30.2892636 ], [ 120.4226463, 30.2890257 ], [ 120.4233442, 30.2888666 ], [ 120.4261586, 30.287864 ], [ 120.4269804, 30.2875505 ], [ 120.4290431, 30.2867875 ], [ 120.4303602, 30.2862603 ], [ 120.4304874, 30.2862133 ] ], [ [ 120.4304644, 30.2865297 ], [ 120.4291046, 30.28702 ], [ 120.4273639, 30.2876917 ], [ 120.4265291, 30.2880058 ], [ 120.4247329, 30.2886683 ], [ 120.4229849, 30.289327 ], [ 120.4224457, 30.2895393 ], [ 120.4216438, 30.2898051 ], [ 120.4201146, 30.2903097 ], [ 120.4195908, 30.2905418 ], [ 120.4183884, 30.2909293 ], [ 120.4173449, 30.2912862 ], [ 120.4170177, 30.2913646 ], [ 120.4163212, 30.2915832 ] ], [ [ 120.3718232, 30.2851278 ], [ 120.3718234, 30.2852645 ] ], [ [ 120.3715899, 30.2852685 ], [ 120.3715894, 30.2851273 ] ], [ [ 120.3718234, 30.2852645 ], [ 120.3718312, 30.2898497 ] ], [ [ 120.3716049, 30.2898491 ], [ 120.3715899, 30.2852685 ] ], [ [ 120.3471146, 30.2898878 ], [ 120.3436235, 30.2852837 ] ], [ [ 120.3438968, 30.285322 ], [ 120.3473364, 30.2898836 ] ], [ [ 120.5601072, 30.2895963 ], [ 120.5604032, 30.2869378 ], [ 120.5605925, 30.2851623 ], [ 120.560632, 30.2847919 ], [ 120.5606533, 30.2845916 ] ], [ [ 120.5607356, 30.2845925 ], [ 120.5607152, 30.284803 ], [ 120.5606798, 30.2851668 ], [ 120.560501, 30.2870091 ], [ 120.5601754, 30.2896056 ] ], [ [ 120.5994182, 30.2920521 ], [ 120.5994411, 30.2918106 ], [ 120.5997445, 30.2879003 ], [ 120.5997587, 30.2877573 ], [ 120.5997645, 30.287699 ], [ 120.5998027, 30.2873149 ] ], [ [ 120.6000756, 30.2873368 ], [ 120.6000382, 30.2877166 ], [ 120.6000324, 30.287775 ], [ 120.5998955, 30.2891642 ], [ 120.5996078, 30.2920843 ] ], [ [ 120.5596583, 30.2941465 ], [ 120.5597153, 30.2935159 ], [ 120.5598559, 30.2920546 ], [ 120.5600254, 30.290366 ], [ 120.5601072, 30.2895963 ] ], [ [ 120.5601754, 30.2896056 ], [ 120.5601084, 30.2903662 ], [ 120.5599426, 30.2920532 ], [ 120.5598032, 30.2935066 ], [ 120.5597466, 30.2941939 ] ], [ [ 120.5596527, 30.2942462 ], [ 120.5596548, 30.2941847 ], [ 120.5596583, 30.2941465 ] ], [ [ 120.5989434, 30.2970961 ], [ 120.598986, 30.2966085 ], [ 120.5994182, 30.2920521 ] ], [ [ 120.5996078, 30.2920843 ], [ 120.5994633, 30.293551 ], [ 120.5991669, 30.2971228 ] ], [ [ 120.3718312, 30.2898497 ], [ 120.3718444, 30.294343 ], [ 120.3718481, 30.294673 ], [ 120.3718403, 30.2949454 ] ], [ [ 120.3716202, 30.2949468 ], [ 120.371625, 30.2947738 ], [ 120.3716263, 30.2946741 ], [ 120.371629, 30.2943546 ], [ 120.3716049, 30.2898491 ] ], [ [ 120.3531003, 30.2948516 ], [ 120.3540668, 30.2948454 ], [ 120.3548424, 30.2948447 ], [ 120.3553123, 30.29484 ] ], [ [ 120.3553123, 30.29484 ], [ 120.35655, 30.2948276 ], [ 120.3570817, 30.2948559 ], [ 120.3584234, 30.2948572 ], [ 120.3598279, 30.2948642 ] ], [ [ 120.3473364, 30.2898836 ], [ 120.3500104, 30.2934745 ], [ 120.3505924, 30.2942365 ], [ 120.350756, 30.2944495 ], [ 120.3510752, 30.2948322 ] ], [ [ 120.3509026, 30.2948575 ], [ 120.3506407, 30.2944959 ], [ 120.3504942, 30.2942923 ], [ 120.3471146, 30.2898878 ] ], [ [ 120.337678, 30.2940867 ], [ 120.3383012, 30.2941377 ], [ 120.3394194, 30.2942075 ], [ 120.3430116, 30.2944422 ] ], [ [ 120.3430618, 30.2945707 ], [ 120.3394735, 30.2943395 ], [ 120.3377423, 30.2942409 ] ], [ [ 120.3430116, 30.2944422 ], [ 120.3442775, 30.2945063 ], [ 120.3475163, 30.2947433 ], [ 120.3488591, 30.2948263 ], [ 120.3505711, 30.2949166 ], [ 120.3509026, 30.2948575 ] ], [ [ 120.3510752, 30.2948322 ], [ 120.352006, 30.2948338 ], [ 120.352621, 30.294848 ], [ 120.3531003, 30.2948516 ] ], [ [ 120.3598279, 30.2948642 ], [ 120.3603288, 30.2949104 ], [ 120.3608707, 30.2949339 ], [ 120.3619732, 30.2949504 ], [ 120.3627615, 30.2949463 ] ], [ [ 120.3772438, 30.2949362 ], [ 120.3792257, 30.2949258 ], [ 120.3837726, 30.2949371 ], [ 120.3841388, 30.2949336 ], [ 120.3844379, 30.29494 ] ], [ [ 120.3770235, 30.2949462 ], [ 120.3772438, 30.2949362 ] ], [ [ 120.3664489, 30.2949511 ], [ 120.3684487, 30.2949344 ], [ 120.3690207, 30.2949424 ], [ 120.3697038, 30.2949394 ], [ 120.3716202, 30.2949468 ] ], [ [ 120.3718403, 30.2949454 ], [ 120.3731254, 30.2949441 ], [ 120.375795, 30.2949433 ], [ 120.3770235, 30.2949462 ] ], [ [ 120.3627615, 30.2949463 ], [ 120.3662285, 30.2949457 ] ], [ [ 120.3716202, 30.2949468 ], [ 120.3718403, 30.2949454 ] ], [ [ 120.3662285, 30.2949457 ], [ 120.3664489, 30.2949511 ] ], [ [ 120.3718403, 30.2949454 ], [ 120.3718463, 30.2950953 ] ], [ [ 120.3716479, 30.2951441 ], [ 120.3716202, 30.2949468 ] ], [ [ 120.3844666, 30.2950323 ], [ 120.3841335, 30.2950482 ], [ 120.383782, 30.2950471 ], [ 120.3831557, 30.2950802 ], [ 120.3805726, 30.2950797 ], [ 120.379226, 30.2950698 ], [ 120.3772475, 30.2950602 ] ], [ [ 120.3772475, 30.2950602 ], [ 120.3770225, 30.2950672 ] ], [ [ 120.3770225, 30.2950672 ], [ 120.3722098, 30.2950871 ], [ 120.3718463, 30.2950953 ] ], [ [ 120.3664435, 30.2950932 ], [ 120.3662288, 30.2950915 ] ], [ [ 120.3662288, 30.2950915 ], [ 120.3653779, 30.2951008 ], [ 120.364593, 30.2950998 ], [ 120.3636288, 30.2951124 ], [ 120.3627238, 30.2951129 ], [ 120.362302, 30.2951081 ], [ 120.3611464, 30.2951034 ] ], [ [ 120.3716479, 30.2951441 ], [ 120.3689786, 30.2951109 ], [ 120.3684524, 30.2951075 ], [ 120.3664435, 30.2950932 ] ], [ [ 120.3718463, 30.2950953 ], [ 120.3716479, 30.2951441 ] ], [ [ 120.3718463, 30.2950953 ], [ 120.3718463, 30.2952058 ] ], [ [ 120.3611464, 30.2951034 ], [ 120.3607746, 30.2951078 ], [ 120.3603799, 30.29514 ], [ 120.3598212, 30.2952114 ] ], [ [ 120.3716615, 30.295244 ], [ 120.3716479, 30.2951441 ] ], [ [ 120.3598212, 30.2952114 ], [ 120.3593057, 30.295225 ], [ 120.3565001, 30.2952262 ], [ 120.3559221, 30.2952565 ], [ 120.3555142, 30.2952488 ] ], [ [ 120.3555142, 30.2952488 ], [ 120.3552203, 30.2952433 ], [ 120.3545149, 30.2952544 ], [ 120.353748, 30.2952444 ], [ 120.35304, 30.2952492 ] ], [ [ 120.5597466, 30.2941939 ], [ 120.5596301, 30.2960024 ], [ 120.5594903, 30.2977571 ], [ 120.5594226, 30.2985898 ] ], [ [ 120.5593354, 30.2985801 ], [ 120.5594094, 30.2976699 ], [ 120.559569, 30.2957814 ], [ 120.55964, 30.2946228 ], [ 120.5596527, 30.2942462 ] ], [ [ 120.598585, 30.301194 ], [ 120.5989434, 30.2970961 ] ], [ [ 120.5991669, 30.2971228 ], [ 120.5989818, 30.2993537 ], [ 120.5987961, 30.3012031 ] ], [ [ 120.5014818, 30.303365 ], [ 120.501726, 30.3033615 ] ], [ [ 120.501726, 30.3033615 ], [ 120.5018484, 30.3033602 ] ], [ [ 120.5018484, 30.3033602 ], [ 120.5021732, 30.3033575 ] ], [ [ 120.5021732, 30.3033575 ], [ 120.5022174, 30.3033574 ] ], [ [ 120.5022174, 30.3033574 ], [ 120.5030804, 30.3033553 ] ], [ [ 120.5030804, 30.3033553 ], [ 120.5040112, 30.3033414 ] ], [ [ 120.5040112, 30.3033414 ], [ 120.5045438, 30.3033163 ] ], [ [ 120.5045438, 30.3033163 ], [ 120.5052344, 30.3032472 ] ], [ [ 120.5052344, 30.3032472 ], [ 120.5061529, 30.3031975 ] ], [ [ 120.5061529, 30.3031975 ], [ 120.5070504, 30.3031405 ] ], [ [ 120.5070504, 30.3031405 ], [ 120.5075636, 30.3031431 ] ], [ [ 120.5075636, 30.3031431 ], [ 120.5085624, 30.3031481 ] ], [ [ 120.4859098, 30.2866841 ], [ 120.4860787, 30.2876847 ], [ 120.4860986, 30.2878028 ], [ 120.4864339, 30.2897935 ], [ 120.4864474, 30.2898736 ], [ 120.4866499, 30.2910755 ], [ 120.4868274, 30.2922149 ], [ 120.487247, 30.2949084 ], [ 120.4872972, 30.2952306 ], [ 120.4874239, 30.2960259 ] ], [ [ 120.4874239, 30.2960259 ], [ 120.4874596, 30.2962495 ] ], [ [ 120.4872141, 30.2962459 ], [ 120.4871801, 30.29603 ] ], [ [ 120.3898412, 30.3043706 ], [ 120.3898028, 30.3045535 ], [ 120.3897715, 30.3045978 ] ], [ [ 120.3827915, 30.3046111 ], [ 120.3857321, 30.3046234 ], [ 120.3888068, 30.3046104 ], [ 120.3890324, 30.3046095 ], [ 120.3890881, 30.304608 ], [ 120.3894918, 30.3045972 ], [ 120.389516, 30.3045966 ] ], [ [ 120.3897715, 30.3045978 ], [ 120.3897241, 30.3046651 ], [ 120.3897142, 30.3046791 ], [ 120.3896059, 30.3047364 ], [ 120.3894878, 30.3047385 ], [ 120.3890835, 30.3047455 ], [ 120.3888077, 30.3047503 ], [ 120.3879526, 30.3047478 ], [ 120.3864296, 30.3047434 ] ], [ [ 120.4874596, 30.2962495 ], [ 120.4876392, 30.2973767 ], [ 120.4877589, 30.298128 ], [ 120.4882407, 30.3013102 ], [ 120.4884909, 30.3029627 ], [ 120.4886356, 30.3034267 ], [ 120.4888936, 30.3044698 ] ], [ [ 120.4885209, 30.3045293 ], [ 120.4883677, 30.3036023 ], [ 120.4883396, 30.3034324 ], [ 120.4882478, 30.3030207 ], [ 120.4877198, 30.299511 ], [ 120.4875495, 30.2983787 ], [ 120.4873932, 30.2973848 ], [ 120.4872141, 30.2962459 ] ], [ [ 120.5014818, 30.303365 ], [ 120.5008699, 30.3033739 ] ], [ [ 120.5008699, 30.3033739 ], [ 120.4996517, 30.3033703 ] ], [ [ 120.4996517, 30.3033703 ], [ 120.4988116, 30.3034029 ] ], [ [ 120.4988116, 30.3034029 ], [ 120.4969432, 30.3034834 ] ], [ [ 120.4969432, 30.3034834 ], [ 120.4967902, 30.3034865 ] ], [ [ 120.4967902, 30.3034865 ], [ 120.496251, 30.3034466 ] ], [ [ 120.496251, 30.3034466 ], [ 120.4957919, 30.3034307 ] ], [ [ 120.4957919, 30.3034307 ], [ 120.495379, 30.3034945 ] ], [ [ 120.495379, 30.3034945 ], [ 120.49469, 30.3036657 ] ], [ [ 120.4913625, 30.3041111 ], [ 120.4940225, 30.3037275 ], [ 120.49469, 30.3036657 ] ], [ [ 120.49469, 30.3036657 ], [ 120.4935558, 30.3043399 ] ], [ [ 120.4888936, 30.3044698 ], [ 120.4909026, 30.3041774 ], [ 120.4913625, 30.3041111 ] ], [ [ 120.4885209, 30.3045293 ], [ 120.4888936, 30.3044698 ] ], [ [ 120.3509026, 30.2948575 ], [ 120.3510752, 30.2948322 ] ], [ [ 120.3511371, 30.2951779 ], [ 120.349982, 30.2950462 ], [ 120.3480889, 30.2949196 ], [ 120.3466248, 30.2948192 ], [ 120.3448395, 30.2947048 ], [ 120.3430618, 30.2945707 ] ], [ [ 120.3511371, 30.2951779 ], [ 120.3509026, 30.2948575 ] ], [ [ 120.3510752, 30.2948322 ], [ 120.3511835, 30.2949867 ], [ 120.351358, 30.2952197 ] ], [ [ 120.351358, 30.2952197 ], [ 120.3511371, 30.2951779 ] ], [ [ 120.35304, 30.2952492 ], [ 120.3516562, 30.2952563 ], [ 120.351358, 30.2952197 ] ], [ [ 120.3292936, 30.297183 ], [ 120.332158, 30.2958753 ], [ 120.3350737, 30.2945708 ], [ 120.3356041, 30.2943382 ], [ 120.3359704, 30.2942025 ], [ 120.3364098, 30.2940996 ], [ 120.336918, 30.2940513 ], [ 120.337678, 30.2940867 ] ], [ [ 120.3377423, 30.2942409 ], [ 120.3367388, 30.2942346 ], [ 120.3363793, 30.2942637 ], [ 120.3360344, 30.2943407 ], [ 120.3357577, 30.2944285 ], [ 120.335212, 30.2946581 ], [ 120.3322288, 30.2959915 ], [ 120.3293593, 30.2972876 ] ], [ [ 120.351358, 30.2952197 ], [ 120.3522264, 30.2970189 ], [ 120.3530299, 30.2985916 ] ], [ [ 120.3528677, 30.2986448 ], [ 120.3517252, 30.296394 ], [ 120.3511371, 30.2951779 ] ], [ [ 120.3718463, 30.2952058 ], [ 120.3718487, 30.2998225 ] ], [ [ 120.3716195, 30.2998278 ], [ 120.3716615, 30.295244 ] ], [ [ 120.3265862, 30.2983716 ], [ 120.3274883, 30.2979902 ], [ 120.328673, 30.29746 ], [ 120.3288693, 30.2973671 ], [ 120.3292936, 30.297183 ] ], [ [ 120.3293593, 30.2972876 ], [ 120.3291729, 30.2973678 ], [ 120.3289369, 30.2974694 ], [ 120.3287281, 30.2975618 ], [ 120.3275542, 30.2980807 ], [ 120.3266502, 30.2984872 ], [ 120.3246558, 30.2993835 ], [ 120.3242817, 30.2995524 ] ], [ [ 120.3242148, 30.2994475 ], [ 120.3247315, 30.299218 ], [ 120.3265862, 30.2983716 ] ], [ [ 120.3218337, 30.3021023 ], [ 120.3218584, 30.3019499 ], [ 120.3218779, 30.3017826 ], [ 120.3219011, 30.3015956 ], [ 120.3219568, 30.3013564 ], [ 120.3220144, 30.3011537 ], [ 120.3222254, 30.3007764 ], [ 120.322451, 30.3004842 ], [ 120.322738, 30.3002168 ], [ 120.3230467, 30.3000004 ], [ 120.3235109, 30.2997656 ], [ 120.3242148, 30.2994475 ] ], [ [ 120.3242817, 30.2995524 ], [ 120.3235416, 30.2998864 ], [ 120.3231908, 30.300047 ], [ 120.3228555, 30.3002693 ], [ 120.3226074, 30.3005009 ], [ 120.3223316, 30.3008536 ], [ 120.322201, 30.3010891 ], [ 120.3220924, 30.3013948 ], [ 120.3220461, 30.3017892 ], [ 120.3220268, 30.3019611 ], [ 120.321996, 30.3022837 ] ], [ [ 120.3530299, 30.2985916 ], [ 120.3537434, 30.3000091 ], [ 120.3541939, 30.3009264 ], [ 120.354553, 30.301641 ] ], [ [ 120.3544117, 30.301701 ], [ 120.3535972, 30.3000705 ], [ 120.3528677, 30.2986448 ] ], [ [ 120.3149641, 30.3018676 ], [ 120.3152475, 30.3018639 ], [ 120.316041, 30.3019167 ], [ 120.3168274, 30.3019765 ], [ 120.317171, 30.3020065 ], [ 120.3183051, 30.3020999 ] ], [ [ 120.3182862, 30.3022719 ], [ 120.3174832, 30.3022248 ], [ 120.3166037, 30.3021683 ], [ 120.3161027, 30.3021249 ], [ 120.315259, 30.3020844 ], [ 120.3149494, 30.3021179 ] ], [ [ 120.3218088, 30.3022555 ], [ 120.3218337, 30.3021023 ] ], [ [ 120.3183051, 30.3020999 ], [ 120.3204072, 30.3022154 ], [ 120.3215157, 30.3022748 ], [ 120.3218088, 30.3022555 ] ], [ [ 120.3218088, 30.3022555 ], [ 120.321996, 30.3022837 ] ], [ [ 120.3718487, 30.2998225 ], [ 120.3718591, 30.3015601 ], [ 120.3718743, 30.3040973 ], [ 120.3718759, 30.3043543 ], [ 120.3718776, 30.3046399 ] ], [ [ 120.3716369, 30.3046381 ], [ 120.3716326, 30.3043584 ], [ 120.3716336, 30.3040822 ], [ 120.3716195, 30.2998278 ] ], [ [ 120.3324179, 30.3027771 ], [ 120.3325548, 30.3027043 ], [ 120.3326488, 30.3026924 ] ], [ [ 120.3326488, 30.3026924 ], [ 120.3327427, 30.3027052 ], [ 120.332828, 30.3027415 ], [ 120.3328969, 30.302798 ] ], [ [ 120.3323841, 30.3028136 ], [ 120.3324179, 30.3027771 ] ], [ [ 120.3217778, 30.3024947 ], [ 120.3210028, 30.3024525 ], [ 120.3202501, 30.3023611 ], [ 120.318579, 30.302253 ], [ 120.3182862, 30.3022719 ] ], [ [ 120.3217778, 30.3024947 ], [ 120.3218088, 30.3022555 ] ], [ [ 120.321996, 30.3022837 ], [ 120.3219824, 30.3024911 ] ], [ [ 120.321996, 30.3022837 ], [ 120.3235909, 30.3023877 ], [ 120.3252815, 30.3024979 ], [ 120.3266473, 30.3025909 ], [ 120.3282265, 30.3026715 ] ], [ [ 120.3219824, 30.3024911 ], [ 120.3217778, 30.3024947 ] ], [ [ 120.3250081, 30.3026719 ], [ 120.3242619, 30.3026273 ], [ 120.3219824, 30.3024911 ] ], [ [ 120.3282265, 30.3026715 ], [ 120.3284872, 30.3026896 ], [ 120.3304334, 30.3028144 ], [ 120.3320248, 30.3029197 ], [ 120.3321771, 30.3029149 ], [ 120.3322858, 30.3028885 ], [ 120.3323841, 30.3028136 ] ], [ [ 120.3328969, 30.302798 ], [ 120.3329422, 30.3028671 ], [ 120.3329626, 30.3029447 ], [ 120.3329563, 30.303024 ], [ 120.3329237, 30.3030984 ], [ 120.3328678, 30.3031615 ] ], [ [ 120.3324165, 30.3031529 ], [ 120.3323578, 30.3030768 ], [ 120.3323315, 30.3029881 ], [ 120.3323406, 30.302897 ], [ 120.3323841, 30.3028136 ] ], [ [ 120.3328969, 30.302798 ], [ 120.3331093, 30.3029142 ], [ 120.3333536, 30.3029649 ], [ 120.3355334, 30.3031195 ], [ 120.3392563, 30.3033888 ] ], [ [ 120.3325656, 30.3032298 ], [ 120.3324848, 30.3032004 ], [ 120.3324165, 30.3031529 ] ], [ [ 120.3328678, 30.3031615 ], [ 120.3328081, 30.303201 ], [ 120.3327392, 30.3032271 ], [ 120.3326526, 30.3032389 ], [ 120.3325656, 30.3032298 ] ], [ [ 120.3392464, 30.3034541 ], [ 120.3352034, 30.3031592 ], [ 120.3333141, 30.3030286 ], [ 120.3330706, 30.3030704 ], [ 120.3328678, 30.3031615 ] ], [ [ 120.354553, 30.301641 ], [ 120.3557492, 30.3039879 ], [ 120.3558536, 30.3042188 ], [ 120.3560706, 30.3046409 ] ], [ [ 120.3559052, 30.3046526 ], [ 120.3557047, 30.3042698 ], [ 120.355591, 30.304037 ], [ 120.3544117, 30.301701 ] ], [ [ 120.3503159, 30.3042955 ], [ 120.3511051, 30.3043505 ], [ 120.3520577, 30.304417 ], [ 120.3531812, 30.3044932 ], [ 120.354087, 30.3045546 ], [ 120.3559052, 30.3046526 ] ], [ [ 120.3611686, 30.3046015 ], [ 120.3622305, 30.3045974 ], [ 120.3630778, 30.3045942 ], [ 120.3662553, 30.3046116 ] ], [ [ 120.3588787, 30.3046102 ], [ 120.3611686, 30.3046015 ] ], [ [ 120.3772525, 30.3046099 ], [ 120.3795051, 30.3046009 ], [ 120.3827915, 30.3046111 ] ], [ [ 120.3662553, 30.3046116 ], [ 120.3664446, 30.3046104 ] ], [ [ 120.3770618, 30.304614 ], [ 120.3772525, 30.3046099 ] ], [ [ 120.3664446, 30.3046104 ], [ 120.3685574, 30.3046289 ], [ 120.3702235, 30.3046339 ], [ 120.3716369, 30.3046381 ] ], [ [ 120.3560706, 30.3046409 ], [ 120.3566166, 30.3046336 ], [ 120.3569492, 30.3046292 ], [ 120.3571617, 30.3046264 ], [ 120.3581854, 30.3046128 ], [ 120.3588787, 30.3046102 ] ], [ [ 120.3098662, 30.3022339 ], [ 120.3091659, 30.3022472 ], [ 120.308681, 30.3022565 ], [ 120.3082247, 30.3022594 ], [ 120.3078379, 30.3022467 ], [ 120.3074227, 30.3022407 ] ], [ [ 120.3392563, 30.3033888 ], [ 120.3397923, 30.303401 ], [ 120.3409938, 30.3034821 ], [ 120.3435737, 30.3036562 ], [ 120.3439742, 30.3036749 ], [ 120.344233, 30.3036266 ] ], [ [ 120.3445352, 30.3034784 ], [ 120.344578, 30.3034805 ], [ 120.3446666, 30.3035114 ], [ 120.3447389, 30.3035654 ], [ 120.3447675, 30.3036076 ] ], [ [ 120.344233, 30.3036266 ], [ 120.3442543, 30.3036106 ], [ 120.3443116, 30.3035446 ], [ 120.3443905, 30.303498 ], [ 120.3444826, 30.3034759 ], [ 120.3445352, 30.3034784 ] ], [ [ 120.3442955, 30.3038898 ], [ 120.3439896, 30.3037543 ], [ 120.3409871, 30.3035506 ], [ 120.3404033, 30.3035205 ], [ 120.3392464, 30.3034541 ] ], [ [ 120.3447675, 30.3036076 ], [ 120.3447872, 30.3036366 ], [ 120.3448064, 30.3037174 ], [ 120.3447939, 30.3038006 ], [ 120.3447505, 30.3038756 ], [ 120.3447314, 30.3038919 ] ], [ [ 120.3442955, 30.3038898 ], [ 120.3442588, 30.3038505 ], [ 120.344226, 30.3037716 ], [ 120.3442248, 30.3036891 ], [ 120.344233, 30.3036266 ] ], [ [ 120.3444967, 30.3039791 ], [ 120.3444021, 30.3039604 ], [ 120.3443197, 30.3039158 ], [ 120.3442955, 30.3038898 ] ], [ [ 120.3281365, 30.3028715 ], [ 120.3263187, 30.3027545 ], [ 120.3255477, 30.3027041 ], [ 120.3250081, 30.3026719 ] ], [ [ 120.3324165, 30.3031529 ], [ 120.3322744, 30.3031373 ], [ 120.3321242, 30.3031241 ], [ 120.3307551, 30.3030328 ], [ 120.3306475, 30.3030262 ], [ 120.3281365, 30.3028715 ] ], [ [ 120.3215645, 30.3050146 ], [ 120.3217223, 30.3029713 ], [ 120.3217778, 30.3024947 ] ], [ [ 120.3219824, 30.3024911 ], [ 120.3217766, 30.3050255 ] ], [ [ 120.3718776, 30.3046399 ], [ 120.3752964, 30.3046155 ], [ 120.3760278, 30.3046192 ], [ 120.3766229, 30.3046223 ], [ 120.3770618, 30.304614 ] ], [ [ 120.3716369, 30.3046381 ], [ 120.3718776, 30.3046399 ] ], [ [ 120.3559052, 30.3046526 ], [ 120.3560706, 30.3046409 ] ], [ [ 120.4935558, 30.3043399 ], [ 120.4934734, 30.3043888 ], [ 120.4914493, 30.3046829 ] ], [ [ 120.4888936, 30.3044698 ], [ 120.4889674, 30.3050435 ] ], [ [ 120.4885942, 30.3050641 ], [ 120.4885209, 30.3045293 ] ], [ [ 120.4914493, 30.3046829 ], [ 120.4889674, 30.3050435 ] ], [ [ 120.4889674, 30.3050435 ], [ 120.4885942, 30.3050641 ] ], [ [ 120.4740788, 30.3068394 ], [ 120.4743263, 30.3068048 ], [ 120.474911, 30.306725 ], [ 120.4764038, 30.3065069 ], [ 120.4771135, 30.3063975 ], [ 120.4777163, 30.3063019 ], [ 120.4781839, 30.3062243 ], [ 120.4793684, 30.3060309 ], [ 120.4804725, 30.3058519 ], [ 120.4837068, 30.3053413 ], [ 120.4853093, 30.3050637 ], [ 120.4854385, 30.3050389 ], [ 120.4885209, 30.3045293 ] ], [ [ 120.4889674, 30.3050435 ], [ 120.4889901, 30.3052195 ], [ 120.4889606, 30.3055485 ], [ 120.4889605, 30.3059817 ], [ 120.4889929, 30.3061773 ], [ 120.4890329, 30.3064184 ] ], [ [ 120.4885942, 30.3050641 ], [ 120.4856291, 30.3055172 ], [ 120.4805762, 30.3062865 ], [ 120.4794451, 30.3064639 ], [ 120.4768534, 30.3068438 ], [ 120.4768149, 30.3068495 ] ], [ [ 120.4397175, 30.3085131 ], [ 120.4398765, 30.3084197 ] ], [ [ 120.4393502, 30.3085841 ], [ 120.4397175, 30.3085131 ] ], [ [ 120.4738293, 30.3068743 ], [ 120.4740788, 30.3068394 ] ], [ [ 120.4768149, 30.3068495 ], [ 120.4766622, 30.3068758 ] ], [ [ 120.4766622, 30.3068758 ], [ 120.475106, 30.3071005 ], [ 120.4741299, 30.3072481 ] ], [ [ 120.4741299, 30.3072481 ], [ 120.4738915, 30.3072842 ] ], [ [ 120.4893185, 30.3095818 ], [ 120.4891476, 30.3084579 ], [ 120.4890784, 30.3080172 ], [ 120.4887987, 30.3064748 ], [ 120.4887574, 30.3059707 ], [ 120.4886749, 30.3055832 ], [ 120.4886058, 30.3051497 ], [ 120.4885942, 30.3050641 ] ], [ [ 120.4890329, 30.3064184 ], [ 120.4893153, 30.3080609 ], [ 120.4893862, 30.3084971 ], [ 120.4895541, 30.3095526 ] ], [ [ 120.4590114, 30.3079037 ], [ 120.463527, 30.3078522 ], [ 120.4639242, 30.3078456 ], [ 120.4651876, 30.3078603 ], [ 120.4659542, 30.3078452 ], [ 120.4664425, 30.3078216 ], [ 120.4669512, 30.3077893 ], [ 120.4674142, 30.3077551 ], [ 120.4678185, 30.3077254 ], [ 120.4684249, 30.3076823 ], [ 120.4689746, 30.3076415 ], [ 120.4694718, 30.3075873 ], [ 120.4703699, 30.3074708 ], [ 120.4711841, 30.3073614 ], [ 120.4717174, 30.3072802 ], [ 120.4722687, 30.3071906 ], [ 120.4728631, 30.3070796 ], [ 120.4733514, 30.3069669 ], [ 120.4738293, 30.3068743 ] ], [ [ 120.4738915, 30.3072842 ], [ 120.4736788, 30.3072745 ], [ 120.4733477, 30.307301 ], [ 120.4729317, 30.3073388 ], [ 120.4725441, 30.3073926 ], [ 120.4717604, 30.3075176 ], [ 120.4712176, 30.3075892 ], [ 120.4705148, 30.3076902 ], [ 120.4698837, 30.307771 ], [ 120.4693385, 30.3078293 ], [ 120.4688495, 30.3078765 ], [ 120.4683841, 30.3079063 ], [ 120.467849, 30.3079568 ], [ 120.4674316, 30.3079972 ], [ 120.466907, 30.3080333 ], [ 120.4661634, 30.3080764 ], [ 120.4653891, 30.3081063 ], [ 120.4639386, 30.3081292 ], [ 120.4635411, 30.3081361 ], [ 120.4590144, 30.3081572 ] ], [ [ 120.4511869, 30.3080626 ], [ 120.4519421, 30.308054 ], [ 120.4529706, 30.3080351 ], [ 120.4534542, 30.3080293 ], [ 120.4554162, 30.3080022 ], [ 120.4560003, 30.3079896 ], [ 120.4564873, 30.3079682 ], [ 120.4569087, 30.3079504 ], [ 120.4573281, 30.3079287 ], [ 120.4590114, 30.3079037 ] ], [ [ 120.4500242, 30.3080022 ], [ 120.45094, 30.3079994 ] ], [ [ 120.45094, 30.3079994 ], [ 120.4511869, 30.3080626 ] ], [ [ 120.4590144, 30.3081572 ], [ 120.4556501, 30.3082125 ] ], [ [ 120.4398765, 30.3084197 ], [ 120.4402188, 30.3083714 ], [ 120.4410787, 30.3082665 ], [ 120.4416467, 30.3082109 ], [ 120.4420582, 30.3081752 ], [ 120.4426649, 30.3081228 ], [ 120.4432446, 30.3080821 ], [ 120.4437435, 30.3080646 ], [ 120.4442695, 30.3080501 ], [ 120.4461973, 30.3080413 ], [ 120.4474441, 30.3080331 ], [ 120.4500242, 30.3080022 ] ], [ [ 120.4556501, 30.3082125 ], [ 120.452803, 30.3082621 ], [ 120.4511813, 30.3083023 ] ], [ [ 120.4511813, 30.3083023 ], [ 120.4509392, 30.3083219 ] ], [ [ 120.4556501, 30.3082125 ], [ 120.4552127, 30.3083222 ], [ 120.4549703, 30.30837 ], [ 120.4547036, 30.3083802 ], [ 120.4532627, 30.3084105 ], [ 120.4528006, 30.3083733 ], [ 120.4511843, 30.3084175 ] ], [ [ 120.4511843, 30.3084175 ], [ 120.4509392, 30.3083219 ] ], [ [ 120.4509392, 30.3083219 ], [ 120.45051, 30.3083946 ], [ 120.4481543, 30.3084102 ], [ 120.4461714, 30.3084355 ], [ 120.4451056, 30.3084447 ], [ 120.4446276, 30.3084505 ], [ 120.444514, 30.3084518 ], [ 120.4442663, 30.3084548 ], [ 120.4437411, 30.3084675 ], [ 120.4431043, 30.3085055 ], [ 120.4422475, 30.3085688 ], [ 120.4416166, 30.3086144 ], [ 120.4411325, 30.308622 ], [ 120.4404916, 30.3087029 ], [ 120.4399028, 30.3087876 ] ], [ [ 120.5085624, 30.3031481 ], [ 120.5095445, 30.3031563 ] ], [ [ 120.5095445, 30.3031563 ], [ 120.5103468, 30.3032179 ] ], [ [ 120.5103468, 30.3032179 ], [ 120.5131739, 30.3034972 ] ], [ [ 120.5131739, 30.3034972 ], [ 120.5138502, 30.303519 ] ], [ [ 120.5138502, 30.303519 ], [ 120.5170176, 30.3036278 ] ], [ [ 120.5170176, 30.3036278 ], [ 120.5172014, 30.3036267 ] ], [ [ 120.5172014, 30.3036267 ], [ 120.5181722, 30.3036161 ] ], [ [ 120.499595, 30.3035937 ], [ 120.5016702, 30.3035415 ], [ 120.5040227, 30.3035617 ], [ 120.5052831, 30.3036231 ], [ 120.5086351, 30.3037423 ] ], [ [ 120.5980418, 30.3073457 ], [ 120.5980885, 30.3066399 ], [ 120.5980852, 30.3059754 ], [ 120.5981299, 30.3055046 ], [ 120.5984803, 30.3023909 ], [ 120.598585, 30.301194 ] ], [ [ 120.5181722, 30.3036161 ], [ 120.5199543, 30.3036857 ], [ 120.5204509, 30.303649 ], [ 120.5208479, 30.3036306 ], [ 120.5213331, 30.3036948 ], [ 120.5221084, 30.3038873 ] ], [ [ 120.5221084, 30.3038873 ], [ 120.5218837, 30.3039153 ], [ 120.5209422, 30.303897 ], [ 120.520061, 30.3038512 ], [ 120.5192753, 30.3037687 ], [ 120.5181722, 30.3036161 ] ], [ [ 120.5086224, 30.3039103 ], [ 120.5052908, 30.3037964 ], [ 120.5040027, 30.3037572 ], [ 120.5016639, 30.3037296 ], [ 120.499598, 30.303767 ] ], [ [ 120.5222942, 30.3038873 ], [ 120.5221084, 30.3038873 ] ], [ [ 120.5242651, 30.303962 ], [ 120.5222942, 30.3038873 ] ], [ [ 120.5382369, 30.304659 ], [ 120.5370417, 30.3046302 ] ], [ [ 120.5370417, 30.3046302 ], [ 120.5340982, 30.3043927 ] ], [ [ 120.5340982, 30.3043927 ], [ 120.5329691, 30.3042719 ] ], [ [ 120.5329691, 30.3042719 ], [ 120.5308218, 30.3041969 ] ], [ [ 120.5308218, 30.3041969 ], [ 120.5299534, 30.3040908 ] ], [ [ 120.5299534, 30.3040908 ], [ 120.5294707, 30.3040594 ] ], [ [ 120.5294707, 30.3040594 ], [ 120.5292893, 30.3040646 ] ], [ [ 120.5292893, 30.3040646 ], [ 120.5290986, 30.3040698 ] ], [ [ 120.5290986, 30.3040698 ], [ 120.5287274, 30.3041043 ] ], [ [ 120.5287274, 30.3041043 ], [ 120.5281953, 30.3041425 ] ], [ [ 120.5281953, 30.3041425 ], [ 120.5263606, 30.3040516 ] ], [ [ 120.5263606, 30.3040516 ], [ 120.5242651, 30.303962 ] ], [ [ 120.5382369, 30.304659 ], [ 120.5383867, 30.3046131 ] ], [ [ 120.5383839, 30.3046868 ], [ 120.5382369, 30.304659 ] ], [ [ 120.5383867, 30.3046131 ], [ 120.539018, 30.3046415 ], [ 120.5395668, 30.3046836 ], [ 120.5399043, 30.3047573 ], [ 120.5401372, 30.3048763 ] ], [ [ 120.559042, 30.3058129 ], [ 120.5590767, 30.3053236 ], [ 120.5590981, 30.3045873 ], [ 120.5591257, 30.3033029 ], [ 120.5591389, 30.3029422 ], [ 120.5591753, 30.3025597 ], [ 120.5592203, 30.3020889 ], [ 120.5592271, 30.3020176 ], [ 120.5592504, 30.3016454 ], [ 120.5592871, 30.3001581 ], [ 120.5593354, 30.2985801 ] ], [ [ 120.5594226, 30.2985898 ], [ 120.5594007, 30.2995612 ], [ 120.5593624, 30.3001584 ], [ 120.559335, 30.3015543 ], [ 120.559289, 30.3021947 ], [ 120.5592527, 30.3025691 ], [ 120.5592163, 30.3029435 ], [ 120.559199, 30.3033131 ], [ 120.5591671, 30.3045768 ], [ 120.5591494, 30.3054287 ], [ 120.5591177, 30.3058067 ] ], [ [ 120.5562939, 30.3058556 ], [ 120.5562424, 30.3058537 ], [ 120.5553657, 30.3058206 ], [ 120.5542033, 30.3057767 ], [ 120.550499, 30.3055826 ], [ 120.5465296, 30.3054173 ], [ 120.5445092, 30.3053331 ], [ 120.5407224, 30.3051951 ], [ 120.54056, 30.3051927 ], [ 120.5404209, 30.3051857 ], [ 120.5397538, 30.3048486 ], [ 120.539242, 30.3047538 ], [ 120.5383839, 30.3046868 ] ], [ [ 120.5401372, 30.3048763 ], [ 120.5403269, 30.3049947 ], [ 120.5405667, 30.3050061 ], [ 120.5407374, 30.3050088 ], [ 120.5436809, 30.3051279 ], [ 120.5465306, 30.3052453 ], [ 120.5484056, 30.3053226 ], [ 120.5518295, 30.3054616 ], [ 120.5541872, 30.3055967 ], [ 120.555375, 30.30564 ], [ 120.5562184, 30.3056708 ], [ 120.5563509, 30.3056756 ], [ 120.5584665, 30.3057853 ], [ 120.559042, 30.3058129 ] ], [ [ 120.559042, 30.3058129 ], [ 120.5591177, 30.3058067 ] ], [ [ 120.5987961, 30.3012031 ], [ 120.5985004, 30.3041481 ], [ 120.5983475, 30.3055116 ], [ 120.5982972, 30.3059911 ], [ 120.5982757, 30.3066323 ], [ 120.5982108, 30.3073504 ] ], [ [ 120.5980418, 30.3073457 ], [ 120.5982108, 30.3073504 ] ], [ [ 120.5980314, 30.3074944 ], [ 120.5980418, 30.3073457 ] ], [ [ 120.5982108, 30.3073504 ], [ 120.5981987, 30.3075015 ] ], [ [ 120.5981987, 30.3075015 ], [ 120.5980314, 30.3074944 ] ], [ [ 120.5982108, 30.3073504 ], [ 120.5989241, 30.3073703 ], [ 120.6003941, 30.3074112 ], [ 120.60456, 30.3076779 ], [ 120.6111536, 30.3081367 ] ], [ [ 120.5401372, 30.3048763 ], [ 120.5402527, 30.3048664 ], [ 120.5405241, 30.3048664 ], [ 120.5405756, 30.3048674 ], [ 120.540738, 30.3048748 ], [ 120.5424192, 30.3049245 ] ], [ [ 120.5424028, 30.3054322 ], [ 120.5411815, 30.3053399 ], [ 120.5407092, 30.3053205 ], [ 120.5405521, 30.3053178 ], [ 120.5403196, 30.3053063 ], [ 120.5386203, 30.3051984 ], [ 120.5383205, 30.3051026 ] ], [ [ 120.5591177, 30.3058067 ], [ 120.5591294, 30.3059415 ] ], [ [ 120.5589835, 30.3059551 ], [ 120.559042, 30.3058129 ] ], [ [ 120.5589835, 30.3059551 ], [ 120.5583587, 30.3059286 ], [ 120.5562939, 30.3058556 ] ], [ [ 120.5591294, 30.3059415 ], [ 120.5589835, 30.3059551 ] ], [ [ 120.5591177, 30.3058067 ], [ 120.5595861, 30.3058238 ], [ 120.5634474, 30.3059608 ], [ 120.5684344, 30.3061044 ], [ 120.5731152, 30.3062948 ], [ 120.5801911, 30.306571 ], [ 120.5843358, 30.3067685 ], [ 120.5849444, 30.3067943 ], [ 120.5972353, 30.3073151 ], [ 120.597719, 30.3073367 ], [ 120.5980418, 30.3073457 ] ], [ [ 120.5980314, 30.3074944 ], [ 120.5972808, 30.3074626 ], [ 120.5959478, 30.3074061 ], [ 120.5943112, 30.3073362 ], [ 120.5930482, 30.3072822 ], [ 120.5920802, 30.3072409 ], [ 120.5876672, 30.3070523 ], [ 120.5858153, 30.3069984 ], [ 120.5849439, 30.306973 ], [ 120.5843068, 30.3069544 ], [ 120.5815008, 30.3067919 ], [ 120.5814357, 30.3067892 ], [ 120.5740903, 30.3064989 ], [ 120.5726161, 30.3064402 ], [ 120.5687363, 30.3062857 ], [ 120.5684243, 30.306274 ], [ 120.5634214, 30.3061278 ], [ 120.5607808, 30.3060196 ], [ 120.5597208, 30.3059671 ], [ 120.5591294, 30.3059415 ] ], [ [ 120.5591294, 30.3059415 ], [ 120.5590707, 30.3063851 ], [ 120.5587878, 30.3075878 ] ], [ [ 120.5585967, 30.3075858 ], [ 120.5588312, 30.3065338 ], [ 120.5589835, 30.3059551 ] ], [ [ 120.3560706, 30.3046409 ], [ 120.3561368, 30.3047677 ] ], [ [ 120.3559654, 30.3047624 ], [ 120.3559052, 30.3046526 ] ], [ [ 120.3716441, 30.3047834 ], [ 120.3716369, 30.3046381 ] ], [ [ 120.3718776, 30.3046399 ], [ 120.3718855, 30.304783 ] ], [ [ 120.3559654, 30.3047624 ], [ 120.3544992, 30.3046875 ], [ 120.3540876, 30.3046665 ] ], [ [ 120.3864296, 30.3047434 ], [ 120.3857248, 30.3047414 ], [ 120.3827871, 30.3047611 ] ], [ [ 120.3805643, 30.3047536 ], [ 120.3791546, 30.3047549 ], [ 120.3789372, 30.3047551 ], [ 120.3772481, 30.3047566 ] ], [ [ 120.3827871, 30.3047611 ], [ 120.3819539, 30.3047524 ], [ 120.3805643, 30.3047536 ] ], [ [ 120.3772481, 30.3047566 ], [ 120.3770596, 30.304762 ] ], [ [ 120.3215584, 30.3050934 ], [ 120.3215645, 30.3050146 ] ], [ [ 120.3217766, 30.3050255 ], [ 120.3217703, 30.3050974 ] ], [ [ 120.3447314, 30.3038919 ], [ 120.3446811, 30.3039343 ], [ 120.3445933, 30.3039701 ], [ 120.3444967, 30.3039791 ] ], [ [ 120.3447675, 30.3036076 ], [ 120.345028, 30.3037316 ], [ 120.3453296, 30.3037542 ], [ 120.3467531, 30.3038607 ], [ 120.3471815, 30.3039167 ], [ 120.3474512, 30.303962 ], [ 120.3476186, 30.3039902 ], [ 120.3480923, 30.3041004 ], [ 120.3484364, 30.3041756 ], [ 120.3487703, 30.3042171 ], [ 120.3492138, 30.304236 ], [ 120.3502225, 30.3042904 ], [ 120.3503159, 30.3042955 ] ], [ [ 120.3503052, 30.3044036 ], [ 120.3486335, 30.3042952 ], [ 120.3485624, 30.3042906 ], [ 120.3477052, 30.3041056 ], [ 120.3472879, 30.3040367 ], [ 120.3468382, 30.3039678 ], [ 120.3453192, 30.3038758 ], [ 120.3450217, 30.3038578 ], [ 120.3447314, 30.3038919 ] ], [ [ 120.3540876, 30.3046665 ], [ 120.3503052, 30.3044036 ] ], [ [ 120.3213756, 30.3072855 ], [ 120.3214431, 30.3064764 ], [ 120.3215584, 30.3050934 ] ], [ [ 120.3217703, 30.3050974 ], [ 120.3216929, 30.3060367 ], [ 120.3215902, 30.3072837 ] ], [ [ 120.3561368, 30.3047677 ], [ 120.3559654, 30.3047624 ] ], [ [ 120.3770596, 30.304762 ], [ 120.3763738, 30.3047651 ], [ 120.3731844, 30.3047795 ], [ 120.3718855, 30.304783 ] ], [ [ 120.3611708, 30.3047921 ], [ 120.3592455, 30.3047953 ], [ 120.3576677, 30.3047979 ], [ 120.3576061, 30.304798 ], [ 120.3572585, 30.3047884 ], [ 120.3569459, 30.3047798 ], [ 120.3566274, 30.3047746 ], [ 120.3561368, 30.3047677 ] ], [ [ 120.3718855, 30.304783 ], [ 120.3716441, 30.3047834 ] ], [ [ 120.3716441, 30.3047834 ], [ 120.3706903, 30.3047842 ], [ 120.368555, 30.3047859 ], [ 120.3664433, 30.3047875 ] ], [ [ 120.3664433, 30.3047875 ], [ 120.3663595, 30.3047876 ], [ 120.366251, 30.3047875 ] ], [ [ 120.366251, 30.3047875 ], [ 120.3630837, 30.3047947 ], [ 120.3621018, 30.3047969 ], [ 120.3616187, 30.304798 ], [ 120.3611708, 30.3047921 ] ], [ [ 120.3561368, 30.3047677 ], [ 120.3570904, 30.3066984 ], [ 120.3577739, 30.3080326 ] ], [ [ 120.3576247, 30.3080839 ], [ 120.3567231, 30.3062614 ], [ 120.3559654, 30.3047624 ] ], [ [ 120.3716455, 30.3089272 ], [ 120.3716441, 30.3047834 ] ], [ [ 120.3718855, 30.304783 ], [ 120.3718799, 30.3074638 ], [ 120.3718768, 30.3089315 ] ], [ [ 120.3213581, 30.3074078 ], [ 120.3213756, 30.3072855 ] ], [ [ 120.3215902, 30.3072837 ], [ 120.3215718, 30.3074256 ] ], [ [ 120.320989, 30.3116239 ], [ 120.3211175, 30.3101562 ], [ 120.3213581, 30.3074078 ] ], [ [ 120.3215718, 30.3074256 ], [ 120.3214453, 30.3086848 ], [ 120.3213133, 30.3100147 ], [ 120.321262, 30.3105315 ], [ 120.321154, 30.3116201 ] ], [ [ 120.3577739, 30.3080326 ], [ 120.3581253, 30.3087186 ], [ 120.3594509, 30.3113709 ], [ 120.3604658, 30.3132137 ] ], [ [ 120.3602772, 30.3132267 ], [ 120.3599725, 30.3126497 ], [ 120.3591974, 30.3111817 ], [ 120.358314, 30.3094417 ], [ 120.3576247, 30.3080839 ] ], [ [ 120.3718768, 30.3089315 ], [ 120.3718846, 30.3116167 ], [ 120.3718894, 30.3131873 ] ], [ [ 120.3716786, 30.313192 ], [ 120.3716649, 30.3124218 ], [ 120.3716533, 30.3117646 ], [ 120.3716455, 30.3089272 ] ], [ [ 120.3534156, 30.3128469 ], [ 120.354329, 30.3128963 ], [ 120.3555632, 30.3129631 ], [ 120.3596611, 30.3132108 ], [ 120.3599745, 30.3132298 ], [ 120.3602772, 30.3132267 ] ], [ [ 120.3603133, 30.313295 ], [ 120.3595622, 30.3132625 ], [ 120.3588765, 30.313228 ], [ 120.355997, 30.3130468 ], [ 120.3555591, 30.3130192 ], [ 120.3552387, 30.3130006 ], [ 120.3534119, 30.3128918 ] ], [ [ 120.3772787, 30.3131617 ], [ 120.3775081, 30.3131614 ], [ 120.3776872, 30.3131612 ], [ 120.3779529, 30.3131608 ], [ 120.378184, 30.3131605 ], [ 120.3783515, 30.3131603 ], [ 120.3784324, 30.3131602 ], [ 120.3785768, 30.31316 ], [ 120.3787732, 30.3131598 ], [ 120.378987, 30.3131595 ], [ 120.3792296, 30.3131592 ], [ 120.3794896, 30.3131589 ], [ 120.3797668, 30.3131585 ], [ 120.3799575, 30.3131583 ], [ 120.3801192, 30.3131581 ], [ 120.3802983, 30.3131578 ], [ 120.3804774, 30.3131576 ], [ 120.3807143, 30.3131573 ], [ 120.380868, 30.3131571 ], [ 120.3811009, 30.3131568 ], [ 120.3812559, 30.3131566 ], [ 120.3814128, 30.3131564 ], [ 120.3815322, 30.3131562 ], [ 120.3816914, 30.313156 ], [ 120.381749, 30.3131559 ], [ 120.3819502, 30.3131557 ], [ 120.3820962, 30.3131555 ], [ 120.3822887, 30.3131553 ], [ 120.3824878, 30.313155 ], [ 120.3826138, 30.3131548 ], [ 120.3827296, 30.3131547 ], [ 120.3829455, 30.3131598 ], [ 120.3830712, 30.3131597 ], [ 120.3832907, 30.3131594 ], [ 120.383464, 30.3131592 ], [ 120.3836489, 30.313159 ], [ 120.3837356, 30.3131589 ], [ 120.38388, 30.3131587 ], [ 120.3840302, 30.3131585 ], [ 120.3841341, 30.3131584 ], [ 120.384267, 30.3131582 ], [ 120.384371, 30.3131581 ], [ 120.384475, 30.313158 ], [ 120.3846714, 30.3131578 ], [ 120.3848909, 30.3131575 ], [ 120.3851278, 30.3131572 ], [ 120.38533, 30.313157 ], [ 120.3855148, 30.3131568 ], [ 120.3857113, 30.3131565 ], [ 120.3859076, 30.3131563 ], [ 120.385994, 30.3131576 ], [ 120.3870156, 30.3131495 ], [ 120.3884074, 30.3131384 ], [ 120.3925219, 30.3131226 ] ], [ [ 120.3209728, 30.3117184 ], [ 120.320989, 30.3116239 ] ], [ [ 120.321154, 30.3116201 ], [ 120.3211451, 30.3117502 ] ], [ [ 120.4895308, 30.3109919 ], [ 120.4893185, 30.3095818 ] ], [ [ 120.4399028, 30.3087876 ], [ 120.4393997, 30.30886 ] ], [ [ 120.4895541, 30.3095526 ], [ 120.4900031, 30.3121958 ] ], [ [ 120.4897174, 30.3122313 ], [ 120.4896378, 30.3117029 ], [ 120.4895308, 30.3109919 ] ], [ [ 120.4900031, 30.3121958 ], [ 120.4900222, 30.3123084 ] ], [ [ 120.4897334, 30.3123375 ], [ 120.4897174, 30.3122313 ] ], [ [ 120.4900222, 30.3123084 ], [ 120.4901156, 30.3129286 ], [ 120.4901618, 30.3132356 ], [ 120.4903085, 30.3142104 ] ], [ [ 120.6111061, 30.3083042 ], [ 120.6080797, 30.3081092 ], [ 120.60722, 30.3080459 ], [ 120.6033982, 30.3077644 ], [ 120.6020333, 30.3076836 ], [ 120.600871, 30.3076147 ], [ 120.5987107, 30.3075232 ], [ 120.5981987, 30.3075015 ] ], [ [ 120.597534, 30.3124808 ], [ 120.5975486, 30.312321 ], [ 120.5976151, 30.3115926 ], [ 120.5979377, 30.3084167 ], [ 120.5979479, 30.3083163 ], [ 120.5980314, 30.3074944 ] ], [ [ 120.5981987, 30.3075015 ], [ 120.5981411, 30.3081845 ], [ 120.5977922, 30.3123229 ], [ 120.5977764, 30.3125106 ] ], [ [ 120.5587878, 30.3075878 ], [ 120.558534, 30.3087639 ], [ 120.5583094, 30.3097723 ], [ 120.5582267, 30.3103103 ], [ 120.5581743, 30.3109492 ], [ 120.5580002, 30.3126801 ], [ 120.5577337, 30.3160886 ], [ 120.557718, 30.3162531 ], [ 120.5576306, 30.3171678 ] ], [ [ 120.5574336, 30.317195 ], [ 120.5575331, 30.3161137 ], [ 120.5578111, 30.3126071 ], [ 120.5579498, 30.3110523 ], [ 120.5580027, 30.3103794 ], [ 120.5580896, 30.3098245 ], [ 120.5582055, 30.309305 ], [ 120.5583384, 30.3087378 ], [ 120.5585967, 30.3075858 ] ], [ [ 120.5972899, 30.3151566 ], [ 120.597534, 30.3124808 ] ], [ [ 120.5977764, 30.3125106 ], [ 120.5977354, 30.3129963 ], [ 120.5975287, 30.3151655 ] ], [ [ 120.557426, 30.3172779 ], [ 120.5574336, 30.317195 ] ], [ [ 120.4900571, 30.3142452 ], [ 120.4897838, 30.3125836 ], [ 120.4897334, 30.3123375 ] ], [ [ 120.4903085, 30.3142104 ], [ 120.490321, 30.3143631 ] ], [ [ 120.4900707, 30.3143926 ], [ 120.4900571, 30.3142452 ] ], [ [ 120.3604658, 30.3132137 ], [ 120.3604727, 30.3133117 ] ], [ [ 120.3925663, 30.3132138 ], [ 120.3924719, 30.3132831 ], [ 120.3923866, 30.3132948 ], [ 120.3904367, 30.3133192 ], [ 120.3897622, 30.3133123 ], [ 120.3884071, 30.3132983 ], [ 120.3859884, 30.3133011 ], [ 120.3857748, 30.3133011 ], [ 120.3855437, 30.3133012 ], [ 120.3854092, 30.3133012 ], [ 120.3851913, 30.3133013 ], [ 120.384966, 30.3133013 ], [ 120.3847638, 30.3133013 ], [ 120.384579, 30.3133014 ], [ 120.384267, 30.3133014 ], [ 120.3840648, 30.3133015 ], [ 120.3838932, 30.3133015 ], [ 120.3837356, 30.3133014 ], [ 120.3834698, 30.3133012 ], [ 120.3832099, 30.3133009 ], [ 120.3829903, 30.3133008 ], [ 120.3827842, 30.3133006 ], [ 120.3826802, 30.3133013 ], [ 120.3825629, 30.313302 ], [ 120.3823722, 30.3133033 ], [ 120.3821527, 30.3133047 ], [ 120.3819273, 30.3133061 ], [ 120.3817945, 30.313307 ], [ 120.3816674, 30.3133078 ], [ 120.3813959, 30.3133095 ], [ 120.3811473, 30.3133111 ], [ 120.3809222, 30.3133126 ], [ 120.3807719, 30.3133135 ], [ 120.3805871, 30.3133147 ], [ 120.3804195, 30.3133158 ], [ 120.3802174, 30.3133171 ], [ 120.3800093, 30.3133185 ], [ 120.3797073, 30.3133204 ], [ 120.3795301, 30.3133215 ], [ 120.3794029, 30.3133223 ], [ 120.379143, 30.3133238 ], [ 120.3789235, 30.3133252 ], [ 120.3787732, 30.3133261 ], [ 120.3785712, 30.3133273 ], [ 120.3784149, 30.3133283 ], [ 120.3782417, 30.3133293 ], [ 120.3779586, 30.3133311 ], [ 120.3777507, 30.3133323 ], [ 120.3775313, 30.3133337 ], [ 120.3774101, 30.3133344 ], [ 120.3773406, 30.3133348 ], [ 120.3771833, 30.3133358 ] ], [ [ 120.3604727, 30.3133117 ], [ 120.3603133, 30.313295 ] ], [ [ 120.3718961, 30.3133051 ], [ 120.3717098, 30.313318 ] ], [ [ 120.3771833, 30.3133358 ], [ 120.3760539, 30.3133278 ], [ 120.3752393, 30.3133192 ], [ 120.3745278, 30.3133116 ], [ 120.3730096, 30.3133064 ], [ 120.3718961, 30.3133051 ] ], [ [ 120.3717098, 30.313318 ], [ 120.3692212, 30.3133114 ], [ 120.3689405, 30.3133123 ], [ 120.3684571, 30.3133137 ], [ 120.3671842, 30.3133174 ], [ 120.3640721, 30.3133457 ], [ 120.3621157, 30.3133262 ], [ 120.3620547, 30.3133256 ], [ 120.3612851, 30.313318 ], [ 120.3608304, 30.3133157 ], [ 120.3607136, 30.3133144 ], [ 120.3604727, 30.3133117 ] ], [ [ 120.3718961, 30.3133051 ], [ 120.3720604, 30.3136532 ], [ 120.3721721, 30.3139605 ], [ 120.3723669, 30.3144616 ], [ 120.3731902, 30.3165799 ] ], [ [ 120.3729647, 30.3166109 ], [ 120.3726597, 30.3158432 ], [ 120.3724597, 30.3153396 ], [ 120.3719755, 30.3140232 ], [ 120.3718707, 30.3136489 ], [ 120.3717098, 30.313318 ] ], [ [ 120.3926715, 30.3129492 ], [ 120.3926056, 30.3131575 ] ], [ [ 120.3925219, 30.3131226 ], [ 120.3926056, 30.3131575 ] ], [ [ 120.3926056, 30.3131575 ], [ 120.3925663, 30.3132138 ] ], [ [ 120.3926056, 30.3131575 ], [ 120.3928173, 30.3132458 ] ], [ [ 120.3615187, 30.3181055 ], [ 120.3614636, 30.3179013 ], [ 120.3613279, 30.31734 ], [ 120.3609788, 30.3159757 ], [ 120.3608675, 30.3156193 ], [ 120.3608443, 30.3154677 ], [ 120.3604443, 30.3138624 ], [ 120.3603973, 30.3136875 ], [ 120.3603524, 30.3135014 ], [ 120.3603133, 30.313295 ] ], [ [ 120.3604727, 30.3133117 ], [ 120.3605163, 30.3135062 ], [ 120.3605486, 30.3136505 ], [ 120.3605966, 30.3138337 ], [ 120.3609867, 30.3155899 ], [ 120.3611178, 30.3159525 ], [ 120.3615995, 30.3178825 ], [ 120.361654, 30.318098 ] ], [ [ 120.3340699, 30.3117239 ], [ 120.3362669, 30.3118316 ], [ 120.3386032, 30.3119748 ] ], [ [ 120.338622, 30.3120396 ], [ 120.3379233, 30.3120078 ], [ 120.3340804, 30.311851 ] ], [ [ 120.3206685, 30.3145478 ], [ 120.3207752, 30.3136429 ], [ 120.320787, 30.3135429 ], [ 120.320892, 30.3126525 ], [ 120.3209031, 30.3125243 ], [ 120.32097, 30.3117508 ], [ 120.3209728, 30.3117184 ] ], [ [ 120.3211451, 30.3117502 ], [ 120.3210674, 30.3124066 ], [ 120.3210177, 30.312934 ], [ 120.3208647, 30.3145594 ] ], [ [ 120.3770747, 30.3131617 ], [ 120.3772787, 30.3131617 ] ], [ [ 120.3718894, 30.3131873 ], [ 120.3745113, 30.3131744 ], [ 120.3753922, 30.31317 ], [ 120.3770747, 30.3131617 ] ], [ [ 120.3716786, 30.313192 ], [ 120.3718894, 30.3131873 ] ], [ [ 120.3604658, 30.3132137 ], [ 120.3607072, 30.3132056 ], [ 120.3608452, 30.3132092 ], [ 120.3612676, 30.3132103 ], [ 120.3614005, 30.3132098 ], [ 120.3619663, 30.3132078 ], [ 120.3628261, 30.3132047 ], [ 120.3649763, 30.3132015 ], [ 120.3672368, 30.313196 ], [ 120.3681711, 30.3131938 ], [ 120.3689406, 30.3131919 ], [ 120.3692175, 30.3131912 ], [ 120.3716786, 30.313192 ] ], [ [ 120.3602772, 30.3132267 ], [ 120.3604658, 30.3132137 ] ], [ [ 120.3718894, 30.3131873 ], [ 120.3718961, 30.3133051 ] ], [ [ 120.3717098, 30.313318 ], [ 120.3716786, 30.313192 ] ], [ [ 120.3603133, 30.313295 ], [ 120.3602772, 30.3132267 ] ], [ [ 120.3386032, 30.3119748 ], [ 120.3409751, 30.3121276 ], [ 120.3438782, 30.3123153 ] ], [ [ 120.3438758, 30.3123892 ], [ 120.3424306, 30.3122781 ], [ 120.3409767, 30.3121898 ], [ 120.338622, 30.3120396 ] ], [ [ 120.3438758, 30.3123892 ], [ 120.3438782, 30.3123153 ] ], [ [ 120.3438782, 30.3123153 ], [ 120.3467341, 30.3124822 ], [ 120.3473267, 30.3125168 ], [ 120.3483238, 30.3125745 ], [ 120.3496365, 30.3126612 ] ], [ [ 120.3534119, 30.3128918 ], [ 120.3508777, 30.3127606 ], [ 120.3496283, 30.3126959 ], [ 120.3473281, 30.3125779 ], [ 120.3438758, 30.3123892 ] ], [ [ 120.3496365, 30.3126612 ], [ 120.3511526, 30.3127357 ], [ 120.3534156, 30.3128469 ] ], [ [ 120.3438758, 30.3123892 ], [ 120.3438694, 30.312589 ] ], [ [ 120.3438694, 30.312589 ], [ 120.343836, 30.3136294 ] ], [ [ 120.343836, 30.3136294 ], [ 120.3438393, 30.3136561 ] ], [ [ 120.3438393, 30.3136561 ], [ 120.3438467, 30.3138575 ] ], [ [ 120.3438467, 30.3138575 ], [ 120.3438431, 30.3152468 ] ], [ [ 120.3438431, 30.3152468 ], [ 120.343844, 30.3154538 ] ], [ [ 120.343844, 30.3154538 ], [ 120.3438444, 30.3155437 ] ], [ [ 120.3438444, 30.3155437 ], [ 120.3438557, 30.3181135 ] ], [ [ 120.3202931, 30.3174647 ], [ 120.320486, 30.3160722 ], [ 120.3205182, 30.3158407 ], [ 120.3205462, 30.3156575 ], [ 120.3206685, 30.3145478 ] ], [ [ 120.3208647, 30.3145594 ], [ 120.320714, 30.3158557 ], [ 120.3206871, 30.3160792 ], [ 120.3205212, 30.3174955 ] ], [ [ 120.3731902, 30.3165799 ], [ 120.373445, 30.3172332 ], [ 120.3739531, 30.3185358 ], [ 120.3740229, 30.3186985 ], [ 120.3748338, 30.3208181 ] ], [ [ 120.374562, 30.3208147 ], [ 120.3742197, 30.3198873 ], [ 120.3738073, 30.3187702 ], [ 120.3737345, 30.3185856 ], [ 120.3733379, 30.3176295 ], [ 120.3730528, 30.3168332 ], [ 120.3729647, 30.3166109 ] ], [ [ 120.361654, 30.318098 ], [ 120.3616997, 30.318276 ], [ 120.3618337, 30.3187984 ], [ 120.3618992, 30.3190536 ], [ 120.3623628, 30.3208609 ] ], [ [ 120.3622299, 30.3208592 ], [ 120.361774, 30.3190811 ], [ 120.3617085, 30.3188258 ], [ 120.3615738, 30.3183004 ], [ 120.3615187, 30.3181055 ] ], [ [ 120.490321, 30.3143631 ], [ 120.4904253, 30.315638 ], [ 120.4904885, 30.31692 ], [ 120.4904966, 30.3170759 ], [ 120.4904563, 30.3174259 ] ], [ [ 120.4902329, 30.3174604 ], [ 120.4902081, 30.3170607 ], [ 120.4902316, 30.316902 ], [ 120.4901888, 30.3156766 ], [ 120.4900707, 30.3143926 ] ], [ [ 120.3748338, 30.3208181 ], [ 120.3748681, 30.3209079 ] ], [ [ 120.3745983, 30.3209132 ], [ 120.374562, 30.3208147 ] ], [ [ 120.3622629, 30.3209389 ], [ 120.3622299, 30.3208592 ] ], [ [ 120.4904563, 30.3174259 ], [ 120.4904657, 30.3178065 ], [ 120.4904657, 30.3183588 ], [ 120.4905112, 30.3209692 ], [ 120.4905143, 30.3213247 ], [ 120.4905164, 30.3215723 ], [ 120.4905183, 30.3217935 ], [ 120.4905212, 30.3223577 ], [ 120.490522, 30.3225026 ] ], [ [ 120.4903513, 30.3225138 ], [ 120.4903546, 30.3223601 ], [ 120.4903627, 30.321984 ], [ 120.4903575, 30.3217888 ], [ 120.4903506, 30.3215305 ], [ 120.4903454, 30.3213333 ], [ 120.4903357, 30.3209675 ], [ 120.4903111, 30.320038 ], [ 120.4902694, 30.3178796 ], [ 120.4902329, 30.3174604 ] ], [ [ 120.5968689, 30.3196248 ], [ 120.5968734, 30.3195469 ], [ 120.5968796, 30.3194823 ], [ 120.5969228, 30.3190294 ], [ 120.5969434, 30.318814 ], [ 120.5972274, 30.3158414 ], [ 120.5972899, 30.3151566 ] ], [ [ 120.5975287, 30.3151655 ], [ 120.5971807, 30.3188172 ], [ 120.5971579, 30.3190563 ], [ 120.5971185, 30.3194699 ], [ 120.5971088, 30.319572 ], [ 120.5971045, 30.3196486 ] ], [ [ 120.5968595, 30.319787 ], [ 120.5968689, 30.3196248 ] ], [ [ 120.5971045, 30.3196486 ], [ 120.5970955, 30.3198104 ] ], [ [ 120.5576306, 30.3171678 ], [ 120.5571873, 30.3218095 ], [ 120.5571681, 30.3223411 ] ], [ [ 120.5569731, 30.3223302 ], [ 120.5570207, 30.3215579 ], [ 120.5572769, 30.318899 ], [ 120.557426, 30.3172779 ] ], [ [ 120.5963088, 30.3292869 ], [ 120.596346, 30.3286236 ], [ 120.5963562, 30.3283518 ], [ 120.596581, 30.3245259 ], [ 120.5965897, 30.3243779 ], [ 120.5968595, 30.319787 ] ], [ [ 120.5970955, 30.3198104 ], [ 120.5969595, 30.3222414 ], [ 120.5968375, 30.3243823 ], [ 120.5968285, 30.3245403 ], [ 120.5966103, 30.3283691 ], [ 120.5965979, 30.328633 ], [ 120.5965703, 30.3291968 ], [ 120.596564, 30.3293089 ] ], [ [ 120.5569669, 30.3224305 ], [ 120.5569731, 30.3223302 ] ], [ [ 120.5571681, 30.3223411 ], [ 120.5571648, 30.3224318 ] ], [ [ 120.5571648, 30.3224318 ], [ 120.5571617, 30.3225178 ] ], [ [ 120.55681, 30.3270064 ], [ 120.5569292, 30.3230426 ], [ 120.5569669, 30.3224305 ] ], [ [ 120.5571617, 30.3225178 ], [ 120.5570522, 30.3255488 ], [ 120.5570019, 30.32702 ] ], [ [ 120.3201573, 30.319582 ], [ 120.3202931, 30.3174647 ] ], [ [ 120.3205212, 30.3174955 ], [ 120.3204081, 30.318717 ], [ 120.3203259, 30.3196023 ] ], [ [ 120.3438706, 30.3209082 ], [ 120.3438698, 30.3207569 ] ], [ [ 120.3438698, 30.3207569 ], [ 120.3438557, 30.3181135 ] ], [ [ 120.3201523, 30.3196602 ], [ 120.3201573, 30.319582 ] ], [ [ 120.3203259, 30.3196023 ], [ 120.320319, 30.3196764 ] ], [ [ 120.3199692, 30.3223626 ], [ 120.3200228, 30.3212625 ], [ 120.3200916, 30.32031 ], [ 120.3201078, 30.3201854 ], [ 120.3201523, 30.3196602 ] ], [ [ 120.320319, 30.3196764 ], [ 120.3202768, 30.3202138 ], [ 120.3202676, 30.320346 ], [ 120.3201261, 30.3223767 ] ], [ [ 120.313824, 30.3222237 ], [ 120.3157688, 30.3222561 ], [ 120.3167049, 30.3222716 ], [ 120.3170788, 30.3222778 ], [ 120.3192475, 30.3223225 ], [ 120.3199692, 30.3223626 ] ], [ [ 120.3199692, 30.3223626 ], [ 120.3201261, 30.3223767 ] ], [ [ 120.3438706, 30.3209082 ], [ 120.343871, 30.3209791 ] ], [ [ 120.3746356, 30.3247012 ], [ 120.3746279, 30.3238715 ], [ 120.3746231, 30.3233523 ], [ 120.3746126, 30.3216844 ], [ 120.3746199, 30.3213222 ], [ 120.3745983, 30.3209132 ] ], [ [ 120.3748681, 30.3209079 ], [ 120.3748615, 30.322746 ], [ 120.374863, 30.3239512 ], [ 120.374864, 30.3247566 ] ], [ [ 120.3631318, 30.3243363 ], [ 120.3632582, 30.3243065 ] ], [ [ 120.3632582, 30.3243065 ], [ 120.3636463, 30.3242581 ], [ 120.3641336, 30.3242072 ], [ 120.3645065, 30.3241775 ], [ 120.3646013, 30.3241699 ], [ 120.3654275, 30.3241838 ], [ 120.3688195, 30.3243035 ], [ 120.3700194, 30.3243458 ], [ 120.3706358, 30.3243816 ], [ 120.3716591, 30.3244379 ], [ 120.3727422, 30.3244916 ], [ 120.3746356, 30.3247012 ] ], [ [ 120.3632582, 30.3243065 ], [ 120.3634723, 30.3246983 ] ], [ [ 120.363288, 30.3247442 ], [ 120.3631318, 30.3243363 ] ], [ [ 120.3634723, 30.3246983 ], [ 120.3633891, 30.3247177 ], [ 120.363288, 30.3247442 ] ], [ [ 120.3534339, 30.3252488 ], [ 120.3546283, 30.3252412 ], [ 120.3578125, 30.32522 ], [ 120.3590545, 30.3252118 ], [ 120.359276, 30.3251918 ], [ 120.3598753, 30.3251377 ], [ 120.3608945, 30.3249432 ], [ 120.3629746, 30.3243734 ], [ 120.3631318, 30.3243363 ] ], [ [ 120.3438503, 30.3252904 ], [ 120.3438517, 30.3247851 ] ], [ [ 120.3438517, 30.3247851 ], [ 120.3438587, 30.3234041 ] ], [ [ 120.3438587, 30.3234041 ], [ 120.3438643, 30.3223092 ] ], [ [ 120.3438643, 30.3223092 ], [ 120.343871, 30.3209791 ] ], [ [ 120.3272278, 30.3234535 ], [ 120.3290618, 30.3237313 ], [ 120.3306863, 30.3239772 ], [ 120.331263, 30.3240586 ], [ 120.3319867, 30.3241607 ], [ 120.3330497, 30.3243189 ], [ 120.3334688, 30.3243468 ] ], [ [ 120.3334518, 30.3245976 ], [ 120.3332588, 30.324569 ] ], [ [ 120.3334688, 30.3243468 ], [ 120.3338977, 30.3244044 ], [ 120.3360843, 30.324756 ], [ 120.3372963, 30.3249531 ], [ 120.3382087, 30.3250715 ], [ 120.3384532, 30.3250994 ], [ 120.3391239, 30.3251759 ], [ 120.33987, 30.32524 ], [ 120.340692, 30.3252681 ], [ 120.3428791, 30.3252775 ], [ 120.3438503, 30.3252904 ] ], [ [ 120.3438305, 30.3255429 ], [ 120.3418923, 30.3255461 ], [ 120.3409252, 30.3255232 ], [ 120.3397779, 30.3254657 ], [ 120.3391065, 30.3254115 ], [ 120.3381999, 30.325305 ], [ 120.337243, 30.3251704 ], [ 120.3352961, 30.3248556 ], [ 120.3334518, 30.3245976 ] ], [ [ 120.3438503, 30.3252904 ], [ 120.3484039, 30.3252972 ], [ 120.3506693, 30.3252777 ], [ 120.3534339, 30.3252488 ] ], [ [ 120.3199218, 30.3226718 ], [ 120.3191757, 30.3226083 ], [ 120.3183657, 30.3225621 ], [ 120.3170291, 30.3225389 ], [ 120.3138909, 30.3224784 ], [ 120.3137193, 30.3224753 ] ], [ [ 120.3200853, 30.3226906 ], [ 120.3199218, 30.3226718 ] ], [ [ 120.3201261, 30.3223767 ], [ 120.3210054, 30.3224989 ], [ 120.3219214, 30.3226465 ], [ 120.3232731, 30.3228604 ], [ 120.3234251, 30.3228845 ], [ 120.3260491, 30.3232821 ], [ 120.3270618, 30.3234349 ] ], [ [ 120.3270509, 30.3236716 ], [ 120.3218159, 30.3228896 ], [ 120.3200853, 30.3226906 ] ], [ [ 120.3270618, 30.3234349 ], [ 120.3272278, 30.3234535 ] ], [ [ 120.3438503, 30.3252904 ], [ 120.3438305, 30.3255429 ] ], [ [ 120.3584485, 30.3256495 ], [ 120.3581009, 30.325645 ], [ 120.349659, 30.3256255 ], [ 120.3485567, 30.3256229 ], [ 120.3482918, 30.3256198 ], [ 120.3473809, 30.3256091 ], [ 120.3456019, 30.3255629 ], [ 120.3438305, 30.3255429 ] ], [ [ 120.3623628, 30.3208609 ], [ 120.3623995, 30.320946 ] ], [ [ 120.3623995, 30.320946 ], [ 120.3630621, 30.3236861 ], [ 120.3632582, 30.3243065 ] ], [ [ 120.3631318, 30.3243363 ], [ 120.3622629, 30.3209389 ] ], [ [ 120.490522, 30.3225026 ], [ 120.4905228, 30.3226503 ] ], [ [ 120.4903482, 30.3226549 ], [ 120.4903513, 30.3225138 ] ], [ [ 120.4903289, 30.3241529 ], [ 120.4903309, 30.3234566 ], [ 120.4903364, 30.3232017 ], [ 120.4903454, 30.3227863 ], [ 120.4903482, 30.3226549 ] ], [ [ 120.4905228, 30.3226503 ], [ 120.4905234, 30.3227837 ], [ 120.4905255, 30.3232903 ], [ 120.490513, 30.3262392 ], [ 120.4905125, 30.3264565 ] ], [ [ 120.4903222, 30.3264519 ], [ 120.4903289, 30.3241529 ] ], [ [ 120.374864, 30.3247566 ], [ 120.3755196, 30.3248454 ] ], [ [ 120.3746498, 30.3251336 ], [ 120.3727126, 30.324904 ], [ 120.371689, 30.32486 ], [ 120.3697531, 30.3247686 ], [ 120.3690608, 30.3247359 ], [ 120.3689893, 30.3247325 ], [ 120.366241, 30.3246202 ], [ 120.3649638, 30.3245602 ], [ 120.3642569, 30.3246007 ], [ 120.3637019, 30.3246449 ], [ 120.3634723, 30.3246983 ] ], [ [ 120.3746498, 30.3251336 ], [ 120.3746356, 30.3247012 ] ], [ [ 120.374864, 30.3247566 ], [ 120.3748528, 30.3251586 ] ], [ [ 120.363288, 30.3247442 ], [ 120.3605344, 30.3254657 ], [ 120.3597707, 30.32558 ], [ 120.3591776, 30.3256289 ], [ 120.3584485, 30.3256495 ] ], [ [ 120.3755196, 30.3248454 ], [ 120.3763943, 30.3250206 ], [ 120.3788675, 30.3254164 ], [ 120.3792537, 30.3255727 ] ], [ [ 120.378797, 30.3257108 ], [ 120.3776352, 30.3256043 ], [ 120.3773766, 30.3255662 ], [ 120.3768168, 30.3255062 ], [ 120.3763891, 30.3254398 ], [ 120.3754942, 30.3252754 ], [ 120.3748528, 30.3251586 ] ], [ [ 120.3634723, 30.3246983 ], [ 120.3637075, 30.3252186 ], [ 120.363882, 30.3256317 ], [ 120.3639664, 30.3259026 ], [ 120.364035, 30.3261819 ], [ 120.3640782, 30.3264765 ], [ 120.3642076, 30.3274685 ], [ 120.3642743, 30.3281084 ], [ 120.3643135, 30.3283217 ], [ 120.3643508, 30.3285678 ] ], [ [ 120.364186, 30.3285712 ], [ 120.3641468, 30.3283065 ], [ 120.3641233, 30.3281067 ], [ 120.3639664, 30.3268709 ], [ 120.3639232, 30.3264781 ], [ 120.3638781, 30.3262394 ], [ 120.363833, 30.3260244 ], [ 120.3637291, 30.3256926 ], [ 120.3635624, 30.3252965 ], [ 120.363288, 30.3247442 ] ], [ [ 120.1878927, 30.2869937 ], [ 120.188777, 30.288313 ], [ 120.1887957, 30.2883409 ], [ 120.189038, 30.2886288 ], [ 120.1905009, 30.2901528 ], [ 120.1906628, 30.2903259 ], [ 120.1911512, 30.2908412 ], [ 120.1917127, 30.2915201 ], [ 120.1920932, 30.2920183 ], [ 120.1929464, 30.2932643 ] ], [ [ 120.1929094, 30.293395 ], [ 120.1920266, 30.2920803 ], [ 120.1916574, 30.2915763 ], [ 120.1910915, 30.290903 ], [ 120.190597, 30.2903884 ], [ 120.1890374, 30.2887846 ], [ 120.1888573, 30.2885808 ], [ 120.1887203, 30.2884284 ] ], [ [ 120.1929464, 30.2932643 ], [ 120.1932167, 30.2936539 ] ], [ [ 120.1928836, 30.2935586 ], [ 120.1929094, 30.293395 ] ], [ [ 120.1932439, 30.2935256 ], [ 120.1932167, 30.2936539 ] ], [ [ 120.1931849, 30.2938088 ], [ 120.1929094, 30.293395 ] ], [ [ 120.1932167, 30.2936539 ], [ 120.1931849, 30.2938088 ] ], [ [ 120.1931849, 30.2938088 ], [ 120.1931612, 30.2939083 ] ], [ [ 120.1918992, 30.2962689 ], [ 120.1924918, 30.2949631 ], [ 120.1925834, 30.2947337 ], [ 120.1927206, 30.2942888 ], [ 120.1928406, 30.2938257 ], [ 120.1928836, 30.2935586 ] ], [ [ 120.1931612, 30.2939083 ], [ 120.1930892, 30.2941991 ], [ 120.1929547, 30.2945819 ], [ 120.1926355, 30.2952364 ], [ 120.1921228, 30.2963677 ], [ 120.1916434, 30.2973266 ] ], [ [ 120.1932167, 30.2936539 ], [ 120.1941267, 30.2949776 ], [ 120.1945713, 30.2956415 ], [ 120.1950139, 30.2963335 ], [ 120.1954029, 30.296909 ], [ 120.1955731, 30.2971709 ], [ 120.1957093, 30.2973691 ], [ 120.1957485, 30.2974339 ], [ 120.1958191, 30.2975508 ], [ 120.1963988, 30.2984384 ], [ 120.1966864, 30.298858 ], [ 120.1968303, 30.2990831 ] ], [ [ 120.1967215, 30.2991264 ], [ 120.1966082, 30.2989306 ], [ 120.1960047, 30.2980272 ], [ 120.1956131, 30.2974379 ], [ 120.1954791, 30.2972276 ], [ 120.1953201, 30.2969797 ], [ 120.1942896, 30.2953629 ], [ 120.1938415, 30.2947213 ], [ 120.1934585, 30.2942428 ], [ 120.1931849, 30.2938088 ] ], [ [ 120.1905537, 30.2989857 ], [ 120.1905913, 30.298903 ], [ 120.1908699, 30.2982909 ], [ 120.1910994, 30.2977938 ], [ 120.191346, 30.2973532 ], [ 120.1915812, 30.2969331 ], [ 120.1918992, 30.2962689 ] ], [ [ 120.1916434, 30.2973266 ], [ 120.1913996, 30.2978748 ], [ 120.1911435, 30.2984601 ], [ 120.1908578, 30.2990846 ] ], [ [ 120.1968303, 30.2990831 ], [ 120.1969004, 30.2991807 ] ], [ [ 120.1967934, 30.2992296 ], [ 120.1967215, 30.2991264 ] ], [ [ 120.225071, 30.2937466 ], [ 120.2250551, 30.2936171 ], [ 120.2250548, 30.2936089 ] ], [ [ 120.22534, 30.2937202 ], [ 120.2253422, 30.2937417 ], [ 120.2254763, 30.2945023 ], [ 120.2255963, 30.2950142 ], [ 120.2258742, 30.2960486 ], [ 120.2262626, 30.2972097 ] ], [ [ 120.2260584, 30.2973593 ], [ 120.2259468, 30.2970929 ], [ 120.225568, 30.2959222 ], [ 120.2252969, 30.2949447 ], [ 120.225073, 30.2937624 ], [ 120.225071, 30.2937466 ] ], [ [ 120.2262626, 30.2972097 ], [ 120.2263271, 30.2973731 ] ], [ [ 120.2261283, 30.2975262 ], [ 120.2260584, 30.2973593 ] ], [ [ 120.2263271, 30.2973731 ], [ 120.226499, 30.2977675 ], [ 120.2268171, 30.2984884 ], [ 120.2272004, 30.2992191 ], [ 120.2276719, 30.3000625 ] ], [ [ 120.2122933, 30.2994059 ], [ 120.2133975, 30.3002033 ] ], [ [ 120.2133123, 30.3003211 ], [ 120.2125649, 30.2998224 ] ], [ [ 120.2133975, 30.3002033 ], [ 120.213536, 30.3003182 ] ], [ [ 120.2274582, 30.3003418 ], [ 120.2270351, 30.2995298 ], [ 120.226515, 30.2984495 ], [ 120.2261283, 30.2975262 ] ], [ [ 120.2134073, 30.300424 ], [ 120.2133123, 30.3003211 ] ], [ [ 120.213536, 30.3003182 ], [ 120.2146753, 30.3011352 ], [ 120.2153479, 30.3016176 ], [ 120.2161704, 30.3022074 ] ], [ [ 120.2160851, 30.3023168 ], [ 120.215087, 30.3015883 ], [ 120.214559, 30.301203 ], [ 120.2141795, 30.3009846 ], [ 120.2134073, 30.300424 ] ], [ [ 120.2447581, 30.2937403 ], [ 120.2446663, 30.2936749 ], [ 120.2446358, 30.2936542 ] ], [ [ 120.2280676, 30.3015779 ], [ 120.2279081, 30.3011623 ], [ 120.2274582, 30.3003418 ] ], [ [ 120.2276719, 30.3000625 ], [ 120.227959, 30.3005272 ], [ 120.2284763, 30.3011951 ], [ 120.2287484, 30.3015146 ], [ 120.2294488, 30.3024361 ], [ 120.229633, 30.3026729 ], [ 120.2298522, 30.3029096 ] ], [ [ 120.2344476, 30.3072835 ], [ 120.2346014, 30.3072439 ], [ 120.2346214, 30.3072432 ], [ 120.2347223, 30.3072397 ], [ 120.2351988, 30.3072231 ], [ 120.2357187, 30.3072376 ], [ 120.2361997, 30.3072955 ], [ 120.236318, 30.3073031 ], [ 120.2367153, 30.3073287 ], [ 120.2371759, 30.3073565 ], [ 120.2376221, 30.307372 ] ], [ [ 120.2376221, 30.307372 ], [ 120.238901, 30.3073474 ], [ 120.2391979, 30.3073673 ], [ 120.2397329, 30.3074374 ], [ 120.2398742, 30.3074713 ], [ 120.2401702, 30.3075423 ], [ 120.240747, 30.3077666 ] ], [ [ 120.2376221, 30.307372 ], [ 120.2380786, 30.3074623 ], [ 120.2384228, 30.3075173 ], [ 120.2388049, 30.30755 ], [ 120.2393226, 30.307598 ], [ 120.2398348, 30.3076425 ], [ 120.2403837, 30.3076858 ], [ 120.240747, 30.3077666 ] ], [ [ 120.240747, 30.3077666 ], [ 120.2412001, 30.3078732 ], [ 120.2418406, 30.3080293 ], [ 120.2423422, 30.3081554 ], [ 120.2428108, 30.308329 ], [ 120.2434457, 30.3085299 ], [ 120.2435978, 30.3085931 ], [ 120.2440804, 30.3088405 ], [ 120.2448035, 30.3091416 ], [ 120.2454806, 30.3094763 ], [ 120.2460721, 30.3097947 ], [ 120.2462848, 30.3099085 ], [ 120.2466798, 30.3101309 ] ], [ [ 120.2465262, 30.3104498 ], [ 120.2459843, 30.3101779 ], [ 120.2457364, 30.3100415 ], [ 120.2451706, 30.3097487 ], [ 120.2446157, 30.3094615 ], [ 120.2441998, 30.309281 ], [ 120.2428892, 30.3087986 ] ], [ [ 120.2349231, 30.3119553 ], [ 120.2346614, 30.311612 ], [ 120.2337622, 30.310604 ], [ 120.2335479, 30.3103419 ], [ 120.2333725, 30.3100981 ], [ 120.2332537, 30.309803 ], [ 120.2331943, 30.3094383 ], [ 120.2331184, 30.3090823 ], [ 120.2330273, 30.3087894 ], [ 120.2329518, 30.3086068 ], [ 120.2327806, 30.308353 ], [ 120.232609339111619, 30.308100262019778 ] ], [ [ 120.232609339111619, 30.308100262019778 ], [ 120.232346851556954, 30.307712896433706 ] ], [ [ 120.232346851556954, 30.307712896433706 ], [ 120.2322528, 30.3075741 ], [ 120.2318117, 30.3069229 ], [ 120.2311532, 30.3059649 ], [ 120.2306717, 30.3053178 ], [ 120.2297842, 30.3041654 ], [ 120.2289872, 30.3029759 ], [ 120.2284024, 30.3021219 ], [ 120.2282495, 30.301873 ], [ 120.2280676, 30.3015779 ] ], [ [ 120.230071, 30.3073661 ], [ 120.230353, 30.3073432 ], [ 120.2306456, 30.3073466 ], [ 120.231199, 30.307426 ], [ 120.2317622, 30.307596 ], [ 120.2320056, 30.3076751 ], [ 120.2323066, 30.3077146 ], [ 120.232346851556954, 30.307712896433706 ] ], [ [ 120.232346851556954, 30.307712896433706 ], [ 120.232736367089913, 30.307696410971214 ] ], [ [ 120.232736367089913, 30.307696410971214 ], [ 120.2329351, 30.307688 ], [ 120.2332802, 30.3076135 ], [ 120.2341736, 30.3073541 ], [ 120.2344476, 30.3072835 ] ], [ [ 120.2352068, 30.3083468 ], [ 120.2349064, 30.3084144 ], [ 120.234632, 30.308425 ], [ 120.2341646, 30.3083235 ], [ 120.2338398, 30.3082127 ], [ 120.2334748, 30.3081143 ], [ 120.2331824, 30.3080789 ], [ 120.232992484615437, 30.308073914574525 ] ], [ [ 120.232992484615437, 30.308073914574525 ], [ 120.2328586, 30.3080704 ], [ 120.232609339111619, 30.308100262019778 ] ], [ [ 120.232609339111619, 30.308100262019778 ], [ 120.2325147, 30.3081116 ], [ 120.2322639, 30.3081592 ], [ 120.2319451, 30.3082817 ], [ 120.2316206, 30.3084589 ], [ 120.2312344, 30.3086457 ], [ 120.2309611, 30.3087404 ], [ 120.2307745, 30.3087857 ], [ 120.2305716, 30.3087835 ], [ 120.2303441, 30.3088028 ], [ 120.2300305, 30.3087627 ], [ 120.2294101, 30.3086379 ], [ 120.229343, 30.3086354 ], [ 120.2286142, 30.3086088 ], [ 120.2282128, 30.3086021 ], [ 120.2277223, 30.3085283 ], [ 120.227252, 30.3084602 ], [ 120.2268273, 30.3084249 ], [ 120.2263013, 30.3084156 ], [ 120.2258061, 30.3084383 ], [ 120.2256541, 30.3084401 ], [ 120.2253388, 30.3084438 ], [ 120.2246613, 30.3084654 ], [ 120.2243247, 30.3084708 ], [ 120.2238231, 30.3083991 ], [ 120.2223395, 30.3083947 ], [ 120.2213554, 30.3083168 ] ], [ [ 120.2298522, 30.3029096 ], [ 120.2302366, 30.303291 ], [ 120.2307038, 30.3037311 ], [ 120.2311913, 30.3041657 ], [ 120.2315337, 30.3045026 ], [ 120.2317372, 30.3047668 ], [ 120.2318676, 30.3050119 ], [ 120.2319219, 30.3052553 ], [ 120.2319207, 30.3055406 ], [ 120.2318957, 30.3058536 ], [ 120.2318802, 30.3060991 ], [ 120.2319203, 30.3063789 ], [ 120.2320193, 30.3066646 ], [ 120.232192, 30.306907 ], [ 120.2326101, 30.3075103 ], [ 120.232736367089913, 30.307696410971214 ] ], [ [ 120.232736367089913, 30.307696410971214 ], [ 120.232992484615437, 30.308073914574525 ] ], [ [ 120.232992484615437, 30.308073914574525 ], [ 120.2331513, 30.308308 ], [ 120.2339183, 30.3094244 ], [ 120.2342481, 30.3099104 ], [ 120.2343652, 30.3100829 ], [ 120.2350596, 30.3110494 ], [ 120.2357344, 30.311828 ], [ 120.2359361, 30.3120507 ], [ 120.2361608, 30.3123164 ], [ 120.2363518, 30.3125616 ], [ 120.2364895, 30.3128083 ], [ 120.2366467, 30.3131684 ], [ 120.237135, 30.3141635 ], [ 120.2373062, 30.3144076 ], [ 120.2376535, 30.3149029 ] ], [ [ 120.2428892, 30.3087986 ], [ 120.2415898, 30.3084641 ], [ 120.2412435, 30.3083949 ], [ 120.241099, 30.3083684 ], [ 120.2397131, 30.3082127 ], [ 120.2378868, 30.308065 ], [ 120.2372658, 30.30803 ], [ 120.2366023, 30.30805 ], [ 120.236183, 30.3080648 ], [ 120.2358167, 30.3081499 ], [ 120.2354302, 30.3082747 ], [ 120.2353415, 30.3083033 ], [ 120.2352068, 30.3083468 ] ], [ [ 120.2349831, 30.3120341 ], [ 120.2349231, 30.3119553 ] ], [ [ 120.2161704, 30.3022074 ], [ 120.2176397, 30.3032582 ], [ 120.2179062, 30.3034442 ], [ 120.2182952, 30.3037175 ], [ 120.2186059, 30.3039283 ] ], [ [ 120.2185453, 30.3040359 ], [ 120.2182388, 30.3038344 ], [ 120.2178365, 30.3035623 ], [ 120.2175556, 30.3033703 ], [ 120.2160851, 30.3023168 ] ], [ [ 120.2186059, 30.3039283 ], [ 120.2187761, 30.3040463 ] ], [ [ 120.2187161, 30.3041507 ], [ 120.2185453, 30.3040359 ] ], [ [ 120.2187761, 30.3040463 ], [ 120.2208271, 30.3047742 ], [ 120.2220593, 30.305188 ], [ 120.2231349, 30.3055492 ] ], [ [ 120.2230241, 30.3056383 ], [ 120.221756, 30.3051965 ], [ 120.220798, 30.3048628 ], [ 120.2190002, 30.3042365 ], [ 120.2187161, 30.3041507 ] ], [ [ 120.2018202, 30.3038072 ], [ 120.2017201, 30.3037271 ] ], [ [ 120.2018759, 30.3037231 ], [ 120.2024035, 30.3041206 ], [ 120.2026777, 30.3043443 ], [ 120.2030461, 30.3046271 ], [ 120.2034996, 30.3049868 ], [ 120.2037436, 30.305172 ], [ 120.2040552, 30.3054154 ], [ 120.2044096, 30.3057412 ], [ 120.2047923, 30.3061091 ], [ 120.2052107, 30.3065535 ], [ 120.2053002, 30.3066507 ], [ 120.2053442, 30.3066985 ], [ 120.2063947, 30.3078391 ] ], [ [ 120.2060456, 30.3078367 ], [ 120.2062242, 30.3078393 ] ], [ [ 120.2062242, 30.3078393 ], [ 120.2063947, 30.3078391 ] ], [ [ 120.2104334, 30.3079737 ], [ 120.2108863, 30.3079332 ], [ 120.2112143, 30.3079038 ], [ 120.2116753, 30.3078699 ], [ 120.2121316, 30.3078681 ], [ 120.2140592, 30.3079074 ], [ 120.2157952, 30.3079452 ], [ 120.2159661, 30.3079774 ], [ 120.2165768, 30.3079881 ], [ 120.217118, 30.3080198 ] ], [ [ 120.2104334, 30.3079737 ], [ 120.2109288, 30.3079917 ], [ 120.2113057, 30.3080054 ], [ 120.2115644, 30.3080148 ], [ 120.2120023, 30.3080242 ], [ 120.213526, 30.3080569 ], [ 120.2151246, 30.308073 ], [ 120.2158436, 30.3080811 ], [ 120.217118, 30.3080198 ] ], [ [ 120.2173372, 30.3080405 ], [ 120.2177627, 30.308045 ], [ 120.2187108, 30.3080375 ], [ 120.2215447, 30.308015 ] ], [ [ 120.217118, 30.3080198 ], [ 120.2173372, 30.3080405 ] ], [ [ 120.2170164, 30.308333 ], [ 120.2164433, 30.3083084 ], [ 120.215659, 30.308297 ], [ 120.2126845, 30.3082325 ], [ 120.2120025, 30.3082181 ], [ 120.2114717, 30.3082178 ], [ 120.2111432, 30.3082176 ], [ 120.2111185, 30.3082176 ], [ 120.2102459, 30.3082362 ] ], [ [ 120.2213554, 30.3083168 ], [ 120.2187324, 30.3083479 ], [ 120.2172406, 30.3083656 ] ], [ [ 120.2063947, 30.3078391 ], [ 120.206504, 30.3078423 ] ], [ [ 120.206504, 30.3078423 ], [ 120.2093912, 30.3079276 ] ], [ [ 120.2093912, 30.3079276 ], [ 120.2095725, 30.3079365 ] ], [ [ 120.2095725, 30.3079365 ], [ 120.2104334, 30.3079737 ] ], [ [ 120.2065462, 30.3081601 ], [ 120.2062242, 30.3078393 ] ], [ [ 120.2063947, 30.3078391 ], [ 120.2067073, 30.3081651 ] ], [ [ 120.2231349, 30.3055492 ], [ 120.2240624, 30.3058469 ], [ 120.2256197, 30.3063468 ] ], [ [ 120.2255754, 30.306441 ], [ 120.2239948, 30.3059437 ], [ 120.2230241, 30.3056383 ] ], [ [ 120.2215447, 30.308015 ], [ 120.2229769, 30.3079815 ], [ 120.2238508, 30.3079203 ], [ 120.2248697, 30.3078788 ], [ 120.2249977, 30.3078608 ], [ 120.2254443, 30.3078477 ], [ 120.2259602, 30.3078236 ], [ 120.2264755, 30.3078189 ], [ 120.2269973, 30.3078107 ], [ 120.2274658, 30.3077755 ], [ 120.227882, 30.3077865 ], [ 120.2282741, 30.3077767 ], [ 120.2287467, 30.3077213 ], [ 120.2291817, 30.3076121 ], [ 120.2295335, 30.3075102 ], [ 120.2296211, 30.3074848 ], [ 120.230071, 30.3073661 ] ], [ [ 120.2065462, 30.3081601 ], [ 120.2063484, 30.3081539 ] ], [ [ 120.2067073, 30.3081651 ], [ 120.2065462, 30.3081601 ] ], [ [ 120.2068258, 30.3081678 ], [ 120.2067073, 30.3081651 ] ], [ [ 120.2093697, 30.3082255 ], [ 120.2068258, 30.3081678 ] ], [ [ 120.2095676, 30.3082291 ], [ 120.2093697, 30.3082255 ] ], [ [ 120.2102459, 30.3082362 ], [ 120.2095676, 30.3082291 ] ], [ [ 120.212575, 30.3084357 ], [ 120.2119866, 30.3083553 ], [ 120.2115689, 30.3083094 ], [ 120.21154, 30.3083064 ], [ 120.2111711, 30.3082677 ], [ 120.2102459, 30.3082362 ] ], [ [ 120.2067073, 30.3081651 ], [ 120.2084428, 30.3100536 ], [ 120.2097686, 30.3114159 ] ], [ [ 120.2095902, 30.3114991 ], [ 120.2092962, 30.311155 ], [ 120.208577, 30.3104293 ], [ 120.2077504, 30.3095343 ], [ 120.2065462, 30.3081601 ] ], [ [ 120.2097686, 30.3114159 ], [ 120.2098679, 30.3115137 ] ], [ [ 120.2096986, 30.3115956 ], [ 120.2095902, 30.3114991 ] ], [ [ 120.1969004, 30.2991807 ], [ 120.1970451, 30.2994296 ], [ 120.1973752, 30.2999221 ], [ 120.1975209, 30.3001301 ], [ 120.1977188, 30.3003838 ], [ 120.1979394, 30.300628 ], [ 120.1981218, 30.3008051 ], [ 120.1983984, 30.3010269 ], [ 120.1987189, 30.3012776 ] ], [ [ 120.1986115, 30.3013409 ], [ 120.198275, 30.3010836 ], [ 120.1979248, 30.3007731 ], [ 120.1976866, 30.3004868 ], [ 120.1975155, 30.3003039 ], [ 120.1973652, 30.3001015 ], [ 120.1971081, 30.2997022 ], [ 120.1969239, 30.2994281 ], [ 120.1967934, 30.2992296 ] ], [ [ 120.1903522, 30.2993575 ], [ 120.1905537, 30.2989857 ] ], [ [ 120.1908578, 30.2990846 ], [ 120.1906856, 30.2994575 ] ], [ [ 120.1903054, 30.2994495 ], [ 120.1903522, 30.2993575 ] ], [ [ 120.1906856, 30.2994575 ], [ 120.1906169, 30.2995783 ] ], [ [ 120.1906169, 30.2995783 ], [ 120.1900848, 30.3006993 ], [ 120.1899462, 30.3009913 ], [ 120.1898353, 30.3012248 ], [ 120.1897416, 30.3014222 ], [ 120.1894678, 30.3020452 ] ], [ [ 120.1987189, 30.3012776 ], [ 120.199889, 30.3021757 ], [ 120.2005993, 30.3027318 ], [ 120.201378, 30.303346 ], [ 120.2017716, 30.3036406 ] ], [ [ 120.2017201, 30.3037271 ], [ 120.201309, 30.3034084 ], [ 120.2005276, 30.3028106 ], [ 120.1998232, 30.3022535 ], [ 120.1986115, 30.3013409 ] ], [ [ 120.2017716, 30.3036406 ], [ 120.2018759, 30.3037231 ] ], [ [ 120.1884147, 30.3051709 ], [ 120.1884616, 30.3047162 ], [ 120.188534, 30.304161 ], [ 120.1885591, 30.3039681 ], [ 120.1885791, 30.3038874 ], [ 120.18885, 30.3027946 ], [ 120.1888901, 30.3026328 ], [ 120.1891359, 30.3019231 ], [ 120.1894178, 30.30135 ], [ 120.1895508, 30.3010779 ], [ 120.1896939, 30.3007851 ], [ 120.1897702, 30.3006289 ], [ 120.1898762, 30.300412 ], [ 120.1903054, 30.2994495 ] ], [ [ 120.1894678, 30.3020452 ], [ 120.1892672, 30.3025909 ], [ 120.1891949, 30.3028684 ], [ 120.189128, 30.3031252 ], [ 120.1890567, 30.303526 ], [ 120.188914, 30.3043288 ], [ 120.1889016, 30.3045316 ], [ 120.1888707, 30.3050383 ], [ 120.1887467, 30.3070725 ] ], [ [ 120.1883395, 30.3070476 ], [ 120.1884026, 30.3054128 ], [ 120.1884147, 30.3051709 ] ], [ [ 120.1883395, 30.3070476 ], [ 120.1887467, 30.3070725 ] ], [ [ 120.1883305, 30.3071778 ], [ 120.1883395, 30.3070476 ] ], [ [ 120.1887467, 30.3070725 ], [ 120.1904422, 30.3071765 ] ], [ [ 120.1887467, 30.3070725 ], [ 120.1887383, 30.3072053 ] ], [ [ 120.1887383, 30.3072053 ], [ 120.1883305, 30.3071778 ] ], [ [ 120.2062242, 30.3078393 ], [ 120.2057895, 30.3073588 ], [ 120.2056367, 30.3072007 ], [ 120.2052442, 30.3067614 ], [ 120.2047921, 30.3062396 ], [ 120.2043917, 30.3058467 ], [ 120.2040247, 30.3055219 ], [ 120.2038851, 30.3054183 ], [ 120.2036704, 30.3052389 ], [ 120.2034179, 30.3050503 ], [ 120.2028844, 30.3046293 ], [ 120.2027537, 30.3045279 ], [ 120.2025932, 30.3044035 ], [ 120.2018202, 30.3038072 ] ], [ [ 120.2008452, 30.3076633 ], [ 120.2009206, 30.3076731 ], [ 120.2010249, 30.3076707 ] ], [ [ 120.2010249, 30.3076707 ], [ 120.2046709, 30.3077991 ], [ 120.205601, 30.3078232 ], [ 120.2060456, 30.3078367 ] ], [ [ 120.2010503, 30.307988 ], [ 120.2009853, 30.307986 ], [ 120.2008685, 30.3079817 ] ], [ [ 120.2063484, 30.3081539 ], [ 120.2012356, 30.3079938 ], [ 120.2010503, 30.307988 ] ], [ [ 120.1792616, 30.3058641 ], [ 120.1809221, 30.306281 ], [ 120.1817067, 30.3064614 ], [ 120.1822654, 30.3065948 ], [ 120.1829493, 30.3066936 ], [ 120.1835636, 30.3067489 ], [ 120.1843556, 30.3068086 ], [ 120.1855481, 30.3068802 ], [ 120.1869338, 30.3069633 ], [ 120.1880614, 30.3070299 ], [ 120.1883395, 30.3070476 ] ], [ [ 120.1883305, 30.3071778 ], [ 120.1880623, 30.3071654 ], [ 120.1867323, 30.3070796 ], [ 120.1836409, 30.3068986 ], [ 120.1829359, 30.3068392 ], [ 120.182235, 30.3067255 ], [ 120.1815741, 30.3065728 ], [ 120.1809406, 30.3063972 ], [ 120.1792229, 30.3059591 ] ], [ [ 120.1904422, 30.3071765 ], [ 120.1905712, 30.3071844 ], [ 120.1911189, 30.307236 ], [ 120.1913077, 30.3072337 ], [ 120.191427, 30.3072326 ], [ 120.1923197, 30.3072229 ], [ 120.1936334, 30.30728 ] ], [ [ 120.1936334, 30.30728 ], [ 120.1952445, 30.3073735 ], [ 120.1982863, 30.3075502 ], [ 120.1984011, 30.3075568 ], [ 120.1993958, 30.3076146 ], [ 120.2008452, 30.3076633 ] ], [ [ 120.2008685, 30.3079817 ], [ 120.1998578, 30.3079485 ], [ 120.1992562, 30.3079165 ], [ 120.1985724, 30.3078802 ], [ 120.1980213, 30.3078475 ], [ 120.1979066, 30.3078407 ], [ 120.1971246, 30.3077943 ], [ 120.1970475, 30.3077894 ], [ 120.1952199, 30.3076726 ], [ 120.1935556, 30.3075794 ], [ 120.1933878, 30.3075701 ], [ 120.1927229, 30.3075331 ], [ 120.1914999, 30.3073757 ], [ 120.1913352, 30.307376 ], [ 120.1907378, 30.3073243 ], [ 120.1905851, 30.307314 ], [ 120.1904165, 30.3073026 ] ], [ [ 120.1904165, 30.3073026 ], [ 120.1901547, 30.3072849 ], [ 120.1887383, 30.3072053 ] ], [ [ 120.188095, 30.3107956 ], [ 120.1881472, 30.3099938 ], [ 120.1882064, 30.3090835 ], [ 120.1882177, 30.3089101 ], [ 120.1882246, 30.3088044 ], [ 120.1883305, 30.3071778 ] ], [ [ 120.1887383, 30.3072053 ], [ 120.1886526, 30.308303 ], [ 120.1886122, 30.3088205 ], [ 120.1885669, 30.3094002 ], [ 120.1884501, 30.3104159 ], [ 120.1884448, 30.3106159 ], [ 120.1884405, 30.3107805 ], [ 120.1885095, 30.3118411 ], [ 120.1886816, 30.3138511 ], [ 120.1886911, 30.3139626 ], [ 120.1887051, 30.3142134 ], [ 120.1887029, 30.314519 ], [ 120.1887025, 30.3145688 ], [ 120.1887023, 30.3146077 ], [ 120.188705, 30.3148335 ], [ 120.188699, 30.3150368 ], [ 120.188701, 30.3150649 ], [ 120.188706, 30.3151358 ], [ 120.1887604, 30.315903 ], [ 120.1887953, 30.3161962 ], [ 120.1888532, 30.3164452 ], [ 120.1889528, 30.3170445 ], [ 120.1891445, 30.3181251 ], [ 120.1892883, 30.3187443 ], [ 120.1893763, 30.3193769 ], [ 120.1895228, 30.3204303 ], [ 120.1895352, 30.3211121 ], [ 120.1895332, 30.3211648 ] ], [ [ 120.1891631, 30.3212158 ], [ 120.1891889, 30.3204541 ], [ 120.1891463, 30.3200702 ], [ 120.189111, 30.3197522 ], [ 120.1890697, 30.3193804 ], [ 120.1890612, 30.3193041 ], [ 120.1890031, 30.3187806 ], [ 120.1886883, 30.3170562 ], [ 120.188556, 30.3164988 ], [ 120.1884699, 30.3161238 ], [ 120.1884269, 30.3158499 ], [ 120.1883778, 30.314911 ], [ 120.1883577, 30.3146355 ], [ 120.1883508, 30.3145735 ], [ 120.1883491, 30.3145017 ], [ 120.1883105, 30.3140031 ], [ 120.1882102, 30.3127062 ], [ 120.1881448, 30.3118605 ], [ 120.1880801, 30.3110248 ], [ 120.188095, 30.3107956 ] ], [ [ 120.1895332, 30.3211648 ], [ 120.1895129, 30.3217432 ], [ 120.189511, 30.3217981 ], [ 120.189507, 30.3218375 ], [ 120.1894775, 30.322091 ], [ 120.1894058, 30.3228508 ], [ 120.1893228, 30.3237941 ], [ 120.189289, 30.3242194 ], [ 120.1892134, 30.3260719 ] ], [ [ 120.1889202, 30.3260611 ], [ 120.18887, 30.3259041 ], [ 120.1889052, 30.3251681 ], [ 120.1889188, 30.3248829 ], [ 120.1888741, 30.3243039 ], [ 120.188866, 30.3241004 ], [ 120.188866, 30.3240032 ], [ 120.1888822, 30.3235705 ], [ 120.1889391, 30.3222264 ], [ 120.1890165, 30.3220369 ], [ 120.1890296, 30.3219394 ], [ 120.1890571, 30.3216838 ], [ 120.1891631, 30.3212158 ] ], [ [ 120.1889202, 30.3260611 ], [ 120.1890187, 30.3244568 ], [ 120.189079, 30.3235302 ], [ 120.1891938, 30.3221207 ], [ 120.1891905, 30.3219926 ], [ 120.1891918, 30.3216916 ], [ 120.1891631, 30.3212158 ] ], [ [ 120.1889156, 30.3261734 ], [ 120.1889202, 30.3260611 ] ], [ [ 120.1892134, 30.3260719 ], [ 120.1892082, 30.3261854 ] ], [ [ 120.1887124, 30.3327669 ], [ 120.1887137, 30.3327066 ], [ 120.1887144, 30.3325278 ], [ 120.1887256, 30.3317805 ], [ 120.1887887, 30.331315 ], [ 120.1887982, 30.3312447 ], [ 120.1888108, 30.3308194 ], [ 120.1888279, 30.3302386 ], [ 120.1888302, 30.3301466 ], [ 120.1888686, 30.3284439 ], [ 120.1888761, 30.328303 ], [ 120.1888714, 30.3278768 ], [ 120.1888643, 30.3272429 ], [ 120.18888, 30.327053 ], [ 120.1888927, 30.3269 ], [ 120.1889156, 30.3261734 ] ], [ [ 120.1892082, 30.3261854 ], [ 120.1891971, 30.3268921 ], [ 120.1891859, 30.3271519 ], [ 120.1891355, 30.328327 ], [ 120.1891275, 30.3285308 ], [ 120.189125, 30.3286198 ], [ 120.189068, 30.330435 ], [ 120.18907, 30.3305135 ], [ 120.1890872, 30.3311982 ], [ 120.1891303, 30.3323538 ], [ 120.1891369, 30.3325312 ], [ 120.1891462, 30.3328229 ], [ 120.1891494, 30.3328535 ] ], [ [ 120.1887124, 30.3332511 ], [ 120.1887124, 30.3327669 ] ], [ [ 120.1891494, 30.3328535 ], [ 120.1891439, 30.3333644 ] ], [ [ 120.1886397, 30.3369306 ], [ 120.1886496, 30.3366399 ], [ 120.1886496, 30.335859 ], [ 120.188652, 30.3355835 ], [ 120.1886579, 30.3348986 ], [ 120.1886958, 30.334243 ], [ 120.1887124, 30.3334992 ], [ 120.1887124, 30.3332511 ] ], [ [ 120.1891439, 30.3333644 ], [ 120.1890585, 30.3338023 ], [ 120.1890129, 30.3352833 ], [ 120.1889977, 30.3358523 ], [ 120.1889798, 30.3365259 ], [ 120.1889402, 30.3369306 ] ], [ [ 120.2172406, 30.3083656 ], [ 120.2170164, 30.308333 ] ], [ [ 120.2098679, 30.3115137 ], [ 120.2100046, 30.3116484 ], [ 120.2123259, 30.313823 ], [ 120.2127069, 30.3141925 ], [ 120.2127922, 30.3143023 ] ], [ [ 120.2127095, 30.3144151 ], [ 120.2125792, 30.314223 ], [ 120.2121823, 30.3138642 ], [ 120.2110708, 30.312816 ], [ 120.2096986, 30.3115956 ] ], [ [ 120.2128482, 30.3144079 ], [ 120.2129255, 30.314528 ] ], [ [ 120.2127922, 30.3143023 ], [ 120.2128482, 30.3144079 ] ], [ [ 120.2127723, 30.3145037 ], [ 120.2127095, 30.3144151 ] ], [ [ 120.2128402, 30.3146349 ], [ 120.2127723, 30.3145037 ] ], [ [ 120.2129255, 30.314528 ], [ 120.2129768, 30.3146295 ] ], [ [ 120.212896, 30.3147406 ], [ 120.2128402, 30.3146349 ] ], [ [ 120.2129768, 30.3146295 ], [ 120.21312, 30.3149306 ], [ 120.2135129, 30.3160617 ], [ 120.2138549, 30.3167644 ], [ 120.214221, 30.3174556 ], [ 120.2144623, 30.3178172 ], [ 120.2145912, 30.3179557 ], [ 120.2146269, 30.3179939 ] ], [ [ 120.2145637, 30.3181461 ], [ 120.2143538, 30.3178997 ], [ 120.214153, 30.3175812 ], [ 120.2137888, 30.3168959 ], [ 120.2134385, 30.3162186 ], [ 120.2132891, 30.3158477 ], [ 120.2130135, 30.3150172 ], [ 120.212896, 30.3147406 ] ], [ [ 120.2146269, 30.3179939 ], [ 120.2147202, 30.3180914 ] ], [ [ 120.2164877, 30.3220348 ], [ 120.2164908, 30.3214167 ], [ 120.2164886, 30.3211227 ], [ 120.216497, 30.3210039 ], [ 120.2164923, 30.3207782 ], [ 120.2164036, 30.3203952 ], [ 120.2163038, 30.3200892 ], [ 120.2161518, 30.319754 ], [ 120.2158622, 30.3193872 ], [ 120.2157053, 30.3192412 ], [ 120.2155026, 30.3190526 ], [ 120.2148302, 30.3184439 ], [ 120.2145637, 30.3181461 ] ], [ [ 120.2147202, 30.3180914 ], [ 120.2150083, 30.3183945 ], [ 120.2159698, 30.319294 ], [ 120.2162224, 30.3196849 ], [ 120.2163655, 30.3200029 ], [ 120.2165156, 30.3203214 ], [ 120.2165508, 30.3204468 ], [ 120.2166174, 30.3208914 ], [ 120.2166045, 30.3210888 ], [ 120.2166014, 30.3213772 ], [ 120.2165902, 30.3216087 ], [ 120.2165708, 30.3220771 ], [ 120.2165653, 30.3222107 ], [ 120.2165604, 30.322328 ], [ 120.2165417, 30.3228982 ], [ 120.2165419, 30.3229662 ], [ 120.2165381, 30.323144 ], [ 120.2165332, 30.3232014 ], [ 120.2165159, 30.323778 ], [ 120.2164877, 30.3243355 ], [ 120.2164426, 30.3249658 ], [ 120.2164291, 30.3253508 ], [ 120.2163857, 30.3259244 ], [ 120.2163496, 30.3262012 ], [ 120.2162909, 30.3264678 ], [ 120.2161383, 30.3268739 ], [ 120.2159809, 30.3272245 ], [ 120.2158305, 30.3274989 ], [ 120.2156779, 30.3278473 ], [ 120.2154326, 30.3283344 ], [ 120.2153983, 30.3284026 ], [ 120.2151945, 30.3287752 ], [ 120.2150916, 30.329017 ], [ 120.2148725, 30.3294511 ], [ 120.2147595, 30.3296913 ], [ 120.2147364, 30.3298636 ], [ 120.2146847, 30.3302874 ], [ 120.2147024, 30.3305947 ], [ 120.214768, 30.3308563 ], [ 120.2148407, 30.3310486 ], [ 120.2149336, 30.3312504 ], [ 120.2153098, 30.332063 ], [ 120.2155251, 30.3326338 ], [ 120.2158543, 30.3333579 ], [ 120.2160007, 30.3337228 ], [ 120.2161072, 30.3339881 ], [ 120.2162073, 30.3341939 ], [ 120.2162926, 30.3343695 ], [ 120.2164317, 30.3347101 ], [ 120.2165133, 30.3348657 ] ], [ [ 120.2162909, 30.3347635 ], [ 120.2162354, 30.3346213 ], [ 120.216076, 30.3342782 ], [ 120.2152904, 30.3324875 ], [ 120.2152465, 30.3323818 ], [ 120.2148338, 30.3313866 ], [ 120.2147777, 30.3312357 ], [ 120.2147521, 30.331186 ], [ 120.2146599, 30.3309799 ], [ 120.2146034, 30.3307829 ], [ 120.2145657, 30.3305876 ], [ 120.2145448, 30.3303418 ], [ 120.2145594, 30.3300978 ], [ 120.214595, 30.329823 ], [ 120.2146075, 30.3297737 ], [ 120.2146453, 30.3296242 ], [ 120.2147668, 30.3293132 ], [ 120.2152496, 30.3283687 ], [ 120.2154337, 30.3280031 ], [ 120.2156882, 30.3274975 ], [ 120.21615, 30.3265619 ], [ 120.2162682, 30.3260304 ], [ 120.2162813, 30.3259329 ], [ 120.2163317, 30.32556 ], [ 120.216345, 30.3246499 ], [ 120.2163964, 30.3237868 ], [ 120.2164099, 30.3231423 ], [ 120.2164172, 30.3229496 ], [ 120.2164411, 30.3225868 ], [ 120.2164723, 30.3222938 ], [ 120.2164828, 30.3222153 ], [ 120.2164877, 30.3220348 ] ], [ [ 120.2372997, 30.3154167 ], [ 120.2369184, 30.3148122 ], [ 120.2363539, 30.3138648 ], [ 120.2358781, 30.3131755 ], [ 120.2352553, 30.3123912 ], [ 120.2349831, 30.3120341 ] ], [ [ 120.2376535, 30.3149029 ], [ 120.2377003, 30.3149856 ], [ 120.2378785, 30.3152459 ], [ 120.2380605, 30.3155567 ], [ 120.2384144, 30.3161403 ], [ 120.2392712, 30.3174714 ] ], [ [ 120.238956, 30.3175721 ], [ 120.2384832, 30.3168662 ], [ 120.2380219, 30.3162113 ], [ 120.2375478, 30.3157058 ], [ 120.2374022, 30.3155304 ], [ 120.2372997, 30.3154167 ] ], [ [ 120.2392712, 30.3174714 ], [ 120.2393209, 30.3175486 ], [ 120.2393635, 30.3176124 ] ], [ [ 120.2390584, 30.3177227 ], [ 120.2390188, 30.3176658 ], [ 120.238956, 30.3175721 ] ], [ [ 120.2393635, 30.3176124 ], [ 120.2396974, 30.3181124 ], [ 120.2406989, 30.3195574 ], [ 120.2415135, 30.3206337 ], [ 120.2422579, 30.3215706 ], [ 120.2430716, 30.3225411 ], [ 120.2439017, 30.3235231 ], [ 120.244292, 30.3239308 ], [ 120.2444558, 30.3241019 ], [ 120.2450203, 30.3246777 ], [ 120.2450597, 30.3247206 ] ], [ [ 120.2449104, 30.3249889 ], [ 120.2440662, 30.3241265 ], [ 120.2437461, 30.3237467 ], [ 120.2435217, 30.3234863 ], [ 120.2424856, 30.3222541 ], [ 120.2420019, 30.3217101 ], [ 120.2409396, 30.3203577 ], [ 120.2395495, 30.3184285 ], [ 120.2390584, 30.3177227 ] ], [ [ 120.23829, 30.3490098 ], [ 120.2388777, 30.34923 ] ], [ [ 120.2388777, 30.34923 ], [ 120.238952, 30.3492578 ], [ 120.2394921, 30.3494762 ] ], [ [ 120.2392336, 30.3498233 ], [ 120.2382029, 30.34939 ] ], [ [ 120.2392336, 30.3498233 ], [ 120.2394921, 30.3494762 ] ], [ [ 120.2394921, 30.3494762 ], [ 120.2393844, 30.3498739 ] ], [ [ 120.2393844, 30.3498739 ], [ 120.2392336, 30.3498233 ] ], [ [ 120.2462511, 30.3761058 ], [ 120.2462617, 30.3761174 ], [ 120.2463909, 30.3762479 ] ], [ [ 120.2462487, 30.3763446 ], [ 120.2461156, 30.3762087 ] ], [ [ 120.2463909, 30.3762479 ], [ 120.2464953, 30.376348 ], [ 120.246986, 30.376819 ], [ 120.2471568, 30.3769858 ], [ 120.2480081, 30.3778169 ], [ 120.2482894, 30.3780999 ], [ 120.2514241, 30.3811069 ], [ 120.2516388, 30.3813297 ] ], [ [ 120.2450597, 30.3247206 ], [ 120.2452078, 30.324882 ] ], [ [ 120.2394921, 30.3494762 ], [ 120.2403826, 30.3498208 ], [ 120.2412513, 30.3501991 ], [ 120.2418234, 30.3504345 ], [ 120.2428417, 30.3508365 ], [ 120.2432579, 30.3509904 ], [ 120.2441863, 30.351407 ] ], [ [ 120.2441233, 30.3515502 ], [ 120.2434463, 30.3514031 ], [ 120.2423429, 30.35099 ], [ 120.241406, 30.3506364 ], [ 120.2401861, 30.3501766 ], [ 120.2400511, 30.3501257 ], [ 120.2399515, 30.3500881 ] ], [ [ 120.1871845, 30.3413726 ], [ 120.1872013, 30.3412966 ], [ 120.1872412, 30.3411168 ], [ 120.1874327, 30.3405928 ], [ 120.1875017, 30.340422 ], [ 120.1875313, 30.3403487 ], [ 120.1876802, 30.3399802 ], [ 120.1879978, 30.3392668 ], [ 120.1882173, 30.3386985 ], [ 120.1883947, 30.3381665 ], [ 120.1885538, 30.3375405 ], [ 120.1886397, 30.3369306 ] ], [ [ 120.1889402, 30.3369306 ], [ 120.1888543, 30.3375548 ], [ 120.1886727, 30.3384704 ], [ 120.1885175, 30.3389815 ], [ 120.1882818, 30.3395174 ], [ 120.1881065, 30.3399239 ], [ 120.1877298, 30.3407976 ], [ 120.1875976, 30.3411995 ], [ 120.1875381, 30.3413949 ] ], [ [ 120.1871632, 30.3414688 ], [ 120.1871845, 30.3413726 ] ], [ [ 120.1871632, 30.3414688 ], [ 120.1875381, 30.3413949 ] ], [ [ 120.1875381, 30.3413949 ], [ 120.1875022, 30.3415316 ] ], [ [ 120.1875022, 30.3415316 ], [ 120.1871632, 30.3414688 ] ], [ [ 120.1869803, 30.3436421 ], [ 120.1869996, 30.3433212 ], [ 120.1870581, 30.3425694 ], [ 120.1871422, 30.3419154 ], [ 120.1871632, 30.3414688 ] ], [ [ 120.1875022, 30.3415316 ], [ 120.1873816, 30.3419839 ], [ 120.1873242, 30.3422826 ], [ 120.187303, 30.3427859 ], [ 120.1872971, 30.3435708 ], [ 120.1872673, 30.3442246 ], [ 120.187263, 30.3449216 ], [ 120.1872584, 30.3456633 ], [ 120.1872618, 30.3457573 ] ], [ [ 120.1869659, 30.3458011 ], [ 120.1869747, 30.3444819 ], [ 120.1869803, 30.3436421 ] ], [ [ 120.1872618, 30.3457573 ], [ 120.1872668, 30.3459 ] ], [ [ 120.186961, 30.3459166 ], [ 120.1869659, 30.3458011 ] ], [ [ 120.1872668, 30.3459 ], [ 120.187262, 30.346246 ], [ 120.1872504, 30.3467037 ], [ 120.187198, 30.3473365 ], [ 120.1871922, 30.347797 ] ], [ [ 120.1869697, 30.3478456 ], [ 120.1869237, 30.3473556 ], [ 120.186961, 30.3459166 ] ], [ [ 120.2168105, 30.3366508 ], [ 120.2168171, 30.3362607 ], [ 120.216783, 30.3360238 ], [ 120.216752, 30.3359102 ], [ 120.2166037, 30.3354998 ], [ 120.2162909, 30.3347635 ] ], [ [ 120.2165133, 30.3348657 ], [ 120.2166095, 30.3351489 ], [ 120.2168724, 30.3358328 ], [ 120.2169431, 30.3361047 ], [ 120.2169977, 30.336491 ], [ 120.2170036, 30.3366676 ] ], [ [ 120.2167784, 30.3369597 ], [ 120.2168105, 30.3366508 ] ], [ [ 120.2170036, 30.3366676 ], [ 120.2169794, 30.337009 ] ], [ [ 120.2199862, 30.3440809 ], [ 120.2200411, 30.3436307 ], [ 120.2201194, 30.3433655 ], [ 120.2202706, 30.3429629 ], [ 120.2204503, 30.3424607 ], [ 120.2205359, 30.3420723 ], [ 120.2205361, 30.3415693 ], [ 120.2203852, 30.3410562 ], [ 120.2201835, 30.3407225 ], [ 120.2198318, 30.3403495 ], [ 120.2194615, 30.3400564 ], [ 120.2187904, 30.3394613 ], [ 120.2177185, 30.3384531 ], [ 120.2176476, 30.338385 ], [ 120.2172037, 30.3379586 ], [ 120.2169366, 30.3376509 ], [ 120.2168238, 30.3373994 ], [ 120.2167845, 30.3371957 ], [ 120.2167784, 30.3369597 ] ], [ [ 120.2169794, 30.337009 ], [ 120.2169723, 30.3372786 ], [ 120.2170938, 30.3376084 ], [ 120.2173546, 30.3378683 ], [ 120.2174802, 30.3379876 ], [ 120.2178659, 30.338354 ], [ 120.2182795, 30.3387159 ], [ 120.2189367, 30.3393923 ], [ 120.2196621, 30.3399873 ], [ 120.2200637, 30.340381 ], [ 120.2203278, 30.3407106 ], [ 120.2205117, 30.3410456 ], [ 120.2206455, 30.3414916 ], [ 120.2206729, 30.3417816 ], [ 120.2206265, 30.3422314 ], [ 120.2205568, 30.3424551 ], [ 120.2203898, 30.342923 ], [ 120.2203138, 30.3431721 ], [ 120.22018, 30.3435443 ], [ 120.220126, 30.344118 ] ], [ [ 120.2073481, 30.3424343 ], [ 120.20735, 30.3425346 ] ], [ [ 120.2071945, 30.3425363 ], [ 120.2071978, 30.3424399 ] ], [ [ 120.2200118, 30.3442089 ], [ 120.2199862, 30.3440809 ] ], [ [ 120.220126, 30.344118 ], [ 120.2201543, 30.3442515 ] ], [ [ 120.207211, 30.3449898 ], [ 120.2071991, 30.344565 ], [ 120.2071932, 30.3440668 ], [ 120.2072057, 30.3439566 ], [ 120.2071945, 30.3425363 ] ], [ [ 120.20735, 30.3425346 ], [ 120.2073587, 30.3434165 ], [ 120.2073587, 30.343556 ], [ 120.2073588, 30.3441697 ], [ 120.2073676, 30.3448637 ], [ 120.2073767, 30.3451027 ] ], [ [ 120.2072283, 30.3451236 ], [ 120.207211, 30.3449898 ] ], [ [ 120.2201543, 30.3442515 ], [ 120.2201643, 30.3444398 ], [ 120.2202177, 30.3447864 ], [ 120.220314, 30.3452865 ], [ 120.2204652, 30.3457615 ], [ 120.2206348, 30.3461476 ], [ 120.2207586, 30.3463563 ] ], [ [ 120.2215095, 30.3481543 ], [ 120.2210759, 30.3473353 ], [ 120.2205959, 30.3463661 ], [ 120.2204075, 30.3459818 ], [ 120.2202763, 30.3456775 ], [ 120.220117, 30.3451769 ], [ 120.2200417, 30.3448429 ], [ 120.22, 30.3444364 ], [ 120.2200118, 30.3442089 ] ], [ [ 120.2207586, 30.3463563 ], [ 120.2207931, 30.346426 ] ], [ [ 120.2747481, 30.3037533 ], [ 120.2749216, 30.3037471 ], [ 120.27604, 30.3035695 ], [ 120.278115, 30.3032399 ], [ 120.2790941, 30.3030844 ] ], [ [ 120.2791692, 30.3034347 ], [ 120.277443, 30.3036685 ], [ 120.2770174, 30.3037262 ], [ 120.274942, 30.3040074 ], [ 120.2747926, 30.3040367 ] ], [ [ 120.2705751, 30.3044577 ], [ 120.2712116, 30.3043549 ], [ 120.2746028, 30.3038072 ], [ 120.2747481, 30.3037533 ] ], [ [ 120.2747926, 30.3040367 ], [ 120.274649, 30.3040549 ], [ 120.2712003, 30.3046196 ], [ 120.2706068, 30.3047168 ] ], [ [ 120.2846315, 30.3024937 ], [ 120.2845116, 30.3025145 ], [ 120.282617, 30.3028426 ], [ 120.2814401, 30.3030447 ], [ 120.2804376, 30.3032169 ], [ 120.2791692, 30.3034347 ] ], [ [ 120.2849739, 30.3024532 ], [ 120.2849909, 30.3026003 ], [ 120.2851574, 30.3040375 ], [ 120.28563, 30.3070523 ], [ 120.2856952, 30.3075043 ] ], [ [ 120.2854424, 30.3074984 ], [ 120.2848711, 30.3040119 ], [ 120.2846561, 30.3026499 ], [ 120.2846315, 30.3024937 ] ], [ [ 120.2856952, 30.3075043 ], [ 120.2857139, 30.3075936 ] ], [ [ 120.285455, 30.3076062 ], [ 120.2854424, 30.3074984 ] ], [ [ 120.2857139, 30.3075936 ], [ 120.2857964, 30.3080844 ], [ 120.2860059, 30.3092893 ], [ 120.2862185, 30.3101618 ], [ 120.2862924, 30.310465 ], [ 120.2865975, 30.3115662 ], [ 120.2869548, 30.312738 ] ], [ [ 120.2867103, 30.3127317 ], [ 120.2865472, 30.3120935 ], [ 120.2861342, 30.3106194 ], [ 120.2860121, 30.3101954 ], [ 120.2857992, 30.3093179 ], [ 120.2856487, 30.3087441 ], [ 120.285455, 30.3076062 ] ], [ [ 120.2867765, 30.313001 ], [ 120.2867103, 30.3127317 ] ], [ [ 120.2869548, 30.312738 ], [ 120.2870256, 30.3129975 ] ], [ [ 120.2618188, 30.3159685 ], [ 120.2630127, 30.3161113 ], [ 120.2655664, 30.3164167 ], [ 120.2660835, 30.3164786 ], [ 120.2663494, 30.3165104 ], [ 120.2675985, 30.3166749 ] ], [ [ 120.2675991, 30.3169195 ], [ 120.2660542, 30.3167308 ], [ 120.2655373, 30.3166677 ], [ 120.2639753, 30.3164769 ], [ 120.2637643, 30.3164511 ], [ 120.2617859, 30.3162095 ] ], [ [ 120.2878597, 30.3158611 ], [ 120.2882963, 30.3174984 ], [ 120.2884142, 30.3179546 ], [ 120.288454, 30.318149 ], [ 120.2885606, 30.3186705 ], [ 120.2888048, 30.3193579 ] ], [ [ 120.2884305, 30.3192952 ], [ 120.2888048, 30.3193579 ] ], [ [ 120.2885609, 30.3195787 ], [ 120.2884305, 30.3192952 ] ], [ [ 120.2888048, 30.3193579 ], [ 120.288799, 30.3195982 ] ], [ [ 120.2982852, 30.3206161 ], [ 120.2984111, 30.3206279 ] ], [ [ 120.2874922, 30.3157877 ], [ 120.2872494, 30.3148284 ], [ 120.286817, 30.3133384 ], [ 120.2867765, 30.313001 ] ], [ [ 120.2870256, 30.3129975 ], [ 120.2873092, 30.3140611 ], [ 120.2878597, 30.3158611 ] ], [ [ 120.288799, 30.3195982 ], [ 120.2885609, 30.3195787 ] ], [ [ 120.2888048, 30.3193579 ], [ 120.2893698, 30.3194464 ], [ 120.289512, 30.3194772 ], [ 120.2900066, 30.319544 ], [ 120.2905599, 30.3196303 ], [ 120.291586, 30.3197902 ], [ 120.2920111, 30.3198513 ], [ 120.2945635, 30.3201974 ], [ 120.296395, 30.320444 ], [ 120.2976739, 30.3205604 ], [ 120.2982852, 30.3206161 ] ], [ [ 120.2886873, 30.3205912 ], [ 120.2886449, 30.3204423 ], [ 120.2886301, 30.3201643 ], [ 120.2885895, 30.3197314 ], [ 120.2885609, 30.3195787 ] ], [ [ 120.288799, 30.3195982 ], [ 120.2888243, 30.3199197 ], [ 120.2888553, 30.3201583 ], [ 120.288818, 30.3203379 ], [ 120.2887653, 30.3204737 ], [ 120.2886873, 30.3205912 ] ], [ [ 120.2982851, 30.3208576 ], [ 120.297719, 30.3208171 ], [ 120.2976452, 30.3208118 ], [ 120.2966796, 30.3207251 ], [ 120.2942635, 30.3204001 ], [ 120.2915817, 30.3200146 ], [ 120.2911429, 30.3199574 ], [ 120.2903732, 30.3198413 ], [ 120.2903214, 30.3198335 ], [ 120.2899096, 30.3197724 ], [ 120.2894583, 30.3197081 ], [ 120.288799, 30.3195982 ] ], [ [ 120.2886786, 30.3218883 ], [ 120.2886946, 30.3217948 ] ], [ [ 120.2886946, 30.3217948 ], [ 120.2887311, 30.321658 ] ], [ [ 120.2887311, 30.321658 ], [ 120.2887479, 30.3215503 ] ], [ [ 120.2887479, 30.3215503 ], [ 120.2887579, 30.3214104 ] ], [ [ 120.2887579, 30.3214104 ], [ 120.2887206, 30.3208094 ] ], [ [ 120.2887206, 30.3208094 ], [ 120.2886873, 30.3205912 ] ], [ [ 120.2886743, 30.3219906 ], [ 120.2886786, 30.3218883 ] ], [ [ 120.3040264, 30.3214594 ], [ 120.3053131, 30.3217185 ], [ 120.3063903, 30.3218979 ], [ 120.3075006, 30.3220269 ], [ 120.308016, 30.3220746 ], [ 120.308235, 30.3220949 ], [ 120.3085771, 30.3221175 ], [ 120.3098352, 30.3221688 ], [ 120.3129116, 30.3222261 ], [ 120.3129791, 30.3222236 ], [ 120.3134606, 30.3222236 ], [ 120.3136586, 30.3222196 ] ], [ [ 120.3137193, 30.3224753 ], [ 120.31348, 30.322471 ], [ 120.3131357, 30.3224647 ], [ 120.3129409, 30.3224615 ], [ 120.3101128, 30.3224099 ], [ 120.3086838, 30.3223494 ], [ 120.3075695, 30.322265 ], [ 120.3071428, 30.3222327 ], [ 120.3059221, 30.3220681 ], [ 120.3039666, 30.3216908 ] ], [ [ 120.3136586, 30.3222196 ], [ 120.313824, 30.3222237 ] ], [ [ 120.2886743, 30.3219906 ], [ 120.288631, 30.3223634 ] ], [ [ 120.288631, 30.3223634 ], [ 120.2885952, 30.3232373 ] ], [ [ 120.2885952, 30.3232373 ], [ 120.2884961, 30.324194 ] ], [ [ 120.2884961, 30.324194 ], [ 120.2884097, 30.3250791 ] ], [ [ 120.2884097, 30.3250791 ], [ 120.2884389, 30.3253068 ] ], [ [ 120.2884389, 30.3253068 ], [ 120.2885177, 30.3255196 ] ], [ [ 120.2885177, 30.3255196 ], [ 120.2885342, 30.3257109 ] ], [ [ 120.2885342, 30.3257109 ], [ 120.2885015, 30.3266172 ] ], [ [ 120.2885015, 30.3266172 ], [ 120.2885053, 30.3271255 ] ], [ [ 120.2885053, 30.3271255 ], [ 120.2884819, 30.3273844 ] ], [ [ 120.2884819, 30.3273844 ], [ 120.2885158, 30.3276491 ] ], [ [ 120.2885158, 30.3276491 ], [ 120.2885733, 30.3279983 ] ], [ [ 120.2885733, 30.3279983 ], [ 120.2885896, 30.3282162 ] ], [ [ 120.2894086, 30.3311265 ], [ 120.2892401, 30.3306098 ] ], [ [ 120.2892401, 30.3306098 ], [ 120.2890445, 30.3299902 ] ], [ [ 120.2890445, 30.3299902 ], [ 120.288888, 30.3294747 ] ], [ [ 120.288888, 30.3294747 ], [ 120.2886742, 30.3286775 ] ], [ [ 120.2886742, 30.3286775 ], [ 120.2885896, 30.3282162 ] ], [ [ 120.289445, 30.3312379 ], [ 120.2894086, 30.3311265 ] ], [ [ 120.2724136, 30.3175267 ], [ 120.2721457, 30.3174872 ], [ 120.2699793, 30.3172135 ], [ 120.2692677, 30.3171256 ], [ 120.2675991, 30.3169195 ] ], [ [ 120.2766228, 30.31779 ], [ 120.276793, 30.317811 ] ], [ [ 120.2875337, 30.3159402 ], [ 120.2874922, 30.3157877 ] ], [ [ 120.2884305, 30.3192952 ], [ 120.2881756, 30.3183682 ], [ 120.2879754, 30.3175623 ], [ 120.2875337, 30.3159402 ] ], [ [ 120.2831928, 30.3185653 ], [ 120.2833234, 30.31858 ] ], [ [ 120.2832505, 30.3188666 ], [ 120.2807586, 30.318529 ], [ 120.2804383, 30.3184857 ] ], [ [ 120.2675985, 30.3166749 ], [ 120.2682511, 30.3167556 ], [ 120.2709891, 30.317094 ], [ 120.2712747, 30.3171293 ], [ 120.2723912, 30.3172752 ] ], [ [ 120.2617859, 30.3162095 ], [ 120.2617617, 30.316408 ], [ 120.2617368, 30.3168135 ], [ 120.261733, 30.3168428 ], [ 120.261662, 30.3175747 ], [ 120.2615994, 30.3181407 ], [ 120.2615958, 30.3183684 ], [ 120.2616829, 30.3187869 ], [ 120.2617876, 30.3190731 ], [ 120.2619601, 30.3193833 ], [ 120.26213, 30.3195984 ], [ 120.2621866, 30.3196712 ], [ 120.2623486, 30.3198157 ], [ 120.2625691, 30.3199756 ], [ 120.2633291, 30.3204552 ], [ 120.2643024, 30.3210784 ], [ 120.2651148, 30.3215427 ] ], [ [ 120.2663524, 30.3225058 ], [ 120.265417, 30.321851 ], [ 120.2651246, 30.3216594 ], [ 120.2650771, 30.3216243 ], [ 120.2649139, 30.3215378 ], [ 120.2644292, 30.3212635 ], [ 120.263407, 30.3206326 ], [ 120.2624637, 30.3200534 ], [ 120.2620185, 30.3196611 ], [ 120.2616161, 30.3190429 ], [ 120.2614472, 30.318453 ], [ 120.2614416, 30.3183634 ] ], [ [ 120.2651148, 30.3215427 ], [ 120.2651661, 30.3216039 ] ], [ [ 120.2651661, 30.3216039 ], [ 120.2654912, 30.3218009 ], [ 120.2659159, 30.3221021 ], [ 120.2664183, 30.322419 ] ], [ [ 120.2664183, 30.322419 ], [ 120.2665422, 30.3224929 ] ], [ [ 120.276793, 30.317811 ], [ 120.2771982, 30.3178623 ], [ 120.2804433, 30.3182554 ] ], [ [ 120.2768109, 30.3180501 ], [ 120.2766595, 30.3180317 ] ], [ [ 120.2804383, 30.3184857 ], [ 120.2768109, 30.3180501 ] ], [ [ 120.2804433, 30.3182554 ], [ 120.2807589, 30.318291 ], [ 120.2831928, 30.3185653 ] ], [ [ 120.2833719, 30.318883 ], [ 120.2832505, 30.3188666 ] ], [ [ 120.2833234, 30.31858 ], [ 120.2836711, 30.3186309 ], [ 120.2849452, 30.3188399 ], [ 120.2859615, 30.3190051 ], [ 120.2871259, 30.3191859 ], [ 120.2884305, 30.3192952 ] ], [ [ 120.2885609, 30.3195787 ], [ 120.2882414, 30.3195403 ], [ 120.287187, 30.3194137 ], [ 120.2833719, 30.318883 ] ], [ [ 120.2723912, 30.3172752 ], [ 120.2726194, 30.317303 ], [ 120.2750301, 30.3175963 ], [ 120.2766228, 30.31779 ] ], [ [ 120.2766595, 30.3180317 ], [ 120.2724136, 30.3175267 ] ], [ [ 120.2709215, 30.3251545 ], [ 120.2700954, 30.3246674 ], [ 120.2699025, 30.3246052 ] ], [ [ 120.2551862, 30.3145858 ], [ 120.2561076, 30.3149382 ], [ 120.2568185, 30.3151575 ], [ 120.2575164, 30.3153392 ], [ 120.2576344, 30.3153616 ], [ 120.2585701, 30.3155394 ], [ 120.2592951, 30.3156466 ], [ 120.2602816, 30.315769 ], [ 120.2616982, 30.3159528 ] ], [ [ 120.2616687, 30.3161952 ], [ 120.2609821, 30.3161115 ], [ 120.2586504, 30.3158272 ], [ 120.2581648, 30.3157241 ], [ 120.2575474, 30.3155931 ], [ 120.2569052, 30.3154456 ], [ 120.2561322, 30.315238 ], [ 120.2550739, 30.3148409 ] ], [ [ 120.2550739, 30.3148409 ], [ 120.25323, 30.3139209 ], [ 120.2511514, 30.3128371 ] ], [ [ 120.2550717, 30.3145316 ], [ 120.2551862, 30.3145858 ] ], [ [ 120.2616982, 30.3159528 ], [ 120.2618188, 30.3159685 ] ], [ [ 120.2617859, 30.3162095 ], [ 120.2616687, 30.3161952 ] ], [ [ 120.2614416, 30.3183634 ], [ 120.2614285, 30.3181534 ], [ 120.2615008, 30.3174775 ], [ 120.2615686, 30.3170353 ], [ 120.2615917, 30.3168413 ], [ 120.2616429, 30.3164117 ], [ 120.2616451, 30.316393 ], [ 120.2616687, 30.3161952 ] ], [ [ 120.2664748, 30.3225794 ], [ 120.2663524, 30.3225058 ] ], [ [ 120.2665422, 30.3224929 ], [ 120.2679335, 30.3233546 ], [ 120.2685462, 30.3236839 ], [ 120.2692422, 30.3240696 ], [ 120.269871, 30.3244485 ] ], [ [ 120.2697989, 30.3245451 ], [ 120.2689783, 30.3240698 ], [ 120.2675711, 30.3232206 ], [ 120.2664748, 30.3225794 ] ], [ [ 120.269871, 30.3244485 ], [ 120.2699638, 30.324495 ] ], [ [ 120.2699025, 30.3246052 ], [ 120.2697989, 30.3245451 ] ], [ [ 120.2699638, 30.324495 ], [ 120.2701819, 30.3245387 ], [ 120.2720969, 30.3255766 ], [ 120.2732689, 30.3262118 ], [ 120.273805, 30.3265002 ] ], [ [ 120.2737181, 30.3266014 ], [ 120.2733798, 30.326425 ], [ 120.2712443, 30.3252729 ], [ 120.2709215, 30.3251545 ] ], [ [ 120.273805, 30.3265002 ], [ 120.2754677, 30.327333 ], [ 120.2759513, 30.3275807 ], [ 120.2763882, 30.3278526 ], [ 120.2767102, 30.3281065 ], [ 120.2768468, 30.3282472 ], [ 120.2770227, 30.3284285 ], [ 120.277237, 30.3286699 ], [ 120.2774656, 30.3290136 ], [ 120.277794, 30.3296109 ], [ 120.2779042, 30.3298137 ] ], [ [ 120.2777645, 30.3298367 ], [ 120.2774404, 30.3292226 ], [ 120.2771352, 30.3287644 ], [ 120.2768916, 30.3284803 ], [ 120.27662, 30.3282244 ], [ 120.2762901, 30.3279701 ], [ 120.2759509, 30.3277481 ], [ 120.2755521, 30.3275433 ], [ 120.2737181, 30.3266014 ] ], [ [ 120.2779042, 30.3298137 ], [ 120.278026, 30.3299929 ] ], [ [ 120.2778707, 30.3300143 ], [ 120.2777645, 30.3298367 ] ], [ [ 120.278026, 30.3299929 ], [ 120.278593, 30.3311326 ], [ 120.2787702, 30.3314932 ], [ 120.2788739, 30.3317043 ], [ 120.279114, 30.3323478 ], [ 120.2793341, 30.33296 ], [ 120.2794574, 30.3332871 ] ], [ [ 120.2792883, 30.3333256 ], [ 120.2791481, 30.3329334 ], [ 120.2789409, 30.3323319 ], [ 120.278717, 30.3317535 ], [ 120.2784482, 30.3311593 ], [ 120.2778707, 30.3300143 ] ], [ [ 120.2794574, 30.3332871 ], [ 120.2794959, 30.3333931 ] ], [ [ 120.2793241, 30.3334422 ], [ 120.2792883, 30.3333256 ] ], [ [ 120.2794959, 30.3333931 ], [ 120.2795992, 30.3336604 ], [ 120.2797304, 30.3339277 ], [ 120.2799888, 30.3343106 ], [ 120.2802099, 30.3345969 ], [ 120.2804812, 30.3349465 ], [ 120.2806283, 30.335136 ], [ 120.2809798, 30.3355571 ], [ 120.2816642, 30.3364158 ] ], [ [ 120.2814894, 30.3364905 ], [ 120.2813853, 30.336332 ], [ 120.2808718, 30.3356522 ], [ 120.2801618, 30.3348038 ], [ 120.2796484, 30.3340868 ], [ 120.2793241, 30.3334422 ] ], [ [ 120.2816642, 30.3364158 ], [ 120.2816867, 30.336444 ], [ 120.2817297, 30.3365434 ] ], [ [ 120.2815557, 30.3366056 ], [ 120.2815181, 30.3365342 ], [ 120.2814894, 30.3364905 ] ], [ [ 120.2817297, 30.3365434 ], [ 120.2818642, 30.3368542 ], [ 120.2820214, 30.3372315 ], [ 120.2821224, 30.3375565 ], [ 120.2822467, 30.3380229 ], [ 120.2822724, 30.3381183 ], [ 120.2824866, 30.3389142 ], [ 120.2827404, 30.3398313 ] ], [ [ 120.2826005, 30.3398963 ], [ 120.2821702, 30.3383141 ], [ 120.2820019, 30.3376958 ], [ 120.2818453, 30.3372381 ], [ 120.2816713, 30.336825 ], [ 120.2815557, 30.3366056 ] ], [ [ 120.2984121, 30.3208659 ], [ 120.2982851, 30.3208576 ] ], [ [ 120.2984111, 30.3206279 ], [ 120.2993169, 30.320709 ], [ 120.3000288, 30.3207728 ], [ 120.3001174, 30.3207845 ], [ 120.3016181, 30.3209829 ], [ 120.3037658, 30.3214103 ], [ 120.3039857, 30.3214531 ], [ 120.3040264, 30.3214594 ] ], [ [ 120.3039666, 30.3216908 ], [ 120.303918, 30.3216824 ], [ 120.3036605, 30.3216337 ], [ 120.301549, 30.3212413 ], [ 120.300058, 30.3210285 ], [ 120.2984121, 30.3208659 ] ], [ [ 120.289445, 30.3312379 ], [ 120.289522, 30.3314741 ] ], [ [ 120.289522, 30.3314741 ], [ 120.2897111, 30.3321776 ] ], [ [ 120.2897111, 30.3321776 ], [ 120.2900504, 30.3331863 ] ], [ [ 120.2900504, 30.3331863 ], [ 120.290194, 30.3336 ] ], [ [ 120.2902298, 30.3337195 ], [ 120.290194, 30.3336 ] ], [ [ 120.2902298, 30.3337195 ], [ 120.2903787, 30.3342167 ] ], [ [ 120.2903787, 30.3342167 ], [ 120.2905104, 30.3347629 ] ], [ [ 120.2905104, 30.3347629 ], [ 120.2907305, 30.3358722 ] ], [ [ 120.2907305, 30.3358722 ], [ 120.2908381, 30.3362979 ] ], [ [ 120.2908381, 30.3362979 ], [ 120.2909363, 30.3365321 ] ], [ [ 120.2909363, 30.3365321 ], [ 120.2912986, 30.3370041 ] ], [ [ 120.2912986, 30.3370041 ], [ 120.2917825, 30.3379294 ] ], [ [ 120.2917825, 30.3379294 ], [ 120.291925, 30.3383441 ] ], [ [ 120.291925, 30.3383441 ], [ 120.2919548, 30.3384895 ] ], [ [ 120.2919548, 30.3384895 ], [ 120.2919419, 30.3386447 ] ], [ [ 120.2919419, 30.3386447 ], [ 120.2918655, 30.33879 ] ], [ [ 120.2918655, 30.33879 ], [ 120.2917587, 30.3389106 ] ], [ [ 120.2917587, 30.3389106 ], [ 120.2915145, 30.3391745 ] ], [ [ 120.2915145, 30.3391745 ], [ 120.2913894, 30.3394492 ] ], [ [ 120.2828183, 30.3415363 ], [ 120.2828156, 30.3414471 ] ], [ [ 120.2830055, 30.341482 ], [ 120.2829951, 30.3415692 ] ], [ [ 120.2939449, 30.3495158 ], [ 120.2936926, 30.3491218 ], [ 120.2932921, 30.34853 ], [ 120.2931572, 30.3482733 ], [ 120.2929979, 30.3479447 ], [ 120.2922834, 30.3467309 ], [ 120.2919783, 30.3461975 ], [ 120.2916855, 30.3454502 ], [ 120.2915833, 30.3450751 ], [ 120.2915178, 30.3448347 ], [ 120.2914381, 30.3444175 ], [ 120.2913788, 30.343755 ], [ 120.2912698, 30.3426277 ], [ 120.2912056, 30.3414178 ], [ 120.29118, 30.3406752 ], [ 120.2911463, 30.3398814 ], [ 120.2913894, 30.3394492 ] ], [ [ 120.2913894, 30.3394492 ], [ 120.2914604, 30.340673 ], [ 120.2915619, 30.3426222 ], [ 120.2916713, 30.3437554 ], [ 120.2917158, 30.3440073 ], [ 120.2917944, 30.3444514 ], [ 120.291822, 30.3446078 ], [ 120.2920022, 30.345383 ], [ 120.2922784, 30.3461354 ], [ 120.2925858, 30.3467787 ], [ 120.2930036, 30.3474913 ], [ 120.2938749, 30.3488501 ], [ 120.2940755, 30.3491242 ], [ 120.2943785, 30.3496012 ] ], [ [ 120.2829951, 30.3415692 ], [ 120.282884, 30.3421202 ] ], [ [ 120.2827404, 30.3398313 ], [ 120.28277, 30.3399381 ], [ 120.2827869, 30.3400174 ] ], [ [ 120.2826389, 30.3400579 ], [ 120.2826251, 30.3399846 ], [ 120.2826005, 30.3398963 ] ], [ [ 120.2827869, 30.3400174 ], [ 120.2829379, 30.3407247 ], [ 120.2829895, 30.3411543 ], [ 120.2830055, 30.341482 ] ], [ [ 120.2828156, 30.3414471 ], [ 120.2828084, 30.3410962 ], [ 120.2827685, 30.3407452 ], [ 120.2826389, 30.3400579 ] ], [ [ 120.2806759, 30.3468167 ], [ 120.2807798, 30.3463911 ], [ 120.2808634, 30.3460751 ], [ 120.2809964, 30.3457775 ], [ 120.2812236, 30.3453166 ], [ 120.2820919, 30.3436685 ], [ 120.2823648, 30.3431524 ], [ 120.2825988, 30.3426087 ], [ 120.2827127, 30.3421971 ], [ 120.2827977, 30.3417193 ], [ 120.2828183, 30.3415363 ] ], [ [ 120.282884, 30.3421202 ], [ 120.2828187, 30.3424523 ], [ 120.2827818, 30.3426439 ], [ 120.2824887, 30.3433784 ], [ 120.282224, 30.3438257 ], [ 120.2815621, 30.3450623 ], [ 120.281378, 30.3454047 ], [ 120.2812222, 30.3457837 ], [ 120.2809827, 30.3464062 ], [ 120.2809087, 30.3468 ] ], [ [ 120.2806388, 30.3484388 ], [ 120.2806115, 30.3479702 ], [ 120.2806195, 30.3475322 ], [ 120.2806759, 30.3468167 ] ], [ [ 120.2809087, 30.3468 ], [ 120.2808373, 30.3471859 ], [ 120.2808014, 30.3476084 ], [ 120.2808181, 30.3480238 ], [ 120.2808702, 30.3485552 ] ], [ [ 120.2807719, 30.350194 ], [ 120.2807302, 30.349644 ], [ 120.2806388, 30.3484388 ] ], [ [ 120.2808702, 30.3485552 ], [ 120.2810134, 30.3501739 ] ], [ [ 120.2810134, 30.3501739 ], [ 120.2810274, 30.3502989 ] ], [ [ 120.2807796, 30.3503073 ], [ 120.2807719, 30.350194 ] ], [ [ 120.2810274, 30.3502989 ], [ 120.2811069, 30.3509545 ] ], [ [ 120.3002105, 30.3576356 ], [ 120.3001212, 30.3575618 ], [ 120.2996803, 30.3571477 ], [ 120.2994951, 30.3569738 ], [ 120.2990057, 30.3565072 ], [ 120.2985989, 30.3560919 ], [ 120.2981219, 30.3555396 ], [ 120.2975498, 30.3548967 ], [ 120.2967756, 30.3539179 ], [ 120.2962965, 30.3532545 ], [ 120.295791, 30.3523974 ], [ 120.2955666, 30.3520908 ], [ 120.2951872, 30.3515004 ], [ 120.2951147, 30.3513875 ], [ 120.2947246, 30.3507173 ], [ 120.2941976, 30.3498481 ], [ 120.2939449, 30.3495158 ] ], [ [ 120.2943785, 30.3496012 ], [ 120.294717, 30.3501298 ], [ 120.2949912, 30.3506162 ], [ 120.2953854, 30.3512579 ], [ 120.295528, 30.3514954 ], [ 120.2959473, 30.3521937 ], [ 120.2965394, 30.353133 ], [ 120.2969966, 30.3538107 ], [ 120.2977491, 30.3547964 ], [ 120.2984825, 30.3556332 ], [ 120.2987732, 30.3559334 ], [ 120.2987943, 30.3559552 ], [ 120.2988831, 30.3560435 ] ], [ [ 120.2988831, 30.3560435 ], [ 120.2990845, 30.3562439 ], [ 120.2992364, 30.356395 ] ], [ [ 120.2992364, 30.356395 ], [ 120.2993953, 30.3565532 ], [ 120.2994282, 30.3565859 ], [ 120.2995438, 30.3567009 ], [ 120.3001965, 30.3573184 ], [ 120.3005461, 30.3576257 ] ], [ [ 120.3005461, 30.3576257 ], [ 120.3006328, 30.357702 ], [ 120.3007254, 30.3577802 ] ], [ [ 120.3003865, 30.3577841 ], [ 120.3002105, 30.3576356 ] ], [ [ 120.2838684, 30.3581168 ], [ 120.2841945, 30.3585913 ], [ 120.2842669, 30.3586883 ], [ 120.284549, 30.3590663 ], [ 120.2846022, 30.3591375 ], [ 120.2852389, 30.3598783 ], [ 120.2856804, 30.3603405 ], [ 120.28577, 30.3604342 ], [ 120.2863096, 30.3609936 ], [ 120.2865328, 30.3612251 ], [ 120.2867961, 30.3615063 ], [ 120.2879063, 30.3626359 ] ], [ [ 120.2876969, 30.362724 ], [ 120.286623, 30.3615889 ], [ 120.2860599, 30.36099 ], [ 120.2857421, 30.360652 ], [ 120.2854796, 30.3603774 ], [ 120.2849897, 30.359865 ], [ 120.2843186, 30.3590781 ], [ 120.2842855, 30.3590329 ], [ 120.2840074, 30.3586527 ], [ 120.2836223, 30.3581263 ] ], [ [ 120.3007254, 30.3577802 ], [ 120.3011947, 30.3581767 ], [ 120.3019018, 30.3587054 ], [ 120.3022093, 30.3589353 ], [ 120.3031335, 30.359577 ], [ 120.303497, 30.3598294 ], [ 120.3035015, 30.3598325 ], [ 120.3038553, 30.3600782 ], [ 120.3039477, 30.3601472 ], [ 120.3054678, 30.3612822 ], [ 120.3059142, 30.3615954 ], [ 120.3081317, 30.363151 ], [ 120.3085578, 30.3634585 ] ], [ [ 120.3085578, 30.3634585 ], [ 120.3086731, 30.3635342 ] ], [ [ 120.3085062, 30.3636948 ], [ 120.3084123, 30.363627 ] ], [ [ 120.2452078, 30.324882 ], [ 120.2455883, 30.3252842 ], [ 120.246436, 30.3260998 ], [ 120.2469996, 30.3266405 ], [ 120.2475048, 30.3270895 ], [ 120.2485233, 30.328011 ], [ 120.2492152, 30.3286267 ], [ 120.2499405, 30.3292223 ], [ 120.2501684, 30.3294022 ], [ 120.2504172, 30.3295543 ], [ 120.2507656, 30.3297658 ], [ 120.2511032, 30.3299796 ], [ 120.2518739, 30.3305751 ], [ 120.2519245, 30.3306259 ], [ 120.2526791, 30.3313844 ] ], [ [ 120.2523939, 30.3316817 ], [ 120.2511597, 30.3307619 ], [ 120.2506028, 30.3303514 ], [ 120.2498303, 30.3296917 ], [ 120.2495976, 30.3294823 ], [ 120.248009, 30.3280529 ], [ 120.2468503, 30.3269826 ], [ 120.2460616, 30.3262457 ], [ 120.2452905, 30.3253988 ], [ 120.2449104, 30.3249889 ] ], [ [ 120.2514038, 30.3814718 ], [ 120.2506811, 30.3807472 ], [ 120.2482514, 30.3783109 ], [ 120.2479651, 30.3780195 ], [ 120.2463555, 30.3764488 ], [ 120.2462487, 30.3763446 ] ], [ [ 120.2516388, 30.3813297 ], [ 120.254867, 30.3846802 ] ], [ [ 120.2547033, 30.3847802 ], [ 120.2514038, 30.3814718 ] ], [ [ 120.254867, 30.3846802 ], [ 120.2549855, 30.384798 ] ], [ [ 120.2548248, 30.3849015 ], [ 120.2547033, 30.3847802 ] ], [ [ 119.9317459, 30.248732 ], [ 119.9319307, 30.248473 ] ], [ [ 119.93204, 30.2485294 ], [ 119.9319482, 30.2486372 ], [ 119.9318548, 30.2487852 ] ], [ [ 119.9308205, 30.2591754 ], [ 119.9304867, 30.2582099 ], [ 119.9302516, 30.2572941 ], [ 119.9298531, 30.2554259 ], [ 119.9296987, 30.2544988 ], [ 119.9296625, 30.25403 ], [ 119.9296661, 30.2537988 ], [ 119.9296917, 30.2534953 ], [ 119.9297087, 30.253334 ], [ 119.9297447, 30.2528576 ], [ 119.9298802, 30.2522466 ], [ 119.9299186, 30.2520876 ], [ 119.9301052, 30.2517198 ], [ 119.9304548, 30.2512492 ], [ 119.931192, 30.2504625 ], [ 119.9313845, 30.2501394 ], [ 119.9314902, 30.2498562 ], [ 119.9315281, 30.2496712 ], [ 119.931563, 30.2494944 ], [ 119.9316175, 30.2492182 ], [ 119.9316284, 30.2491631 ], [ 119.9317459, 30.248732 ] ], [ [ 119.9318548, 30.2487852 ], [ 119.9317266, 30.2491756 ], [ 119.9316163, 30.2496724 ], [ 119.9314993, 30.2500875 ], [ 119.9313191, 30.250421 ], [ 119.9304093, 30.2514514 ], [ 119.9302163, 30.2517229 ], [ 119.9300144, 30.2521377 ], [ 119.9298253, 30.2528933 ], [ 119.9298089, 30.2530937 ], [ 119.9297891, 30.2533344 ], [ 119.929781, 30.2533875 ], [ 119.9297634, 30.2535013 ], [ 119.9297436, 30.2540224 ], [ 119.9299273, 30.2554268 ], [ 119.9300495, 30.2559866 ], [ 119.9302951, 30.2571584 ], [ 119.9304941, 30.2580238 ], [ 119.9305027, 30.2580612 ], [ 119.9309183, 30.2591533 ] ], [ [ 119.9561847, 30.2527635 ], [ 119.9560389, 30.2530803 ], [ 119.9559337, 30.2532846 ], [ 119.9558421, 30.2535161 ], [ 119.9557122, 30.2538985 ], [ 119.9556212, 30.2542256 ], [ 119.9555899, 30.2547212 ], [ 119.9556027, 30.2550074 ], [ 119.955732, 30.255311 ], [ 119.955912, 30.2559991 ], [ 119.9560802, 30.2563062 ], [ 119.956426, 30.256819 ], [ 119.9567093, 30.2572446 ], [ 119.957158, 30.2579074 ], [ 119.9576844, 30.258545 ], [ 119.957997, 30.2588726 ], [ 119.958204, 30.2590824 ], [ 119.9583694, 30.259246 ], [ 119.9587786, 30.2595257 ], [ 119.9593932, 30.2596643 ], [ 119.9599379, 30.2596643 ], [ 119.961088, 30.2597043 ], [ 119.9621838, 30.2597252 ], [ 119.9627992, 30.2598455 ] ], [ [ 119.9628574, 30.2603731 ], [ 119.9626022, 30.2601404 ], [ 119.962397, 30.2599892 ], [ 119.9621429, 30.2598756 ], [ 119.9616726, 30.2598194 ], [ 119.9609474, 30.2597976 ], [ 119.9596647, 30.2597787 ], [ 119.9590934, 30.2597331 ], [ 119.9587187, 30.2596267 ], [ 119.9585769, 30.2595852 ], [ 119.958418, 30.2595048 ], [ 119.9581207, 30.2592832 ], [ 119.958024, 30.2591897 ], [ 119.9576629, 30.2587501 ], [ 119.9573881, 30.2583716 ], [ 119.9569702, 30.2578709 ], [ 119.9565457, 30.2572009 ], [ 119.95623, 30.2568894 ], [ 119.9559726, 30.2565336 ], [ 119.9557686, 30.2561448 ], [ 119.9555776, 30.2555703 ], [ 119.9554703, 30.2550574 ], [ 119.9554965, 30.2542916 ], [ 119.955636, 30.253752 ], [ 119.9558352, 30.253233 ], [ 119.9559109, 30.2527214 ] ], [ [ 119.9627992, 30.2598455 ], [ 119.9630718, 30.2600536 ], [ 119.9634045, 30.2605424 ], [ 119.9635531, 30.2608204 ], [ 119.9637521, 30.2611648 ], [ 119.9648436, 30.2633933 ], [ 119.9651664, 30.2642469 ] ], [ [ 119.9649687, 30.2643096 ], [ 119.9646736, 30.2638937 ], [ 119.9644476, 30.2635975 ], [ 119.9641292, 30.2630156 ], [ 119.9630847, 30.260763 ], [ 119.9630069, 30.2606016 ], [ 119.9628574, 30.2603731 ] ], [ [ 119.860638677716324, 30.260251253813056 ], [ 119.8608105, 30.2603138 ], [ 119.8609992, 30.2603825 ], [ 119.8614836, 30.2605861 ], [ 119.8619634, 30.260859 ], [ 119.8624186, 30.261139 ], [ 119.8656058, 30.2637104 ], [ 119.8659667, 30.2640015 ], [ 119.8670816, 30.2648847 ], [ 119.8679287, 30.2654994 ], [ 119.8689309, 30.2661364 ], [ 119.8701263, 30.266755 ], [ 119.8710327, 30.267124 ] ], [ [ 119.8708992, 30.2672072 ], [ 119.8701469, 30.2668663 ], [ 119.8695197, 30.2665699 ], [ 119.8688804, 30.2662163 ], [ 119.8678742, 30.2656071 ], [ 119.8669972, 30.2649373 ], [ 119.8658842, 30.264054 ], [ 119.8654707, 30.2637202 ], [ 119.8625679, 30.261377 ], [ 119.8620794, 30.2610363 ], [ 119.8614211, 30.2606569 ], [ 119.8608919, 30.2604335 ], [ 119.860761, 30.2603896 ], [ 119.860580915157755, 30.260329098101625 ] ], [ [ 119.8708992, 30.2672072 ], [ 119.8710327, 30.267124 ] ], [ [ 119.8710327, 30.267124 ], [ 119.8710002, 30.2672429 ] ], [ [ 119.8710002, 30.2672429 ], [ 119.8708992, 30.2672072 ] ], [ [ 119.8710002, 30.2672429 ], [ 119.8706572, 30.2680811 ], [ 119.8705798, 30.2683642 ], [ 119.8704822, 30.2690728 ], [ 119.8704688, 30.2693726 ], [ 119.8704672, 30.2694208 ] ], [ [ 119.8703766, 30.2694872 ], [ 119.8703922, 30.2689465 ], [ 119.8704879, 30.2683168 ], [ 119.8705985, 30.2678931 ], [ 119.8708992, 30.2672072 ] ], [ [ 119.9448958, 30.2703226 ], [ 119.9450338, 30.2703195 ] ], [ [ 119.9450338, 30.2703195 ], [ 119.9451221, 30.2703279 ] ], [ [ 119.9450328, 30.2703856 ], [ 119.9448958, 30.2703226 ] ], [ [ 119.9495927, 30.2705665 ], [ 119.9531467, 30.2706604 ], [ 119.9578012, 30.2708052 ] ], [ [ 119.955141, 30.2709059 ], [ 119.9531267, 30.2708382 ], [ 119.9513349, 30.2707776 ], [ 119.9495794, 30.2707079 ] ], [ [ 119.9576597, 30.2709906 ], [ 119.955141, 30.2709059 ] ], [ [ 119.9578012, 30.2708052 ], [ 119.9589529, 30.2708849 ], [ 119.9604582, 30.2710636 ], [ 119.9613607, 30.2711491 ] ], [ [ 119.9451208, 30.2704244 ], [ 119.9450328, 30.2703856 ] ], [ [ 119.9451221, 30.2703279 ], [ 119.9453848, 30.2703654 ], [ 119.947378, 30.2704548 ], [ 119.9474561, 30.270459 ], [ 119.9478595, 30.2704767 ], [ 119.9494873, 30.2705636 ] ], [ [ 119.9494747, 30.2707048 ], [ 119.9478182, 30.2706339 ], [ 119.9474552, 30.2706208 ], [ 119.9464202, 30.2705741 ], [ 119.9453797, 30.2705227 ], [ 119.9451208, 30.2704244 ] ], [ [ 119.9494873, 30.2705636 ], [ 119.9495927, 30.2705665 ] ], [ [ 119.9495794, 30.2707079 ], [ 119.9494747, 30.2707048 ] ], [ [ 119.9578244, 30.2709961 ], [ 119.9576597, 30.2709906 ] ], [ [ 119.9612988, 30.2715261 ], [ 119.9605785, 30.2713272 ], [ 119.9600044, 30.2712245 ], [ 119.9586871, 30.2710646 ], [ 119.9578244, 30.2709961 ] ], [ [ 119.9613607, 30.2711491 ], [ 119.9615614, 30.2711709 ], [ 119.9616808, 30.2711904 ], [ 119.9630039, 30.2714949 ], [ 119.964016, 30.2717928 ], [ 119.9644981, 30.2719302 ], [ 119.9648566, 30.2720324 ] ], [ [ 119.9649425, 30.2725593 ], [ 119.9642835, 30.272362 ], [ 119.9622921, 30.271766 ], [ 119.9612988, 30.2715261 ] ], [ [ 119.9648566, 30.2720324 ], [ 119.9650354, 30.2720834 ] ], [ [ 119.8705483, 30.2735432 ], [ 119.8706141, 30.2732826 ], [ 119.8706584, 30.2731651 ], [ 119.8707096, 30.2730415 ], [ 119.8707726, 30.2728601 ], [ 119.8708049, 30.2727371 ], [ 119.8708235, 30.2726081 ], [ 119.8708429, 30.2722896 ], [ 119.8708277, 30.2720069 ], [ 119.8708104, 30.2719028 ], [ 119.8707856, 30.2717532 ], [ 119.8706816, 30.2712283 ], [ 119.870515, 30.2705627 ], [ 119.8704401, 30.2702003 ], [ 119.8703996, 30.2698499 ], [ 119.8703847, 30.2696864 ], [ 119.8703766, 30.2694872 ] ], [ [ 119.8704672, 30.2694208 ], [ 119.8704589, 30.2696694 ], [ 119.8704823, 30.2699526 ], [ 119.8705429, 30.2703597 ], [ 119.8706794, 30.270904 ], [ 119.8707506, 30.2712183 ], [ 119.8708338, 30.2716451 ], [ 119.8709134, 30.2720047 ], [ 119.8709275, 30.2722571 ], [ 119.870949, 30.2726544 ], [ 119.870961, 30.2729053 ], [ 119.8709591, 30.2731681 ], [ 119.8709354, 30.273406 ], [ 119.8708774, 30.2736129 ] ], [ [ 119.8710327, 30.267124 ], [ 119.8726609, 30.2676146 ], [ 119.8732962, 30.267783 ], [ 119.8739216, 30.2679008 ], [ 119.8747216, 30.2680213 ], [ 119.8755985, 30.2681062 ], [ 119.8771908, 30.2681421 ], [ 119.8792149, 30.2680371 ], [ 119.8808747, 30.2680093 ], [ 119.8817825, 30.2680729 ], [ 119.8822444, 30.2681383 ], [ 119.8833042, 30.2682944 ], [ 119.8848081, 30.2686536 ], [ 119.8864693, 30.2691905 ], [ 119.8945123, 30.2717971 ], [ 119.8971894, 30.2727273 ], [ 119.8992375, 30.2733325 ], [ 119.9008689, 30.2738775 ], [ 119.9012611, 30.2740386 ], [ 119.9016143, 30.2742251 ], [ 119.9020841, 30.2745048 ], [ 119.9025722, 30.2748777 ], [ 119.9030409, 30.2753856 ], [ 119.9034953, 30.2759557 ], [ 119.9037529, 30.2764959 ], [ 119.9043714, 30.2783979 ], [ 119.9046382, 30.2791581 ], [ 119.9051123, 30.2805463 ], [ 119.9055825, 30.2815124 ], [ 119.9056708, 30.2816939 ], [ 119.9060206, 30.2821124 ], [ 119.9063708, 30.2823932 ], [ 119.9067609, 30.2827061 ], [ 119.9074177, 30.2830491 ], [ 119.9076628, 30.2831261 ], [ 119.9080692, 30.2832538 ], [ 119.9087799, 30.2833816 ], [ 119.9117618, 30.2836312 ] ], [ [ 119.9117618, 30.2836312 ], [ 119.9135107, 30.2837795 ] ], [ [ 119.9135107, 30.2837795 ], [ 119.9150165, 30.2839384 ], [ 119.9164735, 30.2841274 ], [ 119.9167346, 30.2841708 ] ], [ [ 119.916635, 30.2842581 ], [ 119.9164521, 30.2842276 ], [ 119.9149358, 30.2840156 ], [ 119.9135301, 30.283877 ], [ 119.9117987, 30.2837249 ] ], [ [ 120.0024284, 30.2880641 ], [ 120.0030969, 30.2864797 ], [ 120.0032233, 30.2861769 ] ], [ [ 120.0034189, 30.2861651 ], [ 120.002591, 30.2881162 ] ], [ [ 120.0253612, 30.2848812 ], [ 120.0257937, 30.2849292 ], [ 120.0261479, 30.2850112 ], [ 120.0263789, 30.2850647 ], [ 120.0269925, 30.2852067 ], [ 120.0275385, 30.2853422 ], [ 120.0279781, 30.2854668 ], [ 120.0294055, 30.2858599 ], [ 120.029895, 30.2860048 ], [ 120.0309312, 30.286291 ] ], [ [ 120.0378294, 30.2885319 ], [ 120.037576, 30.2884575 ], [ 120.0371458, 30.2883333 ], [ 120.0368896, 30.2882594 ], [ 120.0366487, 30.2882077 ], [ 120.0360842, 30.2880867 ], [ 120.0348263, 30.2877405 ], [ 120.0342494, 30.2875878 ], [ 120.0338568, 30.2874938 ], [ 120.0335724, 30.2874213 ], [ 120.0331831, 30.2873222 ], [ 120.0323926, 30.2871185 ], [ 120.0319626, 30.2870018 ], [ 120.0306531, 30.2866615 ], [ 120.0303889, 30.2865979 ], [ 120.0292169, 30.286334 ], [ 120.0291485, 30.2863186 ], [ 120.0288688, 30.286242 ], [ 120.0283557, 30.2861174 ], [ 120.0270081, 30.2857384 ], [ 120.025839, 30.2854717 ], [ 120.0255874, 30.2854143 ] ], [ [ 120.0309312, 30.286291 ], [ 120.0315485, 30.28645 ], [ 120.0324259, 30.2866761 ], [ 120.0333787, 30.2869244 ], [ 120.0337451, 30.2870473 ], [ 120.0344585, 30.2872858 ], [ 120.0345974, 30.2873202 ], [ 120.0351785, 30.287464 ], [ 120.0365649, 30.2878071 ], [ 120.0368192, 30.2879212 ], [ 120.0371336, 30.2880362 ], [ 120.0375617, 30.2881471 ], [ 120.037884, 30.2882258 ] ], [ [ 120.037884, 30.2882258 ], [ 120.0380379, 30.2882546 ] ], [ [ 120.0379788, 30.288575 ], [ 120.0378294, 30.2885319 ] ], [ [ 120.0380379, 30.2882546 ], [ 120.0382686, 30.2883069 ], [ 120.038749, 30.2884163 ], [ 120.0393505, 30.2885592 ], [ 120.0396715, 30.2886312 ], [ 120.0401715, 30.2887275 ], [ 120.0406342, 30.2887889 ], [ 120.0414035, 30.2888706 ], [ 120.0418076, 30.288904 ], [ 120.0420016, 30.2889135 ], [ 120.0421822, 30.2889198 ] ], [ [ 120.0024284, 30.2880641 ], [ 120.002591, 30.2881162 ] ], [ [ 120.0023563, 30.2881904 ], [ 120.0024284, 30.2880641 ] ], [ [ 120.002591, 30.2881162 ], [ 120.0025185, 30.2882482 ] ], [ [ 120.0025185, 30.2882482 ], [ 120.0023563, 30.2881904 ] ], [ [ 120.002591, 30.2881162 ], [ 120.0048868, 30.2887748 ], [ 120.0082484, 30.2897439 ] ], [ [ 120.0421822, 30.2889198 ], [ 120.0433463, 30.288971 ], [ 120.0474432, 30.2889578 ], [ 120.0475856, 30.2889573 ], [ 120.0491313, 30.2889475 ] ], [ [ 120.0491313, 30.2889475 ], [ 120.0495855, 30.2889627 ], [ 120.0497128, 30.2889643 ] ], [ [ 120.0497128, 30.2889643 ], [ 120.0504848, 30.2889866 ], [ 120.0542728, 30.2889733 ], [ 120.0569936, 30.2889561 ], [ 120.0573028, 30.2889497 ] ], [ [ 120.0490314, 30.2891576 ], [ 120.0481919, 30.2891435 ], [ 120.0476632, 30.2891159 ], [ 120.0474556, 30.2891152 ], [ 120.0450597, 30.2891337 ], [ 120.0442101, 30.2891283 ], [ 120.0431957, 30.2891135 ], [ 120.0421655, 30.2890781 ], [ 120.0417055, 30.2890531 ], [ 120.0408251, 30.2889888 ] ], [ [ 120.057299, 30.2891422 ], [ 120.0569905, 30.2891202 ], [ 120.0542733, 30.2891396 ], [ 120.0505637, 30.2891433 ], [ 120.0497411, 30.289154 ] ], [ [ 120.0497411, 30.289154 ], [ 120.0492256, 30.2891566 ] ], [ [ 120.0492256, 30.2891566 ], [ 120.0490314, 30.2891576 ] ], [ [ 120.0408251, 30.2889888 ], [ 120.0403454, 30.2889504 ], [ 120.0397748, 30.288902 ], [ 120.0394408, 30.2888643 ], [ 120.0392749, 30.2888438 ], [ 120.0386997, 30.2887449 ], [ 120.0381956, 30.2886323 ], [ 120.0379788, 30.288575 ] ], [ [ 120.0102045, 30.290449 ], [ 120.0090154, 30.2901081 ], [ 120.0048382, 30.2888998 ], [ 120.0025185, 30.2882482 ] ], [ [ 120.0082484, 30.2897439 ], [ 120.0092365, 30.2900381 ], [ 120.0102486, 30.2903304 ] ], [ [ 119.9986866, 30.2940835 ], [ 119.9992183, 30.2929256 ], [ 119.9992356, 30.2928938 ], [ 119.9993612, 30.292657 ], [ 119.9994085, 30.2925742 ], [ 120.0000355, 30.2915419 ], [ 120.0004917, 30.2909038 ], [ 120.0005784, 30.2907728 ], [ 120.0011894, 30.2898498 ], [ 120.0023563, 30.2881904 ] ], [ [ 119.9984746, 30.2946837 ], [ 119.9986866, 30.2940835 ] ], [ [ 119.9691886, 30.2930527 ], [ 119.9692513, 30.2923649 ], [ 119.9693343, 30.2911429 ], [ 119.9693478, 30.2909983 ], [ 119.9693549, 30.2909336 ], [ 119.9694408, 30.2900443 ], [ 119.9694808, 30.2895738 ], [ 119.9695208, 30.2891033 ] ], [ [ 119.9698526, 30.2891613 ], [ 119.9697148, 30.2908438 ], [ 119.9696733, 30.291261 ], [ 119.969565, 30.2923507 ], [ 119.9695171, 30.2928993 ], [ 119.9695247, 30.2930715 ] ], [ [ 119.9691711, 30.2932443 ], [ 119.9691886, 30.2930527 ] ], [ [ 119.9695247, 30.2930715 ], [ 119.9695323, 30.2932454 ] ], [ [ 119.9687092, 30.2983014 ], [ 119.9688803, 30.296543 ], [ 119.9690475, 30.2947648 ], [ 119.9691483, 30.2934939 ], [ 119.9691711, 30.2932443 ] ], [ [ 119.9695323, 30.2932454 ], [ 119.969538, 30.2933753 ], [ 119.9694723, 30.2942629 ], [ 119.9693996, 30.2951518 ], [ 119.9692071, 30.2965322 ], [ 119.9691839, 30.2983345 ] ], [ [ 119.9686945, 30.2984632 ], [ 119.9687092, 30.2983014 ] ], [ [ 119.9691839, 30.2983345 ], [ 119.9691748, 30.2984977 ] ], [ [ 119.9979914, 30.2960098 ], [ 119.9984746, 30.2946837 ] ], [ [ 119.9973564, 30.3001993 ], [ 119.9973811, 30.2999058 ], [ 119.9973966, 30.2994441 ], [ 119.9974366, 30.2990863 ], [ 119.9974732, 30.2986883 ], [ 119.9976391, 30.2975419 ], [ 119.9977721, 30.2968976 ], [ 119.9979914, 30.2960098 ] ], [ [ 119.9981856, 30.2960558 ], [ 119.9978916, 30.2973024 ], [ 119.9978289, 30.2975672 ], [ 119.9977112, 30.298298 ], [ 119.9976768, 30.2986178 ], [ 119.9976317, 30.2991978 ], [ 119.9975851, 30.2998944 ], [ 119.9975322, 30.3002126 ] ], [ [ 120.0596786, 30.2891619 ], [ 120.0595272, 30.2891616 ] ], [ [ 120.0681344, 30.2891675 ], [ 120.0679068, 30.2891677 ], [ 120.0675611, 30.2891672 ], [ 120.0669194, 30.2891632 ], [ 120.0667829, 30.2891624 ], [ 120.0659365, 30.28918 ], [ 120.0646578, 30.2892096 ] ], [ [ 120.0645252, 30.2892109 ], [ 120.0625869, 30.2891864 ], [ 120.0615793, 30.2891926 ], [ 120.0596786, 30.2891619 ] ], [ [ 120.0646578, 30.2892096 ], [ 120.0645252, 30.2892109 ] ], [ [ 120.0717967, 30.2892134 ], [ 120.0715922, 30.2891847 ], [ 120.0713823, 30.2891744 ], [ 120.070374, 30.289175 ], [ 120.0699341, 30.2891909 ], [ 120.0688892, 30.2891669 ], [ 120.0681344, 30.2891675 ] ], [ [ 120.071962, 30.2892583 ], [ 120.0717967, 30.2892134 ] ], [ [ 120.076752, 30.2893984 ], [ 120.0754383, 30.2893877 ], [ 120.0751603, 30.289378 ], [ 120.0740106, 30.2893603 ], [ 120.0724176, 30.2893458 ], [ 120.071962, 30.2892583 ] ], [ [ 120.0809681, 30.2891828 ], [ 120.0809625, 30.2893323 ] ], [ [ 120.0802421, 30.2894921 ], [ 120.0803632, 30.2890274 ] ], [ [ 120.0809625, 30.2893323 ], [ 120.0802421, 30.2894921 ] ], [ [ 120.0802421, 30.2894921 ], [ 120.0783425, 30.2894544 ], [ 120.0776045, 30.2894284 ], [ 120.076752, 30.2893984 ] ], [ [ 120.0654099, 30.2967918 ], [ 120.0652227, 30.2968139 ] ], [ [ 120.0932692, 30.2970684 ], [ 120.093269260147693, 30.297113390472692 ] ], [ [ 120.093269260147693, 30.297113390472692 ], [ 120.093269351361769, 30.297181618604931 ] ], [ [ 120.093269351361769, 30.297181618604931 ], [ 120.0932694, 30.297218 ] ], [ [ 120.0930844, 30.2972967 ], [ 120.093084129846943, 30.297180649968148 ] ], [ [ 120.093084129846943, 30.297180649968148 ], [ 120.093083963708722, 30.297109281732308 ] ], [ [ 120.093083963708722, 30.297109281732308 ], [ 120.0930837, 30.296996 ] ], [ [ 120.0894668, 30.2972158 ], [ 120.0889076, 30.2972174 ], [ 120.0885128, 30.2972276 ], [ 120.0881677, 30.2972425 ], [ 120.0879294, 30.2972585 ] ], [ [ 120.0930844, 30.2972967 ], [ 120.0915754, 30.2972728 ], [ 120.0910197, 30.2972699 ], [ 120.0902936, 30.2972702 ], [ 120.0894668, 30.2972158 ] ], [ [ 120.0932694, 30.297218 ], [ 120.0930844, 30.2972967 ] ], [ [ 120.0932694, 30.297218 ], [ 120.0932693, 30.2974394 ], [ 120.0932685, 30.2985264 ], [ 120.0932685, 30.2986146 ], [ 120.0932677, 30.2997835 ], [ 120.0932708, 30.2998356 ], [ 120.0932796, 30.3008553 ], [ 120.093283, 30.30116 ], [ 120.093299, 30.3022222 ], [ 120.0933007, 30.3023505 ], [ 120.0932954, 30.3024057 ] ], [ [ 120.0722926, 30.2962792 ], [ 120.0726052, 30.2962268 ], [ 120.0732657, 30.296116 ], [ 120.0738314, 30.2960134 ], [ 120.0742676, 30.2959342 ], [ 120.0751417, 30.2957686 ], [ 120.0753242, 30.2957331 ] ], [ [ 120.0689687, 30.2966557 ], [ 120.0696333, 30.296652 ], [ 120.0702905, 30.2966113 ], [ 120.0707178, 30.2965511 ], [ 120.070772, 30.2965435 ], [ 120.0719601, 30.296345 ], [ 120.0720109, 30.2963349 ], [ 120.0722926, 30.2962792 ] ], [ [ 120.0723217, 30.2964067 ], [ 120.0720397, 30.2964711 ], [ 120.0720128, 30.2964772 ], [ 120.0710063, 30.296646 ], [ 120.0704502, 30.296724 ], [ 120.0698291, 30.296775 ], [ 120.0693207, 30.2967954 ], [ 120.0690629, 30.2967946 ], [ 120.0690157, 30.2967945 ], [ 120.0688158, 30.2967939 ], [ 120.0683991, 30.2968052 ], [ 120.0667953, 30.2967844 ], [ 120.0654884, 30.2967914 ], [ 120.0654099, 30.2967918 ] ], [ [ 120.0654173, 30.2966379 ], [ 120.0655087, 30.2966381 ], [ 120.0673255, 30.2966419 ], [ 120.0683455, 30.2966552 ], [ 120.0687705, 30.2966559 ], [ 120.0689687, 30.2966557 ] ], [ [ 120.07452, 30.3132308 ], [ 120.0741789, 30.3130916 ], [ 120.0739222, 30.3129839 ], [ 120.0735073, 30.3128199 ], [ 120.0727938, 30.3125262 ], [ 120.0710746, 30.3117759 ], [ 120.0692478, 30.3110026 ], [ 120.0682336, 30.3106409 ], [ 120.0680368, 30.3105592 ], [ 120.0668175, 30.3100266 ], [ 120.0651696, 30.3093625 ], [ 120.0638413, 30.3088344 ] ], [ [ 120.0753242, 30.2957331 ], [ 120.075911, 30.2956776 ], [ 120.076434, 30.2956384 ], [ 120.0772914, 30.2956277 ], [ 120.0783435, 30.2956368 ], [ 120.0785619, 30.2956412 ], [ 120.0788942, 30.2957269 ], [ 120.0801112, 30.2963219 ], [ 120.0805857, 30.2965324 ], [ 120.081145, 30.2967518 ], [ 120.0815971, 30.2968962 ], [ 120.0823252, 30.2970407 ], [ 120.0828239, 30.2970821 ], [ 120.0831204, 30.2970705 ], [ 120.0863582, 30.2971019 ], [ 120.0876535, 30.297111 ], [ 120.0877295, 30.2971129 ], [ 120.0879426, 30.2970845 ] ], [ [ 120.0879294, 30.2972585 ], [ 120.0877289, 30.2972547 ], [ 120.0866636, 30.2972336 ], [ 120.0830554, 30.2972039 ], [ 120.0825447, 30.2971812 ], [ 120.0821677, 30.2971285 ], [ 120.0816693, 30.2970416 ], [ 120.0812304, 30.2969187 ], [ 120.0808604, 30.2967958 ], [ 120.0802661, 30.2965624 ], [ 120.0797903, 30.2963338 ], [ 120.0788469, 30.2958403 ], [ 120.0784891, 30.2957565 ], [ 120.078344, 30.2957562 ], [ 120.0770415, 30.2957537 ], [ 120.0768531, 30.2957609 ], [ 120.0764523, 30.2957771 ], [ 120.0760037, 30.2958075 ], [ 120.0755707, 30.2958562 ], [ 120.0753238, 30.2958969 ], [ 120.0751991, 30.2959174 ], [ 120.0745035, 30.2960394 ], [ 120.0740143, 30.2961214 ], [ 120.0731265, 30.2962741 ], [ 120.0726313, 30.2963557 ], [ 120.0723217, 30.2964067 ] ], [ [ 120.0751369, 30.3135124 ], [ 120.0748762, 30.3133934 ], [ 120.07452, 30.3132308 ] ], [ [ 120.0102486, 30.2903304 ], [ 120.0123641, 30.2909536 ], [ 120.0125846, 30.2910055 ], [ 120.015565, 30.2916838 ], [ 120.0171972, 30.2921243 ], [ 120.0182981, 30.2924764 ], [ 120.0199102, 30.2931023 ], [ 120.0216197, 30.2936832 ] ], [ [ 120.0215513, 30.2938171 ], [ 120.0208714, 30.2935991 ], [ 120.0171484, 30.2922694 ], [ 120.0155024, 30.291859 ], [ 120.0125388, 30.2911496 ], [ 120.0123097, 30.2910823 ], [ 120.0102045, 30.290449 ] ], [ [ 120.0025185, 30.2882482 ], [ 120.0019511, 30.2890747 ], [ 120.00154, 30.2896735 ], [ 120.0006613, 30.2909661 ], [ 120.0001866, 30.2916643 ], [ 119.999569, 30.2926292 ], [ 119.9995202, 30.2927196 ], [ 119.9993974, 30.2929603 ], [ 119.9993886, 30.2929795 ], [ 119.9988583, 30.2941369 ], [ 119.9988275, 30.2942239 ], [ 119.9981856, 30.2960558 ] ], [ [ 120.0216197, 30.2936832 ], [ 120.0231103, 30.2942006 ], [ 120.0246203, 30.2947248 ] ], [ [ 120.0245899, 30.294784 ], [ 120.0234105, 30.2944087 ], [ 120.0215513, 30.2938171 ] ], [ [ 120.0246203, 30.2947248 ], [ 120.0251946, 30.294925 ], [ 120.0261802, 30.2952572 ], [ 120.0273179, 30.2956772 ] ], [ [ 120.0328976, 30.2980234 ], [ 120.033174, 30.298077 ], [ 120.03436, 30.2982878 ], [ 120.035688, 30.2984055 ], [ 120.0388902, 30.2986401 ], [ 120.0391108, 30.2986496 ], [ 120.0395006, 30.2986663 ], [ 120.0395781, 30.2986696 ], [ 120.0409545, 30.2987387 ], [ 120.0416594, 30.2987315 ], [ 120.0427598, 30.2986759 ], [ 120.0429798, 30.298664 ], [ 120.0453386, 30.2985364 ], [ 120.0475227, 30.2983896 ], [ 120.0484522, 30.2983407 ], [ 120.0505827, 30.2982441 ], [ 120.0512802, 30.2982154 ], [ 120.0542284, 30.2980533 ], [ 120.0546204, 30.2979332 ] ], [ [ 120.0547932, 30.2981699 ], [ 120.05329, 30.2982604 ], [ 120.0529724, 30.2982795 ], [ 120.0505881, 30.2983734 ], [ 120.0484688, 30.2984573 ], [ 120.0453685, 30.2986589 ], [ 120.0429939, 30.2987962 ], [ 120.0427773, 30.2988087 ], [ 120.0423034, 30.2988379 ], [ 120.0413399, 30.2988739 ], [ 120.0396666, 30.2988193 ], [ 120.0391043, 30.2987815 ], [ 120.0388807, 30.2987665 ], [ 120.0381639, 30.29871 ], [ 120.037587, 30.2986645 ], [ 120.0360495, 30.2985432 ], [ 120.0350417, 30.2984651 ], [ 120.0340688, 30.2983682 ], [ 120.0335601, 30.2983007 ], [ 120.0329022, 30.2981286 ], [ 120.0328093, 30.2981044 ] ], [ [ 120.0326273, 30.2980554 ], [ 120.0324472, 30.2980069 ], [ 120.0315541, 30.2976713 ], [ 120.0310239, 30.2974515 ], [ 120.0308494, 30.2973652 ], [ 120.0303684, 30.2971272 ], [ 120.0297123, 30.2968119 ], [ 120.0293391, 30.2966356 ], [ 120.0291395, 30.2965413 ], [ 120.0286957, 30.2963273 ], [ 120.0279777, 30.2960373 ], [ 120.0274945, 30.295848 ], [ 120.0272855, 30.2957751 ], [ 120.0265958, 30.2955233 ], [ 120.0251936, 30.2950114 ], [ 120.0245899, 30.294784 ] ], [ [ 120.0273179, 30.2956772 ], [ 120.0275416, 30.2957509 ], [ 120.0279679, 30.2959176 ], [ 120.0287497, 30.2962404 ], [ 120.0292114, 30.2964407 ], [ 120.0298742, 30.2967726 ], [ 120.0314277, 30.2975169 ], [ 120.0320085, 30.297745 ], [ 120.0325591, 30.29793 ], [ 120.0327305, 30.2979773 ] ], [ [ 120.0327305, 30.2979773 ], [ 120.0328976, 30.2980234 ] ], [ [ 120.0328093, 30.2981044 ], [ 120.0326273, 30.2980554 ] ], [ [ 120.024405, 30.3095255 ], [ 120.0245934, 30.308828 ], [ 120.0247208, 30.3083809 ], [ 120.024927, 30.3078671 ], [ 120.0250865, 30.3075387 ], [ 120.0252656, 30.307252 ], [ 120.0254858, 30.3069332 ], [ 120.0258294, 30.3065153 ], [ 120.0269393, 30.3052292 ], [ 120.0276042, 30.3044981 ], [ 120.0281705, 30.3038787 ], [ 120.0285362, 30.3034374 ], [ 120.0289323, 30.3029173 ], [ 120.0291749, 30.3025363 ], [ 120.0296223, 30.3017845 ], [ 120.0299156, 30.3011667 ], [ 120.0301809, 30.3006638 ], [ 120.0305812, 30.3001047 ], [ 120.0310887, 30.2994533 ], [ 120.0318087, 30.2987575 ], [ 120.0326273, 30.2980554 ] ], [ [ 120.0621651, 30.2973467 ], [ 120.0624003, 30.2972915 ], [ 120.0635006, 30.2970331 ], [ 120.0639969, 30.2969166 ], [ 120.0650773, 30.2966798 ], [ 120.0652301, 30.2966463 ] ], [ [ 120.0652227, 30.2968139 ], [ 120.0650684, 30.296843 ], [ 120.0650454, 30.2968473 ], [ 120.0644712, 30.2969564 ], [ 120.0638294, 30.2970989 ], [ 120.0633739, 30.2972016 ], [ 120.0624283, 30.2974291 ], [ 120.0613754, 30.2976764 ], [ 120.0606726, 30.2977772 ], [ 120.0602688, 30.297796 ], [ 120.0594306, 30.2978412 ], [ 120.0574073, 30.2979321 ], [ 120.056729, 30.2980028 ], [ 120.0551827, 30.2981292 ], [ 120.0547932, 30.2981699 ] ], [ [ 120.0546204, 30.2979332 ], [ 120.0562182, 30.2978365 ], [ 120.0570504, 30.2977862 ], [ 120.0577129, 30.2977934 ], [ 120.0592486, 30.2977104 ], [ 120.0601172, 30.2976733 ], [ 120.0606999, 30.2976236 ], [ 120.0612978, 30.2975425 ], [ 120.0621651, 30.2973467 ] ], [ [ 120.0328093, 30.2981044 ], [ 120.0316841, 30.2991311 ], [ 120.0313675, 30.2994231 ], [ 120.0309918, 30.2998298 ], [ 120.0305552, 30.3003645 ], [ 120.0303229, 30.3007338 ], [ 120.0300836, 30.3011777 ], [ 120.0297765, 30.3018553 ], [ 120.0292165, 30.3028488 ], [ 120.0289494, 30.3032329 ], [ 120.0286402, 30.3036171 ], [ 120.0277791, 30.3045976 ], [ 120.0265371, 30.3059297 ], [ 120.0256431, 30.3069755 ], [ 120.0253327, 30.3074498 ], [ 120.0252359, 30.3075822 ], [ 120.0249803, 30.3081459 ], [ 120.0247868, 30.3088404 ], [ 120.0245531, 30.3095461 ] ], [ [ 120.024405, 30.3095255 ], [ 120.0245531, 30.3095461 ] ], [ [ 120.0243454, 30.3097207 ], [ 120.024405, 30.3095255 ] ], [ [ 120.0245531, 30.3095461 ], [ 120.0244878, 30.3097186 ] ], [ [ 120.0216641, 30.3098156 ], [ 120.0220438, 30.3097162 ], [ 120.0225847, 30.3096037 ], [ 120.0231241, 30.3095557 ], [ 120.0239186, 30.3094951 ], [ 120.024405, 30.3095255 ] ], [ [ 120.0244878, 30.3097186 ], [ 120.0243454, 30.3097207 ] ], [ [ 120.0611948, 30.3070984 ], [ 120.0616648, 30.3073314 ], [ 120.0620214, 30.3074973 ], [ 120.0625126, 30.3077137 ], [ 120.0629563, 30.3078922 ], [ 120.0636938, 30.3082159 ], [ 120.0638844, 30.3084293 ] ], [ [ 120.0244878, 30.3097186 ], [ 120.0241299, 30.3110075 ], [ 120.0236156, 30.3128739 ] ], [ [ 120.0213935, 30.3174426 ], [ 120.0215672, 30.3171776 ], [ 120.0219551, 30.3165873 ], [ 120.0225147, 30.3156635 ], [ 120.0226714, 30.3154015 ], [ 120.0228322, 30.3150377 ], [ 120.0229077, 30.3147724 ], [ 120.0229302, 30.3146934 ], [ 120.0230373, 30.3143171 ], [ 120.0235277, 30.3125209 ], [ 120.0239602, 30.3109804 ], [ 120.0243454, 30.3097207 ] ], [ [ 120.0236156, 30.3128739 ], [ 120.0235542, 30.3130965 ], [ 120.023219, 30.314311 ], [ 120.0231059, 30.3147145 ], [ 120.0230838, 30.3147936 ], [ 120.0230225, 30.3150123 ], [ 120.0228428, 30.3154517 ], [ 120.0225931, 30.3158569 ], [ 120.0222493, 30.3164331 ], [ 120.0215815, 30.317465 ] ], [ [ 119.9691748, 30.2984977 ], [ 119.9691618, 30.2986867 ], [ 119.9691365, 30.2997953 ] ], [ [ 119.9683372, 30.3011275 ], [ 119.9683499, 30.300801 ], [ 119.968548, 30.2993963 ], [ 119.9686945, 30.2984632 ] ], [ [ 119.9973476, 30.3003525 ], [ 119.9973564, 30.3001993 ] ], [ [ 119.9975322, 30.3002126 ], [ 119.9974985, 30.3003611 ] ], [ [ 119.9691365, 30.2997953 ], [ 119.9689622, 30.3001927 ], [ 119.9687744, 30.3006364 ], [ 119.968708, 30.3011293 ] ], [ [ 119.9683203, 30.3013246 ], [ 119.9683372, 30.3011275 ] ], [ [ 119.968708, 30.3011293 ], [ 119.9686773, 30.3013252 ] ], [ [ 120.0243454, 30.3097207 ], [ 120.0236481, 30.3097422 ], [ 120.0231867, 30.3097943 ], [ 120.0227201, 30.3098699 ], [ 120.0222193, 30.3100035 ], [ 120.0219542, 30.3100636 ], [ 120.0210361, 30.3102955 ], [ 120.020373, 30.3104495 ] ], [ [ 119.9969744, 30.3122432 ], [ 119.9974641, 30.3122646 ], [ 119.9976557, 30.312273 ], [ 119.9980109, 30.3123087 ], [ 119.9985597, 30.3122671 ], [ 119.9988986, 30.3122844 ], [ 119.9992847, 30.3123215 ], [ 120.0000195, 30.3123828 ], [ 120.0014246, 30.3125066 ], [ 120.0030403, 30.3127312 ], [ 120.0036371, 30.3127859 ], [ 120.0044333, 30.3128213 ], [ 120.0047885, 30.3128259 ], [ 120.0049256, 30.3128277 ] ], [ [ 120.0049071, 30.3132927 ], [ 120.0038396, 30.3132808 ], [ 120.0033123, 30.313301 ], [ 120.0026429, 30.3133305 ], [ 120.001643, 30.3132997 ], [ 120.0008164, 30.3132436 ], [ 119.9994479, 30.3131265 ], [ 119.9990272, 30.3130426 ], [ 119.998618, 30.3129833 ], [ 119.997969, 30.3128851 ], [ 119.9974141, 30.312839 ], [ 119.9971247, 30.3128054 ], [ 119.9969783, 30.3127101 ] ], [ [ 119.9974985, 30.3003611 ], [ 119.9974222, 30.301438 ], [ 119.9974108, 30.3020752 ], [ 119.9974494, 30.3039027 ], [ 119.9974086, 30.3042367 ], [ 119.9973457, 30.3047195 ], [ 119.9973352, 30.3053804 ], [ 119.9973112, 30.3062023 ] ], [ [ 119.9970521, 30.3062374 ], [ 119.9971774, 30.3045325 ], [ 119.9972235, 30.3041591 ], [ 119.9972707, 30.3020624 ], [ 119.9972908, 30.3015147 ], [ 119.9973476, 30.3003525 ] ], [ [ 119.9973112, 30.3062023 ], [ 119.9972448, 30.3073354 ], [ 119.9971195, 30.3094719 ], [ 119.9970019, 30.3117171 ], [ 119.9969744, 30.3122432 ] ], [ [ 119.9967029, 30.3123525 ], [ 119.9967175, 30.3120475 ], [ 119.9967793, 30.3112395 ], [ 119.9968392, 30.3103689 ], [ 119.9968816, 30.3094585 ], [ 119.9969603, 30.3082309 ], [ 119.9970521, 30.3062374 ] ], [ [ 119.9679558, 30.3099037 ], [ 119.9679869, 30.3095471 ], [ 119.9679874, 30.309539 ], [ 119.9681596, 30.3068782 ], [ 119.9682731, 30.3050222 ], [ 119.9681214, 30.3042559 ], [ 119.9681322, 30.3039349 ], [ 119.9682228, 30.3027105 ], [ 119.9682641, 30.3020867 ], [ 119.9683203, 30.3013246 ] ], [ [ 119.9686773, 30.3013252 ], [ 119.9686375, 30.3021023 ], [ 119.9685174, 30.3027227 ], [ 119.9684477, 30.3042612 ], [ 119.9685246, 30.3050256 ], [ 119.9683973, 30.3068705 ], [ 119.9683712, 30.3072488 ], [ 119.9683227, 30.3077529 ], [ 119.9682342, 30.3095534 ], [ 119.9682038, 30.3099536 ] ], [ [ 119.9679558, 30.3099037 ], [ 119.9682038, 30.3099536 ] ], [ [ 119.9679467, 30.3101197 ], [ 119.9679558, 30.3099037 ] ], [ [ 119.9682038, 30.3099536 ], [ 119.968207, 30.3101519 ] ], [ [ 119.968207, 30.3101519 ], [ 119.9679467, 30.3101197 ] ], [ [ 119.9681341, 30.3174421 ], [ 119.968078, 30.3168519 ], [ 119.9679503, 30.3160801 ], [ 119.9679251, 30.3159281 ], [ 119.9678596, 30.3153917 ], [ 119.9678166, 30.3149608 ], [ 119.9677939, 30.3145537 ], [ 119.9677705, 30.3140126 ], [ 119.9677587, 30.3134576 ], [ 119.9677618, 30.3133738 ], [ 119.9678104, 30.3120456 ], [ 119.9678246, 30.3118401 ], [ 119.96786, 30.3115212 ], [ 119.9678882, 30.3109449 ], [ 119.9679467, 30.3101197 ] ], [ [ 119.968207, 30.3101519 ], [ 119.9681365, 30.3109522 ], [ 119.9681004, 30.3115435 ], [ 119.9680971, 30.3115779 ], [ 119.9680755, 30.3122275 ], [ 119.9680278, 30.3133348 ], [ 119.9680222, 30.3134644 ], [ 119.968033, 30.3140589 ], [ 119.9680516, 30.3143861 ], [ 119.9681012, 30.3150274 ], [ 119.9681191, 30.3153385 ], [ 119.9681764, 30.3157443 ], [ 119.9682121, 30.3160577 ], [ 119.9682312, 30.316226 ], [ 119.968315, 30.3168673 ], [ 119.9683378, 30.317042 ], [ 119.9683488, 30.3171406 ], [ 119.9683837, 30.3174585 ] ], [ [ 119.9967029, 30.3123525 ], [ 119.9969744, 30.3122432 ] ], [ [ 119.9969744, 30.3122432 ], [ 119.9969783, 30.3127101 ] ], [ [ 119.9967143, 30.3126529 ], [ 119.9967029, 30.3123525 ] ], [ [ 119.9969783, 30.3127101 ], [ 119.9967143, 30.3126529 ] ], [ [ 119.9966361, 30.3213187 ], [ 119.9966572, 30.3197482 ], [ 119.9966756, 30.3171746 ], [ 119.9966961, 30.3147592 ], [ 119.9966977, 30.3146807 ], [ 119.9967114, 30.3128018 ], [ 119.9967143, 30.3126529 ] ], [ [ 119.9969783, 30.3127101 ], [ 119.9969743, 30.3128226 ], [ 119.9969673, 30.3131242 ], [ 119.9969498, 30.313873 ], [ 119.9969454, 30.3146891 ], [ 119.9969472, 30.3147771 ], [ 119.9969101, 30.3175921 ], [ 119.9968958, 30.3196321 ], [ 119.9968744, 30.3213436 ] ], [ [ 120.0919817, 30.3091814 ], [ 120.0919952, 30.3091103 ], [ 120.0921374, 30.3083614 ], [ 120.0921867, 30.3081017 ], [ 120.0921981, 30.3080414 ], [ 120.0922846, 30.3075862 ], [ 120.0923243, 30.3073773 ], [ 120.0924568, 30.3066796 ], [ 120.0924879, 30.3065158 ], [ 120.0927487, 30.3051492 ], [ 120.0929721, 30.3040439 ], [ 120.0930417, 30.303493 ], [ 120.0930884, 30.3027246 ], [ 120.0930972, 30.3025803 ], [ 120.0930977, 30.3025723 ], [ 120.0930997, 30.3025145 ] ], [ [ 120.093292, 30.3025176 ], [ 120.0932854, 30.30257 ], [ 120.0932833, 30.3025914 ], [ 120.0932702, 30.3027244 ], [ 120.0932192, 30.3032422 ], [ 120.0931941, 30.3034965 ], [ 120.0931533, 30.303704 ], [ 120.0929688, 30.3046415 ], [ 120.0928626, 30.3051616 ], [ 120.0927505, 30.305801 ], [ 120.0926265, 30.3065084 ], [ 120.0926229, 30.3065291 ], [ 120.0923683, 30.3078715 ], [ 120.0923237, 30.3081066 ], [ 120.0923175, 30.3081393 ], [ 120.0922683, 30.308399 ], [ 120.0921149, 30.3092077 ] ], [ [ 120.0637223, 30.3087934 ], [ 120.0632533, 30.308618 ], [ 120.0626897, 30.3084088 ], [ 120.0624088, 30.3083046 ], [ 120.0619437, 30.3081327 ], [ 120.0615594, 30.3079906 ], [ 120.0599337, 30.3073088 ], [ 120.0596301, 30.3071878 ] ], [ [ 120.0638844, 30.3084293 ], [ 120.0640196, 30.3084771 ] ], [ [ 120.0638413, 30.3088344 ], [ 120.0637223, 30.3087934 ] ], [ [ 120.0919625, 30.3092787 ], [ 120.0919817, 30.3091814 ] ], [ [ 120.0921149, 30.3092077 ], [ 120.0920966, 30.3093058 ] ], [ [ 120.0738011, 30.3159654 ], [ 120.0738074, 30.3159459 ], [ 120.0739547, 30.3154226 ], [ 120.074029, 30.3151507 ], [ 120.0742449, 30.3145427 ], [ 120.0743652, 30.3142433 ], [ 120.0745032, 30.3137025 ], [ 120.07452, 30.3132308 ] ], [ [ 120.0751369, 30.3135124 ], [ 120.0750235, 30.3136628 ], [ 120.0750064, 30.3137079 ], [ 120.0749633, 30.3138217 ], [ 120.0749492, 30.3139805 ], [ 120.0749595, 30.3141411 ], [ 120.0749695, 30.3142456 ], [ 120.0749633, 30.3143686 ], [ 120.0749236, 30.3144574 ], [ 120.0748544, 30.3145739 ], [ 120.0747379, 30.3147478 ], [ 120.0746696, 30.3149032 ], [ 120.0744466, 30.3154501 ], [ 120.0742165, 30.3161328 ] ], [ [ 120.0832225, 30.3169016 ], [ 120.0819497, 30.3164522 ], [ 120.0814471, 30.3162292 ], [ 120.0813887, 30.3162051 ], [ 120.0806554, 30.3159027 ], [ 120.080088, 30.3156619 ], [ 120.0792033, 30.3152821 ], [ 120.0776637, 30.3145855 ], [ 120.0759331, 30.3138492 ], [ 120.0751369, 30.3135124 ] ], [ [ 120.0799397, 30.3151009 ], [ 120.0804423, 30.3153361 ], [ 120.0808493, 30.3155103 ], [ 120.0813448, 30.3157119 ], [ 120.0819925, 30.315993 ], [ 120.0825977, 30.3162313 ], [ 120.0827852, 30.3163291 ], [ 120.0829786, 30.3164693 ] ], [ [ 120.0817124, 30.3160082 ], [ 120.0823153, 30.3161985 ], [ 120.0829786, 30.3164693 ] ], [ [ 120.0832225, 30.3169016 ], [ 120.0827726, 30.3166977 ], [ 120.0824006, 30.3165549 ], [ 120.0820211, 30.3163976 ], [ 120.0814922, 30.3161196 ] ], [ [ 120.0901433, 30.3171618 ], [ 120.0903876, 30.3165429 ], [ 120.0904816, 30.316288 ], [ 120.0906229, 30.3158341 ], [ 120.0907754, 30.3154099 ], [ 120.0908681, 30.3149289 ], [ 120.0909611, 30.3144473 ], [ 120.0909823, 30.3143376 ], [ 120.0910582, 30.313885 ], [ 120.0910688, 30.3138216 ] ], [ [ 120.0911919, 30.313912 ], [ 120.0909961, 30.3149769 ], [ 120.0908919, 30.3154993 ], [ 120.0907311, 30.3159911 ], [ 120.0905298, 30.3165772 ], [ 120.0904963, 30.3166581 ], [ 120.0902736, 30.3171961 ] ], [ [ 120.07313, 30.3180534 ], [ 120.0732143, 30.3177911 ], [ 120.0738011, 30.3159654 ] ], [ [ 120.0735754, 30.3182495 ], [ 120.07377, 30.3176071 ], [ 120.0742165, 30.3161328 ] ], [ [ 120.0829786, 30.3164693 ], [ 120.0859162, 30.3176913 ] ], [ [ 120.085871, 30.3179884 ], [ 120.085705, 30.3179203 ], [ 120.0832225, 30.3169016 ] ], [ [ 120.0731652, 30.3181755 ], [ 120.07313, 30.3180534 ] ], [ [ 120.0732687, 30.3182285 ], [ 120.0732965, 30.318133 ] ], [ [ 120.0734391, 30.3181865 ], [ 120.0734051, 30.3182932 ] ], [ [ 120.0735248, 30.3183598 ], [ 120.0735754, 30.3182495 ] ], [ [ 120.0859162, 30.3176913 ], [ 120.0871383, 30.3182254 ], [ 120.0893133, 30.3191095 ] ], [ [ 120.0891803, 30.3194577 ], [ 120.0869883, 30.3184761 ], [ 120.085871, 30.3179884 ] ], [ [ 120.0893133, 30.3191095 ], [ 120.0894746, 30.3191885 ] ], [ [ 120.0891803, 30.3194577 ], [ 120.0893133, 30.3191095 ] ], [ [ 120.0894746, 30.3191885 ], [ 120.0893425, 30.3195154 ] ], [ [ 120.0893425, 30.3195154 ], [ 120.0891803, 30.3194577 ] ], [ [ 120.0212998, 30.3175856 ], [ 120.0213935, 30.3174426 ] ], [ [ 120.0215815, 30.317465 ], [ 120.0214902, 30.3176061 ] ], [ [ 120.0214902, 30.3176061 ], [ 120.0213291, 30.3178549 ], [ 120.0210571, 30.3182659 ], [ 120.020533, 30.319156 ] ], [ [ 120.0203013, 30.3191835 ], [ 120.0206838, 30.31854 ], [ 120.0208588, 30.3182601 ], [ 120.0211451, 30.3178217 ], [ 120.0212998, 30.3175856 ] ], [ [ 119.9117987, 30.2837249 ], [ 119.9087676, 30.2834806 ], [ 119.9083618, 30.2834231 ], [ 119.9080009, 30.2833519 ], [ 119.9076628, 30.2832509 ], [ 119.907377, 30.2831506 ], [ 119.9066724, 30.2827877 ], [ 119.9062176, 30.2824333 ], [ 119.9058064, 30.2819896 ], [ 119.9055831, 30.2817486 ], [ 119.9049944, 30.2805651 ], [ 119.9045114, 30.2791806 ], [ 119.903798, 30.2770435 ], [ 119.9035162, 30.2762956 ], [ 119.9032173, 30.2758132 ], [ 119.9029338, 30.2754371 ], [ 119.9024664, 30.2749373 ], [ 119.9019991, 30.2745809 ], [ 119.9012909, 30.2741799 ], [ 119.9007211, 30.2739297 ], [ 119.89723, 30.2727978 ], [ 119.8945109, 30.2719081 ], [ 119.8868294, 30.2693933 ], [ 119.8862725, 30.2692224 ], [ 119.8847018, 30.2687391 ], [ 119.8836934, 30.2684771 ], [ 119.8821849, 30.2682434 ], [ 119.881538, 30.2681599 ], [ 119.8807132, 30.2681215 ], [ 119.8792758, 30.2681384 ], [ 119.8771715, 30.2682374 ], [ 119.8756281, 30.2682455 ], [ 119.8749028, 30.2681441 ], [ 119.8741775, 30.2680426 ], [ 119.8734162, 30.2678961 ], [ 119.872645, 30.2677243 ], [ 119.8717124, 30.2674744 ], [ 119.8710002, 30.2672429 ] ], [ [ 119.9593775, 30.3089384 ], [ 119.959853, 30.3090425 ], [ 119.9605255, 30.3091453 ], [ 119.9610089, 30.3091836 ], [ 119.9618401, 30.3092219 ], [ 119.9631868, 30.309345 ], [ 119.9633835, 30.309363 ], [ 119.9643386, 30.3094275 ], [ 119.964968, 30.3094204 ], [ 119.9656676, 30.3093974 ], [ 119.9662323, 30.3094403 ], [ 119.9670281, 30.3096647 ], [ 119.9674856, 30.3097873 ], [ 119.9679558, 30.3099037 ] ], [ [ 119.9679467, 30.3101197 ], [ 119.9674759, 30.310132 ], [ 119.9671026, 30.3101717 ], [ 119.9668181, 30.31021 ], [ 119.9664469, 30.3102574 ], [ 119.9659841, 30.310282 ], [ 119.9654655, 30.310264 ], [ 119.9650619, 30.3102097 ], [ 119.9647894, 30.310161 ], [ 119.9645453, 30.3101062 ], [ 119.9640215, 30.3100148 ], [ 119.9632177, 30.3099203 ], [ 119.9623615, 30.3098401 ], [ 119.9610631, 30.3096615 ], [ 119.9598544, 30.3094582 ], [ 119.9594055, 30.3093524 ] ], [ [ 119.9670468, 30.3557064 ], [ 119.9666005, 30.3543969 ], [ 119.9664824, 30.3541094 ], [ 119.9660277, 30.3527252 ], [ 119.9658676, 30.3518719 ], [ 119.9658504, 30.3517156 ], [ 119.9658296, 30.3514649 ], [ 119.9658152, 30.3509689 ], [ 119.9658309, 30.3505291 ], [ 119.9662125, 30.3460037 ], [ 119.9662576, 30.3454671 ], [ 119.9663155, 30.3448369 ], [ 119.9663359, 30.3446059 ], [ 119.9663506, 30.3444397 ], [ 119.9664342, 30.3434933 ], [ 119.9665409, 30.3422856 ], [ 119.9667519, 30.3398967 ], [ 119.9668083, 30.3392769 ], [ 119.966829, 30.3390499 ], [ 119.9668598, 30.3387119 ], [ 119.9670006, 30.337242 ] ], [ [ 119.8189173, 30.3317583 ], [ 119.8193806, 30.3318674 ], [ 119.8205727, 30.3321691 ], [ 119.8216308, 30.3324749 ], [ 119.8226075, 30.3326856 ], [ 119.8242065, 30.3330575 ], [ 119.8257721, 30.3334997 ], [ 119.827218, 30.3338261 ], [ 119.827252, 30.3338348 ], [ 119.8289319, 30.3342641 ], [ 119.8304736, 30.3346691 ], [ 119.8319003, 30.3350575 ], [ 119.8333797, 30.3355368 ], [ 119.8343133, 30.3358963 ], [ 119.8354288, 30.3363343 ], [ 119.8362379, 30.336731 ], [ 119.837229, 30.3371731 ], [ 119.8379423, 30.3375202 ], [ 119.8384508, 30.337811 ], [ 119.8394309, 30.3384249 ], [ 119.8403084, 30.3388833 ] ], [ [ 119.8402555, 30.3389612 ], [ 119.8393316, 30.3385177 ], [ 119.8383446, 30.3378724 ], [ 119.8379158, 30.337631 ], [ 119.8372451, 30.337322 ], [ 119.8359361, 30.336672 ], [ 119.8353728, 30.3364081 ], [ 119.8346325, 30.336121 ], [ 119.8338009, 30.3357969 ], [ 119.8325671, 30.3353663 ], [ 119.8314405, 30.3350375 ], [ 119.8302656, 30.3347134 ], [ 119.829257, 30.3344541 ], [ 119.8274169, 30.3339772 ], [ 119.827238, 30.3339381 ], [ 119.8262743, 30.3337272 ], [ 119.8250243, 30.3334216 ], [ 119.824123, 30.333153 ], [ 119.8231949, 30.3329585 ], [ 119.8225083, 30.3327687 ], [ 119.8215963, 30.3325835 ], [ 119.8207486, 30.3323196 ], [ 119.8197562, 30.3320556 ], [ 119.8188129, 30.3318381 ] ], [ [ 119.802015496947263, 30.327245072630735 ], [ 119.8020506, 30.3272494 ], [ 119.8026888, 30.3273983 ], [ 119.8034831, 30.3276323 ], [ 119.8038413, 30.3277543 ], [ 119.8043611, 30.328051 ], [ 119.8064702, 30.3293364 ], [ 119.8065937, 30.3294074 ] ], [ [ 119.8064598, 30.3294556 ], [ 119.8063471, 30.3293839 ], [ 119.8042414, 30.328106 ], [ 119.8038825, 30.3279345 ], [ 119.8033602, 30.3276823 ], [ 119.8027528, 30.3274962 ], [ 119.8023246, 30.3274097 ], [ 119.8020488590615, 30.327375051923958 ] ], [ [ 119.8159402, 30.3311246 ], [ 119.8145631, 30.3307915 ], [ 119.8141192, 30.3306836 ], [ 119.8134205, 30.3305137 ], [ 119.8125889, 30.3303702 ], [ 119.8119076, 30.3302822 ], [ 119.8111244, 30.3302452 ], [ 119.8104323, 30.3302174 ], [ 119.8090268, 30.3302266 ], [ 119.8083669, 30.3301896 ], [ 119.8077071, 30.3300368 ], [ 119.8070606, 30.3297729 ], [ 119.8067504, 30.329627 ], [ 119.8064598, 30.3294556 ] ], [ [ 119.8065937, 30.3294074 ], [ 119.807088, 30.3296485 ], [ 119.8077945, 30.3299541 ], [ 119.8085461, 30.3300988 ], [ 119.8095084, 30.3301194 ], [ 119.8108633, 30.3301153 ], [ 119.8117778, 30.330169 ], [ 119.8126779, 30.3302723 ], [ 119.8136976, 30.330479 ], [ 119.8141899, 30.3305965 ], [ 119.8149616, 30.3307806 ], [ 119.8172213, 30.3313591 ], [ 119.8189173, 30.3317583 ] ], [ [ 119.8188129, 30.3318381 ], [ 119.8176478, 30.3315694 ], [ 119.8162476, 30.331199 ], [ 119.8159402, 30.3311246 ] ], [ [ 119.8403084, 30.3388833 ], [ 119.841162, 30.3394483 ], [ 119.8424089, 30.3402908 ], [ 119.8428856, 30.3406107 ], [ 119.8435567, 30.3410609 ], [ 119.8440295, 30.3414031 ], [ 119.8448684, 30.3418836 ], [ 119.8458483, 30.3424298 ], [ 119.8464927, 30.342749 ], [ 119.8477358, 30.3434204 ], [ 119.8483192, 30.3437758 ], [ 119.8487158, 30.3440653 ], [ 119.8490978, 30.3444538 ], [ 119.849359, 30.3447185 ], [ 119.8495483, 30.3449638 ], [ 119.8496952, 30.3451542 ], [ 119.8499294, 30.3455655 ], [ 119.8499926, 30.3456873 ] ], [ [ 119.8499825, 30.3459182 ], [ 119.849785, 30.3455364 ], [ 119.8497437, 30.3454565 ], [ 119.8495471, 30.345143 ], [ 119.8494579, 30.3450247 ], [ 119.84929, 30.3448087 ], [ 119.8489659, 30.3444566 ], [ 119.8485846, 30.3441045 ], [ 119.8482681, 30.3438577 ], [ 119.8478753, 30.3436109 ], [ 119.8471089, 30.3432061 ], [ 119.8457662, 30.3424928 ], [ 119.844305, 30.3416558 ], [ 119.8436897, 30.3413092 ], [ 119.8428493, 30.3407145 ], [ 119.8425746, 30.3405201 ], [ 119.8415491, 30.3398379 ], [ 119.8405322, 30.3391409 ], [ 119.8402555, 30.3389612 ] ], [ [ 119.8499926, 30.3456873 ], [ 119.8503161, 30.3458488 ], [ 119.8505543, 30.3458723 ], [ 119.8507653, 30.3458253 ], [ 119.8509659, 30.3457117 ] ], [ [ 119.8499926, 30.3456873 ], [ 119.8501728, 30.3458979 ], [ 119.8503657, 30.3460348 ], [ 119.8506481, 30.3461892 ], [ 119.8508019, 30.3462235 ] ], [ [ 119.8507564, 30.3464295 ], [ 119.8506018, 30.3463675 ], [ 119.8503636, 30.3462588 ], [ 119.8501186, 30.3460738 ], [ 119.8499825, 30.3459182 ] ], [ [ 119.8508019, 30.3462235 ], [ 119.8509462, 30.3462455 ] ], [ [ 119.8509126, 30.3464349 ], [ 119.8507564, 30.3464295 ] ], [ [ 119.8507952, 30.3475916 ], [ 119.8499825, 30.3459182 ] ], [ [ 120.066245, 30.3555419 ], [ 120.0662992, 30.3554809 ] ], [ [ 120.0664005, 30.3555838 ], [ 120.066334, 30.3556277 ] ], [ [ 120.0554006, 30.361196 ], [ 120.0562108, 30.3611877 ], [ 120.0575194, 30.3611692 ], [ 120.0582185, 30.3611182 ], [ 120.0586181, 30.3610541 ], [ 120.0590514, 30.3609816 ], [ 120.0598053, 30.3608068 ], [ 120.0605026, 30.3605777 ], [ 120.0611376, 30.3603079 ], [ 120.0615519, 30.3600831 ], [ 120.0621021, 30.3597543 ], [ 120.0627306, 30.3593009 ], [ 120.0631487, 30.3589259 ], [ 120.0635416, 30.358517 ], [ 120.0644314, 30.3575089 ], [ 120.065201, 30.3566702 ], [ 120.0657816, 30.3560383 ], [ 120.066245, 30.3555419 ] ], [ [ 120.066334, 30.3556277 ], [ 120.0660355, 30.3559538 ], [ 120.0655593, 30.3564439 ], [ 120.0645528, 30.3575957 ], [ 120.0636852, 30.3585664 ], [ 120.0633895, 30.3588921 ], [ 120.0631059, 30.3591496 ], [ 120.0627814, 30.3594409 ], [ 120.0624224, 30.359688 ], [ 120.0619897, 30.3599722 ], [ 120.061633, 30.3601809 ], [ 120.0612831, 30.3603846 ], [ 120.0608466, 30.3605807 ], [ 120.060251, 30.3607961 ], [ 120.0597644, 30.3609636 ], [ 120.0591677, 30.3610942 ], [ 120.0586671, 30.3611887 ], [ 120.0582234, 30.3612504 ], [ 120.0575298, 30.3613048 ], [ 120.05742, 30.3613134 ], [ 120.0569806, 30.3613171 ], [ 120.0553981, 30.3613085 ] ], [ [ 120.0374934, 30.3543627 ], [ 120.0415081, 30.3542126 ], [ 120.0436407, 30.3542029 ], [ 120.0457782, 30.354083 ], [ 120.0471997, 30.3540923 ], [ 120.0482458, 30.3542751 ], [ 120.0491507, 30.3545167 ], [ 120.0494967, 30.3547481 ], [ 120.0498708, 30.3549589 ], [ 120.0502087, 30.3552042 ], [ 120.050595, 30.3555885 ], [ 120.0509597, 30.3560236 ], [ 120.0512602, 30.3565837 ], [ 120.0514425, 30.3571391 ], [ 120.0515445, 30.3576854 ], [ 120.0515981, 30.3583519 ], [ 120.0516142, 30.3589074 ], [ 120.0516035, 30.3599674 ], [ 120.0515448, 30.3612099 ] ], [ [ 120.0513407, 30.3612061 ], [ 120.0513286, 30.3605551 ], [ 120.051342, 30.359664 ], [ 120.0513394, 30.3591595 ], [ 120.0513447, 30.3588054 ], [ 120.0513313, 30.3583564 ], [ 120.0513152, 30.3580717 ], [ 120.0512723, 30.3576134 ], [ 120.0511865, 30.3571783 ], [ 120.0510872, 30.356896 ], [ 120.050988, 30.3566367 ], [ 120.0507037, 30.3561183 ], [ 120.0503094, 30.3556415 ], [ 120.0497729, 30.3551879 ], [ 120.0492767, 30.3549217 ], [ 120.0488717, 30.3547689 ], [ 120.0481544, 30.3544355 ], [ 120.0469421, 30.3543156 ], [ 120.0436207, 30.3543633 ], [ 120.0429946, 30.3543723 ], [ 120.0422653, 30.3543876 ], [ 120.0397228, 30.3544578 ], [ 120.0386224, 30.3545145 ], [ 120.0375011, 30.3545582 ] ], [ [ 120.027813, 30.3587785 ], [ 120.0278494, 30.3588525 ] ], [ [ 120.0292005, 30.3623451 ], [ 120.0283229, 30.3603589 ], [ 120.0271878, 30.3581323 ] ], [ [ 120.0278494, 30.3588525 ], [ 120.0293415, 30.3623007 ] ], [ [ 120.0374752, 30.3612731 ], [ 120.038608, 30.3612667 ], [ 120.0400599, 30.3612554 ], [ 120.0417885, 30.3612595 ], [ 120.0425887, 30.3612553 ], [ 120.0428963, 30.3612549 ], [ 120.0432267, 30.3612529 ] ], [ [ 120.0513407, 30.3612061 ], [ 120.0515448, 30.3612099 ] ], [ [ 120.0515448, 30.3612099 ], [ 120.0527465, 30.3612208 ], [ 120.0536514, 30.3612092 ], [ 120.0554006, 30.361196 ] ], [ [ 120.0475972, 30.3612272 ], [ 120.0494281, 30.3612258 ], [ 120.0495731, 30.3612257 ], [ 120.0500887, 30.361232 ], [ 120.0513407, 30.3612061 ] ], [ [ 120.0474487, 30.3612273 ], [ 120.0475972, 30.3612272 ] ], [ [ 120.0434564, 30.3612496 ], [ 120.0448535, 30.3612299 ], [ 120.0454094, 30.3612293 ], [ 120.0474487, 30.3612273 ] ], [ [ 120.0432267, 30.3612529 ], [ 120.0434564, 30.3612496 ] ], [ [ 120.0515448, 30.3612099 ], [ 120.0515439, 30.3613259 ] ], [ [ 120.0513445, 30.3613337 ], [ 120.0513407, 30.3612061 ] ], [ [ 120.0553981, 30.3613085 ], [ 120.0538193, 30.3613107 ], [ 120.0530469, 30.3613133 ], [ 120.0515439, 30.3613259 ] ], [ [ 120.0434564, 30.3612496 ], [ 120.043457, 30.3613856 ] ], [ [ 120.0432256, 30.3613865 ], [ 120.0432267, 30.3612529 ] ], [ [ 120.0515439, 30.3613259 ], [ 120.0513445, 30.3613337 ] ], [ [ 120.0513445, 30.3613337 ], [ 120.0501053, 30.3613471 ], [ 120.0496181, 30.3613545 ], [ 120.0493532, 30.3613539 ], [ 120.0475636, 30.3613527 ] ], [ [ 120.0475636, 30.3613527 ], [ 120.0474488, 30.3613526 ] ], [ [ 120.0432256, 30.3613865 ], [ 120.0428956, 30.3613826 ], [ 120.0425803, 30.3613823 ], [ 120.0422642, 30.3613823 ], [ 120.0413768, 30.3613964 ], [ 120.0404535, 30.3613915 ], [ 120.0398979, 30.3613886 ], [ 120.0385453, 30.3613854 ], [ 120.0374749, 30.3613858 ] ], [ [ 120.0293415, 30.3623007 ], [ 120.0296517, 30.3622032 ], [ 120.0307688, 30.3619648 ], [ 120.0318603, 30.3617739 ], [ 120.0324533, 30.3616858 ], [ 120.0327468, 30.3616447 ], [ 120.033462, 30.3615513 ], [ 120.0346821, 30.361415 ], [ 120.0358708, 30.3613356 ], [ 120.0363128, 30.3613086 ], [ 120.0364609, 30.3612995 ], [ 120.0374752, 30.3612731 ] ], [ [ 120.0374749, 30.3613858 ], [ 120.0364681, 30.3614289 ], [ 120.0363801, 30.3614327 ], [ 120.0356483, 30.3614752 ], [ 120.0346028, 30.361559 ], [ 120.0338189, 30.3616527 ], [ 120.0328728, 30.3617734 ], [ 120.0327742, 30.3617872 ], [ 120.0324595, 30.3618289 ], [ 120.031858, 30.3619144 ], [ 120.0316154, 30.3619556 ], [ 120.0308115, 30.3621157 ], [ 120.029742, 30.3623388 ], [ 120.029398, 30.3624432 ] ], [ [ 120.0474488, 30.3613526 ], [ 120.0463884, 30.3613571 ], [ 120.0448357, 30.3613637 ], [ 120.043457, 30.3613856 ] ], [ [ 120.043457, 30.3613856 ], [ 120.0432256, 30.3613865 ] ], [ [ 120.0515439, 30.3613259 ], [ 120.0515555, 30.3631816 ], [ 120.0515637, 30.3645063 ] ], [ [ 120.0513394, 30.3645022 ], [ 120.0513413, 30.3633212 ], [ 120.0513445, 30.3613337 ] ], [ [ 120.043457, 30.3613856 ], [ 120.0434729, 30.3621414 ], [ 120.0434828, 30.3626156 ], [ 120.0435806, 30.3639053 ], [ 120.0436163, 30.3644916 ] ], [ [ 120.043438, 30.364494 ], [ 120.0432881, 30.3625738 ], [ 120.0432256, 30.3613865 ] ], [ [ 120.0292005, 30.3623451 ], [ 120.0293415, 30.3623007 ] ], [ [ 120.0293415, 30.3623007 ], [ 120.029398, 30.3624432 ] ], [ [ 120.0292638, 30.3624884 ], [ 120.0292005, 30.3623451 ] ], [ [ 120.029398, 30.3624432 ], [ 120.0292638, 30.3624884 ] ], [ [ 120.029398, 30.3624432 ], [ 120.0295052, 30.3626703 ], [ 120.0299817, 30.3636912 ], [ 120.0300214, 30.3637764 ], [ 120.0302733, 30.3642792 ], [ 120.0306771, 30.365128 ] ], [ [ 120.030497, 30.3651316 ], [ 120.0302725, 30.3646386 ], [ 120.0298452, 30.3637221 ], [ 120.0293769, 30.3627293 ], [ 120.0292638, 30.3624884 ] ], [ [ 120.0305413, 30.3652321 ], [ 120.030497, 30.3651316 ] ], [ [ 120.0436163, 30.3644916 ], [ 120.043726, 30.3666504 ], [ 120.0437383, 30.3672122 ] ], [ [ 120.0513262, 30.3672022 ], [ 120.0513276, 30.3670778 ], [ 120.0513394, 30.3645022 ] ], [ [ 120.0515637, 30.3645063 ], [ 120.0515674, 30.3653689 ], [ 120.0515739, 30.3668963 ], [ 120.0515814, 30.3670761 ], [ 120.051582, 30.3672012 ] ], [ [ 120.0435663, 30.3672143 ], [ 120.0435463, 30.3666378 ], [ 120.0435314, 30.3663428 ], [ 120.043438, 30.364494 ] ], [ [ 120.0306771, 30.365128 ], [ 120.0312515, 30.3663354 ], [ 120.0315224, 30.366895 ], [ 120.0318207, 30.36754 ], [ 120.0318505, 30.3676152 ] ], [ [ 120.0316622, 30.3676499 ], [ 120.0316359, 30.3675791 ], [ 120.031282, 30.366831 ], [ 120.0310622, 30.3663664 ], [ 120.0305413, 30.3652321 ] ], [ [ 120.051582, 30.3672012 ], [ 120.0515826, 30.3673342 ] ], [ [ 120.0513211, 30.3673348 ], [ 120.0513262, 30.3672022 ] ], [ [ 120.0437383, 30.3672122 ], [ 120.0437399, 30.3673497 ] ], [ [ 120.0435665, 30.3673535 ], [ 120.0435663, 30.3672143 ] ], [ [ 120.0513205, 30.3674336 ], [ 120.0513211, 30.3673348 ] ], [ [ 120.0318505, 30.3676152 ], [ 120.0318981, 30.3677519 ] ], [ [ 120.0317101, 30.3677885 ], [ 120.0316622, 30.3676499 ] ], [ [ 120.0318981, 30.3677519 ], [ 120.0319418, 30.3678759 ], [ 120.0320079, 30.3680622 ], [ 120.0321949, 30.3685135 ], [ 120.0323204, 30.3688259 ], [ 120.0324348, 30.3691109 ], [ 120.0325765, 30.3694257 ], [ 120.0327605, 30.369782 ], [ 120.0329039, 30.370031 ], [ 120.0332065, 30.3704855 ], [ 120.0334406, 30.3708194 ], [ 120.0338418, 30.3713341 ], [ 120.0339348, 30.3715458 ] ], [ [ 120.0339348, 30.3715458 ], [ 120.0337262, 30.3714178 ], [ 120.03332, 30.3709007 ], [ 120.0330003, 30.3704417 ], [ 120.0326732, 30.3699117 ], [ 120.0323824, 30.369369 ], [ 120.0320136, 30.3685509 ], [ 120.0318207, 30.3680913 ], [ 120.0317507, 30.3679076 ], [ 120.0317101, 30.3677885 ] ], [ [ 120.0437399, 30.3673497 ], [ 120.0437072, 30.3680896 ], [ 120.0436151, 30.3694166 ], [ 120.0435697, 30.3701793 ], [ 120.0434814, 30.3713285 ] ], [ [ 120.0434058, 30.371326 ], [ 120.0434958, 30.3701671 ], [ 120.0435318, 30.3694232 ], [ 120.0435769, 30.3680841 ], [ 120.0435665, 30.3673535 ] ], [ [ 120.0515826, 30.3673342 ], [ 120.0515823, 30.3674379 ], [ 120.05159, 30.3684425 ], [ 120.051592, 30.3690831 ], [ 120.0516276, 30.3696996 ], [ 120.0517445, 30.3704882 ], [ 120.0518016, 30.3709187 ], [ 120.0519247, 30.3713768 ], [ 120.0520248, 30.3717033 ], [ 120.0522012, 30.3721854 ], [ 120.0522934, 30.3723848 ], [ 120.0525395, 30.372883 ], [ 120.0527516, 30.3732618 ] ], [ [ 119.9680909, 30.3580306 ], [ 119.9681408, 30.3581815 ] ], [ [ 119.9679303, 30.3581833 ], [ 119.9678766, 30.3580345 ] ], [ [ 119.9687806, 30.3643617 ], [ 119.9687715, 30.3636227 ], [ 119.9687335, 30.3624794 ], [ 119.9687098, 30.361584 ], [ 119.9686741, 30.3611312 ], [ 119.968591, 30.360578 ], [ 119.9684771, 30.3599592 ], [ 119.9683536, 30.359449 ], [ 119.9681992, 30.3589388 ], [ 119.9679303, 30.3581833 ] ], [ [ 119.9681408, 30.3581815 ], [ 119.968463, 30.3591176 ], [ 119.9686544, 30.3597435 ], [ 119.9687433, 30.360225 ], [ 119.9687685, 30.3603755 ], [ 119.9688027, 30.3605794 ], [ 119.968881, 30.361106 ], [ 119.9689333, 30.36194 ], [ 119.9689475, 30.3630177 ], [ 119.968976, 30.3642307 ], [ 119.9690116, 30.3657448 ], [ 119.9690496, 30.3673634 ] ], [ [ 119.9688854, 30.3689574 ], [ 119.9688736, 30.3685831 ], [ 119.9688522, 30.3673681 ], [ 119.9688095, 30.3658786 ], [ 119.9687858, 30.3647824 ], [ 119.9687806, 30.3643617 ] ], [ [ 119.9690496, 30.3673634 ], [ 119.9690876, 30.3689553 ] ], [ [ 119.9690876, 30.3689553 ], [ 119.9690923, 30.3691167 ] ], [ [ 119.9688906, 30.3691169 ], [ 119.9688854, 30.3689574 ] ], [ [ 119.9690923, 30.3691167 ], [ 119.9691256, 30.3703998 ], [ 119.9691565, 30.371793 ], [ 119.969179, 30.3723411 ] ], [ [ 119.9689573, 30.3723419 ], [ 119.9689401, 30.3715846 ], [ 119.9689235, 30.3703451 ], [ 119.9689045, 30.369544 ], [ 119.9688906, 30.3691169 ] ], [ [ 119.969179, 30.3723411 ], [ 119.9691945, 30.3731226 ], [ 119.9692159, 30.3744072 ], [ 119.9692515, 30.3760605 ], [ 119.9692736, 30.3769463 ] ], [ [ 119.9691036, 30.3779095 ], [ 119.9690636, 30.3770895 ], [ 119.9690398, 30.3758828 ], [ 119.9690277, 30.3751378 ], [ 119.9690161, 30.3744262 ], [ 119.968971, 30.3729429 ], [ 119.9689573, 30.3723419 ] ], [ [ 119.9692736, 30.3769463 ], [ 119.9692847, 30.3773941 ], [ 119.9693191, 30.3778988 ] ], [ [ 120.0683069, 30.3532673 ], [ 120.0684077, 30.3531662 ], [ 120.06847, 30.3531036 ], [ 120.0687777, 30.3527602 ], [ 120.0694046, 30.3520597 ], [ 120.0702964, 30.3510925 ] ], [ [ 120.0682125, 30.3533605 ], [ 120.0683069, 30.3532673 ] ], [ [ 120.0684167, 30.3533863 ], [ 120.0682951, 30.3534916 ] ], [ [ 120.0662992, 30.3554809 ], [ 120.0671944, 30.3544903 ], [ 120.0682125, 30.3533605 ] ], [ [ 120.0682951, 30.3534916 ], [ 120.0674585, 30.3543991 ], [ 120.0664005, 30.3555838 ] ], [ [ 120.085026, 30.3523866 ], [ 120.084968, 30.3524597 ] ], [ [ 120.0762541, 30.3600796 ], [ 120.0764199, 30.3599251 ], [ 120.0780616, 30.3583954 ], [ 120.0794525, 30.357069 ], [ 120.07988, 30.3566612 ], [ 120.0805536, 30.3560262 ], [ 120.0823176, 30.3545792 ], [ 120.0824295, 30.354474 ], [ 120.0829687, 30.3539674 ], [ 120.083326, 30.353668 ], [ 120.0839557, 30.3531207 ], [ 120.0842999, 30.3528057 ], [ 120.084694, 30.3523045 ] ], [ [ 120.084968, 30.3524597 ], [ 120.0848747, 30.3525921 ], [ 120.084505, 30.353003 ], [ 120.0840742, 30.3534111 ], [ 120.0835227, 30.3538509 ], [ 120.0824701, 30.3547921 ], [ 120.0820764, 30.3551174 ], [ 120.0806694, 30.3562802 ], [ 120.0803032, 30.3566354 ], [ 120.0801005, 30.3568319 ], [ 120.0782505, 30.35856 ], [ 120.0773273, 30.3594769 ], [ 120.0766921, 30.3600635 ], [ 120.0765016, 30.3602394 ] ], [ [ 120.0761302, 30.3601934 ], [ 120.0762541, 30.3600796 ] ], [ [ 120.0765016, 30.3602394 ], [ 120.0764302, 30.3603603 ] ], [ [ 120.0736652, 30.3623884 ], [ 120.0739051, 30.3621817 ], [ 120.0754742, 30.3608158 ], [ 120.0756915, 30.3606098 ], [ 120.0761302, 30.3601934 ] ], [ [ 120.0764302, 30.3603603 ], [ 120.0760059, 30.3607298 ], [ 120.0759081, 30.3608258 ], [ 120.0756581, 30.3610426 ], [ 120.0739667, 30.3625426 ], [ 120.073595, 30.3628676 ], [ 120.0733125, 30.3630688 ], [ 120.0731046, 30.3631905 ], [ 120.0717613, 30.3638722 ], [ 120.0707108, 30.3642495 ] ], [ [ 120.0735952, 30.3624487 ], [ 120.0736652, 30.3623884 ] ], [ [ 120.0705878, 30.3641443 ], [ 120.0710634, 30.3638224 ], [ 120.0716535, 30.3635702 ], [ 120.0725859, 30.363118 ], [ 120.0730636, 30.3628193 ], [ 120.0735222, 30.3625116 ], [ 120.0735952, 30.3624487 ] ], [ [ 120.0594448, 30.3789119 ], [ 120.0602277, 30.379374 ] ], [ [ 120.0524856, 30.3733732 ], [ 120.0520229, 30.3724846 ], [ 120.0519073, 30.3722182 ], [ 120.0516678, 30.3715956 ], [ 120.0515177, 30.3709686 ], [ 120.0513734, 30.369896 ], [ 120.051296, 30.3684329 ], [ 120.0513205, 30.3674336 ] ], [ [ 120.0433973, 30.3714495 ], [ 120.0434058, 30.371326 ] ], [ [ 120.0434814, 30.3713285 ], [ 120.0434685, 30.3714516 ] ], [ [ 120.0350028, 30.3731119 ], [ 120.034893, 30.3729019 ] ], [ [ 120.034893, 30.3729019 ], [ 120.0347383, 30.3725841 ] ], [ [ 120.0347383, 30.3725841 ], [ 120.0344933, 30.3722014 ] ], [ [ 120.0344933, 30.3722014 ], [ 120.0339348, 30.3715458 ] ], [ [ 120.0432775, 30.3733674 ], [ 120.0433106, 30.3725998 ], [ 120.0433214, 30.3723494 ], [ 120.0433973, 30.3714495 ] ], [ [ 120.0434685, 30.3714516 ], [ 120.0434247, 30.3721433 ], [ 120.043412, 30.3723446 ], [ 120.0433479, 30.373383 ] ], [ [ 120.0527516, 30.3732618 ], [ 120.0531537, 30.3738643 ], [ 120.0536741, 30.3745324 ], [ 120.053945, 30.3748301 ], [ 120.0540821, 30.3749793 ] ], [ [ 120.0537854, 30.3750519 ], [ 120.053086, 30.3742698 ], [ 120.0524856, 30.3733732 ] ], [ [ 120.0433819, 30.3753645 ], [ 120.0433711, 30.3752977 ], [ 120.043353, 30.3751196 ], [ 120.0432496, 30.3739445 ], [ 120.0432775, 30.3733674 ] ], [ [ 120.0433479, 30.373383 ], [ 120.0433375, 30.3739238 ], [ 120.0433763, 30.3746029 ], [ 120.0434582, 30.3753626 ] ], [ [ 120.0540821, 30.3749793 ], [ 120.0541497, 30.3750453 ] ], [ [ 120.0538452, 30.3751196 ], [ 120.0537854, 30.3750519 ] ], [ [ 120.0541497, 30.3750453 ], [ 120.054724, 30.3755871 ], [ 120.0554128, 30.3760897 ], [ 120.0576271, 30.3776253 ], [ 120.058485, 30.3782202 ], [ 120.0594448, 30.3789119 ] ], [ [ 120.0434582, 30.3753626 ], [ 120.0435973, 30.3763436 ], [ 120.0437382, 30.3770855 ], [ 120.0438661, 30.3779003 ], [ 120.0441514, 30.3797544 ], [ 120.0442025, 30.3800867 ] ], [ [ 120.0443821, 30.381047 ], [ 120.0441632, 30.3803591 ], [ 120.0440912, 30.3798773 ], [ 120.0437932, 30.3778822 ], [ 120.043661, 30.3770807 ], [ 120.0435278, 30.3763463 ], [ 120.0433911, 30.375421 ], [ 120.0433819, 30.3753645 ] ], [ [ 120.0442025, 30.3800867 ], [ 120.0443098, 30.3805707 ], [ 120.0444655, 30.381014 ] ], [ [ 120.0444655, 30.381014 ], [ 120.0445015, 30.3811021 ] ], [ [ 120.044424, 30.3811311 ], [ 120.0443821, 30.381047 ] ], [ [ 120.0445015, 30.3811021 ], [ 120.044783, 30.3814874 ], [ 120.0449091, 30.3816611 ], [ 120.0450749, 30.3818406 ], [ 120.045466, 30.3822108 ], [ 120.0458713, 30.3825411 ], [ 120.0479512, 30.3840882 ] ], [ [ 120.0479545, 30.3841567 ], [ 120.0458404, 30.3825679 ], [ 120.0454239, 30.3822506 ], [ 120.0452816, 30.3821177 ], [ 120.0449899, 30.3818649 ], [ 120.0448039, 30.3816463 ], [ 120.044544, 30.3813174 ], [ 120.044424, 30.3811311 ] ], [ [ 120.0479512, 30.3840882 ], [ 120.0488213, 30.3847457 ], [ 120.0490915, 30.3849499 ], [ 120.0492811, 30.3850905 ], [ 120.0499463, 30.385548 ], [ 120.0502655, 30.3857777 ], [ 120.0505003, 30.3859424 ], [ 120.0518186, 30.3869252 ], [ 120.0524098, 30.3873909 ], [ 120.0532623, 30.388047 ], [ 120.0542155, 30.3887818 ], [ 120.0557513, 30.3899168 ], [ 120.0565914, 30.3905971 ], [ 120.0572353, 30.3911325 ], [ 120.0582937, 30.3920817 ], [ 120.0588955, 30.3926934 ], [ 120.0592683, 30.3930844 ], [ 120.0596167, 30.3934935 ], [ 120.0597541, 30.3936442 ] ], [ [ 120.0596846, 30.393686 ], [ 120.0595425, 30.393545 ], [ 120.0584105, 30.3923264 ], [ 120.0572347, 30.3912519 ], [ 120.0567698, 30.390852 ], [ 120.0551484, 30.3895869 ], [ 120.0541673, 30.38886 ], [ 120.05314, 30.388077 ], [ 120.052341, 30.3874494 ], [ 120.0517435, 30.3869947 ], [ 120.0504198, 30.3859875 ], [ 120.0501502, 30.3857846 ], [ 120.0498068, 30.3855313 ], [ 120.0492449, 30.3851159 ], [ 120.0490749, 30.3849909 ], [ 120.0479545, 30.3841567 ] ], [ [ 120.0599627, 30.3940191 ], [ 120.0596846, 30.393686 ] ], [ [ 120.0597541, 30.3936442 ], [ 120.0598405, 30.3937468 ], [ 120.0618258, 30.3962773 ], [ 120.0621612, 30.3967275 ] ], [ [ 120.0650065, 30.4007685 ], [ 120.0634947, 30.398752 ], [ 120.0620068, 30.3966971 ], [ 120.0599627, 30.3940191 ] ], [ [ 120.0621612, 30.3967275 ], [ 120.0636357, 30.398707 ], [ 120.0650887, 30.400725 ] ], [ [ 120.0594448, 30.3789119 ], [ 120.0620482, 30.3806982 ], [ 120.0624424, 30.380979 ], [ 120.0658821, 30.3833783 ], [ 120.0679207, 30.384807 ], [ 120.0699789, 30.3862308 ], [ 120.0719565, 30.3876251 ], [ 120.0728301, 30.3882116 ], [ 120.0738085, 30.3888854 ], [ 120.0759848, 30.3903476 ], [ 120.0780444, 30.3918203 ], [ 120.0788775, 30.392396 ], [ 120.0803305, 30.3933905 ], [ 120.0816627, 30.3943866 ], [ 120.0823252, 30.3948591 ], [ 120.0838687, 30.3958567 ], [ 120.0847031, 30.3964377 ], [ 120.0860136, 30.3972016 ], [ 120.08717, 30.397783 ], [ 120.0882905, 30.398285 ], [ 120.0893314, 30.3986693 ], [ 120.0904537, 30.3990402 ], [ 120.0914391, 30.3993005 ], [ 120.0924991, 30.3995505 ], [ 120.0932192, 30.399675 ], [ 120.0935794, 30.3997333 ], [ 120.0945039, 30.3998555 ], [ 120.0959614, 30.399983 ], [ 120.0968824, 30.4000242 ], [ 120.0971087, 30.4000231 ] ], [ [ 120.0860114, 30.3975672 ], [ 120.0854889, 30.3972854 ], [ 120.0844004, 30.3966241 ], [ 120.08352, 30.3960498 ], [ 120.0829283, 30.3956843 ], [ 120.0821342, 30.3950747 ], [ 120.0813416, 30.3944955 ], [ 120.0794493, 30.3931545 ], [ 120.0788175, 30.3927067 ], [ 120.0778077, 30.3920248 ], [ 120.0755435, 30.3904935 ], [ 120.0750952, 30.3901871 ], [ 120.0736847, 30.3892058 ], [ 120.0726985, 30.3885087 ], [ 120.0703509, 30.3867998 ], [ 120.0687707, 30.385716 ], [ 120.0675109, 30.3848308 ], [ 120.0662439, 30.3839686 ], [ 120.0658906, 30.3837282 ], [ 120.0642606, 30.3825815 ], [ 120.0627056, 30.381467 ], [ 120.0615445, 30.3806697 ], [ 120.0598308, 30.3796168 ], [ 120.0591931, 30.3791775 ], [ 120.0584705, 30.3786876 ], [ 120.0577639, 30.3781803 ], [ 120.0577215, 30.3781499 ], [ 120.0570991, 30.377703 ], [ 120.0566691, 30.3773884 ], [ 120.0557713, 30.3767315 ], [ 120.0551417, 30.3762948 ], [ 120.0544491, 30.3757222 ], [ 120.0538452, 30.3751196 ] ], [ [ 120.0650887, 30.400725 ], [ 120.0686578, 30.4055352 ], [ 120.0691811, 30.4062168 ], [ 120.0702013, 30.4076133 ], [ 120.0716804, 30.4096331 ], [ 120.0725227, 30.4109903 ], [ 120.0727296, 30.4113261 ], [ 120.0731439, 30.4120333 ], [ 120.0736711, 30.4129789 ], [ 120.0744874, 30.4144431 ], [ 120.0751274, 30.4155911 ], [ 120.0758142, 30.4168413 ], [ 120.0760121, 30.4171976 ], [ 120.0764153, 30.4179253 ], [ 120.0770729, 30.4190912 ], [ 120.0773711, 30.4196324 ], [ 120.0775744, 30.4200018 ], [ 120.077914, 30.4206187 ], [ 120.0780034, 30.4207843 ], [ 120.0787393, 30.4220806 ], [ 120.0789541, 30.422487 ], [ 120.0792395, 30.4229851 ], [ 120.0795793, 30.4236006 ], [ 120.0804743, 30.4252405 ], [ 120.0810901, 30.426339 ], [ 120.0814808, 30.4271115 ], [ 120.0816851, 30.4276034 ], [ 120.0818767, 30.4282071 ], [ 120.0819818, 30.4286861 ], [ 120.0820942, 30.4294257 ], [ 120.0821076, 30.4295709 ] ], [ [ 120.0820017, 30.4295721 ], [ 120.0819135, 30.4288856 ], [ 120.0818129, 30.4283857 ], [ 120.0816712, 30.4278951 ], [ 120.0814693, 30.4273497 ], [ 120.0811455, 30.4266353 ], [ 120.0807118, 30.4258458 ], [ 120.0801763, 30.4248523 ], [ 120.0798269, 30.4242628 ], [ 120.0794688, 30.4236113 ], [ 120.0791149, 30.4229769 ], [ 120.0786354, 30.4221132 ], [ 120.077876, 30.420767 ], [ 120.0777935, 30.4206233 ], [ 120.07695, 30.4190794 ], [ 120.076296, 30.4179086 ], [ 120.0759037, 30.4172216 ], [ 120.0756669, 30.4167991 ], [ 120.0744959, 30.4146565 ], [ 120.0734145, 30.4127282 ], [ 120.0727535, 30.4115601 ], [ 120.0726184, 30.4113214 ], [ 120.0718849, 30.4101157 ], [ 120.0715832, 30.4096893 ], [ 120.0704142, 30.408037 ], [ 120.0701329, 30.4076641 ], [ 120.0691452, 30.4063551 ], [ 120.0686118, 30.4056233 ], [ 120.0678403, 30.4045697 ], [ 120.0671476, 30.4036562 ], [ 120.0650065, 30.4007685 ] ], [ [ 120.0645291, 30.450981 ], [ 120.0658573, 30.4487475 ], [ 120.0665277, 30.4476378 ], [ 120.0675432, 30.4460186 ], [ 120.0676112, 30.4458881 ] ], [ [ 120.0821076, 30.4295709 ], [ 120.0821325, 30.4298907 ], [ 120.0821508, 30.4305404 ], [ 120.0821311, 30.4309226 ] ], [ [ 120.0814685, 30.4354887 ], [ 120.0816277, 30.4341236 ], [ 120.0817171, 30.4333566 ], [ 120.0819715, 30.4315373 ], [ 120.0820248, 30.4308521 ], [ 120.0820464, 30.4303525 ], [ 120.0820227, 30.4298243 ], [ 120.0820017, 30.4295721 ] ], [ [ 120.0821311, 30.4309226 ], [ 120.081713, 30.4342582 ], [ 120.0816889, 30.4344367 ], [ 120.0815736, 30.4352893 ], [ 120.0815383, 30.435489 ] ], [ [ 120.081411, 30.4361267 ], [ 120.0814166, 30.4359522 ], [ 120.0814685, 30.4354887 ] ], [ [ 120.0815383, 30.435489 ], [ 120.0815144, 30.4359751 ], [ 120.081539, 30.4362931 ], [ 120.0815935, 30.4367725 ], [ 120.0816535, 30.4372196 ], [ 120.08171, 30.4373993 ] ], [ [ 120.0815992, 30.4374121 ], [ 120.0814942, 30.4368603 ], [ 120.081411, 30.4361267 ] ], [ [ 120.0726184, 30.4374073 ], [ 120.0726515, 30.4373251 ] ], [ [ 120.0729028, 30.4373823 ], [ 120.0728664, 30.4374638 ] ], [ [ 120.0681557, 30.4398096 ], [ 120.0681586, 30.4378346 ], [ 120.0681587, 30.4377871 ] ], [ [ 120.0683071, 30.437779 ], [ 120.0683078, 30.4379 ], [ 120.0683107, 30.4384347 ], [ 120.0683184, 30.4398438 ] ], [ [ 120.0722429, 30.4406694 ], [ 120.0723172, 30.4389029 ], [ 120.0724976, 30.4377071 ], [ 120.0726184, 30.4374073 ] ], [ [ 120.0728664, 30.4374638 ], [ 120.0726096, 30.4383425 ], [ 120.0725279, 30.4389243 ], [ 120.0724889, 30.4405224 ], [ 120.0724836, 30.4407216 ] ], [ [ 120.0681555, 30.4399241 ], [ 120.0681557, 30.4398096 ] ], [ [ 120.0683184, 30.4398438 ], [ 120.0683191, 30.4399587 ] ], [ [ 120.08171, 30.4373993 ], [ 120.0818339, 30.4377934 ], [ 120.0819587, 30.4382261 ], [ 120.0822554, 30.4388347 ], [ 120.0824869, 30.439172 ], [ 120.0826532, 30.4393859 ], [ 120.0830281, 30.4398403 ], [ 120.0836108, 30.4404456 ], [ 120.0842512, 30.4409421 ], [ 120.0852058, 30.4415 ], [ 120.0862445, 30.4419265 ], [ 120.0872446, 30.4422579 ] ], [ [ 120.0871798, 30.4423946 ], [ 120.0869976, 30.4423246 ], [ 120.0852533, 30.4416296 ], [ 120.0843444, 30.4411253 ], [ 120.0837779, 30.4407089 ], [ 120.083277, 30.4402322 ], [ 120.0831454, 30.4401261 ], [ 120.0825937, 30.439472 ], [ 120.0824359, 30.4392183 ], [ 120.0823432, 30.4390841 ], [ 120.0820441, 30.438615 ], [ 120.0817742, 30.4380218 ], [ 120.0815992, 30.4374121 ] ], [ [ 120.0724287, 30.3203471 ], [ 120.0726959, 30.3194662 ], [ 120.0729288, 30.3189537 ], [ 120.073069, 30.3184976 ], [ 120.0731652, 30.3181755 ] ], [ [ 120.0735248, 30.3183598 ], [ 120.0734957, 30.3186702 ], [ 120.0733487, 30.3190771 ], [ 120.0730559, 30.3200122 ], [ 120.0729496, 30.3203545 ] ], [ [ 120.0718924, 30.3225978 ], [ 120.0729468, 30.3194169 ], [ 120.0730342, 30.3189834 ], [ 120.0731694, 30.3185614 ], [ 120.0732687, 30.3182285 ] ], [ [ 120.0734051, 30.3182932 ], [ 120.0733388, 30.3186162 ], [ 120.0731994, 30.3190282 ], [ 120.0720493, 30.3225969 ] ], [ [ 120.0717137, 30.3225872 ], [ 120.072, 30.3216611 ], [ 120.0721362, 30.3212207 ], [ 120.0724287, 30.3203471 ] ], [ [ 120.0729496, 30.3203545 ], [ 120.0727899, 30.3208233 ], [ 120.0727594, 30.3209129 ], [ 120.0724737, 30.3217634 ], [ 120.072187, 30.322599 ] ], [ [ 120.0716885, 30.3226689 ], [ 120.0717137, 30.3225872 ] ], [ [ 120.0718676, 30.3226725 ], [ 120.0718924, 30.3225978 ] ], [ [ 120.0720493, 30.3225969 ], [ 120.0720239, 30.3226756 ] ], [ [ 120.072187, 30.322599 ], [ 120.0721598, 30.3226783 ] ], [ [ 120.0720239, 30.3226756 ], [ 120.0719602, 30.3228844 ] ], [ [ 120.0871904, 30.3245427 ], [ 120.0872379, 30.3244079 ], [ 120.0874007, 30.3240185 ], [ 120.0875596, 30.3236254 ], [ 120.0879967, 30.3225437 ] ], [ [ 120.088122, 30.3225863 ], [ 120.0879553, 30.3230185 ], [ 120.0875469, 30.3240775 ], [ 120.087404, 30.3244479 ], [ 120.0873464, 30.3245875 ] ], [ [ 120.0242448, 30.3278491 ], [ 120.0242827, 30.3279139 ] ], [ [ 120.0241, 30.3279899 ], [ 120.0240608, 30.3279264 ] ], [ [ 120.0242827, 30.3279139 ], [ 120.0243482, 30.3280309 ], [ 120.0246611, 30.328614 ], [ 120.024854, 30.3291503 ], [ 120.0249449, 30.3294129 ], [ 120.0249635, 30.3294665 ], [ 120.0250585, 30.3299279 ], [ 120.0251082, 30.3303486 ], [ 120.0251152, 30.3304911 ], [ 120.0251143, 30.3306851 ], [ 120.0251114, 30.3307629 ], [ 120.0250876, 30.3310205 ] ], [ [ 120.0248683, 30.3309914 ], [ 120.02491, 30.3308069 ], [ 120.0249115, 30.3306863 ], [ 120.0249088, 30.3305028 ], [ 120.024862, 30.3299489 ], [ 120.0247961, 30.3295904 ], [ 120.0246778, 30.3291665 ], [ 120.0244937, 30.3286979 ], [ 120.0242345, 30.3282252 ], [ 120.0241, 30.3279899 ] ], [ [ 120.0248362, 30.3311323 ], [ 120.0248683, 30.3309914 ] ], [ [ 120.0250876, 30.3310205 ], [ 120.025058, 30.3311639 ] ], [ [ 120.0721598, 30.3226783 ], [ 120.0719602, 30.3228844 ] ], [ [ 120.0717022, 30.3229133 ], [ 120.0716885, 30.3226689 ] ], [ [ 120.0717022, 30.3229133 ], [ 120.0718676, 30.3226725 ] ], [ [ 120.070533, 30.3265936 ], [ 120.0706946, 30.3262296 ], [ 120.0707927, 30.3259327 ], [ 120.0709453, 30.3254708 ], [ 120.0711279, 30.324907 ], [ 120.0713808, 30.3240837 ], [ 120.0714401, 30.3237904 ], [ 120.0715403, 30.3234621 ], [ 120.0717022, 30.3229133 ] ], [ [ 120.0719602, 30.3228844 ], [ 120.0716279, 30.3240173 ], [ 120.0714143, 30.3247524 ], [ 120.0713072, 30.3251015 ], [ 120.070822, 30.3266456 ] ], [ [ 120.0873464, 30.3245875 ], [ 120.0864829, 30.3266781 ], [ 120.0863034, 30.3270847 ] ], [ [ 120.0851036, 30.3291547 ], [ 120.0856717, 30.3281076 ], [ 120.085989, 30.3274702 ], [ 120.0862447, 30.3268487 ], [ 120.0867483, 30.3256481 ], [ 120.0871904, 30.3245427 ] ], [ [ 120.0704817, 30.3266841 ], [ 120.070533, 30.3265936 ] ], [ [ 120.070822, 30.3266456 ], [ 120.0707874, 30.326745 ] ], [ [ 120.0863034, 30.3270847 ], [ 120.0858665, 30.3280439 ], [ 120.0852702, 30.3291644 ] ], [ [ 120.0689044, 30.3300641 ], [ 120.0693935, 30.3292097 ], [ 120.069702, 30.3285948 ], [ 120.0699535, 30.3280441 ], [ 120.0704817, 30.3266841 ] ], [ [ 120.0707874, 30.326745 ], [ 120.0705868, 30.3273106 ], [ 120.0703582, 30.3279061 ], [ 120.0702918, 30.328079 ], [ 120.069854, 30.3290955 ], [ 120.0693144, 30.3302468 ] ], [ [ 120.0850709, 30.3292639 ], [ 120.0851036, 30.3291547 ] ], [ [ 120.0852702, 30.3291644 ], [ 120.0852435, 30.3292146 ], [ 120.0852154, 30.329266 ] ], [ [ 120.083664, 30.3318931 ], [ 120.0840584, 30.331157 ], [ 120.0841673, 30.3309535 ], [ 120.0843438, 30.3306241 ], [ 120.0844233, 30.3304828 ], [ 120.0850709, 30.3292639 ] ], [ [ 120.0852154, 30.329266 ], [ 120.0845321, 30.3305148 ], [ 120.0844482, 30.3306659 ], [ 120.0840147, 30.3314706 ], [ 120.0837729, 30.3319193 ] ], [ [ 120.0663078, 30.3335739 ], [ 120.066439, 30.3334349 ], [ 120.0669161, 30.3329292 ], [ 120.0670489, 30.3327812 ], [ 120.0672034, 30.3325208 ], [ 120.0673817, 30.3322347 ], [ 120.0675822, 30.3319921 ], [ 120.0676335, 30.331929 ], [ 120.0678321, 30.3316629 ], [ 120.068187, 30.3311187 ], [ 120.0685595, 30.3305703 ], [ 120.0689044, 30.3300641 ] ], [ [ 120.0693144, 30.3302468 ], [ 120.0691278, 30.3305613 ], [ 120.0688841, 30.3309784 ], [ 120.068368, 30.33175 ], [ 120.0680347, 30.3321776 ], [ 120.0678616, 30.3323997 ], [ 120.0678157, 30.3324586 ], [ 120.0675089, 30.3327996 ], [ 120.0673213, 30.3330082 ], [ 120.0671077, 30.3332456 ], [ 120.0666837, 30.3337224 ], [ 120.066645, 30.3337659 ] ], [ [ 120.0826082, 30.3340851 ], [ 120.0831789, 30.3327766 ], [ 120.0833318, 30.3324433 ], [ 120.083664, 30.3318931 ] ], [ [ 120.0837729, 30.3319193 ], [ 120.0835115, 30.3324977 ], [ 120.0833438, 30.3328565 ], [ 120.0827425, 30.3341583 ] ], [ [ 120.020533, 30.319156 ], [ 120.0203211, 30.3195003 ], [ 120.0201366, 30.3199727 ], [ 120.0199776, 30.3204296 ], [ 120.0198924, 30.3208636 ], [ 120.0198558, 30.321321 ], [ 120.0198525, 30.3219965 ], [ 120.0199129, 30.3224166 ], [ 120.0199907, 30.3227176 ], [ 120.0201994, 30.3233577 ], [ 120.0204982, 30.3239534 ], [ 120.0210217, 30.3246932 ], [ 120.0213788, 30.3250765 ], [ 120.0218272, 30.3255082 ], [ 120.0222773, 30.3258935 ], [ 120.0231433, 30.3266348 ], [ 120.0238043, 30.3273289 ], [ 120.0242448, 30.3278491 ] ], [ [ 120.0240608, 30.3279264 ], [ 120.023941, 30.3277782 ], [ 120.0235187, 30.3272642 ], [ 120.0230368, 30.3267613 ], [ 120.0220887, 30.3259461 ], [ 120.0211808, 30.3250763 ], [ 120.0206864, 30.3244901 ], [ 120.0203297, 30.3239603 ], [ 120.0200249, 30.3233145 ], [ 120.0198469, 30.3227726 ], [ 120.0197476, 30.3223325 ], [ 120.0196928, 30.3218601 ], [ 120.0196844, 30.3213875 ], [ 120.0197231, 30.3208942 ], [ 120.019833, 30.3203716 ], [ 120.0200267, 30.3197781 ], [ 120.0203013, 30.3191835 ] ], [ [ 120.025058, 30.3311639 ], [ 120.0249885, 30.3314025 ], [ 120.024853, 30.3318484 ], [ 120.0246936, 30.3322653 ], [ 120.024499, 30.332665 ], [ 120.0242826, 30.3330112 ], [ 120.023781, 30.333631 ], [ 120.0235519, 30.3339153 ], [ 120.0233611, 30.3341996 ], [ 120.0232113, 30.334474 ], [ 120.0230881, 30.3347484 ], [ 120.0229982, 30.3350235 ], [ 120.0229827, 30.335071 ], [ 120.0229422, 30.3352658 ], [ 120.02292, 30.3353724 ], [ 120.0228919, 30.3356568 ], [ 120.0229125, 30.3362567 ], [ 120.0229691, 30.3365671 ], [ 120.0229969, 30.3367192 ], [ 120.0230655, 30.3370952 ], [ 120.023152, 30.3375475 ], [ 120.0232658, 30.3381258 ], [ 120.0233266, 30.3384345 ], [ 120.02341, 30.3391513 ], [ 120.0234561, 30.3398236 ], [ 120.0234773, 30.3400414 ], [ 120.0235067, 30.3403625 ], [ 120.0235332, 30.3405954 ], [ 120.0236439, 30.3413061 ], [ 120.0238038, 30.3419781 ], [ 120.023895, 30.3422492 ] ], [ [ 120.0236902, 30.3422856 ], [ 120.0235051, 30.3413915 ], [ 120.0233814, 30.3406702 ], [ 120.0233419, 30.3403561 ], [ 120.0233068, 30.3400403 ], [ 120.0232576, 30.3394591 ], [ 120.0231688, 30.3384985 ], [ 120.0229572, 30.3374315 ], [ 120.0228635, 30.336979 ], [ 120.022739, 30.3362574 ], [ 120.0227071, 30.3358645 ], [ 120.0227517, 30.3353353 ], [ 120.0227643, 30.3352666 ], [ 120.0227912, 30.3351204 ], [ 120.0228218, 30.3350109 ], [ 120.0228599, 30.3348743 ], [ 120.0229098, 30.3347119 ], [ 120.0229751, 30.3345494 ], [ 120.0231353, 30.3342246 ], [ 120.0233406, 30.3338959 ], [ 120.0236003, 30.3335637 ], [ 120.0240918, 30.3329908 ], [ 120.0243306, 30.3326033 ], [ 120.0245239, 30.3322294 ], [ 120.0246562, 30.3318265 ], [ 120.02478, 30.3313817 ], [ 120.0248362, 30.3311323 ] ], [ [ 120.058014, 30.3388528 ], [ 120.058158, 30.3388042 ] ], [ [ 120.0611574, 30.337546 ], [ 120.061472, 30.3374078 ], [ 120.0620149, 30.3371141 ], [ 120.0624432, 30.3368449 ], [ 120.0630057, 30.3364701 ], [ 120.0635172, 30.3360373 ], [ 120.0647106, 30.3351348 ], [ 120.0656836, 30.3342124 ], [ 120.0663078, 30.3335739 ] ], [ [ 120.066645, 30.3337659 ], [ 120.0659799, 30.334443 ], [ 120.0654019, 30.3349926 ], [ 120.0649813, 30.3353406 ], [ 120.063712, 30.3363147 ], [ 120.0626232, 30.337075 ], [ 120.0614244, 30.3378312 ] ], [ [ 120.0808194, 30.3377719 ], [ 120.0808534, 30.3376995 ], [ 120.0811497, 30.337093 ], [ 120.0815276, 30.3363193 ], [ 120.0818266, 30.3357011 ], [ 120.0826082, 30.3340851 ] ], [ [ 120.0827425, 30.3341583 ], [ 120.0824425, 30.3347645 ], [ 120.0817192, 30.3362262 ], [ 120.0816633, 30.3363392 ], [ 120.0814925, 30.3366968 ], [ 120.0809565, 30.337819 ] ], [ [ 120.058158, 30.3388042 ], [ 120.0585562, 30.3386844 ], [ 120.0592121, 30.3384557 ], [ 120.0594927, 30.3383569 ], [ 120.0598348, 30.3381986 ], [ 120.0599464, 30.3381469 ], [ 120.0605944, 30.3378312 ], [ 120.0611574, 30.337546 ] ], [ [ 120.0614244, 30.3378312 ], [ 120.060608, 30.3382688 ], [ 120.0601438, 30.3385177 ], [ 120.0594896, 30.3388569 ], [ 120.0593358, 30.3389301 ], [ 120.0590993, 30.3390421 ], [ 120.0584426, 30.3393635 ] ], [ [ 120.0584426, 30.3393635 ], [ 120.0582909, 30.3394085 ] ], [ [ 120.0791563, 30.3413242 ], [ 120.0793293, 30.3409944 ], [ 120.0794561, 30.3407418 ], [ 120.0799856, 30.3396868 ], [ 120.0800944, 30.3394589 ], [ 120.0808194, 30.3377719 ] ], [ [ 120.0809565, 30.337819 ], [ 120.0801867, 30.339503 ], [ 120.0800765, 30.3397202 ], [ 120.079849, 30.3401746 ], [ 120.079279, 30.3413742 ] ], [ [ 120.0790719, 30.3414885 ], [ 120.0791563, 30.3413242 ] ], [ [ 120.079279, 30.3413742 ], [ 120.0791989, 30.3415306 ] ], [ [ 119.9965667, 30.3244733 ], [ 119.9965932, 30.3227573 ], [ 119.9966094, 30.3222586 ], [ 119.9966361, 30.3213187 ] ], [ [ 119.9968744, 30.3213436 ], [ 119.9968596, 30.322243 ], [ 119.9968509, 30.3227569 ], [ 119.9967939, 30.3244787 ] ], [ [ 119.9675164, 30.3318392 ], [ 119.9675417, 30.3315434 ], [ 119.9676592, 30.3303173 ], [ 119.9676835, 30.3300156 ], [ 119.9677432, 30.3292738 ], [ 119.9678641, 30.3279636 ], [ 119.9679385, 30.3269824 ], [ 119.9679749, 30.3265026 ], [ 119.9680488, 30.3257605 ], [ 119.9681428, 30.3248793 ], [ 119.9682133, 30.3240358 ], [ 119.9683074, 30.3228675 ], [ 119.9683712, 30.3220124 ], [ 119.9683712, 30.3209775 ], [ 119.9682973, 30.3199889 ], [ 119.9682772, 30.3191366 ], [ 119.96824, 30.3185834 ], [ 119.9681341, 30.3174421 ] ], [ [ 119.9683837, 30.3174585 ], [ 119.9685053, 30.3183855 ], [ 119.9685409, 30.3190123 ], [ 119.9686202, 30.3204024 ], [ 119.9686596, 30.3210049 ], [ 119.9686435, 30.3218207 ], [ 119.9686365, 30.3220614 ], [ 119.9685808, 30.3231927 ], [ 119.9684848, 30.3244167 ], [ 119.968414, 30.3253802 ], [ 119.9683585, 30.3268608 ], [ 119.9683516, 30.326979 ], [ 119.9682808, 30.3281932 ], [ 119.9681142, 30.3296045 ], [ 119.9680713, 30.3300338 ], [ 119.9679508, 30.3312083 ], [ 119.9678475, 30.3318587 ] ], [ [ 119.9675164, 30.3318392 ], [ 119.9675058, 30.3307146 ], [ 119.9675688, 30.3300075 ], [ 119.9676024, 30.3296308 ] ], [ [ 119.9680424, 30.3296693 ], [ 119.9680111, 30.3300313 ], [ 119.967949, 30.3307496 ], [ 119.9678475, 30.3318587 ] ], [ [ 119.967024, 30.3370558 ], [ 119.9670758, 30.3363407 ], [ 119.9672059, 30.3350738 ], [ 119.9672395, 30.3346709 ], [ 119.9674006, 30.3332419 ], [ 119.9675164, 30.3318392 ] ], [ [ 119.9678475, 30.3318587 ], [ 119.9674663, 30.3351188 ], [ 119.9672301, 30.3370126 ], [ 119.9672213, 30.3371095 ] ], [ [ 119.9799381, 30.3434106 ], [ 119.9797326, 30.3433221 ] ], [ [ 119.9849989, 30.3450817 ], [ 119.9841279, 30.3448531 ], [ 119.982715, 30.3443973 ], [ 119.9819286, 30.3442519 ], [ 119.9807149, 30.3437528 ], [ 119.9801636, 30.3435077 ], [ 119.9799381, 30.3434106 ] ], [ [ 119.9850323, 30.3448291 ], [ 119.9851953, 30.344873 ] ], [ [ 119.9983121, 30.347907 ], [ 119.9982914, 30.3475332 ], [ 119.9982545, 30.3470892 ], [ 119.9981589, 30.3458698 ], [ 119.9980302, 30.344283 ], [ 119.9979956, 30.3438213 ], [ 119.9979408, 30.3433914 ], [ 119.9977907, 30.3425315 ], [ 119.9977694, 30.3424176 ], [ 119.9976864, 30.3419732 ], [ 119.9976124, 30.3413101 ], [ 119.9975198, 30.3403523 ], [ 119.9974781, 30.3400736 ], [ 119.9974543, 30.3399144 ], [ 119.9972427, 30.3387744 ], [ 119.9970528, 30.3378093 ], [ 119.9969113, 30.337019 ], [ 119.9968268, 30.3364382 ], [ 119.9967582, 30.335977 ], [ 119.9966132, 30.3347766 ], [ 119.9965561, 30.3342915 ], [ 119.9965069, 30.3336377 ], [ 119.9964814, 30.3331972 ], [ 119.9964229, 30.3317672 ], [ 119.9963994, 30.331089 ], [ 119.9964014, 30.3304448 ], [ 119.9964117, 30.329733 ], [ 119.996466, 30.3282172 ], [ 119.9965667, 30.3244733 ] ], [ [ 119.9967939, 30.3244787 ], [ 119.9966914, 30.3282089 ], [ 119.9966578, 30.3297197 ], [ 119.9966482, 30.3301131 ], [ 119.9966341, 30.3309079 ], [ 119.9966476, 30.3316565 ], [ 119.9966974, 30.3327838 ], [ 119.9967261, 30.3331929 ], [ 119.9967623, 30.3336346 ], [ 119.996855, 30.3347678 ], [ 119.9970068, 30.3360156 ], [ 119.997073, 30.3364699 ], [ 119.9971901, 30.3372254 ], [ 119.9972799, 30.3377206 ], [ 119.9973513, 30.3380571 ], [ 119.9974681, 30.3386584 ], [ 119.9976365, 30.3393708 ], [ 119.9977471, 30.3399471 ], [ 119.997792, 30.3401812 ], [ 119.9978861, 30.3408197 ], [ 119.997903, 30.3412836 ], [ 119.9979717, 30.3420254 ], [ 119.9979769, 30.3420809 ], [ 119.9980758, 30.3426335 ], [ 119.9981641, 30.3431895 ], [ 119.9982267, 30.3437836 ], [ 119.998274, 30.3442731 ], [ 119.9983108, 30.3447333 ], [ 119.9984993, 30.3471374 ], [ 119.9985362, 30.3475692 ], [ 119.9985971, 30.3479937 ] ], [ [ 119.9851953, 30.344873 ], [ 119.9853284, 30.3449088 ], [ 119.9865668, 30.3452022 ], [ 119.9907986, 30.3462048 ] ], [ [ 119.9907658, 30.3463904 ], [ 119.9890731, 30.3460181 ], [ 119.9851739, 30.3451276 ] ], [ [ 119.9907986, 30.3462048 ], [ 119.9929134, 30.346699 ], [ 119.9951782, 30.3472282 ], [ 119.9966763, 30.3475374 ], [ 119.997831, 30.3477757 ], [ 119.9983121, 30.347907 ] ], [ [ 119.967024, 30.3370558 ], [ 119.9672213, 30.3371095 ] ], [ [ 119.9670006, 30.337242 ], [ 119.967024, 30.3370558 ] ], [ [ 119.9672213, 30.3371095 ], [ 119.9672074, 30.3372549 ] ], [ [ 119.9672074, 30.3372549 ], [ 119.9670006, 30.337242 ] ], [ [ 119.9797326, 30.3433221 ], [ 119.9785849, 30.3428278 ], [ 119.9745384, 30.3411686 ], [ 119.9712603, 30.3398224 ], [ 119.9708127, 30.3396358 ], [ 119.9704957, 30.3394936 ], [ 119.9701987, 30.3393473 ], [ 119.9696292, 30.3389751 ], [ 119.9695978, 30.3389546 ], [ 119.9693368, 30.3387699 ], [ 119.9690896, 30.3385725 ], [ 119.9686129, 30.3381163 ], [ 119.9684227, 30.3379121 ], [ 119.9682536, 30.3377304 ], [ 119.968057, 30.3375964 ], [ 119.9678316, 30.3374816 ], [ 119.9675777, 30.3373435 ], [ 119.9672074, 30.3372549 ] ], [ [ 119.9672213, 30.3371095 ], [ 119.9674174, 30.3371647 ], [ 119.9679485, 30.3373661 ], [ 119.9685654, 30.3377943 ], [ 119.9690884, 30.3382411 ], [ 119.9696463, 30.3386925 ], [ 119.970274, 30.3391115 ], [ 119.9712744, 30.3396023 ], [ 119.9745226, 30.3408847 ], [ 119.9761346, 30.3415213 ], [ 119.9778485, 30.3421277 ], [ 119.9786111, 30.3424476 ], [ 119.9797824, 30.3429727 ], [ 119.9806729, 30.3433824 ], [ 119.9813569, 30.3436787 ], [ 119.9820113, 30.3439449 ], [ 119.9830386, 30.3442921 ], [ 119.9850323, 30.3448291 ] ], [ [ 119.9672074, 30.3372549 ], [ 119.9671963, 30.3373866 ], [ 119.9671181, 30.3382099 ], [ 119.9670692, 30.3387252 ], [ 119.9670156, 30.3392895 ], [ 119.9669598, 30.3398767 ], [ 119.9668634, 30.3410219 ], [ 119.9667088, 30.34286 ], [ 119.966667, 30.3433561 ], [ 119.9666504, 30.3435165 ], [ 119.9666413, 30.3436317 ], [ 119.9664785, 30.3453963 ], [ 119.9664198, 30.3460871 ], [ 119.9662819, 30.3477949 ], [ 119.9662134, 30.3484327 ], [ 119.9661612, 30.3489326 ], [ 119.9661047, 30.3496932 ], [ 119.966025, 30.350979 ], [ 119.9660289, 30.3512654 ], [ 119.9660429, 30.3514955 ], [ 119.9660613, 30.3517402 ], [ 119.9661439, 30.3523293 ], [ 119.9662515, 30.352847 ], [ 119.966698, 30.3541426 ], [ 119.966779, 30.3543688 ], [ 119.9670089, 30.3550114 ], [ 119.9675596, 30.356553 ], [ 119.9678206, 30.3572753 ], [ 119.9679962, 30.3577614 ], [ 119.9680909, 30.3580306 ] ], [ [ 119.9678766, 30.3580345 ], [ 119.9675731, 30.3571587 ], [ 119.9670849, 30.3558141 ], [ 119.9670468, 30.3557064 ] ], [ [ 119.9851739, 30.3451276 ], [ 119.9849989, 30.3450817 ] ], [ [ 119.9983783, 30.3481307 ], [ 119.9970231, 30.3478213 ], [ 119.9951563, 30.3473951 ], [ 119.99364, 30.3470525 ], [ 119.9929209, 30.3468882 ], [ 119.9914364, 30.346549 ], [ 119.9912527, 30.3465047 ], [ 119.9907658, 30.3463904 ] ], [ [ 119.9983121, 30.347907 ], [ 119.9985971, 30.3479937 ] ], [ [ 119.9983783, 30.3481307 ], [ 119.9983121, 30.347907 ] ], [ [ 119.9985971, 30.3479937 ], [ 119.9986141, 30.3481768 ] ], [ [ 119.9986141, 30.3481768 ], [ 119.9983783, 30.3481307 ] ], [ [ 119.9985971, 30.3479937 ], [ 120.0003362, 30.3482433 ], [ 120.0015864, 30.3484245 ] ], [ [ 120.0941913, 30.3401595 ], [ 120.0937992, 30.3405738 ], [ 120.0934472, 30.3409598 ], [ 120.0931622, 30.3413205 ], [ 120.0929588, 30.341605 ], [ 120.0927042, 30.3419903 ], [ 120.0923616, 30.3425648 ], [ 120.0923125, 30.3426533 ], [ 120.0919947, 30.3432253 ] ], [ [ 120.0906641, 30.3446277 ], [ 120.0907373, 30.3444495 ], [ 120.0908759, 30.3442361 ], [ 120.0915715, 30.3431648 ], [ 120.0917206, 30.3430965 ] ], [ [ 120.0901514, 30.3453754 ], [ 120.0902357, 30.3452738 ], [ 120.0906496, 30.3447752 ], [ 120.0911074, 30.344155 ], [ 120.0917206, 30.3430965 ] ], [ [ 120.0919947, 30.3432253 ], [ 120.0914179, 30.3442427 ], [ 120.0910078, 30.3448032 ], [ 120.0904815, 30.3455202 ] ], [ [ 120.0772274, 30.3435021 ], [ 120.077474, 30.3432272 ], [ 120.0779287, 30.3427357 ], [ 120.0784438, 30.3421789 ], [ 120.0786887, 30.3419174 ], [ 120.0787429, 30.3418608 ], [ 120.0790719, 30.3414885 ] ], [ [ 120.0791989, 30.3415306 ], [ 120.0789282, 30.3418587 ], [ 120.0785381, 30.3422967 ], [ 120.078381, 30.3424641 ], [ 120.0774175, 30.3434911 ], [ 120.0773297, 30.3435911 ] ], [ [ 120.0735265, 30.347559 ], [ 120.073805, 30.3472146 ], [ 120.0757873, 30.3450264 ], [ 120.0769839, 30.3437736 ], [ 120.0772274, 30.3435021 ] ], [ [ 120.0773297, 30.3435911 ], [ 120.0759739, 30.3450363 ], [ 120.0739364, 30.3472896 ], [ 120.0734746, 30.3478516 ] ], [ [ 120.0900585, 30.3455124 ], [ 120.0901514, 30.3453754 ] ], [ [ 120.0904815, 30.3455202 ], [ 120.0903866, 30.3456601 ] ], [ [ 120.025696, 30.3539753 ], [ 120.025657803502966, 30.353444003402505 ] ], [ [ 120.025657803502966, 30.353444003402505 ], [ 120.0255998, 30.3526372 ] ], [ [ 120.0258974, 30.3527835 ], [ 120.025903525164921, 30.35344943234508 ] ], [ [ 120.025903525164921, 30.35344943234508 ], [ 120.0259085, 30.3539903 ] ], [ [ 120.025696, 30.3539753 ], [ 120.0259085, 30.3539903 ] ], [ [ 120.0257485, 30.3542726 ], [ 120.0257476, 30.3541423 ], [ 120.0257004, 30.3540363 ], [ 120.025696, 30.3539753 ] ], [ [ 120.0259085, 30.3539903 ], [ 120.02591, 30.3541559 ], [ 120.025916, 30.3542816 ] ], [ [ 120.0259085, 30.3539903 ], [ 120.0263858, 30.3540414 ], [ 120.027260116000704, 30.354090866440767 ] ], [ [ 120.027260116000704, 30.354090866440767 ], [ 120.0335848, 30.3544487 ], [ 120.0348186, 30.3544626 ], [ 120.0374044, 30.354366 ] ], [ [ 120.0015864, 30.3484245 ], [ 120.0017307, 30.348423 ], [ 120.0023794, 30.3484798 ], [ 120.0030736, 30.3485325 ] ], [ [ 120.0015864, 30.3484245 ], [ 120.0024444, 30.3485488 ], [ 120.0073151, 30.3490353 ] ], [ [ 120.0071457, 30.3492852 ], [ 120.0049822, 30.3490312 ], [ 120.0001907, 30.3484384 ], [ 119.9986141, 30.3481768 ] ], [ [ 120.0072808, 30.3493985 ], [ 120.0062799, 30.3494423 ], [ 120.0061848, 30.3494316 ], [ 120.0054538, 30.3493497 ], [ 120.0049483, 30.3492999 ], [ 120.003836, 30.3491902 ], [ 120.0024319, 30.3490192 ], [ 120.0016923, 30.348801 ] ], [ [ 120.0071457, 30.3492852 ], [ 120.0060612, 30.3492925 ], [ 120.0053256, 30.3492148 ] ], [ [ 120.0072841, 30.3493015 ], [ 120.0071457, 30.3492852 ] ], [ [ 120.0073081, 30.3493043 ], [ 120.0072841, 30.3493015 ] ], [ [ 120.0078624, 30.3493937 ], [ 120.0073081, 30.3493043 ] ], [ [ 120.0078624, 30.3493937 ], [ 120.0073063, 30.3493982 ] ], [ [ 120.0073063, 30.3493982 ], [ 120.0072808, 30.3493985 ] ], [ [ 120.0073151, 30.3490353 ], [ 120.0085069, 30.3492481 ], [ 120.0092941, 30.3494136 ], [ 120.0098194, 30.3495315 ], [ 120.0102892, 30.3496369 ], [ 120.0111422, 30.3498483 ], [ 120.0113165, 30.3498915 ], [ 120.0120447, 30.3501045 ], [ 120.0128574, 30.3503649 ], [ 120.0135077, 30.3505759 ] ], [ [ 120.0132991, 30.3507364 ], [ 120.0129353, 30.3506134 ], [ 120.0123523, 30.3504162 ], [ 120.0110965, 30.3500463 ], [ 120.0099455, 30.3497671 ], [ 120.0086518, 30.3495077 ], [ 120.0078624, 30.3493937 ] ], [ [ 120.0135077, 30.3505759 ], [ 120.0136133, 30.3506101 ] ], [ [ 120.0133995, 30.3507766 ], [ 120.0132991, 30.3507364 ] ], [ [ 120.0187673, 30.3526202 ], [ 120.0177867, 30.3522859 ], [ 120.0167593, 30.3519392 ], [ 120.015724, 30.3515858 ], [ 120.0149391, 30.3513187 ], [ 120.0141444, 30.3510251 ], [ 120.0133995, 30.3507766 ] ], [ [ 120.0136133, 30.3506101 ], [ 120.0140131, 30.3507679 ], [ 120.0145355, 30.3509375 ], [ 120.015555, 30.3512685 ], [ 120.0169024, 30.3517154 ], [ 120.0200611, 30.3528054 ], [ 120.0223947, 30.3534951 ], [ 120.024299, 30.3538701 ], [ 120.024991474954476, 30.353922043416219 ] ], [ [ 120.024991474954476, 30.353922043416219 ], [ 120.0254095, 30.3539534 ], [ 120.025696, 30.3539753 ] ], [ [ 120.0187673, 30.3526202 ], [ 120.0193231, 30.3528097 ] ], [ [ 120.0257485, 30.3542726 ], [ 120.024913596264227, 30.354206592983672 ] ], [ [ 120.024913596264227, 30.354206592983672 ], [ 120.0246683, 30.3541872 ], [ 120.0236336, 30.3540348 ], [ 120.02257, 30.3538124 ], [ 120.0216031, 30.3535375 ], [ 120.0206627, 30.3532334 ], [ 120.0193231, 30.3528097 ] ], [ [ 120.025916, 30.3542816 ], [ 120.0257485, 30.3542726 ] ], [ [ 120.0374044, 30.354366 ], [ 120.0374934, 30.3543627 ] ], [ [ 120.0374018, 30.3545621 ], [ 120.0371601, 30.3545715 ], [ 120.0357115, 30.3546333 ], [ 120.0346233, 30.3546499 ], [ 120.033536, 30.3546161 ], [ 120.032115, 30.3545357 ], [ 120.0307365, 30.3544689 ], [ 120.0292705, 30.3544159 ], [ 120.0268612, 30.3543303 ], [ 120.025916, 30.3542816 ] ], [ [ 120.0375011, 30.3545582 ], [ 120.0374018, 30.3545621 ] ], [ [ 120.026056, 30.3561737 ], [ 120.0260555, 30.3560798 ], [ 120.026012, 30.3559427 ], [ 120.0258367, 30.3555924 ], [ 120.0256805, 30.3553621 ], [ 120.0255421, 30.3551764 ], [ 120.0254245, 30.3550396 ], [ 120.0252114, 30.3548384 ], [ 120.0251433, 30.3547739 ], [ 120.025073, 30.3546866 ], [ 120.0250188, 30.3546061 ], [ 120.0249608, 30.3544796 ], [ 120.0249286, 30.3543784 ], [ 120.0249168, 30.354297 ], [ 120.0249135, 30.3542073 ], [ 120.024913596264227, 30.354206592983672 ] ], [ [ 120.024913596264227, 30.354206592983672 ], [ 120.0249254, 30.3541199 ], [ 120.0249448, 30.3540274 ], [ 120.024991474954476, 30.353922043416219 ] ], [ [ 120.024991474954476, 30.353922043416219 ], [ 120.0250035, 30.3538949 ], [ 120.0250876, 30.3537596 ], [ 120.0251918, 30.3536649 ], [ 120.0252953, 30.3535911 ], [ 120.0254041, 30.3535283 ], [ 120.0255429, 30.3534671 ], [ 120.025657803502966, 30.353444003402505 ] ], [ [ 120.025657803502966, 30.353444003402505 ], [ 120.0256817, 30.3534392 ], [ 120.0257576, 30.3534362 ], [ 120.0258311, 30.3534363 ], [ 120.025903525164921, 30.35344943234508 ] ], [ [ 120.025903525164921, 30.35344943234508 ], [ 120.0259596, 30.3534596 ], [ 120.0260882, 30.3534985 ], [ 120.0262439, 30.353557 ], [ 120.0263775, 30.3536294 ], [ 120.0266611, 30.3538046 ], [ 120.0269598, 30.3539648 ], [ 120.0270644, 30.3540157 ], [ 120.027169, 30.3540615 ], [ 120.027260116000704, 30.354090866440767 ] ], [ [ 120.027260116000704, 30.354090866440767 ], [ 120.027317, 30.3541092 ], [ 120.0274176, 30.3541354 ], [ 120.0275481, 30.35416 ], [ 120.0276877, 30.3541815 ], [ 120.0280143, 30.3542013 ], [ 120.0287453, 30.3542224 ], [ 120.0295072, 30.3542436 ], [ 120.0302287, 30.3542669 ], [ 120.0307642, 30.3543015 ] ], [ [ 120.026056, 30.3561737 ], [ 120.0259782, 30.35611 ], [ 120.0257251, 30.3557432 ], [ 120.0255374, 30.3554985 ], [ 120.0253812, 30.3553156 ], [ 120.0253015, 30.3552346 ], [ 120.0252089, 30.3551529 ], [ 120.0249276, 30.3549499 ], [ 120.0245614, 30.3547673 ], [ 120.0240069, 30.3545471 ], [ 120.0236134, 30.3543749 ], [ 120.0232969, 30.354254 ], [ 120.0226639, 30.3540385 ], [ 120.0220112, 30.3538367 ], [ 120.0211732, 30.3535844 ] ], [ [ 120.0271878, 30.3581323 ], [ 120.026891, 30.3574057 ], [ 120.0266294, 30.3568516 ], [ 120.026247, 30.3560827 ], [ 120.0260648, 30.3555862 ], [ 120.0259605, 30.3552599 ], [ 120.0257703, 30.3545949 ], [ 120.0257495, 30.3544084 ], [ 120.0257485, 30.3542726 ] ], [ [ 120.025916, 30.3542816 ], [ 120.0259224, 30.3544159 ], [ 120.02601, 30.3548135 ], [ 120.0261796, 30.3553951 ], [ 120.0264616, 30.3561784 ], [ 120.0269254, 30.3570784 ], [ 120.0276477, 30.3584481 ], [ 120.027813, 30.3587785 ] ], [ [ 120.0271878, 30.3581323 ], [ 120.0266812, 30.3572033 ], [ 120.026056, 30.3561737 ] ], [ [ 120.0724945, 30.3486529 ], [ 120.0730916, 30.34802 ], [ 120.0735265, 30.347559 ] ], [ [ 120.0734746, 30.3478516 ], [ 120.073011, 30.3483469 ], [ 120.0726399, 30.3487346 ] ], [ [ 120.0724238, 30.3487628 ], [ 120.0724945, 30.3486529 ] ], [ [ 120.0726399, 30.3487346 ], [ 120.0725594, 30.3488186 ] ], [ [ 120.0702964, 30.3510925 ], [ 120.07069, 30.3506127 ], [ 120.0712331, 30.350012 ], [ 120.0724238, 30.3487628 ] ], [ [ 120.0847532, 30.3522308 ], [ 120.0867256, 30.3497743 ], [ 120.0871815, 30.3492139 ] ], [ [ 120.087428, 30.3493529 ], [ 120.0869974, 30.3499024 ], [ 120.086951, 30.3499616 ], [ 120.085026, 30.3523866 ] ], [ [ 120.084694, 30.3523045 ], [ 120.0847532, 30.3522308 ] ], [ [ 120.0725594, 30.3488186 ], [ 120.0713047, 30.3501537 ], [ 120.0709984, 30.3505061 ], [ 120.0708133, 30.3507191 ], [ 120.0700373, 30.3515808 ], [ 120.0694946, 30.3521255 ], [ 120.0688793, 30.3528655 ], [ 120.0685864, 30.3532038 ], [ 120.0685304, 30.3532641 ], [ 120.0684167, 30.3533863 ] ], [ [ 120.1066264, 30.3197151 ], [ 120.1066918, 30.319645 ] ], [ [ 120.1067931, 30.3197058 ], [ 120.1067271, 30.3197898 ] ], [ [ 120.0888733, 30.3203086 ], [ 120.0891803, 30.3194577 ] ], [ [ 120.0894746, 30.3191885 ], [ 120.0914603, 30.3200615 ], [ 120.0918276, 30.3202194 ], [ 120.0923221, 30.3203225 ], [ 120.0934422, 30.3207859 ], [ 120.0936954, 30.320887 ] ], [ [ 120.0888256, 30.3204499 ], [ 120.0888733, 30.3203086 ] ], [ [ 120.0936954, 30.320887 ], [ 120.0937636, 30.3209107 ] ], [ [ 120.0960966, 30.3222959 ], [ 120.0948837, 30.3218787 ], [ 120.0940008, 30.321511 ], [ 120.0938289, 30.3214394 ], [ 120.0932517, 30.321199 ], [ 120.0921862, 30.3207773 ], [ 120.0917004, 30.3204847 ], [ 120.0893425, 30.3195154 ] ], [ [ 120.0893425, 30.3195154 ], [ 120.0889777, 30.3204333 ], [ 120.0885458, 30.3215072 ], [ 120.0883351, 30.3220312 ], [ 120.088122, 30.3225863 ] ], [ [ 120.1040705, 30.3226776 ], [ 120.1043325, 30.322371 ], [ 120.1043922, 30.3223011 ], [ 120.1052663, 30.3213014 ], [ 120.105301, 30.3212642 ], [ 120.1059924, 30.3204643 ], [ 120.1063984, 30.3199692 ], [ 120.1066264, 30.3197151 ] ], [ [ 120.1067271, 30.3197898 ], [ 120.1063911, 30.320148 ], [ 120.1058353, 30.3207767 ], [ 120.1053508, 30.3213272 ], [ 120.1052458, 30.3214449 ], [ 120.1048674, 30.3218753 ], [ 120.1042436, 30.3225849 ], [ 120.1038888, 30.3230938 ], [ 120.1036794, 30.3234429 ], [ 120.1034297, 30.3239933 ], [ 120.1031949, 30.3244154 ] ], [ [ 120.0971685, 30.3224791 ], [ 120.09793, 30.3227262 ], [ 120.099298, 30.3231751 ], [ 120.1003914, 30.3235472 ] ], [ [ 120.0879967, 30.3225437 ], [ 120.0886619, 30.3208634 ], [ 120.0888256, 30.3204499 ] ], [ [ 120.0937636, 30.3209107 ], [ 120.0940388, 30.3210383 ], [ 120.0942027, 30.3211111 ], [ 120.0949189, 30.3214293 ], [ 120.0962721, 30.3221393 ] ], [ [ 120.0962721, 30.3221393 ], [ 120.0963878, 30.3221832 ], [ 120.0971685, 30.3224791 ] ], [ [ 120.0970566, 30.3226627 ], [ 120.0960966, 30.3222959 ] ], [ [ 120.1269297, 30.3256004 ], [ 120.126947, 30.3245544 ], [ 120.1269579, 30.3238988 ], [ 120.126967, 30.3233483 ], [ 120.1270053, 30.3216098 ] ], [ [ 120.1271306, 30.3216654 ], [ 120.1270892, 30.3222876 ], [ 120.1270882, 30.3229824 ], [ 120.1270877, 30.3233557 ], [ 120.1271246, 30.3238969 ], [ 120.1271218, 30.325616 ] ], [ [ 120.1269256, 30.3257221 ], [ 120.1269297, 30.3256004 ] ], [ [ 120.1030156, 30.3243519 ], [ 120.1032335, 30.3240874 ], [ 120.1035202, 30.3235318 ], [ 120.1037583, 30.3231087 ], [ 120.1040705, 30.3226776 ] ], [ [ 120.1028602, 30.3248105 ], [ 120.1026264, 30.3246793 ], [ 120.1022939, 30.3245518 ], [ 120.101455, 30.3242415 ], [ 120.0993899, 30.3235158 ], [ 120.0973972, 30.3228218 ], [ 120.0970566, 30.3226627 ] ], [ [ 120.1003914, 30.3235472 ], [ 120.1016971, 30.3239984 ], [ 120.1028257, 30.3243223 ], [ 120.1030156, 30.3243519 ] ], [ [ 120.1030156, 30.3243519 ], [ 120.1031949, 30.3244154 ] ], [ [ 120.1028602, 30.3248105 ], [ 120.102929082286195, 30.324607221901875 ] ], [ [ 120.102929082286195, 30.324607221901875 ], [ 120.102949969904799, 30.324545580576967 ] ], [ [ 120.102949969904799, 30.324545580576967 ], [ 120.1030156, 30.3243519 ] ], [ [ 120.1031949, 30.3244154 ], [ 120.103137637895742, 30.324610099532293 ] ], [ [ 120.103137637895742, 30.324610099532293 ], [ 120.103119552668602, 30.324671591950533 ] ], [ [ 120.103119552668602, 30.324671591950533 ], [ 120.1030582, 30.3248802 ] ], [ [ 120.1408819, 30.3269242 ], [ 120.1410163, 30.3257568 ], [ 120.1410453, 30.3255053 ], [ 120.1413434, 30.3236953 ], [ 120.1414853, 30.3226298 ], [ 120.1415306, 30.3222893 ], [ 120.1415818, 30.3219046 ], [ 120.1416555, 30.3214558 ], [ 120.1416878, 30.3212462 ], [ 120.1418421, 30.3200099 ], [ 120.1419233, 30.3193597 ], [ 120.1420078, 30.3186697 ], [ 120.1421959, 30.3168407 ], [ 120.1422009, 30.316812 ], [ 120.1422237, 30.3166522 ], [ 120.1422268, 30.3166273 ], [ 120.1423302, 30.3158698 ] ], [ [ 120.1421253, 30.31937 ], [ 120.1419686, 30.3209368 ], [ 120.1419039, 30.3214727 ], [ 120.1418808, 30.3216629 ], [ 120.1418055, 30.3222776 ], [ 120.1417701, 30.322567 ], [ 120.1417359, 30.3228461 ], [ 120.141628, 30.3237276 ], [ 120.1416199, 30.323793 ], [ 120.1415219, 30.3245802 ], [ 120.1414666, 30.3250242 ], [ 120.1412254, 30.3269615 ] ], [ [ 120.1408702, 30.3270244 ], [ 120.1408819, 30.3269242 ] ], [ [ 120.1412254, 30.3269615 ], [ 120.1412184, 30.3270661 ] ], [ [ 120.127146, 30.3215504 ], [ 120.1271306, 30.3216654 ] ], [ [ 120.1347001, 30.3343354 ], [ 120.1347462, 30.3343391 ], [ 120.1348129, 30.3343441 ] ], [ [ 120.1480431, 30.3345594 ], [ 120.1480835, 30.3345578 ] ], [ [ 120.1446586, 30.3345422 ], [ 120.1460987, 30.3345599 ], [ 120.1470717, 30.3345718 ], [ 120.1475607, 30.3345778 ], [ 120.1480431, 30.3345594 ] ], [ [ 120.1402542, 30.3345533 ], [ 120.1406147, 30.3345567 ], [ 120.1407972, 30.3345588 ], [ 120.1428137, 30.3345821 ], [ 120.1435582, 30.3345907 ], [ 120.143975, 30.3345723 ], [ 120.1446586, 30.3345422 ] ], [ [ 120.1271605, 30.3299232 ], [ 120.1271703, 30.330075 ] ], [ [ 120.1270499, 30.334115 ], [ 120.1270225, 30.3327687 ], [ 120.127018, 30.3325075 ], [ 120.1270182, 30.3316874 ], [ 120.1270183, 30.3312771 ], [ 120.1270108, 30.3300622 ] ], [ [ 120.1271703, 30.330075 ], [ 120.127173, 30.331237 ], [ 120.1271726, 30.3317962 ], [ 120.127172, 30.3325319 ], [ 120.1271776, 30.332782 ], [ 120.1271728, 30.334115 ] ], [ [ 120.1197468, 30.3322192 ], [ 120.1204633, 30.3325535 ], [ 120.1207853, 30.3327071 ], [ 120.1212112, 30.3328797 ], [ 120.1215432, 30.3330091 ], [ 120.1217915, 30.3330997 ], [ 120.1221616, 30.3332409 ], [ 120.1225801, 30.3333729 ], [ 120.1228268, 30.3334493 ], [ 120.1231836, 30.3335419 ], [ 120.1235798, 30.3336403 ], [ 120.1239047, 30.3337125 ], [ 120.1241323, 30.3337569 ], [ 120.1248637, 30.3339064 ], [ 120.125421, 30.3339712 ], [ 120.1256181, 30.333992 ], [ 120.1262361, 30.3340555 ], [ 120.1270499, 30.334115 ] ], [ [ 120.1270506, 30.3343401 ], [ 120.1262309, 30.3342778 ], [ 120.125583, 30.3342139 ], [ 120.1253968, 30.3341876 ], [ 120.1249153, 30.3341269 ], [ 120.1244918, 30.3340478 ], [ 120.124374, 30.3340244 ], [ 120.1239529, 30.3339407 ], [ 120.1236013, 30.3338614 ], [ 120.1232218, 30.3337887 ], [ 120.1227099, 30.3336519 ], [ 120.1221355, 30.3334675 ], [ 120.1216379, 30.3332718 ], [ 120.1213743, 30.3331554 ], [ 120.1210976, 30.3330331 ], [ 120.1196487, 30.3323994 ] ], [ [ 120.1270499, 30.334115 ], [ 120.1271728, 30.334115 ] ], [ [ 120.1271728, 30.334115 ], [ 120.1281023, 30.3341263 ], [ 120.129439, 30.3340972 ], [ 120.1310105, 30.3341432 ], [ 120.1317103, 30.3341708 ], [ 120.1331174, 30.3342292 ], [ 120.1333303, 30.334232 ], [ 120.1338586, 30.334267 ], [ 120.1347001, 30.3343354 ] ], [ [ 120.1270506, 30.3343401 ], [ 120.1270499, 30.334115 ] ], [ [ 120.1271728, 30.334115 ], [ 120.1271854, 30.3343486 ] ], [ [ 120.1271854, 30.3343486 ], [ 120.1270506, 30.3343401 ] ], [ [ 120.1295012, 30.3345098 ], [ 120.1292857, 30.334486 ], [ 120.1283419, 30.3344318 ], [ 120.1279211, 30.3344005 ], [ 120.1271854, 30.3343486 ] ], [ [ 120.1270453, 30.3364639 ], [ 120.1270548, 30.3357317 ], [ 120.1270506, 30.3343401 ] ], [ [ 120.1348129, 30.3343441 ], [ 120.1353065, 30.3343997 ], [ 120.1354941, 30.3344061 ], [ 120.1365635, 30.3344703 ], [ 120.1366528, 30.3344757 ], [ 120.1372649, 30.3344982 ], [ 120.1382644, 30.3345349 ], [ 120.1399939, 30.3345509 ] ], [ [ 120.1399939, 30.3345509 ], [ 120.1402542, 30.3345533 ] ], [ [ 120.1346972, 30.3346647 ], [ 120.1333107, 30.3346443 ], [ 120.1329204, 30.3346228 ], [ 120.1318502, 30.3345858 ], [ 120.1309764, 30.3345633 ], [ 120.1295012, 30.3345098 ] ], [ [ 120.1349187, 30.3346645 ], [ 120.1346972, 30.3346647 ] ], [ [ 120.1399727, 30.3347607 ], [ 120.1384858, 30.3347525 ], [ 120.1382986, 30.3347515 ], [ 120.1377421, 30.3347375 ], [ 120.1368929, 30.3347162 ], [ 120.1366716, 30.3347106 ], [ 120.1352096, 30.3346723 ], [ 120.1349187, 30.3346645 ] ], [ [ 120.1402295, 30.334774 ], [ 120.1399727, 30.3347607 ] ], [ [ 120.1271854, 30.3343486 ], [ 120.1271955, 30.3356775 ], [ 120.1271961, 30.3364061 ], [ 120.1271567, 30.3367059 ], [ 120.1270697, 30.3373094 ], [ 120.1270425, 30.3374255 ] ], [ [ 120.1030582, 30.3248802 ], [ 120.1028602, 30.3248105 ] ], [ [ 120.0971685, 30.3224791 ], [ 120.0974962, 30.3226783 ], [ 120.1015646, 30.3240693 ], [ 120.102949969904799, 30.324545580576967 ] ], [ [ 120.102949969904799, 30.324545580576967 ], [ 120.103137637895742, 30.324610099532293 ] ], [ [ 120.103137637895742, 30.324610099532293 ], [ 120.1049745, 30.3252416 ], [ 120.1063204, 30.3257265 ], [ 120.107168, 30.326083 ], [ 120.107863, 30.3264087 ], [ 120.1083215, 30.3266235 ], [ 120.1092333, 30.3270508 ], [ 120.1105445, 30.3275722 ] ], [ [ 120.1101171, 30.3277491 ], [ 120.1091823, 30.327141 ], [ 120.1082543, 30.3266865 ], [ 120.1078005, 30.3264642 ], [ 120.1071358, 30.3261386 ], [ 120.1062909, 30.3257844 ], [ 120.1049506, 30.3252904 ], [ 120.103119552668602, 30.324671591950533 ] ], [ [ 120.103119552668602, 30.324671591950533 ], [ 120.102929082286195, 30.324607221901875 ] ], [ [ 120.102929082286195, 30.324607221901875 ], [ 120.1015377, 30.324137 ], [ 120.0981328, 30.322979 ], [ 120.097437, 30.3227513 ], [ 120.0970566, 30.3226627 ] ], [ [ 120.1024343, 30.3266061 ], [ 120.1025063, 30.3262631 ], [ 120.1025754, 30.3259404 ], [ 120.1026155, 30.3257753 ], [ 120.1027187, 30.3253294 ], [ 120.1028602, 30.3248105 ] ], [ [ 120.1031949, 30.3244154 ], [ 120.1035634, 30.3245377 ], [ 120.1040862, 30.3247421 ], [ 120.1041255, 30.3247556 ], [ 120.1056868, 30.325293 ], [ 120.105912, 30.3253851 ], [ 120.1063348, 30.3255434 ], [ 120.1067577, 30.3257123 ], [ 120.1076311, 30.3261265 ], [ 120.1085258, 30.3265316 ], [ 120.1092885, 30.3269092 ], [ 120.1100942, 30.3273345 ], [ 120.1105445, 30.3275722 ] ], [ [ 120.1101171, 30.3277491 ], [ 120.1100047, 30.3276811 ], [ 120.1099045, 30.327629 ], [ 120.109643, 30.3274905 ], [ 120.1091664, 30.3272379 ], [ 120.1078175, 30.3265827 ], [ 120.1073627, 30.3263563 ], [ 120.1070264, 30.3262001 ], [ 120.1066499, 30.3260272 ], [ 120.1062698, 30.3258677 ], [ 120.1057799, 30.3256753 ], [ 120.1049675, 30.3253985 ], [ 120.1040211, 30.3251077 ], [ 120.1037027, 30.3250089 ], [ 120.1034209, 30.3249453 ], [ 120.1030582, 30.3248802 ] ], [ [ 120.1030582, 30.3248802 ], [ 120.1029874, 30.3251491 ], [ 120.1029166, 30.3254789 ], [ 120.1028001, 30.3259673 ], [ 120.1026363, 30.3266537 ], [ 120.1024585, 30.3272739 ], [ 120.1022618, 30.3280452 ], [ 120.1021978, 30.3284731 ], [ 120.1021497, 30.3286215 ], [ 120.1020365, 30.3290967 ], [ 120.1018708, 30.3297907 ], [ 120.1017155, 30.3302734 ] ], [ [ 120.1117015, 30.3286214 ], [ 120.111475, 30.328512 ], [ 120.1105436, 30.3279877 ], [ 120.1104258, 30.3279231 ], [ 120.1101171, 30.3277491 ] ], [ [ 120.1105445, 30.3275722 ], [ 120.1112194, 30.3279284 ], [ 120.1129255, 30.3287681 ], [ 120.1133313, 30.3289679 ], [ 120.1138736, 30.3292461 ] ], [ [ 120.1271218, 30.325616 ], [ 120.1271323, 30.3257534 ] ], [ [ 120.1270136, 30.3299004 ], [ 120.1269522, 30.3283805 ], [ 120.1269675, 30.3268186 ], [ 120.1269351, 30.3264425 ], [ 120.1269391, 30.326204 ], [ 120.1269256, 30.3257221 ] ], [ [ 120.1271323, 30.3257534 ], [ 120.1271389, 30.3262434 ], [ 120.1271435, 30.326455 ], [ 120.1271386, 30.3270595 ], [ 120.1271279, 30.3283778 ], [ 120.1271605, 30.3299232 ] ], [ [ 120.1270108, 30.3300622 ], [ 120.1270136, 30.3299004 ] ], [ [ 120.1132635, 30.3293348 ], [ 120.1126465, 30.3290778 ], [ 120.1117015, 30.3286214 ] ], [ [ 120.1132635, 30.3293348 ], [ 120.1131759, 30.3292541 ], [ 120.1126011, 30.328983 ] ], [ [ 120.1138736, 30.3292461 ], [ 120.1140478, 30.3293218 ] ], [ [ 120.1138073, 30.3295612 ], [ 120.1132635, 30.3293348 ] ], [ [ 120.1139352, 30.3296125 ], [ 120.1138073, 30.3295612 ] ], [ [ 120.1014907, 30.3301589 ], [ 120.1016187, 30.3299187 ], [ 120.1017115, 30.3296119 ], [ 120.1018177, 30.3291668 ], [ 120.1019618, 30.3285909 ], [ 120.1021017, 30.3280272 ], [ 120.1022131, 30.3275687 ], [ 120.1022555, 30.327376 ], [ 120.1024343, 30.3266061 ] ], [ [ 120.1017155, 30.3302734 ], [ 120.1014663, 30.3308686 ], [ 120.1013443, 30.331048 ], [ 120.1008202, 30.3322327 ], [ 120.1003918, 30.3330969 ] ], [ [ 120.0993168, 30.3342207 ], [ 120.0998207, 30.3335672 ], [ 120.1000253, 30.333244 ], [ 120.100154, 30.3329944 ], [ 120.100192, 30.3329207 ], [ 120.1005406, 30.3321629 ], [ 120.1011091, 30.3309996 ], [ 120.1013405, 30.3304951 ], [ 120.1014907, 30.3301589 ] ], [ [ 120.1140478, 30.3293218 ], [ 120.1164591, 30.3305153 ], [ 120.1173655, 30.3309639 ], [ 120.1180191, 30.3312976 ], [ 120.1184732, 30.33158 ], [ 120.1188053, 30.3317511 ], [ 120.1191768, 30.3319363 ], [ 120.1195896, 30.3321425 ] ], [ [ 120.1194828, 30.3323297 ], [ 120.1190547, 30.3321515 ], [ 120.1186538, 30.3319536 ], [ 120.117094, 30.3311797 ], [ 120.1139352, 30.3296125 ] ], [ [ 120.1195896, 30.3321425 ], [ 120.1197468, 30.3322192 ] ], [ [ 120.1196487, 30.3323994 ], [ 120.1194828, 30.3323297 ] ], [ [ 120.1003918, 30.3330969 ], [ 120.1003342, 30.3332135 ], [ 120.1002682, 30.3333274 ], [ 120.1001334, 30.3335599 ], [ 120.1000909, 30.3336168 ], [ 120.0995304, 30.3343667 ] ], [ [ 120.099188, 30.3343877 ], [ 120.0993168, 30.3342207 ] ], [ [ 120.1572999, 30.3214358 ], [ 120.1573821, 30.3215406 ] ], [ [ 120.1572926, 30.3216631 ], [ 120.1572044, 30.3215525 ] ], [ [ 120.1573821, 30.3215406 ], [ 120.1574011, 30.3215641 ], [ 120.1575866, 30.3217412 ], [ 120.1576665, 30.3218919 ], [ 120.1577792, 30.3220123 ], [ 120.1579756, 30.3221723 ], [ 120.158678, 30.3229508 ], [ 120.1589858, 30.323292 ], [ 120.1592508, 30.3235857 ], [ 120.1594066, 30.3237584 ], [ 120.159552, 30.3239196 ], [ 120.1595871, 30.3239585 ], [ 120.1599867, 30.3244014 ], [ 120.1603989, 30.3248583 ], [ 120.1608415, 30.3253488 ], [ 120.1612274, 30.3257765 ], [ 120.1617167, 30.3263188 ], [ 120.1619079, 30.3265307 ], [ 120.161978, 30.3266084 ], [ 120.1620926, 30.3267554 ], [ 120.1625796, 30.3273235 ], [ 120.1628404, 30.3276315 ], [ 120.1632503, 30.3281155 ], [ 120.1636716, 30.3285645 ], [ 120.1637413, 30.3286384 ], [ 120.1640582, 30.3289815 ], [ 120.1643697, 30.3292973 ] ], [ [ 120.1642142, 30.3293797 ], [ 120.1641304, 30.3292873 ], [ 120.1638857, 30.3290233 ], [ 120.1632126, 30.3283484 ], [ 120.1629557, 30.3280618 ], [ 120.1624513, 30.3274992 ], [ 120.1620778, 30.3270534 ], [ 120.1618267, 30.3267537 ], [ 120.161771, 30.326681 ], [ 120.1615864, 30.326477 ], [ 120.1615168, 30.3263989 ], [ 120.1610574, 30.3258839 ], [ 120.1598921, 30.3245776 ], [ 120.1586314, 30.3231641 ], [ 120.158245, 30.3227309 ], [ 120.1578112, 30.3222445 ], [ 120.1577547, 30.3221859 ], [ 120.1575802, 30.3219944 ], [ 120.1575657, 30.3219693 ], [ 120.1572926, 30.3216631 ] ], [ [ 120.1687018, 30.3219337 ], [ 120.168677, 30.3220432 ] ], [ [ 120.168677, 30.3220432 ], [ 120.1686148, 30.3222934 ], [ 120.1683886, 30.3232029 ], [ 120.1682386, 30.3238058 ], [ 120.1681836, 30.3240269 ], [ 120.1679702, 30.3247802 ], [ 120.1678938, 30.3250765 ], [ 120.1678292, 30.3252848 ] ], [ [ 120.1671425, 30.3281031 ], [ 120.1671249, 30.327893 ], [ 120.1671405, 30.3275119 ], [ 120.167179, 30.3272761 ], [ 120.1674364, 30.3262483 ], [ 120.1675693, 30.3257262 ], [ 120.1676805, 30.325289 ], [ 120.16771, 30.3251599 ], [ 120.1677536, 30.3250059 ], [ 120.1677798, 30.3248925 ], [ 120.1677851, 30.324868 ], [ 120.1678283, 30.3246461 ], [ 120.1679466, 30.3241319 ], [ 120.168091, 30.3235039 ], [ 120.1684286, 30.3220359 ] ], [ [ 120.1678292, 30.3252848 ], [ 120.1678056, 30.3253711 ], [ 120.1676365, 30.3259886 ], [ 120.1676221, 30.3260458 ], [ 120.1673507, 30.3271239 ], [ 120.1673012, 30.3273204 ], [ 120.1672572, 30.3276303 ], [ 120.1672762, 30.3280816 ] ], [ [ 120.1671425, 30.3281031 ], [ 120.1672762, 30.3280816 ] ], [ [ 120.1672763, 30.3283588 ], [ 120.1671425, 30.3281031 ] ], [ [ 120.1673868, 30.3283481 ], [ 120.1672763, 30.3283588 ] ], [ [ 120.1643697, 30.3292973 ], [ 120.1652363, 30.3287616 ], [ 120.1658026, 30.3284779 ], [ 120.1662322, 30.328306 ], [ 120.1666929, 30.3281838 ], [ 120.1670023, 30.3281283 ], [ 120.1671425, 30.3281031 ] ], [ [ 120.1672763, 30.3283588 ], [ 120.1668227, 30.3284316 ], [ 120.1663923, 30.3285374 ], [ 120.1659193, 30.3287124 ], [ 120.1653863, 30.3289716 ], [ 120.1650071, 30.3291736 ], [ 120.1645288, 30.329476 ] ], [ [ 120.1642142, 30.3293797 ], [ 120.1643697, 30.3292973 ] ], [ [ 120.1643697, 30.3292973 ], [ 120.1645288, 30.329476 ] ], [ [ 120.1643831, 30.3295485 ], [ 120.1642142, 30.3293797 ] ], [ [ 120.1645288, 30.329476 ], [ 120.1643831, 30.3295485 ] ], [ [ 120.1645288, 30.329476 ], [ 120.1647253, 30.3297174 ], [ 120.165058, 30.3300724 ], [ 120.1654912, 30.3305345 ], [ 120.1655841, 30.3306337 ], [ 120.1659626, 30.3310219 ], [ 120.1660789, 30.3311412 ], [ 120.1661055, 30.3311685 ], [ 120.1665189, 30.3315382 ], [ 120.1667181, 30.3317447 ] ], [ [ 120.1665921, 30.3318357 ], [ 120.1662696, 30.3315097 ], [ 120.1659771, 30.3312464 ], [ 120.1654712, 30.3307195 ], [ 120.1651016, 30.3303227 ], [ 120.1649067, 30.3301134 ], [ 120.1646081, 30.3297928 ], [ 120.1643831, 30.3295485 ] ], [ [ 120.1597177, 30.3320747 ], [ 120.160196, 30.3317851 ], [ 120.1606699, 30.3315024 ], [ 120.1609921, 30.3313102 ], [ 120.1613965, 30.331069 ], [ 120.1616269, 30.3309316 ], [ 120.162509, 30.3303884 ], [ 120.1626788, 30.3302838 ], [ 120.1635004, 30.329826 ], [ 120.1642142, 30.3293797 ] ], [ [ 120.1643831, 30.3295485 ], [ 120.1633902, 30.3301327 ], [ 120.1617552, 30.3310845 ], [ 120.1615632, 30.3311983 ], [ 120.1606619, 30.3317627 ], [ 120.1605403, 30.3318374 ], [ 120.1598285, 30.3322743 ] ], [ [ 120.1672762, 30.3280816 ], [ 120.1676348, 30.3280603 ], [ 120.168048, 30.3280513 ], [ 120.1682651, 30.3280466 ], [ 120.1686343, 30.328069 ], [ 120.1687233, 30.3280848 ], [ 120.1689785, 30.3281303 ], [ 120.1692934, 30.3281867 ], [ 120.1694864, 30.3282212 ], [ 120.1699643, 30.328338 ], [ 120.1706292, 30.328498 ], [ 120.1712387, 30.3286447 ], [ 120.172693, 30.3289948 ], [ 120.1729515, 30.3290526 ], [ 120.1735633, 30.3291894 ] ], [ [ 120.1734783, 30.3294454 ], [ 120.1712698, 30.3289003 ], [ 120.1710618, 30.3288488 ], [ 120.1695431, 30.3284726 ], [ 120.1694719, 30.3284621 ], [ 120.1691476, 30.3284143 ], [ 120.1687472, 30.328343 ], [ 120.1682792, 30.3283106 ], [ 120.1677062, 30.3283171 ], [ 120.1673868, 30.3283481 ] ], [ [ 120.1735633, 30.3291894 ], [ 120.1737002, 30.32922 ] ], [ [ 120.1736114, 30.3294782 ], [ 120.1734783, 30.3294454 ] ], [ [ 120.1667854, 30.3318144 ], [ 120.1679769, 30.3330495 ], [ 120.1687759, 30.3338267 ], [ 120.1689605, 30.3340145 ], [ 120.1698443, 30.3351005 ], [ 120.1699546, 30.335236 ], [ 120.170434, 30.3358041 ], [ 120.1704572, 30.3358377 ], [ 120.1707944, 30.3363263 ], [ 120.1709563, 30.3365608 ], [ 120.1737956, 30.3408357 ], [ 120.174298, 30.3416002 ] ], [ [ 120.1741475, 30.3416809 ], [ 120.1738836, 30.3412398 ], [ 120.1727456, 30.3395082 ], [ 120.1722653, 30.3387775 ], [ 120.1721016, 30.3385283 ], [ 120.1710756, 30.3370582 ], [ 120.1703786, 30.3359693 ], [ 120.1697328, 30.335171 ], [ 120.1692699, 30.3345588 ], [ 120.1691465, 30.3343956 ], [ 120.1688696, 30.3340744 ], [ 120.1686857, 30.3338776 ], [ 120.1678523, 30.3331097 ], [ 120.16666, 30.3319044 ] ], [ [ 120.174298, 30.3416002 ], [ 120.1744417, 30.3418128 ] ], [ [ 120.174301, 30.3418818 ], [ 120.1741475, 30.3416809 ] ], [ [ 120.1744417, 30.3418128 ], [ 120.1765946, 30.3450188 ] ], [ [ 120.176495, 30.3450693 ], [ 120.1762153, 30.344646 ], [ 120.176074, 30.3444446 ], [ 120.174723, 30.3425192 ], [ 120.174301, 30.3418818 ] ], [ [ 120.1667181, 30.3317447 ], [ 120.1667854, 30.3318144 ] ], [ [ 120.16666, 30.3319044 ], [ 120.1665921, 30.3318357 ] ], [ [ 120.0995304, 30.3343667 ], [ 120.0994818, 30.3344802 ] ], [ [ 120.0959589, 30.3378349 ], [ 120.0961881, 30.3375518 ], [ 120.0964801, 30.3371912 ], [ 120.0968631, 30.336743 ], [ 120.0971418, 30.3364272 ], [ 120.0974433, 30.3361245 ], [ 120.098409, 30.3352114 ], [ 120.0988539, 30.3347809 ], [ 120.099188, 30.3343877 ] ], [ [ 120.0994818, 30.3344802 ], [ 120.0990279, 30.3349151 ], [ 120.0990186, 30.3349222 ], [ 120.0984976, 30.3353195 ], [ 120.0978019, 30.3359898 ], [ 120.0975933, 30.3361908 ], [ 120.0972777, 30.3365081 ], [ 120.0969932, 30.3368389 ], [ 120.096651, 30.3372512 ], [ 120.0963676, 30.3377132 ], [ 120.0961506, 30.3379762 ] ], [ [ 120.1261426, 30.3395303 ], [ 120.1263714, 30.3390566 ], [ 120.1265454, 30.338615 ], [ 120.1267085, 30.3381578 ], [ 120.1267966, 30.3378718 ], [ 120.1270141, 30.3367312 ], [ 120.1270453, 30.3364639 ] ], [ [ 120.1270425, 30.3374255 ], [ 120.1269306, 30.3379031 ], [ 120.1268439, 30.3382052 ], [ 120.1267333, 30.3385267 ], [ 120.1265409, 30.3390102 ], [ 120.1262545, 30.3396563 ] ], [ [ 120.0940248, 30.3400582 ], [ 120.0944519, 30.3395713 ], [ 120.0948577, 30.3391333 ], [ 120.0949503, 30.3390228 ], [ 120.0954013, 30.3384841 ], [ 120.0959589, 30.3378349 ] ], [ [ 120.0961506, 30.3379762 ], [ 120.0955951, 30.3386422 ], [ 120.0953387, 30.3389476 ], [ 120.0950717, 30.3392658 ], [ 120.0941913, 30.3401595 ] ], [ [ 120.0917206, 30.3430965 ], [ 120.0920925, 30.3425256 ], [ 120.0924379, 30.3419775 ], [ 120.092849, 30.3414068 ], [ 120.0932271, 30.3409159 ], [ 120.0940248, 30.3400582 ] ], [ [ 120.1596499, 30.3321157 ], [ 120.1597177, 30.3320747 ] ], [ [ 120.1480835, 30.3345578 ], [ 120.1481521, 30.3345552 ], [ 120.1495648, 30.3345705 ], [ 120.1496919, 30.3345718 ], [ 120.1499596, 30.3345747 ], [ 120.1510323, 30.3345863 ], [ 120.1515524, 30.3346538 ], [ 120.1526295, 30.3346734 ], [ 120.1530485, 30.334681 ], [ 120.153717, 30.3346932 ], [ 120.1538539, 30.3346957 ], [ 120.1543666, 30.3346494 ], [ 120.1547916, 30.3345972 ], [ 120.1550372, 30.3345318 ], [ 120.1552351, 30.3344702 ], [ 120.1558398, 30.3342633 ], [ 120.156148, 30.3341765 ], [ 120.1564322, 30.3340643 ], [ 120.1566785, 30.3339209 ], [ 120.1567548, 30.3338764 ], [ 120.1573475, 30.3335117 ], [ 120.1578756, 30.3331906 ], [ 120.1585486, 30.3327728 ], [ 120.1591298, 30.3324125 ], [ 120.1596499, 30.3321157 ] ], [ [ 120.1598285, 30.3322743 ], [ 120.158917, 30.3328586 ], [ 120.1586811, 30.3330016 ], [ 120.1576208, 30.3336431 ], [ 120.1571786, 30.3339106 ], [ 120.1566356, 30.3342446 ], [ 120.1565686, 30.3342792 ], [ 120.1564828, 30.3343236 ], [ 120.1560773, 30.3345331 ], [ 120.1557074, 30.3347147 ], [ 120.1554777, 30.3347794 ], [ 120.1554271, 30.3347937 ], [ 120.1553596, 30.3348128 ], [ 120.1553099, 30.3348243 ], [ 120.1548028, 30.3349419 ], [ 120.1543326, 30.33498 ], [ 120.1542796, 30.3349828 ], [ 120.1537078, 30.3349625 ], [ 120.153241, 30.3349459 ], [ 120.1530249, 30.3349412 ], [ 120.1526108, 30.3349323 ], [ 120.1514537, 30.3349075 ], [ 120.1510252, 30.3349705 ], [ 120.1506739, 30.3349682 ], [ 120.1501729, 30.3349649 ], [ 120.1498894, 30.3349631 ], [ 120.1497873, 30.3349624 ], [ 120.149374, 30.3349597 ], [ 120.149216, 30.3349587 ], [ 120.1491708, 30.3349584 ], [ 120.1481594, 30.3349442 ], [ 120.1475887, 30.3348711 ], [ 120.1471273, 30.3348701 ], [ 120.1447507, 30.3348193 ] ], [ [ 120.1445886, 30.3348117 ], [ 120.1439786, 30.3347967 ], [ 120.143091, 30.3347937 ], [ 120.1418944, 30.3347896 ], [ 120.1402295, 30.334774 ] ], [ [ 120.1447507, 30.3348193 ], [ 120.1445886, 30.3348117 ] ], [ [ 120.1260774, 30.3396652 ], [ 120.1261426, 30.3395303 ] ], [ [ 120.1262545, 30.3396563 ], [ 120.1254763, 30.3415105 ], [ 120.1244912, 30.3437962 ] ], [ [ 120.1229724, 30.3468711 ], [ 120.1230502, 30.3467111 ], [ 120.1233386, 30.3460973 ], [ 120.1234593, 30.3458176 ], [ 120.1238269, 30.3449658 ], [ 120.1238519, 30.3449078 ], [ 120.1239941, 30.3445837 ], [ 120.1243723, 30.3436928 ], [ 120.1253252, 30.3415118 ], [ 120.1260774, 30.3396652 ] ], [ [ 120.1244912, 30.3437962 ], [ 120.1241456, 30.3446196 ], [ 120.1239954, 30.3449483 ], [ 120.1237528, 30.3455329 ], [ 120.1235143, 30.3460662 ], [ 120.1233446, 30.3464679 ], [ 120.1231877, 30.3469335 ] ], [ [ 120.0871815, 30.3492139 ], [ 120.0877874, 30.348466 ], [ 120.0883535, 30.3477671 ], [ 120.0890262, 30.3469317 ], [ 120.0900585, 30.3455124 ] ], [ [ 120.0903866, 30.3456601 ], [ 120.0901012, 30.3460758 ], [ 120.0898862, 30.3463325 ], [ 120.0898037, 30.3464309 ], [ 120.089171, 30.3471609 ], [ 120.0885921, 30.3479085 ], [ 120.087428, 30.3493529 ] ], [ [ 120.1221082, 30.3488051 ], [ 120.1228026, 30.3471451 ], [ 120.1229724, 30.3468711 ] ], [ [ 120.1231877, 30.3469335 ], [ 120.1229427, 30.3476474 ], [ 120.122797, 30.347958 ], [ 120.1225185, 30.3486146 ], [ 120.1224289, 30.3488103 ] ], [ [ 120.1220223, 30.3489418 ], [ 120.1221082, 30.3488051 ] ], [ [ 120.1224289, 30.3488103 ], [ 120.1223685, 30.3489688 ] ], [ [ 120.1765946, 30.3450188 ], [ 120.1768606, 30.345415 ], [ 120.1781255, 30.34719 ] ], [ [ 120.1780039, 30.3472579 ], [ 120.1773739, 30.3463871 ], [ 120.1772999, 30.3462761 ], [ 120.176495, 30.3450693 ] ], [ [ 120.1781255, 30.34719 ], [ 120.1782047, 30.3472942 ] ], [ [ 120.1210641, 30.3514101 ], [ 120.1212533, 30.3510552 ], [ 120.1216887, 30.3500082 ], [ 120.1218094, 30.3497142 ], [ 120.1219813, 30.3493104 ], [ 120.1220223, 30.3489418 ] ], [ [ 120.1223685, 30.3489688 ], [ 120.1220535, 30.3497015 ], [ 120.1219115, 30.3500322 ], [ 120.121412, 30.3512383 ], [ 120.1213319, 30.3514819 ] ], [ [ 120.120988, 30.3515809 ], [ 120.1210641, 30.3514101 ] ], [ [ 120.1213319, 30.3514819 ], [ 120.121293, 30.3515757 ] ], [ [ 120.121293, 30.3515757 ], [ 120.1194856, 30.3559302 ] ], [ [ 120.1190503, 30.3559269 ], [ 120.120988, 30.3515809 ] ], [ [ 120.1190086, 30.3560205 ], [ 120.1190503, 30.3559269 ] ], [ [ 120.1194856, 30.3559302 ], [ 120.1194441, 30.3560302 ], [ 120.1194282, 30.3560767 ] ], [ [ 120.1180927, 30.3600455 ], [ 120.1184263, 30.35821 ], [ 120.1185204, 30.3577375 ], [ 120.1185745, 30.3574655 ], [ 120.118679, 30.3570595 ], [ 120.1189056, 30.3563526 ], [ 120.1190086, 30.3560205 ] ], [ [ 120.1194282, 30.3560767 ], [ 120.119085, 30.3570789 ], [ 120.1190015, 30.3573227 ], [ 120.118916, 30.3576791 ], [ 120.1187923, 30.3581949 ], [ 120.1186442, 30.3590071 ], [ 120.1184487, 30.360043 ] ], [ [ 120.1173976, 30.3636923 ], [ 120.1175685, 30.362758 ], [ 120.1180255, 30.3604132 ], [ 120.1180927, 30.3600455 ] ], [ [ 120.1184487, 30.360043 ], [ 120.1180429, 30.3622103 ], [ 120.1179305, 30.3627891 ], [ 120.1176689, 30.3637431 ], [ 120.1176405, 30.3638465 ], [ 120.1171571, 30.3665822 ] ], [ [ 120.1173595, 30.3637818 ], [ 120.1173976, 30.3636923 ] ], [ [ 120.1780778, 30.34736 ], [ 120.1780039, 30.3472579 ] ], [ [ 120.1782047, 30.3472942 ], [ 120.1784348, 30.3476028 ], [ 120.1788935, 30.3483012 ], [ 120.1790557, 30.3485425 ], [ 120.1792274, 30.3487421 ], [ 120.1794821, 30.3489997 ], [ 120.1797486, 30.3491599 ], [ 120.1801022, 30.3493489 ], [ 120.1802719, 30.349417 ], [ 120.1804416, 30.3494851 ], [ 120.1808335, 30.3495791 ], [ 120.1811501, 30.3496234 ], [ 120.181618, 30.3496572 ], [ 120.1829538, 30.3497256 ], [ 120.1840674, 30.3497749 ], [ 120.1862702, 30.349886 ], [ 120.1870195, 30.3499228 ] ], [ [ 120.187041, 30.3500763 ], [ 120.1863085, 30.3500379 ], [ 120.1840661, 30.3499348 ], [ 120.1830366, 30.3498874 ], [ 120.1816955, 30.3498226 ], [ 120.1812985, 30.3498041 ], [ 120.1808432, 30.349742 ], [ 120.1805101, 30.349662 ], [ 120.1801971, 30.3495642 ], [ 120.1799191, 30.3494323 ], [ 120.1797487, 30.3493384 ], [ 120.1795942, 30.3492619 ], [ 120.1793389, 30.3490932 ], [ 120.1790827, 30.3488487 ], [ 120.1788176, 30.3485334 ], [ 120.1787031, 30.3483671 ], [ 120.1785397, 30.3481201 ], [ 120.1783132, 30.3477776 ], [ 120.1780778, 30.34736 ] ], [ [ 120.1169415, 30.366576 ], [ 120.1172553, 30.3645248 ], [ 120.1173595, 30.3637818 ] ], [ [ 120.1162283, 30.3700849 ], [ 120.1162609, 30.369937 ], [ 120.1163469, 30.3695466 ], [ 120.1163863, 30.3693679 ], [ 120.1164103, 30.3692395 ], [ 120.1165328, 30.368809 ], [ 120.1167269, 30.3677196 ], [ 120.1169415, 30.366576 ] ], [ [ 120.1171571, 30.3665822 ], [ 120.1170686, 30.3671074 ], [ 120.116806, 30.3684757 ], [ 120.1166981, 30.3691919 ], [ 120.1166797, 30.3692817 ], [ 120.1166486, 30.3694608 ], [ 120.116565, 30.3699675 ], [ 120.1165431, 30.3700999 ] ], [ [ 120.1161988, 30.3702513 ], [ 120.1162283, 30.3700849 ] ], [ [ 120.1165431, 30.3700999 ], [ 120.1165035, 30.3702641 ] ], [ [ 120.1150177, 30.3772059 ], [ 120.1151113, 30.376123 ], [ 120.1151802, 30.3754959 ], [ 120.1152634, 30.3749132 ], [ 120.1153677, 30.3745733 ], [ 120.1154626, 30.3740113 ], [ 120.1157184, 30.372659 ], [ 120.1158716, 30.3720518 ], [ 120.1159366, 30.371548 ], [ 120.1161682, 30.3704027 ], [ 120.1161988, 30.3702513 ] ], [ [ 120.1165035, 30.3702641 ], [ 120.1164724, 30.3704122 ], [ 120.1163884, 30.3708117 ], [ 120.1156775, 30.3746313 ], [ 120.1156099, 30.3752113 ], [ 120.1155559, 30.3755598 ], [ 120.1155091, 30.3761517 ], [ 120.1154484, 30.3772967 ] ], [ [ 120.0970834, 30.4002988 ], [ 120.0965719, 30.4002863 ], [ 120.0964153, 30.4002795 ], [ 120.0961046, 30.4002659 ], [ 120.0951669, 30.400206 ], [ 120.0943225, 30.4001294 ], [ 120.093277, 30.3999979 ], [ 120.0915864, 30.3996738 ], [ 120.09007, 30.399254 ], [ 120.0893637, 30.3990115 ], [ 120.0883886, 30.3986599 ], [ 120.087276, 30.3981951 ], [ 120.0864228, 30.3977891 ], [ 120.0860114, 30.3975672 ] ], [ [ 120.1406043, 30.3996678 ], [ 120.1444934, 30.3995716 ], [ 120.1445832, 30.3995707 ], [ 120.1477702, 30.3995397 ], [ 120.1482295, 30.3995352 ], [ 120.1494862, 30.3995133 ], [ 120.1502038, 30.3994974 ], [ 120.1507139, 30.3995303 ], [ 120.1513678, 30.3995782 ], [ 120.1520647, 30.3996724 ], [ 120.1529571, 30.3998531 ], [ 120.154238, 30.4001298 ], [ 120.1545778, 30.4002043 ], [ 120.1578595, 30.4008727 ] ], [ [ 120.1578561, 30.4010799 ], [ 120.1549183, 30.4004749 ], [ 120.1543789, 30.4003356 ], [ 120.1538075, 30.4002062 ], [ 120.1525386, 30.3999445 ], [ 120.151933, 30.3998409 ], [ 120.1512645, 30.399762 ], [ 120.1506671, 30.3997158 ], [ 120.1498664, 30.3996729 ], [ 120.1481972, 30.399716 ], [ 120.1477212, 30.3997193 ], [ 120.1444769, 30.3997555 ], [ 120.1405858, 30.3997803 ] ], [ [ 120.1011569, 30.3997084 ], [ 120.1020232, 30.3994905 ] ], [ [ 120.0990709, 30.3999629 ], [ 120.0995577, 30.399919 ], [ 120.1000005, 30.3998669 ], [ 120.1006606, 30.3997795 ], [ 120.1011569, 30.3997084 ] ], [ [ 120.0989248, 30.3999728 ], [ 120.0990709, 30.3999629 ] ], [ [ 120.1021307, 30.3998725 ], [ 120.1017376, 30.3999231 ], [ 120.1011291, 30.4000161 ], [ 120.1004676, 30.4000857 ] ], [ [ 120.1004676, 30.4000857 ], [ 120.0995737, 30.4002026 ], [ 120.0990322, 30.4002492 ] ], [ [ 120.1011569, 30.3997084 ], [ 120.1050008, 30.399134 ], [ 120.105198, 30.3991037 ], [ 120.1064086, 30.3989315 ], [ 120.1076232, 30.3987923 ], [ 120.1083276, 30.3987437 ], [ 120.1095335, 30.3987437 ], [ 120.110375, 30.3987853 ], [ 120.1119903, 30.3988652 ], [ 120.1174787, 30.3991277 ], [ 120.1218683, 30.3993367 ], [ 120.1265227, 30.3995311 ], [ 120.1292593, 30.3996676 ], [ 120.129543, 30.3996817 ], [ 120.1315748, 30.3997504 ], [ 120.1325182, 30.3997352 ], [ 120.1335423, 30.3997393 ], [ 120.1349243, 30.3997449 ] ], [ [ 120.1349199, 30.3998648 ], [ 120.1323177, 30.3998566 ], [ 120.1309008, 30.3998521 ], [ 120.1308498, 30.3998519 ], [ 120.1295233, 30.3997951 ], [ 120.1292559, 30.3997836 ], [ 120.127715, 30.3997176 ], [ 120.1230235, 30.3995223 ], [ 120.1182399, 30.3993087 ], [ 120.113888, 30.3990707 ], [ 120.1119824, 30.3989884 ], [ 120.1096493, 30.3988876 ], [ 120.1084687, 30.398916 ], [ 120.1082951, 30.398921 ], [ 120.1079272, 30.3989497 ], [ 120.1074399, 30.398978 ], [ 120.1064208, 30.3991659 ], [ 120.1050371, 30.3993886 ], [ 120.104343, 30.3995221 ], [ 120.1014261, 30.3999356 ], [ 120.1004676, 30.4000857 ] ], [ [ 120.0971087, 30.4000231 ], [ 120.0976113, 30.4000303 ], [ 120.0989248, 30.3999728 ] ], [ [ 120.098884, 30.4002554 ], [ 120.0970834, 30.4002988 ] ], [ [ 120.0990322, 30.4002492 ], [ 120.098884, 30.4002554 ] ], [ [ 120.0872446, 30.4422579 ], [ 120.0873625, 30.4422959 ] ], [ [ 120.1578595, 30.4008727 ], [ 120.1580554, 30.4009126 ] ], [ [ 120.1350968, 30.3997429 ], [ 120.1358314, 30.3997343 ], [ 120.1370484, 30.399716 ], [ 120.1374588, 30.3997098 ], [ 120.138346, 30.3996964 ], [ 120.1392747, 30.3996846 ], [ 120.1406043, 30.3996678 ] ], [ [ 120.1349243, 30.3997449 ], [ 120.1350177, 30.3997438 ], [ 120.1350968, 30.3997429 ] ], [ [ 120.1405858, 30.3997803 ], [ 120.1374581, 30.3998269 ], [ 120.1370443, 30.399833 ], [ 120.1362811, 30.3998444 ], [ 120.1350896, 30.3998622 ] ], [ [ 120.1350896, 30.3998622 ], [ 120.1349199, 30.3998648 ] ], [ [ 120.1654684, 30.4025042 ], [ 120.1661466, 30.4026193 ], [ 120.1663344, 30.4026512 ] ], [ [ 120.1662203, 30.403048 ], [ 120.1660417, 30.4029791 ], [ 120.1652093, 30.4026579 ] ], [ [ 120.1654684, 30.4025042 ], [ 120.1661414, 30.4026399 ], [ 120.1673273, 30.402879 ], [ 120.1703154, 30.4035248 ] ], [ [ 120.1702901, 30.4037651 ], [ 120.1693471, 30.403545 ], [ 120.1672899, 30.4031075 ], [ 120.1660849, 30.4028481 ], [ 120.1652093, 30.4026579 ] ], [ [ 120.1580544, 30.4011207 ], [ 120.1578561, 30.4010799 ] ], [ [ 120.1580554, 30.4009126 ], [ 120.1594043, 30.4012007 ], [ 120.1601262, 30.4013499 ], [ 120.1612103, 30.4015862 ], [ 120.1615019, 30.4016498 ], [ 120.162606, 30.4018905 ], [ 120.1647918, 30.4023603 ], [ 120.1651071, 30.4024314 ], [ 120.1654684, 30.4025042 ] ], [ [ 120.1652093, 30.4026579 ], [ 120.1650535, 30.4026241 ], [ 120.1649929, 30.4026095 ], [ 120.1647231, 30.4025456 ], [ 120.1646704, 30.4025334 ], [ 120.1614399, 30.401841 ], [ 120.1611607, 30.4017812 ], [ 120.1601461, 30.4015637 ], [ 120.1598994, 30.401517 ], [ 120.1592584, 30.401369 ], [ 120.1591819, 30.401352 ], [ 120.1580544, 30.4011207 ] ], [ [ 120.1819839, 30.4516187 ], [ 120.1819981, 30.4511915 ], [ 120.1820183, 30.4508523 ], [ 120.1820879, 30.4496868 ], [ 120.1821417, 30.4482904 ], [ 120.1822629, 30.4470215 ], [ 120.182393, 30.4460777 ], [ 120.1827251, 30.4446696 ], [ 120.1828995, 30.4440448 ], [ 120.1830167, 30.4436251 ], [ 120.1832635, 30.4428901 ], [ 120.1833981, 30.4424916 ], [ 120.1836943, 30.4418301 ], [ 120.1838568, 30.4414711 ] ], [ [ 120.184025, 30.4414707 ], [ 120.1837376, 30.4420988 ], [ 120.1834164, 30.4429101 ], [ 120.1830559, 30.4440554 ], [ 120.1829149, 30.4445035 ], [ 120.1826162, 30.4457568 ], [ 120.1824134, 30.4470976 ], [ 120.1822781, 30.4486424 ], [ 120.1821993, 30.4504106 ], [ 120.1821494, 30.451452 ], [ 120.1820978, 30.4525285 ], [ 120.1820807, 30.452842 ], [ 120.182006, 30.4542102 ], [ 120.1819851, 30.454593 ], [ 120.1819739, 30.4555547 ], [ 120.1819513, 30.455987 ], [ 120.1818217, 30.458202 ], [ 120.1814882, 30.4644999 ], [ 120.1814545, 30.4652725 ], [ 120.1814347, 30.4657279 ], [ 120.1814211, 30.4660394 ], [ 120.1813004, 30.4674389 ], [ 120.181296, 30.4674899 ], [ 120.1811424, 30.4685925 ], [ 120.1810676, 30.468957 ], [ 120.1809888, 30.4693411 ] ], [ [ 120.1808817, 30.4693334 ], [ 120.1809424, 30.4689521 ], [ 120.1810106, 30.4685237 ], [ 120.1810217, 30.4684408 ], [ 120.1811435, 30.467535 ], [ 120.1811812, 30.4669187 ], [ 120.1812152, 30.4663617 ], [ 120.1813431, 30.4644976 ], [ 120.1813669, 30.4639106 ], [ 120.181379, 30.463611 ], [ 120.1814148, 30.46266 ], [ 120.1814911, 30.4619212 ], [ 120.181677, 30.4581826 ], [ 120.181741, 30.4568954 ], [ 120.1818764, 30.4541703 ], [ 120.1819443, 30.4528045 ], [ 120.1819839, 30.4516187 ] ], [ [ 120.1808529, 30.4694877 ], [ 120.1808817, 30.4693334 ] ], [ [ 120.2073767, 30.3451027 ], [ 120.20734, 30.3453953 ], [ 120.2073335, 30.3457214 ], [ 120.2073344, 30.3459708 ], [ 120.2073658, 30.3476003 ], [ 120.2073646, 30.3478039 ], [ 120.207363, 30.3480914 ], [ 120.2073666, 30.348329 ], [ 120.2073678, 30.3484102 ], [ 120.2073621, 30.3486821 ], [ 120.2073455, 30.3495053 ] ], [ [ 120.2072089, 30.3495085 ], [ 120.2072146, 30.3488625 ], [ 120.2072234, 30.3485282 ], [ 120.2072271, 30.3483872 ], [ 120.2072324, 30.347781 ], [ 120.2072353, 30.3475131 ], [ 120.2072331, 30.3469758 ], [ 120.2072215, 30.3460695 ], [ 120.2072283, 30.3451236 ] ], [ [ 120.2207931, 30.346426 ], [ 120.2212745, 30.3472779 ], [ 120.221703, 30.3480479 ] ], [ [ 120.221703, 30.3480479 ], [ 120.2217694, 30.3482248 ] ], [ [ 120.2215932, 30.348317 ], [ 120.2215095, 30.3481543 ] ], [ [ 120.2217694, 30.3482248 ], [ 120.2220936, 30.3488852 ], [ 120.2221887, 30.3491385 ], [ 120.222639, 30.3499561 ] ], [ [ 120.206847, 30.3516368 ], [ 120.2069033, 30.351425 ], [ 120.2070135, 30.3510123 ], [ 120.2070823, 30.3506511 ], [ 120.2072089, 30.3495085 ] ], [ [ 120.2073455, 30.3495053 ], [ 120.2072498, 30.3506648 ], [ 120.2071883, 30.3510208 ], [ 120.2070438, 30.3514714 ], [ 120.2070111, 30.3516521 ] ], [ [ 120.2067765, 30.3518124 ], [ 120.206847, 30.3516368 ] ], [ [ 120.2070111, 30.3516521 ], [ 120.2069259, 30.3518351 ] ], [ [ 120.2230981, 30.3531845 ], [ 120.2232108, 30.3528603 ], [ 120.2232791, 30.3525012 ], [ 120.223301, 30.352191 ], [ 120.22326, 30.3517257 ], [ 120.2232101, 30.351416 ], [ 120.2231211, 30.3510818 ], [ 120.2228333, 30.3506208 ], [ 120.2224932, 30.3500194 ], [ 120.2220637, 30.3491764 ], [ 120.2215932, 30.348317 ] ], [ [ 120.222639, 30.3499561 ], [ 120.2232323, 30.350986 ], [ 120.2233411, 30.3513412 ], [ 120.2234033, 30.351752 ], [ 120.2234497, 30.352105 ], [ 120.2234292, 30.3524798 ], [ 120.2233725, 30.3529004 ], [ 120.2232612, 30.3532363 ] ], [ [ 120.2069259, 30.3518351 ], [ 120.2062582, 30.3534177 ] ], [ [ 120.2045375, 30.3569431 ], [ 120.205222, 30.3553777 ], [ 120.2052661, 30.3552769 ], [ 120.2058474, 30.3539436 ], [ 120.2067765, 30.3518124 ] ], [ [ 120.2062582, 30.3534177 ], [ 120.2057059, 30.3547267 ], [ 120.2054419, 30.3553004 ], [ 120.204652, 30.3570164 ] ], [ [ 120.1871922, 30.347797 ], [ 120.1871919, 30.3486287 ], [ 120.187198, 30.3490116 ], [ 120.1872258, 30.3494875 ], [ 120.1872784, 30.3499355 ] ], [ [ 120.1870195, 30.3499228 ], [ 120.1869797, 30.3497011 ], [ 120.1869657, 30.3491973 ], [ 120.1869697, 30.3478456 ] ], [ [ 120.1870195, 30.3499228 ], [ 120.1872784, 30.3499355 ] ], [ [ 120.1872784, 30.3499355 ], [ 120.1881602, 30.3499788 ], [ 120.1886901, 30.3500039 ], [ 120.1890699, 30.3500398 ] ], [ [ 120.187041, 30.3500763 ], [ 120.1870195, 30.3499228 ] ], [ [ 120.1872784, 30.3499355 ], [ 120.1873065, 30.3500902 ] ], [ [ 120.1873065, 30.3500902 ], [ 120.187041, 30.3500763 ] ], [ [ 120.1890699, 30.3500398 ], [ 120.189294, 30.3500609 ], [ 120.1897969, 30.3501451 ], [ 120.1901618, 30.3502154 ], [ 120.1905329, 30.3503123 ], [ 120.1907504, 30.3503805 ], [ 120.1914127, 30.3506463 ], [ 120.192423, 30.3510898 ] ], [ [ 120.1873511, 30.3523047 ], [ 120.1872274, 30.3518448 ], [ 120.1871852, 30.3516758 ], [ 120.1871629, 30.3512958 ], [ 120.1871293, 30.3508621 ], [ 120.1870824, 30.3504962 ], [ 120.187041, 30.3500763 ] ], [ [ 120.1873511, 30.3523047 ], [ 120.1872204, 30.3521343 ], [ 120.1871567, 30.3518964 ], [ 120.1870606, 30.3515113 ], [ 120.1870018, 30.3510781 ], [ 120.1869615, 30.3509444 ], [ 120.1869149, 30.3508421 ], [ 120.1867941, 30.3505753 ], [ 120.1867639, 30.3504996 ], [ 120.1867667, 30.3504204 ], [ 120.1868251, 30.3503293 ], [ 120.187041, 30.3500763 ] ], [ [ 120.1873065, 30.3500902 ], [ 120.1873711, 30.3505257 ], [ 120.1874172, 30.3508552 ], [ 120.1874876, 30.3512928 ], [ 120.1875386, 30.3515593 ], [ 120.1875893, 30.3518246 ], [ 120.1876408, 30.3521504 ], [ 120.1876924, 30.3523487 ] ], [ [ 120.1873791, 30.3524035 ], [ 120.1873511, 30.3523047 ] ], [ [ 120.1876924, 30.3523487 ], [ 120.1877138, 30.3524409 ] ], [ [ 120.1977785, 30.3532946 ], [ 120.1954603, 30.3523914 ], [ 120.1923971, 30.3512131 ], [ 120.1915034, 30.3508461 ], [ 120.1913271, 30.3507885 ], [ 120.1907733, 30.3506135 ], [ 120.190096, 30.3504136 ], [ 120.1897058, 30.3503289 ], [ 120.1892479, 30.3502547 ], [ 120.1889838, 30.3502172 ], [ 120.1886889, 30.350185 ], [ 120.1880252, 30.3501419 ], [ 120.1875986, 30.3501055 ], [ 120.1873065, 30.3500902 ] ], [ [ 120.192423, 30.3510898 ], [ 120.1954686, 30.3522649 ], [ 120.1977886, 30.3531674 ] ], [ [ 120.1980333, 30.3534318 ], [ 120.1977785, 30.3532946 ] ], [ [ 120.1977886, 30.3531674 ], [ 120.1980638, 30.3533126 ] ], [ [ 120.1980638, 30.3533126 ], [ 120.1987208, 30.3536053 ], [ 120.1994325, 30.3540302 ], [ 120.1994948, 30.3540656 ], [ 120.2017396, 30.3553416 ], [ 120.2045375, 30.3569431 ] ], [ [ 120.2044776, 30.3570694 ], [ 120.2016217, 30.3554298 ], [ 120.1993356, 30.3541231 ], [ 120.198642, 30.3537072 ], [ 120.1980333, 30.3534318 ] ], [ [ 120.2045375, 30.3569431 ], [ 120.204652, 30.3570164 ] ], [ [ 120.2044776, 30.3570694 ], [ 120.2045375, 30.3569431 ] ], [ [ 120.204652, 30.3570164 ], [ 120.2045945, 30.3571316 ] ], [ [ 120.2045945, 30.3571316 ], [ 120.2044776, 30.3570694 ] ], [ [ 120.2220643, 30.3554621 ], [ 120.2221888, 30.3552414 ], [ 120.2223444, 30.354901 ], [ 120.2230981, 30.3531845 ] ], [ [ 120.2232612, 30.3532363 ], [ 120.2224619, 30.3550263 ], [ 120.2223337, 30.3553125 ], [ 120.2222052, 30.3555683 ] ], [ [ 120.2220286, 30.3555997 ], [ 120.2220643, 30.3554621 ] ], [ [ 120.2222052, 30.3555683 ], [ 120.2221334, 30.3557147 ] ], [ [ 120.2210795, 30.3576341 ], [ 120.2215919, 30.3565355 ], [ 120.2220286, 30.3555997 ] ], [ [ 120.2221334, 30.3557147 ], [ 120.2217224, 30.356582 ], [ 120.2212017, 30.3576821 ] ], [ [ 120.204652, 30.3570164 ], [ 120.2078779, 30.3589386 ], [ 120.2082791, 30.3591533 ] ], [ [ 120.2082281, 30.3592691 ], [ 120.2073422, 30.3587345 ], [ 120.2045945, 30.3571316 ] ], [ [ 120.2082791, 30.3591533 ], [ 120.2083695, 30.3591955 ] ], [ [ 120.2083095, 30.3593124 ], [ 120.2082281, 30.3592691 ] ], [ [ 120.2193903, 30.3612987 ], [ 120.2198713, 30.3602586 ], [ 120.2198997, 30.3601972 ], [ 120.2204205, 30.3590582 ], [ 120.2210795, 30.3576341 ] ], [ [ 120.2212017, 30.3576821 ], [ 120.22087, 30.358418 ], [ 120.2205624, 30.3591005 ], [ 120.220074, 30.3601346 ], [ 120.219526, 30.3613599 ] ], [ [ 120.2132757, 30.3619617 ], [ 120.2134064, 30.3620729 ] ], [ [ 120.2133052, 30.3621797 ], [ 120.213225, 30.3620908 ] ], [ [ 120.219526, 30.3613599 ], [ 120.218919, 30.3626505 ], [ 120.2186468, 30.3632339 ] ], [ [ 120.2083695, 30.3591955 ], [ 120.2120632, 30.3612781 ] ], [ [ 120.213225, 30.3620908 ], [ 120.2110737, 30.3608435 ], [ 120.2098313, 30.3601232 ], [ 120.2083095, 30.3593124 ] ], [ [ 120.2120632, 30.3612781 ], [ 120.2132757, 30.3619617 ] ], [ [ 120.2180137, 30.3642469 ], [ 120.2187756, 30.3626026 ], [ 120.2193903, 30.3612987 ] ], [ [ 120.2134064, 30.3620729 ], [ 120.2140996, 30.3625161 ], [ 120.2148636, 30.3628987 ], [ 120.2159861, 30.3634424 ], [ 120.2166253, 30.3637275 ], [ 120.2171507, 30.3639618 ], [ 120.2176004, 30.3641107 ], [ 120.2180137, 30.3642469 ] ], [ [ 120.2179366, 30.3643549 ], [ 120.217535, 30.3641964 ], [ 120.2171109, 30.3640565 ], [ 120.2159217, 30.3635629 ], [ 120.2146602, 30.3629358 ], [ 120.2139407, 30.3625577 ], [ 120.2133052, 30.3621797 ] ], [ [ 120.2186468, 30.3632339 ], [ 120.2181495, 30.3643001 ] ], [ [ 120.2180137, 30.3642469 ], [ 120.2181495, 30.3643001 ] ], [ [ 120.2179366, 30.3643549 ], [ 120.2180137, 30.3642469 ] ], [ [ 120.2181495, 30.3643001 ], [ 120.2180774, 30.3643997 ] ], [ [ 120.2180774, 30.3643997 ], [ 120.2179366, 30.3643549 ] ], [ [ 120.2399515, 30.3500881 ], [ 120.2393844, 30.3498739 ] ], [ [ 120.2393844, 30.3498739 ], [ 120.2391389, 30.3503669 ] ], [ [ 120.2399515, 30.3500881 ], [ 120.2396792, 30.3500299 ], [ 120.2395398, 30.3500299 ], [ 120.2394808, 30.3500495 ], [ 120.2394217, 30.3500692 ], [ 120.2393466, 30.3501178 ], [ 120.2391389, 30.3503669 ] ], [ [ 120.2388101, 30.3507984 ], [ 120.2388881, 30.3505662 ], [ 120.2389661, 30.3503341 ], [ 120.2391534, 30.3499622 ], [ 120.2392336, 30.3498233 ] ], [ [ 120.2276637, 30.3672991 ], [ 120.227741, 30.3673421 ] ], [ [ 120.227741, 30.3673421 ], [ 120.228511, 30.3674674 ], [ 120.2298594, 30.3676036 ], [ 120.2315651, 30.3677212 ], [ 120.2317905, 30.3677437 ], [ 120.2320583, 30.3677701 ] ], [ [ 120.231963, 30.3679559 ], [ 120.2317214, 30.3679331 ], [ 120.2314605, 30.367898 ], [ 120.2286505, 30.3676582 ], [ 120.2276855, 30.3675228 ] ], [ [ 120.2320583, 30.3677701 ], [ 120.2321977, 30.3677755 ] ], [ [ 120.2321345, 30.3679739 ], [ 120.231963, 30.3679559 ] ], [ [ 120.2321977, 30.3677755 ], [ 120.2331474, 30.3678475 ], [ 120.2338656, 30.3679128 ], [ 120.2345685, 30.3680205 ], [ 120.2355289, 30.3682001 ], [ 120.2364894, 30.368446 ] ], [ [ 120.2363621, 30.3686002 ], [ 120.2351343, 30.3682983 ], [ 120.2345311, 30.3681792 ], [ 120.2339588, 30.3680921 ], [ 120.2330651, 30.3680343 ], [ 120.2321345, 30.3679739 ] ], [ [ 120.2364687, 30.3686647 ], [ 120.2363621, 30.3686002 ] ], [ [ 120.2364894, 30.368446 ], [ 120.2371718, 30.3686988 ], [ 120.2380597, 30.3690537 ], [ 120.2390462, 30.3695388 ], [ 120.239917, 30.3700523 ], [ 120.2400865, 30.370175 ], [ 120.2403184, 30.3703429 ], [ 120.2404032, 30.3704043 ], [ 120.240797, 30.3707404 ], [ 120.2412869, 30.3711702 ], [ 120.2414705, 30.3713268 ], [ 120.2424838, 30.3723218 ], [ 120.2438049, 30.3736441 ], [ 120.2461442, 30.3759991 ], [ 120.2462511, 30.3761058 ] ], [ [ 120.2461156, 30.3762087 ], [ 120.246013, 30.3761055 ], [ 120.2448013, 30.3748855 ], [ 120.243854, 30.3739292 ], [ 120.2423263, 30.3724113 ], [ 120.241082, 30.3711858 ], [ 120.2401577, 30.3704929 ], [ 120.2399364, 30.37034 ], [ 120.2398686, 30.3702932 ], [ 120.2393107, 30.3699309 ], [ 120.238722, 30.3696112 ], [ 120.2383284, 30.3694073 ], [ 120.2379041, 30.369214 ], [ 120.2370616, 30.3688699 ], [ 120.2364687, 30.3686647 ] ], [ [ 120.2391701, 30.4115031 ], [ 120.2393127, 30.4115354 ], [ 120.2402583, 30.4118399 ], [ 120.2406906, 30.4119791 ], [ 120.2414248, 30.4121357 ], [ 120.2421406, 30.4122555 ], [ 120.2429603, 30.4123458 ], [ 120.2441473, 30.4123007 ], [ 120.2454766, 30.41218 ] ], [ [ 120.2454823, 30.4122871 ], [ 120.2441741, 30.4124036 ], [ 120.2435268, 30.4124175 ], [ 120.2429566, 30.4124495 ], [ 120.2427336, 30.412425 ], [ 120.2421216, 30.4123576 ], [ 120.241399, 30.4122366 ], [ 120.2406552, 30.412078 ], [ 120.2400915, 30.4118965 ], [ 120.2397294, 30.4117799 ], [ 120.2392764, 30.411634 ], [ 120.2391022, 30.4115945 ] ], [ [ 120.2364662, 30.4113151 ], [ 120.2366876, 30.4112753 ] ], [ [ 120.2366876, 30.4112753 ], [ 120.2367448, 30.4112737 ], [ 120.2376532, 30.4112476 ], [ 120.238424, 30.4113341 ], [ 120.2391701, 30.4115031 ] ], [ [ 120.2273558, 30.4154027 ], [ 120.2276267, 30.4151854 ], [ 120.227995, 30.4149711 ], [ 120.2285828, 30.4146903 ], [ 120.2289101, 30.4145847 ], [ 120.229383, 30.4143651 ], [ 120.2301476, 30.41401 ], [ 120.2308561, 30.4136809 ], [ 120.2327549, 30.412799 ], [ 120.2350976, 30.4116936 ], [ 120.2352424, 30.4116253 ], [ 120.2358674, 30.4114591 ], [ 120.2363089, 30.4113529 ], [ 120.2364662, 30.4113151 ] ], [ [ 120.2391022, 30.4115945 ], [ 120.238401, 30.4114357 ], [ 120.2376474, 30.4113511 ], [ 120.2367548, 30.4113768 ], [ 120.2367019, 30.4113783 ], [ 120.2364945, 30.4114155 ], [ 120.2363319, 30.4114546 ], [ 120.2359011, 30.4115582 ], [ 120.2352893, 30.4117209 ], [ 120.234103, 30.4123028 ], [ 120.2328502, 30.4129173 ], [ 120.232103, 30.413271 ], [ 120.2309727, 30.4138062 ], [ 120.229531, 30.4144736 ], [ 120.2290833, 30.4146809 ], [ 120.2283928, 30.4148983 ], [ 120.2280464, 30.4150795 ], [ 120.2276124, 30.4153471 ], [ 120.2275362, 30.4154548 ] ], [ [ 120.2207565, 30.3651935 ], [ 120.2221846, 30.3656655 ] ], [ [ 120.2275711, 30.3674525 ], [ 120.2262464, 30.3671586 ], [ 120.2259181, 30.3671168 ], [ 120.2243991, 30.3665967 ], [ 120.2243119, 30.3665669 ], [ 120.2207021, 30.365331 ] ], [ [ 120.2221846, 30.3656655 ], [ 120.223514, 30.3660329 ], [ 120.2244078, 30.3663527 ], [ 120.2244945, 30.3663836 ], [ 120.2257134, 30.3668197 ], [ 120.2263357, 30.3670141 ], [ 120.2276637, 30.3672991 ] ], [ [ 120.2276855, 30.3675228 ], [ 120.2275711, 30.3674525 ] ], [ [ 120.2181495, 30.3643001 ], [ 120.2189982, 30.3645913 ], [ 120.2207565, 30.3651935 ] ], [ [ 120.2207021, 30.365331 ], [ 120.2189459, 30.3647006 ], [ 120.2180774, 30.3643997 ] ], [ [ 120.2151189, 30.3693625 ], [ 120.2155754, 30.3688995 ], [ 120.2158705, 30.3685084 ], [ 120.2162636, 30.3679859 ], [ 120.216843, 30.3670417 ], [ 120.2173408, 30.3657212 ], [ 120.2179366, 30.3643549 ] ], [ [ 120.2180774, 30.3643997 ], [ 120.2176481, 30.3653123 ], [ 120.2169515, 30.3670857 ], [ 120.216367, 30.3680382 ], [ 120.215963, 30.3685744 ], [ 120.2156559, 30.3689632 ], [ 120.2152332, 30.3694448 ] ], [ [ 120.2150189, 30.3694414 ], [ 120.2151189, 30.3693625 ] ], [ [ 120.2152332, 30.3694448 ], [ 120.2151395, 30.3695348 ] ], [ [ 120.2191975, 30.4146887 ], [ 120.2194686, 30.4147086 ], [ 120.2215708, 30.4148554 ], [ 120.2232623, 30.4149736 ], [ 120.2238993, 30.4150181 ], [ 120.2252751, 30.4151046 ], [ 120.2260475, 30.4151523 ], [ 120.2262491, 30.415168 ], [ 120.2270129, 30.4152899 ], [ 120.2273558, 30.4154027 ] ], [ [ 120.2272039, 30.415712 ], [ 120.2263616, 30.4155067 ], [ 120.2257612, 30.4153792 ], [ 120.2253531, 30.4153169 ], [ 120.2238357, 30.4151908 ], [ 120.2223275, 30.4150866 ], [ 120.2191846, 30.4148696 ] ], [ [ 120.2273558, 30.4154027 ], [ 120.2275362, 30.4154548 ] ], [ [ 120.2272039, 30.415712 ], [ 120.2273558, 30.4154027 ] ], [ [ 120.2275362, 30.4154548 ], [ 120.2273538, 30.4157735 ] ], [ [ 120.2021429, 30.4032723 ], [ 120.2032806, 30.4045335 ], [ 120.2043338, 30.405583 ], [ 120.2047599, 30.4059834 ], [ 120.2055269, 30.4067361 ], [ 120.2063635, 30.4076687 ], [ 120.2073098, 30.4087205 ], [ 120.2086752, 30.410311 ], [ 120.2091968, 30.4107518 ], [ 120.210737, 30.4120532 ], [ 120.2119739, 30.4129077 ], [ 120.2135677, 30.4137093 ], [ 120.2146835, 30.4141164 ], [ 120.215735, 30.4144125 ], [ 120.2167005, 30.414505 ], [ 120.2191975, 30.4146887 ] ], [ [ 120.2191846, 30.4148696 ], [ 120.2182398, 30.4148033 ], [ 120.2180178, 30.4147877 ], [ 120.2170726, 30.4147214 ], [ 120.2168132, 30.4147032 ], [ 120.2158861, 30.4146085 ], [ 120.2156995, 30.4145894 ], [ 120.214598, 30.4142953 ], [ 120.2134426, 30.4138742 ], [ 120.2117797, 30.4130348 ], [ 120.2111283, 30.4126105 ], [ 120.210562, 30.4122416 ], [ 120.2084574, 30.410395 ], [ 120.2071261, 30.4088401 ], [ 120.2061453, 30.4077131 ], [ 120.2054026, 30.4068506 ], [ 120.2046572, 30.4061399 ], [ 120.2041386, 30.4056826 ], [ 120.2030652, 30.4046255 ], [ 120.2021449, 30.4036225 ], [ 120.2019348, 30.4033934 ] ], [ [ 120.2161134, 30.4594462 ], [ 120.2162906, 30.4593544 ], [ 120.2167306, 30.4591265 ], [ 120.217764, 30.4585611 ], [ 120.2185508, 30.4581212 ], [ 120.2194836, 30.4575581 ], [ 120.2202962, 30.4569949 ], [ 120.2212535, 30.4562765 ], [ 120.2216337, 30.4559912 ], [ 120.2221024, 30.4556395 ] ], [ [ 120.2223663, 30.4558063 ], [ 120.2216821, 30.4563492 ], [ 120.2211791, 30.4567503 ], [ 120.220662, 30.4571299 ], [ 120.2197764, 30.457699 ], [ 120.2188342, 30.4582497 ], [ 120.2169056, 30.4593165 ], [ 120.2164273, 30.4595848 ] ], [ [ 120.1873124, 30.385131 ], [ 120.1875091, 30.3861508 ], [ 120.1875851, 30.3864643 ], [ 120.1876617, 30.3866637 ], [ 120.1877405, 30.3868688 ], [ 120.1879253, 30.3872535 ], [ 120.1882042, 30.387706 ], [ 120.1885059, 30.3880881 ], [ 120.1889955, 30.388565 ], [ 120.1891911, 30.3887539 ], [ 120.1896768, 30.3891906 ], [ 120.1906517, 30.3901025 ], [ 120.1912371, 30.3907286 ], [ 120.1924834, 30.3921592 ], [ 120.1930752, 30.3927185 ], [ 120.1939191, 30.3936702 ], [ 120.194129, 30.3939188 ], [ 120.1948672, 30.3947844 ], [ 120.1956832, 30.3956859 ], [ 120.1961605, 30.3961913 ], [ 120.1967261, 30.3966555 ], [ 120.1973622, 30.3973632 ], [ 120.1975441, 30.397578 ], [ 120.1977675, 30.3978419 ], [ 120.197892, 30.3979889 ], [ 120.1990179, 30.3992422 ], [ 120.200938, 30.401681 ], [ 120.2014188, 30.4022916 ], [ 120.2020526, 30.403149 ] ], [ [ 120.2018283, 30.4032612 ], [ 120.2012279, 30.4024413 ], [ 120.1988435, 30.3993955 ], [ 120.1978835, 30.3983699 ], [ 120.197404, 30.397836 ], [ 120.1967659, 30.3971051 ], [ 120.1965677, 30.3968789 ], [ 120.1953529, 30.3955326 ], [ 120.1947664, 30.3949372 ], [ 120.1944054, 30.3945302 ], [ 120.1937528, 30.3938346 ], [ 120.192487, 30.3925521 ], [ 120.1923942, 30.3924506 ], [ 120.1915592, 30.3914915 ], [ 120.1913998, 30.3913084 ], [ 120.1909705, 30.3908534 ], [ 120.1902429, 30.3900953 ], [ 120.1894715, 30.389367 ], [ 120.1889443, 30.3889 ], [ 120.188493, 30.3884461 ], [ 120.1880804, 30.3879792 ], [ 120.1878878, 30.3876826 ], [ 120.1876196, 30.3872617 ], [ 120.1874273, 30.3868408 ], [ 120.1872491, 30.3863942 ], [ 120.1871689, 30.3860222 ], [ 120.1869885, 30.3852177 ] ], [ [ 120.1971556, 30.4057296 ], [ 120.1962817, 30.4062524 ], [ 120.1957184, 30.4067543 ], [ 120.195375, 30.4071525 ], [ 120.1951322, 30.4074683 ] ], [ [ 120.1949955, 30.4074068 ], [ 120.1951322, 30.4074683 ] ], [ [ 120.1948649, 30.407555 ], [ 120.1949955, 30.4074068 ] ], [ [ 120.1949955, 30.4074068 ], [ 120.1949823, 30.4076632 ] ], [ [ 120.1951322, 30.4074683 ], [ 120.1949823, 30.4076632 ] ], [ [ 120.1949823, 30.4076632 ], [ 120.1948649, 30.407555 ] ], [ [ 120.1877138, 30.3524409 ], [ 120.1877865, 30.3526887 ], [ 120.1878851, 30.3530051 ], [ 120.1880915, 30.3535873 ], [ 120.1882949, 30.3540393 ], [ 120.1884797, 30.3544408 ], [ 120.1885961, 30.3546677 ], [ 120.1886584, 30.354789 ], [ 120.188985, 30.355374 ], [ 120.1893209, 30.3559801 ], [ 120.1894459, 30.3561823 ] ], [ [ 120.1890803, 30.3562642 ], [ 120.1888664, 30.3557338 ], [ 120.1886189, 30.3552704 ], [ 120.1883325, 30.3547523 ], [ 120.1882313, 30.3545692 ], [ 120.1879557, 30.3539567 ], [ 120.1879124, 30.353857 ], [ 120.1877736, 30.3535376 ], [ 120.1876927, 30.3533391 ], [ 120.1875711, 30.3530412 ], [ 120.1874844, 30.3528285 ], [ 120.1873791, 30.3524035 ] ], [ [ 120.1872604, 30.3849366 ], [ 120.1873124, 30.385131 ] ], [ [ 120.1869885, 30.3852177 ], [ 120.1869301, 30.3850233 ] ], [ [ 120.1838568, 30.4414711 ], [ 120.184125, 30.4408784 ], [ 120.1847084, 30.4397024 ], [ 120.1856013, 30.437946 ], [ 120.1860106, 30.4370887 ], [ 120.1862071, 30.4366771 ], [ 120.1863961, 30.4362029 ], [ 120.1867006, 30.4354391 ], [ 120.1867802, 30.4352297 ], [ 120.1871404, 30.4342823 ], [ 120.1873647, 30.4334582 ], [ 120.1876474, 30.4323672 ], [ 120.1878314, 30.4313187 ], [ 120.1879885, 30.4299684 ], [ 120.1880036, 30.4296984 ], [ 120.1880333, 30.4292217 ], [ 120.1880827, 30.4278637 ], [ 120.1880936, 30.4275169 ], [ 120.1881141, 30.4268616 ], [ 120.1881847, 30.4262373 ], [ 120.188198, 30.4261153 ], [ 120.18838, 30.4249414 ], [ 120.1884417, 30.4245439 ], [ 120.1886481, 30.4236269 ], [ 120.1888679, 30.422737 ], [ 120.1890519, 30.4220792 ], [ 120.1891775, 30.4216536 ], [ 120.1894647, 30.4207597 ], [ 120.1898371, 30.4198156 ], [ 120.1904609, 30.4182833 ], [ 120.1911564, 30.4166194 ], [ 120.191312, 30.4162304 ], [ 120.1918608, 30.4148588 ], [ 120.1922353, 30.4139871 ], [ 120.1925474, 30.4132606 ], [ 120.1928521, 30.4125569 ], [ 120.1929779, 30.4120253 ], [ 120.1931881, 30.4115361 ], [ 120.1934631, 30.4106241 ], [ 120.1936113, 30.4101283 ], [ 120.1938634, 30.409505 ], [ 120.1941703, 30.4087184 ], [ 120.1944315, 30.4082803 ], [ 120.1948649, 30.407555 ] ], [ [ 120.1703154, 30.4035248 ], [ 120.1721446, 30.403875 ], [ 120.173137, 30.4039985 ], [ 120.1739186, 30.4040835 ], [ 120.1776698, 30.4043746 ], [ 120.1782739, 30.4044296 ], [ 120.1792444, 30.4045208 ], [ 120.1797314, 30.4045665 ], [ 120.1826405, 30.4049339 ], [ 120.1830232, 30.4049754 ], [ 120.1874416, 30.4056065 ], [ 120.1884586, 30.405711 ], [ 120.1907453, 30.4060444 ], [ 120.1921222, 30.4063322 ], [ 120.1934685, 30.4066716 ], [ 120.1935276, 30.406697 ], [ 120.1942795, 30.4070205 ], [ 120.1944849, 30.4071089 ], [ 120.1949955, 30.4074068 ] ], [ [ 120.1948649, 30.407555 ], [ 120.1944596, 30.4072847 ], [ 120.1934854, 30.4068556 ], [ 120.1934599, 30.4068492 ], [ 120.1925186, 30.4066116 ], [ 120.1913409, 30.4063825 ], [ 120.1894349, 30.4060891 ], [ 120.1884175, 30.4059863 ], [ 120.187452, 30.4058568 ], [ 120.1829524, 30.4051834 ], [ 120.1828686, 30.4051727 ], [ 120.182556, 30.4051328 ], [ 120.1796793, 30.4047666 ], [ 120.1784751, 30.4046515 ], [ 120.1776317, 30.4045832 ], [ 120.177497, 30.4045711 ], [ 120.1739094, 30.4043146 ], [ 120.1726562, 30.4041224 ], [ 120.1724157, 30.4040885 ], [ 120.1702901, 30.4037651 ] ], [ [ 120.2018283, 30.4032612 ], [ 120.2020526, 30.403149 ] ], [ [ 120.2020526, 30.403149 ], [ 120.2021429, 30.4032723 ] ], [ [ 120.2019348, 30.4033934 ], [ 120.2018283, 30.4032612 ] ], [ [ 120.2021429, 30.4032723 ], [ 120.2019348, 30.4033934 ] ], [ [ 120.2019348, 30.4033934 ], [ 120.2000063, 30.4042372 ], [ 120.1994671, 30.4044731 ], [ 120.1991246, 30.4046432 ], [ 120.198058, 30.4051247 ], [ 120.197476, 30.4054334 ], [ 120.1971556, 30.4057296 ] ], [ [ 120.1949955, 30.4074068 ], [ 120.1953042, 30.407052 ], [ 120.195342, 30.4070129 ], [ 120.1957829, 30.4065567 ], [ 120.1962897, 30.4060826 ], [ 120.1968737, 30.4056632 ], [ 120.1975868, 30.4052346 ], [ 120.199071, 30.4045297 ], [ 120.1994161, 30.4043783 ], [ 120.2018283, 30.4032612 ] ], [ [ 120.1949823, 30.4076632 ], [ 120.1948523, 30.4078266 ], [ 120.1945353, 30.4083501 ], [ 120.1942948, 30.4087432 ], [ 120.1939862, 30.4096348 ], [ 120.1938855, 30.4101499 ], [ 120.1936778, 30.4108682 ], [ 120.1936486, 30.4109646 ], [ 120.1934998, 30.4114555 ], [ 120.1932478, 30.4120698 ], [ 120.1929533, 30.4126496 ], [ 120.1927343, 30.4132133 ], [ 120.1924023, 30.4139877 ], [ 120.1920343, 30.4148463 ], [ 120.1916039, 30.415916 ], [ 120.1913107, 30.416645 ], [ 120.1911952, 30.416932 ], [ 120.1906523, 30.4182128 ], [ 120.1900151, 30.4197954 ], [ 120.1896337, 30.4207396 ], [ 120.189342, 30.4216566 ], [ 120.1892074, 30.4220861 ], [ 120.1890055, 30.4228135 ], [ 120.1889207, 30.4231596 ], [ 120.1886196, 30.4243883 ], [ 120.18854, 30.4249431 ], [ 120.1885074, 30.4251699 ], [ 120.1883701, 30.426095 ], [ 120.1883537, 30.4262211 ], [ 120.1882364, 30.4275088 ], [ 120.1882068, 30.4279325 ], [ 120.1881933, 30.4292325 ], [ 120.1881754, 30.4296619 ], [ 120.1881171, 30.430192 ], [ 120.1880139, 30.4312444 ], [ 120.1879017, 30.4318595 ], [ 120.1876818, 30.432908 ], [ 120.1873901, 30.4339719 ], [ 120.1870678, 30.434962 ], [ 120.1869982, 30.4351338 ], [ 120.1863634, 30.4367013 ], [ 120.1860896, 30.437267 ], [ 120.1857943, 30.437877 ], [ 120.1852365, 30.4389847 ], [ 120.1846617, 30.4401166 ], [ 120.1843067, 30.4408551 ], [ 120.184025, 30.4414707 ] ], [ [ 120.2275362, 30.4154548 ], [ 120.2283652, 30.4157824 ], [ 120.229599, 30.4163523 ], [ 120.2328988, 30.417997 ], [ 120.2388744, 30.4209508 ], [ 120.2414183, 30.4222021 ], [ 120.2445406, 30.4237451 ], [ 120.2454632, 30.4241846 ], [ 120.2459305, 30.4244194 ], [ 120.2468232, 30.4249866 ], [ 120.247509, 30.4253941 ], [ 120.2505956, 30.4275559 ] ], [ [ 120.2505077, 30.4278296 ], [ 120.2491908, 30.4268904 ], [ 120.2475473, 30.4257384 ], [ 120.246988, 30.4254042 ], [ 120.2461674, 30.4249409 ], [ 120.2450368, 30.424312 ], [ 120.2413394, 30.4224256 ], [ 120.2388125, 30.4211715 ], [ 120.2360791, 30.4198185 ], [ 120.2327696, 30.4181802 ], [ 120.229493, 30.4165385 ], [ 120.2293402, 30.4164724 ], [ 120.2282386, 30.4159962 ], [ 120.2273538, 30.4157735 ] ], [ [ 120.2424526, 30.4380103 ], [ 120.2425388, 30.4379329 ] ], [ [ 120.2427917, 30.4380455 ], [ 120.2427086, 30.4381281 ] ], [ [ 120.2394729, 30.4415769 ], [ 120.2408303, 30.4404738 ], [ 120.2417375, 30.4390865 ], [ 120.2417859, 30.4390125 ], [ 120.2419147, 30.438802 ], [ 120.2424526, 30.4380103 ] ], [ [ 120.2505956, 30.4275559 ], [ 120.2507747, 30.4276808 ] ], [ [ 120.2505077, 30.4278296 ], [ 120.2505956, 30.4275559 ] ], [ [ 120.2507747, 30.4276808 ], [ 120.2506955, 30.4279717 ] ], [ [ 120.2506955, 30.4279717 ], [ 120.2505077, 30.4278296 ] ], [ [ 120.2425388, 30.4379329 ], [ 120.24341, 30.4367341 ], [ 120.2440667, 30.4360033 ], [ 120.2443633, 30.435721 ], [ 120.2449227, 30.4351886 ], [ 120.2454596, 30.4347498 ], [ 120.2466246, 30.433727 ], [ 120.2480001, 30.432588 ], [ 120.2486154, 30.4319947 ], [ 120.2490859, 30.4313687 ], [ 120.2494759, 30.4306686 ], [ 120.2499011, 30.4295322 ], [ 120.2505077, 30.4278296 ] ], [ [ 120.2506955, 30.4279717 ], [ 120.2500757, 30.4295244 ], [ 120.2495508, 30.4309466 ], [ 120.2493891, 30.4312811 ], [ 120.2491577, 30.4316815 ], [ 120.2488717, 30.4320268 ], [ 120.2487762, 30.4321421 ], [ 120.2482494, 30.4326302 ], [ 120.2456766, 30.4348246 ], [ 120.2448238, 30.4356085 ], [ 120.2442039, 30.4361783 ], [ 120.2436339, 30.4368518 ], [ 120.2427917, 30.4380455 ] ], [ [ 120.2328655, 30.4471144 ], [ 120.2331162, 30.4469117 ], [ 120.233518, 30.4465926 ], [ 120.2349199, 30.445453 ], [ 120.2376428, 30.4432741 ], [ 120.2378666, 30.4430609 ], [ 120.2382423, 30.4425151 ], [ 120.239203, 30.4418134 ], [ 120.2394729, 30.4415769 ] ], [ [ 120.2427086, 30.4381281 ], [ 120.2421668, 30.4388529 ], [ 120.2419549, 30.4391362 ], [ 120.2418508, 30.4392779 ], [ 120.2409281, 30.4405335 ], [ 120.2399283, 30.4416813 ] ], [ [ 120.2399283, 30.4416813 ], [ 120.2395228, 30.4420367 ], [ 120.2373322, 30.4437925 ], [ 120.2351991, 30.4455022 ], [ 120.2337182, 30.4467009 ], [ 120.2333934, 30.446976 ], [ 120.2331695, 30.4471521 ] ], [ [ 120.2348915, 30.4543597 ], [ 120.2369016, 30.4548774 ], [ 120.2374703, 30.4550184 ], [ 120.2400097, 30.4556803 ] ], [ [ 120.2401435, 30.4557148 ], [ 120.2403937, 30.4557677 ], [ 120.2448399, 30.4568946 ] ], [ [ 120.2446827, 30.4570599 ], [ 120.2442863, 30.4569568 ], [ 120.2402919, 30.4559248 ], [ 120.2400265, 30.4558645 ] ], [ [ 120.2327623, 30.4471875 ], [ 120.2328655, 30.4471144 ] ], [ [ 120.2331695, 30.4471521 ], [ 120.2330234, 30.4472587 ] ], [ [ 120.2264109, 30.4522906 ], [ 120.2269997, 30.451822 ], [ 120.2271891, 30.4516711 ], [ 120.2290525, 30.4501854 ], [ 120.23095, 30.4486495 ], [ 120.2327623, 30.4471875 ] ], [ [ 120.2330234, 30.4472587 ], [ 120.231611, 30.4484014 ], [ 120.2305055, 30.4492971 ], [ 120.2301442, 30.4495928 ], [ 120.2288182, 30.4506241 ], [ 120.228216, 30.4511088 ], [ 120.2268824, 30.4521869 ], [ 120.2268185, 30.4523544 ] ], [ [ 120.2268185, 30.4523544 ], [ 120.2303739, 30.4532059 ], [ 120.2307667, 30.4533041 ], [ 120.2348915, 30.4543597 ] ], [ [ 120.2347656, 30.4545343 ], [ 120.2344017, 30.4544543 ], [ 120.2303945, 30.4533953 ], [ 120.2302893, 30.4533732 ], [ 120.2300968, 30.4533329 ], [ 120.2266162, 30.4523973 ] ], [ [ 120.2273538, 30.4157735 ], [ 120.2272039, 30.415712 ] ], [ [ 120.2264109, 30.4522906 ], [ 120.2268185, 30.4523544 ] ], [ [ 120.2266162, 30.4523973 ], [ 120.2264109, 30.4522906 ] ], [ [ 120.2268185, 30.4523544 ], [ 120.2266162, 30.4523973 ] ], [ [ 120.2221024, 30.4556395 ], [ 120.2227739, 30.4552166 ], [ 120.2229729, 30.4550611 ], [ 120.2234467, 30.4546699 ], [ 120.2264109, 30.4522906 ] ], [ [ 120.2266162, 30.4523973 ], [ 120.2264649, 30.4524994 ], [ 120.2237093, 30.4547178 ], [ 120.2234437, 30.4549436 ], [ 120.2229877, 30.4553072 ], [ 120.2223663, 30.4558063 ] ], [ [ 120.2158402, 30.4595886 ], [ 120.2161134, 30.4594462 ] ], [ [ 120.2164273, 30.4595848 ], [ 120.2161243, 30.4597357 ] ], [ [ 120.2109753, 30.4624287 ], [ 120.2112546, 30.4622197 ], [ 120.211935, 30.4617738 ], [ 120.2125179, 30.4614443 ], [ 120.2138831, 30.4606648 ], [ 120.2154444, 30.459797 ], [ 120.2158402, 30.4595886 ] ], [ [ 120.2161243, 30.4597357 ], [ 120.2144994, 30.4605857 ], [ 120.2126392, 30.461583 ], [ 120.212191, 30.4618737 ], [ 120.2115438, 30.4623301 ], [ 120.2110519, 30.462686 ] ], [ [ 120.2030136, 30.4723768 ], [ 120.2033686, 30.4718102 ], [ 120.2039446, 30.4709244 ], [ 120.2044013, 30.4702943 ], [ 120.2049958, 30.469474 ], [ 120.2062897, 30.4677805 ], [ 120.207433, 30.4663076 ], [ 120.2074954, 30.4662272 ], [ 120.2084972, 30.4649415 ], [ 120.2090072, 30.4642972 ], [ 120.2093642, 30.4639238 ], [ 120.2096633, 30.4635436 ], [ 120.2100271, 30.4632059 ], [ 120.2109753, 30.4624287 ] ], [ [ 120.2110519, 30.462686 ], [ 120.2096569, 30.4639267 ], [ 120.2090892, 30.4645296 ], [ 120.2088164, 30.4648784 ], [ 120.2076197, 30.4664257 ], [ 120.2075423, 30.4665261 ], [ 120.2059151, 30.468636 ], [ 120.2053404, 30.4693789 ], [ 120.2048032, 30.4701287 ], [ 120.2043162, 30.4708105 ], [ 120.2038627, 30.4714971 ], [ 120.2038045, 30.4715858 ], [ 120.2032332, 30.4724564 ], [ 120.2027197, 30.47328 ], [ 120.2018709, 30.4746421 ] ], [ [ 120.1599989, 30.466843 ], [ 120.1601973, 30.4666622 ], [ 120.1603698, 30.4663954 ], [ 120.1605289, 30.466155 ] ], [ [ 120.1605289, 30.466155 ], [ 120.1605812, 30.4663801 ], [ 120.1604895, 30.466559 ], [ 120.1603516, 30.4667326 ], [ 120.1601082, 30.4669191 ] ], [ [ 120.072238, 30.4407866 ], [ 120.0722429, 30.4406694 ] ], [ [ 120.0724836, 30.4407216 ], [ 120.0724804, 30.440842 ] ], [ [ 120.0681498, 30.44388 ], [ 120.0681555, 30.4399241 ] ], [ [ 120.0683191, 30.4399587 ], [ 120.0683405, 30.443866 ] ], [ [ 120.0721313, 30.4438275 ], [ 120.0721982, 30.44194 ], [ 120.072217, 30.4413486 ], [ 120.072238, 30.4407866 ] ], [ [ 120.0724804, 30.440842 ], [ 120.0724769, 30.4414845 ], [ 120.0724608, 30.4420372 ], [ 120.0724036, 30.4438856 ] ], [ [ 120.0872943, 30.4424353 ], [ 120.0871798, 30.4423946 ] ], [ [ 120.0873625, 30.4422959 ], [ 120.0885019, 30.4427193 ], [ 120.0890589, 30.442949 ], [ 120.0896787, 30.4431679 ], [ 120.0904103, 30.4434339 ], [ 120.090605, 30.4434874 ] ], [ [ 120.0905382, 30.4435649 ], [ 120.0897609, 30.443309 ], [ 120.088964, 30.4430268 ], [ 120.0879379, 30.4426626 ], [ 120.0875314, 30.4425184 ], [ 120.0872943, 30.4424353 ] ], [ [ 120.0676112, 30.4458881 ], [ 120.0677294, 30.4456612 ], [ 120.0679884, 30.4449657 ], [ 120.0681498, 30.44388 ] ], [ [ 120.0683405, 30.443866 ], [ 120.0682333, 30.4441951 ], [ 120.0680856, 30.4449491 ], [ 120.0678338, 30.4456791 ], [ 120.0677287, 30.4459035 ] ], [ [ 120.0717703, 30.4464287 ], [ 120.0719344, 30.4455357 ], [ 120.0721313, 30.4438275 ] ], [ [ 120.0724036, 30.4438856 ], [ 120.0722445, 30.4451473 ], [ 120.0720382, 30.4464924 ] ], [ [ 120.0701027, 30.4524123 ], [ 120.0705915, 30.4513026 ], [ 120.0710768, 30.4496861 ], [ 120.0717703, 30.4464287 ] ], [ [ 120.0720382, 30.4464924 ], [ 120.0716641, 30.448125 ], [ 120.0713244, 30.4497361 ], [ 120.0708438, 30.4512215 ], [ 120.0703489, 30.4524874 ] ], [ [ 120.0673998, 30.4517274 ], [ 120.0675466, 30.4517657 ] ], [ [ 120.0700086, 30.4526712 ], [ 120.0694359, 30.4524759 ], [ 120.0686054, 30.4522531 ], [ 120.0659753, 30.4515867 ], [ 120.0646157, 30.4512421 ] ], [ [ 120.0675466, 30.4517657 ], [ 120.0697604, 30.4523432 ], [ 120.0701027, 30.4524123 ] ], [ [ 120.0701027, 30.4524123 ], [ 120.0703489, 30.4524874 ] ], [ [ 120.0700086, 30.4526712 ], [ 120.0701027, 30.4524123 ] ], [ [ 120.0735362, 30.4531102 ], [ 120.0740559, 30.4531634 ], [ 120.075687, 30.453377 ], [ 120.0763414, 30.4534358 ], [ 120.0784459, 30.4536041 ] ], [ [ 120.0784018, 30.4537481 ], [ 120.0780632, 30.4537313 ], [ 120.0762963, 30.4535802 ], [ 120.0756633, 30.4535294 ], [ 120.073558, 30.453318 ] ], [ [ 120.0677287, 30.4459035 ], [ 120.0676585, 30.4460534 ], [ 120.0670895, 30.4469827 ], [ 120.0665331, 30.447906 ], [ 120.0647449, 30.4510349 ] ], [ [ 120.0645291, 30.450981 ], [ 120.0647449, 30.4510349 ] ], [ [ 120.0644036, 30.4511856 ], [ 120.0644454, 30.4511218 ], [ 120.0645291, 30.450981 ] ], [ [ 120.0647449, 30.4510349 ], [ 120.0646157, 30.4512421 ] ], [ [ 120.0646157, 30.4512421 ], [ 120.0644036, 30.4511856 ] ], [ [ 120.0647449, 30.4510349 ], [ 120.0673998, 30.4517274 ] ], [ [ 120.060491, 30.4573574 ], [ 120.0606555, 30.4570896 ], [ 120.0621326, 30.4546816 ], [ 120.0634058, 30.4527061 ], [ 120.0644036, 30.4511856 ] ], [ [ 120.0646157, 30.4512421 ], [ 120.0642579, 30.4518165 ], [ 120.0635712, 30.4527722 ], [ 120.0622673, 30.4547493 ], [ 120.0608036, 30.4571358 ], [ 120.0606518, 30.4574112 ] ], [ [ 120.0604103, 30.4574794 ], [ 120.060491, 30.4573574 ] ], [ [ 120.0703489, 30.4524874 ], [ 120.0701967, 30.4527501 ] ], [ [ 120.0701967, 30.4527501 ], [ 120.0700086, 30.4526712 ] ], [ [ 120.0703489, 30.4524874 ], [ 120.0708659, 30.4526181 ], [ 120.0721364, 30.4529168 ], [ 120.0730824, 30.4530638 ], [ 120.0731783, 30.4530736 ], [ 120.0735362, 30.4531102 ] ], [ [ 120.0734176, 30.4533084 ], [ 120.0724444, 30.4531824 ], [ 120.0716579, 30.4530259 ], [ 120.0713719, 30.4529927 ], [ 120.0704204, 30.4527936 ], [ 120.0701967, 30.4527501 ] ], [ [ 120.073558, 30.453318 ], [ 120.0734176, 30.4533084 ] ], [ [ 120.0784459, 30.4536041 ], [ 120.0800842, 30.4537443 ], [ 120.0811866, 30.4538519 ], [ 120.0815948, 30.4539187 ] ], [ [ 120.0815361, 30.4540679 ], [ 120.0805883, 30.4539361 ], [ 120.0801143, 30.4538758 ], [ 120.0784018, 30.4537481 ] ], [ [ 120.0815948, 30.4539187 ], [ 120.0817522, 30.4539423 ] ], [ [ 120.0817522, 30.4539423 ], [ 120.0824554, 30.4541999 ] ], [ [ 120.0816836, 30.4540873 ], [ 120.0815361, 30.4540679 ] ], [ [ 120.0824554, 30.4541999 ], [ 120.0816836, 30.4540873 ] ], [ [ 120.0606518, 30.4574112 ], [ 120.0605696, 30.4575368 ] ], [ [ 120.0591556, 30.4601275 ], [ 120.0592036, 30.459897 ], [ 120.0594157, 30.4593352 ], [ 120.0596997, 30.4587978 ], [ 120.0604103, 30.4574794 ] ], [ [ 120.0605696, 30.4575368 ], [ 120.0602262, 30.4581355 ], [ 120.0597212, 30.4591074 ], [ 120.0595587, 30.4594363 ], [ 120.0593767, 30.4599108 ], [ 120.0593268, 30.4601508 ] ], [ [ 120.0588845, 30.4626259 ], [ 120.0589259, 30.4620311 ], [ 120.0590763, 30.4605086 ], [ 120.0591556, 30.4601275 ] ], [ [ 120.0593268, 30.4601508 ], [ 120.0592546, 30.4604982 ], [ 120.059208, 30.4608598 ], [ 120.0591059, 30.4620193 ], [ 120.0590452, 30.462683 ] ], [ [ 120.0588751, 30.4627613 ], [ 120.0588845, 30.4626259 ] ], [ [ 120.0590452, 30.462683 ], [ 120.0590339, 30.4628073 ] ], [ [ 120.0588565, 30.4630283 ], [ 120.0588751, 30.4627613 ] ], [ [ 120.0590339, 30.4628073 ], [ 120.0590127, 30.4630391 ] ], [ [ 120.239883, 30.455831 ], [ 120.2395844, 30.4557615 ], [ 120.2373636, 30.4551858 ], [ 120.2368479, 30.4550624 ], [ 120.2349274, 30.4545699 ], [ 120.2347656, 30.4545343 ] ], [ [ 120.2400097, 30.4556803 ], [ 120.2401435, 30.4557148 ] ], [ [ 120.2400265, 30.4558645 ], [ 120.239883, 30.455831 ] ], [ [ 120.2448399, 30.4568946 ], [ 120.24843, 30.4578336 ], [ 120.2488369, 30.4579649 ], [ 120.2497775, 30.4582119 ] ], [ [ 120.2497026, 30.4583518 ], [ 120.2493711, 30.4582577 ], [ 120.2491349, 30.4581974 ], [ 120.2448818, 30.4571117 ], [ 120.2446827, 30.4570599 ] ], [ [ 120.2497775, 30.4582119 ], [ 120.2500449, 30.4582564 ] ], [ [ 120.2499427, 30.4583929 ], [ 120.2497026, 30.4583518 ] ], [ [ 120.2017603, 30.4744686 ], [ 120.202005, 30.4740044 ], [ 120.2022328, 30.4736155 ], [ 120.202479, 30.4732265 ], [ 120.2030136, 30.4723768 ] ], [ [ 120.2017303, 30.4746123 ], [ 120.2017603, 30.4744686 ] ], [ [ 120.3272166, 30.3236962 ], [ 120.3270509, 30.3236716 ] ], [ [ 120.3332588, 30.324569 ], [ 120.3302156, 30.3241408 ], [ 120.3272166, 30.3236962 ] ], [ [ 120.374685, 30.3305788 ], [ 120.3746826, 30.3295684 ], [ 120.3746758, 30.3267833 ], [ 120.3746498, 30.3251336 ] ], [ [ 120.3748528, 30.3251586 ], [ 120.3748423, 30.3302559 ], [ 120.3748532, 30.3305719 ] ], [ [ 120.3643508, 30.3285678 ], [ 120.3643999, 30.3288231 ], [ 120.3646784, 30.3303639 ], [ 120.3650288, 30.332097 ], [ 120.3653106, 30.3336188 ] ], [ [ 120.3651659, 30.333621 ], [ 120.3647515, 30.3316148 ], [ 120.364332, 30.3294638 ], [ 120.3642315, 30.3288268 ], [ 120.364186, 30.3285712 ] ], [ [ 120.3748532, 30.3305719 ], [ 120.3748517, 30.3314818 ], [ 120.374848, 30.3337581 ] ], [ [ 120.3746843, 30.337068 ], [ 120.3746961, 30.3361669 ], [ 120.3746948, 30.3355454 ], [ 120.3746949, 30.3354771 ], [ 120.3746958, 30.3349346 ], [ 120.3746979, 30.3337518 ], [ 120.3747023, 30.3311633 ], [ 120.374685, 30.3305788 ] ], [ [ 120.374848, 30.3337581 ], [ 120.3748493, 30.3343865 ], [ 120.3748517, 30.3354898 ], [ 120.374853, 30.3361012 ], [ 120.3748861, 30.3370503 ] ], [ [ 120.4903163, 30.3287501 ], [ 120.4903182, 30.3278277 ], [ 120.4903222, 30.3264519 ] ], [ [ 120.4905125, 30.3264565 ], [ 120.4905067, 30.3287501 ] ], [ [ 120.4903081, 30.3314735 ], [ 120.4903118, 30.3309152 ], [ 120.4903125, 30.330596 ], [ 120.4903163, 30.3287501 ] ], [ [ 120.4905067, 30.3287501 ], [ 120.4904999, 30.3314779 ] ], [ [ 120.5962992, 30.3294537 ], [ 120.5963088, 30.3292869 ] ], [ [ 120.596564, 30.3293089 ], [ 120.5965552, 30.3294655 ] ], [ [ 120.5568053, 30.3271163 ], [ 120.55681, 30.3270064 ] ], [ [ 120.5570019, 30.32702 ], [ 120.557004, 30.3271334 ] ], [ [ 120.5566107, 30.3330876 ], [ 120.5566243, 30.3326561 ], [ 120.5567828, 30.3276968 ], [ 120.5568053, 30.3271163 ] ], [ [ 120.557004, 30.3271334 ], [ 120.556872, 30.3309205 ], [ 120.556798, 30.3330878 ] ], [ [ 120.5566055, 30.3332514 ], [ 120.5566107, 30.3330876 ] ], [ [ 120.556798, 30.3330878 ], [ 120.5567924, 30.3332515 ] ], [ [ 120.5965552, 30.3294655 ], [ 120.5965326, 30.3298698 ], [ 120.5965049, 30.3303646 ], [ 120.596284, 30.3336895 ], [ 120.5961026, 30.3364196 ], [ 120.5958319, 30.3404939 ] ], [ [ 120.5955302, 30.3406176 ], [ 120.5955612, 30.3404846 ], [ 120.5958349, 30.3364204 ], [ 120.5960194, 30.3336813 ], [ 120.5962689, 30.3299757 ], [ 120.5962992, 30.3294537 ] ], [ [ 120.5958319, 30.3404939 ], [ 120.5958334, 30.3405814 ], [ 120.5958344, 30.3406362 ] ], [ [ 120.5955231, 30.3407641 ], [ 120.5955302, 30.3406176 ] ], [ [ 120.5958344, 30.3406362 ], [ 120.5958276, 30.3407682 ] ], [ [ 120.5564462, 30.3382757 ], [ 120.5565084, 30.3363201 ], [ 120.5566055, 30.3332514 ] ], [ [ 120.5567924, 30.3332515 ], [ 120.5566829, 30.3364552 ], [ 120.5566358, 30.3382758 ] ], [ [ 120.5564418, 30.338415 ], [ 120.5564462, 30.3382757 ] ], [ [ 120.5566358, 30.3382758 ], [ 120.5566319, 30.3384289 ] ], [ [ 120.556265, 30.3449305 ], [ 120.5563498, 30.3413052 ], [ 120.5564092, 30.3394405 ], [ 120.5564204, 30.3390864 ], [ 120.5564418, 30.338415 ] ], [ [ 120.5566319, 30.3384289 ], [ 120.5566147, 30.3390952 ], [ 120.5566053, 30.3394588 ], [ 120.5565388, 30.3420284 ], [ 120.5564645, 30.3449348 ] ], [ [ 120.5562632, 30.3450044 ], [ 120.556265, 30.3449305 ] ], [ [ 120.5564645, 30.3449348 ], [ 120.5564625, 30.3450113 ] ], [ [ 120.4904999, 30.3314779 ], [ 120.4904977, 30.3323785 ], [ 120.4904788, 30.3366473 ] ], [ [ 120.4902739, 30.3366521 ], [ 120.4902864, 30.3347101 ], [ 120.4903081, 30.3314735 ] ], [ [ 120.3748861, 30.3370503 ], [ 120.3748745, 30.3371846 ] ], [ [ 120.3746884, 30.3372156 ], [ 120.3746843, 30.337068 ] ], [ [ 120.4904788, 30.3366473 ], [ 120.4904698, 30.3386818 ], [ 120.4904531, 30.3424461 ] ], [ [ 120.4902489, 30.3424461 ], [ 120.4902546, 30.3410328 ], [ 120.4902674, 30.3376714 ], [ 120.4902739, 30.3366521 ] ], [ [ 120.4904531, 30.3424461 ], [ 120.4903992, 30.3441817 ], [ 120.4904033, 30.3446049 ], [ 120.4904376, 30.3459859 ], [ 120.4904304, 30.3476424 ] ], [ [ 120.4902261, 30.3476471 ], [ 120.4902414, 30.3459891 ], [ 120.4902419, 30.3459404 ], [ 120.4902043, 30.3445979 ], [ 120.4902072, 30.3441871 ], [ 120.4902489, 30.3424461 ] ], [ [ 120.4904304, 30.3476424 ], [ 120.4904172, 30.3506711 ], [ 120.49041, 30.3524153 ] ], [ [ 120.4902215, 30.3524108 ], [ 120.4902102, 30.3493619 ], [ 120.4902261, 30.3476471 ] ], [ [ 120.5561366, 30.3501363 ], [ 120.5562339, 30.3462585 ], [ 120.5562632, 30.3450044 ] ], [ [ 120.5564625, 30.3450113 ], [ 120.5563857, 30.3480132 ], [ 120.5563213, 30.3501411 ] ], [ [ 120.556133, 30.3502783 ], [ 120.5561366, 30.3501363 ] ], [ [ 120.5563213, 30.3501411 ], [ 120.5563169, 30.3502873 ] ], [ [ 120.5560124, 30.3547701 ], [ 120.5560864, 30.352136 ], [ 120.556133, 30.3502783 ] ], [ [ 120.5563169, 30.3502873 ], [ 120.5561809, 30.354785 ] ], [ [ 120.3653106, 30.3336188 ], [ 120.3654293, 30.3342656 ], [ 120.3655694, 30.3347927 ], [ 120.3658147, 30.3355616 ], [ 120.3664303, 30.337458 ], [ 120.3665104, 30.337769 ], [ 120.3665517, 30.3379403 ] ], [ [ 120.3663831, 30.3379443 ], [ 120.3662191, 30.3373804 ], [ 120.3659919, 30.3366449 ], [ 120.3658352, 30.3361139 ], [ 120.3654949, 30.334971 ], [ 120.3654326, 30.3347842 ], [ 120.3653046, 30.334211 ], [ 120.3651659, 30.333621 ] ], [ [ 120.3665517, 30.3379403 ], [ 120.3664939, 30.3380998 ] ], [ [ 120.3664939, 30.3380998 ], [ 120.3663831, 30.3379443 ] ], [ [ 120.3748745, 30.3371846 ], [ 120.3748916, 30.3406409 ], [ 120.3749489, 30.3411427 ], [ 120.3750466, 30.3418533 ], [ 120.3753862, 30.3430215 ], [ 120.3757397, 30.3438525 ], [ 120.3759461, 30.3442449 ], [ 120.376151401982881, 30.344649265680047 ] ], [ [ 120.376009069757913, 30.34476333469383 ], [ 120.3757643, 30.3442413 ], [ 120.3754026, 30.3434621 ], [ 120.3750567, 30.3425188 ], [ 120.3748746, 30.3417559 ], [ 120.3747459, 30.3407815 ], [ 120.3747168, 30.3392661 ], [ 120.3746939, 30.3380761 ], [ 120.3746884, 30.3372156 ] ], [ [ 120.4902221, 30.3525635 ], [ 120.4902215, 30.3524108 ] ], [ [ 120.49041, 30.3524153 ], [ 120.4904093, 30.3525727 ] ], [ [ 120.4901751, 30.3577254 ], [ 120.4901784, 30.3565499 ], [ 120.4902229, 30.3527887 ], [ 120.4902221, 30.3525635 ] ], [ [ 120.4904093, 30.3525727 ], [ 120.4903975, 30.3554278 ], [ 120.490387, 30.3577295 ] ], [ [ 120.4657262, 30.3582918 ], [ 120.4687732, 30.3586919 ], [ 120.4705617, 30.3589745 ], [ 120.4718681, 30.3591174 ], [ 120.472766, 30.3592476 ], [ 120.4746685, 30.3595048 ], [ 120.4752843, 30.3595923 ] ], [ [ 120.4752861, 30.3597671 ], [ 120.4734652, 30.3595143 ], [ 120.4715111, 30.3592349 ], [ 120.4703335, 30.3591015 ], [ 120.4675, 30.3586951 ], [ 120.4656931, 30.3584474 ] ], [ [ 120.4752843, 30.3595923 ], [ 120.4754037, 30.3596093 ] ], [ [ 120.4901631, 30.3616291 ], [ 120.4901657, 30.3610565 ], [ 120.4901751, 30.3577254 ] ], [ [ 120.490387, 30.3577295 ], [ 120.4903692, 30.3616608 ] ], [ [ 120.4754059, 30.3597838 ], [ 120.4752861, 30.3597671 ] ], [ [ 120.4754037, 30.3596093 ], [ 120.4775279, 30.3599113 ], [ 120.4809613, 30.3603939 ], [ 120.4840966, 30.360813 ], [ 120.486243, 30.3611113 ], [ 120.4871583, 30.3612385 ], [ 120.4892854, 30.3615084 ], [ 120.4901631, 30.3616291 ] ], [ [ 120.4901623, 30.361791 ], [ 120.4886082, 30.3615878 ], [ 120.4852632, 30.3611433 ], [ 120.4815537, 30.3606321 ], [ 120.4779253, 30.3601335 ], [ 120.4754059, 30.3597838 ] ], [ [ 120.4901631, 30.3616291 ], [ 120.4903692, 30.3616608 ] ], [ [ 120.4901623, 30.361791 ], [ 120.4901631, 30.3616291 ] ], [ [ 120.4903692, 30.3616608 ], [ 120.4903685, 30.3618355 ] ], [ [ 120.4903685, 30.3618355 ], [ 120.4901623, 30.361791 ] ], [ [ 120.490155, 30.3633961 ], [ 120.4901623, 30.361791 ] ], [ [ 120.4903685, 30.3618355 ], [ 120.4903646, 30.3626873 ], [ 120.4903629, 30.3634242 ] ], [ [ 120.4903629, 30.3634242 ], [ 120.4903045, 30.3683526 ], [ 120.4902591, 30.3683904 ], [ 120.4902282, 30.368395 ], [ 120.4901907, 30.3683869 ], [ 120.4901598, 30.3683696 ], [ 120.4901238, 30.3683317 ], [ 120.4901466, 30.3652285 ], [ 120.490155, 30.3633961 ] ], [ [ 120.5561809, 30.354785 ], [ 120.5561605, 30.3554587 ], [ 120.5560938, 30.3591202 ] ], [ [ 120.5558897, 30.3591374 ], [ 120.5560124, 30.3547701 ] ], [ [ 120.5558897, 30.3591374 ], [ 120.5560938, 30.3591202 ] ], [ [ 120.5560938, 30.3591202 ], [ 120.5560888, 30.3593174 ] ], [ [ 120.5558809, 30.3593288 ], [ 120.5558897, 30.3591374 ] ], [ [ 120.5560888, 30.3593174 ], [ 120.5558809, 30.3593288 ] ], [ [ 120.5430776, 30.3602142 ], [ 120.5442097, 30.3601189 ], [ 120.5475869, 30.3598416 ], [ 120.5480207, 30.3598045 ], [ 120.5510601, 30.3595448 ], [ 120.5518361, 30.3594793 ], [ 120.5558897, 30.3591374 ] ], [ [ 120.5558809, 30.3593288 ], [ 120.5555473, 30.359347 ], [ 120.549169, 30.3598671 ], [ 120.5446754, 30.3602475 ], [ 120.5430828, 30.3603808 ] ], [ [ 120.5560888, 30.3593174 ], [ 120.5560783, 30.3598044 ], [ 120.5560699, 30.3601909 ], [ 120.5560633, 30.3604948 ] ], [ [ 120.5319817, 30.3611005 ], [ 120.5339548, 30.360956 ], [ 120.5400684, 30.360457 ], [ 120.5430776, 30.3602142 ] ], [ [ 120.5430828, 30.3603808 ], [ 120.5386929, 30.3607481 ], [ 120.5319829, 30.3612489 ] ], [ [ 120.5318532, 30.36111 ], [ 120.5319817, 30.3611005 ] ], [ [ 120.5319829, 30.3612489 ], [ 120.5318513, 30.3612587 ] ], [ [ 120.5212927, 30.3618133 ], [ 120.5225323, 30.3618075 ], [ 120.5275843, 30.3614198 ], [ 120.5291087, 30.3613111 ], [ 120.531125, 30.3611633 ], [ 120.5318532, 30.36111 ] ], [ [ 120.5318513, 30.3612587 ], [ 120.5314644, 30.3612876 ], [ 120.5291254, 30.3614623 ], [ 120.5231631, 30.361891 ], [ 120.5225402, 30.3619358 ], [ 120.5224383, 30.3619384 ], [ 120.5212676, 30.3619863 ] ], [ [ 120.5212676, 30.3619863 ], [ 120.5212927, 30.3618133 ] ], [ [ 120.5558507, 30.3605202 ], [ 120.5558592, 30.3601864 ], [ 120.5558683, 30.3598253 ], [ 120.5558809, 30.3593288 ] ], [ [ 120.5560633, 30.3604948 ], [ 120.5558103, 30.3667383 ], [ 120.5556669, 30.3668269 ], [ 120.5557656, 30.3638702 ], [ 120.5558507, 30.3605202 ] ], [ [ 120.3086731, 30.3635342 ], [ 120.3090717, 30.3638163 ], [ 120.3100152, 30.3645062 ], [ 120.3108606, 30.3653387 ], [ 120.3112961, 30.3658463 ], [ 120.3115502, 30.3662209 ], [ 120.3117448, 30.3665078 ], [ 120.311784, 30.3665656 ], [ 120.3119485, 30.366845 ], [ 120.3120415, 30.367003 ], [ 120.312285, 30.3675281 ], [ 120.3126127, 30.3685383 ], [ 120.3127879, 30.3692463 ], [ 120.3128603, 30.3699637 ], [ 120.3128721, 30.3704347 ], [ 120.3128304, 30.3709944 ] ], [ [ 120.3154281, 30.3736581 ], [ 120.3147822, 30.3736052 ], [ 120.312604542117612, 30.373447129412217 ] ], [ [ 120.312604542117612, 30.373447129412217 ], [ 120.31237401027461, 30.373430395698339 ] ], [ [ 120.31237401027461, 30.373430395698339 ], [ 120.312228178252042, 30.373419810126695 ] ], [ [ 120.312228178252042, 30.373419810126695 ], [ 120.3114538, 30.3733636 ], [ 120.3112795, 30.3733014 ], [ 120.3111224, 30.3732011 ], [ 120.3110379, 30.3731073 ], [ 120.3109829, 30.3730067 ], [ 120.310949, 30.3728797 ], [ 120.3109416, 30.3727544 ], [ 120.3109823, 30.3726113 ], [ 120.3110341, 30.3725141 ], [ 120.3111523, 30.3723804 ], [ 120.3113762, 30.3722323 ], [ 120.3116788, 30.3720657 ], [ 120.3119921, 30.3718901 ], [ 120.3121787, 30.3717336 ], [ 120.3123104, 30.37156 ], [ 120.312437, 30.3713358 ], [ 120.3125224, 30.3710292 ], [ 120.3125682, 30.3706427 ], [ 120.3126037, 30.3703429 ] ], [ [ 120.3128304, 30.3709944 ], [ 120.3128968, 30.3713993 ], [ 120.3128983, 30.3718233 ], [ 120.3129234, 30.3722509 ], [ 120.3129844, 30.3725877 ], [ 120.3130874, 30.372916 ], [ 120.3132066, 30.3730932 ], [ 120.3133741, 30.3732557 ], [ 120.3135954, 30.3733616 ], [ 120.3138455, 30.3734101 ], [ 120.3148015, 30.3734928 ], [ 120.3149638, 30.37351 ], [ 120.3154888, 30.3735852 ] ], [ [ 120.3121934, 30.3755152 ], [ 120.3122554, 30.3748437 ], [ 120.31237401027461, 30.373430395698339 ] ], [ [ 120.31237401027461, 30.373430395698339 ], [ 120.312378954281229, 30.373371485238483 ] ], [ [ 120.312378954281229, 30.373371485238483 ], [ 120.3124827, 30.3721353 ], [ 120.3126141, 30.3704515 ], [ 120.3126037, 30.3703429 ] ], [ [ 120.3128304, 30.3709944 ], [ 120.3127427, 30.3721685 ], [ 120.312622, 30.3732545 ], [ 120.312609912856217, 30.373387868947585 ] ], [ [ 120.312609912856217, 30.373387868947585 ], [ 120.312604542117612, 30.373447129412217 ] ], [ [ 120.312604542117612, 30.373447129412217 ], [ 120.3125248, 30.374327 ], [ 120.3125001, 30.3748116 ], [ 120.3124283, 30.3755831 ] ], [ [ 120.3121934, 30.3755152 ], [ 120.3122077, 30.3747346 ], [ 120.3122141, 30.3743841 ], [ 120.312228178252042, 30.373419810126695 ] ], [ [ 120.312228178252042, 30.373419810126695 ], [ 120.312229039038314, 30.373360850570645 ] ], [ [ 120.312229039038314, 30.373360850570645 ], [ 120.3122341, 30.3730142 ], [ 120.3122129, 30.3727564 ], [ 120.3121789, 30.3726089 ], [ 120.3120618, 30.3724724 ], [ 120.3119389, 30.3723813 ], [ 120.3117223, 30.3723067 ], [ 120.3115574, 30.3722944 ], [ 120.3114478, 30.3723079 ], [ 120.3113286, 30.3723628 ], [ 120.3112509, 30.3724131 ], [ 120.3111314, 30.3725305 ], [ 120.3110759, 30.3726288 ], [ 120.3110426, 30.3727582 ], [ 120.3110481, 30.3728804 ], [ 120.311087, 30.3729978 ], [ 120.311137, 30.3730936 ], [ 120.3112148, 30.3731631 ], [ 120.3113536, 30.3732542 ], [ 120.3114967, 30.3733089 ], [ 120.312229039038314, 30.373360850570645 ] ], [ [ 120.312229039038314, 30.373360850570645 ], [ 120.312378954281229, 30.373371485238483 ] ], [ [ 120.312378954281229, 30.373371485238483 ], [ 120.312609912856217, 30.373387868947585 ] ], [ [ 120.312609912856217, 30.373387868947585 ], [ 120.314801, 30.3735433 ], [ 120.3154888, 30.3735852 ] ], [ [ 120.3154281, 30.3736581 ], [ 120.3149687, 30.3736635 ], [ 120.3141784, 30.3736372 ], [ 120.3138485, 30.3736194 ], [ 120.3135394, 30.373651 ], [ 120.3133477, 30.3737181 ], [ 120.3131575, 30.3738188 ], [ 120.3129794, 30.3739811 ], [ 120.3128617, 30.3741566 ], [ 120.3126739, 30.3745951 ], [ 120.3126032, 30.3748514 ], [ 120.3125651, 30.3749893 ], [ 120.3125184, 30.3752846 ], [ 120.3124284, 30.3757467 ], [ 120.3123992, 30.3758963 ] ], [ [ 120.3124283, 30.3755831 ], [ 120.3124186, 30.3756875 ] ], [ [ 120.3154888, 30.3735852 ], [ 120.3155293, 30.3735877 ], [ 120.3167584, 30.3736626 ], [ 120.318965, 30.3738305 ], [ 120.3194719, 30.3738453 ], [ 120.320034, 30.3738162 ], [ 120.3202102, 30.3738101 ], [ 120.3206257, 30.3737969 ], [ 120.3211236, 30.37374 ], [ 120.3215093, 30.3736491 ], [ 120.3219439, 30.3735021 ], [ 120.3220368, 30.3734699 ] ], [ [ 120.3221113, 30.3735828 ], [ 120.3219799, 30.3736127 ], [ 120.321483, 30.3737537 ], [ 120.3211636, 30.3738111 ], [ 120.3206578, 30.3738786 ], [ 120.3201752, 30.3739047 ], [ 120.3199906, 30.3739096 ], [ 120.3194551, 30.3739376 ], [ 120.3189589, 30.373917 ], [ 120.3167392, 30.3737437 ], [ 120.3155217, 30.3736642 ], [ 120.3154281, 30.3736581 ] ], [ [ 120.3304403, 30.453574 ], [ 120.3306018, 30.4536655 ] ], [ [ 120.3303986, 30.4541012 ], [ 120.3304403, 30.453574 ] ], [ [ 120.3306018, 30.4536655 ], [ 120.3303986, 30.4541012 ] ], [ [ 120.316172, 30.4219241 ], [ 120.3163854, 30.4220164 ] ], [ [ 120.3163932, 30.4221193 ], [ 120.3161807, 30.4220226 ] ], [ [ 120.3069858, 30.4334781 ], [ 120.3069765, 30.4335784 ] ], [ [ 120.3069858, 30.4334781 ], [ 120.3079359, 30.4335409 ], [ 120.3081867, 30.4336108 ] ], [ [ 120.3081568, 30.4337458 ], [ 120.3078917, 30.4336773 ], [ 120.3069765, 30.4335784 ] ], [ [ 120.3159231, 30.4370422 ], [ 120.3162137, 30.4370943 ] ], [ [ 120.3161812, 30.4372523 ], [ 120.3159231, 30.4370422 ] ], [ [ 120.3162137, 30.4370943 ], [ 120.3165527, 30.437223 ] ], [ [ 120.3165314, 30.437383 ], [ 120.3161812, 30.4372523 ] ], [ [ 120.3165527, 30.437223 ], [ 120.3167699, 30.4373049 ], [ 120.3176732, 30.4377018 ], [ 120.3178373, 30.4377718 ], [ 120.3181018, 30.4378895 ], [ 120.3190319, 30.4382931 ], [ 120.3193494, 30.4384308 ], [ 120.3199833, 30.4387059 ] ], [ [ 120.3199081, 30.4388241 ], [ 120.3194817, 30.4386398 ], [ 120.3180321, 30.4380132 ], [ 120.317781, 30.4379024 ], [ 120.3167426, 30.4374665 ], [ 120.3165314, 30.437383 ] ], [ [ 120.3199833, 30.4387059 ], [ 120.3223739, 30.4397487 ], [ 120.3229354, 30.4400203 ], [ 120.3231629, 30.4401633 ], [ 120.3233908, 30.4403066 ], [ 120.3237504, 30.4405723 ], [ 120.3240825, 30.4408675 ], [ 120.3243975, 30.441207 ], [ 120.3246407, 30.4415259 ], [ 120.3247267, 30.4416821 ], [ 120.3250653, 30.4421989 ], [ 120.3253345, 30.4427515 ] ], [ [ 120.3251861, 30.4428006 ], [ 120.3249115, 30.442258 ], [ 120.3246685, 30.4418356 ], [ 120.324577, 30.4417073 ], [ 120.3243463, 30.4413838 ], [ 120.3240879, 30.441076 ], [ 120.323716, 30.4407173 ], [ 120.3236853, 30.4406949 ], [ 120.3233028, 30.4404151 ], [ 120.3229307, 30.4401751 ], [ 120.3199081, 30.4388241 ] ], [ [ 120.3084123, 30.363627 ], [ 120.3079833, 30.3633217 ], [ 120.3058299, 30.3618225 ], [ 120.3053701, 30.3615024 ], [ 120.3036987, 30.3602898 ], [ 120.3033376, 30.3600336 ], [ 120.3029346, 30.3597478 ], [ 120.3028664, 30.3596994 ], [ 120.3022725, 30.3592782 ], [ 120.3020326, 30.359108 ], [ 120.3010439, 30.3583235 ], [ 120.3003865, 30.3577841 ] ], [ [ 120.2879771, 30.3627103 ], [ 120.2883586, 30.3630938 ], [ 120.288516, 30.3632596 ], [ 120.2891952, 30.3639747 ], [ 120.2895123, 30.3643158 ], [ 120.2895594, 30.3643665 ], [ 120.2899389, 30.3648631 ] ], [ [ 120.2907035, 30.3681728 ], [ 120.2903883, 30.3670694 ], [ 120.2903551, 30.3669384 ], [ 120.2900309, 30.3656605 ], [ 120.2898152, 30.3651182 ], [ 120.2895626, 30.3646902 ], [ 120.2895072, 30.364631 ], [ 120.2892914, 30.3644004 ], [ 120.2888374, 30.3639124 ], [ 120.2876969, 30.362724 ] ], [ [ 120.2899389, 30.3648631 ], [ 120.2900615, 30.3651723 ], [ 120.2902023, 30.3656161 ], [ 120.290345, 30.366155 ], [ 120.2906266, 30.3670731 ], [ 120.2906546, 30.3671642 ], [ 120.2908956, 30.3681285 ] ], [ [ 120.3126037, 30.3703429 ], [ 120.312567, 30.3698798 ], [ 120.3124983, 30.3692632 ], [ 120.3123357, 30.368479 ], [ 120.3120918, 30.3677397 ], [ 120.3117544, 30.3670389 ], [ 120.311612, 30.3668271 ], [ 120.3115283, 30.3667026 ], [ 120.3110362, 30.3660117 ], [ 120.3104345, 30.3652926 ], [ 120.3098558, 30.364742 ], [ 120.3089127, 30.3639843 ], [ 120.3085062, 30.3636948 ] ], [ [ 120.2908956, 30.3681285 ], [ 120.2915753, 30.3706043 ], [ 120.2917503, 30.3710501 ], [ 120.2918604, 30.3712562 ], [ 120.2920378, 30.3715901 ], [ 120.2926405, 30.3724578 ], [ 120.2927551, 30.3726226 ], [ 120.292941, 30.3728796 ], [ 120.2929838, 30.3729387 ], [ 120.2932598, 30.37332 ], [ 120.2935252, 30.3736867 ], [ 120.294086, 30.3745157 ], [ 120.2944949, 30.3752212 ], [ 120.2947721, 30.3758036 ], [ 120.2949466, 30.3761775 ], [ 120.2950534, 30.3764848 ], [ 120.2953079, 30.3772383 ], [ 120.2953099, 30.3772439 ], [ 120.2954652, 30.3776728 ], [ 120.2956267, 30.3781188 ], [ 120.2961173, 30.3794809 ] ], [ [ 120.2818388, 30.3549167 ], [ 120.2816059, 30.3543229 ], [ 120.2813425, 30.3534735 ], [ 120.2811495, 30.3526255 ], [ 120.281079, 30.3523157 ], [ 120.2810439, 30.3520877 ], [ 120.28086, 30.3508951 ], [ 120.2807796, 30.3503073 ] ], [ [ 120.2811069, 30.3509545 ], [ 120.2811568, 30.3516079 ], [ 120.2812628, 30.3522883 ], [ 120.2813239, 30.3526969 ], [ 120.281347, 30.3528013 ], [ 120.2814505, 30.3532068 ], [ 120.2816731, 30.3539548 ], [ 120.2818523, 30.3544111 ], [ 120.282048, 30.3548539 ] ], [ [ 120.282048, 30.3548539 ], [ 120.2824347, 30.3556569 ], [ 120.282811, 30.3563976 ], [ 120.2828966, 30.3565661 ], [ 120.2832973, 30.3572816 ], [ 120.2836011, 30.3577821 ], [ 120.2837739, 30.3580368 ] ], [ [ 120.2835616, 30.3580366 ], [ 120.2829097, 30.3568919 ], [ 120.2827049, 30.3565425 ], [ 120.2822408, 30.3557507 ], [ 120.2818388, 30.3549167 ] ], [ [ 120.2837739, 30.3580368 ], [ 120.2838684, 30.3581168 ] ], [ [ 120.2836223, 30.3581263 ], [ 120.2835616, 30.3580366 ] ], [ [ 120.2879063, 30.3626359 ], [ 120.2879771, 30.3627103 ] ], [ [ 120.295931, 30.3795153 ], [ 120.2955894, 30.3784662 ], [ 120.2953134, 30.3777041 ], [ 120.2951842, 30.3773475 ], [ 120.2951521, 30.3772873 ], [ 120.2950661, 30.3770043 ], [ 120.2948375, 30.3763843 ], [ 120.2947756, 30.3762281 ], [ 120.2946169, 30.3758273 ], [ 120.2942952, 30.375164 ], [ 120.2939569, 30.3746035 ], [ 120.2933978, 30.3737647 ], [ 120.2931281, 30.373393 ], [ 120.2931246, 30.3733882 ], [ 120.2928481, 30.3730071 ], [ 120.2927542, 30.3728776 ], [ 120.2925023, 30.3725201 ], [ 120.2920442, 30.3718697 ], [ 120.2918261, 30.3714671 ], [ 120.2913747, 30.3704443 ], [ 120.2911084, 30.3695429 ], [ 120.2907035, 30.3681728 ] ], [ [ 120.2961173, 30.3794809 ], [ 120.2961242, 30.3796242 ] ], [ [ 120.3124186, 30.3756875 ], [ 120.3123992, 30.3758963 ] ], [ [ 120.3115936, 30.3815396 ], [ 120.3117051, 30.3802816 ], [ 120.3118337, 30.3789058 ], [ 120.3119143, 30.3782292 ], [ 120.312135, 30.3762226 ], [ 120.3121432, 30.3761129 ], [ 120.3121634, 30.3758409 ], [ 120.3121638, 30.375836 ], [ 120.3121934, 30.3755152 ] ], [ [ 120.3123992, 30.3758963 ], [ 120.3123987, 30.3759012 ], [ 120.3123626, 30.3762894 ], [ 120.3123397, 30.3765355 ], [ 120.312324, 30.3766945 ], [ 120.3121034, 30.3789305 ], [ 120.3119803, 30.3802206 ], [ 120.3119059, 30.3811041 ], [ 120.3118397, 30.3815878 ] ], [ [ 120.2959496, 30.3796536 ], [ 120.295931, 30.3795153 ] ], [ [ 120.2929831, 30.379916 ], [ 120.2953121, 30.3814528 ], [ 120.2957396, 30.3817377 ], [ 120.2963897, 30.3821614 ] ], [ [ 120.3115936, 30.3815396 ], [ 120.3118397, 30.3815878 ] ], [ [ 120.3115833, 30.3816716 ], [ 120.3115936, 30.3815396 ] ], [ [ 120.2966757, 30.3832825 ], [ 120.2967536, 30.3834116 ], [ 120.2967836, 30.3840177 ], [ 120.2967801, 30.3844161 ], [ 120.2967907, 30.385213 ], [ 120.296819, 30.3858343 ], [ 120.2967098, 30.3861423 ] ], [ [ 120.2964224, 30.382477 ], [ 120.2952034, 30.3816904 ], [ 120.2927659, 30.3801819 ] ], [ [ 120.2963897, 30.3821614 ], [ 120.2965885, 30.382291 ] ], [ [ 120.2966178, 30.3825865 ], [ 120.2964224, 30.382477 ] ], [ [ 120.2964401, 30.3865459 ], [ 120.296455, 30.3860113 ], [ 120.2964651, 30.3854587 ], [ 120.2964545, 30.3847199 ], [ 120.2964227, 30.3838742 ], [ 120.2963713, 30.3834406 ], [ 120.2963059, 30.3827781 ], [ 120.2964305, 30.3825552 ] ], [ [ 120.2965885, 30.382291 ], [ 120.300723, 30.3848781 ], [ 120.3008166, 30.3849369 ], [ 120.301126, 30.385129 ], [ 120.3024244, 30.3859372 ], [ 120.304136, 30.3869052 ], [ 120.3064675, 30.388108 ], [ 120.306995, 30.3883568 ] ], [ [ 120.306954, 30.3886679 ], [ 120.3042286, 30.3872727 ], [ 120.3024055, 30.3862436 ], [ 120.3005868, 30.385134 ], [ 120.2974251, 30.3831047 ], [ 120.2966178, 30.3825865 ] ], [ [ 120.2967649, 30.3900375 ], [ 120.2965308, 30.3900399 ] ], [ [ 120.2964436, 30.3866401 ], [ 120.2964401, 30.3865459 ] ], [ [ 120.2964439, 30.3882293 ], [ 120.2964494, 30.3878391 ], [ 120.2964449, 30.3870205 ], [ 120.2964436, 30.3866401 ] ], [ [ 120.2965407, 30.3886452 ], [ 120.2964423, 30.3883399 ], [ 120.2964439, 30.3882293 ] ], [ [ 120.3118397, 30.3815878 ], [ 120.3118402, 30.3817038 ] ], [ [ 120.312691807969145, 30.389905257250216 ], [ 120.3126328, 30.3892513 ], [ 120.3125932, 30.3888134 ], [ 120.3124939, 30.3882175 ], [ 120.3123051, 30.3872639 ], [ 120.3122344, 30.3870142 ], [ 120.3118745, 30.3854631 ], [ 120.3117789, 30.3846864 ], [ 120.311662, 30.3842995 ], [ 120.3115897, 30.3829462 ], [ 120.311554, 30.3824562 ], [ 120.3115707, 30.3820097 ], [ 120.3115833, 30.3816716 ] ], [ [ 120.3118402, 30.3817038 ], [ 120.3118414, 30.3818721 ], [ 120.3118446, 30.3823213 ], [ 120.3118489, 30.3829149 ], [ 120.3118757, 30.3838771 ], [ 120.3119011, 30.3843283 ], [ 120.3119615, 30.3847153 ], [ 120.3120402, 30.3854551 ], [ 120.3121965, 30.3862297 ], [ 120.3123407, 30.38694 ], [ 120.3125275, 30.387749 ], [ 120.3126504, 30.3882601 ], [ 120.3127353, 30.3888301 ], [ 120.3128015, 30.3894199 ], [ 120.312812690660436, 30.389587256622743 ] ], [ [ 120.306995, 30.3883568 ], [ 120.3071044, 30.3884128 ] ], [ [ 120.3070583, 30.3887216 ], [ 120.306954, 30.3886679 ] ], [ [ 120.2919022, 30.3897009 ], [ 120.2946024, 30.3898157 ], [ 120.2957619, 30.3898316 ], [ 120.2965341, 30.3898465 ] ], [ [ 120.2965341, 30.3898465 ], [ 120.2967523, 30.3898471 ] ], [ [ 120.2942799, 30.3899411 ], [ 120.2928542, 30.3898881 ], [ 120.291883, 30.3898536 ] ], [ [ 120.291883, 30.3898536 ], [ 120.291286, 30.3898323 ], [ 120.2908038, 30.3898424 ], [ 120.2907776, 30.389843 ], [ 120.2902169, 30.3898802 ], [ 120.2896469, 30.3899705 ] ], [ [ 120.2965308, 30.3900399 ], [ 120.2956635, 30.3900106 ], [ 120.2945704, 30.3899519 ], [ 120.2942799, 30.3899411 ] ], [ [ 120.2876147, 30.3906982 ], [ 120.2884549, 30.3902217 ], [ 120.2892016, 30.3899469 ], [ 120.2894999, 30.3898776 ], [ 120.2899767, 30.3897668 ], [ 120.2907624, 30.3896874 ], [ 120.2907706, 30.3896874 ], [ 120.291293, 30.3896892 ], [ 120.2916578, 30.3896905 ], [ 120.2919022, 30.3897009 ] ], [ [ 120.2896469, 30.3899705 ], [ 120.2888119, 30.390231 ], [ 120.2881402, 30.3905579 ], [ 120.2877236, 30.3908326 ] ], [ [ 120.3030351, 30.390868 ], [ 120.3040349, 30.3912494 ], [ 120.3062436, 30.3921165 ] ], [ [ 120.3062303, 30.3923123 ], [ 120.3034357, 30.3911674 ], [ 120.3030216, 30.3910375 ] ], [ [ 120.3062436, 30.3921165 ], [ 120.306332, 30.3921542 ] ], [ [ 120.3063238, 30.3923526 ], [ 120.3062303, 30.3923123 ] ], [ [ 120.306332, 30.3921542 ], [ 120.3082835, 30.3930284 ], [ 120.3095488, 30.3935964 ], [ 120.3098243, 30.3937147 ], [ 120.3102917, 30.3939155 ], [ 120.3103113, 30.3939239 ], [ 120.3109528, 30.3941481 ], [ 120.311065982728408, 30.394182242161758 ] ], [ [ 120.3002622, 30.3901937 ], [ 120.3006756, 30.3902427 ], [ 120.30124, 30.3903981 ], [ 120.3021986, 30.3906537 ], [ 120.3023998, 30.3907053 ], [ 120.3029005, 30.3908335 ], [ 120.3030351, 30.390868 ] ], [ [ 120.3030216, 30.3910375 ], [ 120.302894, 30.3910015 ], [ 120.3023976, 30.3908616 ], [ 120.3021686, 30.390797 ], [ 120.301287, 30.3905408 ], [ 120.3007968, 30.3904016 ], [ 120.3001266, 30.390287 ] ], [ [ 120.288613, 30.395638 ], [ 120.2887737, 30.3956577 ] ], [ [ 120.2549855, 30.384798 ], [ 120.2568238, 30.3866104 ] ], [ [ 120.2566588, 30.3867281 ], [ 120.2548248, 30.3849015 ] ], [ [ 120.2568238, 30.3866104 ], [ 120.2596292, 30.3892852 ] ], [ [ 120.2594041, 30.3894622 ], [ 120.2566588, 30.3867281 ] ], [ [ 120.2596292, 30.3892852 ], [ 120.2597494, 30.3893918 ] ], [ [ 120.2595176, 30.3895547 ], [ 120.2594041, 30.3894622 ] ], [ [ 120.2597494, 30.3893918 ], [ 120.2621973, 30.3915643 ], [ 120.2625439, 30.3919003 ] ], [ [ 120.2624382, 30.3919871 ], [ 120.2620915, 30.391651 ], [ 120.2595176, 30.3895547 ] ], [ [ 120.2874702, 30.3908042 ], [ 120.2876147, 30.3906982 ] ], [ [ 120.2877236, 30.3908326 ], [ 120.2875787, 30.3909533 ] ], [ [ 120.2840301, 30.3945247 ], [ 120.2857721, 30.3926213 ], [ 120.2861427, 30.3921932 ], [ 120.2869825, 30.3912231 ], [ 120.2872905, 30.3909361 ], [ 120.2874702, 30.3908042 ] ], [ [ 120.2875787, 30.3909533 ], [ 120.2869787, 30.3914535 ], [ 120.2862423, 30.392296 ], [ 120.2854227, 30.3932262 ], [ 120.2841954, 30.3946269 ] ], [ [ 120.2840301, 30.3945247 ], [ 120.2841954, 30.3946269 ] ], [ [ 120.2625439, 30.3919003 ], [ 120.2635138, 30.3928407 ], [ 120.2641818, 30.3941442 ], [ 120.264535, 30.3952423 ], [ 120.2650497, 30.3968426 ], [ 120.2651966, 30.3970866 ] ], [ [ 120.265066, 30.3971428 ], [ 120.2649132, 30.3968889 ], [ 120.2640442, 30.3941867 ], [ 120.2633897, 30.3929096 ], [ 120.2624382, 30.3919871 ] ], [ [ 120.2651966, 30.3970866 ], [ 120.266344, 30.398993 ], [ 120.2676866, 30.4002702 ], [ 120.2679544, 30.4005718 ], [ 120.2680744, 30.4006725 ], [ 120.2684033, 30.4009484 ], [ 120.268827, 30.4012665 ], [ 120.2692954, 30.4015635 ], [ 120.2696146, 30.4017344 ], [ 120.2701005, 30.4019825 ], [ 120.2707908, 30.4023163 ], [ 120.2714976, 30.402615 ], [ 120.2739164, 30.4035401 ], [ 120.2741736, 30.4036454 ], [ 120.2744567, 30.4037607 ] ], [ [ 120.2744567, 30.4037607 ], [ 120.2746704, 30.4038548 ] ], [ [ 120.2743456, 30.4038597 ], [ 120.2744567, 30.4037607 ] ], [ [ 120.2746704, 30.4038548 ], [ 120.2745573, 30.4039569 ] ], [ [ 120.288672, 30.3958921 ], [ 120.2882545, 30.3957585 ] ], [ [ 120.2887737, 30.3956577 ], [ 120.2888994, 30.3956794 ], [ 120.2894165, 30.3957907 ], [ 120.2908809, 30.3960612 ], [ 120.2914128, 30.396165 ], [ 120.2924027, 30.3963259 ], [ 120.2924627, 30.3963391 ], [ 120.2927366, 30.3963888 ], [ 120.2931635, 30.3964744 ] ], [ [ 120.2932006, 30.3967734 ], [ 120.2927873, 30.3966783 ], [ 120.2924464, 30.3966135 ], [ 120.2907824, 30.3962884 ], [ 120.2893366, 30.3960169 ], [ 120.2888262, 30.3959211 ], [ 120.288672, 30.3958921 ] ], [ [ 120.2931635, 30.3964744 ], [ 120.294847, 30.3968229 ] ], [ [ 120.294874, 30.3970374 ], [ 120.2932006, 30.3967734 ] ], [ [ 120.2973026, 30.3973127 ], [ 120.2977688, 30.3973996 ] ], [ [ 120.2977688, 30.3973996 ], [ 120.2978861, 30.3974113 ] ], [ [ 120.2978861, 30.3974113 ], [ 120.2980686, 30.3974444 ] ], [ [ 120.2980686, 30.3974444 ], [ 120.2981745, 30.3974646 ] ], [ [ 120.2977889, 30.3975895 ], [ 120.2977688, 30.3973996 ] ], [ [ 120.2978932, 30.3976095 ], [ 120.2978861, 30.3974113 ] ], [ [ 120.2977889, 30.3975895 ], [ 120.2970214, 30.3974448 ] ], [ [ 120.2981745, 30.3974646 ], [ 120.2982039, 30.3976638 ] ], [ [ 120.2978932, 30.3976095 ], [ 120.2977889, 30.3975895 ] ], [ [ 120.311006480796294, 30.394338771202833 ], [ 120.3109675, 30.3943275 ], [ 120.3103229, 30.3940801 ], [ 120.310296, 30.3940682 ], [ 120.309831, 30.3938633 ], [ 120.309494, 30.3937147 ], [ 120.3082526, 30.393143 ], [ 120.3078846, 30.3930256 ], [ 120.3063238, 30.3923526 ] ], [ [ 120.2839075, 30.3946727 ], [ 120.2840301, 30.3945247 ] ], [ [ 120.2841954, 30.3946269 ], [ 120.2840507, 30.3947945 ] ], [ [ 120.2840507, 30.3947945 ], [ 120.2839075, 30.3946727 ] ], [ [ 120.2841954, 30.3946269 ], [ 120.2844936, 30.3948113 ], [ 120.2850679, 30.3950603 ], [ 120.2854937, 30.3951975 ], [ 120.2856773, 30.3952567 ], [ 120.2861331, 30.3953429 ], [ 120.2863738, 30.395382 ], [ 120.2872489, 30.3954797 ], [ 120.2880376, 30.395554 ], [ 120.288613, 30.395638 ] ], [ [ 120.288672, 30.3958921 ], [ 120.2880978, 30.3957966 ], [ 120.2875418, 30.3957229 ], [ 120.2870714, 30.3956705 ], [ 120.2864873, 30.3956458 ], [ 120.2858647, 30.3955164 ], [ 120.2855384, 30.3954173 ], [ 120.2851833, 30.3953094 ], [ 120.2847288, 30.3951217 ], [ 120.2840507, 30.3947945 ] ], [ [ 120.2980759, 30.3976409 ], [ 120.2978932, 30.3976095 ] ], [ [ 120.2982039, 30.3976638 ], [ 120.2980759, 30.3976409 ] ], [ [ 120.2981745, 30.3974646 ], [ 120.298556, 30.3975139 ], [ 120.2989527, 30.3975932 ], [ 120.2994616, 30.3976948 ], [ 120.3003908, 30.3978805 ] ], [ [ 120.3003774, 30.3980564 ], [ 120.2992826, 30.3978474 ], [ 120.2988735, 30.3977755 ], [ 120.2986536, 30.3977369 ], [ 120.2982039, 30.3976638 ] ], [ [ 120.3003908, 30.3978805 ], [ 120.3009696, 30.3980044 ], [ 120.3013042, 30.39809 ], [ 120.3015906, 30.3981801 ], [ 120.301686389098307, 30.398213875558785 ] ], [ [ 120.301695019479126, 30.398400441495344 ], [ 120.3014656, 30.3983141 ], [ 120.3011322, 30.3982181 ], [ 120.3008202, 30.398143 ], [ 120.3003774, 30.3980564 ] ], [ [ 120.294847, 30.3968229 ], [ 120.2961169, 30.3970762 ], [ 120.2973026, 30.3973127 ] ], [ [ 120.2970214, 30.3974448 ], [ 120.294874, 30.3970374 ] ], [ [ 120.2992941, 30.4035804 ], [ 120.2987885, 30.4014633 ], [ 120.2984773, 30.4000153 ], [ 120.2983858, 30.3997125 ], [ 120.2978932, 30.3976095 ] ], [ [ 120.2980759, 30.3976409 ], [ 120.2981493, 30.3980122 ], [ 120.2985112, 30.3996382 ], [ 120.2989111, 30.4013743 ], [ 120.2991797, 30.4025252 ], [ 120.2993544, 30.4033151 ], [ 120.2994096, 30.4036237 ] ], [ [ 120.2454766, 30.41218 ], [ 120.2476161, 30.4119275 ], [ 120.248349, 30.411841 ], [ 120.2493297, 30.4117588 ], [ 120.2497888, 30.4117453 ], [ 120.2499494, 30.4117406 ], [ 120.2506128, 30.4117852 ], [ 120.2518093, 30.4118937 ] ], [ [ 120.2517829, 30.4120294 ], [ 120.2506864, 30.4119071 ], [ 120.2500282, 30.4118889 ], [ 120.2498124, 30.4118829 ], [ 120.2490728, 30.4119096 ], [ 120.247982, 30.4120151 ], [ 120.2457683, 30.412256 ], [ 120.2454823, 30.4122871 ] ], [ [ 120.3100096, 30.4056941 ], [ 120.310047830152101, 30.405608291638075 ] ], [ [ 120.310161528757718, 30.405687042287866 ], [ 120.3096349, 30.4068739 ] ], [ [ 120.3094994, 30.4068149 ], [ 120.3099053, 30.4059284 ], [ 120.3100096, 30.4056941 ] ], [ [ 120.2994096, 30.4036237 ], [ 120.2994612, 30.4045312 ], [ 120.2994824, 30.4048254 ], [ 120.2995261, 30.4060986 ], [ 120.2996109, 30.4078763 ], [ 120.299618, 30.4082892 ] ], [ [ 120.2994682, 30.4090629 ], [ 120.2994657, 30.4089082 ], [ 120.2994539, 30.4081713 ], [ 120.2994454, 30.4076391 ], [ 120.2993813, 30.4061341 ], [ 120.2993374, 30.4049517 ], [ 120.2993221, 30.4045714 ], [ 120.2992941, 30.4035804 ] ], [ [ 120.2838347, 30.4062085 ], [ 120.283855, 30.4062287 ], [ 120.2841939, 30.4065252 ], [ 120.2843479, 30.4066465 ], [ 120.2844167, 30.4066995 ], [ 120.2845561, 30.4068032 ], [ 120.2857581, 30.4074114 ], [ 120.2861148, 30.4075942 ], [ 120.2882332, 30.4085617 ], [ 120.2922986, 30.4105467 ] ], [ [ 120.299618, 30.4082892 ], [ 120.2996379, 30.4091278 ] ], [ [ 120.2994884, 30.4093159 ], [ 120.2994682, 30.4090629 ] ], [ [ 120.2996379, 30.4091278 ], [ 120.2996467, 30.4093501 ] ], [ [ 120.3082974, 30.4092697 ], [ 120.3087186, 30.4083737 ], [ 120.3094994, 30.4068149 ] ], [ [ 120.3096349, 30.4068739 ], [ 120.308849, 30.408419 ], [ 120.3084073, 30.4093358 ] ], [ [ 120.2977356, 30.4133153 ], [ 120.2968745, 30.4129121 ], [ 120.2927658, 30.4109401 ], [ 120.292505, 30.4108048 ], [ 120.292432, 30.410767 ], [ 120.2922392, 30.4106723 ], [ 120.2903339, 30.4096909 ], [ 120.2860015, 30.4076327 ], [ 120.2855442, 30.4074154 ], [ 120.2852158, 30.4072594 ], [ 120.284557, 30.4069308 ], [ 120.2844806, 30.4068757 ], [ 120.2842733, 30.4067263 ], [ 120.2841957, 30.4066704 ], [ 120.2841208, 30.406605 ], [ 120.2837804, 30.4063011 ], [ 120.2837353, 30.4062674 ] ], [ [ 120.2922986, 30.4105467 ], [ 120.2923035, 30.4105492 ], [ 120.2924728, 30.4106361 ] ], [ [ 120.2924728, 30.4106361 ], [ 120.2924777, 30.4106386 ] ], [ [ 120.2924777, 30.4106386 ], [ 120.2939765, 30.4113681 ], [ 120.2960282, 30.4123667 ], [ 120.2962417, 30.4124587 ], [ 120.2968347, 30.4127538 ], [ 120.2978195, 30.4132033 ] ], [ [ 120.3071115, 30.4118381 ], [ 120.3082974, 30.4092697 ] ], [ [ 120.3084073, 30.4093358 ], [ 120.3072113, 30.4118743 ] ], [ [ 120.3070148, 30.4120203 ], [ 120.3071115, 30.4118381 ] ], [ [ 120.2744567, 30.4037607 ], [ 120.2762956, 30.4019809 ], [ 120.2775379, 30.400694 ], [ 120.2782076, 30.3999848 ], [ 120.2786553, 30.3995129 ], [ 120.2792695, 30.3989105 ], [ 120.279724, 30.3984163 ], [ 120.2797613, 30.3983802 ], [ 120.2801944, 30.3979609 ], [ 120.2806095, 30.3975963 ], [ 120.2809689, 30.3973171 ], [ 120.2814, 30.3970138 ], [ 120.2818654, 30.396693 ], [ 120.282308, 30.3963663 ], [ 120.2828014, 30.3959558 ], [ 120.2834239, 30.3952564 ], [ 120.2839075, 30.3946727 ] ], [ [ 120.2840507, 30.3947945 ], [ 120.2836223, 30.3952887 ], [ 120.283071, 30.3958849 ], [ 120.2826267, 30.3962948 ], [ 120.2823434, 30.3965095 ], [ 120.2820601, 30.3966924 ], [ 120.2815299, 30.3970201 ], [ 120.2811403, 30.397297 ], [ 120.2807041, 30.3976377 ], [ 120.2803118, 30.3979714 ], [ 120.2797933, 30.3984896 ], [ 120.2793214, 30.3989723 ], [ 120.2785131, 30.3997766 ], [ 120.2782644, 30.4000638 ], [ 120.2771869, 30.4011659 ], [ 120.2760648, 30.4023372 ], [ 120.2746704, 30.4038548 ] ], [ [ 120.2746704, 30.4038548 ], [ 120.2750497, 30.4039506 ], [ 120.2756163, 30.4040341 ], [ 120.276328, 30.4041151 ], [ 120.2772845, 30.4042271 ], [ 120.2774838, 30.4042389 ], [ 120.2782112, 30.4042682 ], [ 120.279908, 30.4042024 ], [ 120.2804919, 30.4042137 ], [ 120.2811321, 30.4042948 ], [ 120.2814258, 30.4043758 ], [ 120.2817973, 30.4045439 ], [ 120.2820439, 30.4047308 ], [ 120.2834172, 30.4058431 ], [ 120.2838347, 30.4062085 ] ], [ [ 120.2837353, 30.4062674 ], [ 120.2829216, 30.4055653 ], [ 120.2819879, 30.4047879 ], [ 120.2818488, 30.4046734 ], [ 120.2816057, 30.4045424 ], [ 120.2812721, 30.4044438 ], [ 120.2807086, 30.4043571 ], [ 120.2801627, 30.4043147 ], [ 120.2795801, 30.4043192 ], [ 120.2780852, 30.4043806 ], [ 120.2774489, 30.4043432 ], [ 120.2762878, 30.4042144 ], [ 120.2757278, 30.4041592 ], [ 120.275199, 30.4040877 ], [ 120.2745573, 30.4039569 ] ], [ [ 120.2743456, 30.4038597 ], [ 120.2740033, 30.4037309 ], [ 120.2738196, 30.4036523 ], [ 120.2714318, 30.402732 ], [ 120.2707226, 30.4024241 ], [ 120.2701502, 30.4021567 ], [ 120.2695637, 30.4018605 ], [ 120.2691078, 30.4015924 ], [ 120.2687008, 30.4013103 ], [ 120.2684126, 30.4010951 ], [ 120.2681143, 30.4008723 ], [ 120.2676062, 30.4004702 ], [ 120.26728, 30.4001596 ], [ 120.2662221, 30.3990636 ], [ 120.265066, 30.3971428 ] ], [ [ 120.2745573, 30.4039569 ], [ 120.2743456, 30.4038597 ] ], [ [ 120.2745573, 30.4039569 ], [ 120.2737812, 30.4047399 ] ], [ [ 120.2715702, 30.4067115 ], [ 120.2723605, 30.4058441 ], [ 120.2729668, 30.405227 ], [ 120.2743456, 30.4038597 ] ], [ [ 120.2737812, 30.4047399 ], [ 120.2733191, 30.4052061 ], [ 120.2717954, 30.4067881 ] ], [ [ 120.2715251, 30.4067604 ], [ 120.2715702, 30.4067115 ] ], [ [ 120.2717954, 30.4067881 ], [ 120.2717479, 30.4068366 ] ], [ [ 120.2714402, 30.4229567 ], [ 120.2715979, 30.4231826 ] ], [ [ 120.2715124, 30.4233212 ], [ 120.2713763, 30.4230791 ] ], [ [ 120.2763857, 30.4266236 ], [ 120.2760633, 30.4264757 ], [ 120.2753666, 30.4261069 ], [ 120.2747656, 30.4257524 ], [ 120.2738308, 30.4251693 ], [ 120.272147, 30.4238827 ], [ 120.2715124, 30.4233212 ] ], [ [ 120.2683827, 30.42058 ], [ 120.2688301, 30.4208705 ], [ 120.2692839, 30.4211651 ], [ 120.2697912, 30.4215329 ], [ 120.2705231, 30.4221042 ], [ 120.2714402, 30.4229567 ] ], [ [ 120.2713763, 30.4230791 ], [ 120.270912, 30.4226591 ], [ 120.2705247, 30.4223087 ], [ 120.2700845, 30.4218761 ], [ 120.2683219, 30.4206623 ] ], [ [ 120.2715979, 30.4231826 ], [ 120.2721187, 30.4236543 ], [ 120.2724194, 30.4239267 ], [ 120.2731705, 30.4245443 ], [ 120.273959, 30.4250947 ], [ 120.2746564, 30.4255573 ], [ 120.2757186, 30.4261448 ], [ 120.2764642, 30.4265518 ], [ 120.2771321, 30.4268409 ] ], [ [ 120.2770751, 30.4269443 ], [ 120.2763857, 30.4266236 ] ], [ [ 120.2771321, 30.4268409 ], [ 120.2772394, 30.4268664 ] ], [ [ 120.2771875, 30.4269885 ], [ 120.2770751, 30.4269443 ] ], [ [ 120.2772394, 30.4268664 ], [ 120.2782979, 30.4272641 ], [ 120.2786322, 30.4273635 ], [ 120.2801093, 30.427803 ] ], [ [ 120.2800852, 30.4278948 ], [ 120.2794187, 30.4277025 ], [ 120.2788475, 30.4275376 ], [ 120.2782684, 30.4273589 ], [ 120.2780122, 30.4272675 ], [ 120.2771875, 30.4269885 ] ], [ [ 120.2978195, 30.4132033 ], [ 120.2984639, 30.4117088 ], [ 120.2989687, 30.4105337 ], [ 120.2994884, 30.4093159 ] ], [ [ 120.2996467, 30.4093501 ], [ 120.2991128, 30.4105914 ], [ 120.2986046, 30.4117623 ], [ 120.2979589, 30.4132501 ] ], [ [ 120.3072113, 30.4118743 ], [ 120.3071148, 30.4120586 ] ], [ [ 120.2978195, 30.4132033 ], [ 120.2979589, 30.4132501 ] ], [ [ 120.2977356, 30.4133153 ], [ 120.2978195, 30.4132033 ] ], [ [ 120.2979589, 30.4132501 ], [ 120.2978638, 30.4133754 ] ], [ [ 120.2978638, 30.4133754 ], [ 120.2977356, 30.4133153 ] ], [ [ 120.2979589, 30.4132501 ], [ 120.2985299, 30.413525 ], [ 120.2990608, 30.4137806 ], [ 120.299868, 30.4141692 ] ], [ [ 120.2997928, 30.4142793 ], [ 120.2996963, 30.4142335 ], [ 120.2992452, 30.4140222 ], [ 120.2978638, 30.4133754 ] ], [ [ 120.3048864, 30.4165877 ], [ 120.305291, 30.415726 ], [ 120.3058233, 30.4145926 ], [ 120.3064007, 30.4133411 ], [ 120.3070148, 30.4120203 ] ], [ [ 120.3071148, 30.4120586 ], [ 120.3069053, 30.4125473 ], [ 120.3065018, 30.4133755 ], [ 120.3059133, 30.4146111 ], [ 120.305006, 30.4166447 ] ], [ [ 120.299868, 30.4141692 ], [ 120.3017106, 30.4150664 ] ], [ [ 120.3016679, 30.4151789 ], [ 120.2997928, 30.4142793 ] ], [ [ 120.3017106, 30.4150664 ], [ 120.3017992, 30.4151083 ] ], [ [ 120.3017741, 30.4152264 ], [ 120.3016679, 30.4151789 ] ], [ [ 120.2939892, 30.4183256 ], [ 120.2943176, 30.41785 ], [ 120.2948103, 30.4172467 ], [ 120.2955837, 30.4161633 ], [ 120.2956887, 30.416043 ], [ 120.2966658, 30.414744 ], [ 120.2977356, 30.4133153 ] ], [ [ 120.2978638, 30.4133754 ], [ 120.2971335, 30.414337 ], [ 120.2964885, 30.4151913 ], [ 120.2958015, 30.4161362 ], [ 120.2957216, 30.4162585 ], [ 120.2949273, 30.4173065 ], [ 120.2941349, 30.4184305 ] ], [ [ 120.2938659, 30.4184373 ], [ 120.2939892, 30.4183256 ] ], [ [ 120.3017992, 30.4151083 ], [ 120.3026204, 30.4154971 ], [ 120.302888, 30.4156238 ], [ 120.3033437, 30.4158436 ], [ 120.3037383, 30.4160339 ], [ 120.3048864, 30.4165877 ] ], [ [ 120.3048443, 30.4166803 ], [ 120.3041612, 30.4163613 ], [ 120.3035749, 30.4160805 ], [ 120.3033324, 30.4159644 ], [ 120.3028759, 30.4157457 ], [ 120.3020456, 30.4153481 ], [ 120.3017741, 30.4152264 ] ], [ [ 120.3048864, 30.4165877 ], [ 120.305006, 30.4166447 ] ], [ [ 120.3048443, 30.4166803 ], [ 120.3048864, 30.4165877 ] ], [ [ 120.305006, 30.4166447 ], [ 120.3049639, 30.4167362 ] ], [ [ 120.3049639, 30.4167362 ], [ 120.3048443, 30.4166803 ] ], [ [ 120.305006, 30.4166447 ], [ 120.3072799, 30.4177165 ], [ 120.3091804, 30.4186123 ] ], [ [ 120.3049639, 30.4167362 ], [ 120.3044708, 30.417809 ], [ 120.3044221, 30.417915 ], [ 120.3041036, 30.4186157 ] ], [ [ 120.3091172, 30.4187307 ], [ 120.3081115, 30.418241 ], [ 120.3073959, 30.4178959 ], [ 120.3066277, 30.4175254 ], [ 120.3065635, 30.417494 ], [ 120.3060772, 30.4172561 ], [ 120.3059344, 30.4171894 ], [ 120.3049639, 30.4167362 ] ], [ [ 120.2821785, 30.4323132 ], [ 120.2826392, 30.4315474 ], [ 120.2832463, 30.4303746 ], [ 120.2835062, 30.4300254 ], [ 120.284037, 30.4293786 ], [ 120.284134089960972, 30.429271233017925 ] ], [ [ 120.284134089960972, 30.429271233017925 ], [ 120.28423015427397, 30.429165000249192 ] ], [ [ 120.28423015427397, 30.429165000249192 ], [ 120.2870658, 30.4260292 ], [ 120.2883313, 30.4248486 ], [ 120.2891925, 30.4239809 ], [ 120.289362, 30.4238347 ], [ 120.2895992, 30.4235916 ], [ 120.2900783, 30.4230815 ], [ 120.290314, 30.4228132 ], [ 120.2911413, 30.4217983 ], [ 120.2913257, 30.4215404 ] ], [ [ 120.291449, 30.4216014 ], [ 120.291187, 30.4219134 ], [ 120.2906476, 30.4225788 ], [ 120.2905839, 30.4226571 ], [ 120.2903721, 30.4229171 ], [ 120.2898304, 30.423504 ], [ 120.2895758, 30.4237688 ], [ 120.2892829, 30.4240807 ], [ 120.28843, 30.4249295 ], [ 120.2871694, 30.4260952 ], [ 120.284322629843786, 30.429216778869879 ] ], [ [ 120.284322629843786, 30.429216778869879 ], [ 120.28422540681818, 30.42932338717533 ] ], [ [ 120.28422540681818, 30.42932338717533 ], [ 120.2841404, 30.4294166 ], [ 120.2835796, 30.4300489 ], [ 120.2833295, 30.4304092 ], [ 120.2828037, 30.4314257 ], [ 120.2826435, 30.4317378 ], [ 120.2823513, 30.4323518 ] ], [ [ 120.2801093, 30.427803 ], [ 120.2823633, 30.4284142 ], [ 120.2828908, 30.4286056 ], [ 120.2840334, 30.4290681 ], [ 120.28423015427397, 30.429165000249192 ] ], [ [ 120.28423015427397, 30.429165000249192 ], [ 120.2842732, 30.4291862 ] ], [ [ 120.2841791, 30.429296 ], [ 120.284134089960972, 30.429271233017925 ] ], [ [ 120.284134089960972, 30.429271233017925 ], [ 120.283806, 30.4290907 ], [ 120.2832563, 30.4288502 ], [ 120.2827682, 30.4286719 ], [ 120.2823526, 30.4285437 ], [ 120.2813155, 30.4282421 ], [ 120.2800852, 30.4278948 ] ], [ [ 120.3039296, 30.4186319 ], [ 120.3042989, 30.4178813 ], [ 120.3048443, 30.4166803 ] ], [ [ 120.2561271, 30.4128156 ], [ 120.2577974, 30.4131782 ], [ 120.259539, 30.4135563 ], [ 120.2601925, 30.4137207 ], [ 120.2606976, 30.4138852 ], [ 120.2613016, 30.4141846 ], [ 120.2614079, 30.4142514 ] ], [ [ 120.2624471, 30.4152199 ], [ 120.2622003, 30.4150044 ], [ 120.2615619, 30.4145175 ], [ 120.2613793, 30.4143905 ], [ 120.2611881, 30.4142574 ], [ 120.2606279, 30.4140009 ], [ 120.2601378, 30.4138323 ], [ 120.2597399, 30.4137367 ], [ 120.2594894, 30.4136765 ], [ 120.2580825, 30.4133719 ], [ 120.2560854, 30.4129395 ] ], [ [ 120.2614079, 30.4142514 ], [ 120.2616692, 30.4144157 ], [ 120.2622789, 30.4149047 ], [ 120.2625577, 30.4151089 ] ], [ [ 120.2624471, 30.4152199 ], [ 120.2625577, 30.4151089 ] ], [ [ 120.2625577, 30.4151089 ], [ 120.2627588, 30.4152865 ] ], [ [ 120.2626256, 30.4154455 ], [ 120.2624471, 30.4152199 ] ], [ [ 120.2627588, 30.4152865 ], [ 120.2626256, 30.4154455 ] ], [ [ 120.2518093, 30.4118937 ], [ 120.2519165, 30.4119168 ] ], [ [ 120.2518708, 30.4120481 ], [ 120.2517829, 30.4120294 ] ], [ [ 120.2519165, 30.4119168 ], [ 120.2527197, 30.4120898 ], [ 120.2542792, 30.4124257 ] ], [ [ 120.2560854, 30.4129395 ], [ 120.2556858, 30.412853 ], [ 120.2543155, 30.4125687 ], [ 120.2526171, 30.412207 ], [ 120.2518708, 30.4120481 ] ], [ [ 120.2542792, 30.4124257 ], [ 120.2557195, 30.4127271 ], [ 120.2561271, 30.4128156 ] ], [ [ 120.2677628, 30.4104101 ], [ 120.2685466, 30.409754 ], [ 120.2688899, 30.4094368 ], [ 120.2693361, 30.4090245 ], [ 120.270167, 30.4082 ], [ 120.2709887, 30.407329 ], [ 120.2713178, 30.4069801 ], [ 120.2715251, 30.4067604 ] ], [ [ 120.2676628, 30.4104907 ], [ 120.2677002, 30.4104625 ], [ 120.2677628, 30.4104101 ] ], [ [ 120.2717479, 30.4068366 ], [ 120.2715445, 30.4070504 ], [ 120.2712137, 30.407398 ], [ 120.2703519, 30.4083037 ], [ 120.269518, 30.4091636 ], [ 120.2690174, 30.4096448 ], [ 120.2688875, 30.4097913 ], [ 120.2685755, 30.4100431 ], [ 120.2679141, 30.4105887 ], [ 120.2663637, 30.4116812 ], [ 120.2647005, 30.4131767 ], [ 120.264608, 30.413263 ], [ 120.2631288, 30.414845 ], [ 120.2627588, 30.4152865 ] ], [ [ 120.2625577, 30.4151089 ], [ 120.2643527, 30.4131284 ], [ 120.2644828, 30.4130117 ], [ 120.2653109, 30.41225 ], [ 120.2659329, 30.4117532 ], [ 120.2666239, 30.4112739 ], [ 120.2676628, 30.4104907 ] ], [ [ 120.2648806, 30.418204 ], [ 120.264468, 30.4178576 ], [ 120.2640448, 30.417404 ], [ 120.2637747, 30.4170573 ], [ 120.2635672, 30.41677 ], [ 120.2634394, 30.4165768 ], [ 120.2631697, 30.4162277 ], [ 120.2628942, 30.415846 ], [ 120.2626256, 30.4154455 ] ], [ [ 120.2627588, 30.4152865 ], [ 120.262852, 30.4155098 ], [ 120.2633201, 30.4162151 ], [ 120.2635172, 30.4165121 ], [ 120.2638525, 30.4169856 ], [ 120.2641073, 30.4172839 ], [ 120.2645713, 30.4177951 ], [ 120.2649683, 30.4181351 ], [ 120.2652196, 30.4183395 ], [ 120.2654859, 30.4185561 ], [ 120.2662906, 30.4191367 ], [ 120.2683827, 30.42058 ] ], [ [ 120.2683219, 30.4206623 ], [ 120.2678334, 30.4203227 ], [ 120.2658441, 30.4189398 ], [ 120.265258, 30.418526 ], [ 120.2648806, 30.418204 ] ], [ [ 120.2592099, 30.4187124 ], [ 120.2594019, 30.4185373 ], [ 120.2609662, 30.4169457 ], [ 120.2613704, 30.4163965 ], [ 120.2622224, 30.4154902 ], [ 120.2624471, 30.4152199 ] ], [ [ 120.2626256, 30.4154455 ], [ 120.2615426, 30.4166225 ], [ 120.2606889, 30.4175713 ], [ 120.2596731, 30.4186504 ], [ 120.259462, 30.4188736 ] ], [ [ 120.2556634, 30.4219559 ], [ 120.2569552, 30.4207843 ], [ 120.2575988, 30.4201814 ], [ 120.2592099, 30.4187124 ] ], [ [ 120.259462, 30.4188736 ], [ 120.2592062, 30.4191439 ], [ 120.258475, 30.4198287 ], [ 120.2570677, 30.4210719 ], [ 120.2557565, 30.4221917 ] ], [ [ 120.255559, 30.4220506 ], [ 120.2556634, 30.4219559 ] ], [ [ 120.252809, 30.424601 ], [ 120.2541854, 30.4232454 ], [ 120.255559, 30.4220506 ] ], [ [ 120.2557565, 30.4221917 ], [ 120.2545941, 30.4232932 ], [ 120.2544274, 30.4234593 ], [ 120.2529899, 30.4247129 ] ], [ [ 120.2505956, 30.4275559 ], [ 120.2508684, 30.4269748 ], [ 120.2512895, 30.4262454 ], [ 120.2515816, 30.4258774 ], [ 120.2522089, 30.4251731 ], [ 120.252572, 30.4248223 ], [ 120.252809, 30.424601 ] ], [ [ 120.2529899, 30.4247129 ], [ 120.2528846, 30.4247979 ], [ 120.2526613, 30.4249783 ], [ 120.2522597, 30.4253744 ], [ 120.2517158, 30.4259546 ], [ 120.2513251, 30.426494 ], [ 120.2510725, 30.4270214 ], [ 120.2507747, 30.4276808 ] ], [ [ 120.2507747, 30.4276808 ], [ 120.2537839, 30.4297788 ], [ 120.2559537, 30.431275 ] ], [ [ 120.2557597, 30.4313926 ], [ 120.2544731, 30.430508 ], [ 120.2530821, 30.4295531 ], [ 120.2506955, 30.4279717 ] ], [ [ 120.2558694, 30.4314656 ], [ 120.2557597, 30.4313926 ] ], [ [ 120.3091804, 30.4186123 ], [ 120.3106057, 30.4192908 ], [ 120.3110603, 30.4195073 ], [ 120.3113846, 30.4196609 ], [ 120.3126254, 30.4202488 ] ], [ [ 120.312589, 30.4203652 ], [ 120.3119294, 30.4200602 ], [ 120.3105913, 30.4194416 ], [ 120.3103078, 30.4193106 ], [ 120.3091172, 30.4187307 ] ], [ [ 120.2941349, 30.4184305 ], [ 120.2940727, 30.4184813 ] ], [ [ 120.2940727, 30.4184813 ], [ 120.2937292, 30.4188989 ], [ 120.2936224, 30.4190215 ], [ 120.2934998, 30.4191515 ], [ 120.293435, 30.4192313 ] ], [ [ 120.3016033, 30.4228941 ], [ 120.3016875, 30.4228054 ], [ 120.3017459, 30.4227593 ], [ 120.30182, 30.4227112 ], [ 120.3019401, 30.4226403 ], [ 120.3020199, 30.4225769 ], [ 120.3021236, 30.4224377 ], [ 120.3026636, 30.4212385 ], [ 120.3038647, 30.4188109 ], [ 120.3039296, 30.4186319 ] ], [ [ 120.3041036, 30.4186157 ], [ 120.3039437, 30.4188323 ], [ 120.3028037, 30.4210811 ], [ 120.3021883, 30.4224583 ], [ 120.3021453, 30.4225812 ], [ 120.3021482, 30.4226729 ], [ 120.3021801, 30.4227892 ], [ 120.3022549, 30.4228804 ], [ 120.3022872, 30.4229752 ], [ 120.3022626, 30.4231399 ], [ 120.3021933, 30.4232343 ] ], [ [ 120.2913257, 30.4215404 ], [ 120.2914709, 30.4213373 ], [ 120.2926216, 30.4199181 ], [ 120.2932124, 30.4191943 ], [ 120.2933264, 30.419064 ], [ 120.293456, 30.4189092 ], [ 120.2938659, 30.4184373 ] ], [ [ 120.293435, 30.4192313 ], [ 120.2923706, 30.4205044 ], [ 120.291449, 30.4216014 ] ], [ [ 120.291449, 30.4216014 ], [ 120.2913257, 30.4215404 ] ], [ [ 120.291449, 30.4216014 ], [ 120.2915843, 30.4217385 ] ], [ [ 120.2915843, 30.4217385 ], [ 120.2921314, 30.4227466 ] ], [ [ 120.2921314, 30.4227466 ], [ 120.2922338, 30.4228574 ] ], [ [ 120.2932941, 30.4247302 ], [ 120.29295, 30.4241302 ] ], [ [ 120.29295, 30.4241302 ], [ 120.2925609, 30.4233818 ] ], [ [ 120.2925609, 30.4233818 ], [ 120.2922338, 30.4228574 ] ], [ [ 120.3126254, 30.4202488 ], [ 120.3141483, 30.4209682 ], [ 120.3157221, 30.4217116 ], [ 120.3160561, 30.4218739 ], [ 120.316172, 30.4219241 ] ], [ [ 120.3161807, 30.4220226 ], [ 120.3158663, 30.4218795 ], [ 120.3154979, 30.4217094 ], [ 120.3148288, 30.4214006 ], [ 120.3145449, 30.4212695 ], [ 120.3143229, 30.4211669 ], [ 120.3138376, 30.4209425 ], [ 120.312589, 30.4203652 ] ], [ [ 120.3005057, 30.4303301 ], [ 120.300512, 30.4301289 ], [ 120.3006165, 30.4291678 ], [ 120.3007887, 30.4274138 ], [ 120.3008041, 30.42733 ], [ 120.3008395, 30.4271382 ], [ 120.3010794, 30.4257959 ], [ 120.3012099, 30.4250659 ], [ 120.3013125, 30.4247347 ], [ 120.3015999, 30.4238064 ], [ 120.3016474, 30.4235544 ], [ 120.3016454, 30.4233772 ], [ 120.3016161, 30.4232596 ], [ 120.3015832, 30.4231609 ], [ 120.3015656, 30.423056 ], [ 120.3015533, 30.4229923 ], [ 120.3016033, 30.4228941 ] ], [ [ 120.3021933, 30.4232343 ], [ 120.3020452, 30.42332 ], [ 120.30187, 30.4234689 ], [ 120.301752, 30.4236354 ], [ 120.30169, 30.4238217 ], [ 120.301456, 30.4246974 ], [ 120.3013523, 30.4250856 ], [ 120.3012354, 30.4257452 ], [ 120.3009849, 30.4271579 ], [ 120.3009614, 30.4273286 ], [ 120.3009453, 30.4274455 ], [ 120.3007623, 30.4291862 ], [ 120.3006603, 30.4301876 ], [ 120.3006576, 30.4303816 ] ], [ [ 120.3005057, 30.4303301 ], [ 120.3004685, 30.4303136 ] ], [ [ 120.3004685, 30.4303136 ], [ 120.3003807, 30.4302747 ] ], [ [ 120.3003807, 30.4302747 ], [ 120.2986525, 30.4295086 ] ], [ [ 120.2986525, 30.4295086 ], [ 120.2981287, 30.4292764 ] ], [ [ 120.2981287, 30.4292764 ], [ 120.2974983, 30.428997 ] ], [ [ 120.2974983, 30.428997 ], [ 120.2968646, 30.4287161 ] ], [ [ 120.3005057, 30.4303301 ], [ 120.3006576, 30.4303816 ] ], [ [ 120.3003125, 30.4326529 ], [ 120.3003221, 30.4324874 ], [ 120.3005001, 30.430511 ], [ 120.3005057, 30.4303301 ] ], [ [ 120.3006576, 30.4303816 ], [ 120.300655, 30.4305622 ], [ 120.3004699, 30.4324933 ], [ 120.3004661, 30.4326851 ] ], [ [ 120.3006576, 30.4303816 ], [ 120.3007662, 30.4304287 ] ], [ [ 120.3007662, 30.4304287 ], [ 120.3018513, 30.4308997 ] ], [ [ 120.3018513, 30.4308997 ], [ 120.3031255, 30.4314527 ] ], [ [ 120.3031255, 30.4314527 ], [ 120.303208, 30.4314877 ] ], [ [ 120.303208, 30.4314877 ], [ 120.3034168, 30.4315762 ] ], [ [ 120.3034168, 30.4315762 ], [ 120.303688, 30.4316912 ] ], [ [ 120.303688, 30.4316912 ], [ 120.3036932, 30.4316934 ] ], [ [ 120.3036932, 30.4316934 ], [ 120.3067916, 30.4330074 ] ], [ [ 120.3067916, 30.4330074 ], [ 120.3069712, 30.4331171 ] ], [ [ 120.3069712, 30.4331171 ], [ 120.3070086, 30.4332332 ] ], [ [ 120.3070086, 30.4332332 ], [ 120.3069858, 30.4334781 ] ], [ [ 120.2968646, 30.4287161 ], [ 120.2967508, 30.4286657 ] ], [ [ 120.2967508, 30.4286657 ], [ 120.2960176, 30.4284334 ] ], [ [ 120.2960176, 30.4284334 ], [ 120.2958541, 30.4283314 ] ], [ [ 120.2958541, 30.4283314 ], [ 120.2955836, 30.4281625 ] ], [ [ 120.2955836, 30.4281625 ], [ 120.2951571, 30.4277883 ] ], [ [ 120.2951571, 30.4277883 ], [ 120.2947157, 30.4272851 ] ], [ [ 120.2947157, 30.4272851 ], [ 120.2944688, 30.4268786 ] ], [ [ 120.2944688, 30.4268786 ], [ 120.2944611, 30.4268659 ] ], [ [ 120.2944611, 30.4268659 ], [ 120.2941845, 30.4264077 ] ], [ [ 120.2941845, 30.4264077 ], [ 120.2938403, 30.4257302 ] ], [ [ 120.2938403, 30.4257302 ], [ 120.2935932, 30.4252649 ] ], [ [ 120.2935932, 30.4252649 ], [ 120.293556, 30.4251948 ] ], [ [ 120.293556, 30.4251948 ], [ 120.2932941, 30.4247302 ] ], [ [ 120.2844106, 30.4292712 ], [ 120.2846231, 30.4293774 ], [ 120.2850316, 30.4296111 ], [ 120.2858573, 30.4300834 ], [ 120.2861855, 30.4302572 ], [ 120.2864581, 30.4303656 ], [ 120.2870616, 30.4305645 ], [ 120.2885248, 30.4310048 ], [ 120.2897325, 30.4313682 ], [ 120.2906585, 30.4316468 ], [ 120.292021, 30.432033 ], [ 120.2927721, 30.4321857 ], [ 120.2932555, 30.4322968 ] ], [ [ 120.2932513, 30.432388 ], [ 120.2927273, 30.4322881 ], [ 120.2920141, 30.4321259 ], [ 120.289699, 30.4314668 ], [ 120.2890983, 30.4312805 ], [ 120.2886377, 30.4311376 ], [ 120.2877491, 30.4308627 ], [ 120.2863108, 30.4304417 ] ], [ [ 120.295155, 30.4326589 ], [ 120.2945692, 30.4325858 ], [ 120.2943024, 30.4325459 ], [ 120.2939647, 30.4324953 ], [ 120.2932513, 30.432388 ] ], [ [ 120.2842732, 30.4291862 ], [ 120.284322629843786, 30.429216778869879 ] ], [ [ 120.284322629843786, 30.429216778869879 ], [ 120.2844106, 30.4292712 ] ], [ [ 120.2843189, 30.4293842 ], [ 120.2842491, 30.4293374 ], [ 120.28422540681818, 30.42932338717533 ] ], [ [ 120.28422540681818, 30.42932338717533 ], [ 120.2841791, 30.429296 ] ], [ [ 120.2863108, 30.4304417 ], [ 120.2861185, 30.430359 ], [ 120.2853326, 30.4299403 ], [ 120.2845426, 30.4295046 ], [ 120.2843189, 30.4293842 ] ], [ [ 120.2637069, 30.4348144 ], [ 120.2640002, 30.4348954 ] ], [ [ 120.2639095, 30.4351279 ], [ 120.2635845, 30.4350043 ] ], [ [ 120.279964, 30.4367214 ], [ 120.2800912, 30.4364669 ], [ 120.280446, 30.4357572 ], [ 120.2813559, 30.433937 ], [ 120.2814723, 30.4337073 ] ], [ [ 120.2816512, 30.4337751 ], [ 120.280694, 30.435614 ], [ 120.2800689, 30.4367642 ] ], [ [ 120.2798863, 30.4368665 ], [ 120.279964, 30.4367214 ] ], [ [ 120.2800689, 30.4367642 ], [ 120.2799923, 30.4369188 ] ], [ [ 120.2786043, 30.4393132 ], [ 120.2789889, 30.4385456 ], [ 120.279016, 30.4384943 ], [ 120.2791759, 30.4381915 ], [ 120.2792945, 30.4379704 ], [ 120.2798863, 30.4368665 ] ], [ [ 120.2707116, 30.4380113 ], [ 120.2708209, 30.4380938 ] ], [ [ 120.27068, 30.4382935 ], [ 120.2705436, 30.4381922 ] ], [ [ 120.2708209, 30.4380938 ], [ 120.2738403, 30.4397127 ] ], [ [ 120.2740891, 30.4400694 ], [ 120.2736712, 30.4398416 ], [ 120.27068, 30.4382935 ] ], [ [ 120.2742724, 30.4401693 ], [ 120.2740891, 30.4400694 ] ], [ [ 120.2738403, 30.4397127 ], [ 120.2774376, 30.4416086 ] ], [ [ 120.2592816, 30.4338257 ], [ 120.2588649, 30.4335152 ], [ 120.2582839, 30.4331646 ], [ 120.2575071, 30.432628 ], [ 120.2568559, 30.4321845 ], [ 120.2565891, 30.4319914 ], [ 120.2558694, 30.4314656 ] ], [ [ 120.2559537, 30.431275 ], [ 120.2568412, 30.431892 ], [ 120.2570115, 30.4320064 ], [ 120.2581695, 30.4327845 ], [ 120.2588914, 30.433199 ], [ 120.2595599, 30.4335109 ], [ 120.2605388, 30.4338968 ], [ 120.2613369, 30.4341485 ], [ 120.2624575, 30.4344187 ], [ 120.2627428, 30.434549 ], [ 120.2637069, 30.4348144 ] ], [ [ 120.2596535, 30.433968 ], [ 120.2592816, 30.4338257 ] ], [ [ 120.2635845, 30.4350043 ], [ 120.2623726, 30.4346807 ], [ 120.2618541, 30.4346547 ], [ 120.2613048, 30.4345384 ], [ 120.2604367, 30.4342916 ], [ 120.2596535, 30.433968 ] ], [ [ 120.2678138, 30.4367219 ], [ 120.2668466, 30.4362669 ], [ 120.2661395, 30.4359169 ], [ 120.2652109, 30.4355377 ], [ 120.2639095, 30.4351279 ] ], [ [ 120.2640002, 30.4348954 ], [ 120.2651208, 30.435259 ], [ 120.2662204, 30.4357239 ], [ 120.2674544, 30.4363324 ], [ 120.2679889, 30.4366034 ], [ 120.2707116, 30.4380113 ] ], [ [ 120.2679335, 30.4367808 ], [ 120.2678138, 30.4367219 ] ], [ [ 120.2705436, 30.4381922 ], [ 120.2679335, 30.4367808 ] ], [ [ 120.3081867, 30.4336108 ], [ 120.3087299, 30.4337967 ] ], [ [ 120.3087299, 30.4337967 ], [ 120.3097236, 30.4342694 ] ], [ [ 120.3097236, 30.4342694 ], [ 120.3103057, 30.4346232 ] ], [ [ 120.3103057, 30.4346232 ], [ 120.3100321, 30.43454 ], [ 120.3092998, 30.4342162 ], [ 120.3085676, 30.4339109 ], [ 120.3081568, 30.4337458 ] ], [ [ 120.3113134, 30.435025 ], [ 120.3107187, 30.4347943 ] ], [ [ 120.3107187, 30.4347943 ], [ 120.3103057, 30.4346232 ] ], [ [ 120.2814723, 30.4337073 ], [ 120.2821785, 30.4323132 ] ], [ [ 120.2823513, 30.4323518 ], [ 120.2820737, 30.4329259 ], [ 120.2816512, 30.4337751 ] ], [ [ 120.2932555, 30.4322968 ], [ 120.2939574, 30.4323836 ], [ 120.2951601, 30.4325322 ], [ 120.2968184, 30.4325877 ], [ 120.2974283, 30.4325974 ], [ 120.2981519, 30.4326089 ], [ 120.3003125, 30.4326529 ] ], [ [ 120.3003125, 30.4326529 ], [ 120.3004661, 30.4326851 ] ], [ [ 120.3003104, 30.4327787 ], [ 120.3003125, 30.4326529 ] ], [ [ 120.3003104, 30.4327787 ], [ 120.3002164, 30.4327866 ], [ 120.2987991, 30.4327522 ], [ 120.2977714, 30.4327265 ], [ 120.2974525, 30.4327185 ], [ 120.295155, 30.4326589 ] ], [ [ 120.3004661, 30.4326851 ], [ 120.3004639, 30.4327948 ] ], [ [ 120.3004639, 30.4327948 ], [ 120.3003104, 30.4327787 ] ], [ [ 120.3004661, 30.4326851 ], [ 120.3005709, 30.4326939 ], [ 120.3046972, 30.4331963 ], [ 120.30691, 30.4334669 ], [ 120.3069858, 30.4334781 ] ], [ [ 120.3069765, 30.4335784 ], [ 120.3040054, 30.433214 ], [ 120.3036168, 30.4331664 ], [ 120.303488, 30.4331506 ], [ 120.3024699, 30.4330364 ], [ 120.3017207, 30.4329483 ], [ 120.3006128, 30.4328181 ], [ 120.3005195, 30.4328066 ], [ 120.3004639, 30.4327948 ] ], [ [ 120.3004639, 30.4327948 ], [ 120.3004584, 30.4329008 ], [ 120.3003599, 30.4338602 ], [ 120.3002809, 30.4343624 ], [ 120.3002419, 30.4345886 ], [ 120.2999388, 30.4359091 ], [ 120.2998996, 30.4360597 ] ], [ [ 120.2990997, 30.4387905 ], [ 120.2991516, 30.4385735 ], [ 120.2995227, 30.4371358 ], [ 120.2997241, 30.4362172 ], [ 120.2997638, 30.4360449 ], [ 120.2998097, 30.4358773 ], [ 120.3001421, 30.4344768 ], [ 120.3002102, 30.4339872 ], [ 120.3002241, 30.4338873 ], [ 120.3002367, 30.4337511 ], [ 120.3003159, 30.432892 ], [ 120.3003104, 30.4327787 ] ], [ [ 120.3113134, 30.435025 ], [ 120.3123325, 30.4354574 ] ], [ [ 120.3123325, 30.4354574 ], [ 120.3125542, 30.4355515 ] ], [ [ 120.3125542, 30.4355515 ], [ 120.3143439, 30.4363109 ] ], [ [ 120.3143439, 30.4363109 ], [ 120.3155198, 30.4368801 ] ], [ [ 120.3155198, 30.4368801 ], [ 120.3159231, 30.4370422 ] ], [ [ 120.2998996, 30.4360597 ], [ 120.2998592, 30.4362386 ], [ 120.2997371, 30.4367669 ], [ 120.2993124, 30.4386039 ], [ 120.2992603, 30.4388262 ] ], [ [ 120.2982401, 30.4417854 ], [ 120.298267, 30.4415876 ], [ 120.2987316, 30.4400625 ], [ 120.2990753, 30.4388923 ], [ 120.2990997, 30.4387905 ] ], [ [ 120.2816258, 30.4438025 ], [ 120.2830543, 30.4445462 ], [ 120.2845713, 30.4453967 ], [ 120.2849332, 30.4455752 ], [ 120.285789, 30.4459933 ], [ 120.2869585, 30.4465668 ], [ 120.2880163, 30.4469904 ], [ 120.2882022, 30.4470589 ], [ 120.2893416, 30.4474668 ], [ 120.2897316, 30.4475916 ], [ 120.2916191, 30.4480157 ] ], [ [ 120.2915541, 30.448235 ], [ 120.2904236, 30.4479999 ], [ 120.2897161, 30.4477781 ], [ 120.2892978, 30.447657 ], [ 120.2880516, 30.447242 ], [ 120.287805, 30.44714 ], [ 120.2868533, 30.4467694 ], [ 120.285645, 30.4461788 ], [ 120.284854, 30.4457616 ], [ 120.2844949, 30.4455761 ], [ 120.2828272, 30.4447412 ], [ 120.2814877, 30.4440123 ] ], [ [ 120.2992603, 30.4388262 ], [ 120.2992361, 30.4389293 ], [ 120.2984267, 30.4416172 ], [ 120.2983954, 30.4418133 ] ], [ [ 120.2982274, 30.4418787 ], [ 120.2982401, 30.4417854 ] ], [ [ 120.2983954, 30.4418133 ], [ 120.2983783, 30.4419204 ] ], [ [ 120.297059, 30.4486977 ], [ 120.2972955, 30.4472504 ], [ 120.2974859, 30.4461503 ], [ 120.2975628, 30.4457061 ], [ 120.297608, 30.4454446 ], [ 120.2976315, 30.4453296 ], [ 120.2976567, 30.4452064 ], [ 120.2979601, 30.4435812 ], [ 120.2980822, 30.4429273 ], [ 120.2982085, 30.4420177 ], [ 120.2982274, 30.4418787 ] ], [ [ 120.2983783, 30.4419204 ], [ 120.2983599, 30.4420353 ], [ 120.2980264, 30.4439103 ], [ 120.2979865, 30.4441392 ], [ 120.2977964, 30.4452315 ], [ 120.2977754, 30.4453555 ], [ 120.2977555, 30.4454735 ], [ 120.2977167, 30.4456895 ], [ 120.2976371, 30.4461334 ], [ 120.297431, 30.4472817 ], [ 120.2972057, 30.4486622 ], [ 120.2971988, 30.4487114 ] ], [ [ 120.297059, 30.4486977 ], [ 120.2971988, 30.4487114 ] ], [ [ 120.2799923, 30.4369188 ], [ 120.2796495, 30.4376332 ], [ 120.2793771, 30.4382008 ], [ 120.2792725, 30.4383788 ], [ 120.2787577, 30.4394088 ] ], [ [ 120.2774376, 30.4416086 ], [ 120.2779003, 30.4407035 ], [ 120.2786043, 30.4393132 ] ], [ [ 120.2787577, 30.4394088 ], [ 120.277572, 30.4416666 ] ], [ [ 120.2774376, 30.4416086 ], [ 120.277572, 30.4416666 ] ], [ [ 120.2773061, 30.4418013 ], [ 120.2755781, 30.440881 ], [ 120.2742724, 30.4401693 ] ], [ [ 120.2773061, 30.4418013 ], [ 120.2774376, 30.4416086 ] ], [ [ 120.277572, 30.4416666 ], [ 120.2774338, 30.4418664 ] ], [ [ 120.2774338, 30.4418664 ], [ 120.2773061, 30.4418013 ] ], [ [ 120.277572, 30.4416666 ], [ 120.2797498, 30.4428258 ], [ 120.2798237, 30.442863 ] ], [ [ 120.279699, 30.443039 ], [ 120.2774338, 30.4418664 ] ], [ [ 120.2757044, 30.4445214 ], [ 120.2768712, 30.4425159 ], [ 120.2773061, 30.4418013 ] ], [ [ 120.2774338, 30.4418664 ], [ 120.2758933, 30.4446015 ] ], [ [ 120.2798237, 30.442863 ], [ 120.2814586, 30.4437155 ] ], [ [ 120.2813267, 30.4439247 ], [ 120.279699, 30.443039 ] ], [ [ 120.2814586, 30.4437155 ], [ 120.2816258, 30.4438025 ] ], [ [ 120.2814877, 30.4440123 ], [ 120.2813267, 30.4439247 ] ], [ [ 120.2756651, 30.4446031 ], [ 120.2757044, 30.4445214 ] ], [ [ 120.2758933, 30.4446015 ], [ 120.2758528, 30.4446791 ] ], [ [ 120.2745301, 30.4468271 ], [ 120.274834, 30.4462349 ], [ 120.2755699, 30.4448012 ], [ 120.2756651, 30.4446031 ] ], [ [ 120.2758528, 30.4446791 ], [ 120.2747105, 30.4469021 ] ], [ [ 120.274482, 30.4469208 ], [ 120.2745301, 30.4468271 ] ], [ [ 120.2747105, 30.4469021 ], [ 120.2746618, 30.446997 ] ], [ [ 120.2731375, 30.4495858 ], [ 120.2737351, 30.4483858 ], [ 120.2738745, 30.448091 ], [ 120.2742606, 30.4473522 ], [ 120.274482, 30.4469208 ] ], [ [ 120.2746618, 30.446997 ], [ 120.2743076, 30.4476863 ], [ 120.2740046, 30.448276 ], [ 120.2738839, 30.4485026 ], [ 120.2732826, 30.4496077 ] ], [ [ 120.2730823, 30.4496624 ], [ 120.2731375, 30.4495858 ] ], [ [ 120.2732826, 30.4496077 ], [ 120.273183, 30.4496819 ] ], [ [ 120.2500449, 30.4582564 ], [ 120.2506419, 30.458403 ], [ 120.2516563, 30.458652 ], [ 120.2540353, 30.4592674 ] ], [ [ 120.2539626, 30.4594395 ], [ 120.2526085, 30.4591155 ], [ 120.2514128, 30.4588067 ], [ 120.250852, 30.4586201 ], [ 120.250267, 30.4584704 ], [ 120.2499427, 30.4583929 ] ], [ [ 120.2540353, 30.4592674 ], [ 120.2548429, 30.4594576 ], [ 120.2550682, 30.4595108 ], [ 120.2571514, 30.460053 ] ], [ [ 120.2570753, 30.4602406 ], [ 120.2567097, 30.4601443 ], [ 120.2550306, 30.4597188 ], [ 120.2548013, 30.4596611 ], [ 120.2539626, 30.4594395 ] ], [ [ 120.2699185, 30.4562477 ], [ 120.2698356, 30.4564504 ], [ 120.2697493, 30.4566293 ], [ 120.2693037, 30.4576034 ] ], [ [ 120.269038, 30.4576873 ], [ 120.2691072, 30.4575538 ] ], [ [ 120.2693037, 30.4576034 ], [ 120.2692055, 30.4577793 ] ], [ [ 120.2666364, 30.4624351 ], [ 120.2666847, 30.4623389 ], [ 120.2668329, 30.4620679 ], [ 120.2670904, 30.4614831 ], [ 120.2685858, 30.4584672 ], [ 120.269038, 30.4576873 ] ], [ [ 120.2692055, 30.4577793 ], [ 120.2688719, 30.4583996 ], [ 120.268541, 30.4590149 ], [ 120.2681621, 30.4597508 ], [ 120.2678408, 30.4604045 ], [ 120.2672874, 30.4615774 ], [ 120.2671448, 30.4620273 ], [ 120.2669531, 30.4624078 ], [ 120.2669185, 30.4625069 ] ], [ [ 120.273183, 30.4496819 ], [ 120.2727448, 30.4507233 ], [ 120.2722051, 30.451805 ] ], [ [ 120.2710193, 30.4537312 ], [ 120.2712327, 30.4532618 ], [ 120.2717399, 30.452402 ], [ 120.2727936, 30.4502744 ], [ 120.2730823, 30.4496624 ] ], [ [ 120.2722051, 30.451805 ], [ 120.2716126, 30.4529926 ], [ 120.271221, 30.4537773 ] ], [ [ 120.2709888, 30.4537984 ], [ 120.2710193, 30.4537312 ] ], [ [ 120.271221, 30.4537773 ], [ 120.2711884, 30.4538427 ] ], [ [ 120.2711884, 30.4538427 ], [ 120.2707846, 30.4546518 ], [ 120.2701195, 30.4558413 ], [ 120.2699185, 30.4562477 ] ], [ [ 120.2691072, 30.4575538 ], [ 120.2691605, 30.4574503 ], [ 120.269593, 30.45656 ], [ 120.2696714, 30.4563979 ], [ 120.270055, 30.4556274 ], [ 120.2704776, 30.4549231 ], [ 120.2709888, 30.4537984 ] ], [ [ 120.2916191, 30.4480157 ], [ 120.2917531, 30.4480173 ], [ 120.2922637, 30.4481151 ], [ 120.2960869, 30.4486385 ], [ 120.2969683, 30.4486922 ], [ 120.297059, 30.4486977 ] ], [ [ 120.2970022, 30.449045 ], [ 120.2969089, 30.449032 ], [ 120.2946055, 30.448711 ], [ 120.2941629, 30.4486493 ], [ 120.2916517, 30.44825 ], [ 120.2915541, 30.448235 ] ], [ [ 120.2970022, 30.449045 ], [ 120.297059, 30.4486977 ] ], [ [ 120.2971988, 30.4487114 ], [ 120.2971488, 30.4490655 ] ], [ [ 120.2971488, 30.4490655 ], [ 120.2970022, 30.449045 ] ], [ [ 120.2971988, 30.4487114 ], [ 120.2972939, 30.4487406 ], [ 120.2973825, 30.4487678 ], [ 120.2989944, 30.4489682 ], [ 120.3007416, 30.4491928 ], [ 120.3015284, 30.4492985 ], [ 120.3024543, 30.4494935 ], [ 120.3036951, 30.4496539 ], [ 120.3043939, 30.4497443 ], [ 120.3044843, 30.4497552 ] ], [ [ 120.3044555, 30.4498562 ], [ 120.3043993, 30.4498487 ], [ 120.3035484, 30.4497758 ], [ 120.3025407, 30.4496073 ], [ 120.3016451, 30.449556 ], [ 120.3008617, 30.4494637 ], [ 120.2996534, 30.4493271 ], [ 120.2984886, 30.4492236 ], [ 120.298316, 30.4492032 ], [ 120.2972446, 30.4490768 ], [ 120.2971488, 30.4490655 ] ], [ [ 120.2958762, 30.4553779 ], [ 120.2959631, 30.4551259 ], [ 120.2964215, 30.4523721 ], [ 120.2964608, 30.4521471 ], [ 120.2969976, 30.4490733 ], [ 120.2970022, 30.449045 ] ], [ [ 120.2971488, 30.4490655 ], [ 120.297144, 30.4490992 ], [ 120.2968731, 30.4505698 ], [ 120.2966317, 30.4520404 ], [ 120.2966052, 30.4521923 ], [ 120.2965777, 30.4523499 ], [ 120.29657, 30.4523942 ], [ 120.2960979, 30.4551734 ], [ 120.2960284, 30.4554062 ] ], [ [ 120.2960284, 30.4554062 ], [ 120.2960244, 30.4554238 ], [ 120.2960006, 30.4555297 ], [ 120.2959799, 30.4556219 ], [ 120.2957009, 30.4566 ], [ 120.2954917, 30.4572219 ], [ 120.2952236, 30.4581074 ], [ 120.2950814, 30.4585328 ], [ 120.294856, 30.4592958 ], [ 120.294788, 30.4594832 ] ], [ [ 120.2933181, 30.4637085 ], [ 120.2933756, 30.4635382 ], [ 120.2936022, 30.4628097 ], [ 120.2945882, 30.4596404 ], [ 120.2946437, 30.4594726 ], [ 120.2946789, 30.4593663 ], [ 120.2947148, 30.4592578 ], [ 120.2949621, 30.4584946 ], [ 120.2950972, 30.4580693 ], [ 120.2954033, 30.4571062 ], [ 120.2955696, 30.4565883 ], [ 120.2956713, 30.45625 ], [ 120.2958153, 30.4556008 ], [ 120.2958428, 30.4555002 ], [ 120.2958715, 30.4553953 ], [ 120.2958762, 30.4553779 ] ], [ [ 120.294788, 30.4594832 ], [ 120.294736, 30.4596804 ], [ 120.2943913, 30.4607872 ], [ 120.2940729, 30.4618097 ], [ 120.293523, 30.4635753 ], [ 120.2934489, 30.4637777 ] ], [ [ 120.2830414, 30.4657985 ], [ 120.2866822, 30.466441 ] ], [ [ 120.2922271, 30.4674028 ], [ 120.2922466, 30.4672737 ], [ 120.2922606, 30.4671815 ], [ 120.2924699, 30.4664954 ], [ 120.2925172, 30.4663403 ], [ 120.2926755, 30.4658085 ], [ 120.2932683, 30.4638562 ], [ 120.2933181, 30.4637085 ] ], [ [ 120.2934489, 30.4637777 ], [ 120.2934034, 30.4639022 ], [ 120.2932028, 30.4645497 ], [ 120.2930989, 30.4648849 ], [ 120.2928042, 30.4658363 ], [ 120.2926957, 30.4661596 ], [ 120.2926406, 30.4663842 ], [ 120.2924534, 30.4671253 ], [ 120.2924286, 30.4672235 ], [ 120.2924132, 30.4673108 ], [ 120.2923921, 30.4674303 ] ], [ [ 120.2866822, 30.466441 ], [ 120.2920369, 30.4673646 ], [ 120.2922271, 30.4674028 ] ], [ [ 120.2921995, 30.467585 ], [ 120.2920022, 30.4675425 ], [ 120.2898115, 30.4671619 ], [ 120.2868845, 30.4666686 ], [ 120.2866382, 30.4666183 ] ], [ [ 120.2922271, 30.4674028 ], [ 120.2923921, 30.4674303 ] ], [ [ 120.2921995, 30.467585 ], [ 120.2922271, 30.4674028 ] ], [ [ 120.2923921, 30.4674303 ], [ 120.2923625, 30.4675981 ] ], [ [ 120.2923625, 30.4675981 ], [ 120.2921995, 30.467585 ] ], [ [ 120.3253345, 30.4427515 ], [ 120.3254967, 30.4430846 ], [ 120.3264778, 30.4450442 ], [ 120.3266717, 30.4454366 ], [ 120.327267, 30.4466049 ] ], [ [ 120.3270478, 30.446564 ], [ 120.3269055, 30.446257 ], [ 120.3265443, 30.4454774 ], [ 120.3263509, 30.4450979 ], [ 120.3258917, 30.4441876 ], [ 120.3255443, 30.4435228 ], [ 120.3255009, 30.4434354 ], [ 120.3251861, 30.4428006 ] ], [ [ 120.3270915, 30.4466533 ], [ 120.3270478, 30.446564 ] ], [ [ 120.327267, 30.4466049 ], [ 120.3273328, 30.4466992 ] ], [ [ 120.3304403, 30.453574 ], [ 120.3304247, 30.4533297 ], [ 120.3303057, 30.4529061 ], [ 120.330079, 30.4523771 ], [ 120.3293428, 30.4509928 ], [ 120.3291165, 30.4505404 ], [ 120.3286173, 30.449607 ], [ 120.328083, 30.4486351 ], [ 120.3274384, 30.4473676 ], [ 120.3270915, 30.4466533 ] ], [ [ 120.3273328, 30.4466992 ], [ 120.3276149, 30.4473352 ], [ 120.3288049, 30.4495588 ], [ 120.3289196, 30.4498398 ], [ 120.329233, 30.4504849 ], [ 120.3302418, 30.452441 ], [ 120.3305074, 30.4530694 ], [ 120.3306018, 30.4536655 ] ], [ [ 120.3171312, 30.451502 ], [ 120.3229401, 30.4524709 ] ], [ [ 120.3228993, 30.4526273 ], [ 120.3227743, 30.4526056 ], [ 120.3171254, 30.4516938 ] ], [ [ 120.3229401, 30.4524709 ], [ 120.3250598, 30.4528485 ], [ 120.3254856, 30.452916 ] ], [ [ 120.3254292, 30.4530616 ], [ 120.3250092, 30.4529823 ], [ 120.3249173, 30.4529669 ], [ 120.3228993, 30.4526273 ] ], [ [ 120.3044843, 30.4497552 ], [ 120.3069983, 30.4500587 ], [ 120.3073033, 30.4500955 ], [ 120.3076126, 30.4501328 ], [ 120.307689, 30.4501422 ], [ 120.3108159, 30.4504497 ] ], [ [ 120.3107255, 30.4506562 ], [ 120.3076947, 30.4502467 ], [ 120.307666, 30.4502432 ], [ 120.3076185, 30.4502373 ], [ 120.3072885, 30.4501975 ], [ 120.3069826, 30.4501607 ], [ 120.3044555, 30.4498562 ] ], [ [ 120.3108159, 30.4504497 ], [ 120.3110186, 30.4504826 ] ], [ [ 120.3109362, 30.4506858 ], [ 120.3107255, 30.4506562 ] ], [ [ 120.3110186, 30.4504826 ], [ 120.3122459, 30.4506817 ], [ 120.3124859, 30.4507078 ], [ 120.3136553, 30.4509158 ], [ 120.3140303, 30.4509566 ], [ 120.3171312, 30.451502 ] ], [ [ 120.3171254, 30.4516938 ], [ 120.3169311, 30.4516586 ], [ 120.3135454, 30.4510531 ], [ 120.3123961, 30.4508829 ], [ 120.3121188, 30.4508516 ], [ 120.3109362, 30.4506858 ] ], [ [ 120.3254856, 30.452916 ], [ 120.3258621, 30.4528911 ], [ 120.3281047, 30.4532645 ], [ 120.3293525, 30.4534723 ], [ 120.3300606, 30.4536095 ], [ 120.3304403, 30.453574 ] ], [ [ 120.3303986, 30.4541012 ], [ 120.3296583, 30.4538684 ], [ 120.3285211, 30.4536557 ], [ 120.3280517, 30.4535739 ], [ 120.3257172, 30.4531963 ], [ 120.3254292, 30.4530616 ] ], [ [ 120.2666364, 30.4624351 ], [ 120.2669185, 30.4625069 ] ], [ [ 120.2665548, 30.4626249 ], [ 120.2666364, 30.4624351 ] ], [ [ 120.2669185, 30.4625069 ], [ 120.266864, 30.4627015 ] ], [ [ 120.266864, 30.4627015 ], [ 120.2665548, 30.4626249 ] ], [ [ 120.2669185, 30.4625069 ], [ 120.2672608, 30.462594 ], [ 120.2681386, 30.4628262 ], [ 120.2685758, 30.4629186 ], [ 120.2718135, 30.4637123 ] ], [ [ 120.2717966, 30.4639066 ], [ 120.2702126, 30.4635206 ], [ 120.269772, 30.4634158 ], [ 120.2685898, 30.4631438 ], [ 120.2681714, 30.4630328 ], [ 120.2671844, 30.4627808 ], [ 120.266864, 30.4627015 ] ], [ [ 120.2654283, 30.4738375 ], [ 120.265463, 30.4686429 ], [ 120.265532, 30.4676431 ], [ 120.2655438, 30.4674752 ], [ 120.2655596, 30.4672503 ], [ 120.265601, 30.4664766 ], [ 120.2656977, 30.4660481 ], [ 120.2658358, 30.4654768 ], [ 120.2664032, 30.4632332 ], [ 120.266471, 30.4629653 ], [ 120.2665548, 30.4626249 ] ], [ [ 120.266864, 30.4627015 ], [ 120.2663226, 30.4643124 ], [ 120.2659337, 30.4659272 ], [ 120.2658277, 30.4664299 ], [ 120.265757, 30.4670392 ], [ 120.2657392, 30.4674936 ], [ 120.265733, 30.4676497 ], [ 120.2657217, 30.467938 ], [ 120.265651, 30.4701621 ], [ 120.2656157, 30.4738464 ] ], [ [ 120.2654322, 30.4740266 ], [ 120.2654283, 30.4738375 ] ], [ [ 120.2718135, 30.4637123 ], [ 120.2735243, 30.4641326 ], [ 120.2740361, 30.4642355 ], [ 120.2765179, 30.464678 ], [ 120.2767485, 30.4647104 ], [ 120.277179, 30.4647783 ], [ 120.2774028, 30.4648169 ], [ 120.280989, 30.4654412 ], [ 120.2830414, 30.4657985 ] ], [ [ 120.2866382, 30.4666183 ], [ 120.2863642, 30.4665623 ], [ 120.2862514, 30.466543 ], [ 120.2844471, 30.4662348 ], [ 120.2831482, 30.4660005 ], [ 120.282719, 30.4659288 ], [ 120.2811929, 30.4656722 ], [ 120.2811502, 30.4656649 ], [ 120.2806645, 30.4655821 ], [ 120.2773761, 30.4650087 ], [ 120.2768074, 30.4649266 ], [ 120.276542, 30.4648896 ], [ 120.2739891, 30.4644246 ], [ 120.2739289, 30.4644126 ], [ 120.2734661, 30.4643206 ], [ 120.2718541, 30.4639206 ], [ 120.2717966, 30.4639066 ] ], [ [ 120.2656157, 30.4738464 ], [ 120.2656174, 30.4740366 ] ], [ [ 120.2652832, 30.4890795 ], [ 120.2652964, 30.4878659 ], [ 120.2653467, 30.4832517 ], [ 120.2653638, 30.4816844 ], [ 120.2653737, 30.4807787 ], [ 120.2654081, 30.4776192 ], [ 120.2654242, 30.4770228 ], [ 120.2654322, 30.4740266 ] ], [ [ 120.2656174, 30.4740366 ], [ 120.2655745, 30.477009 ], [ 120.2655852, 30.4776146 ], [ 120.2654917, 30.4882034 ], [ 120.2654929, 30.4890918 ] ], [ [ 120.2652832, 30.4890795 ], [ 120.2654929, 30.4890918 ] ], [ [ 120.2654929, 30.4890918 ], [ 120.2667229, 30.4891639 ], [ 120.2677694, 30.4891401 ], [ 120.2684094, 30.4891283 ], [ 120.2685037, 30.4891266 ], [ 120.2699874, 30.4890992 ], [ 120.2723427, 30.4890172 ] ], [ [ 120.2652861, 30.4892199 ], [ 120.2652832, 30.4890795 ] ], [ [ 120.2654929, 30.4890918 ], [ 120.2654925, 30.4892317 ] ], [ [ 120.2822579, 30.4887266 ], [ 120.2836807, 30.4886938 ], [ 120.2846511, 30.4886689 ], [ 120.2865807, 30.4886193 ], [ 120.2869451, 30.4886081 ], [ 120.2875109, 30.4885907 ], [ 120.2890005, 30.4885448 ], [ 120.2913769, 30.4884824 ], [ 120.2914436, 30.4884806 ] ], [ [ 120.2821045, 30.4887301 ], [ 120.2822579, 30.4887266 ] ], [ [ 120.2915012, 30.4887026 ], [ 120.2914283, 30.4887039 ], [ 120.2903285, 30.4887243 ], [ 120.2889524, 30.4887516 ], [ 120.2873848, 30.4888016 ], [ 120.2868324, 30.4888166 ], [ 120.2850136, 30.4888628 ], [ 120.284832, 30.4888674 ], [ 120.2839674, 30.4888839 ], [ 120.2830888, 30.4889007 ], [ 120.2826888, 30.4889083 ], [ 120.2821662, 30.4889191 ], [ 120.2810359, 30.4889424 ], [ 120.2801093, 30.4889591 ], [ 120.2793425, 30.4889729 ], [ 120.2791457, 30.4889765 ], [ 120.2782957, 30.4890021 ], [ 120.2777731, 30.4890178 ], [ 120.2762037, 30.4890651 ], [ 120.2757835, 30.4890751 ], [ 120.2752607, 30.4890876 ], [ 120.2747534, 30.4890997 ], [ 120.2738739, 30.4891207 ], [ 120.2733487, 30.4891332 ], [ 120.2723357, 30.4891809 ] ], [ [ 120.2723427, 30.4890172 ], [ 120.2745294, 30.488942 ], [ 120.2752474, 30.4889204 ], [ 120.2757701, 30.4889047 ], [ 120.2761811, 30.4888923 ], [ 120.2769467, 30.4888696 ], [ 120.2777589, 30.4888455 ], [ 120.2782816, 30.4888301 ], [ 120.2797741, 30.4887858 ], [ 120.2800893, 30.4887765 ], [ 120.2821045, 30.4887301 ] ], [ [ 120.2571514, 30.460053 ], [ 120.257281, 30.4600867 ] ], [ [ 120.2571874, 30.4602699 ], [ 120.2570753, 30.4602406 ] ], [ [ 120.257281, 30.4600867 ], [ 120.2585421, 30.4604149 ], [ 120.2613587, 30.461148 ], [ 120.2618366, 30.4612724 ], [ 120.2666364, 30.4624351 ] ], [ [ 120.2665548, 30.4626249 ], [ 120.2662322, 30.462545 ], [ 120.26199, 30.4614578 ], [ 120.2617813, 30.4614043 ], [ 120.2615725, 30.4613535 ], [ 120.2611315, 30.4612451 ], [ 120.2602985, 30.4610403 ], [ 120.260098, 30.460989 ], [ 120.2580749, 30.4604946 ], [ 120.2571874, 30.4602699 ] ], [ [ 120.2596934, 30.5065572 ], [ 120.259808, 30.5063409 ], [ 120.2607048, 30.5047706 ], [ 120.2614335, 30.5034107 ], [ 120.2625855, 30.501233 ], [ 120.2635228, 30.4995929 ], [ 120.2636003, 30.4994522 ], [ 120.264, 30.4986687 ], [ 120.2641368, 30.4984307 ], [ 120.2642187, 30.4982752 ], [ 120.2642763, 30.4980932 ], [ 120.2646625, 30.4971028 ], [ 120.2648777, 30.4964939 ], [ 120.2651561, 30.4951137 ], [ 120.2652502, 30.4942413 ], [ 120.2652855, 30.4933695 ], [ 120.265307, 30.4928375 ], [ 120.2653139, 30.4917717 ], [ 120.2653197, 30.4908763 ], [ 120.2653071, 30.4902563 ], [ 120.2652861, 30.4892199 ] ], [ [ 120.2654925, 30.4892317 ], [ 120.2654635, 30.4907769 ], [ 120.2654466, 30.4924217 ], [ 120.2654362, 30.4934299 ], [ 120.2654353, 30.4935155 ], [ 120.2653677, 30.4945254 ], [ 120.2652979, 30.4952172 ], [ 120.2650353, 30.4964821 ], [ 120.2648431, 30.4970773 ], [ 120.2646355, 30.49762 ], [ 120.2644665, 30.4980616 ], [ 120.2643862, 30.4982527 ], [ 120.2642023, 30.4986308 ], [ 120.2640491, 30.4989165 ], [ 120.2639448, 30.4991035 ], [ 120.2637452, 30.4994614 ], [ 120.2636701, 30.4996001 ], [ 120.2629898, 30.5007888 ], [ 120.261564, 30.5034608 ], [ 120.2604034, 30.5056147 ], [ 120.2598448, 30.5066398 ] ], [ [ 120.2654925, 30.4892317 ], [ 120.2652861, 30.4892199 ] ], [ [ 120.2723357, 30.4891809 ], [ 120.2702058, 30.489239 ], [ 120.2698373, 30.4892491 ], [ 120.268522, 30.4892723 ], [ 120.2684277, 30.489274 ], [ 120.2667529, 30.4893036 ], [ 120.2665438, 30.4892917 ], [ 120.2654925, 30.4892317 ] ], [ [ 120.291047, 30.4769354 ], [ 120.291065, 30.4767464 ], [ 120.2911459, 30.4761599 ], [ 120.2913578, 30.4746226 ], [ 120.2915343, 30.4731597 ], [ 120.2916495, 30.4722053 ], [ 120.291726, 30.4715754 ], [ 120.2917541, 30.4713213 ], [ 120.2917926, 30.4709952 ], [ 120.2921807, 30.4677095 ], [ 120.2921995, 30.467585 ] ], [ [ 120.2923625, 30.4675981 ], [ 120.2923401, 30.4677251 ], [ 120.2922711, 30.4682692 ], [ 120.2919244, 30.4710033 ], [ 120.2918868, 30.4713385 ], [ 120.2918628, 30.4714887 ], [ 120.291793, 30.4721695 ], [ 120.2917635, 30.472399 ], [ 120.2915982, 30.4736839 ], [ 120.2915422, 30.4741198 ], [ 120.2914756, 30.4746373 ], [ 120.2914674, 30.4747002 ], [ 120.2912671, 30.4762268 ], [ 120.2911975, 30.4767571 ], [ 120.2911775, 30.4769442 ] ], [ [ 120.2910231, 30.4771862 ], [ 120.291047, 30.4769354 ] ], [ [ 120.2911775, 30.4769442 ], [ 120.2911499, 30.4772022 ] ], [ [ 120.2908107, 30.4789477 ], [ 120.2908518, 30.478603 ], [ 120.2909535, 30.4777487 ], [ 120.2910099, 30.4773252 ], [ 120.2910231, 30.4771862 ] ], [ [ 120.2907992, 30.479042 ], [ 120.2908107, 30.4789477 ] ], [ [ 120.2911499, 30.4772022 ], [ 120.2911366, 30.4773265 ], [ 120.2910728, 30.4778088 ], [ 120.2909769, 30.478533 ], [ 120.2909507, 30.4787312 ], [ 120.290704, 30.4806914 ], [ 120.2906632, 30.4810363 ] ], [ [ 120.2905668, 30.4809347 ], [ 120.2907992, 30.479042 ] ], [ [ 120.2905524, 30.4810441 ], [ 120.290562, 30.480974 ], [ 120.2905668, 30.4809347 ] ], [ [ 120.2903827, 30.4834041 ], [ 120.2903781, 30.4828225 ], [ 120.2903766, 30.4826304 ], [ 120.2904461, 30.4818185 ], [ 120.2905524, 30.4810441 ] ], [ [ 120.2903932, 30.4835623 ], [ 120.2903833, 30.4834761 ], [ 120.2903827, 30.4834041 ] ], [ [ 120.2906632, 30.4810363 ], [ 120.290533, 30.4821369 ], [ 120.2905001, 30.4827417 ], [ 120.2904938, 30.4832978 ], [ 120.2905036, 30.4833924 ], [ 120.2905082, 30.4834813 ], [ 120.2905779, 30.4840777 ], [ 120.2906584, 30.4845192 ], [ 120.2908247, 30.4853028 ], [ 120.2915703, 30.4884093 ], [ 120.291633, 30.488697 ] ], [ [ 120.2914436, 30.4884806 ], [ 120.2914188, 30.488385 ], [ 120.290704, 30.4853273 ], [ 120.2904775, 30.4842953 ], [ 120.2903932, 30.4835623 ] ], [ [ 120.2914436, 30.4884806 ], [ 120.291633, 30.488697 ] ], [ [ 120.2915012, 30.4887026 ], [ 120.2914436, 30.4884806 ] ], [ [ 120.291633, 30.488697 ], [ 120.2915012, 30.4887026 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "secondary" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 119.886001196187962, 30.192134870703402 ], [ 119.8859586, 30.1921336 ] ], [ [ 119.8859586, 30.1921336 ], [ 119.885866, 30.1920933 ] ], [ [ 119.885866, 30.1920933 ], [ 119.8858312, 30.1920281 ] ], [ [ 119.8858312, 30.1920281 ], [ 119.88583007868759, 30.191992120497385 ] ], [ [ 119.840444208294713, 30.189897906886774 ], [ 119.8406657, 30.1900539 ] ], [ [ 119.8406657, 30.1900539 ], [ 119.8414206, 30.1903388 ] ], [ [ 119.8414206, 30.1903388 ], [ 119.8416546, 30.1903756 ] ], [ [ 119.8416546, 30.1903756 ], [ 119.84225, 30.1904124 ] ], [ [ 119.84225, 30.1904124 ], [ 119.8426541, 30.1904216 ] ], [ [ 119.8426541, 30.1904216 ], [ 119.8432602, 30.190348 ] ], [ [ 119.8432602, 30.190348 ], [ 119.8441746, 30.1901275 ] ], [ [ 119.8441746, 30.1901275 ], [ 119.8445361, 30.1900907 ] ], [ [ 119.8445361, 30.1900907 ], [ 119.8449508, 30.1901734 ] ], [ [ 119.8449508, 30.1901734 ], [ 119.8453336, 30.1901918 ] ], [ [ 119.8453336, 30.1901918 ], [ 119.8463012, 30.1901918 ] ], [ [ 119.8463012, 30.1901918 ], [ 119.8465989, 30.1901734 ] ], [ [ 119.8465989, 30.1901734 ], [ 119.8470349, 30.1900539 ] ], [ [ 119.8470349, 30.1900539 ], [ 119.847205, 30.1899436 ] ], [ [ 119.847205, 30.1899436 ], [ 119.8473752, 30.1898425 ] ], [ [ 119.8473752, 30.1898425 ], [ 119.8476091, 30.1897874 ] ], [ [ 119.8476091, 30.1897874 ], [ 119.8483853, 30.1897139 ] ], [ [ 119.8483853, 30.1897139 ], [ 119.848683, 30.1896679 ] ], [ [ 119.848683, 30.1896679 ], [ 119.8488638, 30.189576 ] ], [ [ 119.8488638, 30.189576 ], [ 119.8489276, 30.189429 ] ], [ [ 119.8489276, 30.189429 ], [ 119.8488744, 30.1892727 ] ], [ [ 119.8488744, 30.1892727 ], [ 119.8487256, 30.189144 ] ], [ [ 119.8487256, 30.189144 ], [ 119.8485873, 30.1890246 ] ], [ [ 119.8485873, 30.1890246 ], [ 119.8485342, 30.1888867 ] ], [ [ 119.8485342, 30.1888867 ], [ 119.8486192, 30.1887488 ] ], [ [ 119.8486192, 30.1887488 ], [ 119.8487894, 30.1887121 ] ], [ [ 119.8487894, 30.1887121 ], [ 119.849119, 30.1886753 ] ], [ [ 119.849119, 30.1886753 ], [ 119.8496613, 30.1887396 ] ], [ [ 119.8496613, 30.1887396 ], [ 119.8500122, 30.1886753 ] ], [ [ 119.8500122, 30.1886753 ], [ 119.8508203, 30.1884731 ] ], [ [ 119.8508203, 30.1884731 ], [ 119.8509904, 30.1883628 ] ], [ [ 119.8509904, 30.1883628 ], [ 119.8510755, 30.1880411 ] ], [ [ 119.8510755, 30.1880411 ], [ 119.8511818, 30.1878757 ] ], [ [ 119.8511818, 30.1878757 ], [ 119.8513519, 30.1878297 ] ], [ [ 119.8513519, 30.1878297 ], [ 119.8515433, 30.1878757 ] ], [ [ 119.8515433, 30.1878757 ], [ 119.8515433, 30.1881146 ] ], [ [ 119.8515433, 30.1881146 ], [ 119.8516063, 30.1886303 ] ], [ [ 119.8516063, 30.1886303 ], [ 119.8519261, 30.1891073 ] ], [ [ 119.8519261, 30.1891073 ], [ 119.8523786, 30.1896146 ] ], [ [ 119.8523786, 30.1896146 ], [ 119.8524391, 30.1896852 ] ], [ [ 119.8524391, 30.1896852 ], [ 119.8525109, 30.189769 ] ], [ [ 119.8525109, 30.189769 ], [ 119.8530213, 30.1898885 ] ], [ [ 119.8530213, 30.1898885 ], [ 119.8534151, 30.1898157 ] ], [ [ 119.8534151, 30.1898157 ], [ 119.8543336, 30.18966 ] ], [ [ 119.8543336, 30.18966 ], [ 119.854752, 30.1894864 ] ], [ [ 119.854752, 30.1894864 ], [ 119.8551115, 30.1892647 ] ], [ [ 119.8551115, 30.1892647 ], [ 119.8553181, 30.1891992 ] ], [ [ 119.8553181, 30.1891992 ], [ 119.8555095, 30.1892176 ] ], [ [ 119.8555095, 30.1892176 ], [ 119.8558946, 30.189379 ] ], [ [ 119.8558946, 30.189379 ], [ 119.8565095, 30.1895519 ] ], [ [ 119.8565095, 30.1895519 ], [ 119.8568531, 30.1896495 ] ], [ [ 119.8568531, 30.1896495 ], [ 119.8573065, 30.1897782 ] ], [ [ 119.8573065, 30.1897782 ], [ 119.8574719, 30.1898603 ] ], [ [ 119.8574719, 30.1898603 ], [ 119.8576179, 30.1899327 ] ], [ [ 119.8576179, 30.1899327 ], [ 119.8578806, 30.1900631 ] ], [ [ 119.8578806, 30.1900631 ], [ 119.8581571, 30.190394 ] ], [ [ 119.8581571, 30.190394 ], [ 119.8585718, 30.190541 ] ], [ [ 119.8585718, 30.190541 ], [ 119.8599435, 30.1912855 ] ], [ [ 119.8599435, 30.1912855 ], [ 119.8608792, 30.1916164 ] ], [ [ 119.8608792, 30.1916164 ], [ 119.8613045, 30.1918094 ] ], [ [ 119.8613045, 30.1918094 ], [ 119.8617086, 30.1921219 ] ], [ [ 119.8617086, 30.1921219 ], [ 119.8617877, 30.1922952 ] ], [ [ 119.8617877, 30.1922952 ], [ 119.8618681, 30.1924711 ] ], [ [ 119.8618681, 30.1924711 ], [ 119.862314, 30.193254 ] ], [ [ 119.862314, 30.193254 ], [ 119.8625154, 30.1935789 ] ], [ [ 119.8625154, 30.1935789 ], [ 119.8626497, 30.1937472 ] ], [ [ 119.8626497, 30.1937472 ], [ 119.8627236, 30.193782 ] ], [ [ 119.8627236, 30.193782 ], [ 119.862878, 30.1937878 ] ], [ [ 119.862878, 30.1937878 ], [ 119.8630526, 30.1938111 ] ], [ [ 119.8630526, 30.1938111 ], [ 119.8631667, 30.1938865 ] ], [ [ 119.8631667, 30.1938865 ], [ 119.8636971, 30.1948092 ] ], [ [ 119.8636971, 30.1948092 ], [ 119.8638112, 30.1949426 ] ], [ [ 119.8638112, 30.1949426 ], [ 119.8639791, 30.1950645 ] ], [ [ 119.8639791, 30.1950645 ], [ 119.8643282, 30.1953372 ] ], [ [ 119.8643282, 30.1953372 ], [ 119.8645296, 30.1955868 ] ], [ [ 119.8645296, 30.1955868 ], [ 119.8646753, 30.1957073 ] ], [ [ 119.8646753, 30.1957073 ], [ 119.8648808, 30.1958772 ] ], [ [ 119.8648808, 30.1958772 ], [ 119.865154, 30.1961032 ] ], [ [ 119.865154, 30.1961032 ], [ 119.865765, 30.1965152 ] ], [ [ 119.865765, 30.1965152 ], [ 119.8660335, 30.1967009 ] ], [ [ 119.8660335, 30.1967009 ], [ 119.8663558, 30.1968054 ] ], [ [ 119.8663558, 30.1968054 ], [ 119.8666243, 30.1969156 ] ], [ [ 119.8666243, 30.1969156 ], [ 119.8674816, 30.1973312 ] ], [ [ 119.8674816, 30.1973312 ], [ 119.867709, 30.1974649 ] ], [ [ 119.867709, 30.1974649 ], [ 119.8679691, 30.1977059 ] ], [ [ 119.8679691, 30.1977059 ], [ 119.8681493, 30.1978388 ] ], [ [ 119.8681493, 30.1978388 ], [ 119.8683205, 30.1979651 ] ], [ [ 119.8683205, 30.1979651 ], [ 119.8685176, 30.1981281 ] ], [ [ 119.8685176, 30.1981281 ], [ 119.8690661, 30.1986762 ] ], [ [ 119.8690661, 30.1986762 ], [ 119.8696232, 30.1990762 ] ], [ [ 119.8696232, 30.1990762 ], [ 119.8698546, 30.1993355 ] ], [ [ 119.8698546, 30.1993355 ], [ 119.8704374, 30.2002466 ] ], [ [ 119.8704374, 30.2002466 ], [ 119.8707116, 30.2004984 ] ], [ [ 119.8707116, 30.2004984 ], [ 119.8710373, 30.2007799 ] ], [ [ 119.8710373, 30.2007799 ], [ 119.8712259, 30.2008762 ] ], [ [ 119.8712259, 30.2008762 ], [ 119.8714791, 30.2010051 ] ], [ [ 119.8714791, 30.2010051 ], [ 119.8716487, 30.2010915 ] ], [ [ 119.8716487, 30.2010915 ], [ 119.8718515, 30.2011947 ] ], [ [ 119.8718515, 30.2011947 ], [ 119.8720143, 30.2013354 ] ], [ [ 119.8720143, 30.2013354 ], [ 119.8731285, 30.2023323 ] ], [ [ 119.8731285, 30.2023323 ], [ 119.8732313, 30.2024243 ] ], [ [ 119.8732313, 30.2024243 ], [ 119.8732828, 30.2025798 ] ], [ [ 119.8732828, 30.2025798 ], [ 119.8733342, 30.2027724 ] ], [ [ 119.8733342, 30.2027724 ], [ 119.8732313, 30.2030687 ] ], [ [ 119.8732313, 30.2030687 ], [ 119.8731199, 30.2033427 ] ], [ [ 119.8731199, 30.2033427 ], [ 119.87282, 30.2037723 ] ], [ [ 119.87282, 30.2037723 ], [ 119.8728028, 30.203913 ] ], [ [ 119.8728028, 30.203913 ], [ 119.8728885, 30.204076 ] ], [ [ 119.8728885, 30.204076 ], [ 119.8732313, 30.2046093 ] ], [ [ 119.8732313, 30.2046093 ], [ 119.8734885, 30.2049426 ] ], [ [ 119.8734885, 30.2049426 ], [ 119.8739196, 30.2054722 ] ], [ [ 119.8739196, 30.2054722 ], [ 119.875074, 30.2068906 ] ], [ [ 119.875074, 30.2068906 ], [ 119.8753054, 30.2070091 ] ], [ [ 119.8753054, 30.2070091 ], [ 119.8763877, 30.2074421 ] ], [ [ 119.8763877, 30.2074421 ], [ 119.8766107, 30.2075313 ] ], [ [ 119.8766107, 30.2075313 ], [ 119.8766938, 30.2075646 ] ], [ [ 119.8766938, 30.2075646 ], [ 119.8768387, 30.2076294 ] ], [ [ 119.8768387, 30.2076294 ], [ 119.8770156, 30.2077085 ] ], [ [ 119.8770156, 30.2077085 ], [ 119.8793935, 30.2087718 ] ], [ [ 119.8793935, 30.2087718 ], [ 119.8797877, 30.2088681 ] ], [ [ 119.8797877, 30.2088681 ], [ 119.8802077, 30.2089274 ] ], [ [ 119.8802077, 30.2089274 ], [ 119.8804476, 30.2089644 ] ], [ [ 119.8804476, 30.2089644 ], [ 119.8807219, 30.2090385 ] ], [ [ 119.8807219, 30.2090385 ], [ 119.8809361, 30.2091348 ] ], [ [ 119.8809361, 30.2091348 ], [ 119.8829416, 30.2103791 ] ], [ [ 119.8829416, 30.2103791 ], [ 119.883975, 30.2109967 ] ], [ [ 119.883975, 30.2109967 ], [ 119.8842186, 30.2111423 ] ], [ [ 119.8842186, 30.2111423 ], [ 119.8847757, 30.2114752 ] ], [ [ 119.8847757, 30.2114752 ], [ 119.8851356, 30.2116085 ] ], [ [ 119.8851356, 30.2116085 ], [ 119.8867983, 30.2124454 ] ], [ [ 119.8867983, 30.2124454 ], [ 119.8871068, 30.212675 ] ], [ [ 119.8871068, 30.212675 ], [ 119.8875096, 30.2131786 ] ], [ [ 119.8875096, 30.2131786 ], [ 119.8878953, 30.21366 ] ], [ [ 119.8878953, 30.21366 ], [ 119.8881354, 30.2138943 ] ], [ [ 119.8881354, 30.2138943 ], [ 119.888161, 30.2139193 ] ], [ [ 119.888161, 30.2139193 ], [ 119.8885638, 30.2142451 ] ], [ [ 119.8885638, 30.2142451 ], [ 119.889318, 30.2147339 ] ], [ [ 119.889318, 30.2147339 ], [ 119.8896592, 30.2150188 ] ], [ [ 119.8896592, 30.2150188 ], [ 119.889775, 30.2151156 ] ], [ [ 119.889775, 30.2151156 ], [ 119.8898776, 30.2152012 ] ], [ [ 119.8898776, 30.2152012 ], [ 119.8905864, 30.215793 ] ], [ [ 119.8905864, 30.215793 ], [ 119.8908435, 30.2159781 ] ], [ [ 119.8908435, 30.2159781 ], [ 119.8927976, 30.217089 ] ], [ [ 119.8927976, 30.217089 ], [ 119.8934296, 30.2174422 ] ], [ [ 119.8934296, 30.2174422 ], [ 119.8935746, 30.2175233 ] ], [ [ 119.8935746, 30.2175233 ], [ 119.8948116, 30.2182147 ] ], [ [ 119.8948116, 30.2182147 ], [ 119.8950042, 30.2182937 ] ], [ [ 119.8950042, 30.2182937 ], [ 119.8953173, 30.2184221 ] ], [ [ 119.8953173, 30.2184221 ], [ 119.8966628, 30.2190294 ] ], [ [ 119.8966628, 30.2190294 ], [ 119.8969743, 30.2191922 ] ], [ [ 119.8969743, 30.2191922 ], [ 119.8971555, 30.2192869 ] ], [ [ 119.8971555, 30.2192869 ], [ 119.8975038, 30.2194689 ] ], [ [ 119.8975038, 30.2194689 ], [ 119.8984198, 30.2199477 ] ], [ [ 119.8984198, 30.2199477 ], [ 119.8986426, 30.220155 ] ], [ [ 119.8986426, 30.220155 ], [ 119.8992666, 30.2208058 ] ], [ [ 119.8992666, 30.2208058 ], [ 119.8997997, 30.2214824 ] ], [ [ 119.8997997, 30.2214824 ], [ 119.9000996, 30.2216984 ] ], [ [ 119.9000996, 30.2216984 ], [ 119.900666, 30.2221878 ] ], [ [ 119.900666, 30.2221878 ], [ 119.9010992, 30.2223606 ] ], [ [ 119.9010992, 30.2223606 ], [ 119.901749, 30.2226197 ] ], [ [ 119.901749, 30.2226197 ], [ 119.9019156, 30.2226485 ] ], [ [ 119.9019156, 30.2226485 ], [ 119.9020298, 30.222643 ] ], [ [ 119.9020298, 30.222643 ], [ 119.9025153, 30.2226197 ] ], [ [ 119.9025153, 30.2226197 ], [ 119.9041076, 30.2226273 ] ], [ [ 119.9041076, 30.2226273 ], [ 119.904368, 30.2227023 ] ], [ [ 119.904368, 30.2227023 ], [ 119.9046037, 30.2228095 ] ], [ [ 119.9046037, 30.2228095 ], [ 119.9048146, 30.2229917 ] ], [ [ 119.9048146, 30.2229917 ], [ 119.9048826, 30.2231145 ] ], [ [ 120.0860777, 30.1141074 ], [ 120.0878264, 30.113969 ], [ 120.0898257, 30.1138073 ] ], [ [ 120.0898349, 30.113906 ], [ 120.087819, 30.1140799 ], [ 120.0860884, 30.1142137 ] ], [ [ 120.0786531, 30.1147375 ], [ 120.0811808, 30.1145252 ], [ 120.0823515, 30.114425 ] ], [ [ 120.0823627, 30.1145269 ], [ 120.0812066, 30.1146198 ], [ 120.0786646, 30.114839 ] ], [ [ 120.0785154, 30.1147459 ], [ 120.0786531, 30.1147375 ] ], [ [ 120.0786531, 30.1147375 ], [ 120.0786646, 30.114839 ] ], [ [ 120.0785209, 30.1148621 ], [ 120.0785154, 30.1147459 ] ], [ [ 120.0786646, 30.114839 ], [ 120.0785209, 30.1148621 ] ], [ [ 120.0786646, 30.114839 ], [ 120.0787395, 30.1158156 ], [ 120.0789558, 30.1181691 ] ], [ [ 120.0788548, 30.1181802 ], [ 120.0785993, 30.1156317 ], [ 120.0785209, 30.1148621 ] ], [ [ 120.0789558, 30.1181691 ], [ 120.079369, 30.1212449 ] ], [ [ 120.0792097, 30.1212594 ], [ 120.0788548, 30.1181802 ] ], [ [ 120.079369, 30.1212449 ], [ 120.0794597, 30.1219715 ], [ 120.079592, 30.1231488 ] ], [ [ 120.0793974, 30.123175 ], [ 120.0792459, 30.121556 ], [ 120.0792097, 30.1212594 ] ], [ [ 120.0652309, 30.1422039 ], [ 120.0649157, 30.1422334 ] ], [ [ 120.0649157, 30.1422334 ], [ 120.0639989, 30.142432 ] ], [ [ 120.0639989, 30.142432 ], [ 120.0629236, 30.1426454 ] ], [ [ 120.0629236, 30.1426454 ], [ 120.0628836, 30.1426533 ] ], [ [ 120.0628836, 30.1426533 ], [ 120.0628734, 30.1426551 ] ], [ [ 120.0628734, 30.1426551 ], [ 120.0616535, 30.1428676 ] ], [ [ 120.0616535, 30.1428676 ], [ 120.0607335, 30.1431172 ] ], [ [ 120.0607335, 30.1431172 ], [ 120.0582662, 30.1439747 ] ], [ [ 120.0582662, 30.1439747 ], [ 120.0580242, 30.1440527 ] ], [ [ 120.0580242, 30.1440527 ], [ 120.0577771, 30.1441323 ] ], [ [ 120.0796512, 30.1250412 ], [ 120.0793974, 30.123175 ] ], [ [ 120.079592, 30.1231488 ], [ 120.0797383, 30.1241887 ], [ 120.0798225, 30.1250932 ] ], [ [ 120.0834963, 30.1247978 ], [ 120.0871615, 30.1245027 ] ], [ [ 120.0798225, 30.1250932 ], [ 120.0820388, 30.1249163 ] ], [ [ 120.0820388, 30.1249163 ], [ 120.0834963, 30.1247978 ] ], [ [ 120.0741547, 30.1337674 ], [ 120.0739866, 30.1355227 ], [ 120.0739391, 30.1360124 ] ], [ [ 120.0738131, 30.1360473 ], [ 120.0738417, 30.135849 ], [ 120.0739037, 30.1350308 ], [ 120.0740109, 30.1339919 ], [ 120.0740173, 30.1337827 ] ], [ [ 120.0835077, 30.1354901 ], [ 120.0836223, 30.1354587 ] ], [ [ 120.0836761, 30.1355543 ], [ 120.0835608, 30.1355901 ] ], [ [ 120.0816628, 30.1361578 ], [ 120.0830107, 30.13567 ], [ 120.0832906, 30.1355687 ], [ 120.0835077, 30.1354901 ] ], [ [ 120.0835608, 30.1355901 ], [ 120.083325, 30.1356663 ], [ 120.0830457, 30.1357694 ], [ 120.0817162, 30.1362603 ] ], [ [ 120.080179, 30.1367553 ], [ 120.0816628, 30.1361578 ] ], [ [ 120.0817162, 30.1362603 ], [ 120.0801911, 30.1368507 ] ], [ [ 120.0739391, 30.1360124 ], [ 120.0738474, 30.1366628 ], [ 120.07385, 30.13708 ], [ 120.0738501, 30.1373494 ], [ 120.0738501, 30.1375187 ], [ 120.0739053, 30.1381348 ], [ 120.0739288, 30.138375 ], [ 120.0739621, 30.138605 ] ], [ [ 120.0738687, 30.1386452 ], [ 120.0738312, 30.1383117 ], [ 120.0738224, 30.138179 ], [ 120.0738053, 30.1379214 ], [ 120.0738045, 30.1379094 ], [ 120.0737882, 30.1376627 ], [ 120.0737517, 30.1368223 ], [ 120.0737606, 30.1364106 ], [ 120.0738131, 30.1360473 ] ], [ [ 120.0773788, 30.1377349 ], [ 120.0780332, 30.1374982 ], [ 120.0787894, 30.1372217 ], [ 120.080179, 30.1367553 ] ], [ [ 120.0801911, 30.1368507 ], [ 120.0788313, 30.1373087 ], [ 120.0780572, 30.1375922 ], [ 120.0774097, 30.1378329 ] ], [ [ 120.0739621, 30.138605 ], [ 120.0758815, 30.1381234 ], [ 120.0773788, 30.1377349 ] ], [ [ 120.0774097, 30.1378329 ], [ 120.0768743, 30.1379576 ], [ 120.076363, 30.138094 ], [ 120.0758041, 30.138243 ], [ 120.0739723, 30.1386854 ] ], [ [ 120.0738687, 30.1386452 ], [ 120.0739621, 30.138605 ] ], [ [ 120.0739621, 30.138605 ], [ 120.0739723, 30.1386854 ] ], [ [ 120.0738756, 30.138712 ], [ 120.0738687, 30.1386452 ] ], [ [ 120.0737349, 30.1387148 ], [ 120.0738687, 30.1386452 ] ], [ [ 120.0739723, 30.1386854 ], [ 120.0738756, 30.138712 ] ], [ [ 120.0738756, 30.138712 ], [ 120.0737349, 30.1387148 ] ], [ [ 120.0737349, 30.1387148 ], [ 120.0728517, 30.1388885 ] ], [ [ 120.0728517, 30.1388885 ], [ 120.0725272, 30.1389523 ] ], [ [ 120.0725272, 30.1389523 ], [ 120.07225, 30.1390068 ] ], [ [ 120.0739723, 30.1386854 ], [ 120.0740473, 30.139179 ], [ 120.0740555, 30.1392332 ], [ 120.0740711, 30.1393474 ], [ 120.0741138, 30.1396592 ], [ 120.0741225, 30.1397479 ], [ 120.0741616, 30.1401476 ], [ 120.0743261, 30.1416416 ] ], [ [ 120.0836223, 30.1354587 ], [ 120.0848622, 30.1351277 ], [ 120.0851604, 30.1350404 ], [ 120.0852867, 30.1350034 ], [ 120.0855713, 30.1349201 ], [ 120.0858903, 30.1348407 ], [ 120.0862546, 30.1347864 ], [ 120.0865471, 30.1347321 ], [ 120.0868994, 30.1346307 ], [ 120.0871988, 30.1344906 ], [ 120.0875934, 30.134254 ], [ 120.0878956, 30.1340578 ], [ 120.0882708, 30.133754 ], [ 120.088584, 30.1335431 ], [ 120.0888591, 30.1333859 ], [ 120.0891894, 30.1332335 ], [ 120.0895881, 30.133111 ], [ 120.0900115, 30.1330286 ], [ 120.0904713, 30.1329917 ], [ 120.091254, 30.1329553 ], [ 120.091674, 30.1329296 ] ], [ [ 120.0916711, 30.133043 ], [ 120.0904108, 30.1331018 ], [ 120.0902748, 30.1331082 ], [ 120.0899353, 30.1331448 ], [ 120.0896362, 30.1332116 ], [ 120.0893607, 30.133285 ], [ 120.0891266, 30.1333655 ], [ 120.0888523, 30.1334935 ], [ 120.0885781, 30.1336715 ], [ 120.087859, 30.1342048 ], [ 120.087566, 30.1343959 ], [ 120.0872922, 30.1345664 ], [ 120.0869979, 30.1347012 ], [ 120.0867139, 30.1347937 ], [ 120.0863432, 30.1348837 ], [ 120.0860815, 30.1349163 ], [ 120.0858363, 30.1349702 ], [ 120.0853307, 30.1351136 ], [ 120.0846042, 30.1353196 ], [ 120.0836761, 30.1355543 ] ], [ [ 120.0971905, 30.1338628 ], [ 120.0995029, 30.1351923 ] ], [ [ 120.0742586, 30.1416493 ], [ 120.0740911, 30.1401694 ], [ 120.0740094, 30.1395924 ], [ 120.0739637, 30.1392918 ], [ 120.0739513, 30.1392104 ], [ 120.0738756, 30.138712 ] ], [ [ 120.07225, 30.1390068 ], [ 120.0721805, 30.1390219 ] ], [ [ 120.0721805, 30.1390219 ], [ 120.0703558, 30.1394177 ] ], [ [ 120.0703558, 30.1394177 ], [ 120.0699435, 30.1395071 ] ], [ [ 120.0699435, 30.1395071 ], [ 120.06945, 30.139739 ] ], [ [ 120.06945, 30.139739 ], [ 120.0690361, 30.1400397 ] ], [ [ 120.0690361, 30.1400397 ], [ 120.0689642, 30.1400919 ] ], [ [ 120.0689642, 30.1400919 ], [ 120.0689136, 30.1401287 ] ], [ [ 120.0689136, 30.1401287 ], [ 120.0685273, 30.140537 ] ], [ [ 120.0685273, 30.140537 ], [ 120.0682055, 30.1411493 ] ], [ [ 120.0682055, 30.1411493 ], [ 120.0680563, 30.1415831 ] ], [ [ 120.0680563, 30.1415831 ], [ 120.0680543, 30.1420459 ] ], [ [ 120.0743261, 30.1416416 ], [ 120.0742586, 30.1416493 ] ], [ [ 120.0742586, 30.1416493 ], [ 120.0732805, 30.1416951 ] ], [ [ 120.0732805, 30.1416951 ], [ 120.0725131, 30.1417427 ] ], [ [ 120.0725131, 30.1417427 ], [ 120.071674, 30.1417961 ] ], [ [ 120.071674, 30.1417961 ], [ 120.0680543, 30.1420459 ] ], [ [ 120.0680543, 30.1420459 ], [ 120.0669488, 30.1421078 ] ], [ [ 120.0669488, 30.1421078 ], [ 120.0652309, 30.1422039 ] ], [ [ 120.0743261, 30.1416416 ], [ 120.074608, 30.1437269 ], [ 120.0747751, 30.1449628 ] ], [ [ 120.0746863, 30.1449607 ], [ 120.074634, 30.1445208 ], [ 120.0742586, 30.1416493 ] ], [ [ 120.068316, 30.14481 ], [ 120.0681908, 30.1438548 ] ], [ [ 120.0681908, 30.1438548 ], [ 120.068169, 30.1435662 ] ], [ [ 120.068169, 30.1435662 ], [ 120.0680543, 30.1420459 ] ], [ [ 120.0577771, 30.1441323 ], [ 120.0554415, 30.1443632 ] ], [ [ 120.0554415, 30.1443632 ], [ 120.054925, 30.1444229 ] ], [ [ 120.054925, 30.1444229 ], [ 120.0546786, 30.1444514 ] ], [ [ 120.0546786, 30.1444514 ], [ 120.0541884, 30.1445584 ] ], [ [ 120.0541884, 30.1445584 ], [ 120.0535243, 30.144763 ] ], [ [ 120.0535243, 30.144763 ], [ 120.0526068, 30.1450571 ] ], [ [ 120.0526068, 30.1450571 ], [ 120.0522291, 30.145126 ] ], [ [ 120.0115387, 30.2101638 ], [ 120.0116444, 30.2102491 ], [ 120.01184, 30.2103543 ], [ 120.0120902, 30.2105279 ], [ 120.0126875, 30.2109425 ], [ 120.0135349, 30.211587 ], [ 120.0143152, 30.2122225 ], [ 120.0149543, 30.2127733 ], [ 120.0153841, 30.2132169 ], [ 120.0164506, 30.2143175 ] ], [ [ 120.0687231, 30.1487495 ], [ 120.0683978, 30.1456015 ] ], [ [ 120.0683978, 30.1456015 ], [ 120.068316, 30.14481 ] ], [ [ 120.0747751, 30.1449628 ], [ 120.0748968, 30.1458141 ] ], [ [ 120.0750595, 30.1483109 ], [ 120.0750102, 30.147937 ], [ 120.0749069, 30.1468181 ], [ 120.0748601, 30.1464241 ], [ 120.0746863, 30.1449607 ] ], [ [ 120.0748968, 30.1458141 ], [ 120.0749449, 30.1462422 ], [ 120.0751345, 30.1476361 ], [ 120.0752172, 30.1482901 ] ], [ [ 120.0752172, 30.1482901 ], [ 120.0752488, 30.1486756 ] ], [ [ 120.0687491, 30.1489134 ], [ 120.0687231, 30.1487495 ] ], [ [ 120.0688645, 30.149919 ], [ 120.0687491, 30.1489134 ] ], [ [ 120.0692114, 30.1519757 ], [ 120.0690105, 30.1511423 ] ], [ [ 120.0690105, 30.1511423 ], [ 120.0689866, 30.1509424 ] ], [ [ 120.0689866, 30.1509424 ], [ 120.0689597, 30.1507167 ] ], [ [ 120.0689597, 30.1507167 ], [ 120.0688645, 30.149919 ] ], [ [ 120.0699892, 30.1538401 ], [ 120.0697944, 30.1534394 ] ], [ [ 120.0697944, 30.1534394 ], [ 120.0693116, 30.1522705 ] ], [ [ 120.0693116, 30.1522705 ], [ 120.0692114, 30.1519757 ] ], [ [ 120.0676972, 30.1596002 ], [ 120.0689159, 30.1580184 ] ], [ [ 120.0689159, 30.1580184 ], [ 120.0691512, 30.1577906 ] ], [ [ 120.0691512, 30.1577906 ], [ 120.0700763, 30.1565795 ] ], [ [ 120.0700763, 30.1565795 ], [ 120.0702544, 30.1560995 ] ], [ [ 120.0702544, 30.1560995 ], [ 120.0703628, 30.1557164 ] ], [ [ 120.0703628, 30.1557164 ], [ 120.0703942, 30.1555759 ] ], [ [ 120.0703942, 30.1555759 ], [ 120.0703942, 30.1551676 ] ], [ [ 120.0703942, 30.1551676 ], [ 120.0703942, 30.1550842 ] ], [ [ 120.0703942, 30.1550842 ], [ 120.0702332, 30.154342 ] ], [ [ 120.0702332, 30.154342 ], [ 120.0699892, 30.1538401 ] ], [ [ 120.0660959, 30.1631929 ], [ 120.065696, 30.1643585 ] ], [ [ 120.065696, 30.1643585 ], [ 120.0655845, 30.1646187 ] ], [ [ 120.0655845, 30.1646187 ], [ 120.0652309, 30.1654439 ] ], [ [ 120.0652309, 30.1654439 ], [ 120.0639825, 30.1683577 ] ], [ [ 120.0563574, 30.1846854 ], [ 120.056551, 30.1844583 ], [ 120.057852, 30.1835644 ], [ 120.0591218, 30.1827827 ], [ 120.0602906, 30.1820842 ], [ 120.0607772, 30.1817935 ], [ 120.0613031, 30.1814793 ], [ 120.0617841, 30.1811404 ], [ 120.0620919, 30.1808494 ], [ 120.0623083, 30.1806228 ], [ 120.0625921, 30.1802486 ], [ 120.0626904, 30.180111 ] ], [ [ 120.0627541, 30.1802422 ], [ 120.0626115, 30.1804405 ], [ 120.0624107, 30.1806822 ], [ 120.0621096, 30.1810148 ], [ 120.0617774, 30.1813144 ], [ 120.0614093, 30.1815953 ], [ 120.0604749, 30.182149 ], [ 120.0603794, 30.1822071 ], [ 120.0576237, 30.1838823 ], [ 120.0566605, 30.18456 ], [ 120.0563574, 30.1846854 ] ], [ [ 120.0185179, 30.2165145 ], [ 120.0194838, 30.2174865 ], [ 120.0209284, 30.2190106 ], [ 120.0213718, 30.2194451 ], [ 120.021846, 30.2198973 ], [ 120.0221121, 30.2201133 ], [ 120.0227657, 30.220531 ], [ 120.0235665, 30.2210454 ], [ 120.0238173, 30.2211771 ], [ 120.0243748, 30.2214375 ], [ 120.0248838, 30.2216752 ], [ 120.0260091, 30.2221783 ], [ 120.0266698, 30.2224582 ], [ 120.0268988, 30.2225553 ] ], [ [ 120.0268025, 30.2226593 ], [ 120.0266019, 30.2225708 ], [ 120.0260099, 30.2223095 ], [ 120.0251682, 30.2219598 ], [ 120.0244305, 30.2216256 ], [ 120.0235797, 30.2212253 ], [ 120.0232253, 30.2210144 ], [ 120.0226738, 30.2206582 ], [ 120.0225505, 30.2205674 ], [ 120.0221623, 30.2202814 ], [ 120.0217152, 30.2199341 ], [ 120.0211604, 30.2194642 ], [ 120.0205215, 30.2188239 ], [ 120.0192977, 30.2175147 ], [ 120.0184114, 30.2165824 ] ], [ [ 120.0184114, 30.2165824 ], [ 120.0177463, 30.2158879 ], [ 120.0172934, 30.2153963 ], [ 120.0165818, 30.2146239 ], [ 120.015607, 30.2136625 ], [ 120.015193, 30.2132541 ], [ 120.0149555, 30.2130199 ], [ 120.0145405, 30.2126112 ], [ 120.0139767, 30.2121077 ], [ 120.0122752, 30.2108325 ], [ 120.0116976, 30.2104214 ], [ 120.0114894, 30.2102627 ] ], [ [ 120.0164506, 30.2143175 ], [ 120.0172806, 30.2151697 ], [ 120.0175448, 30.215441 ], [ 120.0178766, 30.215806 ], [ 120.0180554, 30.2160175 ], [ 120.018248, 30.2162392 ], [ 120.0183671, 30.2163607 ], [ 120.0185179, 30.2165145 ] ], [ [ 120.0268988, 30.2225553 ], [ 120.0270338, 30.2226182 ], [ 120.0277814, 30.2229665 ], [ 120.0281105, 30.2231199 ], [ 120.0290742, 30.2235384 ], [ 120.0298251, 30.2238871 ], [ 120.029967, 30.223953 ] ], [ [ 120.029967, 30.223953 ], [ 120.03005, 30.2239932 ] ], [ [ 120.03005, 30.2239932 ], [ 120.033039, 30.2254758 ], [ 120.0335884, 30.2257484 ], [ 120.0345296, 30.2262153 ], [ 120.0359265, 30.2269082 ], [ 120.0366658, 30.2273276 ], [ 120.0368285, 30.2274199 ] ], [ [ 120.045559, 30.2342127 ], [ 120.0453306, 30.2339577 ], [ 120.0450834, 30.2336855 ], [ 120.045037, 30.2336187 ], [ 120.0447849, 30.233318 ], [ 120.0444975, 30.2329752 ], [ 120.0438806, 30.2323091 ], [ 120.0438323, 30.232257 ], [ 120.0435036, 30.2319008 ], [ 120.0431462, 30.2315546 ], [ 120.0430589, 30.2314648 ], [ 120.042678, 30.2311242 ], [ 120.0425889, 30.2310494 ], [ 120.042384, 30.2308773 ], [ 120.0422206, 30.2307432 ], [ 120.0422089, 30.2307336 ], [ 120.0417551, 30.2303949 ], [ 120.0412924, 30.2300506 ], [ 120.0408744, 30.2297778 ], [ 120.0405296, 30.2295581 ], [ 120.040177, 30.2293556 ], [ 120.0396925, 30.2290808 ], [ 120.0393991, 30.2289163 ], [ 120.0389443, 30.2286845 ], [ 120.0380953, 30.2282074 ], [ 120.0377441, 30.22801 ], [ 120.0370173, 30.2276237 ], [ 120.0367897, 30.2275028 ], [ 120.0366092, 30.2274087 ], [ 120.0364701, 30.2273362 ], [ 120.0356781, 30.2269057 ], [ 120.0351101, 30.2266039 ], [ 120.0329091, 30.2255399 ], [ 120.0303832, 30.2243188 ], [ 120.0298516, 30.2240618 ], [ 120.0297952, 30.2240346 ], [ 120.0297169, 30.2239967 ], [ 120.0280842, 30.223253 ], [ 120.026962, 30.2227332 ], [ 120.0268025, 30.2226593 ] ], [ [ 120.0029912, 30.2343044 ], [ 120.0029891, 30.2335481 ], [ 120.0029862, 30.2324949 ], [ 120.0030721, 30.2323446 ] ], [ [ 120.0030721, 30.2323446 ], [ 120.0031364, 30.2325319 ], [ 120.0031403, 30.2333917 ], [ 120.0031445, 30.2343092 ] ], [ [ 120.0424585, 30.2308004 ], [ 120.0426565, 30.2309834 ], [ 120.0426986, 30.2310223 ], [ 120.043249, 30.2315275 ], [ 120.0436073, 30.231841 ], [ 120.0439474, 30.2321631 ], [ 120.0440424, 30.2322622 ] ], [ [ 120.0440424, 30.2322622 ], [ 120.0446747, 30.2329732 ], [ 120.0449955, 30.2333369 ], [ 120.0451981, 30.2335665 ], [ 120.0453918, 30.2337896 ], [ 120.0456583, 30.2340929 ], [ 120.0461376, 30.2345666 ], [ 120.046507, 30.2349317 ], [ 120.0472037, 30.2355638 ], [ 120.0473941, 30.2357365 ] ], [ [ 120.0472742, 30.2358369 ], [ 120.0470891, 30.2356626 ], [ 120.0468498, 30.2354373 ], [ 120.0465374, 30.2351124 ], [ 120.0460111, 30.2346189 ], [ 120.045559, 30.2342127 ] ], [ [ 120.0368285, 30.2274199 ], [ 120.0370739, 30.2275441 ], [ 120.0373035, 30.2276602 ], [ 120.0377862, 30.2279249 ], [ 120.0384448, 30.2282872 ], [ 120.0389751, 30.2285542 ], [ 120.0390284, 30.2285838 ], [ 120.0400456, 30.2291172 ], [ 120.0405644, 30.2294022 ], [ 120.0407987, 30.2295464 ], [ 120.0411306, 30.2297641 ], [ 120.0414424, 30.2299737 ], [ 120.0417407, 30.2302008 ], [ 120.0420774, 30.2304913 ], [ 120.0422988, 30.2306709 ], [ 120.0424585, 30.2308004 ] ], [ [ 120.0028356, 30.2383309 ], [ 120.0029912, 30.2343044 ] ], [ [ 120.0031445, 30.2343092 ], [ 120.003122, 30.2367752 ], [ 120.0030837, 30.2383607 ] ], [ [ 120.0028163, 30.2386019 ], [ 120.0028356, 30.2383309 ] ], [ [ 120.0030837, 30.2383607 ], [ 120.0030739, 30.2386422 ] ], [ [ 120.0473941, 30.2357365 ], [ 120.0475197, 30.2358822 ], [ 120.0476046, 30.2359806 ], [ 120.0479251, 30.2363463 ], [ 120.0480812, 30.2365418 ], [ 120.0481453, 30.236635 ] ], [ [ 120.0481453, 30.236635 ], [ 120.0481899, 30.2366997 ], [ 120.0482254, 30.2367607 ] ], [ [ 120.0477092, 30.2417598 ], [ 120.0477462, 30.241627 ], [ 120.047894, 30.2410877 ], [ 120.047953, 30.2408876 ], [ 120.0479806, 30.2407937 ], [ 120.0480193, 30.2406625 ], [ 120.0482885, 30.239806 ], [ 120.0483396, 30.2396352 ], [ 120.0483703, 30.2395087 ], [ 120.048453, 30.2391684 ], [ 120.0485166, 30.2387353 ], [ 120.0485257, 30.2383906 ], [ 120.0485182, 30.2382574 ], [ 120.0484961, 30.2380264 ], [ 120.0484928, 30.2379925 ], [ 120.0484616, 30.2377854 ], [ 120.0484275, 30.2376276 ], [ 120.0483061, 30.2372807 ], [ 120.0482524, 30.2371706 ], [ 120.0481737, 30.2370091 ], [ 120.0480443, 30.236746 ], [ 120.04791, 30.2365468 ], [ 120.0477517, 30.2363478 ], [ 120.0474917, 30.2360569 ], [ 120.0474054, 30.2359696 ], [ 120.0472742, 30.2358369 ] ], [ [ 119.9864354, 30.2355648 ], [ 119.9864361, 30.2352903 ] ], [ [ 119.9865709, 30.2352995 ], [ 119.9865792, 30.2355739 ] ], [ [ 119.9863668, 30.2384571 ], [ 119.9863791, 30.2379524 ], [ 119.9863957, 30.2372708 ], [ 119.9864319, 30.2363981 ], [ 119.9864274, 30.2356976 ], [ 119.9864354, 30.2355648 ] ], [ [ 119.9865792, 30.2355739 ], [ 119.9865534, 30.2364268 ], [ 119.9865342, 30.2372863 ], [ 119.9865157, 30.2384666 ] ], [ [ 119.9307802, 30.2167715 ], [ 119.9309421, 30.2169949 ], [ 119.9311072, 30.2172278 ], [ 119.9319345, 30.2183948 ], [ 119.9327069, 30.2192523 ], [ 119.9346328, 30.2213058 ], [ 119.9356321, 30.2223627 ], [ 119.936741, 30.223591 ], [ 119.9373525, 30.2244346 ], [ 119.9396995, 30.2281659 ], [ 119.9402842, 30.2290256 ], [ 119.9408426, 30.2295844 ], [ 119.941636, 30.230145 ], [ 119.9420364, 30.2303607 ], [ 119.9431488, 30.2309051 ], [ 119.944168, 30.2314335 ], [ 119.944683, 30.2317996 ], [ 119.9453106, 30.2323164 ], [ 119.945941, 30.233051 ], [ 119.9480143, 30.2355445 ], [ 119.9480671, 30.2356691 ] ], [ [ 119.9480671, 30.2356691 ], [ 119.9479177, 30.2355746 ], [ 119.9457579, 30.2329506 ], [ 119.9449625, 30.2321105 ], [ 119.944074, 30.2314474 ], [ 119.9430518, 30.2309414 ], [ 119.9420008, 30.2304514 ], [ 119.9418593, 30.2303537 ], [ 119.9413606, 30.2300609 ], [ 119.9410324, 30.2298326 ], [ 119.9408045, 30.2296482 ], [ 119.9404112, 30.2293122 ], [ 119.9400851, 30.2289432 ], [ 119.9397416, 30.2285083 ], [ 119.939165, 30.2274777 ], [ 119.9390369, 30.2272945 ], [ 119.9386501, 30.2266952 ], [ 119.9369501, 30.2240032 ], [ 119.9365443, 30.2235118 ], [ 119.9361735, 30.2231109 ], [ 119.9355772, 30.2224626 ], [ 119.9346703, 30.2214959 ], [ 119.9338481, 30.2205867 ], [ 119.9328813, 30.2195907 ], [ 119.9323368, 30.2189928 ], [ 119.9318917, 30.2184836 ], [ 119.9316171, 30.2180962 ], [ 119.9313285, 30.2177408 ], [ 119.9311071, 30.2173993 ], [ 119.9307758, 30.2168882 ], [ 119.9307158, 30.2167987 ] ], [ [ 119.9502913, 30.2383439 ], [ 119.9484755, 30.2362286 ] ], [ [ 119.9484755, 30.2362286 ], [ 119.9480671, 30.2356691 ] ], [ [ 119.9508157, 30.2387518 ], [ 119.9504694, 30.2384824 ] ], [ [ 119.9504694, 30.2384824 ], [ 119.9502913, 30.2383439 ] ], [ [ 119.9544999, 30.2413238 ], [ 119.9543497, 30.2411801 ] ], [ [ 119.9543497, 30.2411801 ], [ 119.9534295, 30.2405304 ] ], [ [ 119.9534295, 30.2405304 ], [ 119.953223, 30.2403872 ] ], [ [ 119.953223, 30.2403872 ], [ 119.9531624, 30.2403466 ] ], [ [ 119.9531624, 30.2403466 ], [ 119.9527445, 30.2400669 ] ], [ [ 119.9527445, 30.2400669 ], [ 119.9518901, 30.2395008 ] ], [ [ 119.9518901, 30.2395008 ], [ 119.9508157, 30.2387518 ] ], [ [ 119.9555213, 30.244779 ], [ 119.9554467, 30.244438 ], [ 119.9552214, 30.2435459 ], [ 119.9548861, 30.2421603 ], [ 119.9547654, 30.2418219 ], [ 119.9545509, 30.2414466 ], [ 119.9544999, 30.2413238 ] ], [ [ 119.9241238, 30.2412828 ], [ 119.9255007, 30.2414109 ], [ 119.9258524, 30.2414473 ], [ 119.9264608, 30.2415102 ], [ 119.9268956, 30.2416405 ], [ 119.9277144, 30.2420002 ], [ 119.9283596, 30.2424824 ], [ 119.928836, 30.2429958 ], [ 119.9292643, 30.2435886 ], [ 119.929416, 30.2438326 ] ], [ [ 119.9292971, 30.2439157 ], [ 119.9290304, 30.2434881 ], [ 119.9287959, 30.2431122 ], [ 119.9284331, 30.2427129 ], [ 119.9281134, 30.2424134 ], [ 119.9276419, 30.2420778 ], [ 119.9270272, 30.2417997 ], [ 119.9265675, 30.2416548 ], [ 119.9264272, 30.2416125 ], [ 119.9261133, 30.2415473 ], [ 119.9255518, 30.2415091 ], [ 119.9250734, 30.2414768 ], [ 119.9242799, 30.2413978 ], [ 119.924106, 30.2413728 ] ], [ [ 119.9506922, 30.2483033 ], [ 119.9507682, 30.24801 ] ], [ [ 119.9048826, 30.2231145 ], [ 119.9049295, 30.2229767 ] ], [ [ 119.9049295, 30.2229767 ], [ 119.9049616, 30.2228728 ] ], [ [ 119.9049616, 30.2228728 ], [ 119.9050418, 30.222748 ] ], [ [ 119.9050418, 30.222748 ], [ 119.9052824, 30.2225124 ] ], [ [ 119.9052824, 30.2225124 ], [ 119.9053706, 30.2223876 ] ], [ [ 119.9053706, 30.2223876 ], [ 119.9055631, 30.2219926 ] ], [ [ 119.9055631, 30.2219926 ], [ 119.9056594, 30.2217708 ] ], [ [ 119.9056594, 30.2217708 ], [ 119.9058519, 30.2210016 ] ], [ [ 119.9058519, 30.2210016 ], [ 119.905916, 30.220454 ] ], [ [ 119.905916, 30.220454 ], [ 119.9059561, 30.2201907 ] ], [ [ 119.9059561, 30.2201907 ], [ 119.9060444, 30.2198234 ] ], [ [ 119.9060444, 30.2198234 ], [ 119.9061486, 30.2195531 ] ], [ [ 119.9061486, 30.2195531 ], [ 119.9063812, 30.2191719 ] ], [ [ 119.9063812, 30.2191719 ], [ 119.9067181, 30.218756 ] ], [ [ 119.9067181, 30.218756 ], [ 119.9070469, 30.2184442 ] ], [ [ 119.9070469, 30.2184442 ], [ 119.9072394, 30.2183194 ] ], [ [ 119.9072394, 30.2183194 ], [ 119.9073116, 30.2181739 ] ], [ [ 119.9073116, 30.2181739 ], [ 119.9076003, 30.2175293 ] ], [ [ 119.9076003, 30.2175293 ], [ 119.9076645, 30.2172867 ] ], [ [ 119.9076645, 30.2172867 ], [ 119.9077367, 30.2164412 ] ], [ [ 119.9077367, 30.2164412 ], [ 119.9077287, 30.2155055 ] ], [ [ 119.9077287, 30.2155055 ], [ 119.907849, 30.2148055 ] ], [ [ 119.907849, 30.2148055 ], [ 119.9078499, 30.2147027 ] ], [ [ 119.9078499, 30.2147027 ], [ 119.9078514, 30.2145425 ] ], [ [ 119.9078514, 30.2145425 ], [ 119.9078525, 30.214422 ] ], [ [ 119.9078525, 30.214422 ], [ 119.907857, 30.2139322 ] ], [ [ 119.907857, 30.2139322 ], [ 119.9078811, 30.2137728 ] ], [ [ 119.9078811, 30.2137728 ], [ 119.9080094, 30.2133223 ] ], [ [ 119.9080094, 30.2133223 ], [ 119.908242, 30.2125391 ] ], [ [ 119.908242, 30.2125391 ], [ 119.9082981, 30.2122618 ] ], [ [ 119.9082981, 30.2122618 ], [ 119.9083062, 30.2119707 ] ], [ [ 119.9083062, 30.2119707 ], [ 119.908242, 30.2117697 ] ], [ [ 119.908242, 30.2117697 ], [ 119.9080495, 30.2113954 ] ], [ [ 119.9080495, 30.2113954 ], [ 119.9079853, 30.2112221 ] ], [ [ 119.9079853, 30.2112221 ], [ 119.9079613, 30.2109726 ] ], [ [ 119.9079613, 30.2109726 ], [ 119.9079532, 30.2106884 ] ], [ [ 119.9079532, 30.2106884 ], [ 119.9079131, 30.210529 ] ], [ [ 119.9079131, 30.210529 ], [ 119.907841, 30.2103696 ] ], [ [ 119.907841, 30.2103696 ], [ 119.9077126, 30.2102518 ] ], [ [ 119.9077126, 30.2102518 ], [ 119.9075282, 30.2101894 ] ], [ [ 119.9075282, 30.2101894 ], [ 119.9069026, 30.209822 ] ], [ [ 119.9069026, 30.209822 ], [ 119.9068496, 30.2097591 ] ], [ [ 119.9068496, 30.2097591 ], [ 119.9067742, 30.2096695 ] ], [ [ 119.9067742, 30.2096695 ], [ 119.9066379, 30.2093923 ] ], [ [ 119.9066379, 30.2093923 ], [ 119.9065336, 30.2091289 ] ], [ [ 119.9065336, 30.2091289 ], [ 119.9064855, 30.2085328 ] ], [ [ 119.9064855, 30.2085328 ], [ 119.9064293, 30.2082763 ] ], [ [ 119.9064293, 30.2082763 ], [ 119.906301, 30.2077911 ] ], [ [ 119.906301, 30.2077911 ], [ 119.9062609, 30.2074515 ] ], [ [ 119.9062609, 30.2074515 ], [ 119.9062642, 30.2073203 ] ], [ [ 119.9062642, 30.2073203 ], [ 119.9062689, 30.2071327 ] ], [ [ 119.9062689, 30.2071327 ], [ 119.9062449, 30.206994 ] ], [ [ 119.9062449, 30.206994 ], [ 119.9061807, 30.2069178 ] ], [ [ 119.9061807, 30.2069178 ], [ 119.9059321, 30.2068277 ] ], [ [ 119.9059321, 30.2068277 ], [ 119.9058278, 30.2067514 ] ], [ [ 119.9058278, 30.2067514 ], [ 119.9057797, 30.2066405 ] ], [ [ 119.9057797, 30.2066405 ], [ 119.9056433, 30.2064048 ] ], [ [ 119.9056433, 30.2064048 ], [ 119.905523, 30.2062939 ] ], [ [ 119.905523, 30.2062939 ], [ 119.9050418, 30.2059959 ] ], [ [ 119.9050418, 30.2059959 ], [ 119.9047005, 30.2056472 ] ], [ [ 119.9047005, 30.2056472 ], [ 119.9046007, 30.2055453 ] ], [ [ 119.9046007, 30.2055453 ], [ 119.9040151, 30.2047343 ] ], [ [ 119.9040151, 30.2047343 ], [ 119.9037665, 30.2044571 ] ], [ [ 119.9037665, 30.2044571 ], [ 119.9031489, 30.2041451 ] ], [ [ 119.9031489, 30.2041451 ], [ 119.9028682, 30.2038956 ] ], [ [ 119.9028682, 30.2038956 ], [ 119.9026356, 30.2036322 ] ], [ [ 119.9026356, 30.2036322 ], [ 119.902379, 30.2032163 ] ], [ [ 119.902379, 30.2032163 ], [ 119.9022426, 30.2028489 ] ], [ [ 119.9022426, 30.2028489 ], [ 119.9022025, 30.2024053 ] ], [ [ 119.9022025, 30.2024053 ], [ 119.9021624, 30.2017953 ] ], [ [ 119.9021624, 30.2017953 ], [ 119.9021143, 30.201615 ] ], [ [ 119.9021143, 30.201615 ], [ 119.902018, 30.2015111 ] ], [ [ 119.902018, 30.2015111 ], [ 119.9018336, 30.2013724 ] ], [ [ 119.9018336, 30.2013724 ], [ 119.9016651, 30.2011437 ] ], [ [ 119.9016651, 30.2011437 ], [ 119.9010556, 30.1999999 ] ], [ [ 119.9010556, 30.1999999 ], [ 119.9008545, 30.1995653 ] ], [ [ 119.9008545, 30.1995653 ], [ 119.9007989, 30.1994453 ] ], [ [ 119.9007989, 30.1994453 ], [ 119.9006224, 30.1993344 ] ], [ [ 119.9006224, 30.1993344 ], [ 119.900438, 30.1992859 ] ], [ [ 119.900438, 30.1992859 ], [ 119.9002134, 30.1993206 ] ], [ [ 119.9002134, 30.1993206 ], [ 119.8996119, 30.1994038 ] ], [ [ 119.8996119, 30.1994038 ], [ 119.8993555, 30.1994177 ] ], [ [ 119.8993555, 30.1994177 ], [ 119.8992269, 30.1994246 ] ], [ [ 119.8992269, 30.1994246 ], [ 119.8989943, 30.1994869 ] ], [ [ 119.8989943, 30.1994869 ], [ 119.8986815, 30.1994661 ] ], [ [ 119.8986815, 30.1994661 ], [ 119.89812, 30.1993136 ] ], [ [ 119.89812, 30.1993136 ], [ 119.897719, 30.1992305 ] ], [ [ 119.897719, 30.1992305 ], [ 119.8975747, 30.1992166 ] ], [ [ 119.8975747, 30.1992166 ], [ 119.8974303, 30.1992027 ] ], [ [ 119.8974303, 30.1992027 ], [ 119.8971736, 30.1991403 ] ], [ [ 119.8971736, 30.1991403 ], [ 119.8969811, 30.1990294 ] ], [ [ 119.8969811, 30.1990294 ], [ 119.89654, 30.1987521 ] ], [ [ 119.89654, 30.1987521 ], [ 119.8960267, 30.1984055 ] ], [ [ 119.8960267, 30.1984055 ], [ 119.8958101, 30.1982877 ] ], [ [ 119.8958101, 30.1982877 ], [ 119.8956337, 30.1982114 ] ], [ [ 119.8956337, 30.1982114 ], [ 119.8953642, 30.1981915 ] ], [ [ 119.8953642, 30.1981915 ], [ 119.8947268, 30.1981983 ] ], [ [ 119.8947268, 30.1981983 ], [ 119.89442, 30.1981643 ] ], [ [ 119.89442, 30.1981643 ], [ 119.894239, 30.1981099 ] ], [ [ 119.894239, 30.1981099 ], [ 119.8941288, 30.1980351 ] ], [ [ 119.8941288, 30.1980351 ], [ 119.8939557, 30.1978922 ] ], [ [ 119.8939557, 30.1978922 ], [ 119.8934836, 30.1974978 ] ], [ [ 119.8934836, 30.1974978 ], [ 119.8933655, 30.1974706 ] ], [ [ 119.8933655, 30.1974706 ], [ 119.8932868, 30.1975386 ] ], [ [ 119.8932868, 30.1975386 ], [ 119.8933104, 30.1977154 ] ], [ [ 119.8933104, 30.1977154 ], [ 119.8932868, 30.197797 ] ], [ [ 119.8932868, 30.197797 ], [ 119.8932003, 30.1978718 ] ], [ [ 119.8932003, 30.1978718 ], [ 119.8930822, 30.1978446 ] ], [ [ 119.8930822, 30.1978446 ], [ 119.8930822, 30.1977426 ] ], [ [ 119.8930822, 30.1977426 ], [ 119.8931216, 30.1973822 ] ], [ [ 119.8931216, 30.1973822 ], [ 119.8931767, 30.1969333 ] ], [ [ 119.8931767, 30.1969333 ], [ 119.8931845, 30.1963552 ] ], [ [ 119.8931845, 30.1963552 ], [ 119.8931373, 30.1961512 ] ], [ [ 119.8931373, 30.1961512 ], [ 119.8930114, 30.1955935 ] ], [ [ 119.8930114, 30.1955935 ], [ 119.8929091, 30.1953962 ] ], [ [ 119.8929091, 30.1953962 ], [ 119.892700527262406, 30.19516916602198 ] ], [ [ 119.9077916, 30.2306655 ], [ 119.9078288, 30.2305476 ] ], [ [ 119.9078288, 30.2305476 ], [ 119.9083249, 30.2302368 ] ], [ [ 119.9083249, 30.2302368 ], [ 119.908635, 30.2299796 ] ], [ [ 119.908635, 30.2299796 ], [ 119.9088211, 30.2296902 ] ], [ [ 119.9088211, 30.2296902 ], [ 119.9089203, 30.2291115 ] ], [ [ 119.9089203, 30.2291115 ], [ 119.9089079, 30.2288328 ] ], [ [ 119.9089079, 30.2288328 ], [ 119.9087963, 30.2285006 ] ], [ [ 119.9087963, 30.2285006 ], [ 119.9087343, 30.2282005 ] ], [ [ 119.9087343, 30.2282005 ], [ 119.9087467, 30.2279433 ] ], [ [ 119.9087467, 30.2279433 ], [ 119.9088335, 30.2276968 ] ], [ [ 119.9088335, 30.2276968 ], [ 119.9087963, 30.2274717 ] ], [ [ 119.9087963, 30.2274717 ], [ 119.9086847, 30.2271716 ] ], [ [ 119.9086847, 30.2271716 ], [ 119.9086847, 30.2269513 ] ], [ [ 119.9086847, 30.2269513 ], [ 119.9086847, 30.2268394 ] ], [ [ 119.9086847, 30.2268394 ], [ 119.9086876, 30.2266542 ] ], [ [ 119.9086876, 30.2266542 ], [ 119.9086793, 30.2265781 ] ], [ [ 119.9086793, 30.2265781 ], [ 119.9082678, 30.22645 ] ], [ [ 119.9082678, 30.22645 ], [ 119.9081214, 30.2264046 ] ], [ [ 119.9081214, 30.2264046 ], [ 119.9072086, 30.2261213 ] ], [ [ 119.9072086, 30.2261213 ], [ 119.9067124, 30.2258855 ] ], [ [ 119.9067124, 30.2258855 ], [ 119.9063899, 30.2256497 ] ], [ [ 119.9063899, 30.2256497 ], [ 119.9058919, 30.2248348 ] ], [ [ 119.9058919, 30.2248348 ], [ 119.9058069, 30.2246958 ] ], [ [ 119.9058069, 30.2246958 ], [ 119.904951, 30.2232382 ] ], [ [ 119.904951, 30.2232382 ], [ 119.9048826, 30.2231145 ] ], [ [ 119.8683495, 30.2500995 ], [ 119.8684081, 30.2498754 ] ], [ [ 119.8684081, 30.2498754 ], [ 119.8684911, 30.2496201 ] ], [ [ 119.8684911, 30.2496201 ], [ 119.8685152, 30.2493444 ] ], [ [ 119.8685152, 30.2493444 ], [ 119.8685072, 30.2491752 ] ], [ [ 119.8685072, 30.2491752 ], [ 119.8684857, 30.2490385 ] ], [ [ 119.8684857, 30.2490385 ], [ 119.8683918, 30.2487072 ] ], [ [ 119.8683918, 30.2487072 ], [ 119.8682094, 30.2483457 ] ], [ [ 119.8682094, 30.2483457 ], [ 119.8679788, 30.2480723 ] ], [ [ 119.8679788, 30.2480723 ], [ 119.8677213, 30.2477688 ] ], [ [ 119.8677213, 30.2477688 ], [ 119.8674772, 30.2473656 ] ], [ [ 119.8674772, 30.2473656 ], [ 119.8672519, 30.2469509 ] ], [ [ 119.8672519, 30.2469509 ], [ 119.8671392, 30.2466659 ] ], [ [ 119.8671392, 30.2466659 ], [ 119.8670185, 30.2462928 ] ], [ [ 119.8670185, 30.2462928 ], [ 119.8669139, 30.2459615 ] ], [ [ 119.8669139, 30.2459615 ], [ 119.866761, 30.2456023 ] ], [ [ 119.866761, 30.2456023 ], [ 119.8665894, 30.2452617 ] ], [ [ 119.8665894, 30.2452617 ], [ 119.8664016, 30.2449837 ] ], [ [ 119.8664016, 30.2449837 ], [ 119.8655299, 30.2436884 ] ], [ [ 119.8655299, 30.2436884 ], [ 119.8654065, 30.2434822 ] ], [ [ 119.8654065, 30.2434822 ], [ 119.8652456, 30.2430327 ] ], [ [ 119.8652456, 30.2430327 ], [ 119.8649854, 30.2423561 ] ], [ [ 119.8649854, 30.2423561 ], [ 119.8648218, 30.2417976 ] ], [ [ 119.8648218, 30.2417976 ], [ 119.8646636, 30.2412531 ] ], [ [ 119.8646636, 30.2412531 ], [ 119.8646421, 30.241026 ] ], [ [ 119.8646421, 30.241026 ], [ 119.8647092, 30.2406506 ] ], [ [ 119.8647092, 30.2406506 ], [ 119.8647521, 30.2404722 ] ], [ [ 119.8900101, 30.2474508 ], [ 119.8890212, 30.2482931 ] ], [ [ 119.8890212, 30.2482931 ], [ 119.8889504, 30.2483608 ] ], [ [ 119.8889504, 30.2483608 ], [ 119.8882411, 30.2490391 ] ], [ [ 119.8882411, 30.2490391 ], [ 119.8881994, 30.2492075 ] ], [ [ 119.8881994, 30.2492075 ], [ 119.8882046, 30.2493043 ] ], [ [ 119.8882046, 30.2493043 ], [ 119.8882204, 30.2495966 ] ], [ [ 119.8882204, 30.2495966 ], [ 119.8882312, 30.2497972 ] ], [ [ 119.8682551, 30.2504623 ], [ 119.8683495, 30.2500995 ] ], [ [ 119.9156444, 30.2404763 ], [ 119.9152492, 30.2392322 ] ], [ [ 119.9152492, 30.2392322 ], [ 119.9149428, 30.238799 ] ], [ [ 119.9149428, 30.238799 ], [ 119.9141767, 30.2379205 ] ], [ [ 119.9141767, 30.2379205 ], [ 119.913994, 30.2377176 ] ], [ [ 119.913994, 30.2377176 ], [ 119.9130624, 30.2366931 ] ], [ [ 119.9130624, 30.2366931 ], [ 119.9117392, 30.2350444 ] ], [ [ 119.9117392, 30.2350444 ], [ 119.9109742, 30.2339869 ] ], [ [ 119.9109742, 30.2339869 ], [ 119.910847, 30.2338111 ] ], [ [ 119.910847, 30.2338111 ], [ 119.910207, 30.2329264 ] ], [ [ 119.910207, 30.2329264 ], [ 119.9100979, 30.232793 ] ], [ [ 119.9100979, 30.232793 ], [ 119.9100398, 30.2327218 ] ], [ [ 119.9100398, 30.2327218 ], [ 119.909803, 30.2325052 ] ], [ [ 119.909803, 30.2325052 ], [ 119.9094966, 30.2322525 ] ], [ [ 119.9094966, 30.2322525 ], [ 119.9091484, 30.2320118 ] ], [ [ 119.9091484, 30.2320118 ], [ 119.9086609, 30.2314943 ] ], [ [ 119.9086609, 30.2314943 ], [ 119.9084452, 30.2312886 ] ], [ [ 119.9084452, 30.2312886 ], [ 119.9082532, 30.2311056 ] ], [ [ 119.9082532, 30.2311056 ], [ 119.9077916, 30.2306655 ] ], [ [ 119.9156444, 30.2404763 ], [ 119.915861, 30.2404607 ], [ 119.9162144, 30.2404957 ], [ 119.9175425, 30.2406276 ], [ 119.9206807, 30.2409092 ], [ 119.921266, 30.2409641 ], [ 119.9223594, 30.2410666 ], [ 119.9241238, 30.2412828 ] ], [ [ 119.924106, 30.2413728 ], [ 119.9240191, 30.2413713 ], [ 119.9239905, 30.2413683 ], [ 119.9239706, 30.2413663 ], [ 119.9239508, 30.2413643 ], [ 119.9236774, 30.2413365 ], [ 119.9235283, 30.2413204 ], [ 119.9231884, 30.2412836 ], [ 119.922849, 30.241233 ], [ 119.9206654, 30.2410318 ], [ 119.9200382, 30.2409741 ], [ 119.9175256, 30.2407427 ], [ 119.916383, 30.2406101 ], [ 119.9158457, 30.2405626 ], [ 119.9156444, 30.2404763 ] ], [ [ 119.9156444, 30.2404763 ], [ 119.9141079, 30.2403214 ] ], [ [ 119.9141079, 30.2403214 ], [ 119.913712, 30.2402811 ] ], [ [ 119.913712, 30.2402811 ], [ 119.9124356, 30.2401347 ] ], [ [ 119.9124356, 30.2401347 ], [ 119.9123404, 30.240145 ] ], [ [ 119.9123404, 30.240145 ], [ 119.9121013, 30.2401708 ] ], [ [ 119.9121013, 30.2401708 ], [ 119.9117113, 30.2402671 ] ], [ [ 119.9117113, 30.2402671 ], [ 119.9113074, 30.2404717 ] ], [ [ 119.9113074, 30.2404717 ], [ 119.9103881, 30.2410974 ] ], [ [ 119.9103881, 30.2410974 ], [ 119.9094938, 30.2415947 ] ], [ [ 119.9094938, 30.2415947 ], [ 119.9093648, 30.2416664 ] ], [ [ 119.9093648, 30.2416664 ], [ 119.9091762, 30.2417713 ] ], [ [ 119.9091762, 30.2417713 ], [ 119.908633, 30.2420601 ] ], [ [ 119.908633, 30.2420601 ], [ 119.9080202, 30.2422285 ] ], [ [ 119.9080202, 30.2422285 ], [ 119.9074769, 30.2423489 ] ], [ [ 119.9074769, 30.2423489 ], [ 119.9069948, 30.2424303 ] ], [ [ 119.9069948, 30.2424303 ], [ 119.9061597, 30.2425713 ] ], [ [ 119.9061597, 30.2425713 ], [ 119.9058767, 30.2426191 ] ], [ [ 119.9058767, 30.2426191 ], [ 119.9056244, 30.2426617 ] ], [ [ 119.9056244, 30.2426617 ], [ 119.9052613, 30.2427341 ] ], [ [ 119.9052613, 30.2427341 ], [ 119.9048762, 30.2428109 ] ], [ [ 119.9048762, 30.2428109 ], [ 119.904719, 30.2428422 ] ], [ [ 119.904719, 30.2428422 ], [ 119.9044946, 30.2429224 ] ], [ [ 119.9044946, 30.2429224 ], [ 119.9043151, 30.2429866 ] ], [ [ 119.9043151, 30.2429866 ], [ 119.9040783, 30.243107 ] ], [ [ 119.9040783, 30.243107 ], [ 119.9037997, 30.2433356 ] ], [ [ 119.9037997, 30.2433356 ], [ 119.9034933, 30.2437447 ] ], [ [ 119.9034933, 30.2437447 ], [ 119.9034295, 30.2438462 ] ], [ [ 119.9034295, 30.2438462 ], [ 119.9025322, 30.2452729 ] ], [ [ 119.9025322, 30.2452729 ], [ 119.9024638, 30.245346 ] ], [ [ 119.9024638, 30.245346 ], [ 119.9022397, 30.2455857 ] ], [ [ 119.9022397, 30.2455857 ], [ 119.9021481, 30.2456504 ] ], [ [ 119.9021481, 30.2456504 ], [ 119.9019332, 30.2458023 ] ], [ [ 119.9019332, 30.2458023 ], [ 119.9014457, 30.2460189 ] ], [ [ 119.9014457, 30.2460189 ], [ 119.9001566, 30.2464409 ] ], [ [ 119.9001566, 30.2464409 ], [ 119.8994429, 30.2466746 ] ], [ [ 119.8994429, 30.2466746 ], [ 119.8991142, 30.2467822 ] ], [ [ 119.8991142, 30.2467822 ], [ 119.8987702, 30.2468948 ] ], [ [ 119.8987702, 30.2468948 ], [ 119.8986487, 30.2469346 ] ], [ [ 119.8986487, 30.2469346 ], [ 119.897476, 30.2473185 ] ], [ [ 119.897476, 30.2473185 ], [ 119.8969746, 30.2473545 ] ], [ [ 119.8969746, 30.2473545 ], [ 119.8944813, 30.2472703 ] ], [ [ 119.8944813, 30.2472703 ], [ 119.8943047, 30.2472589 ] ], [ [ 119.8943047, 30.2472589 ], [ 119.8941191, 30.2472102 ] ], [ [ 119.8941191, 30.2472102 ], [ 119.8925332, 30.2471732 ] ], [ [ 119.8925332, 30.2471732 ], [ 119.8924158, 30.2471705 ] ], [ [ 119.8924158, 30.2471705 ], [ 119.8917254, 30.2471543 ] ], [ [ 119.8917254, 30.2471543 ], [ 119.8911967, 30.247142 ] ], [ [ 119.8911967, 30.247142 ], [ 119.8910269, 30.247138 ] ], [ [ 119.8910269, 30.247138 ], [ 119.8908777, 30.2471487 ] ], [ [ 119.8908777, 30.2471487 ], [ 119.8906926, 30.247162 ] ], [ [ 119.8906926, 30.247162 ], [ 119.8903583, 30.2472463 ] ], [ [ 119.8903583, 30.2472463 ], [ 119.8900101, 30.2474508 ] ], [ [ 120.0681972, 30.1156516 ], [ 120.0684612, 30.1155794 ], [ 120.0718975, 30.1152921 ], [ 120.0753088, 30.1150048 ], [ 120.077948, 30.1147917 ], [ 120.0782489, 30.1147674 ], [ 120.0785154, 30.1147459 ] ], [ [ 120.0785209, 30.1148621 ], [ 120.0782616, 30.1148822 ], [ 120.0779606, 30.1149055 ], [ 120.0753214, 30.1151098 ], [ 120.0718952, 30.1153991 ], [ 120.0684902, 30.1156877 ], [ 120.0681972, 30.1156516 ] ], [ [ 120.0782106, 30.1112628 ], [ 120.0783207, 30.1115533 ], [ 120.0786531, 30.1147375 ] ], [ [ 120.0785154, 30.1147459 ], [ 120.0781734, 30.1115359 ], [ 120.0782106, 30.1112628 ] ], [ [ 120.0823515, 30.114425 ], [ 120.0829756, 30.1143716 ], [ 120.085393, 30.1141616 ], [ 120.0860777, 30.1141074 ] ], [ [ 120.0860884, 30.1142137 ], [ 120.0853887, 30.1142678 ], [ 120.0829646, 30.1144786 ], [ 120.0823627, 30.1145269 ] ], [ [ 120.1367703, 29.8942126 ], [ 120.1374527, 29.8939615 ] ], [ [ 120.1374527, 29.8939615 ], [ 120.1377731, 29.8938333 ] ], [ [ 120.1377731, 29.8938333 ], [ 120.1381121, 29.8935822 ] ], [ [ 120.1381121, 29.8935822 ], [ 120.1383647, 29.8932617 ] ], [ [ 120.1383647, 29.8932617 ], [ 120.1385434, 29.8929091 ] ], [ [ 120.1385434, 29.8929091 ], [ 120.138642, 29.8925992 ] ], [ [ 120.138642, 29.8925992 ], [ 120.1386358, 29.892252 ] ], [ [ 120.1386358, 29.892252 ], [ 120.1385619, 29.8919474 ] ], [ [ 120.1385619, 29.8919474 ], [ 120.1382908, 29.8912217 ] ], [ [ 120.1382908, 29.8912217 ], [ 120.1376437, 29.8894899 ] ], [ [ 120.1376437, 29.8894899 ], [ 120.1368418, 29.8872388 ] ], [ [ 120.1366821, 29.8925487 ], [ 120.1367909, 29.8927643 ], [ 120.1368231, 29.8930783 ], [ 120.1367855, 29.8936015 ], [ 120.1367703, 29.8942126 ] ], [ [ 120.1366546, 29.8942552 ], [ 120.1366787, 29.8931569 ], [ 120.1366821, 29.8925487 ] ], [ [ 120.1366546, 29.8942552 ], [ 120.1367703, 29.8942126 ] ], [ [ 120.1367703, 29.8942126 ], [ 120.136637, 29.8970272 ] ], [ [ 120.1364932, 29.8970571 ], [ 120.1365938, 29.8958796 ], [ 120.1365945, 29.8949629 ], [ 120.1366446, 29.8945611 ], [ 120.1366546, 29.8942552 ] ], [ [ 120.136637, 29.8970272 ], [ 120.136469, 29.8990426 ], [ 120.1362942, 29.9007808 ], [ 120.1362472, 29.9012594 ], [ 120.1362383, 29.9013492 ], [ 120.136131, 29.9040345 ], [ 120.1361128, 29.904416 ], [ 120.1361036, 29.9046098 ], [ 120.1360989, 29.9048604 ] ], [ [ 120.1359725, 29.9048509 ], [ 120.1359743, 29.9046196 ], [ 120.1359784, 29.9045371 ], [ 120.1360035, 29.9040338 ], [ 120.1360189, 29.9037254 ], [ 120.1360871, 29.9023495 ], [ 120.1361076, 29.9016316 ], [ 120.1361581, 29.9010149 ], [ 120.1361783, 29.9007683 ], [ 120.1362644, 29.8999549 ], [ 120.1363853, 29.898963 ], [ 120.1364295, 29.8978798 ], [ 120.1364932, 29.8970571 ] ], [ [ 120.1321807, 29.912437 ], [ 120.1324325, 29.9120091 ], [ 120.1324975, 29.9119053 ], [ 120.1328341, 29.9113683 ], [ 120.1330152, 29.9110794 ], [ 120.1333143, 29.910622 ], [ 120.1337043, 29.9100258 ], [ 120.1344615, 29.908868 ], [ 120.1345351, 29.9087555 ], [ 120.1349091, 29.9081995 ], [ 120.1349521, 29.908154 ], [ 120.1352148, 29.9077238 ], [ 120.1354928, 29.9072528 ], [ 120.1357356, 29.9067638 ], [ 120.1358412, 29.9064185 ], [ 120.135922, 29.9058255 ], [ 120.135969, 29.9053029 ], [ 120.1359699, 29.9051903 ], [ 120.1359725, 29.9048509 ] ], [ [ 120.1360989, 29.9048604 ], [ 120.136093, 29.9051738 ], [ 120.1360907, 29.905294 ], [ 120.1359818, 29.9062664 ], [ 120.1358947, 29.9066633 ], [ 120.1357075, 29.9070777 ], [ 120.1354591, 29.9075145 ], [ 120.135129, 29.908076 ], [ 120.1350046, 29.9082774 ], [ 120.134622, 29.9087801 ], [ 120.1344394, 29.9090744 ], [ 120.1342847, 29.9093236 ], [ 120.1339317, 29.9098727 ], [ 120.133803, 29.910073 ], [ 120.133659, 29.9102971 ], [ 120.1329927, 29.9113525 ], [ 120.1327309, 29.9117847 ], [ 120.1323012, 29.9124938 ] ], [ [ 120.1362132, 29.914168 ], [ 120.1379102, 29.9110801 ], [ 120.1379199, 29.9110635 ], [ 120.138155, 29.9106619 ], [ 120.1382148, 29.9105597 ], [ 120.1382338, 29.9105272 ], [ 120.1392409, 29.908788 ], [ 120.1394075, 29.9084197 ], [ 120.1395703, 29.907779 ], [ 120.1396107, 29.9073009 ], [ 120.1396269, 29.9067564 ], [ 120.1395596, 29.906081 ], [ 120.1394106, 29.9054423 ], [ 120.1391659, 29.9049155 ] ], [ [ 120.139274, 29.9049306 ], [ 120.1394262, 29.905243 ], [ 120.1395561, 29.9056551 ], [ 120.1396737, 29.9062318 ], [ 120.1397113, 29.9068957 ], [ 120.1396862, 29.9074917 ], [ 120.1396191, 29.9079735 ], [ 120.1394228, 29.9086203 ], [ 120.1390518, 29.9092987 ], [ 120.1383218, 29.9106094 ], [ 120.138259, 29.9107222 ], [ 120.1380331, 29.9111278 ], [ 120.1380192, 29.9111526 ], [ 120.1363073, 29.9142082 ] ], [ [ 120.1315715, 29.9120552 ], [ 120.1320023, 29.9123707 ] ], [ [ 120.1320023, 29.9123707 ], [ 120.1321807, 29.912437 ] ], [ [ 120.1321256, 29.9125307 ], [ 120.1320023, 29.9123707 ] ], [ [ 120.1321807, 29.912437 ], [ 120.1323012, 29.9124938 ] ], [ [ 120.1321256, 29.9125307 ], [ 120.1321807, 29.912437 ] ], [ [ 120.1323012, 29.9124938 ], [ 120.132225, 29.9126307 ] ], [ [ 120.132225, 29.9126307 ], [ 120.1321256, 29.9125307 ] ], [ [ 120.1323012, 29.9124938 ], [ 120.1352767, 29.9137672 ], [ 120.1362132, 29.914168 ] ], [ [ 120.1361563, 29.9142705 ], [ 120.1354214, 29.9139731 ], [ 120.1323181, 29.9127175 ], [ 120.132225, 29.9126307 ] ], [ [ 120.1362132, 29.914168 ], [ 120.1363073, 29.9142082 ] ], [ [ 120.1361563, 29.9142705 ], [ 120.1362132, 29.914168 ] ], [ [ 120.1363073, 29.9142082 ], [ 120.1362479, 29.9143075 ] ], [ [ 120.1362479, 29.9143075 ], [ 120.1361563, 29.9142705 ] ], [ [ 120.1363073, 29.9142082 ], [ 120.1414935, 29.9164276 ], [ 120.1420287, 29.9166647 ], [ 120.1448781, 29.9179271 ], [ 120.1452106, 29.9180805 ], [ 120.1470227, 29.9189162 ], [ 120.1478121, 29.9192803 ], [ 120.1483736, 29.9195214 ], [ 120.1488568, 29.9197222 ], [ 120.1489815, 29.9197361 ], [ 120.1491721, 29.9197151 ] ], [ [ 120.1491818, 29.9197688 ], [ 120.1490566, 29.9197884 ], [ 120.1488861, 29.9197826 ], [ 120.1486777, 29.9197158 ], [ 120.1482028, 29.9195324 ], [ 120.1477719, 29.9193483 ], [ 120.1470681, 29.9190228 ], [ 120.1462076, 29.9186248 ], [ 120.1450345, 29.9180822 ], [ 120.1448481, 29.917996 ], [ 120.1420344, 29.9167798 ], [ 120.1414409, 29.916521 ], [ 120.1410071, 29.9163319 ], [ 120.1400553, 29.9159169 ], [ 120.1380276, 29.9150276 ], [ 120.1362479, 29.9143075 ] ], [ [ 120.1353724, 29.9156358 ], [ 120.1361563, 29.9142705 ] ], [ [ 120.1362479, 29.9143075 ], [ 120.1354775, 29.9156894 ] ], [ [ 120.1567109, 30.0101361 ], [ 120.156707, 30.0103735 ] ], [ [ 120.156707, 30.0103735 ], [ 120.1568715, 30.0102099 ] ], [ [ 120.1568715, 30.0102099 ], [ 120.15722, 30.01018 ] ], [ [ 120.156707, 30.0103735 ], [ 120.1567002, 30.0107958 ] ], [ [ 120.1567002, 30.0107958 ], [ 120.1566519, 30.0112045 ] ], [ [ 120.1566519, 30.0112045 ], [ 120.1565071, 30.0115483 ] ], [ [ 120.1565071, 30.0115483 ], [ 120.1562764, 30.0117945 ] ], [ [ 120.1562764, 30.0117945 ], [ 120.155048, 30.0127328 ] ], [ [ 120.155048, 30.0127328 ], [ 120.1547851, 30.0129697 ] ], [ [ 120.1547851, 30.0129697 ], [ 120.1539439, 30.0141589 ] ], [ [ 120.1539439, 30.0141589 ], [ 120.1538775, 30.0142528 ] ], [ [ 120.1538775, 30.0142528 ], [ 120.1536318, 30.0146001 ] ], [ [ 120.1536318, 30.0146001 ], [ 120.1535759, 30.0147379 ] ], [ [ 120.1535759, 30.0147379 ], [ 120.1534923, 30.0149439 ] ], [ [ 120.1534923, 30.0149439 ], [ 120.1534646, 30.0151522 ] ], [ [ 120.1534646, 30.0151522 ], [ 120.1534225, 30.0154687 ] ], [ [ 120.1534225, 30.0154687 ], [ 120.1533313, 30.0156638 ] ], [ [ 120.1533313, 30.0156638 ], [ 120.15309, 30.0158589 ] ], [ [ 120.15309, 30.0158589 ], [ 120.1521834, 30.0164628 ] ], [ [ 120.1521834, 30.0164628 ], [ 120.1519634, 30.0167113 ] ], [ [ 120.1519634, 30.0167113 ], [ 120.1518166, 30.017151 ] ], [ [ 120.1518166, 30.017151 ], [ 120.1517683, 30.0174251 ] ], [ [ 120.1517683, 30.0174251 ], [ 120.1516419, 30.017891 ] ], [ [ 120.1516419, 30.017891 ], [ 120.1516101, 30.0180083 ] ], [ [ 120.1516101, 30.0180083 ], [ 120.1515806, 30.0181171 ] ], [ [ 120.1515806, 30.0181171 ], [ 120.1515055, 30.0183542 ] ], [ [ 120.1515055, 30.0183542 ], [ 120.1514699, 30.0186157 ] ], [ [ 120.1514699, 30.0186157 ], [ 120.1515913, 30.0190972 ] ], [ [ 120.1515913, 30.0190972 ], [ 120.1516932, 30.0192785 ] ], [ [ 120.1516932, 30.0192785 ], [ 120.1521277, 30.0197475 ] ], [ [ 120.1521277, 30.0197475 ], [ 120.1540073, 30.0212493 ] ], [ [ 120.1540073, 30.0212493 ], [ 120.1547905, 30.021946 ] ], [ [ 120.1547905, 30.021946 ], [ 120.1557775, 30.0231072 ] ], [ [ 120.1557775, 30.0231072 ], [ 120.1568719, 30.0245377 ] ], [ [ 120.1568719, 30.0245377 ], [ 120.1570334, 30.0247964 ] ], [ [ 120.1570334, 30.0247964 ], [ 120.1571568, 30.024994 ] ], [ [ 120.1571568, 30.024994 ], [ 120.157478, 30.0255084 ] ], [ [ 120.157478, 30.0255084 ], [ 120.1585141, 30.0268724 ] ], [ [ 120.1585141, 30.0268724 ], [ 120.1588386, 30.0272997 ] ], [ [ 120.1588386, 30.0272997 ], [ 120.1589952, 30.0275182 ] ], [ [ 120.1589952, 30.0275182 ], [ 120.1590562, 30.0276034 ] ], [ [ 120.1590562, 30.0276034 ], [ 120.1592153, 30.0278255 ] ], [ [ 120.1592153, 30.0278255 ], [ 120.1592564, 30.0278829 ] ], [ [ 120.1592564, 30.0278829 ], [ 120.1598203, 30.0286699 ] ], [ [ 120.1598203, 30.0286699 ], [ 120.1600885, 30.0290508 ] ], [ [ 120.1600885, 30.0290508 ], [ 120.1601805, 30.0291755 ] ], [ [ 120.1601805, 30.0291755 ], [ 120.1602539, 30.0292749 ] ], [ [ 120.1602539, 30.0292749 ], [ 120.1609147, 30.0301702 ] ], [ [ 120.1609147, 30.0301702 ], [ 120.1612967, 30.0306716 ] ], [ [ 120.1612967, 30.0306716 ], [ 120.1615906, 30.0310573 ] ], [ [ 120.1615906, 30.0310573 ], [ 120.1619339, 30.031563 ] ], [ [ 120.1619339, 30.031563 ], [ 120.162068, 30.0318788 ] ], [ [ 120.162068, 30.0318788 ], [ 120.1620841, 30.0320553 ] ], [ [ 120.1620841, 30.0320553 ], [ 120.1619681, 30.0334734 ] ], [ [ 120.1619681, 30.0334734 ], [ 120.1619734, 30.0337289 ] ], [ [ 120.1619734, 30.0337289 ], [ 120.162129, 30.0341004 ] ], [ [ 120.162129, 30.0341004 ], [ 120.1623221, 30.0343373 ] ], [ [ 120.1623221, 30.0343373 ], [ 120.1626614, 30.0346229 ] ], [ [ 120.1496998, 30.0750086 ], [ 120.1559224, 30.0752938 ] ], [ [ 120.1061143, 30.1125502 ], [ 120.1050401, 30.1126468 ] ], [ [ 120.1050401, 30.1126468 ], [ 120.1049506, 30.1126584 ] ], [ [ 120.0960916, 30.1132659 ], [ 120.0974719, 30.1131479 ], [ 120.1000812, 30.1129533 ], [ 120.1042039, 30.1126195 ], [ 120.1061042, 30.1124584 ] ], [ [ 120.1049506, 30.1126584 ], [ 120.1042269, 30.1127328 ], [ 120.1000968, 30.1130623 ], [ 120.0992752, 30.1131255 ] ], [ [ 120.0992752, 30.1131255 ], [ 120.0991857, 30.1131315 ] ], [ [ 120.1050401, 30.1126468 ], [ 120.1051032, 30.1132747 ], [ 120.1051346, 30.1136314 ], [ 120.1051346, 30.1139064 ] ], [ [ 120.1176349, 30.1154701 ], [ 120.1174232, 30.1148158 ], [ 120.117102, 30.1142215 ], [ 120.1167443, 30.1137573 ], [ 120.116219, 30.1132649 ], [ 120.1156154, 30.1128491 ], [ 120.1152308, 30.1126237 ], [ 120.1149049, 30.1124886 ], [ 120.1145892, 30.1123638 ], [ 120.1141021, 30.1122116 ], [ 120.1136669, 30.1121047 ], [ 120.1131911, 30.1120376 ], [ 120.112543, 30.1120122 ], [ 120.1118702, 30.1120534 ], [ 120.1067971, 30.1124704 ], [ 120.1061143, 30.1125502 ] ], [ [ 120.0991857, 30.1131315 ], [ 120.0974846, 30.1132571 ], [ 120.0961044, 30.1133745 ] ], [ [ 120.0898257, 30.1138073 ], [ 120.0902069, 30.1137765 ], [ 120.0929108, 30.1135377 ], [ 120.0929367, 30.1135355 ], [ 120.0930301, 30.1135275 ], [ 120.0960916, 30.1132659 ] ], [ [ 120.0961044, 30.1133745 ], [ 120.0930414, 30.1136351 ], [ 120.0929481, 30.1136431 ], [ 120.092917, 30.1136457 ], [ 120.0903292, 30.1138634 ], [ 120.0898349, 30.113906 ] ], [ [ 120.1180972, 30.1171796 ], [ 120.118033, 30.1167992 ], [ 120.1176997, 30.1156704 ], [ 120.1176349, 30.1154701 ] ], [ [ 120.1061042, 30.1124584 ], [ 120.1068254, 30.1123793 ], [ 120.111265, 30.1120143 ], [ 120.1115534, 30.1119906 ], [ 120.1122846, 30.1119345 ], [ 120.112741, 30.1119253 ], [ 120.1132596, 30.1119667 ], [ 120.1138294, 30.112057 ], [ 120.1143284, 30.1121778 ], [ 120.1148947, 30.1123676 ], [ 120.1151928, 30.1124947 ], [ 120.1154591, 30.1126494 ], [ 120.1158946, 30.1129141 ], [ 120.1162962, 30.1132432 ], [ 120.116636, 30.1134974 ], [ 120.1169297, 30.1138311 ], [ 120.1171775, 30.1141709 ], [ 120.1173721, 30.1145077 ], [ 120.1175066, 30.1148138 ], [ 120.1176588, 30.1152118 ], [ 120.1178535, 30.1158731 ], [ 120.1181224, 30.1168038 ], [ 120.1181942, 30.1171946 ], [ 120.1182534, 30.1175171 ], [ 120.1183171, 30.1181508 ], [ 120.1184784, 30.1195814 ], [ 120.1185401, 30.1201284 ], [ 120.1186991, 30.1217472 ], [ 120.1187071, 30.1218277 ], [ 120.1187262, 30.1220226 ] ], [ [ 120.1050293, 30.113906 ], [ 120.1050464, 30.1135825 ], [ 120.105001, 30.1130838 ], [ 120.1049506, 30.1126584 ] ], [ [ 120.0992752, 30.1131255 ], [ 120.0993278, 30.1136435 ], [ 120.0993662, 30.1138943 ], [ 120.0994116, 30.1140817 ], [ 120.0995234, 30.1143537 ] ], [ [ 120.0994221, 30.1143809 ], [ 120.0993347, 30.1141603 ], [ 120.0992684, 30.1139034 ], [ 120.0992334, 30.1136374 ], [ 120.0991857, 30.1131315 ] ], [ [ 120.1038043, 30.1232194 ], [ 120.105675, 30.1230339 ], [ 120.1064687, 30.1229732 ] ], [ [ 120.1008673, 30.1234545 ], [ 120.1018571, 30.1233753 ] ], [ [ 120.1018571, 30.1233753 ], [ 120.1029587, 30.1232871 ] ], [ [ 120.1029587, 30.1232871 ], [ 120.1038043, 30.1232194 ] ], [ [ 120.1185813, 30.1220342 ], [ 120.1183298, 30.1189549 ], [ 120.1181672, 30.117594 ], [ 120.1180972, 30.1171796 ] ], [ [ 120.1187262, 30.1220226 ], [ 120.1232352, 30.1216318 ] ], [ [ 120.1233557, 30.1217115 ], [ 120.1232457, 30.1217212 ], [ 120.1222621, 30.1218079 ], [ 120.1218178, 30.121847 ], [ 120.1187338, 30.1221122 ] ], [ [ 120.1185813, 30.1220342 ], [ 120.1187262, 30.1220226 ] ], [ [ 120.1667649, 29.9364869 ], [ 120.1669935, 29.9364285 ] ], [ [ 120.1670316, 29.9365645 ], [ 120.1668051, 29.9366135 ] ], [ [ 120.1668051, 29.9366135 ], [ 120.1662863, 29.9367761 ], [ 120.1655483, 29.9371124 ], [ 120.1647943, 29.9375239 ], [ 120.1641929, 29.9379625 ], [ 120.1637338, 29.9384929 ], [ 120.1636166, 29.938644 ], [ 120.1630336, 29.9394131 ] ], [ [ 120.1627079, 29.9396117 ], [ 120.1629506, 29.9393229 ], [ 120.1634768, 29.9385811 ], [ 120.1636144, 29.9384225 ], [ 120.1639263, 29.9380627 ], [ 120.1642373, 29.9377708 ], [ 120.1648402, 29.9373512 ], [ 120.1657813, 29.9369164 ], [ 120.1665522, 29.9365633 ], [ 120.1667649, 29.9364869 ] ], [ [ 120.1630336, 29.9394131 ], [ 120.1629544, 29.9395123 ], [ 120.1628666, 29.9396591 ] ], [ [ 120.1630336, 29.9394131 ], [ 120.1630203, 29.9395597 ], [ 120.1630305, 29.9397152 ] ], [ [ 120.1626437, 29.9396882 ], [ 120.1627079, 29.9396117 ] ], [ [ 120.1628666, 29.9396591 ], [ 120.16281, 29.9397537 ] ], [ [ 120.1724773, 30.0134169 ], [ 120.1725378, 30.0134107 ] ], [ [ 120.1725378, 30.0134107 ], [ 120.17274, 30.01339 ] ], [ [ 120.17274, 30.01339 ], [ 120.17287, 30.01339 ] ], [ [ 120.17287, 30.01339 ], [ 120.17342, 30.01342 ] ], [ [ 120.17342, 30.01342 ], [ 120.17357, 30.01343 ] ], [ [ 120.17357, 30.01343 ], [ 120.17372, 30.01343 ] ], [ [ 120.17372, 30.01343 ], [ 120.1743, 30.01338 ] ], [ [ 120.1743, 30.01338 ], [ 120.17445, 30.01336 ] ], [ [ 120.17445, 30.01336 ], [ 120.17498, 30.01325 ] ], [ [ 120.17498, 30.01325 ], [ 120.17511, 30.01321 ] ], [ [ 120.17511, 30.01321 ], [ 120.17558, 30.01302 ] ], [ [ 120.17558, 30.01302 ], [ 120.17569, 30.01296 ] ], [ [ 120.17569, 30.01296 ], [ 120.1757969, 30.0129025 ] ], [ [ 120.1757969, 30.0129025 ], [ 120.17621, 30.01268 ] ], [ [ 120.17621, 30.01268 ], [ 120.17631, 30.01262 ] ], [ [ 120.17631, 30.01262 ], [ 120.17676, 30.0123 ] ], [ [ 120.17676, 30.0123 ], [ 120.17684, 30.01223 ] ], [ [ 120.17684, 30.01223 ], [ 120.1769902, 30.0120761 ] ], [ [ 120.1769902, 30.0120761 ], [ 120.1770939, 30.0119698 ] ], [ [ 120.1770939, 30.0119698 ], [ 120.17724, 30.01182 ] ], [ [ 120.17724, 30.01182 ], [ 120.17732, 30.01173 ] ], [ [ 120.17732, 30.01173 ], [ 120.1773783, 30.0116766 ] ], [ [ 120.1773783, 30.0116766 ], [ 120.177607, 30.0114669 ] ], [ [ 120.177607, 30.0114669 ], [ 120.17768, 30.0114 ] ], [ [ 120.17768, 30.0114 ], [ 120.178, 30.01122 ] ], [ [ 120.178, 30.01122 ], [ 120.17812, 30.01117 ] ], [ [ 120.17812, 30.01117 ], [ 120.17825, 30.01113 ] ], [ [ 120.17825, 30.01113 ], [ 120.1784765, 30.0111001 ] ], [ [ 120.1784765, 30.0111001 ], [ 120.17878, 30.01106 ] ], [ [ 120.17878, 30.01106 ], [ 120.17891, 30.01105 ] ], [ [ 120.17891, 30.01105 ], [ 120.1795, 30.01098 ] ], [ [ 120.1795, 30.01098 ], [ 120.17979, 30.0109 ] ], [ [ 120.17979, 30.0109 ], [ 120.17988, 30.01087 ] ], [ [ 120.17988, 30.01087 ], [ 120.1802608, 30.0106407 ] ], [ [ 120.1802608, 30.0106407 ], [ 120.1803408, 30.0106107 ] ], [ [ 120.1803408, 30.0106107 ], [ 120.1805342, 30.0105214 ] ], [ [ 120.1805342, 30.0105214 ], [ 120.180931, 30.0103163 ] ], [ [ 120.1724773, 30.0134169 ], [ 120.17235, 30.01343 ] ], [ [ 120.17235, 30.01343 ], [ 120.1719643, 30.0134943 ] ], [ [ 120.1719643, 30.0134943 ], [ 120.17175, 30.01353 ] ], [ [ 120.17175, 30.01353 ], [ 120.17164, 30.01353 ] ], [ [ 120.17164, 30.01353 ], [ 120.171439, 30.0135102 ] ], [ [ 120.171439, 30.0135102 ], [ 120.17103, 30.01347 ] ], [ [ 120.17103, 30.01347 ], [ 120.17091, 30.01347 ] ], [ [ 120.17091, 30.01347 ], [ 120.17038, 30.0135 ] ], [ [ 120.17038, 30.0135 ], [ 120.17025, 30.01352 ] ], [ [ 120.17025, 30.01352 ], [ 120.16968, 30.01361 ] ], [ [ 120.16968, 30.01361 ], [ 120.16953, 30.01363 ] ], [ [ 120.16953, 30.01363 ], [ 120.16894, 30.01369 ] ], [ [ 120.16894, 30.01369 ], [ 120.16879, 30.0137 ] ], [ [ 120.16879, 30.0137 ], [ 120.1687134, 30.0136893 ] ], [ [ 120.1687134, 30.0136893 ], [ 120.168334, 30.0136027 ] ], [ [ 120.168334, 30.0136027 ], [ 120.1679699, 30.0134824 ] ], [ [ 120.1679699, 30.0134824 ], [ 120.1678952, 30.0134377 ] ], [ [ 120.1678952, 30.0134377 ], [ 120.1674334, 30.0131612 ] ], [ [ 120.1674334, 30.0131612 ], [ 120.1671272, 30.0128247 ] ], [ [ 120.1671272, 30.0128247 ], [ 120.1667892, 30.0124128 ] ], [ [ 120.1667892, 30.0124128 ], [ 120.1663071, 30.0118261 ] ], [ [ 120.1663071, 30.0118261 ], [ 120.16589, 30.0114 ] ], [ [ 120.16589, 30.0114 ], [ 120.1658, 30.0113 ] ], [ [ 120.1658, 30.0113 ], [ 120.1656479, 30.0111626 ] ], [ [ 120.1656479, 30.0111626 ], [ 120.16549, 30.01102 ] ], [ [ 120.16549, 30.01102 ], [ 120.16537, 30.01094 ] ], [ [ 120.16537, 30.01094 ], [ 120.16501, 30.01075 ] ], [ [ 120.16501, 30.01075 ], [ 120.16488, 30.01071 ] ], [ [ 120.16488, 30.01071 ], [ 120.16447, 30.01064 ] ], [ [ 120.16447, 30.01064 ], [ 120.16433, 30.01062 ] ], [ [ 120.16433, 30.01062 ], [ 120.16377, 30.0106 ] ], [ [ 120.16377, 30.0106 ], [ 120.16363, 30.0106 ] ], [ [ 120.16363, 30.0106 ], [ 120.16348, 30.01061 ] ], [ [ 120.16348, 30.01061 ], [ 120.1631494, 30.010632 ] ], [ [ 120.1631494, 30.010632 ], [ 120.16288, 30.01065 ] ], [ [ 120.16288, 30.01065 ], [ 120.16273, 30.01067 ] ], [ [ 120.16273, 30.01067 ], [ 120.16216, 30.01073 ] ], [ [ 120.16216, 30.01073 ], [ 120.16202, 30.01075 ] ], [ [ 120.16202, 30.01075 ], [ 120.16145, 30.01084 ] ], [ [ 120.16145, 30.01084 ], [ 120.16131, 30.01086 ] ], [ [ 120.16131, 30.01086 ], [ 120.16076, 30.01094 ] ], [ [ 120.16076, 30.01094 ], [ 120.16062, 30.01095 ] ], [ [ 120.16062, 30.01095 ], [ 120.16008, 30.0109 ] ], [ [ 120.16008, 30.0109 ], [ 120.15994, 30.01088 ] ], [ [ 120.15994, 30.01088 ], [ 120.1595472, 30.0107894 ] ], [ [ 120.1595472, 30.0107894 ], [ 120.15942, 30.01076 ] ], [ [ 120.15942, 30.01076 ], [ 120.15929, 30.01073 ] ], [ [ 120.15929, 30.01073 ], [ 120.1592402, 30.0107177 ] ], [ [ 120.1592402, 30.0107177 ], [ 120.15868, 30.01058 ] ], [ [ 120.15868, 30.01058 ], [ 120.15856, 30.01055 ] ], [ [ 120.15856, 30.01055 ], [ 120.15799, 30.01037 ] ], [ [ 120.15799, 30.01037 ], [ 120.15788, 30.01034 ] ], [ [ 120.15788, 30.01034 ], [ 120.15722, 30.01018 ] ], [ [ 120.1626614, 30.0346229 ], [ 120.1633258, 30.0351821 ] ], [ [ 120.1633258, 30.0351821 ], [ 120.163478, 30.0353101 ] ], [ [ 120.163478, 30.0353101 ], [ 120.1640882, 30.0358237 ] ], [ [ 120.1640882, 30.0358237 ], [ 120.164159, 30.0358833 ] ], [ [ 120.164159, 30.0358833 ], [ 120.1652135, 30.0367707 ] ], [ [ 120.1652135, 30.0367707 ], [ 120.1654496, 30.0369147 ] ], [ [ 120.1654496, 30.0369147 ], [ 120.1657875, 30.0370447 ] ], [ [ 120.1657875, 30.0370447 ], [ 120.1661166, 30.0370704 ] ], [ [ 120.1661166, 30.0370704 ], [ 120.1663708, 30.0370902 ] ], [ [ 120.1663708, 30.0370902 ], [ 120.1665727, 30.037106 ] ], [ [ 120.1665727, 30.037106 ], [ 120.1683464, 30.0372444 ] ], [ [ 120.1683464, 30.0372444 ], [ 120.1690223, 30.0373048 ] ], [ [ 120.1690223, 30.0373048 ], [ 120.1695909, 30.037407 ] ], [ [ 120.1695909, 30.037407 ], [ 120.169877, 30.0375163 ] ], [ [ 120.169877, 30.0375163 ], [ 120.1701864, 30.0376345 ] ], [ [ 120.1701864, 30.0376345 ], [ 120.1705868, 30.0378519 ] ], [ [ 120.1705868, 30.0378519 ], [ 120.1720854, 30.0386655 ] ], [ [ 120.1720854, 30.0386655 ], [ 120.1727125, 30.0390113 ] ], [ [ 120.1727125, 30.0390113 ], [ 120.1728686, 30.0390974 ] ], [ [ 120.1728686, 30.0390974 ], [ 120.1729092, 30.0391439 ] ], [ [ 120.1729092, 30.0391439 ], [ 120.1732507, 30.0395353 ] ], [ [ 120.1732507, 30.0395353 ], [ 120.1736971, 30.0402379 ] ], [ [ 120.1736971, 30.0402379 ], [ 120.1740995, 30.0408712 ] ], [ [ 120.1740995, 30.0408712 ], [ 120.1741992, 30.0410281 ] ], [ [ 120.1741992, 30.0410281 ], [ 120.1742893, 30.0411699 ] ], [ [ 120.1742893, 30.0411699 ], [ 120.1744009, 30.0414151 ] ], [ [ 120.1744009, 30.0414151 ], [ 120.1744867, 30.0418535 ] ], [ [ 120.1744867, 30.0418535 ], [ 120.1745039, 30.0422993 ] ], [ [ 120.1745039, 30.0422993 ], [ 120.174418, 30.0426856 ] ], [ [ 120.174418, 30.0426856 ], [ 120.174134, 30.0433832 ] ], [ [ 120.174134, 30.0433832 ], [ 120.1740874, 30.0434976 ] ], [ [ 120.1740874, 30.0434976 ], [ 120.1739975, 30.0437184 ] ], [ [ 120.1739975, 30.0437184 ], [ 120.1730791, 30.0472847 ] ], [ [ 120.1730791, 30.0472847 ], [ 120.1722036, 30.0506725 ] ], [ [ 120.1722036, 30.0506725 ], [ 120.1718774, 30.0516532 ] ], [ [ 120.1718774, 30.0516532 ], [ 120.1710535, 30.0537408 ] ], [ [ 120.1710535, 30.0537408 ], [ 120.1709076, 30.0541865 ] ], [ [ 120.1709076, 30.0541865 ], [ 120.1708718, 30.0543828 ] ], [ [ 120.1708718, 30.0543828 ], [ 120.1708534, 30.0544839 ] ], [ [ 120.1708534, 30.0544839 ], [ 120.1708046, 30.0547512 ] ], [ [ 120.1708046, 30.0547512 ], [ 120.170796, 30.0553975 ] ], [ [ 120.170796, 30.0553975 ], [ 120.1708826, 30.0558205 ] ], [ [ 120.1708826, 30.0558205 ], [ 120.1709161, 30.0559844 ] ], [ [ 120.1709161, 30.0559844 ], [ 120.1712595, 30.0576856 ] ], [ [ 120.1712595, 30.0576856 ], [ 120.1712766, 30.0581759 ] ], [ [ 120.1712766, 30.0581759 ], [ 120.1712423, 30.0585919 ] ], [ [ 120.1712423, 30.0585919 ], [ 120.1708561, 30.0608205 ] ], [ [ 120.1708561, 30.0608205 ], [ 120.1705213, 30.0625439 ] ], [ [ 120.1768345, 30.0377314 ], [ 120.1767992, 30.0376683 ] ], [ [ 120.1767992, 30.0376683 ], [ 120.1768925, 30.0376325 ] ], [ [ 120.1768925, 30.0376325 ], [ 120.1855252, 30.0408042 ] ], [ [ 120.1855119, 30.0409346 ], [ 120.1768345, 30.0377314 ] ], [ [ 120.179585, 30.0630788 ], [ 120.1797608, 30.0629091 ] ], [ [ 120.1797608, 30.0629091 ], [ 120.1798082, 30.0628633 ] ], [ [ 120.1798082, 30.0628633 ], [ 120.1802116, 30.0626256 ] ], [ [ 120.1802116, 30.0626256 ], [ 120.1807781, 30.0623879 ] ], [ [ 120.1807781, 30.0623879 ], [ 120.1809619, 30.0623591 ] ], [ [ 120.1809619, 30.0623591 ], [ 120.1810851, 30.0623398 ] ], [ [ 120.1810851, 30.0623398 ], [ 120.1812824, 30.0623088 ] ], [ [ 120.1812824, 30.0623088 ], [ 120.1825385, 30.0621119 ] ], [ [ 120.1825385, 30.0621119 ], [ 120.183147, 30.0620165 ] ], [ [ 120.183147, 30.0620165 ], [ 120.1833913, 30.0619779 ] ], [ [ 120.1833913, 30.0619779 ], [ 120.1839452, 30.0618902 ] ], [ [ 120.1839452, 30.0618902 ], [ 120.1844259, 30.0617491 ] ], [ [ 120.1844259, 30.0617491 ], [ 120.1847349, 30.0615931 ] ], [ [ 120.1847349, 30.0615931 ], [ 120.1850353, 30.0613851 ] ], [ [ 120.1850353, 30.0613851 ], [ 120.1852499, 30.0611325 ] ], [ [ 120.1852499, 30.0611325 ], [ 120.1853872, 30.0608948 ] ], [ [ 120.1853872, 30.0608948 ], [ 120.1855074, 30.0606125 ] ], [ [ 120.1855074, 30.0606125 ], [ 120.1855589, 30.0603079 ] ], [ [ 120.1855589, 30.0603079 ], [ 120.1855674, 30.0599365 ] ], [ [ 120.179585, 30.0630788 ], [ 120.1795244, 30.0632073 ] ], [ [ 120.170178, 30.0629088 ], [ 120.170281, 30.0628188 ] ], [ [ 120.170281, 30.0628188 ], [ 120.1703668, 30.0627519 ] ], [ [ 120.1703668, 30.0627519 ], [ 120.1705213, 30.0625439 ] ], [ [ 120.1705213, 30.0625439 ], [ 120.1705557, 30.0627222 ] ], [ [ 120.1705557, 30.0627222 ], [ 120.1706415, 30.0628931 ] ], [ [ 120.1706415, 30.0628931 ], [ 120.1708217, 30.0630193 ] ], [ [ 120.1708217, 30.0630193 ], [ 120.1704526, 30.0629332 ] ], [ [ 120.1704526, 30.0629332 ], [ 120.170178, 30.0629088 ] ], [ [ 120.170178, 30.0629088 ], [ 120.1699205, 30.0629065 ] ], [ [ 120.1699205, 30.0629065 ], [ 120.1695756, 30.0629311 ] ], [ [ 120.1695756, 30.0629311 ], [ 120.1692666, 30.0630021 ] ], [ [ 120.1692666, 30.0630021 ], [ 120.1689576, 30.0630858 ] ], [ [ 120.1689576, 30.0630858 ], [ 120.168573, 30.0632571 ] ], [ [ 120.1771977, 30.0632365 ], [ 120.174961, 30.0632542 ] ], [ [ 120.174961, 30.0632542 ], [ 120.1736541, 30.0632645 ] ], [ [ 120.1736541, 30.0632645 ], [ 120.1721349, 30.0633165 ] ], [ [ 120.1721349, 30.0633165 ], [ 120.1718345, 30.0632868 ] ], [ [ 120.1718345, 30.0632868 ], [ 120.1714654, 30.0631893 ] ], [ [ 120.1714654, 30.0631893 ], [ 120.1712678, 30.0631371 ] ], [ [ 120.1712678, 30.0631371 ], [ 120.1710531, 30.0630804 ] ], [ [ 120.1710531, 30.0630804 ], [ 120.1708217, 30.0630193 ] ], [ [ 120.179585, 30.0630788 ], [ 120.1793388, 30.0631862 ] ], [ [ 120.1793388, 30.0631862 ], [ 120.179127, 30.0632673 ] ], [ [ 120.1771977, 30.0632365 ], [ 120.1774135, 30.0632348 ] ], [ [ 120.1774135, 30.0632348 ], [ 120.1782858, 30.0632294 ] ], [ [ 120.1782858, 30.0632294 ], [ 120.178526, 30.0632279 ] ], [ [ 120.178526, 30.0632279 ], [ 120.1786323, 30.0632273 ] ], [ [ 120.1786323, 30.0632273 ], [ 120.179127, 30.0632673 ] ], [ [ 120.1795244, 30.0632073 ], [ 120.1795164, 30.0635022 ], [ 120.1795679, 30.0636805 ], [ 120.1796787, 30.0639091 ] ], [ [ 120.1796787, 30.0639091 ], [ 120.1795279, 30.0637337 ] ], [ [ 120.1795279, 30.0637337 ], [ 120.179127, 30.0632673 ] ], [ [ 120.1796787, 30.0639091 ], [ 120.1801485, 30.0644778 ] ], [ [ 120.1801485, 30.0644778 ], [ 120.1803489, 30.0647204 ] ], [ [ 120.1803489, 30.0647204 ], [ 120.1818305, 30.0665993 ] ], [ [ 120.1818305, 30.0665993 ], [ 120.1822021, 30.0670706 ] ], [ [ 120.1822021, 30.0670706 ], [ 120.1824518, 30.0673872 ] ], [ [ 120.1824518, 30.0673872 ], [ 120.183044, 30.0683008 ] ], [ [ 120.183044, 30.0683008 ], [ 120.1831968, 30.0685148 ] ], [ [ 120.1831968, 30.0685148 ], [ 120.1834851, 30.0689187 ] ], [ [ 120.1834851, 30.0689187 ], [ 120.1836307, 30.0691226 ] ], [ [ 120.1836307, 30.0691226 ], [ 120.1839731, 30.0696023 ] ], [ [ 120.1839731, 30.0696023 ], [ 120.1840568, 30.0697196 ] ], [ [ 120.1840568, 30.0697196 ], [ 120.1846061, 30.0703212 ] ], [ [ 120.1846061, 30.0703212 ], [ 120.1847772, 30.0704634 ] ], [ [ 120.1847772, 30.0704634 ], [ 120.1850439, 30.0706852 ] ], [ [ 120.1850439, 30.0706852 ], [ 120.1853614, 30.070901 ] ], [ [ 120.1853614, 30.070901 ], [ 120.1854709, 30.0709754 ] ], [ [ 120.1742643, 30.12163 ], [ 120.1754023, 30.1225127 ] ], [ [ 120.1754023, 30.1225127 ], [ 120.1757025, 30.1227492 ] ], [ [ 120.168573, 30.0632571 ], [ 120.1682811, 30.0635542 ] ], [ [ 120.1682811, 30.0635542 ], [ 120.1679124, 30.0640151 ] ], [ [ 120.1679124, 30.0640151 ], [ 120.1667362, 30.0654855 ] ], [ [ 120.1667362, 30.0654855 ], [ 120.1665989, 30.0657307 ] ], [ [ 120.1665989, 30.0657307 ], [ 120.1665216, 30.0659387 ] ], [ [ 120.1665216, 30.0659387 ], [ 120.1665136, 30.0659666 ] ], [ [ 120.1665136, 30.0659666 ], [ 120.1663671, 30.0664735 ] ], [ [ 120.1663671, 30.0664735 ], [ 120.1660067, 30.0678479 ] ], [ [ 120.1660067, 30.0678479 ], [ 120.1658178, 30.0685682 ] ], [ [ 120.1658178, 30.0685682 ], [ 120.1657708, 30.0686903 ] ], [ [ 120.1657708, 30.0686903 ], [ 120.1656976, 30.0688802 ] ], [ [ 120.1656976, 30.0688802 ], [ 120.1655118, 30.0691265 ] ], [ [ 120.1655118, 30.0691265 ], [ 120.165423, 30.0692442 ] ], [ [ 120.165423, 30.0692442 ], [ 120.1650968, 30.0695487 ] ], [ [ 120.1650968, 30.0695487 ], [ 120.1650461, 30.0695776 ] ], [ [ 120.1650461, 30.0695776 ], [ 120.1647707, 30.0697344 ] ], [ [ 120.1647707, 30.0697344 ], [ 120.1595436, 30.0722524 ] ], [ [ 120.1595436, 30.0722524 ], [ 120.157989, 30.0730148 ] ], [ [ 120.157989, 30.0730148 ], [ 120.1578193, 30.0730981 ] ], [ [ 120.1578193, 30.0730981 ], [ 120.1575446, 30.0732328 ] ], [ [ 120.1575446, 30.0732328 ], [ 120.1569687, 30.0735152 ] ], [ [ 120.1569687, 30.0735152 ], [ 120.1565996, 30.0737454 ] ], [ [ 120.1565996, 30.0737454 ], [ 120.1563335, 30.0740425 ] ], [ [ 120.1563335, 30.0740425 ], [ 120.1561354, 30.0743471 ] ], [ [ 120.1561354, 30.0743471 ], [ 120.1560058, 30.0747414 ] ], [ [ 120.1560058, 30.0747414 ], [ 120.1559224, 30.0752938 ] ], [ [ 120.1653039, 30.1296837 ], [ 120.1678931, 30.129912 ] ], [ [ 120.1678931, 30.129912 ], [ 120.1689072, 30.1300099 ] ], [ [ 120.1689072, 30.1300099 ], [ 120.1692241, 30.1300405 ] ], [ [ 120.1692241, 30.1300405 ], [ 120.169532, 30.1300703 ] ], [ [ 120.169532, 30.1300703 ], [ 120.171041, 30.130216 ] ], [ [ 120.171041, 30.130216 ], [ 120.1724594, 30.130346 ] ], [ [ 120.1724594, 30.130346 ], [ 120.17314, 30.1304083 ] ], [ [ 120.17314, 30.1304083 ], [ 120.1732313, 30.1304167 ] ], [ [ 120.1732313, 30.1304167 ], [ 120.1746112, 30.1305431 ] ], [ [ 120.1746112, 30.1305431 ], [ 120.174697, 30.130549 ] ], [ [ 120.174697, 30.130549 ], [ 120.1749045, 30.1305697 ] ], [ [ 120.1555601, 30.0795971 ], [ 120.155659, 30.0783466 ] ], [ [ 120.155659, 30.0783466 ], [ 120.1558032, 30.0765217 ] ], [ [ 120.1558032, 30.0765217 ], [ 120.1559224, 30.0752938 ] ], [ [ 120.15555, 30.0797258 ], [ 120.1555601, 30.0795971 ] ], [ [ 120.1470464, 30.1195086 ], [ 120.1455301, 30.11963 ] ], [ [ 120.1455301, 30.11963 ], [ 120.1451629, 30.1196624 ] ], [ [ 120.1451629, 30.1196624 ], [ 120.1447938, 30.1196949 ] ], [ [ 120.1447938, 30.1196949 ], [ 120.1420616, 30.1199356 ] ], [ [ 120.1420616, 30.1199356 ], [ 120.1416972, 30.1199677 ] ], [ [ 120.1323813, 30.1208905 ], [ 120.1338082, 30.1207281 ] ], [ [ 120.1338082, 30.1207281 ], [ 120.1340389, 30.1206771 ] ], [ [ 120.1340389, 30.1206771 ], [ 120.1342255, 30.120626 ] ], [ [ 120.1342255, 30.120626 ], [ 120.1344259, 30.1206083 ] ], [ [ 120.1344259, 30.1206083 ], [ 120.1346382, 30.1205896 ] ], [ [ 120.1346382, 30.1205896 ], [ 120.1356983, 30.1204962 ] ], [ [ 120.1356983, 30.1204962 ], [ 120.1366327, 30.1204139 ] ], [ [ 120.1366327, 30.1204139 ], [ 120.1378255, 30.1203088 ] ], [ [ 120.1378255, 30.1203088 ], [ 120.1393729, 30.1201725 ] ], [ [ 120.1393729, 30.1201725 ], [ 120.1395055, 30.1201608 ] ], [ [ 120.1395055, 30.1201608 ], [ 120.1396149, 30.1201512 ] ], [ [ 120.1396149, 30.1201512 ], [ 120.1398034, 30.1201346 ] ], [ [ 120.1398034, 30.1201346 ], [ 120.1416972, 30.1199677 ] ], [ [ 120.1321454, 30.1208611 ], [ 120.1323813, 30.1208905 ] ], [ [ 120.1311656, 30.1209331 ], [ 120.1321454, 30.1208611 ] ], [ [ 120.1321526, 30.1209458 ], [ 120.1321454, 30.1208611 ] ], [ [ 120.1323813, 30.1208905 ], [ 120.1321526, 30.1209458 ] ], [ [ 120.1362949, 30.1305256 ], [ 120.1362678, 30.1306365 ] ], [ [ 120.1362678, 30.1306365 ], [ 120.1362051, 30.1307187 ] ], [ [ 120.1484455, 30.1450773 ], [ 120.1472567, 30.1471021 ] ], [ [ 120.1459074, 30.149158 ], [ 120.1467882, 30.1476798 ], [ 120.14682, 30.1476293 ], [ 120.1470369, 30.1472576 ], [ 120.1471445, 30.147078 ], [ 120.1476977, 30.1461429 ], [ 120.1477963, 30.1459762 ], [ 120.1483202, 30.1450584 ] ], [ [ 120.1206006, 30.1376666 ], [ 120.1207449, 30.137601 ], [ 120.1241012, 30.1360757 ], [ 120.1255785, 30.1353853 ], [ 120.1264751, 30.1349698 ], [ 120.1267236, 30.1348622 ], [ 120.1284707, 30.1340639 ], [ 120.1296711, 30.1335197 ], [ 120.1303734, 30.1332014 ], [ 120.1309412, 30.132944 ], [ 120.1342981, 30.1313999 ], [ 120.1343086, 30.1313951 ], [ 120.1357628, 30.130731 ], [ 120.1361001, 30.1305823 ], [ 120.1362949, 30.1305256 ] ], [ [ 120.1206078, 30.1377293 ], [ 120.124133, 30.1361272 ], [ 120.1256103, 30.1354368 ], [ 120.1267551, 30.1349138 ], [ 120.1285021, 30.1341156 ], [ 120.1309727, 30.1329956 ], [ 120.1357651, 30.1307952 ], [ 120.1361364, 30.1306318 ], [ 120.1362949, 30.1305256 ] ], [ [ 120.1362051, 30.1307187 ], [ 120.1349209, 30.1312883 ], [ 120.132394, 30.1324256 ], [ 120.130948, 30.1331055 ], [ 120.1297969, 30.1336357 ], [ 120.1287767, 30.134093 ], [ 120.1267552, 30.1350279 ], [ 120.1251595, 30.1357361 ], [ 120.1235965, 30.1364888 ], [ 120.1221974, 30.1371242 ], [ 120.1206192, 30.1378289 ] ], [ [ 120.1362051, 30.1307187 ], [ 120.1361418, 30.1308081 ], [ 120.1346505, 30.1315018 ], [ 120.13273, 30.1323786 ], [ 120.1318511, 30.1327929 ], [ 120.1301068, 30.1336151 ], [ 120.1273857, 30.1348314 ], [ 120.1261023, 30.1354151 ], [ 120.1235451, 30.1366272 ], [ 120.1232001, 30.1367907 ], [ 120.1223284, 30.1371595 ], [ 120.1206325, 30.1379448 ] ], [ [ 120.1376982, 30.1523388 ], [ 120.1377309, 30.1522697 ], [ 120.1377614, 30.152199 ] ], [ [ 120.1379136, 30.1522666 ], [ 120.1378439, 30.1524015 ] ], [ [ 120.1353482, 30.1558122 ], [ 120.136488, 30.1544548 ], [ 120.1370065, 30.1536861 ], [ 120.1373605, 30.1530526 ], [ 120.1376982, 30.1523388 ] ], [ [ 120.1378439, 30.1524015 ], [ 120.1377391, 30.1526042 ], [ 120.1372041, 30.1535651 ], [ 120.1362246, 30.1549886 ], [ 120.1354356, 30.1559458 ] ], [ [ 120.1472567, 30.1471021 ], [ 120.1471666, 30.1472555 ], [ 120.1471397, 30.1472965 ], [ 120.1469189, 30.1476762 ], [ 120.1468947, 30.1477248 ], [ 120.1464942, 30.1484174 ], [ 120.1460432, 30.1492271 ] ], [ [ 120.1458353, 30.1492475 ], [ 120.1459074, 30.149158 ] ], [ [ 120.1460432, 30.1492271 ], [ 120.1459901, 30.1493256 ] ], [ [ 120.1377614, 30.152199 ], [ 120.1383483, 30.150839 ], [ 120.1385705, 30.1505116 ], [ 120.1387845, 30.1502127 ], [ 120.1390726, 30.149928 ], [ 120.139336, 30.1497358 ], [ 120.1395988, 30.149609 ], [ 120.13969, 30.149565 ], [ 120.1403649, 30.1492375 ], [ 120.1412621, 30.1487749 ], [ 120.1424228, 30.1480062 ], [ 120.142752, 30.1477641 ], [ 120.1430203, 30.1476887 ] ], [ [ 120.1428835, 30.1477834 ], [ 120.1421264, 30.1483265 ], [ 120.1414679, 30.1487606 ], [ 120.1410646, 30.1490169 ], [ 120.1400439, 30.149508 ], [ 120.139677, 30.1497154 ], [ 120.1394019, 30.149871 ], [ 120.1390479, 30.1501486 ], [ 120.1388174, 30.150412 ], [ 120.1385211, 30.1508177 ], [ 120.1384141, 30.1510312 ], [ 120.1380849, 30.1519352 ], [ 120.1379136, 30.1522666 ] ], [ [ 120.1427536, 30.1547034 ], [ 120.143146, 30.1538815 ], [ 120.1438736, 30.1525569 ], [ 120.1441846, 30.1520372 ], [ 120.1447654, 30.1510667 ], [ 120.1450647, 30.1505578 ], [ 120.1458353, 30.1492475 ] ], [ [ 120.1459901, 30.1493256 ], [ 120.1451648, 30.1506031 ], [ 120.1443017, 30.1520858 ], [ 120.1437697, 30.1529685 ], [ 120.1432991, 30.1538058 ], [ 120.1429654, 30.1545769 ], [ 120.1428821, 30.154746 ] ], [ [ 120.1464619, 30.1532389 ], [ 120.1463513, 30.1534087 ] ], [ [ 120.1463513, 30.1534087 ], [ 120.1449646, 30.1558 ] ], [ [ 120.142698, 30.1548199 ], [ 120.1427536, 30.1547034 ] ], [ [ 120.1428821, 30.154746 ], [ 120.142814, 30.1548843 ] ], [ [ 120.1232352, 30.1216318 ], [ 120.124037, 30.1215612 ], [ 120.1288047, 30.1211411 ], [ 120.1311656, 30.1209331 ] ], [ [ 120.1321526, 30.1209458 ], [ 120.1311729, 30.1210228 ], [ 120.1233557, 30.1217115 ] ], [ [ 120.0908592, 30.1242117 ], [ 120.0970505, 30.12376 ] ], [ [ 120.0871615, 30.1245027 ], [ 120.0883429, 30.1244127 ] ], [ [ 120.0883429, 30.1244127 ], [ 120.0908592, 30.1242117 ] ], [ [ 120.0951056, 30.1305269 ], [ 120.0948666, 30.1285612 ], [ 120.0948083, 30.1281429 ] ], [ [ 120.1138161, 30.1223634 ], [ 120.1168425, 30.1221543 ], [ 120.1185813, 30.1220342 ] ], [ [ 120.1064687, 30.1229732 ], [ 120.1078911, 30.1228579 ], [ 120.1084573, 30.122812 ], [ 120.1107373, 30.1226272 ], [ 120.1138161, 30.1223634 ] ], [ [ 120.1187338, 30.1221122 ], [ 120.1185902, 30.1221237 ], [ 120.1150133, 30.1223708 ], [ 120.1138253, 30.1224529 ], [ 120.1107472, 30.1227166 ], [ 120.1082295, 30.1229207 ], [ 120.1079008, 30.1229474 ], [ 120.1071095, 30.1230115 ], [ 120.1064773, 30.1230627 ], [ 120.1056825, 30.1231235 ], [ 120.1039606, 30.1232708 ], [ 120.1038043, 30.1232194 ] ], [ [ 120.0949361, 30.1281349 ], [ 120.0949668, 30.128527 ], [ 120.0952354, 30.1305177 ], [ 120.0953589, 30.1318657 ], [ 120.0954232, 30.1321163 ], [ 120.0954828, 30.132234 ] ], [ [ 120.0953684, 30.1322713 ], [ 120.0952355, 30.1318101 ], [ 120.0951056, 30.1305269 ] ], [ [ 120.0953684, 30.1322713 ], [ 120.0954828, 30.132234 ] ], [ [ 120.0954828, 30.132234 ], [ 120.0955062, 30.1323007 ] ], [ [ 120.0954043, 30.1323339 ], [ 120.0953684, 30.1322713 ] ], [ [ 120.0955062, 30.1323007 ], [ 120.0954043, 30.1323339 ] ], [ [ 120.091674, 30.1329296 ], [ 120.0929614, 30.1328704 ], [ 120.0935212, 30.1328085 ], [ 120.0938118, 30.1327466 ], [ 120.0943817, 30.1325929 ], [ 120.0947595, 30.1324698 ], [ 120.0948497, 30.1324404 ], [ 120.0953684, 30.1322713 ] ], [ [ 120.0954043, 30.1323339 ], [ 120.0938988, 30.1328231 ], [ 120.0935142, 30.1329153 ], [ 120.0930036, 30.1329788 ], [ 120.0916711, 30.133043 ] ], [ [ 120.0955062, 30.1323007 ], [ 120.0957719, 30.1327565 ], [ 120.0959329, 30.1329839 ], [ 120.0963674, 30.1333643 ], [ 120.0966624, 30.1335592 ], [ 120.0971905, 30.1338628 ] ], [ [ 120.0994225, 30.1352897 ], [ 120.0965337, 30.1335731 ], [ 120.0960938, 30.133253 ], [ 120.0957719, 30.1329607 ], [ 120.0955842, 30.1327055 ], [ 120.0954179, 30.1323622 ], [ 120.0954043, 30.1323339 ] ], [ [ 120.1008673, 30.1234545 ], [ 120.1005444, 30.1234803 ] ], [ [ 120.1005444, 30.1234803 ], [ 120.0993108, 30.1235791 ] ], [ [ 120.0993108, 30.1235791 ], [ 120.098587, 30.123637 ] ], [ [ 120.098587, 30.123637 ], [ 120.0977747, 30.123702 ] ], [ [ 120.0977747, 30.123702 ], [ 120.0971302, 30.1237536 ] ], [ [ 120.0971302, 30.1237536 ], [ 120.0970505, 30.12376 ] ], [ [ 120.0994225, 30.1352897 ], [ 120.0995029, 30.1351923 ] ], [ [ 120.098196, 30.1469271 ], [ 120.0988149, 30.1458751 ], [ 120.0993835, 30.1451259 ], [ 120.0995237, 30.1449411 ], [ 120.0996746, 30.1447596 ], [ 120.0998342, 30.1445839 ], [ 120.1000025, 30.1444143 ], [ 120.1001789, 30.144251 ], [ 120.1003632, 30.1440945 ], [ 120.1005369, 30.1439585 ], [ 120.1007165, 30.1438286 ], [ 120.1009018, 30.1437047 ], [ 120.1010892, 30.1435892 ], [ 120.1026643, 30.1425699 ], [ 120.1039357, 30.1417198 ], [ 120.1046316, 30.141164 ], [ 120.1047674, 30.1410426 ], [ 120.1048959, 30.1409152 ], [ 120.1050166, 30.1407821 ], [ 120.1051294, 30.1406437 ], [ 120.1052211, 30.1405188 ], [ 120.1053063, 30.1403901 ], [ 120.1053847, 30.1402583 ], [ 120.1054572, 30.1401214 ], [ 120.1056289, 30.1397966 ], [ 120.1057884, 30.13951 ], [ 120.1059547, 30.1391464 ], [ 120.1059635, 30.1391252 ], [ 120.1061301, 30.1386276 ], [ 120.106217, 30.1381369 ], [ 120.1062577, 30.137572 ], [ 120.1062762, 30.1372625 ], [ 120.1064105, 30.1372086 ], [ 120.1064228, 30.137557 ], [ 120.1063797, 30.1380637 ], [ 120.1062755, 30.1386681 ], [ 120.1061122, 30.1392356 ], [ 120.1059651, 30.1395655 ], [ 120.1057808, 30.1398606 ], [ 120.1056032, 30.14017 ], [ 120.1055015, 30.1403074 ], [ 120.1054204, 30.1404438 ], [ 120.1053323, 30.1405768 ], [ 120.1052374, 30.1407062 ], [ 120.1051208, 30.1408492 ], [ 120.104996, 30.1409868 ], [ 120.104863, 30.1411186 ], [ 120.1047224, 30.1412443 ], [ 120.1040196, 30.1418057 ], [ 120.1027429, 30.1426593 ], [ 120.1011658, 30.1436798 ], [ 120.1009792, 30.1437949 ], [ 120.1007979, 30.1439161 ], [ 120.1006222, 30.1440432 ], [ 120.1004523, 30.1441762 ], [ 120.1002719, 30.1443294 ], [ 120.1000992, 30.1444892 ], [ 120.0999346, 30.1446552 ], [ 120.0997784, 30.1448271 ], [ 120.0996308, 30.1450047 ], [ 120.0994921, 30.1451875 ], [ 120.0989288, 30.1459297 ], [ 120.0983844, 30.1469569 ] ], [ [ 120.1109833, 30.1481356 ], [ 120.111023, 30.1478619 ], [ 120.1110839, 30.1475222 ], [ 120.1112058, 30.1469817 ], [ 120.1113463, 30.1464665 ], [ 120.1114947, 30.1459546 ], [ 120.1116256, 30.1456874 ], [ 120.1117306, 30.1454484 ], [ 120.1118961, 30.1450719 ], [ 120.1121582, 30.1445009 ], [ 120.1122345, 30.1443568 ], [ 120.1126104, 30.1436768 ], [ 120.1127804, 30.1433966 ], [ 120.1129834, 30.1430782 ], [ 120.1133169, 30.1426037 ], [ 120.113745, 30.1420837 ], [ 120.1141813, 30.1416063 ], [ 120.1149183, 30.1409065 ], [ 120.1153857, 30.1405272 ], [ 120.1155775, 30.1403853 ], [ 120.1156164, 30.1403564 ], [ 120.1158668, 30.1401709 ], [ 120.1163913, 30.1397993 ], [ 120.1169154, 30.139488 ], [ 120.1174891, 30.1391445 ], [ 120.1183597, 30.1386916 ], [ 120.1191222, 30.138332 ], [ 120.1205765, 30.1376776 ], [ 120.1206006, 30.1376666 ] ], [ [ 120.1110403, 30.1481395 ], [ 120.1110796, 30.1478688 ], [ 120.1111402, 30.1475307 ], [ 120.1112617, 30.1469921 ], [ 120.1114018, 30.1464782 ], [ 120.111549, 30.1459703 ], [ 120.1116786, 30.1457058 ], [ 120.1119493, 30.1450898 ], [ 120.1122108, 30.1445203 ], [ 120.1122863, 30.1443777 ], [ 120.1126615, 30.1436989 ], [ 120.112831, 30.1434196 ], [ 120.1130614, 30.1430884 ], [ 120.1133735, 30.1426356 ], [ 120.113799, 30.1421188 ], [ 120.1142328, 30.1416441 ], [ 120.1149664, 30.1409475 ], [ 120.1154308, 30.1405707 ], [ 120.1159102, 30.1402157 ], [ 120.1164319, 30.139846 ], [ 120.1169537, 30.1395361 ], [ 120.1175258, 30.1391936 ], [ 120.1183933, 30.1387423 ], [ 120.119154, 30.1383835 ], [ 120.1206078, 30.1377293 ] ], [ [ 120.1206192, 30.1378289 ], [ 120.1193616, 30.1384111 ], [ 120.1183321, 30.1388806 ], [ 120.1179578, 30.1390586 ], [ 120.1172839, 30.1394471 ], [ 120.1167271, 30.1397749 ], [ 120.1161655, 30.1401594 ], [ 120.115721, 30.1404993 ], [ 120.1153431, 30.1407794 ], [ 120.1149428, 30.1411142 ], [ 120.1146235, 30.1414159 ], [ 120.1142958, 30.1417322 ], [ 120.1139989, 30.1420775 ], [ 120.1137238, 30.1423729 ], [ 120.1135059, 30.1426492 ], [ 120.1131611, 30.1431467 ], [ 120.1129345, 30.1434714 ], [ 120.1127534, 30.14374 ], [ 120.1124652, 30.1442547 ], [ 120.1122422, 30.1447006 ], [ 120.1120191, 30.145122 ], [ 120.111872, 30.1454206 ], [ 120.1117391, 30.1457407 ], [ 120.1116504, 30.1459998 ], [ 120.1115253, 30.1464253 ], [ 120.11131, 30.1472211 ], [ 120.1112121, 30.1476714 ], [ 120.1111228, 30.1481511 ] ], [ [ 120.1206325, 30.1379448 ], [ 120.1202143, 30.1381368 ], [ 120.1195791, 30.1384284 ], [ 120.1188174, 30.138767 ], [ 120.1181066, 30.139108 ], [ 120.1177499, 30.1392982 ], [ 120.1170525, 30.1396949 ], [ 120.1164356, 30.1400938 ], [ 120.1158938, 30.1404882 ], [ 120.1149952, 30.1412327 ], [ 120.1145554, 30.1416781 ], [ 120.1134932, 30.1428634 ], [ 120.1132462, 30.1431969 ], [ 120.1130151, 30.1435215 ], [ 120.1127154, 30.1439721 ], [ 120.1122969, 30.1447839 ], [ 120.1122491, 30.1448791 ], [ 120.1119214, 30.1455308 ], [ 120.1117498, 30.1460086 ], [ 120.111385, 30.1474002 ], [ 120.1112598, 30.1481902 ] ], [ [ 120.1098243, 30.1480386 ], [ 120.1109833, 30.1481356 ] ], [ [ 120.1109833, 30.1481356 ], [ 120.1110403, 30.1481395 ] ], [ [ 120.0983844, 30.1469569 ], [ 120.0986207, 30.1469732 ], [ 120.0993728, 30.1470286 ], [ 120.10212, 30.1472592 ], [ 120.103002, 30.1473388 ] ], [ [ 120.1035013, 30.1475547 ], [ 120.1023723, 30.1474443 ], [ 120.1020873, 30.1474164 ], [ 120.1003235, 30.1472351 ], [ 120.0983192, 30.1470625 ] ], [ [ 120.103002, 30.1473388 ], [ 120.1045676, 30.1475172 ], [ 120.1064677, 30.1477222 ], [ 120.1071443, 30.1477962 ], [ 120.1088973, 30.1479394 ], [ 120.1098243, 30.1480386 ] ], [ [ 120.0887212, 30.1456838 ], [ 120.0890944, 30.1458475 ], [ 120.0895499, 30.1459908 ], [ 120.0899578, 30.1460868 ], [ 120.0904564, 30.1461671 ], [ 120.0909226, 30.1462157 ], [ 120.0926194, 30.1463899 ], [ 120.0928443, 30.146413 ], [ 120.0947444, 30.1466071 ], [ 120.0948447, 30.1466116 ], [ 120.0963406, 30.1467634 ], [ 120.0973073, 30.1468415 ], [ 120.098196, 30.1469271 ] ], [ [ 120.0981253, 30.1470277 ], [ 120.096862, 30.146905 ], [ 120.0963304, 30.1468526 ], [ 120.096141, 30.1468339 ], [ 120.0951358, 30.1467347 ], [ 120.094667, 30.1466944 ], [ 120.0932103, 30.146545 ], [ 120.0906332, 30.1462882 ], [ 120.0900433, 30.1462021 ], [ 120.0896312, 30.1461118 ], [ 120.0890855, 30.145953 ], [ 120.0888323, 30.1458716 ] ], [ [ 120.098196, 30.1469271 ], [ 120.0983844, 30.1469569 ] ], [ [ 120.0981253, 30.1470277 ], [ 120.098196, 30.1469271 ] ], [ [ 120.0983844, 30.1469569 ], [ 120.0983192, 30.1470625 ] ], [ [ 120.0983192, 30.1470625 ], [ 120.0981253, 30.1470277 ] ], [ [ 120.1749045, 30.1305697 ], [ 120.1750338, 30.1305684 ] ], [ [ 120.1750338, 30.1305684 ], [ 120.1761548, 30.1305084 ] ], [ [ 120.1761548, 30.1305084 ], [ 120.1788946, 30.1303616 ] ], [ [ 120.1788946, 30.1303616 ], [ 120.1793577, 30.1303346 ] ], [ [ 120.1793577, 30.1303346 ], [ 120.1795012, 30.1303162 ] ], [ [ 120.1795012, 30.1303162 ], [ 120.1810254, 30.1302911 ] ], [ [ 120.1779613, 30.1470746 ], [ 120.1781645, 30.147121 ] ], [ [ 120.1778623, 30.1471556 ], [ 120.1779613, 30.1470746 ] ], [ [ 120.1779355, 30.1471676 ], [ 120.1778623, 30.1471556 ] ], [ [ 120.178152, 30.1472229 ], [ 120.1779355, 30.1471676 ] ], [ [ 120.1781645, 30.147121 ], [ 120.1786911, 30.1472939 ], [ 120.1797375, 30.1476061 ], [ 120.1812444, 30.1480689 ], [ 120.1820361, 30.1483003 ], [ 120.182603, 30.1484425 ], [ 120.1827464, 30.1484917 ] ], [ [ 120.1827111, 30.1485679 ], [ 120.1825872, 30.1485243 ], [ 120.1819938, 30.1483855 ], [ 120.1804828, 30.1479304 ], [ 120.1786263, 30.1473712 ], [ 120.178152, 30.1472229 ] ], [ [ 120.1711237, 30.16097 ], [ 120.1712062, 30.1610891 ] ], [ [ 120.1710856, 30.1610994 ], [ 120.1711237, 30.16097 ] ], [ [ 120.1770075, 30.1517409 ], [ 120.1770197, 30.1514611 ], [ 120.1770431, 30.1509385 ], [ 120.1770984, 30.1503709 ], [ 120.1771804, 30.1497239 ], [ 120.1772849, 30.1491163 ], [ 120.1773793, 30.148609 ], [ 120.177532, 30.1480199 ], [ 120.1776881, 30.1474834 ], [ 120.1778623, 30.1471556 ] ], [ [ 120.1827464, 30.1484917 ], [ 120.1833807, 30.1487496 ], [ 120.1839091, 30.1490147 ], [ 120.1843361, 30.149308 ], [ 120.1849112, 30.1497806 ], [ 120.1852654, 30.1500668 ], [ 120.1853025, 30.1500968 ], [ 120.1856, 30.1503063 ], [ 120.1860032, 30.150533 ], [ 120.1860693, 30.1505669 ] ], [ [ 120.1859944, 30.1506128 ], [ 120.1858815, 30.1505533 ], [ 120.1856133, 30.1504135 ], [ 120.1853549, 30.1502395 ], [ 120.1849665, 30.1499428 ], [ 120.1845116, 30.1495744 ], [ 120.1843313, 30.1494284 ], [ 120.1840236, 30.1491925 ], [ 120.1836468, 30.1489737 ], [ 120.1832155, 30.148758 ], [ 120.1827111, 30.1485679 ] ], [ [ 120.1780081, 30.1476435 ], [ 120.1780258, 30.1479949 ], [ 120.1779224, 30.148725 ], [ 120.1778998, 30.1488379 ], [ 120.177801, 30.1492957 ], [ 120.1777011, 30.1502543 ], [ 120.177638, 30.1508746 ], [ 120.1776084, 30.151223 ], [ 120.1776011, 30.1513092 ], [ 120.1774949, 30.1517769 ] ], [ [ 120.1774949, 30.1517769 ], [ 120.1774864, 30.1519835 ], [ 120.1774891, 30.1526373 ], [ 120.1775834, 30.1532198 ], [ 120.1776139, 30.1537366 ], [ 120.1777194, 30.1545447 ], [ 120.1778181, 30.1550647 ], [ 120.1778624, 30.1552275 ] ], [ [ 120.1110403, 30.1481395 ], [ 120.1111228, 30.1481511 ] ], [ [ 120.1111228, 30.1481511 ], [ 120.1112598, 30.1481902 ] ], [ [ 120.110978, 30.1482766 ], [ 120.1109833, 30.1481356 ] ], [ [ 120.1110351, 30.1482787 ], [ 120.1110403, 30.1481395 ] ], [ [ 120.1111228, 30.1481511 ], [ 120.1111257, 30.1482872 ] ], [ [ 120.110978, 30.1482766 ], [ 120.110275, 30.1482083 ] ], [ [ 120.1112598, 30.1481902 ], [ 120.1112424, 30.1482998 ] ], [ [ 120.1110351, 30.1482787 ], [ 120.110978, 30.1482766 ] ], [ [ 120.1111257, 30.1482872 ], [ 120.1110351, 30.1482787 ] ], [ [ 120.1112424, 30.1482998 ], [ 120.1111257, 30.1482872 ] ], [ [ 120.110275, 30.1482083 ], [ 120.1084229, 30.1480057 ], [ 120.1071426, 30.1478965 ], [ 120.1064512, 30.1478293 ], [ 120.1047527, 30.1476577 ], [ 120.1035013, 30.1475547 ] ], [ [ 120.0962154, 30.1508036 ], [ 120.0963555, 30.1505764 ], [ 120.0965341, 30.1502266 ], [ 120.0971733, 30.1489361 ], [ 120.0972935, 30.1486934 ], [ 120.0974219, 30.1484362 ], [ 120.0981253, 30.1470277 ] ], [ [ 120.0983192, 30.1470625 ], [ 120.0976758, 30.1483087 ], [ 120.0974293, 30.1487863 ], [ 120.0972239, 30.1491821 ], [ 120.0966494, 30.1502896 ], [ 120.0964808, 30.1506117 ], [ 120.0963734, 30.1508623 ] ], [ [ 120.096121, 30.1509258 ], [ 120.0962154, 30.1508036 ] ], [ [ 120.0963734, 30.1508623 ], [ 120.0963337, 30.1510057 ] ], [ [ 120.092782, 30.1570476 ], [ 120.0928777, 30.1568351 ], [ 120.0930912, 30.1564037 ], [ 120.0933151, 30.1559913 ], [ 120.0938372, 30.1550299 ], [ 120.094194, 30.1545003 ], [ 120.0944328, 30.1541771 ], [ 120.0947311, 30.1537734 ], [ 120.0948852, 30.1535514 ], [ 120.095072, 30.1531637 ], [ 120.0955343, 30.1520805 ], [ 120.096121, 30.1509258 ] ], [ [ 120.0963337, 30.1510057 ], [ 120.0959291, 30.1516533 ], [ 120.0956393, 30.152193 ], [ 120.0952775, 30.1530385 ], [ 120.0951187, 30.1534141 ], [ 120.0949599, 30.1537331 ], [ 120.0947358, 30.1540278 ], [ 120.0943061, 30.1546214 ], [ 120.0939082, 30.1552688 ], [ 120.0931673, 30.1565802 ], [ 120.092912, 30.1570813 ] ], [ [ 120.0854182, 30.1549482 ], [ 120.0887453, 30.155904 ], [ 120.0901115, 30.15631 ], [ 120.0906241, 30.1564533 ], [ 120.0922947, 30.1569211 ], [ 120.092782, 30.1570476 ] ], [ [ 120.092723, 30.1571854 ], [ 120.0921516, 30.1570505 ], [ 120.0906779, 30.1566255 ], [ 120.0905104, 30.156581 ], [ 120.0900527, 30.1564452 ], [ 120.0886849, 30.1560508 ], [ 120.0855392, 30.1551165 ], [ 120.0854325, 30.1550848 ] ], [ [ 120.092782, 30.1570476 ], [ 120.092912, 30.1570813 ] ], [ [ 120.092723, 30.1571854 ], [ 120.092782, 30.1570476 ] ], [ [ 120.092912, 30.1570813 ], [ 120.0928507, 30.1572156 ] ], [ [ 120.0928507, 30.1572156 ], [ 120.092723, 30.1571854 ] ], [ [ 120.092912, 30.1570813 ], [ 120.094885, 30.1576324 ], [ 120.0954229, 30.1577752 ], [ 120.0959905, 30.1579332 ], [ 120.0962142, 30.1579955 ], [ 120.0969811, 30.1582264 ], [ 120.0972551, 30.158306 ], [ 120.097488, 30.15842 ], [ 120.0980847, 30.1587009 ], [ 120.0982975, 30.1588238 ], [ 120.0985246, 30.1589775 ], [ 120.0989278, 30.1593087 ], [ 120.0990686, 30.1594756 ] ], [ [ 120.0989309, 30.1595638 ], [ 120.0987623, 30.1593754 ], [ 120.0981937, 30.1589318 ], [ 120.0977943, 30.158718 ], [ 120.0977483, 30.1586934 ], [ 120.0972011, 30.1584614 ], [ 120.09654, 30.1582543 ], [ 120.0958626, 30.1580753 ], [ 120.0949056, 30.1577962 ], [ 120.0947484, 30.1577503 ], [ 120.0944671, 30.1576683 ], [ 120.0928507, 30.1572156 ] ], [ [ 120.0924502, 30.1596536 ], [ 120.0923787, 30.158904 ], [ 120.0923716, 30.1585409 ], [ 120.0924109, 30.1581479 ], [ 120.0925029, 30.1577403 ], [ 120.0925735, 30.1575345 ], [ 120.092723, 30.1571854 ] ], [ [ 120.1108708, 30.1607972 ], [ 120.1107734, 30.1604228 ], [ 120.1107251, 30.1599169 ], [ 120.1106849, 30.1594952 ], [ 120.1106863, 30.1593392 ], [ 120.1106893, 30.1590089 ], [ 120.1106903, 30.1588945 ], [ 120.1107002, 30.1588083 ], [ 120.1107464, 30.1582572 ], [ 120.1109029, 30.1576593 ], [ 120.1110705, 30.1572955 ], [ 120.1111295, 30.1571677 ], [ 120.1113496, 30.1568257 ], [ 120.11161, 30.1564212 ], [ 120.1118957, 30.1558889 ], [ 120.111987, 30.1555948 ], [ 120.1120557, 30.1553736 ], [ 120.1120954, 30.1549431 ], [ 120.1120462, 30.1545173 ], [ 120.1118816, 30.1540418 ], [ 120.1115804, 30.1533378 ], [ 120.1113843, 30.1526773 ], [ 120.111197, 30.1519663 ], [ 120.111054, 30.1513903 ], [ 120.1110202, 30.1511139 ], [ 120.1109641, 30.1506552 ], [ 120.1109308, 30.1501206 ], [ 120.1109193, 30.1499354 ], [ 120.1109233, 30.1491523 ], [ 120.110978, 30.1482766 ] ], [ [ 120.1108708, 30.1607972 ], [ 120.1108122, 30.1599267 ], [ 120.1107863, 30.1595461 ], [ 120.1107576, 30.1589041 ], [ 120.1107573, 30.15881 ], [ 120.1108031, 30.1582645 ], [ 120.1109576, 30.157674 ], [ 120.1111236, 30.1573138 ], [ 120.1111812, 30.1571889 ], [ 120.1113995, 30.1568497 ], [ 120.1116609, 30.1564436 ], [ 120.1119496, 30.1559058 ], [ 120.1120422, 30.1556076 ], [ 120.1121122, 30.155382 ], [ 120.1121528, 30.1549426 ], [ 120.1121025, 30.1545077 ], [ 120.1119358, 30.1540261 ], [ 120.111635, 30.153323 ], [ 120.1114398, 30.1526657 ], [ 120.1112528, 30.1519556 ], [ 120.1111105, 30.1513825 ], [ 120.1110211, 30.1506513 ], [ 120.1109879, 30.1501179 ], [ 120.1109764, 30.1499342 ], [ 120.1109804, 30.1491537 ], [ 120.1110351, 30.1482787 ] ], [ [ 120.1111257, 30.1482872 ], [ 120.1110783, 30.1489926 ], [ 120.1110834, 30.1499642 ], [ 120.111158, 30.150647 ], [ 120.1111809, 30.1508572 ], [ 120.1112501, 30.1515075 ], [ 120.1115224, 30.1526043 ], [ 120.1117338, 30.1532301 ], [ 120.1120184, 30.1538699 ], [ 120.1122095, 30.1544042 ], [ 120.1122664, 30.1548787 ], [ 120.1122339, 30.1553885 ], [ 120.1121509, 30.1556623 ], [ 120.1120794, 30.1558982 ], [ 120.1117908, 30.1564184 ], [ 120.1114908, 30.1568994 ], [ 120.1112164, 30.1573393 ], [ 120.1111769, 30.1574027 ], [ 120.1109736, 30.1580179 ], [ 120.1108923, 30.1585486 ], [ 120.1108516, 30.1588791 ], [ 120.1108532, 30.1589859 ], [ 120.1108842, 30.1595751 ], [ 120.110933, 30.1602605 ], [ 120.1109535, 30.1604318 ], [ 120.1110033, 30.1608488 ] ], [ [ 120.1112424, 30.1482998 ], [ 120.1111865, 30.1486527 ], [ 120.1111597, 30.1493485 ], [ 120.1111892, 30.1502507 ], [ 120.1112214, 30.1506311 ], [ 120.1112697, 30.1509952 ], [ 120.1113769, 30.1516284 ], [ 120.1115352, 30.1523938 ], [ 120.1116881, 30.1528043 ], [ 120.1119831, 30.1536021 ], [ 120.1121816, 30.1541355 ], [ 120.112305, 30.1545484 ], [ 120.1123291, 30.1550354 ], [ 120.1122728, 30.1554923 ], [ 120.1122046, 30.155709 ], [ 120.1121387, 30.1558958 ], [ 120.1120126, 30.1561857 ], [ 120.1117364, 30.1566055 ], [ 120.1112589, 30.1574404 ], [ 120.1111248, 30.1577883 ], [ 120.1110068, 30.1581802 ], [ 120.1109317, 30.1587229 ], [ 120.1109424, 30.1589595 ], [ 120.1109499, 30.1592017 ], [ 120.1109604, 30.1595409 ], [ 120.1109639, 30.1596529 ], [ 120.1110071, 30.160422 ], [ 120.1110175, 30.1605249 ], [ 120.1110033, 30.1608488 ] ], [ [ 120.0928507, 30.1572156 ], [ 120.0926496, 30.1577641 ], [ 120.0925732, 30.1581675 ], [ 120.0925291, 30.1584992 ], [ 120.0925489, 30.1589358 ], [ 120.0925933, 30.1593724 ], [ 120.0926127, 30.1596467 ], [ 120.0926296, 30.1597926 ], [ 120.0926791, 30.1602212 ], [ 120.0928866, 30.1609471 ], [ 120.093042, 30.1613959 ], [ 120.0931463, 30.1616096 ], [ 120.0932875, 30.1618393 ], [ 120.0936497, 30.1623942 ], [ 120.0937749, 30.1625808 ], [ 120.0938217, 30.1626974 ] ], [ [ 120.0936939, 30.1627904 ], [ 120.093598, 30.1626266 ], [ 120.0930689, 30.1617716 ], [ 120.0929823, 30.1615838 ], [ 120.0928968, 30.1613985 ], [ 120.0927618, 30.1610468 ], [ 120.0925772, 30.1604531 ], [ 120.0924502, 30.1596536 ] ], [ [ 120.0990686, 30.1594756 ], [ 120.099553, 30.16006 ], [ 120.0997659, 30.160377 ], [ 120.0999226, 30.1607005 ], [ 120.0999737, 30.1608335 ], [ 120.1000134, 30.1609369 ], [ 120.1000971, 30.1611954 ], [ 120.1001858, 30.161523 ], [ 120.1002081, 30.1618428 ], [ 120.1002096, 30.1618829 ], [ 120.1002169, 30.1620808 ], [ 120.1002208, 30.1621854 ], [ 120.1002228, 30.1622386 ], [ 120.1002226, 30.1627124 ], [ 120.100199, 30.1631975 ], [ 120.1002092, 30.1638084 ] ], [ [ 120.1000636, 30.1638014 ], [ 120.1000721, 30.1632774 ], [ 120.1000688, 30.1629237 ], [ 120.1000638, 30.1623754 ], [ 120.1000589, 30.1620859 ], [ 120.1000574, 30.1619976 ], [ 120.1000279, 30.161617 ], [ 120.0999528, 30.1612503 ], [ 120.0997906, 30.1608134 ], [ 120.0995563, 30.160365 ], [ 120.0992607, 30.1599408 ], [ 120.0989309, 30.1595638 ] ], [ [ 120.105991, 30.1648343 ], [ 120.1067031, 30.1648388 ], [ 120.1073944, 30.1648331 ], [ 120.1079429, 30.1647719 ], [ 120.1083918, 30.1646914 ], [ 120.1087699, 30.1645804 ], [ 120.1091462, 30.1643886 ], [ 120.1095491, 30.1641355 ], [ 120.109823, 30.1639092 ], [ 120.1100437, 30.1636906 ], [ 120.1104245, 30.1631944 ], [ 120.1106364, 30.1628673 ], [ 120.1107625, 30.1625496 ], [ 120.1108966, 30.1619235 ], [ 120.1108966, 30.1610608 ], [ 120.1108708, 30.1607972 ] ], [ [ 120.1110033, 30.1608488 ], [ 120.1110789, 30.1616267 ], [ 120.111053, 30.1619544 ], [ 120.1110415, 30.1620997 ], [ 120.1108429, 30.1628047 ], [ 120.1105801, 30.1632963 ], [ 120.110167, 30.163839 ], [ 120.1099294, 30.1640737 ], [ 120.1097095, 30.1642549 ], [ 120.1093758, 30.1644745 ], [ 120.1089815, 30.1646646 ], [ 120.1084987, 30.1648315 ], [ 120.1079497, 30.1649291 ], [ 120.1073205, 30.1649637 ], [ 120.105999, 30.1649824 ] ], [ [ 120.1056237, 30.164832 ], [ 120.105991, 30.1648343 ] ], [ [ 120.0938217, 30.1626974 ], [ 120.0944386, 30.1634725 ], [ 120.0947137, 30.1637553 ], [ 120.0950634, 30.1640664 ], [ 120.0954416, 30.1643811 ], [ 120.0959077, 30.1646814 ], [ 120.096394, 30.1649783 ], [ 120.0967027, 30.1651414 ] ], [ [ 120.0965615, 30.1652328 ], [ 120.0961457, 30.1649894 ], [ 120.0956039, 30.1646636 ], [ 120.095052, 30.1642527 ], [ 120.0946038, 30.1638496 ], [ 120.0942938, 30.1635653 ], [ 120.0939957, 30.1632137 ], [ 120.0936939, 30.1627904 ] ], [ [ 120.105999, 30.1649824 ], [ 120.1056346, 30.1649769 ] ], [ [ 120.1034821, 30.1652371 ], [ 120.1039917, 30.1650339 ], [ 120.1044265, 30.1649444 ], [ 120.1048703, 30.1648724 ], [ 120.1053592, 30.1648508 ], [ 120.1056237, 30.164832 ] ], [ [ 120.1000988, 30.1663018 ], [ 120.1001034, 30.165926 ], [ 120.1000927, 30.1645115 ], [ 120.1000636, 30.1638014 ] ], [ [ 120.1002092, 30.1638084 ], [ 120.1002644, 30.1658889 ], [ 120.1002613, 30.1662993 ] ], [ [ 120.1056346, 30.1649769 ], [ 120.1048732, 30.1650001 ], [ 120.1042872, 30.1651033 ], [ 120.1039003, 30.1651854 ], [ 120.1035689, 30.1653445 ], [ 120.1030892, 30.1656605 ], [ 120.1022271, 30.1661257 ], [ 120.1017803, 30.1662616 ], [ 120.1014189, 30.166368 ], [ 120.100878, 30.1664272 ], [ 120.1006638, 30.1664306 ], [ 120.1003613, 30.1664353 ], [ 120.1002599, 30.1664369 ] ], [ [ 120.1002613, 30.1662993 ], [ 120.1003658, 30.1662965 ], [ 120.1006684, 30.1662882 ], [ 120.1011191, 30.166276 ], [ 120.101473, 30.1662185 ], [ 120.1018432, 30.1661188 ], [ 120.1021874, 30.1659902 ], [ 120.1024991, 30.1658405 ], [ 120.103089, 30.1654892 ], [ 120.103435, 30.1652654 ], [ 120.1034821, 30.1652371 ] ], [ [ 120.1000988, 30.1663018 ], [ 120.1002613, 30.1662993 ] ], [ [ 120.1002613, 30.1662993 ], [ 120.1002599, 30.1664369 ] ], [ [ 120.1000962, 30.1664367 ], [ 120.1000988, 30.1663018 ] ], [ [ 120.1354356, 30.1559458 ], [ 120.1353482, 30.1558122 ] ], [ [ 120.1354356, 30.1559458 ], [ 120.1364646, 30.1564615 ] ], [ [ 120.1364646, 30.1564615 ], [ 120.1365823, 30.1565244 ] ], [ [ 120.1365823, 30.1565244 ], [ 120.1366546, 30.156563 ] ], [ [ 120.1366546, 30.156563 ], [ 120.1379583, 30.1572544 ] ], [ [ 120.1324677, 30.1588872 ], [ 120.1328944, 30.1582913 ], [ 120.1333205, 30.157788 ], [ 120.1337977, 30.1573699 ], [ 120.1340657, 30.157187 ], [ 120.1346719, 30.1566629 ], [ 120.1348461, 30.1563602 ], [ 120.1353482, 30.1558122 ] ], [ [ 120.1354356, 30.1559458 ], [ 120.1351627, 30.1562768 ], [ 120.1345214, 30.1569105 ], [ 120.1338754, 30.1574294 ], [ 120.1334133, 30.1578173 ], [ 120.1331556, 30.1581168 ], [ 120.1327803, 30.1586121 ], [ 120.1325655, 30.1589383 ] ], [ [ 120.1379583, 30.1572544 ], [ 120.1388755, 30.1577472 ] ], [ [ 120.1388755, 30.1577472 ], [ 120.1396018, 30.1581374 ] ], [ [ 120.1396018, 30.1581374 ], [ 120.1410485, 30.158976 ] ], [ [ 120.1448839, 30.1559391 ], [ 120.1449646, 30.1558 ] ], [ [ 120.1448839, 30.1559391 ], [ 120.1440271, 30.1574166 ] ], [ [ 120.1410485, 30.158976 ], [ 120.1411512, 30.1587963 ], [ 120.1417386, 30.1571984 ], [ 120.1418274, 30.1568996 ], [ 120.1425113, 30.1552108 ], [ 120.142698, 30.1548199 ] ], [ [ 120.142814, 30.1548843 ], [ 120.1425879, 30.1553433 ], [ 120.1421065, 30.1565921 ], [ 120.1419697, 30.1569517 ], [ 120.1418597, 30.1572099 ], [ 120.1411563, 30.1590233 ] ], [ [ 120.132399, 30.158976 ], [ 120.1324677, 30.1588872 ] ], [ [ 120.1325655, 30.1589383 ], [ 120.1324965, 30.1590262 ] ], [ [ 120.1411563, 30.1590233 ], [ 120.1410485, 30.158976 ] ], [ [ 120.1411563, 30.1590233 ], [ 120.1418632, 30.1593868 ] ], [ [ 120.1418632, 30.1593868 ], [ 120.1423937, 30.1596595 ] ], [ [ 120.1423937, 30.1596595 ], [ 120.1428768, 30.1599079 ] ], [ [ 120.1428768, 30.1599079 ], [ 120.1434123, 30.1602009 ] ], [ [ 120.1434123, 30.1602009 ], [ 120.1449846, 30.1610611 ] ], [ [ 120.1481365, 30.1627978 ], [ 120.147645, 30.1625351 ] ], [ [ 120.147645, 30.1625351 ], [ 120.1475333, 30.1624732 ] ], [ [ 120.1475333, 30.1624732 ], [ 120.1473289, 30.16236 ] ], [ [ 120.1473289, 30.16236 ], [ 120.1471043, 30.1622355 ] ], [ [ 120.1471043, 30.1622355 ], [ 120.1457781, 30.1615007 ] ], [ [ 120.1457781, 30.1615007 ], [ 120.1455358, 30.1613665 ] ], [ [ 120.1455358, 30.1613665 ], [ 120.1449846, 30.1610611 ] ], [ [ 120.1309045, 30.1608359 ], [ 120.1317503, 30.1597887 ], [ 120.1321572, 30.1592785 ], [ 120.132399, 30.158976 ] ], [ [ 120.1324965, 30.1590262 ], [ 120.1319722, 30.1596653 ], [ 120.1309631, 30.1608676 ] ], [ [ 120.1380751, 30.1621192 ], [ 120.1393839, 30.1607555 ], [ 120.1406604, 30.1594569 ], [ 120.1409672, 30.1590686 ], [ 120.1410485, 30.158976 ] ], [ [ 120.1411563, 30.1590233 ], [ 120.1409125, 30.1593481 ], [ 120.1402623, 30.1600368 ], [ 120.1399774, 30.1603348 ], [ 120.1392386, 30.1611077 ], [ 120.1381769, 30.1621823 ] ], [ [ 120.1299645, 30.1627211 ], [ 120.130048, 30.1625909 ], [ 120.1301598, 30.1623289 ], [ 120.1303061, 30.1619103 ], [ 120.1304591, 30.1615304 ], [ 120.1305781, 30.161306 ], [ 120.1309045, 30.1608359 ] ], [ [ 120.1309631, 30.1608676 ], [ 120.1306428, 30.1613271 ], [ 120.1305277, 30.1615496 ], [ 120.1302623, 30.162333 ], [ 120.1301505, 30.1626214 ], [ 120.1300549, 30.1627605 ] ], [ [ 120.1299246, 30.1627833 ], [ 120.1299645, 30.1627211 ] ], [ [ 120.1300549, 30.1627605 ], [ 120.1300114, 30.162824 ] ], [ [ 120.1380237, 30.1621694 ], [ 120.1380751, 30.1621192 ] ], [ [ 120.1381769, 30.1621823 ], [ 120.1381273, 30.1622348 ] ], [ [ 120.136528, 30.1637677 ], [ 120.1378193, 30.1623723 ], [ 120.1380237, 30.1621694 ] ], [ [ 120.1381273, 30.1622348 ], [ 120.1373789, 30.1630038 ], [ 120.1366005, 30.1638084 ] ], [ [ 120.1350733, 30.1651618 ], [ 120.136528, 30.1637677 ] ], [ [ 120.1786574, 30.1584864 ], [ 120.1781779, 30.1574833 ], [ 120.1780588, 30.1572343 ], [ 120.1779074, 30.1568249 ], [ 120.1777391, 30.1563859 ], [ 120.1775581, 30.1558519 ], [ 120.1774101, 30.1553031 ], [ 120.1772553, 30.1546222 ], [ 120.1771877, 30.1543116 ], [ 120.177163, 30.1540345 ], [ 120.1770745, 30.1534244 ], [ 120.1770371, 30.152915 ], [ 120.1770043, 30.1522865 ], [ 120.1770049, 30.1521921 ], [ 120.1770075, 30.1517409 ] ], [ [ 120.1778624, 30.1552275 ], [ 120.1779248, 30.1554565 ], [ 120.17811, 30.1559999 ], [ 120.1782402, 30.156442 ], [ 120.1784343, 30.1569745 ], [ 120.1785297, 30.1572159 ], [ 120.1786285, 30.1574657 ], [ 120.1787755, 30.1578377 ], [ 120.1790716, 30.158387 ] ], [ [ 120.1712062, 30.1610891 ], [ 120.1716084, 30.1626538 ] ], [ [ 120.1715126, 30.1626583 ], [ 120.1710856, 30.1610994 ] ], [ [ 120.1716084, 30.1626538 ], [ 120.1751696, 30.1621257 ] ], [ [ 120.175173, 30.162212 ], [ 120.1716319, 30.1627453 ] ], [ [ 120.1716084, 30.1626538 ], [ 120.1716319, 30.1627453 ] ], [ [ 120.1715395, 30.1627568 ], [ 120.1715126, 30.1626583 ] ], [ [ 120.1675948, 30.161823 ], [ 120.1689623, 30.1632593 ] ], [ [ 120.1688466, 30.1633321 ], [ 120.1674862, 30.1618981 ] ], [ [ 120.1688466, 30.1633321 ], [ 120.1689623, 30.1632593 ] ], [ [ 120.1689623, 30.1632593 ], [ 120.1690689, 30.1633635 ] ], [ [ 120.1689623, 30.1632593 ], [ 120.1691168, 30.1631621 ], [ 120.1696777, 30.1629579 ], [ 120.1703117, 30.1628585 ], [ 120.1707593, 30.1627762 ], [ 120.1715126, 30.1626583 ] ], [ [ 120.1715395, 30.1627568 ], [ 120.1709268, 30.1628296 ], [ 120.1700622, 30.1629954 ], [ 120.1696453, 30.1630975 ], [ 120.1690689, 30.1633635 ] ], [ [ 120.1716319, 30.1627453 ], [ 120.1719593, 30.1640188 ], [ 120.1720111, 30.1642444 ] ], [ [ 120.1719338, 30.1642408 ], [ 120.1718899, 30.164036 ], [ 120.1715395, 30.1627568 ] ], [ [ 120.1690689, 30.1633635 ], [ 120.1700262, 30.1644024 ] ], [ [ 120.1720111, 30.1642444 ], [ 120.1750513, 30.1640863 ] ], [ [ 120.1689399, 30.1634231 ], [ 120.1688466, 30.1633321 ] ], [ [ 120.1690689, 30.1633635 ], [ 120.1689399, 30.1634231 ] ], [ [ 120.1676623, 30.1653557 ], [ 120.1680536, 30.1644418 ], [ 120.1684778, 30.1636107 ], [ 120.1687813, 30.1633731 ], [ 120.1688466, 30.1633321 ] ], [ [ 120.1689399, 30.1634231 ], [ 120.1686029, 30.1636509 ], [ 120.1681624, 30.1644788 ], [ 120.1680128, 30.1647601 ], [ 120.1677515, 30.1653873 ] ], [ [ 120.175047, 30.1641687 ], [ 120.1720266, 30.164312 ] ], [ [ 120.1719338, 30.1642408 ], [ 120.1720111, 30.1642444 ] ], [ [ 120.1719482, 30.164308 ], [ 120.1719338, 30.1642408 ] ], [ [ 120.1720111, 30.1642444 ], [ 120.1720266, 30.164312 ] ], [ [ 120.1720266, 30.164312 ], [ 120.1719482, 30.164308 ] ], [ [ 120.1700262, 30.1644024 ], [ 120.1702661, 30.1643053 ], [ 120.1719338, 30.1642408 ] ], [ [ 120.1719482, 30.164308 ], [ 120.1702641, 30.1643809 ], [ 120.1700776, 30.1644581 ] ], [ [ 120.1700262, 30.1644024 ], [ 120.1700776, 30.1644581 ] ], [ [ 120.1702224, 30.1662701 ], [ 120.1703921, 30.1659285 ], [ 120.1704285, 30.165491 ], [ 120.1703565, 30.165101 ], [ 120.1701546, 30.1647399 ], [ 120.1698764, 30.1643931 ], [ 120.1689399, 30.1634231 ] ], [ [ 120.1700776, 30.1644581 ], [ 120.1703332, 30.1648361 ], [ 120.1704567, 30.1651164 ], [ 120.1705489, 30.1654859 ], [ 120.1705477, 30.1657872 ], [ 120.1705364, 30.1659447 ], [ 120.1703557, 30.1663188 ] ], [ [ 120.1723342, 30.1670421 ], [ 120.1723861, 30.1665918 ], [ 120.1723689, 30.1662693 ], [ 120.1719482, 30.164308 ] ], [ [ 120.1720266, 30.164312 ], [ 120.1724918, 30.166339 ], [ 120.1725025, 30.1665427 ], [ 120.1724957, 30.16681 ], [ 120.1724564, 30.1670773 ] ], [ [ 120.17232, 30.1671585 ], [ 120.1723342, 30.1670421 ] ], [ [ 120.1724564, 30.1670773 ], [ 120.1724292, 30.1672001 ] ], [ [ 120.1713635, 30.1691558 ], [ 120.1720326, 30.1680747 ], [ 120.1722118, 30.1677267 ], [ 120.1722783, 30.1674518 ], [ 120.17232, 30.1671585 ] ], [ [ 120.1724292, 30.1672001 ], [ 120.1723831, 30.1676098 ], [ 120.172303, 30.1678346 ], [ 120.1721788, 30.168115 ], [ 120.1715016, 30.169207 ] ], [ [ 120.2329696, 29.9697497 ], [ 120.2330767, 29.9700995 ], [ 120.233381, 29.9715356 ], [ 120.23381, 29.9737316 ], [ 120.2339375, 29.9743179 ], [ 120.2342784, 29.9758848 ], [ 120.2348041, 29.9774461 ], [ 120.2354375, 29.9787238 ], [ 120.2358127, 29.979342 ], [ 120.2361067, 29.9797933 ], [ 120.2364521, 29.9803202 ], [ 120.2375987, 29.9820691 ] ], [ [ 120.2320938, 29.9672505 ], [ 120.2323328, 29.9678849 ], [ 120.2324985, 29.9683506 ] ], [ [ 120.2328467, 29.9696751 ], [ 120.2327175, 29.9693682 ], [ 120.2325423, 29.9688328 ], [ 120.232189, 29.9678849 ], [ 120.2321273, 29.9675131 ], [ 120.2320938, 29.9672505 ] ], [ [ 120.2324985, 29.9683506 ], [ 120.2327208, 29.9689931 ], [ 120.2329539, 29.9696666 ] ], [ [ 120.2329539, 29.9696666 ], [ 120.2329696, 29.9697497 ] ], [ [ 120.2328629, 29.969754 ], [ 120.2328467, 29.9696751 ] ], [ [ 120.2387629, 29.983819 ], [ 120.2383628, 29.9833099 ], [ 120.2379101, 29.982734 ], [ 120.2359919, 29.9799164 ] ], [ [ 120.2375987, 29.9820691 ], [ 120.2388523, 29.9838038 ] ], [ [ 120.2388523, 29.9838038 ], [ 120.2389657, 29.9839337 ] ], [ [ 120.238845, 29.9839623 ], [ 120.2387629, 29.983819 ] ], [ [ 120.2401133, 29.9855714 ], [ 120.2413259, 29.9873875 ] ], [ [ 120.2413259, 29.9873875 ], [ 120.2422655, 29.9887825 ] ], [ [ 120.2359919, 29.9799164 ], [ 120.2356221, 29.9792898 ], [ 120.2354801, 29.9790492 ], [ 120.2351475, 29.9784451 ], [ 120.2347556, 29.9776041 ], [ 120.2344984, 29.9769303 ], [ 120.2341819, 29.9759312 ], [ 120.233978, 29.9750994 ], [ 120.2337539, 29.9740827 ], [ 120.2337037, 29.9737402 ], [ 120.2335637, 29.9730569 ], [ 120.2333645, 29.9720846 ], [ 120.2329266, 29.9700317 ], [ 120.2328629, 29.969754 ] ], [ [ 120.2416662, 30.0033923 ], [ 120.2425654, 30.0026381 ], [ 120.2439344, 30.0013091 ], [ 120.2442241, 30.0009885 ], [ 120.2446693, 30.0004821 ], [ 120.2450556, 29.9998782 ], [ 120.2452091, 29.9995827 ], [ 120.2453452, 29.9993207 ], [ 120.2455598, 29.9988933 ], [ 120.2457744, 29.9981918 ], [ 120.2459031, 29.9976436 ], [ 120.2459729, 29.9972115 ], [ 120.2460211, 29.9964357 ], [ 120.2459623, 29.995738 ], [ 120.2458742, 29.9952679 ], [ 120.245769, 29.9947074 ], [ 120.2453774, 29.9936574 ], [ 120.2447736, 29.9926513 ], [ 120.2420902, 29.9887808 ], [ 120.2417227, 29.9881928 ], [ 120.2415944, 29.9880002 ], [ 120.2405887, 29.9864907 ], [ 120.2395731, 29.9849504 ], [ 120.238845, 29.9839623 ] ], [ [ 120.2422655, 29.9887825 ], [ 120.2426708, 29.9893725 ], [ 120.2444333, 29.9919383 ], [ 120.2448976, 29.9926158 ], [ 120.2453926, 29.993493 ], [ 120.2456322, 29.9939942 ], [ 120.2458173, 29.9945355 ], [ 120.2459246, 29.9949118 ], [ 120.2459862, 29.9952888 ], [ 120.2460802, 29.995762 ], [ 120.2461064, 29.9964474 ], [ 120.2461177, 29.9967423 ], [ 120.2460504, 29.997413 ], [ 120.2459192, 29.9981407 ], [ 120.2456671, 29.998884 ], [ 120.2452969, 29.9996645 ], [ 120.2450112, 30.0001692 ], [ 120.2447391, 30.0005518 ], [ 120.244614, 30.0007 ], [ 120.2443314, 30.001035 ], [ 120.2438486, 30.0015553 ], [ 120.2435197, 30.0019315 ], [ 120.2416902, 30.0035676 ] ], [ [ 120.2415795, 30.0034941 ], [ 120.2416662, 30.0033923 ] ], [ [ 120.2416662, 30.0033923 ], [ 120.2416902, 30.0035676 ] ], [ [ 120.2416028, 30.0036584 ], [ 120.2415795, 30.0034941 ] ], [ [ 120.2416902, 30.0035676 ], [ 120.2416028, 30.0036584 ] ], [ [ 120.2416028, 30.0036584 ], [ 120.2410785, 30.0041384 ] ], [ [ 120.2416869, 30.0042538 ], [ 120.2416028, 30.0036584 ] ], [ [ 120.2416869, 30.0042538 ], [ 120.2415887, 30.0041109 ], [ 120.2414975, 30.0040435 ], [ 120.2413795, 30.0040133 ], [ 120.241299, 30.0040365 ], [ 120.2410785, 30.0041384 ] ], [ [ 120.2389657, 29.9839337 ], [ 120.239234, 29.9843246 ], [ 120.2398445, 29.9851903 ], [ 120.2401133, 29.9855714 ] ], [ [ 120.2396643, 30.0053553 ], [ 120.2400513, 30.0049305 ] ], [ [ 120.2402498, 30.0049461 ], [ 120.2396643, 30.0053553 ] ], [ [ 120.2400513, 30.0049305 ], [ 120.2415795, 30.0034941 ] ], [ [ 120.2410785, 30.0041384 ], [ 120.2402498, 30.0049461 ] ], [ [ 120.2424515, 30.0173346 ], [ 120.2425422, 30.0168029 ], [ 120.2426275, 30.016039 ], [ 120.2426885, 30.0151413 ], [ 120.2427129, 30.0141662 ], [ 120.2426885, 30.0130679 ], [ 120.2426519, 30.0123215 ], [ 120.2425759, 30.0116127 ], [ 120.2425259, 30.0111457 ], [ 120.2422044, 30.0085816 ], [ 120.2419012, 30.0059012 ], [ 120.241851, 30.0056326 ], [ 120.2416869, 30.0042538 ] ], [ [ 120.2417972, 30.0203042 ], [ 120.2420543, 30.0193233 ], [ 120.2423674, 30.0178272 ], [ 120.2424515, 30.0173346 ] ], [ [ 120.1897878, 30.0113778 ], [ 120.1893571, 30.0112808 ] ], [ [ 120.1893571, 30.0112808 ], [ 120.189219, 30.0112682 ] ], [ [ 120.189219, 30.0112682 ], [ 120.18838, 30.01135 ] ], [ [ 120.18838, 30.01135 ], [ 120.18828, 30.01136 ] ], [ [ 120.18828, 30.01136 ], [ 120.1880748, 30.0113942 ] ], [ [ 120.1880748, 30.0113942 ], [ 120.18768, 30.01146 ] ], [ [ 120.18768, 30.01146 ], [ 120.18758, 30.01147 ] ], [ [ 120.18758, 30.01147 ], [ 120.18704, 30.01155 ] ], [ [ 120.18704, 30.01155 ], [ 120.18694, 30.01156 ] ], [ [ 120.18694, 30.01156 ], [ 120.1864, 30.01161 ] ], [ [ 120.1864, 30.01161 ], [ 120.18629, 30.01162 ] ], [ [ 120.18629, 30.01162 ], [ 120.18575, 30.01164 ] ], [ [ 120.18575, 30.01164 ], [ 120.18564, 30.01164 ] ], [ [ 120.18564, 30.01164 ], [ 120.1854204, 30.0116359 ] ], [ [ 120.1854204, 30.0116359 ], [ 120.1851, 30.01163 ] ], [ [ 120.1851, 30.01163 ], [ 120.18499, 30.01163 ] ], [ [ 120.18499, 30.01163 ], [ 120.18488, 30.01162 ] ], [ [ 120.18488, 30.01162 ], [ 120.18443, 30.01152 ] ], [ [ 120.18443, 30.01152 ], [ 120.18434, 30.01149 ] ], [ [ 120.18434, 30.01149 ], [ 120.18388, 30.01122 ] ], [ [ 120.18388, 30.01122 ], [ 120.1838, 30.01117 ] ], [ [ 120.1838, 30.01117 ], [ 120.18331, 30.01096 ] ], [ [ 120.18331, 30.01096 ], [ 120.1832, 30.01093 ] ], [ [ 120.1832, 30.01093 ], [ 120.1831028, 30.0109132 ] ], [ [ 120.1831028, 30.0109132 ], [ 120.1829502, 30.0108868 ] ], [ [ 120.1829502, 30.0108868 ], [ 120.18268, 30.01084 ] ], [ [ 120.18268, 30.01084 ], [ 120.18257, 30.01081 ] ], [ [ 120.18257, 30.01081 ], [ 120.18227, 30.01068 ] ], [ [ 120.18227, 30.01068 ], [ 120.1818827, 30.0104128 ] ], [ [ 120.1818827, 30.0104128 ], [ 120.1817827, 30.0103828 ] ], [ [ 120.1817827, 30.0103828 ], [ 120.1815834, 30.0103389 ] ], [ [ 120.1815834, 30.0103389 ], [ 120.1813541, 30.0103059 ] ], [ [ 120.1813541, 30.0103059 ], [ 120.1811266, 30.0103035 ] ], [ [ 120.1811266, 30.0103035 ], [ 120.180931, 30.0103163 ] ], [ [ 120.1900446, 30.011379 ], [ 120.189943, 30.0113776 ] ], [ [ 120.189943, 30.0113776 ], [ 120.1897878, 30.0113778 ] ], [ [ 120.2396643, 30.0053553 ], [ 120.2371911, 30.0075965 ] ], [ [ 120.2371911, 30.0075965 ], [ 120.2351203, 30.009484 ] ], [ [ 120.2351203, 30.009484 ], [ 120.2345148, 30.0100256 ] ], [ [ 120.2345148, 30.0100256 ], [ 120.232558, 30.0118087 ] ], [ [ 120.232558, 30.0118087 ], [ 120.2317994, 30.0124999 ] ], [ [ 120.2404165, 30.0248095 ], [ 120.2407656, 30.0236389 ], [ 120.2411745, 30.0223036 ], [ 120.2412981, 30.0219 ], [ 120.2417738, 30.0203934 ], [ 120.2417972, 30.0203042 ] ], [ [ 120.2416902, 30.0035676 ], [ 120.2419808, 30.0056916 ], [ 120.2420059, 30.0059245 ], [ 120.2423358, 30.0086106 ], [ 120.2424106, 30.0094188 ], [ 120.2426437, 30.0112105 ], [ 120.2426685, 30.0114305 ], [ 120.2427721, 30.0123514 ], [ 120.2428244, 30.0135047 ], [ 120.2428149, 30.0144273 ], [ 120.2427959, 30.0151481 ], [ 120.2427293, 30.016219 ], [ 120.2426437, 30.0169109 ], [ 120.2425819, 30.0173267 ], [ 120.242539, 30.0176152 ], [ 120.2422489, 30.0190361 ], [ 120.241973, 30.0201234 ], [ 120.2416258, 30.0211901 ], [ 120.2413276, 30.0221512 ], [ 120.2412833, 30.0222939 ], [ 120.2409836, 30.0232988 ], [ 120.2402891, 30.0255351 ], [ 120.2400989, 30.026297 ], [ 120.2400275, 30.0267994 ], [ 120.2399847, 30.0274007 ], [ 120.2399629, 30.0286056 ], [ 120.2399614, 30.0286899 ], [ 120.2399413, 30.0308932 ], [ 120.2399261, 30.032559 ], [ 120.2399216, 30.0330488 ], [ 120.2399245, 30.0333659 ], [ 120.2398842, 30.0396644 ], [ 120.2398829, 30.03976 ], [ 120.2398677, 30.0408491 ], [ 120.2398621, 30.0418327 ], [ 120.2398893, 30.0428331 ] ], [ [ 120.2397323, 30.0411953 ], [ 120.2397617, 30.0400429 ], [ 120.2397653, 30.0397647 ], [ 120.2397663, 30.0396841 ], [ 120.2398199, 30.0333589 ], [ 120.2398092, 30.0331078 ], [ 120.239819, 30.03256 ], [ 120.2398305, 30.031921 ], [ 120.2398386, 30.0297916 ], [ 120.2398406, 30.028854 ], [ 120.2398427, 30.0278416 ], [ 120.2398793, 30.0271693 ], [ 120.2399565, 30.0264794 ], [ 120.2400866, 30.0259127 ], [ 120.2402858, 30.0252475 ], [ 120.2404165, 30.0248095 ] ], [ [ 120.2397808, 30.0428056 ], [ 120.2397939, 30.0420395 ], [ 120.2397323, 30.0411953 ] ], [ [ 120.239959, 30.0472896 ], [ 120.2399618, 30.0472688 ], [ 120.2399923, 30.0470435 ], [ 120.2399875, 30.0468788 ], [ 120.2399534, 30.0461521 ], [ 120.2399221, 30.0454842 ], [ 120.2398872, 30.0447051 ], [ 120.2398226, 30.0435527 ], [ 120.2397808, 30.0428056 ] ], [ [ 120.2398893, 30.0428331 ], [ 120.2399374, 30.0439291 ], [ 120.2399808, 30.0449194 ], [ 120.2400439, 30.0463063 ], [ 120.2400713, 30.0469094 ], [ 120.2400562, 30.0470491 ], [ 120.240031, 30.0472889 ] ], [ [ 120.2380634, 30.0469763 ], [ 120.2381825, 30.0469805 ] ], [ [ 120.2382518, 30.0470795 ], [ 120.2380634, 30.0469763 ] ], [ [ 120.2381825, 30.0469805 ], [ 120.2383606, 30.0469831 ], [ 120.2391307, 30.0471308 ], [ 120.239959, 30.0472896 ] ], [ [ 120.2399473, 30.0473764 ], [ 120.2398249, 30.0473542 ], [ 120.2391701, 30.0472398 ], [ 120.2382518, 30.0470795 ] ], [ [ 120.239959, 30.0472896 ], [ 120.240031, 30.0472889 ] ], [ [ 120.2439729, 30.0428751 ], [ 120.2439362, 30.0453284 ] ], [ [ 120.2439362, 30.0453284 ], [ 120.2439324, 30.0457335 ] ], [ [ 120.2439324, 30.0457335 ], [ 120.2439318, 30.0461064 ] ], [ [ 120.2439318, 30.0461064 ], [ 120.2439297, 30.0473318 ] ], [ [ 120.240031, 30.0472889 ], [ 120.2410044, 30.0472957 ], [ 120.2417313, 30.0473008 ], [ 120.2439297, 30.0473318 ] ], [ [ 120.2438951, 30.0474029 ], [ 120.2439297, 30.0473318 ] ], [ [ 120.2439297, 30.0473318 ], [ 120.2439434, 30.0474033 ] ], [ [ 120.2438951, 30.0474029 ], [ 120.2417302, 30.0473737 ], [ 120.2409519, 30.0473774 ], [ 120.2400183, 30.0473819 ] ], [ [ 120.2439434, 30.0474033 ], [ 120.2438951, 30.0474029 ] ], [ [ 120.2399473, 30.0473764 ], [ 120.239959, 30.0472896 ] ], [ [ 120.240031, 30.0472889 ], [ 120.2400255, 30.0473414 ], [ 120.2400183, 30.0473819 ] ], [ [ 120.2400183, 30.0473819 ], [ 120.2399473, 30.0473764 ] ], [ [ 120.2400183, 30.0473819 ], [ 120.2399717, 30.0476455 ], [ 120.2398682, 30.0482817 ], [ 120.2398229, 30.0485203 ], [ 120.2398056, 30.048611 ] ], [ [ 120.2394192, 30.0487477 ], [ 120.2397275, 30.0485578 ], [ 120.2397836, 30.0483206 ], [ 120.2398425, 30.0479848 ], [ 120.2399408, 30.0474245 ], [ 120.2399473, 30.0473764 ] ], [ [ 120.2398056, 30.048611 ], [ 120.2395453, 30.0488225 ], [ 120.2394596, 30.048862 ] ], [ [ 120.2392895, 30.048799 ], [ 120.2394192, 30.0487477 ] ], [ [ 120.2394596, 30.048862 ], [ 120.2393322, 30.0489168 ] ], [ [ 120.2398056, 30.048611 ], [ 120.2397379, 30.0490986 ], [ 120.2396946, 30.0495278 ] ], [ [ 120.2439434, 30.0474033 ], [ 120.243957, 30.0474748 ], [ 120.2440931, 30.0493477 ], [ 120.2441693, 30.0505397 ], [ 120.244198, 30.0509884 ], [ 120.2442932, 30.0524769 ] ], [ [ 120.2441814, 30.0524803 ], [ 120.2440531, 30.0505392 ], [ 120.2439971, 30.0496916 ], [ 120.243977, 30.0493878 ], [ 120.2439171, 30.0484809 ], [ 120.2438517, 30.0474921 ], [ 120.2438951, 30.0474029 ] ], [ [ 120.2443123, 30.0564768 ], [ 120.2442697, 30.055212 ], [ 120.244271, 30.0546304 ], [ 120.2442615, 30.0540992 ], [ 120.2442396, 30.0536567 ], [ 120.2441814, 30.0524803 ] ], [ [ 120.2442932, 30.0524769 ], [ 120.2443384, 30.0534103 ], [ 120.2443492, 30.0538977 ], [ 120.2443635, 30.054541 ], [ 120.2443783, 30.055205 ], [ 120.2444284, 30.0559296 ], [ 120.244447, 30.0564966 ] ], [ [ 120.1855252, 30.0408042 ], [ 120.1855613, 30.0408177 ] ], [ [ 120.1855458, 30.0409471 ], [ 120.1855119, 30.0409346 ] ], [ [ 120.1853724, 30.0520988 ], [ 120.1862319, 30.0520492 ] ], [ [ 120.1974537, 30.06952 ], [ 120.19761, 30.0694654 ], [ 120.1981651, 30.0694544 ], [ 120.1990291, 30.0694374 ], [ 120.2015722, 30.0693704 ], [ 120.2039672, 30.0693065 ], [ 120.2048922, 30.0692818 ] ], [ [ 120.2048951, 30.0693689 ], [ 120.2034032, 30.0694081 ], [ 120.201574, 30.0694561 ], [ 120.199035, 30.0695408 ], [ 120.1979128, 30.0695709 ], [ 120.1976046, 30.0695791 ], [ 120.1974537, 30.06952 ] ], [ [ 120.2317994, 30.0124999 ], [ 120.2314568, 30.0128121 ] ], [ [ 120.2314568, 30.0128121 ], [ 120.2300048, 30.0141351 ] ], [ [ 120.2300048, 30.0141351 ], [ 120.2293777, 30.0147065 ] ], [ [ 120.2293777, 30.0147065 ], [ 120.2293048, 30.01478 ] ], [ [ 120.2293048, 30.01478 ], [ 120.2287087, 30.0153806 ] ], [ [ 120.2287087, 30.0153806 ], [ 120.228632, 30.0154579 ] ], [ [ 120.228632, 30.0154579 ], [ 120.2282782, 30.0158143 ] ], [ [ 120.2282782, 30.0158143 ], [ 120.2279513, 30.0161437 ] ], [ [ 120.2279513, 30.0161437 ], [ 120.2271516, 30.0171054 ] ], [ [ 120.2271516, 30.0171054 ], [ 120.2264168, 30.0182077 ] ], [ [ 120.2264168, 30.0182077 ], [ 120.2258549, 30.0193315 ] ], [ [ 120.2258549, 30.0193315 ], [ 120.2254442, 30.0203473 ] ], [ [ 120.2254442, 30.0203473 ], [ 120.225066, 30.0217089 ] ], [ [ 120.225066, 30.0217089 ], [ 120.2249306, 30.0222401 ] ], [ [ 120.2249306, 30.0222401 ], [ 120.2248152, 30.0226928 ] ], [ [ 120.2248152, 30.0226928 ], [ 120.2245234, 30.0238371 ] ], [ [ 120.2245234, 30.0238371 ], [ 120.2242094, 30.0250687 ] ], [ [ 120.2242094, 30.0250687 ], [ 120.2240935, 30.0255234 ] ], [ [ 120.2240935, 30.0255234 ], [ 120.2234777, 30.0279273 ] ], [ [ 120.2234777, 30.0279273 ], [ 120.2232442, 30.0288389 ] ], [ [ 120.2232442, 30.0288389 ], [ 120.2231966, 30.0290246 ] ], [ [ 120.2231966, 30.0290246 ], [ 120.2230684, 30.0294451 ] ], [ [ 120.2230684, 30.0294451 ], [ 120.2229683, 30.0297735 ] ], [ [ 120.2229683, 30.0297735 ], [ 120.2229446, 30.0298513 ] ], [ [ 120.2390025, 30.0607237 ], [ 120.2362962, 30.0608954 ] ], [ [ 120.2362962, 30.0608954 ], [ 120.2360231, 30.060906 ] ], [ [ 120.2360231, 30.060906 ], [ 120.2351555, 30.0609396 ] ], [ [ 120.2351555, 30.0609396 ], [ 120.2345559, 30.0611036 ] ], [ [ 120.2345559, 30.0611036 ], [ 120.2342133, 30.0611545 ] ], [ [ 120.2342133, 30.0611545 ], [ 120.2307574, 30.0623689 ] ], [ [ 120.2307574, 30.0623689 ], [ 120.2298556, 30.0626858 ] ], [ [ 120.2298556, 30.0626858 ], [ 120.2279866, 30.0634825 ] ], [ [ 120.2279866, 30.0634825 ], [ 120.227787, 30.0635642 ] ], [ [ 120.227787, 30.0635642 ], [ 120.2272525, 30.0634654 ] ], [ [ 120.2272525, 30.0634654 ], [ 120.2266416, 30.0634711 ] ], [ [ 120.2266416, 30.0634711 ], [ 120.2264023, 30.0635879 ] ], [ [ 120.2264023, 30.0635879 ], [ 120.2259706, 30.0640575 ] ], [ [ 120.2259706, 30.0640575 ], [ 120.2258216, 30.064369 ] ], [ [ 120.2258216, 30.064369 ], [ 120.2255831, 30.0659438 ] ], [ [ 120.2255831, 30.0659438 ], [ 120.2255148, 30.066234 ] ], [ [ 120.2255148, 30.066234 ], [ 120.225344, 30.06645 ] ], [ [ 120.225344, 30.06645 ], [ 120.2249665, 30.0666939 ] ], [ [ 120.2249665, 30.0666939 ], [ 120.2242557, 30.0671919 ] ], [ [ 120.2242557, 30.0671919 ], [ 120.2238789, 30.0673683 ] ], [ [ 120.2238789, 30.0673683 ], [ 120.2236643, 30.0674426 ] ], [ [ 120.2236643, 30.0674426 ], [ 120.2229991, 30.0675354 ] ], [ [ 120.2229991, 30.0675354 ], [ 120.2226772, 30.0676097 ] ], [ [ 120.2226772, 30.0676097 ], [ 120.2210679, 30.0675354 ] ], [ [ 120.2210679, 30.0675354 ], [ 120.2200379, 30.0674611 ] ], [ [ 120.2200379, 30.0674611 ], [ 120.2197161, 30.0673497 ] ], [ [ 120.2197161, 30.0673497 ], [ 120.2195229, 30.0673497 ] ], [ [ 120.2195229, 30.0673497 ], [ 120.219407, 30.0673712 ] ], [ [ 120.219407, 30.0673712 ], [ 120.2192225, 30.0674054 ] ], [ [ 120.2192225, 30.0674054 ], [ 120.2168688, 30.0677807 ] ], [ [ 120.2168688, 30.0677807 ], [ 120.2167764, 30.0677954 ] ], [ [ 120.2167764, 30.0677954 ], [ 120.2163687, 30.0679811 ] ], [ [ 120.2163687, 30.0679811 ], [ 120.215847, 30.0683607 ] ], [ [ 120.215847, 30.0683607 ], [ 120.2156807, 30.0684698 ] ], [ [ 120.2156807, 30.0684698 ], [ 120.2155439, 30.0685185 ] ], [ [ 120.2155439, 30.0685185 ], [ 120.2154028, 30.0685382 ] ], [ [ 120.2154028, 30.0685382 ], [ 120.215218, 30.0685695 ] ], [ [ 120.215218, 30.0685695 ], [ 120.2146185, 30.0686217 ] ], [ [ 120.2146185, 30.0686217 ], [ 120.2135746, 30.0686391 ] ], [ [ 120.2135746, 30.0686391 ], [ 120.2115017, 30.0686735 ] ], [ [ 120.2115017, 30.0686735 ], [ 120.2113355, 30.0686763 ] ], [ [ 120.2113355, 30.0686763 ], [ 120.2110612, 30.0686877 ] ], [ [ 120.2110612, 30.0686877 ], [ 120.210266, 30.0688293 ] ], [ [ 120.2092533, 30.0247151 ], [ 120.2092765, 30.0246228 ] ], [ [ 120.2048922, 30.0692818 ], [ 120.2062279, 30.0692286 ], [ 120.2070004, 30.0691799 ], [ 120.2081256, 30.0690592 ], [ 120.2085601, 30.069 ], [ 120.2092649, 30.0689127 ], [ 120.2101439, 30.0688038 ], [ 120.210266, 30.0688293 ] ], [ [ 120.210266, 30.0688293 ], [ 120.2101734, 30.0688781 ], [ 120.2097979, 30.0689292 ], [ 120.20927, 30.068995 ], [ 120.2085673, 30.0690827 ], [ 120.2067938, 30.0692681 ], [ 120.2061313, 30.0693307 ], [ 120.2048951, 30.0693689 ] ], [ [ 120.2310383, 30.1609993 ], [ 120.2308515, 30.160827 ] ], [ [ 120.2308515, 30.160827 ], [ 120.230743, 30.1606524 ] ], [ [ 120.230743, 30.1606524 ], [ 120.2306787, 30.1604901 ] ], [ [ 120.2306787, 30.1604901 ], [ 120.2306251, 30.1602767 ] ], [ [ 120.2306251, 30.1602767 ], [ 120.2305929, 30.160068 ] ], [ [ 120.2305929, 30.160068 ], [ 120.2305822, 30.1598871 ] ], [ [ 120.2305822, 30.1598871 ], [ 120.2305929, 30.1596877 ] ], [ [ 120.2305929, 30.1596877 ], [ 120.2305929, 30.1595021 ] ], [ [ 120.2305929, 30.1595021 ], [ 120.2305824, 30.1594142 ] ], [ [ 120.2305824, 30.1594142 ], [ 120.2305714, 30.1593213 ] ], [ [ 120.2305714, 30.1593213 ], [ 120.2305065, 30.1591452 ] ], [ [ 120.2305065, 30.1591452 ], [ 120.2304212, 30.1590105 ] ], [ [ 120.2304212, 30.1590105 ], [ 120.2302764, 30.1588899 ] ], [ [ 120.2302764, 30.1588899 ], [ 120.2300806, 30.1587417 ] ], [ [ 120.2300806, 30.1587417 ], [ 120.2298794, 30.1586116 ] ], [ [ 120.2298794, 30.1586116 ], [ 120.229697, 30.1585235 ] ], [ [ 120.229697, 30.1585235 ], [ 120.2295361, 30.1584771 ] ], [ [ 120.2295361, 30.1584771 ], [ 120.2293054, 30.1584446 ] ], [ [ 120.2293054, 30.1584446 ], [ 120.2290104, 30.1584493 ] ], [ [ 120.2290104, 30.1584493 ], [ 120.2287154, 30.1584539 ] ], [ [ 120.2287154, 30.1584539 ], [ 120.2285222, 30.1584353 ] ], [ [ 120.2285222, 30.1584353 ], [ 120.2282916, 30.1583472 ] ], [ [ 120.2282916, 30.1583472 ], [ 120.2280861, 30.1581352 ] ], [ [ 120.2280861, 30.1581352 ], [ 120.2278426, 30.15783 ] ], [ [ 120.2278426, 30.15783 ], [ 120.227772, 30.1576872 ] ], [ [ 120.227772, 30.1576872 ], [ 120.2277627, 30.1576634 ] ], [ [ 120.2277627, 30.1576634 ], [ 120.22768, 30.157452 ] ], [ [ 120.22768, 30.157452 ], [ 120.2276317, 30.1572201 ] ], [ [ 120.2276317, 30.1572201 ], [ 120.2276049, 30.1569279 ] ], [ [ 120.2276049, 30.1569279 ], [ 120.2275513, 30.1566821 ] ], [ [ 120.2275513, 30.1566821 ], [ 120.2274815, 30.1563574 ] ], [ [ 120.2274815, 30.1563574 ], [ 120.2274477, 30.1561489 ] ], [ [ 120.2274477, 30.1561489 ], [ 120.2274654, 30.1558657 ] ], [ [ 120.2274654, 30.1558657 ], [ 120.2275298, 30.155592 ] ], [ [ 120.2275298, 30.155592 ], [ 120.2275566, 30.1552673 ] ], [ [ 120.2275566, 30.1552673 ], [ 120.2275205, 30.1550828 ] ], [ [ 120.2275205, 30.1550828 ], [ 120.22751, 30.1550293 ] ], [ [ 120.22751, 30.1550293 ], [ 120.2274976, 30.1549658 ] ], [ [ 120.2274976, 30.1549658 ], [ 120.2273995, 30.1546367 ] ], [ [ 120.2273995, 30.1546367 ], [ 120.227347, 30.1545509 ] ], [ [ 120.227347, 30.1545509 ], [ 120.2272348, 30.1543675 ] ], [ [ 120.2272348, 30.1543675 ], [ 120.226988, 30.1540057 ] ], [ [ 120.226988, 30.1540057 ], [ 120.2269031, 30.1538985 ] ], [ [ 120.2269031, 30.1538985 ], [ 120.2266393, 30.153565 ] ], [ [ 120.2266393, 30.153565 ], [ 120.2263376, 30.1532559 ] ], [ [ 120.2263376, 30.1532559 ], [ 120.2259892, 30.1529247 ] ], [ [ 120.2259892, 30.1529247 ], [ 120.2256147, 30.1526095 ] ], [ [ 120.2256147, 30.1526095 ], [ 120.2251158, 30.1522338 ] ], [ [ 120.2251158, 30.1522338 ], [ 120.2245096, 30.1517606 ] ], [ [ 120.2245096, 30.1517606 ], [ 120.2241824, 30.1515241 ] ], [ [ 120.2241824, 30.1515241 ], [ 120.2237747, 30.1511947 ] ], [ [ 120.2237747, 30.1511947 ], [ 120.2234368, 30.1509952 ] ], [ [ 120.2234368, 30.1509952 ], [ 120.2230773, 30.1508375 ] ], [ [ 120.2230773, 30.1508375 ], [ 120.2228145, 30.1507494 ] ], [ [ 120.2228145, 30.1507494 ], [ 120.2224819, 30.1506659 ] ], [ [ 120.2224819, 30.1506659 ], [ 120.2220957, 30.150601 ] ], [ [ 120.2220957, 30.150601 ], [ 120.2216397, 30.150587 ] ], [ [ 120.2216397, 30.150587 ], [ 120.2212266, 30.1505824 ] ], [ [ 120.2212266, 30.1505824 ], [ 120.2210335, 30.1505592 ] ], [ [ 120.2210335, 30.1505592 ], [ 120.2208779, 30.1505082 ] ], [ [ 120.2208779, 30.1505082 ], [ 120.2205566, 30.1503792 ] ], [ [ 120.2205566, 30.1503792 ], [ 120.2201752, 30.150202 ] ], [ [ 120.2201752, 30.150202 ], [ 120.2199858, 30.1500677 ] ], [ [ 120.2199858, 30.1500677 ], [ 120.2198802, 30.149933 ] ], [ [ 120.2198802, 30.149933 ], [ 120.2198068, 30.1498029 ] ], [ [ 120.2198068, 30.1498029 ], [ 120.2197729, 30.1497428 ] ], [ [ 120.2197729, 30.1497428 ], [ 120.21973, 30.1495201 ] ], [ [ 120.21973, 30.1495201 ], [ 120.2196817, 30.1492418 ] ], [ [ 120.2196817, 30.1492418 ], [ 120.2196334, 30.1489681 ] ], [ [ 120.2196334, 30.1489681 ], [ 120.2195583, 30.1487176 ] ], [ [ 120.2195583, 30.1487176 ], [ 120.21951, 30.1486017 ] ], [ [ 120.21951, 30.1486017 ], [ 120.2193655, 30.1483745 ] ], [ [ 120.2193655, 30.1483745 ], [ 120.2192153, 30.1482353 ] ], [ [ 120.2192153, 30.1482353 ], [ 120.2190136, 30.1480452 ] ], [ [ 120.2190136, 30.1480452 ], [ 120.2188527, 30.147906 ] ], [ [ 120.2188527, 30.147906 ], [ 120.2185716, 30.1477344 ] ], [ [ 120.2185716, 30.1477344 ], [ 120.2183016, 30.1476386 ] ], [ [ 120.2183016, 30.1476386 ], [ 120.2181661, 30.1475906 ] ], [ [ 120.2181661, 30.1475906 ], [ 120.2179128, 30.1475268 ] ], [ [ 120.2179128, 30.1475268 ], [ 120.2178528, 30.1475117 ] ], [ [ 120.2178528, 30.1475117 ], [ 120.2174687, 30.1474885 ] ], [ [ 120.2174687, 30.1474885 ], [ 120.2171447, 30.1474931 ] ], [ [ 120.2171447, 30.1474931 ], [ 120.216737, 30.1475303 ] ], [ [ 120.216737, 30.1475303 ], [ 120.2163314, 30.1476555 ] ], [ [ 120.2163314, 30.1476555 ], [ 120.2159216, 30.147688 ] ], [ [ 120.2159216, 30.147688 ], [ 120.2156855, 30.1476509 ] ], [ [ 120.2156855, 30.1476509 ], [ 120.215444, 30.1475986 ] ], [ [ 120.215444, 30.1475986 ], [ 120.2153851, 30.1475859 ] ], [ [ 120.2153851, 30.1475859 ], [ 120.215044, 30.1474236 ] ], [ [ 120.215044, 30.1474236 ], [ 120.214765, 30.147238 ] ], [ [ 120.214765, 30.147238 ], [ 120.2145129, 30.1470014 ] ], [ [ 120.2145129, 30.1470014 ], [ 120.2144002, 30.1469318 ] ], [ [ 120.2144002, 30.1469318 ], [ 120.2141588, 30.1468112 ] ], [ [ 120.2141588, 30.1468112 ], [ 120.2139443, 30.1466721 ] ], [ [ 120.2139443, 30.1466721 ], [ 120.2137705, 30.1465422 ] ], [ [ 120.2137705, 30.1465422 ], [ 120.2136417, 30.1464216 ] ], [ [ 120.2136417, 30.1464216 ], [ 120.21344, 30.1461989 ] ], [ [ 120.21344, 30.1461989 ], [ 120.2132791, 30.1460644 ] ], [ [ 120.2132791, 30.1460644 ], [ 120.2130859, 30.1459998 ] ], [ [ 120.2130859, 30.1459998 ], [ 120.212884, 30.1459806 ] ], [ [ 120.212884, 30.1459806 ], [ 120.2126529, 30.1459908 ] ], [ [ 120.2126529, 30.1459908 ], [ 120.2124829, 30.1460257 ] ], [ [ 120.2220413, 30.1675725 ], [ 120.2220545, 30.16749 ] ], [ [ 120.2325526, 30.1215972 ], [ 120.2327877, 30.122389 ], [ 120.23333, 30.1235776 ], [ 120.2340078, 30.1247875 ], [ 120.2352218, 30.1268128 ], [ 120.2358441, 30.1279533 ], [ 120.2363433, 30.1289393 ], [ 120.2365052, 30.1292904 ] ], [ [ 120.2183562, 30.1412164 ], [ 120.2185603, 30.1415089 ] ], [ [ 120.2185603, 30.1415089 ], [ 120.2195901, 30.1430544 ] ], [ [ 120.2195901, 30.1430544 ], [ 120.2199007, 30.1435838 ] ], [ [ 120.2199007, 30.1435838 ], [ 120.2201662, 30.1439332 ] ], [ [ 120.2201662, 30.1439332 ], [ 120.220413, 30.1443357 ] ], [ [ 120.220413, 30.1443357 ], [ 120.2204959, 30.1445607 ] ], [ [ 120.2204959, 30.1445607 ], [ 120.2205481, 30.1446969 ] ], [ [ 120.2205481, 30.1446969 ], [ 120.2207168, 30.145183 ] ], [ [ 120.2207168, 30.145183 ], [ 120.2208999, 30.1455582 ] ], [ [ 120.2208999, 30.1455582 ], [ 120.2209314, 30.1456227 ] ], [ [ 120.2209314, 30.1456227 ], [ 120.2211996, 30.1459809 ] ], [ [ 120.2211996, 30.1459809 ], [ 120.2214464, 30.1462314 ] ], [ [ 120.2214464, 30.1462314 ], [ 120.221779, 30.1464447 ] ], [ [ 120.221779, 30.1464447 ], [ 120.2220898, 30.1465567 ] ], [ [ 120.2220898, 30.1465567 ], [ 120.2221652, 30.1465839 ] ], [ [ 120.2221652, 30.1465839 ], [ 120.2225407, 30.1466489 ] ], [ [ 120.2225407, 30.1466489 ], [ 120.2234956, 30.1466581 ] ], [ [ 120.2234956, 30.1466581 ], [ 120.2235268, 30.1466596 ] ], [ [ 120.2235268, 30.1466596 ], [ 120.2251693, 30.1467361 ] ], [ [ 120.2251693, 30.1467361 ], [ 120.2254697, 30.1468196 ] ], [ [ 120.2254697, 30.1468196 ], [ 120.2254903, 30.1468306 ] ], [ [ 120.2254903, 30.1468306 ], [ 120.2271326, 30.1477065 ] ], [ [ 120.2271326, 30.1477065 ], [ 120.2271498, 30.1477164 ] ], [ [ 120.2271498, 30.1477164 ], [ 120.2276157, 30.1479841 ] ], [ [ 120.2276157, 30.1479841 ], [ 120.2284952, 30.1484895 ] ], [ [ 120.2284952, 30.1484895 ], [ 120.2289029, 30.1487827 ] ], [ [ 120.2289029, 30.1487827 ], [ 120.2297827, 30.1497847 ] ], [ [ 120.2297827, 30.1497847 ], [ 120.2308019, 30.1509072 ] ], [ [ 120.2308019, 30.1509072 ], [ 120.2315529, 30.1517236 ] ], [ [ 120.2315529, 30.1517236 ], [ 120.2318211, 30.1519927 ] ], [ [ 120.2318211, 30.1519927 ], [ 120.2320894, 30.152219 ] ], [ [ 120.2320894, 30.152219 ], [ 120.2321633, 30.1522675 ] ], [ [ 120.2321633, 30.1522675 ], [ 120.2331301, 30.1529018 ] ], [ [ 120.2331301, 30.1529018 ], [ 120.2335592, 30.1533471 ] ], [ [ 120.2335592, 30.1533471 ], [ 120.2340336, 30.1538449 ] ], [ [ 120.2340336, 30.1538449 ], [ 120.2344568, 30.1542699 ] ], [ [ 120.2344568, 30.1542699 ], [ 120.2345311, 30.1543336 ] ], [ [ 120.2345311, 30.1543336 ], [ 120.2346991, 30.1544772 ] ], [ [ 120.2346991, 30.1544772 ], [ 120.2350437, 30.1547162 ] ], [ [ 120.2350437, 30.1547162 ], [ 120.2353452, 30.1549016 ] ], [ [ 120.2353452, 30.1549016 ], [ 120.235541, 30.1550217 ] ], [ [ 120.235541, 30.1550217 ], [ 120.2364371, 30.1555734 ] ], [ [ 120.2364371, 30.1555734 ], [ 120.2367699, 30.1557704 ] ], [ [ 120.2367699, 30.1557704 ], [ 120.2369978, 30.1559078 ] ], [ [ 120.2369978, 30.1559078 ], [ 120.2372459, 30.1559314 ] ], [ [ 120.2372459, 30.1559314 ], [ 120.23754, 30.1559631 ] ], [ [ 120.23754, 30.1559631 ], [ 120.2378188, 30.1559915 ] ], [ [ 120.2378188, 30.1559915 ], [ 120.2381015, 30.155976 ] ], [ [ 120.2381015, 30.155976 ], [ 120.2383769, 30.1559353 ] ], [ [ 120.2383769, 30.1559353 ], [ 120.2385604, 30.1558471 ] ], [ [ 120.2385604, 30.1558471 ], [ 120.2386928, 30.1557588 ] ], [ [ 120.2386928, 30.1557588 ], [ 120.2388919, 30.1556106 ] ], [ [ 120.2388919, 30.1556106 ], [ 120.2392253, 30.1553228 ] ], [ [ 120.2392253, 30.1553228 ], [ 120.2394719, 30.1551189 ] ], [ [ 120.2394719, 30.1551189 ], [ 120.2396454, 30.1550228 ] ], [ [ 120.2396454, 30.1550228 ], [ 120.239806, 30.1550074 ] ], [ [ 120.1862319, 30.0520492 ], [ 120.1887532, 30.0518077 ] ], [ [ 120.1887532, 30.0518077 ], [ 120.1900952, 30.0517325 ] ], [ [ 120.1900952, 30.0517325 ], [ 120.190218, 30.0517256 ] ], [ [ 120.190218, 30.0517256 ], [ 120.194437, 30.051489 ] ], [ [ 120.194437, 30.051489 ], [ 120.1957157, 30.0514173 ] ], [ [ 120.1957157, 30.0514173 ], [ 120.1959509, 30.0514041 ] ], [ [ 120.1959509, 30.0514041 ], [ 120.1961565, 30.0513925 ] ], [ [ 120.1961565, 30.0513925 ], [ 120.1962464, 30.0513875 ] ], [ [ 120.1962464, 30.0513875 ], [ 120.1963169, 30.0513835 ] ], [ [ 120.1963169, 30.0513835 ], [ 120.1963707, 30.0513805 ] ], [ [ 120.1963707, 30.0513805 ], [ 120.196832, 30.0513155 ] ], [ [ 120.196832, 30.0513155 ], [ 120.1971324, 30.0512041 ] ], [ [ 120.1971324, 30.0512041 ], [ 120.1973358, 30.0511019 ] ], [ [ 120.1973358, 30.0511019 ], [ 120.197465, 30.0510369 ] ], [ [ 120.197465, 30.0510369 ], [ 120.1977654, 30.0508048 ] ], [ [ 120.1977654, 30.0508048 ], [ 120.1980336, 30.0505355 ] ], [ [ 120.1980336, 30.0505355 ], [ 120.1982482, 30.0502661 ] ], [ [ 120.1982482, 30.0502661 ], [ 120.1984112, 30.0497255 ] ], [ [ 120.1984112, 30.0497255 ], [ 120.1982122, 30.0475485 ] ], [ [ 120.1982122, 30.0475485 ], [ 120.1981771, 30.0471646 ] ], [ [ 120.1981771, 30.0471646 ], [ 120.1981556, 30.0469289 ] ], [ [ 120.1981556, 30.0469289 ], [ 120.1977958, 30.0429919 ] ], [ [ 120.1977958, 30.0429919 ], [ 120.1978791, 30.0422568 ] ], [ [ 120.1978791, 30.0422568 ], [ 120.1979346, 30.0417676 ] ], [ [ 120.1979346, 30.0417676 ], [ 120.1984421, 30.0412546 ] ], [ [ 120.1984421, 30.0412546 ], [ 120.1985457, 30.0411499 ] ], [ [ 120.1985457, 30.0411499 ], [ 120.198656, 30.0410384 ] ], [ [ 120.198656, 30.0410384 ], [ 120.1989435, 30.0407478 ] ], [ [ 120.1989435, 30.0407478 ], [ 120.1991638, 30.0405723 ] ], [ [ 120.1991638, 30.0405723 ], [ 120.2011978, 30.0389519 ] ], [ [ 120.2011978, 30.0389519 ], [ 120.2024046, 30.0372951 ] ], [ [ 120.2024046, 30.0372951 ], [ 120.2031944, 30.036211 ] ], [ [ 120.2031944, 30.036211 ], [ 120.2033179, 30.0360413 ] ], [ [ 120.2033179, 30.0360413 ], [ 120.2035193, 30.0357649 ] ], [ [ 120.2035193, 30.0357649 ], [ 120.2038363, 30.0352667 ] ], [ [ 120.2038363, 30.0352667 ], [ 120.2040567, 30.0349204 ] ], [ [ 120.2040567, 30.0349204 ], [ 120.2045482, 30.0341481 ] ], [ [ 120.2045482, 30.0341481 ], [ 120.2049686, 30.0334874 ] ], [ [ 120.2049686, 30.0334874 ], [ 120.2049945, 30.0334467 ] ], [ [ 120.2049945, 30.0334467 ], [ 120.2065157, 30.0310561 ] ], [ [ 120.2065157, 30.0310561 ], [ 120.2068603, 30.030603 ] ], [ [ 120.2068603, 30.030603 ], [ 120.2070844, 30.0303083 ] ], [ [ 120.2070844, 30.0303083 ], [ 120.2071862, 30.0301749 ] ], [ [ 120.2071862, 30.0301749 ], [ 120.2076906, 30.0295141 ] ], [ [ 120.2076906, 30.0295141 ], [ 120.2079531, 30.0291661 ] ], [ [ 120.2079531, 30.0291661 ], [ 120.2082056, 30.0288313 ] ], [ [ 120.2082056, 30.0288313 ], [ 120.2082914, 30.0287709 ] ], [ [ 120.2082914, 30.0287709 ], [ 120.2083022, 30.0287198 ] ], [ [ 120.2083022, 30.0287198 ], [ 120.2085221, 30.0283668 ] ], [ [ 120.2085221, 30.0283668 ], [ 120.2088011, 30.0276887 ] ], [ [ 120.2088011, 30.0276887 ], [ 120.2092179, 30.0249477 ] ], [ [ 120.2092179, 30.0249477 ], [ 120.2092533, 30.0247151 ] ], [ [ 120.1917644, 30.0737083 ], [ 120.1928594, 30.0727983 ] ], [ [ 120.1928594, 30.0727983 ], [ 120.1940033, 30.0718476 ] ], [ [ 120.1940033, 30.0718476 ], [ 120.1945891, 30.0713608 ] ], [ [ 120.1945891, 30.0713608 ], [ 120.194911, 30.0711565 ] ], [ [ 120.194911, 30.0711565 ], [ 120.1953187, 30.0709523 ] ], [ [ 120.1953187, 30.0709523 ], [ 120.1956406, 30.0708409 ] ], [ [ 120.1956406, 30.0708409 ], [ 120.1958992, 30.0707782 ] ], [ [ 120.1958992, 30.0707782 ], [ 120.196177, 30.0707109 ] ], [ [ 120.196177, 30.0707109 ], [ 120.1965203, 30.0706366 ] ], [ [ 120.1965203, 30.0706366 ], [ 120.1967778, 30.0705252 ] ], [ [ 120.1967778, 30.0705252 ], [ 120.1969495, 30.0703766 ] ], [ [ 120.1969495, 30.0703766 ], [ 120.1973331, 30.069776 ] ], [ [ 120.1973331, 30.069776 ], [ 120.1973518, 30.0697406 ] ], [ [ 120.1973518, 30.0697406 ], [ 120.1974135, 30.0696268 ] ], [ [ 120.1974135, 30.0696268 ], [ 120.1974537, 30.06952 ] ], [ [ 120.1903388, 30.07479 ], [ 120.1914167, 30.0739499 ], [ 120.1917644, 30.0737083 ] ], [ [ 120.1917644, 30.0737083 ], [ 120.1914006, 30.0740427 ], [ 120.1903251, 30.0749364 ] ], [ [ 120.1900512, 30.0736231 ], [ 120.1897348, 30.0734018 ] ], [ [ 120.1897348, 30.0734018 ], [ 120.1896101, 30.0733146 ] ], [ [ 120.1896101, 30.0733146 ], [ 120.1854709, 30.0709754 ] ], [ [ 120.1900512, 30.0736231 ], [ 120.1902285, 30.0736813 ] ], [ [ 120.1902285, 30.0736813 ], [ 120.1904221, 30.0737448 ] ], [ [ 120.1904221, 30.0737448 ], [ 120.1908058, 30.0738666 ] ], [ [ 120.1908058, 30.0738666 ], [ 120.1911639, 30.0738887 ] ], [ [ 120.1911639, 30.0738887 ], [ 120.1914453, 30.0738445 ] ], [ [ 120.1914453, 30.0738445 ], [ 120.1917644, 30.0737083 ] ], [ [ 120.1903388, 30.07479 ], [ 120.1903641, 30.0745196 ] ], [ [ 120.1903641, 30.0745196 ], [ 120.1903599, 30.0743097 ] ], [ [ 120.1903599, 30.0743097 ], [ 120.1903285, 30.0741254 ] ], [ [ 120.1903285, 30.0741254 ], [ 120.1902047, 30.0738555 ] ], [ [ 120.1902047, 30.0738555 ], [ 120.1900512, 30.0736231 ] ], [ [ 120.1903251, 30.0749364 ], [ 120.1903388, 30.07479 ] ], [ [ 120.1856557, 30.0812998 ], [ 120.1859703, 30.0811488 ], [ 120.1861677, 30.0809525 ], [ 120.1862749, 30.0807552 ], [ 120.1863474, 30.0806159 ], [ 120.1863731, 30.0805406 ], [ 120.1864332, 30.0803653 ], [ 120.1864667, 30.0801065 ], [ 120.1864614, 30.0798709 ], [ 120.1864399, 30.0796759 ], [ 120.1863527, 30.0791932 ], [ 120.1863205, 30.0789634 ], [ 120.1863098, 30.0787777 ], [ 120.1864072, 30.0783872 ], [ 120.1864895, 30.0781696 ], [ 120.1866209, 30.0779375 ], [ 120.1867551, 30.0777588 ], [ 120.1869482, 30.0775452 ], [ 120.1903388, 30.07479 ] ], [ [ 120.1903251, 30.0749364 ], [ 120.1882544, 30.0765867 ], [ 120.1870179, 30.0775824 ], [ 120.1868543, 30.077789 ], [ 120.1866558, 30.0780837 ], [ 120.1865968, 30.0782439 ], [ 120.1865405, 30.0784064 ], [ 120.1864895, 30.0786617 ], [ 120.1864734, 30.0788961 ], [ 120.1865002, 30.0791212 ], [ 120.1865566, 30.0794508 ], [ 120.1865995, 30.0796713 ], [ 120.1866236, 30.0798988 ], [ 120.1866263, 30.0802051 ], [ 120.1865458, 30.0805069 ], [ 120.1864332, 30.0807761 ], [ 120.1862293, 30.0810662 ], [ 120.1860423, 30.0812706 ] ], [ [ 120.1860423, 30.0812706 ], [ 120.1856557, 30.0812998 ] ], [ [ 120.1860717, 30.1017702 ], [ 120.1866265, 30.1019206 ] ], [ [ 120.1866265, 30.1019206 ], [ 120.1869115, 30.1019627 ] ], [ [ 120.1869115, 30.1019627 ], [ 120.187167, 30.1019535 ] ], [ [ 120.187167, 30.1019535 ], [ 120.1874843, 30.1019265 ] ], [ [ 120.1874843, 30.1019265 ], [ 120.1877921, 30.1019003 ] ], [ [ 120.1877921, 30.1019003 ], [ 120.1884873, 30.1018412 ] ], [ [ 120.1884873, 30.1018412 ], [ 120.1896219, 30.1017445 ] ], [ [ 120.1896219, 30.1017445 ], [ 120.1914286, 30.1015596 ] ], [ [ 120.1914286, 30.1015596 ], [ 120.1926731, 30.1014436 ] ], [ [ 120.1926731, 30.1014436 ], [ 120.1935027, 30.10136 ] ], [ [ 120.2012476, 30.1078788 ], [ 120.2007143, 30.1082708 ] ], [ [ 120.2007143, 30.1082708 ], [ 120.1994494, 30.1078273 ] ], [ [ 120.1994494, 30.1078273 ], [ 120.1993989, 30.1078096 ] ], [ [ 120.1993989, 30.1078096 ], [ 120.1984292, 30.1089488 ] ], [ [ 120.1984292, 30.1089488 ], [ 120.1986456, 30.1105681 ] ], [ [ 120.1986456, 30.1105681 ], [ 120.1987, 30.1109749 ] ], [ [ 120.1987, 30.1109749 ], [ 120.1987141, 30.1110874 ] ], [ [ 120.1987141, 30.1110874 ], [ 120.1992946, 30.1157245 ] ], [ [ 120.1927273, 30.1259946 ], [ 120.193074, 30.1260823 ], [ 120.1946069, 30.1265106 ], [ 120.1970736, 30.127162 ], [ 120.1973068, 30.1271999 ], [ 120.197835, 30.1273796 ], [ 120.199074, 30.1277043 ], [ 120.1991739, 30.1276891 ], [ 120.2010422, 30.1281767 ], [ 120.2026783, 30.1286213 ], [ 120.2032684, 30.1287817 ], [ 120.205238, 30.1292934 ], [ 120.2055868, 30.1293997 ], [ 120.2057536, 30.1294505 ], [ 120.2060261, 30.1295886 ], [ 120.2061912, 30.1296911 ], [ 120.2064585, 30.1298642 ], [ 120.2066779, 30.1300142 ], [ 120.2070145, 30.1302887 ], [ 120.2073789, 30.1306708 ], [ 120.2076602, 30.130972 ], [ 120.2079886, 30.1312385 ], [ 120.2082691, 30.1314127 ], [ 120.208638, 30.1315649 ], [ 120.2088012, 30.1316135 ], [ 120.2088739, 30.1316352 ], [ 120.2090936, 30.1316746 ], [ 120.2094019, 30.1317286 ], [ 120.2103837, 30.1318559 ], [ 120.2107127, 30.1318983 ], [ 120.2111681, 30.1319571 ], [ 120.2116787, 30.1320613 ], [ 120.2119052, 30.1321457 ], [ 120.212169, 30.1322463 ], [ 120.2123263, 30.1323728 ] ], [ [ 120.2123263, 30.1323728 ], [ 120.2121489, 30.1323545 ], [ 120.2116294, 30.1321635 ], [ 120.2111173, 30.1320587 ], [ 120.2103966, 30.1319412 ], [ 120.2103286, 30.1319346 ], [ 120.2090977, 30.1317684 ], [ 120.208757, 30.1317143 ], [ 120.2084941, 30.1316303 ], [ 120.2081669, 30.1314928 ], [ 120.2078956, 30.1313209 ], [ 120.2074826, 30.1309332 ], [ 120.2068324, 30.1302855 ], [ 120.2063692, 30.1299244 ], [ 120.2060435, 30.1297173 ], [ 120.2053943, 30.1294662 ], [ 120.205199, 30.1293993 ], [ 120.2026656, 30.1286758 ], [ 120.2026156, 30.1286626 ], [ 120.2022676, 30.1285862 ], [ 120.2020911, 30.1285593 ], [ 120.2017794, 30.1285638 ], [ 120.2014782, 30.1285862 ], [ 120.2012185, 30.1285907 ], [ 120.2009744, 30.1285638 ], [ 120.2007043, 30.1285054 ], [ 120.2003512, 30.1283886 ], [ 120.2000655, 30.1282493 ], [ 120.1997643, 30.1280202 ], [ 120.1995773, 30.127899 ], [ 120.1992605, 30.1277822 ], [ 120.1990361, 30.127771 ], [ 120.197805, 30.1274569 ], [ 120.1977501, 30.1274421 ], [ 120.1974792, 30.1273692 ], [ 120.1953533, 30.126802 ], [ 120.1933686, 30.1262442 ], [ 120.1927216, 30.1260796 ] ], [ [ 120.2443152, 30.0565649 ], [ 120.2443123, 30.0564768 ] ], [ [ 120.244447, 30.0564966 ], [ 120.2444507, 30.0565858 ] ], [ [ 120.2321132, 30.1215777 ], [ 120.231965, 30.1210223 ], [ 120.2317922, 30.1202104 ], [ 120.2317568, 30.1199314 ], [ 120.2316988, 30.1194752 ], [ 120.2316381, 30.1184977 ], [ 120.231554, 30.1156134 ], [ 120.231498, 30.1146924 ], [ 120.231602, 30.114367 ] ], [ [ 120.2317584, 30.1143645 ], [ 120.2319004, 30.1146603 ], [ 120.2319805, 30.1159289 ], [ 120.232036, 30.1182902 ], [ 120.2320914, 30.1193083 ], [ 120.2322332, 30.1203103 ], [ 120.2324427, 30.1212271 ], [ 120.2325526, 30.1215972 ] ], [ [ 120.2414923, 30.1291635 ], [ 120.2462288, 30.1292801 ] ], [ [ 120.2462267, 30.1293618 ], [ 120.2414912, 30.1292704 ] ], [ [ 120.238552, 30.1353089 ], [ 120.2382461, 30.1345938 ], [ 120.2377262, 30.13328 ], [ 120.2366957, 30.1307406 ], [ 120.2361132, 30.1293839 ], [ 120.2357524, 30.1286605 ], [ 120.2350752, 30.1273478 ], [ 120.2344705, 30.1263527 ], [ 120.2335388, 30.1248193 ], [ 120.2330998, 30.1240034 ], [ 120.2327122, 30.123244 ], [ 120.2324553, 30.1225856 ], [ 120.2321892, 30.1218625 ], [ 120.2321132, 30.1215777 ] ], [ [ 120.2365052, 30.1292904 ], [ 120.2367476, 30.1292302 ], [ 120.2414923, 30.1291635 ] ], [ [ 120.2414912, 30.1292704 ], [ 120.2368026, 30.129377 ], [ 120.2365593, 30.1294138 ] ], [ [ 120.2365052, 30.1292904 ], [ 120.2365593, 30.1294138 ] ], [ [ 120.2365593, 30.1294138 ], [ 120.2369102, 30.1302131 ], [ 120.2376312, 30.1319985 ], [ 120.2382091, 30.1334447 ], [ 120.2388636, 30.1349456 ], [ 120.2389614, 30.1351877 ] ], [ [ 120.2413901, 30.1346609 ], [ 120.2432225, 30.1344229 ], [ 120.24373, 30.1343643 ], [ 120.2441455, 30.1343362 ], [ 120.2446626, 30.134316 ], [ 120.2461146, 30.1342748 ] ], [ [ 120.2461098, 30.1344261 ], [ 120.2445529, 30.1344414 ], [ 120.2439399, 30.1344739 ], [ 120.2432955, 30.1345437 ], [ 120.242949, 30.134576 ], [ 120.2416508, 30.1347523 ], [ 120.2413847, 30.1347966 ] ], [ [ 120.2390123, 30.1353136 ], [ 120.2395352, 30.1366083 ], [ 120.2404349, 30.1387506 ], [ 120.2407765, 30.1395221 ], [ 120.2408108, 30.1396133 ], [ 120.2415432, 30.1415605 ], [ 120.2416688, 30.1418395 ], [ 120.2419868, 30.1425459 ], [ 120.2424585, 30.1436738 ], [ 120.2427013, 30.1442542 ], [ 120.2429246, 30.14482 ], [ 120.2430924, 30.1452452 ], [ 120.2431029, 30.1452719 ], [ 120.2432711, 30.1458615 ], [ 120.2433458, 30.1464672 ], [ 120.2433475, 30.146709 ] ], [ [ 120.2429619, 30.14672 ], [ 120.2429582, 30.1464228 ], [ 120.2428461, 30.1458655 ], [ 120.2425986, 30.1451184 ], [ 120.2424515, 30.144758 ], [ 120.2418701, 30.1433334 ], [ 120.2410995, 30.1413707 ], [ 120.2403719, 30.139609 ], [ 120.2403395, 30.1395305 ], [ 120.2401188, 30.138996 ], [ 120.2392082, 30.1368434 ], [ 120.2386049, 30.1354327 ] ], [ [ 120.2389614, 30.1351877 ], [ 120.2403043, 30.1348636 ], [ 120.2413901, 30.1346609 ] ], [ [ 120.2413847, 30.1347966 ], [ 120.2403955, 30.1349889 ], [ 120.2390123, 30.1353136 ] ], [ [ 120.238552, 30.1353089 ], [ 120.2389614, 30.1351877 ] ], [ [ 120.2389614, 30.1351877 ], [ 120.2390123, 30.1353136 ] ], [ [ 120.2386049, 30.1354327 ], [ 120.238552, 30.1353089 ] ], [ [ 120.2390123, 30.1353136 ], [ 120.2386049, 30.1354327 ] ], [ [ 120.239806, 30.1550074 ], [ 120.2399755, 30.1549891 ], [ 120.2402061, 30.1550482 ], [ 120.2404154, 30.155054 ], [ 120.240587, 30.1550262 ], [ 120.2406701, 30.1550053 ], [ 120.2408985, 30.1549349 ] ], [ [ 120.239806, 30.1550074 ], [ 120.2399828, 30.1550743 ] ], [ [ 120.2399828, 30.1550743 ], [ 120.240072, 30.1551375 ] ], [ [ 120.2406816, 30.1512627 ], [ 120.2411415, 30.1509659 ], [ 120.2415665, 30.1505701 ], [ 120.2420008, 30.1500007 ], [ 120.242323, 30.149496 ], [ 120.2425892, 30.1489952 ], [ 120.24279, 30.1483935 ], [ 120.2428834, 30.1478484 ], [ 120.2429675, 30.1471618 ], [ 120.2429619, 30.14672 ] ], [ [ 120.2433475, 30.146709 ], [ 120.2433504, 30.1471053 ], [ 120.2432524, 30.1478564 ], [ 120.2430936, 30.1486035 ], [ 120.2428928, 30.1491971 ], [ 120.2425332, 30.1498917 ], [ 120.2421876, 30.1504046 ], [ 120.241758, 30.150982 ], [ 120.2410518, 30.1517359 ] ], [ [ 120.2476434, 30.151955 ], [ 120.2472284, 30.1519602 ] ], [ [ 120.2472284, 30.1519602 ], [ 120.2469012, 30.1519742 ] ], [ [ 120.2469012, 30.1519742 ], [ 120.2464506, 30.1520345 ] ], [ [ 120.2464506, 30.1520345 ], [ 120.2460107, 30.1521411 ] ], [ [ 120.2460107, 30.1521411 ], [ 120.2456568, 30.1522571 ] ], [ [ 120.2456568, 30.1522571 ], [ 120.2455011, 30.1523081 ] ], [ [ 120.2455011, 30.1523081 ], [ 120.2449968, 30.1525076 ] ], [ [ 120.2449968, 30.1525076 ], [ 120.2443638, 30.1528555 ] ], [ [ 120.2443638, 30.1528555 ], [ 120.2436933, 30.1533518 ] ], [ [ 120.2436933, 30.1533518 ], [ 120.243317, 30.1536192 ] ], [ [ 120.243317, 30.1536192 ], [ 120.2428576, 30.1538719 ] ], [ [ 120.2428576, 30.1538719 ], [ 120.2408985, 30.1549349 ] ], [ [ 120.2408985, 30.1549349 ], [ 120.2405763, 30.1551004 ], [ 120.2404368, 30.1551282 ], [ 120.2402866, 30.155156 ], [ 120.240072, 30.1551375 ] ], [ [ 120.243317, 30.1536192 ], [ 120.2436018, 30.1538016 ] ], [ [ 120.2436018, 30.1538016 ], [ 120.2444172, 30.1543489 ] ], [ [ 120.2444172, 30.1543489 ], [ 120.245018, 30.1547571 ] ], [ [ 120.245018, 30.1547571 ], [ 120.2456962, 30.1551886 ] ], [ [ 120.2456962, 30.1551886 ], [ 120.2461293, 30.1555702 ] ], [ [ 120.2461293, 30.1555702 ], [ 120.2464061, 30.1558852 ] ], [ [ 120.2464061, 30.1558852 ], [ 120.2467561, 30.1562785 ] ], [ [ 120.2467561, 30.1562785 ], [ 120.2475192, 30.1571556 ] ], [ [ 120.240072, 30.1551375 ], [ 120.2402222, 30.1553416 ] ], [ [ 120.2402222, 30.1553416 ], [ 120.2402544, 30.1554715 ] ], [ [ 120.2402544, 30.1554715 ], [ 120.2402437, 30.1556199 ] ], [ [ 120.2402437, 30.1556199 ], [ 120.2401021, 30.1558342 ] ], [ [ 120.2401021, 30.1558342 ], [ 120.2400291, 30.1559817 ] ], [ [ 120.2400291, 30.1559817 ], [ 120.2399326, 30.1561765 ] ], [ [ 120.2399326, 30.1561765 ], [ 120.2398016, 30.1564783 ] ], [ [ 120.2398016, 30.1564783 ], [ 120.2397644, 30.1566589 ] ], [ [ 120.2397644, 30.1566589 ], [ 120.2397287, 30.1569186 ] ], [ [ 120.2397287, 30.1569186 ], [ 120.239718, 30.1571784 ] ], [ [ 120.239718, 30.1571784 ], [ 120.2397073, 30.1574474 ] ], [ [ 120.2397073, 30.1574474 ], [ 120.2397015, 30.1577313 ] ], [ [ 120.2397015, 30.1577313 ], [ 120.239698, 30.1580083 ] ], [ [ 120.239698, 30.1580083 ], [ 120.239718, 30.1582637 ] ], [ [ 120.239718, 30.1582637 ], [ 120.2397609, 30.1584864 ] ], [ [ 120.2397609, 30.1584864 ], [ 120.2398467, 30.1586905 ] ], [ [ 120.2398467, 30.1586905 ], [ 120.2399862, 30.1589595 ] ], [ [ 120.2399862, 30.1589595 ], [ 120.240115, 30.159145 ] ], [ [ 120.240115, 30.159145 ], [ 120.240233, 30.1593491 ] ], [ [ 120.240233, 30.1593491 ], [ 120.2405012, 30.1596552 ] ], [ [ 120.2405012, 30.1596552 ], [ 120.2406943, 30.1599057 ] ], [ [ 120.2406943, 30.1599057 ], [ 120.240896, 30.1600921 ] ], [ [ 120.240896, 30.1600921 ], [ 120.2411127, 30.1602396 ] ], [ [ 120.2411127, 30.1602396 ], [ 120.2413702, 30.1602767 ] ], [ [ 120.2413702, 30.1602767 ], [ 120.2417199, 30.1602701 ] ], [ [ 120.2417199, 30.1602701 ], [ 120.2420396, 30.1602288 ] ], [ [ 120.2420396, 30.1602288 ], [ 120.2422643, 30.160187 ] ], [ [ 120.2422643, 30.160187 ], [ 120.2424631, 30.1601747 ] ], [ [ 120.2424631, 30.1601747 ], [ 120.2426666, 30.1602329 ] ], [ [ 120.2426666, 30.1602329 ], [ 120.2429045, 30.1603788 ] ], [ [ 120.2429045, 30.1603788 ], [ 120.2429603, 30.1604751 ] ], [ [ 120.2429603, 30.1604751 ], [ 120.243041, 30.1606865 ] ], [ [ 120.243041, 30.1606865 ], [ 120.2430691, 30.1609446 ] ], [ [ 120.2430691, 30.1609446 ], [ 120.2431083, 30.1611302 ] ], [ [ 120.2431083, 30.1611302 ], [ 120.2431423, 30.1612846 ] ], [ [ 120.2431423, 30.1612846 ], [ 120.2432247, 30.1614532 ] ], [ [ 120.2432247, 30.1614532 ], [ 120.243321, 30.1616288 ] ], [ [ 120.243321, 30.1616288 ], [ 120.2435138, 30.1618454 ] ], [ [ 120.2435138, 30.1618454 ], [ 120.2440396, 30.1623092 ] ], [ [ 120.2440396, 30.1623092 ], [ 120.2444312, 30.162665 ] ], [ [ 120.2445544, 30.162799 ], [ 120.2444312, 30.162665 ] ], [ [ 120.2306028, 30.1642446 ], [ 120.2327258, 30.1642259 ] ], [ [ 120.2327258, 30.1642259 ], [ 120.2330424, 30.1642227 ] ], [ [ 120.2330424, 30.1642227 ], [ 120.2332398, 30.1642026 ] ], [ [ 120.2332398, 30.1642026 ], [ 120.2334302, 30.164164 ] ], [ [ 120.2334302, 30.164164 ], [ 120.2336014, 30.1640841 ] ], [ [ 120.2336014, 30.1640841 ], [ 120.2337512, 30.1639673 ] ], [ [ 120.2337512, 30.1639673 ], [ 120.234062, 30.1636431 ] ], [ [ 120.234062, 30.1636431 ], [ 120.2342185, 30.1635418 ] ], [ [ 120.2342185, 30.1635418 ], [ 120.2344072, 30.1634819 ] ], [ [ 120.2344072, 30.1634819 ], [ 120.2346066, 30.163459 ] ], [ [ 120.2346066, 30.163459 ], [ 120.23486, 30.1634847 ] ], [ [ 120.23486, 30.1634847 ], [ 120.235083, 30.1635314 ] ], [ [ 120.235083, 30.1635314 ], [ 120.2352596, 30.1636182 ] ], [ [ 120.2352596, 30.1636182 ], [ 120.2358572, 30.1640685 ] ], [ [ 120.2358572, 30.1640685 ], [ 120.2362689, 30.1644479 ] ], [ [ 120.2362689, 30.1644479 ], [ 120.2365193, 30.1646949 ] ], [ [ 120.2365193, 30.1646949 ], [ 120.2370108, 30.165115 ] ], [ [ 120.2370108, 30.165115 ], [ 120.2373942, 30.1653422 ] ], [ [ 120.2373942, 30.1653422 ], [ 120.2376629, 30.1655053 ] ], [ [ 120.2376629, 30.1655053 ], [ 120.2379235, 30.1658688 ] ], [ [ 120.2379235, 30.1658688 ], [ 120.2381582, 30.1661514 ] ], [ [ 120.2381582, 30.1661514 ], [ 120.2381979, 30.1662233 ] ], [ [ 120.2381979, 30.1662233 ], [ 120.2383568, 30.1664285 ] ], [ [ 120.2383568, 30.1664285 ], [ 120.2384872, 30.1665633 ] ], [ [ 120.2384872, 30.1665633 ], [ 120.2387277, 30.1667015 ] ], [ [ 120.2387277, 30.1667015 ], [ 120.238916, 30.1667829 ] ], [ [ 120.238916, 30.1667829 ], [ 120.2391206, 30.1668079 ] ], [ [ 120.2391206, 30.1668079 ], [ 120.2393559, 30.1668239 ] ], [ [ 120.2393559, 30.1668239 ], [ 120.2396561, 30.1668134 ] ], [ [ 120.2396561, 30.1668134 ], [ 120.2399441, 30.166838 ] ], [ [ 120.2399441, 30.166838 ], [ 120.2401598, 30.1669029 ] ], [ [ 120.1860717, 30.1017702 ], [ 120.1858096, 30.1017344 ] ], [ [ 120.1774707, 30.1238332 ], [ 120.1778742, 30.123872 ], [ 120.1792573, 30.1239624 ], [ 120.1814092, 30.1241217 ], [ 120.1814484, 30.1241235 ], [ 120.1819185, 30.1241575 ], [ 120.1831981, 30.1242359 ], [ 120.185508, 30.1244007 ], [ 120.1863931, 30.1244681 ], [ 120.1867878, 30.1245063 ], [ 120.1872009, 30.1245785 ], [ 120.1880802, 30.1248068 ], [ 120.1923828, 30.1259065 ], [ 120.1927273, 30.1259946 ] ], [ [ 120.1943514, 30.1475755 ], [ 120.1918116, 30.1454087 ], [ 120.1919183, 30.1453383 ], [ 120.1921602, 30.1455369 ], [ 120.1927713, 30.1460387 ], [ 120.1930444, 30.1462826 ], [ 120.1935563, 30.1467396 ], [ 120.1944183, 30.1475092 ] ], [ [ 120.1943514, 30.1475755 ], [ 120.1944183, 30.1475092 ] ], [ [ 120.1944183, 30.1475092 ], [ 120.1945317, 30.1476105 ] ], [ [ 120.1927216, 30.1260796 ], [ 120.1922981, 30.125971 ], [ 120.1906544, 30.1255496 ], [ 120.1892393, 30.1251706 ], [ 120.1878031, 30.1247859 ], [ 120.1871562, 30.1246399 ], [ 120.1868477, 30.1245853 ], [ 120.186392, 30.1245428 ], [ 120.1855105, 30.1244749 ], [ 120.1847625, 30.1244185 ], [ 120.1843897, 30.12439 ], [ 120.1821934, 30.1242345 ], [ 120.1819069, 30.1242158 ], [ 120.1814413, 30.1241766 ], [ 120.1813911, 30.1241726 ], [ 120.1793561, 30.1240351 ], [ 120.1777655, 30.1239202 ], [ 120.1774707, 30.1238332 ] ], [ [ 120.1972049, 30.1494645 ], [ 120.1982778, 30.1499052 ], [ 120.1990503, 30.1503644 ], [ 120.200683, 30.1513546 ] ], [ [ 120.2005705, 30.151452 ], [ 120.2004131, 30.1513565 ], [ 120.1982225, 30.1500016 ], [ 120.1971556, 30.1495599 ] ], [ [ 120.2005705, 30.151452 ], [ 120.200683, 30.1513546 ] ], [ [ 120.200683, 30.1513546 ], [ 120.2008695, 30.1514677 ], [ 120.2009547, 30.1515194 ], [ 120.2015179, 30.1517699 ], [ 120.2017184, 30.1518245 ], [ 120.2020281, 30.1519274 ], [ 120.2021939, 30.1519786 ], [ 120.2027689, 30.1522101 ] ], [ [ 120.2027387, 30.1523023 ], [ 120.202286, 30.1521077 ], [ 120.2019895, 30.1520021 ], [ 120.201652, 30.1519049 ], [ 120.2010774, 30.1517145 ], [ 120.2005705, 30.151452 ] ], [ [ 120.1944595, 30.147674 ], [ 120.1944301, 30.1476475 ], [ 120.1943514, 30.1475755 ] ], [ [ 120.1945317, 30.1476105 ], [ 120.1944595, 30.147674 ] ], [ [ 120.1927648, 30.1492591 ], [ 120.192853, 30.1491662 ], [ 120.1941031, 30.1478492 ], [ 120.1942953, 30.1476468 ], [ 120.1943514, 30.1475755 ] ], [ [ 120.1944595, 30.147674 ], [ 120.1944027, 30.1477388 ], [ 120.1942039, 30.1479357 ], [ 120.1928274, 30.1492987 ], [ 120.192814, 30.149315 ] ], [ [ 120.1945317, 30.1476105 ], [ 120.195086, 30.1481053 ], [ 120.1956546, 30.1486341 ], [ 120.1962447, 30.1490145 ], [ 120.1969475, 30.1493949 ], [ 120.1971245, 30.1494366 ] ], [ [ 120.197075, 30.1495265 ], [ 120.1966855, 30.1493653 ], [ 120.1958156, 30.1488614 ], [ 120.1952703, 30.148456 ], [ 120.1944874, 30.1477 ], [ 120.1944595, 30.147674 ] ], [ [ 120.1926846, 30.1493484 ], [ 120.1927648, 30.1492591 ] ], [ [ 120.192814, 30.149315 ], [ 120.1927374, 30.1494079 ] ], [ [ 120.1860693, 30.1505669 ], [ 120.1872865, 30.1511923 ], [ 120.1876582, 30.151412 ], [ 120.1883342, 30.1517518 ], [ 120.1887176, 30.1519471 ], [ 120.1896105, 30.1524193 ] ], [ [ 120.1895338, 30.1524875 ], [ 120.1886564, 30.1520068 ], [ 120.1882381, 30.1517907 ], [ 120.1876298, 30.1514691 ], [ 120.1869408, 30.1511115 ], [ 120.1859944, 30.1506128 ] ], [ [ 120.1896105, 30.1524193 ], [ 120.1909907, 30.1510406 ] ], [ [ 120.1910414, 30.1511073 ], [ 120.1896901, 30.1524614 ] ], [ [ 120.1896105, 30.1524193 ], [ 120.1896901, 30.1524614 ] ], [ [ 120.1895338, 30.1524875 ], [ 120.1896105, 30.1524193 ] ], [ [ 120.1896901, 30.1524614 ], [ 120.1896793, 30.1524722 ], [ 120.1896144, 30.1525299 ] ], [ [ 120.1971245, 30.1494366 ], [ 120.1972049, 30.1494645 ] ], [ [ 120.1971556, 30.1495599 ], [ 120.197075, 30.1495265 ] ], [ [ 120.1910401, 30.1509912 ], [ 120.1917446, 30.1502874 ], [ 120.1926846, 30.1493484 ] ], [ [ 120.1927374, 30.1494079 ], [ 120.1911098, 30.1510388 ] ], [ [ 120.1909907, 30.1510406 ], [ 120.1910401, 30.1509912 ] ], [ [ 120.1911098, 30.1510388 ], [ 120.1910414, 30.1511073 ] ], [ [ 120.2027689, 30.1522101 ], [ 120.2039748, 30.1528901 ] ], [ [ 120.2005705, 30.151452 ], [ 120.2004625, 30.1515855 ] ], [ [ 120.2004625, 30.1515855 ], [ 120.2003056, 30.151756 ] ], [ [ 120.2003056, 30.151756 ], [ 120.1997933, 30.152294 ] ], [ [ 120.1997933, 30.152294 ], [ 120.1983811, 30.1537514 ] ], [ [ 120.2039176, 30.1529754 ], [ 120.2033204, 30.1526118 ], [ 120.2027387, 30.1523023 ] ], [ [ 120.2039748, 30.1528901 ], [ 120.2041513, 30.1530616 ] ], [ [ 120.2041513, 30.1530616 ], [ 120.2039176, 30.1529754 ] ], [ [ 120.2123263, 30.1323728 ], [ 120.2125414, 30.1324808 ] ], [ [ 120.2125414, 30.1324808 ], [ 120.2128315, 30.1327254 ] ], [ [ 120.2128315, 30.1327254 ], [ 120.2129706, 30.1328427 ] ], [ [ 120.2129706, 30.1328427 ], [ 120.2146335, 30.1344016 ] ], [ [ 120.2146335, 30.1344016 ], [ 120.2151199, 30.1348676 ] ], [ [ 120.2151199, 30.1348676 ], [ 120.2157279, 30.1354501 ] ], [ [ 120.2157279, 30.1354501 ], [ 120.2159164, 30.1356813 ] ], [ [ 120.2159164, 30.1356813 ], [ 120.2163609, 30.1361274 ] ], [ [ 120.2163609, 30.1361274 ], [ 120.2166151, 30.1365271 ] ], [ [ 120.2166151, 30.1365271 ], [ 120.2167405, 30.1367243 ] ], [ [ 120.2167405, 30.1367243 ], [ 120.217069, 30.1372408 ] ], [ [ 120.217069, 30.1372408 ], [ 120.2174556, 30.1379661 ] ], [ [ 120.2174556, 30.1379661 ], [ 120.2177664, 30.1385491 ] ], [ [ 120.2177664, 30.1385491 ], [ 120.2178629, 30.1388646 ] ], [ [ 120.2178629, 30.1388646 ], [ 120.2179702, 30.1403621 ] ], [ [ 120.2179702, 30.1403621 ], [ 120.2180131, 30.1405811 ] ], [ [ 120.2180131, 30.1405811 ], [ 120.2181097, 30.1408631 ] ], [ [ 120.2181097, 30.1408631 ], [ 120.2183562, 30.1412164 ] ], [ [ 120.2063804, 30.1540104 ], [ 120.2063944, 30.1537159 ] ], [ [ 120.2063944, 30.1537159 ], [ 120.2064263, 30.1535304 ] ], [ [ 120.2064263, 30.1535304 ], [ 120.2065279, 30.1533031 ] ], [ [ 120.2065279, 30.1533031 ], [ 120.2068337, 30.1528949 ] ], [ [ 120.2068337, 30.1528949 ], [ 120.2072075, 30.1522692 ] ], [ [ 120.2072075, 30.1522692 ], [ 120.2073062, 30.1521972 ] ], [ [ 120.2073062, 30.1521972 ], [ 120.2074235, 30.1521442 ] ], [ [ 120.2074235, 30.1521442 ], [ 120.2075896, 30.1521386 ] ], [ [ 120.2075896, 30.1521386 ], [ 120.2078765, 30.152161 ] ], [ [ 120.2078765, 30.152161 ], [ 120.2083251, 30.1522386 ] ], [ [ 120.2083251, 30.1522386 ], [ 120.2085155, 30.1522153 ] ], [ [ 120.2085155, 30.1522153 ], [ 120.2087091, 30.1521226 ] ], [ [ 120.2087091, 30.1521226 ], [ 120.2088615, 30.1519533 ] ], [ [ 120.2088615, 30.1519533 ], [ 120.2090894, 30.1516401 ] ], [ [ 120.2090894, 30.1516401 ], [ 120.2094601, 30.1509656 ] ], [ [ 120.2094601, 30.1509656 ], [ 120.2095232, 30.1508872 ] ], [ [ 120.2095232, 30.1508872 ], [ 120.209592, 30.1508254 ] ], [ [ 120.209592, 30.1508254 ], [ 120.2096884, 30.150771 ] ], [ [ 120.2096884, 30.150771 ], [ 120.2098172, 30.1507277 ] ], [ [ 120.2098172, 30.1507277 ], [ 120.2099426, 30.1506919 ] ], [ [ 120.2099426, 30.1506919 ], [ 120.2103708, 30.1505691 ] ], [ [ 120.2103708, 30.1505691 ], [ 120.210669, 30.1504924 ] ], [ [ 120.210669, 30.1504924 ], [ 120.2107995, 30.1504271 ] ], [ [ 120.2107995, 30.1504271 ], [ 120.2109027, 30.1503429 ] ], [ [ 120.2109027, 30.1503429 ], [ 120.2112443, 30.1499667 ] ], [ [ 120.2112443, 30.1499667 ], [ 120.2118446, 30.1493515 ] ], [ [ 120.2118446, 30.1493515 ], [ 120.2119135, 30.1492913 ] ], [ [ 120.2119135, 30.1492913 ], [ 120.2120692, 30.1491421 ] ], [ [ 120.2120692, 30.1491421 ], [ 120.2121371, 30.1490329 ] ], [ [ 120.2121371, 30.1490329 ], [ 120.2121922, 30.1488486 ] ], [ [ 120.2121922, 30.1488486 ], [ 120.2121799, 30.1487026 ] ], [ [ 120.2121799, 30.1487026 ], [ 120.2121368, 30.1486003 ] ], [ [ 120.2121368, 30.1486003 ], [ 120.2120488, 30.148504 ] ], [ [ 120.2120488, 30.148504 ], [ 120.2119128, 30.1484228 ] ], [ [ 120.2119128, 30.1484228 ], [ 120.2118076, 30.1482907 ] ], [ [ 120.2118076, 30.1482907 ], [ 120.2117655, 30.1481274 ] ], [ [ 120.2117655, 30.1481274 ], [ 120.2117573, 30.1477531 ] ], [ [ 120.2117573, 30.1477531 ], [ 120.2117541, 30.1474635 ] ], [ [ 120.2117541, 30.1474635 ], [ 120.2117824, 30.1472195 ] ], [ [ 120.2117824, 30.1472195 ], [ 120.211823, 30.1470307 ] ], [ [ 120.211823, 30.1470307 ], [ 120.2119305, 30.1468252 ] ], [ [ 120.2119305, 30.1468252 ], [ 120.2121002, 30.1465696 ] ], [ [ 120.2121002, 30.1465696 ], [ 120.2123343, 30.1462353 ] ], [ [ 120.2123343, 30.1462353 ], [ 120.2124829, 30.1460257 ] ], [ [ 120.2063804, 30.1540104 ], [ 120.2063132, 30.1539656 ] ], [ [ 120.2063132, 30.1539656 ], [ 120.2058929, 30.1538671 ] ], [ [ 120.2058929, 30.1538671 ], [ 120.2056661, 30.1538139 ] ], [ [ 120.2056661, 30.1538139 ], [ 120.2041513, 30.1530616 ] ], [ [ 120.2213469, 30.1741336 ], [ 120.2217176, 30.1695962 ] ], [ [ 120.2217176, 30.1695962 ], [ 120.2220413, 30.1675725 ] ], [ [ 120.2213469, 30.1741336 ], [ 120.221404, 30.1744964 ] ], [ [ 120.2131239, 30.1725185 ], [ 120.2132339, 30.1748492 ] ], [ [ 120.2131408, 30.1748459 ], [ 120.2130293, 30.1727823 ], [ 120.2130206, 30.1725336 ] ], [ [ 120.213136, 30.1750474 ], [ 120.2131408, 30.1748459 ] ], [ [ 120.2132339, 30.1748492 ], [ 120.2132422, 30.1750559 ] ], [ [ 120.2291798, 30.1748254 ], [ 120.2289727, 30.1748121 ] ], [ [ 120.2292314, 30.1748288 ], [ 120.2291798, 30.1748254 ] ], [ [ 120.1919849, 30.1536809 ], [ 120.1920945, 30.1537484 ] ], [ [ 120.1919934, 30.1538043 ], [ 120.191933, 30.1537659 ] ], [ [ 120.198303, 30.1538319 ], [ 120.198129, 30.1540115 ] ], [ [ 120.198129, 30.1540115 ], [ 120.1978983, 30.1542445 ] ], [ [ 120.1978983, 30.1542445 ], [ 120.1975751, 30.1545692 ] ], [ [ 120.1975751, 30.1545692 ], [ 120.1967998, 30.1552941 ] ], [ [ 120.1920945, 30.1537484 ], [ 120.1923169, 30.1538853 ], [ 120.1925961, 30.1541001 ], [ 120.1929613, 30.1543775 ], [ 120.1932903, 30.1546413 ], [ 120.1936566, 30.1549824 ], [ 120.1943397, 30.1556157 ], [ 120.1954022, 30.1565511 ] ], [ [ 120.1953358, 30.1566303 ], [ 120.1931521, 30.1546409 ], [ 120.1929452, 30.1544675 ], [ 120.1925428, 30.1541692 ], [ 120.1923175, 30.1540107 ], [ 120.1919934, 30.1538043 ] ], [ [ 120.1954022, 30.1565511 ], [ 120.196595, 30.1554855 ] ], [ [ 120.196595, 30.1554855 ], [ 120.1967998, 30.1552941 ] ], [ [ 120.1983811, 30.1537514 ], [ 120.198303, 30.1538319 ] ], [ [ 120.2063804, 30.1540104 ], [ 120.2064126, 30.1543722 ] ], [ [ 120.2064126, 30.1543722 ], [ 120.2063867, 30.1546222 ] ], [ [ 120.2063867, 30.1546222 ], [ 120.2062601, 30.1548811 ] ], [ [ 120.2062601, 30.1548811 ], [ 120.2060781, 30.155402 ] ], [ [ 120.2060781, 30.155402 ], [ 120.2059451, 30.1557956 ] ], [ [ 120.2059451, 30.1557956 ], [ 120.2058236, 30.1559693 ] ], [ [ 120.2058236, 30.1559693 ], [ 120.2055396, 30.1562017 ] ], [ [ 120.2055396, 30.1562017 ], [ 120.205019, 30.1565521 ] ], [ [ 120.205019, 30.1565521 ], [ 120.2045848, 30.1568102 ] ], [ [ 120.2045848, 30.1568102 ], [ 120.2041574, 30.1570301 ] ], [ [ 120.2041574, 30.1570301 ], [ 120.2039251, 30.1571798 ] ], [ [ 120.1896144, 30.1525299 ], [ 120.1895338, 30.1524875 ] ], [ [ 120.1896901, 30.1524614 ], [ 120.1911087, 30.1532121 ], [ 120.1914321, 30.1533851 ], [ 120.1919849, 30.1536809 ] ], [ [ 120.191933, 30.1537659 ], [ 120.1918278, 30.1536989 ], [ 120.1910517, 30.1532846 ], [ 120.1906453, 30.1530712 ], [ 120.1896144, 30.1525299 ] ], [ [ 120.187013, 30.1600002 ], [ 120.1872105, 30.1596553 ], [ 120.1874344, 30.1591599 ], [ 120.1876677, 30.1586965 ], [ 120.1878487, 30.1582405 ], [ 120.1879239, 30.1579124 ], [ 120.1879923, 30.1571861 ], [ 120.1879497, 30.1565558 ], [ 120.1878264, 30.1553065 ], [ 120.1878279, 30.1548686 ], [ 120.1879984, 30.1543156 ], [ 120.1880977, 30.1541026 ], [ 120.1883574, 30.1537093 ], [ 120.1885238, 30.1535424 ], [ 120.1890101, 30.1529705 ], [ 120.1895338, 30.1524875 ] ], [ [ 120.1896144, 30.1525299 ], [ 120.1896026, 30.1525404 ], [ 120.1890789, 30.1530294 ], [ 120.188588, 30.1535629 ], [ 120.1884345, 30.1537313 ], [ 120.1881747, 30.1541245 ], [ 120.1880651, 30.1543531 ], [ 120.1879189, 30.1549131 ], [ 120.1879174, 30.155351 ], [ 120.1880408, 30.1566003 ], [ 120.1880833, 30.1572307 ], [ 120.1880149, 30.1579569 ], [ 120.1879276, 30.1582745 ], [ 120.1877384, 30.1587305 ], [ 120.1875254, 30.1592045 ], [ 120.1873267, 30.1595824 ], [ 120.1872852, 30.1596612 ], [ 120.1870798, 30.1600562 ] ], [ [ 120.1869452, 30.1600509 ], [ 120.187013, 30.1600002 ] ], [ [ 120.1954022, 30.1565511 ], [ 120.1953358, 30.1566303 ] ], [ [ 120.1954022, 30.1565511 ], [ 120.1963577, 30.1574482 ], [ 120.1974342, 30.158437 ] ], [ [ 120.1930993, 30.1589489 ], [ 120.1933435, 30.158623 ] ], [ [ 120.1933435, 30.158623 ], [ 120.1944289, 30.1574954 ] ], [ [ 120.1944289, 30.1574954 ], [ 120.1947735, 30.1571725 ] ], [ [ 120.1947735, 30.1571725 ], [ 120.1953358, 30.1566303 ] ], [ [ 120.1994275, 30.1604156 ], [ 120.1974701, 30.1586368 ], [ 120.1963004, 30.1575159 ], [ 120.1953358, 30.1566303 ] ], [ [ 120.1930993, 30.1589489 ], [ 120.1928537, 30.1592766 ] ], [ [ 120.1928537, 30.1592766 ], [ 120.1924302, 30.1598836 ] ], [ [ 120.1924302, 30.1598836 ], [ 120.1919513, 30.16057 ] ], [ [ 120.1919513, 30.16057 ], [ 120.1918606, 30.1606866 ] ], [ [ 120.1918606, 30.1606866 ], [ 120.1917806, 30.160809 ] ], [ [ 120.1917806, 30.160809 ], [ 120.1913948, 30.1613992 ] ], [ [ 120.1913948, 30.1613992 ], [ 120.1908658, 30.1622084 ] ], [ [ 120.2039251, 30.1571798 ], [ 120.2031103, 30.1576686 ] ], [ [ 120.2031103, 30.1576686 ], [ 120.2029024, 30.1577867 ] ], [ [ 120.2029024, 30.1577867 ], [ 120.20268, 30.1579287 ] ], [ [ 120.1995066, 30.1603583 ], [ 120.2001119, 30.1598848 ] ], [ [ 120.2001119, 30.1598848 ], [ 120.2001852, 30.1598201 ] ], [ [ 120.2001852, 30.1598201 ], [ 120.2009844, 30.1591154 ] ], [ [ 120.2009844, 30.1591154 ], [ 120.2014331, 30.1588014 ] ], [ [ 120.2014331, 30.1588014 ], [ 120.20268, 30.1579287 ] ], [ [ 120.1974342, 30.158437 ], [ 120.1985185, 30.15947 ], [ 120.1995066, 30.1603583 ] ], [ [ 120.1995066, 30.1603583 ], [ 120.1994275, 30.1604156 ] ], [ [ 120.1995713, 30.1659229 ], [ 120.1997029, 30.1657942 ] ], [ [ 120.1947173, 30.1642518 ], [ 120.1952042, 30.1637313 ] ], [ [ 120.1952042, 30.1637313 ], [ 120.1952642, 30.1636671 ] ], [ [ 120.1952642, 30.1636671 ], [ 120.1954068, 30.1635147 ] ], [ [ 120.1954068, 30.1635147 ], [ 120.1960291, 30.1629396 ] ], [ [ 120.1960291, 30.1629396 ], [ 120.196232, 30.1627738 ] ], [ [ 120.196232, 30.1627738 ], [ 120.1963509, 30.1626766 ] ], [ [ 120.1963509, 30.1626766 ], [ 120.1967457, 30.1623539 ] ], [ [ 120.1967457, 30.1623539 ], [ 120.1971131, 30.1620975 ] ], [ [ 120.1971131, 30.1620975 ], [ 120.1976808, 30.1617013 ] ], [ [ 120.1976808, 30.1617013 ], [ 120.198634, 30.1609933 ] ], [ [ 120.198634, 30.1609933 ], [ 120.1990828, 30.1606631 ] ], [ [ 120.1990828, 30.1606631 ], [ 120.1994275, 30.1604156 ] ], [ [ 120.1946301, 30.164345 ], [ 120.1947173, 30.1642518 ] ], [ [ 120.1946301, 30.164345 ], [ 120.1943546, 30.1648312 ] ], [ [ 120.1943546, 30.1648312 ], [ 120.1942911, 30.1649433 ] ], [ [ 120.1942911, 30.1649433 ], [ 120.1939636, 30.1656285 ] ], [ [ 120.1939636, 30.1656285 ], [ 120.1937181, 30.1661392 ] ], [ [ 120.1937181, 30.1661392 ], [ 120.1934633, 30.1666753 ] ], [ [ 120.1934633, 30.1666753 ], [ 120.1932182, 30.167188 ] ], [ [ 120.1932182, 30.167188 ], [ 120.1929559, 30.1677604 ] ], [ [ 120.1929559, 30.1677604 ], [ 120.1926764, 30.1683706 ] ], [ [ 120.1926764, 30.1683706 ], [ 120.1922631, 30.1692726 ] ], [ [ 120.1870798, 30.1600562 ], [ 120.1870109, 30.1601119 ] ], [ [ 120.1908658, 30.1622084 ], [ 120.1908327, 30.1622943 ] ], [ [ 120.1908327, 30.1622943 ], [ 120.190433, 30.1627553 ] ], [ [ 120.190433, 30.1627553 ], [ 120.1899204, 30.1634935 ] ], [ [ 120.1899204, 30.1634935 ], [ 120.1898118, 30.1636498 ] ], [ [ 120.1898118, 30.1636498 ], [ 120.1896315, 30.1639532 ] ], [ [ 120.1896315, 30.1639532 ], [ 120.1893576, 30.163848 ] ], [ [ 120.1893576, 30.163848 ], [ 120.1893355, 30.1638395 ] ], [ [ 120.1893355, 30.1638395 ], [ 120.1886905, 30.1634711 ] ], [ [ 120.1886905, 30.1634711 ], [ 120.1882959, 30.1628746 ] ], [ [ 120.1882959, 30.1628746 ], [ 120.1879484, 30.1621909 ] ], [ [ 120.1879484, 30.1621909 ], [ 120.1878206, 30.1619033 ] ], [ [ 120.1878206, 30.1619033 ], [ 120.1878241, 30.1616963 ] ], [ [ 120.1878241, 30.1616963 ], [ 120.1883426, 30.1610402 ] ], [ [ 120.1921727, 30.1694866 ], [ 120.1922631, 30.1692726 ] ], [ [ 120.1921727, 30.1694866 ], [ 120.1914211, 30.1710318 ] ], [ [ 120.1997029, 30.1657942 ], [ 120.1996977, 30.1659531 ] ], [ [ 120.1985581, 30.1695542 ], [ 120.1985886, 30.1693846 ], [ 120.1986607, 30.1691255 ], [ 120.1989759, 30.1679964 ], [ 120.1990347, 30.1677916 ], [ 120.1991842, 30.1672708 ], [ 120.1995713, 30.1659229 ] ], [ [ 120.1996977, 30.1659531 ], [ 120.1991756, 30.1678297 ], [ 120.1990973, 30.1681113 ], [ 120.198991, 30.168523 ], [ 120.1988181, 30.1691928 ], [ 120.1987631, 30.1694354 ], [ 120.1987256, 30.1696122 ] ], [ [ 120.1984758, 30.1706551 ], [ 120.1985581, 30.1695542 ] ], [ [ 120.1987256, 30.1696122 ], [ 120.1986399, 30.1702901 ], [ 120.1986126, 30.1706547 ] ], [ [ 120.1986126, 30.1706547 ], [ 120.1986127, 30.1708174 ] ], [ [ 120.1984842, 30.1708172 ], [ 120.1984758, 30.1706551 ] ], [ [ 120.1984907, 30.1719173 ], [ 120.1984902, 30.1710976 ], [ 120.1984842, 30.1708172 ] ], [ [ 120.1984312, 30.1738537 ], [ 120.1984599, 30.1729198 ], [ 120.1984907, 30.1719173 ] ], [ [ 120.1986127, 30.1708174 ], [ 120.198613, 30.1711836 ], [ 120.1986292, 30.1722906 ], [ 120.1986085, 30.1733095 ], [ 120.1985682, 30.1752928 ] ], [ [ 120.1984504, 30.1753008 ], [ 120.1984312, 30.1738537 ] ], [ [ 120.1887618, 30.1793462 ], [ 120.1922474, 30.1792237 ] ], [ [ 120.1922332, 30.179336 ], [ 120.1887622, 30.1794587 ] ], [ [ 120.1985682, 30.1752928 ], [ 120.1986005, 30.1756075 ] ], [ [ 120.1984395, 30.1756212 ], [ 120.1984504, 30.1753008 ] ], [ [ 120.1986005, 30.1756075 ], [ 120.1986021, 30.175816 ], [ 120.1986257, 30.1777903 ], [ 120.198621759682666, 30.179046135425484 ] ], [ [ 120.198621759682666, 30.179046135425484 ], [ 120.198621586860227, 30.179101216406316 ] ], [ [ 120.198621586860227, 30.179101216406316 ], [ 120.198621452876381, 30.179143918969928 ] ], [ [ 120.198621452876381, 30.179143918969928 ], [ 120.1986208, 30.179352 ], [ 120.1985834, 30.1815635 ], [ 120.1986197, 30.1819235 ] ], [ [ 120.1984543, 30.1819168 ], [ 120.1985117, 30.1815714 ], [ 120.1985003, 30.1792879 ], [ 120.198498289372537, 30.179143134821981 ] ], [ [ 120.198498289372537, 30.179143134821981 ], [ 120.198497626477604, 30.179095406386594 ] ], [ [ 120.198497626477604, 30.179095406386594 ], [ 120.198496997731553, 30.179050136671471 ] ], [ [ 120.198496997731553, 30.179050136671471 ], [ 120.1984794, 30.1777831 ], [ 120.1984487, 30.1758161 ], [ 120.1984395, 30.1756212 ] ], [ [ 120.2066183, 30.1788794 ], [ 120.2027555, 30.1790036 ] ], [ [ 120.1952676, 30.1791397 ], [ 120.198496997731553, 30.179050136671471 ] ], [ [ 120.198496997731553, 30.179050136671471 ], [ 120.1985488, 30.1790487 ] ], [ [ 120.192397, 30.1792219 ], [ 120.1952676, 30.1791397 ] ], [ [ 120.1984457, 30.1791428 ], [ 120.1952729, 30.1792403 ] ], [ [ 120.1922474, 30.1792237 ], [ 120.192397, 30.1792219 ] ], [ [ 120.192397, 30.1792219 ], [ 120.1923879, 30.1793326 ] ], [ [ 120.1922332, 30.179336 ], [ 120.1922474, 30.1792237 ] ], [ [ 120.1952729, 30.1792403 ], [ 120.1923879, 30.1793326 ] ], [ [ 120.1923879, 30.1793326 ], [ 120.1922332, 30.179336 ] ], [ [ 120.1923879, 30.1793326 ], [ 120.1923291, 30.180712 ] ], [ [ 120.1921639, 30.1807137 ], [ 120.1922332, 30.179336 ] ], [ [ 120.1861266, 30.1794542 ], [ 120.1887618, 30.1793462 ] ], [ [ 120.1840013, 30.1794989 ], [ 120.184057415386761, 30.179497580351764 ] ], [ [ 120.184057415386761, 30.179497580351764 ], [ 120.1847412, 30.1794815 ], [ 120.1861266, 30.1794542 ] ], [ [ 120.1887622, 30.1794587 ], [ 120.1859744, 30.1795538 ] ], [ [ 120.1859744, 30.1795538 ], [ 120.184636, 30.179605 ], [ 120.184062819723238, 30.179622637707741 ] ], [ [ 120.184062819723238, 30.179622637707741 ], [ 120.1840023, 30.1796245 ] ], [ [ 120.1985488, 30.1790487 ], [ 120.198621759682666, 30.179046135425484 ] ], [ [ 120.198621759682666, 30.179046135425484 ], [ 120.2004748, 30.178981 ], [ 120.2027563, 30.1789048 ] ], [ [ 120.2027555, 30.1790036 ], [ 120.2004897, 30.1790764 ], [ 120.1986813, 30.1791443 ] ], [ [ 120.1984457, 30.1791428 ], [ 120.198497626477604, 30.179095406386594 ] ], [ [ 120.198497626477604, 30.179095406386594 ], [ 120.1985488, 30.1790487 ] ], [ [ 120.1985488, 30.1790487 ], [ 120.198621586860227, 30.179101216406316 ] ], [ [ 120.198621586860227, 30.179101216406316 ], [ 120.1986813, 30.1791443 ] ], [ [ 120.1986813, 30.1791443 ], [ 120.198621452876381, 30.179143918969928 ] ], [ [ 120.198621452876381, 30.179143918969928 ], [ 120.198498289372537, 30.179143134821981 ] ], [ [ 120.198498289372537, 30.179143134821981 ], [ 120.1984457, 30.1791428 ] ], [ [ 120.1984322, 30.1807353 ], [ 120.1984457, 30.1791428 ] ], [ [ 120.1986813, 30.1791443 ], [ 120.1986877, 30.1807456 ], [ 120.1986592, 30.1816026 ], [ 120.1986523, 30.1816588 ] ], [ [ 120.2111757, 30.1787041 ], [ 120.2133854, 30.17866 ] ], [ [ 120.2093721, 30.17871 ], [ 120.2111757, 30.1787041 ] ], [ [ 120.2132497, 30.1787694 ], [ 120.2124503, 30.1787823 ], [ 120.2111704, 30.1788029 ] ], [ [ 120.2027563, 30.1789048 ], [ 120.205027, 30.1788227 ], [ 120.2056803, 30.1787909 ], [ 120.2064864, 30.1787592 ], [ 120.2069995, 30.1787527 ], [ 120.2093721, 30.17871 ] ], [ [ 120.2111704, 30.1788029 ], [ 120.2093748, 30.1788172 ] ], [ [ 120.2093748, 30.1788172 ], [ 120.2083089, 30.1788244 ], [ 120.2079215, 30.1788533 ], [ 120.2069483, 30.1788885 ] ], [ [ 120.2212429, 30.1745368 ], [ 120.2213469, 30.1741336 ] ], [ [ 120.221404, 30.1744964 ], [ 120.2213028, 30.1767136 ], [ 120.2212248, 30.1785581 ], [ 120.2211472, 30.1798253 ], [ 120.2211495, 30.1805416 ], [ 120.2211724, 30.1811957 ], [ 120.2211952, 30.1813527 ], [ 120.2212286, 30.181583 ], [ 120.2213007, 30.1819786 ], [ 120.2214891, 30.182641 ], [ 120.221907, 30.1841812 ] ], [ [ 120.2217587, 30.1841627 ], [ 120.221115, 30.1818923 ], [ 120.2210542, 30.1815764 ], [ 120.2210205, 30.1812321 ], [ 120.2209969, 30.1805347 ], [ 120.2210042, 30.1798372 ], [ 120.2210346, 30.17917 ], [ 120.2210641, 30.178463 ], [ 120.2211068, 30.1778103 ], [ 120.2211844, 30.1756535 ], [ 120.2212304, 30.1746591 ], [ 120.2212429, 30.1745368 ] ], [ [ 120.2217618, 30.1842796 ], [ 120.2217587, 30.1841627 ] ], [ [ 120.221907, 30.1841812 ], [ 120.2219364, 30.1843179 ] ], [ [ 120.2069483, 30.1788885 ], [ 120.2066183, 30.1788794 ] ], [ [ 120.2065954, 30.1814794 ], [ 120.2065257, 30.181279 ], [ 120.2065797, 30.1805363 ], [ 120.2066028, 30.1798799 ], [ 120.2066088, 30.1791802 ], [ 120.2066183, 30.1788794 ] ], [ [ 120.2069483, 30.1788885 ], [ 120.2069357, 30.1793352 ], [ 120.206877, 30.1805482 ], [ 120.2068852, 30.18074 ], [ 120.2068497, 30.1812588 ], [ 120.2067353, 30.1814906 ] ], [ [ 120.2133854, 30.17866 ], [ 120.214907, 30.1786306 ], [ 120.2173559, 30.1785834 ], [ 120.2174654, 30.1786512 ] ], [ [ 120.2174654, 30.1786512 ], [ 120.2133987, 30.1787586 ] ], [ [ 120.2133854, 30.17866 ], [ 120.2133987, 30.1787586 ] ], [ [ 120.2132497, 30.1787694 ], [ 120.2133854, 30.17866 ] ], [ [ 120.2133987, 30.1787586 ], [ 120.2132497, 30.1787694 ] ], [ [ 120.2133987, 30.1787586 ], [ 120.213453, 30.1814504 ] ], [ [ 120.2132902, 30.181454 ], [ 120.2132497, 30.1787694 ] ], [ [ 120.213453, 30.1814504 ], [ 120.2135078, 30.1839906 ] ], [ [ 120.2133753, 30.1839886 ], [ 120.2132902, 30.181454 ] ], [ [ 120.2133751, 30.1841242 ], [ 120.2133753, 30.1839886 ] ], [ [ 120.2135078, 30.1839906 ], [ 120.2135076, 30.1841258 ] ], [ [ 120.2289671, 30.1814065 ], [ 120.229118, 30.1813986 ] ], [ [ 120.2289237, 30.1815633 ], [ 120.2288172, 30.1815608 ], [ 120.2273384, 30.1815264 ], [ 120.2264363, 30.1815054 ], [ 120.2264491, 30.1813836 ], [ 120.2288169, 30.1814051 ], [ 120.2289671, 30.1814065 ] ], [ [ 120.2322555, 30.1814709 ], [ 120.2308872, 30.1815091 ], [ 120.2293792, 30.1815527 ], [ 120.2291576, 30.1815642 ] ], [ [ 120.2290087, 30.1815616 ], [ 120.2289237, 30.1815633 ] ], [ [ 120.2306028, 30.1642446 ], [ 120.2304463, 30.1642374 ] ], [ [ 120.2304463, 30.1642374 ], [ 120.2302261, 30.1642272 ] ], [ [ 120.2445743, 30.1752149 ], [ 120.2439711, 30.1754871 ] ], [ [ 120.2439711, 30.1754871 ], [ 120.2435109, 30.1756941 ] ], [ [ 120.2435109, 30.1756941 ], [ 120.2430716, 30.1758756 ] ], [ [ 120.2430716, 30.1758756 ], [ 120.24226, 30.1761473 ] ], [ [ 120.24226, 30.1761473 ], [ 120.2415393, 30.1763251 ] ], [ [ 120.2415393, 30.1763251 ], [ 120.2408832, 30.1764383 ] ], [ [ 120.2408832, 30.1764383 ], [ 120.240203, 30.1765339 ] ], [ [ 120.240203, 30.1765339 ], [ 120.2399681, 30.176562 ] ], [ [ 120.2399681, 30.176562 ], [ 120.2396901, 30.176563 ] ], [ [ 120.2396901, 30.176563 ], [ 120.2390687, 30.1765554 ] ], [ [ 120.2390687, 30.1765554 ], [ 120.2384454, 30.1765513 ] ], [ [ 120.2384454, 30.1765513 ], [ 120.2378507, 30.1765501 ] ], [ [ 120.2378507, 30.1765501 ], [ 120.2374993, 30.1765604 ] ], [ [ 120.2374993, 30.1765604 ], [ 120.2372589, 30.1766179 ] ], [ [ 120.2372589, 30.1766179 ], [ 120.2372104, 30.1766295 ] ], [ [ 120.2372104, 30.1766295 ], [ 120.2367836, 30.1766231 ] ], [ [ 120.2367836, 30.1766231 ], [ 120.2365785, 30.1765555 ] ], [ [ 120.2365785, 30.1765555 ], [ 120.236068, 30.1765672 ] ], [ [ 120.236068, 30.1765672 ], [ 120.235099, 30.1765833 ] ], [ [ 120.235099, 30.1765833 ], [ 120.2336238, 30.1766297 ] ], [ [ 120.2336238, 30.1766297 ], [ 120.2328674, 30.1766575 ] ], [ [ 120.2328674, 30.1766575 ], [ 120.2312366, 30.1767085 ] ], [ [ 120.2312366, 30.1767085 ], [ 120.2300028, 30.1767503 ] ], [ [ 120.2300028, 30.1767503 ], [ 120.2298955, 30.1767039 ] ], [ [ 120.2298955, 30.1767039 ], [ 120.229402, 30.176421 ] ], [ [ 120.229402, 30.176421 ], [ 120.2293537, 30.1763329 ] ], [ [ 120.2293537, 30.1763329 ], [ 120.2294449, 30.1756373 ] ], [ [ 120.2294449, 30.1756373 ], [ 120.2295498, 30.1748458 ] ], [ [ 120.2295498, 30.1748458 ], [ 120.2292314, 30.1748288 ] ], [ [ 120.2386178, 30.1803726 ], [ 120.238792, 30.1803593 ] ], [ [ 120.238855, 30.1804598 ], [ 120.238683, 30.1804782 ] ], [ [ 120.2322602, 30.1813603 ], [ 120.2324769, 30.1813584 ], [ 120.232716, 30.1813427 ], [ 120.233259, 30.181299 ], [ 120.2337351, 30.181219 ], [ 120.2350306, 30.1810162 ], [ 120.2356428, 30.1808937 ] ], [ [ 120.2292637, 30.1813849 ], [ 120.2294474, 30.181391 ], [ 120.2308493, 30.1813778 ], [ 120.2322602, 30.1813603 ] ], [ [ 120.229118, 30.1813986 ], [ 120.2292637, 30.1813849 ] ], [ [ 120.2356428, 30.1808937 ], [ 120.2366184, 30.1806985 ], [ 120.2383634, 30.1803937 ], [ 120.2386178, 30.1803726 ] ], [ [ 120.238683, 30.1804782 ], [ 120.2384494, 30.1805031 ], [ 120.2372823, 30.1806622 ], [ 120.2366294, 30.180794 ], [ 120.2352608, 30.1811117 ], [ 120.2336567, 30.181358 ], [ 120.2330979, 30.1814337 ], [ 120.2327712, 30.1814545 ], [ 120.2327012, 30.1814589 ], [ 120.2324901, 30.1814674 ], [ 120.2322555, 30.1814709 ] ], [ [ 120.238792, 30.1803593 ], [ 120.2390863, 30.180329 ], [ 120.2393067, 30.1803001 ], [ 120.2396202, 30.1802522 ], [ 120.2404045, 30.1801692 ], [ 120.2409744, 30.1801147 ], [ 120.2413249, 30.1800861 ], [ 120.2418047, 30.180056 ], [ 120.2424505, 30.1800212 ], [ 120.2434631, 30.1799928 ], [ 120.2437625, 30.1799921 ] ], [ [ 120.2437614, 30.1801294 ], [ 120.2433791, 30.1801219 ], [ 120.2431233, 30.1801219 ], [ 120.2420275, 30.1801747 ], [ 120.2416376, 30.180204 ], [ 120.2411477, 30.1802452 ], [ 120.2403241, 30.1803028 ], [ 120.2393612, 30.1804057 ], [ 120.2391415, 30.1804361 ], [ 120.238855, 30.1804598 ] ], [ [ 120.2396228, 30.1846487 ], [ 120.2403721, 30.1846015 ], [ 120.2424363, 30.1844384 ], [ 120.2438475, 30.1843672 ] ], [ [ 120.249154, 30.1800583 ], [ 120.2491545, 30.1811537 ] ], [ [ 120.2491545, 30.1811537 ], [ 120.2491629, 30.1813883 ] ], [ [ 120.2491629, 30.1813883 ], [ 120.2491593, 30.1816186 ] ], [ [ 120.2491593, 30.1816186 ], [ 120.2490956, 30.1827626 ] ], [ [ 120.2490956, 30.1827626 ], [ 120.2489374, 30.1840008 ] ], [ [ 120.2489374, 30.1840008 ], [ 120.2489222, 30.18412 ] ], [ [ 120.2489052, 30.1842026 ], [ 120.2489222, 30.18412 ] ], [ [ 120.2438475, 30.1843672 ], [ 120.2447146, 30.1842792 ], [ 120.2449846, 30.1842651 ], [ 120.2453046, 30.1842407 ], [ 120.2461844, 30.1842003 ], [ 120.2464969, 30.1842108 ], [ 120.2471877, 30.1841416 ], [ 120.2476419, 30.1840961 ], [ 120.2489374, 30.1840008 ] ], [ [ 120.2488934, 30.1843429 ], [ 120.2489052, 30.1842026 ] ], [ [ 120.1984543, 30.1819168 ], [ 120.1984313, 30.1815969 ], [ 120.1984322, 30.1807353 ] ], [ [ 120.1986523, 30.1816588 ], [ 120.1986197, 30.1819235 ] ], [ [ 120.1984311, 30.1839285 ], [ 120.1984543, 30.1819168 ] ], [ [ 120.1986197, 30.1819235 ], [ 120.1985725, 30.1839252 ] ], [ [ 120.1919733, 30.183866 ], [ 120.1920715, 30.1822416 ], [ 120.1921639, 30.1807137 ] ], [ [ 120.1923291, 30.180712 ], [ 120.1922195, 30.1824576 ], [ 120.1921305, 30.1838746 ] ], [ [ 120.1919478, 30.1840179 ], [ 120.1919733, 30.183866 ] ], [ [ 120.1921305, 30.1838746 ], [ 120.1921184, 30.1840284 ] ], [ [ 120.1918005, 30.1864289 ], [ 120.1918389, 30.1858002 ], [ 120.1919478, 30.1840179 ] ], [ [ 120.1921184, 30.1840284 ], [ 120.192047, 30.1849733 ], [ 120.1919362, 30.1864404 ] ], [ [ 120.1985725, 30.1839252 ], [ 120.1985788, 30.1840498 ] ], [ [ 120.1984252, 30.1840486 ], [ 120.1984311, 30.1839285 ] ], [ [ 120.1984124, 30.186604 ], [ 120.1984183, 30.1854211 ], [ 120.1984252, 30.1840486 ] ], [ [ 120.1985788, 30.1840498 ], [ 120.1985721, 30.1843757 ], [ 120.1985599, 30.1866225 ], [ 120.1985471, 30.1889799 ], [ 120.1985498, 30.1891512 ] ], [ [ 120.1983997, 30.1891457 ], [ 120.1984089, 30.1872999 ], [ 120.1984124, 30.186604 ] ], [ [ 120.1983997, 30.1891457 ], [ 120.1985498, 30.1891512 ] ], [ [ 120.1985498, 30.1891512 ], [ 120.1998066, 30.1891667 ], [ 120.2025638, 30.1892007 ] ], [ [ 120.1983949, 30.1892674 ], [ 120.1983997, 30.1891457 ] ], [ [ 120.1841766, 30.1887843 ], [ 120.1842559, 30.1887839 ], [ 120.1853751, 30.1888202 ], [ 120.186193, 30.1888523 ], [ 120.1879903, 30.1889078 ], [ 120.1882614, 30.1889182 ] ], [ [ 120.1882614, 30.1889182 ], [ 120.188472, 30.1889319 ], [ 120.1894214, 30.1889613 ], [ 120.1916115, 30.1890408 ] ], [ [ 120.1882343, 30.1890628 ], [ 120.18798, 30.1890476 ], [ 120.1862211, 30.1889822 ], [ 120.1861489, 30.1889802 ], [ 120.1852687, 30.1889564 ], [ 120.1842473, 30.1889135 ], [ 120.184165, 30.1889118 ] ], [ [ 120.1915896, 30.1891679 ], [ 120.1909059, 30.189149 ], [ 120.1900737, 30.189125 ], [ 120.188555, 30.1890699 ], [ 120.1884581, 30.1890664 ], [ 120.1882343, 30.1890628 ] ], [ [ 120.1916115, 30.1890408 ], [ 120.1916601, 30.1887193 ], [ 120.1917088, 30.1879205 ], [ 120.1917119, 30.1878707 ], [ 120.1918005, 30.1864289 ] ], [ [ 120.1919362, 30.1864404 ], [ 120.1918437, 30.1879218 ], [ 120.1917755, 30.189044 ] ], [ [ 120.1916115, 30.1890408 ], [ 120.1917755, 30.189044 ] ], [ [ 120.1917755, 30.189044 ], [ 120.1925698, 30.1890424 ], [ 120.1934297, 30.1890595 ], [ 120.1947655, 30.1890969 ], [ 120.1950447, 30.1891038 ] ], [ [ 120.1915896, 30.1891679 ], [ 120.1916115, 30.1890408 ] ], [ [ 120.1917755, 30.189044 ], [ 120.1917651, 30.1891711 ] ], [ [ 120.1950447, 30.1891038 ], [ 120.1953093, 30.1891154 ], [ 120.1983338, 30.1891451 ], [ 120.1983997, 30.1891457 ] ], [ [ 120.1917651, 30.1891711 ], [ 120.1915896, 30.1891679 ] ], [ [ 120.1950485, 30.1892348 ], [ 120.1947576, 30.1892252 ], [ 120.1917651, 30.1891711 ] ], [ [ 120.1983949, 30.1892674 ], [ 120.1972423, 30.189256 ], [ 120.1953049, 30.1892368 ], [ 120.1950485, 30.1892348 ] ], [ [ 120.1912413, 30.1913216 ], [ 120.1912651, 30.1910114 ], [ 120.1913457, 30.1905375 ], [ 120.1913856, 30.1903595 ], [ 120.1915896, 30.1891679 ] ], [ [ 120.1917651, 30.1891711 ], [ 120.191679, 30.1896055 ], [ 120.191604, 30.1900152 ], [ 120.1915516, 30.1903017 ], [ 120.1913913, 30.1913295 ] ], [ [ 120.1985498, 30.1891512 ], [ 120.198538, 30.1892751 ] ], [ [ 120.2025638, 30.1892007 ], [ 120.2038032, 30.189232 ], [ 120.2062842, 30.1892948 ] ], [ [ 120.198538, 30.1892751 ], [ 120.1983949, 30.1892674 ] ], [ [ 120.2025471, 30.1893416 ], [ 120.198538, 30.1892751 ] ], [ [ 120.2062782, 30.189416 ], [ 120.2050526, 30.1893916 ], [ 120.2025471, 30.1893416 ] ], [ [ 120.1982466, 30.1916876 ], [ 120.1982559, 30.1915595 ], [ 120.1982884, 30.1910238 ], [ 120.1983949, 30.1892674 ] ], [ [ 120.198538, 30.1892751 ], [ 120.1984803, 30.1903737 ], [ 120.1984178, 30.1915642 ], [ 120.1984147, 30.1916904 ] ], [ [ 120.2226404, 30.1878192 ], [ 120.2221421, 30.1858225 ], [ 120.2220731, 30.1855458 ], [ 120.2219128, 30.1849009 ], [ 120.2217618, 30.1842796 ] ], [ [ 120.2219364, 30.1843179 ], [ 120.2220905, 30.1849674 ], [ 120.2223144, 30.1859345 ], [ 120.2223818, 30.1862255 ], [ 120.222791, 30.1877943 ] ], [ [ 120.222791, 30.1877943 ], [ 120.2232524, 30.1877209 ], [ 120.2243383, 30.1875358 ], [ 120.2248047, 30.1874553 ], [ 120.2251614, 30.1873586 ], [ 120.2254985, 30.1872695 ], [ 120.2260223, 30.1870997 ], [ 120.2271404, 30.1866752 ], [ 120.2274956, 30.1865391 ], [ 120.2275432, 30.1865209 ], [ 120.2281412, 30.1862918 ], [ 120.2284802, 30.1861128 ], [ 120.2285261, 30.186112 ], [ 120.228572, 30.1861568 ], [ 120.2286052, 30.186209 ], [ 120.228579, 30.1862696 ], [ 120.2282991, 30.1863652 ], [ 120.2280613, 30.1864506 ], [ 120.2274653, 30.1866845 ], [ 120.2266765, 30.1869801 ], [ 120.2261706, 30.1871697 ], [ 120.2257103, 30.1873375 ], [ 120.225375, 30.1874395 ], [ 120.2251154, 30.1875016 ], [ 120.2248715, 30.1875651 ], [ 120.2243724, 30.1876551 ], [ 120.2228145, 30.1879022 ] ], [ [ 120.2226404, 30.1878192 ], [ 120.222791, 30.1877943 ] ], [ [ 120.222791, 30.1877943 ], [ 120.2228145, 30.1879022 ] ], [ [ 120.2226678, 30.1879303 ], [ 120.2226404, 30.1878192 ] ], [ [ 120.2228145, 30.1879022 ], [ 120.2226678, 30.1879303 ] ], [ [ 120.2134002, 30.1866487 ], [ 120.2133883, 30.1854543 ], [ 120.2133751, 30.1841242 ] ], [ [ 120.2135076, 30.1841258 ], [ 120.2135147, 30.185047 ], [ 120.2135251, 30.1856957 ], [ 120.2135406, 30.1866552 ] ], [ [ 120.2135406, 30.1866552 ], [ 120.2135639, 30.1875277 ], [ 120.2135679, 30.1893554 ] ], [ [ 120.2134303, 30.1893684 ], [ 120.2134002, 30.1866487 ] ], [ [ 120.2171713, 30.1887613 ], [ 120.2200125, 30.1882812 ] ], [ [ 120.2200515, 30.1883975 ], [ 120.2180198, 30.1887554 ], [ 120.2173578, 30.1888647 ], [ 120.2170751, 30.1889114 ], [ 120.216248, 30.1890638 ], [ 120.2160073, 30.1891081 ], [ 120.2158529, 30.1891365 ], [ 120.2153278, 30.1892265 ], [ 120.2152395, 30.1892403 ], [ 120.2146869, 30.1893267 ], [ 120.2144538, 30.1893672 ], [ 120.2139688, 30.1894104 ], [ 120.2135711, 30.1894618 ] ], [ [ 120.2135679, 30.1893554 ], [ 120.2139135, 30.1893131 ], [ 120.2144812, 30.1892245 ], [ 120.2147065, 30.1891981 ], [ 120.2163887, 30.1888998 ], [ 120.2165733, 30.1888671 ], [ 120.2170759, 30.1887782 ], [ 120.2171713, 30.1887613 ] ], [ [ 120.2062842, 30.1892948 ], [ 120.2064395, 30.1892849 ] ], [ [ 120.2064395, 30.1892849 ], [ 120.2089987, 30.1893099 ] ], [ [ 120.2089987, 30.1893099 ], [ 120.2110014, 30.1893356 ] ], [ [ 120.2110014, 30.1893356 ], [ 120.2123671, 30.1893675 ], [ 120.2128484, 30.189371 ], [ 120.2134303, 30.1893684 ] ], [ [ 120.2064254, 30.1894029 ], [ 120.2062782, 30.189416 ] ], [ [ 120.2089897, 30.1894367 ], [ 120.2064254, 30.1894029 ] ], [ [ 120.2134357, 30.189473 ], [ 120.2130874, 30.1894858 ], [ 120.2128215, 30.189498 ], [ 120.211, 30.1894698 ], [ 120.2089897, 30.1894367 ] ], [ [ 120.2200125, 30.1882812 ], [ 120.2212011, 30.1880741 ], [ 120.2217795, 30.1879733 ], [ 120.2226404, 30.1878192 ] ], [ [ 120.2226678, 30.1879303 ], [ 120.2218829, 30.1880742 ], [ 120.2215778, 30.1881281 ], [ 120.2212237, 30.1881906 ], [ 120.2200515, 30.1883975 ] ], [ [ 120.2228145, 30.1879022 ], [ 120.2232037, 30.1889227 ], [ 120.2233784, 30.1893806 ], [ 120.223855, 30.1905499 ], [ 120.2239131, 30.1907283 ], [ 120.2239895, 30.1909623 ], [ 120.223991, 30.1909671 ], [ 120.224335, 30.1918822 ], [ 120.2243956, 30.1921765 ], [ 120.2245131, 30.1928785 ], [ 120.2245677, 30.193205 ], [ 120.2245518, 30.193688 ], [ 120.224565, 30.1941572 ], [ 120.2245845, 30.1958292 ], [ 120.2245952, 30.1973762 ] ], [ [ 120.2244502, 30.1973776 ], [ 120.2244424, 30.1958313 ], [ 120.2244223, 30.1942555 ], [ 120.2243836, 30.1936903 ], [ 120.224364, 30.1932608 ], [ 120.2242292, 30.1923188 ], [ 120.2241729, 30.191978 ], [ 120.224012, 30.1915363 ], [ 120.2239369, 30.1912956 ], [ 120.2238597, 30.1910479 ], [ 120.2238568, 30.1910392 ], [ 120.2237719, 30.1907861 ], [ 120.223721, 30.1906342 ], [ 120.2235141, 30.1901121 ], [ 120.2233124, 30.1896032 ], [ 120.2231546, 30.1892052 ], [ 120.2228367, 30.1883726 ], [ 120.2226678, 30.1879303 ] ], [ [ 120.2134303, 30.1893684 ], [ 120.2135679, 30.1893554 ] ], [ [ 120.2135679, 30.1893554 ], [ 120.2135711, 30.1894618 ] ], [ [ 120.2134357, 30.189473 ], [ 120.2134303, 30.1893684 ] ], [ [ 120.2135711, 30.1894618 ], [ 120.2134357, 30.189473 ] ], [ [ 120.2135198, 30.1969331 ], [ 120.2135338, 30.1968328 ], [ 120.2136321, 30.1952921 ], [ 120.2135816, 30.1943902 ], [ 120.2135018, 30.1926989 ], [ 120.2134357, 30.189473 ] ], [ [ 120.2135711, 30.1894618 ], [ 120.2135819, 30.1897773 ], [ 120.2136559, 30.1926894 ], [ 120.2136581, 30.1927443 ], [ 120.2137465, 30.1943843 ], [ 120.2137853, 30.1952724 ], [ 120.2137871, 30.1956669 ], [ 120.2137558, 30.196128 ], [ 120.2137047, 30.1968764 ], [ 120.2136865, 30.1969608 ] ], [ [ 120.2192692, 30.197264 ], [ 120.2192743, 30.1971697 ] ], [ [ 120.2192743, 30.1971697 ], [ 120.2192845, 30.1962995 ] ], [ [ 120.2192845, 30.1962995 ], [ 120.2192942, 30.1954764 ] ], [ [ 120.2192942, 30.1954764 ], [ 120.2193031, 30.19514 ] ], [ [ 120.2134955, 30.1971115 ], [ 120.2135198, 30.1969331 ] ], [ [ 120.2291576, 30.1815642 ], [ 120.2290087, 30.1815616 ] ], [ [ 120.231101, 30.1852882 ], [ 120.232359, 30.1851765 ] ], [ [ 120.2394881, 30.1846565 ], [ 120.2396228, 30.1846487 ] ], [ [ 120.232359, 30.1851765 ], [ 120.2324552, 30.1851532 ], [ 120.2325409, 30.1851325 ], [ 120.2327984, 30.185122 ], [ 120.2338243, 30.1850803 ], [ 120.2341368, 30.1850513 ], [ 120.2346062, 30.1849972 ], [ 120.235199, 30.1849788 ], [ 120.2355949, 30.1849461 ], [ 120.2360304, 30.1849101 ], [ 120.2365138, 30.1848702 ], [ 120.2380573, 30.1847578 ], [ 120.2394881, 30.1846565 ] ], [ [ 120.2323299, 30.1855279 ], [ 120.2321887, 30.1855361 ] ], [ [ 120.2438557, 30.1847017 ], [ 120.243292, 30.1847347 ], [ 120.2415338, 30.184872 ], [ 120.2413753, 30.1848733 ], [ 120.2411695, 30.184875 ], [ 120.2405299, 30.1849301 ], [ 120.2395911, 30.1849788 ] ], [ [ 120.2393444, 30.1881351 ], [ 120.2398805, 30.1881389 ] ], [ [ 120.2398805, 30.1881389 ], [ 120.2439056, 30.1880985 ] ], [ [ 120.2395911, 30.1849788 ], [ 120.2394485, 30.1850226 ] ], [ [ 120.2394485, 30.1850226 ], [ 120.2391719, 30.1850708 ], [ 120.2387236, 30.1851061 ], [ 120.2383769, 30.1851142 ], [ 120.2377861, 30.1851354 ], [ 120.2363664, 30.1852565 ], [ 120.2355893, 30.1853137 ], [ 120.2351594, 30.1853454 ], [ 120.2339299, 30.1854359 ], [ 120.2336382, 30.1854527 ], [ 120.2323299, 30.1855279 ] ], [ [ 120.2393444, 30.1881351 ], [ 120.239166, 30.1881339 ] ], [ [ 120.2488934, 30.1843429 ], [ 120.2468021, 30.184497 ], [ 120.2453205, 30.184603 ], [ 120.2452926, 30.1846056 ], [ 120.2450077, 30.1846294 ], [ 120.2446797, 30.1846535 ], [ 120.2438557, 30.1847017 ] ], [ [ 120.2484781, 30.1880195 ], [ 120.2486918, 30.1860963 ] ], [ [ 120.2486918, 30.1860963 ], [ 120.248717, 30.1858485 ] ], [ [ 120.248717, 30.1858485 ], [ 120.2488934, 30.1843429 ] ], [ [ 120.2484421, 30.1880206 ], [ 120.2484781, 30.1880195 ] ], [ [ 120.2484421, 30.1880206 ], [ 120.2472228, 30.1880579 ] ], [ [ 120.2472228, 30.1880579 ], [ 120.246909, 30.188051 ] ], [ [ 120.246909, 30.188051 ], [ 120.2454016, 30.1880788 ] ], [ [ 120.2454016, 30.1880788 ], [ 120.2448007, 30.1880858 ] ], [ [ 120.2448007, 30.1880858 ], [ 120.2440567, 30.188097 ] ], [ [ 120.2440567, 30.188097 ], [ 120.2439056, 30.1880985 ] ], [ [ 120.2484781, 30.1880195 ], [ 120.2484836, 30.1883095 ], [ 120.2483474, 30.1893292 ], [ 120.2483401, 30.1894246 ], [ 120.2483617, 30.1899208 ], [ 120.248383, 30.1900386 ], [ 120.2484205, 30.1902961 ], [ 120.2484446, 30.1904077 ], [ 120.2485314, 30.1909253 ] ], [ [ 120.2483767, 30.1909274 ], [ 120.2483017, 30.1903988 ], [ 120.2482939, 30.1902985 ], [ 120.2482644, 30.1900536 ], [ 120.2482615, 30.1899251 ], [ 120.2482337, 30.1894449 ], [ 120.248241, 30.1893495 ], [ 120.2483773, 30.1883298 ], [ 120.2484421, 30.1880206 ] ], [ [ 120.2296629, 30.1905046 ], [ 120.2294241, 30.1896446 ], [ 120.229312, 30.1887645 ], [ 120.2292655, 30.1883658 ], [ 120.2291913, 30.1878079 ], [ 120.2290169, 30.1865132 ], [ 120.22893, 30.1858069 ], [ 120.2289156, 30.1856422 ], [ 120.2289028, 30.1856055 ], [ 120.2288791, 30.1855811 ] ], [ [ 120.2448232, 30.1941415 ], [ 120.2448276, 30.1954836 ] ], [ [ 120.2448276, 30.1954836 ], [ 120.2448605, 30.19672 ] ], [ [ 120.2448605, 30.19672 ], [ 120.2448632, 30.1968425 ] ], [ [ 120.2448632, 30.1968425 ], [ 120.244831, 30.1994257 ] ], [ [ 120.244831, 30.1994257 ], [ 120.2448275, 30.1997076 ] ], [ [ 120.2448275, 30.1997076 ], [ 120.244824, 30.1999859 ] ], [ [ 120.244824, 30.1999859 ], [ 120.2447961, 30.202228 ] ], [ [ 120.2416092, 30.2022765 ], [ 120.2417243, 30.2022806 ] ], [ [ 120.2417243, 30.2022806 ], [ 120.2418932, 30.2022806 ] ], [ [ 120.2418932, 30.2022806 ], [ 120.2447961, 30.202228 ] ], [ [ 120.2391851, 30.2022913 ], [ 120.2416092, 30.2022765 ] ], [ [ 120.239166, 30.1881339 ], [ 120.2388918, 30.1881414 ] ], [ [ 120.2388918, 30.1881414 ], [ 120.2386263, 30.1881576 ] ], [ [ 120.2386263, 30.1881576 ], [ 120.2380641, 30.1881863 ] ], [ [ 120.2380641, 30.1881863 ], [ 120.2359865, 30.1882184 ] ], [ [ 120.2359865, 30.1882184 ], [ 120.2351608, 30.1882312 ] ], [ [ 120.2351608, 30.1882312 ], [ 120.2324912, 30.1882724 ] ], [ [ 120.2359767, 30.2001329 ], [ 120.2359789, 30.1991372 ] ], [ [ 120.2359789, 30.1991372 ], [ 120.2359796, 30.1987987 ] ], [ [ 120.2359796, 30.1987987 ], [ 120.2359807, 30.1983165 ] ], [ [ 120.2359807, 30.1983165 ], [ 120.2359836, 30.1969735 ] ], [ [ 120.2359836, 30.1969735 ], [ 120.235987, 30.196855 ] ], [ [ 120.1982006, 30.1941094 ], [ 120.1982017, 30.1940529 ], [ 120.1982466, 30.1916876 ] ], [ [ 120.1984147, 30.1916904 ], [ 120.1983638, 30.1940527 ], [ 120.1983624, 30.1941164 ] ], [ [ 120.1907738, 30.1934971 ], [ 120.1907846, 30.1934466 ], [ 120.1912413, 30.1913216 ] ], [ [ 120.1913913, 30.1913295 ], [ 120.1909852, 30.1934701 ], [ 120.1909745, 30.1935263 ] ], [ [ 120.19073, 30.1937159 ], [ 120.1907738, 30.1934971 ] ], [ [ 120.1909745, 30.1935263 ], [ 120.1909283, 30.1937392 ] ], [ [ 120.1981834, 30.1943208 ], [ 120.1982006, 30.1941094 ] ], [ [ 120.1983624, 30.1941164 ], [ 120.1983483, 30.1943279 ] ], [ [ 120.1901727, 30.1965504 ], [ 120.1902997, 30.19589 ], [ 120.1904246, 30.1952406 ], [ 120.1904467, 30.1951307 ], [ 120.1907127, 30.1938024 ], [ 120.19073, 30.1937159 ] ], [ [ 120.1909283, 30.1937392 ], [ 120.1909107, 30.1938243 ], [ 120.1907458, 30.194622 ], [ 120.1906114, 30.1952723 ], [ 120.1905147, 30.19577 ], [ 120.1903667, 30.1965322 ] ], [ [ 120.1869104, 30.1956895 ], [ 120.1871111, 30.195773 ] ], [ [ 120.1871111, 30.195773 ], [ 120.1883703, 30.1961025 ] ], [ [ 120.1883703, 30.1961025 ], [ 120.1897793, 30.1964713 ] ], [ [ 120.1897793, 30.1964713 ], [ 120.1901727, 30.1965504 ] ], [ [ 120.1901727, 30.1965504 ], [ 120.1903667, 30.1965322 ] ], [ [ 120.1903667, 30.1965322 ], [ 120.1902918, 30.1966563 ] ], [ [ 120.1902918, 30.1966563 ], [ 120.1901727, 30.1965504 ] ], [ [ 120.1893907, 30.1993176 ], [ 120.1894346, 30.1990907 ], [ 120.1894494, 30.1990223 ], [ 120.1895646, 30.1986749 ], [ 120.1896912, 30.1982796 ], [ 120.1897543, 30.1980787 ], [ 120.1898501, 30.1977234 ], [ 120.1900015, 30.1972459 ], [ 120.1900846, 30.1969227 ], [ 120.1901727, 30.1965504 ] ], [ [ 120.1979193, 30.1986197 ], [ 120.1979931, 30.1971301 ], [ 120.1980619, 30.1962059 ], [ 120.1980706, 30.196059 ], [ 120.1981774, 30.1944128 ], [ 120.1981834, 30.1943208 ] ], [ [ 120.1983483, 30.1943279 ], [ 120.1983423, 30.1944179 ], [ 120.1982323, 30.1960666 ], [ 120.1982225, 30.1962321 ], [ 120.1981657, 30.197118 ], [ 120.1981153, 30.197888 ], [ 120.198056, 30.1986592 ] ], [ [ 120.1979193, 30.1986197 ], [ 120.198056, 30.1986592 ] ], [ [ 120.198056, 30.1986592 ], [ 120.1980524, 30.1988108 ] ], [ [ 120.1980524, 30.1988108 ], [ 120.1979108, 30.1987407 ] ], [ [ 120.198056, 30.1986592 ], [ 120.198507, 30.1987838 ], [ 120.1986967, 30.198838 ], [ 120.2016768, 30.199766 ], [ 120.2023067, 30.1999778 ] ], [ [ 120.2022465, 30.2001359 ], [ 120.2016283, 30.199918 ], [ 120.1986261, 30.1990004 ], [ 120.1980524, 30.1988108 ] ], [ [ 120.1902918, 30.1966563 ], [ 120.1902288, 30.1969421 ], [ 120.1901535, 30.1973026 ], [ 120.1899511, 30.1980304 ], [ 120.1899369, 30.1983942 ], [ 120.1898101, 30.1987496 ], [ 120.1896941, 30.1990974 ], [ 120.1896627, 30.1991762 ], [ 120.1895708, 30.1994189 ] ], [ [ 120.1893161, 30.1994548 ], [ 120.1893907, 30.1993176 ] ], [ [ 120.1895708, 30.1994189 ], [ 120.1894972, 30.1995504 ] ], [ [ 120.1903667, 30.1965322 ], [ 120.1914684, 30.1968244 ], [ 120.1926453, 30.1971573 ], [ 120.1945807, 30.1976408 ], [ 120.1954866, 30.1979344 ], [ 120.1965978, 30.1982474 ], [ 120.1979193, 30.1986197 ] ], [ [ 120.1979108, 30.1987407 ], [ 120.1968687, 30.1984445 ], [ 120.1954649, 30.198052 ], [ 120.1944938, 30.1978039 ], [ 120.1926018, 30.1972909 ], [ 120.1916415, 30.1970342 ], [ 120.1914279, 30.1969771 ], [ 120.1902918, 30.1966563 ] ], [ [ 120.1979108, 30.1987407 ], [ 120.1979193, 30.1986197 ] ], [ [ 120.1980524, 30.1988108 ], [ 120.1980114, 30.1993812 ], [ 120.1979404, 30.2001638 ], [ 120.1977799, 30.2007004 ], [ 120.1975159, 30.2011308 ], [ 120.1970052, 30.2021568 ] ], [ [ 120.1963898, 30.2028742 ], [ 120.1964123, 30.2028341 ], [ 120.1970695, 30.2016633 ], [ 120.1974026, 30.2010697 ], [ 120.1976269, 30.2006526 ], [ 120.1977801, 30.2001406 ], [ 120.1978698, 30.199369 ], [ 120.1979108, 30.1987407 ] ], [ [ 120.2136865, 30.1969608 ], [ 120.2136607, 30.1971502 ] ], [ [ 120.2192706, 30.1974191 ], [ 120.2192692, 30.197264 ] ], [ [ 120.2132744, 30.1991249 ], [ 120.2134715, 30.1972177 ], [ 120.2134955, 30.1971115 ] ], [ [ 120.2136607, 30.1971502 ], [ 120.2136377, 30.1972588 ], [ 120.2134297, 30.1991315 ] ], [ [ 120.2192427, 30.2000796 ], [ 120.2192633, 30.1998081 ] ], [ [ 120.2192633, 30.1998081 ], [ 120.2192558, 30.1989981 ] ], [ [ 120.2192558, 30.1989981 ], [ 120.2192544, 30.1988474 ] ], [ [ 120.2192544, 30.1988474 ], [ 120.2192521, 30.1985955 ] ], [ [ 120.2192521, 30.1985955 ], [ 120.2192531, 30.1975117 ] ], [ [ 120.2192531, 30.1975117 ], [ 120.2192706, 30.1974191 ] ], [ [ 120.2245952, 30.1973762 ], [ 120.2246007, 30.1975454 ] ], [ [ 120.2244365, 30.197549 ], [ 120.2244502, 30.1973776 ] ], [ [ 120.2244421, 30.2001272 ], [ 120.2244402, 30.1992438 ], [ 120.2244365, 30.197549 ] ], [ [ 120.2246007, 30.1975454 ], [ 120.2246018, 30.1986643 ], [ 120.2246033, 30.2001353 ] ], [ [ 120.2056573, 30.2009851 ], [ 120.2059071, 30.201014 ] ], [ [ 120.205901, 30.2011827 ], [ 120.2056455, 30.20114 ] ], [ [ 120.2059071, 30.201014 ], [ 120.2071013, 30.2012448 ], [ 120.208451, 30.2013739 ], [ 120.2098599, 30.2015538 ] ], [ [ 120.2098362, 30.2017103 ], [ 120.2084632, 30.2015098 ], [ 120.2070984, 30.2013743 ], [ 120.205901, 30.2011827 ] ], [ [ 120.2129907, 30.2019208 ], [ 120.2131604, 30.2002006 ], [ 120.2131722, 30.200081 ], [ 120.2132744, 30.1991249 ] ], [ [ 120.2134297, 30.1991315 ], [ 120.2133378, 30.2000205 ], [ 120.2132916, 30.2004353 ], [ 120.2131256, 30.2019273 ] ], [ [ 120.2192427, 30.2000796 ], [ 120.2189926, 30.2022496 ] ], [ [ 120.2189926, 30.2022496 ], [ 120.2189678, 30.2025735 ] ], [ [ 120.2129907, 30.2019208 ], [ 120.2131256, 30.2019273 ] ], [ [ 120.2129811, 30.2020183 ], [ 120.2129907, 30.2019208 ] ], [ [ 120.2131256, 30.2019273 ], [ 120.2131206, 30.2020392 ] ], [ [ 120.2131206, 30.2020392 ], [ 120.2129811, 30.2020183 ] ], [ [ 120.2131256, 30.2019273 ], [ 120.2134617, 30.2019585 ], [ 120.2141457, 30.2020263 ], [ 120.2149445, 30.2021085 ], [ 120.215119, 30.2021265 ], [ 120.2164473, 30.202281 ] ], [ [ 120.2164277, 30.2024404 ], [ 120.215524, 30.202336 ], [ 120.2147352, 30.2022337 ], [ 120.2141535, 30.2021582 ], [ 120.2134483, 30.202086 ], [ 120.2131206, 30.2020392 ] ], [ [ 120.2246033, 30.2001353 ], [ 120.2246499, 30.2027359 ] ], [ [ 120.2244869, 30.2027605 ], [ 120.2244421, 30.2001272 ] ], [ [ 120.2217007, 30.2026518 ], [ 120.2224782, 30.202665 ], [ 120.2236446, 30.2027117 ], [ 120.2244869, 30.2027605 ] ], [ [ 120.2098599, 30.2015538 ], [ 120.2108548, 30.2016565 ], [ 120.2116456, 30.2017382 ], [ 120.2129907, 30.2019208 ] ], [ [ 120.2129811, 30.2020183 ], [ 120.2120773, 30.2019298 ], [ 120.2098362, 30.2017103 ] ], [ [ 120.2164473, 30.202281 ], [ 120.2171816, 30.2023802 ], [ 120.2185591, 30.2025359 ], [ 120.2189678, 30.2025735 ] ], [ [ 120.2189419, 30.2027239 ], [ 120.218421, 30.2026698 ], [ 120.2164277, 30.2024404 ] ], [ [ 120.2189678, 30.2025735 ], [ 120.2193728, 30.2025893 ], [ 120.2202715, 30.2026027 ], [ 120.2217007, 30.2026518 ] ], [ [ 120.2189419, 30.2027239 ], [ 120.2189678, 30.2025735 ] ], [ [ 120.2216962, 30.2028032 ], [ 120.2200613, 30.202752 ], [ 120.2189419, 30.2027239 ] ], [ [ 120.2127557, 30.2041039 ], [ 120.2128703, 30.2030431 ], [ 120.2129811, 30.2020183 ] ], [ [ 120.2131206, 30.2020392 ], [ 120.2129898, 30.2033218 ], [ 120.2129065, 30.204139 ] ], [ [ 120.2244869, 30.2027605 ], [ 120.2246499, 30.2027359 ] ], [ [ 120.2246499, 30.2027359 ], [ 120.225702, 30.2027652 ], [ 120.225972, 30.2027731 ], [ 120.2275641, 30.2028193 ] ], [ [ 120.2246499, 30.2027359 ], [ 120.2246497, 30.2028922 ] ], [ [ 120.224473, 30.2028849 ], [ 120.2244869, 30.2027605 ] ], [ [ 120.224473, 30.2028849 ], [ 120.2227112, 30.2028198 ], [ 120.2216962, 30.2028032 ] ], [ [ 120.2246497, 30.2028922 ], [ 120.224473, 30.2028849 ] ], [ [ 120.227572, 30.2029717 ], [ 120.2261863, 30.202934 ], [ 120.2246497, 30.2028922 ] ], [ [ 120.1892828, 30.1996144 ], [ 120.1893161, 30.1994548 ] ], [ [ 120.1894972, 30.1995504 ], [ 120.1894334, 30.1996819 ] ], [ [ 120.1894334, 30.1996819 ], [ 120.1893821, 30.1997911 ] ], [ [ 120.1868888, 30.203774 ], [ 120.1874325, 30.2029271 ], [ 120.1881494, 30.2017374 ], [ 120.188528, 30.2010424 ], [ 120.1887161, 30.2007037 ], [ 120.1889304, 30.2003207 ], [ 120.1890644, 30.2000871 ], [ 120.1891396, 30.1999673 ], [ 120.1892478, 30.199743 ], [ 120.1892828, 30.1996144 ] ], [ [ 120.1893821, 30.1997911 ], [ 120.189175, 30.2002316 ], [ 120.1891131, 30.2003385 ], [ 120.1890995, 30.2003681 ], [ 120.1889959, 30.200553 ], [ 120.1888872, 30.2007737 ], [ 120.1887022, 30.2011354 ], [ 120.1883292, 30.2017607 ], [ 120.1875564, 30.2029677 ], [ 120.1870649, 30.203865 ] ], [ [ 120.1868888, 30.203774 ], [ 120.1870649, 30.203865 ] ], [ [ 120.1867878, 30.2039301 ], [ 120.1868888, 30.203774 ] ], [ [ 120.1870649, 30.203865 ], [ 120.1869678, 30.2040207 ] ], [ [ 120.1869678, 30.2040207 ], [ 120.1867878, 30.2039301 ] ], [ [ 120.1811591, 30.2004184 ], [ 120.1812675, 30.2004778 ], [ 120.1819739, 30.2009109 ], [ 120.1834374, 30.2018082 ], [ 120.1847921, 30.2026099 ], [ 120.1868888, 30.203774 ] ], [ [ 120.1867878, 30.2039301 ], [ 120.1843653, 30.202571 ], [ 120.1829683, 30.2017763 ], [ 120.1823778, 30.2014194 ], [ 120.1811465, 30.2006753 ], [ 120.1810712, 30.2006298 ] ], [ [ 120.1781816, 30.204328 ], [ 120.1784924, 30.2044765 ] ], [ [ 120.1784471, 30.2045436 ], [ 120.1781816, 30.204328 ] ], [ [ 120.2023067, 30.1999778 ], [ 120.2042433, 30.2006151 ], [ 120.2054061, 30.2009299 ], [ 120.2056573, 30.2009851 ] ], [ [ 120.2056455, 30.20114 ], [ 120.2022465, 30.2001359 ] ], [ [ 120.1970052, 30.2021568 ], [ 120.1965839, 30.2029286 ], [ 120.1965069, 30.2030697 ] ], [ [ 120.1963224, 30.2030105 ], [ 120.1963898, 30.2028742 ] ], [ [ 120.1962403, 30.2031401 ], [ 120.1963224, 30.2030105 ] ], [ [ 120.1965069, 30.2030697 ], [ 120.1964077, 30.2032655 ] ], [ [ 120.194178, 30.2074822 ], [ 120.1945448, 30.2067457 ], [ 120.1947746, 30.2062842 ], [ 120.1949452, 30.2058368 ], [ 120.1954555, 30.2044865 ], [ 120.1955606, 30.2043208 ], [ 120.195641, 30.2041789 ], [ 120.1961471, 30.2032862 ], [ 120.1962403, 30.2031401 ] ], [ [ 120.1964077, 30.2032655 ], [ 120.1957043, 30.2044352 ], [ 120.1956129, 30.204575 ], [ 120.1954413, 30.2050108 ], [ 120.1950993, 30.2058798 ], [ 120.1949262, 30.2063338 ], [ 120.1943206, 30.2075488 ] ], [ [ 120.1977734, 30.2092225 ], [ 120.2016675, 30.2111834 ] ], [ [ 120.194178, 30.2074822 ], [ 120.1943206, 30.2075488 ] ], [ [ 120.194095, 30.2076292 ], [ 120.194178, 30.2074822 ] ], [ [ 120.1943206, 30.2075488 ], [ 120.1942357, 30.207699 ] ], [ [ 120.1942357, 30.207699 ], [ 120.194095, 30.2076292 ] ], [ [ 120.1943206, 30.2075488 ], [ 120.1960348, 30.2083478 ], [ 120.1968503, 30.2087581 ], [ 120.1977734, 30.2092225 ] ], [ [ 120.1976885, 30.2093702 ], [ 120.1967575, 30.208921 ], [ 120.1959273, 30.2085204 ], [ 120.1950954, 30.2081164 ], [ 120.1942357, 30.207699 ] ], [ [ 120.1922191, 30.2109221 ], [ 120.1926506, 30.2101584 ], [ 120.1931893, 30.2092327 ], [ 120.194095, 30.2076292 ] ], [ [ 120.1942357, 30.207699 ], [ 120.1933346, 30.2092946 ], [ 120.1923641, 30.2109844 ] ], [ [ 120.1921834, 30.2109827 ], [ 120.1922191, 30.2109221 ] ], [ [ 120.1922191, 30.2109221 ], [ 120.1923641, 30.2109844 ] ], [ [ 120.1923264, 30.2110509 ], [ 120.1921834, 30.2109827 ] ], [ [ 120.1923641, 30.2109844 ], [ 120.1923264, 30.2110509 ] ], [ [ 120.1923641, 30.2109844 ], [ 120.1939228, 30.2117587 ], [ 120.1950384, 30.2122781 ], [ 120.1957376, 30.2125934 ] ], [ [ 120.1957058, 30.2126388 ], [ 120.193898, 30.2118011 ], [ 120.1923264, 30.2110509 ] ], [ [ 120.2015685, 30.2113347 ], [ 120.2005514, 30.2108648 ], [ 120.1995602, 30.2103602 ], [ 120.1990831, 30.2101131 ], [ 120.1988469, 30.2099149 ], [ 120.1976885, 30.2093702 ] ], [ [ 120.2016675, 30.2111834 ], [ 120.2019094, 30.211353 ] ], [ [ 120.2018068, 30.2114951 ], [ 120.2015685, 30.2113347 ] ], [ [ 120.2019094, 30.211353 ], [ 120.2025302, 30.2117974 ], [ 120.2030712, 30.2121833 ], [ 120.2035395, 30.2125173 ], [ 120.2042274, 30.2129968 ] ], [ [ 120.2041196, 30.2131164 ], [ 120.2038746, 30.2129389 ], [ 120.2037147, 30.2128651 ], [ 120.20351, 30.2127507 ], [ 120.2034413, 30.2127123 ], [ 120.2030913, 30.2124474 ], [ 120.2024171, 30.2119702 ], [ 120.2018068, 30.2114951 ] ], [ [ 120.2359931, 30.2023398 ], [ 120.2359994, 30.2015287 ] ], [ [ 120.2359994, 30.2015287 ], [ 120.2359798, 30.2010204 ] ], [ [ 120.2359798, 30.2010204 ], [ 120.2359724, 30.2008296 ] ], [ [ 120.2359724, 30.2008296 ], [ 120.2359767, 30.2001329 ] ], [ [ 120.2391851, 30.2022913 ], [ 120.2389956, 30.2022924 ] ], [ [ 120.2359931, 30.2023398 ], [ 120.2389956, 30.2022924 ] ], [ [ 120.2391851, 30.2022913 ], [ 120.238993, 30.2023916 ] ], [ [ 120.2359931, 30.2023398 ], [ 120.2359925, 30.202415 ] ], [ [ 120.2334493, 30.2025873 ], [ 120.2335601, 30.202568 ] ], [ [ 120.2335583, 30.2026722 ], [ 120.2334515, 30.2026894 ] ], [ [ 120.2304483, 30.2029112 ], [ 120.2305267, 30.2029144 ], [ 120.2307862, 30.202925 ], [ 120.2315801, 30.202874 ], [ 120.2324384, 30.2027628 ], [ 120.2334493, 30.2025873 ] ], [ [ 120.2275641, 30.2028193 ], [ 120.2298495, 30.2028761 ], [ 120.2301387, 30.2028947 ] ], [ [ 120.2334515, 30.2026894 ], [ 120.2329534, 30.2027697 ], [ 120.2317893, 30.2029667 ], [ 120.2311859, 30.2030363 ], [ 120.2305302, 30.203057 ], [ 120.2304511, 30.2030595 ] ], [ [ 120.2301387, 30.2028947 ], [ 120.2304483, 30.2029112 ] ], [ [ 120.2301417, 30.2030568 ], [ 120.2299853, 30.2030423 ], [ 120.227572, 30.2029717 ] ], [ [ 120.2304511, 30.2030595 ], [ 120.2301417, 30.2030568 ] ], [ [ 120.238993, 30.2023916 ], [ 120.2359925, 30.202415 ] ], [ [ 120.2335601, 30.202568 ], [ 120.2349597, 30.2023664 ], [ 120.235177, 30.2023524 ], [ 120.2359931, 30.2023398 ] ], [ [ 120.2359925, 30.202415 ], [ 120.2354559, 30.2024313 ], [ 120.2348444, 30.202473 ], [ 120.2345172, 30.202517 ], [ 120.2335583, 30.2026722 ] ], [ [ 120.2359832, 30.2036286 ], [ 120.2359854, 30.2033465 ] ], [ [ 120.2359854, 30.2033465 ], [ 120.2359923, 30.2024429 ] ], [ [ 120.2359923, 30.2024429 ], [ 120.2359925, 30.202415 ] ], [ [ 120.2359498, 30.2049169 ], [ 120.2359693, 30.204164 ] ], [ [ 120.2359693, 30.204164 ], [ 120.2359832, 30.2036286 ] ], [ [ 120.2447961, 30.202228 ], [ 120.2447828, 30.2029712 ] ], [ [ 120.2447828, 30.2029712 ], [ 120.2447778, 30.203245 ] ], [ [ 120.2447778, 30.203245 ], [ 120.2447506, 30.2047614 ] ], [ [ 120.244742, 30.2071629 ], [ 120.2447506, 30.2047614 ] ], [ [ 120.2359902, 30.2077741 ], [ 120.235972, 30.2066571 ] ], [ [ 120.235972, 30.2066571 ], [ 120.2359697, 30.2065133 ] ], [ [ 120.2359697, 30.2065133 ], [ 120.2359585, 30.2058245 ] ], [ [ 120.2359585, 30.2058245 ], [ 120.2359498, 30.2049169 ] ], [ [ 120.2447039, 30.2095991 ], [ 120.2446754, 30.2107532 ] ], [ [ 120.2446754, 30.2107532 ], [ 120.2446754, 30.2119064 ] ], [ [ 120.1481365, 30.1627978 ], [ 120.1482759, 30.1628894 ] ], [ [ 120.1482759, 30.1628894 ], [ 120.1486029, 30.1631042 ] ], [ [ 120.1486029, 30.1631042 ], [ 120.1493738, 30.1636084 ] ], [ [ 120.1493738, 30.1636084 ], [ 120.1495692, 30.1637363 ] ], [ [ 120.1495692, 30.1637363 ], [ 120.1496794, 30.1638065 ] ], [ [ 120.1496794, 30.1638065 ], [ 120.1499657, 30.1639889 ] ], [ [ 120.1499657, 30.1639889 ], [ 120.1501385, 30.1640989 ] ], [ [ 120.1501385, 30.1640989 ], [ 120.1507673, 30.1644994 ] ], [ [ 120.1507673, 30.1644994 ], [ 120.1507845, 30.1645108 ] ], [ [ 120.1507845, 30.1645108 ], [ 120.1509819, 30.1646417 ] ], [ [ 120.1509819, 30.1646417 ], [ 120.1515934, 30.1650496 ] ], [ [ 120.1515934, 30.1650496 ], [ 120.1520831, 30.1653772 ] ], [ [ 120.1520831, 30.1653772 ], [ 120.1526863, 30.1657543 ] ], [ [ 120.1526863, 30.1657543 ], [ 120.1540467, 30.1666049 ] ], [ [ 120.1540467, 30.1666049 ], [ 120.1548078, 30.1670843 ] ], [ [ 120.1548078, 30.1670843 ], [ 120.1550575, 30.1672416 ] ], [ [ 120.1550575, 30.1672416 ], [ 120.1555406, 30.1675458 ] ], [ [ 120.1555406, 30.1675458 ], [ 120.1558864, 30.1677796 ] ], [ [ 120.1558864, 30.1677796 ], [ 120.1560676, 30.1679021 ] ], [ [ 120.1560676, 30.1679021 ], [ 120.1561688, 30.1679506 ] ], [ [ 120.1561688, 30.1679506 ], [ 120.1562633, 30.1679958 ] ], [ [ 120.1562633, 30.1679958 ], [ 120.1564319, 30.1680482 ] ], [ [ 120.1564319, 30.1680482 ], [ 120.157127, 30.1682702 ] ], [ [ 120.157127, 30.1682702 ], [ 120.1583846, 30.1686466 ] ], [ [ 120.1366005, 30.1638084 ], [ 120.1351976, 30.1652295 ] ], [ [ 120.1349904, 30.1652493 ], [ 120.1350733, 30.1651618 ] ], [ [ 120.1351976, 30.1652295 ], [ 120.1351116, 30.1653134 ] ], [ [ 120.1321124, 30.1707734 ], [ 120.1321606, 30.1706821 ], [ 120.1329779, 30.1688764 ], [ 120.1331481, 30.1685004 ], [ 120.1332421, 30.1682927 ], [ 120.1335235, 30.1676312 ], [ 120.1342892, 30.166057 ], [ 120.1344594, 30.165829 ], [ 120.1349904, 30.1652493 ] ], [ [ 120.1351116, 30.1653134 ], [ 120.134621, 30.1657922 ], [ 120.1343828, 30.1661232 ], [ 120.1336256, 30.1676533 ], [ 120.1334294, 30.1681648 ], [ 120.1333219, 30.1684116 ], [ 120.1332335, 30.1686145 ], [ 120.1331353, 30.1688609 ], [ 120.1330555, 30.1690234 ], [ 120.1329491, 30.1692677 ], [ 120.1328409, 30.1695158 ], [ 120.1322599, 30.170718 ], [ 120.1322139, 30.1708098 ] ], [ [ 120.1322139, 30.1708098 ], [ 120.1321124, 30.1707734 ] ], [ [ 120.1363662, 30.1722824 ], [ 120.136004, 30.1721225 ], [ 120.1351298, 30.1717367 ], [ 120.1347006, 30.1715813 ], [ 120.1345393, 30.1715283 ], [ 120.1344659, 30.1715054 ], [ 120.1343791, 30.1715113 ], [ 120.1342924, 30.1715301 ], [ 120.1333336, 30.1711978 ], [ 120.1327963, 30.1710116 ], [ 120.1322139, 30.1708098 ] ], [ [ 120.1271341, 30.169079 ], [ 120.1271484, 30.168967 ], [ 120.1271667, 30.168824 ], [ 120.12718, 30.1680708 ], [ 120.127203, 30.1677617 ], [ 120.1272536, 30.1674666 ], [ 120.1275471, 30.1665944 ], [ 120.1277751, 30.1659579 ], [ 120.1279276, 30.1656882 ], [ 120.1280847, 30.1654577 ], [ 120.1288616, 30.164387 ], [ 120.1290396, 30.1641225 ], [ 120.1299246, 30.1627833 ] ], [ [ 120.1300114, 30.162824 ], [ 120.1298781, 30.163018 ], [ 120.1285852, 30.1648865 ], [ 120.1280753, 30.1655835 ], [ 120.1278835, 30.1658911 ], [ 120.1277423, 30.166249 ], [ 120.1274663, 30.1670305 ], [ 120.1273185, 30.1675586 ], [ 120.1272689, 30.1678631 ], [ 120.1272612, 30.168605 ], [ 120.1272396, 30.1689904 ], [ 120.1272332, 30.1691046 ] ], [ [ 120.1272332, 30.1691046 ], [ 120.1271341, 30.169079 ] ], [ [ 120.1290878, 30.1696895 ], [ 120.1280272, 30.1693094 ], [ 120.1272332, 30.1691046 ] ], [ [ 120.1321124, 30.1707734 ], [ 120.1290878, 30.1696895 ] ], [ [ 120.1259226, 30.1783764 ], [ 120.1258831, 30.1778633 ], [ 120.1258733, 30.1762223 ], [ 120.1258715, 30.1759126 ], [ 120.1259063, 30.1755917 ], [ 120.1259817, 30.1751705 ], [ 120.1260571, 30.1748846 ], [ 120.1262022, 30.1745436 ], [ 120.126469, 30.1739419 ], [ 120.126556, 30.1736911 ], [ 120.1266604, 30.17331 ], [ 120.1266746, 30.1732026 ], [ 120.1267126, 30.1729138 ], [ 120.1268682, 30.1710021 ], [ 120.1269273, 30.1705797 ], [ 120.1270989, 30.1693535 ], [ 120.1271341, 30.169079 ] ], [ [ 120.1272332, 30.1691046 ], [ 120.1272325, 30.1691178 ], [ 120.1270027, 30.1706039 ], [ 120.1269526, 30.1709278 ], [ 120.1268655, 30.1723748 ], [ 120.1267997, 30.1732074 ], [ 120.1267256, 30.1735632 ], [ 120.1265445, 30.1740898 ], [ 120.1261823, 30.1748868 ], [ 120.1260753, 30.1752924 ], [ 120.1259848, 30.1757478 ], [ 120.125979, 30.1762249 ], [ 120.1259765, 30.1764523 ], [ 120.126046, 30.1783511 ] ], [ [ 120.1583846, 30.1686466 ], [ 120.1591519, 30.1688943 ] ], [ [ 120.1591519, 30.1688943 ], [ 120.1598967, 30.1691352 ] ], [ [ 120.1598967, 30.1691352 ], [ 120.1604098, 30.1693012 ] ], [ [ 120.1604098, 30.1693012 ], [ 120.1608047, 30.1694289 ] ], [ [ 120.1608047, 30.1694289 ], [ 120.1614519, 30.1696383 ] ], [ [ 120.1614519, 30.1696383 ], [ 120.1621012, 30.1698483 ] ], [ [ 120.1621012, 30.1698483 ], [ 120.1629246, 30.1701028 ] ], [ [ 120.154475, 30.1804858 ], [ 120.1548566, 30.1803788 ], [ 120.1567722, 30.1802981 ], [ 120.1572016, 30.1802902 ], [ 120.158361, 30.1802551 ] ], [ [ 120.1583543, 30.1803718 ], [ 120.1572052, 30.1804093 ], [ 120.1567689, 30.1804259 ], [ 120.1548979, 30.1805318 ], [ 120.1544787, 30.1806517 ] ], [ [ 120.1544787, 30.1806517 ], [ 120.154475, 30.1804858 ] ], [ [ 120.126046, 30.1783511 ], [ 120.1259662, 30.1784338 ] ], [ [ 120.1259662, 30.1784338 ], [ 120.1259226, 30.1783764 ] ], [ [ 120.1366472, 30.1785201 ], [ 120.1366931, 30.1784606 ] ], [ [ 120.1369322, 30.1784642 ], [ 120.1369012, 30.178526 ] ], [ [ 120.1707523, 30.1702238 ], [ 120.1713344, 30.1692029 ], [ 120.1713635, 30.1691558 ] ], [ [ 120.1715016, 30.169207 ], [ 120.1714784, 30.1692445 ], [ 120.170886, 30.1702746 ] ], [ [ 120.1629246, 30.1701028 ], [ 120.1630772, 30.1701693 ] ], [ [ 120.1630772, 30.1701693 ], [ 120.1636317, 30.1703365 ] ], [ [ 120.1636317, 30.1703365 ], [ 120.1640046, 30.1704617 ] ], [ [ 120.1640046, 30.1704617 ], [ 120.1651078, 30.1707932 ] ], [ [ 120.1651078, 30.1707932 ], [ 120.1672132, 30.1714981 ] ], [ [ 120.1695928, 30.1722577 ], [ 120.169895, 30.1717272 ], [ 120.1707523, 30.1702238 ] ], [ [ 120.170886, 30.1702746 ], [ 120.1700541, 30.1717613 ], [ 120.169715, 30.1723017 ] ], [ [ 120.1695928, 30.1722577 ], [ 120.1693117, 30.1721799 ] ], [ [ 120.1693117, 30.1721799 ], [ 120.1689157, 30.1720746 ] ], [ [ 120.1689157, 30.1720746 ], [ 120.1678847, 30.1717229 ] ], [ [ 120.1678847, 30.1717229 ], [ 120.1672132, 30.1714981 ] ], [ [ 120.1695928, 30.1722577 ], [ 120.169715, 30.1723017 ] ], [ [ 120.169715, 30.1723017 ], [ 120.1699806, 30.1723615 ], [ 120.1703221, 30.1724408 ], [ 120.1709697, 30.1724738 ], [ 120.171467, 30.1725235 ], [ 120.1719831, 30.1725576 ], [ 120.1727383, 30.172617 ], [ 120.1732294, 30.172668 ], [ 120.173629, 30.1727285 ], [ 120.1740339, 30.1728258 ] ], [ [ 120.174047, 30.1729262 ], [ 120.173977, 30.1728995 ], [ 120.173563, 30.1728311 ], [ 120.173136, 30.1727785 ], [ 120.1725537, 30.1727328 ], [ 120.1720022, 30.1726813 ], [ 120.1714101, 30.1725972 ], [ 120.1709129, 30.1725475 ], [ 120.1702652, 30.1725145 ], [ 120.1699237, 30.1724353 ], [ 120.169715, 30.1723017 ] ], [ [ 120.169109, 30.1741517 ], [ 120.1691124, 30.1739114 ], [ 120.169147, 30.17361 ], [ 120.1692222, 30.1732945 ], [ 120.1694112, 30.1727104 ], [ 120.1695928, 30.1722577 ] ], [ [ 120.169715, 30.1723017 ], [ 120.1695338, 30.1727605 ], [ 120.1693772, 30.1732299 ], [ 120.1692859, 30.1735854 ], [ 120.169216, 30.1740764 ], [ 120.1692194, 30.1741433 ] ], [ [ 120.1692326, 30.1756117 ], [ 120.1691745, 30.1752442 ], [ 120.1691249, 30.1749229 ], [ 120.1691026, 30.1746058 ], [ 120.169109, 30.1741517 ] ], [ [ 120.1692194, 30.1741433 ], [ 120.1692349, 30.1744519 ], [ 120.1692405, 30.1748395 ], [ 120.1692735, 30.1752537 ], [ 120.1693282, 30.1756471 ] ], [ [ 120.1692501, 30.1757221 ], [ 120.1692326, 30.1756117 ] ], [ [ 120.1693282, 30.1756471 ], [ 120.1693386, 30.1757219 ] ], [ [ 120.1740339, 30.1728258 ], [ 120.1748103, 30.1731223 ], [ 120.1763663, 30.1737727 ], [ 120.176551, 30.1738967 ], [ 120.176821, 30.1740936 ], [ 120.1771247, 30.1743708 ], [ 120.1774791, 30.1747865 ], [ 120.1775287, 30.174883 ], [ 120.1776647, 30.1751476 ], [ 120.1777539, 30.1754116 ] ], [ [ 120.1776182, 30.1754166 ], [ 120.1775887, 30.1752752 ], [ 120.1775592, 30.1751767 ], [ 120.177458, 30.1749689 ], [ 120.1772977, 30.1747318 ], [ 120.1770657, 30.1744364 ], [ 120.1768716, 30.1742286 ], [ 120.1766143, 30.1740426 ], [ 120.1763135, 30.1738721 ], [ 120.1747534, 30.173196 ], [ 120.174047, 30.1729262 ] ], [ [ 120.1693386, 30.1757219 ], [ 120.1692874, 30.1760633 ] ], [ [ 120.1692874, 30.1760633 ], [ 120.1692501, 30.1757221 ] ], [ [ 120.1778446, 30.1797935 ], [ 120.1763853, 30.1798493 ], [ 120.1739899, 30.1799408 ], [ 120.1698222, 30.1799741 ] ], [ [ 120.1698173, 30.1798635 ], [ 120.1698222, 30.1799741 ] ], [ [ 120.1777539, 30.1754116 ], [ 120.1778002, 30.1757313 ] ], [ [ 120.1776937, 30.1757353 ], [ 120.1776182, 30.1754166 ] ], [ [ 120.1839358, 30.1755068 ], [ 120.1840057, 30.1765182 ], [ 120.1840294, 30.1768669 ], [ 120.1840532, 30.1774753 ], [ 120.1840626, 30.1777237 ], [ 120.1840394, 30.1778918 ], [ 120.1839289, 30.1780401 ], [ 120.1838609, 30.1782313 ], [ 120.1838731, 30.1791009 ], [ 120.1839592, 30.1792561 ], [ 120.184027, 30.1793428 ], [ 120.1840558, 30.1794602 ], [ 120.184057415386761, 30.179497580351764 ] ], [ [ 120.184057415386761, 30.179497580351764 ], [ 120.184062819723238, 30.179622637707741 ] ], [ [ 120.184062819723238, 30.179622637707741 ], [ 120.1841093, 30.1806982 ], [ 120.184068, 30.1814012 ] ], [ [ 120.1837459, 30.1814067 ], [ 120.1836272, 30.1806977 ], [ 120.1835706, 30.1796819 ], [ 120.183585226366034, 30.179630259972971 ] ], [ [ 120.183585226366034, 30.179630259972971 ], [ 120.183619189568304, 30.179510349075159 ] ], [ [ 120.183619189568304, 30.179510349075159 ], [ 120.1836343, 30.179457 ], [ 120.1837334, 30.1793484 ], [ 120.1838254, 30.1791067 ], [ 120.1838042, 30.1782351 ], [ 120.1837162, 30.1780534 ], [ 120.1835964, 30.1779115 ], [ 120.1835592, 30.1777632 ], [ 120.1835449, 30.1774682 ], [ 120.1835328, 30.1769331 ], [ 120.183504, 30.1762275 ], [ 120.183468, 30.1759162 ], [ 120.1834731, 30.175751 ], [ 120.1834877, 30.1755154 ] ], [ [ 120.1776851, 30.1830078 ], [ 120.1777582, 30.1825453 ], [ 120.177933188534851, 30.179788704053792 ] ], [ [ 120.177933188534851, 30.179788704053792 ], [ 120.177941214840715, 30.179662265586064 ] ], [ [ 120.177941214840715, 30.179662265586064 ], [ 120.1779493, 30.1795349 ], [ 120.1778364, 30.1772634 ], [ 120.1778006, 30.1767919 ], [ 120.1777395, 30.1764166 ], [ 120.1776937, 30.1757353 ] ], [ [ 120.1778002, 30.1757313 ], [ 120.1778498, 30.1762435 ], [ 120.1779084, 30.1768097 ], [ 120.1779422, 30.1772933 ], [ 120.1780177, 30.1795647 ], [ 120.17801184142813, 30.179659446056224 ] ], [ [ 120.17801184142813, 30.179659446056224 ], [ 120.178004086162318, 30.179784865845967 ] ], [ [ 120.178004086162318, 30.179784865845967 ], [ 120.1778313, 30.1825792 ], [ 120.1778357, 30.1830288 ] ], [ [ 120.1836328, 30.1795099 ], [ 120.1837442, 30.1795063 ], [ 120.1837837, 30.1795043 ], [ 120.1838282, 30.1795019 ], [ 120.1840013, 30.1794989 ] ], [ [ 120.1664255, 30.1799722 ], [ 120.1698173, 30.1798635 ] ], [ [ 120.1698222, 30.1799741 ], [ 120.1681348, 30.1800556 ], [ 120.1664271, 30.1801381 ] ], [ [ 120.158361, 30.1802551 ], [ 120.1627668, 30.1801193 ], [ 120.1633665, 30.1800952 ], [ 120.1664255, 30.1799722 ] ], [ [ 120.1664271, 30.1801381 ], [ 120.1633591, 30.1802319 ], [ 120.1627878, 30.1802494 ], [ 120.1583543, 30.1803718 ] ], [ [ 120.1629871, 30.1834318 ], [ 120.1631207, 30.1833989 ] ], [ [ 120.1840023, 30.1796245 ], [ 120.1836381, 30.1796288 ] ], [ [ 120.1698173, 30.1798635 ], [ 120.1711258, 30.1798499 ], [ 120.1739848, 30.1798202 ], [ 120.1769434, 30.1797021 ], [ 120.177941214840715, 30.179662265586064 ] ], [ [ 120.177941214840715, 30.179662265586064 ], [ 120.17801184142813, 30.179659446056224 ] ], [ [ 120.17801184142813, 30.179659446056224 ], [ 120.1780155, 30.1796593 ], [ 120.1806635, 30.1795925 ], [ 120.1820259, 30.1795548 ], [ 120.183554, 30.1795125 ], [ 120.183619189568304, 30.179510349075159 ] ], [ [ 120.183619189568304, 30.179510349075159 ], [ 120.1836328, 30.1795099 ] ], [ [ 120.1836381, 30.1796288 ], [ 120.183585226366034, 30.179630259972971 ] ], [ [ 120.183585226366034, 30.179630259972971 ], [ 120.1825625, 30.1796585 ], [ 120.1806546, 30.1797112 ], [ 120.1780718, 30.1797812 ] ], [ [ 120.1780718, 30.1797812 ], [ 120.178004086162318, 30.179784865845967 ] ], [ [ 120.178004086162318, 30.179784865845967 ], [ 120.177933188534851, 30.179788704053792 ] ], [ [ 120.177933188534851, 30.179788704053792 ], [ 120.1778446, 30.1797935 ] ], [ [ 120.1776851, 30.1830078 ], [ 120.1776818, 30.1825245 ], [ 120.1778446, 30.1797935 ] ], [ [ 120.1780718, 30.1797812 ], [ 120.1779918, 30.1809023 ], [ 120.1779021, 30.182479 ], [ 120.1778357, 30.1830288 ] ], [ [ 120.1544633, 30.1821901 ], [ 120.1544688, 30.1814115 ] ], [ [ 120.1544688, 30.1814115 ], [ 120.1544787, 30.1806517 ] ], [ [ 120.1544633, 30.1821901 ], [ 120.1555147, 30.1823598 ] ], [ [ 120.1555147, 30.1823598 ], [ 120.1558296, 30.1824106 ] ], [ [ 120.1558296, 30.1824106 ], [ 120.1583244, 30.1828133 ] ], [ [ 120.1583244, 30.1828133 ], [ 120.1597802, 30.1830064 ] ], [ [ 120.1597802, 30.1830064 ], [ 120.1599404, 30.1830277 ] ], [ [ 120.1599404, 30.1830277 ], [ 120.1629871, 30.1834318 ] ], [ [ 120.1544633, 30.1821901 ], [ 120.1544652, 30.1822399 ] ], [ [ 120.1544652, 30.1822399 ], [ 120.1544808, 30.182654 ] ], [ [ 120.1544808, 30.182654 ], [ 120.1544722, 30.1832685 ] ], [ [ 120.1544722, 30.1832685 ], [ 120.1544743, 30.1834375 ] ], [ [ 120.1544743, 30.1834375 ], [ 120.1544812, 30.1840005 ] ], [ [ 120.1544812, 30.1840005 ], [ 120.1545255, 30.1847164 ] ], [ [ 120.1776408, 30.1837487 ], [ 120.1776851, 30.1830078 ] ], [ [ 120.1778357, 30.1830288 ], [ 120.177794, 30.1837492 ] ], [ [ 120.1776215, 30.1838692 ], [ 120.1776408, 30.1837487 ] ], [ [ 120.177794, 30.1837492 ], [ 120.1777768, 30.1838696 ] ], [ [ 120.1696305, 30.1836814 ], [ 120.1696846, 30.182627 ] ], [ [ 120.1696846, 30.182627 ], [ 120.1697588, 30.181615 ] ], [ [ 120.1697588, 30.181615 ], [ 120.169782, 30.1806486 ] ], [ [ 120.169782, 30.1806486 ], [ 120.1698222, 30.1799741 ] ], [ [ 120.1696305, 30.1836814 ], [ 120.1696222, 30.1837958 ] ], [ [ 120.1696222, 30.1837958 ], [ 120.1695809, 30.1849958 ] ], [ [ 120.1695809, 30.1849958 ], [ 120.1695576, 30.1856715 ] ], [ [ 120.1631372, 30.1834912 ], [ 120.1629871, 30.1834318 ] ], [ [ 120.1448031, 30.1835975 ], [ 120.1451949, 30.1832634 ], [ 120.1457636, 30.182766 ], [ 120.146324, 30.182276 ], [ 120.1469133, 30.1817606 ], [ 120.1470235, 30.1816643 ], [ 120.1474134, 30.1814647 ], [ 120.147863, 30.1812345 ], [ 120.1480022, 30.1811844 ], [ 120.1485128, 30.1810007 ], [ 120.1489586, 30.1808793 ], [ 120.1494535, 30.1807445 ], [ 120.149907, 30.1806914 ], [ 120.1502051, 30.1806832 ], [ 120.1529802, 30.1806058 ], [ 120.1541244, 30.1805739 ], [ 120.154475, 30.1804858 ] ], [ [ 120.1544787, 30.1806517 ], [ 120.1532287, 30.1806808 ], [ 120.1528919, 30.1806886 ], [ 120.1504379, 30.1807458 ], [ 120.1499208, 30.1807578 ], [ 120.1494466, 30.1808092 ], [ 120.1488487, 30.1809829 ], [ 120.1485374, 30.1810734 ], [ 120.1479006, 30.1813296 ], [ 120.1470965, 30.1817449 ], [ 120.146855, 30.1819561 ], [ 120.1466884, 30.1821018 ], [ 120.1465818, 30.182195 ], [ 120.1456573, 30.1830034 ], [ 120.1452787, 30.1833345 ], [ 120.1452295, 30.1833733 ], [ 120.1448489, 30.1836737 ] ], [ [ 120.1446811, 30.1836992 ], [ 120.1448031, 30.1835975 ] ], [ [ 120.1448489, 30.1836737 ], [ 120.1447326, 30.1837802 ] ], [ [ 120.1344649, 30.1828953 ], [ 120.1349854, 30.1818597 ], [ 120.1352794, 30.1812748 ], [ 120.135327, 30.1811817 ], [ 120.1356453, 30.1805594 ], [ 120.1357203, 30.1804042 ], [ 120.1366472, 30.1785201 ] ], [ [ 120.1369012, 30.178526 ], [ 120.1359291, 30.1804782 ], [ 120.1355801, 30.1811821 ], [ 120.1347288, 30.1828989 ] ], [ [ 120.1314252, 30.1890423 ], [ 120.1314753, 30.1889382 ], [ 120.1317937, 30.1882775 ], [ 120.132777, 30.1863123 ], [ 120.133039, 30.1857886 ], [ 120.1341167, 30.1836279 ], [ 120.1344649, 30.1828953 ] ], [ [ 120.1347288, 30.1828989 ], [ 120.1343135, 30.1837048 ], [ 120.1333701, 30.1856509 ], [ 120.1332432, 30.1858781 ], [ 120.1328902, 30.1865741 ], [ 120.1319986, 30.188332 ], [ 120.13165, 30.1890609 ], [ 120.1316053, 30.1891544 ] ], [ [ 120.143581, 30.1886811 ], [ 120.1435015, 30.1885285 ], [ 120.1434782, 30.1884839 ], [ 120.143344, 30.1882264 ], [ 120.1433188, 30.1881776 ], [ 120.1429051, 30.1873774 ], [ 120.1426013, 30.18681 ], [ 120.1425147, 30.1866548 ], [ 120.1422488, 30.1861784 ], [ 120.1422121, 30.1859938 ], [ 120.1422525, 30.1858751 ], [ 120.1422797, 30.185795 ], [ 120.1424023, 30.1856471 ], [ 120.1446811, 30.1836992 ] ], [ [ 120.1447326, 30.1837802 ], [ 120.1435904, 30.184726 ], [ 120.142459, 30.1856628 ], [ 120.1423003, 30.1858732 ], [ 120.1422634, 30.1860023 ], [ 120.1423203, 30.1862245 ], [ 120.1424481, 30.1864546 ], [ 120.1425402, 30.1866219 ], [ 120.1426352, 30.1867945 ], [ 120.1434186, 30.1882179 ], [ 120.1435634, 30.1885031 ], [ 120.1436461, 30.188644 ] ], [ [ 120.1464608, 30.1869949 ], [ 120.1463982, 30.1868466 ] ], [ [ 120.1545255, 30.1847164 ], [ 120.1545221, 30.184849 ] ], [ [ 120.1542786, 30.18999 ], [ 120.1543585, 30.1891815 ] ], [ [ 120.1543585, 30.1891815 ], [ 120.1543716, 30.1890488 ] ], [ [ 120.1543716, 30.1890488 ], [ 120.1543729, 30.189036 ] ], [ [ 120.1543729, 30.189036 ], [ 120.1544046, 30.188715 ] ], [ [ 120.1544046, 30.188715 ], [ 120.1544751, 30.1876246 ] ], [ [ 120.1544751, 30.1876246 ], [ 120.1544762, 30.1875544 ] ], [ [ 120.1544762, 30.1875544 ], [ 120.1544868, 30.1869013 ] ], [ [ 120.1544868, 30.1869013 ], [ 120.1544994, 30.186306 ] ], [ [ 120.1544994, 30.186306 ], [ 120.1545221, 30.184849 ] ], [ [ 120.1465969, 30.1869092 ], [ 120.1469719, 30.1878503 ], [ 120.1472175, 30.1884665 ], [ 120.147933, 30.190262 ] ], [ [ 120.1477627, 30.1903101 ], [ 120.1473805, 30.1893173 ], [ 120.1469416, 30.1882091 ], [ 120.1464608, 30.1869949 ] ], [ [ 120.1436461, 30.188644 ], [ 120.1437096, 30.1887482 ] ], [ [ 120.1436484, 30.188786 ], [ 120.143581, 30.1886811 ] ], [ [ 120.1542729, 30.1900633 ], [ 120.1542786, 30.18999 ] ], [ [ 120.1542786, 30.18999 ], [ 120.1559067, 30.190335 ], [ 120.156012, 30.1903573 ], [ 120.1563329, 30.1904225 ], [ 120.1579068, 30.1907422 ], [ 120.158641, 30.1909256 ], [ 120.1592875, 30.1911266 ], [ 120.1596649, 30.191244 ], [ 120.1600356, 30.191344 ], [ 120.1607455, 30.1915512 ], [ 120.1608758, 30.1915892 ] ], [ [ 120.1608489, 30.1916929 ], [ 120.1607047, 30.1916413 ], [ 120.1607041, 30.1916411 ], [ 120.1596378, 30.1912889 ], [ 120.1591955, 30.1911499 ], [ 120.1586274, 30.1909713 ], [ 120.1579058, 30.1907793 ], [ 120.1562785, 30.1904533 ], [ 120.1562532, 30.1904484 ], [ 120.1542729, 30.1900633 ] ], [ [ 120.1608758, 30.1915892 ], [ 120.1610264, 30.1916371 ] ], [ [ 120.1609992, 30.191746 ], [ 120.1608489, 30.1916929 ] ], [ [ 120.147933, 30.190262 ], [ 120.1492996, 30.1899128 ], [ 120.1503512, 30.1896386 ], [ 120.1506316, 30.1895683 ], [ 120.1508981, 30.1895263 ], [ 120.1512435, 30.1895019 ], [ 120.151431, 30.1894887 ], [ 120.1517886, 30.1895288 ], [ 120.1518241, 30.1895348 ], [ 120.1524088, 30.1896343 ], [ 120.1530103, 30.1897459 ], [ 120.1542786, 30.18999 ] ], [ [ 120.1437096, 30.1887482 ], [ 120.1449563, 30.1910845 ], [ 120.1477627, 30.1903101 ] ], [ [ 120.1542729, 30.1900633 ], [ 120.1534217, 30.1899199 ], [ 120.1529042, 30.1898328 ], [ 120.1521629, 30.1896694 ], [ 120.1517638, 30.1896176 ], [ 120.1514163, 30.1895756 ], [ 120.1510129, 30.1896019 ], [ 120.1506495, 30.1896356 ], [ 120.1497988, 30.1898675 ], [ 120.1479327, 30.1903761 ] ], [ [ 120.1477593, 30.190416 ], [ 120.146295, 30.1907934 ], [ 120.1448952, 30.1911712 ], [ 120.1444585, 30.1903224 ], [ 120.1436484, 30.188786 ] ], [ [ 120.1477627, 30.1903101 ], [ 120.147933, 30.190262 ] ], [ [ 120.147933, 30.190262 ], [ 120.1479327, 30.1903761 ] ], [ [ 120.1477593, 30.190416 ], [ 120.1477627, 30.1903101 ] ], [ [ 120.1479327, 30.1903761 ], [ 120.1477593, 30.190416 ] ], [ [ 120.1479327, 30.1903761 ], [ 120.1478716, 30.1922049 ], [ 120.1478601, 30.1925481 ], [ 120.1478322, 30.19312 ], [ 120.1478307, 30.1931507 ], [ 120.14779, 30.1939848 ] ], [ [ 120.1314252, 30.1890423 ], [ 120.1312596, 30.1889348 ] ], [ [ 120.1312596, 30.1889348 ], [ 120.1301272, 30.1882001 ] ], [ [ 120.1301272, 30.1882001 ], [ 120.1280673, 30.1866421 ] ], [ [ 120.1280673, 30.1866421 ], [ 120.1279214, 30.1864473 ] ], [ [ 120.1279214, 30.1864473 ], [ 120.1277307, 30.1861927 ] ], [ [ 120.1277307, 30.1861927 ], [ 120.1266575, 30.1847597 ] ], [ [ 120.1266575, 30.1847597 ], [ 120.1263564, 30.1821637 ] ], [ [ 120.1263564, 30.1821637 ], [ 120.1263402, 30.1820238 ] ], [ [ 120.1263402, 30.1820238 ], [ 120.1260843, 30.1801826 ] ], [ [ 120.1260843, 30.1801826 ], [ 120.1259662, 30.1784338 ] ], [ [ 120.1316053, 30.1891544 ], [ 120.1314252, 30.1890423 ] ], [ [ 120.1288994, 30.1984633 ], [ 120.1290151, 30.1983657 ] ], [ [ 120.1290151, 30.1983657 ], [ 120.1290196, 30.1985107 ] ], [ [ 120.1329213, 30.2045046 ], [ 120.1325449, 30.2038128 ], [ 120.1324242, 30.2034535 ], [ 120.132384, 30.2030572 ], [ 120.132274, 30.2019468 ], [ 120.1322834, 30.2017665 ], [ 120.1322123, 30.2016292 ], [ 120.1321531, 30.2015588 ], [ 120.1313904, 30.2012034 ], [ 120.1310947, 30.2010598 ], [ 120.1309758, 30.2009546 ], [ 120.1308927, 30.2008109 ], [ 120.1305573, 30.2002479 ], [ 120.130481, 30.2001231 ], [ 120.1299172, 30.1997023 ], [ 120.1297107, 30.1995482 ], [ 120.1294289, 30.1993379 ], [ 120.1292293, 30.1991654 ], [ 120.1288389, 30.198828 ], [ 120.1287983, 30.1986391 ], [ 120.1288994, 30.1984633 ] ], [ [ 120.1290196, 30.1985107 ], [ 120.1289232, 30.1986553 ], [ 120.1289299, 30.1987551 ], [ 120.1290035, 30.1988467 ], [ 120.1295412, 30.1992722 ], [ 120.1297048, 30.199395 ], [ 120.1303989, 30.199916 ], [ 120.1307671, 30.2001381 ], [ 120.1309833, 30.2002176 ], [ 120.1317141, 30.2005445 ], [ 120.1319548, 30.2006324 ], [ 120.1321404, 30.200698 ], [ 120.1322392, 30.2007645 ], [ 120.1323062, 30.2008549 ], [ 120.1323143, 30.2009546 ], [ 120.1323009, 30.2014345 ], [ 120.1322955, 30.2015573 ], [ 120.1323389, 30.2017669 ], [ 120.1323491, 30.2020465 ], [ 120.1324832, 30.2031962 ], [ 120.1324993, 30.203377 ], [ 120.1326039, 30.203741 ], [ 120.1327863, 30.2040794 ], [ 120.1329794, 30.2044434 ], [ 120.1330654, 30.2045842 ] ], [ [ 120.1542729, 30.1900633 ], [ 120.1541921, 30.1910943 ] ], [ [ 120.1541921, 30.1910943 ], [ 120.154163, 30.1914653 ] ], [ [ 120.154163, 30.1914653 ], [ 120.1541414, 30.1917412 ] ], [ [ 120.1541414, 30.1917412 ], [ 120.1541098, 30.1921448 ] ], [ [ 120.1541098, 30.1921448 ], [ 120.1540643, 30.1927255 ] ], [ [ 120.1540643, 30.1927255 ], [ 120.1540351, 30.1930975 ] ], [ [ 120.1540351, 30.1930975 ], [ 120.1539178, 30.1945943 ] ], [ [ 120.1539099, 30.194695 ], [ 120.1539178, 30.1945943 ] ], [ [ 120.1597132, 30.1957578 ], [ 120.1582846, 30.1952717 ] ], [ [ 120.1582846, 30.1952717 ], [ 120.1574008, 30.194971 ] ], [ [ 120.1574008, 30.194971 ], [ 120.1571167, 30.1948743 ] ], [ [ 120.1571167, 30.1948743 ], [ 120.1539178, 30.1945943 ] ], [ [ 120.1598042, 30.1957887 ], [ 120.1597132, 30.1957578 ] ], [ [ 120.1476447, 30.1939668 ], [ 120.1476696, 30.1931953 ], [ 120.1476908, 30.1925393 ], [ 120.1477593, 30.190416 ] ], [ [ 120.14779, 30.1939848 ], [ 120.1476447, 30.1939668 ] ], [ [ 120.14779, 30.1939848 ], [ 120.1481682, 30.1940384 ] ], [ [ 120.1481682, 30.1940384 ], [ 120.1498935, 30.1944418 ] ], [ [ 120.1498935, 30.1944418 ], [ 120.1506094, 30.1944592 ] ], [ [ 120.1506094, 30.1944592 ], [ 120.1507299, 30.1944621 ] ], [ [ 120.1507299, 30.1944621 ], [ 120.150835, 30.1944647 ] ], [ [ 120.150835, 30.1944647 ], [ 120.1516398, 30.1944842 ] ], [ [ 120.1516398, 30.1944842 ], [ 120.1539178, 30.1945943 ] ], [ [ 120.1774734, 30.1860834 ], [ 120.1776215, 30.1838692 ] ], [ [ 120.1777768, 30.1838696 ], [ 120.1776399, 30.1860915 ] ], [ [ 120.1776399, 30.1860915 ], [ 120.1775835, 30.1871356 ], [ 120.1774847, 30.1883015 ] ], [ [ 120.1772949, 30.1883248 ], [ 120.1774173, 30.1871151 ], [ 120.1774734, 30.1860834 ] ], [ [ 120.1772949, 30.1883248 ], [ 120.1774847, 30.1883015 ] ], [ [ 120.1774847, 30.1883015 ], [ 120.1774546, 30.1883994 ] ], [ [ 120.1774546, 30.1883994 ], [ 120.1772949, 30.1883248 ] ], [ [ 120.1774847, 30.1883015 ], [ 120.1785493, 30.1883814 ], [ 120.1792077, 30.1884236 ], [ 120.1798209, 30.1884724 ], [ 120.1799649, 30.1884839 ], [ 120.180123, 30.1884931 ], [ 120.181621, 30.1885981 ], [ 120.1827954, 30.1886998 ], [ 120.1833779, 30.1887372 ], [ 120.1835812, 30.1887622 ], [ 120.1837996, 30.1887795 ], [ 120.1839108, 30.1887857 ] ], [ [ 120.1838965, 30.1889089 ], [ 120.1837905, 30.1889075 ], [ 120.1835606, 30.1888867 ], [ 120.1833575, 30.1888713 ], [ 120.1825287, 30.1887935 ], [ 120.1816486, 30.1887261 ], [ 120.1813704, 30.1887076 ], [ 120.1800774, 30.1886219 ], [ 120.179978, 30.18861 ], [ 120.1798057, 30.1885987 ], [ 120.1792126, 30.1885529 ], [ 120.178436, 30.1884888 ], [ 120.1774546, 30.1883994 ] ], [ [ 120.169464, 30.1869251 ], [ 120.1692357, 30.1879725 ] ], [ [ 120.1692357, 30.1879725 ], [ 120.1689507, 30.1890505 ] ], [ [ 120.1689507, 30.1890505 ], [ 120.1688893, 30.1892825 ] ], [ [ 120.1688893, 30.1892825 ], [ 120.1688594, 30.1893957 ] ], [ [ 120.1688594, 30.1893957 ], [ 120.1687159, 30.1899579 ] ], [ [ 120.1687159, 30.1899579 ], [ 120.1686478, 30.190226 ] ], [ [ 120.1686478, 30.190226 ], [ 120.1686139, 30.1903795 ] ], [ [ 120.1686139, 30.1903795 ], [ 120.1685847, 30.190447 ] ], [ [ 120.169464, 30.1869251 ], [ 120.1695257, 30.1860989 ] ], [ [ 120.1695257, 30.1860989 ], [ 120.1695576, 30.1856715 ] ], [ [ 120.1839108, 30.1887857 ], [ 120.1841766, 30.1887843 ] ], [ [ 120.184165, 30.1889118 ], [ 120.1838965, 30.1889089 ] ], [ [ 120.1763783, 30.1913608 ], [ 120.1766107, 30.1906241 ], [ 120.1767609, 30.1901804 ], [ 120.1768198, 30.1899988 ], [ 120.1772949, 30.1883248 ] ], [ [ 120.1774546, 30.1883994 ], [ 120.1773793, 30.1886357 ], [ 120.1769558, 30.1900256 ], [ 120.176558, 30.1914111 ] ], [ [ 120.1685847, 30.190447 ], [ 120.1685457, 30.1905316 ] ], [ [ 120.168003, 30.1917371 ], [ 120.1684982, 30.190654 ] ], [ [ 120.1684982, 30.190654 ], [ 120.1685457, 30.1905316 ] ], [ [ 120.1610264, 30.1916371 ], [ 120.1612611, 30.1917194 ], [ 120.1613277, 30.1917428 ], [ 120.1620072, 30.1920588 ], [ 120.1629194, 30.1924221 ], [ 120.1638274, 30.1928037 ], [ 120.1639991, 30.1928759 ], [ 120.164702, 30.1931565 ], [ 120.166129, 30.193733 ], [ 120.16691, 30.1940527 ] ], [ [ 120.168003, 30.1917371 ], [ 120.1673583, 30.193103 ] ], [ [ 120.1673583, 30.193103 ], [ 120.16691, 30.1940527 ] ], [ [ 120.1668502, 30.1941576 ], [ 120.1660813, 30.1938364 ], [ 120.1639621, 30.192981 ], [ 120.1627324, 30.1924859 ], [ 120.1623518, 30.1923327 ], [ 120.1617335, 30.1920658 ], [ 120.1611986, 30.1918328 ], [ 120.1609992, 30.191746 ] ], [ [ 120.1668502, 30.1941576 ], [ 120.16691, 30.1940527 ] ], [ [ 120.1756924, 30.1934963 ], [ 120.1757719, 30.1933317 ], [ 120.1759602, 30.1928048 ], [ 120.1762044, 30.1919788 ], [ 120.1762853, 30.1916822 ], [ 120.1763783, 30.1913608 ] ], [ [ 120.176558, 30.1914111 ], [ 120.1762849, 30.1922305 ], [ 120.1760419, 30.1929849 ], [ 120.1759102, 30.1934064 ], [ 120.1758581, 30.193541 ] ], [ [ 120.1756202, 30.1936585 ], [ 120.1756924, 30.1934963 ] ], [ [ 120.1758581, 30.193541 ], [ 120.1757623, 30.193726 ] ], [ [ 120.1751421, 30.1945408 ], [ 120.175593, 30.1937245 ], [ 120.1756202, 30.1936585 ] ], [ [ 120.1757623, 30.193726 ], [ 120.1757328, 30.193793 ], [ 120.1753078, 30.1946104 ], [ 120.1750392, 30.1951405 ], [ 120.1740141, 30.1970353 ] ], [ [ 120.16691, 30.1940527 ], [ 120.16792, 30.1944756 ], [ 120.1683443, 30.1946533 ], [ 120.1686322, 30.1947736 ], [ 120.1689715, 30.1949154 ], [ 120.1698084, 30.1952652 ], [ 120.1703345, 30.1954738 ], [ 120.1715536, 30.195997 ], [ 120.1719314, 30.1961577 ], [ 120.1722244, 30.196271 ], [ 120.1728078, 30.1964967 ], [ 120.1734968, 30.1968146 ], [ 120.1738926, 30.1969733 ] ], [ [ 120.1738282, 30.1970861 ], [ 120.1734522, 30.1969117 ], [ 120.1724499, 30.1964822 ], [ 120.1720279, 30.1963013 ], [ 120.1702713, 30.1955898 ], [ 120.1698324, 30.1954096 ], [ 120.1687113, 30.1949188 ], [ 120.1686254, 30.1948812 ], [ 120.1668502, 30.1941576 ] ], [ [ 120.1738926, 30.1969733 ], [ 120.1742716, 30.196253 ], [ 120.1749152, 30.1949884 ], [ 120.1751421, 30.1945408 ] ], [ [ 120.1738926, 30.1969733 ], [ 120.1740141, 30.1970353 ] ], [ [ 120.1738282, 30.1970861 ], [ 120.1738926, 30.1969733 ] ], [ [ 120.1740141, 30.1970353 ], [ 120.1739526, 30.1971302 ] ], [ [ 120.1739526, 30.1971302 ], [ 120.1738282, 30.1970861 ] ], [ [ 120.171996, 30.2004875 ], [ 120.1721628, 30.2001721 ], [ 120.1727796, 30.1990057 ], [ 120.1734306, 30.1978139 ], [ 120.1738282, 30.1970861 ] ], [ [ 120.1739526, 30.1971302 ], [ 120.1729252, 30.1990577 ], [ 120.1722024, 30.2003886 ], [ 120.1721143, 30.2005657 ] ], [ [ 120.171996, 30.2004875 ], [ 120.1721143, 30.2005657 ] ], [ [ 120.1476447, 30.1939668 ], [ 120.1453651, 30.1936847 ] ], [ [ 120.1453651, 30.1936847 ], [ 120.1451262, 30.1936357 ] ], [ [ 120.1451262, 30.1936357 ], [ 120.1447892, 30.1935214 ] ], [ [ 120.1447892, 30.1935214 ], [ 120.1416607, 30.1924608 ] ], [ [ 120.1416607, 30.1924608 ], [ 120.1407989, 30.1922499 ] ], [ [ 120.1407989, 30.1922499 ], [ 120.1407322, 30.1922327 ] ], [ [ 120.1407322, 30.1922327 ], [ 120.1391568, 30.191827 ] ], [ [ 120.1391568, 30.191827 ], [ 120.1389964, 30.1917908 ] ], [ [ 120.1389964, 30.1917908 ], [ 120.1386396, 30.1917075 ] ], [ [ 120.1386396, 30.1917075 ], [ 120.1378153, 30.1914702 ] ], [ [ 120.1378153, 30.1914702 ], [ 120.137361, 30.1913382 ] ], [ [ 120.137361, 30.1913382 ], [ 120.1370015, 30.1912478 ] ], [ [ 120.1370015, 30.1912478 ], [ 120.1367558, 30.1911575 ] ], [ [ 120.1367558, 30.1911575 ], [ 120.1363723, 30.191018 ] ], [ [ 120.1363723, 30.191018 ], [ 120.1362071, 30.1909788 ] ], [ [ 120.1362071, 30.1909788 ], [ 120.1349955, 30.1906913 ] ], [ [ 120.1349955, 30.1906913 ], [ 120.1342973, 30.1905071 ] ], [ [ 120.1342973, 30.1905071 ], [ 120.1339948, 30.1903985 ] ], [ [ 120.1339948, 30.1903985 ], [ 120.1336462, 30.1902551 ] ], [ [ 120.1336462, 30.1902551 ], [ 120.1329918, 30.189924 ] ], [ [ 120.1329918, 30.189924 ], [ 120.1322397, 30.1895283 ] ], [ [ 120.1322397, 30.1895283 ], [ 120.1318681, 30.1893233 ] ], [ [ 120.1318681, 30.1893233 ], [ 120.1316828, 30.1892045 ] ], [ [ 120.1316828, 30.1892045 ], [ 120.1316053, 30.1891544 ] ], [ [ 120.1329926, 30.2046139 ], [ 120.1329213, 30.2045046 ] ], [ [ 120.1330654, 30.2045842 ], [ 120.1329926, 30.2046139 ] ], [ [ 120.1326486, 30.2047661 ], [ 120.1327877, 30.204645 ], [ 120.1328708, 30.2045685 ], [ 120.132899, 30.2045396 ], [ 120.1329213, 30.2045046 ] ], [ [ 120.1329926, 30.2046139 ], [ 120.1328427, 30.2046728 ], [ 120.132734, 30.2047609 ], [ 120.1326856, 30.2047899 ] ], [ [ 120.1532091, 30.2059 ], [ 120.1533028, 30.2057761 ] ], [ [ 120.1533028, 30.2057761 ], [ 120.1533152, 30.2059355 ] ], [ [ 120.1533152, 30.2059355 ], [ 120.1532114, 30.2060729 ], [ 120.1530284, 30.2063407 ], [ 120.1528485, 30.2065528 ], [ 120.1526076, 30.2069224 ] ], [ [ 120.1330654, 30.2045842 ], [ 120.1333389, 30.2050321 ], [ 120.1334381, 30.2052561 ], [ 120.1334703, 30.2053289 ], [ 120.1334649, 30.2054517 ], [ 120.1333813, 30.2055396 ] ], [ [ 120.1333813, 30.2055396 ], [ 120.1333979, 30.2053996 ], [ 120.1333751, 30.2052929 ], [ 120.1332678, 30.2051063 ], [ 120.1330948, 30.2047967 ], [ 120.1329926, 30.2046139 ] ], [ [ 120.1497512, 30.2107243 ], [ 120.1497674, 30.2105953 ], [ 120.1499738, 30.2102684 ], [ 120.1507705, 30.2092161 ], [ 120.1511673, 30.2086708 ], [ 120.151412, 30.2083559 ], [ 120.1522109, 30.2072528 ], [ 120.1523405, 30.2070617 ], [ 120.1525921, 30.2066907 ], [ 120.1529351, 30.2062306 ], [ 120.1532091, 30.2059 ] ], [ [ 120.1526076, 30.2069224 ], [ 120.1524943, 30.2070605 ], [ 120.1522967, 30.2073015 ], [ 120.1514867, 30.2084257 ], [ 120.151269, 30.2087172 ], [ 120.1511273, 30.2089148 ], [ 120.1500061, 30.2104215 ], [ 120.1498666, 30.2106532 ], [ 120.1497512, 30.2107243 ] ], [ [ 120.1308775, 30.218823 ], [ 120.1307065, 30.2187928 ] ], [ [ 120.1307065, 30.2187928 ], [ 120.1302228, 30.2188171 ] ], [ [ 120.1302228, 30.2188171 ], [ 120.1299428, 30.2189499 ] ], [ [ 120.1299428, 30.2189499 ], [ 120.1296027, 30.2191693 ] ], [ [ 120.1296027, 30.2191693 ], [ 120.1294124, 30.2192987 ] ], [ [ 120.1294124, 30.2192987 ], [ 120.1291617, 30.2194692 ] ], [ [ 120.1291617, 30.2194692 ], [ 120.1287909, 30.2197983 ] ], [ [ 120.1287909, 30.2197983 ], [ 120.1284314, 30.2201466 ] ], [ [ 120.1284314, 30.2201466 ], [ 120.1281287, 30.2203804 ] ], [ [ 120.1281287, 30.2203804 ], [ 120.1280928, 30.2204214 ] ], [ [ 120.1280928, 30.2204214 ], [ 120.1278061, 30.2207485 ] ], [ [ 120.1278061, 30.2207485 ], [ 120.1275043, 30.221045 ] ], [ [ 120.1275043, 30.221045 ], [ 120.1271454, 30.2213284 ] ], [ [ 120.1271454, 30.2213284 ], [ 120.1269492, 30.2214969 ] ], [ [ 120.1740141, 30.1970353 ], [ 120.1745646, 30.1972935 ], [ 120.1756485, 30.1978019 ], [ 120.1765659, 30.1982322 ], [ 120.1771139, 30.1984892 ], [ 120.178111, 30.1989637 ], [ 120.1787827, 30.1992446 ], [ 120.1800258, 30.1998413 ], [ 120.180757, 30.2002156 ], [ 120.1808089, 30.2002422 ] ], [ [ 120.1807174, 30.2004001 ], [ 120.180664, 30.2003716 ], [ 120.1805291, 30.2002998 ], [ 120.1799022, 30.1999794 ], [ 120.1787145, 30.1993932 ], [ 120.1780345, 30.19907 ], [ 120.1776806, 30.198893 ], [ 120.1771697, 30.1986603 ], [ 120.1768969, 30.1985361 ], [ 120.1758707, 30.1980461 ], [ 120.1739526, 30.1971302 ] ], [ [ 120.1808089, 30.2002422 ], [ 120.1810842, 30.2003766 ], [ 120.1811591, 30.2004184 ] ], [ [ 120.1810712, 30.2006298 ], [ 120.1807174, 30.2004001 ] ], [ [ 120.1653019, 30.1975605 ], [ 120.1657783, 30.1965099 ] ], [ [ 120.1657783, 30.1965099 ], [ 120.1658436, 30.1963657 ] ], [ [ 120.1658436, 30.1963657 ], [ 120.1658984, 30.1962449 ] ], [ [ 120.1658984, 30.1962449 ], [ 120.1661677, 30.1956544 ] ], [ [ 120.1661677, 30.1956544 ], [ 120.1665467, 30.1948232 ] ], [ [ 120.1665467, 30.1948232 ], [ 120.1668502, 30.1941576 ] ], [ [ 120.1598042, 30.1957887 ], [ 120.162208, 30.1965989 ] ], [ [ 120.162208, 30.1965989 ], [ 120.1632399, 30.1969386 ] ], [ [ 120.1632399, 30.1969386 ], [ 120.1650776, 30.1975434 ] ], [ [ 120.1650776, 30.1975434 ], [ 120.1653019, 30.1975605 ] ], [ [ 120.165259, 30.197651 ], [ 120.1653019, 30.1975605 ] ], [ [ 120.1653019, 30.1975605 ], [ 120.165655, 30.1975707 ] ], [ [ 120.165655, 30.1975707 ], [ 120.1668417, 30.1976392 ] ], [ [ 120.1668417, 30.1976392 ], [ 120.1674745, 30.1978169 ] ], [ [ 120.1674745, 30.1978169 ], [ 120.1680645, 30.1980316 ] ], [ [ 120.1680645, 30.1980316 ], [ 120.1686278, 30.1984564 ] ], [ [ 120.1686278, 30.1984564 ], [ 120.1701938, 30.1996374 ] ], [ [ 120.1701938, 30.1996374 ], [ 120.1710251, 30.2000823 ] ], [ [ 120.1710251, 30.2000823 ], [ 120.171996, 30.2004875 ] ], [ [ 120.1781816, 30.204328 ], [ 120.1779713, 30.2042559 ] ], [ [ 120.1779713, 30.2042559 ], [ 120.1777543, 30.2041968 ] ], [ [ 120.1777543, 30.2041968 ], [ 120.1770941, 30.2041193 ] ], [ [ 120.1770941, 30.2041193 ], [ 120.1769633, 30.2040889 ] ], [ [ 120.1769633, 30.2040889 ], [ 120.1766898, 30.2038943 ] ], [ [ 120.1766898, 30.2038943 ], [ 120.1761846, 30.2033781 ] ], [ [ 120.1761846, 30.2033781 ], [ 120.1758041, 30.2030732 ] ], [ [ 120.1758041, 30.2030732 ], [ 120.1754035, 30.202824 ] ], [ [ 120.1754035, 30.202824 ], [ 120.1751316, 30.20269 ] ], [ [ 120.1751316, 30.20269 ], [ 120.1749129, 30.2025263 ] ], [ [ 120.1749129, 30.2025263 ], [ 120.1746794, 30.2023015 ] ], [ [ 120.1746794, 30.2023015 ], [ 120.1744544, 30.202103 ] ], [ [ 120.1744544, 30.202103 ], [ 120.1740649, 30.2017909 ] ], [ [ 120.1740649, 30.2017909 ], [ 120.1733275, 30.2013866 ] ], [ [ 120.1733275, 30.2013866 ], [ 120.1731181, 30.2012608 ] ], [ [ 120.1731181, 30.2012608 ], [ 120.1729339, 30.2011351 ] ], [ [ 120.1729339, 30.2011351 ], [ 120.1726863, 30.2009768 ] ], [ [ 120.1726863, 30.2009768 ], [ 120.1721143, 30.2005657 ] ], [ [ 120.1698022, 30.2171075 ], [ 120.1700241, 30.2167337 ], [ 120.1713247, 30.2149763 ], [ 120.1715456, 30.2146487 ] ], [ [ 120.1784924, 30.2044765 ], [ 120.1789673, 30.204712 ], [ 120.1798385, 30.2051441 ], [ 120.1800485, 30.2052482 ], [ 120.1817189, 30.2060766 ], [ 120.1846535, 30.2075319 ] ], [ [ 120.1846535, 30.2075319 ], [ 120.184748, 30.2075804 ] ], [ [ 120.1688707, 30.2186942 ], [ 120.1691924, 30.2181137 ] ], [ [ 120.1695167, 30.219086 ], [ 120.1695219, 30.2190152 ], [ 120.1695334, 30.2189832 ], [ 120.1699848, 30.2183136 ] ], [ [ 120.1727617, 30.2196063 ], [ 120.1725914, 30.2195121 ] ], [ [ 120.1725914, 30.2195121 ], [ 120.1719288, 30.2191944 ] ], [ [ 120.1719288, 30.2191944 ], [ 120.1710728, 30.2187841 ] ], [ [ 120.1710728, 30.2187841 ], [ 120.1704136, 30.2184856 ] ], [ [ 120.1704136, 30.2184856 ], [ 120.1700832, 30.2183494 ] ], [ [ 120.1700832, 30.2183494 ], [ 120.170031, 30.2183279 ] ], [ [ 120.170031, 30.2183279 ], [ 120.1699848, 30.2183136 ] ], [ [ 120.1727617, 30.2196063 ], [ 120.1729454, 30.2196041 ], [ 120.1738269, 30.2201913 ], [ 120.1753133, 30.2211815 ], [ 120.1753547, 30.2212119 ], [ 120.1759377, 30.2216397 ], [ 120.1776218, 30.2228756 ] ], [ [ 120.1774742, 30.2230066 ], [ 120.175754, 30.2217385 ], [ 120.175189, 30.221322 ], [ 120.1743723, 30.2207597 ], [ 120.1739159, 30.2204455 ], [ 120.173801, 30.2203676 ], [ 120.1728483, 30.2197216 ], [ 120.1727617, 30.2196063 ] ], [ [ 120.1691362, 30.2188702 ], [ 120.1690897, 30.2192368 ] ], [ [ 120.1660044, 30.2277561 ], [ 120.1662605, 30.2276648 ], [ 120.1664272, 30.2275102 ], [ 120.166725, 30.2272574 ], [ 120.1668061, 30.2271885 ], [ 120.1671021, 30.2269371 ], [ 120.1674342, 30.2266552 ], [ 120.1676963, 30.2264326 ], [ 120.1679999, 30.2261659 ], [ 120.1682036, 30.2260715 ], [ 120.1683159, 30.2260154 ], [ 120.1685972, 30.2259173 ], [ 120.1687545, 30.2258578 ], [ 120.168918, 30.2258018 ], [ 120.1690061, 30.225762 ] ], [ [ 120.1776218, 30.2228756 ], [ 120.1778223, 30.2230227 ] ], [ [ 120.1776389, 30.2231281 ], [ 120.1774742, 30.2230066 ] ], [ [ 120.1778223, 30.2230227 ], [ 120.17819, 30.2234055 ], [ 120.1782688, 30.2234869 ], [ 120.1803441, 30.2256311 ] ], [ [ 120.0967027, 30.1651414 ], [ 120.0974636, 30.1656053 ], [ 120.0978599, 30.1658549 ], [ 120.0981068, 30.1659868 ], [ 120.0983374, 30.1660694 ], [ 120.0985745, 30.1661653 ], [ 120.0988604, 30.1662331 ], [ 120.0991659, 30.1662802 ], [ 120.0994715, 30.1662851 ], [ 120.1000988, 30.1663018 ] ], [ [ 120.1000962, 30.1664367 ], [ 120.0992884, 30.1664182 ], [ 120.0986899, 30.1663277 ], [ 120.0984764, 30.1662586 ], [ 120.0983758, 30.166226 ], [ 120.0980659, 30.1661257 ], [ 120.0976078, 30.165859 ], [ 120.0971821, 30.1655942 ], [ 120.0965615, 30.1652328 ] ], [ [ 120.1002599, 30.1664369 ], [ 120.1000962, 30.1664367 ] ], [ [ 120.0977719, 30.1709323 ], [ 120.0983731, 30.1702406 ], [ 120.0989474, 30.1695459 ], [ 120.099609, 30.1687457 ], [ 120.0997288, 30.1685584 ], [ 120.0998309, 30.1683489 ], [ 120.0998889, 30.1682079 ], [ 120.100009, 30.1677534 ], [ 120.1000873, 30.166951 ], [ 120.1000962, 30.1664367 ] ], [ [ 120.1002599, 30.1664369 ], [ 120.1002536, 30.1670809 ], [ 120.1001974, 30.1676652 ], [ 120.1001034, 30.1681058 ], [ 120.0999371, 30.1684769 ], [ 120.0997317, 30.168783 ], [ 120.099654, 30.1688987 ], [ 120.0994201, 30.1691734 ], [ 120.0988053, 30.1698958 ], [ 120.0978981, 30.1709943 ] ], [ [ 120.1269492, 30.2214969 ], [ 120.1268299, 30.2216326 ] ], [ [ 120.1268299, 30.2216326 ], [ 120.1267111, 30.2219154 ] ], [ [ 120.1267111, 30.2219154 ], [ 120.1266038, 30.2221378 ] ], [ [ 120.1266038, 30.2221378 ], [ 120.1265207, 30.2223209 ] ], [ [ 120.1265207, 30.2223209 ], [ 120.1264531, 30.222528 ] ], [ [ 120.1264531, 30.222528 ], [ 120.1263434, 30.222736 ] ], [ [ 120.1263434, 30.222736 ], [ 120.1245282, 30.2252084 ] ], [ [ 120.1245282, 30.2252084 ], [ 120.1228296, 30.2266297 ] ], [ [ 120.1228296, 30.2266297 ], [ 120.1201951, 30.227635 ] ], [ [ 120.1201951, 30.227635 ], [ 120.1181498, 30.2289869 ] ], [ [ 120.1181498, 30.2289869 ], [ 120.1165062, 30.2301756 ] ], [ [ 120.1165062, 30.2301756 ], [ 120.1161248, 30.2304804 ] ], [ [ 120.1161248, 30.2304804 ], [ 120.1160681, 30.2305265 ] ], [ [ 120.1160681, 30.2305265 ], [ 120.1155459, 30.230956 ] ], [ [ 120.1016444, 30.2392491 ], [ 120.1018686, 30.2393448 ], [ 120.1019783, 30.239441 ], [ 120.1020753, 30.2395632 ], [ 120.1021237, 30.2396418 ], [ 120.1021715, 30.239731 ], [ 120.102236, 30.2398998 ], [ 120.1022767, 30.2400306 ], [ 120.1023299, 30.2401564 ] ], [ [ 120.1250547, 30.2387585 ], [ 120.125142, 30.238569 ], [ 120.1252572, 30.2383192 ], [ 120.125678, 30.2377155 ], [ 120.1259148, 30.2375064 ], [ 120.1259459, 30.2374789 ], [ 120.1259884, 30.2374414 ], [ 120.1262968, 30.2371691 ], [ 120.1284726, 30.2356858 ], [ 120.1286797, 30.2355446 ], [ 120.1292386, 30.2351636 ], [ 120.1301014, 30.2345753 ], [ 120.1305953, 30.2341691 ], [ 120.1310287, 30.2335923 ], [ 120.1319533, 30.2323164 ] ], [ [ 120.1320787, 30.2323747 ], [ 120.1315889, 30.2330542 ], [ 120.131146, 30.2336686 ], [ 120.1307081, 30.2342251 ], [ 120.1304769, 30.2344084 ], [ 120.1301789, 30.2346448 ], [ 120.1293341, 30.2352427 ], [ 120.1287335, 30.2356677 ], [ 120.1264019, 30.2373179 ], [ 120.1262678, 30.2374347 ], [ 120.1260638, 30.2376124 ], [ 120.1258363, 30.2378106 ], [ 120.1254348, 30.2383853 ], [ 120.1251976, 30.2387959 ] ], [ [ 120.1251976, 30.2387959 ], [ 120.1250973, 30.2392338 ], [ 120.1251976, 30.239617 ], [ 120.1255078, 30.2400549 ] ], [ [ 120.1177553, 30.2494892 ], [ 120.1173509, 30.2494042 ] ], [ [ 120.1173509, 30.2494042 ], [ 120.1166763, 30.2492596 ] ], [ [ 120.1166763, 30.2492596 ], [ 120.116627, 30.2492522 ] ], [ [ 120.116627, 30.2492522 ], [ 120.1163057, 30.2492037 ] ], [ [ 120.1163057, 30.2492037 ], [ 120.1160314, 30.2491623 ] ], [ [ 120.1160314, 30.2491623 ], [ 120.1157394, 30.2490163 ] ], [ [ 120.1157394, 30.2490163 ], [ 120.115192, 30.2486894 ] ], [ [ 120.115192, 30.2486894 ], [ 120.1145058, 30.2482796 ] ], [ [ 120.1145058, 30.2482796 ], [ 120.1143928, 30.2482189 ] ], [ [ 120.1143928, 30.2482189 ], [ 120.1139668, 30.2479898 ] ], [ [ 120.1139668, 30.2479898 ], [ 120.113059, 30.2475018 ] ], [ [ 120.113059, 30.2475018 ], [ 120.1130017, 30.247471 ] ], [ [ 120.1130017, 30.247471 ], [ 120.11142, 30.2467167 ] ], [ [ 120.11142, 30.2467167 ], [ 120.1112066, 30.2466194 ] ], [ [ 120.1112066, 30.2466194 ], [ 120.1108794, 30.2464702 ] ], [ [ 120.1108794, 30.2464702 ], [ 120.1102419, 30.2462678 ] ], [ [ 120.1253028, 30.2400938 ], [ 120.1250723, 30.2396883 ], [ 120.1249744, 30.2392316 ], [ 120.1250547, 30.2387585 ] ], [ [ 120.1255078, 30.2400549 ], [ 120.1271284, 30.2414359 ], [ 120.1278525, 30.2420529 ], [ 120.1281235, 30.2422172 ] ], [ [ 120.1278488, 30.2423597 ], [ 120.1277419, 30.2421994 ], [ 120.1266335, 30.2412425 ], [ 120.1253028, 30.2400938 ] ], [ [ 120.1278488, 30.2423597 ], [ 120.1278944, 30.2422724 ], [ 120.1279764, 30.2422249 ], [ 120.1281235, 30.2422172 ] ], [ [ 120.1281235, 30.2422172 ], [ 120.1282555, 30.2423671 ], [ 120.1282542, 30.2425489 ] ], [ [ 120.1279354, 30.2425683 ], [ 120.1278979, 30.242468 ], [ 120.1278622, 30.2423893 ], [ 120.1278488, 30.2423597 ] ], [ [ 120.1023299, 30.2401564 ], [ 120.102197, 30.2399354 ], [ 120.1021439, 30.2397964 ], [ 120.102108, 30.2397162 ], [ 120.1020371, 30.2395991 ], [ 120.1019587, 30.2394987 ], [ 120.1018157, 30.2393654 ], [ 120.1016444, 30.2392491 ] ], [ [ 120.1023299, 30.2401564 ], [ 120.1023742, 30.2402481 ] ], [ [ 120.1023742, 30.2402481 ], [ 120.1024175, 30.2404161 ] ], [ [ 120.1024175, 30.2404161 ], [ 120.1024954, 30.240703 ] ], [ [ 120.1024954, 30.240703 ], [ 120.1026284, 30.2409193 ] ], [ [ 120.1026284, 30.2409193 ], [ 120.1027829, 30.2411306 ] ], [ [ 120.1027829, 30.2411306 ], [ 120.1030042, 30.2412861 ], [ 120.1031682, 30.2413831 ], [ 120.1035203, 30.2415663 ], [ 120.1036946, 30.2416701 ], [ 120.1038653, 30.2417693 ], [ 120.1039661, 30.2418281 ], [ 120.1039887, 30.2418401 ] ], [ [ 120.1039887, 30.2418401 ], [ 120.1038194, 30.2418003 ], [ 120.1036863, 30.2417541 ], [ 120.103643, 30.2417391 ], [ 120.1034542, 30.2416673 ], [ 120.1032973, 30.2415923 ], [ 120.1031484, 30.2414983 ], [ 120.1029888, 30.2413706 ], [ 120.102866, 30.2412476 ], [ 120.1027829, 30.2411306 ] ], [ [ 120.1039887, 30.2418401 ], [ 120.1041958, 30.2418938 ] ], [ [ 120.1041958, 30.2418938 ], [ 120.1042738, 30.2419274 ] ], [ [ 120.1042738, 30.2419274 ], [ 120.1044234, 30.2419919 ] ], [ [ 120.1044234, 30.2419919 ], [ 120.1045646, 30.2420751 ] ], [ [ 120.1045646, 30.2420751 ], [ 120.1050694, 30.2425319 ] ], [ [ 120.1050694, 30.2425319 ], [ 120.1056051, 30.2429089 ] ], [ [ 120.1056051, 30.2429089 ], [ 120.1059325, 30.2430632 ] ], [ [ 120.1059325, 30.2430632 ], [ 120.1060714, 30.2431009 ] ], [ [ 120.1060714, 30.2431009 ], [ 120.1062448, 30.2431479 ] ], [ [ 120.1062448, 30.2431479 ], [ 120.1063373, 30.2431533 ] ], [ [ 120.1063373, 30.2431533 ], [ 120.1070113, 30.2431928 ] ], [ [ 120.1070113, 30.2431928 ], [ 120.1074014, 30.2431459 ] ], [ [ 120.1074014, 30.2431459 ], [ 120.1076894, 30.2430267 ] ], [ [ 120.1076894, 30.2430267 ], [ 120.1082223, 30.2427309 ] ], [ [ 120.1082223, 30.2427309 ], [ 120.108908, 30.2425423 ] ], [ [ 120.108908, 30.2425423 ], [ 120.1091, 30.2425052 ] ], [ [ 120.1091, 30.2425052 ], [ 120.109217, 30.2425034 ] ], [ [ 120.109217, 30.2425034 ], [ 120.1092762, 30.2425067 ] ], [ [ 120.1092762, 30.2425067 ], [ 120.1094213, 30.242515 ] ], [ [ 120.1094213, 30.242515 ], [ 120.1100657, 30.2425751 ] ], [ [ 120.1100657, 30.2425751 ], [ 120.1103497, 30.2425959 ] ], [ [ 120.1103497, 30.2425959 ], [ 120.1106606, 30.2425975 ] ], [ [ 120.1106606, 30.2425975 ], [ 120.1107993, 30.2425751 ] ], [ [ 120.1107993, 30.2425751 ], [ 120.1109572, 30.2425545 ] ], [ [ 120.1109572, 30.2425545 ], [ 120.111050506573818, 30.242533128883544 ] ], [ [ 120.111050506573818, 30.242533128883544 ], [ 120.1110908, 30.2425239 ] ], [ [ 120.1102419, 30.2462678 ], [ 120.110185256333466, 30.24624557905338 ] ], [ [ 120.110185256333466, 30.24624557905338 ], [ 120.1099694, 30.2461609 ] ], [ [ 120.1099694, 30.2461609 ], [ 120.1082728, 30.2455425 ] ], [ [ 120.1082728, 30.2455425 ], [ 120.1080612, 30.2454654 ] ], [ [ 120.1080612, 30.2454654 ], [ 120.1078952, 30.2454049 ] ], [ [ 120.1078952, 30.2454049 ], [ 120.1075637, 30.2452841 ] ], [ [ 120.1075637, 30.2452841 ], [ 120.1054581, 30.2447518 ] ], [ [ 120.1054581, 30.2447518 ], [ 120.1050703, 30.2447016 ] ], [ [ 120.1155459, 30.230956 ], [ 120.1151851, 30.2312215 ] ], [ [ 120.1151851, 30.2312215 ], [ 120.1147036, 30.2315431 ] ], [ [ 120.1147036, 30.2315431 ], [ 120.1141195, 30.2319447 ] ], [ [ 120.1141195, 30.2319447 ], [ 120.1139577, 30.232063 ] ], [ [ 120.1139577, 30.232063 ], [ 120.113914, 30.2320951 ] ], [ [ 120.113914, 30.2320951 ], [ 120.1138294, 30.232157 ] ], [ [ 120.1138294, 30.232157 ], [ 120.1135735, 30.2323441 ] ], [ [ 120.1135735, 30.2323441 ], [ 120.1129594, 30.2328958 ] ], [ [ 120.1129594, 30.2328958 ], [ 120.1128066, 30.2330881 ] ], [ [ 120.1128066, 30.2330881 ], [ 120.1127317, 30.2332161 ] ], [ [ 120.1127317, 30.2332161 ], [ 120.1126832, 30.2333592 ] ], [ [ 120.1126832, 30.2333592 ], [ 120.112648, 30.2335156 ] ], [ [ 120.112648, 30.2335156 ], [ 120.1126215, 30.2336721 ] ], [ [ 120.1126215, 30.2336721 ], [ 120.1126172, 30.2337378 ] ], [ [ 120.1126172, 30.2337378 ], [ 120.1126145, 30.2337846 ] ], [ [ 120.1126145, 30.2337846 ], [ 120.1126123, 30.2338128 ] ], [ [ 120.1126123, 30.2338128 ], [ 120.1126261, 30.2339644 ] ], [ [ 120.1126261, 30.2339644 ], [ 120.1126808, 30.2342737 ] ], [ [ 120.1126808, 30.2342737 ], [ 120.112778, 30.2346828 ] ], [ [ 120.112778, 30.2346828 ], [ 120.112784, 30.2347079 ] ], [ [ 120.112784, 30.2347079 ], [ 120.1129221, 30.2352894 ] ], [ [ 120.1129221, 30.2352894 ], [ 120.1130018, 30.2368703 ] ], [ [ 120.1130018, 30.2368703 ], [ 120.1125253, 30.2388952 ] ], [ [ 120.1125253, 30.2388952 ], [ 120.1118474, 30.2400826 ] ], [ [ 120.1118474, 30.2400826 ], [ 120.1116373, 30.2404944 ] ], [ [ 120.1116373, 30.2404944 ], [ 120.1114604, 30.2408371 ] ], [ [ 120.1114604, 30.2408371 ], [ 120.1113218, 30.2411566 ] ], [ [ 120.1113218, 30.2411566 ], [ 120.111197, 30.2414394 ] ], [ [ 120.111197, 30.2414394 ], [ 120.1111277, 30.2416897 ] ], [ [ 120.1111277, 30.2416897 ], [ 120.1111002, 30.2418324 ] ], [ [ 120.1111002, 30.2418324 ], [ 120.1110728, 30.2420471 ] ], [ [ 120.1110728, 30.2420471 ], [ 120.111050506573818, 30.242533128883544 ] ], [ [ 120.111050506573818, 30.242533128883544 ], [ 120.1110451, 30.242651 ] ], [ [ 120.1110451, 30.242651 ], [ 120.1110102, 30.2432828 ] ], [ [ 120.1110102, 30.2432828 ], [ 120.1109535, 30.2437914 ] ], [ [ 120.1109535, 30.2437914 ], [ 120.1108969, 30.2441847 ] ], [ [ 120.1108969, 30.2441847 ], [ 120.1107907, 30.2447398 ] ], [ [ 120.1107907, 30.2447398 ], [ 120.1105482, 30.2454833 ] ], [ [ 120.1105482, 30.2454833 ], [ 120.110185256333466, 30.24624557905338 ] ], [ [ 120.110185256333466, 30.24624557905338 ], [ 120.1097653, 30.2471276 ] ], [ [ 120.1097653, 30.2471276 ], [ 120.1092731, 30.2480527 ] ], [ [ 120.1092731, 30.2480527 ], [ 120.1091811, 30.2482638 ] ], [ [ 120.1091811, 30.2482638 ], [ 120.109113, 30.2483738 ] ], [ [ 120.109113, 30.2483738 ], [ 120.1090057, 30.2485099 ] ], [ [ 120.1090057, 30.2485099 ], [ 120.1088818, 30.2486418 ] ], [ [ 120.1088818, 30.2486418 ], [ 120.108819, 30.2487087 ] ], [ [ 120.108819, 30.2487087 ], [ 120.1086137, 30.2488605 ] ], [ [ 120.1086137, 30.2488605 ], [ 120.1084126, 30.2489461 ] ], [ [ 120.1084126, 30.2489461 ], [ 120.1082201, 30.2490426 ] ], [ [ 120.1082201, 30.2490426 ], [ 120.1070418, 30.2493617 ] ], [ [ 120.1070418, 30.2493617 ], [ 120.1058888, 30.2502352 ] ], [ [ 120.1058888, 30.2502352 ], [ 120.1048127, 30.2514512 ] ], [ [ 120.1048127, 30.2514512 ], [ 120.103553, 30.2531158 ] ], [ [ 120.103553, 30.2531158 ], [ 120.1025626, 30.2541849 ] ], [ [ 120.1025626, 30.2541849 ], [ 120.1009908, 30.2557201 ] ], [ [ 120.1009908, 30.2557201 ], [ 120.0962914, 30.2591794 ] ], [ [ 120.0962914, 30.2591794 ], [ 120.0958479, 30.2594747 ] ], [ [ 120.0958479, 30.2594747 ], [ 120.0956151, 30.2596597 ] ], [ [ 120.0956151, 30.2596597 ], [ 120.0953974, 30.2598709 ] ], [ [ 120.0953974, 30.2598709 ], [ 120.0952861, 30.2600344 ] ], [ [ 120.0952861, 30.2600344 ], [ 120.0952422, 30.260121 ] ], [ [ 120.0952422, 30.260121 ], [ 120.0951504, 30.2603018 ] ], [ [ 120.0951504, 30.2603018 ], [ 120.0951018, 30.2605014 ] ], [ [ 120.0951018, 30.2605014 ], [ 120.095048, 30.2607244 ] ], [ [ 120.095048, 30.2607244 ], [ 120.0949653, 30.2609118 ] ], [ [ 120.0949653, 30.2609118 ], [ 120.0947153, 30.2614587 ] ], [ [ 120.0947153, 30.2614587 ], [ 120.0945667, 30.2618589 ] ], [ [ 120.1801936, 30.2257602 ], [ 120.1797483, 30.2252451 ], [ 120.1796219, 30.2250989 ], [ 120.1780957, 30.2235438 ], [ 120.1776389, 30.2231281 ] ], [ [ 120.1803441, 30.2256311 ], [ 120.1804654, 30.2257673 ] ], [ [ 120.1803096, 30.2259022 ], [ 120.1801936, 30.2257602 ] ], [ [ 120.1689732, 30.2259434 ], [ 120.1684515, 30.2261272 ], [ 120.1681996, 30.2262476 ], [ 120.1680869, 30.2263085 ], [ 120.1680519, 30.2263274 ], [ 120.1672296, 30.2270115 ], [ 120.1672057, 30.2270314 ], [ 120.1663943, 30.2277064 ] ], [ [ 120.1663943, 30.2277064 ], [ 120.1661342, 30.2277788 ], [ 120.1660044, 30.2277561 ] ], [ [ 120.1660044, 30.2277561 ], [ 120.1658161, 30.2277884 ] ], [ [ 120.1663943, 30.2277064 ], [ 120.1661478, 30.2280684 ], [ 120.1659254, 30.228488 ] ], [ [ 120.1804654, 30.2257673 ], [ 120.1808876, 30.2262457 ], [ 120.1815036, 30.2269437 ], [ 120.1817174, 30.2271859 ], [ 120.1827916, 30.2283698 ] ], [ [ 120.1826309, 30.2284731 ], [ 120.1820691, 30.2278739 ], [ 120.1813223, 30.2270773 ], [ 120.1803096, 30.2259022 ] ], [ [ 120.1827916, 30.2283698 ], [ 120.1836467, 30.2275738 ], [ 120.1842643, 30.2269999 ], [ 120.1844687, 30.2268088 ], [ 120.185205, 30.2260915 ] ], [ [ 120.1853578, 30.2262362 ], [ 120.1845936, 30.2269325 ], [ 120.1829043, 30.2285039 ] ], [ [ 120.1826309, 30.2284731 ], [ 120.1827916, 30.2283698 ] ], [ [ 120.1827916, 30.2283698 ], [ 120.1829043, 30.2285039 ] ], [ [ 120.1827504, 30.2286131 ], [ 120.1826309, 30.2284731 ] ], [ [ 120.1829043, 30.2285039 ], [ 120.1827504, 30.2286131 ] ], [ [ 120.1745204, 30.2312279 ], [ 120.1746409, 30.2316661 ], [ 120.1749176, 30.2326724 ] ], [ [ 120.1787016, 30.2315374 ], [ 120.1794819, 30.2308672 ], [ 120.1799314, 30.2305047 ], [ 120.1806814, 30.2298999 ], [ 120.1813429, 30.2293959 ], [ 120.1826309, 30.2284731 ] ], [ [ 120.1827504, 30.2286131 ], [ 120.1808994, 30.2299315 ], [ 120.1808067, 30.2300092 ], [ 120.1796767, 30.2309607 ], [ 120.1788034, 30.2316614 ] ], [ [ 120.1829043, 30.2285039 ], [ 120.1835046, 30.229087 ], [ 120.183716, 30.2292924 ], [ 120.1843964, 30.2299993 ], [ 120.1853668, 30.2310059 ], [ 120.1856273, 30.2313347 ], [ 120.1861594, 30.2317735 ] ], [ [ 120.1859553, 30.2318597 ], [ 120.1851473, 30.2309652 ], [ 120.1842693, 30.2301164 ], [ 120.1827504, 30.2286131 ] ], [ [ 120.1784264, 30.2317206 ], [ 120.1787016, 30.2315374 ] ], [ [ 120.1788034, 30.2316614 ], [ 120.1784818, 30.2317864 ] ], [ [ 120.1767955, 30.2321741 ], [ 120.1781618, 30.2317942 ], [ 120.1782551, 30.2317682 ], [ 120.1784264, 30.2317206 ] ], [ [ 120.1784818, 30.2317864 ], [ 120.1783182, 30.2318318 ], [ 120.1782248, 30.2318576 ], [ 120.176843, 30.2322407 ] ], [ [ 120.1748212, 30.2327526 ], [ 120.1744112, 30.2312618 ] ], [ [ 120.1749176, 30.2326724 ], [ 120.1767955, 30.2321741 ] ], [ [ 120.176843, 30.2322407 ], [ 120.1749528, 30.2327639 ] ], [ [ 120.1748212, 30.2327526 ], [ 120.1749176, 30.2326724 ] ], [ [ 120.1749176, 30.2326724 ], [ 120.1749528, 30.2327639 ] ], [ [ 120.1749528, 30.2327639 ], [ 120.1748212, 30.2327526 ] ], [ [ 120.1749528, 30.2327639 ], [ 120.1751538, 30.2334306 ], [ 120.175269, 30.2337304 ], [ 120.1754007, 30.2339669 ], [ 120.1755847, 30.2342411 ], [ 120.1759194, 30.2347454 ] ], [ [ 120.1758187, 30.2348126 ], [ 120.1754652, 30.2343273 ], [ 120.1753117, 30.2340572 ], [ 120.1751365, 30.2337413 ], [ 120.1750552, 30.2335148 ], [ 120.1748212, 30.2327526 ] ], [ [ 120.1759194, 30.2347454 ], [ 120.1769857, 30.236426 ] ], [ [ 120.1768731, 30.2364934 ], [ 120.1765114, 30.2359169 ], [ 120.1758187, 30.2348126 ] ], [ [ 120.1761914, 30.2370175 ], [ 120.1764512, 30.2367331 ] ], [ [ 120.1765224, 30.2369161 ], [ 120.1761914, 30.2370175 ] ], [ [ 120.1707934, 30.2393635 ], [ 120.1711861, 30.2392166 ] ], [ [ 120.1711861, 30.2392166 ], [ 120.1718116, 30.2389822 ] ], [ [ 120.1718116, 30.2389822 ], [ 120.1725948, 30.2386948 ] ], [ [ 120.1725948, 30.2386948 ], [ 120.1738443, 30.2381576 ] ], [ [ 120.1738443, 30.2381576 ], [ 120.1745197, 30.2379117 ] ], [ [ 120.1745197, 30.2379117 ], [ 120.1761914, 30.2370175 ] ], [ [ 120.1769857, 30.236426 ], [ 120.177087, 30.2366329 ] ], [ [ 120.1769757, 30.2366865 ], [ 120.1768731, 30.2364934 ] ], [ [ 120.1536322, 30.2415985 ], [ 120.1534454, 30.2415612 ] ], [ [ 120.1674691, 30.2401714 ], [ 120.1678468, 30.2400954 ], [ 120.1687854, 30.2398822 ], [ 120.1688504, 30.2398674 ], [ 120.1689709, 30.2398401 ], [ 120.1694324, 30.2397353 ], [ 120.1700413, 30.2395291 ] ], [ [ 120.1701486, 30.2397144 ], [ 120.1698706, 30.2397918 ], [ 120.1697872, 30.239815 ], [ 120.1697084, 30.239837 ], [ 120.1693654, 30.2399183 ], [ 120.1692291, 30.2399464 ], [ 120.1689441, 30.2400051 ], [ 120.1684301, 30.2401045 ], [ 120.1678794, 30.2402101 ], [ 120.1676366, 30.2402566 ], [ 120.1674943, 30.2402835 ] ], [ [ 120.1672874, 30.2402095 ], [ 120.1674691, 30.2401714 ] ], [ [ 120.1674943, 30.2402835 ], [ 120.1673145, 30.2403156 ] ], [ [ 120.1700413, 30.2395291 ], [ 120.1707934, 30.2393635 ] ], [ [ 120.1707934, 30.2393635 ], [ 120.1701486, 30.2397144 ] ], [ [ 120.177087, 30.2366329 ], [ 120.1782547, 30.2385508 ], [ 120.1787943, 30.2396619 ], [ 120.1788183, 30.239716 ], [ 120.179124, 30.240405 ], [ 120.1794566, 30.2411544 ], [ 120.1800093, 30.2421532 ], [ 120.1802863, 30.2425635 ], [ 120.1808564, 30.2433687 ], [ 120.1809622, 30.24352 ], [ 120.1813957, 30.2441595 ], [ 120.182369, 30.2454985 ] ], [ [ 120.1822559, 30.2455672 ], [ 120.1813055, 30.2442075 ], [ 120.1808151, 30.2435539 ], [ 120.1807109, 30.2434168 ], [ 120.1801304, 30.242625 ], [ 120.1798695, 30.2421836 ], [ 120.1795593, 30.241602 ], [ 120.1793618, 30.2412339 ], [ 120.1785359, 30.2394819 ], [ 120.1781323, 30.2386259 ], [ 120.1769757, 30.2366865 ] ], [ [ 120.1766241, 30.2455241 ], [ 120.17663, 30.2456139 ] ], [ [ 120.176225, 30.2450995 ], [ 120.1759961, 30.2448388 ] ], [ [ 120.1759961, 30.2448388 ], [ 120.175743, 30.2444306 ] ], [ [ 120.175743, 30.2444306 ], [ 120.1755755, 30.2441604 ] ], [ [ 120.1755755, 30.2441604 ], [ 120.1746427, 30.2445415 ] ], [ [ 120.1746427, 30.2445415 ], [ 120.1743726, 30.2446625 ] ], [ [ 120.1743726, 30.2446625 ], [ 120.1740814, 30.244793 ] ], [ [ 120.1740814, 30.244793 ], [ 120.1736972, 30.2449606 ] ], [ [ 120.1736972, 30.2449606 ], [ 120.1732809, 30.2451837 ] ], [ [ 120.1766241, 30.2455241 ], [ 120.1765415, 30.2455119 ], [ 120.1764692, 30.2454541 ], [ 120.1763055, 30.2453011 ], [ 120.1762623, 30.2452199 ], [ 120.176225, 30.2450995 ] ], [ [ 120.1674741, 30.2481518 ], [ 120.1677376, 30.2481351 ] ], [ [ 120.1618075, 30.2482541 ], [ 120.1627907, 30.2481939 ], [ 120.1632912, 30.2481929 ], [ 120.1641071, 30.2481924 ], [ 120.1643384, 30.248219 ], [ 120.1657037, 30.2482059 ], [ 120.1663447, 30.2482003 ], [ 120.1667384, 30.2481968 ], [ 120.1674741, 30.2481518 ] ], [ [ 120.176225, 30.2450995 ], [ 120.1765376, 30.2452499 ], [ 120.1766971, 30.2453266 ], [ 120.1767283, 30.2453496 ], [ 120.1767491, 30.2453803 ], [ 120.176757, 30.2454151 ], [ 120.1767512, 30.2454503 ], [ 120.1767323, 30.2454818 ], [ 120.1767025, 30.2455063 ], [ 120.176665, 30.2455209 ], [ 120.1766241, 30.2455241 ] ], [ [ 120.1763255, 30.2461772 ], [ 120.1764452, 30.2460214 ], [ 120.176492730521062, 30.245934815407477 ] ], [ [ 120.176492730521062, 30.245934815407477 ], [ 120.1765366, 30.2458549 ], [ 120.17663, 30.2456139 ] ], [ [ 120.1761263, 30.2464395 ], [ 120.1761401, 30.2463438 ], [ 120.1762884, 30.2461271 ] ], [ [ 120.1761263, 30.2464395 ], [ 120.1761697, 30.2463764 ], [ 120.1762979, 30.2462052 ], [ 120.1763255, 30.2461772 ] ], [ [ 120.1732809, 30.2451837 ], [ 120.1732407, 30.2452986 ], [ 120.1732534, 30.2454134 ], [ 120.1732789, 30.2455398 ], [ 120.1734999, 30.2460883 ], [ 120.1738642, 30.2467781 ], [ 120.1743475, 30.2477378 ], [ 120.1743791, 30.2478222 ] ], [ [ 120.1741927, 30.2478568 ], [ 120.1741626, 30.2477736 ], [ 120.1737297, 30.2468111 ], [ 120.1734043, 30.246139 ], [ 120.173211, 30.2456916 ], [ 120.1731566, 30.2455332 ], [ 120.1731558, 30.2453355 ], [ 120.1732809, 30.2451837 ] ], [ [ 120.1761471, 30.2468096 ], [ 120.1761368, 30.2467328 ], [ 120.1761079, 30.2466005 ], [ 120.1761056, 30.2465122 ], [ 120.1761263, 30.2464395 ] ], [ [ 120.175879, 30.2470707 ], [ 120.1760923, 30.2469536 ], [ 120.176133, 30.2468702 ], [ 120.1761471, 30.2468096 ] ], [ [ 120.1764125, 30.2472115 ], [ 120.1762552, 30.2469811 ], [ 120.1761471, 30.2468096 ] ], [ [ 120.1764125, 30.2472115 ], [ 120.1763349, 30.2471806 ], [ 120.1762722, 30.2471633 ], [ 120.1762065, 30.2471648 ], [ 120.176145, 30.247185 ] ], [ [ 120.2245008, 30.2053355 ], [ 120.224473, 30.2028849 ] ], [ [ 120.2246497, 30.2028922 ], [ 120.2246665, 30.2053334 ] ], [ [ 120.2189419, 30.2027239 ], [ 120.2189035, 30.2040613 ] ], [ [ 120.2189035, 30.2040613 ], [ 120.2188853, 30.2051684 ] ], [ [ 120.2124218, 30.2072033 ], [ 120.2125934, 30.2056057 ], [ 120.2127557, 30.2041039 ] ], [ [ 120.2129065, 30.204139 ], [ 120.2125836, 30.2071909 ] ], [ [ 120.2188853, 30.2051684 ], [ 120.2188135, 30.2064812 ] ], [ [ 120.2188135, 30.2064812 ], [ 120.2187579, 30.2069402 ] ], [ [ 120.2187579, 30.2069402 ], [ 120.2186229, 30.2078517 ] ], [ [ 120.2185881, 30.2079883 ], [ 120.2186229, 30.2078517 ] ], [ [ 120.2243225, 30.2084774 ], [ 120.2244236, 30.2080763 ], [ 120.2245148, 30.2075235 ], [ 120.2245307, 30.2070406 ], [ 120.2245385, 30.2065858 ], [ 120.2245008, 30.2053355 ] ], [ [ 120.2246665, 30.2053334 ], [ 120.2246736, 30.2071955 ], [ 120.224651, 30.2076243 ], [ 120.2245877, 30.2080847 ], [ 120.2244993, 30.2084943 ] ], [ [ 120.2125836, 30.2071909 ], [ 120.2125568, 30.2073201 ] ], [ [ 120.2185881, 30.2079883 ], [ 120.2184651, 30.2088289 ] ], [ [ 120.2184651, 30.2088289 ], [ 120.2183705, 30.2091705 ] ], [ [ 120.2183705, 30.2091705 ], [ 120.2182657, 30.2095987 ] ], [ [ 120.2242687, 30.2086287 ], [ 120.2243225, 30.2084774 ] ], [ [ 120.2244993, 30.2084943 ], [ 120.224474, 30.2086471 ] ], [ [ 120.2125568, 30.2073201 ], [ 120.2123404, 30.2092546 ], [ 120.212298, 30.2096335 ] ], [ [ 120.2119459, 30.2113285 ], [ 120.2119727, 30.211133 ], [ 120.2122079, 30.2090749 ], [ 120.2124218, 30.2072033 ] ], [ [ 120.212298, 30.2096335 ], [ 120.2122202, 30.2103105 ], [ 120.2121225, 30.2112182 ], [ 120.2121014, 30.2114142 ] ], [ [ 120.2119481, 30.2115703 ], [ 120.2119459, 30.2113285 ] ], [ [ 120.2121014, 30.2114142 ], [ 120.2121335, 30.2116953 ] ], [ [ 120.2359902, 30.2077741 ], [ 120.2359918, 30.207871 ] ], [ [ 120.2359839, 30.2102774 ], [ 120.2360066, 30.209814 ] ], [ [ 120.2360066, 30.209814 ], [ 120.2359918, 30.207871 ] ], [ [ 120.2500825, 30.2094924 ], [ 120.2500701, 30.2117103 ] ], [ [ 120.2499297, 30.2117152 ], [ 120.2498993, 30.2095104 ], [ 120.2498994, 30.209496 ] ], [ [ 120.2359753, 30.2121538 ], [ 120.2359702, 30.2111076 ] ], [ [ 120.2359702, 30.2111076 ], [ 120.2359753, 30.2104529 ] ], [ [ 120.2359753, 30.2104529 ], [ 120.2359839, 30.2102774 ] ], [ [ 120.2500701, 30.2117103 ], [ 120.2500632, 30.2118437 ] ], [ [ 120.2499211, 30.2118547 ], [ 120.2499297, 30.2117152 ] ], [ [ 120.2448341, 30.2156978 ], [ 120.2447805, 30.2171933 ] ], [ [ 120.2446782, 30.217192 ], [ 120.2446879, 30.2169832 ], [ 120.2447382, 30.2157035 ] ], [ [ 120.2231611, 30.2111575 ], [ 120.2235357, 30.2105766 ], [ 120.223833, 30.2099887 ], [ 120.2240676, 30.209339 ], [ 120.2242687, 30.2086287 ] ], [ [ 120.224474, 30.2086471 ], [ 120.2241857, 30.2095482 ], [ 120.2238426, 30.2103126 ], [ 120.2233539, 30.2112254 ] ], [ [ 120.2182657, 30.2095987 ], [ 120.2179048, 30.2101806 ] ], [ [ 120.2179048, 30.2101806 ], [ 120.217714, 30.2104883 ] ], [ [ 120.217714, 30.2104883 ], [ 120.217322, 30.2111205 ] ], [ [ 120.217322, 30.2111205 ], [ 120.2168403, 30.2118742 ] ], [ [ 120.2168403, 30.2118742 ], [ 120.2166525, 30.2121705 ] ], [ [ 120.2166525, 30.2121705 ], [ 120.2163479, 30.2126508 ] ], [ [ 120.2163479, 30.2126508 ], [ 120.2162042, 30.2128692 ] ], [ [ 120.2162042, 30.2128692 ], [ 120.2158802, 30.2135047 ] ], [ [ 120.2106909, 30.2141133 ], [ 120.2110647, 30.2137118 ], [ 120.2112639, 30.2134763 ], [ 120.2113429, 30.2133828 ], [ 120.2114681, 30.2131559 ], [ 120.2115912, 30.2129625 ], [ 120.2116661, 30.2128044 ], [ 120.2117776, 30.2125771 ], [ 120.2118669, 30.2123001 ], [ 120.2119187, 30.2120068 ], [ 120.2119294, 30.2118483 ], [ 120.2119481, 30.2115703 ] ], [ [ 120.2121335, 30.2116953 ], [ 120.2120778, 30.2119441 ], [ 120.2120674, 30.2119907 ], [ 120.2120094, 30.2122954 ], [ 120.2118922, 30.2126626 ], [ 120.2117753, 30.2129612 ], [ 120.2115716, 30.2133248 ], [ 120.2115026, 30.213422 ], [ 120.2113779, 30.2135978 ], [ 120.2110079, 30.2140191 ], [ 120.2107998, 30.2142026 ] ], [ [ 120.2217621, 30.2129239 ], [ 120.2227118, 30.2117972 ], [ 120.2231611, 30.2111575 ] ], [ [ 120.2233539, 30.2112254 ], [ 120.2226576, 30.2121183 ], [ 120.2219727, 30.2129547 ] ], [ [ 120.2219727, 30.2129547 ], [ 120.221863, 30.2130888 ] ], [ [ 120.2195898, 30.2155294 ], [ 120.2201398, 30.2148828 ], [ 120.2204088, 30.2145622 ], [ 120.2205785, 30.2143732 ], [ 120.2217621, 30.2129239 ] ], [ [ 120.2086832, 30.2161936 ], [ 120.209361, 30.2154912 ], [ 120.2106909, 30.2141133 ] ], [ [ 120.2107998, 30.2142026 ], [ 120.2101306, 30.2148925 ], [ 120.2100363, 30.2149907 ], [ 120.20879, 30.2162891 ] ], [ [ 120.2062843, 30.2144859 ], [ 120.2073711, 30.2152596 ], [ 120.2086832, 30.2161936 ] ], [ [ 120.208576, 30.2163445 ], [ 120.2070724, 30.2152391 ], [ 120.2061981, 30.2145963 ] ], [ [ 120.2086832, 30.2161936 ], [ 120.20879, 30.2162891 ] ], [ [ 120.215696, 30.2136601 ], [ 120.2155874, 30.2138016 ] ], [ [ 120.2155874, 30.2138016 ], [ 120.215403, 30.214042 ] ], [ [ 120.215403, 30.214042 ], [ 120.2148678, 30.214777 ] ], [ [ 120.2148678, 30.214777 ], [ 120.214522, 30.2151158 ] ], [ [ 120.214522, 30.2151158 ], [ 120.2139119, 30.2157323 ] ], [ [ 120.2139119, 30.2157323 ], [ 120.2132471, 30.2163488 ] ], [ [ 120.2194412, 30.2157381 ], [ 120.2195898, 30.2155294 ] ], [ [ 120.2197073, 30.2155858 ], [ 120.219533, 30.2157899 ] ], [ [ 120.2169107, 30.2187266 ], [ 120.2184903, 30.2168478 ], [ 120.2185987, 30.2167188 ], [ 120.2194412, 30.2157381 ] ], [ [ 120.219533, 30.2157899 ], [ 120.2193912, 30.2159444 ], [ 120.218712, 30.216821 ], [ 120.2186657, 30.2168763 ], [ 120.217043, 30.2188123 ] ], [ [ 120.221863, 30.2130888 ], [ 120.2215976, 30.2134073 ], [ 120.2207551, 30.214398 ], [ 120.2205778, 30.2146091 ], [ 120.2202617, 30.214953 ], [ 120.2198737, 30.2153923 ], [ 120.2197073, 30.2155858 ] ], [ [ 120.208576, 30.2163445 ], [ 120.2086832, 30.2161936 ] ], [ [ 120.20879, 30.2162891 ], [ 120.2086919, 30.2164283 ] ], [ [ 120.2086919, 30.2164283 ], [ 120.208576, 30.2163445 ] ], [ [ 120.20879, 30.2162891 ], [ 120.2099143, 30.2170732 ], [ 120.2104226, 30.2174387 ], [ 120.2114065, 30.2181462 ] ], [ [ 120.2114065, 30.2181462 ], [ 120.2121077, 30.2174547 ] ], [ [ 120.2121077, 30.2174547 ], [ 120.2121732, 30.2173901 ] ], [ [ 120.2121732, 30.2173901 ], [ 120.2123714, 30.2171946 ] ], [ [ 120.2123714, 30.2171946 ], [ 120.2132471, 30.2163488 ] ], [ [ 120.2113004, 30.2182654 ], [ 120.2102353, 30.2175059 ], [ 120.2099608, 30.2173102 ], [ 120.2086919, 30.2164283 ] ], [ [ 120.2063383, 30.2185973 ], [ 120.2071546, 30.2177707 ], [ 120.208576, 30.2163445 ] ], [ [ 120.2086919, 30.2164283 ], [ 120.2072606, 30.217857 ], [ 120.2064517, 30.2186846 ] ], [ [ 120.2044869, 30.2167847 ], [ 120.2047419, 30.2170135 ] ], [ [ 120.2047419, 30.2170135 ], [ 120.2050003, 30.2172454 ] ], [ [ 120.2050003, 30.2172454 ], [ 120.2053889, 30.217638 ] ], [ [ 120.2053889, 30.217638 ], [ 120.2063383, 30.2185973 ] ], [ [ 120.2113004, 30.2182654 ], [ 120.2114065, 30.2181462 ] ], [ [ 120.2064517, 30.2186846 ], [ 120.2063383, 30.2185973 ] ], [ [ 120.2086188, 30.220773 ], [ 120.2094611, 30.2200156 ] ], [ [ 120.2094611, 30.2200156 ], [ 120.2103369, 30.2191823 ] ], [ [ 120.2103369, 30.2191823 ], [ 120.2104822, 30.219044 ] ], [ [ 120.2104822, 30.219044 ], [ 120.2113004, 30.2182654 ] ], [ [ 120.2064517, 30.2186846 ], [ 120.2070602, 30.2193036 ] ], [ [ 120.2070602, 30.2193036 ], [ 120.2086188, 30.220773 ] ], [ [ 120.2086188, 30.220773 ], [ 120.2092639, 30.2213812 ] ], [ [ 120.2092639, 30.2213812 ], [ 120.2113941, 30.223531 ] ], [ [ 120.2113941, 30.223531 ], [ 120.2115426, 30.2236553 ] ], [ [ 120.2114065, 30.2181462 ], [ 120.2116045, 30.2182793 ], [ 120.2118273, 30.2184341 ], [ 120.2119015, 30.2184856 ], [ 120.2132066, 30.2194423 ], [ 120.2134173, 30.219593 ], [ 120.2140461, 30.220043 ], [ 120.2146837, 30.2204993 ], [ 120.2151273, 30.2208381 ] ], [ [ 120.2150531, 30.2209353 ], [ 120.2146791, 30.2206691 ], [ 120.2141181, 30.2202698 ], [ 120.2134412, 30.219788 ], [ 120.2130547, 30.2195258 ], [ 120.2120323, 30.2187791 ], [ 120.2117191, 30.2185592 ], [ 120.2115028, 30.2184074 ], [ 120.2113004, 30.2182654 ] ], [ [ 120.2151273, 30.2208381 ], [ 120.2160697, 30.2197918 ], [ 120.2169107, 30.2187266 ] ], [ [ 120.217043, 30.2188123 ], [ 120.2162051, 30.2198452 ], [ 120.2152565, 30.2209408 ] ], [ [ 120.2150531, 30.2209353 ], [ 120.2151273, 30.2208381 ] ], [ [ 120.2151273, 30.2208381 ], [ 120.2152565, 30.2209408 ] ], [ [ 120.2446748, 30.217265 ], [ 120.2446782, 30.217192 ] ], [ [ 120.2447805, 30.2171933 ], [ 120.244774, 30.2172658 ] ], [ [ 120.2445316, 30.2197386 ], [ 120.2446171, 30.2185062 ], [ 120.2446438, 30.217932 ], [ 120.2446748, 30.217265 ] ], [ [ 120.244774, 30.2172658 ], [ 120.24471, 30.2184962 ], [ 120.2446432, 30.2197622 ] ], [ [ 120.2444685, 30.2208027 ], [ 120.244518, 30.2199344 ], [ 120.2445316, 30.2197386 ] ], [ [ 120.2446432, 30.2197622 ], [ 120.2445989, 30.2208316 ] ], [ [ 120.2495666, 30.217664 ], [ 120.2495609, 30.2175907 ] ], [ [ 120.2497467, 30.2176061 ], [ 120.2497352, 30.2176993 ] ], [ [ 120.2496756, 30.2195179 ], [ 120.2496702, 30.2193986 ], [ 120.2495666, 30.217664 ] ], [ [ 120.2497352, 30.2176993 ], [ 120.2497803, 30.218548 ], [ 120.2498478, 30.2195408 ] ], [ [ 120.249746, 30.2210742 ], [ 120.2496756, 30.2195179 ] ], [ [ 120.2498478, 30.2195408 ], [ 120.2498964, 30.2207926 ], [ 120.2499101, 30.2211516 ] ], [ [ 120.2497787, 30.2222519 ], [ 120.2497607, 30.2213984 ], [ 120.249746, 30.2210742 ] ], [ [ 120.2499101, 30.2211516 ], [ 120.2499545, 30.2223142 ] ], [ [ 120.244451, 30.2211081 ], [ 120.2444685, 30.2208027 ] ], [ [ 120.2445989, 30.2208316 ], [ 120.2445655, 30.221133 ] ], [ [ 120.2445655, 30.221133 ], [ 120.2445649, 30.2211599 ], [ 120.2445543, 30.2212944 ], [ 120.2445421, 30.2218107 ], [ 120.2446189, 30.2221002 ], [ 120.2445772, 30.2236256 ] ], [ [ 120.2042274, 30.2129968 ], [ 120.205489, 30.2139102 ], [ 120.2062843, 30.2144859 ] ], [ [ 120.2061981, 30.2145963 ], [ 120.2059274, 30.2144212 ], [ 120.2048025, 30.2136093 ], [ 120.2041196, 30.2131164 ] ], [ [ 120.1995612, 30.2142776 ], [ 120.1996441, 30.2142374 ], [ 120.1997378, 30.2142234 ], [ 120.1998194, 30.2142339 ], [ 120.1998939, 30.2142645 ], [ 120.1999548, 30.2143125 ], [ 120.2000128, 30.2144193 ] ], [ [ 120.1994576, 30.214462 ], [ 120.1994706, 30.2143926 ], [ 120.1995062, 30.2143293 ], [ 120.1995612, 30.2142776 ] ], [ [ 120.1870649, 30.203865 ], [ 120.187928, 30.2042694 ], [ 120.1887888, 30.2046728 ], [ 120.1895068, 30.2050092 ], [ 120.1917484, 30.2061958 ], [ 120.1920328, 30.2063359 ], [ 120.1929037, 30.2068013 ], [ 120.193547, 30.207145 ], [ 120.194178, 30.2074822 ] ], [ [ 120.1846535, 30.2075319 ], [ 120.1857386, 30.2057008 ], [ 120.1859563, 30.205336 ], [ 120.1859808, 30.2052949 ], [ 120.1860701, 30.2051526 ], [ 120.1861267, 30.2050459 ], [ 120.1864064, 30.2045738 ], [ 120.1867878, 30.2039301 ] ], [ [ 120.1869678, 30.2040207 ], [ 120.1865701, 30.2046585 ], [ 120.1863089, 30.2050774 ], [ 120.1858732, 30.205776 ], [ 120.1855198, 30.2063428 ], [ 120.184748, 30.2075804 ] ], [ [ 120.194095, 30.2076292 ], [ 120.1927152, 30.2069187 ], [ 120.1919161, 30.2065072 ], [ 120.1916363, 30.2063572 ], [ 120.1893667, 30.2052675 ], [ 120.1886498, 30.2048949 ], [ 120.1876996, 30.204401 ], [ 120.1869678, 30.2040207 ] ], [ [ 120.1921834, 30.2109827 ], [ 120.1890037, 30.209465 ], [ 120.1888254, 30.2093804 ], [ 120.1879204, 30.2090091 ], [ 120.1865013, 30.2084264 ], [ 120.1850766, 30.207841 ], [ 120.1845823, 30.2076007 ], [ 120.1784471, 30.2045436 ] ], [ [ 120.184748, 30.2075804 ], [ 120.1865491, 30.2083463 ], [ 120.187956, 30.2089523 ], [ 120.1888749, 30.2093296 ], [ 120.1922191, 30.2109221 ] ], [ [ 120.187841, 30.2234096 ], [ 120.1879387, 30.2233049 ] ], [ [ 120.1957376, 30.2125934 ], [ 120.1962329, 30.2128081 ], [ 120.1965312, 30.2129417 ], [ 120.1968215, 30.2130567 ], [ 120.1971737, 30.2132406 ], [ 120.1975527, 30.2135356 ], [ 120.1977439, 30.2136891 ], [ 120.1980858, 30.213928 ], [ 120.198345, 30.2140955 ], [ 120.1985215, 30.2141853 ], [ 120.1987779, 30.2142724 ], [ 120.1989366, 30.2143098 ], [ 120.1991274, 30.2143358 ], [ 120.1993181, 30.2143519 ], [ 120.1994397, 30.2143371 ], [ 120.1995612, 30.2142776 ] ], [ [ 120.1994576, 30.214462 ], [ 120.1992866, 30.2144028 ], [ 120.1990619, 30.2143821 ], [ 120.1987999, 30.2143341 ], [ 120.1986128, 30.2142837 ], [ 120.1983854, 30.2141935 ], [ 120.1982929, 30.2141374 ], [ 120.1979754, 30.2139305 ], [ 120.1974892, 30.213553 ], [ 120.1970914, 30.2133272 ], [ 120.1967332, 30.213148 ], [ 120.1964378, 30.2129667 ], [ 120.1962175, 30.2128758 ], [ 120.1957058, 30.2126388 ] ], [ [ 120.1881953, 30.2234359 ], [ 120.1880967, 30.223553 ] ], [ [ 120.186741, 30.224586 ], [ 120.187841, 30.2234096 ] ], [ [ 120.1880967, 30.223553 ], [ 120.1869998, 30.2247564 ] ], [ [ 120.2000128, 30.2144193 ], [ 120.2000153, 30.2144989 ], [ 120.1999878, 30.2145749 ], [ 120.1999332, 30.2146391 ] ], [ [ 120.1999332, 30.2146391 ], [ 120.1998559, 30.2146851 ], [ 120.1997653, 30.2147065 ], [ 120.1996716, 30.2147008 ], [ 120.1995853, 30.2146687 ], [ 120.1995162, 30.2146138 ], [ 120.199472, 30.2145422 ], [ 120.1994576, 30.214462 ] ], [ [ 120.2000128, 30.2144193 ], [ 120.2000735, 30.2145042 ], [ 120.2001629, 30.214589 ], [ 120.2002958, 30.2146494 ], [ 120.2007476, 30.2148375 ], [ 120.2015775, 30.21518 ], [ 120.2021067, 30.2153992 ], [ 120.202577, 30.2156668 ], [ 120.2032506, 30.2161131 ], [ 120.2035447, 30.2162912 ], [ 120.2037523, 30.2163847 ], [ 120.2040117, 30.2165057 ], [ 120.2042774, 30.2166332 ], [ 120.2044869, 30.2167847 ] ], [ [ 120.2044869, 30.2167847 ], [ 120.2042558, 30.2166832 ], [ 120.2039307, 30.2165307 ], [ 120.2035912, 30.2163733 ], [ 120.2033407, 30.216241 ], [ 120.2030557, 30.216054 ], [ 120.2025191, 30.2157062 ], [ 120.2021162, 30.2154807 ], [ 120.201662, 30.2152749 ], [ 120.2015529, 30.2152317 ], [ 120.2002849, 30.2147147 ], [ 120.2001062, 30.214647 ], [ 120.2000139, 30.2146281 ], [ 120.1999332, 30.2146391 ] ], [ [ 120.1853037, 30.2259817 ], [ 120.1855765, 30.2257318 ], [ 120.1856408, 30.2256729 ], [ 120.1856763, 30.2256404 ], [ 120.1857091, 30.2255064 ], [ 120.186741, 30.224586 ] ], [ [ 120.1869998, 30.2247564 ], [ 120.185956, 30.2256183 ], [ 120.1857857, 30.2257899 ], [ 120.1857247, 30.2258514 ], [ 120.18545, 30.2261283 ] ], [ [ 120.185205, 30.2260915 ], [ 120.1853037, 30.2259817 ] ], [ [ 120.18545, 30.2261283 ], [ 120.1853578, 30.2262362 ] ], [ [ 120.1972334, 30.2297799 ], [ 120.1973494, 30.2296805 ] ], [ [ 120.2296521, 30.2225664 ], [ 120.2298863, 30.2225676 ] ], [ [ 120.2298863, 30.2225676 ], [ 120.2297328, 30.2226566 ] ], [ [ 120.2497854, 30.2225686 ], [ 120.2497787, 30.2222519 ] ], [ [ 120.2499545, 30.2223142 ], [ 120.2499666, 30.2226312 ] ], [ [ 120.2498212, 30.2249807 ], [ 120.2498187, 30.2245235 ], [ 120.2497906, 30.2236599 ], [ 120.2497909, 30.2228314 ], [ 120.2497854, 30.2225686 ] ], [ [ 120.2499666, 30.2226312 ], [ 120.2499448, 30.2236578 ], [ 120.2499895, 30.2250212 ] ], [ [ 120.2495181, 30.2273088 ], [ 120.2496138, 30.2269096 ], [ 120.2496655, 30.2266939 ], [ 120.2497417, 30.2261759 ], [ 120.2497803, 30.2256718 ], [ 120.2498212, 30.2249807 ] ], [ [ 120.2439018, 30.2259878 ], [ 120.2438929, 30.2257203 ], [ 120.2439425, 30.2244246 ], [ 120.2440675, 30.2238271 ], [ 120.2441415, 30.2236663 ], [ 120.2442973, 30.2235491 ] ], [ [ 120.2445772, 30.2236256 ], [ 120.2445252, 30.2248855 ], [ 120.2444954, 30.2255671 ], [ 120.2444423, 30.2260422 ] ], [ [ 120.2439028, 30.226119 ], [ 120.2439018, 30.2259878 ] ], [ [ 120.2444423, 30.2260422 ], [ 120.2444275, 30.2261597 ] ], [ [ 120.2435492, 30.229418 ], [ 120.2435238, 30.2291418 ], [ 120.2436847, 30.2283554 ], [ 120.2438766, 30.2276234 ], [ 120.2439299, 30.2272168 ], [ 120.2438897, 30.2270391 ], [ 120.2438701, 30.2267082 ], [ 120.2439172, 30.2263215 ], [ 120.2439028, 30.226119 ] ], [ [ 120.2499895, 30.2250212 ], [ 120.2499278, 30.2256633 ], [ 120.2498901, 30.2261474 ], [ 120.249832, 30.2265292 ], [ 120.2497591, 30.2268912 ], [ 120.2496665, 30.2273512 ] ], [ [ 120.2495235, 30.2274047 ], [ 120.2495181, 30.2273088 ] ], [ [ 120.2496665, 30.2273512 ], [ 120.2496225, 30.2274302 ] ], [ [ 120.2481823, 30.2302966 ], [ 120.2486028, 30.2295784 ], [ 120.2487811, 30.2292586 ], [ 120.2492406, 30.2282051 ], [ 120.2493399, 30.2279241 ], [ 120.2495235, 30.2274047 ] ], [ [ 120.2496225, 30.2274302 ], [ 120.2494804, 30.2278671 ], [ 120.249401, 30.2281262 ], [ 120.2489394, 30.2292945 ], [ 120.2487865, 30.2295934 ], [ 120.2483132, 30.2303352 ] ], [ [ 120.2151401, 30.2210226 ], [ 120.2150531, 30.2209353 ] ], [ [ 120.2152565, 30.2209408 ], [ 120.2151401, 30.2210226 ] ], [ [ 120.2115426, 30.2236553 ], [ 120.2116822, 30.2235306 ], [ 120.2124762, 30.2229427 ], [ 120.213401, 30.2222421 ], [ 120.214495, 30.2213767 ], [ 120.2147049, 30.2212107 ], [ 120.2150531, 30.2209353 ] ], [ [ 120.2151401, 30.2210226 ], [ 120.2148058, 30.2213078 ], [ 120.2146087, 30.2214835 ], [ 120.213493, 30.2223652 ], [ 120.2125659, 30.2230573 ], [ 120.2117487, 30.2236729 ], [ 120.2116396, 30.2237419 ] ], [ [ 120.2152565, 30.2209408 ], [ 120.2160744, 30.2214527 ], [ 120.2166035, 30.2217872 ], [ 120.216934, 30.222018 ], [ 120.2172574, 30.2222438 ], [ 120.2178115, 30.2226072 ], [ 120.2179456, 30.2227077 ], [ 120.2190988, 30.2235057 ], [ 120.2196756, 30.2240053 ], [ 120.2202161, 30.2244719 ] ], [ [ 120.2200893, 30.2245755 ], [ 120.2194563, 30.2240114 ], [ 120.2187893, 30.2234779 ], [ 120.2175981, 30.2226906 ], [ 120.2171602, 30.2223874 ], [ 120.2166931, 30.222064 ], [ 120.2158768, 30.2215257 ], [ 120.2151401, 30.2210226 ] ], [ [ 120.2202161, 30.2244719 ], [ 120.2204272, 30.224699 ] ], [ [ 120.2202794, 30.2247882 ], [ 120.2200893, 30.2245755 ] ], [ [ 120.2248501, 30.2252124 ], [ 120.2249504, 30.2251511 ], [ 120.2262687, 30.2243451 ], [ 120.22725, 30.2236555 ], [ 120.2276073, 30.2234277 ], [ 120.2279552, 30.223204 ], [ 120.2286177, 30.2228864 ], [ 120.2287331, 30.2228492 ], [ 120.2292889, 30.2226605 ], [ 120.2294118, 30.2226287 ], [ 120.229488, 30.2226089 ], [ 120.2296521, 30.2225664 ] ], [ [ 120.2297328, 30.2226566 ], [ 120.2295624, 30.2226912 ], [ 120.2294844, 30.2227071 ], [ 120.2293999, 30.2227243 ], [ 120.2288641, 30.2228689 ], [ 120.2281394, 30.2231797 ], [ 120.2275221, 30.2235647 ], [ 120.227331, 30.2236963 ], [ 120.2264646, 30.2242929 ], [ 120.2263042, 30.2243959 ], [ 120.2250164, 30.2252223 ], [ 120.2249151, 30.2252873 ] ], [ [ 120.2204272, 30.224699 ], [ 120.2211786, 30.2255054 ], [ 120.2217278, 30.2261124 ], [ 120.2223999, 30.2267774 ] ], [ [ 120.2222044, 30.2269239 ], [ 120.2219915, 30.226643 ], [ 120.2210229, 30.2256026 ], [ 120.2202794, 30.2247882 ] ], [ [ 120.2223999, 30.2267774 ], [ 120.2241841, 30.2256377 ], [ 120.2247273, 30.2252908 ], [ 120.2248501, 30.2252124 ] ], [ [ 120.2249151, 30.2252873 ], [ 120.2247934, 30.2253631 ], [ 120.224389, 30.225615 ], [ 120.2240448, 30.2258295 ], [ 120.2229547, 30.2265521 ], [ 120.2224745, 30.2268612 ] ], [ [ 120.2223999, 30.2267774 ], [ 120.2224745, 30.2268612 ] ], [ [ 120.2222044, 30.2269239 ], [ 120.2223999, 30.2267774 ] ], [ [ 120.2224745, 30.2268612 ], [ 120.2223441, 30.2269451 ] ], [ [ 120.2222797, 30.2269865 ], [ 120.2222044, 30.2269239 ] ], [ [ 120.2223441, 30.2269451 ], [ 120.2222797, 30.2269865 ] ], [ [ 120.2224745, 30.2268612 ], [ 120.2228502, 30.2272295 ] ], [ [ 120.2156512, 30.2277682 ], [ 120.215633, 30.2277449 ] ], [ [ 120.215633, 30.2277449 ], [ 120.2153695, 30.2274071 ] ], [ [ 120.2153695, 30.2274071 ], [ 120.2148941, 30.2268962 ] ], [ [ 120.2148941, 30.2268962 ], [ 120.2141119, 30.2261739 ] ], [ [ 120.2141119, 30.2261739 ], [ 120.2133994, 30.2254929 ] ], [ [ 120.2133994, 30.2254929 ], [ 120.2131824, 30.2252855 ] ], [ [ 120.2131824, 30.2252855 ], [ 120.2128788, 30.2249707 ] ], [ [ 120.2128788, 30.2249707 ], [ 120.2127571, 30.2248497 ] ], [ [ 120.2127571, 30.2248497 ], [ 120.2118234, 30.2239209 ] ], [ [ 120.2118234, 30.2239209 ], [ 120.2116396, 30.2237419 ] ], [ [ 120.2156512, 30.2277682 ], [ 120.2163096, 30.2273277 ], [ 120.2167544, 30.2270038 ], [ 120.2178821, 30.2261827 ], [ 120.2200893, 30.2245755 ] ], [ [ 120.2202794, 30.2247882 ], [ 120.2197674, 30.2251444 ], [ 120.216901, 30.2271938 ], [ 120.216419, 30.2275384 ], [ 120.2158582, 30.2280078 ] ], [ [ 120.2156512, 30.2277682 ], [ 120.2158582, 30.2280078 ] ], [ [ 120.2180328, 30.2300254 ], [ 120.2182291, 30.2298983 ], [ 120.2185475, 30.2296921 ], [ 120.2190714, 30.2293509 ], [ 120.2194127, 30.2291094 ], [ 120.2199475, 30.2286571 ], [ 120.2204853, 30.2281863 ], [ 120.2213107, 30.227538 ], [ 120.2222044, 30.2269239 ] ], [ [ 120.2222797, 30.2269865 ], [ 120.2222485, 30.2270066 ], [ 120.2220525, 30.2271327 ], [ 120.2216453, 30.227401 ], [ 120.2212912, 30.2276201 ], [ 120.2209022, 30.2279411 ], [ 120.2205445, 30.2282475 ], [ 120.2201568, 30.2285644 ], [ 120.2199245, 30.2287717 ], [ 120.2196973, 30.228957 ], [ 120.2193302, 30.2292752 ], [ 120.2191372, 30.2294175 ], [ 120.2189655, 30.2295297 ], [ 120.218493, 30.2298415 ], [ 120.2183156, 30.2299798 ], [ 120.2181473, 30.230111 ] ], [ [ 120.22414, 30.2289045 ], [ 120.2240251, 30.2287894 ], [ 120.2237529, 30.2285165 ], [ 120.2229808, 30.2278103 ], [ 120.2223866, 30.2271403 ], [ 120.2222797, 30.2269865 ] ], [ [ 120.2228502, 30.2272295 ], [ 120.2232959, 30.2276113 ], [ 120.2240624, 30.2283178 ], [ 120.2243074, 30.2285307 ], [ 120.2243752, 30.2285897 ], [ 120.2244389, 30.228645 ], [ 120.2244897, 30.2286892 ] ], [ [ 120.2244897, 30.2286892 ], [ 120.2246004, 30.2288012 ] ], [ [ 120.2242641, 30.229005 ], [ 120.22414, 30.2289045 ] ], [ [ 120.2116396, 30.2237419 ], [ 120.2115426, 30.2236553 ] ], [ [ 120.2339195, 30.2373359 ], [ 120.2338143, 30.2371617 ], [ 120.2333888, 30.2366363 ], [ 120.2326094, 30.2357385 ], [ 120.2320601, 30.2350967 ], [ 120.2304792, 30.2332472 ], [ 120.2296205, 30.2325803 ], [ 120.2281256, 30.2315918 ], [ 120.2269231, 30.2309182 ], [ 120.2256985, 30.2300499 ], [ 120.2251315, 30.2295921 ], [ 120.2245369, 30.2290661 ], [ 120.2240556, 30.2285646 ], [ 120.2231706, 30.2277882 ], [ 120.2229045, 30.2275753 ], [ 120.2223441, 30.2269451 ] ], [ [ 120.2228502, 30.2272295 ], [ 120.2229865, 30.2274629 ], [ 120.2231259, 30.2276192 ], [ 120.2231723, 30.2276713 ], [ 120.2240894, 30.2285253 ], [ 120.2246461, 30.2290536 ], [ 120.2252176, 30.2295224 ], [ 120.2270158, 30.23084 ], [ 120.2282257, 30.231539 ], [ 120.2296859, 30.2324488 ], [ 120.2306527, 30.2332126 ], [ 120.2321706, 30.2350952 ], [ 120.2326939, 30.2356871 ], [ 120.2335628, 30.2367038 ], [ 120.2343306, 30.2375355 ], [ 120.2348113, 30.2380907 ] ], [ [ 120.2323523, 30.2351314 ], [ 120.2324739, 30.2352758 ] ], [ [ 120.2321253, 30.2353439 ], [ 120.2320722, 30.2352879 ] ], [ [ 120.2322137, 30.2354373 ], [ 120.2321253, 30.2353439 ] ], [ [ 120.2158582, 30.2280078 ], [ 120.2159027, 30.2280567 ] ], [ [ 120.2159027, 30.2280567 ], [ 120.2160876, 30.2282595 ] ], [ [ 120.2160876, 30.2282595 ], [ 120.2165454, 30.2287301 ] ], [ [ 120.2165454, 30.2287301 ], [ 120.2168144, 30.2290066 ] ], [ [ 120.2168144, 30.2290066 ], [ 120.2179366, 30.229945 ] ], [ [ 120.2179366, 30.229945 ], [ 120.2180328, 30.2300254 ] ], [ [ 120.2180328, 30.2300254 ], [ 120.2181473, 30.230111 ] ], [ [ 120.2193077, 30.2316505 ], [ 120.2188964, 30.2310633 ], [ 120.2181616, 30.2302681 ], [ 120.2181356, 30.2302191 ], [ 120.2180328, 30.2300254 ] ], [ [ 120.2181473, 30.230111 ], [ 120.2182187, 30.2301644 ], [ 120.2182994, 30.2302248 ], [ 120.2190428, 30.2311208 ], [ 120.219402, 30.2315973 ] ], [ [ 120.219402, 30.2315973 ], [ 120.2194654, 30.2316799 ] ], [ [ 120.2193705, 30.2317363 ], [ 120.2193077, 30.2316505 ] ], [ [ 120.2444275, 30.2261597 ], [ 120.2443381, 30.2268377 ], [ 120.2440136, 30.2273116 ], [ 120.2439652, 30.2276064 ], [ 120.2437471, 30.2284015 ], [ 120.2436271, 30.2290493 ], [ 120.2435972, 30.2291454 ], [ 120.2436314, 30.2294303 ] ], [ [ 120.2436314, 30.2294303 ], [ 120.2435881, 30.2297438 ], [ 120.2435208, 30.2300435 ], [ 120.243489, 30.2305878 ], [ 120.2434784, 30.2308905 ], [ 120.2434971, 30.2314181 ], [ 120.243519, 30.2316315 ], [ 120.2435342, 30.2317799 ], [ 120.2436416, 30.2323286 ], [ 120.2438098, 30.2328774 ], [ 120.2440012, 30.233418 ], [ 120.2442214, 30.2339192 ] ], [ [ 120.2441243, 30.2339775 ], [ 120.2439202, 30.2334254 ], [ 120.2437348, 30.2328976 ], [ 120.2435684, 30.2323304 ], [ 120.2434486, 30.2317875 ], [ 120.2434277, 30.2316375 ], [ 120.2433992, 30.2311737 ], [ 120.2433938, 30.2308354 ], [ 120.2434153, 30.2302885 ], [ 120.2434475, 30.2299918 ], [ 120.2435492, 30.229418 ] ], [ [ 120.2442214, 30.2339192 ], [ 120.2447025, 30.2336305 ], [ 120.245494, 30.2331225 ], [ 120.2457608, 30.2329238 ] ], [ [ 120.245871, 30.2329766 ], [ 120.2453508, 30.2333635 ], [ 120.2442779, 30.2340321 ] ], [ [ 120.2441243, 30.2339775 ], [ 120.2442214, 30.2339192 ] ], [ [ 120.234894, 30.2380629 ], [ 120.2351156, 30.2379711 ], [ 120.2361375, 30.2375194 ], [ 120.2374213, 30.2369516 ], [ 120.2390182, 30.2362552 ], [ 120.2406112, 30.2355496 ], [ 120.2407206, 30.2355012 ] ], [ [ 120.2442214, 30.2339192 ], [ 120.2442779, 30.2340321 ] ], [ [ 120.2441769, 30.234095 ], [ 120.2441243, 30.2339775 ] ], [ [ 120.2442779, 30.2340321 ], [ 120.2441769, 30.234095 ] ], [ [ 120.240907, 30.235413 ], [ 120.2410051, 30.2353707 ], [ 120.2415022, 30.235156 ], [ 120.2422954, 30.2348135 ], [ 120.2433456, 30.23436 ], [ 120.2441243, 30.2339775 ] ], [ [ 120.2441769, 30.234095 ], [ 120.2437753, 30.2343144 ], [ 120.2421545, 30.2350438 ], [ 120.2410972, 30.2354784 ], [ 120.2409916, 30.2355218 ] ], [ [ 120.2407206, 30.2355012 ], [ 120.240907, 30.235413 ] ], [ [ 120.2409916, 30.2355218 ], [ 120.2407913, 30.2356059 ] ], [ [ 120.2442779, 30.2340321 ], [ 120.2446457, 30.2346164 ], [ 120.245122, 30.2352781 ], [ 120.2455283, 30.2359034 ], [ 120.2455969, 30.2360008 ], [ 120.246, 30.2365732 ], [ 120.2465851, 30.2374075 ] ], [ [ 120.2464927, 30.2374648 ], [ 120.2460773, 30.2368525 ], [ 120.2455296, 30.2360452 ], [ 120.2450281, 30.2353037 ], [ 120.2445617, 30.2346412 ], [ 120.2441769, 30.234095 ] ], [ [ 120.2432505, 30.2391582 ], [ 120.243349, 30.239109 ], [ 120.2448867, 30.2383408 ], [ 120.245673, 30.2379175 ], [ 120.2462458, 30.2375997 ], [ 120.2464927, 30.2374648 ] ], [ [ 120.2465677, 30.2375698 ], [ 120.2459262, 30.2379312 ], [ 120.244905, 30.2384476 ], [ 120.2434121, 30.2392453 ], [ 120.243327, 30.2392908 ] ], [ [ 120.2430514, 30.2392548 ], [ 120.2432505, 30.2391582 ] ], [ [ 120.243327, 30.2392908 ], [ 120.2431426, 30.2393869 ] ], [ [ 120.2339195, 30.2373359 ], [ 120.2337235, 30.2371935 ], [ 120.2332658, 30.2366928 ], [ 120.2322137, 30.2354373 ] ], [ [ 120.2324739, 30.2352758 ], [ 120.2335801, 30.2365753 ], [ 120.2339688, 30.2370442 ], [ 120.234894, 30.2380629 ] ], [ [ 120.2345967, 30.2381831 ], [ 120.2339195, 30.2373359 ] ], [ [ 120.2325248, 30.2394396 ], [ 120.2335725, 30.2388042 ], [ 120.2345967, 30.2381831 ] ], [ [ 120.2347231, 30.2383269 ], [ 120.2336778, 30.2389352 ], [ 120.232635, 30.2395525 ] ], [ [ 120.2407913, 30.2356059 ], [ 120.240694, 30.2356509 ], [ 120.2392538, 30.2363171 ], [ 120.2391165, 30.2363806 ], [ 120.2388786, 30.2364829 ], [ 120.2375144, 30.2370692 ], [ 120.2362177, 30.237628 ], [ 120.235089, 30.2381086 ], [ 120.2349361, 30.2381989 ] ], [ [ 120.2348113, 30.2380907 ], [ 120.234894, 30.2380629 ] ], [ [ 120.2345967, 30.2381831 ], [ 120.2348113, 30.2380907 ] ], [ [ 120.2348113, 30.2380907 ], [ 120.2349361, 30.2381989 ] ], [ [ 120.2347231, 30.2383269 ], [ 120.2345967, 30.2381831 ] ], [ [ 120.2349361, 30.2381989 ], [ 120.2347231, 30.2383269 ] ], [ [ 120.2349361, 30.2381989 ], [ 120.2354065, 30.2387549 ], [ 120.2368539, 30.2403018 ], [ 120.2372208, 30.2406868 ], [ 120.2373837, 30.2408545 ], [ 120.2382222, 30.2417175 ] ], [ [ 120.2379864, 30.241854 ], [ 120.2366901, 30.2404929 ], [ 120.2365529, 30.240394 ], [ 120.2358088, 30.2395275 ], [ 120.2356215, 30.2393094 ], [ 120.2352118, 30.2389026 ], [ 120.2347231, 30.2383269 ] ], [ [ 120.2382222, 30.2417175 ], [ 120.2383095, 30.2418142 ] ], [ [ 120.2379864, 30.241854 ], [ 120.2382222, 30.2417175 ] ], [ [ 120.2305929, 30.2406624 ], [ 120.2325248, 30.2394396 ] ], [ [ 120.232635, 30.2395525 ], [ 120.2287004, 30.2419966 ] ], [ [ 120.2285924, 30.2418916 ], [ 120.2305929, 30.2406624 ] ], [ [ 120.2285055, 30.241986 ], [ 120.2285924, 30.2418916 ] ], [ [ 120.2382222, 30.2417175 ], [ 120.2388958, 30.2414006 ], [ 120.2403317, 30.2406303 ], [ 120.242955, 30.2393036 ], [ 120.2430514, 30.2392548 ] ], [ [ 120.2431426, 30.2393869 ], [ 120.2430255, 30.2394438 ], [ 120.2421049, 30.2398915 ], [ 120.2418048, 30.2400385 ], [ 120.241099, 30.2403971 ], [ 120.2404333, 30.2407433 ], [ 120.2397463, 30.2410881 ], [ 120.2383095, 30.2418142 ] ], [ [ 120.2395023, 30.2433174 ], [ 120.2396585, 30.2433704 ], [ 120.2398037, 30.2433704 ], [ 120.242178, 30.2421783 ], [ 120.2430471, 30.2417238 ], [ 120.2432105, 30.2416384 ], [ 120.2436774, 30.2414152 ], [ 120.2441921, 30.2412462 ] ], [ [ 120.2436833, 30.2416792 ], [ 120.2429489, 30.2421445 ], [ 120.2400671, 30.2436139 ], [ 120.2399601, 30.2437372 ], [ 120.2398931, 30.2438482 ], [ 120.2398792, 30.2439516 ] ], [ [ 120.2454239, 30.2432392 ], [ 120.2455963, 30.2431592 ] ], [ [ 120.2456643, 30.2432499 ], [ 120.245503, 30.2433457 ] ], [ [ 120.2408684, 30.2455411 ], [ 120.2434977, 30.2442125 ], [ 120.2448082, 30.2435503 ], [ 120.2454239, 30.2432392 ] ], [ [ 120.245503, 30.2433457 ], [ 120.2429772, 30.2446015 ], [ 120.2409166, 30.245626 ] ], [ [ 120.2398792, 30.2439516 ], [ 120.2401318, 30.2443574 ], [ 120.2408684, 30.2455411 ] ], [ [ 120.2408684, 30.2455411 ], [ 120.2409166, 30.245626 ] ], [ [ 120.2406182, 30.245667 ], [ 120.2408684, 30.2455411 ] ], [ [ 120.2287004, 30.2419966 ], [ 120.2286013, 30.2420819 ] ], [ [ 120.2317611, 30.2450541 ], [ 120.2321171, 30.2448794 ], [ 120.2359387, 30.2429202 ] ], [ [ 120.2359821, 30.242983 ], [ 120.2322017, 30.2449113 ], [ 120.2318597, 30.2451254 ] ], [ [ 120.2316566, 30.2451224 ], [ 120.2317611, 30.2450541 ] ], [ [ 120.2318597, 30.2451254 ], [ 120.2317618, 30.2452087 ] ], [ [ 120.1974958, 30.2297901 ], [ 120.197359, 30.2298892 ] ], [ [ 120.1949523, 30.2316563 ], [ 120.1954038, 30.2313087 ], [ 120.1954757, 30.2312534 ], [ 120.196075, 30.2307507 ], [ 120.1972334, 30.2297799 ] ], [ [ 120.197359, 30.2298892 ], [ 120.1964839, 30.2306055 ], [ 120.1955168, 30.2314171 ], [ 120.1951534, 30.2317493 ], [ 120.1951098, 30.2317891 ] ], [ [ 120.1861594, 30.2317735 ], [ 120.1864155, 30.2319704 ] ], [ [ 120.1862559, 30.2320778 ], [ 120.1859553, 30.2318597 ] ], [ [ 120.1864155, 30.2319704 ], [ 120.186687, 30.232263 ], [ 120.1869212, 30.2325417 ], [ 120.1870189, 30.2326579 ], [ 120.1872211, 30.232792 ], [ 120.188245, 30.2339673 ] ], [ [ 120.1932583, 30.2330836 ], [ 120.1932937, 30.2330567 ], [ 120.1933929, 30.2329815 ], [ 120.1934862, 30.2329107 ], [ 120.1935098, 30.2328925 ], [ 120.1936138, 30.232805 ], [ 120.1949523, 30.2316563 ] ], [ [ 120.1951098, 30.2317891 ], [ 120.1945702, 30.2322274 ], [ 120.1937617, 30.2328971 ], [ 120.19372, 30.2329331 ], [ 120.1936102, 30.2330261 ], [ 120.193501, 30.2331211 ], [ 120.1934316, 30.2331815 ], [ 120.1933862, 30.233221 ] ], [ [ 120.1931036, 30.2332196 ], [ 120.1932583, 30.2330836 ] ], [ [ 120.1933862, 30.233221 ], [ 120.1932717, 30.2333119 ] ], [ [ 120.1917512, 30.2343921 ], [ 120.1924994, 30.2337435 ], [ 120.1929647, 30.2333401 ], [ 120.1930536, 30.233263 ], [ 120.1931036, 30.2332196 ] ], [ [ 120.1898516, 30.236007 ], [ 120.1898141, 30.2359662 ], [ 120.1897556, 30.2359028 ], [ 120.1890479, 30.2351341 ], [ 120.1886613, 30.2347097 ], [ 120.1878609, 30.2338309 ], [ 120.1873172, 30.233234 ], [ 120.1869088, 30.2328076 ], [ 120.1865183, 30.2324434 ], [ 120.1862559, 30.2320778 ] ], [ [ 120.188245, 30.2339673 ], [ 120.1899311, 30.235783 ], [ 120.1899827, 30.2358385 ], [ 120.1900189, 30.2358775 ] ], [ [ 120.1900189, 30.2358775 ], [ 120.1901744, 30.2357405 ], [ 120.1908156, 30.2351753 ], [ 120.1912435, 30.2348109 ], [ 120.1913708, 30.2347058 ], [ 120.1916804, 30.2344505 ], [ 120.1917512, 30.2343921 ] ], [ [ 120.1900189, 30.2358775 ], [ 120.1901403, 30.2359913 ] ], [ [ 120.1898516, 30.236007 ], [ 120.1900189, 30.2358775 ] ], [ [ 120.1901403, 30.2359913 ], [ 120.1899747, 30.2361247 ] ], [ [ 120.2051093, 30.2359094 ], [ 120.2050228, 30.2359751 ] ], [ [ 120.1997549, 30.239134 ], [ 120.1999742, 30.2389766 ], [ 120.2000444, 30.2389228 ], [ 120.2001192, 30.2388653 ], [ 120.2002276, 30.2387515 ], [ 120.201653, 30.237721 ], [ 120.2034019, 30.2364916 ], [ 120.2044203, 30.2357 ], [ 120.2045143, 30.2354669 ] ], [ [ 120.2050228, 30.2359751 ], [ 120.2037603, 30.2368821 ], [ 120.2017951, 30.2382378 ], [ 120.2011614, 30.2387074 ], [ 120.2004035, 30.2392377 ], [ 120.2003304, 30.2392888 ], [ 120.2001048, 30.2394467 ] ], [ [ 120.199634, 30.23922 ], [ 120.1997549, 30.239134 ] ], [ [ 120.1999166, 30.2395382 ], [ 120.199634, 30.23922 ] ], [ [ 120.1932717, 30.2333119 ], [ 120.1932041, 30.2333685 ], [ 120.1930928, 30.2334615 ], [ 120.192631, 30.2338475 ], [ 120.1918875, 30.234469 ], [ 120.1918184, 30.2345292 ], [ 120.1902946, 30.2358568 ], [ 120.1901403, 30.2359913 ] ], [ [ 120.1901403, 30.2359913 ], [ 120.1901869, 30.2360314 ], [ 120.1902513, 30.2360869 ], [ 120.1905999, 30.2363869 ], [ 120.1908208, 30.236577 ], [ 120.1911479, 30.2368552 ], [ 120.1916572, 30.2373011 ], [ 120.1927307, 30.2382548 ], [ 120.1932068, 30.2386731 ] ], [ [ 120.1930939, 30.2388034 ], [ 120.192466, 30.2382762 ], [ 120.1914988, 30.2374641 ], [ 120.1907329, 30.2368 ], [ 120.1900951, 30.236232 ], [ 120.190017, 30.2361624 ], [ 120.1899747, 30.2361247 ] ], [ [ 120.1899747, 30.2361247 ], [ 120.1898516, 30.236007 ] ], [ [ 120.1864436, 30.2391302 ], [ 120.1865217, 30.2390488 ], [ 120.187078, 30.2384687 ], [ 120.1871187, 30.2384263 ], [ 120.1872819, 30.2382857 ], [ 120.1875904, 30.23802 ], [ 120.1878437, 30.2377907 ], [ 120.1880873, 30.2375703 ], [ 120.1887814, 30.2369529 ], [ 120.1897264, 30.2361176 ], [ 120.1898516, 30.236007 ] ], [ [ 120.1899747, 30.2361247 ], [ 120.1898458, 30.2362408 ], [ 120.1889506, 30.2370473 ], [ 120.1882242, 30.2376873 ], [ 120.1875035, 30.238294 ], [ 120.1874305, 30.2383554 ], [ 120.1867875, 30.238985 ], [ 120.18665, 30.2391567 ], [ 120.1865616, 30.2392671 ] ], [ [ 120.1862649, 30.2393233 ], [ 120.1864436, 30.2391302 ] ], [ [ 120.1865616, 30.2392671 ], [ 120.1863892, 30.2394585 ] ], [ [ 120.189213, 30.2418763 ], [ 120.188681, 30.2415321 ], [ 120.1884499, 30.2413584 ], [ 120.1880502, 30.241058 ], [ 120.1878653, 30.2409104 ], [ 120.1873497, 30.2404443 ], [ 120.1864848, 30.2396958 ], [ 120.186452, 30.2396145 ], [ 120.1863892, 30.2394585 ] ], [ [ 120.2001048, 30.2394467 ], [ 120.1999166, 30.2395382 ] ], [ [ 120.1963329, 30.241482 ], [ 120.1966521, 30.2412519 ], [ 120.1968955, 30.2410765 ], [ 120.1975178, 30.2407333 ], [ 120.1981316, 30.2402944 ], [ 120.1994357, 30.2393618 ], [ 120.199634, 30.23922 ] ], [ [ 120.1999166, 30.2395382 ], [ 120.1997335, 30.2396776 ], [ 120.1989874, 30.2402454 ], [ 120.1982669, 30.2407938 ], [ 120.1966975, 30.2418635 ] ], [ [ 120.2001048, 30.2394467 ], [ 120.2003504, 30.2396517 ], [ 120.2007064, 30.2399416 ], [ 120.2009804, 30.2401722 ], [ 120.2011128, 30.2403057 ], [ 120.2012819, 30.2404651 ], [ 120.2018263, 30.2411117 ], [ 120.2021181, 30.2415519 ], [ 120.2021745, 30.2416305 ], [ 120.2029099, 30.2426546 ] ], [ [ 120.2027756, 30.2427447 ], [ 120.2022645, 30.2420365 ], [ 120.2016962, 30.241249 ], [ 120.2012887, 30.2407396 ], [ 120.2009698, 30.2403714 ], [ 120.2005697, 30.2400467 ], [ 120.1999166, 30.2395382 ] ], [ [ 120.2029099, 30.2426546 ], [ 120.2030051, 30.2427631 ] ], [ [ 120.2028618, 30.2428614 ], [ 120.2027756, 30.2427447 ] ], [ [ 120.1932068, 30.2386731 ], [ 120.1943548, 30.2396205 ], [ 120.1951104, 30.2402918 ], [ 120.1951469, 30.240328 ], [ 120.1956915, 30.2408684 ], [ 120.1963329, 30.241482 ] ], [ [ 120.1962103, 30.2416382 ], [ 120.1955351, 30.2409753 ], [ 120.1949082, 30.2403703 ], [ 120.1946431, 30.2401345 ], [ 120.1941087, 30.239665 ], [ 120.1930939, 30.2388034 ] ], [ [ 120.1962103, 30.2416382 ], [ 120.1963329, 30.241482 ] ], [ [ 120.1963329, 30.241482 ], [ 120.1966975, 30.2418635 ] ], [ [ 120.1965694, 30.2419485 ], [ 120.1962103, 30.2416382 ] ], [ [ 120.1966975, 30.2418635 ], [ 120.1965694, 30.2419485 ] ], [ [ 120.1936446, 30.2442913 ], [ 120.1937887, 30.2441536 ], [ 120.1940714, 30.2437914 ], [ 120.1943842, 30.2432911 ], [ 120.1946351, 30.2428897 ], [ 120.194935, 30.2425931 ], [ 120.1952904, 30.2422989 ], [ 120.1962103, 30.2416382 ] ], [ [ 120.1900169, 30.2422128 ], [ 120.189213, 30.2418763 ] ], [ [ 120.1966975, 30.2418635 ], [ 120.1979556, 30.2431096 ], [ 120.1981255, 30.2432753 ], [ 120.1984545, 30.2435962 ], [ 120.1991969, 30.2443466 ], [ 120.1996373, 30.2448486 ], [ 120.1997662, 30.2450025 ] ], [ [ 120.2030051, 30.2427631 ], [ 120.2034531, 30.2433566 ], [ 120.203568, 30.2435089 ], [ 120.2041607, 30.2442135 ] ], [ [ 120.1995932, 30.2451263 ], [ 120.1994693, 30.2449654 ], [ 120.1990505, 30.2444647 ], [ 120.1987548, 30.2441244 ], [ 120.1984361, 30.2438038 ], [ 120.1983843, 30.2437517 ], [ 120.1978113, 30.2432067 ], [ 120.1965694, 30.2419485 ] ], [ [ 120.2054136, 30.2459651 ], [ 120.2048958, 30.2453718 ], [ 120.2039519, 30.2442904 ], [ 120.2033408, 30.2435681 ], [ 120.2028618, 30.2428614 ] ], [ [ 120.2041607, 30.2442135 ], [ 120.2046661, 30.244812 ], [ 120.2055638, 30.2458752 ] ], [ [ 120.1997662, 30.2450025 ], [ 120.1998529, 30.245106 ] ], [ [ 120.1965694, 30.2419485 ], [ 120.1956819, 30.2425532 ], [ 120.1954237, 30.2427846 ], [ 120.1950815, 30.2431972 ], [ 120.1949828, 30.2433202 ], [ 120.194452, 30.2439816 ], [ 120.1942331, 30.2442538 ], [ 120.1940352, 30.2445043 ] ], [ [ 120.1935327, 30.2444101 ], [ 120.1936446, 30.2442913 ] ], [ [ 120.1940352, 30.2445043 ], [ 120.1938171, 30.2447045 ] ], [ [ 120.1920297, 30.2454591 ], [ 120.1921219, 30.2453679 ], [ 120.1922365, 30.2452649 ], [ 120.1932178, 30.2446668 ], [ 120.1935327, 30.2444101 ] ], [ [ 120.1938171, 30.2447045 ], [ 120.193496, 30.2449244 ], [ 120.1929992, 30.2451874 ], [ 120.1924053, 30.2455291 ], [ 120.1920199, 30.2457002 ], [ 120.1918974, 30.2457545 ], [ 120.1917156, 30.2458069 ] ], [ [ 120.1919069, 30.2455899 ], [ 120.1920297, 30.2454591 ] ], [ [ 120.1996732, 30.2452301 ], [ 120.1995932, 30.2451263 ] ], [ [ 120.1998529, 30.245106 ], [ 120.2000685, 30.245418 ], [ 120.2004016, 30.2459368 ] ], [ [ 120.2002498, 30.2460283 ], [ 120.1998078, 30.2454049 ], [ 120.1996732, 30.2452301 ] ], [ [ 120.2004016, 30.2459368 ], [ 120.2020367, 30.2480035 ] ], [ [ 120.201738, 30.2481416 ], [ 120.200716, 30.2467721 ], [ 120.2005548, 30.2465268 ], [ 120.2002498, 30.2460283 ] ], [ [ 120.2020367, 30.2480035 ], [ 120.2021452, 30.2481819 ] ], [ [ 120.1883626, 30.2472582 ], [ 120.1885023, 30.2471834 ], [ 120.1891688, 30.2468267 ], [ 120.189556, 30.2466194 ], [ 120.1901134, 30.2463563 ], [ 120.1903611, 30.2462394 ], [ 120.1909107, 30.2460196 ], [ 120.1910443, 30.2459661 ], [ 120.1915304, 30.2457838 ], [ 120.1916876, 30.2456979 ], [ 120.1919069, 30.2455899 ] ], [ [ 120.1917156, 30.2458069 ], [ 120.1915622, 30.245872 ], [ 120.1912508, 30.2460099 ], [ 120.190655, 30.2462739 ], [ 120.1902036, 30.2465119 ], [ 120.1898622, 30.2466919 ], [ 120.1895609, 30.2468507 ], [ 120.1885414, 30.2473882 ] ], [ [ 120.1850982, 30.2503988 ], [ 120.1869942, 30.2503673 ], [ 120.1878093, 30.2503706 ], [ 120.1883379, 30.2504271 ] ], [ [ 120.185112, 30.2506509 ], [ 120.1850982, 30.2503988 ] ], [ [ 120.1883409, 30.2505622 ], [ 120.1879875, 30.2506234 ], [ 120.185112, 30.2506509 ] ], [ [ 120.185112, 30.2506509 ], [ 120.1850901, 30.2515496 ] ], [ [ 120.1850901, 30.2515496 ], [ 120.1850805, 30.2521182 ] ], [ [ 120.1850805, 30.2521182 ], [ 120.1850797, 30.2525848 ] ], [ [ 120.1850797, 30.2525848 ], [ 120.1850943, 30.2529248 ] ], [ [ 120.1850943, 30.2529248 ], [ 120.185114, 30.2533809 ] ], [ [ 120.185114, 30.2533809 ], [ 120.1851254, 30.2542425 ] ], [ [ 120.1851196, 30.2543153 ], [ 120.1851254, 30.2542425 ] ], [ [ 120.2018553, 30.2483006 ], [ 120.201738, 30.2481416 ] ], [ [ 120.2021452, 30.2481819 ], [ 120.2022717, 30.2483728 ], [ 120.2024222, 30.248585 ], [ 120.203467615577821, 30.250018642677375 ] ], [ [ 120.203467615577821, 30.250018642677375 ], [ 120.2034872, 30.2500455 ], [ 120.203591672756076, 30.250176758433856 ] ], [ [ 120.203591672756076, 30.250176758433856 ], [ 120.2036085, 30.2501979 ], [ 120.203614184807194, 30.250205450929059 ] ], [ [ 120.203614184807194, 30.250205450929059 ], [ 120.2039439, 30.2506434 ], [ 120.204073, 30.2508097 ], [ 120.2041969, 30.2509693 ], [ 120.204289525656705, 30.251066199422592 ] ], [ [ 120.204289525656705, 30.251066199422592 ], [ 120.2043096, 30.2510872 ], [ 120.2048331, 30.2516845 ], [ 120.2050712, 30.2519299 ] ], [ [ 120.2048623, 30.2520483 ], [ 120.2046931, 30.2518182 ], [ 120.2043046, 30.2513244 ], [ 120.2034785, 30.2502745 ], [ 120.2033381, 30.2501168 ], [ 120.2018553, 30.2483006 ] ], [ [ 120.2066852, 30.2544056 ], [ 120.2064146, 30.2539159 ], [ 120.2054165, 30.2526246 ], [ 120.201548, 30.2477321 ], [ 120.2006486, 30.2465001 ], [ 120.2005462, 30.2463895 ], [ 120.2002498, 30.2460283 ] ], [ [ 120.2004016, 30.2459368 ], [ 120.2007462, 30.2464527 ], [ 120.2011083, 30.2469601 ], [ 120.2016339, 30.2476815 ], [ 120.203467615577821, 30.250018642677375 ] ], [ [ 120.203467615577821, 30.250018642677375 ], [ 120.203591672756076, 30.250176758433856 ] ], [ [ 120.203591672756076, 30.250176758433856 ], [ 120.203614184807194, 30.250205450929059 ] ], [ [ 120.203614184807194, 30.250205450929059 ], [ 120.204289525656705, 30.251066199422592 ] ], [ [ 120.204289525656705, 30.251066199422592 ], [ 120.2054818, 30.2525858 ], [ 120.2066087, 30.2540548 ], [ 120.2071676, 30.2547093 ], [ 120.2074111, 30.2549222 ] ], [ [ 120.1807111, 30.2515918 ], [ 120.180681, 30.251373 ], [ 120.1806362, 30.2511377 ], [ 120.1805563, 30.2510155 ], [ 120.1797256, 30.2497457 ], [ 120.1796501, 30.2495042 ] ], [ [ 120.1802439, 30.2517734 ], [ 120.180453, 30.251708 ], [ 120.18059, 30.2516568 ], [ 120.1807111, 30.2515918 ] ], [ [ 120.1802439, 30.2517734 ], [ 120.1803533, 30.2518034 ], [ 120.1804272, 30.2518806 ], [ 120.1804334, 30.2519871 ], [ 120.1803585, 30.2520435 ] ], [ [ 120.177149, 30.2522535 ], [ 120.177443, 30.2521641 ], [ 120.177531, 30.2521373 ], [ 120.1778229, 30.2521058 ], [ 120.1797378, 30.2518521 ], [ 120.1802439, 30.2517734 ] ], [ [ 120.2050712, 30.2519299 ], [ 120.2051827, 30.2520514 ] ], [ [ 120.2049503, 30.252234 ], [ 120.2048623, 30.2520483 ] ], [ [ 120.2024099, 30.2533502 ], [ 120.2024887, 30.2535283 ] ], [ [ 120.202265, 30.2535936 ], [ 120.2021886, 30.2534367 ] ], [ [ 120.2024887, 30.2535283 ], [ 120.202699, 30.2539873 ], [ 120.2030193, 30.2546083 ], [ 120.2031946, 30.2549839 ], [ 120.2033244, 30.255262 ], [ 120.2036269, 30.2560174 ] ], [ [ 120.2034022, 30.2560597 ], [ 120.203384, 30.255961 ], [ 120.2031192, 30.2552844 ], [ 120.2030683, 30.2551718 ], [ 120.2028701, 30.2547335 ], [ 120.2028397, 30.2546762 ], [ 120.202265, 30.2535936 ] ], [ [ 120.1808285, 30.2520875 ], [ 120.1807558, 30.2520811 ], [ 120.1803585, 30.2520435 ] ], [ [ 120.1803585, 30.2520435 ], [ 120.1797666, 30.252124 ], [ 120.1777496, 30.2523985 ], [ 120.1774724, 30.2523894 ], [ 120.1770935, 30.2524072 ] ], [ [ 120.0676972, 30.1596002 ], [ 120.0674989, 30.1598778 ] ], [ [ 120.0674989, 30.1598778 ], [ 120.0668695, 30.1613856 ] ], [ [ 120.0668695, 30.1613856 ], [ 120.0663164, 30.1626777 ] ], [ [ 120.0663164, 30.1626777 ], [ 120.0660959, 30.1631929 ] ], [ [ 120.0802253, 30.1666602 ], [ 120.0803291, 30.1666024 ] ], [ [ 120.0803291, 30.1666024 ], [ 120.0803233, 30.1667121 ] ], [ [ 120.0717335, 30.1689779 ], [ 120.072243, 30.1687773 ], [ 120.0728596, 30.1686574 ], [ 120.0745182, 30.1684839 ], [ 120.0750155, 30.1684398 ], [ 120.0757993, 30.1683702 ], [ 120.076149, 30.1682846 ], [ 120.0765425, 30.1681884 ], [ 120.0770444, 30.1679673 ], [ 120.0776706, 30.1677173 ], [ 120.0777676, 30.1676994 ], [ 120.078151, 30.1676285 ], [ 120.0782566, 30.1676236 ], [ 120.0785119, 30.1676119 ], [ 120.078911, 30.1675871 ], [ 120.0792456, 30.1674714 ], [ 120.0794559, 30.1673268 ], [ 120.0802253, 30.1666602 ] ], [ [ 120.0803233, 30.1667121 ], [ 120.0801992, 30.1668474 ], [ 120.0797044, 30.1672813 ], [ 120.079355, 30.1675383 ], [ 120.0792886, 30.1675871 ], [ 120.0789636, 30.1676904 ], [ 120.0787054, 30.1677256 ], [ 120.0785379, 30.1677296 ], [ 120.0782752, 30.1677359 ], [ 120.0779478, 30.167769 ], [ 120.077575, 30.1678929 ], [ 120.07687, 30.1681636 ], [ 120.0763681, 30.1683454 ], [ 120.0757706, 30.1684797 ], [ 120.0749915, 30.1685603 ], [ 120.0738669, 30.1686749 ], [ 120.0729026, 30.1687732 ], [ 120.0724748, 30.168862 ], [ 120.0721426, 30.1689694 ], [ 120.0718624, 30.1690796 ] ], [ [ 120.0947005, 30.1753091 ], [ 120.0948101, 30.1751316 ], [ 120.0950747, 30.174727 ], [ 120.0954139, 30.1742018 ], [ 120.0955888, 30.1739282 ], [ 120.0959121, 30.1734422 ], [ 120.096646, 30.1723541 ], [ 120.0968069, 30.1721155 ], [ 120.0977719, 30.1709323 ] ], [ [ 120.0978981, 30.1709943 ], [ 120.0969303, 30.1721782 ], [ 120.0967453, 30.1724326 ], [ 120.0958208, 30.1737705 ], [ 120.0954953, 30.1742414 ], [ 120.095165, 30.1747741 ], [ 120.0948842, 30.1751755 ], [ 120.094762, 30.1753451 ] ], [ [ 120.0946834, 30.1754184 ], [ 120.0947005, 30.1753091 ] ], [ [ 120.094762, 30.1753451 ], [ 120.0946834, 30.1754184 ] ], [ [ 120.1016444, 30.2392491 ], [ 120.1014847, 30.2391712 ] ], [ [ 120.1014847, 30.2391712 ], [ 120.1012957, 30.2390816 ] ], [ [ 120.1012957, 30.2390816 ], [ 120.1008304, 30.2388611 ] ], [ [ 120.1008304, 30.2388611 ], [ 120.1006303, 30.2387609 ] ], [ [ 120.1006303, 30.2387609 ], [ 120.1004338, 30.2386525 ] ], [ [ 120.1004338, 30.2386525 ], [ 120.1002931, 30.2385489 ] ], [ [ 120.1002931, 30.2385489 ], [ 120.1001681, 30.2384549 ] ], [ [ 120.1001681, 30.2384549 ], [ 120.1000433, 30.238338 ] ], [ [ 120.1000433, 30.238338 ], [ 120.0999132, 30.2381712 ] ], [ [ 120.0999132, 30.2381712 ], [ 120.0996289, 30.2377158 ] ], [ [ 120.0996289, 30.2377158 ], [ 120.0993016, 30.2372222 ] ], [ [ 120.0993016, 30.2372222 ], [ 120.0990428, 30.2367275 ] ], [ [ 120.0990428, 30.2367275 ], [ 120.0988322, 30.2363868 ] ], [ [ 120.0988322, 30.2363868 ], [ 120.0986874, 30.2362038 ] ], [ [ 120.0986874, 30.2362038 ], [ 120.0985412, 30.2360624 ] ], [ [ 120.0985412, 30.2360624 ], [ 120.0983199, 30.2359176 ] ], [ [ 120.0983199, 30.2359176 ], [ 120.0982461, 30.2358754 ] ], [ [ 120.0982461, 30.2358754 ], [ 120.0980243, 30.2357483 ] ], [ [ 120.0980243, 30.2357483 ], [ 120.0978696, 30.2356739 ] ], [ [ 120.0978696, 30.2356739 ], [ 120.097783, 30.2356318 ] ], [ [ 120.097783, 30.2356318 ], [ 120.0976843, 30.2355837 ] ], [ [ 120.0976843, 30.2355837 ], [ 120.0973351, 30.2354068 ] ], [ [ 120.0973351, 30.2354068 ], [ 120.0970872, 30.2353083 ] ], [ [ 120.0970872, 30.2353083 ], [ 120.0967752, 30.2352253 ] ], [ [ 120.0967752, 30.2352253 ], [ 120.0965731, 30.2351234 ] ], [ [ 120.0965731, 30.2351234 ], [ 120.0963911, 30.2349918 ] ], [ [ 120.0963911, 30.2349918 ], [ 120.0961744, 30.2348261 ] ], [ [ 120.0961744, 30.2348261 ], [ 120.0959134, 30.2346475 ] ], [ [ 120.0959134, 30.2346475 ], [ 120.0956957, 30.2344655 ] ], [ [ 120.0956957, 30.2344655 ], [ 120.0955287, 30.2343052 ] ], [ [ 120.0955287, 30.2343052 ], [ 120.0954355, 30.2341272 ] ], [ [ 120.0954355, 30.2341272 ], [ 120.0953584, 30.233916 ] ], [ [ 120.0953584, 30.233916 ], [ 120.0949358, 30.2328683 ] ], [ [ 120.0949358, 30.2328683 ], [ 120.0947608, 30.2325878 ] ], [ [ 120.0947608, 30.2325878 ], [ 120.0946311, 30.2323599 ] ], [ [ 120.0946311, 30.2323599 ], [ 120.0944101, 30.2320822 ] ], [ [ 120.0944101, 30.2320822 ], [ 120.0942475, 30.2318115 ] ], [ [ 120.0942475, 30.2318115 ], [ 120.0942113, 30.2315293 ] ], [ [ 120.0942113, 30.2315293 ], [ 120.0941844, 30.2312548 ] ], [ [ 120.0941844, 30.2312548 ], [ 120.0941968, 30.2310411 ] ], [ [ 120.0941968, 30.2310411 ], [ 120.094176, 30.2309117 ] ], [ [ 120.094176, 30.2309117 ], [ 120.094141, 30.2306932 ] ], [ [ 120.094141, 30.2306932 ], [ 120.0940991, 30.2305804 ] ], [ [ 120.0940991, 30.2305804 ], [ 120.0939497, 30.2301782 ] ], [ [ 120.0939497, 30.2301782 ], [ 120.0938845, 30.2299719 ] ], [ [ 120.0938845, 30.2299719 ], [ 120.0938407, 30.2297683 ] ], [ [ 120.0938407, 30.2297683 ], [ 120.0938083, 30.2296049 ] ], [ [ 120.0938083, 30.2296049 ], [ 120.0937789, 30.2294442 ] ], [ [ 120.0937789, 30.2294442 ], [ 120.0936733, 30.2292215 ] ], [ [ 120.0936733, 30.2292215 ], [ 120.0934866, 30.2289862 ] ], [ [ 120.0934866, 30.2289862 ], [ 120.0932988, 30.2288426 ] ], [ [ 120.0932988, 30.2288426 ], [ 120.0925347, 30.2282338 ] ], [ [ 120.0925347, 30.2282338 ], [ 120.09241, 30.2281602 ] ], [ [ 120.09241, 30.2281602 ], [ 120.0920287, 30.227935 ] ], [ [ 120.0920287, 30.227935 ], [ 120.0915413, 30.2275988 ] ], [ [ 120.0915413, 30.2275988 ], [ 120.0911882, 30.2273503 ] ], [ [ 120.0911882, 30.2273503 ], [ 120.0911659, 30.2273362 ] ], [ [ 120.0911659, 30.2273362 ], [ 120.0910854, 30.2272851 ] ], [ [ 120.0910854, 30.2272851 ], [ 120.0910516, 30.2272636 ] ], [ [ 120.0910516, 30.2272636 ], [ 120.0906555, 30.2270121 ] ], [ [ 120.0906555, 30.2270121 ], [ 120.0868617, 30.2254044 ] ], [ [ 120.0868617, 30.2254044 ], [ 120.083387, 30.2235046 ] ], [ [ 120.083387, 30.2235046 ], [ 120.0811866, 30.2214484 ] ], [ [ 120.0811866, 30.2214484 ], [ 120.081098, 30.2213143 ] ], [ [ 120.081098, 30.2213143 ], [ 120.0797555, 30.2192579 ] ], [ [ 120.0797555, 30.2192579 ], [ 120.0795856, 30.2189745 ] ], [ [ 120.0795856, 30.2189745 ], [ 120.0795191, 30.2187352 ] ], [ [ 120.0795191, 30.2187352 ], [ 120.0795407, 30.2185056 ] ], [ [ 120.0795407, 30.2185056 ], [ 120.0796116, 30.2183236 ] ], [ [ 120.0796116, 30.2183236 ], [ 120.0797469, 30.2181503 ] ], [ [ 120.0797469, 30.2181503 ], [ 120.0799069, 30.2179831 ] ], [ [ 120.0799069, 30.2179831 ], [ 120.0800959, 30.2177786 ] ], [ [ 120.0800959, 30.2177786 ], [ 120.0801725, 30.2176535 ] ], [ [ 120.0801725, 30.2176535 ], [ 120.0801957, 30.2176155 ] ], [ [ 120.0801957, 30.2176155 ], [ 120.08026, 30.2174309 ] ], [ [ 120.08026, 30.2174309 ], [ 120.0802635, 30.2172762 ] ], [ [ 120.0802635, 30.2172762 ], [ 120.0802245, 30.2171092 ] ], [ [ 120.0802245, 30.2171092 ], [ 120.0801792, 30.2169528 ] ], [ [ 120.0801792, 30.2169528 ], [ 120.0801498, 30.2168059 ] ], [ [ 120.0801498, 30.2168059 ], [ 120.080161, 30.216624 ] ], [ [ 120.080161, 30.216624 ], [ 120.0802095, 30.2164858 ] ], [ [ 120.0802095, 30.2164858 ], [ 120.080433, 30.2161902 ] ], [ [ 120.080433, 30.2161902 ], [ 120.0808069, 30.2157482 ] ], [ [ 120.0808069, 30.2157482 ], [ 120.0808939, 30.215401 ] ], [ [ 120.0808939, 30.215401 ], [ 120.0809634, 30.2151364 ] ], [ [ 120.0809634, 30.2151364 ], [ 120.0810133, 30.2149503 ] ], [ [ 120.0810133, 30.2149503 ], [ 120.0810454, 30.2147582 ] ], [ [ 120.0810454, 30.2147582 ], [ 120.0810043, 30.214422 ] ], [ [ 120.0810043, 30.214422 ], [ 120.0809296, 30.2140736 ] ], [ [ 120.0809296, 30.2140736 ], [ 120.0808498, 30.213814 ] ], [ [ 120.0808498, 30.213814 ], [ 120.0807824, 30.2135422 ] ], [ [ 120.0807824, 30.2135422 ], [ 120.0807713, 30.2134037 ] ], [ [ 120.0807713, 30.2134037 ], [ 120.0807632, 30.2130744 ] ], [ [ 120.0807632, 30.2130744 ], [ 120.0809199, 30.2126206 ] ], [ [ 120.0809199, 30.2126206 ], [ 120.0811979, 30.2122098 ] ], [ [ 120.0811979, 30.2122098 ], [ 120.0814127, 30.2119712 ] ], [ [ 120.0814127, 30.2119712 ], [ 120.0814893, 30.211781 ] ], [ [ 120.0814893, 30.211781 ], [ 120.0815092, 30.2115939 ] ], [ [ 120.0815092, 30.2115939 ], [ 120.0814972, 30.2113059 ] ], [ [ 120.0814972, 30.2113059 ], [ 120.0815347, 30.2110148 ] ], [ [ 120.0815347, 30.2110148 ], [ 120.0816987, 30.2106539 ] ], [ [ 120.0816987, 30.2106539 ], [ 120.0818877, 30.2103078 ] ], [ [ 120.0818877, 30.2103078 ], [ 120.0820701, 30.2100972 ] ], [ [ 120.0820701, 30.2100972 ], [ 120.0822702, 30.2099234 ] ], [ [ 120.0822702, 30.2099234 ], [ 120.0826606, 30.2095706 ] ], [ [ 120.0826606, 30.2095706 ], [ 120.0829427, 30.2091919 ] ], [ [ 120.0829427, 30.2091919 ], [ 120.0832074, 30.2086918 ] ], [ [ 120.0832074, 30.2086918 ], [ 120.0834075, 30.2083061 ] ], [ [ 120.0834075, 30.2083061 ], [ 120.0836572, 30.2079327 ] ], [ [ 120.0836572, 30.2079327 ], [ 120.0837211, 30.207785 ] ], [ [ 120.0837211, 30.207785 ], [ 120.0837766, 30.2076566 ] ], [ [ 120.0837766, 30.2076566 ], [ 120.0837959, 30.207612 ] ], [ [ 120.0837959, 30.207612 ], [ 120.0837959, 30.2072741 ] ], [ [ 120.0837959, 30.2072741 ], [ 120.0835991, 30.2068786 ] ], [ [ 120.0835991, 30.2068786 ], [ 120.0834586, 30.2066526 ] ], [ [ 120.0834586, 30.2066526 ], [ 120.0832614, 30.2063126 ] ], [ [ 120.0832614, 30.2063126 ], [ 120.0831173, 30.2061001 ] ], [ [ 120.0831173, 30.2061001 ], [ 120.0830834, 30.2060613 ] ], [ [ 120.0830834, 30.2060613 ], [ 120.0828778, 30.2057125 ] ], [ [ 120.0828778, 30.2057125 ], [ 120.0826531, 30.2053655 ] ], [ [ 120.0826531, 30.2053655 ], [ 120.0826198, 30.2053168 ] ], [ [ 120.0826198, 30.2053168 ], [ 120.0825892, 30.2052722 ] ], [ [ 120.0825892, 30.2052722 ], [ 120.08234, 30.2049082 ] ], [ [ 120.08234, 30.2049082 ], [ 120.0819562, 30.2043965 ] ], [ [ 120.0819562, 30.2043965 ], [ 120.0817542, 30.2041004 ] ], [ [ 120.0817542, 30.2041004 ], [ 120.0816532, 30.2039755 ] ], [ [ 120.0816532, 30.2039755 ], [ 120.0815398, 30.2038355 ] ], [ [ 120.0815398, 30.2038355 ], [ 120.0813545, 30.2036064 ] ], [ [ 120.0813545, 30.2036064 ], [ 120.0808494, 30.2031402 ] ], [ [ 120.0808494, 30.2031402 ], [ 120.0806674, 30.2028456 ] ], [ [ 120.0806674, 30.2028456 ], [ 120.0805634, 30.2024123 ] ], [ [ 120.0805634, 30.2024123 ], [ 120.080546, 30.2018316 ] ], [ [ 120.080546, 30.2018316 ], [ 120.0806154, 30.2011643 ] ], [ [ 120.0806154, 30.2011643 ], [ 120.0807733, 30.2006722 ] ], [ [ 120.0807733, 30.2006722 ], [ 120.0808783, 30.2002258 ] ], [ [ 120.0808783, 30.2002258 ], [ 120.0808494, 30.1999337 ] ], [ [ 120.0808494, 30.1999337 ], [ 120.0806587, 30.1995437 ] ], [ [ 120.0806587, 30.1995437 ], [ 120.0802081, 30.1989111 ] ], [ [ 120.0802081, 30.1989111 ], [ 120.0798787, 30.1983911 ] ], [ [ 120.0798787, 30.1983911 ], [ 120.0797921, 30.1980618 ] ], [ [ 120.0797921, 30.1980618 ], [ 120.0798097, 30.1978755 ] ], [ [ 120.0798097, 30.1978755 ], [ 120.0798679, 30.1976891 ] ], [ [ 120.0798679, 30.1976891 ], [ 120.0799992, 30.1974906 ] ], [ [ 120.0799992, 30.1974906 ], [ 120.0800693, 30.1973944 ] ], [ [ 120.0800693, 30.1973944 ], [ 120.0801387, 30.1972992 ] ], [ [ 120.0801387, 30.1972992 ], [ 120.0802921, 30.1970406 ] ], [ [ 120.0802921, 30.1970406 ], [ 120.0805179, 30.1966356 ] ], [ [ 120.0805179, 30.1966356 ], [ 120.0806693, 30.1961414 ] ], [ [ 120.0806693, 30.1961414 ], [ 120.080698, 30.1960183 ] ], [ [ 120.080698, 30.1960183 ], [ 120.0807878, 30.1956327 ] ], [ [ 120.0807878, 30.1956327 ], [ 120.080816, 30.195456 ] ], [ [ 120.080816, 30.195456 ], [ 120.0808697, 30.1951204 ] ], [ [ 120.0808697, 30.1951204 ], [ 120.0811787, 30.1939886 ] ], [ [ 120.0811787, 30.1939886 ], [ 120.0813173, 30.1935033 ] ], [ [ 120.0813173, 30.1935033 ], [ 120.081508, 30.1931307 ] ], [ [ 120.081508, 30.1931307 ], [ 120.0817082, 30.1927056 ] ], [ [ 120.0817082, 30.1927056 ], [ 120.0821993, 30.1916628 ] ], [ [ 120.0821993, 30.1916628 ], [ 120.0822617, 30.1915302 ] ], [ [ 120.0822617, 30.1915302 ], [ 120.082343, 30.1912764 ] ], [ [ 120.082343, 30.1912764 ], [ 120.082387, 30.1911757 ] ], [ [ 120.082387, 30.1911757 ], [ 120.0824356, 30.1910643 ] ], [ [ 120.0824356, 30.1910643 ], [ 120.0824708, 30.1907242 ] ], [ [ 120.0824708, 30.1907242 ], [ 120.08247, 30.1900801 ] ], [ [ 120.08247, 30.1900801 ], [ 120.0825653, 30.1898115 ] ], [ [ 120.0825653, 30.1898115 ], [ 120.082616, 30.1897291 ] ], [ [ 120.082616, 30.1897291 ], [ 120.0827039, 30.1895862 ] ], [ [ 120.0827039, 30.1895862 ], [ 120.0835792, 30.1887542 ] ], [ [ 120.0835792, 30.1887542 ], [ 120.0840472, 30.1883035 ] ], [ [ 120.0840472, 30.1883035 ], [ 120.0843505, 30.1879829 ] ], [ [ 120.0843505, 30.1879829 ], [ 120.0845932, 30.1874542 ] ], [ [ 120.0845932, 30.1874542 ], [ 120.0849312, 30.1868043 ] ], [ [ 120.0849312, 30.1868043 ], [ 120.0850092, 30.1865616 ] ], [ [ 120.0850092, 30.1865616 ], [ 120.0850872, 30.1862063 ] ], [ [ 120.0850872, 30.1862063 ], [ 120.0852518, 30.1859463 ] ], [ [ 120.0852518, 30.1859463 ], [ 120.0852936, 30.1858992 ] ], [ [ 120.0852936, 30.1858992 ], [ 120.0853909, 30.1857896 ] ], [ [ 120.0853909, 30.1857896 ], [ 120.0859365, 30.185175 ] ], [ [ 120.0859365, 30.185175 ], [ 120.0861531, 30.1849237 ] ], [ [ 120.0861531, 30.1849237 ], [ 120.0865258, 30.1846724 ] ], [ [ 120.0865258, 30.1846724 ], [ 120.0876264, 30.1841177 ] ], [ [ 120.0876264, 30.1841177 ], [ 120.0879557, 30.1839097 ] ], [ [ 120.0879557, 30.1839097 ], [ 120.0882157, 30.1836151 ] ], [ [ 120.0882157, 30.1836151 ], [ 120.0891441, 30.1824307 ] ], [ [ 120.0891441, 30.1824307 ], [ 120.089845, 30.1814745 ] ], [ [ 120.089845, 30.1814745 ], [ 120.0902176, 30.1810494 ] ], [ [ 120.0902176, 30.1810494 ], [ 120.0904157, 30.1808233 ] ], [ [ 120.0904157, 30.1808233 ], [ 120.0906164, 30.1805943 ] ], [ [ 120.0906164, 30.1805943 ], [ 120.0908841, 30.1802888 ] ], [ [ 120.0908841, 30.1802888 ], [ 120.0910574, 30.1801051 ] ], [ [ 120.0910574, 30.1801051 ], [ 120.0913458, 30.1796187 ] ], [ [ 120.0913458, 30.1796187 ], [ 120.0914989, 30.1790847 ] ], [ [ 120.0914989, 30.1790847 ], [ 120.0916735, 30.1784586 ] ], [ [ 120.0916735, 30.1784586 ], [ 120.0918277, 30.1778 ] ], [ [ 120.0918277, 30.1778 ], [ 120.0919369, 30.1774685 ] ], [ [ 120.0919369, 30.1774685 ], [ 120.092084, 30.177228 ] ], [ [ 120.092084, 30.177228 ], [ 120.0921582, 30.177147 ] ], [ [ 120.0921582, 30.177147 ], [ 120.0923217, 30.1769686 ] ], [ [ 120.0923217, 30.1769686 ], [ 120.0927335, 30.1767261 ] ], [ [ 120.0927335, 30.1767261 ], [ 120.0935547, 30.1763114 ] ], [ [ 120.0935547, 30.1763114 ], [ 120.0936844, 30.1762424 ] ], [ [ 120.0936844, 30.1762424 ], [ 120.0938297, 30.1761651 ] ], [ [ 120.0938297, 30.1761651 ], [ 120.0939246, 30.1761146 ] ], [ [ 120.0939246, 30.1761146 ], [ 120.0942214, 30.1759107 ] ], [ [ 120.0942214, 30.1759107 ], [ 120.0943422, 30.1757956 ] ], [ [ 120.0943422, 30.1757956 ], [ 120.0944671, 30.1756664 ] ], [ [ 120.0944671, 30.1756664 ], [ 120.0946834, 30.1754184 ] ], [ [ 120.0626904, 30.180111 ], [ 120.0632727, 30.1792968 ], [ 120.0634098, 30.1791051 ], [ 120.0639551, 30.1783613 ], [ 120.064213, 30.1780095 ], [ 120.0653277, 30.1765947 ], [ 120.0654612, 30.1764254 ], [ 120.0658618, 30.1758886 ], [ 120.0661874, 30.1754524 ], [ 120.0669979, 30.1743131 ], [ 120.067729, 30.1732548 ], [ 120.0679244, 30.1730004 ], [ 120.0685178, 30.1722278 ], [ 120.0691122, 30.1714551 ], [ 120.0698985, 30.1703972 ], [ 120.070288, 30.1699654 ], [ 120.0705748, 30.1696885 ], [ 120.0708473, 30.1694777 ], [ 120.0711412, 30.1692918 ], [ 120.0712852, 30.1692235 ], [ 120.0715627, 30.1690715 ], [ 120.0717335, 30.1689779 ] ], [ [ 120.0718624, 30.1690796 ], [ 120.0716957, 30.1691451 ], [ 120.0715986, 30.1691876 ], [ 120.071324, 30.1693286 ], [ 120.0709207, 30.1695708 ], [ 120.0708449, 30.1696162 ], [ 120.0705844, 30.1698331 ], [ 120.0702479, 30.170193 ], [ 120.0702115, 30.1702319 ], [ 120.0699702, 30.1705212 ], [ 120.0687513, 30.17217 ], [ 120.0680027, 30.173194 ], [ 120.0676758, 30.1736411 ], [ 120.0662586, 30.1756245 ], [ 120.0659799, 30.1759805 ], [ 120.0651879, 30.1770067 ], [ 120.064078, 30.1784242 ], [ 120.0639762, 30.1785542 ], [ 120.0635754, 30.1791047 ], [ 120.0633189, 30.1794571 ], [ 120.0627541, 30.1802422 ] ], [ [ 120.0628013, 30.2474999 ], [ 120.0629868, 30.2476476 ], [ 120.0631664, 30.2477919 ], [ 120.064011, 30.2484757 ], [ 120.0641462, 30.2485819 ], [ 120.0650451, 30.2493169 ], [ 120.0656048, 30.2497589 ], [ 120.0671181, 30.2509633 ], [ 120.0674391, 30.2512445 ], [ 120.067628, 30.2514189 ], [ 120.0677952, 30.2515793 ], [ 120.0681818, 30.2519886 ], [ 120.0682375, 30.2520544 ], [ 120.0687892, 30.2527066 ], [ 120.0690246, 30.2529785 ], [ 120.0694, 30.253364 ], [ 120.0696806, 30.2536085 ], [ 120.0699473, 30.2538102 ], [ 120.0702601, 30.2540268 ], [ 120.0710944, 30.2545919 ], [ 120.0716872, 30.2549818 ], [ 120.071932, 30.2551051 ], [ 120.0721625, 30.2551939 ], [ 120.0723498, 30.2552431 ], [ 120.0725947, 30.2552874 ], [ 120.072985, 30.255353 ], [ 120.0732843, 30.2553753 ] ], [ [ 120.0744014, 30.2557624 ], [ 120.0742082, 30.2556635 ], [ 120.0739842, 30.2555965 ], [ 120.073748, 30.2555351 ], [ 120.073482, 30.2554826 ], [ 120.07269, 30.2553681 ], [ 120.0722885, 30.2552913 ], [ 120.0720422, 30.2552171 ], [ 120.0717987, 30.2551148 ], [ 120.0715294, 30.2549578 ], [ 120.071077, 30.2546588 ], [ 120.0702541, 30.2541041 ], [ 120.0700021, 30.2539392 ], [ 120.069652, 30.2536655 ], [ 120.0693564, 30.2534142 ], [ 120.0689789, 30.2530091 ], [ 120.0687324, 30.2527446 ], [ 120.0681865, 30.2520875 ], [ 120.06812, 30.2520234 ], [ 120.0677296, 30.2516117 ], [ 120.0675577, 30.2514459 ], [ 120.0673632, 30.2512693 ], [ 120.0670682, 30.2510079 ], [ 120.0655738, 30.2498107 ], [ 120.0636919, 30.2483001 ], [ 120.0635647, 30.2482294 ] ], [ [ 120.0732843, 30.2553753 ], [ 120.0736239, 30.255422 ], [ 120.0740836, 30.2555245 ], [ 120.0744445, 30.2556271 ] ], [ [ 120.0744445, 30.2556271 ], [ 120.0745868, 30.2556853 ] ], [ [ 120.075371, 30.2560919 ], [ 120.0751505, 30.2560015 ], [ 120.0747829, 30.2558777 ], [ 120.0745477, 30.2558059 ] ], [ [ 120.0745868, 30.2556853 ], [ 120.0748267, 30.2557987 ], [ 120.075106, 30.2558885 ], [ 120.0754098, 30.2560146 ], [ 120.0757488, 30.2561664 ], [ 120.0760723, 30.2563496 ], [ 120.076686, 30.2567447 ], [ 120.0774404, 30.2572037 ], [ 120.0777302, 30.2573365 ], [ 120.0780468, 30.2574707 ], [ 120.0782808, 30.2575598 ], [ 120.0786589, 30.2576856 ], [ 120.0792526, 30.2578235 ], [ 120.0801464, 30.2580419 ], [ 120.0814429, 30.2583887 ], [ 120.0819022, 30.2585252 ], [ 120.0823964, 30.2586839 ], [ 120.0830369, 30.2588815 ], [ 120.0840627, 30.2592002 ], [ 120.0852698, 30.259571 ], [ 120.0856331, 30.2596835 ], [ 120.0859665, 30.2597784 ], [ 120.086802, 30.2599742 ], [ 120.0870689, 30.2600012 ] ], [ [ 120.0881395, 30.2604062 ], [ 120.0878939, 30.2603027 ], [ 120.0875275, 30.2602191 ], [ 120.087012, 30.2600894 ], [ 120.0860991, 30.2598683 ], [ 120.0859192, 30.2598247 ], [ 120.0855632, 30.2597321 ], [ 120.0852519, 30.2596349 ], [ 120.0840254, 30.2592519 ], [ 120.0830219, 30.2589377 ], [ 120.0823619, 30.2587338 ], [ 120.081897, 30.258584 ], [ 120.0814278, 30.2584467 ], [ 120.0806225, 30.2582351 ], [ 120.0801264, 30.2581014 ], [ 120.0800621, 30.2580863 ], [ 120.0794278, 30.2579288 ], [ 120.0788495, 30.2577986 ], [ 120.0785367, 30.2577155 ], [ 120.0782591, 30.2576246 ], [ 120.0780631, 30.2575513 ], [ 120.0776991, 30.2573837 ], [ 120.0774242, 30.2572631 ], [ 120.077147, 30.2571103 ], [ 120.0766446, 30.2567954 ], [ 120.0760108, 30.2563825 ], [ 120.0756674, 30.2561988 ], [ 120.075371, 30.2560919 ] ], [ [ 120.0870689, 30.2600012 ], [ 120.0881859, 30.2602541 ] ], [ [ 120.0881859, 30.2602541 ], [ 120.0883008, 30.2603021 ] ], [ [ 120.0882785, 30.2604401 ], [ 120.0881395, 30.2604062 ] ], [ [ 120.0892568, 30.26066 ], [ 120.0882785, 30.2604401 ] ], [ [ 120.0883008, 30.2603021 ], [ 120.0884601, 30.2603499 ], [ 120.0937852, 30.2616107 ] ], [ [ 120.0945373, 30.2619786 ], [ 120.0942312, 30.2618411 ], [ 120.0939892, 30.2617547 ], [ 120.0936291, 30.2616451 ], [ 120.093247, 30.2615558 ], [ 120.0909124, 30.2610098 ], [ 120.0901887, 30.260838 ], [ 120.0895933, 30.2607038 ], [ 120.0892568, 30.26066 ] ], [ [ 120.0937852, 30.2616107 ], [ 120.094197, 30.2617335 ], [ 120.0945667, 30.2618589 ] ], [ [ 120.0945667, 30.2618589 ], [ 120.0945373, 30.2619786 ] ], [ [ 120.0482254, 30.2367607 ], [ 120.0483461, 30.236968 ], [ 120.0484847, 30.2372805 ], [ 120.0485359, 30.2374148 ], [ 120.0485996, 30.2375819 ], [ 120.0486719, 30.2379015 ], [ 120.0486797, 30.2380106 ], [ 120.0486949, 30.238223 ], [ 120.0486792, 30.2386335 ], [ 120.0486678, 30.2388495 ], [ 120.0486337, 30.2390526 ], [ 120.0485717, 30.2393316 ], [ 120.0485154, 30.2395321 ], [ 120.0484772, 30.2396679 ], [ 120.0484159, 30.2398376 ], [ 120.0481545, 30.2407492 ], [ 120.0480983, 30.240949 ], [ 120.0480716, 30.2410437 ], [ 120.0479143, 30.241668 ], [ 120.0478857, 30.2417885 ], [ 120.0477491, 30.2422062 ], [ 120.0474251, 30.2431966 ], [ 120.0473053, 30.2436905 ], [ 120.0471722, 30.2442717 ], [ 120.0471386, 30.2444187 ] ], [ [ 120.047002, 30.2443711 ], [ 120.0470391, 30.2442211 ], [ 120.0471941, 30.2435943 ], [ 120.0473115, 30.2431853 ], [ 120.0474333, 30.2427489 ], [ 120.0477092, 30.2417598 ] ], [ [ 120.0396253, 30.2429268 ], [ 120.039776, 30.2429487 ], [ 120.040201, 30.2430505 ], [ 120.0403344, 30.2430788 ], [ 120.0406836, 30.2431529 ], [ 120.0410163, 30.2432031 ], [ 120.0415212, 30.2432848 ], [ 120.041938, 30.2433399 ], [ 120.0427371, 30.2434688 ], [ 120.043585, 30.2436265 ], [ 120.0441014, 30.2437014 ], [ 120.0451505, 30.2438797 ], [ 120.0454641, 30.2439798 ], [ 120.045738, 30.2440437 ], [ 120.0459786, 30.2440735 ], [ 120.0461535, 30.2440941 ], [ 120.0464851, 30.2441554 ], [ 120.0467585, 30.2441952 ], [ 120.0468934, 30.2442927 ], [ 120.047002, 30.2443711 ] ], [ [ 120.0469935, 30.2445045 ], [ 120.047002, 30.2443711 ] ], [ [ 120.0156996, 30.2398831 ], [ 120.0158713, 30.239623 ] ], [ [ 120.0158713, 30.239623 ], [ 120.0158869, 30.2399084 ] ], [ [ 120.0030739, 30.2386422 ], [ 120.0029653, 30.2396236 ], [ 120.0029564, 30.2415329 ] ], [ [ 120.0028743, 30.2442049 ], [ 120.0028098, 30.2429999 ], [ 120.0028047, 30.2429041 ], [ 120.0027118, 30.2413266 ], [ 120.0027549, 30.2397899 ], [ 120.0028163, 30.2386019 ] ], [ [ 120.0145929, 30.2451206 ], [ 120.0148846, 30.2437569 ], [ 120.0151043, 30.2427706 ], [ 120.0153764, 30.241549 ], [ 120.0156032, 30.2403468 ], [ 120.0156996, 30.2398831 ] ], [ [ 120.0158869, 30.2399084 ], [ 120.015818, 30.2403738 ], [ 120.0156893, 30.2409392 ], [ 120.0155703, 30.2415535 ], [ 120.015389, 30.242412 ], [ 120.0148954, 30.2447486 ], [ 120.0148406, 30.2451398 ] ], [ [ 120.0029564, 30.2415329 ], [ 120.0029849, 30.2423279 ], [ 120.0031098, 30.2441992 ], [ 120.0031094, 30.2442262 ] ], [ [ 120.0372628, 30.2428867 ], [ 120.0375076, 30.2427402 ], [ 120.0377389, 30.242686 ], [ 120.0379214, 30.2426904 ], [ 120.0381341, 30.2427135 ], [ 120.0388018, 30.2428003 ], [ 120.0396253, 30.2429268 ] ], [ [ 120.0372628, 30.2428867 ], [ 120.0373007, 30.2430837 ] ], [ [ 120.0028743, 30.2442049 ], [ 120.0031094, 30.2442262 ] ], [ [ 120.0029119, 30.244456 ], [ 120.0028743, 30.2442049 ] ], [ [ 120.0031094, 30.2442262 ], [ 120.0032013, 30.2442366 ], [ 120.0033676, 30.2442526 ], [ 120.0038465, 30.2442986 ], [ 120.0061863, 30.2444689 ] ], [ [ 120.0031094, 30.2442262 ], [ 120.0031143, 30.2444728 ] ], [ [ 120.0031143, 30.2444728 ], [ 120.0029119, 30.244456 ] ], [ [ 120.0394205, 30.2432095 ], [ 120.0397818, 30.2432126 ], [ 120.0403726, 30.243307 ], [ 120.0407783, 30.2433725 ], [ 120.0415398, 30.2435017 ], [ 120.0421431, 30.2436152 ], [ 120.0425679, 30.2437167 ] ], [ [ 120.0432702, 30.2439288 ], [ 120.0424452, 30.2438465 ], [ 120.0419509, 30.24379 ], [ 120.041259, 30.2436946 ], [ 120.0395828, 30.2434421 ], [ 120.0392165, 30.2433927 ], [ 120.0387237, 30.2433705 ], [ 120.0384911, 30.2433391 ], [ 120.0382948, 30.2432713 ], [ 120.038139, 30.2431946 ] ], [ [ 120.0355799, 30.2481894 ], [ 120.035776, 30.2471805 ] ], [ [ 120.035776, 30.2471805 ], [ 120.0358477, 30.2469252 ] ], [ [ 120.0358477, 30.2469252 ], [ 120.0360192, 30.246296 ] ], [ [ 120.0360192, 30.246296 ], [ 120.0361035, 30.2460426 ] ], [ [ 120.0361035, 30.2460426 ], [ 120.0361686, 30.2458845 ] ], [ [ 120.0361686, 30.2458845 ], [ 120.0363077, 30.2456113 ] ], [ [ 120.0363077, 30.2456113 ], [ 120.0364759, 30.2453289 ] ], [ [ 120.0364759, 30.2453289 ], [ 120.036648, 30.245085 ] ], [ [ 120.036648, 30.245085 ], [ 120.0368571, 30.2448399 ] ], [ [ 120.0368571, 30.2448399 ], [ 120.036991, 30.2445948 ] ], [ [ 120.036991, 30.2445948 ], [ 120.0370604, 30.2443894 ] ], [ [ 120.0370604, 30.2443894 ], [ 120.0371338, 30.2440364 ] ], [ [ 120.0371338, 30.2440364 ], [ 120.0372686, 30.2432667 ] ], [ [ 120.0372686, 30.2432667 ], [ 120.0372713, 30.2432515 ] ], [ [ 120.0372713, 30.2432515 ], [ 120.0373007, 30.2430837 ] ], [ [ 120.0061379, 30.2446899 ], [ 120.0038227, 30.2445049 ], [ 120.0033835, 30.2444808 ], [ 120.0032629, 30.2444741 ], [ 120.0032223, 30.2444719 ], [ 120.0031143, 30.2444728 ] ], [ [ 120.0061863, 30.2444689 ], [ 120.0090938, 30.2446943 ] ], [ [ 120.0090335, 30.2449218 ], [ 120.0061379, 30.2446899 ] ], [ [ 120.0090938, 30.2446943 ], [ 120.013732, 30.2450539 ], [ 120.0145929, 30.2451206 ] ], [ [ 120.0145929, 30.2451206 ], [ 120.0148406, 30.2451398 ] ], [ [ 120.0145411, 30.2453629 ], [ 120.0090335, 30.2449218 ] ], [ [ 120.0145411, 30.2453629 ], [ 120.0145929, 30.2451206 ] ], [ [ 120.0148406, 30.2451398 ], [ 120.0148003, 30.2453834 ] ], [ [ 120.0471675, 30.244563 ], [ 120.0469935, 30.2445045 ] ], [ [ 120.0471386, 30.2444187 ], [ 120.0473203, 30.244444 ], [ 120.0482824, 30.2445781 ], [ 120.0489966, 30.2446868 ], [ 120.0497416, 30.2447969 ] ], [ [ 120.0497213, 30.244915 ], [ 120.0488023, 30.2447796 ], [ 120.0482693, 30.244712 ], [ 120.047813, 30.244648 ], [ 120.0473356, 30.2445851 ], [ 120.0471675, 30.244563 ] ], [ [ 120.0512267, 30.2450451 ], [ 120.0506438, 30.245039 ], [ 120.0503572, 30.2450353 ], [ 120.0497213, 30.244915 ] ], [ [ 120.0497416, 30.2447969 ], [ 120.0502726, 30.2448724 ], [ 120.0507558, 30.2449054 ], [ 120.0514378, 30.2449016 ], [ 120.0520865, 30.244899 ], [ 120.0523995, 30.2448892 ], [ 120.0529346, 30.2448817 ], [ 120.0533788, 30.2449028 ], [ 120.0539131, 30.2449571 ], [ 120.0542199, 30.2449882 ], [ 120.0550984, 30.2450714 ], [ 120.0561235, 30.245188 ], [ 120.0564589, 30.2452239 ], [ 120.0566071, 30.2452398 ], [ 120.0570109, 30.2453079 ], [ 120.0575115, 30.2454244 ], [ 120.0579176, 30.2455284 ] ], [ [ 120.0578773, 30.245641 ], [ 120.0577357, 30.2455907 ], [ 120.0571777, 30.2454517 ], [ 120.056583, 30.2453555 ], [ 120.0556031, 30.2452473 ], [ 120.0554426, 30.2452302 ], [ 120.0550799, 30.2451915 ], [ 120.0547018, 30.2451511 ], [ 120.0541255, 30.2451266 ], [ 120.0534782, 30.2450567 ], [ 120.0528585, 30.2450444 ], [ 120.0524376, 30.2450436 ], [ 120.0521667, 30.245051 ], [ 120.0512267, 30.2450451 ] ], [ [ 120.0579176, 30.2455284 ], [ 120.0579804, 30.2455445 ] ], [ [ 120.026265, 30.2460715 ], [ 120.0274059, 30.2463082 ], [ 120.0275299, 30.2463339 ], [ 120.0278275, 30.246404 ], [ 120.0291241, 30.2467239 ], [ 120.029956, 30.2469163 ], [ 120.0314381, 30.2472518 ] ], [ [ 120.0314057, 30.2473874 ], [ 120.0301278, 30.2470708 ], [ 120.0295463, 30.2469285 ], [ 120.0290936, 30.2468312 ], [ 120.027774, 30.2465324 ], [ 120.0274761, 30.2464651 ], [ 120.0262245, 30.2461965 ] ], [ [ 120.0314381, 30.2472518 ], [ 120.0355799, 30.2481894 ] ], [ [ 120.0354008, 30.2482902 ], [ 120.0314057, 30.2473874 ] ], [ [ 120.0354008, 30.2482902 ], [ 120.0355799, 30.2481894 ] ], [ [ 120.0355799, 30.2481894 ], [ 120.03564, 30.2483443 ] ], [ [ 120.0484854, 30.2474311 ], [ 120.0488226, 30.2485164 ], [ 120.049087, 30.2492911 ], [ 120.0491302, 30.2496879 ] ], [ [ 119.9865157, 30.2384666 ], [ 119.9865107, 30.2397811 ], [ 119.9863458, 30.2397363 ], [ 119.9863668, 30.2384571 ] ], [ [ 119.9789162, 30.2486261 ], [ 119.9792078, 30.2479937 ], [ 119.9798416, 30.2466191 ], [ 119.9799079, 30.246448 ], [ 119.9800752, 30.2460583 ], [ 119.9801776, 30.2458236 ], [ 119.9801998, 30.2457681 ], [ 119.9803736, 30.24536 ], [ 119.9805406, 30.2447856 ], [ 119.9806089, 30.2443596 ], [ 119.9806567, 30.2437847 ], [ 119.9806342, 30.2432948 ], [ 119.980563, 30.2428446 ], [ 119.9805054, 30.2424563 ], [ 119.9804143, 30.2419729 ], [ 119.9803146, 30.2413307 ], [ 119.9802854, 30.2411422 ], [ 119.9801619, 30.2403578 ], [ 119.9800593, 30.239719 ], [ 119.9798902, 30.2385981 ], [ 119.9797132, 30.2376201 ], [ 119.9795513, 30.2370605 ], [ 119.9793457, 30.2363499 ], [ 119.9792762, 30.2360793 ], [ 119.9791667, 30.2356724 ], [ 119.9790916, 30.2351426 ] ], [ [ 119.9792292, 30.2351462 ], [ 119.9792725, 30.235606 ], [ 119.9793606, 30.2360624 ], [ 119.9793828, 30.2361777 ], [ 119.979471, 30.23647 ], [ 119.9797321, 30.2373561 ], [ 119.9798203, 30.2377691 ], [ 119.9799711, 30.2385282 ], [ 119.9802174, 30.2400147 ], [ 119.980276, 30.2404216 ], [ 119.9805078, 30.2420315 ], [ 119.9806953, 30.2431432 ], [ 119.9807468, 30.2436863 ], [ 119.98071, 30.2442516 ], [ 119.9806733, 30.2446169 ], [ 119.9805225, 30.2451218 ], [ 119.9804122, 30.245468 ], [ 119.980266, 30.245797 ], [ 119.9799363, 30.2466547 ], [ 119.9795053, 30.2475938 ], [ 119.979012, 30.2486683 ] ], [ [ 119.9770329, 30.2477421 ], [ 119.9773946, 30.2479225 ], [ 119.978228, 30.248315 ], [ 119.9789162, 30.2486261 ] ], [ [ 119.9788602, 30.2487362 ], [ 119.9779911, 30.2483552 ], [ 119.9770329, 30.2477421 ] ], [ [ 119.9789162, 30.2486261 ], [ 119.979012, 30.2486683 ] ], [ [ 119.9788602, 30.2487362 ], [ 119.9789162, 30.2486261 ] ], [ [ 119.986091, 30.2554023 ], [ 119.9863539, 30.2556571 ], [ 119.9870413, 30.2562797 ], [ 119.9876844, 30.2567777 ], [ 119.9881833, 30.2571225 ], [ 119.989026, 30.2576205 ], [ 119.9902267, 30.2583878 ], [ 119.9904031, 30.2585192 ] ], [ [ 119.9903048, 30.2586024 ], [ 119.9900668, 30.2584228 ], [ 119.9880574, 30.2571703 ], [ 119.9874604, 30.2567528 ], [ 119.987015, 30.2563926 ], [ 119.9860162, 30.2554799 ] ], [ [ 119.9904031, 30.2585192 ], [ 119.9911431, 30.2581051 ], [ 119.9929763, 30.2571928 ], [ 119.9941275, 30.2567687 ], [ 119.9941299, 30.256768 ], [ 119.9952494, 30.256451 ], [ 119.9966451, 30.2562452 ], [ 119.9968523, 30.2562269 ], [ 119.9998096, 30.2560579 ], [ 120.0008569, 30.2561068 ], [ 120.0021127, 30.2560658 ], [ 120.002633, 30.256018 ], [ 120.0041718, 30.2559633 ] ], [ [ 120.0042071, 30.2561278 ], [ 120.0041398, 30.2561298 ], [ 120.000852, 30.2562286 ], [ 119.999662, 30.2562745 ], [ 119.9968457, 30.2564475 ], [ 119.996584, 30.2564627 ], [ 119.9953442, 30.2566067 ], [ 119.9941665, 30.2569015 ], [ 119.9940191, 30.2569578 ], [ 119.9930551, 30.2573259 ], [ 119.9912935, 30.2582207 ], [ 119.9905673, 30.2586282 ] ], [ [ 119.9903048, 30.2586024 ], [ 119.9904031, 30.2585192 ] ], [ [ 119.9904031, 30.2585192 ], [ 119.9905673, 30.2586282 ] ], [ [ 119.9904411, 30.2587293 ], [ 119.9903048, 30.2586024 ] ], [ [ 119.9905673, 30.2586282 ], [ 119.9904411, 30.2587293 ] ], [ [ 119.9658748, 30.244494 ], [ 119.9667031, 30.2445566 ], [ 119.9669377, 30.2445747 ], [ 119.9672042, 30.2445986 ], [ 119.9675837, 30.2446326 ], [ 119.9680204, 30.2446966 ], [ 119.9693862, 30.2450405 ], [ 119.9704349, 30.2453023 ], [ 119.9705718, 30.2454195 ] ], [ [ 119.9705718, 30.2454195 ], [ 119.9703678, 30.2453741 ], [ 119.9681872, 30.2448134 ], [ 119.9678117, 30.2447531 ], [ 119.9673423, 30.2446836 ], [ 119.966927, 30.2446492 ], [ 119.9660817, 30.2445956 ], [ 119.9657906, 30.2445571 ] ], [ [ 119.9770329, 30.2477421 ], [ 119.9768768, 30.2476643 ] ], [ [ 119.9768768, 30.2476643 ], [ 119.9765723, 30.2475193 ] ], [ [ 119.9765723, 30.2475193 ], [ 119.9763526, 30.2473788 ] ], [ [ 119.9763526, 30.2473788 ], [ 119.9762556, 30.2473168 ] ], [ [ 119.9762556, 30.2473168 ], [ 119.9759714, 30.2471569 ] ], [ [ 119.9759714, 30.2471569 ], [ 119.9757691, 30.2470881 ] ], [ [ 119.9757691, 30.2470881 ], [ 119.9755051, 30.2469984 ] ], [ [ 119.9755051, 30.2469984 ], [ 119.9748111, 30.2467876 ] ], [ [ 119.9748111, 30.2467876 ], [ 119.9745428, 30.2466764 ] ], [ [ 119.9745428, 30.2466764 ], [ 119.9741673, 30.2463508 ] ], [ [ 119.9741673, 30.2463508 ], [ 119.9739742, 30.2461434 ] ], [ [ 119.9739742, 30.2461434 ], [ 119.9736646, 30.2459937 ] ], [ [ 119.9736646, 30.2459937 ], [ 119.9735719, 30.2459488 ] ], [ [ 119.9735719, 30.2459488 ], [ 119.9734711, 30.2459327 ] ], [ [ 119.9734711, 30.2459327 ], [ 119.9728284, 30.245809 ] ], [ [ 119.9728284, 30.245809 ], [ 119.972558, 30.2457866 ] ], [ [ 119.972558, 30.2457866 ], [ 119.971682, 30.2457741 ] ], [ [ 119.971682, 30.2457741 ], [ 119.9715463, 30.2457466 ] ], [ [ 119.9715463, 30.2457466 ], [ 119.9709673, 30.2455522 ] ], [ [ 119.9709673, 30.2455522 ], [ 119.9708352, 30.2455079 ] ], [ [ 119.9708352, 30.2455079 ], [ 119.9705718, 30.2454195 ] ], [ [ 119.9686721, 30.2627484 ], [ 119.9694988, 30.2626257 ], [ 119.9705542, 30.262346 ], [ 119.9720142, 30.2619675 ], [ 119.9723758, 30.2618469 ] ], [ [ 119.9724465, 30.262013 ], [ 119.9702311, 30.2625632 ], [ 119.9693969, 30.2627369 ], [ 119.9687109, 30.2628423 ] ], [ [ 119.979012, 30.2486683 ], [ 119.9789468, 30.2487719 ] ], [ [ 119.9789468, 30.2487719 ], [ 119.9788602, 30.2487362 ] ], [ [ 119.979012, 30.2486683 ], [ 119.9796603, 30.248954 ], [ 119.9800327, 30.2491573 ], [ 119.9804684, 30.2494539 ], [ 119.9808365, 30.2497923 ], [ 119.9811893, 30.2501394 ], [ 119.9814246, 30.2504019 ], [ 119.9818166, 30.2509438 ], [ 119.9820853, 30.2512998 ], [ 119.9824085, 30.2517182 ], [ 119.982692, 30.2520245 ], [ 119.9827514, 30.2520887 ], [ 119.9831023, 30.2523799 ], [ 119.9836009, 30.2527751 ], [ 119.9841549, 30.2532283 ], [ 119.9845747, 30.2536876 ], [ 119.9846942, 30.2538388 ], [ 119.9849004, 30.2540997 ], [ 119.985489, 30.2547281 ], [ 119.9858106, 30.2551304 ], [ 119.986091, 30.2554023 ] ], [ [ 119.9860162, 30.2554799 ], [ 119.9857071, 30.2551974 ], [ 119.9854706, 30.2549359 ], [ 119.9848517, 30.2542513 ], [ 119.984351, 30.2536312 ], [ 119.9838376, 30.2531344 ], [ 119.9833875, 30.252788 ], [ 119.982859, 30.2523444 ], [ 119.9823937, 30.2518872 ], [ 119.9817172, 30.2510223 ], [ 119.9814596, 30.2506637 ], [ 119.9812055, 30.2503101 ], [ 119.9810633, 30.2501546 ], [ 119.9806937, 30.2498107 ], [ 119.9800587, 30.2493195 ], [ 119.9791383, 30.2488508 ], [ 119.9789468, 30.2487719 ] ], [ [ 119.9862015, 30.2681231 ], [ 119.9862284, 30.2672022 ], [ 119.9863094, 30.2663012 ], [ 119.9863951, 30.2659166 ], [ 119.98647, 30.2655097 ], [ 119.9867048, 30.2645592 ], [ 119.9870556, 30.26355 ], [ 119.9873899, 30.2627338 ], [ 119.9874919, 30.2625463 ], [ 119.9877229, 30.2621379 ], [ 119.9879179, 30.2618058 ], [ 119.9883653, 30.2610437 ], [ 119.9885341, 30.2607762 ], [ 119.9888141, 30.2603325 ], [ 119.9895124, 30.2593485 ], [ 119.9901886, 30.2587299 ], [ 119.9903048, 30.2586024 ] ], [ [ 119.9904411, 30.2587293 ], [ 119.9903302, 30.2588273 ], [ 119.9896305, 30.2594662 ], [ 119.9894037, 30.2597133 ], [ 119.9890526, 30.2602137 ], [ 119.9886659, 30.2608326 ], [ 119.9886463, 30.2608639 ], [ 119.9880709, 30.2618235 ], [ 119.987712, 30.2625215 ], [ 119.9875926, 30.2627057 ], [ 119.9872632, 30.2633987 ], [ 119.9872274, 30.263474 ], [ 119.9870078, 30.2640853 ], [ 119.98659, 30.2656484 ], [ 119.9864177, 30.2667004 ], [ 119.9863712, 30.2672594 ], [ 119.9863748, 30.2681113 ] ], [ [ 119.9863748, 30.2681113 ], [ 119.9867833, 30.2680874 ], [ 119.9872775, 30.2680669 ], [ 119.9892469, 30.2679803 ], [ 119.9899179, 30.2679548 ], [ 119.9912349, 30.2679032 ], [ 119.9916433, 30.2678968 ], [ 119.9919857, 30.2679233 ], [ 119.9921642, 30.2679498 ] ], [ [ 119.9921642, 30.2679498 ], [ 119.9929851, 30.2680541 ], [ 119.9949933, 30.2683192 ] ], [ [ 119.9921406, 30.2680606 ], [ 119.9916305, 30.2680073 ], [ 119.9912414, 30.267999 ], [ 119.9899227, 30.2680568 ], [ 119.9897759, 30.2680667 ], [ 119.9894278, 30.2680883 ], [ 119.986811, 30.2682507 ], [ 119.9863734, 30.2682768 ] ], [ [ 119.9949626, 30.2684556 ], [ 119.9926574, 30.2681475 ], [ 119.9921406, 30.2680606 ] ], [ [ 119.9949933, 30.2683192 ], [ 119.9951183, 30.2683396 ] ], [ [ 119.9644545, 30.2628207 ], [ 119.9658868, 30.2628294 ], [ 119.9660748, 30.2628327 ], [ 119.9663509, 30.2628434 ], [ 119.9675402, 30.2628359 ], [ 119.9686721, 30.2627484 ] ], [ [ 119.9687109, 30.2628423 ], [ 119.9685842, 30.2628551 ], [ 119.9677795, 30.2629292 ], [ 119.9663455, 30.2629106 ], [ 119.9656847, 30.2629246 ], [ 119.9645049, 30.2629381 ] ], [ [ 119.9787422, 30.2633769 ], [ 119.9792572, 30.2632389 ], [ 119.9794333, 30.2632126 ], [ 119.9807828, 30.2630323 ], [ 119.982383, 30.2629069 ], [ 119.9832486, 30.2628386 ] ], [ [ 119.9831463, 30.2629982 ], [ 119.9807887, 30.2631603 ], [ 119.979565, 30.2632844 ], [ 119.9791873, 30.2633775 ], [ 119.9787605, 30.2634834 ] ], [ [ 119.9738981, 30.2654182 ], [ 119.9777655, 30.2637627 ], [ 119.9787422, 30.2633769 ] ], [ [ 119.9787605, 30.2634834 ], [ 119.9777201, 30.2638949 ], [ 119.9764942, 30.2644658 ], [ 119.9757162, 30.2648282 ], [ 119.9739815, 30.2655913 ] ], [ [ 120.0148003, 30.2453834 ], [ 120.0145411, 30.2453629 ] ], [ [ 120.0148406, 30.2451398 ], [ 120.0175067, 30.2453465 ], [ 120.0192278, 30.2454637 ], [ 120.0197177, 30.245497 ], [ 120.0205079, 30.2455508 ], [ 120.0225594, 30.2456979 ], [ 120.0230804, 30.2457353 ], [ 120.026265, 30.2460715 ] ], [ [ 120.0262245, 30.2461965 ], [ 120.025081, 30.2461127 ], [ 120.023083, 30.2459663 ], [ 120.0225143, 30.2459234 ], [ 120.0204897, 30.2457708 ], [ 120.0197184, 30.2457261 ], [ 120.0192407, 30.2456984 ], [ 120.0189377, 30.2456808 ], [ 120.0178654, 30.2456187 ], [ 120.0175067, 30.2455979 ], [ 120.0148003, 30.2453834 ] ], [ [ 120.0148003, 30.2453834 ], [ 120.0146219, 30.2462569 ], [ 120.0143314, 30.247981 ], [ 120.0141737, 30.2489766 ], [ 120.0140716, 30.2500116 ], [ 120.014036, 30.2505817 ] ], [ [ 120.0138049, 30.2506078 ], [ 120.0139012, 30.2495909 ], [ 120.0140666, 30.2481998 ], [ 120.0145411, 30.2453629 ] ], [ [ 120.0031143, 30.2444728 ], [ 120.003273, 30.2460911 ], [ 120.003328, 30.2466519 ], [ 120.003329, 30.2466693 ], [ 120.003331, 30.2467042 ], [ 120.0033413, 30.2468864 ], [ 120.0033882, 30.2477084 ], [ 120.0033988, 30.2478566 ], [ 120.0034878, 30.2491024 ], [ 120.0038541, 30.2517146 ] ], [ [ 120.0036734, 30.2530418 ], [ 120.0035103, 30.2517445 ], [ 120.003292, 30.250089 ], [ 120.0030974, 30.2482528 ], [ 120.0030943, 30.247879 ], [ 120.0030887, 30.2471884 ], [ 120.0030696, 30.2468926 ], [ 120.0030181, 30.246097 ], [ 120.0029437, 30.2449475 ], [ 120.0029119, 30.244456 ] ], [ [ 120.0038541, 30.2517146 ], [ 120.0040531, 30.2530361 ] ], [ [ 120.03564, 30.2483443 ], [ 120.0354008, 30.2482902 ] ], [ [ 120.0355799, 30.2481894 ], [ 120.0383353, 30.2488093 ], [ 120.0402987, 30.2492921 ], [ 120.0426307, 30.2498378 ] ], [ [ 120.0425982, 30.2499822 ], [ 120.03564, 30.2483443 ] ], [ [ 120.0426307, 30.2498378 ], [ 120.0427771, 30.2498684 ] ], [ [ 120.0427476, 30.2500155 ], [ 120.0425982, 30.2499822 ] ], [ [ 120.0342608, 30.2550909 ], [ 120.0343497, 30.2546981 ], [ 120.0344017, 30.2543839 ], [ 120.0344351, 30.2541777 ], [ 120.0346276, 30.2528066 ], [ 120.034706, 30.2523958 ], [ 120.0347999, 30.2517969 ], [ 120.0348219, 30.2517117 ], [ 120.0348794, 30.2514889 ], [ 120.0349452, 30.2511203 ], [ 120.0350894, 30.2502812 ], [ 120.0352102, 30.2495911 ], [ 120.0352215, 30.2491625 ], [ 120.0354008, 30.2482902 ] ], [ [ 120.03564, 30.2483443 ], [ 120.0355252, 30.2489677 ], [ 120.0352858, 30.2503135 ], [ 120.0351416, 30.2511526 ], [ 120.0350758, 30.2515212 ], [ 120.0350357, 30.2517557 ], [ 120.034845, 30.2528699 ], [ 120.0346147, 30.2544701 ], [ 120.0345678, 30.2547627 ], [ 120.0344865, 30.2551194 ], [ 120.0344779, 30.2551536 ] ], [ [ 120.014036, 30.2505817 ], [ 120.0140425, 30.2508036 ], [ 120.0140425, 30.2510694 ], [ 120.0140781, 30.2517153 ], [ 120.0141717, 30.2529693 ], [ 120.0142444, 30.2533391 ], [ 120.0145437, 30.2549522 ], [ 120.0147023, 30.2555641 ], [ 120.0147166, 30.2556739 ] ], [ [ 120.0145385, 30.2556793 ], [ 120.0145156, 30.2555582 ], [ 120.0143144, 30.2547547 ], [ 120.0140225, 30.2533592 ], [ 120.0139464, 30.2527049 ], [ 120.0138562, 30.2516968 ], [ 120.0138379, 30.2510852 ], [ 120.0138206, 30.2508207 ], [ 120.0138049, 30.2506078 ] ], [ [ 120.0041718, 30.2559633 ], [ 120.0039958, 30.2550777 ], [ 120.0038037, 30.2538188 ], [ 120.0036734, 30.2530418 ] ], [ [ 120.0040531, 30.2530361 ], [ 120.0042684, 30.2543512 ], [ 120.0045165, 30.2559835 ] ], [ [ 120.0145385, 30.2556793 ], [ 120.0147166, 30.2556739 ] ], [ [ 120.0147166, 30.2556739 ], [ 120.0147857, 30.2558024 ] ], [ [ 120.014562, 30.2557971 ], [ 120.0145385, 30.2556793 ] ], [ [ 120.0084922, 30.2557974 ], [ 120.0117109, 30.2557325 ], [ 120.0145385, 30.2556793 ] ], [ [ 120.0147857, 30.2558024 ], [ 120.014562, 30.2557971 ] ], [ [ 120.014562, 30.2557971 ], [ 120.0085074, 30.2559254 ] ], [ [ 120.0045165, 30.2559835 ], [ 120.0084922, 30.2557974 ] ], [ [ 120.0041718, 30.2559633 ], [ 120.004255721798572, 30.255968217958607 ] ], [ [ 120.004255721798572, 30.255968217958607 ], [ 120.004415458496752, 30.255977578797896 ] ], [ [ 120.004415458496752, 30.255977578797896 ], [ 120.0045165, 30.2559835 ] ], [ [ 120.0085074, 30.2559254 ], [ 120.0046795, 30.2561483 ], [ 120.0045533, 30.2561557 ] ], [ [ 120.0042071, 30.2561278 ], [ 120.0041718, 30.2559633 ] ], [ [ 120.0045165, 30.2559835 ], [ 120.0045533, 30.2561557 ] ], [ [ 120.0045533, 30.2561557 ], [ 120.004447745725003, 30.25614719345964 ] ], [ [ 120.004447745725003, 30.25614719345964 ], [ 120.004285534445614, 30.25613412097352 ] ], [ [ 120.004285534445614, 30.25613412097352 ], [ 120.0042071, 30.2561278 ] ], [ [ 120.0335021, 30.2590667 ], [ 120.0335087, 30.2582498 ], [ 120.0335147, 30.25815 ], [ 120.0335284, 30.257922 ], [ 120.0335851, 30.2575154 ], [ 120.0336352, 30.257236 ], [ 120.0337007, 30.2569336 ], [ 120.0337858, 30.2566481 ], [ 120.0339299, 30.2562237 ], [ 120.0340019, 30.2559 ], [ 120.0341995, 30.2553254 ], [ 120.0342608, 30.2550909 ] ], [ [ 120.0344779, 30.2551536 ], [ 120.034421, 30.2553794 ], [ 120.0342394, 30.2559178 ], [ 120.0341285, 30.2562466 ], [ 120.0339822, 30.2566804 ], [ 120.0338971, 30.2569659 ], [ 120.0338316, 30.2572683 ], [ 120.0337815, 30.2575477 ], [ 120.0337248, 30.2579543 ], [ 120.0337051, 30.2582821 ], [ 120.0336984, 30.2591106 ] ], [ [ 120.0242062, 30.2571495 ], [ 120.0262001, 30.2574828 ], [ 120.0267078, 30.2575677 ], [ 120.029249, 30.2581157 ], [ 120.0293666, 30.2581422 ], [ 120.0294412, 30.258159 ], [ 120.0294521, 30.2581615 ] ], [ [ 120.0147166, 30.2556739 ], [ 120.017014, 30.2556923 ], [ 120.0181617, 30.2558355 ], [ 120.0196128, 30.2561619 ], [ 120.0200082, 30.2562509 ], [ 120.0216093, 30.2566874 ], [ 120.02296, 30.2569257 ], [ 120.0242062, 30.2571495 ] ], [ [ 120.0241859, 30.2573055 ], [ 120.0231282, 30.2571134 ], [ 120.0216186, 30.2568158 ], [ 120.02003, 30.2563868 ], [ 120.0195851, 30.2562857 ], [ 120.0193864, 30.2562405 ], [ 120.018163, 30.2559624 ], [ 120.0170189, 30.2558183 ], [ 120.0165195, 30.2558147 ], [ 120.0147857, 30.2558024 ] ], [ [ 120.0045533, 30.2561557 ], [ 120.004697014036921, 30.257348966602287 ] ], [ [ 120.004697014036921, 30.257348966602287 ], [ 120.0047427, 30.2577283 ], [ 120.0049136, 30.2586024 ], [ 120.0049391, 30.2587431 ], [ 120.0049643, 30.2589456 ], [ 120.0049772, 30.2590272 ], [ 120.004788251604467, 30.259064682708647 ] ], [ [ 120.004788251604467, 30.259064682708647 ], [ 120.0047433, 30.2590736 ], [ 120.0047222, 30.2589589 ], [ 120.0046938, 30.2587571 ], [ 120.0046726, 30.2586306 ], [ 120.0046324, 30.2583902 ], [ 120.0044278, 30.2571676 ], [ 120.0042071, 30.2561278 ] ], [ [ 120.0067877, 30.270016 ], [ 120.0067366, 30.2696541 ], [ 120.0063955, 30.2677969 ], [ 120.0062483, 30.2669656 ], [ 120.006086, 30.2661475 ], [ 120.0058657, 30.2649964 ], [ 120.0057733, 30.2645896 ], [ 120.0049827, 30.2601245 ], [ 120.0048941, 30.259624 ], [ 120.004788251604467, 30.259064682708647 ] ], [ [ 120.004788251604467, 30.259064682708647 ], [ 120.0047674, 30.2589545 ], [ 120.004633, 30.2581763 ], [ 120.0043421, 30.2564489 ], [ 120.004285534445614, 30.25613412097352 ] ], [ [ 120.004285534445614, 30.25613412097352 ], [ 120.004255721798572, 30.255968217958607 ] ], [ [ 120.004255721798572, 30.255968217958607 ], [ 120.0041509, 30.2553849 ], [ 120.0041267, 30.2552161 ], [ 120.0041058, 30.2550375 ], [ 120.0039179, 30.2538303 ], [ 120.0038239, 30.2533779 ], [ 120.0036734, 30.2530418 ] ], [ [ 120.0040531, 30.2530361 ], [ 120.0039898, 30.2533406 ], [ 120.0040551, 30.2538058 ], [ 120.0042629, 30.2551646 ], [ 120.0042735, 30.2552231 ], [ 120.004303, 30.2553868 ], [ 120.004415458496752, 30.255977578797896 ] ], [ [ 120.004415458496752, 30.255977578797896 ], [ 120.004447745725003, 30.25614719345964 ] ], [ [ 120.004447745725003, 30.25614719345964 ], [ 120.0044921, 30.2563802 ], [ 120.004697014036921, 30.257348966602287 ] ], [ [ 120.004697014036921, 30.257348966602287 ], [ 120.0049915, 30.2587412 ], [ 120.0050152, 30.2589433 ], [ 120.005108, 30.2595748 ], [ 120.0051322, 30.259709 ], [ 120.0058907, 30.2637332 ], [ 120.006056, 30.2645682 ], [ 120.0061498, 30.265002 ], [ 120.0062392, 30.2654077 ], [ 120.0065749, 30.2669311 ], [ 120.0067354, 30.2677758 ], [ 120.0070562, 30.2696265 ], [ 120.0071128, 30.2700598 ] ], [ [ 120.0184032, 30.272358 ], [ 120.0184229, 30.2718035 ], [ 120.0183517, 30.2704415 ], [ 120.0182992, 30.2699056 ], [ 120.01827, 30.2696127 ], [ 120.0182363, 30.2693809 ], [ 120.018232, 30.2693514 ], [ 120.0182169, 30.2692477 ], [ 120.0181811, 30.2690019 ], [ 120.0176292, 30.2669289 ], [ 120.0169193, 30.2643427 ], [ 120.016649, 30.263366 ], [ 120.0164079, 30.2624522 ], [ 120.0163663, 30.2622947 ], [ 120.0159311, 30.2607395 ], [ 120.0157897, 30.2602378 ], [ 120.0157629, 30.2601425 ], [ 120.0157263, 30.2600127 ], [ 120.015594, 30.2594491 ], [ 120.015132, 30.2577548 ], [ 120.0149933, 30.257292 ], [ 120.014562, 30.2557971 ] ], [ [ 120.0147857, 30.2558024 ], [ 120.0153364, 30.2577571 ], [ 120.0153993, 30.2579906 ], [ 120.0154154, 30.2580506 ], [ 120.0155769, 30.2586503 ], [ 120.0157787, 30.2593994 ], [ 120.0159748, 30.2600773 ], [ 120.0160336, 30.2602807 ], [ 120.0162953, 30.2612495 ], [ 120.0166075, 30.262405 ], [ 120.0168726, 30.2633964 ], [ 120.0174886, 30.2656845 ], [ 120.0178467, 30.2670149 ], [ 120.0183145, 30.2687369 ], [ 120.0184553, 30.2693771 ], [ 120.0184663, 30.2694273 ], [ 120.0184972, 30.2696487 ], [ 120.018534, 30.2699789 ], [ 120.0185855, 30.2705173 ], [ 120.0186231, 30.2716675 ], [ 120.018644, 30.2721986 ], [ 120.0186565, 30.2724018 ] ], [ [ 120.0013966, 30.2692388 ], [ 120.0014925, 30.2692529 ], [ 120.0020605, 30.2693362 ], [ 120.0024861, 30.2693946 ], [ 120.0029846, 30.269463 ], [ 120.0039295, 30.2695951 ], [ 120.0056236, 30.269832 ], [ 120.0061059, 30.2698994 ], [ 120.0066701, 30.2699959 ], [ 120.0067877, 30.270016 ] ], [ [ 120.0579804, 30.2455445 ], [ 120.0581104, 30.2456438 ], [ 120.0595046, 30.2460987 ], [ 120.061394, 30.2467188 ], [ 120.061739, 30.2468348 ], [ 120.0622047, 30.2470742 ], [ 120.0624806, 30.2472335 ], [ 120.0626819, 30.2473656 ], [ 120.0628013, 30.2474999 ] ], [ [ 120.0635647, 30.2482294 ], [ 120.0627296, 30.2475728 ], [ 120.0625692, 30.2474052 ], [ 120.0622559, 30.2471954 ], [ 120.0619125, 30.2470099 ], [ 120.0616229, 30.2468798 ], [ 120.061362, 30.2467746 ], [ 120.0609142, 30.2466169 ], [ 120.0595062, 30.2461587 ], [ 120.0586774, 30.2459002 ], [ 120.0585213, 30.2458751 ], [ 120.0578773, 30.245641 ] ], [ [ 120.0573277, 30.2824824 ], [ 120.0579994, 30.2825278 ], [ 120.0584967, 30.2825527 ], [ 120.0605811, 30.2826577 ] ], [ [ 120.0605743, 30.2827541 ], [ 120.0595391, 30.2827238 ], [ 120.0584974, 30.2826729 ], [ 120.0578418, 30.2826413 ], [ 120.057314, 30.2825784 ] ], [ [ 120.0605811, 30.2826577 ], [ 120.06135, 30.282677 ], [ 120.0617025, 30.2826893 ], [ 120.0623525, 30.2827242 ], [ 120.0629205, 30.2827461 ], [ 120.0647941, 30.2828182 ] ], [ [ 120.0647052, 30.2829226 ], [ 120.0631635, 30.2828534 ], [ 120.0616742, 30.2827866 ], [ 120.0613412, 30.282774 ], [ 120.0605743, 30.2827541 ] ], [ [ 120.0427771, 30.2498684 ], [ 120.0434465, 30.250032 ], [ 120.0455696, 30.2505435 ], [ 120.046392, 30.2507416 ], [ 120.0472946, 30.2509396 ], [ 120.0476747, 30.2509824 ], [ 120.0480434, 30.2509936 ], [ 120.0484645, 30.2509673 ], [ 120.0488813, 30.2509085 ], [ 120.0491322, 30.2508631 ], [ 120.0492532, 30.2508451 ], [ 120.0494604, 30.2508142 ] ], [ [ 120.0495371, 30.2509304 ], [ 120.0493393, 30.2509703 ], [ 120.0492192, 30.2509945 ], [ 120.0489568, 30.2510496 ], [ 120.0486274, 30.2511023 ], [ 120.0482849, 30.2511301 ], [ 120.0478357, 30.2511271 ], [ 120.0473707, 30.251084 ], [ 120.0468226, 30.2509707 ], [ 120.0463697, 30.2508577 ], [ 120.0461681, 30.2508074 ], [ 120.0434306, 30.2501656 ], [ 120.0427476, 30.2500155 ] ], [ [ 120.0494604, 30.2508142 ], [ 120.0496957, 30.2508341 ] ], [ [ 120.0496957, 30.2508341 ], [ 120.0495371, 30.2509304 ] ], [ [ 120.0434926, 30.2806356 ], [ 120.0440039, 30.2806925 ], [ 120.0444192, 30.2807195 ], [ 120.0447405, 30.2807265 ], [ 120.0452684, 30.2807375 ], [ 120.0467694, 30.2807445 ], [ 120.0471757, 30.2807501 ], [ 120.0484116, 30.2807506 ], [ 120.0489597, 30.2807485 ], [ 120.0497852, 30.28076 ], [ 120.0498479, 30.2807652 ], [ 120.050191, 30.2807934 ], [ 120.050591, 30.2808465 ], [ 120.0509123, 30.280898 ], [ 120.0513041, 30.2809836 ], [ 120.0514614, 30.2810203 ], [ 120.052245, 30.2812053 ], [ 120.0531793, 30.2814379 ] ], [ [ 120.0294133, 30.2583381 ], [ 120.0293532, 30.2583242 ], [ 120.0289531, 30.2582319 ], [ 120.0265853, 30.2577004 ], [ 120.0241859, 30.2573055 ] ], [ [ 120.0294521, 30.2581615 ], [ 120.0295724, 30.2581885 ], [ 120.0335021, 30.2590667 ] ], [ [ 120.0334979, 30.2592749 ], [ 120.030778, 30.258653 ], [ 120.0295368, 30.2583666 ], [ 120.0294133, 30.2583381 ] ], [ [ 120.0335021, 30.2590667 ], [ 120.0336984, 30.2591106 ] ], [ [ 120.0334979, 30.2592749 ], [ 120.033502, 30.2590783 ], [ 120.0335021, 30.2590667 ] ], [ [ 120.0336984, 30.2591106 ], [ 120.0336954, 30.2592554 ], [ 120.033695, 30.2592736 ], [ 120.033694, 30.2593197 ] ], [ [ 120.033694, 30.2593197 ], [ 120.0334979, 30.2592749 ] ], [ [ 120.033694, 30.2593197 ], [ 120.0336937, 30.2594935 ], [ 120.0336968, 30.2598547 ], [ 120.0337071, 30.2604108 ], [ 120.0337179, 30.2609921 ], [ 120.0337201, 30.2617446 ], [ 120.0337271, 30.2623624 ], [ 120.0337441, 30.2641984 ], [ 120.0337416, 30.265122 ], [ 120.0337393, 30.2655742 ], [ 120.0337383, 30.2657595 ], [ 120.0337369, 30.2660343 ], [ 120.0337351, 30.2661267 ], [ 120.0337277, 30.2663364 ], [ 120.033734, 30.2666508 ], [ 120.0337226, 30.26712 ], [ 120.0337157, 30.267407 ], [ 120.0336907, 30.267785 ], [ 120.0336746, 30.2680914 ], [ 120.0336524, 30.2684272 ], [ 120.0336281, 30.2687801 ], [ 120.0335934, 30.269349 ], [ 120.0335718, 30.2699179 ], [ 120.0335755, 30.2702235 ], [ 120.0336012, 30.2705159 ], [ 120.033691, 30.2710077 ], [ 120.0337367, 30.2711477 ], [ 120.0337839, 30.2712925 ], [ 120.0339032, 30.2715736 ], [ 120.034, 30.2718113 ], [ 120.0341232, 30.2720529 ], [ 120.0342747, 30.2722773 ], [ 120.0344503, 30.2725284 ], [ 120.034612, 30.2727241 ], [ 120.0351952, 30.2733039 ] ], [ [ 120.0351007, 30.2733664 ], [ 120.0344625, 30.2727416 ], [ 120.0344211, 30.2726915 ], [ 120.0343008, 30.2725459 ], [ 120.0341252, 30.2722948 ], [ 120.0339737, 30.2720704 ], [ 120.0338801, 30.2718868 ], [ 120.0338505, 30.2718288 ], [ 120.0337537, 30.2715911 ], [ 120.0336344, 30.27131 ], [ 120.0335415, 30.2710252 ], [ 120.0334517, 30.2705334 ], [ 120.033426, 30.270241 ], [ 120.0334223, 30.2699354 ], [ 120.0334439, 30.2693665 ], [ 120.03349, 30.2687752 ], [ 120.0335422, 30.2681039 ], [ 120.0335641, 30.267799 ], [ 120.0335703, 30.2673955 ], [ 120.0335376, 30.2666185 ], [ 120.0335313, 30.2663041 ], [ 120.0335335, 30.2661954 ], [ 120.0335343, 30.2661532 ], [ 120.0335405, 30.266002 ], [ 120.0335416, 30.265785 ], [ 120.0335425, 30.2656077 ], [ 120.0335426, 30.265602 ], [ 120.0335452, 30.2650897 ], [ 120.0335477, 30.2641661 ], [ 120.0335307, 30.2623257 ], [ 120.0335228, 30.2616165 ], [ 120.0335215, 30.2609598 ], [ 120.0335092, 30.2602496 ], [ 120.0334742, 30.260015 ], [ 120.0334713, 30.2598107 ], [ 120.0334662, 30.2594493 ], [ 120.0334656, 30.2594064 ], [ 120.0334976, 30.2592874 ], [ 120.0334979, 30.2592749 ] ], [ [ 120.0186565, 30.2724018 ], [ 120.0217238, 30.272807 ], [ 120.0224662, 30.2729232 ], [ 120.0226089, 30.2729426 ], [ 120.0252799, 30.2733782 ], [ 120.0260788, 30.2734488 ], [ 120.0274955, 30.2734412 ] ], [ [ 120.0275093, 30.2735822 ], [ 120.0263764, 30.2735857 ], [ 120.0256905, 30.2735587 ], [ 120.0251866, 30.2735124 ], [ 120.0249778, 30.2734785 ], [ 120.0226127, 30.2731096 ], [ 120.0220184, 30.2730049 ], [ 120.0218569, 30.2729765 ], [ 120.0207151, 30.2728083 ], [ 120.0204482, 30.2727559 ], [ 120.0201194, 30.2727147 ], [ 120.0189161, 30.2726006 ], [ 120.018644, 30.27258 ] ], [ [ 120.0351007, 30.2733664 ], [ 120.0351952, 30.2733039 ] ], [ [ 120.0351952, 30.2733039 ], [ 120.0352876, 30.2733958 ] ], [ [ 120.0274955, 30.2734412 ], [ 120.0280445, 30.2734328 ], [ 120.0296004, 30.2734261 ], [ 120.0310715, 30.2734199 ], [ 120.0320006, 30.2734165 ], [ 120.0339268, 30.2734135 ], [ 120.0351007, 30.2733664 ] ], [ [ 120.0351917, 30.2734657 ], [ 120.035112, 30.2733775 ], [ 120.0351007, 30.2733664 ] ], [ [ 120.006875, 30.2701485 ], [ 120.0058883, 30.2699874 ], [ 120.0056089, 30.2699481 ], [ 120.0039141, 30.2697099 ], [ 120.0024578, 30.2695062 ], [ 120.0020399, 30.2694477 ], [ 120.0016516, 30.2693934 ], [ 120.0013565, 30.2693656 ] ], [ [ 120.0067877, 30.270016 ], [ 120.0071128, 30.2700598 ] ], [ [ 120.0071149, 30.2701842 ], [ 120.006875, 30.2701485 ] ], [ [ 120.0124031, 30.2716493 ], [ 120.0099722, 30.2709651 ], [ 120.0072783, 30.2702226 ], [ 120.0071149, 30.2701842 ] ], [ [ 120.0071128, 30.2700598 ], [ 120.0072764, 30.270092 ], [ 120.0089266, 30.270548 ], [ 120.0094019, 30.2706793 ], [ 120.0123523, 30.2715169 ], [ 120.0133521, 30.2717533 ], [ 120.0136296, 30.2718038 ], [ 120.0142492, 30.2718802 ], [ 120.0145298, 30.2719148 ], [ 120.0147332, 30.2719381 ] ], [ [ 120.014691, 30.2720607 ], [ 120.0142162, 30.2720014 ], [ 120.0136024, 30.2719139 ], [ 120.0127426, 30.2717448 ], [ 120.0124031, 30.2716493 ] ], [ [ 120.0147332, 30.2719381 ], [ 120.016833, 30.2721783 ], [ 120.0184032, 30.272358 ] ], [ [ 120.0184143, 30.2725109 ], [ 120.016415, 30.272266 ], [ 120.0160397, 30.2722213 ], [ 120.014691, 30.2720607 ] ], [ [ 120.0184032, 30.272358 ], [ 120.0186565, 30.2724018 ] ], [ [ 120.0184143, 30.2725109 ], [ 120.0184032, 30.272358 ] ], [ [ 120.0186565, 30.2724018 ], [ 120.018644, 30.27258 ] ], [ [ 120.018644, 30.27258 ], [ 120.0184143, 30.2725109 ] ], [ [ 120.0116565, 30.2748578 ], [ 120.0118283, 30.2741427 ] ], [ [ 120.0118283, 30.2741427 ], [ 120.0120671, 30.2731486 ] ], [ [ 120.0120671, 30.2731486 ], [ 120.0121598, 30.2726996 ] ], [ [ 120.0121598, 30.2726996 ], [ 120.0122466, 30.2723247 ] ], [ [ 120.0122466, 30.2723247 ], [ 120.0124031, 30.2716493 ] ], [ [ 120.0181838, 30.2745985 ], [ 120.0182373, 30.2742646 ], [ 120.0183533, 30.2734609 ], [ 120.0183795, 30.2730245 ], [ 120.0183975, 30.2727589 ], [ 120.0184143, 30.2725109 ] ], [ [ 120.018644, 30.27258 ], [ 120.0186312, 30.2727741 ], [ 120.0185342, 30.2737027 ], [ 120.0184843, 30.2740599 ], [ 120.0184341, 30.2746244 ], [ 120.0181464, 30.2758001 ], [ 120.017973, 30.2765255 ], [ 120.017601, 30.2775356 ], [ 120.0172748, 30.2784369 ] ], [ [ 120.0177677, 30.2764687 ], [ 120.0181838, 30.2745985 ] ], [ [ 120.0116565, 30.2748578 ], [ 120.0112504, 30.2765479 ] ], [ [ 120.0352876, 30.2733958 ], [ 120.0351917, 30.2734657 ] ], [ [ 120.0351917, 30.2734657 ], [ 120.0341126, 30.2735262 ], [ 120.0321034, 30.2735433 ], [ 120.0311668, 30.2735513 ], [ 120.0275093, 30.2735822 ] ], [ [ 120.0352876, 30.2733958 ], [ 120.035349, 30.2734569 ], [ 120.0357992, 30.2739012 ], [ 120.0360398, 30.2741386 ], [ 120.0363501, 30.2744617 ], [ 120.0365983, 30.2747123 ], [ 120.0369517, 30.2750364 ], [ 120.0372306, 30.2753162 ], [ 120.0372648, 30.2753505 ], [ 120.0375687, 30.2756791 ], [ 120.0376161, 30.2757342 ], [ 120.0378132, 30.2759632 ], [ 120.037948, 30.2761624 ], [ 120.0381321, 30.2764787 ], [ 120.0383218, 30.2769318 ], [ 120.0383751, 30.277107 ], [ 120.0384136, 30.2772796 ], [ 120.0384755, 30.277601 ], [ 120.0384901, 30.2779051 ], [ 120.0384693, 30.2782188 ], [ 120.0384391, 30.2785761 ], [ 120.0383869, 30.2788526 ], [ 120.0383287, 30.2791348 ], [ 120.0382861, 30.2792582 ] ], [ [ 120.0381681, 30.2792227 ], [ 120.0381698, 30.2791072 ], [ 120.0382334, 30.2788458 ], [ 120.0382898, 30.278574 ], [ 120.0383346, 30.2782769 ], [ 120.0383448, 30.2781168 ], [ 120.0383554, 30.2779493 ], [ 120.0383488, 30.2776591 ], [ 120.0382923, 30.2773446 ], [ 120.0381958, 30.2769785 ], [ 120.0380039, 30.2765482 ], [ 120.0379974, 30.2765321 ], [ 120.0378267, 30.2762367 ], [ 120.0376811, 30.2760352 ], [ 120.0374621, 30.2757499 ], [ 120.0368599, 30.2751129 ], [ 120.0365239, 30.2747854 ], [ 120.0362006, 30.2744792 ], [ 120.0358903, 30.2741561 ], [ 120.0351995, 30.2734744 ], [ 120.0351917, 30.2734657 ] ], [ [ 120.0381681, 30.2792227 ], [ 120.0382861, 30.2792582 ] ], [ [ 120.0381373, 30.2793734 ], [ 120.0381681, 30.2792227 ] ], [ [ 120.0171004, 30.2783885 ], [ 120.0173072, 30.2777662 ], [ 120.0176832, 30.2767435 ], [ 120.0177677, 30.2764687 ] ], [ [ 119.9862015, 30.2681231 ], [ 119.9863748, 30.2681113 ] ], [ [ 119.9863748, 30.2681113 ], [ 119.9863734, 30.2682768 ] ], [ [ 119.9862021, 30.2682892 ], [ 119.9862015, 30.2681231 ] ], [ [ 119.9863734, 30.2682768 ], [ 119.9862021, 30.2682892 ] ], [ [ 119.9701766, 30.2663434 ], [ 119.970711, 30.2662448 ], [ 119.9725184, 30.2659621 ], [ 119.9734633, 30.2656029 ], [ 119.9738981, 30.2654182 ] ], [ [ 119.9739815, 30.2655913 ], [ 119.9733126, 30.265908 ], [ 119.9725474, 30.2661891 ], [ 119.9715179, 30.2663965 ], [ 119.9709037, 30.2665299 ], [ 119.9702579, 30.2666178 ] ], [ [ 119.9665648, 30.2675387 ], [ 119.96688, 30.2675336 ] ], [ [ 119.9669444, 30.2676619 ], [ 119.9666319, 30.2676665 ] ], [ [ 119.96688, 30.2675336 ], [ 119.9679995, 30.2675374 ], [ 119.968435, 30.2675568 ], [ 119.9690733, 30.2676454 ], [ 119.9695211, 30.2677237 ], [ 119.9707431, 30.267949 ] ], [ [ 119.9708042, 30.2680944 ], [ 119.9694931, 30.2678438 ], [ 119.9690891, 30.2677696 ], [ 119.9684979, 30.267702 ], [ 119.9674948, 30.2676649 ], [ 119.9669444, 30.2676619 ] ], [ [ 119.9707431, 30.267949 ], [ 119.9718282, 30.268139 ], [ 119.9744315, 30.2685821 ], [ 119.9749326, 30.2686255 ], [ 119.975193, 30.2686432 ] ], [ [ 119.9752401, 30.2687791 ], [ 119.974779, 30.2687375 ], [ 119.9742751, 30.2686856 ], [ 119.9708042, 30.2680944 ] ], [ [ 119.9950855, 30.2684731 ], [ 119.9949626, 30.2684556 ] ], [ [ 119.9951183, 30.2683396 ], [ 119.9955268, 30.2683943 ], [ 119.9983706, 30.268796 ] ], [ [ 119.9983361, 30.2689266 ], [ 119.9965646, 30.2686715 ], [ 119.9950855, 30.2684731 ] ], [ [ 119.9983706, 30.268796 ], [ 119.9985331, 30.2688147 ] ], [ [ 119.9985034, 30.2689421 ], [ 119.9983361, 30.2689266 ] ], [ [ 119.9985331, 30.2688147 ], [ 119.9998815, 30.2690373 ], [ 120.00058, 30.2691246 ], [ 120.0012573, 30.2692193 ], [ 120.0013966, 30.2692388 ] ], [ [ 120.0013565, 30.2693656 ], [ 120.0011905, 30.269331 ], [ 120.0005465, 30.2692404 ], [ 119.9985034, 30.2689421 ] ], [ [ 119.9791963, 30.2684721 ], [ 119.9813024, 30.2683911 ], [ 119.9831235, 30.2682886 ], [ 119.984669, 30.2682017 ], [ 119.9862015, 30.2681231 ] ], [ [ 119.9862021, 30.2682892 ], [ 119.9831185, 30.2684227 ], [ 119.9825647, 30.2684281 ], [ 119.9806588, 30.2685188 ], [ 119.9760868, 30.2687762 ], [ 119.9754901, 30.2687816 ], [ 119.9752401, 30.2687791 ] ], [ [ 119.975193, 30.2686432 ], [ 119.9754534, 30.2686451 ], [ 119.9759999, 30.2686447 ], [ 119.976702, 30.2686214 ], [ 119.9789688, 30.2684809 ], [ 119.9791963, 30.2684721 ] ], [ [ 119.9863734, 30.2682768 ], [ 119.9863791, 30.2685053 ], [ 119.9863625, 30.2692862 ], [ 119.9863351, 30.2698859 ] ], [ [ 119.9861659, 30.2698885 ], [ 119.9861904, 30.2692767 ], [ 119.9862073, 30.2684985 ], [ 119.9862021, 30.2682892 ] ], [ [ 119.986083, 30.2722402 ], [ 119.9861253, 30.2713906 ], [ 119.9861482, 30.2709304 ], [ 119.9861659, 30.2698885 ] ], [ [ 119.9863351, 30.2698859 ], [ 119.9862865, 30.2707189 ], [ 119.9862721, 30.2719712 ], [ 119.9862323, 30.272247 ] ], [ [ 119.9862323, 30.272247 ], [ 119.9862394, 30.2730179 ], [ 119.9862459, 30.273733 ], [ 119.9862689, 30.2742125 ], [ 119.9862784, 30.2743395 ], [ 119.9863373, 30.2751239 ] ], [ [ 120.0745477, 30.2558059 ], [ 120.0744014, 30.2557624 ] ], [ [ 120.0680146, 30.2829301 ], [ 120.0694827, 30.282991 ], [ 120.0696014, 30.2829954 ], [ 120.0705798, 30.2830319 ], [ 120.0718219, 30.2830783 ], [ 120.0721464, 30.2830917 ] ], [ [ 120.0842969, 30.2770919 ], [ 120.0845473, 30.2771668 ] ], [ [ 120.0844773, 30.2772814 ], [ 120.0842526, 30.277202 ] ], [ [ 120.0845473, 30.2771668 ], [ 120.086456, 30.2774088 ], [ 120.0870408, 30.277483 ], [ 120.0872868, 30.2775123 ], [ 120.0876558, 30.277565 ], [ 120.0893517, 30.2777662 ], [ 120.0895702, 30.2778102 ] ], [ [ 120.0895702, 30.2778102 ], [ 120.0922017, 30.2779153 ], [ 120.0928188, 30.27794 ], [ 120.0947975, 30.278008 ], [ 120.0953684, 30.2780276 ], [ 120.0958965, 30.2780458 ] ], [ [ 120.0895255, 30.2779463 ], [ 120.0893201, 30.2779026 ], [ 120.0890557, 30.277855 ], [ 120.088658, 30.2778059 ], [ 120.0876727, 30.2776844 ], [ 120.0875989, 30.2776711 ], [ 120.0872202, 30.2776206 ], [ 120.0870334, 30.2775982 ], [ 120.0869531, 30.2775886 ], [ 120.0864171, 30.2775315 ], [ 120.0859191, 30.2774785 ], [ 120.0844773, 30.2772814 ] ], [ [ 120.0817841, 30.2828504 ], [ 120.0821683, 30.2828148 ] ], [ [ 120.0821416, 30.2829257 ], [ 120.0817324, 30.2829523 ] ], [ [ 120.0817324, 30.2829523 ], [ 120.0803433, 30.2830954 ] ], [ [ 120.0821683, 30.2828148 ], [ 120.0837203, 30.2829263 ], [ 120.0847295, 30.2829988 ], [ 120.0852695, 30.2830466 ], [ 120.0862993, 30.2831417 ], [ 120.0866904, 30.2831725 ], [ 120.0881457, 30.2832869 ] ], [ [ 120.0721464, 30.2830917 ], [ 120.072455, 30.2831061 ], [ 120.0727192, 30.2831179 ], [ 120.0746069, 30.2832089 ], [ 120.0765047, 30.2832644 ], [ 120.0772475, 30.2832663 ], [ 120.0777967, 30.2832479 ], [ 120.0779929, 30.2832306 ], [ 120.0782942, 30.283204 ], [ 120.0795013, 30.2830833 ], [ 120.0801109, 30.2830155 ], [ 120.0811607, 30.2828987 ], [ 120.0817841, 30.2828504 ] ], [ [ 120.0647052, 30.2829226 ], [ 120.0647941, 30.2828182 ] ], [ [ 120.0647941, 30.2828182 ], [ 120.0661087, 30.2828657 ], [ 120.0663414, 30.2828741 ], [ 120.0674368, 30.2829136 ], [ 120.0678432, 30.2829277 ], [ 120.0680146, 30.2829301 ] ], [ [ 120.0647941, 30.2828182 ], [ 120.0649301, 30.2829303 ] ], [ [ 120.0649301, 30.2829303 ], [ 120.0647052, 30.2829226 ] ], [ [ 120.0680081, 30.283026 ], [ 120.0678376, 30.2830194 ], [ 120.0673917, 30.2830055 ], [ 120.0670528, 30.2829951 ], [ 120.0649301, 30.2829303 ] ], [ [ 120.0645864, 30.2861903 ], [ 120.0646605, 30.2844856 ], [ 120.0647052, 30.2829226 ] ], [ [ 120.0649301, 30.2829303 ], [ 120.0648996, 30.2830537 ], [ 120.0648178, 30.2844954 ], [ 120.064811, 30.2846146 ], [ 120.0647401, 30.2861917 ] ], [ [ 120.0721337, 30.2832114 ], [ 120.0709045, 30.2831729 ], [ 120.0705716, 30.2831625 ], [ 120.0695351, 30.283103 ], [ 120.0682341, 30.2830632 ], [ 120.0680081, 30.283026 ] ], [ [ 120.0881176, 30.2833967 ], [ 120.0871213, 30.2833103 ], [ 120.086284, 30.2832377 ], [ 120.085223, 30.2831411 ], [ 120.0846694, 30.2831049 ], [ 120.0844965, 30.2830934 ], [ 120.0821416, 30.2829257 ] ], [ [ 120.0803433, 30.2830954 ], [ 120.0801255, 30.283119 ], [ 120.0792041, 30.2832186 ], [ 120.0787245, 30.2832674 ], [ 120.0782922, 30.2833113 ], [ 120.0777871, 30.2833663 ], [ 120.0772241, 30.2833892 ], [ 120.0764936, 30.2833938 ], [ 120.0727078, 30.2832319 ], [ 120.0724437, 30.283225 ], [ 120.0721337, 30.2832114 ] ], [ [ 120.0647401, 30.2861917 ], [ 120.0647351, 30.2863414 ], [ 120.0647167, 30.2866093 ], [ 120.0646615, 30.2874742 ], [ 120.0646409, 30.2886307 ], [ 120.0646377, 30.2887694 ], [ 120.0646345, 30.2888482 ] ], [ [ 120.0644975, 30.2889281 ], [ 120.0644917, 30.2887674 ], [ 120.064496, 30.2886079 ], [ 120.0645117, 30.2882448 ], [ 120.0645129, 30.2881405 ], [ 120.0645107, 30.2880347 ], [ 120.064512, 30.2879396 ], [ 120.0645199, 30.2873558 ], [ 120.0645643, 30.2866434 ], [ 120.0645831, 30.2863423 ], [ 120.0645864, 30.2861903 ] ], [ [ 120.0644975, 30.2889281 ], [ 120.0646345, 30.2888482 ] ], [ [ 120.0646345, 30.2888482 ], [ 120.0646323, 30.2889306 ] ], [ [ 120.0646345, 30.2888482 ], [ 120.064872, 30.2888062 ], [ 120.0659555, 30.2888087 ], [ 120.0661576, 30.2888086 ], [ 120.0666321, 30.2888085 ], [ 120.0668744, 30.2888283 ], [ 120.0670847, 30.2888684 ], [ 120.0672874, 30.2888855 ], [ 120.0675701, 30.288885 ], [ 120.0679138, 30.2889014 ], [ 120.0681441, 30.2889781 ] ], [ [ 120.0645252, 30.2892109 ], [ 120.0644975, 30.2889281 ] ], [ [ 120.0646323, 30.2889306 ], [ 120.0646578, 30.2892096 ] ], [ [ 119.969528, 30.2733285 ], [ 119.9702324, 30.2735119 ], [ 119.9707102, 30.2736342 ], [ 119.9711075, 30.273775 ], [ 119.9714504, 30.2739142 ], [ 119.9718404, 30.274079 ], [ 119.9722464, 30.2742357 ], [ 119.9726193, 30.274369 ], [ 119.9729568, 30.2744778 ], [ 119.9732088, 30.2745656 ], [ 119.9737006, 30.2747007 ], [ 119.9740239, 30.2747793 ], [ 119.9752982, 30.2751246 ], [ 119.9758105, 30.2752718 ], [ 119.9762527, 30.2754519 ] ], [ [ 119.9861986, 30.2765729 ], [ 119.9862122, 30.2762327 ], [ 119.9862, 30.2758997 ], [ 119.9861725, 30.2751458 ], [ 119.9861608, 30.2743153 ], [ 119.9861599, 30.2742533 ], [ 119.9861463, 30.2739026 ], [ 119.9860892, 30.2724967 ], [ 119.986083, 30.2722402 ] ], [ [ 119.9863373, 30.2751239 ], [ 119.9863768, 30.2762903 ], [ 119.9863515, 30.2765822 ] ], [ [ 119.9736391, 30.2752485 ], [ 119.9730215, 30.2750618 ], [ 119.9727896, 30.2750205 ], [ 119.9724826, 30.2749884 ], [ 119.9721927, 30.2749775 ], [ 119.9719039, 30.2749845 ], [ 119.9715613, 30.2749722 ], [ 119.9712591, 30.2749196 ], [ 119.971016, 30.2748416 ], [ 119.9707897, 30.2747286 ], [ 119.9705639, 30.2745935 ], [ 119.9703088, 30.2744634 ], [ 119.9700162, 30.2743657 ], [ 119.9698183, 30.2743151 ] ], [ [ 119.9737561, 30.2752808 ], [ 119.9736391, 30.2752485 ] ], [ [ 119.9762215, 30.2757854 ], [ 119.9757333, 30.2757827 ], [ 119.9750441, 30.2756344 ], [ 119.9747016, 30.2755429 ], [ 119.9743447, 30.2754364 ], [ 119.9737561, 30.2752808 ] ], [ [ 119.9861539, 30.276845 ], [ 119.9861986, 30.2765729 ] ], [ [ 119.9863515, 30.2765822 ], [ 119.9863061, 30.2768547 ] ], [ [ 119.9857696, 30.278887 ], [ 119.9858732, 30.2783689 ], [ 119.9860481, 30.2774937 ], [ 119.9860793, 30.2773022 ], [ 119.9861539, 30.276845 ] ], [ [ 119.9863061, 30.2768547 ], [ 119.9861637, 30.2775154 ], [ 119.9859738, 30.2783215 ], [ 119.9858523, 30.278896 ] ], [ [ 119.9703011, 30.2798529 ], [ 119.9706022, 30.279777 ] ], [ [ 119.9853147, 30.2808793 ], [ 119.9853623, 30.2806696 ], [ 119.9854217, 30.2804094 ], [ 119.9857696, 30.278887 ] ], [ [ 119.9858523, 30.278896 ], [ 119.9857693, 30.279199 ], [ 119.9857046, 30.2795053 ], [ 119.98551, 30.2804258 ], [ 119.9854577, 30.280677 ], [ 119.9853994, 30.2808883 ] ], [ [ 119.9705989, 30.279931 ], [ 119.9703011, 30.2798529 ] ], [ [ 119.9706022, 30.279777 ], [ 119.9730564, 30.2802921 ] ], [ [ 119.9730196, 30.2804313 ], [ 119.9710181, 30.2800221 ], [ 119.9705989, 30.279931 ] ], [ [ 119.9730564, 30.2802921 ], [ 119.9731465, 30.2803112 ] ], [ [ 119.9731126, 30.2804516 ], [ 119.9730196, 30.2804313 ] ], [ [ 119.9731465, 30.2803112 ], [ 119.9754772, 30.2808327 ] ], [ [ 119.9754481, 30.2809619 ], [ 119.9731126, 30.2804516 ] ], [ [ 119.9754772, 30.2808327 ], [ 119.9755887, 30.2808552 ] ], [ [ 119.9853044, 30.2809243 ], [ 119.9853147, 30.2808793 ] ], [ [ 119.9853994, 30.2808883 ], [ 119.9853889, 30.2809375 ] ], [ [ 119.9853889, 30.2809375 ], [ 119.9852762, 30.2814661 ] ], [ [ 119.9755887, 30.2808552 ], [ 119.9772115, 30.2811962 ], [ 119.9797733, 30.2817703 ], [ 119.9799239, 30.281804 ] ], [ [ 119.9799056, 30.2819282 ], [ 119.9797496, 30.2818942 ], [ 119.9755588, 30.2809863 ] ], [ [ 119.9852762, 30.2814661 ], [ 119.9852532, 30.2815737 ] ], [ [ 119.9799239, 30.281804 ], [ 119.9800126, 30.2818227 ] ], [ [ 120.0112504, 30.2765479 ], [ 120.0109269, 30.2774431 ] ], [ [ 120.0109269, 30.2774431 ], [ 120.0105617, 30.2783115 ] ], [ [ 120.0105617, 30.2783115 ], [ 120.0104603, 30.2785657 ] ], [ [ 120.0104603, 30.2785657 ], [ 120.0101003, 30.2792571 ] ], [ [ 120.0101003, 30.2792571 ], [ 120.0098778, 30.279638 ] ], [ [ 120.0098778, 30.279638 ], [ 120.0098109, 30.2797891 ] ], [ [ 120.0098109, 30.2797891 ], [ 120.0096294, 30.2803577 ] ], [ [ 120.0096294, 30.2803577 ], [ 120.0095362, 30.2806556 ] ], [ [ 120.0156046, 30.2822847 ], [ 120.0156826, 30.2820979 ], [ 120.0158711, 30.281631 ], [ 120.0159881, 30.2812975 ], [ 120.0163446, 30.2802776 ], [ 120.0164622, 30.2799343 ], [ 120.016482, 30.2798796 ], [ 120.0171004, 30.2783885 ] ], [ [ 120.0172748, 30.2784369 ], [ 120.0167174, 30.2799373 ], [ 120.0166108, 30.2802701 ], [ 120.016456, 30.2805048 ], [ 120.0163225, 30.2809627 ], [ 120.0158929, 30.2821594 ], [ 120.0158235, 30.2823534 ] ], [ [ 120.0094554, 30.2809266 ], [ 120.0095362, 30.2806556 ] ], [ [ 120.0094554, 30.2809266 ], [ 120.009391, 30.2811263 ] ], [ [ 120.0141785, 30.2821685 ], [ 120.0137414, 30.2822051 ], [ 120.0132803, 30.2821426 ], [ 120.0112598, 30.2816072 ], [ 120.0110827, 30.2814868 ], [ 120.0103347, 30.2811563 ] ], [ [ 120.0155365, 30.2824746 ], [ 120.0156046, 30.2822847 ] ], [ [ 120.0158235, 30.2823534 ], [ 120.0157529, 30.282528 ] ], [ [ 120.0157529, 30.282528 ], [ 120.0156933, 30.2826871 ] ], [ [ 120.0187313, 30.2833559 ], [ 120.018325, 30.2833509 ], [ 120.0170338, 30.2830367 ], [ 120.0168458, 30.2829877 ], [ 120.0156933, 30.2826871 ] ], [ [ 120.0531727, 30.2815563 ], [ 120.0514295, 30.281112 ], [ 120.0509799, 30.281015 ], [ 120.0506801, 30.2809575 ], [ 120.0501757, 30.2808871 ], [ 120.0496899, 30.280861 ], [ 120.0492355, 30.2808568 ], [ 120.0476189, 30.2808419 ], [ 120.0471704, 30.2808361 ], [ 120.0468224, 30.2808349 ], [ 120.0453087, 30.280839 ], [ 120.0448251, 30.2808321 ], [ 120.0444785, 30.2808152 ], [ 120.0441197, 30.2807918 ], [ 120.0434707, 30.2807319 ] ], [ [ 120.0531793, 30.2814379 ], [ 120.0535157, 30.2815203 ], [ 120.053539, 30.281526 ], [ 120.0544196, 30.2817569 ], [ 120.0546618, 30.2818221 ], [ 120.0557261, 30.2821197 ], [ 120.0559691, 30.2821875 ], [ 120.0565218, 30.2823416 ], [ 120.0570602, 30.2824544 ], [ 120.0573277, 30.2824824 ] ], [ [ 120.057314, 30.2825784 ], [ 120.0570396, 30.2825377 ], [ 120.0564976, 30.2824237 ], [ 120.0557523, 30.2822192 ], [ 120.0556974, 30.2822041 ], [ 120.0546698, 30.2819267 ], [ 120.0544097, 30.281857 ], [ 120.0531727, 30.2815563 ] ], [ [ 120.0382861, 30.2792582 ], [ 120.0382546, 30.2794081 ] ], [ [ 120.0382546, 30.2794081 ], [ 120.0381373, 30.2793734 ] ], [ [ 120.0382861, 30.2792582 ], [ 120.0393752, 30.2796137 ], [ 120.0395432, 30.2796685 ], [ 120.0396272, 30.2796932 ], [ 120.040911, 30.2801067 ], [ 120.0412781, 30.2802126 ], [ 120.0418288, 30.280343 ], [ 120.0426752, 30.2805156 ], [ 120.0434926, 30.2806356 ] ], [ [ 120.0434707, 30.2807319 ], [ 120.043167, 30.2806803 ], [ 120.042679, 30.280603 ], [ 120.0414524, 30.2803767 ], [ 120.0412303, 30.280319 ], [ 120.0408639, 30.2802149 ], [ 120.039501, 30.2797995 ], [ 120.0382546, 30.2794081 ] ], [ [ 120.037884, 30.2882258 ], [ 120.0379054, 30.2880628 ], [ 120.0379063, 30.2879034 ], [ 120.0378559, 30.2873784 ], [ 120.0378508, 30.2871575 ], [ 120.0378391, 30.286767 ], [ 120.0378278, 30.2863889 ], [ 120.0377828, 30.2856127 ], [ 120.0376841, 30.2834784 ], [ 120.0376654, 30.2831374 ], [ 120.0376327, 30.2825616 ], [ 120.0376323, 30.2821655 ], [ 120.0376506, 30.2817809 ], [ 120.0376987, 30.2814518 ], [ 120.037742, 30.2811925 ], [ 120.0381373, 30.2793734 ] ], [ [ 120.0382546, 30.2794081 ], [ 120.0380298, 30.2804402 ], [ 120.0378599, 30.28122 ], [ 120.0378166, 30.2814793 ], [ 120.0377685, 30.2818084 ], [ 120.0377502, 30.282193 ], [ 120.0377506, 30.2825891 ], [ 120.0377903, 30.2831385 ], [ 120.037814, 30.2834833 ], [ 120.0378701, 30.2845599 ], [ 120.0379256, 30.2856269 ], [ 120.0379706, 30.2864031 ], [ 120.0379936, 30.2871717 ], [ 120.0379987, 30.2873926 ], [ 120.0380491, 30.2879176 ], [ 120.0380507, 30.2880817 ], [ 120.0380379, 30.2882546 ] ], [ [ 120.0255874, 30.2854143 ], [ 120.0252038, 30.2853015 ] ], [ [ 120.0252038, 30.2853015 ], [ 120.0242641, 30.2849826 ], [ 120.0240072, 30.2848737 ], [ 120.0222295, 30.2844044 ], [ 120.0215653, 30.2842171 ], [ 120.02122, 30.2841201 ], [ 120.0186974, 30.2834419 ] ], [ [ 120.013129, 30.2889912 ], [ 120.0139318, 30.2868054 ], [ 120.0140986, 30.2863508 ], [ 120.0145551, 30.2851543 ], [ 120.0155365, 30.2824746 ] ], [ [ 120.0156933, 30.2826871 ], [ 120.0153404, 30.2836288 ], [ 120.0148318, 30.2849872 ], [ 120.0147315, 30.2852492 ], [ 120.0144166, 30.2860797 ], [ 120.0142924, 30.2864072 ], [ 120.0141127, 30.2868624 ], [ 120.0140285, 30.28709 ], [ 120.0132985, 30.2890407 ] ], [ [ 120.1319533, 30.2323164 ], [ 120.1324856, 30.2315819 ], [ 120.1327566, 30.2312079 ], [ 120.1333125, 30.2304407 ], [ 120.1333693, 30.2303623 ], [ 120.1338632, 30.2296896 ], [ 120.1339303, 30.2296039 ], [ 120.1346057, 30.228656 ] ], [ [ 120.1347181, 30.2287131 ], [ 120.1340362, 30.229638 ], [ 120.1339457, 30.2297661 ], [ 120.1334842, 30.2304251 ], [ 120.1326944, 30.2315209 ], [ 120.1321616, 30.2322601 ], [ 120.1320787, 30.2323747 ] ], [ [ 120.1600138, 30.2430291 ], [ 120.1600578, 30.2431538 ], [ 120.1600428, 30.2439065 ], [ 120.1599985, 30.2447415 ], [ 120.1599097, 30.2457173 ], [ 120.159908, 30.2459417 ], [ 120.1599061, 30.2462013 ], [ 120.1598999, 30.2470349 ] ], [ [ 120.1597025, 30.2482372 ], [ 120.1597139, 30.2481577 ], [ 120.1597807, 30.2470351 ], [ 120.1597996, 30.2466948 ], [ 120.1598203, 30.2455826 ], [ 120.1598768, 30.2450805 ], [ 120.1599003, 30.2448717 ], [ 120.159916, 30.2447326 ], [ 120.159966, 30.2437701 ], [ 120.1599556, 30.2431727 ], [ 120.1600138, 30.2430291 ] ], [ [ 120.1598999, 30.2470349 ], [ 120.1598473, 30.2480855 ], [ 120.1598439, 30.2481543 ], [ 120.1598424, 30.2482407 ] ], [ [ 120.1334344, 30.2545296 ], [ 120.1335454, 30.2545717 ] ], [ [ 120.1335454, 30.2545717 ], [ 120.1342539, 30.2550815 ] ], [ [ 120.1342539, 30.2550815 ], [ 120.135985, 30.2568154 ] ], [ [ 120.135985, 30.2568154 ], [ 120.1363841, 30.2570818 ] ], [ [ 120.1363841, 30.2570818 ], [ 120.1371949, 30.2572661 ] ], [ [ 120.1371949, 30.2572661 ], [ 120.1375355, 30.2573503 ] ], [ [ 120.1375355, 30.2573503 ], [ 120.1379168, 30.257479 ] ], [ [ 120.1379168, 30.257479 ], [ 120.1384668, 30.2576976 ] ], [ [ 120.1384668, 30.2576976 ], [ 120.1386287, 30.2577633 ] ], [ [ 120.1386287, 30.2577633 ], [ 120.1389953, 30.2579331 ] ], [ [ 120.1389953, 30.2579331 ], [ 120.1391068, 30.2579861 ] ], [ [ 120.1391068, 30.2579861 ], [ 120.1393303, 30.2580922 ] ], [ [ 120.1393303, 30.2580922 ], [ 120.1398258, 30.2584197 ] ], [ [ 120.1398258, 30.2584197 ], [ 120.1400696, 30.258691 ] ], [ [ 120.1400696, 30.258691 ], [ 120.1406828, 30.2593162 ] ], [ [ 120.1406828, 30.2593162 ], [ 120.141459, 30.2599397 ] ], [ [ 120.141459, 30.2599397 ], [ 120.141537, 30.2600007 ] ], [ [ 120.141537, 30.2600007 ], [ 120.1417398, 30.2601593 ] ], [ [ 120.1417398, 30.2601593 ], [ 120.1419601, 30.2603189 ] ], [ [ 120.1419601, 30.2603189 ], [ 120.1421462, 30.2604228 ] ], [ [ 120.1421462, 30.2604228 ], [ 120.1426586, 30.2605912 ] ], [ [ 120.1426586, 30.2605912 ], [ 120.1431326, 30.2609061 ] ], [ [ 120.1431326, 30.2609061 ], [ 120.143804, 30.2613681 ] ], [ [ 120.143804, 30.2613681 ], [ 120.143912, 30.2614547 ] ], [ [ 120.143912, 30.2614547 ], [ 120.1439668, 30.2614811 ] ], [ [ 120.1439668, 30.2614811 ], [ 120.144032, 30.261511 ] ], [ [ 120.144032, 30.261511 ], [ 120.1441692, 30.2615272 ] ], [ [ 120.1441692, 30.2615272 ], [ 120.1444249, 30.2615173 ] ], [ [ 120.1444249, 30.2615173 ], [ 120.1448145, 30.2615022 ] ], [ [ 120.1448145, 30.2615022 ], [ 120.144932, 30.2615334 ] ], [ [ 120.144932, 30.2615334 ], [ 120.1454614, 30.261773 ] ], [ [ 120.1454614, 30.261773 ], [ 120.145897, 30.2618647 ] ], [ [ 120.145897, 30.2618647 ], [ 120.1460771, 30.2618958 ] ], [ [ 120.1460771, 30.2618958 ], [ 120.1461917, 30.2619156 ] ], [ [ 120.1461917, 30.2619156 ], [ 120.1466164, 30.2619886 ] ], [ [ 120.1466164, 30.2619886 ], [ 120.1467245, 30.2619916 ] ], [ [ 120.1467245, 30.2619916 ], [ 120.1469655, 30.2619938 ] ], [ [ 120.1469655, 30.2619938 ], [ 120.1471978, 30.2619087 ] ], [ [ 120.1471978, 30.2619087 ], [ 120.1472296, 30.2618906 ] ], [ [ 120.1472296, 30.2618906 ], [ 120.1475972, 30.2616127 ] ], [ [ 120.1475972, 30.2616127 ], [ 120.1476357, 30.2616005 ] ], [ [ 120.1476357, 30.2616005 ], [ 120.147736, 30.2615954 ] ], [ [ 120.147736, 30.2615954 ], [ 120.1478313, 30.2616058 ] ], [ [ 120.1478313, 30.2616058 ], [ 120.1481889, 30.2617083 ] ], [ [ 120.1481889, 30.2617083 ], [ 120.1488591, 30.2619593 ] ], [ [ 120.1488591, 30.2619593 ], [ 120.148982, 30.2620053 ] ], [ [ 120.148982, 30.2620053 ], [ 120.1493009, 30.2621247 ] ], [ [ 120.1493009, 30.2621247 ], [ 120.1498058, 30.2623564 ] ], [ [ 120.1498058, 30.2623564 ], [ 120.1519411, 30.2630152 ], [ 120.1521618, 30.2631382 ], [ 120.1527486, 30.2634049 ], [ 120.1531083, 30.2635079 ] ], [ [ 120.153123, 30.2636491 ], [ 120.1525277, 30.263408 ], [ 120.152247, 30.2632729 ], [ 120.1520586, 30.2631522 ], [ 120.1519164, 30.2630858 ], [ 120.1514478, 30.2629283 ], [ 120.1511145, 30.2628163 ], [ 120.1509278, 30.2627503 ], [ 120.1500789, 30.2624979 ], [ 120.1499294, 30.2624218 ], [ 120.1498058, 30.2623564 ] ], [ [ 120.1498058, 30.2623564 ], [ 120.1496931, 30.2624692 ] ], [ [ 120.1496931, 30.2624692 ], [ 120.1495896, 30.2626015 ] ], [ [ 120.1495896, 30.2626015 ], [ 120.1494636, 30.2627232 ] ], [ [ 120.1494636, 30.2627232 ], [ 120.1493606, 30.2628122 ] ], [ [ 120.1493606, 30.2628122 ], [ 120.1492772, 30.2628628 ] ], [ [ 120.1492772, 30.2628628 ], [ 120.1489311, 30.2630351 ] ], [ [ 120.1489311, 30.2630351 ], [ 120.1484444, 30.2633344 ] ], [ [ 120.1484444, 30.2633344 ], [ 120.148003, 30.2637421 ] ], [ [ 120.148003, 30.2637421 ], [ 120.1479469, 30.2637939 ] ], [ [ 120.1479469, 30.2637939 ], [ 120.147933, 30.2638117 ] ], [ [ 120.147933, 30.2638117 ], [ 120.1478581, 30.2639077 ] ], [ [ 120.1478581, 30.2639077 ], [ 120.1473517, 30.2645521 ] ], [ [ 120.1282542, 30.2425489 ], [ 120.1281474, 30.2425913 ], [ 120.1280255, 30.2425917 ], [ 120.1279354, 30.2425683 ] ], [ [ 120.1282542, 30.2425489 ], [ 120.1282265, 30.2426824 ], [ 120.1281244, 30.2428679 ], [ 120.1279188, 30.2434751 ], [ 120.1278403, 30.243707 ], [ 120.1278175, 30.2437735 ], [ 120.1274018, 30.2449883 ], [ 120.1273664, 30.2450958 ], [ 120.1273536, 30.2451348 ], [ 120.1272985, 30.2453023 ], [ 120.1271237, 30.2458476 ], [ 120.1270729, 30.2460059 ], [ 120.126962, 30.2463298 ], [ 120.1269558, 30.2463479 ], [ 120.1269433, 30.2463844 ], [ 120.1268183, 30.246818 ], [ 120.1267105, 30.2472314 ], [ 120.1265903, 30.2480998 ], [ 120.1265208, 30.2486654 ], [ 120.1263341, 30.2501855 ], [ 120.1262249, 30.2509363 ], [ 120.1262104, 30.2512166 ], [ 120.1261383, 30.2526111 ], [ 120.126138, 30.2534647 ], [ 120.126188, 30.2540204 ] ], [ [ 120.1260576, 30.2540199 ], [ 120.1260384, 30.2534768 ], [ 120.1260597, 30.2526242 ], [ 120.1261175, 30.2513543 ], [ 120.1261211, 30.2512745 ], [ 120.1261259, 30.2511699 ], [ 120.1261373, 30.2509192 ], [ 120.1262136, 30.2503977 ], [ 120.1262479, 30.250163 ], [ 120.126281, 30.249901 ], [ 120.1262927, 30.2498087 ], [ 120.1264823, 30.2483088 ], [ 120.1265002, 30.2481676 ], [ 120.1266199, 30.2472206 ], [ 120.1267172, 30.2467995 ], [ 120.1269815, 30.2460077 ], [ 120.126992, 30.2459762 ], [ 120.1272395, 30.2452895 ], [ 120.1273414, 30.2449744 ], [ 120.1273781, 30.2448532 ], [ 120.1276595, 30.2440099 ], [ 120.1277706, 30.2436965 ], [ 120.1278551, 30.243466 ], [ 120.1280108, 30.2428476 ], [ 120.1279822, 30.2426837 ], [ 120.1279354, 30.2425683 ] ], [ [ 120.1260576, 30.2540199 ], [ 120.126188, 30.2540204 ] ], [ [ 120.1266778, 30.2545154 ], [ 120.1268646, 30.2544324 ] ], [ [ 120.1268646, 30.2544324 ], [ 120.127122, 30.2543674 ] ], [ [ 120.127122, 30.2543674 ], [ 120.1275104, 30.2543994 ] ], [ [ 120.1275104, 30.2543994 ], [ 120.1278026, 30.254395 ] ], [ [ 120.1278026, 30.254395 ], [ 120.1279442, 30.2543928 ] ], [ [ 120.1279442, 30.2543928 ], [ 120.1280138, 30.254382 ] ], [ [ 120.1280138, 30.254382 ], [ 120.1282082, 30.254352 ] ], [ [ 120.1282082, 30.254352 ], [ 120.128274, 30.2543418 ] ], [ [ 120.128274, 30.2543418 ], [ 120.128389, 30.2543132 ] ], [ [ 120.128389, 30.2543132 ], [ 120.1285387, 30.254276 ] ], [ [ 120.1285387, 30.254276 ], [ 120.1286085, 30.2542587 ] ], [ [ 120.1286085, 30.2542587 ], [ 120.1286777, 30.2542376 ] ], [ [ 120.1286777, 30.2542376 ], [ 120.1287585, 30.2542129 ] ], [ [ 120.1287585, 30.2542129 ], [ 120.1288987, 30.25417 ] ], [ [ 120.1288987, 30.25417 ], [ 120.129344, 30.2541731 ] ], [ [ 120.129344, 30.2541731 ], [ 120.1295651, 30.2541746 ] ], [ [ 120.1295651, 30.2541746 ], [ 120.129904, 30.2540898 ] ], [ [ 120.129904, 30.2540898 ], [ 120.1301659, 30.2540242 ] ], [ [ 120.1301659, 30.2540242 ], [ 120.1305238, 30.2539346 ] ], [ [ 120.1305238, 30.2539346 ], [ 120.1308621, 30.2539615 ] ], [ [ 120.1308621, 30.2539615 ], [ 120.1321914, 30.2542296 ] ], [ [ 120.1321914, 30.2542296 ], [ 120.1322417, 30.2542418 ] ], [ [ 120.1322417, 30.2542418 ], [ 120.1323461, 30.2542669 ] ], [ [ 120.1323461, 30.2542669 ], [ 120.1334344, 30.2545296 ] ], [ [ 120.126188, 30.2540204 ], [ 120.1266778, 30.2545154 ] ], [ [ 120.1255352, 30.255077 ], [ 120.1260576, 30.2540199 ] ], [ [ 120.1323294, 30.2666532 ], [ 120.1324292, 30.2665764 ] ], [ [ 120.1324292, 30.2665764 ], [ 120.1324066, 30.266685 ] ], [ [ 120.1324066, 30.266685 ], [ 120.1323294, 30.2666532 ] ], [ [ 120.1324292, 30.2665764 ], [ 120.1332272, 30.266855 ], [ 120.1340235, 30.2671106 ], [ 120.1343771, 30.2672215 ], [ 120.1355109, 30.267577 ], [ 120.1355963, 30.2676065 ], [ 120.1361337, 30.2677669 ], [ 120.1371521, 30.2680968 ] ], [ [ 120.1371106, 30.268177 ], [ 120.1369707, 30.2681315 ], [ 120.1366944, 30.2680416 ], [ 120.1358548, 30.2677616 ], [ 120.1347867, 30.2674326 ], [ 120.1345189, 30.2673501 ], [ 120.1335646, 30.2670563 ], [ 120.1324066, 30.266685 ] ], [ [ 120.1371521, 30.2680968 ], [ 120.1371106, 30.268177 ] ], [ [ 120.1588689, 30.2662015 ], [ 120.1588694, 30.2661553 ], [ 120.1588826, 30.2650273 ], [ 120.1588922, 30.264776 ], [ 120.158897, 30.26453 ], [ 120.1589071, 30.2640152 ], [ 120.1589645, 30.2635648 ], [ 120.1589714, 30.2631127 ], [ 120.1590419, 30.2619542 ], [ 120.1590556, 30.2615762 ], [ 120.1591061, 30.2608412 ], [ 120.1591097, 30.2607886 ] ], [ [ 120.1592291, 30.2607906 ], [ 120.159227, 30.2608447 ], [ 120.1592128, 30.2612113 ], [ 120.1591825, 30.2619959 ], [ 120.1591668, 30.2626384 ], [ 120.1591193, 30.2629665 ], [ 120.1590872, 30.2635238 ], [ 120.1590478, 30.2638378 ], [ 120.1590286, 30.2640431 ], [ 120.1590218, 30.2642063 ], [ 120.1590076, 30.264544 ], [ 120.1590089, 30.2647223 ], [ 120.1590111, 30.2650255 ], [ 120.1590322, 30.2661693 ], [ 120.1590332, 30.2662247 ] ], [ [ 120.1532252, 30.263675 ], [ 120.153123, 30.2636491 ] ], [ [ 120.1527054, 30.2653788 ], [ 120.1525981, 30.2653627 ] ], [ [ 120.1526792, 30.2654824 ], [ 120.1525981, 30.2653627 ] ], [ [ 120.1527054, 30.2653788 ], [ 120.1527945, 30.265388 ], [ 120.1528772, 30.2653845 ], [ 120.1538879, 30.2655127 ], [ 120.1543757, 30.2655745 ], [ 120.1546341, 30.265605 ], [ 120.1553847, 30.2657105 ], [ 120.1562793, 30.2658363 ] ], [ [ 120.1562516, 30.2659533 ], [ 120.1557351, 30.2658786 ], [ 120.1549938, 30.2657714 ], [ 120.1543724, 30.2656815 ], [ 120.1535909, 30.2655978 ], [ 120.1532322, 30.2655549 ], [ 120.1528285, 30.2655019 ], [ 120.1526792, 30.2654824 ] ], [ [ 120.1562793, 30.2658363 ], [ 120.1565759, 30.2658809 ], [ 120.1566234, 30.265888 ], [ 120.1572654, 30.2659776 ], [ 120.1580477, 30.2660867 ], [ 120.1585885, 30.2661651 ], [ 120.158807, 30.2661927 ], [ 120.1588689, 30.2662015 ] ], [ [ 120.1473517, 30.2645521 ], [ 120.1469517, 30.2650063 ] ], [ [ 120.1469517, 30.2650063 ], [ 120.1466992, 30.2652814 ] ], [ [ 120.1466992, 30.2652814 ], [ 120.1466708, 30.2653109 ] ], [ [ 120.1466708, 30.2653109 ], [ 120.146346, 30.2656465 ] ], [ [ 120.146346, 30.2656465 ], [ 120.1462774, 30.2657155 ] ], [ [ 120.1462774, 30.2657155 ], [ 120.1459016, 30.2660935 ] ], [ [ 120.1425975, 30.2695659 ], [ 120.142816, 30.2689117 ] ], [ [ 120.142816, 30.2689117 ], [ 120.1428914, 30.2687465 ] ], [ [ 120.1428914, 30.2687465 ], [ 120.1430418, 30.2684796 ] ], [ [ 120.1430418, 30.2684796 ], [ 120.1430852, 30.2684088 ] ], [ [ 120.1430852, 30.2684088 ], [ 120.143138, 30.2683228 ] ], [ [ 120.143138, 30.2683228 ], [ 120.143224, 30.2682062 ] ], [ [ 120.143224, 30.2682062 ], [ 120.1434044, 30.2679996 ] ], [ [ 120.1434044, 30.2679996 ], [ 120.1434804, 30.2679165 ] ], [ [ 120.1434804, 30.2679165 ], [ 120.1435719, 30.2678309 ] ], [ [ 120.1435719, 30.2678309 ], [ 120.1437033, 30.2677203 ] ], [ [ 120.1437033, 30.2677203 ], [ 120.1445027, 30.2670576 ] ], [ [ 120.1445027, 30.2670576 ], [ 120.1446518, 30.266956 ] ], [ [ 120.1446518, 30.266956 ], [ 120.1451782, 30.2665976 ] ], [ [ 120.1451782, 30.2665976 ], [ 120.1455416, 30.2663497 ] ], [ [ 120.1455416, 30.2663497 ], [ 120.1459016, 30.2660935 ] ], [ [ 120.1425716, 30.2696537 ], [ 120.1425975, 30.2695659 ] ], [ [ 120.1423007, 30.2704473 ], [ 120.1425547, 30.2697108 ] ], [ [ 120.1425547, 30.2697108 ], [ 120.1425716, 30.2696537 ] ], [ [ 120.1425975, 30.2695659 ], [ 120.1427188, 30.2696077 ], [ 120.1436888, 30.2699421 ], [ 120.1452944, 30.2705043 ], [ 120.1458789, 30.2707068 ], [ 120.1464492, 30.2709044 ], [ 120.1472891, 30.2711944 ] ], [ [ 120.1472587, 30.2712872 ], [ 120.1455512, 30.2706763 ], [ 120.1453999, 30.2706221 ], [ 120.1443937, 30.270273 ], [ 120.1426899, 30.2696901 ], [ 120.1425716, 30.2696537 ] ], [ [ 120.1763255, 30.2461772 ], [ 120.176482, 30.2460922 ], [ 120.1765369, 30.24609 ], [ 120.1766154, 30.2461074 ], [ 120.1773303, 30.2472087 ] ], [ [ 120.175879, 30.2470707 ], [ 120.1760234, 30.2469357 ], [ 120.1760508, 30.2468796 ], [ 120.1760547, 30.2468188 ], [ 120.1760172, 30.2465905 ], [ 120.1760149, 30.2465284 ], [ 120.1760359, 30.2464689 ], [ 120.1761633, 30.2462036 ], [ 120.1762451, 30.2460912 ], [ 120.1763351, 30.2460031 ], [ 120.1764477, 30.2459371 ], [ 120.176492730521062, 30.245934815407477 ] ], [ [ 120.176492730521062, 30.245934815407477 ], [ 120.1765226, 30.2459333 ], [ 120.1765542, 30.2459317 ], [ 120.1766569, 30.2459568 ], [ 120.1766828, 30.2459964 ], [ 120.1768864, 30.2463071 ], [ 120.177489, 30.2471871 ], [ 120.1775176, 30.2472438 ], [ 120.1775257, 30.2473052 ], [ 120.1775126, 30.247366 ], [ 120.1774795, 30.2474208 ], [ 120.1774293, 30.2474648 ], [ 120.1773663, 30.2474942 ], [ 120.1770575, 30.2475277 ], [ 120.1767481, 30.2474988 ], [ 120.1765513, 30.2474113 ], [ 120.1763833, 30.2472868 ], [ 120.1762687, 30.2472279 ], [ 120.176145, 30.247185 ] ], [ [ 120.182369, 30.2454985 ], [ 120.1830755, 30.2465082 ], [ 120.1833245, 30.2466647 ], [ 120.1834881, 30.2467296 ], [ 120.1837456, 30.2469011 ], [ 120.1839682, 30.2471189 ], [ 120.1841776, 30.2472883 ], [ 120.1844645, 30.2475869 ], [ 120.184662, 30.2478556 ], [ 120.1846956, 30.2479049 ], [ 120.184816, 30.2480324 ] ], [ [ 120.1843754, 30.2480467 ], [ 120.1844295, 30.247957 ], [ 120.1844565, 30.2478902 ], [ 120.184461, 30.2477767 ], [ 120.1843263, 30.2475869 ], [ 120.1837805, 30.2470679 ], [ 120.1835874, 30.246908 ], [ 120.1831421, 30.2466879 ], [ 120.1829871, 30.2465734 ], [ 120.1822559, 30.2455672 ] ], [ [ 120.1773303, 30.2472087 ], [ 120.1773154, 30.2472394 ], [ 120.1772902, 30.2472749 ], [ 120.1772558, 30.2473044 ], [ 120.1772094, 30.2473239 ], [ 120.1771128, 30.2473672 ] ], [ [ 120.1771128, 30.2473672 ], [ 120.1768621, 30.2474098 ], [ 120.1767653, 30.2474026 ] ], [ [ 120.1772891, 30.2474436 ], [ 120.1769744, 30.2474461 ], [ 120.1767653, 30.2474026 ] ], [ [ 120.1767653, 30.2474026 ], [ 120.1766725, 30.2473862 ], [ 120.1765952, 30.2473459 ], [ 120.1764125, 30.2472115 ] ], [ [ 120.1743791, 30.2478222 ], [ 120.1753607, 30.2473649 ], [ 120.175879, 30.2470707 ] ], [ [ 120.176145, 30.247185 ], [ 120.1753929, 30.2475301 ], [ 120.1744222, 30.2479809 ] ], [ [ 120.1741927, 30.2478568 ], [ 120.1743791, 30.2478222 ] ], [ [ 120.1743791, 30.2478222 ], [ 120.1744222, 30.2479809 ] ], [ [ 120.1742577, 30.2480112 ], [ 120.1741927, 30.2478568 ] ], [ [ 120.1677376, 30.2481351 ], [ 120.1680697, 30.2481116 ], [ 120.168572, 30.2480884 ], [ 120.1698988, 30.2480273 ], [ 120.1706618, 30.2479912 ], [ 120.172058, 30.2479482 ], [ 120.172583, 30.247932 ], [ 120.1737508, 30.2478993 ], [ 120.1741927, 30.2478568 ] ], [ [ 120.1744222, 30.2479809 ], [ 120.1742577, 30.2480112 ] ], [ [ 120.1742577, 30.2480112 ], [ 120.1737956, 30.248054 ], [ 120.172712, 30.2480688 ], [ 120.1721745, 30.2480817 ], [ 120.1706761, 30.2481176 ], [ 120.1698984, 30.2481497 ], [ 120.1680649, 30.2482253 ], [ 120.1677404, 30.2482387 ] ], [ [ 120.1744222, 30.2479809 ], [ 120.1744607, 30.2480937 ], [ 120.1748589, 30.249406 ] ], [ [ 120.1597025, 30.2482372 ], [ 120.1598424, 30.2482407 ] ], [ [ 120.1560885, 30.2482389 ], [ 120.1562197, 30.2482457 ] ], [ [ 120.1579015, 30.2482528 ], [ 120.1588607, 30.2482417 ], [ 120.1597025, 30.2482372 ] ], [ [ 120.1598424, 30.2482407 ], [ 120.1618075, 30.2482541 ] ], [ [ 120.1562197, 30.2482457 ], [ 120.1574036, 30.2482507 ], [ 120.1579015, 30.2482528 ] ], [ [ 120.1597032, 30.248334 ], [ 120.1597025, 30.2482372 ] ], [ [ 120.1598424, 30.2482407 ], [ 120.1598353, 30.2483355 ] ], [ [ 120.1746591, 30.2494166 ], [ 120.174282, 30.2481177 ], [ 120.1742577, 30.2480112 ] ], [ [ 120.1746591, 30.2494166 ], [ 120.1748589, 30.249406 ] ], [ [ 120.1676631, 30.2492761 ], [ 120.1677256, 30.2492773 ], [ 120.1678853, 30.2492822 ], [ 120.1679525, 30.2492817 ], [ 120.1682423, 30.2492977 ], [ 120.1684503, 30.2493287 ], [ 120.1686188, 30.2493717 ], [ 120.1689019, 30.2494325 ], [ 120.1692194, 30.2494863 ], [ 120.1694369, 30.2495231 ], [ 120.1696495, 30.2495529 ], [ 120.1708979, 30.2496136 ], [ 120.1719496, 30.2496211 ], [ 120.1722925, 30.2496103 ], [ 120.1725121, 30.2496034 ], [ 120.1731457, 30.2495913 ], [ 120.1736467, 30.2495402 ] ], [ [ 120.173967, 30.2495081 ], [ 120.1741115, 30.2494886 ], [ 120.1746591, 30.2494166 ] ], [ [ 120.1748589, 30.249406 ], [ 120.1748959, 30.2495939 ] ], [ [ 120.1746931, 30.2495865 ], [ 120.1746591, 30.2494166 ] ], [ [ 120.1736467, 30.2495402 ], [ 120.173967, 30.2495081 ] ], [ [ 120.1736434, 30.2496388 ], [ 120.173172, 30.2496803 ], [ 120.1726973, 30.2496874 ], [ 120.1720646, 30.2496968 ], [ 120.1720234, 30.2496974 ], [ 120.1709319, 30.2497136 ], [ 120.1696614, 30.2496216 ], [ 120.1694718, 30.2495968 ], [ 120.168792, 30.2494767 ], [ 120.1686448, 30.2494507 ], [ 120.1684206, 30.2494192 ], [ 120.1681813, 30.2493989 ], [ 120.1679438, 30.2493918 ], [ 120.1678893, 30.2493947 ], [ 120.1677182, 30.2493925 ], [ 120.1676583, 30.2493927 ] ], [ [ 120.1748959, 30.2495939 ], [ 120.1746931, 30.2495865 ] ], [ [ 120.1677404, 30.2482387 ], [ 120.1674683, 30.2482499 ] ], [ [ 120.1674683, 30.2482499 ], [ 120.16677, 30.2482749 ], [ 120.1659267, 30.2483051 ], [ 120.1643073, 30.2483459 ], [ 120.1628176, 30.2483834 ], [ 120.1618409, 30.2483827 ] ], [ [ 120.1618075, 30.2482541 ], [ 120.1618409, 30.2483827 ] ], [ [ 120.1618409, 30.2483827 ], [ 120.1617005, 30.2483826 ] ], [ [ 120.1618409, 30.2483827 ], [ 120.1618413, 30.2484452 ], [ 120.1618435, 30.2487913 ], [ 120.1618422, 30.2495791 ], [ 120.1618419, 30.2497856 ] ], [ [ 120.167462, 30.2492802 ], [ 120.1676631, 30.2492761 ] ], [ [ 120.1598353, 30.2483355 ], [ 120.1597032, 30.248334 ] ], [ [ 120.1597032, 30.248334 ], [ 120.1583343, 30.2483468 ], [ 120.1578931, 30.2483509 ] ], [ [ 120.1562145, 30.2483487 ], [ 120.156085, 30.2483501 ] ], [ [ 120.1578931, 30.2483509 ], [ 120.1562145, 30.2483487 ] ], [ [ 120.1617005, 30.2483826 ], [ 120.1598353, 30.2483355 ] ], [ [ 120.1617115, 30.2497902 ], [ 120.1616993, 30.248446 ], [ 120.1617005, 30.2483826 ] ], [ [ 120.1598353, 30.2483355 ], [ 120.1598331, 30.248417 ], [ 120.1597816, 30.2494451 ], [ 120.1597555, 30.2499652 ] ], [ [ 120.1797337, 30.2494453 ], [ 120.1795444, 30.2491662 ] ], [ [ 120.1796501, 30.2495042 ], [ 120.1795444, 30.2491662 ] ], [ [ 120.1807653, 30.2509658 ], [ 120.1797337, 30.2494453 ] ], [ [ 120.1596205, 30.2499695 ], [ 120.1596553, 30.2491949 ], [ 120.1596581, 30.2491324 ], [ 120.159701, 30.2484157 ], [ 120.1597032, 30.248334 ] ], [ [ 120.1617144, 30.2499122 ], [ 120.1617115, 30.2497902 ] ], [ [ 120.1617296, 30.2508586 ], [ 120.1617144, 30.2499122 ] ], [ [ 120.1595619, 30.250893 ], [ 120.1596205, 30.2499695 ] ], [ [ 120.1597555, 30.2499652 ], [ 120.159684, 30.250909 ] ], [ [ 120.0977085, 30.2640011 ], [ 120.0986948, 30.2646876 ], [ 120.0989144, 30.2648755 ], [ 120.0991333, 30.2650966 ], [ 120.0995816, 30.265608 ], [ 120.0996418, 30.2656767 ], [ 120.1005351, 30.2667335 ], [ 120.1008919, 30.2671447 ], [ 120.1012623, 30.267414 ], [ 120.102015, 30.2677863 ], [ 120.1022383, 30.2678907 ], [ 120.1023638, 30.2680017 ] ], [ [ 120.1023638, 30.2680017 ], [ 120.1019783, 30.2678364 ], [ 120.1012163, 30.2674495 ], [ 120.100845, 30.2671736 ], [ 120.1004825, 30.2667926 ], [ 120.1000768, 30.2663038 ], [ 120.0995816, 30.2657072 ], [ 120.0990615, 30.2651025 ], [ 120.0987769, 30.2648273 ], [ 120.0976951, 30.264083 ] ], [ [ 120.1078049, 30.2729048 ], [ 120.1078959, 30.2727444 ] ], [ [ 120.1078959, 30.2727444 ], [ 120.1079386, 30.2729707 ] ], [ [ 120.1266778, 30.2545154 ], [ 120.1262427, 30.2547803 ] ], [ [ 120.1262427, 30.2547803 ], [ 120.1260129, 30.2549084 ] ], [ [ 120.1260129, 30.2549084 ], [ 120.1255352, 30.255077 ] ], [ [ 120.1255352, 30.255077 ], [ 120.1252584, 30.2550818 ] ], [ [ 120.1252584, 30.2550818 ], [ 120.1250187, 30.2551043 ] ], [ [ 120.1250187, 30.2551043 ], [ 120.1247773, 30.2551067 ] ], [ [ 120.1247773, 30.2551067 ], [ 120.1241706, 30.2551724 ] ], [ [ 120.1241706, 30.2551724 ], [ 120.1238902, 30.2551564 ] ], [ [ 120.1238902, 30.2551564 ], [ 120.12367, 30.2551099 ] ], [ [ 120.1256485, 30.2557974 ], [ 120.1255053, 30.2551937 ], [ 120.1255352, 30.255077 ] ], [ [ 120.1263315, 30.2598016 ], [ 120.1262254, 30.2595454 ], [ 120.1261661, 30.2594021 ], [ 120.1261121, 30.2591909 ], [ 120.1260878, 30.258971 ], [ 120.1262127, 30.2573595 ], [ 120.1262, 30.2571378 ], [ 120.1261427, 30.2569359 ], [ 120.1256485, 30.2557974 ] ], [ [ 120.1255352, 30.255077 ], [ 120.1256062, 30.2551704 ], [ 120.1256884, 30.2554438 ], [ 120.1257642, 30.2557706 ], [ 120.1257939, 30.2558454 ], [ 120.1261179, 30.2566619 ], [ 120.126183, 30.256826 ], [ 120.1262189, 30.2569164 ], [ 120.1262739, 30.2571263 ], [ 120.1262877, 30.2573679 ], [ 120.1262485, 30.2578236 ], [ 120.1262247, 30.2581012 ], [ 120.1262112, 30.2582581 ], [ 120.1261594, 30.2588605 ], [ 120.1261536, 30.2589276 ], [ 120.1261761, 30.259145 ], [ 120.1261797, 30.2592136 ], [ 120.1262372, 30.2593878 ], [ 120.1262731, 30.259468 ], [ 120.1263595, 30.2596612 ], [ 120.1264286, 30.2598157 ], [ 120.1264711, 30.2599106 ], [ 120.1264986, 30.260069 ], [ 120.1265032, 30.2602314 ], [ 120.1264879, 30.2607207 ], [ 120.1264695, 30.2613118 ], [ 120.1264582, 30.2616742 ] ], [ [ 120.1263067, 30.261735 ], [ 120.126417, 30.2602236 ], [ 120.1264169, 30.2600697 ], [ 120.1263885, 30.2599212 ], [ 120.1263315, 30.2598016 ] ], [ [ 120.1264582, 30.2616742 ], [ 120.1263067, 30.261735 ] ], [ [ 120.1238537, 30.2625261 ], [ 120.1241724, 30.2624219 ] ], [ [ 120.1241724, 30.2624219 ], [ 120.1250906, 30.2621264 ] ], [ [ 120.1250906, 30.2621264 ], [ 120.1263067, 30.261735 ] ], [ [ 120.1238537, 30.2625261 ], [ 120.1220633, 30.2631118 ] ], [ [ 120.1220633, 30.2631118 ], [ 120.1217785, 30.2632049 ] ], [ [ 120.1217785, 30.2632049 ], [ 120.121221, 30.2633873 ] ], [ [ 120.121221, 30.2633873 ], [ 120.1211799, 30.2634214 ] ], [ [ 120.1197159, 30.2538366 ], [ 120.1196076, 30.2537051 ] ], [ [ 120.1196076, 30.2537051 ], [ 120.119489, 30.2534525 ] ], [ [ 120.119489, 30.2534525 ], [ 120.1194807, 30.2534248 ] ], [ [ 120.1194807, 30.2534248 ], [ 120.1193527, 30.2529962 ] ], [ [ 120.1193527, 30.2529962 ], [ 120.1191844, 30.2524328 ] ], [ [ 120.1191844, 30.2524328 ], [ 120.119085, 30.2520769 ] ], [ [ 120.119085, 30.2520769 ], [ 120.1190342, 30.251895 ] ], [ [ 120.1190342, 30.251895 ], [ 120.1187804, 30.2513694 ] ], [ [ 120.1187804, 30.2513694 ], [ 120.1187276, 30.2512601 ] ], [ [ 120.1187276, 30.2512601 ], [ 120.118638, 30.2509412 ] ], [ [ 120.118638, 30.2509412 ], [ 120.118483, 30.25039 ] ], [ [ 120.118483, 30.25039 ], [ 120.1184566, 30.2502959 ] ], [ [ 120.1184566, 30.2502959 ], [ 120.1182932, 30.2500168 ] ], [ [ 120.1182932, 30.2500168 ], [ 120.1182631, 30.2499773 ] ], [ [ 120.1182631, 30.2499773 ], [ 120.118195, 30.2498879 ] ], [ [ 120.118195, 30.2498879 ], [ 120.118099, 30.2497845 ] ], [ [ 120.118099, 30.2497845 ], [ 120.1178801, 30.2495486 ] ], [ [ 120.1178801, 30.2495486 ], [ 120.1177553, 30.2494892 ] ], [ [ 120.12367, 30.2551099 ], [ 120.1235003, 30.2550031 ] ], [ [ 120.1235003, 30.2550031 ], [ 120.1232641, 30.2548559 ] ], [ [ 120.1232641, 30.2548559 ], [ 120.1230824, 30.2546205 ] ], [ [ 120.1230824, 30.2546205 ], [ 120.1228335, 30.2543426 ] ], [ [ 120.1228335, 30.2543426 ], [ 120.1224174, 30.2540602 ] ], [ [ 120.1224174, 30.2540602 ], [ 120.1221362, 30.2539411 ] ], [ [ 120.1221362, 30.2539411 ], [ 120.1218295, 30.2539538 ] ], [ [ 120.1218295, 30.2539538 ], [ 120.1212578, 30.2540212 ] ], [ [ 120.1212578, 30.2540212 ], [ 120.1208287, 30.2540662 ] ], [ [ 120.1208287, 30.2540662 ], [ 120.1204654, 30.25403 ] ], [ [ 120.1204654, 30.25403 ], [ 120.1200793, 30.2539916 ] ], [ [ 120.1200793, 30.2539916 ], [ 120.1198576, 30.2539298 ] ], [ [ 120.1198576, 30.2539298 ], [ 120.1197159, 30.2538366 ] ], [ [ 120.1183012, 30.2727656 ], [ 120.1177947, 30.2730074 ] ], [ [ 120.1177947, 30.2730074 ], [ 120.1174248, 30.2731875 ] ], [ [ 120.1174248, 30.2731875 ], [ 120.1172502, 30.2732599 ] ], [ [ 120.1172502, 30.2732599 ], [ 120.1170243, 30.2733626 ] ], [ [ 120.1170243, 30.2733626 ], [ 120.1167134, 30.2734626 ] ], [ [ 120.1167134, 30.2734626 ], [ 120.116457, 30.2735298 ] ], [ [ 120.116457, 30.2735298 ], [ 120.1163111, 30.2735635 ] ], [ [ 120.1163111, 30.2735635 ], [ 120.1162139, 30.2735859 ] ], [ [ 120.1162139, 30.2735859 ], [ 120.1159501, 30.2736345 ] ], [ [ 120.1159501, 30.2736345 ], [ 120.1155793, 30.2736889 ] ], [ [ 120.1155793, 30.2736889 ], [ 120.1152884, 30.2737282 ] ], [ [ 120.1152884, 30.2737282 ], [ 120.1148348, 30.2737734 ] ], [ [ 120.1148348, 30.2737734 ], [ 120.1145804, 30.2737971 ] ], [ [ 120.1145804, 30.2737971 ], [ 120.113958, 30.2738161 ] ], [ [ 120.113958, 30.2738161 ], [ 120.1132974, 30.2738278 ] ], [ [ 120.1132974, 30.2738278 ], [ 120.1131096, 30.2738135 ] ], [ [ 120.1131096, 30.2738135 ], [ 120.1129193, 30.2737823 ] ], [ [ 120.1129193, 30.2737823 ], [ 120.1126818, 30.2737415 ] ], [ [ 120.1126818, 30.2737415 ], [ 120.1123465, 30.2736698 ] ], [ [ 120.1123465, 30.2736698 ], [ 120.1121737, 30.273609 ] ], [ [ 120.1121737, 30.273609 ], [ 120.1119587, 30.2735211 ] ], [ [ 120.1119587, 30.2735211 ], [ 120.1117977, 30.2734413 ] ], [ [ 120.1117977, 30.2734413 ], [ 120.1116895, 30.2733771 ] ], [ [ 120.1116895, 30.2733771 ], [ 120.1115339, 30.2732639 ] ], [ [ 120.1115339, 30.2732639 ], [ 120.1113881, 30.2731529 ] ], [ [ 120.1113881, 30.2731529 ], [ 120.1112589, 30.2730467 ] ], [ [ 120.1112589, 30.2730467 ], [ 120.1105808, 30.2724384 ] ], [ [ 120.1105808, 30.2724384 ], [ 120.1103882, 30.2722825 ] ], [ [ 120.1103882, 30.2722825 ], [ 120.1101432, 30.2721197 ] ], [ [ 120.1101432, 30.2721197 ], [ 120.1099226, 30.2719698 ] ], [ [ 120.1099226, 30.2719698 ], [ 120.1097584, 30.2718787 ] ], [ [ 120.1097584, 30.2718787 ], [ 120.1095281, 30.271756 ] ], [ [ 120.1095281, 30.271756 ], [ 120.1092829, 30.2716486 ] ], [ [ 120.1092829, 30.2716486 ], [ 120.1085947, 30.2712998 ] ], [ [ 120.1085947, 30.2712998 ], [ 120.1081829, 30.2711068 ] ], [ [ 120.1081829, 30.2711068 ], [ 120.1079048, 30.2709818 ] ], [ [ 120.1079048, 30.2709818 ], [ 120.1074883, 30.2708091 ] ], [ [ 120.1074883, 30.2708091 ], [ 120.106966, 30.2706552 ] ], [ [ 120.106966, 30.2706552 ], [ 120.1066421, 30.2705505 ] ], [ [ 120.1066421, 30.2705505 ], [ 120.1064444, 30.2704723 ] ], [ [ 120.1064444, 30.2704723 ], [ 120.1063439, 30.2704326 ] ], [ [ 120.1063439, 30.2704326 ], [ 120.1061165, 30.2703335 ] ], [ [ 120.1061165, 30.2703335 ], [ 120.1058745, 30.2702092 ] ], [ [ 120.1058745, 30.2702092 ], [ 120.1051224, 30.269785 ] ], [ [ 120.1051224, 30.269785 ], [ 120.1040289, 30.269191 ] ], [ [ 120.1040289, 30.269191 ], [ 120.103757, 30.269045 ] ], [ [ 120.103757, 30.269045 ], [ 120.1035525, 30.2689064 ] ], [ [ 120.1035525, 30.2689064 ], [ 120.1032953, 30.2687123 ] ], [ [ 120.1032953, 30.2687123 ], [ 120.1030358, 30.2685169 ] ], [ [ 120.1030358, 30.2685169 ], [ 120.1028171, 30.2683532 ] ], [ [ 120.1028171, 30.2683532 ], [ 120.1025541, 30.2681374 ] ], [ [ 120.1025541, 30.2681374 ], [ 120.1023638, 30.2680017 ] ], [ [ 120.1183012, 30.2727656 ], [ 120.1188945, 30.2724487 ] ], [ [ 120.1188945, 30.2724487 ], [ 120.119344, 30.2722024 ] ], [ [ 120.119344, 30.2722024 ], [ 120.1198214, 30.2719621 ] ], [ [ 120.1198214, 30.2719621 ], [ 120.1200588, 30.2718441 ] ], [ [ 120.1200588, 30.2718441 ], [ 120.1205741, 30.2715912 ] ], [ [ 120.1205741, 30.2715912 ], [ 120.1209815, 30.2713776 ] ], [ [ 120.1209815, 30.2713776 ], [ 120.1220254, 30.2708435 ] ], [ [ 120.1220254, 30.2708435 ], [ 120.1224282, 30.2706478 ] ], [ [ 120.1224282, 30.2706478 ], [ 120.1225726, 30.2705952 ] ], [ [ 120.1225726, 30.2705952 ], [ 120.1227826, 30.270515 ] ], [ [ 120.1227826, 30.270515 ], [ 120.1230042, 30.2704371 ] ], [ [ 120.1230042, 30.2704371 ], [ 120.1231726, 30.2704028 ] ], [ [ 120.1231726, 30.2704028 ], [ 120.1232466, 30.2703913 ] ], [ [ 120.1232466, 30.2703913 ], [ 120.1233346, 30.2703776 ] ], [ [ 120.1233346, 30.2703776 ], [ 120.1235214, 30.2703618 ] ], [ [ 120.1235214, 30.2703618 ], [ 120.1238095, 30.2703546 ] ], [ [ 120.1238095, 30.2703546 ], [ 120.1240666, 30.2703685 ] ], [ [ 120.1155417, 30.2742582 ], [ 120.1157261, 30.2741416 ], [ 120.1159499, 30.2741442 ], [ 120.1161735, 30.2741399 ], [ 120.1163882, 30.274147 ], [ 120.1170318, 30.2741604 ], [ 120.1175496, 30.2741576 ], [ 120.1178726, 30.2741576 ], [ 120.1180269, 30.2741888 ], [ 120.1182753, 30.2742181 ], [ 120.1186301, 30.2742357 ], [ 120.1189876, 30.2742259 ], [ 120.1193599, 30.2741977 ] ], [ [ 120.0945667, 30.2618589 ], [ 120.0947117, 30.2619355 ], [ 120.0954506, 30.2623957 ], [ 120.0957683, 30.2626217 ], [ 120.0976183, 30.2639343 ] ], [ [ 120.0945373, 30.2619786 ], [ 120.0944903, 30.2621932 ] ], [ [ 120.0944903, 30.2621932 ], [ 120.0942744, 30.2630188 ] ], [ [ 120.0942744, 30.2630188 ], [ 120.094191, 30.2632645 ] ], [ [ 120.094191, 30.2632645 ], [ 120.0940655, 30.2634844 ] ], [ [ 120.0940655, 30.2634844 ], [ 120.0939049, 30.2636688 ] ], [ [ 120.0939049, 30.2636688 ], [ 120.0937507, 30.2638501 ] ], [ [ 120.0976023, 30.2640148 ], [ 120.0953168, 30.2624306 ], [ 120.0949851, 30.262229 ], [ 120.0945373, 30.2619786 ] ], [ [ 120.0976183, 30.2639343 ], [ 120.0977085, 30.2640011 ] ], [ [ 120.1264582, 30.2616742 ], [ 120.1265061, 30.2618663 ], [ 120.1274122, 30.2631543 ], [ 120.1275683, 30.2633565 ], [ 120.127658, 30.2634727 ], [ 120.1278144, 30.2636754 ], [ 120.1279621, 30.2638668 ], [ 120.1281668, 30.2641154 ], [ 120.1286656, 30.264814 ], [ 120.1290734, 30.2653261 ] ], [ [ 120.1289575, 30.2653716 ], [ 120.1286509, 30.2650101 ], [ 120.1285699, 30.2649006 ], [ 120.1274669, 30.2634096 ], [ 120.1272508, 30.2631175 ], [ 120.1263648, 30.2619198 ], [ 120.1263067, 30.261735 ] ], [ [ 120.1290734, 30.2653261 ], [ 120.1289575, 30.2653716 ] ], [ [ 120.1227955, 30.2674529 ], [ 120.122176, 30.2660402 ] ], [ [ 120.122176, 30.2660402 ], [ 120.1218419, 30.2652209 ] ], [ [ 120.1218419, 30.2652209 ], [ 120.121384, 30.2641062 ] ], [ [ 120.121384, 30.2641062 ], [ 120.121203, 30.2636657 ] ], [ [ 120.121203, 30.2636657 ], [ 120.1211799, 30.2634214 ] ], [ [ 120.1271465, 30.2660394 ], [ 120.1287749, 30.2654654 ] ], [ [ 120.1287749, 30.2654654 ], [ 120.1289575, 30.2653716 ] ], [ [ 120.1290734, 30.2653261 ], [ 120.1292085, 30.2653878 ], [ 120.1300848, 30.2657022 ], [ 120.1309343, 30.266007 ], [ 120.1315001, 30.266239 ], [ 120.1317399, 30.2663329 ], [ 120.1324292, 30.2665764 ] ], [ [ 120.1323294, 30.2666532 ], [ 120.1319424, 30.2665041 ], [ 120.1308616, 30.2660802 ], [ 120.1303229, 30.2658728 ], [ 120.1291644, 30.2654848 ], [ 120.1290006, 30.2653972 ], [ 120.1289575, 30.2653716 ] ], [ [ 120.0976951, 30.264083 ], [ 120.0976023, 30.2640148 ] ], [ [ 120.0937507, 30.2638501 ], [ 120.0936581, 30.2639695 ] ], [ [ 120.0936581, 30.2639695 ], [ 120.0935718, 30.2641104 ] ], [ [ 120.0935718, 30.2641104 ], [ 120.0934828, 30.2642985 ] ], [ [ 120.0934828, 30.2642985 ], [ 120.0934471, 30.2644525 ] ], [ [ 120.0934471, 30.2644525 ], [ 120.0934189, 30.2646851 ] ], [ [ 120.0934189, 30.2646851 ], [ 120.0934033, 30.2650869 ] ], [ [ 120.0934033, 30.2650869 ], [ 120.0933796, 30.2653244 ] ], [ [ 120.0933796, 30.2653244 ], [ 120.0932967, 30.2655566 ] ], [ [ 120.0932967, 30.2655566 ], [ 120.0931911, 30.2657395 ] ], [ [ 120.0931911, 30.2657395 ], [ 120.0929748, 30.266041 ] ], [ [ 120.0888241, 30.2652214 ], [ 120.089381, 30.2652191 ], [ 120.0897983, 30.2652602 ], [ 120.0901872, 30.2653216 ], [ 120.0914667, 30.2655887 ], [ 120.091956, 30.2657456 ], [ 120.0925972, 30.265947 ] ], [ [ 120.1271465, 30.2660394 ], [ 120.1257386, 30.2664814 ] ], [ [ 120.1257386, 30.2664814 ], [ 120.125621, 30.2665174 ] ], [ [ 120.125621, 30.2665174 ], [ 120.1241032, 30.2670199 ] ], [ [ 120.1241032, 30.2670199 ], [ 120.1239789, 30.2670611 ] ], [ [ 120.1239789, 30.2670611 ], [ 120.1227955, 30.2674529 ] ], [ [ 120.1227955, 30.2674529 ], [ 120.1232895, 30.2685602 ] ], [ [ 120.1232895, 30.2685602 ], [ 120.1233833, 30.2687729 ] ], [ [ 120.1233833, 30.2687729 ], [ 120.123532, 30.2691102 ] ], [ [ 120.123532, 30.2691102 ], [ 120.1239801, 30.2701263 ] ], [ [ 120.1239801, 30.2701263 ], [ 120.1240666, 30.2703685 ] ], [ [ 120.1746931, 30.2495865 ], [ 120.1743689, 30.2495852 ], [ 120.1739736, 30.2496211 ] ], [ [ 120.1736434, 30.2496388 ], [ 120.1739736, 30.2496211 ] ], [ [ 120.1748959, 30.2495939 ], [ 120.1749402, 30.2500806 ], [ 120.1750227, 30.2505924 ], [ 120.1751473, 30.2513145 ], [ 120.175164, 30.2514111 ], [ 120.1752203, 30.2516533 ], [ 120.1753611, 30.2525281 ] ], [ [ 120.175191, 30.2525436 ], [ 120.1749815, 30.2515211 ], [ 120.1749043, 30.2510661 ], [ 120.1748308, 30.2506334 ], [ 120.1746931, 30.2495865 ] ], [ [ 120.1753611, 30.2525281 ], [ 120.1753915, 30.2526471 ] ], [ [ 120.1752089, 30.2526701 ], [ 120.175191, 30.2525436 ] ], [ [ 120.1674533, 30.2493988 ], [ 120.1676583, 30.2493927 ] ], [ [ 120.1617115, 30.2497902 ], [ 120.1618419, 30.2497856 ] ], [ [ 120.1618419, 30.2497856 ], [ 120.1618391, 30.2499108 ] ], [ [ 120.1618391, 30.2499108 ], [ 120.1618376, 30.2503005 ], [ 120.1618333, 30.2506824 ], [ 120.1618313, 30.2508647 ], [ 120.1618454, 30.2512625 ], [ 120.161855, 30.251535 ], [ 120.161847, 30.2527393 ] ], [ [ 120.1595042, 30.252625 ], [ 120.1595222, 30.2519567 ], [ 120.1595356, 30.2514605 ], [ 120.1595619, 30.250893 ] ], [ [ 120.159684, 30.250909 ], [ 120.1596628, 30.251472 ], [ 120.1596271, 30.2526525 ] ], [ [ 120.1617629, 30.2527348 ], [ 120.1617554, 30.2518711 ], [ 120.1617524, 30.251532 ], [ 120.1617296, 30.2508586 ] ], [ [ 120.1595221, 30.252739 ], [ 120.1595042, 30.252625 ] ], [ [ 120.1596271, 30.2526525 ], [ 120.1596244, 30.2527394 ] ], [ [ 120.1617629, 30.2527348 ], [ 120.1617569, 30.2528096 ] ], [ [ 120.1594586, 30.2539656 ], [ 120.1595221, 30.252739 ] ], [ [ 120.1596244, 30.2527394 ], [ 120.1595674, 30.2539838 ] ], [ [ 120.1617569, 30.2528096 ], [ 120.1617486, 30.2540197 ] ], [ [ 120.161847, 30.2527393 ], [ 120.1618403, 30.2528176 ] ], [ [ 120.1624821, 30.25638 ], [ 120.1621742, 30.2552248 ] ], [ [ 120.1621742, 30.2552248 ], [ 120.1619567, 30.254609 ] ], [ [ 120.1619567, 30.254609 ], [ 120.1618412, 30.254282 ] ], [ [ 120.1618412, 30.254282 ], [ 120.1617486, 30.2540197 ] ], [ [ 120.1625123, 30.2564931 ], [ 120.1624821, 30.25638 ] ], [ [ 120.1624821, 30.25638 ], [ 120.1625881, 30.2563829 ], [ 120.1634038, 30.256405 ], [ 120.1640075, 30.2564214 ], [ 120.1641631, 30.2564256 ], [ 120.1645185, 30.2564353 ], [ 120.1653193, 30.2564774 ], [ 120.1664708, 30.2564988 ], [ 120.1669194, 30.256493 ] ], [ [ 120.1669194, 30.256493 ], [ 120.1671987, 30.2564826 ] ], [ [ 120.1653026, 30.2565964 ], [ 120.1646954, 30.2565588 ], [ 120.1645077, 30.2565472 ], [ 120.1626206, 30.256496 ], [ 120.1625123, 30.2564931 ] ], [ [ 120.1595674, 30.2539838 ], [ 120.159549, 30.2545004 ], [ 120.1595268, 30.2551222 ], [ 120.1594929, 30.2562453 ], [ 120.1594923, 30.2562663 ] ], [ [ 120.1593541, 30.256332 ], [ 120.1593574, 30.2562423 ], [ 120.1593606, 30.2561555 ], [ 120.1593675, 30.2558828 ], [ 120.1593722, 30.2557917 ], [ 120.1594068, 30.2551162 ], [ 120.1594586, 30.2539656 ] ], [ [ 120.1593541, 30.256332 ], [ 120.1594923, 30.2562663 ] ], [ [ 120.1594923, 30.2562663 ], [ 120.1595266, 30.2562681 ], [ 120.1596857, 30.2562762 ], [ 120.1604014, 30.2563127 ], [ 120.1614605, 30.2563569 ], [ 120.1624821, 30.25638 ] ], [ [ 120.1594923, 30.2562663 ], [ 120.1594682, 30.256393 ] ], [ [ 120.1753915, 30.2526471 ], [ 120.1754938, 30.2531997 ], [ 120.1756047, 30.2538831 ], [ 120.1756191, 30.2539908 ], [ 120.1756976, 30.2545775 ], [ 120.1757401, 30.2548432 ], [ 120.1757886, 30.2551271 ], [ 120.1758689, 30.2556882 ], [ 120.1758959, 30.2558189 ], [ 120.1760574, 30.2570486 ], [ 120.1760849, 30.2573588 ], [ 120.1761058, 30.2576917 ], [ 120.1761062, 30.2577086 ], [ 120.176107, 30.2577413 ], [ 120.1761254, 30.258495 ], [ 120.1761326, 30.2587875 ], [ 120.1761355, 30.259094 ], [ 120.1761379, 30.2593469 ], [ 120.1761278, 30.2596477 ], [ 120.1761288, 30.2598183 ], [ 120.1761373, 30.2601275 ], [ 120.1761383, 30.2602445 ], [ 120.1761403, 30.2603265 ] ], [ [ 120.1760204, 30.2603057 ], [ 120.1760731, 30.2602412 ], [ 120.1760775, 30.259781 ], [ 120.1760663, 30.2593946 ], [ 120.1760673, 30.2592394 ], [ 120.1760619, 30.259063 ], [ 120.176048, 30.258803 ], [ 120.1760378, 30.2582119 ], [ 120.1760116, 30.2577136 ], [ 120.1759523, 30.2570488 ], [ 120.175669, 30.2551168 ], [ 120.175486, 30.2541193 ], [ 120.1754426, 30.2538827 ], [ 120.1752089, 30.2526701 ] ], [ [ 120.1594682, 30.256393 ], [ 120.1593541, 30.256332 ] ], [ [ 120.1625123, 30.2564931 ], [ 120.1617136, 30.2564787 ], [ 120.1614453, 30.2564739 ], [ 120.1606031, 30.2564428 ], [ 120.1603985, 30.2564353 ], [ 120.1596817, 30.2564027 ], [ 120.1595263, 30.2563956 ], [ 120.1594682, 30.256393 ] ], [ [ 120.1591311, 30.2606362 ], [ 120.1591345, 30.2605922 ], [ 120.1591782, 30.2600293 ], [ 120.159231, 30.2593483 ], [ 120.1592345, 30.2592675 ], [ 120.1592896, 30.257995 ], [ 120.1593163, 30.2578437 ], [ 120.1593231, 30.2577137 ], [ 120.1593295, 30.257384 ], [ 120.1593403, 30.2568326 ], [ 120.1593459, 30.2565477 ], [ 120.1593469, 30.2565226 ], [ 120.1593486, 30.2564773 ], [ 120.1593541, 30.256332 ] ], [ [ 120.1594682, 30.256393 ], [ 120.1594688, 30.2564804 ], [ 120.1594693, 30.256551 ], [ 120.1593916, 30.2579172 ], [ 120.1593883, 30.2579979 ], [ 120.1593637, 30.2586016 ], [ 120.1593365, 30.2592713 ], [ 120.1593333, 30.2593507 ], [ 120.1592827, 30.2600466 ], [ 120.1592612, 30.2605908 ], [ 120.1592593, 30.2606401 ] ], [ [ 120.1669045, 30.256623 ], [ 120.1665151, 30.2566152 ], [ 120.1653026, 30.2565964 ] ], [ [ 120.167202, 30.2566328 ], [ 120.1669045, 30.256623 ] ], [ [ 120.1634982, 30.2604466 ], [ 120.1634811, 30.2603815 ], [ 120.1634627, 30.2603251 ], [ 120.1633631, 30.2600192 ], [ 120.163185, 30.2595108 ], [ 120.163087, 30.2589816 ], [ 120.1630432, 30.2587395 ], [ 120.1630176, 30.2584822 ], [ 120.1629927, 30.2583045 ], [ 120.1629493, 30.2579953 ], [ 120.1625123, 30.2564931 ] ], [ [ 120.165003, 30.260353 ], [ 120.1650044, 30.260308 ] ], [ [ 120.1650044, 30.260308 ], [ 120.1650267, 30.2596177 ] ], [ [ 120.1650267, 30.2596177 ], [ 120.1650745, 30.2588795 ] ], [ [ 120.1650745, 30.2588795 ], [ 120.1651042, 30.2584211 ] ], [ [ 120.1651042, 30.2584211 ], [ 120.165123, 30.2581317 ] ], [ [ 120.165123, 30.2581317 ], [ 120.1651276, 30.2580606 ] ], [ [ 120.1651276, 30.2580606 ], [ 120.1652187, 30.2572988 ] ], [ [ 120.1652187, 30.2572988 ], [ 120.1652223, 30.2572685 ] ], [ [ 120.1652223, 30.2572685 ], [ 120.1652272, 30.2572274 ] ], [ [ 120.1652272, 30.2572274 ], [ 120.1652303, 30.2572015 ] ], [ [ 120.1652303, 30.2572015 ], [ 120.1653026, 30.2565964 ] ], [ [ 120.165003, 30.260353 ], [ 120.1649645, 30.2604903 ] ], [ [ 120.1634982, 30.2604466 ], [ 120.1635338, 30.2605771 ] ], [ [ 120.1591097, 30.2607886 ], [ 120.1591311, 30.2606362 ] ], [ [ 120.1592593, 30.2606401 ], [ 120.1592291, 30.2607906 ] ], [ [ 120.1831705, 30.2662033 ], [ 120.1832741, 30.2661889 ] ], [ [ 120.1760185, 30.2604051 ], [ 120.1760204, 30.2603057 ] ], [ [ 120.1761403, 30.2603265 ], [ 120.1761358, 30.2604088 ] ], [ [ 120.1760299, 30.2668853 ], [ 120.1759848, 30.2655152 ], [ 120.1759806, 30.2654418 ], [ 120.1759878, 30.2650237 ], [ 120.1759888, 30.2649643 ], [ 120.1759835, 30.2648783 ], [ 120.1759595, 30.263879 ], [ 120.1759918, 30.26316 ], [ 120.1760142, 30.2604856 ], [ 120.1760185, 30.2604051 ] ], [ [ 120.1761358, 30.2604088 ], [ 120.1761332, 30.2604986 ], [ 120.1761301, 30.261415 ], [ 120.1761265, 30.2624847 ], [ 120.1761242, 30.2631497 ], [ 120.176096, 30.2639818 ], [ 120.1760972, 30.2649855 ], [ 120.1760974, 30.2651393 ], [ 120.1760978, 30.2655139 ], [ 120.1760979, 30.2655618 ], [ 120.1761231, 30.2664131 ], [ 120.1761373, 30.2668917 ] ], [ [ 120.1642641, 30.2669583 ], [ 120.1642994, 30.2666631 ] ], [ [ 120.1642994, 30.2666631 ], [ 120.1643981, 30.2658363 ] ], [ [ 120.1643981, 30.2658363 ], [ 120.1644634, 30.2651607 ] ], [ [ 120.1644634, 30.2651607 ], [ 120.1644909, 30.2648754 ] ], [ [ 120.1644909, 30.2648754 ], [ 120.1645002, 30.2647796 ] ], [ [ 120.1645002, 30.2647796 ], [ 120.1645276, 30.2644524 ] ], [ [ 120.1645276, 30.2644524 ], [ 120.1646698, 30.2627556 ] ], [ [ 120.1646698, 30.2627556 ], [ 120.1648142, 30.2614863 ] ], [ [ 120.1648142, 30.2614863 ], [ 120.1648488, 30.2611818 ] ], [ [ 120.1648488, 30.2611818 ], [ 120.1648652, 30.2610552 ] ], [ [ 120.1648652, 30.2610552 ], [ 120.1649167, 30.2606576 ] ], [ [ 120.1649167, 30.2606576 ], [ 120.1649645, 30.2604903 ] ], [ [ 120.1642641, 30.2669583 ], [ 120.16435, 30.266959 ], [ 120.1652317, 30.2669487 ], [ 120.1655292, 30.2669474 ], [ 120.1664397, 30.266948 ] ], [ [ 120.1664397, 30.266948 ], [ 120.1665783, 30.2669541 ], [ 120.1667135, 30.2669611 ] ], [ [ 120.1714706, 30.2669649 ], [ 120.1706075, 30.2669501 ] ], [ [ 120.1706075, 30.2669501 ], [ 120.1703372, 30.2669535 ] ], [ [ 120.1703372, 30.2669535 ], [ 120.1698179, 30.2669601 ] ], [ [ 120.1698179, 30.2669601 ], [ 120.1686263, 30.2669628 ] ], [ [ 120.1686263, 30.2669628 ], [ 120.1682317, 30.2669626 ] ], [ [ 120.1682317, 30.2669626 ], [ 120.1670661, 30.266962 ] ], [ [ 120.1761373, 30.2668917 ], [ 120.1760299, 30.2668853 ] ], [ [ 120.1740106, 30.2669378 ], [ 120.1747253, 30.2669076 ] ], [ [ 120.1747253, 30.2669076 ], [ 120.1749588, 30.2669045 ] ], [ [ 120.1749588, 30.2669045 ], [ 120.1754711, 30.2668953 ] ], [ [ 120.1754711, 30.2668953 ], [ 120.1760299, 30.2668853 ] ], [ [ 120.1714706, 30.2669649 ], [ 120.171977, 30.26696 ] ], [ [ 120.171977, 30.26696 ], [ 120.1722712, 30.2669572 ] ], [ [ 120.1722712, 30.2669572 ], [ 120.1726909, 30.2669531 ] ], [ [ 120.1726909, 30.2669531 ], [ 120.1733979, 30.2669449 ] ], [ [ 120.1733979, 30.2669449 ], [ 120.1740106, 30.2669378 ] ], [ [ 120.1588587, 30.2663225 ], [ 120.1587981, 30.2663063 ], [ 120.1584295, 30.2662075 ], [ 120.1572255, 30.2660311 ], [ 120.1566457, 30.2659461 ], [ 120.1565815, 30.2659473 ], [ 120.1562516, 30.2659533 ] ], [ [ 120.1590332, 30.2662247 ], [ 120.1588689, 30.2662015 ] ], [ [ 120.1588587, 30.2663225 ], [ 120.1588689, 30.2662015 ] ], [ [ 120.1590332, 30.2662247 ], [ 120.1590149, 30.2663406 ] ], [ [ 120.1590149, 30.2663406 ], [ 120.1588587, 30.2663225 ] ], [ [ 120.1590332, 30.2662247 ], [ 120.1591323, 30.2662329 ], [ 120.1600337, 30.2663799 ], [ 120.1608899, 30.2665013 ], [ 120.1611593, 30.266543 ], [ 120.1614595, 30.2665895 ], [ 120.1622872, 30.2666978 ], [ 120.1630233, 30.2667963 ], [ 120.1641565, 30.2669479 ], [ 120.1642641, 30.2669583 ] ], [ [ 120.1642434, 30.2670349 ], [ 120.1641368, 30.267019 ], [ 120.162286, 30.266744 ], [ 120.1611622, 30.2665844 ], [ 120.1608875, 30.2665454 ], [ 120.1602752, 30.2664643 ], [ 120.1598009, 30.2664429 ], [ 120.1590802, 30.2663491 ], [ 120.1590149, 30.2663406 ] ], [ [ 120.1590149, 30.2663406 ], [ 120.1589921, 30.2664701 ], [ 120.1589836, 30.2665385 ], [ 120.158914, 30.2673811 ], [ 120.1588661, 30.2679235 ], [ 120.1588459, 30.2682718 ], [ 120.1588216, 30.2687167 ] ], [ [ 120.1670661, 30.266962 ], [ 120.166888, 30.2669615 ] ], [ [ 120.166888, 30.2669615 ], [ 120.1667939, 30.2669613 ] ], [ [ 120.1667939, 30.2669613 ], [ 120.1667695, 30.2669612 ] ], [ [ 120.1667695, 30.2669612 ], [ 120.1667135, 30.2669611 ] ], [ [ 120.1642641, 30.2669583 ], [ 120.1642434, 30.2670349 ] ], [ [ 120.1670661, 30.266962 ], [ 120.1668808, 30.2670326 ], [ 120.1667866, 30.2670469 ], [ 120.1667512, 30.2670523 ], [ 120.1667076, 30.2670589 ] ], [ [ 120.1664352, 30.2670618 ], [ 120.1656272, 30.2670557 ], [ 120.1652333, 30.2670528 ], [ 120.1645364, 30.2670802 ], [ 120.1643264, 30.2670477 ], [ 120.1642434, 30.2670349 ] ], [ [ 120.1667076, 30.2670589 ], [ 120.1664352, 30.2670618 ] ], [ [ 120.1634238, 30.2692736 ], [ 120.1637841, 30.2683298 ] ], [ [ 120.1637841, 30.2683298 ], [ 120.1638655, 30.2681262 ] ], [ [ 120.1638655, 30.2681262 ], [ 120.164002, 30.267826 ] ], [ [ 120.164002, 30.267826 ], [ 120.1640781, 30.2676471 ] ], [ [ 120.1640781, 30.2676471 ], [ 120.1642434, 30.2670349 ] ], [ [ 120.1585971, 30.2725265 ], [ 120.1585915, 30.2724249 ], [ 120.1585887, 30.2714383 ], [ 120.1586364, 30.2702038 ], [ 120.1586456, 30.2699662 ], [ 120.1586691, 30.2695366 ], [ 120.1587216, 30.2685762 ], [ 120.1587756, 30.2676303 ], [ 120.1588018, 30.2672799 ], [ 120.1588105, 30.2669913 ], [ 120.1588105, 30.2668952 ], [ 120.1588586, 30.2664578 ], [ 120.1588587, 30.2663225 ] ], [ [ 120.1588216, 30.2687167 ], [ 120.1587784, 30.2693824 ], [ 120.1587423, 30.2700572 ], [ 120.1587371, 30.2702266 ], [ 120.1587232, 30.2706808 ], [ 120.1587166, 30.2708957 ], [ 120.1587182, 30.2712182 ], [ 120.1587094, 30.2715093 ], [ 120.1586812, 30.2724209 ], [ 120.1586942, 30.2725212 ] ], [ [ 120.1586942, 30.2725212 ], [ 120.1588551, 30.2724994 ], [ 120.159758, 30.2724946 ], [ 120.1606035, 30.2724902 ], [ 120.1608113, 30.2724891 ], [ 120.1612997, 30.2724802 ], [ 120.1616889, 30.2724375 ], [ 120.1617286, 30.2724273 ], [ 120.161926, 30.2723765 ], [ 120.1620294, 30.2723519 ], [ 120.162195, 30.2723124 ] ], [ [ 120.1585971, 30.2725265 ], [ 120.1586942, 30.2725212 ] ], [ [ 120.1621134, 30.2725032 ], [ 120.161895, 30.2725547 ], [ 120.1617541, 30.2725707 ], [ 120.1614704, 30.2726029 ], [ 120.1609766, 30.2726076 ], [ 120.1603782, 30.2726105 ], [ 120.1596764, 30.2726138 ] ], [ [ 120.1586942, 30.2725212 ], [ 120.1587073, 30.2726475 ] ], [ [ 120.1586001, 30.2726536 ], [ 120.1585971, 30.2725265 ] ], [ [ 120.1832857, 30.2662658 ], [ 120.183182, 30.2662818 ] ], [ [ 120.1798467, 30.266558 ], [ 120.1803151, 30.2664806 ], [ 120.1805284, 30.2664584 ], [ 120.1808935, 30.2664205 ], [ 120.1811733, 30.2663915 ], [ 120.1816049, 30.2663456 ], [ 120.1831705, 30.2662033 ] ], [ [ 120.183182, 30.2662818 ], [ 120.1829481, 30.2663016 ], [ 120.1816003, 30.2664155 ], [ 120.1811574, 30.2664713 ], [ 120.1809228, 30.2664953 ], [ 120.1806888, 30.2665193 ], [ 120.1803204, 30.266557 ], [ 120.1798467, 30.266558 ] ], [ [ 120.1798467, 30.266558 ], [ 120.1789468, 30.2666362 ] ], [ [ 120.1789468, 30.2666362 ], [ 120.1783799, 30.266699 ] ], [ [ 120.1783799, 30.266699 ], [ 120.1774106, 30.2667823 ] ], [ [ 120.1774106, 30.2667823 ], [ 120.1761373, 30.2668917 ] ], [ [ 120.1755459, 30.2725194 ], [ 120.1766722, 30.2725924 ], [ 120.1779685, 30.2726765 ], [ 120.1784028, 30.2727109 ], [ 120.1797205, 30.2728114 ] ], [ [ 120.1324066, 30.266685 ], [ 120.13237, 30.2669754 ], [ 120.1323447, 30.2673187 ], [ 120.1322832, 30.2681534 ], [ 120.1322633, 30.2683503 ], [ 120.132212, 30.2688585 ], [ 120.1321992, 30.2689818 ], [ 120.1321657, 30.2693301 ], [ 120.1320659, 30.2704179 ], [ 120.1320598, 30.2706273 ] ], [ [ 120.1371521, 30.2680968 ], [ 120.1379484, 30.2683249 ], [ 120.1393184, 30.2686917 ], [ 120.1393527, 30.2687 ], [ 120.1396316, 30.2687676 ], [ 120.1403399, 30.2689224 ], [ 120.1407108, 30.2690281 ], [ 120.1412749, 30.2691889 ], [ 120.142047, 30.269409 ], [ 120.1425975, 30.2695659 ] ], [ [ 120.1425716, 30.2696537 ], [ 120.1423792, 30.2695945 ], [ 120.139693, 30.2688655 ], [ 120.1393125, 30.2687641 ], [ 120.1384952, 30.2685462 ], [ 120.1371106, 30.268177 ] ], [ [ 120.1365594, 30.2711977 ], [ 120.1366294, 30.2707652 ] ], [ [ 120.1366294, 30.2707652 ], [ 120.1367458, 30.2700466 ] ], [ [ 120.1367458, 30.2700466 ], [ 120.1367731, 30.2698999 ] ], [ [ 120.1367731, 30.2698999 ], [ 120.1369086, 30.2692435 ] ], [ [ 120.1369086, 30.2692435 ], [ 120.1369486, 30.2688764 ] ], [ [ 120.1369486, 30.2688764 ], [ 120.1370544, 30.2683325 ] ], [ [ 120.1370544, 30.2683325 ], [ 120.1370898, 30.2682346 ] ], [ [ 120.1370898, 30.2682346 ], [ 120.1371106, 30.268177 ] ], [ [ 120.1316978, 30.2732544 ], [ 120.1316971, 30.273185 ], [ 120.1317128, 30.272986 ], [ 120.1317269, 30.2728221 ], [ 120.1317722, 30.2723197 ], [ 120.1317968, 30.2719675 ], [ 120.1318214, 30.2715411 ], [ 120.1318773, 30.2710933 ], [ 120.1319006, 30.2706592 ], [ 120.1319471, 30.2703963 ], [ 120.1320203, 30.269358 ], [ 120.1320394, 30.2690863 ], [ 120.132048, 30.2689644 ], [ 120.1320539, 30.2688809 ], [ 120.132055, 30.2688722 ], [ 120.1320835, 30.2686345 ], [ 120.132141, 30.2681454 ], [ 120.1322005, 30.2678223 ], [ 120.1322387, 30.2675145 ], [ 120.1322956, 30.26676 ], [ 120.1323294, 30.2666532 ] ], [ [ 120.1320598, 30.2706273 ], [ 120.1319977, 30.2715361 ], [ 120.1319679, 30.2719433 ], [ 120.1319411, 30.2723095 ] ], [ [ 120.1472891, 30.2711944 ], [ 120.1477359, 30.271373 ], [ 120.1481042, 30.2715308 ], [ 120.1484809, 30.2717224 ], [ 120.1491322, 30.2721804 ], [ 120.1492647, 30.2722736 ], [ 120.1502625, 30.272932 ] ], [ [ 120.1502435, 30.2730562 ], [ 120.1490269, 30.2722489 ], [ 120.1484345, 30.2718191 ], [ 120.1479216, 30.2715647 ], [ 120.1477775, 30.2714932 ], [ 120.1472587, 30.2712872 ] ], [ [ 120.1423007, 30.2704473 ], [ 120.1415419, 30.2723926 ] ], [ [ 120.1415419, 30.2723926 ], [ 120.1414583, 30.2726069 ] ], [ [ 120.1414583, 30.2726069 ], [ 120.1413826, 30.2728054 ] ], [ [ 120.1413826, 30.2728054 ], [ 120.1413007, 30.27302 ] ], [ [ 120.1413007, 30.27302 ], [ 120.1410418, 30.2737109 ] ], [ [ 120.1410418, 30.2737109 ], [ 120.1409636, 30.2739739 ] ], [ [ 120.1409636, 30.2739739 ], [ 120.140948, 30.2740173 ] ], [ [ 120.1504357, 30.2729844 ], [ 120.1507073, 30.2729949 ], [ 120.1510909, 30.2729907 ], [ 120.1513896, 30.2729823 ], [ 120.1518005, 30.2729516 ], [ 120.1525147, 30.2729174 ], [ 120.1527424, 30.2729045 ], [ 120.1536623, 30.272836 ], [ 120.1539038, 30.2727944 ] ], [ [ 120.1502625, 30.272932 ], [ 120.1504357, 30.2729844 ] ], [ [ 120.125533, 30.2737383 ], [ 120.1254981, 30.2736778 ] ], [ [ 120.1254981, 30.2736778 ], [ 120.1252222, 30.2729618 ] ], [ [ 120.1252222, 30.2729618 ], [ 120.1251228, 30.2727589 ] ], [ [ 120.1251228, 30.2727589 ], [ 120.1250901, 30.272699 ] ], [ [ 120.1250901, 30.272699 ], [ 120.1250048, 30.2725107 ] ], [ [ 120.1250048, 30.2725107 ], [ 120.1248617, 30.2721395 ] ], [ [ 120.1248617, 30.2721395 ], [ 120.1247579, 30.271911 ] ], [ [ 120.1247579, 30.271911 ], [ 120.1246353, 30.2716162 ] ], [ [ 120.1246353, 30.2716162 ], [ 120.124532, 30.2714038 ] ], [ [ 120.124532, 30.2714038 ], [ 120.1244555, 30.2712 ] ], [ [ 120.1244555, 30.2712 ], [ 120.124407, 30.2711048 ] ], [ [ 120.124407, 30.2711048 ], [ 120.1242997, 30.2708824 ] ], [ [ 120.1242997, 30.2708824 ], [ 120.1240666, 30.2703685 ] ], [ [ 120.1289906, 30.2734641 ], [ 120.1316978, 30.2732544 ] ], [ [ 120.125533, 30.2737383 ], [ 120.1289906, 30.2734641 ] ], [ [ 120.1365594, 30.2711977 ], [ 120.1365152, 30.2714448 ] ], [ [ 120.1365152, 30.2714448 ], [ 120.1363539, 30.2723474 ] ], [ [ 120.1363224, 30.2725435 ], [ 120.1363539, 30.2723474 ] ], [ [ 120.1319411, 30.2723095 ], [ 120.1318857, 30.273193 ], [ 120.1318974, 30.2732616 ] ], [ [ 120.1363224, 30.2725435 ], [ 120.1362847, 30.2735637 ] ], [ [ 120.1362847, 30.2735637 ], [ 120.1362808, 30.2736316 ] ], [ [ 120.1316978, 30.2732544 ], [ 120.1317571, 30.2732565 ], [ 120.1318974, 30.2732616 ] ], [ [ 120.1316944, 30.2733764 ], [ 120.1316978, 30.2732544 ] ], [ [ 120.1318974, 30.2732616 ], [ 120.1318765, 30.2733861 ] ], [ [ 120.1316924, 30.2734791 ], [ 120.1316944, 30.2733764 ] ], [ [ 120.1318765, 30.2733861 ], [ 120.131853, 30.27349 ] ], [ [ 120.1318974, 30.2732616 ], [ 120.133375, 30.2733814 ], [ 120.1334765, 30.2733896 ], [ 120.133744, 30.2734127 ], [ 120.1362808, 30.2736316 ] ], [ [ 120.1316823, 30.2735911 ], [ 120.1316924, 30.2734791 ] ], [ [ 120.131853, 30.27349 ], [ 120.1318296, 30.2735857 ] ], [ [ 120.1316823, 30.2735911 ], [ 120.1290687, 30.273757 ] ], [ [ 120.125533, 30.2737383 ], [ 120.1255803, 30.2738387 ] ], [ [ 120.1255135, 30.2738495 ], [ 120.125533, 30.2737383 ] ], [ [ 120.1318296, 30.2735857 ], [ 120.1316823, 30.2735911 ] ], [ [ 120.1362702, 30.2737402 ], [ 120.1362808, 30.2736316 ] ], [ [ 120.1362416, 30.2739381 ], [ 120.1345883, 30.2738055 ], [ 120.1334702, 30.2737164 ], [ 120.1327645, 30.2736602 ], [ 120.1318296, 30.2735857 ] ], [ [ 120.1362702, 30.2737402 ], [ 120.1362541, 30.2738489 ] ], [ [ 120.1362808, 30.2736316 ], [ 120.1368863, 30.2736816 ], [ 120.1382233, 30.2737921 ], [ 120.140948, 30.2740173 ] ], [ [ 120.1362416, 30.2739381 ], [ 120.1362541, 30.2738489 ] ], [ [ 120.1538117, 30.2729078 ], [ 120.1535916, 30.2729403 ], [ 120.1533536, 30.2729467 ], [ 120.1530932, 30.2729682 ], [ 120.1527452, 30.2730045 ], [ 120.1527037, 30.2730126 ], [ 120.1524906, 30.2730317 ], [ 120.1514836, 30.2730837 ], [ 120.1513741, 30.2730893 ], [ 120.1512746, 30.2730923 ], [ 120.1509616, 30.2731016 ], [ 120.1506714, 30.2731051 ], [ 120.15041, 30.2731005 ] ], [ [ 120.15041, 30.2731005 ], [ 120.1502435, 30.2730562 ] ], [ [ 120.140948, 30.2740173 ], [ 120.1409195, 30.2741202 ] ], [ [ 120.1409099, 30.2742582 ], [ 120.1409195, 30.2741202 ] ], [ [ 120.140948, 30.2740173 ], [ 120.1416527, 30.2740801 ], [ 120.1423794, 30.2741448 ], [ 120.1432082, 30.2742221 ], [ 120.1458875, 30.274472 ], [ 120.1461318, 30.2744948 ] ], [ [ 120.1596764, 30.2726138 ], [ 120.1594014, 30.2726264 ], [ 120.1588556, 30.2726389 ], [ 120.1587073, 30.2726475 ] ], [ [ 120.1587073, 30.2726475 ], [ 120.1586001, 30.2726536 ] ], [ [ 120.1539038, 30.2727944 ], [ 120.1540238, 30.272789 ], [ 120.1545425, 30.2727659 ], [ 120.1552981, 30.2727235 ], [ 120.1569715, 30.272626 ], [ 120.1585179, 30.2725369 ], [ 120.1585971, 30.2725265 ] ], [ [ 120.1586001, 30.2726536 ], [ 120.1585116, 30.2726589 ], [ 120.1582871, 30.2726729 ], [ 120.1575762, 30.2726801 ] ], [ [ 120.1575762, 30.2726801 ], [ 120.157206, 30.2726925 ], [ 120.1559709, 30.2727623 ], [ 120.1553085, 30.2728064 ], [ 120.1540192, 30.2729116 ], [ 120.1538117, 30.2729078 ] ], [ [ 120.1539038, 30.2727944 ], [ 120.1538117, 30.2729078 ] ], [ [ 120.1524104, 30.2750649 ], [ 120.1524307, 30.2750031 ], [ 120.1531742, 30.2737129 ], [ 120.1533077, 30.2734813 ], [ 120.1533986, 30.2733453 ], [ 120.1534719, 30.2732357 ], [ 120.1535793, 30.2730887 ], [ 120.1538117, 30.2729078 ] ], [ [ 120.1538117, 30.2729078 ], [ 120.1536956, 30.2730884 ], [ 120.1532391, 30.2737998 ], [ 120.1531389, 30.2739722 ], [ 120.1526169, 30.2749223 ], [ 120.152577, 30.275021 ], [ 120.1525531, 30.27508 ] ], [ [ 120.1524104, 30.2750649 ], [ 120.1524839, 30.2750727 ], [ 120.1525531, 30.27508 ] ], [ [ 120.1523655, 30.2751604 ], [ 120.1524104, 30.2750649 ] ], [ [ 120.1525531, 30.27508 ], [ 120.1525189, 30.2751647 ] ], [ [ 120.1525531, 30.27508 ], [ 120.1538344, 30.2751664 ], [ 120.1548861, 30.275245 ] ], [ [ 120.1523477, 30.2752674 ], [ 120.1523655, 30.2751604 ] ], [ [ 120.1525189, 30.2751647 ], [ 120.1524802, 30.2752814 ] ], [ [ 120.162195, 30.2723124 ], [ 120.162264, 30.2721157 ] ], [ [ 120.162264, 30.2721157 ], [ 120.1625862, 30.2711976 ] ], [ [ 120.1625862, 30.2711976 ], [ 120.1626999, 30.2709364 ] ], [ [ 120.1626999, 30.2709364 ], [ 120.1627993, 30.270708 ] ], [ [ 120.1627993, 30.270708 ], [ 120.1634238, 30.2692736 ] ], [ [ 120.166233, 30.2719849 ], [ 120.1663705, 30.2719824 ] ], [ [ 120.1661713, 30.2719875 ], [ 120.166233, 30.2719849 ] ], [ [ 120.1754113, 30.2725106 ], [ 120.1755006, 30.271773 ], [ 120.1756234, 30.2709523 ], [ 120.1756546, 30.2707594 ], [ 120.1756833, 30.2705817 ], [ 120.17573, 30.2701582 ], [ 120.1757844, 30.2698522 ], [ 120.1758366, 30.2696908 ], [ 120.1759918, 30.2686339 ], [ 120.1759977, 30.2683247 ], [ 120.1760299, 30.2668853 ] ], [ [ 120.1761373, 30.2668917 ], [ 120.1760924, 30.2682769 ], [ 120.1758979, 30.2698675 ], [ 120.1757105, 30.2710538 ], [ 120.1756182, 30.2718126 ], [ 120.1755459, 30.2725194 ] ], [ [ 120.1719529, 30.2720552 ], [ 120.1729365, 30.2721795 ], [ 120.1732119, 30.272214 ], [ 120.1734477, 30.2722435 ] ], [ [ 120.1660423, 30.2719921 ], [ 120.1661713, 30.2719875 ] ], [ [ 120.1663705, 30.2719824 ], [ 120.1666208, 30.271984 ], [ 120.1673837, 30.271994 ], [ 120.1678942, 30.2720184 ], [ 120.1689674, 30.2720305 ], [ 120.1696588, 30.2720388 ], [ 120.1702477, 30.2720458 ], [ 120.1719529, 30.2720552 ] ], [ [ 120.1662222, 30.2721269 ], [ 120.1661761, 30.2721271 ] ], [ [ 120.1661761, 30.2721271 ], [ 120.1660408, 30.2721293 ] ], [ [ 120.166375, 30.2721326 ], [ 120.1662222, 30.2721269 ] ], [ [ 120.1660408, 30.2721293 ], [ 120.1659876, 30.2721379 ], [ 120.1659258, 30.2721398 ] ], [ [ 120.1734523, 30.2723505 ], [ 120.1728905, 30.2722869 ], [ 120.1719388, 30.2721646 ] ], [ [ 120.1734477, 30.2722435 ], [ 120.1740759, 30.2723434 ], [ 120.1747552, 30.2724346 ], [ 120.1754113, 30.2725106 ] ], [ [ 120.1739095, 30.2724117 ], [ 120.1734523, 30.2723505 ] ], [ [ 120.1753956, 30.2726065 ], [ 120.1747256, 30.2725282 ], [ 120.174072, 30.2724337 ], [ 120.1740127, 30.2724257 ], [ 120.1739095, 30.2724117 ] ], [ [ 120.1754113, 30.2725106 ], [ 120.1755459, 30.2725194 ] ], [ [ 120.1753956, 30.2726065 ], [ 120.1754113, 30.2725106 ] ], [ [ 120.1755459, 30.2725194 ], [ 120.1755305, 30.2726262 ] ], [ [ 120.1755305, 30.2726262 ], [ 120.1753956, 30.2726065 ] ], [ [ 120.1719388, 30.2721646 ], [ 120.1699933, 30.2721411 ], [ 120.1688499, 30.2721339 ], [ 120.1682663, 30.2721394 ], [ 120.1679824, 30.2721336 ], [ 120.1673998, 30.2721232 ], [ 120.1670135, 30.2721213 ], [ 120.1666073, 30.2721278 ], [ 120.166375, 30.2721326 ] ], [ [ 120.162195, 30.2723124 ], [ 120.1624742, 30.2722408 ], [ 120.1628309, 30.2721493 ], [ 120.1632409, 30.27208 ], [ 120.1634636, 30.2720453 ], [ 120.1637075, 30.272029 ], [ 120.1640361, 30.2720229 ], [ 120.165063, 30.2720405 ], [ 120.1659873, 30.2719969 ], [ 120.1660423, 30.2719921 ] ], [ [ 120.1659258, 30.2721398 ], [ 120.165885, 30.2721423 ], [ 120.1642454, 30.2721574 ], [ 120.1636438, 30.2721604 ], [ 120.1633076, 30.2721728 ], [ 120.1629325, 30.2722311 ], [ 120.1624867, 30.2723416 ], [ 120.1623654, 30.272393 ], [ 120.1621134, 30.2725032 ] ], [ [ 120.1621134, 30.2725032 ], [ 120.162195, 30.2723124 ] ], [ [ 120.1621134, 30.2725032 ], [ 120.1621088, 30.2726687 ], [ 120.1620827, 30.2733253 ], [ 120.1620278, 30.274006 ] ], [ [ 120.1744307, 30.277006 ], [ 120.174454, 30.2769024 ], [ 120.1744739, 30.2767737 ], [ 120.1746709, 30.2760742 ], [ 120.1747837, 30.2756119 ], [ 120.1751157, 30.2742507 ], [ 120.1752657, 30.2735625 ], [ 120.1753418, 30.2730458 ], [ 120.1753956, 30.2726065 ] ], [ [ 120.1755305, 30.2726262 ], [ 120.1754806, 30.2730394 ], [ 120.1753954, 30.2735299 ], [ 120.1752615, 30.274203 ], [ 120.1752512, 30.2742716 ], [ 120.1752072, 30.2744523 ], [ 120.1748019, 30.276119 ], [ 120.1746234, 30.2767913 ], [ 120.1746274, 30.2769149 ], [ 120.1746416, 30.2770297 ] ], [ [ 120.1796871, 30.2729154 ], [ 120.1793456, 30.2728837 ], [ 120.1783859, 30.2728098 ], [ 120.1779477, 30.2727808 ], [ 120.1775408, 30.2727548 ], [ 120.1755305, 30.2726262 ] ], [ [ 120.1797205, 30.2728114 ], [ 120.180168, 30.2728805 ] ], [ [ 120.1797205, 30.2728114 ], [ 120.1804205, 30.2728128 ], [ 120.1809348, 30.2728451 ], [ 120.1815215, 30.2728754 ], [ 120.1823944, 30.2729351 ], [ 120.1824676, 30.272933 ] ], [ [ 120.180168, 30.2728805 ], [ 120.1796871, 30.2729154 ] ], [ [ 120.1824676, 30.272933 ], [ 120.1825491, 30.2729393 ] ], [ [ 120.1617622, 30.275959 ], [ 120.1617057, 30.2757651 ], [ 120.1616903, 30.2757124 ], [ 120.1617046, 30.2756203 ], [ 120.1618135, 30.2746076 ], [ 120.1618373, 30.2743866 ], [ 120.1618699, 30.2740065 ], [ 120.161891, 30.2734809 ], [ 120.16192, 30.2728835 ], [ 120.1619738, 30.2726099 ], [ 120.1621134, 30.2725032 ] ], [ [ 120.1620278, 30.274006 ], [ 120.1619933, 30.2743224 ], [ 120.1618415, 30.2757154 ], [ 120.1618216, 30.2757766 ], [ 120.1617622, 30.275959 ] ], [ [ 120.1743554, 30.2772633 ], [ 120.1744307, 30.277006 ] ], [ [ 120.1746416, 30.2770297 ], [ 120.1745598, 30.2772852 ] ], [ [ 120.173069, 30.2809887 ], [ 120.1733186, 30.2802948 ], [ 120.173352, 30.2802018 ], [ 120.1735228, 30.2797269 ], [ 120.1737507, 30.2790276 ], [ 120.1742622, 30.277644 ], [ 120.1743381, 30.2773649 ], [ 120.1743554, 30.2772633 ] ], [ [ 120.1745598, 30.2772852 ], [ 120.1745285, 30.277382 ], [ 120.1744162, 30.2776866 ], [ 120.1739479, 30.2790542 ], [ 120.1738617, 30.2793267 ], [ 120.1737313, 30.2796427 ], [ 120.1732035, 30.2810265 ] ], [ [ 120.1255803, 30.2738387 ], [ 120.1256104, 30.2739457 ] ], [ [ 120.1255085, 30.2739509 ], [ 120.1255135, 30.2738495 ] ], [ [ 120.1290687, 30.273757 ], [ 120.1282955, 30.2738231 ], [ 120.125626, 30.2740507 ] ], [ [ 120.1193599, 30.2741977 ], [ 120.1199058, 30.2741559 ], [ 120.1213216, 30.2740364 ], [ 120.1224518, 30.2739491 ], [ 120.1247612, 30.2738042 ], [ 120.125533, 30.2737383 ] ], [ [ 120.1256104, 30.2739457 ], [ 120.125626, 30.2740507 ] ], [ [ 120.1255049, 30.2740635 ], [ 120.1255085, 30.2739509 ] ], [ [ 120.125626, 30.2740507 ], [ 120.1255049, 30.2740635 ] ], [ [ 120.1061156, 30.278362 ], [ 120.106838, 30.2759242 ], [ 120.10703, 30.2752762 ], [ 120.1076416, 30.2734349 ], [ 120.1077136, 30.2732091 ], [ 120.1078049, 30.2729048 ] ], [ [ 120.1079386, 30.2729707 ], [ 120.1078468, 30.2732459 ], [ 120.1077735, 30.2734793 ], [ 120.1077457, 30.2735666 ], [ 120.1071918, 30.2753087 ], [ 120.1071523, 30.2754117 ], [ 120.1068882, 30.276248 ], [ 120.1067448, 30.2767022 ], [ 120.1065336, 30.2774316 ], [ 120.1062626, 30.2783658 ] ], [ [ 120.1009251, 30.2782279 ], [ 120.1029944, 30.2782827 ], [ 120.1046445, 30.2783264 ], [ 120.1049276, 30.2783339 ], [ 120.1053286, 30.2783536 ], [ 120.1061156, 30.278362 ] ], [ [ 120.1061156, 30.278362 ], [ 120.1062626, 30.2783658 ] ], [ [ 120.1060763, 30.2784778 ], [ 120.1052749, 30.2784428 ], [ 120.1048967, 30.2784289 ], [ 120.1036751, 30.2783909 ], [ 120.1029219, 30.2783675 ], [ 120.1019035, 30.278339 ], [ 120.1017864, 30.2783357 ], [ 120.101103, 30.2783166 ], [ 120.1009344, 30.2783119 ] ], [ [ 120.1255049, 30.2740635 ], [ 120.1240966, 30.2741723 ], [ 120.1225168, 30.274281 ], [ 120.1209072, 30.2744115 ], [ 120.1198457, 30.2744814 ] ], [ [ 120.125626, 30.2740507 ], [ 120.1256256, 30.2741236 ], [ 120.1254823, 30.2756353 ], [ 120.1254168, 30.2763259 ], [ 120.1253782, 30.2767333 ] ], [ [ 120.1252552, 30.2767208 ], [ 120.1252968, 30.2763018 ], [ 120.1255128, 30.2741264 ], [ 120.1255049, 30.2740635 ] ], [ [ 120.1198457, 30.2744814 ], [ 120.1195006, 30.2745082 ], [ 120.1192377, 30.2745252 ], [ 120.1190843, 30.2745649 ], [ 120.1189811, 30.2745857 ], [ 120.1186295, 30.2745989 ], [ 120.1184152, 30.2746121 ], [ 120.1172959, 30.2746374 ], [ 120.1161034, 30.274614 ], [ 120.115713, 30.2745985 ], [ 120.1155351, 30.2744922 ] ], [ [ 120.1111097, 30.2784357 ], [ 120.1118964, 30.2784449 ], [ 120.1128845, 30.2784564 ], [ 120.1142438, 30.2784674 ], [ 120.1146809, 30.2784709 ], [ 120.11488, 30.2784725 ], [ 120.115097, 30.2784786 ] ], [ [ 120.115097, 30.2784786 ], [ 120.1152573, 30.2784883 ] ], [ [ 120.1250885, 30.2790166 ], [ 120.1252552, 30.2767208 ] ], [ [ 120.1253782, 30.2767333 ], [ 120.1253117, 30.2775575 ], [ 120.1252319, 30.2785469 ], [ 120.1252284, 30.2785909 ], [ 120.1251923, 30.2790379 ] ], [ [ 120.1194736, 30.2786732 ], [ 120.1196692, 30.278715 ], [ 120.1206653, 30.2787688 ], [ 120.1218344, 30.2788271 ], [ 120.1221343, 30.2788473 ], [ 120.1235939, 30.2789309 ], [ 120.1250885, 30.2790166 ] ], [ [ 120.1150803, 30.2786133 ], [ 120.1148769, 30.278602 ], [ 120.1146678, 30.2785986 ], [ 120.1142464, 30.2785916 ], [ 120.1126598, 30.2785655 ], [ 120.1109686, 30.2785376 ] ], [ [ 120.1152573, 30.2784883 ], [ 120.1170818, 30.2785794 ], [ 120.1175141, 30.2786063 ], [ 120.1181857, 30.278648 ], [ 120.1185269, 30.2786196 ], [ 120.1187397, 30.2786317 ], [ 120.1194736, 30.2786732 ] ], [ [ 120.1152452, 30.278611 ], [ 120.1150803, 30.2786133 ] ], [ [ 120.119482, 30.2787852 ], [ 120.1187289, 30.2787516 ], [ 120.1185143, 30.278742 ], [ 120.1175796, 30.2787002 ], [ 120.1170751, 30.2786777 ], [ 120.1169479, 30.2786731 ], [ 120.1165297, 30.2786578 ], [ 120.1152452, 30.278611 ] ], [ [ 120.1218622, 30.2789289 ], [ 120.1206632, 30.2788569 ], [ 120.1204361, 30.2788466 ], [ 120.119482, 30.2787852 ] ], [ [ 120.1250885, 30.2790166 ], [ 120.1251923, 30.2790379 ] ], [ [ 120.1250748, 30.279129 ], [ 120.1224454, 30.2789652 ], [ 120.1218622, 30.2789289 ] ], [ [ 120.1250748, 30.279129 ], [ 120.1250885, 30.2790166 ] ], [ [ 120.1251923, 30.2790379 ], [ 120.1251778, 30.2791303 ] ], [ [ 120.1251923, 30.2790379 ], [ 120.1268649, 30.2791204 ], [ 120.1286774, 30.2792031 ] ], [ [ 120.1251778, 30.2791303 ], [ 120.1250748, 30.279129 ] ], [ [ 120.1286766, 30.2793164 ], [ 120.1276395, 30.2792583 ], [ 120.1269092, 30.2792174 ], [ 120.1268587, 30.279216 ], [ 120.1251778, 30.2791303 ] ], [ [ 120.1286774, 30.2792031 ], [ 120.1293473, 30.2792446 ], [ 120.131256, 30.2793627 ] ], [ [ 120.131256, 30.2793627 ], [ 120.1313635, 30.2793664 ] ], [ [ 120.1409302, 30.2743585 ], [ 120.1409099, 30.2742582 ] ], [ [ 120.1460341, 30.2748343 ], [ 120.1427782, 30.2745133 ], [ 120.1422915, 30.2744653 ], [ 120.1416993, 30.2744193 ], [ 120.1415008, 30.2744007 ], [ 120.1409302, 30.2743585 ] ], [ [ 120.1461318, 30.2744948 ], [ 120.1467765, 30.2745581 ], [ 120.1475442, 30.2746334 ], [ 120.149776, 30.2748524 ] ], [ [ 120.149776, 30.2748524 ], [ 120.1499085, 30.2748575 ] ], [ [ 120.1499085, 30.2748575 ], [ 120.1509589, 30.274934 ], [ 120.1511437, 30.2749475 ], [ 120.1516771, 30.2749914 ], [ 120.1518904, 30.2750123 ], [ 120.1524104, 30.2750649 ] ], [ [ 120.1497421, 30.275136 ], [ 120.1482175, 30.275012 ], [ 120.1460341, 30.2748343 ] ], [ [ 120.1523155, 30.2753597 ], [ 120.1523477, 30.2752674 ] ], [ [ 120.1524802, 30.2752814 ], [ 120.152449, 30.2753695 ] ], [ [ 120.1548861, 30.275245 ], [ 120.1552189, 30.2752704 ], [ 120.1564193, 30.2753643 ], [ 120.1573558, 30.2754375 ] ], [ [ 120.152449, 30.2753695 ], [ 120.1523155, 30.2753597 ] ], [ [ 120.1548849, 30.2755394 ], [ 120.1539504, 30.2754742 ], [ 120.1535559, 30.2754467 ], [ 120.1534575, 30.2754398 ], [ 120.152449, 30.2753695 ] ], [ [ 120.1523155, 30.2753597 ], [ 120.1517368, 30.2753111 ], [ 120.1515082, 30.2752896 ], [ 120.1510454, 30.2752497 ], [ 120.1504445, 30.2751933 ], [ 120.1500272, 30.2751542 ], [ 120.1498743, 30.2751458 ] ], [ [ 120.1515228, 30.2773173 ], [ 120.1520399, 30.2760473 ], [ 120.152296, 30.2754385 ], [ 120.1523155, 30.2753597 ] ], [ [ 120.152449, 30.2753695 ], [ 120.152398, 30.2754485 ], [ 120.1522154, 30.2758682 ], [ 120.152139, 30.276044 ], [ 120.1516144, 30.2773276 ] ], [ [ 120.1573558, 30.2754375 ], [ 120.1581938, 30.2755227 ], [ 120.1595919, 30.2756649 ] ], [ [ 120.1600699, 30.2759873 ], [ 120.1581196, 30.2758129 ], [ 120.157201, 30.2757107 ], [ 120.156548, 30.2756573 ], [ 120.1560689, 30.2756181 ], [ 120.1548849, 30.2755394 ] ], [ [ 120.1595919, 30.2756649 ], [ 120.16002, 30.275701 ], [ 120.1614738, 30.2758236 ], [ 120.1617622, 30.275959 ] ], [ [ 120.1617622, 30.275959 ], [ 120.1617243, 30.2761613 ] ], [ [ 120.1362416, 30.2739381 ], [ 120.1362246, 30.2740039 ] ], [ [ 120.1409302, 30.2743585 ], [ 120.1374119, 30.274043 ], [ 120.1362416, 30.2739381 ] ], [ [ 120.1367754, 30.2796802 ], [ 120.1376728, 30.2789435 ] ], [ [ 120.1376728, 30.2789435 ], [ 120.1383198, 30.2782236 ] ], [ [ 120.1383198, 30.2782236 ], [ 120.1384895, 30.2780347 ] ], [ [ 120.1384895, 30.2780347 ], [ 120.1386298, 30.2778669 ] ], [ [ 120.1386298, 30.2778669 ], [ 120.1389542, 30.2774791 ] ], [ [ 120.1389542, 30.2774791 ], [ 120.1398618, 30.276385 ] ], [ [ 120.1398618, 30.276385 ], [ 120.1403101, 30.2758287 ] ], [ [ 120.1403101, 30.2758287 ], [ 120.1405033, 30.2756017 ] ], [ [ 120.1405033, 30.2756017 ], [ 120.1406865, 30.2753746 ] ], [ [ 120.1406865, 30.2753746 ], [ 120.1407242, 30.2753023 ] ], [ [ 120.1407242, 30.2753023 ], [ 120.140817, 30.2751246 ] ], [ [ 120.140817, 30.2751246 ], [ 120.140885, 30.2749243 ] ], [ [ 120.140885, 30.2749243 ], [ 120.1409194, 30.2746631 ] ], [ [ 120.1409194, 30.2746631 ], [ 120.1409322, 30.2744205 ] ], [ [ 120.1409322, 30.2744205 ], [ 120.1409302, 30.2743585 ] ], [ [ 120.1313635, 30.2793664 ], [ 120.1325536, 30.279445 ], [ 120.1336198, 30.2795155 ], [ 120.1336776, 30.279515 ], [ 120.1346285, 30.2795693 ], [ 120.1357946, 30.2796289 ], [ 120.1367754, 30.2796802 ] ], [ [ 120.1500858, 30.2809415 ], [ 120.1502833, 30.2805175 ], [ 120.1504751, 30.2800532 ], [ 120.1508707, 30.2791306 ], [ 120.151044, 30.2786461 ], [ 120.1511689, 30.2783064 ], [ 120.1515228, 30.2773173 ] ], [ [ 120.1516144, 30.2773276 ], [ 120.1512275, 30.2783827 ], [ 120.1509679, 30.279082 ], [ 120.1508378, 30.2794324 ], [ 120.1501989, 30.2809647 ] ], [ [ 120.1426752, 30.280117 ], [ 120.1413168, 30.2800272 ], [ 120.1409108, 30.2800003 ], [ 120.1398247, 30.2799284 ], [ 120.1394662, 30.2799114 ], [ 120.1388788, 30.2798836 ] ], [ [ 120.1427267, 30.2799886 ], [ 120.1452012, 30.2800958 ], [ 120.1466019, 30.2802118 ] ], [ [ 120.1466019, 30.2802118 ], [ 120.1467286, 30.2802329 ] ], [ [ 120.1464879, 30.2803342 ], [ 120.1461518, 30.2802987 ], [ 120.1452029, 30.2802152 ], [ 120.1448048, 30.2802023 ], [ 120.1440665, 30.2801619 ], [ 120.1426752, 30.280117 ] ], [ [ 120.1466099, 30.2803627 ], [ 120.1464879, 30.2803342 ] ], [ [ 120.1246107, 30.2849973 ], [ 120.1248141, 30.2819061 ] ], [ [ 120.1249253, 30.2819114 ], [ 120.1247022, 30.2850008 ] ], [ [ 120.1246107, 30.2849973 ], [ 120.1247022, 30.2850008 ] ], [ [ 120.1245988, 30.2850576 ], [ 120.1246107, 30.2849973 ] ], [ [ 120.1247022, 30.2850008 ], [ 120.1246928, 30.2850682 ] ], [ [ 120.1366342, 30.2797937 ], [ 120.1357894, 30.2797455 ], [ 120.1347632, 30.279687 ], [ 120.1336169, 30.2795979 ], [ 120.1329498, 30.2795526 ], [ 120.1324488, 30.2795185 ], [ 120.1313477, 30.279465 ] ], [ [ 120.1367754, 30.2796802 ], [ 120.1366342, 30.2797937 ] ], [ [ 120.1367754, 30.2796802 ], [ 120.1370017, 30.2796888 ], [ 120.1373696, 30.2797044 ], [ 120.1398335, 30.2798083 ], [ 120.1403384, 30.2798398 ], [ 120.1427267, 30.2799886 ] ], [ [ 120.1388788, 30.2798836 ], [ 120.1386694, 30.2798772 ], [ 120.1373258, 30.2798359 ], [ 120.1368608, 30.2798075 ], [ 120.1366342, 30.2797937 ] ], [ [ 120.1366721, 30.2856635 ], [ 120.1366649, 30.2856207 ] ], [ [ 120.1366649, 30.2856207 ], [ 120.1365808, 30.285123 ] ], [ [ 120.1365808, 30.285123 ], [ 120.1364863, 30.2848227 ] ], [ [ 120.1364863, 30.2848227 ], [ 120.1364627, 30.2847711 ] ], [ [ 120.1364627, 30.2847711 ], [ 120.1364299, 30.2846995 ] ], [ [ 120.1364299, 30.2846995 ], [ 120.1362485, 30.2843037 ] ], [ [ 120.1362485, 30.2843037 ], [ 120.1360958, 30.2840178 ] ], [ [ 120.1360958, 30.2840178 ], [ 120.1356055, 30.283186 ] ], [ [ 120.1356055, 30.283186 ], [ 120.1354984, 30.2829852 ] ], [ [ 120.1354984, 30.2829852 ], [ 120.1354419, 30.2827989 ] ], [ [ 120.1354419, 30.2827989 ], [ 120.1354084, 30.2826125 ] ], [ [ 120.1354084, 30.2826125 ], [ 120.1354241, 30.2823666 ] ], [ [ 120.1354241, 30.2823666 ], [ 120.1354355, 30.2822966 ] ], [ [ 120.1354355, 30.2822966 ], [ 120.1354854, 30.2819897 ] ], [ [ 120.1354854, 30.2819897 ], [ 120.1355171, 30.2818319 ] ], [ [ 120.1355171, 30.2818319 ], [ 120.135607, 30.2813844 ] ], [ [ 120.135607, 30.2813844 ], [ 120.1356659, 30.281134 ] ], [ [ 120.1356659, 30.281134 ], [ 120.1357995, 30.2808115 ] ], [ [ 120.1357995, 30.2808115 ], [ 120.1359379, 30.2805592 ] ], [ [ 120.1359379, 30.2805592 ], [ 120.1361655, 30.2802621 ] ], [ [ 120.1361655, 30.2802621 ], [ 120.1366342, 30.2797937 ] ], [ [ 120.130878, 30.2853375 ], [ 120.1328427, 30.2854679 ], [ 120.1332374, 30.2854971 ], [ 120.133706, 30.2855238 ], [ 120.134536, 30.285571 ], [ 120.1366721, 30.2856635 ] ], [ [ 120.1312429, 30.2794602 ], [ 120.1286766, 30.2793164 ] ], [ [ 120.1313477, 30.279465 ], [ 120.1312429, 30.2794602 ] ], [ [ 120.1248141, 30.2819061 ], [ 120.1249789, 30.2805213 ], [ 120.1249785, 30.2801692 ], [ 120.1250748, 30.279129 ] ], [ [ 120.1251778, 30.2791303 ], [ 120.1251329, 30.2797039 ], [ 120.1251011, 30.2801797 ], [ 120.1249253, 30.2819114 ] ], [ [ 120.0958863, 30.2781297 ], [ 120.0932587, 30.2780342 ], [ 120.092321, 30.2780025 ], [ 120.0897492, 30.2779641 ], [ 120.0895255, 30.2779463 ] ], [ [ 120.0958965, 30.2780458 ], [ 120.0960208, 30.2780493 ] ], [ [ 120.0960063, 30.2781294 ], [ 120.0958863, 30.2781297 ] ], [ [ 120.0960208, 30.2780493 ], [ 120.0988128, 30.278151 ], [ 120.1006962, 30.2782196 ], [ 120.1009251, 30.2782279 ] ], [ [ 120.1009344, 30.2783119 ], [ 120.0998765, 30.2782634 ], [ 120.0989583, 30.2782316 ], [ 120.0986257, 30.2782201 ], [ 120.0960063, 30.2781294 ] ], [ [ 120.0881457, 30.2832869 ], [ 120.0891251, 30.2833501 ], [ 120.091604, 30.2835462 ], [ 120.0926082, 30.2836209 ], [ 120.0948213, 30.2837854 ] ], [ [ 120.0948016, 30.2838952 ], [ 120.0931929, 30.2837687 ], [ 120.0915552, 30.2836399 ], [ 120.0881176, 30.2833967 ] ], [ [ 120.0948213, 30.2837854 ], [ 120.0949507, 30.2837931 ] ], [ [ 120.0949507, 30.2837931 ], [ 120.0962956, 30.2838422 ], [ 120.0971074, 30.2838718 ], [ 120.0983042, 30.2839111 ], [ 120.0985742, 30.28392 ], [ 120.1001103, 30.2839704 ] ], [ [ 120.0949237, 30.283906 ], [ 120.0948016, 30.2838952 ] ], [ [ 120.1062626, 30.2783658 ], [ 120.1076013, 30.2783851 ], [ 120.1082252, 30.2783941 ], [ 120.1094124, 30.2784173 ], [ 120.1111097, 30.2784357 ] ], [ [ 120.1060763, 30.2784778 ], [ 120.1061156, 30.278362 ] ], [ [ 120.1062626, 30.2783658 ], [ 120.1062248, 30.2784809 ] ], [ [ 120.1062248, 30.2784809 ], [ 120.1060763, 30.2784778 ] ], [ [ 120.1109686, 30.2785376 ], [ 120.1077322, 30.2784989 ], [ 120.1062248, 30.2784809 ] ], [ [ 120.1043938, 30.2840748 ], [ 120.1045869, 30.283411 ], [ 120.1049629, 30.282194 ], [ 120.1050538, 30.2818823 ], [ 120.1052129, 30.2813371 ], [ 120.1054163, 30.280601 ], [ 120.1055094, 30.2802937 ], [ 120.1057215, 30.2797769 ], [ 120.1059283, 30.2792379 ], [ 120.1059719, 30.2790812 ], [ 120.1060142, 30.278862 ], [ 120.1060763, 30.2784778 ] ], [ [ 120.1062248, 30.2784809 ], [ 120.1061384, 30.2789855 ], [ 120.1061138, 30.2790903 ], [ 120.1060906, 30.2791691 ], [ 120.1060736, 30.2792495 ], [ 120.105868, 30.2798095 ], [ 120.1056683, 30.2803031 ], [ 120.1055036, 30.2808583 ], [ 120.1053576, 30.2813507 ], [ 120.1050983, 30.2822259 ], [ 120.1047254, 30.2834222 ], [ 120.1045567, 30.2840849 ] ], [ [ 120.1001103, 30.2839704 ], [ 120.101096, 30.2840019 ], [ 120.1022383, 30.2840383 ], [ 120.1034001, 30.2840606 ], [ 120.1038523, 30.2840593 ], [ 120.1043938, 30.2840748 ] ], [ [ 120.1043938, 30.2840748 ], [ 120.1045567, 30.2840849 ] ], [ [ 120.1045567, 30.2840849 ], [ 120.1054412, 30.2840993 ], [ 120.1067875, 30.2841213 ], [ 120.1093984, 30.2841799 ] ], [ [ 120.1043466, 30.2842136 ], [ 120.1043938, 30.2840748 ] ], [ [ 120.1045567, 30.2840849 ], [ 120.1045055, 30.284227 ] ], [ [ 120.1043466, 30.2842136 ], [ 120.1037964, 30.28421 ], [ 120.1033468, 30.2841968 ], [ 120.1022274, 30.2841763 ], [ 120.1000746, 30.2841221 ] ], [ [ 120.1045055, 30.284227 ], [ 120.1043466, 30.2842136 ] ], [ [ 120.1093984, 30.2841799 ], [ 120.110514, 30.2842429 ], [ 120.110929, 30.2842656 ], [ 120.1119292, 30.2843184 ], [ 120.1124175, 30.2843442 ] ], [ [ 120.1124113, 30.2844366 ], [ 120.1114607, 30.2843987 ], [ 120.1109296, 30.2843775 ], [ 120.1105162, 30.2843581 ], [ 120.1093938, 30.2843093 ] ], [ [ 120.1124175, 30.2843442 ], [ 120.1139016, 30.284423 ], [ 120.1142798, 30.2844328 ], [ 120.1146636, 30.2844476 ] ], [ [ 120.1146636, 30.2844476 ], [ 120.1147826, 30.2844681 ] ], [ [ 120.1146415, 30.2845387 ], [ 120.1142831, 30.2845245 ], [ 120.1139168, 30.284507 ], [ 120.1124113, 30.2844366 ] ], [ [ 120.114775, 30.2845598 ], [ 120.1146415, 30.2845387 ] ], [ [ 120.1147826, 30.2844681 ], [ 120.1175068, 30.2846447 ], [ 120.1178116, 30.2846585 ], [ 120.1189159, 30.2847083 ] ], [ [ 120.1189157, 30.2847973 ], [ 120.1165263, 30.2846683 ], [ 120.1148709, 30.2845789 ], [ 120.114775, 30.2845598 ] ], [ [ 120.1189159, 30.2847083 ], [ 120.1215776, 30.2848557 ], [ 120.1217792, 30.2848668 ], [ 120.1220315, 30.2848808 ], [ 120.1233241, 30.2849392 ], [ 120.1246107, 30.2849973 ] ], [ [ 120.1245988, 30.2850576 ], [ 120.1232129, 30.2849937 ], [ 120.1217821, 30.2849278 ], [ 120.1215729, 30.284919 ], [ 120.1189157, 30.2847973 ] ], [ [ 120.1000746, 30.2841221 ], [ 120.0989495, 30.2840825 ], [ 120.0983781, 30.2840624 ], [ 120.0979803, 30.2840484 ], [ 120.0970827, 30.2840168 ], [ 120.0949237, 30.283906 ] ], [ [ 120.1093938, 30.2843093 ], [ 120.1080137, 30.2842781 ], [ 120.1072678, 30.2842672 ], [ 120.1045055, 30.284227 ] ], [ [ 120.1045055, 30.284227 ], [ 120.1039956, 30.2859369 ], [ 120.1039107, 30.2861939 ], [ 120.1038265, 30.2865498 ] ], [ [ 120.1029438, 30.2890366 ], [ 120.1029382, 30.2889392 ], [ 120.1037481, 30.2861708 ], [ 120.1038383, 30.2858971 ], [ 120.1043466, 30.2842136 ] ], [ [ 120.2055638, 30.2458752 ], [ 120.2056794, 30.2459984 ] ], [ [ 120.2055314, 30.2461186 ], [ 120.2054136, 30.2459651 ] ], [ [ 120.2056794, 30.2459984 ], [ 120.206517, 30.2469471 ], [ 120.2069945, 30.2474806 ], [ 120.2074715, 30.2480013 ], [ 120.2079546, 30.2485647 ], [ 120.2087231, 30.2494273 ] ], [ [ 120.208585, 30.2495496 ], [ 120.2082441, 30.2491682 ], [ 120.2072894, 30.2481001 ], [ 120.2068449, 30.2475858 ], [ 120.2061015, 30.2467722 ], [ 120.2058735, 30.2465108 ], [ 120.2055314, 30.2461186 ] ], [ [ 120.2087231, 30.2494273 ], [ 120.20878, 30.2495043 ] ], [ [ 120.20878, 30.2495043 ], [ 120.2088261, 30.2495667 ] ], [ [ 120.2088261, 30.2495667 ], [ 120.2088787, 30.249638 ] ], [ [ 120.208693, 30.2496784 ], [ 120.208585, 30.2495496 ] ], [ [ 120.2193419, 30.2614267 ], [ 120.2194683, 30.2613128 ], [ 120.219605, 30.2611953 ], [ 120.2210657, 30.2599104 ], [ 120.2212814, 30.2596331 ], [ 120.2214655, 30.2592474 ], [ 120.2215487, 30.2589029 ], [ 120.2215041, 30.2585061 ], [ 120.2213818, 30.2581874 ], [ 120.2210067, 30.2575922 ], [ 120.2205879, 30.2569244 ], [ 120.2202613, 30.2564078 ], [ 120.2202594, 30.256234 ] ], [ [ 120.220362, 30.2561848 ], [ 120.2205669, 30.2563968 ], [ 120.2208298, 30.2568092 ], [ 120.2212315, 30.2574066 ], [ 120.2214856, 30.2578206 ], [ 120.2216355, 30.2581065 ], [ 120.2217202, 30.2584178 ], [ 120.2217339, 30.2587026 ], [ 120.2217244, 30.2589802 ], [ 120.2216155, 30.2593083 ], [ 120.2214263, 30.2596652 ], [ 120.2212266, 30.2599474 ], [ 120.2198865, 30.2611301 ], [ 120.219711, 30.2612895 ], [ 120.2195772, 30.2614096 ], [ 120.2194621, 30.2615156 ], [ 120.2193544, 30.2616135 ] ], [ [ 120.2250749, 30.2632075 ], [ 120.2256393, 30.2639033 ], [ 120.2262677, 30.264816 ], [ 120.2270812, 30.2660072 ], [ 120.2276201, 30.2668027 ], [ 120.2276764, 30.2668818 ] ], [ [ 120.227461, 30.2670046 ], [ 120.2273934, 30.2669103 ], [ 120.2268457, 30.2661463 ], [ 120.2259608, 30.2649493 ], [ 120.2253374, 30.2640629 ], [ 120.2249451, 30.2632394 ] ], [ [ 120.227461, 30.2670046 ], [ 120.2276764, 30.2668818 ] ], [ [ 120.2088787, 30.249638 ], [ 120.2093872, 30.250173 ], [ 120.210206, 30.2510345 ], [ 120.2104184, 30.2513124 ], [ 120.2109558, 30.2520493 ], [ 120.2115779, 30.2527514 ] ], [ [ 120.2114377, 30.2528223 ], [ 120.2108267, 30.2521188 ], [ 120.2102326, 30.2514284 ], [ 120.209892, 30.2510413 ], [ 120.208693, 30.2496784 ] ], [ [ 120.2182951, 30.253345 ], [ 120.2184524, 30.2532667 ] ], [ [ 120.2115779, 30.2527514 ], [ 120.2116511, 30.2528508 ] ], [ [ 120.2115094, 30.2529225 ], [ 120.2114377, 30.2528223 ] ], [ [ 120.2066852, 30.2544056 ], [ 120.2061196, 30.2536977 ], [ 120.2054889, 30.2529082 ], [ 120.2049503, 30.252234 ] ], [ [ 120.2051827, 30.2520514 ], [ 120.206189, 30.2533581 ], [ 120.2064619, 30.2536974 ], [ 120.2072613, 30.2546872 ], [ 120.2074111, 30.2549222 ] ], [ [ 120.2116511, 30.2528508 ], [ 120.2126835, 30.2540011 ], [ 120.2128804, 30.2542205 ] ], [ [ 120.2127083, 30.2543017 ], [ 120.21233, 30.2538665 ], [ 120.2115094, 30.2529225 ] ], [ [ 120.2185613, 30.2534129 ], [ 120.2184342, 30.2534748 ] ], [ [ 120.2171073, 30.2538988 ], [ 120.2182951, 30.253345 ] ], [ [ 120.2184342, 30.2534748 ], [ 120.2173916, 30.2540298 ], [ 120.2160319, 30.2546854 ], [ 120.2146483, 30.2554277 ], [ 120.2145607, 30.255473 ], [ 120.2141743, 30.2557218 ] ], [ [ 120.2140659, 30.2556003 ], [ 120.2144622, 30.2553463 ], [ 120.2145429, 30.2553055 ], [ 120.2146176, 30.2552593 ], [ 120.2150974, 30.2550108 ], [ 120.2158638, 30.2546335 ], [ 120.2164698, 30.2543156 ], [ 120.2171073, 30.2538988 ] ], [ [ 120.2128804, 30.2542205 ], [ 120.2131627, 30.254552 ], [ 120.2138194, 30.2553229 ], [ 120.2140659, 30.2556003 ] ], [ [ 120.2138935, 30.2556803 ], [ 120.2136853, 30.2554128 ], [ 120.2127083, 30.2543017 ] ], [ [ 120.2138935, 30.2556803 ], [ 120.2140659, 30.2556003 ] ], [ [ 120.2071745, 30.2550181 ], [ 120.2066852, 30.2544056 ] ], [ [ 120.2074111, 30.2549222 ], [ 120.2074584, 30.2550591 ] ], [ [ 120.2072933, 30.2551403 ], [ 120.2071745, 30.2550181 ] ], [ [ 120.2140659, 30.2556003 ], [ 120.2141743, 30.2557218 ] ], [ [ 120.2140367, 30.2558551 ], [ 120.2138935, 30.2556803 ] ], [ [ 120.2141743, 30.2557218 ], [ 120.2140367, 30.2558551 ] ], [ [ 120.220362, 30.2561848 ], [ 120.2202594, 30.256234 ] ], [ [ 120.2141743, 30.2557218 ], [ 120.2145723, 30.2561578 ], [ 120.2161209, 30.2579517 ] ], [ [ 120.2159518, 30.2580249 ], [ 120.2153822, 30.2573932 ], [ 120.2149942, 30.2569629 ], [ 120.2149577, 30.2569204 ], [ 120.2149109, 30.2568657 ], [ 120.2143308, 30.2561885 ], [ 120.2140367, 30.2558551 ] ], [ [ 120.2202594, 30.256234 ], [ 120.2187251, 30.2568841 ] ], [ [ 120.2187251, 30.2568841 ], [ 120.2184306, 30.2569841 ] ], [ [ 120.2184306, 30.2569841 ], [ 120.2170388, 30.2575559 ] ], [ [ 120.2170388, 30.2575559 ], [ 120.2166326, 30.2577221 ] ], [ [ 120.2166326, 30.2577221 ], [ 120.2165281, 30.2577648 ] ], [ [ 120.2165281, 30.2577648 ], [ 120.2161209, 30.2579517 ] ], [ [ 120.2159518, 30.2580249 ], [ 120.2161209, 30.2579517 ] ], [ [ 120.2383095, 30.2418142 ], [ 120.2380499, 30.2419432 ] ], [ [ 120.2380499, 30.2419432 ], [ 120.2379864, 30.241854 ] ], [ [ 120.2359387, 30.2429202 ], [ 120.2379864, 30.241854 ] ], [ [ 120.2380499, 30.2419432 ], [ 120.2359821, 30.242983 ] ], [ [ 120.2383095, 30.2418142 ], [ 120.2391791, 30.2429003 ], [ 120.2394723, 30.2432664 ], [ 120.2395023, 30.2433174 ] ], [ [ 120.2395023, 30.2433174 ], [ 120.2398214, 30.2438593 ], [ 120.2398792, 30.2439516 ] ], [ [ 120.2406182, 30.245667 ], [ 120.2399364, 30.244454 ], [ 120.2398575, 30.2443238 ], [ 120.2397058, 30.2440736 ], [ 120.2392367, 30.2434212 ], [ 120.23906, 30.2431872 ], [ 120.2389419, 30.2430309 ], [ 120.2380499, 30.2419432 ] ], [ [ 120.2478185, 30.2466531 ], [ 120.248108, 30.2465087 ] ], [ [ 120.2482174, 30.2466694 ], [ 120.2479929, 30.2467974 ] ], [ [ 120.2479929, 30.2467974 ], [ 120.2455515, 30.2481679 ], [ 120.2432259, 30.249638 ] ], [ [ 120.2506357, 30.2500409 ], [ 120.2508158, 30.2499469 ] ], [ [ 120.2409166, 30.245626 ], [ 120.2406517, 30.2457909 ] ], [ [ 120.2406517, 30.2457909 ], [ 120.2406182, 30.245667 ] ], [ [ 120.2409166, 30.245626 ], [ 120.2412783, 30.2464805 ], [ 120.2413927, 30.2467508 ], [ 120.2416567, 30.2472257 ], [ 120.2417599, 30.2474113 ], [ 120.2418458, 30.2475457 ] ], [ [ 120.241561, 30.2476381 ], [ 120.241422, 30.2474019 ], [ 120.2410591, 30.2467366 ], [ 120.2409775, 30.2465472 ], [ 120.2406517, 30.2457909 ] ], [ [ 120.2431203, 30.2494411 ], [ 120.2454883, 30.2480837 ], [ 120.2478185, 30.2466531 ] ], [ [ 120.2418458, 30.2475457 ], [ 120.2422495, 30.2481771 ], [ 120.2427988, 30.2489424 ], [ 120.2431203, 30.2494411 ] ], [ [ 120.2429079, 30.2495705 ], [ 120.2425049, 30.2490877 ], [ 120.2419677, 30.2483159 ], [ 120.2418299, 30.2480954 ], [ 120.241561, 30.2476381 ] ], [ [ 120.2429079, 30.2495705 ], [ 120.2431203, 30.2494411 ] ], [ [ 120.2431203, 30.2494411 ], [ 120.2432259, 30.249638 ] ], [ [ 120.2430337, 30.2497255 ], [ 120.2429079, 30.2495705 ] ], [ [ 120.2384595, 30.2467719 ], [ 120.2406182, 30.245667 ] ], [ [ 120.2406517, 30.2457909 ], [ 120.2385131, 30.2468361 ] ], [ [ 120.2345091, 30.2487474 ], [ 120.2373857, 30.247311 ], [ 120.2376244, 30.2471912 ], [ 120.2384595, 30.2467719 ] ], [ [ 120.2385131, 30.2468361 ], [ 120.2374438, 30.2473809 ], [ 120.23457, 30.2488765 ] ], [ [ 120.2432259, 30.249638 ], [ 120.2430337, 30.2497255 ] ], [ [ 120.2408506, 30.2505757 ], [ 120.2429079, 30.2495705 ] ], [ [ 120.2430337, 30.2497255 ], [ 120.24094, 30.2507538 ] ], [ [ 120.2432259, 30.249638 ], [ 120.2434803, 30.2499787 ], [ 120.2439363, 30.250602 ], [ 120.2447831, 30.2517595 ], [ 120.2450556, 30.252132 ], [ 120.2455422, 30.2527972 ] ], [ [ 120.2453372, 30.2529181 ], [ 120.2445618, 30.2518474 ], [ 120.2437357, 30.2507067 ], [ 120.2432587, 30.2500481 ], [ 120.2430337, 30.2497255 ] ], [ [ 120.2455422, 30.2527972 ], [ 120.2456268, 30.2529128 ] ], [ [ 120.2366208, 30.2526885 ], [ 120.2370999, 30.252437 ], [ 120.2378012, 30.2520912 ], [ 120.2408506, 30.2505757 ] ], [ [ 120.24094, 30.2507538 ], [ 120.2392611, 30.2515703 ], [ 120.2391291, 30.2516345 ], [ 120.2389861, 30.2517041 ], [ 120.2379152, 30.2522378 ], [ 120.2371632, 30.2526088 ], [ 120.236728, 30.2528208 ] ], [ [ 120.236506, 30.2527764 ], [ 120.2366208, 30.2526885 ] ], [ [ 120.236728, 30.2528208 ], [ 120.236506, 30.2527764 ] ], [ [ 120.2392701, 30.2562479 ], [ 120.2393933, 30.2561708 ] ], [ [ 120.2453372, 30.2529181 ], [ 120.2455422, 30.2527972 ] ], [ [ 120.2456268, 30.2529128 ], [ 120.2454119, 30.2530212 ] ], [ [ 120.2454119, 30.2530212 ], [ 120.2453372, 30.2529181 ] ], [ [ 120.2429801, 30.2542038 ], [ 120.2453372, 30.2529181 ] ], [ [ 120.2454119, 30.2530212 ], [ 120.2430391, 30.2542839 ] ], [ [ 120.2393933, 30.2561708 ], [ 120.240351, 30.2556394 ], [ 120.2412975, 30.2551216 ], [ 120.2416608, 30.2549234 ], [ 120.2429801, 30.2542038 ] ], [ [ 120.246916, 30.2546571 ], [ 120.2481812, 30.2540242 ] ], [ [ 120.2482574, 30.254137 ], [ 120.24703, 30.2548108 ] ], [ [ 120.2467241, 30.2547459 ], [ 120.246916, 30.2546571 ] ], [ [ 120.246916, 30.2546571 ], [ 120.24703, 30.2548108 ] ], [ [ 120.246853, 30.2549114 ], [ 120.2467241, 30.2547459 ] ], [ [ 120.24703, 30.2548108 ], [ 120.246853, 30.2549114 ] ], [ [ 120.2430391, 30.2542839 ], [ 120.242561, 30.2545383 ], [ 120.2404091, 30.2557255 ], [ 120.2395077, 30.2562619 ] ], [ [ 120.2418258, 30.2574606 ], [ 120.2430744, 30.2567964 ], [ 120.2455034, 30.2554755 ], [ 120.2467241, 30.2547459 ] ], [ [ 120.246853, 30.2549114 ], [ 120.2455821, 30.2555861 ], [ 120.2431508, 30.2569058 ], [ 120.2418839, 30.2575456 ] ], [ [ 120.2416456, 30.2575292 ], [ 120.2418258, 30.2574606 ] ], [ [ 120.2418258, 30.2574606 ], [ 120.2418839, 30.2575456 ] ], [ [ 120.2417463, 30.2576672 ], [ 120.2416456, 30.2575292 ] ], [ [ 120.2418839, 30.2575456 ], [ 120.2417463, 30.2576672 ] ], [ [ 120.2407681, 30.258001 ], [ 120.2416456, 30.2575292 ] ], [ [ 120.2417463, 30.2576672 ], [ 120.2408371, 30.258152 ] ], [ [ 120.2406402, 30.2580611 ], [ 120.2407681, 30.258001 ] ], [ [ 120.2485573, 30.257144 ], [ 120.2484876, 30.2570494 ] ], [ [ 120.2487327, 30.2570514 ], [ 120.2485573, 30.257144 ] ], [ [ 120.2487327, 30.2570514 ], [ 120.2487886, 30.2571217 ], [ 120.2498109, 30.2586717 ], [ 120.2503139, 30.2593532 ] ], [ [ 120.2501858, 30.2594776 ], [ 120.2494027, 30.2582973 ], [ 120.2488534, 30.2575478 ], [ 120.2486105, 30.2572164 ], [ 120.2485573, 30.257144 ] ], [ [ 120.2434308, 30.2598118 ], [ 120.2447016, 30.2591259 ], [ 120.247152, 30.2577946 ], [ 120.2484876, 30.2570494 ] ], [ [ 120.2485573, 30.257144 ], [ 120.2472039, 30.257867 ], [ 120.244753, 30.2591978 ], [ 120.2434929, 30.2598934 ] ], [ [ 120.2343639, 30.2488075 ], [ 120.2345091, 30.2487474 ] ], [ [ 120.23457, 30.2488765 ], [ 120.2344609, 30.2489603 ] ], [ [ 120.2276764, 30.2668818 ], [ 120.2277851, 30.2670344 ] ], [ [ 120.2277851, 30.2670344 ], [ 120.2275468, 30.2671243 ] ], [ [ 120.2074584, 30.2550591 ], [ 120.2080638, 30.2558202 ], [ 120.2086576, 30.2565668 ], [ 120.2096509, 30.2578155 ] ], [ [ 120.2094666, 30.2578931 ], [ 120.2085463, 30.2567274 ], [ 120.2072933, 30.2551403 ] ], [ [ 120.2099358, 30.2576858 ], [ 120.2108821, 30.2572763 ], [ 120.2123014, 30.2564919 ], [ 120.2138935, 30.2556803 ] ], [ [ 120.2140367, 30.2558551 ], [ 120.2137013, 30.2559564 ], [ 120.2123885, 30.2565785 ], [ 120.2113151, 30.2571381 ], [ 120.210588, 30.2575103 ], [ 120.2100071, 30.2578109 ], [ 120.2097928, 30.2580165 ] ], [ [ 120.2096509, 30.2578155 ], [ 120.2099358, 30.2576858 ] ], [ [ 120.2094666, 30.2578931 ], [ 120.2096509, 30.2578155 ] ], [ [ 120.2096509, 30.2578155 ], [ 120.2097928, 30.2580165 ] ], [ [ 120.2096484, 30.258174 ], [ 120.2094666, 30.2578931 ] ], [ [ 120.2097928, 30.2580165 ], [ 120.2096484, 30.258174 ] ], [ [ 120.2055917, 30.2594981 ], [ 120.2060186, 30.2593992 ], [ 120.2065475, 30.2592675 ], [ 120.2068254, 30.2591891 ], [ 120.2070485, 30.2590681 ], [ 120.2074579, 30.2589063 ], [ 120.2078562, 30.2587225 ], [ 120.2081216, 30.2585918 ], [ 120.2083904, 30.2584593 ], [ 120.2088637, 30.2581983 ], [ 120.2094666, 30.2578931 ] ], [ [ 120.2096484, 30.258174 ], [ 120.2091522, 30.258436 ], [ 120.2085517, 30.2587405 ], [ 120.207611, 30.2591868 ], [ 120.2070317, 30.2594123 ], [ 120.2065076, 30.2595769 ], [ 120.2059032, 30.2596833 ], [ 120.2055509, 30.2597053 ] ], [ [ 120.2097928, 30.2580165 ], [ 120.210458, 30.2588625 ], [ 120.2107795, 30.2592437 ], [ 120.211107, 30.2595783 ], [ 120.2114748, 30.2599328 ], [ 120.2120277, 30.2604052 ], [ 120.2122303, 30.2605585 ] ], [ [ 120.2120737, 30.2606869 ], [ 120.2114227, 30.2601333 ], [ 120.2108547, 30.2595781 ], [ 120.2104713, 30.2591724 ], [ 120.2101223, 30.2587519 ], [ 120.2096484, 30.258174 ] ], [ [ 120.2120737, 30.2606869 ], [ 120.2122303, 30.2605585 ] ], [ [ 120.2159518, 30.2580249 ], [ 120.2154852, 30.2583127 ] ], [ [ 120.2154852, 30.2583127 ], [ 120.2150006, 30.2586463 ] ], [ [ 120.2150006, 30.2586463 ], [ 120.2141954, 30.2592038 ] ], [ [ 120.2141954, 30.2592038 ], [ 120.213966, 30.2593619 ] ], [ [ 120.213966, 30.2593619 ], [ 120.2122303, 30.2605585 ] ], [ [ 120.2161209, 30.2579517 ], [ 120.2193419, 30.2614267 ] ], [ [ 120.2191348, 30.2616089 ], [ 120.2175776, 30.2598176 ], [ 120.2159518, 30.2580249 ] ], [ [ 120.2191348, 30.2616089 ], [ 120.2193419, 30.2614267 ] ], [ [ 120.2193419, 30.2614267 ], [ 120.2193544, 30.2616135 ] ], [ [ 120.2193544, 30.2616135 ], [ 120.2191348, 30.2616089 ] ], [ [ 120.2122303, 30.2605585 ], [ 120.2133019, 30.2612878 ], [ 120.2149366, 30.2621856 ], [ 120.2161959, 30.2629853 ], [ 120.2169558, 30.2635196 ] ], [ [ 120.2168298, 30.2636944 ], [ 120.2165693, 30.263464 ], [ 120.2162052, 30.2632171 ], [ 120.2155558, 30.2627767 ], [ 120.2154334, 30.2626937 ], [ 120.213869, 30.2617771 ], [ 120.2126234, 30.2610628 ], [ 120.2120737, 30.2606869 ] ], [ [ 120.2102741, 30.2634823 ], [ 120.2102991, 30.2632091 ] ], [ [ 120.2102991, 30.2632091 ], [ 120.2103838, 30.2627822 ] ], [ [ 120.2103838, 30.2627822 ], [ 120.2105407, 30.2623045 ] ], [ [ 120.2105407, 30.2623045 ], [ 120.2105923, 30.2621831 ] ], [ [ 120.2105923, 30.2621831 ], [ 120.2106977, 30.2619355 ] ], [ [ 120.2106977, 30.2619355 ], [ 120.2109119, 30.261627 ] ], [ [ 120.2109119, 30.261627 ], [ 120.2112009, 30.2613534 ] ], [ [ 120.2112009, 30.2613534 ], [ 120.2114764, 30.2611258 ] ], [ [ 120.2114764, 30.2611258 ], [ 120.2117836, 30.2609054 ] ], [ [ 120.2117836, 30.2609054 ], [ 120.2120737, 30.2606869 ] ], [ [ 120.2099156, 30.2666503 ], [ 120.2100328, 30.2657381 ] ], [ [ 120.2100328, 30.2657381 ], [ 120.2100634, 30.2654809 ] ], [ [ 120.2100634, 30.2654809 ], [ 120.2101159, 30.2650408 ] ], [ [ 120.2101159, 30.2650408 ], [ 120.2101245, 30.2649127 ] ], [ [ 120.2101245, 30.2649127 ], [ 120.2101526, 30.2646442 ] ], [ [ 120.2101526, 30.2646442 ], [ 120.2102741, 30.2634823 ] ], [ [ 120.2033922, 30.2660042 ], [ 120.2047237, 30.2661382 ], [ 120.2066856, 30.2663159 ], [ 120.2069048, 30.2663358 ], [ 120.2093951, 30.2665992 ], [ 120.2099156, 30.2666503 ] ], [ [ 120.2099003, 30.2668308 ], [ 120.2095538, 30.266787 ], [ 120.207006, 30.2665194 ], [ 120.2066904, 30.266491 ], [ 120.2053679, 30.2663722 ], [ 120.2047912, 30.2663204 ], [ 120.204668, 30.2663052 ], [ 120.2034032, 30.2661845 ] ], [ [ 120.2099156, 30.2666503 ], [ 120.2099003, 30.2668308 ] ], [ [ 120.2169558, 30.2635196 ], [ 120.2191348, 30.2616089 ] ], [ [ 120.2168298, 30.2636944 ], [ 120.2169558, 30.2635196 ] ], [ [ 120.2169558, 30.2635196 ], [ 120.2170815, 30.2636359 ], [ 120.2176206, 30.2640769 ], [ 120.217651, 30.2641018 ], [ 120.2182302, 30.2646283 ], [ 120.2186586, 30.2650057 ], [ 120.2195703, 30.2657222 ], [ 120.2209077, 30.2667522 ], [ 120.2211563, 30.2669449 ] ], [ [ 120.2209379, 30.2670195 ], [ 120.2207626, 30.266881 ], [ 120.2206116, 30.2667705 ], [ 120.2200706, 30.266382 ], [ 120.2195169, 30.2659801 ], [ 120.2194006, 30.2658844 ], [ 120.218265, 30.2648872 ], [ 120.2180728, 30.2647514 ], [ 120.217822, 30.2645742 ], [ 120.2173392, 30.2641299 ], [ 120.2168298, 30.2636944 ] ], [ [ 120.2127016, 30.2674653 ], [ 120.2137365, 30.2664766 ] ], [ [ 120.2137365, 30.2664766 ], [ 120.2139589, 30.2662642 ] ], [ [ 120.2139589, 30.2662642 ], [ 120.2140905, 30.2661384 ] ], [ [ 120.2140905, 30.2661384 ], [ 120.2144314, 30.2658198 ] ], [ [ 120.2144314, 30.2658198 ], [ 120.2151984, 30.2651641 ] ], [ [ 120.2151984, 30.2651641 ], [ 120.2156682, 30.2647785 ] ], [ [ 120.2156682, 30.2647785 ], [ 120.2159915, 30.2644702 ] ], [ [ 120.2159915, 30.2644702 ], [ 120.216384, 30.2640899 ] ], [ [ 120.216384, 30.2640899 ], [ 120.2168298, 30.2636944 ] ], [ [ 120.2127016, 30.2674653 ], [ 120.2138886, 30.2681028 ], [ 120.2154699, 30.2690805 ], [ 120.2163352, 30.2696155 ], [ 120.2177297, 30.2704776 ], [ 120.2183578, 30.270868 ], [ 120.2199868, 30.2719412 ] ], [ [ 120.2198427, 30.2720507 ], [ 120.2197103, 30.2719785 ], [ 120.2182287, 30.2709983 ], [ 120.2171217, 30.270243 ], [ 120.2164749, 30.2698324 ], [ 120.2162598, 30.2697005 ], [ 120.2158785, 30.2694668 ], [ 120.2153977, 30.2691766 ], [ 120.2142367, 30.2684758 ], [ 120.2126539, 30.2676009 ] ], [ [ 120.2199868, 30.2719412 ], [ 120.2201087, 30.2719977 ] ], [ [ 120.2198427, 30.2720507 ], [ 120.2199868, 30.2719412 ] ], [ [ 120.2291343, 30.2693386 ], [ 120.2275468, 30.2671243 ] ], [ [ 120.2277851, 30.2670344 ], [ 120.2304594, 30.2707895 ], [ 120.2311965, 30.2718737 ], [ 120.2314245, 30.2722542 ], [ 120.2315012, 30.2724862 ] ], [ [ 120.2300637, 30.2706772 ], [ 120.2291994, 30.2694294 ], [ 120.2291343, 30.2693386 ] ], [ [ 120.2275468, 30.2671243 ], [ 120.227461, 30.2670046 ] ], [ [ 120.2242919, 30.2685011 ], [ 120.2245027, 30.2683535 ], [ 120.2250776, 30.2680824 ], [ 120.2257213, 30.2678014 ], [ 120.2258372, 30.2677505 ], [ 120.2264142, 30.2674971 ], [ 120.2271348, 30.267172 ], [ 120.227461, 30.2670046 ] ], [ [ 120.2275468, 30.2671243 ], [ 120.2272331, 30.267274 ], [ 120.2265554, 30.2675489 ], [ 120.2259279, 30.2678349 ], [ 120.2258795, 30.267857 ], [ 120.2251946, 30.2681682 ], [ 120.2246689, 30.2684161 ], [ 120.2243837, 30.2685993 ] ], [ [ 120.2211563, 30.2669449 ], [ 120.2214589, 30.2671795 ], [ 120.2215362, 30.2672395 ], [ 120.2221904, 30.2679426 ], [ 120.2224508, 30.2682453 ], [ 120.2229979, 30.2688569 ], [ 120.2232756, 30.2692128 ] ], [ [ 120.2230216, 30.2694067 ], [ 120.2223552, 30.268568 ], [ 120.222008, 30.2681527 ], [ 120.2215343, 30.2676257 ], [ 120.2211598, 30.267245 ], [ 120.2209379, 30.2670195 ] ], [ [ 120.2232756, 30.2692128 ], [ 120.2242919, 30.2685011 ] ], [ [ 120.2099156, 30.2666503 ], [ 120.2104475, 30.2666922 ], [ 120.2108221, 30.2667327 ], [ 120.2113899, 30.2668641 ], [ 120.2120041, 30.2671252 ], [ 120.212352, 30.267286 ], [ 120.2127016, 30.2674653 ] ], [ [ 120.2126539, 30.2676009 ], [ 120.2120047, 30.2672672 ], [ 120.2115287, 30.2670884 ], [ 120.2111023, 30.2669776 ], [ 120.2106383, 30.2668657 ], [ 120.2099003, 30.2668308 ] ], [ [ 120.2126539, 30.2676009 ], [ 120.2127016, 30.2674653 ] ], [ [ 120.2099003, 30.2668308 ], [ 120.209835, 30.2673674 ] ], [ [ 120.209835, 30.2673674 ], [ 120.2098049, 30.2679158 ] ], [ [ 120.2098049, 30.2679158 ], [ 120.2097853, 30.2682736 ] ], [ [ 120.2097853, 30.2682736 ], [ 120.2097822, 30.2683298 ] ], [ [ 120.2097822, 30.2683298 ], [ 120.209737, 30.2686887 ] ], [ [ 120.209737, 30.2686887 ], [ 120.2097081, 30.2689178 ] ], [ [ 120.2097081, 30.2689178 ], [ 120.2095826, 30.269862 ] ], [ [ 120.2090734, 30.2729475 ], [ 120.2090892, 30.2727984 ] ], [ [ 120.2090892, 30.2727984 ], [ 120.2091134, 30.2725331 ] ], [ [ 120.2091134, 30.2725331 ], [ 120.2091674, 30.2719659 ] ], [ [ 120.2091674, 30.2719659 ], [ 120.2091852, 30.2717788 ] ], [ [ 120.2091852, 30.2717788 ], [ 120.2092425, 30.2711771 ] ], [ [ 120.2092425, 30.2711771 ], [ 120.209339, 30.2707631 ] ], [ [ 120.209339, 30.2707631 ], [ 120.2094731, 30.2702545 ] ], [ [ 120.2094731, 30.2702545 ], [ 120.2095826, 30.269862 ] ], [ [ 120.2243837, 30.2685993 ], [ 120.2240162, 30.2688354 ], [ 120.223346, 30.2692983 ] ], [ [ 120.2232756, 30.2692128 ], [ 120.223346, 30.2692983 ] ], [ [ 120.2230216, 30.2694067 ], [ 120.22312526032313, 30.269327595825171 ] ], [ [ 120.22312526032313, 30.269327595825171 ], [ 120.223197177246632, 30.26927271533939 ] ], [ [ 120.223197177246632, 30.26927271533939 ], [ 120.223239, 30.2692408 ], [ 120.2232756, 30.2692128 ] ], [ [ 120.223346, 30.2692983 ], [ 120.223262240185534, 30.269351696139701 ] ], [ [ 120.223262240185534, 30.269351696139701 ], [ 120.223186388516055, 30.269400050907027 ] ], [ [ 120.223186388516055, 30.269400050907027 ], [ 120.2230638, 30.2694782 ] ], [ [ 120.2230638, 30.2694782 ], [ 120.2230216, 30.2694067 ] ], [ [ 120.223346, 30.2692983 ], [ 120.2237818, 30.2698079 ], [ 120.2240823, 30.2701791 ], [ 120.2241059, 30.270204 ], [ 120.2244753, 30.2705929 ], [ 120.2245269, 30.2706443 ], [ 120.2247706, 30.2708871 ], [ 120.2248992, 30.2710152 ], [ 120.2252927, 30.2713326 ], [ 120.226061, 30.2718517 ] ], [ [ 120.2199868, 30.2719412 ], [ 120.220064, 30.2718826 ], [ 120.2203098, 30.2716959 ], [ 120.2210319, 30.2710714 ], [ 120.2212158, 30.2709267 ], [ 120.2214358, 30.270755 ], [ 120.2220608, 30.2702673 ], [ 120.2221897, 30.2701472 ], [ 120.2225168, 30.2698423 ], [ 120.2230216, 30.2694067 ] ], [ [ 120.2230638, 30.2694782 ], [ 120.222618, 30.2698742 ], [ 120.2219182, 30.2704573 ], [ 120.2212774, 30.2709911 ], [ 120.2210942, 30.2711312 ], [ 120.2209053, 30.271327 ], [ 120.2206142, 30.2715853 ], [ 120.2201087, 30.2719977 ] ], [ [ 120.1960174, 30.2541917 ], [ 120.1963822, 30.2541604 ] ], [ [ 120.1912051, 30.2543767 ], [ 120.1914787, 30.2543279 ], [ 120.1917903, 30.2543184 ], [ 120.1919761, 30.2543125 ], [ 120.1923417, 30.2543009 ], [ 120.1929149, 30.2542794 ], [ 120.1932756, 30.2542677 ], [ 120.1938199, 30.2542628 ], [ 120.1944755, 30.2542569 ], [ 120.1955361, 30.2542121 ], [ 120.1957809, 30.2542028 ], [ 120.1960174, 30.2541917 ] ], [ [ 120.196297, 30.2543669 ], [ 120.1960209, 30.2543251 ] ], [ [ 120.1960209, 30.2543251 ], [ 120.1958727, 30.2543288 ], [ 120.1955499, 30.2543395 ], [ 120.1945411, 30.2543659 ], [ 120.1935569, 30.2543818 ], [ 120.1932812, 30.2543862 ], [ 120.1932236, 30.2543871 ], [ 120.1925244, 30.2544194 ], [ 120.191869, 30.2544398 ], [ 120.1914602, 30.2544526 ], [ 120.1911015, 30.2544504 ] ], [ [ 120.1851254, 30.2542425 ], [ 120.1901107, 30.2543525 ], [ 120.1912051, 30.2543767 ] ], [ [ 120.1911015, 30.2544504 ], [ 120.1897269, 30.2544193 ], [ 120.1887472, 30.2543972 ], [ 120.1851196, 30.2543153 ] ], [ [ 120.1851857, 30.259967 ], [ 120.1851761, 30.2596544 ] ], [ [ 120.1851761, 30.2596544 ], [ 120.185238, 30.2593407 ] ], [ [ 120.185238, 30.2593407 ], [ 120.1853695, 30.2588818 ] ], [ [ 120.1853695, 30.2588818 ], [ 120.1854857, 30.2585076 ] ], [ [ 120.1854857, 30.2585076 ], [ 120.1855282, 30.2583479 ] ], [ [ 120.1855282, 30.2583479 ], [ 120.1855552, 30.2582464 ] ], [ [ 120.1855552, 30.2582464 ], [ 120.1855915, 30.2579454 ] ], [ [ 120.1855915, 30.2579454 ], [ 120.1855871, 30.2578026 ] ], [ [ 120.1855871, 30.2578026 ], [ 120.1855816, 30.2576235 ] ], [ [ 120.1855816, 30.2576235 ], [ 120.1855437, 30.2573864 ] ], [ [ 120.1855437, 30.2573864 ], [ 120.1854323, 30.2569842 ] ], [ [ 120.1854323, 30.2569842 ], [ 120.1852458, 30.2564407 ] ], [ [ 120.1852458, 30.2564407 ], [ 120.1852244, 30.2563809 ] ], [ [ 120.1852244, 30.2563809 ], [ 120.1851434, 30.2560492 ] ], [ [ 120.1851434, 30.2560492 ], [ 120.1851339, 30.2558469 ] ], [ [ 120.1851339, 30.2558469 ], [ 120.185126, 30.2556771 ] ], [ [ 120.185126, 30.2556771 ], [ 120.1851182, 30.2553235 ] ], [ [ 120.1851182, 30.2553235 ], [ 120.1851163, 30.2552363 ] ], [ [ 120.1851163, 30.2552363 ], [ 120.1851196, 30.2543153 ] ], [ [ 120.1852029, 30.2602145 ], [ 120.1851857, 30.259967 ] ], [ [ 120.2036269, 30.2560174 ], [ 120.2036652, 30.256187 ] ], [ [ 120.203434, 30.2562352 ], [ 120.2034022, 30.2560597 ] ], [ [ 120.2036652, 30.256187 ], [ 120.203736, 30.2566503 ], [ 120.2038135, 30.2574588 ], [ 120.2038271, 30.2576005 ], [ 120.2038271, 30.2581512 ], [ 120.2038238, 30.2582702 ], [ 120.2038061, 30.2589077 ], [ 120.2037246, 30.25988 ] ], [ [ 120.2035402, 30.2599041 ], [ 120.2035917, 30.25891 ], [ 120.2036124, 30.2585098 ], [ 120.2036408, 30.2580465 ], [ 120.203635, 30.257616 ], [ 120.2036168, 30.2572105 ], [ 120.2035666, 30.2569236 ], [ 120.2034713, 30.2564349 ], [ 120.203434, 30.2562352 ] ], [ [ 120.1962057, 30.2600665 ], [ 120.1962504, 30.2608348 ], [ 120.1962626, 30.2609682 ], [ 120.1961688, 30.2627725 ] ], [ [ 120.2037246, 30.25988 ], [ 120.2036739, 30.2600754 ] ], [ [ 120.2035041, 30.2600532 ], [ 120.2035402, 30.2599041 ] ], [ [ 120.2032762, 30.2633421 ], [ 120.2033509, 30.2619629 ], [ 120.2034221, 30.26137 ], [ 120.2034411, 30.2606573 ], [ 120.2034484, 30.2604987 ], [ 120.2035041, 30.2600532 ] ], [ [ 120.2036739, 30.2600754 ], [ 120.2036118, 30.2602226 ], [ 120.2035925, 30.2606024 ], [ 120.2035877, 30.2607616 ], [ 120.2035624, 30.2612849 ], [ 120.203561, 30.2615441 ], [ 120.2035366, 30.2619616 ], [ 120.2034493, 30.263352 ] ], [ [ 120.1852029, 30.2602145 ], [ 120.1852727, 30.2606205 ] ], [ [ 120.1852727, 30.2606205 ], [ 120.1854027, 30.2609776 ] ], [ [ 120.1854027, 30.2609776 ], [ 120.1855119, 30.2612357 ] ], [ [ 120.1855119, 30.2612357 ], [ 120.1855606, 30.2613508 ] ], [ [ 120.1855606, 30.2613508 ], [ 120.1857983, 30.2618312 ] ], [ [ 120.1857983, 30.2618312 ], [ 120.1858875, 30.2620638 ] ], [ [ 120.1858875, 30.2620638 ], [ 120.1859069, 30.2623802 ] ], [ [ 120.1859069, 30.2623802 ], [ 120.1858632, 30.2627303 ] ], [ [ 120.1858632, 30.2627303 ], [ 120.1858439, 30.2631373 ] ], [ [ 120.1858439, 30.2631373 ], [ 120.1858592, 30.263628 ] ], [ [ 120.1858592, 30.263628 ], [ 120.1859484, 30.2641055 ] ], [ [ 120.1859484, 30.2641055 ], [ 120.1860759, 30.2647047 ] ], [ [ 120.1860759, 30.2647047 ], [ 120.1863055, 30.2656337 ] ], [ [ 120.1863055, 30.2656337 ], [ 120.1871291, 30.2656288 ], [ 120.1884729, 30.2656789 ], [ 120.1892877, 30.2657557 ] ], [ [ 120.186368, 30.2658587 ], [ 120.186347540569443, 30.265785046049977 ] ], [ [ 120.186347540569443, 30.265785046049977 ], [ 120.186319036841738, 30.265682432630243 ] ], [ [ 120.186319036841738, 30.265682432630243 ], [ 120.1863055, 30.2656337 ] ], [ [ 120.1909262, 30.2658231 ], [ 120.1933397, 30.2658649 ], [ 120.1947407, 30.2658891 ], [ 120.1957025, 30.2658789 ] ], [ [ 120.1957025, 30.2658789 ], [ 120.1958905, 30.2658868 ] ], [ [ 120.1956902, 30.2660146 ], [ 120.1944569, 30.2659664 ], [ 120.1940239, 30.2659578 ], [ 120.192491, 30.2659275 ], [ 120.1909366, 30.2658994 ] ], [ [ 120.2031364, 30.2659885 ], [ 120.2031978, 30.2651978 ], [ 120.2032762, 30.2633421 ] ], [ [ 120.2034493, 30.263352 ], [ 120.2034217, 30.2646344 ], [ 120.2033975, 30.265756 ], [ 120.2033922, 30.2660042 ] ], [ [ 120.1958905, 30.2658868 ], [ 120.1979287, 30.2659445 ], [ 120.1993613, 30.2659851 ], [ 120.2022057, 30.2659861 ], [ 120.2029214, 30.2659864 ], [ 120.2031364, 30.2659885 ] ], [ [ 120.2031364, 30.2659885 ], [ 120.2033922, 30.2660042 ] ], [ [ 120.2031327, 30.2661641 ], [ 120.2031364, 30.2659885 ] ], [ [ 120.2031327, 30.2661641 ], [ 120.2029153, 30.2661622 ], [ 120.202031, 30.2661513 ], [ 120.2010515, 30.2661376 ], [ 120.1993513, 30.2661148 ], [ 120.1979504, 30.2660767 ], [ 120.1958813, 30.2660119 ] ], [ [ 120.2033922, 30.2660042 ], [ 120.2034032, 30.2661845 ] ], [ [ 120.2034032, 30.2661845 ], [ 120.2031327, 30.2661641 ] ], [ [ 120.2030734, 30.2697658 ], [ 120.2031327, 30.2661641 ] ], [ [ 120.1892877, 30.2657557 ], [ 120.189738, 30.2657742 ], [ 120.1909262, 30.2658231 ] ], [ [ 120.1888375, 30.2658294 ], [ 120.1884096, 30.2658753 ], [ 120.1874375, 30.2658494 ], [ 120.1869036, 30.2658319 ], [ 120.186368, 30.2658587 ] ], [ [ 120.1909366, 30.2658994 ], [ 120.1890564, 30.2658367 ], [ 120.1888375, 30.2658294 ] ], [ [ 120.1832741, 30.2661889 ], [ 120.1834986, 30.2661493 ], [ 120.1859375, 30.2657195 ], [ 120.186319036841738, 30.265682432630243 ] ], [ [ 120.186319036841738, 30.265682432630243 ], [ 120.1863976, 30.2656748 ], [ 120.1869449, 30.2656803 ], [ 120.1876672, 30.2656877 ], [ 120.1884249, 30.2657226 ], [ 120.1892877, 30.2657557 ] ], [ [ 120.1888375, 30.2658294 ], [ 120.188402, 30.265801 ], [ 120.1872553, 30.2657629 ], [ 120.1866856, 30.2657677 ], [ 120.186347540569443, 30.265785046049977 ] ], [ [ 120.186347540569443, 30.265785046049977 ], [ 120.186327, 30.2657861 ], [ 120.1859831, 30.2658004 ], [ 120.1832857, 30.2662658 ] ], [ [ 120.1863548, 30.2747433 ], [ 120.186369, 30.2745907 ] ], [ [ 120.186369, 30.2745907 ], [ 120.1864785, 30.2729773 ] ], [ [ 120.1864785, 30.2729773 ], [ 120.1865036, 30.2725961 ] ], [ [ 120.1865036, 30.2725961 ], [ 120.1865097, 30.2722321 ] ], [ [ 120.1865097, 30.2722321 ], [ 120.1865349, 30.2716742 ] ], [ [ 120.1865349, 30.2716742 ], [ 120.1865396, 30.2715701 ] ], [ [ 120.1865396, 30.2715701 ], [ 120.1865468, 30.2713003 ] ], [ [ 120.1865468, 30.2713003 ], [ 120.186553, 30.2710651 ] ], [ [ 120.186553, 30.2710651 ], [ 120.1865563, 30.2709387 ] ], [ [ 120.1865563, 30.2709387 ], [ 120.1865842, 30.2701144 ] ], [ [ 120.1865842, 30.2701144 ], [ 120.1866191, 30.2691955 ] ], [ [ 120.1866191, 30.2691955 ], [ 120.1866143, 30.2683544 ] ], [ [ 120.1866143, 30.2683544 ], [ 120.1866461, 30.267725 ] ], [ [ 120.1866461, 30.267725 ], [ 120.1866381, 30.2675788 ] ], [ [ 120.1866381, 30.2675788 ], [ 120.1866342, 30.2675071 ] ], [ [ 120.1866342, 30.2675071 ], [ 120.1866254, 30.2673448 ] ], [ [ 120.1866254, 30.2673448 ], [ 120.1865835, 30.2669798 ] ], [ [ 120.1865835, 30.2669798 ], [ 120.1864762, 30.2663846 ] ], [ [ 120.1864762, 30.2663846 ], [ 120.186368, 30.2658587 ] ], [ [ 120.2408371, 30.258152 ], [ 120.2406931, 30.2581948 ] ], [ [ 120.2418839, 30.2575456 ], [ 120.2426911, 30.2587281 ], [ 120.2434308, 30.2598118 ] ], [ [ 120.2433428, 30.259856 ], [ 120.243117, 30.2595464 ], [ 120.2417463, 30.2576672 ] ], [ [ 120.2433428, 30.259856 ], [ 120.2434308, 30.2598118 ] ], [ [ 120.2434308, 30.2598118 ], [ 120.2434929, 30.2598934 ] ], [ [ 120.2434033, 30.2599418 ], [ 120.2433428, 30.259856 ] ], [ [ 120.2434929, 30.2598934 ], [ 120.2434033, 30.2599418 ] ], [ [ 120.2414735, 30.2608603 ], [ 120.2422738, 30.2604626 ], [ 120.2433428, 30.259856 ] ], [ [ 120.2434033, 30.2599418 ], [ 120.2416816, 30.2608697 ], [ 120.2415233, 30.2609508 ] ], [ [ 120.241321, 30.260916 ], [ 120.2414735, 30.2608603 ] ], [ [ 120.2415233, 30.2609508 ], [ 120.241371, 30.2610175 ] ], [ [ 120.2434929, 30.2598934 ], [ 120.2436896, 30.2601591 ], [ 120.2442891, 30.2610299 ], [ 120.2459084, 30.2632455 ] ], [ [ 120.2458305, 30.263307 ], [ 120.2440866, 30.260874 ], [ 120.2434033, 30.2599418 ] ], [ [ 120.2395077, 30.2562619 ], [ 120.2393872, 30.2563516 ] ], [ [ 120.2413458, 30.2824648 ], [ 120.2414642, 30.282327 ] ], [ [ 120.2416074, 30.2824264 ], [ 120.2415579, 30.282491 ], [ 120.2414928, 30.282562 ] ], [ [ 120.2503139, 30.2593532 ], [ 120.2504336, 30.2594782 ] ], [ [ 120.2503036, 30.2596031 ], [ 120.2501858, 30.2594776 ] ], [ [ 120.2459084, 30.2632455 ], [ 120.2460311, 30.2633256 ] ], [ [ 120.2459415, 30.2633982 ], [ 120.2458305, 30.263307 ] ], [ [ 120.2313685, 30.272603 ], [ 120.2312519, 30.2726939 ], [ 120.2311744, 30.2727481 ], [ 120.2297882, 30.2735599 ], [ 120.2287406, 30.274248 ] ], [ [ 120.2274168, 30.2729412 ], [ 120.2275285, 30.2730352 ], [ 120.2279845, 30.2734935 ], [ 120.2284175, 30.2739518 ], [ 120.2286211, 30.2741712 ] ], [ [ 120.2286211, 30.2741712 ], [ 120.2297234, 30.2734714 ] ], [ [ 120.2286211, 30.2741712 ], [ 120.2287406, 30.274248 ] ], [ [ 120.2283121, 30.2743142 ], [ 120.228336115133885, 30.27430308620017 ] ], [ [ 120.228336115133885, 30.27430308620017 ], [ 120.228513632743017, 30.274220934038024 ] ], [ [ 120.228513632743017, 30.274220934038024 ], [ 120.2286211, 30.2741712 ] ], [ [ 120.2287406, 30.274248 ], [ 120.228580146802273, 30.274312781255677 ] ], [ [ 120.228580146802273, 30.274312781255677 ], [ 120.2285427, 30.2743279 ] ], [ [ 120.2285427, 30.2743279 ], [ 120.22834306929802, 30.274316039893247 ] ], [ [ 120.22834306929802, 30.274316039893247 ], [ 120.2283121, 30.2743142 ] ], [ [ 120.2287406, 30.274248 ], [ 120.2288993, 30.2743568 ], [ 120.2297989, 30.2750466 ], [ 120.2302372, 30.2753912 ], [ 120.2302808, 30.2754214 ], [ 120.2305601, 30.2756147 ], [ 120.2309885, 30.2758771 ], [ 120.2311696, 30.2760157 ], [ 120.2321766, 30.2766766 ], [ 120.2325708, 30.276942 ], [ 120.2329815, 30.277231 ], [ 120.2333078, 30.2775047 ], [ 120.233704, 30.2779827 ] ], [ [ 120.2336407, 30.2780401 ], [ 120.2332055, 30.2775184 ], [ 120.2330197, 30.2773602 ], [ 120.2327365, 30.277148 ], [ 120.2322841, 30.2768336 ], [ 120.2318704, 30.276545 ], [ 120.2310529, 30.2760245 ], [ 120.2308674, 30.2759388 ], [ 120.2306051, 30.2757649 ], [ 120.2303994, 30.2756376 ], [ 120.2301742, 30.2754983 ], [ 120.2300237, 30.2754321 ], [ 120.2297586, 30.2753047 ], [ 120.2295866, 30.2752017 ], [ 120.2293336, 30.2749677 ], [ 120.2290159, 30.2746751 ], [ 120.228645966271472, 30.274403669335275 ] ], [ [ 120.228645966271472, 30.274403669335275 ], [ 120.2285427, 30.2743279 ] ], [ [ 120.233704, 30.2779827 ], [ 120.2338457, 30.2779304 ], [ 120.2337573, 30.2780861 ] ], [ [ 120.2336407, 30.2780401 ], [ 120.233704, 30.2779827 ] ], [ [ 120.233704, 30.2779827 ], [ 120.2337573, 30.2780861 ] ], [ [ 120.2336822, 30.2781482 ], [ 120.2336407, 30.2780401 ] ], [ [ 120.2337573, 30.2780861 ], [ 120.2336822, 30.2781482 ] ], [ [ 120.2275798, 30.2773599 ], [ 120.227818268231132, 30.27752420318614 ] ], [ [ 120.227818268231132, 30.27752420318614 ], [ 120.2279814, 30.2776366 ], [ 120.2281704109553, 30.277783487923152 ] ], [ [ 120.2281704109553, 30.277783487923152 ], [ 120.2283471, 30.2779208 ], [ 120.228859, 30.2783756 ], [ 120.229353, 30.2788468 ], [ 120.2299618, 30.279445 ], [ 120.2305448, 30.2799683 ], [ 120.2308456, 30.2802582 ] ], [ [ 120.2306855, 30.2803798 ], [ 120.2300444, 30.2797004 ], [ 120.2293786, 30.2790633 ], [ 120.2288321, 30.2785458 ], [ 120.2283521, 30.2781199 ], [ 120.228026054974038, 30.277867158104002 ] ], [ [ 120.228026054974038, 30.277867158104002 ], [ 120.227664227533324, 30.277586678580903 ] ], [ [ 120.227664227533324, 30.277586678580903 ], [ 120.2274941, 30.2774548 ] ], [ [ 120.2308456, 30.2802582 ], [ 120.2310609, 30.2801094 ], [ 120.2315645, 30.2797169 ], [ 120.232696, 30.2788349 ], [ 120.23326, 30.2783488 ], [ 120.233448, 30.2781869 ], [ 120.2336407, 30.2780401 ] ], [ [ 120.2337573, 30.2780861 ], [ 120.2339122, 30.2783869 ], [ 120.2340543, 30.2787097 ], [ 120.2341551, 30.278988 ], [ 120.2343664, 30.2795704 ], [ 120.2345139, 30.2799456 ], [ 120.2346034, 30.2801135 ], [ 120.2347374, 30.2803287 ] ], [ [ 120.2336822, 30.2781482 ], [ 120.2335058, 30.2782862 ], [ 120.2332938, 30.2784566 ], [ 120.2326865, 30.2789449 ], [ 120.2322317, 30.2793269 ], [ 120.2318622, 30.2796159 ], [ 120.2314442, 30.2799428 ], [ 120.2309607, 30.2803598 ] ], [ [ 120.2346528, 30.2803822 ], [ 120.2344886, 30.2800618 ], [ 120.2343741, 30.2797885 ], [ 120.2341553, 30.2791933 ], [ 120.2340024, 30.2787811 ], [ 120.2338838, 30.2785282 ], [ 120.2336822, 30.2781482 ] ], [ [ 120.2308456, 30.2802582 ], [ 120.2309607, 30.2803598 ] ], [ [ 120.2306855, 30.2803798 ], [ 120.2307625, 30.2803156 ], [ 120.2308456, 30.2802582 ] ], [ [ 120.2309607, 30.2803598 ], [ 120.230877, 30.280432 ], [ 120.2307953, 30.2804963 ] ], [ [ 120.2307953, 30.2804963 ], [ 120.2306855, 30.2803798 ] ], [ [ 120.2298844, 30.2810479 ], [ 120.2306855, 30.2803798 ] ], [ [ 120.2307953, 30.2804963 ], [ 120.2298675, 30.2812264 ] ], [ [ 120.2309607, 30.2803598 ], [ 120.2313462, 30.2807626 ], [ 120.2315513, 30.2809769 ], [ 120.2326571, 30.2820625 ] ], [ [ 120.2325619, 30.2821304 ], [ 120.2317011, 30.2813312 ], [ 120.2307953, 30.2804963 ] ], [ [ 120.2347374, 30.2803287 ], [ 120.2348013, 30.2804313 ], [ 120.2350363, 30.2807315 ], [ 120.2351816, 30.2809072 ], [ 120.2353474, 30.281078 ], [ 120.2357131, 30.2814203 ], [ 120.2360494, 30.2817428 ], [ 120.2363987, 30.2820653 ] ], [ [ 120.2362633, 30.2820806 ], [ 120.2360248, 30.2818401 ], [ 120.2357697, 30.2815986 ], [ 120.2352884, 30.2811165 ], [ 120.2350258, 30.2808632 ], [ 120.2348541, 30.2806711 ], [ 120.2346528, 30.2803822 ] ], [ [ 120.2363456, 30.2821483 ], [ 120.2362633, 30.2820806 ] ], [ [ 120.2363987, 30.2820653 ], [ 120.236992, 30.2825562 ], [ 120.237901, 30.2832405 ], [ 120.2384436, 30.2836341 ], [ 120.2396404, 30.2844851 ] ], [ [ 120.239569, 30.2845452 ], [ 120.2388181, 30.2839986 ], [ 120.2383766, 30.2836825 ], [ 120.2378393, 30.2832918 ], [ 120.2367234, 30.2824506 ], [ 120.2363456, 30.2821483 ] ], [ [ 120.2326571, 30.2820625 ], [ 120.2343855, 30.2836797 ], [ 120.234489, 30.2837765 ] ], [ [ 120.2343756, 30.2838727 ], [ 120.2325619, 30.2821304 ] ], [ [ 120.234489, 30.2837765 ], [ 120.2345783, 30.2838578 ] ], [ [ 120.2258148, 30.2720851 ], [ 120.2249406, 30.271427 ], [ 120.2245669, 30.2711053 ], [ 120.2242641, 30.270797 ], [ 120.223574, 30.2700821 ], [ 120.2230638, 30.2694782 ] ], [ [ 120.226061, 30.2718517 ], [ 120.2265561, 30.2722311 ], [ 120.2270509, 30.2726331 ], [ 120.2274168, 30.2729412 ] ], [ [ 120.2201087, 30.2719977 ], [ 120.2215347, 30.2729483 ], [ 120.2216439, 30.2730225 ], [ 120.2219926, 30.2732553 ], [ 120.2235999, 30.2743257 ] ], [ [ 120.2283121, 30.2743142 ], [ 120.2281579, 30.2741955 ], [ 120.2278035, 30.2737719 ], [ 120.2274377, 30.2733682 ], [ 120.2270029, 30.2729754 ], [ 120.2265452, 30.2726123 ], [ 120.2258148, 30.2720851 ] ], [ [ 120.2312791, 30.2724794 ], [ 120.2311296, 30.2723546 ], [ 120.2307759, 30.2717969 ], [ 120.2306732, 30.2716353 ], [ 120.2304233, 30.27121 ], [ 120.2300637, 30.2706772 ] ], [ [ 120.2313216, 30.2725451 ], [ 120.2315012, 30.2724862 ] ], [ [ 120.2315012, 30.2724862 ], [ 120.2313685, 30.272603 ] ], [ [ 120.2297234, 30.2734714 ], [ 120.2312259, 30.2725974 ], [ 120.2313216, 30.2725451 ] ], [ [ 120.2201087, 30.2719977 ], [ 120.2199486, 30.2721547 ] ], [ [ 120.2199486, 30.2721547 ], [ 120.2198427, 30.2720507 ] ], [ [ 120.2179125, 30.27474 ], [ 120.2181011, 30.2744835 ], [ 120.2190088, 30.2732503 ], [ 120.2192254, 30.272956 ], [ 120.2192599, 30.2729084 ], [ 120.2196889, 30.2723161 ], [ 120.2197889, 30.2721435 ], [ 120.2198427, 30.2720507 ] ], [ [ 120.2199486, 30.2721547 ], [ 120.2193653, 30.2729065 ], [ 120.2191915, 30.2731394 ], [ 120.2187708, 30.2737031 ], [ 120.2185623, 30.2739825 ], [ 120.2179784, 30.2747865 ] ], [ [ 120.2090734, 30.2729475 ], [ 120.2094369, 30.2729711 ], [ 120.2101829, 30.2733307 ], [ 120.2113051, 30.2738716 ], [ 120.2123001, 30.2743244 ], [ 120.2153023, 30.2757015 ], [ 120.2167318, 30.2763416 ] ], [ [ 120.2166498, 30.2764464 ], [ 120.2152422, 30.2758195 ], [ 120.213566, 30.2750124 ], [ 120.212248, 30.2744259 ], [ 120.2112568, 30.2739847 ], [ 120.2104844, 30.2736336 ], [ 120.2094289, 30.2731539 ], [ 120.2090734, 30.2729475 ] ], [ [ 120.2167318, 30.2763416 ], [ 120.2167822, 30.2762771 ], [ 120.2174334, 30.2753915 ], [ 120.2179125, 30.27474 ] ], [ [ 120.2179784, 30.2747865 ], [ 120.2172619, 30.2757729 ], [ 120.2168963, 30.276331 ], [ 120.2168451, 30.2764021 ] ], [ [ 120.2234791, 30.2744538 ], [ 120.2233025, 30.2743206 ], [ 120.2224449, 30.2737474 ], [ 120.2218974, 30.2733815 ], [ 120.2215661, 30.2731667 ], [ 120.2199486, 30.2721547 ] ], [ [ 120.2211563, 30.2669449 ], [ 120.2214665, 30.2672794 ], [ 120.2217023, 30.2675393 ], [ 120.222967, 30.2689933 ], [ 120.223197177246632, 30.26927271533939 ] ], [ [ 120.223197177246632, 30.26927271533939 ], [ 120.223262240185534, 30.269351696139701 ] ], [ [ 120.223262240185534, 30.269351696139701 ], [ 120.2238697, 30.2700891 ], [ 120.2242311, 30.270509 ], [ 120.2244594, 30.2707318 ], [ 120.2246952, 30.2709636 ], [ 120.2249821, 30.2712299 ], [ 120.2254399, 30.2715716 ], [ 120.2263137, 30.2721823 ], [ 120.2266268, 30.2724106 ], [ 120.2268952, 30.2726213 ], [ 120.2270701, 30.2727723 ], [ 120.227493, 30.2731375 ], [ 120.2278264, 30.2734642 ], [ 120.2283792, 30.2740353 ], [ 120.228513632743017, 30.274220934038024 ] ], [ [ 120.228513632743017, 30.274220934038024 ], [ 120.228580146802273, 30.274312781255677 ] ], [ [ 120.228580146802273, 30.274312781255677 ], [ 120.228645966271472, 30.274403669335275 ] ], [ [ 120.228645966271472, 30.274403669335275 ], [ 120.2288946, 30.274747 ], [ 120.2290134, 30.2748995 ], [ 120.2292289, 30.2753603 ], [ 120.2294052, 30.2757444 ], [ 120.229485, 30.276048 ], [ 120.2295244, 30.2763118 ], [ 120.2295287, 30.2765252 ], [ 120.2294687, 30.276732 ], [ 120.2294383, 30.2768369 ], [ 120.22922, 30.2771299 ], [ 120.2289272, 30.2773665 ], [ 120.2284771, 30.2776018 ], [ 120.2284159, 30.2776412 ], [ 120.2281704109553, 30.277783487923152 ] ], [ [ 120.2281704109553, 30.277783487923152 ], [ 120.228026054974038, 30.277867158104002 ] ], [ [ 120.228026054974038, 30.277867158104002 ], [ 120.2279235, 30.2779266 ], [ 120.2276273, 30.278204 ], [ 120.2272576, 30.2785169 ], [ 120.2269368, 30.2789711 ], [ 120.226708, 30.2793929 ], [ 120.2264645, 30.2798349 ], [ 120.2261955, 30.2804217 ], [ 120.2260408, 30.2807512 ], [ 120.2258913, 30.28109 ], [ 120.2257514, 30.2816059 ], [ 120.2255931, 30.282372 ] ], [ [ 120.2254676, 30.2822993 ], [ 120.2254975, 30.2812197 ], [ 120.2255435, 30.2808407 ], [ 120.2256249, 30.2805626 ], [ 120.2259894, 30.2796763 ], [ 120.2261062, 30.2794226 ], [ 120.2265313, 30.2787355 ], [ 120.2266505, 30.2784816 ], [ 120.226842, 30.2782237 ], [ 120.227092, 30.2779129 ], [ 120.2274472, 30.2776747 ], [ 120.227664227533324, 30.277586678580903 ] ], [ [ 120.227664227533324, 30.277586678580903 ], [ 120.227818268231132, 30.27752420318614 ] ], [ [ 120.227818268231132, 30.27752420318614 ], [ 120.2279349, 30.2774769 ], [ 120.2283686, 30.2773537 ], [ 120.2288089, 30.2771459 ], [ 120.2290338, 30.2769069 ], [ 120.2291946, 30.2766772 ], [ 120.2292382, 30.2764422 ], [ 120.2292212, 30.2762279 ], [ 120.2291434, 30.2759216 ], [ 120.2289509, 30.2755311 ], [ 120.2287614, 30.2751487 ], [ 120.2285842, 30.2747652 ], [ 120.228396569592107, 30.274415696210763 ] ], [ [ 120.228396569592107, 30.274415696210763 ], [ 120.22834306929802, 30.274316039893247 ] ], [ [ 120.22834306929802, 30.274316039893247 ], [ 120.228336115133885, 30.27430308620017 ] ], [ [ 120.228336115133885, 30.27430308620017 ], [ 120.2282003, 30.2740501 ], [ 120.2278949, 30.2736567 ], [ 120.2272441, 30.2730254 ], [ 120.226992, 30.2728071 ], [ 120.2268085, 30.2726579 ], [ 120.2265532, 30.272459 ], [ 120.2262678, 30.2722558 ], [ 120.225371, 30.2716334 ], [ 120.2249091, 30.2712835 ], [ 120.2247461, 30.2711302 ], [ 120.2245108, 30.2709325 ], [ 120.2243387, 30.2707669 ], [ 120.2241646, 30.270551 ], [ 120.2238002, 30.2701276 ], [ 120.223186388516055, 30.269400050907027 ] ], [ [ 120.223186388516055, 30.269400050907027 ], [ 120.22312526032313, 30.269327595825171 ] ], [ [ 120.22312526032313, 30.269327595825171 ], [ 120.2228752, 30.2690312 ], [ 120.222264, 30.2683138 ], [ 120.2217999, 30.2677809 ], [ 120.2215718, 30.2675445 ], [ 120.221325, 30.2673128 ], [ 120.221097, 30.2671182 ], [ 120.2209379, 30.2670195 ] ], [ [ 120.2257283, 30.2758964 ], [ 120.2266158, 30.2753344 ], [ 120.2272615, 30.2749513 ], [ 120.2277363, 30.2746582 ], [ 120.2280035, 30.2744921 ], [ 120.2283121, 30.2743142 ] ], [ [ 120.2235999, 30.2743257 ], [ 120.2246441, 30.2750963 ], [ 120.2257283, 30.2758964 ] ], [ [ 120.2285427, 30.2743279 ], [ 120.228396569592107, 30.274415696210763 ] ], [ [ 120.228396569592107, 30.274415696210763 ], [ 120.2280472, 30.2746256 ], [ 120.2277951, 30.2747901 ], [ 120.2273179, 30.2750701 ], [ 120.2263698, 30.2756467 ], [ 120.2258054, 30.2760172 ] ], [ [ 120.2255788, 30.2759952 ], [ 120.2234791, 30.2744538 ] ], [ [ 120.2167318, 30.2763416 ], [ 120.2168451, 30.2764021 ] ], [ [ 120.2166498, 30.2764464 ], [ 120.2167318, 30.2763416 ] ], [ [ 120.2168451, 30.2764021 ], [ 120.2167672, 30.2765102 ] ], [ [ 120.2167672, 30.2765102 ], [ 120.2166498, 30.2764464 ] ], [ [ 120.2168451, 30.2764021 ], [ 120.2178457, 30.2769002 ], [ 120.2183706, 30.2771614 ], [ 120.2184199, 30.2771934 ] ], [ [ 120.2183454, 30.2772735 ], [ 120.2182533, 30.2771917 ], [ 120.2178391, 30.277004 ], [ 120.217327, 30.2767719 ], [ 120.2167672, 30.2765102 ] ], [ [ 120.2255788, 30.2759952 ], [ 120.2257283, 30.2758964 ] ], [ [ 120.2257283, 30.2758964 ], [ 120.2258054, 30.2760172 ] ], [ [ 120.2256707, 30.2760859 ], [ 120.2255788, 30.2759952 ] ], [ [ 120.2258054, 30.2760172 ], [ 120.2256707, 30.2760859 ] ], [ [ 120.2258054, 30.2760172 ], [ 120.2265774, 30.2765915 ], [ 120.2269545, 30.2768899 ] ], [ [ 120.2273892, 30.2773758 ], [ 120.2271321, 30.2771809 ], [ 120.2269982, 30.2770794 ], [ 120.2268253, 30.2769568 ], [ 120.2264306, 30.2766665 ], [ 120.2261552, 30.2764504 ], [ 120.2256707, 30.2760859 ] ], [ [ 120.2224829, 30.2778731 ], [ 120.2229488, 30.2775754 ], [ 120.2238649, 30.2770484 ], [ 120.2255788, 30.2759952 ] ], [ [ 120.2256707, 30.2760859 ], [ 120.2229697, 30.2777233 ], [ 120.2225577, 30.2779694 ] ], [ [ 120.2274803, 30.2772829 ], [ 120.2272661, 30.2771247 ] ], [ [ 120.2272661, 30.2771247 ], [ 120.2269545, 30.2768899 ] ], [ [ 120.2090734, 30.2729475 ], [ 120.2089881, 30.2732102 ] ], [ [ 120.2089881, 30.2732102 ], [ 120.2088063, 30.2735872 ] ], [ [ 120.2088063, 30.2735872 ], [ 120.2085156, 30.2741441 ] ], [ [ 120.2085156, 30.2741441 ], [ 120.2084501, 30.2742697 ] ], [ [ 120.2084501, 30.2742697 ], [ 120.2082648, 30.2746246 ] ], [ [ 120.2082648, 30.2746246 ], [ 120.2073126, 30.2765454 ] ], [ [ 120.2073126, 30.2765454 ], [ 120.2068331, 30.2774043 ] ], [ [ 120.2068331, 30.2774043 ], [ 120.2064006, 30.2781062 ] ], [ [ 120.2064006, 30.2781062 ], [ 120.206147, 30.2786485 ] ], [ [ 120.206147, 30.2786485 ], [ 120.2060033, 30.2790164 ] ], [ [ 120.2060033, 30.2790164 ], [ 120.2056199, 30.2799373 ] ], [ [ 120.2056199, 30.2799373 ], [ 120.2053923, 30.2805243 ] ], [ [ 120.2053923, 30.2805243 ], [ 120.2053276, 30.2805937 ] ], [ [ 120.2275798, 30.2773599 ], [ 120.2274803, 30.2772829 ] ], [ [ 120.2274941, 30.2774548 ], [ 120.2273892, 30.2773758 ] ], [ [ 120.2167672, 30.2765102 ], [ 120.2167215, 30.2765761 ], [ 120.2166464, 30.2766842 ], [ 120.2151851, 30.2783419 ] ], [ [ 120.2184199, 30.2771934 ], [ 120.218761, 30.2773877 ], [ 120.2189792, 30.2775819 ], [ 120.2194962, 30.2780009 ], [ 120.2200309, 30.2784492 ] ], [ [ 120.2138245, 30.2797546 ], [ 120.21428, 30.2792237 ], [ 120.2149961, 30.278423 ], [ 120.2154507, 30.2778887 ], [ 120.2165398, 30.2766084 ], [ 120.2166041, 30.2765138 ], [ 120.2166498, 30.2764464 ] ], [ [ 120.2204504, 30.2790894 ], [ 120.220218, 30.2787896 ], [ 120.2199799, 30.2785395 ], [ 120.2195164, 30.2781381 ], [ 120.2190616, 30.2777608 ], [ 120.2189702, 30.2776747 ], [ 120.2187462, 30.2774946 ], [ 120.2183454, 30.2772735 ] ], [ [ 120.2200309, 30.2784492 ], [ 120.2203214, 30.2787188 ], [ 120.2205946, 30.2790084 ] ], [ [ 120.2151851, 30.2783419 ], [ 120.2151206, 30.2784151 ], [ 120.2149266, 30.2786481 ], [ 120.2142513, 30.2794589 ], [ 120.2139353, 30.2797756 ] ], [ [ 120.2205946, 30.2790084 ], [ 120.2224829, 30.2778731 ] ], [ [ 120.2225577, 30.2779694 ], [ 120.2206703, 30.279128 ] ], [ [ 120.2204504, 30.2790894 ], [ 120.2205946, 30.2790084 ] ], [ [ 120.2205946, 30.2790084 ], [ 120.2206703, 30.279128 ] ], [ [ 120.2205083, 30.27919 ], [ 120.2204504, 30.2790894 ] ], [ [ 120.2206703, 30.279128 ], [ 120.2205083, 30.27919 ] ], [ [ 120.2206703, 30.279128 ], [ 120.2211473, 30.2796808 ], [ 120.2214584, 30.2800495 ], [ 120.2219259, 30.2805214 ] ], [ [ 120.2034032, 30.2661845 ], [ 120.2033329, 30.2676395 ], [ 120.2033016, 30.268288 ], [ 120.2032346, 30.2697961 ] ], [ [ 120.2029215, 30.2729019 ], [ 120.2029405, 30.2723863 ], [ 120.2029839, 30.2720367 ], [ 120.202999, 30.271736 ], [ 120.2030171, 30.2712419 ], [ 120.2030188, 30.2711946 ], [ 120.2030528, 30.2707817 ], [ 120.2030724, 30.2697913 ], [ 120.2030734, 30.2697658 ] ], [ [ 120.2032346, 30.2697961 ], [ 120.2032317, 30.2707911 ], [ 120.2032252, 30.2708712 ], [ 120.2031863, 30.2713529 ], [ 120.203091, 30.272904 ] ], [ [ 120.2027521, 30.2763151 ], [ 120.202811, 30.2754437 ], [ 120.2028331, 30.2752938 ], [ 120.2028854, 30.2749382 ], [ 120.2029251, 30.2745712 ], [ 120.2029322, 30.2742888 ], [ 120.2029392, 30.2740066 ], [ 120.2029215, 30.2729019 ] ], [ [ 120.203091, 30.272904 ], [ 120.2030795, 30.2739823 ], [ 120.2030704, 30.2745451 ], [ 120.2030501, 30.2750873 ], [ 120.2030157, 30.2754919 ], [ 120.2029337, 30.2763192 ] ], [ [ 120.2026414, 30.2795227 ], [ 120.2026559, 30.2794178 ], [ 120.2026907, 30.27858 ], [ 120.2027035, 30.2782572 ], [ 120.2027159, 30.2779434 ], [ 120.2027232, 30.2778056 ], [ 120.2027521, 30.2763151 ] ], [ [ 120.2029337, 30.2763192 ], [ 120.2029303, 30.2765358 ], [ 120.2029078, 30.2774075 ], [ 120.2029042, 30.2775492 ], [ 120.2028953, 30.2778218 ], [ 120.2028532, 30.2790227 ], [ 120.2028303, 30.2794788 ], [ 120.2028277, 30.279561 ] ], [ [ 120.1985702, 30.2791251 ], [ 120.1990725, 30.2791226 ], [ 120.1993726, 30.2791374 ], [ 120.2013327, 30.2793658 ], [ 120.2018133, 30.2794019 ], [ 120.2021553, 30.2794541 ], [ 120.2026414, 30.2795227 ] ], [ [ 120.1863548, 30.2747433 ], [ 120.1863738, 30.2750136 ] ], [ [ 120.1860495, 30.2779938 ], [ 120.1861356, 30.2769297 ], [ 120.1861482, 30.2767583 ], [ 120.1861897, 30.2761961 ], [ 120.1862374, 30.2756499 ], [ 120.1863548, 30.2747433 ] ], [ [ 120.1863738, 30.2750136 ], [ 120.1863648, 30.2755556 ], [ 120.1863266, 30.2762488 ], [ 120.1862298, 30.2780028 ] ], [ [ 120.1862298, 30.2780028 ], [ 120.1862275, 30.2782692 ] ], [ [ 120.1958813, 30.2660119 ], [ 120.1956902, 30.2660146 ] ], [ [ 120.2026414, 30.2795227 ], [ 120.2028277, 30.279561 ] ], [ [ 120.2026318, 30.2798017 ], [ 120.2024441, 30.2797773 ], [ 120.2019518, 30.279691 ], [ 120.2017242, 30.2796538 ], [ 120.2015311, 30.279617 ], [ 120.2014323, 30.2796021 ], [ 120.2013353, 30.2795875 ], [ 120.2002971, 30.2795176 ], [ 120.1998983, 30.2795034 ], [ 120.1994014, 30.279461 ], [ 120.1988831, 30.2794093 ], [ 120.1984465, 30.2793386 ] ], [ [ 120.2026318, 30.2798017 ], [ 120.2026414, 30.2795227 ] ], [ [ 120.2028277, 30.279561 ], [ 120.2028023, 30.2798452 ] ], [ [ 120.2028023, 30.2798452 ], [ 120.2026318, 30.2798017 ] ], [ [ 120.2028277, 30.279561 ], [ 120.2034523, 30.2797716 ], [ 120.2038415, 30.2799215 ], [ 120.2041896, 30.2800804 ], [ 120.2043919, 30.2801728 ], [ 120.2050876, 30.2804837 ], [ 120.2053276, 30.2805937 ] ], [ [ 120.2054384, 30.2808399 ], [ 120.2050679, 30.2807368 ], [ 120.2049402, 30.2807012 ], [ 120.20461, 30.2805585 ], [ 120.2042679, 30.2804107 ], [ 120.203776, 30.280187 ], [ 120.2033635, 30.2800238 ], [ 120.2032235, 30.279974 ], [ 120.2030476, 30.2799114 ], [ 120.2029778, 30.2798926 ], [ 120.2028023, 30.2798452 ] ], [ [ 120.2028023, 30.2798452 ], [ 120.2028061, 30.2799028 ], [ 120.2027868, 30.2801544 ], [ 120.2027748, 30.2803115 ], [ 120.2027725, 30.2806471 ], [ 120.2028356, 30.2809748 ], [ 120.2028647, 30.281126 ], [ 120.2029988, 30.2816613 ], [ 120.2031675, 30.2821371 ], [ 120.2033994, 30.2825742 ], [ 120.20343, 30.2826318 ], [ 120.2036703, 30.2830444 ], [ 120.2043396, 30.2841419 ], [ 120.2048654, 30.2850425 ], [ 120.2053971, 30.2857953 ], [ 120.2055068, 30.285957 ] ], [ [ 120.205355, 30.2860498 ], [ 120.2050729, 30.2856274 ], [ 120.2050363, 30.2855599 ], [ 120.2047758, 30.2850792 ], [ 120.2042485, 30.2842093 ], [ 120.2039568, 30.2837666 ], [ 120.2032861, 30.2826554 ], [ 120.2030284, 30.282182 ], [ 120.2028827, 30.2817973 ], [ 120.2027227, 30.2812789 ], [ 120.2026839, 30.2810566 ], [ 120.202628, 30.2807364 ], [ 120.2026081, 30.2802866 ], [ 120.2026286, 30.2798882 ], [ 120.2026318, 30.2798017 ] ], [ [ 120.2015569, 30.2908583 ], [ 120.2016642, 30.2907388 ], [ 120.2018894, 30.2905025 ], [ 120.2020762, 30.290287 ], [ 120.2025744, 30.289678 ], [ 120.2028964, 30.2892777 ], [ 120.2032038, 30.288878 ], [ 120.2033086, 30.288752 ], [ 120.2034183, 30.2885813 ], [ 120.2036107, 30.2882619 ], [ 120.2037478, 30.287914 ], [ 120.2039038, 30.2875858 ], [ 120.2040754, 30.2872736 ], [ 120.2043113, 30.2869368 ], [ 120.2045836, 30.2866379 ], [ 120.2048569, 30.2863979 ], [ 120.205355, 30.2860498 ] ], [ [ 120.2054068, 30.2861273 ], [ 120.2050687, 30.2863775 ], [ 120.2047703, 30.2866038 ], [ 120.2044983, 30.2868398 ], [ 120.2043371, 30.287034 ], [ 120.2041588, 30.2872884 ], [ 120.2039827, 30.2875847 ], [ 120.2038536, 30.2878852 ], [ 120.2037039, 30.2882199 ], [ 120.2035935, 30.2884155 ], [ 120.2033346, 30.2888581 ], [ 120.2032295, 30.2890209 ], [ 120.2029817, 30.2893416 ], [ 120.2028698, 30.2894864 ], [ 120.2025474, 30.2898615 ], [ 120.2022437, 30.290228 ], [ 120.2021528, 30.2903508 ], [ 120.2019662, 30.2905855 ], [ 120.2017986, 30.2907679 ], [ 120.2016867, 30.2909401 ] ], [ [ 120.2014409, 30.2909828 ], [ 120.2015569, 30.2908583 ] ], [ [ 120.2016867, 30.2909401 ], [ 120.2015659, 30.2910679 ] ], [ [ 120.2003577, 30.2922824 ], [ 120.2008079, 30.2917598 ], [ 120.2014409, 30.2909828 ] ], [ [ 120.1886333, 30.2884789 ], [ 120.1885976, 30.2884271 ], [ 120.1883666, 30.2880922 ], [ 120.1882871, 30.2879637 ], [ 120.1882376, 30.2878382 ], [ 120.1882223, 30.287716 ] ], [ [ 120.2219259, 30.2805214 ], [ 120.2220211, 30.2805993 ] ], [ [ 120.2217517, 30.2806364 ], [ 120.2219259, 30.2805214 ] ], [ [ 120.2220211, 30.2805993 ], [ 120.2218839, 30.2807066 ] ], [ [ 120.2218839, 30.2807066 ], [ 120.2217517, 30.2806364 ] ], [ [ 120.2220211, 30.2805993 ], [ 120.2222774, 30.2807689 ], [ 120.2235037, 30.2813704 ], [ 120.2238585, 30.2815661 ] ], [ [ 120.223819, 30.2817095 ], [ 120.2234663, 30.2815021 ], [ 120.2218839, 30.2807066 ] ], [ [ 120.2238585, 30.2815661 ], [ 120.223819, 30.2817095 ] ], [ [ 120.2181921, 30.280451 ], [ 120.2185026, 30.2802284 ], [ 120.2187514, 30.280071 ], [ 120.2194972, 30.2796758 ], [ 120.2204504, 30.2790894 ] ], [ [ 120.2139353, 30.2797756 ], [ 120.2138665, 30.2798445 ] ], [ [ 120.2205083, 30.27919 ], [ 120.2196874, 30.279704 ], [ 120.2189167, 30.2801573 ], [ 120.2187249, 30.2802487 ], [ 120.2184835, 30.2804052 ], [ 120.2181689, 30.2806205 ], [ 120.2176667, 30.2809197 ], [ 120.2169274, 30.2813591 ], [ 120.2163827, 30.2816749 ] ], [ [ 120.2053276, 30.2805937 ], [ 120.2056404, 30.2807675 ], [ 120.2058593, 30.2809181 ] ], [ [ 120.2105923, 30.2829581 ], [ 120.2107048, 30.2829584 ], [ 120.2107932, 30.2829402 ], [ 120.2108645, 30.2829041 ], [ 120.2109102, 30.2828604 ], [ 120.2109843, 30.2827689 ], [ 120.2111289, 30.2825657 ], [ 120.2113837, 30.2821666 ], [ 120.2114739, 30.2820417 ], [ 120.2117019, 30.2818092 ], [ 120.2118392, 30.2816454 ], [ 120.212309, 30.2812119 ], [ 120.2124265, 30.2811015 ], [ 120.2130265, 30.2805378 ], [ 120.2136758, 30.2799279 ], [ 120.2138245, 30.2797546 ] ], [ [ 120.2138665, 30.2798445 ], [ 120.2137097, 30.2800017 ], [ 120.2132139, 30.2804647 ], [ 120.2124975, 30.2811336 ], [ 120.212361, 30.281261 ], [ 120.211841, 30.281727 ], [ 120.2116474, 30.2819591 ], [ 120.2114933, 30.2821372 ], [ 120.2113903, 30.2822647 ], [ 120.2110471, 30.2827763 ], [ 120.2110051, 30.2829028 ], [ 120.2109963, 30.2829554 ], [ 120.2109728, 30.283116 ] ], [ [ 120.2092691, 30.2857457 ], [ 120.2096523, 30.2849452 ], [ 120.2098878, 30.2844405 ], [ 120.2101528, 30.2839728 ], [ 120.2104589, 30.283471 ] ], [ [ 120.2106123, 30.2835388 ], [ 120.2100928, 30.284377 ], [ 120.2099642, 30.2846397 ], [ 120.2099103, 30.2847498 ], [ 120.2096589, 30.2853042 ], [ 120.2094145, 30.2857942 ] ], [ [ 120.2238585, 30.2815661 ], [ 120.2248519, 30.2820126 ], [ 120.2254676, 30.2822993 ] ], [ [ 120.2254609, 30.2824638 ], [ 120.2253405, 30.2824031 ], [ 120.2250182, 30.2822408 ], [ 120.223819, 30.2817095 ] ], [ [ 120.2254676, 30.2822993 ], [ 120.2255931, 30.282372 ] ], [ [ 120.2255892, 30.2825284 ], [ 120.2254609, 30.2824638 ] ], [ [ 120.2255931, 30.282372 ], [ 120.2263042, 30.2827377 ], [ 120.2273867, 30.2833045 ] ], [ [ 120.2273343, 30.2834142 ], [ 120.2265896, 30.2830324 ], [ 120.2256872, 30.2825778 ], [ 120.2255892, 30.2825284 ] ], [ [ 120.2273867, 30.2833045 ], [ 120.227448976264782, 30.283335883997815 ] ], [ [ 120.227448976264782, 30.283335883997815 ], [ 120.227495392606983, 30.283359275419681 ] ], [ [ 120.227495392606983, 30.283359275419681 ], [ 120.227602, 30.283413 ] ], [ [ 120.2163087, 30.2815982 ], [ 120.2176041, 30.2808106 ], [ 120.2180746, 30.2805302 ], [ 120.2181921, 30.280451 ] ], [ [ 120.2162395, 30.2816411 ], [ 120.2163087, 30.2815982 ] ], [ [ 120.2163827, 30.2816749 ], [ 120.2163379, 30.2817075 ] ], [ [ 120.2165647, 30.285263 ], [ 120.2165796, 30.28524 ], [ 120.2166523, 30.2851372 ], [ 120.2168209, 30.2848986 ], [ 120.217025, 30.2846002 ], [ 120.2171335, 30.284412 ], [ 120.2174629, 30.283907 ], [ 120.2177134, 30.2835142 ], [ 120.2179123, 30.2832336 ], [ 120.2180175, 30.2831072 ], [ 120.2181576, 30.282939 ], [ 120.2186514, 30.2824707 ], [ 120.2189264, 30.2822611 ], [ 120.2191103, 30.2821364 ], [ 120.2192911, 30.2820114 ], [ 120.2197809, 30.2817618 ], [ 120.2204487, 30.2813813 ], [ 120.2217517, 30.2806364 ] ], [ [ 120.2218839, 30.2807066 ], [ 120.2207407, 30.2813635 ], [ 120.2199866, 30.2817837 ], [ 120.2194177, 30.2820897 ], [ 120.2192357, 30.2822023 ], [ 120.2188335, 30.2825003 ], [ 120.2184776, 30.2828158 ], [ 120.2180946, 30.2832219 ], [ 120.2180684, 30.2832542 ], [ 120.2179031, 30.2834582 ], [ 120.2177295, 30.2837303 ], [ 120.2176023, 30.2839395 ], [ 120.2174895, 30.28412 ], [ 120.2172903, 30.2844529 ], [ 120.2171745, 30.2846365 ], [ 120.2168249, 30.2851787 ], [ 120.2167529, 30.2852903 ] ], [ [ 120.2274412, 30.283469 ], [ 120.227397750710224, 30.283446726650332 ] ], [ [ 120.227397750710224, 30.283446726650332 ], [ 120.227355120652945, 30.283424873262689 ] ], [ [ 120.227355120652945, 30.283424873262689 ], [ 120.2273343, 30.2834142 ] ], [ [ 120.2298675, 30.2812264 ], [ 120.2289825, 30.2820388 ], [ 120.2277956, 30.2830904 ], [ 120.227495392606983, 30.283359275419681 ] ], [ [ 120.227495392606983, 30.283359275419681 ], [ 120.227397750710224, 30.283446726650332 ] ], [ [ 120.227397750710224, 30.283446726650332 ], [ 120.2269668, 30.2838327 ], [ 120.2265953, 30.2841072 ], [ 120.2261125, 30.2843782 ], [ 120.2245823, 30.2850337 ], [ 120.2234678, 30.2854691 ], [ 120.2229287, 30.2856764 ], [ 120.2224754, 30.2859034 ] ], [ [ 120.223819, 30.2817095 ], [ 120.2236256, 30.2820935 ] ], [ [ 120.2236256, 30.2820935 ], [ 120.2232147, 30.2830634 ] ], [ [ 120.2232147, 30.2830634 ], [ 120.2227734, 30.2840312 ] ], [ [ 120.2227734, 30.2840312 ], [ 120.2224908, 30.2845192 ] ], [ [ 120.2224908, 30.2845192 ], [ 120.2221919, 30.2849486 ] ], [ [ 120.2221919, 30.2849486 ], [ 120.2218259, 30.285425 ] ], [ [ 120.2218259, 30.285425 ], [ 120.2215411, 30.2855586 ] ], [ [ 120.2215411, 30.2855586 ], [ 120.2211764, 30.2856805 ] ], [ [ 120.2215487, 30.2864088 ], [ 120.221882, 30.2861638 ], [ 120.2221333, 30.2859896 ], [ 120.2226217, 30.2857253 ], [ 120.2232375, 30.2854609 ], [ 120.2245453, 30.2849643 ], [ 120.226076, 30.2843576 ], [ 120.2265644, 30.2840795 ], [ 120.2271643, 30.2836058 ], [ 120.227355120652945, 30.283424873262689 ] ], [ [ 120.227355120652945, 30.283424873262689 ], [ 120.227448976264782, 30.283335883997815 ] ], [ [ 120.227448976264782, 30.283335883997815 ], [ 120.2277429, 30.2830572 ], [ 120.2289179, 30.2819814 ], [ 120.2293728, 30.2815208 ], [ 120.2298844, 30.2810479 ] ], [ [ 120.2165647, 30.285263 ], [ 120.2167529, 30.2852903 ] ], [ [ 120.2163631, 30.2855909 ], [ 120.2165647, 30.285263 ] ], [ [ 120.2167529, 30.2852903 ], [ 120.2165272, 30.2856531 ] ], [ [ 120.2165272, 30.2856531 ], [ 120.2163631, 30.2855909 ] ], [ [ 120.2167529, 30.2852903 ], [ 120.2168637, 30.2853127 ], [ 120.2171513, 30.2853707 ], [ 120.2175031, 30.2855036 ], [ 120.2177162, 30.2855841 ], [ 120.2179174, 30.2856601 ], [ 120.2183705, 30.28584 ], [ 120.2188362, 30.2860214 ], [ 120.2190469, 30.286086 ], [ 120.2194272, 30.2862318 ], [ 120.2194741, 30.2862508 ], [ 120.2199035, 30.2864242 ] ], [ [ 120.2154224, 30.2884152 ], [ 120.2154978, 30.2879826 ], [ 120.2155766, 30.2876093 ], [ 120.2156791, 30.2870411 ], [ 120.2158428, 30.2866143 ], [ 120.2159892, 30.2863068 ], [ 120.2160673, 30.2861713 ], [ 120.2162128, 30.2859189 ], [ 120.216316, 30.2856896 ], [ 120.2163529, 30.2856075 ], [ 120.2163631, 30.2855909 ] ], [ [ 120.2055068, 30.285957 ], [ 120.2059348, 30.2858024 ], [ 120.2063916, 30.2856808 ], [ 120.2070081, 30.2855687 ], [ 120.2074698, 30.2855319 ], [ 120.2077825, 30.2855221 ], [ 120.208386, 30.2855611 ], [ 120.2090878, 30.2856855 ], [ 120.2092691, 30.2857457 ] ], [ [ 120.2092691, 30.2857457 ], [ 120.2094145, 30.2857942 ] ], [ [ 120.2092151, 30.2858689 ], [ 120.2092691, 30.2857457 ] ], [ [ 120.2092151, 30.2858689 ], [ 120.2090791, 30.2858039 ], [ 120.2089334, 30.2857522 ], [ 120.2087087, 30.2857015 ], [ 120.2083344, 30.2856468 ], [ 120.2079072, 30.2856137 ], [ 120.2074704, 30.2856114 ], [ 120.2069173, 30.2856627 ], [ 120.2064272, 30.2857725 ], [ 120.2060344, 30.2858799 ], [ 120.2055883, 30.2860771 ] ], [ [ 120.2094145, 30.2857942 ], [ 120.2093441, 30.2859272 ] ], [ [ 120.2094145, 30.2857942 ], [ 120.2096529, 30.2858569 ], [ 120.209982, 30.2859824 ] ], [ [ 120.2093441, 30.2859272 ], [ 120.2092151, 30.2858689 ] ], [ [ 120.2098557, 30.2861048 ], [ 120.2095192, 30.2859802 ], [ 120.2093441, 30.2859272 ] ], [ [ 120.2055068, 30.285957 ], [ 120.2055883, 30.2860771 ] ], [ [ 120.2054068, 30.2861273 ], [ 120.205355, 30.2860498 ] ], [ [ 120.2224754, 30.2859034 ], [ 120.2220731, 30.2861501 ], [ 120.2215788, 30.2865724 ], [ 120.2214137, 30.2867172 ], [ 120.2211265, 30.2870099 ] ], [ [ 120.2210667, 30.2868737 ], [ 120.2212306, 30.2867122 ], [ 120.2213444, 30.2865879 ], [ 120.2214876, 30.2864592 ], [ 120.2215487, 30.2864088 ] ], [ [ 120.2207382, 30.2872517 ], [ 120.2210667, 30.2868737 ] ], [ [ 120.2211265, 30.2870099 ], [ 120.2209384, 30.2872107 ] ], [ [ 120.2209384, 30.2872107 ], [ 120.2204155, 30.2880597 ], [ 120.2201902, 30.2884025 ], [ 120.2199607, 30.2887071 ] ], [ [ 120.2344731, 30.2839531 ], [ 120.2343756, 30.2838727 ] ], [ [ 120.227602, 30.283413 ], [ 120.2297633, 30.2845145 ] ], [ [ 120.232303, 30.2858971 ], [ 120.2309039, 30.2851931 ], [ 120.2296298, 30.2845874 ], [ 120.2283946, 30.2839721 ], [ 120.2274412, 30.283469 ] ], [ [ 120.2297633, 30.2845145 ], [ 120.2324163, 30.2858275 ] ], [ [ 120.239569, 30.2845452 ], [ 120.2396404, 30.2844851 ] ], [ [ 120.2396404, 30.2844851 ], [ 120.2397823, 30.2845635 ] ], [ [ 120.2397215, 30.2846384 ], [ 120.239569, 30.2845452 ] ], [ [ 120.2397823, 30.2845635 ], [ 120.2397215, 30.2846384 ] ], [ [ 120.2345783, 30.2838578 ], [ 120.2347123, 30.2839833 ], [ 120.2352274, 30.2843963 ], [ 120.2360807, 30.285038 ], [ 120.2370039, 30.2856808 ], [ 120.2380386, 30.2864009 ] ], [ [ 120.2379272, 30.286513 ], [ 120.2374026, 30.2861334 ], [ 120.2368404, 30.28573 ], [ 120.2362454, 30.2853002 ], [ 120.2359868, 30.2851215 ], [ 120.2354062, 30.2846928 ], [ 120.2349865, 30.2843748 ], [ 120.2346166, 30.2840711 ], [ 120.2344731, 30.2839531 ] ], [ [ 120.2380386, 30.2864009 ], [ 120.2384103, 30.285959 ], [ 120.238894, 30.2853785 ], [ 120.2392798, 30.2849023 ], [ 120.2394153, 30.284735 ], [ 120.239569, 30.2845452 ] ], [ [ 120.2397215, 30.2846384 ], [ 120.2395772, 30.2848157 ], [ 120.239437, 30.284988 ], [ 120.2392038, 30.2852746 ], [ 120.2381857, 30.2865054 ] ], [ [ 120.2380386, 30.2864009 ], [ 120.2381857, 30.2865054 ] ], [ [ 120.2379272, 30.286513 ], [ 120.2379746, 30.286477 ], [ 120.2380386, 30.2864009 ] ], [ [ 120.2396404, 30.2844851 ], [ 120.2406177, 30.2833106 ], [ 120.2407308, 30.2831822 ], [ 120.2410015, 30.2828655 ], [ 120.2413458, 30.2824648 ] ], [ [ 120.2414928, 30.282562 ], [ 120.2411109, 30.2829786 ], [ 120.2408806, 30.2832645 ], [ 120.2408469, 30.2833017 ], [ 120.2407695, 30.2833938 ], [ 120.2407098, 30.2834649 ], [ 120.2397823, 30.2845635 ] ], [ [ 120.2397823, 30.2845635 ], [ 120.2406204, 30.2850629 ], [ 120.2417378, 30.2857079 ], [ 120.2418661, 30.2857828 ], [ 120.2435337, 30.2867732 ], [ 120.2439488, 30.2870154 ], [ 120.2440471, 30.2870695 ], [ 120.2441646, 30.2871341 ] ], [ [ 120.2440943, 30.2872311 ], [ 120.243969, 30.2871542 ], [ 120.2438787, 30.2870977 ], [ 120.2434661, 30.2868532 ], [ 120.2432376, 30.2867169 ], [ 120.2430723, 30.2866184 ], [ 120.2418226, 30.2858732 ], [ 120.2416773, 30.285783 ], [ 120.2397215, 30.2846384 ] ], [ [ 120.2441646, 30.2871341 ], [ 120.2443061, 30.2872187 ], [ 120.2448599, 30.2875498 ], [ 120.2449325, 30.2875924 ], [ 120.2466507, 30.2886005 ], [ 120.2474906, 30.2890933 ], [ 120.2485763, 30.2897178 ], [ 120.2486937, 30.2897853 ] ], [ [ 120.2485946, 30.2898629 ], [ 120.2484906, 30.2898012 ], [ 120.2478523, 30.2894225 ], [ 120.2471478, 30.2890044 ], [ 120.246586, 30.2886747 ], [ 120.2448967, 30.2876831 ], [ 120.2442197, 30.2873023 ], [ 120.2440943, 30.2872311 ] ], [ [ 120.2486937, 30.2897853 ], [ 120.2488096, 30.2898497 ] ], [ [ 120.2324163, 30.2858275 ], [ 120.2325065, 30.2858721 ] ], [ [ 120.232406, 30.2859489 ], [ 120.232303, 30.2858971 ] ], [ [ 120.2325065, 30.2858721 ], [ 120.2343161, 30.2869209 ], [ 120.2351371, 30.2873959 ], [ 120.2357779, 30.2877705 ], [ 120.2361327, 30.2879667 ], [ 120.2365085, 30.2882019 ] ], [ [ 120.236417, 30.2883015 ], [ 120.2360477, 30.2880706 ], [ 120.2352368, 30.287591 ], [ 120.2346958, 30.2872826 ], [ 120.2342193, 30.2870075 ], [ 120.2332189, 30.2864089 ], [ 120.232406, 30.2859489 ] ], [ [ 120.2381857, 30.2865054 ], [ 120.2381336, 30.2865697 ], [ 120.2380742, 30.286637 ] ], [ [ 120.2380742, 30.286637 ], [ 120.2379272, 30.286513 ] ], [ [ 120.2365085, 30.2882019 ], [ 120.236954, 30.2876704 ], [ 120.2372583, 30.2873143 ], [ 120.2379272, 30.286513 ] ], [ [ 120.2380742, 30.286637 ], [ 120.2373937, 30.2874389 ], [ 120.2366476, 30.2883297 ] ], [ [ 120.2381857, 30.2865054 ], [ 120.2388106, 30.2868716 ], [ 120.2401986, 30.2876362 ], [ 120.2410883, 30.2881078 ], [ 120.2417106, 30.2884444 ], [ 120.2421716, 30.2886988 ], [ 120.2424942, 30.288894 ] ], [ [ 120.2423536, 30.2889874 ], [ 120.2420613, 30.2888109 ], [ 120.2416182, 30.2885611 ], [ 120.240076, 30.2877028 ], [ 120.2382699, 30.2867511 ], [ 120.2380742, 30.286637 ] ], [ [ 120.236417, 30.2883015 ], [ 120.2365085, 30.2882019 ] ], [ [ 120.2365085, 30.2882019 ], [ 120.2366476, 30.2883297 ] ], [ [ 120.2366476, 30.2883297 ], [ 120.236417, 30.2883015 ] ], [ [ 120.2366476, 30.2883297 ], [ 120.2375542, 30.2886773 ] ], [ [ 120.2375542, 30.2886773 ], [ 120.2387986, 30.2891301 ] ], [ [ 120.2387986, 30.2891301 ], [ 120.2404573, 30.2897337 ] ], [ [ 120.2404573, 30.2897337 ], [ 120.2409463, 30.2899116 ] ], [ [ 120.2409463, 30.2899116 ], [ 120.241233, 30.2900159 ] ], [ [ 120.2349142, 30.2900907 ], [ 120.2355332, 30.2893619 ], [ 120.2360579, 30.288751 ], [ 120.236417, 30.2883015 ] ], [ [ 120.2366476, 30.2883297 ], [ 120.2358386, 30.2893029 ], [ 120.2351367, 30.2901352 ] ], [ [ 120.2347328, 30.2903009 ], [ 120.2349142, 30.2900907 ] ], [ [ 120.2351367, 30.2901352 ], [ 120.2349518, 30.2903554 ] ], [ [ 120.2351367, 30.2901352 ], [ 120.2354011, 30.2900466 ], [ 120.2364521, 30.2902501 ], [ 120.2366199, 30.2902864 ], [ 120.2374654, 30.2904696 ], [ 120.237749, 30.290529 ], [ 120.2386208, 30.2907117 ], [ 120.2391064, 30.2908157 ], [ 120.2397172, 30.290939 ], [ 120.2399699, 30.2911476 ] ], [ [ 120.2424942, 30.288894 ], [ 120.2433518, 30.2893777 ], [ 120.2439226, 30.2896901 ], [ 120.2445367, 30.2900229 ], [ 120.2451019, 30.2903225 ], [ 120.2451938, 30.2903712 ], [ 120.2460179, 30.290826 ], [ 120.2468528, 30.2913103 ], [ 120.247009, 30.2914182 ] ], [ [ 120.2468763, 30.2915436 ], [ 120.2462249, 30.2911253 ], [ 120.2455785, 30.2907513 ], [ 120.2451047, 30.2905023 ], [ 120.2442533, 30.2900265 ], [ 120.2434221, 30.2895561 ], [ 120.2423536, 30.2889874 ] ], [ [ 120.2487146, 30.2899321 ], [ 120.2485946, 30.2898629 ] ], [ [ 120.247009, 30.2914182 ], [ 120.2470839, 30.2915195 ] ], [ [ 120.2469519, 30.291635 ], [ 120.2468763, 30.2915436 ] ], [ [ 120.2304961, 30.2939982 ], [ 120.2316725, 30.2931102 ], [ 120.2329204, 30.2921367 ], [ 120.2333028, 30.2918468 ], [ 120.2334813, 30.2916971 ], [ 120.2338353, 30.2913612 ], [ 120.2342878, 30.2908776 ], [ 120.2346226, 30.2904649 ], [ 120.2347328, 30.2903009 ] ], [ [ 120.2349518, 30.2903554 ], [ 120.2345951, 30.2907768 ], [ 120.2341248, 30.2913258 ], [ 120.2336382, 30.291777 ], [ 120.2330549, 30.2922675 ], [ 120.232782, 30.2924428 ], [ 120.2317377, 30.2932595 ], [ 120.2306457, 30.2940761 ] ], [ [ 120.2281786, 30.2933676 ], [ 120.2284914, 30.2934013 ], [ 120.2286082, 30.2934139 ], [ 120.2290268, 30.2934732 ], [ 120.2295118, 30.2935996 ], [ 120.2299224, 30.2937443 ], [ 120.2304961, 30.2939982 ] ], [ [ 120.2302991, 30.2941278 ], [ 120.2298178, 30.2939059 ], [ 120.229049, 30.2936992 ], [ 120.2288433, 30.2936439 ], [ 120.2283079, 30.2935634 ], [ 120.2277972, 30.293521 ], [ 120.227334, 30.2935208 ], [ 120.2265631, 30.2935706 ], [ 120.225751, 30.2936536 ], [ 120.2255886, 30.293686 ], [ 120.2254915, 30.2937053 ], [ 120.22534, 30.2937202 ] ], [ [ 120.2304961, 30.2939982 ], [ 120.2306457, 30.2940761 ] ], [ [ 120.2302991, 30.2941278 ], [ 120.2304961, 30.2939982 ] ], [ [ 120.2055883, 30.2860771 ], [ 120.2056206, 30.2861247 ] ], [ [ 120.2054653, 30.2862148 ], [ 120.2054068, 30.2861273 ] ], [ [ 120.2072139, 30.2883919 ], [ 120.20803, 30.2874508 ], [ 120.208766, 30.2865673 ], [ 120.2090714, 30.2861151 ], [ 120.2092151, 30.2858689 ] ], [ [ 120.2093441, 30.2859272 ], [ 120.2090054, 30.2864323 ], [ 120.208821, 30.2867059 ], [ 120.208514, 30.2870522 ], [ 120.2080896, 30.2875605 ], [ 120.2073272, 30.2884974 ] ], [ [ 120.2069788, 30.2887122 ], [ 120.207096704422014, 30.288551567135816 ] ], [ [ 120.207096704422014, 30.288551567135816 ], [ 120.207170366257571, 30.288451210326237 ] ], [ [ 120.207170366257571, 30.288451210326237 ], [ 120.2072139, 30.2883919 ] ], [ [ 120.2073272, 30.2884974 ], [ 120.207280843636468, 30.288560222530151 ] ], [ [ 120.207280843636468, 30.288560222530151 ], [ 120.2072312, 30.2886275 ], [ 120.207203146913955, 30.288666577261008 ] ], [ [ 120.207203146913955, 30.288666577261008 ], [ 120.2070803, 30.2888377 ] ], [ [ 120.2165272, 30.2856531 ], [ 120.2164706, 30.2857441 ], [ 120.2163638, 30.2859157 ], [ 120.2161059, 30.2863273 ], [ 120.2160503, 30.2864401 ], [ 120.2159777, 30.2865877 ], [ 120.2158656, 30.2868643 ], [ 120.2157941, 30.2870995 ], [ 120.215705, 30.2875603 ], [ 120.2156643, 30.2877815 ], [ 120.2155711, 30.2884811 ] ], [ [ 120.209982, 30.2859824 ], [ 120.21038, 30.2861826 ], [ 120.2117704, 30.2868134 ], [ 120.2123884, 30.2871208 ], [ 120.2125001, 30.2871686 ], [ 120.212709, 30.2872618 ], [ 120.213107, 30.2874407 ], [ 120.2133595, 30.2875534 ], [ 120.2135636, 30.2876457 ], [ 120.2137837, 30.2877525 ], [ 120.214599, 30.2881237 ], [ 120.2151204, 30.2883652 ], [ 120.215401849337866, 30.288485733502821 ] ], [ [ 120.215401849337866, 30.288485733502821 ], [ 120.215550657715923, 30.288549462183767 ] ], [ [ 120.215550657715923, 30.288549462183767 ], [ 120.2159003, 30.2886992 ], [ 120.2176954, 30.2894598 ], [ 120.218117, 30.2896091 ] ], [ [ 120.218216, 30.289769 ], [ 120.2176278, 30.2895205 ], [ 120.2158403, 30.2887655 ], [ 120.215527860178796, 30.288625700700766 ] ], [ [ 120.215527860178796, 30.288625700700766 ], [ 120.215380304856581, 30.288559677968564 ] ], [ [ 120.215380304856581, 30.288559677968564 ], [ 120.2150735, 30.2884224 ], [ 120.2142919, 30.2880557 ], [ 120.2137529, 30.2878027 ], [ 120.2135242, 30.2877087 ], [ 120.2133178, 30.2876144 ], [ 120.2130808, 30.2875029 ], [ 120.2126701, 30.2873266 ], [ 120.2124625, 30.2872381 ], [ 120.2123487, 30.2871901 ], [ 120.2117152, 30.2869083 ], [ 120.2106419, 30.2864201 ], [ 120.210127, 30.2862068 ], [ 120.2098557, 30.2861048 ] ], [ [ 120.215359, 30.2886328 ], [ 120.215380304856581, 30.288559677968564 ] ], [ [ 120.215380304856581, 30.288559677968564 ], [ 120.215401849337866, 30.288485733502821 ] ], [ [ 120.215401849337866, 30.288485733502821 ], [ 120.2154224, 30.2884152 ] ], [ [ 120.2188119, 30.2898807 ], [ 120.2190893, 30.2894576 ], [ 120.2194661, 30.2890354 ], [ 120.219858, 30.2886264 ], [ 120.2201244, 30.2882642 ], [ 120.2205697, 30.2874764 ], [ 120.2207382, 30.2872517 ] ], [ [ 120.2155711, 30.2884811 ], [ 120.215550657715923, 30.288549462183767 ] ], [ [ 120.215550657715923, 30.288549462183767 ], [ 120.215527860178796, 30.288625700700766 ] ], [ [ 120.215527860178796, 30.288625700700766 ], [ 120.2155095, 30.2886871 ] ], [ [ 120.2199607, 30.2887071 ], [ 120.2199237, 30.2887471 ], [ 120.2195672, 30.2891331 ], [ 120.2192041, 30.289592 ], [ 120.2189744, 30.289952 ] ], [ [ 120.218117, 30.2896091 ], [ 120.2188119, 30.2898807 ] ], [ [ 120.2187474, 30.289991 ], [ 120.218216, 30.289769 ] ], [ [ 120.2188119, 30.2898807 ], [ 120.2189744, 30.289952 ] ], [ [ 120.2187474, 30.289991 ], [ 120.2188119, 30.2898807 ] ], [ [ 120.2189744, 30.289952 ], [ 120.2189042, 30.2900618 ] ], [ [ 120.2189042, 30.2900618 ], [ 120.2187474, 30.289991 ] ], [ [ 120.2155095, 30.2886871 ], [ 120.215415, 30.2890706 ], [ 120.2152261, 30.289938 ], [ 120.2151794, 30.2901527 ], [ 120.2148026, 30.2915194 ], [ 120.2147852, 30.2915641 ], [ 120.214689, 30.2918112 ], [ 120.2145588, 30.2921455 ] ], [ [ 120.2142376, 30.2923434 ], [ 120.214307746748887, 30.292227191625091 ] ], [ [ 120.214307746748887, 30.292227191625091 ], [ 120.214352170754353, 30.292153596746285 ] ], [ [ 120.214352170754353, 30.292153596746285 ], [ 120.2143873, 30.2920954 ], [ 120.2145382, 30.2917617 ], [ 120.2146412, 30.291534 ], [ 120.2146977, 30.2913625 ], [ 120.2147958, 30.2910649 ], [ 120.215074, 30.2900106 ], [ 120.2152537, 30.2890611 ], [ 120.215359, 30.2886328 ] ], [ [ 120.2189744, 30.289952 ], [ 120.2196838, 30.2902651 ], [ 120.2200991, 30.2904427 ], [ 120.2204841, 30.2906826 ], [ 120.2208081, 30.2909249 ], [ 120.2210454, 30.2911024 ], [ 120.2213044, 30.2913609 ] ], [ [ 120.221209, 30.2913991 ], [ 120.2210553, 30.2912392 ], [ 120.220606, 30.2908754 ], [ 120.2205213, 30.2908068 ], [ 120.2201996, 30.290591 ], [ 120.2198323, 30.290421 ], [ 120.2193572, 30.2902297 ], [ 120.2189042, 30.2900618 ] ], [ [ 120.2174426, 30.2933326 ], [ 120.2176363, 30.2920942 ], [ 120.2177052, 30.2917466 ], [ 120.2178582, 30.2913869 ], [ 120.2181411, 30.2908976 ], [ 120.218277, 30.2906944 ], [ 120.2187474, 30.289991 ] ], [ [ 120.2189042, 30.2900618 ], [ 120.2185312, 30.2906075 ], [ 120.2182783, 30.2909775 ], [ 120.2180776, 30.291322 ], [ 120.2179697, 30.2915617 ], [ 120.2178618, 30.2918741 ], [ 120.2177564, 30.2923546 ], [ 120.2175856, 30.2933795 ] ], [ [ 120.2145588, 30.2921455 ], [ 120.21451592635745, 30.292218443722916 ] ], [ [ 120.21451592635745, 30.292218443722916 ], [ 120.214473287813192, 30.292290987457761 ] ], [ [ 120.214473287813192, 30.292290987457761 ], [ 120.214383, 30.2924446 ] ], [ [ 120.214383, 30.2924446 ], [ 120.2142376, 30.2923434 ] ], [ [ 120.2145588, 30.2921455 ], [ 120.2154564, 30.292489 ], [ 120.2160183, 30.2927055 ], [ 120.2166858, 30.2929914 ], [ 120.2170483, 30.293187 ] ], [ [ 120.217064, 30.29338 ], [ 120.2165181, 30.2932333 ], [ 120.2153569, 30.2927769 ], [ 120.214383, 30.2924446 ] ], [ [ 120.2170483, 30.293187 ], [ 120.2174426, 30.2933326 ] ], [ [ 120.2174426, 30.2933326 ], [ 120.2175856, 30.2933795 ] ], [ [ 120.2174125, 30.2934962 ], [ 120.2174426, 30.2933326 ] ], [ [ 120.2213044, 30.2913609 ], [ 120.2214915, 30.2915899 ], [ 120.2217161, 30.2918295 ], [ 120.2219166, 30.2921172 ] ], [ [ 120.2218139, 30.2921667 ], [ 120.221649, 30.2918746 ], [ 120.221209, 30.2913991 ] ], [ [ 120.2253252, 30.293572 ], [ 120.2255626, 30.2935286 ], [ 120.2257244, 30.2934991 ], [ 120.2261145, 30.2934648 ], [ 120.2266044, 30.293404 ], [ 120.2271677, 30.2933666 ], [ 120.2277879, 30.2933453 ], [ 120.2281786, 30.2933676 ] ], [ [ 120.2250548, 30.2936089 ], [ 120.225181, 30.2935983 ], [ 120.2253252, 30.293572 ] ], [ [ 120.2056206, 30.2861247 ], [ 120.2063898, 30.2874941 ], [ 120.2065968, 30.2878017 ], [ 120.2066532, 30.2878754 ], [ 120.206857, 30.288142 ], [ 120.207170366257571, 30.288451210326237 ] ], [ [ 120.207170366257571, 30.288451210326237 ], [ 120.207280843636468, 30.288560222530151 ] ], [ [ 120.207280843636468, 30.288560222530151 ], [ 120.2075507, 30.2888265 ], [ 120.20918, 30.2899301 ], [ 120.2100962, 30.2904333 ], [ 120.2106362, 30.2906486 ], [ 120.21241, 30.2913845 ], [ 120.214352170754353, 30.292153596746285 ] ], [ [ 120.214352170754353, 30.292153596746285 ], [ 120.21451592635745, 30.292218443722916 ] ], [ [ 120.21451592635745, 30.292218443722916 ], [ 120.2148441, 30.2923484 ], [ 120.2163178, 30.2929324 ], [ 120.216683, 30.2930748 ], [ 120.2170483, 30.293187 ] ], [ [ 120.217064, 30.29338 ], [ 120.2162458, 30.2930273 ], [ 120.2148065, 30.2924194 ], [ 120.214473287813192, 30.292290987457761 ] ], [ [ 120.214473287813192, 30.292290987457761 ], [ 120.214307746748887, 30.292227191625091 ] ], [ [ 120.214307746748887, 30.292227191625091 ], [ 120.213707624423918, 30.291995917870842 ] ], [ [ 120.213707624423918, 30.291995917870842 ], [ 120.213517413328091, 30.291922614758455 ] ], [ [ 120.213517413328091, 30.291922614758455 ], [ 120.2123746, 30.2914822 ], [ 120.2106256, 30.2907732 ], [ 120.2099861, 30.290509 ], [ 120.209106, 30.2900206 ], [ 120.2074587, 30.2889427 ], [ 120.207203146913955, 30.288666577261008 ] ], [ [ 120.207203146913955, 30.288666577261008 ], [ 120.207096704422014, 30.288551567135816 ] ], [ [ 120.207096704422014, 30.288551567135816 ], [ 120.2067903, 30.2882205 ], [ 120.2065572, 30.2879474 ], [ 120.2064038, 30.2877037 ], [ 120.2060142, 30.2870591 ], [ 120.2055857, 30.2864 ], [ 120.2054653, 30.2862148 ] ], [ [ 120.2039617, 30.2922694 ], [ 120.2045861, 30.2915652 ], [ 120.2050407, 30.2910294 ], [ 120.2058382, 30.2900369 ], [ 120.2069788, 30.2887122 ] ], [ [ 120.2070803, 30.2888377 ], [ 120.2065148, 30.2894863 ], [ 120.2060461, 30.2900393 ], [ 120.2051469, 30.2910954 ], [ 120.2046959, 30.2916227 ], [ 120.2040721, 30.2923407 ] ], [ [ 120.2142376, 30.2923434 ], [ 120.2137142, 30.2919993 ], [ 120.213707624423918, 30.291995917870842 ] ], [ [ 120.213707624423918, 30.291995917870842 ], [ 120.2135748, 30.2919276 ], [ 120.213517413328091, 30.291922614758455 ] ], [ [ 120.213517413328091, 30.291922614758455 ], [ 120.2133204, 30.2919055 ], [ 120.2131107, 30.291916 ], [ 120.2129097, 30.2919718 ], [ 120.2127376, 30.2921031 ], [ 120.2119141, 30.2930864 ], [ 120.21128, 30.2938129 ], [ 120.2110144, 30.2941117 ], [ 120.2109042, 30.2941954 ], [ 120.2106709, 30.2942449 ], [ 120.2104026, 30.2941944 ], [ 120.2074495, 30.2922526 ], [ 120.2073493, 30.2921607 ], [ 120.2072995, 30.2920536 ], [ 120.2072695, 30.2919718 ], [ 120.207296, 30.2917712 ], [ 120.2073793, 30.2915871 ], [ 120.2075231, 30.2914289 ], [ 120.2083232, 30.2905211 ], [ 120.2084451, 30.2903574 ], [ 120.208511, 30.2902033 ], [ 120.2085375, 30.2900882 ], [ 120.2085495, 30.2899845 ], [ 120.2085306, 30.2898597 ], [ 120.2084411, 30.2897264 ], [ 120.2076352, 30.28917 ], [ 120.2070803, 30.2888377 ] ], [ [ 120.2100521, 30.2979391 ], [ 120.2104739, 30.2975537 ], [ 120.2107613, 30.2972378 ], [ 120.2112817, 30.2965399 ], [ 120.2115811, 30.2961611 ], [ 120.2121672, 30.2954575 ], [ 120.2125175, 30.2949311 ], [ 120.2132665, 30.2939579 ], [ 120.2135348, 30.2935705 ], [ 120.2136742, 30.2933781 ], [ 120.2139847, 30.2928098 ], [ 120.2142376, 30.2923434 ] ], [ [ 120.2125696, 30.2950922 ], [ 120.2122489, 30.2955045 ], [ 120.2117009, 30.296234 ], [ 120.2113841, 30.2966563 ] ], [ [ 120.2030673, 30.2935643 ], [ 120.2035013, 30.293849 ], [ 120.2042528, 30.2943313 ], [ 120.2043737, 30.2943941 ], [ 120.2044612, 30.2944292 ], [ 120.204574, 30.2944498 ], [ 120.204692, 30.294452 ], [ 120.2048015, 30.2944404 ], [ 120.2048942, 30.2944124 ], [ 120.2050105, 30.2943476 ], [ 120.2051683, 30.2942068 ], [ 120.2057536, 30.2934758 ], [ 120.2058105, 30.2934126 ], [ 120.205911, 30.2933181 ], [ 120.206018, 30.2932383 ], [ 120.206164, 30.2932102 ], [ 120.2063441, 30.2932432 ], [ 120.2064981, 30.2933008 ], [ 120.2094487, 30.2952663 ], [ 120.2095857, 30.2954706 ], [ 120.2096289, 30.2956091 ], [ 120.2096207, 30.295703 ], [ 120.209549, 30.295908 ], [ 120.2091266, 30.2963883 ], [ 120.208311, 30.2972472 ], [ 120.2078702, 30.2977409 ], [ 120.2077581, 30.297922 ], [ 120.2077236, 30.2980172 ], [ 120.2077386, 30.2981201 ], [ 120.207786, 30.298195 ], [ 120.2079061, 30.2982886 ], [ 120.2082757, 30.2985118 ], [ 120.2087155, 30.2988241 ] ], [ [ 120.2174125, 30.2934962 ], [ 120.217064, 30.29338 ] ], [ [ 120.2175856, 30.2933795 ], [ 120.2175652, 30.2935507 ] ], [ [ 120.2175652, 30.2935507 ], [ 120.2174125, 30.2934962 ] ], [ [ 120.2175856, 30.2933795 ], [ 120.2183309, 30.2936108 ], [ 120.2189879, 30.2937445 ], [ 120.2194614, 30.2938327 ], [ 120.2197793, 30.2938782 ], [ 120.2201087, 30.2939145 ] ], [ [ 120.214383, 30.2924446 ], [ 120.2138137, 30.2934199 ], [ 120.2135109, 30.2938583 ], [ 120.2131559, 30.2943305 ], [ 120.2125696, 30.2950922 ] ], [ [ 120.2200348, 30.2940802 ], [ 120.2198442, 30.2940531 ], [ 120.2197746, 30.2940432 ], [ 120.2193424, 30.2939885 ], [ 120.2188924, 30.2939033 ], [ 120.2182474, 30.293745 ], [ 120.2175652, 30.2935507 ] ], [ [ 120.2165715, 30.2960722 ], [ 120.2169097, 30.2953446 ], [ 120.217145, 30.2947728 ], [ 120.2172633, 30.2943086 ], [ 120.2174125, 30.2934962 ] ], [ [ 120.2175652, 30.2935507 ], [ 120.2173675, 30.2944584 ], [ 120.2173286, 30.2946252 ], [ 120.2172766, 30.294848 ], [ 120.2172466, 30.2949187 ], [ 120.2170731, 30.2953273 ], [ 120.2167318, 30.2960937 ] ], [ [ 120.1467286, 30.2802329 ], [ 120.1471095, 30.280334 ], [ 120.1485671, 30.2806316 ], [ 120.148777, 30.2806757 ], [ 120.1489415, 30.2807079 ], [ 120.1500858, 30.2809415 ] ], [ [ 120.1500448, 30.2810397 ], [ 120.1493473, 30.2809022 ], [ 120.1487435, 30.2807741 ], [ 120.1485175, 30.2807295 ], [ 120.1466099, 30.2803627 ] ], [ [ 120.1500858, 30.2809415 ], [ 120.1501989, 30.2809647 ] ], [ [ 120.1500448, 30.2810397 ], [ 120.1500858, 30.2809415 ] ], [ [ 120.1501989, 30.2809647 ], [ 120.1501566, 30.281066 ] ], [ [ 120.1501566, 30.281066 ], [ 120.1500448, 30.2810397 ] ], [ [ 120.1485339, 30.2843263 ], [ 120.1493791, 30.2826356 ], [ 120.1495657, 30.2821772 ], [ 120.1500448, 30.2810397 ] ], [ [ 120.1501566, 30.281066 ], [ 120.149717, 30.2821213 ], [ 120.1494604, 30.2826679 ], [ 120.1488296, 30.2839101 ], [ 120.1486061, 30.2843503 ] ], [ [ 120.1486061, 30.2843503 ], [ 120.1485026, 30.2846162 ] ], [ [ 120.1612674, 30.2786367 ], [ 120.1613887, 30.2781099 ] ], [ [ 120.1613887, 30.2781099 ], [ 120.1616864, 30.2763607 ] ], [ [ 120.1616864, 30.2763607 ], [ 120.161704, 30.2762683 ] ], [ [ 120.161704, 30.2762683 ], [ 120.1617243, 30.2761613 ] ], [ [ 120.160807, 30.2833663 ], [ 120.1608112, 30.2833045 ] ], [ [ 120.1608112, 30.2833045 ], [ 120.1608328, 30.2829862 ] ], [ [ 120.1608328, 30.2829862 ], [ 120.1608565, 30.2827212 ] ], [ [ 120.1608565, 30.2827212 ], [ 120.1608575, 30.2827099 ] ], [ [ 120.1608575, 30.2827099 ], [ 120.1608727, 30.2825192 ] ], [ [ 120.1608727, 30.2825192 ], [ 120.1608885, 30.2823207 ] ], [ [ 120.1608885, 30.2823207 ], [ 120.1609238, 30.281877 ] ], [ [ 120.1609238, 30.281877 ], [ 120.1609495, 30.2815542 ] ], [ [ 120.1609495, 30.2815542 ], [ 120.161021, 30.2808071 ] ], [ [ 120.161021, 30.2808071 ], [ 120.1610792, 30.2801984 ] ], [ [ 120.1610792, 30.2801984 ], [ 120.1610967, 30.279912 ] ], [ [ 120.1610967, 30.279912 ], [ 120.1612447, 30.2788027 ] ], [ [ 120.1612447, 30.2788027 ], [ 120.1612674, 30.2786367 ] ], [ [ 120.1501989, 30.2809647 ], [ 120.151032, 30.2811533 ], [ 120.1527297, 30.2815377 ], [ 120.1531934, 30.2816445 ], [ 120.1539273, 30.2818135 ], [ 120.1543133, 30.2819024 ], [ 120.1549002, 30.28207 ], [ 120.1554234, 30.2821947 ], [ 120.1564764, 30.282444 ], [ 120.1572234, 30.2826099 ], [ 120.1579869, 30.2827886 ], [ 120.1587114, 30.2829364 ], [ 120.159021, 30.2829999 ], [ 120.1594828, 30.2830946 ], [ 120.1596329, 30.2831254 ], [ 120.1605914, 30.2833221 ], [ 120.160807, 30.2833663 ] ], [ [ 120.1607725, 30.2834658 ], [ 120.1605626, 30.2834204 ], [ 120.159695, 30.2832327 ], [ 120.1587043, 30.2830184 ], [ 120.1585008, 30.2829762 ], [ 120.1579185, 30.2828403 ], [ 120.1571993, 30.2826698 ], [ 120.1548826, 30.2821432 ], [ 120.1544766, 30.2820474 ], [ 120.1528065, 30.2816532 ], [ 120.152768, 30.281641 ], [ 120.1526957, 30.2816234 ], [ 120.1514057, 30.2813402 ], [ 120.1501566, 30.281066 ] ], [ [ 120.1607725, 30.2834658 ], [ 120.160807, 30.2833663 ] ], [ [ 120.1548269, 30.2909191 ], [ 120.1548477, 30.2908925 ] ], [ [ 120.1548477, 30.2908925 ], [ 120.1557038, 30.289798 ] ], [ [ 120.1557038, 30.289798 ], [ 120.1559569, 30.2894413 ] ], [ [ 120.1559569, 30.2894413 ], [ 120.1559728, 30.2894208 ] ], [ [ 120.1559728, 30.2894208 ], [ 120.1561625, 30.289176 ] ], [ [ 120.1561625, 30.289176 ], [ 120.1562796, 30.2890234 ] ], [ [ 120.1562796, 30.2890234 ], [ 120.156534, 30.2887754 ] ], [ [ 120.156534, 30.2887754 ], [ 120.1568619, 30.2883389 ] ], [ [ 120.1568619, 30.2883389 ], [ 120.1573154, 30.2877819 ] ], [ [ 120.1573154, 30.2877819 ], [ 120.1576839, 30.2873293 ] ], [ [ 120.1576839, 30.2873293 ], [ 120.1578318, 30.2871476 ] ], [ [ 120.1578318, 30.2871476 ], [ 120.1579787, 30.2869671 ] ], [ [ 120.1579787, 30.2869671 ], [ 120.1582499, 30.286634 ] ], [ [ 120.1582499, 30.286634 ], [ 120.1586992, 30.2860822 ] ], [ [ 120.1586992, 30.2860822 ], [ 120.1587434, 30.2860273 ] ], [ [ 120.1587434, 30.2860273 ], [ 120.1588199, 30.28593 ] ], [ [ 120.1588199, 30.28593 ], [ 120.1589058, 30.2858219 ] ], [ [ 120.1589058, 30.2858219 ], [ 120.1594579, 30.2851074 ] ], [ [ 120.1594579, 30.2851074 ], [ 120.1597653, 30.284715 ] ], [ [ 120.1597653, 30.284715 ], [ 120.1600199, 30.2843899 ] ], [ [ 120.1600199, 30.2843899 ], [ 120.1607005, 30.2835551 ] ], [ [ 120.1607005, 30.2835551 ], [ 120.1607725, 30.2834658 ] ], [ [ 120.1366783, 30.285717 ], [ 120.1355138, 30.2856699 ], [ 120.1351629, 30.2856537 ], [ 120.1345199, 30.2856241 ], [ 120.1332276, 30.2855621 ], [ 120.1324487, 30.285521 ], [ 120.1321623, 30.2855209 ], [ 120.1319728, 30.2855164 ], [ 120.1308619, 30.2854538 ] ], [ [ 120.1366721, 30.2856635 ], [ 120.1367738, 30.2856689 ], [ 120.1370827, 30.2856851 ], [ 120.1372358, 30.2856932 ] ], [ [ 120.1366783, 30.285717 ], [ 120.1366721, 30.2856635 ] ], [ [ 120.1372358, 30.2856932 ], [ 120.1376562, 30.285713 ], [ 120.1382958, 30.2857354 ], [ 120.1388847, 30.2857611 ] ], [ [ 120.1372325, 30.2857579 ], [ 120.1370876, 30.2857472 ], [ 120.1367654, 30.2857234 ], [ 120.1366783, 30.285717 ] ], [ [ 120.1388847, 30.2857611 ], [ 120.1393967, 30.2857801 ] ], [ [ 120.1393923, 30.28585 ], [ 120.1372325, 30.2857579 ] ], [ [ 120.1469378, 30.2873158 ], [ 120.1469647, 30.2872711 ], [ 120.1472538, 30.2867912 ], [ 120.1475073, 30.2864041 ], [ 120.1477777, 30.2859188 ], [ 120.1480322, 30.2854015 ], [ 120.1481509, 30.2851559 ], [ 120.1481993, 30.2850559 ], [ 120.148365, 30.2847263 ], [ 120.1484834, 30.2844319 ], [ 120.1485339, 30.2843263 ] ], [ [ 120.1393967, 30.2857801 ], [ 120.1396244, 30.2857888 ], [ 120.1400236, 30.2858061 ], [ 120.1419902, 30.2858915 ] ], [ [ 120.1419868, 30.2859822 ], [ 120.1409324, 30.2859285 ], [ 120.1393923, 30.28585 ] ], [ [ 120.1419902, 30.2858915 ], [ 120.1432225, 30.2860099 ] ], [ [ 120.1485026, 30.2846162 ], [ 120.1483744, 30.2849232 ], [ 120.1477661, 30.2861107 ], [ 120.1470711, 30.2873294 ], [ 120.1470465, 30.2873697 ] ], [ [ 120.1432225, 30.2860099 ], [ 120.1433565, 30.2860417 ] ], [ [ 120.1431482, 30.2860791 ], [ 120.1419868, 30.2859822 ] ], [ [ 120.1432802, 30.2861 ], [ 120.1431482, 30.2860791 ] ], [ [ 120.1433565, 30.2860417 ], [ 120.144888, 30.2865795 ], [ 120.1451951, 30.2866873 ], [ 120.1458988, 30.2869453 ], [ 120.1460244, 30.2869919 ], [ 120.1462718, 30.2870811 ], [ 120.1463093, 30.2870941 ], [ 120.1464863, 30.2871582 ], [ 120.1469378, 30.2873158 ] ], [ [ 120.1468861, 30.2874334 ], [ 120.1462689, 30.2871835 ], [ 120.1461987, 30.2871575 ], [ 120.1459721, 30.2870753 ], [ 120.1458574, 30.2870278 ], [ 120.1454581, 30.2868701 ], [ 120.1451623, 30.2867533 ], [ 120.1432802, 30.2861 ] ], [ [ 120.1469378, 30.2873158 ], [ 120.1470465, 30.2873697 ] ], [ [ 120.1468861, 30.2874334 ], [ 120.1469378, 30.2873158 ] ], [ [ 120.1470465, 30.2873697 ], [ 120.1470012, 30.2874798 ] ], [ [ 120.1246928, 30.2850682 ], [ 120.1245988, 30.2850576 ] ], [ [ 120.1247022, 30.2850008 ], [ 120.1257083, 30.285056 ], [ 120.1289854, 30.2852263 ], [ 120.1290758, 30.2852305 ], [ 120.1295845, 30.285262 ], [ 120.1307617, 30.285335 ] ], [ [ 120.1307454, 30.285423 ], [ 120.1298262, 30.285364 ], [ 120.1295201, 30.2853443 ], [ 120.1289929, 30.2853156 ], [ 120.1246928, 30.2850682 ] ], [ [ 120.1307617, 30.285335 ], [ 120.130878, 30.2853375 ] ], [ [ 120.1308619, 30.2854538 ], [ 120.1307454, 30.285423 ] ], [ [ 120.1242014, 30.290253 ], [ 120.124208, 30.2901597 ], [ 120.1243455, 30.2879332 ], [ 120.1243776, 30.2877795 ], [ 120.1244219, 30.2873803 ], [ 120.1244659, 30.2869833 ], [ 120.1244688, 30.2869577 ], [ 120.124483, 30.2868297 ], [ 120.124502, 30.2866582 ], [ 120.1245677, 30.2857401 ], [ 120.1245988, 30.2850576 ] ], [ [ 120.1246928, 30.2850682 ], [ 120.1245896, 30.2866542 ], [ 120.1245759, 30.2868362 ], [ 120.1245043, 30.2877909 ], [ 120.1244968, 30.2879006 ], [ 120.1243418, 30.2901691 ], [ 120.1243358, 30.2902569 ] ], [ [ 120.1369436, 30.2908473 ], [ 120.1369494, 30.2907883 ] ], [ [ 120.1369494, 30.2907883 ], [ 120.1370542, 30.2897702 ] ], [ [ 120.1370542, 30.2897702 ], [ 120.1370807, 30.2895649 ] ], [ [ 120.1370807, 30.2895649 ], [ 120.1370618, 30.2893976 ] ], [ [ 120.1370618, 30.2893976 ], [ 120.1370258, 30.2892452 ] ], [ [ 120.1370258, 30.2892452 ], [ 120.1369668, 30.2890984 ] ], [ [ 120.1369668, 30.2890984 ], [ 120.1368902, 30.2888032 ] ], [ [ 120.1368902, 30.2888032 ], [ 120.1368438, 30.2886301 ] ], [ [ 120.1368438, 30.2886301 ], [ 120.1367979, 30.2883183 ] ], [ [ 120.1367979, 30.2883183 ], [ 120.1367471, 30.2878048 ] ], [ [ 120.1367471, 30.2878048 ], [ 120.1367334, 30.2875975 ] ], [ [ 120.1367334, 30.2875975 ], [ 120.1367101, 30.2873223 ] ], [ [ 120.1367101, 30.2873223 ], [ 120.136697, 30.2871676 ] ], [ [ 120.136697, 30.2871676 ], [ 120.1366903, 30.2870882 ] ], [ [ 120.1366903, 30.2870882 ], [ 120.1366633, 30.2865211 ] ], [ [ 120.1366633, 30.2865211 ], [ 120.1366776, 30.2857562 ] ], [ [ 120.1366776, 30.2857562 ], [ 120.1366783, 30.285717 ] ], [ [ 120.1470012, 30.2874798 ], [ 120.1468861, 30.2874334 ] ], [ [ 120.1454334, 30.2906438 ], [ 120.1459321, 30.2895103 ], [ 120.1460612, 30.2892169 ], [ 120.146189, 30.2888949 ], [ 120.1462748, 30.2886662 ], [ 120.1464931, 30.2882604 ], [ 120.1466735, 30.2878431 ], [ 120.1468568, 30.2874898 ], [ 120.1468861, 30.2874334 ] ], [ [ 120.1470012, 30.2874798 ], [ 120.1469697, 30.2875392 ], [ 120.1467409, 30.2880017 ], [ 120.1463703, 30.2886926 ], [ 120.1462737, 30.2889519 ], [ 120.1461067, 30.2893337 ], [ 120.1458229, 30.2900075 ], [ 120.1455114, 30.2906808 ] ], [ [ 120.1470465, 30.2873697 ], [ 120.1480647, 30.2878246 ], [ 120.1484261, 30.2879884 ], [ 120.1488169, 30.2881654 ], [ 120.1495781, 30.2885501 ], [ 120.1518814, 30.2895969 ], [ 120.1522375, 30.2897646 ], [ 120.1528303, 30.2900405 ], [ 120.1530393, 30.2901377 ], [ 120.1548269, 30.2909191 ] ], [ [ 120.1547433, 30.2910153 ], [ 120.1531955, 30.290296 ], [ 120.1522103, 30.2898381 ], [ 120.1518304, 30.2896551 ], [ 120.1495465, 30.2886069 ], [ 120.1487435, 30.2882379 ], [ 120.148255, 30.2880163 ], [ 120.1479137, 30.2878615 ], [ 120.1475464, 30.2876949 ], [ 120.1470012, 30.2874798 ] ], [ [ 120.1038265, 30.2865498 ], [ 120.1032759, 30.288441 ], [ 120.1031305, 30.2889205 ], [ 120.1030922, 30.2890311 ] ], [ [ 120.1029048, 30.2892132 ], [ 120.1029438, 30.2890366 ] ], [ [ 120.1030922, 30.2890311 ], [ 120.1030388, 30.2892387 ] ], [ [ 120.124187, 30.290408 ], [ 120.1242014, 30.290253 ] ], [ [ 120.1243358, 30.2902569 ], [ 120.1243277, 30.2904324 ] ], [ [ 120.1022592, 30.2921345 ], [ 120.102387, 30.2913877 ], [ 120.1025101, 30.2905344 ], [ 120.102629, 30.2900645 ], [ 120.1029048, 30.2892132 ] ], [ [ 120.1030388, 30.2892387 ], [ 120.1027907, 30.2901223 ], [ 120.1026628, 30.2906277 ], [ 120.1025435, 30.2913698 ], [ 120.1024085, 30.2921514 ] ], [ [ 120.1240308, 30.2933119 ], [ 120.124064, 30.2926556 ], [ 120.1240725, 30.2924868 ], [ 120.1241855, 30.2904348 ], [ 120.124187, 30.290408 ] ], [ [ 120.1243277, 30.2904324 ], [ 120.1243263, 30.290451 ], [ 120.1242686, 30.291242 ], [ 120.124188, 30.2916978 ], [ 120.1241803, 30.2918279 ] ], [ [ 120.1441967, 30.2926861 ], [ 120.1442414, 30.2926125 ], [ 120.1443261, 30.2924729 ], [ 120.1445591, 30.2920892 ], [ 120.1446294, 30.2919781 ], [ 120.1446444, 30.2919547 ], [ 120.1448539, 30.2916289 ], [ 120.1450383, 30.2913012 ], [ 120.1454334, 30.2906438 ] ], [ [ 120.1455114, 30.2906808 ], [ 120.145181, 30.2912212 ], [ 120.1450889, 30.2913783 ], [ 120.1449183, 30.2916693 ], [ 120.1447073, 30.2920124 ], [ 120.1446327, 30.2921217 ], [ 120.1443253, 30.2926524 ], [ 120.1442819, 30.2927265 ] ], [ [ 120.1241803, 30.2918279 ], [ 120.1241481, 30.2924906 ], [ 120.1241086, 30.2932713 ] ], [ [ 120.1441014, 30.2928489 ], [ 120.1441967, 30.2926861 ] ], [ [ 120.1442819, 30.2927265 ], [ 120.1441982, 30.292894 ] ], [ [ 120.1241086, 30.2932713 ], [ 120.1240635, 30.2942457 ], [ 120.1240405, 30.2947429 ], [ 120.1239873, 30.2954906 ], [ 120.1239942, 30.2964203 ], [ 120.1239957, 30.2966324 ], [ 120.1239966, 30.2967626 ] ], [ [ 120.1417385, 30.2972516 ], [ 120.1417997, 30.2971189 ], [ 120.1419294, 30.2968653 ], [ 120.1420248, 30.2966921 ], [ 120.1425775, 30.2956596 ], [ 120.1427738, 30.2952929 ], [ 120.1428379, 30.295173 ], [ 120.1429583, 30.2949481 ], [ 120.1433401, 30.2942347 ], [ 120.1437045, 30.2935539 ], [ 120.1440771, 30.2929039 ], [ 120.1441014, 30.2928489 ] ], [ [ 120.1441982, 30.292894 ], [ 120.1441751, 30.2929462 ], [ 120.1441511, 30.2929765 ], [ 120.1438682, 30.2935373 ], [ 120.1437886, 30.293678 ], [ 120.1432275, 30.294619 ], [ 120.1428366, 30.295357 ], [ 120.142505, 30.2959833 ], [ 120.1422364, 30.2964906 ], [ 120.1421304, 30.2966791 ], [ 120.1420673, 30.2968177 ], [ 120.1420061, 30.2969552 ], [ 120.1419427, 30.2970961 ], [ 120.1418316, 30.2972884 ] ], [ [ 120.140719, 30.2987666 ], [ 120.1410134, 30.2983238 ], [ 120.1410745, 30.2982319 ], [ 120.1414177, 30.2977253 ], [ 120.1416399, 30.2973972 ], [ 120.1417385, 30.2972516 ] ], [ [ 120.1418316, 30.2972884 ], [ 120.1417968, 30.2973603 ], [ 120.1415084, 30.2977619 ], [ 120.141349, 30.2979838 ], [ 120.1411654, 30.2982733 ], [ 120.1407648, 30.2988492 ] ], [ [ 120.140719, 30.2987666 ], [ 120.1407648, 30.2988492 ] ], [ [ 120.1364687, 30.2977194 ], [ 120.1362463, 30.2976523 ], [ 120.1358604, 30.2974919 ] ], [ [ 120.13597, 30.2973142 ], [ 120.136121473471249, 30.297396809313945 ] ], [ [ 120.136121473471249, 30.297396809313945 ], [ 120.1362984, 30.2974933 ], [ 120.136816, 30.2977107 ], [ 120.1370518, 30.2977712 ], [ 120.1374325, 30.2978176 ], [ 120.1377897, 30.2978337 ], [ 120.1380582, 30.2978599 ], [ 120.1383524, 30.2978982 ], [ 120.1387657, 30.2979668 ], [ 120.1390039, 30.2980434 ], [ 120.1391603, 30.2980897 ], [ 120.139604, 30.2982168 ], [ 120.140008, 30.2984043 ], [ 120.140348468653826, 30.298576383926786 ] ], [ [ 120.140348468653826, 30.298576383926786 ], [ 120.1404866, 30.2986462 ], [ 120.140719, 30.2987666 ] ], [ [ 120.1406625, 30.2988516 ], [ 120.1404239781575, 30.298725026536196 ] ], [ [ 120.1404239781575, 30.298725026536196 ], [ 120.1399449, 30.2984708 ], [ 120.1397768, 30.2983861 ], [ 120.1394335, 30.298251 ], [ 120.139088, 30.2981442 ], [ 120.1388218, 30.2980555 ], [ 120.1385999, 30.2980031 ], [ 120.1383081, 30.2979607 ], [ 120.1380629, 30.2979345 ], [ 120.1377734, 30.2979063 ], [ 120.1376897, 30.2979028 ], [ 120.1373904, 30.2978902 ], [ 120.1371499, 30.297874 ], [ 120.136774, 30.2978115 ], [ 120.1364687, 30.2977194 ] ], [ [ 120.1322977, 30.2955886 ], [ 120.1326743, 30.2957453 ], [ 120.1331366, 30.2958985 ], [ 120.1336876, 30.2961243 ], [ 120.134206, 30.2963804 ], [ 120.1355697, 30.2971767 ], [ 120.136121473471249, 30.297396809313945 ] ], [ [ 120.136121473471249, 30.297396809313945 ], [ 120.1366915, 30.2976242 ], [ 120.137232, 30.2977492 ], [ 120.1383184, 30.297841 ], [ 120.1391692, 30.2980593 ], [ 120.1400292, 30.2983622 ], [ 120.140348468653826, 30.298576383926786 ] ], [ [ 120.140348468653826, 30.298576383926786 ], [ 120.140692172296895, 30.298806960261306 ] ], [ [ 120.140692172296895, 30.298806960261306 ], [ 120.140755462589226, 30.29884941905949 ] ], [ [ 120.140755462589226, 30.29884941905949 ], [ 120.14076172541526, 30.298853620526362 ] ], [ [ 120.14076172541526, 30.298853620526362 ], [ 120.1408404, 30.2989064 ], [ 120.1412788, 30.2991927 ], [ 120.1423977, 30.3000327 ], [ 120.1430262, 30.3003973 ], [ 120.1446579, 30.3013081 ], [ 120.1453619, 30.3016562 ] ], [ [ 120.1453313, 30.3016961 ], [ 120.1445974, 30.3013522 ], [ 120.1434806, 30.3007173 ], [ 120.1428321, 30.3003869 ], [ 120.1424376, 30.3001549 ], [ 120.1417843, 30.2997038 ], [ 120.1413369, 30.2993498 ], [ 120.1407948, 30.2989809 ], [ 120.140712633219039, 30.298924203504694 ] ], [ [ 120.140712633219039, 30.298924203504694 ], [ 120.140645178209425, 30.298877658385219 ] ], [ [ 120.140645178209425, 30.298877658385219 ], [ 120.1404239781575, 30.298725026536196 ] ], [ [ 120.1404239781575, 30.298725026536196 ], [ 120.1401567, 30.2985406 ], [ 120.1394321, 30.2982164 ], [ 120.1388146, 30.2980162 ], [ 120.1380829, 30.2979025 ], [ 120.1368274, 30.2977889 ], [ 120.1365308, 30.2976799 ], [ 120.135558, 30.2972624 ], [ 120.1349863, 30.2969363 ], [ 120.1341419, 30.2964511 ], [ 120.1335955, 30.2961668 ], [ 120.1330913, 30.2959533 ], [ 120.1328807, 30.2958688 ], [ 120.1325189, 30.2957684 ], [ 120.1321833, 30.2957137 ] ], [ [ 120.1406625, 30.2988516 ], [ 120.140692172296895, 30.298806960261306 ] ], [ [ 120.140692172296895, 30.298806960261306 ], [ 120.140719, 30.2987666 ] ], [ [ 120.1407648, 30.2988492 ], [ 120.140755462589226, 30.29884941905949 ] ], [ [ 120.140755462589226, 30.29884941905949 ], [ 120.1406625, 30.2988516 ] ], [ [ 120.1017128, 30.2956894 ], [ 120.1017439, 30.2955353 ], [ 120.1018652, 30.2948694 ], [ 120.1019728, 30.2941835 ], [ 120.1020947, 30.293128 ], [ 120.1022592, 30.2921345 ] ], [ [ 120.1024085, 30.2921514 ], [ 120.1022348, 30.2931275 ], [ 120.1021035, 30.2941806 ], [ 120.101999, 30.2948635 ], [ 120.1018908, 30.2955263 ], [ 120.1018617, 30.2956884 ] ], [ [ 120.1016694, 30.2959412 ], [ 120.1017128, 30.2956894 ] ], [ [ 120.1018617, 30.2956884 ], [ 120.1018401, 30.2959559 ] ], [ [ 120.1239675, 30.294738 ], [ 120.1240308, 30.2933119 ] ], [ [ 120.123847, 30.2967538 ], [ 120.1238433, 30.2966411 ], [ 120.1238665, 30.2964251 ], [ 120.1238751, 30.2963727 ], [ 120.1238917, 30.2959627 ], [ 120.1239126, 30.2954489 ], [ 120.1239675, 30.294738 ] ], [ [ 120.123764, 30.2968988 ], [ 120.123847, 30.2967538 ] ], [ [ 120.1239966, 30.2967626 ], [ 120.1238898, 30.2969029 ] ], [ [ 120.12204, 30.300109 ], [ 120.1227116, 30.2995686 ], [ 120.1229605, 30.2993361 ], [ 120.1231269, 30.2991609 ], [ 120.1232471, 30.2990029 ], [ 120.1233794, 30.2988203 ], [ 120.123472, 30.2986377 ], [ 120.1236055, 30.2982522 ], [ 120.1236374, 30.2980081 ], [ 120.123764, 30.2968988 ] ], [ [ 120.1238898, 30.2969029 ], [ 120.1237545, 30.2978241 ], [ 120.1237105, 30.2981269 ], [ 120.1236907, 30.2982566 ], [ 120.1235498, 30.2986582 ], [ 120.1234428, 30.2988532 ], [ 120.1232896, 30.2990653 ], [ 120.1231597, 30.2992291 ], [ 120.12301, 30.2993928 ], [ 120.1227706, 30.2996071 ], [ 120.1221345, 30.3001767 ] ], [ [ 120.1010219, 30.2998206 ], [ 120.1010663, 30.2996053 ], [ 120.1012968, 30.2982029 ], [ 120.1013186, 30.29807 ], [ 120.1014697, 30.2970926 ], [ 120.1015138, 30.2968242 ], [ 120.1016694, 30.2959412 ] ], [ [ 120.1018401, 30.2959559 ], [ 120.1016558, 30.2968473 ], [ 120.1016096, 30.2971228 ], [ 120.1014349, 30.2981074 ], [ 120.1014021, 30.2983211 ], [ 120.1012021, 30.2996223 ], [ 120.1011688, 30.2998394 ] ], [ [ 120.0876427, 30.3023975 ], [ 120.0880824, 30.3024001 ], [ 120.0884382, 30.3024021 ], [ 120.0898128, 30.3024101 ], [ 120.0909777, 30.3024076 ], [ 120.0914485, 30.3024093 ], [ 120.0928621, 30.302407 ], [ 120.0929969, 30.3024067 ], [ 120.0931033, 30.3024066 ] ], [ [ 120.0931033, 30.3024066 ], [ 120.0932954, 30.3024057 ] ], [ [ 120.0876416, 30.3024951 ], [ 120.0876427, 30.3023975 ] ], [ [ 120.0932954, 30.3024057 ], [ 120.0933665, 30.3024068 ], [ 120.0935038, 30.302409 ], [ 120.095046, 30.3024335 ], [ 120.0958821, 30.3024462 ], [ 120.0966993, 30.3024586 ], [ 120.0970646, 30.3024813 ], [ 120.0974033, 30.3024776 ], [ 120.0985902, 30.3025135 ], [ 120.1007838, 30.3025406 ] ], [ [ 120.0930997, 30.3025145 ], [ 120.092993, 30.3025128 ], [ 120.0928602, 30.3025123 ], [ 120.0914517, 30.3025078 ], [ 120.0884352, 30.3024981 ], [ 120.0880808, 30.302497 ], [ 120.0878119, 30.3024961 ], [ 120.0876416, 30.3024951 ] ], [ [ 120.093292, 30.3025176 ], [ 120.0930997, 30.3025145 ] ], [ [ 120.1221345, 30.3001767 ], [ 120.1223345, 30.3003014 ], [ 120.1224791, 30.3004567 ], [ 120.1225972, 30.3006177 ], [ 120.1226538, 30.300747 ], [ 120.1226906, 30.3008878 ], [ 120.1227793, 30.3012507 ], [ 120.122812, 30.3015128 ], [ 120.1228245, 30.3017783 ], [ 120.122826, 30.3017991 ], [ 120.1228867, 30.3021902 ], [ 120.1230268, 30.3025409 ], [ 120.1232606, 30.302804 ], [ 120.1233584, 30.3028998 ], [ 120.1236339, 30.3032095 ], [ 120.1238184, 30.3034757 ], [ 120.1240028, 30.3037989 ], [ 120.1240869, 30.3040489 ], [ 120.1242282, 30.304372 ], [ 120.1243391, 30.3046254 ], [ 120.1245165, 30.3049198 ], [ 120.1249787, 30.3054166 ], [ 120.1251073, 30.3055327 ] ], [ [ 120.1249994, 30.3056059 ], [ 120.1245708, 30.3051251 ], [ 120.1243594, 30.3048633 ], [ 120.1242326, 30.3046531 ], [ 120.1241118, 30.3043864 ], [ 120.12397, 30.3040734 ], [ 120.1239031, 30.303828 ], [ 120.123765, 30.3035662 ], [ 120.123574, 30.3033159 ], [ 120.1231623, 30.3028863 ], [ 120.1229102, 30.3026046 ], [ 120.1227773, 30.3022911 ], [ 120.1227279, 30.3020113 ], [ 120.122688, 30.3018261 ], [ 120.1226839, 30.301478 ], [ 120.1226736, 30.3014097 ], [ 120.1226462, 30.3012268 ], [ 120.1225897, 30.3009278 ], [ 120.1224936, 30.3006631 ], [ 120.1223538, 30.3004899 ], [ 120.1221941, 30.3003167 ], [ 120.1221345, 30.3001767 ] ], [ [ 120.1186325, 30.3030477 ], [ 120.1191928, 30.3027053 ], [ 120.119387, 30.3025561 ], [ 120.1195065, 30.3024549 ], [ 120.1197646, 30.3021649 ], [ 120.1201558, 30.3017924 ], [ 120.1209873, 30.3010605 ], [ 120.12204, 30.300109 ] ], [ [ 120.1647064, 30.2825379 ], [ 120.1646215, 30.2822435 ], [ 120.1648276, 30.2811208 ], [ 120.1650266, 30.2809703 ] ], [ [ 120.160807, 30.2833663 ], [ 120.1611767, 30.2834269 ], [ 120.1622054, 30.2835954 ], [ 120.162335, 30.2836138 ], [ 120.1626209, 30.2836458 ], [ 120.1643312, 30.2839134 ] ], [ [ 120.1642287, 30.2840414 ], [ 120.1635131, 30.2839182 ], [ 120.1631432, 30.283848 ], [ 120.1627361, 30.2837708 ], [ 120.1623099, 30.2836992 ], [ 120.1613157, 30.2835451 ], [ 120.1607725, 30.2834658 ] ], [ [ 120.1722137, 30.2845234 ], [ 120.1722747, 30.2844348 ], [ 120.1724199, 30.2837719 ], [ 120.1726014, 30.2829434 ], [ 120.1728059, 30.2820875 ], [ 120.173069, 30.2809887 ] ], [ [ 120.1732035, 30.2810265 ], [ 120.1728768, 30.2822654 ], [ 120.1726442, 30.2833593 ], [ 120.172429, 30.2844564 ], [ 120.1724076, 30.2845492 ] ], [ [ 120.1721737, 30.2847138 ], [ 120.1722137, 30.2845234 ] ], [ [ 120.1724076, 30.2845492 ], [ 120.1723679, 30.2847341 ] ], [ [ 120.1547433, 30.2910153 ], [ 120.1547614, 30.2909945 ] ], [ [ 120.1547614, 30.2909945 ], [ 120.1548269, 30.2909191 ] ], [ [ 120.1548269, 30.2909191 ], [ 120.1567895, 30.2913989 ], [ 120.1570709, 30.2914637 ], [ 120.1574902, 30.2915603 ], [ 120.158834, 30.2918993 ], [ 120.1588469, 30.2919019 ], [ 120.1590024, 30.2919325 ] ], [ [ 120.1589145, 30.2920478 ], [ 120.1587798, 30.2920071 ], [ 120.1586651, 30.2919724 ], [ 120.1574313, 30.2916487 ], [ 120.1568481, 30.2914957 ], [ 120.1567626, 30.2914759 ], [ 120.1561905, 30.2913464 ], [ 120.1548571, 30.2910447 ], [ 120.1547433, 30.2910153 ] ], [ [ 120.1590024, 30.2919325 ], [ 120.159281, 30.2919757 ] ], [ [ 120.159195, 30.2920922 ], [ 120.1589145, 30.2920478 ] ], [ [ 120.159281, 30.2919757 ], [ 120.1594419, 30.2920022 ], [ 120.161172, 30.2922874 ], [ 120.1622093, 30.2924584 ], [ 120.1629236, 30.2925762 ], [ 120.163767, 30.2927152 ], [ 120.1650025, 30.2928829 ], [ 120.1663386, 30.2930793 ], [ 120.1673481, 30.2932051 ], [ 120.1696702, 30.293549 ] ], [ [ 120.1695484, 30.2936397 ], [ 120.1672871, 30.2933167 ], [ 120.1663162, 30.2931932 ], [ 120.1651984, 30.2930128 ], [ 120.1650019, 30.2929811 ], [ 120.163947, 30.2928453 ], [ 120.1621859, 30.2925667 ], [ 120.1612829, 30.2924274 ], [ 120.1593536, 30.2921177 ], [ 120.159195, 30.2920922 ] ], [ [ 120.1696702, 30.293549 ], [ 120.1697974, 30.293706 ] ], [ [ 120.1697301, 30.2937873 ], [ 120.1695484, 30.2936397 ] ], [ [ 120.13932, 30.3009419 ], [ 120.1397335, 30.3002475 ], [ 120.1398105, 30.3001311 ], [ 120.139965, 30.2998974 ], [ 120.1402672, 30.299424 ], [ 120.1404043, 30.29924 ], [ 120.140468, 30.2991442 ], [ 120.140645178209425, 30.298877658385219 ] ], [ [ 120.140645178209425, 30.298877658385219 ], [ 120.1406625, 30.2988516 ] ], [ [ 120.1407648, 30.2988492 ], [ 120.14076172541526, 30.298853620526362 ] ], [ [ 120.14076172541526, 30.298853620526362 ], [ 120.140712633219039, 30.298924203504694 ] ], [ [ 120.140712633219039, 30.298924203504694 ], [ 120.1404804, 30.2992581 ], [ 120.1403646, 30.2994092 ], [ 120.1403277, 30.2994573 ], [ 120.1400581, 30.2998965 ], [ 120.1397959, 30.3003033 ], [ 120.1392696, 30.3011901 ], [ 120.1391661, 30.3013253 ], [ 120.1390029, 30.3015468 ], [ 120.1376369, 30.3032649 ], [ 120.1374547, 30.3034941 ], [ 120.1370923, 30.3039269 ], [ 120.1370147, 30.3040195 ] ], [ [ 120.1369666, 30.3040032 ], [ 120.1370481, 30.3039057 ], [ 120.1372938, 30.3036117 ], [ 120.1373959, 30.3034896 ], [ 120.1380907, 30.3026093 ], [ 120.1388907, 30.3015599 ], [ 120.1390612, 30.3013416 ], [ 120.1392073, 30.3011352 ], [ 120.13932, 30.3009419 ] ], [ [ 120.1453619, 30.3016562 ], [ 120.1456038, 30.301741 ], [ 120.1461063, 30.3019829 ], [ 120.146719, 30.3022887 ], [ 120.1469386, 30.3023537 ] ], [ [ 120.1467797, 30.3024708 ], [ 120.1466777, 30.3023845 ], [ 120.1460477, 30.3020813 ], [ 120.145574, 30.3018493 ], [ 120.1453313, 30.3016961 ] ], [ [ 120.1476513, 30.3028862 ], [ 120.1467797, 30.3024708 ] ], [ [ 120.1469386, 30.3023537 ], [ 120.1477991, 30.3027768 ], [ 120.1490014, 30.3033679 ] ], [ [ 120.1488783, 30.3034852 ], [ 120.1483321, 30.3032106 ], [ 120.1476513, 30.3028862 ] ], [ [ 120.1523332, 30.3049807 ], [ 120.1525131, 30.3051007 ], [ 120.1533556, 30.3055253 ], [ 120.1542837, 30.3059748 ], [ 120.1549928, 30.3063296 ], [ 120.1554152, 30.3065382 ], [ 120.1564649, 30.3070551 ], [ 120.1567337, 30.3071962 ], [ 120.1569525, 30.3073144 ] ], [ [ 120.1569127, 30.307386 ], [ 120.1566929, 30.3072866 ], [ 120.1564258, 30.3071393 ], [ 120.1553527, 30.3066337 ], [ 120.1548861, 30.3064078 ], [ 120.1547784, 30.3063593 ], [ 120.154235, 30.306057 ], [ 120.1536003, 30.3057262 ], [ 120.1530198, 30.3054421 ], [ 120.1527027, 30.3052785 ], [ 120.1524552, 30.3051595 ], [ 120.1521894, 30.3050359 ] ], [ [ 120.1453619, 30.3016562 ], [ 120.1484432, 30.3031615 ], [ 120.1502122, 30.3039931 ], [ 120.1514571, 30.3045779 ], [ 120.1519664, 30.3048177 ], [ 120.1523332, 30.3049807 ] ], [ [ 120.1521894, 30.3050359 ], [ 120.1519225, 30.3048491 ], [ 120.151428, 30.3046258 ], [ 120.1502059, 30.304053 ], [ 120.1484155, 30.3032074 ], [ 120.1453313, 30.3016961 ] ], [ [ 120.1490014, 30.3033679 ], [ 120.1493481, 30.3035246 ] ], [ [ 120.1492109, 30.303649 ], [ 120.1488783, 30.3034852 ] ], [ [ 120.1351766, 30.3032394 ], [ 120.135148, 30.3033367 ] ], [ [ 120.1342305, 30.3039686 ], [ 120.1343533, 30.3038661 ], [ 120.1349703, 30.3033513 ], [ 120.1350012, 30.3033346 ], [ 120.1351766, 30.3032394 ] ], [ [ 120.1351766, 30.3032394 ], [ 120.1353589, 30.3033172 ], [ 120.1368002, 30.3039322 ], [ 120.1369666, 30.3040032 ] ], [ [ 120.135148, 30.3033367 ], [ 120.1350627, 30.3034085 ], [ 120.1344503, 30.3039244 ], [ 120.1343609, 30.3039997 ], [ 120.1343259, 30.3040292 ] ], [ [ 120.1369233, 30.3041063 ], [ 120.1367403, 30.304027 ], [ 120.1353083, 30.3034062 ], [ 120.135148, 30.3033367 ] ], [ [ 120.1341382, 30.3040386 ], [ 120.1342305, 30.3039686 ] ], [ [ 120.1369666, 30.3040032 ], [ 120.1370147, 30.3040195 ] ], [ [ 120.1493481, 30.3035246 ], [ 120.150778, 30.3042033 ], [ 120.1510924, 30.3043497 ] ], [ [ 120.1509829, 30.304489 ], [ 120.1492109, 30.303649 ] ], [ [ 120.1510924, 30.3043497 ], [ 120.1514792, 30.3045361 ], [ 120.1519648, 30.3047666 ], [ 120.1521525, 30.3048757 ], [ 120.1523332, 30.3049807 ] ], [ [ 120.1251073, 30.3055327 ], [ 120.1251711, 30.3055903 ] ], [ [ 120.1250586, 30.3056667 ], [ 120.1249994, 30.3056059 ] ], [ [ 120.1273039, 30.3075296 ], [ 120.1275444, 30.3074105 ], [ 120.1279235, 30.3072227 ], [ 120.1282248, 30.3070704 ], [ 120.1289119, 30.3067532 ], [ 120.1297284, 30.3063805 ], [ 120.1298359, 30.3063314 ], [ 120.130661, 30.3059728 ], [ 120.131925, 30.3053923 ], [ 120.1320643, 30.3053288 ], [ 120.132257, 30.305241 ], [ 120.1324244, 30.3051643 ], [ 120.1325849, 30.3050908 ], [ 120.132737, 30.3050211 ], [ 120.1330016, 30.3048752 ], [ 120.1332441, 30.3047166 ], [ 120.1334683, 30.304558 ], [ 120.1336557, 30.3044152 ], [ 120.1340119, 30.3041372 ], [ 120.1341382, 30.3040386 ] ], [ [ 120.13422, 30.3040907 ], [ 120.1341898, 30.3041136 ], [ 120.1340911, 30.3041885 ], [ 120.1336828, 30.3044983 ], [ 120.1335015, 30.304627 ], [ 120.1333243, 30.3047625 ], [ 120.1331867, 30.3048678 ], [ 120.1328932, 30.3050387 ], [ 120.1326126, 30.3051815 ], [ 120.132531, 30.3052235 ], [ 120.1323592, 30.3053119 ], [ 120.1321411, 30.3054085 ], [ 120.1306871, 30.3060522 ], [ 120.1298983, 30.3064044 ], [ 120.1297668, 30.3064624 ], [ 120.1280934, 30.3072235 ], [ 120.1275971, 30.3074874 ], [ 120.127383, 30.3076013 ] ], [ [ 120.1251711, 30.3055903 ], [ 120.1257931, 30.3061517 ], [ 120.126002, 30.306342 ], [ 120.1268018, 30.3070706 ], [ 120.1268978, 30.3071617 ], [ 120.1271447, 30.3073854 ], [ 120.1273039, 30.3075296 ] ], [ [ 120.1369233, 30.3041063 ], [ 120.1369666, 30.3040032 ] ], [ [ 120.1343259, 30.3040292 ], [ 120.13422, 30.3040907 ] ], [ [ 120.1370147, 30.3040195 ], [ 120.1369233, 30.3041063 ] ], [ [ 120.1371936, 30.30588 ], [ 120.137327, 30.3058258 ] ], [ [ 120.137327, 30.3058258 ], [ 120.1372775, 30.3059337 ] ], [ [ 120.1521894, 30.3050359 ], [ 120.1520414, 30.3049671 ], [ 120.1516692, 30.3047942 ], [ 120.1509829, 30.304489 ] ], [ [ 120.1007838, 30.3025406 ], [ 120.1007865, 30.3024482 ], [ 120.1008223, 30.3012329 ], [ 120.1008989, 30.3007491 ], [ 120.1009819, 30.3002422 ], [ 120.1010187, 30.2999623 ], [ 120.1010219, 30.2998206 ] ], [ [ 120.1011688, 30.2998394 ], [ 120.1011549, 30.3000026 ], [ 120.101113, 30.3002696 ], [ 120.1011002, 30.3003825 ], [ 120.1010367, 30.3007904 ], [ 120.1009624, 30.3012286 ], [ 120.1009408, 30.3025463 ] ], [ [ 120.1007838, 30.3025406 ], [ 120.1009408, 30.3025463 ] ], [ [ 120.1007754, 30.3026551 ], [ 120.1007838, 30.3025406 ] ], [ [ 120.1009408, 30.3025463 ], [ 120.1009261, 30.3026558 ] ], [ [ 120.1007754, 30.3026551 ], [ 120.0985954, 30.3025987 ], [ 120.0976879, 30.3025742 ], [ 120.0974128, 30.302583 ], [ 120.097088, 30.3025778 ], [ 120.0966966, 30.3025818 ] ], [ [ 120.1009261, 30.3026558 ], [ 120.1007754, 30.3026551 ] ], [ [ 120.1221345, 30.3001767 ], [ 120.1201946, 30.3018461 ], [ 120.1197217, 30.3022938 ], [ 120.1194814, 30.3025502 ], [ 120.1191355, 30.3028266 ], [ 120.1187079, 30.3031625 ] ], [ [ 120.1161163, 30.3047458 ], [ 120.1161814, 30.3047221 ], [ 120.1162313, 30.304704 ], [ 120.1162697, 30.30469 ], [ 120.1167681, 30.3043595 ], [ 120.1169427, 30.3042442 ], [ 120.1179981, 30.3035314 ], [ 120.1182254, 30.303385 ], [ 120.1186325, 30.3030477 ] ], [ [ 120.1187079, 30.3031625 ], [ 120.1183179, 30.3034226 ], [ 120.1182348, 30.303475 ], [ 120.1180082, 30.3036156 ], [ 120.117788, 30.3037595 ], [ 120.1171506, 30.3041894 ], [ 120.1168844, 30.3043972 ], [ 120.1163508, 30.3047672 ], [ 120.1163044, 30.3047827 ], [ 120.1162524, 30.3048 ], [ 120.1161796, 30.3048288 ] ], [ [ 120.1159762, 30.3048312 ], [ 120.1161163, 30.3047458 ] ], [ [ 120.1161796, 30.3048288 ], [ 120.1160554, 30.3049201 ] ], [ [ 120.1118854, 30.3078618 ], [ 120.1119209, 30.3078364 ], [ 120.1119661, 30.3078041 ], [ 120.1123455, 30.3075327 ], [ 120.1126447, 30.3073046 ], [ 120.1129368, 30.307083 ], [ 120.1132474, 30.3068236 ], [ 120.1135693, 30.3065749 ], [ 120.1135778, 30.3065681 ], [ 120.1137423, 30.3064358 ], [ 120.1138474, 30.3063564 ], [ 120.1139954, 30.3062446 ], [ 120.114477, 30.3059107 ], [ 120.1149908, 30.3055381 ], [ 120.1152197, 30.3053478 ], [ 120.1157998, 30.3049383 ], [ 120.1158904, 30.3048743 ], [ 120.1159762, 30.3048312 ] ], [ [ 120.1160554, 30.3049201 ], [ 120.1159686, 30.3049692 ], [ 120.1158776, 30.3050301 ], [ 120.1153509, 30.3053828 ], [ 120.1144486, 30.3060267 ], [ 120.1140196, 30.3063225 ], [ 120.1138954, 30.3064103 ], [ 120.1137893, 30.3064853 ], [ 120.1136193, 30.3066159 ], [ 120.1135682, 30.3066551 ], [ 120.1133263, 30.306866 ], [ 120.1130203, 30.3071202 ], [ 120.1126413, 30.3074515 ], [ 120.1120117, 30.307888 ], [ 120.1119627, 30.307922 ], [ 120.1119499, 30.3079309 ] ], [ [ 120.107729, 30.3049997 ], [ 120.1087069, 30.3054968 ], [ 120.1097545, 30.3060294 ], [ 120.1101109, 30.3063295 ], [ 120.1107329, 30.3068534 ], [ 120.1108547, 30.306956 ], [ 120.1117213, 30.3076928 ], [ 120.1118042, 30.3077807 ], [ 120.1118393, 30.3078179 ], [ 120.1118854, 30.3078618 ] ], [ [ 120.1009408, 30.3025463 ], [ 120.1013676, 30.302529 ], [ 120.1015164, 30.3025285 ], [ 120.1017771, 30.3025388 ], [ 120.1020701, 30.3025528 ], [ 120.1023553, 30.30259 ], [ 120.1025674, 30.3026363 ], [ 120.102665, 30.302656 ], [ 120.102954, 30.3027326 ], [ 120.1029942, 30.3027432 ], [ 120.1033429, 30.3028592 ], [ 120.1035078, 30.3029226 ], [ 120.1036872, 30.3030247 ], [ 120.1045205, 30.3034507 ], [ 120.1057839, 30.3040607 ], [ 120.106324, 30.3043214 ], [ 120.107729, 30.3049997 ] ], [ [ 120.1076287, 30.3051256 ], [ 120.1066502, 30.3046314 ], [ 120.1044898, 30.3035401 ], [ 120.1038199, 30.3031907 ], [ 120.1032625, 30.3029318 ], [ 120.1029444, 30.3028256 ], [ 120.1026362, 30.3027437 ], [ 120.1024505, 30.3026952 ], [ 120.1022386, 30.3026679 ], [ 120.1019058, 30.3026467 ], [ 120.1017439, 30.3026334 ], [ 120.1012042, 30.302615 ], [ 120.1009261, 30.3026558 ] ], [ [ 120.1009261, 30.3026558 ], [ 120.1009197, 30.3027197 ], [ 120.1009396, 30.3045246 ], [ 120.1008954, 30.3059169 ], [ 120.1008887, 30.3069222 ], [ 120.1008435, 30.3073596 ] ], [ [ 120.0990466, 30.3107839 ], [ 120.0993071, 30.310295 ], [ 120.0994328, 30.3100477 ], [ 120.0999235, 30.3091025 ], [ 120.1003932, 30.3082552 ], [ 120.1005412, 30.3078808 ], [ 120.1006326, 30.3075329 ], [ 120.1006763, 30.3073147 ], [ 120.1006905, 30.3069085 ], [ 120.1007257, 30.3059314 ], [ 120.1007568, 30.3045115 ], [ 120.1007752, 30.3027074 ], [ 120.1007754, 30.3026551 ] ], [ [ 120.1116505, 30.308001 ], [ 120.111617, 30.307963 ], [ 120.1115813, 30.3079225 ], [ 120.1108046, 30.307041 ], [ 120.1096902, 30.3061368 ], [ 120.1076287, 30.3051256 ] ], [ [ 120.1118854, 30.3078618 ], [ 120.1119499, 30.3079309 ] ], [ [ 120.1116505, 30.308001 ], [ 120.1118854, 30.3078618 ] ], [ [ 120.1119499, 30.3079309 ], [ 120.1117168, 30.3080748 ] ], [ [ 120.1117168, 30.3080748 ], [ 120.1116505, 30.308001 ] ], [ [ 120.1119499, 30.3079309 ], [ 120.1119655, 30.3080182 ], [ 120.1119788, 30.3080921 ], [ 120.111987, 30.3081379 ], [ 120.1124454, 30.3086256 ], [ 120.1127191, 30.3089069 ], [ 120.1134072, 30.3095258 ], [ 120.1135106, 30.3096188 ] ], [ [ 120.1133362, 30.3097145 ], [ 120.1126465, 30.3089791 ], [ 120.1123788, 30.3086973 ], [ 120.1118321, 30.3081862 ], [ 120.1117791, 30.3081367 ], [ 120.1117168, 30.3080748 ] ], [ [ 120.1272113, 30.3075994 ], [ 120.1270539, 30.3074578 ], [ 120.1263286, 30.3068049 ], [ 120.1255895, 30.3061397 ], [ 120.1254306, 30.3059982 ], [ 120.125257, 30.3058434 ], [ 120.1250586, 30.3056667 ] ], [ [ 120.1272113, 30.3075994 ], [ 120.1273039, 30.3075296 ] ], [ [ 120.1273039, 30.3075296 ], [ 120.127383, 30.3076013 ] ], [ [ 120.127383, 30.3076013 ], [ 120.1272113, 30.3075994 ] ], [ [ 120.1282208, 30.3084856 ], [ 120.1273949, 30.3077541 ], [ 120.1272113, 30.3075994 ] ], [ [ 120.1226943, 30.3113288 ], [ 120.1234253, 30.3105188 ] ], [ [ 120.1234253, 30.3105188 ], [ 120.123711, 30.3102336 ] ], [ [ 120.123711, 30.3102336 ], [ 120.12393, 30.310015 ] ], [ [ 120.12393, 30.310015 ], [ 120.1243202, 30.3096255 ] ], [ [ 120.1243202, 30.3096255 ], [ 120.1243327, 30.3096143 ] ], [ [ 120.1243327, 30.3096143 ], [ 120.1244239, 30.3095211 ] ], [ [ 120.1244239, 30.3095211 ], [ 120.1244779, 30.3094681 ] ], [ [ 120.1244779, 30.3094681 ], [ 120.1249818, 30.3089416 ] ], [ [ 120.1249818, 30.3089416 ], [ 120.1251493, 30.3088122 ] ], [ [ 120.1251493, 30.3088122 ], [ 120.1253143, 30.3086847 ] ], [ [ 120.1253143, 30.3086847 ], [ 120.1256127, 30.3084474 ] ], [ [ 120.1256127, 30.3084474 ], [ 120.1259934, 30.3082346 ] ], [ [ 120.1259934, 30.3082346 ], [ 120.1263741, 30.3080349 ] ], [ [ 120.1263741, 30.3080349 ], [ 120.1267108, 30.3078597 ] ], [ [ 120.1267108, 30.3078597 ], [ 120.1270486, 30.307684 ] ], [ [ 120.1270486, 30.307684 ], [ 120.1272113, 30.3075994 ] ], [ [ 120.1008435, 30.3073596 ], [ 120.1007489, 30.3076836 ], [ 120.1006275, 30.3080546 ], [ 120.1005456, 30.3082654 ], [ 120.1003846, 30.3085996 ], [ 120.0998711, 30.3095403 ], [ 120.0995643, 30.3101433 ], [ 120.0994507, 30.3103653 ], [ 120.0991694, 30.3108575 ] ], [ [ 120.1069437, 30.3110337 ], [ 120.1071116, 30.3109379 ], [ 120.1071465, 30.3109179 ], [ 120.1077304, 30.3105073 ], [ 120.1082144, 30.3101822 ], [ 120.1087041, 30.3097849 ], [ 120.1089077, 30.3096289 ], [ 120.1091315, 30.3094646 ], [ 120.1095239, 30.3092073 ], [ 120.1096752, 30.3091216 ], [ 120.1105139, 30.3086466 ], [ 120.1107215, 30.3085198 ], [ 120.1108724, 30.3084045 ], [ 120.1115347, 30.308061 ], [ 120.1115962, 30.3080291 ], [ 120.1116505, 30.308001 ] ], [ [ 120.1117168, 30.3080748 ], [ 120.1116673, 30.3081065 ], [ 120.1116109, 30.3081427 ], [ 120.1115901, 30.308156 ], [ 120.11087, 30.3085399 ], [ 120.110412, 30.3087672 ], [ 120.1097142, 30.3091681 ], [ 120.1095586, 30.3092575 ], [ 120.1092376, 30.3094566 ], [ 120.1089197, 30.309688 ], [ 120.1082384, 30.3102282 ], [ 120.1074208, 30.310803 ], [ 120.1071552, 30.3109822 ], [ 120.1070289, 30.3110675 ] ], [ [ 120.0990466, 30.3107839 ], [ 120.0991694, 30.3108575 ] ], [ [ 120.0989807, 30.310886 ], [ 120.0990466, 30.3107839 ] ], [ [ 120.0991694, 30.3108575 ], [ 120.0991109, 30.3109378 ] ], [ [ 120.1135106, 30.3096188 ], [ 120.1141959, 30.3103114 ], [ 120.1143347, 30.3104389 ], [ 120.1147128, 30.3107862 ], [ 120.1150566, 30.311102 ], [ 120.1158536, 30.3118343 ] ], [ [ 120.1156854, 30.31196 ], [ 120.1150279, 30.3113321 ], [ 120.1144047, 30.3107368 ], [ 120.1142027, 30.3105439 ], [ 120.1139311, 30.3103242 ], [ 120.1134575, 30.3098388 ], [ 120.1133362, 30.3097145 ] ], [ [ 120.0875923, 30.3079386 ], [ 120.0875632, 30.3081068 ] ], [ [ 120.0875632, 30.3081068 ], [ 120.0875535, 30.3081627 ] ], [ [ 120.0875535, 30.3081627 ], [ 120.0874479, 30.308681 ] ], [ [ 120.0874479, 30.308681 ], [ 120.087273, 30.3094363 ] ], [ [ 120.087273, 30.3094363 ], [ 120.0871418, 30.3100523 ] ], [ [ 120.0871418, 30.3100523 ], [ 120.0870583, 30.3105233 ] ], [ [ 120.0870583, 30.3105233 ], [ 120.0869788, 30.3109715 ] ], [ [ 120.0869788, 30.3109715 ], [ 120.0868729, 30.3114685 ] ], [ [ 120.0868729, 30.3114685 ], [ 120.08682, 30.3117469 ] ], [ [ 120.08682, 30.3117469 ], [ 120.0867973, 30.3118519 ] ], [ [ 120.0867973, 30.3118519 ], [ 120.0867808, 30.3119281 ] ], [ [ 120.0867808, 30.3119281 ], [ 120.0867682, 30.3119862 ] ], [ [ 120.0954204, 30.3097858 ], [ 120.0976797, 30.31039 ], [ 120.0990466, 30.3107839 ] ], [ [ 120.0989807, 30.310886 ], [ 120.0975567, 30.3104913 ], [ 120.0953648, 30.3098863 ] ], [ [ 120.0975292, 30.3135232 ], [ 120.0989807, 30.310886 ] ], [ [ 120.1786912, 30.3057135 ], [ 120.178737, 30.3056854 ], [ 120.1788811, 30.3056044 ], [ 120.1789951, 30.3055436 ], [ 120.1790755, 30.305454 ], [ 120.1791598, 30.3052639 ], [ 120.1792464, 30.305055 ], [ 120.1793398, 30.3048845 ], [ 120.1797627, 30.304457 ], [ 120.1799098, 30.3042828 ], [ 120.1800846, 30.3040488 ], [ 120.1802122, 30.3038624 ], [ 120.1802858, 30.3037481 ], [ 120.1803487, 30.3036104 ], [ 120.1804526, 30.3033711 ], [ 120.1805311, 30.3031466 ], [ 120.1805851, 30.302922 ], [ 120.1806145, 30.302723 ], [ 120.1806489, 30.3023714 ], [ 120.1806685, 30.3021299 ], [ 120.1806636, 30.3019308 ], [ 120.1806145, 30.3016131 ], [ 120.1804673, 30.3009947 ], [ 120.1803458, 30.3005507 ], [ 120.1801533, 30.2997196 ], [ 120.1799865, 30.2990842 ], [ 120.1799227, 30.2988682 ], [ 120.1798246, 30.2986733 ], [ 120.1796529, 30.2983175 ], [ 120.1794812, 30.2980125 ], [ 120.1792506, 30.2976397 ], [ 120.1789513, 30.29725 ], [ 120.1784607, 30.2967035 ], [ 120.1782202, 30.2963985 ], [ 120.1780485, 30.2961401 ], [ 120.1779553, 30.2959876 ], [ 120.1778888, 30.2958535 ] ], [ [ 120.1779794, 30.2958387 ], [ 120.1781185, 30.2960562 ], [ 120.1783627, 30.2963814 ], [ 120.1787856, 30.2969229 ], [ 120.1794176, 30.29767 ], [ 120.179695, 30.2981318 ], [ 120.1799215, 30.2985766 ], [ 120.1801604, 30.2992034 ], [ 120.1802821, 30.2996941 ], [ 120.1805276, 30.3005973 ], [ 120.1807663, 30.3016652 ], [ 120.1808072, 30.3022848 ], [ 120.1807224, 30.3028518 ], [ 120.1805705, 30.3033483 ], [ 120.1804613, 30.3036421 ], [ 120.1801762, 30.3041551 ], [ 120.1799613, 30.3044339 ], [ 120.1797097, 30.3047106 ], [ 120.1794906, 30.3049283 ], [ 120.1794273, 30.3049799 ], [ 120.1793926, 30.3050292 ], [ 120.1792659, 30.3052582 ], [ 120.1792396, 30.3053843 ], [ 120.1792249, 30.3054837 ], [ 120.1792364, 30.3055726 ], [ 120.1792511, 30.305643 ], [ 120.1792801, 30.3058103 ], [ 120.1792616, 30.3058641 ] ], [ [ 120.1786635, 30.3057949 ], [ 120.1786912, 30.3057135 ] ], [ [ 120.15957, 30.3085808 ], [ 120.1601198, 30.3086695 ], [ 120.160358, 30.3087021 ], [ 120.1610607, 30.3087983 ], [ 120.161182, 30.3088213 ], [ 120.162106, 30.3089966 ], [ 120.1624556, 30.3090579 ], [ 120.1629512, 30.3091474 ], [ 120.1632115, 30.3091934 ], [ 120.1641355, 30.3093536 ], [ 120.1642452, 30.3093726 ], [ 120.164606, 30.3094351 ], [ 120.1655593, 30.3095843 ] ], [ [ 120.1655465, 30.3096659 ], [ 120.1644187, 30.3094702 ], [ 120.1632704, 30.3092707 ], [ 120.1631722, 30.3092568 ], [ 120.1629392, 30.3092115 ], [ 120.1624522, 30.3091348 ], [ 120.1617827, 30.3090134 ], [ 120.161532, 30.3089667 ], [ 120.1611879, 30.3089026 ], [ 120.1609405, 30.3088512 ], [ 120.1605831, 30.3087996 ], [ 120.1599857, 30.3087134 ], [ 120.1596789, 30.3086755 ], [ 120.1595787, 30.3086608 ] ], [ [ 120.1711595, 30.3105535 ], [ 120.17129, 30.3105614 ] ], [ [ 120.17129, 30.3105614 ], [ 120.1723252, 30.3106271 ], [ 120.1723848, 30.3106289 ], [ 120.1728645, 30.3106302 ], [ 120.1729846, 30.3106301 ], [ 120.1747748, 30.3106292 ], [ 120.1754792, 30.3106288 ], [ 120.1760048, 30.3106304 ], [ 120.1785672, 30.3106381 ] ], [ [ 120.1712696, 30.3106575 ], [ 120.1711354, 30.3106375 ] ], [ [ 120.1569525, 30.3073144 ], [ 120.1571888, 30.3074203 ] ], [ [ 120.1571296, 30.3074847 ], [ 120.1569127, 30.307386 ] ], [ [ 120.1571888, 30.3074203 ], [ 120.1579029, 30.3077794 ], [ 120.1579827, 30.3078205 ], [ 120.1587562, 30.3082189 ], [ 120.158967, 30.3083274 ], [ 120.1591502, 30.3084116 ], [ 120.1593882, 30.308521 ] ], [ [ 120.1594012, 30.3086173 ], [ 120.1591435, 30.3084918 ], [ 120.1584379, 30.3081274 ], [ 120.1581386, 30.3079728 ], [ 120.1571296, 30.3074847 ] ], [ [ 120.1593882, 30.308521 ], [ 120.15957, 30.3085808 ] ], [ [ 120.1594012, 30.3086173 ], [ 120.1593882, 30.308521 ] ], [ [ 120.15957, 30.3085808 ], [ 120.1595787, 30.3086608 ] ], [ [ 120.1595787, 30.3086608 ], [ 120.1594012, 30.3086173 ] ], [ [ 120.1655593, 30.3095843 ], [ 120.1660002, 30.3096636 ], [ 120.1669077, 30.3098269 ], [ 120.1673659, 30.3099094 ], [ 120.1678394, 30.3099927 ], [ 120.168397, 30.3100907 ], [ 120.1690891, 30.3102251 ], [ 120.1695875, 30.3103039 ], [ 120.1698542, 30.3103499 ], [ 120.1702632, 30.3104141 ], [ 120.1711595, 30.3105535 ] ], [ [ 120.1711354, 30.3106375 ], [ 120.1702856, 30.310481 ], [ 120.1698414, 30.310413 ], [ 120.1692532, 30.3103244 ], [ 120.1692337, 30.3103215 ], [ 120.1690872, 30.310296 ], [ 120.1684277, 30.3101809 ], [ 120.1679658, 30.3100891 ], [ 120.1675586, 30.3100215 ], [ 120.1669943, 30.3099277 ], [ 120.1669734, 30.3099242 ], [ 120.1663597, 30.3098107 ], [ 120.1655465, 30.3096659 ] ], [ [ 120.1785609, 30.3107268 ], [ 120.1782633, 30.310716 ], [ 120.1779902, 30.3107092 ], [ 120.1775378, 30.3107059 ], [ 120.1766951, 30.3106997 ], [ 120.1764155, 30.3106977 ], [ 120.1763215, 30.3106973 ], [ 120.1748621, 30.3106919 ], [ 120.1747641, 30.3106914 ], [ 120.1738993, 30.3106871 ], [ 120.1737129, 30.3106862 ], [ 120.1735289, 30.3106866 ], [ 120.1729544, 30.3106877 ], [ 120.1728623, 30.3106879 ], [ 120.1723332, 30.310689 ], [ 120.1712696, 30.3106575 ] ], [ [ 120.1662163, 30.3182753 ], [ 120.1668398, 30.3182637 ], [ 120.1693413, 30.3182552 ] ], [ [ 120.1742879, 30.3181826 ], [ 120.1748391, 30.3181774 ], [ 120.1755598, 30.3181705 ], [ 120.1758823, 30.3181543 ], [ 120.1759605, 30.3181464 ], [ 120.1764353, 30.3180983 ], [ 120.1768218, 30.3180592 ], [ 120.1781187, 30.3179331 ], [ 120.1782938, 30.3179098 ] ], [ [ 120.1782981, 30.3180227 ], [ 120.1765783, 30.3181555 ], [ 120.1764763, 30.318164 ], [ 120.17578, 30.3182219 ], [ 120.1753665, 30.3182385 ], [ 120.1751115, 30.3182436 ], [ 120.1742879, 30.3182602 ] ], [ [ 120.1695437, 30.3182587 ], [ 120.1698738, 30.3182735 ], [ 120.1708488, 30.3182522 ], [ 120.1712169, 30.3182442 ], [ 120.1719925, 30.3182273 ], [ 120.1724622, 30.3182171 ], [ 120.1725142, 30.318216 ], [ 120.172596, 30.3182142 ], [ 120.1738775, 30.3181862 ], [ 120.1741111, 30.3181811 ], [ 120.1742879, 30.3181826 ] ], [ [ 120.1693413, 30.3182552 ], [ 120.1695437, 30.3182587 ] ], [ [ 120.1787191, 30.3107039 ], [ 120.1786642, 30.3113401 ], [ 120.1786299, 30.3118249 ], [ 120.1785957, 30.3123086 ], [ 120.1785926, 30.3124141 ], [ 120.1785799, 30.3128451 ], [ 120.1785746, 30.3130225 ], [ 120.178522, 30.3133408 ], [ 120.1784693, 30.3141729 ], [ 120.1784746, 30.3145366 ], [ 120.1784851, 30.3150595 ], [ 120.1784851, 30.3157232 ], [ 120.1784851, 30.3161884 ], [ 120.1784851, 30.3166981 ], [ 120.1784851, 30.3170088 ], [ 120.1784851, 30.3175876 ], [ 120.17844, 30.3178977 ] ], [ [ 120.1782938, 30.3179098 ], [ 120.1782986, 30.3177488 ], [ 120.1783432, 30.3157466 ], [ 120.1783466, 30.3150985 ], [ 120.1783494, 30.3145775 ], [ 120.178362, 30.3141684 ], [ 120.1783925, 30.3133128 ], [ 120.1784599, 30.3124334 ], [ 120.1784886, 30.3119488 ], [ 120.1785609, 30.3107268 ] ], [ [ 120.1782938, 30.3179098 ], [ 120.17844, 30.3178977 ] ], [ [ 120.17844, 30.3178977 ], [ 120.1784129, 30.318001 ] ], [ [ 120.1782981, 30.3180227 ], [ 120.1782938, 30.3179098 ] ], [ [ 120.1784129, 30.318001 ], [ 120.1782981, 30.3180227 ] ], [ [ 120.1784129, 30.318001 ], [ 120.178403, 30.3183741 ], [ 120.1783632, 30.3192748 ], [ 120.1783347, 30.31951 ], [ 120.1783284, 30.3195621 ], [ 120.1782291, 30.319858 ], [ 120.17808, 30.3201668 ], [ 120.1778763, 30.3204585 ], [ 120.1776031, 30.3208101 ], [ 120.1774708, 30.3209482 ], [ 120.177327, 30.3210982 ], [ 120.1772976, 30.3211319 ], [ 120.1771437, 30.3212963 ], [ 120.1765934, 30.32187 ], [ 120.1760226, 30.322465 ], [ 120.17573, 30.32277 ], [ 120.1751345, 30.3234501 ] ], [ [ 120.1751345, 30.3234501 ], [ 120.1767487, 30.3240831 ], [ 120.1770641, 30.3242068 ], [ 120.1782031, 30.3245958 ], [ 120.1785322, 30.3246942 ], [ 120.1793575, 30.3248707 ], [ 120.1812164, 30.3252297 ] ], [ [ 120.1693053, 30.318387 ], [ 120.1662134, 30.3183991 ] ], [ [ 120.1609342, 30.3185152 ], [ 120.1613866, 30.3184125 ], [ 120.1618723, 30.3183378 ], [ 120.1619955, 30.3183362 ], [ 120.162542, 30.3183292 ], [ 120.162756, 30.318328 ], [ 120.1629759, 30.3183251 ], [ 120.1640288, 30.31831 ], [ 120.164315, 30.3183109 ], [ 120.1650668, 30.3182968 ], [ 120.1656891, 30.3182852 ], [ 120.1660262, 30.3182789 ], [ 120.1662163, 30.3182753 ] ], [ [ 120.1662134, 30.3183991 ], [ 120.163497, 30.3184098 ], [ 120.1630174, 30.3184271 ], [ 120.1627305, 30.3184316 ], [ 120.1618439, 30.3184464 ], [ 120.1613036, 30.3185431 ], [ 120.1609596, 30.3186266 ] ], [ [ 120.1609596, 30.3186266 ], [ 120.1609931, 30.318754 ], [ 120.1610396, 30.318869 ], [ 120.1611906, 30.3191282 ], [ 120.1613242, 30.3193573 ], [ 120.1616939, 30.3199795 ], [ 120.1617477, 30.3200736 ], [ 120.1617836, 30.3201363 ], [ 120.161916, 30.3203044 ], [ 120.1621677, 30.3206484 ], [ 120.1622941, 30.3207591 ], [ 120.1625542, 30.3209868 ], [ 120.1626455, 30.3210473 ], [ 120.1628933, 30.3212115 ], [ 120.1629852, 30.3212552 ], [ 120.1631864, 30.321351 ], [ 120.1636051, 30.321507 ], [ 120.163945, 30.3216067 ], [ 120.1646121, 30.3216725 ], [ 120.1659, 30.3216532 ], [ 120.1660351, 30.3216575 ], [ 120.1664249, 30.3216699 ], [ 120.1684613, 30.321895 ] ], [ [ 120.1684286, 30.3220359 ], [ 120.1675788, 30.3218997 ], [ 120.1664003, 30.3217684 ], [ 120.1660313, 30.3217635 ], [ 120.1659332, 30.3217622 ], [ 120.1645909, 30.3217747 ], [ 120.1640825, 30.3217253 ], [ 120.163679, 30.3216457 ], [ 120.163558, 30.3216071 ], [ 120.1632621, 30.3215129 ], [ 120.1629099, 30.3213621 ], [ 120.1627272, 30.3212528 ], [ 120.1626837, 30.3212234 ], [ 120.1625406, 30.3211267 ], [ 120.1624275, 30.3210503 ], [ 120.1621688, 30.320834 ], [ 120.1619645, 30.3205704 ], [ 120.1617806, 30.3202808 ], [ 120.1612392, 30.3194216 ], [ 120.1610883, 30.3191759 ], [ 120.1608778, 30.3188252 ], [ 120.160811, 30.3186686 ] ], [ [ 120.1684613, 30.321895 ], [ 120.1687018, 30.3219337 ] ], [ [ 120.1344308, 30.3115934 ], [ 120.1344359, 30.3114948 ], [ 120.1344774, 30.3103661 ], [ 120.1347181, 30.3093203 ], [ 120.1351247, 30.3084406 ], [ 120.1356061, 30.3076688 ], [ 120.1358242, 30.307411 ], [ 120.1362451, 30.3069135 ], [ 120.1370771, 30.306007 ], [ 120.1371619, 30.3059146 ], [ 120.1371936, 30.30588 ] ], [ [ 120.1372775, 30.3059337 ], [ 120.1371662, 30.3060536 ], [ 120.1363638, 30.3069176 ], [ 120.1363082, 30.3069833 ], [ 120.1362485, 30.3070529 ], [ 120.1358019, 30.3075816 ], [ 120.1357248, 30.3076729 ], [ 120.1352434, 30.3084447 ], [ 120.1350025, 30.3089659 ], [ 120.1348368, 30.3093244 ], [ 120.1346429, 30.310167 ], [ 120.1346176, 30.3102768 ], [ 120.1345961, 30.3103702 ], [ 120.1345546, 30.3114989 ], [ 120.134554, 30.3116034 ] ], [ [ 120.1599998, 30.3130168 ], [ 120.1599647, 30.312689 ], [ 120.1598609, 30.3119691 ], [ 120.159845, 30.3118525 ], [ 120.1598287, 30.3117334 ], [ 120.159761, 30.311277 ], [ 120.1597472, 30.3111747 ], [ 120.1596786, 30.3106678 ], [ 120.1596721, 30.3106201 ], [ 120.1596402, 30.3103841 ], [ 120.1594012, 30.3086173 ] ], [ [ 120.1595787, 30.3086608 ], [ 120.1596366, 30.309195 ], [ 120.1596426, 30.3092505 ], [ 120.1596746, 30.3095452 ], [ 120.1597768, 30.3102994 ], [ 120.1598201, 30.3106197 ], [ 120.1599158, 30.3113264 ], [ 120.1600018, 30.3119609 ], [ 120.1601447, 30.3130159 ] ], [ [ 120.1601447, 30.3130159 ], [ 120.1602981, 30.3144145 ], [ 120.1603142, 30.3145264 ], [ 120.1604513, 30.3154813 ], [ 120.160454, 30.3155009 ], [ 120.1604694, 30.3156497 ], [ 120.1604992, 30.3158964 ] ], [ [ 120.1603553, 30.315905 ], [ 120.1603495, 30.3158514 ], [ 120.1603239, 30.3156543 ], [ 120.1603051, 30.3154882 ], [ 120.1601983, 30.3146592 ], [ 120.1600319, 30.3133665 ], [ 120.1600125, 30.3131419 ], [ 120.1599998, 30.3130168 ] ], [ [ 120.1226039, 30.3113925 ], [ 120.1226943, 30.3113288 ] ], [ [ 120.127383, 30.3076013 ], [ 120.1274985, 30.3076977 ], [ 120.1283548, 30.3084484 ], [ 120.1284497, 30.3085639 ], [ 120.1286446, 30.3087585 ], [ 120.1288273, 30.3090085 ], [ 120.1290076, 30.3092958 ], [ 120.1291565, 30.3095947 ], [ 120.1295134, 30.3102908 ], [ 120.1297095, 30.3106946 ], [ 120.1297558, 30.31079 ], [ 120.1299634, 30.3112415 ], [ 120.1300471, 30.311405 ], [ 120.1301822, 30.3117089 ], [ 120.1303046, 30.3120402 ], [ 120.1303766, 30.3122805 ], [ 120.1304539, 30.3126445 ], [ 120.1305127, 30.3129292 ], [ 120.13068, 30.3137562 ], [ 120.1308525, 30.3146269 ], [ 120.1309128, 30.3149314 ], [ 120.1312521, 30.3163488 ] ], [ [ 120.1311035, 30.3163593 ], [ 120.1305687, 30.313779 ], [ 120.1304146, 30.3130223 ], [ 120.1303922, 30.3129124 ], [ 120.1303597, 30.312629 ], [ 120.1302953, 30.3123372 ], [ 120.1302414, 30.3121506 ], [ 120.130217, 30.3120569 ], [ 120.1301616, 30.3119053 ], [ 120.1300742, 30.3116717 ], [ 120.1299654, 30.3114311 ], [ 120.1296355, 30.3107418 ], [ 120.12926, 30.3099707 ], [ 120.1290508, 30.3095771 ], [ 120.1289113, 30.3092992 ], [ 120.1287343, 30.3090306 ], [ 120.1285787, 30.3088176 ], [ 120.1283751, 30.3086154 ], [ 120.1282208, 30.3084856 ] ], [ [ 120.1312521, 30.3163488 ], [ 120.1312685, 30.3164671 ] ], [ [ 120.1311186, 30.3164816 ], [ 120.1311035, 30.3163593 ] ], [ [ 120.1312685, 30.3164671 ], [ 120.131297, 30.3166035 ], [ 120.1313077, 30.3167821 ], [ 120.1315057, 30.317651 ], [ 120.1316401, 30.3182545 ], [ 120.1316543, 30.3183249 ], [ 120.131664, 30.3184139 ], [ 120.131746, 30.3188084 ], [ 120.1317777, 30.3189747 ], [ 120.131797, 30.3191272 ], [ 120.1318365, 30.3193285 ], [ 120.1319574, 30.3199441 ], [ 120.1320458, 30.3203812 ], [ 120.1320697, 30.3205405 ], [ 120.1321171, 30.3208856 ] ], [ [ 120.1320195, 30.3208762 ], [ 120.1320121, 30.3207217 ], [ 120.1319873, 30.3204681 ], [ 120.13195, 30.3202781 ], [ 120.1317892, 30.3194597 ], [ 120.131754, 30.3192806 ], [ 120.1317026, 30.3190188 ], [ 120.1316629, 30.3188166 ], [ 120.1315683, 30.3183352 ], [ 120.1311931, 30.3168085 ], [ 120.1311596, 30.316665 ], [ 120.1311186, 30.3164816 ] ], [ [ 120.1604992, 30.3158964 ], [ 120.1605105, 30.315994 ], [ 120.1605653, 30.3164693 ], [ 120.1606143, 30.3168944 ], [ 120.1606802, 30.3174662 ], [ 120.1607066, 30.3176948 ], [ 120.160836, 30.3182393 ], [ 120.1608795, 30.318356 ], [ 120.1609342, 30.3185152 ] ], [ [ 120.1607741, 30.3185607 ], [ 120.1607138, 30.3183533 ], [ 120.1606973, 30.3182503 ], [ 120.1606383, 30.3180204 ], [ 120.160622, 30.3179431 ], [ 120.160573, 30.3177108 ], [ 120.1604613, 30.3168834 ], [ 120.1603553, 30.315905 ] ], [ [ 120.1607741, 30.3185607 ], [ 120.1609342, 30.3185152 ] ], [ [ 120.1609342, 30.3185152 ], [ 120.1609596, 30.3186266 ] ], [ [ 120.160811, 30.3186686 ], [ 120.1607741, 30.3185607 ] ], [ [ 120.1609596, 30.3186266 ], [ 120.160811, 30.3186686 ] ], [ [ 120.1572999, 30.3214358 ], [ 120.157603, 30.3211776 ], [ 120.1578633, 30.3209434 ], [ 120.1582409, 30.3205963 ], [ 120.1584188, 30.3204154 ], [ 120.1591607, 30.3197642 ], [ 120.15969, 30.3193063 ], [ 120.1600448, 30.3189844 ], [ 120.1602198, 30.3188596 ], [ 120.1605649, 30.3186646 ], [ 120.1607741, 30.3185607 ] ], [ [ 120.160811, 30.3186686 ], [ 120.1605695, 30.3187822 ], [ 120.1603797, 30.3188881 ], [ 120.1601482, 30.3190717 ], [ 120.1600143, 30.3191553 ], [ 120.1598402, 30.3193137 ], [ 120.15942, 30.3196881 ], [ 120.1593022, 30.3197919 ], [ 120.1583428, 30.3206645 ], [ 120.157963, 30.3210127 ], [ 120.1573821, 30.3215406 ] ], [ [ 120.0991109, 30.3109378 ], [ 120.0989807, 30.310886 ] ], [ [ 120.0991694, 30.3108575 ], [ 120.0998548, 30.3110779 ], [ 120.1001982, 30.311167 ], [ 120.1004702, 30.311241 ], [ 120.1008298, 30.3113283 ], [ 120.1011827, 30.3113885 ], [ 120.1015314, 30.3114284 ], [ 120.1017451, 30.3114486 ], [ 120.1020352, 30.3114728 ] ], [ [ 120.1053601, 30.3123406 ], [ 120.105283, 30.3122985 ], [ 120.1051244, 30.312212 ], [ 120.1050642, 30.3121792 ], [ 120.1048312, 30.3120675 ], [ 120.1045845, 30.3119632 ], [ 120.1043651, 30.3118824 ], [ 120.1041488, 30.3118188 ], [ 120.1036451, 30.3117165 ], [ 120.1031841, 30.3116421 ], [ 120.1025435, 30.3115992 ], [ 120.1020126, 30.3115586 ], [ 120.1017033, 30.3115407 ], [ 120.101474, 30.3115157 ], [ 120.1012041, 30.3114823 ], [ 120.1010257, 30.3114572 ], [ 120.1008412, 30.3114214 ], [ 120.1005021, 30.3113473 ], [ 120.1004217, 30.3113271 ], [ 120.1001011, 30.3112466 ], [ 120.0991109, 30.3109378 ] ], [ [ 120.1054424, 30.3122577 ], [ 120.1054866, 30.3122118 ], [ 120.1055547, 30.3121411 ], [ 120.1061107, 30.3116222 ], [ 120.1065722, 30.3112723 ], [ 120.1067737, 30.3111407 ], [ 120.1068264, 30.3111076 ], [ 120.1069437, 30.3110337 ] ], [ [ 120.1070289, 30.3110675 ], [ 120.1068824, 30.3111653 ], [ 120.1065926, 30.3113586 ], [ 120.1062769, 30.3115876 ], [ 120.1061565, 30.3116994 ], [ 120.1058841, 30.3119543 ], [ 120.1056316, 30.3121899 ], [ 120.1055623, 30.3122678 ], [ 120.1055266, 30.3123079 ] ], [ [ 120.1020352, 30.3114728 ], [ 120.1023411, 30.3114874 ], [ 120.1028764, 30.3115213 ], [ 120.1031784, 30.3115507 ], [ 120.1033741, 30.3115751 ], [ 120.1036601, 30.3116205 ], [ 120.1039003, 30.3116676 ], [ 120.1041126, 30.3117155 ], [ 120.1045024, 30.3118217 ], [ 120.1049372, 30.3120111 ], [ 120.1051812, 30.3121302 ], [ 120.1053702, 30.3122225 ], [ 120.1054424, 30.3122577 ] ], [ [ 120.0991109, 30.3109378 ], [ 120.0981456, 30.3126812 ], [ 120.0976547, 30.3135819 ] ], [ [ 120.1158536, 30.3118343 ], [ 120.1159304, 30.3119355 ] ], [ [ 120.1157937, 30.3120212 ], [ 120.1156854, 30.31196 ] ], [ [ 120.1194411, 30.3149332 ], [ 120.1197408, 30.314705 ], [ 120.1199194, 30.314552 ], [ 120.1200044, 30.3144712 ], [ 120.1201585, 30.3143071 ], [ 120.1203055, 30.3141355 ], [ 120.1204394, 30.3139626 ], [ 120.1205402, 30.3138221 ], [ 120.1206223, 30.3136779 ], [ 120.12069, 30.3135336 ], [ 120.1207693, 30.3133272 ], [ 120.12086, 30.3130835 ], [ 120.1209507, 30.3128609 ], [ 120.1210876, 30.3126234 ], [ 120.1211172, 30.312551 ], [ 120.1211294, 30.3125214 ], [ 120.1212403, 30.3123673 ], [ 120.1213526, 30.312233 ], [ 120.1214333, 30.3121521 ], [ 120.1215269, 30.3120614 ], [ 120.1216205, 30.3119805 ], [ 120.1217026, 30.3119121 ], [ 120.1218078, 30.3118301 ], [ 120.1219014, 30.3117654 ], [ 120.1219994, 30.3116983 ], [ 120.1225781, 30.3113668 ] ], [ [ 120.1226419, 30.3114358 ], [ 120.1220213, 30.3117996 ], [ 120.121925, 30.3118658 ], [ 120.121781, 30.3119722 ], [ 120.1216049, 30.3121242 ], [ 120.121522, 30.3122029 ], [ 120.1213252, 30.3124283 ], [ 120.1212122, 30.3125949 ], [ 120.1210766, 30.312795 ], [ 120.1210216, 30.3128925 ], [ 120.1209326, 30.3130928 ], [ 120.120831, 30.3134013 ], [ 120.1207409, 30.3136034 ], [ 120.1206684, 30.313751 ], [ 120.1205534, 30.3139406 ], [ 120.1203866, 30.3141785 ], [ 120.1203324, 30.3142515 ], [ 120.1202499, 30.3143627 ], [ 120.1200188, 30.3146015 ], [ 120.1198428, 30.3147498 ], [ 120.1196224, 30.3149151 ], [ 120.1195026, 30.3149935 ] ], [ [ 120.1054424, 30.3122577 ], [ 120.1055266, 30.3123079 ] ], [ [ 120.1053601, 30.3123406 ], [ 120.1054424, 30.3122577 ] ], [ [ 120.1055266, 30.3123079 ], [ 120.1054444, 30.3123885 ] ], [ [ 120.1054444, 30.3123885 ], [ 120.1053601, 30.3123406 ] ], [ [ 120.1055266, 30.3123079 ], [ 120.1056038, 30.3123551 ], [ 120.1056784, 30.3124007 ], [ 120.1063074, 30.3127854 ], [ 120.1068772, 30.3131287 ], [ 120.1073466, 30.3134123 ], [ 120.107509, 30.3135105 ] ], [ [ 120.1074336, 30.3135855 ], [ 120.1072827, 30.3134908 ], [ 120.1068223, 30.313202 ], [ 120.1061183, 30.3127758 ], [ 120.10601, 30.3127274 ], [ 120.1056, 30.3124817 ], [ 120.1055214, 30.3124346 ], [ 120.1054444, 30.3123885 ] ], [ [ 120.1159304, 30.3119355 ], [ 120.1161789, 30.3121841 ], [ 120.1165623, 30.3126154 ], [ 120.1170526, 30.3130162 ], [ 120.1173763, 30.3132489 ], [ 120.1177242, 30.3134734 ], [ 120.1181688, 30.3137458 ], [ 120.1184858, 30.3139952 ], [ 120.1194411, 30.3149332 ] ], [ [ 120.1193912, 30.3150319 ], [ 120.1189896, 30.3146196 ], [ 120.1186698, 30.3142889 ], [ 120.1182808, 30.3139635 ], [ 120.1178774, 30.3136752 ], [ 120.1171749, 30.3132076 ], [ 120.1166839, 30.3128525 ], [ 120.11631, 30.3125269 ], [ 120.1157937, 30.3120212 ] ], [ [ 120.1194411, 30.3149332 ], [ 120.1195026, 30.3149935 ] ], [ [ 120.1104925, 30.3155123 ], [ 120.1106334, 30.3155497 ] ], [ [ 120.110512, 30.3156506 ], [ 120.1104081, 30.3155688 ] ], [ [ 120.0961575, 30.3160629 ], [ 120.0962902, 30.3158679 ], [ 120.0964127, 30.3156387 ], [ 120.0968447, 30.3147358 ], [ 120.0975292, 30.3135232 ] ], [ [ 120.0976547, 30.3135819 ], [ 120.0969732, 30.3148325 ], [ 120.0967777, 30.3151912 ], [ 120.0965272, 30.3156827 ], [ 120.0964047, 30.3159206 ], [ 120.0962699, 30.3160943 ] ], [ [ 120.107509, 30.3135105 ], [ 120.1080279, 30.3138319 ], [ 120.1082974, 30.3140026 ], [ 120.1089448, 30.314384 ], [ 120.1089677, 30.3143975 ], [ 120.1092558, 30.3145732 ], [ 120.109565, 30.3147854 ], [ 120.1099742, 30.3151046 ], [ 120.1100546, 30.3151579 ], [ 120.1104925, 30.3155123 ] ], [ [ 120.1012113, 30.3167399 ], [ 120.1013324, 30.3166565 ], [ 120.102225, 30.3156862 ], [ 120.1027068, 30.3151656 ], [ 120.1028614, 30.314997 ], [ 120.1037313, 30.3140702 ], [ 120.1043444, 30.3134347 ], [ 120.1045304, 30.3132285 ], [ 120.1052434, 30.3124639 ], [ 120.1052595, 30.3124472 ], [ 120.1053124, 30.3123924 ], [ 120.1053601, 30.3123406 ] ], [ [ 120.1104081, 30.3155688 ], [ 120.1102595, 30.3154361 ], [ 120.109988, 30.315228 ], [ 120.1097988, 30.3150758 ], [ 120.1096035, 30.3149289 ], [ 120.1093604, 30.3147605 ], [ 120.1091835, 30.3146425 ], [ 120.1090098, 30.314538 ], [ 120.1088299, 30.3144361 ], [ 120.1082312, 30.3140776 ], [ 120.1079708, 30.3139117 ], [ 120.1074336, 30.3135855 ] ], [ [ 120.1054444, 30.3123885 ], [ 120.1053954, 30.3124386 ], [ 120.1053432, 30.3124921 ], [ 120.1047107, 30.3131391 ], [ 120.1044027, 30.3134715 ], [ 120.1038031, 30.3140974 ], [ 120.1023044, 30.3157054 ], [ 120.1020243, 30.3160426 ], [ 120.1013481, 30.3167837 ] ], [ [ 120.1011038, 30.316839 ], [ 120.1012113, 30.3167399 ] ], [ [ 120.0951112, 30.3182242 ], [ 120.0960852, 30.3161995 ] ], [ [ 120.0962208, 30.3162187 ], [ 120.0956754, 30.3172915 ], [ 120.095198, 30.3182773 ] ], [ [ 120.1013481, 30.3167837 ], [ 120.1011719, 30.3168772 ] ], [ [ 120.0990046, 30.3190757 ], [ 120.099135, 30.3189481 ], [ 120.0998786, 30.3181483 ], [ 120.1002181, 30.3177982 ], [ 120.1004941, 30.317479 ], [ 120.1011038, 30.316839 ] ], [ [ 120.1011719, 30.3168772 ], [ 120.0992227, 30.3189818 ], [ 120.0990998, 30.3191027 ] ], [ [ 120.1132628, 30.3183607 ], [ 120.1158847, 30.316963 ] ], [ [ 120.1158847, 30.316963 ], [ 120.1193912, 30.3150319 ] ], [ [ 120.1106334, 30.3155497 ], [ 120.1113388, 30.3160794 ], [ 120.1115072, 30.3162228 ], [ 120.112043, 30.3167482 ], [ 120.1125619, 30.3174633 ], [ 120.1131323, 30.3181885 ], [ 120.1132628, 30.3183607 ] ], [ [ 120.1131523, 30.3184217 ], [ 120.1129983, 30.3182486 ], [ 120.1124608, 30.3175163 ], [ 120.1122723, 30.3172778 ], [ 120.1119283, 30.3168419 ], [ 120.1116394, 30.3165347 ], [ 120.1113227, 30.3162685 ], [ 120.110512, 30.3156506 ] ], [ [ 120.1195026, 30.3149935 ], [ 120.1196583, 30.3151464 ], [ 120.1201441, 30.3156438 ], [ 120.1209891, 30.316556 ], [ 120.1211639, 30.3167804 ], [ 120.1213848, 30.3170269 ], [ 120.1215873, 30.3172802 ], [ 120.1216999, 30.3174476 ], [ 120.1220103, 30.318087 ], [ 120.122303, 30.3187579 ], [ 120.1223862, 30.3189757 ], [ 120.1224643, 30.3191386 ], [ 120.1227278, 30.3197236 ], [ 120.1228248, 30.3199599 ], [ 120.1228883, 30.320159 ], [ 120.1229492, 30.3203497 ], [ 120.1229953, 30.3208597 ], [ 120.1230381, 30.3212783 ] ], [ [ 120.122898, 30.3212677 ], [ 120.1228894, 30.3209561 ], [ 120.1228599, 30.3207399 ], [ 120.1228281, 30.3204279 ], [ 120.1227646, 30.3201817 ], [ 120.1226813, 30.3199169 ], [ 120.1225402, 30.3195915 ], [ 120.1223602, 30.3191728 ], [ 120.1221811, 30.3187933 ], [ 120.121971, 30.3183106 ], [ 120.1217208, 30.3177572 ], [ 120.1214799, 30.3173397 ], [ 120.1212766, 30.3170864 ], [ 120.1210632, 30.3168506 ], [ 120.1208529, 30.3166289 ], [ 120.1193912, 30.3150319 ] ], [ [ 120.2550173, 30.0453912 ], [ 120.2549378, 30.0452033 ] ], [ [ 120.2549378, 30.0452033 ], [ 120.2547009, 30.0446437 ] ], [ [ 120.2547009, 30.0446437 ], [ 120.2544589, 30.0441694 ] ], [ [ 120.2544589, 30.0441694 ], [ 120.2543135, 30.0438843 ] ], [ [ 120.2543135, 30.0438843 ], [ 120.2542342, 30.0437289 ] ], [ [ 120.2542342, 30.0437289 ], [ 120.2540464, 30.0435293 ] ], [ [ 120.2551188, 30.045623 ], [ 120.2550173, 30.0453912 ] ], [ [ 120.2439297, 30.0473318 ], [ 120.2452412, 30.047313 ], [ 120.2462396, 30.0473184 ], [ 120.2470512, 30.0473074 ], [ 120.2478382, 30.0472968 ], [ 120.24888, 30.0472126 ], [ 120.2495407, 30.0471247 ], [ 120.2503802, 30.0469669 ], [ 120.2515396, 30.0466579 ], [ 120.2531502, 30.0462632 ], [ 120.2538321, 30.0460974 ], [ 120.2540809, 30.0460888 ] ], [ [ 120.2540149, 30.046116 ], [ 120.2531781, 30.046318 ], [ 120.252559, 30.0464698 ], [ 120.2515557, 30.0467086 ], [ 120.2511668, 30.0468011 ], [ 120.25038, 30.0470127 ], [ 120.2498969, 30.0471427 ], [ 120.2491777, 30.0472311 ], [ 120.2484471, 30.0473219 ], [ 120.2474364, 30.0473793 ], [ 120.2465977, 30.0473851 ], [ 120.246231, 30.0473876 ], [ 120.2452431, 30.0473944 ], [ 120.2439434, 30.0474033 ] ], [ [ 120.2540464, 30.0435293 ], [ 120.2539821, 30.0433342 ] ], [ [ 120.2539821, 30.0433342 ], [ 120.253907, 30.0431206 ] ], [ [ 120.253907, 30.0431206 ], [ 120.2536822, 30.0426481 ] ], [ [ 120.2536822, 30.0426481 ], [ 120.253535, 30.0423685 ] ], [ [ 120.253535, 30.0423685 ], [ 120.2534885, 30.0422801 ] ], [ [ 120.2534885, 30.0422801 ], [ 120.2533657, 30.0419748 ] ], [ [ 120.2533657, 30.0419748 ], [ 120.2533586, 30.0419303 ] ], [ [ 120.2533586, 30.0419303 ], [ 120.2533442, 30.0418401 ] ], [ [ 120.2533442, 30.0418401 ], [ 120.2533598, 30.0417182 ] ], [ [ 120.2533598, 30.0417182 ], [ 120.2534676, 30.0416544 ] ], [ [ 120.2534676, 30.0416544 ], [ 120.2537138, 30.0415975 ] ], [ [ 120.2537138, 30.0415975 ], [ 120.2542664, 30.0415371 ] ], [ [ 120.2542664, 30.0415371 ], [ 120.2545411, 30.0415406 ] ], [ [ 120.2545411, 30.0415406 ], [ 120.2546258, 30.0415417 ] ], [ [ 120.2546258, 30.0415417 ], [ 120.2550335, 30.0415417 ] ], [ [ 120.2550335, 30.0415417 ], [ 120.2552753, 30.0415232 ] ], [ [ 120.2552753, 30.0415232 ], [ 120.2554817, 30.0415075 ] ], [ [ 120.2554817, 30.0415075 ], [ 120.2555807, 30.0414999 ] ], [ [ 120.2555807, 30.0414999 ], [ 120.2561386, 30.0414024 ] ], [ [ 120.2561386, 30.0414024 ], [ 120.2567608, 30.041291 ] ], [ [ 120.2567608, 30.041291 ], [ 120.2569384, 30.0412132 ] ], [ [ 120.2569384, 30.0412132 ], [ 120.2570779, 30.0410971 ] ], [ [ 120.2570779, 30.0410971 ], [ 120.2572227, 30.0408185 ] ], [ [ 120.2572227, 30.0408185 ], [ 120.2572568, 30.0407192 ] ], [ [ 120.2572568, 30.0407192 ], [ 120.2573836, 30.0403494 ] ], [ [ 120.2573836, 30.0403494 ], [ 120.2574748, 30.039964 ] ], [ [ 120.2574748, 30.039964 ], [ 120.2575601, 30.0395263 ] ], [ [ 120.2575601, 30.0395263 ], [ 120.2575601, 30.0393313 ] ], [ [ 120.2575601, 30.0393313 ], [ 120.2574314, 30.0387136 ] ], [ [ 120.2574314, 30.0387136 ], [ 120.2573615, 30.038411 ] ], [ [ 120.2573615, 30.038411 ], [ 120.2573402, 30.0383189 ] ], [ [ 120.2573402, 30.0383189 ], [ 120.2572275, 30.0380031 ] ], [ [ 120.2572275, 30.0380031 ], [ 120.2570564, 30.0375724 ] ], [ [ 120.2570564, 30.0375724 ], [ 120.257013, 30.0374087 ] ], [ [ 120.257013, 30.0374087 ], [ 120.2570398, 30.0373019 ] ], [ [ 120.2570398, 30.0373019 ], [ 120.2570993, 30.0372427 ] ], [ [ 120.2570993, 30.0372427 ], [ 120.25719, 30.0371672 ] ], [ [ 120.25719, 30.0371672 ], [ 120.2572974, 30.0371524 ] ], [ [ 120.2572974, 30.0371524 ], [ 120.2576599, 30.0371013 ] ], [ [ 120.2576599, 30.0371013 ], [ 120.2577216, 30.0370941 ] ], [ [ 120.2577216, 30.0370941 ], [ 120.2579303, 30.0370697 ] ], [ [ 120.2579303, 30.0370697 ], [ 120.2581025, 30.0369826 ] ], [ [ 120.2581025, 30.0369826 ], [ 120.25822, 30.0369118 ] ], [ [ 120.25822, 30.0369118 ], [ 120.2583004, 30.0368328 ] ], [ [ 120.2583004, 30.0368328 ], [ 120.2583975, 30.0366993 ] ], [ [ 120.2583975, 30.0366993 ], [ 120.2584941, 30.0364857 ] ], [ [ 120.2584941, 30.0364857 ], [ 120.258655, 30.0362535 ] ], [ [ 120.258655, 30.0362535 ], [ 120.2589928, 30.035933 ] ], [ [ 120.2589928, 30.035933 ], [ 120.2590466, 30.035882 ] ], [ [ 120.2590466, 30.035882 ], [ 120.2593305, 30.035566 ] ], [ [ 120.2593305, 30.035566 ], [ 120.2595165, 30.0353589 ] ], [ [ 120.2595165, 30.0353589 ], [ 120.2595348, 30.0353386 ] ], [ [ 120.2595348, 30.0353386 ], [ 120.2596791, 30.0352831 ] ], [ [ 120.2596791, 30.0352831 ], [ 120.2598405, 30.0352225 ] ], [ [ 120.2598405, 30.0352225 ], [ 120.2600068, 30.0350971 ] ], [ [ 120.2600068, 30.0350971 ], [ 120.2605642, 30.0346362 ] ], [ [ 120.2605642, 30.0346362 ], [ 120.2607918, 30.0345735 ] ], [ [ 120.2607918, 30.0345735 ], [ 120.2611543, 30.0344737 ] ], [ [ 120.2611543, 30.0344737 ], [ 120.2617181, 30.0343262 ] ], [ [ 120.2617181, 30.0343262 ], [ 120.2620024, 30.034303 ] ], [ [ 120.2620024, 30.034303 ], [ 120.2623296, 30.0343309 ] ], [ [ 120.2623296, 30.0343309 ], [ 120.2626354, 30.0343819 ] ], [ [ 120.2626354, 30.0343819 ], [ 120.2628623, 30.0343918 ] ], [ [ 120.2628623, 30.0343918 ], [ 120.2629299, 30.0343947 ] ], [ [ 120.2629299, 30.0343947 ], [ 120.2635736, 30.034274 ] ], [ [ 120.2635736, 30.034274 ], [ 120.2646471, 30.0340708 ] ], [ [ 120.2646471, 30.0340708 ], [ 120.2661808, 30.0338142 ] ], [ [ 120.2661808, 30.0338142 ], [ 120.2668513, 30.0336935 ] ], [ [ 120.2668513, 30.0336935 ], [ 120.2669699, 30.0336482 ] ], [ [ 120.2669699, 30.0336482 ], [ 120.2670557, 30.0335553 ] ], [ [ 120.2670557, 30.0335553 ], [ 120.2670873, 30.0334473 ] ], [ [ 120.2670873, 30.0334473 ], [ 120.267163, 30.0329237 ] ], [ [ 120.267163, 30.0329237 ], [ 120.2672864, 30.032162 ] ], [ [ 120.2591741, 30.0558129 ], [ 120.2589328, 30.0552435 ] ], [ [ 120.2589328, 30.0552435 ], [ 120.2588369, 30.0550171 ] ], [ [ 120.2588369, 30.0550171 ], [ 120.2587087, 30.0547118 ] ], [ [ 120.2587087, 30.0547118 ], [ 120.2586708, 30.0545783 ] ], [ [ 120.2586708, 30.0545783 ], [ 120.2586384, 30.0544645 ] ], [ [ 120.2586384, 30.0544645 ], [ 120.258574, 30.0541813 ] ], [ [ 120.258574, 30.0541813 ], [ 120.2584882, 30.0539677 ] ], [ [ 120.2584882, 30.0539677 ], [ 120.2584109, 30.0538795 ] ], [ [ 120.2584109, 30.0538795 ], [ 120.2583702, 30.0538331 ] ], [ [ 120.2583702, 30.0538331 ], [ 120.2581878, 30.053638 ] ], [ [ 120.2581878, 30.053638 ], [ 120.2579326, 30.0533415 ] ], [ [ 120.2599053, 30.0574014 ], [ 120.2591741, 30.0558129 ] ], [ [ 120.2551188, 30.045623 ], [ 120.2551622, 30.0457164 ] ], [ [ 120.2551622, 30.0457164 ], [ 120.2552032, 30.04581 ] ], [ [ 120.2550173, 30.0453912 ], [ 120.2548027, 30.04557 ] ], [ [ 120.2548027, 30.04557 ], [ 120.2543896, 30.0459183 ] ], [ [ 120.2543896, 30.0459183 ], [ 120.2542073, 30.0460367 ] ], [ [ 120.2542073, 30.0460367 ], [ 120.2540809, 30.0460888 ] ], [ [ 120.2540149, 30.046116 ], [ 120.2540809, 30.0460888 ] ], [ [ 120.2540809, 30.0460888 ], [ 120.2544314, 30.0461554 ] ], [ [ 120.2542413, 30.046319 ], [ 120.2542215, 30.0462319 ], [ 120.2541428, 30.0461799 ], [ 120.2540149, 30.046116 ] ], [ [ 120.2552032, 30.04581 ], [ 120.2555646, 30.0466358 ] ], [ [ 120.2555646, 30.0466358 ], [ 120.2556826, 30.046947 ] ], [ [ 120.2556826, 30.046947 ], [ 120.2558221, 30.0472023 ] ], [ [ 120.2558221, 30.0472023 ], [ 120.2559133, 30.0476574 ] ], [ [ 120.2559133, 30.0476574 ], [ 120.2560264, 30.0480718 ] ], [ [ 120.2560264, 30.0480718 ], [ 120.2560635, 30.0484607 ] ], [ [ 120.2560635, 30.0484607 ], [ 120.2561176, 30.0486616 ] ], [ [ 120.2561176, 30.0486616 ], [ 120.2562518, 30.0489355 ] ], [ [ 120.2562518, 30.0489355 ], [ 120.2564749, 30.049356 ] ], [ [ 120.2564749, 30.049356 ], [ 120.256675, 30.049733 ] ], [ [ 120.256675, 30.049733 ], [ 120.2568526, 30.0500964 ] ], [ [ 120.2568526, 30.0500964 ], [ 120.2570046, 30.0504744 ] ], [ [ 120.2570046, 30.0504744 ], [ 120.257113, 30.0507438 ] ], [ [ 120.257113, 30.0507438 ], [ 120.2573139, 30.0512433 ] ], [ [ 120.2573139, 30.0512433 ], [ 120.257399, 30.0514912 ] ], [ [ 120.257399, 30.0514912 ], [ 120.2574314, 30.0515857 ] ], [ [ 120.2574314, 30.0515857 ], [ 120.2574373, 30.0517169 ] ], [ [ 120.2574373, 30.0517169 ], [ 120.2574207, 30.0520965 ] ], [ [ 120.2574207, 30.0520965 ], [ 120.2574582, 30.0524076 ] ], [ [ 120.2574582, 30.0524076 ], [ 120.257544, 30.0525747 ] ], [ [ 120.257544, 30.0525747 ], [ 120.2579326, 30.0533415 ] ], [ [ 120.2860494, 30.0801889 ], [ 120.2861954, 30.0802215 ] ], [ [ 120.2861954, 30.0802215 ], [ 120.287397, 30.0805 ] ], [ [ 120.287397, 30.0805 ], [ 120.2880783, 30.080681 ] ], [ [ 120.2880783, 30.080681 ], [ 120.2883412, 30.0807135 ] ], [ [ 120.2883412, 30.0807135 ], [ 120.2885772, 30.0807275 ] ], [ [ 120.2885772, 30.0807275 ], [ 120.2888883, 30.0807043 ] ], [ [ 120.2888883, 30.0807043 ], [ 120.2892638, 30.0806393 ] ], [ [ 120.2892638, 30.0806393 ], [ 120.2894676, 30.0806125 ] ], [ [ 120.2894676, 30.0806125 ], [ 120.2897091, 30.080565 ] ], [ [ 120.2897091, 30.080565 ], [ 120.2898417, 30.0805475 ] ], [ [ 120.2898417, 30.0805475 ], [ 120.2899398, 30.0805464 ] ], [ [ 120.2899398, 30.0805464 ], [ 120.2900953, 30.080565 ] ], [ [ 120.2900953, 30.080565 ], [ 120.2902836, 30.0806404 ] ], [ [ 120.2902836, 30.0806404 ], [ 120.290503, 30.0808017 ] ], [ [ 120.290503, 30.0808017 ], [ 120.29068, 30.080959 ] ], [ [ 120.29068, 30.080959 ], [ 120.2910985, 30.0813309 ] ], [ [ 120.2910985, 30.0813309 ], [ 120.2916135, 30.0817951 ] ], [ [ 120.2916135, 30.0817951 ], [ 120.2925522, 30.0826306 ] ], [ [ 120.2925522, 30.0826306 ], [ 120.2927022, 30.0827621 ] ], [ [ 120.2927022, 30.0827621 ], [ 120.2930409, 30.0830588 ] ], [ [ 120.2930409, 30.0830588 ], [ 120.2936895, 30.0836595 ] ], [ [ 120.2936895, 30.0836595 ], [ 120.2938027, 30.0837644 ] ], [ [ 120.2938027, 30.0837644 ], [ 120.2938987, 30.0838189 ] ], [ [ 120.2938987, 30.0838189 ], [ 120.2940006, 30.0838793 ] ], [ [ 120.2940006, 30.0838793 ], [ 120.2941616, 30.0839303 ] ], [ [ 120.2941616, 30.0839303 ], [ 120.29436, 30.0839814 ] ], [ [ 120.29436, 30.0839814 ], [ 120.2946229, 30.0840046 ] ], [ [ 120.2946229, 30.0840046 ], [ 120.2961035, 30.0840789 ] ], [ [ 120.2961035, 30.0840789 ], [ 120.2966016, 30.0841081 ] ], [ [ 120.2966016, 30.0841081 ], [ 120.2971549, 30.0841532 ] ], [ [ 120.2971549, 30.0841532 ], [ 120.2974278, 30.0841647 ] ], [ [ 120.2974278, 30.0841647 ], [ 120.2975948, 30.0841717 ] ], [ [ 120.3004594, 30.0838375 ], [ 120.2998111, 30.0839253 ] ], [ [ 120.2998111, 30.0839253 ], [ 120.2996708, 30.0839443 ] ], [ [ 120.2996708, 30.0839443 ], [ 120.2995297, 30.0839588 ] ], [ [ 120.2995297, 30.0839588 ], [ 120.2991491, 30.083998 ] ], [ [ 120.2991491, 30.083998 ], [ 120.2989949, 30.0840139 ] ], [ [ 120.2989949, 30.0840139 ], [ 120.2982659, 30.084094 ] ], [ [ 120.2982659, 30.084094 ], [ 120.2977938, 30.084159 ] ], [ [ 120.2977938, 30.084159 ], [ 120.2975948, 30.0841717 ] ], [ [ 120.297632, 30.0866982 ], [ 120.2976264, 30.0863149 ] ], [ [ 120.2976264, 30.0863149 ], [ 120.2976212, 30.0859645 ] ], [ [ 120.2976212, 30.0859645 ], [ 120.2975948, 30.0841717 ] ], [ [ 120.3004594, 30.0838375 ], [ 120.3014773, 30.0835404 ] ], [ [ 120.3014773, 30.0835404 ], [ 120.3016892, 30.0834743 ] ], [ [ 120.3016892, 30.0834743 ], [ 120.3023208, 30.083313 ] ], [ [ 120.3023208, 30.083313 ], [ 120.3026105, 30.0832805 ] ], [ [ 120.3026105, 30.0832805 ], [ 120.3030772, 30.0832712 ] ], [ [ 120.3030772, 30.0832712 ], [ 120.3036566, 30.0832619 ] ], [ [ 120.3036566, 30.0832619 ], [ 120.3044451, 30.0832573 ] ], [ [ 120.3044451, 30.0832573 ], [ 120.3050358, 30.0832399 ] ], [ [ 120.3050358, 30.0832399 ], [ 120.3055668, 30.0831424 ] ], [ [ 120.3055668, 30.0831424 ], [ 120.306253, 30.0829741 ] ], [ [ 120.306253, 30.0829741 ], [ 120.3066577, 30.0829569 ] ], [ [ 120.3066577, 30.0829569 ], [ 120.3068001, 30.0829509 ] ], [ [ 120.3068001, 30.0829509 ], [ 120.3073151, 30.0829602 ] ], [ [ 120.3073151, 30.0829602 ], [ 120.3078156, 30.0830073 ] ], [ [ 120.3078156, 30.0830073 ], [ 120.3080554, 30.0830298 ] ], [ [ 120.3080554, 30.0830298 ], [ 120.3086092, 30.083073 ] ], [ [ 120.3086092, 30.083073 ], [ 120.3087099, 30.0830809 ] ], [ [ 120.3087099, 30.0830809 ], [ 120.3095252, 30.0831598 ] ], [ [ 120.312878, 30.0859202 ], [ 120.3128244, 30.085713 ] ], [ [ 120.3128244, 30.085713 ], [ 120.3128045, 30.0856336 ] ], [ [ 120.3128045, 30.0856336 ], [ 120.3126943, 30.0851953 ] ], [ [ 120.3126943, 30.0851953 ], [ 120.3126634, 30.0850725 ] ], [ [ 120.3126634, 30.0850725 ], [ 120.3125347, 30.0847104 ] ], [ [ 120.3125347, 30.0847104 ], [ 120.3124381, 30.0844783 ] ], [ [ 120.3124381, 30.0844783 ], [ 120.3120841, 30.0842091 ] ], [ [ 120.3120841, 30.0842091 ], [ 120.3118285, 30.0840577 ] ], [ [ 120.3118285, 30.0840577 ], [ 120.3113691, 30.0837854 ] ], [ [ 120.3113691, 30.0837854 ], [ 120.3113336, 30.0837644 ] ], [ [ 120.3113336, 30.0837644 ], [ 120.3105236, 30.0833745 ] ], [ [ 120.3105236, 30.0833745 ], [ 120.3102553, 30.0832909 ] ], [ [ 120.3102553, 30.0832909 ], [ 120.3099714, 30.0832399 ] ], [ [ 120.3099714, 30.0832399 ], [ 120.3095252, 30.0831598 ] ], [ [ 120.2750594, 30.0182516 ], [ 120.2748824, 30.0184421 ] ], [ [ 120.2748824, 30.0184421 ], [ 120.2747745, 30.0185199 ] ], [ [ 120.2747745, 30.0185199 ], [ 120.2745975, 30.0185756 ] ], [ [ 120.2745975, 30.0185756 ], [ 120.2744532, 30.0186 ] ], [ [ 120.2744532, 30.0186 ], [ 120.2742059, 30.0186035 ] ], [ [ 120.2742059, 30.0186035 ], [ 120.2724893, 30.018427 ] ], [ [ 120.2724893, 30.018427 ], [ 120.2704347, 30.0181854 ] ], [ [ 120.2704347, 30.0181854 ], [ 120.2699257, 30.0181402 ] ], [ [ 120.2699257, 30.0181402 ], [ 120.2696413, 30.0181959 ] ], [ [ 120.2696413, 30.0181959 ], [ 120.2694584, 30.0182783 ] ], [ [ 120.2694584, 30.0182783 ], [ 120.2692873, 30.0184421 ] ], [ [ 120.2692873, 30.0184421 ], [ 120.2691961, 30.0185953 ] ], [ [ 120.2691961, 30.0185953 ], [ 120.2691365, 30.0188357 ] ], [ [ 120.2691365, 30.0188357 ], [ 120.2691194, 30.0189757 ] ], [ [ 120.2681819, 30.0255835 ], [ 120.2683002, 30.0247264 ] ], [ [ 120.2683002, 30.0247264 ], [ 120.2683252, 30.0245525 ] ], [ [ 120.2683252, 30.0245525 ], [ 120.2685196, 30.0232018 ] ], [ [ 120.2685196, 30.0232018 ], [ 120.2686108, 30.022579 ] ], [ [ 120.2686108, 30.022579 ], [ 120.2686162, 30.0225422 ] ], [ [ 120.2686162, 30.0225422 ], [ 120.2687991, 30.0212661 ] ], [ [ 120.2687991, 30.0212661 ], [ 120.2689273, 30.0203499 ] ], [ [ 120.2689273, 30.0203499 ], [ 120.2690507, 30.0195371 ] ], [ [ 120.2690507, 30.0195371 ], [ 120.2691194, 30.0189757 ] ], [ [ 120.2679538, 30.0271533 ], [ 120.2680958, 30.0262068 ] ], [ [ 120.2680958, 30.0262068 ], [ 120.2681819, 30.0255835 ] ], [ [ 120.2679538, 30.0271533 ], [ 120.2679188, 30.0273865 ] ], [ [ 120.2679188, 30.0273865 ], [ 120.2677209, 30.0289389 ] ], [ [ 120.2677209, 30.0289389 ], [ 120.2677091, 30.0290174 ] ], [ [ 120.2677091, 30.0290174 ], [ 120.2675648, 30.0299734 ] ], [ [ 120.2675648, 30.0299734 ], [ 120.2675582, 30.0300233 ] ], [ [ 120.2675582, 30.0300233 ], [ 120.2674307, 30.0309859 ] ], [ [ 120.2674307, 30.0309859 ], [ 120.2673836, 30.03137 ] ], [ [ 120.2673836, 30.03137 ], [ 120.2672864, 30.032162 ] ], [ [ 120.26823, 30.0663271 ], [ 120.2683615, 30.0664824 ] ], [ [ 120.2683615, 30.0664824 ], [ 120.2684826, 30.0666254 ] ], [ [ 120.2684826, 30.0666254 ], [ 120.26882, 30.0670839 ] ], [ [ 120.26882, 30.0670839 ], [ 120.2692599, 30.0676503 ] ], [ [ 120.2692599, 30.0676503 ], [ 120.269442, 30.0678898 ] ], [ [ 120.269442, 30.0678898 ], [ 120.2695281, 30.0680031 ] ], [ [ 120.2695281, 30.0680031 ], [ 120.2698848, 30.0684512 ] ], [ [ 120.2698848, 30.0684512 ], [ 120.2699096, 30.0684824 ] ], [ [ 120.2699096, 30.0684824 ], [ 120.270247, 30.068913 ] ], [ [ 120.270247, 30.068913 ], [ 120.2702928, 30.0689729 ] ], [ [ 120.2702928, 30.0689729 ], [ 120.2703937, 30.0691046 ] ], [ [ 120.2703937, 30.0691046 ], [ 120.2705313, 30.0692844 ] ], [ [ 120.2705313, 30.0692844 ], [ 120.2708371, 30.0696326 ] ], [ [ 120.2708371, 30.0696326 ], [ 120.2710409, 30.0698508 ] ], [ [ 120.2710409, 30.0698508 ], [ 120.2713681, 30.0701804 ] ], [ [ 120.2713681, 30.0701804 ], [ 120.2716039, 30.0704274 ] ], [ [ 120.2716039, 30.0704274 ], [ 120.2719797, 30.0708211 ] ], [ [ 120.2719797, 30.0708211 ], [ 120.2720633, 30.0709129 ] ], [ [ 120.2720633, 30.0709129 ], [ 120.2721396, 30.0709967 ] ], [ [ 120.2721396, 30.0709967 ], [ 120.2721996, 30.0710625 ] ], [ [ 120.2721996, 30.0710625 ], [ 120.2726025, 30.071449 ] ], [ [ 120.2726025, 30.071449 ], [ 120.273133, 30.0718888 ] ], [ [ 120.273133, 30.0718888 ], [ 120.273809, 30.072483 ] ], [ [ 120.273809, 30.072483 ], [ 120.273884, 30.0725456 ] ], [ [ 120.2599053, 30.0574014 ], [ 120.2599435, 30.0574912 ] ], [ [ 120.2603389, 30.0584947 ], [ 120.2599435, 30.0574912 ] ], [ [ 120.2479691, 30.0659334 ], [ 120.2479595, 30.0658211 ], [ 120.247827, 30.0652656 ], [ 120.2477924, 30.0651584 ], [ 120.2477193, 30.0649323 ], [ 120.2474543, 30.0643875 ], [ 120.2471935, 30.0639969 ], [ 120.2455329, 30.0615671 ], [ 120.2451106, 30.0609363 ], [ 120.2448663, 30.0605206 ], [ 120.2446882, 30.060155 ], [ 120.2445391, 30.0597177 ], [ 120.2444356, 30.0592697 ], [ 120.2443901, 30.0588755 ], [ 120.2443737, 30.0583692 ], [ 120.2443152, 30.0565649 ] ], [ [ 120.2444507, 30.0565858 ], [ 120.2445455, 30.0588549 ], [ 120.2445807, 30.0592291 ], [ 120.2446634, 30.0596461 ], [ 120.2448414, 30.0601299 ], [ 120.2449896, 30.0604227 ], [ 120.2450899, 30.0606209 ], [ 120.2452348, 30.0608646 ], [ 120.2455992, 30.0614165 ], [ 120.2473301, 30.0639252 ], [ 120.2476324, 30.0643875 ], [ 120.2478684, 30.0648857 ], [ 120.2480548, 30.0654878 ], [ 120.2481361, 30.0659337 ] ], [ [ 120.2612824, 30.0603428 ], [ 120.2610314, 30.0599538 ] ], [ [ 120.2610314, 30.0599538 ], [ 120.2609183, 30.0597877 ] ], [ [ 120.2609183, 30.0597877 ], [ 120.260892, 30.059749 ] ], [ [ 120.260892, 30.059749 ], [ 120.2608544, 30.0596938 ] ], [ [ 120.2608544, 30.0596938 ], [ 120.2605106, 30.0588894 ] ], [ [ 120.2605106, 30.0588894 ], [ 120.2603389, 30.0584947 ] ], [ [ 120.262562, 30.0622072 ], [ 120.2624471, 30.0621069 ] ], [ [ 120.2624471, 30.0621069 ], [ 120.2622915, 30.0619444 ] ], [ [ 120.2622915, 30.0619444 ], [ 120.2619375, 30.0613965 ] ], [ [ 120.2619375, 30.0613965 ], [ 120.2616699, 30.0609464 ] ], [ [ 120.2616699, 30.0609464 ], [ 120.2616484, 30.0609102 ] ], [ [ 120.2616484, 30.0609102 ], [ 120.2612824, 30.0603428 ] ], [ [ 120.2629973, 30.062587 ], [ 120.262562, 30.0622072 ] ], [ [ 120.2629973, 30.062587 ], [ 120.2630855, 30.062664 ] ], [ [ 120.2630855, 30.062664 ], [ 120.2633167, 30.0628573 ] ], [ [ 120.2633167, 30.0628573 ], [ 120.2638687, 30.0633187 ] ], [ [ 120.2638687, 30.0633187 ], [ 120.2639196, 30.0633618 ] ], [ [ 120.2639196, 30.0633618 ], [ 120.2649201, 30.0642101 ] ], [ [ 120.2649201, 30.0642101 ], [ 120.2649722, 30.0642529 ] ], [ [ 120.2649722, 30.0642529 ], [ 120.265242, 30.0644747 ] ], [ [ 120.265242, 30.0644747 ], [ 120.2652892, 30.0645124 ] ], [ [ 120.2652892, 30.0645124 ], [ 120.2655107, 30.0646894 ] ], [ [ 120.2655107, 30.0646894 ], [ 120.2657504, 30.0648294 ] ], [ [ 120.2657504, 30.0648294 ], [ 120.2659238, 30.0649308 ] ], [ [ 120.2659238, 30.0649308 ], [ 120.2663989, 30.0652159 ] ], [ [ 120.2663989, 30.0652159 ], [ 120.2669913, 30.0655715 ] ], [ [ 120.2669913, 30.0655715 ], [ 120.2676243, 30.0659615 ] ], [ [ 120.2676243, 30.0659615 ], [ 120.26823, 30.0663271 ] ], [ [ 120.2479817, 30.0660811 ], [ 120.2479691, 30.0659334 ] ], [ [ 120.2481361, 30.0659337 ], [ 120.2481541, 30.0660325 ], [ 120.2481516, 30.0660818 ] ], [ [ 120.2481516, 30.0660818 ], [ 120.2481252, 30.0666023 ], [ 120.247798, 30.0687059 ], [ 120.2477733, 30.0690084 ] ], [ [ 120.2475556, 30.0690969 ], [ 120.2476151, 30.068785 ], [ 120.2477525, 30.0680645 ], [ 120.2479761, 30.0667062 ], [ 120.2479926, 30.0662081 ], [ 120.2479817, 30.0660811 ] ], [ [ 120.2471119, 30.0694306 ], [ 120.2473458, 30.0692831 ] ], [ [ 120.2473458, 30.0692831 ], [ 120.2475556, 30.0690969 ] ], [ [ 120.2477733, 30.0690084 ], [ 120.2477649, 30.0691109 ], [ 120.2477608, 30.0693402 ], [ 120.2476789, 30.0695604 ] ], [ [ 120.2824618, 30.0792327 ], [ 120.2824219, 30.079134 ] ], [ [ 120.2824219, 30.079134 ], [ 120.282414, 30.0790529 ] ], [ [ 120.282414, 30.0790529 ], [ 120.2824167, 30.07896 ] ], [ [ 120.2824167, 30.07896 ], [ 120.2824289, 30.0788603 ] ], [ [ 120.2824289, 30.0788603 ], [ 120.2824891, 30.0785562 ] ], [ [ 120.2824891, 30.0785562 ], [ 120.2824832, 30.0784297 ] ], [ [ 120.2824832, 30.0784297 ], [ 120.2824457, 30.078309 ] ], [ [ 120.2824457, 30.078309 ], [ 120.2823657, 30.0782219 ] ], [ [ 120.2823657, 30.0782219 ], [ 120.2822836, 30.0781584 ] ], [ [ 120.2822836, 30.0781584 ], [ 120.2821721, 30.0780722 ] ], [ [ 120.2821721, 30.0780722 ], [ 120.2817113, 30.0777624 ] ], [ [ 120.2817113, 30.0777624 ], [ 120.2810509, 30.077427 ] ], [ [ 120.2810509, 30.077427 ], [ 120.280642, 30.0772743 ] ], [ [ 120.280642, 30.0772743 ], [ 120.2805037, 30.0772227 ] ], [ [ 120.2805037, 30.0772227 ], [ 120.279506, 30.076791 ] ], [ [ 120.279506, 30.076791 ], [ 120.2786567, 30.0763274 ] ], [ [ 120.2786567, 30.0763274 ], [ 120.2786047, 30.076299 ] ], [ [ 120.2786047, 30.076299 ], [ 120.2779455, 30.0759055 ] ], [ [ 120.2779455, 30.0759055 ], [ 120.2776075, 30.075692 ] ], [ [ 120.2776075, 30.075692 ], [ 120.2773125, 30.0754645 ] ], [ [ 120.2773125, 30.0754645 ], [ 120.2769686, 30.0751709 ] ], [ [ 120.2769686, 30.0751709 ], [ 120.2762337, 30.0745488 ] ], [ [ 120.2762337, 30.0745488 ], [ 120.2761119, 30.0744448 ] ], [ [ 120.2761119, 30.0744448 ], [ 120.2754451, 30.0738757 ] ], [ [ 120.2754451, 30.0738757 ], [ 120.2748067, 30.0733419 ] ], [ [ 120.2748067, 30.0733419 ], [ 120.2743835, 30.0729624 ] ], [ [ 120.2743835, 30.0729624 ], [ 120.273884, 30.0725456 ] ], [ [ 120.2849544, 30.0799441 ], [ 120.2845753, 30.0798594 ] ], [ [ 120.2845753, 30.0798594 ], [ 120.2844457, 30.0798217 ] ], [ [ 120.2844457, 30.0798217 ], [ 120.2839692, 30.079683 ] ], [ [ 120.2839692, 30.079683 ], [ 120.2837522, 30.0796284 ] ], [ [ 120.2837522, 30.0796284 ], [ 120.2832128, 30.0794927 ] ], [ [ 120.2832128, 30.0794927 ], [ 120.2830006, 30.0794405 ] ], [ [ 120.2830006, 30.0794405 ], [ 120.2827032, 30.0793674 ] ], [ [ 120.2827032, 30.0793674 ], [ 120.2825959, 30.0793256 ] ], [ [ 120.2825959, 30.0793256 ], [ 120.2824618, 30.0792327 ] ], [ [ 120.2860494, 30.0801889 ], [ 120.2855968, 30.0800877 ] ], [ [ 120.2855968, 30.0800877 ], [ 120.2849544, 30.0799441 ] ], [ [ 120.2843297, 30.0987061 ], [ 120.2842323, 30.0986967 ] ], [ [ 120.2779952, 30.1094006 ], [ 120.278181, 30.1092437 ] ], [ [ 120.278181, 30.1092437 ], [ 120.2788524, 30.1087245 ] ], [ [ 120.2788524, 30.1087245 ], [ 120.2790405, 30.1085791 ] ], [ [ 120.2790405, 30.1085791 ], [ 120.2791431, 30.108495 ] ], [ [ 120.2791431, 30.108495 ], [ 120.2792678, 30.1083985 ] ], [ [ 120.2792678, 30.1083985 ], [ 120.2800268, 30.1078114 ] ], [ [ 120.2800268, 30.1078114 ], [ 120.2801551, 30.1077122 ] ], [ [ 120.2801551, 30.1077122 ], [ 120.2802021, 30.1076736 ] ], [ [ 120.2802021, 30.1076736 ], [ 120.2808101, 30.1071749 ] ], [ [ 120.2808101, 30.1071749 ], [ 120.2808979, 30.107072 ] ], [ [ 120.2808979, 30.107072 ], [ 120.2810563, 30.1068862 ] ], [ [ 120.2810563, 30.1068862 ], [ 120.2812601, 30.1065613 ] ], [ [ 120.2812601, 30.1065613 ], [ 120.2813567, 30.10632 ] ], [ [ 120.2813567, 30.10632 ], [ 120.2814425, 30.1060787 ] ], [ [ 120.2814425, 30.1060787 ], [ 120.2814854, 30.1057353 ] ], [ [ 120.2814854, 30.1057353 ], [ 120.2814854, 30.1054847 ] ], [ [ 120.2814854, 30.1054847 ], [ 120.2814211, 30.1051506 ] ], [ [ 120.2814211, 30.1051506 ], [ 120.2812923, 30.1047329 ] ], [ [ 120.2812923, 30.1047329 ], [ 120.2810777, 30.1043523 ] ], [ [ 120.2810777, 30.1043523 ], [ 120.2808978, 30.1040696 ] ], [ [ 120.2808978, 30.1040696 ], [ 120.280772, 30.103872 ] ], [ [ 120.280772, 30.103872 ], [ 120.2803876, 30.1032766 ] ], [ [ 120.2803876, 30.1032766 ], [ 120.2800698, 30.1026547 ] ], [ [ 120.2800698, 30.1026547 ], [ 120.2799727, 30.1023289 ] ], [ [ 120.2799727, 30.1023289 ], [ 120.2798868, 30.1018277 ] ], [ [ 120.2798868, 30.1018277 ], [ 120.2798738, 30.1017044 ] ], [ [ 120.2798738, 30.1017044 ], [ 120.2798653, 30.1016234 ] ], [ [ 120.2798653, 30.1016234 ], [ 120.2798305, 30.1012924 ] ], [ [ 120.2798305, 30.1012924 ], [ 120.2798117, 30.101113 ] ], [ [ 120.2798117, 30.101113 ], [ 120.2798117, 30.1005468 ] ], [ [ 120.2798117, 30.1005468 ], [ 120.2798377, 30.1004965 ] ], [ [ 120.2798377, 30.1004965 ], [ 120.279941, 30.1002971 ] ], [ [ 120.279941, 30.1002971 ], [ 120.2801449, 30.1000558 ] ], [ [ 120.2801449, 30.1000558 ], [ 120.2804233, 30.0998321 ] ], [ [ 120.2804233, 30.0998321 ], [ 120.2816464, 30.0993865 ] ], [ [ 120.2816464, 30.0993865 ], [ 120.2823612, 30.0991475 ] ], [ [ 120.2823612, 30.0991475 ], [ 120.2833952, 30.0988018 ] ], [ [ 120.2833952, 30.0988018 ], [ 120.2836741, 30.0987368 ] ], [ [ 120.2836741, 30.0987368 ], [ 120.2841145, 30.0986913 ] ], [ [ 120.2841145, 30.0986913 ], [ 120.2842323, 30.0986967 ] ], [ [ 120.276633, 30.1110793 ], [ 120.2767433, 30.1107843 ] ], [ [ 120.2767433, 30.1107843 ], [ 120.2769686, 30.1103852 ] ], [ [ 120.2769686, 30.1103852 ], [ 120.2772905, 30.1099954 ] ], [ [ 120.2772905, 30.1099954 ], [ 120.2779952, 30.1094006 ] ], [ [ 120.2475414, 30.0695259 ], [ 120.2475454, 30.0691503 ], [ 120.2475556, 30.0690969 ] ], [ [ 120.2477733, 30.0690084 ], [ 120.2478681, 30.069313 ] ], [ [ 120.2478681, 30.069313 ], [ 120.2480543, 30.069713 ] ], [ [ 120.2503824, 30.1135315 ], [ 120.2504113, 30.1131478 ] ], [ [ 120.2504113, 30.1131478 ], [ 120.2504146, 30.1131045 ] ], [ [ 120.2504146, 30.1131045 ], [ 120.2504682, 30.1119908 ] ], [ [ 120.2504682, 30.1119908 ], [ 120.2504911, 30.1116935 ] ], [ [ 120.2504911, 30.1116935 ], [ 120.2505004, 30.1115732 ] ], [ [ 120.2505004, 30.1115732 ], [ 120.2505004, 30.1112588 ] ], [ [ 120.2505004, 30.1112588 ], [ 120.2505004, 30.1111648 ] ], [ [ 120.2505004, 30.1111648 ], [ 120.250479, 30.1108864 ] ], [ [ 120.250479, 30.1108864 ], [ 120.2504468, 30.1105894 ] ], [ [ 120.2504468, 30.1105894 ], [ 120.2503609, 30.1101996 ] ], [ [ 120.2503609, 30.1101996 ], [ 120.2502215, 30.1097912 ] ], [ [ 120.2502215, 30.1097912 ], [ 120.2501142, 30.1094293 ] ], [ [ 120.2501142, 30.1094293 ], [ 120.2500605, 30.1091137 ] ], [ [ 120.2500605, 30.1091137 ], [ 120.2501616, 30.1089121 ] ], [ [ 120.2501616, 30.1089121 ], [ 120.2502531, 30.1087555 ] ], [ [ 120.2502531, 30.1087555 ], [ 120.2502598, 30.1087488 ] ], [ [ 120.2502598, 30.1087488 ], [ 120.2504128, 30.1085971 ] ], [ [ 120.2504128, 30.1085971 ], [ 120.2505554, 30.1085087 ] ], [ [ 120.2505554, 30.1085087 ], [ 120.2507321, 30.1084424 ] ], [ [ 120.2507321, 30.1084424 ], [ 120.2517604, 30.108168 ] ], [ [ 120.2517604, 30.108168 ], [ 120.2520585, 30.1080778 ] ], [ [ 120.2520585, 30.1080778 ], [ 120.252331, 30.1079691 ] ], [ [ 120.252331, 30.1079691 ], [ 120.2524885, 30.1078918 ] ], [ [ 120.2524885, 30.1078918 ], [ 120.2526059, 30.1078167 ] ], [ [ 120.2526059, 30.1078167 ], [ 120.2526759, 30.107772 ] ], [ [ 120.2526759, 30.107772 ], [ 120.2528547, 30.1076468 ] ], [ [ 120.2528547, 30.1076468 ], [ 120.2531528, 30.1073227 ] ], [ [ 120.2531528, 30.1073227 ], [ 120.253866, 30.1064718 ] ], [ [ 120.253866, 30.1064718 ], [ 120.2546102, 30.105639 ] ], [ [ 120.2546102, 30.105639 ], [ 120.2548529, 30.1053295 ] ], [ [ 120.2548529, 30.1053295 ], [ 120.2550019, 30.1050791 ] ], [ [ 120.2550019, 30.1050791 ], [ 120.2551211, 30.1047678 ] ], [ [ 120.2551211, 30.1047678 ], [ 120.2553085, 30.1041987 ] ], [ [ 120.2553085, 30.1041987 ], [ 120.2555767, 30.1034086 ] ], [ [ 120.2555767, 30.1034086 ], [ 120.2556446, 30.1032025 ] ], [ [ 120.2556446, 30.1032025 ], [ 120.2557199, 30.1030736 ] ], [ [ 120.2557199, 30.1030736 ], [ 120.25589, 30.10289 ] ], [ [ 120.25589, 30.10289 ], [ 120.2563507, 30.1024251 ] ], [ [ 120.2563507, 30.1024251 ], [ 120.2567619, 30.1020539 ] ], [ [ 120.2567619, 30.1020539 ], [ 120.2570464, 30.1017942 ] ], [ [ 120.2570464, 30.1017942 ], [ 120.2572306, 30.1015541 ] ], [ [ 120.2607058, 30.1218416 ], [ 120.260556, 30.1218736 ], [ 120.2604491, 30.1219083 ], [ 120.2603734, 30.1219943 ], [ 120.2603645, 30.1220662 ], [ 120.2603438, 30.122441 ], [ 120.2603095, 30.1227366 ], [ 120.2602582, 30.123079 ], [ 120.2601967, 30.1236158 ], [ 120.2601623, 30.1241871 ], [ 120.2601549, 30.124329 ], [ 120.2602117, 30.1246731 ], [ 120.2602369, 30.1249054 ], [ 120.2602532, 30.1251249 ], [ 120.2602547, 30.1253585 ], [ 120.2602384, 30.1256178 ], [ 120.2602143, 30.1257978 ] ], [ [ 120.2600711, 30.1257805 ], [ 120.2600852, 30.1255261 ], [ 120.2600873, 30.1252095 ], [ 120.2600772, 30.125046 ], [ 120.2600571, 30.1247345 ], [ 120.2600309, 30.1244214 ], [ 120.2600128, 30.1242683 ], [ 120.2600058, 30.1240523 ], [ 120.2600363, 30.1236033 ], [ 120.26011, 30.1231206 ], [ 120.2601657, 30.122826 ], [ 120.2601898, 30.1225581 ], [ 120.2602381, 30.1220344 ], [ 120.260241, 30.1219882 ], [ 120.2602425, 30.1219501 ] ], [ [ 120.2600658, 30.1258741 ], [ 120.2600711, 30.1257805 ] ], [ [ 120.2602143, 30.1257978 ], [ 120.2602018, 30.1258908 ] ], [ [ 120.2463618, 30.1292786 ], [ 120.2512232, 30.1291819 ], [ 120.2531379, 30.1292475 ], [ 120.2573695, 30.1294577 ], [ 120.2577122, 30.1294703 ], [ 120.2580031, 30.1294595 ] ], [ [ 120.2579679, 30.1295724 ], [ 120.2577048, 30.1295384 ], [ 120.257364, 30.1295193 ], [ 120.2531392, 30.1293259 ], [ 120.2523734, 30.1293128 ], [ 120.2463599, 30.1293766 ] ], [ [ 120.2766308, 30.1123464 ], [ 120.2750612, 30.1123954 ] ], [ [ 120.2766308, 30.1123464 ], [ 120.2766258, 30.1121857 ] ], [ [ 120.2766258, 30.1121857 ], [ 120.2766038, 30.1116475 ] ], [ [ 120.2766038, 30.1116475 ], [ 120.2766253, 30.1112205 ] ], [ [ 120.2766253, 30.1112205 ], [ 120.276633, 30.1110793 ] ], [ [ 120.2766308, 30.1123464 ], [ 120.2766688, 30.1133473 ] ], [ [ 120.2766688, 30.1133473 ], [ 120.2766776, 30.1135782 ] ], [ [ 120.2766776, 30.1135782 ], [ 120.2766839, 30.1137449 ] ], [ [ 120.2766839, 30.1137449 ], [ 120.2767039, 30.1142727 ] ], [ [ 120.2750612, 30.1123954 ], [ 120.2747552, 30.1124049 ] ], [ [ 120.2747552, 30.1124049 ], [ 120.2741145, 30.1124167 ] ], [ [ 120.2741145, 30.1124167 ], [ 120.2736647, 30.1124639 ] ], [ [ 120.2736647, 30.1124639 ], [ 120.2731468, 30.1125346 ] ], [ [ 120.2731468, 30.1125346 ], [ 120.272697, 30.1125936 ] ], [ [ 120.272697, 30.1125936 ], [ 120.2721457, 30.112577 ] ], [ [ 120.2721457, 30.112577 ], [ 120.2717322, 30.1124603 ] ], [ [ 120.2717322, 30.1124603 ], [ 120.2709795, 30.1123696 ] ], [ [ 120.2709795, 30.1123696 ], [ 120.2703218, 30.1124407 ] ], [ [ 120.2703218, 30.1124407 ], [ 120.2702162, 30.1124521 ] ], [ [ 120.2702162, 30.1124521 ], [ 120.2693339, 30.1124583 ] ], [ [ 120.2693339, 30.1124583 ], [ 120.269056, 30.1124602 ] ], [ [ 120.2770954, 30.1205991 ], [ 120.2770658, 30.1201468 ] ], [ [ 120.2770658, 30.1201468 ], [ 120.277058, 30.120028 ] ], [ [ 120.277058, 30.120028 ], [ 120.2769855, 30.1189226 ] ], [ [ 120.2769855, 30.1189226 ], [ 120.2769744, 30.1187527 ] ], [ [ 120.2769744, 30.1187527 ], [ 120.2769453, 30.1183096 ] ], [ [ 120.2769453, 30.1183096 ], [ 120.2768481, 30.1168252 ] ], [ [ 120.2768481, 30.1168252 ], [ 120.2768145, 30.1163132 ] ], [ [ 120.2768145, 30.1163132 ], [ 120.2767856, 30.1158715 ] ], [ [ 120.2767856, 30.1158715 ], [ 120.2767512, 30.1154824 ] ], [ [ 120.2767512, 30.1154824 ], [ 120.2767338, 30.1151819 ] ], [ [ 120.2767338, 30.1151819 ], [ 120.2767304, 30.1149723 ] ], [ [ 120.2767304, 30.1149723 ], [ 120.2767039, 30.1142727 ] ], [ [ 120.2770991, 30.1207764 ], [ 120.2770968, 30.1207428 ] ], [ [ 120.2770968, 30.1207428 ], [ 120.2770954, 30.1205991 ] ], [ [ 120.2769018, 30.1266017 ], [ 120.2770119, 30.1261724 ] ], [ [ 120.2770119, 30.1261724 ], [ 120.2770266, 30.1261149 ] ], [ [ 120.2770266, 30.1261149 ], [ 120.2771837, 30.1255024 ] ], [ [ 120.2771837, 30.1255024 ], [ 120.2773757, 30.1247517 ] ], [ [ 120.2773757, 30.1247517 ], [ 120.2773605, 30.1245335 ] ], [ [ 120.2773605, 30.1245335 ], [ 120.2772235, 30.1225637 ] ], [ [ 120.2772235, 30.1225637 ], [ 120.2771397, 30.1213591 ] ], [ [ 120.2771397, 30.1213591 ], [ 120.2770991, 30.1207764 ] ], [ [ 120.2769018, 30.1266017 ], [ 120.2767835, 30.1270286 ] ], [ [ 120.2767835, 30.1270286 ], [ 120.2767497, 30.1271483 ] ], [ [ 120.2767497, 30.1271483 ], [ 120.2766996, 30.1273262 ] ], [ [ 120.2766996, 30.1273262 ], [ 120.2766733, 30.1275292 ] ], [ [ 120.2766733, 30.1275292 ], [ 120.2766585, 30.1276429 ] ], [ [ 120.2766585, 30.1276429 ], [ 120.2766177, 30.1281081 ] ], [ [ 120.2766177, 30.1281081 ], [ 120.2766052, 30.1284979 ] ], [ [ 120.2766052, 30.1284979 ], [ 120.2766328, 30.1290418 ] ], [ [ 120.2766328, 30.1290418 ], [ 120.2766594, 30.1296523 ] ], [ [ 120.2766594, 30.1296523 ], [ 120.2766691, 30.129741 ] ], [ [ 120.2766691, 30.129741 ], [ 120.2766821, 30.1304283 ] ], [ [ 120.2766821, 30.1304283 ], [ 120.2767261, 30.1312137 ] ], [ [ 120.2767261, 30.1312137 ], [ 120.2767406, 30.1314722 ] ], [ [ 120.2767406, 30.1314722 ], [ 120.2767547, 30.1319887 ] ], [ [ 120.2767547, 30.1319887 ], [ 120.2767657, 30.1323912 ] ], [ [ 120.2767657, 30.1323912 ], [ 120.2767965, 30.1333003 ] ], [ [ 120.2767965, 30.1333003 ], [ 120.2767869, 30.1339758 ] ], [ [ 120.2688737, 30.1344355 ], [ 120.2704869, 30.1344409 ], [ 120.2708383, 30.1344467 ], [ 120.2721522, 30.1344475 ], [ 120.2729942, 30.1343837 ], [ 120.2745905, 30.1341696 ], [ 120.2756467, 30.1340818 ], [ 120.2767869, 30.1339758 ] ], [ [ 120.2767724, 30.1341221 ], [ 120.27569, 30.134215 ], [ 120.2746655, 30.134317 ], [ 120.2740256, 30.1344167 ] ], [ [ 120.2740256, 30.1344167 ], [ 120.2729649, 30.1345398 ], [ 120.2720959, 30.1346047 ], [ 120.2708504, 30.1346009 ], [ 120.2704829, 30.1345986 ], [ 120.2688709, 30.1345949 ] ], [ [ 120.2764879, 30.1372467 ], [ 120.2764423, 30.1377384 ] ], [ [ 120.2764423, 30.1377384 ], [ 120.2763905, 30.1383356 ] ], [ [ 120.2763905, 30.1383356 ], [ 120.2762881, 30.1395184 ] ], [ [ 120.2762881, 30.1395184 ], [ 120.2762746, 30.1396579 ] ], [ [ 120.2762746, 30.1396579 ], [ 120.2762305, 30.1401148 ] ], [ [ 120.2762305, 30.1401148 ], [ 120.276157, 30.1409375 ] ], [ [ 120.276157, 30.1409375 ], [ 120.2761472, 30.1410296 ] ], [ [ 120.2761472, 30.1410296 ], [ 120.2760316, 30.1420085 ] ], [ [ 120.2760316, 30.1420085 ], [ 120.2759294, 30.1432475 ] ], [ [ 120.2759294, 30.1432475 ], [ 120.2757772, 30.1448944 ] ], [ [ 120.2757772, 30.1448944 ], [ 120.2757162, 30.1455547 ] ], [ [ 120.2757162, 30.1455547 ], [ 120.2757117, 30.1456103 ] ], [ [ 120.2757117, 30.1456103 ], [ 120.2756239, 30.1467066 ] ], [ [ 120.2756239, 30.1467066 ], [ 120.275528, 30.1475633 ] ], [ [ 120.2767869, 30.1339758 ], [ 120.2767724, 30.1341221 ] ], [ [ 120.2767869, 30.1339758 ], [ 120.2779996, 30.1339838 ], [ 120.2784603, 30.1340198 ], [ 120.2833787, 30.1345213 ] ], [ [ 120.2833691, 30.1346842 ], [ 120.2798475, 30.1343086 ], [ 120.2784397, 30.1341612 ], [ 120.2780075, 30.1341222 ], [ 120.2767724, 30.1341221 ] ], [ [ 120.2767724, 30.1341221 ], [ 120.2766193, 30.135666 ] ], [ [ 120.2766193, 30.135666 ], [ 120.2765593, 30.1362709 ] ], [ [ 120.2765593, 30.1362709 ], [ 120.2764879, 30.1372467 ] ], [ [ 120.2944568, 30.0865644 ], [ 120.2946567, 30.0865571 ], [ 120.2949266, 30.086562 ], [ 120.2953683, 30.0866161 ], [ 120.2957506, 30.0866362 ], [ 120.2961886, 30.0866604 ], [ 120.2968806, 30.0866785 ], [ 120.2972828, 30.0866891 ], [ 120.297632, 30.0866982 ] ], [ [ 120.2976309, 30.086833 ], [ 120.2972795, 30.086825 ], [ 120.2968759, 30.0868159 ], [ 120.2966869, 30.0868116 ], [ 120.2952769, 30.0867581 ], [ 120.294458, 30.0867692 ] ], [ [ 120.300358, 30.0966863 ], [ 120.2998906, 30.0967291 ] ], [ [ 120.2998906, 30.0967291 ], [ 120.2996895, 30.0967535 ] ], [ [ 120.2996895, 30.0967535 ], [ 120.2986893, 30.0968961 ] ], [ [ 120.2986893, 30.0968961 ], [ 120.2985985, 30.0969091 ] ], [ [ 120.2985985, 30.0969091 ], [ 120.2980198, 30.0970064 ] ], [ [ 120.2980198, 30.0970064 ], [ 120.297879, 30.0970297 ] ], [ [ 120.297879, 30.0970297 ], [ 120.2968345, 30.0971982 ] ], [ [ 120.2968345, 30.0971982 ], [ 120.2962161, 30.097298 ] ], [ [ 120.2962161, 30.097298 ], [ 120.2958056, 30.097362 ] ], [ [ 120.2958056, 30.097362 ], [ 120.2943518, 30.0975884 ] ], [ [ 120.2943518, 30.0975884 ], [ 120.2940709, 30.0976322 ] ], [ [ 120.2940709, 30.0976322 ], [ 120.293277, 30.0977621 ] ], [ [ 120.293277, 30.0977621 ], [ 120.2925689, 30.0980035 ] ], [ [ 120.2925689, 30.0980035 ], [ 120.2917749, 30.0984128 ] ], [ [ 120.2917749, 30.0984128 ], [ 120.2914209, 30.0987006 ] ], [ [ 120.2914209, 30.0987006 ], [ 120.2908737, 30.0990904 ] ], [ [ 120.2908737, 30.0990904 ], [ 120.2904977, 30.0992844 ] ], [ [ 120.2904977, 30.0992844 ], [ 120.2901334, 30.0993967 ] ], [ [ 120.2901334, 30.0993967 ], [ 120.2897901, 30.0994617 ] ], [ [ 120.2897901, 30.0994617 ], [ 120.2894033, 30.0994979 ] ], [ [ 120.2894033, 30.0994979 ], [ 120.2888567, 30.0994896 ] ], [ [ 120.2888567, 30.0994896 ], [ 120.2877511, 30.0992844 ] ], [ [ 120.2877511, 30.0992844 ], [ 120.2870644, 30.0991266 ] ], [ [ 120.2870644, 30.0991266 ], [ 120.2855347, 30.09886 ] ], [ [ 120.2855347, 30.09886 ], [ 120.2847261, 30.0987191 ] ], [ [ 120.2847261, 30.0987191 ], [ 120.2843297, 30.0987061 ] ], [ [ 120.3130133, 30.086524 ], [ 120.3128833, 30.0861003 ] ], [ [ 120.3128833, 30.0861003 ], [ 120.312878, 30.0859202 ] ], [ [ 120.3005026, 30.0867578 ], [ 120.3022672, 30.0867867 ], [ 120.3034028, 30.0868009 ], [ 120.3048376, 30.0867688 ], [ 120.3054683, 30.0867688 ], [ 120.3058517, 30.086833 ], [ 120.3066186, 30.0869507 ], [ 120.3071009, 30.0869614 ], [ 120.3080481, 30.0869555 ], [ 120.3124334, 30.0865343 ], [ 120.3128077, 30.0865141 ], [ 120.3130133, 30.086524 ] ], [ [ 120.3130133, 30.086524 ], [ 120.3125385, 30.086619 ], [ 120.3124454, 30.0866295 ], [ 120.3080564, 30.0870323 ], [ 120.3077317, 30.0870577 ], [ 120.3070762, 30.0871433 ], [ 120.3065938, 30.0871861 ], [ 120.3062599, 30.0871754 ], [ 120.3056539, 30.0871219 ], [ 120.30463, 30.087072 ], [ 120.303005, 30.0869985 ], [ 120.3028825, 30.0869924 ], [ 120.3013992, 30.0869186 ], [ 120.3005223, 30.0868987 ] ], [ [ 120.3130133, 30.086524 ], [ 120.3130843, 30.0867932 ] ], [ [ 120.3130843, 30.0867932 ], [ 120.3132964, 30.0875975 ] ], [ [ 120.3132964, 30.0875975 ], [ 120.3133355, 30.0878523 ] ], [ [ 120.3133355, 30.0878523 ], [ 120.3134145, 30.088368 ] ], [ [ 120.3134145, 30.088368 ], [ 120.3134558, 30.0887058 ] ], [ [ 120.3134558, 30.0887058 ], [ 120.3134734, 30.0888501 ] ], [ [ 120.3134734, 30.0888501 ], [ 120.3136719, 30.0904753 ] ], [ [ 120.3136719, 30.0904753 ], [ 120.3137149, 30.0909858 ] ], [ [ 120.3137149, 30.0909858 ], [ 120.3136827, 30.0914314 ] ], [ [ 120.3136827, 30.0914314 ], [ 120.3136183, 30.0917378 ] ], [ [ 120.3136183, 30.0917378 ], [ 120.3134794, 30.0921564 ] ], [ [ 120.3134794, 30.0921564 ], [ 120.313307, 30.092464 ] ], [ [ 120.313307, 30.092464 ], [ 120.313136, 30.0927691 ] ], [ [ 120.313136, 30.0927691 ], [ 120.3128687, 30.0932199 ] ], [ [ 120.3128687, 30.0932199 ], [ 120.3126742, 30.0935479 ] ], [ [ 120.3126742, 30.0935479 ], [ 120.3123996, 30.0940366 ] ], [ [ 120.3123996, 30.0940366 ], [ 120.3120739, 30.0946163 ] ], [ [ 120.3120739, 30.0946163 ], [ 120.3118695, 30.094866 ] ], [ [ 120.3118695, 30.094866 ], [ 120.3115798, 30.0951259 ] ], [ [ 120.3115798, 30.0951259 ], [ 120.3112478, 30.0953496 ] ], [ [ 120.3112478, 30.0953496 ], [ 120.3108073, 30.0955344 ] ], [ [ 120.3108073, 30.0955344 ], [ 120.3096063, 30.0958138 ] ], [ [ 120.3096063, 30.0958138 ], [ 120.3081862, 30.0961257 ] ], [ [ 120.3081862, 30.0961257 ], [ 120.3068168, 30.0964264 ] ], [ [ 120.3068168, 30.0964264 ], [ 120.306381, 30.0965204 ] ], [ [ 120.306381, 30.0965204 ], [ 120.3052713, 30.0967597 ] ], [ [ 120.3052713, 30.0967597 ], [ 120.304594, 30.0968838 ] ], [ [ 120.304594, 30.0968838 ], [ 120.3044358, 30.0968931 ] ], [ [ 120.3044358, 30.0968931 ], [ 120.3043909, 30.0968941 ] ], [ [ 120.3043909, 30.0968941 ], [ 120.3041238, 30.0968998 ] ], [ [ 120.3041238, 30.0968998 ], [ 120.303641, 30.0968998 ] ], [ [ 120.303641, 30.0968998 ], [ 120.3028251, 30.0968339 ] ], [ [ 120.3028251, 30.0968339 ], [ 120.3027182, 30.0968253 ] ], [ [ 120.3027182, 30.0968253 ], [ 120.3023368, 30.0967945 ] ], [ [ 120.3023368, 30.0967945 ], [ 120.3015591, 30.0967318 ] ], [ [ 120.3015591, 30.0967318 ], [ 120.300358, 30.0966863 ] ], [ [ 120.297632, 30.0866982 ], [ 120.2982824, 30.0867153 ], [ 120.3005026, 30.0867578 ] ], [ [ 120.297632, 30.0866982 ], [ 120.2976309, 30.086833 ] ], [ [ 120.3005223, 30.0868987 ], [ 120.2976309, 30.086833 ] ], [ [ 120.3090096, 30.1493192 ], [ 120.3090043, 30.1492484 ] ], [ [ 120.3002097, 30.1572092 ], [ 120.3002753, 30.1572071 ] ], [ [ 120.3002914, 30.1572994 ], [ 120.3002267, 30.1573014 ] ], [ [ 120.3037023, 30.1650424 ], [ 120.3037576, 30.1650491 ] ], [ [ 120.2876435, 30.1583565 ], [ 120.2882963, 30.1583912 ], [ 120.2890696, 30.1584322 ], [ 120.2900662, 30.1584355 ], [ 120.2905468, 30.1584334 ], [ 120.2915634, 30.1583595 ], [ 120.2923446, 30.158283 ], [ 120.2925879, 30.1582373 ], [ 120.293022, 30.1581515 ], [ 120.2948807, 30.157724 ], [ 120.2958176, 30.1575018 ], [ 120.2963147, 30.1574068 ], [ 120.2968231, 30.1573364 ], [ 120.2983349, 30.1572792 ], [ 120.2992861, 30.15724 ], [ 120.3002097, 30.1572092 ] ], [ [ 120.3002267, 30.1573014 ], [ 120.2999247, 30.1573197 ], [ 120.2992871, 30.1573453 ], [ 120.2983376, 30.1573755 ], [ 120.2975992, 30.1574006 ], [ 120.2973797, 30.1574146 ], [ 120.2971195, 30.1574393 ], [ 120.2968593, 30.1574709 ], [ 120.2965138, 30.1575412 ], [ 120.2962536, 30.1575904 ], [ 120.2936932, 30.158231 ], [ 120.2935917, 30.1582558 ], [ 120.2932106, 30.1583559 ], [ 120.2928467, 30.158427 ], [ 120.2926503, 30.1584605 ], [ 120.2923798, 30.1585008 ], [ 120.2916288, 30.1585695 ], [ 120.2906153, 30.1585978 ], [ 120.2900977, 30.158572 ], [ 120.2889949, 30.1585291 ], [ 120.288257, 30.1584564 ], [ 120.2876435, 30.1583565 ] ], [ [ 120.2951054, 30.1685359 ], [ 120.2950972, 30.1690213 ], [ 120.2951798, 30.1694293 ], [ 120.2952169, 30.1704965 ], [ 120.2952779, 30.1724001 ] ], [ [ 120.2947704, 30.1724647 ], [ 120.2946995, 30.1704349 ], [ 120.2947198, 30.1696447 ], [ 120.2947215, 30.1692924 ], [ 120.294682, 30.1684844 ] ], [ [ 120.2947704, 30.1724647 ], [ 120.2952779, 30.1724001 ] ], [ [ 120.2462288, 30.1292801 ], [ 120.2463618, 30.1292786 ] ], [ [ 120.2600476, 30.1270935 ], [ 120.2600088, 30.1270884 ], [ 120.2600088, 30.1267457 ], [ 120.260049, 30.126175 ], [ 120.2600658, 30.1258741 ] ], [ [ 120.2602018, 30.1258908 ], [ 120.260182, 30.1260388 ], [ 120.2601063, 30.126678 ], [ 120.2600766, 30.1270938 ], [ 120.2600476, 30.1270935 ] ], [ [ 120.2600476, 30.1270935 ], [ 120.2598873, 30.1295474 ] ], [ [ 120.2580031, 30.1294595 ], [ 120.2598873, 30.1295474 ] ], [ [ 120.2598873, 30.1295474 ], [ 120.2598859, 30.1296451 ] ], [ [ 120.2598859, 30.1296451 ], [ 120.2579679, 30.1295724 ] ], [ [ 120.2598873, 30.1295474 ], [ 120.261319, 30.1296245 ], [ 120.2617464, 30.1296464 ], [ 120.2621366, 30.1296664 ], [ 120.2629472, 30.1297144 ], [ 120.2637842, 30.1297974 ] ], [ [ 120.2637842, 30.1297974 ], [ 120.263992, 30.1297831 ] ], [ [ 120.2639918, 30.1298824 ], [ 120.2637871, 30.129878 ] ], [ [ 120.2635918, 30.1343974 ], [ 120.2637959, 30.134401 ] ], [ [ 120.2637959, 30.134401 ], [ 120.2669732, 30.134447 ], [ 120.2688737, 30.1344355 ] ], [ [ 120.2637908, 30.1345322 ], [ 120.2635878, 30.1345241 ] ], [ [ 120.2637871, 30.129878 ], [ 120.2628801, 30.1297908 ], [ 120.2621193, 30.129744 ], [ 120.2619589, 30.1297341 ], [ 120.2613269, 30.1297003 ], [ 120.2598859, 30.1296451 ] ], [ [ 120.2598859, 30.1296451 ], [ 120.2598664, 30.1300324 ] ], [ [ 120.2598664, 30.1300324 ], [ 120.2599204, 30.1318624 ] ], [ [ 120.2599204, 30.1318624 ], [ 120.2599558, 30.1332087 ] ], [ [ 120.2599558, 30.1332087 ], [ 120.2599626, 30.13347 ] ], [ [ 120.2599626, 30.13347 ], [ 120.2599882, 30.1344423 ] ], [ [ 120.2599882, 30.1344423 ], [ 120.2635918, 30.1343974 ] ], [ [ 120.2635878, 30.1345241 ], [ 120.2600019, 30.1346068 ] ], [ [ 120.2535298, 30.1424497 ], [ 120.2533428, 30.1418806 ] ], [ [ 120.2533428, 30.1418806 ], [ 120.2533205, 30.1402094 ] ], [ [ 120.2533205, 30.1402094 ], [ 120.2550814, 30.140192 ] ], [ [ 120.2550814, 30.140192 ], [ 120.2553756, 30.1399658 ] ], [ [ 120.2535298, 30.1424497 ], [ 120.2540563, 30.1440517 ] ], [ [ 120.2540563, 30.1440517 ], [ 120.2544167, 30.1452109 ] ], [ [ 120.2545987, 30.1458278 ], [ 120.2547119, 30.1461709 ] ], [ [ 120.2547119, 30.1461709 ], [ 120.2548267, 30.1465414 ] ], [ [ 120.2463599, 30.1293766 ], [ 120.2462267, 30.1293618 ] ], [ [ 120.2461146, 30.1342748 ], [ 120.2462504, 30.1342741 ] ], [ [ 120.2462504, 30.1342741 ], [ 120.2492605, 30.1342842 ], [ 120.2528631, 30.1342859 ] ], [ [ 120.2462442, 30.1344227 ], [ 120.2461098, 30.1344261 ] ], [ [ 120.2528294, 30.1344424 ], [ 120.249239, 30.1344369 ], [ 120.2462442, 30.1344227 ] ], [ [ 120.2688709, 30.1345949 ], [ 120.2669621, 30.1345868 ], [ 120.2637908, 30.1345322 ] ], [ [ 120.2477855, 30.1519566 ], [ 120.2476434, 30.151955 ] ], [ [ 120.248342, 30.1519661 ], [ 120.2477855, 30.1519566 ] ], [ [ 120.275528, 30.1475633 ], [ 120.2754919, 30.1481846 ] ], [ [ 120.2754919, 30.1481846 ], [ 120.2754858, 30.1482907 ] ], [ [ 120.2754858, 30.1482907 ], [ 120.2754626, 30.1486904 ] ], [ [ 120.2754626, 30.1486904 ], [ 120.27542, 30.1495388 ] ], [ [ 120.27542, 30.1495388 ], [ 120.2753843, 30.1501374 ] ], [ [ 120.2753843, 30.1501374 ], [ 120.2753162, 30.1512804 ] ], [ [ 120.2753162, 30.1512804 ], [ 120.2753056, 30.1514586 ] ], [ [ 120.2753056, 30.1514586 ], [ 120.2752624, 30.1521828 ] ], [ [ 120.2752624, 30.1521828 ], [ 120.2752153, 30.1531924 ] ], [ [ 120.2752153, 30.1531924 ], [ 120.2751932, 30.1536655 ] ], [ [ 120.2751932, 30.1536655 ], [ 120.2751756, 30.1541657 ] ], [ [ 120.2751756, 30.1541657 ], [ 120.274259, 30.1541436 ] ], [ [ 120.274259, 30.1541436 ], [ 120.2738621, 30.154147 ] ], [ [ 120.2738621, 30.154147 ], [ 120.2735886, 30.1541494 ] ], [ [ 120.2735886, 30.1541494 ], [ 120.2728273, 30.154156 ] ], [ [ 120.2728273, 30.154156 ], [ 120.2726692, 30.1541574 ] ], [ [ 120.2726692, 30.1541574 ], [ 120.2715982, 30.1541668 ] ], [ [ 120.2715982, 30.1541668 ], [ 120.2715603, 30.1541673 ] ], [ [ 120.2715603, 30.1541673 ], [ 120.2714001, 30.1541694 ] ], [ [ 120.2714001, 30.1541694 ], [ 120.2683505, 30.1542091 ] ], [ [ 120.2683505, 30.1542091 ], [ 120.2680362, 30.1542132 ] ], [ [ 120.2751756, 30.1541657 ], [ 120.275123, 30.1569882 ] ], [ [ 120.275123, 30.1569882 ], [ 120.2751176, 30.1573407 ] ], [ [ 120.2751176, 30.1573407 ], [ 120.2751199, 30.1574916 ] ], [ [ 120.2751199, 30.1574916 ], [ 120.2751232, 30.1577095 ] ], [ [ 120.2751232, 30.1577095 ], [ 120.2751308, 30.158214 ] ], [ [ 120.2863664, 30.1490021 ], [ 120.2863541, 30.1490635 ] ], [ [ 120.2863541, 30.1490635 ], [ 120.2863662, 30.1490906 ] ], [ [ 120.2863662, 30.1490906 ], [ 120.2862482, 30.1502874 ] ], [ [ 120.2862482, 30.1502874 ], [ 120.2861307, 30.1515195 ] ], [ [ 120.2861307, 30.1515195 ], [ 120.2861736, 30.1522709 ] ], [ [ 120.2861736, 30.1522709 ], [ 120.2862677, 30.15286 ] ], [ [ 120.2862677, 30.15286 ], [ 120.2863984, 30.1536922 ] ], [ [ 120.2863984, 30.1536922 ], [ 120.2865915, 30.1547312 ] ], [ [ 120.2865915, 30.1547312 ], [ 120.2869997, 30.15626 ] ], [ [ 120.2869997, 30.15626 ], [ 120.2872782, 30.1570875 ] ], [ [ 120.2872782, 30.1570875 ], [ 120.2876435, 30.1583565 ] ], [ [ 120.2751756, 30.1541657 ], [ 120.2759209, 30.1541878 ] ], [ [ 120.2759209, 30.1541878 ], [ 120.2762171, 30.1541966 ] ], [ [ 120.2762171, 30.1541966 ], [ 120.2770516, 30.1542213 ] ], [ [ 120.2770516, 30.1542213 ], [ 120.2778965, 30.1542283 ] ], [ [ 120.2778965, 30.1542283 ], [ 120.2787298, 30.1542474 ] ], [ [ 120.2787298, 30.1542474 ], [ 120.2787932, 30.1542472 ] ], [ [ 120.2787932, 30.1542472 ], [ 120.2788526, 30.154247 ] ], [ [ 120.2788526, 30.154247 ], [ 120.2810647, 30.1542663 ] ], [ [ 120.2810647, 30.1542663 ], [ 120.2812041, 30.1542734 ] ], [ [ 120.2751308, 30.158214 ], [ 120.2782983, 30.15821 ] ], [ [ 120.262978, 30.1582054 ], [ 120.263184, 30.1582034 ] ], [ [ 120.2643834, 30.1582174 ], [ 120.2633588, 30.1582127 ] ], [ [ 120.2633588, 30.1582127 ], [ 120.263184, 30.1582034 ] ], [ [ 120.2673281, 30.1582077 ], [ 120.2671514, 30.1582081 ] ], [ [ 120.2671514, 30.1582081 ], [ 120.2665562, 30.15821 ] ], [ [ 120.2665562, 30.15821 ], [ 120.2661297, 30.1582113 ] ], [ [ 120.2661297, 30.1582113 ], [ 120.2656923, 30.1582127 ] ], [ [ 120.2656923, 30.1582127 ], [ 120.2653209, 30.158214 ] ], [ [ 120.2653209, 30.158214 ], [ 120.2650112, 30.1582151 ] ], [ [ 120.2650112, 30.1582151 ], [ 120.2643834, 30.1582174 ] ], [ [ 120.2723441, 30.1582362 ], [ 120.2712605, 30.158222 ] ], [ [ 120.2712605, 30.158222 ], [ 120.2710838, 30.1582207 ] ], [ [ 120.2710838, 30.1582207 ], [ 120.2702981, 30.1582147 ] ], [ [ 120.2702981, 30.1582147 ], [ 120.2696821, 30.15821 ] ], [ [ 120.2696821, 30.15821 ], [ 120.2696775, 30.15821 ] ], [ [ 120.2696775, 30.15821 ], [ 120.2685081, 30.1582053 ] ], [ [ 120.2685081, 30.1582053 ], [ 120.2673281, 30.1582077 ] ], [ [ 120.2723441, 30.1582362 ], [ 120.273435, 30.1582112 ] ], [ [ 120.273435, 30.1582112 ], [ 120.2734862, 30.15821 ] ], [ [ 120.2734862, 30.15821 ], [ 120.2745328, 30.1582125 ] ], [ [ 120.2745328, 30.1582125 ], [ 120.2750398, 30.1582138 ] ], [ [ 120.2750398, 30.1582138 ], [ 120.2751308, 30.158214 ] ], [ [ 120.2751308, 30.158214 ], [ 120.2750854, 30.1595115 ] ], [ [ 120.2750854, 30.1595115 ], [ 120.275101, 30.1602269 ] ], [ [ 120.275101, 30.1602269 ], [ 120.2751122, 30.1607406 ] ], [ [ 120.2751122, 30.1607406 ], [ 120.2750478, 30.1622758 ] ], [ [ 120.2662926, 30.1622427 ], [ 120.2642438, 30.1622343 ] ], [ [ 120.2642438, 30.1622343 ], [ 120.2630426, 30.1622496 ] ], [ [ 120.2782983, 30.15821 ], [ 120.2788569, 30.1582136 ] ], [ [ 120.2788569, 30.1582136 ], [ 120.2791626, 30.1582156 ] ], [ [ 120.2791626, 30.1582156 ], [ 120.2810196, 30.1582275 ] ], [ [ 120.2810196, 30.1582275 ], [ 120.2811421, 30.1582283 ] ], [ [ 120.278363, 30.1623271 ], [ 120.2750478, 30.1622758 ] ], [ [ 120.2811421, 30.1582283 ], [ 120.2833621, 30.1582981 ] ], [ [ 120.2833621, 30.1582981 ], [ 120.2843531, 30.1583185 ] ], [ [ 120.2843531, 30.1583185 ], [ 120.2846176, 30.1583239 ] ], [ [ 120.2846176, 30.1583239 ], [ 120.2847767, 30.1583272 ] ], [ [ 120.2847767, 30.1583272 ], [ 120.2851699, 30.1583352 ] ], [ [ 120.2851699, 30.1583352 ], [ 120.2853498, 30.1583335 ] ], [ [ 120.2853498, 30.1583335 ], [ 120.2861575, 30.1583333 ] ], [ [ 120.2861575, 30.1583333 ], [ 120.2876435, 30.1583565 ] ], [ [ 120.2876435, 30.1583565 ], [ 120.2877079, 30.1589688 ] ], [ [ 120.2877079, 30.1589688 ], [ 120.2877288, 30.1593695 ] ], [ [ 120.2877288, 30.1593695 ], [ 120.2876542, 30.1600449 ] ], [ [ 120.2876542, 30.1600449 ], [ 120.2871662, 30.162023 ] ], [ [ 120.2871662, 30.162023 ], [ 120.2870965, 30.1624126 ] ], [ [ 120.2870965, 30.1624126 ], [ 120.2870855, 30.1625775 ] ], [ [ 120.2870855, 30.1625775 ], [ 120.28651, 30.1625248 ] ], [ [ 120.28651, 30.1625248 ], [ 120.285717, 30.1624521 ] ], [ [ 120.285717, 30.1624521 ], [ 120.2854655, 30.1624291 ] ], [ [ 120.2854655, 30.1624291 ], [ 120.2848204, 30.1624302 ] ], [ [ 120.2848204, 30.1624302 ], [ 120.2830649, 30.1623827 ] ], [ [ 120.2830649, 30.1623827 ], [ 120.2810691, 30.1623823 ] ], [ [ 120.2872121, 30.1664876 ], [ 120.2872774, 30.1649918 ] ], [ [ 120.2872774, 30.1649918 ], [ 120.2872894, 30.1647178 ] ], [ [ 120.2872894, 30.1647178 ], [ 120.2872789, 30.1645716 ] ], [ [ 120.2872789, 30.1645716 ], [ 120.2872601, 30.1643351 ] ], [ [ 120.2872601, 30.1643351 ], [ 120.2870855, 30.1625775 ] ], [ [ 120.2667183, 30.1622479 ], [ 120.2665183, 30.1622436 ] ], [ [ 120.2665183, 30.1622436 ], [ 120.2662926, 30.1622427 ] ], [ [ 120.2667183, 30.1622479 ], [ 120.2667593, 30.1622469 ] ], [ [ 120.2667593, 30.1622469 ], [ 120.2675021, 30.1622608 ] ], [ [ 120.2693181, 30.1622621 ], [ 120.2679233, 30.1622621 ] ], [ [ 120.2679233, 30.1622621 ], [ 120.2678809, 30.1622621 ] ], [ [ 120.2678809, 30.1622621 ], [ 120.2675021, 30.1622608 ] ], [ [ 120.3090378, 30.1522973 ], [ 120.3090595, 30.1516452 ] ], [ [ 120.3090595, 30.1516452 ], [ 120.3090452, 30.1511069 ] ], [ [ 120.3090452, 30.1511069 ], [ 120.3090372, 30.1507064 ] ], [ [ 120.3090372, 30.1507064 ], [ 120.30902, 30.149842 ] ], [ [ 120.30902, 30.149842 ], [ 120.3090158, 30.1496307 ] ], [ [ 120.3090158, 30.1496307 ], [ 120.3090096, 30.1493192 ] ], [ [ 120.3090052, 30.153277 ], [ 120.3090198, 30.1528394 ] ], [ [ 120.3090198, 30.1528394 ], [ 120.3090378, 30.1522973 ] ], [ [ 120.3227367, 30.1633013 ], [ 120.3229146, 30.1632928 ], [ 120.323289, 30.1632749 ], [ 120.325656, 30.1631727 ], [ 120.3271634, 30.1631076 ], [ 120.3279187, 30.163075 ] ], [ [ 120.3224215, 30.1632755 ], [ 120.3226231, 30.163292 ] ], [ [ 120.3279254, 30.1631644 ], [ 120.3256599, 30.1632786 ], [ 120.3231672, 30.1634043 ], [ 120.322788, 30.1634046 ] ], [ [ 120.3226231, 30.163292 ], [ 120.3227367, 30.1633013 ] ], [ [ 120.3160476, 30.1634455 ], [ 120.3162563, 30.1634164 ], [ 120.3171363, 30.1632985 ], [ 120.3173894, 30.1632784 ], [ 120.3177904, 30.163261 ], [ 120.3202769, 30.1632077 ], [ 120.3206068, 30.16321 ], [ 120.3207271, 30.1632135 ], [ 120.3214758, 30.1632355 ], [ 120.3224215, 30.1632755 ] ], [ [ 120.322788, 30.1634046 ], [ 120.3226722, 30.1634128 ] ], [ [ 120.3226722, 30.1634128 ], [ 120.3225628, 30.1634205 ], [ 120.3222752, 30.1634407 ], [ 120.3210517, 30.163372 ], [ 120.3201269, 30.1633494 ], [ 120.3198982, 30.1633438 ], [ 120.3181656, 30.1633761 ], [ 120.3178225, 30.1633906 ], [ 120.3174368, 30.1634125 ], [ 120.3163719, 30.1635288 ], [ 120.3161435, 30.1635537 ], [ 120.3160755, 30.1635647 ] ], [ [ 120.5081203, 30.1712032 ], [ 120.5075402, 30.1714481 ] ], [ [ 120.5075402, 30.1714481 ], [ 120.5071772, 30.1717002 ] ], [ [ 120.5071772, 30.1717002 ], [ 120.5068261, 30.17205 ] ], [ [ 120.5068261, 30.17205 ], [ 120.5066478, 30.1722319 ] ], [ [ 120.5531045, 30.1588543 ], [ 120.5529681, 30.1589427 ] ], [ [ 120.5529681, 30.1589427 ], [ 120.5527792, 30.1589734 ] ], [ [ 120.5527792, 30.1589734 ], [ 120.552474, 30.1590229 ] ], [ [ 120.552474, 30.1590229 ], [ 120.552209, 30.1590867 ] ], [ [ 120.552209, 30.1590867 ], [ 120.5519155, 30.1591309 ] ], [ [ 120.5519155, 30.1591309 ], [ 120.5515899, 30.1591489 ] ], [ [ 120.5515899, 30.1591489 ], [ 120.5512359, 30.1592161 ] ], [ [ 120.5512359, 30.1592161 ], [ 120.5508326, 30.1593405 ] ], [ [ 120.5508326, 30.1593405 ], [ 120.5503233, 30.1594681 ] ], [ [ 120.5503233, 30.1594681 ], [ 120.550028, 30.1595713 ] ], [ [ 120.550028, 30.1595713 ], [ 120.5494241, 30.1597251 ] ], [ [ 120.5494241, 30.1597251 ], [ 120.5489356, 30.1598332 ] ], [ [ 120.5489356, 30.1598332 ], [ 120.5487141, 30.1598937 ] ], [ [ 120.5487141, 30.1598937 ], [ 120.5483374, 30.1600149 ] ], [ [ 120.5483374, 30.1600149 ], [ 120.5478906, 30.1601147 ] ], [ [ 120.5478906, 30.1601147 ], [ 120.5475687, 30.1601851 ] ], [ [ 120.5475687, 30.1601851 ], [ 120.5471629, 30.1602651 ] ], [ [ 120.5466919, 30.1603472 ], [ 120.5470292, 30.1602915 ] ], [ [ 120.5470292, 30.1602915 ], [ 120.5471629, 30.1602651 ] ], [ [ 120.5466919, 30.1603472 ], [ 120.5465559, 30.1603652 ] ], [ [ 120.5465559, 30.1603652 ], [ 120.5463779, 30.1604143 ] ], [ [ 120.5463779, 30.1604143 ], [ 120.5461394, 30.160411 ] ], [ [ 120.5461394, 30.160411 ], [ 120.545774, 30.1603521 ] ], [ [ 120.545774, 30.1603521 ], [ 120.5454105, 30.160339 ] ], [ [ 120.5454105, 30.160339 ], [ 120.5451521, 30.1603206 ] ], [ [ 120.5451521, 30.1603206 ], [ 120.5448098, 30.1602963 ] ], [ [ 120.5126584, 30.1630025 ], [ 120.5128515, 30.1627783 ], [ 120.5132987, 30.1622592 ], [ 120.514693, 30.1605634 ], [ 120.5148585, 30.1603621 ], [ 120.515009, 30.1601667 ], [ 120.5155801, 30.1593669 ], [ 120.5162098, 30.1584281 ], [ 120.5169927, 30.15745 ], [ 120.517093763408838, 30.157360144011992 ] ], [ [ 120.517223084928546, 30.157371508507119 ], [ 120.5163609, 30.1585146 ], [ 120.5156264, 30.1594261 ], [ 120.515092, 30.1601925 ], [ 120.5149365, 30.1603891 ], [ 120.5147626, 30.1606027 ], [ 120.5133544, 30.1623324 ], [ 120.5126981, 30.1630516 ] ], [ [ 120.5448098, 30.1602963 ], [ 120.5447327, 30.1602932 ] ], [ [ 120.5447327, 30.1602932 ], [ 120.544195, 30.1602506 ] ], [ [ 120.544195, 30.1602506 ], [ 120.5436858, 30.1602195 ] ], [ [ 120.5436858, 30.1602195 ], [ 120.5431292, 30.1602391 ] ], [ [ 120.5431292, 30.1602391 ], [ 120.5429739, 30.1602686 ] ], [ [ 120.5429739, 30.1602686 ], [ 120.5428887, 30.1603226 ] ], [ [ 120.5428887, 30.1603226 ], [ 120.5428206, 30.1603766 ] ], [ [ 120.5428206, 30.1603766 ], [ 120.5426767, 30.1605354 ] ], [ [ 120.5426767, 30.1605354 ], [ 120.5425915, 30.1605616 ] ], [ [ 120.5425915, 30.1605616 ], [ 120.5424798, 30.1605452 ] ], [ [ 120.5424798, 30.1605452 ], [ 120.5421807, 30.1604375 ] ], [ [ 120.5421807, 30.1604375 ], [ 120.5414896, 30.1602083 ] ], [ [ 120.5414896, 30.1602083 ], [ 120.5411776, 30.1601004 ] ], [ [ 120.5411776, 30.1601004 ], [ 120.5405779, 30.1599441 ] ], [ [ 120.5405779, 30.1599441 ], [ 120.5404186, 30.1599256 ] ], [ [ 120.5404186, 30.1599256 ], [ 120.5402727, 30.159943 ] ], [ [ 120.5402727, 30.159943 ], [ 120.5400397, 30.159987 ] ], [ [ 120.5400397, 30.159987 ], [ 120.5398108, 30.1600645 ] ], [ [ 120.5398108, 30.1600645 ], [ 120.5396743, 30.1601259 ] ], [ [ 120.5396743, 30.1601259 ], [ 120.5395714, 30.1601945 ] ], [ [ 120.5395714, 30.1601945 ], [ 120.5394162, 30.1603337 ] ], [ [ 120.5394162, 30.1603337 ], [ 120.5390158, 30.1607978 ] ], [ [ 120.5390158, 30.1607978 ], [ 120.5389476, 30.1608487 ] ], [ [ 120.5389476, 30.1608487 ], [ 120.5388391, 30.1608799 ] ], [ [ 120.5388391, 30.1608799 ], [ 120.5387173, 30.1608869 ] ], [ [ 120.5387173, 30.1608869 ], [ 120.5385928, 30.160873 ] ], [ [ 120.5385928, 30.160873 ], [ 120.538404, 30.160829 ] ], [ [ 120.538404, 30.160829 ], [ 120.5380426, 30.1607352 ] ], [ [ 120.5380426, 30.1607352 ], [ 120.5379475, 30.160726 ] ], [ [ 120.5379475, 30.160726 ], [ 120.537388, 30.1607361 ] ], [ [ 120.537388, 30.1607361 ], [ 120.536985, 30.1607257 ] ], [ [ 120.536985, 30.1607257 ], [ 120.5367467, 30.1607164 ] ], [ [ 120.5367467, 30.1607164 ], [ 120.5366271, 30.1607033 ] ], [ [ 120.5366271, 30.1607033 ], [ 120.5364509, 30.160684 ] ], [ [ 120.5364509, 30.160684 ], [ 120.536313, 30.160699 ] ], [ [ 120.536313, 30.160699 ], [ 120.5361119, 30.1607423 ] ], [ [ 120.5361119, 30.1607423 ], [ 120.535987, 30.1607671 ] ], [ [ 120.535987, 30.1607671 ], [ 120.5354777, 30.1608684 ] ], [ [ 120.5354777, 30.1608684 ], [ 120.5349628, 30.1610141 ] ], [ [ 120.5349628, 30.1610141 ], [ 120.5348056, 30.1610403 ] ], [ [ 120.5348056, 30.1610403 ], [ 120.5345614, 30.1610599 ] ], [ [ 120.5345614, 30.1610599 ], [ 120.534275, 30.1610799 ] ], [ [ 120.534275, 30.1610799 ], [ 120.5335234, 30.1610668 ] ], [ [ 120.5335234, 30.1610668 ], [ 120.5329464, 30.1610354 ] ], [ [ 120.5329464, 30.1610354 ], [ 120.5323996, 30.1609968 ] ], [ [ 120.5892173, 30.1523094 ], [ 120.5895603, 30.1522637 ] ], [ [ 120.5895603, 30.1522637 ], [ 120.5897791, 30.1522354 ] ], [ [ 120.5897791, 30.1522354 ], [ 120.5903625, 30.1521762 ] ], [ [ 120.5903625, 30.1521762 ], [ 120.5908774, 30.1521338 ] ], [ [ 120.5908774, 30.1521338 ], [ 120.5914712, 30.1520697 ] ], [ [ 120.5914712, 30.1520697 ], [ 120.5916473, 30.1520507 ] ], [ [ 120.5916473, 30.1520507 ], [ 120.5919609, 30.151987 ] ], [ [ 120.5919609, 30.151987 ], [ 120.5927396, 30.1518251 ] ], [ [ 120.5927396, 30.1518251 ], [ 120.5932994, 30.1517414 ] ], [ [ 120.5932994, 30.1517414 ], [ 120.5936667, 30.1516596 ] ], [ [ 120.5936667, 30.1516596 ], [ 120.5940675, 30.1515703 ] ], [ [ 120.5940675, 30.1515703 ], [ 120.5943053, 30.151515 ] ], [ [ 120.5943053, 30.151515 ], [ 120.5945494, 30.1514877 ] ], [ [ 120.5945494, 30.1514877 ], [ 120.5951913, 30.1513639 ] ], [ [ 120.5951913, 30.1513639 ], [ 120.5961721, 30.1512311 ] ], [ [ 120.5961721, 30.1512311 ], [ 120.5963418, 30.1512079 ] ], [ [ 120.5323996, 30.1609968 ], [ 120.5323341, 30.1609922 ] ], [ [ 120.5323341, 30.1609922 ], [ 120.5322375, 30.1609853 ] ], [ [ 120.5322375, 30.1609853 ], [ 120.5321816, 30.1609814 ] ], [ [ 120.5321816, 30.1609814 ], [ 120.531523, 30.1609087 ] ], [ [ 120.531523, 30.1609087 ], [ 120.5309768, 30.1608867 ] ], [ [ 120.5309768, 30.1608867 ], [ 120.5306555, 30.1608693 ] ], [ [ 120.5306555, 30.1608693 ], [ 120.5304293, 30.1608809 ] ], [ [ 120.5304293, 30.1608809 ], [ 120.5302606, 30.1608925 ] ], [ [ 120.5302606, 30.1608925 ], [ 120.5301495, 30.1608878 ] ], [ [ 120.5301495, 30.1608878 ], [ 120.5300304, 30.1608624 ] ], [ [ 120.5300304, 30.1608624 ], [ 120.5299527, 30.1608253 ] ], [ [ 120.5299527, 30.1608253 ], [ 120.529754, 30.1606995 ] ], [ [ 120.529754, 30.1606995 ], [ 120.5294337, 30.1605312 ] ], [ [ 120.5294337, 30.1605312 ], [ 120.5290835, 30.1603609 ] ], [ [ 120.5290835, 30.1603609 ], [ 120.5289983, 30.1603609 ] ], [ [ 120.5289983, 30.1603609 ], [ 120.5288052, 30.1603953 ] ], [ [ 120.5288052, 30.1603953 ], [ 120.5280498, 30.1605786 ] ], [ [ 120.5280498, 30.1605786 ], [ 120.5272225, 30.1607914 ] ], [ [ 120.5272225, 30.1607914 ], [ 120.5266488, 30.1609556 ] ], [ [ 120.5266488, 30.1609556 ], [ 120.5264114, 30.1610095 ] ], [ [ 120.5264114, 30.1610095 ], [ 120.5260554, 30.1610903 ] ], [ [ 120.5260554, 30.1610903 ], [ 120.5258991, 30.1611258 ] ], [ [ 120.5258991, 30.1611258 ], [ 120.5255697, 30.1611962 ] ], [ [ 120.5255697, 30.1611962 ], [ 120.5252706, 30.1612666 ] ], [ [ 120.5252706, 30.1612666 ], [ 120.5248105, 30.1614123 ] ], [ [ 120.5248105, 30.1614123 ], [ 120.5245498, 30.1615203 ] ], [ [ 120.5245498, 30.1615203 ], [ 120.5236307, 30.1618159 ] ], [ [ 120.5236307, 30.1618159 ], [ 120.5231046, 30.1619629 ] ], [ [ 120.5231046, 30.1619629 ], [ 120.5230551, 30.1620011 ] ], [ [ 120.5230551, 30.1620011 ], [ 120.5230136, 30.1620497 ] ], [ [ 120.5230136, 30.1620497 ], [ 120.5228944, 30.1623553 ] ], [ [ 120.5228944, 30.1623553 ], [ 120.5227793, 30.1626076 ] ], [ [ 120.5227793, 30.1626076 ], [ 120.5226972, 30.1626798 ] ], [ [ 120.5226972, 30.1626798 ], [ 120.5218852, 30.1628696 ] ], [ [ 120.5218852, 30.1628696 ], [ 120.5213485, 30.162998 ] ], [ [ 120.5213485, 30.162998 ], [ 120.5209079, 30.1631034 ] ], [ [ 120.5209079, 30.1631034 ], [ 120.5204931, 30.1631796 ] ], [ [ 120.5204931, 30.1631796 ], [ 120.5196927, 30.1633265 ] ], [ [ 120.5196927, 30.1633265 ], [ 120.5180498, 30.1636103 ] ], [ [ 120.5180498, 30.1636103 ], [ 120.517023, 30.1638252 ] ], [ [ 120.5069368, 30.1620794 ], [ 120.507055, 30.1621199 ] ], [ [ 120.5070363, 30.1622478 ], [ 120.5069368, 30.1620794 ] ], [ [ 120.507055, 30.1621199 ], [ 120.5076063, 30.1622758 ], [ 120.5082916, 30.1623348 ], [ 120.5095756, 30.1626193 ], [ 120.5102248, 30.1627632 ], [ 120.5120887, 30.1631763 ] ], [ [ 120.5124089, 30.1633555 ], [ 120.5102419, 30.1628628 ], [ 120.5098017, 30.1627627 ], [ 120.5086415, 30.1624988 ], [ 120.508191, 30.1624103 ], [ 120.5070363, 30.1622478 ] ], [ [ 120.5120887, 30.1631763 ], [ 120.5122734, 30.1631543 ], [ 120.5124179, 30.163116 ], [ 120.5126584, 30.1630025 ] ], [ [ 120.51246, 30.1632545 ], [ 120.5126584, 30.1630025 ] ], [ [ 120.5126981, 30.1630516 ], [ 120.5125084, 30.1632828 ] ], [ [ 120.5120887, 30.1631763 ], [ 120.51246, 30.1632545 ] ], [ [ 120.5126981, 30.1630516 ], [ 120.5126697, 30.1632158 ], [ 120.5126905, 30.1633057 ], [ 120.5127789, 30.1634384 ] ], [ [ 120.51246, 30.1632545 ], [ 120.5125084, 30.1632828 ] ], [ [ 120.5124089, 30.1633555 ], [ 120.51246, 30.1632545 ] ], [ [ 120.5125084, 30.1632828 ], [ 120.5124089, 30.1633555 ] ], [ [ 120.5125084, 30.1632828 ], [ 120.5127789, 30.1634384 ] ], [ [ 120.5127789, 30.1634384 ], [ 120.5124089, 30.1633555 ] ], [ [ 120.517023, 30.1638252 ], [ 120.5162747, 30.1639661 ] ], [ [ 120.5162747, 30.1639661 ], [ 120.5156411, 30.1639859 ] ], [ [ 120.5156411, 30.1639859 ], [ 120.5151218, 30.1639548 ] ], [ [ 120.5151218, 30.1639548 ], [ 120.5145535, 30.1638616 ] ], [ [ 120.5145535, 30.1638616 ], [ 120.513436, 30.1635951 ] ], [ [ 120.513436, 30.1635951 ], [ 120.5127789, 30.1634384 ] ], [ [ 120.5004091, 30.1799463 ], [ 120.4995903, 30.1778519 ] ], [ [ 120.4995903, 30.1778519 ], [ 120.4994831, 30.1779195 ] ], [ [ 120.4994831, 30.1779195 ], [ 120.4984001, 30.1785574 ] ], [ [ 120.4984001, 30.1785574 ], [ 120.4971592, 30.1792238 ] ], [ [ 120.4971592, 30.1792238 ], [ 120.4970494, 30.1792827 ] ], [ [ 120.4970494, 30.1792827 ], [ 120.4956748, 30.1799823 ] ], [ [ 120.4956748, 30.1799823 ], [ 120.4949831, 30.1803013 ] ], [ [ 120.5004091, 30.1799463 ], [ 120.5008656, 30.1811522 ] ], [ [ 120.5008656, 30.1811522 ], [ 120.5009849, 30.1811384 ], [ 120.5010761, 30.181159 ], [ 120.5011482, 30.1812005 ], [ 120.5012017, 30.1812593 ], [ 120.5012313, 30.1813296 ] ], [ [ 120.5007119, 30.1814713 ], [ 120.5006888, 30.1813923 ], [ 120.500698, 30.1813112 ], [ 120.5007385, 30.1812375 ], [ 120.5008054, 30.1811801 ], [ 120.5008656, 30.1811522 ] ], [ [ 120.5012313, 30.1813296 ], [ 120.5012341, 30.1814044 ], [ 120.5012098, 30.1814763 ], [ 120.5011607, 30.1815379 ], [ 120.5010919, 30.1815833 ], [ 120.5010101, 30.1816079 ] ], [ [ 120.5010101, 30.1816079 ], [ 120.5009235, 30.1816092 ], [ 120.5008408, 30.1815871 ], [ 120.5007647, 30.1815389 ], [ 120.5007119, 30.1814713 ] ], [ [ 120.4806716, 30.1816956 ], [ 120.4808578, 30.1816304 ] ], [ [ 120.4808578, 30.1816304 ], [ 120.4809038, 30.1817347 ], [ 120.4807053, 30.181808 ] ], [ [ 120.5963728, 30.1722687 ], [ 120.5964582, 30.17226 ], [ 120.5967089, 30.1722343 ], [ 120.5967508, 30.17223 ], [ 120.5974688, 30.1721565 ], [ 120.5984702, 30.1719281 ], [ 120.5995738, 30.1716316 ], [ 120.601843, 30.1710221 ], [ 120.6043589, 30.1703462 ], [ 120.6046675, 30.1702633 ], [ 120.6064242, 30.1698163 ], [ 120.6076634, 30.1695009 ], [ 120.6086505, 30.1692497 ], [ 120.6094939, 30.1690351 ] ], [ [ 120.6095213, 30.1690911 ], [ 120.6093014, 30.1691471 ], [ 120.6088739, 30.1692559 ], [ 120.6086399, 30.1693155 ], [ 120.6086344, 30.1693169 ], [ 120.6047005, 30.1703185 ], [ 120.6018483, 30.1710847 ], [ 120.5996206, 30.1716832 ], [ 120.5985139, 30.1719805 ], [ 120.5974977, 30.1722128 ], [ 120.5967545, 30.1722898 ], [ 120.5967249, 30.1722929 ], [ 120.5964567, 30.1723208 ], [ 120.5963742, 30.1723293 ] ], [ [ 120.5902551, 30.1728411 ], [ 120.5914661, 30.1726725 ], [ 120.5923601, 30.1725827 ], [ 120.5951619, 30.1723635 ], [ 120.5963728, 30.1722687 ] ], [ [ 120.5963742, 30.1723293 ], [ 120.595198, 30.1724256 ], [ 120.5924357, 30.1726518 ], [ 120.5914911, 30.1727292 ], [ 120.5901733, 30.1729176 ] ], [ [ 120.5101763, 30.1710854 ], [ 120.5099799, 30.1708822 ] ], [ [ 120.5099799, 30.1708822 ], [ 120.5097121, 30.170733 ] ], [ [ 120.5097121, 30.170733 ], [ 120.5094443, 30.1707124 ] ], [ [ 120.5094443, 30.1707124 ], [ 120.5089862, 30.1708668 ] ], [ [ 120.5089862, 30.1708668 ], [ 120.5083078, 30.171124 ] ], [ [ 120.5083078, 30.171124 ], [ 120.5081203, 30.1712032 ] ], [ [ 120.5101763, 30.1710854 ], [ 120.5102715, 30.1711909 ], [ 120.5103578, 30.1712989 ], [ 120.5104931, 30.171487 ] ], [ [ 120.5101434, 30.1716147 ], [ 120.5101395, 30.1714036 ], [ 120.5101661, 30.1712321 ], [ 120.5101763, 30.1710854 ] ], [ [ 120.5898171, 30.1729114 ], [ 120.5900249, 30.1728731 ], [ 120.5902551, 30.1728411 ] ], [ [ 120.5901733, 30.1729176 ], [ 120.5898171, 30.1729114 ] ], [ [ 120.5898171, 30.1729114 ], [ 120.5897268, 30.172923 ] ], [ [ 120.5892491, 30.1729843 ], [ 120.5897268, 30.172923 ] ], [ [ 120.5105505, 30.1719575 ], [ 120.5104929, 30.1722372 ], [ 120.510512, 30.1724144 ], [ 120.5107834, 30.1741347 ], [ 120.5108663, 30.1745175 ], [ 120.5113293, 30.1766563 ] ], [ [ 120.5832612, 30.1738856 ], [ 120.5833273, 30.1738668 ] ], [ [ 120.5833273, 30.1738668 ], [ 120.5835287, 30.1738098 ] ], [ [ 120.5835287, 30.1738098 ], [ 120.5835838, 30.1737942 ] ], [ [ 120.5835838, 30.1737942 ], [ 120.5839445, 30.1736919 ] ], [ [ 120.5839445, 30.1736919 ], [ 120.5841355, 30.1736377 ] ], [ [ 120.5841355, 30.1736377 ], [ 120.5884922, 30.1731004 ] ], [ [ 120.5884922, 30.1731004 ], [ 120.5892491, 30.1729843 ] ], [ [ 120.5891988, 30.179317 ], [ 120.589271, 30.1793216 ] ], [ [ 120.5832612, 30.1738856 ], [ 120.5826619, 30.1740555 ] ], [ [ 120.5826619, 30.1740555 ], [ 120.582448, 30.1741187 ] ], [ [ 120.582448, 30.1741187 ], [ 120.5802794, 30.1747598 ] ], [ [ 120.5802794, 30.1747598 ], [ 120.5794122, 30.1750162 ] ], [ [ 120.5794122, 30.1750162 ], [ 120.5777209, 30.1755064 ] ], [ [ 120.5777209, 30.1755064 ], [ 120.5766688, 30.1758113 ] ], [ [ 120.5523716, 30.1828759 ], [ 120.555366, 30.1820053 ] ], [ [ 120.555366, 30.1820053 ], [ 120.557847, 30.181284 ] ], [ [ 120.557847, 30.181284 ], [ 120.5580254, 30.1812321 ] ], [ [ 120.5580254, 30.1812321 ], [ 120.5595035, 30.1808023 ] ], [ [ 120.5595035, 30.1808023 ], [ 120.561408, 30.1802486 ] ], [ [ 120.561408, 30.1802486 ], [ 120.5620719, 30.1800556 ] ], [ [ 120.5620719, 30.1800556 ], [ 120.5623315, 30.1799801 ] ], [ [ 120.5623315, 30.1799801 ], [ 120.5624042, 30.179959 ] ], [ [ 120.5624042, 30.179959 ], [ 120.562546, 30.1799178 ] ], [ [ 120.562546, 30.1799178 ], [ 120.5625903, 30.1799049 ] ], [ [ 120.5625903, 30.1799049 ], [ 120.5638116, 30.1795498 ] ], [ [ 120.5638116, 30.1795498 ], [ 120.5648276, 30.1792544 ] ], [ [ 120.5648276, 30.1792544 ], [ 120.5672135, 30.1785606 ] ], [ [ 120.5672135, 30.1785606 ], [ 120.567311, 30.1785323 ] ], [ [ 120.567311, 30.1785323 ], [ 120.5677751, 30.1783974 ] ], [ [ 120.5677751, 30.1783974 ], [ 120.5685032, 30.178187 ] ], [ [ 120.5685032, 30.178187 ], [ 120.5686031, 30.1781581 ] ], [ [ 120.5686031, 30.1781581 ], [ 120.5697614, 30.1778233 ] ], [ [ 120.5697614, 30.1778233 ], [ 120.5711379, 30.1774255 ] ], [ [ 120.5711379, 30.1774255 ], [ 120.5722462, 30.1771051 ] ], [ [ 120.5722462, 30.1771051 ], [ 120.5722621, 30.1771005 ] ], [ [ 120.5722621, 30.1771005 ], [ 120.5725491, 30.1770176 ] ], [ [ 120.5725491, 30.1770176 ], [ 120.5725828, 30.1770078 ] ], [ [ 120.5725828, 30.1770078 ], [ 120.5733701, 30.1767803 ] ], [ [ 120.5733701, 30.1767803 ], [ 120.574949, 30.1763239 ] ], [ [ 120.574949, 30.1763239 ], [ 120.5766688, 30.1758113 ] ], [ [ 120.5440928, 30.1853464 ], [ 120.5441665, 30.1853242 ] ], [ [ 120.5441665, 30.1853242 ], [ 120.5442373, 30.185303 ] ], [ [ 120.5442373, 30.185303 ], [ 120.546264, 30.1846935 ] ], [ [ 120.546264, 30.1846935 ], [ 120.5476503, 30.1842767 ] ], [ [ 120.5476503, 30.1842767 ], [ 120.5502569, 30.1834928 ] ], [ [ 120.5502569, 30.1834928 ], [ 120.5520652, 30.1829651 ] ], [ [ 120.5520652, 30.1829651 ], [ 120.5521303, 30.1829461 ] ], [ [ 120.5521303, 30.1829461 ], [ 120.5523192, 30.1828911 ] ], [ [ 120.5523192, 30.1828911 ], [ 120.5523716, 30.1828759 ] ], [ [ 120.5112255, 30.176667 ], [ 120.510717, 30.174114 ], [ 120.5104312, 30.1724142 ], [ 120.5103931, 30.1722286 ], [ 120.5103342, 30.1721099 ], [ 120.5102898, 30.1719825 ] ], [ [ 120.4995903, 30.1778519 ], [ 120.4998342, 30.1776983 ] ], [ [ 120.4998342, 30.1776983 ], [ 120.5012266, 30.1768135 ] ], [ [ 120.5012266, 30.1768135 ], [ 120.5025796, 30.1757887 ] ], [ [ 120.5025796, 30.1757887 ], [ 120.5029583, 30.1755018 ] ], [ [ 120.5029583, 30.1755018 ], [ 120.5042436, 30.1744626 ] ], [ [ 120.5042436, 30.1744626 ], [ 120.505029, 30.1737836 ] ], [ [ 120.505029, 30.1737836 ], [ 120.5057669, 30.1731303 ] ], [ [ 120.5057669, 30.1731303 ], [ 120.5066478, 30.1722319 ] ], [ [ 120.5113293, 30.1766563 ], [ 120.5119826, 30.1792966 ] ], [ [ 120.5118931, 30.1793176 ], [ 120.5117546, 30.1786645 ], [ 120.5112255, 30.176667 ] ], [ [ 120.5119826, 30.1792966 ], [ 120.5118931, 30.1793176 ] ], [ [ 120.5892627, 30.179428 ], [ 120.5891897, 30.179431 ] ], [ [ 120.5857313, 30.1795525 ], [ 120.5864582, 30.1795066 ], [ 120.5883247, 30.1793889 ], [ 120.5891988, 30.179317 ] ], [ [ 120.5891897, 30.179431 ], [ 120.5883826, 30.1794886 ], [ 120.5857149, 30.1796787 ] ], [ [ 120.5856049, 30.1795605 ], [ 120.5857313, 30.1795525 ] ], [ [ 120.5857313, 30.1795525 ], [ 120.5857149, 30.1796787 ] ], [ [ 120.5856049, 30.1796834 ], [ 120.5856049, 30.1795605 ] ], [ [ 120.5857149, 30.1796787 ], [ 120.5856049, 30.1796834 ] ], [ [ 120.5856049, 30.1796834 ], [ 120.5836898, 30.1797947 ], [ 120.583289, 30.1798628 ], [ 120.5835906, 30.1797274 ], [ 120.5856049, 30.1795605 ] ], [ [ 120.5857149, 30.1796787 ], [ 120.5856532, 30.1803349 ], [ 120.5854847, 30.1822972 ] ], [ [ 120.5854284, 30.182299 ], [ 120.5856049, 30.1798155 ], [ 120.5856049, 30.1796834 ] ], [ [ 120.5854847, 30.1822972 ], [ 120.5854869, 30.1827045 ], [ 120.585385, 30.1833954 ], [ 120.5852777, 30.1836737 ], [ 120.585248, 30.1839349 ], [ 120.5850954, 30.185407 ], [ 120.5850255, 30.1860803 ], [ 120.5850309, 30.186544 ], [ 120.5851164, 30.1867811 ], [ 120.5851704, 30.1871329 ], [ 120.5852616, 30.1874714 ], [ 120.5853311, 30.1879857 ], [ 120.5854073, 30.1886198 ] ], [ [ 120.5853161, 30.1886232 ], [ 120.5852723, 30.1881298 ], [ 120.5852403, 30.1879964 ], [ 120.5851972, 30.1876012 ], [ 120.5850685, 30.1870819 ], [ 120.584998, 30.1867939 ], [ 120.5849397, 30.186326 ], [ 120.5849713, 30.1859043 ], [ 120.5850014, 30.185503 ], [ 120.5851276, 30.1839313 ], [ 120.5852133, 30.1836551 ], [ 120.5853045, 30.1833212 ], [ 120.5854064, 30.1826906 ], [ 120.5854284, 30.182299 ] ], [ [ 120.5118931, 30.1793176 ], [ 120.5111755, 30.1794492 ] ], [ [ 120.5111755, 30.1794492 ], [ 120.5106246, 30.1795534 ] ], [ [ 120.5106246, 30.1795534 ], [ 120.5103216, 30.1796107 ] ], [ [ 120.5103216, 30.1796107 ], [ 120.5064872, 30.1803357 ] ], [ [ 120.5064872, 30.1803357 ], [ 120.5062694, 30.1803769 ] ], [ [ 120.5062694, 30.1803769 ], [ 120.5021075, 30.1811639 ] ], [ [ 120.5021075, 30.1811639 ], [ 120.5017051, 30.18124 ] ], [ [ 120.5017051, 30.18124 ], [ 120.5012313, 30.1813296 ] ], [ [ 120.5010101, 30.1816079 ], [ 120.5027414, 30.1861847 ] ], [ [ 120.5411734, 30.1862243 ], [ 120.5420495, 30.1859608 ] ], [ [ 120.5420495, 30.1859608 ], [ 120.5434832, 30.1855297 ] ], [ [ 120.5434832, 30.1855297 ], [ 120.5440928, 30.1853464 ] ], [ [ 120.5318362, 30.1888068 ], [ 120.5322804, 30.1886838 ] ], [ [ 120.5322804, 30.1886838 ], [ 120.5340103, 30.1882047 ] ], [ [ 120.5340103, 30.1882047 ], [ 120.5348809, 30.1879635 ] ], [ [ 120.5348809, 30.1879635 ], [ 120.5363377, 30.18756 ] ], [ [ 120.5363377, 30.18756 ], [ 120.53821, 30.1870414 ] ], [ [ 120.53821, 30.1870414 ], [ 120.5392633, 30.1867496 ] ], [ [ 120.5392633, 30.1867496 ], [ 120.5407711, 30.186332 ] ], [ [ 120.5407711, 30.186332 ], [ 120.54084, 30.186313 ] ], [ [ 120.54084, 30.186313 ], [ 120.5408973, 30.1862972 ] ], [ [ 120.5408973, 30.1862972 ], [ 120.5410925, 30.1862456 ] ], [ [ 120.5410925, 30.1862456 ], [ 120.5411734, 30.1862243 ] ], [ [ 120.5027414, 30.1861847 ], [ 120.5030284, 30.1869435 ] ], [ [ 120.5030284, 30.1869435 ], [ 120.503706, 30.1887346 ] ], [ [ 120.503706, 30.1887346 ], [ 120.5038508, 30.1891175 ] ], [ [ 120.5038508, 30.1891175 ], [ 120.5043772, 30.1907515 ] ], [ [ 120.5318362, 30.1888068 ], [ 120.5293831, 30.1893771 ] ], [ [ 120.5150722, 30.1914915 ], [ 120.5160235, 30.1913326 ] ], [ [ 120.5160235, 30.1913326 ], [ 120.5162255, 30.1912989 ] ], [ [ 120.5162255, 30.1912989 ], [ 120.5172515, 30.1911275 ] ], [ [ 120.5172515, 30.1911275 ], [ 120.5182263, 30.1910088 ] ], [ [ 120.5182263, 30.1910088 ], [ 120.5201642, 30.1907629 ] ], [ [ 120.5201642, 30.1907629 ], [ 120.5203212, 30.1907474 ] ], [ [ 120.5203212, 30.1907474 ], [ 120.5203839, 30.1907391 ] ], [ [ 120.5203839, 30.1907391 ], [ 120.522331, 30.1904803 ] ], [ [ 120.522331, 30.1904803 ], [ 120.5229914, 30.1903926 ] ], [ [ 120.5229914, 30.1903926 ], [ 120.5245855, 30.1901537 ] ], [ [ 120.5245855, 30.1901537 ], [ 120.5270603, 30.1897829 ] ], [ [ 120.5270603, 30.1897829 ], [ 120.5293831, 30.1893771 ] ], [ [ 120.5854524, 30.1910875 ], [ 120.5853161, 30.1886232 ] ], [ [ 120.5854073, 30.1886198 ], [ 120.5855761, 30.1911026 ] ], [ [ 120.5855761, 30.1911026 ], [ 120.5854249, 30.1924582 ] ], [ [ 120.581003, 30.1932848 ], [ 120.5803828, 30.1932346 ] ], [ [ 120.5803828, 30.1932346 ], [ 120.5801401, 30.1932149 ] ], [ [ 120.5801401, 30.1932149 ], [ 120.5798039, 30.1931877 ] ], [ [ 120.5798039, 30.1931877 ], [ 120.5796693, 30.1932327 ] ], [ [ 120.5851609, 30.1936193 ], [ 120.583153, 30.1934578 ] ], [ [ 120.583153, 30.1934578 ], [ 120.5814874, 30.1933238 ] ], [ [ 120.5814874, 30.1933238 ], [ 120.581003, 30.1932848 ] ], [ [ 120.5851609, 30.1936193 ], [ 120.5854524, 30.1910875 ] ], [ [ 120.5854249, 30.1924582 ], [ 120.5854066, 30.1926226 ] ], [ [ 120.5854249, 30.1924582 ], [ 120.5880831, 30.1926482 ] ], [ [ 120.5880831, 30.1926482 ], [ 120.5881846, 30.1926555 ] ], [ [ 120.588051, 30.192804 ], [ 120.5854066, 30.1926226 ] ], [ [ 120.5881715, 30.1928123 ], [ 120.588051, 30.192804 ] ], [ [ 120.5854066, 30.1926226 ], [ 120.5852939, 30.1936335 ] ], [ [ 120.4656799, 30.1868345 ], [ 120.4671462, 30.1863313 ], [ 120.4672387, 30.1862996 ], [ 120.4676335, 30.1861843 ], [ 120.4681845, 30.1860309 ], [ 120.4690018, 30.1858129 ], [ 120.4692842, 30.185736 ], [ 120.4701092, 30.1855113 ], [ 120.4709256, 30.1852579 ], [ 120.4724895, 30.1847012 ], [ 120.4747202, 30.1838911 ], [ 120.4779058, 30.1827056 ], [ 120.4781835, 30.1826023 ], [ 120.4795218, 30.1821043 ], [ 120.4798085, 30.1819976 ], [ 120.4806716, 30.1816956 ] ], [ [ 120.4807053, 30.181808 ], [ 120.4796313, 30.1822042 ], [ 120.4782456, 30.1827189 ], [ 120.4779679, 30.182822 ], [ 120.4777418, 30.182906 ], [ 120.476982, 30.1831882 ], [ 120.4757344, 30.1836504 ], [ 120.4718305, 30.1850966 ], [ 120.4709221, 30.1854097 ], [ 120.4697952, 30.1857427 ], [ 120.4693464, 30.1858615 ], [ 120.4692686, 30.1858821 ], [ 120.4690558, 30.1859383 ], [ 120.4681048, 30.18619 ], [ 120.4672696, 30.1864371 ], [ 120.4657539, 30.186961 ] ], [ [ 120.4570234, 30.1900879 ], [ 120.4574921, 30.1899106 ], [ 120.458086, 30.189686 ], [ 120.4588558, 30.18939 ], [ 120.4590625, 30.1893105 ], [ 120.4591519, 30.1892761 ], [ 120.459828, 30.1889923 ], [ 120.4602558, 30.1888128 ], [ 120.4610729, 30.1884834 ], [ 120.4629407, 30.1877777 ], [ 120.463097, 30.1877238 ], [ 120.4633779, 30.1876269 ], [ 120.4636719, 30.1875255 ], [ 120.4647382, 30.1871577 ], [ 120.4656799, 30.1868345 ] ], [ [ 120.4657539, 30.186961 ], [ 120.4648338, 30.187279 ], [ 120.4637489, 30.1876559 ], [ 120.4634351, 30.1877649 ], [ 120.4631545, 30.1878624 ], [ 120.4629904, 30.1879194 ], [ 120.4611544, 30.1885931 ], [ 120.4603134, 30.1889273 ], [ 120.4598672, 30.1891188 ], [ 120.4591966, 30.1894066 ], [ 120.4591113, 30.1894391 ], [ 120.4588905, 30.1895234 ], [ 120.4581202, 30.1898175 ], [ 120.4575505, 30.1900226 ], [ 120.4570599, 30.1901992 ] ], [ [ 120.4962839, 30.1827449 ], [ 120.5007119, 30.1814713 ] ], [ [ 120.4916792, 30.1840692 ], [ 120.4917062, 30.1840614 ] ], [ [ 120.4917062, 30.1840614 ], [ 120.491993, 30.1839789 ] ], [ [ 120.491993, 30.1839789 ], [ 120.4925872, 30.1838113 ] ], [ [ 120.4925872, 30.1838113 ], [ 120.4928218, 30.1837451 ] ], [ [ 120.4928218, 30.1837451 ], [ 120.4961404, 30.1828091 ] ], [ [ 120.4961404, 30.1828091 ], [ 120.4962839, 30.1827449 ] ], [ [ 120.4544531, 30.191008 ], [ 120.4556401, 30.1905831 ], [ 120.4566763, 30.1902122 ], [ 120.4570234, 30.1900879 ] ], [ [ 120.4570599, 30.1901992 ], [ 120.4565264, 30.1903912 ], [ 120.4544835, 30.1911267 ], [ 120.4519615, 30.1919954 ] ], [ [ 120.4519168, 30.1918747 ], [ 120.4544531, 30.191008 ] ], [ [ 120.5150722, 30.1914915 ], [ 120.5149501, 30.1914996 ] ], [ [ 120.5043772, 30.1907515 ], [ 120.5049633, 30.192343 ] ], [ [ 120.5049633, 30.192343 ], [ 120.5052888, 30.1930534 ] ], [ [ 120.5149501, 30.1914996 ], [ 120.5128624, 30.1918558 ] ], [ [ 120.5128624, 30.1918558 ], [ 120.5117955, 30.1920722 ] ], [ [ 120.5117955, 30.1920722 ], [ 120.5076767, 30.1929075 ] ], [ [ 120.5076767, 30.1929075 ], [ 120.5075013, 30.1929431 ] ], [ [ 120.5075013, 30.1929431 ], [ 120.5066002, 30.193126 ] ], [ [ 120.5066002, 30.193126 ], [ 120.5044269, 30.1935668 ] ], [ [ 120.5044269, 30.1935668 ], [ 120.5027879, 30.1938993 ] ], [ [ 120.5027879, 30.1938993 ], [ 120.4978418, 30.1949025 ] ], [ [ 120.4978418, 30.1949025 ], [ 120.4964221, 30.1951572 ] ], [ [ 120.4964221, 30.1951572 ], [ 120.4960735, 30.195277 ] ], [ [ 120.4960735, 30.195277 ], [ 120.4959696, 30.1953176 ] ], [ [ 120.5852939, 30.1936335 ], [ 120.5851609, 30.1936193 ] ], [ [ 120.5852939, 30.1936335 ], [ 120.5879694, 30.1938485 ] ], [ [ 120.5880843, 30.1938577 ], [ 120.5879694, 30.1938485 ] ], [ [ 120.5848193, 30.1971862 ], [ 120.5851609, 30.1936193 ] ], [ [ 120.5852939, 30.1936335 ], [ 120.5850207, 30.1963163 ], [ 120.5849289, 30.1972178 ] ], [ [ 120.5796693, 30.1932327 ], [ 120.5741692, 30.1953069 ], [ 120.5718129, 30.1962015 ], [ 120.5717618, 30.1961309 ], [ 120.5741172, 30.1952123 ], [ 120.5776759, 30.1938392 ], [ 120.5795851, 30.1930994 ] ], [ [ 120.5912394, 30.2101657 ], [ 120.5912627, 30.2100706 ] ], [ [ 120.5498016, 30.2104062 ], [ 120.548465, 30.2109789 ] ], [ [ 120.548465, 30.2109789 ], [ 120.5471587, 30.2115386 ] ], [ [ 120.5471587, 30.2115386 ], [ 120.5468967, 30.2116508 ] ], [ [ 120.5468967, 30.2116508 ], [ 120.5463542, 30.2117995 ] ], [ [ 120.5463542, 30.2117995 ], [ 120.5457852, 30.2119555 ] ], [ [ 120.5457852, 30.2119555 ], [ 120.5456751, 30.2119857 ] ], [ [ 120.5456751, 30.2119857 ], [ 120.5438022, 30.2124992 ] ], [ [ 120.5438022, 30.2124992 ], [ 120.5413215, 30.2131793 ] ], [ [ 120.5413215, 30.2131793 ], [ 120.5407811, 30.2133301 ] ], [ [ 120.5407811, 30.2133301 ], [ 120.5382435, 30.2141101 ] ], [ [ 120.5382435, 30.2141101 ], [ 120.5363052, 30.2147058 ] ], [ [ 120.5363052, 30.2147058 ], [ 120.5361024, 30.2147631 ] ], [ [ 120.5361024, 30.2147631 ], [ 120.5355483, 30.2149198 ] ], [ [ 120.5355483, 30.2149198 ], [ 120.5354045, 30.2149604 ] ], [ [ 120.5354045, 30.2149604 ], [ 120.5346133, 30.215184 ] ], [ [ 120.5346133, 30.215184 ], [ 120.5314707, 30.2160799 ] ], [ [ 120.5314707, 30.2160799 ], [ 120.5314351, 30.2160901 ] ], [ [ 120.5314351, 30.2160901 ], [ 120.5312131, 30.2161632 ] ], [ [ 120.5312131, 30.2161632 ], [ 120.5311817, 30.2161729 ] ], [ [ 120.5311817, 30.2161729 ], [ 120.5297836, 30.2166056 ] ], [ [ 120.5297836, 30.2166056 ], [ 120.5287448, 30.2169369 ] ], [ [ 120.5287448, 30.2169369 ], [ 120.5283745, 30.2170457 ] ], [ [ 120.5283745, 30.2170457 ], [ 120.5274847, 30.217307 ] ], [ [ 120.5274847, 30.217307 ], [ 120.5265603, 30.2175785 ] ], [ [ 120.5265603, 30.2175785 ], [ 120.5262685, 30.2176642 ] ], [ [ 120.5262685, 30.2176642 ], [ 120.5250621, 30.2179451 ] ], [ [ 120.5250621, 30.2179451 ], [ 120.524316, 30.2180847 ] ], [ [ 120.524316, 30.2180847 ], [ 120.5239575, 30.2181517 ] ], [ [ 120.5914079, 30.2100849 ], [ 120.5913901, 30.2101819 ] ], [ [ 120.5899915, 30.2170188 ], [ 120.5909024, 30.2120166 ], [ 120.5909493, 30.2117593 ], [ 120.5912394, 30.2101657 ] ], [ [ 120.5913901, 30.2101819 ], [ 120.5910951, 30.2117809 ], [ 120.5910476, 30.2120382 ], [ 120.5901249, 30.2170387 ] ], [ [ 120.5845558, 30.2140294 ], [ 120.5844333, 30.214288 ] ], [ [ 120.5844333, 30.214288 ], [ 120.5842578, 30.2146584 ] ], [ [ 120.5842578, 30.2146584 ], [ 120.5838743, 30.2153913 ] ], [ [ 120.5838743, 30.2153913 ], [ 120.5835558, 30.215842 ] ], [ [ 120.5841162, 30.215829 ], [ 120.5839794, 30.2157433 ] ], [ [ 120.5839794, 30.2157433 ], [ 120.5839016, 30.2157201 ] ], [ [ 120.5839016, 30.2157201 ], [ 120.5836959, 30.2157487 ] ], [ [ 120.5836959, 30.2157487 ], [ 120.5835558, 30.215842 ] ], [ [ 120.5841162, 30.215829 ], [ 120.5842042, 30.2159787 ] ], [ [ 120.5834388, 30.2160076 ], [ 120.5835558, 30.215842 ] ], [ [ 120.5834388, 30.2160076 ], [ 120.5840534, 30.2161279 ] ], [ [ 120.5834388, 30.2160076 ], [ 120.5833469, 30.2161377 ] ], [ [ 120.5840534, 30.2161279 ], [ 120.5841725, 30.2161512 ] ], [ [ 120.5840525, 30.2162831 ], [ 120.5833469, 30.2161377 ] ], [ [ 120.5841448, 30.2163021 ], [ 120.5840525, 30.2162831 ] ], [ [ 120.5841725, 30.2161512 ], [ 120.5844339, 30.2161902 ], [ 120.5845007, 30.2162001 ], [ 120.5899915, 30.2170188 ] ], [ [ 120.589975, 30.2171574 ], [ 120.5844702, 30.2163499 ], [ 120.5844033, 30.2163401 ], [ 120.5841448, 30.2163021 ] ], [ [ 120.5899915, 30.2170188 ], [ 120.5901249, 30.2170387 ] ], [ [ 120.589975, 30.2171574 ], [ 120.5899915, 30.2170188 ] ], [ [ 120.5901249, 30.2170387 ], [ 120.5901189, 30.2171785 ] ], [ [ 120.5901189, 30.2171785 ], [ 120.589975, 30.2171574 ] ], [ [ 120.5901249, 30.2170387 ], [ 120.5946054, 30.2177068 ] ], [ [ 120.59459, 30.2178343 ], [ 120.5901189, 30.2171785 ] ], [ [ 120.4570599, 30.1901992 ], [ 120.4572786, 30.190589 ], [ 120.4578859, 30.1922216 ], [ 120.4598554, 30.1971657 ], [ 120.4612722, 30.2005863 ], [ 120.4613999, 30.2008982 ], [ 120.4614277, 30.2009662 ] ], [ [ 120.4612942, 30.2009907 ], [ 120.459761, 30.1971621 ], [ 120.4577869, 30.1922334 ], [ 120.4571106, 30.1905046 ], [ 120.4570599, 30.1901992 ] ], [ [ 120.4614277, 30.2009662 ], [ 120.4612942, 30.2009907 ] ], [ [ 120.4614277, 30.2009662 ], [ 120.4616161, 30.2015752 ], [ 120.4623128, 30.2033118 ], [ 120.4641586, 30.2078254 ], [ 120.4647502, 30.209359 ], [ 120.4651215, 30.2103214 ], [ 120.4654988, 30.2111487 ], [ 120.4656445, 30.2115625 ] ], [ [ 120.4655487, 30.2115873 ], [ 120.465392, 30.2111735 ], [ 120.4650302, 30.2103325 ], [ 120.4647578, 30.2096512 ], [ 120.464042, 30.2078615 ], [ 120.4612942, 30.2009907 ] ], [ [ 120.4794752, 30.2073062 ], [ 120.4771554, 30.208051 ] ], [ [ 120.4771554, 30.208051 ], [ 120.4760406, 30.2084089 ] ], [ [ 120.4760406, 30.2084089 ], [ 120.475806, 30.2084842 ] ], [ [ 120.475806, 30.2084842 ], [ 120.4732954, 30.2092903 ] ], [ [ 120.4732954, 30.2092903 ], [ 120.4727595, 30.2094756 ] ], [ [ 120.4727595, 30.2094756 ], [ 120.470345, 30.2103102 ] ], [ [ 120.470345, 30.2103102 ], [ 120.4702616, 30.2103324 ] ], [ [ 120.4702616, 30.2103324 ], [ 120.4688119, 30.2107186 ] ], [ [ 120.4688119, 30.2107186 ], [ 120.4676701, 30.2110227 ] ], [ [ 120.4676701, 30.2110227 ], [ 120.4674251, 30.2110879 ] ], [ [ 120.4674251, 30.2110879 ], [ 120.4661507, 30.2114274 ] ], [ [ 120.4661507, 30.2114274 ], [ 120.4656445, 30.2115625 ] ], [ [ 120.4959696, 30.1953176 ], [ 120.4937307, 30.1959395 ] ], [ [ 120.4937307, 30.1959395 ], [ 120.4920584, 30.196404 ] ], [ [ 120.4920584, 30.196404 ], [ 120.4917677, 30.1964843 ] ], [ [ 120.4917677, 30.1964843 ], [ 120.4900539, 30.1969581 ] ], [ [ 120.4900539, 30.1969581 ], [ 120.4890347, 30.1971922 ] ], [ [ 120.4890347, 30.1971922 ], [ 120.4883327, 30.1973127 ] ], [ [ 120.4883327, 30.1973127 ], [ 120.4880868, 30.1973549 ] ], [ [ 120.4880868, 30.1973549 ], [ 120.4879954, 30.1973706 ] ], [ [ 120.4879954, 30.1973706 ], [ 120.4865765, 30.1974716 ] ], [ [ 120.4865765, 30.1974716 ], [ 120.4861592, 30.1975014 ] ], [ [ 120.4861592, 30.1975014 ], [ 120.4836041, 30.1976833 ] ], [ [ 120.4836041, 30.1976833 ], [ 120.483355, 30.197701 ] ], [ [ 120.483355, 30.197701 ], [ 120.4831585, 30.197715 ] ], [ [ 120.4831585, 30.197715 ], [ 120.4822435, 30.1977802 ] ], [ [ 120.4822435, 30.1977802 ], [ 120.480324, 30.1979169 ] ], [ [ 120.480324, 30.1979169 ], [ 120.4802532, 30.1979219 ] ], [ [ 120.4802532, 30.1979219 ], [ 120.4800642, 30.1979409 ] ], [ [ 120.4800642, 30.1979409 ], [ 120.4798349, 30.1979639 ] ], [ [ 120.4798349, 30.1979639 ], [ 120.4780114, 30.1980818 ] ], [ [ 120.4780114, 30.1980818 ], [ 120.4767312, 30.1981645 ] ], [ [ 120.4767312, 30.1981645 ], [ 120.4763499, 30.1981892 ] ], [ [ 120.4763499, 30.1981892 ], [ 120.4761533, 30.1982026 ] ], [ [ 120.4761533, 30.1982026 ], [ 120.4760883, 30.1982144 ] ], [ [ 120.4760883, 30.1982144 ], [ 120.4726865, 30.198833 ] ], [ [ 120.4726865, 30.198833 ], [ 120.4724757, 30.1988729 ] ], [ [ 120.4724757, 30.1988729 ], [ 120.4722554, 30.1989146 ] ], [ [ 120.4722554, 30.1989146 ], [ 120.4688815, 30.1995539 ] ], [ [ 120.4688815, 30.1995539 ], [ 120.4686653, 30.1995949 ] ], [ [ 120.4686653, 30.1995949 ], [ 120.4679506, 30.1997303 ] ], [ [ 120.4679506, 30.1997303 ], [ 120.4676264, 30.1997917 ] ], [ [ 120.4676264, 30.1997917 ], [ 120.4637121, 30.2005334 ] ], [ [ 120.4637121, 30.2005334 ], [ 120.463361, 30.2005999 ] ], [ [ 120.463361, 30.2005999 ], [ 120.4632795, 30.2006153 ] ], [ [ 120.4632795, 30.2006153 ], [ 120.4614277, 30.2009662 ] ], [ [ 120.4914657, 30.2269686 ], [ 120.4908234, 30.227103 ] ], [ [ 120.4908234, 30.227103 ], [ 120.4901865, 30.2272363 ] ], [ [ 120.4901865, 30.2272363 ], [ 120.4870382, 30.2278951 ] ], [ [ 120.4870382, 30.2278951 ], [ 120.4867989, 30.2279432 ] ], [ [ 120.4867989, 30.2279432 ], [ 120.4866093, 30.2279813 ] ], [ [ 120.4866093, 30.2279813 ], [ 120.4853643, 30.2282179 ] ], [ [ 120.4853643, 30.2282179 ], [ 120.484605, 30.2283622 ] ], [ [ 120.484605, 30.2283622 ], [ 120.4829866, 30.2286698 ] ], [ [ 120.4829866, 30.2286698 ], [ 120.4818165, 30.2288922 ] ], [ [ 120.4818165, 30.2288922 ], [ 120.4817586, 30.2289032 ] ], [ [ 120.4817586, 30.2289032 ], [ 120.4812069, 30.229008 ] ], [ [ 120.4812069, 30.229008 ], [ 120.4809961, 30.2290481 ] ], [ [ 120.4809961, 30.2290481 ], [ 120.4800487, 30.2292282 ] ], [ [ 120.4800487, 30.2292282 ], [ 120.4796937, 30.2292957 ] ], [ [ 120.4921504, 30.2297997 ], [ 120.4920892, 30.2295466 ] ], [ [ 120.4920892, 30.2295466 ], [ 120.4915601, 30.2273589 ] ], [ [ 120.4915601, 30.2273589 ], [ 120.4914657, 30.2269686 ] ], [ [ 120.4736178, 30.2275507 ], [ 120.4737513, 30.2279614 ], [ 120.4745057, 30.2303044 ] ], [ [ 120.4744291, 30.2303184 ], [ 120.4736508, 30.2279599 ], [ 120.473525, 30.2275709 ] ], [ [ 120.4745057, 30.2303044 ], [ 120.4767124, 30.2298625 ], [ 120.4773316, 30.2297297 ], [ 120.4779126, 30.2296225 ], [ 120.4793277, 30.2293316 ], [ 120.4796937, 30.2292957 ] ], [ [ 120.2548267, 30.1465414 ], [ 120.2548795, 30.1466915 ] ], [ [ 120.2548795, 30.1466915 ], [ 120.2550269, 30.1471588 ] ], [ [ 120.2550269, 30.1471588 ], [ 120.2550641, 30.1472807 ] ], [ [ 120.2630894, 30.1521056 ], [ 120.2632463, 30.1521062 ] ], [ [ 120.2560786, 30.1518157 ], [ 120.2557042, 30.1500074 ] ], [ [ 120.2557042, 30.1500074 ], [ 120.2554038, 30.1485508 ] ], [ [ 120.2554038, 30.1485508 ], [ 120.2550641, 30.1472807 ] ], [ [ 120.2561788, 30.1523202 ], [ 120.2561709, 30.1522803 ] ], [ [ 120.2561709, 30.1522803 ], [ 120.2561441, 30.1521411 ] ], [ [ 120.2561441, 30.1521411 ], [ 120.256127836124477, 30.152050927708711 ] ], [ [ 120.256127836124477, 30.152050927708711 ], [ 120.2560956, 30.1518722 ] ], [ [ 120.2560956, 30.1518722 ], [ 120.2560786, 30.1518157 ] ], [ [ 120.25379, 30.1520445 ], [ 120.2557471, 30.1520484 ] ], [ [ 120.2557471, 30.1520484 ], [ 120.256127836124477, 30.152050927708711 ] ], [ [ 120.256127836124477, 30.152050927708711 ], [ 120.2562291, 30.1520516 ] ], [ [ 120.2562291, 30.1520516 ], [ 120.2574102, 30.1520979 ] ], [ [ 120.2630894, 30.1521056 ], [ 120.2616101, 30.1521065 ] ], [ [ 120.2616101, 30.1521065 ], [ 120.2611864, 30.1521068 ] ], [ [ 120.2611864, 30.1521068 ], [ 120.2595962, 30.1521078 ] ], [ [ 120.2595962, 30.1521078 ], [ 120.2591876, 30.1521085 ] ], [ [ 120.2591876, 30.1521085 ], [ 120.2587346, 30.1521183 ] ], [ [ 120.2587346, 30.1521183 ], [ 120.2585229, 30.1521229 ] ], [ [ 120.2585229, 30.1521229 ], [ 120.2584424, 30.1521246 ] ], [ [ 120.2584424, 30.1521246 ], [ 120.257583, 30.1521024 ] ], [ [ 120.257583, 30.1521024 ], [ 120.2574102, 30.1520979 ] ], [ [ 120.262978, 30.1582054 ], [ 120.2619318, 30.1582035 ] ], [ [ 120.2619318, 30.1582035 ], [ 120.2607157, 30.1582155 ] ], [ [ 120.248342, 30.1519661 ], [ 120.2486526, 30.1519714 ] ], [ [ 120.2486526, 30.1519714 ], [ 120.248768, 30.1519734 ] ], [ [ 120.248768, 30.1519734 ], [ 120.2506979, 30.1520064 ] ], [ [ 120.2506979, 30.1520064 ], [ 120.2531076, 30.1520361 ] ], [ [ 120.2531076, 30.1520361 ], [ 120.2533033, 30.1520385 ] ], [ [ 120.2533033, 30.1520385 ], [ 120.25379, 30.1520445 ] ], [ [ 120.2632571, 30.154266 ], [ 120.2636284, 30.1542701 ] ], [ [ 120.2636284, 30.1542701 ], [ 120.2641196, 30.1542661 ] ], [ [ 120.2641196, 30.1542661 ], [ 120.2651172, 30.1542501 ] ], [ [ 120.2651172, 30.1542501 ], [ 120.2675726, 30.1542191 ] ], [ [ 120.2675726, 30.1542191 ], [ 120.2680362, 30.1542132 ] ], [ [ 120.2630369, 30.154265 ], [ 120.2632571, 30.154266 ] ], [ [ 120.2573295, 30.1582406 ], [ 120.2571579, 30.1571229 ] ], [ [ 120.2571579, 30.1571229 ], [ 120.2569112, 30.155903 ] ], [ [ 120.2569112, 30.155903 ], [ 120.2568897, 30.1557638 ] ], [ [ 120.2568897, 30.1557638 ], [ 120.2564498, 30.1536858 ] ], [ [ 120.2564498, 30.1536858 ], [ 120.2561788, 30.1523202 ] ], [ [ 120.2567571, 30.1623842 ], [ 120.2566695, 30.1603398 ] ], [ [ 120.252151, 30.1607008 ], [ 120.2526559, 30.1610281 ] ], [ [ 120.2526559, 30.1610281 ], [ 120.2532996, 30.1615291 ] ], [ [ 120.2532996, 30.1615291 ], [ 120.2538135, 30.161901 ] ], [ [ 120.2538135, 30.161901 ], [ 120.2541258, 30.1621443 ] ], [ [ 120.2545474, 30.1624548 ], [ 120.2541258, 30.1621443 ] ], [ [ 120.252151, 30.1607008 ], [ 120.2515562, 30.1602999 ] ], [ [ 120.2515562, 30.1602999 ], [ 120.2507558, 30.159684 ] ], [ [ 120.2507558, 30.159684 ], [ 120.2499812, 30.159139 ] ], [ [ 120.2499812, 30.159139 ], [ 120.2491487, 30.1585884 ] ], [ [ 120.2491487, 30.1585884 ], [ 120.2482045, 30.1578695 ] ], [ [ 120.2482045, 30.1578695 ], [ 120.2478243, 30.1575009 ] ], [ [ 120.2478243, 30.1575009 ], [ 120.2475192, 30.1571556 ] ], [ [ 120.2475305, 30.1658276 ], [ 120.2484083, 30.1652052 ] ], [ [ 120.2484083, 30.1652052 ], [ 120.2493471, 30.1644506 ] ], [ [ 120.2493471, 30.1644506 ], [ 120.2503529, 30.1634706 ] ], [ [ 120.2503529, 30.1634706 ], [ 120.2511624, 30.162325 ] ], [ [ 120.2511624, 30.162325 ], [ 120.2517091, 30.1615249 ] ], [ [ 120.2517091, 30.1615249 ], [ 120.252077, 30.1608389 ] ], [ [ 120.252077, 30.1608389 ], [ 120.252151, 30.1607008 ] ], [ [ 120.2573295, 30.1582406 ], [ 120.2583296, 30.1582348 ] ], [ [ 120.2583296, 30.1582348 ], [ 120.2585276, 30.1582325 ] ], [ [ 120.2585276, 30.1582325 ], [ 120.2592019, 30.1582252 ] ], [ [ 120.2592019, 30.1582252 ], [ 120.2594258, 30.1582228 ] ], [ [ 120.2594258, 30.1582228 ], [ 120.2598661, 30.1582203 ] ], [ [ 120.2598661, 30.1582203 ], [ 120.2607157, 30.1582155 ] ], [ [ 120.2607228, 30.1622355 ], [ 120.2629153, 30.1622482 ] ], [ [ 120.312421, 30.1543457 ], [ 120.3126308, 30.1544244 ] ], [ [ 120.3126308, 30.1544244 ], [ 120.3133525, 30.1544412 ] ], [ [ 120.3133525, 30.1544412 ], [ 120.3140586, 30.1544576 ] ], [ [ 120.3140586, 30.1544576 ], [ 120.3144827, 30.1544674 ] ], [ [ 120.3144827, 30.1544674 ], [ 120.3145464, 30.1544689 ] ], [ [ 120.3145464, 30.1544689 ], [ 120.3159292, 30.154501 ] ], [ [ 120.3159292, 30.154501 ], [ 120.317041, 30.1545268 ] ], [ [ 120.317041, 30.1545268 ], [ 120.3172573, 30.1545318 ] ], [ [ 120.3160755, 30.1635647 ], [ 120.3129072, 30.1640786 ], [ 120.3128247, 30.1640944 ], [ 120.3121215, 30.1642291 ], [ 120.3117474, 30.1643008 ], [ 120.3095803, 30.1647159 ], [ 120.3094733, 30.1647364 ], [ 120.3093931, 30.1647518 ] ], [ [ 120.3037576, 30.1650491 ], [ 120.3040695, 30.1650503 ], [ 120.3043419, 30.1650513 ], [ 120.3049776, 30.1650571 ], [ 120.3061535, 30.1650678 ], [ 120.3066405, 30.1650722 ], [ 120.3070107, 30.1650652 ], [ 120.3073701, 30.1650119 ], [ 120.3082896, 30.1648278 ], [ 120.309455, 30.1645945 ], [ 120.3097331, 30.1645388 ], [ 120.3107865, 30.1643369 ], [ 120.3120134, 30.1641017 ], [ 120.3127191, 30.1639664 ], [ 120.313509, 30.1638282 ], [ 120.3143251, 30.1636854 ], [ 120.3160476, 30.1634455 ] ], [ [ 120.3093931, 30.1647518 ], [ 120.3087976, 30.1648659 ], [ 120.3075087, 30.1651365 ], [ 120.3074339, 30.1651471 ], [ 120.306967, 30.1652132 ], [ 120.3037654, 30.1651729 ] ], [ [ 120.3037654, 30.1651729 ], [ 120.3037105, 30.1651729 ] ], [ [ 120.2991652, 30.1717343 ], [ 120.2992481, 30.1717296 ] ], [ [ 120.2992181, 30.1718288 ], [ 120.2991368, 30.1718303 ] ], [ [ 120.2952779, 30.1724001 ], [ 120.2954612, 30.1723695 ], [ 120.2976375, 30.1719693 ], [ 120.2977067, 30.1719566 ], [ 120.2986276, 30.1717873 ], [ 120.2987819, 30.1717609 ], [ 120.298941, 30.171747 ], [ 120.2991652, 30.1717343 ] ], [ [ 120.2991368, 30.1718303 ], [ 120.2988348, 30.1718468 ], [ 120.2968159, 30.1722047 ], [ 120.2959595, 30.1723713 ], [ 120.2952763, 30.1724917 ] ], [ [ 120.2950345, 30.175114 ], [ 120.2963637, 30.1751793 ], [ 120.2966611, 30.1751939 ], [ 120.2977574, 30.1752515 ], [ 120.2985567, 30.1752957 ] ], [ [ 120.2985567, 30.1752957 ], [ 120.2986321, 30.1753033 ] ], [ [ 120.2985318, 30.1754362 ], [ 120.2979288, 30.1754085 ], [ 120.2971225, 30.1753714 ], [ 120.2964798, 30.1753604 ], [ 120.2959234, 30.17536 ], [ 120.2950573, 30.1753262 ] ], [ [ 120.2986321, 30.1753033 ], [ 120.2990743, 30.175324 ], [ 120.2999397, 30.1753645 ], [ 120.3009322, 30.1753821 ], [ 120.3015581, 30.1754062 ], [ 120.3028192, 30.1754618 ], [ 120.3031895, 30.1754917 ], [ 120.3035276, 30.1755077 ], [ 120.304268, 30.1754845 ] ], [ [ 120.2986123, 30.1754379 ], [ 120.2985318, 30.1754362 ] ], [ [ 120.3043789, 30.1754736 ], [ 120.3044424, 30.1754686 ] ], [ [ 120.2952779, 30.1724001 ], [ 120.2952763, 30.1724917 ] ], [ [ 120.294771, 30.1725582 ], [ 120.2947704, 30.1724647 ] ], [ [ 120.2952763, 30.1724917 ], [ 120.294771, 30.1725582 ] ], [ [ 120.2868802, 30.1723355 ], [ 120.2870984, 30.1723022 ], [ 120.2876362, 30.1723247 ], [ 120.288117, 30.172349 ], [ 120.2884149, 30.1723667 ], [ 120.2893254, 30.1724234 ], [ 120.2895961, 30.1724515 ], [ 120.2918098, 30.1727564 ], [ 120.2922206, 30.1727898 ], [ 120.2925677, 30.1727933 ], [ 120.2929943, 30.1727721 ], [ 120.2936453, 30.1726883 ], [ 120.2940358, 30.1725937 ], [ 120.2941836, 30.172565 ], [ 120.2947704, 30.1724647 ] ], [ [ 120.294771, 30.1725582 ], [ 120.2942989, 30.1726448 ], [ 120.2937794, 30.1727508 ], [ 120.2930641, 30.1728552 ], [ 120.2926809, 30.1728733 ], [ 120.2924521, 30.1728767 ], [ 120.2922186, 30.1728721 ], [ 120.2918109, 30.1728476 ], [ 120.289587, 30.1725594 ], [ 120.2894707, 30.1725459 ], [ 120.2889652, 30.1724965 ], [ 120.2887565, 30.1724891 ], [ 120.2884636, 30.1724663 ], [ 120.2880806, 30.1724368 ], [ 120.2876, 30.1724226 ], [ 120.2870775, 30.1723838 ], [ 120.2868802, 30.1723355 ] ], [ [ 120.2952763, 30.1724917 ], [ 120.2952818, 30.172578 ], [ 120.2952527, 30.1728627 ], [ 120.2952364, 30.1730225 ], [ 120.2952176, 30.1732067 ], [ 120.2952115, 30.1732661 ], [ 120.2951345, 30.1740201 ], [ 120.2950552, 30.1748847 ], [ 120.2950345, 30.175114 ] ], [ [ 120.2946937, 30.1750973 ], [ 120.2948124, 30.1739727 ], [ 120.2948187, 30.1738192 ], [ 120.2948141, 30.1736812 ], [ 120.294771, 30.1725582 ] ], [ [ 120.2946937, 30.1750973 ], [ 120.2950345, 30.175114 ] ], [ [ 120.2946368, 30.1753116 ], [ 120.2946937, 30.1750973 ] ], [ [ 120.3045463, 30.1754626 ], [ 120.3086732, 30.1748797 ], [ 120.3090252, 30.1748406 ], [ 120.3095304, 30.1748229 ], [ 120.3095322, 30.1748879 ], [ 120.3095333, 30.1749504 ], [ 120.3091368, 30.174966 ], [ 120.30891, 30.1749898 ], [ 120.307377, 30.1751909 ], [ 120.30455, 30.1755626 ] ], [ [ 120.3044424, 30.1754686 ], [ 120.3045463, 30.1754626 ] ], [ [ 120.30455, 30.1755626 ], [ 120.304452, 30.1755935 ] ], [ [ 120.3046521, 30.1788914 ], [ 120.3047722, 30.1788904 ] ], [ [ 120.304598, 30.1788919 ], [ 120.3046521, 30.1788914 ] ], [ [ 120.3044695, 30.178893 ], [ 120.304598, 30.1788919 ] ], [ [ 120.2950345, 30.175114 ], [ 120.2950573, 30.1753262 ] ], [ [ 120.2950573, 30.1753262 ], [ 120.2946368, 30.1753116 ] ], [ [ 120.2935588, 30.1788093 ], [ 120.2938916, 30.1780092 ], [ 120.2941504, 30.1772821 ], [ 120.2942922, 30.1768186 ], [ 120.2943373, 30.1766182 ], [ 120.2944924, 30.175929 ], [ 120.2946368, 30.1753116 ] ], [ [ 120.2950573, 30.1753262 ], [ 120.295043, 30.1755454 ], [ 120.2948933, 30.1762501 ], [ 120.2945544, 30.1773688 ], [ 120.2943664, 30.1778962 ], [ 120.2942506, 30.1781708 ], [ 120.2940444, 30.1786546 ], [ 120.2939721, 30.1788177 ] ], [ [ 120.2870854, 30.1786705 ], [ 120.2873725, 30.1786495 ], [ 120.2875916, 30.1786536 ], [ 120.2878996, 30.1786592 ], [ 120.28824613977315, 30.178675270526114 ] ], [ [ 120.28824613977315, 30.178675270526114 ], [ 120.2910824, 30.1788068 ], [ 120.2929072, 30.1788765 ], [ 120.2934834, 30.178863 ], [ 120.293529986794553, 30.178863109677923 ] ], [ [ 120.293529986794553, 30.178863109677923 ], [ 120.293958518672213, 30.178864118557943 ] ], [ [ 120.293958518672213, 30.178864118557943 ], [ 120.2945453, 30.1788655 ], [ 120.297964, 30.1786949 ] ], [ [ 120.2934667, 30.1789813 ], [ 120.293529986794553, 30.178863109677923 ] ], [ [ 120.293529986794553, 30.178863109677923 ], [ 120.2935588, 30.1788093 ] ], [ [ 120.2939721, 30.1788177 ], [ 120.293958518672213, 30.178864118557943 ] ], [ [ 120.293958518672213, 30.178864118557943 ], [ 120.2939216, 30.1789903 ] ], [ [ 120.304268, 30.1754845 ], [ 120.3043789, 30.1754736 ] ], [ [ 120.3042739, 30.1756316 ], [ 120.3039266, 30.1756535 ], [ 120.3034626, 30.1756636 ], [ 120.302857, 30.1756465 ], [ 120.301609, 30.1755934 ], [ 120.3009731, 30.1755665 ], [ 120.3002847, 30.1755326 ], [ 120.2998119, 30.1755117 ], [ 120.2993183, 30.1754848 ], [ 120.2986123, 30.1754379 ] ], [ [ 120.304452, 30.1755935 ], [ 120.3043838, 30.175613 ] ], [ [ 120.3043838, 30.175613 ], [ 120.3042739, 30.1756316 ] ], [ [ 120.2711147, 30.1622313 ], [ 120.2720651, 30.162225 ] ], [ [ 120.2693181, 30.1622621 ], [ 120.2697048, 30.1622621 ] ], [ [ 120.2697048, 30.1622621 ], [ 120.2711147, 30.1622313 ] ], [ [ 120.2750478, 30.1622758 ], [ 120.2720651, 30.162225 ] ], [ [ 120.2750478, 30.1622758 ], [ 120.2750451, 30.1625458 ] ], [ [ 120.2750451, 30.1625458 ], [ 120.2750371, 30.1627767 ] ], [ [ 120.278363, 30.1623271 ], [ 120.2809505, 30.1623726 ] ], [ [ 120.2810691, 30.1623823 ], [ 120.2809505, 30.1623726 ] ], [ [ 120.278363, 30.1623271 ], [ 120.2783603, 30.1631532 ] ], [ [ 120.2783603, 30.1631532 ], [ 120.2783603, 30.163164 ] ], [ [ 120.2783603, 30.163164 ], [ 120.2783593, 30.1634237 ] ], [ [ 120.2750371, 30.1627767 ], [ 120.2749781, 30.1658656 ] ], [ [ 120.274969, 30.1671603 ], [ 120.2749781, 30.1658656 ] ], [ [ 120.274969, 30.1671603 ], [ 120.2749683, 30.1672556 ] ], [ [ 120.2751697, 30.1708523 ], [ 120.2751631, 30.1707456 ] ], [ [ 120.2751631, 30.1707456 ], [ 120.2750843, 30.169479 ] ], [ [ 120.2750843, 30.169479 ], [ 120.2750835, 30.1694667 ] ], [ [ 120.2750835, 30.1694667 ], [ 120.275044, 30.1688315 ] ], [ [ 120.275044, 30.1688315 ], [ 120.2750361, 30.1687331 ] ], [ [ 120.2750361, 30.1687331 ], [ 120.2750225, 30.1685625 ] ], [ [ 120.2750225, 30.1685625 ], [ 120.2749676, 30.1673609 ] ], [ [ 120.2749676, 30.1673609 ], [ 120.2749683, 30.1672556 ] ], [ [ 120.2872088, 30.1665638 ], [ 120.2872121, 30.1664876 ] ], [ [ 120.2868802, 30.1723355 ], [ 120.286967, 30.1709088 ] ], [ [ 120.286967, 30.1709088 ], [ 120.2869874, 30.1705684 ] ], [ [ 120.2869874, 30.1705684 ], [ 120.2869963, 30.1704206 ] ], [ [ 120.2869963, 30.1704206 ], [ 120.2870105, 30.1701835 ] ], [ [ 120.2870105, 30.1701835 ], [ 120.2870761, 30.1692466 ] ], [ [ 120.2870761, 30.1692466 ], [ 120.2871125, 30.168726 ] ], [ [ 120.2871125, 30.168726 ], [ 120.2871306, 30.1683194 ] ], [ [ 120.2871306, 30.1683194 ], [ 120.2872088, 30.1665638 ] ], [ [ 120.2630426, 30.1622496 ], [ 120.2629153, 30.1622482 ] ], [ [ 120.2567571, 30.1623842 ], [ 120.2577415, 30.1623483 ] ], [ [ 120.2577415, 30.1623483 ], [ 120.2583597, 30.1623348 ] ], [ [ 120.2583597, 30.1623348 ], [ 120.2586637, 30.1623221 ] ], [ [ 120.2586637, 30.1623221 ], [ 120.2591479, 30.1623047 ] ], [ [ 120.2591479, 30.1623047 ], [ 120.2596584, 30.1622819 ] ], [ [ 120.2596584, 30.1622819 ], [ 120.2607228, 30.1622355 ] ], [ [ 120.2545474, 30.1624548 ], [ 120.2553304, 30.1624299 ] ], [ [ 120.2553304, 30.1624299 ], [ 120.256663, 30.1623876 ] ], [ [ 120.256663, 30.1623876 ], [ 120.2567571, 30.1623842 ] ], [ [ 120.2567571, 30.1623842 ], [ 120.2568224, 30.1642242 ] ], [ [ 120.2545474, 30.1624548 ], [ 120.2555087, 30.1632183 ] ], [ [ 120.2555087, 30.1632183 ], [ 120.2564039, 30.1638962 ] ], [ [ 120.2564039, 30.1638962 ], [ 120.2568224, 30.1642242 ] ], [ [ 120.255567, 30.1676257 ], [ 120.2551101, 30.1677069 ] ], [ [ 120.2551101, 30.1677069 ], [ 120.2544292, 30.1678262 ] ], [ [ 120.2544292, 30.1678262 ], [ 120.253835, 30.1679304 ] ], [ [ 120.253835, 30.1679304 ], [ 120.25315, 30.1680218 ] ], [ [ 120.25315, 30.1680218 ], [ 120.2526226, 30.1680695 ] ], [ [ 120.2526226, 30.1680695 ], [ 120.2523024, 30.1679661 ] ], [ [ 120.2523024, 30.1679661 ], [ 120.251723, 30.1677435 ] ], [ [ 120.251723, 30.1677435 ], [ 120.2505434, 30.1672241 ] ], [ [ 120.2505434, 30.1672241 ], [ 120.2503288, 30.1672055 ] ], [ [ 120.2503288, 30.1672055 ], [ 120.2499533, 30.1671499 ] ], [ [ 120.2499533, 30.1671499 ], [ 120.2495671, 30.1670386 ] ], [ [ 120.2495671, 30.1670386 ], [ 120.2491057, 30.1669365 ] ], [ [ 120.2491057, 30.1669365 ], [ 120.2487731, 30.1667881 ] ], [ [ 120.2487731, 30.1667881 ], [ 120.2483526, 30.1665854 ] ], [ [ 120.2483526, 30.1665854 ], [ 120.2479234, 30.1662515 ] ], [ [ 120.2479234, 30.1662515 ], [ 120.2475305, 30.1658276 ] ], [ [ 120.2560676, 30.1675538 ], [ 120.2562994, 30.1674905 ], [ 120.256598, 30.1674118 ], [ 120.2574355, 30.1671701 ], [ 120.2579078, 30.1670783 ] ], [ [ 120.2560676, 30.1675538 ], [ 120.256165, 30.1675662 ], [ 120.2562088, 30.1675971 ] ], [ [ 120.2585717, 30.1669072 ], [ 120.2586481, 30.1667489 ] ], [ [ 120.2586481, 30.1667489 ], [ 120.2586665, 30.1664921 ] ], [ [ 120.2586665, 30.1664921 ], [ 120.2586487, 30.1662997 ] ], [ [ 120.2586487, 30.1662997 ], [ 120.2586258, 30.1658979 ] ], [ [ 120.2586258, 30.1658979 ], [ 120.258601, 30.1657452 ] ], [ [ 120.258601, 30.1657452 ], [ 120.2585675, 30.1655395 ] ], [ [ 120.2585675, 30.1655395 ], [ 120.2584999, 30.1653503 ] ], [ [ 120.2584999, 30.1653503 ], [ 120.2583289, 30.1651159 ] ], [ [ 120.2583289, 30.1651159 ], [ 120.2581009, 30.1649528 ] ], [ [ 120.2581009, 30.1649528 ], [ 120.2572041, 30.1644722 ] ], [ [ 120.2572041, 30.1644722 ], [ 120.257149, 30.1644427 ] ], [ [ 120.257149, 30.1644427 ], [ 120.2568224, 30.1642242 ] ], [ [ 120.2587481, 30.164718 ], [ 120.2588922, 30.1649796 ], [ 120.2589703, 30.1654436 ], [ 120.2590424, 30.1658754 ], [ 120.2590734, 30.1661676 ], [ 120.2591031, 30.1664466 ] ], [ [ 120.2585717, 30.1669072 ], [ 120.2583557, 30.1669658 ] ], [ [ 120.2583557, 30.1669658 ], [ 120.2579078, 30.1670783 ] ], [ [ 120.2445544, 30.162799 ], [ 120.2447284, 30.1630875 ] ], [ [ 120.2447284, 30.1630875 ], [ 120.2448893, 30.163375 ] ], [ [ 120.2448893, 30.163375 ], [ 120.2451446, 30.1636357 ] ], [ [ 120.2451446, 30.1636357 ], [ 120.2461338, 30.1645619 ] ], [ [ 120.2461338, 30.1645619 ], [ 120.2473891, 30.165675 ] ], [ [ 120.2473891, 30.165675 ], [ 120.2475305, 30.1658276 ] ], [ [ 120.2525469, 30.1703583 ], [ 120.2523359, 30.1705153 ] ], [ [ 120.2523359, 30.1705153 ], [ 120.2522874, 30.170553 ] ], [ [ 120.2522874, 30.170553 ], [ 120.25219, 30.1706287 ] ], [ [ 120.25219, 30.1706287 ], [ 120.2520919, 30.170705 ] ], [ [ 120.2520919, 30.170705 ], [ 120.25163, 30.1710657 ] ], [ [ 120.25163, 30.1710657 ], [ 120.2512402, 30.1713702 ] ], [ [ 120.2512402, 30.1713702 ], [ 120.2504044, 30.171962 ] ], [ [ 120.2504044, 30.171962 ], [ 120.2500516, 30.1722089 ] ], [ [ 120.2500516, 30.1722089 ], [ 120.2500155, 30.1722342 ] ], [ [ 120.2500155, 30.1722342 ], [ 120.2483225, 30.1735221 ] ], [ [ 120.2483225, 30.1735221 ], [ 120.2480574, 30.1736438 ] ], [ [ 120.2480574, 30.1736438 ], [ 120.247711, 30.1737725 ] ], [ [ 120.247711, 30.1737725 ], [ 120.2469814, 30.1740601 ] ], [ [ 120.2469814, 30.1740601 ], [ 120.2466885, 30.1741697 ] ], [ [ 120.2466885, 30.1741697 ], [ 120.2463876, 30.1743214 ] ], [ [ 120.2463876, 30.1743214 ], [ 120.2461047, 30.1744807 ] ], [ [ 120.2461047, 30.1744807 ], [ 120.2458177, 30.1746681 ] ], [ [ 120.2458177, 30.1746681 ], [ 120.2445743, 30.1752149 ] ], [ [ 120.2579078, 30.1670783 ], [ 120.2576899, 30.1672458 ], [ 120.2574942, 30.1672921 ], [ 120.2568531, 30.1674753 ], [ 120.2566902, 30.1675331 ], [ 120.2565588, 30.167617 ], [ 120.2564837, 30.167653 ], [ 120.2562255, 30.1677594 ] ], [ [ 120.2582622, 30.1719473 ], [ 120.2583272, 30.1718363 ], [ 120.2584637, 30.1716192 ], [ 120.258516, 30.1715193 ], [ 120.2587379, 30.1710219 ], [ 120.2594714, 30.1693834 ], [ 120.2597325, 30.1687852 ], [ 120.2598227, 30.1686017 ], [ 120.2599249, 30.1682174 ], [ 120.2601505, 30.1675091 ], [ 120.2602704, 30.1674176 ], [ 120.2603361, 30.1672388 ] ], [ [ 120.255567, 30.1676257 ], [ 120.2560032, 30.1675585 ], [ 120.2560676, 30.1675538 ] ], [ [ 120.2562088, 30.1675971 ], [ 120.2562466, 30.1676643 ], [ 120.2562255, 30.1677594 ] ], [ [ 120.2551833, 30.1686481 ], [ 120.2557997, 30.1681001 ] ], [ [ 120.2557997, 30.1681001 ], [ 120.2562255, 30.1677594 ] ], [ [ 120.2551833, 30.1686481 ], [ 120.2540112, 30.169462 ] ], [ [ 120.2540112, 30.169462 ], [ 120.2531705, 30.1699751 ] ], [ [ 120.2531705, 30.1699751 ], [ 120.2530534, 30.1700122 ] ], [ [ 120.2530534, 30.1700122 ], [ 120.2528315, 30.1701466 ] ], [ [ 120.2528315, 30.1701466 ], [ 120.2526256, 30.1702998 ] ], [ [ 120.2525469, 30.1703583 ], [ 120.2526256, 30.1702998 ] ], [ [ 120.2603361, 30.1672388 ], [ 120.2603539, 30.1674199 ], [ 120.2602271, 30.1675424 ], [ 120.2599848, 30.1683327 ], [ 120.2598312, 30.1688107 ], [ 120.2594848, 30.169511 ], [ 120.2588439, 30.1709749 ], [ 120.2585736, 30.1715395 ], [ 120.2583716, 30.1718959 ], [ 120.2575121, 30.1733648 ], [ 120.2573524, 30.1735297 ] ], [ [ 120.2626628, 30.1720662 ], [ 120.2600287, 30.1719635 ] ], [ [ 120.2600287, 30.1719635 ], [ 120.2595164, 30.1719213 ] ], [ [ 120.2595164, 30.1719213 ], [ 120.2587602, 30.171858 ] ], [ [ 120.2587602, 30.171858 ], [ 120.2584628, 30.1718339 ] ], [ [ 120.2582336, 30.1719962 ], [ 120.2582622, 30.1719473 ] ], [ [ 120.2626628, 30.1720662 ], [ 120.2628685, 30.1719127 ] ], [ [ 120.2628575, 30.1720966 ], [ 120.2626628, 30.1720662 ] ], [ [ 120.2556097, 30.1712553 ], [ 120.2556971, 30.1712975 ] ], [ [ 120.2555901, 30.1713607 ], [ 120.2554815, 30.1713242 ] ], [ [ 120.2556971, 30.1712975 ], [ 120.2557194, 30.1713082 ], [ 120.2558845, 30.1713871 ], [ 120.2559609, 30.1714259 ], [ 120.2560802, 30.1714673 ], [ 120.2568455, 30.1716456 ], [ 120.2576304, 30.171829 ], [ 120.2580538, 30.1719052 ], [ 120.2582622, 30.1719473 ] ], [ [ 120.2582336, 30.1719962 ], [ 120.2580782, 30.1719702 ], [ 120.2580269, 30.1719607 ], [ 120.2576105, 30.1718899 ], [ 120.2571438, 30.1717933 ], [ 120.2556478, 30.1713801 ], [ 120.2555901, 30.1713607 ] ], [ [ 120.2573524, 30.1735297 ], [ 120.2574396, 30.1733534 ], [ 120.2582077, 30.1720405 ], [ 120.2582336, 30.1719962 ] ], [ [ 120.2563368, 30.1798506 ], [ 120.2562399, 30.1783919 ] ], [ [ 120.2562399, 30.1783919 ], [ 120.2561906, 30.177948 ] ], [ [ 120.2561906, 30.177948 ], [ 120.2561111, 30.1772325 ] ], [ [ 120.2561111, 30.1772325 ], [ 120.2560682, 30.1766482 ] ], [ [ 120.2560682, 30.1766482 ], [ 120.2560897, 30.1761381 ] ], [ [ 120.2560897, 30.1761381 ], [ 120.2562184, 30.1754703 ] ], [ [ 120.2562184, 30.1754703 ], [ 120.2564437, 30.1748674 ] ], [ [ 120.2564437, 30.1748674 ], [ 120.2570547, 30.1739655 ] ], [ [ 120.2570547, 30.1739655 ], [ 120.2573524, 30.1735297 ] ], [ [ 120.2491462, 30.1799209 ], [ 120.2506987, 30.1799315 ], [ 120.2512413, 30.1799373 ], [ 120.2523238, 30.1799351 ], [ 120.2528432, 30.1799341 ], [ 120.2530277, 30.179936 ], [ 120.2563368, 30.1798506 ] ], [ [ 120.2563437, 30.1799532 ], [ 120.2563368, 30.1798506 ] ], [ [ 120.2491462, 30.1799209 ], [ 120.2490362, 30.1779758 ] ], [ [ 120.2490362, 30.1779758 ], [ 120.2489964, 30.1772489 ] ], [ [ 120.2489964, 30.1772489 ], [ 120.248987, 30.1763004 ] ], [ [ 120.2437625, 30.1799921 ], [ 120.2443631, 30.1799739 ], [ 120.2445591, 30.179966 ], [ 120.2451843, 30.1799639 ], [ 120.2453715, 30.1799614 ], [ 120.246594, 30.1799452 ], [ 120.2491462, 30.1799209 ] ], [ [ 120.249154, 30.1800583 ], [ 120.2491462, 30.1799209 ] ], [ [ 120.249154, 30.1800583 ], [ 120.2465938, 30.1800981 ], [ 120.2451841, 30.1801248 ], [ 120.2445663, 30.1801119 ], [ 120.2443333, 30.1801145 ], [ 120.2437614, 30.1801294 ] ], [ [ 120.2625857, 30.1791969 ], [ 120.2640134, 30.179113 ] ], [ [ 120.2640134, 30.179113 ], [ 120.2642954, 30.1791123 ] ], [ [ 120.2642954, 30.1791123 ], [ 120.2646657, 30.1791603 ] ], [ [ 120.2646657, 30.1791603 ], [ 120.2649214, 30.1792426 ] ], [ [ 120.2649214, 30.1792426 ], [ 120.2652369, 30.1793897 ] ], [ [ 120.2652369, 30.1793897 ], [ 120.2655698, 30.179561 ] ], [ [ 120.2655698, 30.179561 ], [ 120.2658718, 30.1796512 ] ], [ [ 120.2658718, 30.1796512 ], [ 120.2662454, 30.1797188 ] ], [ [ 120.2662454, 30.1797188 ], [ 120.2672074, 30.1798138 ] ], [ [ 120.2668108, 30.1833061 ], [ 120.2670893, 30.1831554 ], [ 120.2702859, 30.1830482 ], [ 120.2705782, 30.1830359 ] ], [ [ 120.2624291, 30.1833436 ], [ 120.2626464, 30.1833225 ], [ 120.2627511, 30.1833123 ], [ 120.2639554, 30.1832868 ], [ 120.2648955, 30.1832381 ], [ 120.2656049, 30.1832273 ], [ 120.2658061, 30.1832242 ], [ 120.2665102, 30.1831883 ], [ 120.2668108, 30.1833061 ] ], [ [ 120.2623505, 30.1791722 ], [ 120.2623807, 30.1791636 ], [ 120.2625857, 30.1791969 ] ], [ [ 120.2625857, 30.1791969 ], [ 120.262344, 30.1792674 ] ], [ [ 120.2563368, 30.1798506 ], [ 120.2563804, 30.1798494 ], [ 120.2582125, 30.1798176 ], [ 120.2590644, 30.1797739 ], [ 120.2592339, 30.179763 ], [ 120.2592904, 30.1797593 ], [ 120.2602411, 30.1796334 ], [ 120.2604746, 30.1795919 ], [ 120.2619053, 30.1792988 ], [ 120.2623505, 30.1791722 ] ], [ [ 120.262344, 30.1792674 ], [ 120.2618685, 30.1794025 ], [ 120.2604379, 30.1796956 ], [ 120.2602043, 30.1797372 ], [ 120.2592537, 30.179863 ], [ 120.2590276, 30.1798777 ], [ 120.2581758, 30.1799214 ], [ 120.2563437, 30.1799532 ] ], [ [ 120.2622449, 30.183354 ], [ 120.2624291, 30.1833436 ] ], [ [ 120.2563437, 30.1799532 ], [ 120.2529489, 30.1800559 ], [ 120.2528065, 30.1800379 ], [ 120.2523204, 30.1800406 ], [ 120.2512365, 30.1800336 ], [ 120.2506985, 30.1800318 ], [ 120.249154, 30.1800583 ] ], [ [ 120.2563437, 30.1799532 ], [ 120.2563263, 30.180091 ] ], [ [ 120.2563263, 30.180091 ], [ 120.2563316, 30.1807495 ] ], [ [ 120.2563316, 30.1807495 ], [ 120.2563073, 30.1813666 ] ], [ [ 120.2563073, 30.1813666 ], [ 120.2562828, 30.1819904 ] ], [ [ 120.2562828, 30.1819904 ], [ 120.2562434, 30.1828427 ] ], [ [ 120.2562434, 30.1828427 ], [ 120.2562399, 30.1829178 ] ], [ [ 120.2562399, 30.1829178 ], [ 120.256212, 30.1835317 ] ], [ [ 120.2562058, 30.1836693 ], [ 120.256212, 30.1835317 ] ], [ [ 120.2562058, 30.1836693 ], [ 120.2562063, 30.1837799 ] ], [ [ 120.2489374, 30.1840008 ], [ 120.2494839, 30.1839359 ], [ 120.2500507, 30.1838755 ], [ 120.2503834, 30.183863 ], [ 120.2509963, 30.1838329 ], [ 120.2520944, 30.1837458 ], [ 120.2523332, 30.1837311 ], [ 120.2524755, 30.1837181 ], [ 120.2539789, 30.183601 ], [ 120.2548017, 30.1835685 ], [ 120.2549458, 30.1835627 ], [ 120.256212, 30.1835317 ] ], [ [ 120.2562001, 30.1838739 ], [ 120.2562063, 30.1837799 ] ], [ [ 120.26972, 30.1834559 ], [ 120.2692895, 30.183316 ] ], [ [ 120.2689557, 30.1833254 ], [ 120.2684481, 30.1834844 ] ], [ [ 120.26972, 30.1834559 ], [ 120.2684481, 30.1834844 ] ], [ [ 120.2684481, 30.1834844 ], [ 120.2678527, 30.1835111 ], [ 120.2667157, 30.1835387 ] ], [ [ 120.2667157, 30.1835387 ], [ 120.2653833, 30.1835989 ], [ 120.2648163, 30.1836245 ], [ 120.2646585, 30.1836316 ], [ 120.2644262, 30.1836421 ], [ 120.2637723, 30.1836706 ], [ 120.2630929, 30.1836653 ], [ 120.2625864, 30.1836793 ], [ 120.2624165, 30.183684 ] ], [ [ 120.256212, 30.1835317 ], [ 120.257042, 30.1834978 ], [ 120.2579553, 30.1834561 ], [ 120.2587184, 30.1834503 ], [ 120.259172, 30.1834286 ], [ 120.2599307, 30.1833923 ], [ 120.2601257, 30.1833914 ], [ 120.2610748, 30.1833873 ], [ 120.2613936, 30.1833945 ], [ 120.2620664, 30.1833625 ], [ 120.2622449, 30.183354 ] ], [ [ 120.2624165, 30.183684 ], [ 120.2622119, 30.1836955 ] ], [ [ 120.2642442, 30.1723598 ], [ 120.263758, 30.1723086 ], [ 120.2632925, 30.1722067 ], [ 120.2628575, 30.1720966 ] ], [ [ 120.2642442, 30.1723598 ], [ 120.262849, 30.172378 ] ], [ [ 120.2628685, 30.1719127 ], [ 120.2630476, 30.1719044 ], [ 120.2636704, 30.1719097 ], [ 120.2644441, 30.1719427 ], [ 120.2648547, 30.1719937 ], [ 120.2657451, 30.1721887 ], [ 120.2662695, 30.1723451 ], [ 120.2667371, 30.1725033 ], [ 120.2673181, 30.1727304 ], [ 120.2680646, 30.1731029 ], [ 120.2682462, 30.1732493 ] ], [ [ 120.2682199, 30.1735482 ], [ 120.2679613, 30.1735195 ], [ 120.2669454, 30.1731468 ], [ 120.265927, 30.172755 ], [ 120.2653049, 30.1725704 ], [ 120.2644918, 30.1723912 ], [ 120.2642442, 30.1723598 ] ], [ [ 120.2868802, 30.1723355 ], [ 120.286887, 30.172549 ] ], [ [ 120.286887, 30.172549 ], [ 120.2868793, 30.1727806 ] ], [ [ 120.2868793, 30.1727806 ], [ 120.2868707, 30.1729529 ] ], [ [ 120.2868707, 30.1729529 ], [ 120.2868343, 30.1736798 ] ], [ [ 120.2868343, 30.1736798 ], [ 120.2868296, 30.1742551 ] ], [ [ 120.2752264, 30.1717625 ], [ 120.2751697, 30.1708523 ] ], [ [ 120.2752017, 30.1722917 ], [ 120.2752264, 30.1717625 ] ], [ [ 120.2752264, 30.1717625 ], [ 120.2752688, 30.1723845 ] ], [ [ 120.274506, 30.1769558 ], [ 120.2745172, 30.1769025 ], [ 120.2746542, 30.1762543 ], [ 120.27507, 30.1733263 ], [ 120.2751513, 30.1727364 ], [ 120.2751834, 30.1725231 ], [ 120.2751919, 30.1723515 ], [ 120.2752017, 30.1722917 ] ], [ [ 120.2752688, 30.1723845 ], [ 120.2752606, 30.1724444 ], [ 120.2752264, 30.1727921 ], [ 120.2751438, 30.1733375 ], [ 120.2747612, 30.1762597 ], [ 120.2746169, 30.1769357 ] ], [ [ 120.2824339, 30.1737405 ], [ 120.2834326, 30.1738472 ], [ 120.283851, 30.1739074 ], [ 120.2850089, 30.1740426 ], [ 120.2868296, 30.1742551 ] ], [ [ 120.2868284, 30.1743913 ], [ 120.2855959, 30.1742405 ], [ 120.2851437, 30.1741843 ], [ 120.2824317, 30.1738474 ] ], [ [ 120.2868296, 30.1742551 ], [ 120.2868284, 30.1743913 ] ], [ [ 120.2746169, 30.1769357 ], [ 120.2749887, 30.1770443 ], [ 120.2753731, 30.1771507 ], [ 120.2757024, 30.1771963 ], [ 120.276792, 30.1773088 ], [ 120.277538, 30.1775074 ], [ 120.2776624, 30.1775449 ], [ 120.2783938, 30.1777657 ], [ 120.2810688, 30.178581 ], [ 120.2813807, 30.1786586 ] ], [ [ 120.2813162, 30.1788999 ], [ 120.2781262, 30.1779437 ], [ 120.277629, 30.1777854 ], [ 120.2767141, 30.177494 ], [ 120.2761549, 30.177341 ], [ 120.2754895, 30.1772645 ], [ 120.2752276, 30.1772125 ], [ 120.2745967, 30.1770299 ] ], [ [ 120.2813807, 30.1786586 ], [ 120.2815241, 30.1787153 ] ], [ [ 120.2814692, 30.1789585 ], [ 120.2813162, 30.1788999 ] ], [ [ 120.2682462, 30.1732493 ], [ 120.2683388, 30.1733279 ], [ 120.2697216, 30.1739356 ], [ 120.2700058, 30.1741046 ], [ 120.2700981, 30.1741657 ], [ 120.2701687, 30.1742323 ], [ 120.2706442, 30.1747298 ], [ 120.270708, 30.1747743 ], [ 120.270778, 30.1748025 ], [ 120.2708643, 30.1748167 ], [ 120.2711704, 30.1748526 ], [ 120.2712429, 30.174867 ], [ 120.2714063, 30.1749346 ] ], [ [ 120.2714063, 30.1749346 ], [ 120.271234, 30.1749106 ], [ 120.271142, 30.174897 ], [ 120.2708359, 30.1748612 ], [ 120.2707496, 30.1748469 ], [ 120.2706796, 30.1748187 ], [ 120.2706158, 30.1747743 ], [ 120.2705397, 30.1747104 ], [ 120.2701162, 30.1742714 ], [ 120.2700492, 30.1742121 ], [ 120.2699667, 30.1741609 ], [ 120.2696697, 30.1740417 ], [ 120.268684, 30.1736665 ], [ 120.2684449, 30.1735961 ], [ 120.2682199, 30.1735482 ] ], [ [ 120.274506, 30.1769558 ], [ 120.2740132, 30.176831 ] ], [ [ 120.2740132, 30.176831 ], [ 120.2734534, 30.1766756 ] ], [ [ 120.2734534, 30.1766756 ], [ 120.2733639, 30.1766433 ] ], [ [ 120.2733639, 30.1766433 ], [ 120.2732868, 30.1766105 ] ], [ [ 120.2732868, 30.1766105 ], [ 120.2732112, 30.1765705 ] ], [ [ 120.2732112, 30.1765705 ], [ 120.2731472, 30.1765308 ] ], [ [ 120.2731472, 30.1765308 ], [ 120.2730066, 30.1764348 ] ], [ [ 120.2730066, 30.1764348 ], [ 120.2729606, 30.1763941 ] ], [ [ 120.2729606, 30.1763941 ], [ 120.2729176, 30.1763547 ] ], [ [ 120.2729176, 30.1763547 ], [ 120.2728215, 30.176252 ] ], [ [ 120.2728215, 30.176252 ], [ 120.2726593, 30.1760625 ] ], [ [ 120.2726593, 30.1760625 ], [ 120.2724911, 30.1758745 ] ], [ [ 120.2724911, 30.1758745 ], [ 120.2723025, 30.1756774 ] ], [ [ 120.2723025, 30.1756774 ], [ 120.2718478, 30.175229 ] ], [ [ 120.2718478, 30.175229 ], [ 120.2717625, 30.1751452 ] ], [ [ 120.2717625, 30.1751452 ], [ 120.2716958, 30.175089 ] ], [ [ 120.2716958, 30.175089 ], [ 120.2716015, 30.1750255 ] ], [ [ 120.2716015, 30.1750255 ], [ 120.2715106, 30.1749758 ] ], [ [ 120.2715106, 30.1749758 ], [ 120.2714063, 30.1749346 ] ], [ [ 120.274506, 30.1769558 ], [ 120.2746169, 30.1769357 ] ], [ [ 120.2746169, 30.1769357 ], [ 120.2745967, 30.1770299 ] ], [ [ 120.2745967, 30.1770299 ], [ 120.274506, 30.1769558 ] ], [ [ 120.2731199, 30.1802143 ], [ 120.2730122, 30.1792567 ], [ 120.2729733, 30.1788208 ], [ 120.2729733, 30.1786353 ], [ 120.2730377, 30.1784591 ], [ 120.2731879, 30.1783014 ], [ 120.2733917, 30.1782087 ], [ 120.2740784, 30.1779675 ], [ 120.27425, 30.177847 ], [ 120.2743573, 30.17768 ], [ 120.2743895, 30.1775409 ], [ 120.2744668, 30.1771409 ], [ 120.2744978, 30.1769946 ], [ 120.274506, 30.1769558 ] ], [ [ 120.2745967, 30.1770299 ], [ 120.2745724, 30.177144 ], [ 120.2745103, 30.1775599 ], [ 120.2744739, 30.1777171 ], [ 120.2743458, 30.1779164 ], [ 120.2741416, 30.1780599 ], [ 120.2734435, 30.178305 ], [ 120.2732669, 30.1783854 ], [ 120.2731476, 30.1785107 ], [ 120.2730961, 30.1786517 ], [ 120.2730961, 30.1788192 ], [ 120.2731061, 30.1792961 ], [ 120.2731199, 30.1802143 ] ], [ [ 120.2731199, 30.1802143 ], [ 120.271886, 30.1801461 ] ], [ [ 120.271886, 30.1801461 ], [ 120.2716337, 30.1801254 ] ], [ [ 120.2716337, 30.1801254 ], [ 120.2705479, 30.1800363 ] ], [ [ 120.2705479, 30.1800363 ], [ 120.2677803, 30.179852 ] ], [ [ 120.2677803, 30.179852 ], [ 120.2672074, 30.1798138 ] ], [ [ 120.2733546, 30.1829642 ], [ 120.2731772, 30.1810183 ] ], [ [ 120.2731772, 30.1810183 ], [ 120.2731602, 30.1807515 ] ], [ [ 120.2731602, 30.1807515 ], [ 120.2731199, 30.1802143 ] ], [ [ 120.272005, 30.1830113 ], [ 120.2733546, 30.1829642 ] ], [ [ 120.2705782, 30.1830359 ], [ 120.272005, 30.1830113 ] ], [ [ 120.2733663, 30.1830927 ], [ 120.2733546, 30.1829642 ] ], [ [ 120.2715102, 30.183145 ], [ 120.272005, 30.1830113 ] ], [ [ 120.2705782, 30.1830359 ], [ 120.2710531, 30.1831574 ] ], [ [ 120.2733663, 30.1830927 ], [ 120.2734196, 30.1832138 ] ], [ [ 120.2733144, 30.1832143 ], [ 120.2733663, 30.1830927 ] ], [ [ 120.2733144, 30.1832143 ], [ 120.273079, 30.1833469 ], [ 120.272023, 30.1833872 ], [ 120.2703362, 30.1834476 ], [ 120.26972, 30.1834559 ] ], [ [ 120.2734196, 30.1832138 ], [ 120.2734245, 30.1834568 ], [ 120.2733889, 30.1841074 ], [ 120.2733207, 30.1844816 ], [ 120.2732743, 30.1854671 ], [ 120.2732404, 30.1861862 ], [ 120.273231, 30.1864527 ], [ 120.273192, 30.1875619 ] ], [ [ 120.2730555, 30.1875633 ], [ 120.2731309, 30.1861785 ], [ 120.2732144, 30.1844797 ], [ 120.2732756, 30.1840974 ], [ 120.2733144, 30.1832143 ] ], [ [ 120.273192, 30.1875619 ], [ 120.2748402, 30.1875169 ] ], [ [ 120.2748402, 30.1875169 ], [ 120.2758751, 30.1874886 ] ], [ [ 120.2758751, 30.1874886 ], [ 120.2763893, 30.1874793 ] ], [ [ 120.2763893, 30.1874793 ], [ 120.2771533, 30.1874656 ] ], [ [ 120.2730555, 30.1875633 ], [ 120.273192, 30.1875619 ] ], [ [ 120.297964, 30.1786949 ], [ 120.298064, 30.178709 ] ], [ [ 120.2980226, 30.1787831 ], [ 120.2979298, 30.1788206 ] ], [ [ 120.298064, 30.178709 ], [ 120.3016291, 30.1788244 ], [ 120.302172, 30.1788415 ], [ 120.303049, 30.1788783 ], [ 120.3036739, 30.178892 ], [ 120.3042123, 30.1788952 ], [ 120.3044695, 30.178893 ] ], [ [ 120.3044713, 30.1789747 ], [ 120.3042574, 30.1789811 ], [ 120.3031692, 30.1789553 ], [ 120.3027067, 30.178928 ], [ 120.3026134, 30.1789224 ], [ 120.3021829, 30.178897 ], [ 120.3016378, 30.1788946 ], [ 120.298451, 30.1788097 ], [ 120.2980226, 30.1787831 ] ], [ [ 120.2868284, 30.1743913 ], [ 120.2868889, 30.1747792 ] ], [ [ 120.2868889, 30.1747792 ], [ 120.2870108, 30.1751528 ] ], [ [ 120.2870108, 30.1751528 ], [ 120.2871781, 30.1755128 ] ], [ [ 120.2871781, 30.1755128 ], [ 120.2873061, 30.1757302 ] ], [ [ 120.2873061, 30.1757302 ], [ 120.2873634, 30.1758275 ] ], [ [ 120.2873634, 30.1758275 ], [ 120.2875695, 30.1761287 ] ], [ [ 120.2875695, 30.1761287 ], [ 120.2877085, 30.1763053 ] ], [ [ 120.2877085, 30.1763053 ], [ 120.2879747, 30.1766434 ] ], [ [ 120.2879747, 30.1766434 ], [ 120.2881947, 30.1770979 ] ], [ [ 120.2881947, 30.1770979 ], [ 120.2882817, 30.1775523 ] ], [ [ 120.2882817, 30.1775523 ], [ 120.2883268, 30.177927 ] ], [ [ 120.2883268, 30.177927 ], [ 120.2883111, 30.1782001 ] ], [ [ 120.2883111, 30.1782001 ], [ 120.2882985, 30.1784861 ] ], [ [ 120.2882985, 30.1784861 ], [ 120.28824613977315, 30.178675270526114 ] ], [ [ 120.28824613977315, 30.178675270526114 ], [ 120.288214767735624, 30.17878861351949 ] ], [ [ 120.288214767735624, 30.17878861351949 ], [ 120.2882099, 30.1788062 ] ], [ [ 120.2882099, 30.1788062 ], [ 120.2881448, 30.1790797 ] ], [ [ 120.2881448, 30.1790797 ], [ 120.2879119, 30.1800381 ] ], [ [ 120.2879119, 30.1800381 ], [ 120.2877657, 30.1805687 ] ], [ [ 120.2853171, 30.179886 ], [ 120.2853439, 30.1797974 ], [ 120.2854404, 30.1795889 ], [ 120.2855216, 30.1794644 ], [ 120.2856179, 30.1792765 ], [ 120.2858888, 30.1790262 ], [ 120.286169, 30.1788566 ], [ 120.2866627, 30.1787015 ], [ 120.2870854, 30.1786705 ] ], [ [ 120.2815241, 30.1787153 ], [ 120.2817723, 30.1787924 ], [ 120.2825405, 30.1790309 ], [ 120.2853171, 30.179886 ] ], [ [ 120.2852498, 30.1801082 ], [ 120.284603, 30.1799202 ], [ 120.2814692, 30.1789585 ] ], [ [ 120.2853171, 30.179886 ], [ 120.2854099, 30.1799244 ] ], [ [ 120.2852498, 30.1801082 ], [ 120.2853171, 30.179886 ] ], [ [ 120.2854099, 30.1799244 ], [ 120.2853183, 30.1801348 ] ], [ [ 120.2853183, 30.1801348 ], [ 120.2852498, 30.1801082 ] ], [ [ 120.2854099, 30.1799244 ], [ 120.2871171, 30.180434 ], [ 120.2877657, 30.1805687 ] ], [ [ 120.2979298, 30.1788206 ], [ 120.2975771, 30.1788193 ], [ 120.2943558, 30.17897 ], [ 120.2939216, 30.1789903 ] ], [ [ 120.2939216, 30.1789903 ], [ 120.2934667, 30.1789813 ] ], [ [ 120.2934455, 30.179066 ], [ 120.2934667, 30.1789813 ] ], [ [ 120.2939216, 30.1789903 ], [ 120.2939012, 30.1790548 ], [ 120.2938947, 30.1791259 ] ], [ [ 120.2934375, 30.1790981 ], [ 120.2934455, 30.179066 ] ], [ [ 120.2934616, 30.1790996 ], [ 120.2934375, 30.1790981 ] ], [ [ 120.2938947, 30.1791259 ], [ 120.2934616, 30.1790996 ] ], [ [ 120.2934667, 30.1789813 ], [ 120.2933693, 30.1789794 ], [ 120.2928887, 30.1789698 ], [ 120.2915022, 30.1789055 ], [ 120.288214767735624, 30.17878861351949 ] ], [ [ 120.288214767735624, 30.17878861351949 ], [ 120.2878797, 30.1787767 ], [ 120.2874933, 30.178763 ], [ 120.2871587, 30.1787953 ], [ 120.2867298, 30.178861 ], [ 120.2862968, 30.178994 ], [ 120.2860104, 30.1791423 ], [ 120.2857427, 30.1793499 ], [ 120.2856122, 30.179542 ], [ 120.2854647, 30.1797987 ], [ 120.2854099, 30.1799244 ] ], [ [ 120.3047774, 30.1789654 ], [ 120.3046565, 30.1789692 ] ], [ [ 120.3046565, 30.1789692 ], [ 120.3046025, 30.1789708 ] ], [ [ 120.3046025, 30.1789708 ], [ 120.3044713, 30.1789747 ] ], [ [ 120.2850678, 30.1807098 ], [ 120.2852498, 30.1801082 ] ], [ [ 120.2853183, 30.1801348 ], [ 120.2850678, 30.1807098 ] ], [ [ 120.2877029, 30.1807967 ], [ 120.2870627, 30.1806391 ], [ 120.2861496, 30.180373 ], [ 120.2853183, 30.1801348 ] ], [ [ 120.2877029, 30.1807967 ], [ 120.2877657, 30.1805687 ] ], [ [ 120.284653, 30.1824466 ], [ 120.284655, 30.1822067 ] ], [ [ 120.284655, 30.1822067 ], [ 120.2847104, 30.1819483 ] ], [ [ 120.2847104, 30.1819483 ], [ 120.2848768, 30.1812985 ] ], [ [ 120.2848768, 30.1812985 ], [ 120.2850678, 30.1807098 ] ], [ [ 120.2877029, 30.1807967 ], [ 120.2873956, 30.1819127 ] ], [ [ 120.2873956, 30.1819127 ], [ 120.2873793, 30.1819717 ] ], [ [ 120.2873793, 30.1819717 ], [ 120.2863566, 30.1820912 ] ], [ [ 120.2863566, 30.1820912 ], [ 120.2857914, 30.1821572 ] ], [ [ 120.2857914, 30.1821572 ], [ 120.2853194, 30.1821989 ] ], [ [ 120.2853194, 30.1821989 ], [ 120.2852036, 30.1823896 ] ], [ [ 120.2622119, 30.1836955 ], [ 120.2620059, 30.183707 ], [ 120.2619406, 30.1837106 ], [ 120.2600735, 30.1837785 ], [ 120.2586792, 30.1838276 ], [ 120.2583727, 30.1838384 ], [ 120.2577011, 30.1838477 ], [ 120.2576302, 30.1838487 ], [ 120.2572173, 30.1838544 ], [ 120.2562001, 30.1838739 ] ], [ [ 120.261892, 30.1878772 ], [ 120.2616983, 30.1878898 ] ], [ [ 120.2582681, 30.1879214 ], [ 120.2616983, 30.1878898 ] ], [ [ 120.2560237, 30.1879309 ], [ 120.2569868, 30.1879315 ] ], [ [ 120.2569868, 30.1879315 ], [ 120.2582681, 30.1879214 ] ], [ [ 120.2562001, 30.1838739 ], [ 120.255827, 30.1839094 ], [ 120.2553694, 30.1839467 ], [ 120.2550783, 30.183944 ], [ 120.2546238, 30.183936 ], [ 120.2542418, 30.183956 ], [ 120.2522916, 30.1841077 ], [ 120.2520502, 30.1841271 ], [ 120.2517592, 30.1841483 ], [ 120.2513025, 30.1841837 ], [ 120.2505459, 30.1842337 ], [ 120.2502249, 30.184203 ], [ 120.2488934, 30.1843429 ] ], [ [ 120.2560237, 30.1879309 ], [ 120.2560038, 30.1873323 ] ], [ [ 120.2560038, 30.1873323 ], [ 120.2560167, 30.1867754 ] ], [ [ 120.2560167, 30.1867754 ], [ 120.2561004, 30.1858392 ] ], [ [ 120.2561004, 30.1858392 ], [ 120.2561221, 30.1853533 ] ], [ [ 120.2561221, 30.1853533 ], [ 120.2561262, 30.1852529 ] ], [ [ 120.2561262, 30.1852529 ], [ 120.2561536, 30.184585 ] ], [ [ 120.2561536, 30.184585 ], [ 120.2562001, 30.1838739 ] ], [ [ 120.2484781, 30.1880195 ], [ 120.2512134, 30.187988 ] ], [ [ 120.2512134, 30.187988 ], [ 120.2512908, 30.1879871 ] ], [ [ 120.2512908, 30.1879871 ], [ 120.2516432, 30.1879823 ] ], [ [ 120.2516432, 30.1879823 ], [ 120.2538051, 30.1879569 ] ], [ [ 120.2538051, 30.1879569 ], [ 120.2560237, 30.1879309 ] ], [ [ 120.2552653, 30.1965973 ], [ 120.2552003, 30.1964129 ], [ 120.255137, 30.1952962 ], [ 120.2550839, 30.1946605 ], [ 120.2550699, 30.1944425 ], [ 120.2550933, 30.1939662 ], [ 120.2551306, 30.1937119 ], [ 120.2551773, 30.1934859 ], [ 120.2552894, 30.1931387 ], [ 120.2554248, 30.1927876 ], [ 120.2555276, 30.1925494 ], [ 120.2556443, 30.1923274 ], [ 120.2558265, 30.1917623 ], [ 120.2558918, 30.1914515 ], [ 120.2559479, 30.1911609 ], [ 120.2559759, 30.190955 ], [ 120.2560039, 30.1905433 ], [ 120.2560086, 30.1897965 ], [ 120.2559946, 30.1892516 ], [ 120.2559845, 30.1887956 ], [ 120.2559712, 30.188194 ], [ 120.2560237, 30.1879309 ] ], [ [ 120.2485314, 30.1909253 ], [ 120.2488045, 30.1923014 ], [ 120.2490176, 30.1933126 ], [ 120.2492046, 30.1941472 ], [ 120.2493246, 30.1947617 ], [ 120.2494372, 30.1953784 ], [ 120.249564, 30.196312 ], [ 120.24961, 30.1966511 ], [ 120.2496412, 30.1967793 ], [ 120.249758, 30.1972497 ], [ 120.2500376, 30.1983758 ], [ 120.2501048, 30.1994228 ], [ 120.2500854, 30.2000675 ], [ 120.2500961, 30.2021446 ] ], [ [ 120.2499128, 30.2021466 ], [ 120.2499022, 30.2000855 ], [ 120.2499216, 30.1994248 ], [ 120.2499406, 30.1988731 ], [ 120.2498842, 30.1983838 ], [ 120.2495982, 30.1971445 ], [ 120.2495139, 30.1967794 ], [ 120.2494884, 30.1966371 ], [ 120.2494432, 30.1963565 ], [ 120.2492876, 30.1953897 ], [ 120.2491809, 30.1947807 ], [ 120.2490424, 30.1941449 ], [ 120.2488738, 30.1933103 ], [ 120.2486645, 30.1923146 ], [ 120.2483767, 30.1909274 ] ], [ [ 120.2500961, 30.2021446 ], [ 120.2499128, 30.2021466 ] ], [ [ 120.2560237, 30.1879309 ], [ 120.2560627, 30.1881521 ], [ 120.256077, 30.188791 ], [ 120.2560874, 30.1892505 ], [ 120.2560915, 30.1895357 ], [ 120.2560944, 30.1905924 ], [ 120.2560568, 30.191056 ], [ 120.2559954, 30.1914518 ], [ 120.255884, 30.191852 ], [ 120.2557311, 30.1923277 ], [ 120.2555484, 30.1927292 ], [ 120.2553763, 30.1931613 ], [ 120.2552457, 30.1935713 ], [ 120.2551758, 30.1939699 ], [ 120.2551551, 30.1942841 ], [ 120.2551615, 30.1944411 ], [ 120.2551693, 30.1946359 ], [ 120.2552176, 30.1952969 ], [ 120.2552789, 30.196409 ], [ 120.2552653, 30.1965973 ] ], [ [ 120.2579504, 30.2020578 ], [ 120.257427, 30.2020594 ] ], [ [ 120.257427, 30.2020594 ], [ 120.2565901, 30.2020618 ] ], [ [ 120.2565901, 30.2020618 ], [ 120.2556263, 30.2020647 ] ], [ [ 120.2500961, 30.2021446 ], [ 120.2504978, 30.2021345 ] ], [ [ 120.2504978, 30.2021345 ], [ 120.2508156, 30.2021322 ] ], [ [ 120.2508156, 30.2021322 ], [ 120.251573, 30.2021058 ] ], [ [ 120.251573, 30.2021058 ], [ 120.2536449, 30.2020848 ] ], [ [ 120.2536449, 30.2020848 ], [ 120.2537388, 30.2020838 ] ], [ [ 120.2537388, 30.2020838 ], [ 120.2556263, 30.2020647 ] ], [ [ 120.2629049, 30.2019869 ], [ 120.2620547, 30.2019967 ] ], [ [ 120.2620547, 30.2019967 ], [ 120.2610273, 30.2019982 ] ], [ [ 120.2610273, 30.2019982 ], [ 120.2607894, 30.2020013 ] ], [ [ 120.2607894, 30.2020013 ], [ 120.2607741, 30.2020009 ] ], [ [ 120.2579504, 30.2020578 ], [ 120.2607741, 30.2020009 ] ], [ [ 120.2477638, 30.2021695 ], [ 120.2499128, 30.2021466 ] ], [ [ 120.2477638, 30.2021695 ], [ 120.2462572, 30.2022041 ] ], [ [ 120.2462572, 30.2022041 ], [ 120.245997, 30.2022157 ] ], [ [ 120.245997, 30.2022157 ], [ 120.2447961, 30.202228 ] ], [ [ 120.2500961, 30.2021446 ], [ 120.2500776, 30.2046916 ] ], [ [ 120.249933, 30.204696 ], [ 120.2499129, 30.2021626 ], [ 120.2499128, 30.2021466 ] ], [ [ 120.2629049, 30.2019869 ], [ 120.2630777, 30.2019631 ] ], [ [ 120.268657, 30.2014976 ], [ 120.2691376, 30.2042609 ] ], [ [ 120.2691376, 30.2042609 ], [ 120.2691807, 30.2045005 ] ], [ [ 120.2691807, 30.2045005 ], [ 120.2694829, 30.2061816 ] ], [ [ 120.2500776, 30.2046916 ], [ 120.2500587, 30.2071016 ] ], [ [ 120.2499128, 30.2071025 ], [ 120.2499129, 30.2070954 ], [ 120.249933, 30.204696 ] ], [ [ 120.2730555, 30.1875633 ], [ 120.2726755, 30.1875858 ] ], [ [ 120.2726755, 30.1875858 ], [ 120.2722198, 30.1875814 ] ], [ [ 120.2722198, 30.1875814 ], [ 120.2698161, 30.187622 ] ], [ [ 120.2698161, 30.187622 ], [ 120.2696361, 30.1876253 ] ], [ [ 120.2696361, 30.1876253 ], [ 120.266433, 30.1876842 ] ], [ [ 120.266433, 30.1876842 ], [ 120.266342, 30.1876859 ] ], [ [ 120.266342, 30.1876859 ], [ 120.2642276, 30.1877248 ] ], [ [ 120.261892, 30.1878772 ], [ 120.2642276, 30.1877248 ] ], [ [ 120.268657, 30.2014976 ], [ 120.2682988, 30.1995294 ] ], [ [ 120.2682988, 30.1995294 ], [ 120.2681413, 30.1986968 ] ], [ [ 120.2681413, 30.1986968 ], [ 120.2677721, 30.1964153 ] ], [ [ 120.2677721, 30.1964153 ], [ 120.2677493, 30.1963311 ] ], [ [ 120.2677493, 30.1963311 ], [ 120.2675355, 30.1935296 ] ], [ [ 120.273192, 30.1875619 ], [ 120.2732504, 30.1887816 ], [ 120.2732893, 30.1891305 ], [ 120.2733431, 30.1894116 ], [ 120.2735517, 30.1902398 ], [ 120.2735597, 30.1902805 ] ], [ [ 120.273404, 30.1902838 ], [ 120.2734018, 30.1902721 ], [ 120.2732579, 30.1896042 ], [ 120.2732001, 30.1894019 ], [ 120.2731557, 30.1890932 ], [ 120.2731413, 30.1887973 ], [ 120.2730555, 30.1875633 ] ], [ [ 120.2735597, 30.1902805 ], [ 120.2735722, 30.1903441 ] ], [ [ 120.2734161, 30.1903481 ], [ 120.273404, 30.1902838 ] ], [ [ 120.2735722, 30.1903441 ], [ 120.2736969, 30.1909797 ], [ 120.2737415, 30.1913528 ], [ 120.2737561, 30.1917518 ], [ 120.2737224, 30.1921072 ], [ 120.2737149, 30.1921909 ], [ 120.2736648, 30.1929579 ], [ 120.2736398, 30.1932388 ], [ 120.273635, 30.1935421 ], [ 120.273675, 30.1938713 ], [ 120.2737053, 30.1941187 ], [ 120.2737581, 30.1943661 ], [ 120.2740862, 30.1960119 ], [ 120.27411, 30.1960978 ], [ 120.2744432, 30.1979738 ], [ 120.2749697, 30.2009379 ] ], [ [ 120.2748611, 30.2009549 ], [ 120.2743286, 30.1979993 ], [ 120.2739872, 30.1961041 ], [ 120.2739634, 30.1960211 ], [ 120.2736455, 30.1943842 ], [ 120.2735877, 30.1941343 ], [ 120.2735524, 30.1938975 ], [ 120.2735191, 30.1934964 ], [ 120.2735071, 30.1932505 ], [ 120.2735362, 30.1929658 ], [ 120.2735942, 30.1921764 ], [ 120.2736368, 30.19186 ], [ 120.2736375, 30.1915773 ], [ 120.2736007, 30.1913269 ], [ 120.2734161, 30.1903481 ] ], [ [ 120.2817583, 30.2040036 ], [ 120.2816421, 30.2036532 ], [ 120.2811226, 30.2014357 ], [ 120.2809673, 30.2007211 ], [ 120.2809348, 30.2003996 ] ], [ [ 120.2749697, 30.2009379 ], [ 120.2751999, 30.2023277 ], [ 120.2754293, 30.2037011 ], [ 120.2756704, 30.2052402 ] ], [ [ 120.2755745, 30.2052579 ], [ 120.27533, 30.2037205 ], [ 120.2751006, 30.2023446 ], [ 120.2748611, 30.2009549 ] ], [ [ 120.2753513, 30.2081299 ], [ 120.2754235, 30.208023 ], [ 120.2757915, 30.2075483 ], [ 120.2758499, 30.2074074 ], [ 120.2759051, 30.2072346 ], [ 120.2759159, 30.2070876 ], [ 120.2758889, 30.2068967 ], [ 120.2755745, 30.2052579 ] ], [ [ 120.2756704, 30.2052402 ], [ 120.2759498, 30.2068097 ], [ 120.2759939, 30.2071188 ], [ 120.275981, 30.207313 ], [ 120.2759363, 30.2074605 ], [ 120.2758341, 30.207624 ], [ 120.2754936, 30.2080742 ], [ 120.2750628, 30.2086928 ], [ 120.2747746, 30.2091718 ], [ 120.2744572, 30.2097994 ] ], [ [ 120.2743461, 30.2098071 ], [ 120.274524, 30.2094432 ], [ 120.2747142, 30.209122 ], [ 120.2749041, 30.2087915 ], [ 120.2753513, 30.2081299 ] ], [ [ 120.2699562, 30.2088169 ], [ 120.2702461, 30.2104311 ] ], [ [ 120.2744572, 30.2097994 ], [ 120.2743632, 30.2099112 ] ], [ [ 120.2743632, 30.2099112 ], [ 120.2743461, 30.2098071 ] ], [ [ 120.2812306, 30.2008467 ], [ 120.281395, 30.2013672 ], [ 120.2818955, 30.2035464 ], [ 120.281929, 30.2037809 ] ], [ [ 120.2780456, 30.2128177 ], [ 120.278757, 30.216074 ] ], [ [ 120.2786605, 30.2160892 ], [ 120.2779272, 30.2128403 ] ], [ [ 120.2699562, 30.2088169 ], [ 120.2694829, 30.2061816 ] ], [ [ 120.2846439, 30.2151985 ], [ 120.2860618, 30.2149224 ], [ 120.2861296, 30.2149092 ] ], [ [ 120.2861381, 30.2150043 ], [ 120.285129, 30.215164 ], [ 120.2845043, 30.2152629 ] ], [ [ 120.2841346, 30.2152535 ], [ 120.2846439, 30.2151985 ] ], [ [ 120.2852036, 30.1823896 ], [ 120.2852247, 30.1824948 ] ], [ [ 120.2951603, 30.2065854 ], [ 120.2956639, 30.2093325 ] ], [ [ 120.2956639, 30.2093325 ], [ 120.2956796, 30.2094108 ] ], [ [ 120.2956796, 30.2094108 ], [ 120.2957225, 30.2096635 ] ], [ [ 120.2957225, 30.2096635 ], [ 120.2957303, 30.2096943 ] ], [ [ 120.2957303, 30.2096943 ], [ 120.2958143, 30.2101624 ] ], [ [ 120.2958143, 30.2101624 ], [ 120.2961567, 30.2118722 ] ], [ [ 120.2961567, 30.2118722 ], [ 120.2964333, 30.2132533 ] ], [ [ 120.2964509, 30.2133224 ], [ 120.2964333, 30.2132533 ] ], [ [ 120.2905765, 30.2141967 ], [ 120.2925774, 30.213861 ], [ 120.2926538, 30.2138482 ], [ 120.2955743, 30.2133906 ], [ 120.2964333, 30.2132533 ] ], [ [ 120.2964509, 30.2133224 ], [ 120.2958398, 30.2134151 ], [ 120.2933649, 30.2138146 ], [ 120.2927769, 30.2139099 ], [ 120.2905863, 30.2142651 ] ], [ [ 120.2904675, 30.2142145 ], [ 120.2905765, 30.2141967 ] ], [ [ 120.2905863, 30.2142651 ], [ 120.2905528, 30.2142705 ], [ 120.2904837, 30.2142826 ] ], [ [ 120.2861296, 30.2149092 ], [ 120.2885033, 30.2145354 ], [ 120.2904675, 30.2142145 ] ], [ [ 120.2964509, 30.2133224 ], [ 120.2969648, 30.2160277 ] ], [ [ 120.2969648, 30.2160277 ], [ 120.2969799, 30.2161071 ] ], [ [ 120.2969799, 30.2161071 ], [ 120.2969903, 30.2161618 ] ], [ [ 120.2969903, 30.2161618 ], [ 120.2972994, 30.2177758 ] ], [ [ 120.2972994, 30.2177758 ], [ 120.2975819, 30.2192504 ] ], [ [ 120.2976027, 30.2193568 ], [ 120.2975819, 30.2192504 ] ], [ [ 120.2845043, 30.2152629 ], [ 120.2842672, 30.21532 ] ], [ [ 120.2851586, 30.2181358 ], [ 120.2866418, 30.2178978 ] ], [ [ 120.2866572, 30.2179698 ], [ 120.285184, 30.2182046 ] ], [ [ 120.3385303, 30.2155629 ], [ 120.3384108, 30.2151498 ], [ 120.3383699, 30.2149717 ], [ 120.3382472, 30.2146582 ], [ 120.3381955, 30.2144992 ], [ 120.3381454, 30.2143187 ], [ 120.3381121, 30.2142355 ], [ 120.3379855, 30.2138345 ], [ 120.3378511, 30.2133667 ], [ 120.3378324, 30.2133086 ], [ 120.3377145, 30.2129426 ], [ 120.3373998, 30.2118333 ], [ 120.3370071, 30.2103992 ], [ 120.3364238, 30.2083833 ], [ 120.3363782, 30.2082258 ], [ 120.3358425, 30.2059658 ], [ 120.3352658, 30.2041466 ], [ 120.3351351, 30.2036381 ], [ 120.334883, 30.2028563 ], [ 120.3345603, 30.2020833 ] ], [ [ 120.3388209, 30.2155103 ], [ 120.3389248, 30.2158281 ] ], [ [ 120.3386801, 30.2158641 ], [ 120.3385303, 30.2155629 ] ], [ [ 120.351305, 30.2194711 ], [ 120.3513918, 30.2194565 ], [ 120.3554893, 30.2187665 ], [ 120.356927, 30.2186784 ] ], [ [ 120.3569275, 30.2187365 ], [ 120.3555616, 30.2188332 ], [ 120.3536682, 30.2191587 ], [ 120.3514095, 30.2195471 ], [ 120.351329, 30.2195563 ] ], [ [ 120.3882189, 30.2339842 ], [ 120.3879627, 30.2339501 ] ], [ [ 120.3879627, 30.2339501 ], [ 120.386507, 30.2337566 ] ], [ [ 120.386507, 30.2337566 ], [ 120.3854575, 30.233617 ] ], [ [ 120.3854575, 30.233617 ], [ 120.3833082, 30.2333312 ] ], [ [ 120.3833082, 30.2333312 ], [ 120.3809551, 30.2330183 ] ], [ [ 120.3809551, 30.2330183 ], [ 120.3801608, 30.2329127 ] ], [ [ 120.3801608, 30.2329127 ], [ 120.3799249, 30.2328813 ] ], [ [ 120.3799249, 30.2328813 ], [ 120.3796273, 30.2328417 ] ], [ [ 120.3796273, 30.2328417 ], [ 120.3782519, 30.2326198 ] ], [ [ 120.3782519, 30.2326198 ], [ 120.3781604, 30.232605 ] ], [ [ 120.3781604, 30.232605 ], [ 120.3765121, 30.2323391 ] ], [ [ 120.3765121, 30.2323391 ], [ 120.373513, 30.2318551 ] ], [ [ 120.373513, 30.2318551 ], [ 120.3728193, 30.2317432 ] ], [ [ 120.3728193, 30.2317432 ], [ 120.3716549, 30.2315553 ] ], [ [ 120.3716549, 30.2315553 ], [ 120.3701185, 30.2313074 ] ], [ [ 120.3701185, 30.2313074 ], [ 120.3687568, 30.231106 ] ], [ [ 120.3687568, 30.231106 ], [ 120.3665918, 30.2310975 ] ], [ [ 120.3665918, 30.2310975 ], [ 120.3659897, 30.2310951 ] ], [ [ 120.3659897, 30.2310951 ], [ 120.3659, 30.231095 ] ], [ [ 120.3659, 30.231095 ], [ 120.3625425, 30.2310926 ] ], [ [ 120.3625425, 30.2310926 ], [ 120.3577578, 30.2311118 ] ], [ [ 120.3577578, 30.2311118 ], [ 120.3504489, 30.2311238 ] ], [ [ 120.3504489, 30.2311238 ], [ 120.3495767, 30.2311188 ] ], [ [ 120.3495767, 30.2311188 ], [ 120.3492569, 30.2311169 ] ], [ [ 120.3492569, 30.2311169 ], [ 120.3478443, 30.2311229 ] ], [ [ 120.3478443, 30.2311229 ], [ 120.3477648, 30.2311233 ] ], [ [ 120.3477648, 30.2311233 ], [ 120.344218, 30.2311384 ] ], [ [ 120.344218, 30.2311384 ], [ 120.3437833, 30.2311403 ] ], [ [ 120.3437833, 30.2311403 ], [ 120.3434668, 30.2311417 ] ], [ [ 120.3434668, 30.2311417 ], [ 120.3432747, 30.2311425 ] ], [ [ 120.3463574, 30.2202943 ], [ 120.345011, 30.2149063 ] ], [ [ 120.351305, 30.2194711 ], [ 120.350833, 30.2172182 ] ], [ [ 120.3389248, 30.2158281 ], [ 120.3390392, 30.2161721 ], [ 120.3392616, 30.2167158 ], [ 120.3393519, 30.2169954 ], [ 120.3394685, 30.2174236 ], [ 120.3395152, 30.217756 ], [ 120.3395647, 30.2179626 ], [ 120.3400594, 30.2196278 ], [ 120.3401881, 30.2204436 ], [ 120.3404326, 30.2212825 ] ], [ [ 120.3400643, 30.2213396 ], [ 120.3398073, 30.2203556 ], [ 120.3397965, 30.2198318 ], [ 120.3393212, 30.218111 ], [ 120.3392113, 30.2178204 ], [ 120.3391435, 30.2175084 ], [ 120.3390485, 30.2171859 ], [ 120.3390041, 30.2170675 ], [ 120.3389154, 30.2167306 ], [ 120.3387943, 30.2162982 ], [ 120.3386801, 30.2158641 ] ], [ [ 120.351329, 30.2195563 ], [ 120.351305, 30.2194711 ] ], [ [ 120.3463574, 30.2202943 ], [ 120.3473622, 30.2201247 ], [ 120.351305, 30.2194711 ] ], [ [ 120.351329, 30.2195563 ], [ 120.3463864, 30.2203767 ] ], [ [ 120.3463574, 30.2202943 ], [ 120.3463864, 30.2203767 ] ], [ [ 120.3404326, 30.2212825 ], [ 120.3406711, 30.2212483 ], [ 120.3409419, 30.2212059 ], [ 120.3445888, 30.2205928 ], [ 120.3463574, 30.2202943 ] ], [ [ 120.3463864, 30.2203767 ], [ 120.34096, 30.221286 ], [ 120.3406904, 30.2213312 ], [ 120.3404482, 30.2213718 ] ], [ [ 120.3400643, 30.2213396 ], [ 120.3404326, 30.2212825 ] ], [ [ 120.3404326, 30.2212825 ], [ 120.3404482, 30.2213718 ] ], [ [ 120.351329, 30.2195563 ], [ 120.3520565, 30.2230919 ] ], [ [ 120.3520565, 30.2230919 ], [ 120.3520166, 30.2231312 ] ], [ [ 120.3400898, 30.2214139 ], [ 120.3400643, 30.2213396 ] ], [ [ 120.3404482, 30.2213718 ], [ 120.3400898, 30.2214139 ] ], [ [ 120.3361518, 30.2216982 ], [ 120.3371698, 30.2215987 ], [ 120.3382687, 30.2214999 ], [ 120.3400643, 30.2213396 ] ], [ [ 120.3400898, 30.2214139 ], [ 120.3362068, 30.2217767 ], [ 120.3361643, 30.2217807 ] ], [ [ 120.3315306, 30.2221496 ], [ 120.3326154, 30.2220437 ], [ 120.3361518, 30.2216982 ] ], [ [ 120.3268861, 30.2226029 ], [ 120.3269006, 30.2226015 ], [ 120.3315306, 30.2221496 ] ], [ [ 120.3315409, 30.222219 ], [ 120.3315129, 30.2222217 ], [ 120.3271086, 30.2226914 ], [ 120.3269181, 30.222719 ] ], [ [ 120.3361643, 30.2217807 ], [ 120.3315409, 30.222219 ] ], [ [ 120.3463864, 30.2203767 ], [ 120.3467132, 30.2217192 ] ], [ [ 120.3467132, 30.2217192 ], [ 120.3472977, 30.2241199 ] ], [ [ 120.3404482, 30.2213718 ], [ 120.3411086, 30.2237336 ], [ 120.341408, 30.2248054 ], [ 120.34153, 30.2252421 ], [ 120.3415785, 30.2254158 ] ], [ [ 120.3412567, 30.2254404 ], [ 120.3412106, 30.2252814 ], [ 120.3411137, 30.2249469 ], [ 120.3400898, 30.2214139 ] ], [ [ 120.3472977, 30.2241199 ], [ 120.3519146, 30.2231173 ], [ 120.3520166, 30.2231312 ] ], [ [ 120.3520166, 30.2231312 ], [ 120.3519951, 30.2231833 ], [ 120.3502345, 30.223574 ], [ 120.3481021, 30.2240473 ], [ 120.3473339, 30.2242238 ] ], [ [ 120.3473339, 30.2242238 ], [ 120.3472977, 30.2241199 ] ], [ [ 120.3415785, 30.2254158 ], [ 120.3417657, 30.2253733 ], [ 120.342074, 30.2253034 ], [ 120.347112, 30.2241603 ], [ 120.3472977, 30.2241199 ] ], [ [ 120.4655487, 30.2115873 ], [ 120.4656445, 30.2115625 ] ], [ [ 120.4655487, 30.2115873 ], [ 120.4639435, 30.2120031 ] ], [ [ 120.4639435, 30.2120031 ], [ 120.4611103, 30.2127371 ] ], [ [ 120.4611103, 30.2127371 ], [ 120.4597212, 30.213097 ] ], [ [ 120.4597212, 30.213097 ], [ 120.4595625, 30.2131381 ] ], [ [ 120.4595625, 30.2131381 ], [ 120.4595336, 30.2131456 ] ], [ [ 120.4595336, 30.2131456 ], [ 120.4592494, 30.2132188 ] ], [ [ 120.4592494, 30.2132188 ], [ 120.4590318, 30.2132749 ] ], [ [ 120.4590318, 30.2132749 ], [ 120.4584255, 30.213431 ] ], [ [ 120.4583274, 30.2134598 ], [ 120.4584255, 30.213431 ] ], [ [ 120.4656445, 30.2115625 ], [ 120.4657436, 30.2117271 ], [ 120.4659199, 30.2121181 ], [ 120.4662252, 30.2129625 ], [ 120.4664115, 30.2133642 ], [ 120.4666249, 30.2136956 ], [ 120.4669173, 30.2139996 ], [ 120.4673011, 30.2142981 ], [ 120.4681305, 30.2148352 ], [ 120.4690314, 30.2154452 ], [ 120.4692436, 30.2155888 ], [ 120.4696144, 30.2158889 ], [ 120.4699454, 30.2162469 ], [ 120.4701806, 30.2166377 ], [ 120.4703501, 30.2170308 ], [ 120.4707044, 30.2181662 ], [ 120.4719846, 30.2221247 ] ], [ [ 120.4718297, 30.2221635 ], [ 120.4707601, 30.2188168 ], [ 120.4705733, 30.2182325 ], [ 120.4704595, 30.2178566 ], [ 120.4702688, 30.2172268 ], [ 120.4701219, 30.2168426 ], [ 120.4699374, 30.216494 ], [ 120.4697095, 30.2161798 ], [ 120.4693857, 30.2158828 ], [ 120.469056, 30.2156208 ], [ 120.4687389, 30.215409 ], [ 120.4682843, 30.2151054 ], [ 120.4671743, 30.2143766 ], [ 120.4668976, 30.2141546 ], [ 120.4665629, 30.2138263 ], [ 120.4663296, 30.2135168 ], [ 120.4661667, 30.213212 ], [ 120.4660954, 30.2130416 ], [ 120.4659719, 30.2127462 ], [ 120.4657643, 30.2121567 ], [ 120.4656232, 30.2117562 ], [ 120.4655487, 30.2115873 ] ], [ [ 120.4719846, 30.2221247 ], [ 120.4718297, 30.2221635 ] ], [ [ 120.4641395, 30.2236771 ], [ 120.4664007, 30.2232262 ] ], [ [ 120.4664007, 30.2232262 ], [ 120.4674258, 30.2230013 ] ], [ [ 120.4674258, 30.2230013 ], [ 120.4676685, 30.222948 ] ], [ [ 120.4676685, 30.222948 ], [ 120.4686238, 30.2227384 ] ], [ [ 120.4686238, 30.2227384 ], [ 120.4690325, 30.2226487 ] ], [ [ 120.4690325, 30.2226487 ], [ 120.4702541, 30.2224368 ] ], [ [ 120.4702541, 30.2224368 ], [ 120.4714037, 30.2222374 ] ], [ [ 120.4714037, 30.2222374 ], [ 120.4718297, 30.2221635 ] ], [ [ 120.4719846, 30.2221247 ], [ 120.4726417, 30.2242914 ] ], [ [ 120.4725386, 30.2243624 ], [ 120.4718297, 30.2221635 ] ], [ [ 120.4726417, 30.2242914 ], [ 120.4728558, 30.224889 ], [ 120.4729606, 30.2254888 ], [ 120.4735848, 30.2274472 ], [ 120.4736178, 30.2275507 ] ], [ [ 120.473525, 30.2275709 ], [ 120.4728951, 30.2255474 ], [ 120.4727703, 30.2250735 ], [ 120.4725386, 30.2243624 ] ], [ [ 120.467631, 30.2268011 ], [ 120.4683879, 30.2288661 ] ], [ [ 120.4140736, 30.2295142 ], [ 120.4142688, 30.2296012 ], [ 120.4143543, 30.2296393 ] ], [ [ 120.4142651, 30.2297931 ], [ 120.4141829, 30.2297564 ], [ 120.4139988, 30.2296742 ] ], [ [ 120.4140736, 30.2295142 ], [ 120.4141473, 30.2295159 ], [ 120.4142158, 30.2295145 ], [ 120.4143248, 30.2294997 ], [ 120.4144385, 30.2294821 ], [ 120.4146916, 30.2294472 ], [ 120.4149013, 30.2294403 ], [ 120.4151039, 30.2294776 ], [ 120.4154633, 30.2295581 ], [ 120.4163728, 30.2297744 ], [ 120.4166684, 30.2298571 ], [ 120.416904, 30.2299461 ], [ 120.4180061, 30.230442 ], [ 120.4181697, 30.2305264 ], [ 120.4183227, 30.23066 ], [ 120.4184494, 30.2308217 ], [ 120.418511, 30.2309634 ], [ 120.4185619, 30.2310982 ], [ 120.418648, 30.2312353 ], [ 120.4187422, 30.2313338 ], [ 120.4190077, 30.2315908 ], [ 120.4193335, 30.2318589 ], [ 120.4195571, 30.2319586 ], [ 120.4198174, 30.2320501 ], [ 120.4204066, 30.2322342 ], [ 120.4206351, 30.232318 ], [ 120.4219516, 30.2328809 ], [ 120.4220814, 30.2329202 ], [ 120.4222225, 30.2329366 ], [ 120.4223542, 30.232929 ], [ 120.4224608, 30.2329062 ], [ 120.4225648, 30.2328538 ], [ 120.4226636, 30.2327738 ], [ 120.422733, 30.2326972 ], [ 120.4227848, 30.2326249 ], [ 120.4229422, 30.2323585 ] ], [ [ 120.4215566, 30.2347559 ], [ 120.4220189, 30.2339739 ], [ 120.4220865, 30.2338253 ], [ 120.4221088, 30.2337258 ], [ 120.4221084, 30.2336254 ], [ 120.4220856, 30.2335253 ], [ 120.4220317, 30.2334355 ], [ 120.4219632, 30.2333615 ], [ 120.4218411, 30.2332754 ], [ 120.4216848, 30.2331974 ], [ 120.4204437, 30.2326359 ], [ 120.4202269, 30.2325267 ], [ 120.4197262, 30.2322459 ], [ 120.4194431, 30.2321078 ], [ 120.4192041, 30.2320004 ], [ 120.4183874, 30.2318274 ], [ 120.4178128, 30.2316467 ], [ 120.4176289, 30.2315772 ], [ 120.4155392, 30.2306445 ], [ 120.4149152, 30.2303338 ], [ 120.4143185, 30.2300682 ], [ 120.4142693, 30.2300325 ], [ 120.4141903, 30.22993 ], [ 120.4141364, 30.2298408 ], [ 120.4140694, 30.2297472 ], [ 120.4139988, 30.2296742 ] ], [ [ 120.4229422, 30.2323585 ], [ 120.4230667, 30.2321543 ], [ 120.4231415, 30.2320746 ], [ 120.4232391, 30.232013 ], [ 120.4234306, 30.2319412 ], [ 120.4235956, 30.2318965 ], [ 120.4237908, 30.2318838 ], [ 120.4239486, 30.2319116 ], [ 120.4252528, 30.2324755 ], [ 120.4254842, 30.2325762 ], [ 120.4258179, 30.2327291 ], [ 120.4259775, 30.2328212 ], [ 120.4261268, 30.2329516 ], [ 120.426152888477702, 30.233019242147158 ] ], [ [ 120.426152888477702, 30.233019242147158 ], [ 120.426199, 30.2331388 ], [ 120.4262142, 30.2333174 ], [ 120.426191, 30.2335486 ], [ 120.4261563, 30.2337524 ], [ 120.4261123, 30.2339567 ], [ 120.4260445, 30.234233 ], [ 120.4259782, 30.2344324 ], [ 120.4258929, 30.2346637 ], [ 120.4257896, 30.2348816 ], [ 120.4257022, 30.2350556 ], [ 120.4255805, 30.2352524 ], [ 120.4254678, 30.23541 ], [ 120.4253518, 30.2355578 ], [ 120.4251479, 30.2357907 ], [ 120.4250326, 30.2359065 ], [ 120.4247874, 30.2361234 ], [ 120.4245855, 30.2362757 ], [ 120.4244125, 30.2364256 ], [ 120.4242846, 30.2365132 ], [ 120.424128, 30.2365747 ], [ 120.423950332042395, 30.236611890505063 ] ], [ [ 120.423950332042395, 30.236611890505063 ], [ 120.4239307, 30.236616 ], [ 120.4237758, 30.2366153 ], [ 120.4236526, 30.2365872 ], [ 120.423499, 30.2365447 ], [ 120.4231661, 30.236398 ], [ 120.4215716, 30.2356888 ], [ 120.4214727, 30.2356298 ], [ 120.421406, 30.2355699 ], [ 120.421351, 30.2354888 ], [ 120.4213222, 30.2354128 ], [ 120.4213083, 30.2353342 ], [ 120.4213132, 30.2352424 ], [ 120.4213445, 30.2351438 ], [ 120.421386, 30.2350471 ], [ 120.4215566, 30.2347559 ] ], [ [ 120.3958653, 30.2349116 ], [ 120.3946428, 30.2347661 ] ], [ [ 120.3946428, 30.2347661 ], [ 120.393659, 30.2346463 ] ], [ [ 120.393659, 30.2346463 ], [ 120.3927094, 30.2345307 ] ], [ [ 120.3927094, 30.2345307 ], [ 120.3915188, 30.2343858 ] ], [ [ 120.3915188, 30.2343858 ], [ 120.3911546, 30.2343415 ] ], [ [ 120.3911546, 30.2343415 ], [ 120.3899666, 30.2341969 ] ], [ [ 120.3899666, 30.2341969 ], [ 120.3896213, 30.2341549 ] ], [ [ 120.3896213, 30.2341549 ], [ 120.3882189, 30.2339842 ] ], [ [ 120.5734972, 30.2209797 ], [ 120.5742505, 30.2207108 ] ], [ [ 120.5742505, 30.2207108 ], [ 120.5750996, 30.2204205 ] ], [ [ 120.5750996, 30.2204205 ], [ 120.5769416, 30.2197906 ] ], [ [ 120.5769416, 30.2197906 ], [ 120.5788625, 30.2191192 ] ], [ [ 120.5788625, 30.2191192 ], [ 120.5796227, 30.2188376 ] ], [ [ 120.5796227, 30.2188376 ], [ 120.5804751, 30.2184612 ] ], [ [ 120.5804751, 30.2184612 ], [ 120.5816067, 30.2177768 ] ], [ [ 120.5816067, 30.2177768 ], [ 120.5825447, 30.2170587 ] ], [ [ 120.5825447, 30.2170587 ], [ 120.5831957, 30.2163516 ] ], [ [ 120.5831957, 30.2163516 ], [ 120.5833469, 30.2161377 ] ], [ [ 120.5237971, 30.2181825 ], [ 120.5239575, 30.2181517 ] ], [ [ 120.5237971, 30.2181825 ], [ 120.5233774, 30.2182547 ] ], [ [ 120.5233774, 30.2182547 ], [ 120.5224818, 30.2184089 ] ], [ [ 120.5224818, 30.2184089 ], [ 120.5222672, 30.2184458 ] ], [ [ 120.5222672, 30.2184458 ], [ 120.5209696, 30.2187734 ] ], [ [ 120.5209696, 30.2187734 ], [ 120.5204372, 30.2189078 ] ], [ [ 120.5204372, 30.2189078 ], [ 120.5203575, 30.2189279 ] ], [ [ 120.5203575, 30.2189279 ], [ 120.5199121, 30.2190481 ] ], [ [ 120.5199121, 30.2190481 ], [ 120.5168545, 30.2198735 ] ], [ [ 120.5168545, 30.2198735 ], [ 120.5166128, 30.2199421 ] ], [ [ 120.5166128, 30.2199421 ], [ 120.5130332, 30.2209585 ] ], [ [ 120.5130332, 30.2209585 ], [ 120.5104387, 30.2216952 ] ], [ [ 120.5104387, 30.2216952 ], [ 120.5099264, 30.2218481 ] ], [ [ 120.5099264, 30.2218481 ], [ 120.5088562, 30.2221309 ] ], [ [ 120.5088562, 30.2221309 ], [ 120.5077451, 30.2225675 ] ], [ [ 120.5077451, 30.2225675 ], [ 120.5067641, 30.2233036 ] ], [ [ 120.5067641, 30.2233036 ], [ 120.5062752, 30.223744 ] ], [ [ 120.5062752, 30.223744 ], [ 120.5057656, 30.2240832 ] ], [ [ 120.5057656, 30.2240832 ], [ 120.5055212, 30.2241929 ] ], [ [ 120.5055212, 30.2241929 ], [ 120.5048511, 30.2243258 ] ], [ [ 120.5048511, 30.2243258 ], [ 120.5044588, 30.2244036 ] ], [ [ 120.5044588, 30.2244036 ], [ 120.5025819, 30.2247759 ] ], [ [ 120.5025819, 30.2247759 ], [ 120.5004031, 30.2252081 ] ], [ [ 120.5004031, 30.2252081 ], [ 120.5003238, 30.2252252 ] ], [ [ 120.5003238, 30.2252252 ], [ 120.5001663, 30.2252569 ] ], [ [ 120.5001663, 30.2252569 ], [ 120.4976029, 30.225772 ] ], [ [ 120.4976029, 30.225772 ], [ 120.4974053, 30.2258117 ] ], [ [ 120.4974053, 30.2258117 ], [ 120.497333, 30.2258258 ] ], [ [ 120.497333, 30.2258258 ], [ 120.4970503, 30.2258809 ] ], [ [ 120.4970503, 30.2258809 ], [ 120.4958966, 30.2261056 ] ], [ [ 120.4958966, 30.2261056 ], [ 120.4950988, 30.226261 ] ], [ [ 120.4950988, 30.226261 ], [ 120.4945026, 30.2263771 ] ], [ [ 120.4945026, 30.2263771 ], [ 120.4938906, 30.2264963 ] ], [ [ 120.4938906, 30.2264963 ], [ 120.4914657, 30.2269686 ] ], [ [ 120.583126, 30.2220446 ], [ 120.5833571, 30.2220749 ], [ 120.5834241, 30.2220837 ], [ 120.5945291, 30.2235421 ], [ 120.5948284, 30.2235814 ], [ 120.595128, 30.2236208 ], [ 120.5998711, 30.2242437 ] ], [ [ 120.5998664, 30.2244685 ], [ 120.5947637, 30.2237934 ], [ 120.5945484, 30.2237649 ], [ 120.5833824, 30.2222877 ], [ 120.5833154, 30.2222788 ], [ 120.5830879, 30.2222486 ] ], [ [ 120.5734972, 30.2209797 ], [ 120.571174, 30.2218089 ] ], [ [ 120.571174, 30.2218089 ], [ 120.5697668, 30.2222783 ] ], [ [ 120.5697668, 30.2222783 ], [ 120.5692303, 30.2224572 ] ], [ [ 120.5692303, 30.2224572 ], [ 120.5689328, 30.2225612 ] ], [ [ 120.5689328, 30.2225612 ], [ 120.5686869, 30.2226436 ] ], [ [ 120.5686869, 30.2226436 ], [ 120.5686146, 30.2226678 ] ], [ [ 120.5686146, 30.2226678 ], [ 120.5676634, 30.2230009 ] ], [ [ 120.5676634, 30.2230009 ], [ 120.5663066, 30.223476 ] ], [ [ 120.5663066, 30.223476 ], [ 120.5662009, 30.223513 ] ], [ [ 120.5662009, 30.223513 ], [ 120.5656369, 30.2237076 ] ], [ [ 120.5656369, 30.2237076 ], [ 120.5638899, 30.2243103 ] ], [ [ 120.5638899, 30.2243103 ], [ 120.5638214, 30.2243332 ] ], [ [ 120.5638214, 30.2243332 ], [ 120.5626927, 30.2247104 ] ], [ [ 120.5626927, 30.2247104 ], [ 120.5618029, 30.2250077 ] ], [ [ 120.5618029, 30.2250077 ], [ 120.5616977, 30.2250364 ] ], [ [ 120.5616977, 30.2250364 ], [ 120.5612721, 30.2251527 ] ], [ [ 120.5612721, 30.2251527 ], [ 120.5611983, 30.2251729 ] ], [ [ 120.5611983, 30.2251729 ], [ 120.5607229, 30.2252744 ] ], [ [ 120.5607229, 30.2252744 ], [ 120.5597194, 30.2254888 ] ], [ [ 120.5597194, 30.2254888 ], [ 120.5584292, 30.225848 ] ], [ [ 120.5584292, 30.225848 ], [ 120.558311, 30.2258926 ] ], [ [ 120.558311, 30.2258926 ], [ 120.5572987, 30.2262741 ] ], [ [ 120.5572987, 30.2262741 ], [ 120.5572477, 30.2262933 ] ], [ [ 120.5572477, 30.2262933 ], [ 120.5571144, 30.2263435 ] ], [ [ 120.5571144, 30.2263435 ], [ 120.5562235, 30.2267059 ] ], [ [ 120.5562235, 30.2267059 ], [ 120.5550987, 30.2271634 ] ], [ [ 120.5550987, 30.2271634 ], [ 120.5542386, 30.2274851 ] ], [ [ 120.5542386, 30.2274851 ], [ 120.5539789, 30.2275822 ] ], [ [ 120.5539789, 30.2275822 ], [ 120.553712, 30.2276533 ] ], [ [ 120.553712, 30.2276533 ], [ 120.5536073, 30.2276812 ] ], [ [ 120.5699885, 30.2267298 ], [ 120.5759191, 30.2273789 ], [ 120.5770204, 30.2274305 ], [ 120.581898, 30.2274978 ] ], [ [ 120.5818717, 30.2276353 ], [ 120.5770586, 30.2275425 ], [ 120.5758819, 30.2274677 ], [ 120.5699721, 30.2268366 ] ], [ [ 120.581898, 30.2274978 ], [ 120.5819712, 30.2275121 ] ], [ [ 120.5819444, 30.2276367 ], [ 120.5818717, 30.2276353 ] ], [ [ 120.3218551, 30.2233615 ], [ 120.3249604, 30.2229058 ], [ 120.3268218, 30.2226092 ], [ 120.3268861, 30.2226029 ] ], [ [ 120.3269181, 30.222719 ], [ 120.3237155, 30.2231835 ], [ 120.3218782, 30.22345 ] ], [ [ 120.3156577, 30.2247696 ], [ 120.3183604, 30.22397 ], [ 120.3188986, 30.2238607 ], [ 120.3195906, 30.2236938 ], [ 120.3218551, 30.2233615 ] ], [ [ 120.3218782, 30.22345 ], [ 120.3195806, 30.2237729 ], [ 120.3177219, 30.2242974 ], [ 120.3156947, 30.2248946 ] ], [ [ 120.3473339, 30.2242238 ], [ 120.3445902, 30.2248543 ], [ 120.3420953, 30.2253952 ], [ 120.341794, 30.2254605 ], [ 120.3416179, 30.2254987 ] ], [ [ 120.3412567, 30.2254404 ], [ 120.3415785, 30.2254158 ] ], [ [ 120.3415785, 30.2254158 ], [ 120.3416179, 30.2254987 ] ], [ [ 120.3412921, 30.2255732 ], [ 120.3412567, 30.2254404 ] ], [ [ 120.3416179, 30.2254987 ], [ 120.3412921, 30.2255732 ] ], [ [ 120.3367915, 30.225941 ], [ 120.3412567, 30.2254404 ] ], [ [ 120.3412921, 30.2255732 ], [ 120.3411912, 30.2256056 ], [ 120.3368151, 30.2260979 ] ], [ [ 120.3321472, 30.2264835 ], [ 120.3343349, 30.2262101 ], [ 120.3367915, 30.225941 ] ], [ [ 120.3368151, 30.2260979 ], [ 120.3324045, 30.2265534 ], [ 120.3322089, 30.2265782 ] ], [ [ 120.3416179, 30.2254987 ], [ 120.3419421, 30.2264528 ], [ 120.3422295, 30.2273026 ] ], [ [ 120.3418066, 30.2273835 ], [ 120.3412921, 30.2255732 ] ], [ [ 120.3321472, 30.2264835 ], [ 120.3322089, 30.2265782 ] ], [ [ 120.3321133, 30.2265943 ], [ 120.3321472, 30.2264835 ] ], [ [ 120.3322089, 30.2265782 ], [ 120.3321133, 30.2265943 ] ], [ [ 120.3275571, 30.2269956 ], [ 120.3321472, 30.2264835 ] ], [ [ 120.3321133, 30.2265943 ], [ 120.3319594, 30.2266091 ], [ 120.3275782, 30.2271371 ], [ 120.3275534, 30.2271399 ] ], [ [ 120.3229895, 30.2277686 ], [ 120.3257888, 30.2272915 ], [ 120.3273019, 30.2270252 ], [ 120.3275571, 30.2269956 ] ], [ [ 120.3275534, 30.2271399 ], [ 120.3272772, 30.227171 ], [ 120.3239003, 30.227746 ], [ 120.3230224, 30.2278957 ] ], [ [ 120.3171311, 30.2296432 ], [ 120.3210067, 30.2281066 ], [ 120.3229895, 30.2277686 ] ], [ [ 120.3230224, 30.2278957 ], [ 120.321152, 30.2282145 ], [ 120.3207453, 30.228353 ], [ 120.3203061, 30.2285281 ], [ 120.3190522, 30.2290282 ], [ 120.3172206, 30.2297586 ], [ 120.3171832, 30.2297733 ] ], [ [ 120.3422295, 30.2273026 ], [ 120.342318, 30.2276298 ] ], [ [ 120.341897, 30.2277122 ], [ 120.3418066, 30.2273835 ] ], [ [ 120.342318, 30.2276298 ], [ 120.3425148, 30.2282459 ], [ 120.3429231, 30.2295295 ], [ 120.3431337, 30.2303116 ], [ 120.3432596, 30.2308379 ], [ 120.3432747, 30.2311425 ] ], [ [ 120.3428757, 30.2310839 ], [ 120.3425617, 30.2299635 ], [ 120.342303, 30.2291475 ], [ 120.341897, 30.2277122 ] ], [ [ 120.3322089, 30.2265782 ], [ 120.3322729, 30.2269665 ], [ 120.3324675, 30.2284802 ], [ 120.3325418, 30.2290979 ], [ 120.3326091, 30.2295902 ], [ 120.332694, 30.2301223 ], [ 120.3327754, 30.2305214 ], [ 120.3328462, 30.2308684 ], [ 120.3329163, 30.2311393 ], [ 120.3330267, 30.2315656 ], [ 120.3333594, 30.2326786 ], [ 120.3337947, 30.2339385 ], [ 120.3338245, 30.2340563 ] ], [ [ 120.3337292, 30.2341783 ], [ 120.333685, 30.2340057 ], [ 120.3332709, 30.2326725 ], [ 120.3330303, 30.23185 ], [ 120.3328922, 30.2313852 ], [ 120.3328391, 30.2311558 ], [ 120.3327188, 30.2306146 ], [ 120.3327047, 30.2305507 ], [ 120.3326622, 30.2303577 ], [ 120.3324675, 30.2291193 ], [ 120.3323736, 30.2285116 ], [ 120.3323012, 30.2280429 ], [ 120.3321242, 30.2268013 ], [ 120.3321133, 30.2265943 ] ], [ [ 120.3428757, 30.2310839 ], [ 120.3431538, 30.2310711 ], [ 120.3432747, 30.2311425 ] ], [ [ 120.3429133, 30.2312133 ], [ 120.3428757, 30.2310839 ] ], [ [ 120.3432747, 30.2311425 ], [ 120.3429133, 30.2312133 ] ], [ [ 120.3432747, 30.2311425 ], [ 120.3436829, 30.2326307 ], [ 120.3438076, 30.2331843 ], [ 120.3438136, 30.2335222 ] ], [ [ 120.343687, 30.233514 ], [ 120.3435646, 30.2333701 ], [ 120.3434467, 30.2331453 ], [ 120.3431581, 30.2321723 ], [ 120.3430443, 30.2317965 ], [ 120.3430036, 30.231533 ], [ 120.3429133, 30.2312133 ] ], [ [ 120.3338245, 30.2340563 ], [ 120.3342276, 30.2337867 ], [ 120.3343145, 30.2337325 ], [ 120.3354049, 30.2330525 ], [ 120.3364116, 30.2325886 ], [ 120.3369337, 30.2323902 ], [ 120.3372884, 30.2322961 ], [ 120.3382336, 30.2320672 ], [ 120.3396514, 30.2317718 ], [ 120.3427652, 30.2311105 ], [ 120.3428757, 30.2310839 ] ], [ [ 120.3429133, 30.2312133 ], [ 120.3396557, 30.2318714 ], [ 120.3376471, 30.2322992 ], [ 120.337151, 30.2324331 ], [ 120.3369599, 30.2324897 ], [ 120.3363655, 30.2327099 ], [ 120.3357144, 30.2329957 ], [ 120.335301, 30.2332189 ], [ 120.3347222, 30.233585 ], [ 120.3338524, 30.2341885 ] ], [ [ 120.3337292, 30.2341783 ], [ 120.3338245, 30.2340563 ] ], [ [ 120.3119161, 30.2316844 ], [ 120.3169158, 30.2297286 ], [ 120.3171311, 30.2296432 ] ], [ [ 120.3171832, 30.2297733 ], [ 120.3122293, 30.2317178 ], [ 120.311962, 30.2318218 ] ], [ [ 120.3067367, 30.2337094 ], [ 120.3097703, 30.2325238 ], [ 120.3119161, 30.2316844 ] ], [ [ 120.4579149, 30.2247918 ], [ 120.4580769, 30.2254918 ] ], [ [ 120.4580769, 30.2254918 ], [ 120.4585893, 30.2275226 ] ], [ [ 120.4585893, 30.2275226 ], [ 120.4586486, 30.227777 ] ], [ [ 120.4586486, 30.227777 ], [ 120.4588492, 30.2286367 ] ], [ [ 120.4588492, 30.2286367 ], [ 120.4589514, 30.2290747 ] ], [ [ 120.4589514, 30.2290747 ], [ 120.4591027, 30.229549 ] ], [ [ 120.4591027, 30.229549 ], [ 120.4593224, 30.2299427 ] ], [ [ 120.4593224, 30.2299427 ], [ 120.4595951, 30.2304559 ] ], [ [ 120.4595951, 30.2304559 ], [ 120.4598176, 30.2306882 ] ], [ [ 120.4598176, 30.2306882 ], [ 120.4600861, 30.2308319 ] ], [ [ 120.4600861, 30.2308319 ], [ 120.4601952, 30.2308911 ] ], [ [ 120.4601952, 30.2308911 ], [ 120.4605716, 30.231095 ] ], [ [ 120.4605716, 30.231095 ], [ 120.4606082, 30.2311149 ] ], [ [ 120.4606082, 30.2311149 ], [ 120.4608701, 30.2313063 ] ], [ [ 120.4608701, 30.2313063 ], [ 120.4609743, 30.2314935 ] ], [ [ 120.4609743, 30.2314935 ], [ 120.4611715, 30.2320296 ] ], [ [ 120.4611715, 30.2320296 ], [ 120.461231, 30.2321912 ] ], [ [ 120.461231, 30.2321912 ], [ 120.461631, 30.2332785 ] ], [ [ 120.4683879, 30.2288661 ], [ 120.4689409, 30.2304599 ] ], [ [ 120.4689409, 30.2304599 ], [ 120.4692996, 30.2314947 ] ], [ [ 120.4692996, 30.2314947 ], [ 120.47031, 30.2312599 ], [ 120.4716094, 30.2309815 ], [ 120.4717607, 30.230953 ], [ 120.4725283, 30.2307726 ], [ 120.4744291, 30.2303184 ] ], [ [ 120.4744718, 30.2304451 ], [ 120.4725632, 30.2308611 ], [ 120.4693427, 30.2316166 ] ], [ [ 120.4693427, 30.2316166 ], [ 120.4693286, 30.2315773 ] ], [ [ 120.4693286, 30.2315773 ], [ 120.4692996, 30.2314947 ] ], [ [ 120.4796937, 30.2292957 ], [ 120.4795021, 30.2293756 ], [ 120.4788691, 30.2295146 ], [ 120.4773578, 30.2298337 ], [ 120.4770749, 30.2298942 ], [ 120.4745493, 30.2304347 ] ], [ [ 120.4744291, 30.2303184 ], [ 120.4745057, 30.2303044 ] ], [ [ 120.4745057, 30.2303044 ], [ 120.4745493, 30.2304347 ] ], [ [ 120.4744718, 30.2304451 ], [ 120.4744291, 30.2303184 ] ], [ [ 120.4745493, 30.2304347 ], [ 120.4744718, 30.2304451 ] ], [ [ 120.4745493, 30.2304347 ], [ 120.474843, 30.2313139 ], [ 120.4749654, 30.2316923 ], [ 120.4752483, 30.2325666 ] ], [ [ 120.4751701, 30.2325779 ], [ 120.4747639, 30.2313112 ], [ 120.4744718, 30.2304451 ] ], [ [ 120.4650801, 30.2324539 ], [ 120.4656465, 30.2323243 ], [ 120.4658096, 30.2322828 ], [ 120.4660554, 30.232228 ], [ 120.4666602, 30.2320958 ], [ 120.4686188, 30.2316559 ], [ 120.4692996, 30.2314947 ] ], [ [ 120.4693427, 30.2316166 ], [ 120.4651153, 30.232555 ] ], [ [ 120.4650045, 30.2324781 ], [ 120.4650801, 30.2324539 ] ], [ [ 120.4651153, 30.232555 ], [ 120.4650378, 30.2325731 ] ], [ [ 120.4702033, 30.233736 ], [ 120.4700833, 30.2336817 ] ], [ [ 120.4700833, 30.2336817 ], [ 120.4693427, 30.2316166 ] ], [ [ 120.461631, 30.2332785 ], [ 120.4617056, 30.233197 ], [ 120.4639216, 30.2326897 ], [ 120.4650045, 30.2324781 ] ], [ [ 120.4650378, 30.2325731 ], [ 120.4639453, 30.2327878 ], [ 120.4617566, 30.2333013 ], [ 120.461631, 30.2332785 ] ], [ [ 120.460969, 30.2334406 ], [ 120.4610668, 30.2334179 ] ], [ [ 120.4610668, 30.2334179 ], [ 120.4613589, 30.2333501 ] ], [ [ 120.4613589, 30.2333501 ], [ 120.461631, 30.2332785 ] ], [ [ 120.4752483, 30.2325666 ], [ 120.4767112, 30.2370872 ] ], [ [ 120.4766213, 30.2371024 ], [ 120.4765753, 30.236959 ], [ 120.4751701, 30.2325779 ] ], [ [ 120.4767112, 30.2370872 ], [ 120.4767613, 30.237242 ] ], [ [ 120.4766724, 30.2372616 ], [ 120.4766213, 30.2371024 ] ], [ [ 120.4702033, 30.233736 ], [ 120.4705292, 30.2338595 ] ], [ [ 120.4705292, 30.2338595 ], [ 120.4720787, 30.2370406 ] ], [ [ 120.4720787, 30.2370406 ], [ 120.4722987, 30.2374607 ] ], [ [ 120.4722987, 30.2374607 ], [ 120.472517, 30.2378775 ] ], [ [ 120.472517, 30.2378775 ], [ 120.4725706, 30.2379798 ] ], [ [ 120.4726307, 30.2380946 ], [ 120.4725706, 30.2379798 ] ], [ [ 120.395961, 30.2349322 ], [ 120.3958653, 30.2349116 ] ], [ [ 120.4229422, 30.2323585 ], [ 120.4231359, 30.2321955 ], [ 120.4232741, 30.2321087 ], [ 120.4234331, 30.2320403 ], [ 120.4235379, 30.232015 ], [ 120.4237022, 30.2320136 ], [ 120.423852, 30.2320373 ], [ 120.423985, 30.232072 ], [ 120.4241354, 30.2321267 ], [ 120.4254339, 30.2326992 ], [ 120.426152888477702, 30.233019242147158 ] ], [ [ 120.426152888477702, 30.233019242147158 ], [ 120.4261975, 30.2330391 ], [ 120.4268363, 30.233305 ], [ 120.428416, 30.2340063 ], [ 120.4287624, 30.2341568 ], [ 120.4291012, 30.2343064 ], [ 120.4294983, 30.2344802 ], [ 120.4298531, 30.2346355 ], [ 120.4303936, 30.2348817 ], [ 120.4305739, 30.2349628 ], [ 120.4316637, 30.235453 ], [ 120.4322135, 30.2357003 ], [ 120.4323108, 30.2357441 ], [ 120.4324335, 30.2358131 ], [ 120.432499, 30.2358813 ], [ 120.4325296, 30.235982 ], [ 120.4325379, 30.236106 ], [ 120.4324762, 30.2362708 ], [ 120.4323276, 30.2365231 ], [ 120.4322929, 30.2365821 ], [ 120.4319633, 30.2371419 ], [ 120.4316209, 30.2377235 ], [ 120.4312778, 30.2383062 ], [ 120.4309407, 30.2388786 ], [ 120.430743, 30.2392145 ], [ 120.4306503, 30.2393328 ], [ 120.4305453, 30.2394374 ], [ 120.4304104, 30.2394571 ], [ 120.4302631, 30.2394271 ], [ 120.4300434, 30.2393272 ], [ 120.4290883, 30.238893 ], [ 120.4284401, 30.2385984 ], [ 120.4277663, 30.2383226 ], [ 120.4269841, 30.2379943 ], [ 120.4265228, 30.2378048 ], [ 120.4246939, 30.2369975 ], [ 120.4243229, 30.2368347 ], [ 120.4241549, 30.2367401 ], [ 120.423950332042395, 30.236611890505063 ] ], [ [ 120.423950332042395, 30.236611890505063 ], [ 120.4238736, 30.2365638 ], [ 120.4236042, 30.2364118 ], [ 120.4232127, 30.2362167 ], [ 120.4225565, 30.2359075 ], [ 120.4217137, 30.2355166 ], [ 120.4216073, 30.2354448 ], [ 120.4215416, 30.2353604 ], [ 120.4214906, 30.2352633 ], [ 120.4214613, 30.2351461 ], [ 120.4214659, 30.2350435 ], [ 120.4214966, 30.2349158 ], [ 120.4215566, 30.2347559 ] ], [ [ 120.5058338, 30.2369725 ], [ 120.505761, 30.2369978 ] ], [ [ 120.505761, 30.2369978 ], [ 120.5054433, 30.2370926 ] ], [ [ 120.5054433, 30.2370926 ], [ 120.5045377, 30.2373985 ] ], [ [ 120.5045377, 30.2373985 ], [ 120.5042941, 30.2374773 ] ], [ [ 120.5042941, 30.2374773 ], [ 120.5015873, 30.2383532 ] ], [ [ 120.5015873, 30.2383532 ], [ 120.5010288, 30.2385257 ] ], [ [ 120.5010288, 30.2385257 ], [ 120.5000263, 30.2388352 ] ], [ [ 120.5000263, 30.2388352 ], [ 120.4993825, 30.2389464 ] ], [ [ 120.4993825, 30.2389464 ], [ 120.4989561, 30.2390246 ] ], [ [ 120.4989561, 30.2390246 ], [ 120.4982453, 30.239155 ] ], [ [ 120.4982453, 30.239155 ], [ 120.4969149, 30.2394052 ] ], [ [ 120.4969149, 30.2394052 ], [ 120.4960529, 30.2395508 ] ], [ [ 120.4960529, 30.2395508 ], [ 120.4953346, 30.2396721 ] ], [ [ 120.4953346, 30.2396721 ], [ 120.4952293, 30.2396899 ] ], [ [ 120.4952293, 30.2396899 ], [ 120.4950793, 30.2397218 ] ], [ [ 120.4950793, 30.2397218 ], [ 120.4945906, 30.2398107 ] ], [ [ 120.4945906, 30.2398107 ], [ 120.4944626, 30.2398424 ] ], [ [ 120.4767613, 30.237242 ], [ 120.4774904, 30.2394949 ], [ 120.4776465, 30.2400064 ], [ 120.4777153, 30.2402471 ], [ 120.477742, 30.2403626 ], [ 120.4778522, 30.2408406 ], [ 120.4778956, 30.2413889 ], [ 120.477956, 30.2422732 ], [ 120.4780053, 30.2425391 ], [ 120.4780404, 30.2426415 ] ], [ [ 120.4779644, 30.2426486 ], [ 120.4779499, 30.2425394 ], [ 120.477898, 30.2422726 ], [ 120.4778509, 30.2416828 ], [ 120.4777819, 30.2408419 ], [ 120.4776703, 30.2403712 ], [ 120.4775991, 30.2400709 ], [ 120.4773949, 30.2395144 ], [ 120.4766724, 30.2372616 ] ], [ [ 120.4918964, 30.2403177 ], [ 120.4926502, 30.2401838 ] ], [ [ 120.4926502, 30.2401838 ], [ 120.4935928, 30.2400062 ] ], [ [ 120.4935928, 30.2400062 ], [ 120.4938533, 30.2399572 ] ], [ [ 120.4938533, 30.2399572 ], [ 120.4944626, 30.2398424 ] ], [ [ 120.3338245, 30.2340563 ], [ 120.3338524, 30.2341885 ] ], [ [ 120.333763, 30.2342948 ], [ 120.3337292, 30.2341783 ] ], [ [ 120.3338524, 30.2341885 ], [ 120.333763, 30.2342948 ] ], [ [ 120.339795, 30.2357724 ], [ 120.3398091, 30.2354325 ] ], [ [ 120.3398091, 30.2354325 ], [ 120.3397883, 30.2349489 ] ], [ [ 120.3338524, 30.2341885 ], [ 120.3339115, 30.2344675 ], [ 120.3342225, 30.2355044 ], [ 120.3342371, 30.235553 ], [ 120.3343238, 30.2358225 ], [ 120.3345627, 30.2365651 ], [ 120.3346013, 30.2367083 ] ], [ [ 120.3344811, 30.2367362 ], [ 120.3344459, 30.2365895 ], [ 120.3342298, 30.2358446 ], [ 120.3341416, 30.2355407 ], [ 120.3338443, 30.2345959 ], [ 120.333763, 30.2342948 ] ], [ [ 120.3250394, 30.2368694 ], [ 120.3250904, 30.2370884 ], [ 120.3251905, 30.2375179 ], [ 120.3256624, 30.239544 ], [ 120.3257538, 30.2399661 ] ], [ [ 120.3255835, 30.2399938 ], [ 120.3252437, 30.2384049 ], [ 120.3250436, 30.237546 ], [ 120.3249429, 30.2371139 ], [ 120.3250394, 30.2368694 ] ], [ [ 120.339795, 30.2357724 ], [ 120.3397669, 30.2360151 ] ], [ [ 120.3397669, 30.2360151 ], [ 120.3391769, 30.2381754 ] ], [ [ 120.3391769, 30.2381754 ], [ 120.3391587, 30.2383796 ] ], [ [ 120.3346013, 30.2367083 ], [ 120.3346583, 30.2369197 ], [ 120.3351644, 30.2385097 ], [ 120.335209, 30.2386416 ] ], [ [ 120.3350706, 30.2386604 ], [ 120.3345273, 30.2369289 ], [ 120.3344811, 30.2367362 ] ], [ [ 120.3391587, 30.2383796 ], [ 120.3391488, 30.238491 ] ], [ [ 120.3391488, 30.238491 ], [ 120.3391769, 30.2405905 ] ], [ [ 120.3391769, 30.2405905 ], [ 120.3391933, 30.2407648 ] ], [ [ 120.335209, 30.2386416 ], [ 120.335306, 30.2389286 ], [ 120.3358014, 30.2406134 ], [ 120.3358732, 30.2408276 ], [ 120.3358839, 30.2408595 ] ], [ [ 120.3357459, 30.2408745 ], [ 120.3357378, 30.2408396 ], [ 120.3356953, 30.2406562 ], [ 120.3351432, 30.2388919 ], [ 120.3350706, 30.2386604 ] ], [ [ 120.3392132, 30.2409772 ], [ 120.3391933, 30.2407648 ] ], [ [ 120.5998711, 30.2242437 ], [ 120.6000625, 30.2242689 ] ], [ [ 120.6000649, 30.2244948 ], [ 120.5999823, 30.2244839 ], [ 120.5998664, 30.2244685 ] ], [ [ 120.6000625, 30.2242689 ], [ 120.6035379, 30.2247912 ] ], [ [ 120.6034957, 30.2250178 ], [ 120.6000649, 30.2244948 ] ], [ [ 120.5499704, 30.2286797 ], [ 120.5500178, 30.2286684 ] ], [ [ 120.5500178, 30.2286684 ], [ 120.5516704, 30.228277 ] ], [ [ 120.5516704, 30.228277 ], [ 120.5517712, 30.2282531 ] ], [ [ 120.5517712, 30.2282531 ], [ 120.5529617, 30.2279349 ] ], [ [ 120.5529617, 30.2279349 ], [ 120.5536073, 30.2276812 ] ], [ [ 120.5471858, 30.2293433 ], [ 120.5499704, 30.2286797 ] ], [ [ 120.5468094, 30.2294331 ], [ 120.5468939, 30.2294129 ] ], [ [ 120.5468939, 30.2294129 ], [ 120.547073, 30.2293702 ] ], [ [ 120.547073, 30.2293702 ], [ 120.5471326, 30.229356 ] ], [ [ 120.5471326, 30.229356 ], [ 120.5471858, 30.2293433 ] ], [ [ 120.5468094, 30.2294331 ], [ 120.5463128, 30.2295679 ] ], [ [ 120.5463128, 30.2295679 ], [ 120.5437851, 30.230254 ] ], [ [ 120.5437851, 30.230254 ], [ 120.5425646, 30.2305853 ] ], [ [ 120.5272506, 30.2330238 ], [ 120.5274211, 30.2330024 ] ], [ [ 120.5274211, 30.2330024 ], [ 120.5281399, 30.2329467 ] ], [ [ 120.5281399, 30.2329467 ], [ 120.5295628, 30.2328158 ] ], [ [ 120.5295628, 30.2328158 ], [ 120.5302508, 30.232759 ] ], [ [ 120.5302508, 30.232759 ], [ 120.5303314, 30.232752 ] ], [ [ 120.5303314, 30.232752 ], [ 120.5336143, 30.2324663 ] ], [ [ 120.5336143, 30.2324663 ], [ 120.534633, 30.2323784 ] ], [ [ 120.534633, 30.2323784 ], [ 120.5351898, 30.2323303 ] ], [ [ 120.5351898, 30.2323303 ], [ 120.5368773, 30.2319888 ] ], [ [ 120.5368773, 30.2319888 ], [ 120.5369703, 30.2319699 ] ], [ [ 120.5369703, 30.2319699 ], [ 120.5372325, 30.2319169 ] ], [ [ 120.5372325, 30.2319169 ], [ 120.5373202, 30.2318991 ] ], [ [ 120.5373202, 30.2318991 ], [ 120.5373973, 30.2318835 ] ], [ [ 120.5373973, 30.2318835 ], [ 120.5394587, 30.2313656 ] ], [ [ 120.5394587, 30.2313656 ], [ 120.54183, 30.2307699 ] ], [ [ 120.54183, 30.2307699 ], [ 120.5425646, 30.2305853 ] ], [ [ 120.5272506, 30.2330238 ], [ 120.5266389, 30.233059 ] ], [ [ 120.5266389, 30.233059 ], [ 120.5257854, 30.2331716 ] ], [ [ 120.5257854, 30.2331716 ], [ 120.5255952, 30.2331967 ] ], [ [ 120.5255952, 30.2331967 ], [ 120.5247238, 30.2333747 ] ], [ [ 120.5247238, 30.2333747 ], [ 120.5236136, 30.2336769 ] ], [ [ 120.5236136, 30.2336769 ], [ 120.522471, 30.2340013 ] ], [ [ 120.522471, 30.2340013 ], [ 120.5219977, 30.2341185 ] ], [ [ 120.5219977, 30.2341185 ], [ 120.5205988, 30.2344648 ] ], [ [ 120.5205988, 30.2344648 ], [ 120.5198664, 30.2346143 ] ], [ [ 120.5198664, 30.2346143 ], [ 120.5194186, 30.2347058 ] ], [ [ 120.5194186, 30.2347058 ], [ 120.5179008, 30.2349951 ] ], [ [ 120.5179008, 30.2349951 ], [ 120.5175947, 30.2350534 ] ], [ [ 120.5175947, 30.2350534 ], [ 120.5168276, 30.2352295 ] ], [ [ 120.5168276, 30.2352295 ], [ 120.5158802, 30.2354558 ] ], [ [ 120.5158802, 30.2354558 ], [ 120.5157669, 30.2354994 ] ], [ [ 120.5157669, 30.2354994 ], [ 120.5154072, 30.2356093 ] ], [ [ 120.5154072, 30.2356093 ], [ 120.5153103, 30.2356361 ] ], [ [ 120.5153103, 30.2356361 ], [ 120.514934, 30.2356929 ] ], [ [ 120.514934, 30.2356929 ], [ 120.5143654, 30.2356929 ] ], [ [ 120.5143654, 30.2356929 ], [ 120.5131155, 30.2356095 ] ], [ [ 120.5131155, 30.2356095 ], [ 120.5130585, 30.235606 ] ], [ [ 120.5130585, 30.235606 ], [ 120.5123698, 30.2355632 ] ], [ [ 120.5123698, 30.2355632 ], [ 120.511431, 30.2355863 ] ], [ [ 120.511431, 30.2355863 ], [ 120.5106732, 30.2356546 ] ], [ [ 120.5106732, 30.2356546 ], [ 120.5105566, 30.2356651 ] ], [ [ 120.5105566, 30.2356651 ], [ 120.5104115, 30.235691 ] ], [ [ 120.5104115, 30.235691 ], [ 120.5097788, 30.2358042 ] ], [ [ 120.5097788, 30.2358042 ], [ 120.509017, 30.2359849 ] ], [ [ 120.509017, 30.2359849 ], [ 120.5078809, 30.2363466 ] ], [ [ 120.5078809, 30.2363466 ], [ 120.507692, 30.2364067 ] ], [ [ 120.507692, 30.2364067 ], [ 120.5064192, 30.2367943 ] ], [ [ 120.5064192, 30.2367943 ], [ 120.5062245, 30.2368535 ] ], [ [ 120.5062245, 30.2368535 ], [ 120.5058338, 30.2369725 ] ], [ [ 120.4726307, 30.2380946 ], [ 120.4727876, 30.2383941 ] ], [ [ 120.4727876, 30.2383941 ], [ 120.4731307, 30.2395203 ] ], [ [ 120.4731307, 30.2395203 ], [ 120.4732415, 30.2398789 ] ], [ [ 120.4732415, 30.2398789 ], [ 120.4741369, 30.2427754 ] ], [ [ 120.4741369, 30.2427754 ], [ 120.4741686, 30.2432195 ] ], [ [ 120.3919683, 30.2603482 ], [ 120.3910159, 30.2593274 ] ], [ [ 120.3910159, 30.2593274 ], [ 120.3909407, 30.2592234 ] ], [ [ 120.3909407, 30.2592234 ], [ 120.3908671, 30.2591217 ] ], [ [ 120.3908671, 30.2591217 ], [ 120.3902201, 30.2583328 ] ], [ [ 120.3902201, 30.2583328 ], [ 120.3899001, 30.2580856 ] ], [ [ 120.3899001, 30.2580856 ], [ 120.3898568, 30.2580493 ] ], [ [ 120.3898568, 30.2580493 ], [ 120.3896957, 30.2579141 ] ], [ [ 120.3896957, 30.2579141 ], [ 120.3892504, 30.2575891 ] ], [ [ 120.3892504, 30.2575891 ], [ 120.3890785, 30.2574368 ] ], [ [ 120.3890785, 30.2574368 ], [ 120.3879903, 30.2563433 ] ], [ [ 120.3879903, 30.2563433 ], [ 120.3846, 30.2524324 ] ], [ [ 120.3846, 30.2524324 ], [ 120.3842138, 30.2517466 ] ], [ [ 120.3842138, 30.2517466 ], [ 120.3840537, 30.2512578 ] ], [ [ 120.3840537, 30.2512578 ], [ 120.3841264, 30.2506585 ] ], [ [ 120.3841264, 30.2506585 ], [ 120.3841466, 30.2504214 ] ], [ [ 120.3841466, 30.2504214 ], [ 120.3857848, 30.2449271 ] ], [ [ 120.3857848, 30.2449271 ], [ 120.385968, 30.2443043 ] ], [ [ 120.385968, 30.2443043 ], [ 120.3865194, 30.2425325 ] ], [ [ 120.3865194, 30.2425325 ], [ 120.386778, 30.2417017 ] ], [ [ 120.386778, 30.2417017 ], [ 120.3873925, 30.2399264 ] ], [ [ 120.3873925, 30.2399264 ], [ 120.3874432, 30.23978 ] ], [ [ 120.3874432, 30.23978 ], [ 120.3876215, 30.2394395 ] ], [ [ 120.3876215, 30.2394395 ], [ 120.3878292, 30.2388696 ] ], [ [ 120.3878292, 30.2388696 ], [ 120.3878993, 30.2381296 ] ], [ [ 120.3878993, 30.2381296 ], [ 120.3880547, 30.2364907 ] ], [ [ 120.3880547, 30.2364907 ], [ 120.3880592, 30.2364226 ] ], [ [ 120.3880592, 30.2364226 ], [ 120.3882189, 30.2339842 ] ], [ [ 120.4098054, 30.2535197 ], [ 120.4100382, 30.2534072 ], [ 120.4103463, 30.2532557 ], [ 120.4108228, 30.2530534 ], [ 120.4118667, 30.2526177 ], [ 120.4126334, 30.2523988 ], [ 120.4129871, 30.2523333 ], [ 120.4134923, 30.2521993 ], [ 120.4138046, 30.2521819 ] ], [ [ 120.4140025, 30.2522873 ], [ 120.4134361, 30.2525044 ], [ 120.4129057, 30.252671 ], [ 120.4125521, 30.2528222 ], [ 120.4119515, 30.2530341 ], [ 120.41102, 30.2534266 ], [ 120.4100366, 30.2538221 ] ], [ [ 120.4559846, 30.2410859 ], [ 120.4560305, 30.2428855 ], [ 120.4560734, 30.2458321 ], [ 120.4560912, 30.246415 ], [ 120.4561343, 30.2478297 ] ], [ [ 120.4561343, 30.2478297 ], [ 120.4561403, 30.2480259 ] ], [ [ 120.456137, 30.2639834 ], [ 120.4561591, 30.2635031 ], [ 120.4562308, 30.2619477 ], [ 120.4562172, 30.2609984 ], [ 120.4561861, 30.2596003 ], [ 120.4561678, 30.2586919 ], [ 120.4561511, 30.2579798 ], [ 120.4561164, 30.2565006 ], [ 120.4560586, 30.2535978 ], [ 120.4560488, 30.2533548 ], [ 120.456054, 30.2532519 ], [ 120.4560477, 30.2528539 ], [ 120.4560477, 30.2525105 ], [ 120.4559994, 30.2503553 ], [ 120.4559728, 30.2496423 ], [ 120.455913, 30.2480425 ], [ 120.4559231, 30.2478041 ], [ 120.4559035, 30.2468466 ], [ 120.4558831, 30.2458499 ], [ 120.4558728, 30.2452427 ], [ 120.4558334, 30.2429073 ], [ 120.4558267, 30.2421965 ], [ 120.4558162, 30.241092 ] ], [ [ 120.3526293, 30.2662475 ], [ 120.3527956, 30.2663008 ], [ 120.3529822, 30.2663208 ], [ 120.3532612, 30.2663463 ], [ 120.3534703, 30.2663762 ], [ 120.3537102, 30.2664074 ], [ 120.3542241, 30.2664112 ], [ 120.3549027, 30.2664089 ], [ 120.3557101, 30.2664042 ], [ 120.3563994, 30.2664094 ] ], [ [ 120.3563994, 30.2664094 ], [ 120.3569439, 30.2664158 ], [ 120.3579417, 30.2664135 ], [ 120.3594625, 30.2664042 ], [ 120.3603959, 30.2664019 ], [ 120.3608523, 30.2663997 ], [ 120.3608814, 30.2663996 ] ], [ [ 120.3610932, 30.2664619 ], [ 120.360852, 30.266461 ], [ 120.359795, 30.2664572 ], [ 120.3572416, 30.2664665 ], [ 120.3564038, 30.2664654 ] ], [ [ 120.4094347, 30.2536805 ], [ 120.4098054, 30.2535197 ] ], [ [ 120.4100366, 30.2538221 ], [ 120.409926, 30.2538754 ] ], [ [ 120.4298333, 30.2544885 ], [ 120.4298572, 30.2543664 ] ], [ [ 120.4561403, 30.2480259 ], [ 120.4562056, 30.2509332 ], [ 120.4562386, 30.2523999 ], [ 120.4562339, 30.2527566 ], [ 120.4562424, 30.2532127 ], [ 120.4562445, 30.2533174 ], [ 120.4562472, 30.2535592 ], [ 120.4562509, 30.2540176 ], [ 120.456272, 30.2565979 ], [ 120.4562978, 30.2578695 ], [ 120.4563136, 30.2586513 ], [ 120.456334, 30.2595588 ], [ 120.4563585, 30.2610004 ], [ 120.4563691, 30.2620941 ], [ 120.4562957, 30.2635038 ], [ 120.4562706, 30.263985 ] ], [ [ 120.4300158, 30.2544196 ], [ 120.4299894, 30.2545261 ] ], [ [ 120.4057852, 30.2554788 ], [ 120.4063309, 30.2551624 ], [ 120.4067278, 30.2549924 ], [ 120.4071353, 30.2547408 ], [ 120.4083589, 30.2541983 ], [ 120.4094347, 30.2536805 ] ], [ [ 120.409926, 30.2538754 ], [ 120.4091035, 30.2542639 ], [ 120.408356, 30.2545965 ], [ 120.4072649, 30.2550796 ], [ 120.4068091, 30.2552568 ], [ 120.4061392, 30.2555599 ], [ 120.4055613, 30.2557306 ] ], [ [ 120.4299894, 30.2545261 ], [ 120.4299434, 30.2550283 ], [ 120.4299409, 30.2556435 ], [ 120.4299831, 30.2564879 ], [ 120.43007, 30.2570538 ], [ 120.4301159, 30.2573481 ], [ 120.4301468, 30.257559 ], [ 120.4302064, 30.2579068 ], [ 120.4303255, 30.2586977 ], [ 120.4304496, 30.2594242 ], [ 120.4304779, 30.2596287 ], [ 120.4306035, 30.2603887 ], [ 120.4307325, 30.2612503 ], [ 120.4308615, 30.2620797 ], [ 120.4309272, 30.2624945 ] ], [ [ 120.4307451, 30.2625485 ], [ 120.4306068, 30.26152 ], [ 120.4305232, 30.2609717 ], [ 120.4303769, 30.259936 ], [ 120.4303276, 30.2596577 ], [ 120.4301198, 30.2582951 ], [ 120.4299791, 30.2575821 ], [ 120.4299572, 30.2573873 ], [ 120.4299216, 30.2570809 ], [ 120.429855, 30.2565071 ], [ 120.4297976, 30.2560496 ], [ 120.4297871, 30.2553027 ], [ 120.429797, 30.254904 ], [ 120.4298333, 30.2544885 ] ], [ [ 120.4403999, 30.2607805 ], [ 120.4393905, 30.2608406 ] ], [ [ 120.4393905, 30.2608406 ], [ 120.4385771, 30.260889 ] ], [ [ 120.4385771, 30.260889 ], [ 120.4381927, 30.2609119 ] ], [ [ 120.4381927, 30.2609119 ], [ 120.4378972, 30.2609411 ] ], [ [ 120.4378972, 30.2609411 ], [ 120.4375792, 30.2609726 ] ], [ [ 120.4309272, 30.2624945 ], [ 120.4324596, 30.2620163 ] ], [ [ 120.4324596, 30.2620163 ], [ 120.4330344, 30.2618457 ] ], [ [ 120.4330344, 30.2618457 ], [ 120.4336091, 30.2616994 ] ], [ [ 120.4336091, 30.2616994 ], [ 120.4339013, 30.2616391 ] ], [ [ 120.4339013, 30.2616391 ], [ 120.4346274, 30.2614892 ] ], [ [ 120.4346274, 30.2614892 ], [ 120.4348064, 30.2614557 ] ], [ [ 120.4348064, 30.2614557 ], [ 120.4351089, 30.2613992 ] ], [ [ 120.4351089, 30.2613992 ], [ 120.4356076, 30.2613051 ] ], [ [ 120.4356076, 30.2613051 ], [ 120.4372296, 30.2609992 ] ], [ [ 120.4372296, 30.2609992 ], [ 120.4375792, 30.2609726 ] ], [ [ 120.4424111, 30.2606378 ], [ 120.4412483, 30.2607586 ] ], [ [ 120.4412483, 30.2607586 ], [ 120.4403999, 30.2607805 ] ], [ [ 120.3954925, 30.264538 ], [ 120.3938483, 30.2626079 ] ], [ [ 120.3938483, 30.2626079 ], [ 120.3919683, 30.2603482 ] ], [ [ 120.4309272, 30.2624945 ], [ 120.4307451, 30.2625485 ] ], [ [ 120.4307451, 30.2625485 ], [ 120.4302829, 30.2626589 ] ], [ [ 120.4302829, 30.2626589 ], [ 120.4283305, 30.2631958 ] ], [ [ 120.4283305, 30.2631958 ], [ 120.4256814, 30.2639242 ] ], [ [ 120.4256814, 30.2639242 ], [ 120.4250283, 30.2640723 ] ], [ [ 120.4250283, 30.2640723 ], [ 120.4244447, 30.2641544 ] ], [ [ 120.4244447, 30.2641544 ], [ 120.4242093, 30.2641666 ] ], [ [ 120.4242093, 30.2641666 ], [ 120.4237957, 30.2641881 ] ], [ [ 120.4309272, 30.2624945 ], [ 120.4310253, 30.263207 ], [ 120.4311667, 30.2640536 ], [ 120.431323, 30.2650159 ], [ 120.4313399, 30.2651439 ], [ 120.4313565, 30.265459 ], [ 120.4314091, 30.265757 ], [ 120.4314263, 30.265865 ] ], [ [ 120.2500587, 30.2071016 ], [ 120.2500825, 30.2094924 ] ], [ [ 120.2498994, 30.209496 ], [ 120.2499128, 30.2071025 ] ], [ [ 120.2500632, 30.2118437 ], [ 120.2500396, 30.2121353 ], [ 120.2499749, 30.2127641 ], [ 120.2499002, 30.2134902 ], [ 120.2497682, 30.2147736 ], [ 120.2497628, 30.2149343 ], [ 120.2497414, 30.215238 ], [ 120.2497377, 30.2152977 ] ], [ [ 120.2495564, 30.2153142 ], [ 120.2495576, 30.2152588 ], [ 120.2495912, 30.2149483 ], [ 120.2496627, 30.2142851 ], [ 120.2497238, 30.2137104 ], [ 120.2498587, 30.2124415 ], [ 120.2499211, 30.2118547 ] ], [ [ 120.2497377, 30.2152977 ], [ 120.249723, 30.2158745 ], [ 120.2497467, 30.2176061 ] ], [ [ 120.2495609, 30.2175907 ], [ 120.2495496, 30.2156791 ], [ 120.2495564, 30.2153142 ] ], [ [ 120.2550271, 30.2181754 ], [ 120.2550056, 30.2173917 ], [ 120.2549734, 30.2167034 ], [ 120.2549251, 30.2164322 ], [ 120.2548634, 30.2151987 ] ], [ [ 120.2551507, 30.2181762 ], [ 120.2550726, 30.2167453 ], [ 120.2550255, 30.2163862 ], [ 120.2549657, 30.2151987 ] ], [ [ 120.2497467, 30.2176061 ], [ 120.2510895, 30.2178309 ], [ 120.2523788, 30.2180278 ], [ 120.2532978, 30.2181209 ], [ 120.2540163, 30.218165 ], [ 120.2550271, 30.2181754 ] ], [ [ 120.2550085, 30.2182546 ], [ 120.2541914, 30.2182393 ], [ 120.2533213, 30.2182085 ], [ 120.2524382, 30.2181061 ], [ 120.2511359, 30.2178903 ], [ 120.2497352, 30.2176993 ] ], [ [ 120.2550271, 30.2181754 ], [ 120.2551507, 30.2181762 ] ], [ [ 120.2550085, 30.2182546 ], [ 120.2550271, 30.2181754 ] ], [ [ 120.2551507, 30.2181762 ], [ 120.2551522, 30.2182564 ] ], [ [ 120.2551522, 30.2182564 ], [ 120.2550085, 30.2182546 ] ], [ [ 120.2551548, 30.2205886 ], [ 120.2551129, 30.219334 ], [ 120.2550592, 30.219079 ], [ 120.2550085, 30.2182546 ] ], [ [ 120.2551522, 30.2182564 ], [ 120.2551955, 30.2194845 ], [ 120.255231, 30.2199881 ], [ 120.2552847, 30.2206153 ] ], [ [ 120.255283, 30.2228924 ], [ 120.2551548, 30.2205886 ] ], [ [ 120.2552847, 30.2206153 ], [ 120.2553342, 30.2217656 ], [ 120.2553965, 30.2229382 ] ], [ [ 120.2552184, 30.2240829 ], [ 120.2552372, 30.223944 ], [ 120.2552744, 30.2237953 ], [ 120.2552711, 30.2230191 ], [ 120.255283, 30.2228924 ] ], [ [ 120.2553965, 30.2229382 ], [ 120.2553718, 30.223834 ], [ 120.2553536, 30.2239756 ], [ 120.2553272, 30.224123 ] ], [ [ 120.2551828, 30.2243919 ], [ 120.2552184, 30.2240829 ] ], [ [ 120.2553272, 30.224123 ], [ 120.2552619, 30.2244192 ] ], [ [ 120.2551673, 30.2245478 ], [ 120.2551828, 30.2243919 ] ], [ [ 120.2552619, 30.2244192 ], [ 120.2552572, 30.2245748 ] ], [ [ 120.2549141, 30.2257974 ], [ 120.2551426, 30.2247411 ], [ 120.2551673, 30.2245478 ] ], [ [ 120.2552572, 30.2245748 ], [ 120.2552284, 30.2248591 ], [ 120.255179, 30.2251296 ], [ 120.2551299, 30.2254463 ], [ 120.2550511, 30.2258296 ] ], [ [ 120.2651849, 30.2180302 ], [ 120.2657727, 30.2179521 ], [ 120.2665375, 30.2178504 ], [ 120.2682963, 30.2176159 ], [ 120.2702334, 30.217361 ], [ 120.2707473, 30.2172934 ], [ 120.2727629, 30.2170281 ], [ 120.2738202, 30.2168552 ] ], [ [ 120.2738187, 30.2169511 ], [ 120.2725973, 30.2171272 ], [ 120.270759, 30.2173553 ], [ 120.2702445, 30.2174191 ], [ 120.2698893, 30.2174632 ], [ 120.2683197, 30.2176616 ], [ 120.2673238, 30.2177996 ], [ 120.2672429, 30.2178108 ], [ 120.2665396, 30.2178983 ], [ 120.2651817, 30.2180827 ] ], [ [ 120.273502, 30.213569 ], [ 120.2734453, 30.214012 ], [ 120.2738785, 30.2168457 ] ], [ [ 120.2738202, 30.2168552 ], [ 120.2733851, 30.2140059 ], [ 120.2734537, 30.2135774 ] ], [ [ 120.2738202, 30.2168552 ], [ 120.2738785, 30.2168457 ] ], [ [ 120.2738785, 30.2168457 ], [ 120.2739005, 30.2169379 ] ], [ [ 120.2738187, 30.2169511 ], [ 120.2738202, 30.2168552 ] ], [ [ 120.2739005, 30.2169379 ], [ 120.2738187, 30.2169511 ] ], [ [ 120.2739005, 30.2169379 ], [ 120.2740222, 30.2176453 ], [ 120.2742177, 30.2187528 ], [ 120.2744686, 30.2201737 ] ], [ [ 120.2744071, 30.2201854 ], [ 120.2741593, 30.2188233 ], [ 120.2738187, 30.2169511 ] ], [ [ 120.2744071, 30.2201854 ], [ 120.2744686, 30.2201737 ] ], [ [ 120.2744686, 30.2201737 ], [ 120.2744791, 30.2202392 ] ], [ [ 120.278757, 30.216074 ], [ 120.2803431, 30.2158231 ], [ 120.2808897, 30.2157366 ], [ 120.2831153, 30.2154053 ], [ 120.2841346, 30.2152535 ] ], [ [ 120.2842672, 30.21532 ], [ 120.2833171, 30.2154601 ], [ 120.2808379, 30.2158257 ], [ 120.2803234, 30.2159037 ], [ 120.278772, 30.2161387 ] ], [ [ 120.2786605, 30.2160892 ], [ 120.278757, 30.216074 ] ], [ [ 120.278757, 30.216074 ], [ 120.278772, 30.2161387 ] ], [ [ 120.2786731, 30.2161529 ], [ 120.2786605, 30.2160892 ] ], [ [ 120.278772, 30.2161387 ], [ 120.2786731, 30.2161529 ] ], [ [ 120.2738785, 30.2168457 ], [ 120.2766646, 30.2164232 ], [ 120.2786605, 30.2160892 ] ], [ [ 120.2786731, 30.2161529 ], [ 120.2766668, 30.216472 ], [ 120.2739005, 30.2169379 ] ], [ [ 120.278772, 30.2161387 ], [ 120.2789406, 30.2171196 ], [ 120.2790218, 30.2175103 ], [ 120.2793169, 30.2189307 ], [ 120.279362, 30.2191292 ] ], [ [ 120.2792994, 30.2191403 ], [ 120.2792537, 30.2189408 ], [ 120.2788653, 30.2171635 ], [ 120.2786731, 30.2161529 ] ], [ [ 120.2651817, 30.2180827 ], [ 120.2649796, 30.2181151 ] ], [ [ 120.2646622, 30.2212832 ], [ 120.2665524, 30.2209967 ], [ 120.2670316, 30.2209223 ], [ 120.2679466, 30.2208779 ], [ 120.2689052, 30.2208938 ], [ 120.2698262, 30.2209076 ], [ 120.2702091, 30.2208843 ], [ 120.2709842, 30.2207932 ], [ 120.2709898, 30.2207924 ], [ 120.2712567, 30.2207523 ], [ 120.2712623, 30.2207515 ], [ 120.2722854, 30.2205686 ], [ 120.2730029, 30.2204403 ], [ 120.2744071, 30.2201854 ] ], [ [ 120.274419, 30.2202536 ], [ 120.2735459, 30.2204039 ], [ 120.2731269, 30.2204761 ], [ 120.2712823, 30.2208109 ], [ 120.2712767, 30.2208118 ], [ 120.2709924, 30.2208561 ], [ 120.2709868, 30.220857 ], [ 120.2703345, 30.2209437 ], [ 120.2697999, 30.2209776 ], [ 120.2688992, 30.2209516 ], [ 120.2679604, 30.2209378 ], [ 120.2670303, 30.2209768 ], [ 120.2665792, 30.2210437 ], [ 120.2647994, 30.2213151 ], [ 120.26466, 30.2213364 ] ], [ [ 120.2644654, 30.221315 ], [ 120.2646622, 30.2212832 ] ], [ [ 120.2849011, 30.2181777 ], [ 120.2851586, 30.2181358 ] ], [ [ 120.285184, 30.2182046 ], [ 120.2848365, 30.2182591 ] ], [ [ 120.279362, 30.2191292 ], [ 120.2795739, 30.2190919 ], [ 120.2807791, 30.2188845 ], [ 120.2816801, 30.2187286 ], [ 120.2822389, 30.2186258 ], [ 120.2836392, 30.2183866 ], [ 120.2849011, 30.2181777 ] ], [ [ 120.2848365, 30.2182591 ], [ 120.2836328, 30.2184387 ], [ 120.2824278, 30.2186665 ], [ 120.2807864, 30.2189459 ], [ 120.2798027, 30.2191083 ], [ 120.2795824, 30.2191491 ], [ 120.2793745, 30.2191844 ] ], [ [ 120.2792994, 30.2191403 ], [ 120.279362, 30.2191292 ] ], [ [ 120.279362, 30.2191292 ], [ 120.2793745, 30.2191844 ] ], [ [ 120.2793119, 30.2191951 ], [ 120.2792994, 30.2191403 ] ], [ [ 120.2793745, 30.2191844 ], [ 120.2793119, 30.2191951 ] ], [ [ 120.2744686, 30.2201737 ], [ 120.2753938, 30.2199688 ], [ 120.275773, 30.2198848 ], [ 120.2772868, 30.2195364 ], [ 120.2780539, 30.2193598 ], [ 120.2792994, 30.2191403 ] ], [ [ 120.2793119, 30.2191951 ], [ 120.2780932, 30.2194021 ], [ 120.2775652, 30.2195422 ], [ 120.2765976, 30.219753 ], [ 120.2758568, 30.2199268 ], [ 120.2744791, 30.2202392 ] ], [ [ 120.2793745, 30.2191844 ], [ 120.2797956, 30.2209372 ], [ 120.2800623, 30.2220472 ], [ 120.2805729, 30.2241754 ], [ 120.2805432, 30.2243359 ] ], [ [ 120.2805432, 30.2243359 ], [ 120.2804208, 30.2242106 ], [ 120.2799557, 30.2220381 ], [ 120.2797157, 30.2209785 ], [ 120.2795948, 30.2204444 ], [ 120.2793119, 30.2191951 ] ], [ [ 120.26466, 30.2213364 ], [ 120.2644655, 30.2213604 ] ], [ [ 120.274419, 30.2202536 ], [ 120.2744071, 30.2201854 ] ], [ [ 120.2744791, 30.2202392 ], [ 120.274419, 30.2202536 ] ], [ [ 120.2744791, 30.2202392 ], [ 120.2748737, 30.2221236 ], [ 120.2751566, 30.2236841 ], [ 120.2754548, 30.2250894 ] ], [ [ 120.2753909, 30.2251056 ], [ 120.2751067, 30.2236983 ], [ 120.2748108, 30.2221416 ], [ 120.274419, 30.2202536 ] ], [ [ 120.2754548, 30.2250894 ], [ 120.2755395, 30.2254688 ] ], [ [ 120.2754647, 30.2254788 ], [ 120.2753909, 30.2251056 ] ], [ [ 120.2755395, 30.2254688 ], [ 120.2762439, 30.228844 ], [ 120.276499, 30.2299237 ] ], [ [ 120.2764402, 30.2299502 ], [ 120.2761989, 30.2289226 ], [ 120.2754647, 30.2254788 ] ], [ [ 120.287126, 30.2281348 ], [ 120.2868545, 30.22807 ] ], [ [ 120.2904837, 30.2142826 ], [ 120.2885457, 30.2146231 ], [ 120.2861381, 30.2150043 ] ], [ [ 120.2866418, 30.2178978 ], [ 120.2880052, 30.2176716 ], [ 120.2905438, 30.217223 ], [ 120.290935, 30.2171539 ] ], [ [ 120.2909489, 30.2172158 ], [ 120.2906544, 30.2172719 ], [ 120.2866572, 30.2179698 ] ], [ [ 120.2976027, 30.2193568 ], [ 120.2981139, 30.2216491 ] ], [ [ 120.2981139, 30.2216491 ], [ 120.2981386, 30.2220118 ] ], [ [ 120.2981386, 30.2220118 ], [ 120.298187, 30.2222776 ] ], [ [ 120.298187, 30.2222776 ], [ 120.2984677, 30.2236513 ] ], [ [ 120.2984677, 30.2236513 ], [ 120.2985385, 30.2239885 ] ], [ [ 120.2985385, 30.2239885 ], [ 120.2987276, 30.224974 ] ], [ [ 120.2891439, 30.2277493 ], [ 120.289366, 30.227689 ] ], [ [ 120.289366, 30.227689 ], [ 120.2894553, 30.2276831 ], [ 120.2895879, 30.2277177 ], [ 120.2897814, 30.2278034 ], [ 120.2900254, 30.2279121 ], [ 120.2903929, 30.2280456 ] ], [ [ 120.287126, 30.2281348 ], [ 120.2884134, 30.2279141 ] ], [ [ 120.2884134, 30.2279141 ], [ 120.2890357, 30.2277783 ] ], [ [ 120.2890357, 30.2277783 ], [ 120.2891439, 30.2277493 ] ], [ [ 120.2900603, 30.2284432 ], [ 120.2898717, 30.228095 ], [ 120.2897426, 30.2279504 ], [ 120.2896274, 30.2278595 ], [ 120.2895063, 30.2277787 ], [ 120.2893755, 30.227741 ], [ 120.2891439, 30.2277493 ] ], [ [ 120.3103354, 30.2263356 ], [ 120.3154439, 30.2248295 ], [ 120.3156577, 30.2247696 ] ], [ [ 120.3156947, 30.2248946 ], [ 120.3156671, 30.2249027 ], [ 120.3129866, 30.2256694 ], [ 120.31036, 30.2264634 ] ], [ [ 120.3052751, 30.2278376 ], [ 120.3058201, 30.2276754 ], [ 120.3103354, 30.2263356 ] ], [ [ 120.31036, 30.2264634 ], [ 120.3052877, 30.2279563 ] ], [ [ 120.3002046, 30.2293409 ], [ 120.3013644, 30.2290012 ], [ 120.3052751, 30.2278376 ] ], [ [ 120.3052877, 30.2279563 ], [ 120.3049261, 30.2280662 ], [ 120.3000351, 30.2294601 ], [ 120.2995884, 30.2295874 ], [ 120.2982994, 30.2299566 ], [ 120.2979019, 30.2300794 ], [ 120.297676, 30.2301473 ], [ 120.2970712, 30.2304267 ], [ 120.2960158, 30.231155 ], [ 120.2949697, 30.2319317 ], [ 120.2944117, 30.2323401 ] ], [ [ 120.2956534, 30.231317 ], [ 120.2959418, 30.231107 ], [ 120.2964852, 30.2307192 ], [ 120.2970566, 30.2303475 ], [ 120.2976534, 30.2300663 ], [ 120.2982781, 30.2298739 ], [ 120.2995232, 30.229518 ], [ 120.3000222, 30.2293883 ], [ 120.3002046, 30.2293409 ] ], [ [ 120.2974518, 30.2370096 ], [ 120.2977688, 30.236959 ], [ 120.2990764, 30.2366846 ], [ 120.301053, 30.2359231 ], [ 120.3014123, 30.2357846 ], [ 120.3017913, 30.2356386 ], [ 120.3041652, 30.234706 ], [ 120.3067367, 30.2337094 ] ], [ [ 120.3042495, 30.2347771 ], [ 120.3018224, 30.2357318 ], [ 120.3014221, 30.235896 ], [ 120.3010526, 30.2360502 ], [ 120.2991657, 30.2368075 ], [ 120.2985805, 30.2369251 ] ], [ [ 120.2955607, 30.2313845 ], [ 120.2942045, 30.228514 ], [ 120.2942946, 30.2284391 ], [ 120.2956534, 30.231317 ] ], [ [ 120.2909759, 30.2284382 ], [ 120.2911118, 30.2287786 ], [ 120.2911332, 30.2288044 ], [ 120.2914032, 30.2291297 ], [ 120.2917461, 30.2295158 ], [ 120.2919996, 30.2297962 ], [ 120.2934089, 30.2312843 ], [ 120.2939056, 30.2317999 ], [ 120.2940221, 30.2319302 ], [ 120.2943424, 30.2322585 ] ], [ [ 120.2942909, 30.2322969 ], [ 120.2937617, 30.2317503 ], [ 120.2931652, 30.2311638 ], [ 120.2919231, 30.2298507 ], [ 120.2916589, 30.2295703 ], [ 120.2911465, 30.2290579 ], [ 120.290931, 30.2289141 ], [ 120.2906024, 30.2288292 ] ], [ [ 120.2955607, 30.2313845 ], [ 120.2956534, 30.231317 ] ], [ [ 120.2943424, 30.2322585 ], [ 120.2948876, 30.2318746 ], [ 120.2955607, 30.2313845 ] ], [ [ 120.2942909, 30.2322969 ], [ 120.2943424, 30.2322585 ] ], [ [ 120.2943424, 30.2322585 ], [ 120.2944117, 30.2323401 ] ], [ [ 120.2943524, 30.2323654 ], [ 120.2942909, 30.2322969 ] ], [ [ 120.2944117, 30.2323401 ], [ 120.2943524, 30.2323654 ] ], [ [ 120.2935807, 30.2327367 ], [ 120.2938978, 30.2325715 ], [ 120.2942909, 30.2322969 ] ], [ [ 120.2943524, 30.2323654 ], [ 120.2938143, 30.2327061 ] ], [ [ 120.2538103, 30.2288181 ], [ 120.2541247, 30.2282105 ], [ 120.2542039, 30.2280708 ], [ 120.2544197, 30.2275511 ], [ 120.254658, 30.2269076 ], [ 120.2548603, 30.2261527 ], [ 120.2549141, 30.2257974 ] ], [ [ 120.2550511, 30.2258296 ], [ 120.2549735, 30.2261545 ], [ 120.2548381, 30.2266064 ], [ 120.2545477, 30.227439 ], [ 120.2544645, 30.2276777 ], [ 120.2542099, 30.2281962 ], [ 120.2540932, 30.2284403 ], [ 120.2538635, 30.2288548 ] ], [ [ 120.2537411, 30.2288718 ], [ 120.2538103, 30.2288181 ] ], [ [ 120.2538635, 30.2288548 ], [ 120.2538394, 30.2288971 ] ], [ [ 120.2519066, 30.2315897 ], [ 120.2525822, 30.2306272 ], [ 120.2529085, 30.2301933 ], [ 120.2531469, 30.2298734 ], [ 120.2533464, 30.2295658 ], [ 120.2535179, 30.2292702 ], [ 120.2537411, 30.2288718 ] ], [ [ 120.2538394, 30.2288971 ], [ 120.2534978, 30.2294773 ], [ 120.2532339, 30.2298929 ], [ 120.2530074, 30.2302117 ], [ 120.2526595, 30.2306777 ], [ 120.2521388, 30.2314121 ], [ 120.2520137, 30.2316266 ] ], [ [ 120.2459004, 30.2327767 ], [ 120.2459915, 30.2326992 ], [ 120.2467831, 30.2319046 ], [ 120.2471147, 30.2315919 ], [ 120.2477178, 30.2308885 ], [ 120.2481823, 30.2302966 ] ], [ [ 120.2483132, 30.2303352 ], [ 120.2482003, 30.2304977 ], [ 120.2477103, 30.2311686 ], [ 120.2471675, 30.2317678 ], [ 120.2466323, 30.2323279 ], [ 120.2461875, 30.2327773 ], [ 120.246063, 30.2328485 ] ], [ [ 120.2459004, 30.2327767 ], [ 120.246063, 30.2328485 ] ], [ [ 120.2457608, 30.2329238 ], [ 120.2459004, 30.2327767 ] ], [ [ 120.246063, 30.2328485 ], [ 120.245871, 30.2329766 ] ], [ [ 120.245871, 30.2329766 ], [ 120.2457608, 30.2329238 ] ], [ [ 120.2500146, 30.2344803 ], [ 120.2502362, 30.2341962 ], [ 120.2504646, 30.2338987 ], [ 120.2507899, 30.2334587 ], [ 120.2510475, 30.2330804 ], [ 120.2512725, 30.232694 ], [ 120.2519066, 30.2315897 ] ], [ [ 120.2520137, 30.2316266 ], [ 120.2515177, 30.2324853 ], [ 120.2513856, 30.2327001 ], [ 120.2512235, 30.2329635 ], [ 120.2509036, 30.2334194 ], [ 120.2507434, 30.2336385 ], [ 120.2507074, 30.2336877 ], [ 120.250586, 30.2338773 ], [ 120.2503623, 30.2341841 ], [ 120.2500977, 30.2345401 ] ], [ [ 120.246063, 30.2328485 ], [ 120.2466704, 30.2330371 ], [ 120.2471709, 30.2332101 ], [ 120.2476595, 30.2333789 ], [ 120.2480468, 30.2335166 ], [ 120.2482365, 30.233584 ], [ 120.2487874, 30.2338343 ], [ 120.2494505, 30.2341458 ], [ 120.2496821, 30.2342811 ], [ 120.2500146, 30.2344803 ] ], [ [ 120.2499544, 30.234593 ], [ 120.2495803, 30.2344066 ], [ 120.2489883, 30.2340872 ], [ 120.2483235, 30.2337859 ], [ 120.2480018, 30.2336624 ], [ 120.2475944, 30.2335061 ], [ 120.2467831, 30.2332457 ], [ 120.245871, 30.2329766 ] ], [ [ 120.2500146, 30.2344803 ], [ 120.2500977, 30.2345401 ] ], [ [ 120.2499544, 30.234593 ], [ 120.2500146, 30.2344803 ] ], [ [ 120.2500977, 30.2345401 ], [ 120.2500227, 30.2346418 ] ], [ [ 120.2500227, 30.2346418 ], [ 120.2499544, 30.234593 ] ], [ [ 120.2500977, 30.2345401 ], [ 120.2503653, 30.2347328 ], [ 120.2506294, 30.2349327 ], [ 120.2511443, 30.235373 ], [ 120.2514769, 30.2356951 ], [ 120.2517666, 30.2360173 ], [ 120.252226, 30.2365993 ], [ 120.2524738, 30.2369424 ] ], [ [ 120.2679968, 30.2391727 ], [ 120.2692545, 30.2352697 ] ], [ [ 120.2692545, 30.2352697 ], [ 120.265894, 30.2352544 ] ], [ [ 120.265894, 30.2352544 ], [ 120.2656391, 30.2351832 ] ], [ [ 120.2585153, 30.2390818 ], [ 120.2600765, 30.2391193 ], [ 120.261875, 30.2391144 ], [ 120.2628141, 30.2391193 ], [ 120.263933, 30.2391312 ], [ 120.2643667, 30.2391228 ], [ 120.2649586, 30.239129 ], [ 120.2653839, 30.239131 ], [ 120.2664091, 30.239152 ], [ 120.2672668, 30.2391568 ], [ 120.2679968, 30.2391727 ] ], [ [ 120.2679968, 30.2391727 ], [ 120.2679665, 30.239269 ] ], [ [ 120.2679665, 30.239269 ], [ 120.2672574, 30.2392488 ], [ 120.2664266, 30.2392439 ], [ 120.2654441, 30.239237 ], [ 120.2649341, 30.2392483 ], [ 120.2638912, 30.2392368 ], [ 120.2627834, 30.2392351 ], [ 120.2618789, 30.2392371 ], [ 120.2600603, 30.2392039 ], [ 120.2584651, 30.2391804 ] ], [ [ 120.2679665, 30.239269 ], [ 120.2672859, 30.2431583 ] ], [ [ 120.2672859, 30.2431583 ], [ 120.2672096, 30.2436717 ] ], [ [ 120.2672096, 30.2436717 ], [ 120.2669202, 30.2459199 ] ], [ [ 120.2524738, 30.2369424 ], [ 120.2525863, 30.237169 ] ], [ [ 120.2524429, 30.2372597 ], [ 120.2523185, 30.2370185 ] ], [ [ 120.2525863, 30.237169 ], [ 120.2527504, 30.2374665 ], [ 120.252806, 30.2375875 ], [ 120.2528713, 30.2377297 ], [ 120.2529604, 30.2379894 ], [ 120.2530703, 30.2383343 ], [ 120.2531366, 30.2386041 ], [ 120.2531793, 30.2388524 ], [ 120.2532038, 30.2389948 ], [ 120.2532743, 30.2393569 ] ], [ [ 120.253029, 30.2393966 ], [ 120.2529344, 30.2389629 ], [ 120.2529226, 30.2388902 ], [ 120.2528898, 30.2386896 ], [ 120.25281, 30.2383534 ], [ 120.2527646, 30.2381517 ], [ 120.2527377, 30.2380321 ], [ 120.2526102, 30.2376493 ], [ 120.2525355, 30.2374436 ], [ 120.2524429, 30.2372597 ] ], [ [ 120.2523185, 30.2370185 ], [ 120.2521164, 30.2366749 ], [ 120.2520509, 30.236578 ], [ 120.251713, 30.2361192 ], [ 120.2515881, 30.2359934 ], [ 120.2513402, 30.2357438 ], [ 120.2509459, 30.2353684 ], [ 120.2505382, 30.2350068 ], [ 120.2504271, 30.2349306 ], [ 120.2500227, 30.2346418 ] ], [ [ 120.2465851, 30.2374075 ], [ 120.246873, 30.2372288 ], [ 120.2474043, 30.236874 ], [ 120.2479817, 30.2364511 ], [ 120.248533, 30.2359944 ], [ 120.2491443, 30.2353921 ], [ 120.2498317, 30.2347147 ], [ 120.2499544, 30.234593 ] ], [ [ 120.2500227, 30.2346418 ], [ 120.2499253, 30.2347737 ], [ 120.2493591, 30.2353197 ], [ 120.2488727, 30.2358268 ], [ 120.2486506, 30.2360143 ], [ 120.248254, 30.2363584 ], [ 120.2478279, 30.236703 ], [ 120.2472362, 30.2371261 ], [ 120.2466562, 30.23752 ] ], [ [ 120.2464927, 30.2374648 ], [ 120.2465851, 30.2374075 ] ], [ [ 120.2465851, 30.2374075 ], [ 120.2466562, 30.23752 ] ], [ [ 120.2465677, 30.2375698 ], [ 120.2464927, 30.2374648 ] ], [ [ 120.2466562, 30.23752 ], [ 120.2465677, 30.2375698 ] ], [ [ 120.2583549, 30.2390675 ], [ 120.2585153, 30.2390818 ] ], [ [ 120.2584651, 30.2391804 ], [ 120.2583587, 30.2391822 ], [ 120.2582977, 30.2391832 ] ], [ [ 120.2570056, 30.2426899 ], [ 120.2582977, 30.2391832 ] ], [ [ 120.2584651, 30.2391804 ], [ 120.2572098, 30.2427002 ] ], [ [ 120.311962, 30.2318218 ], [ 120.3098208, 30.232627 ], [ 120.3067533, 30.2338014 ] ], [ [ 120.3067533, 30.2338014 ], [ 120.3042495, 30.2347771 ] ], [ [ 120.2822018, 30.2320604 ], [ 120.2838821, 30.2315985 ], [ 120.2865584, 30.2309463 ], [ 120.2868106, 30.2308832 ] ], [ [ 120.2867953, 30.2310312 ], [ 120.2865936, 30.2310665 ], [ 120.2839074, 30.2317305 ], [ 120.2822219, 30.232153 ] ], [ [ 120.2820346, 30.2321043 ], [ 120.2821209, 30.2320826 ], [ 120.2822018, 30.2320604 ] ], [ [ 120.2822219, 30.232153 ], [ 120.2821405, 30.2321734 ], [ 120.2820543, 30.2321953 ] ], [ [ 120.2973531, 30.2370254 ], [ 120.2974518, 30.2370096 ] ], [ [ 120.2985805, 30.2369251 ], [ 120.2975759, 30.2371269 ], [ 120.2974617, 30.237146 ] ], [ [ 120.2974518, 30.2370096 ], [ 120.2974617, 30.237146 ] ], [ [ 120.2973661, 30.2371585 ], [ 120.2973531, 30.2370254 ] ], [ [ 120.2974617, 30.237146 ], [ 120.2973661, 30.2371585 ] ], [ [ 120.2974617, 30.237146 ], [ 120.2976188, 30.2383615 ], [ 120.2977475, 30.2392854 ], [ 120.2977607, 30.2393714 ] ], [ [ 120.2976673, 30.2394023 ], [ 120.2976604, 30.2393574 ], [ 120.2975194, 30.2383914 ], [ 120.2973661, 30.2371585 ] ], [ [ 120.2944117, 30.2323401 ], [ 120.2948678, 30.2328199 ], [ 120.2953531, 30.2333304 ], [ 120.2967035, 30.2347539 ], [ 120.296943, 30.2350713 ], [ 120.297171, 30.2356356 ], [ 120.2974518, 30.2370096 ] ], [ [ 120.2973531, 30.2370254 ], [ 120.2970909, 30.235641 ], [ 120.2968998, 30.2351033 ], [ 120.2965948, 30.2347512 ], [ 120.2948222, 30.2328531 ], [ 120.2943524, 30.2323654 ] ], [ [ 120.2875307, 30.2385571 ], [ 120.2889879, 30.238357 ], [ 120.2944757, 30.2374846 ], [ 120.2945839, 30.2374674 ], [ 120.2947024, 30.2374485 ], [ 120.2973531, 30.2370254 ] ], [ [ 120.2973661, 30.2371585 ], [ 120.2952466, 30.2374995 ], [ 120.2875281, 30.2386775 ] ], [ [ 120.2900234, 30.247152 ], [ 120.2901516, 30.2470818 ], [ 120.2909731, 30.2466201 ], [ 120.2924878, 30.2457866 ], [ 120.2927094, 30.2456608 ], [ 120.2943017, 30.2447571 ], [ 120.2957287, 30.2439739 ], [ 120.2974501, 30.2429878 ], [ 120.2985337, 30.2423961 ] ], [ [ 120.2985732, 30.2424611 ], [ 120.2981342, 30.2426855 ], [ 120.2978497, 30.2428408 ], [ 120.2974925, 30.2430452 ], [ 120.2965403, 30.2435907 ], [ 120.2957716, 30.244031 ], [ 120.2943445, 30.2448143 ], [ 120.2925306, 30.2458437 ], [ 120.2919481, 30.2461642 ], [ 120.2910158, 30.2466773 ], [ 120.2906169, 30.2469292 ], [ 120.2904184, 30.2470575 ], [ 120.2903701, 30.2470945 ], [ 120.2903326, 30.2471502 ], [ 120.2903004, 30.2472 ], [ 120.2902856, 30.2472567 ], [ 120.290283, 30.2473112 ], [ 120.2902991, 30.2473819 ], [ 120.2903632, 30.2476109 ] ], [ [ 120.2869334, 30.2438083 ], [ 120.2870197, 30.2439126 ], [ 120.2870429, 30.2439433 ], [ 120.2871501, 30.2440464 ], [ 120.2894285, 30.2464925 ] ], [ [ 120.2893186, 30.2465595 ], [ 120.2891242, 30.2462523 ], [ 120.2872065, 30.2441924 ], [ 120.2871314, 30.2441461 ], [ 120.2870697, 30.2441275 ], [ 120.287008, 30.2441298 ], [ 120.2868758, 30.2441351 ] ], [ [ 120.2977607, 30.2393714 ], [ 120.2977717, 30.2394429 ], [ 120.29778, 30.2394966 ] ], [ [ 120.2976867, 30.2395286 ], [ 120.2976673, 30.2394023 ] ], [ [ 120.29778, 30.2394966 ], [ 120.2978, 30.2396269 ], [ 120.2981566, 30.2408049 ], [ 120.2982442, 30.2411264 ], [ 120.2983939, 30.2417745 ] ], [ [ 120.2983125, 30.2418074 ], [ 120.2980777, 30.2408365 ], [ 120.2976991, 30.2396093 ], [ 120.2976867, 30.2395286 ] ], [ [ 120.2986537, 30.2423754 ], [ 120.3015584, 30.2411184 ], [ 120.3035952, 30.2402291 ] ], [ [ 120.3036519, 30.240304 ], [ 120.3015408, 30.2412101 ], [ 120.2993342, 30.242189 ], [ 120.298696, 30.2424527 ] ], [ [ 120.2983939, 30.2417745 ], [ 120.2984919, 30.2419917 ] ], [ [ 120.2983775, 30.242045 ], [ 120.2983125, 30.2418074 ] ], [ [ 120.2984919, 30.2419917 ], [ 120.2986537, 30.2423754 ] ], [ [ 120.2985337, 30.2423961 ], [ 120.2983775, 30.242045 ] ], [ [ 120.2986537, 30.2423754 ], [ 120.298696, 30.2424527 ] ], [ [ 120.2985732, 30.2424611 ], [ 120.2985337, 30.2423961 ] ], [ [ 120.298696, 30.2424527 ], [ 120.299035, 30.2429921 ], [ 120.2993091, 30.2434258 ], [ 120.2997023, 30.244048 ], [ 120.3005183, 30.2453741 ], [ 120.3007811, 30.245724 ], [ 120.3009538, 30.2459421 ] ], [ [ 120.3008749, 30.2460363 ], [ 120.2996138, 30.2440917 ], [ 120.2994005, 30.2437561 ], [ 120.2989519, 30.24305 ], [ 120.2985732, 30.2424611 ] ], [ [ 120.3009538, 30.2459421 ], [ 120.3025201, 30.2480916 ], [ 120.3031924, 30.2490142 ], [ 120.3035867, 30.2495216 ], [ 120.3038147, 30.249751 ], [ 120.3039538, 30.249868 ] ], [ [ 120.3038725, 30.2499552 ], [ 120.3036538, 30.2497255 ], [ 120.3033507, 30.2493919 ], [ 120.3018095, 30.247303 ], [ 120.3008749, 30.2460363 ] ], [ [ 120.3039538, 30.249868 ], [ 120.3041643, 30.2500263 ] ], [ [ 120.3040592, 30.250145 ], [ 120.3038725, 30.2499552 ] ], [ [ 120.2894285, 30.2464925 ], [ 120.2895803, 30.246676 ] ], [ [ 120.2894696, 30.2467426 ], [ 120.2893186, 30.2465595 ] ], [ [ 120.2895803, 30.246676 ], [ 120.2897713, 30.2468912 ], [ 120.2900234, 30.247152 ] ], [ [ 120.2900234, 30.247152 ], [ 120.2901029, 30.2472658 ], [ 120.2902351, 30.2474452 ], [ 120.2903632, 30.2476109 ] ], [ [ 120.2922216, 30.2536409 ], [ 120.2921908, 30.2533831 ], [ 120.2921238, 30.2529325 ], [ 120.2921077, 30.252723 ], [ 120.2918105, 30.2516706 ], [ 120.2912194, 30.2499548 ], [ 120.2911578, 30.249776 ], [ 120.2910348, 30.2494356 ], [ 120.2908851, 30.2490211 ], [ 120.2907002, 30.2485093 ], [ 120.2904877, 30.2480443 ], [ 120.2902315, 30.2476604 ], [ 120.2900106, 30.2473426 ], [ 120.2899656, 30.2472751 ], [ 120.2899351, 30.247233 ], [ 120.2898249, 30.2470951 ], [ 120.2894696, 30.2467426 ] ], [ [ 120.2903632, 30.2476109 ], [ 120.2906177, 30.2479928 ], [ 120.2908535, 30.2484626 ], [ 120.2911856, 30.249382 ], [ 120.2913132, 30.2497351 ], [ 120.2913804, 30.2499303 ], [ 120.2915399, 30.2503933 ], [ 120.2919677, 30.251635 ], [ 120.2922657, 30.2526871 ], [ 120.2922893, 30.2528859 ], [ 120.2923313, 30.2533632 ], [ 120.292374, 30.2536281 ] ], [ [ 120.2478107, 30.2393613 ], [ 120.2479296, 30.2395281 ] ], [ [ 120.2478685, 30.2395596 ], [ 120.2477548, 30.2393947 ] ], [ [ 120.2491767, 30.2413116 ], [ 120.2505574, 30.2405523 ], [ 120.251374, 30.2401032 ], [ 120.2517881, 30.2398935 ], [ 120.2523759, 30.2396273 ], [ 120.253029, 30.2393966 ] ], [ [ 120.2479296, 30.2395281 ], [ 120.2481486, 30.2398443 ], [ 120.2485162, 30.2403493 ], [ 120.2491767, 30.2413116 ] ], [ [ 120.2490897, 30.2413565 ], [ 120.2480894, 30.2398872 ], [ 120.2478685, 30.2395596 ] ], [ [ 120.2530606, 30.2395405 ], [ 120.2527072, 30.2396636 ], [ 120.251885, 30.2400454 ], [ 120.2492524, 30.2414028 ] ], [ [ 120.2490897, 30.2413565 ], [ 120.2491767, 30.2413116 ] ], [ [ 120.2532743, 30.2393569 ], [ 120.2538122, 30.2392433 ], [ 120.2538626, 30.2392336 ], [ 120.2543148, 30.2391861 ], [ 120.2546838, 30.2391517 ], [ 120.2548754, 30.2391338 ], [ 120.2554676, 30.2391019 ], [ 120.2560485, 30.2390951 ], [ 120.256325, 30.2390942 ], [ 120.2566372, 30.2391019 ], [ 120.2581501, 30.2390668 ], [ 120.2583549, 30.2390675 ] ], [ [ 120.2582977, 30.2391832 ], [ 120.2581495, 30.2391793 ], [ 120.2565656, 30.2391973 ], [ 120.2560006, 30.2391939 ], [ 120.2555471, 30.2392077 ], [ 120.2554395, 30.239211 ], [ 120.2548789, 30.2392508 ], [ 120.2543025, 30.2393043 ], [ 120.2538411, 30.2393663 ], [ 120.2535937, 30.2394158 ], [ 120.2532848, 30.2394841 ] ], [ [ 120.253029, 30.2393966 ], [ 120.2532743, 30.2393569 ] ], [ [ 120.2532743, 30.2393569 ], [ 120.2532848, 30.2394841 ] ], [ [ 120.2530606, 30.2395405 ], [ 120.253029, 30.2393966 ] ], [ [ 120.2532848, 30.2394841 ], [ 120.2530606, 30.2395405 ] ], [ [ 120.2532848, 30.2394841 ], [ 120.253301, 30.2397477 ], [ 120.2533175, 30.240135 ], [ 120.2533742, 30.2405092 ], [ 120.2534685, 30.2408175 ], [ 120.253529, 30.240975 ], [ 120.2535379, 30.2409967 ], [ 120.2537059, 30.2414071 ], [ 120.2539616, 30.2420318 ], [ 120.2543603, 30.2431205 ] ], [ [ 120.2541732, 30.2431704 ], [ 120.25364, 30.241709 ], [ 120.2534757, 30.2413056 ], [ 120.2534631, 30.2412748 ], [ 120.2533491, 30.2409981 ], [ 120.2532588, 30.240733 ], [ 120.2531837, 30.2404685 ], [ 120.2531001, 30.2399915 ], [ 120.2530763, 30.2397542 ], [ 120.2530606, 30.2395405 ] ], [ [ 120.2569347, 30.2428775 ], [ 120.2570056, 30.2426899 ] ], [ [ 120.2543603, 30.2431205 ], [ 120.254835, 30.2430026 ], [ 120.2554597, 30.2428689 ], [ 120.2560808, 30.2427633 ], [ 120.2570056, 30.2426899 ] ], [ [ 120.2491767, 30.2413116 ], [ 120.2492524, 30.2414028 ] ], [ [ 120.2491451, 30.2414581 ], [ 120.2490897, 30.2413565 ] ], [ [ 120.2492524, 30.2414028 ], [ 120.2491923, 30.2414338 ], [ 120.2491451, 30.2414581 ] ], [ [ 120.2455963, 30.2431592 ], [ 120.2490897, 30.2413565 ] ], [ [ 120.2491451, 30.2414581 ], [ 120.2456643, 30.2432499 ] ], [ [ 120.248108, 30.2465087 ], [ 120.2524823, 30.2439504 ], [ 120.2529939, 30.2436808 ], [ 120.2537208, 30.2433521 ], [ 120.2541732, 30.2431704 ] ], [ [ 120.2542338, 30.2433102 ], [ 120.2537729, 30.2434883 ], [ 120.2531755, 30.2437474 ], [ 120.2524416, 30.2441391 ], [ 120.2482174, 30.2466694 ] ], [ [ 120.2570056, 30.2426899 ], [ 120.2572098, 30.2427002 ] ], [ [ 120.2572098, 30.2427002 ], [ 120.2571177, 30.2428841 ] ], [ [ 120.2571177, 30.2428841 ], [ 120.2569347, 30.2428775 ] ], [ [ 120.2572098, 30.2427002 ], [ 120.2586342, 30.242875 ], [ 120.2592698, 30.2429659 ], [ 120.2595733, 30.2430219 ], [ 120.2603991, 30.2432422 ] ], [ [ 120.2602939, 30.243508 ], [ 120.2599053, 30.243431 ], [ 120.2592779, 30.2432702 ], [ 120.2584683, 30.2430499 ], [ 120.2571177, 30.2428841 ] ], [ [ 120.2556793, 30.2473128 ], [ 120.2560949, 30.2470999 ], [ 120.2562071, 30.2470438 ], [ 120.2565179, 30.2468831 ], [ 120.2573914, 30.2464354 ], [ 120.2576833, 30.2463338 ], [ 120.2580231, 30.2462548 ], [ 120.2583759, 30.2462134 ], [ 120.258555, 30.2462184 ], [ 120.2594957, 30.2463112 ], [ 120.2597136, 30.2463112 ], [ 120.2600534, 30.2462849 ], [ 120.2604237, 30.2462134 ], [ 120.2610555, 30.2460591 ], [ 120.2613822, 30.2460064 ], [ 120.261844, 30.2459876 ], [ 120.2628277, 30.2459757 ] ], [ [ 120.2569347, 30.2428775 ], [ 120.2562408, 30.2429103 ], [ 120.2557945, 30.2429648 ], [ 120.2551202, 30.2430939 ], [ 120.2544263, 30.243266 ] ], [ [ 120.2541732, 30.2431704 ], [ 120.2543603, 30.2431205 ] ], [ [ 120.2543603, 30.2431205 ], [ 120.2544263, 30.243266 ] ], [ [ 120.2542338, 30.2433102 ], [ 120.2541732, 30.2431704 ] ], [ [ 120.2544263, 30.243266 ], [ 120.2542338, 30.2433102 ] ], [ [ 120.2571177, 30.2428841 ], [ 120.2558786, 30.2466992 ], [ 120.2556793, 30.2473128 ] ], [ [ 120.2554985, 30.2474322 ], [ 120.2560692, 30.2456058 ], [ 120.2569347, 30.2428775 ] ], [ [ 120.2554985, 30.2474322 ], [ 120.2556793, 30.2473128 ] ], [ [ 120.2556793, 30.2473128 ], [ 120.255607, 30.2474842 ] ], [ [ 120.2554344, 30.2475766 ], [ 120.2554985, 30.2474322 ] ], [ [ 120.255607, 30.2474842 ], [ 120.2554344, 30.2475766 ] ], [ [ 120.2508158, 30.2499469 ], [ 120.2514793, 30.2496157 ], [ 120.2538407, 30.2483248 ], [ 120.2554985, 30.2474322 ] ], [ [ 120.2554344, 30.2475766 ], [ 120.2547762, 30.2479331 ], [ 120.2536228, 30.2485581 ], [ 120.250904, 30.250055 ] ], [ [ 120.2544664, 30.2509203 ], [ 120.2546584, 30.2509066 ] ], [ [ 120.2546304, 30.2510062 ], [ 120.2544339, 30.2510279 ] ], [ [ 120.2522752, 30.2517589 ], [ 120.2535017, 30.2511816 ], [ 120.2539085, 30.2510282 ], [ 120.2542346, 30.2509362 ], [ 120.2544664, 30.2509203 ] ], [ [ 120.2544339, 30.2510279 ], [ 120.2540068, 30.2511288 ], [ 120.2534808, 30.251334 ], [ 120.2523883, 30.2519061 ] ], [ [ 120.2520757, 30.2518803 ], [ 120.2522752, 30.2517589 ] ], [ [ 120.2523883, 30.2519061 ], [ 120.2521932, 30.2520282 ] ], [ [ 120.250904, 30.250055 ], [ 120.2507331, 30.2501554 ] ], [ [ 120.2481812, 30.2540242 ], [ 120.2505696, 30.2527391 ], [ 120.2520757, 30.2518803 ] ], [ [ 120.2521932, 30.2520282 ], [ 120.2506489, 30.2528472 ], [ 120.2482574, 30.254137 ] ], [ [ 120.262817, 30.246121 ], [ 120.2627482, 30.2461224 ], [ 120.2616349, 30.2461456 ], [ 120.2610729, 30.246172 ], [ 120.260842, 30.2462021 ], [ 120.2601318, 30.2464317 ], [ 120.2599401, 30.2464768 ], [ 120.2596918, 30.2465258 ], [ 120.2594086, 30.2465521 ], [ 120.2591472, 30.2465484 ], [ 120.2584586, 30.2464969 ], [ 120.2583091, 30.2464788 ], [ 120.2582105, 30.2464731 ], [ 120.2578881, 30.2464881 ], [ 120.2575918, 30.2465408 ], [ 120.2573914, 30.2465935 ], [ 120.2570603, 30.2467027 ], [ 120.2568512, 30.2468005 ], [ 120.2565366, 30.2469734 ], [ 120.2562339, 30.2471405 ], [ 120.255607, 30.2474842 ] ], [ [ 120.2546584, 30.2509066 ], [ 120.2549528, 30.2509075 ], [ 120.2556032, 30.2508843 ], [ 120.2559575, 30.2509075 ], [ 120.2563343, 30.2509501 ], [ 120.2566482, 30.2510044 ], [ 120.2578324, 30.2512795 ], [ 120.2581822, 30.2513453 ], [ 120.2595458, 30.2514964 ] ], [ [ 120.2595323, 30.2515832 ], [ 120.257977, 30.251378 ], [ 120.2576151, 30.2512998 ], [ 120.2567045, 30.2510995 ], [ 120.2563482, 30.2510213 ], [ 120.2560654, 30.2509774 ], [ 120.2556413, 30.250953 ], [ 120.2546304, 30.2510062 ] ], [ [ 120.2527041, 30.2559669 ], [ 120.252874, 30.2560063 ] ], [ [ 120.2832063, 30.2288136 ], [ 120.2832761, 30.2288009 ] ], [ [ 120.2832761, 30.2288009 ], [ 120.2852389, 30.2284432 ] ], [ [ 120.2852389, 30.2284432 ], [ 120.2868545, 30.22807 ] ], [ [ 120.276499, 30.2299237 ], [ 120.2765287, 30.2300494 ] ], [ [ 120.2764641, 30.2300519 ], [ 120.2764402, 30.2299502 ] ], [ [ 120.2765287, 30.2300494 ], [ 120.2767957, 30.2311793 ], [ 120.2772953, 30.2333031 ] ], [ [ 120.2772196, 30.2333741 ], [ 120.2767388, 30.231222 ], [ 120.2764641, 30.2300519 ] ], [ [ 120.2772953, 30.2333031 ], [ 120.277511, 30.2332478 ], [ 120.2792037, 30.2328146 ], [ 120.2820346, 30.2321043 ] ], [ [ 120.2820543, 30.2321953 ], [ 120.2773136, 30.2333993 ] ], [ [ 120.2872259, 30.2385947 ], [ 120.2873111, 30.2385848 ], [ 120.2875307, 30.2385571 ] ], [ [ 120.2875281, 30.2386775 ], [ 120.2873285, 30.2386963 ], [ 120.2872232, 30.2387086 ] ], [ [ 120.2786281, 30.239174 ], [ 120.2791371, 30.2391746 ], [ 120.2813512, 30.2391085 ], [ 120.2831108, 30.239039 ], [ 120.2856803, 30.2387748 ], [ 120.2870275, 30.2386178 ], [ 120.2872259, 30.2385947 ] ], [ [ 120.2872232, 30.2387086 ], [ 120.2856967, 30.2388864 ], [ 120.2831214, 30.2391511 ], [ 120.2813557, 30.2392209 ], [ 120.2786446, 30.2393346 ] ], [ [ 120.2772196, 30.2333741 ], [ 120.2772953, 30.2333031 ] ], [ [ 120.2772953, 30.2333031 ], [ 120.2773136, 30.2333993 ] ], [ [ 120.2773136, 30.2333993 ], [ 120.2772196, 30.2333741 ] ], [ [ 120.2785189, 30.2391791 ], [ 120.2784831, 30.2389247 ], [ 120.2784, 30.2386889 ], [ 120.2782976, 30.2383982 ], [ 120.2782846, 30.2383612 ], [ 120.2776587, 30.2357181 ], [ 120.2772196, 30.2333741 ] ], [ [ 120.2773136, 30.2333993 ], [ 120.2777236, 30.2355559 ], [ 120.2779738, 30.2366055 ], [ 120.2783789, 30.2383052 ], [ 120.2783895, 30.2383378 ], [ 120.2784826, 30.2386248 ], [ 120.2785145, 30.2387224 ], [ 120.2785726, 30.2389012 ], [ 120.2786281, 30.239174 ] ], [ [ 120.2785189, 30.2391791 ], [ 120.2786281, 30.239174 ] ], [ [ 120.2786281, 30.239174 ], [ 120.2786446, 30.2393346 ] ], [ [ 120.2785416, 30.2393305 ], [ 120.2785189, 30.2391791 ] ], [ [ 120.2786446, 30.2393346 ], [ 120.2785416, 30.2393305 ] ], [ [ 120.2786446, 30.2393346 ], [ 120.2786571, 30.2398413 ], [ 120.2791062, 30.2420337 ], [ 120.2805878, 30.2491659 ] ], [ [ 120.2679968, 30.2391727 ], [ 120.2693738, 30.2391761 ], [ 120.2705364, 30.2391844 ], [ 120.2715762, 30.2391919 ], [ 120.2732436, 30.2391991 ], [ 120.2741627, 30.2391961 ], [ 120.2741684, 30.239196 ], [ 120.2746854, 30.2391855 ], [ 120.2748227, 30.2391827 ], [ 120.2749794, 30.2391823 ], [ 120.2766359, 30.239178 ], [ 120.2767649, 30.239169 ], [ 120.2778973, 30.2391727 ], [ 120.2785189, 30.2391791 ] ], [ [ 120.2785416, 30.2393305 ], [ 120.2778577, 30.2393034 ], [ 120.2767756, 30.2392895 ], [ 120.2766361, 30.2392905 ], [ 120.2749955, 30.2392894 ], [ 120.2748229, 30.2392951 ], [ 120.274706, 30.239295 ], [ 120.2741912, 30.2392948 ], [ 120.2741855, 30.2392948 ], [ 120.2732345, 30.2392944 ], [ 120.2716073, 30.2392843 ], [ 120.2706095, 30.2392798 ], [ 120.2694167, 30.2392646 ], [ 120.2679665, 30.239269 ] ], [ [ 120.2805069, 30.2492018 ], [ 120.2797046, 30.2453074 ], [ 120.2790345, 30.2420546 ], [ 120.2785696, 30.2398487 ], [ 120.2785416, 30.2393305 ] ], [ [ 120.24703, 30.2548108 ], [ 120.248141, 30.2563068 ], [ 120.2486559, 30.2569548 ] ], [ [ 120.2484876, 30.2570494 ], [ 120.2479891, 30.2563724 ], [ 120.2476679, 30.2559577 ], [ 120.2475569, 30.2558144 ], [ 120.246853, 30.2549114 ] ], [ [ 120.2497613, 30.256363 ], [ 120.2502726, 30.2561171 ], [ 120.2504682, 30.2560314 ], [ 120.2506127, 30.2559951 ], [ 120.2507454, 30.2559792 ], [ 120.2508016, 30.2559823 ], [ 120.2524917, 30.255974 ], [ 120.2527041, 30.2559669 ] ], [ [ 120.2526464, 30.2560843 ], [ 120.2524192, 30.2560418 ], [ 120.2508043, 30.2560561 ], [ 120.2506166, 30.2560839 ], [ 120.250497, 30.2561171 ], [ 120.2502922, 30.2562136 ], [ 120.2498299, 30.2564591 ] ], [ [ 120.2486559, 30.2569548 ], [ 120.2497613, 30.256363 ] ], [ [ 120.2498299, 30.2564591 ], [ 120.2487327, 30.2570514 ] ], [ [ 120.2484876, 30.2570494 ], [ 120.2486559, 30.2569548 ] ], [ [ 120.2486559, 30.2569548 ], [ 120.2487327, 30.2570514 ] ], [ [ 120.2528159, 30.2561437 ], [ 120.2526464, 30.2560843 ] ], [ [ 120.2504336, 30.2594782 ], [ 120.2507429, 30.2599453 ], [ 120.2513199, 30.2606906 ], [ 120.2517588, 30.2611549 ], [ 120.2522815, 30.261649 ], [ 120.2527549, 30.2620877 ], [ 120.2530557, 30.2624753 ], [ 120.2532271, 30.262699 ] ], [ [ 120.252927, 30.2628149 ], [ 120.2527378, 30.2626796 ], [ 120.2523974, 30.2623975 ], [ 120.2518678, 30.2620084 ], [ 120.2514965, 30.261645 ], [ 120.2512985, 30.2613971 ], [ 120.2511055, 30.261132 ], [ 120.2509125, 30.2607857 ], [ 120.250665, 30.2602256 ], [ 120.2504472, 30.2598023 ], [ 120.2503036, 30.2596031 ] ], [ [ 120.2628277, 30.2459757 ], [ 120.2653542, 30.2459451 ], [ 120.2655778, 30.2459424 ], [ 120.2669202, 30.2459199 ] ], [ [ 120.2669202, 30.2459199 ], [ 120.2668989, 30.246039 ] ], [ [ 120.2668989, 30.246039 ], [ 120.262817, 30.246121 ] ], [ [ 120.2678388, 30.2545331 ], [ 120.2674783, 30.253591 ] ], [ [ 120.2674783, 30.253591 ], [ 120.2662666, 30.2505712 ] ], [ [ 120.2662666, 30.2505712 ], [ 120.2662642, 30.2501998 ] ], [ [ 120.2662642, 30.2501998 ], [ 120.2662637, 30.2501293 ] ], [ [ 120.2662637, 30.2501293 ], [ 120.2662988, 30.2498809 ] ], [ [ 120.2662988, 30.2498809 ], [ 120.2666253, 30.247567 ] ], [ [ 120.2666253, 30.247567 ], [ 120.2668989, 30.246039 ] ], [ [ 120.2532271, 30.262699 ], [ 120.2533438, 30.2629005 ] ], [ [ 120.2530544, 30.2630212 ], [ 120.252927, 30.2628149 ] ], [ [ 120.2488096, 30.2898497 ], [ 120.2488956, 30.2899058 ], [ 120.2493922, 30.2902069 ], [ 120.2501684, 30.2906662 ], [ 120.2509485, 30.2910812 ], [ 120.2515822, 30.2914183 ], [ 120.2535992, 30.2924323 ], [ 120.2544003, 30.2928447 ], [ 120.2547003, 30.2929992 ], [ 120.2562626, 30.2938414 ], [ 120.2564076, 30.293917 ] ], [ [ 120.2563469, 30.2939703 ], [ 120.2562137, 30.293895 ], [ 120.2545932, 30.2930445 ], [ 120.2535075, 30.2925112 ], [ 120.2527591, 30.2921355 ], [ 120.2515197, 30.2915133 ], [ 120.2508785, 30.2911544 ], [ 120.2498666, 30.2905881 ], [ 120.2488068, 30.2899853 ], [ 120.2487146, 30.2899321 ] ], [ [ 120.2564076, 30.293917 ], [ 120.2565432, 30.2939989 ], [ 120.2572614, 30.2944258 ], [ 120.2576738, 30.2946822 ], [ 120.2583096, 30.2950448 ], [ 120.2586496, 30.2952672 ] ], [ [ 120.2585375, 30.2953555 ], [ 120.2580397, 30.2950016 ], [ 120.2578282, 30.294878 ], [ 120.2573908, 30.2946187 ], [ 120.2571439, 30.2944653 ], [ 120.2564834, 30.2940558 ], [ 120.2563469, 30.2939703 ] ], [ [ 120.2586496, 30.2952672 ], [ 120.2587925, 30.2953829 ] ], [ [ 120.2586865, 30.2954693 ], [ 120.2585375, 30.2953555 ] ], [ [ 120.2587925, 30.2953829 ], [ 120.2589063, 30.2954826 ], [ 120.2590312, 30.2955812 ], [ 120.2592788, 30.2958137 ], [ 120.2593877, 30.2959413 ], [ 120.2594817, 30.2960233 ], [ 120.2599415, 30.2965163 ], [ 120.2601573, 30.2967612 ], [ 120.2607862, 30.2976215 ] ], [ [ 120.2607312, 30.2976654 ], [ 120.2604299, 30.2972359 ], [ 120.2601404, 30.2968558 ], [ 120.2598905, 30.2965699 ], [ 120.2595029, 30.2961619 ], [ 120.2592909, 30.2959616 ], [ 120.2586865, 30.2954693 ] ], [ [ 120.2470839, 30.2915195 ], [ 120.2479998, 30.2921384 ], [ 120.2483589, 30.2923515 ], [ 120.249081, 30.2928143 ], [ 120.2491059, 30.2928302 ], [ 120.2502065, 30.2935591 ], [ 120.2512412, 30.2942021 ], [ 120.251444, 30.2943408 ], [ 120.2516164, 30.2944782 ], [ 120.2517918, 30.2945993 ], [ 120.253168, 30.2954948 ], [ 120.254053, 30.2960843 ] ], [ [ 120.2538807, 30.2961621 ], [ 120.2530999, 30.295614 ], [ 120.2516726, 30.2947076 ], [ 120.2515023, 30.2945908 ], [ 120.2513067, 30.2944558 ], [ 120.2503144, 30.2937881 ], [ 120.2493108, 30.2931298 ], [ 120.2489708, 30.2929153 ], [ 120.2481183, 30.2923519 ], [ 120.2469519, 30.291635 ] ], [ [ 120.2479303, 30.2957031 ], [ 120.2486895, 30.296202 ], [ 120.2489513, 30.2963851 ], [ 120.2490641, 30.296464 ], [ 120.2493025, 30.2966307 ], [ 120.2493855, 30.2966887 ], [ 120.2499506, 30.2970152 ], [ 120.2504141, 30.2973311 ], [ 120.2510971, 30.2978155 ], [ 120.2514186, 30.2980931 ] ], [ [ 120.254053, 30.2960843 ], [ 120.2541133, 30.296126 ], [ 120.2549715, 30.2969088 ], [ 120.2554975, 30.297493 ], [ 120.2557649, 30.2978599 ] ], [ [ 120.2556576, 30.2979645 ], [ 120.2554713, 30.2977162 ], [ 120.2551279, 30.297286 ], [ 120.2548117, 30.2969547 ], [ 120.2545837, 30.2967331 ], [ 120.254137, 30.2963419 ], [ 120.2539959, 30.2962429 ], [ 120.2538807, 30.2961621 ] ], [ [ 120.2556576, 30.2979645 ], [ 120.2557649, 30.2978599 ] ], [ [ 120.2557649, 30.2978599 ], [ 120.2558881, 30.2979952 ] ], [ [ 120.2557635, 30.2981024 ], [ 120.2556576, 30.2979645 ] ], [ [ 120.2558881, 30.2979952 ], [ 120.2557635, 30.2981024 ] ], [ [ 120.2528579, 30.2998545 ], [ 120.2531699, 30.2997108 ], [ 120.2533013, 30.2996319 ], [ 120.2537224, 30.2994041 ], [ 120.2541327, 30.2991662 ], [ 120.2544229, 30.2989528 ], [ 120.2545084, 30.2988899 ], [ 120.25484, 30.2986464 ], [ 120.2553336, 30.298246 ], [ 120.2556576, 30.2979645 ] ], [ [ 120.2514186, 30.2980931 ], [ 120.251463, 30.2981314 ], [ 120.2518533, 30.2985316 ], [ 120.2521135, 30.2988335 ], [ 120.2522883, 30.2990757 ], [ 120.2524956, 30.2993916 ], [ 120.2525844, 30.2995049 ], [ 120.2528579, 30.2998545 ] ], [ [ 120.2558881, 30.2979952 ], [ 120.2559881, 30.2981202 ], [ 120.2564509, 30.2987251 ], [ 120.2571238, 30.2996126 ], [ 120.257558, 30.3001717 ] ], [ [ 120.2557635, 30.2981024 ], [ 120.2553391, 30.2984261 ], [ 120.2548263, 30.2988403 ], [ 120.2543779, 30.2991622 ], [ 120.2541335, 30.2993286 ], [ 120.2539571, 30.2994445 ], [ 120.2536971, 30.299623 ], [ 120.253488, 30.2997308 ], [ 120.2533021, 30.2998472 ], [ 120.2531709, 30.29993 ], [ 120.2529377, 30.3000833 ] ], [ [ 120.257441, 30.3002812 ], [ 120.2571925, 30.2999508 ], [ 120.2568386, 30.2994918 ], [ 120.256473, 30.2990263 ], [ 120.2561456, 30.2986039 ], [ 120.2557635, 30.2981024 ] ], [ [ 120.2527876, 30.2998811 ], [ 120.2528579, 30.2998545 ] ], [ [ 120.2528579, 30.2998545 ], [ 120.2529377, 30.3000833 ] ], [ [ 120.2525158, 30.3000696 ], [ 120.2527876, 30.2998811 ] ], [ [ 120.2607862, 30.2976215 ], [ 120.261145, 30.2980982 ], [ 120.2615759, 30.2986314 ], [ 120.2619494, 30.2991798 ], [ 120.2623286, 30.2996821 ], [ 120.2625565, 30.3000094 ], [ 120.2629107, 30.3005806 ], [ 120.2632267, 30.3011097 ], [ 120.2633149, 30.3012429 ], [ 120.263374, 30.30136 ], [ 120.2634049, 30.3014437 ] ], [ [ 120.2634049, 30.3014437 ], [ 120.2633176, 30.301378 ], [ 120.263256, 30.3013143 ], [ 120.2631841, 30.301199 ], [ 120.2628671, 30.3006623 ], [ 120.262494, 30.3000521 ], [ 120.2622708, 30.2997162 ], [ 120.2619059, 30.2992266 ], [ 120.2615831, 30.2987621 ], [ 120.2612008, 30.2982931 ], [ 120.2607312, 30.2976654 ] ], [ [ 120.257558, 30.3001717 ], [ 120.2576764, 30.3003216 ], [ 120.2577132, 30.3003753 ], [ 120.2577225, 30.3003868 ], [ 120.257868, 30.3005699 ], [ 120.2582347, 30.3009984 ], [ 120.2586345, 30.3014698 ], [ 120.2589478, 30.3018757 ], [ 120.2592394, 30.3023149 ] ], [ [ 120.2590808, 30.3023537 ], [ 120.2585736, 30.3016193 ], [ 120.2583936, 30.3013896 ], [ 120.258184, 30.3011394 ], [ 120.2577561, 30.30065 ], [ 120.2575994, 30.3004685 ], [ 120.257441, 30.3002812 ] ], [ [ 120.2592394, 30.3023149 ], [ 120.2592812, 30.3023932 ] ], [ [ 120.292374, 30.2536281 ], [ 120.2924094, 30.2538459 ], [ 120.2924868, 30.2547021 ], [ 120.2926566, 30.2565073 ], [ 120.2926714, 30.2566416 ], [ 120.2927993, 30.2578026 ], [ 120.2928515, 30.2582536 ], [ 120.2928949, 30.258973 ] ], [ [ 120.2927462, 30.2589892 ], [ 120.2927248, 30.2584077 ], [ 120.2926748, 30.2578465 ], [ 120.2925462, 30.2565969 ], [ 120.2924297, 30.2555692 ], [ 120.2923344, 30.2547279 ], [ 120.2922625, 30.2539841 ], [ 120.2922216, 30.2536409 ] ], [ [ 120.2928949, 30.258973 ], [ 120.2929071, 30.2590929 ] ], [ [ 120.2927547, 30.2590993 ], [ 120.2927462, 30.2589892 ] ], [ [ 120.2929071, 30.2590929 ], [ 120.2932553, 30.2618554 ] ], [ [ 120.2930348, 30.2618678 ], [ 120.2927547, 30.2590993 ] ], [ [ 120.2932553, 30.2618554 ], [ 120.2932814, 30.2620561 ], [ 120.2934465, 30.2637476 ], [ 120.2934623, 30.2639091 ], [ 120.2938303, 30.2675194 ] ], [ [ 120.293648, 30.2675491 ], [ 120.2932703, 30.2638914 ], [ 120.2932555, 30.2637643 ], [ 120.2930565, 30.2620572 ], [ 120.2930348, 30.2618678 ] ], [ [ 120.2938303, 30.2675194 ], [ 120.2941343, 30.2674882 ], [ 120.2946408, 30.2674234 ], [ 120.2957311, 30.2672054 ], [ 120.2958648, 30.2671708 ], [ 120.2959839, 30.2670718 ], [ 120.2963329, 30.2669649 ], [ 120.2968861, 30.2667773 ], [ 120.2975074, 30.2665353 ], [ 120.2979245, 30.2663487 ], [ 120.2980403, 30.2662988 ], [ 120.2981175, 30.2662938 ], [ 120.2981931, 30.26631 ], [ 120.2982379, 30.2663334 ], [ 120.2982753, 30.2663917 ], [ 120.2982855, 30.2664638 ], [ 120.2982551, 30.2665034 ], [ 120.2982158, 30.2665509 ], [ 120.2980764, 30.2666173 ], [ 120.2974065, 30.2669071 ], [ 120.297156, 30.2670022 ], [ 120.2967569, 30.2671448 ], [ 120.2964552, 30.2672412 ], [ 120.2962607, 30.2672988 ], [ 120.2961223, 30.2673431 ], [ 120.2959196, 30.2673328 ], [ 120.2946592, 30.2676484 ], [ 120.2941486, 30.2677486 ], [ 120.2938585, 30.2678102 ] ], [ [ 120.293648, 30.2675491 ], [ 120.2938303, 30.2675194 ] ], [ [ 120.2938303, 30.2675194 ], [ 120.2938488, 30.2676745 ], [ 120.2938585, 30.2678102 ] ], [ [ 120.2936673, 30.2678356 ], [ 120.2936532, 30.2676851 ], [ 120.293648, 30.2675491 ] ], [ [ 120.2938585, 30.2678102 ], [ 120.2936673, 30.2678356 ] ], [ [ 120.2938585, 30.2678102 ], [ 120.2938666, 30.2679025 ] ], [ [ 120.2938666, 30.2679025 ], [ 120.2940367, 30.2698392 ], [ 120.2940542, 30.270309 ], [ 120.2941503, 30.2715371 ], [ 120.294079, 30.2715536 ], [ 120.2939719, 30.2715621 ], [ 120.2938689, 30.270473 ], [ 120.2938585, 30.269962 ], [ 120.2937317, 30.2684755 ], [ 120.2937246, 30.2684119 ], [ 120.2936673, 30.2678356 ] ], [ [ 120.2968052, 30.3008605 ], [ 120.297544, 30.3009029 ], [ 120.2984363, 30.3009542 ], [ 120.2997387, 30.3010154 ], [ 120.3008341, 30.3011044 ], [ 120.3026237, 30.3012497 ], [ 120.3030111, 30.3014084 ] ], [ [ 120.3149641, 30.3018676 ], [ 120.3149494, 30.3021179 ] ], [ [ 120.3148095, 30.3021052 ], [ 120.3148092, 30.3018814 ] ], [ [ 120.249188, 30.3029087 ], [ 120.2493956, 30.302644 ], [ 120.2497477, 30.3022705 ], [ 120.2502207, 30.301888 ], [ 120.2509412, 30.3013299 ], [ 120.2511079, 30.3011965 ], [ 120.2525158, 30.3000696 ] ], [ [ 120.252643, 30.3002491 ], [ 120.2507386, 30.3016789 ], [ 120.2502842, 30.3020159 ], [ 120.2501754, 30.3021028 ], [ 120.249863, 30.3023523 ], [ 120.2494498, 30.302816 ], [ 120.2492444, 30.3030655 ], [ 120.2490584, 30.3034167 ], [ 120.2488388, 30.3039081 ], [ 120.2483995, 30.3053068 ] ], [ [ 120.2482468, 30.3052536 ], [ 120.2486977, 30.3038661 ], [ 120.2489036, 30.3034053 ], [ 120.249188, 30.3029087 ] ], [ [ 120.2439186, 30.3029998 ], [ 120.2445195, 30.3034612 ], [ 120.244849, 30.3036899 ], [ 120.2455116, 30.3041009 ], [ 120.2460431, 30.3043716 ], [ 120.2461395, 30.3044296 ], [ 120.2464926, 30.3045891 ], [ 120.2472976, 30.3048975 ], [ 120.2482468, 30.3052536 ] ], [ [ 120.2481935, 30.3053937 ], [ 120.2473673, 30.3050989 ], [ 120.2471351, 30.3050016 ], [ 120.246735, 30.304834 ], [ 120.246109, 30.3045732 ], [ 120.2457296, 30.3043641 ], [ 120.2451878, 30.3040744 ], [ 120.2447228, 30.3037847 ], [ 120.2437879, 30.3031018 ] ], [ [ 120.2482468, 30.3052536 ], [ 120.2483995, 30.3053068 ] ], [ [ 120.2529377, 30.3000833 ], [ 120.252643, 30.3002491 ] ], [ [ 120.2591168, 30.3024269 ], [ 120.2590808, 30.3023537 ] ], [ [ 120.2592812, 30.3023932 ], [ 120.2594974, 30.3028548 ], [ 120.2597901, 30.3034449 ], [ 120.2601293, 30.3040966 ], [ 120.2604868, 30.3048203 ], [ 120.2609982, 30.3057825 ], [ 120.261189, 30.3059438 ] ], [ [ 120.2610235, 30.3059768 ], [ 120.261019, 30.3059667 ], [ 120.260852, 30.3058022 ], [ 120.2605284, 30.3051464 ], [ 120.2601726, 30.3044657 ], [ 120.2596777, 30.3034802 ], [ 120.2594178, 30.3030187 ], [ 120.2591168, 30.3024269 ] ], [ [ 120.261189, 30.3059438 ], [ 120.2613106, 30.3061973 ] ], [ [ 120.2611339, 30.306227 ], [ 120.2610235, 30.3059768 ] ], [ [ 120.2527405, 30.3068247 ], [ 120.2544136, 30.3072381 ], [ 120.2545182, 30.3072634 ], [ 120.2551316, 30.3073911 ], [ 120.2560649, 30.3075853 ], [ 120.2570365, 30.307734 ] ], [ [ 120.2569904, 30.3078671 ], [ 120.2560464, 30.307713 ], [ 120.2554498, 30.3076014 ], [ 120.2544535, 30.3074151 ], [ 120.25424, 30.3073633 ], [ 120.2526798, 30.307015 ] ], [ [ 120.2481935, 30.3053937 ], [ 120.2482468, 30.3052536 ] ], [ [ 120.2483995, 30.3053068 ], [ 120.2483479, 30.3054675 ] ], [ [ 120.2483479, 30.3054675 ], [ 120.2481935, 30.3053937 ] ], [ [ 120.2483995, 30.3053068 ], [ 120.2497679, 30.3058643 ], [ 120.2503903, 30.3061179 ], [ 120.2506257, 30.3062093 ], [ 120.2514214, 30.306484 ], [ 120.2519547, 30.3066617 ], [ 120.2527405, 30.3068247 ] ], [ [ 120.2526798, 30.307015 ], [ 120.2518013, 30.3067324 ], [ 120.2516994, 30.3067019 ], [ 120.2510756, 30.3064958 ], [ 120.2505378, 30.3063013 ], [ 120.2502732, 30.3062017 ], [ 120.2483479, 30.3054675 ] ], [ [ 120.2474881, 30.3076155 ], [ 120.2481935, 30.3053937 ] ], [ [ 120.2483479, 30.3054675 ], [ 120.2476263, 30.3077111 ] ], [ [ 120.2618091, 30.3085263 ], [ 120.2618095, 30.3083562 ], [ 120.2616269, 30.3074478 ], [ 120.2612133, 30.3064242 ], [ 120.261177, 30.306334 ], [ 120.2611339, 30.306227 ] ], [ [ 120.2613106, 30.3061973 ], [ 120.2613649, 30.306307 ], [ 120.2615628, 30.3067675 ], [ 120.2617265, 30.3072645 ], [ 120.2617887, 30.3074229 ], [ 120.2618988, 30.3078396 ], [ 120.2619889, 30.3084392 ], [ 120.2620007, 30.3085797 ] ], [ [ 120.2570365, 30.307734 ], [ 120.2571285, 30.307748 ] ], [ [ 120.2571006, 30.3078851 ], [ 120.2569904, 30.3078671 ] ], [ [ 120.2466798, 30.3101309 ], [ 120.2471987, 30.3084936 ], [ 120.2472728, 30.3082577 ], [ 120.2474881, 30.3076155 ] ], [ [ 120.2476263, 30.3077111 ], [ 120.2474468, 30.3082292 ], [ 120.2473808, 30.3084562 ], [ 120.2468219, 30.31021 ] ], [ [ 120.2465262, 30.3104498 ], [ 120.2466798, 30.3101309 ] ], [ [ 120.2468219, 30.31021 ], [ 120.2467106, 30.3105439 ] ], [ [ 120.2458297, 30.3129575 ], [ 120.2459038, 30.3126383 ], [ 120.2459941, 30.3123156 ], [ 120.246136, 30.3118629 ], [ 120.2463233, 30.3110532 ], [ 120.246437, 30.3106778 ], [ 120.2465262, 30.3104498 ] ], [ [ 120.2571285, 30.307748 ], [ 120.2584004, 30.3079471 ], [ 120.258741, 30.3080043 ], [ 120.2618091, 30.3085263 ] ], [ [ 120.2618142, 30.3086737 ], [ 120.2605246, 30.3084522 ], [ 120.2599994, 30.308362 ], [ 120.2590073, 30.3081922 ], [ 120.2583079, 30.3080774 ], [ 120.2571006, 30.3078851 ] ], [ [ 120.2618091, 30.3085263 ], [ 120.2620007, 30.3085797 ] ], [ [ 120.2618142, 30.3086737 ], [ 120.2618091, 30.3085263 ] ], [ [ 120.2620007, 30.3085797 ], [ 120.2620036, 30.308701 ] ], [ [ 120.2620036, 30.308701 ], [ 120.2618142, 30.3086737 ] ], [ [ 120.2618848, 30.3102756 ], [ 120.2618815, 30.3098192 ], [ 120.2618142, 30.3086737 ] ], [ [ 120.2620036, 30.308701 ], [ 120.262004, 30.3090509 ], [ 120.2620077, 30.3093423 ], [ 120.2620193, 30.3102496 ], [ 120.2620221, 30.3104246 ], [ 120.2620394, 30.3114998 ], [ 120.2621392, 30.3128738 ] ], [ [ 120.6647599, 30.2551811 ], [ 120.6663378, 30.2533425 ] ], [ [ 120.6663378, 30.2533425 ], [ 120.6669611, 30.25249 ] ], [ [ 120.6669611, 30.25249 ], [ 120.6681618, 30.2508478 ] ], [ [ 120.6681618, 30.2508478 ], [ 120.6704077, 30.2480223 ] ], [ [ 120.6704077, 30.2480223 ], [ 120.6706102, 30.2477676 ] ], [ [ 120.6706102, 30.2477676 ], [ 120.671933, 30.245947 ] ], [ [ 120.6646913, 30.25527 ], [ 120.6647599, 30.2551811 ] ], [ [ 120.5318007, 30.2768747 ], [ 120.5291652, 30.2780464 ] ], [ [ 120.5291652, 30.2780464 ], [ 120.5280923, 30.2785606 ] ], [ [ 120.5280923, 30.2785606 ], [ 120.5273717, 30.2788529 ] ], [ [ 120.5273717, 30.2788529 ], [ 120.5268547, 30.2790753 ] ], [ [ 120.3257538, 30.2399661 ], [ 120.3261173, 30.2416452 ] ], [ [ 120.3259445, 30.241682 ], [ 120.3255835, 30.2399938 ] ], [ [ 120.3261173, 30.2416452 ], [ 120.326124, 30.241676 ], [ 120.3261555, 30.2418213 ] ], [ [ 120.3358839, 30.2408595 ], [ 120.3359463, 30.2410456 ] ], [ [ 120.3357854, 30.2410455 ], [ 120.3357459, 30.2408745 ] ], [ [ 120.3392132, 30.2409772 ], [ 120.3392191, 30.2410396 ] ], [ [ 120.3392191, 30.2410396 ], [ 120.3399759, 30.243487 ] ], [ [ 120.3359463, 30.2410456 ], [ 120.336028, 30.2412891 ], [ 120.3363335, 30.2423636 ], [ 120.3363748, 30.242509 ], [ 120.3366225, 30.2433254 ], [ 120.3367039, 30.243565 ], [ 120.3368561, 30.2440133 ], [ 120.3368736, 30.2440762 ], [ 120.3369052, 30.2441898 ] ], [ [ 120.3367489, 30.2442278 ], [ 120.3367137, 30.2441116 ], [ 120.3366969, 30.2440561 ], [ 120.3366153, 30.2437775 ], [ 120.3362474, 30.2425213 ], [ 120.3361872, 30.2423361 ], [ 120.3358298, 30.2412371 ], [ 120.3357854, 30.2410455 ] ], [ [ 120.3399759, 30.243487 ], [ 120.3401554, 30.2434537 ], [ 120.3408759, 30.2433695 ], [ 120.3446569, 30.2429218 ], [ 120.3447679, 30.2429689 ], [ 120.3446847, 30.2430507 ], [ 120.3420103, 30.2433719 ], [ 120.3401757, 30.243612 ], [ 120.3400174, 30.2436406 ] ], [ [ 120.3400174, 30.2436406 ], [ 120.3399759, 30.243487 ] ], [ [ 120.3369052, 30.2441898 ], [ 120.3370245, 30.2441625 ], [ 120.3373667, 30.2440842 ], [ 120.337705, 30.2440068 ], [ 120.3399759, 30.243487 ] ], [ [ 120.3400174, 30.2436406 ], [ 120.3395521, 30.2437152 ], [ 120.3379991, 30.2440771 ], [ 120.3370612, 30.2442957 ], [ 120.3369437, 30.2443231 ] ], [ [ 120.3259848, 30.2418707 ], [ 120.3259445, 30.241682 ] ], [ [ 120.3261555, 30.2418213 ], [ 120.3261744, 30.2419089 ], [ 120.3267939, 30.2447699 ], [ 120.3270611, 30.2459398 ], [ 120.327226, 30.246392 ] ], [ [ 120.3270071, 30.2464459 ], [ 120.3268295, 30.2457012 ], [ 120.3264553, 30.2440388 ], [ 120.3260633, 30.2422378 ], [ 120.3259997, 30.2419403 ], [ 120.3259848, 30.2418707 ] ], [ [ 120.327226, 30.246392 ], [ 120.3278391, 30.246256 ], [ 120.3283691, 30.2461389 ], [ 120.328455, 30.2461199 ], [ 120.3325467, 30.245172 ] ], [ [ 120.3326529, 30.2453233 ], [ 120.3321646, 30.2454249 ], [ 120.3310875, 30.2456716 ], [ 120.328976, 30.2461552 ], [ 120.3284843, 30.2462763 ], [ 120.3278765, 30.2464259 ], [ 120.3275384, 30.2465092 ], [ 120.3272951, 30.2465807 ] ], [ [ 120.3270071, 30.2464459 ], [ 120.327226, 30.246392 ] ], [ [ 120.3367489, 30.2442278 ], [ 120.3369052, 30.2441898 ] ], [ [ 120.3369052, 30.2441898 ], [ 120.3369437, 30.2443231 ] ], [ [ 120.3367805, 30.2443556 ], [ 120.3367489, 30.2442278 ] ], [ [ 120.3369437, 30.2443231 ], [ 120.3367805, 30.2443556 ] ], [ [ 120.3325467, 30.245172 ], [ 120.3344756, 30.2447369 ], [ 120.3346987, 30.2446865 ], [ 120.33473, 30.2446795 ], [ 120.3349329, 30.2446341 ], [ 120.3357012, 30.2444622 ], [ 120.3365857, 30.2442643 ], [ 120.3367489, 30.2442278 ] ], [ [ 120.3407362, 30.2459789 ], [ 120.3400174, 30.2436406 ] ], [ [ 120.3367805, 30.2443556 ], [ 120.3366191, 30.2443929 ], [ 120.3362397, 30.2444807 ], [ 120.3358767, 30.2445647 ], [ 120.3352221, 30.2447161 ], [ 120.3348028, 30.2448131 ], [ 120.3347874, 30.2448168 ], [ 120.3344933, 30.2448866 ], [ 120.3326529, 30.2453233 ] ], [ [ 120.3369437, 30.2443231 ], [ 120.3369773, 30.2444424 ], [ 120.3369942, 30.2445025 ], [ 120.3370397, 30.2446575 ], [ 120.3373905, 30.2458539 ], [ 120.3374472, 30.2460679 ], [ 120.3378188, 30.2471472 ], [ 120.3377956, 30.2472329 ], [ 120.3376631, 30.2471961 ], [ 120.3370685, 30.2452791 ], [ 120.336999, 30.2450564 ], [ 120.3368203, 30.2444832 ], [ 120.3367805, 30.2443556 ] ], [ [ 120.3441647, 30.2676295 ], [ 120.3446406, 30.2672916 ], [ 120.3454291, 30.2667588 ], [ 120.3460885, 30.2663346 ], [ 120.3463016, 30.2662016 ], [ 120.3465865, 30.2660479 ], [ 120.3468214, 30.2659366 ], [ 120.3471042, 30.2658263 ], [ 120.3474578, 30.2656962 ], [ 120.347827, 30.2655773 ], [ 120.3481875, 30.2654969 ], [ 120.348562, 30.2654569 ], [ 120.3489965, 30.2654337 ], [ 120.349372, 30.2654383 ], [ 120.3496831, 30.2654569 ], [ 120.3502475, 30.2655201 ], [ 120.3507453, 30.2656422 ], [ 120.351197, 30.2657842 ], [ 120.3516476, 30.2659695 ], [ 120.3517378, 30.2659969 ], [ 120.3522473, 30.2661519 ], [ 120.3526293, 30.2662475 ] ], [ [ 120.3564038, 30.2664654 ], [ 120.3555142, 30.2664572 ], [ 120.3545857, 30.2664661 ], [ 120.3540605, 30.2664711 ], [ 120.3534508, 30.2664771 ], [ 120.3531217, 30.2664804 ], [ 120.3529072, 30.2664799 ], [ 120.3511798, 30.2664758 ], [ 120.3509814, 30.2664741 ], [ 120.3496646, 30.266463 ], [ 120.3493273, 30.2664647 ], [ 120.3480845, 30.2664711 ], [ 120.3476711, 30.2664789 ], [ 120.347312, 30.2665128 ], [ 120.346561, 30.2666472 ], [ 120.3458422, 30.2668696 ], [ 120.3452414, 30.2671476 ], [ 120.3447776, 30.2674267 ], [ 120.3442848, 30.267787 ] ], [ [ 120.3439705, 30.2677564 ], [ 120.3441647, 30.2676295 ] ], [ [ 120.3442848, 30.267787 ], [ 120.3441146, 30.2679149 ] ], [ [ 120.3441146, 30.2679149 ], [ 120.3432619, 30.268431 ], [ 120.3421085, 30.2689777 ] ], [ [ 120.327226, 30.246392 ], [ 120.3272951, 30.2465807 ] ], [ [ 120.3270751, 30.246632 ], [ 120.3270071, 30.2464459 ] ], [ [ 120.3272951, 30.2465807 ], [ 120.3270751, 30.246632 ] ], [ [ 120.3272951, 30.2465807 ], [ 120.327404, 30.2468376 ], [ 120.3275833, 30.2472607 ], [ 120.3276758, 30.247479 ], [ 120.328344, 30.2486026 ], [ 120.3288696, 30.2493106 ], [ 120.3304554, 30.2512192 ], [ 120.3304477, 30.2513641 ], [ 120.3302773, 30.2513577 ], [ 120.3292438, 30.2500187 ], [ 120.3283618, 30.2489028 ], [ 120.3280055, 30.2483717 ], [ 120.3277115, 30.2478638 ], [ 120.3274102, 30.2473105 ], [ 120.3272134, 30.2468955 ], [ 120.3270751, 30.246632 ] ], [ [ 120.3221796, 30.2855328 ], [ 120.322156, 30.2851696 ], [ 120.3221555, 30.2848515 ], [ 120.3221881, 30.2845676 ], [ 120.3222259, 30.2843612 ], [ 120.322297, 30.2841446 ], [ 120.3223376, 30.2840407 ], [ 120.3223808, 30.283928 ], [ 120.3225626, 30.2835928 ], [ 120.3226863, 30.2834251 ], [ 120.322757, 30.2833294 ], [ 120.3230072, 30.283079 ], [ 120.3237038, 30.2824272 ], [ 120.3243046, 30.2819362 ], [ 120.3247659, 30.2815007 ], [ 120.3251481, 30.2811394 ], [ 120.3254642, 30.2808714 ], [ 120.3258032, 30.2806268 ], [ 120.3260918, 30.2804985 ], [ 120.3265529, 30.2802875 ], [ 120.3268688, 30.2801388 ], [ 120.3273146, 30.2798358 ], [ 120.3280275, 30.2791937 ], [ 120.3299587, 30.277387 ], [ 120.3310952, 30.2763303 ], [ 120.331439, 30.2760108 ], [ 120.3323778, 30.2751352 ], [ 120.3330698, 30.2744866 ], [ 120.333545, 30.2740703 ], [ 120.3337197, 30.2739245 ], [ 120.3339493, 30.27375 ], [ 120.3343902, 30.273438 ], [ 120.3345663, 30.2733345 ] ], [ [ 120.331402, 30.2763018 ], [ 120.3312456, 30.2764598 ], [ 120.3302532, 30.2773817 ], [ 120.3287404, 30.2787854 ], [ 120.3277212, 30.2797351 ], [ 120.3274851, 30.2798972 ], [ 120.3271472, 30.2801335 ], [ 120.3265906, 30.2803802 ], [ 120.3261414, 30.2805819 ], [ 120.3259777, 30.2806662 ], [ 120.3255808, 30.2809256 ], [ 120.3250765, 30.2813518 ], [ 120.324186, 30.2821857 ], [ 120.3234995, 30.2827751 ], [ 120.3229243, 30.283305 ], [ 120.3227551, 30.2835116 ], [ 120.3226239, 30.2837073 ], [ 120.32249, 30.2839704 ], [ 120.3224273, 30.2841214 ], [ 120.3223393, 30.2844081 ], [ 120.3222775, 30.2847314 ], [ 120.3222479, 30.284967 ], [ 120.3222667, 30.2853674 ], [ 120.3222825, 30.2854934 ] ], [ [ 120.330505, 30.2820831 ], [ 120.3263771, 30.2837628 ] ], [ [ 120.3533957, 30.2667283 ], [ 120.3527628, 30.2696156 ] ], [ [ 120.3611071, 30.2695986 ], [ 120.3589761, 30.2696185 ] ], [ [ 120.3589761, 30.2696185 ], [ 120.356554, 30.2696277 ] ], [ [ 120.356554, 30.2696277 ], [ 120.3563712, 30.2696264 ] ], [ [ 120.3527628, 30.2696156 ], [ 120.3542587, 30.2696117 ] ], [ [ 120.3542587, 30.2696117 ], [ 120.3563712, 30.2696264 ] ], [ [ 120.3383095, 30.2707633 ], [ 120.3385359, 30.2706043 ], [ 120.3395927, 30.2698815 ], [ 120.3400701, 30.269585 ], [ 120.3402804, 30.2694768 ], [ 120.3408533, 30.2692005 ], [ 120.3412288, 30.2690754 ], [ 120.3417921, 30.2688854 ], [ 120.3421193, 30.2687557 ], [ 120.3425806, 30.2685657 ], [ 120.3428435, 30.2684314 ], [ 120.3432566, 30.268209 ], [ 120.3436857, 30.2679449 ], [ 120.3439705, 30.2677564 ] ], [ [ 120.3421085, 30.2689777 ], [ 120.3415828, 30.2691583 ], [ 120.3409959, 30.2693729 ], [ 120.3405421, 30.2695568 ], [ 120.3400186, 30.2698518 ] ], [ [ 120.3458723, 30.2696156 ], [ 120.3486638, 30.2696081 ] ], [ [ 120.3486638, 30.2696081 ], [ 120.3502815, 30.2696038 ] ], [ [ 120.3502815, 30.2696038 ], [ 120.3527628, 30.2696156 ] ], [ [ 120.3456711, 30.269692 ], [ 120.3458723, 30.2696156 ] ], [ [ 120.3400186, 30.2698518 ], [ 120.3393727, 30.2702703 ], [ 120.3384661, 30.2709328 ] ], [ [ 120.3347204, 30.2732286 ], [ 120.335211, 30.2728913 ], [ 120.3366648, 30.2718767 ], [ 120.3373396, 30.2714243 ], [ 120.3381335, 30.2708869 ], [ 120.3383095, 30.2707633 ] ], [ [ 120.4237957, 30.2641881 ], [ 120.4236841, 30.2641999 ] ], [ [ 120.4312831, 30.265974 ], [ 120.4312411, 30.2658007 ], [ 120.4311901, 30.2655007 ], [ 120.4311435, 30.265196 ], [ 120.4311345, 30.2651393 ], [ 120.4310431, 30.264397 ], [ 120.4308941, 30.2633929 ], [ 120.4307451, 30.2625485 ] ], [ [ 120.420124, 30.2643232 ], [ 120.4203283, 30.2643206 ] ], [ [ 120.4203283, 30.2643206 ], [ 120.4205425, 30.2643121 ] ], [ [ 120.4205425, 30.2643121 ], [ 120.4206233, 30.2643032 ] ], [ [ 120.4206233, 30.2643032 ], [ 120.4218099, 30.2642561 ] ], [ [ 120.4218099, 30.2642561 ], [ 120.4236841, 30.2641999 ] ], [ [ 120.4105708, 30.2650548 ], [ 120.4132718, 30.2646584 ] ], [ [ 120.4132718, 30.2646584 ], [ 120.4150055, 30.264542 ] ], [ [ 120.4150055, 30.264542 ], [ 120.4152108, 30.2645178 ] ], [ [ 120.4152108, 30.2645178 ], [ 120.420124, 30.2643232 ] ], [ [ 120.4237957, 30.2641881 ], [ 120.4239533, 30.2649508 ], [ 120.4242014, 30.2662251 ], [ 120.4243136, 30.2666715 ], [ 120.4244213, 30.2672949 ], [ 120.4244323, 30.2673389 ], [ 120.4244591, 30.2676204 ], [ 120.4244816, 30.2677824 ] ], [ [ 120.4243924, 30.2677877 ], [ 120.4243773, 30.2676244 ], [ 120.4243432, 30.2673331 ], [ 120.4243334, 30.2672925 ], [ 120.4242859, 30.266926 ], [ 120.4242454, 30.2667114 ], [ 120.4240539, 30.2658659 ], [ 120.4236841, 30.2641999 ] ], [ [ 120.4103668, 30.2663742 ], [ 120.4103524, 30.2665886 ], [ 120.4103238, 30.2670123 ], [ 120.4103222, 30.2672156 ] ], [ [ 120.4101722, 30.2672225 ], [ 120.4102286, 30.2670004 ], [ 120.4102575, 30.2665841 ], [ 120.4102714, 30.2663843 ] ], [ [ 120.4552669, 30.270202 ], [ 120.4555337, 30.2683534 ], [ 120.4560674, 30.2644699 ], [ 120.456137, 30.2639834 ] ], [ [ 120.4314263, 30.265865 ], [ 120.4315737, 30.2669918 ], [ 120.4316903, 30.2677933 ], [ 120.4318078, 30.2685174 ] ], [ [ 120.4316729, 30.2685447 ], [ 120.4315447, 30.2678831 ], [ 120.4314297, 30.2671159 ], [ 120.4312939, 30.2661931 ], [ 120.4312831, 30.265974 ] ], [ [ 120.4008591, 30.2707832 ], [ 120.4006059, 30.2704793 ] ], [ [ 120.4006059, 30.2704793 ], [ 120.4003633, 30.2702104 ] ], [ [ 120.4003633, 30.2702104 ], [ 120.4002502, 30.2700798 ] ], [ [ 120.4002502, 30.2700798 ], [ 120.4000069, 30.2697796 ] ], [ [ 120.4000069, 30.2697796 ], [ 120.3993917, 30.2690586 ] ], [ [ 120.3993917, 30.2690586 ], [ 120.3982226, 30.2677328 ] ], [ [ 120.3982226, 30.2677328 ], [ 120.3968953, 30.2661848 ] ], [ [ 120.3968953, 30.2661848 ], [ 120.3954925, 30.264538 ] ], [ [ 120.4103222, 30.2672156 ], [ 120.410328, 30.2675957 ], [ 120.4103402, 30.2678825 ], [ 120.4103625, 30.2681654 ] ], [ [ 120.4101538, 30.268235 ], [ 120.4101373, 30.267932 ], [ 120.4101322, 30.2678376 ], [ 120.4101163, 30.2674497 ], [ 120.4101722, 30.2672225 ] ], [ [ 120.4159366, 30.2687418 ], [ 120.4155969, 30.2678243 ], [ 120.4155255, 30.2675529 ] ], [ [ 120.4318078, 30.2685174 ], [ 120.4346811, 30.2681089 ] ], [ [ 120.4346811, 30.2681089 ], [ 120.4351013, 30.2680132 ] ], [ [ 120.4316729, 30.2685447 ], [ 120.4318078, 30.2685174 ] ], [ [ 120.4244816, 30.2677824 ], [ 120.4245123, 30.268804 ], [ 120.4245567, 30.2696254 ] ], [ [ 120.4244695, 30.2696401 ], [ 120.4244567, 30.269286 ], [ 120.4244261, 30.268455 ], [ 120.4243924, 30.2677877 ] ], [ [ 120.416005, 30.2675336 ], [ 120.4170628, 30.270351 ] ], [ [ 120.4245567, 30.2696254 ], [ 120.4265801, 30.2693351 ] ], [ [ 120.4265801, 30.2693351 ], [ 120.4280585, 30.2691015 ] ], [ [ 120.4280585, 30.2691015 ], [ 120.4316729, 30.2685447 ] ], [ [ 120.4166409, 30.2703139 ], [ 120.416462, 30.2700678 ], [ 120.4163457, 30.2698037 ], [ 120.4159366, 30.2687418 ] ], [ [ 120.4244695, 30.2696401 ], [ 120.4245567, 30.2696254 ] ], [ [ 120.4244695, 30.2696401 ], [ 120.4221832, 30.2697624 ] ], [ [ 120.4221832, 30.2697624 ], [ 120.4200631, 30.2698816 ] ], [ [ 120.4200631, 30.2698816 ], [ 120.4194247, 30.26997 ] ], [ [ 120.4194247, 30.26997 ], [ 120.4184584, 30.2701351 ] ], [ [ 120.4184584, 30.2701351 ], [ 120.4170628, 30.270351 ] ], [ [ 120.4562706, 30.263985 ], [ 120.456206, 30.2644596 ], [ 120.456021, 30.2658186 ], [ 120.4556825, 30.2683351 ], [ 120.4554186, 30.2702347 ] ], [ [ 120.4552669, 30.270202 ], [ 120.4554186, 30.2702347 ] ], [ [ 120.4552283, 30.2703816 ], [ 120.4552669, 30.270202 ] ], [ [ 120.4554186, 30.2702347 ], [ 120.4553998, 30.2703856 ] ], [ [ 120.4166409, 30.2703139 ], [ 120.4170628, 30.270351 ] ], [ [ 120.4318078, 30.2685174 ], [ 120.4318707, 30.2691472 ], [ 120.4318825, 30.2695447 ], [ 120.4318675, 30.2699005 ], [ 120.4318259, 30.2704125 ], [ 120.4317538, 30.2712046 ], [ 120.4316727, 30.2720961 ], [ 120.4316609, 30.2722251 ] ], [ [ 120.4166902, 30.2704395 ], [ 120.4166409, 30.2703139 ] ], [ [ 120.4138365, 30.2704521 ], [ 120.4166409, 30.2703139 ] ], [ [ 120.4315391, 30.2722328 ], [ 120.4315496, 30.2721 ], [ 120.4315896, 30.2715942 ], [ 120.431598, 30.2714877 ], [ 120.4316736, 30.2705408 ], [ 120.4317264, 30.2698214 ], [ 120.4317473, 30.2694643 ], [ 120.4317328, 30.2690786 ], [ 120.4316729, 30.2685447 ] ], [ [ 120.4170628, 30.270351 ], [ 120.4166902, 30.2704395 ] ], [ [ 120.4105371, 30.2706397 ], [ 120.410573790830895, 30.270637343462429 ] ], [ [ 120.410573790830895, 30.270637343462429 ], [ 120.4114962, 30.2705781 ], [ 120.4123374, 30.2705219 ], [ 120.4138365, 30.2704521 ] ], [ [ 120.4166902, 30.2704395 ], [ 120.4123283, 30.2706656 ], [ 120.4112623, 30.2707247 ], [ 120.4108648, 30.2707498 ], [ 120.410625769259781, 30.270789627574853 ] ], [ [ 120.410625769259781, 30.270789627574853 ], [ 120.410535470811638, 30.270804673205379 ] ], [ [ 120.410535470811638, 30.270804673205379 ], [ 120.4104987, 30.2708108 ] ], [ [ 120.4104068, 30.2706766 ], [ 120.410484799310282, 30.270654511169997 ] ], [ [ 120.410484799310282, 30.270654511169997 ], [ 120.4105371, 30.2706397 ] ], [ [ 120.4245567, 30.2696254 ], [ 120.4245585, 30.270506 ], [ 120.4245839, 30.2709848 ], [ 120.42463, 30.2718309 ], [ 120.4246609, 30.2725746 ] ], [ [ 120.4245781, 30.2725735 ], [ 120.4245468, 30.2716406 ], [ 120.4245012, 30.2708773 ], [ 120.4244695, 30.2696401 ] ], [ [ 120.4170628, 30.270351 ], [ 120.4171393, 30.2705792 ], [ 120.4172726, 30.2709768 ], [ 120.4180142, 30.2729593 ] ], [ [ 120.4176455, 30.2729833 ], [ 120.4166902, 30.2704395 ] ], [ [ 120.4316609, 30.2722251 ], [ 120.4318614, 30.2722148 ], [ 120.432507, 30.2721818 ], [ 120.4339077, 30.27211 ], [ 120.4353348, 30.2720346 ] ], [ [ 120.4315391, 30.2722328 ], [ 120.4316609, 30.2722251 ] ], [ [ 120.4353418, 30.2722083 ], [ 120.4330029, 30.2723228 ], [ 120.4318683, 30.2723785 ], [ 120.4316548, 30.272389 ] ], [ [ 120.4316609, 30.2722251 ], [ 120.4316548, 30.272389 ] ], [ [ 120.4315256, 30.2723954 ], [ 120.4315391, 30.2722328 ] ], [ [ 120.4035421, 30.2739672 ], [ 120.4037606, 30.2737332 ], [ 120.4048235, 30.2732384 ], [ 120.4055261, 30.272913 ], [ 120.4057287, 30.2728191 ], [ 120.4068513, 30.2722701 ], [ 120.4081656, 30.2716448 ], [ 120.4090921, 30.2712025 ], [ 120.4096312, 30.2709493 ], [ 120.4100016, 30.2708032 ], [ 120.4104068, 30.2706766 ] ], [ [ 120.4035421, 30.2739672 ], [ 120.4023076, 30.2724076 ] ], [ [ 120.4023076, 30.2724076 ], [ 120.4013205, 30.2713003 ] ], [ [ 120.4013205, 30.2713003 ], [ 120.4008591, 30.2707832 ] ], [ [ 120.4104987, 30.2708108 ], [ 120.4103223, 30.2708503 ], [ 120.4101512, 30.2708886 ], [ 120.4097188, 30.271055 ], [ 120.4093316, 30.2712484 ], [ 120.4064481, 30.2726139 ], [ 120.4052521, 30.2731801 ], [ 120.4038614, 30.2738599 ], [ 120.4035421, 30.2739672 ] ], [ [ 120.4316548, 30.272389 ], [ 120.4315256, 30.2723954 ] ], [ [ 120.4246609, 30.2725746 ], [ 120.4279902, 30.272404 ], [ 120.4301846, 30.2722981 ], [ 120.4313451, 30.2722421 ], [ 120.4315391, 30.2722328 ] ], [ [ 120.4245781, 30.2725735 ], [ 120.4246609, 30.2725746 ] ], [ [ 120.4315256, 30.2723954 ], [ 120.431352, 30.2724057 ], [ 120.4306912, 30.2724452 ], [ 120.4301145, 30.2724796 ], [ 120.4279932, 30.2725941 ], [ 120.4246722, 30.2727702 ] ], [ [ 120.4246609, 30.2725746 ], [ 120.4246722, 30.2727702 ] ], [ [ 120.4245935, 30.2727755 ], [ 120.4245781, 30.2725735 ] ], [ [ 120.4180142, 30.2729593 ], [ 120.4194015, 30.272869 ], [ 120.4245781, 30.2725735 ] ], [ [ 120.4246722, 30.2727702 ], [ 120.4245935, 30.2727755 ] ], [ [ 120.4245935, 30.2727755 ], [ 120.4193796, 30.2730487 ], [ 120.4180722, 30.2731143 ] ], [ [ 120.4919738, 30.2750888 ], [ 120.495303, 30.2745837 ], [ 120.4960963, 30.2744783 ], [ 120.4961546, 30.2744853 ], [ 120.4961787, 30.2745061 ], [ 120.4961935, 30.2745351 ], [ 120.4961961, 30.2745629 ], [ 120.4961841, 30.2745988 ], [ 120.496125, 30.2746277 ], [ 120.4920101, 30.2752678 ] ], [ [ 120.4176455, 30.2729833 ], [ 120.4180142, 30.2729593 ] ], [ [ 120.4180142, 30.2729593 ], [ 120.4180722, 30.2731143 ] ], [ [ 120.4177081, 30.2731325 ], [ 120.4176455, 30.2729833 ] ], [ [ 120.4180722, 30.2731143 ], [ 120.4177081, 30.2731325 ] ], [ [ 120.4316548, 30.272389 ], [ 120.4316488, 30.2725524 ], [ 120.4316321, 30.2730036 ], [ 120.4315252, 30.2742517 ], [ 120.4314509, 30.2751653 ] ], [ [ 120.4313198, 30.2751646 ], [ 120.4314549, 30.2733459 ], [ 120.4315136, 30.2725567 ], [ 120.4315256, 30.2723954 ] ], [ [ 120.4103625, 30.2681654 ], [ 120.4103473, 30.268385 ], [ 120.4103486, 30.2685371 ], [ 120.4103442, 30.2688128 ], [ 120.4104481, 30.2702691 ], [ 120.410573790830895, 30.270637343462429 ] ], [ [ 120.410573790830895, 30.270637343462429 ], [ 120.410625769259781, 30.270789627574853 ] ], [ [ 120.410625769259781, 30.270789627574853 ], [ 120.412574243481046, 30.276498181560541 ] ], [ [ 120.412574243481046, 30.276498181560541 ], [ 120.412617831672534, 30.276625884324858 ] ], [ [ 120.412617831672534, 30.276625884324858 ], [ 120.4127757, 30.2770884 ], [ 120.4132212, 30.2793445 ], [ 120.413281, 30.2796053 ] ], [ [ 120.4131389, 30.2795732 ], [ 120.4126625, 30.277108 ], [ 120.412508960234277, 30.27665299387003 ] ], [ [ 120.412508960234277, 30.27665299387003 ], [ 120.412462840916533, 30.276516321965005 ] ], [ [ 120.412462840916533, 30.276516321965005 ], [ 120.410535470811638, 30.270804673205379 ] ], [ [ 120.410535470811638, 30.270804673205379 ], [ 120.410484799310282, 30.270654511169997 ] ], [ [ 120.410484799310282, 30.270654511169997 ], [ 120.4103566, 30.2702746 ], [ 120.4102534, 30.2688189 ], [ 120.4102261, 30.2684963 ], [ 120.4101538, 30.268235 ] ], [ [ 120.4246722, 30.2727702 ], [ 120.4247172, 30.273776 ], [ 120.4247866, 30.2748865 ], [ 120.4248208, 30.2755561 ] ], [ [ 120.4247474, 30.2755634 ], [ 120.4247125, 30.2752667 ], [ 120.4246776, 30.2744814 ], [ 120.4246521, 30.2738148 ], [ 120.4245935, 30.2727755 ] ], [ [ 120.4188354, 30.2761416 ], [ 120.4184568, 30.2751634 ], [ 120.4177081, 30.2731325 ] ], [ [ 120.4180722, 30.2731143 ], [ 120.4186187, 30.2745753 ], [ 120.4192244, 30.2761878 ] ], [ [ 120.4035421, 30.2739672 ], [ 120.4037975, 30.2741466 ], [ 120.4044426, 30.2749301 ], [ 120.4047987, 30.2753626 ], [ 120.4058543, 30.2765953 ], [ 120.4059933, 30.2767383 ] ], [ [ 120.3527628, 30.2696156 ], [ 120.3523435, 30.2717754 ] ], [ [ 120.3656558, 30.2725311 ], [ 120.3651806, 30.272132 ] ], [ [ 120.3651806, 30.272132 ], [ 120.3636733, 30.2708689 ] ], [ [ 120.3636733, 30.2708689 ], [ 120.3636113, 30.270817 ] ], [ [ 120.3636113, 30.270817 ], [ 120.3630134, 30.2703159 ] ], [ [ 120.3630134, 30.2703159 ], [ 120.3625199, 30.2699823 ] ], [ [ 120.3625199, 30.2699823 ], [ 120.3619191, 30.2697414 ] ], [ [ 120.3619191, 30.2697414 ], [ 120.3611071, 30.2695986 ] ], [ [ 120.3526293, 30.2662475 ], [ 120.3529554, 30.2662399 ], [ 120.3533041, 30.2662769 ], [ 120.3537923, 30.266263 ], [ 120.3542416, 30.2662264 ], [ 120.3543609, 30.2662167 ], [ 120.3547482, 30.2661456 ], [ 120.3551173, 30.2660499 ], [ 120.3555786, 30.2659017 ], [ 120.3558737, 30.265758 ], [ 120.3561955, 30.2656515 ], [ 120.3565668, 30.2655294 ], [ 120.3569841, 30.2654291 ], [ 120.3575045, 30.2653596 ], [ 120.357837, 30.2653364 ], [ 120.3583091, 30.2653364 ], [ 120.3587383, 30.2653688 ], [ 120.359264, 30.2654569 ], [ 120.3596245, 30.2655386 ], [ 120.3602628, 30.2657286 ], [ 120.3603924, 30.2657667 ], [ 120.3607993, 30.2658861 ], [ 120.3613878, 30.2660662 ], [ 120.3617389, 30.2661737 ], [ 120.3623195, 30.2663514 ], [ 120.3624397, 30.2663881 ], [ 120.3630711, 30.2665811 ], [ 120.3634573, 30.2667108 ], [ 120.3637202, 30.2668475 ], [ 120.3640973, 30.2670575 ], [ 120.3644111, 30.2672753 ], [ 120.3647115, 30.2674815 ], [ 120.3649969, 30.2677116 ], [ 120.3653054, 30.2679363 ], [ 120.3655806, 30.2681139 ], [ 120.3659025, 30.2683131 ], [ 120.3661385, 30.2684452 ], [ 120.3664614, 30.2685826 ], [ 120.3669291, 30.2687437 ], [ 120.3674447, 30.2688853 ], [ 120.3677786, 30.2690069 ], [ 120.367839, 30.2690289 ], [ 120.368083, 30.269128 ], [ 120.3685535, 30.2693587 ], [ 120.3688969, 30.2695718 ], [ 120.3693126, 30.2698845 ], [ 120.3696854, 30.2702366 ], [ 120.3697855, 30.2703269 ], [ 120.370061, 30.2705753 ], [ 120.3709691, 30.2713941 ], [ 120.3721638, 30.272479 ], [ 120.3732142, 30.2734465 ], [ 120.3736674, 30.2738796 ], [ 120.374051, 30.2743336 ], [ 120.3743621, 30.274746 ], [ 120.374735, 30.2752509 ], [ 120.3752151, 30.2758995 ], [ 120.3760305, 30.2770183 ], [ 120.3768845, 30.2781588 ], [ 120.3772677, 30.2787038 ] ], [ [ 120.3772104, 30.2788981 ], [ 120.3767251, 30.2782063 ], [ 120.3757488, 30.2768906 ], [ 120.3750085, 30.2758761 ], [ 120.3738015, 30.2742685 ], [ 120.3736084, 30.2740415 ], [ 120.3722029, 30.272735 ], [ 120.3700625, 30.2707938 ], [ 120.3695126, 30.2703021 ], [ 120.3690057, 30.2698487 ], [ 120.3686266, 30.2695825 ], [ 120.3685229, 30.2695197 ], [ 120.368008, 30.2692556 ], [ 120.3673589, 30.2690101 ], [ 120.3669404, 30.2688989 ], [ 120.3664154, 30.2687481 ], [ 120.3658193, 30.2685097 ], [ 120.3654116, 30.2682688 ], [ 120.364961, 30.2679584 ], [ 120.3642743, 30.2674534 ], [ 120.3637486, 30.2671151 ], [ 120.3632819, 30.2668928 ], [ 120.3628474, 30.2667445 ], [ 120.3625639, 30.2666607 ], [ 120.3624397, 30.266624 ], [ 120.361973, 30.266536 ], [ 120.3613507, 30.2664758 ], [ 120.3613302, 30.2664747 ], [ 120.3610932, 30.2664619 ] ], [ [ 120.3384661, 30.2709328 ], [ 120.3368729, 30.2719752 ], [ 120.3352528, 30.2730825 ], [ 120.3348329, 30.2733712 ] ], [ [ 120.3519814, 30.2742365 ], [ 120.3523435, 30.2717754 ] ], [ [ 120.3345663, 30.2733345 ], [ 120.3347204, 30.2732286 ] ], [ [ 120.3348329, 30.2733712 ], [ 120.3346948, 30.2734661 ] ], [ [ 120.3519814, 30.2742365 ], [ 120.3519551, 30.2743938 ] ], [ [ 120.3041643, 30.2500263 ], [ 120.3043646, 30.2502353 ], [ 120.305005, 30.2506627 ], [ 120.3051786, 30.2507786 ], [ 120.3070414, 30.2516509 ], [ 120.3076261, 30.2519382 ], [ 120.3078984, 30.2521108 ], [ 120.3084804, 30.2525418 ], [ 120.3088304, 30.2528801 ], [ 120.3092328, 30.2533226 ], [ 120.3093521, 30.2534836 ], [ 120.3095294, 30.2537836 ], [ 120.3097587, 30.2541718 ], [ 120.3097855, 30.2542171 ], [ 120.3099251, 30.2544535 ], [ 120.3102332, 30.2549108 ], [ 120.3102744, 30.2549758 ], [ 120.3110835, 30.2562523 ], [ 120.311569, 30.2569218 ], [ 120.3158417, 30.2624172 ], [ 120.3168797, 30.2637192 ], [ 120.3168073, 30.2637609 ], [ 120.3111935, 30.2565442 ], [ 120.3110736, 30.256382 ], [ 120.3109708, 30.256243 ], [ 120.3108796, 30.2560994 ], [ 120.3103754, 30.2552931 ], [ 120.3098726, 30.2545117 ], [ 120.3097231, 30.2542777 ], [ 120.3096673, 30.2541903 ], [ 120.3094684, 30.2538702 ], [ 120.3093132, 30.2536203 ], [ 120.3090423, 30.2532218 ], [ 120.3089216, 30.2530851 ], [ 120.3085005, 30.2526889 ], [ 120.3078863, 30.2522093 ], [ 120.3074142, 30.2519359 ], [ 120.3055555, 30.2510416 ], [ 120.3049386, 30.2507261 ], [ 120.3040592, 30.250145 ] ], [ [ 120.3017881, 30.2946655 ], [ 120.3020489, 30.2945657 ], [ 120.303067, 30.2941607 ], [ 120.3044184, 30.2936506 ], [ 120.3050093, 30.2934219 ], [ 120.3054498, 30.2932303 ], [ 120.3059473, 30.2929558 ], [ 120.3063657, 30.2927011 ], [ 120.3067393, 30.2924529 ], [ 120.3071625, 30.2921212 ], [ 120.3078425, 30.2915511 ], [ 120.3085276, 30.290978 ], [ 120.3091123, 30.290487 ], [ 120.3095978, 30.2901227 ], [ 120.3096863, 30.2900562 ], [ 120.3100027, 30.2898753 ], [ 120.3103551, 30.2897161 ], [ 120.3107942, 30.2895402 ], [ 120.3111469, 30.2894451 ], [ 120.3116485, 30.2893715 ], [ 120.3120252, 30.2893304 ], [ 120.312685, 30.289329 ], [ 120.3129586, 30.2893428 ], [ 120.3134468, 30.2893382 ], [ 120.3135354, 30.2893267 ], [ 120.3136613, 30.2893104 ], [ 120.3137474, 30.2892879 ], [ 120.313892, 30.2892502 ], [ 120.3141066, 30.2891993 ], [ 120.3144284, 30.2890881 ], [ 120.3151279, 30.2887494 ], [ 120.3164873, 30.2880952 ], [ 120.3178381, 30.2874518 ], [ 120.3194933, 30.2866793 ], [ 120.3205325, 30.2862205 ], [ 120.3207438, 30.2861217 ], [ 120.321136, 30.2859606 ], [ 120.3221796, 30.2855328 ] ], [ [ 120.3221942, 30.2856304 ], [ 120.3210033, 30.2861207 ], [ 120.3208009, 30.2862017 ], [ 120.3205745, 30.2863006 ], [ 120.3195766, 30.2867395 ], [ 120.317495, 30.2877101 ], [ 120.3157414, 30.2885589 ], [ 120.3148509, 30.2889871 ], [ 120.3138397, 30.2894773 ], [ 120.3136384, 30.2895427 ], [ 120.3134193, 30.2896138 ], [ 120.3126635, 30.2899033 ], [ 120.3119124, 30.2901569 ], [ 120.3116301, 30.2902493 ], [ 120.3100878, 30.2907791 ], [ 120.3099557, 30.2908245 ], [ 120.3092304, 30.2910647 ], [ 120.3085902, 30.2913164 ], [ 120.3081053, 30.2915534 ], [ 120.3078228, 30.2917207 ], [ 120.3075402, 30.2919369 ], [ 120.3065052, 30.2927196 ], [ 120.3060875, 30.293001 ], [ 120.3056451, 30.293236 ], [ 120.3052285, 30.2934339 ], [ 120.3043938, 30.2937456 ], [ 120.3031012, 30.2942411 ], [ 120.3020753, 30.2946441 ], [ 120.3018253, 30.294738 ] ], [ [ 120.3656558, 30.2725311 ], [ 120.3656855, 30.2725561 ] ], [ [ 120.3656855, 30.2725561 ], [ 120.3666174, 30.2733386 ] ], [ [ 120.3666174, 30.2733386 ], [ 120.3671095, 30.2737518 ] ], [ [ 120.3671095, 30.2737518 ], [ 120.369837, 30.2760422 ] ], [ [ 120.369837, 30.2760422 ], [ 120.3706523, 30.2766907 ] ], [ [ 120.3706523, 30.2766907 ], [ 120.37106, 30.2770799 ] ], [ [ 120.37106, 30.2770799 ], [ 120.3714248, 30.2775617 ] ], [ [ 120.3714248, 30.2775617 ], [ 120.371575, 30.2778582 ] ], [ [ 120.371575, 30.2778582 ], [ 120.3716823, 30.2783585 ] ], [ [ 120.3716823, 30.2783585 ], [ 120.3716805, 30.2785845 ] ], [ [ 120.3716805, 30.2785845 ], [ 120.3716781, 30.2789001 ] ], [ [ 120.3346948, 30.2734661 ], [ 120.3341317, 30.2738469 ], [ 120.3336489, 30.2742314 ], [ 120.3328388, 30.274968 ], [ 120.3320717, 30.2756537 ], [ 120.331402, 30.2763018 ] ], [ [ 120.3516611, 30.2789358 ], [ 120.3516653, 30.2786258 ] ], [ [ 120.3516653, 30.2786258 ], [ 120.351676, 30.2783084 ] ], [ [ 120.351676, 30.2783084 ], [ 120.3516743, 30.2781623 ] ], [ [ 120.3516743, 30.2781623 ], [ 120.3517533, 30.2766164 ] ], [ [ 120.3517533, 30.2766164 ], [ 120.3518279, 30.2756426 ] ], [ [ 120.3518279, 30.2756426 ], [ 120.3519551, 30.2743938 ] ], [ [ 120.3772104, 30.2788981 ], [ 120.3772677, 30.2787038 ] ], [ [ 120.3772677, 30.2787038 ], [ 120.3775252, 30.2790227 ] ], [ [ 120.3662002, 30.2788947 ], [ 120.366395, 30.2788976 ] ], [ [ 120.3716781, 30.2789001 ], [ 120.3744903, 30.2789014 ], [ 120.3758573, 30.2788944 ], [ 120.3763309, 30.2788956 ], [ 120.3768016, 30.2788985 ], [ 120.3772104, 30.2788981 ] ], [ [ 120.366395, 30.2788976 ], [ 120.3716781, 30.2789001 ] ], [ [ 120.3630514, 30.2789057 ], [ 120.3657033, 30.2788964 ], [ 120.366006, 30.2788954 ], [ 120.3662002, 30.2788947 ] ], [ [ 120.3610909, 30.2789126 ], [ 120.3630514, 30.2789057 ] ], [ [ 120.356504, 30.2789286 ], [ 120.3610909, 30.2789126 ] ], [ [ 120.3456839, 30.2789309 ], [ 120.3459021, 30.2789425 ] ], [ [ 120.3410304, 30.2789431 ], [ 120.3456839, 30.2789309 ] ], [ [ 120.3459021, 30.2789425 ], [ 120.3496431, 30.2789407 ], [ 120.3516611, 30.2789358 ] ], [ [ 120.3390484, 30.2789374 ], [ 120.3397179, 30.2789393 ], [ 120.3400202, 30.2789402 ], [ 120.3410304, 30.2789431 ] ], [ [ 120.4058623, 30.2768189 ], [ 120.4056474, 30.2765828 ], [ 120.4054427, 30.2763224 ], [ 120.4043251, 30.2749797 ], [ 120.4037045, 30.2742002 ], [ 120.4035421, 30.2739672 ] ], [ [ 120.4188354, 30.2761416 ], [ 120.4192244, 30.2761878 ] ], [ [ 120.4189086, 30.2763049 ], [ 120.4188354, 30.2761416 ] ], [ [ 120.4192244, 30.2761878 ], [ 120.4189086, 30.2763049 ] ], [ [ 120.412377, 30.2765303 ], [ 120.412462840916533, 30.276516321965005 ] ], [ [ 120.412462840916533, 30.276516321965005 ], [ 120.412574243481046, 30.276498181560541 ] ], [ [ 120.412574243481046, 30.276498181560541 ], [ 120.4126816, 30.2764807 ], [ 120.4130576, 30.2764141 ], [ 120.4136192, 30.2763792 ], [ 120.414456, 30.276347 ], [ 120.4162069, 30.2762854 ], [ 120.4188354, 30.2761416 ] ], [ [ 120.4189086, 30.2763049 ], [ 120.4177639, 30.2763442 ], [ 120.4165052, 30.2764004 ], [ 120.4144465, 30.2764722 ], [ 120.4137438, 30.2764993 ], [ 120.4131311, 30.2765404 ], [ 120.4127764, 30.2765864 ] ], [ [ 120.4553998, 30.2703856 ], [ 120.4552283, 30.2703816 ] ], [ [ 120.4353348, 30.2720346 ], [ 120.4366262, 30.271965 ], [ 120.438618, 30.2718704 ], [ 120.439362, 30.2717964 ], [ 120.4410657, 30.2716269 ], [ 120.4428015, 30.2714577 ], [ 120.4434975, 30.2713827 ], [ 120.4446061, 30.2712795 ], [ 120.4463991, 30.2710979 ], [ 120.4472371, 30.271002 ], [ 120.4487699, 30.2708513 ], [ 120.4500043, 30.2707297 ], [ 120.4517682, 30.2705447 ], [ 120.4539552, 30.2703178 ], [ 120.4543795, 30.2702706 ], [ 120.454643, 30.2702382 ], [ 120.4552669, 30.270202 ] ], [ [ 120.4552283, 30.2703816 ], [ 120.4546142, 30.2704332 ], [ 120.454351, 30.2704564 ], [ 120.4540474, 30.2704939 ], [ 120.4517329, 30.2707277 ], [ 120.4496895, 30.2709572 ], [ 120.4487646, 30.2710483 ], [ 120.4475364, 30.271152 ], [ 120.446396, 30.2712624 ], [ 120.4446374, 30.2714518 ], [ 120.4434495, 30.2715759 ], [ 120.4427858, 30.2716338 ], [ 120.4395246, 30.2719697 ], [ 120.4393127, 30.2719856 ], [ 120.4377238, 30.2721052 ], [ 120.4365808, 30.2721415 ], [ 120.4353418, 30.2722083 ] ], [ [ 120.4536982, 30.2813755 ], [ 120.4540614, 30.2788931 ], [ 120.4541551, 30.2781583 ], [ 120.4542566, 30.2774374 ], [ 120.4542885, 30.2772113 ], [ 120.4549039, 30.2728426 ], [ 120.4552153, 30.2707511 ], [ 120.4552283, 30.2703816 ] ], [ [ 120.4553998, 30.2703856 ], [ 120.4550405, 30.2728833 ], [ 120.4547831, 30.2747676 ], [ 120.4543065, 30.2781654 ], [ 120.4541979, 30.2789035 ], [ 120.4539047, 30.281395 ] ], [ [ 120.4874091, 30.2755539 ], [ 120.4916509, 30.2751219 ], [ 120.4918722, 30.2750992 ], [ 120.4919738, 30.2750888 ] ], [ [ 120.4920101, 30.2752678 ], [ 120.4919106, 30.2752794 ], [ 120.4916973, 30.2753043 ], [ 120.4914406, 30.2753342 ], [ 120.4889515, 30.2755705 ], [ 120.4874314, 30.2757224 ] ], [ [ 120.4828358, 30.2760378 ], [ 120.484376, 30.2758715 ], [ 120.4856678, 30.2757432 ], [ 120.4865214, 30.2756585 ], [ 120.4874091, 30.2755539 ] ], [ [ 120.4874314, 30.2757224 ], [ 120.4861459, 30.2758531 ], [ 120.4860747, 30.27586 ], [ 120.485646, 30.2759014 ], [ 120.4844721, 30.2760147 ], [ 120.4828593, 30.2761702 ] ], [ [ 120.4825929, 30.2760608 ], [ 120.4828358, 30.2760378 ] ], [ [ 120.4248208, 30.2755561 ], [ 120.4248318, 30.2757468 ], [ 120.4248385, 30.2764708 ], [ 120.4248291, 30.2767948 ], [ 120.424809, 30.2770864 ], [ 120.4247734, 30.2772197 ], [ 120.4246721, 30.277419 ] ], [ [ 120.4246721, 30.277419 ], [ 120.4246916, 30.2772567 ], [ 120.4247235, 30.2771238 ], [ 120.4247419, 30.2769955 ], [ 120.4247508, 30.2767925 ], [ 120.4247624, 30.2757533 ], [ 120.4247474, 30.2755634 ] ], [ [ 120.4127764, 30.2765864 ], [ 120.412617831672534, 30.276625884324858 ] ], [ [ 120.412617831672534, 30.276625884324858 ], [ 120.412508960234277, 30.27665299387003 ] ], [ [ 120.412508960234277, 30.27665299387003 ], [ 120.4124246, 30.276674 ] ], [ [ 120.4083683, 30.2785307 ], [ 120.4085393, 30.2784044 ], [ 120.4093808, 30.2779843 ], [ 120.4100824, 30.277634 ], [ 120.4111783, 30.2771044 ], [ 120.4112072, 30.2770901 ], [ 120.4113084, 30.2770399 ], [ 120.4117822, 30.276805 ], [ 120.412377, 30.2765303 ] ], [ [ 120.4124246, 30.276674 ], [ 120.4117749, 30.2769673 ], [ 120.4112605, 30.2772058 ], [ 120.4101934, 30.2777298 ], [ 120.4094704, 30.2780824 ], [ 120.4087369, 30.2784401 ], [ 120.4084521, 30.2785599 ] ], [ [ 120.4059933, 30.2767383 ], [ 120.4063425, 30.2770976 ], [ 120.4067936, 30.277592 ], [ 120.4071054, 30.277897 ], [ 120.4074779, 30.2781496 ], [ 120.407925, 30.278376 ], [ 120.4083683, 30.2785307 ] ], [ [ 120.4828593, 30.2761702 ], [ 120.4826255, 30.2761812 ] ], [ [ 120.4788419, 30.2764047 ], [ 120.481275, 30.2761542 ], [ 120.4825929, 30.2760608 ] ], [ [ 120.4826255, 30.2761812 ], [ 120.4788717, 30.2765758 ] ], [ [ 120.4773338, 30.2765599 ], [ 120.4788419, 30.2764047 ] ], [ [ 120.4788717, 30.2765758 ], [ 120.4773147, 30.2767069 ] ], [ [ 120.4081822, 30.2786683 ], [ 120.4078973, 30.2785569 ], [ 120.4075012, 30.2783603 ], [ 120.4071247, 30.2781118 ], [ 120.4068358, 30.277866 ], [ 120.4066269, 30.2776225 ], [ 120.4058623, 30.2768189 ] ], [ [ 120.4308491, 30.2817008 ], [ 120.4309722, 30.2799331 ], [ 120.4310702, 30.2784999 ], [ 120.4311749, 30.2769753 ], [ 120.4313198, 30.2751646 ] ], [ [ 120.4314509, 30.2751653 ], [ 120.4313265, 30.276883 ], [ 120.4312341, 30.2785355 ], [ 120.431122, 30.2799183 ], [ 120.4310621, 30.2808114 ], [ 120.4309883, 30.2817717 ] ], [ [ 120.4083683, 30.2785307 ], [ 120.4084521, 30.2785599 ] ], [ [ 120.4081822, 30.2786683 ], [ 120.4083683, 30.2785307 ] ], [ [ 120.4192244, 30.2761878 ], [ 120.4193256, 30.2764571 ], [ 120.4210164, 30.2810191 ] ], [ [ 120.4084521, 30.2785599 ], [ 120.4081822, 30.2786683 ] ], [ [ 120.420789, 30.2809876 ], [ 120.4205864, 30.2804983 ], [ 120.4199515, 30.2788443 ], [ 120.4189086, 30.2763049 ] ], [ [ 120.4084521, 30.2785599 ], [ 120.4087376, 30.2786596 ], [ 120.4096177, 30.2788481 ], [ 120.4102897, 30.278992 ], [ 120.4131389, 30.2795732 ] ], [ [ 120.413203, 30.2797126 ], [ 120.4129683, 30.2796669 ], [ 120.4125171, 30.2795791 ], [ 120.4113868, 30.2793451 ], [ 120.4094656, 30.2789595 ], [ 120.4090442, 30.2788796 ], [ 120.4084948, 30.2787653 ], [ 120.4081822, 30.2786683 ] ], [ [ 120.4131389, 30.2795732 ], [ 120.413281, 30.2796053 ] ], [ [ 120.413203, 30.2797126 ], [ 120.4131389, 30.2795732 ] ], [ [ 120.413281, 30.2796053 ], [ 120.413203, 30.2797126 ] ], [ [ 120.413281, 30.2796053 ], [ 120.4146991, 30.2798914 ], [ 120.415204, 30.2799944 ], [ 120.4174045, 30.280382 ], [ 120.4180307, 30.2804923 ], [ 120.4194718, 30.2807495 ], [ 120.4200363, 30.2808542 ], [ 120.4206544, 30.2809689 ], [ 120.420789, 30.2809876 ] ], [ [ 120.4208461, 30.2811254 ], [ 120.4204373, 30.2810533 ], [ 120.420029, 30.2809788 ], [ 120.4196803, 30.2809152 ], [ 120.4191268, 30.2808132 ], [ 120.4173601, 30.2804918 ], [ 120.4157579, 30.2802141 ], [ 120.4146176, 30.2800129 ], [ 120.4141257, 30.2799214 ], [ 120.413203, 30.2797126 ] ], [ [ 120.420789, 30.2809876 ], [ 120.4210164, 30.2810191 ] ], [ [ 120.4208461, 30.2811254 ], [ 120.420789, 30.2809876 ] ], [ [ 120.4210164, 30.2810191 ], [ 120.4210607, 30.2811577 ] ], [ [ 120.4210607, 30.2811577 ], [ 120.4208461, 30.2811254 ] ], [ [ 120.4210164, 30.2810191 ], [ 120.4235132, 30.2811653 ], [ 120.4242821, 30.2812103 ], [ 120.4261493, 30.2813514 ] ], [ [ 120.4261203, 30.2814591 ], [ 120.4254049, 30.2814072 ], [ 120.4234791, 30.2812806 ], [ 120.4219313, 30.2812072 ], [ 120.4210607, 30.2811577 ] ], [ [ 120.4261493, 30.2813514 ], [ 120.4271832, 30.2814295 ], [ 120.4281043, 30.2814913 ], [ 120.4291283, 30.2815601 ], [ 120.4299817, 30.2816215 ], [ 120.4308491, 30.2817008 ] ], [ [ 120.4308275, 30.2818077 ], [ 120.4299729, 30.2817226 ], [ 120.4291184, 30.2816554 ], [ 120.4280769, 30.2815829 ], [ 120.4261203, 30.2814591 ] ], [ [ 120.4308491, 30.2817008 ], [ 120.4309883, 30.2817717 ] ], [ [ 120.5319016, 30.2768272 ], [ 120.5328286, 30.2781959 ], [ 120.5330205, 30.2784682 ], [ 120.5334747, 30.2791125 ], [ 120.533967, 30.2798863 ] ], [ [ 120.5338461, 30.2799285 ], [ 120.5333853, 30.2792613 ], [ 120.532897, 30.2785128 ], [ 120.532533, 30.2779547 ], [ 120.5318007, 30.2768747 ] ], [ [ 120.5196491, 30.2814946 ], [ 120.5196176, 30.2813443 ], [ 120.5186944, 30.2769413 ], [ 120.5187578, 30.2766961 ], [ 120.5188152, 30.276911 ], [ 120.5197944, 30.2814484 ] ], [ [ 120.5197944, 30.2814484 ], [ 120.5220346, 30.2807078 ] ], [ [ 120.5220346, 30.2807078 ], [ 120.5241039, 30.2800176 ] ], [ [ 120.5241039, 30.2800176 ], [ 120.525052, 30.2797009 ] ], [ [ 120.525052, 30.2797009 ], [ 120.5258165, 30.2794455 ] ], [ [ 120.5258165, 30.2794455 ], [ 120.5268547, 30.2790753 ] ], [ [ 120.533967, 30.2798863 ], [ 120.5340508, 30.280018 ], [ 120.53471, 30.2809511 ], [ 120.5348171, 30.2811157 ], [ 120.5353255, 30.2818972 ], [ 120.5356099, 30.2823342 ], [ 120.5357825, 30.2825995 ], [ 120.5358294, 30.2826777 ], [ 120.5359566, 30.2828897 ] ], [ [ 120.5358537, 30.2829227 ], [ 120.5357123, 30.2826243 ], [ 120.5355296, 30.2823614 ], [ 120.5350132, 30.2816182 ], [ 120.5347063, 30.2811739 ], [ 120.5338461, 30.2799285 ] ], [ [ 120.5197944, 30.2814484 ], [ 120.5196491, 30.2814946 ] ], [ [ 120.5359566, 30.2828897 ], [ 120.5360091, 30.2829771 ], [ 120.5368295, 30.2851327 ], [ 120.536913, 30.2852806 ] ], [ [ 120.5367264, 30.2853259 ], [ 120.5366986, 30.2851354 ], [ 120.5359357, 30.2830957 ], [ 120.5358537, 30.2829227 ] ], [ [ 120.4988821, 30.2867581 ], [ 120.4995845, 30.286767 ] ], [ [ 120.4995845, 30.286767 ], [ 120.5004052, 30.2866975 ] ], [ [ 120.5004052, 30.2866975 ], [ 120.5004141, 30.2866964 ] ], [ [ 120.5004141, 30.2866964 ], [ 120.5005072, 30.2866848 ] ], [ [ 120.5005072, 30.2866848 ], [ 120.5010007, 30.2866234 ] ], [ [ 120.5010007, 30.2866234 ], [ 120.5032591, 30.2862204 ] ], [ [ 120.5032591, 30.2862204 ], [ 120.5051793, 30.285874 ] ], [ [ 120.5051793, 30.285874 ], [ 120.5061612, 30.2856969 ] ], [ [ 120.5061612, 30.2856969 ], [ 120.507619, 30.2854167 ] ], [ [ 120.507619, 30.2854167 ], [ 120.5080227, 30.2853276 ] ], [ [ 120.5080227, 30.2853276 ], [ 120.5080911, 30.2853125 ] ], [ [ 120.5080911, 30.2853125 ], [ 120.508586, 30.285155 ] ], [ [ 120.508586, 30.285155 ], [ 120.5093075, 30.2849396 ] ], [ [ 120.5093075, 30.2849396 ], [ 120.510898, 30.2844022 ] ], [ [ 120.510898, 30.2844022 ], [ 120.5127474, 30.2837838 ] ], [ [ 120.5127474, 30.2837838 ], [ 120.5138726, 30.2834132 ] ], [ [ 120.5138726, 30.2834132 ], [ 120.5160211, 30.2827021 ] ], [ [ 120.5160211, 30.2827021 ], [ 120.518254, 30.281954 ] ], [ [ 120.518254, 30.281954 ], [ 120.5196491, 30.2814946 ] ], [ [ 120.5371526, 30.2854121 ], [ 120.5373533, 30.2853602 ], [ 120.5393325, 30.2848248 ], [ 120.5412025, 30.284319 ], [ 120.542806, 30.2838852 ], [ 120.5432974, 30.2837421 ], [ 120.5434498, 30.28377 ] ], [ [ 120.5434498, 30.28377 ], [ 120.5433207, 30.2838629 ], [ 120.5412409, 30.284432 ], [ 120.5411018, 30.2844701 ], [ 120.5393704, 30.2849353 ], [ 120.537322, 30.2854856 ], [ 120.5371846, 30.2855771 ] ], [ [ 120.5367264, 30.2853259 ], [ 120.5368152, 30.2852896 ], [ 120.536913, 30.2852806 ] ], [ [ 120.536913, 30.2852806 ], [ 120.5370087, 30.2853 ], [ 120.5370916, 30.2853455 ], [ 120.5371526, 30.2854121 ] ], [ [ 120.536601, 30.2855459 ], [ 120.5366129, 30.2854616 ], [ 120.5366563, 30.2853855 ], [ 120.5367264, 30.2853259 ] ], [ [ 120.5606533, 30.2845916 ], [ 120.5568561, 30.2842861 ] ], [ [ 120.5568561, 30.2842861 ], [ 120.5568229, 30.284285 ] ], [ [ 120.5606533, 30.2845916 ], [ 120.5607356, 30.2845925 ] ], [ [ 120.586304, 30.2863753 ], [ 120.5857931, 30.2863631 ] ], [ [ 120.5857931, 30.2863631 ], [ 120.5857134, 30.2863612 ] ], [ [ 120.5857134, 30.2863612 ], [ 120.585359, 30.2863396 ] ], [ [ 120.585359, 30.2863396 ], [ 120.5839772, 30.2862039 ] ], [ [ 120.5839772, 30.2862039 ], [ 120.5819834, 30.2860777 ] ], [ [ 120.5819834, 30.2860777 ], [ 120.581928, 30.2860742 ] ], [ [ 120.581928, 30.2860742 ], [ 120.578999, 30.2858565 ] ], [ [ 120.578999, 30.2858565 ], [ 120.5742489, 30.2855137 ] ], [ [ 120.5742489, 30.2855137 ], [ 120.5725638, 30.2854 ] ], [ [ 120.5725638, 30.2854 ], [ 120.5697186, 30.285208 ] ], [ [ 120.5697186, 30.285208 ], [ 120.5657597, 30.2849393 ] ], [ [ 120.5657597, 30.2849393 ], [ 120.5607356, 30.2845925 ] ], [ [ 120.586304, 30.2863753 ], [ 120.5864142, 30.2863659 ] ], [ [ 120.5864142, 30.2863659 ], [ 120.5907874, 30.2866532 ] ], [ [ 120.5907874, 30.2866532 ], [ 120.5937149, 30.2868815 ] ], [ [ 120.5998027, 30.2873149 ], [ 120.5937149, 30.2868815 ] ], [ [ 120.5998027, 30.2873149 ], [ 120.6000756, 30.2873368 ] ], [ [ 120.5371526, 30.2854121 ], [ 120.5371848, 30.2854923 ], [ 120.5371846, 30.2855771 ] ], [ [ 120.5366706, 30.2856985 ], [ 120.5366219, 30.2856288 ], [ 120.536601, 30.2855459 ] ], [ [ 120.5371846, 30.2855771 ], [ 120.5371519, 30.2856572 ], [ 120.5370936, 30.2857211 ] ], [ [ 120.5368298, 30.2857817 ], [ 120.5367424, 30.2857513 ], [ 120.5366706, 30.2856985 ] ], [ [ 120.5370936, 30.2857211 ], [ 120.5370149, 30.2857659 ], [ 120.5369238, 30.2857868 ], [ 120.5368298, 30.2857817 ] ], [ [ 120.5328154, 30.2865649 ], [ 120.533144, 30.286475 ], [ 120.5333333, 30.2864233 ], [ 120.534206, 30.2861846 ], [ 120.5354714, 30.2858502 ], [ 120.5364562, 30.28559 ], [ 120.536601, 30.2855459 ] ], [ [ 120.5366706, 30.2856985 ], [ 120.5365205, 30.2856997 ], [ 120.5333464, 30.2865703 ], [ 120.5331986, 30.2866108 ], [ 120.5328046, 30.2867154 ] ], [ [ 120.5326808, 30.2866017 ], [ 120.5328154, 30.2865649 ] ], [ [ 120.5370936, 30.2857211 ], [ 120.5370813, 30.2858914 ], [ 120.5374729, 30.2876403 ] ], [ [ 120.5373294, 30.2876794 ], [ 120.5369263, 30.2859438 ], [ 120.5368298, 30.2857817 ] ], [ [ 120.5328046, 30.2867154 ], [ 120.5326577, 30.2867544 ] ], [ [ 120.5292553, 30.287551 ], [ 120.5315501, 30.286911 ], [ 120.5326808, 30.2866017 ] ], [ [ 120.5326577, 30.2867544 ], [ 120.5303017, 30.2873798 ], [ 120.5292639, 30.2876573 ] ], [ [ 120.3563346, 30.2789246 ], [ 120.356504, 30.2789286 ] ], [ [ 120.3516611, 30.2789358 ], [ 120.3563346, 30.2789246 ] ], [ [ 120.377311, 30.2790242 ], [ 120.3772104, 30.2788981 ] ], [ [ 120.3775252, 30.2790227 ], [ 120.377311, 30.2790242 ] ], [ [ 120.377311, 30.2790242 ], [ 120.3768097, 30.2790242 ], [ 120.3763323, 30.2790242 ], [ 120.3760299, 30.2790238 ], [ 120.3759023, 30.2790241 ], [ 120.3717935, 30.2790331 ] ], [ [ 120.3717935, 30.2790331 ], [ 120.3715806, 30.2790333 ] ], [ [ 120.3715806, 30.2790333 ], [ 120.3708735, 30.2790365 ], [ 120.3663949, 30.2790567 ] ], [ [ 120.3662003, 30.279064 ], [ 120.366009, 30.2790635 ], [ 120.3657063, 30.2790628 ], [ 120.363053, 30.2790564 ], [ 120.3610912, 30.279064 ] ], [ [ 120.3663949, 30.2790567 ], [ 120.3662003, 30.279064 ] ], [ [ 120.3610912, 30.279064 ], [ 120.3565115, 30.2790688 ] ], [ [ 120.3565115, 30.2790688 ], [ 120.3563311, 30.2790693 ] ], [ [ 120.3563311, 30.2790693 ], [ 120.3531185, 30.2790974 ], [ 120.3516567, 30.2790968 ] ], [ [ 120.3388692, 30.2790359 ], [ 120.3390484, 30.2789374 ] ], [ [ 120.3516567, 30.2790968 ], [ 120.3516611, 30.2789358 ] ], [ [ 120.3391534, 30.2790966 ], [ 120.3388692, 30.2790359 ] ], [ [ 120.3456757, 30.2790959 ], [ 120.3431267, 30.2790782 ], [ 120.3410277, 30.2791168 ] ], [ [ 120.3458963, 30.2791028 ], [ 120.3456757, 30.2790959 ] ], [ [ 120.3516567, 30.2790968 ], [ 120.3496863, 30.2790959 ], [ 120.3488916, 30.2791033 ], [ 120.3458963, 30.2791028 ] ], [ [ 120.3410277, 30.2791168 ], [ 120.340033, 30.2791061 ], [ 120.3397305, 30.2791028 ], [ 120.3391534, 30.2790966 ] ], [ [ 120.3346249, 30.2805451 ], [ 120.3388692, 30.2790359 ] ], [ [ 120.3516567, 30.2790968 ], [ 120.3516655, 30.2800493 ] ], [ [ 120.3516655, 30.2800493 ], [ 120.3516787, 30.2811215 ] ], [ [ 120.3516787, 30.2811215 ], [ 120.3517446, 30.2821568 ] ], [ [ 120.330505, 30.2820831 ], [ 120.3346249, 30.2805451 ] ], [ [ 120.3775252, 30.2790227 ], [ 120.3776991, 30.2792574 ], [ 120.3777444, 30.2793184 ], [ 120.3779885, 30.2796844 ], [ 120.3781103, 30.2798636 ], [ 120.37871, 30.281051 ], [ 120.3792518, 30.2822115 ], [ 120.3798365, 30.2834136 ], [ 120.3802174, 30.2842057 ], [ 120.3802925, 30.2843956 ], [ 120.3803596, 30.2846249 ], [ 120.3804052, 30.2848427 ], [ 120.3804347, 30.2851854 ], [ 120.3804223, 30.2854387 ], [ 120.3803971, 30.2857436 ], [ 120.3803821, 30.2861359 ], [ 120.3804078, 30.2864338 ], [ 120.3804608, 30.2866523 ], [ 120.3805393, 30.2869063 ], [ 120.3806718, 30.2871434 ], [ 120.3808209, 30.2874066 ], [ 120.3810044, 30.2876251 ], [ 120.3811401, 30.2877587 ], [ 120.3815167, 30.2880669 ], [ 120.3821245, 30.2885739 ], [ 120.3823042, 30.2887685 ] ], [ [ 120.3821592, 30.288818 ], [ 120.3820252, 30.2886524 ], [ 120.3816443, 30.2883096 ], [ 120.3814404, 30.2881379 ], [ 120.3810556, 30.2878445 ], [ 120.3809416, 30.2877445 ], [ 120.3807914, 30.2875638 ], [ 120.3806626, 30.2874017 ], [ 120.3805285, 30.2871701 ], [ 120.3804212, 30.2869385 ], [ 120.3803354, 30.2866976 ], [ 120.3802954, 30.2865274 ], [ 120.3802549, 30.2861463 ], [ 120.380271, 30.2859055 ], [ 120.3802817, 30.2855951 ], [ 120.3803086, 30.2853357 ], [ 120.3802978, 30.2850439 ], [ 120.3802442, 30.2847659 ], [ 120.3801476, 30.284488 ], [ 120.3800243, 30.2841498 ], [ 120.3799384, 30.2840016 ], [ 120.3797721, 30.2837792 ], [ 120.3795522, 30.2835106 ], [ 120.3793269, 30.2832928 ], [ 120.3789836, 30.2828759 ], [ 120.3787743, 30.2825655 ], [ 120.3786134, 30.2822876 ], [ 120.3785115, 30.2820791 ], [ 120.3784042, 30.2817688 ], [ 120.3783184, 30.2814306 ], [ 120.3782379, 30.280972 ], [ 120.3781789, 30.2807357 ], [ 120.3781067, 30.2804172 ], [ 120.3779536, 30.2800686 ], [ 120.3777497, 30.2796424 ], [ 120.377311, 30.2790242 ] ], [ [ 120.3771935, 30.2850271 ], [ 120.3785812, 30.2845523 ], [ 120.378673, 30.2845209 ] ], [ [ 120.3787616, 30.2846769 ], [ 120.3786567, 30.2847134 ], [ 120.3782736, 30.2848467 ], [ 120.3777479, 30.2850315 ], [ 120.3773293, 30.285156 ], [ 120.3772159, 30.2851779 ] ], [ [ 120.3770139, 30.2850679 ], [ 120.3771935, 30.2850271 ] ], [ [ 120.3718232, 30.2851278 ], [ 120.3763578, 30.2851029 ], [ 120.3770139, 30.2850679 ] ], [ [ 120.3771935, 30.2850271 ], [ 120.3772159, 30.2851779 ] ], [ [ 120.3437671, 30.28515 ], [ 120.3439858, 30.2851494 ], [ 120.3445077, 30.2851479 ], [ 120.345094, 30.2851462 ], [ 120.3452286, 30.2851458 ] ], [ [ 120.3436235, 30.2852837 ], [ 120.3437671, 30.28515 ] ], [ [ 120.3438968, 30.285322 ], [ 120.3436235, 30.2852837 ] ], [ [ 120.3452373, 30.2853093 ], [ 120.3450941, 30.285311 ], [ 120.3446359, 30.2853165 ], [ 120.344114, 30.2853204 ], [ 120.3438968, 30.285322 ] ], [ [ 120.45367, 30.2816 ], [ 120.4536982, 30.2813755 ] ], [ [ 120.4539047, 30.281395 ], [ 120.4539029, 30.2816007 ] ], [ [ 120.4308275, 30.2818077 ], [ 120.4308491, 30.2817008 ] ], [ [ 120.4309883, 30.2817717 ], [ 120.4308275, 30.2818077 ] ], [ [ 120.4378526, 30.283492 ], [ 120.4377556, 30.2832747 ] ], [ [ 120.4377556, 30.2832747 ], [ 120.4376424, 30.2830786 ] ], [ [ 120.4376424, 30.2830786 ], [ 120.4374485, 30.2828794 ] ], [ [ 120.4374485, 30.2828794 ], [ 120.4372153, 30.2827478 ] ], [ [ 120.4372153, 30.2827478 ], [ 120.43698, 30.2826639 ] ], [ [ 120.43698, 30.2826639 ], [ 120.435688, 30.2824727 ] ], [ [ 120.435688, 30.2824727 ], [ 120.4340054, 30.2822237 ] ], [ [ 120.4340054, 30.2822237 ], [ 120.432195, 30.28192 ] ], [ [ 120.432195, 30.28192 ], [ 120.4314301, 30.2818256 ] ], [ [ 120.4314301, 30.2818256 ], [ 120.4309883, 30.2817717 ] ], [ [ 120.4532415, 30.284678 ], [ 120.4533183, 30.2841398 ], [ 120.4534755, 30.2830376 ], [ 120.45367, 30.2816 ] ], [ [ 120.4539029, 30.2816007 ], [ 120.4537044, 30.2830283 ], [ 120.4535636, 30.2835665 ], [ 120.4534752, 30.2841646 ], [ 120.4533975, 30.2846904 ] ], [ [ 120.4395577, 30.2833493 ], [ 120.4402674, 30.2834338 ] ], [ [ 120.4402674, 30.2834338 ], [ 120.4403514, 30.2834017 ] ], [ [ 120.4403514, 30.2834017 ], [ 120.440427, 30.2833323 ] ], [ [ 120.440427, 30.2833323 ], [ 120.4404632, 30.2831832 ] ], [ [ 120.4404632, 30.2831832 ], [ 120.4425206, 30.2834784 ] ], [ [ 120.4395577, 30.2833493 ], [ 120.4392156, 30.2834529 ] ], [ [ 120.4392156, 30.2834529 ], [ 120.4387591, 30.2836042 ] ], [ [ 120.4387591, 30.2836042 ], [ 120.4381895, 30.2838003 ] ], [ [ 120.4381895, 30.2838003 ], [ 120.4380795, 30.283791 ] ], [ [ 120.4380795, 30.283791 ], [ 120.4380028, 30.2837303 ] ], [ [ 120.4380028, 30.2837303 ], [ 120.4378526, 30.283492 ] ], [ [ 120.4309883, 30.2817717 ], [ 120.4309485, 30.2823036 ], [ 120.4308141, 30.2839371 ], [ 120.430762, 30.2846268 ], [ 120.4307024, 30.2854065 ], [ 120.4306501, 30.2861531 ] ], [ [ 120.4304874, 30.2862133 ], [ 120.4306308, 30.2842414 ], [ 120.4306874, 30.2835125 ], [ 120.4307231, 30.2830526 ], [ 120.4307501, 30.2826169 ], [ 120.4307975, 30.2820307 ], [ 120.4308275, 30.2818077 ] ], [ [ 120.4532415, 30.284678 ], [ 120.4527109, 30.2846039 ] ], [ [ 120.4527109, 30.2846039 ], [ 120.4509314, 30.2844074 ] ], [ [ 120.4509314, 30.2844074 ], [ 120.4505808, 30.2843706 ] ], [ [ 120.4505808, 30.2843706 ], [ 120.4496272, 30.2842575 ] ], [ [ 120.4496272, 30.2842575 ], [ 120.449234, 30.2842081 ] ], [ [ 120.449234, 30.2842081 ], [ 120.4478633, 30.2840492 ] ], [ [ 120.4478633, 30.2840492 ], [ 120.447321, 30.2839987 ] ], [ [ 120.447321, 30.2839987 ], [ 120.4452801, 30.2838088 ] ], [ [ 120.4452801, 30.2838088 ], [ 120.4437631, 30.2836676 ] ], [ [ 120.4437631, 30.2836676 ], [ 120.4425206, 30.2834784 ] ], [ [ 120.4533975, 30.2846904 ], [ 120.4532415, 30.284678 ] ], [ [ 120.4594779, 30.2853615 ], [ 120.4580619, 30.2851901 ] ], [ [ 120.4580619, 30.2851901 ], [ 120.455577, 30.2849299 ] ], [ [ 120.455577, 30.2849299 ], [ 120.4539677, 30.2847442 ] ], [ [ 120.4539677, 30.2847442 ], [ 120.4533975, 30.2846904 ] ], [ [ 120.4594779, 30.2853615 ], [ 120.4597658, 30.2853916 ] ], [ [ 120.4597658, 30.2853916 ], [ 120.4620075, 30.2856339 ] ], [ [ 120.4620075, 30.2856339 ], [ 120.4624705, 30.2856736 ] ], [ [ 120.4624705, 30.2856736 ], [ 120.4635443, 30.2857794 ] ], [ [ 120.4635443, 30.2857794 ], [ 120.464015, 30.2858246 ] ], [ [ 120.464015, 30.2858246 ], [ 120.4651717, 30.285936 ] ], [ [ 120.4651717, 30.285936 ], [ 120.4663217, 30.2860963 ] ], [ [ 120.4663217, 30.2860963 ], [ 120.4666382, 30.2861493 ] ], [ [ 120.4666382, 30.2861493 ], [ 120.4686552, 30.2864871 ] ], [ [ 120.4686552, 30.2864871 ], [ 120.4690039, 30.2865455 ] ], [ [ 120.4690039, 30.2865455 ], [ 120.4705809, 30.2868096 ] ], [ [ 120.4705809, 30.2868096 ], [ 120.4711765, 30.286899 ] ], [ [ 120.4711765, 30.286899 ], [ 120.4717827, 30.2869899 ] ], [ [ 120.4717827, 30.2869899 ], [ 120.4730487, 30.2871798 ] ], [ [ 120.4730487, 30.2871798 ], [ 120.4732418, 30.2872088 ] ], [ [ 120.4732418, 30.2872088 ], [ 120.4741484, 30.2873448 ] ], [ [ 120.4741484, 30.2873448 ], [ 120.4755002, 30.2875476 ] ], [ [ 120.4755002, 30.2875476 ], [ 120.4756449, 30.2875693 ] ], [ [ 120.4756449, 30.2875693 ], [ 120.4767843, 30.287699 ] ], [ [ 120.4767843, 30.287699 ], [ 120.4777694, 30.2876649 ] ], [ [ 120.4777694, 30.2876649 ], [ 120.4778572, 30.2876619 ] ], [ [ 120.4778572, 30.2876619 ], [ 120.4789442, 30.2875226 ] ], [ [ 120.4789442, 30.2875226 ], [ 120.4793821, 30.2874665 ] ], [ [ 120.4793821, 30.2874665 ], [ 120.480927, 30.2872395 ] ], [ [ 120.4525885, 30.2894746 ], [ 120.4526654, 30.2889291 ], [ 120.452881, 30.2872865 ], [ 120.4530054, 30.2863872 ], [ 120.4531662, 30.2851765 ], [ 120.4532415, 30.284678 ] ], [ [ 120.4533975, 30.2846904 ], [ 120.4533224, 30.2851703 ], [ 120.4530562, 30.2871806 ], [ 120.4527504, 30.2894748 ] ], [ [ 120.4525885, 30.2894746 ], [ 120.4506101, 30.2894665 ] ], [ [ 120.4506101, 30.2894665 ], [ 120.4490607, 30.2894815 ] ], [ [ 120.4525885, 30.2894746 ], [ 120.4527504, 30.2894748 ] ], [ [ 120.4527504, 30.2894748 ], [ 120.4541016, 30.2894811 ] ], [ [ 120.4541016, 30.2894811 ], [ 120.455035, 30.2894858 ] ], [ [ 120.455035, 30.2894858 ], [ 120.455271, 30.2895043 ] ], [ [ 120.455271, 30.2895043 ], [ 120.4558627, 30.2895158 ] ], [ [ 120.4558627, 30.2895158 ], [ 120.4568267, 30.2895552 ] ], [ [ 120.4568267, 30.2895552 ], [ 120.4568804, 30.2895413 ] ], [ [ 120.4568804, 30.2895413 ], [ 120.457449, 30.2895738 ] ], [ [ 120.457449, 30.2895738 ], [ 120.4575026, 30.2895877 ] ], [ [ 120.4575026, 30.2895877 ], [ 120.4593633, 30.2895645 ] ], [ [ 120.4593633, 30.2895645 ], [ 120.4597986, 30.2895413 ] ], [ [ 120.4597986, 30.2895413 ], [ 120.4604745, 30.289546 ] ], [ [ 120.4604745, 30.289546 ], [ 120.4609198, 30.2895367 ] ], [ [ 120.4609198, 30.2895367 ], [ 120.4620141, 30.2895321 ] ], [ [ 120.4620141, 30.2895321 ], [ 120.4620731, 30.2895182 ] ], [ [ 120.4620731, 30.2895182 ], [ 120.4631675, 30.2895043 ] ], [ [ 120.4631675, 30.2895043 ], [ 120.4635923, 30.2894993 ] ], [ [ 120.4857012, 30.2866583 ], [ 120.4859098, 30.2866841 ] ], [ [ 120.4859098, 30.2866841 ], [ 120.486685, 30.2866941 ] ], [ [ 120.486685, 30.2866941 ], [ 120.486779, 30.2866954 ] ], [ [ 120.486779, 30.2866954 ], [ 120.487308, 30.2867022 ] ], [ [ 120.487308, 30.2867022 ], [ 120.4899418, 30.2867196 ] ], [ [ 120.4988821, 30.2867581 ], [ 120.4967521, 30.2867485 ] ], [ [ 120.4967521, 30.2867485 ], [ 120.4932786, 30.2867253 ] ], [ [ 120.4932786, 30.2867253 ], [ 120.4901077, 30.2867192 ] ], [ [ 120.4901077, 30.2867192 ], [ 120.4899418, 30.2867196 ] ], [ [ 120.4857012, 30.2866583 ], [ 120.4842232, 30.2867984 ] ], [ [ 120.4842232, 30.2867984 ], [ 120.4835556, 30.2868689 ] ], [ [ 120.4835556, 30.2868689 ], [ 120.480927, 30.2872395 ] ], [ [ 120.4306501, 30.2861531 ], [ 120.4306279, 30.2864708 ] ], [ [ 120.4304644, 30.2865297 ], [ 120.4304874, 30.2862133 ] ], [ [ 120.4527504, 30.2894748 ], [ 120.4526353, 30.2904276 ], [ 120.4525571, 30.2910601 ], [ 120.452467, 30.2917314 ], [ 120.4523534, 30.2925088 ], [ 120.452243, 30.2932741 ] ], [ [ 120.4520893, 30.2932771 ], [ 120.4522911, 30.2917605 ], [ 120.452301, 30.2916964 ], [ 120.4525885, 30.2894746 ] ], [ [ 120.4520893, 30.2932771 ], [ 120.452243, 30.2932741 ] ], [ [ 120.4520797, 30.2933359 ], [ 120.4520893, 30.2932771 ] ], [ [ 120.452243, 30.2932741 ], [ 120.4522257, 30.2933415 ] ], [ [ 120.4522257, 30.2933415 ], [ 120.4520797, 30.2933359 ] ], [ [ 120.452243, 30.2932741 ], [ 120.4533646, 30.2933176 ], [ 120.4547343, 30.2933484 ], [ 120.4552263, 30.2933649 ], [ 120.4572762, 30.2934338 ], [ 120.4594152, 30.2935874 ] ], [ [ 120.3263771, 30.2837628 ], [ 120.3228664, 30.2852539 ] ], [ [ 120.3228664, 30.2852539 ], [ 120.3225774, 30.2853894 ] ], [ [ 120.3222825, 30.2854934 ], [ 120.3225774, 30.2853894 ] ], [ [ 120.322301, 30.2855773 ], [ 120.3225774, 30.2853894 ] ], [ [ 120.3221796, 30.2855328 ], [ 120.3222825, 30.2854934 ] ], [ [ 120.3222825, 30.2854934 ], [ 120.322301, 30.2855773 ] ], [ [ 120.3221942, 30.2856304 ], [ 120.3221796, 30.2855328 ] ], [ [ 120.322301, 30.2855773 ], [ 120.3221942, 30.2856304 ] ], [ [ 120.3664153, 30.2851218 ], [ 120.3673315, 30.2851179 ], [ 120.3715894, 30.2851273 ] ], [ [ 120.3662188, 30.2851292 ], [ 120.3664153, 30.2851218 ] ], [ [ 120.3715894, 30.2851273 ], [ 120.3718232, 30.2851278 ] ], [ [ 120.3770166, 30.2852164 ], [ 120.3770139, 30.2850679 ] ], [ [ 120.3772159, 30.2851779 ], [ 120.3770166, 30.2852164 ] ], [ [ 120.3770166, 30.2852164 ], [ 120.3765477, 30.2852484 ], [ 120.375943, 30.2852725 ], [ 120.3747103, 30.2852645 ], [ 120.3718234, 30.2852645 ] ], [ [ 120.3718234, 30.2852645 ], [ 120.3715899, 30.2852685 ] ], [ [ 120.3664149, 30.2852735 ], [ 120.3662188, 30.2852694 ] ], [ [ 120.3715899, 30.2852685 ], [ 120.369477, 30.2852766 ], [ 120.3664149, 30.2852735 ] ], [ [ 120.3528589, 30.28987 ], [ 120.3527185, 30.2892485 ] ], [ [ 120.3527185, 30.2892485 ], [ 120.3525299, 30.288199 ] ], [ [ 120.3525299, 30.288199 ], [ 120.35235, 30.2874034 ] ], [ [ 120.35235, 30.2874034 ], [ 120.3522096, 30.2865168 ] ], [ [ 120.3522096, 30.2865168 ], [ 120.3520448, 30.2852802 ] ], [ [ 120.3520448, 30.2852802 ], [ 120.3520171, 30.2851197 ] ], [ [ 120.3520171, 30.2851197 ], [ 120.3519814, 30.2849293 ] ], [ [ 120.3519814, 30.2849293 ], [ 120.3518717, 30.28402 ] ], [ [ 120.3518717, 30.28402 ], [ 120.3518059, 30.2832623 ] ], [ [ 120.3518059, 30.2832623 ], [ 120.3517446, 30.2821568 ] ], [ [ 120.3772159, 30.2851779 ], [ 120.3772141, 30.2871718 ], [ 120.3772242, 30.2898468 ] ], [ [ 120.3770315, 30.289848 ], [ 120.3770163, 30.2889775 ], [ 120.3770166, 30.2852164 ] ], [ [ 120.3387007, 30.2873653 ], [ 120.3388741, 30.2872913 ] ], [ [ 120.3388741, 30.2872913 ], [ 120.3436235, 30.2852837 ] ], [ [ 120.322301, 30.2855773 ], [ 120.322363, 30.2857179 ] ], [ [ 120.322363, 30.2857179 ], [ 120.3221942, 30.2856304 ] ], [ [ 120.3250146, 30.2901145 ], [ 120.322363, 30.2857179 ] ], [ [ 120.3821592, 30.288818 ], [ 120.3823042, 30.2887685 ] ], [ [ 120.3772242, 30.2898468 ], [ 120.3786705, 30.2898323 ] ], [ [ 120.3786705, 30.2898323 ], [ 120.3792596, 30.2897528 ] ], [ [ 120.3792596, 30.2897528 ], [ 120.3797793, 30.289636 ] ], [ [ 120.3797793, 30.289636 ], [ 120.380856, 30.2892635 ] ], [ [ 120.380856, 30.2892635 ], [ 120.3809645, 30.289226 ] ], [ [ 120.3809645, 30.289226 ], [ 120.3810596, 30.2891922 ] ], [ [ 120.3810596, 30.2891922 ], [ 120.3814553, 30.2890614 ] ], [ [ 120.3814553, 30.2890614 ], [ 120.3815882, 30.289013 ] ], [ [ 120.3815882, 30.289013 ], [ 120.3821592, 30.288818 ] ], [ [ 120.3387007, 30.2873653 ], [ 120.3346609, 30.28909 ] ], [ [ 120.3664016, 30.2898454 ], [ 120.3662181, 30.2898454 ] ], [ [ 120.3716049, 30.2898491 ], [ 120.3702044, 30.2898454 ] ], [ [ 120.3702044, 30.2898454 ], [ 120.3664016, 30.2898454 ] ], [ [ 120.3770315, 30.289848 ], [ 120.3772242, 30.2898468 ] ], [ [ 120.3718312, 30.2898497 ], [ 120.3755826, 30.2898485 ] ], [ [ 120.3755826, 30.2898485 ], [ 120.3770315, 30.289848 ] ], [ [ 120.3718312, 30.2898497 ], [ 120.3716049, 30.2898491 ] ], [ [ 120.3346609, 30.28909 ], [ 120.3335741, 30.2895518 ] ], [ [ 120.3335741, 30.2895518 ], [ 120.3306399, 30.290892 ] ], [ [ 120.5197944, 30.2814484 ], [ 120.5200162, 30.2824625 ], [ 120.5208774, 30.2863997 ], [ 120.5209705, 30.286814 ], [ 120.5210278, 30.2870703 ], [ 120.5215747, 30.2908011 ], [ 120.5217522, 30.2921039 ], [ 120.5219186, 30.2933876 ], [ 120.5220093, 30.2945896 ] ], [ [ 120.5292639, 30.2876573 ], [ 120.5263528, 30.288482 ], [ 120.5262811, 30.2884905 ], [ 120.5262516, 30.2884847 ], [ 120.5262315, 30.2884638 ], [ 120.5262208, 30.2884418 ], [ 120.5262221, 30.288414 ], [ 120.5262342, 30.2883885 ], [ 120.5262619, 30.2883621 ], [ 120.5285119, 30.2877329 ], [ 120.5292553, 30.287551 ] ], [ [ 120.5218706, 30.2946226 ], [ 120.5215525, 30.291692 ], [ 120.5213417, 30.2902359 ], [ 120.5208908, 30.28715 ], [ 120.5208132, 30.2868549 ], [ 120.520731, 30.2864405 ], [ 120.520473, 30.2851722 ], [ 120.5199241, 30.2826833 ], [ 120.5198815, 30.2824992 ], [ 120.5196491, 30.2814946 ] ], [ [ 120.6000756, 30.2873368 ], [ 120.6030655, 30.2875228 ] ], [ [ 120.6030655, 30.2875228 ], [ 120.606354, 30.287731 ] ], [ [ 120.6128306, 30.288156 ], [ 120.606354, 30.287731 ] ], [ [ 120.6139609, 30.2882533 ], [ 120.6138725, 30.2882227 ] ], [ [ 120.6138725, 30.2882227 ], [ 120.6137361, 30.288214 ] ], [ [ 120.6137361, 30.288214 ], [ 120.6136761, 30.2882103 ] ], [ [ 120.6136761, 30.2882103 ], [ 120.6133599, 30.2881908 ] ], [ [ 120.6133599, 30.2881908 ], [ 120.6133472, 30.28819 ] ], [ [ 120.6133472, 30.28819 ], [ 120.6128306, 30.288156 ] ], [ [ 120.5864142, 30.2863659 ], [ 120.5864073, 30.2864819 ], [ 120.5864011, 30.2867341 ], [ 120.5863992, 30.286815 ], [ 120.5863644, 30.2882375 ], [ 120.5863624, 30.2885762 ], [ 120.5863537, 30.2900903 ], [ 120.5863378, 30.2907504 ] ], [ [ 120.5862018, 30.2907457 ], [ 120.5862678, 30.2881078 ], [ 120.586295, 30.2868072 ], [ 120.5862967, 30.2867263 ], [ 120.586304, 30.2863753 ] ], [ [ 120.5374729, 30.2876403 ], [ 120.5377073, 30.2886875 ], [ 120.5378865, 30.2894683 ] ], [ [ 120.537737, 30.2894907 ], [ 120.5376339, 30.2890341 ], [ 120.5373628, 30.287823 ], [ 120.5373294, 30.2876794 ] ], [ [ 120.5378865, 30.2894683 ], [ 120.5379121, 30.28958 ] ], [ [ 120.5377623, 30.2896024 ], [ 120.537737, 30.2894907 ] ], [ [ 120.6139609, 30.2882533 ], [ 120.6139962, 30.2882882 ] ], [ [ 120.6139962, 30.2882882 ], [ 120.614019, 30.2883448 ] ], [ [ 120.614019, 30.2883448 ], [ 120.6140141, 30.2883906 ] ], [ [ 120.6140141, 30.2883906 ], [ 120.6139884, 30.2887679 ] ], [ [ 120.6139884, 30.2887679 ], [ 120.6139861, 30.2888682 ] ], [ [ 120.6139861, 30.2888682 ], [ 120.6140493, 30.2890296 ] ], [ [ 120.6140493, 30.2890296 ], [ 120.6141048, 30.2891211 ] ], [ [ 120.6141048, 30.2891211 ], [ 120.6141175, 30.2891473 ] ], [ [ 120.6141175, 30.2891473 ], [ 120.6141316, 30.2891621 ] ], [ [ 120.6310002, 30.2900874 ], [ 120.6306084, 30.2900573 ] ], [ [ 120.6306084, 30.2900573 ], [ 120.6304362, 30.2900478 ] ], [ [ 120.6304362, 30.2900478 ], [ 120.6249204, 30.2896851 ] ], [ [ 120.6249204, 30.2896851 ], [ 120.6236461, 30.2896054 ] ], [ [ 120.6236461, 30.2896054 ], [ 120.6210162, 30.2894409 ] ], [ [ 120.6210162, 30.2894409 ], [ 120.6179566, 30.2892888 ] ], [ [ 120.6179566, 30.2892888 ], [ 120.6152109, 30.2891495 ] ], [ [ 120.6152109, 30.2891495 ], [ 120.6148447, 30.2891844 ] ], [ [ 120.6148447, 30.2891844 ], [ 120.6144609, 30.2892236 ] ], [ [ 120.6144609, 30.2892236 ], [ 120.6143195, 30.2892411 ] ], [ [ 120.6143195, 30.2892411 ], [ 120.6142336, 30.2892214 ] ], [ [ 120.6142336, 30.2892214 ], [ 120.6141316, 30.2891621 ] ], [ [ 120.6310002, 30.2900874 ], [ 120.6325481, 30.2901575 ] ], [ [ 120.6325481, 30.2901575 ], [ 120.6367325, 30.2904166 ] ], [ [ 120.6367325, 30.2904166 ], [ 120.6441973, 30.2908851 ] ], [ [ 120.6441973, 30.2908851 ], [ 120.6450973, 30.2909097 ] ], [ [ 120.6450973, 30.2909097 ], [ 120.6451796, 30.2909093 ] ], [ [ 120.5379121, 30.28958 ], [ 120.5383031, 30.2912841 ], [ 120.5383323, 30.2914613 ] ], [ [ 120.5381795, 30.2914881 ], [ 120.5381553, 30.2913429 ], [ 120.538129, 30.291185 ], [ 120.53785, 30.2899909 ], [ 120.5377623, 30.2896024 ] ], [ [ 120.6451796, 30.2909093 ], [ 120.6521322, 30.2908722 ] ], [ [ 120.6521322, 30.2908722 ], [ 120.65277, 30.2908696 ] ], [ [ 120.65277, 30.2908696 ], [ 120.6598178, 30.2908414 ] ], [ [ 120.6598178, 30.2908414 ], [ 120.6638139, 30.2908436 ] ], [ [ 120.6638139, 30.2908436 ], [ 120.6640134, 30.2908479 ] ], [ [ 120.6640134, 30.2908479 ], [ 120.6641119, 30.2908654 ] ], [ [ 120.6641119, 30.2908654 ], [ 120.6645438, 30.2909875 ] ], [ [ 120.6645438, 30.2909875 ], [ 120.6647534, 30.2910398 ] ], [ [ 120.6647534, 30.2910398 ], [ 120.6649181, 30.2910516 ] ], [ [ 120.6778743, 30.2910777 ], [ 120.6777328, 30.2910177 ] ], [ [ 120.6777328, 30.2910177 ], [ 120.6774113, 30.2909715 ] ], [ [ 120.6774113, 30.2909715 ], [ 120.6769149, 30.2909406 ] ], [ [ 120.6769149, 30.2909406 ], [ 120.6765792, 30.2909344 ] ], [ [ 120.6765792, 30.2909344 ], [ 120.6736036, 30.2909067 ] ], [ [ 120.6736036, 30.2909067 ], [ 120.6672252, 30.2909098 ] ], [ [ 120.6672252, 30.2909098 ], [ 120.666161, 30.2909067 ] ], [ [ 120.666161, 30.2909067 ], [ 120.6649181, 30.2910516 ] ], [ [ 120.5861262, 30.2932781 ], [ 120.5861807, 30.2915888 ], [ 120.5862018, 30.2907457 ] ], [ [ 120.5863378, 30.2907504 ], [ 120.5862866, 30.2919941 ], [ 120.5862652, 30.2930664 ], [ 120.5862564, 30.2932818 ] ], [ [ 120.5383323, 30.2914613 ], [ 120.5385098, 30.2925377 ], [ 120.5385146, 30.2925745 ], [ 120.5385326, 30.2927124 ], [ 120.5386492, 30.2936046 ], [ 120.538654, 30.2936971 ] ], [ [ 120.5384902, 30.2936775 ], [ 120.5384669, 30.2934072 ], [ 120.5383963, 30.2927885 ], [ 120.5383708, 30.2926371 ], [ 120.5381795, 30.2914881 ] ], [ [ 120.5565775, 30.2941116 ], [ 120.5578464, 30.2940696 ], [ 120.5596274, 30.2941299 ], [ 120.5596583, 30.2941465 ] ], [ [ 120.5596583, 30.2941465 ], [ 120.5597466, 30.2941939 ] ], [ [ 120.5597466, 30.2941939 ], [ 120.5596527, 30.2942462 ] ], [ [ 120.5596527, 30.2942462 ], [ 120.5579001, 30.2942132 ], [ 120.5565725, 30.2942768 ] ], [ [ 120.5385083, 30.2971652 ], [ 120.5385258, 30.2966775 ], [ 120.5385612, 30.2954087 ], [ 120.5385573, 30.2948049 ], [ 120.5385298, 30.2941365 ], [ 120.5384902, 30.2936775 ] ], [ [ 120.538654, 30.2936971 ], [ 120.5387021, 30.294634 ], [ 120.5387165, 30.2955555 ], [ 120.5386781, 30.2967717 ], [ 120.5386611, 30.2971721 ] ], [ [ 120.5860392, 30.2959347 ], [ 120.5860935, 30.2942892 ], [ 120.5861262, 30.2932781 ] ], [ [ 120.5862564, 30.2932818 ], [ 120.5862061, 30.2945092 ], [ 120.5861847, 30.2953522 ], [ 120.5861655, 30.2959446 ] ], [ [ 120.5220093, 30.2945896 ], [ 120.5221885, 30.2967467 ] ], [ [ 120.5220176, 30.2967538 ], [ 120.5218964, 30.2954089 ], [ 120.5218706, 30.2946226 ] ], [ [ 120.5079312, 30.2963789 ], [ 120.5088705, 30.2964154 ], [ 120.514815, 30.2965527 ], [ 120.5166257, 30.2966019 ], [ 120.5201159, 30.2966968 ] ], [ [ 120.5201768, 30.2968502 ], [ 120.5190821, 30.2968053 ], [ 120.5166506, 30.2967467 ], [ 120.5138429, 30.2966791 ], [ 120.5090295, 30.2965968 ], [ 120.5086433, 30.2966344 ], [ 120.5079704, 30.296636 ] ], [ [ 120.5201159, 30.2966968 ], [ 120.5220176, 30.2967538 ] ], [ [ 120.5220176, 30.2967538 ], [ 120.5221885, 30.2967467 ] ], [ [ 120.3772242, 30.2898468 ], [ 120.3772326, 30.2923159 ], [ 120.3772414, 30.2943638 ], [ 120.3772427, 30.2946672 ], [ 120.3772438, 30.2949362 ] ], [ [ 120.3770235, 30.2949462 ], [ 120.377024, 30.2946557 ], [ 120.3770253, 30.2943581 ], [ 120.377029, 30.2923114 ], [ 120.3770286, 30.2920679 ], [ 120.377028, 30.29172 ], [ 120.3770315, 30.289848 ] ], [ [ 120.3250146, 30.2901145 ], [ 120.3265886, 30.2927628 ] ], [ [ 120.3306399, 30.290892 ], [ 120.3265886, 30.2927628 ] ], [ [ 120.3238823, 30.293942 ], [ 120.3260499, 30.2929586 ], [ 120.326356, 30.2928247 ], [ 120.3265886, 30.2927628 ] ], [ [ 120.3265886, 30.2927628 ], [ 120.3264153, 30.2929016 ], [ 120.3260907, 30.2930534 ], [ 120.3243988, 30.293817 ], [ 120.3239456, 30.2940235 ] ], [ [ 120.3543083, 30.2947445 ], [ 120.354792, 30.2947855 ], [ 120.3553123, 30.29484 ] ], [ [ 120.3531003, 30.2948516 ], [ 120.3535798, 30.2947611 ], [ 120.3537621, 30.2947428 ], [ 120.3543083, 30.2947445 ] ], [ [ 120.3664489, 30.2949511 ], [ 120.3666045, 30.294775 ], [ 120.3684384, 30.2947764 ], [ 120.3689898, 30.2947803 ], [ 120.3693645, 30.2947794 ], [ 120.3695764, 30.2948306 ], [ 120.3698044, 30.2948677 ], [ 120.3713453, 30.2948619 ], [ 120.3716202, 30.2949468 ] ], [ [ 120.3281337, 30.2952714 ], [ 120.3265886, 30.2927628 ] ], [ [ 120.3214285, 30.29506 ], [ 120.3224944, 30.2945688 ], [ 120.3238823, 30.293942 ] ], [ [ 120.3239456, 30.2940235 ], [ 120.3214825, 30.2951461 ] ], [ [ 120.3772438, 30.2949362 ], [ 120.3772475, 30.2950602 ] ], [ [ 120.3770225, 30.2950672 ], [ 120.3770235, 30.2949462 ] ], [ [ 120.3770225, 30.2950672 ], [ 120.3769446, 30.295242 ], [ 120.3746653, 30.2952466 ], [ 120.3736708, 30.2952466 ], [ 120.3729089, 30.2951877 ], [ 120.3718463, 30.2952058 ] ], [ [ 120.3716615, 30.295244 ], [ 120.3713828, 30.295244 ], [ 120.3705782, 30.2952463 ], [ 120.3686953, 30.2952428 ], [ 120.3666286, 30.2952046 ], [ 120.3664435, 30.2950932 ] ], [ [ 120.3718463, 30.2952058 ], [ 120.3716615, 30.295244 ] ], [ [ 120.5221885, 30.2967467 ], [ 120.5273213, 30.2968736 ], [ 120.5275859, 30.2968808 ] ], [ [ 120.5220329, 30.296907 ], [ 120.5220176, 30.2967538 ] ], [ [ 120.5221885, 30.2967467 ], [ 120.5222023, 30.2969204 ] ], [ [ 120.5220329, 30.296907 ], [ 120.5201768, 30.2968502 ] ], [ [ 120.5275859, 30.2968808 ], [ 120.5287505, 30.2969126 ] ], [ [ 120.5222023, 30.2969204 ], [ 120.5220329, 30.296907 ] ], [ [ 120.5386611, 30.2971721 ], [ 120.5422212, 30.2972627 ], [ 120.5439416, 30.2973065 ], [ 120.5440275, 30.2973091 ], [ 120.5443888, 30.2973179 ], [ 120.5447542, 30.2973298 ], [ 120.5448768, 30.2973341 ], [ 120.5450416, 30.2973398 ], [ 120.5459122, 30.2973661 ], [ 120.5463789, 30.2973512 ], [ 120.5468888, 30.297299 ], [ 120.5471654, 30.2972542 ], [ 120.5473223, 30.297223 ], [ 120.5475025, 30.2971871 ], [ 120.5481939, 30.297008 ], [ 120.548626, 30.2968587 ], [ 120.5491014, 30.2966348 ], [ 120.5509078, 30.2956199 ], [ 120.5517548, 30.2952095 ], [ 120.5522042, 30.2950155 ], [ 120.5527573, 30.294799 ], [ 120.553129, 30.2946871 ], [ 120.5537513, 30.294508 ], [ 120.5544686, 30.2943364 ], [ 120.5551142, 30.2942425 ], [ 120.5554676, 30.2942056 ], [ 120.5559809, 30.2941492 ], [ 120.5565065, 30.294114 ], [ 120.5565775, 30.2941116 ] ], [ [ 120.5565725, 30.2942768 ], [ 120.5564964, 30.2942804 ], [ 120.555967, 30.2943124 ], [ 120.555456, 30.2943709 ], [ 120.5551008, 30.2944159 ], [ 120.5543195, 30.294561 ], [ 120.5535722, 30.2947433 ], [ 120.5529954, 30.2949327 ], [ 120.5518014, 30.2953816 ], [ 120.551119, 30.2956972 ], [ 120.5501037, 30.2962583 ], [ 120.5488446, 30.2969316 ], [ 120.5483085, 30.2971701 ], [ 120.5477886, 30.2973173 ], [ 120.5470657, 30.2974436 ], [ 120.5463427, 30.2975067 ], [ 120.5454248, 30.2975207 ], [ 120.5448659, 30.2975095 ], [ 120.544765, 30.2975075 ], [ 120.5443621, 30.2974982 ], [ 120.5430611, 30.2974646 ], [ 120.5422178, 30.2974368 ], [ 120.538655, 30.2973175 ] ], [ [ 120.5275819, 30.2970577 ], [ 120.5265831, 30.2970408 ], [ 120.524289, 30.2969596 ], [ 120.5222023, 30.2969204 ] ], [ [ 120.5287505, 30.2969126 ], [ 120.5292995, 30.2969276 ], [ 120.5311658, 30.2969785 ], [ 120.5336133, 30.2970453 ], [ 120.5385083, 30.2971652 ] ], [ [ 120.5385083, 30.2971652 ], [ 120.5386611, 30.2971721 ] ], [ [ 120.538503, 30.2973101 ], [ 120.5340643, 30.2972128 ], [ 120.5331873, 30.2971936 ], [ 120.5309376, 30.2971447 ], [ 120.5290436, 30.2970956 ], [ 120.5275819, 30.2970577 ] ], [ [ 120.538503, 30.2973101 ], [ 120.5385083, 30.2971652 ] ], [ [ 120.5386611, 30.2971721 ], [ 120.538655, 30.2973175 ] ], [ [ 120.538655, 30.2973175 ], [ 120.538503, 30.2973101 ] ], [ [ 120.5222023, 30.2969204 ], [ 120.5222071, 30.2969799 ], [ 120.5222625, 30.2991256 ], [ 120.5222728, 30.3009246 ] ], [ [ 120.522138, 30.3010294 ], [ 120.5220329, 30.296907 ] ], [ [ 120.538655, 30.2973175 ], [ 120.5386215, 30.2981074 ], [ 120.5385723, 30.2992705 ], [ 120.5384979, 30.3016866 ], [ 120.5384906, 30.3019228 ], [ 120.5384877, 30.3019976 ] ], [ [ 120.5383354, 30.3020087 ], [ 120.5383378, 30.3019411 ], [ 120.5383465, 30.3016958 ], [ 120.5384158, 30.2997373 ], [ 120.538474, 30.2981175 ], [ 120.538503, 30.2973101 ] ], [ [ 120.5222728, 30.3009246 ], [ 120.5222769, 30.3014941 ], [ 120.5222791, 30.3018005 ], [ 120.5222942, 30.3038873 ] ], [ [ 120.5221084, 30.3038873 ], [ 120.5221291, 30.3018874 ], [ 120.5221323, 30.3015782 ], [ 120.522138, 30.3010294 ] ], [ [ 120.4874239, 30.2960259 ], [ 120.4899466, 30.2960267 ], [ 120.4900252, 30.2960268 ] ], [ [ 120.4871801, 30.29603 ], [ 120.4874239, 30.2960259 ] ], [ [ 120.4594167, 30.2936868 ], [ 120.4552042, 30.2934835 ], [ 120.4522257, 30.2933415 ] ], [ [ 120.4731343, 30.2972324 ], [ 120.4731345, 30.2962898 ], [ 120.4731347, 30.2959796 ], [ 120.4731395, 30.2944677 ], [ 120.4733236, 30.2944668 ], [ 120.4733314, 30.2959995 ], [ 120.4733279, 30.296282 ], [ 120.4733305, 30.2971486 ] ], [ [ 120.4518524, 30.2998906 ], [ 120.4518474, 30.2995454 ], [ 120.4518636, 30.2983386 ], [ 120.4518677, 30.2970062 ], [ 120.4518656, 30.2961565 ], [ 120.4518737, 30.2958233 ], [ 120.4518713, 30.2954169 ], [ 120.4518835, 30.2950604 ], [ 120.4519004, 30.294753 ], [ 120.4520797, 30.2933359 ] ], [ [ 120.4522257, 30.2933415 ], [ 120.4520805, 30.2944569 ], [ 120.4520335, 30.2949278 ], [ 120.4520183, 30.2954445 ], [ 120.4520103, 30.2958254 ], [ 120.4520102, 30.296156 ], [ 120.45203, 30.2979778 ], [ 120.4520344, 30.2983432 ], [ 120.4520511, 30.2997496 ], [ 120.4520505, 30.2998931 ] ], [ [ 120.4731343, 30.2972324 ], [ 120.4733305, 30.2971486 ] ], [ [ 120.4733305, 30.2971486 ], [ 120.4733116, 30.2974771 ] ], [ [ 120.4730831, 30.2975753 ], [ 120.4731343, 30.2972324 ] ], [ [ 120.4733116, 30.2974771 ], [ 120.4730831, 30.2975753 ] ], [ [ 120.3823042, 30.2887685 ], [ 120.3823934, 30.2888822 ], [ 120.3824222, 30.288919 ], [ 120.3825617, 30.2891298 ], [ 120.3827548, 30.2894934 ], [ 120.3828969, 30.2898223 ], [ 120.3832107, 30.2904731 ], [ 120.38348, 30.291039 ], [ 120.3837981, 30.291689 ], [ 120.3841924, 30.2925181 ], [ 120.3846779, 30.2935395 ], [ 120.3853056, 30.294841 ], [ 120.3853523, 30.2949362 ], [ 120.3856462, 30.2955358 ], [ 120.3859439, 30.2961657 ], [ 120.3864374, 30.2971986 ], [ 120.3866842, 30.2977405 ], [ 120.3868344, 30.2980425 ], [ 120.3870579, 30.2984918 ], [ 120.3872153, 30.2988081 ], [ 120.3875157, 30.2994612 ], [ 120.3880816, 30.3006399 ], [ 120.3884931, 30.3014906 ], [ 120.3890848, 30.3027427 ], [ 120.3896212, 30.3038588 ], [ 120.3898242, 30.304331 ], [ 120.3898412, 30.3043706 ] ], [ [ 120.3897715, 30.3045978 ], [ 120.389754, 30.3045191 ], [ 120.3897174, 30.3044227 ], [ 120.3895407, 30.3039743 ], [ 120.3891652, 30.3032055 ], [ 120.38872, 30.3022514 ], [ 120.3881353, 30.3010148 ], [ 120.3874111, 30.2995188 ], [ 120.3869339, 30.2985448 ], [ 120.3867203, 30.2980846 ], [ 120.3866118, 30.2978329 ], [ 120.3862255, 30.2970408 ], [ 120.3856944, 30.2959524 ], [ 120.3852385, 30.2949751 ], [ 120.3842621, 30.2929787 ], [ 120.3839456, 30.2923858 ], [ 120.3838169, 30.2921866 ], [ 120.3836881, 30.2918902 ], [ 120.3835594, 30.2915243 ], [ 120.3832429, 30.2908109 ], [ 120.3826099, 30.2894815 ], [ 120.3822988, 30.2889905 ], [ 120.3822718, 30.2889572 ], [ 120.3821592, 30.288818 ] ], [ [ 120.4518643, 30.301036 ], [ 120.4491122, 30.3010031 ], [ 120.4489472, 30.3010006 ], [ 120.4476962, 30.3009827 ], [ 120.4459158, 30.3009622 ], [ 120.4448749, 30.3009351 ], [ 120.4445337, 30.300923 ], [ 120.4440541, 30.3009059 ], [ 120.4438227, 30.3008976 ], [ 120.4405146, 30.3007798 ], [ 120.4401162, 30.3007711 ], [ 120.4386497, 30.3007571 ], [ 120.4352481, 30.3007526 ], [ 120.4351001, 30.3007521 ], [ 120.4338647, 30.3007479 ], [ 120.4326841, 30.3007516 ], [ 120.4292075, 30.3007626 ], [ 120.4286959, 30.3007681 ], [ 120.425328, 30.3007916 ], [ 120.4253315, 30.3006193 ], [ 120.4281639, 30.3006102 ], [ 120.4286766, 30.3006052 ], [ 120.4291893, 30.3006001 ], [ 120.4326899, 30.3005997 ], [ 120.4338556, 30.3005996 ], [ 120.4351, 30.3005923 ], [ 120.4352422, 30.3005896 ], [ 120.43871, 30.3006012 ], [ 120.4404177, 30.3006257 ], [ 120.4414738, 30.3006509 ], [ 120.4438416, 30.3007229 ], [ 120.4441339, 30.3007325 ], [ 120.4446338, 30.3007503 ], [ 120.4452987, 30.3007904 ], [ 120.4463705, 30.3008233 ], [ 120.4476623, 30.300836 ], [ 120.4489471, 30.3008533 ], [ 120.4494697, 30.3008624 ] ], [ [ 120.3898412, 30.3043706 ], [ 120.3899202, 30.3046151 ], [ 120.389986, 30.3048824 ], [ 120.38999, 30.3049718 ], [ 120.3900059, 30.3053278 ], [ 120.3899562, 30.3056711 ], [ 120.3899109, 30.3059407 ], [ 120.3898653, 30.3062046 ], [ 120.3898532, 30.3064408 ], [ 120.389868, 30.3067974 ], [ 120.3899485, 30.3072004 ], [ 120.3900611, 30.3075361 ], [ 120.390214, 30.3078719 ], [ 120.3905278, 30.3085318 ], [ 120.3907129, 30.3089053 ] ], [ [ 120.3905057, 30.3089111 ], [ 120.3903954, 30.3086643 ], [ 120.3903151, 30.3084862 ], [ 120.3900343, 30.3079017 ], [ 120.3898519, 30.3074247 ], [ 120.3897714, 30.3071051 ], [ 120.3897178, 30.3067578 ], [ 120.3897231, 30.306473 ], [ 120.3897714, 30.3059612 ], [ 120.3898411, 30.3056185 ], [ 120.3898572, 30.3050673 ], [ 120.3898201, 30.3048156 ], [ 120.3897977, 30.3047153 ], [ 120.3897715, 30.3045978 ] ], [ [ 120.4706877, 30.2988799 ], [ 120.4721153, 30.2978053 ], [ 120.4731343, 30.2972324 ] ], [ [ 120.4705532, 30.2989812 ], [ 120.4706478, 30.29891 ], [ 120.4706877, 30.2988799 ] ], [ [ 120.468682, 30.3003898 ], [ 120.4705532, 30.2989812 ] ], [ [ 120.4730831, 30.2975753 ], [ 120.4730069, 30.2976013 ], [ 120.4706079, 30.2993142 ], [ 120.4683971, 30.3009962 ], [ 120.4680772, 30.3011573 ], [ 120.467485, 30.3014533 ], [ 120.4673961, 30.3015003 ], [ 120.466736, 30.3017013 ], [ 120.466322, 30.3017566 ], [ 120.4657236, 30.3018044 ], [ 120.4651614, 30.3018236 ], [ 120.4638267, 30.301741 ], [ 120.4635234, 30.3017372 ], [ 120.4632706, 30.3017109 ], [ 120.4628536, 30.3016843 ], [ 120.4619712, 30.3016009 ], [ 120.460441, 30.301477 ], [ 120.4592004, 30.3013601 ] ], [ [ 120.4900252, 30.2960268 ], [ 120.4902324, 30.2960352 ], [ 120.4907175, 30.2960353 ], [ 120.4953067, 30.2960264 ], [ 120.4961852, 30.2960311 ], [ 120.5002248, 30.296036 ], [ 120.5009376, 30.2960541 ], [ 120.5018419, 30.2961138 ], [ 120.5049616, 30.296212 ], [ 120.505166, 30.2962211 ], [ 120.507043, 30.2963046 ], [ 120.5079312, 30.2963789 ] ], [ [ 120.4874596, 30.2962495 ], [ 120.4872141, 30.2962459 ] ], [ [ 120.4900644, 30.2962634 ], [ 120.4886699, 30.2962675 ], [ 120.4874596, 30.2962495 ] ], [ [ 120.5079704, 30.296636 ], [ 120.5072308, 30.296601 ], [ 120.5063885, 30.296564 ], [ 120.5051881, 30.2965636 ], [ 120.5048573, 30.2965635 ], [ 120.5023618, 30.2964378 ], [ 120.5018483, 30.2963917 ], [ 120.500924, 30.2963654 ], [ 120.5007414, 30.2963476 ], [ 120.4988408, 30.2962861 ], [ 120.496195, 30.2962825 ], [ 120.4953325, 30.2962814 ], [ 120.4918188, 30.2962583 ], [ 120.4907427, 30.2962643 ], [ 120.4902257, 30.296267 ], [ 120.4900644, 30.2962634 ] ], [ [ 120.4733305, 30.2971486 ], [ 120.4738104, 30.2969438 ], [ 120.4748927, 30.2966009 ], [ 120.4756236, 30.2963694 ], [ 120.4766965, 30.2961379 ], [ 120.478351, 30.2961075 ], [ 120.4787135, 30.2961008 ], [ 120.4805367, 30.2960702 ], [ 120.4810293, 30.296062 ], [ 120.4820287, 30.2960452 ], [ 120.483502, 30.2960417 ], [ 120.4839257, 30.2960407 ], [ 120.4844476, 30.2960395 ], [ 120.4859018, 30.296036 ], [ 120.4871801, 30.29603 ] ], [ [ 120.4872141, 30.2962459 ], [ 120.4845014, 30.2962027 ], [ 120.4839123, 30.2962037 ], [ 120.4810107, 30.2962114 ], [ 120.4805217, 30.2962188 ], [ 120.4783439, 30.2962589 ], [ 120.4768729, 30.2963261 ], [ 120.4757296, 30.2965323 ], [ 120.4747357, 30.2968651 ], [ 120.4733116, 30.2974771 ] ], [ [ 120.4518667, 30.300885 ], [ 120.4518524, 30.2998906 ] ], [ [ 120.4520505, 30.2998931 ], [ 120.4520461, 30.3008851 ] ], [ [ 120.4685217, 30.3005155 ], [ 120.468682, 30.3003898 ] ], [ [ 120.4494697, 30.3008624 ], [ 120.4508184, 30.300875 ], [ 120.4518667, 30.300885 ] ], [ [ 120.4518667, 30.300885 ], [ 120.4520461, 30.3008851 ] ], [ [ 120.4520461, 30.3008851 ], [ 120.4535741, 30.3009179 ], [ 120.4546857, 30.300895 ], [ 120.4551539, 30.3009103 ], [ 120.4554486, 30.30092 ], [ 120.455963, 30.3009749 ], [ 120.4563544, 30.3010016 ] ], [ [ 120.4518643, 30.301036 ], [ 120.4518667, 30.300885 ] ], [ [ 120.4520461, 30.3008851 ], [ 120.4520469, 30.3010377 ] ], [ [ 120.4733116, 30.2974771 ], [ 120.4733261, 30.3021231 ], [ 120.4734815, 30.3033961 ], [ 120.47378, 30.305146 ], [ 120.4740145, 30.3064124 ], [ 120.4740611, 30.3067222 ], [ 120.4740788, 30.3068394 ] ], [ [ 120.4592298, 30.3012104 ], [ 120.4597889, 30.3012343 ], [ 120.4604777, 30.3012938 ], [ 120.4612724, 30.3013619 ], [ 120.4617868, 30.3014018 ], [ 120.4626883, 30.3014617 ], [ 120.4629974, 30.3014854 ], [ 120.4634142, 30.3014527 ], [ 120.4634601, 30.3014549 ], [ 120.4637641, 30.3014692 ], [ 120.4641974, 30.3014897 ], [ 120.4662359, 30.3014944 ], [ 120.4671693, 30.3013253 ], [ 120.4672963, 30.3012653 ], [ 120.4678711, 30.3010014 ], [ 120.4679723, 30.3009463 ], [ 120.4685217, 30.3005155 ] ], [ [ 120.4520469, 30.3010377 ], [ 120.4518643, 30.301036 ] ], [ [ 120.4563392, 30.3011164 ], [ 120.4554415, 30.3010793 ], [ 120.4552521, 30.3010717 ], [ 120.4535455, 30.3010577 ], [ 120.4520469, 30.3010377 ] ], [ [ 120.4563544, 30.3010016 ], [ 120.4565467, 30.3010148 ], [ 120.4580031, 30.3011295 ], [ 120.4585753, 30.3011645 ], [ 120.4592298, 30.3012104 ] ], [ [ 120.4592004, 30.3013601 ], [ 120.4563392, 30.3011164 ] ], [ [ 120.4517872, 30.3027382 ], [ 120.4518596, 30.3018237 ], [ 120.4518643, 30.301036 ] ], [ [ 120.3281337, 30.2952714 ], [ 120.3292936, 30.297183 ] ], [ [ 120.3386879, 30.2984453 ], [ 120.3396087, 30.2985032 ] ], [ [ 120.3396087, 30.2985032 ], [ 120.3420156, 30.2986547 ] ], [ [ 120.3420156, 30.2986547 ], [ 120.343959, 30.298777 ] ], [ [ 120.343959, 30.298777 ], [ 120.3477351, 30.2990195 ] ], [ [ 120.3477351, 30.2990195 ], [ 120.3493659, 30.2991121 ] ], [ [ 120.3493659, 30.2991121 ], [ 120.3507821, 30.2992047 ] ], [ [ 120.3507821, 30.2992047 ], [ 120.3512541, 30.2991677 ] ], [ [ 120.3512541, 30.2991677 ], [ 120.3523056, 30.2988527 ] ], [ [ 120.3523056, 30.2988527 ], [ 120.3528677, 30.2986448 ] ], [ [ 120.3310235, 30.3000905 ], [ 120.334638, 30.2993091 ] ], [ [ 120.334638, 30.2993091 ], [ 120.3370921, 30.2987786 ] ], [ [ 120.3370921, 30.2987786 ], [ 120.3371548, 30.2987655 ] ], [ [ 120.3371548, 30.2987655 ], [ 120.3386879, 30.2984453 ] ], [ [ 120.3555142, 30.2952488 ], [ 120.3548185, 30.2953234 ], [ 120.3545482, 30.2953469 ] ], [ [ 120.3545482, 30.2953469 ], [ 120.3542009, 30.2953371 ], [ 120.35364, 30.2953096 ], [ 120.35304, 30.2952492 ] ], [ [ 120.3772475, 30.2950602 ], [ 120.3772482, 30.2969695 ], [ 120.3772526, 30.2990859 ], [ 120.3772541, 30.2998274 ] ], [ [ 120.3770482, 30.2998267 ], [ 120.3770462, 30.298322 ], [ 120.3770225, 30.2950672 ] ], [ [ 120.3530299, 30.2985916 ], [ 120.3528677, 30.2986448 ] ], [ [ 120.3292936, 30.297183 ], [ 120.3293593, 30.2972876 ] ], [ [ 120.3148092, 30.3018814 ], [ 120.314829, 30.301577 ], [ 120.3148317, 30.3013847 ], [ 120.3148454, 30.3011635 ], [ 120.3148621, 30.3008932 ], [ 120.314888, 30.3003206 ], [ 120.3149214, 30.3001139 ], [ 120.314951, 30.2999303 ], [ 120.315077, 30.2995209 ], [ 120.3151955, 30.2992074 ], [ 120.3153511, 30.2988971 ], [ 120.3155216, 30.2986092 ], [ 120.315729, 30.2983149 ], [ 120.3158158, 30.2982046 ], [ 120.3159884, 30.2979854 ], [ 120.3163404, 30.2976271 ], [ 120.3166812, 30.2973456 ], [ 120.3169999, 30.2971217 ], [ 120.3175186, 30.2968337 ], [ 120.3179927, 30.2966195 ], [ 120.3214285, 30.29506 ] ], [ [ 120.3214825, 30.2951461 ], [ 120.3189043, 30.2963379 ], [ 120.3180461, 30.2967112 ], [ 120.3171888, 30.2971313 ], [ 120.316826, 30.2973713 ], [ 120.3164886, 30.2976623 ], [ 120.31618, 30.2979461 ], [ 120.3159365, 30.2982253 ], [ 120.315629, 30.2986636 ], [ 120.3154223, 30.2990065 ], [ 120.3152696, 30.2993385 ], [ 120.3151474, 30.2997064 ], [ 120.3150472, 30.300118 ], [ 120.3150029, 30.3005989 ], [ 120.3149771, 30.3013845 ], [ 120.3149703, 30.3015931 ], [ 120.3149641, 30.3018676 ] ], [ [ 120.3310235, 30.3000905 ], [ 120.3293593, 30.2972876 ] ], [ [ 120.3310235, 30.3000905 ], [ 120.3313505, 30.3006394 ] ], [ [ 120.3313505, 30.3006394 ], [ 120.3322669, 30.3021776 ] ], [ [ 120.3322669, 30.3021776 ], [ 120.3324527, 30.3025017 ] ], [ [ 120.3183051, 30.3020999 ], [ 120.3185365, 30.3019191 ], [ 120.3200707, 30.3020279 ], [ 120.3203475, 30.3020327 ], [ 120.3206395, 30.3020296 ], [ 120.3218337, 30.3021023 ] ], [ [ 120.3772541, 30.2998274 ], [ 120.3772524, 30.3015296 ], [ 120.3772516, 30.3023373 ], [ 120.3772509, 30.3029796 ], [ 120.3772482, 30.3039965 ], [ 120.3772522, 30.3043485 ], [ 120.3772525, 30.3046099 ] ], [ [ 120.3770618, 30.304614 ], [ 120.3770618, 30.3043636 ], [ 120.3770591, 30.3039757 ], [ 120.377058, 30.3035463 ], [ 120.3770569, 30.3031484 ], [ 120.3770554, 30.3025619 ], [ 120.3770482, 30.2998267 ] ], [ [ 120.3324527, 30.3025017 ], [ 120.3325438, 30.3025897 ], [ 120.3326055, 30.302643 ], [ 120.3326488, 30.3026924 ] ], [ [ 120.3324179, 30.3027771 ], [ 120.3324231, 30.3027171 ], [ 120.3324527, 30.302592 ], [ 120.3324527, 30.3025017 ] ], [ [ 120.3282265, 30.3026715 ], [ 120.3284771, 30.3025883 ], [ 120.3298091, 30.3026711 ], [ 120.3301333, 30.3026913 ], [ 120.3303268, 30.3027039 ], [ 120.3320216, 30.3028141 ], [ 120.3321933, 30.3028198 ], [ 120.3322939, 30.3027978 ], [ 120.3324179, 30.3027771 ] ], [ [ 120.3182693, 30.3024522 ], [ 120.3180401, 30.3024793 ], [ 120.3165759, 30.3023919 ], [ 120.3156277, 30.3023282 ], [ 120.314948, 30.3023061 ] ], [ [ 120.3217778, 30.3024947 ], [ 120.3215286, 30.3026026 ], [ 120.3207762, 30.3025598 ], [ 120.3185513, 30.3024249 ], [ 120.3182693, 30.3024522 ] ], [ [ 120.3328678, 30.3031615 ], [ 120.3328523, 30.3032497 ], [ 120.3328121, 30.3033678 ], [ 120.332786, 30.3035275 ] ], [ [ 120.3149494, 30.3021179 ], [ 120.314948, 30.3023061 ] ], [ [ 120.3115361, 30.3021843 ], [ 120.3111893, 30.3022956 ], [ 120.3110103, 30.3023017 ], [ 120.3098445, 30.3023414 ] ], [ [ 120.3098445, 30.3023414 ], [ 120.3094569, 30.3023506 ], [ 120.309192, 30.3023538 ], [ 120.3090127, 30.3023582 ], [ 120.3086783, 30.3023537 ], [ 120.307912, 30.302346 ], [ 120.3075234, 30.3023374 ], [ 120.3074227, 30.3022407 ] ], [ [ 120.3146539, 30.3047256 ], [ 120.3147682, 30.3036048 ], [ 120.3148011, 30.3025493 ], [ 120.3148095, 30.3021052 ] ], [ [ 120.314948, 30.3023061 ], [ 120.3148893, 30.3036095 ], [ 120.314828, 30.304739 ] ], [ [ 120.332786, 30.3035275 ], [ 120.3327048, 30.3033748 ], [ 120.3326189, 30.3032821 ], [ 120.3325656, 30.3032298 ] ], [ [ 120.3281365, 30.3028715 ], [ 120.3279361, 30.3029601 ], [ 120.3259763, 30.3028356 ], [ 120.3255006, 30.3028058 ], [ 120.3253551, 30.3027856 ], [ 120.3250081, 30.3026719 ] ], [ [ 120.3772525, 30.3046099 ], [ 120.3772481, 30.3047566 ] ], [ [ 120.3770596, 30.304762 ], [ 120.3770618, 30.304614 ] ], [ [ 120.4520469, 30.3010377 ], [ 120.4520427, 30.3020194 ], [ 120.4519536, 30.3027476 ] ], [ [ 120.4738293, 30.3068743 ], [ 120.4737949, 30.3066284 ], [ 120.4733748, 30.3038673 ], [ 120.4731712, 30.3021864 ], [ 120.4731511, 30.3008931 ], [ 120.4731187, 30.2987711 ], [ 120.4730831, 30.2975753 ] ], [ [ 120.4509998, 30.3075811 ], [ 120.4510933, 30.3073719 ], [ 120.4512424, 30.3069778 ], [ 120.4514628, 30.3060349 ], [ 120.4515364, 30.3054583 ], [ 120.4516123, 30.3045622 ], [ 120.4517872, 30.3027382 ] ], [ [ 120.4519536, 30.3027476 ], [ 120.4516895, 30.3054663 ], [ 120.4516179, 30.3061512 ], [ 120.4515527, 30.3064488 ], [ 120.4513843, 30.3070499 ], [ 120.4512123, 30.3075471 ], [ 120.4511919, 30.3079608 ], [ 120.4511869, 30.3080626 ] ], [ [ 120.4740788, 30.3068394 ], [ 120.4741299, 30.3072481 ] ], [ [ 120.4738915, 30.3072842 ], [ 120.4738293, 30.3068743 ] ], [ [ 120.4741417, 30.3089041 ], [ 120.4740245, 30.3081328 ], [ 120.4738935, 30.3073932 ], [ 120.4738915, 30.3072842 ] ], [ [ 120.45094, 30.3079994 ], [ 120.4509531, 30.3078865 ], [ 120.45097, 30.3077414 ], [ 120.4509998, 30.3075811 ] ], [ [ 120.4500242, 30.3080022 ], [ 120.4502888, 30.3079706 ], [ 120.4505695, 30.3078937 ], [ 120.4507246, 30.3078282 ], [ 120.4508038, 30.3077868 ], [ 120.4509096, 30.3076839 ], [ 120.4509998, 30.3075811 ] ], [ [ 120.4509392, 30.3083219 ], [ 120.45094, 30.3079994 ] ], [ [ 120.4511869, 30.3080626 ], [ 120.4511813, 30.3083023 ] ], [ [ 120.4511813, 30.3083023 ], [ 120.4511843, 30.3084175 ] ], [ [ 120.4772772, 30.3105454 ], [ 120.4766742, 30.3069474 ], [ 120.4766622, 30.3068758 ] ], [ [ 120.4741299, 30.3072481 ], [ 120.4742328, 30.3080745 ], [ 120.4746748, 30.3108131 ] ], [ [ 120.4768149, 30.3068495 ], [ 120.4768274, 30.306929 ], [ 120.4775806, 30.3117265 ] ], [ [ 120.5384877, 30.3019976 ], [ 120.5383867, 30.3046131 ] ], [ [ 120.5382369, 30.304659 ], [ 120.5383137, 30.3026207 ], [ 120.5383354, 30.3020087 ] ], [ [ 120.5383867, 30.3046131 ], [ 120.5383839, 30.3046868 ] ], [ [ 120.5221017, 30.3054487 ], [ 120.5221072, 30.3044924 ], [ 120.522104, 30.3043169 ], [ 120.5221084, 30.3038873 ] ], [ [ 120.5383205, 30.3051026 ], [ 120.5382274, 30.3049113 ], [ 120.5382369, 30.304659 ] ], [ [ 120.5383839, 30.3046868 ], [ 120.538375, 30.3049172 ], [ 120.5383205, 30.3051026 ] ], [ [ 120.5222942, 30.3038873 ], [ 120.5222974, 30.3043266 ], [ 120.5223027, 30.3044991 ], [ 120.5222951, 30.3065225 ] ], [ [ 120.5220955, 30.3065151 ], [ 120.5221017, 30.3054487 ] ], [ [ 120.5220945, 30.3066866 ], [ 120.5220955, 30.3065151 ] ], [ [ 120.5222951, 30.3065225 ], [ 120.5222945, 30.3066939 ] ], [ [ 120.5220785, 30.309463 ], [ 120.5220945, 30.3066866 ] ], [ [ 120.5222945, 30.3066939 ], [ 120.5222847, 30.3093075 ], [ 120.5222837, 30.3094585 ] ], [ [ 120.314828, 30.304739 ], [ 120.3147998, 30.3052651 ] ], [ [ 120.3146637, 30.3052894 ], [ 120.3146539, 30.3047256 ] ], [ [ 120.332786, 30.3035275 ], [ 120.3334302, 30.3077539 ] ], [ [ 120.3102099, 30.3069608 ], [ 120.3123977, 30.3070136 ], [ 120.3145261, 30.307038 ] ], [ [ 120.3145261, 30.307038 ], [ 120.314595363605662, 30.307041013508336 ] ], [ [ 120.314595363605662, 30.307041013508336 ], [ 120.314711357869498, 30.307046060165632 ] ], [ [ 120.314711357869498, 30.307046060165632 ], [ 120.3148203, 30.3070508 ] ], [ [ 120.3145235, 30.3071837 ], [ 120.3102309, 30.3070764 ] ], [ [ 120.3148113, 30.3071879 ], [ 120.314705702646364, 30.30718635896843 ] ], [ [ 120.314705702646364, 30.30718635896843 ], [ 120.314589583774648, 30.307184664391428 ] ], [ [ 120.314589583774648, 30.307184664391428 ], [ 120.3145235, 30.3071837 ] ], [ [ 120.344151, 30.308434 ], [ 120.3443147, 30.3062444 ] ], [ [ 120.3443147, 30.3062444 ], [ 120.3443845, 30.3053165 ] ], [ [ 120.3443845, 30.3053165 ], [ 120.3444173, 30.3048716 ] ], [ [ 120.3444173, 30.3048716 ], [ 120.3444311, 30.3046869 ] ], [ [ 120.3444311, 30.3046869 ], [ 120.3444967, 30.3039791 ] ], [ [ 120.3306453, 30.3076155 ], [ 120.3321608, 30.3076593 ] ], [ [ 120.3321608, 30.3076593 ], [ 120.3322071, 30.3076606 ], [ 120.3322234, 30.307661 ] ], [ [ 120.3148203, 30.3070508 ], [ 120.3173864, 30.3071508 ], [ 120.317895, 30.3071745 ] ], [ [ 120.317895, 30.3071745 ], [ 120.3213756, 30.3072855 ] ], [ [ 120.3772481, 30.3047566 ], [ 120.3772501, 30.3053053 ], [ 120.3772571, 30.3072825 ], [ 120.3772576, 30.3074273 ], [ 120.377262, 30.3086838 ], [ 120.3772629, 30.3089382 ] ], [ [ 120.3770672, 30.3089381 ], [ 120.3770671, 30.3086839 ], [ 120.3770667, 30.3074473 ], [ 120.3770667, 30.3073515 ], [ 120.3770666, 30.3072261 ], [ 120.377066, 30.3070088 ], [ 120.3770596, 30.304762 ] ], [ [ 120.3178419, 30.3072884 ], [ 120.3148113, 30.3071879 ] ], [ [ 120.3213756, 30.3072855 ], [ 120.3215902, 30.3072837 ] ], [ [ 120.3213581, 30.3074078 ], [ 120.3178419, 30.3072884 ] ], [ [ 120.3215902, 30.3072837 ], [ 120.3247381, 30.3074275 ] ], [ [ 120.3215718, 30.3074256 ], [ 120.3213581, 30.3074078 ] ], [ [ 120.3247381, 30.3074275 ], [ 120.32479, 30.3074286 ] ], [ [ 120.32479, 30.3074286 ], [ 120.3277378, 30.3074917 ] ], [ [ 120.3247047, 30.30756 ], [ 120.3215718, 30.3074256 ] ], [ [ 120.3277378, 30.3074917 ], [ 120.327894, 30.3075028 ] ], [ [ 120.327894, 30.3075028 ], [ 120.3306453, 30.3076155 ] ], [ [ 120.3247642, 30.3075621 ], [ 120.3247047, 30.30756 ] ], [ [ 120.3277395, 30.3076651 ], [ 120.3247642, 30.3075621 ] ], [ [ 120.3322234, 30.307661 ], [ 120.332973, 30.3076796 ], [ 120.3334302, 30.3077539 ] ], [ [ 120.3334302, 30.3077539 ], [ 120.3330052, 30.3078185 ], [ 120.3327289, 30.307809 ], [ 120.3306309, 30.3077426 ] ], [ [ 120.3147998, 30.3052651 ], [ 120.3147223, 30.3067746 ], [ 120.314711357869498, 30.307046060165632 ] ], [ [ 120.314711357869498, 30.307046060165632 ], [ 120.314705702646364, 30.30718635896843 ] ], [ [ 120.314705702646364, 30.30718635896843 ], [ 120.314528468366248, 30.311583313201872 ] ], [ [ 120.314528468366248, 30.311583313201872 ], [ 120.314522865829431, 30.311722304924977 ] ], [ [ 120.314522865829431, 30.311722304924977 ], [ 120.3145111, 30.3120142 ], [ 120.3144797, 30.3131112 ], [ 120.314522, 30.3136278 ] ], [ [ 120.3143259, 30.3137852 ], [ 120.3143481, 30.313179 ], [ 120.3143949, 30.3120233 ], [ 120.314406914867263, 30.311724684644307 ] ], [ [ 120.314406914867263, 30.311724684644307 ], [ 120.314412690627194, 30.311581134943385 ] ], [ [ 120.314412690627194, 30.311581134943385 ], [ 120.314589583774648, 30.307184664391428 ] ], [ [ 120.314589583774648, 30.307184664391428 ], [ 120.314595363605662, 30.307041013508336 ] ], [ [ 120.314595363605662, 30.307041013508336 ], [ 120.3146056, 30.3067866 ], [ 120.3146637, 30.3052894 ] ], [ [ 120.3142939, 30.3115789 ], [ 120.314412690627194, 30.311581134943385 ] ], [ [ 120.314412690627194, 30.311581134943385 ], [ 120.314528468366248, 30.311583313201872 ] ], [ [ 120.314528468366248, 30.311583313201872 ], [ 120.3146447, 30.3115855 ] ], [ [ 120.3146303, 30.3117201 ], [ 120.314522865829431, 30.311722304924977 ] ], [ [ 120.314522865829431, 30.311722304924977 ], [ 120.314406914867263, 30.311724684644307 ] ], [ [ 120.314406914867263, 30.311724684644307 ], [ 120.3142941, 30.311727 ] ], [ [ 120.3079278, 30.3122647 ], [ 120.308532, 30.3121986 ], [ 120.3104227, 30.3119974 ], [ 120.3127254, 30.3117737 ], [ 120.3135274, 30.3116574 ], [ 120.3141246, 30.3115848 ], [ 120.3142939, 30.3115789 ] ], [ [ 120.3142941, 30.311727 ], [ 120.3141303, 30.3117277 ], [ 120.3135365, 30.3117897 ], [ 120.3133759, 30.3118062 ], [ 120.312738, 30.3118569 ], [ 120.3104375, 30.3120995 ], [ 120.3079522, 30.3123756 ] ], [ [ 120.3278983, 30.307673 ], [ 120.3277395, 30.3076651 ] ], [ [ 120.3306309, 30.3077426 ], [ 120.3278983, 30.307673 ] ], [ [ 120.3146447, 30.3115855 ], [ 120.3179356, 30.3116038 ], [ 120.320989, 30.3116239 ] ], [ [ 120.320989, 30.3116239 ], [ 120.321154, 30.3116201 ] ], [ [ 120.3334302, 30.3077539 ], [ 120.3336069, 30.3088461 ] ], [ [ 120.3336069, 30.3088461 ], [ 120.333831, 30.3103083 ] ], [ [ 120.333831, 30.3103083 ], [ 120.3339389, 30.3110121 ] ], [ [ 120.3339389, 30.3110121 ], [ 120.3339535, 30.3111075 ] ], [ [ 120.3339535, 30.3111075 ], [ 120.3340699, 30.3117239 ] ], [ [ 120.3438782, 30.3123153 ], [ 120.3439619, 30.3108342 ] ], [ [ 120.3439619, 30.3108342 ], [ 120.3440706, 30.3094547 ] ], [ [ 120.3440706, 30.3094547 ], [ 120.344151, 30.308434 ] ], [ [ 120.3770747, 30.3131617 ], [ 120.3770848, 30.3117232 ], [ 120.3770685, 30.3091459 ], [ 120.3770672, 30.3089381 ] ], [ [ 120.3772629, 30.3089382 ], [ 120.3772637, 30.3091424 ], [ 120.3772787, 30.3131617 ] ], [ [ 120.321154, 30.3116201 ], [ 120.3227779, 30.3116342 ], [ 120.3242848, 30.3116473 ] ], [ [ 120.3277011, 30.3116342 ], [ 120.327854, 30.3116482 ] ], [ [ 120.3243678, 30.3116553 ], [ 120.3251866, 30.3116501 ], [ 120.3277011, 30.3116342 ] ], [ [ 120.3242848, 30.3116473 ], [ 120.3243678, 30.3116553 ] ], [ [ 120.327854, 30.3116482 ], [ 120.3307647, 30.3116849 ] ], [ [ 120.3209728, 30.3117184 ], [ 120.3179027, 30.3117222 ], [ 120.3146303, 30.3117201 ] ], [ [ 120.474463, 30.3108349 ], [ 120.4741417, 30.3089041 ] ], [ [ 120.3907129, 30.3089053 ], [ 120.3909731, 30.3094303 ], [ 120.3913309, 30.3101675 ], [ 120.3916695, 30.3108726 ], [ 120.3917214, 30.3109806 ], [ 120.3917839, 30.3111107 ], [ 120.3918274, 30.3112014 ], [ 120.391878, 30.3113067 ], [ 120.3919416, 30.3114396 ], [ 120.3919984, 30.3115584 ], [ 120.3920743, 30.3117173 ], [ 120.3921302, 30.3118341 ], [ 120.3922695, 30.3121254 ], [ 120.3923149, 30.3122204 ], [ 120.3923759, 30.3123479 ], [ 120.3924579, 30.3125147 ], [ 120.3925012, 30.3126028 ], [ 120.3925312, 30.3126638 ], [ 120.392603, 30.3128099 ], [ 120.3926715, 30.3129492 ] ], [ [ 120.3925219, 30.3131226 ], [ 120.3924887, 30.3130542 ], [ 120.3924444, 30.312963 ], [ 120.3923832, 30.3128351 ], [ 120.39235, 30.3127658 ], [ 120.3923177, 30.3126981 ], [ 120.3922628, 30.3125834 ], [ 120.3921955, 30.3124428 ], [ 120.3920976, 30.3122382 ], [ 120.392042, 30.3121221 ], [ 120.3919854, 30.3120036 ], [ 120.3919018, 30.311829 ], [ 120.3918493, 30.3117193 ], [ 120.3917865, 30.311588 ], [ 120.391734, 30.3114784 ], [ 120.3917049, 30.3114174 ], [ 120.3916441, 30.3112904 ], [ 120.3916021, 30.3112026 ], [ 120.3912039, 30.3103704 ], [ 120.3905057, 30.3089111 ] ], [ [ 120.4774565, 30.3118196 ], [ 120.4772772, 30.3105454 ] ], [ [ 120.4967201, 30.3113609 ], [ 120.4987385, 30.31111 ] ], [ [ 120.4989753, 30.3111817 ], [ 120.4967355, 30.3114628 ] ], [ [ 120.4746748, 30.3108131 ], [ 120.4748686, 30.312056 ] ], [ [ 120.4746783, 30.31208 ], [ 120.474463, 30.3108349 ] ], [ [ 120.4946826, 30.3116142 ], [ 120.4967201, 30.3113609 ] ], [ [ 120.4775806, 30.3117265 ], [ 120.4812716, 30.3113184 ], [ 120.4826789, 30.311282 ], [ 120.4829755, 30.3112722 ], [ 120.484479, 30.3112935 ], [ 120.4857804, 30.3116599 ] ], [ [ 120.4967355, 30.3114628 ], [ 120.4946986, 30.3117185 ] ], [ [ 120.4857063, 30.3117641 ], [ 120.4844196, 30.3114288 ], [ 120.4829223, 30.3113959 ], [ 120.4826908, 30.3114028 ], [ 120.4812629, 30.3114453 ], [ 120.4776224, 30.3119467 ] ], [ [ 120.4511843, 30.3084175 ], [ 120.4511794, 30.3085509 ], [ 120.4511733, 30.3087142 ], [ 120.4511133, 30.3090962 ], [ 120.4510366, 30.3095703 ], [ 120.451044, 30.309926 ], [ 120.451061, 30.3104428 ], [ 120.4511527, 30.3116692 ], [ 120.4512412, 30.3127265 ], [ 120.451258, 30.3129589 ] ], [ [ 120.4512668, 30.3151327 ], [ 120.4512055, 30.314298 ], [ 120.4510388, 30.3123589 ], [ 120.4509907, 30.311698 ], [ 120.4509502, 30.3110388 ], [ 120.4508972, 30.310431 ], [ 120.4508816, 30.3100852 ], [ 120.450871, 30.3099956 ], [ 120.4508987, 30.3091504 ], [ 120.4509332, 30.3085444 ], [ 120.4509335, 30.3085346 ], [ 120.4509392, 30.3083219 ] ], [ [ 120.474711, 30.3122655 ], [ 120.4744999, 30.3122849 ], [ 120.4722724, 30.312281 ], [ 120.4717701, 30.3122909 ], [ 120.4688053, 30.3122829 ], [ 120.4688109, 30.3121798 ], [ 120.4717554, 30.3121414 ], [ 120.4722756, 30.3121315 ], [ 120.4745041, 30.3120894 ], [ 120.474618, 30.3120979 ], [ 120.4746783, 30.31208 ] ], [ [ 120.4926291, 30.3118694 ], [ 120.4946826, 30.3116142 ] ], [ [ 120.4774565, 30.3118196 ], [ 120.4775806, 30.3117265 ] ], [ [ 120.4775806, 30.3117265 ], [ 120.4776224, 30.3119467 ] ], [ [ 120.4946986, 30.3117185 ], [ 120.4926452, 30.3119763 ] ], [ [ 120.4774733, 30.311963 ], [ 120.4774565, 30.3118196 ] ], [ [ 120.4748686, 30.312056 ], [ 120.4769305, 30.3119134 ], [ 120.4774565, 30.3118196 ] ], [ [ 120.4776224, 30.3119467 ], [ 120.4774733, 30.311963 ] ], [ [ 120.4900031, 30.3121958 ], [ 120.4926291, 30.3118694 ] ], [ [ 120.4857804, 30.3116599 ], [ 120.4861798, 30.3117723 ], [ 120.4875601, 30.3123042 ], [ 120.4882749, 30.3124106 ], [ 120.4897174, 30.3122313 ] ], [ [ 120.4746783, 30.31208 ], [ 120.4748686, 30.312056 ] ], [ [ 120.4774733, 30.311963 ], [ 120.4769892, 30.3120368 ], [ 120.4749077, 30.3122374 ] ], [ [ 120.4926452, 30.3119763 ], [ 120.4916453, 30.3121029 ], [ 120.4901247, 30.3122954 ], [ 120.4900222, 30.3123084 ] ], [ [ 120.4748686, 30.312056 ], [ 120.4749077, 30.3122374 ] ], [ [ 120.4897334, 30.3123375 ], [ 120.4882829, 30.3125367 ], [ 120.4874811, 30.3124007 ], [ 120.4857063, 30.3117641 ] ], [ [ 120.474711, 30.3122655 ], [ 120.4746783, 30.31208 ] ], [ [ 120.4897174, 30.3122313 ], [ 120.4900031, 30.3121958 ] ], [ [ 120.4749077, 30.3122374 ], [ 120.474711, 30.3122655 ] ], [ [ 120.4900222, 30.3123084 ], [ 120.4897334, 30.3123375 ] ], [ [ 120.4776224, 30.3119467 ], [ 120.4777812, 30.3129973 ] ], [ [ 120.4776513, 30.3130123 ], [ 120.4774733, 30.311963 ] ], [ [ 120.500103, 30.3131398 ], [ 120.5012632, 30.3126994 ] ], [ [ 120.5012632, 30.3126994 ], [ 120.5022073, 30.3122664 ] ], [ [ 120.5022073, 30.3122664 ], [ 120.5025513, 30.3122016 ] ], [ [ 120.4748218, 30.3132887 ], [ 120.4748088, 30.3130901 ], [ 120.474711, 30.3122655 ] ], [ [ 120.5344761, 30.3094335 ], [ 120.5447255, 30.3092218 ], [ 120.5451046, 30.3092701 ] ], [ [ 120.5343662, 30.3094357 ], [ 120.5344761, 30.3094335 ] ], [ [ 120.5220785, 30.309463 ], [ 120.5222837, 30.3094585 ] ], [ [ 120.5450635, 30.3094225 ], [ 120.5446688, 30.3093608 ], [ 120.5344861, 30.3095695 ] ], [ [ 120.5286902, 30.3095419 ], [ 120.5291563, 30.3095326 ], [ 120.5297644, 30.3095308 ], [ 120.5343662, 30.3094357 ] ], [ [ 120.5222837, 30.3094585 ], [ 120.528152, 30.3095526 ], [ 120.5284969, 30.3095457 ] ], [ [ 120.5284969, 30.3095457 ], [ 120.5286902, 30.3095419 ] ], [ [ 120.5344861, 30.3095695 ], [ 120.5343679, 30.3095719 ] ], [ [ 120.5222837, 30.3094585 ], [ 120.5222821, 30.3096919 ] ], [ [ 120.522077, 30.3097123 ], [ 120.5220785, 30.309463 ] ], [ [ 120.5343679, 30.3095719 ], [ 120.5298346, 30.3096648 ], [ 120.52978, 30.3096662 ], [ 120.5292205, 30.3096807 ], [ 120.5286901, 30.3096944 ] ], [ [ 120.5284965, 30.3096995 ], [ 120.5278853, 30.3097153 ], [ 120.5237816, 30.3096239 ], [ 120.5222821, 30.3096919 ] ], [ [ 120.5286901, 30.3096944 ], [ 120.5284965, 30.3096995 ] ], [ [ 120.5222821, 30.3096919 ], [ 120.522077, 30.3097123 ] ], [ [ 120.5222821, 30.3096919 ], [ 120.5222512, 30.3143323 ], [ 120.522196, 30.3181284 ], [ 120.522275, 30.3200995 ] ], [ [ 120.5220375, 30.3201468 ], [ 120.5220502, 30.3143431 ], [ 120.522077, 30.3097123 ] ], [ [ 120.5220375, 30.3201468 ], [ 120.522275, 30.3200995 ] ], [ [ 120.522275, 30.3200995 ], [ 120.5223837, 30.3203216 ] ], [ [ 120.5223837, 30.3203216 ], [ 120.5220375, 30.3201468 ] ], [ [ 120.5495883, 30.3177856 ], [ 120.5495927, 30.3178577 ] ], [ [ 120.4950204, 30.3136471 ], [ 120.4971442, 30.3135775 ] ], [ [ 120.4971695, 30.3137181 ], [ 120.4950387, 30.3137899 ] ], [ [ 120.4929636, 30.3138902 ], [ 120.4950204, 30.3136471 ] ], [ [ 120.4973321, 30.3146211 ], [ 120.500103, 30.3131398 ] ], [ [ 120.4903085, 30.3142104 ], [ 120.4919324, 30.3140146 ], [ 120.4929636, 30.3138902 ] ], [ [ 120.4950387, 30.3137899 ], [ 120.4930076, 30.3140457 ], [ 120.490321, 30.3143631 ] ], [ [ 120.451258, 30.3129589 ], [ 120.4514152, 30.3151273 ] ], [ [ 120.4900571, 30.3142452 ], [ 120.4903085, 30.3142104 ] ], [ [ 120.4777812, 30.3129973 ], [ 120.4781768, 30.315503 ], [ 120.4781816, 30.3155212 ] ], [ [ 120.4780492, 30.3155212 ], [ 120.478018, 30.3154305 ], [ 120.4776513, 30.3130123 ] ], [ [ 120.490321, 30.3143631 ], [ 120.4900707, 30.3143926 ] ], [ [ 120.4749908, 30.3132722 ], [ 120.4752148, 30.314491 ], [ 120.4753437, 30.3151427 ], [ 120.4753675, 30.3155186 ] ], [ [ 120.4751558, 30.3155171 ], [ 120.4748218, 30.3132887 ] ], [ [ 120.4858329, 30.3148074 ], [ 120.4885826, 30.3144406 ], [ 120.4900571, 30.3142452 ] ], [ [ 120.4900707, 30.3143926 ], [ 120.4886024, 30.3145661 ], [ 120.4858494, 30.3149055 ] ], [ [ 120.4810551, 30.3153175 ], [ 120.4817505, 30.3152385 ], [ 120.4836624, 30.3150113 ], [ 120.4858329, 30.3148074 ] ], [ [ 120.4973321, 30.3146211 ], [ 120.4969247, 30.3148389 ] ], [ [ 120.4969247, 30.3148389 ], [ 120.4958465, 30.3155058 ] ], [ [ 120.4958465, 30.3155058 ], [ 120.4952966, 30.3158045 ] ], [ [ 120.4858494, 30.3149055 ], [ 120.4836959, 30.315145 ], [ 120.4818199, 30.3153842 ], [ 120.4800717, 30.3155696 ], [ 120.4785586, 30.3156905 ], [ 120.4782275, 30.3156948 ] ], [ [ 120.3771833, 30.3133358 ], [ 120.3771798, 30.3135588 ] ], [ [ 120.3771798, 30.3135588 ], [ 120.3771758, 30.3138644 ] ], [ [ 120.3771758, 30.3138644 ], [ 120.3771753, 30.3145308 ] ], [ [ 120.3771753, 30.3145308 ], [ 120.3771603, 30.3156442 ] ], [ [ 120.3771603, 30.3156442 ], [ 120.377154, 30.3161165 ] ], [ [ 120.4781816, 30.3155212 ], [ 120.4784932, 30.3155212 ], [ 120.4800436, 30.3154325 ], [ 120.4810551, 30.3153175 ] ], [ [ 120.4751558, 30.3155171 ], [ 120.4753675, 30.3155186 ] ], [ [ 120.4753675, 30.3155186 ], [ 120.4757286, 30.3155212 ], [ 120.4780492, 30.3155212 ] ], [ [ 120.4780492, 30.3155212 ], [ 120.4781816, 30.3155212 ] ], [ [ 120.4751645, 30.315683 ], [ 120.4749627, 30.3156502 ], [ 120.4747852, 30.3155615 ], [ 120.4749814, 30.3154647 ], [ 120.4751558, 30.3155171 ] ], [ [ 120.4751645, 30.315683 ], [ 120.4751558, 30.3155171 ] ], [ [ 120.4753675, 30.3155186 ], [ 120.4753826, 30.315692 ] ], [ [ 120.4781816, 30.3155212 ], [ 120.4782275, 30.3156948 ] ], [ [ 120.4781062, 30.3156964 ], [ 120.4780928, 30.3156482 ], [ 120.4780492, 30.3155212 ] ], [ [ 120.3926715, 30.3129492 ], [ 120.392744, 30.3130966 ], [ 120.3927886, 30.3131873 ], [ 120.3928173, 30.3132458 ] ], [ [ 120.3925663, 30.3132138 ], [ 120.3925507, 30.3131817 ], [ 120.3925219, 30.3131226 ] ], [ [ 120.393972, 30.3160785 ], [ 120.3939164, 30.3159633 ], [ 120.3938611, 30.3158489 ], [ 120.3938121, 30.3157473 ], [ 120.3937712, 30.3156627 ], [ 120.3937236, 30.3155641 ], [ 120.3936627, 30.315438 ], [ 120.3936166, 30.3153424 ], [ 120.393581, 30.3152688 ], [ 120.3935375, 30.3151787 ], [ 120.3934437, 30.3149891 ], [ 120.3933935, 30.3148876 ], [ 120.3933173, 30.3147334 ], [ 120.3932642, 30.3146261 ], [ 120.3932251, 30.3145471 ], [ 120.3931133, 30.314321 ], [ 120.3930634, 30.3142202 ], [ 120.3929894, 30.3140705 ], [ 120.3929525, 30.3139959 ], [ 120.3928744, 30.3138379 ], [ 120.3928296, 30.3137473 ], [ 120.3927632, 30.313613 ], [ 120.3927098, 30.3135052 ], [ 120.3926698, 30.3134242 ], [ 120.3926217, 30.313327 ], [ 120.3926005, 30.3132842 ], [ 120.3925663, 30.3132138 ] ], [ [ 120.377154, 30.3161165 ], [ 120.3776667, 30.3161197 ] ], [ [ 120.3776667, 30.3161197 ], [ 120.3778665, 30.3161174 ] ], [ [ 120.3778665, 30.3161174 ], [ 120.3781139, 30.3161174 ] ], [ [ 120.3781139, 30.3161174 ], [ 120.3783498, 30.3161176 ] ], [ [ 120.3783498, 30.3161176 ], [ 120.3801451, 30.3161192 ] ], [ [ 120.3801451, 30.3161192 ], [ 120.3802806, 30.3161193 ] ], [ [ 120.3802806, 30.3161193 ], [ 120.3804593, 30.3161195 ] ], [ [ 120.3804593, 30.3161195 ], [ 120.3805641, 30.3161196 ] ], [ [ 120.3805641, 30.3161196 ], [ 120.3807243, 30.3161197 ] ], [ [ 120.3807243, 30.3161197 ], [ 120.3809277, 30.3161199 ] ], [ [ 120.3809277, 30.3161199 ], [ 120.3811145, 30.3161201 ] ], [ [ 120.3811145, 30.3161201 ], [ 120.3812234, 30.3161202 ] ], [ [ 120.3812234, 30.3161202 ], [ 120.3813282, 30.3161203 ] ], [ [ 120.3813282, 30.3161203 ], [ 120.3814206, 30.3161204 ] ], [ [ 120.3814206, 30.3161204 ], [ 120.381587, 30.3161205 ] ], [ [ 120.381587, 30.3161205 ], [ 120.3817226, 30.3161206 ] ], [ [ 120.3817226, 30.3161206 ], [ 120.3818458, 30.3161208 ] ], [ [ 120.3818458, 30.3161208 ], [ 120.381889, 30.3161208 ] ], [ [ 120.381889, 30.3161208 ], [ 120.3819875, 30.3161209 ] ], [ [ 120.3819875, 30.3161209 ], [ 120.3820676, 30.3161209 ] ], [ [ 120.3820676, 30.3161209 ], [ 120.3822525, 30.3161211 ] ], [ [ 120.3822525, 30.3161211 ], [ 120.3823696, 30.3161212 ] ], [ [ 120.3823696, 30.3161212 ], [ 120.3825544, 30.3161214 ] ], [ [ 120.3825544, 30.3161214 ], [ 120.3826715, 30.3161215 ] ], [ [ 120.3826715, 30.3161215 ], [ 120.3827981, 30.3161216 ] ], [ [ 120.3827981, 30.3161216 ], [ 120.382918, 30.3161217 ] ], [ [ 120.382918, 30.3161217 ], [ 120.3830536, 30.3161218 ] ], [ [ 120.3830536, 30.3161218 ], [ 120.3832261, 30.316122 ] ], [ [ 120.3832261, 30.316122 ], [ 120.3837684, 30.3161225 ] ], [ [ 120.3837684, 30.3161225 ], [ 120.3838485, 30.3161225 ] ], [ [ 120.3838485, 30.3161225 ], [ 120.3840334, 30.3161227 ] ], [ [ 120.3840334, 30.3161227 ], [ 120.3841751, 30.3161228 ] ], [ [ 120.3841751, 30.3161228 ], [ 120.3842983, 30.3161229 ] ], [ [ 120.3842983, 30.3161229 ], [ 120.3844339, 30.316123 ] ], [ [ 120.3844339, 30.316123 ], [ 120.3844941, 30.3161231 ] ], [ [ 120.3844941, 30.3161231 ], [ 120.3846865, 30.3161222 ] ], [ [ 120.3846865, 30.3161222 ], [ 120.3848284, 30.3161215 ] ], [ [ 120.3848284, 30.3161215 ], [ 120.3849452, 30.316121 ] ], [ [ 120.3849452, 30.316121 ], [ 120.3850562, 30.3161205 ] ], [ [ 120.3850562, 30.3161205 ], [ 120.3852103, 30.3161197 ] ], [ [ 120.3852103, 30.3161197 ], [ 120.3854197, 30.3161187 ] ], [ [ 120.3854197, 30.3161187 ], [ 120.3855861, 30.316118 ] ], [ [ 120.3855861, 30.316118 ], [ 120.3857894, 30.316117 ] ], [ [ 120.3857894, 30.316117 ], [ 120.3859252, 30.3161164 ] ], [ [ 120.3859252, 30.3161164 ], [ 120.3861593, 30.3161153 ] ], [ [ 120.3861593, 30.3161153 ], [ 120.3863194, 30.3161145 ] ], [ [ 120.3863194, 30.3161145 ], [ 120.3864983, 30.3161137 ] ], [ [ 120.3864983, 30.3161137 ], [ 120.38672, 30.3161126 ] ], [ [ 120.38672, 30.3161126 ], [ 120.3869357, 30.3161116 ] ], [ [ 120.3869357, 30.3161116 ], [ 120.3871391, 30.3161106 ] ], [ [ 120.3871391, 30.3161106 ], [ 120.3872746, 30.31611 ] ], [ [ 120.3872746, 30.31611 ], [ 120.3873734, 30.3161095 ] ], [ [ 120.3873734, 30.3161095 ], [ 120.3875271, 30.3161088 ] ], [ [ 120.3875271, 30.3161088 ], [ 120.3876997, 30.316108 ] ], [ [ 120.3876997, 30.316108 ], [ 120.3879218, 30.316107 ] ], [ [ 120.3879218, 30.316107 ], [ 120.3881188, 30.316106 ] ], [ [ 120.3881188, 30.316106 ], [ 120.3883098, 30.3161051 ] ], [ [ 120.3883098, 30.3161051 ], [ 120.3884761, 30.3161043 ] ], [ [ 120.3884761, 30.3161043 ], [ 120.3886735, 30.3161034 ] ], [ [ 120.3886735, 30.3161034 ], [ 120.3888338, 30.3161027 ] ], [ [ 120.3888338, 30.3161027 ], [ 120.3890368, 30.3161017 ] ], [ [ 120.3890368, 30.3161017 ], [ 120.3891849, 30.316101 ] ], [ [ 120.3891849, 30.316101 ], [ 120.3893697, 30.3161001 ] ], [ [ 120.3893697, 30.3161001 ], [ 120.3895853, 30.3160991 ] ], [ [ 120.3895853, 30.3160991 ], [ 120.3897332, 30.3160984 ] ], [ [ 120.3897332, 30.3160984 ], [ 120.389838, 30.3160979 ] ], [ [ 120.389838, 30.3160979 ], [ 120.3899921, 30.3160972 ] ], [ [ 120.3899921, 30.3160972 ], [ 120.3902202, 30.3160961 ] ], [ [ 120.3902202, 30.3160961 ], [ 120.3903558, 30.3160955 ] ], [ [ 120.3903558, 30.3160955 ], [ 120.3905345, 30.3160946 ] ], [ [ 120.3905345, 30.3160946 ], [ 120.3907624, 30.3160936 ] ], [ [ 120.3907624, 30.3160936 ], [ 120.390898, 30.3160929 ] ], [ [ 120.390898, 30.3160929 ], [ 120.3910766, 30.3160921 ] ], [ [ 120.3910766, 30.3160921 ], [ 120.3912243, 30.3160914 ] ], [ [ 120.3912243, 30.3160914 ], [ 120.3914586, 30.3160903 ] ], [ [ 120.3914586, 30.3160903 ], [ 120.3916436, 30.3160894 ] ], [ [ 120.3916436, 30.3160894 ], [ 120.3918098, 30.3160886 ] ], [ [ 120.3918098, 30.3160886 ], [ 120.3919577, 30.316088 ] ], [ [ 120.3919577, 30.316088 ], [ 120.3921364, 30.3160871 ] ], [ [ 120.3921364, 30.3160871 ], [ 120.3923337, 30.3160862 ] ], [ [ 120.3923337, 30.3160862 ], [ 120.3924508, 30.3160856 ] ], [ [ 120.3924508, 30.3160856 ], [ 120.392568, 30.3160851 ] ], [ [ 120.392568, 30.3160851 ], [ 120.3927282, 30.3160843 ] ], [ [ 120.3927282, 30.3160843 ], [ 120.3928636, 30.3160837 ] ], [ [ 120.3928636, 30.3160837 ], [ 120.3929561, 30.3160833 ] ], [ [ 120.3929561, 30.3160833 ], [ 120.3930977, 30.3160826 ] ], [ [ 120.3930977, 30.3160826 ], [ 120.3938621, 30.316079 ] ], [ [ 120.3938621, 30.316079 ], [ 120.393972, 30.3160785 ] ], [ [ 120.377154, 30.3161165 ], [ 120.3752558, 30.3163384 ] ], [ [ 120.3752558, 30.3163384 ], [ 120.3741386, 30.316469 ] ], [ [ 120.3741386, 30.316469 ], [ 120.3731902, 30.3165799 ] ], [ [ 120.3731902, 30.3165799 ], [ 120.3729647, 30.3166109 ] ], [ [ 120.3928173, 30.3132458 ], [ 120.3928675, 30.313351 ], [ 120.3929651, 30.3135554 ], [ 120.3930542, 30.3137418 ], [ 120.3931212, 30.3138823 ], [ 120.3932007, 30.3140487 ], [ 120.393246, 30.3141436 ], [ 120.3932985, 30.3142535 ], [ 120.3933438, 30.314346 ], [ 120.3933863, 30.3144327 ], [ 120.3934241, 30.31451 ], [ 120.3934891, 30.3146426 ], [ 120.3935502, 30.3147673 ], [ 120.393611, 30.3148914 ], [ 120.3937157, 30.3151051 ], [ 120.3938135, 30.3153048 ], [ 120.3938593, 30.3154056 ], [ 120.3939064, 30.3155093 ], [ 120.3939703, 30.31565 ], [ 120.3940596, 30.3158466 ], [ 120.39413, 30.3160017 ], [ 120.3942158, 30.3161671 ], [ 120.3944412, 30.3166014 ], [ 120.3950929, 30.3179791 ], [ 120.3953612, 30.3185162 ], [ 120.3954641, 30.3186305 ], [ 120.3955382, 30.3188358 ], [ 120.3956133, 30.319021 ], [ 120.3957002, 30.3191561 ], [ 120.3957796, 30.3193822 ], [ 120.39597, 30.3197758 ], [ 120.3961685, 30.320218 ], [ 120.3964511, 30.3207648 ] ], [ [ 120.3962654, 30.3208132 ], [ 120.3956436, 30.3194833 ], [ 120.3951337, 30.3184446 ], [ 120.393972, 30.3160785 ] ], [ [ 120.3307647, 30.3116849 ], [ 120.3337524, 30.3117088 ], [ 120.3340699, 30.3117239 ] ], [ [ 120.3340804, 30.311851 ], [ 120.3340699, 30.3117239 ] ], [ [ 120.3340804, 30.311851 ], [ 120.3337996, 30.311851 ], [ 120.3307623, 30.3118149 ] ], [ [ 120.3211451, 30.3117502 ], [ 120.3209728, 30.3117184 ] ], [ [ 120.3242687, 30.3117994 ], [ 120.3233461, 30.3117849 ], [ 120.3213433, 30.3117533 ], [ 120.3211451, 30.3117502 ] ], [ [ 120.324355, 30.3117998 ], [ 120.3242687, 30.3117994 ] ], [ [ 120.3276937, 30.3118165 ], [ 120.326718, 30.3118116 ], [ 120.324355, 30.3117998 ] ], [ [ 120.3307623, 30.3118149 ], [ 120.3278714, 30.3118244 ] ], [ [ 120.3278714, 30.3118244 ], [ 120.3276937, 30.3118165 ] ], [ [ 120.3772787, 30.3131617 ], [ 120.3771833, 30.3133358 ] ], [ [ 120.3771833, 30.3133358 ], [ 120.3770747, 30.3131617 ] ], [ [ 120.334597, 30.3154117 ], [ 120.3346635, 30.3146712 ] ], [ [ 120.3346635, 30.3146712 ], [ 120.3346496, 30.3142642 ] ], [ [ 120.3346496, 30.3142642 ], [ 120.3345867, 30.3137837 ] ], [ [ 120.3345867, 30.3137837 ], [ 120.3345075, 30.3134531 ] ], [ [ 120.3345075, 30.3134531 ], [ 120.3344651, 30.3132762 ] ], [ [ 120.3344651, 30.3132762 ], [ 120.3343434, 30.3127985 ] ], [ [ 120.3343434, 30.3127985 ], [ 120.3342323, 30.3123993 ] ], [ [ 120.3342323, 30.3123993 ], [ 120.3341941, 30.3122673 ] ], [ [ 120.3341941, 30.3122673 ], [ 120.3340804, 30.311851 ] ], [ [ 120.314522, 30.3136278 ], [ 120.3144378, 30.3147598 ], [ 120.3144309, 30.3148462 ], [ 120.3144228, 30.3150384 ], [ 120.3143945, 30.3157737 ], [ 120.3143962, 30.3162904 ], [ 120.3143291, 30.3171793 ] ], [ [ 120.3141835, 30.3171723 ], [ 120.3141961, 30.3163364 ], [ 120.3142458, 30.3155107 ], [ 120.3142793, 30.315021 ], [ 120.3142834, 30.314867 ], [ 120.3142899, 30.3147377 ], [ 120.3143259, 30.3137852 ] ], [ [ 120.306742, 30.3169633 ], [ 120.3084362, 30.3170621 ] ], [ [ 120.3084362, 30.3170621 ], [ 120.3085663, 30.3170646 ] ], [ [ 120.3141835, 30.3171723 ], [ 120.3139856, 30.3171709 ] ], [ [ 120.3139856, 30.3171709 ], [ 120.3134814, 30.3171663 ] ], [ [ 120.3134814, 30.3171663 ], [ 120.3122851, 30.3171452 ] ], [ [ 120.3122851, 30.3171452 ], [ 120.3104041, 30.3170993 ] ], [ [ 120.3104041, 30.3170993 ], [ 120.308895, 30.3170708 ] ], [ [ 120.308895, 30.3170708 ], [ 120.3085663, 30.3170646 ] ], [ [ 120.334597, 30.3154117 ], [ 120.3344698, 30.3166291 ] ], [ [ 120.3344698, 30.3166291 ], [ 120.3344654, 30.3166664 ] ], [ [ 120.3344654, 30.3166664 ], [ 120.3342891, 30.3181476 ] ], [ [ 120.3304192, 30.31789 ], [ 120.3305632, 30.3179 ] ], [ [ 120.3305632, 30.3179 ], [ 120.3311599, 30.3179414 ] ], [ [ 120.3311599, 30.3179414 ], [ 120.331459, 30.3179622 ] ], [ [ 120.331459, 30.3179622 ], [ 120.3324069, 30.318028 ] ], [ [ 120.3324069, 30.318028 ], [ 120.3325024, 30.3180338 ] ], [ [ 120.3325024, 30.3180338 ], [ 120.3327141, 30.3180468 ] ], [ [ 120.3327141, 30.3180468 ], [ 120.3333632, 30.3180865 ] ], [ [ 120.3333632, 30.3180865 ], [ 120.3339515, 30.3181225 ] ], [ [ 120.3339515, 30.3181225 ], [ 120.3342891, 30.3181476 ] ], [ [ 120.3202931, 30.3174647 ], [ 120.319802, 30.3174426 ] ], [ [ 120.319802, 30.3174426 ], [ 120.3177212, 30.31735 ] ], [ [ 120.3177212, 30.31735 ], [ 120.3163977, 30.3172893 ] ], [ [ 120.3163977, 30.3172893 ], [ 120.3143291, 30.3171793 ] ], [ [ 120.3205212, 30.3174955 ], [ 120.3202931, 30.3174647 ] ], [ [ 120.3238096, 30.3176619 ], [ 120.322896, 30.3176159 ] ], [ [ 120.322896, 30.3176159 ], [ 120.3220831, 30.3175749 ] ], [ [ 120.3220831, 30.3175749 ], [ 120.3216206, 30.3175514 ] ], [ [ 120.3216206, 30.3175514 ], [ 120.3205212, 30.3174955 ] ], [ [ 120.3238905, 30.3176652 ], [ 120.3238096, 30.3176619 ] ], [ [ 120.3729647, 30.3166109 ], [ 120.3690774, 30.3177055 ] ], [ [ 120.3690774, 30.3177055 ], [ 120.3684456, 30.3179027 ] ], [ [ 120.3684456, 30.3179027 ], [ 120.3680576, 30.3180029 ] ], [ [ 120.3680576, 30.3180029 ], [ 120.3676499, 30.3180773 ] ], [ [ 120.3676499, 30.3180773 ], [ 120.3672637, 30.3181039 ] ], [ [ 120.3672637, 30.3181039 ], [ 120.3667441, 30.3181038 ] ], [ [ 120.3667441, 30.3181038 ], [ 120.3662512, 30.3180974 ] ], [ [ 120.3662512, 30.3180974 ], [ 120.3651705, 30.318095 ] ], [ [ 120.3651705, 30.318095 ], [ 120.3645183, 30.3180936 ] ], [ [ 120.3645183, 30.3180936 ], [ 120.3628655, 30.31809 ] ], [ [ 120.3628655, 30.31809 ], [ 120.3627245, 30.3180897 ] ], [ [ 120.3627245, 30.3180897 ], [ 120.3624596, 30.3180853 ] ], [ [ 120.3624596, 30.3180853 ], [ 120.3621262, 30.3180839 ] ], [ [ 120.3621262, 30.3180839 ], [ 120.3618072, 30.3180865 ] ], [ [ 120.3618072, 30.3180865 ], [ 120.361654, 30.318098 ] ], [ [ 120.361654, 30.318098 ], [ 120.361576, 30.3181038 ] ], [ [ 120.361576, 30.3181038 ], [ 120.3615187, 30.3181055 ] ], [ [ 120.3615187, 30.3181055 ], [ 120.3613008, 30.3181119 ] ], [ [ 120.3613008, 30.3181119 ], [ 120.3606654, 30.318114 ] ], [ [ 120.3606654, 30.318114 ], [ 120.3599272, 30.3181204 ] ], [ [ 120.3599272, 30.3181204 ], [ 120.3598259, 30.3181213 ] ], [ [ 120.3598259, 30.3181213 ], [ 120.3584775, 30.3181329 ] ], [ [ 120.3584775, 30.3181329 ], [ 120.3584387, 30.3181332 ] ], [ [ 120.3584387, 30.3181332 ], [ 120.3582645, 30.3181347 ] ], [ [ 120.3582645, 30.3181347 ], [ 120.3581771, 30.3181355 ] ], [ [ 120.3581771, 30.3181355 ], [ 120.3570324, 30.3181454 ] ], [ [ 120.3570324, 30.3181454 ], [ 120.3553381, 30.3181258 ] ], [ [ 120.3553381, 30.3181258 ], [ 120.3552283, 30.3181245 ] ], [ [ 120.3552283, 30.3181245 ], [ 120.3550443, 30.3181237 ] ], [ [ 120.3550443, 30.3181237 ], [ 120.3534218, 30.3181164 ] ], [ [ 120.4753826, 30.315692 ], [ 120.4751645, 30.315683 ] ], [ [ 120.4782275, 30.3156948 ], [ 120.4781062, 30.3156964 ] ], [ [ 120.4781062, 30.3156964 ], [ 120.4779421, 30.3156986 ], [ 120.4757379, 30.3157066 ], [ 120.4753826, 30.315692 ] ], [ [ 120.4752418, 30.317536 ], [ 120.4752197, 30.3170054 ], [ 120.4751645, 30.315683 ] ], [ [ 120.4904563, 30.3174259 ], [ 120.4913095, 30.3172308 ] ], [ [ 120.4913095, 30.3172308 ], [ 120.4925004, 30.317027 ] ], [ [ 120.4925004, 30.317027 ], [ 120.492782, 30.3169251 ] ], [ [ 120.492782, 30.3169251 ], [ 120.4930744, 30.3167584 ] ], [ [ 120.4930744, 30.3167584 ], [ 120.4935733, 30.316388 ] ], [ [ 120.4935733, 30.316388 ], [ 120.4948447, 30.3160106 ] ], [ [ 120.4948447, 30.3160106 ], [ 120.4952966, 30.3158045 ] ], [ [ 120.4753826, 30.315692 ], [ 120.4753984, 30.3170054 ], [ 120.4754159, 30.3175749 ] ], [ [ 120.4782275, 30.3156948 ], [ 120.4787519, 30.3176812 ] ], [ [ 120.4786623, 30.3176953 ], [ 120.4781062, 30.3156964 ] ], [ [ 120.4514152, 30.3151273 ], [ 120.4515807, 30.3171354 ], [ 120.451777, 30.3199651 ] ], [ [ 120.4516489, 30.3199655 ], [ 120.4514085, 30.3171233 ], [ 120.4512668, 30.3151327 ] ], [ [ 120.374562, 30.3208147 ], [ 120.3748338, 30.3208181 ] ], [ [ 120.3748338, 30.3208181 ], [ 120.375859, 30.3208293 ], [ 120.3791428, 30.3208651 ], [ 120.3811354, 30.3208452 ], [ 120.3833302, 30.3208303 ], [ 120.3845417, 30.320822 ], [ 120.3873393, 30.3208386 ], [ 120.3901853, 30.3208223 ], [ 120.3913553, 30.3208255 ], [ 120.3961418, 30.3208386 ], [ 120.3962275, 30.320821 ], [ 120.3962654, 30.3208132 ] ], [ [ 120.3623628, 30.3208609 ], [ 120.3626769, 30.3208949 ], [ 120.3628342, 30.3208923 ], [ 120.3633562, 30.3208838 ], [ 120.3635087, 30.3208813 ], [ 120.3636857, 30.3208783 ], [ 120.3668385, 30.3208817 ], [ 120.3685525, 30.3208668 ], [ 120.3734235, 30.3208246 ], [ 120.374562, 30.3208147 ] ], [ [ 120.3622299, 30.3208592 ], [ 120.362305, 30.3208547 ], [ 120.3623628, 30.3208609 ] ], [ [ 120.3534223, 30.3208923 ], [ 120.3541947, 30.320896 ], [ 120.3555737, 30.3209025 ], [ 120.357002, 30.3209093 ], [ 120.3573006, 30.3209111 ], [ 120.3586557, 30.3209195 ], [ 120.3610424, 30.3208848 ], [ 120.3620422, 30.3208703 ], [ 120.3622299, 30.3208592 ] ], [ [ 120.4787519, 30.3176812 ], [ 120.4787652, 30.3178009 ], [ 120.4786623, 30.3176953 ] ], [ [ 120.4968838, 30.3219703 ], [ 120.4984073, 30.3218454 ], [ 120.5018483, 30.3215737 ], [ 120.5025324, 30.3215997 ] ], [ [ 120.4752774, 30.3218045 ], [ 120.4754247, 30.3217987 ] ], [ [ 120.4754247, 30.3217987 ], [ 120.4757567, 30.3217969 ], [ 120.4770133, 30.3217903 ], [ 120.4799135, 30.3218724 ] ], [ [ 120.5022753, 30.3217842 ], [ 120.5019148, 30.3217614 ], [ 120.4969012, 30.3221525 ] ], [ [ 120.3962654, 30.3208132 ], [ 120.3964511, 30.3207648 ] ], [ [ 120.3964511, 30.3207648 ], [ 120.3964689, 30.3207992 ], [ 120.3964796, 30.320822 ] ], [ [ 120.396301, 30.3208894 ], [ 120.3962654, 30.3208132 ] ], [ [ 120.3964796, 30.320822 ], [ 120.396301, 30.3208894 ] ], [ [ 120.4362557, 30.3216688 ], [ 120.4362614, 30.3216689 ], [ 120.4367769, 30.3216752 ], [ 120.4395863, 30.3217095 ], [ 120.44041, 30.3217195 ] ], [ [ 120.44041, 30.3217195 ], [ 120.4406578, 30.3217225 ] ], [ [ 120.4517966, 30.3218584 ], [ 120.451748, 30.3210648 ], [ 120.4517319, 30.3208864 ], [ 120.4517246, 30.3208056 ], [ 120.4516489, 30.3199655 ] ], [ [ 120.451777, 30.3199651 ], [ 120.451873, 30.3208061 ], [ 120.4518822, 30.3208868 ], [ 120.4519041, 30.3210782 ], [ 120.4519753, 30.3218697 ] ], [ [ 120.4406578, 30.3217225 ], [ 120.444648, 30.3217712 ] ], [ [ 120.444648, 30.3217712 ], [ 120.4446538, 30.3217713 ], [ 120.4449389, 30.3217832 ] ], [ [ 120.4691505, 30.3217984 ], [ 120.4700847, 30.3217646 ], [ 120.474591, 30.3217958 ], [ 120.4749303, 30.3217993 ], [ 120.4750981, 30.3218017 ], [ 120.4752774, 30.3218045 ] ], [ [ 120.4449389, 30.3217832 ], [ 120.4484459, 30.3218217 ], [ 120.4491589, 30.3218295 ], [ 120.4492265, 30.3218302 ], [ 120.4494552, 30.3218327 ], [ 120.4505712, 30.321845 ], [ 120.4517966, 30.3218584 ] ], [ [ 120.4517966, 30.3218584 ], [ 120.4519753, 30.3218697 ] ], [ [ 120.4519753, 30.3218697 ], [ 120.4548452, 30.3219113 ], [ 120.4572538, 30.3219451 ] ], [ [ 120.4572538, 30.3219451 ], [ 120.4574756, 30.3219482 ], [ 120.4595749, 30.3219776 ], [ 120.4610984, 30.3220052 ], [ 120.4638394, 30.3220548 ], [ 120.464251, 30.3220623 ], [ 120.4644441, 30.3220658 ], [ 120.4645736, 30.3220663 ], [ 120.4648006, 30.3220433 ], [ 120.4656613, 30.3220106 ], [ 120.4680559, 30.3218381 ], [ 120.4691505, 30.3217984 ] ], [ [ 120.451817, 30.3220622 ], [ 120.4517966, 30.3218584 ] ], [ [ 120.4519753, 30.3218697 ], [ 120.4519887, 30.3220577 ] ], [ [ 120.4752789, 30.3219898 ], [ 120.4749544, 30.3219873 ], [ 120.4746003, 30.3219845 ], [ 120.4714096, 30.3219595 ], [ 120.4697855, 30.3219493 ], [ 120.4691605, 30.3219796 ] ], [ [ 120.4446462, 30.3220128 ], [ 120.4406701, 30.3219651 ] ], [ [ 120.4449386, 30.3220092 ], [ 120.4446519, 30.3220129 ], [ 120.4446462, 30.3220128 ] ], [ [ 120.4754226, 30.32199 ], [ 120.4752789, 30.3219898 ] ], [ [ 120.4799143, 30.3220516 ], [ 120.4794184, 30.3220357 ], [ 120.4763761, 30.3219645 ], [ 120.4754226, 30.32199 ] ], [ [ 120.4799135, 30.3218724 ], [ 120.480518, 30.3218895 ], [ 120.4820152, 30.3219555 ], [ 120.483121, 30.322018 ], [ 120.4845688, 30.3221107 ], [ 120.4851135, 30.3221697 ], [ 120.4851966, 30.3221795 ], [ 120.4871914, 30.3222933 ], [ 120.4889393, 30.32244 ], [ 120.4890289, 30.3224475 ], [ 120.4894733, 30.3224698 ], [ 120.4902017, 30.3225063 ], [ 120.4903513, 30.3225138 ] ], [ [ 120.490522, 30.3225026 ], [ 120.490672, 30.32249 ], [ 120.4914004, 30.3224286 ], [ 120.4917425, 30.3223998 ], [ 120.4940009, 30.3222199 ], [ 120.4962127, 30.3220253 ], [ 120.4968838, 30.3219703 ] ], [ [ 120.4880816, 30.322555 ], [ 120.4852798, 30.3223653 ], [ 120.4850999, 30.3223515 ], [ 120.484554, 30.322304 ], [ 120.4821135, 30.322122 ], [ 120.4799143, 30.3220516 ] ], [ [ 120.4969012, 30.3221525 ], [ 120.4920862, 30.3225372 ], [ 120.4914273, 30.322592 ], [ 120.4906749, 30.3226405 ], [ 120.4905228, 30.3226503 ] ], [ [ 120.5968689, 30.3196248 ], [ 120.5971045, 30.3196486 ] ], [ [ 120.5970955, 30.3198104 ], [ 120.5968595, 30.319787 ] ], [ [ 120.5971045, 30.3196486 ], [ 120.5977198, 30.319694 ], [ 120.6027223, 30.320051 ], [ 120.6083703, 30.3204079 ], [ 120.6101763, 30.320567 ] ], [ [ 120.5494392, 30.3178691 ], [ 120.5494387, 30.3177951 ] ], [ [ 120.5800549, 30.3213475 ], [ 120.5800546, 30.3212544 ], [ 120.5800635, 30.3207492 ], [ 120.5800889, 30.320259 ], [ 120.5800981, 30.3195975 ], [ 120.580117, 30.3184515 ] ], [ [ 120.580252, 30.3184601 ], [ 120.5802311, 30.3187942 ], [ 120.5802154, 30.3190447 ], [ 120.5801892, 30.3193421 ], [ 120.5801547, 30.3205966 ], [ 120.5801341, 30.3213101 ], [ 120.580132, 30.3213755 ] ], [ [ 120.5495927, 30.3178577 ], [ 120.5495666, 30.3190788 ], [ 120.549556, 30.319572 ], [ 120.5495394, 30.322567 ] ], [ [ 120.5494206, 30.3225782 ], [ 120.5494392, 30.3178691 ] ], [ [ 120.6101554, 30.3207387 ], [ 120.6064641, 30.320495 ], [ 120.6037012, 30.3202708 ], [ 120.6004879, 30.3200948 ], [ 120.6002, 30.3200707 ], [ 120.5980426, 30.3199117 ], [ 120.5975181, 30.3198594 ], [ 120.5970955, 30.3198104 ] ], [ [ 120.6101763, 30.320567 ], [ 120.6101554, 30.3207387 ] ], [ [ 120.579955, 30.3232484 ], [ 120.5800549, 30.3213475 ] ], [ [ 120.580132, 30.3213755 ], [ 120.5800479, 30.3232475 ] ], [ [ 120.5569731, 30.3223302 ], [ 120.5571681, 30.3223411 ] ], [ [ 120.5495394, 30.322567 ], [ 120.5507951, 30.3223897 ], [ 120.5517766, 30.3222987 ], [ 120.5520424, 30.322274 ], [ 120.5524554, 30.3222392 ], [ 120.5528202, 30.322223 ], [ 120.5532976, 30.3222161 ], [ 120.5549257, 30.3222832 ], [ 120.5558404, 30.3223133 ], [ 120.5569731, 30.3223302 ] ], [ [ 120.5571648, 30.3224318 ], [ 120.5569669, 30.3224305 ] ], [ [ 120.5569669, 30.3224305 ], [ 120.5558296, 30.3224083 ], [ 120.5549284, 30.3223828 ], [ 120.5534747, 30.3223203 ], [ 120.5528443, 30.3223087 ], [ 120.5522972, 30.3223434 ], [ 120.5517873, 30.3223964 ], [ 120.5508944, 30.3224893 ], [ 120.5495456, 30.3226603 ] ], [ [ 120.5494206, 30.3225782 ], [ 120.5495394, 30.322567 ] ], [ [ 120.5495394, 30.322567 ], [ 120.5495456, 30.3226603 ] ], [ [ 120.5494234, 30.3226771 ], [ 120.5494206, 30.3225782 ] ], [ [ 120.5495456, 30.3226603 ], [ 120.5494234, 30.3226771 ] ], [ [ 120.5799454, 30.3233563 ], [ 120.579955, 30.3232484 ] ], [ [ 120.5034686, 30.3215077 ], [ 120.5041894, 30.3214934 ], [ 120.5048922, 30.3214795 ], [ 120.5081296, 30.3213455 ], [ 120.5091113, 30.3212899 ], [ 120.5135296, 30.3209055 ], [ 120.5139691, 30.3208712 ], [ 120.514068, 30.3208635 ], [ 120.5149648, 30.320771 ], [ 120.5172835, 30.3205319 ], [ 120.5198058, 30.3203166 ], [ 120.5220375, 30.3201468 ] ], [ [ 120.5223837, 30.3203216 ], [ 120.5213918, 30.3204112 ], [ 120.5140507, 30.321074 ], [ 120.5133473, 30.3211349 ], [ 120.5125854, 30.3212009 ], [ 120.5083203, 30.3215705 ], [ 120.5053454, 30.3216575 ], [ 120.5034606, 30.3217127 ], [ 120.5033108, 30.3217145 ], [ 120.5022753, 30.3217842 ] ], [ [ 120.5025324, 30.3215997 ], [ 120.5033072, 30.3215395 ] ], [ [ 120.5033072, 30.3215395 ], [ 120.5034686, 30.3215077 ] ], [ [ 120.5428913, 30.3282396 ], [ 120.5428914, 30.3283216 ] ], [ [ 120.5427441, 30.3283365 ], [ 120.5427488, 30.3282542 ] ], [ [ 120.5800479, 30.3232475 ], [ 120.5800433, 30.3233632 ] ], [ [ 120.3271755, 30.3177975 ], [ 120.3268612, 30.3177848 ] ], [ [ 120.3268612, 30.3177848 ], [ 120.3267934, 30.3177821 ] ], [ [ 120.3267934, 30.3177821 ], [ 120.3258905, 30.3177457 ] ], [ [ 120.3258905, 30.3177457 ], [ 120.3252919, 30.3177216 ] ], [ [ 120.3252919, 30.3177216 ], [ 120.3251967, 30.3177178 ] ], [ [ 120.3251967, 30.3177178 ], [ 120.3238905, 30.3176652 ] ], [ [ 120.3273342, 30.3178014 ], [ 120.3271755, 30.3177975 ] ], [ [ 120.3304192, 30.31789 ], [ 120.32993, 30.317924 ] ], [ [ 120.32993, 30.317924 ], [ 120.3295823, 30.3179327 ] ], [ [ 120.3295823, 30.3179327 ], [ 120.3292594, 30.3179291 ] ], [ [ 120.3292594, 30.3179291 ], [ 120.3287015, 30.3179008 ] ], [ [ 120.3287015, 30.3179008 ], [ 120.3273342, 30.3178014 ] ], [ [ 120.3438557, 30.3181135 ], [ 120.3473237, 30.3181042 ] ], [ [ 120.3473237, 30.3181042 ], [ 120.3474866, 30.3181038 ] ], [ [ 120.3474866, 30.3181038 ], [ 120.3494307, 30.3180985 ] ], [ [ 120.3494307, 30.3180985 ], [ 120.3504976, 30.3181034 ] ], [ [ 120.3504976, 30.3181034 ], [ 120.3523459, 30.3181122 ] ], [ [ 120.3523459, 30.3181122 ], [ 120.3534218, 30.3181164 ] ], [ [ 120.3342891, 30.3181476 ], [ 120.3355119, 30.3181351 ] ], [ [ 120.3355119, 30.3181351 ], [ 120.3364659, 30.3181363 ] ], [ [ 120.3364659, 30.3181363 ], [ 120.337322, 30.3181435 ] ], [ [ 120.337322, 30.3181435 ], [ 120.3386993, 30.3181414 ] ], [ [ 120.3386993, 30.3181414 ], [ 120.3389686, 30.3181395 ] ], [ [ 120.3389686, 30.3181395 ], [ 120.3404863, 30.3181341 ] ], [ [ 120.3404863, 30.3181341 ], [ 120.3413905, 30.3181425 ] ], [ [ 120.3413905, 30.3181425 ], [ 120.3425831, 30.3181285 ] ], [ [ 120.3425831, 30.3181285 ], [ 120.3426921, 30.3181272 ] ], [ [ 120.3426921, 30.3181272 ], [ 120.3433709, 30.3181192 ] ], [ [ 120.3433709, 30.3181192 ], [ 120.3438557, 30.3181135 ] ], [ [ 120.3339821, 30.3209116 ], [ 120.3340821, 30.3200113 ] ], [ [ 120.3340821, 30.3200113 ], [ 120.3341859, 30.3190765 ] ], [ [ 120.3341859, 30.3190765 ], [ 120.3342891, 30.3181476 ] ], [ [ 120.3438706, 30.3209082 ], [ 120.3457189, 30.3209051 ], [ 120.3461453, 30.3209044 ], [ 120.3502437, 30.3208976 ], [ 120.3534223, 30.3208923 ] ], [ [ 120.3140931, 30.3193403 ], [ 120.3156309, 30.3194564 ], [ 120.3164398, 30.3194872 ], [ 120.3171001, 30.3195041 ], [ 120.3177474, 30.3195206 ], [ 120.3201573, 30.319582 ] ], [ [ 120.3201523, 30.3196602 ], [ 120.3177484, 30.3196017 ], [ 120.3171959, 30.3195844 ], [ 120.3169169, 30.3195756 ], [ 120.3166785, 30.3195699 ], [ 120.3164414, 30.3195628 ], [ 120.314751, 30.3194742 ], [ 120.3140787, 30.3194051 ] ], [ [ 120.3201573, 30.319582 ], [ 120.3203259, 30.3196023 ] ], [ [ 120.320319, 30.3196764 ], [ 120.3201523, 30.3196602 ] ], [ [ 120.3203259, 30.3196023 ], [ 120.3218768, 30.3200074 ], [ 120.3224482, 30.3201664 ], [ 120.3228488, 30.3202778 ], [ 120.3236189, 30.320492 ] ], [ [ 120.3236138, 30.3205678 ], [ 120.3233736, 30.3205078 ], [ 120.3231891, 30.3204617 ], [ 120.3228503, 30.3203771 ], [ 120.3227109, 30.3203359 ], [ 120.3218701, 30.3200874 ], [ 120.3208819, 30.3198255 ], [ 120.320319, 30.3196764 ] ], [ [ 120.3236189, 30.320492 ], [ 120.3240896, 30.3206072 ], [ 120.3250409, 30.3208019 ], [ 120.3254521, 30.3208778 ], [ 120.325871, 30.3209602 ], [ 120.3266457, 30.3210552 ], [ 120.3269681, 30.3210858 ], [ 120.3271471, 30.3211094 ] ], [ [ 120.3271462, 30.3211939 ], [ 120.3269152, 30.3211698 ], [ 120.3266412, 30.3211311 ], [ 120.3259259, 30.3210386 ], [ 120.3257868, 30.3210172 ], [ 120.3253847, 30.3209552 ], [ 120.3250229, 30.3208786 ], [ 120.3248662, 30.3208453 ], [ 120.3241858, 30.3207076 ], [ 120.3237609, 30.3206037 ], [ 120.3236138, 30.3205678 ] ], [ [ 120.3271471, 30.3211094 ], [ 120.3272841, 30.321113 ] ], [ [ 120.3272841, 30.321113 ], [ 120.3278293, 30.321191 ], [ 120.328231, 30.3211964 ], [ 120.3301109, 30.3212217 ] ], [ [ 120.3272842, 30.3212101 ], [ 120.3271462, 30.3211939 ] ], [ [ 120.3301074, 30.3212913 ], [ 120.3296999, 30.3213 ], [ 120.3290998, 30.3212913 ], [ 120.3290241, 30.3212902 ], [ 120.3283269, 30.321278 ], [ 120.3279274, 30.3212682 ], [ 120.3272842, 30.3212101 ] ], [ [ 120.3339821, 30.3209116 ], [ 120.3388583, 30.320919 ], [ 120.3413821, 30.3209228 ], [ 120.3424673, 30.3209165 ], [ 120.3426799, 30.3209152 ], [ 120.3438706, 30.3209082 ] ], [ [ 120.3339737, 30.3209871 ], [ 120.3339821, 30.3209116 ] ], [ [ 120.3534224, 30.320976 ], [ 120.3526068, 30.3209748 ], [ 120.3496134, 30.3209702 ], [ 120.3487555, 30.3209689 ], [ 120.3461346, 30.3209744 ], [ 120.345861, 30.3209749 ], [ 120.343871, 30.3209791 ] ], [ [ 120.343871, 30.3209791 ], [ 120.3431245, 30.3209797 ], [ 120.3424705, 30.3209802 ], [ 120.3422195, 30.3209804 ], [ 120.3418457, 30.3209807 ], [ 120.3413819, 30.3209811 ], [ 120.340656, 30.3209817 ], [ 120.3388596, 30.3209832 ], [ 120.3364969, 30.3209851 ], [ 120.3339737, 30.3209871 ] ], [ [ 120.3301109, 30.3212217 ], [ 120.3310927, 30.3211774 ], [ 120.3312352, 30.321171 ], [ 120.3320689, 30.3210953 ], [ 120.3339821, 30.3209116 ] ], [ [ 120.3339737, 30.3209871 ], [ 120.3334342, 30.3210348 ], [ 120.3322074, 30.3211432 ], [ 120.332064, 30.3211559 ], [ 120.3312371, 30.3212171 ], [ 120.3306642, 30.3212635 ], [ 120.3301074, 30.3212913 ] ], [ [ 120.3339737, 30.3209871 ], [ 120.3338412, 30.322383 ] ], [ [ 120.3338412, 30.322383 ], [ 120.3338358, 30.3224444 ] ], [ [ 120.3338358, 30.3224444 ], [ 120.3337401, 30.3235328 ] ], [ [ 120.3337401, 30.3235328 ], [ 120.3336565, 30.3239754 ] ], [ [ 120.3336565, 30.3239754 ], [ 120.3334688, 30.3243468 ] ], [ [ 120.3332588, 30.324569 ], [ 120.3334688, 30.3243468 ] ], [ [ 120.3334688, 30.3243468 ], [ 120.3334603, 30.3244722 ], [ 120.3334518, 30.3245976 ] ], [ [ 120.3199218, 30.3226718 ], [ 120.3199692, 30.3223626 ] ], [ [ 120.3201261, 30.3223767 ], [ 120.3200853, 30.3226906 ] ], [ [ 120.3197382, 30.3244851 ], [ 120.3197522, 30.324326 ], [ 120.3197793, 30.3240795 ], [ 120.3198976, 30.3228509 ], [ 120.3199218, 30.3226718 ] ], [ [ 120.3329942, 30.3263643 ], [ 120.3330202, 30.3260781 ], [ 120.3330347, 30.3259002 ], [ 120.3330979, 30.3252216 ], [ 120.3332588, 30.324569 ] ], [ [ 120.3334518, 30.3245976 ], [ 120.3333031, 30.3250882 ], [ 120.3332341, 30.3259142 ], [ 120.3332168, 30.3261002 ], [ 120.3331927, 30.3263933 ] ], [ [ 120.3437444, 30.3262483 ], [ 120.3438305, 30.3255429 ] ], [ [ 120.3440479, 30.3276494 ], [ 120.3439864, 30.3274422 ], [ 120.343895, 30.3271972 ], [ 120.3438646, 30.3271244 ], [ 120.3438334, 30.3269831 ], [ 120.3437444, 30.3262483 ] ], [ [ 120.396301, 30.3208894 ], [ 120.3946883, 30.3208905 ], [ 120.3901864, 30.3208936 ], [ 120.3891197, 30.3208943 ], [ 120.3845421, 30.3208974 ], [ 120.3838406, 30.3209025 ], [ 120.3834213, 30.3209056 ], [ 120.3811358, 30.3209224 ], [ 120.3810233, 30.3209232 ], [ 120.3786194, 30.3209172 ], [ 120.3785905, 30.3209171 ], [ 120.3748681, 30.3209079 ] ], [ [ 120.3748681, 30.3209079 ], [ 120.3745983, 30.3209132 ] ], [ [ 120.3623995, 30.320946 ], [ 120.3623272, 30.3209387 ], [ 120.3622629, 30.3209389 ] ], [ [ 120.3745983, 30.3209132 ], [ 120.373949, 30.320921 ], [ 120.3735763, 30.3209255 ], [ 120.3729393, 30.3209332 ], [ 120.3717803, 30.3209472 ], [ 120.371454, 30.3209462 ], [ 120.3700113, 30.3209416 ], [ 120.3688931, 30.3209399 ], [ 120.3679832, 30.3209386 ], [ 120.3667032, 30.3209321 ], [ 120.363974, 30.3209777 ], [ 120.3633369, 30.3209842 ], [ 120.3626731, 30.3209738 ], [ 120.3623995, 30.320946 ] ], [ [ 120.3622629, 30.3209389 ], [ 120.3605783, 30.3209448 ], [ 120.3592629, 30.3209494 ], [ 120.3586557, 30.3209533 ], [ 120.357002, 30.3209638 ], [ 120.3566998, 30.3209657 ], [ 120.3556192, 30.3209725 ], [ 120.3534224, 30.320976 ] ], [ [ 120.4404222, 30.3219621 ], [ 120.4396112, 30.3219524 ], [ 120.4367926, 30.3219185 ], [ 120.4362706, 30.3219122 ], [ 120.433055, 30.3218736 ], [ 120.4311562, 30.3218508 ], [ 120.4311702, 30.3216068 ], [ 120.4330415, 30.3216296 ], [ 120.4362557, 30.3216688 ] ], [ [ 120.4406701, 30.3219651 ], [ 120.4404222, 30.3219621 ] ], [ [ 120.3964796, 30.320822 ], [ 120.3967355, 30.3213672 ], [ 120.3971046, 30.3221374 ], [ 120.3972682, 30.3224893 ], [ 120.3974321, 30.3228992 ], [ 120.3976813, 30.3234477 ], [ 120.397846, 30.323852 ], [ 120.3979166, 30.3240234 ], [ 120.3979543, 30.3241149 ] ], [ [ 120.3977869, 30.3241756 ], [ 120.3976482, 30.3238097 ], [ 120.3968681, 30.3220209 ], [ 120.396301, 30.3208894 ] ], [ [ 120.3977869, 30.3241756 ], [ 120.3979543, 30.3241149 ] ], [ [ 120.3979543, 30.3241149 ], [ 120.3981643, 30.3245657 ] ], [ [ 120.3979841, 30.3246284 ], [ 120.3977869, 30.3241756 ] ], [ [ 120.3981643, 30.3245657 ], [ 120.3979841, 30.3246284 ] ], [ [ 120.3845543, 30.3251282 ], [ 120.3870463, 30.3252046 ], [ 120.3893156, 30.3252459 ], [ 120.389484, 30.325249 ], [ 120.3905708, 30.3252515 ], [ 120.3912446, 30.325253 ], [ 120.3921366, 30.3252167 ], [ 120.3932571, 30.3251338 ], [ 120.3943175, 30.3249991 ], [ 120.3956064, 30.3247653 ], [ 120.3976139, 30.3242289 ], [ 120.3977869, 30.3241756 ] ], [ [ 120.4903513, 30.3225138 ], [ 120.490522, 30.3225026 ] ], [ [ 120.4903482, 30.3226549 ], [ 120.4902045, 30.322651 ], [ 120.4895754, 30.3226342 ], [ 120.4890395, 30.3226198 ], [ 120.4880816, 30.322555 ] ], [ [ 120.4905228, 30.3226503 ], [ 120.4903482, 30.3226549 ] ], [ [ 120.3755196, 30.3248454 ], [ 120.3770878, 30.3250225 ], [ 120.3778125, 30.3250678 ], [ 120.3788247, 30.3250877 ], [ 120.3810972, 30.325117 ], [ 120.3845543, 30.3251282 ] ], [ [ 120.451817, 30.3220622 ], [ 120.4505736, 30.3220579 ], [ 120.4494611, 30.322054 ], [ 120.4492337, 30.3220532 ], [ 120.449166, 30.322053 ], [ 120.4484437, 30.3220505 ], [ 120.4475173, 30.3220473 ], [ 120.4449386, 30.3220092 ] ], [ [ 120.4519887, 30.3220577 ], [ 120.451817, 30.3220622 ] ], [ [ 120.4572609, 30.3221237 ], [ 120.4555098, 30.3220966 ], [ 120.4519887, 30.3220577 ] ], [ [ 120.4691605, 30.3219796 ], [ 120.4674788, 30.3220611 ], [ 120.4651015, 30.3222134 ], [ 120.4647667, 30.3222422 ], [ 120.4645583, 30.322256 ], [ 120.4644464, 30.3222289 ], [ 120.4642457, 30.3222283 ], [ 120.4638367, 30.3222271 ], [ 120.4626712, 30.3222236 ], [ 120.4610967, 30.3221905 ], [ 120.4597702, 30.3221626 ], [ 120.4574842, 30.3221272 ], [ 120.4572609, 30.3221237 ] ], [ [ 120.3850244, 30.3269813 ], [ 120.3849556, 30.326784 ], [ 120.3847805, 30.3262185 ], [ 120.3845424, 30.3254399 ], [ 120.3845543, 30.3251282 ] ], [ [ 120.3845543, 30.3251282 ], [ 120.3847313, 30.325413 ], [ 120.3849663, 30.326204 ], [ 120.385142, 30.3267782 ], [ 120.3852231, 30.3269956 ] ], [ [ 120.381417, 30.3269892 ], [ 120.3831751, 30.3269832 ] ], [ [ 120.3831751, 30.3269832 ], [ 120.3850244, 30.3269813 ] ], [ [ 120.1878927, 30.2869937 ], [ 120.1883054, 30.2874065 ], [ 120.188823, 30.2882218 ], [ 120.1888562, 30.2882627 ], [ 120.189099, 30.2885613 ], [ 120.1893115, 30.2887788 ], [ 120.1895907, 30.2890741 ], [ 120.1900703, 30.2895605 ], [ 120.1910026, 30.2904963 ], [ 120.1913145, 30.2908456 ], [ 120.1917815, 30.2914367 ], [ 120.1928839, 30.2930229 ], [ 120.1929784, 30.2931355 ] ], [ [ 120.1928836, 30.2935586 ], [ 120.1925689, 30.2930819 ], [ 120.1918614, 30.2920212 ], [ 120.1915956, 30.2916588 ], [ 120.1914328, 30.2914502 ], [ 120.1912053, 30.2911608 ], [ 120.1907682, 30.2907424 ], [ 120.1907233, 30.290691 ], [ 120.1901074, 30.2900679 ], [ 120.1895726, 30.2894746 ], [ 120.1889662, 30.2888605 ], [ 120.1886333, 30.2884789 ] ], [ [ 120.2015659, 30.2910679 ], [ 120.200812, 30.2918743 ], [ 120.2004252, 30.292316 ] ], [ [ 120.2020695, 30.2911731 ], [ 120.2023652, 30.2912976 ], [ 120.2026059, 30.2914441 ], [ 120.2039617, 30.2922694 ] ], [ [ 120.203727, 30.292536 ], [ 120.2016694, 30.291242 ], [ 120.2015659, 30.2910679 ] ], [ [ 120.2039617, 30.2922694 ], [ 120.2040721, 30.2923407 ] ], [ [ 120.203727, 30.292536 ], [ 120.2039617, 30.2922694 ] ], [ [ 120.2040721, 30.2923407 ], [ 120.2039224, 30.2925399 ], [ 120.2038947, 30.2925805 ], [ 120.2038648, 30.2926245 ] ], [ [ 120.2038648, 30.2926245 ], [ 120.2038082, 30.2925882 ], [ 120.203727, 30.292536 ] ], [ [ 120.202864, 30.2935416 ], [ 120.2033244, 30.2930076 ], [ 120.2035748, 30.2927143 ], [ 120.2036722, 30.2926002 ], [ 120.203727, 30.292536 ] ], [ [ 120.1989887, 30.2938637 ], [ 120.1999089, 30.2927884 ], [ 120.2003577, 30.2922824 ] ], [ [ 120.2038648, 30.2926245 ], [ 120.2037111, 30.2928057 ], [ 120.2030673, 30.2935643 ] ], [ [ 120.2004252, 30.292316 ], [ 120.2002334, 30.2925547 ], [ 120.1997642, 30.2930876 ], [ 120.1990604, 30.2939176 ] ], [ [ 120.2030673, 30.2935643 ], [ 120.2029745, 30.2936754 ] ], [ [ 120.1929784, 30.2931355 ], [ 120.1932439, 30.2935256 ] ], [ [ 120.1931612, 30.2939083 ], [ 120.1928836, 30.2935586 ] ], [ [ 120.1932439, 30.2935256 ], [ 120.1935277, 30.2939409 ], [ 120.1939656, 30.294576 ], [ 120.1942307, 30.2949407 ], [ 120.1948013, 30.2958209 ], [ 120.1950922, 30.2962373 ], [ 120.195507, 30.296881 ], [ 120.1956698, 30.2971132 ], [ 120.1956821, 30.2971341 ], [ 120.1957926, 30.2972922 ], [ 120.1958913, 30.2974523 ] ], [ [ 120.2011586, 30.2956358 ], [ 120.2018389, 30.2947996 ], [ 120.202864, 30.2935416 ] ], [ [ 120.2029745, 30.2936754 ], [ 120.2025299, 30.2941997 ], [ 120.2022592, 30.294522 ], [ 120.2019835, 30.2948394 ], [ 120.2012616, 30.2956926 ] ], [ [ 120.197364, 30.2957817 ], [ 120.1989887, 30.2938637 ] ], [ [ 120.1990604, 30.2939176 ], [ 120.1982834, 30.2948332 ], [ 120.1974456, 30.2958251 ] ], [ [ 120.1995687, 30.2973116 ], [ 120.1998437, 30.2971046 ], [ 120.2000707, 30.2969086 ], [ 120.200237, 30.2967319 ], [ 120.2003775, 30.2965803 ], [ 120.2004544, 30.2964972 ], [ 120.2005407, 30.2963917 ], [ 120.2011586, 30.2956358 ] ], [ [ 120.197364, 30.2957817 ], [ 120.1974456, 30.2958251 ] ], [ [ 120.1972747, 30.2958595 ], [ 120.197364, 30.2957817 ] ], [ [ 120.1974456, 30.2958251 ], [ 120.1973611, 30.29592 ] ], [ [ 120.1973611, 30.29592 ], [ 120.1972747, 30.2958595 ] ], [ [ 120.1966312, 30.2991623 ], [ 120.1965058, 30.298973 ], [ 120.1960817, 30.2983212 ], [ 120.1955451, 30.2975052 ], [ 120.1953883, 30.2972802 ], [ 120.1950988, 30.296807 ], [ 120.1948742, 30.2964783 ], [ 120.1945707, 30.2960617 ], [ 120.1945127, 30.2959677 ], [ 120.1943768, 30.2957455 ], [ 120.1941991, 30.2954709 ], [ 120.1938456, 30.2949414 ], [ 120.1936443, 30.29464 ], [ 120.1935722, 30.2945249 ], [ 120.1931612, 30.2939083 ] ], [ [ 120.1958913, 30.2974523 ], [ 120.1965057, 30.2967325 ], [ 120.1970006, 30.2961519 ], [ 120.1972747, 30.2958595 ] ], [ [ 120.1973611, 30.29592 ], [ 120.197151, 30.2961095 ], [ 120.1963752, 30.2970425 ], [ 120.195939, 30.2975404 ] ], [ [ 120.2012616, 30.2956926 ], [ 120.2010573, 30.2959412 ], [ 120.2005503, 30.296558 ], [ 120.2003265, 30.2968009 ], [ 120.2001507, 30.2969693 ], [ 120.1999141, 30.2971874 ], [ 120.19971, 30.2973495 ] ], [ [ 120.1974456, 30.2958251 ], [ 120.1982693, 30.296419 ], [ 120.1989575, 30.2969098 ], [ 120.1995687, 30.2973116 ] ], [ [ 120.1994859, 30.2973703 ], [ 120.1987064, 30.2968524 ], [ 120.1982872, 30.2965591 ], [ 120.1978588, 30.2962595 ], [ 120.1973611, 30.29592 ] ], [ [ 120.1995687, 30.2973116 ], [ 120.19971, 30.2973495 ] ], [ [ 120.1994859, 30.2973703 ], [ 120.1995687, 30.2973116 ] ], [ [ 120.19971, 30.2973495 ], [ 120.1995969, 30.2974267 ] ], [ [ 120.1995969, 30.2974267 ], [ 120.1994859, 30.2973703 ] ], [ [ 120.1958913, 30.2974523 ], [ 120.195939, 30.2975404 ] ], [ [ 120.195939, 30.2975404 ], [ 120.1961271, 30.2978228 ], [ 120.1963395, 30.2981542 ], [ 120.196767, 30.2988135 ], [ 120.1969208, 30.2990334 ] ], [ [ 120.1968303, 30.2990831 ], [ 120.1969208, 30.2990334 ] ], [ [ 120.1969208, 30.2990334 ], [ 120.1969827, 30.2991285 ] ], [ [ 120.1967215, 30.2991264 ], [ 120.1968303, 30.2990831 ] ], [ [ 120.1966312, 30.2991623 ], [ 120.1967215, 30.2991264 ] ], [ [ 120.1969827, 30.2991285 ], [ 120.1969004, 30.2991807 ] ], [ [ 120.1969004, 30.2991807 ], [ 120.1967934, 30.2992296 ] ], [ [ 120.1967077, 30.29926 ], [ 120.1966312, 30.2991623 ] ], [ [ 120.1967934, 30.2992296 ], [ 120.1967077, 30.29926 ] ], [ [ 120.1941925, 30.2999754 ], [ 120.194842, 30.2998194 ], [ 120.1953602, 30.2996537 ], [ 120.1959266, 30.2994178 ], [ 120.1966312, 30.2991623 ] ], [ [ 120.1967077, 30.29926 ], [ 120.1965002, 30.2993295 ], [ 120.1955897, 30.2996916 ], [ 120.1949309, 30.2999208 ], [ 120.1942344, 30.3000874 ] ], [ [ 120.1906856, 30.2994575 ], [ 120.1907564, 30.2994814 ], [ 120.1912276, 30.2996405 ], [ 120.1915239, 30.2997405 ], [ 120.1915682, 30.2997555 ], [ 120.1919628, 30.2998689 ], [ 120.1924274, 30.2999823 ], [ 120.1926729, 30.3000073 ], [ 120.1927843, 30.3000186 ], [ 120.1932393, 30.3000428 ], [ 120.1936636, 30.3000348 ], [ 120.1941925, 30.2999754 ] ], [ [ 120.1974812, 30.300406 ], [ 120.1972908, 30.3001674 ], [ 120.1967077, 30.29926 ] ], [ [ 120.22534, 30.2937202 ], [ 120.225071, 30.2937466 ] ], [ [ 120.2201087, 30.2939145 ], [ 120.220706, 30.29396 ], [ 120.2212608, 30.2939719 ], [ 120.2219833, 30.2939426 ], [ 120.2225993, 30.2938837 ], [ 120.222857, 30.2938584 ], [ 120.2232827, 30.2938166 ], [ 120.223891, 30.293708 ], [ 120.224722, 30.2936367 ], [ 120.2250548, 30.2936089 ] ], [ [ 120.225071, 30.2937466 ], [ 120.2246323, 30.2937896 ], [ 120.2228923, 30.2939789 ] ], [ [ 120.2228923, 30.2939789 ], [ 120.2224421, 30.2940668 ], [ 120.2219355, 30.2940981 ], [ 120.2213047, 30.2941241 ], [ 120.2207158, 30.2941266 ], [ 120.2201171, 30.2940858 ], [ 120.2200348, 30.2940802 ] ], [ [ 120.2167318, 30.2960937 ], [ 120.2164866, 30.296476 ], [ 120.2162065, 30.2968584 ], [ 120.2159456, 30.2971907 ] ], [ [ 120.2145981, 30.298668 ], [ 120.2152805, 30.2978127 ], [ 120.2160828, 30.2968071 ], [ 120.2163446, 30.2964396 ], [ 120.2165715, 30.2960722 ] ], [ [ 120.2159456, 30.2971907 ], [ 120.2155464, 30.2976992 ], [ 120.2147125, 30.2987615 ] ], [ [ 120.2113841, 30.2966563 ], [ 120.2109846, 30.2971704 ], [ 120.2107173, 30.2975158 ], [ 120.2103067, 30.2979374 ] ], [ [ 120.2086896, 30.2969758 ], [ 120.2100521, 30.2979391 ] ], [ [ 120.209936, 30.2980669 ], [ 120.2085911, 30.2970684 ] ], [ [ 120.2100521, 30.2979391 ], [ 120.2103067, 30.2979374 ] ], [ [ 120.209936, 30.2980669 ], [ 120.2100521, 30.2979391 ] ], [ [ 120.2103067, 30.2979374 ], [ 120.2100509, 30.2981406 ] ], [ [ 120.2100509, 30.2981406 ], [ 120.209936, 30.2980669 ] ], [ [ 120.2087155, 30.2988241 ], [ 120.2090159, 30.2986598 ], [ 120.209432, 30.2984065 ], [ 120.209936, 30.2980669 ] ], [ [ 120.2103067, 30.2979374 ], [ 120.2105472, 30.2980732 ], [ 120.2113213, 30.2986247 ], [ 120.2119118, 30.2990454 ], [ 120.2119722, 30.299097 ], [ 120.2120939, 30.2992009 ], [ 120.2122933, 30.2994059 ] ], [ [ 120.2125649, 30.2998224 ], [ 120.2120986, 30.2995583 ], [ 120.2120311, 30.2995112 ], [ 120.2117941, 30.2993461 ], [ 120.211277, 30.2989858 ], [ 120.2104437, 30.2984051 ], [ 120.2100509, 30.2981406 ] ], [ [ 120.2260584, 30.2973593 ], [ 120.2262626, 30.2972097 ] ], [ [ 120.2263271, 30.2973731 ], [ 120.2261283, 30.2975262 ] ], [ [ 120.2226113, 30.2999961 ], [ 120.2236413, 30.2992013 ], [ 120.2244511, 30.2985813 ], [ 120.2260584, 30.2973593 ] ], [ [ 120.2261283, 30.2975262 ], [ 120.2245641, 30.2986899 ], [ 120.2234149, 30.2995522 ], [ 120.2227393, 30.3000528 ] ], [ [ 120.2133975, 30.3002033 ], [ 120.2145981, 30.298668 ] ], [ [ 120.2147125, 30.2987615 ], [ 120.213536, 30.3003182 ] ], [ [ 120.2227393, 30.3000528 ], [ 120.2212865, 30.3012033 ] ], [ [ 120.2100509, 30.2981406 ], [ 120.2096646, 30.2984319 ], [ 120.209174, 30.2987435 ], [ 120.2087526, 30.2989504 ], [ 120.2083393, 30.2991544 ], [ 120.207893, 30.2993323 ], [ 120.2073167, 30.2995204 ], [ 120.2068287, 30.2997224 ], [ 120.2061309, 30.3000112 ], [ 120.2059078, 30.3001282 ], [ 120.2056774, 30.300249 ], [ 120.2053245, 30.3004818 ], [ 120.2049431, 30.3007457 ] ], [ [ 120.2048069, 30.3006565 ], [ 120.2049659, 30.3005459 ], [ 120.205259, 30.3003472 ], [ 120.2054261, 30.3002477 ], [ 120.205691, 30.3000899 ], [ 120.2060926, 30.29988 ], [ 120.2066738, 30.2996006 ], [ 120.2072015, 30.2993933 ], [ 120.2080698, 30.2991025 ], [ 120.2083818, 30.2989733 ], [ 120.2086016, 30.2988729 ], [ 120.2087155, 30.2988241 ] ], [ [ 120.2103586, 30.3041546 ], [ 120.2121044, 30.3019409 ], [ 120.2133123, 30.3003211 ] ], [ [ 120.2134073, 30.300424 ], [ 120.2122325, 30.302027 ], [ 120.2116184, 30.3027908 ], [ 120.2104916, 30.3041923 ] ], [ [ 120.2069941, 30.3023099 ], [ 120.207286, 30.3025235 ], [ 120.2074097, 30.3026371 ], [ 120.2082481, 30.3031815 ], [ 120.2085919, 30.3034106 ], [ 120.2090576, 30.3036697 ], [ 120.2094859, 30.3038632 ], [ 120.2099004, 30.3040164 ], [ 120.2103586, 30.3041546 ] ], [ [ 120.21028, 30.304246 ], [ 120.2096996, 30.304057 ], [ 120.2092595, 30.3038649 ], [ 120.2091977, 30.303838 ], [ 120.2087075, 30.3035796 ], [ 120.2083176, 30.3033552 ], [ 120.2082032, 30.3032774 ], [ 120.2073437, 30.3026933 ], [ 120.2071882, 30.3025817 ], [ 120.2068897, 30.302353 ] ], [ [ 120.2103586, 30.3041546 ], [ 120.2104916, 30.3041923 ] ], [ [ 120.21028, 30.304246 ], [ 120.2103586, 30.3041546 ] ], [ [ 120.2212865, 30.3012033 ], [ 120.2207933, 30.3015938 ], [ 120.2205931, 30.3017696 ] ], [ [ 120.2186059, 30.3039283 ], [ 120.2188312, 30.3036013 ], [ 120.2190741, 30.3031912 ], [ 120.2192307, 30.3029441 ], [ 120.2195762, 30.3025246 ], [ 120.2199325, 30.302189 ], [ 120.2203644, 30.3017789 ], [ 120.2207369, 30.3014526 ], [ 120.2212983, 30.3009958 ], [ 120.221957, 30.3004784 ], [ 120.2226113, 30.2999961 ] ], [ [ 120.2133123, 30.3003211 ], [ 120.2133975, 30.3002033 ] ], [ [ 120.213536, 30.3003182 ], [ 120.2134073, 30.300424 ] ], [ [ 120.2205931, 30.3017696 ], [ 120.2200945, 30.3022075 ], [ 120.2197157, 30.3025924 ], [ 120.2195456, 30.302794 ], [ 120.219314, 30.3030865 ], [ 120.2191461, 30.3033484 ], [ 120.2187761, 30.3040463 ] ], [ [ 120.2306457, 30.2940761 ], [ 120.2304787, 30.2942076 ] ], [ [ 120.2304787, 30.2942076 ], [ 120.2304199, 30.2941835 ], [ 120.2302991, 30.2941278 ] ], [ [ 120.2306457, 30.2940761 ], [ 120.2310855, 30.2942894 ], [ 120.2317385, 30.2945772 ], [ 120.2325017, 30.2949137 ], [ 120.2333413, 30.2953201 ], [ 120.2345475, 30.295891 ] ], [ [ 120.2343533, 30.2959509 ], [ 120.2328832, 30.2952533 ], [ 120.232348, 30.2950052 ], [ 120.2314565, 30.2946435 ], [ 120.2309878, 30.2944222 ], [ 120.2304787, 30.2942076 ] ], [ [ 120.2262626, 30.2972097 ], [ 120.2271128, 30.2965299 ], [ 120.2286517, 30.2953698 ], [ 120.2302991, 30.2941278 ] ], [ [ 120.2304787, 30.2942076 ], [ 120.2288784, 30.2953941 ], [ 120.2271841, 30.2966791 ], [ 120.2263271, 30.2973731 ] ], [ [ 120.2344543, 30.2960054 ], [ 120.2343533, 30.2959509 ] ], [ [ 120.2388223, 30.2988579 ], [ 120.2405032, 30.3002079 ], [ 120.2420632, 30.3014828 ], [ 120.2438807, 30.3029707 ], [ 120.2439186, 30.3029998 ] ], [ [ 120.2345475, 30.295891 ], [ 120.2354296, 30.2963851 ], [ 120.2360818, 30.2967676 ], [ 120.236734, 30.2971992 ], [ 120.2375111, 30.2977761 ], [ 120.2387057, 30.2987627 ] ], [ [ 120.2386143, 30.2988828 ], [ 120.2382278, 30.2985363 ], [ 120.2377333, 30.2981298 ], [ 120.2375103, 30.2979466 ], [ 120.2365349, 30.2972472 ], [ 120.236026, 30.2968879 ], [ 120.2352787, 30.2964288 ], [ 120.2344543, 30.2960054 ] ], [ [ 120.2387057, 30.2987627 ], [ 120.2387719, 30.2988174 ], [ 120.2388223, 30.2988579 ] ], [ [ 120.2387275, 30.2989782 ], [ 120.238669, 30.2989318 ], [ 120.2386143, 30.2988828 ] ], [ [ 120.2417645, 30.3014332 ], [ 120.240375, 30.3002842 ], [ 120.2387275, 30.2989782 ] ], [ [ 120.2302528, 30.3064575 ], [ 120.2303267, 30.3061531 ], [ 120.2303833, 30.305872 ], [ 120.2303939, 30.3055848 ], [ 120.2303585, 30.3053129 ], [ 120.2302665, 30.3050623 ], [ 120.2300984, 30.3048073 ], [ 120.2294484, 30.3038777 ], [ 120.2290579, 30.303282 ], [ 120.2286594, 30.3026401 ], [ 120.2283205, 30.3021309 ], [ 120.2281491, 30.3017735 ], [ 120.2280676, 30.3015779 ] ], [ [ 120.2437879, 30.3031018 ], [ 120.2417645, 30.3014332 ] ], [ [ 120.2298522, 30.3029096 ], [ 120.2303102, 30.3032735 ], [ 120.2309781, 30.3037781 ], [ 120.2314183, 30.3041589 ], [ 120.2318771, 30.3046451 ], [ 120.2322863, 30.3050793 ], [ 120.2326144, 30.3054083 ], [ 120.2329157, 30.3056698 ], [ 120.2335197, 30.3063069 ], [ 120.2340451, 30.306831 ], [ 120.2344476, 30.3072835 ] ], [ [ 120.230071, 30.3073661 ], [ 120.2300626, 30.307229 ], [ 120.2300931, 30.3071156 ], [ 120.2302528, 30.3064575 ] ], [ [ 120.2185453, 30.3040359 ], [ 120.2186059, 30.3039283 ] ], [ [ 120.2187761, 30.3040463 ], [ 120.2187161, 30.3041507 ] ], [ [ 120.2128936, 30.304799 ], [ 120.2143124, 30.3051405 ] ], [ [ 120.2178291, 30.3060251 ], [ 120.2180599, 30.3053236 ], [ 120.2180896, 30.3052447 ], [ 120.2185453, 30.3040359 ] ], [ [ 120.2142636, 30.3052294 ], [ 120.2136122, 30.3050624 ], [ 120.212857, 30.3048688 ] ], [ [ 120.2187161, 30.3041507 ], [ 120.2184408, 30.3048748 ], [ 120.2179878, 30.3060662 ] ], [ [ 120.2143124, 30.3051405 ], [ 120.2160782, 30.3055791 ], [ 120.216144, 30.3055955 ], [ 120.2170855, 30.305812 ], [ 120.2175147, 30.3059125 ], [ 120.2178291, 30.3060251 ] ], [ [ 120.2178291, 30.3060251 ], [ 120.2174851, 30.3059892 ], [ 120.217056, 30.305885 ], [ 120.2160544, 30.3056498 ], [ 120.2153047, 30.3054738 ], [ 120.2142636, 30.3052294 ] ], [ [ 120.2019287, 30.3036535 ], [ 120.2018759, 30.3037231 ] ], [ [ 120.2018759, 30.3037231 ], [ 120.2018202, 30.3038072 ] ], [ [ 120.2016721, 30.3038203 ], [ 120.2017201, 30.3037271 ] ], [ [ 120.2018202, 30.3038072 ], [ 120.2017548, 30.3038935 ] ], [ [ 120.2017548, 30.3038935 ], [ 120.2016721, 30.3038203 ] ], [ [ 120.2008452, 30.3076633 ], [ 120.2008624, 30.3075268 ], [ 120.2009382, 30.3062738 ], [ 120.2009512, 30.3060516 ], [ 120.2009686, 30.3058454 ], [ 120.2009933, 30.3056587 ], [ 120.2010773, 30.3052289 ], [ 120.2011328, 30.3050289 ], [ 120.2012442, 30.3046991 ], [ 120.2013609, 30.3044035 ], [ 120.2015313, 30.3040479 ], [ 120.2016721, 30.3038203 ] ], [ [ 120.2019287, 30.3036535 ], [ 120.2026686, 30.3042131 ], [ 120.2030125, 30.3044779 ], [ 120.2035996, 30.30493 ], [ 120.2038293, 30.3051152 ], [ 120.2041478, 30.3053684 ], [ 120.2043754, 30.3055682 ], [ 120.2049877, 30.3061902 ], [ 120.2051237, 30.3063359 ], [ 120.2053728, 30.306603 ], [ 120.2054174, 30.3066508 ], [ 120.2056211, 30.3068692 ], [ 120.2058294, 30.307094 ], [ 120.2061606, 30.3074515 ], [ 120.206504, 30.3078423 ] ], [ [ 120.2017548, 30.3038935 ], [ 120.2016498, 30.3040818 ], [ 120.2014749, 30.3044293 ], [ 120.2013553, 30.304717 ], [ 120.2012619, 30.3049976 ], [ 120.2011911, 30.3052488 ], [ 120.2011268, 30.305557 ], [ 120.2010947, 30.3057353 ], [ 120.2010686, 30.3059252 ], [ 120.201052, 30.3061982 ], [ 120.2010438, 30.306846 ], [ 120.2010306, 30.3075362 ], [ 120.2010249, 30.3076707 ] ], [ [ 120.2104916, 30.3041923 ], [ 120.2104257, 30.3042952 ] ], [ [ 120.2104257, 30.3042952 ], [ 120.21028, 30.304246 ] ], [ [ 120.2104916, 30.3041923 ], [ 120.211598, 30.3044871 ], [ 120.2127019, 30.3047529 ], [ 120.2128936, 30.304799 ] ], [ [ 120.212857, 30.3048688 ], [ 120.2119622, 30.3046394 ], [ 120.2116041, 30.3045573 ], [ 120.2104257, 30.3042952 ] ], [ [ 120.2093912, 30.3079276 ], [ 120.2094072, 30.3074747 ], [ 120.2094143, 30.3073354 ], [ 120.2094366, 30.3068999 ], [ 120.2094434, 30.3067681 ], [ 120.2095133, 30.3059644 ], [ 120.2096101, 30.3056817 ], [ 120.2097574, 30.305262 ], [ 120.2099103, 30.3048083 ], [ 120.21028, 30.304246 ] ], [ [ 120.2104257, 30.3042952 ], [ 120.2101955, 30.3046599 ], [ 120.2099179, 30.3051916 ], [ 120.2097788, 30.3055756 ], [ 120.2096694, 30.3059357 ], [ 120.2096164, 30.3063577 ], [ 120.2095802, 30.3067749 ], [ 120.2095784, 30.3068537 ], [ 120.2095683, 30.3072843 ], [ 120.2095641, 30.3074637 ], [ 120.2095725, 30.3079365 ] ], [ [ 120.217118, 30.3080198 ], [ 120.2172441, 30.3077031 ], [ 120.2176731, 30.3064674 ], [ 120.2177511, 30.306244 ], [ 120.2178291, 30.3060251 ] ], [ [ 120.2179878, 30.3060662 ], [ 120.2179187, 30.3062753 ], [ 120.2178504, 30.3064902 ], [ 120.217695, 30.3069701 ], [ 120.2173372, 30.3080405 ] ], [ [ 120.2170164, 30.308333 ], [ 120.217118, 30.3080198 ] ], [ [ 120.2173372, 30.3080405 ], [ 120.2172406, 30.3083656 ] ], [ [ 120.2063484, 30.3081539 ], [ 120.2060456, 30.3078367 ] ], [ [ 120.206504, 30.3078423 ], [ 120.2068258, 30.3081678 ] ], [ [ 120.2093697, 30.3082255 ], [ 120.2093912, 30.3079276 ] ], [ [ 120.2095725, 30.3079365 ], [ 120.2095676, 30.3082291 ] ], [ [ 120.2068258, 30.3081678 ], [ 120.207078, 30.308433 ], [ 120.2076852, 30.3091276 ], [ 120.2086481, 30.3101703 ], [ 120.2098341, 30.31138 ] ], [ [ 120.2095065, 30.3115412 ], [ 120.2088132, 30.310838 ], [ 120.2079208, 30.3098656 ], [ 120.2071676, 30.309045 ], [ 120.2063484, 30.3081539 ] ], [ [ 120.2098341, 30.31138 ], [ 120.2099378, 30.3114802 ] ], [ [ 120.1969208, 30.2990334 ], [ 120.1972742, 30.2988344 ], [ 120.198121, 30.2982806 ], [ 120.1981663, 30.2982509 ], [ 120.1986462, 30.297936 ], [ 120.1992106, 30.2975656 ], [ 120.1994859, 30.2973703 ] ], [ [ 120.1995969, 30.2974267 ], [ 120.199265, 30.2976374 ], [ 120.198254, 30.298342 ], [ 120.1979459, 30.2985364 ], [ 120.1969827, 30.2991285 ] ], [ [ 120.19971, 30.2973495 ], [ 120.2004211, 30.2977854 ], [ 120.201391, 30.2984254 ], [ 120.2017702, 30.2987074 ], [ 120.2045161, 30.3005519 ], [ 120.204741994688462, 30.300706961998145 ] ], [ [ 120.204741994688462, 30.300706961998145 ], [ 120.204876889741229, 30.300799558670359 ] ], [ [ 120.204876889741229, 30.300799558670359 ], [ 120.2051029, 30.3009547 ], [ 120.2066527, 30.3020578 ], [ 120.2069941, 30.3023099 ] ], [ [ 120.2068897, 30.302353 ], [ 120.206611, 30.3021171 ], [ 120.2050663, 30.3010084 ], [ 120.20482160470884, 30.300844530225998 ] ], [ [ 120.20482160470884, 30.300844530225998 ], [ 120.204683774273391, 30.300752226683084 ] ], [ [ 120.204683774273391, 30.300752226683084 ], [ 120.2044487, 30.3005948 ], [ 120.2017353, 30.298755 ], [ 120.2013405, 30.2984891 ], [ 120.2003671, 30.2978326 ], [ 120.1998746, 30.2975369 ], [ 120.1995969, 30.2974267 ] ], [ [ 120.2046258, 30.3007973 ], [ 120.204683774273391, 30.300752226683084 ] ], [ [ 120.204683774273391, 30.300752226683084 ], [ 120.204741994688462, 30.300706961998145 ] ], [ [ 120.204741994688462, 30.300706961998145 ], [ 120.2048069, 30.3006565 ] ], [ [ 120.2049431, 30.3007457 ], [ 120.204876889741229, 30.300799558670359 ] ], [ [ 120.204876889741229, 30.300799558670359 ], [ 120.20482160470884, 30.300844530225998 ] ], [ [ 120.20482160470884, 30.300844530225998 ], [ 120.2047587, 30.3008957 ] ], [ [ 120.1985316, 30.3013856 ], [ 120.1983481, 30.301244 ], [ 120.1981435, 30.3010827 ], [ 120.1979822, 30.3009166 ], [ 120.1979586, 30.3008946 ], [ 120.1977575, 30.3007116 ], [ 120.1974812, 30.300406 ] ], [ [ 120.1942344, 30.3000874 ], [ 120.1937326, 30.3001507 ], [ 120.1932274, 30.3001537 ], [ 120.1929598, 30.3001369 ], [ 120.1927596, 30.3001244 ], [ 120.1922447, 30.3000708 ], [ 120.1918232, 30.2999769 ], [ 120.1915033, 30.2998858 ], [ 120.1914113, 30.2998539 ], [ 120.191117, 30.2997518 ], [ 120.1906879, 30.2996029 ], [ 120.1906169, 30.2995783 ] ], [ [ 120.1969827, 30.2991285 ], [ 120.1971107, 30.2993503 ], [ 120.1974888, 30.2999113 ], [ 120.1975808, 30.3000496 ], [ 120.1977442, 30.3002465 ], [ 120.1978911, 30.3004185 ], [ 120.1982007, 30.3007396 ], [ 120.1988137, 30.3012299 ] ], [ [ 120.1903522, 30.2993575 ], [ 120.1906856, 30.2994575 ] ], [ [ 120.1906169, 30.2995783 ], [ 120.1903054, 30.2994495 ] ], [ [ 120.201824, 30.3035635 ], [ 120.2020571, 30.3032603 ], [ 120.2022681, 30.303023 ], [ 120.2023929, 30.3028919 ], [ 120.2026239, 30.3026729 ], [ 120.2027491, 30.3025602 ], [ 120.2030048, 30.3023038 ], [ 120.2031978, 30.3021151 ], [ 120.2034746, 30.3018581 ], [ 120.2037021, 30.301654 ], [ 120.203928, 30.3014376 ], [ 120.2041093, 30.301248 ], [ 120.2042375, 30.3011269 ], [ 120.2044224, 30.3009544 ], [ 120.2046258, 30.3007973 ] ], [ [ 120.2047587, 30.3008957 ], [ 120.2044517, 30.3010934 ], [ 120.2041787, 30.3013612 ], [ 120.2040233, 30.301495 ], [ 120.2037343, 30.3017687 ], [ 120.2032855, 30.3022073 ], [ 120.2028847, 30.3026013 ], [ 120.202717, 30.3027479 ], [ 120.2024584, 30.3030173 ], [ 120.2020561, 30.3034969 ], [ 120.2019287, 30.3036535 ] ], [ [ 120.1988137, 30.3012299 ], [ 120.2006551, 30.3026563 ], [ 120.2011612, 30.3030482 ], [ 120.2014564, 30.3032738 ], [ 120.201824, 30.3035635 ] ], [ [ 120.2016721, 30.3038203 ], [ 120.2013913, 30.3035971 ], [ 120.2007804, 30.3031232 ], [ 120.2004738, 30.3028846 ], [ 120.1985316, 30.3013856 ] ], [ [ 120.2017716, 30.3036406 ], [ 120.201824, 30.3035635 ] ], [ [ 120.201824, 30.3035635 ], [ 120.2019287, 30.3036535 ] ], [ [ 120.2017201, 30.3037271 ], [ 120.2017716, 30.3036406 ] ], [ [ 120.2060456, 30.3078367 ], [ 120.2058168, 30.3075428 ], [ 120.2057545, 30.3074629 ], [ 120.2054653, 30.3071453 ], [ 120.2051862, 30.3068452 ], [ 120.2051635, 30.3068184 ], [ 120.2049213, 30.3065335 ], [ 120.2046291, 30.3061898 ], [ 120.2044047, 30.305966 ], [ 120.2041332, 30.3057386 ], [ 120.2038333, 30.3054916 ], [ 120.203598, 30.3053095 ], [ 120.2033524, 30.3051226 ], [ 120.2028636, 30.3047405 ], [ 120.2026822, 30.3046019 ], [ 120.2017548, 30.3038935 ] ], [ [ 120.2010249, 30.3076707 ], [ 120.2010503, 30.307988 ] ], [ [ 120.1792616, 30.3058641 ], [ 120.1792229, 30.3059591 ] ], [ [ 120.1785672, 30.3106381 ], [ 120.1785539, 30.3098902 ], [ 120.1785445, 30.3093976 ], [ 120.1784966, 30.3089071 ], [ 120.1784973, 30.3081356 ], [ 120.1785162, 30.307647 ], [ 120.1785414, 30.3073769 ], [ 120.1785492, 30.3072928 ], [ 120.1786011, 30.3070323 ], [ 120.1786718, 30.3067066 ], [ 120.1787477, 30.3064618 ], [ 120.1787974, 30.306267 ], [ 120.1787907, 30.3061512 ], [ 120.1787739, 30.3061194 ], [ 120.178727, 30.3060442 ], [ 120.1786247, 30.3059481 ], [ 120.1786635, 30.3057949 ] ], [ [ 120.1792229, 30.3059591 ], [ 120.1791575, 30.3061167 ], [ 120.1791196, 30.306126 ], [ 120.1790256, 30.3061634 ], [ 120.1789191, 30.306263 ], [ 120.1789087, 30.306294 ], [ 120.1788438, 30.3064861 ], [ 120.1788065, 30.3065967 ], [ 120.1787422, 30.306902 ], [ 120.1786994, 30.3072257 ], [ 120.1786404, 30.3076512 ], [ 120.1786136, 30.3080952 ], [ 120.1786083, 30.3084467 ], [ 120.1786244, 30.3087936 ], [ 120.1786353, 30.3089292 ], [ 120.17868, 30.3094803 ], [ 120.1787326, 30.3103624 ], [ 120.1787223, 30.3106518 ], [ 120.1787191, 30.3107039 ] ], [ [ 120.1785672, 30.3106381 ], [ 120.1787191, 30.3107039 ] ], [ [ 120.1785609, 30.3107268 ], [ 120.1785672, 30.3106381 ] ], [ [ 120.1787191, 30.3107039 ], [ 120.1785609, 30.3107268 ] ], [ [ 120.17844, 30.3178977 ], [ 120.1797134, 30.3177606 ], [ 120.1820386, 30.3175148 ], [ 120.1825013, 30.3174572 ], [ 120.1829335, 30.3174106 ], [ 120.1831827, 30.3173773 ], [ 120.1840804, 30.3172869 ], [ 120.1849019, 30.3172047 ], [ 120.1853933, 30.3171808 ], [ 120.185487, 30.3171763 ], [ 120.1860246, 30.3171502 ], [ 120.1864223, 30.3171523 ], [ 120.1869648, 30.3171747 ], [ 120.1874216, 30.3172243 ], [ 120.1876035, 30.3172467 ], [ 120.1884822, 30.3173513 ], [ 120.1894599, 30.3175075 ], [ 120.1901186, 30.3176468 ], [ 120.1907419, 30.3178108 ], [ 120.1910155, 30.3178964 ], [ 120.1914106, 30.3180533 ], [ 120.1927553, 30.3185875 ], [ 120.1930618, 30.3187026 ], [ 120.1936441, 30.3189212 ], [ 120.1940024, 30.3190908 ], [ 120.1942892, 30.3192388 ], [ 120.194468, 30.3193311 ], [ 120.1948258, 30.3195709 ], [ 120.1951436, 30.3198366 ], [ 120.1954989, 30.3201692 ], [ 120.1958608, 30.3205674 ], [ 120.1961587, 30.3210172 ] ], [ [ 120.1960597, 30.321019 ], [ 120.1959711, 30.3208836 ], [ 120.1957935, 30.3206223 ], [ 120.1954868, 30.3202531 ], [ 120.1951599, 30.3199465 ], [ 120.1948734, 30.3197061 ], [ 120.1945263, 30.3194553 ], [ 120.1941752, 30.3192397 ], [ 120.19403, 30.3191627 ], [ 120.193691, 30.3190024 ], [ 120.1933802, 30.3188805 ], [ 120.1925449, 30.318578 ], [ 120.1924762, 30.3185531 ], [ 120.1915771, 30.3182097 ], [ 120.1913725, 30.3181281 ], [ 120.1910483, 30.3179987 ], [ 120.1906556, 30.3178839 ], [ 120.1901122, 30.3177374 ], [ 120.1894441, 30.317611 ], [ 120.1884562, 30.3174187 ], [ 120.1874317, 30.3173351 ], [ 120.1868606, 30.3172669 ], [ 120.1868316, 30.3172634 ], [ 120.1866175, 30.3172536 ], [ 120.1863626, 30.3172533 ], [ 120.1860125, 30.3172528 ], [ 120.185503, 30.3172755 ], [ 120.1854092, 30.3172796 ], [ 120.1848121, 30.3173062 ], [ 120.1832818, 30.3174606 ], [ 120.1832037, 30.3174697 ], [ 120.182933, 30.3174984 ], [ 120.1825106, 30.3175441 ], [ 120.1820538, 30.3175935 ], [ 120.1816572, 30.3176365 ], [ 120.1798885, 30.3178466 ], [ 120.1796836, 30.3178681 ], [ 120.1784129, 30.318001 ] ], [ [ 120.1970621, 30.3263378 ], [ 120.1973185, 30.3263453 ], [ 120.1980723, 30.3263675 ], [ 120.1990678, 30.3263967 ], [ 120.1999687, 30.3264231 ], [ 120.2021906, 30.3264944 ], [ 120.2043118, 30.3265623 ], [ 120.2045132, 30.3265688 ], [ 120.2062131, 30.3266414 ], [ 120.2063257, 30.3266446 ] ], [ [ 120.2063495, 30.3267512 ], [ 120.2062219, 30.3267348 ], [ 120.2045136, 30.3266729 ], [ 120.2022233, 30.3265939 ], [ 120.2021454, 30.3265912 ], [ 120.1999674, 30.3265429 ], [ 120.197841, 30.3264632 ], [ 120.1970685, 30.3264342 ] ], [ [ 120.1978747, 30.3350125 ], [ 120.1980451, 30.3350443 ] ], [ [ 120.1980451, 30.3350443 ], [ 120.1980599, 30.3353528 ] ], [ [ 120.1980451, 30.3350443 ], [ 120.1981866, 30.3350647 ], [ 120.2006656, 30.3353219 ], [ 120.2016903, 30.3354059 ], [ 120.201866, 30.3354209 ], [ 120.202368, 30.3354607 ], [ 120.2033413, 30.3355309 ] ], [ [ 120.1980599, 30.3353528 ], [ 120.1978785, 30.3353324 ] ], [ [ 120.1968847, 30.3263305 ], [ 120.1968772, 30.3260557 ], [ 120.196867, 30.3256839 ], [ 120.1967955, 30.325138 ], [ 120.1967054, 30.3244496 ], [ 120.1965576, 30.3227753 ], [ 120.1965428, 30.3225115 ], [ 120.1965078, 30.3222178 ], [ 120.196419, 30.321866 ], [ 120.1962536, 30.3214131 ], [ 120.1960597, 30.321019 ] ], [ [ 120.1961587, 30.3210172 ], [ 120.1962828, 30.3212335 ], [ 120.1964104, 30.3215259 ], [ 120.1965179, 30.3218874 ], [ 120.1966029, 30.3222216 ], [ 120.1966451, 30.3224913 ], [ 120.1966866, 30.3228062 ], [ 120.1967927, 30.3241536 ], [ 120.1968309, 30.3244525 ], [ 120.1969145, 30.3251339 ], [ 120.1970621, 30.3263378 ] ], [ [ 120.1892134, 30.3260719 ], [ 120.189974, 30.3260954 ], [ 120.19335, 30.3261996 ] ], [ [ 120.19335, 30.3261996 ], [ 120.1934534, 30.3262028 ] ], [ [ 120.193339, 30.3263136 ], [ 120.1892082, 30.3261854 ] ], [ [ 120.1812164, 30.3252297 ], [ 120.1816575, 30.3253661 ], [ 120.1823112, 30.3256015 ], [ 120.1826719, 30.3257095 ], [ 120.1828755, 30.3257638 ], [ 120.1833945, 30.3258361 ], [ 120.1853335, 30.3259207 ], [ 120.1864325, 30.3259774 ], [ 120.1865807, 30.3259812 ], [ 120.1871807, 30.3260056 ], [ 120.1877153, 30.3260249 ], [ 120.1878729, 30.3260284 ], [ 120.1881923, 30.3260254 ], [ 120.1889202, 30.3260611 ] ], [ [ 120.1889202, 30.3260611 ], [ 120.1892134, 30.3260719 ] ], [ [ 120.1892082, 30.3261854 ], [ 120.1889156, 30.3261734 ] ], [ [ 120.1934534, 30.3262028 ], [ 120.1936687, 30.3262108 ], [ 120.1938135, 30.3262162 ], [ 120.1968847, 30.3263305 ] ], [ [ 120.1934455, 30.3263169 ], [ 120.193339, 30.3263136 ] ], [ [ 120.1968847, 30.3263305 ], [ 120.1970621, 30.3263378 ] ], [ [ 120.1968835, 30.3264282 ], [ 120.1967251, 30.3264231 ], [ 120.1934455, 30.3263169 ] ], [ [ 120.1968835, 30.3264282 ], [ 120.1968847, 30.3263305 ] ], [ [ 120.1970621, 30.3263378 ], [ 120.1970685, 30.3264342 ] ], [ [ 120.1970685, 30.3264342 ], [ 120.1968835, 30.3264282 ] ], [ [ 120.1973554, 30.3301955 ], [ 120.1972339, 30.3290703 ], [ 120.1972014, 30.3287701 ], [ 120.1971803, 30.3285269 ], [ 120.197093, 30.3276938 ], [ 120.1970486, 30.3275091 ], [ 120.1969598, 30.3272096 ], [ 120.1969275, 30.3270563 ], [ 120.1969263, 30.3270395 ], [ 120.1968835, 30.3264282 ] ], [ [ 120.1970685, 30.3264342 ], [ 120.197214, 30.32779 ], [ 120.1973395, 30.3285142 ], [ 120.1973659, 30.3287356 ], [ 120.197382, 30.3288809 ], [ 120.1975271, 30.3301945 ] ], [ [ 120.1837962, 30.3316861 ], [ 120.1838612, 30.3317018 ], [ 120.1841701, 30.3317765 ], [ 120.184276, 30.3318026 ], [ 120.1846124, 30.3318833 ], [ 120.1848585, 30.3319428 ], [ 120.1862734, 30.3322716 ], [ 120.1863093, 30.33228 ], [ 120.186815, 30.3323975 ], [ 120.188515, 30.3327353 ], [ 120.1887124, 30.3327669 ] ], [ [ 120.1887124, 30.3332511 ], [ 120.1884418, 30.3331704 ], [ 120.1875144, 30.3328726 ], [ 120.186666, 30.332635 ], [ 120.1845938, 30.3321101 ], [ 120.1842559, 30.332052 ], [ 120.184157, 30.3320332 ], [ 120.1837426, 30.3319408 ] ], [ [ 120.1887124, 30.3327669 ], [ 120.1891494, 30.3328535 ] ], [ [ 120.1891439, 30.3333644 ], [ 120.1887124, 30.3332511 ] ], [ [ 120.1928315, 30.3342502 ], [ 120.1912056, 30.3337979 ], [ 120.1910332, 30.3337657 ], [ 120.189507, 30.3334476 ], [ 120.1891439, 30.3333644 ] ], [ [ 120.1824343, 30.3314024 ], [ 120.1834166, 30.3315944 ], [ 120.1837962, 30.3316861 ] ], [ [ 120.1837426, 30.3319408 ], [ 120.1835349, 30.3318995 ], [ 120.1822867, 30.3316032 ] ], [ [ 120.1978747, 30.3350125 ], [ 120.1978437, 30.3347224 ], [ 120.1978253, 30.3345478 ], [ 120.1976805, 30.3332065 ], [ 120.197669, 30.3331003 ], [ 120.197594, 30.3324052 ], [ 120.1975585, 30.3320766 ], [ 120.1973554, 30.3301955 ] ], [ [ 120.1975271, 30.3301945 ], [ 120.1977327, 30.3320561 ], [ 120.1978468, 30.333089 ], [ 120.1979114, 30.3336735 ], [ 120.1980096, 30.3345626 ], [ 120.1980257, 30.3347363 ], [ 120.1980451, 30.3350443 ] ], [ [ 120.1891494, 30.3328535 ], [ 120.1903648, 30.3332652 ], [ 120.1910238, 30.3334318 ], [ 120.1912786, 30.3335035 ], [ 120.1921983, 30.3337248 ], [ 120.1928451, 30.3339021 ] ], [ [ 120.1928451, 30.3339021 ], [ 120.1929381, 30.3339276 ] ], [ [ 120.1929381, 30.3339276 ], [ 120.1930503, 30.3339523 ], [ 120.1939767, 30.334158 ], [ 120.1969193, 30.3348393 ], [ 120.1971607, 30.3348867 ], [ 120.1978747, 30.3350125 ] ], [ [ 120.203375, 30.3359791 ], [ 120.2022434, 30.3358601 ], [ 120.2018626, 30.3357421 ], [ 120.2016883, 30.3357132 ], [ 120.2005831, 30.3356379 ], [ 120.1980599, 30.3353528 ] ], [ [ 120.2033413, 30.3355309 ], [ 120.20368, 30.335568 ], [ 120.205246, 30.3357305 ], [ 120.2070155, 30.3359204 ], [ 120.2071381, 30.3359284 ] ], [ [ 120.2071484, 30.3363432 ], [ 120.2070019, 30.3363258 ], [ 120.2051428, 30.3361495 ], [ 120.203375, 30.3359791 ] ], [ [ 120.1980599, 30.3353528 ], [ 120.1980703, 30.335497 ], [ 120.1980936, 30.337171 ] ], [ [ 120.2150908, 30.3116081 ], [ 120.2155581, 30.3110038 ], [ 120.2156923, 30.3108303 ], [ 120.216048, 30.3103926 ], [ 120.2162537, 30.3100469 ], [ 120.216473, 30.309672 ], [ 120.2166771, 30.3092619 ], [ 120.2168267, 30.3088906 ], [ 120.2170164, 30.308333 ] ], [ [ 120.2172406, 30.3083656 ], [ 120.2170544, 30.3087628 ], [ 120.216847, 30.3092639 ], [ 120.2167595, 30.3094298 ], [ 120.2165787, 30.3097724 ], [ 120.2163083, 30.310256 ], [ 120.2160199, 30.3106424 ], [ 120.215208, 30.3116448 ] ], [ [ 120.2150142, 30.3117068 ], [ 120.2150908, 30.3116081 ] ], [ [ 120.215208, 30.3116448 ], [ 120.2151302, 30.3117535 ] ], [ [ 120.2096277, 30.3116296 ], [ 120.2095065, 30.3115412 ] ], [ [ 120.2099378, 30.3114802 ], [ 120.2106124, 30.3120866 ], [ 120.2106759, 30.3121438 ], [ 120.2123558, 30.3137288 ], [ 120.2125209, 30.3139068 ], [ 120.2128266, 30.314255 ] ], [ [ 120.2126231, 30.314521 ], [ 120.2124699, 30.3143066 ], [ 120.2119469, 30.3137422 ], [ 120.2107989, 30.3127129 ], [ 120.2105108, 30.3124464 ], [ 120.2096277, 30.3116296 ] ], [ [ 120.2128882, 30.3143548 ], [ 120.2129857, 30.3142254 ], [ 120.2131634, 30.3140035 ], [ 120.2136035, 30.3134602 ], [ 120.2140405, 30.3129466 ], [ 120.2146467, 30.3121803 ], [ 120.2150142, 30.3117068 ] ], [ [ 120.2151302, 30.3117535 ], [ 120.2149047, 30.3120689 ], [ 120.2141876, 30.3129658 ], [ 120.2137384, 30.3135119 ], [ 120.2132397, 30.3140579 ], [ 120.2130557, 30.3142888 ], [ 120.2129609, 30.314463 ] ], [ [ 120.2128266, 30.314255 ], [ 120.2128882, 30.3143548 ] ], [ [ 120.2128482, 30.3144079 ], [ 120.2128882, 30.3143548 ] ], [ [ 120.2128882, 30.3143548 ], [ 120.2129609, 30.314463 ] ], [ [ 120.2129609, 30.314463 ], [ 120.2129255, 30.314528 ] ], [ [ 120.2127723, 30.3145037 ], [ 120.2128482, 30.3144079 ] ], [ [ 120.2126819, 30.3146149 ], [ 120.2127723, 30.3145037 ] ], [ [ 120.2126819, 30.3146149 ], [ 120.2126231, 30.314521 ] ], [ [ 120.2129609, 30.314463 ], [ 120.2130192, 30.3145742 ] ], [ [ 120.2129255, 30.314528 ], [ 120.2128402, 30.3146349 ] ], [ [ 120.2130192, 30.3145742 ], [ 120.2131104, 30.3147753 ], [ 120.2135603, 30.3160074 ], [ 120.2139263, 30.3167582 ], [ 120.2143287, 30.3174605 ], [ 120.2144179, 30.3176163 ], [ 120.2145487, 30.3178019 ], [ 120.2146269, 30.3179939 ] ], [ [ 120.2127429, 30.3147534 ], [ 120.2126819, 30.3146149 ] ], [ [ 120.2128402, 30.3146349 ], [ 120.2127429, 30.3147534 ] ], [ [ 120.2127775, 30.314891 ], [ 120.2127429, 30.3147534 ] ], [ [ 120.2063257, 30.3266446 ], [ 120.2062567, 30.3260005 ], [ 120.2062582, 30.3256496 ], [ 120.2062639, 30.3251124 ], [ 120.2062873, 30.3245409 ], [ 120.2063512, 30.3239973 ], [ 120.2064532, 30.3235097 ], [ 120.2068197, 30.3223602 ], [ 120.2070604, 30.3218565 ], [ 120.2071537, 30.3216839 ], [ 120.2073424, 30.3213344 ], [ 120.2075667, 30.3210027 ], [ 120.2078248, 30.3206272 ], [ 120.2080035, 30.3203826 ], [ 120.2082111, 30.3201376 ], [ 120.2084444, 30.3198567 ], [ 120.2086911, 30.3195272 ], [ 120.2091531, 30.319029 ], [ 120.2098144, 30.3182045 ], [ 120.2101076, 30.3177894 ], [ 120.2109106, 30.316817 ], [ 120.2116842, 30.3158433 ], [ 120.2126819, 30.3146149 ] ], [ [ 120.2127429, 30.3147534 ], [ 120.2117919, 30.3159113 ], [ 120.2113481, 30.3164825 ], [ 120.2102561, 30.3178192 ], [ 120.2100601, 30.3180784 ], [ 120.2098637, 30.3183461 ], [ 120.209229, 30.3191172 ], [ 120.208385, 30.3201442 ], [ 120.2081425, 30.3204339 ], [ 120.2079305, 30.3207352 ], [ 120.2076649, 30.3211189 ], [ 120.2074138, 30.3214127 ], [ 120.2072708, 30.3217218 ], [ 120.2071834, 30.3219863 ], [ 120.2069729, 30.3224159 ], [ 120.2068214, 30.3228381 ], [ 120.2066019, 30.3235244 ], [ 120.2065403, 30.3237536 ], [ 120.2064602, 30.3242194 ], [ 120.2064438, 30.3243941 ], [ 120.206388, 30.3249007 ], [ 120.2063781, 30.3251811 ], [ 120.2063781, 30.3256993 ], [ 120.2064072, 30.3259973 ], [ 120.2064296, 30.3263191 ], [ 120.2064809, 30.326637 ] ], [ [ 120.2164877, 30.3220348 ], [ 120.2163994, 30.3219432 ], [ 120.216338, 30.3216332 ], [ 120.2163722, 30.32141 ], [ 120.2163719, 30.3210554 ], [ 120.2162699, 30.3203214 ], [ 120.2161656, 30.3199714 ], [ 120.2159249, 30.3196411 ], [ 120.2156531, 30.3193439 ], [ 120.2149388, 30.3186838 ], [ 120.2145797, 30.3183223 ], [ 120.2144216, 30.3182291 ], [ 120.2141121, 30.3177866 ], [ 120.2138567, 30.3173356 ], [ 120.2138096, 30.317228 ], [ 120.2136764, 30.3169725 ], [ 120.2133187, 30.3162867 ], [ 120.2131126, 30.3158314 ], [ 120.2127775, 30.314891 ] ], [ [ 120.2170036, 30.3366676 ], [ 120.217506, 30.3367829 ], [ 120.2176535, 30.3368168 ], [ 120.218467, 30.3370524 ], [ 120.2190944, 30.3373189 ], [ 120.2197025, 30.3376243 ], [ 120.2202167, 30.337942 ], [ 120.2208816, 30.3384061 ], [ 120.2215535, 30.3388674 ], [ 120.2216045, 30.338904 ], [ 120.2225512, 30.3395831 ], [ 120.2227338, 30.3397141 ], [ 120.2233339, 30.3400668 ], [ 120.2240018, 30.3404819 ], [ 120.2246515, 30.3409277 ], [ 120.2247497, 30.3409948 ], [ 120.2255979, 30.3415742 ], [ 120.2257257, 30.3416625 ], [ 120.2260708, 30.3419011 ], [ 120.2266215, 30.3423112 ], [ 120.2272611, 30.3427878 ] ], [ [ 120.2269657, 30.3430603 ], [ 120.2257842, 30.3422223 ], [ 120.2251371, 30.3418359 ], [ 120.2245204, 30.3414117 ], [ 120.2238361, 30.3409411 ], [ 120.2226935, 30.3400918 ], [ 120.2220966, 30.3396756 ], [ 120.2210561, 30.3389503 ], [ 120.2207446, 30.3387331 ], [ 120.2203921, 30.3384853 ], [ 120.2198002, 30.3380693 ], [ 120.2194971, 30.3378841 ], [ 120.2190412, 30.3376456 ], [ 120.2185691, 30.3374489 ], [ 120.2182258, 30.3373169 ], [ 120.217684, 30.3371456 ], [ 120.2174956, 30.3370994 ], [ 120.2171743, 30.3370206 ], [ 120.2169794, 30.337009 ] ], [ [ 120.2272611, 30.3427878 ], [ 120.2273574, 30.3428546 ] ], [ [ 120.2064809, 30.326637 ], [ 120.2065872, 30.3266365 ] ], [ [ 120.2063257, 30.3266446 ], [ 120.2064809, 30.326637 ] ], [ [ 120.2064809, 30.326637 ], [ 120.2065081, 30.3267528 ] ], [ [ 120.2063495, 30.3267512 ], [ 120.2063257, 30.3266446 ] ], [ [ 120.2066253, 30.3267439 ], [ 120.2065081, 30.3267528 ] ], [ [ 120.2065081, 30.3267528 ], [ 120.2063495, 30.3267512 ] ], [ [ 120.2071381, 30.3359284 ], [ 120.2071792, 30.3345426 ], [ 120.2071761, 30.3344536 ], [ 120.2071635, 30.3339423 ], [ 120.207165, 30.333638 ], [ 120.2071495, 30.3331195 ], [ 120.2071513, 30.3326276 ], [ 120.2071211, 30.3320721 ], [ 120.2069978, 30.3311658 ], [ 120.2068453, 30.3301446 ], [ 120.2067095, 30.3291943 ], [ 120.2065813, 30.3284079 ], [ 120.2064343, 30.3272683 ], [ 120.2063495, 30.3267512 ] ], [ [ 120.2065081, 30.3267528 ], [ 120.2066886, 30.3281308 ], [ 120.2069914, 30.3301313 ], [ 120.2070971, 30.3308245 ], [ 120.2071368, 30.331152 ], [ 120.2072491, 30.3320123 ], [ 120.2072984, 30.3325419 ], [ 120.2073082, 30.3330641 ], [ 120.2073041, 30.3331292 ], [ 120.2073059, 30.3335639 ], [ 120.2073109, 30.3336738 ], [ 120.2073341, 30.3344548 ], [ 120.2073319, 30.3345397 ], [ 120.2072946, 30.3359447 ] ], [ [ 120.2071381, 30.3359284 ], [ 120.2072946, 30.3359447 ] ], [ [ 120.2071484, 30.3363432 ], [ 120.2071381, 30.3359284 ] ], [ [ 120.2388777, 30.34923 ], [ 120.2394921, 30.3494762 ] ], [ [ 120.2542713, 30.3689817 ], [ 120.2530145, 30.3679854 ], [ 120.2527332, 30.3677624 ], [ 120.2517872, 30.366947 ], [ 120.251003, 30.366216 ], [ 120.250162, 30.3653224 ], [ 120.2494288, 30.3645752 ], [ 120.2484129, 30.3634759 ], [ 120.2480037, 30.3630259 ], [ 120.2472881, 30.3623224 ], [ 120.2466427, 30.3616115 ], [ 120.2461624, 30.3610509 ], [ 120.2458069, 30.3605039 ], [ 120.2454514, 30.3599875 ], [ 120.2451112, 30.3594558 ], [ 120.2447247, 30.3586919 ], [ 120.2445279, 30.358316 ], [ 120.2443028, 30.3579463 ], [ 120.2434164, 30.3568581 ], [ 120.243066, 30.3563425 ], [ 120.2419792, 30.3551106 ], [ 120.2411069, 30.3541105 ], [ 120.2391278, 30.3518226 ], [ 120.2389326, 30.3515067 ], [ 120.2388306, 30.3513026 ], [ 120.2388114, 30.351023 ] ], [ [ 120.2422813, 30.3549411 ], [ 120.2432664, 30.3561005 ], [ 120.2436322, 30.3565417 ], [ 120.244212, 30.3572412 ], [ 120.245076, 30.358301 ], [ 120.245251, 30.3586375 ], [ 120.2454853, 30.3591465 ], [ 120.2458133, 30.359811 ], [ 120.2464176, 30.3607533 ], [ 120.2466454, 30.3610125 ], [ 120.2476513, 30.3621219 ], [ 120.2482688, 30.362834 ], [ 120.2482367, 30.3627673 ], [ 120.2491619, 30.3638579 ], [ 120.2497111, 30.3644706 ], [ 120.2503618, 30.3652012 ], [ 120.2512138, 30.3660703 ], [ 120.251979, 30.3667862 ], [ 120.2528869, 30.3675571 ], [ 120.2530441, 30.3676816 ], [ 120.2534284, 30.3679858 ], [ 120.2534522, 30.3680047 ], [ 120.2544509, 30.368835 ] ], [ [ 120.2417414, 30.3613659 ], [ 120.2418067, 30.361459 ] ], [ [ 120.2416825, 30.3615065 ], [ 120.241611, 30.3614308 ] ], [ [ 120.2418067, 30.361459 ], [ 120.2426411, 30.362492 ], [ 120.2435217, 30.3635872 ], [ 120.2427161, 30.3640591 ], [ 120.242518, 30.364244 ] ], [ [ 120.2272611, 30.3427878 ], [ 120.2275468, 30.3425033 ], [ 120.2279284, 30.3420948 ], [ 120.2282264, 30.3417757 ], [ 120.2282365, 30.3417475 ] ], [ [ 120.2283277, 30.3418462 ], [ 120.2280021, 30.3421845 ], [ 120.2277809, 30.3424145 ], [ 120.2273574, 30.3428546 ] ], [ [ 120.2273574, 30.3428546 ], [ 120.2281352, 30.3433998 ], [ 120.22834, 30.3434799 ], [ 120.228898, 30.3438464 ], [ 120.2291862, 30.344052 ], [ 120.2305393, 30.3449971 ], [ 120.2309126, 30.3452579 ], [ 120.2313694, 30.3456131 ], [ 120.2320667, 30.3460782 ], [ 120.232805, 30.3465289 ], [ 120.23291, 30.346593 ], [ 120.2334781, 30.3469346 ], [ 120.233784, 30.3470905 ], [ 120.2343173, 30.3473563 ], [ 120.2349968, 30.347695 ], [ 120.235666, 30.3479604 ], [ 120.2363432, 30.3482417 ], [ 120.2373678, 30.3485273 ], [ 120.2379242, 30.3487546 ], [ 120.2381284, 30.3488381 ], [ 120.2385675, 30.34903 ], [ 120.2388777, 30.34923 ] ], [ [ 120.226852, 30.3465466 ], [ 120.2273145, 30.3467006 ], [ 120.2279651, 30.3468802 ], [ 120.2288129, 30.3470953 ], [ 120.2292166, 30.3472179 ], [ 120.2297957, 30.3473902 ], [ 120.2301593, 30.3475388 ] ], [ [ 120.2300998, 30.3476649 ], [ 120.229686, 30.3474918 ], [ 120.2291038, 30.3473199 ], [ 120.2286991, 30.3472213 ], [ 120.228602, 30.3471976 ], [ 120.2277242, 30.3469725 ], [ 120.2272595, 30.3468387 ], [ 120.2267979, 30.3466751 ] ], [ [ 120.2301593, 30.3475388 ], [ 120.2317177, 30.3482033 ], [ 120.2333646, 30.3490379 ], [ 120.2335507, 30.3491349 ], [ 120.2337772, 30.34925 ] ], [ [ 120.2337008, 30.3493407 ], [ 120.2334671, 30.3492213 ], [ 120.2332865, 30.3491312 ], [ 120.2316381, 30.3482872 ], [ 120.2300998, 30.3476649 ] ], [ [ 120.2287136, 30.3504746 ], [ 120.2297691, 30.3509409 ] ], [ [ 120.2297691, 30.3509409 ], [ 120.2306124, 30.3513135 ] ], [ [ 120.2306124, 30.3513135 ], [ 120.2315629, 30.3517335 ] ], [ [ 120.2315629, 30.3517335 ], [ 120.2324312, 30.3521245 ] ], [ [ 120.2324312, 30.3521245 ], [ 120.232677, 30.3522318 ] ], [ [ 120.232677, 30.3522318 ], [ 120.2330837, 30.3524094 ] ], [ [ 120.2330837, 30.3524094 ], [ 120.233372, 30.3525323 ] ], [ [ 120.233372, 30.3525323 ], [ 120.2338137, 30.3527206 ] ], [ [ 120.2338137, 30.3527206 ], [ 120.2343807, 30.3529702 ] ], [ [ 120.2343807, 30.3529702 ], [ 120.2348137, 30.3532133 ] ], [ [ 120.1871845, 30.3413726 ], [ 120.1875381, 30.3413949 ] ], [ [ 120.189229, 30.341886 ], [ 120.1888096, 30.3418083 ], [ 120.1875022, 30.3415316 ] ], [ [ 120.1978785, 30.3353324 ], [ 120.1971138, 30.3351901 ], [ 120.1969112, 30.3351494 ], [ 120.1938507, 30.3344665 ], [ 120.1928315, 30.3342502 ] ], [ [ 120.1978785, 30.3353324 ], [ 120.1978747, 30.3350125 ] ], [ [ 120.197933, 30.3371453 ], [ 120.1978785, 30.3353324 ] ], [ [ 120.1875381, 30.3413949 ], [ 120.1888043, 30.3416764 ], [ 120.1893707, 30.3417958 ], [ 120.1896711, 30.3418565 ], [ 120.1915126, 30.3422287 ], [ 120.1919275, 30.3423132 ], [ 120.1920551, 30.342328 ], [ 120.1923797, 30.3423694 ], [ 120.1928838, 30.3423685 ], [ 120.1933531, 30.342363 ], [ 120.1948037, 30.3423574 ], [ 120.1964338, 30.3423511 ], [ 120.1966886, 30.3423534 ], [ 120.1979433, 30.3423508 ] ], [ [ 120.1929745, 30.3424677 ], [ 120.1924415, 30.3424595 ], [ 120.1921061, 30.3424426 ], [ 120.191915, 30.3424236 ], [ 120.191367, 30.342316 ], [ 120.1896013, 30.3419617 ], [ 120.1894472, 30.3419308 ], [ 120.189229, 30.341886 ] ], [ [ 120.197939, 30.3424562 ], [ 120.1966558, 30.342453 ], [ 120.1964881, 30.3424541 ], [ 120.1949781, 30.3424629 ], [ 120.1932947, 30.3424727 ], [ 120.1929745, 30.3424677 ] ], [ [ 120.1979433, 30.3423508 ], [ 120.1979628, 30.3417107 ], [ 120.198035, 30.3393441 ], [ 120.1979971, 30.3382689 ], [ 120.197933, 30.3371453 ] ], [ [ 120.1980936, 30.337171 ], [ 120.1982047, 30.3393721 ], [ 120.1982104, 30.3401515 ], [ 120.1982139, 30.3406624 ], [ 120.1982255, 30.3423876 ] ], [ [ 120.1979433, 30.3423508 ], [ 120.1982255, 30.3423876 ] ], [ [ 120.197939, 30.3424562 ], [ 120.1979433, 30.3423508 ] ], [ [ 120.181507, 30.3410211 ], [ 120.1823052, 30.3410309 ], [ 120.1833252, 30.3410434 ], [ 120.18381, 30.3410569 ], [ 120.186337, 30.3413098 ], [ 120.1871845, 30.3413726 ] ], [ [ 120.1871632, 30.3414688 ], [ 120.1854955, 30.3413033 ], [ 120.1838185, 30.3411487 ], [ 120.1824754, 30.3411282 ], [ 120.1815043, 30.3411194 ] ], [ [ 120.1982255, 30.3423876 ], [ 120.1982264, 30.3424672 ] ], [ [ 120.1982255, 30.3423876 ], [ 120.1994556, 30.3424339 ], [ 120.2005035, 30.3424734 ], [ 120.2007812, 30.3424816 ], [ 120.2012645, 30.3424958 ], [ 120.201526, 30.3425074 ], [ 120.203487, 30.3425233 ] ], [ [ 120.1982264, 30.3424672 ], [ 120.197939, 30.3424562 ] ], [ [ 120.2034775, 30.3426226 ], [ 120.2027043, 30.3426128 ], [ 120.2015206, 30.3425977 ], [ 120.2012622, 30.3425888 ], [ 120.2011859, 30.3425857 ], [ 120.2005008, 30.3425583 ], [ 120.2002414, 30.3425479 ], [ 120.1999792, 30.3425374 ], [ 120.1982264, 30.3424672 ] ], [ [ 120.1980123, 30.3448557 ], [ 120.1980069, 30.3446208 ], [ 120.1980096, 30.3444205 ], [ 120.197939, 30.3424562 ] ], [ [ 120.1982264, 30.3424672 ], [ 120.1982004, 30.3432135 ], [ 120.1981852, 30.3436519 ], [ 120.1981585, 30.3444194 ], [ 120.1981544, 30.3446254 ], [ 120.198162, 30.3448562 ] ], [ [ 120.1980154, 30.3449895 ], [ 120.1980123, 30.3448557 ] ], [ [ 120.198162, 30.3448562 ], [ 120.1981664, 30.3449899 ] ], [ [ 120.1980279, 30.3476584 ], [ 120.1980235, 30.3467156 ], [ 120.1980154, 30.3449895 ] ], [ [ 120.1981664, 30.3449899 ], [ 120.1981671, 30.345961 ], [ 120.1981682, 30.3476766 ] ], [ [ 120.1981682, 30.3476766 ], [ 120.198165, 30.3487774 ], [ 120.1981436, 30.3496507 ] ], [ [ 120.1979817, 30.3496849 ], [ 120.1980088, 30.3487462 ], [ 120.1980279, 30.3476584 ] ], [ [ 120.2072946, 30.3359447 ], [ 120.2088037, 30.3361176 ], [ 120.2094719, 30.3361958 ], [ 120.2097619, 30.3362211 ], [ 120.2100006, 30.3362419 ], [ 120.2104057, 30.336272 ], [ 120.210981, 30.336297 ], [ 120.2109931, 30.3362975 ], [ 120.2113766, 30.3363299 ] ], [ [ 120.2072946, 30.3359447 ], [ 120.2073153, 30.3363616 ] ], [ [ 120.2073153, 30.3363616 ], [ 120.2071484, 30.3363432 ] ], [ [ 120.2109492, 30.336693 ], [ 120.2101368, 30.3366423 ], [ 120.2087853, 30.336506 ], [ 120.2083028, 30.3364593 ], [ 120.2073153, 30.3363616 ] ], [ [ 120.2073153, 30.3363616 ], [ 120.2073292, 30.3373348 ] ], [ [ 120.2071506, 30.3373648 ], [ 120.2071484, 30.3363432 ] ], [ [ 120.2073292, 30.3373348 ], [ 120.2073374, 30.3374523 ] ], [ [ 120.2073292, 30.3373348 ], [ 120.2092747, 30.337297 ], [ 120.209994, 30.3372933 ], [ 120.2104065, 30.337344 ], [ 120.210754, 30.3374123 ], [ 120.211265, 30.3375459 ] ], [ [ 120.2168105, 30.3366508 ], [ 120.2170036, 30.3366676 ] ], [ [ 120.2169794, 30.337009 ], [ 120.2167784, 30.3369597 ] ], [ [ 120.2147462, 30.3404512 ], [ 120.21464, 30.3402749 ], [ 120.2145329, 30.3400945 ], [ 120.2141555, 30.3395058 ], [ 120.2138696, 30.3392035 ], [ 120.2135592, 30.3389082 ], [ 120.2131617, 30.3386401 ], [ 120.2117922, 30.3378687 ], [ 120.2112452, 30.3376547 ] ], [ [ 120.211265, 30.3375459 ], [ 120.2119031, 30.3378002 ], [ 120.2125205, 30.3381527 ], [ 120.2131948, 30.3385613 ], [ 120.2136114, 30.3388297 ], [ 120.2139453, 30.3391359 ], [ 120.2142467, 30.33947 ], [ 120.2146397, 30.3400646 ], [ 120.2147457, 30.3402378 ], [ 120.216057, 30.3423872 ], [ 120.2165756, 30.3432943 ] ], [ [ 120.2112452, 30.3376547 ], [ 120.2107725, 30.3375141 ], [ 120.2103892, 30.3374366 ], [ 120.2099203, 30.3373985 ], [ 120.2094513, 30.3373954 ], [ 120.2073374, 30.3374523 ] ], [ [ 120.2073374, 30.3374523 ], [ 120.2073077, 30.3387307 ], [ 120.2073418, 30.3404137 ] ], [ [ 120.2071978, 30.3424399 ], [ 120.2071706, 30.3415707 ], [ 120.2071527, 30.3403938 ], [ 120.207147, 30.3387117 ], [ 120.2071506, 30.3373648 ] ], [ [ 120.2073418, 30.3404137 ], [ 120.2073242, 30.3414206 ], [ 120.2073481, 30.3424343 ] ], [ [ 120.2164135, 30.3432579 ], [ 120.2160388, 30.3425934 ], [ 120.2158786, 30.3423093 ], [ 120.2147462, 30.3404512 ] ], [ [ 120.2113383, 30.3428214 ], [ 120.2121626, 30.3429046 ], [ 120.21283, 30.342972 ], [ 120.2143592, 30.3431056 ] ], [ [ 120.2143441, 30.3432038 ], [ 120.2136793, 30.3431511 ], [ 120.2127637, 30.3430786 ], [ 120.2113431, 30.3429398 ] ], [ [ 120.2143592, 30.3431056 ], [ 120.2164135, 30.3432579 ] ], [ [ 120.2164135, 30.3432579 ], [ 120.2165756, 30.3432943 ] ], [ [ 120.2071978, 30.3424399 ], [ 120.2073481, 30.3424343 ] ], [ [ 120.203487, 30.3425233 ], [ 120.2044472, 30.3425017 ], [ 120.2071978, 30.3424399 ] ], [ [ 120.20735, 30.3425346 ], [ 120.2071945, 30.3425363 ] ], [ [ 120.2071945, 30.3425363 ], [ 120.2054398, 30.342577 ], [ 120.2034775, 30.3426226 ] ], [ [ 120.2073481, 30.3424343 ], [ 120.2076977, 30.3424634 ], [ 120.2080303, 30.3425062 ], [ 120.2095491, 30.3426509 ], [ 120.2113383, 30.3428214 ] ], [ [ 120.2113431, 30.3429398 ], [ 120.2097346, 30.3427799 ], [ 120.2088996, 30.3426969 ], [ 120.2080196, 30.3426023 ], [ 120.2076977, 30.3425652 ], [ 120.20735, 30.3425346 ] ], [ [ 120.2164817, 30.3433749 ], [ 120.2143441, 30.3432038 ] ], [ [ 120.2164817, 30.3433749 ], [ 120.2164135, 30.3432579 ] ], [ [ 120.2165756, 30.3432943 ], [ 120.2166564, 30.3434186 ] ], [ [ 120.2166564, 30.3434186 ], [ 120.2164817, 30.3433749 ] ], [ [ 120.2165756, 30.3432943 ], [ 120.2170256, 30.3434014 ], [ 120.2176748, 30.3435104 ], [ 120.218105, 30.343591 ], [ 120.2186495, 30.3437125 ], [ 120.2190193, 30.3438037 ], [ 120.2196998, 30.3439921 ], [ 120.2199862, 30.3440809 ] ], [ [ 120.2200118, 30.3442089 ], [ 120.2193155, 30.3440025 ], [ 120.2188563, 30.3438706 ], [ 120.2182145, 30.3437286 ], [ 120.2177877, 30.3436502 ], [ 120.217084, 30.3435266 ], [ 120.2166564, 30.3434186 ] ], [ [ 120.2199862, 30.3440809 ], [ 120.220126, 30.344118 ] ], [ [ 120.2201543, 30.3442515 ], [ 120.2200118, 30.3442089 ] ], [ [ 120.2269657, 30.3430603 ], [ 120.2272611, 30.3427878 ] ], [ [ 120.2273574, 30.3428546 ], [ 120.2271073, 30.3431592 ] ], [ [ 120.2271073, 30.3431592 ], [ 120.2269657, 30.3430603 ] ], [ [ 120.2245358, 30.3455291 ], [ 120.2250837, 30.3450344 ], [ 120.2253667, 30.3447474 ], [ 120.2262707, 30.3438287 ], [ 120.2269657, 30.3430603 ] ], [ [ 120.2271073, 30.3431592 ], [ 120.2263104, 30.3439395 ], [ 120.2255683, 30.3447375 ], [ 120.2252495, 30.3450752 ], [ 120.2247397, 30.3455787 ] ], [ [ 120.220126, 30.344118 ], [ 120.2213687, 30.3445257 ], [ 120.2218382, 30.3446639 ] ], [ [ 120.2223385, 30.3449141 ], [ 120.2222953, 30.3448998 ], [ 120.2212314, 30.3445825 ], [ 120.2201543, 30.3442515 ] ], [ [ 120.2218382, 30.3446639 ], [ 120.221905, 30.3446835 ] ], [ [ 120.2224496, 30.3449508 ], [ 120.2223385, 30.3449141 ] ], [ [ 120.221905, 30.3446835 ], [ 120.2223639, 30.3448186 ], [ 120.2230643, 30.3450428 ], [ 120.2235173, 30.3451825 ] ], [ [ 120.2235173, 30.3451825 ], [ 120.2235784, 30.3452014 ] ], [ [ 120.2244294, 30.3456095 ], [ 120.2237529, 30.3453681 ], [ 120.2232391, 30.3452079 ], [ 120.2230353, 30.3451444 ], [ 120.2224496, 30.3449508 ] ], [ [ 120.2235784, 30.3452014 ], [ 120.223824, 30.3452771 ], [ 120.2245358, 30.3455291 ] ], [ [ 120.2245358, 30.3455291 ], [ 120.2247397, 30.3455787 ] ], [ [ 120.2244294, 30.3456095 ], [ 120.2245358, 30.3455291 ] ], [ [ 120.2247397, 30.3455787 ], [ 120.2246112, 30.3456875 ] ], [ [ 120.2246112, 30.3456875 ], [ 120.2244294, 30.3456095 ] ], [ [ 120.2247397, 30.3455787 ], [ 120.2255534, 30.3459638 ], [ 120.2259498, 30.3461521 ], [ 120.2260934, 30.346218 ], [ 120.226146, 30.3462422 ], [ 120.226852, 30.3465466 ] ], [ [ 120.2267979, 30.3466751 ], [ 120.2261385, 30.3464092 ], [ 120.2258925, 30.3462862 ], [ 120.2253988, 30.3460283 ], [ 120.2246112, 30.3456875 ] ], [ [ 120.221703, 30.3480479 ], [ 120.2220741, 30.3478258 ], [ 120.2224523, 30.3475409 ], [ 120.2230674, 30.3469999 ], [ 120.223943, 30.3461209 ], [ 120.2242652, 30.3457786 ], [ 120.2244294, 30.3456095 ] ], [ [ 120.2246112, 30.3456875 ], [ 120.2244642, 30.3458213 ], [ 120.2240391, 30.3462236 ], [ 120.2239703, 30.3462937 ], [ 120.2235625, 30.3467088 ], [ 120.2228118, 30.3474232 ], [ 120.2222141, 30.3479413 ], [ 120.2217694, 30.3482248 ] ], [ [ 120.2867103, 30.3127317 ], [ 120.2869548, 30.312738 ] ], [ [ 120.2800921, 30.312727 ], [ 120.2824746, 30.3127726 ], [ 120.2831975, 30.3127412 ], [ 120.2858345, 30.3127274 ], [ 120.2867103, 30.3127317 ] ], [ [ 120.28273, 30.3129844 ], [ 120.2826537, 30.312985 ], [ 120.2825849, 30.3129826 ] ], [ [ 120.2867765, 30.313001 ], [ 120.2865301, 30.3129924 ], [ 120.285966, 30.3129856 ], [ 120.2835574, 30.3129778 ], [ 120.28273, 30.3129844 ] ], [ [ 120.2870256, 30.3129975 ], [ 120.2867765, 30.313001 ] ], [ [ 120.2759887, 30.3127414 ], [ 120.2761339, 30.3127442 ], [ 120.2762947, 30.3127435 ], [ 120.2800921, 30.312727 ] ], [ [ 120.2801012, 30.3129062 ], [ 120.2761453, 30.3129006 ], [ 120.2760152, 30.3129102 ] ], [ [ 120.2674145, 30.3128203 ], [ 120.2685277, 30.3128024 ], [ 120.2690119, 30.3127946 ], [ 120.2692483, 30.3127908 ], [ 120.2693886, 30.3127888 ], [ 120.2695655, 30.3127889 ], [ 120.2714242, 30.3127511 ], [ 120.2715509, 30.3127474 ], [ 120.2719192, 30.3127784 ] ], [ [ 120.267248, 30.3128114 ], [ 120.2674145, 30.3128203 ] ], [ [ 120.2719192, 30.3127784 ], [ 120.2721344, 30.3127656 ], [ 120.2730739, 30.3127563 ], [ 120.2740724, 30.3127563 ], [ 120.2758529, 30.3127457 ], [ 120.2759887, 30.3127414 ] ], [ [ 120.2825849, 30.3129826 ], [ 120.2810048, 30.3129265 ], [ 120.2801012, 30.3129062 ] ], [ [ 120.2621392, 30.3128738 ], [ 120.2624349, 30.3128713 ], [ 120.2636916, 30.3128609 ], [ 120.264309, 30.3128557 ], [ 120.2643482, 30.3128554 ], [ 120.2656289, 30.3128447 ], [ 120.2661259, 30.3128237 ], [ 120.266458, 30.3128222 ], [ 120.267248, 30.3128114 ] ], [ [ 120.2719152, 30.3129342 ], [ 120.2715814, 30.3129249 ], [ 120.2714502, 30.3129231 ], [ 120.2704883, 30.3129352 ], [ 120.270266, 30.312938 ], [ 120.2700729, 30.3129362 ], [ 120.2695791, 30.3129421 ], [ 120.2694269, 30.3129459 ], [ 120.269233, 30.3129467 ], [ 120.2690689, 30.3129464 ], [ 120.268643, 30.3129246 ], [ 120.2676199, 30.3129438 ], [ 120.2673583, 30.3129743 ] ], [ [ 120.2673583, 30.3129743 ], [ 120.266924, 30.3129742 ], [ 120.2664511, 30.3129794 ], [ 120.2660598, 30.3129882 ], [ 120.2657152, 30.3129947 ], [ 120.264705, 30.3130148 ], [ 120.2621432, 30.3130656 ] ], [ [ 120.3030349, 30.3018763 ], [ 120.3026863, 30.3019658 ], [ 120.301573, 30.301882 ], [ 120.300356, 30.3017904 ], [ 120.2997297, 30.3017544 ], [ 120.2993309, 30.3017057 ], [ 120.2975356, 30.3015973 ], [ 120.2968322, 30.3015548 ] ], [ [ 120.2869548, 30.312738 ], [ 120.2905061, 30.3128046 ], [ 120.2909949, 30.3128042 ] ], [ [ 120.2909949, 30.3128042 ], [ 120.2912927, 30.3128545 ], [ 120.291821, 30.3128513 ], [ 120.2958103, 30.3129034 ], [ 120.2977905, 30.3129095 ] ], [ [ 120.2977963, 30.3130669 ], [ 120.2957906, 30.3130474 ], [ 120.2918084, 30.3130245 ], [ 120.2910083, 30.3130201 ], [ 120.2902378, 30.3130157 ], [ 120.2870256, 30.3129975 ] ], [ [ 120.2979137, 30.312918 ], [ 120.2981403, 30.3129356 ], [ 120.2985938, 30.3129503 ], [ 120.2992044, 30.3129386 ], [ 120.3005434, 30.312955 ], [ 120.301194, 30.3128876 ], [ 120.3014195, 30.3128617 ], [ 120.3017093, 30.3128517 ], [ 120.3019822, 30.3128236 ], [ 120.3045919, 30.3125899 ], [ 120.3059754, 30.3124513 ], [ 120.3064634, 30.3123977 ], [ 120.3068856, 30.3123601 ], [ 120.3079278, 30.3122647 ] ], [ [ 120.3079522, 30.3123756 ], [ 120.306882, 30.3124662 ], [ 120.3066922, 30.3124857 ], [ 120.3064308, 30.3125091 ], [ 120.305947, 30.3125621 ], [ 120.3040612, 30.3127554 ], [ 120.3022604, 30.31294 ], [ 120.3019884, 30.3129604 ], [ 120.301272, 30.3130142 ], [ 120.3010781, 30.3130413 ], [ 120.3007052, 30.3130839 ], [ 120.3002891, 30.3130859 ], [ 120.2999583, 30.3130768 ], [ 120.2984136, 30.3130892 ], [ 120.2979216, 30.313062 ] ], [ [ 120.2977905, 30.3129095 ], [ 120.2978731, 30.3129148 ], [ 120.2979137, 30.312918 ] ], [ [ 120.2979216, 30.313062 ], [ 120.2977963, 30.3130669 ] ], [ [ 120.3141835, 30.3171723 ], [ 120.3143291, 30.3171793 ] ], [ [ 120.3139232, 30.3193219 ], [ 120.3140583, 30.3187074 ], [ 120.3140991, 30.3183885 ], [ 120.3141312, 30.3181375 ], [ 120.3141367, 30.3176033 ], [ 120.3141835, 30.3171723 ] ], [ [ 120.3143291, 30.3171793 ], [ 120.3143004, 30.318174 ], [ 120.314288, 30.3183924 ], [ 120.3142825, 30.318488 ], [ 120.3140931, 30.3193403 ] ], [ [ 120.308522, 30.3192809 ], [ 120.3079216, 30.3192808 ], [ 120.3066487, 30.3192461 ], [ 120.3054362, 30.3191602 ], [ 120.304698, 30.3190578 ], [ 120.3049779, 30.3190423 ], [ 120.306142, 30.3191713 ], [ 120.3085242, 30.3192223 ] ], [ [ 120.3085242, 30.3192223 ], [ 120.3104143, 30.3192628 ], [ 120.3122675, 30.3192595 ], [ 120.3133598, 30.3193026 ], [ 120.3137748, 30.3193308 ], [ 120.3139232, 30.3193219 ] ], [ [ 120.2878918, 30.3216523 ], [ 120.2880287, 30.3217122 ], [ 120.2883541, 30.3218303 ], [ 120.2886786, 30.3218883 ] ], [ [ 120.2886743, 30.3219906 ], [ 120.2882173, 30.3218873 ], [ 120.2878401, 30.3217407 ] ], [ [ 120.3139232, 30.3193219 ], [ 120.3140931, 30.3193403 ] ], [ [ 120.3139072, 30.3193949 ], [ 120.3137422, 30.3193869 ], [ 120.3133393, 30.3193751 ], [ 120.3122675, 30.3193376 ], [ 120.3107211, 30.3193025 ], [ 120.3104153, 30.3193023 ], [ 120.308522, 30.3192809 ] ], [ [ 120.3139072, 30.3193949 ], [ 120.3139232, 30.3193219 ] ], [ [ 120.3140931, 30.3193403 ], [ 120.3140787, 30.3194051 ] ], [ [ 120.3140787, 30.3194051 ], [ 120.3139072, 30.3193949 ] ], [ [ 120.3136586, 30.3222196 ], [ 120.3136605, 30.322155 ], [ 120.3136827, 30.3213777 ], [ 120.3136984, 30.3208256 ], [ 120.3137135, 30.3202953 ], [ 120.3137599, 30.3199856 ], [ 120.313793, 30.3198533 ], [ 120.3138342, 30.3196916 ], [ 120.3138868, 30.3194795 ], [ 120.3139072, 30.3193949 ] ], [ [ 120.3140787, 30.3194051 ], [ 120.3140246, 30.3196279 ], [ 120.31402, 30.3196792 ], [ 120.3139658, 30.3198733 ], [ 120.3138839, 30.320208 ], [ 120.3138609, 30.3204208 ], [ 120.313824, 30.3207627 ], [ 120.313824, 30.3219314 ], [ 120.313824, 30.3222237 ] ], [ [ 120.3137193, 30.3224753 ], [ 120.3136586, 30.3222196 ] ], [ [ 120.313824, 30.3222237 ], [ 120.3137193, 30.3224753 ] ], [ [ 120.3137193, 30.3224753 ], [ 120.3136865, 30.3228691 ] ], [ [ 120.3136865, 30.3228691 ], [ 120.3136802, 30.3234225 ] ], [ [ 120.3136802, 30.3234225 ], [ 120.3137171, 30.3239352 ] ], [ [ 120.3137171, 30.3239352 ], [ 120.3137337, 30.3241546 ] ], [ [ 120.3137337, 30.3241546 ], [ 120.313742, 30.3242821 ] ], [ [ 120.313742, 30.3242821 ], [ 120.3137803, 30.324572 ] ], [ [ 120.3137803, 30.324572 ], [ 120.3138537, 30.3251598 ] ], [ [ 120.3138537, 30.3251598 ], [ 120.3138908, 30.325531 ] ], [ [ 120.3138908, 30.325531 ], [ 120.3139244, 30.3258174 ] ], [ [ 120.3139244, 30.3258174 ], [ 120.3139288, 30.3261779 ] ], [ [ 120.3139288, 30.3261779 ], [ 120.3139174, 30.326338 ] ], [ [ 120.3139174, 30.326338 ], [ 120.3138467, 30.3273327 ] ], [ [ 120.3138467, 30.3273327 ], [ 120.3137939, 30.3286684 ] ], [ [ 120.3137939, 30.3286684 ], [ 120.3137755, 30.3290202 ] ], [ [ 120.3137755, 30.3290202 ], [ 120.3137621, 30.3293231 ] ], [ [ 120.3137621, 30.3293231 ], [ 120.3136633, 30.3315615 ] ], [ [ 120.2760152, 30.3129102 ], [ 120.2758618, 30.3129034 ], [ 120.2757159, 30.3129057 ], [ 120.2739654, 30.3129338 ], [ 120.2735063, 30.3129339 ], [ 120.2732187, 30.3129339 ], [ 120.2719152, 30.3129342 ] ], [ [ 120.2836671, 30.3207952 ], [ 120.2837682, 30.3207857 ] ], [ [ 120.283791, 30.3209077 ], [ 120.2836887, 30.3209281 ] ], [ [ 120.2806994, 30.3211587 ], [ 120.2836671, 30.3207952 ] ], [ [ 120.273553, 30.3219914 ], [ 120.2743252, 30.3219073 ], [ 120.274949, 30.3218394 ], [ 120.2757942, 30.321726 ], [ 120.2781348, 30.3214698 ] ], [ [ 120.2758004, 30.3218348 ], [ 120.2736188, 30.3221073 ] ], [ [ 120.2836887, 30.3209281 ], [ 120.2818791, 30.3211298 ], [ 120.2807097, 30.3212601 ] ], [ [ 120.2837682, 30.3207857 ], [ 120.2849703, 30.3206718 ], [ 120.2852765, 30.3206581 ], [ 120.285603, 30.3206725 ], [ 120.2860199, 30.3207311 ], [ 120.2864051, 30.3208334 ], [ 120.2867697, 30.3209877 ], [ 120.2871611, 30.3211994 ], [ 120.2874676, 30.3213947 ], [ 120.2877033, 30.3215535 ], [ 120.2878918, 30.3216523 ] ], [ [ 120.2878401, 30.3217407 ], [ 120.2875185, 30.3215644 ], [ 120.2874911, 30.3215494 ], [ 120.2870479, 30.3212523 ], [ 120.2866753, 30.3210528 ], [ 120.2864436, 30.3209486 ], [ 120.2862038, 30.3208725 ], [ 120.2856984, 30.3207653 ], [ 120.2853006, 30.3207531 ], [ 120.2849134, 30.3207636 ], [ 120.283791, 30.3209077 ] ], [ [ 120.2878918, 30.3216523 ], [ 120.2878401, 30.3217407 ] ], [ [ 120.2783164, 30.3214466 ], [ 120.2789644, 30.3213683 ], [ 120.2806994, 30.3211587 ] ], [ [ 120.2807097, 30.3212601 ], [ 120.2783922, 30.3215511 ] ], [ [ 120.2781348, 30.3214698 ], [ 120.2783164, 30.3214466 ] ], [ [ 120.2783922, 30.3215511 ], [ 120.2782042, 30.3215732 ] ], [ [ 120.2782042, 30.3215732 ], [ 120.2772968, 30.321678 ], [ 120.2763136, 30.3217916 ], [ 120.2758004, 30.3218348 ] ], [ [ 120.269871, 30.3244485 ], [ 120.270364, 30.3236171 ], [ 120.2706185, 30.3232507 ], [ 120.2709258, 30.3229018 ], [ 120.2710575, 30.3227979 ], [ 120.2712288, 30.3226628 ], [ 120.2715643, 30.3224623 ], [ 120.2719718, 30.3222612 ], [ 120.2724677, 30.3221193 ], [ 120.2727479, 30.3220852 ], [ 120.2729494, 30.3220606 ], [ 120.273553, 30.3219914 ] ], [ [ 120.2736188, 30.3221073 ], [ 120.2727354, 30.3221951 ], [ 120.2723682, 30.3222408 ], [ 120.2720089, 30.3223704 ], [ 120.2717629, 30.3224761 ], [ 120.2715121, 30.3226234 ], [ 120.2712971, 30.3227883 ], [ 120.2711723, 30.3228856 ], [ 120.2710495, 30.3229813 ], [ 120.2707751, 30.3232483 ], [ 120.2704966, 30.323638 ], [ 120.2699638, 30.324495 ] ], [ [ 120.2699638, 30.324495 ], [ 120.2702652, 30.3244629 ], [ 120.2720647, 30.3254405 ] ], [ [ 120.2467106, 30.3105439 ], [ 120.2466229, 30.3107548 ], [ 120.2464744, 30.3111683 ], [ 120.246175, 30.312175 ], [ 120.2460214, 30.3126914 ], [ 120.2459719, 30.3130536 ], [ 120.2459133, 30.3135338 ], [ 120.2459056, 30.3140523 ], [ 120.2459047, 30.31411 ], [ 120.2459164, 30.3153003 ] ], [ [ 120.2457694, 30.3152783 ], [ 120.245772, 30.3141446 ], [ 120.2457726, 30.31386 ], [ 120.2457668, 30.3134519 ], [ 120.2458297, 30.3129575 ] ], [ [ 120.261959, 30.3129605 ], [ 120.26196, 30.3128895 ], [ 120.2619171, 30.311511 ], [ 120.2618849, 30.3104333 ], [ 120.2618848, 30.3102756 ] ], [ [ 120.261959, 30.3129605 ], [ 120.2621392, 30.3128738 ] ], [ [ 120.2621392, 30.3128738 ], [ 120.2621432, 30.3130656 ] ], [ [ 120.2621432, 30.3130656 ], [ 120.261959, 30.3129605 ] ], [ [ 120.2616982, 30.3159528 ], [ 120.261702, 30.3159275 ], [ 120.2619196, 30.3145023 ], [ 120.261941, 30.3143621 ], [ 120.2619571, 30.3142569 ], [ 120.2619839, 30.3138401 ], [ 120.261958, 30.3130256 ], [ 120.261959, 30.3129605 ] ], [ [ 120.2621432, 30.3130656 ], [ 120.2621103, 30.3140444 ], [ 120.262109, 30.3140843 ], [ 120.2620955, 30.3144937 ], [ 120.261987, 30.3152039 ], [ 120.2618188, 30.3159685 ] ], [ [ 120.2616687, 30.3161952 ], [ 120.2616982, 30.3159528 ] ], [ [ 120.2618188, 30.3159685 ], [ 120.2617859, 30.3162095 ] ], [ [ 120.2458279, 30.3167702 ], [ 120.2458022, 30.3163794 ], [ 120.2457694, 30.3152783 ] ], [ [ 120.2459164, 30.3153003 ], [ 120.2459493, 30.3163899 ], [ 120.2459971, 30.3170128 ], [ 120.2460853, 30.3175684 ], [ 120.2462618, 30.3182495 ], [ 120.2464331, 30.3187065 ], [ 120.2466822, 30.3192128 ], [ 120.2468414, 30.3194756 ], [ 120.2470404, 30.3197953 ], [ 120.2473967, 30.3202606 ], [ 120.2474453, 30.320324 ], [ 120.2477982, 30.3206959 ], [ 120.2481356, 30.3209872 ], [ 120.2495286, 30.3220972 ] ], [ [ 120.2493426, 30.3221301 ], [ 120.2477699, 30.3208516 ], [ 120.2472882, 30.3203466 ], [ 120.2469795, 30.3199638 ], [ 120.2466318, 30.3194942 ], [ 120.2464927, 30.3191923 ], [ 120.2462382, 30.31864 ], [ 120.2460835, 30.3182054 ], [ 120.2459599, 30.3177035 ], [ 120.245901, 30.317347 ], [ 120.2458279, 30.3167702 ] ], [ [ 120.2495286, 30.3220972 ], [ 120.2534193, 30.3251045 ] ], [ [ 120.2697989, 30.3245451 ], [ 120.269871, 30.3244485 ] ], [ [ 120.2699638, 30.324495 ], [ 120.2699025, 30.3246052 ] ], [ [ 120.2686182, 30.3264628 ], [ 120.2696032, 30.3248309 ], [ 120.2697311, 30.3246359 ], [ 120.2697989, 30.3245451 ] ], [ [ 120.2736285, 30.3266792 ], [ 120.2731572, 30.3264383 ], [ 120.2727909, 30.3262399 ], [ 120.2716908, 30.3256442 ], [ 120.2711689, 30.3253567 ], [ 120.2709215, 30.3251545 ] ], [ [ 120.2720647, 30.3254405 ], [ 120.2721556, 30.3254899 ], [ 120.272448, 30.3256457 ], [ 120.2738844, 30.3264113 ] ], [ [ 120.2699025, 30.3246052 ], [ 120.2698458, 30.3247072 ], [ 120.2697315, 30.3249024 ], [ 120.269469, 30.3253053 ], [ 120.2687538, 30.326544 ] ], [ [ 120.2676438, 30.328061 ], [ 120.268085, 30.3273975 ], [ 120.2686182, 30.3264628 ] ], [ [ 120.2687538, 30.326544 ], [ 120.267778, 30.328109 ] ], [ [ 120.2738844, 30.3264113 ], [ 120.2747521, 30.326848 ], [ 120.2752949, 30.3271212 ], [ 120.2758682, 30.3274237 ], [ 120.2762292, 30.3276283 ], [ 120.2764583, 30.3277889 ] ], [ [ 120.277603, 30.3298606 ], [ 120.2773602, 30.329393 ], [ 120.2772673, 30.3292311 ], [ 120.277108, 30.3289536 ], [ 120.2768185, 30.3285949 ], [ 120.2765383, 30.3282805 ], [ 120.2760619, 30.3279499 ], [ 120.275707, 30.3277444 ], [ 120.275223, 30.3274955 ], [ 120.274829, 30.3272929 ], [ 120.2736285, 30.3266792 ] ], [ [ 120.2764583, 30.3277889 ], [ 120.2767, 30.3279583 ], [ 120.2768734, 30.3281141 ], [ 120.2771536, 30.3284038 ], [ 120.2772308, 30.3284837 ], [ 120.2773689, 30.3286548 ], [ 120.2775529, 30.3289341 ] ], [ [ 120.2775529, 30.3289341 ], [ 120.2777051, 30.3291649 ], [ 120.2780253, 30.329797 ] ], [ [ 120.2780253, 30.329797 ], [ 120.2781348, 30.3299752 ] ], [ [ 120.2776928, 30.3300338 ], [ 120.277603, 30.3298606 ] ], [ [ 120.266395, 30.3312215 ], [ 120.2663455, 30.331311 ] ], [ [ 120.2645201, 30.3336864 ], [ 120.2654391, 30.332424 ], [ 120.2655405, 30.3322848 ], [ 120.2659376, 30.3317505 ], [ 120.2662826, 30.3312145 ] ], [ [ 120.2663455, 30.331311 ], [ 120.2658929, 30.3319416 ], [ 120.2655688, 30.332389 ], [ 120.2646105, 30.3337426 ] ], [ [ 120.2781348, 30.3299752 ], [ 120.2785345, 30.330742 ], [ 120.2787315, 30.33112 ], [ 120.2788762, 30.3314102 ], [ 120.278987, 30.3316961 ], [ 120.2791581, 30.332138 ], [ 120.2795632, 30.3332591 ] ], [ [ 120.2791366, 30.3333603 ], [ 120.278948, 30.3327345 ], [ 120.2789108, 30.3326085 ], [ 120.2787612, 30.3321017 ], [ 120.2785041, 30.3315296 ], [ 120.2784623, 30.3314366 ], [ 120.2778038, 30.3302475 ], [ 120.2776928, 30.3300338 ] ], [ [ 120.2795632, 30.3332591 ], [ 120.2796034, 30.3333636 ] ], [ [ 120.279179, 30.3334813 ], [ 120.2791366, 30.3333603 ] ], [ [ 120.2796034, 30.3333636 ], [ 120.2797092, 30.3336213 ], [ 120.2799427, 30.3340485 ], [ 120.2800024, 30.3341351 ], [ 120.2801486, 30.3343474 ], [ 120.2807385, 30.3350676 ], [ 120.2814944, 30.3359906 ], [ 120.2817455, 30.3363832 ] ], [ [ 120.2646105, 30.3337426 ], [ 120.2664534, 30.3351663 ] ], [ [ 120.2663534, 30.335283 ], [ 120.2655633, 30.3346788 ], [ 120.2645112, 30.3338744 ] ], [ [ 120.2664534, 30.3351663 ], [ 120.2666455, 30.3353135 ] ], [ [ 120.2667104, 30.3355947 ], [ 120.2663534, 30.335283 ] ], [ [ 120.2666455, 30.3353135 ], [ 120.2673924, 30.3358226 ], [ 120.2684183, 30.336639 ], [ 120.2697493, 30.3376982 ], [ 120.2700768, 30.3379896 ] ], [ [ 120.2699068, 30.3381155 ], [ 120.2693207, 30.3375926 ], [ 120.2667212, 30.3356021 ], [ 120.2667104, 30.3355947 ] ], [ [ 120.281374, 30.3365341 ], [ 120.2812058, 30.3362889 ], [ 120.2809303, 30.335931 ], [ 120.2808277, 30.3357976 ], [ 120.2798164, 30.3345392 ], [ 120.2795784, 30.3342379 ], [ 120.279373, 30.3338953 ], [ 120.279179, 30.3334813 ] ], [ [ 120.2817455, 30.3363832 ], [ 120.2817714, 30.3364238 ], [ 120.2818131, 30.3365085 ] ], [ [ 120.2818131, 30.3365085 ], [ 120.2819538, 30.3367941 ], [ 120.282149, 30.3372257 ], [ 120.2822831, 30.3376573 ], [ 120.2824538, 30.3383048 ], [ 120.2825189, 30.338552 ], [ 120.2828451, 30.33982 ] ], [ [ 120.2824556, 30.3399411 ], [ 120.2823807, 30.3396432 ], [ 120.2819698, 30.3380488 ], [ 120.2819213, 30.3378608 ], [ 120.281775, 30.3374292 ], [ 120.2816408, 30.3370994 ], [ 120.2815392, 30.3368573 ], [ 120.2814423, 30.3366477 ] ], [ [ 120.2826636, 30.3414786 ], [ 120.2828156, 30.3414471 ] ], [ [ 120.2828156, 30.3414471 ], [ 120.2830055, 30.341482 ] ], [ [ 120.2828183, 30.3415363 ], [ 120.2826636, 30.3414786 ] ], [ [ 120.2830055, 30.341482 ], [ 120.2830644, 30.3415668 ] ], [ [ 120.2829951, 30.3415692 ], [ 120.2828183, 30.3415363 ] ], [ [ 120.2830644, 30.3415668 ], [ 120.2830514, 30.3416583 ] ], [ [ 120.2830514, 30.3416583 ], [ 120.2829951, 30.3415692 ] ], [ [ 120.2882958, 30.348419 ], [ 120.2884678, 30.3484682 ], [ 120.2891802, 30.3486556 ], [ 120.2895459, 30.3487524 ], [ 120.2899325, 30.3488548 ], [ 120.290408, 30.3489801 ], [ 120.2906116, 30.3490172 ], [ 120.2909031, 30.3490809 ], [ 120.2910439, 30.34911 ], [ 120.29113, 30.3491256 ], [ 120.2917506, 30.3492383 ], [ 120.2920679, 30.3492874 ], [ 120.2926989, 30.3493851 ], [ 120.2932022, 30.3494481 ], [ 120.293508, 30.3494568 ], [ 120.2937064, 30.3494638 ], [ 120.2939449, 30.3495158 ] ], [ [ 120.2939449, 30.3495158 ], [ 120.2937375, 30.3495453 ], [ 120.2934765, 30.3495469 ], [ 120.2934085, 30.3495426 ], [ 120.2931737, 30.3495223 ], [ 120.2928861, 30.3494779 ], [ 120.292554, 30.3494295 ], [ 120.2920056, 30.3493497 ], [ 120.2915702, 30.3492859 ], [ 120.2915376, 30.3492811 ], [ 120.2911294, 30.3492214 ], [ 120.2909321, 30.3491876 ], [ 120.2906221, 30.3491107 ], [ 120.2903998, 30.3490495 ], [ 120.2898106, 30.3488913 ], [ 120.2895173, 30.3488125 ], [ 120.2882754, 30.3484815 ] ], [ [ 120.2830514, 30.3416583 ], [ 120.2830421, 30.3419492 ], [ 120.282989, 30.342221 ], [ 120.2829713, 30.3423432 ], [ 120.2829572, 30.3426364 ], [ 120.2828829, 30.3429297 ], [ 120.2828262, 30.3429999 ], [ 120.2827389, 30.3430534 ] ], [ [ 120.282884, 30.3421202 ], [ 120.2828793, 30.3425356 ], [ 120.2828015, 30.3429113 ], [ 120.2827389, 30.3430534 ] ], [ [ 120.2830644, 30.3415668 ], [ 120.283175, 30.3417881 ], [ 120.2833593, 30.3425505 ], [ 120.2835382, 30.3432653 ], [ 120.28373, 30.3440093 ], [ 120.2837858, 30.34425 ], [ 120.28394, 30.3449153 ], [ 120.2840925, 30.3455257 ], [ 120.2841588, 30.3457931 ], [ 120.28427, 30.3460475 ], [ 120.2844028, 30.3462824 ], [ 120.2845424, 30.3465067 ], [ 120.2846528, 30.3466606 ] ], [ [ 120.2846022, 30.3466874 ], [ 120.284435, 30.3464801 ], [ 120.2842706, 30.3462099 ], [ 120.2841596, 30.345969 ], [ 120.2840212, 30.3455472 ], [ 120.2839136, 30.345112 ], [ 120.2836507, 30.3440233 ], [ 120.2835913, 30.3437949 ], [ 120.2834713, 30.3433335 ], [ 120.2832397, 30.342369 ], [ 120.2831162, 30.3418808 ], [ 120.2830514, 30.3416583 ] ], [ [ 120.3136522, 30.3316346 ], [ 120.3136633, 30.3315615 ] ], [ [ 120.3135075, 30.3377961 ], [ 120.3135484, 30.3349169 ] ], [ [ 120.3135484, 30.3349169 ], [ 120.313639, 30.3320059 ] ], [ [ 120.313639, 30.3320059 ], [ 120.3136499, 30.3317841 ] ], [ [ 120.3136499, 30.3317841 ], [ 120.3136522, 30.3316346 ] ], [ [ 120.3135149, 30.3379193 ], [ 120.3135075, 30.3377961 ] ], [ [ 120.3023238, 30.3386012 ], [ 120.3080414, 30.3386566 ], [ 120.3087808, 30.3386549 ], [ 120.309483, 30.3386023 ], [ 120.3100502, 30.3384929 ], [ 120.310354, 30.3384132 ], [ 120.3105731, 30.3383556 ], [ 120.3112532, 30.3381391 ], [ 120.3119321, 30.3379625 ], [ 120.3124989, 30.3378484 ], [ 120.3128102, 30.3378182 ], [ 120.3132188, 30.3377984 ], [ 120.3135075, 30.3377961 ] ], [ [ 120.3135149, 30.3379193 ], [ 120.3132185, 30.3379297 ], [ 120.3128214, 30.3379475 ], [ 120.3126127, 30.3379599 ], [ 120.3120831, 30.3380344 ], [ 120.3117176, 30.3381311 ], [ 120.3104281, 30.3385242 ], [ 120.3103612, 30.3385378 ], [ 120.3098274, 30.3386464 ], [ 120.3093166, 30.3387273 ], [ 120.3088064, 30.3387674 ], [ 120.3023238, 30.3387047 ] ], [ [ 120.3005461, 30.3576257 ], [ 120.3035518, 30.3574967 ], [ 120.3088676, 30.3573818 ], [ 120.309564, 30.357344 ] ], [ [ 120.3015759, 30.3525154 ], [ 120.3021465, 30.3528563 ], [ 120.3026387, 30.3531134 ], [ 120.30289, 30.3532518 ], [ 120.3033065, 30.3534422 ] ], [ [ 120.3032569, 30.3534894 ], [ 120.3029474, 30.3533534 ], [ 120.3027968, 30.353273 ], [ 120.302553, 30.3531429 ], [ 120.302183, 30.3529447 ], [ 120.3019127, 30.352785 ], [ 120.3015759, 30.3525154 ] ], [ [ 120.3033065, 30.3534422 ], [ 120.3033999, 30.3534698 ] ], [ [ 120.3032569, 30.3534894 ], [ 120.3033065, 30.3534422 ] ], [ [ 120.2864469, 30.3478204 ], [ 120.2865201, 30.347845 ] ], [ [ 120.2865201, 30.347845 ], [ 120.2874958, 30.3481899 ], [ 120.2882958, 30.348419 ] ], [ [ 120.2882754, 30.3484815 ], [ 120.2875348, 30.3482814 ], [ 120.2866727, 30.3479845 ], [ 120.2864434, 30.3478876 ] ], [ [ 120.2814423, 30.3366477 ], [ 120.2814225, 30.3366048 ], [ 120.281374, 30.3365341 ] ], [ [ 120.2857375, 30.3394589 ], [ 120.2859054, 30.3394794 ] ], [ [ 120.2858203, 30.3395962 ], [ 120.2856354, 30.3395828 ] ], [ [ 120.2828451, 30.33982 ], [ 120.283159, 30.3397552 ], [ 120.2837276, 30.3395901 ], [ 120.2841246, 30.3394959 ], [ 120.2843606, 30.3394651 ], [ 120.2845681, 30.3394543 ], [ 120.2849311, 30.3394373 ], [ 120.2853227, 30.3394419 ], [ 120.2857375, 30.3394589 ] ], [ [ 120.2856354, 30.3395828 ], [ 120.2851957, 30.3395654 ], [ 120.2847594, 30.3395453 ], [ 120.2844447, 30.33957 ], [ 120.2840459, 30.339641 ], [ 120.2835399, 30.3397907 ], [ 120.2830678, 30.3399404 ], [ 120.2828885, 30.3399888 ] ], [ [ 120.2827404, 30.3398313 ], [ 120.2828451, 30.33982 ] ], [ [ 120.2826005, 30.3398963 ], [ 120.2827404, 30.3398313 ] ], [ [ 120.2828451, 30.33982 ], [ 120.2828676, 30.3399074 ], [ 120.2828885, 30.3399888 ] ], [ [ 120.2824556, 30.3399411 ], [ 120.2826005, 30.3398963 ] ], [ [ 120.2828885, 30.3399888 ], [ 120.2827869, 30.3400174 ] ], [ [ 120.2824827, 30.3401121 ], [ 120.2824655, 30.3400329 ], [ 120.2824556, 30.3399411 ] ], [ [ 120.2827869, 30.3400174 ], [ 120.2826389, 30.3400579 ] ], [ [ 120.2826389, 30.3400579 ], [ 120.2824827, 30.3401121 ] ], [ [ 120.2828885, 30.3399888 ], [ 120.2829536, 30.3402418 ], [ 120.2830315, 30.3406419 ], [ 120.2830468, 30.3407499 ], [ 120.2830669, 30.3408924 ], [ 120.2830881, 30.3412039 ], [ 120.2830689, 30.3414475 ], [ 120.2830644, 30.3415668 ] ], [ [ 120.2826636, 30.3414786 ], [ 120.2826847, 30.3411825 ], [ 120.2826245, 30.3407641 ], [ 120.2824827, 30.3401121 ] ], [ [ 120.277692, 30.3410477 ], [ 120.277827, 30.3410204 ] ], [ [ 120.2777223, 30.3411879 ], [ 120.2775967, 30.3412091 ], [ 120.2771002, 30.3412887 ], [ 120.2760666, 30.3414835 ], [ 120.2760339, 30.3413613 ], [ 120.277692, 30.3410477 ] ], [ [ 120.2805712, 30.3468254 ], [ 120.2806213, 30.3466132 ], [ 120.2807098, 30.3462619 ], [ 120.2807947, 30.3459809 ], [ 120.2809752, 30.3455472 ], [ 120.2811097, 30.3452968 ], [ 120.2812387, 30.3450486 ], [ 120.2815929, 30.3443673 ], [ 120.2817892, 30.3439895 ], [ 120.2820193, 30.3435558 ], [ 120.2821396, 30.3432962 ], [ 120.2822281, 30.3430976 ], [ 120.282458, 30.3425821 ], [ 120.282536, 30.3423768 ], [ 120.2826386, 30.3418301 ], [ 120.2826636, 30.3414786 ] ], [ [ 120.2700768, 30.3379896 ], [ 120.2702225, 30.3381192 ] ], [ [ 120.2700595, 30.3382517 ], [ 120.2699844, 30.3381847 ] ], [ [ 120.2702225, 30.3381192 ], [ 120.2722133, 30.3398908 ] ], [ [ 120.2720449, 30.3400229 ], [ 120.270823, 30.3389328 ], [ 120.2700595, 30.3382517 ] ], [ [ 120.2827389, 30.3430534 ], [ 120.2827059, 30.3431282 ], [ 120.2825856, 30.343397 ], [ 120.2821786, 30.344127 ], [ 120.2817609, 30.3449211 ], [ 120.2815435, 30.3453177 ], [ 120.2813575, 30.3456572 ], [ 120.2812513, 30.3459596 ], [ 120.2809961, 30.3467987 ] ], [ [ 120.2846528, 30.3466606 ], [ 120.284913, 30.3469106 ], [ 120.2851055, 30.3470701 ], [ 120.2854674, 30.3473255 ], [ 120.2860189, 30.3475981 ], [ 120.2864469, 30.3478204 ] ], [ [ 120.2864434, 30.3478876 ], [ 120.2854013, 30.3473688 ], [ 120.285102, 30.3471745 ], [ 120.2848265, 30.3469539 ], [ 120.2846022, 30.3466874 ] ], [ [ 120.2806388, 30.3484388 ], [ 120.2805257, 30.3482105 ], [ 120.2804833, 30.3476241 ], [ 120.2804939, 30.347276 ], [ 120.2805257, 30.3470194 ], [ 120.2805712, 30.3468254 ] ], [ [ 120.2809961, 30.3467987 ], [ 120.280954, 30.347056 ], [ 120.2809115, 30.3473676 ], [ 120.280908, 30.3478227 ], [ 120.2809221, 30.3482503 ], [ 120.2808702, 30.3485552 ] ], [ [ 120.2699844, 30.3381847 ], [ 120.2699068, 30.3381155 ] ], [ [ 120.2697479, 30.3615289 ], [ 120.2698792, 30.3615872 ] ], [ [ 120.2697262, 30.3616621 ], [ 120.2697479, 30.3615289 ] ], [ [ 120.2698792, 30.3615872 ], [ 120.2697262, 30.3616621 ] ], [ [ 120.2639909, 30.3645057 ], [ 120.2641545, 30.3644917 ], [ 120.2645555, 30.3644574 ], [ 120.2650571, 30.3643672 ], [ 120.2654701, 30.3642422 ], [ 120.2658993, 30.3640802 ], [ 120.2663338, 30.3638465 ], [ 120.2664374, 30.3637817 ], [ 120.2669758, 30.363445 ], [ 120.2686715, 30.362221 ], [ 120.2693701, 30.3617381 ], [ 120.2697479, 30.3615289 ] ], [ [ 120.2697262, 30.3616621 ], [ 120.2692729, 30.3619552 ], [ 120.2685565, 30.3624272 ], [ 120.2670554, 30.3635112 ], [ 120.2665627, 30.3638564 ], [ 120.2661471, 30.3640936 ], [ 120.2656932, 30.3643075 ], [ 120.2651646, 30.3644666 ], [ 120.2647615, 30.3645376 ], [ 120.2640017, 30.3646037 ] ], [ [ 120.3033999, 30.3534698 ], [ 120.3033503, 30.3535237 ] ], [ [ 120.3033503, 30.3535237 ], [ 120.3032569, 30.3534894 ] ], [ [ 120.3033999, 30.3534698 ], [ 120.3035913, 30.3535376 ], [ 120.3047723, 30.3539558 ] ], [ [ 120.3047723, 30.3539558 ], [ 120.3043532, 30.3538769 ], [ 120.3036906, 30.3536435 ], [ 120.3033503, 30.3535237 ] ], [ [ 120.2997927, 30.3556938 ], [ 120.3027476, 30.3538324 ] ], [ [ 120.3027476, 30.3538324 ], [ 120.3030758, 30.3536114 ] ], [ [ 120.3030758, 30.3536114 ], [ 120.3032569, 30.3534894 ] ], [ [ 120.3033503, 30.3535237 ], [ 120.3028043, 30.3538836 ] ], [ [ 120.3028043, 30.3538836 ], [ 120.2998436, 30.3557521 ] ], [ [ 120.2943785, 30.3496012 ], [ 120.2939449, 30.3495158 ] ], [ [ 120.2950063, 30.357616 ], [ 120.2952132, 30.3576178 ] ], [ [ 120.2821429, 30.3548354 ], [ 120.282221, 30.3550396 ], [ 120.2825309, 30.3556687 ] ], [ [ 120.2988831, 30.3560435 ], [ 120.2990176, 30.3561076 ], [ 120.2990937, 30.3561137 ], [ 120.2992052, 30.3560633 ], [ 120.299322, 30.3559931 ], [ 120.2993401, 30.3559816 ], [ 120.2997927, 30.3556938 ] ], [ [ 120.2998436, 30.3557521 ], [ 120.2994397, 30.3560006 ], [ 120.2991811, 30.3561698 ], [ 120.299159, 30.3562231 ], [ 120.2991697, 30.3562682 ], [ 120.2992046, 30.3563342 ], [ 120.2992364, 30.356395 ] ], [ [ 120.3002105, 30.3576356 ], [ 120.3005461, 30.3576257 ] ], [ [ 120.2952132, 30.3576178 ], [ 120.2972906, 30.3576358 ], [ 120.2986026, 30.3576384 ], [ 120.2999117, 30.3576443 ], [ 120.3002105, 30.3576356 ] ], [ [ 120.3003865, 30.3577841 ], [ 120.2993459, 30.3577637 ], [ 120.2991491, 30.3577624 ], [ 120.2973093, 30.3577505 ], [ 120.2952062, 30.3577677 ] ], [ [ 120.3007254, 30.3577802 ], [ 120.3003865, 30.3577841 ] ], [ [ 120.2952062, 30.3577677 ], [ 120.2949918, 30.3577788 ] ], [ [ 120.2881154, 30.358405 ], [ 120.2885771, 30.358395 ], [ 120.2888847, 30.3583728 ], [ 120.2894204, 30.3583294 ], [ 120.289903, 30.358266 ], [ 120.2901678, 30.3582292 ], [ 120.2910162, 30.3580862 ], [ 120.2923701, 30.3578795 ], [ 120.2934975, 30.3577313 ], [ 120.2941081, 30.3576622 ], [ 120.2945595, 30.357631 ], [ 120.2950063, 30.357616 ] ], [ [ 120.2949918, 30.3577788 ], [ 120.294622, 30.3577802 ], [ 120.2938553, 30.35783 ], [ 120.2929906, 30.3579201 ], [ 120.2926676, 30.3579669 ], [ 120.2918832, 30.3580806 ], [ 120.2909986, 30.3582213 ], [ 120.2901391, 30.358371 ] ], [ [ 120.2901391, 30.358371 ], [ 120.2899009, 30.3583977 ], [ 120.2893961, 30.3584595 ], [ 120.2888093, 30.358505 ], [ 120.2881117, 30.3585064 ] ], [ [ 120.2863197, 30.3582518 ], [ 120.2881154, 30.358405 ] ], [ [ 120.2881117, 30.3585064 ], [ 120.2864581, 30.3583448 ], [ 120.2863272, 30.358332 ] ], [ [ 120.2839526, 30.3581265 ], [ 120.2844366, 30.3587745 ], [ 120.2846684, 30.3590812 ], [ 120.2848613, 30.3593364 ], [ 120.2853921, 30.3599167 ], [ 120.285622, 30.3601603 ], [ 120.2857638, 30.3603106 ], [ 120.2865763, 30.3611484 ], [ 120.286858, 30.3614426 ] ], [ [ 120.2876969, 30.362724 ], [ 120.2874555, 30.3625582 ], [ 120.2864858, 30.3615688 ], [ 120.2857739, 30.3608327 ], [ 120.2855585, 30.3606099 ], [ 120.2853449, 30.3604282 ], [ 120.2848542, 30.3598556 ], [ 120.2845534, 30.3594983 ], [ 120.2841412, 30.3590044 ], [ 120.2838703, 30.3586799 ], [ 120.2834855, 30.3581366 ] ], [ [ 120.3095249, 30.3575098 ], [ 120.3088747, 30.3575197 ], [ 120.3034245, 30.3576964 ], [ 120.3026871, 30.3577193 ], [ 120.3007254, 30.3577802 ] ], [ [ 120.2533282, 30.3252021 ], [ 120.2493426, 30.3221301 ] ], [ [ 120.2675917, 30.3281177 ], [ 120.2676438, 30.328061 ] ], [ [ 120.267778, 30.328109 ], [ 120.2677251, 30.3281634 ] ], [ [ 120.2662826, 30.3312145 ], [ 120.2664686, 30.3308146 ], [ 120.2669183, 30.3296158 ], [ 120.2671045, 30.3291615 ], [ 120.2673423, 30.3285884 ], [ 120.2675917, 30.3281177 ] ], [ [ 120.2677251, 30.3281634 ], [ 120.2674863, 30.3286656 ], [ 120.2673773, 30.3288686 ], [ 120.2672741, 30.3290608 ], [ 120.266867, 30.3301237 ], [ 120.2665164, 30.3310233 ], [ 120.266395, 30.3312215 ] ], [ [ 120.2645201, 30.3336864 ], [ 120.2646105, 30.3337426 ] ], [ [ 120.2644018, 30.3337808 ], [ 120.2645201, 30.3336864 ] ], [ [ 120.2646105, 30.3337426 ], [ 120.2645112, 30.3338744 ] ], [ [ 120.2645112, 30.3338744 ], [ 120.2644018, 30.3337808 ] ], [ [ 120.2635231, 30.3345548 ], [ 120.2644018, 30.3337808 ] ], [ [ 120.2645112, 30.3338744 ], [ 120.263594, 30.3346037 ] ], [ [ 120.2544509, 30.368835 ], [ 120.2545193, 30.368903 ] ], [ [ 120.2542713, 30.3689817 ], [ 120.2544509, 30.368835 ] ], [ [ 120.2545193, 30.368903 ], [ 120.2543511, 30.369057 ] ], [ [ 120.2543511, 30.369057 ], [ 120.2542713, 30.3689817 ] ], [ [ 120.2534193, 30.3251045 ], [ 120.2551401, 30.3264308 ], [ 120.2567645, 30.3276829 ], [ 120.2571035, 30.3279391 ], [ 120.2584848, 30.3289831 ], [ 120.2590025, 30.3293877 ], [ 120.2599011, 30.3300899 ], [ 120.2601101, 30.3302533 ], [ 120.2628927, 30.3324278 ], [ 120.2645201, 30.3336864 ] ], [ [ 120.2644018, 30.3337808 ], [ 120.2627965, 30.3325158 ], [ 120.2620687, 30.3319575 ], [ 120.2605679, 30.3308063 ], [ 120.2599709, 30.3303483 ], [ 120.2597887, 30.3302085 ], [ 120.2588927, 30.3295212 ], [ 120.2588185, 30.3294643 ], [ 120.2569685, 30.3280373 ], [ 120.2567044, 30.3278336 ], [ 120.2533282, 30.3252021 ] ], [ [ 120.2544509, 30.368835 ], [ 120.2547458, 30.3685957 ], [ 120.2551256, 30.3682873 ], [ 120.2557819, 30.3677546 ], [ 120.2564228, 30.3672344 ], [ 120.2578072, 30.3660914 ], [ 120.2579238, 30.3660083 ], [ 120.2581922, 30.365817 ], [ 120.2588383, 30.3654533 ], [ 120.2593567, 30.3652026 ], [ 120.2597469, 30.3650508 ], [ 120.2600386, 30.3649221 ], [ 120.2604159, 30.3648298 ], [ 120.2610689, 30.3647236 ], [ 120.2616395, 30.3646628 ], [ 120.2622888, 30.3646316 ], [ 120.2636008, 30.3645361 ], [ 120.2639909, 30.3645057 ] ], [ [ 120.2640017, 30.3646037 ], [ 120.2637318, 30.3646006 ], [ 120.2631116, 30.3646391 ], [ 120.2618845, 30.3647431 ], [ 120.2613557, 30.3647819 ], [ 120.260877, 30.3648545 ], [ 120.260452, 30.364939 ], [ 120.2600362, 30.3650677 ], [ 120.2596399, 30.3652278 ], [ 120.2591467, 30.3654359 ], [ 120.2586682, 30.365692 ], [ 120.2580175, 30.3661726 ], [ 120.2576843, 30.3663953 ], [ 120.2574911, 30.3665478 ], [ 120.2557007, 30.3679603 ], [ 120.2552362, 30.368331 ], [ 120.2548533, 30.3686365 ], [ 120.2545193, 30.368903 ] ], [ [ 120.2545193, 30.368903 ], [ 120.2557514, 30.3699934 ], [ 120.2561712, 30.370438 ], [ 120.2569078, 30.371218 ], [ 120.2588933, 30.3732865 ], [ 120.2599317, 30.3743613 ], [ 120.26041, 30.3748747 ], [ 120.26157, 30.3759851 ], [ 120.262357, 30.3768308 ], [ 120.2628236, 30.3773322 ], [ 120.2637157, 30.3784268 ], [ 120.2640293, 30.3790719 ], [ 120.2646025, 30.3799769 ], [ 120.2647824, 30.3802608 ], [ 120.2662582, 30.3828985 ], [ 120.2664664, 30.3833332 ], [ 120.2671771, 30.3845418 ], [ 120.2677906, 30.3857398 ] ], [ [ 120.2675452, 30.3858405 ], [ 120.2668909, 30.3846344 ], [ 120.2660174, 30.3830213 ], [ 120.2654585, 30.3819481 ], [ 120.2640291, 30.3795441 ], [ 120.2633403, 30.3786008 ], [ 120.262477, 30.3775358 ], [ 120.2620437, 30.377048 ], [ 120.2617312, 30.3767765 ], [ 120.2616237, 30.3766831 ], [ 120.260343, 30.3753441 ], [ 120.2586647, 30.3734438 ], [ 120.2567186, 30.3713571 ], [ 120.2554953, 30.3701251 ], [ 120.2543511, 30.369057 ] ], [ [ 120.2586447, 30.3824806 ], [ 120.2566675, 30.3802137 ], [ 120.2555624, 30.3789569 ] ], [ [ 120.2453733, 30.3861306 ], [ 120.2454986, 30.3861952 ], [ 120.246241, 30.3865781 ], [ 120.2466173, 30.3867713 ], [ 120.2472682, 30.3871097 ] ], [ [ 120.2471563, 30.387232 ], [ 120.2465896, 30.3869344 ], [ 120.2462249, 30.3867447 ], [ 120.245409, 30.3863246 ], [ 120.2452823, 30.3862593 ] ], [ [ 120.2556903, 30.3788796 ], [ 120.2570162, 30.3804516 ], [ 120.2591304, 30.3828644 ], [ 120.2604544, 30.3843711 ] ], [ [ 120.2588018, 30.3826607 ], [ 120.2586447, 30.3824806 ] ], [ [ 120.2603729, 30.3844623 ], [ 120.2598749, 30.3838912 ], [ 120.259605, 30.3835817 ], [ 120.2593607, 30.3833016 ], [ 120.2588018, 30.3826607 ] ], [ [ 120.2547033, 30.3847802 ], [ 120.254867, 30.3846802 ] ], [ [ 120.2549855, 30.384798 ], [ 120.2548248, 30.3849015 ] ], [ [ 120.2604544, 30.3843711 ], [ 120.2621108, 30.3863347 ], [ 120.2628931, 30.3872347 ] ], [ [ 120.262786, 30.3872977 ], [ 120.2626225, 30.387068 ], [ 120.2603729, 30.3844623 ] ], [ [ 120.262786, 30.3872977 ], [ 120.2628931, 30.3872347 ] ], [ [ 119.929416, 30.2438326 ], [ 119.9297626, 30.2443423 ], [ 119.9299427, 30.2446072 ], [ 119.9309496, 30.2460613 ] ], [ [ 119.9308498, 30.2461379 ], [ 119.9298378, 30.2446581 ], [ 119.9292971, 30.2439157 ] ], [ [ 119.9658748, 30.244494 ], [ 119.9654952, 30.2443999 ] ], [ [ 119.9657906, 30.2445571 ], [ 119.9654952, 30.2443999 ] ], [ [ 119.9544999, 30.2413238 ], [ 119.9546635, 30.2414651 ], [ 119.9548486, 30.2417594 ], [ 119.9549881, 30.2421197 ], [ 119.9550793, 30.2424151 ], [ 119.9553367, 30.2435297 ], [ 119.9556291, 30.2446187 ], [ 119.9558718, 30.2455682 ], [ 119.9560482, 30.246157 ], [ 119.9563479, 30.2470725 ], [ 119.9565395, 30.2475287 ], [ 119.9565954, 30.2476367 ], [ 119.9570653, 30.2485612 ] ], [ [ 119.9309496, 30.2460613 ], [ 119.9312317, 30.2464567 ], [ 119.9323754, 30.2480597 ] ], [ [ 119.9322796, 30.2481169 ], [ 119.9322046, 30.2479975 ], [ 119.9320267, 30.2477456 ], [ 119.9316984, 30.2473088 ], [ 119.9313956, 30.2468988 ], [ 119.9311849, 30.2466135 ], [ 119.9308498, 30.2461379 ] ], [ [ 119.9323754, 30.2480597 ], [ 119.9324692, 30.2481526 ] ], [ [ 119.9323566, 30.2482357 ], [ 119.9322796, 30.2481169 ] ], [ [ 119.9569494, 30.2486014 ], [ 119.9564302, 30.2476172 ], [ 119.9563767, 30.2474996 ], [ 119.9561012, 30.246769 ], [ 119.9559322, 30.2462268 ], [ 119.9556941, 30.2454173 ], [ 119.9555213, 30.244779 ] ], [ [ 119.9585276, 30.2509314 ], [ 119.9587617, 30.2507668 ] ], [ [ 119.9587617, 30.2507668 ], [ 119.9591315, 30.2505066 ] ], [ [ 119.9591315, 30.2505066 ], [ 119.9601869, 30.2498208 ] ], [ [ 119.9601869, 30.2498208 ], [ 119.961049, 30.2492605 ] ], [ [ 119.961049, 30.2492605 ], [ 119.9611676, 30.2491834 ] ], [ [ 119.9611676, 30.2491834 ], [ 119.9614852, 30.2489414 ] ], [ [ 119.9614852, 30.2489414 ], [ 119.9617216, 30.2485093 ] ], [ [ 119.9617216, 30.2485093 ], [ 119.9622137, 30.2476101 ] ], [ [ 119.9622137, 30.2476101 ], [ 119.9627327, 30.2467623 ] ], [ [ 119.9627327, 30.2467623 ], [ 119.9628443, 30.2465155 ] ], [ [ 119.9508704, 30.2480356 ], [ 119.9508033, 30.2483359 ] ], [ [ 119.9508033, 30.2483359 ], [ 119.9507503, 30.2485108 ], [ 119.9507281, 30.2485746 ], [ 119.950711, 30.2486652 ], [ 119.9506573, 30.2489968 ], [ 119.9506124, 30.2494656 ], [ 119.9506428, 30.2498072 ], [ 119.9507787, 30.2501626 ], [ 119.9508943, 30.2504164 ], [ 119.9510227, 30.2505924 ], [ 119.9512012, 30.2507413 ] ], [ [ 119.9509741, 30.2508269 ], [ 119.9509474, 30.2506883 ], [ 119.9508312, 30.2504615 ], [ 119.9507064, 30.2501906 ], [ 119.9505796, 30.2497433 ], [ 119.9505637, 30.2494934 ], [ 119.9505698, 30.2493081 ], [ 119.9505923, 30.2490721 ], [ 119.9505994, 30.2489978 ], [ 119.9506377, 30.2485644 ], [ 119.9506922, 30.2483033 ] ], [ [ 119.9585276, 30.2509314 ], [ 119.9582412, 30.2511551 ] ], [ [ 119.9538509, 30.2500286 ], [ 119.9540606, 30.2503659 ], [ 119.9542045, 30.2505961 ], [ 119.9543237, 30.2508307 ], [ 119.954484, 30.2511698 ], [ 119.954539, 30.2514642 ], [ 119.9545457, 30.2517804 ], [ 119.9545256, 30.2520776 ], [ 119.9544643, 30.2524085 ], [ 119.9544212, 30.2526166 ], [ 119.9544143, 30.252907 ], [ 119.9544172, 30.2530746 ], [ 119.9545128, 30.2533144 ], [ 119.9546416, 30.253496 ], [ 119.9548601, 30.2537065 ], [ 119.9550959, 30.2537909 ], [ 119.9554925, 30.2538106 ] ], [ [ 119.9476035, 30.2520388 ], [ 119.9475557, 30.2523304 ] ], [ [ 119.947404, 30.2523854 ], [ 119.9476035, 30.2520388 ] ], [ [ 119.9475557, 30.2523304 ], [ 119.9473733, 30.2527955 ], [ 119.9470323, 30.2535196 ], [ 119.9463286, 30.2548749 ] ], [ [ 119.9462148, 30.2548606 ], [ 119.9462876, 30.254703 ], [ 119.9464411, 30.2543935 ], [ 119.9468552, 30.2535409 ], [ 119.9469827, 30.2532821 ], [ 119.9471211, 30.2530295 ], [ 119.9472083, 30.2528704 ], [ 119.9473248, 30.2526554 ], [ 119.947404, 30.2523854 ] ], [ [ 119.9582412, 30.2511551 ], [ 119.9577433, 30.2517424 ] ], [ [ 119.9577433, 30.2517424 ], [ 119.9575418, 30.2519324 ] ], [ [ 119.9575418, 30.2519324 ], [ 119.957503, 30.251973 ] ], [ [ 119.957503, 30.251973 ], [ 119.95737, 30.2521401 ] ], [ [ 119.95737, 30.2521401 ], [ 119.957205, 30.252285 ] ], [ [ 119.957205, 30.252285 ], [ 119.9569667, 30.2524705 ] ], [ [ 119.9569667, 30.2524705 ], [ 119.9566723, 30.2526384 ] ], [ [ 119.9566723, 30.2526384 ], [ 119.9566272, 30.2526503 ] ], [ [ 119.9566272, 30.2526503 ], [ 119.9561847, 30.2527635 ] ], [ [ 119.9554925, 30.2538106 ], [ 119.9556109, 30.2534673 ], [ 119.9558124, 30.2529955 ], [ 119.9559109, 30.2527214 ] ], [ [ 119.9561847, 30.2527635 ], [ 119.9561004, 30.2531378 ], [ 119.95601, 30.2533964 ], [ 119.9559045, 30.2536946 ], [ 119.9557713, 30.2541505 ], [ 119.9557087, 30.2545409 ], [ 119.9556981, 30.2549285 ], [ 119.9557362, 30.255263 ], [ 119.9557598, 30.255624 ] ], [ [ 119.9554297, 30.255672 ], [ 119.9553762, 30.2553606 ], [ 119.9553355, 30.2548816 ], [ 119.9553552, 30.2544425 ], [ 119.9554925, 30.2538106 ] ], [ [ 119.9308205, 30.2591754 ], [ 119.9309183, 30.2591533 ] ], [ [ 119.9309183, 30.2591533 ], [ 119.9309915, 30.2591533 ], [ 119.9317712, 30.2591723 ], [ 119.9320762, 30.2591757 ], [ 119.9325306, 30.2591808 ], [ 119.9341167, 30.2592083 ] ], [ [ 119.9309183, 30.2591533 ], [ 119.9309533, 30.2593139 ] ], [ [ 119.9308694, 30.2593331 ], [ 119.9308205, 30.2591754 ] ], [ [ 119.9517232, 30.2555267 ], [ 119.9514803, 30.2559055 ] ], [ [ 119.8683495, 30.2500995 ], [ 119.868338, 30.2504659 ] ], [ [ 119.8876017, 30.2607532 ], [ 119.8876273, 30.2605544 ], [ 119.8876559, 30.2599908 ], [ 119.887784, 30.2574642 ], [ 119.8881757, 30.2504037 ], [ 119.888205, 30.2499069 ] ], [ [ 119.888205, 30.2499069 ], [ 119.8883193, 30.2500766 ], [ 119.8883454, 30.2502683 ], [ 119.8881365, 30.2557386 ], [ 119.8878884, 30.2600469 ], [ 119.8878358, 30.2605617 ], [ 119.8878101, 30.2608138 ] ], [ [ 119.8918958, 30.2617176 ], [ 119.8933931, 30.2620488 ], [ 119.8936562, 30.262107 ], [ 119.8958518, 30.2625926 ], [ 119.8960188, 30.2626296 ], [ 119.896863, 30.2628163 ], [ 119.8969137, 30.2628275 ], [ 119.8971801, 30.2628861 ] ], [ [ 119.8729279, 30.2571239 ], [ 119.8757686, 30.257702 ], [ 119.8789568, 30.2583702 ] ], [ [ 119.8788767, 30.2585663 ], [ 119.8757143, 30.2578683 ], [ 119.8729062, 30.2573398 ] ], [ [ 119.8840024, 30.2598604 ], [ 119.8872207, 30.2606587 ], [ 119.8876017, 30.2607532 ] ], [ [ 119.8875734, 30.2609734 ], [ 119.883948, 30.2600246 ] ], [ [ 119.8876017, 30.2607532 ], [ 119.8878101, 30.2608138 ] ], [ [ 119.8875734, 30.2609734 ], [ 119.8876017, 30.2607532 ] ], [ [ 119.8878101, 30.2608138 ], [ 119.8877772, 30.2610407 ] ], [ [ 119.8877772, 30.2610407 ], [ 119.8875734, 30.2609734 ] ], [ [ 119.8878101, 30.2608138 ], [ 119.8880939, 30.2608766 ], [ 119.8892748, 30.2611378 ], [ 119.8897616, 30.2612455 ], [ 119.8898619, 30.2612677 ], [ 119.8908117, 30.2614778 ] ], [ [ 119.890726, 30.2616941 ], [ 119.8877772, 30.2610407 ] ], [ [ 119.8908117, 30.2614778 ], [ 119.891234, 30.2615712 ], [ 119.8918958, 30.2617176 ] ], [ [ 119.8918316, 30.261939 ], [ 119.8916242, 30.2618931 ], [ 119.890726, 30.2616941 ] ], [ [ 119.8864383, 30.2648161 ], [ 119.8872617, 30.2622687 ], [ 119.8874184, 30.2616822 ], [ 119.887562, 30.2610619 ], [ 119.8875734, 30.2609734 ] ], [ [ 119.8877772, 30.2610407 ], [ 119.8877448, 30.2612649 ], [ 119.8876403, 30.2616709 ], [ 119.8866143, 30.2649141 ] ], [ [ 119.9506358, 30.257262 ], [ 119.9510046, 30.2566643 ], [ 119.9514803, 30.2559055 ] ], [ [ 119.943969, 30.2594299 ], [ 119.9446678, 30.257997 ], [ 119.9447192, 30.2578908 ], [ 119.9452081, 30.256879 ], [ 119.945631, 30.2560872 ], [ 119.9462148, 30.2548606 ] ], [ [ 119.9463286, 30.2548749 ], [ 119.9457344, 30.256102 ], [ 119.9453139, 30.2569196 ], [ 119.9450064, 30.257539 ], [ 119.9444604, 30.2586386 ], [ 119.9440661, 30.25943 ] ], [ [ 119.9504934, 30.2575285 ], [ 119.9506358, 30.257262 ] ], [ [ 119.9557598, 30.255624 ], [ 119.955917, 30.2562822 ], [ 119.9560736, 30.2565452 ], [ 119.956374, 30.2569678 ], [ 119.9569508, 30.2576881 ], [ 119.9574432, 30.2583835 ], [ 119.9576982, 30.2586876 ], [ 119.9578729, 30.2589833 ], [ 119.9580697, 30.2594079 ] ], [ [ 119.9578714, 30.2594355 ], [ 119.957701, 30.2590064 ], [ 119.9575195, 30.2587188 ], [ 119.9571659, 30.2582101 ], [ 119.9566802, 30.2575384 ], [ 119.9562961, 30.2570443 ], [ 119.9558494, 30.2565259 ], [ 119.9556708, 30.2561842 ], [ 119.9554297, 30.255672 ] ], [ [ 119.9578714, 30.2594355 ], [ 119.9580697, 30.2594079 ] ], [ [ 119.9580697, 30.2594079 ], [ 119.9590612, 30.2594458 ] ], [ [ 119.9590612, 30.2594458 ], [ 119.9618792, 30.2595133 ], [ 119.9623605, 30.2595341 ] ], [ [ 119.9508806, 30.2595967 ], [ 119.9511552, 30.2595151 ], [ 119.953135, 30.2595183 ], [ 119.9535693, 30.259469 ], [ 119.9548404, 30.2594614 ], [ 119.9578714, 30.2594355 ] ], [ [ 119.9578937, 30.2597332 ], [ 119.9578714, 30.2594355 ] ], [ [ 119.9580697, 30.2594079 ], [ 119.9581155, 30.2597946 ] ], [ [ 119.9548469, 30.2596417 ], [ 119.953126, 30.2596676 ], [ 119.9512953, 30.2596746 ], [ 119.9508806, 30.2595967 ] ], [ [ 119.9590612, 30.2594458 ], [ 119.9596816, 30.2595765 ], [ 119.9602935, 30.259583 ], [ 119.9611989, 30.2596132 ], [ 119.9619692, 30.2596266 ], [ 119.962311, 30.2596711 ], [ 119.9625525, 30.2597342 ], [ 119.9627992, 30.2598455 ] ], [ [ 119.9479921, 30.2595311 ], [ 119.9482493, 30.2593217 ], [ 119.9504934, 30.2575285 ] ], [ [ 119.9341167, 30.2592083 ], [ 119.9356406, 30.2592436 ], [ 119.9361864, 30.2592571 ], [ 119.9365434, 30.2592593 ], [ 119.9376612, 30.2592733 ] ], [ [ 119.9376612, 30.2592733 ], [ 119.9389643, 30.259322 ], [ 119.9401715, 30.2593624 ] ], [ [ 119.9401715, 30.2593624 ], [ 119.9422769, 30.2594037 ], [ 119.9432355, 30.2594234 ], [ 119.943969, 30.2594299 ] ], [ [ 119.9376519, 30.2594448 ], [ 119.9365643, 30.2594223 ], [ 119.9341064, 30.259368 ] ], [ [ 119.943969, 30.2594299 ], [ 119.9440661, 30.25943 ] ], [ [ 119.9440661, 30.25943 ], [ 119.9451121, 30.2594303 ], [ 119.9459702, 30.2594416 ], [ 119.9462929, 30.2594496 ] ], [ [ 119.9401662, 30.2594943 ], [ 119.9389554, 30.2594696 ], [ 119.9376519, 30.2594448 ] ], [ [ 119.9439118, 30.2595491 ], [ 119.943969, 30.2594299 ] ], [ [ 119.9440661, 30.25943 ], [ 119.9440069, 30.2595518 ] ], [ [ 119.9439118, 30.2595491 ], [ 119.9414362, 30.2595164 ], [ 119.9401662, 30.2594943 ] ], [ [ 119.9459723, 30.2595374 ], [ 119.9479921, 30.2595311 ] ], [ [ 119.9440069, 30.2595518 ], [ 119.9439118, 30.2595491 ] ], [ [ 119.9459739, 30.2596074 ], [ 119.9440069, 30.2595518 ] ], [ [ 119.9453279, 30.2615054 ], [ 119.9463521, 30.2608422 ], [ 119.9467345, 30.2605372 ], [ 119.9478045, 30.2596838 ], [ 119.9479921, 30.2595311 ] ], [ [ 119.9309533, 30.2593139 ], [ 119.9308694, 30.2593331 ] ], [ [ 119.9341064, 30.259368 ], [ 119.9320986, 30.2593342 ], [ 119.9317934, 30.259329 ], [ 119.9309533, 30.2593139 ] ], [ [ 119.9309533, 30.2593139 ], [ 119.931437, 30.2608411 ], [ 119.9317566, 30.2618368 ], [ 119.9321144, 30.2625007 ] ], [ [ 119.9319583, 30.2625089 ], [ 119.9316079, 30.2616558 ], [ 119.9313556, 30.2608996 ], [ 119.9308694, 30.2593331 ] ], [ [ 119.9321144, 30.2625007 ], [ 119.9319583, 30.2625089 ] ], [ [ 119.9321144, 30.2625007 ], [ 119.9339035, 30.2625541 ] ], [ [ 119.9440069, 30.2595518 ], [ 119.9435129, 30.2605147 ], [ 119.9432294, 30.261147 ], [ 119.9428591, 30.2618774 ], [ 119.9424312, 30.2626173 ] ], [ [ 119.9423656, 30.2626396 ], [ 119.9426299, 30.2621459 ], [ 119.9431421, 30.2611125 ], [ 119.9434322, 30.2604912 ], [ 119.9439118, 30.2595491 ] ], [ [ 119.9453279, 30.2615054 ], [ 119.9452463, 30.2615855 ], [ 119.9451792, 30.2616921 ], [ 119.9451685, 30.2618403 ], [ 119.9451658, 30.2626098 ] ], [ [ 119.945051, 30.2626102 ], [ 119.9450532, 30.262021 ], [ 119.9450494, 30.2617839 ], [ 119.9451155, 30.2615988 ], [ 119.9452562, 30.2615353 ], [ 119.9453279, 30.2615054 ] ], [ [ 119.9578937, 30.2597332 ], [ 119.9574305, 30.2597064 ], [ 119.9565361, 30.2596819 ], [ 119.9558641, 30.2596883 ], [ 119.9548469, 30.2596417 ] ], [ [ 119.9581155, 30.2597946 ], [ 119.9578937, 30.2597332 ] ], [ [ 119.9627907, 30.2604393 ], [ 119.9621647, 30.260163 ], [ 119.9616803, 30.2600249 ], [ 119.9600541, 30.260007 ], [ 119.959598, 30.2599815 ], [ 119.9591715, 30.2599654 ], [ 119.9585626, 30.2598959 ], [ 119.9581155, 30.2597946 ] ], [ [ 119.9581199, 30.261131 ], [ 119.9581245, 30.2625201 ], [ 119.9581142, 30.2627367 ] ], [ [ 119.9579564, 30.2627343 ], [ 119.9579622, 30.2625574 ], [ 119.9579729, 30.2612751 ], [ 119.9579741, 30.2611368 ] ], [ [ 119.9374826, 30.2625936 ], [ 119.9372408, 30.2625909 ] ], [ [ 119.9372408, 30.2625909 ], [ 119.9368012, 30.262586 ] ], [ [ 119.9368012, 30.262586 ], [ 119.9364981, 30.2625827 ] ], [ [ 119.9364981, 30.2625827 ], [ 119.9353027, 30.2625695 ] ], [ [ 119.9353027, 30.2625695 ], [ 119.9339035, 30.2625541 ] ], [ [ 119.9400381, 30.262614 ], [ 119.9398128, 30.2626127 ] ], [ [ 119.9398128, 30.2626127 ], [ 119.9393535, 30.26261 ] ], [ [ 119.9393535, 30.26261 ], [ 119.9384235, 30.2626018 ] ], [ [ 119.9384235, 30.2626018 ], [ 119.9374826, 30.2625936 ] ], [ [ 119.945051, 30.2626102 ], [ 119.9451658, 30.2626098 ] ], [ [ 119.9424312, 30.2626173 ], [ 119.9427552, 30.2626254 ], [ 119.94346, 30.2626146 ], [ 119.9436195, 30.2626121 ], [ 119.9443567, 30.2626142 ], [ 119.945051, 30.2626102 ] ], [ [ 119.9423656, 30.2626396 ], [ 119.9420993, 30.2626344 ] ], [ [ 119.9420993, 30.2626344 ], [ 119.9409182, 30.2626184 ] ], [ [ 119.9409182, 30.2626184 ], [ 119.9407624, 30.2626182 ] ], [ [ 119.9407624, 30.2626182 ], [ 119.9400381, 30.262614 ] ], [ [ 119.9423656, 30.2626396 ], [ 119.9424312, 30.2626173 ] ], [ [ 119.9424312, 30.2626173 ], [ 119.9424129, 30.2626614 ] ], [ [ 119.9451658, 30.2626098 ], [ 119.9452899, 30.2626094 ], [ 119.9469384, 30.2626232 ], [ 119.9476019, 30.2626357 ], [ 119.9477658, 30.2626371 ], [ 119.9487307, 30.262653 ], [ 119.9489291, 30.2626563 ], [ 119.949482, 30.2626797 ], [ 119.9501193, 30.2626666 ] ], [ [ 119.9424129, 30.2626614 ], [ 119.9423656, 30.2626396 ] ], [ [ 119.9501193, 30.2626666 ], [ 119.9502241, 30.2626675 ] ], [ [ 119.9451658, 30.2626098 ], [ 119.945162, 30.262731 ] ], [ [ 119.9450452, 30.262743 ], [ 119.945051, 30.2626102 ] ], [ [ 119.9450452, 30.262743 ], [ 119.9441692, 30.2627342 ], [ 119.9437469, 30.2626825 ], [ 119.9432507, 30.2626709 ], [ 119.9424129, 30.2626614 ] ], [ [ 119.945162, 30.262731 ], [ 119.9450452, 30.262743 ] ], [ [ 119.9501057, 30.262782 ], [ 119.9488001, 30.2627634 ], [ 119.9476041, 30.2627463 ], [ 119.945162, 30.262731 ] ], [ [ 119.8971179, 30.2631103 ], [ 119.8920061, 30.2619777 ], [ 119.8918316, 30.261939 ] ], [ [ 119.8971801, 30.2628861 ], [ 119.8993647, 30.2633668 ], [ 119.8996965, 30.2634399 ], [ 119.9003316, 30.2635796 ], [ 119.9010735, 30.2637429 ], [ 119.9011272, 30.2637547 ] ], [ [ 119.9010322, 30.2639776 ], [ 119.8973083, 30.2631525 ], [ 119.8971179, 30.2631103 ] ], [ [ 119.9502241, 30.2626675 ], [ 119.9530029, 30.2626888 ], [ 119.9548335, 30.2627154 ], [ 119.9579564, 30.2627343 ] ], [ [ 119.9579564, 30.2627343 ], [ 119.9581142, 30.2627367 ] ], [ [ 119.9581142, 30.2627367 ], [ 119.9614963, 30.2627875 ] ], [ [ 119.9614963, 30.2627875 ], [ 119.961734, 30.2627807 ] ], [ [ 119.9581142, 30.2627367 ], [ 119.958114, 30.2628527 ] ], [ [ 119.9579561, 30.2628574 ], [ 119.9579564, 30.2627343 ] ], [ [ 119.961734, 30.2627807 ], [ 119.9632332, 30.2627971 ], [ 119.963988, 30.2628249 ] ], [ [ 119.9579561, 30.2628574 ], [ 119.9577668, 30.2628574 ], [ 119.9548244, 30.2628226 ], [ 119.9506322, 30.262774 ], [ 119.9502106, 30.2627887 ] ], [ [ 119.963988, 30.2628249 ], [ 119.9644545, 30.2628207 ] ], [ [ 119.961556, 30.2629076 ], [ 119.9614963, 30.2627875 ] ], [ [ 119.961734, 30.2627807 ], [ 119.9618078, 30.2629232 ] ], [ [ 119.958114, 30.2628527 ], [ 119.9579561, 30.2628574 ] ], [ [ 119.961556, 30.2629076 ], [ 119.958114, 30.2628527 ] ], [ [ 119.9618078, 30.2629232 ], [ 119.961556, 30.2629076 ] ], [ [ 119.9640526, 30.2629452 ], [ 119.9618078, 30.2629232 ] ], [ [ 119.9645049, 30.2629381 ], [ 119.9640526, 30.2629452 ] ], [ [ 119.958114, 30.2628527 ], [ 119.9581074, 30.2661866 ] ], [ [ 119.9502106, 30.2627887 ], [ 119.9501057, 30.262782 ] ], [ [ 119.9424129, 30.2626614 ], [ 119.9423088, 30.2629122 ], [ 119.9422672, 30.2629947 ], [ 119.9420953, 30.2633357 ], [ 119.9418493, 30.2638123 ], [ 119.9412593, 30.2650077 ] ], [ [ 119.945162, 30.262731 ], [ 119.9451555, 30.2629376 ], [ 119.9451665, 30.2637993 ], [ 119.9451554, 30.2648796 ], [ 119.9451554, 30.2660942 ] ], [ [ 119.9450525, 30.2660992 ], [ 119.9450444, 30.2644424 ], [ 119.945037, 30.2629295 ], [ 119.9450452, 30.262743 ] ], [ [ 119.940452, 30.2664995 ], [ 119.9405616, 30.2662922 ], [ 119.9408587, 30.2657024 ], [ 119.9412173, 30.2649903 ], [ 119.9417977, 30.2638002 ], [ 119.9422572, 30.26289 ], [ 119.9423656, 30.2626396 ] ], [ [ 119.9579472, 30.2661854 ], [ 119.9579556, 30.2630141 ], [ 119.9579561, 30.2628574 ] ], [ [ 119.9632041, 30.2662239 ], [ 119.961556, 30.2629076 ] ], [ [ 119.9618078, 30.2629232 ], [ 119.9640983, 30.2673453 ], [ 119.9642388, 30.2675723 ] ], [ [ 119.9639741, 30.2675746 ], [ 119.9638511, 30.2673565 ], [ 119.9632041, 30.2662239 ] ], [ [ 119.9412593, 30.2650077 ], [ 119.9410703, 30.2653689 ], [ 119.9408856, 30.2657436 ], [ 119.9408392, 30.2658378 ], [ 119.9406066, 30.2663099 ], [ 119.9405119, 30.266502 ] ], [ [ 119.9581074, 30.2661866 ], [ 119.958097, 30.267739 ] ], [ [ 119.9579323, 30.2677436 ], [ 119.9579472, 30.2661854 ] ], [ [ 119.9642388, 30.2675723 ], [ 119.9665648, 30.2675387 ] ], [ [ 119.9639741, 30.2675746 ], [ 119.9642388, 30.2675723 ] ], [ [ 119.9615535, 30.2676416 ], [ 119.9639741, 30.2675746 ] ], [ [ 119.9642388, 30.2675723 ], [ 119.9643168, 30.2677292 ] ], [ [ 119.9640847, 30.2677355 ], [ 119.9640216, 30.2676961 ], [ 119.9639741, 30.2675746 ] ], [ [ 119.958097, 30.267739 ], [ 119.9615535, 30.2676416 ] ], [ [ 119.9666319, 30.2676665 ], [ 119.9643168, 30.2677292 ] ], [ [ 119.9331696, 30.2662699 ], [ 119.9331062, 30.2658665 ], [ 119.932966, 30.2653218 ], [ 119.9319583, 30.2625089 ] ], [ [ 119.9321144, 30.2625007 ], [ 119.9325002, 30.2637206 ], [ 119.9328019, 30.2645611 ], [ 119.9329935, 30.2650459 ], [ 119.9331967, 30.2656571 ], [ 119.9333369, 30.2662821 ] ], [ [ 119.9333369, 30.2662821 ], [ 119.9332994, 30.2665621 ], [ 119.9332453, 30.2669713 ], [ 119.9330826, 30.2678021 ], [ 119.9329609, 30.268411 ], [ 119.932883, 30.2688374 ], [ 119.932755, 30.269432 ], [ 119.9326973, 30.2697852 ] ], [ [ 119.9316897, 30.2732959 ], [ 119.9316547, 30.2730884 ], [ 119.9320618, 30.2721835 ], [ 119.9322253, 30.2716706 ], [ 119.9323187, 30.2711864 ], [ 119.932589, 30.2697772 ], [ 119.9329749, 30.2677906 ], [ 119.9331162, 30.2669126 ], [ 119.9331696, 30.2662699 ] ], [ [ 119.9450338, 30.2703195 ], [ 119.9450324, 30.2701536 ], [ 119.9450303, 30.2698927 ], [ 119.9450172, 30.2682909 ], [ 119.9450525, 30.2660992 ] ], [ [ 119.9451554, 30.2660942 ], [ 119.9451445, 30.2676717 ], [ 119.9451257, 30.2698968 ], [ 119.9451235, 30.2701575 ], [ 119.9451221, 30.2703279 ] ], [ [ 119.9389296, 30.2701006 ], [ 119.938966, 30.2699994 ], [ 119.9390363, 30.2698024 ], [ 119.9390449, 30.2697786 ], [ 119.9392265, 30.2692754 ], [ 119.9393539, 30.2689223 ], [ 119.9395926, 30.2682609 ], [ 119.940452, 30.2664995 ] ], [ [ 119.9405119, 30.266502 ], [ 119.9403859, 30.2667456 ], [ 119.9398415, 30.2678657 ], [ 119.9396696, 30.2682077 ], [ 119.9396492, 30.2682631 ], [ 119.9393977, 30.2689454 ], [ 119.9392947, 30.2692696 ], [ 119.9391344, 30.269774 ], [ 119.9391233, 30.2698073 ], [ 119.9390488, 30.2700034 ], [ 119.9390172, 30.2701085 ] ], [ [ 119.9450328, 30.2703856 ], [ 119.9450338, 30.2703195 ] ], [ [ 119.9643168, 30.2677292 ], [ 119.9640847, 30.2677355 ] ], [ [ 119.9579323, 30.2677436 ], [ 119.958097, 30.267739 ] ], [ [ 119.9640847, 30.2677355 ], [ 119.9615395, 30.2678044 ] ], [ [ 119.958097, 30.267739 ], [ 119.9581007, 30.2678976 ] ], [ [ 119.9579255, 30.2679023 ], [ 119.9579323, 30.2677436 ] ], [ [ 119.9615395, 30.2678044 ], [ 119.9581007, 30.2678976 ] ], [ [ 119.9581007, 30.2678976 ], [ 119.9579255, 30.2679023 ] ], [ [ 119.9648566, 30.2720324 ], [ 119.9649287, 30.2710352 ], [ 119.9649473, 30.2705003 ], [ 119.9650047, 30.2699943 ], [ 119.9649671, 30.2694233 ], [ 119.9646563, 30.2685381 ], [ 119.9642482, 30.2678375 ], [ 119.9640847, 30.2677355 ] ], [ [ 119.9643168, 30.2677292 ], [ 119.964366, 30.2678282 ], [ 119.9647525, 30.2684796 ], [ 119.9650195, 30.2691789 ], [ 119.9650975, 30.2694166 ], [ 119.965155, 30.2699739 ], [ 119.9650354, 30.2720834 ] ], [ [ 119.9576597, 30.2709906 ], [ 119.9578012, 30.2708052 ] ], [ [ 119.9578012, 30.2708052 ], [ 119.9578244, 30.2709961 ] ], [ [ 119.955141, 30.2709059 ], [ 119.9546115, 30.2709523 ], [ 119.953914, 30.2710454 ], [ 119.9535776, 30.2710579 ], [ 119.952364, 30.2710192 ] ], [ [ 119.9451221, 30.2703279 ], [ 119.9451208, 30.2704244 ] ], [ [ 119.9495737, 30.2707807 ], [ 119.9494747, 30.2707048 ] ], [ [ 119.952364, 30.2710192 ], [ 119.9521627, 30.2710035 ], [ 119.9516773, 30.2709528 ], [ 119.9514223, 30.2709184 ], [ 119.9505943, 30.2708595 ], [ 119.9497098, 30.2708183 ], [ 119.9495737, 30.2707807 ] ], [ [ 119.9382754, 30.2724968 ], [ 119.9385152, 30.2716185 ], [ 119.9389296, 30.2701006 ] ], [ [ 119.9390172, 30.2701085 ], [ 119.9387921, 30.2708658 ], [ 119.9387485, 30.2710424 ], [ 119.938603, 30.2715018 ], [ 119.9383501, 30.2725074 ] ], [ [ 119.9450043, 30.2731604 ], [ 119.9450259, 30.2717074 ], [ 119.945032, 30.2706741 ], [ 119.9450328, 30.2703856 ] ], [ [ 119.9451208, 30.2704244 ], [ 119.9451124, 30.2717025 ], [ 119.9450956, 30.2731609 ] ], [ [ 119.9574442, 30.2737755 ], [ 119.9575495, 30.2724408 ], [ 119.9576597, 30.2709906 ] ], [ [ 119.9326973, 30.2697852 ], [ 119.9324774, 30.2708516 ] ], [ [ 119.9324774, 30.2708516 ], [ 119.932327, 30.2716738 ], [ 119.9322116, 30.2720807 ], [ 119.9319143, 30.2728567 ], [ 119.9316897, 30.2732959 ] ], [ [ 119.925777, 30.27164 ], [ 119.9258964, 30.2716271 ] ], [ [ 119.9258964, 30.2716271 ], [ 119.9262471, 30.271702 ] ], [ [ 119.9262471, 30.271702 ], [ 119.9269897, 30.2719366 ] ], [ [ 119.9269897, 30.2719366 ], [ 119.9291761, 30.2727254 ] ], [ [ 119.9291761, 30.2727254 ], [ 119.9302564, 30.273169 ] ], [ [ 119.9302564, 30.273169 ], [ 119.9307656, 30.2732828 ] ], [ [ 119.9307656, 30.2732828 ], [ 119.9312214, 30.2733266 ] ], [ [ 119.9312214, 30.2733266 ], [ 119.9314965, 30.2733034 ] ], [ [ 119.9314965, 30.2733034 ], [ 119.9316897, 30.2732959 ] ], [ [ 119.925777, 30.27164 ], [ 119.9256258, 30.2716537 ] ], [ [ 119.9256258, 30.2716537 ], [ 119.925439, 30.2717034 ] ], [ [ 119.925439, 30.2717034 ], [ 119.9252548, 30.2718174 ] ], [ [ 119.9252548, 30.2718174 ], [ 119.925123, 30.2719716 ] ], [ [ 119.925123, 30.2719716 ], [ 119.9249801, 30.2722804 ] ], [ [ 119.9249801, 30.2722804 ], [ 119.9248625, 30.2728708 ] ], [ [ 119.9248625, 30.2728708 ], [ 119.9248278, 30.2730706 ] ], [ [ 119.9248278, 30.2730706 ], [ 119.9248083, 30.2731824 ] ], [ [ 119.9248083, 30.2731824 ], [ 119.9246592, 30.2740399 ] ], [ [ 119.9246592, 30.2740399 ], [ 119.9245305, 30.2748083 ] ], [ [ 119.9245305, 30.2748083 ], [ 119.9245039, 30.2749573 ] ], [ [ 119.9245039, 30.2749573 ], [ 119.9244787, 30.2750704 ] ], [ [ 119.9578244, 30.2709961 ], [ 119.9575908, 30.2736098 ], [ 119.9575744, 30.273793 ] ], [ [ 119.9574389, 30.2738429 ], [ 119.9574442, 30.2737755 ] ], [ [ 119.9575744, 30.273793 ], [ 119.9575681, 30.2738636 ] ], [ [ 119.9379498, 30.274749 ], [ 119.9380797, 30.2738777 ], [ 119.9381273, 30.2735416 ], [ 119.9382754, 30.2724968 ] ], [ [ 119.9383501, 30.2725074 ], [ 119.9381744, 30.2734853 ], [ 119.938121, 30.2738869 ], [ 119.9380043, 30.2747655 ] ], [ [ 119.9167346, 30.2841708 ], [ 119.916635, 30.2842581 ] ], [ [ 119.9848655, 30.2828569 ], [ 119.9853044, 30.2809243 ] ], [ [ 119.9799949, 30.281949 ], [ 119.9799056, 30.2819282 ] ], [ [ 119.9852532, 30.2815737 ], [ 119.9851171, 30.2822115 ], [ 119.9850742, 30.282426 ], [ 119.9849828, 30.2828827 ] ], [ [ 119.9800126, 30.2818227 ], [ 119.980162, 30.281851 ], [ 119.9811755, 30.2820432 ], [ 119.9848655, 30.2828569 ] ], [ [ 119.9848425, 30.2829876 ], [ 119.9823469, 30.2824637 ], [ 119.9801274, 30.281978 ], [ 119.9799949, 30.281949 ] ], [ [ 119.9848655, 30.2828569 ], [ 119.9849828, 30.2828827 ] ], [ [ 119.9848425, 30.2829876 ], [ 119.9848655, 30.2828569 ] ], [ [ 119.9849828, 30.2828827 ], [ 119.9849552, 30.2830147 ] ], [ [ 119.9755588, 30.2809863 ], [ 119.9754481, 30.2809619 ] ], [ [ 119.9875628, 30.283618 ], [ 119.9890405, 30.2840741 ] ], [ [ 119.9889859, 30.2841954 ], [ 119.9881701, 30.2839479 ], [ 119.9872076, 30.2836899 ] ], [ [ 119.9890405, 30.2840741 ], [ 119.9891646, 30.2841125 ] ], [ [ 119.9891125, 30.2842338 ], [ 119.9889859, 30.2841954 ] ], [ [ 119.9891646, 30.2841125 ], [ 119.9894739, 30.2841947 ], [ 119.9897569, 30.2842794 ], [ 119.9905825, 30.2845259 ], [ 119.9914534, 30.2847859 ] ], [ [ 119.9914312, 30.2849262 ], [ 119.9897493, 30.2844268 ], [ 119.9894625, 30.2843437 ], [ 119.9891125, 30.2842338 ] ], [ [ 119.9914534, 30.2847859 ], [ 119.9941953, 30.2856071 ] ], [ [ 119.9941655, 30.285737 ], [ 119.9938747, 30.2856508 ], [ 119.9914312, 30.2849262 ] ], [ [ 119.9941953, 30.2856071 ], [ 119.9943121, 30.2856421 ] ], [ [ 119.9849552, 30.2830147 ], [ 119.9848425, 30.2829876 ] ], [ [ 119.9849828, 30.2828827 ], [ 119.9862189, 30.2832446 ], [ 119.9874451, 30.2835824 ], [ 119.9875628, 30.283618 ] ], [ [ 119.9872076, 30.2836899 ], [ 119.9849552, 30.2830147 ] ], [ [ 119.9942811, 30.2857713 ], [ 119.9941655, 30.285737 ] ], [ [ 119.9943121, 30.2856421 ], [ 119.9965921, 30.2862791 ] ], [ [ 119.9965448, 30.2864331 ], [ 119.9942811, 30.2857713 ] ], [ [ 119.9965921, 30.2862791 ], [ 119.9966715, 30.2863037 ] ], [ [ 119.9966198, 30.286455 ], [ 119.9965448, 30.2864331 ] ], [ [ 119.9966715, 30.2863037 ], [ 119.9984651, 30.2868597 ], [ 119.998813, 30.2869676 ] ], [ [ 119.998763, 30.2870816 ], [ 119.9966198, 30.286455 ] ], [ [ 119.998813, 30.2869676 ], [ 120.0001653, 30.287368 ], [ 120.0003973, 30.2874328 ], [ 120.0009348, 30.287603 ], [ 120.0012685, 30.2877092 ], [ 120.0024284, 30.2880641 ] ], [ [ 120.0023563, 30.2881904 ], [ 120.0008769, 30.2877258 ], [ 120.0004443, 30.2875909 ], [ 120.0001311, 30.2874815 ], [ 119.9991066, 30.287182 ], [ 119.998763, 30.2870816 ] ], [ [ 119.9746599, 30.2897783 ], [ 119.9747706, 30.2865793 ] ], [ [ 119.9748965, 30.2866117 ], [ 119.9748829, 30.2880184 ], [ 119.9748211, 30.2898078 ] ], [ [ 119.9695382, 30.2889405 ], [ 119.969866, 30.2890097 ] ], [ [ 119.9698526, 30.2891613 ], [ 119.9695208, 30.2891033 ] ], [ [ 119.969866, 30.2890097 ], [ 119.9722093, 30.2893713 ], [ 119.9722835, 30.2893828 ], [ 119.9746599, 30.2897783 ] ], [ [ 119.9746473, 30.2899528 ], [ 119.972276, 30.2895267 ], [ 119.972185, 30.289513 ], [ 119.9698526, 30.2891613 ] ], [ [ 119.9746599, 30.2897783 ], [ 119.9748211, 30.2898078 ] ], [ [ 119.9746473, 30.2899528 ], [ 119.9746599, 30.2897783 ] ], [ [ 119.9748211, 30.2898078 ], [ 119.9780954, 30.2903722 ] ], [ [ 119.9780809, 30.2905319 ], [ 119.9748144, 30.2899826 ] ], [ [ 119.9780954, 30.2903722 ], [ 119.9782217, 30.2903939 ] ], [ [ 119.9782041, 30.2905526 ], [ 119.9780809, 30.2905319 ] ], [ [ 120.0378294, 30.2885319 ], [ 120.037884, 30.2882258 ] ], [ [ 120.0380379, 30.2882546 ], [ 120.0379788, 30.288575 ] ], [ [ 120.0421822, 30.2889198 ], [ 120.0427578, 30.2888694 ], [ 120.0429148, 30.2888197 ], [ 120.0430558, 30.2887655 ], [ 120.0433453, 30.2885848 ], [ 120.043618, 30.288406 ], [ 120.0437089, 30.2883058 ] ], [ [ 120.0446865, 30.2888008 ], [ 120.0447911, 30.2888136 ], [ 120.0465496, 30.2888417 ], [ 120.0472576, 30.2888823 ], [ 120.0478762, 30.2888869 ], [ 120.0490716, 30.2888726 ] ], [ [ 120.0531618, 30.2888751 ], [ 120.0569846, 30.2888499 ], [ 120.0573028, 30.2889497 ] ], [ [ 120.0497128, 30.2889643 ], [ 120.0499021, 30.2889247 ], [ 120.0504307, 30.2888951 ], [ 120.0522737, 30.2888869 ], [ 120.0531618, 30.2888751 ] ], [ [ 120.049065, 30.2892574 ], [ 120.0489324, 30.2892594 ], [ 120.0482081, 30.2892597 ], [ 120.0473572, 30.2892595 ], [ 120.0449917, 30.2892538 ], [ 120.044867, 30.2892548 ], [ 120.0447887, 30.2892201 ], [ 120.0446865, 30.2888008 ] ], [ [ 120.057299, 30.2891422 ], [ 120.0570119, 30.2892356 ], [ 120.0531632, 30.2892374 ] ], [ [ 120.0531632, 30.2892374 ], [ 120.0522122, 30.2892325 ], [ 120.0506084, 30.2892339 ], [ 120.0499629, 30.2891936 ], [ 120.0497411, 30.289154 ] ], [ [ 120.0492256, 30.2891566 ], [ 120.049065, 30.2892574 ] ], [ [ 120.0646578, 30.2892096 ], [ 120.0646694, 30.2893668 ], [ 120.0647937, 30.2900204 ], [ 120.0648592, 30.2903911 ], [ 120.0651272, 30.2919188 ] ], [ [ 120.0649682, 30.2919035 ], [ 120.064676, 30.2900392 ], [ 120.0645539, 30.289376 ], [ 120.064542, 30.2893037 ] ], [ [ 120.0440637, 30.2892141 ], [ 120.0428089, 30.2892053 ], [ 120.0421622, 30.2891835 ], [ 120.0414683, 30.2891338 ], [ 120.0408251, 30.2889888 ] ], [ [ 120.0359376, 30.2936661 ], [ 120.0367261, 30.2915646 ], [ 120.0368461, 30.2912447 ], [ 120.0372239, 30.2902595 ], [ 120.0373501, 30.2899132 ], [ 120.0376916, 30.2889699 ], [ 120.0377894, 30.2886998 ], [ 120.0378294, 30.2885319 ] ], [ [ 120.0379788, 30.288575 ], [ 120.03793, 30.28874 ], [ 120.0378127, 30.2890634 ], [ 120.0374886, 30.2899571 ], [ 120.0373592, 30.290308 ], [ 120.0369969, 30.2912589 ], [ 120.0365554, 30.2924357 ], [ 120.0360857, 30.2936874 ] ], [ [ 120.0224659, 30.2919033 ], [ 120.0210359, 30.2914359 ] ], [ [ 120.0210359, 30.2914359 ], [ 120.0207196, 30.2913325 ] ], [ [ 120.0207196, 30.2913325 ], [ 120.0206578, 30.2913123 ] ], [ [ 120.0206578, 30.2913123 ], [ 120.0205797, 30.2912868 ] ], [ [ 120.0205797, 30.2912868 ], [ 120.0189994, 30.2907834 ] ], [ [ 120.0189994, 30.2907834 ], [ 120.0189065, 30.2907538 ] ], [ [ 120.0189065, 30.2907538 ], [ 120.0181403, 30.2905097 ] ], [ [ 120.0181403, 30.2905097 ], [ 120.0174751, 30.2902978 ] ], [ [ 120.0174751, 30.2902978 ], [ 120.0162943, 30.2899217 ] ], [ [ 120.0162943, 30.2899217 ], [ 120.0162383, 30.2899048 ] ], [ [ 120.0162383, 30.2899048 ], [ 120.0152663, 30.2896119 ] ], [ [ 120.0152663, 30.2896119 ], [ 120.0148506, 30.2894994 ] ], [ [ 120.0148506, 30.2894994 ], [ 120.0143192, 30.2893555 ] ], [ [ 120.0143192, 30.2893555 ], [ 120.0132985, 30.2890407 ] ], [ [ 120.025435, 30.2928591 ], [ 120.024434, 30.2925292 ] ], [ [ 120.024434, 30.2925292 ], [ 120.0224659, 30.2919033 ] ], [ [ 120.0277524, 30.293617 ], [ 120.025435, 30.2928591 ] ], [ [ 119.9782217, 30.2903939 ], [ 119.9808411, 30.2908459 ], [ 119.9832495, 30.2912615 ] ], [ [ 119.9832264, 30.2913971 ], [ 119.9807974, 30.2909887 ], [ 119.9782041, 30.2905526 ] ], [ [ 119.9832495, 30.2912615 ], [ 119.9833209, 30.2912738 ] ], [ [ 119.9832941, 30.2914092 ], [ 119.9832468, 30.2914005 ], [ 119.9832264, 30.2913971 ] ], [ [ 119.9833209, 30.2912738 ], [ 119.9844547, 30.2915038 ], [ 119.9846943, 30.2915761 ], [ 119.9848567, 30.2916477 ], [ 119.9849662, 30.2917006 ] ], [ [ 119.9860417, 30.2929478 ], [ 119.9853016, 30.2921568 ], [ 119.9851722, 30.2920394 ], [ 119.9850023, 30.2919039 ], [ 119.9848147, 30.2917838 ], [ 119.9846222, 30.2916972 ], [ 119.9844604, 30.2916483 ], [ 119.9841417, 30.2915785 ], [ 119.9838328, 30.2915086 ], [ 119.9832941, 30.2914092 ] ], [ [ 119.9849662, 30.2917006 ], [ 119.9850668, 30.2917491 ], [ 119.9852554, 30.2919004 ], [ 119.9856112, 30.2922704 ], [ 119.9861744, 30.2928467 ] ], [ [ 119.9861744, 30.2928467 ], [ 119.9862461, 30.2930093 ] ], [ [ 119.9861437, 30.2931287 ], [ 119.9860417, 30.2929478 ] ], [ [ 119.9876331, 30.2951069 ], [ 119.9877978, 30.2951094 ] ], [ [ 119.9907537, 30.2953315 ], [ 119.9879894, 30.2951275 ] ], [ [ 119.9879894, 30.2951275 ], [ 119.9877978, 30.2951094 ] ], [ [ 119.9907537, 30.2953315 ], [ 119.9907966, 30.2953346 ] ], [ [ 119.9907966, 30.2953346 ], [ 119.9909228, 30.2953396 ] ], [ [ 119.9748211, 30.2898078 ], [ 119.9748144, 30.2899826 ] ], [ [ 119.9748144, 30.2899826 ], [ 119.9746473, 30.2899528 ] ], [ [ 119.9736745, 30.2986743 ], [ 119.9737788, 30.2976649 ], [ 119.973888, 30.2967303 ], [ 119.97393, 30.2963519 ], [ 119.9740532, 30.295963 ], [ 119.9744832, 30.2918426 ], [ 119.9745019, 30.2916636 ], [ 119.9746473, 30.2899528 ] ], [ [ 119.9748144, 30.2899826 ], [ 119.9746294, 30.2916682 ], [ 119.9746096, 30.2918585 ], [ 119.9741797, 30.2959852 ], [ 119.9742209, 30.2962578 ], [ 119.9741728, 30.2967703 ], [ 119.9741, 30.2976561 ], [ 119.9739884, 30.2986876 ] ], [ [ 119.9687092, 30.2983014 ], [ 119.9691839, 30.2983345 ] ], [ [ 119.9691748, 30.2984977 ], [ 119.9686945, 30.2984632 ] ], [ [ 119.9691839, 30.2983345 ], [ 119.969807, 30.2983585 ], [ 119.9716302, 30.2984685 ], [ 119.972362, 30.2985793 ], [ 119.9733264, 30.2986541 ], [ 119.9736745, 30.2986743 ] ], [ [ 119.9737722, 30.2988173 ], [ 119.970676, 30.2985926 ], [ 119.9691748, 30.2984977 ] ], [ [ 119.9736745, 30.2986743 ], [ 119.9739884, 30.2986876 ] ], [ [ 119.9862461, 30.2930093 ], [ 119.9864652, 30.2931537 ], [ 119.9869814, 30.2934938 ], [ 119.9873041, 30.2937208 ], [ 119.9874017, 30.2938296 ], [ 119.9875876, 30.2940833 ], [ 119.9876706, 30.2942639 ], [ 119.9877687, 30.2947112 ], [ 119.9877978, 30.2951094 ] ], [ [ 119.9876331, 30.2951069 ], [ 119.9876026, 30.2947646 ], [ 119.9875648, 30.2945425 ], [ 119.9875271, 30.2944121 ], [ 119.9874443, 30.2942025 ], [ 119.9873778, 30.2940736 ], [ 119.9873275, 30.2939742 ], [ 119.9872142, 30.2938687 ], [ 119.9870721, 30.2937646 ], [ 119.9869696, 30.2936917 ], [ 119.9861437, 30.2931287 ] ], [ [ 119.9876331, 30.2951069 ], [ 119.9856705, 30.2950776 ] ], [ [ 119.9856705, 30.2950776 ], [ 119.9849677, 30.2949836 ] ], [ [ 119.9765638, 30.298797 ], [ 119.9770987, 30.2988419 ], [ 119.9775547, 30.2988632 ], [ 119.9778391, 30.2988233 ], [ 119.9781926, 30.2987797 ], [ 119.9791295, 30.2988257 ], [ 119.9792575, 30.298843 ], [ 119.9793458, 30.2988966 ], [ 119.9793341, 30.2991479 ], [ 119.9792728, 30.2992646 ], [ 119.9792161, 30.2993299 ], [ 119.979074, 30.2993356 ], [ 119.978928, 30.2992884 ], [ 119.9788124, 30.2991924 ], [ 119.9787384, 30.2991197 ], [ 119.9786236, 30.2990622 ], [ 119.9780262, 30.2990469 ], [ 119.9765466, 30.2990083 ] ], [ [ 119.9880815, 30.2997577 ], [ 119.9873179, 30.2997154 ], [ 119.9865711, 30.2996498 ], [ 119.9851714, 30.2995336 ], [ 119.9850705, 30.2994572 ], [ 119.9851059, 30.2993182 ], [ 119.9852528, 30.2992876 ], [ 119.9857093, 30.299309 ], [ 119.986111, 30.2993411 ], [ 119.9863959, 30.2994114 ], [ 119.9865731, 30.2994436 ], [ 119.9878609, 30.2995353 ], [ 119.9880941, 30.2996086 ] ], [ [ 119.9909228, 30.2953396 ], [ 119.991845, 30.2953755 ] ], [ [ 119.991845, 30.2953755 ], [ 119.9935251, 30.2954231 ] ], [ [ 119.9935251, 30.2954231 ], [ 119.9938651, 30.2953953 ] ], [ [ 119.9938651, 30.2953953 ], [ 119.9940859, 30.2953448 ] ], [ [ 119.9940859, 30.2953448 ], [ 119.9946445, 30.2952402 ] ], [ [ 119.9946445, 30.2952402 ], [ 119.9950515, 30.2952336 ] ], [ [ 119.9950515, 30.2952336 ], [ 119.9956952, 30.2953077 ] ], [ [ 119.9956952, 30.2953077 ], [ 119.9960063, 30.2953964 ] ], [ [ 119.9960063, 30.2953964 ], [ 119.9976391, 30.2959022 ] ], [ [ 119.9976391, 30.2959022 ], [ 119.9979914, 30.2960098 ] ], [ [ 119.992039, 30.2998489 ], [ 119.9918821, 30.2995767 ], [ 119.9915984, 30.2987037 ], [ 119.9913551, 30.29825 ], [ 119.9912896, 30.2980143 ], [ 119.9909325, 30.2973235 ], [ 119.9907412, 30.2968897 ], [ 119.9907187, 30.2964077 ], [ 119.9907376, 30.2957071 ], [ 119.9907537, 30.2953315 ] ], [ [ 119.9909228, 30.2953396 ], [ 119.9908967, 30.2958008 ], [ 119.9908753, 30.2960858 ], [ 119.9908443, 30.296467 ], [ 119.9909104, 30.2968645 ], [ 119.9909794, 30.2970448 ], [ 119.9911175, 30.2973613 ], [ 119.9913485, 30.2977806 ], [ 119.9916277, 30.2981426 ], [ 119.9918723, 30.2986191 ], [ 119.9920407, 30.2990375 ], [ 119.9921817, 30.2995297 ], [ 119.9922133, 30.2998574 ] ], [ [ 119.9880941, 30.2996086 ], [ 119.9910145, 30.2997931 ], [ 119.992039, 30.2998489 ] ], [ [ 119.992039, 30.2998489 ], [ 119.9922133, 30.2998574 ] ], [ [ 119.9920679, 30.3000429 ], [ 119.9906955, 30.2999374 ], [ 119.9889688, 30.2998273 ], [ 119.9880815, 30.2997577 ] ], [ [ 119.9920679, 30.3000429 ], [ 119.992039, 30.2998489 ] ], [ [ 119.9922133, 30.2998574 ], [ 119.9922157, 30.3000508 ] ], [ [ 120.0621922, 30.2893451 ], [ 120.061612, 30.2893297 ], [ 120.0607186, 30.2892517 ], [ 120.0599237, 30.2892159 ], [ 120.0598589, 30.289213 ], [ 120.0596786, 30.2891619 ] ], [ [ 120.0646578, 30.2892096 ], [ 120.064542, 30.2893037 ] ], [ [ 120.064542, 30.2893037 ], [ 120.0645252, 30.2892109 ] ], [ [ 120.064542, 30.2893037 ], [ 120.0643958, 30.2893488 ], [ 120.0621922, 30.2893451 ] ], [ [ 120.0653197, 30.2940337 ], [ 120.0651201, 30.2928243 ], [ 120.0649682, 30.2919035 ] ], [ [ 120.0651272, 30.2919188 ], [ 120.0653037, 30.2930293 ], [ 120.0654624, 30.2940284 ] ], [ [ 120.0654624, 30.2940284 ], [ 120.0654195, 30.2965113 ], [ 120.0654173, 30.2966379 ] ], [ [ 120.0652301, 30.2966463 ], [ 120.0652354, 30.2964925 ], [ 120.0653197, 30.2940337 ] ], [ [ 120.0652301, 30.2966463 ], [ 120.0654173, 30.2966379 ] ], [ [ 120.0654173, 30.2966379 ], [ 120.0654099, 30.2967918 ] ], [ [ 120.0652227, 30.2968139 ], [ 120.0652301, 30.2966463 ] ], [ [ 120.0879426, 30.2970845 ], [ 120.0879294, 30.2972585 ] ], [ [ 120.0879294, 30.2972585 ], [ 120.087925, 30.2973604 ] ], [ [ 120.087925, 30.2973604 ], [ 120.0879169, 30.2975438 ] ], [ [ 120.0879169, 30.2975438 ], [ 120.0878165, 30.2992788 ] ], [ [ 120.0878165, 30.2992788 ], [ 120.0878127, 30.2993592 ] ], [ [ 120.0878127, 30.2993592 ], [ 120.0877691, 30.2999383 ] ], [ [ 120.0877691, 30.2999383 ], [ 120.0877369, 30.3007257 ] ], [ [ 120.0877369, 30.3007257 ], [ 120.0876528, 30.302164 ] ], [ [ 120.0876528, 30.302164 ], [ 120.0876447, 30.3023517 ] ], [ [ 120.0876447, 30.3023517 ], [ 120.0876427, 30.3023975 ] ], [ [ 120.0867465, 30.3120908 ], [ 120.0867682, 30.3119862 ] ], [ [ 120.086128, 30.3154305 ], [ 120.0862539, 30.3147468 ] ], [ [ 120.0862539, 30.3147468 ], [ 120.0862653, 30.3146851 ] ], [ [ 120.0862653, 30.3146851 ], [ 120.0863284, 30.3143426 ] ], [ [ 120.0863284, 30.3143426 ], [ 120.0865556, 30.3131093 ] ], [ [ 120.0865556, 30.3131093 ], [ 120.0867241, 30.3122258 ] ], [ [ 120.0867241, 30.3122258 ], [ 120.0867346, 30.3121706 ] ], [ [ 120.0867346, 30.3121706 ], [ 120.0867409, 30.3121285 ] ], [ [ 120.0867409, 30.3121285 ], [ 120.0867465, 30.3120908 ] ], [ [ 120.0327305, 30.2979773 ], [ 120.033113, 30.2976878 ], [ 120.0333133, 30.297517 ], [ 120.0339012, 30.2969474 ], [ 120.0342399, 30.2965802 ], [ 120.0344553, 30.2963467 ], [ 120.0349603, 30.2956522 ], [ 120.0349698, 30.2956366 ], [ 120.0351583, 30.2953274 ], [ 120.0355248, 30.2946686 ], [ 120.0359376, 30.2936661 ] ], [ [ 120.0360857, 30.2936874 ], [ 120.0356756, 30.2946828 ], [ 120.0353091, 30.2953416 ], [ 120.0351131, 30.2956632 ], [ 120.0346061, 30.2963609 ], [ 120.034052, 30.2969616 ], [ 120.0339939, 30.2970202 ], [ 120.0334507, 30.2975682 ], [ 120.0332423, 30.297732 ], [ 120.0328976, 30.2980234 ] ], [ [ 120.0326273, 30.2980554 ], [ 120.0327305, 30.2979773 ] ], [ [ 120.0328976, 30.2980234 ], [ 120.0328093, 30.2981044 ] ], [ [ 120.0649955, 30.3033939 ], [ 120.0650391, 30.3022261 ], [ 120.0650539, 30.3018035 ], [ 120.0650573, 30.3017233 ], [ 120.0650902, 30.3008339 ], [ 120.0651105, 30.3002668 ], [ 120.065123, 30.2999169 ], [ 120.0651332, 30.2996315 ], [ 120.0652049, 30.2976216 ], [ 120.0652182, 30.2970181 ], [ 120.0652227, 30.2968139 ] ], [ [ 120.0654099, 30.2967918 ], [ 120.0654001, 30.2970147 ], [ 120.0653819, 30.2974252 ], [ 120.0653739, 30.2976069 ], [ 120.0652617, 30.2996201 ], [ 120.0652265, 30.3007676 ], [ 120.0652143, 30.3013993 ], [ 120.0652062, 30.3018194 ], [ 120.065195, 30.3022428 ], [ 120.0651639, 30.3034006 ], [ 120.0651057, 30.3048689 ], [ 120.0650819, 30.305469 ], [ 120.0650784, 30.3055566 ], [ 120.0649969, 30.3061119 ], [ 120.0649112, 30.30651 ], [ 120.0647246, 30.3071389 ], [ 120.0644995, 30.3075997 ] ], [ [ 120.0266352, 30.3097761 ], [ 120.0244878, 30.3097186 ] ], [ [ 120.0267014, 30.3097834 ], [ 120.0266352, 30.3097761 ] ], [ [ 120.0311815, 30.3099516 ], [ 120.0267014, 30.3097834 ] ], [ [ 120.0311815, 30.3099516 ], [ 120.0310883, 30.3111286 ] ], [ [ 120.0643294, 30.3075159 ], [ 120.0645046, 30.3071467 ], [ 120.0646862, 30.3065389 ], [ 120.0648141, 30.3058805 ], [ 120.0648799, 30.3054269 ], [ 120.06492, 30.3047212 ], [ 120.0649955, 30.3033939 ] ], [ [ 120.0638844, 30.3084293 ], [ 120.0643294, 30.3075159 ] ], [ [ 120.0443554, 30.3115575 ], [ 120.044548, 30.3116091 ] ], [ [ 120.0443203, 30.3116865 ], [ 120.0443554, 30.3115575 ] ], [ [ 120.044548, 30.3116091 ], [ 120.0445014, 30.3117314 ] ], [ [ 120.0445014, 30.3117314 ], [ 120.0443203, 30.3116865 ] ], [ [ 120.044548, 30.3116091 ], [ 120.0453892, 30.3118225 ], [ 120.0467529, 30.3121692 ], [ 120.0477885, 30.3124178 ], [ 120.0495163, 30.3127728 ], [ 120.0501112, 30.312895 ], [ 120.0515817, 30.3131972 ], [ 120.0535348, 30.3136222 ], [ 120.0539644, 30.3137086 ], [ 120.0543578, 30.3137799 ], [ 120.0546692, 30.3138151 ], [ 120.0548592, 30.3138234 ], [ 120.05499, 30.3138171 ], [ 120.0554517, 30.3137859 ], [ 120.0556881, 30.3137466 ], [ 120.0570961, 30.3134726 ], [ 120.0578444, 30.3133269 ], [ 120.0580525, 30.3133089 ] ], [ [ 120.0580215, 30.3133878 ], [ 120.0578945, 30.3133987 ], [ 120.0569214, 30.3135907 ], [ 120.0557956, 30.3138128 ], [ 120.0554452, 30.3138972 ], [ 120.0549858, 30.3139307 ], [ 120.0547663, 30.3139304 ], [ 120.0545199, 30.3139108 ], [ 120.0542432, 30.3138685 ], [ 120.0534946, 30.3137229 ], [ 120.0525713, 30.3135223 ], [ 120.0509305, 30.3131657 ], [ 120.0497943, 30.3129312 ], [ 120.04893, 30.3127735 ], [ 120.046848, 30.3123366 ], [ 120.0445014, 30.3117314 ] ], [ [ 120.0245531, 30.3095461 ], [ 120.0265228, 30.3096179 ], [ 120.0298249, 30.3098007 ], [ 120.0311838, 30.3098668 ], [ 120.0312989, 30.3098738 ], [ 120.0364446, 30.3101163 ], [ 120.0375743, 30.31017 ], [ 120.0378363, 30.3101714 ], [ 120.0383554, 30.3101961 ], [ 120.0388793, 30.31023 ], [ 120.0390988, 30.3102542 ], [ 120.0395751, 30.3103429 ], [ 120.0404157, 30.3105606 ], [ 120.0425701, 30.3111073 ], [ 120.0443554, 30.3115575 ] ], [ [ 120.0443203, 30.3116865 ], [ 120.0442544, 30.3116702 ], [ 120.0425316, 30.3111945 ], [ 120.0415858, 30.3109334 ], [ 120.039887, 30.3105125 ], [ 120.0391495, 30.3103523 ], [ 120.038761, 30.3103114 ], [ 120.0383513, 30.3102949 ], [ 120.0378854, 30.310264 ], [ 120.0373653, 30.3102318 ], [ 120.0364441, 30.3101958 ], [ 120.0319359, 30.309986 ], [ 120.0312851, 30.3099581 ], [ 120.0311815, 30.3099516 ] ], [ [ 120.0310883, 30.3111286 ], [ 120.0309148, 30.3133203 ] ], [ [ 119.9739884, 30.2986876 ], [ 119.9742348, 30.2987075 ], [ 119.9745375, 30.2987003 ], [ 119.9757978, 30.2987599 ], [ 119.9765638, 30.298797 ] ], [ [ 119.9737722, 30.2988173 ], [ 119.9736745, 30.2986743 ] ], [ [ 119.9739884, 30.2986876 ], [ 119.9738985, 30.2988226 ] ], [ [ 119.9738985, 30.2988226 ], [ 119.9737722, 30.2988173 ] ], [ [ 119.9765466, 30.2990083 ], [ 119.9750637, 30.2989167 ], [ 119.9738985, 30.2988226 ] ], [ [ 119.9736675, 30.3001304 ], [ 119.9737722, 30.2988173 ] ], [ [ 119.9738985, 30.2988226 ], [ 119.9737933, 30.3001366 ] ], [ [ 119.9922133, 30.2998574 ], [ 119.9929925, 30.2999156 ], [ 119.9933919, 30.2999455 ], [ 119.9946731, 30.300015 ], [ 119.9960578, 30.3001031 ], [ 119.9973564, 30.3001993 ] ], [ [ 119.9922157, 30.3000508 ], [ 119.9920679, 30.3000429 ] ], [ [ 119.9973476, 30.3003525 ], [ 119.9956661, 30.300251 ], [ 119.9935877, 30.3001242 ], [ 119.9922157, 30.3000508 ] ], [ [ 119.9973564, 30.3001993 ], [ 119.9975322, 30.3002126 ] ], [ [ 119.9974985, 30.3003611 ], [ 119.9973476, 30.3003525 ] ], [ [ 119.9919854, 30.3012436 ], [ 119.9920679, 30.3000429 ] ], [ [ 119.9922157, 30.3000508 ], [ 119.992117, 30.3012467 ] ], [ [ 119.9735552, 30.3014813 ], [ 119.9736675, 30.3001304 ] ], [ [ 119.9737933, 30.3001366 ], [ 119.9736633, 30.3015052 ] ], [ [ 119.9683372, 30.3011275 ], [ 119.968708, 30.3011293 ] ], [ [ 119.968708, 30.3011293 ], [ 119.9706105, 30.3012972 ], [ 119.9735552, 30.3014813 ] ], [ [ 119.9686773, 30.3013252 ], [ 119.9683203, 30.3013246 ] ], [ [ 119.9734004, 30.3016372 ], [ 119.9730753, 30.3016244 ], [ 119.9724847, 30.3016039 ], [ 119.9704074, 30.301419 ], [ 119.9686773, 30.3013252 ] ], [ [ 119.9735552, 30.3014813 ], [ 119.9736633, 30.3015052 ] ], [ [ 119.9734004, 30.3016372 ], [ 119.9735552, 30.3014813 ] ], [ [ 119.9736633, 30.3015052 ], [ 119.9736925, 30.3016736 ] ], [ [ 119.9736633, 30.3015052 ], [ 119.9763392, 30.3016776 ] ], [ [ 119.9736925, 30.3016736 ], [ 119.9734004, 30.3016372 ] ], [ [ 119.9763272, 30.301826 ], [ 119.9747995, 30.3017476 ], [ 119.9739375, 30.3016855 ], [ 119.9736925, 30.3016736 ] ], [ [ 119.9919053, 30.3027031 ], [ 119.9919613, 30.301595 ], [ 119.9919854, 30.3012436 ] ], [ [ 119.992117, 30.3012467 ], [ 119.9920888, 30.3015878 ], [ 119.992053, 30.3027159 ] ], [ [ 119.9878521, 30.3022571 ], [ 119.9880449, 30.3024423 ], [ 119.9919053, 30.3027031 ] ], [ [ 119.9919053, 30.3027031 ], [ 119.992053, 30.3027159 ] ], [ [ 119.9763392, 30.3016776 ], [ 119.9792368, 30.3016301 ], [ 119.979235, 30.3017355 ], [ 119.9777818, 30.3016917 ], [ 119.9763272, 30.301826 ] ], [ [ 119.9878224, 30.3026076 ], [ 119.9866279, 30.3025394 ], [ 119.9858838, 30.3025951 ], [ 119.9846929, 30.3025225 ], [ 119.9845435, 30.3024943 ], [ 119.9844828, 30.3024177 ], [ 119.9845038, 30.3021193 ], [ 119.9845272, 30.3020528 ], [ 119.984742, 30.3019903 ], [ 119.9854285, 30.3020326 ], [ 119.9860472, 30.302083 ], [ 119.9866123, 30.3021536 ], [ 119.9878521, 30.3022571 ] ], [ [ 119.9918952, 30.3028614 ], [ 119.9912582, 30.3028063 ], [ 119.9878224, 30.3026076 ] ], [ [ 119.9918952, 30.3028614 ], [ 119.9919053, 30.3027031 ] ], [ [ 119.992053, 30.3027159 ], [ 119.9920482, 30.302873 ], [ 119.9918952, 30.3028614 ] ], [ [ 120.0966966, 30.3025818 ], [ 120.0961524, 30.3025715 ], [ 120.0950274, 30.3025503 ], [ 120.0934991, 30.3025215 ], [ 120.0933659, 30.302519 ], [ 120.093292, 30.3025176 ] ], [ [ 120.0876098, 30.3078268 ], [ 120.0876126, 30.307727 ] ], [ [ 120.0876126, 30.307727 ], [ 120.087627, 30.3072197 ] ], [ [ 120.087627, 30.3072197 ], [ 120.0876379, 30.3071154 ] ], [ [ 120.0876379, 30.3071154 ], [ 120.0876143, 30.3067947 ] ], [ [ 120.0876143, 30.3067947 ], [ 120.0875927, 30.3056087 ] ], [ [ 120.0875927, 30.3056087 ], [ 120.0876046, 30.3042019 ] ], [ [ 120.0876046, 30.3042019 ], [ 120.0876052, 30.3041348 ] ], [ [ 120.0876052, 30.3041348 ], [ 120.0876325, 30.30265 ] ], [ [ 120.0876325, 30.30265 ], [ 120.0876392, 30.3025365 ] ], [ [ 120.0876392, 30.3025365 ], [ 120.0876416, 30.3024951 ] ], [ [ 120.0876098, 30.3078268 ], [ 120.0875923, 30.3079386 ] ], [ [ 120.0876098, 30.3078268 ], [ 120.0877233, 30.307862 ], [ 120.0883624, 30.30806 ], [ 120.0898184, 30.3085111 ], [ 120.0919817, 30.3091814 ] ], [ [ 120.0644995, 30.3075997 ], [ 120.0640196, 30.3084771 ] ], [ [ 120.0637223, 30.3087934 ], [ 120.0638844, 30.3084293 ] ], [ [ 120.0640196, 30.3084771 ], [ 120.0638413, 30.3088344 ] ], [ [ 120.0919625, 30.3092787 ], [ 120.0894196, 30.3085105 ], [ 120.0885612, 30.3082308 ], [ 120.0878045, 30.3080034 ], [ 120.0877037, 30.3079726 ], [ 120.0875923, 30.3079386 ] ], [ [ 120.0919817, 30.3091814 ], [ 120.0921149, 30.3092077 ] ], [ [ 120.0920966, 30.3093058 ], [ 120.0919625, 30.3092787 ] ], [ [ 120.0921149, 30.3092077 ], [ 120.0930013, 30.309359 ], [ 120.0932871, 30.3094103 ], [ 120.0942248, 30.3095678 ], [ 120.0954204, 30.3097858 ] ], [ [ 120.0953648, 30.3098863 ], [ 120.0950056, 30.3098232 ], [ 120.0932975, 30.3095309 ], [ 120.0929891, 30.3094846 ], [ 120.0920966, 30.3093058 ] ], [ [ 120.063282, 30.3096832 ], [ 120.0637223, 30.3087934 ] ], [ [ 120.0638413, 30.3088344 ], [ 120.0633795, 30.3097214 ] ], [ [ 120.0626946, 30.3112715 ], [ 120.063282, 30.3096832 ] ], [ [ 120.0633795, 30.3097214 ], [ 120.0627813, 30.3113053 ] ], [ [ 120.0620787, 30.3142962 ], [ 120.0621325, 30.3137355 ], [ 120.0621612, 30.3134738 ], [ 120.0621763, 30.3133587 ], [ 120.0622794, 30.3126054 ], [ 120.0623831, 30.3121498 ], [ 120.0623981, 30.3121076 ], [ 120.0626946, 30.3112715 ] ], [ [ 120.0627813, 30.3113053 ], [ 120.0626075, 30.3117839 ], [ 120.0624663, 30.3121728 ], [ 120.0623518, 30.31268 ], [ 120.0622822, 30.3133771 ], [ 120.0622696, 30.3135085 ], [ 120.0622449, 30.313752 ], [ 120.0621669, 30.3143203 ] ], [ [ 120.0580525, 30.3133089 ], [ 120.0581841, 30.3133165 ], [ 120.0589772, 30.3135127 ], [ 120.0602477, 30.3138271 ] ], [ [ 120.0602304, 30.3138831 ], [ 120.05913, 30.3136211 ], [ 120.0581816, 30.3133953 ], [ 120.0580215, 30.3133878 ] ], [ [ 120.0602477, 30.3138271 ], [ 120.0612312, 30.3140791 ], [ 120.0620787, 30.3142962 ] ], [ [ 120.0620652, 30.3143643 ], [ 120.0612484, 30.3141501 ], [ 120.0602304, 30.3138831 ] ], [ [ 120.0620787, 30.3142962 ], [ 120.0621669, 30.3143203 ] ], [ [ 120.0620652, 30.3143643 ], [ 120.0620787, 30.3142962 ] ], [ [ 120.0859162, 30.3176913 ], [ 120.086034, 30.3161803 ] ], [ [ 120.086034, 30.3161803 ], [ 120.0860375, 30.316136 ] ], [ [ 120.0860375, 30.316136 ], [ 120.0860537, 30.31601 ] ], [ [ 120.0860537, 30.31601 ], [ 120.086128, 30.3154305 ] ], [ [ 120.0621669, 30.3143203 ], [ 120.062155, 30.314387 ] ], [ [ 120.062155, 30.314387 ], [ 120.0620652, 30.3143643 ] ], [ [ 120.0621669, 30.3143203 ], [ 120.0648353, 30.3150034 ] ], [ [ 120.0648111, 30.3150737 ], [ 120.062155, 30.314387 ] ], [ [ 120.0648353, 30.3150034 ], [ 120.0657806, 30.3152517 ], [ 120.0666907, 30.3154908 ] ], [ [ 120.0616305, 30.3162262 ], [ 120.0618123, 30.3154477 ], [ 120.0620652, 30.3143643 ] ], [ [ 120.0666907, 30.3154908 ], [ 120.0668482, 30.3155283 ], [ 120.0672599, 30.3156435 ], [ 120.0687136, 30.316045 ], [ 120.0689441, 30.3161616 ] ], [ [ 120.068901, 30.3162293 ], [ 120.0686804, 30.3161102 ], [ 120.067235, 30.3157118 ], [ 120.0668129, 30.3155964 ], [ 120.0666716, 30.315556 ] ], [ [ 120.0960852, 30.3161995 ], [ 120.0961575, 30.3160629 ] ], [ [ 120.0962699, 30.3160943 ], [ 120.0962208, 30.3162187 ] ], [ [ 120.0666716, 30.315556 ], [ 120.0659066, 30.3153577 ], [ 120.0648111, 30.3150737 ] ], [ [ 120.062155, 30.314387 ], [ 120.0619885, 30.3151275 ], [ 120.061833, 30.3158196 ], [ 120.0617378, 30.316243 ] ], [ [ 120.0612534, 30.3180373 ], [ 120.0616305, 30.3162262 ] ], [ [ 120.0617378, 30.316243 ], [ 120.0613401, 30.3180443 ] ], [ [ 120.0689441, 30.3161616 ], [ 120.0695342, 30.3164121 ], [ 120.0702378, 30.3167107 ] ], [ [ 120.0701876, 30.3167995 ], [ 120.0693608, 30.3164331 ], [ 120.068901, 30.3162293 ] ], [ [ 120.0702378, 30.3167107 ], [ 120.0727477, 30.3178703 ], [ 120.073003, 30.3179876 ], [ 120.07313, 30.3180534 ] ], [ [ 120.0731652, 30.3181755 ], [ 120.0729663, 30.3180874 ], [ 120.0727167, 30.3179604 ], [ 120.0701876, 30.3167995 ] ], [ [ 120.07313, 30.3180534 ], [ 120.073214, 30.3180934 ], [ 120.0732829, 30.3181279 ], [ 120.0732965, 30.318133 ] ], [ [ 120.085871, 30.3179884 ], [ 120.0859162, 30.3176913 ] ], [ [ 120.0735754, 30.3182495 ], [ 120.0738951, 30.3183972 ], [ 120.0743326, 30.3185867 ], [ 120.0747519, 30.3187278 ], [ 120.0752138, 30.3188613 ], [ 120.0757135, 30.3189743 ], [ 120.0764071, 30.3191118 ] ], [ [ 120.0764019, 30.3192101 ], [ 120.0760113, 30.3191351 ], [ 120.0756024, 30.3190599 ], [ 120.0750948, 30.3189391 ], [ 120.0746952, 30.3188387 ], [ 120.0742268, 30.3186646 ], [ 120.0738052, 30.3184782 ], [ 120.0735248, 30.3183598 ] ], [ [ 120.085871, 30.3179884 ], [ 120.0857479, 30.3187994 ] ], [ [ 120.0857479, 30.3187994 ], [ 120.0856098, 30.3196921 ] ], [ [ 120.0732965, 30.318133 ], [ 120.0734391, 30.3181865 ] ], [ [ 120.0732687, 30.3182285 ], [ 120.0731652, 30.3181755 ] ], [ [ 120.0734391, 30.3181865 ], [ 120.0735754, 30.3182495 ] ], [ [ 120.0734051, 30.3182932 ], [ 120.0732687, 30.3182285 ] ], [ [ 120.0735248, 30.3183598 ], [ 120.0734051, 30.3182932 ] ], [ [ 120.0607422, 30.3201583 ], [ 120.0612534, 30.3180373 ] ], [ [ 120.0613401, 30.3180443 ], [ 120.0608237, 30.3201702 ] ], [ [ 120.0936954, 30.320887 ], [ 120.0938578, 30.3205879 ], [ 120.0939028, 30.3205077 ], [ 120.0941998, 30.3199378 ], [ 120.0951112, 30.3182242 ] ], [ [ 120.095198, 30.3182773 ], [ 120.0948516, 30.3188876 ], [ 120.0939583, 30.3205401 ], [ 120.0939196, 30.3206138 ], [ 120.0937636, 30.3209107 ] ], [ [ 120.0764071, 30.3191118 ], [ 120.0766183, 30.3191488 ], [ 120.0770541, 30.3192283 ], [ 120.0773474, 30.3192818 ], [ 120.079134, 30.319356 ], [ 120.0793571, 30.3193653 ], [ 120.0796291, 30.3193766 ] ], [ [ 120.0796001, 30.3194561 ], [ 120.0793436, 30.3194414 ], [ 120.0791237, 30.3194315 ], [ 120.0773148, 30.3193586 ], [ 120.0767426, 30.3192813 ], [ 120.0764019, 30.3192101 ] ], [ [ 120.0796291, 30.3193766 ], [ 120.0799446, 30.3193897 ], [ 120.0821993, 30.3194834 ] ], [ [ 120.0821829, 30.319575 ], [ 120.0806762, 30.3195056 ], [ 120.0796001, 30.3194561 ] ], [ [ 120.0821993, 30.3194834 ], [ 120.0822294, 30.3194847 ], [ 120.08302, 30.3195315 ], [ 120.0846646, 30.3196288 ], [ 120.0849155, 30.3196406 ], [ 120.0853365, 30.3196603 ], [ 120.0856098, 30.3196921 ] ], [ [ 120.0418486, 30.3200591 ], [ 120.0419748, 30.319372 ], [ 120.0423795, 30.3181002 ], [ 120.0424044, 30.318022 ], [ 120.0424541, 30.3178656 ], [ 120.0424924, 30.3176988 ], [ 120.0426373, 30.3170088 ], [ 120.042758, 30.3161915 ], [ 120.0429752, 30.315351 ], [ 120.0432596, 30.3145684 ], [ 120.0434137, 30.3141496 ], [ 120.0443203, 30.3116865 ] ], [ [ 120.0445014, 30.3117314 ], [ 120.0433212, 30.3149411 ], [ 120.0429833, 30.3160155 ], [ 120.0429563, 30.3163186 ], [ 120.0429511, 30.3163767 ], [ 120.0428492, 30.3172473 ], [ 120.042737, 30.3178915 ], [ 120.0426806, 30.3180765 ], [ 120.0426566, 30.3181549 ], [ 120.0425347, 30.3185545 ], [ 120.0423548, 30.3190496 ], [ 120.0421288, 30.3196884 ], [ 120.042019, 30.3200683 ] ], [ [ 120.0212998, 30.3175856 ], [ 120.0207014, 30.3175233 ], [ 120.0202485, 30.3174712 ], [ 120.016121, 30.3170276 ], [ 120.0161569, 30.3168947 ], [ 120.0202633, 30.3173158 ], [ 120.0207316, 30.3173666 ], [ 120.0213935, 30.3174426 ] ], [ [ 120.0213935, 30.3174426 ], [ 120.0215815, 30.317465 ] ], [ [ 120.0214902, 30.3176061 ], [ 120.0212998, 30.3175856 ] ], [ [ 120.0309148, 30.3133203 ], [ 120.0307517, 30.3153097 ] ], [ [ 120.0307517, 30.3153097 ], [ 120.0306697, 30.3156505 ] ], [ [ 120.0306697, 30.3156505 ], [ 120.0306223, 30.3157557 ] ], [ [ 120.0306223, 30.3157557 ], [ 120.0305883, 30.3158313 ] ], [ [ 120.0305883, 30.3158313 ], [ 120.0294364, 30.3187402 ] ], [ [ 120.0215815, 30.317465 ], [ 120.022997, 30.3176324 ], [ 120.0246015, 30.3178182 ], [ 120.0255689, 30.317969 ], [ 120.0259961, 30.3180408 ], [ 120.0265673, 30.3181576 ] ], [ [ 120.0265695, 30.3182881 ], [ 120.0260842, 30.3182082 ], [ 120.0259134, 30.3181801 ], [ 120.0255014, 30.3181008 ], [ 120.0246846, 30.3179673 ], [ 120.02294, 30.3177615 ], [ 120.0214902, 30.3176061 ] ], [ [ 120.0265673, 30.3181576 ], [ 120.0266434, 30.3181711 ] ], [ [ 120.026642, 30.3183054 ], [ 120.0265695, 30.3182881 ] ], [ [ 120.0266434, 30.3181711 ], [ 120.0294364, 30.3187402 ] ], [ [ 120.0293892, 30.3188542 ], [ 120.026642, 30.3183054 ] ], [ [ 120.0293892, 30.3188542 ], [ 120.0294364, 30.3187402 ] ], [ [ 120.0294364, 30.3187402 ], [ 120.0330206, 30.3194027 ] ], [ [ 120.0330188, 30.3195419 ], [ 120.0293892, 30.3188542 ] ], [ [ 120.0330206, 30.3194027 ], [ 120.0342394, 30.3196275 ], [ 120.0346714, 30.319684 ], [ 120.0351103, 30.3197188 ], [ 120.035879, 30.3197528 ], [ 120.0378843, 30.3198616 ] ], [ [ 120.0378813, 30.3199897 ], [ 120.0358345, 30.3198771 ], [ 120.0349393, 30.3198412 ], [ 120.0345172, 30.3198003 ], [ 120.0342242, 30.3197502 ], [ 120.0330188, 30.3195419 ] ], [ [ 120.0378813, 30.3199897 ], [ 120.0378843, 30.3198616 ] ], [ [ 120.0378843, 30.3198616 ], [ 120.0379228, 30.3199916 ] ], [ [ 120.0378843, 30.3198616 ], [ 120.0386017, 30.3198909 ], [ 120.040332, 30.3199773 ], [ 120.0418486, 30.3200591 ] ], [ [ 120.0379228, 30.3199916 ], [ 120.0378813, 30.3199897 ] ], [ [ 120.0418486, 30.3200591 ], [ 120.042019, 30.3200683 ] ], [ [ 120.0418426, 30.3201847 ], [ 120.0403029, 30.3201079 ], [ 120.038595, 30.3200221 ], [ 120.0379228, 30.3199916 ] ], [ [ 120.0608237, 30.3201702 ], [ 120.0603715, 30.3218391 ] ], [ [ 120.0602741, 30.3218979 ], [ 120.0607422, 30.3201583 ] ], [ [ 120.0603715, 30.3218391 ], [ 120.0603486, 30.3219233 ] ], [ [ 120.042019, 30.3200683 ], [ 120.0426992, 30.3200804 ], [ 120.0434426, 30.3201955 ], [ 120.0447075, 30.3204002 ], [ 120.0465596, 30.320742 ], [ 120.0483914, 30.3210225 ], [ 120.0491907, 30.3211668 ], [ 120.0497508, 30.3213194 ], [ 120.0501051, 30.321458 ], [ 120.0502038, 30.3215141 ], [ 120.0505089, 30.3216876 ], [ 120.051971, 30.3227636 ], [ 120.0524332, 30.3230258 ], [ 120.0525462, 30.3230905 ], [ 120.0528769, 30.32325 ], [ 120.0533115, 30.3234018 ], [ 120.0536423, 30.3235023 ], [ 120.0537276, 30.3235173 ], [ 120.0540271, 30.3235755 ], [ 120.0551597, 30.3238041 ], [ 120.0560028, 30.3239616 ] ], [ [ 120.0560019, 30.3240705 ], [ 120.053906, 30.3237015 ], [ 120.0536019, 30.3236457 ], [ 120.0533002, 30.3235692 ], [ 120.0530576, 30.3234872 ], [ 120.0528149, 30.3233907 ], [ 120.0524087, 30.3231993 ], [ 120.0520342, 30.3229671 ], [ 120.0509638, 30.3221583 ], [ 120.0504921, 30.3218212 ], [ 120.0503235, 30.3217142 ], [ 120.0500381, 30.3215661 ], [ 120.0495923, 30.3213849 ], [ 120.049222, 30.321285 ], [ 120.048845, 30.3212082 ], [ 120.0483702, 30.321145 ], [ 120.0464976, 30.3208538 ], [ 120.0446749, 30.3205178 ], [ 120.0434742, 30.3203069 ], [ 120.0426271, 30.32024 ], [ 120.0419984, 30.3201925 ] ], [ [ 120.0418426, 30.3201847 ], [ 120.0418486, 30.3200591 ] ], [ [ 120.042019, 30.3200683 ], [ 120.0419984, 30.3201925 ] ], [ [ 120.0419984, 30.3201925 ], [ 120.0418426, 30.3201847 ] ], [ [ 120.0293892, 30.3188542 ], [ 120.0289326, 30.320089 ] ], [ [ 120.0289326, 30.320089 ], [ 120.0287261, 30.3206473 ] ], [ [ 120.0287261, 30.3206473 ], [ 120.0282467, 30.3219035 ] ], [ [ 120.0282467, 30.3219035 ], [ 120.028152, 30.3222099 ] ], [ [ 120.028152, 30.3222099 ], [ 120.0280657, 30.3226655 ] ], [ [ 120.0280657, 30.3226655 ], [ 120.0280487, 30.3232724 ] ], [ [ 120.0280487, 30.3232724 ], [ 120.0281047, 30.3238438 ] ], [ [ 120.0281047, 30.3238438 ], [ 120.0281308, 30.324141 ] ], [ [ 120.037599, 30.3286789 ], [ 120.0378265, 30.3272744 ], [ 120.0378734, 30.3264868 ], [ 120.0378774, 30.3262229 ], [ 120.037882, 30.3254211 ], [ 120.0379187, 30.3232116 ], [ 120.0378762, 30.3221554 ], [ 120.0378447, 30.3216319 ], [ 120.0378813, 30.3199897 ] ], [ [ 120.0560028, 30.3239616 ], [ 120.0567857, 30.3241485 ], [ 120.0579668, 30.3244603 ] ], [ [ 120.0579603, 30.324601 ], [ 120.0567167, 30.3242454 ], [ 120.0560019, 30.3240705 ] ], [ [ 119.916635, 30.2842581 ], [ 119.9165537, 30.2843297 ] ], [ [ 119.9165537, 30.2843297 ], [ 119.9159861, 30.2848262 ] ], [ [ 119.9159861, 30.2848262 ], [ 119.9154926, 30.2852614 ] ], [ [ 119.9154926, 30.2852614 ], [ 119.9141836, 30.2864158 ] ], [ [ 119.9141836, 30.2864158 ], [ 119.9139383, 30.2866321 ] ], [ [ 119.9139383, 30.2866321 ], [ 119.9137924, 30.2867608 ] ], [ [ 119.9137924, 30.2867608 ], [ 119.91275, 30.28768 ] ], [ [ 119.91275, 30.28768 ], [ 119.911393, 30.289008 ] ], [ [ 119.911393, 30.289008 ], [ 119.9109489, 30.2893722 ] ], [ [ 119.9109489, 30.2893722 ], [ 119.9108845, 30.289425 ] ], [ [ 119.9108845, 30.289425 ], [ 119.9091402, 30.2909534 ] ], [ [ 119.9091402, 30.2909534 ], [ 119.908388, 30.2916145 ] ], [ [ 119.908388, 30.2916145 ], [ 119.908099, 30.2918701 ] ], [ [ 119.908099, 30.2918701 ], [ 119.907837, 30.292082 ] ], [ [ 119.907837, 30.292082 ], [ 119.907523, 30.2923535 ] ], [ [ 119.907523, 30.2923535 ], [ 119.9072237, 30.2925792 ] ], [ [ 119.9072237, 30.2925792 ], [ 119.9071142, 30.2926617 ] ], [ [ 119.9071142, 30.2926617 ], [ 119.9069761, 30.2927644 ] ], [ [ 119.9069761, 30.2927644 ], [ 119.9065931, 30.2930343 ] ], [ [ 119.9065931, 30.2930343 ], [ 119.9061924, 30.2932917 ] ], [ [ 119.9061924, 30.2932917 ], [ 119.9056294, 30.2935886 ] ], [ [ 119.9056294, 30.2935886 ], [ 119.905312, 30.293752 ] ], [ [ 119.905312, 30.293752 ], [ 119.9051201, 30.2938562 ] ], [ [ 119.9051201, 30.2938562 ], [ 119.9049445, 30.2939516 ] ], [ [ 119.9049445, 30.2939516 ], [ 119.9045237, 30.2941648 ] ], [ [ 119.9045237, 30.2941648 ], [ 119.904047, 30.294368 ] ], [ [ 119.904047, 30.294368 ], [ 119.903125, 30.294598 ] ], [ [ 119.903125, 30.294598 ], [ 119.9028325, 30.2946323 ] ], [ [ 119.9028325, 30.2946323 ], [ 119.9026876, 30.2946492 ] ], [ [ 119.9026876, 30.2946492 ], [ 119.901827, 30.29475 ] ], [ [ 119.901827, 30.29475 ], [ 119.9009388, 30.2949062 ] ], [ [ 119.9009388, 30.2949062 ], [ 119.9002844, 30.2950213 ] ], [ [ 119.9002844, 30.2950213 ], [ 119.900047, 30.295063 ] ], [ [ 119.900047, 30.295063 ], [ 119.8998069, 30.2951623 ] ], [ [ 119.8998069, 30.2951623 ], [ 119.899527, 30.295278 ] ], [ [ 119.899527, 30.295278 ], [ 119.8993899, 30.2953471 ] ], [ [ 119.8993899, 30.2953471 ], [ 119.8992222, 30.2954316 ] ], [ [ 119.8992222, 30.2954316 ], [ 119.8978289, 30.2961492 ] ], [ [ 119.8978289, 30.2961492 ], [ 119.8977253, 30.2961924 ] ], [ [ 119.8975894, 30.2962568 ], [ 119.8977253, 30.2961924 ] ], [ [ 119.8975894, 30.2962568 ], [ 119.8974798, 30.296311 ] ], [ [ 119.8974798, 30.296311 ], [ 119.8959661, 30.2970302 ] ], [ [ 119.8959661, 30.2970302 ], [ 119.8951928, 30.2973856 ] ], [ [ 119.8951928, 30.2973856 ], [ 119.8951132, 30.2974222 ] ], [ [ 119.8951132, 30.2974222 ], [ 119.8941638, 30.2978689 ] ], [ [ 119.8941638, 30.2978689 ], [ 119.8937552, 30.2980973 ] ], [ [ 119.8937552, 30.2980973 ], [ 119.8934364, 30.2983496 ] ], [ [ 119.8934364, 30.2983496 ], [ 119.8928827, 30.2988691 ] ], [ [ 119.8928827, 30.2988691 ], [ 119.8927548, 30.2989931 ] ], [ [ 119.8927548, 30.2989931 ], [ 119.8925685, 30.2991738 ] ], [ [ 119.8925685, 30.2991738 ], [ 119.891823, 30.2998968 ] ], [ [ 119.891823, 30.2998968 ], [ 119.8913987, 30.3005329 ] ], [ [ 119.8913987, 30.3005329 ], [ 119.8911687, 30.3011778 ] ], [ [ 119.8911687, 30.3011778 ], [ 119.8909619, 30.3022433 ] ], [ [ 119.8909619, 30.3022433 ], [ 119.8909136, 30.3025864 ] ], [ [ 119.8909136, 30.3025864 ], [ 119.8908977, 30.3026999 ] ], [ [ 119.8908977, 30.3026999 ], [ 119.890844, 30.3030814 ] ], [ [ 119.890844, 30.3030814 ], [ 119.8908273, 30.3031694 ] ], [ [ 119.8870543, 30.3363602 ], [ 119.8875976, 30.3354632 ] ], [ [ 119.8875976, 30.3354632 ], [ 119.8876829, 30.3352845 ] ], [ [ 119.8876829, 30.3352845 ], [ 119.8877451, 30.3350627 ] ], [ [ 119.8877451, 30.3350627 ], [ 119.8877799, 30.3348405 ] ], [ [ 119.8877799, 30.3348405 ], [ 119.8877934, 30.3346136 ] ], [ [ 119.8877934, 30.3346136 ], [ 119.8877719, 30.3343751 ] ], [ [ 119.8877719, 30.3343751 ], [ 119.887729, 30.3341807 ] ], [ [ 119.887729, 30.3341807 ], [ 119.8876644, 30.333886 ] ], [ [ 119.8876644, 30.333886 ], [ 119.8876324, 30.3336899 ] ], [ [ 119.8876324, 30.3336899 ], [ 119.8876271, 30.3335163 ] ], [ [ 119.8876271, 30.3335163 ], [ 119.8876271, 30.333338 ] ], [ [ 119.8876271, 30.333338 ], [ 119.8876485, 30.3331204 ] ], [ [ 119.8876485, 30.3331204 ], [ 119.8876868, 30.3328861 ] ], [ [ 119.8876868, 30.3328861 ], [ 119.8877344, 30.332713 ] ], [ [ 119.8877344, 30.332713 ], [ 119.8878014, 30.3325301 ] ], [ [ 119.8878014, 30.3325301 ], [ 119.8878792, 30.3323703 ] ], [ [ 119.8878792, 30.3323703 ], [ 119.8880165, 30.3321742 ] ], [ [ 119.8880165, 30.3321742 ], [ 119.8881957, 30.3319513 ] ], [ [ 119.8881957, 30.3319513 ], [ 119.8885663, 30.3315332 ] ], [ [ 119.8885663, 30.3315332 ], [ 119.8887102, 30.3313707 ] ], [ [ 119.8887102, 30.3313707 ], [ 119.8888119, 30.3312389 ] ], [ [ 119.8888119, 30.3312389 ], [ 119.8889077, 30.3311636 ] ], [ [ 119.8889077, 30.3311636 ], [ 119.8890964, 30.3309656 ] ], [ [ 119.8890964, 30.3309656 ], [ 119.8892826, 30.3308316 ] ], [ [ 119.8892826, 30.3308316 ], [ 119.8894283, 30.3306397 ] ], [ [ 119.8894283, 30.3306397 ], [ 119.889493, 30.3304869 ] ], [ [ 119.889493, 30.3304869 ], [ 119.8895165, 30.3303342 ] ], [ [ 119.8895165, 30.3303342 ], [ 119.8894997, 30.3298084 ] ], [ [ 119.8894997, 30.3298084 ], [ 119.8895066, 30.3295607 ] ], [ [ 119.8895066, 30.3295607 ], [ 119.8896934, 30.3290168 ] ], [ [ 119.8896934, 30.3290168 ], [ 119.8904488, 30.3267865 ] ], [ [ 119.8904488, 30.3267865 ], [ 119.8907009, 30.3260454 ] ], [ [ 119.8907009, 30.3260454 ], [ 119.8908102, 30.3256872 ] ], [ [ 119.8908102, 30.3256872 ], [ 119.8908967, 30.3253347 ] ], [ [ 119.8908967, 30.3253347 ], [ 119.8910308, 30.3247211 ] ], [ [ 119.8910308, 30.3247211 ], [ 119.8911653, 30.3239368 ] ], [ [ 119.8911653, 30.3239368 ], [ 119.8913983, 30.3227123 ] ], [ [ 119.8913983, 30.3227123 ], [ 119.8914408, 30.3223232 ] ], [ [ 119.8914408, 30.3223232 ], [ 119.8914626, 30.3221234 ] ], [ [ 119.8914626, 30.3221234 ], [ 119.8914599, 30.3219011 ] ], [ [ 119.8914599, 30.3219011 ], [ 119.8914358, 30.3216661 ] ], [ [ 119.8914358, 30.3216661 ], [ 119.8911829, 30.3206645 ] ], [ [ 119.8911829, 30.3206645 ], [ 119.8911354, 30.3204564 ] ], [ [ 119.8911354, 30.3204564 ], [ 119.8911059, 30.3202295 ] ], [ [ 119.8911059, 30.3202295 ], [ 119.8909929, 30.3189145 ] ], [ [ 119.8909929, 30.3189145 ], [ 119.8909825, 30.3186805 ] ], [ [ 119.8909825, 30.3186805 ], [ 119.8909906, 30.3184027 ] ], [ [ 119.8909906, 30.3184027 ], [ 119.8910227, 30.318023 ] ], [ [ 119.8910227, 30.318023 ], [ 119.8910853, 30.3175579 ] ], [ [ 119.8910853, 30.3175579 ], [ 119.8912066, 30.3164355 ] ], [ [ 119.8912066, 30.3164355 ], [ 119.8912632, 30.3159123 ] ], [ [ 119.8912632, 30.3159123 ], [ 119.8912893, 30.3156895 ] ], [ [ 119.8912893, 30.3156895 ], [ 119.8913185, 30.3154398 ] ], [ [ 119.8913185, 30.3154398 ], [ 119.8913498, 30.3151724 ] ], [ [ 119.8913498, 30.3151724 ], [ 119.8913724, 30.3149803 ] ], [ [ 119.8913724, 30.3149803 ], [ 119.891388, 30.3148468 ] ], [ [ 119.891388, 30.3148468 ], [ 119.8913884, 30.3147633 ] ], [ [ 119.8913884, 30.3147633 ], [ 119.8913902, 30.3144248 ] ], [ [ 119.8913902, 30.3144248 ], [ 119.8913446, 30.3141724 ] ], [ [ 119.8913446, 30.3141724 ], [ 119.8912641, 30.3138644 ] ], [ [ 119.8912641, 30.3138644 ], [ 119.8910397, 30.3130285 ] ], [ [ 119.8910397, 30.3130285 ], [ 119.8909833, 30.3128369 ] ], [ [ 119.8909833, 30.3128369 ], [ 119.8909234, 30.3126337 ] ], [ [ 119.8909234, 30.3126337 ], [ 119.8905941, 30.3113324 ] ], [ [ 119.8905941, 30.3113324 ], [ 119.890521, 30.3110435 ] ], [ [ 119.890521, 30.3110435 ], [ 119.890476, 30.3108655 ] ], [ [ 119.890476, 30.3108655 ], [ 119.8903844, 30.3104977 ] ], [ [ 119.8903844, 30.3104977 ], [ 119.890328, 30.3100855 ] ], [ [ 119.890328, 30.3100855 ], [ 119.8902932, 30.309759 ] ], [ [ 119.8902932, 30.309759 ], [ 119.8902829, 30.3091245 ] ], [ [ 119.8902829, 30.3091245 ], [ 119.8902714, 30.308902 ] ], [ [ 119.8902714, 30.308902 ], [ 119.8902637, 30.308767 ] ], [ [ 119.8902637, 30.308767 ], [ 119.8902717, 30.3082585 ] ], [ [ 119.8902717, 30.3082585 ], [ 119.890288, 30.3073161 ] ], [ [ 119.890288, 30.3073161 ], [ 119.8903026, 30.3061514 ] ], [ [ 119.8903026, 30.3061514 ], [ 119.8903083, 30.3059654 ] ], [ [ 119.8903083, 30.3059654 ], [ 119.8903585, 30.3056661 ] ], [ [ 119.8903585, 30.3056661 ], [ 119.8903826, 30.3055222 ] ], [ [ 119.8903826, 30.3055222 ], [ 119.8905962, 30.3042485 ] ], [ [ 119.8905962, 30.3042485 ], [ 119.8908273, 30.3031694 ] ], [ [ 119.9167346, 30.2841708 ], [ 119.9168204, 30.2840949 ] ], [ [ 119.9168204, 30.2840949 ], [ 119.9174552, 30.2834997 ] ], [ [ 119.9174552, 30.2834997 ], [ 119.9180284, 30.2830559 ] ], [ [ 119.9180284, 30.2830559 ], [ 119.9191856, 30.2825 ] ], [ [ 119.9191856, 30.2825 ], [ 119.9201403, 30.2820722 ] ], [ [ 119.9201403, 30.2820722 ], [ 119.920414, 30.2819212 ] ], [ [ 119.920414, 30.2819212 ], [ 119.920497, 30.281872 ] ], [ [ 119.920497, 30.281872 ], [ 119.920788, 30.281657 ] ], [ [ 119.920788, 30.281657 ], [ 119.9210261, 30.2814461 ] ], [ [ 119.9210261, 30.2814461 ], [ 119.9212448, 30.2812038 ] ], [ [ 119.9212448, 30.2812038 ], [ 119.9217574, 30.2805406 ] ], [ [ 119.9217574, 30.2805406 ], [ 119.9219026, 30.2803208 ] ], [ [ 119.9219026, 30.2803208 ], [ 119.9220531, 30.280103 ] ], [ [ 119.9570958, 30.2789429 ], [ 119.9571201, 30.2783157 ], [ 119.957127, 30.2780416 ], [ 119.9571553, 30.2774001 ], [ 119.9571651, 30.2772138 ], [ 119.9574148, 30.2740856 ], [ 119.9574389, 30.2738429 ] ], [ [ 119.9575681, 30.2738636 ], [ 119.9572966, 30.2774485 ], [ 119.9572755, 30.2781192 ], [ 119.9572536, 30.2790631 ] ], [ [ 119.9449957, 30.2780392 ], [ 119.9449453, 30.2779128 ], [ 119.9449681, 30.2747751 ], [ 119.9450043, 30.2731604 ] ], [ [ 119.9450956, 30.2731609 ], [ 119.945088, 30.27413 ], [ 119.9450777, 30.2751142 ], [ 119.9450627, 30.2765469 ], [ 119.9450673, 30.277909 ], [ 119.9449957, 30.2780392 ] ], [ [ 119.9449957, 30.2780392 ], [ 119.9449487, 30.2780889 ] ], [ [ 119.9449487, 30.2780889 ], [ 119.9446901, 30.2782599 ] ], [ [ 119.9355995, 30.2835619 ], [ 119.9357019, 30.283401 ], [ 119.9358219, 30.2829246 ], [ 119.9359521, 30.2825082 ], [ 119.9360195, 30.2822515 ], [ 119.9360886, 30.2819762 ], [ 119.9362104, 30.2815497 ], [ 119.9362574, 30.2813907 ], [ 119.9363589, 30.2810161 ], [ 119.9373416, 30.2771044 ], [ 119.937393, 30.2769006 ], [ 119.9374351, 30.2767455 ], [ 119.9374524, 30.2766818 ], [ 119.9375348, 30.2763629 ], [ 119.9375701, 30.2762322 ], [ 119.9379498, 30.274749 ] ], [ [ 119.9380043, 30.2747655 ], [ 119.9379975, 30.2748167 ], [ 119.9379057, 30.2751668 ], [ 119.9375993, 30.2763763 ], [ 119.9375423, 30.2766248 ], [ 119.9375255, 30.2766978 ], [ 119.9374665, 30.2769195 ], [ 119.9374071, 30.2771147 ], [ 119.9364223, 30.2810323 ], [ 119.935808, 30.2834245 ], [ 119.9357595, 30.2836135 ] ], [ [ 119.9220531, 30.280103 ], [ 119.9229994, 30.2788687 ] ], [ [ 119.9229994, 30.2788687 ], [ 119.923273, 30.2784456 ] ], [ [ 119.923273, 30.2784456 ], [ 119.923377, 30.278272 ] ], [ [ 119.923377, 30.278272 ], [ 119.9234352, 30.2781489 ] ], [ [ 119.9234352, 30.2781489 ], [ 119.9241597, 30.2766149 ] ], [ [ 119.9241597, 30.2766149 ], [ 119.9242595, 30.2763218 ] ], [ [ 119.9242595, 30.2763218 ], [ 119.9242787, 30.2761676 ] ], [ [ 119.9242787, 30.2761676 ], [ 119.9244483, 30.275263 ] ], [ [ 119.9244483, 30.275263 ], [ 119.9244787, 30.2750704 ] ], [ [ 119.9343205, 30.2883854 ], [ 119.9343675, 30.2881516 ], [ 119.9345074, 30.2875474 ], [ 119.9348255, 30.2863463 ], [ 119.9349153, 30.285993 ], [ 119.9350009, 30.2859059 ], [ 119.9350239, 30.2857994 ], [ 119.9351314, 30.285369 ], [ 119.9353075, 30.2847291 ], [ 119.9353312, 30.2846124 ], [ 119.9354199, 30.2842755 ], [ 119.9355233, 30.283821 ], [ 119.9355615, 30.2836912 ] ], [ [ 119.9569591, 30.2840127 ], [ 119.9569685, 30.2836304 ], [ 119.9570022, 30.282489 ], [ 119.957009, 30.2821874 ], [ 119.9570443, 30.2806205 ], [ 119.9570525, 30.2804541 ], [ 119.9570646, 30.2800319 ], [ 119.9570958, 30.2789429 ] ], [ [ 119.9572536, 30.2790631 ], [ 119.957227, 30.2797305 ], [ 119.957217, 30.2799806 ], [ 119.9571956, 30.2804655 ], [ 119.9571398, 30.28221 ], [ 119.957118, 30.2828406 ], [ 119.9570952, 30.2840244 ] ], [ [ 119.9568994, 30.2863228 ], [ 119.9569591, 30.2840127 ] ], [ [ 119.9570952, 30.2840244 ], [ 119.9570826, 30.2846763 ], [ 119.9570712, 30.2863674 ] ], [ [ 119.9355615, 30.2836912 ], [ 119.9355995, 30.2835619 ] ], [ [ 119.9357595, 30.2836135 ], [ 119.9357282, 30.2837379 ] ], [ [ 119.9357282, 30.2837379 ], [ 119.9357019, 30.2838429 ], [ 119.9355017, 30.2846292 ], [ 119.9351866, 30.2858666 ], [ 119.9351542, 30.2859626 ], [ 119.9351585, 30.2861211 ], [ 119.9351478, 30.2863017 ], [ 119.9349117, 30.2871518 ], [ 119.9347615, 30.2879369 ], [ 119.9346181, 30.288481 ] ], [ [ 119.9333499, 30.2901667 ], [ 119.9334593, 30.2903098 ] ], [ [ 119.9568679, 30.2864645 ], [ 119.9568994, 30.2863228 ] ], [ [ 119.9570712, 30.2863674 ], [ 119.9570313, 30.2865021 ] ], [ [ 119.849189, 30.334879 ], [ 119.8475114, 30.3342551 ] ], [ [ 119.8475114, 30.3342551 ], [ 119.8466015, 30.3338829 ] ], [ [ 119.8466015, 30.3338829 ], [ 119.8462222, 30.3336356 ] ], [ [ 119.8462222, 30.3336356 ], [ 119.8452276, 30.3328645 ] ], [ [ 119.8452276, 30.3328645 ], [ 119.8448665, 30.3325936 ] ], [ [ 119.8448665, 30.3325936 ], [ 119.844789, 30.3325355 ] ], [ [ 119.844789, 30.3325355 ], [ 119.8414939, 30.3300638 ] ], [ [ 119.8414939, 30.3300638 ], [ 119.8409816, 30.3296856 ] ], [ [ 119.8409816, 30.3296856 ], [ 119.8407233, 30.329495 ] ], [ [ 119.8407233, 30.329495 ], [ 119.8405435, 30.3293551 ] ], [ [ 119.8405435, 30.3293551 ], [ 119.8403368, 30.3291941 ] ], [ [ 119.8403368, 30.3291941 ], [ 119.8400847, 30.3290506 ] ], [ [ 119.8400847, 30.3290506 ], [ 119.8398033, 30.3289324 ] ], [ [ 119.8398033, 30.3289324 ], [ 119.8394787, 30.3288213 ] ], [ [ 119.8394787, 30.3288213 ], [ 119.8391783, 30.3287449 ] ], [ [ 119.8391783, 30.3287449 ], [ 119.8388323, 30.3286755 ] ], [ [ 119.8388323, 30.3286755 ], [ 119.8385668, 30.3286083 ] ], [ [ 119.8385668, 30.3286083 ], [ 119.8383361, 30.3285319 ] ], [ [ 119.8383361, 30.3285319 ], [ 119.838025, 30.3284138 ] ], [ [ 119.838025, 30.3284138 ], [ 119.8377085, 30.328261 ] ], [ [ 119.8377085, 30.328261 ], [ 119.8374939, 30.3281499 ] ], [ [ 119.8374939, 30.3281499 ], [ 119.8372632, 30.3279971 ] ], [ [ 119.8372632, 30.3279971 ], [ 119.8370647, 30.3278119 ] ], [ [ 119.8370647, 30.3278119 ], [ 119.8368296, 30.3276097 ] ], [ [ 119.8368296, 30.3276097 ], [ 119.8366657, 30.3274687 ] ], [ [ 119.8366657, 30.3274687 ], [ 119.8363218, 30.3271729 ] ], [ [ 119.8363218, 30.3271729 ], [ 119.8361206, 30.3270085 ] ], [ [ 119.8361206, 30.3270085 ], [ 119.8359758, 30.3269159 ] ], [ [ 119.8359758, 30.3269159 ], [ 119.8358202, 30.3268395 ] ], [ [ 119.8358202, 30.3268395 ], [ 119.8356432, 30.3267793 ] ], [ [ 119.8356432, 30.3267793 ], [ 119.8353508, 30.3266937 ] ], [ [ 119.8353508, 30.3266937 ], [ 119.8351014, 30.3266196 ] ], [ [ 119.8351014, 30.3266196 ], [ 119.8349404, 30.3265617 ] ], [ [ 119.8349404, 30.3265617 ], [ 119.8348197, 30.3264876 ] ], [ [ 119.8348197, 30.3264876 ], [ 119.8347178, 30.326402 ] ], [ [ 119.8347178, 30.326402 ], [ 119.8345837, 30.3262793 ] ], [ [ 119.8345837, 30.3262793 ], [ 119.8344174, 30.3261404 ] ], [ [ 119.8344174, 30.3261404 ], [ 119.8342887, 30.3260593 ] ], [ [ 119.8342887, 30.3260593 ], [ 119.8340526, 30.3259297 ] ], [ [ 119.8340526, 30.3259297 ], [ 119.8339467, 30.3258813 ] ], [ [ 119.8339467, 30.3258813 ], [ 119.8337917, 30.3258105 ] ], [ [ 119.8337917, 30.3258105 ], [ 119.8335001, 30.3256773 ] ], [ [ 119.8335001, 30.3256773 ], [ 119.8328105, 30.3253287 ] ], [ [ 119.8328105, 30.3253287 ], [ 119.8324398, 30.3251514 ] ], [ [ 119.8324398, 30.3251514 ], [ 119.8322234, 30.3250684 ] ], [ [ 119.8322234, 30.3250684 ], [ 119.8319471, 30.3249804 ] ], [ [ 119.8319471, 30.3249804 ], [ 119.8317057, 30.3249202 ] ], [ [ 119.8317057, 30.3249202 ], [ 119.8313838, 30.3248647 ] ], [ [ 119.8313838, 30.3248647 ], [ 119.8310699, 30.3248374 ] ], [ [ 119.8310699, 30.3248374 ], [ 119.8297477, 30.3247975 ] ], [ [ 119.8297477, 30.3247975 ], [ 119.8294178, 30.3248022 ] ], [ [ 119.8294178, 30.3248022 ], [ 119.8291764, 30.3248253 ] ], [ [ 119.8291764, 30.3248253 ], [ 119.8289537, 30.3248647 ] ], [ [ 119.8289537, 30.3248647 ], [ 119.8283878, 30.3249851 ] ], [ [ 119.8283878, 30.3249851 ], [ 119.8281598, 30.3250453 ] ], [ [ 119.8281598, 30.3250453 ], [ 119.8273846, 30.3252536 ] ], [ [ 119.8273846, 30.3252536 ], [ 119.8270842, 30.32533 ] ], [ [ 119.8270842, 30.32533 ], [ 119.8268053, 30.3253902 ] ], [ [ 119.8268053, 30.3253902 ], [ 119.826486, 30.3254342 ] ], [ [ 119.826486, 30.3254342 ], [ 119.8262025, 30.3254576 ] ], [ [ 119.8262025, 30.3254576 ], [ 119.8246871, 30.3255019 ] ], [ [ 119.8246871, 30.3255019 ], [ 119.821519, 30.3255643 ] ], [ [ 119.821519, 30.3255643 ], [ 119.8211593, 30.3255674 ] ], [ [ 119.8211593, 30.3255674 ], [ 119.8204345, 30.3255735 ] ], [ [ 119.8204345, 30.3255735 ], [ 119.8169509, 30.3256032 ] ], [ [ 119.8169509, 30.3256032 ], [ 119.816798, 30.3256032 ] ], [ [ 119.816798, 30.3256032 ], [ 119.8165727, 30.3256032 ] ], [ [ 119.8582205, 30.3366962 ], [ 119.857165, 30.3368485 ] ], [ [ 119.857165, 30.3368485 ], [ 119.8556844, 30.3365522 ] ], [ [ 119.8556844, 30.3365522 ], [ 119.8550193, 30.3360614 ] ], [ [ 119.8550193, 30.3360614 ], [ 119.8546136, 30.3359961 ] ], [ [ 119.8546136, 30.3359961 ], [ 119.8544667, 30.3359725 ] ], [ [ 119.8544667, 30.3359725 ], [ 119.8528735, 30.3361818 ] ], [ [ 119.8528735, 30.3361818 ], [ 119.8522671, 30.3359586 ] ], [ [ 119.8522671, 30.3359586 ], [ 119.8513197, 30.3356099 ] ], [ [ 119.8513197, 30.3356099 ], [ 119.8499645, 30.335145 ] ], [ [ 119.8499645, 30.335145 ], [ 119.8498173, 30.3350945 ] ], [ [ 119.8498173, 30.3350945 ], [ 119.8496372, 30.3350328 ] ], [ [ 119.8496372, 30.3350328 ], [ 119.849189, 30.334879 ] ], [ [ 119.8582205, 30.3366962 ], [ 119.8584416, 30.3365832 ] ], [ [ 119.801285546723236, 30.324401175702388 ], [ 119.801391, 30.3244066 ] ], [ [ 119.801391, 30.3244066 ], [ 119.8017922, 30.3244272 ] ], [ [ 119.8017922, 30.3244272 ], [ 119.8021202, 30.3244441 ] ], [ [ 119.8021202, 30.3244441 ], [ 119.8023943, 30.3244582 ] ], [ [ 119.8023943, 30.3244582 ], [ 119.8072813, 30.3236932 ] ], [ [ 119.8072813, 30.3236932 ], [ 119.8073707, 30.3236977 ] ], [ [ 119.8073707, 30.3236977 ], [ 119.8080874, 30.3237334 ] ], [ [ 119.8080874, 30.3237334 ], [ 119.8085098, 30.3237544 ] ], [ [ 119.8085098, 30.3237544 ], [ 119.8087588, 30.3237923 ] ], [ [ 119.8087588, 30.3237923 ], [ 119.8095094, 30.3239065 ] ], [ [ 119.8095094, 30.3239065 ], [ 119.8101782, 30.3240711 ] ], [ [ 119.8101782, 30.3240711 ], [ 119.8140683, 30.3250288 ] ], [ [ 119.8140683, 30.3250288 ], [ 119.8147599, 30.3251991 ] ], [ [ 119.8147599, 30.3251991 ], [ 119.8158137, 30.3254585 ] ], [ [ 119.8158137, 30.3254585 ], [ 119.8165727, 30.3256032 ] ], [ [ 119.8193133, 30.3404557 ], [ 119.8196159, 30.340649 ] ], [ [ 119.8196159, 30.340649 ], [ 119.819948, 30.340861 ] ], [ [ 119.819948, 30.340861 ], [ 119.82031, 30.34104 ] ], [ [ 119.82031, 30.34104 ], [ 119.821151, 30.341226 ] ], [ [ 119.821151, 30.341226 ], [ 119.822076, 30.341348 ] ], [ [ 119.822076, 30.341348 ], [ 119.822483, 30.341454 ] ], [ [ 119.822483, 30.341454 ], [ 119.822791, 30.341673 ] ], [ [ 119.822791, 30.341673 ], [ 119.823415, 30.342238 ] ], [ [ 119.823415, 30.342238 ], [ 119.823906, 30.342866 ] ], [ [ 119.823906, 30.342866 ], [ 119.824194, 30.342978 ] ], [ [ 119.824194, 30.342978 ], [ 119.82496, 30.343093 ] ], [ [ 119.82496, 30.343093 ], [ 119.825533, 30.343123 ] ], [ [ 119.825533, 30.343123 ], [ 119.827146, 30.343006 ] ], [ [ 119.827146, 30.343006 ], [ 119.827879, 30.343015 ] ], [ [ 119.827879, 30.343015 ], [ 119.828181, 30.343138 ] ], [ [ 119.828181, 30.343138 ], [ 119.828593, 30.343381 ] ], [ [ 119.828593, 30.343381 ], [ 119.82872, 30.343565 ] ], [ [ 119.82872, 30.343565 ], [ 119.828697, 30.3438694 ] ], [ [ 119.8193133, 30.3404557 ], [ 119.819035, 30.340278 ] ], [ [ 119.819035, 30.340278 ], [ 119.818316, 30.340096 ] ], [ [ 119.818316, 30.340096 ], [ 119.817846, 30.340199 ] ], [ [ 119.817846, 30.340199 ], [ 119.817668, 30.340316 ] ], [ [ 119.817668, 30.340316 ], [ 119.817136, 30.34088 ] ], [ [ 119.817136, 30.34088 ], [ 119.816929, 30.341493 ] ], [ [ 119.816929, 30.341493 ], [ 119.81674, 30.341804 ] ], [ [ 119.81674, 30.341804 ], [ 119.81602, 30.342308 ] ], [ [ 119.81602, 30.342308 ], [ 119.815468, 30.342935 ] ], [ [ 119.815468, 30.342935 ], [ 119.815151, 30.343163 ] ], [ [ 119.815151, 30.343163 ], [ 119.814916, 30.343261 ] ], [ [ 119.814916, 30.343261 ], [ 119.814576, 30.343276 ] ], [ [ 119.814576, 30.343276 ], [ 119.8138933, 30.3430041 ] ], [ [ 119.8138933, 30.3430041 ], [ 119.8136383, 30.3429345 ] ], [ [ 119.8136383, 30.3429345 ], [ 119.8135257, 30.3428882 ] ], [ [ 119.8135257, 30.3428882 ], [ 119.8134278, 30.3428338 ] ], [ [ 119.8134278, 30.3428338 ], [ 119.813291, 30.3427504 ] ], [ [ 119.813291, 30.3427504 ], [ 119.8132201, 30.3427236 ] ], [ [ 119.8132201, 30.3427236 ], [ 119.8131086, 30.3427018 ] ], [ [ 119.8131086, 30.3427018 ], [ 119.8130053, 30.3426949 ] ], [ [ 119.8130053, 30.3426949 ], [ 119.812894, 30.3427064 ] ], [ [ 119.812894, 30.3427064 ], [ 119.8127666, 30.3427319 ] ], [ [ 119.8127666, 30.3427319 ], [ 119.8126689, 30.3427605 ] ], [ [ 119.8126689, 30.3427605 ], [ 119.812588, 30.342816 ] ], [ [ 119.812588, 30.342816 ], [ 119.8125306, 30.3428882 ] ], [ [ 119.8125306, 30.3428882 ], [ 119.8124287, 30.3430421 ] ], [ [ 119.8124287, 30.3430421 ], [ 119.8123361, 30.3431706 ] ], [ [ 119.8123361, 30.3431706 ], [ 119.8122154, 30.3433164 ] ], [ [ 119.8122154, 30.3433164 ], [ 119.811828, 30.343793 ] ], [ [ 119.811828, 30.343793 ], [ 119.8111595, 30.3442385 ] ], [ [ 119.8111595, 30.3442385 ], [ 119.8108407, 30.344451 ] ], [ [ 119.8108407, 30.344451 ], [ 119.810503, 30.344676 ] ], [ [ 119.810503, 30.344676 ], [ 119.8102678, 30.3448735 ] ], [ [ 119.8403084, 30.3388833 ], [ 119.8402555, 30.3389612 ] ], [ [ 119.8870543, 30.3363602 ], [ 119.8870458, 30.3363742 ] ], [ [ 119.8870458, 30.3363742 ], [ 119.8868197, 30.3367688 ] ], [ [ 119.8868197, 30.3367688 ], [ 119.8867178, 30.3369841 ] ], [ [ 119.8867178, 30.3369841 ], [ 119.88664, 30.3371878 ] ], [ [ 119.88664, 30.3371878 ], [ 119.8865676, 30.3374193 ] ], [ [ 119.8865676, 30.3374193 ], [ 119.8864588, 30.3378284 ] ], [ [ 119.8864588, 30.3378284 ], [ 119.886235, 30.3386184 ] ], [ [ 119.886235, 30.3386184 ], [ 119.8861626, 30.3388453 ] ], [ [ 119.8861626, 30.3388453 ], [ 119.8861012, 30.3390214 ] ], [ [ 119.8861012, 30.3390214 ], [ 119.8860231, 30.3391763 ] ], [ [ 119.8860231, 30.3391763 ], [ 119.8859158, 30.3393384 ] ], [ [ 119.8859158, 30.3393384 ], [ 119.8858193, 30.3394518 ] ], [ [ 119.8858193, 30.3394518 ], [ 119.8856825, 30.3395953 ] ], [ [ 119.8856825, 30.3395953 ], [ 119.8855435, 30.3397034 ] ], [ [ 119.8855435, 30.3397034 ], [ 119.8847544, 30.3403175 ] ], [ [ 119.8847544, 30.3403175 ], [ 119.8845808, 30.3404764 ] ], [ [ 119.8845808, 30.3404764 ], [ 119.884403, 30.3406671 ] ], [ [ 119.884403, 30.3406671 ], [ 119.8842421, 30.3408639 ] ], [ [ 119.8842421, 30.3408639 ], [ 119.8840973, 30.341056 ] ], [ [ 119.8840973, 30.341056 ], [ 119.883623, 30.3417467 ] ], [ [ 119.883623, 30.3417467 ], [ 119.8834482, 30.3419703 ] ], [ [ 119.8834482, 30.3419703 ], [ 119.8833275, 30.3420722 ] ], [ [ 119.8833275, 30.3420722 ], [ 119.8831692, 30.3421764 ] ], [ [ 119.8831692, 30.3421764 ], [ 119.8830214, 30.3422594 ] ], [ [ 119.8830214, 30.3422594 ], [ 119.8827884, 30.3423592 ] ], [ [ 119.8827884, 30.3423592 ], [ 119.8824638, 30.3424618 ] ], [ [ 119.8824638, 30.3424618 ], [ 119.8822162, 30.3425078 ] ], [ [ 119.8584416, 30.3365832 ], [ 119.8585647, 30.3365662 ] ], [ [ 119.8585647, 30.3365662 ], [ 119.8586874, 30.33655 ] ], [ [ 119.8586874, 30.33655 ], [ 119.8590092, 30.3364528 ] ], [ [ 119.8590092, 30.3364528 ], [ 119.8591366, 30.3364258 ] ], [ [ 119.8591366, 30.3364258 ], [ 119.8592736, 30.336422 ] ], [ [ 119.8592736, 30.336422 ], [ 119.859481, 30.3364394 ] ], [ [ 119.859481, 30.3364394 ], [ 119.8596328, 30.3364563 ] ], [ [ 119.8596328, 30.3364563 ], [ 119.8597616, 30.3364864 ] ], [ [ 119.8597616, 30.3364864 ], [ 119.8599188, 30.3365289 ] ], [ [ 119.8599188, 30.3365289 ], [ 119.8606606, 30.3368709 ] ], [ [ 119.8606606, 30.3368709 ], [ 119.8611228, 30.337084 ] ], [ [ 119.8611228, 30.337084 ], [ 119.8615633, 30.3372954 ] ], [ [ 119.8615633, 30.3372954 ], [ 119.8619791, 30.337495 ] ], [ [ 119.8619791, 30.337495 ], [ 119.8625135, 30.3377828 ] ], [ [ 119.8625135, 30.3377828 ], [ 119.8644988, 30.3389315 ] ], [ [ 119.8644988, 30.3389315 ], [ 119.8646096, 30.3389956 ] ], [ [ 119.8646096, 30.3389956 ], [ 119.8650014, 30.3392208 ] ], [ [ 119.8650014, 30.3392208 ], [ 119.8661938, 30.3399061 ] ], [ [ 119.8661938, 30.3399061 ], [ 119.866502, 30.3400837 ] ], [ [ 119.866502, 30.3400837 ], [ 119.8667246, 30.3401833 ] ], [ [ 119.8667246, 30.3401833 ], [ 119.8669043, 30.340255 ] ], [ [ 119.8669043, 30.340255 ], [ 119.8671806, 30.3403476 ] ], [ [ 119.8671806, 30.3403476 ], [ 119.8681361, 30.340668 ] ], [ [ 119.8681361, 30.340668 ], [ 119.8684543, 30.340785 ] ], [ [ 119.8684543, 30.340785 ], [ 119.8687609, 30.3408976 ] ], [ [ 119.8687609, 30.3408976 ], [ 119.8691601, 30.3410444 ] ], [ [ 119.8691601, 30.3410444 ], [ 119.8696916, 30.34122 ] ], [ [ 119.8696916, 30.34122 ], [ 119.8701096, 30.3413477 ] ], [ [ 119.8701096, 30.3413477 ], [ 119.8704475, 30.3414356 ] ], [ [ 119.8704475, 30.3414356 ], [ 119.8709384, 30.3415421 ] ], [ [ 119.8709384, 30.3415421 ], [ 119.8712314, 30.3416025 ] ], [ [ 119.8712314, 30.3416025 ], [ 119.8715365, 30.3416532 ] ], [ [ 119.8715365, 30.3416532 ], [ 119.8717806, 30.341674 ] ], [ [ 119.8717806, 30.341674 ], [ 119.8729768, 30.3417481 ] ], [ [ 119.8729768, 30.3417481 ], [ 119.8731509, 30.3417601 ] ], [ [ 119.8731509, 30.3417601 ], [ 119.8747017, 30.3418667 ] ], [ [ 119.8747017, 30.3418667 ], [ 119.8749817, 30.3418998 ] ], [ [ 119.8749817, 30.3418998 ], [ 119.8752889, 30.3419472 ] ], [ [ 119.8752889, 30.3419472 ], [ 119.8767229, 30.3422221 ] ], [ [ 119.8767229, 30.3422221 ], [ 119.878394, 30.3425134 ] ], [ [ 119.878394, 30.3425134 ], [ 119.8786068, 30.342549 ] ], [ [ 119.8786068, 30.342549 ], [ 119.878816, 30.3425583 ] ], [ [ 119.878816, 30.3425583 ], [ 119.8796393, 30.3425551 ] ], [ [ 119.8796393, 30.3425551 ], [ 119.8804711, 30.3425543 ] ], [ [ 119.8804711, 30.3425543 ], [ 119.8817581, 30.342527 ] ], [ [ 119.8817581, 30.342527 ], [ 119.8819269, 30.3425199 ] ], [ [ 119.8819269, 30.3425199 ], [ 119.8822162, 30.3425078 ] ], [ [ 119.8402555, 30.3389612 ], [ 119.838811, 30.340026 ] ], [ [ 119.838811, 30.340026 ], [ 119.837669, 30.341198 ] ], [ [ 119.837669, 30.341198 ], [ 119.837269, 30.341491 ] ], [ [ 119.837269, 30.341491 ], [ 119.8367817, 30.3417046 ] ], [ [ 119.8367817, 30.3417046 ], [ 119.836425, 30.341861 ] ], [ [ 119.836425, 30.341861 ], [ 119.8361969, 30.3420065 ] ], [ [ 119.8361969, 30.3420065 ], [ 119.835386, 30.342524 ] ], [ [ 119.835386, 30.342524 ], [ 119.834418, 30.342986 ] ], [ [ 119.834418, 30.342986 ], [ 119.833928, 30.343125 ] ], [ [ 119.833928, 30.343125 ], [ 119.8331334, 30.3432949 ] ], [ [ 119.8331334, 30.3432949 ], [ 119.8328688, 30.3433514 ] ], [ [ 119.8328688, 30.3433514 ], [ 119.831753, 30.34359 ] ], [ [ 119.831753, 30.34359 ], [ 119.8296, 30.343768 ] ], [ [ 119.8296, 30.343768 ], [ 119.8291613, 30.3438349 ] ], [ [ 119.8291613, 30.3438349 ], [ 119.828865, 30.34388 ] ], [ [ 119.828865, 30.34388 ], [ 119.828697, 30.3438694 ] ], [ [ 119.8029068, 30.3613466 ], [ 119.80296, 30.361068 ] ], [ [ 119.80296, 30.361068 ], [ 119.802976, 30.360595 ] ], [ [ 119.802976, 30.360595 ], [ 119.803333, 30.359224 ] ], [ [ 119.803333, 30.359224 ], [ 119.803346, 30.358791 ] ], [ [ 119.803346, 30.358791 ], [ 119.803266, 30.358088 ] ], [ [ 119.803266, 30.358088 ], [ 119.803408, 30.357441 ] ], [ [ 119.803408, 30.357441 ], [ 119.803653, 30.356969 ] ], [ [ 119.803653, 30.356969 ], [ 119.804791, 30.355404 ] ], [ [ 119.804791, 30.355404 ], [ 119.805856, 30.354475 ] ], [ [ 119.805856, 30.354475 ], [ 119.806503, 30.354131 ] ], [ [ 119.806503, 30.354131 ], [ 119.806613, 30.353993 ] ], [ [ 119.806613, 30.353993 ], [ 119.806666, 30.353318 ] ], [ [ 119.806666, 30.353318 ], [ 119.806834, 30.352363 ] ], [ [ 119.806834, 30.352363 ], [ 119.806643, 30.351565 ] ], [ [ 119.806643, 30.351565 ], [ 119.8066568, 30.3512151 ] ], [ [ 119.8066568, 30.3512151 ], [ 119.8067144, 30.3507921 ] ], [ [ 119.8067144, 30.3507921 ], [ 119.8067089, 30.3506442 ] ], [ [ 119.8067089, 30.3506442 ], [ 119.8065812, 30.3504436 ] ], [ [ 119.8065812, 30.3504436 ], [ 119.8065373, 30.3503584 ] ], [ [ 119.8065373, 30.3503584 ], [ 119.80651, 30.350206 ] ], [ [ 119.80651, 30.350206 ], [ 119.806513, 30.349991 ] ], [ [ 119.806513, 30.349991 ], [ 119.806613, 30.349674 ] ], [ [ 119.806613, 30.349674 ], [ 119.807009, 30.349051 ] ], [ [ 119.807009, 30.349051 ], [ 119.807306, 30.348478 ] ], [ [ 119.807306, 30.348478 ], [ 119.807476, 30.348283 ] ], [ [ 119.807476, 30.348283 ], [ 119.8078178, 30.3480499 ] ], [ [ 119.8078178, 30.3480499 ], [ 119.8079239, 30.3479775 ] ], [ [ 119.8079239, 30.3479775 ], [ 119.808045, 30.347895 ] ], [ [ 119.808045, 30.347895 ], [ 119.808871, 30.347466 ] ], [ [ 119.808871, 30.347466 ], [ 119.8091504, 30.3472634 ] ], [ [ 119.8091504, 30.3472634 ], [ 119.809453, 30.347044 ] ], [ [ 119.809453, 30.347044 ], [ 119.809753, 30.346599 ] ], [ [ 119.809753, 30.346599 ], [ 119.809966, 30.345329 ] ], [ [ 119.809966, 30.345329 ], [ 119.810203, 30.344928 ] ], [ [ 119.810203, 30.344928 ], [ 119.8102678, 30.3448735 ] ], [ [ 119.960107, 30.3580403 ], [ 119.9624077, 30.3580143 ], [ 119.9660084, 30.3580121 ] ], [ [ 119.9598062, 30.3580359 ], [ 119.960107, 30.3580403 ] ], [ [ 119.955942, 30.3580724 ], [ 119.9560263, 30.3580703 ], [ 119.9598062, 30.3580359 ] ], [ [ 119.9558307, 30.3580751 ], [ 119.955942, 30.3580724 ] ], [ [ 119.955822, 30.3581995 ], [ 119.9556931, 30.358193 ], [ 119.9556987, 30.3580784 ], [ 119.9558307, 30.3580751 ] ], [ [ 119.9601023, 30.358172 ], [ 119.9597838, 30.3581782 ] ], [ [ 119.9660085, 30.3581811 ], [ 119.9637193, 30.3581785 ], [ 119.9602153, 30.3581745 ], [ 119.9601023, 30.358172 ] ], [ [ 119.9597838, 30.3581782 ], [ 119.9560426, 30.3582106 ], [ 119.9559404, 30.3582055 ] ], [ [ 119.9559404, 30.3582055 ], [ 119.955822, 30.3581995 ] ], [ [ 119.9630491, 30.3689448 ], [ 119.9662883, 30.3689518 ] ], [ [ 119.9662883, 30.3689518 ], [ 119.9662932, 30.3691197 ] ], [ [ 119.9567206, 30.37048 ], [ 119.9569596, 30.3704033 ], [ 119.9593203, 30.3696111 ], [ 119.9601366, 30.3693702 ], [ 119.9604103, 30.3692923 ], [ 119.9607261, 30.3692024 ], [ 119.9610816, 30.3691358 ], [ 119.9613197, 30.369094 ], [ 119.9614332, 30.3690741 ], [ 119.96198, 30.3690077 ], [ 119.9625146, 30.3689646 ], [ 119.9630491, 30.3689448 ] ], [ [ 119.9662932, 30.3691197 ], [ 119.9653843, 30.369131 ], [ 119.9631877, 30.3691582 ], [ 119.9629891, 30.3691605 ], [ 119.9621899, 30.3691994 ], [ 119.9615317, 30.3692752 ], [ 119.9610674, 30.3693545 ], [ 119.9609525, 30.3693736 ], [ 119.9604678, 30.3694595 ], [ 119.9602012, 30.3694996 ], [ 119.9597879, 30.3696071 ], [ 119.9591355, 30.3698224 ], [ 119.9572417, 30.3704811 ], [ 119.9571438, 30.3705193 ], [ 119.9570767, 30.3705586 ], [ 119.9570419, 30.3706049 ], [ 119.9570258, 30.3706558 ], [ 119.9570311, 30.3707113 ], [ 119.9570526, 30.3707437 ], [ 119.9571121, 30.3707898 ] ], [ [ 119.9662932, 30.3691197 ], [ 119.966307, 30.3700844 ] ], [ [ 119.966307, 30.3700844 ], [ 119.966315, 30.3704431 ] ], [ [ 119.966315, 30.3704431 ], [ 119.9663209, 30.3712785 ] ], [ [ 119.9663209, 30.3712785 ], [ 119.9663288, 30.3724113 ] ], [ [ 119.9663288, 30.3724113 ], [ 119.9663473, 30.3729606 ] ], [ [ 119.9663473, 30.3729606 ], [ 119.9664131, 30.3749151 ] ], [ [ 119.9664131, 30.3749151 ], [ 119.9664241, 30.3751721 ] ], [ [ 119.9664241, 30.3751721 ], [ 119.9664369, 30.3754718 ] ], [ [ 119.9664369, 30.3754718 ], [ 119.9664883, 30.3766693 ] ], [ [ 119.9664883, 30.3766693 ], [ 119.9665345, 30.3777486 ] ], [ [ 119.9665345, 30.3777486 ], [ 119.9660664, 30.3776193 ] ], [ [ 119.9660664, 30.3776193 ], [ 119.9650406, 30.3773899 ] ], [ [ 119.9650406, 30.3773899 ], [ 119.963991, 30.3772834 ] ], [ [ 119.963991, 30.3772834 ], [ 119.9628267, 30.3771809 ] ], [ [ 119.9567221, 30.3835664 ], [ 119.9597426, 30.3831636 ], [ 119.9628335, 30.3828684 ], [ 119.9663596, 30.3825055 ] ], [ [ 119.9666229, 30.3828181 ], [ 119.9613345, 30.3833709 ], [ 119.9597928, 30.3834969 ], [ 119.956738, 30.3836927 ] ], [ [ 119.9041925, 30.3620615 ], [ 119.9043312, 30.3619818 ] ], [ [ 119.9043312, 30.3619818 ], [ 119.9045557, 30.3618678 ] ], [ [ 119.9045557, 30.3618678 ], [ 119.905216, 30.3614861 ] ], [ [ 119.905216, 30.3614861 ], [ 119.9054405, 30.361355 ] ], [ [ 119.9054405, 30.361355 ], [ 119.9055594, 30.3612354 ] ], [ [ 119.9055594, 30.3612354 ], [ 119.9056584, 30.36111 ] ], [ [ 119.9056584, 30.36111 ], [ 119.9057189, 30.3610688 ] ], [ [ 119.8947705, 30.3651395 ], [ 119.8944197, 30.3654003 ] ], [ [ 119.8944197, 30.3654003 ], [ 119.8940037, 30.3655826 ] ], [ [ 119.8940037, 30.3655826 ], [ 119.8935151, 30.3657649 ] ], [ [ 119.8935151, 30.3657649 ], [ 119.8931981, 30.3658504 ] ], [ [ 119.8931981, 30.3658504 ], [ 119.8926368, 30.3660384 ] ], [ [ 119.8926368, 30.3660384 ], [ 119.8916067, 30.3663973 ] ], [ [ 119.8916067, 30.3663973 ], [ 119.891402, 30.3664771 ] ], [ [ 119.891402, 30.3664771 ], [ 119.8904445, 30.3667505 ] ], [ [ 119.8904445, 30.3667505 ], [ 119.890083, 30.3668833 ] ], [ [ 119.890083, 30.3668833 ], [ 119.8894673, 30.3671095 ] ], [ [ 119.8894673, 30.3671095 ], [ 119.8893022, 30.3671608 ] ], [ [ 119.8893022, 30.3671608 ], [ 119.8885417, 30.3673184 ] ], [ [ 119.8885417, 30.3673184 ], [ 119.8882853, 30.3673716 ] ], [ [ 119.8882853, 30.3673716 ], [ 119.8875391, 30.3674855 ] ], [ [ 119.8875391, 30.3674855 ], [ 119.8873542, 30.3674969 ] ], [ [ 119.8873542, 30.3674969 ], [ 119.8869118, 30.3674057 ] ], [ [ 119.8869118, 30.3674057 ], [ 119.8863505, 30.3673773 ] ], [ [ 119.8863505, 30.3673773 ], [ 119.8860666, 30.3673829 ] ], [ [ 119.8860666, 30.3673829 ], [ 119.8851884, 30.367457 ] ], [ [ 119.8851884, 30.367457 ], [ 119.8848516, 30.367457 ] ], [ [ 119.8848516, 30.367457 ], [ 119.8844488, 30.367457 ] ], [ [ 119.8844488, 30.367457 ], [ 119.8842639, 30.3674855 ] ], [ [ 119.8842639, 30.3674855 ], [ 119.8839866, 30.3674969 ] ], [ [ 119.8839866, 30.3674969 ], [ 119.8820254, 30.367457 ] ], [ [ 119.8820254, 30.367457 ], [ 119.8805925, 30.3674741 ] ], [ [ 119.8805925, 30.3674741 ], [ 119.8803284, 30.3674912 ] ], [ [ 119.8803284, 30.3674912 ], [ 119.8796549, 30.367571 ] ], [ [ 119.8796549, 30.367571 ], [ 119.8794766, 30.367588 ] ], [ [ 119.8794766, 30.367588 ], [ 119.8793049, 30.3675653 ] ], [ [ 119.8793049, 30.3675653 ], [ 119.8787964, 30.3675026 ] ], [ [ 119.8787964, 30.3675026 ], [ 119.8784352, 30.367446 ] ], [ [ 119.8784352, 30.367446 ], [ 119.8782249, 30.3674131 ] ], [ [ 119.8782249, 30.3674131 ], [ 119.8779404, 30.3673685 ] ], [ [ 119.9041925, 30.3620615 ], [ 119.9040868, 30.3621641 ] ], [ [ 119.9040868, 30.3621641 ], [ 119.9039614, 30.3622382 ] ], [ [ 119.9039614, 30.3622382 ], [ 119.9032482, 30.3624205 ] ], [ [ 119.9032482, 30.3624205 ], [ 119.90272, 30.3625344 ] ], [ [ 119.90272, 30.3625344 ], [ 119.9022379, 30.3626655 ] ], [ [ 119.9022379, 30.3626655 ], [ 119.9018615, 30.3628193 ] ], [ [ 119.9018615, 30.3628193 ], [ 119.9014059, 30.3630244 ] ], [ [ 119.9014059, 30.3630244 ], [ 119.9011616, 30.3631327 ] ], [ [ 119.9011616, 30.3631327 ], [ 119.9008645, 30.3632694 ] ], [ [ 119.9008645, 30.3632694 ], [ 119.9002702, 30.3634688 ] ], [ [ 119.9002702, 30.3634688 ], [ 119.8991278, 30.3637708 ] ], [ [ 119.8991278, 30.3637708 ], [ 119.8983552, 30.3639702 ] ], [ [ 119.8983552, 30.3639702 ], [ 119.8979987, 30.3640899 ] ], [ [ 119.8979987, 30.3640899 ], [ 119.8977543, 30.3641924 ] ], [ [ 119.8977543, 30.3641924 ], [ 119.8972327, 30.3644488 ] ], [ [ 119.8972327, 30.3644488 ], [ 119.8970399, 30.3645365 ] ], [ [ 119.8970399, 30.3645365 ], [ 119.896744, 30.364671 ] ], [ [ 119.896744, 30.364671 ], [ 119.8964271, 30.3647679 ] ], [ [ 119.8964271, 30.3647679 ], [ 119.8958394, 30.364916 ] ], [ [ 119.8958394, 30.364916 ], [ 119.8955026, 30.3649502 ] ], [ [ 119.8955026, 30.3649502 ], [ 119.8949612, 30.3650413 ] ], [ [ 119.8949612, 30.3650413 ], [ 119.8948489, 30.3650812 ] ], [ [ 119.8948489, 30.3650812 ], [ 119.8947705, 30.3651395 ] ], [ [ 119.9107938, 30.3662415 ], [ 119.9105976, 30.3661968 ] ], [ [ 119.9105976, 30.3661968 ], [ 119.9104029, 30.3661269 ] ], [ [ 119.9104029, 30.3661269 ], [ 119.9102477, 30.3660344 ] ], [ [ 119.9102477, 30.3660344 ], [ 119.9100687, 30.3658833 ] ], [ [ 119.9100687, 30.3658833 ], [ 119.909918, 30.3657264 ] ], [ [ 119.909918, 30.3657264 ], [ 119.9098368, 30.3655742 ] ], [ [ 119.9098368, 30.3655742 ], [ 119.9098428, 30.3652649 ] ], [ [ 119.9098428, 30.3652649 ], [ 119.9098647, 30.3649502 ] ], [ [ 119.9098647, 30.3649502 ], [ 119.9098768, 30.3647323 ] ], [ [ 119.9098768, 30.3647323 ], [ 119.9098713, 30.3643235 ] ], [ [ 119.9098713, 30.3643235 ], [ 119.9099369, 30.3638937 ] ], [ [ 119.9099369, 30.3638937 ], [ 119.9100429, 30.3636227 ] ], [ [ 119.9100429, 30.3636227 ], [ 119.9101684, 30.3634859 ] ], [ [ 119.9101684, 30.3634859 ], [ 119.9103467, 30.3633663 ] ], [ [ 119.9103467, 30.3633663 ], [ 119.9105844, 30.3632409 ] ], [ [ 119.9105844, 30.3632409 ], [ 119.910727, 30.3631766 ] ], [ [ 119.910727, 30.3631766 ], [ 119.9108247, 30.3630692 ] ], [ [ 119.9108247, 30.3630692 ], [ 119.9108684, 30.3629618 ] ], [ [ 119.9108684, 30.3629618 ], [ 119.9108943, 30.3628649 ] ], [ [ 119.9108943, 30.3628649 ], [ 119.9108948, 30.362768 ] ], [ [ 119.9108948, 30.362768 ], [ 119.9108353, 30.3625971 ] ], [ [ 119.9108353, 30.3625971 ], [ 119.9106822, 30.3624479 ] ], [ [ 119.9106822, 30.3624479 ], [ 119.9104453, 30.3622503 ] ], [ [ 119.9104453, 30.3622503 ], [ 119.9100496, 30.3620501 ] ], [ [ 119.9100496, 30.3620501 ], [ 119.9095471, 30.3619436 ] ], [ [ 119.9095471, 30.3619436 ], [ 119.9093585, 30.3618726 ] ], [ [ 119.9093585, 30.3618726 ], [ 119.9092563, 30.3617833 ] ], [ [ 119.9092563, 30.3617833 ], [ 119.9089668, 30.3612791 ] ], [ [ 119.9089668, 30.3612791 ], [ 119.9088399, 30.3611733 ] ], [ [ 119.9088399, 30.3611733 ], [ 119.9086, 30.361086 ] ], [ [ 119.9086, 30.361086 ], [ 119.9082379, 30.3610356 ] ], [ [ 119.9082379, 30.3610356 ], [ 119.9073753, 30.3610872 ] ], [ [ 119.9073753, 30.3610872 ], [ 119.9066159, 30.3611727 ] ], [ [ 119.9066159, 30.3611727 ], [ 119.9064706, 30.361167 ] ], [ [ 119.9064706, 30.361167 ], [ 119.9060414, 30.361036 ] ], [ [ 119.9060414, 30.361036 ], [ 119.9059027, 30.3610189 ] ], [ [ 119.9059027, 30.3610189 ], [ 119.9057839, 30.3610246 ] ], [ [ 119.9057839, 30.3610246 ], [ 119.9057189, 30.3610688 ] ], [ [ 119.8779404, 30.3673685 ], [ 119.8778059, 30.3673431 ] ], [ [ 119.8778059, 30.3673431 ], [ 119.8776277, 30.3673488 ] ], [ [ 119.8776277, 30.3673488 ], [ 119.8767957, 30.3674285 ] ], [ [ 119.8767957, 30.3674285 ], [ 119.8760099, 30.3675083 ] ], [ [ 119.8760099, 30.3675083 ], [ 119.8746694, 30.3675596 ] ], [ [ 119.8746694, 30.3675596 ], [ 119.8743591, 30.3675653 ] ], [ [ 119.8743591, 30.3675653 ], [ 119.8740091, 30.3675368 ] ], [ [ 119.8740091, 30.3675368 ], [ 119.8738781, 30.3675113 ] ], [ [ 119.8738781, 30.3675113 ], [ 119.8738044, 30.3674969 ] ], [ [ 119.8738044, 30.3674969 ], [ 119.8733818, 30.3673602 ] ], [ [ 119.8733818, 30.3673602 ], [ 119.8732893, 30.3673431 ] ], [ [ 119.8732893, 30.3673431 ], [ 119.8731537, 30.3673523 ] ], [ [ 119.8731537, 30.3673523 ], [ 119.8729526, 30.3673659 ] ], [ [ 119.8729526, 30.3673659 ], [ 119.8727677, 30.3673943 ] ], [ [ 119.8727677, 30.3673943 ], [ 119.8725828, 30.3674741 ] ], [ [ 119.8725828, 30.3674741 ], [ 119.8724771, 30.3675482 ] ], [ [ 119.8724771, 30.3675482 ], [ 119.8724375, 30.3676051 ] ], [ [ 119.8724375, 30.3676051 ], [ 119.8724496, 30.3676865 ] ], [ [ 119.8724496, 30.3676865 ], [ 119.8724484, 30.3678256 ] ], [ [ 119.8724484, 30.3678256 ], [ 119.8724639, 30.3684255 ] ], [ [ 119.8724639, 30.3684255 ], [ 119.8725035, 30.368756 ] ], [ [ 119.8725035, 30.368756 ], [ 119.8725865, 30.3692141 ] ], [ [ 119.8725865, 30.3692141 ], [ 119.8727138, 30.3699168 ] ], [ [ 119.8727138, 30.3699168 ], [ 119.8728979, 30.3702448 ] ], [ [ 119.8730113, 30.3716262 ], [ 119.8724875, 30.3718011 ] ], [ [ 119.8724875, 30.3718011 ], [ 119.872445, 30.3718153 ] ], [ [ 119.872445, 30.3718153 ], [ 119.8723693, 30.371839 ] ], [ [ 119.8723693, 30.371839 ], [ 119.8721156, 30.3719204 ] ], [ [ 119.8721156, 30.3719204 ], [ 119.8720595, 30.3719398 ] ], [ [ 119.8720595, 30.3719398 ], [ 119.8707683, 30.3723567 ] ], [ [ 119.8707683, 30.3723567 ], [ 119.8690915, 30.3728981 ] ], [ [ 119.8690915, 30.3728981 ], [ 119.8613099, 30.3754107 ] ], [ [ 119.8613099, 30.3754107 ], [ 119.8605756, 30.3756467 ] ], [ [ 119.8605756, 30.3756467 ], [ 119.8592128, 30.3760848 ] ], [ [ 119.8586457, 30.3759354 ], [ 119.8587779, 30.3758938 ], [ 119.8589199, 30.3758939 ], [ 119.8590521, 30.3759358 ], [ 119.8591597, 30.3760141 ], [ 119.8592128, 30.3760848 ] ], [ [ 119.8585096, 30.37643 ], [ 119.858454, 30.3763184 ], [ 119.858446, 30.3761972 ], [ 119.8584877, 30.376079 ], [ 119.8585725, 30.3759821 ], [ 119.8586457, 30.3759354 ] ], [ [ 119.8592128, 30.3760848 ], [ 119.8592489, 30.3761836 ], [ 119.8592464, 30.376305 ], [ 119.8592149, 30.3763878 ], [ 119.8591335, 30.3764869 ], [ 119.8589904, 30.3765658 ] ], [ [ 119.7955514, 30.3743219 ], [ 119.7956302, 30.3742546 ] ], [ [ 119.7956302, 30.3742546 ], [ 119.79573, 30.3741694 ] ], [ [ 119.79573, 30.3741694 ], [ 119.795775, 30.374131 ] ], [ [ 119.795775, 30.374131 ], [ 119.795876, 30.373998 ] ], [ [ 119.795876, 30.373998 ], [ 119.795955, 30.373765 ] ], [ [ 119.795955, 30.373765 ], [ 119.795969, 30.373484 ] ], [ [ 119.795969, 30.373484 ], [ 119.795866, 30.372946 ] ], [ [ 119.795866, 30.372946 ], [ 119.795878, 30.372775 ] ], [ [ 119.795878, 30.372775 ], [ 119.796083, 30.372408 ] ], [ [ 119.796083, 30.372408 ], [ 119.796381, 30.37207 ] ], [ [ 119.796381, 30.37207 ], [ 119.796545, 30.371793 ] ], [ [ 119.796545, 30.371793 ], [ 119.796605, 30.371489 ] ], [ [ 119.796605, 30.371489 ], [ 119.7966265, 30.370931 ] ], [ [ 119.7966265, 30.370931 ], [ 119.7966289, 30.3708689 ] ], [ [ 119.7966289, 30.3708689 ], [ 119.7966332, 30.370755 ] ], [ [ 119.7966332, 30.370755 ], [ 119.796641, 30.370553 ] ], [ [ 119.796641, 30.370553 ], [ 119.796878, 30.370031 ] ], [ [ 119.796878, 30.370031 ], [ 119.797176, 30.369706 ] ], [ [ 119.797176, 30.369706 ], [ 119.797401, 30.3696 ] ], [ [ 119.797401, 30.3696 ], [ 119.798246, 30.3689716 ] ], [ [ 119.798246, 30.3689716 ], [ 119.7984475, 30.3688217 ] ], [ [ 119.7984475, 30.3688217 ], [ 119.798591, 30.368715 ] ], [ [ 119.798591, 30.368715 ], [ 119.798768, 30.368475 ] ], [ [ 119.798768, 30.368475 ], [ 119.799331, 30.367391 ] ], [ [ 119.799331, 30.367391 ], [ 119.799734, 30.366831 ] ], [ [ 119.799734, 30.366831 ], [ 119.799973, 30.366621 ] ], [ [ 119.799973, 30.366621 ], [ 119.800138, 30.366476 ] ], [ [ 119.800138, 30.366476 ], [ 119.800609, 30.365873 ] ], [ [ 119.800609, 30.365873 ], [ 119.801723, 30.365175 ] ], [ [ 119.801723, 30.365175 ], [ 119.801884, 30.364968 ] ], [ [ 119.801884, 30.364968 ], [ 119.801929, 30.364801 ] ], [ [ 119.801929, 30.364801 ], [ 119.8019242, 30.3646293 ] ], [ [ 119.8019242, 30.3646293 ], [ 119.801919, 30.36444 ] ], [ [ 119.801919, 30.36444 ], [ 119.802013, 30.364053 ] ], [ [ 119.802013, 30.364053 ], [ 119.802184, 30.36366 ] ], [ [ 119.802184, 30.36366 ], [ 119.802551, 30.363048 ] ], [ [ 119.802551, 30.363048 ], [ 119.80265, 30.362693 ] ], [ [ 119.80265, 30.362693 ], [ 119.8029068, 30.3613466 ] ], [ [ 119.7955514, 30.3743219 ], [ 119.795433, 30.374423 ] ], [ [ 119.8589904, 30.3765658 ], [ 119.8588033, 30.3765857 ], [ 119.8586683, 30.3765514 ], [ 119.858555, 30.3764793 ], [ 119.8585096, 30.37643 ] ], [ [ 119.8348688, 30.3966499 ], [ 119.83603, 30.39574 ] ], [ [ 119.83603, 30.39574 ], [ 119.837411, 30.3945424 ] ], [ [ 119.837411, 30.3945424 ], [ 119.83833, 30.39389 ] ], [ [ 119.83833, 30.39389 ], [ 119.83844, 30.39383 ] ], [ [ 119.83844, 30.39383 ], [ 119.83844, 30.39381 ] ], [ [ 119.83844, 30.39381 ], [ 119.83855, 30.39372 ] ], [ [ 119.83855, 30.39372 ], [ 119.839, 30.3934 ] ], [ [ 119.839, 30.3934 ], [ 119.8391, 30.39335 ] ], [ [ 119.8391, 30.39335 ], [ 119.84009, 30.39301 ] ], [ [ 119.84009, 30.39301 ], [ 119.84133, 30.39239 ] ], [ [ 119.84133, 30.39239 ], [ 119.84254, 30.39166 ] ], [ [ 119.84254, 30.39166 ], [ 119.84327, 30.39097 ] ], [ [ 119.84327, 30.39097 ], [ 119.84447, 30.38979 ] ], [ [ 119.84447, 30.38979 ], [ 119.8456, 30.3887 ] ], [ [ 119.8456, 30.3887 ], [ 119.84672, 30.3876 ] ], [ [ 119.84672, 30.3876 ], [ 119.84687, 30.38741 ] ], [ [ 119.84687, 30.38741 ], [ 119.8478376, 30.3865379 ] ], [ [ 119.8478376, 30.3865379 ], [ 119.848182, 30.3864289 ] ], [ [ 119.848182, 30.3864289 ], [ 119.8491245, 30.3861307 ] ], [ [ 119.8491245, 30.3861307 ], [ 119.8497409, 30.3859281 ] ], [ [ 119.8497409, 30.3859281 ], [ 119.8504154, 30.3856613 ] ], [ [ 119.8504154, 30.3856613 ], [ 119.8507145, 30.3854561 ] ], [ [ 119.8507145, 30.3854561 ], [ 119.8510795, 30.3850937 ] ], [ [ 119.8510795, 30.3850937 ], [ 119.8511817, 30.384956 ] ], [ [ 119.8511817, 30.384956 ], [ 119.8515616, 30.3844437 ] ], [ [ 119.8515616, 30.3844437 ], [ 119.8520439, 30.3837406 ] ], [ [ 119.8520439, 30.3837406 ], [ 119.8531841, 30.3822032 ] ], [ [ 119.8531841, 30.3822032 ], [ 119.8543, 30.38085 ] ], [ [ 119.8543, 30.38085 ], [ 119.85522, 30.37982 ] ], [ [ 119.85522, 30.37982 ], [ 119.85597, 30.37889 ] ], [ [ 119.85597, 30.37889 ], [ 119.85693, 30.37786 ] ], [ [ 119.85693, 30.37786 ], [ 119.85796, 30.37698 ] ], [ [ 119.85796, 30.37698 ], [ 119.85829, 30.37668 ] ], [ [ 119.85829, 30.37668 ], [ 119.8585096, 30.37643 ] ], [ [ 119.9121357, 30.3777953 ], [ 119.9121319, 30.3779491 ] ], [ [ 119.9121319, 30.3779491 ], [ 119.9121797, 30.3789762 ] ], [ [ 119.9121797, 30.3789762 ], [ 119.9121751, 30.380114 ] ], [ [ 119.9121751, 30.380114 ], [ 119.9121469, 30.3811981 ] ], [ [ 119.9121469, 30.3811981 ], [ 119.9121404, 30.3812806 ] ], [ [ 119.9121404, 30.3812806 ], [ 119.9121221, 30.3813429 ] ], [ [ 119.9121221, 30.3813429 ], [ 119.9118942, 30.3815309 ] ], [ [ 119.9118942, 30.3815309 ], [ 119.9117189, 30.3816796 ] ], [ [ 119.9117189, 30.3816796 ], [ 119.9114165, 30.3819732 ] ], [ [ 119.9114165, 30.3819732 ], [ 119.911342, 30.3820784 ] ], [ [ 119.911342, 30.3820784 ], [ 119.9112734, 30.3821887 ] ], [ [ 119.9112734, 30.3821887 ], [ 119.9112514, 30.3823438 ] ], [ [ 119.9112514, 30.3823438 ], [ 119.9112603, 30.3824934 ] ], [ [ 119.9112603, 30.3824934 ], [ 119.9114355, 30.3830357 ] ], [ [ 119.9114355, 30.3830357 ], [ 119.9114442, 30.3832435 ] ], [ [ 119.9114442, 30.3832435 ], [ 119.9113946, 30.3834855 ] ], [ [ 119.9113946, 30.3834855 ], [ 119.9110275, 30.3842452 ] ], [ [ 119.9110275, 30.3842452 ], [ 119.9108646, 30.3846677 ] ], [ [ 119.9108646, 30.3846677 ], [ 119.9106375, 30.3850853 ] ], [ [ 119.9106375, 30.3850853 ], [ 119.9101279, 30.3866754 ] ], [ [ 119.9101279, 30.3866754 ], [ 119.9100418, 30.3868404 ] ], [ [ 119.9100418, 30.3868404 ], [ 119.9099884, 30.3868594 ] ], [ [ 119.9099884, 30.3868594 ], [ 119.9098971, 30.3868733 ] ], [ [ 119.9098971, 30.3868733 ], [ 119.9096517, 30.3868468 ] ], [ [ 119.9096517, 30.3868468 ], [ 119.9091481, 30.3867308 ] ], [ [ 119.9091481, 30.3867308 ], [ 119.909022, 30.3867018 ] ], [ [ 119.909022, 30.3867018 ], [ 119.9088989, 30.3866734 ] ], [ [ 119.9088989, 30.3866734 ], [ 119.9064347, 30.3861058 ] ], [ [ 119.9064347, 30.3861058 ], [ 119.9047692, 30.3856861 ] ], [ [ 119.9047692, 30.3856861 ], [ 119.9039408, 30.3854252 ] ], [ [ 119.9039408, 30.3854252 ], [ 119.9036559, 30.3853761 ] ], [ [ 119.9036559, 30.3853761 ], [ 119.9034411, 30.3853912 ] ], [ [ 119.9034411, 30.3853912 ], [ 119.9032308, 30.385429 ] ], [ [ 119.9032308, 30.385429 ], [ 119.9030029, 30.38555 ] ], [ [ 119.9030029, 30.38555 ], [ 119.9026216, 30.3860717 ] ], [ [ 119.9026216, 30.3860717 ], [ 119.9025032, 30.3862419 ] ], [ [ 119.9025032, 30.3862419 ], [ 119.9023586, 30.386446 ] ], [ [ 119.9023586, 30.386446 ], [ 119.9022578, 30.38662 ] ], [ [ 119.9022578, 30.38662 ], [ 119.9021833, 30.386775 ] ], [ [ 119.9021833, 30.386775 ], [ 119.9020211, 30.3883515 ] ], [ [ 119.9020211, 30.3883515 ], [ 119.9019203, 30.3894555 ] ], [ [ 119.9019203, 30.3894555 ], [ 119.9018852, 30.3897315 ] ], [ [ 119.9018852, 30.3897315 ], [ 119.9018151, 30.3899621 ] ], [ [ 119.9018151, 30.3899621 ], [ 119.9009832, 30.3917325 ] ], [ [ 119.9009832, 30.3917325 ], [ 119.9009517, 30.3917995 ] ], [ [ 119.9009517, 30.3917995 ], [ 119.9005572, 30.3925254 ] ], [ [ 119.9005572, 30.3925254 ], [ 119.900395, 30.3928581 ] ], [ [ 119.900395, 30.3928581 ], [ 119.9000137, 30.3933647 ] ], [ [ 119.9000137, 30.3933647 ], [ 119.8988654, 30.3949714 ] ], [ [ 119.8988654, 30.3949714 ], [ 119.8982299, 30.395909 ] ], [ [ 119.8982299, 30.395909 ], [ 119.898094, 30.3961471 ] ], [ [ 119.898094, 30.3961471 ], [ 119.8980108, 30.396321 ] ], [ [ 119.8980108, 30.396321 ], [ 119.8979187, 30.396631 ] ], [ [ 119.8979187, 30.396631 ], [ 119.8978486, 30.3982415 ] ], [ [ 119.8978486, 30.3982415 ], [ 119.8977215, 30.3993945 ] ], [ [ 119.8977215, 30.3993945 ], [ 119.8974892, 30.4002488 ] ], [ [ 119.8974892, 30.4002488 ], [ 119.8974212, 30.4004303 ] ], [ [ 119.8974212, 30.4004303 ], [ 119.8969764, 30.4016173 ] ], [ [ 119.8969764, 30.4016173 ], [ 119.8966346, 30.4024078 ] ], [ [ 119.8966346, 30.4024078 ], [ 119.8965253, 30.4026378 ] ], [ [ 119.9568602, 30.4073235 ], [ 119.9562604, 30.4072634 ] ], [ [ 119.9562604, 30.4072634 ], [ 119.9560418, 30.4072415 ] ], [ [ 119.9560418, 30.4072415 ], [ 119.9558979, 30.4072271 ] ], [ [ 119.9558979, 30.4072271 ], [ 119.9557112, 30.4072201 ] ], [ [ 119.9557112, 30.4072201 ], [ 119.9539189, 30.4071532 ] ], [ [ 119.9539189, 30.4071532 ], [ 119.9536208, 30.4071509 ] ], [ [ 119.9536208, 30.4071509 ], [ 119.9512729, 30.4071331 ] ], [ [ 119.9512729, 30.4071331 ], [ 119.9487248, 30.4071138 ] ], [ [ 119.9487248, 30.4071138 ], [ 119.9477374, 30.4071048 ] ], [ [ 119.9477374, 30.4071048 ], [ 119.9467368, 30.4071259 ] ], [ [ 119.9467368, 30.4071259 ], [ 119.9464125, 30.4071471 ] ], [ [ 119.9464125, 30.4071471 ], [ 119.9459366, 30.4071966 ] ], [ [ 119.9459366, 30.4071966 ], [ 119.945622, 30.4072293 ] ], [ [ 119.945622, 30.4072293 ], [ 119.945551, 30.4072388 ] ], [ [ 119.945551, 30.4072388 ], [ 119.9440201, 30.4074437 ] ], [ [ 119.9440201, 30.4074437 ], [ 119.9420713, 30.4077294 ] ], [ [ 119.9420713, 30.4077294 ], [ 119.9419228, 30.4077496 ] ], [ [ 119.9419228, 30.4077496 ], [ 119.9403425, 30.4079651 ] ], [ [ 119.9403425, 30.4079651 ], [ 119.9394562, 30.4079737 ] ], [ [ 119.9394562, 30.4079737 ], [ 119.9379047, 30.407973 ] ], [ [ 119.9379047, 30.407973 ], [ 119.9363895, 30.4079645 ] ], [ [ 119.9363895, 30.4079645 ], [ 119.9361567, 30.4079632 ] ], [ [ 119.9361567, 30.4079632 ], [ 119.9357215, 30.4079392 ] ], [ [ 119.9357215, 30.4079392 ], [ 119.9342852, 30.4079437 ] ], [ [ 119.9342852, 30.4079437 ], [ 119.9330714, 30.407975 ] ], [ [ 119.9330714, 30.407975 ], [ 119.932487, 30.4080544 ] ], [ [ 119.932487, 30.4080544 ], [ 119.9320949, 30.4081504 ] ], [ [ 119.9320949, 30.4081504 ], [ 119.9316281, 30.4082691 ] ], [ [ 119.9316281, 30.4082691 ], [ 119.9309341, 30.4085356 ] ], [ [ 119.9309341, 30.4085356 ], [ 119.9299621, 30.4089943 ] ], [ [ 119.9299621, 30.4089943 ], [ 119.9282851, 30.4098273 ] ], [ [ 119.9282851, 30.4098273 ], [ 119.9279793, 30.4099548 ] ], [ [ 119.9279793, 30.4099548 ], [ 119.9276351, 30.4100822 ] ], [ [ 119.9276351, 30.4100822 ], [ 119.9273173, 30.410178 ] ], [ [ 119.9273173, 30.410178 ], [ 119.9269849, 30.4102535 ] ], [ [ 119.9269849, 30.4102535 ], [ 119.9266543, 30.410306 ] ], [ [ 119.9266543, 30.410306 ], [ 119.9260129, 30.4103406 ] ], [ [ 119.9260129, 30.4103406 ], [ 119.9237822, 30.4102592 ] ], [ [ 119.9237822, 30.4102592 ], [ 119.9223879, 30.4102054 ] ], [ [ 119.9223879, 30.4102054 ], [ 119.9222158, 30.4101988 ] ], [ [ 119.9222158, 30.4101988 ], [ 119.9219566, 30.4101888 ] ], [ [ 119.9219566, 30.4101888 ], [ 119.9216708, 30.4101778 ] ], [ [ 119.9216708, 30.4101778 ], [ 119.9208533, 30.4101598 ] ], [ [ 119.9208533, 30.4101598 ], [ 119.9200635, 30.4101783 ] ], [ [ 119.9200635, 30.4101783 ], [ 119.9192832, 30.4102534 ] ], [ [ 119.9192832, 30.4102534 ], [ 119.9183323, 30.4104635 ] ], [ [ 119.9183323, 30.4104635 ], [ 119.9173059, 30.4106792 ] ], [ [ 119.9173059, 30.4106792 ], [ 119.9166554, 30.4108319 ] ], [ [ 119.9166554, 30.4108319 ], [ 119.9154814, 30.411097 ] ], [ [ 119.9668681, 30.4009334 ], [ 119.966198, 30.4019839 ] ], [ [ 119.966198, 30.4019839 ], [ 119.9660499, 30.402216 ] ], [ [ 119.9660499, 30.402216 ], [ 119.9657109, 30.4027272 ] ], [ [ 119.9657109, 30.4027272 ], [ 119.9650852, 30.4036706 ] ], [ [ 119.9650852, 30.4036706 ], [ 119.964828, 30.4039564 ] ], [ [ 119.964828, 30.4039564 ], [ 119.9644699, 30.4043609 ] ], [ [ 119.9644699, 30.4043609 ], [ 119.9640321, 30.4047654 ] ], [ [ 119.9640321, 30.4047654 ], [ 119.9632892, 30.4052913 ] ], [ [ 119.9632892, 30.4052913 ], [ 119.9627952, 30.4055414 ] ], [ [ 119.9627952, 30.4055414 ], [ 119.9621978, 30.4057914 ] ], [ [ 119.9621978, 30.4057914 ], [ 119.9605153, 30.4064444 ] ], [ [ 119.9605153, 30.4064444 ], [ 119.9599595, 30.4066474 ] ], [ [ 119.9599595, 30.4066474 ], [ 119.9593565, 30.4069166 ] ], [ [ 119.9593565, 30.4069166 ], [ 119.9590815, 30.4069994 ] ], [ [ 119.9590815, 30.4069994 ], [ 119.9589428, 30.4070428 ] ], [ [ 119.9589428, 30.4070428 ], [ 119.9587221, 30.4071118 ] ], [ [ 119.9587221, 30.4071118 ], [ 119.9586018, 30.4071388 ] ], [ [ 119.9586018, 30.4071388 ], [ 119.9582466, 30.4072184 ] ], [ [ 119.9582466, 30.4072184 ], [ 119.9577782, 30.4073005 ] ], [ [ 119.9577782, 30.4073005 ], [ 119.9573039, 30.4073258 ] ], [ [ 119.9573039, 30.4073258 ], [ 119.9568602, 30.4073235 ] ], [ [ 119.8348688, 30.3966499 ], [ 119.8340919, 30.3972578 ] ], [ [ 119.8340919, 30.3972578 ], [ 119.8321741, 30.3988538 ] ], [ [ 119.8321741, 30.3988538 ], [ 119.8316847, 30.3993392 ] ], [ [ 119.8316847, 30.3993392 ], [ 119.8310422, 30.4002237 ] ], [ [ 119.8310422, 30.4002237 ], [ 119.8306876, 30.4006545 ] ], [ [ 119.8306876, 30.4006545 ], [ 119.8305154, 30.4008638 ] ], [ [ 119.8305154, 30.4008638 ], [ 119.8304609, 30.40093 ] ], [ [ 119.8304609, 30.40093 ], [ 119.8300136, 30.4013379 ] ], [ [ 119.8300136, 30.4013379 ], [ 119.8298777, 30.4014619 ] ], [ [ 119.8298777, 30.4014619 ], [ 119.8295639, 30.4017879 ] ], [ [ 119.8295639, 30.4017879 ], [ 119.8293877, 30.401971 ] ], [ [ 119.8293877, 30.401971 ], [ 119.8289478, 30.4024281 ] ], [ [ 119.8289478, 30.4024281 ], [ 119.8288463, 30.4025815 ] ], [ [ 119.8288463, 30.4025815 ], [ 119.8288658, 30.4028089 ] ], [ [ 119.8288658, 30.4028089 ], [ 119.8289397, 30.4030085 ] ], [ [ 119.8232804, 30.4072997 ], [ 119.82415, 30.40662 ] ], [ [ 119.82415, 30.40662 ], [ 119.82466, 30.40621 ] ], [ [ 119.82466, 30.40621 ], [ 119.8255691, 30.4054449 ] ], [ [ 119.8255691, 30.4054449 ], [ 119.82586, 30.4052 ] ], [ [ 119.82586, 30.4052 ], [ 119.8271256, 30.404068 ] ], [ [ 119.8271256, 30.404068 ], [ 119.827682, 30.4038106 ] ], [ [ 119.827682, 30.4038106 ], [ 119.8287631, 30.4029177 ] ], [ [ 119.8256289, 30.4101601 ], [ 119.8255914, 30.4099811 ] ], [ [ 119.8255914, 30.4099811 ], [ 119.8254547, 30.4093791 ] ], [ [ 119.8254547, 30.4093791 ], [ 119.8253272, 30.4091515 ] ], [ [ 119.8253272, 30.4091515 ], [ 119.8248884, 30.4085524 ] ], [ [ 119.8248884, 30.4085524 ], [ 119.8246295, 30.4083154 ] ], [ [ 119.8246295, 30.4083154 ], [ 119.8237762, 30.407673 ] ], [ [ 119.8237762, 30.407673 ], [ 119.8235675, 30.4075159 ] ], [ [ 119.8235675, 30.4075159 ], [ 119.8232804, 30.4072997 ] ], [ [ 119.8250164, 30.413314 ], [ 119.8251834, 30.4130259 ] ], [ [ 119.8251834, 30.4130259 ], [ 119.8253089, 30.4128094 ] ], [ [ 119.8253089, 30.4128094 ], [ 119.8255831, 30.4123365 ] ], [ [ 119.8255831, 30.4123365 ], [ 119.8257156, 30.4119969 ] ], [ [ 119.8257156, 30.4119969 ], [ 119.8257529, 30.411181 ] ], [ [ 119.8257529, 30.411181 ], [ 119.8257213, 30.4107184 ] ], [ [ 119.8257213, 30.4107184 ], [ 119.8256656, 30.4103353 ] ], [ [ 119.8256656, 30.4103353 ], [ 119.8256289, 30.4101601 ] ], [ [ 119.8962649, 30.4032109 ], [ 119.8965253, 30.4026378 ] ], [ [ 119.8962649, 30.4032109 ], [ 119.8961986, 30.4032762 ] ], [ [ 119.9154814, 30.411097 ], [ 119.9147415, 30.4112714 ] ], [ [ 119.9147415, 30.4112714 ], [ 119.9145521, 30.411316 ] ], [ [ 119.9145521, 30.411316 ], [ 119.9143146, 30.4113867 ] ], [ [ 119.9143146, 30.4113867 ], [ 119.9139535, 30.4114942 ] ], [ [ 119.9139535, 30.4114942 ], [ 119.9134304, 30.4117214 ] ], [ [ 119.9134304, 30.4117214 ], [ 119.913014, 30.4119605 ] ], [ [ 119.913014, 30.4119605 ], [ 119.9126766, 30.4122154 ] ], [ [ 119.9126766, 30.4122154 ], [ 119.9125701, 30.41235 ] ], [ [ 119.9125701, 30.41235 ], [ 119.9124691, 30.4125178 ] ], [ [ 119.9124691, 30.4125178 ], [ 119.912405, 30.4127409 ] ], [ [ 119.912405, 30.4127409 ], [ 119.9123794, 30.4129744 ] ], [ [ 119.9123794, 30.4129744 ], [ 119.9123424, 30.4132587 ] ], [ [ 119.9123424, 30.4132587 ], [ 119.9123062, 30.4133922 ] ], [ [ 119.9121196, 30.4127516 ], [ 119.9120951, 30.4128469 ], [ 119.9120755, 30.4129345 ], [ 119.9120364, 30.4130887 ], [ 119.9119621, 30.4132882 ], [ 119.911949, 30.4133482 ], [ 119.9119523, 30.4133854 ], [ 119.9119622, 30.4134141 ], [ 119.912008, 30.4134605 ], [ 119.9120596, 30.413488 ], [ 119.9121099, 30.4134961 ], [ 119.9121758, 30.4134872 ], [ 119.9122443, 30.4134481 ], [ 119.9123062, 30.4133922 ] ], [ [ 119.9123062, 30.4133922 ], [ 119.912139, 30.4136389 ] ], [ [ 119.912139, 30.4136389 ], [ 119.9120457, 30.4137366 ] ], [ [ 119.9120457, 30.4137366 ], [ 119.9119323, 30.4138231 ] ], [ [ 119.9119323, 30.4138231 ], [ 119.9117982, 30.4138936 ] ], [ [ 119.9117982, 30.4138936 ], [ 119.9116036, 30.4139499 ] ], [ [ 119.9116036, 30.4139499 ], [ 119.9114446, 30.4139201 ] ], [ [ 119.8250164, 30.413314 ], [ 119.8240291, 30.4148434 ] ], [ [ 119.8240291, 30.4148434 ], [ 119.8220181, 30.4180439 ] ], [ [ 119.8220181, 30.4180439 ], [ 119.8212088, 30.4193563 ] ], [ [ 119.8095328, 30.4421187 ], [ 119.8097776, 30.4416846 ] ], [ [ 119.8097776, 30.4416846 ], [ 119.8098866, 30.4414914 ] ], [ [ 119.8098866, 30.4414914 ], [ 119.810034, 30.4411775 ] ], [ [ 119.810034, 30.4411775 ], [ 119.8116154, 30.4381117 ] ], [ [ 119.8116154, 30.4381117 ], [ 119.81178, 30.4375916 ] ], [ [ 119.81178, 30.4375916 ], [ 119.8122462, 30.435306 ] ], [ [ 119.8122462, 30.435306 ], [ 119.8123153, 30.4350566 ] ], [ [ 119.8123153, 30.4350566 ], [ 119.8123512, 30.4349268 ] ], [ [ 119.8123512, 30.4349268 ], [ 119.8131237, 30.4321375 ] ], [ [ 119.8131237, 30.4321375 ], [ 119.8133306, 30.4314161 ] ], [ [ 119.8133306, 30.4314161 ], [ 119.8136132, 30.4304308 ] ], [ [ 119.8136132, 30.4304308 ], [ 119.8136391, 30.4303403 ] ], [ [ 119.8136391, 30.4303403 ], [ 119.813681, 30.4301944 ] ], [ [ 119.813681, 30.4301944 ], [ 119.8141567, 30.4285355 ] ], [ [ 119.8141567, 30.4285355 ], [ 119.8144583, 30.4279522 ] ], [ [ 119.8144583, 30.4279522 ], [ 119.8146686, 30.4276763 ] ], [ [ 119.8146686, 30.4276763 ], [ 119.8148514, 30.4273926 ] ], [ [ 119.8148514, 30.4273926 ], [ 119.8149245, 30.4271876 ] ], [ [ 119.8149245, 30.4271876 ], [ 119.8150708, 30.4269748 ] ], [ [ 119.8150708, 30.4269748 ], [ 119.8153359, 30.4267935 ] ], [ [ 119.8153359, 30.4267935 ], [ 119.8158021, 30.4262654 ] ], [ [ 119.8158021, 30.4262654 ], [ 119.8161677, 30.4260447 ] ], [ [ 119.8161677, 30.4260447 ], [ 119.8166339, 30.4258477 ] ], [ [ 119.8166339, 30.4258477 ], [ 119.8169082, 30.4257058 ] ], [ [ 119.8169082, 30.4257058 ], [ 119.81774, 30.4247599 ] ], [ [ 119.81774, 30.4247599 ], [ 119.8195199, 30.4220722 ] ], [ [ 119.8195199, 30.4220722 ], [ 119.8197236, 30.4217646 ] ], [ [ 119.8197236, 30.4217646 ], [ 119.8198271, 30.4215967 ] ], [ [ 119.8198271, 30.4215967 ], [ 119.8198943, 30.4214877 ] ], [ [ 119.8198943, 30.4214877 ], [ 119.8199349, 30.4214219 ] ], [ [ 119.8199349, 30.4214219 ], [ 119.8212088, 30.4193563 ] ], [ [ 119.7358284, 30.4529222 ], [ 119.7359042, 30.4528666 ] ], [ [ 119.7359042, 30.4528666 ], [ 119.7362194, 30.4527099 ] ], [ [ 119.7362194, 30.4527099 ], [ 119.7364252, 30.4526075 ] ], [ [ 119.7364252, 30.4526075 ], [ 119.7367065, 30.4524676 ] ], [ [ 119.7367065, 30.4524676 ], [ 119.737933, 30.4521417 ] ], [ [ 119.737933, 30.4521417 ], [ 119.738689, 30.452022 ] ], [ [ 119.738689, 30.452022 ], [ 119.7395144, 30.4520486 ] ], [ [ 119.7395144, 30.4520486 ], [ 119.740129, 30.4521744 ] ], [ [ 119.740129, 30.4521744 ], [ 119.7417702, 30.45272 ] ], [ [ 119.7417702, 30.45272 ], [ 119.7427491, 30.4530436 ] ], [ [ 119.7427491, 30.4530436 ], [ 119.7431612, 30.4532529 ] ], [ [ 119.7431612, 30.4532529 ], [ 119.7434335, 30.453475 ] ], [ [ 119.7434335, 30.453475 ], [ 119.7442964, 30.4539457 ] ], [ [ 119.7442964, 30.4539457 ], [ 119.7444709, 30.4539875 ] ], [ [ 119.7444709, 30.4539875 ], [ 119.7446236, 30.4540242 ] ], [ [ 119.7446236, 30.4540242 ], [ 119.7448778, 30.4540851 ] ], [ [ 119.7358284, 30.4529222 ], [ 119.7351251, 30.4534384 ] ], [ [ 119.7351251, 30.4534384 ], [ 119.7344926, 30.4537643 ] ], [ [ 119.7344926, 30.4537643 ], [ 119.7325949, 30.4542231 ] ], [ [ 119.7325949, 30.4542231 ], [ 119.7317078, 30.4544359 ] ], [ [ 119.7317078, 30.4544359 ], [ 119.7314762, 30.4544699 ] ], [ [ 119.7314762, 30.4544699 ], [ 119.731029, 30.4545356 ] ], [ [ 119.731029, 30.4545356 ], [ 119.7305925, 30.4544537 ] ], [ [ 119.7448778, 30.4540851 ], [ 119.7449643, 30.4541094 ] ], [ [ 119.7449643, 30.4541094 ], [ 119.7453912, 30.4540967 ] ], [ [ 119.7453912, 30.4540967 ], [ 119.746554, 30.4539572 ] ], [ [ 119.746554, 30.4539572 ], [ 119.7471575, 30.4539445 ] ], [ [ 119.7471575, 30.4539445 ], [ 119.7487987, 30.4542173 ] ], [ [ 119.7487987, 30.4542173 ], [ 119.7492918, 30.4542426 ] ], [ [ 119.7492918, 30.4542426 ], [ 119.7494581, 30.4542232 ] ], [ [ 119.7494581, 30.4542232 ], [ 119.7498879, 30.4541729 ] ], [ [ 119.7498879, 30.4541729 ], [ 119.7512348, 30.4539254 ] ], [ [ 119.7512348, 30.4539254 ], [ 119.7522945, 30.4538493 ] ], [ [ 119.7522945, 30.4538493 ], [ 119.7531492, 30.4539357 ] ], [ [ 119.7577813, 30.4545493 ], [ 119.7556947, 30.4541792 ] ], [ [ 119.7556947, 30.4541792 ], [ 119.7555546, 30.4541658 ] ], [ [ 119.7555546, 30.4541658 ], [ 119.7535896, 30.4539778 ] ], [ [ 119.7535896, 30.4539778 ], [ 119.7533912, 30.4539589 ] ], [ [ 119.7533912, 30.4539589 ], [ 119.7531492, 30.4539357 ] ], [ [ 119.7305925, 30.4544537 ], [ 119.7302499, 30.4543893 ] ], [ [ 119.7302499, 30.4543893 ], [ 119.7295325, 30.4542696 ] ], [ [ 119.7295325, 30.4542696 ], [ 119.7290157, 30.4542829 ] ], [ [ 119.7290157, 30.4542829 ], [ 119.7241944, 30.4554533 ] ], [ [ 119.7241944, 30.4554533 ], [ 119.7220345, 30.4561249 ] ], [ [ 119.7590742, 30.4553049 ], [ 119.7588319, 30.4551599 ] ], [ [ 119.7588319, 30.4551599 ], [ 119.75861, 30.4550083 ] ], [ [ 119.75861, 30.4550083 ], [ 119.7584225, 30.4548597 ] ], [ [ 119.7584225, 30.4548597 ], [ 119.7582694, 30.4547563 ] ], [ [ 119.7582694, 30.4547563 ], [ 119.7580364, 30.4546388 ] ], [ [ 119.7580364, 30.4546388 ], [ 119.7577813, 30.4545493 ] ], [ [ 119.7739978, 30.4668549 ], [ 119.7738129, 30.4666755 ] ], [ [ 119.7738129, 30.4666755 ], [ 119.7736729, 30.4665445 ] ], [ [ 119.7736729, 30.4665445 ], [ 119.7733475, 30.4662819 ] ], [ [ 119.777174, 30.4672224 ], [ 119.776796, 30.4672158 ] ], [ [ 119.776796, 30.4672158 ], [ 119.7743892, 30.4669232 ] ], [ [ 119.7743892, 30.4669232 ], [ 119.7739978, 30.4668549 ] ], [ [ 119.7739978, 30.4668549 ], [ 119.7740867, 30.4669574 ] ], [ [ 119.7740867, 30.4669574 ], [ 119.774492, 30.467394 ] ], [ [ 119.774492, 30.467394 ], [ 119.7751598, 30.4681346 ] ], [ [ 119.7152607, 30.4556237 ], [ 119.7157785, 30.4557326 ] ], [ [ 119.7157785, 30.4557326 ], [ 119.7165807, 30.455819 ] ], [ [ 119.7165807, 30.455819 ], [ 119.7209237, 30.4561515 ] ], [ [ 119.7209237, 30.4561515 ], [ 119.7214945, 30.4561581 ] ], [ [ 119.7214945, 30.4561581 ], [ 119.7220345, 30.4561249 ] ], [ [ 120.0593461, 30.3532857 ], [ 120.0596181, 30.354038 ], [ 120.0594816, 30.3540631 ], [ 120.0592004, 30.3533343 ] ], [ [ 120.0638167, 30.3533935 ], [ 120.0623055, 30.3547318 ], [ 120.0611487, 30.3555005 ], [ 120.0610808, 30.3554145 ], [ 120.0622512, 30.3546336 ], [ 120.0637427, 30.353311 ] ], [ [ 120.0157894, 30.3565374 ], [ 120.0158234, 30.3566108 ] ], [ [ 120.0157518, 30.3566258 ], [ 120.0157213, 30.3565526 ] ], [ [ 120.0158234, 30.3566108 ], [ 120.0158942, 30.3567928 ], [ 120.0160814, 30.3575709 ], [ 120.0162436, 30.3581217 ], [ 120.0162783, 30.3582274 ], [ 120.016355, 30.3584867 ], [ 120.0164941, 30.3589407 ], [ 120.0166381, 30.3594414 ], [ 120.016678, 30.3595701 ], [ 120.0167013, 30.359647 ], [ 120.0167391, 30.3598318 ], [ 120.0168343, 30.3601435 ], [ 120.0169401, 30.3602857 ], [ 120.0170868, 30.3604892 ], [ 120.0173196, 30.3607136 ], [ 120.017693, 30.3610554 ], [ 120.0178851, 30.3612732 ], [ 120.0180417, 30.3615177 ], [ 120.0182961, 30.3620546 ], [ 120.0184193, 30.3622921 ] ], [ [ 120.0183438, 30.3623098 ], [ 120.0182677, 30.3621279 ], [ 120.0182133, 30.3620094 ], [ 120.0179932, 30.3615301 ], [ 120.0178016, 30.3612665 ], [ 120.0174128, 30.3608716 ], [ 120.0171657, 30.3606382 ], [ 120.0169633, 30.3604133 ], [ 120.0167571, 30.360128 ], [ 120.0166467, 30.3598022 ], [ 120.0166113, 30.3596735 ], [ 120.016591, 30.3596012 ], [ 120.0164706, 30.3591846 ], [ 120.0161874, 30.3582478 ], [ 120.0161428, 30.358135 ], [ 120.0160151, 30.3575233 ], [ 120.0159166, 30.3571261 ], [ 120.0158206, 30.3567773 ], [ 120.0157518, 30.3566258 ] ], [ [ 120.0184193, 30.3622921 ], [ 120.0184634, 30.3623771 ] ], [ [ 120.030497, 30.3651316 ], [ 120.0306771, 30.365128 ] ], [ [ 120.0306771, 30.365128 ], [ 120.0305413, 30.3652321 ] ], [ [ 120.0273281, 30.36633 ], [ 120.0276068, 30.3662209 ], [ 120.0288499, 30.3657705 ], [ 120.030497, 30.3651316 ] ], [ [ 120.0305413, 30.3652321 ], [ 120.028901, 30.3658627 ], [ 120.0277002, 30.3663442 ], [ 120.027377, 30.3664272 ] ], [ [ 120.0222636, 30.3671058 ], [ 120.0224779, 30.3670626 ], [ 120.0232633, 30.3669485 ], [ 120.023735, 30.3668874 ], [ 120.0238736, 30.3668694 ], [ 120.0243177, 30.3668108 ], [ 120.0251396, 30.3667852 ], [ 120.0257374, 30.3667708 ], [ 120.0260461, 30.3667406 ], [ 120.0262945, 30.3666877 ], [ 120.0264518, 30.3666365 ], [ 120.0266236, 30.366582 ], [ 120.0270017, 30.3664573 ], [ 120.0273281, 30.36633 ] ], [ [ 120.027377, 30.3664272 ], [ 120.0271424, 30.3665191 ], [ 120.0267277, 30.3666588 ], [ 120.0265959, 30.366695 ], [ 120.0263207, 30.3667635 ], [ 120.0260609, 30.366817 ], [ 120.0256881, 30.3668717 ], [ 120.0253248, 30.3668837 ], [ 120.0248286, 30.3668965 ], [ 120.0243555, 30.3669 ], [ 120.0242431, 30.3669084 ], [ 120.0238841, 30.3669354 ], [ 120.0233739, 30.3670125 ], [ 120.023292, 30.367027 ], [ 120.0222746, 30.3672071 ] ], [ [ 120.0183804, 30.3623972 ], [ 120.0183656, 30.3623618 ], [ 120.0183438, 30.3623098 ] ], [ [ 120.0184634, 30.3623771 ], [ 120.0185912, 30.3626209 ], [ 120.0186681, 30.3627989 ], [ 120.0187578, 30.3630066 ], [ 120.0189421, 30.3634676 ], [ 120.0191047, 30.3638663 ], [ 120.0192105, 30.3640885 ], [ 120.0193208, 30.3642374 ], [ 120.0194295, 30.3643757 ], [ 120.0196214, 30.3645542 ], [ 120.0197577, 30.364675 ], [ 120.019998, 30.3648645 ], [ 120.0201184, 30.3649464 ], [ 120.0204936, 30.3652015 ], [ 120.0213322, 30.3658266 ], [ 120.0214832, 30.3659594 ], [ 120.0216808, 30.3661194 ], [ 120.0218784, 30.3663096 ], [ 120.0219766, 30.3664688 ], [ 120.0221903, 30.3669055 ], [ 120.0222636, 30.3671058 ] ], [ [ 120.0221568, 30.367125 ], [ 120.0221073, 30.3669294 ], [ 120.0219923, 30.3666401 ], [ 120.0218422, 30.3663692 ], [ 120.0218351, 30.3663563 ], [ 120.0215269, 30.3660614 ], [ 120.0213067, 30.3658964 ], [ 120.0210784, 30.3657336 ], [ 120.0209048, 30.3656098 ], [ 120.0196832, 30.3647387 ], [ 120.0195016, 30.3645929 ], [ 120.0192962, 30.3643965 ], [ 120.0192212, 30.3642943 ], [ 120.0191724, 30.3642291 ], [ 120.0190074, 30.3639334 ], [ 120.0186246, 30.3630157 ], [ 120.0183804, 30.3623972 ] ], [ [ 120.0221568, 30.367125 ], [ 120.0222636, 30.3671058 ] ], [ [ 120.0222636, 30.3671058 ], [ 120.0222746, 30.3672071 ] ], [ [ 120.0221735, 30.3672208 ], [ 120.0221568, 30.367125 ] ], [ [ 120.0222746, 30.3672071 ], [ 120.0221735, 30.3672208 ] ], [ [ 120.0215187, 30.3714089 ], [ 120.0215871, 30.3713902 ], [ 120.0216343, 30.3713637 ], [ 120.0216893, 30.3713225 ], [ 120.021767, 30.3712516 ], [ 120.0218508, 30.3711703 ], [ 120.0219176, 30.3710919 ], [ 120.0219708, 30.3710122 ], [ 120.022005, 30.3709492 ], [ 120.0220271, 30.3708862 ], [ 120.0220419, 30.3708114 ], [ 120.022049, 30.3707391 ], [ 120.0220541, 30.3706718 ], [ 120.0220561, 30.3706096 ], [ 120.0220933, 30.3701873 ], [ 120.0221976, 30.3695056 ], [ 120.0222363, 30.3692218 ], [ 120.0222443, 30.3690532 ], [ 120.0222363, 30.3687934 ], [ 120.0222042, 30.3678131 ], [ 120.0221993, 30.3677032 ], [ 120.0221818, 30.3673146 ], [ 120.0221735, 30.3672208 ] ], [ [ 120.0222746, 30.3672071 ], [ 120.0222841, 30.3673243 ], [ 120.0222903, 30.3675496 ], [ 120.0223021, 30.3678835 ], [ 120.0223171, 30.3681744 ], [ 120.0223332, 30.368486 ], [ 120.0223459, 30.3687627 ], [ 120.0223539, 30.3689468 ], [ 120.0223502, 30.3690362 ], [ 120.0223377, 30.3692497 ], [ 120.0222442, 30.3697558 ], [ 120.0221715, 30.3702123 ], [ 120.0221532, 30.3704126 ], [ 120.0221522, 30.3706057 ], [ 120.0221516, 30.3707904 ], [ 120.0221411, 30.3708659 ], [ 120.022119, 30.3709311 ], [ 120.022058, 30.371025 ], [ 120.0219955, 30.3711179 ], [ 120.0219155, 30.3712007 ], [ 120.0218014, 30.3713087 ], [ 120.0217392, 30.3713736 ], [ 120.0217117, 30.3714139 ], [ 120.0217071, 30.371449 ], [ 120.0217145, 30.3714842 ] ], [ [ 120.0633148, 30.3671946 ], [ 120.0632734, 30.3670836 ] ], [ [ 120.0616182, 30.3692713 ], [ 120.0618676, 30.3689333 ], [ 120.0621746, 30.3685747 ], [ 120.0623952, 30.368368 ], [ 120.0626222, 30.3681719 ], [ 120.0628903, 30.3679527 ], [ 120.0629512, 30.3679029 ], [ 120.0633003, 30.3675784 ], [ 120.0633379, 30.3675037 ], [ 120.0633432, 30.3673118 ], [ 120.0633148, 30.3671946 ] ], [ [ 120.0643024, 30.3670188 ], [ 120.0641324, 30.3671202 ], [ 120.0639515, 30.3672608 ], [ 120.0637654, 30.3674028 ], [ 120.0635921, 30.3675374 ], [ 120.0633014, 30.367744 ], [ 120.0628786, 30.3680419 ], [ 120.0624605, 30.3683762 ], [ 120.0624025, 30.3684302 ], [ 120.0622348, 30.3685864 ], [ 120.0619213, 30.3689518 ], [ 120.0609587, 30.3702981 ] ], [ [ 120.0609084, 30.3702722 ], [ 120.0615204, 30.369418 ], [ 120.0616182, 30.3692713 ] ], [ [ 119.9680909, 30.3580306 ], [ 119.969376, 30.3580406 ], [ 119.9699231, 30.3580385 ], [ 119.9763277, 30.3580403 ] ], [ [ 119.9763334, 30.3581478 ], [ 119.9737585, 30.3581589 ], [ 119.9699281, 30.3581754 ], [ 119.969371, 30.3581758 ], [ 119.9681408, 30.3581815 ] ], [ [ 119.9679303, 30.3581833 ], [ 119.9660085, 30.3581811 ] ], [ [ 119.9681408, 30.3581815 ], [ 119.9679303, 30.3581833 ] ], [ [ 119.9831532, 30.3648045 ], [ 119.9828849, 30.3616825 ], [ 119.9827585, 30.3603872 ] ], [ [ 119.9829063, 30.3603856 ], [ 119.9830208, 30.3616247 ], [ 119.98332, 30.3648093 ] ], [ [ 119.9662883, 30.3689518 ], [ 119.9670312, 30.3689534 ], [ 119.9688854, 30.3689574 ] ], [ [ 119.9688854, 30.3689574 ], [ 119.9690876, 30.3689553 ] ], [ [ 119.9833979, 30.3678198 ], [ 119.9831532, 30.3648045 ] ], [ [ 119.98332, 30.3648093 ], [ 119.9835548, 30.3678207 ] ], [ [ 119.9836273, 30.3700929 ], [ 119.9833979, 30.3678198 ] ], [ [ 119.9835548, 30.3678207 ], [ 119.9837894, 30.3700973 ] ], [ [ 119.9759808, 30.3693803 ], [ 119.9799677, 30.3697652 ] ], [ [ 119.979949, 30.3699104 ], [ 119.9789999, 30.3698148 ], [ 119.9781755, 30.3697308 ], [ 119.9771629, 30.3696497 ], [ 119.9759748, 30.3695132 ] ], [ [ 119.9799677, 30.3697652 ], [ 119.9808892, 30.369872 ], [ 119.9828401, 30.3700304 ], [ 119.9831927, 30.3700598 ], [ 119.9836273, 30.3700929 ] ], [ [ 119.983151, 30.3702265 ], [ 119.9825798, 30.3701698 ], [ 119.9813037, 30.370051 ], [ 119.9808824, 30.3700075 ], [ 119.979949, 30.3699104 ] ], [ [ 119.9836273, 30.3700929 ], [ 119.9837894, 30.3700973 ] ], [ [ 119.9690876, 30.3689553 ], [ 119.969304, 30.3689494 ], [ 119.9699295, 30.3689523 ], [ 119.9712309, 30.3689906 ], [ 119.9723617, 30.3690401 ] ], [ [ 119.9690923, 30.3691167 ], [ 119.9688906, 30.3691169 ] ], [ [ 119.9688906, 30.3691169 ], [ 119.9662932, 30.3691197 ] ], [ [ 119.9723672, 30.3691715 ], [ 119.9716289, 30.3691224 ], [ 119.971594, 30.3691219 ], [ 119.9712409, 30.3691172 ], [ 119.9704956, 30.3691085 ], [ 119.969927, 30.3691121 ], [ 119.9692789, 30.3691152 ], [ 119.9690923, 30.3691167 ] ], [ [ 119.9723617, 30.3690401 ], [ 119.9731064, 30.3691101 ], [ 119.9759808, 30.3693803 ] ], [ [ 119.9741045, 30.3693399 ], [ 119.9732384, 30.3692604 ], [ 119.9724127, 30.3691745 ], [ 119.9723672, 30.3691715 ] ], [ [ 119.9759748, 30.3695132 ], [ 119.9750724, 30.3694296 ], [ 119.9741045, 30.3693399 ] ], [ [ 119.983686, 30.370327 ], [ 119.9836273, 30.3700929 ] ], [ [ 119.9837894, 30.3700973 ], [ 119.983686, 30.370327 ] ], [ [ 119.983151, 30.3702265 ], [ 119.9834394, 30.3702719 ] ], [ [ 119.9834394, 30.3702719 ], [ 119.983686, 30.370327 ] ], [ [ 119.9842384, 30.3742677 ], [ 119.9841704, 30.3738047 ] ], [ [ 119.9841704, 30.3738047 ], [ 119.9841386, 30.3735823 ] ], [ [ 119.9841386, 30.3735823 ], [ 119.983686, 30.370327 ] ], [ [ 119.9842384, 30.3742677 ], [ 119.9846959, 30.377694 ] ], [ [ 119.9725869, 30.3778359 ], [ 119.9724422, 30.3778408 ] ], [ [ 119.9724422, 30.3778408 ], [ 119.9722353, 30.3778443 ] ], [ [ 119.9722353, 30.3778443 ], [ 119.9705423, 30.377863 ] ], [ [ 119.9691036, 30.3779095 ], [ 119.9684933, 30.3780086 ] ], [ [ 119.9684933, 30.3780086 ], [ 119.9683911, 30.3780086 ] ], [ [ 119.9683911, 30.3780086 ], [ 119.9679995, 30.3780077 ] ], [ [ 119.9679995, 30.3780077 ], [ 119.9677572, 30.3780086 ] ], [ [ 119.9677572, 30.3780086 ], [ 119.9675956, 30.3779889 ] ], [ [ 119.9675956, 30.3779889 ], [ 119.9672538, 30.3779471 ] ], [ [ 119.9672538, 30.3779471 ], [ 119.9670518, 30.3778913 ] ], [ [ 119.9670518, 30.3778913 ], [ 119.9667543, 30.3778092 ] ], [ [ 119.9667543, 30.3778092 ], [ 119.9665345, 30.3777486 ] ], [ [ 120.0661256, 30.3514489 ], [ 120.0668152, 30.3520504 ], [ 120.0669198, 30.3521417 ], [ 120.0677001, 30.3527638 ], [ 120.0683069, 30.3532673 ] ], [ [ 120.0682125, 30.3533605 ], [ 120.0675478, 30.3528286 ], [ 120.0666419, 30.3521036 ], [ 120.0659344, 30.3514955 ] ], [ [ 120.0683069, 30.3532673 ], [ 120.0684167, 30.3533863 ] ], [ [ 120.0682951, 30.3534916 ], [ 120.0682125, 30.3533605 ] ], [ [ 120.085026, 30.3523866 ], [ 120.0851052, 30.3524318 ], [ 120.0853583, 30.3525763 ], [ 120.085724, 30.3527851 ], [ 120.0874335, 30.3537422 ], [ 120.089202, 30.3547744 ], [ 120.089501, 30.3549471 ], [ 120.0896753, 30.3550264 ], [ 120.0898283, 30.3550812 ], [ 120.0900144, 30.3551341 ], [ 120.0902546, 30.3551625 ], [ 120.0905536, 30.3551747 ], [ 120.0908619, 30.3551863 ] ], [ [ 120.0934335, 30.3553434 ], [ 120.0930227, 30.355338 ], [ 120.0918989, 30.355288 ], [ 120.0906014, 30.3552394 ], [ 120.0903151, 30.3552309 ], [ 120.0901479, 30.3552251 ], [ 120.0900188, 30.3552094 ], [ 120.0899157, 30.3551852 ], [ 120.0898058, 30.3551573 ], [ 120.0896051, 30.3550809 ], [ 120.0894611, 30.3550124 ], [ 120.0890838, 30.3547924 ], [ 120.0870564, 30.3536299 ], [ 120.0854791, 30.3527416 ], [ 120.0853133, 30.3526501 ], [ 120.0850579, 30.3525093 ], [ 120.084968, 30.3524597 ] ], [ [ 120.0934189, 30.3552805 ], [ 120.0933738, 30.355086 ], [ 120.093392, 30.3532855 ] ], [ [ 120.0935345, 30.3532845 ], [ 120.093529, 30.3551556 ], [ 120.0934648, 30.3552818 ] ], [ [ 120.0908619, 30.3551863 ], [ 120.0932428, 30.3552763 ], [ 120.0934189, 30.3552805 ] ], [ [ 120.0934189, 30.3552805 ], [ 120.0934648, 30.3552818 ] ], [ [ 120.0934335, 30.3553434 ], [ 120.0934189, 30.3552805 ] ], [ [ 120.0684167, 30.3533863 ], [ 120.0685802, 30.3535345 ], [ 120.0692185, 30.3541129 ], [ 120.0699139, 30.3547432 ], [ 120.0705096, 30.3552741 ], [ 120.0707597, 30.3554521 ] ], [ [ 120.0706572, 30.3555711 ], [ 120.0704062, 30.3553979 ], [ 120.0696184, 30.3547057 ], [ 120.0692213, 30.3543414 ], [ 120.068468, 30.3536503 ], [ 120.0682951, 30.3534916 ] ], [ [ 120.0707597, 30.3554521 ], [ 120.0708613, 30.3555399 ] ], [ [ 120.0707714, 30.3556706 ], [ 120.0706572, 30.3555711 ] ], [ [ 120.0847532, 30.3522308 ], [ 120.085026, 30.3523866 ] ], [ [ 120.084968, 30.3524597 ], [ 120.084694, 30.3523045 ] ], [ [ 120.0708613, 30.3555399 ], [ 120.0732861, 30.3576341 ], [ 120.0740706, 30.3583117 ], [ 120.074286, 30.3584954 ], [ 120.0745142, 30.3586901 ], [ 120.075556, 30.3595797 ], [ 120.0760098, 30.3599227 ], [ 120.0762541, 30.3600796 ] ], [ [ 120.0761302, 30.3601934 ], [ 120.0753811, 30.3596279 ], [ 120.0744016, 30.3587944 ], [ 120.0741761, 30.3586027 ], [ 120.0739604, 30.3584193 ], [ 120.0728619, 30.3574725 ], [ 120.0707714, 30.3556706 ] ], [ [ 120.0762541, 30.3600796 ], [ 120.0765016, 30.3602394 ] ], [ [ 120.0764302, 30.3603603 ], [ 120.0761302, 30.3601934 ] ], [ [ 120.0765016, 30.3602394 ], [ 120.0766795, 30.3603496 ], [ 120.0770246, 30.360437 ], [ 120.0772566, 30.3605049 ], [ 120.0777754, 30.3606486 ], [ 120.0793129, 30.3610543 ], [ 120.0801095, 30.3612645 ] ], [ [ 120.0801095, 30.3612645 ], [ 120.0802708, 30.3613071 ], [ 120.0806781, 30.3614172 ], [ 120.0809153, 30.3614802 ] ], [ [ 120.1000917, 30.3773155 ], [ 120.1000634, 30.3772155 ], [ 120.099953, 30.3769224 ], [ 120.0996218, 30.3763107 ], [ 120.0991943, 30.3755981 ], [ 120.0990339, 30.3753168 ], [ 120.098029, 30.3734604 ], [ 120.097855, 30.3731417 ], [ 120.0976076, 30.3726883 ], [ 120.0970017, 30.3716159 ], [ 120.0967229, 30.3711151 ], [ 120.09651, 30.3708163 ], [ 120.0962019, 30.3704448 ], [ 120.0958901, 30.3701051 ], [ 120.0951295, 30.3693665 ], [ 120.0947703, 30.3690177 ], [ 120.0944786, 30.3687345 ], [ 120.0932929, 30.3675954 ], [ 120.092101, 30.3664651 ], [ 120.0919413, 30.3663092 ], [ 120.0917561, 30.366128 ], [ 120.0913785, 30.3657673 ], [ 120.0910901, 30.3654918 ], [ 120.0905494, 30.3650311 ], [ 120.0899706, 30.3646171 ], [ 120.0893578, 30.3642171 ], [ 120.0888251, 30.3639466 ], [ 120.0882614, 30.3636831 ], [ 120.0875788, 30.3634047 ], [ 120.0868962, 30.3631817 ], [ 120.0848065, 30.3626081 ], [ 120.0842841, 30.3624647 ], [ 120.0837053, 30.362308 ], [ 120.082443, 30.3619662 ], [ 120.0822249, 30.3619071 ], [ 120.0806858, 30.3614904 ], [ 120.0802747, 30.3613845 ], [ 120.0784261, 30.3608965 ], [ 120.0780109, 30.3607869 ], [ 120.0777199, 30.3607101 ], [ 120.077218, 30.3605766 ], [ 120.0769538, 30.3605166 ], [ 120.0766183, 30.3604313 ], [ 120.0764302, 30.3603603 ] ], [ [ 120.0809153, 30.3614802 ], [ 120.0824739, 30.3618943 ], [ 120.0827037, 30.3619554 ], [ 120.0837343, 30.3622152 ], [ 120.0837966, 30.3622309 ], [ 120.0841469, 30.3623192 ], [ 120.084803, 30.3624955 ], [ 120.0869453, 30.3630711 ], [ 120.0876224, 30.3632849 ], [ 120.0881539, 30.3634944 ], [ 120.0888447, 30.363835 ], [ 120.0894223, 30.3641256 ], [ 120.0899408, 30.3644472 ], [ 120.0904181, 30.364785 ], [ 120.0908324, 30.3651188 ], [ 120.0912285, 30.3654736 ], [ 120.0914004, 30.3656351 ], [ 120.0918801, 30.3660858 ], [ 120.0920531, 30.3662576 ], [ 120.092235, 30.3664223 ], [ 120.0934064, 30.3675464 ], [ 120.0942395, 30.3683455 ], [ 120.0947621, 30.3688376 ], [ 120.0951983, 30.3692703 ], [ 120.0959714, 30.3700373 ], [ 120.0964311, 30.3705313 ], [ 120.0966977, 30.3708651 ], [ 120.0970145, 30.3714174 ], [ 120.0977411, 30.3726509 ], [ 120.0979567, 30.3730318 ], [ 120.0981758, 30.373419 ], [ 120.0992452, 30.3753287 ], [ 120.099403, 30.3755975 ], [ 120.0998174, 30.3763113 ], [ 120.0999833, 30.376622 ], [ 120.1001585, 30.3769852 ], [ 120.1002392, 30.3771977 ], [ 120.100267, 30.3773142 ] ], [ [ 120.091898, 30.3795252 ], [ 120.0923353, 30.3791662 ], [ 120.0927275, 30.3788905 ], [ 120.0929595, 30.3787171 ], [ 120.0931409, 30.3785977 ], [ 120.0939257, 30.3780814 ], [ 120.0946433, 30.3776928 ], [ 120.0948935, 30.3776033 ], [ 120.0950486, 30.3775478 ], [ 120.0957752, 30.3773146 ], [ 120.0960485, 30.3772576 ], [ 120.0964298, 30.3772266 ], [ 120.0967841, 30.3771903 ], [ 120.097874, 30.3772058 ], [ 120.0985856, 30.377241 ], [ 120.1000917, 30.3773155 ] ], [ [ 120.1001258, 30.3774355 ], [ 120.098963, 30.3773802 ], [ 120.0976508, 30.3773178 ], [ 120.0963957, 30.3773359 ], [ 120.0961105, 30.3773748 ], [ 120.095498, 30.3775198 ], [ 120.0952698, 30.377595 ], [ 120.0950476, 30.3776779 ], [ 120.094926, 30.3777294 ], [ 120.094333, 30.3779809 ], [ 120.0939883, 30.3781962 ], [ 120.0934083, 30.3785585 ], [ 120.0932103, 30.3786961 ], [ 120.0930601, 30.3787991 ], [ 120.0928161, 30.3789703 ], [ 120.092544, 30.3791477 ], [ 120.0921024, 30.3795909 ] ], [ [ 120.0888714, 30.3777623 ], [ 120.0890841, 30.3779191 ], [ 120.0897392, 30.3784021 ], [ 120.0905868, 30.3789636 ], [ 120.0914143, 30.379364 ], [ 120.091898, 30.3795252 ] ], [ [ 120.0579153, 30.3730972 ], [ 120.0595079, 30.3718465 ], [ 120.0597957, 30.3716147 ], [ 120.0600707, 30.3713499 ], [ 120.0602433, 30.3711568 ], [ 120.0604288, 30.3709416 ], [ 120.0609084, 30.3702722 ] ], [ [ 120.0609587, 30.3702981 ], [ 120.0605024, 30.3709362 ], [ 120.0603118, 30.3711847 ], [ 120.0598206, 30.3716947 ], [ 120.0582743, 30.3728978 ], [ 120.0579655, 30.373138 ] ], [ [ 120.0434058, 30.371326 ], [ 120.0434814, 30.3713285 ] ], [ [ 120.0434814, 30.3713285 ], [ 120.0444962, 30.3713459 ], [ 120.0458811, 30.3713697 ] ], [ [ 120.0375332, 30.3711675 ], [ 120.0393529, 30.3712042 ], [ 120.0397998, 30.3712093 ], [ 120.0412453, 30.3712471 ], [ 120.0418404, 30.3712626 ], [ 120.0420473, 30.371268 ], [ 120.0434058, 30.371326 ] ], [ [ 120.0339348, 30.3715458 ], [ 120.0342409, 30.3714346 ], [ 120.0347437, 30.3713664 ], [ 120.0349309, 30.3713429 ], [ 120.0359016, 30.371221 ], [ 120.0366119, 30.3711596 ], [ 120.0375332, 30.3711675 ] ], [ [ 120.0433973, 30.3714495 ], [ 120.0422474, 30.3713973 ], [ 120.0419907, 30.3713909 ], [ 120.0412395, 30.371372 ], [ 120.0397731, 30.3713352 ], [ 120.0393315, 30.3713257 ], [ 120.0392641, 30.3713241 ], [ 120.0375364, 30.3712831 ] ], [ [ 120.0375364, 30.3712831 ], [ 120.036993, 30.371285 ], [ 120.0368624, 30.3712897 ], [ 120.0364496, 30.3713046 ], [ 120.0358069, 30.3713714 ], [ 120.0348928, 30.3714982 ], [ 120.0342878, 30.3715582 ], [ 120.0339348, 30.3715458 ] ], [ [ 120.0458811, 30.3713697 ], [ 120.0474023, 30.3714108 ], [ 120.0476959, 30.3714175 ], [ 120.0479647, 30.3714269 ] ], [ [ 120.0434685, 30.3714516 ], [ 120.0433973, 30.3714495 ] ], [ [ 120.045872, 30.3715122 ], [ 120.0449145, 30.3714881 ], [ 120.0434685, 30.3714516 ] ], [ [ 120.0479647, 30.3714269 ], [ 120.0512108, 30.3715125 ], [ 120.0524271, 30.3715341 ], [ 120.0528287, 30.3715491 ], [ 120.0541349, 30.3716033 ], [ 120.0545609, 30.3716396 ] ], [ [ 120.0479803, 30.3715703 ], [ 120.0477129, 30.371561 ], [ 120.0473921, 30.371549 ], [ 120.045872, 30.3715122 ] ], [ [ 120.0545609, 30.3716396 ], [ 120.0552148, 30.3717684 ], [ 120.0559401, 30.3719806 ], [ 120.0564889, 30.3721984 ], [ 120.0570471, 30.3724963 ], [ 120.057583, 30.3728418 ], [ 120.0579153, 30.3730972 ] ], [ [ 120.0577823, 30.3731967 ], [ 120.0575901, 30.3730264 ], [ 120.0571775, 30.3727337 ], [ 120.0565502, 30.3723765 ], [ 120.0557977, 30.372084 ], [ 120.0550628, 30.3718743 ], [ 120.0545777, 30.3717798 ], [ 120.0542374, 30.3717395 ], [ 120.0537005, 30.3717082 ], [ 120.0528625, 30.3716775 ], [ 120.0524499, 30.3716669 ], [ 120.0512203, 30.3716561 ], [ 120.0479803, 30.3715703 ] ], [ [ 120.0579153, 30.3730972 ], [ 120.0579655, 30.373138 ] ], [ [ 120.0577823, 30.3731967 ], [ 120.0579153, 30.3730972 ] ], [ [ 120.0579655, 30.373138 ], [ 120.0578314, 30.3732448 ] ], [ [ 120.0578314, 30.3732448 ], [ 120.0577823, 30.3731967 ] ], [ [ 120.0216711, 30.3717989 ], [ 120.021649, 30.3719498 ], [ 120.0217688, 30.3721991 ], [ 120.0219605, 30.3725982 ], [ 120.0221425, 30.3729402 ], [ 120.0223303, 30.3732133 ], [ 120.0226253, 30.3734354 ], [ 120.0228423, 30.3735379 ], [ 120.0234768, 30.3736945 ], [ 120.0237226, 30.3737891 ], [ 120.0241274, 30.3739538 ], [ 120.0244439, 30.3742083 ], [ 120.0248175, 30.3744965 ], [ 120.0250558, 30.3746821 ], [ 120.0252416, 30.3747894 ], [ 120.0254407, 30.3748586 ] ], [ [ 120.0252659, 30.3750922 ], [ 120.0251942, 30.3749225 ], [ 120.0250749, 30.3747929 ], [ 120.0248469, 30.3745843 ], [ 120.0244435, 30.3742916 ], [ 120.024013, 30.3740172 ], [ 120.0235607, 30.3738009 ], [ 120.0230089, 30.3736503 ], [ 120.0226695, 30.3735687 ], [ 120.0224516, 30.3734513 ], [ 120.0222552, 30.3732353 ], [ 120.0217655, 30.3725211 ], [ 120.0215812, 30.372167 ], [ 120.0214697, 30.3719526 ], [ 120.0213786, 30.3718206 ] ], [ [ 120.0252659, 30.3750922 ], [ 120.0252724, 30.3750178 ], [ 120.0253066, 30.3749494 ], [ 120.0253648, 30.3748943 ], [ 120.0254407, 30.3748586 ] ], [ [ 120.0540821, 30.3749793 ], [ 120.0543129, 30.3749318 ], [ 120.0549479, 30.3747771 ], [ 120.0555685, 30.3745725 ], [ 120.0561171, 30.3743261 ], [ 120.0565014, 30.3741272 ], [ 120.0568467, 30.3739044 ], [ 120.0572909, 30.3735831 ], [ 120.0577823, 30.3731967 ] ], [ [ 120.0578314, 30.3732448 ], [ 120.0570149, 30.3738625 ], [ 120.0567292, 30.3740584 ], [ 120.0563324, 30.3743028 ], [ 120.055594, 30.3746381 ], [ 120.0551426, 30.3747979 ], [ 120.0547367, 30.3749103 ], [ 120.0541497, 30.3750453 ] ], [ [ 120.0537854, 30.3750519 ], [ 120.0540821, 30.3749793 ] ], [ [ 120.0541497, 30.3750453 ], [ 120.0538452, 30.3751196 ] ], [ [ 120.0434582, 30.3753626 ], [ 120.0433819, 30.3753645 ] ], [ [ 120.0434582, 30.3753626 ], [ 120.0447441, 30.3753811 ] ], [ [ 120.0447441, 30.3753811 ], [ 120.0457276, 30.3754368 ] ], [ [ 120.049331, 30.3762517 ], [ 120.0497257, 30.3760677 ], [ 120.0499116, 30.3759971 ], [ 120.0520848, 30.3754669 ], [ 120.0537854, 30.3750519 ] ], [ [ 120.0215187, 30.3714089 ], [ 120.0216237, 30.371433 ], [ 120.0217145, 30.3714842 ] ], [ [ 120.0213786, 30.3718206 ], [ 120.0212835, 30.3717373 ], [ 120.021251, 30.3716238 ], [ 120.0212836, 30.3715215 ], [ 120.0213676, 30.3714442 ], [ 120.0214399, 30.3714163 ], [ 120.0215187, 30.3714089 ] ], [ [ 120.0217145, 30.3714842 ], [ 120.0217465, 30.3715518 ], [ 120.0217626, 30.3716185 ], [ 120.0217543, 30.3716863 ], [ 120.0217228, 30.3717481 ], [ 120.0216711, 30.3717989 ] ], [ [ 120.0216711, 30.3717989 ], [ 120.0216045, 30.3718337 ], [ 120.0215288, 30.3718496 ], [ 120.0214511, 30.3718451 ], [ 120.0213786, 30.3718206 ] ], [ [ 120.0478219, 30.3758682 ], [ 120.0477538, 30.3758508 ] ], [ [ 120.0477538, 30.3758508 ], [ 120.0473126, 30.3756761 ] ], [ [ 120.0473126, 30.3756761 ], [ 120.0469669, 30.3755737 ] ], [ [ 120.0469669, 30.3755737 ], [ 120.0457276, 30.3754368 ] ], [ [ 120.0538452, 30.3751196 ], [ 120.0521586, 30.3755117 ], [ 120.0504091, 30.3759184 ], [ 120.0499246, 30.3760448 ], [ 120.049747, 30.376117 ], [ 120.0496058, 30.3761833 ], [ 120.0494185, 30.3762864 ] ], [ [ 120.049331, 30.3762517 ], [ 120.0483817, 30.3760114 ] ], [ [ 120.0483817, 30.3760114 ], [ 120.0478219, 30.3758682 ] ], [ [ 120.049331, 30.3762517 ], [ 120.0494185, 30.3762864 ] ], [ [ 120.0473961, 30.3787624 ], [ 120.0480228, 30.3778049 ], [ 120.0481103, 30.377678 ], [ 120.0484443, 30.3771862 ], [ 120.0485152, 30.3770822 ], [ 120.0488669, 30.3766132 ], [ 120.0490843, 30.3764201 ], [ 120.049331, 30.3762517 ] ], [ [ 120.0494185, 30.3762864 ], [ 120.049358, 30.3763197 ], [ 120.0491331, 30.3764608 ], [ 120.0489455, 30.3766245 ], [ 120.0487473, 30.3768829 ], [ 120.0485113, 30.377229 ], [ 120.0481774, 30.3777184 ], [ 120.0478827, 30.3781418 ], [ 120.0474624, 30.3788005 ] ], [ [ 119.999158, 30.3822693 ], [ 119.9992642, 30.3821693 ] ], [ [ 119.9992642, 30.3821693 ], [ 119.9992755, 30.3822875 ] ], [ [ 119.9725869, 30.3778359 ], [ 119.9756914, 30.3777815 ] ], [ [ 119.9756914, 30.3777815 ], [ 119.9764506, 30.3777825 ] ], [ [ 119.9764506, 30.3777825 ], [ 119.9791687, 30.3777766 ] ], [ [ 119.9791687, 30.3777766 ], [ 119.981312, 30.3777446 ] ], [ [ 119.981312, 30.3777446 ], [ 119.9818343, 30.3777368 ] ], [ [ 119.9818343, 30.3777368 ], [ 119.9846959, 30.377694 ] ], [ [ 119.984939, 30.3794166 ], [ 119.9846959, 30.377694 ] ], [ [ 119.984939, 30.3794166 ], [ 119.9850476, 30.3798791 ], [ 119.9850904, 30.3800484 ], [ 119.9851353, 30.3802175 ], [ 119.9851676, 30.3803553 ], [ 119.9851963, 30.3805324 ], [ 119.9852249, 30.3806677 ], [ 119.9852425, 30.3807645 ] ], [ [ 119.9850381, 30.3807791 ], [ 119.9850238, 30.3806674 ], [ 119.9849714, 30.3802947 ], [ 119.9849714, 30.3800896 ], [ 119.9849691, 30.3798688 ], [ 119.984939, 30.3794166 ] ], [ [ 119.9852425, 30.3807645 ], [ 119.985265, 30.3809139 ] ], [ [ 119.9850589, 30.3809313 ], [ 119.9850381, 30.3807791 ] ], [ [ 119.9705423, 30.377863 ], [ 119.9696799, 30.3778726 ] ], [ [ 119.9696799, 30.3778726 ], [ 119.9693191, 30.3778988 ] ], [ [ 119.9693191, 30.3778988 ], [ 119.9691036, 30.3779095 ] ], [ [ 119.9992755, 30.3822875 ], [ 119.9992471, 30.3824242 ], [ 119.9991727, 30.3827221 ], [ 119.9990375, 30.3832588 ], [ 119.9987592, 30.3847352 ] ], [ [ 119.9983331, 30.3906622 ], [ 119.9983966, 30.3888111 ], [ 119.9984827, 30.3863548 ], [ 119.9984854, 30.3860137 ], [ 119.9986088, 30.3849216 ], [ 119.998646, 30.3847256 ], [ 119.99892, 30.3831631 ], [ 119.9990913, 30.3824063 ], [ 119.999158, 30.3822693 ] ], [ [ 119.9987592, 30.3847352 ], [ 119.9986884, 30.3852311 ], [ 119.9986244, 30.3858402 ], [ 119.9985853, 30.3863892 ], [ 119.9985603, 30.3871754 ], [ 119.9984874, 30.3887939 ], [ 119.9984804, 30.3890406 ], [ 119.9984722, 30.3893373 ], [ 119.9984489, 30.3906438 ] ], [ [ 119.9984489, 30.3906438 ], [ 120.0000575, 30.3904402 ] ], [ [ 120.0000625, 30.3904876 ], [ 119.999982, 30.3904981 ], [ 119.998447, 30.3906999 ] ], [ [ 120.0055007, 30.388628 ], [ 120.0063735, 30.3881726 ], [ 120.0071625, 30.3877891 ], [ 120.00816, 30.3873238 ], [ 120.008203, 30.3873037 ], [ 120.0084048, 30.3872251 ], [ 120.0090256, 30.386993 ], [ 120.010387, 30.3864978 ], [ 120.0111357, 30.3862592 ] ], [ [ 120.0111427, 30.3862901 ], [ 120.010783, 30.3864002 ], [ 120.0097797, 30.3867515 ], [ 120.0084157, 30.3872766 ], [ 120.0081825, 30.3873874 ], [ 120.0055161, 30.3886544 ] ], [ [ 120.0055007, 30.388628 ], [ 120.0055161, 30.3886544 ] ], [ [ 120.0000575, 30.3904402 ], [ 120.0005431, 30.3903831 ], [ 120.0010492, 30.390293 ], [ 120.0015249, 30.3902026 ], [ 120.0020707, 30.3900576 ], [ 120.0029051, 30.3897896 ], [ 120.0031808, 30.3897011 ], [ 120.0034465, 30.3896014 ], [ 120.0037763, 30.3894762 ], [ 120.0042096, 30.38928 ], [ 120.0046433, 30.3890674 ], [ 120.0055007, 30.388628 ] ], [ [ 120.0055161, 30.3886544 ], [ 120.0045455, 30.3891568 ], [ 120.0037903, 30.3895035 ], [ 120.0034651, 30.3896296 ], [ 120.0031962, 30.3897325 ], [ 120.0030266, 30.3897926 ], [ 120.0029228, 30.3898266 ], [ 120.0020644, 30.3901083 ], [ 120.0014896, 30.3902437 ], [ 120.0009148, 30.3903563 ], [ 120.000264, 30.3904615 ], [ 120.0000625, 30.3904876 ] ], [ [ 119.9710544, 30.3863446 ], [ 119.9711242, 30.386532 ], [ 119.971416, 30.3873587 ], [ 119.9715068, 30.3876151 ], [ 119.9721842, 30.3895265 ] ], [ [ 119.9720733, 30.3895525 ], [ 119.9719723, 30.3892473 ], [ 119.9715021, 30.3879443 ], [ 119.9711199, 30.3868851 ], [ 119.971059, 30.3866869 ], [ 119.9709475, 30.38637 ] ], [ [ 119.9721842, 30.3895265 ], [ 119.9722078, 30.3895928 ] ], [ [ 119.9720888, 30.3896223 ], [ 119.9720733, 30.3895525 ] ], [ [ 119.9722078, 30.3895928 ], [ 119.9722403, 30.3896846 ], [ 119.9725711, 30.3905591 ], [ 119.9726021, 30.3906411 ], [ 119.9728766, 30.3913847 ], [ 119.9732735, 30.3925653 ] ], [ [ 119.973151, 30.3925859 ], [ 119.9729131, 30.3918702 ], [ 119.9724997, 30.3907561 ], [ 119.9722249, 30.3900155 ], [ 119.9721126, 30.3897137 ], [ 119.9720888, 30.3896223 ] ], [ [ 119.9983331, 30.3906622 ], [ 119.9984489, 30.3906438 ] ], [ [ 119.9984489, 30.3906438 ], [ 119.998447, 30.3906999 ] ], [ [ 119.9983287, 30.3907187 ], [ 119.9983331, 30.3906622 ] ], [ [ 119.998447, 30.3906999 ], [ 119.9983287, 30.3907187 ] ], [ [ 119.9953358, 30.3913219 ], [ 119.9964391, 30.3909862 ], [ 119.9969011, 30.3908896 ], [ 119.9976976, 30.3907634 ], [ 119.9983331, 30.3906622 ] ], [ [ 119.9983287, 30.3907187 ], [ 119.9969683, 30.3909354 ], [ 119.9963993, 30.3910441 ], [ 119.9953423, 30.3913654 ] ], [ [ 119.9953423, 30.3913654 ], [ 119.9953358, 30.3913219 ] ], [ [ 119.9928401, 30.3921064 ], [ 119.9950423, 30.391404 ], [ 119.9953358, 30.3913219 ] ], [ [ 119.9953423, 30.3913654 ], [ 119.9928554, 30.3921428 ] ], [ [ 119.985265, 30.3809139 ], [ 119.9852776, 30.3810164 ] ], [ [ 119.9850753, 30.3810404 ], [ 119.9850589, 30.3809313 ] ], [ [ 120.0468946, 30.3794653 ], [ 120.0473961, 30.3787624 ] ], [ [ 120.0474624, 30.3788005 ], [ 120.046622, 30.3800104 ] ], [ [ 120.0465626, 30.3799608 ], [ 120.0467183, 30.3797247 ], [ 120.0468946, 30.3794653 ] ], [ [ 120.0254407, 30.3748586 ], [ 120.0255186, 30.3748464 ], [ 120.0255972, 30.3748548 ], [ 120.0256693, 30.3748832 ], [ 120.0257282, 30.3749289 ], [ 120.0257684, 30.3749878 ], [ 120.0257864, 30.3750544 ], [ 120.0257804, 30.3751225 ] ], [ [ 120.0252882, 30.3751647 ], [ 120.0252659, 30.3750922 ] ], [ [ 120.0257804, 30.3751225 ], [ 120.0257532, 30.3751828 ], [ 120.0257072, 30.3752339 ], [ 120.0256462, 30.3752716 ] ], [ [ 120.0254087, 30.3752729 ], [ 120.0253377, 30.3752277 ], [ 120.0252882, 30.3751647 ] ], [ [ 120.0256462, 30.3752716 ], [ 120.0255685, 30.3752939 ], [ 120.0254867, 30.3752943 ], [ 120.0254087, 30.3752729 ] ], [ [ 120.0410607, 30.3817834 ], [ 120.0413288, 30.3817694 ], [ 120.0417354, 30.3817482 ], [ 120.042249, 30.3816878 ], [ 120.042879, 30.3815411 ], [ 120.0433644, 30.3813958 ], [ 120.0443821, 30.381047 ] ], [ [ 120.044424, 30.3811311 ], [ 120.0440884, 30.3812509 ], [ 120.0433672, 30.3814729 ], [ 120.0428558, 30.3816195 ], [ 120.0423946, 30.3817187 ], [ 120.0419073, 30.381779 ], [ 120.0417491, 30.3817921 ], [ 120.0414514, 30.3818167 ], [ 120.041138, 30.3818358 ] ], [ [ 120.0444655, 30.381014 ], [ 120.0452794, 30.3807508 ], [ 120.0457015, 30.3805798 ], [ 120.0461427, 30.3803261 ], [ 120.0464242, 30.3801052 ], [ 120.0465626, 30.3799608 ] ], [ [ 120.046622, 30.3800104 ], [ 120.0464409, 30.3801945 ], [ 120.046377, 30.3802594 ], [ 120.0462511, 30.3803585 ], [ 120.0460621, 30.380482 ], [ 120.0459206, 30.3805671 ], [ 120.045698, 30.3806778 ], [ 120.0445015, 30.3811021 ] ], [ [ 120.0443821, 30.381047 ], [ 120.0444655, 30.381014 ] ], [ [ 120.0445015, 30.3811021 ], [ 120.044424, 30.3811311 ] ], [ [ 120.0111357, 30.3862592 ], [ 120.0121392, 30.3859445 ], [ 120.0122256, 30.3859174 ], [ 120.0132317, 30.3855757 ], [ 120.0139146, 30.3853473 ], [ 120.014386, 30.3851654 ], [ 120.0148111, 30.3850385 ], [ 120.0149912, 30.3849911 ], [ 120.0151529, 30.384953 ], [ 120.0152622, 30.3849343 ], [ 120.0153491, 30.3849194 ], [ 120.0155767, 30.3848908 ], [ 120.0157522, 30.3848812 ], [ 120.0161962, 30.3848906 ], [ 120.0168144, 30.3849219 ], [ 120.017765, 30.3849774 ], [ 120.018269, 30.3850059 ], [ 120.0186901, 30.3849743 ], [ 120.0189982, 30.3849234 ], [ 120.0193133, 30.384836 ], [ 120.019612, 30.384734 ], [ 120.0197932, 30.3846645 ], [ 120.023057, 30.3832637 ], [ 120.0233574, 30.3831461 ], [ 120.02406, 30.3829873 ], [ 120.0242278, 30.3829778 ] ], [ [ 120.024242, 30.3830092 ], [ 120.0240927, 30.3830205 ], [ 120.0238238, 30.3830764 ], [ 120.0236011, 30.3831175 ], [ 120.0233604, 30.383203 ], [ 120.0205224, 30.3844158 ], [ 120.019638, 30.3847841 ], [ 120.0191474, 30.3849293 ], [ 120.0188037, 30.3849976 ], [ 120.0185502, 30.3850194 ], [ 120.0183324, 30.3850318 ], [ 120.0181109, 30.385035 ], [ 120.0175959, 30.3850022 ], [ 120.0167978, 30.3849587 ], [ 120.0159891, 30.3849159 ], [ 120.0157085, 30.3849158 ], [ 120.0153646, 30.3849544 ], [ 120.0152803, 30.3849695 ], [ 120.015163, 30.3849904 ], [ 120.0149671, 30.3850401 ], [ 120.014648, 30.3851286 ], [ 120.014392, 30.3851996 ], [ 120.0132475, 30.3856115 ], [ 120.0122323, 30.385947 ], [ 120.0118103, 30.3860799 ], [ 120.0111427, 30.3862901 ] ], [ [ 120.0263396, 30.3828659 ], [ 120.0270622, 30.3828569 ], [ 120.0276617, 30.3828542 ], [ 120.0276996, 30.3828581 ], [ 120.0282334, 30.3829134 ], [ 120.028781, 30.383012 ], [ 120.0317305, 30.3835431 ], [ 120.0321076, 30.383589 ], [ 120.0324493, 30.3835819 ], [ 120.0328157, 30.3835196 ], [ 120.0331287, 30.383454 ], [ 120.0336544, 30.3833067 ], [ 120.0356352, 30.3827251 ], [ 120.0358092, 30.3826629 ], [ 120.036472, 30.3824531 ], [ 120.0379336, 30.3819905 ], [ 120.0382054, 30.3819162 ], [ 120.0384857, 30.3818497 ], [ 120.0387615, 30.3818245 ], [ 120.0390286, 30.3818142 ], [ 120.0410607, 30.3817834 ] ], [ [ 120.041138, 30.3818358 ], [ 120.0405351, 30.3818449 ], [ 120.0396101, 30.3818649 ], [ 120.0392324, 30.3818651 ], [ 120.0387352, 30.3818879 ], [ 120.0383663, 30.3819507 ], [ 120.0380089, 30.3820436 ], [ 120.036488, 30.3825201 ], [ 120.0358239, 30.38272 ], [ 120.0356719, 30.3827696 ], [ 120.0336598, 30.3833574 ], [ 120.0330129, 30.3835347 ], [ 120.0327356, 30.3835941 ], [ 120.0325222, 30.3836308 ], [ 120.032329, 30.3836397 ], [ 120.0321062, 30.3836473 ], [ 120.0317953, 30.3836141 ], [ 120.0283229, 30.3829922 ], [ 120.0282123, 30.3829774 ], [ 120.0278978, 30.3829353 ], [ 120.027537, 30.3829176 ], [ 120.0269882, 30.3829191 ], [ 120.0267122, 30.3829257 ], [ 120.0265538, 30.3829295 ], [ 120.0263709, 30.3829305 ], [ 120.0256186, 30.3829468 ], [ 120.0253719, 30.3829572 ], [ 120.0243742, 30.3829993 ], [ 120.024242, 30.3830092 ] ], [ [ 120.0242278, 30.3829778 ], [ 120.025081, 30.3829326 ], [ 120.0263396, 30.3828659 ] ], [ [ 120.0055161, 30.3886544 ], [ 120.0055512, 30.388721 ] ], [ [ 120.0055512, 30.388721 ], [ 120.0058602, 30.3937185 ] ], [ [ 120.0058602, 30.3937185 ], [ 120.0060233, 30.3962208 ] ], [ [ 120.0060233, 30.3962208 ], [ 120.0060931, 30.3978827 ] ], [ [ 120.0060931, 30.3978827 ], [ 120.0061204, 30.3985673 ] ], [ [ 120.0061204, 30.3985673 ], [ 120.0061472, 30.398992 ] ], [ [ 120.0061472, 30.398992 ], [ 120.0062016, 30.4001185 ] ], [ [ 120.0062016, 30.4001185 ], [ 120.006258, 30.4011281 ] ], [ [ 119.9732735, 30.3925653 ], [ 119.9735007, 30.3932787 ], [ 119.9735283, 30.393402 ], [ 119.9739203, 30.3947429 ] ], [ [ 119.9738276, 30.3947629 ], [ 119.9737323, 30.394456 ], [ 119.9732056, 30.3927822 ], [ 119.973151, 30.3925859 ] ], [ [ 119.9739203, 30.3947429 ], [ 119.9742154, 30.3957545 ], [ 119.9743402, 30.3961822 ], [ 119.9743159, 30.3962888 ] ], [ [ 119.9743159, 30.3962888 ], [ 119.9742114, 30.3960689 ], [ 119.9740787, 30.3956173 ], [ 119.9738276, 30.3947629 ] ], [ [ 119.9743159, 30.3962888 ], [ 119.9724875, 30.3966725 ] ], [ [ 119.9724875, 30.3966725 ], [ 119.971983, 30.3967783 ] ], [ [ 119.971983, 30.3967783 ], [ 119.9706573, 30.3970597 ] ], [ [ 119.969656, 30.39745 ], [ 119.9701175, 30.3972387 ] ], [ [ 119.9701175, 30.3972387 ], [ 119.9706573, 30.3970597 ] ], [ [ 119.9684116, 30.3985553 ], [ 119.9688121, 30.3980504 ] ], [ [ 119.9688121, 30.3980504 ], [ 119.9691303, 30.3977818 ] ], [ [ 119.9691303, 30.3977818 ], [ 119.9695048, 30.3975474 ] ], [ [ 119.9695048, 30.3975474 ], [ 119.969656, 30.39745 ] ], [ [ 119.9676348, 30.3997659 ], [ 119.9676774, 30.3997019 ] ], [ [ 119.9676774, 30.3997019 ], [ 119.9682479, 30.3988189 ] ], [ [ 119.9682479, 30.3988189 ], [ 119.9684116, 30.3985553 ] ], [ [ 119.9668681, 30.4009334 ], [ 119.967222, 30.4003859 ] ], [ [ 119.967222, 30.4003859 ], [ 119.9676348, 30.3997659 ] ], [ [ 119.9961895, 30.4022028 ], [ 119.9959466, 30.4007378 ] ], [ [ 119.9959466, 30.4007378 ], [ 119.9959254, 30.4006465 ] ], [ [ 119.9959254, 30.4006465 ], [ 119.9958831, 30.4005674 ] ], [ [ 119.9958831, 30.4005674 ], [ 119.9958196, 30.4004153 ] ], [ [ 119.9958196, 30.4004153 ], [ 119.9958126, 30.4002085 ] ], [ [ 119.9958126, 30.4002085 ], [ 119.9959113, 30.3999104 ] ], [ [ 119.9959113, 30.3999104 ], [ 119.9959113, 30.3997218 ] ], [ [ 119.9959113, 30.3997218 ], [ 119.9958619, 30.3996123 ] ], [ [ 119.9958619, 30.3996123 ], [ 119.9959043, 30.3994906 ] ], [ [ 119.9959043, 30.3994906 ], [ 119.9959393, 30.3991246 ] ], [ [ 119.9959393, 30.3991246 ], [ 119.9959607, 30.3989005 ] ], [ [ 119.9959607, 30.3989005 ], [ 119.9959395, 30.3983713 ] ], [ [ 119.9959395, 30.3983713 ], [ 119.9959325, 30.3982996 ] ], [ [ 119.9959325, 30.3982996 ], [ 119.9958126, 30.3970815 ] ], [ [ 119.9958126, 30.3970815 ], [ 119.9956399, 30.395001 ] ], [ [ 119.9956399, 30.395001 ], [ 119.9955123, 30.3933842 ] ], [ [ 119.9955123, 30.3933842 ], [ 119.9954292, 30.3923305 ] ], [ [ 119.9954292, 30.3923305 ], [ 119.9953423, 30.3913654 ] ], [ [ 119.9962884, 30.4027037 ], [ 119.99644, 30.4033744 ] ], [ [ 119.99644, 30.4033744 ], [ 119.9963129, 30.4036544 ] ], [ [ 119.9963129, 30.4036544 ], [ 119.9963885, 30.4040485 ] ], [ [ 119.9963885, 30.4040485 ], [ 119.9963243, 30.4042963 ] ], [ [ 119.9963243, 30.4042963 ], [ 119.9961009, 30.4047028 ] ], [ [ 119.9961009, 30.4047028 ], [ 119.996049, 30.4053443 ] ], [ [ 119.996049, 30.4053443 ], [ 119.9959166, 30.4079133 ] ], [ [ 119.9959166, 30.4079133 ], [ 119.9968964, 30.4078883 ] ], [ [ 119.9968964, 30.4078883 ], [ 119.9971964, 30.4080006 ] ], [ [ 119.9971964, 30.4080006 ], [ 119.9978069, 30.4078517 ] ], [ [ 119.9978069, 30.4078517 ], [ 119.9977605, 30.4081704 ] ], [ [ 119.9977605, 30.4081704 ], [ 119.9985613, 30.4081978 ] ], [ [ 119.9985613, 30.4081978 ], [ 119.9990007, 30.4082129 ] ], [ [ 119.9990007, 30.4082129 ], [ 120.0005113, 30.4079712 ] ], [ [ 120.081411, 30.4361267 ], [ 120.0813426, 30.4362331 ] ], [ [ 120.0811498, 30.4374499 ], [ 120.0812435, 30.4365359 ], [ 120.0813426, 30.4362331 ] ], [ [ 120.0813426, 30.4362331 ], [ 120.0813276, 30.436378 ], [ 120.0811998, 30.4374507 ] ], [ [ 120.08171, 30.4373993 ], [ 120.0815992, 30.4374121 ] ], [ [ 120.0811998, 30.4374507 ], [ 120.0814301, 30.4374353 ] ], [ [ 120.0814301, 30.4374353 ], [ 120.0815992, 30.4374121 ] ], [ [ 120.0811498, 30.4374499 ], [ 120.0811998, 30.4374507 ] ], [ [ 120.0763444, 30.4380511 ], [ 120.076404, 30.4380856 ] ], [ [ 120.0763468, 30.4380978 ], [ 120.0763444, 30.4380511 ] ], [ [ 120.0681557, 30.4398096 ], [ 120.0683184, 30.4398438 ] ], [ [ 120.0763508, 30.4381749 ], [ 120.0763468, 30.4380978 ] ], [ [ 120.076404, 30.4380856 ], [ 120.0764104, 30.438201 ] ], [ [ 120.0809791, 30.4393332 ], [ 120.0809409, 30.4391987 ], [ 120.0810093, 30.4385137 ], [ 120.0811384, 30.4375611 ], [ 120.0811498, 30.4374499 ] ], [ [ 120.0811998, 30.4374507 ], [ 120.0811955, 30.4375248 ], [ 120.081149, 30.4380424 ], [ 120.0811294, 30.43826 ], [ 120.0810814, 30.4385888 ], [ 120.0810153, 30.4391842 ], [ 120.0809791, 30.4393332 ] ], [ [ 120.0764466, 30.4416006 ], [ 120.0764938, 30.4409273 ], [ 120.0763508, 30.4381749 ] ], [ [ 120.0764104, 30.438201 ], [ 120.0765668, 30.4410149 ], [ 120.0765266, 30.4416178 ] ], [ [ 120.0809791, 30.4393332 ], [ 120.0809793, 30.4393835 ] ], [ [ 120.0809793, 30.4393835 ], [ 120.0809216, 30.4398187 ] ], [ [ 120.0809216, 30.4398187 ], [ 120.0809486, 30.4401449 ] ], [ [ 120.0809486, 30.4401449 ], [ 120.0810148, 30.4402591 ] ], [ [ 120.0810148, 30.4402591 ], [ 120.0811198, 30.44044 ] ], [ [ 120.0811198, 30.44044 ], [ 120.0812524, 30.4405815 ] ], [ [ 120.0812524, 30.4405815 ], [ 120.0815132, 30.4407913 ] ], [ [ 120.0815132, 30.4407913 ], [ 120.0816703, 30.4409081 ] ], [ [ 120.0816703, 30.4409081 ], [ 120.0817736, 30.441002 ] ], [ [ 120.0817736, 30.441002 ], [ 120.081889, 30.44111 ] ], [ [ 120.081889, 30.44111 ], [ 120.0819443, 30.4412099 ] ], [ [ 120.0819443, 30.4412099 ], [ 120.0819528, 30.441263 ] ], [ [ 120.0819528, 30.441263 ], [ 120.081957, 30.441327 ] ], [ [ 120.081957, 30.441327 ], [ 120.0818913, 30.4417217 ] ], [ [ 120.0818913, 30.4417217 ], [ 120.0818763, 30.4418121 ] ], [ [ 120.0818763, 30.4418121 ], [ 120.0818219, 30.4422491 ] ], [ [ 120.0818219, 30.4422491 ], [ 120.0817615, 30.4427342 ] ], [ [ 120.0764466, 30.4416006 ], [ 120.0765266, 30.4416178 ] ], [ [ 120.0763727, 30.4416949 ], [ 120.0764466, 30.4416006 ] ], [ [ 120.0765266, 30.4416178 ], [ 120.0764861, 30.4417194 ] ], [ [ 120.0764861, 30.4417194 ], [ 120.0763727, 30.4416949 ] ], [ [ 120.0765266, 30.4416178 ], [ 120.0769801, 30.4417168 ], [ 120.0791448, 30.4421805 ], [ 120.0797596, 30.4423182 ], [ 120.081427, 30.4426759 ], [ 120.0817615, 30.4427342 ] ], [ [ 120.0817456, 30.4428623 ], [ 120.0797657, 30.4424372 ], [ 120.0791328, 30.4422911 ], [ 120.0764861, 30.4417194 ] ], [ [ 120.0817456, 30.4428623 ], [ 120.0817615, 30.4427342 ] ], [ [ 120.0138677, 30.4092827 ], [ 120.0140733, 30.409354 ] ], [ [ 120.0140733, 30.409354 ], [ 120.0149987, 30.4096407 ] ], [ [ 120.0149987, 30.4096407 ], [ 120.0177212, 30.4108775 ] ], [ [ 120.0177212, 30.4108775 ], [ 120.0180294, 30.4110158 ] ], [ [ 120.0180294, 30.4110158 ], [ 120.0207849, 30.4122537 ] ], [ [ 120.0207849, 30.4122537 ], [ 120.0210943, 30.4123892 ] ], [ [ 120.0210943, 30.4123892 ], [ 120.0218488, 30.4127295 ] ], [ [ 120.0218488, 30.4127295 ], [ 120.0242113, 30.4138331 ] ], [ [ 120.0242113, 30.4138331 ], [ 120.0249935, 30.4141985 ] ], [ [ 120.0249935, 30.4141985 ], [ 120.0255468, 30.4144433 ] ], [ [ 120.0255468, 30.4144433 ], [ 120.0258453, 30.4145375 ] ], [ [ 120.0258453, 30.4145375 ], [ 120.0263629, 30.4146903 ] ], [ [ 120.0263629, 30.4146903 ], [ 120.0266533, 30.414776 ] ], [ [ 120.0266533, 30.414776 ], [ 120.0301144, 30.4157693 ] ], [ [ 120.0301144, 30.4157693 ], [ 120.030941, 30.4160065 ] ], [ [ 120.030941, 30.4160065 ], [ 120.0351578, 30.4172352 ] ], [ [ 120.0466965, 30.4199554 ], [ 120.0434464, 30.4192208 ] ], [ [ 120.0434464, 30.4192208 ], [ 120.0420059, 30.4189005 ] ], [ [ 120.0420059, 30.4189005 ], [ 120.0379876, 30.4180091 ] ], [ [ 120.0379876, 30.4180091 ], [ 120.0375731, 30.417899 ] ], [ [ 120.0375731, 30.417899 ], [ 120.036357, 30.4175759 ] ], [ [ 120.036357, 30.4175759 ], [ 120.0356509, 30.4173625 ] ], [ [ 120.0356509, 30.4173625 ], [ 120.0351578, 30.4172352 ] ], [ [ 120.00639, 30.4076014 ], [ 120.0063825, 30.4074542 ] ], [ [ 120.0063825, 30.4074542 ], [ 120.0063815, 30.4072869 ] ], [ [ 120.0063815, 30.4072869 ], [ 120.0063842, 30.4072366 ] ], [ [ 120.0063842, 30.4072366 ], [ 120.0063879, 30.4071672 ] ], [ [ 120.0063879, 30.4071672 ], [ 120.0064075, 30.4068006 ] ], [ [ 120.0064075, 30.4068006 ], [ 120.0064336, 30.4066855 ] ], [ [ 120.0064336, 30.4066855 ], [ 120.0064858, 30.4064551 ] ], [ [ 120.0064858, 30.4064551 ], [ 120.0065904, 30.406107 ] ], [ [ 120.0065904, 30.406107 ], [ 120.0066617, 30.405816 ] ], [ [ 120.0066617, 30.405816 ], [ 120.0066564, 30.4057743 ] ], [ [ 120.0066564, 30.4057743 ], [ 120.0066191, 30.4054833 ] ], [ [ 120.0066191, 30.4054833 ], [ 120.0065433, 30.4048822 ] ], [ [ 120.0065433, 30.4048822 ], [ 120.0064912, 30.4044612 ] ], [ [ 120.0064912, 30.4044612 ], [ 120.0064511, 30.4041374 ] ], [ [ 120.0064511, 30.4041374 ], [ 120.0063837, 30.4035923 ] ], [ [ 120.0063837, 30.4035923 ], [ 120.0063634, 30.4034282 ] ], [ [ 120.0063634, 30.4034282 ], [ 120.0063351, 30.4028101 ] ], [ [ 120.0063351, 30.4028101 ], [ 120.0063207, 30.402496 ] ], [ [ 120.0063207, 30.402496 ], [ 120.0062997, 30.4020375 ] ], [ [ 120.0062997, 30.4020375 ], [ 120.0062835, 30.4016846 ] ], [ [ 120.0062835, 30.4016846 ], [ 120.0062782, 30.401569 ] ], [ [ 120.0062782, 30.401569 ], [ 120.006273, 30.4014551 ] ], [ [ 120.006273, 30.4014551 ], [ 120.006258, 30.4011281 ] ], [ [ 120.00639, 30.4076014 ], [ 120.0063951, 30.4077799 ] ], [ [ 120.00639, 30.4076014 ], [ 120.0076793, 30.4078543 ] ], [ [ 120.0076793, 30.4078543 ], [ 120.0087302, 30.4080495 ] ], [ [ 120.0087302, 30.4080495 ], [ 120.0089493, 30.40809 ] ], [ [ 120.0089493, 30.40809 ], [ 120.0094417, 30.4082016 ] ], [ [ 120.0094417, 30.4082016 ], [ 120.0107465, 30.4084974 ] ], [ [ 120.0107465, 30.4084974 ], [ 120.0118093, 30.4087092 ] ], [ [ 120.0118093, 30.4087092 ], [ 120.0120617, 30.4087639 ] ], [ [ 120.0120617, 30.4087639 ], [ 120.0123125, 30.4088182 ] ], [ [ 120.0123125, 30.4088182 ], [ 120.0129925, 30.4090045 ] ], [ [ 120.0129925, 30.4090045 ], [ 120.0138677, 30.4092827 ] ], [ [ 120.0105151, 30.4139075 ], [ 120.0106457, 30.4131969 ] ], [ [ 120.0106457, 30.4131969 ], [ 120.0107413, 30.4128702 ] ], [ [ 120.0107413, 30.4128702 ], [ 120.0108601, 30.4124641 ] ], [ [ 120.0108601, 30.4124641 ], [ 120.010838, 30.4123089 ] ], [ [ 120.010838, 30.4123089 ], [ 120.0107387, 30.4121298 ] ], [ [ 120.0107387, 30.4121298 ], [ 120.010449, 30.411814 ] ], [ [ 120.010449, 30.411814 ], [ 120.0102315, 30.4115868 ] ], [ [ 120.0102315, 30.4115868 ], [ 120.0100411, 30.4115404 ] ], [ [ 120.0100411, 30.4115404 ], [ 120.0099467, 30.4115222 ] ], [ [ 120.0099467, 30.4115222 ], [ 120.0097009, 30.4114728 ] ], [ [ 120.0097009, 30.4114728 ], [ 120.0094452, 30.4113604 ] ], [ [ 120.0094452, 30.4113604 ], [ 120.0092554, 30.4111715 ] ], [ [ 120.0092554, 30.4111715 ], [ 120.0088218, 30.4108341 ] ], [ [ 120.0088218, 30.4108341 ], [ 120.0087433, 30.4107801 ] ], [ [ 120.0087433, 30.4107801 ], [ 120.0085995, 30.4106811 ] ], [ [ 120.0085995, 30.4106811 ], [ 120.0083062, 30.4104793 ] ], [ [ 120.0083062, 30.4104793 ], [ 120.0078007, 30.410042 ] ], [ [ 120.0078007, 30.410042 ], [ 120.0075951, 30.4098164 ] ], [ [ 120.0075951, 30.4098164 ], [ 120.0069992, 30.409268 ] ], [ [ 120.0069992, 30.409268 ], [ 120.0066778, 30.4089875 ] ], [ [ 120.0066778, 30.4089875 ], [ 120.0065109, 30.4087096 ] ], [ [ 120.0065109, 30.4087096 ], [ 120.0064016, 30.4084714 ] ], [ [ 120.0064016, 30.4084714 ], [ 120.0063951, 30.4077799 ] ], [ [ 120.0075832, 30.4187435 ], [ 120.007963, 30.4181987 ] ], [ [ 120.007963, 30.4181987 ], [ 120.0081749, 30.4178948 ] ], [ [ 120.0081749, 30.4178948 ], [ 120.0094121, 30.4161202 ] ], [ [ 120.0094121, 30.4161202 ], [ 120.0097126, 30.4156892 ] ], [ [ 120.0097126, 30.4156892 ], [ 120.0098881, 30.4154274 ] ], [ [ 120.0098881, 30.4154274 ], [ 120.0099949, 30.415215 ] ], [ [ 120.0099949, 30.415215 ], [ 120.0100245, 30.4151354 ] ], [ [ 120.0100245, 30.4151354 ], [ 120.0105056, 30.4140387 ] ], [ [ 120.0105056, 30.4140387 ], [ 120.0105087, 30.4139953 ] ], [ [ 120.0105087, 30.4139953 ], [ 120.0105151, 30.4139075 ] ], [ [ 120.060416, 30.4217253 ], [ 120.0567976, 30.4210945 ] ], [ [ 120.0567976, 30.4210945 ], [ 120.056521, 30.421048 ] ], [ [ 120.056521, 30.421048 ], [ 120.0563091, 30.4210171 ] ], [ [ 120.0563091, 30.4210171 ], [ 120.0535507, 30.4208453 ] ], [ [ 120.0535507, 30.4208453 ], [ 120.0532674, 30.4208277 ] ], [ [ 120.0532674, 30.4208277 ], [ 120.0527645, 30.4207535 ] ], [ [ 120.0527645, 30.4207535 ], [ 120.0525761, 30.4207649 ] ], [ [ 120.0525761, 30.4207649 ], [ 120.051679, 30.4208196 ] ], [ [ 120.051679, 30.4208196 ], [ 120.0510981, 30.4208904 ] ], [ [ 120.0510981, 30.4208904 ], [ 120.0509161, 30.4208716 ] ], [ [ 120.0509161, 30.4208716 ], [ 120.0491181, 30.4205201 ] ], [ [ 120.0491181, 30.4205201 ], [ 120.0480844, 30.4202815 ] ], [ [ 120.0480844, 30.4202815 ], [ 120.0466965, 30.4199554 ] ], [ [ 119.8095328, 30.4421187 ], [ 119.8090237, 30.4430908 ] ], [ [ 119.8090237, 30.4430908 ], [ 119.8088766, 30.4433716 ] ], [ [ 119.8088766, 30.4433716 ], [ 119.8087582, 30.4435976 ] ], [ [ 119.8087582, 30.4435976 ], [ 119.8077252, 30.44557 ] ], [ [ 119.8077252, 30.44557 ], [ 119.8074611, 30.4460743 ] ], [ [ 119.8074611, 30.4460743 ], [ 119.8071384, 30.4467848 ] ], [ [ 119.8071384, 30.4467848 ], [ 119.8068653, 30.447386 ] ], [ [ 119.8068653, 30.447386 ], [ 119.8067767, 30.4475811 ] ], [ [ 119.8067767, 30.4475811 ], [ 119.8067132, 30.447721 ] ], [ [ 119.8032063, 30.4506658 ], [ 119.8036697, 30.4503345 ] ], [ [ 119.8036697, 30.4503345 ], [ 119.8046939, 30.4497057 ] ], [ [ 119.8046939, 30.4497057 ], [ 119.8050121, 30.449505 ] ], [ [ 119.8050121, 30.449505 ], [ 119.8052448, 30.4492508 ] ], [ [ 119.8052448, 30.4492508 ], [ 119.8054058, 30.4490897 ] ], [ [ 119.8054058, 30.4490897 ], [ 119.8057259, 30.4487692 ] ], [ [ 119.8057259, 30.4487692 ], [ 119.8063001, 30.4482742 ] ], [ [ 119.8063001, 30.4482742 ], [ 119.8064786, 30.448107 ] ], [ [ 119.8064786, 30.448107 ], [ 119.8067132, 30.447721 ] ], [ [ 119.8032063, 30.4506658 ], [ 119.8029093, 30.4510034 ] ], [ [ 119.8029093, 30.4510034 ], [ 119.8025136, 30.4513445 ] ], [ [ 119.8025136, 30.4513445 ], [ 119.8023119, 30.4514248 ] ], [ [ 119.8023119, 30.4514248 ], [ 119.8018232, 30.4516535 ] ], [ [ 119.8018232, 30.4516535 ], [ 119.8016058, 30.4519732 ] ], [ [ 119.8016058, 30.4519732 ], [ 119.8012411, 30.4522207 ] ], [ [ 119.8012411, 30.4522207 ], [ 119.8008143, 30.4524682 ] ], [ [ 119.8008143, 30.4524682 ], [ 119.8003721, 30.4526154 ] ], [ [ 119.8003721, 30.4526154 ], [ 119.8000229, 30.4526889 ] ], [ [ 119.8000229, 30.4526889 ], [ 119.7997505, 30.4527212 ] ], [ [ 119.7997505, 30.4527212 ], [ 119.8001717, 30.4528448 ] ], [ [ 119.8001717, 30.4528448 ], [ 119.8004025, 30.4529234 ] ], [ [ 119.8004025, 30.4529234 ], [ 119.8011313, 30.4531956 ] ], [ [ 119.8011313, 30.4531956 ], [ 119.8013378, 30.4533369 ] ], [ [ 119.8013378, 30.4533369 ], [ 119.8015321, 30.453494 ] ], [ [ 119.8015321, 30.453494 ], [ 119.8016475, 30.4536458 ] ], [ [ 119.8016475, 30.4536458 ], [ 119.8017932, 30.4541484 ] ], [ [ 119.8017932, 30.4541484 ], [ 119.8020113, 30.4553086 ] ], [ [ 119.8228193, 30.4616919 ], [ 119.8225904, 30.4614567 ] ], [ [ 119.8225904, 30.4614567 ], [ 119.8224638, 30.4613266 ] ], [ [ 119.8224638, 30.4613266 ], [ 119.8221516, 30.4610059 ] ], [ [ 119.8221516, 30.4610059 ], [ 119.8221456, 30.4604052 ] ], [ [ 119.8221456, 30.4604052 ], [ 119.8219366, 30.4595783 ] ], [ [ 119.8219366, 30.4595783 ], [ 119.8212533, 30.4588385 ] ], [ [ 119.8212533, 30.4588385 ], [ 119.8211528, 30.4583335 ] ], [ [ 119.8211528, 30.4583335 ], [ 119.8209755, 30.4579282 ] ], [ [ 119.8209755, 30.4579282 ], [ 119.8208598, 30.4576092 ] ], [ [ 119.8208598, 30.4576092 ], [ 119.8207596, 30.4567786 ] ], [ [ 119.8207596, 30.4567786 ], [ 119.8205823, 30.4564928 ] ], [ [ 119.8205823, 30.4564928 ], [ 119.8204513, 30.4562669 ] ], [ [ 119.8204513, 30.4562669 ], [ 119.820274, 30.4556024 ] ], [ [ 119.820274, 30.4556024 ], [ 119.8202046, 30.4549777 ] ], [ [ 119.8202046, 30.4549777 ], [ 119.8200735, 30.4543066 ] ], [ [ 119.8200735, 30.4543066 ], [ 119.8197762, 30.4537834 ] ], [ [ 119.8197762, 30.4537834 ], [ 119.8196662, 30.4535899 ] ], [ [ 119.8196662, 30.4535899 ], [ 119.8194134, 30.4531451 ] ], [ [ 119.8194134, 30.4531451 ], [ 119.8189756, 30.4519901 ] ], [ [ 119.8189756, 30.4519901 ], [ 119.8187939, 30.4515487 ] ], [ [ 119.8187939, 30.4515487 ], [ 119.8185867, 30.4513701 ] ], [ [ 119.8185867, 30.4513701 ], [ 119.8184606, 30.4512614 ] ], [ [ 119.8184606, 30.4512614 ], [ 119.8182697, 30.4510968 ] ], [ [ 119.8182697, 30.4510968 ], [ 119.8174063, 30.4505453 ] ], [ [ 119.8174063, 30.4505453 ], [ 119.8172598, 30.4503791 ] ], [ [ 119.8172598, 30.4503791 ], [ 119.8172675, 30.4496415 ] ], [ [ 119.8172675, 30.4496415 ], [ 119.8172367, 30.449276 ] ], [ [ 119.8172367, 30.449276 ], [ 119.8171056, 30.4490035 ] ], [ [ 119.8171056, 30.4490035 ], [ 119.8166739, 30.4486047 ] ], [ [ 119.8166739, 30.4486047 ], [ 119.8157874, 30.4481528 ] ], [ [ 119.8157874, 30.4481528 ], [ 119.8153017, 30.4480532 ] ], [ [ 119.8153017, 30.4480532 ], [ 119.8150242, 30.4479335 ] ], [ [ 119.8150242, 30.4479335 ], [ 119.8144769, 30.4477342 ] ], [ [ 119.8144769, 30.4477342 ], [ 119.8142302, 30.4475614 ] ], [ [ 119.8142302, 30.4475614 ], [ 119.8140841, 30.4473206 ] ], [ [ 119.8140841, 30.4473206 ], [ 119.8139681, 30.4471294 ] ], [ [ 119.8020274, 30.4553945 ], [ 119.8020113, 30.4553086 ] ], [ [ 119.8020274, 30.4553945 ], [ 119.8022609, 30.4563366 ] ], [ [ 119.8022609, 30.4563366 ], [ 119.8023277, 30.456567 ] ], [ [ 119.8023277, 30.456567 ], [ 119.8024127, 30.4567764 ] ], [ [ 119.8024127, 30.4567764 ], [ 119.8025341, 30.4569753 ] ], [ [ 119.8025341, 30.4569753 ], [ 119.8028189, 30.4571849 ] ], [ [ 119.8045661, 30.4582353 ], [ 119.8041435, 30.4581165 ] ], [ [ 119.8041435, 30.4581165 ], [ 119.8039795, 30.4580432 ] ], [ [ 119.8039795, 30.4580432 ], [ 119.8038641, 30.4579542 ] ], [ [ 119.8038641, 30.4579542 ], [ 119.8028189, 30.4571849 ] ], [ [ 119.7997505, 30.4527212 ], [ 119.7996272, 30.4527358 ] ], [ [ 119.7996272, 30.4527358 ], [ 119.7992723, 30.4528289 ] ], [ [ 119.7992723, 30.4528289 ], [ 119.7990918, 30.4528762 ] ], [ [ 119.7990918, 30.4528762 ], [ 119.7975788, 30.4533177 ] ], [ [ 119.7975788, 30.4533177 ], [ 119.7973615, 30.4534247 ] ], [ [ 119.7973615, 30.4534247 ], [ 119.797152, 30.4535518 ] ], [ [ 119.797152, 30.4535518 ], [ 119.7969503, 30.4537993 ] ], [ [ 119.7969503, 30.4537993 ], [ 119.7965258, 30.454282 ] ], [ [ 119.7965258, 30.454282 ], [ 119.7963918, 30.4544345 ] ], [ [ 119.7963918, 30.4544345 ], [ 119.7958329, 30.4550701 ] ], [ [ 119.7958329, 30.4550701 ], [ 119.7953053, 30.455652 ] ], [ [ 119.7953053, 30.455652 ], [ 119.7951501, 30.45604 ] ], [ [ 119.7951501, 30.45604 ], [ 119.7950493, 30.4565149 ] ], [ [ 119.7950493, 30.4565149 ], [ 119.7949406, 30.4571904 ] ], [ [ 119.7949406, 30.4571904 ], [ 119.7948398, 30.457371 ] ], [ [ 119.7948398, 30.457371 ], [ 119.7946768, 30.4575984 ] ], [ [ 119.7946768, 30.4575984 ], [ 119.7943044, 30.4579796 ] ], [ [ 119.7943044, 30.4579796 ], [ 119.7941167, 30.4581526 ] ], [ [ 119.7941167, 30.4581526 ], [ 119.7939707, 30.4582873 ] ], [ [ 119.7939707, 30.4582873 ], [ 119.7930241, 30.4591234 ] ], [ [ 119.7930241, 30.4591234 ], [ 119.7928903, 30.4591888 ] ], [ [ 119.7928903, 30.4591888 ], [ 119.7927913, 30.4592371 ] ], [ [ 119.7927913, 30.4592371 ], [ 119.7924499, 30.4592839 ] ], [ [ 119.7924499, 30.4592839 ], [ 119.7921628, 30.4592438 ] ], [ [ 119.7921628, 30.4592438 ], [ 119.7918835, 30.4591969 ] ], [ [ 119.7918835, 30.4591969 ], [ 119.7913467, 30.4591141 ] ], [ [ 119.7913467, 30.4591141 ], [ 119.7910101, 30.459158 ] ], [ [ 119.7910101, 30.459158 ], [ 119.7907041, 30.4592459 ] ], [ [ 119.7907041, 30.4592459 ], [ 119.7903471, 30.4594218 ] ], [ [ 119.7903471, 30.4594218 ], [ 119.7902248, 30.4595361 ] ], [ [ 119.7902248, 30.4595361 ], [ 119.7898168, 30.4600723 ] ], [ [ 119.7898168, 30.4600723 ], [ 119.7896128, 30.4603097 ] ], [ [ 119.7896128, 30.4603097 ], [ 119.7892354, 30.4605734 ] ], [ [ 119.7892354, 30.4605734 ], [ 119.7887867, 30.4608372 ] ], [ [ 119.7887867, 30.4608372 ], [ 119.7880255, 30.4611422 ] ], [ [ 119.7880255, 30.4611422 ], [ 119.787624, 30.4613031 ] ], [ [ 119.787624, 30.4613031 ], [ 119.7863185, 30.4618658 ] ], [ [ 119.7863185, 30.4618658 ], [ 119.7857678, 30.4620943 ] ], [ [ 119.7857678, 30.4620943 ], [ 119.7857084, 30.4621204 ] ], [ [ 119.7857084, 30.4621204 ], [ 119.7853088, 30.4622965 ] ], [ [ 119.7853088, 30.4622965 ], [ 119.7845541, 30.4626306 ] ], [ [ 119.7845541, 30.4626306 ], [ 119.7836973, 30.4632196 ] ], [ [ 119.7836973, 30.4632196 ], [ 119.7825693, 30.4639378 ] ], [ [ 119.7825693, 30.4639378 ], [ 119.7818872, 30.4647091 ] ], [ [ 119.7818872, 30.4647091 ], [ 119.7813896, 30.4650724 ] ], [ [ 119.7813896, 30.4650724 ], [ 119.7812315, 30.4651879 ] ], [ [ 119.7812315, 30.4651879 ], [ 119.7810154, 30.4652884 ] ], [ [ 119.7810154, 30.4652884 ], [ 119.7807456, 30.4654139 ] ], [ [ 119.7807456, 30.4654139 ], [ 119.7799125, 30.4656533 ] ], [ [ 119.7799125, 30.4656533 ], [ 119.779465, 30.4658262 ] ], [ [ 119.779465, 30.4658262 ], [ 119.7780457, 30.4667969 ] ], [ [ 119.7780457, 30.4667969 ], [ 119.7775751, 30.4670961 ] ], [ [ 119.7775751, 30.4670961 ], [ 119.777174, 30.4672224 ] ], [ [ 119.7590742, 30.4553049 ], [ 119.7591823, 30.4553485 ] ], [ [ 119.7591823, 30.4553485 ], [ 119.7597027, 30.4555584 ] ], [ [ 119.7597027, 30.4555584 ], [ 119.760015, 30.4557009 ] ], [ [ 119.760015, 30.4557009 ], [ 119.7606049, 30.4559294 ] ], [ [ 119.7606049, 30.4559294 ], [ 119.7612, 30.45616 ] ], [ [ 119.7612, 30.45616 ], [ 119.7617, 30.45642 ] ], [ [ 119.7617, 30.45642 ], [ 119.7622, 30.45676 ] ], [ [ 119.7622, 30.45676 ], [ 119.7624, 30.45694 ] ], [ [ 119.7624, 30.45694 ], [ 119.7636, 30.45813 ] ], [ [ 119.7636, 30.45813 ], [ 119.7640022, 30.4590307 ] ], [ [ 119.7640022, 30.4590307 ], [ 119.7644, 30.46011 ] ], [ [ 119.7644, 30.46011 ], [ 119.7647504, 30.4606767 ] ], [ [ 119.7647504, 30.4606767 ], [ 119.7650691, 30.4610335 ] ], [ [ 119.7650691, 30.4610335 ], [ 119.7655457, 30.4613675 ] ], [ [ 119.7655457, 30.4613675 ], [ 119.7663294, 30.4616792 ] ], [ [ 119.7663294, 30.4616792 ], [ 119.7673695, 30.4619165 ] ], [ [ 119.7673695, 30.4619165 ], [ 119.7681641, 30.4622689 ] ], [ [ 119.7681641, 30.4622689 ], [ 119.7686192, 30.4625881 ] ], [ [ 119.7686192, 30.4625881 ], [ 119.7690173, 30.4629902 ] ], [ [ 119.7690173, 30.4629902 ], [ 119.7691129, 30.4630868 ] ], [ [ 119.7691129, 30.4630868 ], [ 119.769676, 30.4637716 ] ], [ [ 119.769676, 30.4637716 ], [ 119.7701851, 30.4641706 ] ], [ [ 119.7701851, 30.4641706 ], [ 119.7706248, 30.4643767 ] ], [ [ 119.7706248, 30.4643767 ], [ 119.7709929, 30.4645398 ] ], [ [ 119.7709929, 30.4645398 ], [ 119.7717356, 30.4648687 ] ], [ [ 119.7717356, 30.4648687 ], [ 119.7721599, 30.4651147 ] ], [ [ 119.7721599, 30.4651147 ], [ 119.7726525, 30.4655537 ] ], [ [ 119.7726525, 30.4655537 ], [ 119.7733475, 30.4662819 ] ], [ [ 119.8045661, 30.4582353 ], [ 119.8046547, 30.4582658 ] ], [ [ 119.8228193, 30.4616919 ], [ 119.8231869, 30.4620695 ] ], [ [ 119.8231869, 30.4620695 ], [ 119.8235947, 30.4626644 ] ], [ [ 119.8235947, 30.4626644 ], [ 119.8239607, 30.4629979 ] ], [ [ 119.8239607, 30.4629979 ], [ 119.8246298, 30.4635596 ] ], [ [ 119.8246298, 30.4635596 ], [ 119.824847, 30.4637419 ] ], [ [ 119.824847, 30.4637419 ], [ 119.8251633, 30.4640074 ] ], [ [ 119.8251633, 30.4640074 ], [ 119.8253411, 30.4642148 ] ], [ [ 119.8253411, 30.4642148 ], [ 119.8253659, 30.4643792 ] ], [ [ 119.8253659, 30.4643792 ], [ 119.825477, 30.4651161 ] ], [ [ 119.825477, 30.4651161 ], [ 119.8255928, 30.4656328 ] ], [ [ 119.8255928, 30.4656328 ], [ 119.8256548, 30.4659093 ] ], [ [ 119.8256548, 30.4659093 ], [ 119.8258535, 30.4665492 ] ], [ [ 119.8258535, 30.4665492 ], [ 119.825843, 30.4668467 ] ], [ [ 119.825843, 30.4668467 ], [ 119.8257698, 30.4671712 ] ], [ [ 119.8257698, 30.4671712 ], [ 119.8255084, 30.4675587 ] ], [ [ 119.8255084, 30.4675587 ], [ 119.8254352, 30.4679643 ] ], [ [ 119.8254352, 30.4679643 ], [ 119.8252574, 30.4686583 ] ], [ [ 119.8252574, 30.4686583 ], [ 119.8252365, 30.4691811 ] ], [ [ 119.8252365, 30.4691811 ], [ 119.8251529, 30.4693884 ] ], [ [ 119.8251529, 30.4693884 ], [ 119.8248078, 30.4699112 ] ], [ [ 119.8248078, 30.4699112 ], [ 119.8247764, 30.4700914 ] ], [ [ 119.8247764, 30.4700914 ], [ 119.8248705, 30.4703348 ] ], [ [ 119.8248705, 30.4703348 ], [ 119.8249542, 30.4706232 ] ], [ [ 119.8249542, 30.4706232 ], [ 119.8251529, 30.4714073 ] ], [ [ 119.8251529, 30.4714073 ], [ 119.8251424, 30.4716236 ] ], [ [ 119.8251424, 30.4716236 ], [ 119.8250298, 30.4718177 ] ], [ [ 119.8250298, 30.4718177 ], [ 119.8250148, 30.4719471 ] ], [ [ 119.8250148, 30.4719471 ], [ 119.8250598, 30.4720442 ] ], [ [ 119.8250598, 30.4720442 ], [ 119.8254652, 30.4725812 ] ], [ [ 119.8254652, 30.4725812 ], [ 119.825773, 30.4730923 ] ], [ [ 119.825773, 30.4730923 ], [ 119.825788, 30.4732605 ] ], [ [ 119.825788, 30.4732605 ], [ 119.8257805, 30.4734417 ] ], [ [ 119.8257805, 30.4734417 ], [ 119.8256228, 30.4740563 ] ], [ [ 119.8256228, 30.4740563 ], [ 119.8256379, 30.474328 ] ], [ [ 119.8256379, 30.474328 ], [ 119.8256117, 30.4748545 ] ], [ [ 119.8256117, 30.4748545 ], [ 119.8256117, 30.4749562 ] ], [ [ 119.8256117, 30.4749562 ], [ 119.8255961, 30.4751011 ] ], [ [ 119.8286754, 30.4754911 ], [ 119.8285741, 30.4753903 ] ], [ [ 119.8285741, 30.4753903 ], [ 119.8283635, 30.4753433 ] ], [ [ 119.8283635, 30.4753433 ], [ 119.8274101, 30.4753318 ] ], [ [ 119.8274101, 30.4753318 ], [ 119.8272407, 30.4753298 ] ], [ [ 119.8272407, 30.4753298 ], [ 119.8269366, 30.4753164 ] ], [ [ 119.8269366, 30.4753164 ], [ 119.8264922, 30.4751954 ] ], [ [ 119.8264922, 30.4751954 ], [ 119.8261413, 30.4751417 ] ], [ [ 119.8261413, 30.4751417 ], [ 119.8255961, 30.4751011 ] ], [ [ 119.8292183, 30.4784229 ], [ 119.8291355, 30.4783471 ] ], [ [ 119.8291355, 30.4783471 ], [ 119.8289582, 30.4779385 ] ], [ [ 119.8289582, 30.4779385 ], [ 119.8288982, 30.4778001 ] ], [ [ 119.8288982, 30.4778001 ], [ 119.8288002, 30.4775743 ] ], [ [ 119.8288002, 30.4775743 ], [ 119.8287222, 30.477245 ] ], [ [ 119.8287222, 30.477245 ], [ 119.8287456, 30.4765932 ] ], [ [ 119.8287456, 30.4765932 ], [ 119.828752, 30.4759041 ] ], [ [ 119.828752, 30.4759041 ], [ 119.8287534, 30.4757532 ] ], [ [ 119.8287534, 30.4757532 ], [ 119.8286754, 30.4754911 ] ], [ [ 120.0855881, 30.3197864 ], [ 120.0853399, 30.3197604 ], [ 120.0849136, 30.3197375 ], [ 120.0839501, 30.3196802 ], [ 120.0821829, 30.319575 ] ], [ [ 120.0856098, 30.3196921 ], [ 120.0855881, 30.3197864 ] ], [ [ 120.0855881, 30.3197864 ], [ 120.0853495, 30.321654 ] ], [ [ 120.0598999, 30.3235821 ], [ 120.0599679, 30.3230146 ], [ 120.0600654, 30.3226064 ], [ 120.0602741, 30.3218979 ] ], [ [ 120.0603486, 30.3219233 ], [ 120.060144, 30.3226148 ], [ 120.0600379, 30.3230484 ], [ 120.0599924, 30.3235896 ] ], [ [ 120.059887, 30.324853 ], [ 120.0598612, 30.324475 ], [ 120.0598526, 30.3239774 ], [ 120.0598999, 30.3235821 ] ], [ [ 120.0599924, 30.3235896 ], [ 120.0599607, 30.3239672 ], [ 120.0599787, 30.324396 ], [ 120.0600228, 30.3248709 ] ], [ [ 120.0579668, 30.3244603 ], [ 120.0585301, 30.3246138 ], [ 120.0592569, 30.3247653 ], [ 120.059887, 30.324853 ] ], [ [ 120.0379228, 30.3199916 ], [ 120.0379364, 30.3215755 ], [ 120.0379458, 30.3220838 ], [ 120.0380124, 30.3234959 ], [ 120.0379792, 30.3260996 ], [ 120.0379104, 30.3269814 ], [ 120.0379029, 30.3272861 ], [ 120.0376906, 30.3287079 ] ], [ [ 120.0281308, 30.324141 ], [ 120.0282552, 30.3253082 ] ], [ [ 120.0282552, 30.3253082 ], [ 120.0282615, 30.3253705 ] ], [ [ 120.0282615, 30.3253705 ], [ 120.0283048, 30.325798 ] ], [ [ 120.0283048, 30.325798 ], [ 120.028385, 30.3262089 ] ], [ [ 120.028385, 30.3262089 ], [ 120.028567, 30.3270171 ] ], [ [ 120.028567, 30.3270171 ], [ 120.028716, 30.3275213 ] ], [ [ 120.028716, 30.3275213 ], [ 120.0287227, 30.3275516 ] ], [ [ 120.0426308, 30.3315251 ], [ 120.0426368, 30.330793 ], [ 120.0426375, 30.3307045 ], [ 120.0426702, 30.3267252 ], [ 120.0426065, 30.3258576 ], [ 120.042564, 30.3254116 ], [ 120.0425344, 30.3252975 ], [ 120.042507, 30.325192 ], [ 120.042472, 30.3250572 ], [ 120.0423233, 30.3244768 ], [ 120.0419269, 30.3231326 ], [ 120.0418066, 30.3224788 ], [ 120.0417571, 30.3220083 ], [ 120.0417288, 30.3214217 ], [ 120.0417571, 30.3209574 ], [ 120.0418066, 30.3205663 ], [ 120.0418426, 30.3201847 ] ], [ [ 120.0419984, 30.3201925 ], [ 120.0419971, 30.320706 ], [ 120.0419483, 30.3214079 ], [ 120.0419401, 30.3220747 ], [ 120.0420052, 30.3226783 ], [ 120.0421109, 30.3232257 ], [ 120.0426069, 30.3248821 ], [ 120.0426821, 30.3251579 ], [ 120.0427108, 30.3252632 ], [ 120.042737, 30.3253593 ], [ 120.0428264, 30.3258085 ], [ 120.0428671, 30.3262928 ], [ 120.0428539, 30.327355 ], [ 120.0428427, 30.3282579 ], [ 120.0428275, 30.3293121 ], [ 120.0428067, 30.3307063 ], [ 120.0428074, 30.3307962 ], [ 120.0427956, 30.3315285 ] ], [ [ 120.0287437, 30.3276462 ], [ 120.0287227, 30.3275516 ] ], [ [ 120.0287437, 30.3276462 ], [ 120.0289339, 30.3285026 ] ], [ [ 120.0289339, 30.3285026 ], [ 120.0292081, 30.3295003 ] ], [ [ 120.037588, 30.32876 ], [ 120.037599, 30.3286789 ] ], [ [ 120.0376906, 30.3287079 ], [ 120.0376794, 30.3287858 ] ], [ [ 120.0555461, 30.3297357 ], [ 120.0541346, 30.3284982 ], [ 120.053916, 30.3283745 ], [ 120.0535056, 30.3282506 ], [ 120.0538945, 30.328268 ], [ 120.0540894, 30.3283244 ], [ 120.0542671, 30.3284167 ], [ 120.0556395, 30.3296795 ] ], [ [ 120.0538401, 30.3308276 ], [ 120.0545485, 30.330448 ], [ 120.055642953819927, 30.329818694802931 ] ], [ [ 120.055642953819927, 30.329818694802931 ], [ 120.055736972272754, 30.329764634686452 ] ], [ [ 120.055736972272754, 30.329764634686452 ], [ 120.056928, 30.3290798 ], [ 120.0575249, 30.3287245 ], [ 120.0581573, 30.3284127 ], [ 120.0597219, 30.3277144 ], [ 120.0605793, 30.3273574 ], [ 120.060762, 30.3272712 ] ], [ [ 120.0606115, 30.3274172 ], [ 120.05974, 30.3277793 ], [ 120.0594227, 30.3279216 ], [ 120.0581846, 30.3284638 ], [ 120.0575614, 30.328779 ], [ 120.0568976, 30.3291753 ], [ 120.05578762511746, 30.329808876129988 ] ], [ [ 120.05578762511746, 30.329808876129988 ], [ 120.055693916563939, 30.329862365180617 ] ], [ [ 120.055693916563939, 30.329862365180617 ], [ 120.054594, 30.3304902 ], [ 120.053413, 30.3311769 ], [ 120.0531655, 30.3313363 ] ], [ [ 120.0523974, 30.3282527 ], [ 120.0527054, 30.3297143 ], [ 120.0528915, 30.3303906 ], [ 120.0531656, 30.3312112 ] ], [ [ 120.0530481, 30.3312599 ], [ 120.0528722, 30.3304904 ], [ 120.0527553, 30.3301282 ], [ 120.0523399, 30.3282507 ] ], [ [ 120.0556395, 30.3296795 ], [ 120.055736972272754, 30.329764634686452 ] ], [ [ 120.055736972272754, 30.329764634686452 ], [ 120.05578762511746, 30.329808876129988 ] ], [ [ 120.05578762511746, 30.329808876129988 ], [ 120.055822, 30.3298389 ] ], [ [ 120.0557285, 30.329892 ], [ 120.055693916563939, 30.329862365180617 ] ], [ [ 120.055693916563939, 30.329862365180617 ], [ 120.055642953819927, 30.329818694802931 ] ], [ [ 120.055642953819927, 30.329818694802931 ], [ 120.0555461, 30.3297357 ] ], [ [ 120.03743, 30.331408 ], [ 120.0374667, 30.3297685 ], [ 120.0374914, 30.3295079 ], [ 120.0375547, 30.3289674 ], [ 120.037588, 30.32876 ] ], [ [ 120.0376794, 30.3287858 ], [ 120.0376466, 30.3290058 ], [ 120.0375777, 30.329577 ], [ 120.037553, 30.3299387 ], [ 120.0375528, 30.3314094 ] ], [ [ 120.0292081, 30.3295003 ], [ 120.0292964, 30.3298512 ] ], [ [ 120.0292964, 30.3298512 ], [ 120.0296557, 30.3311914 ] ], [ [ 120.0248683, 30.3309914 ], [ 120.0250876, 30.3310205 ] ], [ [ 120.0250876, 30.3310205 ], [ 120.0265334, 30.3310752 ] ], [ [ 120.0265334, 30.3310752 ], [ 120.0266032, 30.3310756 ] ], [ [ 120.0266032, 30.3310756 ], [ 120.0296557, 30.3311914 ] ], [ [ 120.055822, 30.3298389 ], [ 120.0563794, 30.3303348 ], [ 120.0567856, 30.3306866 ], [ 120.0572942, 30.3311374 ] ], [ [ 120.0572079, 30.3312214 ], [ 120.0567067, 30.3307594 ], [ 120.0563058, 30.3304004 ], [ 120.0557285, 30.329892 ] ], [ [ 120.0531656, 30.3312112 ], [ 120.0533721, 30.3310919 ], [ 120.0538401, 30.3308276 ] ], [ [ 120.0530481, 30.3312599 ], [ 120.0531656, 30.3312112 ] ], [ [ 120.0531656, 30.3312112 ], [ 120.0531655, 30.3313363 ] ], [ [ 120.0649405, 30.3310188 ], [ 120.063518, 30.3298687 ] ], [ [ 120.0674223, 30.3260146 ], [ 120.06829, 30.3262156 ], [ 120.068849, 30.326334 ], [ 120.070533, 30.3265936 ] ], [ [ 120.0598988, 30.3249529 ], [ 120.059219, 30.3248607 ], [ 120.0581445, 30.3246489 ], [ 120.0579603, 30.324601 ] ], [ [ 120.059887, 30.324853 ], [ 120.0600228, 30.3248709 ] ], [ [ 120.0598988, 30.3249529 ], [ 120.059887, 30.324853 ] ], [ [ 120.0600228, 30.3248709 ], [ 120.0600364, 30.3249719 ] ], [ [ 120.0600364, 30.3249719 ], [ 120.0598988, 30.3249529 ] ], [ [ 120.0600228, 30.3248709 ], [ 120.0614192, 30.3250453 ], [ 120.0620666, 30.3251428 ], [ 120.0630034, 30.3252152 ] ], [ [ 120.0629551, 30.3253079 ], [ 120.0621129, 30.3252471 ], [ 120.061392, 30.3251516 ], [ 120.0600364, 30.3249719 ] ], [ [ 120.0630034, 30.3252152 ], [ 120.0631861, 30.3252682 ], [ 120.0634811, 30.3253244 ], [ 120.0644, 30.3254722 ], [ 120.0654173, 30.3256358 ] ], [ [ 120.0654001, 30.3256931 ], [ 120.0640943, 30.3254961 ], [ 120.0634539, 30.3253995 ], [ 120.0631508, 30.3253439 ], [ 120.0629551, 30.3253079 ] ], [ [ 120.0654173, 30.3256358 ], [ 120.0674223, 30.3260146 ] ], [ [ 120.0673917, 30.3261055 ], [ 120.0654001, 30.3256931 ] ], [ [ 120.0600364, 30.3249719 ], [ 120.0600572, 30.3251044 ], [ 120.0600927, 30.3253258 ], [ 120.0601928, 30.3257233 ], [ 120.0603564, 30.3262298 ], [ 120.0605441, 30.3266373 ], [ 120.0607501, 30.32701 ], [ 120.0608951, 30.3272101 ] ], [ [ 120.060762, 30.3272712 ], [ 120.0604316, 30.3267237 ], [ 120.0603644, 30.3265759 ], [ 120.0601823, 30.3261758 ], [ 120.0600479, 30.3257646 ], [ 120.0599524, 30.3253277 ], [ 120.0599126, 30.3250881 ], [ 120.0598988, 30.3249529 ] ], [ [ 120.0608951, 30.3272101 ], [ 120.0607807, 30.3273065 ] ], [ [ 120.0607807, 30.3273065 ], [ 120.060762, 30.3272712 ] ], [ [ 120.0607807, 30.3273065 ], [ 120.0606115, 30.3274172 ] ], [ [ 120.0704817, 30.3266841 ], [ 120.0693792, 30.3264944 ], [ 120.0688291, 30.3263997 ], [ 120.0682443, 30.32627 ], [ 120.0673917, 30.3261055 ] ], [ [ 120.070533, 30.3265936 ], [ 120.070822, 30.3266456 ] ], [ [ 120.0707874, 30.326745 ], [ 120.0704817, 30.3266841 ] ], [ [ 120.070822, 30.3266456 ], [ 120.0724447, 30.3268418 ], [ 120.0741999, 30.327065 ] ], [ [ 120.0741611, 30.3271711 ], [ 120.0713846, 30.3268439 ], [ 120.0707874, 30.326745 ] ], [ [ 120.0608951, 30.3272101 ], [ 120.0609845, 30.3273595 ], [ 120.0611537, 30.3275899 ], [ 120.0613587, 30.3278572 ], [ 120.0616664, 30.3281939 ], [ 120.0621042, 30.3285911 ] ], [ [ 120.0619889, 30.3286588 ], [ 120.0614925, 30.3282145 ], [ 120.0612243, 30.327919 ], [ 120.0610273, 30.3276591 ], [ 120.0608612, 30.3274362 ], [ 120.0607807, 30.3273065 ] ], [ [ 120.0741999, 30.327065 ], [ 120.0757867, 30.3272377 ], [ 120.0761426, 30.3272771 ], [ 120.0764478, 30.3273229 ] ], [ [ 120.076443, 30.3274486 ], [ 120.0760981, 30.3274011 ], [ 120.0758189, 30.3273697 ], [ 120.0741611, 30.3271711 ] ], [ [ 120.0764478, 30.3273229 ], [ 120.0773447, 30.3274382 ], [ 120.0793147, 30.3276794 ], [ 120.0795827, 30.3277122 ], [ 120.080499, 30.3278361 ], [ 120.0805694, 30.3278457 ] ], [ [ 120.0806605, 30.3279833 ], [ 120.0804281, 30.3279536 ], [ 120.0794329, 30.3278267 ], [ 120.0789445, 30.3277644 ], [ 120.0768249, 30.3275028 ], [ 120.076443, 30.3274486 ] ], [ [ 120.0805694, 30.3278457 ], [ 120.0810929, 30.327923 ], [ 120.0814602, 30.3279903 ], [ 120.0818228, 30.3280779 ], [ 120.0822034, 30.3281603 ], [ 120.0825511, 30.3282807 ], [ 120.0827016, 30.3283328 ], [ 120.0827417, 30.3283467 ], [ 120.0827878, 30.3283626 ], [ 120.0837066, 30.3286769 ], [ 120.0837953, 30.3287072 ], [ 120.0851036, 30.3291547 ] ], [ [ 120.0850709, 30.3292639 ], [ 120.0840611, 30.3289367 ], [ 120.0827302, 30.3285055 ], [ 120.0826776, 30.3284834 ], [ 120.0823219, 30.3283506 ], [ 120.081884, 30.3282146 ], [ 120.0815738, 30.3281423 ], [ 120.0810542, 30.3280362 ], [ 120.0806605, 30.3279833 ] ], [ [ 120.0851036, 30.3291547 ], [ 120.0852702, 30.3291644 ] ], [ [ 120.0852154, 30.329266 ], [ 120.0850709, 30.3292639 ] ], [ [ 120.0852702, 30.3291644 ], [ 120.085752, 30.3293064 ], [ 120.086008, 30.3293819 ], [ 120.0863632, 30.3294902 ], [ 120.088929, 30.3302258 ] ], [ [ 120.0888795, 30.3303707 ], [ 120.086286, 30.3295875 ], [ 120.0859307, 30.3294792 ], [ 120.0856501, 30.3293956 ], [ 120.0852154, 30.329266 ] ], [ [ 120.0621042, 30.3285911 ], [ 120.062493, 30.3289032 ], [ 120.0630151, 30.3293222 ], [ 120.0636274, 30.329773 ] ], [ [ 120.063518, 30.3298687 ], [ 120.0629351, 30.3294216 ], [ 120.0628972, 30.3293926 ], [ 120.0623511, 30.3289514 ], [ 120.0619889, 30.3286588 ] ], [ [ 120.0636274, 30.329773 ], [ 120.0643769, 30.3304092 ], [ 120.0650103, 30.3309468 ] ], [ [ 120.0691553, 30.3343327 ], [ 120.0684216, 30.3337452 ], [ 120.0675677, 30.3330319 ], [ 120.0659595, 30.3318007 ], [ 120.065591, 30.3315043 ], [ 120.0654382, 30.3313941 ], [ 120.0650501, 30.3310913 ], [ 120.0649405, 30.3310188 ] ], [ [ 120.0934143, 30.3317638 ], [ 120.0943259, 30.3320663 ], [ 120.0955121, 30.3325874 ], [ 120.0958309, 30.3326985 ] ], [ [ 120.0957291, 30.3328518 ], [ 120.0954457, 30.332704 ], [ 120.0942807, 30.3322196 ], [ 120.0933548, 30.3318617 ] ], [ [ 120.0650103, 30.3309468 ], [ 120.0655032, 30.331347 ], [ 120.0656499, 30.3314662 ], [ 120.0660073, 30.3317502 ], [ 120.0676333, 30.3329922 ], [ 120.0684551, 30.3336808 ], [ 120.0691389, 30.3342304 ], [ 120.0691972, 30.334277 ], [ 120.0694875, 30.3344729 ], [ 120.0701639, 30.3350089 ] ], [ [ 120.0691553, 30.3343327 ], [ 120.0694094, 30.3345035 ], [ 120.0701204, 30.3350646 ] ], [ [ 120.025058, 30.3311639 ], [ 120.0248362, 30.3311323 ] ], [ [ 120.026528, 30.3312079 ], [ 120.025058, 30.3311639 ] ], [ [ 120.0266017, 30.3312084 ], [ 120.026528, 30.3312079 ] ], [ [ 120.0296557, 30.3311914 ], [ 120.0324635, 30.3312685 ] ], [ [ 120.0296532, 30.3313276 ], [ 120.0296557, 30.3311914 ] ], [ [ 120.0296532, 30.3313276 ], [ 120.0266017, 30.3312084 ] ], [ [ 120.0324635, 30.3312685 ], [ 120.03743, 30.331408 ] ], [ [ 120.032455, 30.3313977 ], [ 120.0318443, 30.331379 ], [ 120.031763, 30.3313765 ], [ 120.0315965, 30.3313714 ], [ 120.0309528, 30.3313569 ], [ 120.0296532, 30.3313276 ] ], [ [ 120.03743, 30.331408 ], [ 120.0375528, 30.3314094 ] ], [ [ 120.0375528, 30.3314094 ], [ 120.0377431, 30.3314117 ], [ 120.0386352, 30.3314345 ], [ 120.0403959, 30.3314795 ], [ 120.0426308, 30.3315251 ] ], [ [ 120.0374301, 30.3315505 ], [ 120.0365412, 30.3315232 ], [ 120.0344265, 30.3314583 ], [ 120.0328952, 30.3314113 ], [ 120.032455, 30.3313977 ] ], [ [ 120.0374301, 30.3315505 ], [ 120.03743, 30.331408 ] ], [ [ 120.0375528, 30.3314094 ], [ 120.0375622, 30.3315546 ] ], [ [ 120.0426308, 30.3315251 ], [ 120.0427956, 30.3315285 ] ], [ [ 120.0375622, 30.3315546 ], [ 120.0374301, 30.3315505 ] ], [ [ 120.042637, 30.3317104 ], [ 120.0426308, 30.3315251 ] ], [ [ 120.0530207, 30.3313829 ], [ 120.0530481, 30.3312599 ] ], [ [ 120.0531655, 30.3313363 ], [ 120.0530207, 30.3313829 ] ], [ [ 120.0510071, 30.3318182 ], [ 120.0513409, 30.3317561 ], [ 120.0517296, 30.3316761 ], [ 120.0518507, 30.3316455 ], [ 120.0521284, 30.3315753 ], [ 120.0526606, 30.3313917 ], [ 120.0530481, 30.3312599 ] ], [ [ 120.0427956, 30.3315285 ], [ 120.0444878, 30.3316125 ], [ 120.0455694, 30.3316662 ] ], [ [ 120.0427956, 30.3315285 ], [ 120.0427893, 30.3317151 ] ], [ [ 120.0530207, 30.3313829 ], [ 120.0528138, 30.3314573 ], [ 120.052423, 30.3315967 ], [ 120.0521943, 30.3316673 ], [ 120.0519497, 30.3317428 ], [ 120.0515254, 30.3318433 ], [ 120.0510501, 30.331934 ] ], [ [ 120.0455694, 30.3316662 ], [ 120.0471374, 30.331744 ] ], [ [ 120.0471374, 30.331744 ], [ 120.0489944, 30.3318363 ], [ 120.0499908, 30.3318631 ], [ 120.0502908, 30.331871 ], [ 120.0505663, 30.3318625 ], [ 120.0510071, 30.3318182 ] ], [ [ 120.0572942, 30.3311374 ], [ 120.0574387, 30.3312577 ], [ 120.0587843, 30.3324424 ], [ 120.0598208, 30.3333795 ] ], [ [ 120.0597408, 30.3334472 ], [ 120.0586773, 30.3324746 ], [ 120.0572079, 30.3312214 ] ], [ [ 120.0510501, 30.331934 ], [ 120.0508724, 30.3319532 ], [ 120.0506097, 30.3319729 ], [ 120.0502967, 30.3319772 ], [ 120.0498457, 30.3319705 ], [ 120.047782, 30.3318945 ], [ 120.0462666, 30.3318242 ], [ 120.0461682, 30.3318196 ], [ 120.0461189, 30.3318173 ], [ 120.045566, 30.3318003 ], [ 120.0427893, 30.3317151 ] ], [ [ 120.0531655, 30.3313363 ], [ 120.0532787, 30.331582 ], [ 120.053387, 30.3318161 ], [ 120.0535427, 30.3320912 ], [ 120.0537128, 30.3323697 ], [ 120.0540379, 30.3327797 ], [ 120.0545107, 30.3333578 ] ], [ [ 120.0427893, 30.3317151 ], [ 120.0428227, 30.3318546 ], [ 120.0428227, 30.3332908 ], [ 120.0428227, 30.3345221 ], [ 120.0428227, 30.3355632 ] ], [ [ 120.0565002, 30.3359452 ], [ 120.0560843, 30.3354103 ], [ 120.0558995, 30.3351915 ], [ 120.0554877, 30.3347039 ], [ 120.0548071, 30.3339243 ], [ 120.0545218, 30.3335777 ], [ 120.0542805, 30.3332913 ], [ 120.0538653, 30.3327993 ], [ 120.0536033, 30.3324696 ], [ 120.0533487, 30.332093 ], [ 120.0532203, 30.3318697 ], [ 120.0531018, 30.331626 ], [ 120.0530207, 30.3313829 ] ], [ [ 120.042637, 30.3317104 ], [ 120.0375622, 30.3315546 ] ], [ [ 120.0427893, 30.3317151 ], [ 120.042637, 30.3317104 ] ], [ [ 120.0426473, 30.3355632 ], [ 120.0426425, 30.3332908 ], [ 120.042637, 30.3317104 ] ], [ [ 120.0375622, 30.3315546 ], [ 120.0375432, 30.3332544 ], [ 120.0375345, 30.3340606 ], [ 120.0375403, 30.3348796 ], [ 120.0375591, 30.3349958 ], [ 120.037541, 30.3360549 ] ], [ [ 120.0374496, 30.3361717 ], [ 120.0374728, 30.3348799 ], [ 120.0374397, 30.3332584 ], [ 120.0374359, 30.3330713 ], [ 120.0374301, 30.3315505 ] ], [ [ 120.0426474, 30.3356479 ], [ 120.0426473, 30.3355632 ] ], [ [ 120.0545107, 30.3333578 ], [ 120.0546312, 30.3334962 ], [ 120.0549162, 30.333824 ], [ 120.0556606, 30.3346905 ], [ 120.0562464, 30.3353858 ], [ 120.0566318, 30.3358755 ] ], [ [ 120.0428227, 30.3355632 ], [ 120.0428227, 30.3356479 ] ], [ [ 120.037541, 30.3360549 ], [ 120.0375405, 30.3361678 ] ], [ [ 120.0426551, 30.3393451 ], [ 120.04265, 30.3363957 ], [ 120.0426509, 30.33607 ], [ 120.0426474, 30.3356479 ] ], [ [ 120.0375405, 30.3361678 ], [ 120.03754, 30.3362577 ], [ 120.0375405, 30.3363937 ], [ 120.0375353, 30.3366384 ], [ 120.0375345, 30.3385759 ], [ 120.0375601, 30.3397349 ] ], [ [ 120.0566318, 30.3358755 ], [ 120.0569851, 30.3364916 ], [ 120.0573418, 30.3372199 ], [ 120.0577305, 30.3379372 ], [ 120.058158, 30.3388042 ] ], [ [ 120.058014, 30.3388528 ], [ 120.0575339, 30.3379104 ], [ 120.0572081, 30.3372926 ], [ 120.0568626, 30.3365801 ], [ 120.056558, 30.3360392 ], [ 120.0565002, 30.3359452 ] ], [ [ 120.0428227, 30.3356479 ], [ 120.0428256, 30.336099 ], [ 120.0428253, 30.3364134 ], [ 120.0428227, 30.3393507 ] ], [ [ 120.058158, 30.3388042 ], [ 120.0584426, 30.3393635 ] ], [ [ 120.0622644, 30.3356674 ], [ 120.0620757, 30.3354996 ], [ 120.0597408, 30.3334472 ] ], [ [ 120.0598208, 30.3333795 ], [ 120.0621232, 30.3353966 ], [ 120.0630964, 30.3362731 ] ], [ [ 120.0630964, 30.3362731 ], [ 120.0642006, 30.3354563 ] ], [ [ 120.0701639, 30.3350089 ], [ 120.0712917, 30.3359383 ], [ 120.0716339, 30.3362176 ], [ 120.0719502, 30.3364758 ], [ 120.0726459, 30.336947 ] ], [ [ 120.0725003, 30.3371195 ], [ 120.0717588, 30.3365131 ], [ 120.0712416, 30.3360902 ], [ 120.0701204, 30.3350646 ] ], [ [ 120.0630186, 30.3363379 ], [ 120.0622644, 30.3356674 ] ], [ [ 120.0630186, 30.3363379 ], [ 120.0630964, 30.3362731 ] ], [ [ 120.0634241, 30.336697 ], [ 120.0633544, 30.3366374 ], [ 120.0630575, 30.3363727 ], [ 120.0630186, 30.3363379 ] ], [ [ 120.0611574, 30.337546 ], [ 120.061432, 30.3373372 ], [ 120.0619532, 30.3370285 ], [ 120.0625753, 30.3366588 ], [ 120.0628198, 30.3364936 ], [ 120.0630186, 30.3363379 ] ], [ [ 120.0634241, 30.336697 ], [ 120.0630651, 30.3369416 ], [ 120.0624078, 30.3373593 ], [ 120.0619174, 30.3376611 ], [ 120.0616315, 30.3378155 ], [ 120.0615717, 30.3378625 ], [ 120.0615468, 30.3379616 ] ], [ [ 120.0630964, 30.3362731 ], [ 120.0631331, 30.3363054 ], [ 120.0634609, 30.3365946 ], [ 120.0635009, 30.3366287 ], [ 120.0638496, 30.33692 ], [ 120.0661309, 30.3389331 ] ], [ [ 120.0660284, 30.3390429 ], [ 120.0637672, 30.3369968 ], [ 120.0634281, 30.3367005 ], [ 120.0634241, 30.336697 ] ], [ [ 120.0726459, 30.336947 ], [ 120.0728912, 30.3371241 ], [ 120.0730629, 30.3372677 ], [ 120.0733727, 30.3375235 ], [ 120.0739134, 30.338018 ] ], [ [ 120.0738311, 30.3381372 ], [ 120.0729081, 30.3375001 ], [ 120.0726853, 30.337277 ], [ 120.0725003, 30.3371195 ] ], [ [ 120.0739134, 30.338018 ], [ 120.0752169, 30.3391072 ] ], [ [ 120.0752169, 30.3391072 ], [ 120.0761314, 30.3398821 ], [ 120.0764812, 30.340153 ], [ 120.0767325, 30.3403098 ], [ 120.0769522, 30.3404469 ], [ 120.07745, 30.3406999 ], [ 120.0778086, 30.3408623 ], [ 120.0783455, 30.341047 ], [ 120.0791563, 30.3413242 ] ], [ [ 120.0790719, 30.3414885 ], [ 120.0782479, 30.3411901 ], [ 120.0778588, 30.3410493 ], [ 120.0774732, 30.3408698 ], [ 120.0766673, 30.3404255 ], [ 120.0762813, 30.340165 ], [ 120.0762546, 30.3401431 ], [ 120.0751329, 30.3392224 ] ], [ [ 120.0791563, 30.3413242 ], [ 120.079279, 30.3413742 ] ], [ [ 120.0791989, 30.3415306 ], [ 120.0790719, 30.3414885 ] ], [ [ 120.0584426, 30.3393635 ], [ 120.0587035, 30.3400181 ], [ 120.0588638, 30.3404736 ], [ 120.0589143, 30.340677 ], [ 120.0589505, 30.3410352 ], [ 120.0589885, 30.3413596 ] ], [ [ 120.0588461, 30.3413709 ], [ 120.0588035, 30.3410144 ], [ 120.0587579, 30.3406662 ], [ 120.0586644, 30.3403366 ], [ 120.0585437, 30.3399731 ], [ 120.0582909, 30.3394085 ] ], [ [ 119.9849989, 30.3450817 ], [ 119.9850323, 30.3448291 ] ], [ [ 119.9851953, 30.344873 ], [ 119.9851739, 30.3451276 ] ], [ [ 119.9660084, 30.3580121 ], [ 119.9678766, 30.3580345 ] ], [ [ 119.9678766, 30.3580345 ], [ 119.9680909, 30.3580306 ] ], [ [ 119.9823469, 30.3580461 ], [ 119.9822674, 30.3576357 ], [ 119.9815206, 30.3533754 ], [ 119.9815293, 30.3527673 ], [ 119.9816759, 30.3520477 ], [ 119.9817444, 30.3517115 ], [ 119.9819219, 30.350985 ], [ 119.9821714, 30.3503026 ], [ 119.9826187, 30.349624 ], [ 119.9832724, 30.3488877 ], [ 119.9840194, 30.3481128 ], [ 119.984483, 30.3476021 ], [ 119.9847083, 30.347322 ], [ 119.9849376, 30.3468001 ], [ 119.9850234, 30.3463846 ], [ 119.9850395, 30.3457203 ], [ 119.9849989, 30.3450817 ] ], [ [ 119.9851739, 30.3451276 ], [ 119.9852226, 30.3459519 ], [ 119.9852246, 30.3459865 ], [ 119.9851012, 30.3467642 ], [ 119.984833, 30.3473753 ], [ 119.9845809, 30.3477317 ], [ 119.9841261, 30.3482088 ], [ 119.9832997, 30.349071 ], [ 119.9827786, 30.3496792 ], [ 119.982278, 30.3504577 ], [ 119.982066, 30.3510435 ], [ 119.9819051, 30.3516293 ], [ 119.9816416, 30.3527701 ], [ 119.9816534, 30.3533438 ], [ 119.9817245, 30.3537315 ], [ 119.9824374, 30.3576164 ], [ 119.9825132, 30.3580434 ] ], [ [ 119.9823469, 30.3580461 ], [ 119.9825132, 30.3580434 ] ], [ [ 119.9763277, 30.3580403 ], [ 119.9794646, 30.3580527 ], [ 119.9798866, 30.3580517 ] ], [ [ 119.9798866, 30.3580517 ], [ 119.9804986, 30.3580503 ], [ 119.9823469, 30.3580461 ] ], [ [ 119.9825132, 30.3580434 ], [ 119.9825272, 30.3581223 ] ], [ [ 119.9823619, 30.358123 ], [ 119.9823469, 30.3580461 ] ], [ [ 119.9825272, 30.3581223 ], [ 119.9823619, 30.358123 ] ], [ [ 119.9823619, 30.358123 ], [ 119.9798869, 30.3581606 ] ], [ [ 119.9798869, 30.3581606 ], [ 119.9791306, 30.3581579 ], [ 119.9779238, 30.3581535 ], [ 119.9763334, 30.3581478 ] ], [ [ 119.9825272, 30.3581223 ], [ 119.9827045, 30.3591219 ], [ 119.9829063, 30.3603856 ] ], [ [ 119.9827585, 30.3603872 ], [ 119.9825615, 30.359153 ], [ 119.9823619, 30.358123 ] ], [ [ 120.0751329, 30.3392224 ], [ 120.0738311, 30.3381372 ] ], [ [ 120.0661309, 30.3389331 ], [ 120.0690217, 30.3414746 ], [ 120.0701085, 30.3424146 ], [ 120.0704537, 30.3427064 ], [ 120.0711937, 30.3434042 ] ], [ [ 120.0711023, 30.3434752 ], [ 120.0703435, 30.342803 ], [ 120.070006, 30.3424936 ], [ 120.0693228, 30.3418857 ], [ 120.0660284, 30.3390429 ] ], [ [ 120.0591514, 30.3435592 ], [ 120.0590716, 30.3431042 ], [ 120.0589675, 30.342267 ], [ 120.0589124, 30.3418243 ], [ 120.0588461, 30.3413709 ] ], [ [ 120.0589885, 30.3413596 ], [ 120.0592985, 30.34341 ], [ 120.05934, 30.3435908 ], [ 120.0594062, 30.3438912 ], [ 120.0594486, 30.3440809 ], [ 120.0596059, 30.3445766 ] ], [ [ 120.0621885, 30.3435221 ], [ 120.0628578, 30.3435035 ], [ 120.0647793, 30.3435979 ] ], [ [ 120.0647374, 30.3437124 ], [ 120.063946, 30.3436782 ], [ 120.0628778, 30.343632 ], [ 120.0628333, 30.3436332 ], [ 120.062227, 30.3436502 ] ], [ [ 120.0596059, 30.3445766 ], [ 120.0598894, 30.3443611 ], [ 120.0601441, 30.3442169 ], [ 120.0607453, 30.3439142 ], [ 120.0608572, 30.3438707 ], [ 120.0613381, 30.3436836 ], [ 120.0619978, 30.3435323 ], [ 120.0621885, 30.3435221 ] ], [ [ 120.0594284, 30.3446953 ], [ 120.0592294, 30.3439213 ], [ 120.0591652, 30.343638 ], [ 120.0591514, 30.3435592 ] ], [ [ 120.062227, 30.3436502 ], [ 120.0618558, 30.3437052 ], [ 120.0613381, 30.3438133 ], [ 120.0612368, 30.3438506 ], [ 120.0608288, 30.3440007 ], [ 120.060193, 30.3443704 ], [ 120.0599187, 30.3445339 ], [ 120.059671, 30.3447303 ] ], [ [ 120.0594284, 30.3446953 ], [ 120.0596059, 30.3445766 ] ], [ [ 120.0596059, 30.3445766 ], [ 120.059671, 30.3447303 ] ], [ [ 120.079279, 30.3413742 ], [ 120.0804817, 30.3418192 ], [ 120.0822032, 30.3424573 ], [ 120.0827322, 30.3426583 ], [ 120.0836697, 30.3429981 ], [ 120.0843325, 30.3432335 ], [ 120.0846597, 30.3433563 ], [ 120.0848442, 30.343421 ] ], [ [ 120.0900585, 30.3455124 ], [ 120.0873468, 30.3444991 ], [ 120.0846003, 30.3434778 ], [ 120.0842732, 30.3433569 ], [ 120.0812861, 30.3422541 ], [ 120.0806837, 30.3420355 ], [ 120.0802972, 30.3419255 ], [ 120.0791989, 30.3415306 ] ], [ [ 120.0773297, 30.3435911 ], [ 120.0771986, 30.3438403 ], [ 120.0761601, 30.3450099 ] ], [ [ 120.0735265, 30.347559 ], [ 120.0736974, 30.3472067 ], [ 120.0754515, 30.3452971 ], [ 120.0761435, 30.344524 ], [ 120.0769053, 30.3436675 ], [ 120.0772274, 30.3435021 ] ], [ [ 120.0761601, 30.3450099 ], [ 120.0756778, 30.3455393 ], [ 120.0755823, 30.3456416 ], [ 120.0739451, 30.3473957 ], [ 120.0734746, 30.3478516 ] ], [ [ 120.0711937, 30.3434042 ], [ 120.0712683, 30.3434746 ] ], [ [ 120.0711718, 30.3435368 ], [ 120.0711023, 30.3434752 ] ], [ [ 120.0647793, 30.3435979 ], [ 120.0650142, 30.3435908 ], [ 120.066075, 30.3436461 ], [ 120.0662438, 30.3436549 ], [ 120.0667817, 30.3437091 ], [ 120.0673332, 30.3438812 ], [ 120.0676729, 30.3440358 ], [ 120.0679483, 30.3441939 ], [ 120.0683313, 30.3444958 ], [ 120.0687322, 30.3448847 ], [ 120.0692031, 30.3453765 ] ], [ [ 120.0690837, 30.3454673 ], [ 120.0686255, 30.345007 ], [ 120.0681494, 30.3445562 ], [ 120.068008, 30.3444379 ], [ 120.0678463, 30.344312 ], [ 120.0676171, 30.3441805 ], [ 120.0673838, 30.3440681 ], [ 120.0670789, 30.3439376 ], [ 120.0666722, 30.343838 ], [ 120.0662807, 30.3437893 ], [ 120.065955, 30.3437659 ], [ 120.0647374, 30.3437124 ] ], [ [ 120.0712683, 30.3434746 ], [ 120.0733366, 30.3452902 ], [ 120.0710325, 30.3471948 ] ], [ [ 120.0709809, 30.3471425 ], [ 120.0731628, 30.3452961 ], [ 120.0730674, 30.3452166 ], [ 120.0711718, 30.3435368 ] ], [ [ 120.0594987, 30.344867 ], [ 120.0594284, 30.3446953 ] ], [ [ 120.059671, 30.3447303 ], [ 120.0594987, 30.344867 ] ], [ [ 120.059671, 30.3447303 ], [ 120.0597942, 30.3450649 ], [ 120.0600376, 30.345476 ], [ 120.0601696, 30.3456672 ], [ 120.060204, 30.345717 ], [ 120.060352, 30.3459213 ], [ 120.060531, 30.3461281 ], [ 120.0608533, 30.3464617 ] ], [ [ 120.0606768, 30.3465103 ], [ 120.0603373, 30.3461419 ], [ 120.0602387, 30.3460175 ], [ 120.0601904, 30.3459565 ], [ 120.0600435, 30.3457579 ], [ 120.0598592, 30.3454866 ], [ 120.0596749, 30.3451722 ], [ 120.0594987, 30.344867 ] ], [ [ 120.0580768, 30.3471105 ], [ 120.0581652, 30.3466668 ], [ 120.0583823, 30.3460832 ], [ 120.0585539, 30.3457664 ], [ 120.0586829, 30.3455283 ], [ 120.059042, 30.3450383 ], [ 120.0592924, 30.3447861 ], [ 120.0594284, 30.3446953 ] ], [ [ 120.0848442, 30.343421 ], [ 120.0854175, 30.3436312 ], [ 120.0872127, 30.344317 ], [ 120.0901514, 30.3453754 ] ], [ [ 120.0901514, 30.3453754 ], [ 120.0904815, 30.3455202 ] ], [ [ 120.0903866, 30.3456601 ], [ 120.0900585, 30.3455124 ] ], [ [ 120.0943292, 30.3474271 ], [ 120.0954157, 30.344737 ] ], [ [ 120.0692031, 30.3453765 ], [ 120.0692693, 30.3454456 ] ], [ [ 120.069137, 30.3455208 ], [ 120.0690837, 30.3454673 ] ], [ [ 120.0692693, 30.3454456 ], [ 120.0699185, 30.3460892 ], [ 120.0709809, 30.3471425 ] ], [ [ 120.0708707, 30.3472377 ], [ 120.0702134, 30.3465868 ], [ 120.069137, 30.3455208 ] ], [ [ 120.0709809, 30.3471425 ], [ 120.0710325, 30.3471948 ] ], [ [ 120.0708707, 30.3472377 ], [ 120.0709809, 30.3471425 ] ], [ [ 120.0374697, 30.3397617 ], [ 120.037448, 30.3366428 ], [ 120.0374475, 30.3363948 ], [ 120.037448, 30.3362608 ], [ 120.0374496, 30.3361717 ] ], [ [ 120.016339, 30.3483973 ], [ 120.0177499, 30.3473026 ], [ 120.018557, 30.3466764 ] ], [ [ 120.018557, 30.3466764 ], [ 120.018632, 30.3467509 ], [ 120.0169807, 30.348008 ], [ 120.0164584, 30.34842 ] ], [ [ 120.0582909, 30.3394085 ], [ 120.058014, 30.3388528 ] ], [ [ 120.0072841, 30.3493015 ], [ 120.0072888, 30.3491491 ], [ 120.0073151, 30.3490353 ] ], [ [ 120.0073151, 30.3490353 ], [ 120.0073129, 30.349153 ], [ 120.0073081, 30.3493043 ] ], [ [ 120.0072808, 30.3493985 ], [ 120.0072841, 30.3493015 ] ], [ [ 120.0073081, 30.3493043 ], [ 120.0073063, 30.3493982 ] ], [ [ 120.0135077, 30.3505759 ], [ 120.0136238, 30.3504865 ], [ 120.0147306, 30.3496548 ], [ 120.014822, 30.3495849 ], [ 120.0152449, 30.3492504 ], [ 120.0155398, 30.3490205 ], [ 120.016339, 30.3483973 ] ], [ [ 120.0164584, 30.34842 ], [ 120.0155167, 30.349143 ], [ 120.01531, 30.3493017 ], [ 120.014874, 30.3496325 ], [ 120.014786, 30.3496971 ], [ 120.0141416, 30.3501986 ], [ 120.0136133, 30.3506101 ] ], [ [ 120.0132991, 30.3507364 ], [ 120.0135077, 30.3505759 ] ], [ [ 120.0136133, 30.3506101 ], [ 120.0133995, 30.3507766 ] ], [ [ 120.0073063, 30.3493982 ], [ 120.0073033, 30.3495532 ], [ 120.0073012, 30.3498425 ], [ 120.0073169, 30.3503397 ], [ 120.0074337, 30.3511434 ], [ 120.0075396, 30.3516939 ], [ 120.0075717, 30.3519212 ], [ 120.0076127, 30.352011 ], [ 120.0077314, 30.3520691 ], [ 120.0078792, 30.3520984 ], [ 120.0080552, 30.3521073 ], [ 120.0086339, 30.3521241 ], [ 120.0089324, 30.3521373 ], [ 120.0095066, 30.3521372 ], [ 120.009763, 30.3521144 ], [ 120.0101416, 30.3520139 ], [ 120.010342, 30.3519596 ], [ 120.0105831, 30.3519357 ], [ 120.0107348, 30.3519526 ], [ 120.0109385, 30.3520641 ], [ 120.0112206, 30.3523026 ] ], [ [ 120.0111502, 30.3523575 ], [ 120.0110316, 30.3522727 ], [ 120.0107482, 30.3521544 ], [ 120.0104751, 30.3520919 ], [ 120.0102259, 30.3520882 ], [ 120.0099038, 30.3521471 ], [ 120.0095165, 30.3521988 ], [ 120.0089299, 30.3521909 ], [ 120.0079597, 30.3521381 ], [ 120.0077103, 30.3521057 ], [ 120.0076342, 30.3520896 ], [ 120.0075836, 30.3520609 ], [ 120.0075477, 30.3520199 ], [ 120.0075251, 30.3519643 ], [ 120.0074048, 30.3511467 ], [ 120.0072853, 30.3503355 ], [ 120.0072766, 30.349522 ], [ 120.0072808, 30.3493985 ] ], [ [ 120.0112206, 30.3523026 ], [ 120.0130184, 30.350969 ], [ 120.0132991, 30.3507364 ] ], [ [ 120.0133995, 30.3507766 ], [ 120.0132108, 30.3509567 ], [ 120.0112792, 30.3523513 ] ], [ [ 120.0112206, 30.3523026 ], [ 120.0112792, 30.3523513 ] ], [ [ 120.0593074, 30.3531786 ], [ 120.0593461, 30.3532857 ] ], [ [ 120.0592004, 30.3533343 ], [ 120.0591532, 30.3532119 ] ], [ [ 120.0637427, 30.353311 ], [ 120.0638282, 30.3532353 ] ], [ [ 120.0639158, 30.3533052 ], [ 120.0638167, 30.3533935 ] ], [ [ 120.0111502, 30.3523575 ], [ 120.0112206, 30.3523026 ] ], [ [ 120.0112792, 30.3523513 ], [ 120.0112076, 30.3523987 ] ], [ [ 120.0112076, 30.3523987 ], [ 120.0111502, 30.3523575 ] ], [ [ 120.0112792, 30.3523513 ], [ 120.0117625, 30.3527403 ], [ 120.011943, 30.3529203 ], [ 120.0123585, 30.3533336 ], [ 120.0128535, 30.3538045 ], [ 120.013168, 30.3540628 ], [ 120.0137637, 30.3545586 ], [ 120.0139632, 30.3546929 ], [ 120.0146375, 30.355113 ], [ 120.0149662, 30.3553532 ], [ 120.0152683, 30.3556312 ], [ 120.0154237, 30.3558527 ], [ 120.0156491, 30.3562891 ], [ 120.0157894, 30.3565374 ] ], [ [ 120.0157213, 30.3565526 ], [ 120.015654, 30.356427 ], [ 120.015424, 30.3560087 ], [ 120.0152142, 30.3556721 ], [ 120.0149763, 30.3554558 ], [ 120.0146335, 30.3551852 ], [ 120.0141742, 30.3548951 ], [ 120.0137627, 30.3546363 ], [ 120.013331, 30.354268 ], [ 120.0129633, 30.3539709 ], [ 120.0125466, 30.3536006 ], [ 120.0121343, 30.3531765 ], [ 120.0117188, 30.3527648 ], [ 120.0112076, 30.3523987 ] ], [ [ 120.0594987, 30.344867 ], [ 120.0593008, 30.3450239 ], [ 120.0589334, 30.3454563 ], [ 120.0586538, 30.3459337 ], [ 120.0585326, 30.3461408 ], [ 120.0583239, 30.3467389 ], [ 120.0582481, 30.3470703 ] ], [ [ 120.0608533, 30.3464617 ], [ 120.0615107, 30.3471002 ], [ 120.0618186, 30.3474024 ], [ 120.0626913, 30.3481775 ] ], [ [ 120.0625543, 30.3483242 ], [ 120.0617313, 30.3475304 ], [ 120.0614096, 30.3472101 ], [ 120.0611751, 30.3469555 ], [ 120.0606768, 30.3465103 ] ], [ [ 120.0626913, 30.3481775 ], [ 120.062818, 30.348275 ] ], [ [ 120.0626063, 30.3483995 ], [ 120.0625543, 30.3483242 ] ], [ [ 120.0710325, 30.3471948 ], [ 120.0709258, 30.3472898 ] ], [ [ 120.0709258, 30.3472898 ], [ 120.0708707, 30.3472377 ] ], [ [ 120.0710325, 30.3471948 ], [ 120.0723485, 30.3484939 ], [ 120.0723955, 30.348542 ], [ 120.0724945, 30.3486529 ] ], [ [ 120.0724238, 30.3487628 ], [ 120.0709258, 30.3472898 ] ], [ [ 120.0680898, 30.3495464 ], [ 120.0682564, 30.3494727 ], [ 120.0683983, 30.3493665 ], [ 120.0708707, 30.3472377 ] ], [ [ 120.0709258, 30.3472898 ], [ 120.0684563, 30.3494077 ], [ 120.0681772, 30.3496043 ] ], [ [ 120.0724945, 30.3486529 ], [ 120.0726399, 30.3487346 ] ], [ [ 120.062818, 30.348275 ], [ 120.06409, 30.3496379 ] ], [ [ 120.0582481, 30.3470703 ], [ 120.058207, 30.3472505 ], [ 120.0581672, 30.3475553 ], [ 120.0581722, 30.3479297 ], [ 120.0581983, 30.3481827 ], [ 120.0582654, 30.3484977 ], [ 120.058347, 30.3488602 ], [ 120.0584913, 30.3493972 ], [ 120.0586457, 30.3499721 ], [ 120.0588249, 30.3510382 ] ], [ [ 120.0639715, 30.3497672 ], [ 120.063568, 30.3493629 ], [ 120.063438, 30.3492328 ], [ 120.0626063, 30.3483995 ] ], [ [ 120.0586914, 30.3510648 ], [ 120.0586161, 30.3505362 ], [ 120.0585788, 30.3503147 ], [ 120.0585074, 30.3498905 ], [ 120.0583386, 30.349276 ], [ 120.0581974, 30.3487955 ], [ 120.0581781, 30.3487211 ], [ 120.0581043, 30.3484373 ], [ 120.0580592, 30.3481649 ], [ 120.0580187, 30.3479156 ], [ 120.0580076, 30.3475957 ], [ 120.0580188, 30.3474018 ], [ 120.0580768, 30.3471105 ] ], [ [ 120.06409, 30.3496379 ], [ 120.0642083, 30.3497494 ] ], [ [ 120.0725594, 30.3488186 ], [ 120.0724238, 30.3487628 ] ], [ [ 120.0738448, 30.3496847 ], [ 120.0735521, 30.3494875 ], [ 120.0725594, 30.3488186 ] ], [ [ 120.0726399, 30.3487346 ], [ 120.0752461, 30.3505293 ] ], [ [ 120.0752461, 30.3505293 ], [ 120.0753768, 30.3505891 ] ], [ [ 120.0753025, 30.3507025 ], [ 120.0751898, 30.3506126 ] ], [ [ 120.0753768, 30.3505891 ], [ 120.0775049, 30.3521049 ], [ 120.0774498, 30.3521781 ], [ 120.0753025, 30.3507025 ] ], [ [ 120.0640391, 30.3498297 ], [ 120.0639715, 30.3497672 ] ], [ [ 120.0642083, 30.3497494 ], [ 120.0647403, 30.3502506 ], [ 120.0653896, 30.3508623 ], [ 120.0660096, 30.3513461 ] ], [ [ 120.0658545, 30.3514373 ], [ 120.0653001, 30.3509692 ], [ 120.0646205, 30.3503671 ], [ 120.0640391, 30.3498297 ] ], [ [ 120.0588249, 30.3510382 ], [ 120.0588474, 30.3511723 ] ], [ [ 120.0587105, 30.3511991 ], [ 120.0586914, 30.3510648 ] ], [ [ 120.0587105, 30.3511991 ], [ 120.0588474, 30.3511723 ] ], [ [ 120.0660096, 30.3513461 ], [ 120.0661256, 30.3514489 ] ], [ [ 120.0659344, 30.3514955 ], [ 120.0658545, 30.3514373 ] ], [ [ 120.0751898, 30.3506126 ], [ 120.0738448, 30.3496847 ] ], [ [ 120.0660096, 30.3513461 ], [ 120.0661906, 30.3511835 ], [ 120.0664958, 30.350921 ], [ 120.0674373, 30.3501344 ], [ 120.0680898, 30.3495464 ] ], [ [ 120.0681772, 30.3496043 ], [ 120.067408, 30.3502447 ], [ 120.0665812, 30.351006 ], [ 120.0663265, 30.3512305 ], [ 120.0661256, 30.3514489 ] ], [ [ 120.0588474, 30.3511723 ], [ 120.0588583, 30.3512567 ], [ 120.0589515, 30.3518432 ], [ 120.0590583, 30.3524576 ], [ 120.0592575, 30.3530104 ], [ 120.0593074, 30.3531786 ] ], [ [ 120.0591532, 30.3532119 ], [ 120.0589149, 30.3524194 ], [ 120.0588177, 30.3519857 ], [ 120.0587105, 30.3511991 ] ], [ [ 120.0638282, 30.3532353 ], [ 120.0658545, 30.3514373 ] ], [ [ 120.0659344, 30.3514955 ], [ 120.0639158, 30.3533052 ] ], [ [ 120.0990998, 30.3191027 ], [ 120.0988731, 30.3193258 ], [ 120.098169, 30.320093 ] ], [ [ 120.0856098, 30.3196921 ], [ 120.0860751, 30.3197627 ], [ 120.0880015, 30.3201554 ], [ 120.0885903, 30.3202729 ], [ 120.0888733, 30.3203086 ] ], [ [ 120.0888256, 30.3204499 ], [ 120.0884927, 30.3203749 ], [ 120.0855881, 30.3197864 ] ], [ [ 120.0962721, 30.3221393 ], [ 120.0964266, 30.3218471 ], [ 120.0970856, 30.3211454 ], [ 120.097847, 30.3203062 ], [ 120.0980778, 30.3200561 ], [ 120.0987775, 30.3192979 ], [ 120.0990046, 30.3190757 ] ], [ [ 120.1132628, 30.3183607 ], [ 120.1138432, 30.3191264 ], [ 120.1147295, 30.3202343 ], [ 120.1151169, 30.3207277 ], [ 120.1159266, 30.3217587 ], [ 120.1162748, 30.3222066 ], [ 120.1165092, 30.3224515 ], [ 120.1166799, 30.3226164 ], [ 120.1169037, 30.3228074 ], [ 120.1171256, 30.3229755 ], [ 120.117192, 30.3230258 ], [ 120.1175375, 30.3232568 ] ], [ [ 120.1174165, 30.3233377 ], [ 120.1170021, 30.3230082 ], [ 120.1167039, 30.3227779 ], [ 120.1164208, 30.3224822 ], [ 120.1161757, 30.322197 ], [ 120.1158775, 30.3218069 ], [ 120.1146552, 30.3202508 ], [ 120.1137836, 30.3191675 ], [ 120.1134582, 30.3187653 ], [ 120.1131523, 30.3184217 ] ], [ [ 120.1175375, 30.3232568 ], [ 120.1176353, 30.3233062 ] ], [ [ 120.1174165, 30.3233377 ], [ 120.1175375, 30.3232568 ] ], [ [ 120.1176353, 30.3233062 ], [ 120.117519, 30.3234309 ] ], [ [ 120.098169, 30.320093 ], [ 120.0974645, 30.3208607 ], [ 120.0970585, 30.3213251 ], [ 120.0965732, 30.3218809 ], [ 120.0962721, 30.3221393 ] ], [ [ 120.1218998, 30.3249729 ], [ 120.1220776, 30.3250153 ] ], [ [ 120.1218569, 30.3251023 ], [ 120.1218998, 30.3249729 ] ], [ [ 120.1220776, 30.3250153 ], [ 120.1220479, 30.3251485 ] ], [ [ 120.1220479, 30.3251485 ], [ 120.1218569, 30.3251023 ] ], [ [ 120.1220776, 30.3250153 ], [ 120.1269297, 30.3256004 ] ], [ [ 120.1269256, 30.3257221 ], [ 120.1220479, 30.3251485 ] ], [ [ 120.1269297, 30.3256004 ], [ 120.1271218, 30.325616 ] ], [ [ 120.117519, 30.3234309 ], [ 120.1174165, 30.3233377 ] ], [ [ 120.1176353, 30.3233062 ], [ 120.1178573, 30.3234174 ], [ 120.1192906, 30.3240168 ], [ 120.1207802, 30.3246168 ], [ 120.1211042, 30.3247478 ], [ 120.121462, 30.3248748 ], [ 120.1218998, 30.3249729 ] ], [ [ 120.1218569, 30.3251023 ], [ 120.1214136, 30.3249652 ], [ 120.1210743, 30.3248532 ], [ 120.1207304, 30.3247359 ], [ 120.1192299, 30.3241348 ], [ 120.117519, 30.3234309 ] ], [ [ 120.1151314, 30.3259232 ], [ 120.1151955, 30.3258053 ], [ 120.1153373, 30.3255446 ], [ 120.1159242, 30.3248681 ], [ 120.1167169, 30.3240108 ], [ 120.1174165, 30.3233377 ] ], [ [ 120.117519, 30.3234309 ], [ 120.1160892, 30.3249526 ], [ 120.1155102, 30.3255963 ], [ 120.1153454, 30.3258912 ], [ 120.1152775, 30.3260127 ] ], [ [ 120.11506, 30.3260545 ], [ 120.1151314, 30.3259232 ] ], [ [ 120.1152775, 30.3260127 ], [ 120.1152057, 30.3261411 ] ], [ [ 120.1408819, 30.3269242 ], [ 120.1412254, 30.3269615 ] ], [ [ 120.1480557, 30.3275832 ], [ 120.1490489, 30.3276769 ], [ 120.1501676, 30.3277824 ], [ 120.150631, 30.3278389 ], [ 120.1508399, 30.3278313 ], [ 120.151145, 30.3278079 ], [ 120.1515193, 30.3277624 ], [ 120.1517951, 30.3276825 ], [ 120.1524002, 30.3273869 ], [ 120.1528477, 30.3270713 ], [ 120.1536219, 30.32623 ] ], [ [ 120.1412184, 30.3270661 ], [ 120.1408702, 30.3270244 ] ], [ [ 120.1537264, 30.3263188 ], [ 120.1534075, 30.3266517 ], [ 120.1528989, 30.3271952 ], [ 120.1526795, 30.3273468 ], [ 120.1523764, 30.3275563 ], [ 120.1518434, 30.3278045 ], [ 120.1515312, 30.3278966 ], [ 120.1513584, 30.3279295 ], [ 120.1509077, 30.3279502 ], [ 120.1508441, 30.327949 ], [ 120.1506696, 30.3279474 ], [ 120.1500868, 30.3279004 ], [ 120.1498834, 30.3278806 ], [ 120.1480646, 30.3277035 ] ], [ [ 120.1320173, 30.3209716 ], [ 120.1320195, 30.3208762 ] ], [ [ 120.1347001, 30.3343354 ], [ 120.1346384, 30.3340331 ], [ 120.1343833, 30.3333847 ], [ 120.1342986, 30.3332185 ], [ 120.1342782, 30.333123 ], [ 120.1342291, 30.3328903 ], [ 120.1342155, 30.3328141 ], [ 120.134162, 30.3325503 ], [ 120.1341738, 30.3324163 ], [ 120.1342118, 30.3319859 ], [ 120.1344045, 30.3309344 ], [ 120.1346006, 30.3298639 ], [ 120.1346102, 30.3298115 ], [ 120.1351835, 30.3276668 ], [ 120.1354023, 30.3268483 ], [ 120.1354401, 30.3266992 ], [ 120.135449702772846, 30.326531792833705 ] ], [ [ 120.135449702772846, 30.326531792833705 ], [ 120.13545510834706, 30.326437556317426 ] ], [ [ 120.13545510834706, 30.326437556317426 ], [ 120.135631, 30.3233712 ], [ 120.1356349, 30.3232976 ], [ 120.1356444, 30.3231162 ], [ 120.1356556, 30.3229035 ], [ 120.1357057, 30.321952 ], [ 120.1356988, 30.3218999 ], [ 120.1356171, 30.3212842 ], [ 120.135365, 30.3193069 ], [ 120.1352492, 30.3185576 ], [ 120.1352262, 30.3184622 ], [ 120.134946, 30.3173012 ], [ 120.1347315, 30.3165575 ], [ 120.1346231, 30.3161872 ], [ 120.1343944, 30.3146236 ], [ 120.1343606, 30.3133944 ], [ 120.1343529, 30.3131132 ], [ 120.1343602, 30.3129705 ], [ 120.1344308, 30.3115934 ] ], [ [ 120.134554, 30.3116034 ], [ 120.1344716, 30.3131173 ], [ 120.1344728, 30.3134328 ], [ 120.1344909, 30.3139683 ], [ 120.1345131, 30.3146277 ], [ 120.1347166, 30.3161887 ], [ 120.1348283, 30.3165342 ], [ 120.1348687, 30.3166581 ], [ 120.1350403, 30.3172841 ], [ 120.1353388, 30.3184411 ], [ 120.1353679, 30.3185617 ], [ 120.1354769, 30.3191847 ], [ 120.1354991, 30.3193116 ], [ 120.1355903, 30.3198071 ], [ 120.1357566, 30.3212796 ], [ 120.1358371, 30.3219186 ], [ 120.135797, 30.3225878 ], [ 120.1357646, 30.3231276 ], [ 120.1357497, 30.3233753 ], [ 120.1356948, 30.3242489 ], [ 120.1356171, 30.3254854 ], [ 120.1355588, 30.3264136 ], [ 120.135556208356888, 30.326448221186645 ] ], [ [ 120.135556208356888, 30.326448221186645 ], [ 120.135549258653469, 30.32654106073613 ] ], [ [ 120.135549258653469, 30.32654106073613 ], [ 120.1355326, 30.3267636 ], [ 120.1355256, 30.3268577 ], [ 120.1353734, 30.3274228 ], [ 120.134986, 30.3288613 ], [ 120.1349168, 30.3291182 ], [ 120.1347289, 30.3298156 ], [ 120.1345912, 30.3305673 ], [ 120.13452, 30.330956 ], [ 120.1344153, 30.331527 ], [ 120.1343305, 30.33199 ], [ 120.1342807, 30.3325544 ], [ 120.1343269, 30.3327823 ], [ 120.1343483, 30.3328875 ], [ 120.1343515, 30.3329032 ], [ 120.134409, 30.3331242 ], [ 120.134432, 30.3332158 ], [ 120.1344394, 30.3332344 ], [ 120.1344906, 30.3333639 ], [ 120.134523, 30.3334447 ], [ 120.134611, 30.3336644 ], [ 120.1347538, 30.3340317 ], [ 120.1348129, 30.3343441 ] ], [ [ 120.1321171, 30.3208856 ], [ 120.1321262, 30.3213715 ], [ 120.1321265, 30.3215339 ], [ 120.132147, 30.3224214 ], [ 120.1321425, 30.3230989 ], [ 120.1321243, 30.3236806 ], [ 120.132104, 30.3239714 ], [ 120.1320716, 30.3245135 ], [ 120.132073, 30.3247906 ], [ 120.1320777, 30.3256923 ], [ 120.1320632, 30.3260822 ] ], [ [ 120.1319322, 30.3260634 ], [ 120.1319609, 30.3246164 ], [ 120.1320043, 30.3236858 ], [ 120.132022, 30.3228456 ], [ 120.1320311, 30.3224108 ], [ 120.1320173, 30.3209716 ] ], [ [ 120.1319322, 30.3260634 ], [ 120.1320632, 30.3260822 ] ], [ [ 120.1319039, 30.3261742 ], [ 120.1319322, 30.3260634 ] ], [ [ 120.1320632, 30.3260822 ], [ 120.1320323, 30.3261994 ] ], [ [ 120.1218998, 30.3249729 ], [ 120.1221088, 30.3242129 ], [ 120.1223853, 30.3231883 ], [ 120.1226008, 30.3225042 ], [ 120.1226799, 30.3221136 ], [ 120.122898, 30.3212677 ] ], [ [ 120.1230381, 30.3212783 ], [ 120.1227841, 30.3222385 ], [ 120.122519, 30.323243 ], [ 120.1223645, 30.3237982 ], [ 120.1220776, 30.3250153 ] ], [ [ 120.1320323, 30.3261994 ], [ 120.1319039, 30.3261742 ] ], [ [ 120.1320632, 30.3260822 ], [ 120.1326609, 30.3261428 ], [ 120.13545510834706, 30.326437556317426 ] ], [ [ 120.13545510834706, 30.326437556317426 ], [ 120.135556208356888, 30.326448221186645 ] ], [ [ 120.135556208356888, 30.326448221186645 ], [ 120.1356764, 30.3264609 ], [ 120.137312, 30.3266257 ], [ 120.1376654, 30.3266567 ], [ 120.1381321, 30.326708 ], [ 120.1382591, 30.326724 ], [ 120.1387071, 30.3267588 ], [ 120.1392396, 30.3268063 ], [ 120.139706, 30.3268452 ], [ 120.1408819, 30.3269242 ] ], [ [ 120.1408702, 30.3270244 ], [ 120.1402091, 30.3269717 ], [ 120.1396907, 30.3269304 ], [ 120.139434, 30.3269074 ], [ 120.1392055, 30.3268905 ], [ 120.1386905, 30.3268458 ], [ 120.1386612, 30.3268433 ], [ 120.1381081, 30.3267801 ], [ 120.1376576, 30.3267366 ], [ 120.1373159, 30.3267117 ], [ 120.136061, 30.3265887 ], [ 120.135549258653469, 30.32654106073613 ] ], [ [ 120.135549258653469, 30.32654106073613 ], [ 120.135449702772846, 30.326531792833705 ] ], [ [ 120.135449702772846, 30.326531792833705 ], [ 120.1341457, 30.3264104 ], [ 120.1326616, 30.32626 ], [ 120.1320323, 30.3261994 ] ], [ [ 120.1312155, 30.3302106 ], [ 120.1314301, 30.3293713 ], [ 120.1316144, 30.328532 ], [ 120.1316466, 30.3283234 ], [ 120.1317056, 30.3278316 ], [ 120.1318462, 30.326659 ], [ 120.1318811, 30.3263591 ], [ 120.1319039, 30.3261742 ] ], [ [ 120.1320323, 30.3261994 ], [ 120.1320265, 30.3262881 ], [ 120.1320179, 30.3263672 ], [ 120.1319776, 30.3266485 ], [ 120.131892, 30.3272697 ], [ 120.1318755, 30.3274216 ], [ 120.1318144, 30.3279855 ], [ 120.1317751, 30.3283481 ], [ 120.1317126, 30.3285669 ], [ 120.1315486, 30.3293779 ], [ 120.1313467, 30.3302283 ] ], [ [ 120.1450063, 30.3274419 ], [ 120.1446739, 30.3274039 ], [ 120.1444002, 30.3273771 ], [ 120.1441538, 30.327353 ], [ 120.1433913, 30.3272645 ], [ 120.1430293, 30.3272314 ], [ 120.1412184, 30.3270661 ] ], [ [ 120.1412254, 30.3269615 ], [ 120.1422978, 30.3270606 ], [ 120.1427132, 30.327099 ], [ 120.1435041, 30.327172 ], [ 120.1443297, 30.3272823 ], [ 120.1443743, 30.3272883 ], [ 120.1445421, 30.327302 ], [ 120.1446354, 30.3273096 ], [ 120.1447824, 30.3273216 ], [ 120.1466907, 30.3274747 ], [ 120.147999, 30.3275778 ] ], [ [ 120.1451548, 30.3274546 ], [ 120.1450063, 30.3274419 ] ], [ [ 120.1480112, 30.3276983 ], [ 120.146335, 30.3275553 ], [ 120.1459074, 30.3275188 ], [ 120.145339, 30.3274703 ], [ 120.1451548, 30.3274546 ] ], [ [ 120.147999, 30.3275778 ], [ 120.1480557, 30.3275832 ] ], [ [ 120.1480646, 30.3277035 ], [ 120.1480112, 30.3276983 ] ], [ [ 120.1402542, 30.3345533 ], [ 120.1402295, 30.334774 ] ], [ [ 120.131271, 30.3303206 ], [ 120.1312155, 30.3302106 ] ], [ [ 120.1313467, 30.3302283 ], [ 120.131271, 30.3303206 ] ], [ [ 120.1346972, 30.3346647 ], [ 120.1347001, 30.3343354 ] ], [ [ 120.1348129, 30.3343441 ], [ 120.1349187, 30.3346645 ] ], [ [ 120.1399727, 30.3347607 ], [ 120.1399939, 30.3345509 ] ], [ [ 120.1349187, 30.3346645 ], [ 120.1348879, 30.3353988 ] ], [ [ 120.1014907, 30.3301589 ], [ 120.1015363, 30.3298607 ], [ 120.101759, 30.3290205 ], [ 120.1018723, 30.3285739 ], [ 120.1020526, 30.327841 ], [ 120.1022106, 30.3271653 ], [ 120.1022682, 30.3269191 ], [ 120.1024343, 30.3266061 ] ], [ [ 120.1209733, 30.3285264 ], [ 120.1210407, 30.3283344 ], [ 120.1213739, 30.3271061 ], [ 120.1215827, 30.3262883 ], [ 120.1217281, 30.3256515 ], [ 120.1217777, 30.3254791 ], [ 120.1218569, 30.3251023 ] ], [ [ 120.1220479, 30.3251485 ], [ 120.1219241, 30.3255036 ], [ 120.1218808, 30.3256762 ], [ 120.1217843, 30.3260529 ], [ 120.1214074, 30.3273816 ], [ 120.1211193, 30.3285753 ] ], [ [ 120.1138736, 30.3292461 ], [ 120.1144708, 30.3273639 ], [ 120.1146538, 30.3268293 ], [ 120.114923, 30.3262707 ], [ 120.1149659, 30.326203 ], [ 120.11506, 30.3260545 ] ], [ [ 120.1152057, 30.3261411 ], [ 120.1151024, 30.326281 ], [ 120.1150522, 30.3263489 ], [ 120.1148426, 30.3268665 ], [ 120.1146329, 30.3273841 ], [ 120.1140478, 30.3293218 ] ], [ [ 120.120931, 30.3286522 ], [ 120.1209733, 30.3285264 ] ], [ [ 120.1271323, 30.3257534 ], [ 120.1269256, 30.3257221 ] ], [ [ 120.1271218, 30.325616 ], [ 120.129295, 30.3258206 ], [ 120.1303927, 30.3259217 ], [ 120.1319322, 30.3260634 ] ], [ [ 120.1319039, 30.3261742 ], [ 120.1307113, 30.3260739 ], [ 120.1292995, 30.3259551 ], [ 120.1275482, 30.325798 ], [ 120.1271323, 30.3257534 ] ], [ [ 120.1211193, 30.3285753 ], [ 120.1210734, 30.3287001 ] ], [ [ 120.1138073, 30.3295612 ], [ 120.1138736, 30.3292461 ] ], [ [ 120.1140478, 30.3293218 ], [ 120.1139352, 30.3296125 ] ], [ [ 120.1017155, 30.3302734 ], [ 120.1017013, 30.3305073 ], [ 120.101535, 30.3308892 ], [ 120.1014277, 30.3312226 ], [ 120.1008556, 30.3324399 ], [ 120.1006606, 30.3328547 ], [ 120.1003918, 30.3330969 ] ], [ [ 120.1131832, 30.3312092 ], [ 120.1138073, 30.3295612 ] ], [ [ 120.1195896, 30.3321425 ], [ 120.1197401, 30.3317869 ], [ 120.1198944, 30.3314136 ], [ 120.1205871, 30.329842 ], [ 120.120931, 30.3286522 ] ], [ [ 120.1139352, 30.3296125 ], [ 120.1137334, 30.3302021 ], [ 120.1135388, 30.3307706 ], [ 120.1133663, 30.3312497 ] ], [ [ 120.1210734, 30.3287001 ], [ 120.1206726, 30.3299252 ], [ 120.1200096, 30.3314744 ], [ 120.1198836, 30.331824 ], [ 120.1197468, 30.3322192 ] ], [ [ 120.088929, 30.3302258 ], [ 120.0902003, 30.3307008 ], [ 120.091508, 30.3311219 ] ], [ [ 120.0914731, 30.3312184 ], [ 120.090194, 30.3308587 ], [ 120.0888795, 30.3303707 ] ], [ [ 120.091508, 30.3311219 ], [ 120.0927592, 30.3315463 ], [ 120.0928772, 30.3315855 ], [ 120.0931607, 30.3316796 ], [ 120.0934143, 30.3317638 ] ], [ [ 120.0933548, 30.3318617 ], [ 120.0931129, 30.3317682 ], [ 120.0928536, 30.3316874 ], [ 120.0914731, 30.3312184 ] ], [ [ 120.1194828, 30.3323297 ], [ 120.1195896, 30.3321425 ] ], [ [ 120.1197468, 30.3322192 ], [ 120.1196487, 30.3323994 ] ], [ [ 120.1121145, 30.3352713 ], [ 120.1125039, 30.3338502 ], [ 120.1127128, 30.3331825 ], [ 120.1131489, 30.3313531 ], [ 120.1131832, 30.3312092 ] ], [ [ 120.0995304, 30.3343667 ], [ 120.0993168, 30.3342207 ] ], [ [ 120.0995847, 30.334428 ], [ 120.0995304, 30.3343667 ] ], [ [ 120.1133663, 30.3312497 ], [ 120.1133237, 30.3313881 ], [ 120.113216, 30.331738 ], [ 120.1128328, 30.3334005 ], [ 120.112689, 30.3338319 ], [ 120.1122784, 30.3352897 ] ], [ [ 120.1742879, 30.3182602 ], [ 120.1739239, 30.3182675 ], [ 120.1724667, 30.3182949 ], [ 120.1720002, 30.3183037 ], [ 120.1719379, 30.3183049 ], [ 120.1716814, 30.318314 ], [ 120.1712757, 30.3183283 ], [ 120.1708318, 30.318344 ], [ 120.1700577, 30.3183713 ], [ 120.1695305, 30.3183845 ] ], [ [ 120.1695305, 30.3183845 ], [ 120.1693053, 30.318387 ] ], [ [ 120.1749459, 30.3233939 ], [ 120.1755142, 30.3227976 ], [ 120.1758585, 30.3224401 ], [ 120.1761114, 30.3221774 ], [ 120.1762173, 30.3220694 ], [ 120.177028, 30.3212424 ], [ 120.1771729, 30.3210937 ], [ 120.1772525, 30.3210183 ], [ 120.1773075, 30.3209624 ], [ 120.1774231, 30.3208449 ], [ 120.1775401, 30.3207261 ], [ 120.1779207, 30.3202206 ], [ 120.1779762, 30.3201256 ], [ 120.1780089, 30.3200697 ], [ 120.1780899, 30.3198749 ], [ 120.1781121, 30.3198216 ], [ 120.1781784, 30.31963 ], [ 120.1782306, 30.3193513 ], [ 120.1782925, 30.3185779 ], [ 120.1782981, 30.3180227 ] ], [ [ 120.1687018, 30.3219337 ], [ 120.1695313, 30.3219853 ], [ 120.1700087, 30.322015 ], [ 120.1704836, 30.3220536 ], [ 120.1706134, 30.3220642 ], [ 120.1709029, 30.322124 ], [ 120.1712997, 30.3222059 ], [ 120.1719225, 30.3223855 ], [ 120.1720887, 30.3224302 ], [ 120.1724683, 30.3225634 ], [ 120.1728344, 30.3227101 ], [ 120.1732304, 30.3228446 ], [ 120.1738496, 30.3230493 ] ], [ [ 120.1748597, 30.3235024 ], [ 120.1732201, 30.3229375 ], [ 120.1729175, 30.3228041 ], [ 120.1724535, 30.3226351 ], [ 120.1720753, 30.322517 ], [ 120.1719037, 30.3224614 ], [ 120.1714236, 30.3223272 ], [ 120.1706627, 30.3221924 ], [ 120.1705063, 30.3221756 ], [ 120.1704295, 30.3221673 ], [ 120.1703259, 30.3221561 ], [ 120.1699174, 30.3221118 ], [ 120.168677, 30.3220432 ] ], [ [ 120.1738496, 30.3230493 ], [ 120.1749459, 30.3233939 ] ], [ [ 120.1749459, 30.3233939 ], [ 120.1751345, 30.3234501 ] ], [ [ 120.1748597, 30.3235024 ], [ 120.1749459, 30.3233939 ] ], [ [ 120.1572044, 30.3215525 ], [ 120.1572999, 30.3214358 ] ], [ [ 120.1573821, 30.3215406 ], [ 120.1572926, 30.3216631 ] ], [ [ 120.1536748, 30.3261725 ], [ 120.154051, 30.3257586 ], [ 120.1556918, 30.3239537 ], [ 120.1562475, 30.3231267 ], [ 120.1563073, 30.3230152 ], [ 120.1565669, 30.3225316 ], [ 120.1568345, 30.3220872 ], [ 120.1572044, 30.3215525 ] ], [ [ 120.1572926, 30.3216631 ], [ 120.1569344, 30.3222593 ], [ 120.1567455, 30.3225736 ], [ 120.1566847, 30.3226734 ], [ 120.1563676, 30.3231944 ], [ 120.1562887, 30.3233077 ], [ 120.1557453, 30.3240883 ], [ 120.1551001, 30.324798 ], [ 120.1550017, 30.3249062 ], [ 120.1545717, 30.3253792 ], [ 120.1543861, 30.3255834 ], [ 120.1541728, 30.325818 ], [ 120.1537933, 30.326249 ] ], [ [ 120.1536219, 30.32623 ], [ 120.1536748, 30.3261725 ] ], [ [ 120.168677, 30.3220432 ], [ 120.1684286, 30.3220359 ] ], [ [ 120.1672762, 30.3280816 ], [ 120.1673868, 30.3283481 ] ], [ [ 120.1751345, 30.3234501 ], [ 120.1750112, 30.3235531 ] ], [ [ 120.1750112, 30.3235531 ], [ 120.1748597, 30.3235024 ] ], [ [ 120.1737313, 30.3255332 ], [ 120.1738256, 30.3250741 ], [ 120.173914, 30.3248022 ], [ 120.1740522, 30.3244731 ], [ 120.1742124, 30.3241774 ], [ 120.1742711, 30.3240991 ], [ 120.1748597, 30.3235024 ] ], [ [ 120.1750112, 30.3235531 ], [ 120.1744595, 30.3240797 ], [ 120.1743357, 30.3242719 ], [ 120.1742761, 30.3243643 ], [ 120.1742439, 30.3244234 ], [ 120.1740844, 30.3247163 ], [ 120.1739446, 30.3250328 ], [ 120.1738923, 30.325308 ], [ 120.1738445, 30.3255612 ] ], [ [ 120.1735633, 30.3291894 ], [ 120.1737041, 30.3285703 ], [ 120.1737262, 30.3283079 ], [ 120.1737286, 30.3281547 ], [ 120.1737224, 30.3270594 ], [ 120.1737206, 30.3267387 ], [ 120.1737262, 30.3256083 ], [ 120.1737313, 30.3255332 ] ], [ [ 120.1738445, 30.3255612 ], [ 120.1738394, 30.3258456 ], [ 120.1738777, 30.3263615 ], [ 120.1738735, 30.3269027 ], [ 120.1738729, 30.326976 ], [ 120.1738858, 30.327634 ], [ 120.1738897, 30.3278308 ], [ 120.1738907, 30.3278841 ], [ 120.1738963, 30.3281982 ], [ 120.1738422, 30.3286269 ], [ 120.1738373, 30.3286662 ], [ 120.1737002, 30.32922 ] ], [ [ 120.1889156, 30.3261734 ], [ 120.1879985, 30.3261354 ], [ 120.1879111, 30.3261357 ], [ 120.1876697, 30.326123 ], [ 120.1876347, 30.3261203 ], [ 120.1866064, 30.3260777 ], [ 120.1853342, 30.326025 ], [ 120.1851127, 30.3260102 ], [ 120.1849847, 30.325997 ], [ 120.1833799, 30.325911 ], [ 120.183248, 30.3258996 ], [ 120.1829241, 30.3258716 ], [ 120.1826666, 30.3258317 ], [ 120.1822967, 30.3257291 ], [ 120.1819269, 30.3255866 ], [ 120.1814712, 30.3254127 ], [ 120.1811344, 30.3253186 ], [ 120.1808349, 30.3252658 ], [ 120.1784068, 30.3247599 ], [ 120.178227, 30.3246936 ], [ 120.1779286, 30.3245835 ], [ 120.1774907, 30.324448 ], [ 120.1750112, 30.3235531 ] ], [ [ 120.1803598, 30.330862 ], [ 120.181075, 30.3310306 ], [ 120.1815299, 30.3311747 ], [ 120.1823178, 30.3313796 ], [ 120.1824343, 30.3314024 ] ], [ [ 120.1673868, 30.3283481 ], [ 120.1675336, 30.3287725 ], [ 120.1676759, 30.3291387 ], [ 120.1677365, 30.3292948 ], [ 120.1678563, 30.3296032 ], [ 120.1681115, 30.3301291 ], [ 120.1681296, 30.3301663 ], [ 120.1683232, 30.3305048 ], [ 120.168583, 30.330883 ], [ 120.1687358, 30.331094 ], [ 120.1693284, 30.3318323 ], [ 120.1698571, 30.3324671 ], [ 120.170114, 30.3327755 ], [ 120.1703761, 30.3330901 ], [ 120.1705238, 30.3332484 ], [ 120.1710281, 30.3338771 ], [ 120.1711906, 30.3340708 ] ], [ [ 120.1734783, 30.3294454 ], [ 120.1735633, 30.3291894 ] ], [ [ 120.1737002, 30.32922 ], [ 120.1736114, 30.3294782 ] ], [ [ 120.1711906, 30.3340708 ], [ 120.1715581, 30.3338649 ], [ 120.1718666, 30.3336591 ], [ 120.1721922, 30.3334026 ], [ 120.172439, 30.3330823 ], [ 120.1726368, 30.3327323 ], [ 120.1728732, 30.3322447 ], [ 120.1730511, 30.3315605 ], [ 120.1730703, 30.3312319 ], [ 120.1730797, 30.3310708 ], [ 120.1734783, 30.3294454 ] ], [ [ 120.1736114, 30.3294782 ], [ 120.1732808, 30.3307403 ], [ 120.1732212, 30.3310977 ], [ 120.1731743, 30.331338 ], [ 120.1731644, 30.331569 ], [ 120.1729982, 30.3322484 ], [ 120.1729141, 30.3324628 ], [ 120.1727575, 30.3328417 ], [ 120.172739, 30.332882 ], [ 120.1726095, 30.3331645 ], [ 120.1723364, 30.3335628 ], [ 120.1720335, 30.3338276 ], [ 120.1716442, 30.3340352 ], [ 120.1713428, 30.3342522 ] ], [ [ 120.1711906, 30.3340708 ], [ 120.1713428, 30.3342522 ] ], [ [ 120.1789221, 30.3411068 ], [ 120.1786754, 30.3410995 ], [ 120.1784427, 30.3410959 ], [ 120.1780722, 30.3410732 ], [ 120.1775667, 30.340942 ], [ 120.177362, 30.3408754 ], [ 120.1770962, 30.3407752 ], [ 120.1767914, 30.3406149 ], [ 120.1765174, 30.3404492 ], [ 120.1763706, 30.3403312 ], [ 120.1761958, 30.3401576 ], [ 120.1761392, 30.3401014 ], [ 120.1758645, 30.3397764 ], [ 120.1748484, 30.3385564 ], [ 120.1744697, 30.3381022 ], [ 120.1733587, 30.3367696 ], [ 120.1729499, 30.3362909 ], [ 120.1718036, 30.33492 ], [ 120.1704566, 30.333309 ], [ 120.1702992, 30.3331307 ], [ 120.1699978, 30.3327663 ], [ 120.1692586, 30.3318738 ], [ 120.1687362, 30.3312363 ], [ 120.1683614, 30.3307251 ], [ 120.1682633, 30.3305556 ], [ 120.168006, 30.330111 ], [ 120.1677794, 30.3296426 ], [ 120.1676366, 30.3293043 ], [ 120.1672763, 30.3283588 ] ], [ [ 120.1789218, 30.3410258 ], [ 120.180881, 30.3410222 ], [ 120.181507, 30.3410211 ] ], [ [ 120.1815043, 30.3411194 ], [ 120.1809964, 30.3411159 ], [ 120.1807746, 30.3411144 ], [ 120.1800413, 30.3411129 ], [ 120.1789221, 30.3411068 ] ], [ [ 120.1713428, 30.3342522 ], [ 120.171563, 30.3345146 ], [ 120.1719884, 30.3350212 ], [ 120.1722202, 30.3352972 ], [ 120.1730301, 30.3362469 ], [ 120.1734427, 30.3367217 ], [ 120.1745424, 30.3380449 ], [ 120.1748385, 30.3384012 ], [ 120.1760662, 30.339852 ], [ 120.1762074, 30.340025 ], [ 120.1762852, 30.3401202 ], [ 120.176489, 30.3403048 ], [ 120.1766978, 30.3404631 ], [ 120.1770035, 30.3406346 ], [ 120.1771621, 30.3407081 ], [ 120.1773953, 30.3408061 ], [ 120.1775888, 30.340866 ], [ 120.1778491, 30.3409423 ], [ 120.1780885, 30.3409863 ], [ 120.178333, 30.3410126 ], [ 120.1789218, 30.3410258 ] ], [ [ 120.1741475, 30.3416809 ], [ 120.174298, 30.3416002 ] ], [ [ 120.1744417, 30.3418128 ], [ 120.174301, 30.3418818 ] ], [ [ 120.174301, 30.3418818 ], [ 120.1733847, 30.3423312 ], [ 120.1727739, 30.342641 ], [ 120.1717247, 30.3431731 ], [ 120.1710291, 30.3435448 ] ], [ [ 120.1697805, 30.3441966 ], [ 120.1678694, 30.3451007 ], [ 120.1677684, 30.3451618 ], [ 120.1675415, 30.3452688 ], [ 120.1674426, 30.3453049 ], [ 120.166562, 30.3457556 ], [ 120.1656141, 30.3462336 ] ], [ [ 120.1654616, 30.3461327 ], [ 120.1656141, 30.3462336 ] ], [ [ 120.1655269, 30.3463278 ], [ 120.1654616, 30.3461327 ] ], [ [ 120.0958309, 30.3326985 ], [ 120.0993168, 30.3342207 ] ], [ [ 120.099188, 30.3343877 ], [ 120.0957291, 30.3328518 ] ], [ [ 120.0994818, 30.3344802 ], [ 120.099188, 30.3343877 ] ], [ [ 120.099539, 30.3345169 ], [ 120.0994818, 30.3344802 ] ], [ [ 120.0995847, 30.334428 ], [ 120.0999349, 30.3346966 ], [ 120.1009733, 30.3352144 ], [ 120.102283, 30.3358535 ] ], [ [ 120.1022354, 30.3359366 ], [ 120.1009436, 30.3353027 ], [ 120.0999051, 30.3347848 ], [ 120.099539, 30.3345169 ] ], [ [ 120.1115939, 30.3387681 ], [ 120.1117012, 30.3380134 ], [ 120.1117603, 30.3375977 ], [ 120.1118013, 30.3373092 ], [ 120.1121145, 30.3352713 ] ], [ [ 120.1122784, 30.3352897 ], [ 120.1119736, 30.3373353 ], [ 120.1117696, 30.3387639 ] ], [ [ 120.1081743, 30.3378057 ], [ 120.1102159, 30.3385142 ], [ 120.1106743, 30.3386505 ], [ 120.1111162, 30.3387335 ], [ 120.1115939, 30.3387681 ] ], [ [ 120.1115814, 30.3389285 ], [ 120.1110865, 30.3388217 ], [ 120.1109029, 30.3387872 ], [ 120.1106446, 30.3387387 ], [ 120.1101862, 30.3386024 ], [ 120.1096201, 30.3384059 ], [ 120.1081516, 30.3378962 ] ], [ [ 120.1115939, 30.3387681 ], [ 120.1117696, 30.3387639 ] ], [ [ 120.102283, 30.3358535 ], [ 120.1027385, 30.3360048 ], [ 120.1032133, 30.3361736 ], [ 120.1040056, 30.3364331 ], [ 120.1050292, 30.3367684 ], [ 120.1081743, 30.3378057 ] ], [ [ 120.1081516, 30.3378962 ], [ 120.1069966, 30.3375149 ], [ 120.1062723, 30.3372757 ], [ 120.1049786, 30.3368486 ], [ 120.1031836, 30.3362618 ], [ 120.1027087, 30.336093 ], [ 120.1022354, 30.3359366 ] ], [ [ 120.1228834, 30.3393185 ], [ 120.124107, 30.339398 ], [ 120.1261426, 30.3395303 ] ], [ [ 120.1260774, 30.3396652 ], [ 120.1247521, 30.3395769 ], [ 120.1244919, 30.3395596 ], [ 120.1228387, 30.3394494 ] ], [ [ 120.1261426, 30.3395303 ], [ 120.1262545, 30.3396563 ] ], [ [ 120.1117696, 30.3387639 ], [ 120.1119933, 30.3387811 ], [ 120.112461, 30.3387858 ], [ 120.1128608, 30.3387979 ], [ 120.1131257, 30.3387982 ], [ 120.1144415, 30.3387998 ], [ 120.1145982, 30.3387957 ], [ 120.1161004, 30.338808 ], [ 120.1164595, 30.3387982 ], [ 120.1167987, 30.3388147 ], [ 120.1170966, 30.3388359 ] ], [ [ 120.1170966, 30.3388359 ], [ 120.1172331, 30.3388495 ] ], [ [ 120.1115814, 30.3389285 ], [ 120.1115939, 30.3387681 ] ], [ [ 120.1117696, 30.3387639 ], [ 120.1117464, 30.3389396 ] ], [ [ 120.1117464, 30.3389396 ], [ 120.1115814, 30.3389285 ] ], [ [ 120.1170363, 30.3390045 ], [ 120.1167503, 30.3389714 ], [ 120.1163877, 30.338959 ], [ 120.1160614, 30.3389123 ], [ 120.1156177, 30.3389166 ], [ 120.1144377, 30.3389282 ], [ 120.1128171, 30.3389304 ], [ 120.112436, 30.3389547 ], [ 120.1117464, 30.3389396 ] ], [ [ 120.1171789, 30.3390183 ], [ 120.1170363, 30.3390045 ] ], [ [ 120.1172331, 30.3388495 ], [ 120.1188953, 30.3390046 ], [ 120.1195718, 30.3390661 ], [ 120.1199259, 30.3390905 ], [ 120.1199647, 30.3390935 ], [ 120.1228834, 30.3393185 ] ], [ [ 120.1228387, 30.3394494 ], [ 120.1210127, 30.3393084 ], [ 120.1199123, 30.3392235 ], [ 120.1195602, 30.3392019 ], [ 120.1188837, 30.3391404 ], [ 120.1171789, 30.3390183 ] ], [ [ 120.1113889, 30.3408372 ], [ 120.1114251, 30.3404373 ], [ 120.1114867, 30.3397576 ], [ 120.1115021, 30.3395881 ], [ 120.1115246, 30.3394046 ], [ 120.1115814, 30.3389285 ] ], [ [ 120.1112013, 30.3424302 ], [ 120.1113889, 30.3408372 ] ], [ [ 120.1105163, 30.3423873 ], [ 120.1112013, 30.3424302 ] ], [ [ 120.1117464, 30.3389396 ], [ 120.1116671, 30.3396174 ], [ 120.1116132, 30.3401933 ], [ 120.1115811, 30.340535 ], [ 120.1115559, 30.3408498 ], [ 120.1111892, 30.3439475 ], [ 120.1111637, 30.3441231 ], [ 120.1111223, 30.3443534 ], [ 120.1107845, 30.346119 ] ], [ [ 120.110609, 30.3461098 ], [ 120.1108404, 30.3448998 ], [ 120.1109478, 30.3443384 ], [ 120.1109934, 30.3441104 ], [ 120.1110226, 30.3439483 ], [ 120.1112013, 30.3424302 ] ], [ [ 120.1537933, 30.326249 ], [ 120.1537264, 30.3263188 ] ], [ [ 120.1445886, 30.3348117 ], [ 120.1446586, 30.3345422 ] ], [ [ 120.1446586, 30.3345422 ], [ 120.1447507, 30.3348193 ] ], [ [ 120.1402295, 30.334774 ], [ 120.1401658, 30.3352595 ], [ 120.1401343, 30.3354994 ], [ 120.1400816, 30.336129 ], [ 120.1400408, 30.3372101 ], [ 120.1400216, 30.338066 ], [ 120.1400048, 30.3388152 ], [ 120.1400384, 30.3391673 ], [ 120.1401176, 30.3394862 ], [ 120.1401302, 30.3395201 ], [ 120.1402303, 30.3397886 ], [ 120.1404199, 30.3401241 ], [ 120.1405363, 30.3402672 ], [ 120.1406743, 30.3404368 ], [ 120.1409718, 30.3407268 ], [ 120.1414974, 30.3410602 ], [ 120.141649, 30.3411591 ], [ 120.1418958, 30.3413201 ], [ 120.1420877, 30.3414454 ], [ 120.142438, 30.3417146 ], [ 120.1426444, 30.3419155 ], [ 120.1427764, 30.342075 ], [ 120.1428897, 30.3422265 ] ], [ [ 120.1428897, 30.3422265 ], [ 120.1430068, 30.3421136 ], [ 120.1431979, 30.3419256 ], [ 120.1433842, 30.3416869 ], [ 120.1435602, 30.3413546 ], [ 120.1435945, 30.3412065 ], [ 120.1436284, 30.3410601 ], [ 120.1436406, 30.3407373 ], [ 120.1436383, 30.340556 ], [ 120.143637, 30.3404512 ], [ 120.1436353, 30.3403186 ], [ 120.1436294, 30.3397967 ], [ 120.1436279, 30.3396634 ], [ 120.1436668, 30.3394176 ], [ 120.1436979, 30.3392211 ], [ 120.1437802, 30.3388139 ], [ 120.1438357, 30.3385409 ], [ 120.143876, 30.338336 ], [ 120.1440773, 30.3373433 ], [ 120.1442426, 30.3365249 ], [ 120.1445886, 30.3348117 ] ], [ [ 120.1428057, 30.3423916 ], [ 120.1426596, 30.3421319 ], [ 120.1424676, 30.3418855 ], [ 120.1421484, 30.3416163 ], [ 120.1413856, 30.3411009 ], [ 120.1412828, 30.3410395 ], [ 120.1409102, 30.340792 ], [ 120.1405983, 30.3405166 ], [ 120.1403895, 30.3402681 ], [ 120.1401999, 30.340005 ], [ 120.14012, 30.3398462 ], [ 120.1400583, 30.3397234 ], [ 120.1399432, 30.3393982 ], [ 120.1399238, 30.3392963 ], [ 120.1398688, 30.3390068 ], [ 120.1398352, 30.3385077 ], [ 120.1398476, 30.3380566 ], [ 120.1398952, 30.3363248 ], [ 120.1399264, 30.3351608 ], [ 120.1399727, 30.3347607 ] ], [ [ 120.1447507, 30.3348193 ], [ 120.1447453, 30.3349825 ], [ 120.1445878, 30.3357365 ], [ 120.1445209, 30.3360564 ], [ 120.1444988, 30.3361622 ], [ 120.1443015, 30.3371066 ], [ 120.1442918, 30.337153 ], [ 120.1440301, 30.3383626 ], [ 120.1439846, 30.3385698 ], [ 120.1438478, 30.339193 ], [ 120.1438231, 30.3394293 ], [ 120.143819, 30.3394685 ], [ 120.1438095, 30.3396652 ], [ 120.143808, 30.340167 ], [ 120.1438071, 30.3404543 ], [ 120.1437927, 30.3409762 ], [ 120.1437567, 30.3412392 ], [ 120.1436655, 30.3414794 ], [ 120.1435071, 30.3418025 ], [ 120.1432983, 30.3420489 ], [ 120.1431135, 30.3422457 ], [ 120.1429805, 30.3423433 ] ], [ [ 120.1428897, 30.3422265 ], [ 120.1429805, 30.3423433 ] ], [ [ 120.1428057, 30.3423916 ], [ 120.1428897, 30.3422265 ] ], [ [ 120.1347081, 30.3353998 ], [ 120.1346972, 30.3346647 ] ], [ [ 120.1338364, 30.346305 ], [ 120.1340084, 30.3457576 ], [ 120.1341173, 30.3452761 ], [ 120.134282, 30.3442271 ], [ 120.1345331, 30.342024 ], [ 120.1345883, 30.3416297 ], [ 120.1346157, 30.3412708 ], [ 120.1346263, 30.3408506 ], [ 120.1346594, 30.3373955 ], [ 120.1347134, 30.336141 ], [ 120.1347081, 30.3353998 ] ], [ [ 120.1348879, 30.3353988 ], [ 120.1348177, 30.3361066 ], [ 120.1347688, 30.3373952 ], [ 120.1347189, 30.3411174 ], [ 120.1347024, 30.3415237 ], [ 120.1346891, 30.3417407 ], [ 120.134385, 30.3442317 ], [ 120.1342842, 30.3449748 ], [ 120.13419, 30.345506 ], [ 120.134039, 30.3461123 ], [ 120.1339025, 30.3467249 ] ], [ [ 120.1337403, 30.3467036 ], [ 120.1338364, 30.346305 ] ], [ [ 120.1337198, 30.3467724 ], [ 120.1337403, 30.3467036 ] ], [ [ 120.1339025, 30.3467249 ], [ 120.1338654, 30.3467997 ] ], [ [ 120.1429805, 30.3423433 ], [ 120.1428057, 30.3423916 ] ], [ [ 120.1423021, 30.3469341 ], [ 120.1424282, 30.3463546 ], [ 120.1425346, 30.345835 ], [ 120.1425434, 30.3457922 ], [ 120.1426944, 30.3452504 ], [ 120.142737, 30.3450998 ], [ 120.142901, 30.34452 ], [ 120.1429884, 30.3440639 ], [ 120.1429929, 30.3439795 ], [ 120.1430202, 30.3434741 ], [ 120.1430043, 30.3430215 ], [ 120.1429358, 30.3427828 ], [ 120.1428811, 30.3425928 ], [ 120.1428057, 30.3423916 ] ], [ [ 120.1429805, 30.3423433 ], [ 120.1430761, 30.3425859 ], [ 120.1431464, 30.3428245 ], [ 120.143162, 30.3429086 ], [ 120.143191, 30.3430802 ], [ 120.1432196, 30.3432493 ], [ 120.1432113, 30.3435765 ], [ 120.1431878, 30.3437884 ], [ 120.1431674, 30.3439726 ], [ 120.143052, 30.3446911 ], [ 120.1429808, 30.3449622 ], [ 120.1429393, 30.3451203 ], [ 120.1427538, 30.3457294 ], [ 120.1427277, 30.3458151 ], [ 120.142615, 30.3462776 ], [ 120.1424546, 30.3470998 ] ], [ [ 120.1422823, 30.3470365 ], [ 120.1423021, 30.3469341 ] ], [ [ 120.1329366, 30.350079 ], [ 120.1329599, 30.3498518 ], [ 120.1330212, 30.3495159 ], [ 120.133441, 30.3479316 ], [ 120.1337198, 30.3467724 ] ], [ [ 120.1338654, 30.3467997 ], [ 120.1335591, 30.347959 ], [ 120.1331594, 30.349499 ], [ 120.1330973, 30.3498406 ], [ 120.1330641, 30.3500973 ] ], [ [ 120.1261182, 30.3494212 ], [ 120.1262798, 30.3494544 ], [ 120.1270155, 30.3496223 ], [ 120.1276346, 30.3497593 ], [ 120.1283179, 30.3498411 ], [ 120.1306688, 30.3500255 ], [ 120.1325479, 30.3501604 ], [ 120.132913321878448, 30.350189766841378 ] ], [ [ 120.132913321878448, 30.350189766841378 ], [ 120.133056677143301, 30.350201287474302 ] ], [ [ 120.133056677143301, 30.350201287474302 ], [ 120.1335583, 30.3502416 ], [ 120.1341738, 30.3502851 ], [ 120.1356092, 30.3503851 ], [ 120.1377387, 30.3505219 ] ], [ [ 120.141363, 30.3509912 ], [ 120.1415772, 30.3502705 ], [ 120.1417479, 30.3494575 ], [ 120.1417867, 30.3492847 ], [ 120.1421222, 30.3477913 ], [ 120.1422823, 30.3470365 ] ], [ [ 120.1424546, 30.3470998 ], [ 120.14209, 30.3488069 ], [ 120.1419652, 30.3493377 ], [ 120.1419262, 30.349521 ], [ 120.1417399, 30.3503982 ], [ 120.1416093, 30.3508494 ], [ 120.1415452, 30.3510399 ] ], [ [ 120.141363, 30.3509912 ], [ 120.1415452, 30.3510399 ] ], [ [ 120.1377227, 30.3506541 ], [ 120.135602, 30.3504931 ], [ 120.1332188, 30.3503311 ], [ 120.1331132, 30.3503257 ], [ 120.133048160754996, 30.350320594332238 ] ], [ [ 120.133048160754996, 30.350320594332238 ], [ 120.13288846253009, 30.350308057807894 ] ], [ [ 120.13288846253009, 30.350308057807894 ], [ 120.1324406, 30.3502729 ], [ 120.1284945, 30.3499851 ], [ 120.1279794, 30.349942 ], [ 120.127616, 30.3498884 ], [ 120.1268165, 30.349748 ], [ 120.1260958, 30.3495696 ] ], [ [ 120.1328712, 30.3503902 ], [ 120.13288846253009, 30.350308057807894 ] ], [ [ 120.13288846253009, 30.350308057807894 ], [ 120.132913321878448, 30.350189766841378 ] ], [ [ 120.132913321878448, 30.350189766841378 ], [ 120.1329366, 30.350079 ] ], [ [ 120.1330641, 30.3500973 ], [ 120.133056677143301, 30.350201287474302 ] ], [ [ 120.133056677143301, 30.350201287474302 ], [ 120.133048160754996, 30.350320594332238 ] ], [ [ 120.133048160754996, 30.350320594332238 ], [ 120.1330421, 30.3504055 ] ], [ [ 120.1377387, 30.3505219 ], [ 120.1378512, 30.3505307 ] ], [ [ 120.1378304, 30.3506631 ], [ 120.1377227, 30.3506541 ] ], [ [ 120.1604448, 30.3488309 ], [ 120.1602549, 30.3501617 ], [ 120.1601674, 30.3506343 ], [ 120.1601051, 30.350906 ], [ 120.1599819, 30.3513521 ], [ 120.1599197, 30.3516545 ], [ 120.1597491, 30.3528791 ] ], [ [ 120.1595993, 30.3528613 ], [ 120.1597838, 30.3516265 ], [ 120.1598491, 30.3513328 ], [ 120.1599146, 30.3509517 ], [ 120.1599207, 30.3508934 ], [ 120.1599978, 30.3504251 ], [ 120.1601227, 30.3499196 ], [ 120.1602864, 30.3488852 ] ], [ [ 120.1545091, 30.3540485 ], [ 120.1546184, 30.353865 ], [ 120.1551206, 30.3530443 ], [ 120.1557769, 30.3519089 ], [ 120.1562259, 30.3513272 ], [ 120.1565888, 30.3509101 ], [ 120.1569182, 30.3506297 ], [ 120.1571636, 30.3504364 ], [ 120.1572082, 30.3504021 ], [ 120.1574296, 30.3502206 ], [ 120.1575582, 30.350147 ], [ 120.1581534, 30.3498064 ], [ 120.1584425, 30.3496672 ], [ 120.1602942, 30.3487755 ] ], [ [ 120.1559404, 30.351969 ], [ 120.1554315, 30.352796 ], [ 120.1546752, 30.3540794 ] ], [ [ 120.1378512, 30.3505307 ], [ 120.1384259, 30.3505931 ], [ 120.1386922, 30.3506231 ], [ 120.1393405, 30.350712 ], [ 120.1404702, 30.3508844 ], [ 120.141363, 30.3509912 ] ], [ [ 120.1413021, 30.351178 ], [ 120.1408423, 30.3510866 ], [ 120.1397092, 30.3509179 ], [ 120.1386573, 30.3507506 ], [ 120.1384572, 30.3507294 ], [ 120.1378304, 30.3506631 ] ], [ [ 120.1330893, 30.3533444 ], [ 120.1330062, 30.3524989 ], [ 120.1329062, 30.3514839 ], [ 120.1328656, 30.3510223 ], [ 120.1328706, 30.3507589 ], [ 120.1328712, 30.3503902 ] ], [ [ 120.1330421, 30.3504055 ], [ 120.1330213, 30.3505181 ], [ 120.1330183, 30.3507621 ], [ 120.1330169, 30.3510235 ], [ 120.133022, 30.3514384 ], [ 120.13313, 30.352409 ], [ 120.1332269, 30.3533345 ] ], [ [ 120.1413021, 30.351178 ], [ 120.1413355, 30.3510728 ], [ 120.141363, 30.3509912 ] ], [ [ 120.1415452, 30.3510399 ], [ 120.1414877, 30.3512118 ] ], [ [ 120.1414877, 30.3512118 ], [ 120.1413021, 30.351178 ] ], [ [ 120.1415452, 30.3510399 ], [ 120.14177, 30.351096 ], [ 120.1419513, 30.3511467 ], [ 120.1425911, 30.3513184 ], [ 120.1438007, 30.3517117 ], [ 120.1439227, 30.3517492 ], [ 120.1454196, 30.3522193 ] ], [ [ 120.1453691, 30.3523763 ], [ 120.1446987, 30.3521417 ], [ 120.143807, 30.3518465 ], [ 120.1425193, 30.3514574 ], [ 120.1418972, 30.351309 ], [ 120.1417259, 30.3512678 ], [ 120.1414877, 30.3512118 ] ], [ [ 120.1407542, 30.3529907 ], [ 120.1408307, 30.3526139 ], [ 120.1409091, 30.3523502 ], [ 120.1409386, 30.3522509 ], [ 120.1411055, 30.3516631 ], [ 120.141174, 30.3514748 ], [ 120.1413021, 30.351178 ] ], [ [ 120.1454196, 30.3522193 ], [ 120.1454951, 30.3522611 ] ], [ [ 120.1454951, 30.3522611 ], [ 120.1457261, 30.3523307 ], [ 120.1462762, 30.3524753 ], [ 120.1468609, 30.3525899 ], [ 120.1484851, 30.3529023 ], [ 120.1493416, 30.3530763 ], [ 120.1510713, 30.3533883 ], [ 120.1527064, 30.3537034 ], [ 120.1535759, 30.3538697 ], [ 120.1545091, 30.3540485 ] ], [ [ 120.1262545, 30.3396563 ], [ 120.1260774, 30.3396652 ] ], [ [ 120.099086, 30.3483126 ], [ 120.1012, 30.3483697 ] ], [ [ 120.1012, 30.3483697 ], [ 120.101345, 30.3483736 ] ], [ [ 120.1011937, 30.3485031 ], [ 120.1002261, 30.348467 ], [ 120.0989504, 30.3484404 ], [ 120.0978579, 30.3484116 ], [ 120.0972466, 30.3483601 ] ], [ [ 120.0955851, 30.3448164 ], [ 120.0945862, 30.3475544 ] ], [ [ 120.0904815, 30.3455202 ], [ 120.0904869, 30.3455229 ], [ 120.0907501, 30.3456533 ], [ 120.0943292, 30.3474271 ] ], [ [ 120.0942932, 30.347583 ], [ 120.0906439, 30.3457867 ], [ 120.0903916, 30.3456626 ], [ 120.0903866, 30.3456601 ] ], [ [ 120.0943292, 30.3474271 ], [ 120.0945862, 30.3475544 ] ], [ [ 120.0942932, 30.347583 ], [ 120.0943292, 30.3474271 ] ], [ [ 120.0945862, 30.3475544 ], [ 120.0945242, 30.3476967 ] ], [ [ 120.0945242, 30.3476967 ], [ 120.0942932, 30.347583 ] ], [ [ 120.0945862, 30.3475544 ], [ 120.0951163, 30.3477555 ], [ 120.0958294, 30.3479741 ], [ 120.0962837, 30.3480846 ], [ 120.0968194, 30.3481636 ], [ 120.0974445, 30.3482369 ], [ 120.0980615, 30.3482891 ], [ 120.099086, 30.3483126 ] ], [ [ 120.1100627, 30.3485453 ], [ 120.110609, 30.3461098 ] ], [ [ 120.1107845, 30.346119 ], [ 120.1102037, 30.3485419 ] ], [ [ 120.1100627, 30.3485453 ], [ 120.1102037, 30.3485419 ] ], [ [ 120.1102037, 30.3485419 ], [ 120.1128848, 30.3486114 ], [ 120.1140261, 30.3486283 ], [ 120.1152716, 30.3486532 ] ], [ [ 120.1102037, 30.3485419 ], [ 120.1101335, 30.3486829 ] ], [ [ 120.1099973, 30.3486848 ], [ 120.1100627, 30.3485453 ] ], [ [ 120.1152716, 30.3486532 ], [ 120.1154074, 30.3486631 ] ], [ [ 120.1101335, 30.3486829 ], [ 120.1099973, 30.3486848 ] ], [ [ 120.1154074, 30.3486631 ], [ 120.1185368, 30.3487207 ], [ 120.1203928, 30.3487649 ], [ 120.1206177, 30.3487702 ], [ 120.1221082, 30.3488051 ] ], [ [ 120.1221082, 30.3488051 ], [ 120.1224289, 30.3488103 ] ], [ [ 120.1223685, 30.3489688 ], [ 120.1220223, 30.3489418 ] ], [ [ 120.1224289, 30.3488103 ], [ 120.122537, 30.348817 ], [ 120.1229424, 30.3488454 ], [ 120.1235069, 30.3488949 ], [ 120.1240591, 30.3489689 ], [ 120.1259429, 30.3493605 ] ], [ [ 120.1259104, 30.3495237 ], [ 120.1253792, 30.3493922 ], [ 120.1248506, 30.3492621 ], [ 120.1243058, 30.349153 ], [ 120.1237489, 30.3490472 ], [ 120.1231054, 30.3489814 ], [ 120.1224785, 30.3489739 ], [ 120.1223685, 30.3489688 ] ], [ [ 120.0972466, 30.3483601 ], [ 120.0968036, 30.3482954 ], [ 120.096368, 30.348229 ], [ 120.0955734, 30.3480465 ], [ 120.0950244, 30.3478988 ], [ 120.0945242, 30.3476967 ] ], [ [ 120.0934274, 30.3509007 ], [ 120.0934866, 30.3501769 ], [ 120.0935758, 30.3497723 ], [ 120.0937533, 30.3491226 ], [ 120.0940759, 30.3482347 ], [ 120.0942076, 30.3478951 ], [ 120.0942932, 30.347583 ] ], [ [ 120.0945242, 30.3476967 ], [ 120.0943576, 30.3479516 ], [ 120.0942228, 30.348289 ], [ 120.0940143, 30.3488318 ], [ 120.0938915, 30.3491732 ], [ 120.0937598, 30.3495588 ], [ 120.0936768, 30.3500858 ], [ 120.093664, 30.3501948 ], [ 120.0935814, 30.3509015 ] ], [ [ 120.1710291, 30.3435448 ], [ 120.1702378, 30.3439675 ], [ 120.1697805, 30.3441966 ] ], [ [ 120.1654616, 30.3461327 ], [ 120.1674657, 30.3451406 ], [ 120.1675994, 30.3450796 ], [ 120.1678293, 30.3449692 ], [ 120.1679479, 30.3449059 ], [ 120.1685935, 30.3446058 ], [ 120.1697106, 30.3440626 ], [ 120.1709816, 30.3433708 ], [ 120.1710953, 30.3433089 ], [ 120.1741475, 30.3416809 ] ], [ [ 120.1748991, 30.3491835 ], [ 120.1753544, 30.34886 ], [ 120.1755455, 30.3487243 ], [ 120.1765022, 30.3481492 ], [ 120.1768091, 30.3479647 ], [ 120.1776569, 30.3474567 ], [ 120.1780039, 30.3472579 ] ], [ [ 120.1780778, 30.34736 ], [ 120.1775528, 30.3476803 ], [ 120.1774817, 30.3477237 ], [ 120.1770329, 30.3479928 ], [ 120.1765639, 30.3482739 ], [ 120.1761844, 30.3484834 ], [ 120.1758463, 30.3486931 ], [ 120.1755217, 30.3489039 ], [ 120.1751149, 30.3491936 ], [ 120.1749809, 30.3492945 ] ], [ [ 120.1656141, 30.3462336 ], [ 120.1655269, 30.3463278 ] ], [ [ 120.1656141, 30.3462336 ], [ 120.1660195, 30.3468423 ], [ 120.1661625, 30.3471043 ] ], [ [ 120.1660476, 30.3471703 ], [ 120.1657434, 30.3466781 ], [ 120.1655269, 30.3463278 ] ], [ [ 120.1655269, 30.3463278 ], [ 120.165061, 30.3465611 ], [ 120.1634457, 30.3473422 ] ], [ [ 120.1615545, 30.3481186 ], [ 120.1625246, 30.3476238 ], [ 120.1654616, 30.3461327 ] ], [ [ 120.1634457, 30.3473422 ], [ 120.1616453, 30.3482445 ] ], [ [ 120.1661625, 30.3471043 ], [ 120.1664535, 30.3475581 ], [ 120.1664898, 30.3476116 ], [ 120.1666148, 30.3478106 ], [ 120.166622, 30.3478228 ], [ 120.1668713, 30.3482456 ], [ 120.1669267, 30.3483396 ], [ 120.1671865, 30.3488114 ], [ 120.1673059, 30.3490283 ] ], [ [ 120.1671603, 30.3490799 ], [ 120.1668404, 30.3484722 ], [ 120.16659, 30.3480401 ], [ 120.1665454, 30.3479454 ], [ 120.1664202, 30.3477543 ], [ 120.1663163, 30.3475952 ], [ 120.1662336, 30.3474711 ], [ 120.1660588, 30.3471884 ], [ 120.1660476, 30.3471703 ] ], [ [ 120.1673059, 30.3490283 ], [ 120.1683196, 30.3506342 ], [ 120.168422, 30.3507815 ], [ 120.1686394, 30.3510943 ], [ 120.1687756, 30.3512304 ], [ 120.1690193, 30.3514739 ], [ 120.1694858, 30.3517787 ], [ 120.1698657, 30.3519972 ], [ 120.1702189, 30.3521525 ], [ 120.1707328, 30.3523099 ], [ 120.1709919, 30.3523538 ], [ 120.1717071, 30.3525269 ] ], [ [ 120.1717071, 30.3525269 ], [ 120.1718682, 30.3522751 ], [ 120.172116, 30.3519377 ], [ 120.1723718, 30.3515894 ], [ 120.1724568, 30.3514736 ], [ 120.1728726, 30.350989 ], [ 120.1733261, 30.3505649 ], [ 120.1739308, 30.3500334 ], [ 120.1743456, 30.3496687 ], [ 120.1743834, 30.3496286 ], [ 120.1745447, 30.3494753 ], [ 120.1748991, 30.3491835 ] ], [ [ 120.1749809, 30.3492945 ], [ 120.1749159, 30.3493528 ], [ 120.1747414, 30.3494932 ], [ 120.1745191, 30.3496789 ], [ 120.1741595, 30.3499588 ], [ 120.173667, 30.3504107 ], [ 120.1732498, 30.3507711 ], [ 120.1731698, 30.3508472 ], [ 120.1730367, 30.3509979 ], [ 120.1726787, 30.3514035 ], [ 120.172536, 30.3515914 ], [ 120.1723046, 30.3518962 ], [ 120.1721067, 30.3521568 ], [ 120.1718184, 30.3525686 ] ], [ [ 120.1716517, 30.3526339 ], [ 120.1707941, 30.3524478 ], [ 120.1702322, 30.352279 ], [ 120.1696857, 30.352049 ], [ 120.1690926, 30.3517039 ], [ 120.1686677, 30.3513281 ] ], [ [ 120.1716517, 30.3526339 ], [ 120.1717071, 30.3525269 ] ], [ [ 120.1602942, 30.3487755 ], [ 120.1615545, 30.3481186 ] ], [ [ 120.1616453, 30.3482445 ], [ 120.1604448, 30.3488309 ] ], [ [ 120.1602942, 30.3487755 ], [ 120.1604448, 30.3488309 ] ], [ [ 120.1602864, 30.3488852 ], [ 120.1602942, 30.3487755 ] ], [ [ 120.1604448, 30.3488309 ], [ 120.1602864, 30.3488852 ] ], [ [ 120.1602864, 30.3488852 ], [ 120.1597125, 30.3491676 ], [ 120.1592813, 30.349382 ] ], [ [ 120.1592813, 30.349382 ], [ 120.1581913, 30.3499393 ], [ 120.1580919, 30.3499965 ], [ 120.1577627, 30.3501859 ], [ 120.1575807, 30.3502853 ], [ 120.1574296, 30.3504378 ], [ 120.1573634, 30.3504908 ], [ 120.157122, 30.3506783 ], [ 120.1567609, 30.3509742 ], [ 120.1565091, 30.3512254 ], [ 120.1559404, 30.351969 ] ], [ [ 120.1686677, 30.3513281 ], [ 120.1685357, 30.3511756 ], [ 120.1683196, 30.3509103 ], [ 120.1682909, 30.3508641 ], [ 120.1679318, 30.3502866 ], [ 120.1677331, 30.3499671 ], [ 120.1675777, 30.3497405 ], [ 120.1671603, 30.3490799 ] ], [ [ 120.1718184, 30.3525686 ], [ 120.1717514, 30.3526588 ] ], [ [ 120.1717514, 30.3526588 ], [ 120.1716517, 30.3526339 ] ], [ [ 120.1724405, 30.3529806 ], [ 120.1725736, 30.3529267 ] ], [ [ 120.1717514, 30.3526588 ], [ 120.1715444, 30.3529266 ], [ 120.1712849, 30.3533212 ] ], [ [ 120.1726352, 30.3529848 ], [ 120.1724847, 30.3530421 ] ], [ [ 120.1712849, 30.3533212 ], [ 120.1712716, 30.3533864 ], [ 120.1713489, 30.353406 ], [ 120.1714534, 30.3534021 ], [ 120.1719805, 30.3531668 ], [ 120.1724405, 30.3529806 ] ], [ [ 120.101345, 30.3483736 ], [ 120.1045047, 30.3484396 ], [ 120.107071, 30.3484943 ], [ 120.1091919, 30.3485326 ], [ 120.109641, 30.3485457 ], [ 120.1100627, 30.3485453 ] ], [ [ 120.1013339, 30.3485083 ], [ 120.1011937, 30.3485031 ] ], [ [ 120.1069923, 30.3486182 ], [ 120.1045426, 30.3485668 ], [ 120.1013339, 30.3485083 ] ], [ [ 120.1099973, 30.3486848 ], [ 120.1095646, 30.3486668 ], [ 120.1091266, 30.3486585 ], [ 120.1070692, 30.3486198 ], [ 120.1069923, 30.3486182 ] ], [ [ 120.1152574, 30.3487874 ], [ 120.1140198, 30.3487615 ], [ 120.1128437, 30.3487128 ], [ 120.1101335, 30.3486829 ] ], [ [ 120.1153614, 30.3487824 ], [ 120.1152574, 30.3487874 ] ], [ [ 120.1220223, 30.3489418 ], [ 120.1202735, 30.3488834 ], [ 120.1183905, 30.348839 ], [ 120.1175387, 30.3488231 ], [ 120.1153614, 30.3487824 ] ], [ [ 120.1101335, 30.3486829 ], [ 120.109821, 30.3499769 ], [ 120.1097603, 30.3503099 ], [ 120.1097457, 30.3506528 ], [ 120.1097084, 30.3511383 ] ], [ [ 120.109579, 30.3511461 ], [ 120.1096027, 30.3505699 ], [ 120.1096553, 30.3501412 ], [ 120.1097271, 30.3498067 ], [ 120.1099973, 30.3486848 ] ], [ [ 120.109575, 30.3512433 ], [ 120.109579, 30.3511461 ] ], [ [ 120.1259429, 30.3493605 ], [ 120.1261182, 30.3494212 ] ], [ [ 120.1260958, 30.3495696 ], [ 120.1259104, 30.3495237 ] ], [ [ 120.0934221, 30.3510084 ], [ 120.0934274, 30.3509007 ] ], [ [ 120.0935814, 30.3509015 ], [ 120.0935811, 30.351009 ] ], [ [ 120.1097084, 30.3511383 ], [ 120.1097081, 30.3512745 ] ], [ [ 120.0935811, 30.351009 ], [ 120.093571, 30.3521471 ], [ 120.0935345, 30.3532845 ] ], [ [ 120.093392, 30.3532855 ], [ 120.0934199, 30.3521669 ], [ 120.0934221, 30.3510084 ] ], [ [ 120.1009895, 30.3555596 ], [ 120.1010119, 30.3555554 ] ], [ [ 120.1095826, 30.3557701 ], [ 120.1095784, 30.3548827 ], [ 120.1095691, 30.3529454 ], [ 120.1095664, 30.3525091 ], [ 120.109575, 30.3512433 ] ], [ [ 120.1097081, 30.3512745 ], [ 120.1097194, 30.3524768 ], [ 120.1097261, 30.3528875 ], [ 120.1097232, 30.353804 ], [ 120.1097246, 30.355764 ] ], [ [ 120.1095826, 30.3557701 ], [ 120.1097246, 30.355764 ] ], [ [ 120.1097246, 30.355764 ], [ 120.1105033, 30.3557823 ], [ 120.1114429, 30.3558168 ], [ 120.111756, 30.355827 ], [ 120.1120434, 30.3558256 ], [ 120.1121775, 30.3558249 ], [ 120.1134374, 30.35585 ], [ 120.114551, 30.3558649 ] ], [ [ 120.1097246, 30.355764 ], [ 120.1097247, 30.3558525 ], [ 120.1097236, 30.355915 ] ], [ [ 120.1095818, 30.3559135 ], [ 120.1095829, 30.3558424 ], [ 120.1095826, 30.3557701 ] ], [ [ 120.114551, 30.3558649 ], [ 120.1146492, 30.3558599 ] ], [ [ 120.1146492, 30.3558599 ], [ 120.1151239, 30.3558858 ], [ 120.1161633, 30.3558895 ], [ 120.117257, 30.3559056 ], [ 120.1181547, 30.3559142 ], [ 120.1190503, 30.3559269 ] ], [ [ 120.1097236, 30.355915 ], [ 120.1095818, 30.3559135 ] ], [ [ 120.1190503, 30.3559269 ], [ 120.1194856, 30.3559302 ] ], [ [ 120.0934648, 30.3552818 ], [ 120.0934335, 30.3553434 ] ], [ [ 120.0934648, 30.3552818 ], [ 120.0944343, 30.3553312 ], [ 120.0954516, 30.355384 ], [ 120.0986658, 30.3555283 ], [ 120.1009895, 30.3555596 ] ], [ [ 120.1009822, 30.3556277 ], [ 120.1003279, 30.3556036 ], [ 120.0997917, 30.3555922 ], [ 120.0988798, 30.355575 ], [ 120.0981533, 30.3555565 ], [ 120.0974979, 30.3555308 ], [ 120.0965893, 30.3554965 ], [ 120.095535, 30.3554494 ], [ 120.0945834, 30.3554022 ], [ 120.0936913, 30.3553537 ], [ 120.0934335, 30.3553434 ] ], [ [ 120.1194856, 30.3559302 ], [ 120.1200144, 30.3559241 ], [ 120.1217107, 30.355956 ], [ 120.1217992, 30.3559596 ], [ 120.124248, 30.3559961 ] ], [ [ 120.124248, 30.3559961 ], [ 120.1243707, 30.356028 ] ], [ [ 120.1243707, 30.356028 ], [ 120.1242084, 30.3561146 ] ], [ [ 120.1242084, 30.3561146 ], [ 120.1229096, 30.3561053 ], [ 120.1217669, 30.3560951 ], [ 120.1216818, 30.3560944 ], [ 120.1210869, 30.3560891 ], [ 120.1194282, 30.3560767 ] ], [ [ 120.1010119, 30.3555554 ], [ 120.1018071, 30.355573 ], [ 120.1034272, 30.3556278 ], [ 120.1045252, 30.3556513 ], [ 120.1046188, 30.3556533 ], [ 120.1068461, 30.3557008 ] ], [ [ 120.1068406, 30.3557947 ], [ 120.1065591, 30.3557864 ], [ 120.1047518, 30.3557407 ], [ 120.1046167, 30.3557368 ], [ 120.1045231, 30.3557341 ], [ 120.10406, 30.3557207 ], [ 120.1023669, 30.3556779 ], [ 120.1009822, 30.3556277 ] ], [ [ 120.1068461, 30.3557008 ], [ 120.107906, 30.3557376 ], [ 120.1093047, 30.355764 ], [ 120.1095826, 30.3557701 ] ], [ [ 120.1095818, 30.3559135 ], [ 120.1093213, 30.3558749 ], [ 120.1082373, 30.3558378 ], [ 120.1070903, 30.3558021 ], [ 120.1068406, 30.3557947 ] ], [ [ 120.1095112, 30.360072 ], [ 120.1095418, 30.3586584 ], [ 120.1095458, 30.3582176 ], [ 120.1095818, 30.3559135 ] ], [ [ 120.1145519, 30.3559649 ], [ 120.1141424, 30.3559635 ], [ 120.1137385, 30.3559563 ], [ 120.1134491, 30.3559432 ], [ 120.1119368, 30.3559205 ], [ 120.1117823, 30.3559578 ], [ 120.1114596, 30.3559521 ], [ 120.1097236, 30.355915 ] ], [ [ 120.1146508, 30.3559624 ], [ 120.1145519, 30.3559649 ] ], [ [ 120.1190086, 30.3560205 ], [ 120.1180357, 30.3560005 ], [ 120.1156255, 30.3559756 ], [ 120.1146508, 30.3559624 ] ], [ [ 120.1194282, 30.3560767 ], [ 120.1190086, 30.3560205 ] ], [ [ 120.1097236, 30.355915 ], [ 120.1097083, 30.3567874 ], [ 120.1096836, 30.3581939 ], [ 120.1096798, 30.3586349 ], [ 120.1096578, 30.3600656 ] ], [ [ 120.1093929, 30.3636915 ], [ 120.1094813, 30.3616538 ], [ 120.1095112, 30.360072 ] ], [ [ 120.1096578, 30.3600656 ], [ 120.1096128, 30.3616838 ], [ 120.1095975, 30.3622051 ], [ 120.1095539, 30.3636925 ] ], [ [ 120.1592474, 30.3548293 ], [ 120.1593432, 30.3543095 ], [ 120.1595993, 30.3528613 ] ], [ [ 120.1597491, 30.3528791 ], [ 120.1594764, 30.3544822 ], [ 120.159437, 30.3548655 ] ], [ [ 120.1545091, 30.3540485 ], [ 120.1546752, 30.3540794 ] ], [ [ 120.1545091, 30.3540485 ], [ 120.1545235, 30.3542091 ] ], [ [ 120.1546752, 30.3540794 ], [ 120.1545235, 30.3542091 ] ], [ [ 120.1546752, 30.3540794 ], [ 120.1553954, 30.3542461 ], [ 120.1567535, 30.35451 ], [ 120.1581683, 30.3547189 ], [ 120.1592474, 30.3548293 ] ], [ [ 120.1592261, 30.355013 ], [ 120.1579398, 30.3548575 ], [ 120.1566816, 30.3546416 ], [ 120.1555778, 30.3544461 ], [ 120.1545235, 30.3542091 ] ], [ [ 120.1592474, 30.3548293 ], [ 120.159437, 30.3548655 ] ], [ [ 120.1592261, 30.355013 ], [ 120.1592474, 30.3548293 ] ], [ [ 120.159437, 30.3548655 ], [ 120.1601213, 30.354961 ], [ 120.1607944, 30.3550069 ], [ 120.1616504, 30.3550291 ] ], [ [ 120.1545235, 30.3542091 ], [ 120.1525617, 30.3539006 ], [ 120.151091, 30.3536215 ], [ 120.1499947, 30.3533977 ], [ 120.1493531, 30.3532726 ], [ 120.1485885, 30.3531182 ], [ 120.1472487, 30.3528315 ], [ 120.1466354, 30.3527084 ], [ 120.146064, 30.352589 ], [ 120.1453691, 30.3523763 ] ], [ [ 120.1414877, 30.3512118 ], [ 120.141353, 30.3515255 ], [ 120.1412994, 30.3517114 ], [ 120.1411972, 30.3520777 ], [ 120.1410763, 30.3524903 ], [ 120.1410182, 30.3527471 ], [ 120.1409617, 30.3529972 ], [ 120.1409366, 30.3531782 ], [ 120.1408919, 30.3534996 ], [ 120.1408602, 30.3538872 ], [ 120.1408301, 30.3544307 ], [ 120.140781, 30.3550421 ], [ 120.1406558, 30.3562178 ], [ 120.1406468, 30.3564696 ] ], [ [ 120.1404662, 30.3592806 ], [ 120.1404582, 30.3582145 ], [ 120.1404574, 30.3581079 ], [ 120.1404406, 30.3577377 ], [ 120.1404247, 30.3573884 ], [ 120.1404534, 30.3565349 ], [ 120.1404593, 30.3564434 ], [ 120.1404908, 30.3557554 ], [ 120.1405513, 30.3550592 ], [ 120.1406013, 30.354409 ], [ 120.140621, 30.3540748 ], [ 120.1406667, 30.3536175 ], [ 120.1407542, 30.3529907 ] ], [ [ 120.1332269, 30.3533345 ], [ 120.1333468, 30.3544976 ], [ 120.1334057, 30.3550015 ], [ 120.1334859, 30.3559573 ], [ 120.1334954, 30.3561612 ] ], [ [ 120.133404, 30.3561621 ], [ 120.1333914, 30.355968 ], [ 120.1332932, 30.3550152 ], [ 120.1332357, 30.3545999 ], [ 120.1330893, 30.3533444 ] ], [ [ 120.1406468, 30.3564696 ], [ 120.1406366, 30.3567536 ], [ 120.1406585, 30.3579475 ], [ 120.1406281, 30.3593187 ] ], [ [ 120.1406281, 30.3593187 ], [ 120.1406295, 30.3594495 ] ], [ [ 120.1327841, 30.3617254 ], [ 120.1329285, 30.3612683 ], [ 120.1333062, 30.3598141 ], [ 120.1334302, 30.3590718 ], [ 120.1334567, 30.3585456 ], [ 120.1334633, 30.3579197 ], [ 120.1334422, 30.3567542 ], [ 120.133404, 30.3561621 ] ], [ [ 120.1334954, 30.3561612 ], [ 120.1335233, 30.3567636 ], [ 120.1335516, 30.3579095 ], [ 120.1335502, 30.3587596 ], [ 120.1335197, 30.359149 ], [ 120.1334025, 30.3598137 ], [ 120.1330314, 30.3613021 ], [ 120.1329191, 30.3621438 ] ], [ [ 120.1592159, 30.3624744 ], [ 120.1592501, 30.3619935 ], [ 120.159245, 30.3599048 ], [ 120.1592554, 30.3577974 ], [ 120.1592534, 30.3565543 ], [ 120.159209, 30.3561999 ] ], [ [ 120.159408, 30.3562114 ], [ 120.1593528, 30.356557 ], [ 120.1593392, 30.3578018 ], [ 120.1593432, 30.359919 ], [ 120.1593513, 30.3622715 ], [ 120.1593843, 30.3629125 ] ], [ [ 120.159205, 30.3637128 ], [ 120.1592159, 30.3624744 ] ], [ [ 120.1593843, 30.3629125 ], [ 120.1593731, 30.3637177 ] ], [ [ 120.1404565, 30.3595411 ], [ 120.1404662, 30.3592806 ] ], [ [ 120.1406295, 30.3594495 ], [ 120.1406222, 30.3596934 ], [ 120.1406194, 30.3601872 ], [ 120.140606, 30.3603662 ], [ 120.1405768, 30.3607552 ], [ 120.1405665, 30.3608927 ], [ 120.1405509, 30.3610897 ], [ 120.1404851, 30.3619178 ], [ 120.1404441, 30.3621956 ], [ 120.1404632, 30.3626462 ], [ 120.1404931, 30.3630972 ], [ 120.1405277, 30.3633274 ], [ 120.1405742, 30.3636361 ], [ 120.1406669, 30.3643443 ], [ 120.1407007, 30.3648646 ], [ 120.1407145, 30.3651637 ], [ 120.1407374, 30.3656629 ], [ 120.1407432, 30.3664868 ], [ 120.140774, 30.3671335 ] ], [ [ 120.1406057, 30.3671573 ], [ 120.1405726, 30.3667827 ], [ 120.1405289, 30.3647668 ], [ 120.1404795, 30.3643646 ], [ 120.1403825, 30.3636423 ], [ 120.1403381, 30.3633166 ], [ 120.1402734, 30.3628562 ], [ 120.1402568, 30.3624385 ], [ 120.1402653, 30.3621158 ], [ 120.1402947, 30.3618319 ], [ 120.1403152, 30.3616337 ], [ 120.140362, 30.3611807 ], [ 120.1403768, 30.3609679 ], [ 120.1404253, 30.3602719 ], [ 120.1404282, 30.3602302 ], [ 120.1404565, 30.3595411 ] ], [ [ 120.1325589, 30.3683152 ], [ 120.13245, 30.3659212 ], [ 120.1324185, 30.365369 ], [ 120.1323567, 30.3645347 ], [ 120.1323487, 30.3640945 ], [ 120.1323646, 30.3637068 ], [ 120.1324047, 30.3633189 ], [ 120.1324946, 30.3629284 ], [ 120.1326388, 30.3622931 ], [ 120.1326835, 30.3621634 ], [ 120.1327841, 30.3617254 ] ], [ [ 120.1329191, 30.3621438 ], [ 120.132884, 30.3622906 ], [ 120.1327636, 30.3627314 ], [ 120.1326743, 30.36301 ], [ 120.132598, 30.3634467 ], [ 120.1325451, 30.3639976 ], [ 120.132549, 30.3646028 ], [ 120.1325763, 30.3653249 ], [ 120.1326188, 30.3658911 ], [ 120.1327444, 30.3682925 ] ], [ [ 120.1591322, 30.3655656 ], [ 120.1593312, 30.3655122 ] ], [ [ 120.1593312, 30.3655122 ], [ 120.1593983, 30.3656411 ] ], [ [ 120.1591217, 30.3656945 ], [ 120.1591322, 30.3655656 ] ], [ [ 120.1593983, 30.3656411 ], [ 120.159293, 30.3656614 ], [ 120.1591217, 30.3656945 ] ], [ [ 120.1537699, 30.3671145 ], [ 120.1547544, 30.3668169 ], [ 120.1549624, 30.3667502 ], [ 120.156521, 30.3662696 ], [ 120.1576314, 30.3659434 ], [ 120.1579772, 30.3658418 ], [ 120.1586069, 30.3656712 ], [ 120.1591322, 30.3655656 ] ], [ [ 120.1706702, 30.3541344 ], [ 120.1708264, 30.3538818 ], [ 120.1710872, 30.3534773 ], [ 120.1711519, 30.3534032 ], [ 120.1714166, 30.3530138 ], [ 120.1716517, 30.3526339 ] ], [ [ 120.1724847, 30.3530421 ], [ 120.1718247, 30.3532937 ], [ 120.1717569, 30.3533263 ], [ 120.1713297, 30.3535318 ], [ 120.1712911, 30.3535621 ], [ 120.1709149, 30.3538709 ] ], [ [ 120.1712849, 30.3533212 ], [ 120.1710972, 30.3536115 ], [ 120.1709149, 30.3538709 ] ], [ [ 120.1709149, 30.3538709 ], [ 120.1707268, 30.3541598 ] ], [ [ 120.1701397, 30.356976 ], [ 120.1701036, 30.3564721 ], [ 120.1701174, 30.3561344 ], [ 120.1701727, 30.3555623 ], [ 120.1702533, 30.3551691 ], [ 120.1702647, 30.3551134 ], [ 120.1703936, 30.3547042 ], [ 120.170541, 30.3543824 ], [ 120.1706702, 30.3541344 ] ], [ [ 120.1707268, 30.3541598 ], [ 120.1704852, 30.3546462 ], [ 120.1702705, 30.3553238 ], [ 120.1701833, 30.3558334 ], [ 120.170165, 30.3564357 ], [ 120.1701631, 30.3564993 ], [ 120.1701906, 30.3568693 ], [ 120.170197, 30.3569555 ] ], [ [ 120.1616504, 30.3550291 ], [ 120.1631454, 30.3550732 ], [ 120.1635405, 30.3550826 ], [ 120.1639516, 30.3551003 ] ], [ [ 120.1639516, 30.3551003 ], [ 120.1652931, 30.3551344 ], [ 120.1668351, 30.3551705 ] ], [ [ 120.1668351, 30.3551705 ], [ 120.1680577, 30.3551795 ], [ 120.1686125, 30.3551684 ], [ 120.1692816, 30.3551057 ] ], [ [ 120.1692816, 30.3551057 ], [ 120.1690767, 30.3551827 ], [ 120.168844, 30.3552305 ], [ 120.1685454, 30.3553028 ], [ 120.1678524, 30.355367 ], [ 120.1672904, 30.3553566 ], [ 120.1664644, 30.3553393 ], [ 120.1652905, 30.3553104 ], [ 120.1638496, 30.3552885 ] ], [ [ 120.1638496, 30.3552885 ], [ 120.1634594, 30.3552662 ], [ 120.1630683, 30.3552565 ], [ 120.1616255, 30.3552247 ] ], [ [ 120.159437, 30.3548655 ], [ 120.1594347, 30.3550563 ] ], [ [ 120.1594347, 30.3550563 ], [ 120.1592261, 30.355013 ] ], [ [ 120.1616255, 30.3552247 ], [ 120.1610526, 30.3551965 ], [ 120.1602953, 30.3551542 ], [ 120.1594347, 30.3550563 ] ], [ [ 120.159209, 30.3561999 ], [ 120.1592105, 30.3552465 ], [ 120.1592261, 30.355013 ] ], [ [ 120.1594347, 30.3550563 ], [ 120.159433, 30.3552784 ], [ 120.159408, 30.3562114 ] ], [ [ 120.170197, 30.3569555 ], [ 120.1702552, 30.3577396 ], [ 120.1702795, 30.3580671 ], [ 120.1703077, 30.358447 ], [ 120.1703413, 30.3588991 ], [ 120.1703464, 30.3589676 ], [ 120.1703688, 30.3592698 ], [ 120.1704115, 30.3598409 ], [ 120.1705255, 30.3613056 ], [ 120.170569, 30.3616011 ], [ 120.1705792, 30.3616704 ], [ 120.1706463, 30.3620352 ], [ 120.1706892, 30.3621947 ], [ 120.1707537, 30.3624348 ], [ 120.1708543, 30.3628054 ], [ 120.1709049, 30.3629421 ], [ 120.1710438, 30.3633497 ], [ 120.1713465, 30.364105 ], [ 120.1722313, 30.3661516 ] ], [ [ 120.1721314, 30.3661857 ], [ 120.1718868, 30.3656082 ], [ 120.1712794, 30.3641771 ], [ 120.170973, 30.3634168 ], [ 120.1708505, 30.3630645 ], [ 120.1707397, 30.3627079 ], [ 120.1705555, 30.3620836 ], [ 120.1704651, 30.3616058 ], [ 120.1704114, 30.3613222 ], [ 120.170338, 30.3605315 ], [ 120.1702987, 30.3598551 ], [ 120.1702262, 30.3589747 ], [ 120.1702831, 30.35882 ], [ 120.1702544, 30.3584518 ], [ 120.1702354, 30.358207 ], [ 120.1701542, 30.3571634 ], [ 120.1701397, 30.356976 ] ], [ [ 120.1725736, 30.3529267 ], [ 120.172971, 30.3528532 ], [ 120.1734734, 30.3527805 ], [ 120.1737298, 30.3527316 ], [ 120.1738525, 30.3526924 ], [ 120.1744196, 30.3525939 ], [ 120.1751394, 30.3524825 ], [ 120.1753785, 30.3524455 ], [ 120.1767875, 30.3522023 ], [ 120.1773195, 30.3521175 ], [ 120.1780282, 30.3519592 ], [ 120.1783508, 30.35192 ], [ 120.1785371, 30.3519082 ], [ 120.1785711, 30.3519075 ], [ 120.1787279, 30.3519043 ], [ 120.1790005, 30.3519239 ], [ 120.1799818, 30.3520099 ], [ 120.1802092, 30.3520298 ], [ 120.1805574, 30.3520519 ], [ 120.1807395, 30.3520634 ], [ 120.1811646, 30.3520904 ], [ 120.1812588, 30.3520964 ], [ 120.1824632, 30.3521577 ], [ 120.1827219, 30.3521709 ], [ 120.1828038, 30.3521732 ], [ 120.1833029, 30.3521869 ], [ 120.1834352, 30.3521905 ], [ 120.1840339, 30.3522112 ], [ 120.1842304, 30.352218 ], [ 120.1848609, 30.3522596 ], [ 120.1850619, 30.3522729 ], [ 120.1856767, 30.3522796 ], [ 120.1861388, 30.3522846 ], [ 120.1863927, 30.3522867 ], [ 120.1867976, 30.3522901 ], [ 120.1870838, 30.3522925 ], [ 120.1873511, 30.3523047 ] ], [ [ 120.1873791, 30.3524035 ], [ 120.1869253, 30.3523884 ], [ 120.1867998, 30.3523865 ], [ 120.1863063, 30.3523788 ], [ 120.1854246, 30.3523708 ], [ 120.1849892, 30.3523669 ], [ 120.1848591, 30.3523585 ], [ 120.1841518, 30.352313 ], [ 120.1841122, 30.3523105 ], [ 120.1840244, 30.3523078 ], [ 120.1834978, 30.3522919 ], [ 120.1827074, 30.352268 ], [ 120.1824804, 30.3522644 ], [ 120.1817353, 30.3522312 ], [ 120.1815183, 30.3522215 ], [ 120.1807883, 30.35217 ], [ 120.1804512, 30.3521483 ], [ 120.1803687, 30.3521421 ], [ 120.1799748, 30.3521127 ], [ 120.1799427, 30.3521097 ], [ 120.1793728, 30.3520562 ], [ 120.1791406, 30.3520344 ], [ 120.178882, 30.3520101 ], [ 120.1788079, 30.3520031 ], [ 120.1784148, 30.3520098 ], [ 120.1781554, 30.3520413 ], [ 120.1780528, 30.3520537 ], [ 120.1773378, 30.3521984 ], [ 120.1768167, 30.3522958 ], [ 120.1766584, 30.3523216 ], [ 120.1758372, 30.3524608 ], [ 120.1753987, 30.3525313 ], [ 120.175023, 30.3525884 ], [ 120.1744348, 30.3526779 ], [ 120.1737039, 30.3528077 ], [ 120.1734877, 30.3528394 ], [ 120.1730544, 30.3528968 ], [ 120.1728653, 30.3529335 ], [ 120.1726352, 30.3529848 ] ], [ [ 120.1722313, 30.3661516 ], [ 120.1722704, 30.3662448 ], [ 120.1723312, 30.3663935 ], [ 120.1724668, 30.3667249 ], [ 120.1728351, 30.3676254 ], [ 120.1728743, 30.3677213 ], [ 120.1731361, 30.3684104 ], [ 120.1733575, 30.3691457 ], [ 120.1733786, 30.3692421 ], [ 120.1735186, 30.3698811 ], [ 120.1736327, 30.3706859 ], [ 120.1736439, 30.3708387 ], [ 120.173672, 30.3712235 ], [ 120.1736864, 30.3714212 ], [ 120.1737173, 30.3716564 ], [ 120.1738004, 30.3722897 ], [ 120.173914, 30.3728243 ], [ 120.1740028, 30.3730745 ], [ 120.1741964, 30.3734245 ], [ 120.1743729, 30.3737251 ], [ 120.1744581, 30.3738703 ], [ 120.1747131, 30.3742467 ], [ 120.1750151, 30.3746114 ], [ 120.1753641, 30.3750341 ], [ 120.1757399, 30.3754104 ], [ 120.1761694, 30.3756941 ], [ 120.1765622, 30.3758777 ], [ 120.1766526, 30.3759199 ], [ 120.1771693, 30.376082 ], [ 120.1776786, 30.3761839 ], [ 120.1784712, 30.3763425 ], [ 120.1784817, 30.3763446 ], [ 120.1790615, 30.3764626 ], [ 120.1793238, 30.376516 ], [ 120.1795899, 30.3765701 ], [ 120.1799996, 30.3766534 ], [ 120.1808335, 30.3768231 ], [ 120.181145, 30.3769207 ], [ 120.1814369, 30.3770122 ], [ 120.1816329, 30.3770843 ], [ 120.1816811, 30.3771021 ], [ 120.1819521, 30.3772202 ], [ 120.1823134, 30.3773777 ], [ 120.1827435, 30.3776171 ], [ 120.1829568, 30.3777787 ], [ 120.1832505, 30.3780128 ], [ 120.1846231, 30.3793959 ], [ 120.18507, 30.3798462 ], [ 120.1854268, 30.3802577 ], [ 120.1857836, 30.3807107 ], [ 120.1858996, 30.3808849 ], [ 120.1860613, 30.3811279 ], [ 120.1862758, 30.3815058 ], [ 120.1863156, 30.381576 ], [ 120.1864309, 30.3818043 ], [ 120.1865984, 30.3822437 ], [ 120.1868552, 30.382948 ], [ 120.1872604, 30.3849366 ] ], [ [ 120.1869301, 30.3850233 ], [ 120.186578, 30.3837272 ], [ 120.186471, 30.3832214 ], [ 120.1864071, 30.3828432 ], [ 120.1863596, 30.3824932 ], [ 120.1863094, 30.3820991 ], [ 120.1862531, 30.3818007 ], [ 120.1861452, 30.3815703 ], [ 120.1859753, 30.3812442 ], [ 120.1858905, 30.3810814 ], [ 120.1858065, 30.3809547 ], [ 120.1855633, 30.3805769 ], [ 120.18528, 30.3802453 ], [ 120.1847642, 30.379713 ], [ 120.1845202, 30.3794759 ], [ 120.1841405, 30.3791069 ], [ 120.183842, 30.378826 ], [ 120.1831321, 30.3780831 ], [ 120.1826852, 30.377711 ], [ 120.1822828, 30.3774841 ], [ 120.1819255, 30.3772898 ], [ 120.1816535, 30.3771418 ], [ 120.1812815, 30.3770356 ], [ 120.1812145, 30.3770164 ], [ 120.1807992, 30.3768938 ], [ 120.1784322, 30.3763777 ], [ 120.1771109, 30.3761076 ], [ 120.1768162, 30.3760281 ], [ 120.1765308, 30.3759328 ], [ 120.176296, 30.3758216 ], [ 120.1759322, 30.3756031 ], [ 120.1756606, 30.3753886 ], [ 120.1752232, 30.3749477 ], [ 120.175069, 30.3747619 ], [ 120.1746661, 30.3742765 ], [ 120.174215, 30.3735536 ], [ 120.1739157, 30.3729895 ], [ 120.1738679, 30.3728437 ] ], [ [ 120.1730214, 30.3857453 ], [ 120.1741026, 30.3857871 ], [ 120.1752718, 30.3858147 ], [ 120.1754172, 30.3858172 ], [ 120.175765, 30.3858231 ], [ 120.1770314, 30.3858446 ], [ 120.1796831, 30.3858843 ], [ 120.1797609, 30.3858855 ], [ 120.1798645, 30.3858897 ], [ 120.1804295, 30.3859125 ], [ 120.1812395, 30.3859157 ], [ 120.1815513, 30.3859164 ], [ 120.1817953, 30.3859204 ], [ 120.1820018, 30.3859173 ], [ 120.1834279, 30.3859204 ], [ 120.183881, 30.385889 ], [ 120.1840401, 30.3858562 ], [ 120.184265, 30.3857895 ], [ 120.1844964, 30.3857404 ], [ 120.1847619, 30.3856422 ], [ 120.1865675, 30.3851252 ], [ 120.1869301, 30.3850233 ] ], [ [ 120.1869885, 30.3852177 ], [ 120.1865657, 30.3853569 ], [ 120.1857756, 30.3855774 ], [ 120.18475, 30.3858632 ], [ 120.1844474, 30.3859358 ], [ 120.1841856, 30.3859465 ], [ 120.1840293, 30.3859599 ], [ 120.1837632, 30.3859866 ], [ 120.1835063, 30.385998 ], [ 120.1834196, 30.3860019 ], [ 120.1831055, 30.3859963 ], [ 120.1823758, 30.3859947 ], [ 120.1818217, 30.3860079 ], [ 120.1816485, 30.3860087 ], [ 120.1815318, 30.3860092 ], [ 120.1812689, 30.386001 ], [ 120.1797341, 30.3859868 ], [ 120.179719, 30.3859866 ], [ 120.1773033, 30.3859538 ], [ 120.1770316, 30.3859501 ], [ 120.1765136, 30.3859503 ] ], [ [ 120.1593312, 30.3655122 ], [ 120.1596691, 30.3654523 ], [ 120.1600017, 30.365434 ], [ 120.1603779, 30.365438 ], [ 120.1607742, 30.365459 ], [ 120.1614166, 30.3655428 ], [ 120.1616432, 30.3656029 ], [ 120.161951, 30.3656846 ], [ 120.1638269, 30.3663317 ], [ 120.1646376, 30.3666223 ], [ 120.1651088, 30.3668041 ], [ 120.1651682, 30.3668269 ], [ 120.1655511, 30.3669739 ], [ 120.1666612, 30.3673483 ] ], [ [ 120.1666612, 30.3673483 ], [ 120.1662942, 30.3673229 ], [ 120.1659835, 30.3672698 ], [ 120.1655137, 30.3671399 ], [ 120.1652838, 30.367054 ], [ 120.1651472, 30.367003 ], [ 120.1646724, 30.3668236 ], [ 120.1645729, 30.3667795 ], [ 120.1633868, 30.3663508 ], [ 120.162127, 30.3658954 ], [ 120.1612687, 30.3656825 ], [ 120.1604411, 30.3656071 ], [ 120.1598189, 30.3656001 ], [ 120.1593983, 30.3656411 ] ], [ [ 120.1738679, 30.3728437 ], [ 120.1737795, 30.3725738 ], [ 120.1736993, 30.3720044 ], [ 120.1736256, 30.3713609 ], [ 120.1735573, 30.3706637 ], [ 120.1734904, 30.3702369 ], [ 120.173461, 30.3700498 ], [ 120.1733437, 30.3695337 ], [ 120.1732447, 30.3690873 ], [ 120.1729291, 30.3681548 ], [ 120.1724966, 30.3670565 ], [ 120.1721314, 30.3661857 ] ], [ [ 120.1678476, 30.3795733 ], [ 120.1684399, 30.3798069 ], [ 120.1694537, 30.3802382 ], [ 120.1711009, 30.3809389 ] ], [ [ 120.1711535, 30.3811086 ], [ 120.1698749, 30.3805686 ], [ 120.1688752, 30.3801214 ], [ 120.1679341, 30.3797255 ], [ 120.167768, 30.379656 ] ], [ [ 120.1711535, 30.3811086 ], [ 120.1711009, 30.3809389 ] ], [ [ 120.1711009, 30.3809389 ], [ 120.1712417, 30.3809943 ], [ 120.1712889, 30.3811675 ] ], [ [ 120.1712889, 30.3811675 ], [ 120.1711535, 30.3811086 ] ], [ [ 120.1728996, 30.3857524 ], [ 120.1721169, 30.3841155 ], [ 120.1716362, 30.3831103 ], [ 120.1714952, 30.3827359 ], [ 120.1711535, 30.3811086 ] ], [ [ 120.1712889, 30.3811675 ], [ 120.1714897, 30.3820938 ], [ 120.1716017, 30.3826106 ], [ 120.1716387, 30.3827232 ], [ 120.1717663, 30.3831119 ], [ 120.1724261, 30.3844962 ], [ 120.1730214, 30.3857453 ] ], [ [ 120.1586515, 30.3796959 ], [ 120.1629585, 30.3793359 ], [ 120.1636988, 30.3792734 ], [ 120.1644123, 30.3792226 ] ], [ [ 120.1644795, 30.3794012 ], [ 120.1638275, 30.3794516 ], [ 120.1630846, 30.3795094 ], [ 120.1614825, 30.3796344 ], [ 120.1594564, 30.3797926 ], [ 120.1586672, 30.3798556 ] ], [ [ 120.1584973, 30.3797056 ], [ 120.1586515, 30.3796959 ] ], [ [ 120.1586515, 30.3796959 ], [ 120.1586584, 30.3797652 ], [ 120.1586672, 30.3798556 ] ], [ [ 120.1585048, 30.3798643 ], [ 120.1584981, 30.3797795 ], [ 120.1584973, 30.3797056 ] ], [ [ 120.1563135, 30.3798674 ], [ 120.1584973, 30.3797056 ] ], [ [ 120.1586672, 30.3798556 ], [ 120.1585048, 30.3798643 ] ], [ [ 120.1585048, 30.3798643 ], [ 120.1563273, 30.3800199 ] ], [ [ 120.1644123, 30.3792226 ], [ 120.166242, 30.3791671 ], [ 120.1668299, 30.3792217 ], [ 120.1671736, 30.3793075 ], [ 120.1678476, 30.3795733 ] ], [ [ 120.167768, 30.379656 ], [ 120.1674052, 30.3795041 ], [ 120.1670708, 30.3794034 ], [ 120.1665108, 30.3792961 ], [ 120.166153, 30.3792692 ], [ 120.1644795, 30.3794012 ] ], [ [ 120.140774, 30.3671335 ], [ 120.1418105, 30.3670044 ], [ 120.143434, 30.3668021 ], [ 120.1437129, 30.3667651 ], [ 120.1442172, 30.3667605 ], [ 120.1450265, 30.3668156 ], [ 120.1452889, 30.3668429 ], [ 120.1466226, 30.3669876 ], [ 120.1481525, 30.3671537 ], [ 120.1489754, 30.3672161 ], [ 120.1503803, 30.3673016 ], [ 120.1513197, 30.3673668 ] ], [ [ 120.1406057, 30.3671573 ], [ 120.140774, 30.3671335 ] ], [ [ 120.1513496, 30.3675031 ], [ 120.1504383, 30.3674355 ], [ 120.1489827, 30.3673552 ], [ 120.1481876, 30.367277 ], [ 120.1463183, 30.3670726 ], [ 120.1452626, 30.3669739 ], [ 120.1450107, 30.3669492 ], [ 120.1444123, 30.366906 ], [ 120.1437968, 30.3668931 ], [ 120.1434623, 30.3669178 ], [ 120.1429976, 30.3669791 ], [ 120.142656, 30.3670242 ], [ 120.1414633, 30.367187 ], [ 120.1407882, 30.367307 ] ], [ [ 120.140774, 30.3671335 ], [ 120.1407882, 30.367307 ] ], [ [ 120.1406085, 30.3673389 ], [ 120.1406057, 30.3671573 ] ], [ [ 120.1407882, 30.367307 ], [ 120.1406085, 30.3673389 ] ], [ [ 120.1407337, 30.3706841 ], [ 120.1407416, 30.3696718 ], [ 120.1406085, 30.3673389 ] ], [ [ 120.1357451, 30.3679051 ], [ 120.1374659, 30.3676629 ], [ 120.1385081, 30.3675087 ], [ 120.1396501, 30.3673293 ], [ 120.1400176, 30.3672737 ], [ 120.1406057, 30.3671573 ] ], [ [ 120.1406085, 30.3673389 ], [ 120.1399827, 30.3674393 ], [ 120.1396274, 30.3674907 ], [ 120.1377116, 30.3677463 ] ], [ [ 120.1377116, 30.3677463 ], [ 120.1375956, 30.3677638 ], [ 120.1357246, 30.3680446 ] ], [ [ 120.1356117, 30.3679304 ], [ 120.1357451, 30.3679051 ] ], [ [ 120.1357246, 30.3680446 ], [ 120.135624, 30.3680652 ] ], [ [ 120.1327444, 30.3682925 ], [ 120.1336705, 30.3681611 ], [ 120.1356117, 30.3679304 ] ], [ [ 120.135624, 30.3680652 ], [ 120.1327529, 30.3684278 ] ], [ [ 120.1325589, 30.3683152 ], [ 120.1327444, 30.3682925 ] ], [ [ 120.1591217, 30.3656945 ], [ 120.1588632, 30.3657339 ], [ 120.1584903, 30.3658075 ], [ 120.1580124, 30.3659439 ], [ 120.1578472, 30.365991 ], [ 120.157097, 30.3662291 ], [ 120.1550111, 30.3668806 ], [ 120.1548039, 30.3669398 ], [ 120.1538145, 30.3672394 ], [ 120.1533762, 30.3673448 ], [ 120.1529634, 30.3674281 ], [ 120.1524968, 30.367488 ], [ 120.1520597, 30.3675108 ], [ 120.1513496, 30.3675031 ] ], [ [ 120.1513197, 30.3673668 ], [ 120.151785, 30.3673727 ], [ 120.1521674, 30.3673635 ], [ 120.15228, 30.3673549 ], [ 120.1525284, 30.3673358 ], [ 120.1528521, 30.3673003 ], [ 120.1531543, 30.3672418 ], [ 120.1537699, 30.3671145 ] ], [ [ 120.1593983, 30.3656411 ], [ 120.1592835, 30.3677968 ], [ 120.1592083, 30.3689302 ], [ 120.1591506, 30.3698878 ] ], [ [ 120.1588963, 30.369967 ], [ 120.1589159, 30.3696299 ], [ 120.1590398, 30.3679994 ], [ 120.159049, 30.3677968 ], [ 120.1591217, 30.3656945 ] ], [ [ 120.1327444, 30.3682925 ], [ 120.1327529, 30.3684278 ] ], [ [ 120.132629, 30.3684352 ], [ 120.1325589, 30.3683152 ] ], [ [ 120.1327529, 30.3684278 ], [ 120.132629, 30.3684352 ] ], [ [ 120.1327529, 30.3684278 ], [ 120.1327788, 30.3697115 ], [ 120.1328004, 30.3708888 ] ], [ [ 120.1327082, 30.3709204 ], [ 120.1326995, 30.3697223 ], [ 120.132629, 30.3684352 ] ], [ [ 120.1297654, 30.3691533 ], [ 120.1303512, 30.3689393 ], [ 120.131245, 30.3686238 ], [ 120.1318053, 30.368457 ], [ 120.1323249, 30.3683461 ], [ 120.1325589, 30.3683152 ] ], [ [ 120.132629, 30.3684352 ], [ 120.1320208, 30.3685499 ], [ 120.1314644, 30.3686965 ], [ 120.1308102, 30.3689384 ], [ 120.1299267, 30.3692719 ], [ 120.1293957, 30.3694552 ] ], [ [ 120.1293957, 30.3694552 ], [ 120.129155, 30.3695855 ] ], [ [ 120.1229902, 30.3701858 ], [ 120.1237541, 30.3700926 ], [ 120.126151, 30.3698456 ], [ 120.126419796565514, 30.36980848425592 ] ], [ [ 120.126419796565514, 30.36980848425592 ], [ 120.1280803, 30.3695792 ], [ 120.1286758, 30.3694969 ], [ 120.1293024, 30.3693363 ], [ 120.1297654, 30.3691533 ] ], [ [ 120.1293957, 30.3694552 ], [ 120.1287439, 30.3695929 ], [ 120.1280877, 30.3696869 ], [ 120.126290256023779, 30.369918861165353 ] ], [ [ 120.126290256023779, 30.369918861165353 ], [ 120.1261497, 30.369937 ], [ 120.1237865, 30.3701748 ], [ 120.1230041, 30.3702651 ] ], [ [ 120.1259415, 30.3726454 ], [ 120.1259185, 30.3721712 ], [ 120.1259145, 30.3715543 ], [ 120.1259356, 30.3709828 ], [ 120.1260201, 30.3705553 ], [ 120.1261664, 30.3701101 ], [ 120.126290256023779, 30.369918861165353 ] ], [ [ 120.126290256023779, 30.369918861165353 ], [ 120.1263208, 30.3698717 ], [ 120.126419796565514, 30.36980848425592 ] ], [ [ 120.126419796565514, 30.36980848425592 ], [ 120.1265438, 30.3697293 ], [ 120.1267505, 30.3696679 ], [ 120.1268633, 30.3696344 ], [ 120.1269425, 30.3696109 ], [ 120.1283327, 30.3694393 ], [ 120.1289454, 30.3693214 ], [ 120.1297654, 30.3691533 ] ], [ [ 120.1328004, 30.3708888 ], [ 120.1327944, 30.3709612 ] ], [ [ 120.1327596, 30.3724441 ], [ 120.1327533, 30.3720018 ], [ 120.1327082, 30.3709204 ] ], [ [ 120.1327944, 30.3709612 ], [ 120.1328579, 30.3724416 ] ], [ [ 120.129155, 30.3695855 ], [ 120.1284921, 30.3697156 ], [ 120.1267937, 30.3699149 ], [ 120.1264902, 30.3699793 ], [ 120.1263373, 30.3701772 ], [ 120.1261546, 30.3706499 ], [ 120.1260909, 30.3710018 ], [ 120.1260527, 30.3714672 ], [ 120.1261029, 30.3726168 ] ], [ [ 120.1328579, 30.3724416 ], [ 120.132861, 30.3726687 ], [ 120.1328629, 30.3728197 ], [ 120.1328843, 30.3740439 ], [ 120.13292, 30.3749075 ] ], [ [ 120.1327984, 30.3749175 ], [ 120.1327636, 30.3728277 ], [ 120.1327632, 30.3726698 ], [ 120.1327596, 30.3724441 ] ], [ [ 120.1261029, 30.3726168 ], [ 120.1261063, 30.3727699 ], [ 120.126121, 30.3730233 ], [ 120.1261985, 30.3751557 ] ], [ [ 120.1260639, 30.375231 ], [ 120.1260621, 30.3751391 ], [ 120.1259773, 30.3733811 ], [ 120.1259588, 30.3730453 ], [ 120.1259467, 30.3727745 ], [ 120.1259415, 30.3726454 ] ], [ [ 120.1093915, 30.3637858 ], [ 120.1093929, 30.3636915 ] ], [ [ 120.1095539, 30.3637885 ], [ 120.1095343, 30.364624 ], [ 120.1095256, 30.3649937 ], [ 120.1095218, 30.365274 ], [ 120.1095187, 30.3660154 ], [ 120.1095162, 30.3666107 ] ], [ [ 120.1093213, 30.3666188 ], [ 120.1093835, 30.3652675 ], [ 120.1093864, 30.3650044 ], [ 120.1093915, 30.3637858 ] ], [ [ 120.1095539, 30.3636925 ], [ 120.1095539, 30.3637885 ] ], [ [ 120.1095162, 30.3666107 ], [ 120.1095042, 30.3672464 ], [ 120.1094297, 30.3689158 ], [ 120.1094055, 30.3697542 ] ], [ [ 120.1092629, 30.3697532 ], [ 120.1092832, 30.3689249 ], [ 120.1093213, 30.3666188 ] ], [ [ 120.1094055, 30.3697542 ], [ 120.1117476, 30.369869 ], [ 120.112204, 30.3698913 ], [ 120.1134794, 30.3699431 ] ], [ [ 120.1134794, 30.3699431 ], [ 120.113581, 30.3699413 ] ], [ [ 120.113581, 30.3699413 ], [ 120.1154177, 30.3700271 ], [ 120.1160392, 30.3700714 ], [ 120.1162283, 30.3700849 ] ], [ [ 120.1134592, 30.3701031 ], [ 120.1121608, 30.3700618 ], [ 120.1117347, 30.3700358 ], [ 120.1112049, 30.3700231 ], [ 120.1093994, 30.3699418 ] ], [ [ 120.1162283, 30.3700849 ], [ 120.1165431, 30.3700999 ] ], [ [ 120.1135462, 30.3701099 ], [ 120.1134592, 30.3701031 ] ], [ [ 120.1092629, 30.3697532 ], [ 120.1094055, 30.3697542 ] ], [ [ 120.1092487, 30.369936 ], [ 120.1092629, 30.3697532 ] ], [ [ 120.1094055, 30.3697542 ], [ 120.1093994, 30.3699418 ] ], [ [ 120.1093994, 30.3699418 ], [ 120.1092487, 30.369936 ] ], [ [ 120.1092421, 30.3700669 ], [ 120.1092487, 30.369936 ] ], [ [ 120.1093994, 30.3699418 ], [ 120.1093972, 30.3700737 ] ], [ [ 120.1165431, 30.3700999 ], [ 120.1166604, 30.3701072 ], [ 120.1171034, 30.3701349 ], [ 120.1174924, 30.3701593 ], [ 120.1184084, 30.3701963 ], [ 120.1186349, 30.3702032 ], [ 120.1188251, 30.3702043 ] ], [ [ 120.1161988, 30.3702513 ], [ 120.1160007, 30.3702407 ], [ 120.1154018, 30.3702087 ], [ 120.1135462, 30.3701099 ] ], [ [ 120.1188251, 30.3702043 ], [ 120.1195637, 30.3701873 ] ], [ [ 120.1165035, 30.3702641 ], [ 120.1161988, 30.3702513 ] ], [ [ 120.1188251, 30.3702043 ], [ 120.1191299, 30.370239 ], [ 120.1195089, 30.3702737 ], [ 120.1199667, 30.3702952 ], [ 120.1205707, 30.3703137 ], [ 120.1212098, 30.3703106 ], [ 120.1219612, 30.370285 ], [ 120.1228062, 30.3702736 ] ], [ [ 120.1189252, 30.3703762 ], [ 120.1186236, 30.3703738 ], [ 120.1183974, 30.3703648 ], [ 120.1179841, 30.3703429 ], [ 120.1166278, 30.3702707 ], [ 120.1165035, 30.3702641 ] ], [ [ 120.1228062, 30.3702736 ], [ 120.1218896, 30.3703721 ], [ 120.1211281, 30.3704104 ], [ 120.1203431, 30.3704082 ], [ 120.1197525, 30.3703969 ], [ 120.1189252, 30.3703762 ] ], [ [ 120.1195553, 30.3704441 ], [ 120.1189252, 30.3703762 ] ], [ [ 120.1094027, 30.3775596 ], [ 120.1094826, 30.3773583 ], [ 120.1095216, 30.3771564 ], [ 120.1095703, 30.376986 ], [ 120.1096331, 30.3766532 ], [ 120.1096583, 30.3763969 ], [ 120.1097022, 30.3759284 ], [ 120.1097186, 30.3755668 ], [ 120.1097369, 30.3749841 ], [ 120.1097126, 30.3744151 ], [ 120.1096668, 30.3738507 ], [ 120.1096359, 30.373712 ], [ 120.1095376, 30.3731185 ], [ 120.1095018, 30.3729109 ], [ 120.1094533, 30.372629 ], [ 120.1093461, 30.3718121 ], [ 120.1092819, 30.3712197 ], [ 120.1092289, 30.3705053 ], [ 120.1092321, 30.370261 ], [ 120.1092421, 30.3700669 ] ], [ [ 120.1000917, 30.3773155 ], [ 120.100267, 30.3773142 ] ], [ [ 120.1001258, 30.3774355 ], [ 120.1000917, 30.3773155 ] ], [ [ 120.100267, 30.3773142 ], [ 120.100299, 30.3774485 ] ], [ [ 120.100267, 30.3773142 ], [ 120.1012698, 30.3773544 ], [ 120.1018283, 30.3773768 ], [ 120.1023003, 30.3773968 ], [ 120.1025847, 30.3774153 ], [ 120.1026473, 30.3774181 ], [ 120.103831, 30.3774778 ], [ 120.1049805, 30.3775016 ] ], [ [ 120.100299, 30.3774485 ], [ 120.1001258, 30.3774355 ] ], [ [ 120.1049805, 30.3775016 ], [ 120.105077, 30.3775036 ], [ 120.1065842, 30.3775348 ], [ 120.1075445, 30.3775348 ], [ 120.1094027, 30.3775596 ] ], [ [ 120.104976, 30.3776458 ], [ 120.1038299, 30.3776209 ], [ 120.1036323, 30.3776124 ], [ 120.102531, 30.377568 ], [ 120.1022842, 30.3775518 ], [ 120.10186, 30.3775361 ], [ 120.1017822, 30.3775328 ], [ 120.100299, 30.3774485 ] ], [ [ 120.1094027, 30.3775596 ], [ 120.1095581, 30.3775667 ] ], [ [ 120.1093972, 30.3700737 ], [ 120.109394, 30.370265 ], [ 120.109393, 30.3705094 ], [ 120.1093946, 30.3712143 ], [ 120.1094766, 30.371939 ], [ 120.1095961, 30.3726637 ], [ 120.1096424, 30.3729474 ], [ 120.1096763, 30.3731551 ], [ 120.109776, 30.373766 ], [ 120.1097872, 30.3738853 ], [ 120.109832, 30.3745263 ], [ 120.1098511, 30.3750412 ], [ 120.1098594, 30.3755677 ], [ 120.1098244, 30.3759357 ], [ 120.1097759, 30.376396 ], [ 120.1097487, 30.3766513 ], [ 120.1096862, 30.3770347 ], [ 120.1095581, 30.3775667 ] ], [ [ 120.1200933, 30.3776148 ], [ 120.1207892, 30.375271 ], [ 120.1209952, 30.3750201 ], [ 120.1208828, 30.3752334 ], [ 120.1202613, 30.3775643 ], [ 120.120242, 30.3776223 ] ], [ [ 120.1150177, 30.3772059 ], [ 120.1150718, 30.3771102 ], [ 120.1151275, 30.3766196 ], [ 120.1151893, 30.3763789 ] ], [ [ 120.1153371, 30.3764351 ], [ 120.1153726, 30.3766547 ], [ 120.115376, 30.3770919 ], [ 120.1154484, 30.3772967 ] ], [ [ 120.1132226, 30.3776011 ], [ 120.1141482, 30.3775655 ], [ 120.1144701, 30.3775746 ], [ 120.1146497, 30.3775391 ], [ 120.1147583, 30.3774927 ], [ 120.1148282, 30.3774426 ], [ 120.1148893, 30.3773833 ], [ 120.1149913, 30.3772525 ], [ 120.1150177, 30.3772059 ] ], [ [ 120.1154484, 30.3772967 ], [ 120.1155196, 30.3774331 ], [ 120.115638, 30.3775194 ], [ 120.1157889, 30.3775597 ], [ 120.1159426, 30.3775783 ], [ 120.1161118, 30.3775805 ], [ 120.1168689, 30.37759 ] ], [ [ 120.1095581, 30.3775667 ], [ 120.1098615, 30.3775556 ], [ 120.1102317, 30.3775634 ], [ 120.1110126, 30.3775754 ], [ 120.113095, 30.3775956 ] ], [ [ 120.113095, 30.3775956 ], [ 120.1132226, 30.3776011 ] ], [ [ 120.1168689, 30.37759 ], [ 120.1200933, 30.3776148 ] ], [ [ 120.1200933, 30.3776148 ], [ 120.120242, 30.3776223 ] ], [ [ 120.1200887, 30.3777419 ], [ 120.1200933, 30.3776148 ] ], [ [ 120.1407352, 30.3707705 ], [ 120.1407337, 30.3706841 ] ], [ [ 120.1407882, 30.367307 ], [ 120.1408297, 30.3677789 ], [ 120.1409613, 30.369633 ], [ 120.1409167, 30.3719404 ], [ 120.1408486, 30.3728362 ], [ 120.140783, 30.3733385 ], [ 120.1406423, 30.3743978 ], [ 120.1405812, 30.375195 ], [ 120.1405218, 30.3760466 ], [ 120.1405094, 30.37624 ], [ 120.1404538, 30.3770403 ], [ 120.1403811, 30.3774576 ], [ 120.1397631, 30.379605 ] ], [ [ 120.1397631, 30.379605 ], [ 120.1417326, 30.3794725 ], [ 120.1423683, 30.3794251 ], [ 120.1482733, 30.3800123 ], [ 120.1486936, 30.3800346 ], [ 120.1511475, 30.3801466 ], [ 120.153725, 30.3800615 ] ], [ [ 120.1511428, 30.3802637 ], [ 120.1486862, 30.3801367 ], [ 120.1482704, 30.3801175 ], [ 120.1432149, 30.3796241 ], [ 120.1421917, 30.3796832 ], [ 120.1416362, 30.379703 ], [ 120.1406931, 30.3797402 ], [ 120.139736, 30.3796876 ] ], [ [ 120.1585511, 30.3771798 ], [ 120.1586102, 30.3763815 ], [ 120.1586068, 30.3752752 ], [ 120.1586294, 30.3743874 ], [ 120.1586401, 30.3740311 ], [ 120.1586509, 30.373724 ], [ 120.1586527, 30.3736597 ], [ 120.1587334, 30.3728977 ], [ 120.1587768, 30.3716615 ], [ 120.1587801, 30.3715679 ], [ 120.1588438, 30.3708718 ], [ 120.1588963, 30.369967 ] ], [ [ 120.1591506, 30.3698878 ], [ 120.1590632, 30.3715844 ], [ 120.1590336, 30.3719567 ], [ 120.1589579, 30.3736835 ], [ 120.1589486, 30.3739871 ], [ 120.1589352, 30.3743978 ], [ 120.158918, 30.3747242 ], [ 120.1587631, 30.3764726 ], [ 120.1586964, 30.3772256 ], [ 120.158629, 30.3787369 ], [ 120.1586515, 30.3796959 ] ], [ [ 120.1584973, 30.3797056 ], [ 120.1584853, 30.3785831 ], [ 120.1585345, 30.3774036 ], [ 120.1585511, 30.3771798 ] ], [ [ 120.13292, 30.3749075 ], [ 120.1329229, 30.374979 ] ], [ [ 120.1327995, 30.3749832 ], [ 120.1327984, 30.3749175 ] ], [ [ 120.1395938, 30.3796006 ], [ 120.139954, 30.3782835 ], [ 120.1401964, 30.3774104 ], [ 120.1402827, 30.3770375 ], [ 120.1403803, 30.376247 ], [ 120.1403944, 30.3760709 ], [ 120.1404119, 30.3757585 ], [ 120.1404798, 30.3747033 ], [ 120.140636, 30.3733446 ], [ 120.140726, 30.372612 ], [ 120.1407572, 30.3720065 ], [ 120.1407352, 30.3707705 ] ], [ [ 120.1328432, 30.3772258 ], [ 120.1327832, 30.3758594 ], [ 120.1327995, 30.3749832 ] ], [ [ 120.1329229, 30.374979 ], [ 120.1329807, 30.3772359 ] ], [ [ 120.1261985, 30.3751557 ], [ 120.1262013, 30.3752311 ] ], [ [ 120.1262013, 30.3752311 ], [ 120.1262183, 30.3756421 ], [ 120.126212, 30.3764128 ], [ 120.1262183, 30.3770775 ], [ 120.1262689, 30.3774705 ] ], [ [ 120.1261305, 30.3774852 ], [ 120.1260921, 30.3771474 ], [ 120.1260861, 30.3763597 ], [ 120.1260639, 30.375231 ] ], [ [ 120.1329187, 30.3795154 ], [ 120.1328432, 30.3772258 ] ], [ [ 120.1329807, 30.3772359 ], [ 120.1330298, 30.3795304 ] ], [ [ 120.1329187, 30.3795154 ], [ 120.1330298, 30.3795304 ] ], [ [ 120.1262689, 30.3774705 ], [ 120.1262934, 30.3776605 ], [ 120.1263525, 30.3780098 ], [ 120.1264676, 30.378767 ], [ 120.1265667, 30.3794883 ] ], [ [ 120.1264105, 30.3795262 ], [ 120.1263114, 30.3785597 ], [ 120.1261522, 30.377676 ], [ 120.1261305, 30.3774852 ] ], [ [ 120.1265667, 30.3794883 ], [ 120.1294701, 30.3794391 ] ], [ [ 120.1294701, 30.3794391 ], [ 120.1322247, 30.379507 ], [ 120.1329187, 30.3795154 ] ], [ [ 120.1330298, 30.3795304 ], [ 120.1361079, 30.3795851 ] ], [ [ 120.1329231, 30.3796378 ], [ 120.1329187, 30.3795154 ] ], [ [ 120.1330298, 30.3795304 ], [ 120.1330321, 30.3796383 ] ], [ [ 120.1361079, 30.3795851 ], [ 120.1380396, 30.3796032 ], [ 120.1395938, 30.3796006 ] ], [ [ 120.1395938, 30.3796006 ], [ 120.1397631, 30.379605 ] ], [ [ 120.1330321, 30.3796383 ], [ 120.1329231, 30.3796378 ] ], [ [ 120.1395716, 30.3796846 ], [ 120.1395938, 30.3796006 ] ], [ [ 120.1397631, 30.379605 ], [ 120.139736, 30.3796876 ] ], [ [ 120.1360933, 30.3796745 ], [ 120.1330321, 30.3796383 ] ], [ [ 120.1395716, 30.3796846 ], [ 120.1361653, 30.3796766 ], [ 120.1360933, 30.3796745 ] ], [ [ 120.139736, 30.3796876 ], [ 120.1395716, 30.3796846 ] ], [ [ 120.1389303, 30.3818275 ], [ 120.1393669, 30.3803692 ], [ 120.1394436, 30.3800983 ], [ 120.1395716, 30.3796846 ] ], [ [ 120.153725, 30.3800615 ], [ 120.1561142, 30.3798834 ], [ 120.1563135, 30.3798674 ] ], [ [ 120.1563273, 30.3800199 ], [ 120.1561276, 30.3800341 ], [ 120.1537798, 30.3801839 ] ], [ [ 120.1536133, 30.3801878 ], [ 120.153725, 30.3800615 ] ], [ [ 120.1537798, 30.3801839 ], [ 120.1536133, 30.3801878 ] ], [ [ 120.1536133, 30.3801878 ], [ 120.1511428, 30.3802637 ] ], [ [ 120.1586672, 30.3798556 ], [ 120.1587072, 30.3804026 ], [ 120.1587286, 30.380649 ], [ 120.1588615, 30.3820942 ], [ 120.1589476, 30.3824609 ] ], [ [ 120.1587783, 30.3824749 ], [ 120.1587383, 30.3823034 ], [ 120.1586144, 30.3812426 ], [ 120.1585677, 30.380678 ], [ 120.1585422, 30.3804165 ], [ 120.1585048, 30.3798643 ] ], [ [ 120.1093657, 30.3777031 ], [ 120.1079764, 30.3776882 ], [ 120.1078094, 30.377686 ], [ 120.1053762, 30.3776545 ], [ 120.104976, 30.3776458 ] ], [ [ 120.1094987, 30.3777063 ], [ 120.1093657, 30.3777031 ] ], [ [ 120.1002631, 30.3804949 ], [ 120.1002672, 30.3799849 ], [ 120.1002757, 30.3786698 ], [ 120.1002745, 30.3786138 ], [ 120.1002587, 30.3779042 ], [ 120.1002285, 30.3778209 ], [ 120.1001775, 30.3776121 ], [ 120.1001258, 30.3774355 ] ], [ [ 120.100299, 30.3774485 ], [ 120.1003342, 30.3776067 ], [ 120.1003908, 30.3778226 ], [ 120.1004203, 30.3787251 ], [ 120.1004473, 30.3799927 ], [ 120.1004463, 30.380064 ], [ 120.1004403, 30.3805005 ] ], [ [ 120.120242, 30.3776223 ], [ 120.1202356, 30.3777497 ] ], [ [ 120.1132137, 30.3776888 ], [ 120.1130981, 30.3777085 ] ], [ [ 120.1109499, 30.3776981 ], [ 120.1107537, 30.3776934 ], [ 120.1102102, 30.3776999 ], [ 120.1098159, 30.3776999 ], [ 120.1094987, 30.3777063 ] ], [ [ 120.1130981, 30.3777085 ], [ 120.1109499, 30.3776981 ] ], [ [ 120.1200887, 30.3777419 ], [ 120.1186497, 30.3777457 ], [ 120.1182676, 30.3777427 ], [ 120.1168863, 30.3777319 ] ], [ [ 120.1202356, 30.3777497 ], [ 120.1200887, 30.3777419 ] ], [ [ 120.1168863, 30.3777319 ], [ 120.1160451, 30.3777317 ], [ 120.1159128, 30.3777289 ], [ 120.1158079, 30.3777464 ], [ 120.1156769, 30.3778101 ], [ 120.1155638, 30.3778815 ], [ 120.1154805, 30.3779756 ], [ 120.1154348, 30.3780861 ], [ 120.1153995, 30.3781795 ], [ 120.1153885, 30.3782411 ], [ 120.1152879, 30.3785738 ] ], [ [ 120.1150433, 30.3786554 ], [ 120.1150083, 30.3782892 ], [ 120.1149512, 30.3779965 ], [ 120.1149092, 30.3779265 ], [ 120.1148551, 30.3778644 ], [ 120.1147651, 30.3777918 ], [ 120.114675, 30.3777426 ], [ 120.1144708, 30.3777089 ], [ 120.1132137, 30.3776888 ] ], [ [ 120.1002571, 30.3821063 ], [ 120.1002544, 30.3815783 ], [ 120.1002631, 30.3804949 ] ], [ [ 120.1004403, 30.3805005 ], [ 120.1004319, 30.3811089 ], [ 120.1004303, 30.3812272 ], [ 120.1003998, 30.3821665 ] ], [ [ 120.1002571, 30.3821063 ], [ 120.1003998, 30.3821665 ] ], [ [ 120.1166565, 30.3857368 ], [ 120.117146, 30.3856773 ], [ 120.117754, 30.3855734 ], [ 120.1184036, 30.3854624 ], [ 120.118705, 30.3854109 ], [ 120.1191681, 30.3852112 ], [ 120.1196312, 30.3848872 ], [ 120.1199193, 30.3844034 ], [ 120.120017, 30.3841504 ], [ 120.1200479, 30.3834536 ], [ 120.1200408, 30.3827696 ], [ 120.1200325, 30.38198 ], [ 120.1200426, 30.381139 ], [ 120.1200541, 30.3801712 ], [ 120.1200625, 30.3794736 ], [ 120.1200685, 30.3789688 ], [ 120.1200887, 30.3777419 ] ], [ [ 120.1202356, 30.3777497 ], [ 120.1202013, 30.3785437 ], [ 120.1201989, 30.3806354 ], [ 120.1201964, 30.3827699 ], [ 120.1201957, 30.383327 ], [ 120.1201783, 30.383955 ], [ 120.1201742, 30.3841013 ], [ 120.1200398, 30.3844907 ], [ 120.1198839, 30.3847967 ], [ 120.1195668, 30.3851305 ], [ 120.1191476, 30.3853995 ], [ 120.1185672, 30.3855988 ], [ 120.1177986, 30.3857379 ], [ 120.1169291, 30.3858767 ] ], [ [ 120.1002577, 30.3822198 ], [ 120.1002571, 30.3821063 ] ], [ [ 120.1003998, 30.3821665 ], [ 120.1003963, 30.3822748 ] ], [ [ 120.1003963, 30.3822748 ], [ 120.1002577, 30.3822198 ] ], [ [ 120.1003998, 30.3821665 ], [ 120.1026102, 30.3828201 ], [ 120.1046744, 30.3834798 ] ], [ [ 120.1046328, 30.3836204 ], [ 120.1003963, 30.3822748 ] ], [ [ 120.1092711, 30.38485 ], [ 120.1100641, 30.3851235 ], [ 120.1119186, 30.3856551 ], [ 120.1128411, 30.3857795 ] ], [ [ 120.1128157, 30.3859408 ], [ 120.1124774, 30.3859304 ], [ 120.1118486, 30.3858237 ], [ 120.1107844, 30.3854853 ], [ 120.1104321, 30.3853651 ], [ 120.1092974, 30.3849779 ], [ 120.109243, 30.3849593 ] ], [ [ 120.1128411, 30.3857795 ], [ 120.1129874, 30.385787 ] ], [ [ 120.1129874, 30.385787 ], [ 120.1139612, 30.385837 ], [ 120.1159421, 30.3858237 ], [ 120.1166565, 30.3857368 ] ], [ [ 120.1046744, 30.3834798 ], [ 120.1055225, 30.3837509 ], [ 120.1062472, 30.3839626 ], [ 120.1064505, 30.384022 ], [ 120.1080644, 30.3844935 ] ], [ [ 120.1080355, 30.3846043 ], [ 120.1057162, 30.3839645 ], [ 120.1046328, 30.3836204 ] ], [ [ 120.1080644, 30.3844935 ], [ 120.108185, 30.3845285 ] ], [ [ 120.108185, 30.3845285 ], [ 120.1083052, 30.3845634 ], [ 120.1085621, 30.384638 ], [ 120.1089227, 30.3847457 ], [ 120.1092711, 30.38485 ] ], [ [ 120.109243, 30.3849593 ], [ 120.1091929, 30.384944 ], [ 120.1089087, 30.3848571 ], [ 120.1085231, 30.3847388 ], [ 120.1080355, 30.3846043 ] ], [ [ 120.09178, 30.379666 ], [ 120.0913773, 30.3795325 ], [ 120.0906894, 30.3791894 ], [ 120.0899961, 30.3787768 ], [ 120.0887599, 30.3778633 ] ], [ [ 120.091898, 30.3795252 ], [ 120.0921024, 30.3795909 ] ], [ [ 120.09178, 30.379666 ], [ 120.091898, 30.3795252 ] ], [ [ 120.0921024, 30.3795909 ], [ 120.0919399, 30.3797191 ] ], [ [ 120.0919399, 30.3797191 ], [ 120.09178, 30.379666 ] ], [ [ 120.0921024, 30.3795909 ], [ 120.0930086, 30.3799081 ], [ 120.0944919, 30.3803694 ], [ 120.0952442, 30.380601 ], [ 120.0967825, 30.3810745 ], [ 120.0976695, 30.3813293 ], [ 120.0982019, 30.3814855 ], [ 120.1002571, 30.3821063 ] ], [ [ 120.1002577, 30.3822198 ], [ 120.1000911, 30.3821708 ], [ 120.0990778, 30.3818725 ], [ 120.0986869, 30.3817575 ], [ 120.098163, 30.3816163 ], [ 120.0977741, 30.3815121 ], [ 120.0975957, 30.381466 ], [ 120.0958436, 30.3809374 ], [ 120.0951772, 30.380734 ], [ 120.0929574, 30.3800565 ], [ 120.0919399, 30.3797191 ] ], [ [ 120.1537798, 30.3801839 ], [ 120.1537983, 30.38204 ], [ 120.1537994, 30.3825367 ] ], [ [ 120.1536258, 30.3825372 ], [ 120.1536255, 30.3820505 ], [ 120.1536133, 30.3801878 ] ], [ [ 120.1264105, 30.3795262 ], [ 120.1265667, 30.3794883 ] ], [ [ 120.1265667, 30.3794883 ], [ 120.1265675, 30.379566 ] ], [ [ 120.1265675, 30.379566 ], [ 120.1264105, 30.3795262 ] ], [ [ 120.1294762, 30.3795574 ], [ 120.1281774, 30.379577 ], [ 120.1265675, 30.379566 ] ], [ [ 120.1329231, 30.3796378 ], [ 120.1301214, 30.3795881 ], [ 120.1294762, 30.3795574 ] ], [ [ 120.1265468, 30.3839047 ], [ 120.1265376, 30.3837775 ], [ 120.1264496, 30.3809125 ], [ 120.1264214, 30.3800116 ], [ 120.1264188, 30.379845 ], [ 120.1264105, 30.3795262 ] ], [ [ 120.1265675, 30.379566 ], [ 120.1265717, 30.3798334 ], [ 120.1265717, 30.3799884 ], [ 120.1265776, 30.3804854 ], [ 120.1266451, 30.3818393 ], [ 120.1267127, 30.3838741 ] ], [ [ 120.1265468, 30.3839047 ], [ 120.1267127, 30.3838741 ] ], [ [ 120.139736, 30.3796876 ], [ 120.1396179, 30.3800972 ], [ 120.1395348, 30.3803772 ], [ 120.1390828, 30.3819705 ], [ 120.1384723, 30.3840018 ], [ 120.1383759, 30.3843762 ] ], [ [ 120.1382188, 30.384368 ], [ 120.1383397, 30.3838874 ], [ 120.1387764, 30.3823065 ], [ 120.1389303, 30.3818275 ] ], [ [ 120.1330567, 30.3841299 ], [ 120.1331781, 30.3841354 ] ], [ [ 120.1331781, 30.3841354 ], [ 120.1346075, 30.3841858 ], [ 120.1382188, 30.384368 ] ], [ [ 120.1331835, 30.3842643 ], [ 120.133074, 30.3842708 ] ], [ [ 120.1382188, 30.384368 ], [ 120.1383759, 30.3843762 ] ], [ [ 120.1589476, 30.3824609 ], [ 120.1590156, 30.3827507 ], [ 120.1592775, 30.3840755 ], [ 120.159449, 30.3849426 ] ], [ [ 120.1592751, 30.3849464 ], [ 120.1591985, 30.3844939 ], [ 120.1589412, 30.383173 ], [ 120.1587783, 30.3824749 ] ], [ [ 120.1537994, 30.3825367 ], [ 120.1538124, 30.3849891 ] ], [ [ 120.1536452, 30.38499 ], [ 120.1536258, 30.3825372 ] ], [ [ 120.1592751, 30.3849464 ], [ 120.159449, 30.3849426 ] ], [ [ 120.1538124, 30.3849891 ], [ 120.1544474, 30.3849767 ], [ 120.1546275, 30.3849755 ], [ 120.1552607, 30.3849712 ], [ 120.1563526, 30.3849637 ], [ 120.1563628, 30.3849637 ], [ 120.1564695, 30.384964 ], [ 120.1570001, 30.3849618 ], [ 120.1592751, 30.3849464 ] ], [ [ 120.1511349, 30.3849817 ], [ 120.1536452, 30.38499 ] ], [ [ 120.1536452, 30.38499 ], [ 120.153749, 30.3849903 ], [ 120.1538124, 30.3849891 ] ], [ [ 120.159449, 30.3849426 ], [ 120.1594876, 30.3850693 ] ], [ [ 120.1592961, 30.3850703 ], [ 120.1592751, 30.3849464 ] ], [ [ 120.1267127, 30.3838741 ], [ 120.1296501, 30.384046 ] ], [ [ 120.1267127, 30.3838741 ], [ 120.1266412, 30.3840789 ] ], [ [ 120.1266412, 30.3840789 ], [ 120.1265468, 30.3839047 ] ], [ [ 120.1296501, 30.384046 ], [ 120.1330567, 30.3841299 ] ], [ [ 120.1296549, 30.3841747 ], [ 120.1266412, 30.3840789 ] ], [ [ 120.133074, 30.3842708 ], [ 120.1296549, 30.3841747 ] ], [ [ 120.1383759, 30.3843762 ], [ 120.1391689, 30.3844178 ], [ 120.1399898, 30.3844443 ], [ 120.1405262, 30.3844609 ], [ 120.1422708, 30.3846163 ] ], [ [ 120.1422551, 30.3847546 ], [ 120.1416682, 30.3847006 ], [ 120.1409466, 30.3846342 ], [ 120.1406047, 30.3846028 ], [ 120.1399676, 30.3845689 ], [ 120.1391383, 30.3845589 ], [ 120.1386511, 30.3845516 ], [ 120.1383301, 30.3845305 ] ], [ [ 120.1422708, 30.3846163 ], [ 120.1428537, 30.3846556 ], [ 120.1432791, 30.3846809 ], [ 120.1438263, 30.3847213 ], [ 120.1453723, 30.3848388 ], [ 120.145823, 30.3848731 ], [ 120.1467418, 30.3849462 ], [ 120.1473363, 30.3849703 ], [ 120.1478933, 30.3849909 ], [ 120.1485282, 30.3849909 ], [ 120.149084, 30.3849906 ], [ 120.149593, 30.3849884 ], [ 120.1511349, 30.3849817 ] ], [ [ 120.1511186, 30.3851207 ], [ 120.1497544, 30.3851206 ], [ 120.1485041, 30.3851263 ], [ 120.1478845, 30.3851203 ], [ 120.1472545, 30.3851128 ], [ 120.1469331, 30.3850929 ], [ 120.146585, 30.3850713 ], [ 120.145595, 30.3849843 ], [ 120.1453616, 30.3849675 ], [ 120.1452972, 30.3849628 ], [ 120.1437578, 30.3848515 ], [ 120.1425393, 30.3847714 ], [ 120.1422551, 30.3847546 ] ], [ [ 120.1538124, 30.3849891 ], [ 120.1538131, 30.3851207 ] ], [ [ 120.1536462, 30.3851208 ], [ 120.1536452, 30.38499 ] ], [ [ 120.1594876, 30.3850693 ], [ 120.1592961, 30.3850703 ] ], [ [ 120.1592961, 30.3850703 ], [ 120.1582754, 30.3850807 ], [ 120.157339, 30.3850902 ], [ 120.1569879, 30.3850928 ], [ 120.1564541, 30.3850997 ], [ 120.1563645, 30.3851 ], [ 120.1540874, 30.3851185 ], [ 120.1538131, 30.3851207 ] ], [ [ 120.1538131, 30.3851207 ], [ 120.1537978, 30.3851208 ], [ 120.1536462, 30.3851208 ] ], [ [ 120.1536462, 30.3851208 ], [ 120.1536332, 30.3851208 ], [ 120.1531255, 30.3851208 ], [ 120.1523852, 30.3851208 ], [ 120.1511186, 30.3851207 ] ], [ [ 120.1594876, 30.3850693 ], [ 120.1595132, 30.3859613 ], [ 120.1595334, 30.3866657 ], [ 120.159555, 30.3874208 ], [ 120.1595433, 30.3877268 ] ], [ [ 120.1593667, 30.387733 ], [ 120.1593571, 30.3872512 ], [ 120.1593182, 30.3852931 ], [ 120.1592961, 30.3850703 ] ], [ [ 120.1538131, 30.3851207 ], [ 120.153828, 30.3879158 ] ], [ [ 120.153828, 30.3879158 ], [ 120.1536727, 30.3877582 ], [ 120.1536462, 30.3851208 ] ], [ [ 120.1381587, 30.3845192 ], [ 120.1331835, 30.3842643 ] ], [ [ 120.1381587, 30.3845192 ], [ 120.1382188, 30.384368 ] ], [ [ 120.1383759, 30.3843762 ], [ 120.1383301, 30.3845305 ] ], [ [ 120.1383301, 30.3845305 ], [ 120.1381587, 30.3845192 ] ], [ [ 120.1356121, 30.3948905 ], [ 120.1356728, 30.3944624 ], [ 120.135703, 30.394249 ], [ 120.1360029, 30.3922408 ], [ 120.1361987, 30.3913157 ], [ 120.1363304, 30.3908506 ], [ 120.1364958, 30.3902669 ], [ 120.1365669, 30.3900158 ], [ 120.1370468, 30.3884615 ], [ 120.1371901, 30.3880438 ], [ 120.1374569, 30.3871103 ], [ 120.1379757, 30.3852903 ], [ 120.1381587, 30.3845192 ] ], [ [ 120.1383301, 30.3845305 ], [ 120.1377784, 30.3864616 ], [ 120.1371768, 30.3884892 ], [ 120.1365353, 30.3906502 ], [ 120.1364789, 30.3908524 ], [ 120.1363249, 30.3914053 ], [ 120.1362955, 30.3915601 ], [ 120.1360724, 30.392734 ], [ 120.1357778, 30.3947961 ], [ 120.1357588, 30.3949339 ] ], [ [ 120.099872, 30.392151 ], [ 120.0999818, 30.3912274 ], [ 120.1001095, 30.3901531 ], [ 120.1001765, 30.3896493 ], [ 120.1002403, 30.3891689 ], [ 120.1002585, 30.3885443 ], [ 120.1002646, 30.3883369 ], [ 120.1002699, 30.3846291 ], [ 120.1002659, 30.3838443 ], [ 120.1002577, 30.3822198 ] ], [ [ 120.1003963, 30.3822748 ], [ 120.1004488, 30.3842014 ], [ 120.1004595, 30.3845939 ], [ 120.1004404, 30.3869428 ], [ 120.1004283, 30.3884376 ], [ 120.100424, 30.3885444 ], [ 120.1004043, 30.389036 ], [ 120.1003469, 30.389715 ], [ 120.1002397, 30.3905675 ], [ 120.1001819, 30.3910274 ], [ 120.1001579, 30.3912332 ], [ 120.1001027, 30.3917055 ], [ 120.1000484, 30.3921706 ], [ 120.0999194, 30.3932744 ], [ 120.0998017, 30.3942823 ], [ 120.0996765, 30.3953534 ], [ 120.0996174, 30.3958593 ], [ 120.0995974, 30.3960076 ], [ 120.0993561, 30.397801 ], [ 120.0991604, 30.3992555 ], [ 120.0991135, 30.3996044 ], [ 120.0990709, 30.3999629 ] ], [ [ 120.0989248, 30.3999728 ], [ 120.099023, 30.3992017 ], [ 120.0991621, 30.398109 ], [ 120.0991988, 30.3977938 ], [ 120.0993674, 30.396344 ], [ 120.0994202, 30.39589 ], [ 120.0994418, 30.395704 ], [ 120.0996167, 30.3942717 ], [ 120.0997387, 30.393273 ], [ 120.099872, 30.392151 ] ], [ [ 120.0990709, 30.3999629 ], [ 120.0990322, 30.4002492 ] ], [ [ 120.098884, 30.4002554 ], [ 120.0989248, 30.3999728 ] ], [ [ 120.1169291, 30.3858767 ], [ 120.1164335, 30.3859558 ], [ 120.114504, 30.3859929 ], [ 120.1139269, 30.3859751 ], [ 120.1129751, 30.3859457 ] ], [ [ 120.1129751, 30.3859457 ], [ 120.1128157, 30.3859408 ] ], [ [ 120.0969987, 30.4158266 ], [ 120.0971671, 30.4143997 ], [ 120.0972303, 30.4138644 ], [ 120.0972847, 30.4134035 ], [ 120.0975189, 30.4112817 ], [ 120.0975494, 30.4109842 ], [ 120.0977066, 30.4095655 ], [ 120.0979771, 30.4077714 ], [ 120.0983416, 30.4048333 ], [ 120.0985364, 30.4032262 ], [ 120.0986646, 30.4021685 ], [ 120.0987361, 30.401579 ], [ 120.098884, 30.4002554 ] ], [ [ 120.0990322, 30.4002492 ], [ 120.0989342, 30.4012794 ], [ 120.0988418, 30.4021787 ], [ 120.0987408, 30.4031617 ], [ 120.0986991, 30.403567 ], [ 120.0984132, 30.4057718 ] ], [ [ 120.0968055, 30.4172612 ], [ 120.0969628, 30.4161302 ], [ 120.0969898, 30.4159017 ], [ 120.0969987, 30.4158266 ] ], [ [ 120.0964094, 30.4204282 ], [ 120.0965229, 30.4193749 ], [ 120.0965841, 30.4188529 ], [ 120.0968055, 30.4172612 ] ], [ [ 120.0984132, 30.4057718 ], [ 120.0982953, 30.4066811 ], [ 120.0982322, 30.4071677 ], [ 120.0979149, 30.4097732 ], [ 120.0977567, 30.4110547 ], [ 120.0976909, 30.4115852 ], [ 120.0973661, 30.414379 ], [ 120.0971883, 30.4159077 ], [ 120.0971834, 30.41595 ], [ 120.0971167, 30.4164877 ], [ 120.0967924, 30.4188866 ], [ 120.0967304, 30.4194136 ], [ 120.0966872, 30.419701 ], [ 120.0965835, 30.4204367 ], [ 120.096486, 30.4211931 ], [ 120.0964059, 30.4214974 ], [ 120.0962841, 30.4217379 ], [ 120.0958284, 30.4227651 ], [ 120.0955691, 30.4233679 ], [ 120.0948136, 30.4251241 ], [ 120.0946275, 30.4255567 ], [ 120.0937972, 30.4275173 ], [ 120.0935769, 30.4280376 ], [ 120.0932972, 30.428641 ], [ 120.0926526, 30.4300318 ], [ 120.0923138, 30.4308104 ], [ 120.0920856, 30.4313347 ], [ 120.0918876, 30.4317897 ], [ 120.0914594, 30.4327735 ], [ 120.0914495, 30.432797 ], [ 120.0913955, 30.4329275 ], [ 120.0903105, 30.4355504 ] ], [ [ 120.0902488, 30.4355186 ], [ 120.0917697, 30.431898 ], [ 120.0922309, 30.4308242 ], [ 120.0925769, 30.4300187 ], [ 120.0934656, 30.4279819 ], [ 120.0934993, 30.4279026 ], [ 120.0939862, 30.4267577 ], [ 120.0950533, 30.424248 ], [ 120.0959955, 30.4220677 ], [ 120.0961747, 30.4216461 ], [ 120.096266, 30.4213789 ], [ 120.0962812, 30.4213344 ], [ 120.0963397, 30.4211057 ], [ 120.0964094, 30.4204282 ] ], [ [ 120.0872446, 30.4422579 ], [ 120.087306, 30.4420869 ], [ 120.088102, 30.4404598 ], [ 120.0887257, 30.4389246 ], [ 120.0889153, 30.4384704 ], [ 120.0894378, 30.4373224 ], [ 120.0901284, 30.4358049 ], [ 120.0902488, 30.4355186 ] ], [ [ 120.0903105, 30.4355504 ], [ 120.0892996, 30.4378724 ], [ 120.0890154, 30.4385257 ], [ 120.0888276, 30.438957 ], [ 120.0886485, 30.4393679 ], [ 120.0882794, 30.4402147 ], [ 120.0882156, 30.4403611 ], [ 120.0879638, 30.4409391 ], [ 120.0874416, 30.4421091 ], [ 120.0873625, 30.4422959 ] ], [ [ 120.1088144, 30.4519318 ], [ 120.1088294, 30.4518408 ] ], [ [ 120.1578595, 30.4008727 ], [ 120.1580441, 30.3992435 ], [ 120.1583673, 30.3964566 ], [ 120.1587975, 30.392957 ], [ 120.1589796, 30.3919029 ], [ 120.159347, 30.3887944 ], [ 120.1593667, 30.387733 ] ], [ [ 120.1595433, 30.3877268 ], [ 120.1593904, 30.3892531 ], [ 120.1591744, 30.3910721 ], [ 120.1589511, 30.3929847 ], [ 120.158742, 30.3947646 ], [ 120.1585496, 30.3964956 ], [ 120.1580554, 30.4009126 ] ], [ [ 120.1578561, 30.4010799 ], [ 120.1578595, 30.4008727 ] ], [ [ 120.135587, 30.3950676 ], [ 120.1356121, 30.3948905 ] ], [ [ 120.1357588, 30.3949339 ], [ 120.135739, 30.395078 ] ], [ [ 120.1349243, 30.3997449 ], [ 120.135587, 30.3950676 ] ], [ [ 120.135739, 30.395078 ], [ 120.1350968, 30.3997429 ] ], [ [ 120.1350968, 30.3997429 ], [ 120.1350896, 30.3998622 ] ], [ [ 120.1349199, 30.3998648 ], [ 120.1349243, 30.3997449 ] ], [ [ 120.1350896, 30.3998622 ], [ 120.1350822, 30.4001731 ], [ 120.1350074, 30.4006928 ], [ 120.1349512, 30.4010839 ], [ 120.1349278, 30.4012463 ], [ 120.1347354, 30.4025839 ], [ 120.1346232, 30.4033637 ], [ 120.134598, 30.4035685 ], [ 120.1343533, 30.4052937 ], [ 120.1342981, 30.4057048 ] ], [ [ 120.134133, 30.4057159 ], [ 120.1342573, 30.4048618 ], [ 120.134443, 30.4035858 ], [ 120.1344729, 30.4033787 ], [ 120.1345232, 30.403033 ], [ 120.1346249, 30.4023333 ], [ 120.1347744, 30.4010109 ], [ 120.1349199, 30.3998648 ] ], [ [ 120.157194, 30.4119619 ], [ 120.1571421, 30.4128032 ] ], [ [ 120.1571421, 30.4128032 ], [ 120.1570952, 30.4135627 ] ], [ [ 120.1570952, 30.4135627 ], [ 120.1570497, 30.4142991 ] ], [ [ 120.1570497, 30.4142991 ], [ 120.1570261, 30.4146813 ] ], [ [ 120.1570261, 30.4146813 ], [ 120.1569915, 30.4152417 ] ], [ [ 120.1569915, 30.4152417 ], [ 120.1569591, 30.415766 ] ], [ [ 120.1569591, 30.415766 ], [ 120.1568822, 30.4175797 ] ], [ [ 120.1568822, 30.4175797 ], [ 120.1568458, 30.4179478 ] ], [ [ 120.1568458, 30.4179478 ], [ 120.1567519, 30.419257 ] ], [ [ 120.1567519, 30.419257 ], [ 120.1566124, 30.4200527 ] ], [ [ 120.1566124, 30.4200527 ], [ 120.156567, 30.4202093 ] ], [ [ 120.156567, 30.4202093 ], [ 120.1563764, 30.4208668 ] ], [ [ 120.1563764, 30.4208668 ], [ 120.1560401, 30.4218031 ] ], [ [ 120.1560401, 30.4218031 ], [ 120.1551265, 30.4243801 ] ], [ [ 120.1551265, 30.4243801 ], [ 120.1550004, 30.4246992 ] ], [ [ 120.1550004, 30.4246992 ], [ 120.1543309, 30.4263932 ] ], [ [ 120.1522515, 30.4354351 ], [ 120.1522565, 30.4353356 ] ], [ [ 120.1522565, 30.4353356 ], [ 120.1523521, 30.4339793 ] ], [ [ 120.1523521, 30.4339793 ], [ 120.1523756, 30.4336463 ] ], [ [ 120.1523756, 30.4336463 ], [ 120.1524014, 30.4332797 ] ], [ [ 120.1524014, 30.4332797 ], [ 120.1524188, 30.4328854 ] ], [ [ 120.1524188, 30.4328854 ], [ 120.1524427, 30.43248 ] ], [ [ 120.1524427, 30.43248 ], [ 120.1524781, 30.4318777 ] ], [ [ 120.1524781, 30.4318777 ], [ 120.1526428, 30.4310618 ] ], [ [ 120.1526428, 30.4310618 ], [ 120.1527393, 30.43059 ] ], [ [ 120.1527393, 30.43059 ], [ 120.1531685, 30.4295076 ] ], [ [ 120.1531685, 30.4295076 ], [ 120.1543309, 30.4263932 ] ], [ [ 120.1336453, 30.4094152 ], [ 120.1338119, 30.4082194 ], [ 120.1338999, 30.4075334 ], [ 120.134133, 30.4057159 ] ], [ [ 120.1342981, 30.4057048 ], [ 120.1342887, 30.4057751 ], [ 120.1341269, 30.4069793 ], [ 120.1340537, 30.4075238 ], [ 120.1339712, 30.4081377 ], [ 120.1335234, 30.4113734 ], [ 120.1335041, 30.4115126 ], [ 120.1334965, 30.4116017 ], [ 120.1334236, 30.4124564 ], [ 120.1332305, 30.4124379 ], [ 120.13325, 30.4122908 ] ], [ [ 120.13325, 30.4122908 ], [ 120.1333555, 30.4114943 ], [ 120.1335107, 30.4103805 ], [ 120.1336453, 30.4094152 ] ], [ [ 120.1522515, 30.4354351 ], [ 120.1521707, 30.4369902 ] ], [ [ 120.1521707, 30.4369902 ], [ 120.1521626, 30.4371417 ] ], [ [ 120.1521626, 30.4371417 ], [ 120.1519883, 30.4393132 ] ], [ [ 120.1519883, 30.4393132 ], [ 120.1519883, 30.4396647 ] ], [ [ 120.1519883, 30.4396647 ], [ 120.1519883, 30.4398497 ] ], [ [ 120.1519883, 30.4398497 ], [ 120.1521385, 30.4411632 ] ], [ [ 120.1521385, 30.4411632 ], [ 120.1521683, 30.4413158 ] ], [ [ 120.1521683, 30.4413158 ], [ 120.1522994, 30.4419864 ] ], [ [ 120.1522994, 30.4419864 ], [ 120.1526499, 30.4429391 ] ], [ [ 120.1526499, 30.4429391 ], [ 120.1529759, 30.4436018 ] ], [ [ 120.1529759, 30.4436018 ], [ 120.1534508, 30.444424 ] ], [ [ 120.1534508, 30.444424 ], [ 120.1543773, 30.4455737 ] ], [ [ 120.1543773, 30.4455737 ], [ 120.1557951, 30.4470894 ] ], [ [ 120.1557951, 30.4470894 ], [ 120.1561511, 30.447493 ] ], [ [ 120.1561511, 30.447493 ], [ 120.1569879, 30.448387 ] ], [ [ 120.1569879, 30.448387 ], [ 120.1576584, 30.449196 ] ], [ [ 120.1576584, 30.449196 ], [ 120.1585865, 30.4505236 ] ], [ [ 120.1585865, 30.4505236 ], [ 120.1591447, 30.451914 ] ], [ [ 120.1591447, 30.451914 ], [ 120.1592557, 30.4523715 ] ], [ [ 120.1592557, 30.4523715 ], [ 120.1594019, 30.4529745 ] ], [ [ 120.1594019, 30.4529745 ], [ 120.1594878, 30.4534739 ] ], [ [ 120.1594878, 30.4534739 ], [ 120.1595033, 30.4535654 ] ], [ [ 120.1600671, 30.4568959 ], [ 120.15989, 30.45585 ] ], [ [ 120.15989, 30.45585 ], [ 120.1598063, 30.4553552 ] ], [ [ 120.1598063, 30.4553552 ], [ 120.1595033, 30.4535654 ] ], [ [ 120.1600671, 30.4568959 ], [ 120.1600906, 30.4570378 ] ], [ [ 120.1600906, 30.4570378 ], [ 120.1604496, 30.4592098 ] ], [ [ 120.1604496, 30.4592098 ], [ 120.1604644, 30.4593146 ] ], [ [ 120.1604644, 30.4593146 ], [ 120.1605499, 30.4599201 ] ], [ [ 120.1605499, 30.4599201 ], [ 120.1605472, 30.460986 ] ], [ [ 120.1605472, 30.460986 ], [ 120.1605405, 30.4613269 ] ], [ [ 120.1605405, 30.4613269 ], [ 120.1605503, 30.4629286 ] ], [ [ 120.159449, 30.3849426 ], [ 120.1602671, 30.384937 ], [ 120.1608985, 30.3849387 ], [ 120.1617021, 30.3849408 ], [ 120.1634163, 30.3849453 ], [ 120.164001, 30.3849469 ], [ 120.1645838, 30.3849588 ], [ 120.1652319, 30.3849868 ], [ 120.1656899, 30.3850371 ], [ 120.166108, 30.3850831 ], [ 120.1677691, 30.3853528 ], [ 120.1682693, 30.3854375 ], [ 120.1685874, 30.3854988 ] ], [ [ 120.1685515, 30.3856372 ], [ 120.16828, 30.3855903 ], [ 120.16773, 30.3854849 ], [ 120.1664229, 30.3852742 ], [ 120.1659254, 30.3851939 ], [ 120.1657204, 30.3851638 ], [ 120.1654885, 30.3851297 ], [ 120.1653242, 30.3851181 ], [ 120.1650318, 30.3850997 ], [ 120.1647829, 30.38509 ], [ 120.1640442, 30.3850749 ], [ 120.1634044, 30.3850787 ], [ 120.1624423, 30.3850741 ], [ 120.161704, 30.3850729 ], [ 120.1594876, 30.3850693 ] ], [ [ 120.1685874, 30.3854988 ], [ 120.1693402, 30.385612 ], [ 120.1700184, 30.3856849 ], [ 120.1706643, 30.3857046 ], [ 120.1714617, 30.3857217 ], [ 120.1728996, 30.3857524 ] ], [ [ 120.1728996, 30.3857524 ], [ 120.1730214, 30.3857453 ] ], [ [ 120.1729252, 30.3858888 ], [ 120.1706127, 30.3858269 ], [ 120.1702112, 30.3858147 ], [ 120.169749, 30.3857904 ], [ 120.1690954, 30.3857177 ], [ 120.1685515, 30.3856372 ] ], [ [ 120.1730214, 30.3857453 ], [ 120.1730054, 30.3858842 ] ], [ [ 120.1729252, 30.3858888 ], [ 120.1728996, 30.3857524 ] ], [ [ 120.1730054, 30.3858842 ], [ 120.1729252, 30.3858888 ] ], [ [ 120.1765136, 30.3859503 ], [ 120.1754714, 30.3859508 ], [ 120.1751376, 30.385943 ], [ 120.1740666, 30.385918 ], [ 120.1730054, 30.3858842 ] ], [ [ 120.172641, 30.3881472 ], [ 120.1726808, 30.3877976 ], [ 120.1726983, 30.3876397 ], [ 120.1727245, 30.3874378 ], [ 120.1729252, 30.3858888 ] ], [ [ 120.1730054, 30.3858842 ], [ 120.172854, 30.3871969 ], [ 120.1728022, 30.387646 ], [ 120.1727821, 30.3878022 ], [ 120.1727358, 30.3881612 ] ], [ [ 120.1716093, 30.3928156 ], [ 120.171558, 30.3927544 ], [ 120.1720061, 30.3908481 ], [ 120.1723136, 30.3895398 ], [ 120.172641, 30.3881472 ] ], [ [ 120.1727358, 30.3881612 ], [ 120.1724099, 30.3895605 ], [ 120.1716621, 30.3927716 ], [ 120.1716093, 30.3928156 ] ], [ [ 120.1580554, 30.4009126 ], [ 120.1580544, 30.4011207 ] ], [ [ 120.1576717, 30.4041601 ], [ 120.157694, 30.4038856 ], [ 120.1577495, 30.4031548 ], [ 120.1578561, 30.4010799 ] ], [ [ 120.1580544, 30.4011207 ], [ 120.157936, 30.4030085 ], [ 120.1578971, 30.4038993 ], [ 120.157882, 30.4041745 ] ], [ [ 120.1576421, 30.4043985 ], [ 120.1576717, 30.4041601 ] ], [ [ 120.157882, 30.4041745 ], [ 120.1578283, 30.404417 ] ], [ [ 120.1576715, 30.4053602 ], [ 120.1575728, 30.4051744 ], [ 120.1576421, 30.4043985 ] ], [ [ 120.1578283, 30.404417 ], [ 120.1577847, 30.4048597 ], [ 120.1577612, 30.4051771 ], [ 120.1576715, 30.4053602 ] ], [ [ 120.157537, 30.4074605 ], [ 120.1576032, 30.406398 ] ], [ [ 120.1576032, 30.406398 ], [ 120.1576224, 30.4060899 ] ], [ [ 120.1576224, 30.4060899 ], [ 120.1576715, 30.4053602 ] ], [ [ 120.157194, 30.4119619 ], [ 120.1571988, 30.4118848 ] ], [ [ 120.1571988, 30.4118848 ], [ 120.1572984, 30.4105819 ] ], [ [ 120.1572984, 30.4105819 ], [ 120.157537, 30.4074605 ] ], [ [ 120.2162698, 30.3469358 ], [ 120.2166047, 30.3459972 ], [ 120.2167893, 30.3453497 ], [ 120.2168468, 30.3448992 ], [ 120.2168271, 30.3444732 ], [ 120.2167228, 30.3440017 ], [ 120.2166379, 30.3437347 ], [ 120.2164817, 30.3433749 ] ], [ [ 120.2166564, 30.3434186 ], [ 120.2168514, 30.3439671 ], [ 120.216899, 30.344177 ], [ 120.2169325, 30.3443249 ], [ 120.2169648, 30.3447038 ], [ 120.2169601, 30.3449237 ], [ 120.2168822, 30.3453998 ], [ 120.2167065, 30.3460307 ], [ 120.216401, 30.3469467 ] ], [ [ 120.2215095, 30.3481543 ], [ 120.221703, 30.3480479 ] ], [ [ 120.2217694, 30.3482248 ], [ 120.2215932, 30.348317 ] ], [ [ 120.2200522, 30.3488874 ], [ 120.2209751, 30.3484418 ], [ 120.2212062, 30.348309 ], [ 120.2215095, 30.3481543 ] ], [ [ 120.222639, 30.3499561 ], [ 120.2238862, 30.3498682 ] ], [ [ 120.2238862, 30.3498682 ], [ 120.2241719, 30.3498473 ] ], [ [ 120.2241719, 30.3498473 ], [ 120.2247774, 30.3498142 ] ], [ [ 120.2144071, 30.3509665 ], [ 120.2147104, 30.3505082 ], [ 120.2151612, 30.3498306 ], [ 120.2154737, 30.3493144 ], [ 120.2156238, 30.3489761 ], [ 120.2157413, 30.3486379 ], [ 120.2161416, 30.3474095 ], [ 120.2162013, 30.347234 ], [ 120.2162698, 30.3469358 ] ], [ [ 120.216401, 30.3469467 ], [ 120.2163218, 30.3472501 ], [ 120.2162668, 30.3474167 ], [ 120.2158737, 30.3486338 ], [ 120.21573, 30.3489985 ], [ 120.2155538, 30.3493702 ], [ 120.2148471, 30.3505201 ], [ 120.2145251, 30.3510415 ] ], [ [ 120.2215932, 30.348317 ], [ 120.2212992, 30.3484655 ], [ 120.2210471, 30.348587 ], [ 120.2203713, 30.3488786 ], [ 120.2201173, 30.3490116 ], [ 120.219887, 30.3491989 ], [ 120.21968, 30.3494545 ], [ 120.219509, 30.3497468 ], [ 120.219418, 30.3500138 ], [ 120.2193245, 30.3504164 ], [ 120.2190263, 30.3516587 ], [ 120.2189086, 30.3522369 ] ], [ [ 120.2187341, 30.3521956 ], [ 120.218861, 30.3516435 ], [ 120.2190182, 30.3510348 ], [ 120.2192645, 30.3500815 ], [ 120.2193692, 30.3497333 ], [ 120.219536, 30.3494391 ], [ 120.2197286, 30.3491715 ], [ 120.2200522, 30.3488874 ] ], [ [ 120.206847, 30.3516368 ], [ 120.2070111, 30.3516521 ] ], [ [ 120.2247774, 30.3498142 ], [ 120.2262831, 30.3497097 ] ], [ [ 120.2262831, 30.3497097 ], [ 120.2266751, 30.3497359 ] ], [ [ 120.2266751, 30.3497359 ], [ 120.2267642, 30.3497419 ] ], [ [ 120.2267642, 30.3497419 ], [ 120.2272381, 30.3498605 ] ], [ [ 120.2272381, 30.3498605 ], [ 120.2278, 30.350073 ] ], [ [ 120.2278, 30.350073 ], [ 120.2287136, 30.3504746 ] ], [ [ 120.2131727, 30.3526699 ], [ 120.2133679, 30.3524048 ], [ 120.2135613, 30.3521392 ], [ 120.2138865, 30.351677 ], [ 120.2144071, 30.3509665 ] ], [ [ 120.2145251, 30.3510415 ], [ 120.2142532, 30.3514081 ], [ 120.2139021, 30.3518795 ], [ 120.2137346, 30.3521585 ], [ 120.2135295, 30.3524615 ], [ 120.2133497, 30.3527155 ] ], [ [ 120.2131727, 30.3526699 ], [ 120.2133497, 30.3527155 ] ], [ [ 120.2130886, 30.3527928 ], [ 120.2131727, 30.3526699 ] ], [ [ 120.2069259, 30.3518351 ], [ 120.2067765, 30.3518124 ] ], [ [ 120.2070111, 30.3516521 ], [ 120.2081389, 30.3518277 ], [ 120.2094978, 30.3520445 ] ], [ [ 120.2094868, 30.3521734 ], [ 120.2084765, 30.3520493 ], [ 120.2069259, 30.3518351 ] ], [ [ 120.2094978, 30.3520445 ], [ 120.2109739, 30.3522932 ], [ 120.2122736, 30.3525121 ], [ 120.2131727, 30.3526699 ] ], [ [ 120.2130886, 30.3527928 ], [ 120.2113043, 30.3524609 ], [ 120.2109652, 30.3524148 ], [ 120.2104652, 30.3523467 ], [ 120.2094868, 30.3521734 ] ], [ [ 120.2133497, 30.3527155 ], [ 120.2139083, 30.3528014 ] ], [ [ 120.2133497, 30.3527155 ], [ 120.2132823, 30.3528236 ] ], [ [ 120.2132823, 30.3528236 ], [ 120.2130886, 30.3527928 ] ], [ [ 120.2178503, 30.354059 ], [ 120.2179132, 30.3537949 ], [ 120.2180859, 30.3535445 ], [ 120.2181968, 30.3533772 ], [ 120.218297, 30.3532261 ], [ 120.2185135, 30.3527706 ], [ 120.2187341, 30.3521956 ] ], [ [ 120.2189086, 30.3522369 ], [ 120.2187921, 30.3525334 ], [ 120.2186707, 30.3528393 ], [ 120.2184542, 30.3532816 ], [ 120.2182535, 30.3535991 ], [ 120.2180691, 30.353888 ], [ 120.2180296, 30.3541191 ] ], [ [ 120.216372, 30.3537056 ], [ 120.2145644, 30.3531607 ], [ 120.2137529, 30.3529115 ], [ 120.2135484, 30.3528733 ], [ 120.2132823, 30.3528236 ] ], [ [ 120.2139083, 30.3528014 ], [ 120.214612, 30.3530274 ], [ 120.2178503, 30.354059 ] ], [ [ 120.2177833, 30.354131 ], [ 120.2168133, 30.3538386 ], [ 120.216372, 30.3537056 ] ], [ [ 120.2178503, 30.354059 ], [ 120.2180296, 30.3541191 ] ], [ [ 120.2177833, 30.354131 ], [ 120.2178503, 30.354059 ] ], [ [ 120.2109741, 30.3550657 ], [ 120.2113004, 30.3547622 ], [ 120.2117035, 30.3544649 ], [ 120.2117932, 30.3543988 ], [ 120.2121967, 30.3540842 ], [ 120.2123055, 30.3539694 ], [ 120.2124465, 30.3538207 ], [ 120.2126393, 30.3535573 ], [ 120.2128828, 30.3532059 ], [ 120.2130886, 30.3527928 ] ], [ [ 120.2132823, 30.3528236 ], [ 120.2129997, 30.3532683 ], [ 120.2123548, 30.3540732 ], [ 120.2120037, 30.3543601 ], [ 120.2115356, 30.3547645 ], [ 120.2107596, 30.3554439 ], [ 120.2103823, 30.3559433 ], [ 120.2098616, 30.3568354 ] ], [ [ 120.1927735, 30.349019 ], [ 120.1950913, 30.3493153 ], [ 120.1979817, 30.3496849 ] ], [ [ 120.1979748, 30.3497255 ], [ 120.1950803, 30.3493507 ], [ 120.1927685, 30.3490514 ] ], [ [ 120.1979817, 30.3496849 ], [ 120.1981436, 30.3496507 ] ], [ [ 120.1979748, 30.3497255 ], [ 120.1979817, 30.3496849 ] ], [ [ 120.1981436, 30.3496507 ], [ 120.1981614, 30.3497817 ] ], [ [ 120.1981614, 30.3497817 ], [ 120.1979748, 30.3497255 ] ], [ [ 120.1981436, 30.3496507 ], [ 120.19842, 30.3497085 ], [ 120.1989001, 30.3498335 ], [ 120.2010054, 30.3503346 ], [ 120.2010876, 30.3503534 ], [ 120.2027153, 30.3507257 ] ], [ [ 120.1979713, 30.3508149 ], [ 120.1979412, 30.3501968 ], [ 120.1979647, 30.3499104 ], [ 120.1979748, 30.3497255 ] ], [ [ 120.1873511, 30.3523047 ], [ 120.1876924, 30.3523487 ] ], [ [ 120.1873791, 30.3524035 ], [ 120.1876924, 30.3523487 ] ], [ [ 120.1977886, 30.3531674 ], [ 120.1978653, 30.3523664 ], [ 120.1978863, 30.3520854 ], [ 120.1979359, 30.350992 ], [ 120.1979713, 30.3508149 ] ], [ [ 120.1977785, 30.3532946 ], [ 120.1977886, 30.3531674 ] ], [ [ 120.1981714, 30.3507882 ], [ 120.1981328, 30.3510068 ], [ 120.1980767, 30.35251 ], [ 120.198016, 30.3530903 ], [ 120.1979553, 30.3533764 ], [ 120.1977735, 30.3538547 ], [ 120.1972709, 30.3553107 ], [ 120.1971622, 30.3558164 ] ], [ [ 120.1970298, 30.3557899 ], [ 120.1972258, 30.3552945 ], [ 120.1977235, 30.353821 ], [ 120.1978852, 30.3533482 ], [ 120.1979273, 30.3530137 ], [ 120.1979812, 30.3523476 ], [ 120.1980373, 30.351008 ], [ 120.1979713, 30.3508149 ] ], [ [ 120.1970298, 30.3557899 ], [ 120.1971714, 30.3553349 ], [ 120.1975105, 30.3542951 ], [ 120.1976737, 30.3538037 ], [ 120.1977785, 30.3532946 ] ], [ [ 120.1980333, 30.3534318 ], [ 120.1978165, 30.3538655 ], [ 120.1976515, 30.354348 ], [ 120.1973205, 30.3553361 ], [ 120.1971622, 30.3558164 ] ], [ [ 120.1981614, 30.3497817 ], [ 120.1981491, 30.3499492 ], [ 120.1981249, 30.3502073 ], [ 120.1981714, 30.3507882 ] ], [ [ 120.2067765, 30.3518124 ], [ 120.2062349, 30.351634 ], [ 120.2056652, 30.3514718 ], [ 120.2047128, 30.3513086 ], [ 120.2026207, 30.3508389 ], [ 120.2022119, 30.350745 ], [ 120.2010433, 30.3504767 ], [ 120.2009621, 30.3504581 ], [ 120.1988599, 30.3499422 ], [ 120.1983529, 30.3498254 ], [ 120.1981614, 30.3497817 ] ], [ [ 120.2027153, 30.3507257 ], [ 120.2032956, 30.3508563 ], [ 120.2047512, 30.351184 ], [ 120.2054625, 30.3513236 ], [ 120.2061407, 30.3514641 ], [ 120.206847, 30.3516368 ] ], [ [ 120.1981714, 30.3507882 ], [ 120.1982085, 30.3510031 ], [ 120.1981978, 30.3520883 ], [ 120.1981341, 30.3528946 ], [ 120.1980638, 30.3533126 ] ], [ [ 120.1980638, 30.3533126 ], [ 120.1980333, 30.3534318 ] ], [ [ 120.1969649, 30.3559844 ], [ 120.1970298, 30.3557899 ] ], [ [ 120.1971622, 30.3558164 ], [ 120.1970919, 30.3560289 ] ], [ [ 120.1930414, 30.35563 ], [ 120.1934488, 30.3562451 ], [ 120.1936093, 30.356407 ], [ 120.1938294, 30.3565921 ], [ 120.1942171, 30.3568409 ], [ 120.1944895, 30.3569892 ], [ 120.1948488, 30.3571288 ], [ 120.1952988, 30.3573037 ], [ 120.1963843, 30.3577255 ] ], [ [ 120.1964153, 30.3578311 ], [ 120.1944423, 30.3570645 ], [ 120.1941173, 30.3568803 ], [ 120.1939103, 30.3567413 ], [ 120.1937135, 30.3565947 ], [ 120.1935784, 30.3564941 ], [ 120.1933201, 30.3562399 ], [ 120.1929419, 30.3556477 ] ], [ [ 120.1963843, 30.3577255 ], [ 120.1969649, 30.3559844 ] ], [ [ 120.1970919, 30.3560289 ], [ 120.1965316, 30.3577842 ] ], [ [ 120.1963843, 30.3577255 ], [ 120.1964569, 30.3577537 ], [ 120.1965316, 30.3577842 ] ], [ [ 120.1964153, 30.3578311 ], [ 120.1963843, 30.3577255 ] ], [ [ 120.1965316, 30.3577842 ], [ 120.1964153, 30.3578311 ] ], [ [ 120.1965316, 30.3577842 ], [ 120.1987069, 30.3586729 ] ], [ [ 120.1986273, 30.358784 ], [ 120.1979757, 30.3585033 ], [ 120.1964153, 30.3578311 ] ], [ [ 120.202382, 30.3603214 ], [ 120.2035913, 30.3584828 ], [ 120.2040231, 30.3578001 ], [ 120.2044776, 30.3570694 ] ], [ [ 120.2220286, 30.3555997 ], [ 120.221662, 30.3554467 ], [ 120.2213246, 30.3553402 ], [ 120.2212775, 30.3553192 ], [ 120.2211372, 30.3552699 ], [ 120.2209584, 30.355208 ], [ 120.2206596, 30.3551103 ], [ 120.2203069, 30.3549989 ] ], [ [ 120.2220643, 30.3554621 ], [ 120.2222052, 30.3555683 ] ], [ [ 120.2221334, 30.3557147 ], [ 120.2220286, 30.3555997 ] ], [ [ 120.2222052, 30.3555683 ], [ 120.2234931, 30.3559788 ], [ 120.2251844, 30.3565179 ] ], [ [ 120.2250946, 30.3566475 ], [ 120.2243011, 30.3563975 ], [ 120.2221334, 30.3557147 ] ], [ [ 120.2180296, 30.3541191 ], [ 120.2179447, 30.3541815 ] ], [ [ 120.2179447, 30.3541815 ], [ 120.2177833, 30.354131 ] ], [ [ 120.2203069, 30.3549989 ], [ 120.2179447, 30.3541815 ] ], [ [ 120.2180296, 30.3541191 ], [ 120.2191009, 30.3544859 ], [ 120.2203444, 30.3549116 ], [ 120.2207159, 30.3550234 ], [ 120.221012, 30.3551127 ], [ 120.2211723, 30.3551631 ], [ 120.2213642, 30.3552222 ], [ 120.2216816, 30.3553374 ], [ 120.2220643, 30.3554621 ] ], [ [ 120.2148378, 30.3591546 ], [ 120.215199, 30.3585228 ], [ 120.2159729, 30.357169 ], [ 120.2167134, 30.3558529 ], [ 120.2170996, 30.3551724 ], [ 120.2177833, 30.354131 ] ], [ [ 120.2179447, 30.3541815 ], [ 120.2172084, 30.3552834 ], [ 120.2168442, 30.355949 ], [ 120.2161005, 30.3572535 ], [ 120.2149643, 30.3592026 ] ], [ [ 120.2082791, 30.3591533 ], [ 120.2087196, 30.3584556 ], [ 120.2097268, 30.3567791 ], [ 120.2102778, 30.3559032 ], [ 120.2107561, 30.3552685 ], [ 120.2109741, 30.3550657 ] ], [ [ 120.2136013, 30.3585783 ], [ 120.2115154, 30.3576062 ] ], [ [ 120.2115154, 30.3576062 ], [ 120.2114321, 30.3575673 ] ], [ [ 120.2114321, 30.3575673 ], [ 120.2098616, 30.3568354 ] ], [ [ 120.2098616, 30.3568354 ], [ 120.2087912, 30.358558 ], [ 120.2083695, 30.3591955 ] ], [ [ 120.2082281, 30.3592691 ], [ 120.2082791, 30.3591533 ] ], [ [ 120.2083695, 30.3591955 ], [ 120.2083095, 30.3593124 ] ], [ [ 120.2251844, 30.3565179 ], [ 120.2269763, 30.3571235 ], [ 120.2284406, 30.3576253 ], [ 120.2287767, 30.3577317 ] ], [ [ 120.2287218, 30.3578579 ], [ 120.2283496, 30.3577372 ], [ 120.226869, 30.3572415 ], [ 120.2250946, 30.3566475 ] ], [ [ 120.2148378, 30.3591546 ], [ 120.2136013, 30.3585783 ] ], [ [ 120.2149643, 30.3592026 ], [ 120.2148378, 30.3591546 ] ], [ [ 120.2149643, 30.3592026 ], [ 120.2156711, 30.3595404 ] ], [ [ 120.2156711, 30.3595404 ], [ 120.2158311, 30.3596168 ] ], [ [ 120.2158311, 30.3596168 ], [ 120.2168633, 30.3601101 ] ], [ [ 120.2168633, 30.3601101 ], [ 120.2170155, 30.3601828 ] ], [ [ 120.2170155, 30.3601828 ], [ 120.2174308, 30.3603813 ] ], [ [ 120.2132757, 30.3619617 ], [ 120.2136791, 30.3612367 ], [ 120.2148378, 30.3591546 ] ], [ [ 120.2281454, 30.3602234 ], [ 120.2271417, 30.3605583 ] ], [ [ 120.2271417, 30.3605583 ], [ 120.2268813, 30.3606506 ] ], [ [ 120.2268813, 30.3606506 ], [ 120.2256626, 30.3610655 ] ], [ [ 120.2256626, 30.3610655 ], [ 120.2243178, 30.3615852 ] ], [ [ 120.222373, 30.3626652 ], [ 120.2212626, 30.3621561 ] ], [ [ 120.2212626, 30.3621561 ], [ 120.2210316, 30.3620502 ] ], [ [ 120.2210316, 30.3620502 ], [ 120.219526, 30.3613599 ] ], [ [ 120.2243178, 30.3615852 ], [ 120.2236308, 30.3619166 ] ], [ [ 120.2236308, 30.3619166 ], [ 120.2232262, 30.3621038 ] ], [ [ 120.2232262, 30.3621038 ], [ 120.2228362, 30.3623312 ] ], [ [ 120.2228362, 30.3623312 ], [ 120.222373, 30.3626652 ] ], [ [ 120.222373, 30.3626652 ], [ 120.2232623, 30.363054 ] ], [ [ 120.2232623, 30.363054 ], [ 120.2233801, 30.3631055 ] ], [ [ 120.2233801, 30.3631055 ], [ 120.2235966, 30.3632002 ] ], [ [ 120.2149643, 30.3592026 ], [ 120.2146633, 30.3597572 ], [ 120.2141916, 30.3606262 ], [ 120.214127, 30.3607452 ], [ 120.2134064, 30.3620729 ] ], [ [ 120.2193903, 30.3612987 ], [ 120.2189748, 30.3611051 ] ], [ [ 120.2189748, 30.3611051 ], [ 120.218664, 30.3609597 ] ], [ [ 120.218664, 30.3609597 ], [ 120.2174308, 30.3603813 ] ], [ [ 120.2193903, 30.3612987 ], [ 120.219526, 30.3613599 ] ], [ [ 120.213225, 30.3620908 ], [ 120.2132757, 30.3619617 ] ], [ [ 120.2134064, 30.3620729 ], [ 120.2133052, 30.3621797 ] ], [ [ 120.2062132, 30.3625871 ], [ 120.2071582, 30.3611051 ], [ 120.2072675, 30.3608993 ], [ 120.2074978, 30.3605327 ], [ 120.2080837, 30.3595659 ], [ 120.2082281, 30.3592691 ] ], [ [ 120.2083095, 30.3593124 ], [ 120.2075476, 30.3605514 ], [ 120.2073039, 30.3609262 ], [ 120.2071862, 30.3611334 ], [ 120.2063046, 30.3626266 ] ], [ [ 120.2062132, 30.3625871 ], [ 120.2063046, 30.3626266 ] ], [ [ 120.2061425, 30.3626834 ], [ 120.2062132, 30.3625871 ] ], [ [ 120.2063046, 30.3626266 ], [ 120.2062166, 30.3627327 ] ], [ [ 120.2062166, 30.3627327 ], [ 120.2061425, 30.3626834 ] ], [ [ 120.2054835, 30.3641431 ], [ 120.2056462, 30.3637219 ], [ 120.205715, 30.3635437 ], [ 120.2057417, 30.363474 ], [ 120.2058154, 30.3632812 ], [ 120.2059281, 30.3630666 ], [ 120.2061425, 30.3626834 ] ], [ [ 120.2337772, 30.34925 ], [ 120.2351298, 30.3499112 ], [ 120.2355628, 30.350179 ], [ 120.2358925, 30.3504024 ], [ 120.2361986, 30.3506177 ] ], [ [ 120.2361186, 30.3507229 ], [ 120.2358036, 30.3504962 ], [ 120.2354792, 30.3502735 ], [ 120.235019, 30.3499827 ], [ 120.2337008, 30.3493407 ] ], [ [ 120.2361986, 30.3506177 ], [ 120.2361186, 30.3507229 ] ], [ [ 120.2361186, 30.3507229 ], [ 120.2352802, 30.352323 ] ], [ [ 120.2352802, 30.352323 ], [ 120.2352178, 30.352442 ] ], [ [ 120.2352178, 30.352442 ], [ 120.2348137, 30.3532133 ] ], [ [ 120.2348137, 30.3532133 ], [ 120.233845, 30.3552141 ] ], [ [ 120.233845, 30.3552141 ], [ 120.2335105, 30.3558915 ] ], [ [ 120.2335105, 30.3558915 ], [ 120.2334205, 30.3560824 ] ], [ [ 120.2334205, 30.3560824 ], [ 120.2333648, 30.3562007 ] ], [ [ 120.2333648, 30.3562007 ], [ 120.2332194, 30.3565091 ] ], [ [ 120.2332194, 30.3565091 ], [ 120.2329999, 30.3569811 ] ], [ [ 120.2363477, 30.3560571 ], [ 120.2366722, 30.3553856 ] ], [ [ 120.2366722, 30.3553856 ], [ 120.2367529, 30.3550783 ] ], [ [ 120.2367529, 30.3550783 ], [ 120.2367397, 30.3548034 ] ], [ [ 120.2367397, 30.3548034 ], [ 120.2367155, 30.3547498 ] ], [ [ 120.2367155, 30.3547498 ], [ 120.2366306, 30.3545614 ] ], [ [ 120.2366306, 30.3545614 ], [ 120.2364585, 30.3543542 ] ], [ [ 120.2364585, 30.3543542 ], [ 120.2362063, 30.3541526 ] ], [ [ 120.2362063, 30.3541526 ], [ 120.2360504, 30.354035 ] ], [ [ 120.2360504, 30.354035 ], [ 120.2357876, 30.3538368 ] ], [ [ 120.2357876, 30.3538368 ], [ 120.2348137, 30.3532133 ] ], [ [ 120.2361986, 30.3506177 ], [ 120.2370817, 30.3513497 ], [ 120.2375184, 30.3517659 ], [ 120.2378703, 30.3522065 ], [ 120.2383757, 30.3528523 ], [ 120.238502, 30.3530414 ], [ 120.2386714, 30.3533122 ], [ 120.2389551, 30.3538467 ], [ 120.2391822, 30.3543161 ], [ 120.2394005, 30.3548562 ], [ 120.2395167, 30.3552433 ], [ 120.2402429, 30.3577554 ], [ 120.2404794, 30.3585367 ], [ 120.2406991, 30.3593002 ], [ 120.2412109, 30.3604909 ], [ 120.2417414, 30.3613659 ] ], [ [ 120.241611, 30.3614308 ], [ 120.2410929, 30.3605292 ], [ 120.240647, 30.3595529 ], [ 120.24058, 30.3593439 ], [ 120.2404665, 30.3589895 ], [ 120.2399887, 30.3573617 ], [ 120.2398084, 30.3567268 ], [ 120.2397268, 30.3564394 ], [ 120.2393871, 30.3552819 ], [ 120.2392597, 30.3548909 ], [ 120.2391534, 30.3545682 ], [ 120.2389544, 30.3541585 ], [ 120.2389057, 30.3540582 ], [ 120.2385707, 30.3533558 ], [ 120.2384499, 30.3531896 ], [ 120.2382827, 30.3529204 ], [ 120.2377354, 30.3522319 ], [ 120.2373878, 30.351815 ], [ 120.2369176, 30.3513777 ], [ 120.2361186, 30.3507229 ] ], [ [ 120.2363477, 30.3560571 ], [ 120.2358046, 30.3572019 ] ], [ [ 120.2358046, 30.3572019 ], [ 120.2356705, 30.3574844 ] ], [ [ 120.2356705, 30.3574844 ], [ 120.23553, 30.3577913 ] ], [ [ 120.2316224, 30.3586539 ], [ 120.231834, 30.3584342 ] ], [ [ 120.231834, 30.3584342 ], [ 120.2320264, 30.3582537 ] ], [ [ 120.2320264, 30.3582537 ], [ 120.2322171, 30.3580335 ] ], [ [ 120.2322171, 30.3580335 ], [ 120.2324174, 30.3578021 ] ], [ [ 120.2324174, 30.3578021 ], [ 120.2325913, 30.3575569 ] ], [ [ 120.2325913, 30.3575569 ], [ 120.2329999, 30.3569811 ] ], [ [ 120.2287767, 30.3577317 ], [ 120.2299376, 30.3581079 ], [ 120.2316224, 30.3586539 ] ], [ [ 120.2314868, 30.3587539 ], [ 120.2287218, 30.3578579 ] ], [ [ 120.2316224, 30.3586539 ], [ 120.2314868, 30.3587539 ] ], [ [ 120.23553, 30.3577913 ], [ 120.2349583, 30.3592596 ] ], [ [ 120.2349583, 30.3592596 ], [ 120.234825, 30.359535 ] ], [ [ 120.234825, 30.359535 ], [ 120.2346956, 30.3597918 ] ], [ [ 120.2346956, 30.3597918 ], [ 120.2345822, 30.3598488 ] ], [ [ 120.2346956, 30.3597918 ], [ 120.2350368, 30.3599304 ] ], [ [ 120.2350368, 30.3599304 ], [ 120.2345822, 30.3598488 ] ], [ [ 120.2350368, 30.3599304 ], [ 120.2354297, 30.3600593 ] ], [ [ 120.2354297, 30.3600593 ], [ 120.2361849, 30.3602958 ] ], [ [ 120.2361849, 30.3602958 ], [ 120.2364897, 30.360391 ] ], [ [ 120.2364897, 30.360391 ], [ 120.236803, 30.3604451 ] ], [ [ 120.236803, 30.3604451 ], [ 120.2371167, 30.3604524 ] ], [ [ 120.2371167, 30.3604524 ], [ 120.2374342, 30.3603969 ] ], [ [ 120.2374342, 30.3603969 ], [ 120.2376038, 30.3603671 ] ], [ [ 120.2376038, 30.3603671 ], [ 120.2381222, 30.3602074 ] ], [ [ 120.2381222, 30.3602074 ], [ 120.2382709, 30.3601426 ] ], [ [ 120.2382709, 30.3601426 ], [ 120.2385409, 30.3600713 ] ], [ [ 120.2385409, 30.3600713 ], [ 120.238583, 30.3600569 ] ], [ [ 120.2316224, 30.3586539 ], [ 120.2326841, 30.3590495 ], [ 120.2346956, 30.3597918 ] ], [ [ 120.2345822, 30.3598488 ], [ 120.2336789, 30.3595286 ], [ 120.2315652, 30.3587793 ], [ 120.2314868, 30.3587539 ] ], [ [ 120.2314868, 30.3587539 ], [ 120.2307801, 30.3592159 ] ], [ [ 120.2307801, 30.3592159 ], [ 120.230416, 30.3593857 ] ], [ [ 120.230416, 30.3593857 ], [ 120.2297557, 30.3596936 ] ], [ [ 120.2297557, 30.3596936 ], [ 120.2290353, 30.3599306 ] ], [ [ 120.2290353, 30.3599306 ], [ 120.2289335, 30.3599641 ] ], [ [ 120.2289335, 30.3599641 ], [ 120.2281454, 30.3602234 ] ], [ [ 120.2294323, 30.363069 ], [ 120.2310018, 30.3625471 ] ], [ [ 120.2310018, 30.3625471 ], [ 120.2328725, 30.3618989 ] ], [ [ 120.2328725, 30.3618989 ], [ 120.2332982, 30.361732 ] ], [ [ 120.2332982, 30.361732 ], [ 120.233642, 30.361513 ] ], [ [ 120.233642, 30.361513 ], [ 120.2339208, 30.3612301 ] ], [ [ 120.2339208, 30.3612301 ], [ 120.2341075, 30.3609226 ] ], [ [ 120.2341075, 30.3609226 ], [ 120.2345822, 30.3598488 ] ], [ [ 120.231963, 30.3679559 ], [ 120.2320583, 30.3677701 ] ], [ [ 120.2321977, 30.3677755 ], [ 120.2321345, 30.3679739 ] ], [ [ 120.2321345, 30.3679739 ], [ 120.2319917, 30.368248 ], [ 120.2319006, 30.3686488 ], [ 120.2318582, 30.3690005 ], [ 120.2318266, 30.3695192 ], [ 120.2318994, 30.3700998 ], [ 120.2319228, 30.3703211 ] ], [ [ 120.2317246, 30.3703661 ], [ 120.2316743, 30.3690171 ], [ 120.2317378, 30.3685899 ], [ 120.2318673, 30.3681928 ], [ 120.231963, 30.3679559 ] ], [ [ 120.2319228, 30.3703211 ], [ 120.2319531, 30.3704307 ] ], [ [ 120.2317327, 30.3704667 ], [ 120.2317246, 30.3703661 ] ], [ [ 120.2424292, 30.3642124 ], [ 120.2425398, 30.3640489 ], [ 120.2433273, 30.3635792 ], [ 120.2425461, 30.3625165 ], [ 120.2416825, 30.3615065 ] ], [ [ 120.2319531, 30.3704307 ], [ 120.2320819, 30.3709116 ], [ 120.232415, 30.3715584 ], [ 120.2331144, 30.3724992 ], [ 120.2332662, 30.3727034 ], [ 120.2334688, 30.3729754 ] ], [ [ 120.2333348, 30.3730462 ], [ 120.2332867, 30.3729878 ], [ 120.2325934, 30.3721479 ], [ 120.2324233, 30.3719418 ], [ 120.2320425, 30.3712572 ], [ 120.2317822, 30.3706931 ], [ 120.2317327, 30.3704667 ] ], [ [ 120.2334688, 30.3729754 ], [ 120.2335822, 30.3730933 ] ], [ [ 120.2334412, 30.3731751 ], [ 120.2333348, 30.3730462 ] ], [ [ 120.2335822, 30.3730933 ], [ 120.2342472, 30.3739135 ], [ 120.2347654, 30.3745191 ], [ 120.2348048, 30.3745652 ], [ 120.2349676, 30.3747769 ], [ 120.2367364, 30.3769224 ], [ 120.2371305, 30.3773929 ], [ 120.2382858, 30.3787389 ], [ 120.2397529, 30.380545 ], [ 120.2406934, 30.3816691 ] ], [ [ 120.2405633, 30.3817349 ], [ 120.2399739, 30.3809984 ], [ 120.2396805, 30.3806317 ], [ 120.2395563, 30.3804823 ], [ 120.2381731, 30.3788176 ], [ 120.2367538, 30.3772312 ], [ 120.2365729, 30.3769982 ], [ 120.23561, 30.3758028 ], [ 120.2350011, 30.3750858 ], [ 120.2348186, 30.3748709 ], [ 120.234656, 30.3746666 ], [ 120.2343849, 30.3743187 ], [ 120.2334412, 30.3731751 ] ], [ [ 120.2406934, 30.3816691 ], [ 120.2407315, 30.3817163 ] ], [ [ 120.240615, 30.3817995 ], [ 120.2405633, 30.3817349 ] ], [ [ 120.2407315, 30.3817163 ], [ 120.2413845, 30.3825182 ], [ 120.2423037, 30.383647 ], [ 120.2424268, 30.3837967 ] ], [ [ 120.2422844, 30.3838857 ], [ 120.2421697, 30.3837423 ], [ 120.240615, 30.3817995 ] ], [ [ 120.2439444, 30.3835394 ], [ 120.2439875, 30.3835456 ] ], [ [ 120.2439875, 30.3835456 ], [ 120.2440195, 30.3835532 ] ], [ [ 120.2440195, 30.3835532 ], [ 120.244113, 30.3835753 ] ], [ [ 120.2424268, 30.3837967 ], [ 120.2424936, 30.38376 ] ], [ [ 120.2424936, 30.38376 ], [ 120.2425291, 30.3837406 ] ], [ [ 120.2425291, 30.3837406 ], [ 120.2427321, 30.3836528 ] ], [ [ 120.2427321, 30.3836528 ], [ 120.24292, 30.3835916 ] ], [ [ 120.24292, 30.3835916 ], [ 120.243106, 30.383548 ] ], [ [ 120.243106, 30.383548 ], [ 120.2433196, 30.3835171 ] ], [ [ 120.2433196, 30.3835171 ], [ 120.2435385, 30.3835057 ] ], [ [ 120.2435385, 30.3835057 ], [ 120.2437654, 30.3835162 ] ], [ [ 120.2437654, 30.3835162 ], [ 120.2437883, 30.3835173 ] ], [ [ 120.2437883, 30.3835173 ], [ 120.2439444, 30.3835394 ] ], [ [ 120.2422844, 30.3838857 ], [ 120.2423657, 30.3838303 ] ], [ [ 120.2423657, 30.3838303 ], [ 120.2424268, 30.3837967 ] ], [ [ 120.2415543, 30.3848549 ], [ 120.2415647, 30.3848137 ] ], [ [ 120.2415647, 30.3848137 ], [ 120.2415824, 30.3847678 ] ], [ [ 120.2415824, 30.3847678 ], [ 120.2416338, 30.3846344 ] ], [ [ 120.2416338, 30.3846344 ], [ 120.2417278, 30.3844572 ] ], [ [ 120.2417278, 30.3844572 ], [ 120.2418423, 30.3842916 ] ], [ [ 120.2418423, 30.3842916 ], [ 120.2419954, 30.3841191 ] ], [ [ 120.2419954, 30.3841191 ], [ 120.2421713, 30.3839661 ] ], [ [ 120.2421713, 30.3839661 ], [ 120.2421887, 30.3839509 ] ], [ [ 120.2421887, 30.3839509 ], [ 120.2422844, 30.3838857 ] ], [ [ 120.2453733, 30.3861306 ], [ 120.2453887, 30.3861043 ] ], [ [ 120.2453887, 30.3861043 ], [ 120.2454258, 30.3860413 ] ], [ [ 120.2454258, 30.3860413 ], [ 120.2454763, 30.3859267 ] ], [ [ 120.2454763, 30.3859267 ], [ 120.2455351, 30.3857759 ] ], [ [ 120.2455351, 30.3857759 ], [ 120.2455513, 30.385717 ] ], [ [ 120.2455513, 30.385717 ], [ 120.245555, 30.3857034 ] ], [ [ 120.245555, 30.3857034 ], [ 120.2455803, 30.3856112 ] ], [ [ 120.2455803, 30.3856112 ], [ 120.2456112, 30.3853971 ] ], [ [ 120.2456112, 30.3853971 ], [ 120.2456109, 30.3851684 ] ], [ [ 120.2456109, 30.3851684 ], [ 120.2455875, 30.3849933 ] ], [ [ 120.2455875, 30.3849933 ], [ 120.2455473, 30.3848314 ] ], [ [ 120.2455473, 30.3848314 ], [ 120.2454662, 30.3846203 ] ], [ [ 120.2454662, 30.3846203 ], [ 120.2453956, 30.3844855 ] ], [ [ 120.2453956, 30.3844855 ], [ 120.2452956, 30.3843331 ] ], [ [ 120.2452956, 30.3843331 ], [ 120.2452025, 30.3842168 ] ], [ [ 120.2452025, 30.3842168 ], [ 120.2450699, 30.3840793 ] ], [ [ 120.2450699, 30.3840793 ], [ 120.2449218, 30.3839539 ] ], [ [ 120.2449218, 30.3839539 ], [ 120.2447762, 30.3838523 ] ], [ [ 120.2447762, 30.3838523 ], [ 120.2445848, 30.3837442 ] ], [ [ 120.2445848, 30.3837442 ], [ 120.244438, 30.3836777 ] ], [ [ 120.244438, 30.3836777 ], [ 120.244208, 30.3835977 ] ], [ [ 120.244208, 30.3835977 ], [ 120.2441707, 30.3835889 ] ], [ [ 120.2441707, 30.3835889 ], [ 120.244113, 30.3835753 ] ], [ [ 120.2421926, 30.3866168 ], [ 120.2421225, 30.3865655 ] ], [ [ 120.2421225, 30.3865655 ], [ 120.2420307, 30.3864812 ] ], [ [ 120.2420307, 30.3864812 ], [ 120.2419822, 30.3864367 ] ], [ [ 120.2419822, 30.3864367 ], [ 120.2418313, 30.3862632 ] ], [ [ 120.2418313, 30.3862632 ], [ 120.2417253, 30.3861078 ] ], [ [ 120.2417253, 30.3861078 ], [ 120.2416147, 30.385891 ] ], [ [ 120.2416147, 30.385891 ], [ 120.2415456, 30.3856906 ] ], [ [ 120.2415456, 30.3856906 ], [ 120.2414998, 30.3854469 ] ], [ [ 120.2414998, 30.3854469 ], [ 120.2414933, 30.3852036 ] ], [ [ 120.2414933, 30.3852036 ], [ 120.2415185, 30.384996 ] ], [ [ 120.2415185, 30.384996 ], [ 120.2415543, 30.3848549 ] ], [ [ 120.2452823, 30.3862593 ], [ 120.2453733, 30.3861306 ] ], [ [ 120.2452823, 30.3862593 ], [ 120.2452178, 30.3863345 ] ], [ [ 120.2452178, 30.3863345 ], [ 120.2451626, 30.386392 ] ], [ [ 120.2451626, 30.386392 ], [ 120.245058, 30.3865009 ] ], [ [ 120.245058, 30.3865009 ], [ 120.2449182, 30.3866179 ] ], [ [ 120.2449182, 30.3866179 ], [ 120.2447505, 30.3867329 ] ], [ [ 120.2447505, 30.3867329 ], [ 120.2445946, 30.3868199 ] ], [ [ 120.2445946, 30.3868199 ], [ 120.2444199, 30.3868986 ] ], [ [ 120.2444199, 30.3868986 ], [ 120.2443376, 30.3869261 ] ], [ [ 120.2443376, 30.3869261 ], [ 120.2441727, 30.3869812 ] ], [ [ 120.2441727, 30.3869812 ], [ 120.244029, 30.3870119 ] ], [ [ 120.244029, 30.3870119 ], [ 120.2439232, 30.3870345 ] ], [ [ 120.2439232, 30.3870345 ], [ 120.2437175, 30.3870551 ] ], [ [ 120.2437175, 30.3870551 ], [ 120.2436576, 30.3870611 ] ], [ [ 120.2436576, 30.3870611 ], [ 120.2434604, 30.3870616 ] ], [ [ 120.2434604, 30.3870616 ], [ 120.2433701, 30.3870528 ] ], [ [ 120.2433701, 30.3870528 ], [ 120.2432085, 30.3870372 ] ], [ [ 120.2432085, 30.3870372 ], [ 120.2431869, 30.3870351 ] ], [ [ 120.2431869, 30.3870351 ], [ 120.2430876, 30.3870162 ] ], [ [ 120.2430876, 30.3870162 ], [ 120.2430835, 30.3870152 ] ], [ [ 120.2430835, 30.3870152 ], [ 120.2429859, 30.3869927 ] ], [ [ 120.2429859, 30.3869927 ], [ 120.2429232, 30.3869783 ] ], [ [ 120.2429232, 30.3869783 ], [ 120.2427164, 30.3869103 ] ], [ [ 120.2427164, 30.3869103 ], [ 120.242684, 30.3868961 ] ], [ [ 120.242684, 30.3868961 ], [ 120.2425281, 30.386828 ] ], [ [ 120.2425281, 30.386828 ], [ 120.2423208, 30.3867107 ] ], [ [ 120.2423208, 30.3867107 ], [ 120.2421926, 30.3866168 ] ], [ [ 120.2263844, 30.3802714 ], [ 120.2271203, 30.3809673 ], [ 120.2272235, 30.3810624 ], [ 120.2275403, 30.3813544 ], [ 120.2286904, 30.3823418 ], [ 120.229211, 30.3828792 ], [ 120.2296639, 30.3834254 ], [ 120.2313629, 30.3853492 ], [ 120.2322179, 30.3863173 ], [ 120.2325245, 30.3866788 ], [ 120.232843, 30.3869915 ], [ 120.2331328, 30.3872293 ], [ 120.2335131, 30.3874561 ], [ 120.2338264, 30.3875937 ], [ 120.2354534, 30.3882667 ], [ 120.2357139, 30.3883798 ], [ 120.2360477, 30.3885813 ], [ 120.2363811, 30.3888495 ], [ 120.236597, 30.3890713 ], [ 120.2367834, 30.3893225 ] ], [ [ 120.2367834, 30.3893225 ], [ 120.2365421, 30.3891592 ], [ 120.2362774, 30.3888796 ], [ 120.2359381, 30.3886189 ], [ 120.2355594, 30.3884058 ], [ 120.2351062, 30.3882195 ], [ 120.2342481, 30.3878641 ], [ 120.2334989, 30.3875482 ], [ 120.2330866, 30.3873233 ], [ 120.2328662, 30.3871388 ], [ 120.2327631, 30.3870525 ], [ 120.2324673, 30.3867545 ], [ 120.2321115, 30.3863386 ], [ 120.2313107, 30.3854343 ], [ 120.2310413, 30.3851301 ], [ 120.2301408, 30.3841132 ], [ 120.2294483, 30.3833311 ], [ 120.2291283, 30.3829698 ], [ 120.2289758, 30.3828192 ], [ 120.2288472, 30.3826922 ], [ 120.2282772, 30.3821293 ], [ 120.2281823, 30.3820462 ], [ 120.2276747, 30.3816019 ], [ 120.2273009, 30.3812762 ], [ 120.2270452, 30.3810534 ], [ 120.2266653, 30.3807054 ], [ 120.2265164, 30.380569 ], [ 120.226318, 30.3803546 ] ], [ [ 120.2405965, 30.3924687 ], [ 120.2412464, 30.3927236 ] ], [ [ 120.2412464, 30.3927236 ], [ 120.2423043, 30.3931385 ] ], [ [ 120.2423043, 30.3931385 ], [ 120.2428013, 30.3935229 ] ], [ [ 120.2428013, 30.3935229 ], [ 120.2432517, 30.3938467 ] ], [ [ 120.2432517, 30.3938467 ], [ 120.2435005, 30.3939899 ] ], [ [ 120.2435005, 30.3939899 ], [ 120.2437519, 30.3941253 ] ], [ [ 120.2437519, 30.3941253 ], [ 120.2440745, 30.3942861 ] ], [ [ 120.2440745, 30.3942861 ], [ 120.2444661, 30.3944527 ] ], [ [ 120.2444661, 30.3944527 ], [ 120.2448408, 30.3945787 ] ], [ [ 120.2448408, 30.3945787 ], [ 120.2452056, 30.3946667 ] ], [ [ 120.2452056, 30.3946667 ], [ 120.2455597, 30.3947129 ] ], [ [ 120.2455597, 30.3947129 ], [ 120.2462879, 30.3947881 ] ], [ [ 120.2436254, 30.3991595 ], [ 120.2454303, 30.3961525 ] ], [ [ 120.2367834, 30.3893225 ], [ 120.2377115, 30.3903128 ] ], [ [ 120.2377115, 30.3903128 ], [ 120.2383928, 30.3908496 ] ], [ [ 120.2383928, 30.3908496 ], [ 120.2388595, 30.3912105 ] ], [ [ 120.2388595, 30.3912105 ], [ 120.2392664, 30.3918301 ] ], [ [ 120.2392664, 30.3918301 ], [ 120.2398153, 30.3927531 ] ], [ [ 120.2398153, 30.3927531 ], [ 120.2398889, 30.3928574 ] ], [ [ 120.2398889, 30.3928574 ], [ 120.2400027, 30.392926 ] ], [ [ 120.2400027, 30.392926 ], [ 120.2401161, 30.3928517 ] ], [ [ 120.2401161, 30.3928517 ], [ 120.2403914, 30.3926322 ] ], [ [ 120.2403914, 30.3926322 ], [ 120.2405965, 30.3924687 ] ], [ [ 120.2373852, 30.4085004 ], [ 120.2388801, 30.406493 ], [ 120.2407717, 30.4039727 ] ], [ [ 120.2409042, 30.4040867 ], [ 120.2390498, 30.4066149 ], [ 120.2375311, 30.4085475 ] ], [ [ 120.2456078, 30.3962315 ], [ 120.2437935, 30.3992613 ] ], [ [ 120.2421538, 30.4020766 ], [ 120.2423901, 30.4016689 ], [ 120.2426016, 30.40102 ], [ 120.2435107, 30.3993505 ], [ 120.2436254, 30.3991595 ] ], [ [ 120.2437935, 30.3992613 ], [ 120.2436753, 30.3994586 ], [ 120.2430248, 30.4007293 ], [ 120.2428994, 30.401243 ], [ 120.242539, 30.4017162 ], [ 120.2422671, 30.4021641 ] ], [ [ 120.2407717, 30.4039727 ], [ 120.2420139, 30.4023177 ], [ 120.2421538, 30.4020766 ] ], [ [ 120.2422671, 30.4021641 ], [ 120.2421474, 30.4023614 ], [ 120.241693, 30.4030114 ], [ 120.2409042, 30.4040867 ] ], [ [ 120.2364626, 30.4107483 ], [ 120.2365084, 30.4103139 ], [ 120.2366382, 30.4098466 ], [ 120.2368366, 30.4092674 ], [ 120.2371571, 30.4088067 ], [ 120.2373852, 30.4085004 ] ], [ [ 120.2375311, 30.4085475 ], [ 120.2374929, 30.4085961 ], [ 120.237076, 30.4091732 ], [ 120.236844, 30.4096025 ], [ 120.236682, 30.410118 ], [ 120.2365976, 30.4106725 ], [ 120.2366086, 30.4111011 ], [ 120.2366876, 30.4112753 ] ], [ [ 120.2364662, 30.4113151 ], [ 120.2364648, 30.4111022 ], [ 120.2364626, 30.4107483 ] ], [ [ 120.2293822, 30.432019 ], [ 120.2308542, 30.43252 ] ], [ [ 120.2308229, 30.4325818 ], [ 120.2293378, 30.4320826 ] ], [ [ 120.2062166, 30.3627327 ], [ 120.2060204, 30.3630607 ], [ 120.2058764, 30.3633694 ], [ 120.2057323, 30.3637206 ], [ 120.2055634, 30.3641708 ] ], [ [ 120.2095207, 30.3653114 ], [ 120.2107689, 30.3645153 ], [ 120.2109784, 30.3643765 ], [ 120.2113429, 30.3641174 ], [ 120.2119591, 30.3636792 ], [ 120.2124362, 30.3632622 ], [ 120.2125633, 30.363119 ], [ 120.213225, 30.3620908 ] ], [ [ 120.2133052, 30.3621797 ], [ 120.2128732, 30.3628369 ], [ 120.2126688, 30.3631479 ], [ 120.2125607, 30.3632471 ], [ 120.2122608, 30.3635224 ], [ 120.2118061, 30.3638969 ], [ 120.2114196, 30.3641786 ], [ 120.2110426, 30.3644486 ], [ 120.2108159, 30.3645828 ], [ 120.2095314, 30.3654473 ] ], [ [ 120.2063046, 30.3626266 ], [ 120.2078414, 30.3634978 ], [ 120.2082207, 30.3637366 ], [ 120.2086521, 30.3640683 ], [ 120.2090567, 30.3644446 ], [ 120.2091497, 30.3645311 ], [ 120.2093364, 30.3648867 ], [ 120.2095207, 30.3653114 ] ], [ [ 120.2093628, 30.3653554 ], [ 120.2093246, 30.3652267 ], [ 120.2092566, 30.3649902 ], [ 120.2090566, 30.3646233 ], [ 120.208828, 30.3643504 ], [ 120.2085984, 30.3641465 ], [ 120.2083089, 30.3639414 ], [ 120.2081492, 30.3638355 ], [ 120.2077676, 30.3635823 ], [ 120.2072224, 30.3632816 ], [ 120.2062166, 30.3627327 ] ], [ [ 120.2055634, 30.3641708 ], [ 120.2054677, 30.364464 ], [ 120.2053761, 30.3647231 ], [ 120.2052963, 30.3647082 ], [ 120.2054835, 30.3641431 ] ], [ [ 120.2093628, 30.3653554 ], [ 120.2095207, 30.3653114 ] ], [ [ 120.2095207, 30.3653114 ], [ 120.2095314, 30.3654473 ] ], [ [ 120.222373, 30.3626652 ], [ 120.2222003, 30.362805 ] ], [ [ 120.2222003, 30.362805 ], [ 120.2220005, 30.3630026 ] ], [ [ 120.2220005, 30.3630026 ], [ 120.2217428, 30.3633015 ] ], [ [ 120.2217428, 30.3633015 ], [ 120.221498, 30.3637071 ] ], [ [ 120.221498, 30.3637071 ], [ 120.2214185, 30.3638665 ] ], [ [ 120.2214185, 30.3638665 ], [ 120.2212752, 30.3641538 ] ], [ [ 120.2235966, 30.3632002 ], [ 120.2246113, 30.3636365 ] ], [ [ 120.2246113, 30.3636365 ], [ 120.2250028, 30.3637935 ] ], [ [ 120.2250028, 30.3637935 ], [ 120.2253542, 30.3639004 ] ], [ [ 120.2253542, 30.3639004 ], [ 120.2256396, 30.3639585 ] ], [ [ 120.2256396, 30.3639585 ], [ 120.2260081, 30.3640032 ] ], [ [ 120.2260081, 30.3640032 ], [ 120.2264191, 30.363995 ] ], [ [ 120.2264191, 30.363995 ], [ 120.2266994, 30.3639617 ] ], [ [ 120.2266994, 30.3639617 ], [ 120.2268296, 30.3639463 ] ], [ [ 120.2268296, 30.3639463 ], [ 120.227289, 30.363827 ] ], [ [ 120.227289, 30.363827 ], [ 120.2294323, 30.363069 ] ], [ [ 120.2207565, 30.3651935 ], [ 120.2212752, 30.3641538 ] ], [ [ 120.2207021, 30.365331 ], [ 120.2207565, 30.3651935 ] ], [ [ 120.2151189, 30.3693625 ], [ 120.2152332, 30.3694448 ] ], [ [ 120.2151395, 30.3695348 ], [ 120.2150189, 30.3694414 ] ], [ [ 120.2152332, 30.3694448 ], [ 120.2154404, 30.3696054 ], [ 120.2159762, 30.3701227 ], [ 120.2162957, 30.3704833 ], [ 120.216775, 30.3709866 ], [ 120.2174388, 30.3716046 ] ], [ [ 120.2261751, 30.3802261 ], [ 120.2256053, 30.379707 ], [ 120.2252619, 30.379448 ], [ 120.2247594, 30.3791182 ], [ 120.2245703, 30.3789741 ], [ 120.2243387, 30.3788546 ], [ 120.2237764, 30.3785022 ], [ 120.2229884, 30.3780084 ], [ 120.2224056, 30.3776432 ], [ 120.2214105, 30.3769284 ], [ 120.2210486, 30.3766065 ], [ 120.220869, 30.3764302 ], [ 120.2206972, 30.3762207 ], [ 120.2205242, 30.3759727 ], [ 120.2199805, 30.3750112 ], [ 120.2195476, 30.3742145 ], [ 120.2193436, 30.3738981 ], [ 120.2191742, 30.3736524 ], [ 120.2190021, 30.3734248 ], [ 120.2185395, 30.3729456 ], [ 120.2183662, 30.3727641 ], [ 120.2175908, 30.3719523 ], [ 120.2173796, 30.3717312 ], [ 120.2166792, 30.3710528 ], [ 120.2158949, 30.3702113 ], [ 120.2154749, 30.3698133 ], [ 120.2151395, 30.3695348 ] ], [ [ 120.2174388, 30.3716046 ], [ 120.2187819, 30.3730018 ], [ 120.2188791, 30.373118 ], [ 120.2190811, 30.3733593 ], [ 120.2192924, 30.3736394 ], [ 120.2194642, 30.3738872 ], [ 120.2196708, 30.3742509 ], [ 120.2201031, 30.3750633 ], [ 120.2204519, 30.3756741 ], [ 120.2206132, 30.3759235 ], [ 120.2207961, 30.3761739 ], [ 120.2209713, 30.3763896 ], [ 120.2213085, 30.3767257 ], [ 120.2214835, 30.3768973 ], [ 120.2219082, 30.3771989 ], [ 120.2242106, 30.3786731 ], [ 120.2243552, 30.3787657 ], [ 120.2252712, 30.3793476 ], [ 120.2255599, 30.3795739 ], [ 120.2262726, 30.3801441 ] ], [ [ 120.2262726, 30.3801441 ], [ 120.2263844, 30.3802714 ] ], [ [ 120.226318, 30.3803546 ], [ 120.2261751, 30.3802261 ] ], [ [ 120.20939, 30.3654891 ], [ 120.2093628, 30.3653554 ] ], [ [ 120.2095314, 30.3654473 ], [ 120.20939, 30.3654891 ] ], [ [ 120.2095314, 30.3654473 ], [ 120.2095631, 30.3656991 ], [ 120.2096578, 30.3662373 ], [ 120.2098536, 30.3667519 ], [ 120.210161, 30.3671859 ], [ 120.21044, 30.3674189 ], [ 120.2107618, 30.3676174 ], [ 120.2110961, 30.3677794 ], [ 120.211632, 30.3679685 ], [ 120.2126527, 30.3683286 ], [ 120.2133011, 30.3685543 ], [ 120.213867, 30.3687512 ], [ 120.2142974, 30.3689429 ], [ 120.2147313, 30.3691605 ], [ 120.2151189, 30.3693625 ] ], [ [ 120.2150189, 30.3694414 ], [ 120.2141943, 30.3690216 ], [ 120.2138232, 30.3688672 ], [ 120.2126119, 30.3684272 ], [ 120.2124464, 30.3683695 ], [ 120.2112878, 30.3679659 ], [ 120.2109288, 30.3678322 ], [ 120.2106711, 30.3677267 ], [ 120.2103548, 30.3674972 ], [ 120.210101, 30.3672827 ], [ 120.2099201, 30.3670604 ], [ 120.209764, 30.3668207 ], [ 120.2096735, 30.366601 ], [ 120.2095778, 30.3663562 ], [ 120.20939, 30.3654891 ] ], [ [ 120.2161134, 30.4594462 ], [ 120.2164273, 30.4595848 ] ], [ [ 120.2045945, 30.3571316 ], [ 120.2040997, 30.3578326 ], [ 120.2036763, 30.3585353 ], [ 120.2024394, 30.3603661 ] ], [ [ 120.1987069, 30.3586729 ], [ 120.1992162, 30.3589574 ], [ 120.1996363, 30.3591817 ], [ 120.20012, 30.3594244 ], [ 120.2008052, 30.3597089 ], [ 120.2010354, 30.3597997 ], [ 120.2021362, 30.3602187 ], [ 120.202382, 30.3603214 ] ], [ [ 120.2023101, 30.3603998 ], [ 120.2009761, 30.3598645 ], [ 120.200779, 30.3597882 ], [ 120.2000557, 30.3594814 ], [ 120.1996039, 30.3592755 ], [ 120.1993036, 30.3591387 ], [ 120.1986273, 30.358784 ] ], [ [ 120.202382, 30.3603214 ], [ 120.2024394, 30.3603661 ] ], [ [ 120.2023101, 30.3603998 ], [ 120.202382, 30.3603214 ] ], [ [ 120.2024394, 30.3603661 ], [ 120.2023825, 30.3604518 ] ], [ [ 120.2023825, 30.3604518 ], [ 120.2023101, 30.3603998 ] ], [ [ 120.2024394, 30.3603661 ], [ 120.2042578, 30.3613837 ] ], [ [ 120.2041821, 30.3614736 ], [ 120.203589, 30.3611369 ], [ 120.2023825, 30.3604518 ] ], [ [ 120.2042578, 30.3613837 ], [ 120.205216, 30.3619734 ], [ 120.2062132, 30.3625871 ] ], [ [ 120.2061425, 30.3626834 ], [ 120.2052143, 30.3621106 ], [ 120.2049079, 30.3619215 ], [ 120.2041821, 30.3614736 ] ], [ [ 120.1877138, 30.3524409 ], [ 120.1873791, 30.3524035 ] ], [ [ 120.1876924, 30.3523487 ], [ 120.1898886, 30.3526525 ], [ 120.1903088, 30.3527586 ], [ 120.1906102, 30.3528465 ], [ 120.1909323, 30.3529786 ], [ 120.1910775, 30.3530391 ], [ 120.1912591, 30.3531643 ], [ 120.1914584, 30.353315 ], [ 120.1917314, 30.3535553 ], [ 120.1920237, 30.3538711 ], [ 120.1921365, 30.3540249 ], [ 120.1923551, 30.3544153 ], [ 120.1930031, 30.3555721 ], [ 120.1930414, 30.35563 ] ], [ [ 120.1929419, 30.3556477 ], [ 120.1929154, 30.3556117 ], [ 120.1922924, 30.3544457 ], [ 120.1922156, 30.3543019 ], [ 120.192, 30.3539589 ], [ 120.191786, 30.3537147 ], [ 120.1915647, 30.3535035 ], [ 120.1912898, 30.3532921 ], [ 120.1910838, 30.3531597 ], [ 120.1908414, 30.3530093 ], [ 120.1905738, 30.3528997 ], [ 120.1902456, 30.3528074 ], [ 120.1898509, 30.3527165 ], [ 120.1894822, 30.352669 ], [ 120.1877138, 30.3524409 ] ], [ [ 120.1869301, 30.3850233 ], [ 120.1872604, 30.3849366 ] ], [ [ 120.1873124, 30.385131 ], [ 120.1869885, 30.3852177 ] ], [ [ 120.1804869, 30.4706606 ], [ 120.1806146, 30.4706095 ] ], [ [ 120.1805968, 30.4707016 ], [ 120.1804869, 30.4706606 ] ], [ [ 120.1806146, 30.4706095 ], [ 120.1817026, 30.471146 ], [ 120.181837, 30.4712145 ], [ 120.1821318, 30.4713757 ], [ 120.1831563, 30.4718872 ], [ 120.1837407, 30.4721763 ], [ 120.1838823, 30.4722368 ] ], [ [ 120.1838138, 30.4723247 ], [ 120.183706, 30.4722584 ], [ 120.1830878, 30.4719572 ], [ 120.1821823, 30.4715008 ], [ 120.1817818, 30.4712989 ], [ 120.1805968, 30.4707016 ] ], [ [ 120.2425388, 30.4379329 ], [ 120.2427917, 30.4380455 ] ], [ [ 120.2427086, 30.4381281 ], [ 120.2424526, 30.4380103 ] ], [ [ 120.2427917, 30.4380455 ], [ 120.243738, 30.4384667 ], [ 120.2439203, 30.4385511 ], [ 120.2448665, 30.4389893 ], [ 120.2450153, 30.4390552 ], [ 120.2454023, 30.4392135 ] ], [ [ 120.2453488, 30.4393028 ], [ 120.2449737, 30.4391397 ], [ 120.2448075, 30.439068 ], [ 120.2437869, 30.4385682 ], [ 120.2437006, 30.4385259 ], [ 120.2427086, 30.4381281 ] ], [ [ 120.2453488, 30.4393028 ], [ 120.2454023, 30.4392135 ] ], [ [ 120.2485509, 30.4366885 ], [ 120.2486578, 30.436595 ] ], [ [ 120.2485509, 30.4366885 ], [ 120.2484521, 30.4367749 ] ], [ [ 120.2308542, 30.43252 ], [ 120.231089, 30.4326184 ] ], [ [ 120.2310597, 30.432681 ], [ 120.2308229, 30.4325818 ] ], [ [ 120.231089, 30.4326184 ], [ 120.2315564, 30.4328143 ], [ 120.2318414, 30.4329337 ], [ 120.2335982, 30.4337567 ], [ 120.2340208, 30.4339547 ], [ 120.2344501, 30.4341558 ], [ 120.2354153, 30.4346979 ], [ 120.2364692, 30.435147 ] ], [ [ 120.2364254, 30.4352003 ], [ 120.2353765, 30.4347565 ], [ 120.2344101, 30.4342137 ], [ 120.2341504, 30.434092 ], [ 120.2318056, 30.4329936 ], [ 120.2310597, 30.432681 ] ], [ [ 120.2381296, 30.4359296 ], [ 120.2375961, 30.4357013 ], [ 120.2364254, 30.4352003 ] ], [ [ 120.2364692, 30.435147 ], [ 120.2371219, 30.4354251 ], [ 120.2387138, 30.4361034 ], [ 120.2387841, 30.436137 ], [ 120.2408016, 30.4371462 ], [ 120.2410872, 30.4372781 ], [ 120.2415606, 30.437492 ], [ 120.2425388, 30.4379329 ] ], [ [ 120.2424526, 30.4380103 ], [ 120.2416357, 30.4376215 ], [ 120.2411744, 30.4374087 ], [ 120.2408861, 30.43727 ], [ 120.2386779, 30.4361633 ], [ 120.2381296, 30.4359296 ] ], [ [ 120.2284894, 30.4464557 ], [ 120.2303861, 30.4467597 ] ], [ [ 120.2303649, 30.4468232 ], [ 120.22849, 30.446535 ] ], [ [ 120.2303861, 30.4467597 ], [ 120.2316701, 30.4469434 ], [ 120.2328655, 30.4471144 ] ], [ [ 120.2327623, 30.4471875 ], [ 120.2318268, 30.4470454 ], [ 120.2303649, 30.4468232 ] ], [ [ 120.2453488, 30.4393028 ], [ 120.2432451, 30.4428153 ] ], [ [ 120.2432451, 30.4428153 ], [ 120.243127, 30.4430165 ] ], [ [ 120.243127, 30.4430165 ], [ 120.2430651, 30.4431214 ] ], [ [ 120.2430651, 30.4431214 ], [ 120.2418044, 30.4451501 ] ], [ [ 120.2418044, 30.4451501 ], [ 120.2416025, 30.445475 ] ], [ [ 120.2416025, 30.445475 ], [ 120.2414436, 30.4457425 ] ], [ [ 120.2414436, 30.4457425 ], [ 120.2413279, 30.4459373 ] ], [ [ 120.2413279, 30.4459373 ], [ 120.2405122, 30.4473108 ] ], [ [ 120.2405122, 30.4473108 ], [ 120.2403223, 30.4476302 ] ], [ [ 120.2403223, 30.4476302 ], [ 120.2401593, 30.4478715 ] ], [ [ 120.2401593, 30.4478715 ], [ 120.2407098, 30.448025 ], [ 120.2414427, 30.4482411 ], [ 120.2448575, 30.4492482 ] ], [ [ 120.2331695, 30.4471521 ], [ 120.2342817, 30.44728 ], [ 120.2356295, 30.4474178 ], [ 120.2356586, 30.4474208 ], [ 120.2371469, 30.4475657 ], [ 120.2393931, 30.4477796 ], [ 120.2397864, 30.4478251 ], [ 120.2401593, 30.4478715 ] ], [ [ 120.2401041, 30.447945 ], [ 120.2397562, 30.4479048 ], [ 120.2393505, 30.4478598 ], [ 120.2386743, 30.4477975 ], [ 120.2371392, 30.4476562 ], [ 120.2357349, 30.4475233 ], [ 120.2344756, 30.4473955 ], [ 120.2339542, 30.4473426 ], [ 120.2330234, 30.4472587 ] ], [ [ 120.2401041, 30.447945 ], [ 120.2401593, 30.4478715 ] ], [ [ 120.2401041, 30.447945 ], [ 120.2394063, 30.449122 ] ], [ [ 120.2394063, 30.449122 ], [ 120.2389193, 30.4499403 ] ], [ [ 120.2389193, 30.4499403 ], [ 120.2383264, 30.4507246 ] ], [ [ 120.2383264, 30.4507246 ], [ 120.2380393, 30.4510743 ] ], [ [ 120.2380393, 30.4510743 ], [ 120.2376843, 30.4514851 ] ], [ [ 120.2376843, 30.4514851 ], [ 120.237444, 30.451768 ] ], [ [ 120.237444, 30.451768 ], [ 120.2371729, 30.4520562 ] ], [ [ 120.2371729, 30.4520562 ], [ 120.2360795, 30.4531711 ] ], [ [ 120.2360795, 30.4531711 ], [ 120.2354935, 30.4537687 ] ], [ [ 120.2354935, 30.4537687 ], [ 120.2352172, 30.454038 ] ], [ [ 120.2352172, 30.454038 ], [ 120.2349846, 30.4542669 ] ], [ [ 120.2349846, 30.4542669 ], [ 120.2348915, 30.4543597 ] ], [ [ 120.2347656, 30.4545343 ], [ 120.2348915, 30.4543597 ] ], [ [ 120.2448018, 30.4493365 ], [ 120.2429876, 30.4487998 ], [ 120.2401041, 30.447945 ] ], [ [ 120.2448575, 30.4492482 ], [ 120.2449551, 30.4492778 ] ], [ [ 120.2448018, 30.4493365 ], [ 120.2448575, 30.4492482 ] ], [ [ 120.2449551, 30.4492778 ], [ 120.2448946, 30.4493666 ] ], [ [ 120.2448946, 30.4493666 ], [ 120.2448018, 30.4493365 ] ], [ [ 120.2400097, 30.4556803 ], [ 120.240101, 30.4555715 ], [ 120.2405128, 30.4550796 ], [ 120.2416474, 30.4537244 ], [ 120.2424899, 30.4526793 ], [ 120.2427974, 30.4522978 ], [ 120.243092, 30.4519384 ], [ 120.2437435, 30.4511437 ], [ 120.2439513, 30.4508033 ], [ 120.2441655, 30.4504339 ], [ 120.2448018, 30.4493365 ] ], [ [ 120.2448946, 30.4493666 ], [ 120.2442594, 30.4504405 ], [ 120.2441913, 30.4505557 ], [ 120.2439117, 30.4509924 ], [ 120.2434482, 30.4516382 ], [ 120.2425634, 30.45271 ], [ 120.2423208, 30.4530174 ], [ 120.2416935, 30.4537956 ], [ 120.2416519, 30.4538449 ], [ 120.2410133, 30.4546017 ], [ 120.2402189, 30.4556046 ], [ 120.2401435, 30.4557148 ] ], [ [ 120.2328655, 30.4471144 ], [ 120.2331695, 30.4471521 ] ], [ [ 120.2330234, 30.4472587 ], [ 120.2327623, 30.4471875 ] ], [ [ 120.2307202, 30.4593698 ], [ 120.2309305, 30.4590442 ] ], [ [ 120.2309305, 30.4590442 ], [ 120.2317668, 30.4580394 ] ], [ [ 120.2317668, 30.4580394 ], [ 120.2328439, 30.4567677 ] ], [ [ 120.2328439, 30.4567677 ], [ 120.2339626, 30.4554469 ] ], [ [ 120.2339626, 30.4554469 ], [ 120.2346673, 30.4546176 ] ], [ [ 120.2346673, 30.4546176 ], [ 120.2347656, 30.4545343 ] ], [ [ 120.2161243, 30.4597357 ], [ 120.2158402, 30.4595886 ] ], [ [ 120.2184167, 30.4608292 ], [ 120.2161243, 30.4597357 ] ], [ [ 120.2164273, 30.4595848 ], [ 120.2168941, 30.4598145 ], [ 120.2178195, 30.4602689 ], [ 120.2194454, 30.4610674 ], [ 120.2198351, 30.4612605 ], [ 120.2212159, 30.461933 ], [ 120.2233116, 30.4629537 ] ], [ [ 120.2229526, 30.4630478 ], [ 120.2223909, 30.462779 ], [ 120.2220907, 30.4626318 ], [ 120.2197529, 30.4614853 ], [ 120.2193278, 30.4612795 ], [ 120.2184167, 30.4608292 ] ], [ [ 120.2229526, 30.4630478 ], [ 120.2233116, 30.4629537 ] ], [ [ 120.2231527, 30.4631435 ], [ 120.2229526, 30.4630478 ] ], [ [ 120.2233116, 30.4629537 ], [ 120.2240859, 30.4633325 ], [ 120.2242357, 30.4634027 ], [ 120.2272415, 30.464812 ] ], [ [ 120.2270852, 30.4650053 ], [ 120.2268031, 30.4648897 ], [ 120.2231527, 30.4631435 ] ], [ [ 120.2231527, 30.4631435 ], [ 120.2228844, 30.4634943 ], [ 120.2227548, 30.4637153 ], [ 120.2223166, 30.4644146 ], [ 120.2214542, 30.4657314 ] ], [ [ 120.2272415, 30.464812 ], [ 120.2270852, 30.4650053 ] ], [ [ 120.2149647, 30.4750537 ], [ 120.2171297, 30.4718357 ], [ 120.2181609, 30.4703028 ], [ 120.2201209, 30.4673892 ], [ 120.2204448, 30.46682 ], [ 120.2211319, 30.4657863 ], [ 120.2221012, 30.4643284 ], [ 120.2229526, 30.4630478 ] ], [ [ 120.2214542, 30.4657314 ], [ 120.2212998, 30.4658795 ], [ 120.2206265, 30.4669075 ], [ 120.2203122, 30.4674611 ], [ 120.2183375, 30.4704072 ], [ 120.2151481, 30.4751656 ] ], [ [ 120.1324922, 30.4627401 ], [ 120.1328434, 30.4628074 ] ], [ [ 120.1411033, 30.4640495 ], [ 120.1408115, 30.4640929 ] ], [ [ 120.1408115, 30.4640929 ], [ 120.1404022, 30.4641333 ] ], [ [ 120.1404022, 30.4641333 ], [ 120.1394862, 30.4639779 ] ], [ [ 120.1394862, 30.4639779 ], [ 120.1388982, 30.4638655 ] ], [ [ 120.1388982, 30.4638655 ], [ 120.1359112, 30.4632944 ] ], [ [ 120.1359112, 30.4632944 ], [ 120.135754, 30.4632643 ] ], [ [ 120.135754, 30.4632643 ], [ 120.1356013, 30.4632331 ] ], [ [ 120.1356013, 30.4632331 ], [ 120.1345958, 30.4630779 ] ], [ [ 120.1345958, 30.4630779 ], [ 120.1336203, 30.4629273 ] ], [ [ 120.1336203, 30.4629273 ], [ 120.1328434, 30.4628074 ] ], [ [ 120.1249078, 30.4613234 ], [ 120.1246427, 30.4612799 ] ], [ [ 120.1246427, 30.4612799 ], [ 120.1244765, 30.4612527 ] ], [ [ 120.1244765, 30.4612527 ], [ 120.1242652, 30.461218 ] ], [ [ 120.1242652, 30.461218 ], [ 120.1235936, 30.4611078 ] ], [ [ 120.1235936, 30.4611078 ], [ 120.1229832, 30.4609826 ] ], [ [ 120.1263668, 30.4615917 ], [ 120.1249078, 30.4613234 ] ], [ [ 120.1324922, 30.4627401 ], [ 120.1315887, 30.4625233 ] ], [ [ 120.1315887, 30.4625233 ], [ 120.1313943, 30.4624771 ] ], [ [ 120.1313943, 30.4624771 ], [ 120.1291966, 30.4620901 ] ], [ [ 120.1291966, 30.4620901 ], [ 120.1263668, 30.4615917 ] ], [ [ 120.1411033, 30.4640495 ], [ 120.1415722, 30.4638701 ], [ 120.1417999, 30.4638 ], [ 120.1421495, 30.4637194 ], [ 120.1425439, 30.4636651 ], [ 120.1427916, 30.4636357 ] ], [ [ 120.1486957, 30.4643089 ], [ 120.1485397, 30.4640858 ], [ 120.1483918, 30.4638654 ], [ 120.1482778, 30.4637458 ], [ 120.1481283, 30.4636542 ], [ 120.1479681, 30.4635945 ], [ 120.1477355, 30.4635467 ], [ 120.1475707, 30.4635387 ], [ 120.1470746, 30.4635228 ], [ 120.147003, 30.4634957 ], [ 120.146996635932211, 30.463482053970043 ] ], [ [ 120.146996635932211, 30.463482053970043 ], [ 120.1469822, 30.4634511 ], [ 120.1470084, 30.4634152 ], [ 120.1471162, 30.4634006 ], [ 120.147579, 30.4634161 ], [ 120.147925, 30.4634471 ], [ 120.1481514, 30.4635055 ], [ 120.1483194, 30.4635892 ], [ 120.1484642, 30.4637286 ], [ 120.1485751, 30.4638786 ], [ 120.1486814, 30.4640579 ], [ 120.1486957, 30.4643089 ] ], [ [ 120.1411033, 30.4640495 ], [ 120.1415763, 30.4639191 ], [ 120.1417836, 30.4638648 ], [ 120.142491, 30.4637492 ], [ 120.1430053, 30.4636808 ], [ 120.1437594, 30.463616 ], [ 120.1446186, 30.4635598 ], [ 120.1459733, 30.4635065 ], [ 120.1468205, 30.4634814 ], [ 120.146996635932211, 30.463482053970043 ] ], [ [ 120.146996635932211, 30.463482053970043 ], [ 120.1472245, 30.4634829 ], [ 120.1476192, 30.4634896 ], [ 120.1478692, 30.4635221 ], [ 120.1481396, 30.4635852 ], [ 120.1483361, 30.4637054 ], [ 120.1484688, 30.4638524 ], [ 120.1485784, 30.4640113 ], [ 120.1486198, 30.4641162 ], [ 120.1486957, 30.4643089 ] ], [ [ 120.1427863, 30.4637859 ], [ 120.1425016, 30.4638099 ], [ 120.1411033, 30.4640495 ] ], [ [ 120.1488977, 30.4648256 ], [ 120.1486957, 30.4643089 ] ], [ [ 120.1489121, 30.464977 ], [ 120.1488977, 30.4648256 ] ], [ [ 120.1605503, 30.4629286 ], [ 120.1605605, 30.4646987 ] ], [ [ 120.1605605, 30.4646987 ], [ 120.1605381, 30.4659712 ] ], [ [ 120.1605289, 30.466155 ], [ 120.1605381, 30.4659712 ] ], [ [ 120.0883243, 30.4451672 ], [ 120.0880298, 30.4450695 ], [ 120.0865997, 30.4445849 ], [ 120.0863777, 30.4445012 ] ], [ [ 120.0864685, 30.4443373 ], [ 120.0872816, 30.4446346 ], [ 120.0882369, 30.444981 ], [ 120.0885872, 30.445108 ], [ 120.0896591, 30.4454756 ] ], [ [ 120.0897552, 30.4456442 ], [ 120.0895627, 30.4455783 ], [ 120.0883243, 30.4451672 ] ], [ [ 120.1085124, 30.4540773 ], [ 120.1085771, 30.4534484 ] ], [ [ 120.1085771, 30.4534484 ], [ 120.1086442, 30.4529626 ] ], [ [ 120.1086442, 30.4529626 ], [ 120.1088144, 30.4519318 ] ], [ [ 120.1085124, 30.4540773 ], [ 120.1083153, 30.4547013 ] ], [ [ 120.1083153, 30.4547013 ], [ 120.1078886, 30.4559453 ] ], [ [ 120.1078886, 30.4559453 ], [ 120.1076905, 30.4564211 ] ], [ [ 120.1076905, 30.4564211 ], [ 120.1074274, 30.4568557 ] ], [ [ 120.1074274, 30.4568557 ], [ 120.1073623, 30.4569356 ] ], [ [ 120.1073623, 30.4569356 ], [ 120.1072346, 30.4570922 ] ], [ [ 120.1072346, 30.4570922 ], [ 120.1069016, 30.4575008 ] ], [ [ 120.1069016, 30.4575008 ], [ 120.1056939, 30.4567043 ] ], [ [ 120.1056939, 30.4567043 ], [ 120.1054627, 30.4565518 ] ], [ [ 120.1054627, 30.4565518 ], [ 120.1051076, 30.4563176 ] ], [ [ 120.1051076, 30.4563176 ], [ 120.1044448, 30.4561641 ] ], [ [ 120.1044448, 30.4561641 ], [ 120.1033861, 30.456275 ] ], [ [ 120.1033861, 30.456275 ], [ 120.1029992, 30.456319 ] ], [ [ 120.1029992, 30.456319 ], [ 120.1026811, 30.4563551 ] ], [ [ 120.1026811, 30.4563551 ], [ 120.1024858, 30.4563773 ] ], [ [ 120.1024858, 30.4563773 ], [ 120.1017846, 30.4564595 ] ], [ [ 120.1017846, 30.4564595 ], [ 120.101065, 30.4565438 ] ], [ [ 120.101065, 30.4565438 ], [ 120.1005422, 30.45667 ] ], [ [ 120.1005422, 30.45667 ], [ 120.1003124, 30.4567255 ] ], [ [ 120.1003124, 30.4567255 ], [ 120.0997575, 30.4568595 ] ], [ [ 120.0997575, 30.4568595 ], [ 120.0994583, 30.4569317 ] ], [ [ 120.0994583, 30.4569317 ], [ 120.0991266, 30.4570084 ] ], [ [ 120.0991266, 30.4570084 ], [ 120.0988523, 30.4569418 ] ], [ [ 120.0988523, 30.4569418 ], [ 120.0986892, 30.4569022 ] ], [ [ 120.0986892, 30.4569022 ], [ 120.0981161, 30.456763 ] ], [ [ 120.0981161, 30.456763 ], [ 120.0966117, 30.4564522 ] ], [ [ 120.1069016, 30.4575008 ], [ 120.1072166, 30.4577069 ] ], [ [ 120.1072166, 30.4577069 ], [ 120.1073502, 30.4577944 ] ], [ [ 120.1073502, 30.4577944 ], [ 120.1076689, 30.458003 ] ], [ [ 120.1105035, 30.4581384 ], [ 120.1102476, 30.4583283 ] ], [ [ 120.1102476, 30.4583283 ], [ 120.1098305, 30.4586223 ] ], [ [ 120.1098305, 30.4586223 ], [ 120.1096263, 30.4587119 ] ], [ [ 120.1096263, 30.4587119 ], [ 120.1095198, 30.4587532 ] ], [ [ 120.1095198, 30.4587532 ], [ 120.1093384, 30.4588074 ] ], [ [ 120.1093384, 30.4588074 ], [ 120.1091901, 30.4588102 ] ], [ [ 120.1091901, 30.4588102 ], [ 120.10887, 30.4587441 ] ], [ [ 120.10887, 30.4587441 ], [ 120.1085895, 30.4586189 ] ], [ [ 120.1085895, 30.4586189 ], [ 120.108056, 30.4582621 ] ], [ [ 120.108056, 30.4582621 ], [ 120.1077345, 30.4580501 ] ], [ [ 120.1077345, 30.4580501 ], [ 120.1076689, 30.458003 ] ], [ [ 120.1229832, 30.4609826 ], [ 120.1226333, 30.4609231 ] ], [ [ 120.1226333, 30.4609231 ], [ 120.1224464, 30.4608664 ] ], [ [ 120.1224464, 30.4608664 ], [ 120.1221778, 30.4607848 ] ], [ [ 120.1221778, 30.4607848 ], [ 120.1214495, 30.4605636 ] ], [ [ 120.1214495, 30.4605636 ], [ 120.1203496, 30.4602296 ] ], [ [ 120.1203496, 30.4602296 ], [ 120.1167722, 30.4591431 ] ], [ [ 120.1167722, 30.4591431 ], [ 120.1165227, 30.4590673 ] ], [ [ 120.1165227, 30.4590673 ], [ 120.1159385, 30.4588899 ] ], [ [ 120.1159385, 30.4588899 ], [ 120.1150771, 30.4586372 ] ], [ [ 120.1150771, 30.4586372 ], [ 120.1143694, 30.4584244 ] ], [ [ 120.1143694, 30.4584244 ], [ 120.1135319, 30.4581665 ] ], [ [ 120.1135319, 30.4581665 ], [ 120.1133002, 30.4581203 ] ], [ [ 120.1133002, 30.4581203 ], [ 120.1121204, 30.4577776 ] ], [ [ 120.1121204, 30.4577776 ], [ 120.1119107, 30.4576989 ] ], [ [ 120.1119107, 30.4576989 ], [ 120.1117251, 30.4576292 ] ], [ [ 120.1117251, 30.4576292 ], [ 120.1113531, 30.4574896 ] ], [ [ 120.1113531, 30.4574896 ], [ 120.1112066, 30.4573776 ] ], [ [ 120.1112066, 30.4573776 ], [ 120.111374, 30.4567156 ] ], [ [ 120.111374, 30.4567156 ], [ 120.1114058, 30.4565526 ] ], [ [ 120.1114058, 30.4565526 ], [ 120.1115072, 30.4560726 ] ], [ [ 120.1115072, 30.4560726 ], [ 120.1112914, 30.455658 ] ], [ [ 120.1112914, 30.455658 ], [ 120.1110175, 30.4553625 ] ], [ [ 120.1110175, 30.4553625 ], [ 120.1108983, 30.4552338 ] ], [ [ 120.1108983, 30.4552338 ], [ 120.1103069, 30.4545463 ] ], [ [ 120.1103069, 30.4545463 ], [ 120.1100633, 30.4544151 ] ], [ [ 120.1100633, 30.4544151 ], [ 120.1096621, 30.4542848 ] ], [ [ 120.1096621, 30.4542848 ], [ 120.1095658, 30.4542569 ] ], [ [ 120.1095658, 30.4542569 ], [ 120.1092716, 30.4541805 ] ], [ [ 120.1092716, 30.4541805 ], [ 120.1085124, 30.4540773 ] ], [ [ 120.0683191, 30.4399587 ], [ 120.0681555, 30.4399241 ] ], [ [ 120.0683184, 30.4398438 ], [ 120.0722429, 30.4406694 ] ], [ [ 120.072238, 30.4407866 ], [ 120.0683191, 30.4399587 ] ], [ [ 120.0722429, 30.4406694 ], [ 120.0724836, 30.4407216 ] ], [ [ 120.0724804, 30.440842 ], [ 120.072238, 30.4407866 ] ], [ [ 120.0724836, 30.4407216 ], [ 120.073391, 30.4409229 ], [ 120.0734601, 30.4409382 ], [ 120.0764466, 30.4416006 ] ], [ [ 120.0763727, 30.4416949 ], [ 120.0734964, 30.4410646 ], [ 120.0734274, 30.4410495 ], [ 120.0724804, 30.440842 ] ], [ [ 120.0871798, 30.4423946 ], [ 120.0872446, 30.4422579 ] ], [ [ 120.0873625, 30.4422959 ], [ 120.0872943, 30.4424353 ] ], [ [ 120.0758556, 30.444362 ], [ 120.0758755, 30.4437284 ], [ 120.0758947, 30.4431171 ], [ 120.0758994, 30.4429656 ], [ 120.0759097, 30.4426253 ], [ 120.0759508, 30.4422341 ], [ 120.0763727, 30.4416949 ] ], [ [ 120.0863393, 30.4442929 ], [ 120.0864108, 30.4441359 ], [ 120.0871798, 30.4423946 ] ], [ [ 120.0872943, 30.4424353 ], [ 120.0870585, 30.4429612 ], [ 120.0864685, 30.4443373 ] ], [ [ 120.0849758, 30.4440108 ], [ 120.0837539, 30.4435539 ], [ 120.0817837, 30.4428913 ], [ 120.0817456, 30.4428623 ] ], [ [ 120.0817615, 30.4427342 ], [ 120.0830986, 30.4431847 ], [ 120.0850532, 30.4438836 ], [ 120.0852827, 30.4439566 ], [ 120.0863393, 30.4442929 ] ], [ [ 120.0817456, 30.4428623 ], [ 120.0817382, 30.4429218 ] ], [ [ 120.0817382, 30.4429218 ], [ 120.0816601, 30.4432013 ] ], [ [ 120.0816601, 30.4432013 ], [ 120.081504, 30.4436673 ] ], [ [ 120.081504, 30.4436673 ], [ 120.0810859, 30.4450628 ] ], [ [ 120.086262, 30.4444575 ], [ 120.0855308, 30.4442118 ], [ 120.0849758, 30.4440108 ] ], [ [ 120.0863393, 30.4442929 ], [ 120.0864685, 30.4443373 ] ], [ [ 120.086262, 30.4444575 ], [ 120.0863393, 30.4442929 ] ], [ [ 120.0864685, 30.4443373 ], [ 120.0863777, 30.4445012 ] ], [ [ 120.0863777, 30.4445012 ], [ 120.086262, 30.4444575 ] ], [ [ 120.0857464, 30.4455561 ], [ 120.0859761, 30.4450717 ], [ 120.0862104, 30.4445845 ], [ 120.086262, 30.4444575 ] ], [ [ 120.0863777, 30.4445012 ], [ 120.0862791, 30.4446641 ], [ 120.0858458, 30.4455874 ] ], [ [ 120.0857073, 30.4456386 ], [ 120.0857464, 30.4455561 ] ], [ [ 120.0803759, 30.4465712 ], [ 120.080411, 30.446504 ] ], [ [ 120.080411, 30.446504 ], [ 120.0806164, 30.4461104 ] ], [ [ 120.0806164, 30.4461104 ], [ 120.0809138, 30.4455009 ] ], [ [ 120.0809138, 30.4455009 ], [ 120.0810412, 30.4451804 ] ], [ [ 120.0810412, 30.4451804 ], [ 120.0810859, 30.4450628 ] ], [ [ 120.0673998, 30.4517274 ], [ 120.0682491, 30.4500713 ], [ 120.068399, 30.4497483 ], [ 120.0684964, 30.4494996 ], [ 120.0685826, 30.4492315 ], [ 120.0686762, 30.4488213 ], [ 120.0688673, 30.4475228 ], [ 120.0688805, 30.4468906 ], [ 120.0688229, 30.4460848 ] ], [ [ 120.0689234, 30.4460982 ], [ 120.0689647, 30.4466216 ], [ 120.0690022, 30.4472902 ], [ 120.0689572, 30.4477812 ], [ 120.0687662, 30.4490442 ], [ 120.0686463, 30.4495125 ], [ 120.0684102, 30.450081 ], [ 120.0675466, 30.4517657 ] ], [ [ 120.0858458, 30.4455874 ], [ 120.0856519, 30.4460006 ], [ 120.0855152, 30.4463026 ] ], [ [ 120.0815948, 30.4539187 ], [ 120.0819339, 30.4533634 ], [ 120.0823064, 30.4527534 ], [ 120.0826267, 30.4520467 ], [ 120.082835, 30.4516277 ], [ 120.082883, 30.4515312 ], [ 120.0835537, 30.450182 ], [ 120.0838672, 30.4495515 ], [ 120.0839552, 30.4493671 ], [ 120.0840112, 30.4492636 ], [ 120.0855552, 30.4459621 ], [ 120.0857073, 30.4456386 ] ], [ [ 120.0784459, 30.4536041 ], [ 120.0785799, 30.4529911 ] ], [ [ 120.0785799, 30.4529911 ], [ 120.0788002, 30.4519831 ] ], [ [ 120.0788002, 30.4519831 ], [ 120.0789417, 30.4513354 ] ], [ [ 120.0789417, 30.4513354 ], [ 120.0789721, 30.451197 ] ], [ [ 120.0789721, 30.451197 ], [ 120.0792916, 30.4497402 ] ], [ [ 120.0792916, 30.4497402 ], [ 120.0795203, 30.4486979 ] ], [ [ 120.0795203, 30.4486979 ], [ 120.079739, 30.4479302 ] ], [ [ 120.079739, 30.4479302 ], [ 120.0798834, 30.4474295 ] ], [ [ 120.0798834, 30.4474295 ], [ 120.0799589, 30.4472979 ] ], [ [ 120.0799589, 30.4472979 ], [ 120.0803759, 30.4465712 ] ], [ [ 120.0855152, 30.4463026 ], [ 120.0841232, 30.4493016 ], [ 120.0840703, 30.4494117 ], [ 120.0836339, 30.4503905 ], [ 120.083563, 30.4505496 ], [ 120.0827964, 30.4520452 ], [ 120.0822503, 30.4531106 ], [ 120.0821817, 30.4532174 ], [ 120.082103, 30.4533401 ], [ 120.0818795, 30.4536885 ], [ 120.0817522, 30.4539423 ] ], [ [ 120.0784459, 30.4536041 ], [ 120.0784018, 30.4537481 ] ], [ [ 120.0907599, 30.4552585 ], [ 120.09067, 30.4552335 ] ], [ [ 120.0966117, 30.4564522 ], [ 120.0943927, 30.4559936 ] ], [ [ 120.0943927, 30.4559936 ], [ 120.0914246, 30.4554307 ] ], [ [ 120.0914246, 30.4554307 ], [ 120.091108, 30.4553283 ] ], [ [ 120.091108, 30.4553283 ], [ 120.0907599, 30.4552585 ] ], [ [ 120.060491, 30.4573574 ], [ 120.0606518, 30.4574112 ] ], [ [ 120.0734176, 30.4533084 ], [ 120.0735362, 30.4531102 ] ], [ [ 120.0735362, 30.4531102 ], [ 120.073558, 30.453318 ] ], [ [ 120.0692775, 30.4546214 ], [ 120.0700086, 30.4526712 ] ], [ [ 120.0701967, 30.4527501 ], [ 120.0694058, 30.4546683 ] ], [ [ 120.0727138, 30.4554841 ], [ 120.0734176, 30.4533084 ] ], [ [ 120.0815361, 30.4540679 ], [ 120.0815948, 30.4539187 ] ], [ [ 120.0817522, 30.4539423 ], [ 120.0816836, 30.4540873 ] ], [ [ 120.0824554, 30.4541999 ], [ 120.084598, 30.4543496 ] ], [ [ 120.084598, 30.4543496 ], [ 120.0851803, 30.4544552 ] ], [ [ 120.0851803, 30.4544552 ], [ 120.086661, 30.4545861 ] ], [ [ 120.086661, 30.4545861 ], [ 120.0886034, 30.4548141 ] ], [ [ 120.0886034, 30.4548141 ], [ 120.0906136, 30.4552178 ] ], [ [ 120.0906136, 30.4552178 ], [ 120.09067, 30.4552335 ] ], [ [ 120.073558, 30.453318 ], [ 120.0728694, 30.4555278 ] ], [ [ 120.0673422, 30.4592903 ], [ 120.0679228, 30.4577926 ], [ 120.0692775, 30.4546214 ] ], [ [ 120.0694058, 30.4546683 ], [ 120.0680135, 30.45819 ], [ 120.0676211, 30.459316 ] ], [ [ 120.0713613, 30.4603431 ], [ 120.0721069, 30.4575297 ], [ 120.0727138, 30.4554841 ] ], [ [ 120.0728694, 30.4555278 ], [ 120.0724789, 30.456693 ], [ 120.0714846, 30.4603847 ] ], [ [ 120.0673422, 30.4592903 ], [ 120.0676211, 30.459316 ] ], [ [ 120.0672728, 30.4595255 ], [ 120.0673422, 30.4592903 ] ], [ [ 120.0676211, 30.459316 ], [ 120.0675206, 30.4595431 ] ], [ [ 120.0675206, 30.4595431 ], [ 120.0672728, 30.4595255 ] ], [ [ 120.0676211, 30.459316 ], [ 120.0713613, 30.4603431 ] ], [ [ 120.0605696, 30.4575368 ], [ 120.0604103, 30.4574794 ] ], [ [ 120.0606518, 30.4574112 ], [ 120.0637515, 30.4583357 ], [ 120.0645747, 30.4585384 ] ], [ [ 120.06454, 30.4587046 ], [ 120.0637202, 30.4584665 ], [ 120.0605696, 30.4575368 ] ], [ [ 120.0645747, 30.4585384 ], [ 120.0673422, 30.4592903 ] ], [ [ 120.0672728, 30.4595255 ], [ 120.06454, 30.4587046 ] ], [ [ 120.0713088, 30.4604569 ], [ 120.0675206, 30.4595431 ] ], [ [ 120.0713613, 30.4603431 ], [ 120.0714846, 30.4603847 ] ], [ [ 120.0713088, 30.4604569 ], [ 120.0713613, 30.4603431 ] ], [ [ 120.0714846, 30.4603847 ], [ 120.0714676, 30.4605058 ] ], [ [ 120.0714676, 30.4605058 ], [ 120.0713088, 30.4604569 ] ], [ [ 120.0664527, 30.4618048 ], [ 120.0670302, 30.460213 ], [ 120.0672728, 30.4595255 ] ], [ [ 120.0675206, 30.4595431 ], [ 120.0671935, 30.4603734 ], [ 120.0666336, 30.4618419 ] ], [ [ 120.0714846, 30.4603847 ], [ 120.072968, 30.4608411 ], [ 120.0739537, 30.4611272 ], [ 120.0744663, 30.4611668 ], [ 120.0758614, 30.4611484 ] ], [ [ 120.0758212, 30.4612504 ], [ 120.0743405, 30.4612362 ], [ 120.0739058, 30.4611954 ], [ 120.0729342, 30.4608994 ], [ 120.0724126, 30.4607375 ], [ 120.0714676, 30.4605058 ] ], [ [ 120.0704123, 30.4627508 ], [ 120.0709768, 30.4614885 ], [ 120.0713088, 30.4604569 ] ], [ [ 120.0588845, 30.4626259 ], [ 120.0590452, 30.462683 ] ], [ [ 120.0590339, 30.4628073 ], [ 120.0588751, 30.4627613 ] ], [ [ 120.0655622, 30.4642338 ], [ 120.0658096, 30.4633466 ], [ 120.0664527, 30.4618048 ] ], [ [ 120.0666336, 30.4618419 ], [ 120.0659494, 30.4633632 ], [ 120.06573, 30.4642579 ] ], [ [ 120.0590452, 30.462683 ], [ 120.0628073, 30.4635595 ] ], [ [ 120.062837, 30.463696 ], [ 120.0590339, 30.4628073 ] ], [ [ 120.0628073, 30.4635595 ], [ 120.0655622, 30.4642338 ] ], [ [ 120.065527, 30.4643268 ], [ 120.064954, 30.4641642 ], [ 120.062837, 30.463696 ] ], [ [ 120.0655622, 30.4642338 ], [ 120.06573, 30.4642579 ] ], [ [ 120.065527, 30.4643268 ], [ 120.0655622, 30.4642338 ] ], [ [ 120.06573, 30.4642579 ], [ 120.0656662, 30.464353 ] ], [ [ 120.0714676, 30.4605058 ], [ 120.0710922, 30.4615046 ], [ 120.0704646, 30.4627616 ] ], [ [ 120.06573, 30.4642579 ], [ 120.0668617, 30.4645978 ], [ 120.0679132, 30.4648413 ], [ 120.0683904, 30.4648582 ], [ 120.0687915, 30.4648024 ], [ 120.0691916, 30.4646635 ], [ 120.0694957, 30.4644907 ], [ 120.0697504, 30.4642858 ], [ 120.0700739, 30.4638771 ], [ 120.070333, 30.4630934 ], [ 120.0704123, 30.4627508 ] ], [ [ 120.0704646, 30.4627616 ], [ 120.0703655, 30.4631553 ], [ 120.0701209, 30.463892 ], [ 120.0697897, 30.4643321 ], [ 120.069497, 30.4645472 ], [ 120.0691987, 30.4647162 ], [ 120.0688087, 30.4648477 ], [ 120.0683953, 30.4649084 ], [ 120.0679134, 30.4648975 ], [ 120.0668569, 30.4646502 ], [ 120.0656662, 30.464353 ] ], [ [ 120.0660198, 30.46797 ], [ 120.0691774, 30.4679909 ], [ 120.069633, 30.4679701 ], [ 120.0699933, 30.4679141 ], [ 120.0703657, 30.4678184 ], [ 120.0706979, 30.4676802 ], [ 120.0710887, 30.4674693 ], [ 120.0719216, 30.4668743 ], [ 120.072527, 30.4664447 ], [ 120.0737166, 30.4655514 ], [ 120.074018, 30.4652669 ], [ 120.0742214, 30.4650278 ], [ 120.0743982, 30.464772 ], [ 120.0745275, 30.464507 ], [ 120.0749242, 30.4634624 ], [ 120.0758212, 30.4612504 ] ], [ [ 120.0759318, 30.4612248 ], [ 120.0750144, 30.4634394 ], [ 120.074597, 30.4645352 ], [ 120.0743691, 30.4649489 ], [ 120.0741741, 30.4652063 ], [ 120.0739142, 30.4654652 ], [ 120.0726356, 30.4664567 ], [ 120.0720377, 30.4668922 ], [ 120.0710975, 30.467549 ], [ 120.0707098, 30.4677608 ], [ 120.0703749, 30.4678922 ], [ 120.0700077, 30.4679867 ], [ 120.0696816, 30.468043 ], [ 120.069294, 30.4680635 ], [ 120.0660239, 30.4680646 ] ], [ [ 120.0656662, 30.464353 ], [ 120.065527, 30.4643268 ] ], [ [ 120.0658879, 30.4679797 ], [ 120.0656262, 30.4662562 ], [ 120.0655427, 30.4655804 ], [ 120.0654713, 30.4646523 ], [ 120.065527, 30.4643268 ] ], [ [ 120.0656662, 30.464353 ], [ 120.0656404, 30.4648127 ], [ 120.065729, 30.4655951 ], [ 120.0658205, 30.4662612 ], [ 120.0660198, 30.46797 ] ], [ [ 120.0658879, 30.4679797 ], [ 120.0660198, 30.46797 ] ], [ [ 120.0660198, 30.46797 ], [ 120.0660239, 30.4680646 ] ], [ [ 120.0658993, 30.4680823 ], [ 120.0658879, 30.4679797 ] ], [ [ 120.0660239, 30.4680646 ], [ 120.0658993, 30.4680823 ] ], [ [ 120.063209, 30.4687481 ], [ 120.0658879, 30.4679797 ] ], [ [ 120.0658993, 30.4680823 ], [ 120.0628854, 30.46898 ], [ 120.0612752, 30.4694185 ], [ 120.0609296, 30.4694963 ], [ 120.0605685, 30.4695151 ], [ 120.0586382, 30.4694694 ] ], [ [ 120.0586382, 30.4693057 ], [ 120.0603786, 30.4693728 ], [ 120.0608176, 30.4693648 ], [ 120.0611921, 30.4693011 ], [ 120.063209, 30.4687481 ] ], [ [ 120.0758614, 30.4611484 ], [ 120.0764457, 30.4596856 ], [ 120.076512, 30.4595197 ], [ 120.0765885, 30.4591281 ], [ 120.0767654, 30.4587324 ], [ 120.0768944, 30.4584949 ], [ 120.0769424, 30.4584068 ], [ 120.0776166, 30.456622 ], [ 120.0777887, 30.4560284 ], [ 120.0779113, 30.4555528 ], [ 120.0780661, 30.4549525 ], [ 120.0782017, 30.4542953 ], [ 120.0782574, 30.4540251 ], [ 120.0784018, 30.4537481 ] ], [ [ 120.0784018, 30.4537481 ], [ 120.0783673, 30.4540869 ], [ 120.078346, 30.4541754 ], [ 120.078055, 30.4553841 ], [ 120.0779991, 30.4556162 ], [ 120.0777648, 30.456453 ], [ 120.0774588, 30.4573763 ], [ 120.0770762, 30.4583408 ], [ 120.0770047, 30.4585309 ], [ 120.0767272, 30.4592682 ], [ 120.076543, 30.4597211 ], [ 120.0763685, 30.4601503 ], [ 120.0759318, 30.4612248 ] ], [ [ 120.0758614, 30.4611484 ], [ 120.0759318, 30.4612248 ] ], [ [ 120.0758212, 30.4612504 ], [ 120.0758614, 30.4611484 ] ], [ [ 120.0759318, 30.4612248 ], [ 120.0758212, 30.4612504 ] ], [ [ 120.239883, 30.455831 ], [ 120.2400097, 30.4556803 ] ], [ [ 120.2401435, 30.4557148 ], [ 120.2400265, 30.4558645 ] ], [ [ 120.2358503, 30.4614738 ], [ 120.2367853, 30.4601974 ], [ 120.2381727, 30.4582504 ], [ 120.2384642, 30.4578362 ], [ 120.2386528, 30.4575681 ], [ 120.2397907, 30.4559513 ], [ 120.239883, 30.455831 ] ], [ [ 120.2400265, 30.4558645 ], [ 120.2399224, 30.4559863 ], [ 120.2390274, 30.4572437 ], [ 120.2390152, 30.4572609 ], [ 120.2379962, 30.4587027 ], [ 120.2377822, 30.4590054 ], [ 120.2368333, 30.4603301 ], [ 120.2366416, 30.4606048 ], [ 120.2359908, 30.4615373 ] ], [ [ 120.2358503, 30.4614738 ], [ 120.2359908, 30.4615373 ] ], [ [ 120.2357752, 30.4615864 ], [ 120.2358503, 30.4614738 ] ], [ [ 120.2359908, 30.4615373 ], [ 120.2359183, 30.4616529 ] ], [ [ 120.2497026, 30.4583518 ], [ 120.2497775, 30.4582119 ] ], [ [ 120.2500449, 30.4582564 ], [ 120.2499427, 30.4583929 ] ], [ [ 120.2458112, 30.4649468 ], [ 120.2472728, 30.4623962 ], [ 120.2478895, 30.4613971 ], [ 120.2488983, 30.4596988 ], [ 120.2494483, 30.4587729 ], [ 120.2496388, 30.4584522 ], [ 120.2497026, 30.4583518 ] ], [ [ 120.2499427, 30.4583929 ], [ 120.2498606, 30.4585174 ], [ 120.2496996, 30.4587821 ], [ 120.2495177, 30.4590813 ], [ 120.2491775, 30.4596637 ], [ 120.2484248, 30.4610121 ], [ 120.2474797, 30.4624991 ], [ 120.2473066, 30.4627893 ], [ 120.2459787, 30.465014 ] ], [ [ 120.2458112, 30.4649468 ], [ 120.2459787, 30.465014 ] ], [ [ 120.2457388, 30.4650192 ], [ 120.2458112, 30.4649468 ] ], [ [ 120.2307202, 30.4593698 ], [ 120.2305301, 30.4596125 ] ], [ [ 120.2305301, 30.4596125 ], [ 120.2303168, 30.4599038 ] ], [ [ 120.2303168, 30.4599038 ], [ 120.2296255, 30.4610648 ] ], [ [ 120.2296255, 30.4610648 ], [ 120.229324, 30.4615387 ] ], [ [ 120.229324, 30.4615387 ], [ 120.2288859, 30.4622274 ] ], [ [ 120.2288859, 30.4622274 ], [ 120.2285161, 30.4628087 ] ], [ [ 120.2285161, 30.4628087 ], [ 120.2275897, 30.4642647 ] ], [ [ 120.2275897, 30.4642647 ], [ 120.2272415, 30.464812 ] ], [ [ 120.2324765, 30.4669286 ], [ 120.2333882, 30.465471 ], [ 120.2340433, 30.4644197 ], [ 120.2343067, 30.463997 ], [ 120.2347377, 30.4633055 ], [ 120.2355391, 30.4619499 ], [ 120.2356759, 30.461728 ], [ 120.2357752, 30.4615864 ] ], [ [ 120.2359183, 30.4616529 ], [ 120.2358288, 30.4617812 ], [ 120.2356772, 30.4620112 ], [ 120.2349879, 30.4631366 ], [ 120.2341618, 30.4644699 ], [ 120.2339504, 30.4648059 ], [ 120.23297, 30.4663637 ], [ 120.2325921, 30.4669739 ] ], [ [ 120.230399, 30.4663634 ], [ 120.2270852, 30.4650053 ] ], [ [ 120.2272415, 30.464812 ], [ 120.228101, 30.465215 ], [ 120.2324765, 30.4669286 ] ], [ [ 120.232359, 30.4671351 ], [ 120.230399, 30.4663634 ] ], [ [ 120.2324765, 30.4669286 ], [ 120.2325921, 30.4669739 ] ], [ [ 120.2403768, 30.4633546 ], [ 120.2427656, 30.4640545 ], [ 120.2458112, 30.4649468 ] ], [ [ 120.2457388, 30.4650192 ], [ 120.2436061, 30.46441 ], [ 120.2425224, 30.4641004 ], [ 120.2403277, 30.4634274 ] ], [ [ 120.2441689, 30.467699 ], [ 120.2448713, 30.4665288 ], [ 120.245364, 30.4655924 ], [ 120.2454673, 30.4654109 ], [ 120.2457388, 30.4650192 ] ], [ [ 120.2459898, 30.4650939 ], [ 120.2457368, 30.4654768 ], [ 120.2456202, 30.4656675 ], [ 120.2452791, 30.4662595 ], [ 120.2448927, 30.4669301 ], [ 120.2443782, 30.4677892 ] ], [ [ 120.2426491, 30.4702311 ], [ 120.2441689, 30.467699 ] ], [ [ 120.2359183, 30.4616529 ], [ 120.2357752, 30.4615864 ] ], [ [ 120.2359908, 30.4615373 ], [ 120.2394993, 30.462991 ], [ 120.2403768, 30.4633546 ] ], [ [ 120.2403277, 30.4634274 ], [ 120.2393738, 30.4630753 ], [ 120.2391614, 30.4629969 ], [ 120.2359183, 30.4616529 ] ], [ [ 120.2325921, 30.4669739 ], [ 120.2334618, 30.4672781 ], [ 120.2366423, 30.468485 ], [ 120.2368064, 30.4685469 ], [ 120.2369536, 30.4686016 ], [ 120.2373273, 30.4687438 ] ], [ [ 120.2372181, 30.4689954 ], [ 120.2368252, 30.4688544 ], [ 120.2365154, 30.4687423 ], [ 120.2351531, 30.4682268 ], [ 120.2324805, 30.4671829 ] ], [ [ 120.232359, 30.4671351 ], [ 120.2324765, 30.4669286 ] ], [ [ 120.2325921, 30.4669739 ], [ 120.2324805, 30.4671829 ] ], [ [ 120.2324805, 30.4671829 ], [ 120.232359, 30.4671351 ] ], [ [ 120.2310468, 30.4698815 ], [ 120.231382, 30.4691534 ], [ 120.2320375, 30.4677297 ], [ 120.2321769, 30.4674419 ], [ 120.232359, 30.4671351 ] ], [ [ 120.2324805, 30.4671829 ], [ 120.2323204, 30.4675066 ], [ 120.2321803, 30.4677852 ], [ 120.2316049, 30.4690063 ], [ 120.2310628, 30.4701176 ], [ 120.2305229, 30.4712873 ], [ 120.2299331, 30.4724609 ], [ 120.2293547, 30.4736769 ], [ 120.2290437, 30.4743792 ], [ 120.2288695, 30.4747726 ] ], [ [ 120.2396059, 30.4696561 ], [ 120.2375798, 30.46913 ], [ 120.2372181, 30.4689954 ] ], [ [ 120.2373273, 30.4687438 ], [ 120.2377747, 30.4689134 ], [ 120.2426491, 30.4702311 ] ], [ [ 120.2397803, 30.4697014 ], [ 120.2396059, 30.4696561 ] ], [ [ 120.2443782, 30.4677892 ], [ 120.242879, 30.4702922 ] ], [ [ 120.2425272, 30.4704257 ], [ 120.2418266, 30.4702328 ], [ 120.2397803, 30.4697014 ] ], [ [ 120.2426491, 30.4702311 ], [ 120.242879, 30.4702922 ] ], [ [ 120.2425272, 30.4704257 ], [ 120.2426491, 30.4702311 ] ], [ [ 120.242879, 30.4702922 ], [ 120.2427438, 30.4704821 ] ], [ [ 120.2427438, 30.4704821 ], [ 120.2425272, 30.4704257 ] ], [ [ 120.245157, 30.4711124 ], [ 120.244893, 30.4710409 ], [ 120.2427438, 30.4704821 ] ], [ [ 120.2411759, 30.4738471 ], [ 120.2413664, 30.4733259 ], [ 120.2418948, 30.4719128 ], [ 120.2422231, 30.4710541 ], [ 120.2423197, 30.4708321 ], [ 120.2425272, 30.4704257 ] ], [ [ 120.2427438, 30.4704821 ], [ 120.2425718, 30.4708992 ], [ 120.2424659, 30.4711257 ], [ 120.2421745, 30.4718001 ], [ 120.241401, 30.4738986 ] ], [ [ 120.2292585, 30.4736042 ], [ 120.2298526, 30.4723581 ], [ 120.2303931, 30.4712393 ], [ 120.2308368, 30.470321 ], [ 120.2310468, 30.4698815 ] ], [ [ 120.2287243, 30.4747291 ], [ 120.2292585, 30.4736042 ] ], [ [ 120.2287243, 30.4747291 ], [ 120.2288695, 30.4747726 ] ], [ [ 120.2288217, 30.4748801 ], [ 120.228672, 30.4748393 ], [ 120.2287243, 30.4747291 ] ], [ [ 120.2288695, 30.4747726 ], [ 120.2288217, 30.4748801 ] ], [ [ 120.2288695, 30.4747726 ], [ 120.229867, 30.4750656 ], [ 120.2306257, 30.4752559 ], [ 120.2306707, 30.4752672 ], [ 120.2315175, 30.4754334 ], [ 120.2336763, 30.4757769 ], [ 120.2340008, 30.4758254 ], [ 120.2344243, 30.4759006 ] ], [ [ 120.2343912, 30.4760018 ], [ 120.2339686, 30.4759375 ], [ 120.2336535, 30.4758844 ], [ 120.2331716, 30.4757982 ], [ 120.2316534, 30.4755496 ], [ 120.2308455, 30.4753999 ], [ 120.2299037, 30.4751934 ], [ 120.2288217, 30.4748801 ] ], [ [ 120.2344243, 30.4759006 ], [ 120.2371819, 30.4763511 ] ], [ [ 120.2371819, 30.4763511 ], [ 120.2372832, 30.4763676 ] ], [ [ 120.1838823, 30.4722368 ], [ 120.1860062, 30.4732763 ], [ 120.1867287, 30.4736299 ], [ 120.1870737, 30.4737894 ], [ 120.1881185, 30.4742981 ] ], [ [ 120.188136, 30.4744535 ], [ 120.1875178, 30.474139 ], [ 120.1872361, 30.4739957 ], [ 120.1870159, 30.4738845 ], [ 120.1866661, 30.4737255 ], [ 120.1838138, 30.4723247 ] ], [ [ 120.1881185, 30.4742981 ], [ 120.1882047, 30.4743481 ] ], [ [ 120.1882047, 30.4743481 ], [ 120.1896207, 30.475162 ], [ 120.1904387, 30.4756279 ], [ 120.1920385, 30.4765189 ] ], [ [ 120.191969, 30.4766206 ], [ 120.1914993, 30.4763679 ], [ 120.191084, 30.4761319 ], [ 120.1903263, 30.4757014 ], [ 120.1896893, 30.4753315 ], [ 120.1895382, 30.4752438 ], [ 120.188136, 30.4744535 ] ], [ [ 120.1920385, 30.4765189 ], [ 120.192622, 30.4768302 ], [ 120.1933748, 30.4772318 ], [ 120.1946879, 30.4779322 ], [ 120.1955801, 30.4784068 ] ], [ [ 120.1955801, 30.4784068 ], [ 120.1972448, 30.4779922 ], [ 120.1979277, 30.4778078 ], [ 120.1983166, 30.4776617 ], [ 120.1984754, 30.477602 ], [ 120.199044, 30.477327 ], [ 120.1995416, 30.4770215 ], [ 120.2000115, 30.4766718 ], [ 120.2002574, 30.4764633 ], [ 120.2006378, 30.4761116 ], [ 120.2009519, 30.4757662 ], [ 120.2012547, 30.4753676 ], [ 120.2013157, 30.4752707 ], [ 120.2017303, 30.4746123 ] ], [ [ 120.2018709, 30.4746421 ], [ 120.2013194, 30.475459 ], [ 120.2009396, 30.4759478 ], [ 120.2007706, 30.4761285 ], [ 120.2006647, 30.4762418 ], [ 120.2003876, 30.4765117 ], [ 120.2001009, 30.476737 ], [ 120.199753, 30.4769891 ], [ 120.1991348, 30.4774009 ], [ 120.1984732, 30.4777035 ], [ 120.1979662, 30.4778968 ], [ 120.1973589, 30.4780812 ], [ 120.1968961, 30.4781904 ], [ 120.196408, 30.4783056 ], [ 120.1957344, 30.4784889 ] ], [ [ 120.187567, 30.4820491 ], [ 120.1879212, 30.4817373 ], [ 120.1887711, 30.4811202 ], [ 120.1891517, 30.4808599 ], [ 120.1894934, 30.480656 ], [ 120.189948, 30.4804199 ], [ 120.1904469, 30.4802099 ], [ 120.1910264, 30.4799677 ] ], [ [ 120.1910097, 30.4800547 ], [ 120.190583, 30.480223 ], [ 120.1902664, 30.4803543 ], [ 120.1895652, 30.4806816 ], [ 120.1892568, 30.4809003 ], [ 120.1888774, 30.481229 ], [ 120.1885645, 30.4814455 ], [ 120.1880248, 30.481819 ], [ 120.187659, 30.4821051 ] ], [ [ 120.195364, 30.4784546 ], [ 120.1949435, 30.4781996 ], [ 120.1946277, 30.4780081 ], [ 120.1940396, 30.477703 ], [ 120.1938361, 30.4775974 ], [ 120.1932813, 30.4773071 ], [ 120.191969, 30.4766206 ] ], [ [ 120.195364, 30.4784546 ], [ 120.1955801, 30.4784068 ] ], [ [ 120.1955801, 30.4784068 ], [ 120.1957344, 30.4784889 ] ], [ [ 120.1955183, 30.4785481 ], [ 120.195364, 30.4784546 ] ], [ [ 120.1957344, 30.4784889 ], [ 120.1955183, 30.4785481 ] ], [ [ 120.1957344, 30.4784889 ], [ 120.1983429, 30.4798826 ] ], [ [ 120.1910264, 30.4799677 ], [ 120.191563, 30.4797357 ], [ 120.1918319, 30.4796331 ], [ 120.1928706, 30.4792367 ], [ 120.1935002, 30.4789965 ], [ 120.1939674, 30.4788308 ], [ 120.194646, 30.4786322 ], [ 120.1948746, 30.4785756 ], [ 120.195364, 30.4784546 ] ], [ [ 120.1982548, 30.4799651 ], [ 120.1955183, 30.4785481 ] ], [ [ 120.1955183, 30.4785481 ], [ 120.1949768, 30.478643 ], [ 120.1948484, 30.4786655 ], [ 120.1943571, 30.4787915 ], [ 120.1929692, 30.4792952 ], [ 120.1918781, 30.4797066 ], [ 120.1911129, 30.480014 ] ], [ [ 120.1911129, 30.480014 ], [ 120.1910097, 30.4800547 ] ], [ [ 120.1856198, 30.4870237 ], [ 120.1858317, 30.4866705 ], [ 120.1859672, 30.486311 ], [ 120.186087, 30.4858428 ], [ 120.1862287, 30.4849816 ], [ 120.1863112, 30.4844168 ], [ 120.1863337, 30.4840958 ], [ 120.186391, 30.4838086 ], [ 120.1865038, 30.4835168 ], [ 120.1866105, 30.4832485 ], [ 120.1867973, 30.4829145 ], [ 120.1869476, 30.4827242 ], [ 120.1870214, 30.4826307 ], [ 120.1872479, 30.4823631 ], [ 120.187567, 30.4820491 ] ], [ [ 120.187659, 30.4821051 ], [ 120.1874904, 30.4822477 ], [ 120.1872468, 30.4824959 ], [ 120.187007, 30.4827944 ], [ 120.1867884, 30.4831254 ], [ 120.1866722, 30.4833253 ], [ 120.1865447, 30.4836474 ], [ 120.1864366, 30.4840918 ], [ 120.1864319, 30.484128 ], [ 120.1864142, 30.4844371 ], [ 120.1863541, 30.4849942 ], [ 120.1863426, 30.485057 ], [ 120.1862706, 30.4854529 ], [ 120.1861568, 30.4860413 ], [ 120.186038, 30.4864565 ], [ 120.1858494, 30.4868144 ], [ 120.1856198, 30.4870237 ] ], [ [ 120.241401, 30.4738986 ], [ 120.2409675, 30.4750746 ] ], [ [ 120.2409675, 30.4750746 ], [ 120.240938, 30.4751546 ] ], [ [ 120.2400872, 30.4768257 ], [ 120.2411759, 30.4738471 ] ], [ [ 120.240938, 30.4751546 ], [ 120.2403425, 30.4768779 ] ], [ [ 120.2400441, 30.4769236 ], [ 120.2378273, 30.4765641 ], [ 120.2356564, 30.4762129 ], [ 120.2343912, 30.4760018 ] ], [ [ 120.2372832, 30.4763676 ], [ 120.2400872, 30.4768257 ] ], [ [ 120.2400872, 30.4768257 ], [ 120.2403425, 30.4768779 ] ], [ [ 120.2400441, 30.4769236 ], [ 120.2400872, 30.4768257 ] ], [ [ 120.2403425, 30.4768779 ], [ 120.2402988, 30.4769904 ] ], [ [ 120.2402988, 30.4769904 ], [ 120.2400441, 30.4769236 ] ], [ [ 120.2367442, 30.4921468 ], [ 120.237115, 30.4893731 ], [ 120.2374223, 30.486519 ], [ 120.2374401, 30.4863324 ], [ 120.2375245, 30.4856329 ], [ 120.2377006, 30.4841726 ], [ 120.2378565, 30.4831281 ], [ 120.2379745, 30.4826343 ], [ 120.2389688, 30.4798022 ], [ 120.2400441, 30.4769236 ] ], [ [ 120.2402988, 30.4769904 ], [ 120.2393059, 30.4795843 ], [ 120.2385644, 30.4816322 ], [ 120.2382442, 30.4825327 ], [ 120.2380588, 30.4832879 ], [ 120.2379414, 30.4842147 ], [ 120.2376721, 30.4863307 ], [ 120.2376568, 30.4865303 ], [ 120.2369633, 30.4921904 ] ], [ [ 120.2403425, 30.4768779 ], [ 120.2435216, 30.4773953 ] ], [ [ 120.2435216, 30.4773953 ], [ 120.2436264, 30.4774123 ] ], [ [ 120.2469674, 30.4780751 ], [ 120.245632, 30.4778573 ], [ 120.2440965, 30.4776013 ], [ 120.2439998, 30.4775852 ], [ 120.2421621, 30.4772789 ], [ 120.2402988, 30.4769904 ] ], [ [ 120.2436264, 30.4774123 ], [ 120.2439719, 30.4774686 ], [ 120.2440686, 30.4774843 ], [ 120.2469917, 30.47796 ] ], [ [ 120.3200853, 30.3226906 ], [ 120.3199807, 30.3238523 ], [ 120.3199792, 30.3239709 ], [ 120.3199678, 30.3240893 ], [ 120.3199464, 30.3243608 ], [ 120.3199312, 30.3245091 ] ], [ [ 120.3193639, 30.3316554 ], [ 120.3193904, 30.3299353 ], [ 120.3194244, 30.3294511 ], [ 120.3194867, 30.3282178 ], [ 120.3195114, 30.3274194 ], [ 120.3195963, 30.3264971 ], [ 120.3196893, 30.3254926 ], [ 120.3197019, 30.3252324 ], [ 120.3197382, 30.3244851 ] ], [ [ 120.3852231, 30.3269956 ], [ 120.3857589, 30.3287983 ], [ 120.3859078, 30.3292717 ] ], [ [ 120.3857674, 30.3292915 ], [ 120.3850244, 30.3269813 ] ], [ [ 120.3789028, 30.33008 ], [ 120.3786824, 30.3285967 ] ], [ [ 120.3786824, 30.3285967 ], [ 120.3786598, 30.3283638 ] ], [ [ 120.3786598, 30.3283638 ], [ 120.3786727, 30.3281035 ] ], [ [ 120.3786727, 30.3281035 ], [ 120.3787497, 30.3278784 ] ], [ [ 120.3787497, 30.3278784 ], [ 120.3788536, 30.327684 ] ], [ [ 120.3788536, 30.327684 ], [ 120.3790105, 30.3274956 ] ], [ [ 120.3790105, 30.3274956 ], [ 120.3791554, 30.3273685 ] ], [ [ 120.3791554, 30.3273685 ], [ 120.3793647, 30.3272304 ] ], [ [ 120.3793647, 30.3272304 ], [ 120.379584, 30.3271103 ] ], [ [ 120.379584, 30.3271103 ], [ 120.3798387, 30.327035 ] ], [ [ 120.3798387, 30.327035 ], [ 120.3800651, 30.3269933 ] ], [ [ 120.3800651, 30.3269933 ], [ 120.381417, 30.3269892 ] ], [ [ 120.3437444, 30.3262483 ], [ 120.3439826, 30.3269443 ], [ 120.3440246, 30.3270802 ], [ 120.344059, 30.3271914 ], [ 120.3441495, 30.3274358 ], [ 120.3442279, 30.3276726 ] ], [ [ 120.3329419, 30.333018 ], [ 120.3327945, 30.3323896 ], [ 120.3327114, 30.3318263 ], [ 120.332664, 30.3313627 ], [ 120.3326525, 30.3307595 ], [ 120.3327067, 30.3299151 ], [ 120.3328033, 30.3290645 ], [ 120.3329304, 30.3274604 ], [ 120.3329942, 30.3263643 ] ], [ [ 120.3331927, 30.3263933 ], [ 120.3330948, 30.3275243 ], [ 120.3329664, 30.3291118 ], [ 120.3329108, 30.3297538 ], [ 120.3328516, 30.3303959 ], [ 120.332837, 30.3307452 ], [ 120.3328506, 30.3311374 ], [ 120.3328668, 30.3313568 ], [ 120.3329029, 30.3318449 ], [ 120.3330435, 30.3326322 ], [ 120.3331384, 30.3330389 ] ], [ [ 120.3457062, 30.3335054 ], [ 120.345075, 30.3312716 ], [ 120.3448504, 30.3305257 ], [ 120.3444723, 30.3291578 ], [ 120.3442914, 30.328797 ], [ 120.3440229, 30.3278375 ], [ 120.3440479, 30.3276494 ] ], [ [ 120.3442279, 30.3276726 ], [ 120.3443088, 30.3278011 ], [ 120.3445826, 30.3287468 ], [ 120.3446149, 30.3291526 ], [ 120.3450251, 30.3305393 ], [ 120.3455951, 30.3325798 ], [ 120.3458534, 30.3335493 ] ], [ [ 120.3329687, 30.3331484 ], [ 120.3329419, 30.333018 ] ], [ [ 120.3331384, 30.3330389 ], [ 120.33316, 30.3331563 ] ], [ [ 120.3199312, 30.3245091 ], [ 120.3198262, 30.325842 ], [ 120.3197286, 30.3274321 ], [ 120.3196676, 30.3283826 ], [ 120.3195974, 30.3294762 ], [ 120.3195945, 30.33046 ], [ 120.3195423, 30.3316764 ] ], [ [ 120.3193712, 30.3317733 ], [ 120.3193639, 30.3316554 ] ], [ [ 120.3195423, 30.3316764 ], [ 120.319545, 30.3317942 ] ], [ [ 120.3191282, 30.3376005 ], [ 120.319202, 30.334924 ], [ 120.3192284, 30.3342108 ], [ 120.3192975, 30.3330082 ], [ 120.3193397, 30.3323129 ], [ 120.3193539, 30.3321002 ], [ 120.3193712, 30.3317733 ] ], [ [ 120.3789028, 30.33008 ], [ 120.3790665, 30.3312476 ] ], [ [ 120.3790665, 30.3312476 ], [ 120.3793306, 30.3330914 ] ], [ [ 120.3793306, 30.3330914 ], [ 120.3798129, 30.3362646 ] ], [ [ 120.3859078, 30.3292717 ], [ 120.3865288, 30.3312456 ], [ 120.3866926, 30.3316626 ] ], [ [ 120.3865425, 30.3316895 ], [ 120.3864835, 30.3315405 ], [ 120.3857674, 30.3292915 ] ], [ [ 120.3906445, 30.3328222 ], [ 120.391845027018434, 30.332071956985089 ] ], [ [ 120.390843173962693, 30.332874869959021 ], [ 120.3906586, 30.3329947 ], [ 120.3899116, 30.3334286 ], [ 120.3891505, 30.3338136 ], [ 120.3880482, 30.3343661 ] ], [ [ 120.3866926, 30.3316626 ], [ 120.3868226, 30.3320209 ], [ 120.3869985, 30.3324129 ], [ 120.3872908, 30.3329991 ], [ 120.3879709, 30.3342623 ] ], [ [ 120.3878095, 30.3343225 ], [ 120.3868963, 30.3325616 ], [ 120.3867088, 30.3321256 ], [ 120.3865425, 30.3316895 ] ], [ [ 120.3879709, 30.3342623 ], [ 120.3886465, 30.3339263 ], [ 120.3892262, 30.3336369 ], [ 120.38982, 30.3333261 ], [ 120.3906445, 30.3328222 ] ], [ [ 120.3878095, 30.3343225 ], [ 120.3879709, 30.3342623 ] ], [ [ 120.3879709, 30.3342623 ], [ 120.3880482, 30.3343661 ] ], [ [ 120.3878815, 30.3344432 ], [ 120.3878095, 30.3343225 ] ], [ [ 120.3880482, 30.3343661 ], [ 120.3878815, 30.3344432 ] ], [ [ 120.3840453, 30.3355588 ], [ 120.3845411, 30.3354368 ], [ 120.3853307, 30.3352202 ], [ 120.3861624, 30.3349502 ], [ 120.3868862, 30.3346685 ], [ 120.3876383, 30.3344052 ], [ 120.3878095, 30.3343225 ] ], [ [ 120.3878815, 30.3344432 ], [ 120.3875542, 30.3345947 ], [ 120.3869868, 30.3348223 ], [ 120.3861719, 30.3351186 ], [ 120.3845823, 30.3355773 ], [ 120.3840915, 30.3356846 ] ], [ [ 120.5834406, 30.3286791 ], [ 120.5835351, 30.3286839 ], [ 120.5840545, 30.3287103 ], [ 120.5883792, 30.3289298 ], [ 120.5901608, 30.3290236 ], [ 120.5902068, 30.329026 ], [ 120.5903306, 30.3290334 ], [ 120.5903688, 30.3290345 ], [ 120.5921088, 30.3291261 ], [ 120.5950408, 30.329267 ], [ 120.5951839, 30.3292709 ], [ 120.5956076, 30.3292852 ], [ 120.595658, 30.3292829 ], [ 120.5963088, 30.3292869 ] ], [ [ 120.5962992, 30.3294537 ], [ 120.5956587, 30.3294289 ], [ 120.5955822, 30.3294207 ], [ 120.5951915, 30.3294102 ], [ 120.5950367, 30.3294048 ], [ 120.5918622, 30.3292819 ], [ 120.5903666, 30.3292063 ], [ 120.5903129, 30.3292059 ], [ 120.5902007, 30.3291978 ], [ 120.59016, 30.3291957 ], [ 120.5868327, 30.3290273 ], [ 120.5842581, 30.3288622 ], [ 120.5840482, 30.3288484 ], [ 120.5835293, 30.3288144 ], [ 120.5834326, 30.3288081 ] ], [ [ 120.5963088, 30.3292869 ], [ 120.596564, 30.3293089 ] ], [ [ 120.5965552, 30.3294655 ], [ 120.5962992, 30.3294537 ] ], [ [ 120.5495456, 30.3226603 ], [ 120.5495533, 30.3236955 ], [ 120.5495345, 30.3258279 ], [ 120.5495304, 30.3275405 ] ], [ [ 120.5494251, 30.3275519 ], [ 120.5494165, 30.325168 ], [ 120.5494234, 30.3226771 ] ], [ [ 120.57972, 30.3279446 ], [ 120.5797483, 30.3272555 ], [ 120.5797966, 30.3262805 ], [ 120.579831, 30.3251985 ], [ 120.5798723, 30.3245147 ], [ 120.5799454, 30.3233563 ] ], [ [ 120.5800433, 30.3233632 ], [ 120.5799825, 30.3245266 ], [ 120.579955, 30.3252341 ], [ 120.579893, 30.3263043 ], [ 120.5798585, 30.3272793 ], [ 120.5798502, 30.3279425 ], [ 120.5798408, 30.3281684 ], [ 120.5798317, 30.328431 ] ], [ [ 120.55681, 30.3270064 ], [ 120.5570019, 30.32702 ] ], [ [ 120.557004, 30.3271334 ], [ 120.5568053, 30.3271163 ] ], [ [ 120.5495304, 30.3275405 ], [ 120.5495298, 30.3276314 ] ], [ [ 120.549431, 30.3276418 ], [ 120.5494251, 30.3275519 ] ], [ [ 120.5570019, 30.32702 ], [ 120.5605833, 30.3271863 ], [ 120.5645128, 30.3274243 ], [ 120.568718, 30.327704 ], [ 120.5721029, 30.3278944 ], [ 120.5769217, 30.3282336 ], [ 120.5770267, 30.3282407 ] ], [ [ 120.57701, 30.3283532 ], [ 120.5747172, 30.3281949 ], [ 120.5697116, 30.3278921 ], [ 120.5676857, 30.3277797 ], [ 120.5647538, 30.3276169 ], [ 120.5644361, 30.3275955 ], [ 120.5609757, 30.3273624 ], [ 120.557004, 30.3271334 ] ], [ [ 120.57972, 30.3279446 ], [ 120.5796967, 30.3281686 ] ], [ [ 120.5796658, 30.3284198 ], [ 120.5796967, 30.3281686 ] ], [ [ 120.5770267, 30.3282407 ], [ 120.5796658, 30.3284198 ] ], [ [ 120.5796658, 30.3284198 ], [ 120.5798317, 30.328431 ] ], [ [ 120.5796605, 30.3285597 ], [ 120.5779466, 30.3284208 ], [ 120.5777062, 30.3284013 ], [ 120.57701, 30.3283532 ] ], [ [ 120.5796605, 30.3285597 ], [ 120.5796658, 30.3284198 ] ], [ [ 120.5798317, 30.328431 ], [ 120.5798331, 30.3285737 ] ], [ [ 120.5428914, 30.3283216 ], [ 120.5428994, 30.330953 ], [ 120.5429185, 30.3327334 ] ], [ [ 120.5428053, 30.3327356 ], [ 120.5427668, 30.3299019 ], [ 120.5427441, 30.3283365 ] ], [ [ 120.5429185, 30.3327334 ], [ 120.5429194, 30.3328097 ] ], [ [ 120.5428018, 30.332816 ], [ 120.5428053, 30.3327356 ] ], [ [ 120.5798317, 30.328431 ], [ 120.5806926, 30.3284894 ], [ 120.5834406, 30.3286791 ] ], [ [ 120.5798331, 30.3285737 ], [ 120.5796605, 30.3285597 ] ], [ [ 120.5834326, 30.3288081 ], [ 120.5803365, 30.3286145 ], [ 120.5798331, 30.3285737 ] ], [ [ 120.5429194, 30.3328097 ], [ 120.5429352, 30.3347033 ], [ 120.5429899, 30.339055 ] ], [ [ 120.5428316, 30.3390715 ], [ 120.5428, 30.334613 ], [ 120.5428018, 30.332816 ] ], [ [ 120.5429899, 30.339055 ], [ 120.5429871, 30.3391609 ] ], [ [ 120.5428335, 30.3391769 ], [ 120.5428316, 30.3390715 ] ], [ [ 120.5495564, 30.3384077 ], [ 120.5495553, 30.3385045 ] ], [ [ 120.549418, 30.3385133 ], [ 120.5494108, 30.3384201 ] ], [ [ 120.5429871, 30.3391609 ], [ 120.5429892, 30.3395486 ], [ 120.54299, 30.340299 ], [ 120.542998, 30.3406347 ], [ 120.5430013, 30.3417846 ], [ 120.5430261, 30.3454467 ] ], [ [ 120.5428893, 30.3454536 ], [ 120.5428819, 30.344598 ], [ 120.54288, 30.3443713 ], [ 120.5428779, 30.3441272 ], [ 120.5428451, 30.3406347 ], [ 120.5428398, 30.3403013 ], [ 120.5428335, 30.3391769 ] ], [ [ 120.5495553, 30.3385045 ], [ 120.549557, 30.3391071 ], [ 120.5495584, 30.3395861 ], [ 120.5495594, 30.3399402 ], [ 120.54956, 30.3401625 ], [ 120.5495638, 30.3415295 ], [ 120.5495647, 30.3418314 ], [ 120.5495737, 30.3427369 ], [ 120.5495825, 30.3436235 ], [ 120.5495692, 30.3450647 ] ], [ [ 120.5494788, 30.3450771 ], [ 120.5494754, 30.3441909 ], [ 120.5494546, 30.3418407 ], [ 120.549436, 30.3399471 ], [ 120.5494326, 30.3396024 ], [ 120.5494261, 30.3391193 ], [ 120.549418, 30.3385133 ] ], [ [ 120.556265, 30.3449305 ], [ 120.5564645, 30.3449348 ] ], [ [ 120.5564645, 30.3449348 ], [ 120.5585796, 30.3449767 ], [ 120.5587251, 30.3449806 ] ], [ [ 120.5495692, 30.3450647 ], [ 120.5521879, 30.3449165 ], [ 120.5533815, 30.344898 ], [ 120.5544302, 30.3448864 ], [ 120.556265, 30.3449305 ] ], [ [ 120.5587251, 30.3449806 ], [ 120.55887, 30.3449845 ] ], [ [ 120.55887, 30.3449845 ], [ 120.5600521, 30.3450161 ], [ 120.5611973, 30.3450275 ] ], [ [ 120.5564625, 30.3450113 ], [ 120.5562632, 30.3450044 ] ], [ [ 120.5611973, 30.3450275 ], [ 120.5612734, 30.3450276 ] ], [ [ 120.5611954, 30.3450994 ], [ 120.5590355, 30.3450809 ], [ 120.5579385, 30.3450369 ], [ 120.5564625, 30.3450113 ] ], [ [ 120.3840915, 30.3356846 ], [ 120.3837638, 30.3357569 ], [ 120.3829358, 30.335905 ], [ 120.3818699, 30.3360805 ], [ 120.3798385, 30.3363963 ] ], [ [ 120.3798129, 30.3362646 ], [ 120.3798385, 30.3363963 ] ], [ [ 120.3748861, 30.3370503 ], [ 120.3755659, 30.3369276 ], [ 120.3769735, 30.3367136 ], [ 120.3774112, 30.3366503 ], [ 120.3783078, 30.3365207 ], [ 120.3798129, 30.3362646 ] ], [ [ 120.3798385, 30.3363963 ], [ 120.3782687, 30.3366451 ], [ 120.3762138, 30.336964 ], [ 120.3748745, 30.3371846 ] ], [ [ 120.3746843, 30.337068 ], [ 120.3748861, 30.3370503 ] ], [ [ 120.5562632, 30.3450044 ], [ 120.5544248, 30.3449651 ], [ 120.5530998, 30.3449628 ], [ 120.552145, 30.3449767 ], [ 120.5508977, 30.34506 ], [ 120.5495846, 30.3451573 ] ], [ [ 120.5494788, 30.3450771 ], [ 120.5495692, 30.3450647 ] ], [ [ 120.5612715, 30.3450995 ], [ 120.5611954, 30.3450994 ] ], [ [ 120.5495692, 30.3450647 ], [ 120.5495846, 30.3451573 ] ], [ [ 120.5494798, 30.3451619 ], [ 120.5494788, 30.3450771 ] ], [ [ 120.5495846, 30.3451573 ], [ 120.5494798, 30.3451619 ] ], [ [ 120.5430261, 30.3454467 ], [ 120.5455601, 30.345317 ], [ 120.5494788, 30.3450771 ] ], [ [ 120.5494798, 30.3451619 ], [ 120.5483818, 30.3452012 ], [ 120.5460483, 30.3453471 ], [ 120.5449003, 30.3454119 ], [ 120.5437389, 30.3455022 ], [ 120.5430267, 30.3455392 ] ], [ [ 120.5495846, 30.3451573 ], [ 120.5496166, 30.3479419 ], [ 120.5496633, 30.3504939 ] ], [ [ 120.5495292, 30.3505076 ], [ 120.549509, 30.3479037 ], [ 120.5494798, 30.3451619 ] ], [ [ 120.5428893, 30.3454536 ], [ 120.5430261, 30.3454467 ] ], [ [ 120.5430261, 30.3454467 ], [ 120.5430267, 30.3455392 ] ], [ [ 120.54289, 30.3455392 ], [ 120.5428893, 30.3454536 ] ], [ [ 120.5430267, 30.3455392 ], [ 120.54289, 30.3455392 ] ], [ [ 120.5430267, 30.3455392 ], [ 120.5430389, 30.3473262 ], [ 120.5430892, 30.3509605 ] ], [ [ 120.5429155, 30.3509669 ], [ 120.5429155, 30.348502 ], [ 120.54289, 30.3455392 ] ], [ [ 120.5429155, 30.3509669 ], [ 120.5430892, 30.3509605 ] ], [ [ 120.542908, 30.3511087 ], [ 120.5429155, 30.3509669 ] ], [ [ 120.5430895, 30.3511006 ], [ 120.542908, 30.3511087 ] ], [ [ 120.5320064, 30.3514794 ], [ 120.535874, 30.351294 ], [ 120.5401283, 30.3511053 ], [ 120.5402567, 30.3510996 ], [ 120.5425742, 30.3509792 ], [ 120.5429155, 30.3509669 ] ], [ [ 120.542908, 30.3511087 ], [ 120.5425024, 30.3511268 ], [ 120.5395627, 30.3512541 ], [ 120.5370709, 30.351393 ], [ 120.535467, 30.3514393 ], [ 120.5336297, 30.3515249 ], [ 120.532007, 30.3515996 ] ], [ [ 120.5318896, 30.351485 ], [ 120.5320064, 30.3514794 ] ], [ [ 120.5320064, 30.3514794 ], [ 120.532007, 30.3515996 ] ], [ [ 120.5655399, 30.3501214 ], [ 120.5656553, 30.3501219 ] ], [ [ 120.5821948, 30.3501342 ], [ 120.5824372, 30.3501182 ], [ 120.5826571, 30.3501182 ] ], [ [ 120.5561366, 30.3501363 ], [ 120.5563213, 30.3501411 ] ], [ [ 120.5656553, 30.3501219 ], [ 120.5671325, 30.3501275 ], [ 120.5705764, 30.3501506 ], [ 120.5742135, 30.350146 ], [ 120.5781295, 30.350146 ], [ 120.5818042, 30.3501599 ], [ 120.5821948, 30.3501342 ] ], [ [ 120.5611369, 30.3501687 ], [ 120.5622482, 30.3501715 ], [ 120.5655399, 30.3501214 ] ], [ [ 120.5563213, 30.3501411 ], [ 120.5589195, 30.3501321 ], [ 120.5610448, 30.3501705 ] ], [ [ 120.5610448, 30.3501705 ], [ 120.5611369, 30.3501687 ] ], [ [ 120.5656526, 30.3502629 ], [ 120.5655425, 30.3502625 ] ], [ [ 120.5610337, 30.3502886 ], [ 120.5597188, 30.3502455 ], [ 120.5563169, 30.3502873 ] ], [ [ 120.5655425, 30.3502625 ], [ 120.5611344, 30.3502856 ] ], [ [ 120.5563169, 30.3502873 ], [ 120.556133, 30.3502783 ] ], [ [ 120.5611344, 30.3502856 ], [ 120.5610337, 30.3502886 ] ], [ [ 120.5496633, 30.3504939 ], [ 120.5507603, 30.3503821 ], [ 120.5523267, 30.3502154 ], [ 120.553995, 30.3501182 ], [ 120.5558565, 30.3501321 ], [ 120.5561366, 30.3501363 ] ], [ [ 120.5821664, 30.3503564 ], [ 120.5820831, 30.3503543 ], [ 120.581662, 30.3502987 ], [ 120.5781778, 30.3502849 ], [ 120.5752488, 30.3502779 ], [ 120.5705496, 30.350264 ], [ 120.5660542, 30.350264 ], [ 120.5656526, 30.3502629 ] ], [ [ 120.5826222, 30.3503682 ], [ 120.5821664, 30.3503564 ] ], [ [ 120.556133, 30.3502783 ], [ 120.5552288, 30.3502478 ], [ 120.5542605, 30.3502617 ], [ 120.5532494, 30.3502941 ], [ 120.5521952, 30.3503589 ], [ 120.5506579, 30.3505263 ], [ 120.5502185, 30.3505742 ], [ 120.5496653, 30.3506312 ] ], [ [ 120.5495292, 30.3505076 ], [ 120.5496633, 30.3504939 ] ], [ [ 120.5496633, 30.3504939 ], [ 120.5496653, 30.3506312 ] ], [ [ 120.5495356, 30.3506446 ], [ 120.5495292, 30.3505076 ] ], [ [ 120.5496653, 30.3506312 ], [ 120.5495356, 30.3506446 ] ], [ [ 120.5430892, 30.3509605 ], [ 120.5447414, 30.3509005 ], [ 120.5464687, 30.350808 ], [ 120.5481263, 30.3506506 ], [ 120.5495292, 30.3505076 ] ], [ [ 120.5495356, 30.3506446 ], [ 120.5472788, 30.3508774 ], [ 120.545198, 30.3510064 ], [ 120.5430895, 30.3511006 ] ], [ [ 120.5430892, 30.3509605 ], [ 120.5430895, 30.3511006 ] ], [ [ 120.5826571, 30.3501182 ], [ 120.5826628, 30.3501184 ], [ 120.5831523, 30.3501396 ], [ 120.5835772, 30.3501012 ], [ 120.5847516, 30.3500047 ], [ 120.5858803, 30.3497848 ], [ 120.5877311, 30.3493554 ], [ 120.5899461, 30.348905 ], [ 120.5917362, 30.3484809 ], [ 120.5928732, 30.3482599 ], [ 120.5943961, 30.3479103 ], [ 120.5944692, 30.3479659 ], [ 120.5944308, 30.348029 ], [ 120.5936295, 30.348219 ], [ 120.592161, 30.3485489 ], [ 120.5910262, 30.3488579 ], [ 120.5890419, 30.3493135 ], [ 120.5872153, 30.3496591 ], [ 120.5852917, 30.3500885 ], [ 120.5841057, 30.3502989 ], [ 120.5831556, 30.3503294 ], [ 120.5831454, 30.3503301 ], [ 120.5826279, 30.3503678 ], [ 120.5826222, 30.3503682 ] ], [ [ 120.345732, 30.3336309 ], [ 120.3457062, 30.3335054 ] ], [ [ 120.3341708, 30.3378375 ], [ 120.3340561, 30.3373902 ], [ 120.3334296, 30.3349531 ], [ 120.3331111, 30.3337139 ], [ 120.3330378, 30.3334172 ], [ 120.3329687, 30.3331484 ] ], [ [ 120.33316, 30.3331563 ], [ 120.3332244, 30.3334099 ], [ 120.3332978, 30.333691 ], [ 120.3336463, 30.335053 ], [ 120.3339334, 30.3361615 ], [ 120.3341124, 30.336853 ], [ 120.3342442, 30.337397 ], [ 120.334353, 30.3378459 ] ], [ [ 120.3458534, 30.3335493 ], [ 120.3459472, 30.3338268 ], [ 120.3460133, 30.33402 ], [ 120.3468112, 30.3368371 ], [ 120.3468894, 30.3373583 ], [ 120.3469139, 30.3378323 ], [ 120.3468712, 30.338373 ] ], [ [ 120.3467083, 30.3383635 ], [ 120.3467427, 30.337596 ], [ 120.3466719, 30.3368581 ], [ 120.346456, 30.3360096 ], [ 120.3458634, 30.3340433 ], [ 120.345802, 30.3338416 ], [ 120.345732, 30.3336309 ] ], [ [ 120.3341708, 30.3378375 ], [ 120.334353, 30.3378459 ] ], [ [ 120.3342016, 30.3379586 ], [ 120.3341708, 30.3378375 ] ], [ [ 120.3798129, 30.3362646 ], [ 120.381006, 30.3360939 ], [ 120.3818577, 30.3359541 ], [ 120.3828648, 30.335787 ], [ 120.3836621, 30.3356331 ], [ 120.3840453, 30.3355588 ] ], [ [ 120.3748745, 30.3371846 ], [ 120.3746884, 30.3372156 ] ], [ [ 120.3677477, 30.3379786 ], [ 120.3694421, 30.3380206 ], [ 120.3703854, 30.337929 ], [ 120.3723829, 30.3375268 ], [ 120.3746843, 30.337068 ] ], [ [ 120.3746884, 30.3372156 ], [ 120.3730188, 30.3375592 ], [ 120.3704553, 30.3380556 ], [ 120.3694566, 30.3381311 ], [ 120.367796, 30.3381086 ] ], [ [ 120.3663831, 30.3379443 ], [ 120.3665517, 30.3379403 ] ], [ [ 120.3665517, 30.3379403 ], [ 120.3669412, 30.3379649 ], [ 120.3676704, 30.3379752 ], [ 120.3677477, 30.3379786 ] ], [ [ 120.367796, 30.3381086 ], [ 120.3677022, 30.3381067 ], [ 120.3669464, 30.3381098 ], [ 120.3664939, 30.3380998 ] ], [ [ 120.334353, 30.3378459 ], [ 120.3343856, 30.3379672 ] ], [ [ 120.3343856, 30.3379672 ], [ 120.3342016, 30.3379586 ] ], [ [ 120.334353, 30.3378459 ], [ 120.3349192, 30.3378643 ], [ 120.3363226, 30.33791 ], [ 120.3387349, 30.3380027 ], [ 120.3434557, 30.3382234 ], [ 120.3467083, 30.3383635 ] ], [ [ 120.3467028, 30.3384856 ], [ 120.3434469, 30.3383539 ], [ 120.3387268, 30.3381525 ], [ 120.3349368, 30.3379908 ], [ 120.3343856, 30.3379672 ] ], [ [ 120.3467083, 30.3383635 ], [ 120.3468712, 30.338373 ] ], [ [ 120.3467028, 30.3384856 ], [ 120.3467083, 30.3383635 ] ], [ [ 120.3468712, 30.338373 ], [ 120.3468625, 30.3384926 ] ], [ [ 120.3468625, 30.3384926 ], [ 120.3467028, 30.3384856 ] ], [ [ 120.3468712, 30.338373 ], [ 120.3470725, 30.3383852 ], [ 120.34741, 30.3384003 ], [ 120.3474876, 30.3384034 ], [ 120.3497724, 30.3385061 ], [ 120.3514103, 30.3385797 ], [ 120.3541423, 30.3387055 ] ], [ [ 120.3541404, 30.338801 ], [ 120.3513999, 30.3386953 ], [ 120.3512593, 30.3386876 ], [ 120.3474759, 30.3385268 ], [ 120.3474041, 30.338523 ], [ 120.3470698, 30.3385039 ], [ 120.3468625, 30.3384926 ] ], [ [ 120.3620996, 30.3384077 ], [ 120.366261, 30.3379459 ], [ 120.3663831, 30.3379443 ] ], [ [ 120.3664939, 30.3380998 ], [ 120.3662752, 30.3380863 ], [ 120.3637717, 30.3383536 ], [ 120.3620849, 30.3385729 ] ], [ [ 120.3569588, 30.3388166 ], [ 120.3578849, 30.3388457 ], [ 120.3586031, 30.3388114 ], [ 120.3620996, 30.3384077 ] ], [ [ 120.3541423, 30.3387055 ], [ 120.3569588, 30.3388166 ] ], [ [ 120.3620849, 30.3385729 ], [ 120.3602404, 30.3387611 ], [ 120.3585107, 30.338952 ], [ 120.3578693, 30.3389761 ], [ 120.3569474, 30.3389442 ] ], [ [ 120.3569474, 30.3389442 ], [ 120.3541404, 30.338801 ] ], [ [ 120.319545, 30.3317942 ], [ 120.3195289, 30.3321121 ], [ 120.3195245, 30.3323171 ], [ 120.3194969, 30.3328671 ], [ 120.3194454, 30.3335562 ], [ 120.31944, 30.3336286 ], [ 120.319387, 30.3349247 ], [ 120.319348, 30.3360662 ], [ 120.3193112, 30.3376096 ] ], [ [ 120.3191282, 30.3376005 ], [ 120.3193112, 30.3376096 ] ], [ [ 120.3191332, 30.3377539 ], [ 120.3191282, 30.3376005 ] ], [ [ 120.3193112, 30.3376096 ], [ 120.3193027, 30.3377533 ] ], [ [ 120.3135075, 30.3377961 ], [ 120.3145349, 30.3378009 ], [ 120.3154838, 30.3377647 ], [ 120.3164836, 30.3376695 ], [ 120.3178115, 30.3375774 ], [ 120.318596, 30.3375765 ], [ 120.3191282, 30.3376005 ] ], [ [ 120.3193112, 30.3376096 ], [ 120.324162, 30.3378484 ], [ 120.3264807, 30.3378586 ], [ 120.3291433, 30.3378335 ], [ 120.3336972, 30.3378371 ], [ 120.3341708, 30.3378375 ] ], [ [ 120.3193027, 30.3377533 ], [ 120.3191332, 30.3377539 ] ], [ [ 120.3191332, 30.3377539 ], [ 120.3180938, 30.3377182 ], [ 120.3172335, 30.3377365 ], [ 120.3153349, 30.3378888 ], [ 120.3144289, 30.3379355 ], [ 120.3135149, 30.3379193 ] ], [ [ 120.3342016, 30.3379586 ], [ 120.3337345, 30.33796 ], [ 120.3291352, 30.337974 ], [ 120.3241617, 30.3379649 ], [ 120.3193027, 30.3377533 ] ], [ [ 120.3193027, 30.3377533 ], [ 120.3192992, 30.3380311 ], [ 120.3192465, 30.3403364 ], [ 120.3192414, 30.3407057 ], [ 120.3192399, 30.3408163 ], [ 120.3192307, 30.3409466 ], [ 120.3192014, 30.3410955 ], [ 120.3191459, 30.3413295 ], [ 120.3191244, 30.3416101 ], [ 120.3190306, 30.3426422 ], [ 120.319015, 30.3428133 ], [ 120.3188552, 30.3445482 ], [ 120.3186838, 30.3464706 ], [ 120.3185251, 30.348284 ], [ 120.3182977, 30.350425 ], [ 120.3182648, 30.3507349 ] ], [ [ 120.3343856, 30.3379672 ], [ 120.3344797, 30.3383476 ], [ 120.3347752, 30.3395432 ], [ 120.3346124, 30.3395752 ], [ 120.3343049, 30.338365 ], [ 120.3342016, 30.3379586 ] ], [ [ 120.344198, 30.3702853 ], [ 120.3442206, 30.370207 ], [ 120.3442962, 30.3699443 ], [ 120.3444261, 30.3694933 ], [ 120.3446001, 30.3688358 ], [ 120.3446628, 30.3683488 ], [ 120.3447128, 30.3678966 ], [ 120.3447546, 30.367403 ], [ 120.3448281, 30.3663559 ], [ 120.3449078, 30.3652844 ], [ 120.3449721, 30.3645231 ], [ 120.3451161, 30.3623175 ], [ 120.3451835, 30.360995 ], [ 120.3452023, 30.360695 ], [ 120.3453501, 30.3586 ], [ 120.3455962, 30.3552448 ], [ 120.3456844, 30.3539823 ], [ 120.3457822, 30.3527438 ], [ 120.3458657, 30.3516553 ], [ 120.3458686, 30.3515798 ], [ 120.345891, 30.3512319 ], [ 120.3462542, 30.3452574 ], [ 120.3463711, 30.3436319 ], [ 120.3464807, 30.3421086 ], [ 120.3465129, 30.3416603 ], [ 120.3465369, 30.3413268 ], [ 120.3466075, 30.3401864 ], [ 120.3467028, 30.3384856 ] ], [ [ 120.3468625, 30.3384926 ], [ 120.3468184, 30.339412 ], [ 120.3467526, 30.3401903 ], [ 120.346683, 30.3413423 ], [ 120.3466717, 30.3416714 ], [ 120.3466564, 30.3421203 ], [ 120.3466558, 30.3421377 ], [ 120.3466496, 30.3422325 ], [ 120.3463888, 30.3462161 ], [ 120.3460452, 30.3512449 ], [ 120.3460148, 30.3515817 ], [ 120.3460146, 30.3516634 ], [ 120.3459382, 30.3527749 ], [ 120.3458396, 30.3539918 ], [ 120.3457524, 30.3551074 ], [ 120.3456127, 30.3570067 ], [ 120.3454791, 30.3591346 ], [ 120.3453448, 30.3607079 ], [ 120.345334, 30.3610037 ], [ 120.3452579, 30.3626582 ], [ 120.3450791, 30.3651968 ], [ 120.3450105, 30.3661688 ], [ 120.3449035, 30.3672982 ], [ 120.3448547, 30.3680216 ], [ 120.3448219, 30.3683459 ], [ 120.3447687, 30.36869 ], [ 120.3446846, 30.3690696 ], [ 120.3445673, 30.3695029 ], [ 120.3444377, 30.3699589 ], [ 120.3443927, 30.3702099 ], [ 120.3443818, 30.3702931 ] ], [ [ 120.5318836, 30.3516052 ], [ 120.5318896, 30.351485 ] ], [ [ 120.532007, 30.3515996 ], [ 120.5318836, 30.3516052 ] ], [ [ 120.5019492, 30.352613 ], [ 120.5032184, 30.3526344 ], [ 120.5066255, 30.3526387 ], [ 120.5122399, 30.3523847 ], [ 120.5209623, 30.3519901 ], [ 120.5272361, 30.3517188 ], [ 120.5288252, 30.3516431 ], [ 120.5317219, 30.3514931 ], [ 120.5318896, 30.351485 ] ], [ [ 120.5318836, 30.3516052 ], [ 120.5313149, 30.3516314 ], [ 120.5298159, 30.3517203 ], [ 120.5288238, 30.3517646 ], [ 120.5272363, 30.3518427 ], [ 120.5209671, 30.3521256 ], [ 120.5122366, 30.3525196 ], [ 120.5066092, 30.3527703 ], [ 120.5053422, 30.352794 ], [ 120.5032184, 30.3527636 ], [ 120.5019492, 30.352759 ] ], [ [ 120.532007, 30.3515996 ], [ 120.5320016, 30.3539112 ], [ 120.5319887, 30.3575612 ], [ 120.5319855, 30.3584731 ], [ 120.5319817, 30.3611005 ] ], [ [ 120.5318532, 30.36111 ], [ 120.5318701, 30.3593155 ], [ 120.5318755, 30.3565544 ], [ 120.5318648, 30.354756 ], [ 120.5318862, 30.3529067 ], [ 120.5318836, 30.3516052 ] ], [ [ 120.5319817, 30.3611005 ], [ 120.5319829, 30.3612489 ] ], [ [ 120.5318513, 30.3612587 ], [ 120.5318532, 30.36111 ] ], [ [ 120.3061222, 30.3659695 ], [ 120.3062709, 30.3662229 ], [ 120.3063997, 30.3664442 ], [ 120.3065514, 30.3667783 ], [ 120.3066276, 30.3669794 ], [ 120.3067584, 30.3674138 ], [ 120.3068691, 30.3679338 ], [ 120.306922, 30.3683987 ], [ 120.3069875, 30.3692235 ], [ 120.3070009, 30.3693729 ], [ 120.3070565, 30.3699625 ], [ 120.3070795, 30.3702061 ], [ 120.3071003, 30.3703768 ], [ 120.3071326, 30.370653 ], [ 120.3071748, 30.3708829 ], [ 120.3072094, 30.3710154 ], [ 120.3072422, 30.3711646 ], [ 120.3072823, 30.3714138 ], [ 120.3073312, 30.37163 ], [ 120.3074539, 30.3721665 ], [ 120.3075449, 30.3725647 ], [ 120.3076463, 30.3731032 ], [ 120.3076858, 30.3733834 ], [ 120.3077322, 30.3738831 ], [ 120.3077189, 30.3754316 ], [ 120.3077145, 30.3756292 ], [ 120.3077091, 30.3758683 ], [ 120.3076872, 30.3766311 ], [ 120.3076219, 30.3774548 ] ], [ [ 120.3075241, 30.3774615 ], [ 120.3075282, 30.3766736 ], [ 120.3075516, 30.3758713 ], [ 120.3075459, 30.3756291 ], [ 120.307555, 30.3738694 ], [ 120.3075393, 30.3734887 ], [ 120.3075048, 30.3732103 ], [ 120.307379, 30.3724617 ], [ 120.3073101, 30.3721953 ], [ 120.3071253, 30.3714383 ], [ 120.307072, 30.3711835 ], [ 120.3070337, 30.3709198 ], [ 120.3070097, 30.3707369 ], [ 120.3069738, 30.3704026 ], [ 120.306937, 30.3699632 ], [ 120.3069235, 30.3698021 ], [ 120.3068893, 30.3694026 ], [ 120.3067966, 30.3682577 ], [ 120.3067095, 30.3676871 ], [ 120.3066124, 30.3673055 ], [ 120.3065176, 30.3670567 ], [ 120.3063738, 30.3667788 ], [ 120.3062055, 30.3664345 ], [ 120.3061437, 30.3663088 ], [ 120.3059864, 30.3660325 ] ], [ [ 120.3181442, 30.350735 ], [ 120.3181735, 30.3504156 ], [ 120.3183353, 30.3486486 ], [ 120.3184979, 30.346912 ], [ 120.3187074, 30.3445377 ], [ 120.3188598, 30.3428019 ], [ 120.3188756, 30.3426385 ], [ 120.3189785, 30.3415721 ], [ 120.3190293, 30.3411121 ], [ 120.3190632, 30.3408116 ], [ 120.3190631, 30.3406964 ], [ 120.3190628, 30.3403189 ], [ 120.3191294, 30.3380444 ], [ 120.3191332, 30.3377539 ] ], [ [ 120.3047723, 30.3539558 ], [ 120.3067102, 30.3547205 ] ], [ [ 120.3067102, 30.3547205 ], [ 120.3081844, 30.3553305 ] ], [ [ 120.3081844, 30.3553305 ], [ 120.3083692, 30.355407 ] ], [ [ 120.3083692, 30.355407 ], [ 120.308499, 30.3554663 ] ], [ [ 120.308499, 30.3554663 ], [ 120.3090129, 30.3557009 ] ], [ [ 120.3090129, 30.3557009 ], [ 120.3095466, 30.3559046 ] ], [ [ 120.3095466, 30.3559046 ], [ 120.3107805, 30.3563281 ] ], [ [ 120.3107805, 30.3563281 ], [ 120.3112291, 30.3564262 ] ], [ [ 120.3112291, 30.3564262 ], [ 120.3113248, 30.3564471 ] ], [ [ 120.3113248, 30.3564471 ], [ 120.3115851, 30.356504 ] ], [ [ 120.3115851, 30.356504 ], [ 120.3123019, 30.3566704 ] ], [ [ 120.3123019, 30.3566704 ], [ 120.3130012, 30.3568327 ] ], [ [ 120.3130012, 30.3568327 ], [ 120.3139319, 30.357085 ] ], [ [ 120.3139319, 30.357085 ], [ 120.3143385, 30.3571882 ] ], [ [ 120.3143385, 30.3571882 ], [ 120.3144147, 30.3572076 ] ], [ [ 120.3144147, 30.3572076 ], [ 120.3147146, 30.3572172 ] ], [ [ 120.3147146, 30.3572172 ], [ 120.3149948, 30.3572262 ] ], [ [ 120.3149948, 30.3572262 ], [ 120.3151362, 30.3572308 ] ], [ [ 120.3151362, 30.3572308 ], [ 120.3154037, 30.357241 ] ], [ [ 120.3154037, 30.357241 ], [ 120.3156834, 30.3572516 ] ], [ [ 120.3156834, 30.3572516 ], [ 120.3160653, 30.3573136 ] ], [ [ 120.3160653, 30.3573136 ], [ 120.3162252, 30.3573396 ] ], [ [ 120.3162252, 30.3573396 ], [ 120.3174188, 30.357696 ] ], [ [ 120.3174188, 30.357696 ], [ 120.3179365, 30.3580593 ] ], [ [ 120.3179365, 30.3580593 ], [ 120.3185721, 30.3586958 ] ], [ [ 120.3185721, 30.3586958 ], [ 120.3195592, 30.359566 ] ], [ [ 120.3195592, 30.359566 ], [ 120.320557, 30.3604062 ] ], [ [ 120.320557, 30.3604062 ], [ 120.3218498, 30.3615981 ] ], [ [ 120.3218498, 30.3615981 ], [ 120.3225847, 30.3622322 ] ], [ [ 120.3225847, 30.3622322 ], [ 120.3226504, 30.3622678 ] ], [ [ 120.3226504, 30.3622678 ], [ 120.3232043, 30.3625678 ] ], [ [ 120.3232043, 30.3625678 ], [ 120.3235029, 30.3627793 ] ], [ [ 120.3235029, 30.3627793 ], [ 120.323906, 30.363065 ] ], [ [ 120.323906, 30.363065 ], [ 120.3242397, 30.3633014 ] ], [ [ 120.3242397, 30.3633014 ], [ 120.3252294, 30.363954 ] ], [ [ 120.3252294, 30.363954 ], [ 120.326075, 30.3645255 ] ], [ [ 120.326075, 30.3645255 ], [ 120.3267019, 30.3649492 ] ], [ [ 120.3267019, 30.3649492 ], [ 120.3270364, 30.365293 ] ], [ [ 120.3270364, 30.365293 ], [ 120.3270801, 30.365338 ] ], [ [ 120.3270801, 30.365338 ], [ 120.3272003, 30.3654571 ] ], [ [ 120.3272003, 30.3654571 ], [ 120.3280913, 30.36634 ] ], [ [ 120.3280913, 30.36634 ], [ 120.3290274, 30.3673167 ] ], [ [ 120.3290274, 30.3673167 ], [ 120.3292587, 30.3675438 ] ], [ [ 120.3292587, 30.3675438 ], [ 120.3296872, 30.3679646 ] ], [ [ 120.3296872, 30.3679646 ], [ 120.3299677, 30.3682358 ] ], [ [ 120.3299677, 30.3682358 ], [ 120.3300221, 30.3682884 ] ], [ [ 120.3300221, 30.3682884 ], [ 120.330106, 30.3683695 ] ], [ [ 120.330106, 30.3683695 ], [ 120.3304651, 30.3687167 ] ], [ [ 120.3304651, 30.3687167 ], [ 120.3312115, 30.3693817 ] ], [ [ 120.3312115, 30.3693817 ], [ 120.3312885, 30.3694503 ] ], [ [ 120.3312885, 30.3694503 ], [ 120.3319456, 30.370052 ] ], [ [ 120.3319456, 30.370052 ], [ 120.3324467, 30.3704254 ] ], [ [ 120.3324467, 30.3704254 ], [ 120.3326767, 30.3705968 ] ], [ [ 120.3326767, 30.3705968 ], [ 120.3329659, 30.3707933 ] ], [ [ 120.3124283, 30.3755831 ], [ 120.31904, 30.376084 ], [ 120.319732, 30.3762492 ], [ 120.3204589, 30.3765342 ], [ 120.3208689, 30.3769189 ], [ 120.3211854, 30.3772584 ] ], [ [ 120.3210009, 30.3772892 ], [ 120.3204041, 30.3766662 ], [ 120.3197629, 30.3763492 ], [ 120.3190775, 30.3761665 ], [ 120.3124186, 30.3756875 ] ], [ [ 120.3162955, 30.4148816 ], [ 120.31572, 30.4150251 ], [ 120.3154361, 30.4150931 ], [ 120.3151892, 30.4151493 ] ], [ [ 120.3149502, 30.4152085 ], [ 120.3135419, 30.4155478 ] ], [ [ 120.3132751, 30.4154416 ], [ 120.3134824, 30.4153948 ] ], [ [ 120.3134824, 30.4153948 ], [ 120.3135419, 30.4155478 ] ], [ [ 120.3133333, 30.4155958 ], [ 120.3132751, 30.4154416 ] ], [ [ 120.3135419, 30.4155478 ], [ 120.3133333, 30.4155958 ] ], [ [ 120.316172, 30.4219241 ], [ 120.3161471, 30.4215995 ], [ 120.3160462, 30.4202831 ], [ 120.3158649, 30.4188549 ] ], [ [ 120.316149, 30.4188682 ], [ 120.316202, 30.4193962 ], [ 120.3162849, 30.4202219 ], [ 120.3163622, 30.4216031 ], [ 120.3163854, 30.4220164 ] ], [ [ 120.3161807, 30.4220226 ], [ 120.316172, 30.4219241 ] ], [ [ 120.3163854, 30.4220164 ], [ 120.3163932, 30.4221193 ] ], [ [ 120.3162137, 30.4370943 ], [ 120.3163091, 30.4364137 ], [ 120.3166119, 30.4329285 ], [ 120.3166834, 30.4317653 ], [ 120.316688, 30.4316911 ], [ 120.3166921, 30.4316148 ], [ 120.3167076, 30.4313229 ], [ 120.3167517, 30.4304937 ], [ 120.3167418, 30.4293007 ], [ 120.3167129, 30.4284632 ], [ 120.3166284, 30.4273673 ], [ 120.3165939, 30.4269191 ], [ 120.3165314, 30.426109 ], [ 120.3164552, 30.4251206 ], [ 120.3161807, 30.4220226 ] ], [ [ 120.3163932, 30.4221193 ], [ 120.3164888, 30.4233853 ], [ 120.3165575, 30.4242877 ], [ 120.3167042, 30.4262133 ], [ 120.3167588, 30.4269294 ], [ 120.3167686, 30.4270829 ], [ 120.3167689, 30.4270878 ], [ 120.3167876, 30.4273808 ], [ 120.3168635, 30.4285684 ], [ 120.3169084, 30.4292524 ], [ 120.316919, 30.4299732 ], [ 120.3169117, 30.4305895 ], [ 120.3168599, 30.431403 ], [ 120.3168414, 30.4316936 ], [ 120.3168369, 30.4317639 ], [ 120.3168295, 30.4318727 ], [ 120.3167348, 30.4332553 ], [ 120.3166464, 30.4365001 ], [ 120.3165527, 30.437223 ] ], [ [ 120.3161812, 30.4372523 ], [ 120.3162137, 30.4370943 ] ], [ [ 120.3165527, 30.437223 ], [ 120.3165314, 30.437383 ] ], [ [ 120.3160439, 30.438274 ], [ 120.3161087, 30.4378145 ], [ 120.3161812, 30.4372523 ] ], [ [ 120.3165314, 30.437383 ], [ 120.3164005, 30.4379529 ], [ 120.3161091, 30.439089 ], [ 120.3157496, 30.440254 ], [ 120.3151547, 30.441713 ] ], [ [ 120.314848, 30.441663 ], [ 120.314874, 30.4416056 ], [ 120.3153688, 30.4401985 ], [ 120.3160439, 30.438274 ] ], [ [ 120.3135755, 30.4443402 ], [ 120.3137132, 30.4440696 ], [ 120.3138165, 30.4438721 ], [ 120.3147024, 30.4419849 ], [ 120.314848, 30.441663 ] ], [ [ 120.3151547, 30.441713 ], [ 120.3140512, 30.443898 ], [ 120.3139507, 30.444097 ], [ 120.3138036, 30.4443779 ] ], [ [ 120.2960308, 30.3618112 ], [ 120.2972999, 30.3616993 ], [ 120.2983227, 30.3615948 ], [ 120.2985431, 30.361579 ], [ 120.2990153, 30.3615762 ], [ 120.2995807, 30.36161 ], [ 120.3000057, 30.3616972 ], [ 120.3006354, 30.3618646 ], [ 120.3008133, 30.3619321 ], [ 120.3012301, 30.3621292 ], [ 120.3016401, 30.36238 ], [ 120.3039358, 30.3638858 ] ], [ [ 120.3038115, 30.3640136 ], [ 120.3017686, 30.3626147 ], [ 120.3011374, 30.3622079 ], [ 120.3007421, 30.3620354 ], [ 120.3003999, 30.3618966 ], [ 120.2998125, 30.3617475 ], [ 120.2993465, 30.3616805 ], [ 120.2988248, 30.3616731 ], [ 120.2984484, 30.3616883 ], [ 120.2973898, 30.3618014 ], [ 120.2960842, 30.3619384 ] ], [ [ 120.2879971, 30.3626044 ], [ 120.2879771, 30.3627103 ] ], [ [ 120.3039358, 30.3638858 ], [ 120.3048661, 30.3645618 ], [ 120.3055193, 30.3651474 ], [ 120.3060747, 30.3658259 ] ], [ [ 120.3059864, 30.3660325 ], [ 120.3055611, 30.3654223 ], [ 120.3049438, 30.3648413 ], [ 120.3040229, 30.3641555 ], [ 120.3038115, 30.3640136 ] ], [ [ 120.3060747, 30.3658259 ], [ 120.3061222, 30.3659695 ] ], [ [ 120.2908956, 30.3681285 ], [ 120.2910579, 30.3682846 ], [ 120.2911928, 30.3687572 ], [ 120.2917156, 30.3705891 ] ], [ [ 120.2917156, 30.3705891 ], [ 120.2918303, 30.3709136 ], [ 120.2919767, 30.3712223 ], [ 120.292245, 30.3716923 ], [ 120.292756, 30.3724042 ], [ 120.2928996, 30.3726043 ], [ 120.2931713, 30.3729877 ], [ 120.2931957, 30.3730234 ], [ 120.2932953, 30.3731647 ], [ 120.2936324, 30.3736475 ], [ 120.2938904, 30.3739925 ], [ 120.2942386, 30.3745412 ], [ 120.2944704, 30.3749445 ], [ 120.2948037, 30.3755934 ], [ 120.2949285, 30.3758969 ] ], [ [ 120.2810319, 30.3526393 ], [ 120.2808974, 30.3518162 ], [ 120.2808018, 30.3512311 ], [ 120.2807275, 30.3505134 ], [ 120.2807796, 30.3503073 ] ], [ [ 120.2811069, 30.3509545 ], [ 120.2811876, 30.3511029 ], [ 120.2813122, 30.3520972 ], [ 120.2813327, 30.3522604 ], [ 120.2814057, 30.3526195 ], [ 120.2814389, 30.3527826 ], [ 120.281511, 30.3530565 ], [ 120.2815981, 30.3533873 ], [ 120.2817114, 30.353708 ], [ 120.2817821, 30.3538827 ], [ 120.2818671, 30.3540928 ], [ 120.2821429, 30.3548354 ] ], [ [ 120.281751, 30.3549405 ], [ 120.2816017, 30.354554 ], [ 120.2813044, 30.353711 ], [ 120.2811593, 30.3531644 ], [ 120.2810319, 30.3526393 ] ], [ [ 120.283429, 30.3580481 ], [ 120.2832615, 30.3577362 ], [ 120.2824989, 30.3563871 ], [ 120.2824157, 30.3562398 ], [ 120.2820228, 30.3555099 ], [ 120.281751, 30.3549405 ] ], [ [ 120.2825309, 30.3556687 ], [ 120.2827767, 30.3561298 ], [ 120.2830066, 30.3565577 ], [ 120.2831837, 30.3568872 ], [ 120.283389, 30.3572231 ], [ 120.28375, 30.3577759 ], [ 120.2838881, 30.3580401 ] ], [ [ 120.2835616, 30.3580366 ], [ 120.2837739, 30.3580368 ] ], [ [ 120.2837739, 30.3580368 ], [ 120.2838881, 30.3580401 ] ], [ [ 120.283429, 30.3580481 ], [ 120.2835616, 30.3580366 ] ], [ [ 120.2838881, 30.3580401 ], [ 120.2839526, 30.3581265 ] ], [ [ 120.2834855, 30.3581366 ], [ 120.283429, 30.3580481 ] ], [ [ 120.2838684, 30.3581168 ], [ 120.2836223, 30.3581263 ] ], [ [ 120.2839526, 30.3581265 ], [ 120.2838684, 30.3581168 ] ], [ [ 120.2836223, 30.3581263 ], [ 120.2834855, 30.3581366 ] ], [ [ 120.2838881, 30.3580401 ], [ 120.2863197, 30.3582518 ] ], [ [ 120.2805064, 30.3583026 ], [ 120.283429, 30.3580481 ] ], [ [ 120.2863272, 30.358332 ], [ 120.2839526, 30.3581265 ] ], [ [ 120.2834855, 30.3581366 ], [ 120.2819726, 30.35825 ], [ 120.2814469, 30.3582894 ], [ 120.280536, 30.3583933 ] ], [ [ 120.2697479, 30.3615289 ], [ 120.2704275, 30.3611803 ], [ 120.2709129, 30.360936 ], [ 120.2715444, 30.3606592 ], [ 120.2717205, 30.3605863 ], [ 120.2722922, 30.3603497 ], [ 120.2729223, 30.3601371 ], [ 120.2738369, 30.3598689 ], [ 120.277444, 30.3588973 ], [ 120.2791988, 30.3584705 ], [ 120.2805064, 30.3583026 ] ], [ [ 120.280536, 30.3583933 ], [ 120.2800468, 30.3584491 ], [ 120.2792099, 30.3585694 ], [ 120.2775887, 30.3589673 ], [ 120.2738474, 30.3599572 ], [ 120.2733888, 30.360101 ], [ 120.2726331, 30.3603314 ], [ 120.271891, 30.3606165 ], [ 120.271681, 30.3607053 ], [ 120.2710647, 30.3609659 ], [ 120.2706101, 30.3611975 ], [ 120.2698792, 30.3615872 ] ], [ [ 120.2698792, 30.3615872 ], [ 120.2706077, 30.3632275 ], [ 120.2707601, 30.3635707 ], [ 120.2715819, 30.3654904 ], [ 120.2716033, 30.365543 ], [ 120.2721916, 30.3669865 ] ], [ [ 120.2720222, 30.3670149 ], [ 120.2712416, 30.3650553 ], [ 120.2706259, 30.3636816 ], [ 120.2704449, 30.3632779 ], [ 120.2699786, 30.3622376 ], [ 120.2697262, 30.3616621 ] ], [ [ 120.2789376, 30.3825514 ], [ 120.2789635, 30.3826602 ] ], [ [ 120.2787999, 30.3826804 ], [ 120.2787865, 30.3825761 ] ], [ [ 120.2789635, 30.3826602 ], [ 120.2790192, 30.3829027 ], [ 120.2791283, 30.3833125 ], [ 120.2792691, 30.3837377 ], [ 120.2794822, 30.3842055 ] ], [ [ 120.286858, 30.3614426 ], [ 120.2871865, 30.3617856 ], [ 120.2875121, 30.362091 ], [ 120.2879971, 30.3626044 ] ], [ [ 120.2863287, 30.3824754 ], [ 120.2863836, 30.3823859 ] ], [ [ 120.2863836, 30.3823859 ], [ 120.2869986, 30.3825401 ], [ 120.2877426, 30.3827715 ], [ 120.2884014, 30.3830221 ], [ 120.2888126, 30.3831999 ] ], [ [ 120.2721916, 30.3669865 ], [ 120.2726128, 30.3677965 ], [ 120.2728698, 30.3682161 ], [ 120.2732342, 30.3687701 ], [ 120.2734958, 30.3691317 ], [ 120.2738134, 30.3694772 ], [ 120.2745031, 30.3702067 ], [ 120.2748125, 30.3705462 ], [ 120.2755151, 30.3712372 ], [ 120.2758159, 30.3715651 ], [ 120.2759851, 30.3717494 ], [ 120.2763471, 30.3722814 ], [ 120.2763772, 30.372335 ], [ 120.2766044, 30.3727394 ], [ 120.2766417, 30.3728059 ], [ 120.2768757, 30.3733246 ], [ 120.2770193, 30.373746 ], [ 120.277143, 30.3742386 ], [ 120.2774634, 30.3756292 ], [ 120.2775985, 30.376151 ], [ 120.2777201, 30.3765833 ], [ 120.277735, 30.3768649 ], [ 120.2779007, 30.3777296 ], [ 120.2780868, 30.3785316 ], [ 120.27816, 30.3788468 ], [ 120.2784991, 30.3804378 ], [ 120.2788806, 30.3822636 ], [ 120.2789376, 30.3825514 ] ], [ [ 120.2787865, 30.3825761 ], [ 120.2787426, 30.3822809 ], [ 120.2783689, 30.3806403 ], [ 120.2779838, 30.3788827 ], [ 120.2779153, 30.3785756 ], [ 120.2777461, 30.3778169 ], [ 120.2776604, 30.3773586 ], [ 120.2775609, 30.3769992 ], [ 120.2774487, 30.3766358 ], [ 120.2773947, 30.376433 ], [ 120.2773233, 30.3758756 ], [ 120.2772562, 30.3755422 ], [ 120.2770587, 30.3745783 ], [ 120.276909, 30.3739592 ], [ 120.2767312, 30.3734241 ], [ 120.2765621, 30.3730201 ], [ 120.2765209, 30.3729444 ], [ 120.2763382, 30.3726088 ], [ 120.2759319, 30.3719595 ], [ 120.2756294, 30.3716198 ], [ 120.2755742, 30.3715579 ], [ 120.2752336, 30.3711773 ], [ 120.2747601, 30.3706854 ], [ 120.2736471, 30.3695291 ], [ 120.2736396, 30.3695205 ], [ 120.2733242, 30.3691625 ], [ 120.2732744, 30.369106 ], [ 120.2729858, 30.368687 ], [ 120.272725, 30.3682739 ], [ 120.2724429, 30.3678514 ], [ 120.2723338, 30.3676226 ], [ 120.2721852, 30.3673108 ], [ 120.2720222, 30.3670149 ] ], [ [ 120.2728663, 30.3803651 ], [ 120.2746197, 30.3834007 ], [ 120.2747606, 30.3836016 ] ], [ [ 120.2745847, 30.3836525 ], [ 120.2744775, 30.3834524 ], [ 120.2727402, 30.3804317 ] ], [ [ 120.2747606, 30.3836016 ], [ 120.2748415, 30.3836854 ] ], [ [ 120.274631, 30.3837414 ], [ 120.2745847, 30.3836525 ] ], [ [ 120.2677906, 30.3857398 ], [ 120.26787, 30.3858554 ] ], [ [ 120.2676135, 30.385961 ], [ 120.2675452, 30.3858405 ] ], [ [ 120.26787, 30.3858554 ], [ 120.268774, 30.3872655 ], [ 120.2696009, 30.3883738 ], [ 120.2703102, 30.3892548 ], [ 120.270535, 30.3895147 ], [ 120.271287, 30.3903841 ], [ 120.2715863, 30.3907404 ] ], [ [ 120.2958059, 30.3795405 ], [ 120.2957668, 30.3793593 ], [ 120.2952407, 30.3778373 ], [ 120.2952026, 30.3777271 ], [ 120.2951175, 30.3774917 ], [ 120.2950602, 30.3773329 ], [ 120.2949578, 30.377034 ], [ 120.2947143, 30.3763264 ], [ 120.2944013, 30.375639 ], [ 120.2941289, 30.3751059 ], [ 120.2939459, 30.3747972 ], [ 120.2931003, 30.3735556 ], [ 120.2929474, 30.3733309 ], [ 120.2929444, 30.3733267 ], [ 120.2927512, 30.3730559 ], [ 120.292402, 30.3725665 ], [ 120.2921815, 30.3722543 ], [ 120.2916921, 30.3714994 ], [ 120.2914726, 30.3710364 ], [ 120.291123, 30.3700122 ], [ 120.2910643, 30.3698166 ], [ 120.2906348, 30.3683849 ], [ 120.2907035, 30.3681728 ] ], [ [ 120.2949285, 30.3758969 ], [ 120.2951859, 30.3765228 ], [ 120.2954021, 30.3771363 ], [ 120.2954864, 30.3773283 ], [ 120.295584, 30.3776484 ], [ 120.2956212, 30.3777533 ] ], [ [ 120.2956212, 30.3777533 ], [ 120.2956557, 30.3778503 ] ], [ [ 120.2956557, 30.3778503 ], [ 120.2958168, 30.3783042 ], [ 120.2959347, 30.3785708 ], [ 120.2961827, 30.3792897 ], [ 120.2962193, 30.379494 ] ], [ [ 120.2962193, 30.379494 ], [ 120.2962456, 30.3796411 ] ], [ [ 120.3076219, 30.3774548 ], [ 120.3076101, 30.3775475 ] ], [ [ 120.307497, 30.377546 ], [ 120.3075241, 30.3774615 ] ], [ [ 120.3074781, 30.3809452 ], [ 120.307497, 30.377546 ] ], [ [ 120.3076101, 30.3775475 ], [ 120.3076204, 30.3809739 ] ], [ [ 120.2958351, 30.379676 ], [ 120.2958059, 30.3795405 ] ], [ [ 120.2963205, 30.3815788 ], [ 120.2961922, 30.3814128 ], [ 120.296109, 30.3810464 ], [ 120.2960028, 30.3806343 ], [ 120.295899, 30.3799724 ], [ 120.2958351, 30.379676 ] ], [ [ 120.2962456, 30.3796411 ], [ 120.2963178, 30.380045 ], [ 120.2966257, 30.3816601 ], [ 120.2966938, 30.3820627 ], [ 120.2965885, 30.382291 ] ], [ [ 120.3074806, 30.3810979 ], [ 120.3074781, 30.3809452 ] ], [ [ 120.3076204, 30.3809739 ], [ 120.3076199, 30.3811124 ] ], [ [ 120.2863836, 30.3823859 ], [ 120.2865869, 30.3820429 ] ], [ [ 120.2865869, 30.3820429 ], [ 120.2868119, 30.3818159 ] ], [ [ 120.2868119, 30.3818159 ], [ 120.2870369, 30.3816629 ] ], [ [ 120.2870369, 30.3816629 ], [ 120.2879424, 30.3809816 ] ], [ [ 120.2879424, 30.3809816 ], [ 120.2881891, 30.3808373 ] ], [ [ 120.2881891, 30.3808373 ], [ 120.288441, 30.3807502 ] ], [ [ 120.288441, 30.3807502 ], [ 120.2887171, 30.3807337 ] ], [ [ 120.2887171, 30.3807337 ], [ 120.2891928, 30.3807523 ] ], [ [ 120.2891928, 30.3807523 ], [ 120.2895892, 30.3807617 ] ], [ [ 120.2895892, 30.3807617 ], [ 120.2900753, 30.3807732 ] ], [ [ 120.2900753, 30.3807732 ], [ 120.2904038, 30.3808003 ] ], [ [ 120.2904038, 30.3808003 ], [ 120.2906121, 30.3808548 ] ], [ [ 120.2906121, 30.3808548 ], [ 120.2907008, 30.380878 ] ], [ [ 120.2907008, 30.380878 ], [ 120.2909553, 30.3809832 ] ], [ [ 120.2909553, 30.3809832 ], [ 120.2914214, 30.3812087 ] ], [ [ 120.2914214, 30.3812087 ], [ 120.293458, 30.3821279 ] ], [ [ 120.293458, 30.3821279 ], [ 120.2935486, 30.3821715 ] ], [ [ 120.2935486, 30.3821715 ], [ 120.2942977, 30.3824936 ] ], [ [ 120.2942977, 30.3824936 ], [ 120.2946575, 30.3827205 ] ], [ [ 120.2946575, 30.3827205 ], [ 120.2948679, 30.3829596 ] ], [ [ 120.2948679, 30.3829596 ], [ 120.2950156, 30.3832486 ] ], [ [ 120.2950156, 30.3832486 ], [ 120.2950694, 30.3835412 ] ], [ [ 120.2950694, 30.3835412 ], [ 120.29505, 30.3837946 ] ], [ [ 120.29505, 30.3837946 ], [ 120.2950386, 30.3839439 ] ], [ [ 120.2950386, 30.3839439 ], [ 120.2949171, 30.3841705 ] ], [ [ 120.2949171, 30.3841705 ], [ 120.2946325, 30.3845549 ] ], [ [ 120.2946325, 30.3845549 ], [ 120.2944213, 30.3848402 ] ], [ [ 120.2944213, 30.3848402 ], [ 120.2937609, 30.3856901 ] ], [ [ 120.2888126, 30.3831999 ], [ 120.2889906, 30.3832923 ], [ 120.2892027, 30.3834026 ], [ 120.2905109, 30.3840866 ], [ 120.2914009, 30.3845465 ], [ 120.2929081, 30.3853213 ], [ 120.293292, 30.3855166 ], [ 120.2935158, 30.3856117 ], [ 120.2937609, 30.3856901 ] ], [ [ 120.2936622, 30.3857816 ], [ 120.2933459, 30.3856471 ], [ 120.292823, 30.3853788 ], [ 120.2913557, 30.3846188 ], [ 120.2904673, 30.3841564 ], [ 120.2891956, 30.3835161 ], [ 120.288977, 30.3834105 ], [ 120.2887537, 30.3832949 ] ], [ [ 120.2937609, 30.3856901 ], [ 120.2945036, 30.3859406 ], [ 120.2955875, 30.3862824 ], [ 120.2964401, 30.3865459 ] ], [ [ 120.2964436, 30.3866401 ], [ 120.2950814, 30.386206 ], [ 120.2936622, 30.3857816 ] ], [ [ 120.306995, 30.3883568 ], [ 120.3070588, 30.3878727 ], [ 120.3070763, 30.387646 ], [ 120.3072068, 30.3865859 ], [ 120.3073179, 30.3855225 ], [ 120.3073354, 30.3852806 ], [ 120.3074333, 30.3841753 ], [ 120.3074742, 30.3834551 ], [ 120.3074886, 30.3828893 ], [ 120.3074739, 30.3817602 ], [ 120.3074806, 30.3810979 ] ], [ [ 120.3076199, 30.3811124 ], [ 120.3075848, 30.3817101 ], [ 120.3075886, 30.3830317 ], [ 120.3075701, 30.3839115 ], [ 120.3074237, 30.3852857 ], [ 120.3074074, 30.3855276 ], [ 120.3072296, 30.3870878 ], [ 120.3071814, 30.3876546 ], [ 120.3071401, 30.3881742 ], [ 120.3071044, 30.3884128 ] ], [ [ 120.306954, 30.3886679 ], [ 120.306995, 30.3883568 ] ], [ [ 120.3071044, 30.3884128 ], [ 120.3070583, 30.3887216 ] ], [ [ 120.3062436, 30.3921165 ], [ 120.3063066, 30.3916854 ], [ 120.3063631, 30.3913371 ], [ 120.3064377, 30.391044 ], [ 120.306552, 30.3906942 ], [ 120.3066903, 30.3901135 ], [ 120.3067945, 30.3896511 ], [ 120.3068739, 30.3892024 ], [ 120.306954, 30.3886679 ] ], [ [ 120.3070583, 30.3887216 ], [ 120.3069987, 30.3891204 ], [ 120.3069625, 30.3894801 ], [ 120.3069009, 30.3897747 ], [ 120.3067931, 30.3901465 ], [ 120.3066766, 30.3905009 ], [ 120.3063987, 30.3918008 ], [ 120.306332, 30.3921542 ] ], [ [ 120.3062303, 30.3923123 ], [ 120.3062436, 30.3921165 ] ], [ [ 120.306332, 30.3921542 ], [ 120.3063238, 30.3923526 ] ], [ [ 120.3059302, 30.3943288 ], [ 120.3060547, 30.3934924 ], [ 120.3062303, 30.3923123 ] ], [ [ 120.2967067, 30.3919497 ], [ 120.2965871, 30.3913051 ], [ 120.2966123, 30.390873 ] ], [ [ 120.2968484, 30.3907052 ], [ 120.2970157, 30.3908169 ], [ 120.2970848, 30.391378 ], [ 120.2970808, 30.3917182 ], [ 120.29713, 30.391969 ], [ 120.2972068, 30.3923599 ], [ 120.2973776, 30.3931875 ], [ 120.2974718, 30.3935359 ] ], [ [ 120.2877236, 30.3908326 ], [ 120.2878862, 30.3910936 ], [ 120.2882489, 30.3917654 ], [ 120.288339, 30.3919829 ], [ 120.2884189, 30.3921756 ], [ 120.2885563, 30.3926138 ], [ 120.2886687, 30.392953 ], [ 120.2887566, 30.3933799 ] ], [ [ 120.288613, 30.395638 ], [ 120.2886614, 30.3952416 ], [ 120.2886875, 30.3949238 ], [ 120.2886871, 30.394606 ], [ 120.2886236, 30.3937954 ], [ 120.2885831, 30.3933842 ], [ 120.2885338, 30.3931049 ], [ 120.2884138, 30.3926587 ], [ 120.2882173, 30.3921346 ], [ 120.2881447, 30.3919743 ], [ 120.2880186, 30.3916956 ], [ 120.2878012, 30.3912726 ], [ 120.2875787, 30.3909533 ] ], [ [ 120.2970259, 30.3935112 ], [ 120.2968387, 30.3926344 ], [ 120.2967422, 30.3921538 ], [ 120.2967383, 30.3921341 ], [ 120.2967067, 30.3919497 ] ], [ [ 120.2974718, 30.3935359 ], [ 120.2976621, 30.3944429 ], [ 120.2977029, 30.3946181 ], [ 120.2977459, 30.394803 ], [ 120.2978944, 30.3955248 ], [ 120.2979226, 30.3956292 ] ], [ [ 120.2887566, 30.3933799 ], [ 120.2888157, 30.3940625 ], [ 120.2888561, 30.3944467 ], [ 120.2888701, 30.3947511 ], [ 120.2888456, 30.3951797 ], [ 120.2887965, 30.3955062 ] ], [ [ 120.2887965, 30.3955062 ], [ 120.2887737, 30.3956577 ] ], [ [ 120.288672, 30.3958921 ], [ 120.288613, 30.395638 ] ], [ [ 120.2887737, 30.3956577 ], [ 120.288672, 30.3958921 ] ], [ [ 120.2495268, 30.3882839 ], [ 120.2500606, 30.3877761 ], [ 120.2507443, 30.3872167 ], [ 120.2512125, 30.3869293 ], [ 120.2517946, 30.3865721 ], [ 120.2528943, 30.3858789 ], [ 120.2535565, 30.3854767 ], [ 120.2547033, 30.3847802 ] ], [ [ 120.2548248, 30.3849015 ], [ 120.2542201, 30.3852761 ], [ 120.2531514, 30.3859381 ], [ 120.2527463, 30.386189 ], [ 120.2525265, 30.3863188 ], [ 120.2514029, 30.3869821 ], [ 120.2511222, 30.38715 ], [ 120.2506078, 30.3875615 ], [ 120.2502951, 30.3878117 ], [ 120.2497171, 30.3883828 ] ], [ [ 120.2497171, 30.3883828 ], [ 120.2510152, 30.3890601 ], [ 120.2516229, 30.3893772 ], [ 120.2521133, 30.3895483 ], [ 120.2526808, 30.3897464 ], [ 120.2530284, 30.3898677 ], [ 120.2541683, 30.3901942 ], [ 120.2547061, 30.3903616 ] ], [ [ 120.2546367, 30.3905105 ], [ 120.253082, 30.3900528 ], [ 120.2520724, 30.3897293 ], [ 120.251698, 30.3896086 ], [ 120.250954, 30.3892208 ], [ 120.2495838, 30.3885066 ] ], [ [ 120.2628931, 30.3872347 ], [ 120.2629841, 30.3874126 ] ], [ [ 120.2629841, 30.3874126 ], [ 120.262786, 30.3872977 ] ], [ [ 120.2610729, 30.3883597 ], [ 120.2616617, 30.3880301 ], [ 120.262786, 30.3872977 ] ], [ [ 120.2629841, 30.3874126 ], [ 120.2611861, 30.3884698 ] ], [ [ 120.2596292, 30.3892852 ], [ 120.260867, 30.3884749 ], [ 120.2610729, 30.3883597 ] ], [ [ 120.2611861, 30.3884698 ], [ 120.260679, 30.3887679 ], [ 120.2598722, 30.3893016 ], [ 120.2597494, 30.3893918 ] ], [ [ 120.2472682, 30.3871097 ], [ 120.2481674, 30.3875772 ], [ 120.2495268, 30.3882839 ] ], [ [ 120.2493988, 30.3884095 ], [ 120.2485921, 30.3879859 ], [ 120.2471563, 30.387232 ] ], [ [ 120.2495268, 30.3882839 ], [ 120.2497171, 30.3883828 ] ], [ [ 120.2493988, 30.3884095 ], [ 120.2495268, 30.3882839 ] ], [ [ 120.2497171, 30.3883828 ], [ 120.2495838, 30.3885066 ] ], [ [ 120.2495838, 30.3885066 ], [ 120.2493988, 30.3884095 ] ], [ [ 120.2482159, 30.3902813 ], [ 120.2486409, 30.3894675 ], [ 120.2487801, 30.3892694 ], [ 120.2489809, 30.3889836 ], [ 120.2493988, 30.3884095 ] ], [ [ 120.2495838, 30.3885066 ], [ 120.2491018, 30.3891304 ], [ 120.2490953, 30.389136 ], [ 120.2487728, 30.389659 ], [ 120.2484438, 30.3903323 ], [ 120.2481545, 30.390981 ], [ 120.2481213, 30.3910556 ], [ 120.2477961, 30.3918887 ] ], [ [ 120.2594041, 30.3894622 ], [ 120.2596292, 30.3892852 ] ], [ [ 120.2597494, 30.3893918 ], [ 120.2595176, 30.3895547 ] ], [ [ 120.2579294, 30.391365 ], [ 120.2582308, 30.3909253 ], [ 120.2587403, 30.3902254 ], [ 120.2589347, 30.389995 ], [ 120.2594041, 30.3894622 ] ], [ [ 120.2595176, 30.3895547 ], [ 120.2592959, 30.3897359 ], [ 120.2589805, 30.3900761 ], [ 120.2584555, 30.3907489 ], [ 120.2583314, 30.390908 ], [ 120.2580048, 30.391393 ] ], [ [ 120.2547061, 30.3903616 ], [ 120.2557208, 30.3906775 ], [ 120.2579294, 30.391365 ] ], [ [ 120.2578306, 30.3914506 ], [ 120.2573651, 30.3913136 ], [ 120.2573071, 30.3912965 ], [ 120.2565775, 30.3910817 ], [ 120.2546367, 30.3905105 ] ], [ [ 120.2481544, 30.390433 ], [ 120.2482159, 30.3902813 ] ], [ [ 120.247589, 30.391827 ], [ 120.2481544, 30.390433 ] ], [ [ 120.2462879, 30.3947881 ], [ 120.24691, 30.3934039 ], [ 120.2473149, 30.3925029 ], [ 120.247589, 30.391827 ] ], [ [ 120.2477961, 30.3918887 ], [ 120.2474762, 30.3927082 ], [ 120.2470264, 30.3936849 ], [ 120.2464992, 30.3948297 ] ], [ [ 120.2464992, 30.3948297 ], [ 120.2462879, 30.3947881 ] ], [ [ 120.2579294, 30.391365 ], [ 120.2580048, 30.391393 ] ], [ [ 120.2578306, 30.3914506 ], [ 120.2579294, 30.391365 ] ], [ [ 120.2580048, 30.391393 ], [ 120.2579614, 30.3914574 ] ], [ [ 120.2579614, 30.3914574 ], [ 120.2578306, 30.3914506 ] ], [ [ 120.2580048, 30.391393 ], [ 120.2587107, 30.3916128 ], [ 120.2600571, 30.3921727 ], [ 120.2607733, 30.3924828 ], [ 120.2607411, 30.3925591 ], [ 120.2597085, 30.3920941 ], [ 120.2590061, 30.3918016 ], [ 120.2579614, 30.3914574 ] ], [ [ 120.2567908, 30.3940188 ], [ 120.2573822, 30.392317 ], [ 120.2577717, 30.3915809 ], [ 120.2578306, 30.3914506 ] ], [ [ 120.2579614, 30.3914574 ], [ 120.257743, 30.3918499 ], [ 120.2574822, 30.3923313 ], [ 120.2574155, 30.3925144 ], [ 120.2568825, 30.3940332 ] ], [ [ 120.2559927, 30.3963847 ], [ 120.2566289, 30.3944988 ], [ 120.2567908, 30.3940188 ] ], [ [ 120.2568825, 30.3940332 ], [ 120.2561113, 30.3962974 ], [ 120.2560733, 30.3964325 ] ], [ [ 120.2553286, 30.3986442 ], [ 120.2559604, 30.3964659 ], [ 120.2559927, 30.3963847 ] ], [ [ 120.2560733, 30.3964325 ], [ 120.2559657, 30.3968154 ], [ 120.2554092, 30.39868 ] ], [ [ 120.2464992, 30.3948297 ], [ 120.2466243, 30.3948154 ], [ 120.2501354, 30.3963684 ] ], [ [ 120.2501193, 30.396448 ], [ 120.2465777, 30.3949017 ], [ 120.2464992, 30.3948297 ] ], [ [ 120.2501354, 30.3963684 ], [ 120.2524609, 30.3973971 ] ], [ [ 120.2524208, 30.3974528 ], [ 120.2501193, 30.396448 ] ], [ [ 120.2887537, 30.3832949 ], [ 120.2883117, 30.3831014 ], [ 120.2878756, 30.3829118 ], [ 120.2873164, 30.3827225 ], [ 120.2866298, 30.3825362 ], [ 120.2863287, 30.3824754 ] ], [ [ 120.2851715, 30.3843821 ], [ 120.2863287, 30.3824754 ] ], [ [ 120.2851715, 30.3843821 ], [ 120.2849394, 30.3847676 ] ], [ [ 120.2849394, 30.3847676 ], [ 120.2847074, 30.3851532 ] ], [ [ 120.2847074, 30.3851532 ], [ 120.2842715, 30.385906 ] ], [ [ 120.2842715, 30.385906 ], [ 120.2840036, 30.3863528 ] ], [ [ 120.2840036, 30.3863528 ], [ 120.283406, 30.3874043 ] ], [ [ 120.2808795, 30.385921 ], [ 120.2813485, 30.3862582 ], [ 120.2818791, 30.3865671 ], [ 120.283406, 30.3874043 ] ], [ [ 120.2793394, 30.3842574 ], [ 120.27916, 30.3838329 ], [ 120.2789866, 30.383339 ], [ 120.2787999, 30.3826804 ] ], [ [ 120.2794822, 30.3842055 ], [ 120.2797409, 30.3846559 ], [ 120.2801277, 30.3851755 ], [ 120.2806103, 30.3856738 ], [ 120.2808795, 30.385921 ] ], [ [ 120.2807629, 30.3860124 ], [ 120.280488, 30.3857621 ], [ 120.2801752, 30.3854593 ], [ 120.2798629, 30.3851076 ], [ 120.2795922, 30.3847215 ], [ 120.2793394, 30.3842574 ] ], [ [ 120.2761083, 30.385411 ], [ 120.2766831, 30.3861071 ], [ 120.2777891, 30.3875315 ] ], [ [ 120.2748415, 30.3836854 ], [ 120.2761083, 30.385411 ] ], [ [ 120.2759577, 30.3854615 ], [ 120.274631, 30.3837414 ] ], [ [ 120.2776615, 30.3875945 ], [ 120.2765554, 30.3861955 ], [ 120.2759577, 30.3854615 ] ], [ [ 120.2798425, 30.3900632 ], [ 120.2807158, 30.3897005 ] ], [ [ 120.2807158, 30.3897005 ], [ 120.2814304, 30.3893782 ] ], [ [ 120.2814304, 30.3893782 ], [ 120.2818087, 30.3891808 ] ], [ [ 120.2818087, 30.3891808 ], [ 120.2820354, 30.3890194 ] ], [ [ 120.2820354, 30.3890194 ], [ 120.2823224, 30.3887296 ] ], [ [ 120.2823224, 30.3887296 ], [ 120.282752, 30.388218 ] ], [ [ 120.282752, 30.388218 ], [ 120.2833043, 30.3875164 ] ], [ [ 120.2777891, 30.3875315 ], [ 120.2783316, 30.3882301 ], [ 120.2791213, 30.389208 ], [ 120.2794571, 30.3896239 ], [ 120.2798425, 30.3900632 ] ], [ [ 120.2796914, 30.3901195 ], [ 120.2793199, 30.3896919 ], [ 120.2788083, 30.3890449 ], [ 120.2776615, 30.3875945 ] ], [ [ 120.2798425, 30.3900632 ], [ 120.2796914, 30.3901195 ] ], [ [ 120.2833043, 30.3875164 ], [ 120.2821567, 30.3868954 ], [ 120.281529, 30.3865564 ], [ 120.2811314, 30.386277 ], [ 120.2807629, 30.3860124 ] ], [ [ 120.283406, 30.3874043 ], [ 120.2833043, 30.3875164 ] ], [ [ 120.283406, 30.3874043 ], [ 120.2842235, 30.387867 ], [ 120.2856056, 30.3886635 ] ], [ [ 120.2854883, 30.388775 ], [ 120.2847297, 30.3883441 ], [ 120.2833043, 30.3875164 ] ], [ [ 120.2856056, 30.3886635 ], [ 120.2856739, 30.3887008 ], [ 120.286136, 30.3890695 ], [ 120.2865678, 30.3894553 ], [ 120.2869436, 30.389829 ], [ 120.2876147, 30.3906982 ] ], [ [ 120.2874702, 30.3908042 ], [ 120.287135, 30.3903391 ], [ 120.2868762, 30.3899999 ], [ 120.2865614, 30.3896768 ], [ 120.2862423, 30.3893816 ], [ 120.2858951, 30.3890863 ], [ 120.2854883, 30.388775 ] ], [ [ 120.2728584, 30.392657 ], [ 120.2718944, 30.391527 ], [ 120.2704333, 30.3898194 ], [ 120.2702235, 30.3895632 ], [ 120.2692814, 30.3884125 ], [ 120.2682347, 30.3869639 ], [ 120.2676135, 30.385961 ] ], [ [ 120.2715863, 30.3907404 ], [ 120.2725921, 30.3919379 ], [ 120.2734696, 30.3929645 ] ], [ [ 120.2766307, 30.3915316 ], [ 120.2734696, 30.3929645 ] ], [ [ 120.2876147, 30.3906982 ], [ 120.2877236, 30.3908326 ] ], [ [ 120.2875787, 30.3909533 ], [ 120.2874702, 30.3908042 ] ], [ [ 120.28182, 30.3923166 ], [ 120.282133, 30.3926733 ], [ 120.2833659, 30.3940389 ], [ 120.2836606, 30.3942858 ], [ 120.2840301, 30.3945247 ] ], [ [ 120.2839075, 30.3946727 ], [ 120.2834825, 30.3943496 ], [ 120.2831415, 30.3940264 ], [ 120.281995, 30.392771 ], [ 120.2816758, 30.3924036 ] ], [ [ 120.2796914, 30.3901195 ], [ 120.2781413, 30.3908182 ] ], [ [ 120.2781413, 30.3908182 ], [ 120.2766307, 30.3915316 ] ], [ [ 120.2798425, 30.3900632 ], [ 120.28182, 30.3923166 ] ], [ [ 120.2816758, 30.3924036 ], [ 120.2796914, 30.3901195 ] ], [ [ 120.2728584, 30.392657 ], [ 120.2724941, 30.3923069 ] ], [ [ 120.2732198, 30.3930806 ], [ 120.2728584, 30.392657 ] ], [ [ 120.2732198, 30.3930806 ], [ 120.2734696, 30.3929645 ] ], [ [ 120.2736643, 30.3935967 ], [ 120.2732198, 30.3930806 ] ], [ [ 120.2743123, 30.3944509 ], [ 120.2737459, 30.3937836 ], [ 120.2736643, 30.3935967 ] ], [ [ 120.2734696, 30.3929645 ], [ 120.2737756, 30.3933224 ], [ 120.2749049, 30.3946255 ], [ 120.2755063, 30.3953606 ] ], [ [ 120.2977322, 30.3970368 ], [ 120.2976671, 30.3965101 ], [ 120.2976214, 30.3963065 ], [ 120.2975232, 30.3958684 ], [ 120.2974707, 30.395596 ], [ 120.2974459, 30.3953973 ], [ 120.2973532, 30.3949667 ], [ 120.2972464, 30.3945007 ], [ 120.2970259, 30.3935112 ] ], [ [ 120.2979226, 30.3956292 ], [ 120.2979833, 30.3959437 ], [ 120.2980646, 30.396575 ], [ 120.298089, 30.3968976 ], [ 120.2981053, 30.3970343 ], [ 120.2981745, 30.3974646 ] ], [ [ 120.2973026, 30.3973127 ], [ 120.2974962, 30.3973044 ], [ 120.2976182, 30.3972553 ], [ 120.2976792, 30.3971886 ], [ 120.2977322, 30.3970368 ] ], [ [ 120.2977688, 30.3973996 ], [ 120.2977322, 30.3970368 ] ], [ [ 120.3063238, 30.3923526 ], [ 120.306021, 30.3943455 ] ], [ [ 120.2829191, 30.4008143 ], [ 120.2835906, 30.4000232 ] ], [ [ 120.2835906, 30.4000232 ], [ 120.2841083, 30.3995291 ] ], [ [ 120.2841083, 30.3995291 ], [ 120.28467, 30.3992441 ] ], [ [ 120.28467, 30.3992441 ], [ 120.285397, 30.3991111 ] ], [ [ 120.285397, 30.3991111 ], [ 120.28608, 30.3991586 ] ], [ [ 120.28608, 30.3991586 ], [ 120.2864899, 30.3992972 ] ], [ [ 120.2864899, 30.3992972 ], [ 120.2872035, 30.3995386 ] ], [ [ 120.2872035, 30.3995386 ], [ 120.2879738, 30.3997872 ] ], [ [ 120.2820481, 30.4002715 ], [ 120.2829191, 30.4008143 ] ], [ [ 120.2827604, 30.4009227 ], [ 120.2819219, 30.4003865 ] ], [ [ 120.2827604, 30.4009227 ], [ 120.2829191, 30.4008143 ] ], [ [ 120.2979636, 30.3982692 ], [ 120.2978315, 30.3980534 ], [ 120.2976871, 30.3978867 ], [ 120.2974051, 30.3976605 ], [ 120.2970214, 30.3974448 ] ], [ [ 120.2979636, 30.3982692 ], [ 120.2977889, 30.3975895 ] ], [ [ 120.2879738, 30.3997872 ], [ 120.2880421, 30.3994564 ] ], [ [ 120.2880421, 30.3994564 ], [ 120.2881013, 30.3991698 ] ], [ [ 120.2881013, 30.3991698 ], [ 120.288672, 30.3958921 ] ], [ [ 120.2939001, 30.4018397 ], [ 120.2930912, 30.4015703 ] ], [ [ 120.2930912, 30.4015703 ], [ 120.2928096, 30.4014754 ] ], [ [ 120.2928096, 30.4014754 ], [ 120.2917974, 30.4011384 ] ], [ [ 120.2917974, 30.4011384 ], [ 120.2892524, 30.4002132 ] ], [ [ 120.2892524, 30.4002132 ], [ 120.2879738, 30.3997872 ] ], [ [ 120.2982039, 30.3976638 ], [ 120.2983161, 30.3982431 ], [ 120.298625, 30.3996195 ], [ 120.2988163, 30.4004397 ], [ 120.2989868, 30.4011707 ] ], [ [ 120.2991311, 30.4035413 ], [ 120.2990183, 30.4029598 ], [ 120.2989551, 30.4026916 ], [ 120.2986733, 30.4014955 ], [ 120.298251, 30.3996612 ], [ 120.2981337, 30.3990931 ], [ 120.2979636, 30.3982692 ] ], [ [ 120.2989868, 30.4011707 ], [ 120.2990272, 30.4013593 ], [ 120.2992581, 30.4023358 ], [ 120.2994257, 30.4030401 ], [ 120.2995049, 30.4034824 ], [ 120.2995276, 30.4036604 ] ], [ [ 120.2991311, 30.4035413 ], [ 120.2992941, 30.4035804 ] ], [ [ 120.2939001, 30.4018397 ], [ 120.2946828, 30.4020658 ] ], [ [ 120.2946828, 30.4020658 ], [ 120.2952739, 30.40226 ] ], [ [ 120.2952739, 30.40226 ], [ 120.2954999, 30.4023342 ] ], [ [ 120.2954999, 30.4023342 ], [ 120.2969064, 30.4027961 ] ], [ [ 120.2969064, 30.4027961 ], [ 120.2972441, 30.4029071 ] ], [ [ 120.2972441, 30.4029071 ], [ 120.2991311, 30.4035413 ] ], [ [ 120.2871953, 30.4035778 ], [ 120.2899238, 30.4048425 ] ], [ [ 120.2898607, 30.404925 ], [ 120.287468, 30.4038533 ], [ 120.2871433, 30.4037111 ] ], [ [ 120.2899238, 30.4048425 ], [ 120.293216, 30.4063068 ], [ 120.2932663, 30.4063294 ], [ 120.2935834, 30.4064722 ], [ 120.2939526, 30.4066452 ], [ 120.294258, 30.4067768 ], [ 120.2944035, 30.4068298 ] ], [ [ 120.2524609, 30.3973971 ], [ 120.2538156, 30.3979963 ], [ 120.2553286, 30.3986442 ] ], [ [ 120.255298, 30.3987122 ], [ 120.253785, 30.3980484 ], [ 120.2524208, 30.3974528 ] ], [ [ 120.2553286, 30.3986442 ], [ 120.2554092, 30.39868 ] ], [ [ 120.255298, 30.3987122 ], [ 120.2553286, 30.3986442 ] ], [ [ 120.2554092, 30.39868 ], [ 120.2554012, 30.3987571 ] ], [ [ 120.2554012, 30.3987571 ], [ 120.255298, 30.3987122 ] ], [ [ 120.2547649, 30.4006901 ], [ 120.2547893, 30.4005762 ], [ 120.2548974, 30.4002098 ], [ 120.255298, 30.3987122 ] ], [ [ 120.2554012, 30.3987571 ], [ 120.2550004, 30.4002647 ], [ 120.2548964, 30.4006341 ], [ 120.2548711, 30.4007421 ] ], [ [ 120.2554092, 30.39868 ], [ 120.2572303, 30.3994879 ], [ 120.2587987, 30.4001824 ] ], [ [ 120.2587803, 30.4002399 ], [ 120.2571995, 30.3995399 ], [ 120.2554012, 30.3987571 ] ], [ [ 120.2587987, 30.4001824 ], [ 120.2601053, 30.400761 ], [ 120.2619453, 30.4015729 ] ], [ [ 120.2619357, 30.4016342 ], [ 120.2606516, 30.4010677 ], [ 120.2600744, 30.400813 ], [ 120.2587803, 30.4002399 ] ], [ [ 120.254185, 30.4028449 ], [ 120.2546475, 30.4011264 ], [ 120.2547649, 30.4006901 ] ], [ [ 120.2548711, 30.4007421 ], [ 120.2542967, 30.4027664 ], [ 120.2542719, 30.4028608 ] ], [ [ 120.2533321, 30.4061142 ], [ 120.2536458, 30.4049025 ], [ 120.2538973, 30.403931 ], [ 120.2540137, 30.4034813 ], [ 120.254185, 30.4028449 ] ], [ [ 120.2542719, 30.4028608 ], [ 120.2538424, 30.4044997 ], [ 120.2534146, 30.4061324 ] ], [ [ 120.2527978, 30.4081352 ], [ 120.2531154, 30.4069512 ], [ 120.2533321, 30.4061142 ] ], [ [ 120.2534146, 30.4061324 ], [ 120.2534032, 30.4061759 ], [ 120.252886, 30.4081528 ] ], [ [ 120.252886, 30.4081528 ], [ 120.2527791, 30.4085614 ], [ 120.2522746, 30.4105237 ] ], [ [ 120.2521497, 30.4105512 ], [ 120.2527978, 30.4081352 ] ], [ [ 120.3044477, 30.4052148 ], [ 120.304647, 30.4039515 ], [ 120.3048018, 30.4029709 ] ], [ [ 120.3049085, 30.4030224 ], [ 120.3045484, 30.4052538 ] ], [ [ 120.2994096, 30.4036237 ], [ 120.2992941, 30.4035804 ] ], [ [ 120.2995276, 30.4036604 ], [ 120.2994096, 30.4036237 ] ], [ [ 120.2995276, 30.4036604 ], [ 120.299655, 30.4037009 ] ], [ [ 120.299655, 30.4037009 ], [ 120.3001451, 30.4038567 ] ], [ [ 120.3001451, 30.4038567 ], [ 120.3011663, 30.4041814 ] ], [ [ 120.3011663, 30.4041814 ], [ 120.3017905, 30.4043799 ] ], [ [ 120.2992367, 30.4051437 ], [ 120.2992458, 30.4050054 ], [ 120.2992304, 30.4047336 ], [ 120.2992289, 30.4046202 ], [ 120.2991849, 30.4044147 ], [ 120.2991489, 30.4038625 ], [ 120.2991311, 30.4035413 ] ], [ [ 120.3044477, 30.4052148 ], [ 120.303162, 30.4048114 ] ], [ [ 120.303162, 30.4048114 ], [ 120.302539, 30.4046154 ] ], [ [ 120.302539, 30.4046154 ], [ 120.3017905, 30.4043799 ] ], [ [ 120.3044477, 30.4052148 ], [ 120.3045484, 30.4052538 ] ], [ [ 120.3094994, 30.4068149 ], [ 120.3072083, 30.4060967 ] ], [ [ 120.3072083, 30.4060967 ], [ 120.3071038, 30.4060635 ] ], [ [ 120.3071038, 30.4060635 ], [ 120.306614, 30.405907 ] ], [ [ 120.306614, 30.405907 ], [ 120.3045484, 30.4052538 ] ], [ [ 120.3096349, 30.4068739 ], [ 120.3094994, 30.4068149 ] ], [ [ 120.2995276, 30.4036604 ], [ 120.2995406, 30.4039796 ], [ 120.2995594, 30.4043891 ], [ 120.2995628, 30.40447 ], [ 120.2995688, 30.4046123 ], [ 120.2995853, 30.4047684 ], [ 120.2995916, 30.4048275 ], [ 120.2996425, 30.4060616 ], [ 120.2996475, 30.4062182 ] ], [ [ 120.304008, 30.4072143 ], [ 120.3042632, 30.40597 ], [ 120.3043121, 30.4058174 ], [ 120.3043511, 30.4056079 ], [ 120.3044477, 30.4052148 ] ], [ [ 120.3045484, 30.4052538 ], [ 120.3044513, 30.4056167 ], [ 120.3044083, 30.4058351 ], [ 120.304103, 30.4072457 ] ], [ [ 120.2994682, 30.4090629 ], [ 120.299353, 30.4088247 ], [ 120.2993511, 30.4079469 ], [ 120.2992882, 30.4061351 ], [ 120.2992367, 30.4051437 ] ], [ [ 120.2996475, 30.4062182 ], [ 120.2996766, 30.4075132 ], [ 120.2996872, 30.4080174 ], [ 120.299618, 30.4082892 ] ], [ [ 120.2994884, 30.4093159 ], [ 120.2980315, 30.4086501 ], [ 120.2964406, 30.4079231 ], [ 120.2954682, 30.4074787 ], [ 120.2943703, 30.4069743 ] ], [ [ 120.2942354, 30.4068777 ], [ 120.2941627, 30.4068462 ], [ 120.2938235, 30.4067024 ], [ 120.2935874, 30.4065948 ], [ 120.2933232, 30.406478 ], [ 120.2898607, 30.404925 ] ], [ [ 120.2943703, 30.4069743 ], [ 120.2942354, 30.4068777 ] ], [ [ 120.2944035, 30.4068298 ], [ 120.2964314, 30.4077239 ] ], [ [ 120.2964314, 30.4077239 ], [ 120.2994682, 30.4090629 ] ], [ [ 120.3033642, 30.4104851 ], [ 120.3034629, 30.4101015 ], [ 120.3035398, 30.4096936 ], [ 120.3036792, 30.4089538 ], [ 120.3038706, 30.407965 ], [ 120.304008, 30.4072143 ] ], [ [ 120.304103, 30.4072457 ], [ 120.3039709, 30.4078876 ], [ 120.3037465, 30.4089785 ], [ 120.3034844, 30.4105277 ] ], [ [ 120.2994682, 30.4090629 ], [ 120.2996379, 30.4091278 ] ], [ [ 120.2996467, 30.4093501 ], [ 120.2994884, 30.4093159 ] ], [ [ 120.2996379, 30.4091278 ], [ 120.3007711, 30.4095537 ], [ 120.3009211, 30.4096108 ], [ 120.3014696, 30.4098015 ] ], [ [ 120.3017988, 30.4101283 ], [ 120.2996467, 30.4093501 ] ], [ [ 120.3133094, 30.4098894 ], [ 120.3131214, 30.40933 ], [ 120.3128944, 30.4086365 ], [ 120.3125547, 30.4075626 ], [ 120.312423054217746, 30.407253434404343 ] ], [ [ 120.312655074818224, 30.407414137985118 ], [ 120.3128735, 30.4079766 ], [ 120.3131735, 30.408924 ], [ 120.3134458, 30.4097726 ], [ 120.3141386, 30.4119317 ], [ 120.314205, 30.4121244 ], [ 120.3144529, 30.4129377 ], [ 120.314629, 30.4135003 ], [ 120.3146617, 30.4135996 ], [ 120.3149261, 30.414402 ], [ 120.31512, 30.4149907 ] ], [ [ 120.3140997, 30.4124105 ], [ 120.3139888, 30.4120645 ], [ 120.3139051, 30.41184 ], [ 120.3133094, 30.4098894 ] ], [ [ 120.3034844, 30.4105277 ], [ 120.3048287, 30.4110036 ], [ 120.304834, 30.4110055 ], [ 120.3051025, 30.4111032 ], [ 120.3055319, 30.4112603 ], [ 120.3071115, 30.4118381 ] ], [ [ 120.3070148, 30.4120203 ], [ 120.3054448, 30.4114395 ], [ 120.3051596, 30.411334 ], [ 120.3050525, 30.4112944 ], [ 120.304625, 30.4111403 ], [ 120.3034021, 30.4107022 ] ], [ [ 120.3071115, 30.4118381 ], [ 120.3072113, 30.4118743 ] ], [ [ 120.2819219, 30.4003865 ], [ 120.2808683, 30.3997327 ], [ 120.2794951, 30.3988805 ], [ 120.2792955, 30.3987082 ], [ 120.2788552, 30.3984336 ], [ 120.2782658, 30.398039 ], [ 120.2773766, 30.3973367 ], [ 120.2764987, 30.3965491 ], [ 120.2756952, 30.3958463 ], [ 120.2752996, 30.3954398 ], [ 120.2746273, 30.3947182 ], [ 120.2737035, 30.3936422 ], [ 120.2736643, 30.3935967 ] ], [ [ 120.2755063, 30.3953606 ], [ 120.27611, 30.395951 ], [ 120.2773452, 30.3970774 ], [ 120.2786047, 30.3980031 ], [ 120.2794391, 30.3985645 ], [ 120.2796618, 30.3987226 ], [ 120.2820481, 30.4002715 ] ], [ [ 120.2619453, 30.4015729 ], [ 120.2623692, 30.4017599 ], [ 120.2634429, 30.4022336 ], [ 120.2654917, 30.4031552 ], [ 120.2666199, 30.4038448 ], [ 120.2670457, 30.4041051 ], [ 120.2674965, 30.4043807 ], [ 120.2688784, 30.4053708 ], [ 120.2695783, 30.4058723 ], [ 120.2696458, 30.4059007 ] ], [ [ 120.2695946, 30.4059443 ], [ 120.2695414, 30.4059218 ], [ 120.2674552, 30.404427 ], [ 120.2670209, 30.4041615 ], [ 120.2665951, 30.4039012 ], [ 120.2654563, 30.4032051 ], [ 120.2634118, 30.4022855 ], [ 120.2619357, 30.4016342 ] ], [ [ 120.2829191, 30.4008143 ], [ 120.2828343, 30.4009639 ] ], [ [ 120.2828343, 30.4009639 ], [ 120.2827604, 30.4009227 ] ], [ [ 120.2871953, 30.4035778 ], [ 120.2879738, 30.3997872 ] ], [ [ 120.2829191, 30.4008143 ], [ 120.2851912, 30.4022851 ], [ 120.2856086, 30.4025553 ], [ 120.2867812, 30.4033143 ], [ 120.2871953, 30.4035778 ] ], [ [ 120.2871433, 30.4037111 ], [ 120.2867373, 30.4035058 ], [ 120.2855605, 30.4027394 ], [ 120.285144, 30.4024682 ], [ 120.2828343, 30.4009639 ] ], [ [ 120.2828343, 30.4009639 ], [ 120.2816331, 30.402373 ], [ 120.2815101, 30.4025743 ], [ 120.2814033, 30.4028036 ], [ 120.2813465, 30.4030294 ], [ 120.2813182, 30.4033078 ], [ 120.2813516, 30.4036583 ], [ 120.2815238, 30.4040799 ], [ 120.2816791, 30.4043038 ], [ 120.2818659, 30.4044762 ], [ 120.2831105, 30.4055311 ], [ 120.2837144, 30.4060312 ], [ 120.2838347, 30.4062085 ] ], [ [ 120.2837353, 30.4062674 ], [ 120.283299, 30.4059826 ], [ 120.281914, 30.4048509 ], [ 120.2817731, 30.4047079 ], [ 120.2815825, 30.4044769 ], [ 120.2814812, 30.4042612 ], [ 120.2813651, 30.4039959 ], [ 120.2812752, 30.4037518 ], [ 120.2812253, 30.4034972 ], [ 120.2812323, 30.403204 ], [ 120.2812828, 30.4029129 ], [ 120.2813737, 30.402657 ], [ 120.2815297, 30.4023872 ], [ 120.2827604, 30.4009227 ] ], [ [ 120.2871433, 30.4037111 ], [ 120.2871953, 30.4035778 ] ], [ [ 120.2696458, 30.4059007 ], [ 120.2708198, 30.4063954 ], [ 120.2715702, 30.4067115 ] ], [ [ 120.2715251, 30.4067604 ], [ 120.2695946, 30.4059443 ] ], [ [ 120.2715702, 30.4067115 ], [ 120.2717954, 30.4067881 ] ], [ [ 120.2717479, 30.4068366 ], [ 120.2715251, 30.4067604 ] ], [ [ 120.2805173, 30.4098548 ], [ 120.280651216155604, 30.409902081352467 ] ], [ [ 120.280651216155604, 30.409902081352467 ], [ 120.280755049080767, 30.409938741314143 ] ], [ [ 120.280755049080767, 30.409938741314143 ], [ 120.280845, 30.4099705 ] ], [ [ 120.280732, 30.4100169 ], [ 120.280659049970282, 30.409986195043984 ] ], [ [ 120.280659049970282, 30.409986195043984 ], [ 120.280561537702539, 30.409945151744854 ] ], [ [ 120.280561537702539, 30.409945151744854 ], [ 120.2804488, 30.4098977 ] ], [ [ 120.2717954, 30.4067881 ], [ 120.2722082, 30.4069339 ], [ 120.2758694, 30.4082276 ], [ 120.2763527, 30.4083984 ], [ 120.2764628, 30.4084373 ], [ 120.2769904, 30.408621 ], [ 120.2799412, 30.4096422 ], [ 120.2805173, 30.4098548 ] ], [ [ 120.2804488, 30.4098977 ], [ 120.2777403, 30.4089456 ], [ 120.2770184, 30.4086918 ], [ 120.2768582, 30.4086357 ], [ 120.2764374, 30.4084914 ], [ 120.2763247, 30.4084516 ], [ 120.2758413, 30.4082811 ], [ 120.2720166, 30.4069314 ], [ 120.2717479, 30.4068366 ] ], [ [ 120.2714402, 30.4229567 ], [ 120.2723459, 30.4212229 ], [ 120.2729596, 30.4201139 ], [ 120.2772364, 30.4139569 ], [ 120.277964, 30.4126971 ], [ 120.2781573, 30.4123652 ] ], [ [ 120.2784062, 30.412423 ], [ 120.2782988, 30.4128534 ], [ 120.2777428, 30.4140316 ], [ 120.2734483, 30.4201693 ], [ 120.2727176, 30.4213606 ], [ 120.2715979, 30.4231826 ] ], [ [ 120.2713763, 30.4230791 ], [ 120.2714402, 30.4229567 ] ], [ [ 120.2715979, 30.4231826 ], [ 120.2715124, 30.4233212 ] ], [ [ 120.2715124, 30.4233212 ], [ 120.2705697, 30.4247846 ] ], [ [ 120.2681085, 30.4281582 ], [ 120.2697062, 30.4257157 ], [ 120.2703115, 30.4247601 ], [ 120.2703673, 30.4246719 ], [ 120.2713763, 30.4230791 ] ], [ [ 120.2705697, 30.4247846 ], [ 120.269861, 30.4258867 ], [ 120.2696026, 30.4262916 ], [ 120.2683459, 30.4282613 ] ], [ [ 120.3014696, 30.4098015 ], [ 120.3018668, 30.4099455 ], [ 120.3033642, 30.4104851 ] ], [ [ 120.3032912, 30.4106624 ], [ 120.3017988, 30.4101283 ] ], [ [ 120.3033642, 30.4104851 ], [ 120.3034844, 30.4105277 ] ], [ [ 120.3032912, 30.4106624 ], [ 120.3033642, 30.4104851 ] ], [ [ 120.3034844, 30.4105277 ], [ 120.3034021, 30.4107022 ] ], [ [ 120.3034021, 30.4107022 ], [ 120.3032912, 30.4106624 ] ], [ [ 120.3071148, 30.4120586 ], [ 120.3070148, 30.4120203 ] ], [ [ 120.3072113, 30.4118743 ], [ 120.3083787, 30.4122984 ], [ 120.3115805, 30.4134618 ] ], [ [ 120.3114975, 30.4136071 ], [ 120.3080999, 30.4124067 ], [ 120.3071148, 30.4120586 ] ], [ [ 120.3017106, 30.4150664 ], [ 120.3027966, 30.4120826 ], [ 120.3032912, 30.4106624 ] ], [ [ 120.3034021, 30.4107022 ], [ 120.3028979, 30.4121139 ], [ 120.3017992, 30.4151083 ] ], [ [ 120.3149428, 30.4150339 ], [ 120.3142644, 30.4129371 ], [ 120.3140997, 30.4124105 ] ], [ [ 120.3115805, 30.4134618 ], [ 120.3126174, 30.4138408 ], [ 120.3127643, 30.4139207 ], [ 120.3129136, 30.4140474 ], [ 120.3130311, 30.4141571 ], [ 120.313146, 30.4143453 ], [ 120.3133298, 30.4149752 ], [ 120.3134824, 30.4153948 ] ], [ [ 120.3132751, 30.4154416 ], [ 120.3129943, 30.4145484 ], [ 120.3129126, 30.4143558 ], [ 120.3128068, 30.4142165 ], [ 120.3126586, 30.4140865 ], [ 120.3124369, 30.4139645 ], [ 120.3114975, 30.4136071 ] ], [ [ 120.3149428, 30.4150339 ], [ 120.31512, 30.4149907 ] ], [ [ 120.31512, 30.4149907 ], [ 120.3151892, 30.4151493 ] ], [ [ 120.3149502, 30.4152085 ], [ 120.3149428, 30.4150339 ] ], [ [ 120.3151892, 30.4151493 ], [ 120.3149502, 30.4152085 ] ], [ [ 120.3134824, 30.4153948 ], [ 120.3149428, 30.4150339 ] ], [ [ 120.3016679, 30.4151789 ], [ 120.3017106, 30.4150664 ] ], [ [ 120.3017992, 30.4151083 ], [ 120.3017741, 30.4152264 ] ], [ [ 120.2921687, 30.4176676 ], [ 120.292297, 30.4177156 ], [ 120.2931914, 30.4180576 ], [ 120.2933267, 30.418103 ], [ 120.2939892, 30.4183256 ] ], [ [ 120.2938659, 30.4184373 ], [ 120.2925455, 30.4179537 ], [ 120.292252, 30.4178462 ], [ 120.2921208, 30.4177641 ] ], [ [ 120.2939892, 30.4183256 ], [ 120.2941349, 30.4184305 ] ], [ [ 120.3009136, 30.4171988 ], [ 120.301063, 30.4167882 ], [ 120.3012256, 30.4163555 ], [ 120.3016679, 30.4151789 ] ], [ [ 120.3017741, 30.4152264 ], [ 120.3015182, 30.4159052 ], [ 120.3010129, 30.4172458 ] ], [ [ 120.3151892, 30.4151493 ], [ 120.3153625, 30.4156147 ], [ 120.3155648, 30.41632 ], [ 120.3157703, 30.4170108 ], [ 120.3158634, 30.4174463 ], [ 120.315991, 30.4180596 ], [ 120.316149, 30.4188682 ] ], [ [ 120.3158649, 30.4188549 ], [ 120.3156925, 30.4179117 ], [ 120.3154407, 30.4168586 ], [ 120.3152224, 30.4160715 ], [ 120.3149502, 30.4152085 ] ], [ [ 120.2781573, 30.4123652 ], [ 120.2783297, 30.4120721 ], [ 120.2785278, 30.411662 ], [ 120.2788326, 30.4111673 ], [ 120.2791062, 30.4109211 ], [ 120.2794491, 30.4106648 ], [ 120.2799138, 30.4103267 ], [ 120.2804667, 30.4099907 ], [ 120.280561537702539, 30.409945151744854 ] ], [ [ 120.280561537702539, 30.409945151744854 ], [ 120.280651216155604, 30.409902081352467 ] ], [ [ 120.280651216155604, 30.409902081352467 ], [ 120.2810903, 30.4096912 ], [ 120.2815262, 30.4094463 ], [ 120.2818894, 30.4092014 ], [ 120.2823765, 30.4088876 ], [ 120.2829489, 30.4083588 ], [ 120.283527, 30.4077688 ], [ 120.2842601, 30.4069345 ], [ 120.2844414, 30.4067189 ], [ 120.285746, 30.4052037 ], [ 120.2863035, 30.4045778 ], [ 120.286957, 30.4038443 ], [ 120.2871433, 30.4037111 ] ], [ [ 120.2871433, 30.4037111 ], [ 120.2870787, 30.4039059 ], [ 120.2864086, 30.4046412 ], [ 120.2858443, 30.4052604 ], [ 120.2852225, 30.4059427 ], [ 120.2834975, 30.4079322 ], [ 120.2829769, 30.408423 ], [ 120.2824561, 30.4089077 ], [ 120.2819657, 30.4093014 ], [ 120.2816118, 30.4095395 ], [ 120.2811304, 30.4097532 ], [ 120.280755049080767, 30.409938741314143 ] ], [ [ 120.280755049080767, 30.409938741314143 ], [ 120.280659049970282, 30.409986195043984 ] ], [ [ 120.280659049970282, 30.409986195043984 ], [ 120.28055, 30.4100401 ], [ 120.2799837, 30.4103698 ], [ 120.2793608, 30.4108276 ], [ 120.2789432, 30.4111817 ], [ 120.2786105, 30.4117372 ], [ 120.2784659, 30.412135 ], [ 120.2784062, 30.412423 ] ], [ [ 120.280845, 30.4099705 ], [ 120.2811018, 30.4100921 ], [ 120.2814938, 30.4103857 ], [ 120.2821266, 30.4109665 ], [ 120.2826568, 30.411453 ], [ 120.2830141, 30.4117808 ], [ 120.2831491, 30.4119047 ], [ 120.2846912, 30.4132156 ], [ 120.2869162, 30.414707 ], [ 120.2905195, 30.4169838 ], [ 120.2909588, 30.4172243 ], [ 120.2919233, 30.4175758 ], [ 120.2921687, 30.4176676 ] ], [ [ 120.2921208, 30.4177641 ], [ 120.2918805, 30.4176558 ], [ 120.2909254, 30.4172755 ], [ 120.2904881, 30.4170401 ], [ 120.2868756, 30.4147537 ], [ 120.2846465, 30.4132596 ], [ 120.2831013, 30.4119461 ], [ 120.2829734, 30.4118294 ], [ 120.2826151, 30.4115024 ], [ 120.2814305, 30.4104213 ], [ 120.2810424, 30.4101342 ], [ 120.280732, 30.4100169 ] ], [ [ 120.3041036, 30.4186157 ], [ 120.3041044, 30.4187126 ] ], [ [ 120.2998305, 30.4203127 ], [ 120.2998467, 30.4202325 ], [ 120.3000301, 30.4197367 ], [ 120.3009136, 30.4171988 ] ], [ [ 120.3010129, 30.4172458 ], [ 120.3005236, 30.4186047 ], [ 120.3000113, 30.4200757 ], [ 120.2999154, 30.4203426 ] ], [ [ 120.2967084, 30.4193124 ], [ 120.297075, 30.4194311 ], [ 120.2987466, 30.4199726 ] ], [ [ 120.2987207, 30.4200259 ], [ 120.2966594, 30.4193588 ] ], [ [ 120.3026547, 30.4208278 ], [ 120.3031344, 30.4198391 ], [ 120.3034596, 30.4192019 ], [ 120.3036695, 30.4187906 ], [ 120.3037158, 30.4186998 ], [ 120.3039296, 30.4186319 ] ], [ [ 120.2522746, 30.4105237 ], [ 120.2519165, 30.4119168 ] ], [ [ 120.2518093, 30.4118937 ], [ 120.2521497, 30.4105512 ] ], [ [ 120.2517829, 30.4120294 ], [ 120.2518093, 30.4118937 ] ], [ [ 120.2519165, 30.4119168 ], [ 120.2518708, 30.4120481 ] ], [ [ 120.2534287, 30.4201293 ], [ 120.2535002, 30.4201036 ], [ 120.2538057, 30.4199398 ], [ 120.2542759, 30.4197003 ], [ 120.2547613, 30.4194437 ], [ 120.2550722, 30.4192118 ], [ 120.2554456, 30.4189567 ], [ 120.2557329, 30.4186901 ], [ 120.2558458, 30.4185874 ], [ 120.2559597, 30.4185596 ] ], [ [ 120.2559597, 30.4185596 ], [ 120.2559391, 30.4186746 ], [ 120.2553628, 30.4191706 ], [ 120.2548233, 30.4195935 ], [ 120.2544183, 30.4197752 ], [ 120.2540647, 30.419966 ], [ 120.2537261, 30.4201438 ], [ 120.2535407, 30.4202356 ] ], [ [ 120.2533097, 30.4201699 ], [ 120.2534287, 30.4201293 ] ], [ [ 120.2533799, 30.4202903 ], [ 120.2532909, 30.4203205 ], [ 120.2532252, 30.4202025 ], [ 120.2533097, 30.4201699 ] ], [ [ 120.2535407, 30.4202356 ], [ 120.2533799, 30.4202903 ] ], [ [ 120.252809, 30.424601 ], [ 120.2529899, 30.4247129 ] ], [ [ 120.2529899, 30.4247129 ], [ 120.2534765, 30.4248619 ], [ 120.2553952, 30.4258407 ], [ 120.2562951, 30.4263287 ], [ 120.2566298, 30.4265103 ], [ 120.2571688, 30.4267857 ], [ 120.2585701, 30.427506 ] ], [ [ 120.2660725, 30.4313327 ], [ 120.2681085, 30.4281582 ] ], [ [ 120.2683459, 30.4282613 ], [ 120.2662831, 30.4314361 ] ], [ [ 120.2660725, 30.4313327 ], [ 120.2662831, 30.4314361 ] ], [ [ 120.2659959, 30.431449 ], [ 120.2660725, 30.4313327 ] ], [ [ 120.2662831, 30.4314361 ], [ 120.2662067, 30.4315436 ] ], [ [ 120.2662067, 30.4315436 ], [ 120.2659959, 30.431449 ] ], [ [ 120.258492, 30.4276183 ], [ 120.2570895, 30.4268886 ], [ 120.2553187, 30.4259712 ], [ 120.2533931, 30.424979 ], [ 120.2529899, 30.4247129 ] ], [ [ 120.2940727, 30.4184813 ], [ 120.2938659, 30.4184373 ] ], [ [ 120.2941349, 30.4184305 ], [ 120.2957154, 30.4189941 ], [ 120.2959231, 30.4190606 ], [ 120.2965564, 30.4192633 ] ], [ [ 120.2965133, 30.4193108 ], [ 120.2957245, 30.4190451 ], [ 120.2940727, 30.4184813 ] ], [ [ 120.2965564, 30.4192633 ], [ 120.2965988, 30.4192769 ], [ 120.2967084, 30.4193124 ] ], [ [ 120.2966594, 30.4193588 ], [ 120.2965619, 30.4193272 ], [ 120.2965133, 30.4193108 ] ], [ [ 120.3041044, 30.4187126 ], [ 120.3041061, 30.4189206 ], [ 120.3039256, 30.4193096 ], [ 120.3039087, 30.4193459 ], [ 120.3030694, 30.4211538 ] ], [ [ 120.2987207, 30.4200259 ], [ 120.2987466, 30.4199726 ] ], [ [ 120.2987466, 30.4199726 ], [ 120.2998305, 30.4203127 ] ], [ [ 120.2998385, 30.4203995 ], [ 120.2987207, 30.4200259 ] ], [ [ 120.2998305, 30.4203127 ], [ 120.2999154, 30.4203426 ] ], [ [ 120.2998385, 30.4203995 ], [ 120.2998305, 30.4203127 ] ], [ [ 120.2999154, 30.4203426 ], [ 120.2998385, 30.4203995 ] ], [ [ 120.2980283, 30.4216765 ], [ 120.2980303, 30.4216719 ], [ 120.2981513, 30.4213833 ], [ 120.2987207, 30.4200259 ] ], [ [ 120.2889683, 30.4240337 ], [ 120.2892317, 30.4238264 ], [ 120.2894735, 30.4236139 ], [ 120.2899989, 30.4230506 ], [ 120.2903855, 30.4226136 ], [ 120.2908015, 30.4221021 ], [ 120.291088, 30.4217475 ], [ 120.2913257, 30.4215404 ] ], [ [ 120.291449, 30.4216014 ], [ 120.2913421, 30.4218214 ], [ 120.2907952, 30.42254 ], [ 120.2905359, 30.4228444 ], [ 120.2904755, 30.4229152 ], [ 120.290159, 30.4232866 ], [ 120.2896167, 30.423887 ], [ 120.2893379, 30.4241793 ], [ 120.2891727, 30.4243222 ] ], [ [ 120.2992231, 30.422067 ], [ 120.2992248, 30.4220623 ] ], [ [ 120.2992248, 30.4220623 ], [ 120.2993292, 30.4217745 ] ], [ [ 120.2993292, 30.4217745 ], [ 120.2998385, 30.4203995 ] ], [ [ 120.3016033, 30.4228941 ], [ 120.3014437, 30.4228386 ] ], [ [ 120.3014437, 30.4228386 ], [ 120.3006297, 30.4225558 ] ], [ [ 120.3006297, 30.4225558 ], [ 120.2992231, 30.422067 ] ], [ [ 120.2999154, 30.4203426 ], [ 120.3021559, 30.4211307 ], [ 120.3024311, 30.421238 ], [ 120.3025787, 30.4213155 ], [ 120.302858, 30.4214623 ], [ 120.3038052, 30.4223072 ], [ 120.3064062, 30.4246445 ], [ 120.3064119, 30.4246704 ] ], [ [ 120.3064119, 30.4246704 ], [ 120.3063775, 30.4246641 ], [ 120.3046143, 30.4230925 ], [ 120.303843, 30.4224093 ], [ 120.303797, 30.4223686 ], [ 120.3028295, 30.4215114 ], [ 120.302555, 30.4213675 ], [ 120.3024149, 30.421294 ], [ 120.3021127, 30.4211807 ], [ 120.2998385, 30.4203995 ] ], [ [ 120.2968646, 30.4287161 ], [ 120.2976971, 30.4269023 ] ], [ [ 120.2976971, 30.4269023 ], [ 120.2982425, 30.4257608 ] ], [ [ 120.2982425, 30.4257608 ], [ 120.2983037, 30.4255206 ] ], [ [ 120.2983037, 30.4255206 ], [ 120.2985262, 30.424608 ] ], [ [ 120.2985262, 30.424608 ], [ 120.2985713, 30.4244347 ] ], [ [ 120.2985713, 30.4244347 ], [ 120.2988124, 30.4235093 ] ], [ [ 120.2988124, 30.4235093 ], [ 120.2988413, 30.4233984 ] ], [ [ 120.2988413, 30.4233984 ], [ 120.2989237, 30.4230669 ] ], [ [ 120.2989237, 30.4230669 ], [ 120.299059, 30.4225222 ] ], [ [ 120.299059, 30.4225222 ], [ 120.2991411, 30.4222946 ] ], [ [ 120.2991411, 30.4222946 ], [ 120.2992231, 30.422067 ] ], [ [ 120.3064119, 30.4246704 ], [ 120.3067649, 30.4249715 ], [ 120.3081146, 30.426216 ], [ 120.3081746, 30.4263234 ], [ 120.3081892, 30.4265039 ], [ 120.3081841, 30.4265763 ], [ 120.3081719, 30.4268529 ], [ 120.3081309, 30.4269311 ] ], [ [ 120.2826251, 30.4313094 ], [ 120.2828562, 30.4308007 ], [ 120.2831194, 30.4303497 ], [ 120.2833431, 30.430003 ], [ 120.2836091, 30.4297208 ], [ 120.2841791, 30.429296 ] ], [ [ 120.2843189, 30.4293842 ], [ 120.2839668, 30.4298189 ], [ 120.283812, 30.4300217 ], [ 120.2836932, 30.430164 ], [ 120.2834899, 30.4303964 ], [ 120.2833451, 30.430674 ], [ 120.2830585, 30.4311875 ], [ 120.2828699, 30.4315226 ], [ 120.282708, 30.4318102 ], [ 120.2823513, 30.4323518 ] ], [ [ 120.2821785, 30.4323132 ], [ 120.2824184, 30.4317382 ], [ 120.282547, 30.4314714 ], [ 120.2826251, 30.4313094 ] ], [ [ 120.2703255, 30.4330289 ], [ 120.2723788, 30.4338244 ], [ 120.2733022, 30.4341822 ] ], [ [ 120.2732283, 30.4342914 ], [ 120.2713443, 30.4335608 ], [ 120.2702553, 30.4331385 ] ], [ [ 120.2662831, 30.4314361 ], [ 120.2671547, 30.4317804 ], [ 120.2686173, 30.4323517 ], [ 120.2703255, 30.4330289 ] ], [ [ 120.2702553, 30.4331385 ], [ 120.2689818, 30.4326405 ], [ 120.2677287, 30.4321452 ], [ 120.2662067, 30.4315436 ] ], [ [ 120.2637069, 30.4348144 ], [ 120.2652727, 30.4325479 ], [ 120.2657153, 30.4318526 ], [ 120.2658172, 30.4317012 ], [ 120.2659959, 30.431449 ] ], [ [ 120.2662067, 30.4315436 ], [ 120.2660103, 30.4317995 ], [ 120.2659074, 30.4319505 ], [ 120.2646188, 30.4339061 ], [ 120.2640002, 30.4348954 ] ], [ [ 120.2635845, 30.4350043 ], [ 120.2637069, 30.4348144 ] ], [ [ 120.2640002, 30.4348954 ], [ 120.2639095, 30.4351279 ] ], [ [ 120.2733022, 30.4341822 ], [ 120.2734261, 30.4342313 ] ], [ [ 120.2733475, 30.434344 ], [ 120.2732283, 30.4342914 ] ], [ [ 120.2734261, 30.4342313 ], [ 120.2743001, 30.4345776 ], [ 120.2744142, 30.4346206 ], [ 120.2763057, 30.4353336 ] ], [ [ 120.2762337, 30.435469 ], [ 120.2754023, 30.4351449 ], [ 120.2733475, 30.434344 ] ], [ [ 120.2763057, 30.4353336 ], [ 120.2770605, 30.4356173 ], [ 120.2781318, 30.4360199 ], [ 120.2789288, 30.4363216 ], [ 120.2794848, 30.436532 ], [ 120.279964, 30.4367214 ] ], [ [ 120.2798863, 30.4368665 ], [ 120.2787138, 30.4364229 ], [ 120.2785752, 30.4363705 ], [ 120.2762337, 30.435469 ] ], [ [ 120.279964, 30.4367214 ], [ 120.2800689, 30.4367642 ] ], [ [ 120.2799923, 30.4369188 ], [ 120.2798863, 30.4368665 ] ], [ [ 120.2800689, 30.4367642 ], [ 120.280596, 30.4369659 ], [ 120.2808496, 30.437063 ], [ 120.2811179, 30.4371694 ], [ 120.282468, 30.4377113 ], [ 120.2829846, 30.4378851 ] ], [ [ 120.2829192, 30.4380484 ], [ 120.2826313, 30.4379519 ], [ 120.2810389, 30.4373285 ], [ 120.2807988, 30.4372345 ], [ 120.2799923, 30.4369188 ] ], [ [ 120.2585701, 30.427506 ], [ 120.2587429, 30.4276018 ], [ 120.2591398, 30.4277984 ], [ 120.2594828, 30.4279775 ], [ 120.2598078, 30.4281473 ], [ 120.2610568, 30.4287794 ], [ 120.2631571, 30.4298423 ], [ 120.2636722, 30.4301074 ], [ 120.2642509, 30.4304052 ], [ 120.2649177, 30.4307447 ], [ 120.2660725, 30.4313327 ] ], [ [ 120.2659959, 30.431449 ], [ 120.2652995, 30.4311127 ], [ 120.2626228, 30.4297429 ], [ 120.2599715, 30.428386 ], [ 120.2590674, 30.4279233 ], [ 120.2586704, 30.4277267 ], [ 120.258492, 30.4276183 ] ], [ [ 120.2612697, 30.4389105 ], [ 120.2635845, 30.4350043 ] ], [ [ 120.2639095, 30.4351279 ], [ 120.2624697, 30.4375655 ], [ 120.2615857, 30.4390452 ] ], [ [ 120.2612217, 30.4389932 ], [ 120.2612697, 30.4389105 ] ], [ [ 120.2454023, 30.4392135 ], [ 120.2462272, 30.4386968 ] ], [ [ 120.2462272, 30.4386968 ], [ 120.2469485, 30.438211 ] ], [ [ 120.2469485, 30.438211 ], [ 120.2472066, 30.4380372 ] ], [ [ 120.2472066, 30.4380372 ], [ 120.2474823, 30.4377776 ] ], [ [ 120.2474823, 30.4377776 ], [ 120.2481666, 30.4370248 ] ], [ [ 120.2481666, 30.4370248 ], [ 120.2484521, 30.4367749 ] ], [ [ 120.2454023, 30.4392135 ], [ 120.2485658, 30.4406321 ], [ 120.2497729, 30.4411733 ] ], [ [ 120.2497151, 30.4412422 ], [ 120.2491545, 30.4409932 ], [ 120.2453488, 30.4393028 ] ], [ [ 120.2497729, 30.4411733 ], [ 120.2498619, 30.4411975 ] ], [ [ 120.2498619, 30.4411975 ], [ 120.2509671, 30.4417158 ], [ 120.2516887, 30.4420476 ], [ 120.2519757, 30.4421678 ], [ 120.2540064, 30.4430743 ] ], [ [ 120.2615857, 30.4390452 ], [ 120.2615353, 30.4391285 ] ], [ [ 120.2596419, 30.4416948 ], [ 120.2609723, 30.4394233 ], [ 120.2610455, 30.4392911 ], [ 120.2611475, 30.4391165 ], [ 120.2612217, 30.4389932 ] ], [ [ 120.2615353, 30.4391285 ], [ 120.2614868, 30.4392229 ], [ 120.2613781, 30.4394079 ], [ 120.2602993, 30.4411731 ], [ 120.2599142, 30.4418297 ] ], [ [ 120.2595807, 30.4417982 ], [ 120.2596419, 30.4416948 ] ], [ [ 120.2599142, 30.4418297 ], [ 120.2598461, 30.4419459 ] ], [ [ 120.2578149, 30.4447817 ], [ 120.2595807, 30.4417982 ] ], [ [ 120.2598461, 30.4419459 ], [ 120.2589063, 30.443548 ], [ 120.2581088, 30.4449134 ] ], [ [ 120.2615127, 30.4465351 ], [ 120.258062846652734, 30.444989734463899 ] ], [ [ 120.258062846652734, 30.444989734463899 ], [ 120.2580621, 30.4449894 ], [ 120.257768609350862, 30.444857883434867 ] ], [ [ 120.257768609350862, 30.444857883434867 ], [ 120.2577682, 30.4448577 ], [ 120.2557025, 30.4439323 ], [ 120.2539598, 30.4431503 ] ], [ [ 120.2578149, 30.4447817 ], [ 120.2581088, 30.4449134 ] ], [ [ 120.2581088, 30.4449134 ], [ 120.2615654, 30.4464619 ] ], [ [ 120.2615654, 30.4464619 ], [ 120.2616528, 30.446501 ] ], [ [ 120.2539598, 30.4431503 ], [ 120.251977, 30.4422488 ], [ 120.2516954, 30.4421297 ], [ 120.2509269, 30.4417909 ], [ 120.2498093, 30.4412848 ] ], [ [ 120.2540064, 30.4430743 ], [ 120.2557492, 30.4438563 ], [ 120.2578149, 30.4447817 ] ], [ [ 120.2554225, 30.4487007 ], [ 120.2565408, 30.44684 ], [ 120.2566749, 30.4466388 ], [ 120.257075, 30.4459994 ], [ 120.257768609350862, 30.444857883434867 ] ], [ [ 120.257768609350862, 30.444857883434867 ], [ 120.2578149, 30.4447817 ] ], [ [ 120.2581088, 30.4449134 ], [ 120.258062846652734, 30.444989734463899 ] ], [ [ 120.258062846652734, 30.444989734463899 ], [ 120.2574767, 30.4459634 ], [ 120.2569163, 30.4468377 ], [ 120.256882, 30.4468989 ], [ 120.2567956, 30.4470331 ], [ 120.2560055, 30.4484012 ], [ 120.2557951, 30.4487499 ] ], [ [ 120.2881958, 30.4392084 ], [ 120.2891082, 30.4394472 ], [ 120.2905968, 30.4398403 ], [ 120.2918473, 30.4401485 ], [ 120.2935081, 30.4405689 ] ], [ [ 120.2934779, 30.4406732 ], [ 120.2905289, 30.4399093 ], [ 120.2904212, 30.4398861 ], [ 120.2898608, 30.4397713 ], [ 120.2896222, 30.4397183 ], [ 120.2893715, 30.4396552 ], [ 120.2881473, 30.4393471 ] ], [ [ 120.2829846, 30.4378851 ], [ 120.2841163, 30.4382028 ], [ 120.2860027, 30.4386585 ] ], [ [ 120.2858993, 30.4387714 ], [ 120.2848417, 30.4385175 ], [ 120.2840018, 30.4383159 ], [ 120.2829192, 30.4380484 ] ], [ [ 120.2860027, 30.4386585 ], [ 120.2869507, 30.4388915 ], [ 120.2875217, 30.4390319 ], [ 120.2881958, 30.4392084 ] ], [ [ 120.2881473, 30.4393471 ], [ 120.2872273, 30.4391156 ], [ 120.2858993, 30.4387714 ] ], [ [ 120.2982401, 30.4417854 ], [ 120.2983954, 30.4418133 ] ], [ [ 120.2983783, 30.4419204 ], [ 120.2982274, 30.4418787 ] ], [ [ 120.2983954, 30.4418133 ], [ 120.2985043, 30.4418308 ], [ 120.3001032, 30.442112 ], [ 120.3005397, 30.4421874 ], [ 120.3009024, 30.4422501 ], [ 120.3019754, 30.4424356 ], [ 120.3028087, 30.4425796 ], [ 120.3047092, 30.4428758 ], [ 120.3060046, 30.4430776 ] ], [ [ 120.3059868, 30.4431555 ], [ 120.3019481, 30.4425041 ], [ 120.3010346, 30.4423507 ], [ 120.2984884, 30.441923 ], [ 120.2983783, 30.4419204 ] ], [ [ 120.2731375, 30.4495858 ], [ 120.2732826, 30.4496077 ] ], [ [ 120.2498093, 30.4412848 ], [ 120.2497151, 30.4412422 ] ], [ [ 120.2616528, 30.446501 ], [ 120.2637827, 30.4474748 ], [ 120.2639356, 30.4475441 ], [ 120.2643527, 30.4477152 ], [ 120.2649462, 30.4479769 ] ], [ [ 120.2648914, 30.4480487 ], [ 120.2639088, 30.4476089 ], [ 120.2637371, 30.4475326 ], [ 120.2616095, 30.4465785 ] ], [ [ 120.2616095, 30.4465785 ], [ 120.2615127, 30.4465351 ] ], [ [ 120.2557951, 30.4487499 ], [ 120.2557376, 30.4488453 ] ], [ [ 120.2533041, 30.452318 ], [ 120.2546908, 30.4499428 ], [ 120.2554225, 30.4487007 ] ], [ [ 120.2557376, 30.4488453 ], [ 120.2546438, 30.450659 ], [ 120.2535758, 30.4524167 ] ], [ [ 120.2532514, 30.452404 ], [ 120.2533041, 30.452318 ] ], [ [ 120.2533041, 30.452318 ], [ 120.2535758, 30.4524167 ] ], [ [ 120.2535282, 30.452518 ], [ 120.2532514, 30.452404 ] ], [ [ 120.2535758, 30.4524167 ], [ 120.2535282, 30.452518 ] ], [ [ 120.2449551, 30.4492778 ], [ 120.2475901, 30.4500473 ], [ 120.2494576, 30.4506018 ] ], [ [ 120.2493972, 30.4506762 ], [ 120.2476787, 30.4501806 ], [ 120.2462546, 30.449762 ], [ 120.2448946, 30.4493666 ] ], [ [ 120.2494576, 30.4506018 ], [ 120.2510275, 30.4513026 ], [ 120.2521982, 30.4518415 ], [ 120.2526086, 30.4520241 ], [ 120.2529751, 30.4521942 ], [ 120.2533041, 30.452318 ] ], [ [ 120.2532514, 30.452404 ], [ 120.2529501, 30.4522881 ], [ 120.2525389, 30.4521051 ], [ 120.252162, 30.4519305 ], [ 120.2509519, 30.451378 ], [ 120.2493972, 30.4506762 ] ], [ [ 120.2573091, 30.4536709 ], [ 120.2573765, 30.4536934 ] ], [ [ 120.2573155, 30.4537989 ], [ 120.2572479, 30.4537765 ] ], [ [ 120.2573765, 30.4536934 ], [ 120.2587338, 30.4541462 ], [ 120.2605306, 30.4547359 ] ], [ [ 120.2605024, 30.4548518 ], [ 120.2573155, 30.4537989 ] ], [ [ 120.2605306, 30.4547359 ], [ 120.2607616, 30.4548117 ] ], [ [ 120.260666, 30.4549056 ], [ 120.2605024, 30.4548518 ] ], [ [ 120.2535758, 30.4524167 ], [ 120.2538748, 30.4525251 ], [ 120.2573091, 30.4536709 ] ], [ [ 120.2572479, 30.4537765 ], [ 120.2544744, 30.4528602 ], [ 120.2535282, 30.452518 ] ], [ [ 120.2497775, 30.4582119 ], [ 120.2498563, 30.4580572 ], [ 120.2500546, 30.4577139 ], [ 120.2508862, 30.4562745 ], [ 120.2519099, 30.4545936 ], [ 120.2527401, 30.4532288 ], [ 120.2529547, 30.4528704 ], [ 120.2532514, 30.452404 ] ], [ [ 120.2535282, 30.452518 ], [ 120.2532439, 30.4529912 ], [ 120.2530405, 30.4533444 ], [ 120.2521436, 30.4548206 ], [ 120.2516234, 30.4556934 ], [ 120.2507373, 30.4571452 ], [ 120.250503, 30.4575675 ], [ 120.2501293, 30.4581055 ], [ 120.2500449, 30.4582564 ] ], [ [ 120.2607616, 30.4548117 ], [ 120.2611214, 30.4549298 ], [ 120.2632442, 30.4556387 ], [ 120.2645177, 30.4560588 ], [ 120.2658767, 30.4565076 ], [ 120.267797, 30.4571422 ], [ 120.268353, 30.4573169 ], [ 120.2691072, 30.4575538 ] ], [ [ 120.269038, 30.4576873 ], [ 120.2680508, 30.4573428 ], [ 120.2676876, 30.4572161 ], [ 120.2663875, 30.4567744 ], [ 120.2644777, 30.4561545 ], [ 120.2632099, 30.455743 ], [ 120.260666, 30.4549056 ] ], [ [ 120.2691072, 30.4575538 ], [ 120.2693037, 30.4576034 ] ], [ [ 120.2692055, 30.4577793 ], [ 120.269038, 30.4576873 ] ], [ [ 120.2769909, 30.4505374 ], [ 120.2771145, 30.4505708 ] ], [ [ 120.2770663, 30.4506474 ], [ 120.2769931, 30.4506276 ], [ 120.2769261, 30.4506095 ] ], [ [ 120.2649462, 30.4479769 ], [ 120.2650404, 30.4480185 ], [ 120.2651137, 30.4480327 ] ], [ [ 120.2650755, 30.4481126 ], [ 120.2650027, 30.4480985 ], [ 120.2648914, 30.4480487 ] ], [ [ 120.2651137, 30.4480327 ], [ 120.2685603, 30.4486998 ], [ 120.268773, 30.448741 ], [ 120.2731375, 30.4495858 ] ], [ [ 120.2730823, 30.4496624 ], [ 120.2686968, 30.4488135 ], [ 120.2684858, 30.4487727 ], [ 120.2650755, 30.4481126 ] ], [ [ 120.273183, 30.4496819 ], [ 120.2730823, 30.4496624 ] ], [ [ 120.2732826, 30.4496077 ], [ 120.2741194, 30.4497759 ], [ 120.2743101, 30.4498128 ], [ 120.2747481, 30.4499328 ] ], [ [ 120.2747087, 30.4500102 ], [ 120.2742791, 30.4498941 ], [ 120.2740916, 30.4498578 ], [ 120.273183, 30.4496819 ] ], [ [ 120.2747481, 30.4499328 ], [ 120.2769909, 30.4505374 ] ], [ [ 120.2769261, 30.4506095 ], [ 120.2747087, 30.4500102 ] ], [ [ 120.2771145, 30.4505708 ], [ 120.2784161, 30.4509198 ] ], [ [ 120.2783729, 30.4509992 ], [ 120.2770663, 30.4506474 ] ], [ [ 120.2757146, 30.4527488 ], [ 120.2769261, 30.4506095 ] ], [ [ 120.2770663, 30.4506474 ], [ 120.2758499, 30.4527846 ] ], [ [ 120.2747853, 30.4545925 ], [ 120.2757146, 30.4527488 ] ], [ [ 120.2747644, 30.4546366 ], [ 120.2747853, 30.4545925 ] ], [ [ 120.2739753, 30.4565758 ], [ 120.2747644, 30.4546366 ] ], [ [ 120.2758499, 30.4527846 ], [ 120.2748761, 30.4546964 ], [ 120.274128, 30.4565774 ], [ 120.2740563, 30.4567887 ], [ 120.2739101, 30.4572199 ], [ 120.2733707, 30.4588105 ], [ 120.2733182, 30.4589239 ], [ 120.273271, 30.4590261 ], [ 120.273062, 30.4589618 ] ], [ [ 120.2784161, 30.4509198 ], [ 120.2802327, 30.4514068 ], [ 120.2806163, 30.4515131 ], [ 120.2811635, 30.4516565 ], [ 120.2822494, 30.4519586 ], [ 120.2850786, 30.4527626 ], [ 120.2879277, 30.4535722 ] ], [ [ 120.2879032, 30.4536362 ], [ 120.2850541, 30.4528266 ], [ 120.2842403, 30.4526031 ], [ 120.2822353, 30.4520526 ], [ 120.2816556, 30.4518934 ], [ 120.2805949, 30.4516021 ], [ 120.2801871, 30.4514877 ], [ 120.2783729, 30.4509992 ] ], [ [ 120.2693037, 30.4576034 ], [ 120.2694832, 30.4576681 ], [ 120.2699753, 30.4578199 ], [ 120.2730844, 30.4588052 ], [ 120.2731915, 30.4587036 ], [ 120.2737473, 30.4571948 ], [ 120.273905, 30.4567666 ], [ 120.2739753, 30.4565758 ] ], [ [ 120.273062, 30.4589618 ], [ 120.269935, 30.4579992 ], [ 120.2694428, 30.4578477 ], [ 120.2692055, 30.4577793 ] ], [ [ 120.3060046, 30.4430776 ], [ 120.3086548, 30.4435183 ], [ 120.3089572, 30.4435657 ], [ 120.3091748, 30.4436058 ], [ 120.312954, 30.444225 ], [ 120.3135755, 30.4443402 ] ], [ [ 120.3135227, 30.4444151 ], [ 120.3091585, 30.4436781 ], [ 120.308939, 30.4436431 ], [ 120.308636, 30.4435958 ], [ 120.3059868, 30.4431555 ] ], [ [ 120.3135755, 30.4443402 ], [ 120.3138036, 30.4443779 ] ], [ [ 120.3135227, 30.4444151 ], [ 120.3135755, 30.4443402 ] ], [ [ 120.3138036, 30.4443779 ], [ 120.3137655, 30.4444527 ] ], [ [ 120.3137655, 30.4444527 ], [ 120.3135227, 30.4444151 ] ], [ [ 120.3108159, 30.4504497 ], [ 120.3116089, 30.4485258 ], [ 120.3119428, 30.4477161 ], [ 120.3134472, 30.4445881 ], [ 120.3135227, 30.4444151 ] ], [ [ 120.2935081, 30.4405689 ], [ 120.2958727, 30.4412042 ], [ 120.2981616, 30.4417704 ], [ 120.2982401, 30.4417854 ] ], [ [ 120.2982274, 30.4418787 ], [ 120.296966, 30.4415444 ], [ 120.2954554, 30.4411678 ], [ 120.2946681, 30.4409715 ], [ 120.2934779, 30.4406732 ] ], [ [ 120.2879277, 30.4535722 ], [ 120.2899956, 30.4541598 ], [ 120.2900764, 30.4541766 ] ], [ [ 120.290048, 30.4542467 ], [ 120.2899742, 30.4542246 ], [ 120.2879032, 30.4536362 ] ], [ [ 120.2900764, 30.4541766 ], [ 120.294119, 30.4550213 ], [ 120.2950291, 30.4551907 ], [ 120.2953792, 30.4552715 ], [ 120.2958762, 30.4553779 ] ], [ [ 120.3000851, 30.4562713 ], [ 120.2960182, 30.4554778 ], [ 120.2958655, 30.4554494 ], [ 120.295469, 30.455371 ], [ 120.2951042, 30.4552982 ], [ 120.2940967, 30.4550879 ], [ 120.290048, 30.4542467 ] ], [ [ 120.2958762, 30.4553779 ], [ 120.2960284, 30.4554062 ] ], [ [ 120.3109362, 30.4506858 ], [ 120.3107281, 30.4515361 ], [ 120.3101645, 30.4545476 ], [ 120.3094906, 30.457764 ] ], [ [ 120.3025812, 30.4566717 ], [ 120.3033558, 30.4567968 ], [ 120.3043632, 30.4569594 ], [ 120.3051343, 30.4570842 ], [ 120.3055179, 30.4571363 ], [ 120.3060586, 30.4572238 ], [ 120.3092193, 30.4577165 ] ], [ [ 120.3092035, 30.4577871 ], [ 120.3084691, 30.4576716 ], [ 120.3060446, 30.4572901 ], [ 120.3055139, 30.4572033 ], [ 120.3051116, 30.4571478 ], [ 120.3025658, 30.4567425 ] ], [ [ 120.3092193, 30.4577165 ], [ 120.3094906, 30.457764 ] ], [ [ 120.3092035, 30.4577871 ], [ 120.3092193, 30.4577165 ] ], [ [ 120.3094742, 30.4578297 ], [ 120.3092035, 30.4577871 ] ], [ [ 120.2960284, 30.4554062 ], [ 120.3001014, 30.4562009 ] ], [ [ 120.3001014, 30.4562009 ], [ 120.3010589, 30.4563877 ], [ 120.3022366, 30.4566175 ], [ 120.3025812, 30.4566717 ] ], [ [ 120.3025658, 30.4567425 ], [ 120.3022276, 30.4566893 ], [ 120.3014658, 30.4565407 ], [ 120.3010483, 30.4564592 ], [ 120.3000851, 30.4562713 ] ], [ [ 120.2911775, 30.4769442 ], [ 120.2912828, 30.4769435 ], [ 120.2913773, 30.4769428 ], [ 120.2917754, 30.47694 ], [ 120.2922052, 30.47694 ], [ 120.2926883, 30.47694 ], [ 120.2932513, 30.4769794 ], [ 120.2935544, 30.4770982 ], [ 120.2938675, 30.4771433 ], [ 120.2958302, 30.4772722 ], [ 120.2975267, 30.4773596 ], [ 120.2976759, 30.4773647 ], [ 120.2986792, 30.477399 ], [ 120.2993943, 30.4774481 ], [ 120.3001911, 30.4774762 ], [ 120.3002311, 30.4774776 ], [ 120.3008549, 30.4775006 ], [ 120.3022622, 30.4775671 ] ], [ [ 120.3022497, 30.4776748 ], [ 120.3008055, 30.4775694 ], [ 120.3002442, 30.4775792 ], [ 120.3002048, 30.4775773 ], [ 120.299439, 30.4775401 ], [ 120.2981008, 30.4774668 ], [ 120.2958213, 30.4773691 ], [ 120.2938424, 30.4772274 ], [ 120.2935263, 30.4773472 ], [ 120.2933037, 30.4773398 ], [ 120.292697, 30.4773104 ], [ 120.2922094, 30.4772762 ], [ 120.2918805, 30.4772323 ], [ 120.2912968, 30.4772082 ], [ 120.2911499, 30.4772022 ] ], [ [ 120.3138036, 30.4443779 ], [ 120.3157438, 30.4446988 ], [ 120.3160228, 30.444745 ], [ 120.318498, 30.445154 ] ], [ [ 120.3184763, 30.4452481 ], [ 120.3179065, 30.4451173 ], [ 120.3160214, 30.4448121 ], [ 120.3157586, 30.4447716 ], [ 120.3145266, 30.4445706 ], [ 120.3137655, 30.4444527 ] ], [ [ 120.318498, 30.445154 ], [ 120.3188744, 30.4451972 ], [ 120.3224861, 30.4458045 ], [ 120.3257449, 30.4463525 ], [ 120.3259416, 30.4463856 ], [ 120.3263251, 30.4464504 ], [ 120.3268468, 30.4465409 ], [ 120.3270478, 30.446564 ] ], [ [ 120.3270915, 30.4466533 ], [ 120.326687, 30.4466001 ], [ 120.3263238, 30.4465359 ], [ 120.3259309, 30.4464735 ], [ 120.3238905, 30.4461381 ], [ 120.3216783, 30.4457744 ], [ 120.3184763, 30.4452481 ] ], [ [ 120.3270478, 30.446564 ], [ 120.327267, 30.4466049 ] ], [ [ 120.3273328, 30.4466992 ], [ 120.3270915, 30.4466533 ] ], [ [ 120.3137655, 30.4444527 ], [ 120.3121843, 30.4477582 ], [ 120.311768, 30.4486138 ], [ 120.3110186, 30.4504826 ] ], [ [ 120.3107255, 30.4506562 ], [ 120.3108159, 30.4504497 ] ], [ [ 120.3110186, 30.4504826 ], [ 120.3109362, 30.4506858 ] ], [ [ 120.3092193, 30.4577165 ], [ 120.3094464, 30.4567042 ], [ 120.309937, 30.4545166 ], [ 120.3102708, 30.4529027 ], [ 120.31032, 30.4527046 ], [ 120.3107255, 30.4506562 ] ], [ [ 120.3155266, 30.4586718 ], [ 120.3160369, 30.4587468 ], [ 120.3213761, 30.4595317 ] ], [ [ 120.3213608, 30.4596015 ], [ 120.3155144, 30.4587363 ] ], [ [ 120.3213761, 30.4595317 ], [ 120.3219173, 30.4596206 ], [ 120.3225289, 30.459721 ], [ 120.3232607, 30.4598411 ] ], [ [ 120.3232607, 30.4598411 ], [ 120.3231293, 30.459883 ], [ 120.3225182, 30.4597857 ], [ 120.3213608, 30.4596015 ] ], [ [ 120.3094906, 30.457764 ], [ 120.3095937, 30.4577786 ], [ 120.3099583, 30.4578303 ], [ 120.3109011, 30.457964 ], [ 120.3116119, 30.4580773 ], [ 120.3119713, 30.4581282 ], [ 120.3155266, 30.4586718 ] ], [ [ 120.3155144, 30.4587363 ], [ 120.3149434, 30.4586519 ], [ 120.3119458, 30.4582091 ], [ 120.3116025, 30.4581571 ], [ 120.3108247, 30.458038 ], [ 120.3094742, 30.4578297 ] ], [ [ 120.2654283, 30.4738375 ], [ 120.2656157, 30.4738464 ] ], [ [ 120.2733103, 30.4745556 ], [ 120.2714662, 30.4743787 ] ], [ [ 120.2770193, 30.4750185 ], [ 120.2744884, 30.4746686 ], [ 120.2733103, 30.4745556 ] ], [ [ 120.2714881, 30.4741797 ], [ 120.2715798, 30.4741858 ], [ 120.2739436, 30.4743513 ], [ 120.2771813, 30.4748042 ], [ 120.2776974, 30.4748764 ], [ 120.2782223, 30.4749498 ], [ 120.2814885, 30.4754066 ], [ 120.2848976, 30.4759044 ], [ 120.2857245, 30.4760924 ], [ 120.2861524, 30.4761756 ], [ 120.2880185, 30.4765949 ] ], [ [ 120.2879335, 30.4768538 ], [ 120.2871884, 30.4767132 ], [ 120.2864058, 30.4765316 ], [ 120.285925, 30.4764264 ], [ 120.2857219, 30.4763721 ], [ 120.2848069, 30.4761304 ], [ 120.2839306, 30.4759844 ], [ 120.2823301, 30.4757709 ], [ 120.2798323, 30.4754073 ], [ 120.277719, 30.4751152 ], [ 120.2772027, 30.4750438 ], [ 120.2770193, 30.4750185 ] ], [ [ 120.2880299, 30.476872 ], [ 120.2879335, 30.4768538 ] ], [ [ 120.2656157, 30.4738464 ], [ 120.2690571, 30.4740091 ], [ 120.2714094, 30.4741738 ], [ 120.2714881, 30.4741797 ] ], [ [ 120.2656174, 30.4740366 ], [ 120.2654322, 30.4740266 ] ], [ [ 120.2714662, 30.4743787 ], [ 120.2687026, 30.4741895 ], [ 120.2661267, 30.4740641 ], [ 120.2656174, 30.4740366 ] ], [ [ 120.2459787, 30.465014 ], [ 120.2459898, 30.4650939 ] ], [ [ 120.2459898, 30.4650939 ], [ 120.2457388, 30.4650192 ] ], [ [ 120.2459787, 30.465014 ], [ 120.2487541, 30.4657463 ], [ 120.2509612, 30.466253 ] ], [ [ 120.2509494, 30.4663263 ], [ 120.2492727, 30.4659717 ], [ 120.2489359, 30.4658889 ], [ 120.2477552, 30.4655988 ], [ 120.2459898, 30.4650939 ] ], [ [ 120.242879, 30.4702922 ], [ 120.2485482, 30.4717981 ] ], [ [ 120.2484131, 30.4719904 ], [ 120.2478051, 30.47183 ], [ 120.245157, 30.4711124 ] ], [ [ 120.2485482, 30.4717981 ], [ 120.249456, 30.4720412 ], [ 120.2530572, 30.4729737 ], [ 120.2533288, 30.4730237 ], [ 120.2539568, 30.4731555 ] ], [ [ 120.2538995, 30.4733174 ], [ 120.253254, 30.4732202 ], [ 120.2529747, 30.4731682 ], [ 120.2521952, 30.4729994 ], [ 120.251037, 30.4726951 ], [ 120.2494266, 30.4722578 ], [ 120.2484131, 30.4719904 ] ], [ [ 120.2539568, 30.4731555 ], [ 120.2540984, 30.4731805 ] ], [ [ 120.2540579, 30.4733415 ], [ 120.2538995, 30.4733174 ] ], [ [ 120.2540984, 30.4731805 ], [ 120.2553747, 30.4733283 ], [ 120.2561767, 30.4733938 ], [ 120.259936, 30.4735667 ], [ 120.2612145, 30.4736383 ], [ 120.2654283, 30.4738375 ] ], [ [ 120.2654322, 30.4740266 ], [ 120.261902, 30.473836 ], [ 120.2599235, 30.473762 ], [ 120.259365, 30.4737409 ], [ 120.2572472, 30.4736553 ], [ 120.2564419, 30.4736268 ], [ 120.2551183, 30.4735032 ], [ 120.2549621, 30.4734794 ], [ 120.2540579, 30.4733415 ] ], [ [ 120.2469917, 30.47796 ], [ 120.2535357, 30.4789979 ] ], [ [ 120.2534803, 30.4790964 ], [ 120.24916, 30.4784326 ], [ 120.2469674, 30.4780751 ] ], [ [ 120.2880185, 30.4765949 ], [ 120.2888934, 30.4767618 ], [ 120.290143, 30.4769059 ], [ 120.2902943, 30.4769234 ], [ 120.29093, 30.4769335 ], [ 120.2910243, 30.476935 ], [ 120.291047, 30.4769354 ] ], [ [ 120.291047, 30.4769354 ], [ 120.2911775, 30.4769442 ] ], [ [ 120.2910231, 30.4771862 ], [ 120.290947, 30.4771797 ], [ 120.2901467, 30.4771113 ], [ 120.2896631, 30.4770699 ], [ 120.2895516, 30.4770568 ], [ 120.2881066, 30.4768865 ], [ 120.2880299, 30.476872 ] ], [ [ 120.2911499, 30.4772022 ], [ 120.2910231, 30.4771862 ] ], [ [ 120.291633, 30.488697 ], [ 120.2916776, 30.4889016 ], [ 120.292088, 30.4907344 ], [ 120.2921436, 30.490967 ], [ 120.2926073, 30.4929053 ], [ 120.2928893, 30.4940839 ], [ 120.2929139, 30.4941933 ], [ 120.2929365, 30.4942943 ], [ 120.2931371, 30.4951581 ], [ 120.2931591, 30.4952527 ], [ 120.2932394, 30.4955985 ], [ 120.2933755, 30.4961843 ], [ 120.2934371, 30.4964339 ], [ 120.2936017, 30.497135 ] ], [ [ 120.2936941, 30.5065165 ], [ 120.2938921, 30.5001046 ], [ 120.2938511, 30.4993635 ], [ 120.2937717, 30.4985934 ], [ 120.2934724, 30.4971413 ], [ 120.2931061, 30.4955543 ], [ 120.2930044, 30.4951137 ], [ 120.2929967, 30.4950805 ], [ 120.2928184, 30.494308 ], [ 120.2927956, 30.4942132 ], [ 120.2923053, 30.4921729 ], [ 120.2920101, 30.4908895 ], [ 120.291904, 30.4904282 ], [ 120.2915541, 30.4889067 ], [ 120.2915012, 30.4887026 ] ], [ [ 120.2936017, 30.497135 ], [ 120.2937135, 30.4973005 ], [ 120.2939227, 30.4979291 ], [ 120.2940434, 30.4988745 ], [ 120.2941811, 30.4995184 ], [ 120.2943598, 30.5003536 ], [ 120.2943754, 30.5004181 ], [ 120.2945811, 30.501249 ], [ 120.2946603, 30.5013865 ], [ 120.2947549, 30.5015196 ] ], [ [ 120.2936017, 30.497135 ], [ 120.2938307, 30.498314 ], [ 120.2939666, 30.4990144 ], [ 120.2939982, 30.500046 ], [ 120.2938482, 30.5064642 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "tertiary" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 119.8425466, 30.202702 ], [ 119.8425577, 30.2029023 ] ], [ [ 119.8425577, 30.2029023 ], [ 119.8425751, 30.2030313 ] ], [ [ 119.8425751, 30.2030313 ], [ 119.8425927, 30.2031416 ] ], [ [ 119.8425927, 30.2031416 ], [ 119.8428083, 30.2038025 ] ], [ [ 119.8428083, 30.2038025 ], [ 119.8429937, 30.2041689 ] ], [ [ 119.8429937, 30.2041689 ], [ 119.843188, 30.2050161 ] ], [ [ 119.843188, 30.2050161 ], [ 119.8432763, 30.2051535 ] ], [ [ 119.8432763, 30.2051535 ], [ 119.8434618, 30.2052909 ] ], [ [ 119.8434618, 30.2052909 ], [ 119.8435678, 30.2053748 ] ], [ [ 119.8435678, 30.2053748 ], [ 119.8440888, 30.2061304 ] ], [ [ 119.8440888, 30.2061304 ], [ 119.8442213, 30.2063441 ] ], [ [ 119.8442213, 30.2063441 ], [ 119.8443361, 30.2064892 ] ], [ [ 119.8443361, 30.2064892 ], [ 119.8445304, 30.2066036 ] ], [ [ 119.8445304, 30.2066036 ], [ 119.8450073, 30.2069318 ] ], [ [ 119.8450073, 30.2069318 ], [ 119.8452811, 30.2071761 ] ], [ [ 119.8452811, 30.2071761 ], [ 119.8453871, 30.2073363 ] ], [ [ 119.8453871, 30.2073363 ], [ 119.8456697, 30.2075271 ] ], [ [ 119.8456697, 30.2075271 ], [ 119.8460936, 30.2077714 ] ], [ [ 119.8460936, 30.2077714 ], [ 119.8462437, 30.2078935 ] ], [ [ 119.8462437, 30.2078935 ], [ 119.8464002, 30.2081 ] ], [ [ 119.8464002, 30.2081 ], [ 119.8467295, 30.2085346 ] ], [ [ 119.8467295, 30.2085346 ], [ 119.8468708, 30.2087178 ] ], [ [ 119.8468708, 30.2087178 ], [ 119.8468973, 30.2088704 ] ], [ [ 119.8468973, 30.2088704 ], [ 119.8469238, 30.2096031 ] ], [ [ 119.8469238, 30.2096031 ], [ 119.8469326, 30.209771 ] ], [ [ 119.8469326, 30.209771 ], [ 119.8469767, 30.2099313 ] ], [ [ 119.8469767, 30.2099313 ], [ 119.8473388, 30.2107556 ] ], [ [ 119.8473388, 30.2107556 ], [ 119.8474801, 30.2109921 ] ], [ [ 119.8474801, 30.2109921 ], [ 119.8475331, 30.2111906 ] ], [ [ 119.8475331, 30.2111906 ], [ 119.8475402, 30.211298 ] ], [ [ 119.8475402, 30.211298 ], [ 119.8475508, 30.2114577 ] ], [ [ 119.8475508, 30.2114577 ], [ 119.8475773, 30.2118622 ] ], [ [ 119.8475773, 30.2118622 ], [ 119.8476303, 30.2121598 ] ], [ [ 119.8476303, 30.2121598 ], [ 119.8479474, 30.2131133 ] ], [ [ 119.8479474, 30.2131133 ], [ 119.8479993, 30.2132693 ] ], [ [ 119.8479993, 30.2132693 ], [ 119.8480542, 30.2134344 ] ], [ [ 119.8480542, 30.2134344 ], [ 119.8482661, 30.2138312 ] ], [ [ 119.8482661, 30.2138312 ], [ 119.8483898, 30.2139839 ] ], [ [ 119.8483898, 30.2139839 ], [ 119.8485046, 30.2143654 ] ], [ [ 119.8485046, 30.2143654 ], [ 119.8489992, 30.2153957 ] ], [ [ 119.8489992, 30.2153957 ], [ 119.849114, 30.2155713 ] ], [ [ 119.849114, 30.2155713 ], [ 119.8497233, 30.2162276 ] ], [ [ 119.8497233, 30.2162276 ], [ 119.8497703, 30.2162736 ] ], [ [ 119.8497703, 30.2162736 ], [ 119.8498558, 30.2163573 ] ], [ [ 119.8498558, 30.2163573 ], [ 119.8499878, 30.2164069 ] ], [ [ 119.8499878, 30.2164069 ], [ 119.8500589, 30.2164336 ] ], [ [ 119.8500589, 30.2164336 ], [ 119.8502053, 30.2164816 ] ], [ [ 119.8502053, 30.2164816 ], [ 119.8502878, 30.2165086 ] ], [ [ 119.8502878, 30.2165086 ], [ 119.8503151, 30.2165176 ] ], [ [ 119.8503151, 30.2165176 ], [ 119.850474, 30.2166168 ] ], [ [ 119.850474, 30.2166168 ], [ 119.8506153, 30.2167542 ] ], [ [ 119.8506153, 30.2167542 ], [ 119.8510375, 30.2175995 ] ], [ [ 119.8510375, 30.2175995 ], [ 119.8511626, 30.2178499 ] ], [ [ 119.8511626, 30.2178499 ], [ 119.8513395, 30.2182041 ] ], [ [ 119.8513395, 30.2182041 ], [ 119.8517267, 30.2186894 ] ], [ [ 119.8517267, 30.2186894 ], [ 119.8518179, 30.2188038 ] ], [ [ 119.8518179, 30.2188038 ], [ 119.8519666, 30.2189902 ] ], [ [ 119.8519666, 30.2189902 ], [ 119.8521785, 30.2193946 ] ], [ [ 119.8521785, 30.2193946 ], [ 119.8523078, 30.2196769 ] ], [ [ 119.8523078, 30.2196769 ], [ 119.8523463, 30.219761 ] ], [ [ 119.8523463, 30.219761 ], [ 119.8524346, 30.2198907 ] ], [ [ 119.8524346, 30.2198907 ], [ 119.8526466, 30.2200281 ] ], [ [ 119.8526466, 30.2200281 ], [ 119.852991, 30.2201578 ] ], [ [ 119.852991, 30.2201578 ], [ 119.8531941, 30.2202799 ] ], [ [ 119.8531941, 30.2202799 ], [ 119.8534238, 30.2204554 ] ], [ [ 119.8534238, 30.2204554 ], [ 119.8536269, 30.2206462 ] ], [ [ 119.8536269, 30.2206462 ], [ 119.8538653, 30.2208064 ] ], [ [ 119.8538653, 30.2208064 ], [ 119.8542446, 30.2209864 ] ], [ [ 119.8542446, 30.2209864 ], [ 119.8543157, 30.2210201 ] ], [ [ 119.8543157, 30.2210201 ], [ 119.8549693, 30.2214246 ] ], [ [ 119.8549693, 30.2214246 ], [ 119.8552342, 30.2216077 ] ], [ [ 119.8552342, 30.2216077 ], [ 119.8560202, 30.2222716 ] ], [ [ 119.8560202, 30.2222716 ], [ 119.8561704, 30.2224014 ] ], [ [ 119.8561704, 30.2224014 ], [ 119.8564088, 30.2225464 ] ], [ [ 119.8564088, 30.2225464 ], [ 119.8582896, 30.2231592 ] ], [ [ 119.8582896, 30.2231592 ], [ 119.8584931, 30.2232408 ] ], [ [ 119.8584931, 30.2232408 ], [ 119.8587111, 30.2232765 ] ], [ [ 119.8587111, 30.2232765 ], [ 119.8588735, 30.2233031 ] ], [ [ 119.8588735, 30.2233031 ], [ 119.8590053, 30.2233247 ] ], [ [ 119.8590053, 30.2233247 ], [ 119.8591113, 30.2233247 ] ], [ [ 119.8591113, 30.2233247 ], [ 119.8593409, 30.2232861 ] ], [ [ 119.8593409, 30.2232861 ], [ 119.8594292, 30.2232713 ] ], [ [ 119.8594292, 30.2232713 ], [ 119.859597, 30.2232637 ] ], [ [ 119.859597, 30.2232637 ], [ 119.8598266, 30.2233018 ] ], [ [ 119.8598266, 30.2233018 ], [ 119.8600298, 30.2233934 ] ], [ [ 119.8600298, 30.2233934 ], [ 119.8602152, 30.223546 ] ], [ [ 119.8602152, 30.223546 ], [ 119.8606833, 30.2240726 ] ], [ [ 119.8606833, 30.2240726 ], [ 119.8608448, 30.2241875 ] ], [ [ 119.8608448, 30.2241875 ], [ 119.8609836, 30.2242862 ] ], [ [ 119.8609836, 30.2242862 ], [ 119.8611337, 30.2243854 ] ], [ [ 119.8611337, 30.2243854 ], [ 119.8611675, 30.2244293 ] ], [ [ 119.8611675, 30.2244293 ], [ 119.8612573, 30.2245457 ] ], [ [ 119.8612573, 30.2245457 ], [ 119.8614958, 30.2249425 ] ], [ [ 119.8614958, 30.2249425 ], [ 119.8615803, 30.2250115 ] ], [ [ 119.8615803, 30.2250115 ], [ 119.8616548, 30.2250722 ] ], [ [ 119.8616548, 30.2250722 ], [ 119.8623083, 30.2258353 ] ], [ [ 119.8623083, 30.2258353 ], [ 119.8625026, 30.2260032 ] ], [ [ 119.8625026, 30.2260032 ], [ 119.8625773, 30.2260462 ] ], [ [ 119.8625773, 30.2260462 ], [ 119.8626351, 30.2260795 ] ], [ [ 119.8626351, 30.2260795 ], [ 119.863686, 30.226957 ] ], [ [ 119.863686, 30.226957 ], [ 119.8644268, 30.2275597 ] ], [ [ 119.8644268, 30.2275597 ], [ 119.864571, 30.2276771 ] ], [ [ 119.864571, 30.2276771 ], [ 119.8647284, 30.2278051 ] ], [ [ 119.8647284, 30.2278051 ], [ 119.86489, 30.2279365 ] ], [ [ 119.86489, 30.2279365 ], [ 119.8650461, 30.2280635 ] ], [ [ 119.8650461, 30.2280635 ], [ 119.8652404, 30.2281398 ] ], [ [ 119.8652404, 30.2281398 ], [ 119.8654876, 30.2281551 ] ], [ [ 119.8654876, 30.2281551 ], [ 119.8660175, 30.2281093 ] ], [ [ 119.8660175, 30.2281093 ], [ 119.8662207, 30.228094 ] ], [ [ 119.8662207, 30.228094 ], [ 119.8665033, 30.2281017 ] ], [ [ 119.8665033, 30.2281017 ], [ 119.8669625, 30.2282238 ] ], [ [ 119.8669625, 30.2282238 ], [ 119.8672529, 30.2283137 ] ], [ [ 119.8672529, 30.2283137 ], [ 119.8674306, 30.2283687 ] ], [ [ 119.8674306, 30.2283687 ], [ 119.8677927, 30.2285824 ] ], [ [ 119.8677927, 30.2285824 ], [ 119.8679495, 30.2287064 ] ], [ [ 119.8679495, 30.2287064 ], [ 119.8686339, 30.2292478 ] ], [ [ 119.8686339, 30.2292478 ], [ 119.8686758, 30.2292927 ] ], [ [ 119.8686758, 30.2292927 ], [ 119.8687923, 30.2293762 ] ], [ [ 119.8687923, 30.2293762 ], [ 119.8688471, 30.2294054 ] ], [ [ 119.8688471, 30.2294054 ], [ 119.8690114, 30.2294675 ] ], [ [ 119.8690114, 30.2294675 ], [ 119.8699034, 30.2296507 ] ], [ [ 119.8699034, 30.2296507 ], [ 119.8700712, 30.2297041 ] ], [ [ 119.8700712, 30.2297041 ], [ 119.8702302, 30.2297957 ] ], [ [ 119.8702302, 30.2297957 ], [ 119.8703337, 30.229882 ] ], [ [ 119.8703337, 30.229882 ], [ 119.8704785, 30.2300027 ] ], [ [ 119.8704785, 30.2300027 ], [ 119.8706742, 30.2301658 ] ], [ [ 119.8706742, 30.2301658 ], [ 119.8707612, 30.230266 ] ], [ [ 119.8707612, 30.230266 ], [ 119.871022, 30.2303912 ] ], [ [ 119.871022, 30.2303912 ], [ 119.8714205, 30.2305477 ] ], [ [ 119.8714205, 30.2305477 ], [ 119.8720726, 30.2307355 ] ], [ [ 119.8720726, 30.2307355 ], [ 119.8726377, 30.230892 ] ], [ [ 119.8726377, 30.230892 ], [ 119.8728551, 30.2309671 ] ], [ [ 119.8728551, 30.2309671 ], [ 119.8731379, 30.2311099 ] ], [ [ 119.8731379, 30.2311099 ], [ 119.8733276, 30.2312057 ] ], [ [ 119.8733276, 30.2312057 ], [ 119.873413, 30.2312488 ] ], [ [ 119.873413, 30.2312488 ], [ 119.8736364, 30.2313705 ] ], [ [ 119.8736364, 30.2313705 ], [ 119.8737463, 30.2314304 ] ], [ [ 119.8737463, 30.2314304 ], [ 119.8740361, 30.2315556 ] ], [ [ 119.8740361, 30.2315556 ], [ 119.8744056, 30.2316432 ] ], [ [ 119.8744056, 30.2316432 ], [ 119.8753041, 30.2318498 ] ], [ [ 119.8753041, 30.2318498 ], [ 119.8756156, 30.2319249 ] ], [ [ 119.8756156, 30.2319249 ], [ 119.8757823, 30.2320126 ] ], [ [ 119.8757823, 30.2320126 ], [ 119.8763672, 30.2324783 ] ], [ [ 119.8763672, 30.2324783 ], [ 119.8765213, 30.232601 ] ], [ [ 119.8765213, 30.232601 ], [ 119.8769951, 30.2330138 ] ], [ [ 119.8769951, 30.2330138 ], [ 119.8771593, 30.2331568 ] ], [ [ 119.8771593, 30.2331568 ], [ 119.8772889, 30.2332697 ] ], [ [ 119.8772889, 30.2332697 ], [ 119.8773908, 30.2333585 ] ], [ [ 119.8773908, 30.2333585 ], [ 119.8780139, 30.2338029 ] ], [ [ 119.8780139, 30.2338029 ], [ 119.8787312, 30.2344352 ] ], [ [ 119.8787312, 30.2344352 ], [ 119.8795068, 30.235086 ] ], [ [ 119.8795068, 30.235086 ], [ 119.8796593, 30.2352139 ] ], [ [ 119.8796593, 30.2352139 ], [ 119.8802382, 30.2356997 ] ], [ [ 119.8802382, 30.2356997 ], [ 119.8804701, 30.2359688 ] ], [ [ 119.8804701, 30.2359688 ], [ 119.8807671, 30.2361504 ] ], [ [ 119.8807671, 30.2361504 ], [ 119.8816004, 30.2364321 ] ], [ [ 119.8816004, 30.2364321 ], [ 119.881854, 30.2364633 ] ], [ [ 119.881854, 30.2364633 ], [ 119.8822307, 30.2364821 ] ], [ [ 119.8822307, 30.2364821 ], [ 119.8825133, 30.2364884 ] ], [ [ 119.8825133, 30.2364884 ], [ 119.8829843, 30.2365948 ] ], [ [ 119.8829843, 30.2365948 ], [ 119.8833103, 30.236745 ] ], [ [ 119.8833103, 30.236745 ], [ 119.8836291, 30.2369391 ] ], [ [ 119.8836291, 30.2369391 ], [ 119.8839128, 30.2370714 ] ], [ [ 119.8839128, 30.2370714 ], [ 119.8853608, 30.2377466 ] ], [ [ 119.8853608, 30.2377466 ], [ 119.8855057, 30.2378217 ] ], [ [ 119.8855057, 30.2378217 ], [ 119.8856578, 30.2379532 ] ], [ [ 119.8856578, 30.2379532 ], [ 119.8859117, 30.2381402 ] ], [ [ 119.8859117, 30.2381402 ], [ 119.8860998, 30.2382787 ] ], [ [ 119.8860998, 30.2382787 ], [ 119.8862234, 30.2383657 ] ], [ [ 119.8862234, 30.2383657 ], [ 119.8862954, 30.2384164 ] ], [ [ 119.8862954, 30.2384164 ], [ 119.8865302, 30.2385608 ] ], [ [ 119.8865302, 30.2385608 ], [ 119.8867229, 30.2386793 ] ], [ [ 119.8867229, 30.2386793 ], [ 119.8868751, 30.2387669 ] ], [ [ 119.8868751, 30.2387669 ], [ 119.8871577, 30.238986 ] ], [ [ 119.8871577, 30.238986 ], [ 119.8872598, 30.23907 ] ], [ [ 119.8872598, 30.23907 ], [ 119.8885126, 30.2401002 ] ], [ [ 119.8885126, 30.2401002 ], [ 119.8887299, 30.2402817 ] ], [ [ 119.8887299, 30.2402817 ], [ 119.8888096, 30.2404007 ] ], [ [ 119.8888096, 30.2404007 ], [ 119.8890922, 30.2411643 ] ], [ [ 119.8890922, 30.2411643 ], [ 119.8892526, 30.2413367 ] ], [ [ 119.8892526, 30.2413367 ], [ 119.8893541, 30.2414456 ] ], [ [ 119.8893541, 30.2414456 ], [ 119.8894847, 30.241586 ] ], [ [ 119.8894847, 30.241586 ], [ 119.8895617, 30.2417492 ] ], [ [ 119.8895617, 30.2417492 ], [ 119.8896106, 30.2419185 ] ], [ [ 119.8896106, 30.2419185 ], [ 119.8896246, 30.2424324 ] ], [ [ 119.8896246, 30.2424324 ], [ 119.8896246, 30.2425896 ] ], [ [ 119.8896246, 30.2425896 ], [ 119.8895127, 30.2430612 ] ], [ [ 119.8895127, 30.2430612 ], [ 119.8894987, 30.2432849 ] ], [ [ 119.8894987, 30.2432849 ], [ 119.8895057, 30.2433998 ] ], [ [ 119.8895057, 30.2433998 ], [ 119.8895547, 30.2435751 ] ], [ [ 119.8895547, 30.2435751 ], [ 119.8896526, 30.2438774 ] ], [ [ 119.8896526, 30.2438774 ], [ 119.8901621, 30.2445004 ] ], [ [ 119.8901621, 30.2445004 ], [ 119.890286, 30.2446716 ] ], [ [ 119.890286, 30.2446716 ], [ 119.890286, 30.244907 ] ], [ [ 119.890286, 30.244907 ], [ 119.8901497, 30.2456453 ] ], [ [ 119.8901497, 30.2456453 ], [ 119.8901002, 30.2458807 ] ], [ [ 119.8901002, 30.2458807 ], [ 119.889741, 30.2466297 ] ], [ [ 119.889741, 30.2466297 ], [ 119.8897162, 30.2467581 ] ], [ [ 119.8897162, 30.2467581 ], [ 119.8897038, 30.2468544 ] ], [ [ 119.8897038, 30.2468544 ], [ 119.8897905, 30.2470149 ] ], [ [ 119.8897905, 30.2470149 ], [ 119.8900101, 30.2474508 ] ], [ [ 120.0898349, 30.113906 ], [ 120.0898257, 30.1138073 ] ], [ [ 120.0963656, 30.1166404 ], [ 120.0962276, 30.1144201 ] ], [ [ 120.0962276, 30.1144201 ], [ 120.0961044, 30.1133745 ] ], [ [ 120.0901399, 30.1171749 ], [ 120.089928, 30.1149035 ] ], [ [ 120.089928, 30.1149035 ], [ 120.0898349, 30.113906 ] ], [ [ 120.0963656, 30.1166404 ], [ 120.0933845, 30.116898 ] ], [ [ 120.0933845, 30.116898 ], [ 120.0932911, 30.1169061 ] ], [ [ 120.0932911, 30.1169061 ], [ 120.0932733, 30.1169076 ] ], [ [ 120.0932733, 30.1169076 ], [ 120.0901399, 30.1171749 ] ], [ [ 120.0901399, 30.1171749 ], [ 120.0864172, 30.1174924 ] ], [ [ 120.0823515, 30.114425 ], [ 120.0823627, 30.1145269 ] ], [ [ 120.0864172, 30.1174924 ], [ 120.0861894, 30.1152211 ] ], [ [ 120.0861894, 30.1152211 ], [ 120.0860884, 30.1142137 ] ], [ [ 120.0827239, 30.1178253 ], [ 120.0824714, 30.1155198 ] ], [ [ 120.0824714, 30.1155198 ], [ 120.0823627, 30.1145269 ] ], [ [ 120.0827239, 30.1178253 ], [ 120.0857505, 30.1175492 ] ], [ [ 120.0857505, 30.1175492 ], [ 120.0864172, 30.1174924 ] ], [ [ 120.0789558, 30.1181691 ], [ 120.0827239, 30.1178253 ] ], [ [ 120.0756421, 30.1184226 ], [ 120.075625, 30.1182458 ] ], [ [ 120.075625, 30.1182458 ], [ 120.0755903, 30.1178877 ] ], [ [ 120.0789558, 30.1181691 ], [ 120.0788548, 30.1181802 ] ], [ [ 120.072186, 30.1182278 ], [ 120.0722256, 30.1186126 ] ], [ [ 120.0722256, 30.1186126 ], [ 120.0722355, 30.1187088 ] ], [ [ 120.0722355, 30.1187088 ], [ 120.0756421, 30.1184226 ] ], [ [ 120.0685839, 30.1190002 ], [ 120.0722355, 30.1187088 ] ], [ [ 120.0725217, 30.1210361 ], [ 120.0723209, 30.119403 ] ], [ [ 120.0723209, 30.119403 ], [ 120.0722355, 30.1187088 ] ], [ [ 120.0759651, 30.1215553 ], [ 120.0725217, 30.1210361 ] ], [ [ 120.0788548, 30.1181802 ], [ 120.0786289, 30.1182053 ] ], [ [ 120.0786289, 30.1182053 ], [ 120.0783278, 30.1182272 ] ], [ [ 120.0783278, 30.1182272 ], [ 120.0756421, 30.1184226 ] ], [ [ 120.0864172, 30.1174924 ], [ 120.0866397, 30.1197397 ] ], [ [ 120.0866397, 30.1197397 ], [ 120.0867011, 30.1206276 ] ], [ [ 120.0827239, 30.1178253 ], [ 120.0830644, 30.1209339 ] ], [ [ 120.0759651, 30.1215553 ], [ 120.0757134, 30.1191145 ] ], [ [ 120.0757134, 30.1191145 ], [ 120.0756421, 30.1184226 ] ], [ [ 120.0963656, 30.1166404 ], [ 120.0966679, 30.1197829 ] ], [ [ 120.0904816, 30.1203228 ], [ 120.0901399, 30.1171749 ] ], [ [ 120.0966679, 30.1197829 ], [ 120.0937151, 30.1200423 ] ], [ [ 120.0937151, 30.1200423 ], [ 120.0936218, 30.1200505 ] ], [ [ 120.0936218, 30.1200505 ], [ 120.0909705, 30.1202834 ] ], [ [ 120.0909705, 30.1202834 ], [ 120.0904816, 30.1203228 ] ], [ [ 120.0904816, 30.1203228 ], [ 120.0867011, 30.1206276 ] ], [ [ 120.0970167, 30.1234084 ], [ 120.0967335, 30.1204651 ] ], [ [ 120.0967335, 30.1204651 ], [ 120.0966679, 30.1197829 ] ], [ [ 120.0867011, 30.1206276 ], [ 120.0830644, 30.1209339 ] ], [ [ 120.0830644, 30.1209339 ], [ 120.082947, 30.1209438 ] ], [ [ 120.082947, 30.1209438 ], [ 120.079369, 30.1212449 ] ], [ [ 120.0792097, 30.1212594 ], [ 120.079369, 30.1212449 ] ], [ [ 120.0759651, 30.1215553 ], [ 120.0786684, 30.1213088 ] ], [ [ 120.0786684, 30.1213088 ], [ 120.0789689, 30.1212814 ] ], [ [ 120.0789689, 30.1212814 ], [ 120.0792097, 30.1212594 ] ], [ [ 120.0762115, 30.1233527 ], [ 120.0759651, 30.1215553 ] ], [ [ 120.0871615, 30.1245027 ], [ 120.0867011, 30.1206276 ] ], [ [ 120.0834963, 30.1247978 ], [ 120.08349, 30.1246699 ] ], [ [ 120.08349, 30.1246699 ], [ 120.0834757, 30.1244498 ] ], [ [ 120.0834757, 30.1244498 ], [ 120.0830644, 30.1209339 ] ], [ [ 120.0830656, 30.1228724 ], [ 120.079592, 30.1231488 ] ], [ [ 120.079592, 30.1231488 ], [ 120.0793974, 30.123175 ] ], [ [ 120.0663071, 30.1031882 ], [ 120.06636, 30.1031834 ] ], [ [ 120.06636, 30.1031834 ], [ 120.0664532, 30.1031748 ] ], [ [ 120.0664532, 30.1031748 ], [ 120.0664975, 30.1031707 ] ], [ [ 120.0664975, 30.1031707 ], [ 120.0665564, 30.1031311 ] ], [ [ 120.070045, 30.1333546 ], [ 120.0698159, 30.1333439 ] ], [ [ 120.0698159, 30.1333439 ], [ 120.0694439, 30.1332546 ] ], [ [ 120.0694439, 30.1332546 ], [ 120.0690985, 30.1331717 ] ], [ [ 120.0690985, 30.1331717 ], [ 120.0687538, 30.1330889 ] ], [ [ 120.0687538, 30.1330889 ], [ 120.0686018, 30.1330524 ] ], [ [ 120.0686018, 30.1330524 ], [ 120.0684949, 30.1329895 ] ], [ [ 120.0684949, 30.1329895 ], [ 120.068291, 30.1329108 ] ], [ [ 120.068291, 30.1329108 ], [ 120.0681046, 30.1328681 ] ], [ [ 120.0681046, 30.1328681 ], [ 120.0678896, 30.1328234 ] ], [ [ 120.0678896, 30.1328234 ], [ 120.06784, 30.1328206 ] ], [ [ 120.06784, 30.1328206 ], [ 120.0675401, 30.1328039 ] ], [ [ 120.0675401, 30.1328039 ], [ 120.0668303, 30.1327233 ] ], [ [ 120.0668303, 30.1327233 ], [ 120.0661743, 30.1327452 ] ], [ [ 120.0661743, 30.1327452 ], [ 120.0660809, 30.1327483 ] ], [ [ 120.0660809, 30.1327483 ], [ 120.0656772, 30.132883 ] ], [ [ 120.0656772, 30.132883 ], [ 120.0655488, 30.1329003 ] ], [ [ 120.0655488, 30.1329003 ], [ 120.0651944, 30.1329479 ] ], [ [ 120.0651944, 30.1329479 ], [ 120.0646295, 30.1331646 ] ], [ [ 120.0646295, 30.1331646 ], [ 120.0643247, 30.1332815 ] ], [ [ 120.0643247, 30.1332815 ], [ 120.0639352, 30.133431 ] ], [ [ 120.0639352, 30.133431 ], [ 120.063864, 30.1334583 ] ], [ [ 120.063864, 30.1334583 ], [ 120.0635701, 30.1335108 ] ], [ [ 120.0635701, 30.1335108 ], [ 120.0629247, 30.1335918 ] ], [ [ 120.0699622, 30.1340929 ], [ 120.0692301, 30.1340644 ] ], [ [ 120.0692301, 30.1340644 ], [ 120.0676846, 30.1339568 ] ], [ [ 120.0676846, 30.1339568 ], [ 120.0674395, 30.1339397 ] ], [ [ 120.0674395, 30.1339397 ], [ 120.0662246, 30.133831 ] ], [ [ 120.0662246, 30.133831 ], [ 120.0650962, 30.1338731 ] ], [ [ 120.0650962, 30.1338731 ], [ 120.0647299, 30.1338868 ] ], [ [ 120.0647299, 30.1338868 ], [ 120.0644433, 30.1338975 ] ], [ [ 120.0644433, 30.1338975 ], [ 120.064396, 30.1338993 ] ], [ [ 120.064396, 30.1338993 ], [ 120.063882, 30.1339185 ] ], [ [ 120.063882, 30.1339185 ], [ 120.0635742, 30.1339301 ] ], [ [ 120.0635742, 30.1339301 ], [ 120.0634693, 30.133934 ] ], [ [ 120.0634693, 30.133934 ], [ 120.063364, 30.1339379 ] ], [ [ 120.063364, 30.1339379 ], [ 120.0631819, 30.133917 ] ], [ [ 120.0631819, 30.133917 ], [ 120.0630055, 30.1339038 ] ], [ [ 120.0630055, 30.1339038 ], [ 120.0629244, 30.1338466 ] ], [ [ 120.0629244, 30.1338466 ], [ 120.0629247, 30.1335918 ] ], [ [ 120.0583212, 30.1347787 ], [ 120.0596288, 30.1344433 ] ], [ [ 120.0596288, 30.1344433 ], [ 120.0605418, 30.1342349 ] ], [ [ 120.0605418, 30.1342349 ], [ 120.0612913, 30.1340456 ] ], [ [ 120.0612913, 30.1340456 ], [ 120.061761, 30.1339006 ] ], [ [ 120.061761, 30.1339006 ], [ 120.062362, 30.1336624 ] ], [ [ 120.062362, 30.1336624 ], [ 120.0629247, 30.1335918 ] ], [ [ 120.0664175, 30.1452515 ], [ 120.0661658, 30.1446268 ] ], [ [ 120.0661658, 30.1446268 ], [ 120.0659578, 30.1440902 ] ], [ [ 120.0659578, 30.1440902 ], [ 120.0652657, 30.1423046 ] ], [ [ 120.0652657, 30.1423046 ], [ 120.0652309, 30.1422039 ] ], [ [ 120.0793974, 30.123175 ], [ 120.0791441, 30.1231946 ] ], [ [ 120.0791441, 30.1231946 ], [ 120.0788997, 30.1232136 ] ], [ [ 120.0788997, 30.1232136 ], [ 120.0762115, 30.1233527 ] ], [ [ 120.0762115, 30.1233527 ], [ 120.0763572, 30.1248152 ] ], [ [ 120.0728515, 30.1241542 ], [ 120.0725217, 30.1210361 ] ], [ [ 120.0703293, 30.1233627 ], [ 120.0704463, 30.1232582 ] ], [ [ 120.0695402, 30.1238498 ], [ 120.0696127, 30.1237577 ] ], [ [ 120.0696127, 30.1237577 ], [ 120.0697039, 30.1237003 ] ], [ [ 120.0697039, 30.1237003 ], [ 120.0699946, 30.1235712 ] ], [ [ 120.0699946, 30.1235712 ], [ 120.0701756, 30.1234803 ] ], [ [ 120.0701756, 30.1234803 ], [ 120.0703293, 30.1233627 ] ], [ [ 120.0741532, 30.1306262 ], [ 120.0741512, 30.1303753 ] ], [ [ 120.0741512, 30.1303753 ], [ 120.0741364, 30.1299998 ] ], [ [ 120.0741364, 30.1299998 ], [ 120.0741362, 30.1296073 ] ], [ [ 120.0741362, 30.1296073 ], [ 120.074172, 30.1293399 ] ], [ [ 120.074172, 30.1293399 ], [ 120.0742604, 30.1291778 ] ], [ [ 120.0742604, 30.1291778 ], [ 120.0743533, 30.1290711 ] ], [ [ 120.0743533, 30.1290711 ], [ 120.0748973, 30.1285348 ] ], [ [ 120.0748973, 30.1285348 ], [ 120.0751091, 30.1283161 ] ], [ [ 120.0751091, 30.1283161 ], [ 120.0754309, 30.1279866 ] ], [ [ 120.0754309, 30.1279866 ], [ 120.0758023, 30.1276137 ] ], [ [ 120.0758023, 30.1276137 ], [ 120.0761436, 30.1272676 ] ], [ [ 120.0761436, 30.1272676 ], [ 120.0763239, 30.1270548 ] ], [ [ 120.0763239, 30.1270548 ], [ 120.0764333, 30.126881 ] ], [ [ 120.0764333, 30.126881 ], [ 120.0764645, 30.1267647 ] ], [ [ 120.0764645, 30.1267647 ], [ 120.0764842, 30.1266429 ] ], [ [ 120.0764842, 30.1266429 ], [ 120.0764918, 30.1264867 ] ], [ [ 120.0764918, 30.1264867 ], [ 120.0764742, 30.126191 ] ], [ [ 120.0764742, 30.126191 ], [ 120.0764585, 30.1261071 ] ], [ [ 120.0764585, 30.1261071 ], [ 120.0764329, 30.1260139 ] ], [ [ 120.0764329, 30.1260139 ], [ 120.0763999, 30.1259391 ] ], [ [ 120.0763999, 30.1259391 ], [ 120.0762236, 30.1256938 ] ], [ [ 120.0762236, 30.1256938 ], [ 120.0760671, 30.1255403 ] ], [ [ 120.0760671, 30.1255403 ], [ 120.0757783, 30.1253895 ] ], [ [ 120.0757783, 30.1253895 ], [ 120.0752775, 30.1252167 ] ], [ [ 120.0752775, 30.1252167 ], [ 120.0748961, 30.125101 ] ], [ [ 120.0748961, 30.125101 ], [ 120.0746133, 30.1250484 ] ], [ [ 120.0746133, 30.1250484 ], [ 120.0743359, 30.1250021 ] ], [ [ 120.0743359, 30.1250021 ], [ 120.0740215, 30.1249935 ] ], [ [ 120.0740215, 30.1249935 ], [ 120.0736758, 30.1249995 ] ], [ [ 120.0736758, 30.1249995 ], [ 120.0733406, 30.1249909 ] ], [ [ 120.0733406, 30.1249909 ], [ 120.0730534, 30.1249784 ] ], [ [ 120.0730534, 30.1249784 ], [ 120.0729758, 30.124975 ] ], [ [ 120.0729758, 30.124975 ], [ 120.0726279, 30.1249412 ] ], [ [ 120.0726279, 30.1249412 ], [ 120.0720701, 30.1247973 ] ], [ [ 120.0720701, 30.1247973 ], [ 120.0703411, 30.1242816 ] ], [ [ 120.0703411, 30.1242816 ], [ 120.0700928, 30.1241788 ] ], [ [ 120.0700928, 30.1241788 ], [ 120.0698591, 30.1240417 ] ], [ [ 120.0698591, 30.1240417 ], [ 120.0695402, 30.1238498 ] ], [ [ 120.0809587, 30.1286903 ], [ 120.080701, 30.1287686 ] ], [ [ 120.080701, 30.1287686 ], [ 120.0804545, 30.1288431 ] ], [ [ 120.0804545, 30.1288431 ], [ 120.0791762, 30.1292252 ] ], [ [ 120.0740273, 30.133481 ], [ 120.0740709, 30.1322407 ], [ 120.0740756, 30.130967 ], [ 120.0741532, 30.1306262 ] ], [ [ 120.0741532, 30.1306262 ], [ 120.0741923, 30.1309652 ], [ 120.074202, 30.1324168 ], [ 120.0741897, 30.1334814 ] ], [ [ 120.070045, 30.1333546 ], [ 120.0700221, 30.1330386 ] ], [ [ 120.0700221, 30.1330386 ], [ 120.0699653, 30.1322531 ] ], [ [ 120.0699653, 30.1322531 ], [ 120.0699341, 30.1318219 ] ], [ [ 120.0699341, 30.1318219 ], [ 120.0700495, 30.1315778 ] ], [ [ 120.0700495, 30.1315778 ], [ 120.0700998, 30.131428 ] ], [ [ 120.0740273, 30.133481 ], [ 120.0741897, 30.1334814 ] ], [ [ 120.0741897, 30.1334814 ], [ 120.0741554, 30.1336572 ] ], [ [ 120.074021, 30.1336593 ], [ 120.0740273, 30.133481 ] ], [ [ 120.0741554, 30.1336572 ], [ 120.0741547, 30.1337674 ] ], [ [ 120.0776729, 30.12966 ], [ 120.0791762, 30.1292252 ] ], [ [ 120.0776729, 30.12966 ], [ 120.0764443, 30.129998 ] ], [ [ 120.0764443, 30.129998 ], [ 120.075223, 30.130334 ] ], [ [ 120.0791762, 30.1292252 ], [ 120.0793545, 30.1297774 ] ], [ [ 120.0793545, 30.1297774 ], [ 120.0794802, 30.1301035 ] ], [ [ 120.0794802, 30.1301035 ], [ 120.0799332, 30.1312793 ] ], [ [ 120.0914673, 30.1307847 ], [ 120.0897831, 30.1309037 ] ], [ [ 120.0897831, 30.1309037 ], [ 120.0892951, 30.1309382 ] ], [ [ 120.0892951, 30.1309382 ], [ 120.0886065, 30.1309869 ] ], [ [ 120.0886065, 30.1309869 ], [ 120.0874165, 30.1310607 ] ], [ [ 120.0874165, 30.1310607 ], [ 120.0871904, 30.131046 ] ], [ [ 120.0871904, 30.131046 ], [ 120.086911, 30.1310046 ] ], [ [ 120.086911, 30.1310046 ], [ 120.0865771, 30.130894 ] ], [ [ 120.0865771, 30.130894 ], [ 120.0853091, 30.1302685 ] ], [ [ 120.0853091, 30.1302685 ], [ 120.0845434, 30.1299324 ] ], [ [ 120.0845434, 30.1299324 ], [ 120.084293, 30.129882 ] ], [ [ 120.084293, 30.129882 ], [ 120.0841552, 30.1298943 ] ], [ [ 120.0841552, 30.1298943 ], [ 120.0840024, 30.1299079 ] ], [ [ 120.0840024, 30.1299079 ], [ 120.0837585, 30.1299461 ] ], [ [ 120.0837585, 30.1299461 ], [ 120.0836688, 30.1299602 ] ], [ [ 120.0836688, 30.1299602 ], [ 120.0833768, 30.1300451 ] ], [ [ 120.0833768, 30.1300451 ], [ 120.0817731, 30.1305116 ] ], [ [ 120.0741532, 30.1306262 ], [ 120.075223, 30.130334 ] ], [ [ 120.0817731, 30.1305116 ], [ 120.0816672, 30.1305393 ] ], [ [ 120.0799332, 30.1312793 ], [ 120.0804216, 30.1309458 ] ], [ [ 120.0804216, 30.1309458 ], [ 120.080623, 30.1308517 ] ], [ [ 120.080623, 30.1308517 ], [ 120.080825, 30.130769 ] ], [ [ 120.080825, 30.130769 ], [ 120.0811056, 30.1306806 ] ], [ [ 120.0811056, 30.1306806 ], [ 120.0814132, 30.1305947 ] ], [ [ 120.0814132, 30.1305947 ], [ 120.0816672, 30.1305393 ] ], [ [ 120.0776729, 30.12966 ], [ 120.0779872, 30.1304991 ] ], [ [ 120.0779872, 30.1304991 ], [ 120.0786433, 30.1322503 ] ], [ [ 120.0757988, 30.1330366 ], [ 120.075602, 30.1321024 ] ], [ [ 120.075602, 30.1321024 ], [ 120.0755175, 30.1317082 ] ], [ [ 120.0755175, 30.1317082 ], [ 120.075223, 30.130334 ] ], [ [ 120.0786433, 30.1322503 ], [ 120.0792304, 30.131952 ] ], [ [ 120.0792304, 30.131952 ], [ 120.0799332, 30.1312793 ] ], [ [ 120.0757988, 30.1330366 ], [ 120.0766216, 30.1328092 ] ], [ [ 120.0766216, 30.1328092 ], [ 120.0786433, 30.1322503 ] ], [ [ 120.0809635, 30.1341759 ], [ 120.0803625, 30.1324281 ] ], [ [ 120.0803625, 30.1324281 ], [ 120.0803443, 30.1323707 ] ], [ [ 120.0803443, 30.1323707 ], [ 120.0803025, 30.1322576 ] ], [ [ 120.0803025, 30.1322576 ], [ 120.0802307, 30.1320545 ] ], [ [ 120.0802307, 30.1320545 ], [ 120.0802012, 30.131976 ] ], [ [ 120.0802012, 30.131976 ], [ 120.0800935, 30.1316774 ] ], [ [ 120.0800935, 30.1316774 ], [ 120.0799332, 30.1312793 ] ], [ [ 120.0741897, 30.1334814 ], [ 120.0757988, 30.1330366 ] ], [ [ 120.0786433, 30.1322503 ], [ 120.0786961, 30.1324051 ] ], [ [ 120.0786961, 30.1324051 ], [ 120.0787225, 30.1324826 ] ], [ [ 120.0787225, 30.1324826 ], [ 120.0788588, 30.1328826 ] ], [ [ 120.0788588, 30.1328826 ], [ 120.0789357, 30.1331081 ] ], [ [ 120.0789357, 30.1331081 ], [ 120.0789482, 30.1331448 ] ], [ [ 120.0789482, 30.1331448 ], [ 120.0790162, 30.1333443 ] ], [ [ 120.0790162, 30.1333443 ], [ 120.0790694, 30.1335003 ] ], [ [ 120.0790694, 30.1335003 ], [ 120.0791577, 30.1337592 ] ], [ [ 120.0791577, 30.1337592 ], [ 120.0793158, 30.1342229 ] ], [ [ 120.0793158, 30.1342229 ], [ 120.0794414, 30.1345915 ] ], [ [ 120.0809635, 30.1341759 ], [ 120.0822978, 30.1338329 ] ], [ [ 120.0822978, 30.1338329 ], [ 120.0825876, 30.1337584 ] ], [ [ 120.0825876, 30.1337584 ], [ 120.0828356, 30.1336974 ] ], [ [ 120.0757988, 30.1330366 ], [ 120.0758727, 30.1332498 ] ], [ [ 120.0758727, 30.1332498 ], [ 120.076233, 30.1342907 ] ], [ [ 120.076233, 30.1342907 ], [ 120.076341, 30.1346029 ] ], [ [ 120.076341, 30.1346029 ], [ 120.0764537, 30.1349273 ] ], [ [ 120.0764537, 30.1349273 ], [ 120.0766112, 30.1353807 ] ], [ [ 120.0794414, 30.1345915 ], [ 120.0800834, 30.1344162 ] ], [ [ 120.0800834, 30.1344162 ], [ 120.0809635, 30.1341759 ] ], [ [ 120.0794414, 30.1345915 ], [ 120.0784288, 30.1348739 ] ], [ [ 120.0784288, 30.1348739 ], [ 120.0780557, 30.1349779 ] ], [ [ 120.0780557, 30.1349779 ], [ 120.0775015, 30.1351324 ] ], [ [ 120.0775015, 30.1351324 ], [ 120.077321, 30.1351828 ] ], [ [ 120.077321, 30.1351828 ], [ 120.0766112, 30.1353807 ] ], [ [ 120.0740173, 30.1337827 ], [ 120.0740198, 30.1337001 ] ], [ [ 120.0740198, 30.1337001 ], [ 120.074021, 30.1336593 ] ], [ [ 120.070045, 30.1333546 ], [ 120.0699648, 30.134038 ] ], [ [ 120.0699648, 30.134038 ], [ 120.0699622, 30.1340929 ] ], [ [ 120.0698119, 30.1350543 ], [ 120.0699622, 30.1340929 ] ], [ [ 120.0698119, 30.1350543 ], [ 120.0698023, 30.1352872 ] ], [ [ 120.0698023, 30.1352872 ], [ 120.0698696, 30.1354473 ] ], [ [ 120.0698696, 30.1354473 ], [ 120.0699958, 30.1355855 ] ], [ [ 120.0699958, 30.1355855 ], [ 120.070122, 30.1357092 ] ], [ [ 120.070122, 30.1357092 ], [ 120.0702819, 30.1358256 ] ], [ [ 120.0702819, 30.1358256 ], [ 120.0704333, 30.1358911 ] ], [ [ 120.0704333, 30.1358911 ], [ 120.0705931, 30.1359275 ] ], [ [ 120.0705931, 30.1359275 ], [ 120.0707866, 30.1359493 ] ], [ [ 120.0707866, 30.1359493 ], [ 120.0710124, 30.1359576 ] ], [ [ 120.0710124, 30.1359576 ], [ 120.0712446, 30.135966 ] ], [ [ 120.0712446, 30.135966 ], [ 120.0714311, 30.1359728 ] ], [ [ 120.0714311, 30.1359728 ], [ 120.0720747, 30.1359964 ] ], [ [ 120.0809635, 30.1341759 ], [ 120.0816628, 30.1361578 ] ], [ [ 120.0794414, 30.1345915 ], [ 120.079754, 30.1355086 ] ], [ [ 120.079754, 30.1355086 ], [ 120.0799488, 30.13608 ] ], [ [ 120.0799488, 30.13608 ], [ 120.080179, 30.1367553 ] ], [ [ 120.0766112, 30.1353807 ], [ 120.0760309, 30.1355244 ] ], [ [ 120.0760309, 30.1355244 ], [ 120.0758166, 30.1355775 ] ], [ [ 120.0758166, 30.1355775 ], [ 120.0755225, 30.1356503 ] ], [ [ 120.0755225, 30.1356503 ], [ 120.0749615, 30.1357867 ] ], [ [ 120.0749615, 30.1357867 ], [ 120.0739391, 30.1360124 ] ], [ [ 120.0816628, 30.1361578 ], [ 120.0817162, 30.1362603 ] ], [ [ 120.0766112, 30.1353807 ], [ 120.0769286, 30.1363437 ] ], [ [ 120.0769286, 30.1363437 ], [ 120.0771663, 30.1370622 ] ], [ [ 120.0771663, 30.1370622 ], [ 120.0773397, 30.1375863 ] ], [ [ 120.0773397, 30.1375863 ], [ 120.0773788, 30.1377349 ] ], [ [ 120.080179, 30.1367553 ], [ 120.0801911, 30.1368507 ] ], [ [ 120.0657334, 30.1356155 ], [ 120.0661338, 30.1358655 ] ], [ [ 120.0661338, 30.1358655 ], [ 120.0662737, 30.1359516 ] ], [ [ 120.0662737, 30.1359516 ], [ 120.0665492, 30.1360653 ] ], [ [ 120.0665492, 30.1360653 ], [ 120.0667031, 30.1360361 ] ], [ [ 120.0667031, 30.1360361 ], [ 120.0668723, 30.1359056 ] ], [ [ 120.0668723, 30.1359056 ], [ 120.0674009, 30.1357783 ] ], [ [ 120.0674009, 30.1357783 ], [ 120.0686868, 30.1357263 ] ], [ [ 120.0686868, 30.1357263 ], [ 120.0691247, 30.1354811 ] ], [ [ 120.0691247, 30.1354811 ], [ 120.0696348, 30.1351731 ] ], [ [ 120.0696348, 30.1351731 ], [ 120.0698119, 30.1350543 ] ], [ [ 120.0720747, 30.1359964 ], [ 120.0734791, 30.1360512 ] ], [ [ 120.0734791, 30.1360512 ], [ 120.0737731, 30.1360584 ] ], [ [ 120.0737731, 30.1360584 ], [ 120.0738131, 30.1360473 ] ], [ [ 120.0738131, 30.1360473 ], [ 120.0739391, 30.1360124 ] ], [ [ 120.07225, 30.1390068 ], [ 120.0721172, 30.1385121 ] ], [ [ 120.0721172, 30.1385121 ], [ 120.0720368, 30.1381038 ] ], [ [ 120.0720368, 30.1381038 ], [ 120.0720457, 30.137609 ] ], [ [ 120.0720457, 30.137609 ], [ 120.0720593, 30.1368517 ] ], [ [ 120.0720593, 30.1368517 ], [ 120.0720747, 30.1359964 ] ], [ [ 120.0817162, 30.1362603 ], [ 120.0824743, 30.1384535 ] ], [ [ 120.0859914, 30.1375569 ], [ 120.0844639, 30.1379224 ] ], [ [ 120.0774097, 30.1378329 ], [ 120.0773788, 30.1377349 ] ], [ [ 120.0808945, 30.1388457 ], [ 120.0801911, 30.1368507 ] ], [ [ 120.0834215, 30.1381925 ], [ 120.0824743, 30.1384535 ] ], [ [ 120.0865759, 30.139263 ], [ 120.0859914, 30.1375569 ] ], [ [ 120.0824743, 30.1384535 ], [ 120.0808945, 30.1388457 ] ], [ [ 120.0859914, 30.1375569 ], [ 120.0872234, 30.1372595 ] ], [ [ 120.0872234, 30.1372595 ], [ 120.0877599, 30.137227 ] ], [ [ 120.0877599, 30.137227 ], [ 120.08796, 30.1372607 ] ], [ [ 120.08796, 30.1372607 ], [ 120.0881461, 30.137292 ] ], [ [ 120.0881461, 30.137292 ], [ 120.0885753, 30.1373987 ] ], [ [ 120.0885753, 30.1373987 ], [ 120.0886343, 30.1376353 ] ], [ [ 120.0886343, 30.1376353 ], [ 120.0886587, 30.137964 ] ], [ [ 120.0886587, 30.137964 ], [ 120.0885392, 30.1382745 ] ], [ [ 120.0885392, 30.1382745 ], [ 120.0882595, 30.139001 ] ], [ [ 120.0882595, 30.139001 ], [ 120.0879369, 30.1389621 ] ], [ [ 120.0879369, 30.1389621 ], [ 120.0865759, 30.139263 ] ], [ [ 120.0814777, 30.1404998 ], [ 120.0809631, 30.1403631 ] ], [ [ 120.0809631, 30.1403631 ], [ 120.0800083, 30.139774 ] ], [ [ 120.0800083, 30.139774 ], [ 120.0791178, 30.1395281 ] ], [ [ 120.0791178, 30.1395281 ], [ 120.0787101, 30.1392822 ] ], [ [ 120.0787101, 30.1392822 ], [ 120.0778625, 30.1384611 ] ], [ [ 120.0778625, 30.1384611 ], [ 120.0775514, 30.1380482 ] ], [ [ 120.0775514, 30.1380482 ], [ 120.0774097, 30.1378329 ] ], [ [ 120.0865759, 30.139263 ], [ 120.0850508, 30.1396 ] ], [ [ 120.0808945, 30.1388457 ], [ 120.0814777, 30.1404998 ] ], [ [ 120.0830746, 30.1409198 ], [ 120.0830606, 30.1402564 ] ], [ [ 120.0830606, 30.1402564 ], [ 120.0827495, 30.1392497 ] ], [ [ 120.0827495, 30.1392497 ], [ 120.0824743, 30.1384535 ] ], [ [ 120.0882595, 30.139001 ], [ 120.0881929, 30.1391742 ] ], [ [ 120.0881929, 30.1391742 ], [ 120.088012, 30.1396441 ] ], [ [ 120.088012, 30.1396441 ], [ 120.087776, 30.1401544 ] ], [ [ 120.087776, 30.1401544 ], [ 120.0872878, 30.1406461 ] ], [ [ 120.0872878, 30.1406461 ], [ 120.0867328, 30.1409191 ] ], [ [ 120.0867328, 30.1409191 ], [ 120.0856002, 30.141193 ] ], [ [ 120.0814777, 30.1404998 ], [ 120.0825242, 30.1406415 ] ], [ [ 120.0825242, 30.1406415 ], [ 120.0830746, 30.1409198 ] ], [ [ 120.0856002, 30.141193 ], [ 120.0854648, 30.141239 ] ], [ [ 120.0830746, 30.1409198 ], [ 120.0831479, 30.1410084 ] ], [ [ 120.0831479, 30.1410084 ], [ 120.0832391, 30.141131 ] ], [ [ 120.0832391, 30.141131 ], [ 120.0835575, 30.1413889 ] ], [ [ 120.0835575, 30.1413889 ], [ 120.0839394, 30.1415137 ] ], [ [ 120.0839394, 30.1415137 ], [ 120.0845079, 30.1415101 ] ], [ [ 120.0845079, 30.1415101 ], [ 120.0850254, 30.1413635 ] ], [ [ 120.0850254, 30.1413635 ], [ 120.0853126, 30.1412821 ] ], [ [ 120.0853126, 30.1412821 ], [ 120.0854648, 30.141239 ] ], [ [ 120.0746863, 30.1449607 ], [ 120.0747751, 30.1449628 ] ], [ [ 120.0718697, 30.1432944 ], [ 120.0720923, 30.145077 ] ], [ [ 120.0720923, 30.145077 ], [ 120.0714262, 30.1450298 ] ], [ [ 120.0714262, 30.1450298 ], [ 120.0707901, 30.144923 ] ], [ [ 120.0707901, 30.144923 ], [ 120.0703498, 30.1448568 ] ], [ [ 120.0703498, 30.1448568 ], [ 120.0699071, 30.1447903 ] ], [ [ 120.0699071, 30.1447903 ], [ 120.0690488, 30.1446724 ] ], [ [ 120.0690488, 30.1446724 ], [ 120.068316, 30.14481 ] ], [ [ 120.0746863, 30.1449607 ], [ 120.073888, 30.1449721 ] ], [ [ 120.073888, 30.1449721 ], [ 120.0732442, 30.1450092 ] ], [ [ 120.0732442, 30.1450092 ], [ 120.0729859, 30.1450244 ] ], [ [ 120.0729859, 30.1450244 ], [ 120.0728511, 30.1450323 ] ], [ [ 120.0728511, 30.1450323 ], [ 120.0720923, 30.145077 ] ], [ [ 120.068316, 30.14481 ], [ 120.0674545, 30.1450021 ] ], [ [ 120.0674545, 30.1450021 ], [ 120.0671652, 30.1450666 ] ], [ [ 120.0671652, 30.1450666 ], [ 120.0669945, 30.1451088 ] ], [ [ 120.0669945, 30.1451088 ], [ 120.0664175, 30.1452515 ] ], [ [ 120.0664175, 30.1452515 ], [ 120.0656586, 30.1454391 ] ], [ [ 120.0656586, 30.1454391 ], [ 120.0646431, 30.1457156 ] ], [ [ 120.0646431, 30.1457156 ], [ 120.0645786, 30.145731 ] ], [ [ 120.0645786, 30.145731 ], [ 120.0642019, 30.145787 ] ], [ [ 120.0642019, 30.145787 ], [ 120.0634583, 30.1457847 ] ], [ [ 120.0634583, 30.1457847 ], [ 120.0626056, 30.1457824 ] ], [ [ 120.0626056, 30.1457824 ], [ 120.0620524, 30.1458331 ] ], [ [ 120.0620524, 30.1458331 ], [ 120.0614212, 30.1460324 ] ], [ [ 120.0614212, 30.1460324 ], [ 120.0612605, 30.1460831 ] ], [ [ 120.0612605, 30.1460831 ], [ 120.0605564, 30.1464098 ] ], [ [ 120.0605564, 30.1464098 ], [ 120.0600591, 30.1466406 ] ], [ [ 120.0600591, 30.1466406 ], [ 120.0599414, 30.1466952 ] ], [ [ 120.0599414, 30.1466952 ], [ 120.0594079, 30.1469097 ] ], [ [ 120.0594079, 30.1469097 ], [ 120.0592419, 30.1465934 ] ], [ [ 120.0592419, 30.1465934 ], [ 120.0590905, 30.1465103 ] ], [ [ 120.0590905, 30.1465103 ], [ 120.0590059, 30.1464639 ] ], [ [ 120.0590059, 30.1464639 ], [ 120.0588297, 30.1464037 ] ], [ [ 120.0588297, 30.1464037 ], [ 120.0585823, 30.1463756 ] ], [ [ 120.0601602, 30.1492474 ], [ 120.0598388, 30.1482543 ] ], [ [ 120.0598388, 30.1482543 ], [ 120.0595516, 30.1473334 ] ], [ [ 120.0595516, 30.1473334 ], [ 120.0594079, 30.1469097 ] ], [ [ 120.0649408, 30.1489054 ], [ 120.0649802, 30.1492547 ] ], [ [ 120.0602738, 30.0929575 ], [ 120.0600322, 30.0931604 ] ], [ [ 120.0600322, 30.0931604 ], [ 120.0583897, 30.0945968 ] ], [ [ 120.0583897, 30.0945968 ], [ 120.0583038, 30.0946615 ] ], [ [ 120.0583038, 30.0946615 ], [ 120.0573916, 30.0953488 ] ], [ [ 120.0573916, 30.0953488 ], [ 120.0563402, 30.0958501 ] ], [ [ 120.0563402, 30.0958501 ], [ 120.0548628, 30.0961818 ] ], [ [ 120.0548628, 30.0961818 ], [ 120.0538106, 30.0963888 ] ], [ [ 120.0538106, 30.0963888 ], [ 120.0532791, 30.0964856 ] ], [ [ 120.0532791, 30.0964856 ], [ 120.0528354, 30.0965398 ] ], [ [ 120.0528354, 30.0965398 ], [ 120.0518742, 30.0965785 ] ], [ [ 120.0518742, 30.0965785 ], [ 120.0504509, 30.0966305 ] ], [ [ 120.0504509, 30.0966305 ], [ 120.0498083, 30.0965982 ] ], [ [ 120.0498083, 30.0965982 ], [ 120.0491888, 30.096502 ] ], [ [ 120.0491888, 30.096502 ], [ 120.0485999, 30.0963619 ] ], [ [ 120.0485999, 30.0963619 ], [ 120.0480311, 30.0961432 ] ], [ [ 120.0480311, 30.0961432 ], [ 120.0474624, 30.0958494 ] ], [ [ 120.0474624, 30.0958494 ], [ 120.0468792, 30.0954746 ] ], [ [ 120.0468792, 30.0954746 ], [ 120.0457746, 30.0943932 ] ], [ [ 120.0457746, 30.0943932 ], [ 120.0448825, 30.0935142 ] ], [ [ 120.0448825, 30.0935142 ], [ 120.0446799, 30.0934038 ] ], [ [ 120.0446799, 30.0934038 ], [ 120.0444526, 30.0933253 ] ], [ [ 120.0444526, 30.0933253 ], [ 120.0442446, 30.0932537 ] ], [ [ 120.0442446, 30.0932537 ], [ 120.0440287, 30.0930892 ] ], [ [ 120.0440287, 30.0930892 ], [ 120.043002291940866, 30.092024507974301 ] ], [ [ 120.0680598, 30.1156775 ], [ 120.0678821, 30.1156946 ] ], [ [ 120.0678821, 30.1156946 ], [ 120.0677083, 30.1157071 ] ], [ [ 120.0677083, 30.1157071 ], [ 120.0664167, 30.1158153 ] ], [ [ 120.0664167, 30.1158153 ], [ 120.0631348, 30.1160903 ] ], [ [ 120.0631348, 30.1160903 ], [ 120.0604981, 30.1163112 ] ], [ [ 120.0604981, 30.1163112 ], [ 120.059341, 30.1164082 ] ], [ [ 120.059341, 30.1164082 ], [ 120.0584512, 30.116476 ] ], [ [ 120.0584512, 30.116476 ], [ 120.0566949, 30.1166241 ] ], [ [ 120.0566949, 30.1166241 ], [ 120.0539896, 30.1168521 ] ], [ [ 120.0539896, 30.1168521 ], [ 120.0510856, 30.1170741 ] ], [ [ 120.0510856, 30.1170741 ], [ 120.0510548, 30.1170765 ] ], [ [ 120.0510548, 30.1170765 ], [ 120.0506716, 30.1171827 ] ], [ [ 120.0506716, 30.1171827 ], [ 120.0504794, 30.1173508 ] ], [ [ 120.0504794, 30.1173508 ], [ 120.0503474, 30.1175541 ] ], [ [ 120.0503474, 30.1175541 ], [ 120.0501065, 30.1184103 ] ], [ [ 120.0501065, 30.1184103 ], [ 120.0499534, 30.1187904 ] ], [ [ 120.0499534, 30.1187904 ], [ 120.0496939, 30.1191368 ] ], [ [ 120.0496939, 30.1191368 ], [ 120.0480256, 30.1207376 ] ], [ [ 120.0480256, 30.1207376 ], [ 120.0476718, 30.1211603 ] ], [ [ 120.0476718, 30.1211603 ], [ 120.0474589, 30.121502 ] ], [ [ 120.0474589, 30.121502 ], [ 120.047359, 30.1217832 ] ], [ [ 120.047359, 30.1217832 ], [ 120.0472627, 30.1221317 ] ], [ [ 120.0472627, 30.1221317 ], [ 120.047237, 30.12254 ] ], [ [ 120.047237, 30.12254 ], [ 120.0471091, 30.1244634 ] ], [ [ 120.0471091, 30.1244634 ], [ 120.0470392, 30.125688 ] ], [ [ 120.0695402, 30.1238498 ], [ 120.0693464, 30.1237618 ], [ 120.0691283, 30.1236668 ], [ 120.0687419, 30.1235268 ], [ 120.0683241, 30.1234209 ], [ 120.068119, 30.1233958 ], [ 120.067914, 30.1233953 ], [ 120.0676897, 30.1234179 ], [ 120.0673304, 30.1234981 ], [ 120.0663832, 30.1238451 ], [ 120.065944, 30.1239997 ], [ 120.0656309, 30.1240962 ], [ 120.0655126, 30.1241067 ], [ 120.0653657, 30.1241198 ], [ 120.064313, 30.124156 ], [ 120.0641233, 30.1241585 ], [ 120.0636332, 30.1241651 ], [ 120.0632548, 30.1241032 ], [ 120.0627366, 30.1239472 ], [ 120.0622148, 30.1237895 ], [ 120.0617411, 30.1236948 ], [ 120.061253, 30.1236359 ], [ 120.0607772, 30.1236066 ], [ 120.0602731, 30.1236268 ], [ 120.0597364, 30.1236669 ], [ 120.0591966, 30.123755 ], [ 120.0588335, 30.1238208 ], [ 120.0586782, 30.1238489 ], [ 120.0584544, 30.1238894 ], [ 120.0575043, 30.1241027 ], [ 120.0573868, 30.1241253 ], [ 120.0572606, 30.1241495 ], [ 120.0558752, 30.1244156 ], [ 120.0542811, 30.1246584 ], [ 120.0531978, 30.1248234 ], [ 120.0524887, 30.124905 ], [ 120.0508195, 30.1251532 ], [ 120.0482141, 30.1255339 ], [ 120.0481644, 30.125541 ], [ 120.0472652, 30.1256669 ], [ 120.0470712, 30.1256838 ], [ 120.0470392, 30.125688 ] ], [ [ 120.0164506, 30.2143175 ], [ 120.0165317, 30.2141005 ] ], [ [ 120.0165317, 30.2141005 ], [ 120.0166179, 30.2139017 ] ], [ [ 120.0166179, 30.2139017 ], [ 120.0167841, 30.2134671 ] ], [ [ 120.0167841, 30.2134671 ], [ 120.0170524, 30.212841 ] ], [ [ 120.0170524, 30.212841 ], [ 120.0171279, 30.2127402 ] ], [ [ 120.0171279, 30.2127402 ], [ 120.0173328, 30.2123063 ] ], [ [ 120.0173328, 30.2123063 ], [ 120.0173652, 30.2122235 ] ], [ [ 120.0173652, 30.2122235 ], [ 120.0174374, 30.2120387 ] ], [ [ 120.0174374, 30.2120387 ], [ 120.0174973, 30.2118855 ] ], [ [ 120.0174973, 30.2118855 ], [ 120.0175271, 30.2118186 ] ], [ [ 120.0175271, 30.2118186 ], [ 120.0176069, 30.2116393 ] ], [ [ 120.0176069, 30.2116393 ], [ 120.017691, 30.2114503 ] ], [ [ 120.017691, 30.2114503 ], [ 120.0177703, 30.2112722 ] ], [ [ 120.0177703, 30.2112722 ], [ 120.0178606, 30.2110694 ] ], [ [ 120.0178606, 30.2110694 ], [ 120.017971, 30.2108213 ] ], [ [ 120.017971, 30.2108213 ], [ 120.0180543, 30.210626 ] ], [ [ 120.0180543, 30.210626 ], [ 120.0181382, 30.2104292 ] ], [ [ 120.0181382, 30.2104292 ], [ 120.018207, 30.2102678 ] ], [ [ 120.018207, 30.2102678 ], [ 120.0182762, 30.2101056 ] ], [ [ 120.0182762, 30.2101056 ], [ 120.0183958, 30.2099333 ] ], [ [ 120.0183958, 30.2099333 ], [ 120.0185232, 30.2098245 ] ], [ [ 120.0185232, 30.2098245 ], [ 120.0186587, 30.2098099 ] ], [ [ 120.0186587, 30.2098099 ], [ 120.0195376, 30.2103422 ] ], [ [ 120.0195376, 30.2103422 ], [ 120.0207627, 30.2111479 ] ], [ [ 120.0207627, 30.2111479 ], [ 120.0208395, 30.2112512 ] ], [ [ 120.0208395, 30.2112512 ], [ 120.0207681, 30.2113631 ] ], [ [ 120.0585823, 30.1463756 ], [ 120.0584505, 30.145867 ] ], [ [ 120.0584505, 30.145867 ], [ 120.0577771, 30.1441323 ] ], [ [ 120.0585823, 30.1463756 ], [ 120.0582931, 30.1464862 ] ], [ [ 120.0582931, 30.1464862 ], [ 120.0581, 30.1466811 ] ], [ [ 120.0581, 30.1466811 ], [ 120.0580356, 30.1468202 ] ], [ [ 120.0580356, 30.1468202 ], [ 120.0579981, 30.1472934 ] ], [ [ 120.0467503, 30.146789 ], [ 120.0465582, 30.1468396 ] ], [ [ 120.0465582, 30.1468396 ], [ 120.0459176, 30.1470081 ] ], [ [ 120.0459176, 30.1470081 ], [ 120.0425384, 30.1473212 ] ], [ [ 120.0425384, 30.1473212 ], [ 120.0422276, 30.1474367 ] ], [ [ 120.0491932, 30.1484955 ], [ 120.0502572, 30.1482815 ] ], [ [ 120.0502572, 30.1482815 ], [ 120.0503216, 30.148271 ] ], [ [ 120.0503216, 30.148271 ], [ 120.0517081, 30.1480445 ] ], [ [ 120.0517081, 30.1480445 ], [ 120.0522742, 30.1479521 ] ], [ [ 120.0522742, 30.1479521 ], [ 120.0531886, 30.1478252 ] ], [ [ 120.0531886, 30.1478252 ], [ 120.0535196, 30.1477793 ] ], [ [ 120.0535196, 30.1477793 ], [ 120.0542537, 30.1475717 ] ], [ [ 120.0542537, 30.1475717 ], [ 120.0548491, 30.1475393 ] ], [ [ 120.0548491, 30.1475393 ], [ 120.0553544, 30.1475692 ] ], [ [ 120.0553544, 30.1475692 ], [ 120.0558684, 30.1475996 ] ], [ [ 120.0558684, 30.1475996 ], [ 120.0561167, 30.1475841 ] ], [ [ 120.0561167, 30.1475841 ], [ 120.0564638, 30.1475624 ] ], [ [ 120.0564638, 30.1475624 ], [ 120.0579981, 30.1472934 ] ], [ [ 120.0491932, 30.1484955 ], [ 120.0491812, 30.1484539 ] ], [ [ 120.0491812, 30.1484539 ], [ 120.0491322, 30.1482832 ] ], [ [ 120.0491322, 30.1482832 ], [ 120.0489366, 30.1476026 ] ], [ [ 120.0720923, 30.145077 ], [ 120.0722679, 30.1461621 ] ], [ [ 120.0722679, 30.1461621 ], [ 120.0723388, 30.1470205 ] ], [ [ 120.0723388, 30.1470205 ], [ 120.0724286, 30.147787 ] ], [ [ 120.0724286, 30.147787 ], [ 120.0724913, 30.1483225 ] ], [ [ 120.0669013, 30.1488741 ], [ 120.066479, 30.1458584 ] ], [ [ 120.066479, 30.1458584 ], [ 120.0664175, 30.1452515 ] ], [ [ 120.0724913, 30.1483225 ], [ 120.0725575, 30.1484083 ], [ 120.0725624, 30.1484146 ], [ 120.072665, 30.1484697 ], [ 120.0728002, 30.1485188 ] ], [ [ 120.0722356, 30.1485362 ], [ 120.072383, 30.148466 ], [ 120.0724283, 30.1484193 ], [ 120.0724673, 30.148366 ], [ 120.0724913, 30.1483225 ] ], [ [ 120.0792326, 30.1459139 ], [ 120.0788698, 30.1459879 ] ], [ [ 120.0788698, 30.1459879 ], [ 120.0785378, 30.1460471 ] ], [ [ 120.0785378, 30.1460471 ], [ 120.0781749, 30.146053 ] ], [ [ 120.0781749, 30.146053 ], [ 120.0778429, 30.1460323 ] ], [ [ 120.0778429, 30.1460323 ], [ 120.0765541, 30.1459305 ] ], [ [ 120.0765541, 30.1459305 ], [ 120.0748968, 30.1458141 ] ], [ [ 120.0728017, 30.1486776 ], [ 120.0726748, 30.1487034 ], [ 120.072611, 30.1487585 ], [ 120.0725807, 30.1488239 ], [ 120.0725723, 30.148867 ] ], [ [ 120.0725723, 30.148867 ], [ 120.0724964, 30.1487837 ], [ 120.0724305, 30.1487398 ], [ 120.0722879, 30.1487133 ] ], [ [ 120.0725723, 30.148867 ], [ 120.0727252, 30.1496869 ] ], [ [ 120.0727252, 30.1496869 ], [ 120.0718226, 30.1497351 ] ], [ [ 120.0718226, 30.1497351 ], [ 120.0700538, 30.1498451 ] ], [ [ 120.0700538, 30.1498451 ], [ 120.0688645, 30.149919 ] ], [ [ 120.0688645, 30.149919 ], [ 120.0670853, 30.1500218 ] ], [ [ 120.0670853, 30.1500218 ], [ 120.0651005, 30.1502143 ] ], [ [ 120.0731236, 30.1518063 ], [ 120.0727252, 30.1496869 ] ], [ [ 120.0757269, 30.1516869 ], [ 120.0778535, 30.1515552 ] ], [ [ 120.0757269, 30.1516869 ], [ 120.0755518, 30.1516648 ] ], [ [ 120.0778535, 30.1515552 ], [ 120.077984, 30.1529519 ] ], [ [ 120.077984, 30.1529519 ], [ 120.0780177, 30.1533441 ] ], [ [ 120.0824675, 30.1540565 ], [ 120.0826738, 30.1535731 ] ], [ [ 120.0826738, 30.1535731 ], [ 120.082885, 30.1530833 ] ], [ [ 120.082885, 30.1530833 ], [ 120.0829372, 30.1529622 ] ], [ [ 120.0829372, 30.1529622 ], [ 120.082948, 30.15267 ] ], [ [ 120.082948, 30.15267 ], [ 120.0828511, 30.1523141 ] ], [ [ 120.0828511, 30.1523141 ], [ 120.0828329, 30.1522472 ] ], [ [ 120.0828329, 30.1522472 ], [ 120.0826207, 30.1519139 ] ], [ [ 120.0826207, 30.1519139 ], [ 120.0821033, 30.1515607 ] ], [ [ 120.0821033, 30.1515607 ], [ 120.0819698, 30.1515056 ] ], [ [ 120.0819698, 30.1515056 ], [ 120.0810704, 30.1511346 ] ], [ [ 120.0810704, 30.1511346 ], [ 120.080612, 30.1510504 ] ], [ [ 120.080612, 30.1510504 ], [ 120.0800726, 30.1510511 ] ], [ [ 120.0800726, 30.1510511 ], [ 120.0795842, 30.1511359 ] ], [ [ 120.0795842, 30.1511359 ], [ 120.0778535, 30.1515552 ] ], [ [ 120.0731236, 30.1518063 ], [ 120.0739044, 30.1517608 ] ], [ [ 120.0739044, 30.1517608 ], [ 120.0740657, 30.1517514 ] ], [ [ 120.0740657, 30.1517514 ], [ 120.0755518, 30.1516648 ] ], [ [ 120.0731236, 30.1518063 ], [ 120.072084, 30.1518554 ] ], [ [ 120.072084, 30.1518554 ], [ 120.0692114, 30.1519757 ] ], [ [ 120.0665652, 30.1522912 ], [ 120.0673244, 30.1522007 ] ], [ [ 120.0673244, 30.1522007 ], [ 120.0675718, 30.1521712 ] ], [ [ 120.0675718, 30.1521712 ], [ 120.0692114, 30.1519757 ] ], [ [ 120.0734027, 30.1536486 ], [ 120.0731236, 30.1518063 ] ], [ [ 120.0760969, 30.1534615 ], [ 120.0780177, 30.1533441 ] ], [ [ 120.0780177, 30.1533441 ], [ 120.0784165, 30.1533277 ] ], [ [ 120.0784165, 30.1533277 ], [ 120.0790539, 30.1533625 ] ], [ [ 120.0790539, 30.1533625 ], [ 120.0796533, 30.1534316 ] ], [ [ 120.0796533, 30.1534316 ], [ 120.0801025, 30.1535054 ] ], [ [ 120.0759388, 30.1534767 ], [ 120.0760969, 30.1534615 ] ], [ [ 120.0759388, 30.1534767 ], [ 120.0734027, 30.1536486 ] ], [ [ 120.0801025, 30.1535054 ], [ 120.0804546, 30.1535504 ], [ 120.0809095, 30.1536358 ], [ 120.0824675, 30.1540565 ] ], [ [ 120.082377, 30.1542525 ], [ 120.0806555, 30.1537478 ], [ 120.0801025, 30.1535054 ] ], [ [ 120.0824675, 30.1540565 ], [ 120.082377, 30.1542525 ] ], [ [ 120.0780077, 30.1557178 ], [ 120.078017, 30.154388 ] ], [ [ 120.078017, 30.154388 ], [ 120.0780177, 30.1533441 ] ], [ [ 120.082377, 30.1542525 ], [ 120.0818555, 30.155583 ] ], [ [ 120.0818555, 30.155583 ], [ 120.0813873, 30.1567388 ] ], [ [ 120.0699892, 30.1538401 ], [ 120.0698384, 30.1538462 ] ], [ [ 120.0698384, 30.1538462 ], [ 120.0693438, 30.1538661 ] ], [ [ 120.0693438, 30.1538661 ], [ 120.0679802, 30.153906 ] ], [ [ 120.0679802, 30.153906 ], [ 120.0676486, 30.1538105 ] ], [ [ 120.0676486, 30.1538105 ], [ 120.0673911, 30.1536342 ] ], [ [ 120.0673911, 30.1536342 ], [ 120.0667796, 30.1525581 ] ], [ [ 120.0667796, 30.1525581 ], [ 120.0665652, 30.1522912 ] ], [ [ 120.0734027, 30.1536486 ], [ 120.0727447, 30.1537065 ] ], [ [ 120.0727447, 30.1537065 ], [ 120.0722755, 30.1537268 ] ], [ [ 120.0722755, 30.1537268 ], [ 120.0699892, 30.1538401 ] ], [ [ 120.0676972, 30.1596002 ], [ 120.0687676, 30.1598842 ] ], [ [ 120.0687676, 30.1598842 ], [ 120.0689904, 30.1599433 ] ], [ [ 120.0689904, 30.1599433 ], [ 120.0706069, 30.1603722 ] ], [ [ 120.0765628, 30.1557639 ], [ 120.0770373, 30.1557448 ] ], [ [ 120.0770373, 30.1557448 ], [ 120.0774328, 30.1557239 ] ], [ [ 120.0774328, 30.1557239 ], [ 120.0780077, 30.1557178 ] ], [ [ 120.0764437, 30.1557476 ], [ 120.0765628, 30.1557639 ] ], [ [ 120.0780077, 30.1557178 ], [ 120.0785551, 30.1557546 ] ], [ [ 120.0785551, 30.1557546 ], [ 120.0791607, 30.1558798 ] ], [ [ 120.0791607, 30.1558798 ], [ 120.0792066, 30.1558914 ] ], [ [ 120.0792066, 30.1558914 ], [ 120.0800244, 30.1561581 ] ], [ [ 120.0800244, 30.1561581 ], [ 120.0813873, 30.1567388 ] ], [ [ 120.0813873, 30.1567388 ], [ 120.0830673, 30.1573333 ] ], [ [ 120.0830673, 30.1573333 ], [ 120.0842334, 30.157658 ] ], [ [ 120.0842334, 30.157658 ], [ 120.0844554, 30.1576899 ] ], [ [ 120.0844554, 30.1576899 ], [ 120.0851008, 30.1577826 ] ], [ [ 120.0851008, 30.1577826 ], [ 120.0861213, 30.1579828 ] ], [ [ 120.0861213, 30.1579828 ], [ 120.086464, 30.1580926 ] ], [ [ 120.086464, 30.1580926 ], [ 120.0884172, 30.1587183 ] ], [ [ 120.0884172, 30.1587183 ], [ 120.0886855, 30.1588134 ] ], [ [ 120.0886855, 30.1588134 ], [ 120.0889268, 30.1588847 ] ], [ [ 120.0579981, 30.1472934 ], [ 120.0582115, 30.1494011 ] ], [ [ 120.049624, 30.1501319 ], [ 120.0494123, 30.1493522 ] ], [ [ 120.0494123, 30.1493522 ], [ 120.049388, 30.149263 ] ], [ [ 120.049388, 30.149263 ], [ 120.0492487, 30.14875 ] ], [ [ 120.0492487, 30.14875 ], [ 120.0491932, 30.1484955 ] ], [ [ 120.049624, 30.1501319 ], [ 120.049727, 30.1504918 ] ], [ [ 120.0470392, 30.125688 ], [ 120.0469462, 30.1257667 ] ], [ [ 120.0469462, 30.1257667 ], [ 120.0467648, 30.1257991 ] ], [ [ 120.0467648, 30.1257991 ], [ 120.0464064, 30.1258253 ] ], [ [ 120.0464064, 30.1258253 ], [ 120.0462933, 30.1258296 ] ], [ [ 120.0462933, 30.1258296 ], [ 120.0443554, 30.1259037 ] ], [ [ 120.0443554, 30.1259037 ], [ 120.0422212, 30.1259726 ] ], [ [ 120.0422212, 30.1259726 ], [ 120.0420902, 30.1259768 ] ], [ [ 120.0420902, 30.1259768 ], [ 120.0391802, 30.126002 ] ], [ [ 120.0391802, 30.126002 ], [ 120.03875, 30.1260581 ] ], [ [ 120.03875, 30.1260581 ], [ 120.0383623, 30.1261815 ] ], [ [ 120.0383623, 30.1261815 ], [ 120.0381729, 30.1262927 ] ], [ [ 120.0381729, 30.1262927 ], [ 120.0379154, 30.126443 ] ], [ [ 120.0379154, 30.126443 ], [ 120.0376898, 30.1266353 ] ], [ [ 120.0376898, 30.1266353 ], [ 120.0374643, 30.1269161 ] ], [ [ 120.0374643, 30.1269161 ], [ 120.037297, 30.1272149 ] ], [ [ 120.037297, 30.1272149 ], [ 120.037212, 30.127641 ] ], [ [ 120.037212, 30.127641 ], [ 120.0371854, 30.1279875 ] ], [ [ 120.0371854, 30.1279875 ], [ 120.0372549, 30.1288527 ] ], [ [ 120.0372549, 30.1288527 ], [ 120.0373949, 30.130974 ] ], [ [ 120.0373949, 30.130974 ], [ 120.0375492, 30.1328196 ] ], [ [ 120.0375492, 30.1328196 ], [ 120.0377047, 30.1348424 ] ], [ [ 120.0377047, 30.1348424 ], [ 120.0377798, 30.135993 ] ], [ [ 120.0377798, 30.135993 ], [ 120.037973, 30.1367585 ] ], [ [ 120.037973, 30.1367585 ], [ 120.0381956, 30.1374258 ] ], [ [ 120.0381956, 30.1374258 ], [ 120.0384263, 30.1389243 ] ], [ [ 120.0384263, 30.1389243 ], [ 120.038547, 30.1395698 ] ], [ [ 120.038547, 30.1395698 ], [ 120.0387883, 30.1401095 ] ], [ [ 120.0387883, 30.1401095 ], [ 120.039078, 30.1407575 ] ], [ [ 120.039078, 30.1407575 ], [ 120.0394214, 30.1416296 ] ], [ [ 120.0394214, 30.1416296 ], [ 120.0394214, 30.1419358 ] ], [ [ 120.0394214, 30.1419358 ], [ 120.0392014, 30.1425853 ] ], [ [ 120.0392014, 30.1425853 ], [ 120.0389439, 30.1434481 ] ], [ [ 120.0389439, 30.1434481 ], [ 120.0388933, 30.1437843 ] ], [ [ 120.0388933, 30.1437843 ], [ 120.0388581, 30.1440187 ] ], [ [ 120.0388581, 30.1440187 ], [ 120.0389171, 30.1444548 ] ], [ [ 120.0389171, 30.1444548 ], [ 120.039019, 30.1449836 ] ], [ [ 120.039019, 30.1449836 ], [ 120.0394857, 30.1456006 ] ], [ [ 120.0394857, 30.1456006 ], [ 120.0398961, 30.1460452 ] ], [ [ 120.0398961, 30.1460452 ], [ 120.0403226, 30.1463289 ] ], [ [ 120.0403226, 30.1463289 ], [ 120.0413901, 30.1467603 ] ], [ [ 120.0413901, 30.1467603 ], [ 120.0419265, 30.1470897 ] ], [ [ 120.0419265, 30.1470897 ], [ 120.0422276, 30.1474367 ] ], [ [ 120.0422276, 30.1474367 ], [ 120.0423289, 30.1475535 ] ], [ [ 120.0423289, 30.1475535 ], [ 120.0427044, 30.1481751 ] ], [ [ 120.0427044, 30.1481751 ], [ 120.0427766, 30.1484472 ] ], [ [ 120.0427766, 30.1484472 ], [ 120.0428421, 30.1487989 ] ], [ [ 120.0428421, 30.1487989 ], [ 120.0428981, 30.1495297 ] ], [ [ 120.0428981, 30.1495297 ], [ 120.0429731, 30.1505946 ] ], [ [ 120.0409554, 30.1580296 ], [ 120.0409853, 30.1578496 ] ], [ [ 120.0409853, 30.1578496 ], [ 120.0410608, 30.1577353 ] ], [ [ 120.0410608, 30.1577353 ], [ 120.0411462, 30.1574793 ] ], [ [ 120.0411462, 30.1574793 ], [ 120.0413228, 30.1568158 ] ], [ [ 120.0413228, 30.1568158 ], [ 120.0413527, 30.1567126 ] ], [ [ 120.0413527, 30.1567126 ], [ 120.0414489, 30.1563807 ] ], [ [ 120.0414489, 30.1563807 ], [ 120.0416693, 30.1554727 ] ], [ [ 120.0416693, 30.1554727 ], [ 120.0418157, 30.1548017 ] ], [ [ 120.0418157, 30.1548017 ], [ 120.0418716, 30.1545423 ] ], [ [ 120.0418716, 30.1545423 ], [ 120.0419879, 30.1543486 ] ], [ [ 120.0419879, 30.1543486 ], [ 120.0422478, 30.1540809 ] ], [ [ 120.0422478, 30.1540809 ], [ 120.0431075, 30.1531395 ] ], [ [ 120.0431075, 30.1531395 ], [ 120.0431869, 30.1529649 ] ], [ [ 120.0431869, 30.1529649 ], [ 120.0431787, 30.1527965 ] ], [ [ 120.0431787, 30.1527965 ], [ 120.0431318, 30.152596 ] ], [ [ 120.0431318, 30.152596 ], [ 120.0430701, 30.1523743 ] ], [ [ 120.0430701, 30.1523743 ], [ 120.0429924, 30.1519613 ] ], [ [ 120.0429924, 30.1519613 ], [ 120.0429271, 30.1508503 ] ], [ [ 120.0398981, 30.1867858 ], [ 120.0406766, 30.1866222 ] ], [ [ 120.0406766, 30.1866222 ], [ 120.0411602, 30.1864473 ] ], [ [ 120.0411602, 30.1864473 ], [ 120.0417247, 30.1862291 ] ], [ [ 120.0417247, 30.1862291 ], [ 120.0421294, 30.1861072 ] ], [ [ 120.0421294, 30.1861072 ], [ 120.0424925, 30.1860215 ] ], [ [ 120.0424925, 30.1860215 ], [ 120.0429829, 30.1859914 ] ], [ [ 120.0429829, 30.1859914 ], [ 120.0436329, 30.1859521 ] ], [ [ 120.0436329, 30.1859521 ], [ 120.0437292, 30.1859463 ] ], [ [ 120.0651005, 30.1502143 ], [ 120.0649802, 30.1492547 ] ], [ [ 120.0651005, 30.1502143 ], [ 120.0651241, 30.1504602 ] ], [ [ 120.0651241, 30.1504602 ], [ 120.0652351, 30.1508605 ] ], [ [ 120.0652351, 30.1508605 ], [ 120.0654557, 30.1511636 ] ], [ [ 120.0654557, 30.1511636 ], [ 120.065504, 30.15123 ] ], [ [ 120.065504, 30.15123 ], [ 120.0658245, 30.1515509 ] ], [ [ 120.0658245, 30.1515509 ], [ 120.0660008, 30.1517019 ] ], [ [ 120.0660008, 30.1517019 ], [ 120.0661614, 30.1518393 ] ], [ [ 120.0661614, 30.1518393 ], [ 120.066205, 30.1518766 ] ], [ [ 120.066205, 30.1518766 ], [ 120.0665652, 30.1522912 ] ], [ [ 120.0623939, 30.1591698 ], [ 120.060573, 30.1592844 ] ], [ [ 120.060573, 30.1592844 ], [ 120.0597309, 30.15928 ] ], [ [ 120.0597309, 30.15928 ], [ 120.0596771, 30.1592797 ] ], [ [ 120.0596771, 30.1592797 ], [ 120.058768, 30.1592584 ] ], [ [ 120.058768, 30.1592584 ], [ 120.0578634, 30.1592372 ] ], [ [ 120.0623939, 30.1591698 ], [ 120.0642583, 30.1590524 ] ], [ [ 120.0642583, 30.1590524 ], [ 120.0654761, 30.1590617 ] ], [ [ 120.0654761, 30.1590617 ], [ 120.0676972, 30.1596002 ] ], [ [ 120.0429305, 30.1507611 ], [ 120.0429731, 30.1505946 ] ], [ [ 120.0429271, 30.1508503 ], [ 120.0429305, 30.1507611 ] ], [ [ 120.049727, 30.1504918 ], [ 120.0497511, 30.1508889 ] ], [ [ 120.0497511, 30.1508889 ], [ 120.0497324, 30.1515731 ] ], [ [ 120.0497324, 30.1515731 ], [ 120.0496942, 30.1520447 ] ], [ [ 120.0496942, 30.1520447 ], [ 120.0495731, 30.1535382 ] ], [ [ 120.0495731, 30.1535382 ], [ 120.0495919, 30.1536823 ] ], [ [ 120.0495919, 30.1536823 ], [ 120.0496685, 30.1538147 ] ], [ [ 120.0496685, 30.1538147 ], [ 120.0497833, 30.1538975 ] ], [ [ 120.0497833, 30.1538975 ], [ 120.0499364, 30.1539416 ] ], [ [ 120.0499364, 30.1539416 ], [ 120.050064, 30.1539416 ] ], [ [ 120.050064, 30.1539416 ], [ 120.0502171, 30.1539085 ] ], [ [ 120.0502171, 30.1539085 ], [ 120.0514738, 30.1533569 ] ], [ [ 120.0514738, 30.1533569 ], [ 120.0521245, 30.1529101 ] ], [ [ 120.0521245, 30.1529101 ], [ 120.0528518, 30.1523971 ] ], [ [ 120.0528518, 30.1523971 ], [ 120.0530496, 30.1522812 ] ], [ [ 120.0530496, 30.1522812 ], [ 120.0537025, 30.1520815 ] ], [ [ 120.0537025, 30.1520815 ], [ 120.053948, 30.1519982 ] ], [ [ 120.053948, 30.1519982 ], [ 120.0541935, 30.1518883 ] ], [ [ 120.0541935, 30.1518883 ], [ 120.0543815, 30.1517488 ] ], [ [ 120.0543815, 30.1517488 ], [ 120.0545177, 30.1515709 ] ], [ [ 120.0545177, 30.1515709 ], [ 120.0546172, 30.1513316 ] ], [ [ 120.0546172, 30.1513316 ], [ 120.0546369, 30.1511683 ] ], [ [ 120.0546369, 30.1511683 ], [ 120.0546165, 30.1509636 ] ], [ [ 120.0546165, 30.1509636 ], [ 120.0544206, 30.150401 ] ], [ [ 120.0544206, 30.150401 ], [ 120.0543325, 30.1501756 ] ], [ [ 120.051414, 30.1611042 ], [ 120.0513621, 30.1609854 ] ], [ [ 120.0513621, 30.1609854 ], [ 120.0513442, 30.1608416 ] ], [ [ 120.0513442, 30.1608416 ], [ 120.0513078, 30.1606674 ] ], [ [ 120.0513078, 30.1606674 ], [ 120.0512517, 30.1600795 ] ], [ [ 120.0512517, 30.1600795 ], [ 120.0511949, 30.1592259 ] ], [ [ 120.0511949, 30.1592259 ], [ 120.0511004, 30.1578157 ] ], [ [ 120.0511004, 30.1578157 ], [ 120.0510404, 30.157621 ] ], [ [ 120.0510404, 30.157621 ], [ 120.0509117, 30.1574234 ] ], [ [ 120.0509117, 30.1574234 ], [ 120.0507347, 30.1572846 ] ], [ [ 120.0507347, 30.1572846 ], [ 120.0499813, 30.15694 ] ], [ [ 120.0499813, 30.15694 ], [ 120.0497008, 30.1567974 ] ], [ [ 120.0497008, 30.1567974 ], [ 120.0494889, 30.1566462 ] ], [ [ 120.0494889, 30.1566462 ], [ 120.0493121, 30.1564539 ] ], [ [ 120.0493121, 30.1564539 ], [ 120.0491644, 30.156256 ] ], [ [ 120.0491644, 30.156256 ], [ 120.0491151, 30.1560832 ] ], [ [ 120.0491151, 30.1560832 ], [ 120.049013, 30.1557959 ] ], [ [ 120.049013, 30.1557959 ], [ 120.0489168, 30.1556159 ] ], [ [ 120.0489168, 30.1556159 ], [ 120.0487629, 30.155439 ] ], [ [ 120.0487629, 30.155439 ], [ 120.0485895, 30.1553316 ] ], [ [ 120.0485895, 30.1553316 ], [ 120.048416, 30.155268 ] ], [ [ 120.048416, 30.155268 ], [ 120.0481907, 30.1552337 ] ], [ [ 120.0481907, 30.1552337 ], [ 120.0479584, 30.1552617 ] ], [ [ 120.0479584, 30.1552617 ], [ 120.0477136, 30.1553619 ] ], [ [ 120.0477136, 30.1553619 ], [ 120.0474417, 30.155496 ] ], [ [ 120.0474417, 30.155496 ], [ 120.0471825, 30.1555677 ] ], [ [ 120.0471825, 30.1555677 ], [ 120.0467218, 30.1556486 ] ], [ [ 120.0467218, 30.1556486 ], [ 120.0461547, 30.1557803 ] ], [ [ 120.0461547, 30.1557803 ], [ 120.0460182, 30.1557932 ] ], [ [ 120.0460182, 30.1557932 ], [ 120.0459209, 30.1557786 ] ], [ [ 120.0459209, 30.1557786 ], [ 120.045851, 30.1557324 ] ], [ [ 120.045851, 30.1557324 ], [ 120.0458057, 30.1556471 ] ], [ [ 120.0458057, 30.1556471 ], [ 120.0457862, 30.1555564 ] ], [ [ 120.0457862, 30.1555564 ], [ 120.0458042, 30.1550066 ] ], [ [ 120.0458042, 30.1550066 ], [ 120.0458714, 30.1545193 ] ], [ [ 120.0458714, 30.1545193 ], [ 120.0459764, 30.1541109 ] ], [ [ 120.0459764, 30.1541109 ], [ 120.0463152, 30.1528064 ] ], [ [ 120.0463152, 30.1528064 ], [ 120.0464999, 30.1520469 ] ], [ [ 120.0464999, 30.1520469 ], [ 120.0466452, 30.1514342 ] ], [ [ 120.0466452, 30.1514342 ], [ 120.0468742, 30.1505965 ] ], [ [ 120.0578634, 30.1592372 ], [ 120.0579101, 30.1583234 ] ], [ [ 120.0481042, 30.1810832 ], [ 120.0480897, 30.1809575 ] ], [ [ 120.0480897, 30.1809575 ], [ 120.0480963, 30.1807226 ] ], [ [ 120.0480963, 30.1807226 ], [ 120.0483349, 30.1797986 ] ], [ [ 120.0483349, 30.1797986 ], [ 120.0484076, 30.1794764 ] ], [ [ 120.0484076, 30.1794764 ], [ 120.0484665, 30.1792263 ] ], [ [ 120.0484665, 30.1792263 ], [ 120.0485152, 30.1789237 ] ], [ [ 120.0485152, 30.1789237 ], [ 120.0485171, 30.1787783 ] ], [ [ 120.0485171, 30.1787783 ], [ 120.0485134, 30.1785904 ] ], [ [ 120.0485134, 30.1785904 ], [ 120.0484464, 30.1782894 ] ], [ [ 120.0484464, 30.1782894 ], [ 120.048343, 30.1779959 ] ], [ [ 120.048343, 30.1779959 ], [ 120.0482317, 30.1778003 ] ], [ [ 120.0482317, 30.1778003 ], [ 120.048032, 30.1775956 ] ], [ [ 120.048032, 30.1775956 ], [ 120.0477529, 30.1774186 ] ], [ [ 120.0477529, 30.1774186 ], [ 120.0468401, 30.1768489 ] ], [ [ 120.0468401, 30.1768489 ], [ 120.0455964, 30.1760727 ] ], [ [ 120.0455964, 30.1760727 ], [ 120.0454939, 30.1760087 ] ], [ [ 120.0454939, 30.1760087 ], [ 120.0448883, 30.1756308 ] ], [ [ 120.0448883, 30.1756308 ], [ 120.0446126, 30.1754396 ] ], [ [ 120.0446126, 30.1754396 ], [ 120.0445354, 30.1753435 ] ], [ [ 120.0445354, 30.1753435 ], [ 120.043916, 30.1747294 ] ], [ [ 120.043916, 30.1747294 ], [ 120.0432214, 30.174077 ] ], [ [ 120.0432214, 30.174077 ], [ 120.042959, 30.1738306 ] ], [ [ 120.042959, 30.1738306 ], [ 120.0425976, 30.1735731 ] ], [ [ 120.0425976, 30.1735731 ], [ 120.0415335, 30.1728542 ] ], [ [ 120.0415335, 30.1728542 ], [ 120.0413069, 30.1727011 ] ], [ [ 120.0413069, 30.1727011 ], [ 120.0411296, 30.1725642 ] ], [ [ 120.0411296, 30.1725642 ], [ 120.0410871, 30.1724665 ] ], [ [ 120.0410871, 30.1724665 ], [ 120.0410971, 30.1723597 ] ], [ [ 120.0410971, 30.1723597 ], [ 120.0412323, 30.1721441 ] ], [ [ 120.0412323, 30.1721441 ], [ 120.0424275, 30.17077 ] ], [ [ 120.061344, 30.1764392 ], [ 120.0611232, 30.1767079 ] ], [ [ 120.0611232, 30.1767079 ], [ 120.0607704, 30.1770157 ] ], [ [ 120.0607704, 30.1770157 ], [ 120.0605388, 30.1771857 ] ], [ [ 120.0605388, 30.1771857 ], [ 120.0601261, 30.1774887 ] ], [ [ 120.0601261, 30.1774887 ], [ 120.0595468, 30.1778664 ] ], [ [ 120.0595468, 30.1778664 ], [ 120.0587, 30.17851 ] ], [ [ 120.0587, 30.17851 ], [ 120.0564, 30.18041 ] ], [ [ 120.0564, 30.18041 ], [ 120.0552795, 30.1812546 ] ], [ [ 120.0552795, 30.1812546 ], [ 120.0543952, 30.1808698 ] ], [ [ 120.0543952, 30.1808698 ], [ 120.0539553, 30.1807493 ] ], [ [ 120.0539553, 30.1807493 ], [ 120.05341, 30.1807281 ] ], [ [ 120.05341, 30.1807281 ], [ 120.0520008, 30.1806734 ] ], [ [ 120.0520008, 30.1806734 ], [ 120.0519582, 30.1806734 ] ], [ [ 120.0519582, 30.1806734 ], [ 120.0509386, 30.1806734 ] ], [ [ 120.0509386, 30.1806734 ], [ 120.0500144, 30.1807899 ] ], [ [ 120.0500144, 30.1807899 ], [ 120.0490158, 30.1809296 ] ], [ [ 120.0490158, 30.1809296 ], [ 120.0481042, 30.1810832 ] ], [ [ 120.0496005, 30.1828707 ], [ 120.0492872, 30.1825589 ] ], [ [ 120.0492872, 30.1825589 ], [ 120.0483752, 30.1816222 ] ], [ [ 120.0483752, 30.1816222 ], [ 120.0482261, 30.1814275 ] ], [ [ 120.0482261, 30.1814275 ], [ 120.0481169, 30.1811937 ] ], [ [ 120.0481169, 30.1811937 ], [ 120.0481042, 30.1810832 ] ], [ [ 120.0617323, 30.1619529 ], [ 120.0621926, 30.1600922 ] ], [ [ 120.0621926, 30.1600922 ], [ 120.0623939, 30.1591698 ] ], [ [ 120.0578634, 30.1592372 ], [ 120.0578355, 30.1600072 ] ], [ [ 120.0578355, 30.1600072 ], [ 120.057813, 30.1606273 ] ], [ [ 120.057813, 30.1606273 ], [ 120.0577849, 30.1614024 ] ], [ [ 120.0577849, 30.1614024 ], [ 120.0581292, 30.1614367 ] ], [ [ 120.0581292, 30.1614367 ], [ 120.058814, 30.161505 ] ], [ [ 120.058814, 30.161505 ], [ 120.059168, 30.1615309 ] ], [ [ 120.059168, 30.1615309 ], [ 120.0594415, 30.1615508 ] ], [ [ 120.0594415, 30.1615508 ], [ 120.0599911, 30.161591 ] ], [ [ 120.0599911, 30.161591 ], [ 120.0604439, 30.1616444 ] ], [ [ 120.0604439, 30.1616444 ], [ 120.0608648, 30.1617293 ] ], [ [ 120.0608648, 30.1617293 ], [ 120.0617323, 30.1619529 ] ], [ [ 120.0660959, 30.1631929 ], [ 120.0654643, 30.1630331 ] ], [ [ 120.0654643, 30.1630331 ], [ 120.0638034, 30.1626128 ] ], [ [ 120.0638034, 30.1626128 ], [ 120.0631861, 30.1624277 ] ], [ [ 120.0631861, 30.1624277 ], [ 120.0629963, 30.1623708 ] ], [ [ 120.0629963, 30.1623708 ], [ 120.0627292, 30.1622825 ] ], [ [ 120.0627292, 30.1622825 ], [ 120.0617323, 30.1619529 ] ], [ [ 120.0519165, 30.1832268 ], [ 120.0525093, 30.1828775 ] ], [ [ 120.0525093, 30.1828775 ], [ 120.0529851, 30.1826043 ] ], [ [ 120.0529851, 30.1826043 ], [ 120.053766, 30.1821559 ] ], [ [ 120.053766, 30.1821559 ], [ 120.0551, 30.18139 ] ], [ [ 120.0551, 30.18139 ], [ 120.0552795, 30.1812546 ] ], [ [ 120.0481042, 30.1810832 ], [ 120.0478869, 30.1810822 ] ], [ [ 120.0478869, 30.1810822 ], [ 120.0473013, 30.1810796 ] ], [ [ 120.0473013, 30.1810796 ], [ 120.0461456, 30.1810094 ] ], [ [ 120.0461456, 30.1810094 ], [ 120.0456049, 30.181064 ] ], [ [ 120.0456049, 30.181064 ], [ 120.0450011, 30.1812665 ] ], [ [ 120.0450011, 30.1812665 ], [ 120.0438746, 30.1818741 ] ], [ [ 120.0438746, 30.1818741 ], [ 120.0438075, 30.1819139 ] ], [ [ 120.0438075, 30.1819139 ], [ 120.0427054, 30.1825674 ] ], [ [ 120.0427054, 30.1825674 ], [ 120.0415338, 30.1832471 ] ], [ [ 120.0415338, 30.1832471 ], [ 120.0411337, 30.1835132 ] ], [ [ 120.0519165, 30.1832268 ], [ 120.0516823, 30.1830996 ] ], [ [ 120.0516823, 30.1830996 ], [ 120.0513373, 30.1830002 ] ], [ [ 120.0513373, 30.1830002 ], [ 120.0510835, 30.1829555 ] ], [ [ 120.0510835, 30.1829555 ], [ 120.050799, 30.1829162 ] ], [ [ 120.050799, 30.1829162 ], [ 120.0504807, 30.1828909 ] ], [ [ 120.0504807, 30.1828909 ], [ 120.049992, 30.1828611 ] ], [ [ 120.049992, 30.1828611 ], [ 120.0496005, 30.1828707 ] ], [ [ 120.0496005, 30.1828707 ], [ 120.0501885, 30.1834559 ] ], [ [ 120.0501885, 30.1834559 ], [ 120.0502718, 30.1835441 ] ], [ [ 120.0502718, 30.1835441 ], [ 120.0507733, 30.1840855 ] ], [ [ 120.0519165, 30.1832268 ], [ 120.0525941, 30.1835217 ] ], [ [ 120.0525941, 30.1835217 ], [ 120.0527992, 30.1835923 ] ], [ [ 120.0527992, 30.1835923 ], [ 120.052897, 30.183626 ] ], [ [ 120.052897, 30.183626 ], [ 120.0531875, 30.183726 ] ], [ [ 120.0531875, 30.183726 ], [ 120.0536985, 30.1838879 ] ], [ [ 120.0507733, 30.1840855 ], [ 120.0512226, 30.1837153 ] ], [ [ 120.0512226, 30.1837153 ], [ 120.0512962, 30.1836547 ] ], [ [ 120.0512962, 30.1836547 ], [ 120.0519165, 30.1832268 ] ], [ [ 120.0536985, 30.1838879 ], [ 120.0538343, 30.1839309 ] ], [ [ 120.0538343, 30.1839309 ], [ 120.053987, 30.1839668 ] ], [ [ 120.053987, 30.1839668 ], [ 120.0544779, 30.1841141 ] ], [ [ 120.0544779, 30.1841141 ], [ 120.0547628, 30.1841996 ] ], [ [ 120.0547628, 30.1841996 ], [ 120.0549124, 30.1842445 ] ], [ [ 120.0549124, 30.1842445 ], [ 120.0559498, 30.1846271 ] ], [ [ 120.0559498, 30.1846271 ], [ 120.0563574, 30.1846854 ] ], [ [ 120.0398981, 30.1867858 ], [ 120.0401623, 30.1865932 ] ], [ [ 120.0401623, 30.1865932 ], [ 120.0404483, 30.1862213 ] ], [ [ 120.0404483, 30.1862213 ], [ 120.0407356, 30.1858628 ] ], [ [ 120.0407356, 30.1858628 ], [ 120.0408982, 30.1856918 ] ], [ [ 120.0408982, 30.1856918 ], [ 120.0411774, 30.1854177 ] ], [ [ 120.0411774, 30.1854177 ], [ 120.0415433, 30.1851717 ] ], [ [ 120.0415433, 30.1851717 ], [ 120.0421233, 30.1849327 ] ], [ [ 120.0421233, 30.1849327 ], [ 120.0422615, 30.1849046 ] ], [ [ 120.0422615, 30.1849046 ], [ 120.0424072, 30.1848714 ] ], [ [ 120.0424072, 30.1848714 ], [ 120.0426754, 30.1848625 ] ], [ [ 120.0426754, 30.1848625 ], [ 120.0434119, 30.1847197 ] ], [ [ 120.0434119, 30.1847197 ], [ 120.0437191, 30.1846602 ] ], [ [ 120.0437191, 30.1846602 ], [ 120.0442828, 30.1845509 ] ], [ [ 120.0442828, 30.1845509 ], [ 120.0449267, 30.1844018 ] ], [ [ 120.0449267, 30.1844018 ], [ 120.0456626, 30.1841831 ] ], [ [ 120.0456626, 30.1841831 ], [ 120.0461054, 30.1839942 ] ], [ [ 120.0461054, 30.1839942 ], [ 120.0463258, 30.1839083 ] ], [ [ 120.0463258, 30.1839083 ], [ 120.0471598, 30.1835833 ] ], [ [ 120.0471598, 30.1835833 ], [ 120.0475082, 30.1834475 ] ], [ [ 120.0475082, 30.1834475 ], [ 120.047771, 30.1833302 ] ], [ [ 120.047771, 30.1833302 ], [ 120.0478532, 30.1832935 ] ], [ [ 120.0478532, 30.1832935 ], [ 120.0481464, 30.1831493 ] ], [ [ 120.0481464, 30.1831493 ], [ 120.0486064, 30.1830251 ] ], [ [ 120.0486064, 30.1830251 ], [ 120.0490836, 30.1829108 ] ], [ [ 120.0490836, 30.1829108 ], [ 120.0493267, 30.1828887 ] ], [ [ 120.0493267, 30.1828887 ], [ 120.0494113, 30.182881 ] ], [ [ 120.0494113, 30.182881 ], [ 120.0496005, 30.1828707 ] ], [ [ 120.0536985, 30.1838879 ], [ 120.0535358, 30.184117 ] ], [ [ 120.0535358, 30.184117 ], [ 120.0524879, 30.1857307 ] ], [ [ 120.0524879, 30.1857307 ], [ 120.0521838, 30.1861917 ] ], [ [ 120.0521838, 30.1861917 ], [ 120.0519857, 30.1865409 ] ], [ [ 120.0519857, 30.1865409 ], [ 120.0517655, 30.1856194 ] ], [ [ 120.0517655, 30.1856194 ], [ 120.0516904, 30.185369 ] ], [ [ 120.0516904, 30.185369 ], [ 120.0515509, 30.1851464 ] ], [ [ 120.0515509, 30.1851464 ], [ 120.0507733, 30.1840855 ] ], [ [ 120.0437292, 30.1859463 ], [ 120.0450713, 30.1857712 ] ], [ [ 120.0437292, 30.1859463 ], [ 120.0438245, 30.1860732 ] ], [ [ 120.0438245, 30.1860732 ], [ 120.0444057, 30.1867976 ] ], [ [ 120.0444057, 30.1867976 ], [ 120.0444446, 30.1868442 ] ], [ [ 120.0444446, 30.1868442 ], [ 120.044722, 30.187176 ] ], [ [ 120.044722, 30.187176 ], [ 120.0447636, 30.1872258 ] ], [ [ 120.0447636, 30.1872258 ], [ 120.0448659, 30.1873553 ] ], [ [ 120.0448659, 30.1873553 ], [ 120.0449321, 30.1874274 ] ], [ [ 120.0449321, 30.1874274 ], [ 120.0450573, 30.1875979 ] ], [ [ 120.0450573, 30.1875979 ], [ 120.0451635, 30.1878077 ] ], [ [ 120.0451635, 30.1878077 ], [ 120.0454746, 30.1885553 ] ], [ [ 120.0454746, 30.1885553 ], [ 120.045596, 30.1887323 ] ], [ [ 120.045596, 30.1887323 ], [ 120.0457667, 30.1889061 ] ], [ [ 120.0457667, 30.1889061 ], [ 120.0459487, 30.1890373 ] ], [ [ 120.0459487, 30.1890373 ], [ 120.0467681, 30.1894799 ] ], [ [ 120.0467681, 30.1894799 ], [ 120.0469151, 30.189562 ] ], [ [ 120.0469151, 30.189562 ], [ 120.0471322, 30.1896832 ] ], [ [ 120.0471322, 30.1896832 ], [ 120.0487292, 30.1909225 ] ], [ [ 120.0487292, 30.1909225 ], [ 120.0488961, 30.1910537 ] ], [ [ 120.0488961, 30.1910537 ], [ 120.049135, 30.1911979 ] ], [ [ 120.049135, 30.1911979 ], [ 120.0493816, 30.191316 ] ], [ [ 120.0493816, 30.191316 ], [ 120.0496585, 30.1914242 ] ], [ [ 120.0496585, 30.1914242 ], [ 120.0513244, 30.1918881 ] ], [ [ 120.0513244, 30.1918881 ], [ 120.0514587, 30.1919612 ] ], [ [ 120.0514587, 30.1919612 ], [ 120.0520044, 30.1921344 ] ], [ [ 120.0532896, 30.1937594 ], [ 120.0533848, 30.1933161 ] ], [ [ 120.0533848, 30.1933161 ], [ 120.0534069, 30.1931919 ] ], [ [ 120.0534069, 30.1931919 ], [ 120.053446, 30.1924532 ] ], [ [ 120.053446, 30.1924532 ], [ 120.0534819, 30.1915619 ] ], [ [ 120.0534819, 30.1915619 ], [ 120.0534685, 30.1909458 ] ], [ [ 120.0534685, 30.1909458 ], [ 120.0534982, 30.1905014 ] ], [ [ 120.0534982, 30.1905014 ], [ 120.0535129, 30.1899441 ] ], [ [ 120.0535129, 30.1899441 ], [ 120.0535495, 30.1896062 ] ], [ [ 120.0535495, 30.1896062 ], [ 120.0536216, 30.1892421 ] ], [ [ 120.0536216, 30.1892421 ], [ 120.0537617, 30.1888335 ] ], [ [ 120.0537617, 30.1888335 ], [ 120.0539074, 30.1885467 ] ], [ [ 120.0539074, 30.1885467 ], [ 120.0539966, 30.188398 ] ], [ [ 120.0539966, 30.188398 ], [ 120.0554772, 30.1857963 ] ], [ [ 120.0554772, 30.1857963 ], [ 120.0557982, 30.185296 ] ], [ [ 120.0557982, 30.185296 ], [ 120.0561858, 30.1849351 ] ], [ [ 120.0561858, 30.1849351 ], [ 120.0563574, 30.1846854 ] ], [ [ 120.0520044, 30.1921344 ], [ 120.0521299, 30.1918431 ] ], [ [ 120.0521299, 30.1918431 ], [ 120.0522084, 30.1915355 ] ], [ [ 120.0522084, 30.1915355 ], [ 120.0522831, 30.1913139 ] ], [ [ 120.0522831, 30.1913139 ], [ 120.0523154, 30.191094 ] ], [ [ 120.0523154, 30.191094 ], [ 120.0523234, 30.1909308 ] ], [ [ 120.0523234, 30.1909308 ], [ 120.0522726, 30.1901764 ] ], [ [ 120.0522726, 30.1901764 ], [ 120.0522446, 30.1896967 ] ], [ [ 120.0522446, 30.1896967 ], [ 120.0522405, 30.1892183 ] ], [ [ 120.0522405, 30.1892183 ], [ 120.0522232, 30.188785 ] ], [ [ 120.0522232, 30.188785 ], [ 120.0522296, 30.1884487 ] ], [ [ 120.0522296, 30.1884487 ], [ 120.0522334, 30.1882503 ] ], [ [ 120.0522334, 30.1882503 ], [ 120.0522345, 30.188192 ] ], [ [ 120.0522345, 30.188192 ], [ 120.0521938, 30.1878115 ] ], [ [ 120.0521938, 30.1878115 ], [ 120.0520498, 30.1869304 ] ], [ [ 120.0520498, 30.1869304 ], [ 120.0520006, 30.1866123 ] ], [ [ 120.0520006, 30.1866123 ], [ 120.0519857, 30.1865409 ] ], [ [ 120.0532896, 30.1937594 ], [ 120.0532042, 30.1936503 ] ], [ [ 120.0532042, 30.1936503 ], [ 120.0531794, 30.1936186 ] ], [ [ 120.0531794, 30.1936186 ], [ 120.0530962, 30.1935122 ] ], [ [ 120.0530962, 30.1935122 ], [ 120.0529727, 30.1933501 ] ], [ [ 120.0529727, 30.1933501 ], [ 120.0527401, 30.1930919 ] ], [ [ 120.0527401, 30.1930919 ], [ 120.0523272, 30.1926675 ] ], [ [ 120.0523272, 30.1926675 ], [ 120.0521928, 30.1924488 ] ], [ [ 120.0521928, 30.1924488 ], [ 120.0520044, 30.1921344 ] ], [ [ 120.0627541, 30.1802422 ], [ 120.0626904, 30.180111 ] ], [ [ 120.0627541, 30.1802422 ], [ 120.0628737, 30.1805738 ] ], [ [ 120.0628737, 30.1805738 ], [ 120.0630249, 30.1809224 ] ], [ [ 120.0630249, 30.1809224 ], [ 120.0631546, 30.1812829 ] ], [ [ 120.0631546, 30.1812829 ], [ 120.0634319, 30.1821279 ] ], [ [ 120.0634319, 30.1821279 ], [ 120.0634853, 30.1822612 ] ], [ [ 120.0634853, 30.1822612 ], [ 120.063525, 30.1823602 ] ], [ [ 120.063525, 30.1823602 ], [ 120.0638155, 30.1830848 ] ], [ [ 120.0638155, 30.1830848 ], [ 120.0638685, 30.1833023 ] ], [ [ 120.0638685, 30.1833023 ], [ 120.0638841, 30.1835197 ] ], [ [ 120.0638841, 30.1835197 ], [ 120.0638527, 30.183677 ] ], [ [ 120.0638527, 30.183677 ], [ 120.0637786, 30.1840019 ] ], [ [ 120.0637786, 30.1840019 ], [ 120.0637232, 30.1842945 ] ], [ [ 120.0637232, 30.1842945 ], [ 120.063701, 30.1846048 ] ], [ [ 120.063701, 30.1846048 ], [ 120.0637442, 30.1848423 ] ], [ [ 120.0637442, 30.1848423 ], [ 120.0637848, 30.1851025 ] ], [ [ 120.0637848, 30.1851025 ], [ 120.0638488, 30.1854918 ] ], [ [ 120.0638488, 30.1854918 ], [ 120.0638604, 30.1856002 ] ], [ [ 120.0638604, 30.1856002 ], [ 120.0638775, 30.1857608 ] ], [ [ 120.0638775, 30.1857608 ], [ 120.0638678, 30.1872359 ] ], [ [ 120.0638678, 30.1872359 ], [ 120.0639203, 30.1882213 ] ], [ [ 120.0639203, 30.1882213 ], [ 120.063954, 30.1887142 ] ], [ [ 120.063954, 30.1887142 ], [ 120.0640115, 30.1893522 ] ], [ [ 120.0640115, 30.1893522 ], [ 120.0640683, 30.1897489 ] ], [ [ 120.0640683, 30.1897489 ], [ 120.0642244, 30.1902557 ] ], [ [ 120.0642244, 30.1902557 ], [ 120.0643256, 30.1906745 ] ], [ [ 120.0643256, 30.1906745 ], [ 120.0644116, 30.1911523 ] ], [ [ 120.0644116, 30.1911523 ], [ 120.0644537, 30.1915243 ] ], [ [ 120.0644537, 30.1915243 ], [ 120.0645116, 30.1917552 ] ], [ [ 120.0645116, 30.1917552 ], [ 120.0645931, 30.1919892 ] ], [ [ 120.0645931, 30.1919892 ], [ 120.0647474, 30.1923043 ] ], [ [ 120.0647474, 30.1923043 ], [ 120.0648654, 30.1925088 ] ], [ [ 120.0648654, 30.1925088 ], [ 120.0650288, 30.1927527 ] ], [ [ 120.0650288, 30.1927527 ], [ 120.0651934, 30.1930826 ] ], [ [ 120.0651934, 30.1930826 ], [ 120.0655336, 30.1938509 ] ], [ [ 120.0655336, 30.1938509 ], [ 120.0658827, 30.1944919 ] ], [ [ 120.0658827, 30.1944919 ], [ 120.0659241, 30.1947039 ] ], [ [ 120.0659241, 30.1947039 ], [ 120.0659099, 30.1949173 ] ], [ [ 120.0659099, 30.1949173 ], [ 120.0658841, 30.1951537 ] ], [ [ 120.0658841, 30.1951537 ], [ 120.0658689, 30.1953225 ] ], [ [ 120.0658689, 30.1953225 ], [ 120.0658669, 30.1955764 ] ], [ [ 120.0658669, 30.1955764 ], [ 120.0659004, 30.1957196 ] ], [ [ 120.0659004, 30.1957196 ], [ 120.0659459, 30.1958217 ] ], [ [ 120.0659459, 30.1958217 ], [ 120.0660608, 30.1960348 ] ], [ [ 120.0660608, 30.1960348 ], [ 120.0661967, 30.1962016 ] ], [ [ 120.0661967, 30.1962016 ], [ 120.066315, 30.1963206 ] ], [ [ 120.066315, 30.1963206 ], [ 120.066383, 30.1964742 ] ], [ [ 120.066383, 30.1964742 ], [ 120.0664213, 30.1966399 ] ], [ [ 120.0664213, 30.1966399 ], [ 120.0664255, 30.1967719 ] ], [ [ 120.0664255, 30.1967719 ], [ 120.0663575, 30.1969139 ] ], [ [ 120.0663575, 30.1969139 ], [ 120.0662586, 30.1970502 ] ], [ [ 120.0662586, 30.1970502 ], [ 120.0661322, 30.1971905 ] ], [ [ 120.0661322, 30.1971905 ], [ 120.0660258, 30.1973643 ] ], [ [ 120.0660258, 30.1973643 ], [ 120.0658949, 30.1976781 ] ], [ [ 120.0658949, 30.1976781 ], [ 120.0657835, 30.1980623 ] ], [ [ 120.0657835, 30.1980623 ], [ 120.0656937, 30.1983766 ] ], [ [ 120.0656937, 30.1983766 ], [ 120.0656421, 30.1987251 ] ], [ [ 120.0656421, 30.1987251 ], [ 120.0655898, 30.19929 ] ], [ [ 120.0655898, 30.19929 ], [ 120.0654924, 30.1998136 ] ], [ [ 120.0654924, 30.1998136 ], [ 120.0654018, 30.2002092 ] ], [ [ 120.0654018, 30.2002092 ], [ 120.0653408, 30.2005317 ] ], [ [ 120.0653408, 30.2005317 ], [ 120.0651906, 30.2013334 ] ], [ [ 120.0651906, 30.2013334 ], [ 120.0651379, 30.2016488 ] ], [ [ 120.0651379, 30.2016488 ], [ 120.0651366, 30.2019199 ] ], [ [ 120.0651366, 30.2019199 ], [ 120.0652087, 30.2021471 ] ], [ [ 120.0652087, 30.2021471 ], [ 120.0652867, 30.2022919 ] ], [ [ 120.0652867, 30.2022919 ], [ 120.0653274, 30.2024852 ] ], [ [ 120.0653274, 30.2024852 ], [ 120.065334, 30.2026618 ] ], [ [ 120.065334, 30.2026618 ], [ 120.065296, 30.2029111 ] ], [ [ 120.065296, 30.2029111 ], [ 120.0653082, 30.2032142 ] ], [ [ 120.0653082, 30.2032142 ], [ 120.0653199, 30.2033984 ] ], [ [ 120.0653199, 30.2033984 ], [ 120.0654047, 30.2036042 ] ], [ [ 120.0654047, 30.2036042 ], [ 120.0655637, 30.2040601 ] ], [ [ 120.0655637, 30.2040601 ], [ 120.0655922, 30.2043245 ] ], [ [ 120.0655922, 30.2043245 ], [ 120.0656351, 30.2051659 ] ], [ [ 120.0656351, 30.2051659 ], [ 120.0656414, 30.2054544 ] ], [ [ 120.0656414, 30.2054544 ], [ 120.0656206, 30.2056089 ] ], [ [ 120.0656206, 30.2056089 ], [ 120.0655852, 30.2058442 ] ], [ [ 120.0655852, 30.2058442 ], [ 120.0655564, 30.2060269 ] ], [ [ 120.0655564, 30.2060269 ], [ 120.0654736, 30.206855 ] ], [ [ 120.0654736, 30.206855 ], [ 120.0654355, 30.207094 ] ], [ [ 120.0654355, 30.207094 ], [ 120.0654024, 30.2072776 ] ], [ [ 120.0654024, 30.2072776 ], [ 120.0653381, 30.2075091 ] ], [ [ 120.0653381, 30.2075091 ], [ 120.0651011, 30.208215 ] ], [ [ 120.0651011, 30.208215 ], [ 120.0650707, 30.2083405 ] ], [ [ 120.0650707, 30.2083405 ], [ 120.0650047, 30.2085782 ] ], [ [ 120.0650047, 30.2085782 ], [ 120.0649148, 30.2088107 ] ], [ [ 120.0649148, 30.2088107 ], [ 120.0647554, 30.2090664 ] ], [ [ 120.0647554, 30.2090664 ], [ 120.0645918, 30.2092553 ] ], [ [ 120.0645918, 30.2092553 ], [ 120.0643303, 30.2094657 ] ], [ [ 120.0643303, 30.2094657 ], [ 120.0640655, 30.2096087 ] ], [ [ 120.0640655, 30.2096087 ], [ 120.0638427, 30.2096741 ] ], [ [ 120.0638427, 30.2096741 ], [ 120.0635226, 30.2097295 ] ], [ [ 120.0635226, 30.2097295 ], [ 120.0633276, 30.2098003 ] ], [ [ 120.0633276, 30.2098003 ], [ 120.0632245, 30.2098929 ] ], [ [ 120.0632245, 30.2098929 ], [ 120.06312, 30.2100356 ] ], [ [ 120.06312, 30.2100356 ], [ 120.0628449, 30.2102732 ] ], [ [ 120.0628449, 30.2102732 ], [ 120.0628222, 30.2102928 ] ], [ [ 120.0628222, 30.2102928 ], [ 120.0607183, 30.2117851 ] ], [ [ 120.0607183, 30.2117851 ], [ 120.0606068, 30.2118421 ] ], [ [ 120.0606068, 30.2118421 ], [ 120.0597458, 30.2121127 ] ], [ [ 120.0597458, 30.2121127 ], [ 120.0593598, 30.2122016 ] ], [ [ 120.0593598, 30.2122016 ], [ 120.0592259, 30.212234 ] ], [ [ 120.0592259, 30.212234 ], [ 120.0591215, 30.2123168 ] ], [ [ 120.0591215, 30.2123168 ], [ 120.0590392, 30.2124208 ] ], [ [ 120.0590392, 30.2124208 ], [ 120.0589287, 30.2126487 ] ], [ [ 120.0589287, 30.2126487 ], [ 120.0587691, 30.2129462 ] ], [ [ 120.0587691, 30.2129462 ], [ 120.0586988, 30.2130701 ] ], [ [ 120.0586988, 30.2130701 ], [ 120.0582856, 30.2133359 ] ], [ [ 120.0582856, 30.2133359 ], [ 120.0581433, 30.2134791 ] ], [ [ 120.0581433, 30.2134791 ], [ 120.0579308, 30.2135563 ] ], [ [ 120.0579308, 30.2135563 ], [ 120.0569758, 30.2138631 ] ], [ [ 120.06312, 30.2100356 ], [ 120.0630775, 30.2101825 ] ], [ [ 120.0630775, 30.2101825 ], [ 120.0629452, 30.2103569 ] ], [ [ 120.0629452, 30.2103569 ], [ 120.0614886, 30.2123537 ] ], [ [ 120.0614886, 30.2123537 ], [ 120.0612734, 30.212522 ] ], [ [ 120.0612734, 30.212522 ], [ 120.0610931, 30.2125984 ] ], [ [ 120.0610931, 30.2125984 ], [ 120.0605102, 30.2127627 ] ], [ [ 120.0605102, 30.2127627 ], [ 120.0604075, 30.2128773 ] ], [ [ 120.0604075, 30.2128773 ], [ 120.0603495, 30.2130439 ] ], [ [ 120.0603495, 30.2130439 ], [ 120.0603285, 30.2132918 ] ], [ [ 120.0603285, 30.2132918 ], [ 120.0603521, 30.2137551 ] ], [ [ 120.0603521, 30.2137551 ], [ 120.0603573, 30.2143018 ] ], [ [ 120.0603573, 30.2143018 ], [ 120.0603332, 30.2146419 ] ], [ [ 120.0603332, 30.2146419 ], [ 120.060285, 30.214873 ] ], [ [ 120.060285, 30.214873 ], [ 120.0601838, 30.2149862 ] ], [ [ 120.0601838, 30.2149862 ], [ 120.060011, 30.2150364 ] ], [ [ 120.060011, 30.2150364 ], [ 120.0597446, 30.2151099 ] ], [ [ 120.0597446, 30.2151099 ], [ 120.0594803, 30.2151829 ] ], [ [ 120.0594803, 30.2151829 ], [ 120.0590279, 30.2154669 ] ], [ [ 120.0590279, 30.2154669 ], [ 120.0587405, 30.2155892 ] ], [ [ 120.0587405, 30.2155892 ], [ 120.0583586, 30.2157238 ] ], [ [ 120.0583586, 30.2157238 ], [ 120.0579064, 30.2158098 ] ], [ [ 119.9700723, 30.1788472 ], [ 119.9701759, 30.1786829 ] ], [ [ 119.9687689, 30.180661 ], [ 119.9689829, 30.1804218 ] ], [ [ 119.9689829, 30.1804218 ], [ 119.9691347, 30.1801994 ] ], [ [ 119.9691347, 30.1801994 ], [ 119.9692579, 30.1800188 ] ], [ [ 119.9692579, 30.1800188 ], [ 119.9696939, 30.1793609 ] ], [ [ 119.9696939, 30.1793609 ], [ 119.9700723, 30.1788472 ] ], [ [ 119.9681988, 30.1807546 ], [ 119.9687689, 30.180661 ] ], [ [ 119.9687689, 30.180661 ], [ 119.9683909, 30.1810499 ] ], [ [ 119.9683909, 30.1810499 ], [ 119.9684152, 30.1809552 ] ], [ [ 119.9684152, 30.1809552 ], [ 119.9684045, 30.180898 ] ], [ [ 119.9684045, 30.180898 ], [ 119.9683644, 30.1808287 ] ], [ [ 119.9683644, 30.1808287 ], [ 119.9683074, 30.1807821 ] ], [ [ 119.9683074, 30.1807821 ], [ 119.9681988, 30.1807546 ] ], [ [ 119.9790853, 30.2192649 ], [ 119.9789652, 30.2192759 ] ], [ [ 119.9790853, 30.2192649 ], [ 119.9797556, 30.2192033 ] ], [ [ 119.9797556, 30.2192033 ], [ 119.9806922, 30.2191873 ] ], [ [ 119.9806922, 30.2191873 ], [ 119.981439, 30.2193161 ] ], [ [ 119.981439, 30.2193161 ], [ 119.9815409, 30.2193485 ] ], [ [ 119.9815409, 30.2193485 ], [ 119.9816273, 30.2193881 ] ], [ [ 119.9883387, 30.2240291 ], [ 119.9883994, 30.2239148 ] ], [ [ 119.9952714, 30.2271415 ], [ 119.9950019, 30.2268588 ], [ 119.9925967, 30.2246134 ], [ 119.9925203, 30.2245421 ], [ 119.9909292, 30.2230567 ], [ 119.9910384, 30.2229623 ], [ 119.9916037, 30.2235118 ], [ 119.9925443, 30.2244748 ], [ 119.9926036, 30.2245356 ], [ 119.992715, 30.2246497 ], [ 119.9937814, 30.225621 ], [ 119.9953734, 30.2270521 ] ], [ [ 119.9871813, 30.226135 ], [ 119.9883387, 30.2240291 ] ], [ [ 119.9883994, 30.2239148 ], [ 119.9892689, 30.2242753 ], [ 119.9894196, 30.2243738 ], [ 119.9898314, 30.2246534 ], [ 119.9900664, 30.2248584 ], [ 119.9913575, 30.2259845 ], [ 119.99142, 30.2260444 ], [ 119.9939097, 30.2282413 ] ], [ [ 119.9683909, 30.1810499 ], [ 119.9682582, 30.181154 ] ], [ [ 119.9682582, 30.181154 ], [ 119.9670263, 30.1821755 ] ], [ [ 119.9670263, 30.1821755 ], [ 119.9664117, 30.1831186 ] ], [ [ 119.9664117, 30.1831186 ], [ 119.9662749, 30.1833003 ] ], [ [ 119.9662749, 30.1833003 ], [ 119.9662305, 30.1834312 ] ], [ [ 119.9664825, 30.2172335 ], [ 119.9666849, 30.2174335 ] ], [ [ 119.9666849, 30.2174335 ], [ 119.9675525, 30.2178583 ] ], [ [ 119.9675525, 30.2178583 ], [ 119.9678273, 30.2180208 ] ], [ [ 119.9678273, 30.2180208 ], [ 119.9683623, 30.2185456 ] ], [ [ 119.9683623, 30.2185456 ], [ 119.9688395, 30.2191453 ] ], [ [ 119.9688395, 30.2191453 ], [ 119.9690689, 30.2195244 ] ], [ [ 119.9690689, 30.2195244 ], [ 119.9691721, 30.2196951 ] ], [ [ 119.9691721, 30.2196951 ], [ 119.969577, 30.221307 ] ], [ [ 119.969577, 30.221307 ], [ 119.969577, 30.2215569 ] ], [ [ 119.969577, 30.2215569 ], [ 119.9695336, 30.2217194 ] ], [ [ 119.9695336, 30.2217194 ], [ 119.9694023, 30.2219275 ] ], [ [ 119.9694023, 30.2219275 ], [ 119.9693601, 30.2219943 ] ], [ [ 119.9693601, 30.2219943 ], [ 119.9675099, 30.2241514 ] ], [ [ 119.9780573, 30.2228827 ], [ 119.9752906, 30.2226291 ] ], [ [ 119.9752906, 30.2226291 ], [ 119.9751987, 30.2226327 ] ], [ [ 119.9751987, 30.2226327 ], [ 119.9751147, 30.2226327 ] ], [ [ 119.9751147, 30.2226327 ], [ 119.975035, 30.2226237 ] ], [ [ 119.975035, 30.2226237 ], [ 119.9749531, 30.2226019 ] ], [ [ 119.9749531, 30.2226019 ], [ 119.974886, 30.2225674 ] ], [ [ 119.974886, 30.2225674 ], [ 119.9747328, 30.2224641 ] ], [ [ 119.9747328, 30.2224641 ], [ 119.9746614, 30.222397 ] ], [ [ 119.9746614, 30.222397 ], [ 119.9745187, 30.2222791 ] ], [ [ 119.9745187, 30.2222791 ], [ 119.9744242, 30.2221721 ] ], [ [ 119.9744242, 30.2221721 ], [ 119.9743877, 30.222138 ] ], [ [ 119.9743877, 30.222138 ], [ 119.9743519, 30.2221236 ] ], [ [ 119.9743519, 30.2221236 ], [ 119.9743021, 30.2221148 ] ], [ [ 119.9743021, 30.2221148 ], [ 119.9742573, 30.2221225 ] ], [ [ 119.9742573, 30.2221225 ], [ 119.974219, 30.2221546 ] ], [ [ 119.974219, 30.2221546 ], [ 119.9741692, 30.2222252 ] ], [ [ 119.9741692, 30.2222252 ], [ 119.9741206, 30.2222816 ] ], [ [ 119.9741206, 30.2222816 ], [ 119.9740567, 30.222318 ] ], [ [ 119.9740567, 30.222318 ], [ 119.9739966, 30.2223489 ] ], [ [ 119.9739966, 30.2223489 ], [ 119.9739391, 30.2224019 ] ], [ [ 119.9739391, 30.2224019 ], [ 119.973888, 30.2224848 ] ], [ [ 119.973888, 30.2224848 ], [ 119.9738279, 30.222593 ] ], [ [ 119.9738279, 30.222593 ], [ 119.9737653, 30.2226825 ] ], [ [ 119.9737653, 30.2226825 ], [ 119.973571, 30.222894 ] ], [ [ 119.9717433, 30.2258419 ], [ 119.9710265, 30.2256384 ] ], [ [ 119.9710265, 30.2256384 ], [ 119.9707694, 30.2255654 ] ], [ [ 119.9707694, 30.2255654 ], [ 119.9689395, 30.2250459 ] ], [ [ 119.9689395, 30.2250459 ], [ 119.9682416, 30.2246092 ] ], [ [ 119.9682416, 30.2246092 ], [ 119.9680308, 30.2244773 ] ], [ [ 119.9680308, 30.2244773 ], [ 119.9675099, 30.2241514 ] ], [ [ 119.9706485, 30.2278963 ], [ 119.96884, 30.2264971 ] ], [ [ 119.96884, 30.2264971 ], [ 119.9686148, 30.2263229 ] ], [ [ 119.9686148, 30.2263229 ], [ 119.9683334, 30.2261051 ] ], [ [ 119.9683334, 30.2261051 ], [ 119.9671332, 30.225168 ] ], [ [ 119.9671332, 30.225168 ], [ 119.9670175, 30.2249805 ] ], [ [ 119.9670175, 30.2249805 ], [ 119.9669741, 30.2248181 ] ], [ [ 119.9669741, 30.2248181 ], [ 119.9669741, 30.2247057 ] ], [ [ 119.9669741, 30.2247057 ], [ 119.967032, 30.2245682 ] ], [ [ 119.967032, 30.2245682 ], [ 119.9672806, 30.2242886 ] ], [ [ 119.9672806, 30.2242886 ], [ 119.9675099, 30.2241514 ] ], [ [ 119.9832719, 30.222054 ], [ 119.9832361, 30.2216199 ] ], [ [ 119.9832361, 30.2216199 ], [ 119.9832897, 30.2211795 ] ], [ [ 119.9832897, 30.2211795 ], [ 119.983515, 30.2203683 ] ], [ [ 119.983515, 30.2203683 ], [ 119.9836438, 30.2199697 ] ], [ [ 119.9836438, 30.2199697 ], [ 119.9837135, 30.2198445 ] ], [ [ 119.9837135, 30.2198445 ], [ 119.9828337, 30.2195757 ] ], [ [ 119.9828337, 30.2195757 ], [ 119.9822383, 30.2194876 ] ], [ [ 119.9822383, 30.2194876 ], [ 119.9818413, 30.2194273 ] ], [ [ 119.9818413, 30.2194273 ], [ 119.9816273, 30.2193881 ] ], [ [ 119.9816273, 30.2193881 ], [ 119.9816804, 30.2195525 ] ], [ [ 119.9816804, 30.2195525 ], [ 119.9820452, 30.2213186 ] ], [ [ 119.9820452, 30.2213186 ], [ 119.982203, 30.2222111 ] ], [ [ 119.9780573, 30.2228827 ], [ 119.9783195, 30.2212467 ] ], [ [ 119.9832719, 30.222054 ], [ 119.982203, 30.2222111 ] ], [ [ 120.0398981, 30.1867858 ], [ 120.0395443, 30.1869339 ] ], [ [ 120.0395443, 30.1869339 ], [ 120.0390236, 30.1870385 ] ], [ [ 120.0390236, 30.1870385 ], [ 120.038511, 30.187154 ] ], [ [ 120.038511, 30.187154 ], [ 120.0382777, 30.1872065 ] ], [ [ 120.0382777, 30.1872065 ], [ 120.0378803, 30.1873746 ] ], [ [ 120.0378803, 30.1873746 ], [ 120.0374774, 30.1876072 ] ], [ [ 120.0374774, 30.1876072 ], [ 120.0372707, 30.1877422 ] ], [ [ 120.0372707, 30.1877422 ], [ 120.037168, 30.1878073 ] ], [ [ 120.037168, 30.1878073 ], [ 120.0370473, 30.1878839 ] ], [ [ 120.0370473, 30.1878839 ], [ 120.036916, 30.1879506 ] ], [ [ 120.036916, 30.1879506 ], [ 120.0368458, 30.1879863 ] ], [ [ 120.0368458, 30.1879863 ], [ 120.0366334, 30.18805 ] ], [ [ 120.0366334, 30.18805 ], [ 120.0366143, 30.1880519 ] ], [ [ 120.0366143, 30.1880519 ], [ 120.0364146, 30.1880723 ] ], [ [ 120.0364146, 30.1880723 ], [ 120.0363893, 30.1880708 ] ], [ [ 120.0363893, 30.1880708 ], [ 120.036164, 30.1880575 ] ], [ [ 120.036164, 30.1880575 ], [ 120.036051, 30.188053 ] ], [ [ 120.036051, 30.188053 ], [ 120.0360097, 30.1880513 ] ], [ [ 120.0360097, 30.1880513 ], [ 120.03581, 30.1880434 ] ], [ [ 120.03581, 30.1880434 ], [ 120.0357763, 30.188042 ] ], [ [ 120.0357763, 30.188042 ], [ 120.0355677, 30.1880624 ] ], [ [ 120.0355677, 30.1880624 ], [ 120.035465, 30.1880725 ] ], [ [ 120.035465, 30.1880725 ], [ 120.0353965, 30.1880859 ] ], [ [ 120.0353965, 30.1880859 ], [ 120.0353429, 30.1880964 ] ], [ [ 120.0353429, 30.1880964 ], [ 120.0352418, 30.188122 ] ], [ [ 120.0352418, 30.188122 ], [ 120.0350961, 30.1881588 ] ], [ [ 120.0350961, 30.1881588 ], [ 120.0349998, 30.1881896 ] ], [ [ 120.0349998, 30.1881896 ], [ 120.0348197, 30.1882473 ] ], [ [ 120.0348197, 30.1882473 ], [ 120.0347584, 30.188276 ] ], [ [ 120.0347584, 30.188276 ], [ 120.0346497, 30.1883268 ] ], [ [ 120.0346497, 30.1883268 ], [ 120.0345967, 30.1883618 ] ], [ [ 120.0345967, 30.1883618 ], [ 120.0345362, 30.1884018 ] ], [ [ 120.0345362, 30.1884018 ], [ 120.034452, 30.1884574 ] ], [ [ 120.034452, 30.1884574 ], [ 120.0343043, 30.188578 ] ], [ [ 120.0343043, 30.188578 ], [ 120.034153, 30.1887015 ] ], [ [ 120.034153, 30.1887015 ], [ 120.0338849, 30.1889494 ] ], [ [ 120.0338849, 30.1889494 ], [ 120.03382, 30.1890095 ] ], [ [ 120.03382, 30.1890095 ], [ 120.0334582, 30.1892718 ] ], [ [ 120.0334582, 30.1892718 ], [ 120.0334118, 30.1893054 ] ], [ [ 120.0334118, 30.1893054 ], [ 120.0332655, 30.1894018 ] ], [ [ 120.0332655, 30.1894018 ], [ 120.0328214, 30.1896946 ] ], [ [ 120.0328214, 30.1896946 ], [ 120.0323693, 30.1900252 ] ], [ [ 120.0323693, 30.1900252 ], [ 120.0314706, 30.1907005 ] ], [ [ 120.0314706, 30.1907005 ], [ 120.0308193, 30.1911575 ] ], [ [ 120.0308193, 30.1911575 ], [ 120.0305569, 30.1913695 ] ], [ [ 120.0305569, 30.1913695 ], [ 120.0302968, 30.1915982 ] ], [ [ 120.0302968, 30.1915982 ], [ 120.0301867, 30.191717 ] ], [ [ 120.0301867, 30.191717 ], [ 120.030055, 30.1918591 ] ], [ [ 120.030055, 30.1918591 ], [ 120.0296834, 30.1922572 ] ], [ [ 120.0296834, 30.1922572 ], [ 120.0294382, 30.1925027 ] ], [ [ 120.0294382, 30.1925027 ], [ 120.0292702, 30.1926495 ] ], [ [ 120.0292702, 30.1926495 ], [ 120.0290906, 30.1927807 ] ], [ [ 120.0290906, 30.1927807 ], [ 120.0289497, 30.1928862 ] ], [ [ 120.0289497, 30.1928862 ], [ 120.0288131, 30.1929905 ] ], [ [ 120.0288131, 30.1929905 ], [ 120.0286648, 30.193144 ] ], [ [ 120.0286648, 30.193144 ], [ 120.028445, 30.1933484 ] ], [ [ 120.028445, 30.1933484 ], [ 120.0282993, 30.1935005 ] ], [ [ 120.0282993, 30.1935005 ], [ 120.0281425, 30.1936131 ] ], [ [ 120.0281425, 30.1936131 ], [ 120.0279196, 30.1937532 ] ], [ [ 120.0279196, 30.1937532 ], [ 120.0276962, 30.193864 ] ], [ [ 120.0276962, 30.193864 ], [ 120.027197, 30.1941072 ] ], [ [ 120.027197, 30.1941072 ], [ 120.0268975, 30.1943009 ] ], [ [ 120.0268975, 30.1943009 ], [ 120.0264988, 30.1946038 ] ], [ [ 120.0264988, 30.1946038 ], [ 120.0263687, 30.1946939 ] ], [ [ 120.0263687, 30.1946939 ], [ 120.0262651, 30.194751 ] ], [ [ 120.0262651, 30.194751 ], [ 120.0261826, 30.1947766 ] ], [ [ 120.0261826, 30.1947766 ], [ 120.0260969, 30.1948112 ] ], [ [ 120.0260969, 30.1948112 ], [ 120.0260142, 30.1948565 ] ], [ [ 120.0260142, 30.1948565 ], [ 120.0259367, 30.19491 ] ], [ [ 120.0259367, 30.19491 ], [ 120.0258287, 30.194983 ] ], [ [ 120.0258287, 30.194983 ], [ 120.025711, 30.1950403 ] ], [ [ 120.025711, 30.1950403 ], [ 120.025593, 30.1950956 ] ], [ [ 120.025593, 30.1950956 ], [ 120.0254306, 30.1951423 ] ], [ [ 120.0254306, 30.1951423 ], [ 120.0252547, 30.1951926 ] ], [ [ 120.0252547, 30.1951926 ], [ 120.0249886, 30.1952492 ] ], [ [ 120.0249886, 30.1952492 ], [ 120.0245374, 30.1953538 ] ], [ [ 120.0245374, 30.1953538 ], [ 120.0242821, 30.1954369 ] ], [ [ 120.0242821, 30.1954369 ], [ 120.0241473, 30.1954935 ] ], [ [ 120.0241473, 30.1954935 ], [ 120.0240053, 30.1955792 ] ], [ [ 120.0240053, 30.1955792 ], [ 120.0239198, 30.1956372 ] ], [ [ 120.0239198, 30.1956372 ], [ 120.0238642, 30.1956667 ] ], [ [ 120.0238642, 30.1956667 ], [ 120.0238023, 30.1956933 ] ], [ [ 120.0238023, 30.1956933 ], [ 120.023736, 30.1957194 ] ], [ [ 120.023736, 30.1957194 ], [ 120.0236594, 30.1957313 ] ], [ [ 120.0236594, 30.1957313 ], [ 120.023591, 30.19573 ] ], [ [ 120.023591, 30.19573 ], [ 120.0235279, 30.1957243 ] ], [ [ 120.0235279, 30.1957243 ], [ 120.0234506, 30.1957006 ] ], [ [ 120.0234506, 30.1957006 ], [ 120.0229996, 30.1955564 ] ], [ [ 120.0229996, 30.1955564 ], [ 120.0229163, 30.1955311 ] ], [ [ 120.0229163, 30.1955311 ], [ 120.0228414, 30.1955159 ] ], [ [ 120.0228414, 30.1955159 ], [ 120.0227481, 30.1955111 ] ], [ [ 120.0227481, 30.1955111 ], [ 120.0226688, 30.1955175 ] ], [ [ 120.0226688, 30.1955175 ], [ 120.0225946, 30.1955365 ] ], [ [ 120.0225946, 30.1955365 ], [ 120.0224344, 30.195614 ] ], [ [ 120.0224344, 30.195614 ], [ 120.0222247, 30.1957312 ] ], [ [ 120.0222247, 30.1957312 ], [ 120.0220961, 30.1957859 ] ], [ [ 120.0220961, 30.1957859 ], [ 120.0219715, 30.1958369 ] ], [ [ 120.0237402, 30.2149104 ], [ 120.0245245, 30.2153818 ] ], [ [ 120.0245245, 30.2153818 ], [ 120.0247771, 30.2155616 ] ], [ [ 120.0247771, 30.2155616 ], [ 120.0249675, 30.2156971 ] ], [ [ 120.0249675, 30.2156971 ], [ 120.0251215, 30.2158068 ] ], [ [ 120.0251215, 30.2158068 ], [ 120.0256378, 30.2161744 ] ], [ [ 120.0256378, 30.2161744 ], [ 120.0261392, 30.2165314 ] ], [ [ 120.0261392, 30.2165314 ], [ 120.0264472, 30.2167594 ] ], [ [ 120.0264472, 30.2167594 ], [ 120.0266275, 30.2168929 ] ], [ [ 120.0266275, 30.2168929 ], [ 120.0268372, 30.2170481 ] ], [ [ 120.0268372, 30.2170481 ], [ 120.027711, 30.2176949 ] ], [ [ 120.027711, 30.2176949 ], [ 120.0279071, 30.2178375 ] ], [ [ 120.0279071, 30.2178375 ], [ 120.0283605, 30.2181672 ] ], [ [ 120.0283605, 30.2181672 ], [ 120.0290306, 30.2186545 ] ], [ [ 120.0290306, 30.2186545 ], [ 120.0290889, 30.218726 ] ], [ [ 120.0290889, 30.218726 ], [ 120.0291447, 30.2188147 ] ], [ [ 120.0291447, 30.2188147 ], [ 120.0291218, 30.218932 ] ], [ [ 120.0291218, 30.218932 ], [ 120.0287058, 30.2194523 ] ], [ [ 120.0287058, 30.2194523 ], [ 120.0286555, 30.2195152 ] ], [ [ 120.0286555, 30.2195152 ], [ 120.0281399, 30.2201691 ] ], [ [ 120.0268988, 30.2225553 ], [ 120.026974, 30.2224451 ] ], [ [ 120.026974, 30.2224451 ], [ 120.0270078, 30.2223955 ] ], [ [ 120.0270078, 30.2223955 ], [ 120.0270337, 30.2223576 ] ], [ [ 120.0270337, 30.2223576 ], [ 120.0272052, 30.2217574 ] ], [ [ 120.0272052, 30.2217574 ], [ 120.0272571, 30.2216232 ] ], [ [ 120.0272571, 30.2216232 ], [ 120.0273287, 30.2214383 ] ], [ [ 120.0273287, 30.2214383 ], [ 120.0274427, 30.2211437 ] ], [ [ 120.0274427, 30.2211437 ], [ 120.0275394, 30.2209582 ] ], [ [ 120.0275394, 30.2209582 ], [ 120.0276965, 30.2207505 ] ], [ [ 120.0276965, 30.2207505 ], [ 120.0281399, 30.2201691 ] ], [ [ 120.03005, 30.2239932 ], [ 120.030102, 30.223922 ] ], [ [ 120.030102, 30.223922 ], [ 120.0302108, 30.2237728 ] ], [ [ 120.0302108, 30.2237728 ], [ 120.0304113, 30.2235189 ] ], [ [ 120.0304113, 30.2235189 ], [ 120.0312967, 30.2224379 ] ], [ [ 120.0312967, 30.2224379 ], [ 120.031868, 30.2217424 ] ], [ [ 120.031868, 30.2217424 ], [ 120.0319049, 30.2217316 ] ], [ [ 120.0319049, 30.2217316 ], [ 120.0324531, 30.2210618 ] ], [ [ 120.0324531, 30.2210618 ], [ 120.0324839, 30.2210189 ] ], [ [ 120.0324839, 30.2210189 ], [ 120.032556, 30.2209187 ] ], [ [ 120.032556, 30.2209187 ], [ 120.0328039, 30.2205739 ] ], [ [ 120.0328039, 30.2205739 ], [ 120.0331371, 30.2201105 ] ], [ [ 120.0331371, 30.2201105 ], [ 120.0335528, 30.2195893 ] ], [ [ 120.0532896, 30.1937594 ], [ 120.053182, 30.1943084 ] ], [ [ 120.053182, 30.1943084 ], [ 120.0531174, 30.1947182 ] ], [ [ 120.0531174, 30.1947182 ], [ 120.0530753, 30.1953288 ] ], [ [ 120.0530753, 30.1953288 ], [ 120.0530664, 30.1959449 ] ], [ [ 120.0530664, 30.1959449 ], [ 120.0530787, 30.196527 ] ], [ [ 120.0530787, 30.196527 ], [ 120.0530541, 30.197064 ] ], [ [ 120.0530541, 30.197064 ], [ 120.0529809, 30.1978739 ] ], [ [ 120.0529809, 30.1978739 ], [ 120.0529879, 30.1979822 ] ], [ [ 120.0529879, 30.1979822 ], [ 120.0530264, 30.1985774 ] ], [ [ 120.0530264, 30.1985774 ], [ 120.0530427, 30.1987664 ] ], [ [ 120.0530427, 30.1987664 ], [ 120.0530536, 30.1988925 ] ], [ [ 120.0530536, 30.1988925 ], [ 120.0530812, 30.1990889 ] ], [ [ 120.0530812, 30.1990889 ], [ 120.0531545, 30.1995998 ] ], [ [ 120.0531545, 30.1995998 ], [ 120.0532111, 30.1999125 ] ], [ [ 120.0532111, 30.1999125 ], [ 120.0532198, 30.2000058 ] ], [ [ 120.0532198, 30.2000058 ], [ 120.0532216, 30.2000252 ] ], [ [ 120.0532216, 30.2000252 ], [ 120.0532849, 30.2007033 ] ], [ [ 120.0532849, 30.2007033 ], [ 120.0532927, 30.2007871 ] ], [ [ 120.0532927, 30.2007871 ], [ 120.0533844, 30.2014378 ] ], [ [ 120.0533844, 30.2014378 ], [ 120.0535307, 30.2025791 ] ], [ [ 120.0535307, 30.2025791 ], [ 120.053592, 30.2028148 ] ], [ [ 120.053592, 30.2028148 ], [ 120.0536471, 30.2029713 ] ], [ [ 120.0536471, 30.2029713 ], [ 120.0537729, 30.2032317 ] ], [ [ 120.0537729, 30.2032317 ], [ 120.053991, 30.2035602 ] ], [ [ 120.053991, 30.2035602 ], [ 120.0541959, 30.2038388 ] ], [ [ 120.0541959, 30.2038388 ], [ 120.0543318, 30.2040624 ] ], [ [ 120.0543318, 30.2040624 ], [ 120.054496, 30.2044586 ] ], [ [ 120.054496, 30.2044586 ], [ 120.0545346, 30.2047529 ] ], [ [ 120.0545346, 30.2047529 ], [ 120.0545029, 30.2050577 ] ], [ [ 120.0545029, 30.2050577 ], [ 120.0542167, 30.2061187 ] ], [ [ 120.0542167, 30.2061187 ], [ 120.0542034, 30.206168 ] ], [ [ 120.0542034, 30.206168 ], [ 120.0541796, 30.2065744 ] ], [ [ 120.0541796, 30.2065744 ], [ 120.0541919, 30.2069353 ] ], [ [ 120.0541919, 30.2069353 ], [ 120.0542201, 30.2072789 ] ], [ [ 120.0542201, 30.2072789 ], [ 120.0543383, 30.2079291 ] ], [ [ 120.0543383, 30.2079291 ], [ 120.0546235, 30.2089608 ] ], [ [ 120.0546235, 30.2089608 ], [ 120.0547176, 30.2092606 ] ], [ [ 120.0547176, 30.2092606 ], [ 120.0550601, 30.2099731 ] ], [ [ 120.0550601, 30.2099731 ], [ 120.0554754, 30.2108083 ] ], [ [ 120.0554754, 30.2108083 ], [ 120.0558719, 30.211614 ] ], [ [ 120.0558719, 30.211614 ], [ 120.0561077, 30.2121105 ] ], [ [ 120.0561077, 30.2121105 ], [ 120.0565467, 30.2130118 ] ], [ [ 120.0565467, 30.2130118 ], [ 120.0568438, 30.2136368 ] ], [ [ 120.0568438, 30.2136368 ], [ 120.0569758, 30.2138631 ] ], [ [ 120.0569758, 30.2138631 ], [ 120.0576614, 30.2152294 ] ], [ [ 120.0576614, 30.2152294 ], [ 120.0579064, 30.2158098 ] ], [ [ 120.0473941, 30.2357365 ], [ 120.0474526, 30.2356694 ] ], [ [ 120.0474526, 30.2356694 ], [ 120.0478418, 30.2352233 ] ], [ [ 120.0478418, 30.2352233 ], [ 120.0481365, 30.2348938 ] ], [ [ 120.0481365, 30.2348938 ], [ 120.048309, 30.2346441 ] ], [ [ 120.048309, 30.2346441 ], [ 120.0484163, 30.234351 ] ], [ [ 120.0484163, 30.234351 ], [ 120.0484418, 30.2341253 ] ], [ [ 120.0484418, 30.2341253 ], [ 120.0484134, 30.2338029 ] ], [ [ 120.0484134, 30.2338029 ], [ 120.0483645, 30.2334567 ] ], [ [ 120.0483645, 30.2334567 ], [ 120.0483512, 30.2331195 ] ], [ [ 120.0483512, 30.2331195 ], [ 120.0483761, 30.2328564 ] ], [ [ 120.0483761, 30.2328564 ], [ 120.0484738, 30.2326175 ] ], [ [ 120.0484738, 30.2326175 ], [ 120.0486242, 30.232394 ] ], [ [ 120.0486242, 30.232394 ], [ 120.0488764, 30.2321026 ] ], [ [ 120.0488764, 30.2321026 ], [ 120.0495059, 30.2313979 ] ], [ [ 120.0495059, 30.2313979 ], [ 120.0510177, 30.2297885 ] ], [ [ 120.0510177, 30.2297885 ], [ 120.0514344, 30.2293657 ] ], [ [ 120.0514344, 30.2293657 ], [ 120.051759, 30.228969 ] ], [ [ 120.051759, 30.228969 ], [ 120.0518736, 30.2287463 ] ], [ [ 120.0518736, 30.2287463 ], [ 120.0520034, 30.2283948 ] ], [ [ 120.0520034, 30.2283948 ], [ 120.0521245, 30.2279895 ] ], [ [ 120.0521245, 30.2279895 ], [ 120.0523304, 30.2274474 ] ], [ [ 120.0523304, 30.2274474 ], [ 120.0525562, 30.2270737 ] ], [ [ 120.0525562, 30.2270737 ], [ 120.0529401, 30.2264533 ] ], [ [ 120.0529401, 30.2264533 ], [ 120.0534876, 30.2256841 ] ], [ [ 120.0534876, 30.2256841 ], [ 120.0545325, 30.2242737 ] ], [ [ 120.0545325, 30.2242737 ], [ 120.0550294, 30.2235761 ] ], [ [ 120.0550294, 30.2235761 ], [ 120.055257, 30.2232646 ] ], [ [ 120.055257, 30.2232646 ], [ 120.0561136, 30.2222053 ] ], [ [ 120.0561136, 30.2222053 ], [ 120.0565533, 30.2215516 ] ], [ [ 120.0565533, 30.2215516 ], [ 120.0568552, 30.2210897 ] ], [ [ 120.0568552, 30.2210897 ], [ 120.0570605, 30.2206867 ] ], [ [ 120.0570605, 30.2206867 ], [ 120.0571495, 30.2204304 ] ], [ [ 120.0571495, 30.2204304 ], [ 120.0572361, 30.2201507 ] ], [ [ 120.0572361, 30.2201507 ], [ 120.0576206, 30.2188427 ] ], [ [ 120.0576206, 30.2188427 ], [ 120.0579455, 30.2177802 ] ], [ [ 120.0579455, 30.2177802 ], [ 120.05806, 30.217373 ] ], [ [ 120.05806, 30.217373 ], [ 120.0580914, 30.2170458 ] ], [ [ 120.0580914, 30.2170458 ], [ 120.0580838, 30.2167323 ] ], [ [ 120.0580838, 30.2167323 ], [ 120.0580514, 30.2165041 ] ], [ [ 120.0580514, 30.2165041 ], [ 120.058044, 30.2163488 ] ], [ [ 120.058044, 30.2163488 ], [ 120.0579918, 30.2161054 ] ], [ [ 120.0579918, 30.2161054 ], [ 120.0579064, 30.2158098 ] ], [ [ 120.0451417, 30.2240107 ], [ 120.0453814, 30.2243466 ] ], [ [ 120.0453814, 30.2243466 ], [ 120.045489, 30.2245211 ] ], [ [ 120.045489, 30.2245211 ], [ 120.0457815, 30.2249665 ] ], [ [ 120.0457815, 30.2249665 ], [ 120.0458255, 30.2255666 ] ], [ [ 120.0458255, 30.2255666 ], [ 120.045777, 30.2262802 ] ], [ [ 120.045777, 30.2262802 ], [ 120.0455358, 30.2268524 ] ], [ [ 120.0455358, 30.2268524 ], [ 120.0452019, 30.2272579 ] ], [ [ 120.0452019, 30.2272579 ], [ 120.0451816, 30.2273352 ] ], [ [ 120.0451816, 30.2273352 ], [ 120.0450729, 30.2275211 ] ], [ [ 120.0450729, 30.2275211 ], [ 120.0447827, 30.2278655 ] ], [ [ 120.0447827, 30.2278655 ], [ 120.044778, 30.2278711 ] ], [ [ 120.044778, 30.2278711 ], [ 120.0446863, 30.2279815 ] ], [ [ 120.0446863, 30.2279815 ], [ 120.0440044, 30.22885 ] ], [ [ 120.0440044, 30.22885 ], [ 120.0438965, 30.2289764 ] ], [ [ 120.0438965, 30.2289764 ], [ 120.0437947, 30.2291465 ] ], [ [ 120.0437947, 30.2291465 ], [ 120.0437061, 30.2292608 ] ], [ [ 120.0437061, 30.2292608 ], [ 120.0434029, 30.2296284 ] ], [ [ 120.0434029, 30.2296284 ], [ 120.0429109, 30.2302449 ] ], [ [ 120.0429109, 30.2302449 ], [ 120.0425423, 30.2306875 ] ], [ [ 120.0425423, 30.2306875 ], [ 120.0424585, 30.2308004 ] ], [ [ 120.0468596, 30.2292454 ], [ 120.0465719, 30.2296623 ] ], [ [ 120.0465719, 30.2296623 ], [ 120.0462042, 30.2301951 ] ], [ [ 120.0462042, 30.2301951 ], [ 120.0457114, 30.2309093 ] ], [ [ 120.0457114, 30.2309093 ], [ 120.0452793, 30.2309854 ] ], [ [ 120.0452793, 30.2309854 ], [ 120.0452123, 30.2309972 ] ], [ [ 120.0452123, 30.2309972 ], [ 120.0450983, 30.2310637 ] ], [ [ 120.0450983, 30.2310637 ], [ 120.0449319, 30.2311782 ] ], [ [ 120.0449319, 30.2311782 ], [ 120.0448123, 30.2313582 ] ], [ [ 120.0448123, 30.2313582 ], [ 120.0447441, 30.2314527 ] ], [ [ 120.0447441, 30.2314527 ], [ 120.0445416, 30.2316973 ] ], [ [ 120.0445416, 30.2316973 ], [ 120.044127, 30.2321972 ] ], [ [ 120.044127, 30.2321972 ], [ 120.0440424, 30.2322622 ] ], [ [ 120.0185179, 30.2165145 ], [ 120.0184114, 30.2165824 ] ], [ [ 120.0184114, 30.2165824 ], [ 120.0183125, 30.2167029 ] ], [ [ 120.0183125, 30.2167029 ], [ 120.0181355, 30.2169208 ] ], [ [ 120.0181355, 30.2169208 ], [ 120.0180228, 30.2172592 ] ], [ [ 120.0180228, 30.2172592 ], [ 120.0179584, 30.2174863 ] ], [ [ 120.0179584, 30.2174863 ], [ 120.0178524, 30.2177157 ] ], [ [ 120.0178524, 30.2177157 ], [ 120.0177425, 30.2178155 ] ], [ [ 120.0177425, 30.2178155 ], [ 120.0173684, 30.2178803 ] ], [ [ 120.0173684, 30.2178803 ], [ 120.0170304, 30.2178989 ] ], [ [ 120.0170304, 30.2178989 ], [ 120.0167461, 30.2179591 ] ], [ [ 120.0167461, 30.2179591 ], [ 120.0161612, 30.2182202 ] ], [ [ 120.0161612, 30.2182202 ], [ 120.0161024, 30.2182465 ] ], [ [ 120.0161024, 30.2182465 ], [ 120.0157778, 30.2185501 ] ], [ [ 120.0157778, 30.2185501 ], [ 120.0155927, 30.2187193 ] ], [ [ 120.0155927, 30.2187193 ], [ 120.0153646, 30.2189881 ] ], [ [ 120.0153646, 30.2189881 ], [ 120.0151636, 30.2192153 ] ], [ [ 120.0151636, 30.2192153 ], [ 120.0147478, 30.2194726 ] ], [ [ 120.0031516, 30.2301943 ], [ 120.0031618, 30.2284892 ] ], [ [ 119.998741, 30.229748 ], [ 119.998914, 30.2297838 ], [ 120.0001373, 30.2298891 ], [ 120.0005906, 30.2299281 ], [ 120.0025691, 30.2300724 ], [ 120.0031516, 30.2301943 ] ], [ [ 120.0031516, 30.2301943 ], [ 120.0025561, 30.2301688 ], [ 120.0000638, 30.230028 ], [ 119.9987144, 30.2299058 ] ], [ [ 120.029967, 30.223953 ], [ 120.0300182, 30.2238886 ], [ 120.0309326, 30.2227398 ], [ 120.0315516, 30.221962 ], [ 120.0316898, 30.2218004 ], [ 120.0317426, 30.2217126 ], [ 120.0317663, 30.2216019 ], [ 120.0317252, 30.221394 ], [ 120.0316539, 30.2212796 ], [ 120.0315134, 30.2211581 ], [ 120.0313534, 30.2210693 ], [ 120.0308276, 30.2209201 ], [ 120.030661, 30.2208728 ], [ 120.0290105, 30.2204044 ], [ 120.0281399, 30.2201691 ] ], [ [ 120.0268988, 30.2225553 ], [ 120.0268025, 30.2226593 ] ], [ [ 120.0412078, 30.2243374 ], [ 120.0411433, 30.2244002 ] ], [ [ 120.0411433, 30.2244002 ], [ 120.0409557, 30.224583 ] ], [ [ 120.0409557, 30.224583 ], [ 120.0408806, 30.2246155 ] ], [ [ 120.0408806, 30.2246155 ], [ 120.0407787, 30.2245923 ] ], [ [ 120.0407787, 30.2245923 ], [ 120.040548, 30.2244625 ] ], [ [ 120.040548, 30.2244625 ], [ 120.0398453, 30.2240685 ] ], [ [ 120.0398453, 30.2240685 ], [ 120.0397541, 30.2240361 ] ], [ [ 120.0397541, 30.2240361 ], [ 120.0396414, 30.2240453 ] ], [ [ 120.0396414, 30.2240453 ], [ 120.0395502, 30.2240685 ] ], [ [ 120.0395502, 30.2240685 ], [ 120.0394429, 30.2241612 ] ], [ [ 120.0394429, 30.2241612 ], [ 120.0393142, 30.2243049 ] ], [ [ 120.0393142, 30.2243049 ], [ 120.0390996, 30.2246016 ] ], [ [ 120.0390996, 30.2246016 ], [ 120.038987, 30.2247313 ] ], [ [ 120.038987, 30.2247313 ], [ 120.0388582, 30.2247499 ] ], [ [ 120.0388582, 30.2247499 ], [ 120.0387673, 30.2249227 ] ], [ [ 120.0387673, 30.2249227 ], [ 120.0386992, 30.2250184 ] ], [ [ 120.0386992, 30.2250184 ], [ 120.0382873, 30.2255533 ] ], [ [ 120.0382873, 30.2255533 ], [ 120.0377641, 30.2262217 ] ], [ [ 120.0377641, 30.2262217 ], [ 120.0374126, 30.2266616 ] ], [ [ 120.0374126, 30.2266616 ], [ 120.0372504, 30.2267955 ] ], [ [ 120.0372504, 30.2267955 ], [ 120.0370835, 30.2270625 ] ], [ [ 120.0370835, 30.2270625 ], [ 120.0368896, 30.2273343 ] ], [ [ 120.0368896, 30.2273343 ], [ 120.0368285, 30.2274199 ] ], [ [ 120.0031516, 30.2301943 ], [ 120.0031537, 30.2302833 ] ], [ [ 120.0031537, 30.2302833 ], [ 120.0030721, 30.2323446 ] ], [ [ 119.9984875, 30.2323147 ], [ 119.999266, 30.2323096 ], [ 120.0028253, 30.2322863 ], [ 120.0030721, 30.2323446 ] ], [ [ 120.0030721, 30.2323446 ], [ 120.002785, 30.2324068 ], [ 119.9996211, 30.2324341 ], [ 119.9984969, 30.2324789 ] ], [ [ 120.0030721, 30.2323446 ], [ 120.0032345, 30.2323396 ] ], [ [ 120.0032345, 30.2323396 ], [ 120.0052049, 30.2323754 ] ], [ [ 120.0052049, 30.2323754 ], [ 120.0054221, 30.2323977 ] ], [ [ 120.0054221, 30.2323977 ], [ 120.0056549, 30.2324514 ] ], [ [ 120.0056549, 30.2324514 ], [ 120.0059083, 30.2325184 ] ], [ [ 120.0059083, 30.2325184 ], [ 120.0070771, 30.2329339 ] ], [ [ 120.0070771, 30.2329339 ], [ 120.0086959, 30.2335441 ] ], [ [ 120.0086959, 30.2335441 ], [ 120.0090474, 30.2336759 ] ], [ [ 120.0090474, 30.2336759 ], [ 120.0093579, 30.2337561 ] ], [ [ 120.0093579, 30.2337561 ], [ 120.0096494, 30.2338166 ] ], [ [ 120.0096494, 30.2338166 ], [ 120.0101543, 30.2338678 ] ], [ [ 120.0101543, 30.2338678 ], [ 120.0133039, 30.2340873 ] ], [ [ 120.0133039, 30.2340873 ], [ 120.0138044, 30.234115 ] ], [ [ 120.0138044, 30.234115 ], [ 120.0150251, 30.2341492 ] ], [ [ 120.0150251, 30.2341492 ], [ 120.0158741, 30.2341785 ] ], [ [ 120.0029912, 30.2343044 ], [ 120.0030657, 30.234303 ] ], [ [ 120.0030657, 30.234303 ], [ 120.0031445, 30.2343092 ] ], [ [ 120.0507485, 30.2345799 ], [ 120.0503199, 30.2349962 ] ], [ [ 120.0503199, 30.2349962 ], [ 120.0503123, 30.2350781 ] ], [ [ 120.0503123, 30.2350781 ], [ 120.050451, 30.2354649 ] ], [ [ 120.0504703, 30.2355217 ], [ 120.0504572, 30.2354821 ] ], [ [ 120.0504572, 30.2354821 ], [ 120.050451, 30.2354649 ] ], [ [ 120.0472742, 30.2358369 ], [ 120.0473941, 30.2357365 ] ], [ [ 120.0481453, 30.236635 ], [ 120.0483008, 30.236607 ], [ 120.0490936, 30.236117 ], [ 120.0495292, 30.2358481 ], [ 120.0496875, 30.2357762 ], [ 120.0499503, 30.2356476 ], [ 120.0501448, 30.2355596 ], [ 120.0503178, 30.2355074 ], [ 120.050451, 30.2354649 ] ], [ [ 120.0274658, 30.2413664 ], [ 120.0275923, 30.2408955 ] ], [ [ 120.0275923, 30.2408955 ], [ 120.0277119, 30.2404622 ] ], [ [ 120.0277119, 30.2404622 ], [ 120.0277426, 30.240351 ] ], [ [ 120.0277426, 30.240351 ], [ 120.0281206, 30.2389637 ] ], [ [ 120.0281206, 30.2389637 ], [ 120.0282216, 30.2385934 ] ], [ [ 120.0282216, 30.2385934 ], [ 120.0282514, 30.2384839 ] ], [ [ 120.0419749, 30.2399122 ], [ 120.0418663, 30.2399584 ] ], [ [ 120.0418663, 30.2399584 ], [ 120.0418167, 30.2400269 ] ], [ [ 120.0418167, 30.2400269 ], [ 120.0416615, 30.2403749 ] ], [ [ 120.0282514, 30.2384839 ], [ 120.0289501, 30.2386617 ] ], [ [ 120.0289501, 30.2386617 ], [ 120.0294021, 30.2387978 ] ], [ [ 120.0294021, 30.2387978 ], [ 120.0296931, 30.2389062 ] ], [ [ 120.0296931, 30.2389062 ], [ 120.029855, 30.2389638 ] ], [ [ 120.029855, 30.2389638 ], [ 120.0309057, 30.239723 ] ], [ [ 120.0309057, 30.239723 ], [ 120.0310296, 30.2398149 ] ], [ [ 120.0310296, 30.2398149 ], [ 120.0319547, 30.2405043 ] ], [ [ 120.0319547, 30.2405043 ], [ 120.0329802, 30.241237 ] ], [ [ 120.0329802, 30.241237 ], [ 120.0335243, 30.241624 ] ], [ [ 120.0335243, 30.241624 ], [ 120.0335672, 30.2416981 ] ], [ [ 120.0335672, 30.2416981 ], [ 120.0333817, 30.2421299 ] ], [ [ 120.0333817, 30.2421299 ], [ 120.0333483, 30.2422078 ] ], [ [ 120.0396253, 30.2429268 ], [ 120.0397454, 30.2428048 ] ], [ [ 120.0397454, 30.2428048 ], [ 120.0399544, 30.2426258 ] ], [ [ 120.0399544, 30.2426258 ], [ 120.0405589, 30.2420784 ] ], [ [ 120.0405589, 30.2420784 ], [ 120.0413448, 30.2414336 ] ], [ [ 120.0413448, 30.2414336 ], [ 120.0415283, 30.2412664 ] ], [ [ 120.0415283, 30.2412664 ], [ 120.041737, 30.2410358 ] ], [ [ 120.041737, 30.2410358 ], [ 120.0421351, 30.2404943 ] ], [ [ 120.0421351, 30.2404943 ], [ 120.0421857, 30.2403577 ] ], [ [ 120.0421857, 30.2403577 ], [ 120.0421743, 30.2402736 ] ], [ [ 120.0421743, 30.2402736 ], [ 120.042149, 30.2401785 ] ], [ [ 120.042149, 30.2401785 ], [ 120.0420934, 30.240078 ] ], [ [ 120.0420934, 30.240078 ], [ 120.0419749, 30.2399122 ] ], [ [ 120.0274658, 30.2413664 ], [ 120.0274526, 30.2416524 ] ], [ [ 119.9985731, 30.2343997 ], [ 120.0016502, 30.2343322 ] ], [ [ 120.0016502, 30.2343322 ], [ 120.0017416, 30.2343284 ] ], [ [ 120.0017416, 30.2343284 ], [ 120.0029912, 30.2343044 ] ], [ [ 120.0158741, 30.2341785 ], [ 120.0158766, 30.2348516 ] ], [ [ 120.0158766, 30.2348516 ], [ 120.0158791, 30.2355607 ] ], [ [ 120.0158791, 30.2355607 ], [ 120.015881, 30.236068 ] ], [ [ 120.0031445, 30.2343092 ], [ 120.0036273, 30.2343474 ] ], [ [ 120.0036273, 30.2343474 ], [ 120.0037022, 30.2343533 ] ], [ [ 120.0037022, 30.2343533 ], [ 120.0040242, 30.2343787 ] ], [ [ 120.0040242, 30.2343787 ], [ 120.004939, 30.234474 ] ], [ [ 120.004939, 30.234474 ], [ 120.0051889, 30.2345196 ] ], [ [ 120.0051889, 30.2345196 ], [ 120.0059314, 30.2347225 ] ], [ [ 120.0059314, 30.2347225 ], [ 120.0066274, 30.2349283 ] ], [ [ 120.0066274, 30.2349283 ], [ 120.006821, 30.2349986 ] ], [ [ 120.006821, 30.2349986 ], [ 120.007074, 30.2350904 ] ], [ [ 120.007074, 30.2350904 ], [ 120.0075829, 30.2352309 ] ], [ [ 120.0075829, 30.2352309 ], [ 120.0078605, 30.2353076 ] ], [ [ 120.0078605, 30.2353076 ], [ 120.008383, 30.2354519 ] ], [ [ 120.008383, 30.2354519 ], [ 120.008564, 30.2354832 ] ], [ [ 120.008564, 30.2354832 ], [ 120.0090267, 30.2355631 ] ], [ [ 120.0090267, 30.2355631 ], [ 120.0103597, 30.2356517 ] ], [ [ 120.0103597, 30.2356517 ], [ 120.0107055, 30.2356747 ] ], [ [ 120.0107055, 30.2356747 ], [ 120.0113464, 30.2357173 ] ], [ [ 120.0113464, 30.2357173 ], [ 120.0115372, 30.23573 ] ], [ [ 120.0115372, 30.23573 ], [ 120.0125645, 30.2358026 ] ], [ [ 120.0125645, 30.2358026 ], [ 120.0127174, 30.2358134 ] ], [ [ 120.0127174, 30.2358134 ], [ 120.01281, 30.235825 ] ], [ [ 120.01281, 30.235825 ], [ 120.0136079, 30.2359246 ] ], [ [ 120.0136079, 30.2359246 ], [ 120.013735, 30.2359246 ] ], [ [ 120.013735, 30.2359246 ], [ 120.0143696, 30.2359246 ] ], [ [ 120.0143696, 30.2359246 ], [ 120.014804, 30.2359765 ] ], [ [ 120.014804, 30.2359765 ], [ 120.014947, 30.2359936 ] ], [ [ 120.014947, 30.2359936 ], [ 120.015065, 30.2360077 ] ], [ [ 120.015065, 30.2360077 ], [ 120.0151194, 30.2360142 ] ], [ [ 120.0151194, 30.2360142 ], [ 120.015881, 30.236068 ] ], [ [ 120.0158741, 30.2341785 ], [ 120.0164304, 30.2342004 ] ], [ [ 120.0164304, 30.2342004 ], [ 120.0170226, 30.2342842 ] ], [ [ 120.0170226, 30.2342842 ], [ 120.0174683, 30.2343779 ] ], [ [ 120.0174683, 30.2343779 ], [ 120.017915, 30.2344806 ] ], [ [ 120.017915, 30.2344806 ], [ 120.020167, 30.2351717 ] ], [ [ 120.020167, 30.2351717 ], [ 120.0209308, 30.2354108 ] ], [ [ 120.0209308, 30.2354108 ], [ 120.021309, 30.2355292 ] ], [ [ 120.021309, 30.2355292 ], [ 120.0216655, 30.2356408 ] ], [ [ 120.0216655, 30.2356408 ], [ 120.0217575, 30.2356696 ] ], [ [ 120.0217575, 30.2356696 ], [ 120.0223725, 30.2358621 ] ], [ [ 120.0223725, 30.2358621 ], [ 120.0225857, 30.2359289 ] ], [ [ 120.0225857, 30.2359289 ], [ 120.0231113, 30.2360934 ] ], [ [ 120.0231113, 30.2360934 ], [ 120.0235319, 30.2362423 ] ], [ [ 120.0235319, 30.2362423 ], [ 120.024124, 30.2364382 ] ], [ [ 120.024124, 30.2364382 ], [ 120.0243897, 30.236598 ] ], [ [ 120.0243897, 30.236598 ], [ 120.0245716, 30.2367421 ] ], [ [ 120.0245716, 30.2367421 ], [ 120.0251407, 30.2372393 ] ], [ [ 120.0251407, 30.2372393 ], [ 120.0255436, 30.2375598 ] ], [ [ 120.0255436, 30.2375598 ], [ 120.0260607, 30.237836 ] ], [ [ 120.0260607, 30.237836 ], [ 120.0263543, 30.2379323 ] ], [ [ 120.0263543, 30.2379323 ], [ 120.0265917, 30.2380101 ] ], [ [ 120.0265917, 30.2380101 ], [ 120.0267673, 30.2380602 ] ], [ [ 120.0267673, 30.2380602 ], [ 120.0270463, 30.2381399 ] ], [ [ 120.0270463, 30.2381399 ], [ 120.0272506, 30.2381982 ] ], [ [ 120.0272506, 30.2381982 ], [ 120.0273606, 30.2382296 ] ], [ [ 120.0273606, 30.2382296 ], [ 120.0282514, 30.2384839 ] ], [ [ 120.015881, 30.236068 ], [ 120.0158671, 30.2373217 ] ], [ [ 120.0158671, 30.2373217 ], [ 120.0158651, 30.2389865 ] ], [ [ 120.0158651, 30.2389865 ], [ 120.015874, 30.2391682 ] ], [ [ 120.015874, 30.2391682 ], [ 120.0158713, 30.239623 ] ], [ [ 120.0100894, 30.2392346 ], [ 120.0101292, 30.2389396 ] ], [ [ 120.0504703, 30.2355217 ], [ 120.0499195, 30.2357299 ], [ 120.049493, 30.235957 ], [ 120.0487313, 30.2364158 ], [ 120.0483236, 30.2366916 ], [ 120.0482254, 30.2367607 ] ], [ [ 120.045559, 30.2342127 ], [ 120.0454977, 30.2343 ] ], [ [ 120.0454977, 30.2343 ], [ 120.0453417, 30.2345222 ] ], [ [ 120.0453417, 30.2345222 ], [ 120.0452211, 30.2346972 ] ], [ [ 120.0452211, 30.2346972 ], [ 120.0451986, 30.2347299 ] ], [ [ 120.0451986, 30.2347299 ], [ 120.0443097, 30.2360203 ] ], [ [ 120.0443097, 30.2360203 ], [ 120.043904, 30.2366121 ] ], [ [ 120.043904, 30.2366121 ], [ 120.0430189, 30.2378898 ] ], [ [ 120.0430189, 30.2378898 ], [ 120.0426919, 30.2383491 ] ], [ [ 120.0426919, 30.2383491 ], [ 120.0424941, 30.2386437 ] ], [ [ 120.0424941, 30.2386437 ], [ 120.0423154, 30.239022 ] ], [ [ 120.0423154, 30.239022 ], [ 120.042166, 30.2394032 ] ], [ [ 120.042166, 30.2394032 ], [ 120.0420335, 30.2397561 ] ], [ [ 120.0420335, 30.2397561 ], [ 120.0419749, 30.2399122 ] ], [ [ 120.0477092, 30.2417598 ], [ 120.0475714, 30.2417545 ] ], [ [ 120.0475714, 30.2417545 ], [ 120.0473093, 30.2417392 ] ], [ [ 120.0473093, 30.2417392 ], [ 120.0469152, 30.241707 ] ], [ [ 120.0469152, 30.241707 ], [ 120.046046, 30.2416265 ] ], [ [ 120.046046, 30.2416265 ], [ 120.0457143, 30.2415915 ] ], [ [ 120.0457143, 30.2415915 ], [ 120.0453276, 30.2415508 ] ], [ [ 120.0453276, 30.2415508 ], [ 120.0450646, 30.2415017 ] ], [ [ 120.0450646, 30.2415017 ], [ 120.0448562, 30.2414235 ] ], [ [ 120.0448562, 30.2414235 ], [ 120.0446722, 30.2413109 ] ], [ [ 120.0446722, 30.2413109 ], [ 120.0445406, 30.2411966 ] ], [ [ 120.0445406, 30.2411966 ], [ 120.0443827, 30.2410486 ] ], [ [ 120.0443827, 30.2410486 ], [ 120.0442784, 30.2408757 ] ], [ [ 120.0442784, 30.2408757 ], [ 120.0442047, 30.2406672 ] ], [ [ 120.0442047, 30.2406672 ], [ 120.0441806, 30.24045 ] ], [ [ 120.0441806, 30.24045 ], [ 120.0442092, 30.2402542 ] ], [ [ 120.0442092, 30.2402542 ], [ 120.0442737, 30.2400954 ] ], [ [ 120.0442737, 30.2400954 ], [ 120.0443474, 30.2399582 ] ], [ [ 120.0443474, 30.2399582 ], [ 120.0445696, 30.2396383 ] ], [ [ 120.0445696, 30.2396383 ], [ 120.0452811, 30.2386661 ] ], [ [ 120.0452811, 30.2386661 ], [ 120.0457309, 30.2379871 ] ], [ [ 120.0457309, 30.2379871 ], [ 120.0460508, 30.2375636 ] ], [ [ 120.0460508, 30.2375636 ], [ 120.046123, 30.2374613 ] ], [ [ 120.046123, 30.2374613 ], [ 120.0461701, 30.2373947 ] ], [ [ 120.0461701, 30.2373947 ], [ 120.0464899, 30.2369419 ] ], [ [ 120.0464899, 30.2369419 ], [ 120.0467916, 30.2364474 ] ], [ [ 120.0467916, 30.2364474 ], [ 120.0469111, 30.2362652 ] ], [ [ 120.0469111, 30.2362652 ], [ 120.0471688, 30.2359612 ] ], [ [ 120.0471688, 30.2359612 ], [ 120.0472742, 30.2358369 ] ], [ [ 120.0504703, 30.2355217 ], [ 120.0506978, 30.2362088 ] ], [ [ 120.0506978, 30.2362088 ], [ 120.0507602, 30.2363974 ] ], [ [ 120.0507602, 30.2363974 ], [ 120.0509007, 30.2370063 ] ], [ [ 120.0509007, 30.2370063 ], [ 120.0509462, 30.2373474 ] ], [ [ 120.0509462, 30.2373474 ], [ 120.050955, 30.2377262 ] ], [ [ 120.050955, 30.2377262 ], [ 120.0509509, 30.2378856 ] ], [ [ 120.0509509, 30.2378856 ], [ 120.050933, 30.2380411 ] ], [ [ 120.050933, 30.2380411 ], [ 120.0508666, 30.2384264 ] ], [ [ 120.0508666, 30.2384264 ], [ 120.0507799, 30.2388726 ] ], [ [ 120.0507799, 30.2388726 ], [ 120.0505722, 30.2399912 ] ], [ [ 120.0505722, 30.2399912 ], [ 120.0505015, 30.2408267 ] ], [ [ 120.0505015, 30.2408267 ], [ 120.0504873, 30.2409389 ] ], [ [ 120.0504873, 30.2409389 ], [ 120.050402, 30.2414278 ] ], [ [ 120.050402, 30.2414278 ], [ 120.0503962, 30.2414608 ] ], [ [ 120.0503962, 30.2414608 ], [ 120.050301, 30.2419032 ] ], [ [ 120.050301, 30.2419032 ], [ 120.0501899, 30.2424319 ] ], [ [ 120.0501899, 30.2424319 ], [ 120.0501495, 30.242618 ] ], [ [ 120.0501495, 30.242618 ], [ 120.0501334, 30.2427062 ] ], [ [ 120.0501334, 30.2427062 ], [ 120.0501254, 30.2427889 ] ], [ [ 120.0501254, 30.2427889 ], [ 120.0499454, 30.2435303 ] ], [ [ 120.0499454, 30.2435303 ], [ 120.0497416, 30.2447969 ] ], [ [ 119.982203, 30.2222111 ], [ 119.9814712, 30.2223198 ] ], [ [ 119.9814712, 30.2223198 ], [ 119.9806343, 30.222445 ] ], [ [ 119.9806343, 30.222445 ], [ 119.9799066, 30.2226581 ] ], [ [ 119.9832719, 30.222054 ], [ 119.9835931, 30.2234853 ] ], [ [ 119.9790243, 30.2228862 ], [ 119.9796848, 30.2227231 ] ], [ [ 119.9796848, 30.2227231 ], [ 119.9799066, 30.2226581 ] ], [ [ 119.9790243, 30.2228862 ], [ 119.9788908, 30.2229191 ] ], [ [ 119.9788908, 30.2229191 ], [ 119.9785436, 30.2229307 ] ], [ [ 119.9785436, 30.2229307 ], [ 119.9780573, 30.2228827 ] ], [ [ 119.982519, 30.2237773 ], [ 119.982203, 30.2222111 ] ], [ [ 119.9812786, 30.224119 ], [ 119.9810103, 30.2237779 ] ], [ [ 119.9810103, 30.2237779 ], [ 119.9799066, 30.2226581 ] ], [ [ 119.9835931, 30.2234853 ], [ 119.9841844, 30.2233195 ], [ 119.9851034, 30.2230618 ], [ 119.9853791, 30.2230078 ], [ 119.9857211, 30.2230078 ], [ 119.9861806, 30.2230714 ], [ 119.9866487, 30.2232229 ], [ 119.9877876, 30.2236637 ], [ 119.9883994, 30.2239148 ] ], [ [ 119.9883387, 30.2240291 ], [ 119.9879526, 30.2238881 ], [ 119.9877251, 30.2238051 ], [ 119.9866156, 30.2233325 ], [ 119.986184, 30.2231977 ], [ 119.98582, 30.2231235 ], [ 119.9854683, 30.2231423 ], [ 119.985166, 30.22318 ], [ 119.9846232, 30.2233113 ], [ 119.9836446, 30.223587 ], [ 119.983341, 30.2236665 ], [ 119.9825426, 30.2238942 ] ], [ [ 119.982519, 30.2237773 ], [ 119.9835931, 30.2234853 ] ], [ [ 119.982519, 30.2237773 ], [ 119.9825426, 30.2238942 ] ], [ [ 119.9812786, 30.224119 ], [ 119.982519, 30.2237773 ] ], [ [ 119.9825426, 30.2238942 ], [ 119.9820056, 30.2240412 ], [ 119.981354, 30.2242222 ], [ 119.9809283, 30.2244371 ], [ 119.9805566, 30.2246841 ], [ 119.9804131, 30.2248222 ] ], [ [ 119.9788653, 30.2263055 ], [ 119.9792217, 30.2258969 ], [ 119.9801181, 30.2248694 ], [ 119.9804122, 30.2246311 ], [ 119.9806138, 30.2244812 ], [ 119.9807284, 30.2243961 ], [ 119.9812786, 30.224119 ] ], [ [ 119.9804131, 30.2248222 ], [ 119.9801179, 30.2251392 ], [ 119.9800244, 30.2252404 ], [ 119.9793878, 30.2259296 ] ], [ [ 119.9804131, 30.2248222 ], [ 119.9806657, 30.2251547 ] ], [ [ 119.9806657, 30.2251547 ], [ 119.9810473, 30.2257226 ] ], [ [ 119.9810473, 30.2257226 ], [ 119.981325, 30.2264246 ] ], [ [ 119.9836232, 30.2276153 ], [ 119.9829032, 30.2257645 ] ], [ [ 119.9829032, 30.2257645 ], [ 119.982798, 30.2253864 ] ], [ [ 119.982798, 30.2253864 ], [ 119.9827266, 30.2251295 ] ], [ [ 119.9827266, 30.2251295 ], [ 119.9826206, 30.2242135 ] ], [ [ 119.9826206, 30.2242135 ], [ 119.9825426, 30.2238942 ] ], [ [ 119.9793878, 30.2259296 ], [ 119.9788599, 30.226452 ] ], [ [ 119.9787602, 30.2264195 ], [ 119.9788653, 30.2263055 ] ], [ [ 119.981325, 30.2264246 ], [ 119.9810749, 30.2265156 ] ], [ [ 119.9810749, 30.2265156 ], [ 119.9803819, 30.2268835 ] ], [ [ 119.9803819, 30.2268835 ], [ 119.9799047, 30.2263001 ] ], [ [ 119.9799047, 30.2263001 ], [ 119.9793878, 30.2259296 ] ], [ [ 119.9788599, 30.226452 ], [ 119.978757, 30.2265368 ] ], [ [ 119.9781984, 30.2272813 ], [ 119.9782358, 30.2270867 ], [ 119.9787602, 30.2264195 ] ], [ [ 119.9871813, 30.226135 ], [ 119.9872608, 30.2262862 ] ], [ [ 119.9872608, 30.2262862 ], [ 119.9873576, 30.2264703 ] ], [ [ 119.9873576, 30.2264703 ], [ 119.9872805, 30.2266978 ] ], [ [ 119.9872805, 30.2266978 ], [ 119.9871649, 30.2270753 ] ], [ [ 119.9871649, 30.2270753 ], [ 119.9871328, 30.2272695 ] ], [ [ 119.9871328, 30.2272695 ], [ 119.9872291, 30.2275692 ] ], [ [ 119.9938045, 30.2283259 ], [ 119.9936087, 30.2281484 ], [ 119.9929227, 30.2275448 ], [ 119.991772, 30.2265325 ], [ 119.9913125, 30.2261337 ], [ 119.9912451, 30.2260752 ], [ 119.9902781, 30.2252359 ], [ 119.9898412, 30.2248484 ], [ 119.9894457, 30.2245038 ], [ 119.9890972, 30.2243017 ], [ 119.9883387, 30.2240291 ] ], [ [ 119.9961453, 30.2255766 ], [ 119.9960554, 30.2259652 ] ], [ [ 119.9960554, 30.2259652 ], [ 119.995882, 30.2264536 ] ], [ [ 119.995882, 30.2264536 ], [ 119.9956764, 30.2267866 ] ], [ [ 119.9956764, 30.2267866 ], [ 119.9953734, 30.2270521 ] ], [ [ 119.9953734, 30.2270521 ], [ 119.9952714, 30.2271415 ] ], [ [ 119.9939097, 30.2282413 ], [ 119.9952203, 30.2271863 ] ], [ [ 119.9952203, 30.2271863 ], [ 119.9952714, 30.2271415 ] ], [ [ 119.9939097, 30.2282413 ], [ 119.9938045, 30.2283259 ] ], [ [ 119.9953734, 30.2270521 ], [ 119.9964477, 30.2283482 ], [ 119.9968648, 30.2288514 ], [ 119.9971153, 30.2290234 ], [ 119.9972445, 30.2290875 ], [ 119.9980142, 30.2294693 ], [ 119.9984579, 30.2296894 ], [ 119.998741, 30.229748 ] ], [ [ 119.978757, 30.2265368 ], [ 119.9781984, 30.2272813 ] ], [ [ 119.981325, 30.2264246 ], [ 119.9814854, 30.2268766 ] ], [ [ 119.9814854, 30.2268766 ], [ 119.9815773, 30.2273345 ] ], [ [ 119.9815773, 30.2273345 ], [ 119.9816037, 30.227973 ] ], [ [ 119.9787616, 30.227404 ], [ 119.9787071, 30.2273417 ], [ 119.9785857, 30.2272917 ], [ 119.9784705, 30.227269 ], [ 119.978416, 30.2272583 ], [ 119.9781984, 30.2272813 ] ], [ [ 119.9871813, 30.226135 ], [ 119.985685, 30.2270146 ] ], [ [ 119.985685, 30.2270146 ], [ 119.9844733, 30.2283838 ] ], [ [ 119.9844733, 30.2283838 ], [ 119.9842051, 30.2285974 ] ], [ [ 119.9842051, 30.2285974 ], [ 119.9840599, 30.228713 ] ], [ [ 119.9836232, 30.2276153 ], [ 119.9835209, 30.2276334 ] ], [ [ 119.9835209, 30.2276334 ], [ 119.9828011, 30.2277609 ] ], [ [ 119.9828011, 30.2277609 ], [ 119.9817345, 30.2279498 ] ], [ [ 119.9817345, 30.2279498 ], [ 119.9816037, 30.227973 ] ], [ [ 119.9872291, 30.2275692 ], [ 119.9876274, 30.2280743 ] ], [ [ 119.986985, 30.2282408 ], [ 119.9869593, 30.2281354 ] ], [ [ 119.9869593, 30.2281354 ], [ 119.9871649, 30.2276303 ] ], [ [ 119.9871649, 30.2276303 ], [ 119.9872291, 30.2275692 ] ], [ [ 119.980799, 30.2281237 ], [ 119.9816037, 30.227973 ] ], [ [ 119.9876274, 30.2280743 ], [ 119.986985, 30.2282408 ] ], [ [ 119.9840599, 30.228713 ], [ 119.9836232, 30.2276153 ] ], [ [ 119.980799, 30.2281237 ], [ 119.978883, 30.2283175 ] ], [ [ 119.978883, 30.2283175 ], [ 119.9787937, 30.2283265 ] ], [ [ 119.9817997, 30.2297186 ], [ 119.9816037, 30.227973 ] ], [ [ 119.9808943, 30.2296935 ], [ 119.9809148, 30.2292244 ] ], [ [ 119.9809148, 30.2292244 ], [ 119.9809187, 30.2288055 ] ], [ [ 119.9809187, 30.2288055 ], [ 119.9808445, 30.2283612 ] ], [ [ 119.9808445, 30.2283612 ], [ 119.980799, 30.2281237 ] ], [ [ 119.9840599, 30.228713 ], [ 119.9844168, 30.2288976 ] ], [ [ 119.9844168, 30.2288976 ], [ 119.9852271, 30.2292446 ] ], [ [ 119.9852271, 30.2292446 ], [ 119.9851282, 30.2296949 ] ], [ [ 119.9851282, 30.2296949 ], [ 119.9853178, 30.2298456 ] ], [ [ 119.9853178, 30.2298456 ], [ 119.9858153, 30.2299373 ] ], [ [ 119.9858153, 30.2299373 ], [ 119.9860408, 30.229752 ] ], [ [ 119.9860408, 30.229752 ], [ 119.9858825, 30.2291813 ] ], [ [ 119.9858825, 30.2291813 ], [ 119.9860023, 30.228606 ] ], [ [ 119.9860023, 30.228606 ], [ 119.9864454, 30.2285017 ] ], [ [ 119.9864454, 30.2285017 ], [ 119.986985, 30.2282408 ] ], [ [ 119.9781984, 30.2272813 ], [ 119.9771575, 30.2286416 ] ], [ [ 119.9771575, 30.2286416 ], [ 119.9765896, 30.2294069 ] ], [ [ 119.9765896, 30.2294069 ], [ 119.976195, 30.2299387 ] ], [ [ 119.976195, 30.2299387 ], [ 119.9755003, 30.2308255 ] ], [ [ 119.9755003, 30.2308255 ], [ 119.975068, 30.2313838 ] ], [ [ 119.9808943, 30.2296935 ], [ 119.9802578, 30.2296905 ] ], [ [ 119.9802578, 30.2296905 ], [ 119.9789626, 30.229561 ] ], [ [ 119.9808943, 30.2296935 ], [ 119.9817997, 30.2297186 ] ], [ [ 119.9812764, 30.2314644 ], [ 119.9813801, 30.2315201 ] ], [ [ 119.9813801, 30.2315201 ], [ 119.9817342, 30.2316326 ] ], [ [ 119.9817342, 30.2316326 ], [ 119.9818124, 30.2316579 ] ], [ [ 119.9818124, 30.2316579 ], [ 119.9819026, 30.2313009 ] ], [ [ 119.9819026, 30.2313009 ], [ 119.9821643, 30.230806 ] ], [ [ 119.9821643, 30.230806 ], [ 119.9827185, 30.2297706 ] ], [ [ 119.9827185, 30.2297706 ], [ 119.9831822, 30.2293504 ] ], [ [ 119.9831822, 30.2293504 ], [ 119.9833552, 30.2292319 ] ], [ [ 119.9833552, 30.2292319 ], [ 119.983737, 30.2289702 ] ], [ [ 119.983737, 30.2289702 ], [ 119.9840599, 30.228713 ] ], [ [ 119.9987144, 30.2299058 ], [ 119.9982202, 30.2297283 ], [ 119.997398, 30.2293009 ], [ 119.9971212, 30.2291741 ], [ 119.996974, 30.2291067 ], [ 119.9966207, 30.2287626 ], [ 119.9952714, 30.2271415 ] ], [ [ 119.998741, 30.229748 ], [ 119.9987144, 30.2299058 ] ], [ [ 119.9913468, 30.2321371 ], [ 119.9914046, 30.2317763 ] ], [ [ 119.9914046, 30.2317763 ], [ 119.9914367, 30.2315765 ] ], [ [ 119.9914367, 30.2315765 ], [ 119.9914688, 30.2311658 ] ], [ [ 119.9914688, 30.2311658 ], [ 119.9914367, 30.2307107 ] ], [ [ 119.9914367, 30.2307107 ], [ 119.9913082, 30.2303055 ] ], [ [ 119.9913082, 30.2303055 ], [ 119.9911348, 30.2298449 ] ], [ [ 119.9911348, 30.2298449 ], [ 119.9907943, 30.2293731 ] ], [ [ 119.9907943, 30.2293731 ], [ 119.9906723, 30.2291955 ] ], [ [ 119.9906723, 30.2291955 ], [ 119.9903382, 30.2288847 ] ], [ [ 119.9903382, 30.2288847 ], [ 119.9897473, 30.2285294 ] ], [ [ 119.9897473, 30.2285294 ], [ 119.9892205, 30.2282741 ] ], [ [ 119.9892205, 30.2282741 ], [ 119.98897, 30.2281687 ] ], [ [ 119.98897, 30.2281687 ], [ 119.9885717, 30.2280688 ] ], [ [ 119.9885717, 30.2280688 ], [ 119.9880899, 30.2280577 ] ], [ [ 119.9880899, 30.2280577 ], [ 119.9876274, 30.2280743 ] ], [ [ 119.9938045, 30.2283259 ], [ 119.9931816, 30.2289269 ] ], [ [ 119.9931816, 30.2289269 ], [ 119.9929411, 30.2292344 ] ], [ [ 119.9929411, 30.2292344 ], [ 119.9927968, 30.2295793 ] ], [ [ 119.9927968, 30.2295793 ], [ 119.992739, 30.22997 ] ], [ [ 119.992739, 30.22997 ], [ 119.9927394, 30.2303248 ] ], [ [ 119.9927394, 30.2303248 ], [ 119.9927434, 30.2304493 ] ], [ [ 119.9927434, 30.2304493 ], [ 119.9927535, 30.2307305 ] ], [ [ 119.9927535, 30.2307305 ], [ 119.9927968, 30.2310339 ] ], [ [ 119.9927968, 30.2310339 ], [ 119.9928881, 30.23157 ] ], [ [ 119.9928881, 30.23157 ], [ 119.9929555, 30.2320147 ] ], [ [ 119.9929555, 30.2320147 ], [ 119.9929659, 30.2322109 ] ], [ [ 119.9939097, 30.2282413 ], [ 119.9941586, 30.228459 ], [ 119.9943461, 30.2287322 ], [ 119.9945371, 30.2289939 ], [ 119.9946034, 30.2290848 ], [ 119.9949233, 30.2297153 ], [ 119.9952709, 30.2303799 ], [ 119.9956549, 30.2312035 ], [ 119.9957854, 30.2315815 ], [ 119.9958718, 30.2320119 ], [ 119.995869, 30.2323188 ] ], [ [ 119.9956977, 30.2323589 ], [ 119.995522, 30.2313568 ], [ 119.9951009, 30.2303814 ], [ 119.995036, 30.2302488 ], [ 119.9946246, 30.2294277 ], [ 119.9944485, 30.2291161 ], [ 119.9942787, 30.2288222 ], [ 119.9939952, 30.2284988 ], [ 119.9938045, 30.2283259 ] ], [ [ 119.9987144, 30.2299058 ], [ 119.9985144, 30.230718 ] ], [ [ 119.9985144, 30.230718 ], [ 119.9984291, 30.2312988 ] ], [ [ 119.9984291, 30.2312988 ], [ 119.9984875, 30.2323147 ] ], [ [ 119.9812764, 30.2314644 ], [ 119.981549, 30.2306432 ] ], [ [ 119.981549, 30.2306432 ], [ 119.981635, 30.2303751 ] ], [ [ 119.981635, 30.2303751 ], [ 119.9817668, 30.2300102 ] ], [ [ 119.9817668, 30.2300102 ], [ 119.9817997, 30.2297186 ] ], [ [ 119.9789096, 30.2309944 ], [ 119.9790113, 30.2309932 ] ], [ [ 119.975068, 30.2313838 ], [ 119.9753542, 30.2314289 ] ], [ [ 119.9753542, 30.2314289 ], [ 119.9759337, 30.2314228 ] ], [ [ 119.9759337, 30.2314228 ], [ 119.9777004, 30.2311664 ] ], [ [ 119.9777004, 30.2311664 ], [ 119.9789096, 30.2309944 ] ], [ [ 119.9790113, 30.2309932 ], [ 119.9794079, 30.2309886 ] ], [ [ 119.9794079, 30.2309886 ], [ 119.979744, 30.2310597 ] ], [ [ 119.979744, 30.2310597 ], [ 119.9812764, 30.2314644 ] ], [ [ 119.9717433, 30.2258419 ], [ 119.9741313, 30.2265519 ] ], [ [ 119.9741313, 30.2265519 ], [ 119.9743912, 30.2266291 ] ], [ [ 119.9743912, 30.2266291 ], [ 119.9749044, 30.2267817 ] ], [ [ 119.9749044, 30.2267817 ], [ 119.9752762, 30.2270399 ] ], [ [ 119.9752762, 30.2270399 ], [ 119.9766791, 30.2271372 ] ], [ [ 119.9766791, 30.2271372 ], [ 119.9770334, 30.2271617 ] ], [ [ 119.9770334, 30.2271617 ], [ 119.9775418, 30.227197 ] ], [ [ 119.9775418, 30.227197 ], [ 119.9779839, 30.2272251 ] ], [ [ 119.9779839, 30.2272251 ], [ 119.9781984, 30.2272813 ] ], [ [ 119.9717433, 30.2258419 ], [ 119.9715927, 30.2263409 ] ], [ [ 119.9715927, 30.2263409 ], [ 119.9714212, 30.2267461 ] ], [ [ 119.9714212, 30.2267461 ], [ 119.9706485, 30.2278963 ] ], [ [ 119.9706485, 30.2278963 ], [ 119.9717813, 30.2287912 ] ], [ [ 119.9717813, 30.2287912 ], [ 119.9722137, 30.2291329 ] ], [ [ 119.9722137, 30.2291329 ], [ 119.9726631, 30.2294879 ] ], [ [ 119.9726631, 30.2294879 ], [ 119.9727194, 30.2295324 ] ], [ [ 119.9727194, 30.2295324 ], [ 119.9746233, 30.2310333 ] ], [ [ 119.9746233, 30.2310333 ], [ 119.975068, 30.2313838 ] ], [ [ 119.9712958, 30.2350614 ], [ 119.9722042, 30.2341787 ] ], [ [ 119.9722042, 30.2341787 ], [ 119.9730333, 30.2333708 ] ], [ [ 119.9730333, 30.2333708 ], [ 119.9735286, 30.2328916 ] ], [ [ 119.9735286, 30.2328916 ], [ 119.9740227, 30.2324077 ] ], [ [ 119.9740227, 30.2324077 ], [ 119.9741543, 30.2322787 ] ], [ [ 119.9741543, 30.2322787 ], [ 119.9742328, 30.2322019 ] ], [ [ 119.9742328, 30.2322019 ], [ 119.9746084, 30.2318321 ] ], [ [ 119.9746084, 30.2318321 ], [ 119.975068, 30.2313838 ] ], [ [ 119.9712958, 30.2350614 ], [ 119.9703327, 30.2329463 ] ], [ [ 119.9929659, 30.2322109 ], [ 119.9913468, 30.2321371 ] ], [ [ 119.9956977, 30.2323589 ], [ 119.9929659, 30.2322109 ] ], [ [ 119.995869, 30.2323188 ], [ 119.9962512, 30.2323396 ], [ 119.9984875, 30.2323147 ] ], [ [ 119.9956977, 30.2323589 ], [ 119.995869, 30.2323188 ] ], [ [ 119.995869, 30.2323188 ], [ 119.9958681, 30.2324152 ] ], [ [ 119.9958681, 30.2324152 ], [ 119.9956977, 30.2323589 ] ], [ [ 119.9984969, 30.2324789 ], [ 119.9984875, 30.2323147 ] ], [ [ 119.9809264, 30.2328078 ], [ 119.981217, 30.2319666 ] ], [ [ 119.981217, 30.2319666 ], [ 119.9812764, 30.2314644 ] ], [ [ 119.9789835, 30.232514 ], [ 119.9791108, 30.2324961 ] ], [ [ 119.9791108, 30.2324961 ], [ 119.9796098, 30.232426 ] ], [ [ 119.9796098, 30.232426 ], [ 119.9809264, 30.2328078 ] ], [ [ 119.9864856, 30.2337754 ], [ 119.9864219, 30.2337447 ], [ 119.9863729, 30.233698 ], [ 119.9863437, 30.2336403 ], [ 119.9863373, 30.2335775 ], [ 119.9863546, 30.2335162 ], [ 119.9863935, 30.233463 ], [ 119.9864501, 30.2334232 ], [ 119.9865184, 30.2334011 ], [ 119.9865913, 30.2333991 ], [ 119.9866612, 30.2334173 ], [ 119.9867206, 30.2334538 ], [ 119.9867635, 30.2335048 ], [ 119.9867853, 30.2335649 ] ], [ [ 119.9867853, 30.2335649 ], [ 119.9867827, 30.233632 ], [ 119.986754, 30.2336944 ], [ 119.9867024, 30.2337446 ], [ 119.9866341, 30.2337767 ], [ 119.9866172, 30.2337789 ] ], [ [ 119.9984969, 30.2324789 ], [ 119.9981398, 30.23249 ], [ 119.9979273, 30.2324871 ], [ 119.9976133, 30.2324828 ], [ 119.9971234, 30.2324923 ], [ 119.9965846, 30.232513 ], [ 119.9960605, 30.2324788 ], [ 119.9958681, 30.2324152 ] ], [ [ 119.9913468, 30.2321371 ], [ 119.991244, 30.232298 ] ], [ [ 119.991244, 30.232298 ], [ 119.990987, 30.2328364 ] ], [ [ 119.9867853, 30.2335649 ], [ 119.9892334, 30.2328002 ] ], [ [ 119.9892334, 30.2328002 ], [ 119.9896124, 30.2327143 ] ], [ [ 119.9896124, 30.2327143 ], [ 119.9898436, 30.2327087 ] ], [ [ 119.9898436, 30.2327087 ], [ 119.989991, 30.2327228 ] ], [ [ 119.989991, 30.2327228 ], [ 119.9905695, 30.2327781 ] ], [ [ 119.9905695, 30.2327781 ], [ 119.990987, 30.2328364 ] ], [ [ 119.9929659, 30.2322109 ], [ 119.9929314, 30.2328915 ] ], [ [ 119.9929314, 30.2328915 ], [ 119.9929026, 30.233012 ] ], [ [ 119.9929026, 30.233012 ], [ 119.9928449, 30.2331326 ] ], [ [ 119.9928449, 30.2331326 ], [ 119.9927294, 30.2332738 ] ], [ [ 119.9927294, 30.2332738 ], [ 119.9925274, 30.2334235 ] ], [ [ 119.9925274, 30.2334235 ], [ 119.9923975, 30.2335689 ] ], [ [ 119.9923975, 30.2335689 ], [ 119.9923206, 30.233731 ] ], [ [ 119.9923206, 30.233731 ], [ 119.9921562, 30.2345624 ] ], [ [ 119.9985731, 30.2343997 ], [ 119.9984969, 30.2324789 ] ], [ [ 119.9953029, 30.2345437 ], [ 119.9954311, 30.2342177 ], [ 119.9955558, 30.2338713 ], [ 119.995636, 30.2335633 ], [ 119.9956895, 30.2333132 ], [ 119.9957162, 30.233113 ], [ 119.9957385, 30.2329283 ], [ 119.995734, 30.2326126 ], [ 119.9956977, 30.2323589 ] ], [ [ 119.9958681, 30.2324152 ], [ 119.995876, 30.2325145 ], [ 119.9958811, 30.2326126 ], [ 119.9958721, 30.2329321 ], [ 119.995841, 30.2331977 ], [ 119.9957964, 30.2334633 ], [ 119.995734, 30.2337019 ], [ 119.9955959, 30.2341753 ], [ 119.9955291, 30.2343331 ], [ 119.9954459, 30.2345281 ] ], [ [ 119.990541, 30.2342628 ], [ 119.990544, 30.2341508 ] ], [ [ 119.990544, 30.2341508 ], [ 119.9905657, 30.2340673 ] ], [ [ 119.9905657, 30.2340673 ], [ 119.9907237, 30.233458 ] ], [ [ 119.9907237, 30.233458 ], [ 119.9909035, 30.2329862 ] ], [ [ 119.9909035, 30.2329862 ], [ 119.990987, 30.2328364 ] ], [ [ 119.9921562, 30.2345624 ], [ 119.990541, 30.2342628 ] ], [ [ 119.9954459, 30.2345281 ], [ 119.9961458, 30.2344515 ] ], [ [ 119.9961458, 30.2344515 ], [ 119.9968927, 30.2343962 ] ], [ [ 119.9968927, 30.2343962 ], [ 119.99738, 30.2343972 ] ], [ [ 119.99738, 30.2343972 ], [ 119.9985731, 30.2343997 ] ], [ [ 119.9954459, 30.2345281 ], [ 119.9953029, 30.2345437 ] ], [ [ 119.9866172, 30.2337789 ], [ 119.9865573, 30.2337869 ], [ 119.9864856, 30.2337754 ] ], [ [ 119.9809264, 30.2328078 ], [ 119.9806839, 30.2335695 ] ], [ [ 119.9806839, 30.2335695 ], [ 119.9805553, 30.2344777 ] ], [ [ 119.9805553, 30.2344777 ], [ 119.982212, 30.2345927 ] ], [ [ 119.982212, 30.2345927 ], [ 119.9838219, 30.2347614 ] ], [ [ 119.9864361, 30.2352903 ], [ 119.9864125, 30.234809 ], [ 119.9864234, 30.2345964 ], [ 119.986458, 30.2340893 ], [ 119.9864856, 30.2337754 ] ], [ [ 119.9866172, 30.2337789 ], [ 119.9865986, 30.2341063 ], [ 119.986564, 30.2346134 ], [ 119.9865411, 30.2348231 ], [ 119.9865709, 30.2352995 ] ], [ [ 119.9953029, 30.2345437 ], [ 119.9943017, 30.2346512 ] ], [ [ 119.9943017, 30.2346512 ], [ 119.9935052, 30.2347123 ] ], [ [ 119.9935052, 30.2347123 ], [ 119.9926765, 30.2346679 ] ], [ [ 119.9926765, 30.2346679 ], [ 119.9921562, 30.2345624 ] ], [ [ 119.990541, 30.2342628 ], [ 119.9905215, 30.2344297 ] ], [ [ 119.9905215, 30.2344297 ], [ 119.9904648, 30.2348215 ] ], [ [ 119.9904648, 30.2348215 ], [ 119.9903192, 30.2356972 ] ], [ [ 119.9945472, 30.2367036 ], [ 119.9946025, 30.2365232 ], [ 119.9950346, 30.2353955 ], [ 119.9951861, 30.2349644 ], [ 119.9952663, 30.2346911 ], [ 119.9953029, 30.2345437 ] ], [ [ 119.9954459, 30.2345281 ], [ 119.9953776, 30.2348104 ], [ 119.9953108, 30.234999 ], [ 119.9951593, 30.2354301 ], [ 119.9950346, 30.2357688 ], [ 119.9948876, 30.2361845 ], [ 119.994745, 30.2365386 ], [ 119.9946733, 30.2367363 ] ], [ [ 119.9987261, 30.2376921 ], [ 119.9987082, 30.2371445 ] ], [ [ 119.9987082, 30.2371445 ], [ 119.9986638, 30.2359448 ] ], [ [ 119.9986638, 30.2359448 ], [ 119.9985731, 30.2343997 ] ], [ [ 119.9712958, 30.2350614 ], [ 119.9715977, 30.2357792 ] ], [ [ 119.9715977, 30.2357792 ], [ 119.9716606, 30.2359288 ] ], [ [ 119.9716606, 30.2359288 ], [ 119.9718415, 30.2363589 ] ], [ [ 119.9718415, 30.2363589 ], [ 119.9719576, 30.2366351 ] ], [ [ 119.9719576, 30.2366351 ], [ 119.9720674, 30.2367861 ], [ 119.972112, 30.2368525 ], [ 119.9721566, 30.236919 ] ], [ [ 119.9718532, 30.2369405 ], [ 119.9719471, 30.2367922 ], [ 119.9719576, 30.2366351 ] ], [ [ 119.9718532, 30.2369405 ], [ 119.9719216, 30.2369022 ], [ 119.9720007, 30.236885 ], [ 119.9720819, 30.2368908 ], [ 119.9721566, 30.236919 ] ], [ [ 119.9717753, 30.237135 ], [ 119.9717754, 30.2370638 ], [ 119.9718023, 30.2369965 ], [ 119.9718532, 30.2369405 ] ], [ [ 119.9721566, 30.236919 ], [ 119.9722168, 30.2369665 ], [ 119.9727702, 30.2373634 ] ], [ [ 119.9720845, 30.2373076 ], [ 119.9720024, 30.2373141 ], [ 119.9719223, 30.2372971 ], [ 119.9718531, 30.2372585 ], [ 119.9718022, 30.2372024 ], [ 119.9717753, 30.237135 ] ], [ [ 119.9814368, 30.2380788 ], [ 119.9831086, 30.2382483 ] ], [ [ 119.9831086, 30.2382483 ], [ 119.9863668, 30.2384571 ] ], [ [ 119.929357695681176, 30.181300958291132 ], [ 119.9301843, 30.1813526 ] ], [ [ 119.9301843, 30.1813526 ], [ 119.9307341, 30.1813117 ] ], [ [ 119.9307341, 30.1813117 ], [ 119.9311242, 30.1813321 ] ], [ [ 119.9311242, 30.1813321 ], [ 119.9314493, 30.1815212 ] ], [ [ 119.9314493, 30.1815212 ], [ 119.9318985, 30.181838 ] ], [ [ 119.9318985, 30.181838 ], [ 119.9341507, 30.1836213 ] ], [ [ 119.9341507, 30.1836213 ], [ 119.9345113, 30.183841 ] ], [ [ 119.9345113, 30.183841 ], [ 119.9346827, 30.1839279 ] ], [ [ 119.9346827, 30.1839279 ], [ 119.9348364, 30.1839279 ] ], [ [ 119.9348364, 30.1839279 ], [ 119.9356478, 30.1838165 ] ], [ [ 119.9356478, 30.1838165 ], [ 119.9357416, 30.1838036 ] ], [ [ 119.9357416, 30.1838036 ], [ 119.9361454, 30.1837481 ] ], [ [ 119.9361454, 30.1837481 ], [ 119.9363615, 30.1837184 ] ], [ [ 119.9363615, 30.1837184 ], [ 119.936793, 30.1836418 ] ], [ [ 119.936793, 30.1836418 ], [ 119.9369762, 30.1835396 ] ], [ [ 119.9369762, 30.1835396 ], [ 119.9371122, 30.1834067 ] ], [ [ 119.9371122, 30.1834067 ], [ 119.9376619, 30.1828957 ] ], [ [ 119.9376619, 30.1828957 ], [ 119.9377801, 30.1828446 ] ], [ [ 119.9377801, 30.1828446 ], [ 119.9387141, 30.1826045 ] ], [ [ 119.9387141, 30.1826045 ], [ 119.9400677, 30.182303 ] ], [ [ 119.9400677, 30.182303 ], [ 119.9407712, 30.1822417 ] ], [ [ 119.9407712, 30.1822417 ], [ 119.9411631, 30.1821648 ] ], [ [ 119.9411631, 30.1821648 ], [ 119.9418171, 30.1819345 ] ], [ [ 119.9418171, 30.1819345 ], [ 119.9420714, 30.1818717 ] ], [ [ 119.9420714, 30.1818717 ], [ 119.9423257, 30.1819031 ] ], [ [ 119.9423257, 30.1819031 ], [ 119.9423813, 30.1819201 ] ], [ [ 119.9423813, 30.1819201 ], [ 119.9426003, 30.1819869 ] ], [ [ 119.9426003, 30.1819869 ], [ 119.9427235, 30.1820245 ] ], [ [ 119.9427235, 30.1820245 ], [ 119.9429434, 30.1820916 ] ], [ [ 119.9429434, 30.1820916 ], [ 119.9431856, 30.1821334 ] ], [ [ 119.9431856, 30.1821334 ], [ 119.9436821, 30.1821125 ] ], [ [ 119.9436821, 30.1821125 ], [ 119.9442998, 30.1820078 ] ], [ [ 119.9442998, 30.1820078 ], [ 119.9449175, 30.1819764 ] ], [ [ 119.9449175, 30.1819764 ], [ 119.9452324, 30.181924 ] ], [ [ 119.9452324, 30.181924 ], [ 119.9454867, 30.1818089 ] ], [ [ 119.9454867, 30.1818089 ], [ 119.9457531, 30.1816518 ] ], [ [ 119.9457531, 30.1816518 ], [ 119.945959, 30.1815576 ] ], [ [ 119.945959, 30.1815576 ], [ 119.9461528, 30.1815472 ] ], [ [ 119.9461528, 30.1815472 ], [ 119.9463587, 30.1815472 ] ], [ [ 119.9463587, 30.1815472 ], [ 119.9469603, 30.1816693 ] ], [ [ 119.9469603, 30.1816693 ], [ 119.9471241, 30.1817187 ] ], [ [ 119.9471241, 30.1817187 ], [ 119.9473708, 30.1817932 ] ], [ [ 119.9473708, 30.1817932 ], [ 119.9485551, 30.1821505 ] ], [ [ 119.9485551, 30.1821505 ], [ 119.9494828, 30.1823659 ] ], [ [ 119.9494828, 30.1823659 ], [ 119.9505535, 30.1826145 ] ], [ [ 119.9505535, 30.1826145 ], [ 119.9508102, 30.1826741 ] ], [ [ 119.9508102, 30.1826741 ], [ 119.9514711, 30.1828276 ] ], [ [ 119.9514711, 30.1828276 ], [ 119.9519146, 30.1829173 ] ], [ [ 119.9519146, 30.1829173 ], [ 119.9524619, 30.1829744 ] ], [ [ 119.9524619, 30.1829744 ], [ 119.9526412, 30.1829581 ] ], [ [ 119.9526412, 30.1829581 ], [ 119.9529054, 30.1828684 ] ], [ [ 119.9529054, 30.1828684 ], [ 119.9540284, 30.1823789 ] ], [ [ 119.9540284, 30.1823789 ], [ 119.9542832, 30.1823218 ] ], [ [ 119.9542832, 30.1823218 ], [ 119.9545191, 30.1822974 ] ], [ [ 119.9545191, 30.1822974 ], [ 119.9550728, 30.1823245 ] ], [ [ 119.9550728, 30.1823245 ], [ 119.9553339, 30.1823756 ] ], [ [ 119.9553339, 30.1823756 ], [ 119.9560338, 30.182522 ] ], [ [ 119.9560338, 30.182522 ], [ 119.9561753, 30.1825529 ] ], [ [ 119.9561753, 30.1825529 ], [ 119.9564055, 30.1825737 ] ], [ [ 119.9564055, 30.1825737 ], [ 119.9566919, 30.1825522 ] ], [ [ 119.9566919, 30.1825522 ], [ 119.9574514, 30.1823793 ] ], [ [ 119.9574514, 30.1823793 ], [ 119.9593201, 30.1821761 ] ], [ [ 119.9593201, 30.1821761 ], [ 119.9596773, 30.1820646 ] ], [ [ 119.9596773, 30.1820646 ], [ 119.9600028, 30.1818731 ] ], [ [ 119.9600028, 30.1818731 ], [ 119.9613047, 30.1811172 ] ], [ [ 119.9613047, 30.1811172 ], [ 119.9621495, 30.1806266 ] ], [ [ 119.9621495, 30.1806266 ], [ 119.9623898, 30.1805351 ] ], [ [ 119.9623898, 30.1805351 ], [ 119.9626251, 30.1805095 ] ], [ [ 119.9626251, 30.1805095 ], [ 119.9628722, 30.1805374 ] ], [ [ 119.9628722, 30.1805374 ], [ 119.9631863, 30.1806204 ] ], [ [ 119.9631863, 30.1806204 ], [ 119.9636473, 30.1807578 ] ], [ [ 119.9636473, 30.1807578 ], [ 119.9661456, 30.1815028 ] ], [ [ 119.9661456, 30.1815028 ], [ 119.9663664, 30.1815085 ] ], [ [ 119.9663664, 30.1815085 ], [ 119.9665657, 30.181505 ] ], [ [ 119.9665657, 30.181505 ], [ 119.9668805, 30.1814239 ] ], [ [ 119.9668805, 30.1814239 ], [ 119.9679464, 30.1808738 ] ], [ [ 119.9679464, 30.1808738 ], [ 119.9681988, 30.1807546 ] ], [ [ 119.924106, 30.2413728 ], [ 119.9241238, 30.2412828 ] ], [ [ 119.9569536, 30.2174904 ], [ 119.9572348, 30.2176683 ] ], [ [ 119.9572348, 30.2176683 ], [ 119.9573723, 30.2177553 ] ], [ [ 119.9573723, 30.2177553 ], [ 119.9599557, 30.21939 ] ], [ [ 119.9599557, 30.21939 ], [ 119.9607693, 30.2199048 ] ], [ [ 119.9607693, 30.2199048 ], [ 119.9609465, 30.2200169 ] ], [ [ 119.9609465, 30.2200169 ], [ 119.961208, 30.2201824 ] ], [ [ 119.961208, 30.2201824 ], [ 119.9629852, 30.221307 ] ], [ [ 119.9629852, 30.221307 ], [ 119.9631758, 30.2214275 ] ], [ [ 119.9631758, 30.2214275 ], [ 119.9639476, 30.2219159 ] ], [ [ 119.9639476, 30.2219159 ], [ 119.9643672, 30.2221814 ] ], [ [ 119.9643672, 30.2221814 ], [ 119.9651643, 30.2226811 ] ], [ [ 119.9651643, 30.2226811 ], [ 119.9655017, 30.2228926 ] ], [ [ 119.9655017, 30.2228926 ], [ 119.9675099, 30.2241514 ] ], [ [ 119.9562001, 30.2334819 ], [ 119.9563652, 30.2333199 ] ], [ [ 119.9563652, 30.2333199 ], [ 119.9575855, 30.2324465 ] ], [ [ 119.9575855, 30.2324465 ], [ 119.9580113, 30.2321298 ] ], [ [ 119.9580113, 30.2321298 ], [ 119.9583906, 30.2318515 ] ], [ [ 119.9583906, 30.2318515 ], [ 119.9588575, 30.2315724 ] ], [ [ 119.9588575, 30.2315724 ], [ 119.9602416, 30.2310887 ] ], [ [ 119.9602416, 30.2310887 ], [ 119.9605506, 30.231019 ] ], [ [ 119.9605506, 30.231019 ], [ 119.9609626, 30.2309814 ] ], [ [ 119.9609626, 30.2309814 ], [ 119.9613145, 30.230961 ] ], [ [ 119.9613145, 30.230961 ], [ 119.9616766, 30.2309729 ] ], [ [ 119.9616766, 30.2309729 ], [ 119.962616, 30.2310225 ] ], [ [ 119.962616, 30.2310225 ], [ 119.9643778, 30.2311391 ] ], [ [ 119.9643778, 30.2311391 ], [ 119.9647376, 30.2311444 ] ], [ [ 119.9647376, 30.2311444 ], [ 119.965077, 30.2311468 ] ], [ [ 119.965077, 30.2311468 ], [ 119.9653743, 30.2311016 ] ], [ [ 119.9653743, 30.2311016 ], [ 119.9656701, 30.2310443 ] ], [ [ 119.9656701, 30.2310443 ], [ 119.9659148, 30.230984 ] ], [ [ 119.9659148, 30.230984 ], [ 119.9660953, 30.2309241 ] ], [ [ 119.9660953, 30.2309241 ], [ 119.9666229, 30.230749 ] ], [ [ 119.9666229, 30.230749 ], [ 119.9668839, 30.2306487 ] ], [ [ 119.9668839, 30.2306487 ], [ 119.9672153, 30.230514 ] ], [ [ 119.9672153, 30.230514 ], [ 119.9679229, 30.2300744 ] ], [ [ 119.9679229, 30.2300744 ], [ 119.9691523, 30.2291872 ] ], [ [ 119.9691523, 30.2291872 ], [ 119.9706485, 30.2278963 ] ], [ [ 119.9562001, 30.2334819 ], [ 119.9562187, 30.233595 ], [ 119.9561519, 30.2336943 ], [ 119.9552938, 30.2342896 ], [ 119.9548866, 30.2345598 ], [ 119.954677, 30.2347395 ], [ 119.9544754, 30.2348918 ], [ 119.9541477, 30.2349554 ] ], [ [ 119.9541477, 30.2349554 ], [ 119.9543794, 30.2347225 ], [ 119.9546595, 30.2345646 ], [ 119.9553866, 30.2340961 ], [ 119.9558217, 30.2337597 ], [ 119.9561018, 30.2335245 ], [ 119.9562001, 30.2334819 ] ], [ [ 119.9667456, 30.2376212 ], [ 119.9665958, 30.237557 ] ], [ [ 119.9665958, 30.237557 ], [ 119.9665569, 30.2375434 ] ], [ [ 119.9665569, 30.2375434 ], [ 119.9665152, 30.2375279 ] ], [ [ 119.9665152, 30.2375279 ], [ 119.9633772, 30.2363615 ] ], [ [ 119.9633772, 30.2363615 ], [ 119.9624204, 30.2362213 ] ], [ [ 119.9624204, 30.2362213 ], [ 119.9618333, 30.2361897 ] ], [ [ 119.9618333, 30.2361897 ], [ 119.9613013, 30.236226 ] ], [ [ 119.9613013, 30.236226 ], [ 119.960523, 30.2363444 ] ], [ [ 119.960523, 30.2363444 ], [ 119.9604811, 30.2363508 ] ], [ [ 119.9604811, 30.2363508 ], [ 119.95981, 30.2364717 ] ], [ [ 119.95981, 30.2364717 ], [ 119.9594705, 30.236468 ] ], [ [ 119.9594705, 30.236468 ], [ 119.9591147, 30.2364137 ] ], [ [ 119.9591147, 30.2364137 ], [ 119.9588108, 30.2363379 ] ], [ [ 119.9588108, 30.2363379 ], [ 119.9585649, 30.2362236 ] ], [ [ 119.9585649, 30.2362236 ], [ 119.9574097, 30.2357112 ] ], [ [ 119.9574097, 30.2357112 ], [ 119.9571495, 30.2354794 ] ], [ [ 119.9571495, 30.2354794 ], [ 119.9568972, 30.2342969 ] ], [ [ 119.9568972, 30.2342969 ], [ 119.9568157, 30.2341623 ] ], [ [ 119.9568157, 30.2341623 ], [ 119.9562001, 30.2334819 ] ], [ [ 119.918270180569436, 30.193811633691109 ], [ 119.9184908, 30.1939272 ] ], [ [ 119.9184908, 30.1939272 ], [ 119.9194586, 30.1943307 ] ], [ [ 119.9194586, 30.1943307 ], [ 119.9196623, 30.1944115 ] ], [ [ 119.9196623, 30.1944115 ], [ 119.9199764, 30.1946022 ] ], [ [ 119.9199764, 30.1946022 ], [ 119.9203924, 30.1949177 ] ], [ [ 119.9203924, 30.1949177 ], [ 119.9210461, 30.195358 ] ], [ [ 119.9210461, 30.195358 ], [ 119.9212923, 30.1955268 ] ], [ [ 119.9212923, 30.1955268 ], [ 119.9215809, 30.1956075 ] ], [ [ 119.9215809, 30.1956075 ], [ 119.9218271, 30.1957689 ] ], [ [ 119.9218271, 30.1957689 ], [ 119.9220544, 30.1959162 ] ], [ [ 119.9220544, 30.1959162 ], [ 119.9221667, 30.195989 ] ], [ [ 119.9221667, 30.195989 ], [ 119.9225657, 30.1961358 ] ], [ [ 119.9225657, 30.1961358 ], [ 119.9227694, 30.1962605 ] ], [ [ 119.9227694, 30.1962605 ], [ 119.9231429, 30.1966127 ] ], [ [ 119.9231429, 30.1966127 ], [ 119.9233179, 30.1968785 ] ], [ [ 119.9233179, 30.1968785 ], [ 119.9233665, 30.1969523 ] ], [ [ 119.9233665, 30.1969523 ], [ 119.9234231, 30.1970383 ] ], [ [ 119.9234231, 30.1970383 ], [ 119.9234593, 30.197134 ] ], [ [ 119.9234593, 30.197134 ], [ 119.9235759, 30.1974418 ] ], [ [ 119.9235759, 30.1974418 ], [ 119.9237032, 30.1978747 ] ], [ [ 119.9237032, 30.1978747 ], [ 119.9237627, 30.1981242 ] ], [ [ 119.9237627, 30.1981242 ], [ 119.9238902, 30.1983022 ] ], [ [ 119.9238902, 30.1983022 ], [ 119.9238956, 30.1983098 ] ], [ [ 119.9238956, 30.1983098 ], [ 119.9239834, 30.1984323 ] ], [ [ 119.9239834, 30.1984323 ], [ 119.9243909, 30.1989533 ] ], [ [ 119.9243909, 30.1989533 ], [ 119.9244208, 30.1989994 ] ], [ [ 119.9244208, 30.1989994 ], [ 119.9245097, 30.1991367 ] ], [ [ 119.9245097, 30.1991367 ], [ 119.9245522, 30.1993568 ] ], [ [ 119.9245522, 30.1993568 ], [ 119.9245437, 30.1995623 ] ], [ [ 119.9245437, 30.1995623 ], [ 119.9245692, 30.1997677 ] ], [ [ 119.9245692, 30.1997677 ], [ 119.9246965, 30.1999878 ] ], [ [ 119.9246965, 30.1999878 ], [ 119.924759, 30.2001176 ] ], [ [ 119.924759, 30.2001176 ], [ 119.9248238, 30.200252 ] ], [ [ 119.9248238, 30.200252 ], [ 119.9250106, 30.200428 ] ], [ [ 119.9250106, 30.200428 ], [ 119.9251889, 30.2004867 ] ], [ [ 119.9251889, 30.2004867 ], [ 119.9252542, 30.2004811 ] ], [ [ 119.9252542, 30.2004811 ], [ 119.9254436, 30.2004647 ] ], [ [ 119.9254436, 30.2004647 ], [ 119.9256558, 30.200318 ] ], [ [ 119.9256558, 30.200318 ], [ 119.9258688, 30.2002134 ] ], [ [ 119.9258688, 30.2002134 ], [ 119.9260293, 30.2001346 ] ], [ [ 119.9260293, 30.2001346 ], [ 119.926318, 30.2000832 ] ], [ [ 119.926318, 30.2000832 ], [ 119.926666, 30.2001052 ] ], [ [ 119.926666, 30.2001052 ], [ 119.9269292, 30.2001713 ] ], [ [ 119.9269292, 30.2001713 ], [ 119.9272857, 30.200362 ] ], [ [ 119.9272857, 30.200362 ], [ 119.9276996, 30.2005281 ] ], [ [ 119.9276996, 30.2005281 ], [ 119.9279989, 30.2006482 ] ], [ [ 119.9279989, 30.2006482 ], [ 119.928206, 30.2006482 ] ], [ [ 119.928206, 30.2006482 ], [ 119.9283384, 30.2006482 ] ], [ [ 119.9283384, 30.2006482 ], [ 119.9284476, 30.2006482 ] ], [ [ 119.9284476, 30.2006482 ], [ 119.9284912, 30.2006482 ] ], [ [ 119.9284912, 30.2006482 ], [ 119.9289497, 30.2009196 ] ], [ [ 119.9289497, 30.2009196 ], [ 119.9291704, 30.2011251 ] ], [ [ 119.9291704, 30.2011251 ], [ 119.9295015, 30.201624 ] ], [ [ 119.9295015, 30.201624 ], [ 119.9296797, 30.2017781 ] ], [ [ 119.9296797, 30.2017781 ], [ 119.9299854, 30.2021889 ] ], [ [ 119.9299854, 30.2021889 ], [ 119.9302061, 30.2024017 ] ], [ [ 119.9302061, 30.2024017 ], [ 119.9303674, 30.2025191 ] ], [ [ 119.9303674, 30.2025191 ], [ 119.9304076, 30.2025682 ] ], [ [ 119.9304076, 30.2025682 ], [ 119.9304429, 30.2026416 ] ], [ [ 119.9304429, 30.2026416 ], [ 119.9304716, 30.2027223 ] ], [ [ 119.9304716, 30.2027223 ], [ 119.9304947, 30.2029593 ] ], [ [ 119.9304947, 30.2029593 ], [ 119.9305711, 30.2031207 ] ], [ [ 119.9305711, 30.2031207 ], [ 119.9308937, 30.2034949 ] ], [ [ 119.9308937, 30.2034949 ], [ 119.931033, 30.2036111 ] ], [ [ 119.931033, 30.2036111 ], [ 119.9311399, 30.2037003 ] ], [ [ 119.9311399, 30.2037003 ], [ 119.9312519, 30.2037584 ] ], [ [ 119.9312519, 30.2037584 ], [ 119.931437, 30.2038544 ] ], [ [ 119.931437, 30.2038544 ], [ 119.9318106, 30.2039938 ] ], [ [ 119.9318106, 30.2039938 ], [ 119.9320737, 30.2041552 ] ], [ [ 119.9320737, 30.2041552 ], [ 119.9322265, 30.2042799 ] ], [ [ 119.9322265, 30.2042799 ], [ 119.9323029, 30.2043973 ] ], [ [ 119.9323029, 30.2043973 ], [ 119.9323539, 30.2045734 ] ], [ [ 119.9323539, 30.2045734 ], [ 119.9325491, 30.2049476 ] ], [ [ 119.9325491, 30.2049476 ], [ 119.9326363, 30.2050805 ] ], [ [ 119.9326363, 30.2050805 ], [ 119.9328717, 30.2054392 ] ], [ [ 119.9328717, 30.2054392 ], [ 119.9333217, 30.2059894 ] ], [ [ 119.9333217, 30.2059894 ], [ 119.9336612, 30.2063269 ] ], [ [ 119.9336612, 30.2063269 ], [ 119.9340517, 30.2064076 ] ], [ [ 119.9340517, 30.2064076 ], [ 119.9342555, 30.2063782 ] ], [ [ 119.9342555, 30.2063782 ], [ 119.9347394, 30.2062168 ] ], [ [ 119.9347394, 30.2062168 ], [ 119.9349686, 30.2061728 ] ], [ [ 119.9349686, 30.2061728 ], [ 119.9353506, 30.2062022 ] ], [ [ 119.9353506, 30.2062022 ], [ 119.9358854, 30.2061215 ] ], [ [ 119.9358854, 30.2061215 ], [ 119.9360213, 30.2061435 ] ], [ [ 119.9360213, 30.2061435 ], [ 119.9361486, 30.2063049 ] ], [ [ 119.9361486, 30.2063049 ], [ 119.9364627, 30.2066937 ] ], [ [ 119.9364627, 30.2066937 ], [ 119.9365476, 30.2067011 ] ], [ [ 119.9365476, 30.2067011 ], [ 119.9368532, 30.206569 ] ], [ [ 119.9368532, 30.206569 ], [ 119.937006, 30.2065837 ] ], [ [ 119.937006, 30.2065837 ], [ 119.9370713, 30.2066718 ] ], [ [ 119.9370713, 30.2066718 ], [ 119.9371817, 30.2068627 ] ], [ [ 119.9371817, 30.2068627 ], [ 119.9373474, 30.2070297 ] ], [ [ 119.9373474, 30.2070297 ], [ 119.9374104, 30.2071794 ] ], [ [ 119.9374104, 30.2071794 ], [ 119.9374578, 30.2072922 ] ], [ [ 119.9374578, 30.2072922 ], [ 119.9374854, 30.2075069 ] ], [ [ 119.9374854, 30.2075069 ], [ 119.937513, 30.2077455 ] ], [ [ 119.937513, 30.2077455 ], [ 119.9375959, 30.2079841 ] ], [ [ 119.9375959, 30.2079841 ], [ 119.9379844, 30.2083809 ] ], [ [ 119.9379844, 30.2083809 ], [ 119.9380514, 30.2084494 ] ], [ [ 119.9380514, 30.2084494 ], [ 119.9383275, 30.2086761 ] ], [ [ 119.9383275, 30.2086761 ], [ 119.9386174, 30.2089385 ] ], [ [ 119.9386174, 30.2089385 ], [ 119.9387969, 30.2091652 ] ], [ [ 119.9387969, 30.2091652 ], [ 119.9390453, 30.2096424 ] ], [ [ 119.9390453, 30.2096424 ], [ 119.9394319, 30.211229 ] ], [ [ 119.9394319, 30.211229 ], [ 119.9395009, 30.2115153 ] ], [ [ 119.9395009, 30.2115153 ], [ 119.9394871, 30.2117301 ] ], [ [ 119.9394871, 30.2117301 ], [ 119.9395023, 30.211934 ] ], [ [ 119.9395023, 30.211934 ], [ 119.9396665, 30.2121118 ] ], [ [ 119.9396665, 30.2121118 ], [ 119.9397042, 30.2122095 ] ], [ [ 119.9397042, 30.2122095 ], [ 119.9397494, 30.2123265 ] ], [ [ 119.9397494, 30.2123265 ], [ 119.9398322, 30.2125293 ] ], [ [ 119.9398322, 30.2125293 ], [ 119.9400255, 30.2127441 ] ], [ [ 119.9400255, 30.2127441 ], [ 119.9403809, 30.2129797 ] ], [ [ 119.9403809, 30.2129797 ], [ 119.9413249, 30.2137302 ] ], [ [ 119.9413249, 30.2137302 ], [ 119.9417026, 30.2140402 ] ], [ [ 119.9417026, 30.2140402 ], [ 119.941746, 30.214104 ] ], [ [ 119.941746, 30.214104 ], [ 119.9426466, 30.215427 ] ], [ [ 119.9426466, 30.215427 ], [ 119.9427599, 30.2156228 ] ], [ [ 119.9427599, 30.2156228 ], [ 119.9430808, 30.2158512 ] ], [ [ 119.9430808, 30.2158512 ], [ 119.9434584, 30.215998 ] ], [ [ 119.9434584, 30.215998 ], [ 119.9437416, 30.2162264 ] ], [ [ 119.9437416, 30.2162264 ], [ 119.9437729, 30.2163292 ] ], [ [ 119.9437729, 30.2163292 ], [ 119.9438128, 30.2164603 ] ], [ [ 119.9438128, 30.2164603 ], [ 119.943836, 30.2165364 ] ], [ [ 119.943836, 30.2165364 ], [ 119.943808, 30.2167242 ] ], [ [ 119.943808, 30.2167242 ], [ 119.9437605, 30.2170422 ] ], [ [ 119.9437605, 30.2170422 ], [ 119.9434584, 30.2182332 ] ], [ [ 119.9434584, 30.2182332 ], [ 119.9434396, 30.2184779 ] ], [ [ 119.9434396, 30.2184779 ], [ 119.9434773, 30.2188205 ] ], [ [ 119.9434773, 30.2188205 ], [ 119.9434018, 30.2190979 ] ], [ [ 119.9434018, 30.2190979 ], [ 119.9432696, 30.2192937 ] ], [ [ 119.9432696, 30.2192937 ], [ 119.9432319, 30.2196036 ] ], [ [ 119.9432319, 30.2196036 ], [ 119.9432939, 30.2197482 ] ], [ [ 119.9432939, 30.2197482 ], [ 119.9434207, 30.2200441 ] ], [ [ 119.9434207, 30.2200441 ], [ 119.9436444, 30.2205032 ] ], [ [ 119.9436444, 30.2205032 ], [ 119.9437228, 30.2206641 ] ], [ [ 119.9437228, 30.2206641 ], [ 119.9437366, 30.2207597 ] ], [ [ 119.9437366, 30.2207597 ], [ 119.9437776, 30.2210432 ] ], [ [ 119.9437776, 30.2210432 ], [ 119.9437983, 30.2211861 ] ], [ [ 119.9437983, 30.2211861 ], [ 119.9438549, 30.2215451 ] ], [ [ 119.9438549, 30.2215451 ], [ 119.9437983, 30.2217408 ] ], [ [ 119.9437983, 30.2217408 ], [ 119.943744, 30.2218873 ] ], [ [ 119.943744, 30.2218873 ], [ 119.9436996, 30.2220071 ] ], [ [ 119.9436996, 30.2220071 ], [ 119.9436472, 30.2221487 ] ], [ [ 119.9436472, 30.2221487 ], [ 119.9435717, 30.2225729 ] ], [ [ 119.9435717, 30.2225729 ], [ 119.943364, 30.2231439 ] ], [ [ 119.943364, 30.2231439 ], [ 119.9429712, 30.2243743 ] ], [ [ 119.9429712, 30.2243743 ], [ 119.9427756, 30.2247328 ] ], [ [ 119.9427756, 30.2247328 ], [ 119.9427245, 30.2248577 ] ], [ [ 119.9427245, 30.2248577 ], [ 119.9427239, 30.2251019 ] ], [ [ 119.9427239, 30.2251019 ], [ 119.9429097, 30.2252995 ] ], [ [ 119.9429097, 30.2252995 ], [ 119.943461, 30.2256068 ] ], [ [ 119.943461, 30.2256068 ], [ 119.9440657, 30.2258527 ] ], [ [ 119.9440657, 30.2258527 ], [ 119.9446349, 30.2258988 ] ], [ [ 119.9446349, 30.2258988 ], [ 119.9459332, 30.2264674 ] ], [ [ 119.9459332, 30.2264674 ], [ 119.9467514, 30.2266826 ] ], [ [ 119.9467514, 30.2266826 ], [ 119.9470004, 30.2267133 ] ], [ [ 119.9470004, 30.2267133 ], [ 119.9474984, 30.2268823 ] ], [ [ 119.9474984, 30.2268823 ], [ 119.9478897, 30.2270668 ] ], [ [ 119.9478897, 30.2270668 ], [ 119.948192, 30.2272665 ] ], [ [ 119.948192, 30.2272665 ], [ 119.9492592, 30.2277276 ] ], [ [ 119.9492592, 30.2277276 ], [ 119.9497216, 30.227912 ] ], [ [ 119.9497216, 30.227912 ], [ 119.9503619, 30.228081 ] ], [ [ 119.9503619, 30.228081 ], [ 119.9504475, 30.2281287 ] ], [ [ 119.9504475, 30.2281287 ], [ 119.9514646, 30.2286957 ] ], [ [ 119.9514646, 30.2286957 ], [ 119.9519448, 30.2288955 ] ], [ [ 119.9519448, 30.2288955 ], [ 119.9526918, 30.2293565 ] ], [ [ 119.9526918, 30.2293565 ], [ 119.9533321, 30.229879 ] ], [ [ 119.9533321, 30.229879 ], [ 119.9536345, 30.2301863 ] ], [ [ 119.9536345, 30.2301863 ], [ 119.9538123, 30.2304168 ] ], [ [ 119.9538123, 30.2304168 ], [ 119.9539724, 30.2307703 ] ], [ [ 119.9539724, 30.2307703 ], [ 119.954755, 30.2321533 ] ], [ [ 119.954755, 30.2321533 ], [ 119.9549506, 30.2324452 ] ], [ [ 119.9549506, 30.2324452 ], [ 119.9551996, 30.2326757 ] ], [ [ 119.9551996, 30.2326757 ], [ 119.9557921, 30.2331605 ] ], [ [ 119.9557921, 30.2331605 ], [ 119.9562001, 30.2334819 ] ], [ [ 119.9502913, 30.2383439 ], [ 119.9502384, 30.2385152 ] ], [ [ 119.9502384, 30.2385152 ], [ 119.9502261, 30.2385856 ] ], [ [ 119.9502261, 30.2385856 ], [ 119.9505319, 30.2389343 ] ], [ [ 119.9505319, 30.2389343 ], [ 119.9505563, 30.2390435 ] ], [ [ 119.9505563, 30.2390435 ], [ 119.9505365, 30.2390776 ] ], [ [ 119.9505365, 30.2390776 ], [ 119.9505033, 30.239135 ] ], [ [ 119.9505033, 30.239135 ], [ 119.9494208, 30.2405596 ] ], [ [ 119.9494208, 30.2405596 ], [ 119.9492722, 30.2407552 ] ], [ [ 119.9492722, 30.2407552 ], [ 119.948575, 30.241604 ] ], [ [ 119.948575, 30.241604 ], [ 119.9483897, 30.2416565 ] ], [ [ 119.9541477, 30.2349554 ], [ 119.9539698, 30.2350461 ] ], [ [ 119.9539698, 30.2350461 ], [ 119.9538315, 30.2351644 ] ], [ [ 119.9538315, 30.2351644 ], [ 119.9536853, 30.235344 ] ], [ [ 119.9536853, 30.235344 ], [ 119.9535411, 30.2355512 ] ], [ [ 119.9535411, 30.2355512 ], [ 119.952729, 30.2364913 ] ], [ [ 119.952729, 30.2364913 ], [ 119.9519534, 30.2373789 ] ], [ [ 119.9519534, 30.2373789 ], [ 119.9511745, 30.2382821 ] ], [ [ 119.9511745, 30.2382821 ], [ 119.9508157, 30.2387518 ] ], [ [ 119.9593453, 30.2429487 ], [ 119.9593091, 30.2428345 ] ], [ [ 119.9593091, 30.2428345 ], [ 119.9592501, 30.242582 ] ], [ [ 119.9592501, 30.242582 ], [ 119.9588849, 30.2411784 ] ], [ [ 119.9588849, 30.2411784 ], [ 119.9586584, 30.2410317 ] ], [ [ 119.9586584, 30.2410317 ], [ 119.9550658, 30.2411152 ] ], [ [ 119.9550658, 30.2411152 ], [ 119.9546583, 30.2412138 ] ], [ [ 119.9546583, 30.2412138 ], [ 119.9544999, 30.2413238 ] ], [ [ 119.9555213, 30.244779 ], [ 119.9546198, 30.2447808 ] ], [ [ 119.9546198, 30.2447808 ], [ 119.9544375, 30.2447151 ] ], [ [ 119.9544375, 30.2447151 ], [ 119.9542551, 30.2445707 ] ], [ [ 119.9542551, 30.2445707 ], [ 119.9540728, 30.2444001 ] ], [ [ 119.9540728, 30.2444001 ], [ 119.953936, 30.2443082 ] ], [ [ 119.953936, 30.2443082 ], [ 119.9536473, 30.2442163 ] ], [ [ 119.9536473, 30.2442163 ], [ 119.9529331, 30.2439932 ] ], [ [ 119.9529331, 30.2439932 ], [ 119.9525988, 30.2438356 ] ], [ [ 119.9525988, 30.2438356 ], [ 119.9518998, 30.2434287 ] ], [ [ 119.9518998, 30.2434287 ], [ 119.9515807, 30.2433368 ] ], [ [ 119.9515807, 30.2433368 ], [ 119.9511975, 30.2432398 ] ], [ [ 119.9654952, 30.2443999 ], [ 119.9650394, 30.2442339 ] ], [ [ 119.9323321, 30.2396327 ], [ 119.9318257, 30.240708 ] ], [ [ 119.9318257, 30.240708 ], [ 119.9317754, 30.2408134 ] ], [ [ 119.9317754, 30.2408134 ], [ 119.9315734, 30.2412368 ] ], [ [ 119.9315734, 30.2412368 ], [ 119.9312948, 30.2418271 ] ], [ [ 119.9312948, 30.2418271 ], [ 119.931217, 30.2419541 ] ], [ [ 119.931217, 30.2419541 ], [ 119.9310213, 30.2422735 ] ], [ [ 119.9310213, 30.2422735 ], [ 119.9307782, 30.2425885 ] ], [ [ 119.9307782, 30.2425885 ], [ 119.9305654, 30.2428248 ] ], [ [ 119.9305654, 30.2428248 ], [ 119.9301856, 30.2432318 ] ], [ [ 119.9301856, 30.2432318 ], [ 119.9298816, 30.2435074 ] ], [ [ 119.9298816, 30.2435074 ], [ 119.929416, 30.2438326 ] ], [ [ 119.924106, 30.2413728 ], [ 119.9240818, 30.2414691 ] ], [ [ 119.9240818, 30.2414691 ], [ 119.9237386, 30.2443757 ] ], [ [ 119.9309496, 30.2460613 ], [ 119.931571, 30.2455845 ] ], [ [ 119.931571, 30.2455845 ], [ 119.9319941, 30.2451984 ] ], [ [ 119.9319941, 30.2451984 ], [ 119.9332779, 30.2437457 ] ], [ [ 119.9332779, 30.2437457 ], [ 119.9334735, 30.243416 ] ], [ [ 119.9334735, 30.243416 ], [ 119.9335931, 30.2431502 ] ], [ [ 119.9335931, 30.2431502 ], [ 119.9338144, 30.2424734 ] ], [ [ 119.9338144, 30.2424734 ], [ 119.9338325, 30.2424179 ] ], [ [ 119.9338325, 30.2424179 ], [ 119.934016, 30.2418719 ] ], [ [ 119.934016, 30.2418719 ], [ 119.9349561, 30.239729 ] ], [ [ 119.9292971, 30.2439157 ], [ 119.929416, 30.2438326 ] ], [ [ 119.9483897, 30.2416565 ], [ 119.9483502, 30.2416263 ] ], [ [ 119.9483502, 30.2416263 ], [ 119.9479946, 30.2413546 ] ], [ [ 119.9479946, 30.2413546 ], [ 119.9468701, 30.2405013 ] ], [ [ 119.9468701, 30.2405013 ], [ 119.9464447, 30.2402387 ] ], [ [ 119.9464447, 30.2402387 ], [ 119.9457761, 30.2398974 ] ], [ [ 119.9457761, 30.2398974 ], [ 119.9450467, 30.2395298 ] ], [ [ 119.9483897, 30.2416565 ], [ 119.9491798, 30.2420634 ] ], [ [ 119.9491798, 30.2420634 ], [ 119.9493166, 30.2422078 ] ], [ [ 119.9493166, 30.2422078 ], [ 119.9496053, 30.2424966 ] ], [ [ 119.9496053, 30.2424966 ], [ 119.9497269, 30.242641 ] ], [ [ 119.9497269, 30.242641 ], [ 119.9499852, 30.2427854 ] ], [ [ 119.9499852, 30.2427854 ], [ 119.9506994, 30.2431136 ] ], [ [ 119.9506994, 30.2431136 ], [ 119.9511975, 30.2432398 ] ], [ [ 119.9509859, 30.2475748 ], [ 119.9510075, 30.2474706 ] ], [ [ 119.9510075, 30.2474706 ], [ 119.9510204, 30.2471822 ] ], [ [ 119.9510204, 30.2471822 ], [ 119.9510132, 30.2470494 ] ], [ [ 119.9510132, 30.2470494 ], [ 119.9509738, 30.246596 ] ], [ [ 119.9509738, 30.246596 ], [ 119.9509457, 30.2465272 ] ], [ [ 119.9509457, 30.2465272 ], [ 119.9508822, 30.2463719 ] ], [ [ 119.9508822, 30.2463719 ], [ 119.9508241, 30.2462297 ] ], [ [ 119.9508241, 30.2462297 ], [ 119.9507206, 30.2460754 ] ], [ [ 119.9507206, 30.2460754 ], [ 119.950668, 30.2459969 ] ], [ [ 119.950668, 30.2459969 ], [ 119.9505388, 30.2457518 ] ], [ [ 119.9505388, 30.2457518 ], [ 119.9504925, 30.245602 ] ], [ [ 119.9504925, 30.245602 ], [ 119.9504666, 30.2455185 ] ], [ [ 119.9504666, 30.2455185 ], [ 119.9504411, 30.245436 ] ], [ [ 119.9504411, 30.245436 ], [ 119.9504442, 30.2451065 ] ], [ [ 119.9504442, 30.2451065 ], [ 119.950523, 30.2448369 ] ], [ [ 119.950523, 30.2448369 ], [ 119.9506271, 30.2446245 ] ], [ [ 119.9506271, 30.2446245 ], [ 119.9507262, 30.2444 ] ], [ [ 119.9507262, 30.2444 ], [ 119.9508171, 30.2441608 ] ], [ [ 119.9508171, 30.2441608 ], [ 119.9508441, 30.2441106 ] ], [ [ 119.9508441, 30.2441106 ], [ 119.9509338, 30.2439443 ] ], [ [ 119.9509338, 30.2439443 ], [ 119.9509364, 30.2439316 ] ], [ [ 119.9509364, 30.2439316 ], [ 119.9509856, 30.2436941 ] ], [ [ 119.9509856, 30.2436941 ], [ 119.9510286, 30.2435779 ] ], [ [ 119.9510286, 30.2435779 ], [ 119.9510893, 30.2434141 ] ], [ [ 119.9510893, 30.2434141 ], [ 119.9511975, 30.2432398 ] ], [ [ 119.9509859, 30.2475748 ], [ 119.9509345, 30.2475604 ] ], [ [ 119.9509345, 30.2475604 ], [ 119.9508804, 30.2475608 ] ], [ [ 119.9508804, 30.2475608 ], [ 119.9508292, 30.2475758 ] ], [ [ 119.9508292, 30.2475758 ], [ 119.9507861, 30.2476039 ] ], [ [ 119.9507861, 30.2476039 ], [ 119.9507553, 30.2476423 ] ], [ [ 119.9507553, 30.2476423 ], [ 119.9507401, 30.2476871 ] ], [ [ 119.9507401, 30.2476871 ], [ 119.9507392, 30.2477153 ] ], [ [ 119.9507392, 30.2477153 ], [ 119.9507449, 30.2477447 ] ], [ [ 119.9507449, 30.2477447 ], [ 119.9507629, 30.2477808 ] ], [ [ 119.9507629, 30.2477808 ], [ 119.9507942, 30.2478139 ] ], [ [ 119.9507942, 30.2478139 ], [ 119.9508267, 30.247834 ] ], [ [ 119.9508267, 30.247834 ], [ 119.9508761, 30.2478495 ] ], [ [ 119.9508761, 30.2478495 ], [ 119.9509286, 30.2478512 ] ], [ [ 119.9509286, 30.2478512 ], [ 119.9509591, 30.2478456 ] ], [ [ 119.9509591, 30.2478456 ], [ 119.9509946, 30.2478321 ] ], [ [ 119.9509946, 30.2478321 ], [ 119.9510207, 30.2478158 ] ], [ [ 119.9510207, 30.2478158 ], [ 119.9510468, 30.2477909 ] ], [ [ 119.9510468, 30.2477909 ], [ 119.9510673, 30.2477579 ] ], [ [ 119.9510673, 30.2477579 ], [ 119.9510781, 30.2477161 ] ], [ [ 119.9510781, 30.2477161 ], [ 119.9510744, 30.2476734 ] ], [ [ 119.9510744, 30.2476734 ], [ 119.9510567, 30.2476335 ] ], [ [ 119.9510567, 30.2476335 ], [ 119.9510263, 30.2475996 ] ], [ [ 119.9510263, 30.2475996 ], [ 119.9509859, 30.2475748 ] ], [ [ 119.90920654621597, 30.193378656462816 ], [ 119.9091325, 30.1934573 ] ], [ [ 119.9091325, 30.1934573 ], [ 119.9090792, 30.1935755 ] ], [ [ 119.9090792, 30.1935755 ], [ 119.909076, 30.1937563 ] ], [ [ 119.909076, 30.1937563 ], [ 119.9090895, 30.1939378 ] ], [ [ 119.9090895, 30.1939378 ], [ 119.9091106, 30.1940921 ] ], [ [ 119.9091106, 30.1940921 ], [ 119.9091571, 30.1943028 ] ], [ [ 119.9091571, 30.1943028 ], [ 119.9091832, 30.1944728 ] ], [ [ 119.9091832, 30.1944728 ], [ 119.9093379, 30.1948431 ] ], [ [ 119.9093379, 30.1948431 ], [ 119.909493, 30.1951024 ] ], [ [ 119.909493, 30.1951024 ], [ 119.9095447, 30.1953214 ] ], [ [ 119.9095447, 30.1953214 ], [ 119.9095389, 30.1956236 ] ], [ [ 119.9095389, 30.1956236 ], [ 119.9092847, 30.1963465 ] ], [ [ 119.9092847, 30.1963465 ], [ 119.9092782, 30.196458 ] ], [ [ 119.9092782, 30.196458 ], [ 119.9093148, 30.1965412 ] ], [ [ 119.9093148, 30.1965412 ], [ 119.9093712, 30.1966122 ] ], [ [ 119.9093712, 30.1966122 ], [ 119.909502, 30.196777 ] ], [ [ 119.909502, 30.196777 ], [ 119.9097624, 30.197105 ] ], [ [ 119.9097624, 30.197105 ], [ 119.9102378, 30.1977452 ] ], [ [ 119.9102378, 30.1977452 ], [ 119.910285, 30.1977803 ] ], [ [ 119.910285, 30.1977803 ], [ 119.9106358, 30.1980414 ] ], [ [ 119.9106358, 30.1980414 ], [ 119.9109675, 30.1982039 ] ], [ [ 119.9109675, 30.1982039 ], [ 119.9113655, 30.1982899 ] ], [ [ 119.9113655, 30.1982899 ], [ 119.9114457, 30.1983371 ] ], [ [ 119.9114457, 30.1983371 ], [ 119.9115488, 30.1984632 ] ], [ [ 119.9115488, 30.1984632 ], [ 119.9116895, 30.1986618 ] ], [ [ 119.9116895, 30.1986618 ], [ 119.9117541, 30.1987529 ] ], [ [ 119.9117541, 30.1987529 ], [ 119.9118197, 30.198892 ] ], [ [ 119.9118197, 30.198892 ], [ 119.9118409, 30.1990065 ] ], [ [ 119.9118409, 30.1990065 ], [ 119.9118376, 30.1991103 ] ], [ [ 119.9118376, 30.1991103 ], [ 119.9117516, 30.1994096 ] ], [ [ 119.9117516, 30.1994096 ], [ 119.9117525, 30.1995034 ] ], [ [ 119.9117525, 30.1995034 ], [ 119.9118101, 30.1996151 ] ], [ [ 119.9118101, 30.1996151 ], [ 119.9120255, 30.1998433 ] ], [ [ 119.9120255, 30.1998433 ], [ 119.9123574, 30.2002255 ] ], [ [ 119.9123574, 30.2002255 ], [ 119.9126544, 30.2005201 ] ], [ [ 119.9126544, 30.2005201 ], [ 119.9128041, 30.2006219 ] ], [ [ 119.9128041, 30.2006219 ], [ 119.912928, 30.2006972 ] ], [ [ 119.912928, 30.2006972 ], [ 119.9131123, 30.2008602 ] ], [ [ 119.9131123, 30.2008602 ], [ 119.9134643, 30.2012325 ] ], [ [ 119.9134643, 30.2012325 ], [ 119.9136978, 30.2016648 ] ], [ [ 119.9136978, 30.2016648 ], [ 119.9137856, 30.2017848 ] ], [ [ 119.9137856, 30.2017848 ], [ 119.9138935, 30.2018596 ] ], [ [ 119.9138935, 30.2018596 ], [ 119.9144501, 30.2021979 ] ], [ [ 119.9144501, 30.2021979 ], [ 119.9147772, 30.2024194 ] ], [ [ 119.9147772, 30.2024194 ], [ 119.9150251, 30.2025154 ] ], [ [ 119.9150251, 30.2025154 ], [ 119.9153235, 30.2025993 ] ], [ [ 119.9153235, 30.2025993 ], [ 119.9154611, 30.2026516 ] ], [ [ 119.9154611, 30.2026516 ], [ 119.9158763, 30.2028095 ] ], [ [ 119.9158763, 30.2028095 ], [ 119.9161969, 30.2029719 ] ], [ [ 119.9161969, 30.2029719 ], [ 119.9167939, 30.2033636 ] ], [ [ 119.9167939, 30.2033636 ], [ 119.9185739, 30.2043573 ] ], [ [ 119.9185739, 30.2043573 ], [ 119.9188392, 30.2044816 ] ], [ [ 119.9188392, 30.2044816 ], [ 119.9189719, 30.2045867 ] ], [ [ 119.9189719, 30.2045867 ], [ 119.9191709, 30.2048255 ] ], [ [ 119.9191709, 30.2048255 ], [ 119.9193367, 30.2049975 ] ], [ [ 119.9193367, 30.2049975 ], [ 119.9195357, 30.2051504 ] ], [ [ 119.9195357, 30.2051504 ], [ 119.9198745, 30.2053057 ] ], [ [ 119.9198745, 30.2053057 ], [ 119.920046, 30.2053842 ] ], [ [ 119.920046, 30.2053842 ], [ 119.9202654, 30.2054848 ] ], [ [ 119.9202654, 30.2054848 ], [ 119.9211941, 30.2059721 ] ], [ [ 119.9211941, 30.2059721 ], [ 119.9215589, 30.2062492 ] ], [ [ 119.9215589, 30.2062492 ], [ 119.9221559, 30.206746 ] ], [ [ 119.9221559, 30.206746 ], [ 119.9222886, 30.2069467 ] ], [ [ 119.9222886, 30.2069467 ], [ 119.9226976, 30.2076059 ] ], [ [ 119.9226976, 30.2076059 ], [ 119.9232504, 30.2083607 ] ], [ [ 119.9232504, 30.2083607 ], [ 119.923361, 30.2085136 ] ], [ [ 119.923361, 30.2085136 ], [ 119.9234163, 30.2091059 ] ], [ [ 119.9234163, 30.2091059 ], [ 119.9234605, 30.2092302 ] ], [ [ 119.9234605, 30.2092302 ], [ 119.923571, 30.2093544 ] ], [ [ 119.923571, 30.2093544 ], [ 119.9238585, 30.2096028 ] ], [ [ 119.9238585, 30.2096028 ], [ 119.9244776, 30.2101283 ] ], [ [ 119.9244776, 30.2101283 ], [ 119.9247208, 30.2103767 ] ], [ [ 119.9247208, 30.2103767 ], [ 119.9252515, 30.2111983 ] ], [ [ 119.9252515, 30.2111983 ], [ 119.9253649, 30.2113838 ] ], [ [ 119.9253649, 30.2113838 ], [ 119.9255611, 30.2117047 ] ], [ [ 119.9255611, 30.2117047 ], [ 119.9259922, 30.212641 ] ], [ [ 119.9259922, 30.212641 ], [ 119.9264898, 30.2141218 ] ], [ [ 119.9264898, 30.2141218 ], [ 119.9271752, 30.2153256 ] ], [ [ 119.9271752, 30.2153256 ], [ 119.9274184, 30.2157077 ] ], [ [ 119.9274184, 30.2157077 ], [ 119.9276948, 30.2161186 ] ], [ [ 119.9276948, 30.2161186 ], [ 119.9278639, 30.2163491 ] ], [ [ 119.9278639, 30.2163491 ], [ 119.9280107, 30.2165494 ] ], [ [ 119.9280107, 30.2165494 ], [ 119.9284024, 30.2170835 ] ], [ [ 119.9284024, 30.2170835 ], [ 119.9288026, 30.2176205 ] ], [ [ 119.9288026, 30.2176205 ], [ 119.9287213, 30.2179416 ] ], [ [ 119.9287213, 30.2179416 ], [ 119.9286798, 30.2181056 ] ], [ [ 119.9286798, 30.2181056 ], [ 119.9284909, 30.2188519 ] ], [ [ 119.9284909, 30.2188519 ], [ 119.9284642, 30.2189388 ] ], [ [ 119.9284642, 30.2189388 ], [ 119.9284205, 30.2190332 ] ], [ [ 119.9284205, 30.2190332 ], [ 119.9283402, 30.2191688 ] ], [ [ 119.9283402, 30.2191688 ], [ 119.9282671, 30.2192687 ] ], [ [ 119.9282671, 30.2192687 ], [ 119.9281358, 30.2194192 ] ], [ [ 119.9281358, 30.2194192 ], [ 119.9280261, 30.2195346 ] ], [ [ 119.9280261, 30.2195346 ], [ 119.9279095, 30.2196342 ] ], [ [ 119.9279095, 30.2196342 ], [ 119.9278102, 30.2197352 ] ], [ [ 119.9278102, 30.2197352 ], [ 119.9276409, 30.2199348 ] ], [ [ 119.9276409, 30.2199348 ], [ 119.9272175, 30.2204758 ] ], [ [ 119.9272175, 30.2204758 ], [ 119.927035, 30.2206762 ] ], [ [ 119.927035, 30.2206762 ], [ 119.9268662, 30.2208376 ] ], [ [ 119.9268662, 30.2208376 ], [ 119.9266676, 30.2210001 ] ], [ [ 119.9266676, 30.2210001 ], [ 119.9258226, 30.2215241 ] ], [ [ 119.9258226, 30.2215241 ], [ 119.9254504, 30.2216563 ] ], [ [ 119.9254504, 30.2216563 ], [ 119.9252352, 30.221801 ] ], [ [ 119.9252352, 30.221801 ], [ 119.9249229, 30.2220998 ] ], [ [ 119.9249229, 30.2220998 ], [ 119.9246858, 30.2223866 ] ], [ [ 119.9246858, 30.2223866 ], [ 119.9244487, 30.2225778 ] ], [ [ 119.9244487, 30.2225778 ], [ 119.924392, 30.2226834 ] ], [ [ 119.924392, 30.2226834 ], [ 119.9242432, 30.2229602 ] ], [ [ 119.9242432, 30.2229602 ], [ 119.9240377, 30.2236567 ] ], [ [ 119.9240377, 30.2236567 ], [ 119.9237476, 30.2249103 ] ], [ [ 119.9237476, 30.2249103 ], [ 119.9237216, 30.2250225 ] ], [ [ 119.9237216, 30.2250225 ], [ 119.9236887, 30.2251947 ] ], [ [ 119.9236887, 30.2251947 ], [ 119.9236457, 30.2254199 ] ], [ [ 119.9236457, 30.2254199 ], [ 119.9234687, 30.2263472 ] ], [ [ 119.9234687, 30.2263472 ], [ 119.9234845, 30.2264974 ] ], [ [ 119.9234845, 30.2264974 ], [ 119.9235635, 30.2266477 ] ], [ [ 119.9235635, 30.2266477 ], [ 119.9238164, 30.2268798 ] ], [ [ 119.9238164, 30.2268798 ], [ 119.9241484, 30.2274261 ] ], [ [ 119.9241484, 30.2274261 ], [ 119.9242748, 30.2276036 ] ], [ [ 119.9242748, 30.2276036 ], [ 119.9245277, 30.2277402 ] ], [ [ 119.9245277, 30.2277402 ], [ 119.9251283, 30.2280133 ] ], [ [ 119.9251283, 30.2280133 ], [ 119.925318, 30.2281226 ] ], [ [ 119.925318, 30.2281226 ], [ 119.9254603, 30.2282455 ] ], [ [ 119.9254603, 30.2282455 ], [ 119.9255867, 30.2284367 ] ], [ [ 119.9255867, 30.2284367 ], [ 119.9256468, 30.2286444 ] ], [ [ 119.9256468, 30.2286444 ], [ 119.9256815, 30.2287645 ] ], [ [ 119.9256815, 30.2287645 ], [ 119.9256741, 30.2288726 ] ], [ [ 119.9256741, 30.2288726 ], [ 119.9256657, 30.2289966 ] ], [ [ 119.9256657, 30.2289966 ], [ 119.9255393, 30.2294063 ] ], [ [ 119.9255393, 30.2294063 ], [ 119.9251916, 30.2302257 ] ], [ [ 119.9251916, 30.2302257 ], [ 119.9248912, 30.2308539 ] ], [ [ 119.9248912, 30.2308539 ], [ 119.9244171, 30.2316323 ] ], [ [ 119.9244171, 30.2316323 ], [ 119.9243538, 30.2318645 ] ], [ [ 119.9243538, 30.2318645 ], [ 119.9243222, 30.23252 ] ], [ [ 119.9243222, 30.23252 ], [ 119.9243696, 30.2329707 ] ], [ [ 119.9243696, 30.2329707 ], [ 119.9243855, 30.2332847 ] ], [ [ 119.9243855, 30.2332847 ], [ 119.9244487, 30.2336125 ] ], [ [ 119.9244487, 30.2336125 ], [ 119.9247648, 30.2347596 ] ], [ [ 119.9247648, 30.2347596 ], [ 119.9249349, 30.2353022 ] ], [ [ 119.9249349, 30.2353022 ], [ 119.9249703, 30.2354151 ] ], [ [ 119.9249703, 30.2354151 ], [ 119.9249913, 30.235615 ] ], [ [ 119.9249913, 30.235615 ], [ 119.9250053, 30.2357485 ] ], [ [ 119.9250053, 30.2357485 ], [ 119.9250164, 30.2358539 ] ], [ [ 119.9250164, 30.2358539 ], [ 119.9250265, 30.2359497 ] ], [ [ 119.9250265, 30.2359497 ], [ 119.9250335, 30.2360159 ] ], [ [ 119.9250335, 30.2360159 ], [ 119.9250335, 30.2367397 ] ], [ [ 119.9250335, 30.2367397 ], [ 119.9249861, 30.237204 ] ], [ [ 119.9249861, 30.237204 ], [ 119.9249071, 30.2375454 ] ], [ [ 119.9249071, 30.2375454 ], [ 119.9248776, 30.23768 ] ], [ [ 119.9248776, 30.23768 ], [ 119.9247944, 30.2380608 ] ], [ [ 119.9247944, 30.2380608 ], [ 119.924736, 30.2383282 ] ], [ [ 119.924736, 30.2383282 ], [ 119.9246577, 30.2386867 ] ], [ [ 119.9246577, 30.2386867 ], [ 119.9245423, 30.2392153 ] ], [ [ 119.9245423, 30.2392153 ], [ 119.9243906, 30.2399304 ] ], [ [ 119.9243906, 30.2399304 ], [ 119.9242848, 30.2404896 ] ], [ [ 119.9242848, 30.2404896 ], [ 119.9241238, 30.2412828 ] ], [ [ 119.8960154, 30.2208213 ], [ 119.8963674, 30.2210517 ] ], [ [ 119.8963674, 30.2210517 ], [ 119.8965783, 30.2212232 ] ], [ [ 119.8965783, 30.2212232 ], [ 119.8967395, 30.2214911 ] ], [ [ 119.8967395, 30.2214911 ], [ 119.8969008, 30.2218556 ] ], [ [ 119.8969008, 30.2218556 ], [ 119.8969752, 30.2221235 ] ], [ [ 119.8969752, 30.2221235 ], [ 119.8970372, 30.2224343 ] ], [ [ 119.8970372, 30.2224343 ], [ 119.8971737, 30.2227559 ] ], [ [ 119.8971737, 30.2227559 ], [ 119.8973225, 30.2230774 ] ], [ [ 119.8973225, 30.2230774 ], [ 119.8973349, 30.2235383 ] ], [ [ 119.8973349, 30.2235383 ], [ 119.8973846, 30.2237741 ] ], [ [ 119.8973846, 30.2237741 ], [ 119.8976698, 30.2242886 ] ], [ [ 119.8976698, 30.2242886 ], [ 119.8978307, 30.2245413 ] ], [ [ 119.8978307, 30.2245413 ], [ 119.8979337, 30.2247021 ] ], [ [ 119.8979337, 30.2247021 ], [ 119.8982459, 30.2247962 ] ], [ [ 119.8982459, 30.2247962 ], [ 119.8986322, 30.2249723 ] ], [ [ 119.8986322, 30.2249723 ], [ 119.8989271, 30.2251344 ] ], [ [ 119.8989271, 30.2251344 ], [ 119.8991845, 30.2254272 ] ], [ [ 119.8991845, 30.2254272 ], [ 119.8993635, 30.225645 ] ], [ [ 119.8993635, 30.225645 ], [ 119.899501, 30.225759 ] ], [ [ 119.899501, 30.225759 ], [ 119.8997165, 30.2260463 ] ], [ [ 119.8997165, 30.2260463 ], [ 119.8998923, 30.2261291 ] ], [ [ 119.8998923, 30.2261291 ], [ 119.8999894, 30.2261749 ] ], [ [ 119.8999894, 30.2261749 ], [ 119.9011182, 30.2271395 ] ], [ [ 119.9011182, 30.2271395 ], [ 119.9012656, 30.2272802 ] ], [ [ 119.9012656, 30.2272802 ], [ 119.9019492, 30.2279326 ] ], [ [ 119.9019492, 30.2279326 ], [ 119.9021601, 30.2280612 ] ], [ [ 119.9021601, 30.2280612 ], [ 119.904368, 30.2291115 ] ], [ [ 119.904368, 30.2291115 ], [ 119.9046533, 30.2292401 ] ], [ [ 119.9046533, 30.2292401 ], [ 119.9056085, 30.2296688 ] ], [ [ 119.9056085, 30.2296688 ], [ 119.9058565, 30.2297331 ] ], [ [ 119.9058565, 30.2297331 ], [ 119.906179, 30.2297438 ] ], [ [ 119.906179, 30.2297438 ], [ 119.9065264, 30.2297224 ] ], [ [ 119.9065264, 30.2297224 ], [ 119.9067124, 30.229776 ] ], [ [ 119.9067124, 30.229776 ], [ 119.9068861, 30.2298724 ] ], [ [ 119.9068861, 30.2298724 ], [ 119.9074443, 30.2304619 ] ], [ [ 119.9074443, 30.2304619 ], [ 119.9077916, 30.2306655 ] ], [ [ 120.0771534, 30.102212 ], [ 120.0771396, 30.1020762 ] ], [ [ 120.0771396, 30.1020762 ], [ 120.076999, 30.1007472 ] ], [ [ 120.076999, 30.1007472 ], [ 120.0769768, 30.1005376 ] ], [ [ 120.0769768, 30.1005376 ], [ 120.0768149, 30.0991437 ] ], [ [ 120.0768149, 30.0991437 ], [ 120.076684, 30.0978095 ] ], [ [ 120.076684, 30.0978095 ], [ 120.0765169, 30.0963555 ] ], [ [ 120.0765169, 30.0963555 ], [ 120.0764706, 30.0959547 ] ], [ [ 120.0764706, 30.0959547 ], [ 120.0763095, 30.0947568 ] ], [ [ 120.0763095, 30.0947568 ], [ 120.0761635, 30.0933431 ] ], [ [ 120.0782106, 30.1112628 ], [ 120.0781343, 30.1105109 ] ], [ [ 120.0781343, 30.1105109 ], [ 120.0781249, 30.1104188 ] ], [ [ 120.0781249, 30.1104188 ], [ 120.0779579, 30.1089526 ] ], [ [ 120.0779579, 30.1089526 ], [ 120.0778936, 30.1082563 ] ], [ [ 120.0778936, 30.1082563 ], [ 120.0778861, 30.1081757 ] ], [ [ 120.0778861, 30.1081757 ], [ 120.0778618, 30.1079125 ] ], [ [ 120.0778618, 30.1079125 ], [ 120.0777134, 30.1067631 ] ], [ [ 120.0777134, 30.1067631 ], [ 120.0775617, 30.1055903 ] ], [ [ 120.0775617, 30.1055903 ], [ 120.0774575, 30.1050558 ] ], [ [ 120.0774575, 30.1050558 ], [ 120.0773066, 30.1037195 ] ], [ [ 120.0773066, 30.1037195 ], [ 120.0771534, 30.102212 ] ], [ [ 120.0860777, 30.1141074 ], [ 120.0858793, 30.1121287 ] ], [ [ 120.0858793, 30.1121287 ], [ 120.0857652, 30.1109918 ] ], [ [ 120.1224762, 30.1106918 ], [ 120.1210944, 30.1103062 ] ], [ [ 120.1210944, 30.1103062 ], [ 120.1199195, 30.1099535 ] ], [ [ 120.1199195, 30.1099535 ], [ 120.1187555, 30.1095127 ] ], [ [ 120.1187555, 30.1095127 ], [ 120.1176987, 30.1089233 ] ], [ [ 120.1176987, 30.1089233 ], [ 120.1170844, 30.1085274 ] ], [ [ 120.1170844, 30.1085274 ], [ 120.1161001, 30.1078931 ] ], [ [ 120.1161001, 30.1078931 ], [ 120.1144317, 30.1067608 ] ], [ [ 120.1144317, 30.1067608 ], [ 120.1143194, 30.1066812 ] ], [ [ 120.1143194, 30.1066812 ], [ 120.113096, 30.1058141 ] ], [ [ 120.113096, 30.1058141 ], [ 120.1123182, 30.1051829 ] ], [ [ 120.1123182, 30.1051829 ], [ 120.1109824, 30.1038092 ] ], [ [ 120.1109824, 30.1038092 ], [ 120.1088808, 30.1015049 ] ], [ [ 120.1088808, 30.1015049 ], [ 120.1085953, 30.1011918 ] ], [ [ 120.1085953, 30.1011918 ], [ 120.105103, 30.0974139 ] ], [ [ 120.105103, 30.0974139 ], [ 120.1045788, 30.0965084 ] ], [ [ 120.1045788, 30.0965084 ], [ 120.1035044, 30.0946524 ] ], [ [ 120.1035044, 30.0946524 ], [ 120.1026461, 30.0934271 ] ], [ [ 120.1026461, 30.0934271 ], [ 120.1025994, 30.0933579 ] ], [ [ 120.1025994, 30.0933579 ], [ 120.1017127, 30.092044 ] ], [ [ 120.1017127, 30.092044 ], [ 120.1009563, 30.0908883 ] ], [ [ 120.1009563, 30.0908883 ], [ 120.1000804, 30.0897317 ] ], [ [ 120.1000804, 30.0897317 ], [ 120.0998244, 30.0893937 ] ], [ [ 120.0998244, 30.0893937 ], [ 120.0988213, 30.0881358 ] ], [ [ 120.0988213, 30.0881358 ], [ 120.0986866, 30.0880087 ] ], [ [ 120.0986866, 30.0880087 ], [ 120.0981713, 30.0875227 ] ], [ [ 120.0981713, 30.0875227 ], [ 120.0981078, 30.0874628 ] ], [ [ 120.0981078, 30.0874628 ], [ 120.0974104, 30.0870358 ] ], [ [ 120.0974104, 30.0870358 ], [ 120.0959138, 30.0861306 ] ], [ [ 120.0959138, 30.0861306 ], [ 120.0938431, 30.0853183 ] ], [ [ 120.0938431, 30.0853183 ], [ 120.0900534, 30.0840087 ] ], [ [ 120.0900534, 30.0840087 ], [ 120.0872854, 30.083201 ] ], [ [ 120.0872854, 30.083201 ], [ 120.085469, 30.0828167 ] ], [ [ 120.085469, 30.0828167 ], [ 120.0846229, 30.082727 ] ], [ [ 120.0846229, 30.082727 ], [ 120.0822643, 30.0824769 ] ], [ [ 120.0822643, 30.0824769 ], [ 120.0805552, 30.0825753 ] ], [ [ 120.0805552, 30.0825753 ], [ 120.0799109, 30.0826748 ] ], [ [ 120.0799109, 30.0826748 ], [ 120.0787527, 30.0828538 ] ], [ [ 120.0787527, 30.0828538 ], [ 120.0768966, 30.0834015 ] ], [ [ 120.0768966, 30.0834015 ], [ 120.0760062, 30.0837729 ] ], [ [ 120.0760062, 30.0837729 ], [ 120.0743571, 30.0845286 ] ], [ [ 120.0743571, 30.0845286 ], [ 120.07278, 30.0853641 ] ], [ [ 120.07278, 30.0853641 ], [ 120.0721377, 30.08579 ] ], [ [ 120.0721377, 30.08579 ], [ 120.0690142, 30.0878613 ] ], [ [ 120.0690142, 30.0878613 ], [ 120.0663051, 30.0896227 ] ], [ [ 120.0663051, 30.0896227 ], [ 120.0653637, 30.0899275 ] ], [ [ 120.0653637, 30.0899275 ], [ 120.0650363, 30.0900113 ] ], [ [ 120.0650363, 30.0900113 ], [ 120.0648079, 30.0900762 ] ], [ [ 120.0648079, 30.0900762 ], [ 120.0609214, 30.0924062 ] ], [ [ 120.0609214, 30.0924062 ], [ 120.0602738, 30.0929575 ] ], [ [ 120.066106, 30.0923676 ], [ 120.0661149, 30.0922053 ] ], [ [ 120.0661149, 30.0922053 ], [ 120.0660994, 30.0920044 ] ], [ [ 120.0660994, 30.0920044 ], [ 120.0659661, 30.0917633 ] ], [ [ 120.0659661, 30.0917633 ], [ 120.0657755, 30.0912584 ] ], [ [ 120.0657755, 30.0912584 ], [ 120.0657654, 30.0911267 ] ], [ [ 120.0657654, 30.0911267 ], [ 120.0657898, 30.0910266 ] ], [ [ 120.0657898, 30.0910266 ], [ 120.0655941, 30.0910716 ] ], [ [ 120.0655941, 30.0910716 ], [ 120.0655035, 30.0910924 ] ], [ [ 120.0655035, 30.0910924 ], [ 120.0652118, 30.0911594 ] ], [ [ 120.0652118, 30.0911594 ], [ 120.0642442, 30.0913986 ] ], [ [ 120.0642442, 30.0913986 ], [ 120.0627004, 30.0917888 ] ], [ [ 120.0627004, 30.0917888 ], [ 120.0622501, 30.0920006 ] ], [ [ 120.0622501, 30.0920006 ], [ 120.0611969, 30.0926072 ] ], [ [ 120.0611969, 30.0926072 ], [ 120.0606928, 30.0928455 ] ], [ [ 120.0606928, 30.0928455 ], [ 120.0604914, 30.092934 ] ], [ [ 120.0604914, 30.092934 ], [ 120.0602738, 30.0929575 ] ], [ [ 120.0665564, 30.1031311 ], [ 120.0662106, 30.1001085 ] ], [ [ 120.0662106, 30.1001085 ], [ 120.0660435, 30.0986552 ] ], [ [ 120.0660435, 30.0986552 ], [ 120.0658789, 30.0972444 ] ], [ [ 120.0658789, 30.0972444 ], [ 120.0658476, 30.0968905 ] ], [ [ 120.0658476, 30.0968905 ], [ 120.0658375, 30.0968058 ] ], [ [ 120.0658375, 30.0968058 ], [ 120.0656194, 30.0949818 ] ], [ [ 120.0656194, 30.0949818 ], [ 120.0655277, 30.0938279 ] ], [ [ 120.0655277, 30.0938279 ], [ 120.0654492, 30.0935582 ] ], [ [ 120.0654492, 30.0935582 ], [ 120.0654647, 30.0934109 ] ], [ [ 120.0654647, 30.0934109 ], [ 120.0655421, 30.0932233 ] ], [ [ 120.0655421, 30.0932233 ], [ 120.0660065, 30.092634 ] ], [ [ 120.0660065, 30.092634 ], [ 120.0660994, 30.0924866 ] ], [ [ 120.0660994, 30.0924866 ], [ 120.066106, 30.0923676 ] ], [ [ 120.0657898, 30.0910266 ], [ 120.0689016, 30.0901693 ] ], [ [ 120.066106, 30.0923676 ], [ 120.0681576, 30.0926836 ] ], [ [ 120.0681576, 30.0926836 ], [ 120.0691263, 30.09277 ] ], [ [ 120.0691263, 30.09277 ], [ 120.0692112, 30.0927813 ] ], [ [ 120.0692112, 30.0927813 ], [ 120.0702794, 30.0929286 ] ], [ [ 120.0702794, 30.0929286 ], [ 120.0713632, 30.093143 ] ], [ [ 120.0713632, 30.093143 ], [ 120.0717812, 30.093143 ] ], [ [ 120.0717812, 30.093143 ], [ 120.0740503, 30.0929767 ] ], [ [ 120.0740503, 30.0929767 ], [ 120.0754878, 30.0928824 ] ], [ [ 120.0754878, 30.0928824 ], [ 120.0756941, 30.0928738 ] ], [ [ 120.0771534, 30.102212 ], [ 120.0768928, 30.1022343 ] ], [ [ 120.0768928, 30.1022343 ], [ 120.0768638, 30.1022368 ] ], [ [ 120.0768638, 30.1022368 ], [ 120.0765631, 30.1022629 ] ], [ [ 120.0765631, 30.1022629 ], [ 120.0750531, 30.1023939 ] ], [ [ 120.0750531, 30.1023939 ], [ 120.0693745, 30.1028866 ] ], [ [ 120.0693745, 30.1028866 ], [ 120.0665564, 30.1031311 ] ], [ [ 120.0666864, 30.1044678 ], [ 120.0668094, 30.1043595 ] ], [ [ 120.0668094, 30.1043595 ], [ 120.06684, 30.1042489 ] ], [ [ 120.06684, 30.1042489 ], [ 120.0668176, 30.1041229 ] ], [ [ 120.0668176, 30.1041229 ], [ 120.0665886, 30.1038433 ] ], [ [ 120.0665886, 30.1038433 ], [ 120.0665564, 30.1031311 ] ], [ [ 120.0666864, 30.1044678 ], [ 120.0665585, 30.1045468 ] ], [ [ 120.0681972, 30.1156516 ], [ 120.0680598, 30.1156775 ] ], [ [ 120.0819692, 30.1109347 ], [ 120.0823515, 30.114425 ] ], [ [ 120.0860884, 30.1142137 ], [ 120.0860777, 30.1141074 ] ], [ [ 120.136637, 29.8970272 ], [ 120.1364932, 29.8970571 ] ], [ [ 120.1353724, 29.9156358 ], [ 120.1349262, 29.9153872 ] ], [ [ 120.1349262, 29.9153872 ], [ 120.134072, 29.9145872 ] ], [ [ 120.134072, 29.9145872 ], [ 120.1331147, 29.9137686 ] ], [ [ 120.1331147, 29.9137686 ], [ 120.1329043, 29.9135937 ] ], [ [ 120.1329043, 29.9135937 ], [ 120.1320415, 29.9126375 ] ], [ [ 120.1320415, 29.9126375 ], [ 120.1317152, 29.9122431 ] ], [ [ 120.1317152, 29.9122431 ], [ 120.1315715, 29.9120552 ] ], [ [ 120.15722, 30.01018 ], [ 120.1567958, 30.0101369 ] ], [ [ 120.1567958, 30.0101369 ], [ 120.1567109, 30.0101361 ] ], [ [ 120.1515037, 29.92695 ], [ 120.1510914, 29.9266433 ] ], [ [ 120.1510914, 29.9266433 ], [ 120.1507994, 29.9262711 ] ], [ [ 120.1507994, 29.9262711 ], [ 120.1507265, 29.9261782 ] ], [ [ 120.1507265, 29.9261782 ], [ 120.1503273, 29.9258322 ] ], [ [ 120.1503273, 29.9258322 ], [ 120.1493915, 29.9251551 ] ], [ [ 120.1493915, 29.9251551 ], [ 120.1483526, 29.9245375 ] ], [ [ 120.1483526, 29.9245375 ], [ 120.1476977, 29.9241509 ] ], [ [ 120.1476977, 29.9241509 ], [ 120.1476658, 29.924132 ] ], [ [ 120.1476658, 29.924132 ], [ 120.147464, 29.9239348 ] ], [ [ 120.147464, 29.9239348 ], [ 120.1472737, 29.923699 ] ], [ [ 120.1472737, 29.923699 ], [ 120.1468737, 29.9232031 ] ], [ [ 120.1468737, 29.9232031 ], [ 120.1461385, 29.92206 ] ], [ [ 120.1461385, 29.92206 ], [ 120.1452919, 29.9211259 ] ], [ [ 120.1452919, 29.9211259 ], [ 120.1449582, 29.9208079 ] ], [ [ 120.1449582, 29.9208079 ], [ 120.1443385, 29.9203893 ] ], [ [ 120.1443385, 29.9203893 ], [ 120.1433787, 29.9198301 ] ], [ [ 120.1433787, 29.9198301 ], [ 120.1431043, 29.9196796 ] ], [ [ 120.1431043, 29.9196796 ], [ 120.1426661, 29.9194353 ] ], [ [ 120.1426661, 29.9194353 ], [ 120.1424729, 29.9192642 ] ], [ [ 120.1424729, 29.9192642 ], [ 120.1422153, 29.9189963 ] ], [ [ 120.1422153, 29.9189963 ], [ 120.1420866, 29.9187991 ] ], [ [ 120.1420866, 29.9187991 ], [ 120.141829, 29.9186094 ] ], [ [ 120.141829, 29.9186094 ], [ 120.1407378, 29.9177892 ] ], [ [ 120.1407378, 29.9177892 ], [ 120.1406657, 29.917735 ] ], [ [ 120.1406657, 29.917735 ], [ 120.1392405, 29.9172364 ] ], [ [ 120.1392405, 29.9172364 ], [ 120.1378994, 29.9167174 ] ], [ [ 120.1378994, 29.9167174 ], [ 120.1371542, 29.916429 ] ], [ [ 120.1371542, 29.916429 ], [ 120.1364845, 29.9161797 ] ], [ [ 120.1364845, 29.9161797 ], [ 120.1354775, 29.9156894 ] ], [ [ 120.1461639, 29.9269077 ], [ 120.1464464, 29.9272282 ] ], [ [ 120.1464464, 29.9272282 ], [ 120.1472401, 29.9275955 ] ], [ [ 120.1472401, 29.9275955 ], [ 120.1483969, 29.9280734 ] ], [ [ 120.1483969, 29.9280734 ], [ 120.1491044, 29.9285108 ] ], [ [ 120.1491044, 29.9285108 ], [ 120.1492645, 29.9286097 ] ], [ [ 120.1492645, 29.9286097 ], [ 120.1504751, 29.9295248 ] ], [ [ 120.1504751, 29.9295248 ], [ 120.1510872, 29.930096 ] ], [ [ 120.1510872, 29.930096 ], [ 120.1512074, 29.9301416 ] ], [ [ 120.1512074, 29.9301416 ], [ 120.15141, 29.9302184 ] ], [ [ 120.15141, 29.9302184 ], [ 120.1519279, 29.9303175 ] ], [ [ 120.1519279, 29.9303175 ], [ 120.1522843, 29.9303991 ] ], [ [ 120.1522843, 29.9303991 ], [ 120.1528426, 29.9306264 ] ], [ [ 120.1528426, 29.9306264 ], [ 120.1531896, 29.9307507 ] ], [ [ 120.168573, 30.0632571 ], [ 120.1680357, 30.0632833 ] ], [ [ 120.1680357, 30.0632833 ], [ 120.1675087, 30.063309 ] ], [ [ 120.1675087, 30.063309 ], [ 120.1671911, 30.0632942 ] ], [ [ 120.1671911, 30.0632942 ], [ 120.1669422, 30.0632422 ] ], [ [ 120.1669422, 30.0632422 ], [ 120.1666589, 30.0631382 ] ], [ [ 120.1666589, 30.0631382 ], [ 120.1663585, 30.0629451 ] ], [ [ 120.1663585, 30.0629451 ], [ 120.1654401, 30.0622319 ] ], [ [ 120.1654401, 30.0622319 ], [ 120.1650625, 30.0619794 ] ], [ [ 120.1650625, 30.0619794 ], [ 120.1649185, 30.0618887 ] ], [ [ 120.1649185, 30.0618887 ], [ 120.163661, 30.0610961 ] ], [ [ 120.163661, 30.0610961 ], [ 120.163463, 30.0609713 ] ], [ [ 120.163463, 30.0609713 ], [ 120.1632944, 30.0608651 ] ], [ [ 120.1632944, 30.0608651 ], [ 120.163157, 30.0607611 ] ], [ [ 120.163157, 30.0607611 ], [ 120.1629854, 30.0606051 ] ], [ [ 120.1629854, 30.0606051 ], [ 120.1628652, 30.0603971 ] ], [ [ 120.1628652, 30.0603971 ], [ 120.1625462, 30.0598563 ] ], [ [ 120.1625462, 30.0598563 ], [ 120.1618623, 30.0586971 ] ], [ [ 120.1618623, 30.0586971 ], [ 120.1616935, 30.0584109 ] ], [ [ 120.1616935, 30.0584109 ], [ 120.1607967, 30.0568907 ] ], [ [ 120.1607967, 30.0568907 ], [ 120.1604534, 30.0563707 ] ], [ [ 120.1604534, 30.0563707 ], [ 120.1603504, 30.0562741 ] ], [ [ 120.1603504, 30.0562741 ], [ 120.1602131, 30.0562444 ] ], [ [ 120.1602131, 30.0562444 ], [ 120.1591316, 30.0561924 ] ], [ [ 120.1591316, 30.0561924 ], [ 120.1588827, 30.0561552 ] ], [ [ 120.1588827, 30.0561552 ], [ 120.158711, 30.0560735 ] ], [ [ 120.158711, 30.0560735 ], [ 120.1586166, 30.0559547 ] ], [ [ 120.1586166, 30.0559547 ], [ 120.1585479, 30.0557764 ] ], [ [ 120.1585479, 30.0557764 ], [ 120.1583248, 30.0547957 ] ], [ [ 120.1583248, 30.0547957 ], [ 120.1582304, 30.0545654 ] ], [ [ 120.1582304, 30.0545654 ], [ 120.1579986, 30.0541791 ] ], [ [ 120.1579986, 30.0541791 ], [ 120.1560127, 30.0518044 ] ], [ [ 120.1560127, 30.0518044 ], [ 120.1557338, 30.0514709 ] ], [ [ 120.1557338, 30.0514709 ], [ 120.1556822, 30.0514092 ] ], [ [ 120.1556822, 30.0514092 ], [ 120.1555545, 30.0512803 ] ], [ [ 120.1555545, 30.0512803 ], [ 120.1553562, 30.0510801 ] ], [ [ 120.1553562, 30.0510801 ], [ 120.1551425, 30.050915 ] ], [ [ 120.1551425, 30.050915 ], [ 120.155028, 30.0509588 ] ], [ [ 120.155028, 30.0509588 ], [ 120.1546856, 30.0510068 ] ], [ [ 120.1546856, 30.0510068 ], [ 120.1544538, 30.0511108 ] ], [ [ 120.1544538, 30.0511108 ], [ 120.1537414, 30.0515938 ] ], [ [ 120.1537414, 30.0515938 ], [ 120.1535268, 30.0517052 ] ], [ [ 120.1535268, 30.0517052 ], [ 120.1533552, 30.0517721 ] ], [ [ 120.1533552, 30.0517721 ], [ 120.1524454, 30.0519949 ] ], [ [ 120.1524454, 30.0519949 ], [ 120.1518446, 30.0521955 ] ], [ [ 120.1518446, 30.0521955 ], [ 120.1516115, 30.052227 ] ], [ [ 120.1516115, 30.052227 ], [ 120.1508842, 30.0521206 ] ], [ [ 120.1508842, 30.0521206 ], [ 120.1507585, 30.0521022 ] ], [ [ 120.1507585, 30.0521022 ], [ 120.150222, 30.0519606 ] ], [ [ 120.150222, 30.0519606 ], [ 120.1495306, 30.0518193 ] ], [ [ 120.1495306, 30.0518193 ], [ 120.1493865, 30.0520499 ] ], [ [ 120.1493865, 30.0520499 ], [ 120.1491692, 30.0520653 ] ], [ [ 120.1491692, 30.0520653 ], [ 120.1488139, 30.0521289 ] ], [ [ 120.1488139, 30.0521289 ], [ 120.1485685, 30.0520801 ] ], [ [ 120.1485685, 30.0520801 ], [ 120.1483655, 30.0521331 ] ], [ [ 120.1483655, 30.0521331 ], [ 120.1481701, 30.052231 ] ], [ [ 120.1481701, 30.052231 ], [ 120.1479878, 30.0523552 ] ], [ [ 120.1479878, 30.0523552 ], [ 120.1478893, 30.0524768 ] ], [ [ 120.1478893, 30.0524768 ], [ 120.1483029, 30.0533733 ] ], [ [ 120.1483029, 30.0533733 ], [ 120.1483297, 30.0537215 ] ], [ [ 120.1483297, 30.0537215 ], [ 120.1486087, 30.0543019 ] ], [ [ 120.1486087, 30.0543019 ], [ 120.148761, 30.0550857 ] ], [ [ 120.148761, 30.0550857 ], [ 120.1485819, 30.0558063 ] ], [ [ 120.1485819, 30.0558063 ], [ 120.1483485, 30.0565901 ] ], [ [ 120.1483485, 30.0565901 ], [ 120.1485389, 30.0570274 ] ], [ [ 120.1485389, 30.0570274 ], [ 120.1485389, 30.0574081 ] ], [ [ 120.1485389, 30.0574081 ], [ 120.1486891, 30.0575799 ] ], [ [ 120.1486891, 30.0575799 ], [ 120.1487482, 30.057956 ] ], [ [ 120.1487482, 30.057956 ], [ 120.1488024, 30.0584235 ] ], [ [ 120.1488024, 30.0584235 ], [ 120.148555, 30.058931 ] ], [ [ 120.148555, 30.058931 ], [ 120.1483853, 30.0591489 ] ], [ [ 120.1483853, 30.0591489 ], [ 120.1482837, 30.0592131 ] ], [ [ 120.1482837, 30.0592131 ], [ 120.1481205, 30.0591771 ] ], [ [ 120.1481205, 30.0591771 ], [ 120.148142, 30.0589961 ] ], [ [ 120.148142, 30.0589961 ], [ 120.1482855, 30.0588057 ] ], [ [ 120.1482855, 30.0588057 ], [ 120.1483029, 30.0587314 ] ], [ [ 120.1483029, 30.0587314 ], [ 120.1482417, 30.0586954 ] ], [ [ 120.1482417, 30.0586954 ], [ 120.1480655, 30.0588498 ] ], [ [ 120.1480655, 30.0588498 ], [ 120.1479676, 30.0590309 ] ], [ [ 120.1479676, 30.0590309 ], [ 120.1478979, 30.059205 ] ], [ [ 120.1478979, 30.059205 ], [ 120.1478362, 30.0592189 ] ], [ [ 120.1478362, 30.0592189 ], [ 120.147801, 30.059179 ] ], [ [ 120.147801, 30.059179 ], [ 120.147804, 30.0588881 ] ], [ [ 120.147804, 30.0588881 ], [ 120.1478536, 30.0587012 ] ], [ [ 120.1478536, 30.0587012 ], [ 120.1480681, 30.0585212 ] ], [ [ 120.1480681, 30.0585212 ], [ 120.1480065, 30.0584377 ] ], [ [ 120.1480065, 30.0584377 ], [ 120.1478939, 30.0584389 ] ], [ [ 120.1478939, 30.0584389 ], [ 120.1477773, 30.0584995 ] ], [ [ 120.1477773, 30.0584995 ], [ 120.1476552, 30.0585445 ] ], [ [ 120.1476552, 30.0585445 ], [ 120.1475613, 30.0586211 ] ], [ [ 120.1475613, 30.0586211 ], [ 120.147446, 30.0587772 ] ], [ [ 120.147446, 30.0587772 ], [ 120.1473507, 30.0591249 ] ], [ [ 120.1473507, 30.0591249 ], [ 120.1473266, 30.0592897 ] ], [ [ 120.1473266, 30.0592897 ], [ 120.1473065, 30.0594557 ] ], [ [ 120.1473065, 30.0594557 ], [ 120.1472542, 30.0594812 ] ], [ [ 120.1472542, 30.0594812 ], [ 120.1471742, 30.0594094 ] ], [ [ 120.1471742, 30.0594094 ], [ 120.147112, 30.0590808 ] ], [ [ 120.147112, 30.0590808 ], [ 120.1470745, 30.0587395 ] ], [ [ 120.1470745, 30.0587395 ], [ 120.1470892, 30.0585399 ] ], [ [ 120.1470892, 30.0585399 ], [ 120.1469875, 30.05846 ] ], [ [ 120.1469875, 30.05846 ], [ 120.1468746, 30.0584377 ] ], [ [ 120.1468746, 30.0584377 ], [ 120.1467593, 30.0585096 ] ], [ [ 120.1467593, 30.0585096 ], [ 120.1467459, 30.058577 ] ], [ [ 120.1467459, 30.058577 ], [ 120.1468492, 30.0587024 ] ], [ [ 120.1468492, 30.0587024 ], [ 120.1468317, 30.0590912 ] ], [ [ 120.1468317, 30.0590912 ], [ 120.1467687, 30.0592955 ] ], [ [ 120.1467687, 30.0592955 ], [ 120.1467217, 30.059422 ] ], [ [ 120.1467217, 30.059422 ], [ 120.1466543, 30.0594758 ] ], [ [ 120.1466543, 30.0594758 ], [ 120.1465756, 30.0594453 ] ], [ [ 120.1465756, 30.0594453 ], [ 120.1465154, 30.0593802 ] ], [ [ 120.1465154, 30.0593802 ], [ 120.1466292, 30.0592096 ] ], [ [ 120.1466292, 30.0592096 ], [ 120.1466426, 30.0589914 ] ], [ [ 120.1466426, 30.0589914 ], [ 120.146611, 30.0588604 ] ], [ [ 120.146611, 30.0588604 ], [ 120.1464777, 30.0587906 ] ], [ [ 120.1464777, 30.0587906 ], [ 120.1462297, 30.0587564 ] ], [ [ 120.1462297, 30.0587564 ], [ 120.1459882, 30.0587639 ] ], [ [ 120.1459882, 30.0587639 ], [ 120.1458232, 30.0587871 ] ], [ [ 120.1458232, 30.0587871 ], [ 120.1458165, 30.0588405 ] ], [ [ 120.1458165, 30.0588405 ], [ 120.1458403, 30.0588943 ] ], [ [ 120.1458403, 30.0588943 ], [ 120.1459144, 30.0589241 ] ], [ [ 120.1459144, 30.0589241 ], [ 120.1460136, 30.0589299 ] ], [ [ 120.1460136, 30.0589299 ], [ 120.1461196, 30.0589508 ] ], [ [ 120.1461196, 30.0589508 ], [ 120.1461786, 30.0589937 ] ], [ [ 120.1461786, 30.0589937 ], [ 120.1462202, 30.0590634 ] ], [ [ 120.1462202, 30.0590634 ], [ 120.1462094, 30.0591295 ] ], [ [ 120.1462094, 30.0591295 ], [ 120.1461765, 30.0591879 ] ], [ [ 120.1461765, 30.0591879 ], [ 120.1460914, 30.0593048 ] ], [ [ 120.1460914, 30.0593048 ], [ 120.1459439, 30.0593454 ] ], [ [ 120.1459439, 30.0593454 ], [ 120.1458011, 30.0593037 ] ], [ [ 120.1458011, 30.0593037 ], [ 120.1455791, 30.0591005 ] ], [ [ 120.1455791, 30.0591005 ], [ 120.1451419, 30.058909 ] ], [ [ 120.1451419, 30.058909 ], [ 120.1447825, 30.0586293 ] ], [ [ 120.1447825, 30.0586293 ], [ 120.1446176, 30.0584667 ] ], [ [ 120.1446176, 30.0584667 ], [ 120.1444674, 30.058418 ] ], [ [ 120.1444674, 30.058418 ], [ 120.1441029, 30.0583918 ] ], [ [ 120.1441029, 30.0583918 ], [ 120.1438075, 30.0582358 ] ], [ [ 120.1438075, 30.0582358 ], [ 120.1435903, 30.058165 ] ], [ [ 120.1435903, 30.058165 ], [ 120.1435027, 30.058197 ] ], [ [ 120.1435027, 30.058197 ], [ 120.1434575, 30.0582102 ] ], [ [ 120.1434575, 30.0582102 ], [ 120.1434361, 30.0582382 ] ], [ [ 120.1434361, 30.0582382 ], [ 120.1435339, 30.0582868 ] ], [ [ 120.1435339, 30.0582868 ], [ 120.1437432, 30.0583507 ] ], [ [ 120.1437432, 30.0583507 ], [ 120.1438639, 30.0584273 ] ], [ [ 120.1438639, 30.0584273 ], [ 120.1439162, 30.05849 ] ], [ [ 120.1439162, 30.05849 ], [ 120.1439725, 30.0585526 ] ], [ [ 120.1439725, 30.0585526 ], [ 120.144003, 30.0586107 ] ], [ [ 120.144003, 30.0586107 ], [ 120.1439993, 30.0586571 ] ], [ [ 120.1439993, 30.0586571 ], [ 120.1439564, 30.0586826 ] ], [ [ 120.1439564, 30.0586826 ], [ 120.1438956, 30.0586923 ] ], [ [ 120.1438956, 30.0586923 ], [ 120.1438344, 30.0586478 ] ], [ [ 120.1438344, 30.0586478 ], [ 120.1437955, 30.0585596 ] ], [ [ 120.1437955, 30.0585596 ], [ 120.1436546, 30.0584749 ] ], [ [ 120.1436546, 30.0584749 ], [ 120.143515, 30.0584216 ] ], [ [ 120.143515, 30.0584216 ], [ 120.1431128, 30.0584354 ] ], [ [ 120.1431128, 30.0584354 ], [ 120.1427588, 30.0582683 ] ], [ [ 120.1427588, 30.0582683 ], [ 120.1420842, 30.0581951 ] ], [ [ 120.1420842, 30.0581951 ], [ 120.1416658, 30.0579839 ] ], [ [ 120.1416658, 30.0579839 ], [ 120.1408926, 30.0578088 ] ], [ [ 120.1408926, 30.0578088 ], [ 120.1408477, 30.0577633 ] ], [ [ 120.1408477, 30.0577633 ], [ 120.1407941, 30.0576728 ] ], [ [ 120.1407941, 30.0576728 ], [ 120.1407619, 30.0576182 ] ], [ [ 120.1407619, 30.0576182 ], [ 120.1406787, 30.057602 ] ], [ [ 120.1406787, 30.057602 ], [ 120.1405799, 30.0576088 ] ], [ [ 120.1405799, 30.0576088 ], [ 120.1402684, 30.0576461 ] ], [ [ 120.1402684, 30.0576461 ], [ 120.1400913, 30.057595 ] ], [ [ 120.1400913, 30.057595 ], [ 120.1400001, 30.0575915 ] ], [ [ 120.1400001, 30.0575915 ], [ 120.1398699, 30.0576464 ] ], [ [ 120.1398699, 30.0576464 ], [ 120.1396796, 30.0577738 ] ], [ [ 120.1396796, 30.0577738 ], [ 120.1395388, 30.0578272 ] ], [ [ 120.1395388, 30.0578272 ], [ 120.1393572, 30.0578159 ] ], [ [ 120.1393572, 30.0578159 ], [ 120.1386671, 30.0572979 ] ], [ [ 120.1386671, 30.0572979 ], [ 120.138317, 30.0570506 ] ], [ [ 120.138317, 30.0570506 ], [ 120.1380984, 30.0569508 ] ], [ [ 120.1380984, 30.0569508 ], [ 120.1378368, 30.0568967 ] ], [ [ 120.1378368, 30.0568967 ], [ 120.1376653, 30.056916 ] ], [ [ 120.1376653, 30.056916 ], [ 120.137511, 30.056974 ] ], [ [ 120.137511, 30.056974 ], [ 120.1374011, 30.0570796 ] ], [ [ 120.1374011, 30.0570796 ], [ 120.1371955, 30.0571051 ] ], [ [ 120.1371955, 30.0571051 ], [ 120.137035, 30.0570796 ] ], [ [ 120.137035, 30.0570796 ], [ 120.1369156, 30.0570088 ] ], [ [ 120.1369156, 30.0570088 ], [ 120.136579, 30.057002 ] ], [ [ 120.136579, 30.057002 ], [ 120.1360948, 30.0571458 ] ], [ [ 120.1360948, 30.0571458 ], [ 120.1359366, 30.0572979 ] ], [ [ 120.1359366, 30.0572979 ], [ 120.135615, 30.057396 ] ], [ [ 120.135615, 30.057396 ], [ 120.1352231, 30.0573722 ] ], [ [ 120.1352231, 30.0573722 ], [ 120.1350099, 30.0573559 ] ], [ [ 120.1350099, 30.0573559 ], [ 120.134836, 30.057377 ] ], [ [ 120.134836, 30.057377 ], [ 120.134625, 30.0574523 ] ], [ [ 120.134625, 30.0574523 ], [ 120.13446, 30.0575648 ] ], [ [ 120.13446, 30.0575648 ], [ 120.1343031, 30.0577192 ] ], [ [ 120.1343031, 30.0577192 ], [ 120.1342535, 30.0578051 ] ], [ [ 120.1342535, 30.0578051 ], [ 120.1341977, 30.0578526 ] ], [ [ 120.1341977, 30.0578526 ], [ 120.133941, 30.0578121 ] ], [ [ 120.133941, 30.0578121 ], [ 120.133768, 30.0577761 ] ], [ [ 120.133768, 30.0577761 ], [ 120.1336718, 30.0578103 ] ], [ [ 120.1336718, 30.0578103 ], [ 120.1335749, 30.057862 ] ], [ [ 120.1335749, 30.057862 ], [ 120.1334743, 30.0579189 ] ], [ [ 120.1334743, 30.0579189 ], [ 120.1333031, 30.0579542 ] ], [ [ 120.1333031, 30.0579542 ], [ 120.1332209, 30.0579583 ] ], [ [ 120.1332209, 30.0579583 ], [ 120.1331551, 30.057927 ] ], [ [ 120.1331551, 30.057927 ], [ 120.1330599, 30.0578643 ] ], [ [ 120.1330599, 30.0578643 ], [ 120.1329379, 30.057833 ] ], [ [ 120.1329379, 30.057833 ], [ 120.1327944, 30.0578353 ] ], [ [ 120.1327944, 30.0578353 ], [ 120.1326576, 30.0578655 ] ], [ [ 120.1326576, 30.0578655 ], [ 120.1324916, 30.0578427 ] ], [ [ 120.1324916, 30.0578427 ], [ 120.1323894, 30.0577482 ] ], [ [ 120.1323894, 30.0577482 ], [ 120.1323733, 30.0577018 ] ], [ [ 120.1323733, 30.0577018 ], [ 120.1324081, 30.057559 ] ], [ [ 120.1324081, 30.057559 ], [ 120.1323052, 30.0573218 ] ], [ [ 120.1323052, 30.0573218 ], [ 120.1319441, 30.0571261 ] ], [ [ 120.1319441, 30.0571261 ], [ 120.1317617, 30.057039 ] ], [ [ 120.1317617, 30.057039 ], [ 120.13158, 30.05697 ] ], [ [ 120.13158, 30.05697 ], [ 120.1314922, 30.0567361 ] ], [ [ 120.1314922, 30.0567361 ], [ 120.1314209, 30.0564998 ] ], [ [ 120.1314209, 30.0564998 ], [ 120.1316088, 30.0561963 ] ], [ [ 120.1316088, 30.0561963 ], [ 120.1315426, 30.0560105 ] ], [ [ 120.1315426, 30.0560105 ], [ 120.1313916, 30.0557622 ] ], [ [ 120.1313916, 30.0557622 ], [ 120.1313406, 30.0555114 ] ], [ [ 120.1313406, 30.0555114 ], [ 120.1310778, 30.0552133 ] ], [ [ 120.1310778, 30.0552133 ], [ 120.1310241, 30.0544876 ] ], [ [ 120.1310241, 30.0544876 ], [ 120.1309866, 30.0541255 ] ], [ [ 120.1309866, 30.0541255 ], [ 120.1308159, 30.053638 ] ], [ [ 120.1308159, 30.053638 ], [ 120.1305252, 30.0534661 ] ], [ [ 120.1305252, 30.0534661 ], [ 120.130299, 30.0532849 ] ], [ [ 120.130299, 30.0532849 ], [ 120.1300478, 30.0530668 ] ], [ [ 120.1300478, 30.0530668 ], [ 120.130021, 30.0528579 ] ], [ [ 120.130021, 30.0528579 ], [ 120.129801, 30.0525328 ] ], [ [ 120.129801, 30.0525328 ], [ 120.1296455, 30.0524585 ] ], [ [ 120.1296455, 30.0524585 ], [ 120.1295274, 30.052245 ] ], [ [ 120.1295274, 30.052245 ], [ 120.1293182, 30.0520592 ] ], [ [ 120.1293182, 30.0520592 ], [ 120.1292914, 30.0518178 ] ], [ [ 120.1292914, 30.0518178 ], [ 120.1291197, 30.0516228 ] ], [ [ 120.1291197, 30.0516228 ], [ 120.1289213, 30.0515485 ] ], [ [ 120.1289213, 30.0515485 ], [ 120.128873, 30.051451 ] ], [ [ 120.128873, 30.051451 ], [ 120.1288837, 30.0512606 ] ], [ [ 120.1288837, 30.0512606 ], [ 120.1288032, 30.051112 ] ], [ [ 120.1288032, 30.051112 ], [ 120.1286369, 30.0509657 ] ], [ [ 120.1286369, 30.0509657 ], [ 120.1285243, 30.0508972 ] ], [ [ 120.1285243, 30.0508972 ], [ 120.1283955, 30.0508566 ] ], [ [ 120.1283955, 30.0508566 ], [ 120.1281153, 30.0508938 ] ], [ [ 120.1281153, 30.0508938 ], [ 120.1279972, 30.0508798 ] ], [ [ 120.1279972, 30.0508798 ], [ 120.1278806, 30.050838 ] ], [ [ 120.1278806, 30.050838 ], [ 120.1276405, 30.0507254 ] ], [ [ 120.1276405, 30.0507254 ], [ 120.1274501, 30.0505966 ] ], [ [ 120.1274501, 30.0505966 ], [ 120.1272932, 30.0505176 ] ], [ [ 120.1272932, 30.0505176 ], [ 120.1271322, 30.0504724 ] ], [ [ 120.1271322, 30.0504724 ], [ 120.1269941, 30.0504445 ] ], [ [ 120.1269941, 30.0504445 ], [ 120.1268412, 30.0504457 ] ], [ [ 120.1268412, 30.0504457 ], [ 120.12675, 30.050506 ] ], [ [ 120.12675, 30.050506 ], [ 120.1266186, 30.0505478 ] ], [ [ 120.1266186, 30.0505478 ], [ 120.1264442, 30.0505606 ] ], [ [ 120.1264442, 30.0505606 ], [ 120.1263115, 30.0506732 ] ], [ [ 120.1263115, 30.0506732 ], [ 120.1262029, 30.0507347 ] ], [ [ 120.1262029, 30.0507347 ], [ 120.1260741, 30.0507556 ] ], [ [ 120.1260741, 30.0507556 ], [ 120.1259655, 30.0507858 ] ], [ [ 120.1259655, 30.0507858 ], [ 120.1258998, 30.0508543 ] ], [ [ 120.1258998, 30.0508543 ], [ 120.1258434, 30.0508926 ] ], [ [ 120.1258434, 30.0508926 ], [ 120.125775, 30.0508996 ] ], [ [ 120.125775, 30.0508996 ], [ 120.1257053, 30.0508961 ] ], [ [ 120.1257053, 30.0508961 ], [ 120.1256731, 30.0508671 ] ], [ [ 120.1256731, 30.0508671 ], [ 120.1256718, 30.0508171 ] ], [ [ 120.1256718, 30.0508171 ], [ 120.1257093, 30.0507463 ] ], [ [ 120.1257093, 30.0507463 ], [ 120.125763, 30.0507034 ] ], [ [ 120.125763, 30.0507034 ], [ 120.125826, 30.0505815 ] ], [ [ 120.125826, 30.0505815 ], [ 120.1259038, 30.0504759 ] ], [ [ 120.1259038, 30.0504759 ], [ 120.125936, 30.0503934 ] ], [ [ 120.125936, 30.0503934 ], [ 120.1259521, 30.050311 ] ], [ [ 120.1259521, 30.050311 ], [ 120.1259668, 30.0502123 ] ], [ [ 120.1259668, 30.0502123 ], [ 120.1259668, 30.0501462 ] ], [ [ 120.1259668, 30.0501462 ], [ 120.1259762, 30.0500765 ] ], [ [ 120.1259762, 30.0500765 ], [ 120.1260017, 30.0500382 ] ], [ [ 120.1260017, 30.0500382 ], [ 120.1260875, 30.0500313 ] ], [ [ 120.1260875, 30.0500313 ], [ 120.1262055, 30.0500521 ] ], [ [ 120.1262055, 30.0500521 ], [ 120.1264268, 30.050044 ] ], [ [ 120.1264268, 30.050044 ], [ 120.1265381, 30.0500231 ] ], [ [ 120.1265381, 30.0500231 ], [ 120.1266307, 30.0499883 ] ], [ [ 120.1266307, 30.0499883 ], [ 120.126691, 30.0499279 ] ], [ [ 120.126691, 30.0499279 ], [ 120.1267058, 30.0498629 ] ], [ [ 120.1267058, 30.0498629 ], [ 120.1267433, 30.0498304 ] ], [ [ 120.1267433, 30.0498304 ], [ 120.1268466, 30.0497944 ] ], [ [ 120.1268466, 30.0497944 ], [ 120.1269673, 30.0498026 ] ], [ [ 120.1269673, 30.0498026 ], [ 120.1271094, 30.0498119 ] ], [ [ 120.1271094, 30.0498119 ], [ 120.1274729, 30.0498536 ] ], [ [ 120.1274729, 30.0498536 ], [ 120.1277196, 30.0499001 ] ], [ [ 120.1277196, 30.0499001 ], [ 120.1279879, 30.049993 ] ], [ [ 120.1279879, 30.049993 ], [ 120.1281273, 30.0499813 ] ], [ [ 120.1281273, 30.0499813 ], [ 120.1282453, 30.0499001 ] ], [ [ 120.1282453, 30.0499001 ], [ 120.1285243, 30.0495843 ] ], [ [ 120.1285243, 30.0495843 ], [ 120.1287818, 30.0495286 ] ], [ [ 120.1287818, 30.0495286 ], [ 120.1289347, 30.0495704 ] ], [ [ 120.1289347, 30.0495704 ], [ 120.1290902, 30.0496981 ] ], [ [ 120.1290902, 30.0496981 ], [ 120.1292297, 30.0498165 ] ], [ [ 120.1292297, 30.0498165 ], [ 120.1294094, 30.0498699 ] ], [ [ 120.1294094, 30.0498699 ], [ 120.1296669, 30.0499883 ] ], [ [ 120.1296669, 30.0499883 ], [ 120.1297796, 30.0499512 ] ], [ [ 120.1297796, 30.0499512 ], [ 120.1298574, 30.0498327 ] ], [ [ 120.1298574, 30.0498327 ], [ 120.1298359, 30.0497654 ] ], [ [ 120.1298359, 30.0497654 ], [ 120.129557, 30.0493963 ] ], [ [ 120.129557, 30.0493963 ], [ 120.1294792, 30.0492012 ] ], [ [ 120.1294792, 30.0492012 ], [ 120.1294121, 30.0490596 ] ], [ [ 120.1294121, 30.0490596 ], [ 120.1291895, 30.0489319 ] ], [ [ 120.1291895, 30.0489319 ], [ 120.1291117, 30.0488251 ] ], [ [ 120.1291117, 30.0488251 ], [ 120.1291305, 30.0486719 ] ], [ [ 120.1291305, 30.0486719 ], [ 120.1292807, 30.0484629 ] ], [ [ 120.1292807, 30.0484629 ], [ 120.1293316, 30.0482633 ] ], [ [ 120.1293316, 30.0482633 ], [ 120.1292619, 30.0480984 ] ], [ [ 120.1292619, 30.0480984 ], [ 120.1291841, 30.0476201 ] ], [ [ 120.1291841, 30.0476201 ], [ 120.1293316, 30.0471047 ] ], [ [ 120.1293316, 30.0471047 ], [ 120.129286, 30.0468702 ] ], [ [ 120.129286, 30.0468702 ], [ 120.1293451, 30.0466682 ] ], [ [ 120.1293451, 30.0466682 ], [ 120.129442654990413, 30.046528448342546 ] ], [ [ 120.1354775, 29.9156894 ], [ 120.1354339, 29.9156682 ] ], [ [ 120.1354339, 29.9156682 ], [ 120.135407, 29.9156551 ] ], [ [ 120.135407, 29.9156551 ], [ 120.1353724, 29.9156358 ] ], [ [ 120.1567109, 30.0101361 ], [ 120.15663, 30.0097578 ] ], [ [ 120.15663, 30.0097578 ], [ 120.1566065, 30.0097069 ] ], [ [ 120.1566065, 30.0097069 ], [ 120.1565828, 30.0096553 ] ], [ [ 120.1565828, 30.0096553 ], [ 120.1564907, 30.0094553 ] ], [ [ 120.1564907, 30.0094553 ], [ 120.156376, 30.0092732 ] ], [ [ 120.156376, 30.0092732 ], [ 120.156336, 30.0091932 ] ], [ [ 120.156336, 30.0091932 ], [ 120.1559766, 30.0086737 ] ], [ [ 120.1559766, 30.0086737 ], [ 120.1559243, 30.0086473 ] ], [ [ 120.1559243, 30.0086473 ], [ 120.15578, 30.00828 ] ], [ [ 120.15578, 30.00828 ], [ 120.15569, 30.00808 ] ], [ [ 120.15569, 30.00808 ], [ 120.15561, 30.00794 ] ], [ [ 120.15561, 30.00794 ], [ 120.1554, 30.00744 ] ], [ [ 120.1554, 30.00744 ], [ 120.15536, 30.00735 ] ], [ [ 120.15536, 30.00735 ], [ 120.1552803, 30.0071486 ] ], [ [ 120.1552803, 30.0071486 ], [ 120.1551854, 30.0069088 ] ], [ [ 120.1551854, 30.0069088 ], [ 120.15517, 30.00687 ] ], [ [ 120.15517, 30.00687 ], [ 120.15513, 30.00677 ] ], [ [ 120.15513, 30.00677 ], [ 120.15494, 30.00624 ] ], [ [ 120.15494, 30.00624 ], [ 120.1549, 30.00613 ] ], [ [ 120.1549, 30.00613 ], [ 120.1547, 30.00561 ] ], [ [ 120.1547, 30.00561 ], [ 120.15466, 30.0055 ] ], [ [ 120.15466, 30.0055 ], [ 120.1545, 30.00508 ] ], [ [ 120.1545, 30.00508 ], [ 120.15446, 30.00497 ] ], [ [ 120.15446, 30.00497 ], [ 120.15423, 30.00456 ] ], [ [ 120.15423, 30.00456 ], [ 120.15415, 30.00447 ] ], [ [ 120.15415, 30.00447 ], [ 120.1538049, 30.0042607 ] ], [ [ 120.1538049, 30.0042607 ], [ 120.153311, 30.0039007 ] ], [ [ 120.153311, 30.0039007 ], [ 120.1528754, 30.0036257 ] ], [ [ 120.1528754, 30.0036257 ], [ 120.152671, 30.0034967 ] ], [ [ 120.152671, 30.0034967 ], [ 120.1526574, 30.0034881 ] ], [ [ 120.1526574, 30.0034881 ], [ 120.1525212, 30.0034014 ] ], [ [ 120.1525212, 30.0034014 ], [ 120.1517123, 30.002886 ] ], [ [ 120.1517123, 30.002886 ], [ 120.1512545, 30.0026812 ] ], [ [ 120.1512545, 30.0026812 ], [ 120.1512036, 30.0026585 ] ], [ [ 120.1512036, 30.0026585 ], [ 120.1503177, 30.0024707 ] ], [ [ 120.1503177, 30.0024707 ], [ 120.1499978, 30.0024341 ] ], [ [ 120.1499978, 30.0024341 ], [ 120.1497277, 30.0024032 ] ], [ [ 120.1497277, 30.0024032 ], [ 120.1495311, 30.0023418 ] ], [ [ 120.1495311, 30.0023418 ], [ 120.1494298, 30.0023102 ] ], [ [ 120.1494298, 30.0023102 ], [ 120.1493542, 30.0022585 ] ], [ [ 120.1493542, 30.0022585 ], [ 120.14921, 30.00216 ] ], [ [ 120.14921, 30.00216 ], [ 120.14901, 30.00202 ] ], [ [ 120.14901, 30.00202 ], [ 120.1488779, 30.0019057 ] ], [ [ 120.1488779, 30.0019057 ], [ 120.14864, 30.0017 ] ], [ [ 120.14864, 30.0017 ], [ 120.14856, 30.00163 ] ], [ [ 120.14856, 30.00163 ], [ 120.14831, 30.00133 ] ], [ [ 120.14831, 30.00133 ], [ 120.14825, 30.00126 ] ], [ [ 120.14825, 30.00126 ], [ 120.1481765, 30.0011441 ] ], [ [ 120.1481765, 30.0011441 ], [ 120.14799, 30.00085 ] ], [ [ 120.14799, 30.00085 ], [ 120.14796, 30.00076 ] ], [ [ 120.14796, 30.00076 ], [ 120.1477963, 30.0004703 ] ], [ [ 120.1477963, 30.0004703 ], [ 120.1477, 30.0003 ] ], [ [ 120.1477, 30.0003 ], [ 120.14764, 30.0002 ] ], [ [ 120.14764, 30.0002 ], [ 120.1474501, 29.9999152 ] ], [ [ 120.1474501, 29.9999152 ], [ 120.14738, 29.99981 ] ], [ [ 120.14738, 29.99981 ], [ 120.14731, 29.99971 ] ], [ [ 120.14731, 29.99971 ], [ 120.14707, 29.99942 ] ], [ [ 120.14707, 29.99942 ], [ 120.14699, 29.99933 ] ], [ [ 120.14699, 29.99933 ], [ 120.14662, 29.99902 ] ], [ [ 120.14662, 29.99902 ], [ 120.14652, 29.99896 ] ], [ [ 120.14652, 29.99896 ], [ 120.1463918, 29.998905 ] ], [ [ 120.1463918, 29.998905 ], [ 120.1461, 29.99878 ] ], [ [ 120.1461, 29.99878 ], [ 120.14597, 29.99875 ] ], [ [ 120.14597, 29.99875 ], [ 120.14537, 29.99859 ] ], [ [ 120.14537, 29.99859 ], [ 120.14524, 29.99855 ] ], [ [ 120.14524, 29.99855 ], [ 120.14474, 29.99837 ] ], [ [ 120.14474, 29.99837 ], [ 120.1446768, 29.9983331 ] ], [ [ 120.1446768, 29.9983331 ], [ 120.14462, 29.9983 ] ], [ [ 120.14462, 29.9983 ], [ 120.1444804, 29.9982027 ] ], [ [ 120.1444804, 29.9982027 ], [ 120.14429, 29.99807 ] ], [ [ 120.14429, 29.99807 ], [ 120.14418, 29.99799 ] ], [ [ 120.14418, 29.99799 ], [ 120.1439923, 29.9978515 ] ], [ [ 120.1439923, 29.9978515 ], [ 120.14376, 29.99768 ] ], [ [ 120.14376, 29.99768 ], [ 120.14365, 29.99762 ] ], [ [ 120.14365, 29.99762 ], [ 120.14319, 29.99738 ] ], [ [ 120.14319, 29.99738 ], [ 120.14307, 29.99733 ] ], [ [ 120.14307, 29.99733 ], [ 120.1427807, 29.9971985 ] ], [ [ 120.1427807, 29.9971985 ], [ 120.14252, 29.99708 ] ], [ [ 120.14252, 29.99708 ], [ 120.14241, 29.99705 ] ], [ [ 120.14241, 29.99705 ], [ 120.1423, 29.99702 ] ], [ [ 120.1423, 29.99702 ], [ 120.14201, 29.997 ] ], [ [ 120.14201, 29.997 ], [ 120.14153, 29.99703 ] ], [ [ 120.14153, 29.99703 ], [ 120.14146, 29.99704 ] ], [ [ 120.14146, 29.99704 ], [ 120.1410075, 29.9970903 ] ], [ [ 120.1410075, 29.9970903 ], [ 120.14092, 29.9971 ] ], [ [ 120.14092, 29.9971 ], [ 120.14083, 29.9971 ] ], [ [ 120.14083, 29.9971 ], [ 120.14044, 29.997 ] ], [ [ 120.14044, 29.997 ], [ 120.14016, 29.99685 ] ], [ [ 120.14016, 29.99685 ], [ 120.1398943, 29.9965976 ] ], [ [ 120.1398943, 29.9965976 ], [ 120.13976, 29.99647 ] ], [ [ 120.13976, 29.99647 ], [ 120.13969, 29.99638 ] ], [ [ 120.13969, 29.99638 ], [ 120.1396096, 29.9962746 ] ], [ [ 120.1396096, 29.9962746 ], [ 120.1394, 29.996 ] ], [ [ 120.1394, 29.996 ], [ 120.13934, 29.9959 ] ], [ [ 120.13934, 29.9959 ], [ 120.13908, 29.99546 ] ], [ [ 120.13908, 29.99546 ], [ 120.13902, 29.99535 ] ], [ [ 120.13902, 29.99535 ], [ 120.13876, 29.99491 ] ], [ [ 120.13876, 29.99491 ], [ 120.13869, 29.9948 ] ], [ [ 120.13869, 29.9948 ], [ 120.1385505, 29.9945831 ] ], [ [ 120.1385505, 29.9945831 ], [ 120.1385185, 29.9945333 ] ], [ [ 120.1385185, 29.9945333 ], [ 120.13842, 29.99438 ] ], [ [ 120.13842, 29.99438 ], [ 120.13835, 29.99428 ] ], [ [ 120.13835, 29.99428 ], [ 120.13808, 29.99389 ] ], [ [ 120.13808, 29.99389 ], [ 120.138, 29.99378 ] ], [ [ 120.138, 29.99378 ], [ 120.13775, 29.99335 ] ], [ [ 120.13775, 29.99335 ], [ 120.13769, 29.99324 ] ], [ [ 120.13769, 29.99324 ], [ 120.13745, 29.99277 ] ], [ [ 120.13745, 29.99277 ], [ 120.13738, 29.99266 ] ], [ [ 120.13738, 29.99266 ], [ 120.1370059, 29.9923413 ] ], [ [ 120.1370059, 29.9923413 ], [ 120.1369236, 29.9922455 ] ], [ [ 120.1369236, 29.9922455 ], [ 120.1368154, 29.9921582 ] ], [ [ 120.1368154, 29.9921582 ], [ 120.136524, 29.9917244 ] ], [ [ 120.136524, 29.9917244 ], [ 120.1364521, 29.9916051 ] ], [ [ 120.1364521, 29.9916051 ], [ 120.1364258, 29.9914887 ] ], [ [ 120.1364258, 29.9914887 ], [ 120.136357, 29.991317 ] ], [ [ 120.136357, 29.991317 ], [ 120.1362416, 29.9909277 ] ], [ [ 120.1362416, 29.9909277 ], [ 120.1360003, 29.9904261 ] ], [ [ 120.1360003, 29.9904261 ], [ 120.1359093, 29.9902966 ] ], [ [ 120.1359093, 29.9902966 ], [ 120.1352969, 29.9894254 ] ], [ [ 120.1352969, 29.9894254 ], [ 120.1351583, 29.9892281 ] ], [ [ 120.1351583, 29.9892281 ], [ 120.1350099, 29.9890659 ] ], [ [ 120.1350099, 29.9890659 ], [ 120.1340643, 29.9880323 ] ], [ [ 120.1340643, 29.9880323 ], [ 120.1338111, 29.9876226 ] ], [ [ 120.1338111, 29.9876226 ], [ 120.133749, 29.987357 ] ], [ [ 120.133749, 29.987357 ], [ 120.1336872, 29.9870925 ] ], [ [ 120.1336872, 29.9870925 ], [ 120.1336625, 29.9868991 ] ], [ [ 120.1336625, 29.9868991 ], [ 120.1336412, 29.9867332 ] ], [ [ 120.1336412, 29.9867332 ], [ 120.133629, 29.9866375 ] ], [ [ 120.133629, 29.9866375 ], [ 120.1334493, 29.9860498 ] ], [ [ 120.1334493, 29.9860498 ], [ 120.1333803, 29.9859408 ] ], [ [ 120.1333803, 29.9859408 ], [ 120.1331786, 29.9856223 ] ], [ [ 120.1331786, 29.9856223 ], [ 120.1330194, 29.9854167 ] ], [ [ 120.1330194, 29.9854167 ], [ 120.1329389, 29.9853128 ] ], [ [ 120.1329389, 29.9853128 ], [ 120.1328873, 29.9852462 ] ], [ [ 120.1328873, 29.9852462 ], [ 120.1327579, 29.9850268 ] ], [ [ 120.1327579, 29.9850268 ], [ 120.1326395, 29.9848261 ] ], [ [ 120.1326395, 29.9848261 ], [ 120.1325403, 29.9845313 ] ], [ [ 120.1325403, 29.9845313 ], [ 120.13247, 29.98405 ] ], [ [ 120.13247, 29.98405 ], [ 120.1324492, 29.9838378 ] ], [ [ 120.1324492, 29.9838378 ], [ 120.1324314, 29.9836556 ] ], [ [ 120.1324314, 29.9836556 ], [ 120.1324034, 29.9833698 ] ], [ [ 120.1324034, 29.9833698 ], [ 120.1323783, 29.9832477 ] ], [ [ 120.1323783, 29.9832477 ], [ 120.1323145, 29.9827642 ] ], [ [ 120.1323145, 29.9827642 ], [ 120.1323327, 29.9825851 ] ], [ [ 120.1323327, 29.9825851 ], [ 120.1322899, 29.982171 ] ], [ [ 120.1322899, 29.982171 ], [ 120.1322021, 29.9820225 ] ], [ [ 120.1322021, 29.9820225 ], [ 120.1320401, 29.9818742 ] ], [ [ 120.1320401, 29.9818742 ], [ 120.1316677, 29.9818811 ] ], [ [ 120.1316677, 29.9818811 ], [ 120.1314217, 29.9818611 ] ], [ [ 120.1314217, 29.9818611 ], [ 120.1313556, 29.9818557 ] ], [ [ 120.1313556, 29.9818557 ], [ 120.1312188, 29.9818442 ] ], [ [ 120.1312188, 29.9818442 ], [ 120.1308847, 29.981816 ] ], [ [ 120.1308847, 29.981816 ], [ 120.1306637, 29.9817976 ] ], [ [ 120.1306637, 29.9817976 ], [ 120.1305902, 29.9817914 ] ], [ [ 120.1305902, 29.9817914 ], [ 120.1301765, 29.981755 ] ], [ [ 120.1301765, 29.981755 ], [ 120.1298987, 29.9817656 ] ], [ [ 120.1298987, 29.9817656 ], [ 120.1294607, 29.9817758 ] ], [ [ 120.1294607, 29.9817758 ], [ 120.1291811, 29.9817567 ] ], [ [ 120.1291811, 29.9817567 ], [ 120.128968, 29.9817279 ] ], [ [ 120.128968, 29.9817279 ], [ 120.1287488, 29.9817022 ] ], [ [ 120.1287488, 29.9817022 ], [ 120.1285157, 29.9816252 ] ], [ [ 120.1285157, 29.9816252 ], [ 120.1283994, 29.9815576 ] ], [ [ 120.1283994, 29.9815576 ], [ 120.1281267, 29.9813992 ] ], [ [ 120.1281267, 29.9813992 ], [ 120.1280335, 29.9813517 ] ], [ [ 120.1280335, 29.9813517 ], [ 120.1279445, 29.9812875 ] ], [ [ 120.1279445, 29.9812875 ], [ 120.12772, 29.98109 ] ], [ [ 120.12772, 29.98109 ], [ 120.12733, 29.98074 ] ], [ [ 120.12733, 29.98074 ], [ 120.12724, 29.98067 ] ], [ [ 120.12724, 29.98067 ], [ 120.12679, 29.98039 ] ], [ [ 120.12679, 29.98039 ], [ 120.12669, 29.98034 ] ], [ [ 120.12669, 29.98034 ], [ 120.12616, 29.98009 ] ], [ [ 120.12616, 29.98009 ], [ 120.12607, 29.98004 ] ], [ [ 120.12607, 29.98004 ], [ 120.1257452, 29.9798596 ] ], [ [ 120.1257452, 29.9798596 ], [ 120.12562, 29.97979 ] ], [ [ 120.12562, 29.97979 ], [ 120.12553, 29.97972 ] ], [ [ 120.12553, 29.97972 ], [ 120.12508, 29.97942 ] ], [ [ 120.12508, 29.97942 ], [ 120.12498, 29.97936 ] ], [ [ 120.12498, 29.97936 ], [ 120.1245, 29.97912 ] ], [ [ 120.1245, 29.97912 ], [ 120.1244, 29.97908 ] ], [ [ 120.1244, 29.97908 ], [ 120.12395, 29.97883 ] ], [ [ 120.12395, 29.97883 ], [ 120.12388, 29.97879 ] ], [ [ 120.12388, 29.97879 ], [ 120.12344, 29.97855 ] ], [ [ 120.12344, 29.97855 ], [ 120.12339, 29.97852 ] ], [ [ 120.12339, 29.97852 ], [ 120.1229, 29.97827 ] ], [ [ 120.1229, 29.97827 ], [ 120.12285, 29.97822 ] ], [ [ 120.12285, 29.97822 ], [ 120.1228, 29.97818 ] ], [ [ 120.1228, 29.97818 ], [ 120.12234, 29.97791 ] ], [ [ 120.12234, 29.97791 ], [ 120.1223, 29.97786 ] ], [ [ 120.1223, 29.97786 ], [ 120.1221977, 29.9777517 ] ], [ [ 120.1221977, 29.9777517 ], [ 120.12196, 29.9775 ] ], [ [ 120.12196, 29.9775 ], [ 120.12191, 29.97744 ] ], [ [ 120.12191, 29.97744 ], [ 120.1217, 29.97711 ] ], [ [ 120.1217, 29.97711 ], [ 120.1216825, 29.9770691 ] ], [ [ 120.1393937, 30.0861874 ], [ 120.1386291, 30.085786 ] ], [ [ 120.1386291, 30.085786 ], [ 120.13805, 30.0854075 ] ], [ [ 120.13805, 30.0854075 ], [ 120.1379314, 30.08533 ] ], [ [ 120.1379314, 30.08533 ], [ 120.1372583, 30.0848322 ] ], [ [ 120.1372583, 30.0848322 ], [ 120.1360317, 30.0838181 ] ], [ [ 120.1360317, 30.0838181 ], [ 120.1346556, 30.0826565 ] ], [ [ 120.1346556, 30.0826565 ], [ 120.1329708, 30.0811858 ] ], [ [ 120.1329708, 30.0811858 ], [ 120.132856, 30.0810856 ] ], [ [ 120.132856, 30.0810856 ], [ 120.1322842, 30.080597 ] ], [ [ 120.1322842, 30.080597 ], [ 120.1317959, 30.0800731 ] ], [ [ 120.1317959, 30.0800731 ], [ 120.1314543, 30.0796737 ] ], [ [ 120.1314543, 30.0796737 ], [ 120.1312493, 30.0794344 ] ], [ [ 120.1312493, 30.0794344 ], [ 120.1312077, 30.0792503 ] ], [ [ 120.1312077, 30.0792503 ], [ 120.1312429, 30.0790521 ] ], [ [ 120.1387825, 30.0862061 ], [ 120.1389865, 30.0860631 ] ], [ [ 120.1389865, 30.0860631 ], [ 120.1393937, 30.0861874 ] ], [ [ 120.1626614, 30.0346229 ], [ 120.1623999, 30.034912 ] ], [ [ 120.1623999, 30.034912 ], [ 120.1622202, 30.0351999 ] ], [ [ 120.1622202, 30.0351999 ], [ 120.1620995, 30.0355993 ] ], [ [ 120.1620995, 30.0355993 ], [ 120.1611714, 30.0355296 ] ], [ [ 120.1611714, 30.0355296 ], [ 120.1607959, 30.0355296 ] ], [ [ 120.1607959, 30.0355296 ], [ 120.159833, 30.0356689 ] ], [ [ 120.159833, 30.0356689 ], [ 120.1594575, 30.0356527 ] ], [ [ 120.1594575, 30.0356527 ], [ 120.1591836, 30.0355788 ] ], [ [ 120.1591836, 30.0355788 ], [ 120.1590874, 30.0355528 ] ], [ [ 120.1590874, 30.0355528 ], [ 120.1585563, 30.0352905 ] ], [ [ 120.1585563, 30.0352905 ], [ 120.1583954, 30.0351604 ] ], [ [ 120.1146107, 29.8610607 ], [ 120.1145521, 29.860986 ] ], [ [ 120.1145521, 29.860986 ], [ 120.1142985, 29.8606626 ] ], [ [ 120.1142985, 29.8606626 ], [ 120.1142044, 29.8605426 ] ], [ [ 120.1142044, 29.8605426 ], [ 120.1139692, 29.8602233 ] ], [ [ 120.1139692, 29.8602233 ], [ 120.1138678, 29.8600855 ] ], [ [ 120.1138678, 29.8600855 ], [ 120.1134788, 29.8595623 ] ], [ [ 120.1134788, 29.8595623 ], [ 120.1133471, 29.859397 ] ], [ [ 120.1133471, 29.859397 ], [ 120.113247, 29.8592924 ] ], [ [ 120.113247, 29.8592924 ], [ 120.1131295, 29.8592056 ] ], [ [ 120.1131295, 29.8592056 ], [ 120.1129787, 29.8591285 ] ], [ [ 120.1129787, 29.8591285 ], [ 120.1127771, 29.8590459 ] ], [ [ 120.1127771, 29.8590459 ], [ 120.1124294, 29.8589289 ] ], [ [ 120.1124294, 29.8589289 ], [ 120.112295, 29.8588866 ] ], [ [ 120.112295, 29.8588866 ], [ 120.1121262, 29.8588334 ] ], [ [ 120.1121262, 29.8588334 ], [ 120.1120928, 29.8588229 ] ], [ [ 120.1120928, 29.8588229 ], [ 120.1117737, 29.8586962 ] ], [ [ 120.1117737, 29.8586962 ], [ 120.1111196, 29.858458 ] ], [ [ 120.1111196, 29.858458 ], [ 120.1107176, 29.8583185 ] ], [ [ 120.1107176, 29.8583185 ], [ 120.1104369, 29.8582211 ] ], [ [ 120.1104369, 29.8582211 ], [ 120.1099955, 29.8580545 ] ], [ [ 120.1099955, 29.8580545 ], [ 120.1096891, 29.8579416 ] ], [ [ 120.1096891, 29.8579416 ], [ 120.1094382, 29.8578384 ] ], [ [ 120.1094382, 29.8578384 ], [ 120.1092255, 29.8577379 ] ], [ [ 120.1092255, 29.8577379 ], [ 120.1090016, 29.8576153 ] ], [ [ 120.1090016, 29.8576153 ], [ 120.1087992, 29.8575 ] ], [ [ 120.1087992, 29.8575 ], [ 120.1087333, 29.8574625 ] ], [ [ 120.1087333, 29.8574625 ], [ 120.1085126, 29.857333 ] ], [ [ 120.1085126, 29.857333 ], [ 120.1083078, 29.8572119 ] ], [ [ 120.1083078, 29.8572119 ], [ 120.1080236, 29.8569929 ] ], [ [ 120.1080236, 29.8569929 ], [ 120.1079572, 29.8569409 ] ], [ [ 120.1079572, 29.8569409 ], [ 120.1076664, 29.8567134 ] ], [ [ 120.1076664, 29.8567134 ], [ 120.1075023, 29.8565837 ] ], [ [ 120.1075023, 29.8565837 ], [ 120.1073632, 29.8564738 ] ], [ [ 120.1073632, 29.8564738 ], [ 120.1072774, 29.8564036 ] ], [ [ 120.1072774, 29.8564036 ], [ 120.1071472, 29.8562604 ] ], [ [ 120.1071472, 29.8562604 ], [ 120.1069726, 29.8560718 ] ], [ [ 120.1069726, 29.8560718 ], [ 120.1069059, 29.8559878 ] ], [ [ 120.1069059, 29.8559878 ], [ 120.1068392, 29.8558831 ] ], [ [ 120.1068392, 29.8558831 ], [ 120.1067217, 29.8556656 ] ], [ [ 120.1067217, 29.8556656 ], [ 120.1066535, 29.8555829 ] ], [ [ 120.1066535, 29.8555829 ], [ 120.1065725, 29.8555127 ] ], [ [ 120.1065725, 29.8555127 ], [ 120.1063312, 29.855342 ] ], [ [ 120.1063312, 29.855342 ], [ 120.1060105, 29.8551024 ] ], [ [ 120.1060105, 29.8551024 ], [ 120.1058739, 29.8550115 ] ], [ [ 120.1058739, 29.8550115 ], [ 120.105743, 29.8549152 ] ], [ [ 120.105743, 29.8549152 ], [ 120.1055085, 29.8547426 ] ], [ [ 120.1071893, 29.9036756 ], [ 120.10761, 29.9040046 ] ], [ [ 120.10761, 29.9040046 ], [ 120.1077465, 29.9041243 ] ], [ [ 120.1077465, 29.9041243 ], [ 120.1082416, 29.9045583 ] ], [ [ 120.1082416, 29.9045583 ], [ 120.1083137, 29.9045781 ] ], [ [ 120.1083137, 29.9045781 ], [ 120.1088023, 29.9047121 ] ], [ [ 120.1088023, 29.9047121 ], [ 120.1092262, 29.9047837 ] ], [ [ 120.1092262, 29.9047837 ], [ 120.1096397, 29.9048536 ] ], [ [ 120.1096397, 29.9048536 ], [ 120.1104488, 29.9052351 ] ], [ [ 120.1104488, 29.9052351 ], [ 120.1109136, 29.9055112 ] ], [ [ 120.1109136, 29.9055112 ], [ 120.1112152, 29.9056903 ] ], [ [ 120.1112152, 29.9056903 ], [ 120.1115828, 29.9058846 ] ], [ [ 120.1115828, 29.9058846 ], [ 120.1117972, 29.9059979 ] ], [ [ 120.1117972, 29.9059979 ], [ 120.1120023, 29.9060588 ] ], [ [ 120.1120023, 29.9060588 ], [ 120.1122681, 29.9061377 ] ], [ [ 120.1122681, 29.9061377 ], [ 120.1123153, 29.9061517 ] ], [ [ 120.1123153, 29.9061517 ], [ 120.1125866, 29.9062389 ] ], [ [ 120.1125866, 29.9062389 ], [ 120.1127482, 29.9062686 ] ], [ [ 120.1127482, 29.9062686 ], [ 120.1128096, 29.9062803 ] ], [ [ 120.1128096, 29.9062803 ], [ 120.113103, 29.9063363 ] ], [ [ 120.113103, 29.9063363 ], [ 120.1133514, 29.9063609 ] ], [ [ 120.1133514, 29.9063609 ], [ 120.1136637, 29.9062747 ] ], [ [ 120.1136637, 29.9062747 ], [ 120.1139833, 29.9061016 ] ], [ [ 120.1139833, 29.9061016 ], [ 120.1141179, 29.9060287 ] ], [ [ 120.1141179, 29.9060287 ], [ 120.1145082, 29.9058503 ] ], [ [ 120.1145082, 29.9058503 ], [ 120.1147424, 29.9057088 ] ], [ [ 120.1147424, 29.9057088 ], [ 120.1151377, 29.9056265 ] ], [ [ 120.1151377, 29.9056265 ], [ 120.1152473, 29.9056037 ] ], [ [ 120.1152473, 29.9056037 ], [ 120.1152747, 29.905598 ] ], [ [ 120.1152747, 29.905598 ], [ 120.1155296, 29.9056118 ] ], [ [ 120.1155296, 29.9056118 ], [ 120.1162801, 29.9060357 ] ], [ [ 120.1162801, 29.9060357 ], [ 120.1169215, 29.9064293 ] ], [ [ 120.1169215, 29.9064293 ], [ 120.1176193, 29.9067913 ] ], [ [ 120.1176193, 29.9067913 ], [ 120.1180956, 29.9073173 ] ], [ [ 120.1180956, 29.9073173 ], [ 120.1184413, 29.9081121 ] ], [ [ 120.1184413, 29.9081121 ], [ 120.1186151, 29.9084241 ] ], [ [ 120.1186151, 29.9084241 ], [ 120.119007, 29.9086586 ] ], [ [ 120.119007, 29.9086586 ], [ 120.1195886, 29.9088402 ] ], [ [ 120.1195886, 29.9088402 ], [ 120.1202383, 29.9089096 ] ], [ [ 120.1202383, 29.9089096 ], [ 120.1210074, 29.9094755 ] ], [ [ 120.1210074, 29.9094755 ], [ 120.1221018, 29.9096659 ] ], [ [ 120.1221018, 29.9096659 ], [ 120.1222451, 29.909735 ] ], [ [ 120.1222451, 29.909735 ], [ 120.1223632, 29.909792 ] ], [ [ 120.1223632, 29.909792 ], [ 120.1229201, 29.9100607 ] ], [ [ 120.1229201, 29.9100607 ], [ 120.1238329, 29.9107711 ] ], [ [ 120.1238329, 29.9107711 ], [ 120.1239738, 29.9109168 ] ], [ [ 120.1239738, 29.9109168 ], [ 120.1241206, 29.9110684 ] ], [ [ 120.1241206, 29.9110684 ], [ 120.1242076, 29.9111584 ] ], [ [ 120.1242076, 29.9111584 ], [ 120.1249909, 29.9119174 ] ], [ [ 120.1249909, 29.9119174 ], [ 120.1252209, 29.9119625 ] ], [ [ 120.1252209, 29.9119625 ], [ 120.1257607, 29.9119015 ] ], [ [ 120.1257607, 29.9119015 ], [ 120.1264468, 29.91163 ] ], [ [ 120.1264468, 29.91163 ], [ 120.127554, 29.9111347 ] ], [ [ 120.127554, 29.9111347 ], [ 120.1280818, 29.9108273 ] ], [ [ 120.1280818, 29.9108273 ], [ 120.1285311, 29.9103968 ] ], [ [ 120.1285311, 29.9103968 ], [ 120.1287076, 29.9102277 ] ], [ [ 120.1287076, 29.9102277 ], [ 120.1290187, 29.9099296 ] ], [ [ 120.1216825, 29.9770691 ], [ 120.12167, 29.97707 ] ], [ [ 120.12167, 29.97707 ], [ 120.12161, 29.97707 ] ], [ [ 120.12161, 29.97707 ], [ 120.12157, 29.97701 ] ], [ [ 120.12157, 29.97701 ], [ 120.12138, 29.9769 ] ], [ [ 120.12138, 29.9769 ], [ 120.12128, 29.97685 ] ], [ [ 120.12128, 29.97685 ], [ 120.12076, 29.9767 ] ], [ [ 120.12076, 29.9767 ], [ 120.12071, 29.97668 ] ], [ [ 120.12071, 29.97668 ], [ 120.12066, 29.97665 ] ], [ [ 120.12066, 29.97665 ], [ 120.12022, 29.97642 ] ], [ [ 120.12022, 29.97642 ], [ 120.12017, 29.97638 ] ], [ [ 120.12017, 29.97638 ], [ 120.11991, 29.97618 ] ], [ [ 120.11991, 29.97618 ], [ 120.1196739, 29.9758495 ] ], [ [ 120.1196739, 29.9758495 ], [ 120.11961, 29.97576 ] ], [ [ 120.11961, 29.97576 ], [ 120.11957, 29.97572 ] ], [ [ 120.11957, 29.97572 ], [ 120.11945, 29.97565 ] ], [ [ 120.11945, 29.97565 ], [ 120.1193236, 29.9755737 ] ], [ [ 120.1193236, 29.9755737 ], [ 120.11897, 29.97536 ] ], [ [ 120.11897, 29.97536 ], [ 120.1189, 29.97533 ] ], [ [ 120.1189, 29.97533 ], [ 120.11847, 29.97507 ] ], [ [ 120.11847, 29.97507 ], [ 120.1184, 29.97502 ] ], [ [ 120.1184, 29.97502 ], [ 120.11827, 29.9749 ] ], [ [ 120.11827, 29.9749 ], [ 120.11788, 29.97454 ] ], [ [ 120.11788, 29.97454 ], [ 120.11781, 29.97448 ] ], [ [ 120.11781, 29.97448 ], [ 120.11765, 29.97439 ] ], [ [ 120.11765, 29.97439 ], [ 120.11752, 29.97433 ] ], [ [ 120.11752, 29.97433 ], [ 120.11734, 29.97433 ] ], [ [ 120.11734, 29.97433 ], [ 120.11723, 29.97437 ] ], [ [ 120.11723, 29.97437 ], [ 120.11713, 29.97446 ] ], [ [ 120.11713, 29.97446 ], [ 120.11674, 29.97481 ] ], [ [ 120.11674, 29.97481 ], [ 120.1167, 29.97485 ] ], [ [ 120.1167, 29.97485 ], [ 120.1166, 29.97491 ] ], [ [ 120.1166, 29.97491 ], [ 120.11637, 29.97505 ] ], [ [ 120.11637, 29.97505 ], [ 120.11629, 29.97515 ] ], [ [ 120.11629, 29.97515 ], [ 120.11598, 29.97545 ] ], [ [ 120.11598, 29.97545 ], [ 120.11593, 29.9755 ] ], [ [ 120.12161, 29.97674 ], [ 120.12161, 29.97685 ] ], [ [ 120.12161, 29.97685 ], [ 120.12164, 29.97697 ] ], [ [ 120.12164, 29.97697 ], [ 120.12167, 29.97704 ] ], [ [ 120.12167, 29.97704 ], [ 120.1216825, 29.9770691 ] ], [ [ 120.1146107, 29.8610607 ], [ 120.1143991, 29.8611551 ] ], [ [ 120.1143991, 29.8611551 ], [ 120.1143229, 29.8612143 ] ], [ [ 120.1143229, 29.8612143 ], [ 120.1142657, 29.8612666 ] ], [ [ 120.1142657, 29.8612666 ], [ 120.114234, 29.8613258 ] ], [ [ 120.114234, 29.8613258 ], [ 120.1142149, 29.8613988 ] ], [ [ 120.1142149, 29.8613988 ], [ 120.1142129, 29.8614646 ] ], [ [ 120.1142129, 29.8614646 ], [ 120.1142118, 29.861502 ] ], [ [ 120.1142118, 29.861502 ], [ 120.1142403, 29.8616893 ] ], [ [ 120.1142403, 29.8616893 ], [ 120.1142705, 29.8617829 ] ], [ [ 120.1142705, 29.8617829 ], [ 120.1143451, 29.8619068 ] ], [ [ 120.1143451, 29.8619068 ], [ 120.1144404, 29.8620514 ] ], [ [ 120.1144404, 29.8620514 ], [ 120.114487, 29.8621389 ] ], [ [ 120.114487, 29.8621389 ], [ 120.1145095, 29.8621963 ] ], [ [ 120.1145095, 29.8621963 ], [ 120.1144971, 29.862243 ] ], [ [ 120.1144971, 29.862243 ], [ 120.1144354, 29.8622839 ] ], [ [ 120.1144354, 29.8622839 ], [ 120.1143467, 29.8623073 ] ], [ [ 120.1143467, 29.8623073 ], [ 120.11424, 29.8623054 ] ], [ [ 120.11424, 29.8623054 ], [ 120.1141457, 29.8622869 ] ], [ [ 120.1141457, 29.8622869 ], [ 120.1139841, 29.862245 ] ], [ [ 120.1139841, 29.862245 ], [ 120.1136113, 29.8621067 ] ], [ [ 120.1136113, 29.8621067 ], [ 120.113533, 29.8620764 ] ], [ [ 120.113533, 29.8620764 ], [ 120.1130401, 29.8618856 ] ], [ [ 120.1130401, 29.8618856 ], [ 120.1127438, 29.8617668 ] ], [ [ 120.1127438, 29.8617668 ], [ 120.1126371, 29.8617356 ] ], [ [ 120.1126371, 29.8617356 ], [ 120.1125619, 29.8617288 ] ], [ [ 120.1125619, 29.8617288 ], [ 120.112462, 29.8617385 ] ], [ [ 120.112462, 29.8617385 ], [ 120.1123722, 29.8617755 ] ], [ [ 120.1123722, 29.8617755 ], [ 120.1123093, 29.8618252 ] ], [ [ 120.1123093, 29.8618252 ], [ 120.1122633, 29.8618856 ] ], [ [ 120.1122633, 29.8618856 ], [ 120.1122329, 29.8619683 ] ], [ [ 120.1122329, 29.8619683 ], [ 120.1122228, 29.8620559 ] ], [ [ 120.1122228, 29.8620559 ], [ 120.1122363, 29.8621591 ] ], [ [ 120.1122363, 29.8621591 ], [ 120.1122835, 29.8623022 ] ], [ [ 120.1122835, 29.8623022 ], [ 120.1122924, 29.8623519 ] ], [ [ 120.1122924, 29.8623519 ], [ 120.1122644, 29.8623762 ] ], [ [ 120.1122644, 29.8623762 ], [ 120.1122251, 29.8623831 ] ], [ [ 120.1122251, 29.8623831 ], [ 120.1121791, 29.8623636 ] ], [ [ 120.1121791, 29.8623636 ], [ 120.1121184, 29.8623139 ] ], [ [ 120.1121184, 29.8623139 ], [ 120.1119685, 29.8621217 ] ], [ [ 120.1119685, 29.8621217 ], [ 120.1119096, 29.8620462 ] ], [ [ 120.1119096, 29.8620462 ], [ 120.1118591, 29.8620082 ] ], [ [ 120.1118591, 29.8620082 ], [ 120.1117906, 29.8619712 ] ], [ [ 120.1117906, 29.8619712 ], [ 120.1116525, 29.8619157 ] ], [ [ 120.1116525, 29.8619157 ], [ 120.111529, 29.8618797 ] ], [ [ 120.111529, 29.8618797 ], [ 120.1113595, 29.8618758 ] ], [ [ 120.1113595, 29.8618758 ], [ 120.1112001, 29.8618904 ] ], [ [ 120.1112001, 29.8618904 ], [ 120.1110834, 29.8619167 ] ], [ [ 120.1110834, 29.8619167 ], [ 120.111007, 29.8619586 ] ], [ [ 120.111007, 29.8619586 ], [ 120.1109576, 29.862016 ] ], [ [ 120.1109576, 29.862016 ], [ 120.1109352, 29.862092 ] ], [ [ 120.1109352, 29.862092 ], [ 120.1108981, 29.8622312 ] ], [ [ 120.1108981, 29.8622312 ], [ 120.11086, 29.8623237 ] ], [ [ 120.11086, 29.8623237 ], [ 120.1107578, 29.8624755 ] ], [ [ 120.1107578, 29.8624755 ], [ 120.1106826, 29.8625369 ] ], [ [ 120.1106826, 29.8625369 ], [ 120.1106253, 29.8625749 ] ], [ [ 120.1106253, 29.8625749 ], [ 120.1105681, 29.8625953 ] ], [ [ 120.1105681, 29.8625953 ], [ 120.110375, 29.862605 ] ], [ [ 120.110375, 29.862605 ], [ 120.110293, 29.8626011 ] ], [ [ 120.110293, 29.8626011 ], [ 120.1101291, 29.8625505 ] ], [ [ 120.1101291, 29.8625505 ], [ 120.1100079, 29.8625447 ] ], [ [ 120.1100079, 29.8625447 ], [ 120.1096284, 29.8625525 ] ], [ [ 120.1096284, 29.8625525 ], [ 120.1094196, 29.8625408 ] ], [ [ 120.1094196, 29.8625408 ], [ 120.1093488, 29.8625109 ] ], [ [ 120.1093488, 29.8625109 ], [ 120.1091647, 29.862396 ] ], [ [ 120.1091647, 29.862396 ], [ 120.1090502, 29.8623493 ] ], [ [ 120.1090502, 29.8623493 ], [ 120.1089312, 29.8623474 ] ], [ [ 120.1089312, 29.8623474 ], [ 120.1087381, 29.8623785 ] ], [ [ 120.1087381, 29.8623785 ], [ 120.1085427, 29.8624545 ] ], [ [ 120.1085427, 29.8624545 ], [ 120.1084305, 29.8625246 ] ], [ [ 120.1084305, 29.8625246 ], [ 120.1082778, 29.8626453 ] ], [ [ 120.1082778, 29.8626453 ], [ 120.10817, 29.8627563 ] ], [ [ 120.10817, 29.8627563 ], [ 120.1080825, 29.8628614 ] ], [ [ 120.1080825, 29.8628614 ], [ 120.1080106, 29.8629919 ] ], [ [ 120.1080106, 29.8629919 ], [ 120.1079724, 29.8631399 ] ], [ [ 120.1079724, 29.8631399 ], [ 120.1079208, 29.8632781 ] ], [ [ 120.1079208, 29.8632781 ], [ 120.1078512, 29.8634144 ] ], [ [ 120.1078512, 29.8634144 ], [ 120.1077299, 29.8635858 ] ], [ [ 120.1077299, 29.8635858 ], [ 120.1076042, 29.8637084 ] ], [ [ 120.1076042, 29.8637084 ], [ 120.107465, 29.8638233 ] ], [ [ 120.107465, 29.8638233 ], [ 120.1071956, 29.8639869 ] ], [ [ 120.1071956, 29.8639869 ], [ 120.1068857, 29.8641874 ] ], [ [ 120.1068857, 29.8641874 ], [ 120.1066006, 29.8644172 ] ], [ [ 120.1066006, 29.8644172 ], [ 120.1064816, 29.8645107 ] ], [ [ 120.1064816, 29.8645107 ], [ 120.1063895, 29.8646061 ] ], [ [ 120.1063895, 29.8646061 ], [ 120.1063087, 29.8647365 ] ], [ [ 120.1063087, 29.8647365 ], [ 120.106165, 29.8650558 ] ], [ [ 120.106165, 29.8650558 ], [ 120.1060594, 29.865233 ] ], [ [ 120.1060594, 29.865233 ], [ 120.1059472, 29.8653713 ] ], [ [ 120.1059472, 29.8653713 ], [ 120.1057608, 29.8655232 ] ], [ [ 120.1057608, 29.8655232 ], [ 120.1055004, 29.865714 ] ], [ [ 120.1055004, 29.865714 ], [ 120.1051524, 29.8659243 ] ], [ [ 120.1051524, 29.8659243 ], [ 120.1047931, 29.8661521 ] ], [ [ 120.1047931, 29.8661521 ], [ 120.1046449, 29.8662553 ] ], [ [ 120.1046449, 29.8662553 ], [ 120.1042744, 29.8665863 ] ], [ [ 120.1042744, 29.8665863 ], [ 120.1039736, 29.8667946 ] ], [ [ 120.1039736, 29.8667946 ], [ 120.1035649, 29.8670477 ] ], [ [ 120.1035649, 29.8670477 ], [ 120.1032371, 29.8671957 ] ], [ [ 120.1032371, 29.8671957 ], [ 120.1031002, 29.8672424 ] ], [ [ 120.1031002, 29.8672424 ], [ 120.1029003, 29.8672853 ] ], [ [ 120.1029003, 29.8672853 ], [ 120.1026421, 29.8673028 ] ], [ [ 120.1026421, 29.8673028 ], [ 120.1023682, 29.8673709 ] ], [ [ 120.1023682, 29.8673709 ], [ 120.1021886, 29.8674488 ] ], [ [ 120.1021886, 29.8674488 ], [ 120.1019079, 29.867589 ] ], [ [ 120.1019079, 29.867589 ], [ 120.1018226, 29.8676494 ] ], [ [ 120.1018226, 29.8676494 ], [ 120.1017418, 29.8677935 ] ], [ [ 120.1017418, 29.8677935 ], [ 120.1016474, 29.8679453 ] ], [ [ 120.1016474, 29.8679453 ], [ 120.1011692, 29.8687144 ] ], [ [ 120.1011692, 29.8687144 ], [ 120.1008914, 29.8692286 ] ], [ [ 120.1008914, 29.8692286 ], [ 120.1007622, 29.869358 ] ], [ [ 120.1007622, 29.869358 ], [ 120.1007742, 29.8694707 ] ], [ [ 120.1007742, 29.8694707 ], [ 120.1007822, 29.869587 ] ], [ [ 120.1007822, 29.869587 ], [ 120.100747, 29.8696945 ] ], [ [ 120.100747, 29.8696945 ], [ 120.1007336, 29.8697568 ] ], [ [ 120.1007336, 29.8697568 ], [ 120.1006123, 29.8698814 ] ], [ [ 120.1006123, 29.8698814 ], [ 120.1004237, 29.8700586 ] ], [ [ 120.1004237, 29.8700586 ], [ 120.1001408, 29.8701462 ] ], [ [ 120.1001408, 29.8701462 ], [ 120.0997928, 29.8703234 ] ], [ [ 120.0997928, 29.8703234 ], [ 120.099712, 29.8703896 ] ], [ [ 120.099712, 29.8703896 ], [ 120.0996943, 29.870483 ] ], [ [ 120.0996943, 29.870483 ], [ 120.0997145, 29.8706894 ] ], [ [ 120.0997145, 29.8706894 ], [ 120.0996988, 29.8708238 ] ], [ [ 120.0996988, 29.8708238 ], [ 120.0996382, 29.8709834 ] ], [ [ 120.0996382, 29.8709834 ], [ 120.09938, 29.8712249 ] ], [ [ 120.09938, 29.8712249 ], [ 120.0991847, 29.8715247 ] ], [ [ 120.0991847, 29.8715247 ], [ 120.0990881, 29.8716201 ] ], [ [ 120.0990881, 29.8716201 ], [ 120.0989579, 29.8716843 ] ], [ [ 120.0989579, 29.8716843 ], [ 120.0983898, 29.8718343 ] ], [ [ 120.0983898, 29.8718343 ], [ 120.0982955, 29.8718752 ] ], [ [ 120.0982955, 29.8718752 ], [ 120.0981069, 29.8721477 ] ], [ [ 120.0981069, 29.8721477 ], [ 120.097952, 29.8723424 ] ], [ [ 120.097952, 29.8723424 ], [ 120.0978622, 29.8724281 ] ], [ [ 120.0978622, 29.8724281 ], [ 120.0977162, 29.872506 ] ], [ [ 120.0977162, 29.872506 ], [ 120.0974176, 29.87258 ] ], [ [ 120.0974176, 29.87258 ], [ 120.09733, 29.872617 ] ], [ [ 120.09733, 29.872617 ], [ 120.0970808, 29.8728175 ] ], [ [ 120.0970808, 29.8728175 ], [ 120.0970292, 29.8728876 ] ], [ [ 120.0970292, 29.8728876 ], [ 120.0970202, 29.8729538 ] ], [ [ 120.0970202, 29.8729538 ], [ 120.0970539, 29.8730511 ] ], [ [ 120.0970539, 29.8730511 ], [ 120.0971841, 29.8734035 ] ], [ [ 120.0971841, 29.8734035 ], [ 120.097188, 29.8734507 ] ], [ [ 120.097188, 29.8734507 ], [ 120.0971953, 29.8735379 ] ], [ [ 120.0971953, 29.8735379 ], [ 120.0970516, 29.8737345 ] ], [ [ 120.0970516, 29.8737345 ], [ 120.0968653, 29.8739389 ] ], [ [ 120.0968653, 29.8739389 ], [ 120.0968174, 29.8740446 ] ], [ [ 120.0968174, 29.8740446 ], [ 120.096762, 29.8741667 ] ], [ [ 120.096762, 29.8741667 ], [ 120.0964746, 29.8744082 ] ], [ [ 120.0964746, 29.8744082 ], [ 120.0962501, 29.8746788 ] ], [ [ 120.0962501, 29.8746788 ], [ 120.0960614, 29.8748267 ] ], [ [ 120.0960614, 29.8748267 ], [ 120.0958998, 29.8749767 ] ], [ [ 120.0958998, 29.8749767 ], [ 120.0956371, 29.8752083 ] ], [ [ 120.0956371, 29.8752083 ], [ 120.0955181, 29.8753544 ] ], [ [ 120.0955181, 29.8753544 ], [ 120.0954126, 29.8754984 ] ], [ [ 120.0954126, 29.8754984 ], [ 120.0952105, 29.8756406 ] ], [ [ 120.0952105, 29.8756406 ], [ 120.0949006, 29.8758197 ] ], [ [ 120.0949006, 29.8758197 ], [ 120.0946716, 29.8759384 ] ], [ [ 120.0946716, 29.8759384 ], [ 120.0942989, 29.8761623 ] ], [ [ 120.0942989, 29.8761623 ], [ 120.0940946, 29.8762655 ] ], [ [ 120.0940946, 29.8762655 ], [ 120.0938784, 29.8763303 ] ], [ [ 120.0938784, 29.8763303 ], [ 120.0937308, 29.8763745 ] ], [ [ 120.0937308, 29.8763745 ], [ 120.0935916, 29.8764427 ] ], [ [ 120.0935916, 29.8764427 ], [ 120.0934529, 29.8764973 ] ], [ [ 120.0934529, 29.8764973 ], [ 120.0933446, 29.87654 ] ], [ [ 120.0933446, 29.87654 ], [ 120.0927811, 29.8767367 ] ], [ [ 120.0927811, 29.8767367 ], [ 120.0923876, 29.8768865 ] ], [ [ 120.0923876, 29.8768865 ], [ 120.0923208, 29.8769119 ] ], [ [ 120.0923208, 29.8769119 ], [ 120.0922072, 29.8769773 ] ], [ [ 120.0922072, 29.8769773 ], [ 120.092144, 29.8770517 ] ], [ [ 120.1090577, 29.9023005 ], [ 120.1087135, 29.9025539 ] ], [ [ 120.1087135, 29.9025539 ], [ 120.1083936, 29.9027893 ] ], [ [ 120.1083936, 29.9027893 ], [ 120.107998, 29.9030804 ] ], [ [ 120.107998, 29.9030804 ], [ 120.1079805, 29.9030933 ] ], [ [ 120.1079805, 29.9030933 ], [ 120.1071893, 29.9036756 ] ], [ [ 120.1071893, 29.9036756 ], [ 120.107028, 29.9035494 ] ], [ [ 120.107028, 29.9035494 ], [ 120.1065951, 29.9034263 ] ], [ [ 120.1065951, 29.9034263 ], [ 120.1063604, 29.9033624 ] ], [ [ 120.1063604, 29.9033624 ], [ 120.1060983, 29.903291 ] ], [ [ 120.1060983, 29.903291 ], [ 120.1059448, 29.9033118 ] ], [ [ 120.1059448, 29.9033118 ], [ 120.1057938, 29.9033322 ] ], [ [ 120.1057938, 29.9033322 ], [ 120.1056441, 29.9033525 ] ], [ [ 120.1056441, 29.9033525 ], [ 120.1049415, 29.9034325 ] ], [ [ 120.1049415, 29.9034325 ], [ 120.1042389, 29.9034017 ] ], [ [ 120.1042389, 29.9034017 ], [ 120.1037776, 29.9034448 ] ], [ [ 120.1037776, 29.9034448 ], [ 120.1035599, 29.9035379 ] ], [ [ 120.1035599, 29.9035379 ], [ 120.1032595, 29.9036663 ] ], [ [ 120.1032595, 29.9036663 ], [ 120.1026563, 29.9040477 ] ], [ [ 120.1026563, 29.9040477 ], [ 120.1014072, 29.9049151 ] ], [ [ 120.1014072, 29.9049151 ], [ 120.1007117, 29.9050443 ] ], [ [ 120.1007117, 29.9050443 ], [ 120.1003214, 29.9052104 ] ], [ [ 120.1003214, 29.9052104 ], [ 120.1002008, 29.9053282 ] ], [ [ 120.1002008, 29.9053282 ], [ 120.0997607, 29.905758 ] ], [ [ 120.0997607, 29.905758 ], [ 120.0997036, 29.9058397 ] ], [ [ 120.0997036, 29.9058397 ], [ 120.0996188, 29.905961 ] ], [ [ 120.0996188, 29.905961 ], [ 120.0992284, 29.9060963 ] ], [ [ 120.0992284, 29.9060963 ], [ 120.09876, 29.9062747 ] ], [ [ 120.09876, 29.9062747 ], [ 120.0980219, 29.9062378 ] ], [ [ 120.0980219, 29.9062378 ], [ 120.0975819, 29.9064285 ] ], [ [ 120.0975819, 29.9064285 ], [ 120.097369, 29.9066193 ] ], [ [ 120.097369, 29.9066193 ], [ 120.0968793, 29.9068776 ] ], [ [ 120.0968793, 29.9068776 ], [ 120.0962051, 29.9070068 ] ], [ [ 120.0962051, 29.9070068 ], [ 120.0958077, 29.9071668 ] ], [ [ 120.0958077, 29.9071668 ], [ 120.0956161, 29.9074005 ] ], [ [ 120.0956161, 29.9074005 ], [ 120.0951517, 29.9085531 ] ], [ [ 120.0951517, 29.9085531 ], [ 120.0950995, 29.9086827 ] ], [ [ 120.0950995, 29.9086827 ], [ 120.0949915, 29.9089508 ] ], [ [ 120.0949915, 29.9089508 ], [ 120.0947715, 29.9093691 ] ], [ [ 120.0947715, 29.9093691 ], [ 120.0940831, 29.9101566 ] ], [ [ 120.0940831, 29.9101566 ], [ 120.0940615, 29.9101997 ] ], [ [ 120.0940615, 29.9101997 ], [ 120.09391, 29.9105022 ] ], [ [ 120.09391, 29.9105022 ], [ 120.0938489, 29.9106241 ] ], [ [ 120.0938489, 29.9106241 ], [ 120.0937425, 29.9108332 ] ], [ [ 120.0937425, 29.9108332 ], [ 120.0935083, 29.9109624 ] ], [ [ 120.0935083, 29.9109624 ], [ 120.0932102, 29.9108825 ] ], [ [ 120.12814148357063, 30.015629901386284 ], [ 120.1285708, 30.0165022 ] ], [ [ 120.1285708, 30.0165022 ], [ 120.1286101, 30.016627 ] ], [ [ 120.1286101, 30.016627 ], [ 120.1285511, 30.0167408 ] ], [ [ 120.1285511, 30.0167408 ], [ 120.12843566907722, 30.016826229858857 ] ], [ [ 120.130809295379549, 30.026478767680118 ], [ 120.1308313, 30.026501 ] ], [ [ 120.1308313, 30.026501 ], [ 120.130941, 30.0265875 ] ], [ [ 120.130941, 30.0265875 ], [ 120.1310456, 30.0267338 ] ], [ [ 120.1310456, 30.0267338 ], [ 120.1310858, 30.0268987 ] ], [ [ 120.1310858, 30.0268987 ], [ 120.1310965, 30.0270334 ] ], [ [ 120.1310965, 30.0270334 ], [ 120.1311394, 30.0271333 ] ], [ [ 120.1311394, 30.0271333 ], [ 120.1312762, 30.0272145 ] ], [ [ 120.1312762, 30.0272145 ], [ 120.1314255, 30.0272887 ] ], [ [ 120.1314255, 30.0272887 ], [ 120.1315582, 30.0273263 ] ], [ [ 120.1315582, 30.0273263 ], [ 120.1315751, 30.0274074 ] ], [ [ 120.1315751, 30.0274074 ], [ 120.1315036, 30.0274471 ] ], [ [ 120.1315036, 30.0274471 ], [ 120.1313353, 30.0274119 ] ], [ [ 120.1313353, 30.0274119 ], [ 120.1311716, 30.0273539 ] ], [ [ 120.1311716, 30.0273539 ], [ 120.131024119174356, 30.027352365517423 ] ], [ [ 120.1290187, 29.9099296 ], [ 120.1288803, 29.9098241 ] ], [ [ 120.1288803, 29.9098241 ], [ 120.1284906, 29.9095271 ] ], [ [ 120.1284906, 29.9095271 ], [ 120.1284768, 29.9095166 ] ], [ [ 120.1284768, 29.9095166 ], [ 120.1283832, 29.9094453 ] ], [ [ 120.1283832, 29.9094453 ], [ 120.12824, 29.9091718 ] ], [ [ 120.12824, 29.9091718 ], [ 120.128232, 29.9090772 ] ], [ [ 120.128232, 29.9090772 ], [ 120.1282137, 29.9088614 ] ], [ [ 120.1282137, 29.9088614 ], [ 120.1285212, 29.9080553 ] ], [ [ 120.1285212, 29.9080553 ], [ 120.1285483, 29.9079843 ] ], [ [ 120.1285483, 29.9079843 ], [ 120.1286461, 29.907728 ] ], [ [ 120.1286461, 29.907728 ], [ 120.1288727, 29.9071338 ] ], [ [ 120.1288727, 29.9071338 ], [ 120.1293635, 29.9069332 ] ], [ [ 120.1293635, 29.9069332 ], [ 120.1295569, 29.9068542 ] ], [ [ 120.1295569, 29.9068542 ], [ 120.1296779, 29.9068053 ] ], [ [ 120.1296779, 29.9068053 ], [ 120.1303406, 29.9065373 ] ], [ [ 120.1303406, 29.9065373 ], [ 120.1305144, 29.9064137 ] ], [ [ 120.1305144, 29.9064137 ], [ 120.1305866, 29.9063004 ] ], [ [ 120.1305866, 29.9063004 ], [ 120.1314069, 29.9050138 ] ], [ [ 120.1314069, 29.9050138 ], [ 120.1315508, 29.9047881 ] ], [ [ 120.1315715, 29.9120552 ], [ 120.1313905, 29.9118187 ] ], [ [ 120.1313905, 29.9118187 ], [ 120.1312792, 29.9116732 ] ], [ [ 120.1312792, 29.9116732 ], [ 120.131218, 29.9116 ] ], [ [ 120.131218, 29.9116 ], [ 120.1311188, 29.911486 ] ], [ [ 120.1311188, 29.911486 ], [ 120.1310546, 29.9114123 ] ], [ [ 120.1310546, 29.9114123 ], [ 120.1303382, 29.9105892 ] ], [ [ 120.1303382, 29.9105892 ], [ 120.1301075, 29.9104156 ] ], [ [ 120.1301075, 29.9104156 ], [ 120.1290694, 29.9099735 ] ], [ [ 120.1290694, 29.9099735 ], [ 120.1290187, 29.9099296 ] ], [ [ 120.1312429, 30.0790521 ], [ 120.1312798, 30.0789015 ] ], [ [ 120.1224762, 30.1106918 ], [ 120.1223393, 30.1111814 ] ], [ [ 120.1061143, 30.1125502 ], [ 120.1061042, 30.1124584 ] ], [ [ 120.1203221, 30.1171308 ], [ 120.1201934, 30.1170937 ] ], [ [ 120.1201934, 30.1170937 ], [ 120.1201075, 30.1170473 ] ], [ [ 120.1201075, 30.1170473 ], [ 120.1190989, 30.1161841 ] ], [ [ 120.1190989, 30.1161841 ], [ 120.1187341, 30.1158685 ] ], [ [ 120.1187341, 30.1158685 ], [ 120.1184015, 30.1155808 ] ], [ [ 120.1184015, 30.1155808 ], [ 120.118262, 30.1154045 ] ], [ [ 120.118262, 30.1154045 ], [ 120.1181547, 30.1152467 ] ], [ [ 120.1181547, 30.1152467 ], [ 120.1180689, 30.1150796 ] ], [ [ 120.1180689, 30.1150796 ], [ 120.118026, 30.1148847 ] ], [ [ 120.118026, 30.1148847 ], [ 120.1179401, 30.1144485 ] ], [ [ 120.1179401, 30.1144485 ], [ 120.1179187, 30.1142072 ] ], [ [ 120.1179187, 30.1142072 ], [ 120.117908, 30.1140308 ] ], [ [ 120.117908, 30.1140308 ], [ 120.1179509, 30.1138174 ] ], [ [ 120.1179509, 30.1138174 ], [ 120.1180327, 30.1136243 ] ], [ [ 120.1180327, 30.1136243 ], [ 120.1180689, 30.1135389 ] ], [ [ 120.1180689, 30.1135389 ], [ 120.1185946, 30.1127871 ] ], [ [ 120.1185946, 30.1127871 ], [ 120.1187204, 30.1125623 ] ], [ [ 120.1187204, 30.1125623 ], [ 120.1187556, 30.1124994 ] ], [ [ 120.1187556, 30.1124994 ], [ 120.1189058, 30.1123416 ] ], [ [ 120.1189058, 30.1123416 ], [ 120.119281, 30.11205 ] ], [ [ 120.119281, 30.11205 ], [ 120.1204938, 30.1111071 ] ], [ [ 120.1204938, 30.1111071 ], [ 120.1207191, 30.1109122 ] ], [ [ 120.1207191, 30.1109122 ], [ 120.1208801, 30.1108565 ] ], [ [ 120.1208801, 30.1108565 ], [ 120.1210088, 30.1108658 ] ], [ [ 120.1210088, 30.1108658 ], [ 120.1223393, 30.1111814 ] ], [ [ 120.1151603, 30.1156889 ], [ 120.1151824, 30.1155315 ] ], [ [ 120.1151824, 30.1155315 ], [ 120.115138, 30.1151221 ] ], [ [ 120.0960916, 30.1132659 ], [ 120.095686, 30.109822 ] ], [ [ 120.0898257, 30.1138073 ], [ 120.0896422, 30.1118413 ] ], [ [ 120.0896422, 30.1118413 ], [ 120.0895298, 30.1106365 ] ], [ [ 120.0961044, 30.1133745 ], [ 120.0960916, 30.1132659 ] ], [ [ 120.1228329, 30.1167503 ], [ 120.1226385, 30.1137414 ] ], [ [ 120.1226385, 30.1137414 ], [ 120.1226028, 30.1131892 ] ], [ [ 120.1226028, 30.1131892 ], [ 120.1224732, 30.1128731 ] ], [ [ 120.1224732, 30.1128731 ], [ 120.1223199, 30.1113741 ] ], [ [ 120.1223199, 30.1113741 ], [ 120.1223393, 30.1111814 ] ], [ [ 120.1306849, 30.1161091 ], [ 120.1293243, 30.1162212 ] ], [ [ 120.1293243, 30.1162212 ], [ 120.1289216, 30.1162532 ] ], [ [ 120.1289216, 30.1162532 ], [ 120.1276363, 30.1163552 ] ], [ [ 120.1276363, 30.1163552 ], [ 120.1258157, 30.1164997 ] ], [ [ 120.1258157, 30.1164997 ], [ 120.1255226, 30.1165243 ] ], [ [ 120.1255226, 30.1165243 ], [ 120.1228329, 30.1167503 ] ], [ [ 120.1228329, 30.1167503 ], [ 120.1229445, 30.1181019 ] ], [ [ 120.1212146, 30.1184757 ], [ 120.1217069, 30.1181959 ] ], [ [ 120.1217069, 30.1181959 ], [ 120.1229445, 30.1181019 ] ], [ [ 120.1306849, 30.1161091 ], [ 120.1307572, 30.1168344 ] ], [ [ 120.1307572, 30.1168344 ], [ 120.1308281, 30.1175463 ] ], [ [ 120.1308281, 30.1175463 ], [ 120.1311353, 30.1206292 ] ], [ [ 120.1311353, 30.1206292 ], [ 120.1311612, 30.1208887 ] ], [ [ 120.1311612, 30.1208887 ], [ 120.1311656, 30.1209331 ] ], [ [ 120.1151603, 30.1156889 ], [ 120.1176349, 30.1154701 ] ], [ [ 120.1152442, 30.1174229 ], [ 120.1151232, 30.1159536 ] ], [ [ 120.1151232, 30.1159536 ], [ 120.1151603, 30.1156889 ] ], [ [ 120.1228329, 30.1167503 ], [ 120.1214809, 30.1168895 ] ], [ [ 120.1214809, 30.1168895 ], [ 120.1207513, 30.1169916 ] ], [ [ 120.1207513, 30.1169916 ], [ 120.120408, 30.1170751 ] ], [ [ 120.120408, 30.1170751 ], [ 120.1203221, 30.1171308 ] ], [ [ 120.1152442, 30.1174229 ], [ 120.1180972, 30.1171796 ] ], [ [ 120.1064687, 30.1229732 ], [ 120.1064614, 30.1227341 ] ], [ [ 120.1064614, 30.1227341 ], [ 120.106459, 30.1226532 ] ], [ [ 120.106459, 30.1226532 ], [ 120.1064559, 30.1225527 ] ], [ [ 120.1064559, 30.1225527 ], [ 120.1064905, 30.1215809 ] ], [ [ 120.1064905, 30.1215809 ], [ 120.1064932, 30.1211083 ] ], [ [ 120.1064932, 30.1211083 ], [ 120.106502, 30.1195807 ] ], [ [ 120.106502, 30.1195807 ], [ 120.106502, 30.1180817 ] ], [ [ 120.106502, 30.1180817 ], [ 120.1064911, 30.1173079 ] ], [ [ 120.1064911, 30.1173079 ], [ 120.106488, 30.1170904 ] ], [ [ 120.106488, 30.1170904 ], [ 120.1064583, 30.1165961 ] ], [ [ 120.1064583, 30.1165961 ], [ 120.1064531, 30.1165101 ] ], [ [ 120.1064531, 30.1165101 ], [ 120.1063483, 30.1150594 ] ], [ [ 120.1063483, 30.1150594 ], [ 120.1062085, 30.1135181 ] ], [ [ 120.1062085, 30.1135181 ], [ 120.1061143, 30.1125502 ] ], [ [ 120.0966679, 30.1197829 ], [ 120.1001098, 30.1194806 ] ], [ [ 120.1001098, 30.1194806 ], [ 120.1024381, 30.1192761 ] ], [ [ 120.1203221, 30.1171308 ], [ 120.1212146, 30.1184757 ] ], [ [ 120.1152442, 30.1174229 ], [ 120.1134225, 30.1175782 ] ], [ [ 120.1134225, 30.1175782 ], [ 120.1133042, 30.1176678 ] ], [ [ 120.1133042, 30.1176678 ], [ 120.1134741, 30.1192262 ] ], [ [ 120.1134741, 30.1192262 ], [ 120.1135433, 30.1198607 ] ], [ [ 120.1135433, 30.1198607 ], [ 120.1138161, 30.1223634 ] ], [ [ 120.1187338, 30.1221122 ], [ 120.1187262, 30.1220226 ] ], [ [ 120.1615434, 29.940993 ], [ 120.1619219, 29.9404073 ] ], [ [ 120.1619219, 29.9404073 ], [ 120.1620997, 29.9404249 ] ], [ [ 120.1620997, 29.9404249 ], [ 120.1623538, 29.940498 ] ], [ [ 120.1623538, 29.940498 ], [ 120.1624801, 29.9404805 ] ], [ [ 120.1624801, 29.9404805 ], [ 120.1626964, 29.9403185 ] ], [ [ 120.1626964, 29.9403185 ], [ 120.1629461, 29.9398073 ] ], [ [ 120.1714207, 29.946968 ], [ 120.1712559, 29.9467214 ] ], [ [ 120.1712559, 29.9467214 ], [ 120.1709369, 29.946456 ] ], [ [ 120.1709369, 29.946456 ], [ 120.1703181, 29.9460967 ] ], [ [ 120.1703181, 29.9460967 ], [ 120.1695973, 29.9457816 ] ], [ [ 120.1695973, 29.9457816 ], [ 120.1691571, 29.9455163 ] ], [ [ 120.1691571, 29.9455163 ], [ 120.1690177, 29.9453449 ] ], [ [ 120.1690177, 29.9453449 ], [ 120.1689462, 29.945257 ] ], [ [ 120.1689462, 29.945257 ], [ 120.1688905, 29.9451886 ] ], [ [ 120.1688905, 29.9451886 ], [ 120.1688828, 29.9451791 ] ], [ [ 120.1688828, 29.9451791 ], [ 120.168833, 29.945119 ] ], [ [ 120.168833, 29.945119 ], [ 120.1684298, 29.9446319 ] ], [ [ 120.1684298, 29.9446319 ], [ 120.168264, 29.9443444 ] ], [ [ 120.168264, 29.9443444 ], [ 120.1682002, 29.9440349 ] ], [ [ 120.1682002, 29.9440349 ], [ 120.1681109, 29.9436258 ] ], [ [ 120.1681109, 29.9436258 ], [ 120.1680835, 29.9434411 ] ], [ [ 120.1680835, 29.9434411 ], [ 120.1680534, 29.9432388 ] ], [ [ 120.1680534, 29.9432388 ], [ 120.1679067, 29.9426805 ] ], [ [ 120.1679067, 29.9426805 ], [ 120.1677217, 29.9422438 ] ], [ [ 120.1677217, 29.9422438 ], [ 120.1675239, 29.941973 ] ], [ [ 120.1675239, 29.941973 ], [ 120.1675013, 29.9417506 ] ], [ [ 120.1719046, 29.9468132 ], [ 120.1718415, 29.9468334 ] ], [ [ 120.1714207, 29.946968 ], [ 120.1718415, 29.9468334 ] ], [ [ 120.1714207, 29.946968 ], [ 120.1698128, 29.9474825 ] ], [ [ 120.1714207, 29.946968 ], [ 120.1715366, 29.9471415 ] ], [ [ 120.1715366, 29.9471415 ], [ 120.1720023, 29.9479761 ] ], [ [ 120.1720023, 29.9479761 ], [ 120.1723007, 29.9484129 ] ], [ [ 120.1724696, 29.9486601 ], [ 120.1723007, 29.9484129 ] ], [ [ 120.1731733, 29.95518 ], [ 120.1726717, 29.9540537 ] ], [ [ 120.1726717, 29.9540537 ], [ 120.1725697, 29.9538245 ] ], [ [ 120.1725697, 29.9538245 ], [ 120.1719447, 29.9524212 ] ], [ [ 120.1719447, 29.9524212 ], [ 120.1714007, 29.9511609 ] ], [ [ 120.1714007, 29.9511609 ], [ 120.1712178, 29.9507372 ] ], [ [ 120.1712178, 29.9507372 ], [ 120.171032, 29.9503069 ] ], [ [ 120.171032, 29.9503069 ], [ 120.170303, 29.9486181 ] ], [ [ 120.170303, 29.9486181 ], [ 120.1698128, 29.9474825 ] ], [ [ 120.1802188, 29.9632695 ], [ 120.1801649, 29.9632794 ] ], [ [ 120.1801649, 29.9632794 ], [ 120.1800068, 29.9632757 ] ], [ [ 120.1800068, 29.9632757 ], [ 120.1798113, 29.9632279 ] ], [ [ 120.1798113, 29.9632279 ], [ 120.1795566, 29.9632135 ] ], [ [ 120.1795566, 29.9632135 ], [ 120.1793448, 29.9632283 ] ], [ [ 120.1793448, 29.9632283 ], [ 120.1791336, 29.9632691 ] ], [ [ 120.1791336, 29.9632691 ], [ 120.1787265, 29.9634013 ] ], [ [ 120.1787265, 29.9634013 ], [ 120.1784799, 29.9634356 ] ], [ [ 120.1784799, 29.9634356 ], [ 120.1784029, 29.9634271 ] ], [ [ 120.1784029, 29.9634271 ], [ 120.1783428, 29.9634205 ] ], [ [ 120.1783428, 29.9634205 ], [ 120.1777001, 29.9630274 ] ], [ [ 120.1777001, 29.9630274 ], [ 120.1775988, 29.9629654 ] ], [ [ 120.1775988, 29.9629654 ], [ 120.1775601, 29.9629267 ] ], [ [ 120.1775601, 29.9629267 ], [ 120.177348, 29.9627146 ] ], [ [ 120.177348, 29.9627146 ], [ 120.1772536, 29.9625679 ] ], [ [ 120.1772536, 29.9625679 ], [ 120.1769556, 29.9617412 ] ], [ [ 120.1769556, 29.9617412 ], [ 120.1769388, 29.9616984 ] ], [ [ 120.1769388, 29.9616984 ], [ 120.1767991, 29.9613418 ] ], [ [ 120.1767991, 29.9613418 ], [ 120.1766082, 29.9609685 ] ], [ [ 120.1766082, 29.9609685 ], [ 120.1763381, 29.9606044 ] ], [ [ 120.1763381, 29.9606044 ], [ 120.1762967, 29.9605552 ] ], [ [ 120.1762967, 29.9605552 ], [ 120.1759077, 29.9600921 ] ], [ [ 120.1759077, 29.9600921 ], [ 120.1757699, 29.9599282 ] ], [ [ 120.1757699, 29.9599282 ], [ 120.1753518, 29.9593226 ] ], [ [ 120.1753518, 29.9593226 ], [ 120.1752657, 29.9591887 ] ], [ [ 120.1752657, 29.9591887 ], [ 120.1748992, 29.9586188 ] ], [ [ 120.1748992, 29.9586188 ], [ 120.1748608, 29.9585591 ] ], [ [ 120.1748608, 29.9585591 ], [ 120.1745327, 29.9580353 ] ], [ [ 120.1745327, 29.9580353 ], [ 120.1744418, 29.9577671 ] ], [ [ 120.1744418, 29.9577671 ], [ 120.1744105, 29.9576749 ] ], [ [ 120.1744105, 29.9576749 ], [ 120.174224, 29.9574389 ] ], [ [ 120.174224, 29.9574389 ], [ 120.1741039, 29.9572885 ] ], [ [ 120.1741039, 29.9572885 ], [ 120.174061, 29.957125 ] ], [ [ 120.174061, 29.957125 ], [ 120.1739088, 29.9565881 ] ], [ [ 120.1739088, 29.9565881 ], [ 120.1737951, 29.9563318 ] ], [ [ 120.1737951, 29.9563318 ], [ 120.1731733, 29.95518 ] ], [ [ 120.1803448, 29.9632465 ], [ 120.1802188, 29.9632695 ] ], [ [ 120.1758203, 29.9549927 ], [ 120.1759563, 29.9549455 ] ], [ [ 120.1731733, 29.95518 ], [ 120.1744705, 29.9551085 ] ], [ [ 120.1744705, 29.9551085 ], [ 120.1748381, 29.9550882 ] ], [ [ 120.1748381, 29.9550882 ], [ 120.1757462, 29.9550184 ] ], [ [ 120.1757462, 29.9550184 ], [ 120.1758203, 29.9549927 ] ], [ [ 120.180931, 30.0103163 ], [ 120.1808435, 30.0102283 ] ], [ [ 120.1808435, 30.0102283 ], [ 120.1805635, 30.0101623 ] ], [ [ 120.1805635, 30.0101623 ], [ 120.1804641, 30.0101302 ] ], [ [ 120.1804641, 30.0101302 ], [ 120.1803412, 30.0100905 ] ], [ [ 120.1803412, 30.0100905 ], [ 120.1801712, 30.0100357 ] ], [ [ 120.1801712, 30.0100357 ], [ 120.1783457, 30.0094464 ] ], [ [ 120.1783457, 30.0094464 ], [ 120.1764122, 30.0088223 ] ], [ [ 120.1764122, 30.0088223 ], [ 120.1763004, 30.0087143 ] ], [ [ 120.1763004, 30.0087143 ], [ 120.1760214, 30.0084446 ] ], [ [ 120.1760214, 30.0084446 ], [ 120.1758381, 30.0082674 ] ], [ [ 120.1758381, 30.0082674 ], [ 120.1753682, 30.0078132 ] ], [ [ 120.1753682, 30.0078132 ], [ 120.1724476, 30.0049901 ] ], [ [ 120.1724476, 30.0049901 ], [ 120.171654, 30.002917 ] ], [ [ 120.171654, 30.002917 ], [ 120.1712374, 30.0018289 ] ], [ [ 120.1712374, 30.0018289 ], [ 120.1711571, 30.001619 ] ], [ [ 120.1711571, 30.001619 ], [ 120.1710989, 30.0014671 ] ], [ [ 120.1710989, 30.0014671 ], [ 120.1700725, 30.0000272 ] ], [ [ 120.1700725, 30.0000272 ], [ 120.1692808, 29.9989166 ] ], [ [ 120.1692808, 29.9989166 ], [ 120.1691973, 29.9987994 ] ], [ [ 120.1691973, 29.9987994 ], [ 120.168435, 29.9979356 ] ], [ [ 120.168435, 29.9979356 ], [ 120.1678313, 29.9975851 ] ], [ [ 120.1678313, 29.9975851 ], [ 120.1666053, 29.9963199 ] ], [ [ 120.1666053, 29.9963199 ], [ 120.1665259, 29.9961024 ] ], [ [ 120.1665259, 29.9961024 ], [ 120.1665346, 29.9958339 ] ], [ [ 120.1665346, 29.9958339 ], [ 120.1665374, 29.9957457 ] ], [ [ 120.1665374, 29.9957457 ], [ 120.1665438, 29.9955484 ] ], [ [ 120.1665438, 29.9955484 ], [ 120.1664222, 29.9951599 ] ], [ [ 120.1664222, 29.9951599 ], [ 120.1663316, 29.9950491 ] ], [ [ 120.1663316, 29.9950491 ], [ 120.1661424, 29.9948837 ] ], [ [ 120.1661424, 29.9948837 ], [ 120.165182, 29.9942282 ] ], [ [ 120.165182, 29.9942282 ], [ 120.1648083, 29.994015 ] ], [ [ 120.1648083, 29.994015 ], [ 120.1642568, 29.9937214 ] ], [ [ 120.1642568, 29.9937214 ], [ 120.1640284, 29.9934349 ] ], [ [ 120.1640284, 29.9934349 ], [ 120.1638535, 29.9931483 ] ], [ [ 120.1638535, 29.9931483 ], [ 120.1637364, 29.9930537 ] ], [ [ 120.1637364, 29.9930537 ], [ 120.1634922, 29.9928564 ] ], [ [ 120.1634922, 29.9928564 ], [ 120.1629665, 29.9924316 ] ], [ [ 120.1629665, 29.9924316 ], [ 120.1622573, 29.9920973 ] ], [ [ 120.1622573, 29.9920973 ], [ 120.1620618, 29.9917293 ] ], [ [ 120.1620618, 29.9917293 ], [ 120.1619101, 29.9915664 ] ], [ [ 120.1692878, 30.0182085 ], [ 120.1691471, 30.0179464 ] ], [ [ 120.1691471, 30.0179464 ], [ 120.1692953, 30.0170723 ] ], [ [ 120.1692953, 30.0170723 ], [ 120.1698618, 30.016157 ] ], [ [ 120.1698618, 30.016157 ], [ 120.1709664, 30.0155073 ] ], [ [ 120.1709664, 30.0155073 ], [ 120.1716075, 30.0149871 ] ], [ [ 120.1716075, 30.0149871 ], [ 120.171822, 30.0146217 ] ], [ [ 120.171822, 30.0146217 ], [ 120.1721632, 30.0140406 ] ], [ [ 120.1721632, 30.0140406 ], [ 120.1724773, 30.0134169 ] ], [ [ 120.1692878, 30.0182085 ], [ 120.1698133, 30.0186208 ] ], [ [ 120.1698133, 30.0186208 ], [ 120.1703076, 30.0188406 ] ], [ [ 120.1703076, 30.0188406 ], [ 120.1704699, 30.0189128 ] ], [ [ 120.1704699, 30.0189128 ], [ 120.1715372, 30.0195619 ] ], [ [ 120.1715372, 30.0195619 ], [ 120.1715297, 30.0197421 ] ], [ [ 120.1715297, 30.0197421 ], [ 120.1715047, 30.0200467 ] ], [ [ 120.1715047, 30.0200467 ], [ 120.1718232, 30.0203305 ] ], [ [ 120.1718232, 30.0203305 ], [ 120.1721903, 30.0218098 ] ], [ [ 120.1818613, 30.0155678 ], [ 120.1819298, 30.0155659 ] ], [ [ 120.1819298, 30.0155659 ], [ 120.1820438, 30.0155628 ] ], [ [ 120.1820438, 30.0155628 ], [ 120.1822515, 30.0155538 ] ], [ [ 120.1822515, 30.0155538 ], [ 120.1826938, 30.015595 ] ], [ [ 120.1826938, 30.015595 ], [ 120.1837825, 30.0156654 ] ], [ [ 120.1837825, 30.0156654 ], [ 120.1854945, 30.0158067 ] ], [ [ 120.1822612, 30.0184019 ], [ 120.1823834, 30.0175015 ] ], [ [ 120.1822612, 30.0184019 ], [ 120.1822182, 30.0185096 ] ], [ [ 120.1822612, 30.0184019 ], [ 120.1836234, 30.0184932 ], [ 120.185388, 30.0186129 ] ], [ [ 120.1675203, 29.9416659 ], [ 120.1674967, 29.9417052 ] ], [ [ 120.1674967, 29.9417052 ], [ 120.1675013, 29.9417506 ] ], [ [ 120.1673789, 29.9450847 ], [ 120.1677489, 29.9455062 ] ], [ [ 120.1677489, 29.9455062 ], [ 120.1678179, 29.9455848 ] ], [ [ 120.1678179, 29.9455848 ], [ 120.1679102, 29.9456847 ] ], [ [ 120.1679102, 29.9456847 ], [ 120.168027, 29.9458111 ] ], [ [ 120.168027, 29.9458111 ], [ 120.1687399, 29.9465827 ] ], [ [ 120.1687399, 29.9465827 ], [ 120.1688256, 29.9466754 ] ], [ [ 120.1688256, 29.9466754 ], [ 120.1689393, 29.9467757 ] ], [ [ 120.1689393, 29.9467757 ], [ 120.1694088, 29.9470135 ] ], [ [ 120.1694088, 29.9470135 ], [ 120.169619, 29.9471603 ] ], [ [ 120.169619, 29.9471603 ], [ 120.1697895, 29.9474285 ] ], [ [ 120.1697895, 29.9474285 ], [ 120.1698128, 29.9474825 ] ], [ [ 120.1692878, 30.0182085 ], [ 120.1668159, 30.0198046 ] ], [ [ 120.1668159, 30.0198046 ], [ 120.1662646, 30.0201003 ] ], [ [ 120.1662646, 30.0201003 ], [ 120.1659933, 30.0202458 ] ], [ [ 120.1659933, 30.0202458 ], [ 120.165489, 30.0205163 ] ], [ [ 120.165489, 30.0205163 ], [ 120.1651617, 30.0206918 ] ], [ [ 120.1853858, 30.0187236 ], [ 120.1822182, 30.0185096 ] ], [ [ 120.1822182, 30.0185096 ], [ 120.1817881, 30.0195863 ] ], [ [ 120.1817881, 30.0195863 ], [ 120.181808, 30.0215282 ] ], [ [ 120.1736981, 30.0196779 ], [ 120.1740038, 30.0200216 ] ], [ [ 120.1740038, 30.0200216 ], [ 120.1740468, 30.020133 ] ], [ [ 120.1740468, 30.020133 ], [ 120.1741272, 30.0204581 ] ], [ [ 120.1741272, 30.0204581 ], [ 120.1743633, 30.0208065 ] ], [ [ 120.1743633, 30.0208065 ], [ 120.1763166, 30.0228253 ] ], [ [ 120.1763166, 30.0228253 ], [ 120.1780493, 30.0233936 ] ], [ [ 120.1780493, 30.0233936 ], [ 120.1787276, 30.0233643 ] ], [ [ 120.1787276, 30.0233643 ], [ 120.1802897, 30.0232967 ] ], [ [ 120.1802897, 30.0232967 ], [ 120.1816091, 30.0231854 ] ], [ [ 120.1816091, 30.0231854 ], [ 120.1818834, 30.0231622 ] ], [ [ 120.1852318, 30.0217495 ], [ 120.181808, 30.0215282 ] ], [ [ 120.1818834, 30.0231622 ], [ 120.181808, 30.0215282 ] ], [ [ 120.1818834, 30.0231622 ], [ 120.1832225, 30.0232404 ] ], [ [ 120.1832225, 30.0232404 ], [ 120.1851658, 30.0233953 ] ], [ [ 120.179674, 30.0277174 ], [ 120.1799262, 30.0276849 ] ], [ [ 120.1799262, 30.0276849 ], [ 120.1799744, 30.0276942 ] ], [ [ 120.1799744, 30.0276942 ], [ 120.1813209, 30.0275734 ] ], [ [ 120.1813209, 30.0275734 ], [ 120.1818574, 30.0274759 ] ], [ [ 120.1818574, 30.0274759 ], [ 120.1819793, 30.027313 ] ], [ [ 120.1819793, 30.027313 ], [ 120.1820121, 30.0269338 ] ], [ [ 120.1820121, 30.0269338 ], [ 120.1819566, 30.0249462 ] ], [ [ 120.1819566, 30.0249462 ], [ 120.1819271, 30.0240744 ] ], [ [ 120.1819271, 30.0240744 ], [ 120.1818834, 30.0231622 ] ], [ [ 120.1830086, 30.0494832 ], [ 120.1828075, 30.0494074 ] ], [ [ 120.1830086, 30.0494832 ], [ 120.1848157, 30.050164 ] ], [ [ 120.1848157, 30.050164 ], [ 120.1849552, 30.0502847 ] ], [ [ 120.1849552, 30.0502847 ], [ 120.1851268, 30.0504797 ] ], [ [ 120.1851268, 30.0504797 ], [ 120.185277, 30.0508791 ] ], [ [ 120.1861202, 30.0629352 ], [ 120.185934, 30.0629828 ] ], [ [ 120.185934, 30.0629828 ], [ 120.1841141, 30.0630546 ] ], [ [ 120.1841141, 30.0630546 ], [ 120.1837206, 30.0628594 ] ], [ [ 120.1837206, 30.0628594 ], [ 120.1827886, 30.0629022 ] ], [ [ 120.1827886, 30.0629022 ], [ 120.1813499, 30.0630145 ] ], [ [ 120.1813499, 30.0630145 ], [ 120.1801992, 30.0632406 ] ], [ [ 120.1801992, 30.0632406 ], [ 120.1798136, 30.0632625 ] ], [ [ 120.1798136, 30.0632625 ], [ 120.1795244, 30.0632073 ] ], [ [ 120.1795244, 30.0632073 ], [ 120.179127, 30.0632673 ] ], [ [ 120.1740315, 30.0799973 ], [ 120.1744625, 30.0794995 ] ], [ [ 120.1744625, 30.0794995 ], [ 120.1746207, 30.0793301 ] ], [ [ 120.1746207, 30.0793301 ], [ 120.1747736, 30.0792025 ] ], [ [ 120.1747736, 30.0792025 ], [ 120.1749802, 30.0790934 ] ], [ [ 120.1749802, 30.0790934 ], [ 120.1757285, 30.0786547 ] ], [ [ 120.1757285, 30.0786547 ], [ 120.1766083, 30.0781394 ] ], [ [ 120.1766083, 30.0781394 ], [ 120.1768101, 30.0780437 ] ], [ [ 120.1768101, 30.0780437 ], [ 120.1770106, 30.0779741 ] ], [ [ 120.1770106, 30.0779741 ], [ 120.1771943, 30.077883 ] ], [ [ 120.1771943, 30.077883 ], [ 120.1774411, 30.0777379 ] ], [ [ 120.1774411, 30.0777379 ], [ 120.1792556, 30.0765913 ] ], [ [ 120.1792556, 30.0765913 ], [ 120.1802722, 30.0759275 ] ], [ [ 120.1802722, 30.0759275 ], [ 120.1804975, 30.0757162 ] ], [ [ 120.1804975, 30.0757162 ], [ 120.1806638, 30.0755979 ] ], [ [ 120.1806638, 30.0755979 ], [ 120.1809213, 30.0754516 ] ], [ [ 120.1809213, 30.0754516 ], [ 120.1812592, 30.0752381 ] ], [ [ 120.1812592, 30.0752381 ], [ 120.181734, 30.0748412 ] ], [ [ 120.181734, 30.0748412 ], [ 120.1820817, 30.0745463 ] ], [ [ 120.1820817, 30.0745463 ], [ 120.1821363, 30.0745 ] ], [ [ 120.1821363, 30.0745 ], [ 120.1828364, 30.073864 ] ], [ [ 120.1828364, 30.073864 ], [ 120.1833191, 30.0733696 ] ], [ [ 120.1833191, 30.0733696 ], [ 120.1842767, 30.0723692 ] ], [ [ 120.1842767, 30.0723692 ], [ 120.1843753, 30.0722566 ] ], [ [ 120.1843753, 30.0722566 ], [ 120.185135, 30.0713896 ] ], [ [ 120.185135, 30.0713896 ], [ 120.1854709, 30.0709754 ] ], [ [ 120.1736283, 30.0956733 ], [ 120.1737701, 30.0955826 ] ], [ [ 120.1737701, 30.0955826 ], [ 120.1736304, 30.0950696 ] ], [ [ 120.1736304, 30.0950696 ], [ 120.1726024, 30.0927777 ] ], [ [ 120.1726024, 30.0927777 ], [ 120.1723524, 30.0917574 ] ], [ [ 120.1723524, 30.0917574 ], [ 120.1723156, 30.090527 ] ], [ [ 120.1723156, 30.090527 ], [ 120.1724814, 30.0890187 ] ], [ [ 120.1724814, 30.0890187 ], [ 120.1727067, 30.087032 ] ], [ [ 120.1727067, 30.087032 ], [ 120.1727984, 30.0860255 ] ], [ [ 120.1727984, 30.0860255 ], [ 120.1725982, 30.0852055 ] ], [ [ 120.1725982, 30.0852055 ], [ 120.1725352, 30.0848809 ] ], [ [ 120.1725352, 30.0848809 ], [ 120.1725196, 30.0848003 ] ], [ [ 120.1725196, 30.0848003 ], [ 120.172512, 30.0847613 ] ], [ [ 120.172512, 30.0847613 ], [ 120.1722563, 30.0833646 ] ], [ [ 120.1722563, 30.0833646 ], [ 120.1722999, 30.0827622 ] ], [ [ 120.1722999, 30.0827622 ], [ 120.172456, 30.082019 ] ], [ [ 120.172456, 30.082019 ], [ 120.1748947, 30.0792964 ] ], [ [ 120.1748947, 30.0792964 ], [ 120.17672, 30.0782422 ] ], [ [ 120.17672, 30.0782422 ], [ 120.1771534, 30.0780584 ] ], [ [ 120.1771534, 30.0780584 ], [ 120.1781649, 30.0774442 ] ], [ [ 120.1781649, 30.0774442 ], [ 120.1802433, 30.076146 ] ], [ [ 120.1802433, 30.076146 ], [ 120.1809126, 30.0756826 ] ], [ [ 120.1809126, 30.0756826 ], [ 120.1822475, 30.0745887 ] ], [ [ 120.1822475, 30.0745887 ], [ 120.1849432, 30.0718529 ] ], [ [ 120.1849432, 30.0718529 ], [ 120.1857443, 30.070977 ] ], [ [ 120.1857443, 30.070977 ], [ 120.186029, 30.0704874 ] ], [ [ 120.186029, 30.0704874 ], [ 120.1868972, 30.0685411 ] ], [ [ 120.1868972, 30.0685411 ], [ 120.1870636, 30.0677337 ] ], [ [ 120.1870636, 30.0677337 ], [ 120.1869771, 30.0674535 ] ], [ [ 120.1869771, 30.0674535 ], [ 120.1870114, 30.0673043 ] ], [ [ 120.1740315, 30.0799973 ], [ 120.173977, 30.0798454 ] ], [ [ 120.173977, 30.0798454 ], [ 120.1742607, 30.078488 ] ], [ [ 120.1742607, 30.078488 ], [ 120.1744437, 30.0776126 ] ], [ [ 120.1744437, 30.0776126 ], [ 120.1748592, 30.0755136 ] ], [ [ 120.1601738, 30.108717 ], [ 120.1608447, 30.1084268 ] ], [ [ 120.1608447, 30.1084268 ], [ 120.1613203, 30.1084131 ] ], [ [ 120.1613203, 30.1084131 ], [ 120.1621697, 30.1084593 ] ], [ [ 120.1621697, 30.1084593 ], [ 120.1626646, 30.1085259 ] ], [ [ 120.1626646, 30.1085259 ], [ 120.1648573, 30.1088212 ] ], [ [ 120.1648573, 30.1088212 ], [ 120.1666758, 30.1090718 ] ], [ [ 120.1666758, 30.1090718 ], [ 120.1680437, 30.1090301 ] ], [ [ 120.1680437, 30.1090301 ], [ 120.1690254, 30.1094199 ] ], [ [ 120.1690254, 30.1094199 ], [ 120.1691151, 30.1094903 ] ], [ [ 120.1691151, 30.1094903 ], [ 120.1687389, 30.1097605 ] ], [ [ 120.1687389, 30.1097605 ], [ 120.1685948, 30.1098908 ] ], [ [ 120.1685948, 30.1098908 ], [ 120.1684704, 30.1101457 ] ], [ [ 120.1684704, 30.1101457 ], [ 120.168346, 30.110378 ] ], [ [ 120.168346, 30.110378 ], [ 120.1681167, 30.1106782 ] ], [ [ 120.1681167, 30.1106782 ], [ 120.1675641, 30.1113169 ] ], [ [ 120.1675641, 30.1113169 ], [ 120.1672588, 30.1116697 ] ], [ [ 120.1672588, 30.1116697 ], [ 120.1669153, 30.1120237 ] ], [ [ 120.1669153, 30.1120237 ], [ 120.1666432, 30.1123042 ] ], [ [ 120.1666432, 30.1123042 ], [ 120.1659784, 30.1128378 ] ], [ [ 120.1659784, 30.1128378 ], [ 120.1658246, 30.1129613 ] ], [ [ 120.1658246, 30.1129613 ], [ 120.165687, 30.1130407 ] ], [ [ 120.165687, 30.1130407 ], [ 120.1655102, 30.1131086 ] ], [ [ 120.1655102, 30.1131086 ], [ 120.1638533, 30.1132729 ] ], [ [ 120.1638533, 30.1132729 ], [ 120.1637143, 30.113296 ] ], [ [ 120.1637143, 30.113296 ], [ 120.1632912, 30.1133665 ] ], [ [ 120.1632912, 30.1133665 ], [ 120.163261, 30.1133687 ] ], [ [ 120.163261, 30.1133687 ], [ 120.1631716, 30.1133753 ] ], [ [ 120.1631716, 30.1133753 ], [ 120.1609659, 30.1135677 ] ], [ [ 120.1699044, 30.1241578 ], [ 120.1698138, 30.124391 ] ], [ [ 120.1698138, 30.124391 ], [ 120.1692231, 30.1248329 ] ], [ [ 120.1692231, 30.1248329 ], [ 120.1679322, 30.1258979 ] ], [ [ 120.1679322, 30.1258979 ], [ 120.1678245, 30.1260294 ] ], [ [ 120.1678245, 30.1260294 ], [ 120.1677485, 30.1262102 ] ], [ [ 120.1677485, 30.1262102 ], [ 120.1677485, 30.1263965 ] ], [ [ 120.180009, 30.1160441 ], [ 120.1801207, 30.1160766 ] ], [ [ 120.1803201, 30.1161381 ], [ 120.1801207, 30.1160766 ] ], [ [ 120.1803201, 30.1161381 ], [ 120.1804142, 30.1161622 ] ], [ [ 120.1804142, 30.1161622 ], [ 120.1826313, 30.1166844 ] ], [ [ 120.1826313, 30.1166844 ], [ 120.1827385, 30.1167385 ] ], [ [ 120.1827385, 30.1167385 ], [ 120.1828834, 30.1168271 ] ], [ [ 120.1828834, 30.1168271 ], [ 120.1832132, 30.1171833 ] ], [ [ 120.1832132, 30.1171833 ], [ 120.1835781, 30.1175552 ] ], [ [ 120.1835781, 30.1175552 ], [ 120.1836826, 30.1176283 ] ], [ [ 120.1836826, 30.1176283 ], [ 120.1838449, 30.1176956 ] ], [ [ 120.1838449, 30.1176956 ], [ 120.1847689, 30.1180253 ] ], [ [ 120.1690725, 30.127076 ], [ 120.1697322, 30.1265667 ] ], [ [ 120.1697322, 30.1265667 ], [ 120.1705025, 30.1260435 ] ], [ [ 120.1705025, 30.1260435 ], [ 120.1710598, 30.1256051 ] ], [ [ 120.1710598, 30.1256051 ], [ 120.1713535, 30.125403 ] ], [ [ 120.1713535, 30.125403 ], [ 120.1716883, 30.125232 ] ], [ [ 120.1716883, 30.125232 ], [ 120.1722776, 30.1250301 ] ], [ [ 120.1722776, 30.1250301 ], [ 120.1728448, 30.1248445 ] ], [ [ 120.1728448, 30.1248445 ], [ 120.1731568, 30.1247203 ] ], [ [ 120.1731568, 30.1247203 ], [ 120.1732215, 30.1246945 ] ], [ [ 120.1732215, 30.1246945 ], [ 120.1736331, 30.1244834 ] ], [ [ 120.1736331, 30.1244834 ], [ 120.1740551, 30.1242132 ] ], [ [ 120.1740551, 30.1242132 ], [ 120.1742444, 30.1240591 ] ], [ [ 120.1742444, 30.1240591 ], [ 120.1744308, 30.1239074 ] ], [ [ 120.1744308, 30.1239074 ], [ 120.1757025, 30.1227492 ] ], [ [ 120.1774985, 30.1269664 ], [ 120.1767529, 30.1269106 ] ], [ [ 120.1767529, 30.1269106 ], [ 120.1754006, 30.1268094 ] ], [ [ 120.1754006, 30.1268094 ], [ 120.1752494, 30.1268526 ] ], [ [ 120.1750354, 30.1269807 ], [ 120.1752494, 30.1268526 ] ], [ [ 120.1690725, 30.127076 ], [ 120.169326, 30.1271253 ] ], [ [ 120.169326, 30.1271253 ], [ 120.1698172, 30.1271317 ] ], [ [ 120.1698172, 30.1271317 ], [ 120.1708074, 30.1271446 ] ], [ [ 120.1708074, 30.1271446 ], [ 120.1709985, 30.1271143 ] ], [ [ 120.1709985, 30.1271143 ], [ 120.1730945, 30.1270496 ] ], [ [ 120.1730945, 30.1270496 ], [ 120.1749419, 30.1269925 ] ], [ [ 120.1749419, 30.1269925 ], [ 120.1750354, 30.1269807 ] ], [ [ 120.1677485, 30.1263965 ], [ 120.1680335, 30.1265226 ] ], [ [ 120.1680335, 30.1265226 ], [ 120.168382, 30.1267253 ] ], [ [ 120.168382, 30.1267253 ], [ 120.1688128, 30.1269664 ] ], [ [ 120.1688128, 30.1269664 ], [ 120.1690725, 30.127076 ] ], [ [ 120.1653039, 30.1296837 ], [ 120.1655165, 30.1293011 ] ], [ [ 120.1655165, 30.1293011 ], [ 120.1659098, 30.1289221 ] ], [ [ 120.1659098, 30.1289221 ], [ 120.1667072, 30.1285888 ] ], [ [ 120.1667072, 30.1285888 ], [ 120.1674997, 30.1283086 ] ], [ [ 120.1674997, 30.1283086 ], [ 120.1685642, 30.127508 ] ], [ [ 120.1685642, 30.127508 ], [ 120.1690725, 30.127076 ] ], [ [ 120.1652444, 30.1329135 ], [ 120.1651091, 30.1313767 ] ], [ [ 120.1651091, 30.1313767 ], [ 120.1651277, 30.1307553 ] ], [ [ 120.1651277, 30.1307553 ], [ 120.1651634, 30.1305089 ] ], [ [ 120.1651634, 30.1305089 ], [ 120.1651713, 30.1304538 ] ], [ [ 120.1651713, 30.1304538 ], [ 120.1651877, 30.1303406 ] ], [ [ 120.1651877, 30.1303406 ], [ 120.1652634, 30.1298609 ] ], [ [ 120.1652634, 30.1298609 ], [ 120.165273, 30.1297998 ] ], [ [ 120.165273, 30.1297998 ], [ 120.1653039, 30.1296837 ] ], [ [ 120.1393937, 30.0861874 ], [ 120.139873, 30.0864364 ] ], [ [ 120.139873, 30.0864364 ], [ 120.1410747, 30.0869657 ] ], [ [ 120.1410747, 30.0869657 ], [ 120.1420176, 30.087362 ] ], [ [ 120.1420176, 30.087362 ], [ 120.1443783, 30.0882215 ] ], [ [ 120.1443783, 30.0882215 ], [ 120.14609, 30.0888447 ] ], [ [ 120.14609, 30.0888447 ], [ 120.148112, 30.0895161 ] ], [ [ 120.148112, 30.0895161 ], [ 120.1519561, 30.0908985 ] ], [ [ 120.1519561, 30.0908985 ], [ 120.1522912, 30.0909824 ] ], [ [ 120.1522912, 30.0909824 ], [ 120.1526649, 30.090982 ] ], [ [ 120.1526649, 30.090982 ], [ 120.1530582, 30.0909604 ] ], [ [ 120.1530582, 30.0909604 ], [ 120.1534391, 30.0909282 ] ], [ [ 120.1534391, 30.0909282 ], [ 120.1538766, 30.0908093 ] ], [ [ 120.1538766, 30.0908093 ], [ 120.1546961, 30.0904451 ] ], [ [ 120.1546961, 30.0904451 ], [ 120.1627707, 30.0869752 ] ], [ [ 120.1627707, 30.0869752 ], [ 120.1679206, 30.0847472 ] ], [ [ 120.1679206, 30.0847472 ], [ 120.168617, 30.0845134 ] ], [ [ 120.168617, 30.0845134 ], [ 120.1691651, 30.0843294 ] ], [ [ 120.1691651, 30.0843294 ], [ 120.1699483, 30.0839302 ] ], [ [ 120.1699483, 30.0839302 ], [ 120.1702595, 30.0838467 ] ], [ [ 120.1702595, 30.0838467 ], [ 120.1708603, 30.083531 ] ], [ [ 120.1708603, 30.083531 ], [ 120.1711392, 30.0833175 ] ], [ [ 120.1711392, 30.0833175 ], [ 120.1712626, 30.0831156 ] ], [ [ 120.1712626, 30.0831156 ], [ 120.1713967, 30.0829137 ] ], [ [ 120.1713967, 30.0829137 ], [ 120.1715684, 30.0827582 ] ], [ [ 120.1715684, 30.0827582 ], [ 120.1717186, 30.0826746 ] ], [ [ 120.1717186, 30.0826746 ], [ 120.1719573, 30.0825191 ] ], [ [ 120.1719573, 30.0825191 ], [ 120.1722175, 30.0822731 ] ], [ [ 120.1722175, 30.0822731 ], [ 120.172298, 30.0821222 ] ], [ [ 120.172298, 30.0821222 ], [ 120.1723623, 30.0819667 ] ], [ [ 120.1723623, 30.0819667 ], [ 120.1725823, 30.081665 ] ], [ [ 120.1725823, 30.081665 ], [ 120.1731724, 30.0809896 ] ], [ [ 120.1731724, 30.0809896 ], [ 120.1740315, 30.0799973 ] ], [ [ 120.1609659, 30.1135677 ], [ 120.1605595, 30.1101953 ] ], [ [ 120.1605595, 30.1101953 ], [ 120.1604918, 30.1099362 ] ], [ [ 120.1604918, 30.1099362 ], [ 120.1604708, 30.1098555 ] ], [ [ 120.1604708, 30.1098555 ], [ 120.1601738, 30.108717 ] ], [ [ 120.1470464, 30.1195086 ], [ 120.1476818, 30.1194507 ] ], [ [ 120.1476818, 30.1194507 ], [ 120.1481429, 30.1194086 ] ], [ [ 120.1481429, 30.1194086 ], [ 120.1486345, 30.1193638 ] ], [ [ 120.1486345, 30.1193638 ], [ 120.1509118, 30.119174 ] ], [ [ 120.1509118, 30.119174 ], [ 120.1517555, 30.1191037 ] ], [ [ 120.1517555, 30.1191037 ], [ 120.1532154, 30.1189821 ] ], [ [ 120.1532154, 30.1189821 ], [ 120.1546529, 30.1188624 ] ], [ [ 120.1546529, 30.1188624 ], [ 120.1548997, 30.1188418 ] ], [ [ 120.1548997, 30.1188418 ], [ 120.1553104, 30.1188291 ] ], [ [ 120.1553104, 30.1188291 ], [ 120.1559224, 30.1188101 ] ], [ [ 120.1559224, 30.1188101 ], [ 120.1564653, 30.1189983 ] ], [ [ 120.1564653, 30.1189983 ], [ 120.1567111, 30.1189358 ] ], [ [ 120.1567111, 30.1189358 ], [ 120.1573236, 30.1186304 ] ], [ [ 120.1573236, 30.1186304 ], [ 120.1578386, 30.1186304 ] ], [ [ 120.1578386, 30.1186304 ], [ 120.1599086, 30.1182695 ] ], [ [ 120.1599086, 30.1182695 ], [ 120.1613957, 30.1180102 ] ], [ [ 120.1613957, 30.1180102 ], [ 120.1614844, 30.1179444 ] ], [ [ 120.1614844, 30.1179444 ], [ 120.1614844, 30.1178458 ] ], [ [ 120.1614844, 30.1178458 ], [ 120.1614152, 30.1172771 ] ], [ [ 120.1614152, 30.1172771 ], [ 120.1612564, 30.1159716 ] ], [ [ 120.1612564, 30.1159716 ], [ 120.1612505, 30.1155119 ] ], [ [ 120.1612505, 30.1155119 ], [ 120.1611412, 30.1150221 ] ], [ [ 120.1611412, 30.1150221 ], [ 120.1609659, 30.1135677 ] ], [ [ 120.1601738, 30.108717 ], [ 120.1595465, 30.1089883 ] ], [ [ 120.1595465, 30.1089883 ], [ 120.1562903, 30.1104501 ] ], [ [ 120.1562903, 30.1104501 ], [ 120.1556439, 30.1106698 ] ], [ [ 120.1556439, 30.1106698 ], [ 120.1552389, 30.1108074 ] ], [ [ 120.1552389, 30.1108074 ], [ 120.1542089, 30.1109095 ] ], [ [ 120.1542089, 30.1109095 ], [ 120.1517182, 30.1110883 ] ], [ [ 120.1517182, 30.1110883 ], [ 120.1489732, 30.1112854 ] ], [ [ 120.1489732, 30.1112854 ], [ 120.148197, 30.1113635 ] ], [ [ 120.148197, 30.1113635 ], [ 120.1480845, 30.1113748 ] ], [ [ 120.1480845, 30.1113748 ], [ 120.145422, 30.1116427 ] ], [ [ 120.145422, 30.1116427 ], [ 120.1443008, 30.1117262 ] ], [ [ 120.1443008, 30.1117262 ], [ 120.1441119, 30.111718 ] ], [ [ 120.1441119, 30.111718 ], [ 120.1440481, 30.1117152 ] ], [ [ 120.1440481, 30.1117152 ], [ 120.143126, 30.1116752 ] ], [ [ 120.143126, 30.1116752 ], [ 120.1403902, 30.1114571 ] ], [ [ 120.1403902, 30.1114571 ], [ 120.139505, 30.1114896 ] ], [ [ 120.139505, 30.1114896 ], [ 120.138813, 30.1116195 ] ], [ [ 120.138813, 30.1116195 ], [ 120.1375172, 30.111889 ] ], [ [ 120.1375172, 30.111889 ], [ 120.1364259, 30.112116 ] ], [ [ 120.1364259, 30.112116 ], [ 120.1357553, 30.1121299 ] ], [ [ 120.1357553, 30.1121299 ], [ 120.1347146, 30.112065 ] ], [ [ 120.1347146, 30.112065 ], [ 120.1320924, 30.1118731 ] ], [ [ 120.1320924, 30.1118731 ], [ 120.1307181, 30.1117726 ] ], [ [ 120.1307181, 30.1117726 ], [ 120.1267206, 30.1114785 ] ], [ [ 120.1267206, 30.1114785 ], [ 120.1257989, 30.1114107 ] ], [ [ 120.1257989, 30.1114107 ], [ 120.1244525, 30.1112482 ] ], [ [ 120.1244525, 30.1112482 ], [ 120.1234225, 30.1109559 ] ], [ [ 120.1234225, 30.1109559 ], [ 120.1224762, 30.1106918 ] ], [ [ 120.1407151, 30.1125989 ], [ 120.1407554, 30.1130052 ] ], [ [ 120.1407554, 30.1130052 ], [ 120.1407957, 30.1131097 ] ], [ [ 120.1407957, 30.1131097 ], [ 120.1409433, 30.1131213 ] ], [ [ 120.1409433, 30.1131213 ], [ 120.141252, 30.1131678 ] ], [ [ 120.141252, 30.1131678 ], [ 120.1413593, 30.1133303 ] ], [ [ 120.1413593, 30.1133303 ], [ 120.1413996, 30.1135161 ] ], [ [ 120.1413996, 30.1135161 ], [ 120.1414059, 30.1152281 ] ], [ [ 120.1609659, 30.1135677 ], [ 120.1572818, 30.1138946 ] ], [ [ 120.1572818, 30.1138946 ], [ 120.1572107, 30.1139009 ] ], [ [ 120.1572107, 30.1139009 ], [ 120.1546476, 30.114131 ] ], [ [ 120.1546476, 30.114131 ], [ 120.1529724, 30.1142814 ] ], [ [ 120.1529724, 30.1142814 ], [ 120.1507581, 30.1144809 ] ], [ [ 120.1507581, 30.1144809 ], [ 120.1502655, 30.1145252 ] ], [ [ 120.1502655, 30.1145252 ], [ 120.150079, 30.114542 ] ], [ [ 120.150079, 30.114542 ], [ 120.1481656, 30.1147144 ] ], [ [ 120.1481656, 30.1147144 ], [ 120.1475111, 30.1147733 ] ], [ [ 120.1475111, 30.1147733 ], [ 120.1450769, 30.1149777 ] ], [ [ 120.1450769, 30.1149777 ], [ 120.1449681, 30.1149868 ] ], [ [ 120.1449681, 30.1149868 ], [ 120.1437114, 30.1150719 ] ], [ [ 120.1437114, 30.1150719 ], [ 120.1421963, 30.1151746 ] ], [ [ 120.1421963, 30.1151746 ], [ 120.1414059, 30.1152281 ] ], [ [ 120.1416972, 30.1199677 ], [ 120.1416413, 30.1190572 ] ], [ [ 120.1416413, 30.1190572 ], [ 120.1414059, 30.1152281 ] ], [ [ 120.1306849, 30.1161091 ], [ 120.1307887, 30.1161006 ] ], [ [ 120.1307887, 30.1161006 ], [ 120.1331548, 30.1159057 ] ], [ [ 120.1331548, 30.1159057 ], [ 120.1336764, 30.1158629 ] ], [ [ 120.1336764, 30.1158629 ], [ 120.1350653, 30.115749 ] ], [ [ 120.1350653, 30.115749 ], [ 120.1354187, 30.11572 ] ], [ [ 120.1354187, 30.11572 ], [ 120.1371637, 30.1155767 ] ], [ [ 120.1371637, 30.1155767 ], [ 120.1389574, 30.1154293 ] ], [ [ 120.1389574, 30.1154293 ], [ 120.1408653, 30.1152725 ] ], [ [ 120.1408653, 30.1152725 ], [ 120.1414059, 30.1152281 ] ], [ [ 120.1387387, 30.1327933 ], [ 120.139854, 30.1322262 ] ], [ [ 120.139854, 30.1322262 ], [ 120.1401143, 30.1320938 ] ], [ [ 120.1401143, 30.1320938 ], [ 120.1409588, 30.1316644 ] ], [ [ 120.1409588, 30.1316644 ], [ 120.1436279, 30.1303043 ] ], [ [ 120.1436279, 30.1303043 ], [ 120.1467309, 30.1285837 ] ], [ [ 120.1467309, 30.1285837 ], [ 120.1469243, 30.1284742 ] ], [ [ 120.1469243, 30.1284742 ], [ 120.1501588, 30.1266442 ] ], [ [ 120.1501588, 30.1266442 ], [ 120.15174, 30.1257676 ] ], [ [ 120.1464485, 30.143267 ], [ 120.1464319, 30.1434209 ] ], [ [ 120.1464319, 30.1434209 ], [ 120.1463621, 30.1434652 ] ], [ [ 120.1463621, 30.1434652 ], [ 120.1455237, 30.1439981 ] ], [ [ 120.1455237, 30.1439981 ], [ 120.1453993, 30.1441471 ] ], [ [ 120.1453993, 30.1441471 ], [ 120.14538, 30.1441702 ] ], [ [ 120.14538, 30.1441702 ], [ 120.1450262, 30.1447373 ] ], [ [ 120.1450262, 30.1447373 ], [ 120.1445918, 30.1455481 ] ], [ [ 120.1445918, 30.1455481 ], [ 120.1443187, 30.1460579 ] ], [ [ 120.1443187, 30.1460579 ], [ 120.1437493, 30.1468189 ] ], [ [ 120.1437493, 30.1468189 ], [ 120.1430203, 30.1476887 ] ], [ [ 120.1430203, 30.1476887 ], [ 120.1428835, 30.1477834 ] ], [ [ 120.1387387, 30.1327933 ], [ 120.1385774, 30.1326227 ] ], [ [ 120.1385774, 30.1326227 ], [ 120.1384044, 30.1324397 ] ], [ [ 120.1384044, 30.1324397 ], [ 120.1374452, 30.1315985 ] ], [ [ 120.1374452, 30.1315985 ], [ 120.1370805, 30.1311545 ] ], [ [ 120.1370805, 30.1311545 ], [ 120.1368234, 30.1307983 ] ], [ [ 120.1368234, 30.1307983 ], [ 120.1363541, 30.1301367 ] ], [ [ 120.1363541, 30.1301367 ], [ 120.1355539, 30.1290396 ] ], [ [ 120.1355539, 30.1290396 ], [ 120.1354188, 30.1288526 ] ], [ [ 120.1354188, 30.1288526 ], [ 120.1348379, 30.1285021 ] ], [ [ 120.1348379, 30.1285021 ], [ 120.1347163, 30.1283385 ] ], [ [ 120.1347163, 30.1283385 ], [ 120.1346893, 30.1280815 ] ], [ [ 120.1346893, 30.1280815 ], [ 120.1346352, 30.1278244 ] ], [ [ 120.1346352, 30.1278244 ], [ 120.1345406, 30.1275907 ] ], [ [ 120.1345406, 30.1275907 ], [ 120.1340948, 30.1270415 ] ], [ [ 120.1340948, 30.1270415 ], [ 120.1338381, 30.1267961 ] ], [ [ 120.1338381, 30.1267961 ], [ 120.1337301, 30.1265391 ] ], [ [ 120.1337301, 30.1265391 ], [ 120.133649, 30.1261418 ] ], [ [ 120.133649, 30.1261418 ], [ 120.1335815, 30.1256978 ] ], [ [ 120.1335815, 30.1256978 ], [ 120.1334734, 30.1254991 ] ], [ [ 120.1334734, 30.1254991 ], [ 120.1333383, 30.1253355 ] ], [ [ 120.1333383, 30.1253355 ], [ 120.1331492, 30.1252537 ] ], [ [ 120.1331492, 30.1252537 ], [ 120.1328519, 30.1252304 ] ], [ [ 120.1328519, 30.1252304 ], [ 120.1324872, 30.1252888 ] ], [ [ 120.1324872, 30.1252888 ], [ 120.1306364, 30.1257211 ] ], [ [ 120.1306364, 30.1257211 ], [ 120.1303391, 30.1257445 ] ], [ [ 120.1303391, 30.1257445 ], [ 120.1299891, 30.125735 ] ], [ [ 120.1299891, 30.125735 ], [ 120.1299153, 30.1257369 ] ], [ [ 120.1299153, 30.1257369 ], [ 120.1290422, 30.1257211 ] ], [ [ 120.1290422, 30.1257211 ], [ 120.1285964, 30.1256861 ] ], [ [ 120.1285964, 30.1256861 ], [ 120.127975, 30.1255809 ] ], [ [ 120.127975, 30.1255809 ], [ 120.1277453, 30.1255108 ] ], [ [ 120.1277453, 30.1255108 ], [ 120.1273265, 30.1252654 ] ], [ [ 120.1273265, 30.1252654 ], [ 120.1262998, 30.124576 ] ], [ [ 120.1262998, 30.124576 ], [ 120.1260971, 30.1242956 ] ], [ [ 120.1260971, 30.1242956 ], [ 120.1257729, 30.1240502 ] ], [ [ 120.1257729, 30.1240502 ], [ 120.1255871, 30.1239179 ] ], [ [ 120.1255871, 30.1239179 ], [ 120.1255432, 30.1238866 ] ], [ [ 120.1255432, 30.1238866 ], [ 120.1249353, 30.1235945 ] ], [ [ 120.1249353, 30.1235945 ], [ 120.1247732, 30.1234776 ] ], [ [ 120.1247732, 30.1234776 ], [ 120.1244759, 30.1230686 ] ], [ [ 120.1244759, 30.1230686 ], [ 120.1239133, 30.122245 ] ], [ [ 120.1239133, 30.122245 ], [ 120.1237734, 30.1220403 ] ], [ [ 120.1237734, 30.1220403 ], [ 120.1233557, 30.1217115 ] ], [ [ 120.1387387, 30.1327933 ], [ 120.1373915, 30.1334784 ] ], [ [ 120.1373915, 30.1334784 ], [ 120.1363065, 30.1342282 ] ], [ [ 120.1363065, 30.1342282 ], [ 120.1361898, 30.1343089 ] ], [ [ 120.1361898, 30.1343089 ], [ 120.1348434, 30.1353295 ] ], [ [ 120.1348434, 30.1353295 ], [ 120.1314113, 30.1374654 ] ], [ [ 120.1314113, 30.1374654 ], [ 120.1311657, 30.1376183 ] ], [ [ 120.1311657, 30.1376183 ], [ 120.1311395, 30.1376346 ] ], [ [ 120.1311395, 30.1376346 ], [ 120.1277609, 30.1398651 ] ], [ [ 120.1277609, 30.1398651 ], [ 120.1273308, 30.140149 ] ], [ [ 120.1273308, 30.140149 ], [ 120.1245008, 30.1420564 ] ], [ [ 120.1245008, 30.1420564 ], [ 120.1222638, 30.1439027 ] ], [ [ 120.1222638, 30.1439027 ], [ 120.1213705, 30.1446302 ] ], [ [ 120.1309631, 30.1608676 ], [ 120.1309045, 30.1608359 ] ], [ [ 120.1377614, 30.152199 ], [ 120.1379136, 30.1522666 ] ], [ [ 120.1378439, 30.1524015 ], [ 120.1376982, 30.1523388 ] ], [ [ 120.1379136, 30.1522666 ], [ 120.1392285, 30.1529513 ], [ 120.1404169, 30.1535019 ] ], [ [ 120.140329, 30.1536363 ], [ 120.1391385, 30.1530386 ], [ 120.1378439, 30.1524015 ] ], [ [ 120.140329, 30.1536363 ], [ 120.1402678, 30.1537299 ] ], [ [ 120.1402678, 30.1537299 ], [ 120.1379583, 30.1572544 ] ], [ [ 120.1430203, 30.1476887 ], [ 120.1442513, 30.1483152 ] ], [ [ 120.1441694, 30.1484172 ], [ 120.1428835, 30.1477834 ] ], [ [ 120.1441694, 30.1484172 ], [ 120.1442513, 30.1483152 ] ], [ [ 120.1472567, 30.1471021 ], [ 120.1492068, 30.1476182 ] ], [ [ 120.1492068, 30.1476182 ], [ 120.1492497, 30.1476461 ] ], [ [ 120.1492497, 30.1476461 ], [ 120.1492631, 30.1476902 ] ], [ [ 120.1492631, 30.1476902 ], [ 120.149231, 30.1477939 ] ], [ [ 120.149231, 30.1477939 ], [ 120.1492249, 30.1478096 ] ], [ [ 120.1492249, 30.1478096 ], [ 120.1490097, 30.1482665 ] ], [ [ 120.1490097, 30.1482665 ], [ 120.1490028, 30.148282 ] ], [ [ 120.1490028, 30.148282 ], [ 120.1484544, 30.1494427 ] ], [ [ 120.1484544, 30.1494427 ], [ 120.14829, 30.1499503 ] ], [ [ 120.1442513, 30.1483152 ], [ 120.1459074, 30.149158 ] ], [ [ 120.1458353, 30.1492475 ], [ 120.145072, 30.148862 ], [ 120.1441694, 30.1484172 ] ], [ [ 120.1459074, 30.149158 ], [ 120.1460432, 30.1492271 ] ], [ [ 120.1459901, 30.1493256 ], [ 120.1458353, 30.1492475 ] ], [ [ 120.1460432, 30.1492271 ], [ 120.1464507, 30.1494344 ], [ 120.1469759, 30.1496379 ], [ 120.1476871, 30.149846 ], [ 120.14829, 30.1499503 ] ], [ [ 120.1482492, 30.1500649 ], [ 120.1479552, 30.1500211 ], [ 120.1472713, 30.149865 ], [ 120.1466367, 30.1496521 ], [ 120.1459901, 30.1493256 ] ], [ [ 120.14829, 30.1499503 ], [ 120.1482492, 30.1500649 ] ], [ [ 120.14829, 30.1499503 ], [ 120.1485078, 30.149988 ], [ 120.148724, 30.1500142 ], [ 120.1488419, 30.1500246 ], [ 120.1493141, 30.1500814 ], [ 120.1497606, 30.1501252 ], [ 120.1506633, 30.1502008 ], [ 120.1508466, 30.150306 ] ], [ [ 120.1508466, 30.150306 ], [ 120.1506032, 30.1503239 ], [ 120.1492819, 30.1501626 ], [ 120.1487035, 30.1500908 ], [ 120.1482492, 30.1500649 ] ], [ [ 120.1441694, 30.1484172 ], [ 120.143243, 30.1496317 ] ], [ [ 120.143243, 30.1496317 ], [ 120.1428441, 30.1501545 ] ], [ [ 120.1428441, 30.1501545 ], [ 120.1421345, 30.1510408 ] ], [ [ 120.1421345, 30.1510408 ], [ 120.141759, 30.1515005 ] ], [ [ 120.141759, 30.1515005 ], [ 120.1415388, 30.1517848 ] ], [ [ 120.1415388, 30.1517848 ], [ 120.1413829, 30.1520234 ] ], [ [ 120.1413829, 30.1520234 ], [ 120.1411019, 30.1524535 ] ], [ [ 120.1411019, 30.1524535 ], [ 120.1409537, 30.1526804 ] ], [ [ 120.1409537, 30.1526804 ], [ 120.1404169, 30.1535019 ] ], [ [ 120.1482959, 30.153994 ], [ 120.1482541, 30.1536177 ] ], [ [ 120.1482541, 30.1536177 ], [ 120.1480451, 30.1522873 ] ], [ [ 120.1480451, 30.1522873 ], [ 120.1480619, 30.15203 ] ], [ [ 120.1480619, 30.15203 ], [ 120.1481324, 30.1509484 ] ], [ [ 120.1481324, 30.1509484 ], [ 120.1482492, 30.1500649 ] ], [ [ 120.1404169, 30.1535019 ], [ 120.140329, 30.1536363 ] ], [ [ 120.1404169, 30.1535019 ], [ 120.1427536, 30.1547034 ] ], [ [ 120.142698, 30.1548199 ], [ 120.140329, 30.1536363 ] ], [ [ 120.1427536, 30.1547034 ], [ 120.1428821, 30.154746 ] ], [ [ 120.142814, 30.1548843 ], [ 120.142698, 30.1548199 ] ], [ [ 120.1428821, 30.154746 ], [ 120.1449646, 30.1558 ] ], [ [ 120.1229445, 30.1181019 ], [ 120.1230172, 30.1189829 ] ], [ [ 120.1230172, 30.1189829 ], [ 120.1230979, 30.1199599 ] ], [ [ 120.1230979, 30.1199599 ], [ 120.1231762, 30.1212051 ] ], [ [ 120.1231762, 30.1212051 ], [ 120.1216955, 30.1192005 ] ], [ [ 120.1216955, 30.1192005 ], [ 120.1212146, 30.1184757 ] ], [ [ 120.1232352, 30.1216318 ], [ 120.1231762, 30.1212051 ] ], [ [ 120.1232352, 30.1216318 ], [ 120.1233557, 30.1217115 ] ], [ [ 120.0904816, 30.1203228 ], [ 120.0908356, 30.1239247 ] ], [ [ 120.0908356, 30.1239247 ], [ 120.0908435, 30.1240053 ] ], [ [ 120.0908435, 30.1240053 ], [ 120.0908592, 30.1242117 ] ], [ [ 120.0970505, 30.12376 ], [ 120.0970244, 30.1234893 ] ], [ [ 120.0974561, 30.1279766 ], [ 120.0970505, 30.12376 ] ], [ [ 120.0908592, 30.1242117 ], [ 120.0909957, 30.1258906 ] ], [ [ 120.0909957, 30.1258906 ], [ 120.091089, 30.1265521 ] ], [ [ 120.091089, 30.1265521 ], [ 120.0912507, 30.1283664 ] ], [ [ 120.0949361, 30.1281349 ], [ 120.0974561, 30.1279766 ] ], [ [ 120.0949361, 30.1281349 ], [ 120.0948083, 30.1281429 ] ], [ [ 120.0948083, 30.1281429 ], [ 120.0945334, 30.1281602 ] ], [ [ 120.0945334, 30.1281602 ], [ 120.0944399, 30.128166 ] ], [ [ 120.0944399, 30.128166 ], [ 120.0912507, 30.1283664 ] ], [ [ 120.1187338, 30.1221122 ], [ 120.1187879, 30.1223197 ] ], [ [ 120.1187879, 30.1223197 ], [ 120.1189371, 30.1224599 ] ], [ [ 120.1189371, 30.1224599 ], [ 120.1192249, 30.1249587 ] ], [ [ 120.1192249, 30.1249587 ], [ 120.1193707, 30.1263776 ] ], [ [ 120.1193707, 30.1263776 ], [ 120.1196784, 30.1294472 ] ], [ [ 120.1196784, 30.1294472 ], [ 120.1197844, 30.1303367 ] ], [ [ 120.1197844, 30.1303367 ], [ 120.1198195, 30.1306533 ] ], [ [ 120.1198195, 30.1306533 ], [ 120.1200234, 30.1324967 ] ], [ [ 120.1200234, 30.1324967 ], [ 120.1200889, 30.1330885 ] ], [ [ 120.1200889, 30.1330885 ], [ 120.1203456, 30.135403 ] ], [ [ 120.1203456, 30.135403 ], [ 120.1204806, 30.1366204 ] ], [ [ 120.1204806, 30.1366204 ], [ 120.1206006, 30.1376666 ] ], [ [ 120.1206006, 30.1376666 ], [ 120.1206078, 30.1377293 ] ], [ [ 120.1206078, 30.1377293 ], [ 120.1206192, 30.1378289 ] ], [ [ 120.0914673, 30.1307847 ], [ 120.0913518, 30.1294953 ] ], [ [ 120.0913518, 30.1294953 ], [ 120.0912777, 30.1286687 ] ], [ [ 120.0912777, 30.1286687 ], [ 120.0912507, 30.1283664 ] ], [ [ 120.0914673, 30.1307847 ], [ 120.0923536, 30.1307219 ] ], [ [ 120.0923536, 30.1307219 ], [ 120.0936849, 30.1306276 ] ], [ [ 120.0936849, 30.1306276 ], [ 120.0946213, 30.1305612 ] ], [ [ 120.0946213, 30.1305612 ], [ 120.0947148, 30.1305546 ] ], [ [ 120.0947148, 30.1305546 ], [ 120.0951056, 30.1305269 ] ], [ [ 120.0971905, 30.1338628 ], [ 120.0976269, 30.1330865 ] ], [ [ 120.0976269, 30.1330865 ], [ 120.0978349, 30.1326021 ] ], [ [ 120.0978349, 30.1326021 ], [ 120.0977709, 30.1317116 ] ], [ [ 120.0977709, 30.1317116 ], [ 120.0977424, 30.1314519 ] ], [ [ 120.0977424, 30.1314519 ], [ 120.0976518, 30.1303811 ] ], [ [ 120.0976518, 30.1303811 ], [ 120.0975475, 30.1290992 ] ], [ [ 120.0975475, 30.1290992 ], [ 120.0975199, 30.1287605 ] ], [ [ 120.0975199, 30.1287605 ], [ 120.0974561, 30.1279766 ] ], [ [ 120.0914673, 30.1307847 ], [ 120.091674, 30.1329296 ] ], [ [ 120.0916711, 30.133043 ], [ 120.091674, 30.1329296 ] ], [ [ 120.1008673, 30.1234545 ], [ 120.1009755, 30.1247893 ] ], [ [ 120.1009755, 30.1247893 ], [ 120.1010698, 30.1259531 ] ], [ [ 120.1010698, 30.1259531 ], [ 120.1010961, 30.126278 ] ], [ [ 120.1010961, 30.126278 ], [ 120.1011478, 30.1269162 ] ], [ [ 120.0974561, 30.1279766 ], [ 120.0985392, 30.1279086 ] ], [ [ 120.0985392, 30.1279086 ], [ 120.0989159, 30.1278849 ] ], [ [ 120.0989159, 30.1278849 ], [ 120.1011731, 30.1277431 ] ], [ [ 120.1206192, 30.1378289 ], [ 120.1206325, 30.1379448 ] ], [ [ 120.1213705, 30.1446302 ], [ 120.1212097, 30.1432528 ] ], [ [ 120.1212097, 30.1432528 ], [ 120.120962, 30.1408163 ] ], [ [ 120.120962, 30.1408163 ], [ 120.1209021, 30.140294 ] ], [ [ 120.1209021, 30.140294 ], [ 120.1206325, 30.1379448 ] ], [ [ 120.1072247, 30.1435866 ], [ 120.1068286, 30.1447055 ] ], [ [ 120.1068286, 30.1447055 ], [ 120.1067507, 30.1455532 ] ], [ [ 120.1067507, 30.1455532 ], [ 120.1066579, 30.1465378 ] ], [ [ 120.1066579, 30.1465378 ], [ 120.1066149, 30.1471435 ] ], [ [ 120.103002, 30.1473388 ], [ 120.1036903, 30.1473589 ], [ 120.103829, 30.147363 ], [ 120.10422, 30.1473844 ], [ 120.1043753, 30.1473837 ], [ 120.1045315, 30.1473831 ], [ 120.1047396, 30.1473688 ], [ 120.1050447, 30.1473997 ], [ 120.1060966, 30.147516 ], [ 120.1062319, 30.1475147 ], [ 120.1063495, 30.1474731 ], [ 120.1064463, 30.1474001 ], [ 120.1065477, 30.1472714 ], [ 120.1066149, 30.1471435 ] ], [ [ 120.1066149, 30.1471435 ], [ 120.1065441, 30.1479362 ], [ 120.1065069, 30.1479925 ], [ 120.106436, 30.1480005 ], [ 120.1062467, 30.1479741 ] ], [ [ 120.1071324, 30.147277 ], [ 120.1072394, 30.147487 ], [ 120.1073343, 30.1475788 ], [ 120.1074139, 30.1476444 ], [ 120.1075163, 30.1476805 ], [ 120.1084798, 30.147756 ], [ 120.1086771, 30.147792 ], [ 120.1088526, 30.1478314 ], [ 120.1089813, 30.1478603 ], [ 120.1094964, 30.1479425 ], [ 120.1098243, 30.1480386 ] ], [ [ 120.15174, 30.1257676 ], [ 120.1528559, 30.1251473 ] ], [ [ 120.1528559, 30.1251473 ], [ 120.1532564, 30.1249282 ] ], [ [ 120.1532564, 30.1249282 ], [ 120.1539031, 30.1246027 ] ], [ [ 120.1539031, 30.1246027 ], [ 120.155609, 30.123684 ] ], [ [ 120.155609, 30.123684 ], [ 120.1558152, 30.1235832 ] ], [ [ 120.1558152, 30.1235832 ], [ 120.157905, 30.1225612 ] ], [ [ 120.157905, 30.1225612 ], [ 120.1608165, 30.121194 ] ], [ [ 120.1608165, 30.121194 ], [ 120.1613948, 30.1209225 ] ], [ [ 120.1613948, 30.1209225 ], [ 120.1622256, 30.1205173 ] ], [ [ 120.1622256, 30.1205173 ], [ 120.1645062, 30.1194052 ] ], [ [ 120.1645062, 30.1194052 ], [ 120.1659516, 30.1185939 ] ], [ [ 120.1659516, 30.1185939 ], [ 120.1689181, 30.1167564 ] ], [ [ 120.1689181, 30.1167564 ], [ 120.1695458, 30.1162645 ] ], [ [ 120.1695458, 30.1162645 ], [ 120.1699481, 30.1157958 ] ], [ [ 120.1699481, 30.1157958 ], [ 120.1702163, 30.1154014 ] ], [ [ 120.1702163, 30.1154014 ], [ 120.1705811, 30.1146265 ] ], [ [ 120.1705811, 30.1146265 ], [ 120.1707689, 30.1138283 ] ], [ [ 120.1707689, 30.1138283 ], [ 120.1708171, 30.113058 ] ], [ [ 120.1708171, 30.113058 ], [ 120.1707206, 30.1121624 ] ], [ [ 120.1707206, 30.1121624 ], [ 120.1704846, 30.1113596 ] ], [ [ 120.1704846, 30.1113596 ], [ 120.1701144, 30.1105754 ] ], [ [ 120.1701144, 30.1105754 ], [ 120.1699749, 30.1104044 ] ], [ [ 120.1699749, 30.1104044 ], [ 120.1694331, 30.1097401 ] ], [ [ 120.1694331, 30.1097401 ], [ 120.1691151, 30.1094903 ] ], [ [ 120.1620307, 30.1358274 ], [ 120.1588193, 30.1356939 ] ], [ [ 120.1598165, 30.1558369 ], [ 120.1595877, 30.1556577 ] ], [ [ 120.1595877, 30.1556577 ], [ 120.159418, 30.1555201 ] ], [ [ 120.159418, 30.1555201 ], [ 120.1592574, 30.155368 ] ], [ [ 120.1592574, 30.155368 ], [ 120.1591, 30.1551805 ] ], [ [ 120.1591, 30.1551805 ], [ 120.1588487, 30.1548329 ] ], [ [ 120.1588487, 30.1548329 ], [ 120.158714, 30.1546457 ] ], [ [ 120.158714, 30.1546457 ], [ 120.158626, 30.1545234 ] ], [ [ 120.158626, 30.1545234 ], [ 120.1584516, 30.1543067 ] ], [ [ 120.1584516, 30.1543067 ], [ 120.1581618, 30.1540448 ] ], [ [ 120.1581618, 30.1540448 ], [ 120.1570907, 30.1532824 ] ], [ [ 120.1570907, 30.1532824 ], [ 120.1554411, 30.1522816 ] ], [ [ 120.1554411, 30.1522816 ], [ 120.1540517, 30.1514607 ] ], [ [ 120.1540517, 30.1514607 ], [ 120.1528689, 30.1507577 ] ], [ [ 120.1528689, 30.1507577 ], [ 120.1525945, 30.1506315 ] ], [ [ 120.1525945, 30.1506315 ], [ 120.152268, 30.1505091 ] ], [ [ 120.152268, 30.1505091 ], [ 120.1518725, 30.1504215 ] ], [ [ 120.1518725, 30.1504215 ], [ 120.1508466, 30.150306 ] ], [ [ 120.1747865, 30.1347369 ], [ 120.1748732, 30.1347015 ] ], [ [ 120.1748732, 30.1347015 ], [ 120.1750767, 30.1346148 ] ], [ [ 120.1750767, 30.1346148 ], [ 120.1755112, 30.1344525 ] ], [ [ 120.1755112, 30.1344525 ], [ 120.1760745, 30.1342947 ] ], [ [ 120.1760745, 30.1342947 ], [ 120.1762266, 30.1342715 ] ], [ [ 120.1762266, 30.1342715 ], [ 120.1765305, 30.1342251 ] ], [ [ 120.1765305, 30.1342251 ], [ 120.1770884, 30.1341787 ] ], [ [ 120.1770884, 30.1341787 ], [ 120.1771419, 30.1341801 ] ], [ [ 120.1771419, 30.1341801 ], [ 120.1777965, 30.1341973 ] ], [ [ 120.1777965, 30.1341973 ], [ 120.1781158, 30.1342041 ] ], [ [ 120.1781158, 30.1342041 ], [ 120.1784685, 30.1342113 ] ], [ [ 120.1784685, 30.1342113 ], [ 120.1785572, 30.1342117 ] ], [ [ 120.1781285, 30.1424012 ], [ 120.178359, 30.1424007 ] ], [ [ 120.1780031, 30.1424081 ], [ 120.1781285, 30.1424012 ] ], [ [ 120.1652444, 30.1329135 ], [ 120.1651106, 30.1357801 ] ], [ [ 120.1621018, 30.1334701 ], [ 120.1621176, 30.1338774 ] ], [ [ 120.1621176, 30.1338774 ], [ 120.1620307, 30.1358274 ] ], [ [ 120.1651106, 30.1357801 ], [ 120.1620307, 30.1358274 ] ], [ [ 120.1620307, 30.1358274 ], [ 120.1619586, 30.1374602 ] ], [ [ 120.1619586, 30.1374602 ], [ 120.1619541, 30.1375612 ] ], [ [ 120.1651106, 30.1357801 ], [ 120.1650085, 30.1377364 ] ], [ [ 120.1651106, 30.1357801 ], [ 120.1669017, 30.1357526 ] ], [ [ 120.1669017, 30.1357526 ], [ 120.1702686, 30.1357063 ] ], [ [ 120.1702686, 30.1357063 ], [ 120.1716717, 30.1356795 ] ], [ [ 120.1716717, 30.1356795 ], [ 120.1722261, 30.13562 ] ], [ [ 120.1722261, 30.13562 ], [ 120.1727765, 30.135501 ] ], [ [ 120.1727765, 30.135501 ], [ 120.1733423, 30.1353787 ] ], [ [ 120.1733423, 30.1353787 ], [ 120.173931, 30.1351704 ] ], [ [ 120.173931, 30.1351704 ], [ 120.1744615, 30.1349186 ] ], [ [ 120.1784047, 30.1425264 ], [ 120.178161, 30.1425359 ] ], [ [ 120.178161, 30.1425359 ], [ 120.1780594, 30.1425532 ] ], [ [ 120.178359, 30.1424007 ], [ 120.1784759, 30.1424044 ], [ 120.1791706, 30.1426602 ], [ 120.179725, 30.1428734 ], [ 120.1800315, 30.1429913 ], [ 120.1807066, 30.1432509 ], [ 120.1819453, 30.1437192 ], [ 120.1841467, 30.1445731 ] ], [ [ 120.1840273, 30.14472 ], [ 120.1829745, 30.1442949 ], [ 120.1818745, 30.1438508 ], [ 120.1803927, 30.1432647 ], [ 120.179919, 30.1430773 ], [ 120.1791352, 30.1427673 ], [ 120.1787459, 30.1425653 ], [ 120.1785324, 30.1425215 ], [ 120.1784047, 30.1425264 ] ], [ [ 120.1840273, 30.14472 ], [ 120.1841467, 30.1445731 ] ], [ [ 120.1827464, 30.1484917 ], [ 120.1827416, 30.148266 ] ], [ [ 120.1827416, 30.148266 ], [ 120.1825548, 30.1477895 ] ], [ [ 120.1825548, 30.1477895 ], [ 120.1825361, 30.1474907 ] ], [ [ 120.1825361, 30.1474907 ], [ 120.1830872, 30.1464892 ] ], [ [ 120.1830872, 30.1464892 ], [ 120.1832212, 30.146237 ] ], [ [ 120.1832212, 30.146237 ], [ 120.1840273, 30.14472 ] ], [ [ 120.1827464, 30.1484917 ], [ 120.1827111, 30.1485679 ] ], [ [ 120.1749192, 30.1598869 ], [ 120.1749841, 30.1600085 ] ], [ [ 120.1749841, 30.1600085 ], [ 120.1750452, 30.1604351 ] ], [ [ 120.1750452, 30.1604351 ], [ 120.1751007, 30.1610223 ] ], [ [ 120.1751007, 30.1610223 ], [ 120.1751065, 30.1610827 ] ], [ [ 120.1751065, 30.1610827 ], [ 120.1751449, 30.1614893 ] ], [ [ 120.1751449, 30.1614893 ], [ 120.1751666, 30.1620478 ] ], [ [ 120.1751666, 30.1620478 ], [ 120.1751696, 30.1621257 ] ], [ [ 120.1815534, 30.1505528 ], [ 120.181605, 30.1504575 ] ], [ [ 120.181605, 30.1504575 ], [ 120.1821923, 30.1494967 ] ], [ [ 120.1821923, 30.1494967 ], [ 120.1825515, 30.1488866 ] ], [ [ 120.1825515, 30.1488866 ], [ 120.1827111, 30.1485679 ] ], [ [ 120.1774949, 30.1517769 ], [ 120.1783047, 30.1518834 ] ], [ [ 120.1783047, 30.1518834 ], [ 120.1790616, 30.1519672 ] ], [ [ 120.1790616, 30.1519672 ], [ 120.1793117, 30.1519867 ] ], [ [ 120.1793117, 30.1519867 ], [ 120.1794784, 30.1519555 ] ], [ [ 120.1794784, 30.1519555 ], [ 120.1796023, 30.151899 ] ], [ [ 120.1796023, 30.151899 ], [ 120.1797239, 30.1517529 ] ], [ [ 120.1797239, 30.1517529 ], [ 120.179814, 30.1515873 ] ], [ [ 120.179814, 30.1515873 ], [ 120.1799762, 30.1513283 ] ], [ [ 120.1799762, 30.1513283 ], [ 120.1801249, 30.1510711 ] ], [ [ 120.1801249, 30.1510711 ], [ 120.1802646, 30.1509796 ] ], [ [ 120.1802646, 30.1509796 ], [ 120.1804335, 30.1509172 ] ], [ [ 120.1804335, 30.1509172 ], [ 120.1813617, 30.1506835 ] ], [ [ 120.1813617, 30.1506835 ], [ 120.1815534, 30.1505528 ] ], [ [ 120.1619541, 30.1375612 ], [ 120.1620882, 30.1375689 ] ], [ [ 120.1620882, 30.1375689 ], [ 120.1650085, 30.1377364 ] ], [ [ 120.1617621, 30.1408928 ], [ 120.1617805, 30.1406325 ] ], [ [ 120.1617805, 30.1406325 ], [ 120.1619112, 30.1387836 ] ], [ [ 120.1619112, 30.1387836 ], [ 120.1619541, 30.1375612 ] ], [ [ 120.1674555, 30.1617622 ], [ 120.1673117, 30.16158 ] ], [ [ 120.1673117, 30.16158 ], [ 120.1671829, 30.1614011 ] ], [ [ 120.1671829, 30.1614011 ], [ 120.1665751, 30.1606165 ] ], [ [ 120.1665751, 30.1606165 ], [ 120.166255, 30.1602447 ] ], [ [ 120.166255, 30.1602447 ], [ 120.1660087, 30.1599663 ] ], [ [ 120.1660087, 30.1599663 ], [ 120.1658652, 30.1597605 ] ], [ [ 120.1658652, 30.1597605 ], [ 120.1658224, 30.1596146 ] ], [ [ 120.1658224, 30.1596146 ], [ 120.1657695, 30.159278 ] ], [ [ 120.1657695, 30.159278 ], [ 120.1656924, 30.1590215 ] ], [ [ 120.1656924, 30.1590215 ], [ 120.1655197, 30.1588116 ] ], [ [ 120.1655197, 30.1588116 ], [ 120.1652955, 30.1586541 ] ], [ [ 120.1652955, 30.1586541 ], [ 120.1650247, 30.1585532 ] ], [ [ 120.1650247, 30.1585532 ], [ 120.1647725, 30.1584926 ] ], [ [ 120.1647725, 30.1584926 ], [ 120.1645203, 30.1584038 ] ], [ [ 120.1645203, 30.1584038 ], [ 120.164226, 30.1582544 ] ], [ [ 120.164226, 30.1582544 ], [ 120.1639155, 30.1580565 ] ], [ [ 120.1639155, 30.1580565 ], [ 120.1630399, 30.1574346 ] ], [ [ 120.1630399, 30.1574346 ], [ 120.1627391, 30.1572154 ] ], [ [ 120.1627391, 30.1572154 ], [ 120.162457, 30.1570366 ] ], [ [ 120.162457, 30.1570366 ], [ 120.1620375, 30.1568081 ] ], [ [ 120.1620375, 30.1568081 ], [ 120.1615827, 30.1566187 ] ], [ [ 120.1615827, 30.1566187 ], [ 120.160859, 30.1563174 ] ], [ [ 120.160859, 30.1563174 ], [ 120.1604081, 30.1561126 ] ], [ [ 120.1604081, 30.1561126 ], [ 120.1598165, 30.1558369 ] ], [ [ 120.1675342, 30.161856 ], [ 120.1674555, 30.1617622 ] ], [ [ 120.1771327, 30.15175 ], [ 120.1770075, 30.1517409 ] ], [ [ 120.1771327, 30.15175 ], [ 120.1773978, 30.1517673 ] ], [ [ 120.1774949, 30.1517769 ], [ 120.1773978, 30.1517673 ] ], [ [ 120.1815534, 30.1505528 ], [ 120.1815236, 30.1508716 ] ], [ [ 120.1815236, 30.1508716 ], [ 120.1814805, 30.1517029 ] ], [ [ 120.1814805, 30.1517029 ], [ 120.1815388, 30.1533556 ] ], [ [ 120.1062467, 30.1479741 ], [ 120.1060717, 30.1479411 ], [ 120.1046745, 30.1477686 ], [ 120.1039913, 30.1476746 ], [ 120.1035013, 30.1475547 ] ], [ [ 120.1065794, 30.1484182 ], [ 120.1065111, 30.1482164 ], [ 120.1064443, 30.1481084 ], [ 120.1063649, 30.1480347 ], [ 120.1062467, 30.1479741 ] ], [ [ 120.110275, 30.1482083 ], [ 120.1096793, 30.1481855 ], [ 120.1089406, 30.1481473 ], [ 120.1087909, 30.1481496 ], [ 120.1084305, 30.1481627 ], [ 120.107505, 30.148084 ], [ 120.1074139, 30.1480971 ], [ 120.1073419, 30.1481397 ], [ 120.1072584, 30.1482185 ], [ 120.1071825, 30.1483333 ], [ 120.1071003, 30.1485104 ] ], [ [ 120.0924502, 30.1596536 ], [ 120.0921876, 30.1596476 ] ], [ [ 120.0921876, 30.1596476 ], [ 120.0918735, 30.1596138 ] ], [ [ 120.0918735, 30.1596138 ], [ 120.0907854, 30.1594096 ] ], [ [ 120.0907854, 30.1594096 ], [ 120.0898642, 30.1591647 ] ], [ [ 120.0898642, 30.1591647 ], [ 120.0889268, 30.1588847 ] ], [ [ 120.1213705, 30.1446302 ], [ 120.1194099, 30.1462268 ] ], [ [ 120.1194099, 30.1462268 ], [ 120.118458, 30.1469943 ] ], [ [ 120.118458, 30.1469943 ], [ 120.1180956, 30.147303 ] ], [ [ 120.1180956, 30.147303 ], [ 120.1179948, 30.1475094 ] ], [ [ 120.1179948, 30.1475094 ], [ 120.1179293, 30.1479942 ] ], [ [ 120.1179293, 30.1479942 ], [ 120.1168994, 30.1501466 ] ], [ [ 120.1168994, 30.1501466 ], [ 120.1160786, 30.1518119 ] ], [ [ 120.1160786, 30.1518119 ], [ 120.1154993, 30.1526654 ] ], [ [ 120.1154993, 30.1526654 ], [ 120.1147965, 30.1537693 ] ], [ [ 120.1147965, 30.1537693 ], [ 120.1131872, 30.1563251 ] ], [ [ 120.1131872, 30.1563251 ], [ 120.1131121, 30.1564407 ] ], [ [ 120.1131121, 30.1564407 ], [ 120.1119641, 30.1582083 ] ], [ [ 120.1119641, 30.1582083 ], [ 120.1118032, 30.158686 ] ], [ [ 120.1118032, 30.158686 ], [ 120.1118085, 30.1595766 ] ], [ [ 120.1118085, 30.1595766 ], [ 120.1117654, 30.1596601 ] ], [ [ 120.1117654, 30.1596601 ], [ 120.111664, 30.1601632 ] ], [ [ 120.111664, 30.1601632 ], [ 120.1116849, 30.1606114 ] ], [ [ 120.1116849, 30.1606114 ], [ 120.1117097, 30.1612039 ] ], [ [ 120.1117097, 30.1612039 ], [ 120.1117426, 30.1616523 ] ], [ [ 120.1117426, 30.1616523 ], [ 120.111743, 30.1622472 ] ], [ [ 120.111743, 30.1622472 ], [ 120.1117085, 30.1626015 ] ], [ [ 120.1117085, 30.1626015 ], [ 120.1115634, 30.1634725 ] ], [ [ 120.1115634, 30.1634725 ], [ 120.111548, 30.1635648 ] ], [ [ 120.111548, 30.1635648 ], [ 120.1113454, 30.1647682 ] ], [ [ 120.1113454, 30.1647682 ], [ 120.1111593, 30.1658734 ] ], [ [ 120.1111593, 30.1658734 ], [ 120.1110349, 30.1665938 ] ], [ [ 120.1110349, 30.1665938 ], [ 120.110768, 30.1678711 ] ], [ [ 120.110768, 30.1678711 ], [ 120.1106834, 30.1680835 ] ], [ [ 120.1106834, 30.1680835 ], [ 120.1105528, 30.1683803 ] ], [ [ 120.1105528, 30.1683803 ], [ 120.110292, 30.1689641 ] ], [ [ 120.110292, 30.1689641 ], [ 120.1100516, 30.1694945 ] ], [ [ 120.1100516, 30.1694945 ], [ 120.1100043, 30.1696728 ] ], [ [ 120.1100043, 30.1696728 ], [ 120.1099902, 30.1697259 ] ], [ [ 120.1099902, 30.1697259 ], [ 120.1099712, 30.1698785 ] ], [ [ 120.1099712, 30.1698785 ], [ 120.1099722, 30.1701795 ] ], [ [ 120.1099722, 30.1701795 ], [ 120.1099379, 30.1703106 ] ], [ [ 120.1099379, 30.1703106 ], [ 120.1097205, 30.1704013 ] ], [ [ 120.1097205, 30.1704013 ], [ 120.107949, 30.1704155 ] ], [ [ 120.107949, 30.1704155 ], [ 120.106469, 30.1704129 ] ], [ [ 120.106469, 30.1704129 ], [ 120.1059371, 30.1704135 ] ], [ [ 120.1059371, 30.1704135 ], [ 120.105868, 30.1704136 ] ], [ [ 120.0990686, 30.1594756 ], [ 120.0989309, 30.1595638 ] ], [ [ 120.0878292, 30.1603467 ], [ 120.0889268, 30.1588847 ] ], [ [ 120.0938217, 30.1626974 ], [ 120.095444, 30.1616975 ] ], [ [ 120.095444, 30.1616975 ], [ 120.0962192, 30.1612198 ] ], [ [ 120.0962192, 30.1612198 ], [ 120.0964312, 30.1610891 ] ], [ [ 120.0964312, 30.1610891 ], [ 120.0967721, 30.1608811 ] ], [ [ 120.0967721, 30.1608811 ], [ 120.0975896, 30.1603823 ] ], [ [ 120.0975896, 30.1603823 ], [ 120.0989309, 30.1595638 ] ], [ [ 120.0878292, 30.1603467 ], [ 120.0884251, 30.1607378 ] ], [ [ 120.0884251, 30.1607378 ], [ 120.0890669, 30.1612233 ] ], [ [ 120.0890669, 30.1612233 ], [ 120.0896339, 30.1616724 ] ], [ [ 120.0896339, 30.1616724 ], [ 120.0901356, 30.1621781 ] ], [ [ 120.0901356, 30.1621781 ], [ 120.0906183, 30.1627402 ] ], [ [ 120.0906183, 30.1627402 ], [ 120.091044, 30.1633305 ] ], [ [ 120.091044, 30.1633305 ], [ 120.0911431, 30.1634875 ] ], [ [ 120.0911431, 30.1634875 ], [ 120.091421, 30.1639278 ] ], [ [ 120.091421, 30.1639278 ], [ 120.0915786, 30.1641047 ] ], [ [ 120.0938217, 30.1626974 ], [ 120.0936939, 30.1627904 ] ], [ [ 120.1000636, 30.1638014 ], [ 120.1002092, 30.1638084 ] ], [ [ 120.1034821, 30.1652371 ], [ 120.1033437, 30.1650871 ] ], [ [ 120.1033437, 30.1650871 ], [ 120.1031169, 30.1648214 ] ], [ [ 120.1031169, 30.1648214 ], [ 120.1028494, 30.1645767 ] ], [ [ 120.1028494, 30.1645767 ], [ 120.1022768, 30.1641965 ] ], [ [ 120.1022768, 30.1641965 ], [ 120.1016255, 30.163938 ] ], [ [ 120.1016255, 30.163938 ], [ 120.1010554, 30.1638422 ] ], [ [ 120.1010554, 30.1638422 ], [ 120.1006981, 30.1638279 ] ], [ [ 120.1006981, 30.1638279 ], [ 120.1003959, 30.1638159 ] ], [ [ 120.1003959, 30.1638159 ], [ 120.1002092, 30.1638084 ] ], [ [ 120.0915786, 30.1641047 ], [ 120.0923727, 30.1636113 ] ], [ [ 120.0923727, 30.1636113 ], [ 120.0930112, 30.1632146 ] ], [ [ 120.0930112, 30.1632146 ], [ 120.0936939, 30.1627904 ] ], [ [ 120.1000636, 30.1638014 ], [ 120.0996475, 30.1638047 ] ], [ [ 120.0996475, 30.1638047 ], [ 120.0995196, 30.1638169 ] ], [ [ 120.0995196, 30.1638169 ], [ 120.0989396, 30.163872 ] ], [ [ 120.0989396, 30.163872 ], [ 120.0982342, 30.1640934 ] ], [ [ 120.0982342, 30.1640934 ], [ 120.0978731, 30.1642717 ] ], [ [ 120.0978731, 30.1642717 ], [ 120.097687, 30.1643635 ] ], [ [ 120.097687, 30.1643635 ], [ 120.0972338, 30.1647111 ] ], [ [ 120.0972338, 30.1647111 ], [ 120.0970286, 30.1648774 ] ], [ [ 120.0970286, 30.1648774 ], [ 120.0967027, 30.1651414 ] ], [ [ 120.0915786, 30.1641047 ], [ 120.0915835, 30.1641102 ] ], [ [ 120.0915835, 30.1641102 ], [ 120.091928, 30.1644969 ] ], [ [ 120.091928, 30.1644969 ], [ 120.0922245, 30.1647903 ] ], [ [ 120.0922245, 30.1647903 ], [ 120.0925779, 30.1650591 ] ], [ [ 120.0925779, 30.1650591 ], [ 120.0929313, 30.1652892 ] ], [ [ 120.0929313, 30.1652892 ], [ 120.093068, 30.1653609 ] ], [ [ 120.093068, 30.1653609 ], [ 120.0933396, 30.1655034 ] ], [ [ 120.0933396, 30.1655034 ], [ 120.0937479, 30.1656228 ] ], [ [ 120.0937479, 30.1656228 ], [ 120.0941887, 30.1657141 ] ], [ [ 120.0941887, 30.1657141 ], [ 120.0946295, 30.1657561 ] ], [ [ 120.0946295, 30.1657561 ], [ 120.0948037, 30.165753 ] ], [ [ 120.0948037, 30.165753 ], [ 120.0949718, 30.1657501 ] ], [ [ 120.0949718, 30.1657501 ], [ 120.0953141, 30.1657199 ] ], [ [ 120.0953141, 30.1657199 ], [ 120.0956967, 30.1656331 ] ], [ [ 120.0956967, 30.1656331 ], [ 120.0960232, 30.1655221 ] ], [ [ 120.0960232, 30.1655221 ], [ 120.096333, 30.165388 ] ], [ [ 120.096333, 30.165388 ], [ 120.0965615, 30.1652328 ] ], [ [ 120.0915786, 30.1641047 ], [ 120.0914186, 30.1642006 ] ], [ [ 120.0914186, 30.1642006 ], [ 120.0903594, 30.1648221 ] ], [ [ 120.0903594, 30.1648221 ], [ 120.0893189, 30.1654765 ] ], [ [ 120.0893189, 30.1654765 ], [ 120.0888193, 30.165804 ] ], [ [ 120.0888193, 30.165804 ], [ 120.0885456, 30.1659805 ] ], [ [ 120.1448839, 30.1559391 ], [ 120.142814, 30.1548843 ] ], [ [ 120.1340668, 30.1598113 ], [ 120.1353736, 30.1581037 ] ], [ [ 120.1353736, 30.1581037 ], [ 120.1365823, 30.1565244 ] ], [ [ 120.1324677, 30.1588872 ], [ 120.1325655, 30.1589383 ] ], [ [ 120.1379583, 30.1572544 ], [ 120.1367537, 30.1589335 ] ], [ [ 120.1367537, 30.1589335 ], [ 120.1355183, 30.1606554 ] ], [ [ 120.1324965, 30.1590262 ], [ 120.132399, 30.158976 ] ], [ [ 120.1325655, 30.1589383 ], [ 120.1340668, 30.1598113 ] ], [ [ 120.1598165, 30.1558369 ], [ 120.159654, 30.1560327 ] ], [ [ 120.159654, 30.1560327 ], [ 120.1595226, 30.156202 ] ], [ [ 120.1595226, 30.156202 ], [ 120.159108, 30.1567324 ] ], [ [ 120.1573141, 30.1601824 ], [ 120.1573947, 30.1601177 ] ], [ [ 120.1573141, 30.1601824 ], [ 120.1566468, 30.1616058 ] ], [ [ 120.1566468, 30.1616058 ], [ 120.1564907, 30.1619388 ] ], [ [ 120.1564907, 30.1619388 ], [ 120.1562744, 30.1624003 ] ], [ [ 120.1562744, 30.1624003 ], [ 120.1562392, 30.1624755 ] ], [ [ 120.1562392, 30.1624755 ], [ 120.1561349, 30.1626979 ] ], [ [ 120.1561349, 30.1626979 ], [ 120.156111, 30.1627477 ] ], [ [ 120.156111, 30.1627477 ], [ 120.1559447, 30.1630557 ] ], [ [ 120.1559447, 30.1630557 ], [ 120.1556807, 30.1635669 ] ], [ [ 120.1472465, 30.1577569 ], [ 120.1449846, 30.1610611 ] ], [ [ 120.1340083, 30.1598877 ], [ 120.1324965, 30.1590262 ] ], [ [ 120.1340083, 30.1598877 ], [ 120.1340668, 30.1598113 ] ], [ [ 120.1340668, 30.1598113 ], [ 120.1355183, 30.1606554 ] ], [ [ 120.13547, 30.1607206 ], [ 120.1340083, 30.1598877 ] ], [ [ 120.13547, 30.1607206 ], [ 120.1355183, 30.1606554 ] ], [ [ 120.1340083, 30.1598877 ], [ 120.132609, 30.1617161 ] ], [ [ 120.1309631, 30.1608676 ], [ 120.132609, 30.1617161 ] ], [ [ 120.1355183, 30.1606554 ], [ 120.1380751, 30.1621192 ] ], [ [ 120.1380237, 30.1621694 ], [ 120.13547, 30.1607206 ] ], [ [ 120.13547, 30.1607206 ], [ 120.1350658, 30.1612485 ] ], [ [ 120.1350658, 30.1612485 ], [ 120.1345553, 30.1620619 ] ], [ [ 120.1345553, 30.1620619 ], [ 120.1341804, 30.1625276 ] ], [ [ 120.1341804, 30.1625276 ], [ 120.1333581, 30.1621023 ] ], [ [ 120.1333581, 30.1621023 ], [ 120.132609, 30.1617161 ] ], [ [ 120.1299645, 30.1627211 ], [ 120.1300549, 30.1627605 ] ], [ [ 120.1300114, 30.162824 ], [ 120.1299246, 30.1627833 ] ], [ [ 120.1300549, 30.1627605 ], [ 120.1312668, 30.1633269 ] ], [ [ 120.1312095, 30.1633957 ], [ 120.1300114, 30.162824 ] ], [ [ 120.1312095, 30.1633957 ], [ 120.1312668, 30.1633269 ] ], [ [ 120.1380751, 30.1621192 ], [ 120.1381769, 30.1621823 ] ], [ [ 120.1381273, 30.1622348 ], [ 120.1380237, 30.1621694 ] ], [ [ 120.132609, 30.1617161 ], [ 120.1312668, 30.1633269 ] ], [ [ 120.1341804, 30.1625276 ], [ 120.136528, 30.1637677 ] ], [ [ 120.1329561, 30.1641165 ], [ 120.133195, 30.1639038 ] ], [ [ 120.133195, 30.1639038 ], [ 120.1335035, 30.1635888 ] ], [ [ 120.1335035, 30.1635888 ], [ 120.1338672, 30.1629979 ] ], [ [ 120.1338672, 30.1629979 ], [ 120.1340929, 30.162659 ] ], [ [ 120.1340929, 30.162659 ], [ 120.1341804, 30.1625276 ] ], [ [ 120.1312668, 30.1633269 ], [ 120.1329561, 30.1641165 ] ], [ [ 120.1366005, 30.1638084 ], [ 120.136528, 30.1637677 ] ], [ [ 120.132867, 30.1641866 ], [ 120.1312095, 30.1633957 ] ], [ [ 120.132867, 30.1641866 ], [ 120.1329561, 30.1641165 ] ], [ [ 120.1816099, 30.154415 ], [ 120.1815992, 30.1542555 ] ], [ [ 120.1815992, 30.1542555 ], [ 120.1815691, 30.1538071 ] ], [ [ 120.1815691, 30.1538071 ], [ 120.1815388, 30.1533556 ] ], [ [ 120.1815388, 30.1533556 ], [ 120.1811909, 30.1534346 ] ], [ [ 120.1811909, 30.1534346 ], [ 120.1804699, 30.1537703 ] ], [ [ 120.1804699, 30.1537703 ], [ 120.1801187, 30.1539514 ] ], [ [ 120.1801187, 30.1539514 ], [ 120.1798044, 30.1543137 ] ], [ [ 120.1798044, 30.1543137 ], [ 120.1795579, 30.1547027 ] ], [ [ 120.1795579, 30.1547027 ], [ 120.1791327, 30.1549318 ] ], [ [ 120.1791327, 30.1549318 ], [ 120.1778624, 30.1552275 ] ], [ [ 120.175173, 30.162212 ], [ 120.1751696, 30.1621257 ] ], [ [ 120.1618299, 30.1626697 ], [ 120.161792, 30.1627618 ] ], [ [ 120.1750513, 30.1640863 ], [ 120.175064, 30.1638419 ] ], [ [ 120.175064, 30.1638419 ], [ 120.1750789, 30.1634612 ] ], [ [ 120.1750789, 30.1634612 ], [ 120.1751381, 30.1629904 ] ], [ [ 120.1751381, 30.1629904 ], [ 120.1751832, 30.1624755 ] ], [ [ 120.1751832, 30.1624755 ], [ 120.175173, 30.162212 ] ], [ [ 120.1750513, 30.1640863 ], [ 120.175047, 30.1641687 ] ], [ [ 120.1760694, 30.1683756 ], [ 120.1765053, 30.1675115 ] ], [ [ 120.1765053, 30.1675115 ], [ 120.1765334, 30.1673136 ] ], [ [ 120.1765334, 30.1673136 ], [ 120.1765147, 30.1670673 ] ], [ [ 120.1765147, 30.1670673 ], [ 120.1763886, 30.1667807 ] ], [ [ 120.1763886, 30.1667807 ], [ 120.1762765, 30.1665586 ] ], [ [ 120.1762765, 30.1665586 ], [ 120.1760804, 30.1663446 ] ], [ [ 120.1760804, 30.1663446 ], [ 120.1758562, 30.166167 ] ], [ [ 120.1758562, 30.166167 ], [ 120.1756694, 30.1660095 ] ], [ [ 120.1756694, 30.1660095 ], [ 120.175562, 30.1658642 ] ], [ [ 120.175562, 30.1658642 ], [ 120.1754873, 30.1657188 ] ], [ [ 120.1754873, 30.1657188 ], [ 120.1751074, 30.1645494 ] ], [ [ 120.1751074, 30.1645494 ], [ 120.175047, 30.1641687 ] ], [ [ 120.1690938, 30.1683138 ], [ 120.1646834, 30.1667027 ] ], [ [ 120.1684705, 30.1694038 ], [ 120.164143, 30.1678486 ] ], [ [ 120.1701818, 30.1663797 ], [ 120.1690938, 30.1683138 ] ], [ [ 120.1713635, 30.1691558 ], [ 120.1709121, 30.1689878 ] ], [ [ 120.1709121, 30.1689878 ], [ 120.1701776, 30.1687111 ] ], [ [ 120.1701776, 30.1687111 ], [ 120.1690938, 30.1683138 ] ], [ [ 120.1760266, 30.1684735 ], [ 120.1755644, 30.1693964 ] ], [ [ 120.2303311, 29.9622642 ], [ 120.2298285, 29.9608441 ] ], [ [ 120.2298285, 29.9608441 ], [ 120.2298083, 29.9607329 ] ], [ [ 120.2298083, 29.9607329 ], [ 120.2296826, 29.9600427 ] ], [ [ 120.2296826, 29.9600427 ], [ 120.2296759, 29.9596464 ] ], [ [ 120.2296759, 29.9596464 ], [ 120.2297595, 29.9594031 ] ], [ [ 120.2297595, 29.9594031 ], [ 120.2298244, 29.959214 ] ], [ [ 120.2298244, 29.959214 ], [ 120.2301962, 29.9588073 ] ], [ [ 120.2301962, 29.9588073 ], [ 120.2306304, 29.9585899 ] ], [ [ 120.2306304, 29.9585899 ], [ 120.2307104, 29.9585498 ] ], [ [ 120.2307104, 29.9585498 ], [ 120.2312589, 29.958418 ] ], [ [ 120.2312589, 29.958418 ], [ 120.2315672, 29.9582584 ] ], [ [ 120.2315672, 29.9582584 ], [ 120.2317994, 29.9580712 ] ], [ [ 120.2317994, 29.9580712 ], [ 120.2320032, 29.9577081 ] ], [ [ 120.2320032, 29.9577081 ], [ 120.2320038, 29.9573311 ] ], [ [ 120.2320038, 29.9573311 ], [ 120.2319775, 29.9571319 ] ], [ [ 120.2319775, 29.9571319 ], [ 120.2319369, 29.9568241 ] ], [ [ 120.2319369, 29.9568241 ], [ 120.2318592, 29.9563969 ] ], [ [ 120.2318592, 29.9563969 ], [ 120.231575, 29.9548352 ] ], [ [ 120.231575, 29.9548352 ], [ 120.2315628, 29.9547683 ] ], [ [ 120.2315628, 29.9547683 ], [ 120.2315159, 29.954471 ] ], [ [ 120.2315159, 29.954471 ], [ 120.2314226, 29.9538804 ] ], [ [ 120.2314226, 29.9538804 ], [ 120.231419, 29.9538394 ] ], [ [ 120.231419, 29.9538394 ], [ 120.2313592, 29.9531503 ] ], [ [ 120.2313592, 29.9531503 ], [ 120.2309818, 29.9518288 ] ], [ [ 120.2309818, 29.9518288 ], [ 120.230937, 29.9517338 ] ], [ [ 120.230937, 29.9517338 ], [ 120.2306794, 29.9511869 ] ], [ [ 120.2306794, 29.9511869 ], [ 120.2304604, 29.950722 ] ], [ [ 120.2304604, 29.950722 ], [ 120.2294871, 29.9490368 ] ], [ [ 120.2294871, 29.9490368 ], [ 120.2282314, 29.9472901 ] ], [ [ 120.2282314, 29.9472901 ], [ 120.228044, 29.9470521 ] ], [ [ 120.228044, 29.9470521 ], [ 120.2277389, 29.9466648 ] ], [ [ 120.2277389, 29.9466648 ], [ 120.2274932, 29.9463265 ] ], [ [ 120.2274932, 29.9463265 ], [ 120.2271213, 29.9455226 ] ], [ [ 120.2271213, 29.9455226 ], [ 120.2273487, 29.9448827 ] ], [ [ 120.2273487, 29.9448827 ], [ 120.2273212, 29.9447327 ] ], [ [ 120.2273212, 29.9447327 ], [ 120.2272921, 29.944574 ] ], [ [ 120.2272921, 29.944574 ], [ 120.2269775, 29.9440334 ] ], [ [ 120.2269775, 29.9440334 ], [ 120.2270088, 29.9436489 ] ], [ [ 120.2270088, 29.9436489 ], [ 120.2276783, 29.9433592 ] ], [ [ 120.2276783, 29.9433592 ], [ 120.228127422798522, 29.943010972437843 ] ], [ [ 120.229826329368947, 29.942735187480466 ], [ 120.2304436, 29.9431918 ] ], [ [ 120.2304436, 29.9431918 ], [ 120.2308872, 29.9432691 ] ], [ [ 120.2308872, 29.9432691 ], [ 120.2313835, 29.9432487 ] ], [ [ 120.2313835, 29.9432487 ], [ 120.2322485, 29.9430289 ] ], [ [ 120.2322485, 29.9430289 ], [ 120.2334307, 29.9427862 ] ], [ [ 120.2334307, 29.9427862 ], [ 120.2341898, 29.9427862 ] ], [ [ 120.2341898, 29.9427862 ], [ 120.2357774, 29.9429517 ] ], [ [ 120.2357774, 29.9429517 ], [ 120.2364287, 29.9433418 ] ], [ [ 120.2364287, 29.9433418 ], [ 120.2374518, 29.9432587 ] ], [ [ 120.2374518, 29.9432587 ], [ 120.2382184, 29.9433999 ] ], [ [ 120.2382184, 29.9433999 ], [ 120.2387785, 29.9433672 ] ], [ [ 120.2387785, 29.9433672 ], [ 120.2394283, 29.9434278 ] ], [ [ 120.2394283, 29.9434278 ], [ 120.239718, 29.9435046 ] ], [ [ 120.239718, 29.9435046 ], [ 120.2403823, 29.9447847 ] ], [ [ 120.2403823, 29.9447847 ], [ 120.2403025, 29.9466021 ] ], [ [ 120.2403025, 29.9466021 ], [ 120.2407313, 29.9473397 ] ], [ [ 120.2407313, 29.9473397 ], [ 120.2409317, 29.9478513 ] ], [ [ 120.2409317, 29.9478513 ], [ 120.2410918, 29.9482602 ] ], [ [ 120.2410918, 29.9482602 ], [ 120.2411298, 29.9484695 ] ], [ [ 120.2411298, 29.9484695 ], [ 120.2412606, 29.9491908 ] ], [ [ 120.2412606, 29.9491908 ], [ 120.241424, 29.9500915 ] ], [ [ 120.241424, 29.9500915 ], [ 120.2412139, 29.95171 ] ], [ [ 120.2412139, 29.95171 ], [ 120.2404831, 29.9530362 ] ], [ [ 120.2404831, 29.9530362 ], [ 120.2404715, 29.953861 ] ], [ [ 120.2404715, 29.953861 ], [ 120.2408471, 29.9543465 ] ], [ [ 120.2408471, 29.9543465 ], [ 120.2419694, 29.9552909 ] ], [ [ 120.2419694, 29.9552909 ], [ 120.242046, 29.9553407 ] ], [ [ 120.242046, 29.9553407 ], [ 120.2433859, 29.9562109 ] ], [ [ 120.2433859, 29.9562109 ], [ 120.2439886, 29.9566024 ] ], [ [ 120.2439886, 29.9566024 ], [ 120.2442791, 29.956791 ] ], [ [ 120.2442791, 29.956791 ], [ 120.2452071, 29.9574302 ] ], [ [ 120.2452071, 29.9574302 ], [ 120.2459254, 29.957925 ] ], [ [ 120.2459254, 29.957925 ], [ 120.2461288, 29.9583341 ] ], [ [ 120.2461288, 29.9583341 ], [ 120.2462304, 29.9584533 ] ], [ [ 120.2462304, 29.9584533 ], [ 120.2462706, 29.9585005 ] ], [ [ 120.2462706, 29.9585005 ], [ 120.2464322, 29.9586901 ] ], [ [ 120.2464322, 29.9586901 ], [ 120.2467072, 29.9590401 ] ], [ [ 120.2467072, 29.9590401 ], [ 120.2467751, 29.9591263 ] ], [ [ 120.2467751, 29.9591263 ], [ 120.2470533, 29.9598402 ] ], [ [ 120.2470533, 29.9598402 ], [ 120.2483119, 29.9651128 ] ], [ [ 120.2483119, 29.9651128 ], [ 120.2482072, 29.9672504 ] ], [ [ 120.2482072, 29.9672504 ], [ 120.2481423, 29.9675685 ] ], [ [ 120.2481423, 29.9675685 ], [ 120.2490036, 29.9705939 ] ], [ [ 120.2458408, 29.9686811 ], [ 120.2458575, 29.9686052 ] ], [ [ 120.2458575, 29.9686052 ], [ 120.2459462, 29.9685511 ] ], [ [ 120.2459462, 29.9685511 ], [ 120.2463195, 29.9685177 ] ], [ [ 120.2463195, 29.9685177 ], [ 120.2463845, 29.9684326 ] ], [ [ 120.2463845, 29.9684326 ], [ 120.2462654, 29.967859 ] ], [ [ 120.2462654, 29.967859 ], [ 120.2462268, 29.9677085 ] ], [ [ 120.2462268, 29.9677085 ], [ 120.2456088, 29.9655016 ] ], [ [ 120.2456088, 29.9655016 ], [ 120.2455374, 29.9652466 ] ], [ [ 120.2455374, 29.9652466 ], [ 120.2453619, 29.9646201 ] ], [ [ 120.2453619, 29.9646201 ], [ 120.2450031, 29.9633387 ] ], [ [ 120.2450031, 29.9633387 ], [ 120.2452187, 29.9616589 ] ], [ [ 120.2452187, 29.9616589 ], [ 120.2450673, 29.9612826 ] ], [ [ 120.2450673, 29.9612826 ], [ 120.2446231, 29.9603215 ] ], [ [ 120.2446231, 29.9603215 ], [ 120.2445865, 29.9602305 ] ], [ [ 120.2445865, 29.9602305 ], [ 120.2445339, 29.9600994 ] ], [ [ 120.2445339, 29.9600994 ], [ 120.2443751, 29.9597041 ] ], [ [ 120.2443751, 29.9597041 ], [ 120.2443357, 29.9595948 ] ], [ [ 120.2443357, 29.9595948 ], [ 120.24424, 29.9595617 ] ], [ [ 120.24424, 29.9595617 ], [ 120.2417079, 29.9603142 ] ], [ [ 120.2417079, 29.9603142 ], [ 120.239608, 29.9609382 ] ], [ [ 120.239608, 29.9609382 ], [ 120.2369912, 29.9613021 ] ], [ [ 120.2369912, 29.9613021 ], [ 120.2365081, 29.9613693 ] ], [ [ 120.2365081, 29.9613693 ], [ 120.2356637, 29.9614821 ] ], [ [ 120.2356637, 29.9614821 ], [ 120.23482, 29.9615949 ] ], [ [ 120.23482, 29.9615949 ], [ 120.2336251, 29.9617545 ] ], [ [ 120.2336251, 29.9617545 ], [ 120.2333569, 29.9617904 ] ], [ [ 120.2333569, 29.9617904 ], [ 120.2329629, 29.961843 ] ], [ [ 120.2329629, 29.961843 ], [ 120.2327116, 29.9618766 ] ], [ [ 120.2327116, 29.9618766 ], [ 120.2324595, 29.9619331 ] ], [ [ 120.2324595, 29.9619331 ], [ 120.232131, 29.9620067 ] ], [ [ 120.232131, 29.9620067 ], [ 120.2309275, 29.9621789 ] ], [ [ 120.2309275, 29.9621789 ], [ 120.2303311, 29.9622642 ] ], [ [ 120.2380943, 29.975845 ], [ 120.239899, 29.9764775 ] ], [ [ 120.239899, 29.9764775 ], [ 120.2401568, 29.9774165 ] ], [ [ 120.2401568, 29.9774165 ], [ 120.2400426, 29.9776225 ] ], [ [ 120.2400426, 29.9776225 ], [ 120.239811, 29.9783378 ] ], [ [ 120.239811, 29.9783378 ], [ 120.2397961, 29.9786472 ] ], [ [ 120.2397961, 29.9786472 ], [ 120.2397918, 29.9788476 ] ], [ [ 120.2397918, 29.9788476 ], [ 120.2397857, 29.9791327 ] ], [ [ 120.2397857, 29.9791327 ], [ 120.2399564, 29.9792566 ] ], [ [ 120.2399564, 29.9792566 ], [ 120.2411978, 29.979231 ] ], [ [ 120.2411978, 29.979231 ], [ 120.2413141, 29.9792761 ] ], [ [ 120.2413141, 29.9792761 ], [ 120.2413407, 29.9794938 ] ], [ [ 120.2413407, 29.9794938 ], [ 120.2413994, 29.9801368 ] ], [ [ 120.2413994, 29.9801368 ], [ 120.2414907, 29.9805709 ] ], [ [ 120.2414907, 29.9805709 ], [ 120.2416853, 29.9813923 ] ], [ [ 120.2359919, 29.9799164 ], [ 120.2360409, 29.9798712 ] ], [ [ 120.2320938, 29.9672505 ], [ 120.2316635, 29.9660038 ] ], [ [ 120.2316635, 29.9660038 ], [ 120.231082, 29.9643696 ] ], [ [ 120.231082, 29.9643696 ], [ 120.2308694, 29.9637736 ] ], [ [ 120.2308694, 29.9637736 ], [ 120.2308463, 29.9637086 ] ], [ [ 120.2308463, 29.9637086 ], [ 120.230506, 29.9627545 ] ], [ [ 120.230506, 29.9627545 ], [ 120.2303311, 29.9622642 ] ], [ [ 120.2440888, 29.9807804 ], [ 120.244278, 29.9806764 ] ], [ [ 120.2440888, 29.9807804 ], [ 120.243972, 29.9808447 ] ], [ [ 120.243972, 29.9808447 ], [ 120.2435276, 29.981089 ] ], [ [ 120.2435276, 29.981089 ], [ 120.2416853, 29.9813923 ] ], [ [ 120.2416853, 29.9813923 ], [ 120.2375987, 29.9820691 ] ], [ [ 120.2359919, 29.9799164 ], [ 120.2351236, 29.9807163 ] ], [ [ 120.2351236, 29.9807163 ], [ 120.2351249, 29.9807643 ] ], [ [ 120.2351249, 29.9807643 ], [ 120.2351282, 29.9808895 ] ], [ [ 120.2351282, 29.9808895 ], [ 120.2351311, 29.9809964 ] ], [ [ 120.2351311, 29.9809964 ], [ 120.2360099, 29.9822705 ] ], [ [ 120.2360099, 29.9822705 ], [ 120.2376669, 29.9834868 ] ], [ [ 120.2376669, 29.9834868 ], [ 120.2382585, 29.9836028 ] ], [ [ 120.2382585, 29.9836028 ], [ 120.2387629, 29.983819 ] ], [ [ 120.2387629, 29.983819 ], [ 120.2388523, 29.9838038 ] ], [ [ 120.2416853, 29.9813923 ], [ 120.2421245, 29.9832463 ] ], [ [ 120.2421245, 29.9832463 ], [ 120.2434109, 29.9830272 ], [ 120.2464081, 29.9825166 ], [ 120.2467318, 29.9824614 ], [ 120.2469298, 29.9824277 ], [ 120.2472113, 29.9823797 ], [ 120.247281, 29.982416 ] ], [ [ 120.247281, 29.982416 ], [ 120.2471512, 29.9824914 ], [ 120.2469528, 29.9825258 ], [ 120.2466591, 29.9825766 ], [ 120.242727, 29.9832574 ], [ 120.2421508, 29.9833572 ] ], [ [ 120.2421245, 29.9832463 ], [ 120.2421508, 29.9833572 ] ], [ [ 120.2388523, 29.9838038 ], [ 120.2395863, 29.9836787 ], [ 120.2421245, 29.9832463 ] ], [ [ 120.2421508, 29.9833572 ], [ 120.240491, 29.9836446 ], [ 120.2393819, 29.9838367 ], [ 120.2393552, 29.9838413 ], [ 120.2389657, 29.9839337 ] ], [ [ 120.2421508, 29.9833572 ], [ 120.2425745, 29.985146 ] ], [ [ 120.2425745, 29.985146 ], [ 120.2443637, 29.9848344 ] ], [ [ 120.2443637, 29.9848344 ], [ 120.2464151, 29.9844772 ] ], [ [ 120.2464151, 29.9844772 ], [ 120.2468496, 29.9843923 ] ], [ [ 120.2468496, 29.9843923 ], [ 120.2469917, 29.9844678 ] ], [ [ 120.2469917, 29.9844678 ], [ 120.2486175, 29.9860162 ] ], [ [ 120.2425745, 29.985146 ], [ 120.2401133, 29.9855714 ] ], [ [ 120.2486175, 29.9860162 ], [ 120.2484219, 29.9861346 ] ], [ [ 120.2484219, 29.9861346 ], [ 120.2480369, 29.9862302 ] ], [ [ 120.2480369, 29.9862302 ], [ 120.2448658, 29.9867563 ] ], [ [ 120.2448658, 29.9867563 ], [ 120.2413259, 29.9873875 ] ], [ [ 120.2421636, 29.988771 ], [ 120.2422655, 29.9887825 ] ], [ [ 120.2355366, 30.0050856 ], [ 120.2348572, 30.0048793 ] ], [ [ 120.2348572, 30.0048793 ], [ 120.2347812, 30.0048562 ] ], [ [ 120.2347812, 30.0048562 ], [ 120.228202, 30.0024665 ] ], [ [ 120.228202, 30.0024665 ], [ 120.2279409, 30.0023716 ] ], [ [ 120.2279409, 30.0023716 ], [ 120.2273384, 30.0021528 ] ], [ [ 120.2321913, 30.0108374 ], [ 120.2327545, 30.0084487 ] ], [ [ 120.2327545, 30.0084487 ], [ 120.2329018, 30.0082067 ] ], [ [ 120.2329018, 30.0082067 ], [ 120.2329805, 30.0080774 ] ], [ [ 120.2329805, 30.0080774 ], [ 120.233888, 30.0065866 ] ], [ [ 120.233888, 30.0065866 ], [ 120.2345031, 30.0055762 ] ], [ [ 120.2345031, 30.0055762 ], [ 120.2353656, 30.0051475 ] ], [ [ 120.2353656, 30.0051475 ], [ 120.2355366, 30.0050856 ] ], [ [ 120.2288054, 30.0090046 ], [ 120.2321913, 30.0108374 ] ], [ [ 120.2389657, 29.9839337 ], [ 120.238845, 29.9839623 ] ], [ [ 120.2355366, 30.0050856 ], [ 120.2357596, 30.0050049 ] ], [ [ 120.2357596, 30.0050049 ], [ 120.2359851, 30.0049232 ] ], [ [ 120.2359851, 30.0049232 ], [ 120.2362835, 30.0048152 ] ], [ [ 120.2362835, 30.0048152 ], [ 120.2373885, 30.004786 ] ], [ [ 120.2373885, 30.004786 ], [ 120.2378225, 30.0047745 ] ], [ [ 120.2378225, 30.0047745 ], [ 120.2381299, 30.0047789 ] ], [ [ 120.2381299, 30.0047789 ], [ 120.2400513, 30.0049305 ] ], [ [ 120.2400513, 30.0049305 ], [ 120.2402498, 30.0049461 ] ], [ [ 120.2417829, 30.007717 ], [ 120.2409424, 30.0074105 ] ], [ [ 120.2409424, 30.0074105 ], [ 120.2403773, 30.0073251 ] ], [ [ 120.2403773, 30.0073251 ], [ 120.2400231, 30.0075474 ] ], [ [ 120.2400231, 30.0075474 ], [ 120.2394667, 30.0076581 ] ], [ [ 120.2394667, 30.0076581 ], [ 120.2389965, 30.0073472 ] ], [ [ 120.2389965, 30.0073472 ], [ 120.2382944, 30.0072607 ] ], [ [ 120.2382944, 30.0072607 ], [ 120.2377491, 30.0068759 ] ], [ [ 120.2377491, 30.0068759 ], [ 120.2373837, 30.0063234 ] ], [ [ 120.2373837, 30.0063234 ], [ 120.2361426, 30.0053368 ] ], [ [ 120.2361426, 30.0053368 ], [ 120.2355366, 30.0050856 ] ], [ [ 120.2417829, 30.007717 ], [ 120.2420781, 30.0077778 ] ], [ [ 120.2420781, 30.0077778 ], [ 120.2421616, 30.007795 ] ], [ [ 120.2421616, 30.007795 ], [ 120.2421912, 30.0078011 ] ], [ [ 120.2421912, 30.0078011 ], [ 120.2422746, 30.0078183 ] ], [ [ 120.2422746, 30.0078183 ], [ 120.2425323, 30.0078714 ] ], [ [ 120.2425323, 30.0078714 ], [ 120.2432521, 30.0081937 ] ], [ [ 120.2432521, 30.0081937 ], [ 120.2440898, 30.0087694 ] ], [ [ 120.2417829, 30.007717 ], [ 120.2415307, 30.0081861 ] ], [ [ 120.2415307, 30.0081861 ], [ 120.2412786, 30.0086552 ] ], [ [ 120.2412786, 30.0086552 ], [ 120.2412357, 30.0087481 ] ], [ [ 120.2412357, 30.0087481 ], [ 120.241123, 30.008985 ] ], [ [ 120.241123, 30.008985 ], [ 120.2410586, 30.0091196 ] ], [ [ 120.2410586, 30.0091196 ], [ 120.2408601, 30.0095098 ] ], [ [ 120.2408601, 30.0095098 ], [ 120.2406616, 30.0098953 ] ], [ [ 120.2406616, 30.0098953 ], [ 120.2402861, 30.0105641 ] ], [ [ 120.2402861, 30.0105641 ], [ 120.2396585, 30.0112515 ] ], [ [ 120.2396585, 30.0112515 ], [ 120.2394653, 30.0115999 ] ], [ [ 120.2394653, 30.0115999 ], [ 120.2394868, 30.0117253 ] ], [ [ 120.2394868, 30.0117253 ], [ 120.2393044, 30.0126077 ] ], [ [ 120.2393044, 30.0126077 ], [ 120.2391687, 30.013395 ] ], [ [ 120.2391687, 30.013395 ], [ 120.2391059, 30.0137596 ] ], [ [ 120.2391059, 30.0137596 ], [ 120.2392507, 30.0146374 ] ], [ [ 120.2392507, 30.0146374 ], [ 120.2393258, 30.0151019 ] ], [ [ 120.2393258, 30.0151019 ], [ 120.2392132, 30.0154874 ] ], [ [ 120.2392132, 30.0154874 ], [ 120.2389342, 30.0167507 ] ], [ [ 120.2389342, 30.0167507 ], [ 120.2424515, 30.0173346 ] ], [ [ 120.1982811, 29.9730276 ], [ 120.1982367, 29.9729429 ] ], [ [ 120.1982367, 29.9729429 ], [ 120.198227, 29.9729245 ] ], [ [ 120.198227, 29.9729245 ], [ 120.1995252, 29.9724598 ] ], [ [ 120.1995252, 29.9724598 ], [ 120.200465, 29.9721396 ] ], [ [ 120.200465, 29.9721396 ], [ 120.2006741, 29.9720683 ] ], [ [ 120.1995986, 29.9726671 ], [ 120.1996377, 29.9727341 ] ], [ [ 120.1996377, 29.9727341 ], [ 120.1997723, 29.9733221 ] ], [ [ 120.1997723, 29.9733221 ], [ 120.1999596, 29.9741514 ] ], [ [ 120.1999596, 29.9741514 ], [ 120.2000118, 29.9743826 ] ], [ [ 120.2000118, 29.9743826 ], [ 120.2002783, 29.9755623 ] ], [ [ 120.2002783, 29.9755623 ], [ 120.2012268, 29.9793239 ] ], [ [ 120.2071014, 29.9852636 ], [ 120.2057575, 29.9836475 ] ], [ [ 120.2057575, 29.9836475 ], [ 120.2045615, 29.9816134 ] ], [ [ 120.2045615, 29.9816134 ], [ 120.2042078, 29.9811642 ] ], [ [ 120.2042078, 29.9811642 ], [ 120.203573, 29.9793831 ] ], [ [ 120.203573, 29.9793831 ], [ 120.2029845, 29.9788569 ] ], [ [ 120.2029845, 29.9788569 ], [ 120.2020645, 29.9767141 ] ], [ [ 120.2020645, 29.9767141 ], [ 120.2014726, 29.9752101 ] ], [ [ 120.2014726, 29.9752101 ], [ 120.2008826, 29.9729246 ] ], [ [ 120.2008826, 29.9729246 ], [ 120.2007213, 29.9723903 ] ], [ [ 120.2007213, 29.9723903 ], [ 120.2006741, 29.9720683 ] ], [ [ 120.2027305, 29.9855001 ], [ 120.2024464, 29.9843333 ] ], [ [ 120.2024464, 29.9843333 ], [ 120.202412, 29.984192 ] ], [ [ 120.202412, 29.984192 ], [ 120.2012268, 29.9793239 ] ], [ [ 120.2071014, 29.9852636 ], [ 120.2064914, 29.9855158 ] ], [ [ 120.2064914, 29.9855158 ], [ 120.2059476, 29.9855879 ] ], [ [ 120.2059476, 29.9855879 ], [ 120.2050787, 29.9856311 ] ], [ [ 120.2050787, 29.9856311 ], [ 120.204094, 29.9856458 ] ], [ [ 120.204094, 29.9856458 ], [ 120.2029037, 29.9858547 ] ], [ [ 120.2006741, 29.9720683 ], [ 120.2007384, 29.9717826 ] ], [ [ 120.2007384, 29.9717826 ], [ 120.2008081, 29.9714068 ] ], [ [ 120.2008081, 29.9714068 ], [ 120.2008948, 29.9700638 ] ], [ [ 120.2008948, 29.9700638 ], [ 120.200913, 29.9697824 ] ], [ [ 120.200913, 29.9697824 ], [ 120.2006778, 29.9693158 ] ], [ [ 120.2006778, 29.9693158 ], [ 120.2003819, 29.9684746 ] ], [ [ 120.2003819, 29.9684746 ], [ 120.1996752, 29.9674561 ] ], [ [ 120.1996752, 29.9674561 ], [ 120.1995474, 29.9672719 ] ], [ [ 120.1995474, 29.9672719 ], [ 120.1989633, 29.9667329 ] ], [ [ 120.1989633, 29.9667329 ], [ 120.1982198, 29.9663583 ] ], [ [ 120.1982198, 29.9663583 ], [ 120.1978632, 29.9662071 ] ], [ [ 120.1978632, 29.9662071 ], [ 120.1974763, 29.9662203 ] ], [ [ 120.1974763, 29.9662203 ], [ 120.196968, 29.96624 ] ], [ [ 120.196968, 29.96624 ], [ 120.1959515, 29.9660034 ] ], [ [ 120.1959515, 29.9660034 ], [ 120.195648, 29.9659903 ] ], [ [ 120.195648, 29.9659903 ], [ 120.1950563, 29.9661546 ] ], [ [ 120.1950563, 29.9661546 ], [ 120.1946466, 29.9661874 ] ], [ [ 120.1946466, 29.9661874 ], [ 120.1941383, 29.9660954 ] ], [ [ 120.1941383, 29.9660954 ], [ 120.1936983, 29.9658654 ] ], [ [ 120.1936983, 29.9658654 ], [ 120.1933569, 29.9655565 ] ], [ [ 120.1933569, 29.9655565 ], [ 120.1920839, 29.9652268 ] ], [ [ 120.1920839, 29.9652268 ], [ 120.190032, 29.9646952 ] ], [ [ 120.190032, 29.9646952 ], [ 120.1887899, 29.9643735 ] ], [ [ 120.1887899, 29.9643735 ], [ 120.188183, 29.9642552 ] ], [ [ 120.188183, 29.9642552 ], [ 120.1876671, 29.9642354 ] ], [ [ 120.1876671, 29.9642354 ], [ 120.1858558, 29.9645808 ] ], [ [ 120.1858558, 29.9645808 ], [ 120.185164, 29.9647584 ] ], [ [ 120.185164, 29.9647584 ], [ 120.1843168, 29.9649626 ] ], [ [ 120.2012268, 29.9793239 ], [ 120.1976688, 29.9799952 ] ], [ [ 120.1976688, 29.9799952 ], [ 120.1960197, 29.9803063 ] ], [ [ 120.1960197, 29.9803063 ], [ 120.1957016, 29.9803686 ] ], [ [ 120.1957016, 29.9803686 ], [ 120.1954381, 29.9804185 ] ], [ [ 120.1954381, 29.9804185 ], [ 120.1923107, 29.9810218 ] ], [ [ 120.1923107, 29.9810218 ], [ 120.191281, 29.9812309 ] ], [ [ 120.191281, 29.9812309 ], [ 120.1890899, 29.9816758 ] ], [ [ 120.2027305, 29.9855001 ], [ 120.1971279, 29.9865594 ] ], [ [ 120.1971279, 29.9865594 ], [ 120.1970364, 29.9865767 ] ], [ [ 120.1970364, 29.9865767 ], [ 120.1938412, 29.9871809 ] ], [ [ 120.1938412, 29.9871809 ], [ 120.1897493, 29.9878931 ] ], [ [ 120.1890108, 30.005216 ], [ 120.1891503, 30.0053995 ], [ 120.1892871, 30.0059175 ], [ 120.1892951, 30.0059848 ], [ 120.1893675, 30.0060684 ] ], [ [ 120.1893675, 30.0060684 ], [ 120.1891995, 30.0061225 ] ], [ [ 120.1940567, 30.0040477 ], [ 120.1940872, 30.0043023 ] ], [ [ 120.1940872, 30.0043023 ], [ 120.1942168, 30.0053859 ] ], [ [ 120.1893675, 30.0060684 ], [ 120.1896473, 30.0060567 ] ], [ [ 120.1896473, 30.0060567 ], [ 120.1909789, 30.0058612 ] ], [ [ 120.1909789, 30.0058612 ], [ 120.1942168, 30.0053859 ] ], [ [ 120.191966, 30.007779 ], [ 120.1920893, 30.0075752 ] ], [ [ 120.1920893, 30.0075752 ], [ 120.1926285, 30.0071979 ] ], [ [ 120.1926285, 30.0071979 ], [ 120.1931546, 30.006684 ] ], [ [ 120.1931546, 30.006684 ], [ 120.1933672, 30.0063995 ] ], [ [ 120.1933672, 30.0063995 ], [ 120.193421, 30.0063274 ] ], [ [ 120.193421, 30.0063274 ], [ 120.194095, 30.0056783 ] ], [ [ 120.194095, 30.0056783 ], [ 120.1942168, 30.0053859 ] ], [ [ 120.1901072, 30.0106232 ], [ 120.1903554, 30.01027 ] ], [ [ 120.1903554, 30.01027 ], [ 120.1907751, 30.0101012 ] ], [ [ 120.1907751, 30.0101012 ], [ 120.1909443, 30.0100198 ] ], [ [ 120.1909443, 30.0100198 ], [ 120.1913112, 30.0098434 ] ], [ [ 120.1913112, 30.0098434 ], [ 120.1920371, 30.0100374 ] ], [ [ 120.1920371, 30.0100374 ], [ 120.1923265, 30.0103366 ] ], [ [ 120.1923265, 30.0103366 ], [ 120.1926193, 30.0106392 ] ], [ [ 120.1926193, 30.0106392 ], [ 120.1936748, 30.0114175 ] ], [ [ 120.1936748, 30.0114175 ], [ 120.1944039, 30.0117218 ] ], [ [ 120.1944039, 30.0117218 ], [ 120.195479, 30.0120298 ] ], [ [ 120.195479, 30.0120298 ], [ 120.1965462, 30.012452 ] ], [ [ 120.1965462, 30.012452 ], [ 120.1969213, 30.01341 ] ], [ [ 120.1969213, 30.01341 ], [ 120.1973964, 30.0131937 ] ], [ [ 120.1973964, 30.0131937 ], [ 120.1974814, 30.0131549 ] ], [ [ 120.1974814, 30.0131549 ], [ 120.1977223, 30.0130452 ] ], [ [ 120.1977223, 30.0130452 ], [ 120.1980749, 30.0131916 ] ], [ [ 120.1980749, 30.0131916 ], [ 120.2018334, 30.0133339 ] ], [ [ 120.2018334, 30.0133339 ], [ 120.2020134, 30.0130818 ] ], [ [ 120.2020134, 30.0130818 ], [ 120.2022246, 30.0127858 ] ], [ [ 120.2022246, 30.0127858 ], [ 120.2025903, 30.0112462 ] ], [ [ 120.2025903, 30.0112462 ], [ 120.2023435, 30.0092726 ] ], [ [ 120.2023435, 30.0092726 ], [ 120.2026975, 30.0081965 ] ], [ [ 120.2026975, 30.0081965 ], [ 120.2028369, 30.0071792 ] ], [ [ 120.2020607, 30.0159986 ], [ 120.2024085, 30.0148988 ] ], [ [ 120.2024085, 30.0148988 ], [ 120.2027142, 30.0135519 ] ], [ [ 120.2027142, 30.0135519 ], [ 120.2029181, 30.0130735 ] ], [ [ 120.2029181, 30.0130735 ], [ 120.2029804, 30.0130211 ] ], [ [ 120.2029804, 30.0130211 ], [ 120.2030341, 30.0129003 ] ], [ [ 120.2030341, 30.0129003 ], [ 120.2032507, 30.0116523 ] ], [ [ 120.2032507, 30.0116523 ], [ 120.2033311, 30.011304 ] ], [ [ 120.2033311, 30.011304 ], [ 120.203417, 30.0111368 ] ], [ [ 120.2020607, 30.0159986 ], [ 120.2020339, 30.0160831 ] ], [ [ 120.1982259, 30.0162656 ], [ 120.1981739, 30.0161951 ] ], [ [ 120.1908303, 30.0161976 ], [ 120.1910604, 30.0139454 ], [ 120.1911347, 30.0131996 ] ], [ [ 120.1963133, 30.0137714 ], [ 120.1969213, 30.01341 ] ], [ [ 120.1912262, 30.0132051 ], [ 120.1911843, 30.0139361 ], [ 120.1909247, 30.0162033 ] ], [ [ 120.1981739, 30.0161951 ], [ 120.1978169, 30.0157112 ] ], [ [ 120.1978169, 30.0157112 ], [ 120.1977228, 30.0155837 ] ], [ [ 120.1977228, 30.0155837 ], [ 120.1976866, 30.0150639 ] ], [ [ 120.1976866, 30.0150639 ], [ 120.1976759, 30.0149109 ] ], [ [ 120.1976759, 30.0149109 ], [ 120.1969213, 30.01341 ] ], [ [ 120.1932002, 30.0163838 ], [ 120.1932214, 30.0162565 ], [ 120.1933789, 30.0149795 ], [ 120.193388, 30.0149056 ] ], [ [ 120.1935218, 30.0149096 ], [ 120.1933714, 30.0163942 ] ], [ [ 120.189698, 30.0161289 ], [ 120.1894898, 30.0153972 ] ], [ [ 120.1894898, 30.0153972 ], [ 120.1894903, 30.0148135 ] ], [ [ 120.1894903, 30.0148135 ], [ 120.1898333, 30.0140246 ] ], [ [ 120.1898333, 30.0140246 ], [ 120.1893996, 30.0139931 ] ], [ [ 120.1854945, 30.0158067 ], [ 120.1863106, 30.0158727 ] ], [ [ 120.1863106, 30.0158727 ], [ 120.188193, 30.0160282 ] ], [ [ 120.188193, 30.0160282 ], [ 120.1884504, 30.0160487 ] ], [ [ 120.190817, 30.0163275 ], [ 120.1908303, 30.0161976 ] ], [ [ 120.1909247, 30.0162033 ], [ 120.1909161, 30.016335 ] ], [ [ 120.185388, 30.0186129 ], [ 120.1854035, 30.0184478 ] ], [ [ 120.1854035, 30.0184478 ], [ 120.1854945, 30.0158067 ] ], [ [ 120.2382476, 30.0196211 ], [ 120.2383924, 30.0189662 ] ], [ [ 120.2383924, 30.0189662 ], [ 120.2385673, 30.0182373 ] ], [ [ 120.2385673, 30.0182373 ], [ 120.2388538, 30.0170433 ] ], [ [ 120.2388538, 30.0170433 ], [ 120.2389342, 30.0167507 ] ], [ [ 120.2417972, 30.0203042 ], [ 120.2382476, 30.0196211 ] ], [ [ 120.2378237, 30.0226354 ], [ 120.2378613, 30.0223149 ] ], [ [ 120.2378613, 30.0223149 ], [ 120.2378237, 30.0215811 ] ], [ [ 120.2378237, 30.0215811 ], [ 120.2377916, 30.0212745 ] ], [ [ 120.2377916, 30.0212745 ], [ 120.2377755, 30.0210052 ] ], [ [ 120.2377755, 30.0210052 ], [ 120.2377969, 30.0209262 ] ], [ [ 120.2377969, 30.0209262 ], [ 120.2379149, 30.0207404 ] ], [ [ 120.2379149, 30.0207404 ], [ 120.2379203, 30.0207079 ] ], [ [ 120.2379203, 30.0207079 ], [ 120.2379686, 30.0206568 ] ], [ [ 120.2379686, 30.0206568 ], [ 120.2380222, 30.0205221 ] ], [ [ 120.2380222, 30.0205221 ], [ 120.2381778, 30.0198301 ] ], [ [ 120.2381778, 30.0198301 ], [ 120.2382164, 30.0197145 ] ], [ [ 120.2382164, 30.0197145 ], [ 120.2382476, 30.0196211 ] ], [ [ 120.2378237, 30.0226354 ], [ 120.2375296, 30.0225851 ] ], [ [ 120.2375296, 30.0225851 ], [ 120.2359515, 30.0223149 ] ], [ [ 120.2359515, 30.0223149 ], [ 120.2344118, 30.0220316 ] ], [ [ 120.2421229, 30.0374608 ], [ 120.2421585, 30.0373729 ] ], [ [ 120.2421229, 30.0374608 ], [ 120.2419412, 30.0374931 ] ], [ [ 120.2419412, 30.0374931 ], [ 120.2418192, 30.0375318 ] ], [ [ 120.2418192, 30.0375318 ], [ 120.2417257, 30.0375811 ] ], [ [ 120.2417257, 30.0375811 ], [ 120.2414574, 30.0378292 ] ], [ [ 120.2414574, 30.0378292 ], [ 120.2411891, 30.0380773 ] ], [ [ 120.2411891, 30.0380773 ], [ 120.2411371, 30.0381656 ] ], [ [ 120.2411371, 30.0381656 ], [ 120.2415659, 30.0380674 ] ], [ [ 120.2415659, 30.0380674 ], [ 120.2416426, 30.0379988 ] ], [ [ 120.2416426, 30.0379988 ], [ 120.2419215, 30.0376987 ] ], [ [ 120.2419215, 30.0376987 ], [ 120.2421229, 30.0374608 ] ], [ [ 120.2455136, 30.0413674 ], [ 120.2448111, 30.04205 ] ], [ [ 120.2448111, 30.04205 ], [ 120.2444337, 30.0423534 ] ], [ [ 120.2444337, 30.0423534 ], [ 120.2442429, 30.0425068 ] ], [ [ 120.2442429, 30.0425068 ], [ 120.2441691, 30.0426075 ] ], [ [ 120.2441691, 30.0426075 ], [ 120.2439729, 30.0428751 ] ], [ [ 120.2378237, 30.0226354 ], [ 120.2383119, 30.022784 ] ], [ [ 120.2383119, 30.022784 ], [ 120.2383334, 30.0228444 ] ], [ [ 120.2383334, 30.0228444 ], [ 120.2383334, 30.022942 ] ], [ [ 120.2383334, 30.022942 ], [ 120.2380383, 30.0242935 ] ], [ [ 120.2380383, 30.0242935 ], [ 120.2355974, 30.0238384 ] ], [ [ 120.2380383, 30.0242935 ], [ 120.239876, 30.0246922 ] ], [ [ 120.239876, 30.0246922 ], [ 120.2404165, 30.0248095 ] ], [ [ 120.2376896, 30.0257008 ], [ 120.237872, 30.024967 ] ], [ [ 120.237872, 30.024967 ], [ 120.2379042, 30.0248973 ] ], [ [ 120.2379042, 30.0248973 ], [ 120.2379096, 30.0248137 ] ], [ [ 120.2379096, 30.0248137 ], [ 120.2380383, 30.0242935 ] ], [ [ 120.2411371, 30.0381656 ], [ 120.2409335, 30.0382399 ] ], [ [ 120.2409335, 30.0382399 ], [ 120.2403462, 30.0386667 ] ], [ [ 120.2403462, 30.0386667 ], [ 120.2396997, 30.0390255 ] ], [ [ 120.2396997, 30.0390255 ], [ 120.2391358, 30.0392268 ] ], [ [ 120.2391358, 30.0392268 ], [ 120.2386555, 30.0393789 ] ], [ [ 120.2386555, 30.0393789 ], [ 120.2379385, 30.0394456 ] ], [ [ 120.2379385, 30.0394456 ], [ 120.2373484, 30.0396564 ] ], [ [ 120.2373484, 30.0396564 ], [ 120.2365979, 30.0399094 ] ], [ [ 120.2365979, 30.0399094 ], [ 120.2357226, 30.0403231 ] ], [ [ 120.2357226, 30.0403231 ], [ 120.2354023, 30.0404731 ] ], [ [ 120.2354023, 30.0404731 ], [ 120.2355585, 30.0405068 ] ], [ [ 120.2355585, 30.0405068 ], [ 120.2370867, 30.0408362 ] ], [ [ 120.2370867, 30.0408362 ], [ 120.2397323, 30.0411953 ] ], [ [ 120.2398893, 30.0428331 ], [ 120.2397808, 30.0428056 ] ], [ [ 120.2397808, 30.0428056 ], [ 120.2356087, 30.0432499 ] ], [ [ 120.2398893, 30.0428331 ], [ 120.2420862, 30.0428497 ] ], [ [ 120.2420862, 30.0428497 ], [ 120.2425799, 30.0428534 ] ], [ [ 120.2425799, 30.0428534 ], [ 120.2433598, 30.0428593 ] ], [ [ 120.2433598, 30.0428593 ], [ 120.2439729, 30.0428751 ] ], [ [ 120.2439729, 30.0428751 ], [ 120.2456454, 30.0428434 ] ], [ [ 120.2456454, 30.0428434 ], [ 120.2458277, 30.04284 ] ], [ [ 120.2458277, 30.04284 ], [ 120.2461762, 30.0428334 ] ], [ [ 120.2461762, 30.0428334 ], [ 120.2467333, 30.04285 ] ], [ [ 120.2467333, 30.04285 ], [ 120.2471611, 30.042857 ] ], [ [ 120.2471611, 30.042857 ], [ 120.2472257, 30.042836 ] ], [ [ 120.2396049, 30.0525113 ], [ 120.2398758, 30.0524983 ] ], [ [ 120.2396049, 30.0525113 ], [ 120.2394614, 30.0525111 ] ], [ [ 120.2394614, 30.0525111 ], [ 120.2379528, 30.0525086 ] ], [ [ 120.2442932, 30.0524769 ], [ 120.2441814, 30.0524803 ] ], [ [ 120.2398758, 30.0524983 ], [ 120.2406501, 30.0525042 ] ], [ [ 120.2406501, 30.0525042 ], [ 120.240924, 30.0525063 ] ], [ [ 120.240924, 30.0525063 ], [ 120.2411084, 30.0525077 ] ], [ [ 120.2411084, 30.0525077 ], [ 120.2414586, 30.0525055 ] ], [ [ 120.2414586, 30.0525055 ], [ 120.2424174, 30.0524994 ] ], [ [ 120.2424174, 30.0524994 ], [ 120.2430006, 30.0524931 ] ], [ [ 120.2430006, 30.0524931 ], [ 120.2434267, 30.0524885 ] ], [ [ 120.2434267, 30.0524885 ], [ 120.2441814, 30.0524803 ] ], [ [ 120.185388, 30.0186129 ], [ 120.1853858, 30.0187236 ] ], [ [ 120.185388, 30.0186129 ], [ 120.1878337, 30.0188109 ] ], [ [ 120.1878169, 30.0189255 ], [ 120.186875, 30.0188129 ], [ 120.1853858, 30.0187236 ] ], [ [ 120.1931875, 30.0164932 ], [ 120.1932002, 30.0163838 ] ], [ [ 120.1933714, 30.0163942 ], [ 120.1933569, 30.0165029 ] ], [ [ 120.1929412, 30.0192422 ], [ 120.1929443, 30.0192136 ], [ 120.1931875, 30.0164932 ] ], [ [ 120.1933569, 30.0165029 ], [ 120.1931465, 30.0190104 ], [ 120.1931169, 30.0192716 ], [ 120.1931155, 30.0192842 ], [ 120.1931115, 30.0193196 ] ], [ [ 120.1929313, 30.019333 ], [ 120.1929412, 30.0192422 ] ], [ [ 120.1931115, 30.0193196 ], [ 120.1931048, 30.0193789 ], [ 120.1930999, 30.0194225 ] ], [ [ 120.1982259, 30.0162656 ], [ 120.198394, 30.0164935 ] ], [ [ 120.198394, 30.0164935 ], [ 120.1984543, 30.0173998 ] ], [ [ 120.1984543, 30.0173998 ], [ 120.1990798, 30.0177911 ] ], [ [ 120.1990798, 30.0177911 ], [ 120.1996447, 30.0182338 ] ], [ [ 120.1996447, 30.0182338 ], [ 120.1997814, 30.0186585 ] ], [ [ 120.1997814, 30.0186585 ], [ 120.1997489, 30.0196646 ] ], [ [ 120.1997489, 30.0196646 ], [ 120.198943, 30.021355 ] ], [ [ 120.2020339, 30.0160831 ], [ 120.2016682, 30.0172395 ] ], [ [ 120.2016682, 30.0172395 ], [ 120.2014375, 30.0177179 ] ], [ [ 120.2014375, 30.0177179 ], [ 120.2013892, 30.0177969 ] ], [ [ 120.2013892, 30.0177969 ], [ 120.2011861, 30.0184169 ] ], [ [ 120.2011861, 30.0184169 ], [ 120.20118, 30.0186415 ] ], [ [ 120.20118, 30.0186415 ], [ 120.2011656, 30.0191713 ] ], [ [ 120.2011656, 30.0191713 ], [ 120.2007373, 30.0197592 ] ], [ [ 120.2007373, 30.0197592 ], [ 120.2000877, 30.0207933 ] ], [ [ 120.2000877, 30.0207933 ], [ 120.1997502, 30.0215973 ] ], [ [ 120.198943, 30.021355 ], [ 120.198923, 30.021397 ] ], [ [ 120.1997502, 30.0215973 ], [ 120.1997244, 30.0216589 ] ], [ [ 120.1852318, 30.0217495 ], [ 120.1853089, 30.0203503 ] ], [ [ 120.1853089, 30.0203503 ], [ 120.1853858, 30.0187236 ] ], [ [ 120.1852318, 30.0217495 ], [ 120.1875507, 30.0219048 ] ], [ [ 120.1878233, 30.0219148 ], [ 120.1926077, 30.0222927 ] ], [ [ 120.1927768, 30.0207458 ], [ 120.192783, 30.0206896 ], [ 120.1929313, 30.019333 ] ], [ [ 120.1930999, 30.0194225 ], [ 120.1929488, 30.0207573 ] ], [ [ 120.1927768, 30.0207458 ], [ 120.1915514, 30.0206426 ] ], [ [ 120.1929488, 30.0207573 ], [ 120.1927768, 30.0207458 ] ], [ [ 120.1926077, 30.0222927 ], [ 120.1927768, 30.0207458 ] ], [ [ 120.1929488, 30.0207573 ], [ 120.1927739, 30.022302 ] ], [ [ 120.1926077, 30.0222927 ], [ 120.1927739, 30.022302 ] ], [ [ 120.1985014, 30.022661 ], [ 120.1979053, 30.0226658 ] ], [ [ 120.1979053, 30.0226658 ], [ 120.1967114, 30.0225296 ] ], [ [ 120.1967114, 30.0225296 ], [ 120.1957351, 30.0224645 ] ], [ [ 120.1957351, 30.0224645 ], [ 120.1927739, 30.022302 ] ], [ [ 120.1923133, 30.0253375 ], [ 120.1926077, 30.0222927 ] ], [ [ 120.1927739, 30.022302 ], [ 120.1924616, 30.0253569 ] ], [ [ 120.1985014, 30.022661 ], [ 120.1984266, 30.023081 ] ], [ [ 120.1984266, 30.023081 ], [ 120.1979397, 30.0239598 ] ], [ [ 120.1979397, 30.0239598 ], [ 120.1973232, 30.0250273 ] ], [ [ 120.1973232, 30.0250273 ], [ 120.1969743, 30.0257249 ] ], [ [ 120.1923133, 30.0253375 ], [ 120.1924616, 30.0253569 ] ], [ [ 120.1852318, 30.0217495 ], [ 120.1851658, 30.0233953 ] ], [ [ 120.1851658, 30.0233953 ], [ 120.1873875, 30.0235593 ] ], [ [ 120.1874942, 30.0249829 ], [ 120.1914221, 30.0252791 ] ], [ [ 120.1914221, 30.0252791 ], [ 120.1923133, 30.0253375 ] ], [ [ 120.1969743, 30.0257249 ], [ 120.1969904, 30.0256553 ] ], [ [ 120.1969904, 30.0256553 ], [ 120.1967387, 30.0256834 ] ], [ [ 120.1967387, 30.0256834 ], [ 120.1925057, 30.0253627 ] ], [ [ 120.1925057, 30.0253627 ], [ 120.1924616, 30.0253569 ] ], [ [ 120.1969743, 30.0257249 ], [ 120.1967758, 30.0261754 ] ], [ [ 120.1967758, 30.0261754 ], [ 120.1967704, 30.0262451 ] ], [ [ 120.1967704, 30.0262451 ], [ 120.1967329, 30.026273 ] ], [ [ 120.1967329, 30.026273 ], [ 120.1967068, 30.026327 ] ], [ [ 120.1967068, 30.026327 ], [ 120.1963306, 30.0271833 ] ], [ [ 120.1963306, 30.0271833 ], [ 120.1961727, 30.0274565 ] ], [ [ 120.1961727, 30.0274565 ], [ 120.1952875, 30.0285433 ] ], [ [ 120.1952875, 30.0285433 ], [ 120.1952201, 30.0285673 ] ], [ [ 120.1952201, 30.0285673 ], [ 120.1950485, 30.0286695 ] ], [ [ 120.1950485, 30.0286695 ], [ 120.1949734, 30.0286881 ] ], [ [ 120.1949734, 30.0286881 ], [ 120.1935625, 30.0285487 ] ], [ [ 120.1935625, 30.0285487 ], [ 120.1934928, 30.0285534 ] ], [ [ 120.1934928, 30.0285534 ], [ 120.1931763, 30.0285162 ] ], [ [ 120.1931763, 30.0285162 ], [ 120.1921892, 30.0284187 ] ], [ [ 120.1921892, 30.0284187 ], [ 120.1918459, 30.0283862 ] ], [ [ 120.1918459, 30.0283862 ], [ 120.1914237, 30.028335 ] ], [ [ 120.1914237, 30.028335 ], [ 120.1910037, 30.028284 ] ], [ [ 120.1910037, 30.028284 ], [ 120.1907945, 30.028284 ] ], [ [ 120.1907945, 30.028284 ], [ 120.1907516, 30.0282608 ] ], [ [ 120.1907516, 30.0282608 ], [ 120.1904297, 30.028219 ] ], [ [ 120.1904297, 30.028219 ], [ 120.1902246, 30.028193 ] ], [ [ 120.1902246, 30.028193 ], [ 120.1899523, 30.0281772 ] ], [ [ 120.1899523, 30.0281772 ], [ 120.1895928, 30.028154 ] ], [ [ 120.1895928, 30.028154 ], [ 120.1892094, 30.0281271 ] ], [ [ 120.1892094, 30.0281271 ], [ 120.1871713, 30.0279844 ] ], [ [ 120.1897464, 30.0330059 ], [ 120.1923788, 30.0311816 ] ], [ [ 120.1923788, 30.0311816 ], [ 120.193076, 30.0306985 ] ], [ [ 120.193076, 30.0306985 ], [ 120.1935985, 30.0301644 ] ], [ [ 120.1935985, 30.0301644 ], [ 120.1946921, 30.0292772 ] ], [ [ 120.1946921, 30.0292772 ], [ 120.194968, 30.0289807 ] ], [ [ 120.194968, 30.0289807 ], [ 120.19525, 30.0286687 ] ], [ [ 120.19525, 30.0286687 ], [ 120.1952875, 30.0285433 ] ], [ [ 120.1997244, 30.0216589 ], [ 120.1995347, 30.0219875 ] ], [ [ 120.1995347, 30.0219875 ], [ 120.1993359, 30.0228251 ] ], [ [ 120.1993359, 30.0228251 ], [ 120.1990175, 30.0240951 ] ], [ [ 120.1990175, 30.0240951 ], [ 120.1984125, 30.0245486 ] ], [ [ 120.1984125, 30.0245486 ], [ 120.1979298, 30.0256333 ] ], [ [ 120.1979298, 30.0256333 ], [ 120.1973315, 30.0268016 ] ], [ [ 120.1973315, 30.0268016 ], [ 120.1969864, 30.0276195 ] ], [ [ 120.1969864, 30.0276195 ], [ 120.1965773, 30.0284651 ] ], [ [ 120.1965773, 30.0284651 ], [ 120.1956976, 30.0293383 ] ], [ [ 120.1956976, 30.0293383 ], [ 120.1946667, 30.0306156 ] ], [ [ 120.1946667, 30.0306156 ], [ 120.193787, 30.031734 ] ], [ [ 120.193787, 30.031734 ], [ 120.1937477, 30.031784 ] ], [ [ 120.1937477, 30.031784 ], [ 120.1927516, 30.0315682 ] ], [ [ 120.1927516, 30.0315682 ], [ 120.1914544, 30.0325541 ] ], [ [ 120.1914544, 30.0325541 ], [ 120.1904343, 30.0333555 ] ], [ [ 120.1904343, 30.0333555 ], [ 120.1899927, 30.0342948 ] ], [ [ 120.1899927, 30.0342948 ], [ 120.189258, 30.0348978 ] ], [ [ 120.189258, 30.0348978 ], [ 120.188783, 30.0357138 ] ], [ [ 120.188783, 30.0357138 ], [ 120.1888452, 30.0372563 ] ], [ [ 120.1888452, 30.0372563 ], [ 120.1888865, 30.0392969 ] ], [ [ 120.1888865, 30.0392969 ], [ 120.188923, 30.0423037 ] ], [ [ 120.188923, 30.0423037 ], [ 120.188926, 30.0425512 ] ], [ [ 120.188926, 30.0425512 ], [ 120.188858, 30.0437482 ] ], [ [ 120.188858, 30.0437482 ], [ 120.1890714, 30.0448169 ] ], [ [ 120.1890714, 30.0448169 ], [ 120.1891481, 30.0456606 ] ], [ [ 120.1891481, 30.0456606 ], [ 120.1887715, 30.0463454 ] ], [ [ 120.1887715, 30.0463454 ], [ 120.1881738, 30.0469928 ] ], [ [ 120.1881738, 30.0469928 ], [ 120.1881817, 30.0475441 ] ], [ [ 120.1881817, 30.0475441 ], [ 120.1878293, 30.048465 ] ], [ [ 120.1878293, 30.048465 ], [ 120.1872095, 30.0495271 ] ], [ [ 120.1872095, 30.0495271 ], [ 120.1865441, 30.0509546 ] ], [ [ 120.1865441, 30.0509546 ], [ 120.1862319, 30.0520492 ] ], [ [ 120.1866989, 30.0324676 ], [ 120.1895224, 30.0328653 ] ], [ [ 120.1895224, 30.0328653 ], [ 120.1897464, 30.0330059 ] ], [ [ 120.1897464, 30.0330059 ], [ 120.1894211, 30.03364 ] ], [ [ 120.1894211, 30.03364 ], [ 120.1889821, 30.034214 ] ], [ [ 120.1889821, 30.034214 ], [ 120.1889105, 30.0342737 ] ], [ [ 120.1889105, 30.0342737 ], [ 120.1881504, 30.0349079 ] ], [ [ 120.1881504, 30.0349079 ], [ 120.1878718, 30.0354124 ] ], [ [ 120.1878718, 30.0354124 ], [ 120.1877983, 30.035942 ] ], [ [ 120.1877983, 30.035942 ], [ 120.1877745, 30.0361134 ] ], [ [ 120.1877745, 30.0361134 ], [ 120.1877646, 30.036214 ] ], [ [ 120.1877646, 30.036214 ], [ 120.1876429, 30.0374559 ] ], [ [ 120.1876429, 30.0374559 ], [ 120.1876594, 30.0383567 ] ], [ [ 120.1876594, 30.0383567 ], [ 120.1878239, 30.0390328 ] ], [ [ 120.1878239, 30.0390328 ], [ 120.1878319, 30.0397374 ] ], [ [ 120.1878319, 30.0397374 ], [ 120.1877991, 30.0412543 ] ], [ [ 120.1877991, 30.0412543 ], [ 120.1879275, 30.044213 ] ], [ [ 120.1879275, 30.044213 ], [ 120.18815, 30.0451969 ] ], [ [ 120.18815, 30.0451969 ], [ 120.1877036, 30.0460873 ] ], [ [ 120.1877036, 30.0460873 ], [ 120.1864171, 30.048852 ] ], [ [ 120.1864171, 30.048852 ], [ 120.185655, 30.0499921 ] ], [ [ 120.185655, 30.0499921 ], [ 120.185277, 30.0508791 ] ], [ [ 120.198923, 30.021397 ], [ 120.1988119, 30.0216804 ] ], [ [ 120.1988119, 30.0216804 ], [ 120.1985014, 30.022661 ] ], [ [ 120.2048922, 30.0692818 ], [ 120.2048223, 30.0672061 ] ], [ [ 120.2048223, 30.0672061 ], [ 120.2047698, 30.0656441 ] ], [ [ 120.2047698, 30.0656441 ], [ 120.2047222, 30.0642287 ] ], [ [ 120.2047222, 30.0642287 ], [ 120.2046899, 30.0632692 ] ], [ [ 120.2046899, 30.0632692 ], [ 120.2046832, 30.0630689 ] ], [ [ 120.2046832, 30.0630689 ], [ 120.2045201, 30.0606216 ] ], [ [ 120.2048922, 30.0692818 ], [ 120.2048951, 30.0693689 ] ], [ [ 120.2071014, 29.9852636 ], [ 120.2073626, 29.9851203 ] ], [ [ 120.2073626, 29.9851203 ], [ 120.2078017, 29.9848793 ] ], [ [ 120.2078017, 29.9848793 ], [ 120.2079432, 29.9848017 ] ], [ [ 120.2071014, 29.9852636 ], [ 120.2072159, 29.9854013 ] ], [ [ 120.2072159, 29.9854013 ], [ 120.2090181, 29.987618 ] ], [ [ 120.2090181, 29.987618 ], [ 120.2095768, 29.9888613 ] ], [ [ 120.2095768, 29.9888613 ], [ 120.2100775, 29.9908858 ] ], [ [ 120.2238285, 29.9703504 ], [ 120.2236102, 29.9697291 ], [ 120.2235035, 29.9693736 ], [ 120.2235307, 29.9689437 ], [ 120.2235653, 29.9683982 ] ], [ [ 120.2236533, 29.9684351 ], [ 120.2235952, 29.9691077 ], [ 120.2235763, 29.9693261 ], [ 120.2239125, 29.9703375 ] ], [ [ 120.2239125, 29.9703375 ], [ 120.2239503, 29.9704543 ] ], [ [ 120.2238614, 29.9704579 ], [ 120.2238285, 29.9703504 ] ], [ [ 120.2239503, 29.9704543 ], [ 120.2240979, 29.9709108 ] ], [ [ 120.2240083, 29.9709381 ], [ 120.2238614, 29.9704579 ] ], [ [ 120.2273384, 30.0021528 ], [ 120.2267692, 30.0016919 ] ], [ [ 120.2267692, 30.0016919 ], [ 120.2262247, 30.0007167 ] ], [ [ 120.2262247, 30.0007167 ], [ 120.2257633, 29.9998754 ] ], [ [ 120.2257633, 29.9998754 ], [ 120.2253532, 29.9995964 ] ], [ [ 120.2253532, 29.9995964 ], [ 120.2249672, 29.9993338 ] ], [ [ 120.2249672, 29.9993338 ], [ 120.2246221, 29.9992556 ] ], [ [ 120.2246221, 29.9992556 ], [ 120.2240121, 29.9991174 ] ], [ [ 120.2240121, 29.9991174 ], [ 120.2235449, 29.9990777 ] ], [ [ 120.2235449, 29.9990777 ], [ 120.2231316, 29.9990427 ] ], [ [ 120.2231316, 29.9990427 ], [ 120.2221532, 29.9989596 ] ], [ [ 120.2221532, 29.9989596 ], [ 120.2219585, 29.9989641 ] ], [ [ 120.2219585, 29.9989641 ], [ 120.2206846, 29.998993 ] ], [ [ 120.2206846, 29.998993 ], [ 120.2199634, 29.9988052 ] ], [ [ 120.2199634, 29.9988052 ], [ 120.2197963, 29.9986564 ] ], [ [ 120.2197963, 29.9986564 ], [ 120.2195231, 29.998413 ] ], [ [ 120.2195231, 29.998413 ], [ 120.2193511, 29.9982599 ] ], [ [ 120.2193511, 29.9982599 ], [ 120.2190109, 29.9979568 ] ], [ [ 120.2190109, 29.9979568 ], [ 120.2183546, 29.9966492 ] ], [ [ 120.2183546, 29.9966492 ], [ 120.21834, 29.9964563 ] ], [ [ 120.21834, 29.9964563 ], [ 120.2182511, 29.9962974 ] ], [ [ 120.2182511, 29.9962974 ], [ 120.2179831, 29.9961376 ] ], [ [ 120.2179831, 29.9961376 ], [ 120.2176247, 29.9960878 ] ], [ [ 120.2176247, 29.9960878 ], [ 120.2172782, 29.9961826 ] ], [ [ 120.2172782, 29.9961826 ], [ 120.2168863, 29.9959669 ] ], [ [ 120.2168863, 29.9959669 ], [ 120.2165005, 29.9955496 ] ], [ [ 120.2165005, 29.9955496 ], [ 120.216367, 29.9953166 ] ], [ [ 120.216367, 29.9953166 ], [ 120.216429, 29.9950331 ] ], [ [ 120.216429, 29.9950331 ], [ 120.2166001, 29.9947434 ] ], [ [ 120.2166001, 29.9947434 ], [ 120.2166638, 29.994648 ] ], [ [ 120.2166638, 29.994648 ], [ 120.2167755, 29.9944809 ] ], [ [ 120.2167755, 29.9944809 ], [ 120.2170602, 29.9940547 ] ], [ [ 120.2170602, 29.9940547 ], [ 120.2169134, 29.9937299 ] ], [ [ 120.2169134, 29.9937299 ], [ 120.2163917, 29.9935024 ] ], [ [ 120.2163917, 29.9935024 ], [ 120.2157914, 29.9934893 ] ], [ [ 120.2039444, 29.9915793 ], [ 120.2038865, 29.9913315 ] ], [ [ 120.2038865, 29.9913315 ], [ 120.2038548, 29.9911958 ] ], [ [ 120.2038548, 29.9911958 ], [ 120.2038312, 29.9910949 ] ], [ [ 120.2038312, 29.9910949 ], [ 120.2032221, 29.988488 ] ], [ [ 120.2032221, 29.988488 ], [ 120.2032559, 29.9883422 ] ], [ [ 120.2032559, 29.9883422 ], [ 120.2032997, 29.9881537 ] ], [ [ 120.2032997, 29.9881537 ], [ 120.2033372, 29.987992 ] ], [ [ 120.2033372, 29.987992 ], [ 120.2027305, 29.9855001 ] ], [ [ 120.205691, 29.9998419 ], [ 120.2051326, 30.0008691 ] ], [ [ 120.2051326, 30.0008691 ], [ 120.2050837, 30.0009591 ] ], [ [ 120.2050837, 30.0009591 ], [ 120.2042913, 30.0015695 ] ], [ [ 120.2042913, 30.0015695 ], [ 120.2041119, 30.0049859 ] ], [ [ 120.2041119, 30.0049859 ], [ 120.2037735, 30.0055301 ] ], [ [ 120.2037735, 30.0055301 ], [ 120.2036483, 30.0056661 ] ], [ [ 120.2036483, 30.0056661 ], [ 120.2032009, 30.0061035 ] ], [ [ 120.2032009, 30.0061035 ], [ 120.2029369, 30.0066393 ] ], [ [ 120.2029369, 30.0066393 ], [ 120.2028369, 30.0071792 ] ], [ [ 120.2066718, 30.0000523 ], [ 120.2065194, 30.0009062 ] ], [ [ 120.2065194, 30.0009062 ], [ 120.2060494, 30.0012102 ] ], [ [ 120.2060494, 30.0012102 ], [ 120.2056114, 30.0018273 ] ], [ [ 120.2056114, 30.0018273 ], [ 120.2053891, 30.0024029 ] ], [ [ 120.2053891, 30.0024029 ], [ 120.2049703, 30.0026096 ] ], [ [ 120.2049703, 30.0026096 ], [ 120.2048895, 30.0031263 ] ], [ [ 120.2048895, 30.0031263 ], [ 120.2048138, 30.0043592 ] ], [ [ 120.2048138, 30.0043592 ], [ 120.2050107, 30.0050066 ] ], [ [ 120.2050107, 30.0050066 ], [ 120.2047443, 30.0056578 ] ], [ [ 120.2047443, 30.0056578 ], [ 120.2042278, 30.0061089 ] ], [ [ 120.2042278, 30.0061089 ], [ 120.204136, 30.006189 ] ], [ [ 120.204136, 30.006189 ], [ 120.2037048, 30.006928 ] ], [ [ 120.2037048, 30.006928 ], [ 120.2036974, 30.0070491 ] ], [ [ 120.2036974, 30.0070491 ], [ 120.2036847, 30.0072589 ] ], [ [ 120.2036847, 30.0072589 ], [ 120.2036385, 30.0072545 ] ], [ [ 120.2036385, 30.0072545 ], [ 120.2031212, 30.0072059 ] ], [ [ 120.2031212, 30.0072059 ], [ 120.2028369, 30.0071792 ] ], [ [ 120.203417, 30.0111368 ], [ 120.2036067, 30.0085406 ] ], [ [ 120.2036067, 30.0085406 ], [ 120.2036847, 30.0072589 ] ], [ [ 120.205691, 29.9998419 ], [ 120.2059121, 29.998879 ] ], [ [ 120.2059121, 29.998879 ], [ 120.2059991, 29.9970959 ] ], [ [ 120.2059991, 29.9970959 ], [ 120.2064336, 29.9966962 ] ], [ [ 120.2064336, 29.9966962 ], [ 120.2073028, 29.9958795 ] ], [ [ 120.2073028, 29.9958795 ], [ 120.2090801, 29.9932867 ] ], [ [ 120.2090801, 29.9932867 ], [ 120.2097083, 29.9921915 ] ], [ [ 120.2097083, 29.9921915 ], [ 120.2100775, 29.9908858 ] ], [ [ 120.2066718, 30.0000523 ], [ 120.2065939, 29.9996605 ] ], [ [ 120.2065939, 29.9996605 ], [ 120.2066707, 29.9989359 ] ], [ [ 120.205691, 29.9998419 ], [ 120.2059519, 29.9998979 ] ], [ [ 120.2059519, 29.9998979 ], [ 120.2064569, 30.0000062 ] ], [ [ 120.2064569, 30.0000062 ], [ 120.2066718, 30.0000523 ] ], [ [ 120.2085056, 30.0038534 ], [ 120.2093221, 30.0070558 ] ], [ [ 120.2093221, 30.0070558 ], [ 120.2096991, 30.0085343 ] ], [ [ 120.2096991, 30.0085343 ], [ 120.210012, 30.0097614 ] ], [ [ 120.210012, 30.0097614 ], [ 120.2101077, 30.0101367 ] ], [ [ 120.2101077, 30.0101367 ], [ 120.2097523, 30.0101847 ] ], [ [ 120.2097523, 30.0101847 ], [ 120.2093858, 30.0101833 ] ], [ [ 120.2093858, 30.0101833 ], [ 120.2092105, 30.0101289 ] ], [ [ 120.2092105, 30.0101289 ], [ 120.2086187, 30.009886 ] ], [ [ 120.2086187, 30.009886 ], [ 120.207932, 30.0097699 ] ], [ [ 120.207932, 30.0097699 ], [ 120.2065766, 30.0097806 ] ], [ [ 120.2065766, 30.0097806 ], [ 120.2064532, 30.0098317 ] ], [ [ 120.2064532, 30.0098317 ], [ 120.2062869, 30.0100221 ] ], [ [ 120.2062869, 30.0100221 ], [ 120.2052282, 30.0102111 ] ], [ [ 120.2052282, 30.0102111 ], [ 120.2048224, 30.0102868 ] ], [ [ 120.2048224, 30.0102868 ], [ 120.2046596, 30.0103412 ] ], [ [ 120.2046596, 30.0103412 ], [ 120.2039427, 30.010468 ] ], [ [ 120.2039427, 30.010468 ], [ 120.2038729, 30.0105098 ] ], [ [ 120.2038729, 30.0105098 ], [ 120.2034438, 30.0110253 ] ], [ [ 120.2034438, 30.0110253 ], [ 120.203417, 30.0111368 ] ], [ [ 120.2273384, 30.0021528 ], [ 120.2269801, 30.0028279 ] ], [ [ 120.2269801, 30.0028279 ], [ 120.2261358, 30.0044189 ] ], [ [ 120.2261358, 30.0044189 ], [ 120.2254456, 30.0040163 ] ], [ [ 120.2354023, 30.0404731 ], [ 120.2351475, 30.0406502 ] ], [ [ 120.2351475, 30.0406502 ], [ 120.2349589, 30.0407575 ] ], [ [ 120.2349589, 30.0407575 ], [ 120.2348071, 30.0409239 ] ], [ [ 120.2348071, 30.0409239 ], [ 120.2347394, 30.0411388 ] ], [ [ 120.2347394, 30.0411388 ], [ 120.2345946, 30.04133 ] ], [ [ 120.2345946, 30.04133 ], [ 120.2337129, 30.0420404 ] ], [ [ 120.2337129, 30.0420404 ], [ 120.2334507, 30.0423795 ] ], [ [ 120.2334507, 30.0423795 ], [ 120.2324477, 30.0438453 ] ], [ [ 120.2324477, 30.0438453 ], [ 120.2321387, 30.0442588 ] ], [ [ 120.2321387, 30.0442588 ], [ 120.2318896, 30.044524 ] ], [ [ 120.2318896, 30.044524 ], [ 120.2311971, 30.0453466 ] ], [ [ 120.2311971, 30.0453466 ], [ 120.2306022, 30.0458399 ] ], [ [ 120.2306022, 30.0458399 ], [ 120.2303804, 30.0460231 ] ], [ [ 120.2303804, 30.0460231 ], [ 120.2301009, 30.046254 ] ], [ [ 120.2301009, 30.046254 ], [ 120.2298206, 30.0466171 ] ], [ [ 120.2298206, 30.0466171 ], [ 120.2296784, 30.0469236 ] ], [ [ 120.2296784, 30.0469236 ], [ 120.2295819, 30.047056 ] ], [ [ 120.2295819, 30.047056 ], [ 120.2292144, 30.0473996 ] ], [ [ 120.2292144, 30.0473996 ], [ 120.2287638, 30.048059 ] ], [ [ 120.2287638, 30.048059 ], [ 120.2285841, 30.0486115 ] ], [ [ 120.2285841, 30.0486115 ], [ 120.2284098, 30.0489551 ] ], [ [ 120.2284098, 30.0489551 ], [ 120.2278036, 30.0498258 ] ], [ [ 120.2278036, 30.0498258 ], [ 120.2275166, 30.0501137 ] ], [ [ 120.2275166, 30.0501137 ], [ 120.2271062, 30.0503574 ] ], [ [ 120.2271062, 30.0503574 ], [ 120.2265188, 30.0507103 ] ], [ [ 120.2265188, 30.0507103 ], [ 120.2259743, 30.0511143 ] ], [ [ 120.2259743, 30.0511143 ], [ 120.2255049, 30.0513395 ] ], [ [ 120.2255049, 30.0513395 ], [ 120.2248451, 30.0515206 ] ], [ [ 120.2248451, 30.0515206 ], [ 120.2241504, 30.0517296 ] ], [ [ 120.2241504, 30.0517296 ], [ 120.2234665, 30.051913 ] ], [ [ 120.2234665, 30.051913 ], [ 120.2230093, 30.0520345 ] ], [ [ 120.2230093, 30.0520345 ], [ 120.222978, 30.0520358 ] ], [ [ 120.222978, 30.0520358 ], [ 120.222646, 30.0520498 ] ], [ [ 120.222646, 30.0520498 ], [ 120.222162, 30.0518726 ] ], [ [ 120.222162, 30.0518726 ], [ 120.2215317, 30.0516065 ] ], [ [ 120.2215317, 30.0516065 ], [ 120.2210784, 30.0513931 ] ], [ [ 120.2210784, 30.0513931 ], [ 120.2207458, 30.0513053 ] ], [ [ 120.2207458, 30.0513053 ], [ 120.2202646, 30.0512222 ] ], [ [ 120.2202646, 30.0512222 ], [ 120.2197667, 30.0512201 ] ], [ [ 120.2197667, 30.0512201 ], [ 120.2193991, 30.0512712 ] ], [ [ 120.2193991, 30.0512712 ], [ 120.2189205, 30.051361 ] ], [ [ 120.2189205, 30.051361 ], [ 120.2186263, 30.0514412 ] ], [ [ 120.2186263, 30.0514412 ], [ 120.2180415, 30.051708 ] ], [ [ 120.2180415, 30.051708 ], [ 120.2173558, 30.0520728 ] ], [ [ 120.2173558, 30.0520728 ], [ 120.2166213, 30.0525855 ] ], [ [ 120.2166213, 30.0525855 ], [ 120.2160693, 30.0531191 ] ], [ [ 120.2160693, 30.0531191 ], [ 120.2154424, 30.0537526 ] ], [ [ 120.2154424, 30.0537526 ], [ 120.214513, 30.054438 ] ], [ [ 120.214513, 30.054438 ], [ 120.214169, 30.0547569 ] ], [ [ 120.214169, 30.0547569 ], [ 120.2139341, 30.0549926 ] ], [ [ 120.2139341, 30.0549926 ], [ 120.2134701, 30.0550999 ] ], [ [ 120.2134701, 30.0550999 ], [ 120.2131028, 30.0552675 ] ], [ [ 120.2131028, 30.0552675 ], [ 120.212575, 30.055575 ] ], [ [ 120.212575, 30.055575 ], [ 120.2122603, 30.0557859 ] ], [ [ 120.2122603, 30.0557859 ], [ 120.2118239, 30.055944 ] ], [ [ 120.2118239, 30.055944 ], [ 120.2115118, 30.0561287 ] ], [ [ 120.2115118, 30.0561287 ], [ 120.2112346, 30.0563792 ] ], [ [ 120.2112346, 30.0563792 ], [ 120.2106639, 30.0569422 ] ], [ [ 120.2321913, 30.0108374 ], [ 120.2321181, 30.0111478 ] ], [ [ 120.2321181, 30.0111478 ], [ 120.2320883, 30.0112742 ] ], [ [ 120.2320883, 30.0112742 ], [ 120.2317994, 30.0124999 ] ], [ [ 120.2317994, 30.0124999 ], [ 120.2317439, 30.0127315 ] ], [ [ 120.2317439, 30.0127315 ], [ 120.2316983, 30.0129218 ] ], [ [ 120.2316983, 30.0129218 ], [ 120.2315603, 30.0134974 ] ], [ [ 120.2315603, 30.0134974 ], [ 120.2315319, 30.0136156 ] ], [ [ 120.2315319, 30.0136156 ], [ 120.2310145, 30.0157739 ] ], [ [ 120.2310145, 30.0157739 ], [ 120.2309929, 30.015864 ] ], [ [ 120.2309929, 30.015864 ], [ 120.2307552, 30.0168553 ] ], [ [ 120.2307552, 30.0168553 ], [ 120.2303631, 30.0184908 ] ], [ [ 120.2303631, 30.0184908 ], [ 120.2298592, 30.0205921 ] ], [ [ 120.2298592, 30.0205921 ], [ 120.2296856, 30.0213163 ] ], [ [ 120.2263683, 30.0689989 ], [ 120.2274598, 30.0685604 ], [ 120.228375, 30.068273 ], [ 120.2286974, 30.0681809 ], [ 120.229523, 30.067945 ], [ 120.23068, 30.067685 ], [ 120.2320219, 30.0673953 ], [ 120.232749, 30.067304 ], [ 120.2368037, 30.0665991 ], [ 120.2383536, 30.0663296 ], [ 120.2398451, 30.0660703 ], [ 120.240721, 30.065918 ], [ 120.2408684, 30.0658878 ] ], [ [ 120.2410463, 30.065959 ], [ 120.23834, 30.066406 ], [ 120.2334242, 30.0672625 ], [ 120.2320412, 30.0675061 ], [ 120.2310853, 30.0676826 ], [ 120.2295443, 30.0680273 ], [ 120.2280249, 30.0684916 ], [ 120.2267642, 30.0689477 ], [ 120.2264028, 30.0690981 ], [ 120.224997, 30.0697155 ], [ 120.2239305, 30.0701942 ], [ 120.2229944, 30.0706515 ], [ 120.221723, 30.0712318 ], [ 120.2208835, 30.0715405 ], [ 120.2200922, 30.0717471 ], [ 120.2189764, 30.0720001 ], [ 120.2182522, 30.0721046 ], [ 120.2174959, 30.0722322 ], [ 120.2169433, 30.0722485 ], [ 120.2157388, 30.0722932 ] ], [ [ 120.2171323, 30.0110146 ], [ 120.2161184, 30.0103319 ] ], [ [ 120.2161184, 30.0103319 ], [ 120.2159858, 30.0102868 ] ], [ [ 120.2159858, 30.0102868 ], [ 120.2158424, 30.0102611 ] ], [ [ 120.2158424, 30.0102611 ], [ 120.2155236, 30.0102039 ] ], [ [ 120.2155236, 30.0102039 ], [ 120.2141657, 30.0099603 ] ], [ [ 120.2141657, 30.0099603 ], [ 120.2138599, 30.0099371 ] ], [ [ 120.2138599, 30.0099371 ], [ 120.2137435, 30.009906 ] ], [ [ 120.2137435, 30.009906 ], [ 120.2134737, 30.0099092 ] ], [ [ 120.2134737, 30.0099092 ], [ 120.2128045, 30.0099625 ] ], [ [ 120.2128045, 30.0099625 ], [ 120.2122897, 30.0100035 ] ], [ [ 120.2122897, 30.0100035 ], [ 120.2122468, 30.0100175 ] ], [ [ 120.2122468, 30.0100175 ], [ 120.2114474, 30.010077 ] ], [ [ 120.2114474, 30.010077 ], [ 120.2103944, 30.0101554 ] ], [ [ 120.2103944, 30.0101554 ], [ 120.2101654, 30.0101289 ] ], [ [ 120.2101654, 30.0101289 ], [ 120.2101077, 30.0101367 ] ], [ [ 120.1913363, 30.063286 ], [ 120.1913872, 30.0632802 ] ], [ [ 120.1913872, 30.0632802 ], [ 120.1914462, 30.0632785 ] ], [ [ 120.1914462, 30.0632785 ], [ 120.1915958, 30.0632414 ] ], [ [ 120.1915958, 30.0632414 ], [ 120.1919331, 30.0631305 ] ], [ [ 120.1919331, 30.0631305 ], [ 120.1921141, 30.0631096 ] ], [ [ 120.1921141, 30.0631096 ], [ 120.1924185, 30.0630887 ] ], [ [ 120.1924185, 30.0630887 ], [ 120.1926184, 30.0631108 ] ], [ [ 120.1926184, 30.0631108 ], [ 120.1930489, 30.0631897 ] ], [ [ 120.1930489, 30.0631897 ], [ 120.1933882, 30.0632652 ] ], [ [ 120.1933882, 30.0632652 ], [ 120.1937185, 30.0633028 ] ], [ [ 120.1937185, 30.0633028 ], [ 120.1943934, 30.0618318 ] ], [ [ 120.1943934, 30.0618318 ], [ 120.1950119, 30.0620547 ] ], [ [ 120.1950119, 30.0620547 ], [ 120.1957324, 30.0623264 ] ], [ [ 120.1957324, 30.0623264 ], [ 120.1966122, 30.062597 ] ], [ [ 120.1966122, 30.062597 ], [ 120.1967239, 30.0626314 ] ], [ [ 120.1967239, 30.0626314 ], [ 120.1972583, 30.0626992 ] ], [ [ 120.1972583, 30.0626992 ], [ 120.1973635, 30.0627125 ] ], [ [ 120.1973635, 30.0627125 ], [ 120.1975432, 30.0626703 ] ], [ [ 120.1975432, 30.0626703 ], [ 120.1976914, 30.0625818 ] ], [ [ 120.1976914, 30.0625818 ], [ 120.1977398, 30.0625206 ] ], [ [ 120.1977398, 30.0625206 ], [ 120.1980384, 30.0621432 ] ], [ [ 120.1980384, 30.0621432 ], [ 120.1983287, 30.0616555 ] ], [ [ 120.1983287, 30.0616555 ], [ 120.198774, 30.061018 ] ], [ [ 120.198774, 30.061018 ], [ 120.1991633, 30.060494 ] ], [ [ 120.1991633, 30.060494 ], [ 120.1993993, 30.0603593 ] ], [ [ 120.1993993, 30.0603593 ], [ 120.1997909, 30.0602386 ] ], [ [ 120.1997909, 30.0602386 ], [ 120.2002415, 30.0600158 ] ], [ [ 120.2002415, 30.0600158 ], [ 120.202221, 30.0584372 ] ], [ [ 120.202221, 30.0584372 ], [ 120.2024939, 30.0582513 ] ], [ [ 120.2024939, 30.0582513 ], [ 120.2027253, 30.0580936 ] ], [ [ 120.2027253, 30.0580936 ], [ 120.2034065, 30.0578011 ] ], [ [ 120.2034065, 30.0578011 ], [ 120.2037123, 30.0574436 ] ], [ [ 120.2037123, 30.0574436 ], [ 120.20399, 30.0571844 ] ], [ [ 120.20399, 30.0571844 ], [ 120.2043292, 30.0568678 ] ], [ [ 120.2043292, 30.0568678 ], [ 120.2048346, 30.0565535 ] ], [ [ 120.2048346, 30.0565535 ], [ 120.2052626, 30.0562874 ] ], [ [ 120.2052626, 30.0562874 ], [ 120.2057615, 30.0560646 ] ], [ [ 120.2057615, 30.0560646 ], [ 120.2060136, 30.0557024 ] ], [ [ 120.2060136, 30.0557024 ], [ 120.2062872, 30.055382 ] ], [ [ 120.2062872, 30.055382 ], [ 120.2069471, 30.0547924 ] ], [ [ 120.2069471, 30.0547924 ], [ 120.2073547, 30.0545648 ] ], [ [ 120.2073547, 30.0545648 ], [ 120.2076522, 30.0544728 ] ], [ [ 120.2076522, 30.0544728 ], [ 120.2078054, 30.0544255 ] ], [ [ 120.2078054, 30.0544255 ], [ 120.2082291, 30.054342 ] ], [ [ 120.2082291, 30.054342 ], [ 120.2085077, 30.0543068 ] ], [ [ 120.2085077, 30.0543068 ], [ 120.2087066, 30.0542816 ] ], [ [ 120.2087066, 30.0542816 ], [ 120.2091035, 30.0541005 ] ], [ [ 120.2091035, 30.0541005 ], [ 120.2096668, 30.0536826 ] ], [ [ 120.2096668, 30.0536826 ], [ 120.2102086, 30.053353 ] ], [ [ 120.2102086, 30.053353 ], [ 120.2106485, 30.0531487 ] ], [ [ 120.2106485, 30.0531487 ], [ 120.2118646, 30.0521477 ] ], [ [ 120.2118646, 30.0521477 ], [ 120.2121542, 30.0519093 ] ], [ [ 120.2121542, 30.0519093 ], [ 120.2134937, 30.0508067 ] ], [ [ 120.2134937, 30.0508067 ], [ 120.2140388, 30.050358 ] ], [ [ 120.2140388, 30.050358 ], [ 120.2142057, 30.0502934 ] ], [ [ 120.2142057, 30.0502934 ], [ 120.2144465, 30.0502002 ] ], [ [ 120.2144465, 30.0502002 ], [ 120.2149774, 30.0499823 ] ], [ [ 120.2149774, 30.0499823 ], [ 120.2150688, 30.0499448 ] ], [ [ 120.2150688, 30.0499448 ], [ 120.2157822, 30.0496337 ] ], [ [ 120.2157822, 30.0496337 ], [ 120.2160773, 30.0495408 ] ], [ [ 120.2160773, 30.0495408 ], [ 120.2163723, 30.0495083 ] ], [ [ 120.2163723, 30.0495083 ], [ 120.2167693, 30.0494572 ] ], [ [ 120.2167693, 30.0494572 ], [ 120.2170482, 30.0493783 ] ], [ [ 120.2170482, 30.0493783 ], [ 120.2179012, 30.0493086 ] ], [ [ 120.2179012, 30.0493086 ], [ 120.2184913, 30.0493458 ] ], [ [ 120.2184913, 30.0493458 ], [ 120.2194301, 30.0493226 ] ], [ [ 120.2194301, 30.0493226 ], [ 120.220342, 30.0493876 ] ], [ [ 120.220342, 30.0493876 ], [ 120.2219245, 30.0494247 ] ], [ [ 120.2219245, 30.0494247 ], [ 120.2220533, 30.0494154 ] ], [ [ 120.2220533, 30.0494154 ], [ 120.2220962, 30.0493922 ] ], [ [ 120.2220962, 30.0493922 ], [ 120.2223215, 30.0492715 ] ], [ [ 120.2223215, 30.0492715 ], [ 120.2226648, 30.0491368 ] ], [ [ 120.2226648, 30.0491368 ], [ 120.2228204, 30.0490997 ] ], [ [ 120.2228204, 30.0490997 ], [ 120.2229323, 30.049092 ] ], [ [ 120.2229323, 30.049092 ], [ 120.2232281, 30.0490718 ] ], [ [ 120.2232281, 30.0490718 ], [ 120.2235767, 30.0490625 ] ], [ [ 120.2235767, 30.0490625 ], [ 120.2239523, 30.0490254 ] ], [ [ 120.2239523, 30.0490254 ], [ 120.2242366, 30.0489557 ] ], [ [ 120.2242366, 30.0489557 ], [ 120.2245584, 30.0487607 ] ], [ [ 120.2245584, 30.0487607 ], [ 120.224651, 30.0486816 ] ], [ [ 120.224651, 30.0486816 ], [ 120.2251272, 30.0482747 ] ], [ [ 120.2251272, 30.0482747 ], [ 120.225803, 30.0476974 ] ], [ [ 120.225803, 30.0476974 ], [ 120.2264628, 30.0471448 ] ], [ [ 120.2264628, 30.0471448 ], [ 120.2265312, 30.0470689 ] ], [ [ 120.2265312, 30.0470689 ], [ 120.2269188, 30.0466386 ] ], [ [ 120.2269188, 30.0466386 ], [ 120.2273479, 30.0461557 ] ], [ [ 120.2273479, 30.0461557 ], [ 120.2274552, 30.0459142 ] ], [ [ 120.2274552, 30.0459142 ], [ 120.227643, 30.0453245 ] ], [ [ 120.227643, 30.0453245 ], [ 120.2277127, 30.0448555 ] ], [ [ 120.2277127, 30.0448555 ], [ 120.2280773, 30.0436338 ] ], [ [ 120.2280773, 30.0436338 ], [ 120.2283779, 30.0426265 ] ], [ [ 120.2283779, 30.0426265 ], [ 120.2286086, 30.0420321 ] ], [ [ 120.2286086, 30.0420321 ], [ 120.2287856, 30.0417257 ] ], [ [ 120.2287856, 30.0417257 ], [ 120.2288392, 30.0415585 ] ], [ [ 120.2288392, 30.0415585 ], [ 120.2288446, 30.041447 ] ], [ [ 120.2288446, 30.041447 ], [ 120.2288124, 30.0412334 ] ], [ [ 120.2288124, 30.0412334 ], [ 120.2286783, 30.0409687 ] ], [ [ 120.2286783, 30.0409687 ], [ 120.22863, 30.040807 ] ], [ [ 120.22863, 30.040807 ], [ 120.2285978, 30.0406994 ] ], [ [ 120.2285978, 30.0406994 ], [ 120.2286944, 30.0403882 ] ], [ [ 120.2286944, 30.0403882 ], [ 120.2288071, 30.04017 ] ], [ [ 120.2288071, 30.04017 ], [ 120.2289465, 30.0400446 ] ], [ [ 120.2289465, 30.0400446 ], [ 120.2290967, 30.0399378 ] ], [ [ 120.2290967, 30.0399378 ], [ 120.2293971, 30.0398263 ] ], [ [ 120.2293971, 30.0398263 ], [ 120.2297083, 30.0397613 ] ], [ [ 120.2297083, 30.0397613 ], [ 120.2300355, 30.0396406 ] ], [ [ 120.2300355, 30.0396406 ], [ 120.2311773, 30.0387056 ] ], [ [ 120.2311773, 30.0387056 ], [ 120.2313112, 30.0385986 ] ], [ [ 120.2313112, 30.0385986 ], [ 120.2318103, 30.0381994 ] ], [ [ 120.2318103, 30.0381994 ], [ 120.2326445, 30.0377588 ] ], [ [ 120.2326445, 30.0377588 ], [ 120.2331612, 30.0374647 ] ], [ [ 120.2331612, 30.0374647 ], [ 120.2336779, 30.0372747 ] ], [ [ 120.2336779, 30.0372747 ], [ 120.234952, 30.0368764 ] ], [ [ 120.234952, 30.0368764 ], [ 120.2357921, 30.0365888 ] ], [ [ 120.2357921, 30.0365888 ], [ 120.2362049, 30.0364475 ] ], [ [ 120.2362049, 30.0364475 ], [ 120.2367216, 30.0362759 ] ], [ [ 120.2367216, 30.0362759 ], [ 120.2373996, 30.0361302 ] ], [ [ 120.2373996, 30.0361302 ], [ 120.2375523, 30.0360974 ] ], [ [ 120.2375523, 30.0360974 ], [ 120.237748, 30.0360553 ] ], [ [ 120.237748, 30.0360553 ], [ 120.2385926, 30.035844 ] ], [ [ 120.2385926, 30.035844 ], [ 120.238654, 30.0358286 ] ], [ [ 120.238654, 30.0358286 ], [ 120.2391424, 30.0356693 ] ], [ [ 120.2391424, 30.0356693 ], [ 120.2395671, 30.035559 ] ], [ [ 120.2395671, 30.035559 ], [ 120.2397424, 30.0355221 ] ], [ [ 120.2397424, 30.0355221 ], [ 120.240047, 30.035458 ] ], [ [ 120.240047, 30.035458 ], [ 120.240486, 30.0354897 ] ], [ [ 120.240486, 30.0354897 ], [ 120.2409414, 30.0355073 ] ], [ [ 120.2409414, 30.0355073 ], [ 120.2409647, 30.0355047 ] ], [ [ 120.2409647, 30.0355047 ], [ 120.2418805, 30.0354017 ] ], [ [ 120.2418805, 30.0354017 ], [ 120.2421609, 30.035371 ] ], [ [ 120.2421609, 30.035371 ], [ 120.2423606, 30.035348 ] ], [ [ 120.2423606, 30.035348 ], [ 120.2424134, 30.0353419 ] ], [ [ 120.2424134, 30.0353419 ], [ 120.2429175, 30.0353524 ] ], [ [ 120.2429175, 30.0353524 ], [ 120.2435643, 30.0354615 ] ], [ [ 120.2435643, 30.0354615 ], [ 120.2445188, 30.0356496 ] ], [ [ 120.2445188, 30.0356496 ], [ 120.2455941, 30.035905 ] ], [ [ 120.2455941, 30.035905 ], [ 120.2456486, 30.035905 ] ], [ [ 120.2456486, 30.035905 ], [ 120.24596, 30.035905 ] ], [ [ 120.24596, 30.035905 ], [ 120.246395, 30.0358311 ] ], [ [ 120.246395, 30.0358311 ], [ 120.2467121, 30.035722 ] ], [ [ 120.2467121, 30.035722 ], [ 120.2468829, 30.0354967 ] ], [ [ 120.2468829, 30.0354967 ], [ 120.2469198, 30.035397 ] ], [ [ 120.2469198, 30.035397 ], [ 120.2472285, 30.034564 ] ], [ [ 120.2472285, 30.034564 ], [ 120.247445, 30.03385 ] ], [ [ 120.247445, 30.03385 ], [ 120.2476036, 30.0332967 ] ], [ [ 120.2476036, 30.0332967 ], [ 120.247609, 30.0332595 ] ], [ [ 120.247609, 30.0332595 ], [ 120.2477753, 30.0324142 ] ], [ [ 120.2477753, 30.0324142 ], [ 120.2478824, 30.0316273 ] ], [ [ 120.2478824, 30.0316273 ], [ 120.2478719, 30.0315875 ] ], [ [ 120.2478719, 30.0315875 ], [ 120.2479146, 30.0314276 ] ], [ [ 120.2479146, 30.0314276 ], [ 120.2479415, 30.0310561 ] ], [ [ 120.2479415, 30.0310561 ], [ 120.2480676, 30.0298613 ] ], [ [ 120.2480676, 30.0298613 ], [ 120.2481933, 30.0286406 ] ], [ [ 120.2481933, 30.0286406 ], [ 120.2482077, 30.0285005 ] ], [ [ 120.2482077, 30.0285005 ], [ 120.2482338, 30.0282473 ] ], [ [ 120.2482338, 30.0282473 ], [ 120.2484458, 30.0264587 ] ], [ [ 120.2484458, 30.0264587 ], [ 120.2484925, 30.0262969 ] ], [ [ 120.2484925, 30.0262969 ], [ 120.2486656, 30.0260725 ] ], [ [ 120.2486656, 30.0260725 ], [ 120.2489455, 30.0256985 ] ], [ [ 120.2489455, 30.0256985 ], [ 120.2490436, 30.0255287 ] ], [ [ 120.2490436, 30.0255287 ], [ 120.2490697, 30.0253289 ] ], [ [ 120.2490697, 30.0253289 ], [ 120.249085, 30.0252113 ] ], [ [ 120.249085, 30.0252113 ], [ 120.2490627, 30.0247951 ] ], [ [ 120.2490627, 30.0247951 ], [ 120.249009, 30.0238709 ] ], [ [ 120.249009, 30.0238709 ], [ 120.2488803, 30.023555 ] ], [ [ 120.2488803, 30.023555 ], [ 120.2485852, 30.023072 ] ], [ [ 120.2485852, 30.023072 ], [ 120.2482794, 30.0225565 ] ], [ [ 120.2482794, 30.0225565 ], [ 120.2482043, 30.0223892 ] ], [ [ 120.2482043, 30.0223892 ], [ 120.2481936, 30.0220363 ] ], [ [ 120.2481936, 30.0220363 ], [ 120.2481078, 30.0218365 ] ], [ [ 120.2481078, 30.0218365 ], [ 120.2472816, 30.0204014 ] ], [ [ 120.2472816, 30.0204014 ], [ 120.2472816, 30.0203503 ] ], [ [ 120.2472816, 30.0203503 ], [ 120.2469925, 30.0196618 ] ], [ [ 120.2469925, 30.0196618 ], [ 120.2468954, 30.0194306 ] ], [ [ 120.2468954, 30.0194306 ], [ 120.2467076, 30.0188919 ] ], [ [ 120.2467076, 30.0188919 ], [ 120.2466839, 30.018798 ] ], [ [ 120.2466839, 30.018798 ], [ 120.246493, 30.0180419 ] ], [ [ 120.246493, 30.0180419 ], [ 120.246037, 30.0163466 ] ], [ [ 120.246037, 30.0163466 ], [ 120.2459662, 30.0162018 ] ], [ [ 120.2459662, 30.0162018 ], [ 120.24586, 30.0159844 ] ], [ [ 120.24586, 30.0159844 ], [ 120.2452109, 30.0151855 ] ], [ [ 120.2452109, 30.0151855 ], [ 120.2451143, 30.0149347 ] ], [ [ 120.2451143, 30.0149347 ], [ 120.2450517, 30.0136778 ] ], [ [ 120.2450517, 30.0136778 ], [ 120.2450338, 30.0133184 ] ], [ [ 120.2450338, 30.0133184 ], [ 120.2450499, 30.0132719 ] ], [ [ 120.2450499, 30.0132719 ], [ 120.2450684, 30.0126211 ] ], [ [ 120.2450684, 30.0126211 ], [ 120.2450714, 30.0125148 ] ], [ [ 120.2450714, 30.0125148 ], [ 120.2450446, 30.0119807 ] ], [ [ 120.2450446, 30.0119807 ], [ 120.2448192, 30.0113583 ] ], [ [ 120.2448192, 30.0113583 ], [ 120.2445725, 30.0108428 ] ], [ [ 120.2445725, 30.0108428 ], [ 120.2443901, 30.0102204 ] ], [ [ 120.2443901, 30.0102204 ], [ 120.2444115, 30.0101693 ] ], [ [ 120.2444115, 30.0101693 ], [ 120.2441412, 30.0096509 ] ], [ [ 120.2441412, 30.0096509 ], [ 120.244084, 30.0095412 ] ], [ [ 120.244084, 30.0095412 ], [ 120.2440874, 30.0090862 ] ], [ [ 120.2440874, 30.0090862 ], [ 120.2440898, 30.0087694 ] ], [ [ 120.2157388, 30.0722932 ], [ 120.2153931, 30.072343 ] ], [ [ 120.2153931, 30.072343 ], [ 120.2110517, 30.0728926 ] ], [ [ 120.2110517, 30.0728926 ], [ 120.2090146, 30.0731341 ] ], [ [ 120.2090146, 30.0731341 ], [ 120.2078442, 30.0732414 ] ], [ [ 120.2078442, 30.0732414 ], [ 120.2054951, 30.0733419 ] ], [ [ 120.2054951, 30.0733419 ], [ 120.2050154, 30.0733471 ] ], [ [ 120.2118928, 30.144453 ], [ 120.2118648, 30.144296 ] ], [ [ 120.2118648, 30.144296 ], [ 120.211801, 30.1440786 ] ], [ [ 120.211801, 30.1440786 ], [ 120.211705, 30.1438758 ] ], [ [ 120.211705, 30.1438758 ], [ 120.2116859, 30.1438384 ] ], [ [ 120.2116859, 30.1438384 ], [ 120.2116071, 30.1436845 ] ], [ [ 120.2116071, 30.1436845 ], [ 120.2114769, 30.1434092 ] ], [ [ 120.2114769, 30.1434092 ], [ 120.2114019, 30.1432507 ] ], [ [ 120.2114019, 30.1432507 ], [ 120.2112718, 30.1430698 ] ], [ [ 120.2112718, 30.1430698 ], [ 120.2110974, 30.1428796 ] ], [ [ 120.2110974, 30.1428796 ], [ 120.2109687, 30.1427381 ] ], [ [ 120.2109687, 30.1427381 ], [ 120.2108011, 30.1426198 ] ], [ [ 120.2108011, 30.1426198 ], [ 120.2105449, 30.1425038 ] ], [ [ 120.2105449, 30.1425038 ], [ 120.2103478, 30.1424273 ] ], [ [ 120.2103478, 30.1424273 ], [ 120.2101748, 30.142374 ] ], [ [ 120.2101748, 30.142374 ], [ 120.2100165, 30.1423438 ] ], [ [ 120.2100165, 30.1423438 ], [ 120.2098636, 30.1423322 ] ], [ [ 120.2098636, 30.1423322 ], [ 120.2096102, 30.142338 ] ], [ [ 120.2096102, 30.142338 ], [ 120.209413, 30.1423334 ] ], [ [ 120.209413, 30.1423334 ], [ 120.2091703, 30.1423531 ] ], [ [ 120.2091703, 30.1423531 ], [ 120.2082328, 30.1424818 ] ], [ [ 120.2082328, 30.1424818 ], [ 120.2077246, 30.1425224 ] ], [ [ 120.2077246, 30.1425224 ], [ 120.207219, 30.142483 ] ], [ [ 120.207219, 30.142483 ], [ 120.2070957, 30.1424569 ] ], [ [ 120.2255831, 30.0659438 ], [ 120.2252448, 30.0659022 ] ], [ [ 120.2252448, 30.0659022 ], [ 120.2249658, 30.065937 ] ], [ [ 120.2249658, 30.065937 ], [ 120.2248089, 30.065999 ] ], [ [ 120.2248089, 30.065999 ], [ 120.2245818, 30.066188 ] ], [ [ 120.2245818, 30.066188 ], [ 120.2245523, 30.0663083 ] ], [ [ 120.2245523, 30.0663083 ], [ 120.2245662, 30.0664941 ] ], [ [ 120.2245662, 30.0664941 ], [ 120.2247097, 30.0666485 ] ], [ [ 120.2247097, 30.0666485 ], [ 120.2255462, 30.0672806 ] ], [ [ 120.2255462, 30.0672806 ], [ 120.2257523, 30.0674464 ] ], [ [ 120.2257523, 30.0674464 ], [ 120.2259379, 30.0676345 ] ], [ [ 120.2259379, 30.0676345 ], [ 120.2261645, 30.0681643 ] ], [ [ 120.2261645, 30.0681643 ], [ 120.2263417, 30.0687946 ] ], [ [ 120.2263417, 30.0687946 ], [ 120.2263683, 30.0689989 ] ], [ [ 120.2157388, 30.0722932 ], [ 120.2179784, 30.0720057 ], [ 120.2194295, 30.0718156 ], [ 120.220532, 30.0715487 ], [ 120.221397, 30.0712541 ], [ 120.2224268, 30.070801 ], [ 120.226036, 30.069113 ], [ 120.2263683, 30.0689989 ] ], [ [ 120.2181643, 30.1205283 ], [ 120.2185335, 30.1206824 ] ], [ [ 120.2185335, 30.1206824 ], [ 120.2187375, 30.1207777 ] ], [ [ 120.2187375, 30.1207777 ], [ 120.2193391, 30.1211067 ] ], [ [ 120.2193391, 30.1211067 ], [ 120.2197775, 30.1212824 ] ], [ [ 120.2197775, 30.1212824 ], [ 120.2202521, 30.1213932 ] ], [ [ 120.2202521, 30.1213932 ], [ 120.2206863, 30.1214339 ] ], [ [ 120.2206863, 30.1214339 ], [ 120.2249377, 30.1214874 ] ], [ [ 120.2249377, 30.1214874 ], [ 120.2292105, 30.1215412 ] ], [ [ 120.2292105, 30.1215412 ], [ 120.2321132, 30.1215777 ] ], [ [ 120.2322444, 30.1215906 ], [ 120.2321132, 30.1215777 ] ], [ [ 120.232403, 30.1215871 ], [ 120.2322444, 30.1215906 ] ], [ [ 120.2325526, 30.1215972 ], [ 120.232403, 30.1215871 ] ], [ [ 120.1866122, 30.0586314 ], [ 120.1862623, 30.0583439 ] ], [ [ 120.1862623, 30.0583439 ], [ 120.1857384, 30.0555274 ] ], [ [ 120.1857384, 30.0555274 ], [ 120.1858182, 30.0553325 ] ], [ [ 120.1858182, 30.0553325 ], [ 120.186033, 30.0548081 ] ], [ [ 120.186033, 30.0548081 ], [ 120.1859548, 30.0545311 ] ], [ [ 120.1859548, 30.0545311 ], [ 120.1858291, 30.054086 ] ], [ [ 120.1858291, 30.054086 ], [ 120.1860411, 30.0528195 ] ], [ [ 120.1860411, 30.0528195 ], [ 120.1862319, 30.0520492 ] ], [ [ 120.1855674, 30.0599365 ], [ 120.1861202, 30.0629352 ] ], [ [ 120.1869757, 30.0619401 ], [ 120.1870498, 30.0622634 ] ], [ [ 120.1870498, 30.0622634 ], [ 120.1871939, 30.0623933 ] ], [ [ 120.1871939, 30.0623933 ], [ 120.1873693, 30.0625166 ] ], [ [ 120.1873693, 30.0625166 ], [ 120.1875476, 30.0626098 ] ], [ [ 120.1870498, 30.0622634 ], [ 120.1871348, 30.0626343 ] ], [ [ 120.1871348, 30.0626343 ], [ 120.1875476, 30.0626098 ] ], [ [ 120.1872752, 30.0632471 ], [ 120.1873093, 30.0628923 ] ], [ [ 120.1873093, 30.0628923 ], [ 120.1875476, 30.0626098 ] ], [ [ 120.1872752, 30.0632471 ], [ 120.1871348, 30.0626343 ] ], [ [ 120.1913363, 30.063286 ], [ 120.1911754, 30.0632957 ] ], [ [ 120.1911754, 30.0632957 ], [ 120.1897075, 30.0633843 ] ], [ [ 120.1897075, 30.0633843 ], [ 120.1887549, 30.0627542 ] ], [ [ 120.1887549, 30.0627542 ], [ 120.1882357, 30.0625694 ] ], [ [ 120.1882357, 30.0625694 ], [ 120.1875476, 30.0626098 ] ], [ [ 120.1872752, 30.0632471 ], [ 120.1881044, 30.0669214 ] ], [ [ 120.1913363, 30.063286 ], [ 120.1912471, 30.063336 ] ], [ [ 120.1912471, 30.063336 ], [ 120.1911029, 30.0634578 ] ], [ [ 120.1911029, 30.0634578 ], [ 120.1908374, 30.06369 ] ], [ [ 120.1908374, 30.06369 ], [ 120.1905933, 30.0639639 ] ], [ [ 120.1905933, 30.0639639 ], [ 120.1904805, 30.0641163 ] ], [ [ 120.1904805, 30.0641163 ], [ 120.1902467, 30.0641873 ] ], [ [ 120.1902467, 30.0641873 ], [ 120.1901774, 30.0642084 ] ], [ [ 120.1901774, 30.0642084 ], [ 120.1898089, 30.0642779 ] ], [ [ 120.1898089, 30.0642779 ], [ 120.1893605, 30.0643556 ] ], [ [ 120.1893605, 30.0643556 ], [ 120.1888685, 30.0644056 ] ], [ [ 120.1888685, 30.0644056 ], [ 120.1877929, 30.0645417 ] ], [ [ 120.1877929, 30.0645417 ], [ 120.1879213, 30.0651758 ] ], [ [ 120.1879213, 30.0651758 ], [ 120.1882512, 30.0668058 ] ], [ [ 120.1882512, 30.0668058 ], [ 120.1881044, 30.0669214 ] ], [ [ 120.1861202, 30.0629352 ], [ 120.1870114, 30.0673043 ] ], [ [ 120.1881044, 30.0669214 ], [ 120.1879245, 30.0670048 ] ], [ [ 120.1879245, 30.0670048 ], [ 120.1870114, 30.0673043 ] ], [ [ 120.1839731, 30.0696023 ], [ 120.1857486, 30.0678452 ] ], [ [ 120.1857486, 30.0678452 ], [ 120.1859536, 30.0677485 ] ], [ [ 120.1859536, 30.0677485 ], [ 120.1862936, 30.0675882 ] ], [ [ 120.1862936, 30.0675882 ], [ 120.1870114, 30.0673043 ] ], [ [ 120.193502, 30.1190789 ], [ 120.1932125, 30.118918 ] ], [ [ 120.1932125, 30.118918 ], [ 120.1931293, 30.118883 ] ], [ [ 120.1931293, 30.118883 ], [ 120.1930644, 30.1188655 ] ], [ [ 120.1930644, 30.1188655 ], [ 120.1929836, 30.1188389 ] ], [ [ 120.1929836, 30.1188389 ], [ 120.1929161, 30.1188372 ] ], [ [ 120.1929161, 30.1188372 ], [ 120.1919784, 30.118783 ] ], [ [ 120.1919784, 30.118783 ], [ 120.1918686, 30.1187869 ] ], [ [ 120.1918686, 30.1187869 ], [ 120.1915616, 30.1187978 ] ], [ [ 120.1915616, 30.1187978 ], [ 120.1911391, 30.1188427 ] ], [ [ 120.1854709, 30.0709754 ], [ 120.18576, 30.0705935 ] ], [ [ 120.18576, 30.0705935 ], [ 120.1858379, 30.0704587 ] ], [ [ 120.1858379, 30.0704587 ], [ 120.1860523, 30.0700875 ] ], [ [ 120.1860523, 30.0700875 ], [ 120.1862588, 30.0696534 ] ], [ [ 120.1862588, 30.0696534 ], [ 120.186739, 30.0685206 ] ], [ [ 120.186739, 30.0685206 ], [ 120.1867915, 30.0683303 ] ], [ [ 120.1867915, 30.0683303 ], [ 120.1868637, 30.0680587 ] ], [ [ 120.1868637, 30.0680587 ], [ 120.1868999, 30.0678614 ] ], [ [ 120.1868999, 30.0678614 ], [ 120.1869173, 30.0677024 ] ], [ [ 120.1869173, 30.0677024 ], [ 120.1868919, 30.0675666 ] ], [ [ 120.1868919, 30.0675666 ], [ 120.1868939, 30.0674801 ] ], [ [ 120.1868939, 30.0674801 ], [ 120.1869026, 30.0674343 ] ], [ [ 120.1869026, 30.0674343 ], [ 120.1869428, 30.0673577 ] ], [ [ 120.1869428, 30.0673577 ], [ 120.1870114, 30.0673043 ] ], [ [ 120.2050154, 30.0733471 ], [ 120.2049526, 30.071271 ] ], [ [ 120.2049526, 30.071271 ], [ 120.2048951, 30.0693689 ] ], [ [ 120.1917644, 30.0737083 ], [ 120.1919741, 30.0736252 ] ], [ [ 120.1919741, 30.0736252 ], [ 120.1922507, 30.0735827 ] ], [ [ 120.1922507, 30.0735827 ], [ 120.1930875, 30.0735161 ] ], [ [ 120.1930875, 30.0735161 ], [ 120.1940676, 30.0734843 ] ], [ [ 120.1940676, 30.0734843 ], [ 120.1951728, 30.0734843 ] ], [ [ 120.1951728, 30.0734843 ], [ 120.1964201, 30.0734369 ] ], [ [ 120.1964201, 30.0734369 ], [ 120.1968742, 30.0734511 ] ], [ [ 120.1968742, 30.0734511 ], [ 120.1979684, 30.0734369 ] ], [ [ 120.1979684, 30.0734369 ], [ 120.1991639, 30.0734734 ] ], [ [ 120.1991639, 30.0734734 ], [ 120.1997356, 30.0734947 ] ], [ [ 120.1997356, 30.0734947 ], [ 120.2017062, 30.0734592 ] ], [ [ 120.2017062, 30.0734592 ], [ 120.2024593, 30.0734415 ] ], [ [ 120.2024593, 30.0734415 ], [ 120.2047905, 30.0733659 ] ], [ [ 120.2047905, 30.0733659 ], [ 120.2050154, 30.0733471 ] ], [ [ 120.2050154, 30.0733471 ], [ 120.2050358, 30.0738318 ] ], [ [ 120.2050358, 30.0738318 ], [ 120.2050423, 30.0739845 ] ], [ [ 120.2050423, 30.0739845 ], [ 120.2050563, 30.0743176 ] ], [ [ 120.2050563, 30.0743176 ], [ 120.2050974, 30.0752932 ] ], [ [ 120.2050974, 30.0752932 ], [ 120.2051326, 30.0761302 ] ], [ [ 120.2051326, 30.0761302 ], [ 120.2051524, 30.0766005 ] ], [ [ 120.2051524, 30.0766005 ], [ 120.2051634, 30.0768608 ] ], [ [ 120.2051634, 30.0768608 ], [ 120.2052398, 30.0786777 ] ], [ [ 120.2052398, 30.0786777 ], [ 120.2052451, 30.0788031 ] ], [ [ 120.2052451, 30.0788031 ], [ 120.2052656, 30.0792896 ] ], [ [ 120.2052656, 30.0792896 ], [ 120.2052701, 30.0793956 ] ], [ [ 120.2052701, 30.0793956 ], [ 120.2054086, 30.0826869 ] ], [ [ 120.2054086, 30.0826869 ], [ 120.2055103, 30.0851021 ] ], [ [ 120.2055103, 30.0851021 ], [ 120.2055237, 30.0854199 ] ], [ [ 120.2055237, 30.0854199 ], [ 120.2051043, 30.0860951 ] ], [ [ 120.2051043, 30.0860951 ], [ 120.204714, 30.0864694 ] ], [ [ 120.204714, 30.0864694 ], [ 120.2039658, 30.0866444 ] ], [ [ 120.2039658, 30.0866444 ], [ 120.2038892, 30.0866623 ] ], [ [ 120.2038892, 30.0866623 ], [ 120.2036914, 30.0874344 ] ], [ [ 120.2036914, 30.0874344 ], [ 120.2035803, 30.0878681 ] ], [ [ 120.2035803, 30.0878681 ], [ 120.2032707, 30.0880225 ] ], [ [ 120.2032707, 30.0880225 ], [ 120.2003811, 30.0875662 ] ], [ [ 120.2003811, 30.0875662 ], [ 120.2000542, 30.087688 ] ], [ [ 120.18381, 30.0975677 ], [ 120.1840085, 30.0970935 ] ], [ [ 120.1840085, 30.0970935 ], [ 120.1844162, 30.0960586 ] ], [ [ 120.1844162, 30.0960586 ], [ 120.1848668, 30.0951442 ] ], [ [ 120.1848668, 30.0951442 ], [ 120.1851565, 30.094513 ] ], [ [ 120.1851565, 30.094513 ], [ 120.1852249, 30.0944515 ] ], [ [ 120.1852249, 30.0944515 ], [ 120.1852601, 30.0943821 ] ], [ [ 120.2408684, 30.0658878 ], [ 120.2410859, 30.0657553 ] ], [ [ 120.2410859, 30.0657553 ], [ 120.2412489, 30.0655933 ] ], [ [ 120.2412489, 30.0655933 ], [ 120.2413253, 30.0654264 ] ], [ [ 120.2413253, 30.0654264 ], [ 120.241331, 30.0653822 ] ], [ [ 120.241331, 30.0653822 ], [ 120.2413486, 30.0652442 ] ], [ [ 120.2408684, 30.0658878 ], [ 120.2415325, 30.0658043 ] ], [ [ 120.2415325, 30.0658043 ], [ 120.2420488, 30.0657885 ], [ 120.2479691, 30.0659334 ] ], [ [ 120.2408684, 30.0658878 ], [ 120.2410463, 30.065959 ] ], [ [ 120.2415502, 30.0659126 ], [ 120.2410463, 30.065959 ] ], [ [ 120.2479817, 30.0660811 ], [ 120.2428508, 30.0659045 ], [ 120.2415502, 30.0659126 ] ], [ [ 120.2416697, 30.0664481 ], [ 120.241525, 30.0662559 ] ], [ [ 120.241525, 30.0662559 ], [ 120.241356, 30.0660862 ] ], [ [ 120.241356, 30.0660862 ], [ 120.2411356, 30.0659947 ] ], [ [ 120.2411356, 30.0659947 ], [ 120.2410463, 30.065959 ] ], [ [ 120.2316924, 30.0984522 ], [ 120.2322068, 30.0995793 ] ], [ [ 120.2322068, 30.0995793 ], [ 120.2326787, 30.1002566 ] ], [ [ 120.2326787, 30.1002566 ], [ 120.2330288, 30.1007664 ] ], [ [ 120.2330288, 30.1007664 ], [ 120.2333922, 30.1009275 ] ], [ [ 120.241018, 30.12517 ], [ 120.2411372, 30.1261872 ] ], [ [ 120.2411372, 30.1261872 ], [ 120.2414912, 30.1272892 ] ], [ [ 120.2414912, 30.1272892 ], [ 120.2415053, 30.1278892 ] ], [ [ 120.2415053, 30.1278892 ], [ 120.2414935, 30.1290431 ] ], [ [ 120.2414935, 30.1290431 ], [ 120.2414923, 30.1291635 ] ], [ [ 120.2414912, 30.1292704 ], [ 120.2414923, 30.1291635 ] ], [ [ 120.2413901, 30.1346609 ], [ 120.2414011, 30.1321692 ] ], [ [ 120.2414011, 30.1321692 ], [ 120.2414912, 30.1292704 ] ], [ [ 120.2413847, 30.1347966 ], [ 120.2413901, 30.1346609 ] ], [ [ 120.2413847, 30.1347966 ], [ 120.2413955, 30.1354514 ] ], [ [ 120.2413955, 30.1354514 ], [ 120.2413987, 30.1358515 ] ], [ [ 120.2432077, 30.146713 ], [ 120.2433475, 30.146709 ] ], [ [ 120.2430592, 30.1467172 ], [ 120.2432077, 30.146713 ] ], [ [ 120.2430592, 30.1467172 ], [ 120.2429619, 30.14672 ] ], [ [ 120.2404261, 30.146723 ], [ 120.2429619, 30.14672 ] ], [ [ 120.2401598, 30.1669029 ], [ 120.2402607, 30.1670319 ] ], [ [ 120.2396755, 30.1705115 ], [ 120.2396886, 30.1702597 ] ], [ [ 120.2396886, 30.1702597 ], [ 120.2396964, 30.1701093 ] ], [ [ 120.2396964, 30.1701093 ], [ 120.2396427, 30.1697754 ] ], [ [ 120.2396427, 30.1697754 ], [ 120.2396398, 30.169569 ] ], [ [ 120.2396398, 30.169569 ], [ 120.2396734, 30.1693766 ] ], [ [ 120.2396734, 30.1693766 ], [ 120.239822, 30.1690788 ] ], [ [ 120.239822, 30.1690788 ], [ 120.2399715, 30.168835 ] ], [ [ 120.2399715, 30.168835 ], [ 120.2400844, 30.1685419 ] ], [ [ 120.2400844, 30.1685419 ], [ 120.2401943, 30.1682551 ] ], [ [ 120.2401943, 30.1682551 ], [ 120.240272, 30.1680524 ] ], [ [ 120.240272, 30.1680524 ], [ 120.2403598, 30.1677789 ] ], [ [ 120.2403598, 30.1677789 ], [ 120.2404152, 30.1674843 ] ], [ [ 120.2404152, 30.1674843 ], [ 120.2404045, 30.1673418 ] ], [ [ 120.2404045, 30.1673418 ], [ 120.2402607, 30.1670319 ] ], [ [ 120.2366628, 30.1702214 ], [ 120.2368722, 30.1702818 ] ], [ [ 120.1911391, 30.1188427 ], [ 120.1910868, 30.1183605 ] ], [ [ 120.1910868, 30.1183605 ], [ 120.1910986, 30.118063 ] ], [ [ 120.1910986, 30.118063 ], [ 120.1911027, 30.1179599 ] ], [ [ 120.1911027, 30.1179599 ], [ 120.191111, 30.1173362 ] ], [ [ 120.191111, 30.1173362 ], [ 120.1910994, 30.1172169 ] ], [ [ 120.1910994, 30.1172169 ], [ 120.1910895, 30.1171158 ] ], [ [ 120.1910895, 30.1171158 ], [ 120.1910466, 30.1169418 ] ], [ [ 120.1910466, 30.1169418 ], [ 120.1910278, 30.1168791 ] ], [ [ 120.1910278, 30.1168791 ], [ 120.190924, 30.116499 ] ], [ [ 120.190924, 30.116499 ], [ 120.1907772, 30.1161181 ] ], [ [ 120.1907772, 30.1161181 ], [ 120.1906158, 30.1157157 ] ], [ [ 120.1906158, 30.1157157 ], [ 120.190523, 30.1155024 ] ], [ [ 120.190523, 30.1155024 ], [ 120.1904876, 30.1153945 ] ], [ [ 120.1904876, 30.1153945 ], [ 120.1904555, 30.1152966 ] ], [ [ 120.1904555, 30.1152966 ], [ 120.1904255, 30.1151678 ] ], [ [ 120.1904255, 30.1151678 ], [ 120.1904157, 30.1149999 ] ], [ [ 120.1904157, 30.1149999 ], [ 120.1904259, 30.1145849 ] ], [ [ 120.1911391, 30.1188427 ], [ 120.1906869, 30.1189023 ] ], [ [ 120.1906869, 30.1189023 ], [ 120.1904149, 30.1189382 ] ], [ [ 120.193502, 30.1190789 ], [ 120.1936053, 30.1191363 ] ], [ [ 120.1936053, 30.1191363 ], [ 120.1944571, 30.1196244 ] ], [ [ 120.1944571, 30.1196244 ], [ 120.1948891, 30.1198515 ] ], [ [ 120.1948891, 30.1198515 ], [ 120.1955684, 30.1201705 ] ], [ [ 120.1955684, 30.1201705 ], [ 120.1958005, 30.1202698 ] ], [ [ 120.1958005, 30.1202698 ], [ 120.196175, 30.1204267 ] ], [ [ 120.196175, 30.1204267 ], [ 120.1965438, 30.1205608 ] ], [ [ 120.1965438, 30.1205608 ], [ 120.1972736, 30.1208414 ] ], [ [ 120.1972736, 30.1208414 ], [ 120.1989779, 30.1213454 ] ], [ [ 120.1989779, 30.1213454 ], [ 120.1992439, 30.1213921 ] ], [ [ 120.1992439, 30.1213921 ], [ 120.1993685, 30.1214053 ] ], [ [ 120.1993685, 30.1214053 ], [ 120.1995524, 30.121395 ] ], [ [ 120.1995524, 30.121395 ], [ 120.1996901, 30.1213742 ] ], [ [ 120.1996901, 30.1213742 ], [ 120.1998424, 30.1213518 ] ], [ [ 120.1998424, 30.1213518 ], [ 120.2000804, 30.1212639 ] ], [ [ 120.2000804, 30.1212639 ], [ 120.2001757, 30.1212118 ] ], [ [ 120.2001757, 30.1212118 ], [ 120.200241, 30.1211293 ] ], [ [ 120.200241, 30.1211293 ], [ 120.2003264, 30.1210077 ] ], [ [ 120.2003264, 30.1210077 ], [ 120.2003816, 30.1209078 ] ], [ [ 120.2003816, 30.1209078 ], [ 120.2004268, 30.1207862 ] ], [ [ 120.2004268, 30.1207862 ], [ 120.2004469, 30.1206602 ] ], [ [ 120.2004469, 30.1206602 ], [ 120.2004418, 30.120556 ] ], [ [ 120.2004418, 30.120556 ], [ 120.2004117, 30.1204257 ] ], [ [ 120.2004117, 30.1204257 ], [ 120.2003264, 30.1202781 ] ], [ [ 120.2003264, 30.1202781 ], [ 120.2002209, 30.1201695 ] ], [ [ 120.2002209, 30.1201695 ], [ 120.199995, 30.1199871 ] ], [ [ 120.199995, 30.1199871 ], [ 120.1997691, 30.1198612 ] ], [ [ 120.1997691, 30.1198612 ], [ 120.1994327, 30.1197439 ] ], [ [ 120.1994327, 30.1197439 ], [ 120.1990812, 30.1196961 ] ], [ [ 120.1990812, 30.1196961 ], [ 120.1989206, 30.1196918 ] ], [ [ 120.1989206, 30.1196918 ], [ 120.1986444, 30.1197265 ] ], [ [ 120.1986444, 30.1197265 ], [ 120.1984687, 30.1197787 ] ], [ [ 120.1984687, 30.1197787 ], [ 120.198303, 30.1198264 ] ], [ [ 120.198303, 30.1198264 ], [ 120.1981022, 30.1198351 ] ], [ [ 120.1981022, 30.1198351 ], [ 120.1979164, 30.1198221 ] ], [ [ 120.1979164, 30.1198221 ], [ 120.1977106, 30.119796 ] ], [ [ 120.1977106, 30.119796 ], [ 120.1975248, 30.1197309 ] ], [ [ 120.1975248, 30.1197309 ], [ 120.1973943, 30.1196701 ] ], [ [ 120.1973943, 30.1196701 ], [ 120.1971332, 30.1194964 ] ], [ [ 120.1971332, 30.1194964 ], [ 120.1969072, 30.1192358 ] ], [ [ 120.1969072, 30.1192358 ], [ 120.1966562, 30.1188927 ] ], [ [ 120.1966562, 30.1188927 ], [ 120.1965106, 30.1187364 ] ], [ [ 120.1965106, 30.1187364 ], [ 120.1962244, 30.1185192 ] ], [ [ 120.1962244, 30.1185192 ], [ 120.1960286, 30.118441 ] ], [ [ 120.1960286, 30.118441 ], [ 120.1957474, 30.1183672 ] ], [ [ 120.1957474, 30.1183672 ], [ 120.1955065, 30.1183412 ] ], [ [ 120.1955065, 30.1183412 ], [ 120.1953357, 30.1183498 ] ], [ [ 120.1953357, 30.1183498 ], [ 120.19515, 30.1183846 ] ], [ [ 120.19515, 30.1183846 ], [ 120.1949391, 30.1184454 ] ], [ [ 120.1949391, 30.1184454 ], [ 120.1946881, 30.1184932 ] ], [ [ 120.1946881, 30.1184932 ], [ 120.1943757, 30.1184869 ] ], [ [ 120.1943757, 30.1184869 ], [ 120.1942013, 30.1184923 ] ], [ [ 120.1942013, 30.1184923 ], [ 120.1940519, 30.1185246 ] ], [ [ 120.1940519, 30.1185246 ], [ 120.1939149, 30.1185946 ] ], [ [ 120.1939149, 30.1185946 ], [ 120.1937904, 30.1186862 ] ], [ [ 120.1937904, 30.1186862 ], [ 120.193697, 30.118767 ] ], [ [ 120.193697, 30.118767 ], [ 120.1936098, 30.118837 ] ], [ [ 120.1936098, 30.118837 ], [ 120.1935164, 30.1188855 ] ], [ [ 120.1935164, 30.1188855 ], [ 120.1934728, 30.1189339 ] ], [ [ 120.1934728, 30.1189339 ], [ 120.1934728, 30.1190093 ] ], [ [ 120.1934728, 30.1190093 ], [ 120.193502, 30.1190789 ] ], [ [ 120.1911391, 30.1188427 ], [ 120.1911713, 30.119002 ] ], [ [ 120.1911713, 30.119002 ], [ 120.1912571, 30.1191018 ] ], [ [ 120.1912571, 30.1191018 ], [ 120.1914503, 30.1192398 ] ], [ [ 120.1914503, 30.1192398 ], [ 120.1917104, 30.1193837 ] ], [ [ 120.1917104, 30.1193837 ], [ 120.1919988, 30.119597 ] ], [ [ 120.1919988, 30.119597 ], [ 120.1922844, 30.1199648 ] ], [ [ 120.1922844, 30.1199648 ], [ 120.1925111, 30.1202954 ] ], [ [ 120.1925111, 30.1202954 ], [ 120.1926425, 30.1204729 ] ], [ [ 120.1926425, 30.1204729 ], [ 120.1928397, 30.1208256 ] ], [ [ 120.1928397, 30.1208256 ], [ 120.1929362, 30.1212026 ] ], [ [ 120.1929362, 30.1212026 ], [ 120.1929326, 30.1214056 ] ], [ [ 120.1929326, 30.1214056 ], [ 120.1929255, 30.1217954 ] ], [ [ 120.1929255, 30.1217954 ], [ 120.1929137, 30.1224545 ] ], [ [ 120.1929137, 30.1224545 ], [ 120.1929053, 30.1229226 ] ], [ [ 120.1929053, 30.1229226 ], [ 120.1927879, 30.124979 ] ], [ [ 120.1927879, 30.124979 ], [ 120.1927745, 30.1252037 ] ], [ [ 120.1927745, 30.1252037 ], [ 120.1927486, 30.1256385 ] ], [ [ 120.1927486, 30.1256385 ], [ 120.1927273, 30.1259946 ] ], [ [ 120.1927273, 30.1259946 ], [ 120.1927216, 30.1260796 ] ], [ [ 120.1887264, 30.146437 ], [ 120.1902036, 30.1442921 ] ], [ [ 120.1902036, 30.1442921 ], [ 120.1903904, 30.1440253 ] ], [ [ 120.1841467, 30.1445731 ], [ 120.1859729, 30.1453413 ], [ 120.1887264, 30.146437 ] ], [ [ 120.1886698, 30.1465318 ], [ 120.1869568, 30.1458983 ], [ 120.1859517, 30.1455004 ], [ 120.1840273, 30.14472 ] ], [ [ 120.1887264, 30.146437 ], [ 120.1886698, 30.1465318 ] ], [ [ 120.1887264, 30.146437 ], [ 120.1898781, 30.1469369 ], [ 120.190494, 30.1472043 ], [ 120.1912701, 30.1477616 ], [ 120.191733, 30.1481618 ], [ 120.1927648, 30.1492591 ] ], [ [ 120.1926846, 30.1493484 ], [ 120.1916372, 30.1482446 ], [ 120.1911903, 30.1478858 ], [ 120.190462, 30.1473286 ], [ 120.1898468, 30.147015 ], [ 120.1897457, 30.1469634 ], [ 120.1886698, 30.1465318 ] ], [ [ 120.1860693, 30.1505669 ], [ 120.187094, 30.149421 ] ], [ [ 120.187094, 30.149421 ], [ 120.1879346, 30.1478299 ] ], [ [ 120.1879346, 30.1478299 ], [ 120.1886698, 30.1465318 ] ], [ [ 120.2070957, 30.1424569 ], [ 120.2067885, 30.1424099 ] ], [ [ 120.2067885, 30.1424099 ], [ 120.2064143, 30.1422974 ] ], [ [ 120.2064143, 30.1422974 ], [ 120.2062292, 30.1422046 ] ], [ [ 120.2062292, 30.1422046 ], [ 120.2059811, 30.1420365 ] ], [ [ 120.2059811, 30.1420365 ], [ 120.2056257, 30.1417546 ] ], [ [ 120.2056257, 30.1417546 ], [ 120.2053642, 30.1414647 ] ], [ [ 120.2053642, 30.1414647 ], [ 120.2053243, 30.1413904 ] ], [ [ 120.2053243, 30.1413904 ], [ 120.2051979, 30.141155 ] ], [ [ 120.2051979, 30.141155 ], [ 120.2051161, 30.140973 ] ], [ [ 120.2051161, 30.140973 ], [ 120.2050625, 30.1407943 ] ], [ [ 120.2050625, 30.1407943 ], [ 120.2050249, 30.1405577 ] ], [ [ 120.2050249, 30.1405577 ], [ 120.2049834, 30.1401054 ] ], [ [ 120.2049834, 30.1401054 ], [ 120.2049136, 30.1397969 ] ], [ [ 120.2049136, 30.1397969 ], [ 120.2048653, 30.1396902 ] ], [ [ 120.2048653, 30.1396902 ], [ 120.2047983, 30.1395476 ] ], [ [ 120.2047983, 30.1395476 ], [ 120.2047044, 30.1394293 ] ], [ [ 120.2047044, 30.1394293 ], [ 120.2044899, 30.1391175 ] ], [ [ 120.2044899, 30.1391175 ], [ 120.2043155, 30.1388853 ] ], [ [ 120.2043155, 30.1388853 ], [ 120.2042337, 30.1387659 ] ], [ [ 120.2042337, 30.1387659 ], [ 120.2040789, 30.1384418 ] ], [ [ 120.2040789, 30.1384418 ], [ 120.2039212, 30.1380851 ] ], [ [ 120.2039212, 30.1380851 ], [ 120.2039034, 30.1380075 ] ], [ [ 120.2039034, 30.1380075 ], [ 120.2038622, 30.1378276 ] ], [ [ 120.2038622, 30.1378276 ], [ 120.2038032, 30.1373463 ] ], [ [ 120.2038032, 30.1373463 ], [ 120.2037281, 30.1364265 ] ], [ [ 120.2037281, 30.1364265 ], [ 120.203649, 30.1356471 ] ], [ [ 120.203649, 30.1356471 ], [ 120.2034793, 30.1347314 ] ], [ [ 120.2034793, 30.1347314 ], [ 120.203461, 30.1346326 ] ], [ [ 120.203461, 30.1346326 ], [ 120.2034317, 30.1344745 ] ], [ [ 120.2034317, 30.1344745 ], [ 120.203248, 30.1338296 ] ], [ [ 120.203248, 30.1338296 ], [ 120.2030468, 30.1330444 ] ], [ [ 120.2030468, 30.1330444 ], [ 120.2030227, 30.1329284 ] ], [ [ 120.2030227, 30.1329284 ], [ 120.2030049, 30.1328862 ] ], [ [ 120.2030049, 30.1328862 ], [ 120.2029556, 30.1327695 ] ], [ [ 120.2029556, 30.1327695 ], [ 120.202867, 30.1326518 ] ], [ [ 120.202867, 30.1326518 ], [ 120.2028202, 30.1325897 ] ], [ [ 120.2028202, 30.1325897 ], [ 120.2022703, 30.1320875 ] ], [ [ 120.2022703, 30.1320875 ], [ 120.2018867, 30.1318161 ] ], [ [ 120.2018867, 30.1318161 ], [ 120.2014589, 30.1316293 ] ], [ [ 120.2014589, 30.1316293 ], [ 120.2013516, 30.1315783 ] ], [ [ 120.2013516, 30.1315783 ], [ 120.20096, 30.1313962 ] ], [ [ 120.20096, 30.1313962 ], [ 120.2003887, 30.1311538 ] ], [ [ 120.2003887, 30.1311538 ], [ 120.1980861, 30.1303894 ] ], [ [ 120.1980861, 30.1303894 ], [ 120.1979546, 30.1303337 ] ], [ [ 120.1979546, 30.1303337 ], [ 120.1976582, 30.1302143 ] ], [ [ 120.1976582, 30.1302143 ], [ 120.1970695, 30.129995 ] ], [ [ 120.1970695, 30.129995 ], [ 120.1968026, 30.1298779 ] ], [ [ 120.1968026, 30.1298779 ], [ 120.1965371, 30.1297665 ] ], [ [ 120.1965371, 30.1297665 ], [ 120.1949479, 30.1290671 ] ], [ [ 120.1949479, 30.1290671 ], [ 120.1941566, 30.1286867 ] ], [ [ 120.1941566, 30.1286867 ], [ 120.1939031, 30.1285405 ] ], [ [ 120.1939031, 30.1285405 ], [ 120.1937248, 30.1284535 ] ], [ [ 120.1937248, 30.1284535 ], [ 120.1933774, 30.1282714 ] ], [ [ 120.1933774, 30.1282714 ], [ 120.1932755, 30.128203 ] ], [ [ 120.1932755, 30.128203 ], [ 120.1931632, 30.1281022 ] ], [ [ 120.1931632, 30.1281022 ], [ 120.1931078, 30.1280691 ] ], [ [ 120.1931078, 30.1280691 ], [ 120.1929121, 30.1278699 ] ], [ [ 120.1929121, 30.1278699 ], [ 120.1928225, 30.1276888 ] ], [ [ 120.1928225, 30.1276888 ], [ 120.1927696, 30.1275157 ] ], [ [ 120.1927696, 30.1275157 ], [ 120.1927642, 30.1274313 ] ], [ [ 120.1927642, 30.1274313 ], [ 120.1927534, 30.1272635 ] ], [ [ 120.1927534, 30.1272635 ], [ 120.1927348, 30.1265715 ] ], [ [ 120.1927348, 30.1265715 ], [ 120.1927216, 30.1260796 ] ], [ [ 120.2070957, 30.1424569 ], [ 120.2068788, 30.1428968 ] ], [ [ 120.2068788, 30.1428968 ], [ 120.2066266, 30.1434621 ] ], [ [ 120.2066266, 30.1434621 ], [ 120.2064025, 30.1439225 ] ], [ [ 120.2064025, 30.1439225 ], [ 120.2061032, 30.144376 ] ], [ [ 120.2061032, 30.144376 ], [ 120.2058434, 30.1448408 ] ], [ [ 120.2058434, 30.1448408 ], [ 120.2057448, 30.1451 ] ], [ [ 120.2057448, 30.1451 ], [ 120.2057842, 30.1454921 ] ], [ [ 120.2057842, 30.1454921 ], [ 120.2058867, 30.1459388 ] ], [ [ 120.2058867, 30.1459388 ], [ 120.2061983, 30.1470299 ] ], [ [ 120.2061983, 30.1470299 ], [ 120.2062295, 30.1471996 ] ], [ [ 120.2062295, 30.1471996 ], [ 120.2062392, 30.1473693 ] ], [ [ 120.2062392, 30.1473693 ], [ 120.2062237, 30.1475184 ] ], [ [ 120.2062237, 30.1475184 ], [ 120.2061855, 30.1477093 ] ], [ [ 120.2061855, 30.1477093 ], [ 120.2060304, 30.14803 ] ], [ [ 120.2060304, 30.14803 ], [ 120.2058377, 30.1482589 ] ], [ [ 120.2058377, 30.1482589 ], [ 120.2052913, 30.1487041 ] ], [ [ 120.2052913, 30.1487041 ], [ 120.2038402, 30.1499112 ] ], [ [ 120.2038402, 30.1499112 ], [ 120.203718, 30.1499419 ] ], [ [ 120.203718, 30.1499419 ], [ 120.2035926, 30.1500404 ] ], [ [ 120.2035926, 30.1500404 ], [ 120.2034483, 30.150218 ] ], [ [ 120.2034483, 30.150218 ], [ 120.203265, 30.1506933 ] ], [ [ 120.203265, 30.1506933 ], [ 120.203214, 30.1508492 ] ], [ [ 120.203214, 30.1508492 ], [ 120.2030871, 30.1512372 ] ], [ [ 120.2030871, 30.1512372 ], [ 120.2029967, 30.1515359 ] ], [ [ 120.2029967, 30.1515359 ], [ 120.2027689, 30.1522101 ] ], [ [ 120.1927648, 30.1492591 ], [ 120.192814, 30.149315 ] ], [ [ 120.1927374, 30.1494079 ], [ 120.1926846, 30.1493484 ] ], [ [ 120.1859944, 30.1506128 ], [ 120.1860693, 30.1505669 ] ], [ [ 120.197075, 30.1495265 ], [ 120.1971245, 30.1494366 ] ], [ [ 120.1972049, 30.1494645 ], [ 120.1971556, 30.1495599 ] ], [ [ 120.192814, 30.149315 ], [ 120.1940702, 30.1507426 ], [ 120.1945139, 30.1512115 ], [ 120.195002, 30.1516185 ] ], [ [ 120.1949383, 30.1516933 ], [ 120.194711, 30.1515312 ], [ 120.194292, 30.1511582 ], [ 120.1927374, 30.1494079 ] ], [ [ 120.195002, 30.1516185 ], [ 120.1953591, 30.1511982 ], [ 120.1956595, 30.1508828 ], [ 120.1963139, 30.1502983 ], [ 120.1967806, 30.1498623 ], [ 120.1968711, 30.1497591 ], [ 120.197075, 30.1495265 ] ], [ [ 120.1971556, 30.1495599 ], [ 120.1969515, 30.1497974 ], [ 120.1968718, 30.1498901 ], [ 120.1965232, 30.1502148 ], [ 120.1954288, 30.1511843 ], [ 120.1950673, 30.1516729 ] ], [ [ 120.1910401, 30.1509912 ], [ 120.1911098, 30.1510388 ] ], [ [ 120.1910414, 30.1511073 ], [ 120.1909907, 30.1510406 ] ], [ [ 120.195002, 30.1516185 ], [ 120.1950673, 30.1516729 ] ], [ [ 120.1949383, 30.1516933 ], [ 120.195002, 30.1516185 ] ], [ [ 120.1950673, 30.1516729 ], [ 120.1950071, 30.1517424 ] ], [ [ 120.1950071, 30.1517424 ], [ 120.1949383, 30.1516933 ] ], [ [ 120.1911098, 30.1510388 ], [ 120.1938425, 30.1527446 ] ], [ [ 120.1937011, 30.1528112 ], [ 120.1910414, 30.1511073 ] ], [ [ 120.2027689, 30.1522101 ], [ 120.2027387, 30.1523023 ] ], [ [ 120.2039748, 30.1528901 ], [ 120.2039176, 30.1529754 ] ], [ [ 120.1938425, 30.1527446 ], [ 120.1939751, 30.1526362 ], [ 120.1943506, 30.1523486 ], [ 120.1947046, 30.1519636 ], [ 120.1949383, 30.1516933 ] ], [ [ 120.1950071, 30.1517424 ], [ 120.1948173, 30.1519497 ], [ 120.1944149, 30.1523718 ], [ 120.194077, 30.1526547 ], [ 120.1939016, 30.1527815 ] ], [ [ 120.1950673, 30.1516729 ], [ 120.195204, 30.151787 ], [ 120.1983811, 30.1537514 ] ], [ [ 120.1938425, 30.1527446 ], [ 120.1939016, 30.1527815 ] ], [ [ 120.1937011, 30.1528112 ], [ 120.1938425, 30.1527446 ] ], [ [ 120.198303, 30.1538319 ], [ 120.195204, 30.1518829 ], [ 120.1950071, 30.1517424 ] ], [ [ 120.1939016, 30.1527815 ], [ 120.1937822, 30.1528632 ] ], [ [ 120.1937822, 30.1528632 ], [ 120.1937011, 30.1528112 ] ], [ [ 120.1939016, 30.1527815 ], [ 120.194018, 30.1528542 ], [ 120.1940872, 30.1529721 ], [ 120.1939083, 30.152944 ], [ 120.1937822, 30.1528632 ] ], [ [ 120.1919849, 30.1536809 ], [ 120.1921672, 30.153601 ], [ 120.1937011, 30.1528112 ] ], [ [ 120.2181984, 30.1178259 ], [ 120.2182286, 30.1201225 ], [ 120.2181643, 30.1205283 ] ], [ [ 120.2123263, 30.1323728 ], [ 120.2123622, 30.132074 ], [ 120.2125207, 30.131505 ], [ 120.2125863, 30.131144 ], [ 120.212604, 30.1310485 ], [ 120.2129618, 30.128952 ], [ 120.213016, 30.1287678 ], [ 120.2130876, 30.1285086 ], [ 120.2133417, 30.1279629 ], [ 120.2136399, 30.1273777 ], [ 120.213854, 30.1269137 ], [ 120.2138991, 30.1265988 ], [ 120.2138683, 30.1261499 ], [ 120.2137798, 30.1255711 ], [ 120.2138146, 30.125331 ], [ 120.2139152, 30.1250665 ], [ 120.2141412, 30.1247603 ], [ 120.214394, 30.1244587 ], [ 120.2147648, 30.1240939 ], [ 120.2152215, 30.1236873 ], [ 120.215645, 30.1234123 ], [ 120.2157594, 30.1233186 ], [ 120.2162413, 30.1229524 ], [ 120.2165643, 30.1226538 ], [ 120.2166814, 30.1224585 ], [ 120.2167262, 30.1224183 ], [ 120.2172019, 30.1218189 ], [ 120.2172642, 30.1217404 ], [ 120.2174021, 30.1215604 ], [ 120.2177611, 30.1210468 ], [ 120.2180406, 30.1204818 ], [ 120.2181045, 30.1201104 ], [ 120.2180843, 30.117795 ] ], [ [ 120.2181643, 30.1205283 ], [ 120.2178729, 30.1211349 ], [ 120.2175045, 30.1216364 ], [ 120.2173573, 30.1218245 ], [ 120.216824, 30.1225064 ], [ 120.2162808, 30.1229936 ], [ 120.2157028, 30.1234564 ], [ 120.2150403, 30.1239471 ], [ 120.2144596, 30.1245074 ], [ 120.2139835, 30.1251059 ], [ 120.2138829, 30.1254098 ], [ 120.2138561, 30.1256592 ], [ 120.2139661, 30.126238 ], [ 120.2139969, 30.1266869 ], [ 120.2139191, 30.1269897 ], [ 120.2134068, 30.1280429 ], [ 120.213148, 30.1285927 ], [ 120.2130315, 30.1290441 ], [ 120.2127792, 30.1304729 ], [ 120.2126585, 30.1311561 ], [ 120.2125928, 30.1315064 ], [ 120.2124513, 30.1320673 ], [ 120.2123792, 30.1322639 ], [ 120.2123263, 30.1323728 ] ], [ [ 120.2183562, 30.1412164 ], [ 120.2177814, 30.1414189 ] ], [ [ 120.2177814, 30.1414189 ], [ 120.217097, 30.14166 ] ], [ [ 120.217097, 30.14166 ], [ 120.2169055, 30.1417275 ] ], [ [ 120.2169055, 30.1417275 ], [ 120.2167446, 30.1417633 ] ], [ [ 120.2167446, 30.1417633 ], [ 120.2166022, 30.1417871 ] ], [ [ 120.2166022, 30.1417871 ], [ 120.2164046, 30.141815 ] ], [ [ 120.2164046, 30.141815 ], [ 120.2160281, 30.1418429 ] ], [ [ 120.2160281, 30.1418429 ], [ 120.2158986, 30.1418615 ] ], [ [ 120.2158986, 30.1418615 ], [ 120.2157576, 30.1419221 ] ], [ [ 120.2157576, 30.1419221 ], [ 120.2156268, 30.1420132 ] ], [ [ 120.2156268, 30.1420132 ], [ 120.2148645, 30.1425888 ] ], [ [ 120.2148645, 30.1425888 ], [ 120.214769, 30.1426609 ] ], [ [ 120.214769, 30.1426609 ], [ 120.2145902, 30.1428588 ] ], [ [ 120.2145902, 30.1428588 ], [ 120.2144702, 30.1429662 ] ], [ [ 120.2144702, 30.1429662 ], [ 120.2143437, 30.1430582 ] ], [ [ 120.2143437, 30.1430582 ], [ 120.2138364, 30.1432493 ] ], [ [ 120.2138364, 30.1432493 ], [ 120.213704, 30.1433127 ] ], [ [ 120.213704, 30.1433127 ], [ 120.2135167, 30.1434198 ] ], [ [ 120.2135167, 30.1434198 ], [ 120.213414, 30.1434873 ] ], [ [ 120.213414, 30.1434873 ], [ 120.2125571, 30.1441219 ] ], [ [ 120.2125571, 30.1441219 ], [ 120.2124813, 30.1441628 ] ], [ [ 120.2124813, 30.1441628 ], [ 120.2123636, 30.1442361 ] ], [ [ 120.2123636, 30.1442361 ], [ 120.2120703, 30.14437 ] ], [ [ 120.2120703, 30.14437 ], [ 120.2118928, 30.144453 ] ], [ [ 120.2176578, 30.1646893 ], [ 120.2177373, 30.1649055 ], [ 120.2178365, 30.1652742 ], [ 120.2179331, 30.1654157 ], [ 120.2180618, 30.1655293 ], [ 120.2183273, 30.1656731 ], [ 120.2189617, 30.1659734 ], [ 120.2192044, 30.166116 ], [ 120.2194418, 30.166276 ], [ 120.2199769, 30.1666877 ], [ 120.2202103, 30.1668198 ], [ 120.2203886, 30.1668987 ], [ 120.2205724, 30.1669671 ], [ 120.2220545, 30.16749 ] ], [ [ 120.2220413, 30.1675725 ], [ 120.2216479, 30.1674286 ], [ 120.2208164, 30.1671271 ], [ 120.220288, 30.1669323 ], [ 120.220052, 30.1668048 ], [ 120.2197704, 30.1666239 ], [ 120.2195799, 30.1664732 ], [ 120.219309, 30.1662737 ], [ 120.219014, 30.1660697 ], [ 120.2186894, 30.165912 ], [ 120.2183139, 30.1657311 ], [ 120.2181208, 30.1656406 ], [ 120.2179733, 30.1655386 ], [ 120.2178043, 30.1653554 ], [ 120.2177104, 30.1650887 ], [ 120.2176578, 30.1646893 ] ], [ [ 120.2124829, 30.1460257 ], [ 120.2122621, 30.1458137 ] ], [ [ 120.2122621, 30.1458137 ], [ 120.2121546, 30.1457023 ] ], [ [ 120.2121546, 30.1457023 ], [ 120.2119326, 30.1454688 ] ], [ [ 120.2119326, 30.1454688 ], [ 120.2119038, 30.1453529 ] ], [ [ 120.2119038, 30.1453529 ], [ 120.2119011, 30.1449639 ] ], [ [ 120.2119011, 30.1449639 ], [ 120.2119048, 30.1447329 ] ], [ [ 120.2119048, 30.1447329 ], [ 120.2118928, 30.144453 ] ], [ [ 120.2176578, 30.1646893 ], [ 120.2175094, 30.1640916 ] ], [ [ 120.2175094, 30.1640916 ], [ 120.2171251, 30.1634383 ] ], [ [ 120.2171251, 30.1634383 ], [ 120.2169093, 30.1632475 ] ], [ [ 120.2169093, 30.1632475 ], [ 120.2165855, 30.1630466 ] ], [ [ 120.2165855, 30.1630466 ], [ 120.2162352, 30.1628334 ] ], [ [ 120.2162352, 30.1628334 ], [ 120.2159049, 30.1627253 ] ], [ [ 120.2159049, 30.1627253 ], [ 120.215595, 30.1627086 ] ], [ [ 120.215595, 30.1627086 ], [ 120.2151174, 30.1626401 ] ], [ [ 120.2151174, 30.1626401 ], [ 120.2146622, 30.162489 ] ], [ [ 120.2146622, 30.162489 ], [ 120.2143333, 30.1622325 ] ], [ [ 120.2143333, 30.1622325 ], [ 120.2137811, 30.1617924 ] ], [ [ 120.2137811, 30.1617924 ], [ 120.2133632, 30.1615137 ] ], [ [ 120.2133632, 30.1615137 ], [ 120.2129678, 30.1614127 ] ], [ [ 120.2129678, 30.1614127 ], [ 120.2112608, 30.1613056 ] ], [ [ 120.2112608, 30.1613056 ], [ 120.210886, 30.1612402 ] ], [ [ 120.210886, 30.1612402 ], [ 120.2105136, 30.1610633 ] ], [ [ 120.2105136, 30.1610633 ], [ 120.210301, 30.1607886 ] ], [ [ 120.210301, 30.1607886 ], [ 120.2099847, 30.1602274 ] ], [ [ 120.2099847, 30.1602274 ], [ 120.209759, 30.1599068 ] ], [ [ 120.209759, 30.1599068 ], [ 120.2094988, 30.1596767 ] ], [ [ 120.2094988, 30.1596767 ], [ 120.2091746, 30.1593686 ] ], [ [ 120.2091746, 30.1593686 ], [ 120.2089438, 30.1590855 ] ], [ [ 120.2089438, 30.1590855 ], [ 120.208766, 30.1587983 ] ], [ [ 120.208766, 30.1587983 ], [ 120.2077422, 30.1571932 ] ], [ [ 120.2077422, 30.1571932 ], [ 120.2073937, 30.1566649 ] ], [ [ 120.2073937, 30.1566649 ], [ 120.2073222, 30.1564084 ] ], [ [ 120.2073222, 30.1564084 ], [ 120.2072557, 30.1561128 ] ], [ [ 120.2072557, 30.1561128 ], [ 120.2071748, 30.1551019 ] ], [ [ 120.2071748, 30.1551019 ], [ 120.2070701, 30.1547617 ] ], [ [ 120.2070701, 30.1547617 ], [ 120.2069563, 30.1545713 ] ], [ [ 120.2069563, 30.1545713 ], [ 120.2067643, 30.1543234 ] ], [ [ 120.2067643, 30.1543234 ], [ 120.2065927, 30.1541796 ] ], [ [ 120.2065927, 30.1541796 ], [ 120.2063804, 30.1540104 ] ], [ [ 120.2103181, 30.171365 ], [ 120.2103671, 30.1712185 ] ], [ [ 120.2103671, 30.1712185 ], [ 120.2104602, 30.1707776 ] ], [ [ 120.2220545, 30.16749 ], [ 120.2222905, 30.1676019 ], [ 120.2251328, 30.1688895 ], [ 120.2259475, 30.1692373 ], [ 120.2262962, 30.1693463 ], [ 120.2265132, 30.1694165 ] ], [ [ 120.2264565, 30.1695202 ], [ 120.2259765, 30.1693479 ], [ 120.2255344, 30.1691701 ], [ 120.2222381, 30.1676723 ], [ 120.2220945, 30.1676025 ], [ 120.2220413, 30.1675725 ] ], [ [ 120.2265132, 30.1694165 ], [ 120.2266417, 30.1694581 ] ], [ [ 120.2264565, 30.1695202 ], [ 120.2265132, 30.1694165 ] ], [ [ 120.2266417, 30.1694581 ], [ 120.2265754, 30.1695587 ] ], [ [ 120.2265754, 30.1695587 ], [ 120.2264565, 30.1695202 ] ], [ [ 120.2252699, 30.1731099 ], [ 120.2253929, 30.1718951 ], [ 120.2256022, 30.1711185 ], [ 120.2260426, 30.1703042 ], [ 120.2264565, 30.1695202 ] ], [ [ 120.2102715, 30.1715294 ], [ 120.2103181, 30.171365 ] ], [ [ 120.2265754, 30.1695587 ], [ 120.2261645, 30.1703446 ], [ 120.2257335, 30.1711416 ], [ 120.2255242, 30.1719182 ], [ 120.2253732, 30.1730876 ] ], [ [ 120.2253732, 30.1730876 ], [ 120.2252967, 30.1734909 ] ], [ [ 120.2252323, 30.1735037 ], [ 120.2252699, 30.1731099 ] ], [ [ 120.2099422, 30.1746896 ], [ 120.210115, 30.1720175 ] ], [ [ 120.210115, 30.1720175 ], [ 120.2102715, 30.1715294 ] ], [ [ 120.2072109, 30.1735335 ], [ 120.2072979, 30.1737878 ], [ 120.207274, 30.1743851 ], [ 120.2072946, 30.1745616 ] ], [ [ 120.2068219, 30.1745744 ], [ 120.2069038, 30.1737869 ], [ 120.2070327, 30.1735638 ] ], [ [ 120.2130206, 30.1725336 ], [ 120.2131239, 30.1725185 ] ], [ [ 120.2157245, 30.1749373 ], [ 120.2158066, 30.173267 ] ], [ [ 120.2158066, 30.173267 ], [ 120.215798, 30.1731654 ] ], [ [ 120.215798, 30.1731654 ], [ 120.2157095, 30.1731005 ] ], [ [ 120.2157095, 30.1731005 ], [ 120.2148753, 30.1729753 ] ], [ [ 120.2148753, 30.1729753 ], [ 120.2144757, 30.1728709 ] ], [ [ 120.2144757, 30.1728709 ], [ 120.2138239, 30.1726066 ] ], [ [ 120.2138239, 30.1726066 ], [ 120.2132472, 30.1725092 ] ], [ [ 120.2132472, 30.1725092 ], [ 120.2131239, 30.1725185 ] ], [ [ 120.2177953, 30.1735951 ], [ 120.2177539, 30.17441 ] ], [ [ 120.2177539, 30.17441 ], [ 120.2177427, 30.1746298 ] ], [ [ 120.2177427, 30.1746298 ], [ 120.2176957, 30.175007 ] ], [ [ 120.2072946, 30.1745616 ], [ 120.2072563, 30.174797 ] ], [ [ 120.2068087, 30.1748146 ], [ 120.2068219, 30.1745744 ] ], [ [ 120.2157034, 30.1751694 ], [ 120.2157245, 30.1749373 ] ], [ [ 120.2176957, 30.175007 ], [ 120.217643, 30.1752232 ] ], [ [ 120.1937822, 30.1528632 ], [ 120.1932455, 30.1531603 ], [ 120.1926822, 30.1534386 ], [ 120.1920945, 30.1537484 ] ], [ [ 120.191933, 30.1537659 ], [ 120.1919849, 30.1536809 ] ], [ [ 120.1920945, 30.1537484 ], [ 120.1919934, 30.1538043 ] ], [ [ 120.2039251, 30.1571798 ], [ 120.2039221, 30.1555224 ] ], [ [ 120.2039221, 30.1555224 ], [ 120.203921, 30.1548986 ] ], [ [ 120.203921, 30.1548986 ], [ 120.2039176, 30.1529754 ] ], [ [ 120.1992787, 30.1569928 ], [ 120.1987138, 30.1564546 ] ], [ [ 120.1987138, 30.1564546 ], [ 120.1978732, 30.1559135 ] ], [ [ 120.1978732, 30.1559135 ], [ 120.1967998, 30.1552941 ] ], [ [ 120.20268, 30.1579287 ], [ 120.2010829, 30.1564032 ] ], [ [ 120.2010829, 30.1564032 ], [ 120.2007921, 30.1562733 ] ], [ [ 120.2007921, 30.1562733 ], [ 120.200473, 30.156223 ] ], [ [ 120.200473, 30.156223 ], [ 120.2001965, 30.1562741 ] ], [ [ 120.2001965, 30.1562741 ], [ 120.1992787, 30.1569928 ] ], [ [ 120.1904733, 30.1585623 ], [ 120.1913483, 30.1586555 ] ], [ [ 120.1913483, 30.1586555 ], [ 120.1918567, 30.1586342 ] ], [ [ 120.1918567, 30.1586342 ], [ 120.1920632, 30.1586688 ] ], [ [ 120.1920632, 30.1586688 ], [ 120.1930993, 30.1589489 ] ], [ [ 120.1974342, 30.158437 ], [ 120.1992787, 30.1569928 ] ], [ [ 120.1963735, 30.1685957 ], [ 120.1975228, 30.1691063 ] ], [ [ 120.1975228, 30.1691063 ], [ 120.1978031, 30.1692304 ] ], [ [ 120.1978031, 30.1692304 ], [ 120.1985581, 30.1695542 ] ], [ [ 120.1985581, 30.1695542 ], [ 120.1987256, 30.1696122 ] ], [ [ 120.1946015, 30.1705046 ], [ 120.1940754, 30.1715775 ] ], [ [ 120.1940754, 30.1715775 ], [ 120.19355, 30.1714858 ] ], [ [ 120.19355, 30.1714858 ], [ 120.1931575, 30.1714139 ] ], [ [ 120.1931575, 30.1714139 ], [ 120.1928197, 30.1713396 ] ], [ [ 120.1928197, 30.1713396 ], [ 120.1914211, 30.1710318 ] ], [ [ 120.1984907, 30.1719173 ], [ 120.1970526, 30.1718834 ] ], [ [ 120.1970526, 30.1718834 ], [ 120.1968327, 30.1718674 ] ], [ [ 120.1968327, 30.1718674 ], [ 120.1967141, 30.1718588 ] ], [ [ 120.1967141, 30.1718588 ], [ 120.1964014, 30.1718208 ] ], [ [ 120.1964014, 30.1718208 ], [ 120.1940754, 30.1715775 ] ], [ [ 120.1940754, 30.1715775 ], [ 120.1940733, 30.1722271 ] ], [ [ 120.1940733, 30.1722271 ], [ 120.1940725, 30.1724811 ] ], [ [ 120.1940725, 30.1724811 ], [ 120.194068, 30.173855 ] ], [ [ 120.192328, 30.1738414 ], [ 120.194068, 30.173855 ] ], [ [ 120.2027018, 30.1749722 ], [ 120.202851, 30.173082 ] ], [ [ 120.202851, 30.173082 ], [ 120.2030377, 30.1711688 ] ], [ [ 120.2030377, 30.1711688 ], [ 120.2031023, 30.1710354 ] ], [ [ 120.2026779, 30.1752325 ], [ 120.2027018, 30.1749722 ] ], [ [ 120.194068, 30.173855 ], [ 120.1941921, 30.1738484 ] ], [ [ 120.1941921, 30.1738484 ], [ 120.1953753, 30.173859 ] ], [ [ 120.1953753, 30.173859 ], [ 120.1958746, 30.1738576 ] ], [ [ 120.1958746, 30.1738576 ], [ 120.1962626, 30.1738803 ] ], [ [ 120.1962626, 30.1738803 ], [ 120.1963219, 30.1738796 ] ], [ [ 120.1963219, 30.1738796 ], [ 120.1973363, 30.1738671 ] ], [ [ 120.1973363, 30.1738671 ], [ 120.1984312, 30.1738537 ] ], [ [ 120.194068, 30.173855 ], [ 120.194058, 30.1757383 ] ], [ [ 120.1940617, 30.1759947 ], [ 120.194058, 30.1757383 ] ], [ [ 120.1883326, 30.1756492 ], [ 120.1885265, 30.1753925 ] ], [ [ 120.1861266, 30.1794542 ], [ 120.186153, 30.1792504 ] ], [ [ 120.186153, 30.1792504 ], [ 120.1861361, 30.1790792 ] ], [ [ 120.1861361, 30.1790792 ], [ 120.1861256, 30.1789066 ] ], [ [ 120.1861256, 30.1789066 ], [ 120.1861051, 30.1787868 ] ], [ [ 120.1861051, 30.1787868 ], [ 120.1861288, 30.1785582 ] ], [ [ 120.1861288, 30.1785582 ], [ 120.1861852, 30.178339 ] ], [ [ 120.1861852, 30.178339 ], [ 120.1863123, 30.1780703 ] ], [ [ 120.1863123, 30.1780703 ], [ 120.1876617, 30.1764438 ] ], [ [ 120.1876617, 30.1764438 ], [ 120.1883326, 30.1756492 ] ], [ [ 120.2026779, 30.1752325 ], [ 120.202607, 30.1760017 ] ], [ [ 120.202607, 30.1760017 ], [ 120.2025777, 30.1763192 ] ], [ [ 120.2025777, 30.1763192 ], [ 120.2024817, 30.1773613 ] ], [ [ 120.2024817, 30.1773613 ], [ 120.2025126, 30.1774491 ] ], [ [ 120.2025126, 30.1774491 ], [ 120.2025981, 30.1775102 ] ], [ [ 120.2025981, 30.1775102 ], [ 120.2036159, 30.1774799 ] ], [ [ 120.2036159, 30.1774799 ], [ 120.2038246, 30.1774737 ] ], [ [ 120.2038246, 30.1774737 ], [ 120.2053641, 30.1774278 ] ], [ [ 120.2053641, 30.1774278 ], [ 120.2057617, 30.177416 ] ], [ [ 120.2057617, 30.177416 ], [ 120.2066731, 30.1773888 ] ], [ [ 120.2027563, 30.1789048 ], [ 120.2027555, 30.1790036 ] ], [ [ 120.1952729, 30.1792403 ], [ 120.1952676, 30.1791397 ] ], [ [ 120.1953298, 30.1806907 ], [ 120.1952729, 30.1792403 ] ], [ [ 120.1923291, 30.180712 ], [ 120.1953298, 30.1806907 ] ], [ [ 120.1921639, 30.1807137 ], [ 120.1923291, 30.180712 ] ], [ [ 120.1984322, 30.1807353 ], [ 120.1953298, 30.1806907 ] ], [ [ 120.1887618, 30.1793462 ], [ 120.1887622, 30.1794587 ] ], [ [ 120.1859744, 30.1795538 ], [ 120.1861266, 30.1794542 ] ], [ [ 120.1887539, 30.1808645 ], [ 120.1887648, 30.1802025 ] ], [ [ 120.1887648, 30.1802025 ], [ 120.1887622, 30.1794587 ] ], [ [ 120.2027964, 30.1815402 ], [ 120.2027746, 30.1801913 ] ], [ [ 120.2027746, 30.1801913 ], [ 120.2027555, 30.1790036 ] ], [ [ 120.185637, 30.1810261 ], [ 120.1858656, 30.1799312 ] ], [ [ 120.1858656, 30.1799312 ], [ 120.1859744, 30.1795538 ] ], [ [ 120.1887539, 30.1808645 ], [ 120.191159, 30.1807581 ] ], [ [ 120.191159, 30.1807581 ], [ 120.1914172, 30.1807467 ] ], [ [ 120.1914172, 30.1807467 ], [ 120.1921639, 30.1807137 ] ], [ [ 120.1887539, 30.1808645 ], [ 120.1871381, 30.1809483 ] ], [ [ 120.1871381, 30.1809483 ], [ 120.1869884, 30.180956 ] ], [ [ 120.1869884, 30.180956 ], [ 120.185637, 30.1810261 ] ], [ [ 120.1886966, 30.1838277 ], [ 120.1887266, 30.1827247 ] ], [ [ 120.1887266, 30.1827247 ], [ 120.1887388, 30.1818906 ] ], [ [ 120.1887388, 30.1818906 ], [ 120.1887539, 30.1808645 ] ], [ [ 120.1855072, 30.183818 ], [ 120.1853846, 30.1832823 ] ], [ [ 120.1853846, 30.1832823 ], [ 120.1853356, 30.1829694 ] ], [ [ 120.1853356, 30.1829694 ], [ 120.1853872, 30.1824538 ] ], [ [ 120.1853872, 30.1824538 ], [ 120.1854799, 30.1820283 ] ], [ [ 120.1854799, 30.1820283 ], [ 120.185637, 30.1810261 ] ], [ [ 120.2131731, 30.1772059 ], [ 120.213136, 30.1750474 ] ], [ [ 120.2132422, 30.1750559 ], [ 120.2132879, 30.1772027 ] ], [ [ 120.2147897, 30.1771642 ], [ 120.215165, 30.1771594 ] ], [ [ 120.215165, 30.1771594 ], [ 120.2153098, 30.1771575 ] ], [ [ 120.2153098, 30.1771575 ], [ 120.2167287, 30.1771392 ] ], [ [ 120.2167287, 30.1771392 ], [ 120.2168655, 30.1771235 ] ], [ [ 120.2168655, 30.1771235 ], [ 120.2169514, 30.1770795 ] ], [ [ 120.2169514, 30.1770795 ], [ 120.2170238, 30.176996 ] ], [ [ 120.2170238, 30.176996 ], [ 120.2170896, 30.1767772 ] ], [ [ 120.2170896, 30.1767772 ], [ 120.2171214, 30.1766716 ] ], [ [ 120.2171214, 30.1766716 ], [ 120.2171794, 30.1764789 ] ], [ [ 120.2171794, 30.1764789 ], [ 120.217643, 30.1752232 ] ], [ [ 120.2132879, 30.1772027 ], [ 120.2134538, 30.1771984 ] ], [ [ 120.2134538, 30.1771984 ], [ 120.213756, 30.1771907 ] ], [ [ 120.213756, 30.1771907 ], [ 120.2138164, 30.1771892 ] ], [ [ 120.2138164, 30.1771892 ], [ 120.2147897, 30.1771642 ] ], [ [ 120.2131731, 30.1772059 ], [ 120.2132879, 30.1772027 ] ], [ [ 120.2072563, 30.174797 ], [ 120.2072418, 30.1749277 ], [ 120.2072257, 30.175359 ], [ 120.2071989, 30.1759433 ], [ 120.2071238, 30.1768847 ], [ 120.2070916, 30.177377 ] ], [ [ 120.2066731, 30.1773888 ], [ 120.2066785, 30.1772465 ], [ 120.2067429, 30.1764303 ], [ 120.2067751, 30.1757022 ], [ 120.2068087, 30.1748146 ] ], [ [ 120.2131731, 30.1772059 ], [ 120.2123864, 30.177228 ] ], [ [ 120.2123864, 30.177228 ], [ 120.212148, 30.1772347 ] ], [ [ 120.212148, 30.1772347 ], [ 120.2109617, 30.1772681 ] ], [ [ 120.2109617, 30.1772681 ], [ 120.2108625, 30.1772709 ] ], [ [ 120.2108625, 30.1772709 ], [ 120.2100846, 30.1772928 ] ], [ [ 120.2100846, 30.1772928 ], [ 120.2098113, 30.1773005 ] ], [ [ 120.2098113, 30.1773005 ], [ 120.2089425, 30.1773249 ] ], [ [ 120.2089425, 30.1773249 ], [ 120.2085509, 30.177336 ] ], [ [ 120.2085509, 30.177336 ], [ 120.2075475, 30.1773642 ] ], [ [ 120.2075475, 30.1773642 ], [ 120.2072444, 30.1773727 ] ], [ [ 120.2072444, 30.1773727 ], [ 120.2070916, 30.177377 ] ], [ [ 120.2066731, 30.1773888 ], [ 120.2070916, 30.177377 ] ], [ [ 120.2111757, 30.1787041 ], [ 120.2111704, 30.1788029 ] ], [ [ 120.2093721, 30.17871 ], [ 120.2093748, 30.1788172 ] ], [ [ 120.2250149, 30.1768491 ], [ 120.2250026, 30.1760135 ] ], [ [ 120.2250026, 30.1760135 ], [ 120.2250179, 30.1755702 ] ], [ [ 120.2250179, 30.1755702 ], [ 120.2250446, 30.175045 ] ], [ [ 120.2250446, 30.175045 ], [ 120.2250731, 30.1748094 ] ], [ [ 120.2250731, 30.1748094 ], [ 120.2251133, 30.1745289 ] ], [ [ 120.2251133, 30.1745289 ], [ 120.2251294, 30.1743642 ] ], [ [ 120.2251294, 30.1743642 ], [ 120.2252323, 30.1735037 ] ], [ [ 120.2111704, 30.1788029 ], [ 120.2111183, 30.1814672 ] ], [ [ 120.2093748, 30.1788172 ], [ 120.209226, 30.1814645 ] ], [ [ 120.2132902, 30.181454 ], [ 120.2121773, 30.1814608 ] ], [ [ 120.2121773, 30.1814608 ], [ 120.2119302, 30.1814623 ] ], [ [ 120.2119302, 30.1814623 ], [ 120.2111183, 30.1814672 ] ], [ [ 120.2111183, 30.1814672 ], [ 120.209226, 30.1814645 ] ], [ [ 120.2174654, 30.1786512 ], [ 120.2174491, 30.1785164 ] ], [ [ 120.2174491, 30.1785164 ], [ 120.2174048, 30.1784679 ] ], [ [ 120.2174048, 30.1784679 ], [ 120.2173073, 30.1784219 ] ], [ [ 120.2173073, 30.1784219 ], [ 120.217197, 30.178403 ] ], [ [ 120.217197, 30.178403 ], [ 120.2168276, 30.1784088 ] ], [ [ 120.2168276, 30.1784088 ], [ 120.2166836, 30.1784096 ] ], [ [ 120.2166836, 30.1784096 ], [ 120.2165691, 30.1783669 ] ], [ [ 120.2165691, 30.1783669 ], [ 120.2164998, 30.1782815 ] ], [ [ 120.2164998, 30.1782815 ], [ 120.2164733, 30.1780486 ] ], [ [ 120.2164733, 30.1780486 ], [ 120.2164709, 30.1778594 ] ], [ [ 120.2164709, 30.1778594 ], [ 120.216464, 30.17771 ] ], [ [ 120.216464, 30.17771 ], [ 120.2164612, 30.1776092 ] ], [ [ 120.2164612, 30.1776092 ], [ 120.2164247, 30.1774892 ] ], [ [ 120.2164247, 30.1774892 ], [ 120.2163528, 30.1774254 ] ], [ [ 120.2163528, 30.1774254 ], [ 120.2162208, 30.177354 ] ], [ [ 120.2162208, 30.177354 ], [ 120.2154299, 30.1773662 ] ], [ [ 120.2154299, 30.1773662 ], [ 120.2152113, 30.1773624 ] ], [ [ 120.2152113, 30.1773624 ], [ 120.2150429, 30.1773126 ] ], [ [ 120.2150429, 30.1773126 ], [ 120.2147897, 30.1771642 ] ], [ [ 120.2175627, 30.1840327 ], [ 120.2175678, 30.1837494 ] ], [ [ 120.2175678, 30.1837494 ], [ 120.2175176, 30.1812525 ] ], [ [ 120.2175176, 30.1812525 ], [ 120.2174654, 30.1786512 ] ], [ [ 120.2132902, 30.181454 ], [ 120.213453, 30.1814504 ] ], [ [ 120.2175557, 30.1841613 ], [ 120.2175627, 30.1840327 ] ], [ [ 120.2322602, 30.1813603 ], [ 120.2322555, 30.1814709 ] ], [ [ 120.209226, 30.1814645 ], [ 120.208218, 30.1814751 ] ], [ [ 120.208218, 30.1814751 ], [ 120.2080304, 30.181477 ] ], [ [ 120.2080304, 30.181477 ], [ 120.2067353, 30.1814906 ] ], [ [ 120.2065954, 30.1814794 ], [ 120.2067353, 30.1814906 ] ], [ [ 120.209226, 30.1814645 ], [ 120.2092021, 30.1824725 ] ], [ [ 120.2092021, 30.1824725 ], [ 120.2091824, 30.1833063 ] ], [ [ 120.2091824, 30.1833063 ], [ 120.2091353, 30.1839538 ] ], [ [ 120.211112, 30.1839631 ], [ 120.2111183, 30.1814672 ] ], [ [ 120.2091353, 30.1839538 ], [ 120.2091272, 30.1841351 ] ], [ [ 120.2110993, 30.1841511 ], [ 120.211112, 30.1839631 ] ], [ [ 120.2266417, 30.1694581 ], [ 120.2267548, 30.1694947 ], [ 120.2272403, 30.1696153 ], [ 120.2282221, 30.1697825 ], [ 120.2287159, 30.1698233 ], [ 120.2293137, 30.1698727 ], [ 120.2296208, 30.169942 ] ], [ [ 120.2295954, 30.170025 ], [ 120.2282107, 30.1698647 ], [ 120.2280243, 30.1698353 ], [ 120.2274314, 30.1697415 ], [ 120.2269631, 30.1696374 ], [ 120.2265754, 30.1695587 ] ], [ [ 120.2296208, 30.169942 ], [ 120.2297598, 30.1699839 ] ], [ [ 120.2297598, 30.1699839 ], [ 120.2298919, 30.1700006 ] ], [ [ 120.2297484, 30.1700497 ], [ 120.2295954, 30.170025 ] ], [ [ 120.2298751, 30.1700926 ], [ 120.2297484, 30.1700497 ] ], [ [ 120.2298919, 30.1700006 ], [ 120.231328, 30.1702205 ], [ 120.2316096, 30.1702205 ], [ 120.2319691, 30.1701927 ], [ 120.2325511, 30.1701185 ], [ 120.2326986, 30.170093 ], [ 120.2330929, 30.1700907 ], [ 120.236215, 30.1702112 ], [ 120.2366628, 30.1702214 ] ], [ [ 120.2365947, 30.1703315 ], [ 120.2343238, 30.1702211 ], [ 120.2329749, 30.1701556 ], [ 120.2326477, 30.1701788 ], [ 120.232299, 30.1702298 ], [ 120.2317486, 30.1702997 ], [ 120.2313743, 30.1702968 ], [ 120.2305306, 30.1701969 ], [ 120.2298751, 30.1700926 ] ], [ [ 120.2396755, 30.1705115 ], [ 120.2398244, 30.1705151 ] ], [ [ 120.2398244, 30.1705151 ], [ 120.2402536, 30.1705145 ] ], [ [ 120.2402536, 30.1705145 ], [ 120.2407177, 30.1705139 ] ], [ [ 120.2407177, 30.1705139 ], [ 120.2411668, 30.1705247 ] ], [ [ 120.2411668, 30.1705247 ], [ 120.2415709, 30.1705814 ] ], [ [ 120.2415709, 30.1705814 ], [ 120.2419241, 30.1706501 ] ], [ [ 120.2419241, 30.1706501 ], [ 120.2421676, 30.1707363 ] ], [ [ 120.2421676, 30.1707363 ], [ 120.2423839, 30.1709306 ] ], [ [ 120.2423839, 30.1709306 ], [ 120.2428929, 30.1714905 ] ], [ [ 120.2428929, 30.1714905 ], [ 120.2430938, 30.1717481 ] ], [ [ 120.2430938, 30.1717481 ], [ 120.2432681, 30.1719736 ] ], [ [ 120.2432681, 30.1719736 ], [ 120.2433393, 30.1721414 ] ], [ [ 120.2433393, 30.1721414 ], [ 120.243488, 30.1724761 ] ], [ [ 120.243488, 30.1724761 ], [ 120.2435072, 30.1725794 ] ], [ [ 120.2435072, 30.1725794 ], [ 120.2435106, 30.1726123 ] ], [ [ 120.2435106, 30.1726123 ], [ 120.2435242, 30.1727449 ] ], [ [ 120.2435242, 30.1727449 ], [ 120.2435639, 30.1728922 ] ], [ [ 120.2435639, 30.1728922 ], [ 120.243753, 30.1734388 ] ], [ [ 120.243753, 30.1734388 ], [ 120.2439685, 30.1739592 ] ], [ [ 120.2439685, 30.1739592 ], [ 120.2439895, 30.1740099 ] ], [ [ 120.2439895, 30.1740099 ], [ 120.2443096, 30.174691 ] ], [ [ 120.2443096, 30.174691 ], [ 120.2445743, 30.1752149 ] ], [ [ 120.2437625, 30.1799921 ], [ 120.2437614, 30.1801294 ] ], [ [ 120.2368722, 30.1702818 ], [ 120.2365947, 30.1703315 ] ], [ [ 120.2368722, 30.1702818 ], [ 120.2371507, 30.1702986 ] ], [ [ 120.2371507, 30.1702986 ], [ 120.2386386, 30.1704533 ] ], [ [ 120.2386386, 30.1704533 ], [ 120.2392642, 30.1705017 ] ], [ [ 120.2392642, 30.1705017 ], [ 120.2396755, 30.1705115 ] ], [ [ 120.2322602, 30.1813603 ], [ 120.2322799, 30.1807485 ] ], [ [ 120.2322799, 30.1807485 ], [ 120.2322786, 30.1794443 ] ], [ [ 120.2322786, 30.1794443 ], [ 120.232283, 30.1791913 ] ], [ [ 120.232283, 30.1791913 ], [ 120.2322943, 30.1786124 ] ], [ [ 120.2322943, 30.1786124 ], [ 120.2322996, 30.1782238 ] ], [ [ 120.2322996, 30.1782238 ], [ 120.2323006, 30.1778682 ] ], [ [ 120.2323006, 30.1778682 ], [ 120.2323042, 30.177658 ] ], [ [ 120.2323042, 30.177658 ], [ 120.2323327, 30.1775904 ] ], [ [ 120.2323327, 30.1775904 ], [ 120.2323966, 30.1775378 ] ], [ [ 120.2323966, 30.1775378 ], [ 120.2324952, 30.1775112 ] ], [ [ 120.2324952, 30.1775112 ], [ 120.232606, 30.1775038 ] ], [ [ 120.232606, 30.1775038 ], [ 120.2355855, 30.1773877 ] ], [ [ 120.2355855, 30.1773877 ], [ 120.2356428, 30.1808937 ] ], [ [ 120.2437614, 30.1801294 ], [ 120.2437588, 30.1802666 ] ], [ [ 120.2437588, 30.1802666 ], [ 120.2437842, 30.180766 ] ], [ [ 120.2437842, 30.180766 ], [ 120.2437918, 30.1813731 ] ], [ [ 120.2437918, 30.1813731 ], [ 120.2437925, 30.181427 ] ], [ [ 120.2437925, 30.181427 ], [ 120.2438003, 30.1821107 ] ], [ [ 120.2438003, 30.1821107 ], [ 120.2438057, 30.1823556 ] ], [ [ 120.2438057, 30.1823556 ], [ 120.2438325, 30.1835622 ] ], [ [ 120.2438325, 30.1835622 ], [ 120.2438475, 30.1843672 ] ], [ [ 120.2438493, 30.1844627 ], [ 120.2438475, 30.1843672 ] ], [ [ 120.2065954, 30.1814794 ], [ 120.2046962, 30.1815098 ] ], [ [ 120.2046962, 30.1815098 ], [ 120.2027964, 30.1815402 ] ], [ [ 120.1986523, 30.1816588 ], [ 120.2027964, 30.1815402 ] ], [ [ 120.2027964, 30.1815402 ], [ 120.2027352, 30.1839344 ] ], [ [ 120.1953298, 30.1806907 ], [ 120.1952933, 30.1824822 ] ], [ [ 120.1952933, 30.1824822 ], [ 120.1952647, 30.1838902 ] ], [ [ 120.1952437, 30.1840275 ], [ 120.1952647, 30.1838902 ] ], [ [ 120.1886942, 30.1839535 ], [ 120.1886966, 30.1838277 ] ], [ [ 120.1886384, 30.1863548 ], [ 120.188662, 30.1853485 ] ], [ [ 120.188662, 30.1853485 ], [ 120.1886942, 30.1839535 ] ], [ [ 120.1886384, 30.1863548 ], [ 120.1865125, 30.1863428 ] ], [ [ 120.1865125, 30.1863428 ], [ 120.1849526, 30.1863409 ] ], [ [ 120.1951699, 30.1865304 ], [ 120.1951929, 30.1857489 ] ], [ [ 120.1951929, 30.1857489 ], [ 120.1952109, 30.1851385 ] ], [ [ 120.1952109, 30.1851385 ], [ 120.195216, 30.1849677 ] ], [ [ 120.195216, 30.1849677 ], [ 120.1952437, 30.1840275 ] ], [ [ 120.1918005, 30.1864289 ], [ 120.1919362, 30.1864404 ] ], [ [ 120.202613, 30.186652 ], [ 120.2026341, 30.1855647 ] ], [ [ 120.2026341, 30.1855647 ], [ 120.202663, 30.1840803 ] ], [ [ 120.2063582, 30.1866556 ], [ 120.2052387, 30.1866583 ] ], [ [ 120.2052387, 30.1866583 ], [ 120.202613, 30.186652 ] ], [ [ 120.2025638, 30.1892007 ], [ 120.202613, 30.186652 ] ], [ [ 120.1886384, 30.1863548 ], [ 120.1900303, 30.186379 ] ], [ [ 120.1900303, 30.186379 ], [ 120.1903762, 30.186385 ] ], [ [ 120.1903762, 30.186385 ], [ 120.1905531, 30.1863928 ] ], [ [ 120.1905531, 30.1863928 ], [ 120.1906664, 30.1863965 ] ], [ [ 120.1906664, 30.1863965 ], [ 120.1908353, 30.186405 ] ], [ [ 120.1908353, 30.186405 ], [ 120.1918005, 30.1864289 ] ], [ [ 120.1886384, 30.1863548 ], [ 120.188437, 30.1877245 ] ], [ [ 120.188437, 30.1877245 ], [ 120.1884225, 30.1878082 ] ], [ [ 120.1884225, 30.1878082 ], [ 120.1882614, 30.1889182 ] ], [ [ 120.1882343, 30.1890628 ], [ 120.1882614, 30.1889182 ] ], [ [ 120.1919362, 30.1864404 ], [ 120.1920323, 30.1864431 ] ], [ [ 120.1920323, 30.1864431 ], [ 120.1930589, 30.1864716 ] ], [ [ 120.1930589, 30.1864716 ], [ 120.1932447, 30.1864768 ] ], [ [ 120.1932447, 30.1864768 ], [ 120.1935262, 30.1864852 ] ], [ [ 120.1935262, 30.1864852 ], [ 120.1935563, 30.1864854 ] ], [ [ 120.1935563, 30.1864854 ], [ 120.1937391, 30.1864905 ] ], [ [ 120.1937391, 30.1864905 ], [ 120.1951699, 30.1865304 ] ], [ [ 120.1951699, 30.1865304 ], [ 120.1959067, 30.186546 ] ], [ [ 120.1959067, 30.186546 ], [ 120.196268, 30.1865536 ] ], [ [ 120.196268, 30.1865536 ], [ 120.1971852, 30.186573 ] ], [ [ 120.1971852, 30.186573 ], [ 120.1972927, 30.1865786 ] ], [ [ 120.1972927, 30.1865786 ], [ 120.1984124, 30.186604 ] ], [ [ 120.1951699, 30.1865304 ], [ 120.1951226, 30.1875034 ] ], [ [ 120.1951226, 30.1875034 ], [ 120.1950447, 30.1891038 ] ], [ [ 120.194739, 30.1914979 ], [ 120.1948995, 30.1903243 ] ], [ [ 120.1948995, 30.1903243 ], [ 120.1950485, 30.1892348 ] ], [ [ 120.2025471, 30.1893416 ], [ 120.2025638, 30.1892007 ] ], [ [ 120.202495, 30.1917659 ], [ 120.202519, 30.1909056 ] ], [ [ 120.202519, 30.1909056 ], [ 120.2025349, 30.1903346 ] ], [ [ 120.2025349, 30.1903346 ], [ 120.2025361, 30.1902407 ] ], [ [ 120.2025361, 30.1902407 ], [ 120.2025471, 30.1893416 ] ], [ [ 120.209075, 30.1866284 ], [ 120.2091272, 30.1841351 ] ], [ [ 120.2110993, 30.1841511 ], [ 120.2110495, 30.1854598 ] ], [ [ 120.2110495, 30.1854598 ], [ 120.2110066, 30.1863687 ] ], [ [ 120.2110066, 30.1863687 ], [ 120.2110149, 30.1866354 ] ], [ [ 120.2200125, 30.1882812 ], [ 120.22, 30.1878564 ] ], [ [ 120.22, 30.1878564 ], [ 120.2199923, 30.187712 ] ], [ [ 120.2199923, 30.187712 ], [ 120.2199893, 30.1874239 ] ], [ [ 120.2199893, 30.1874239 ], [ 120.219983, 30.186981 ] ], [ [ 120.219983, 30.186981 ], [ 120.2200036, 30.186683 ] ], [ [ 120.2200036, 30.186683 ], [ 120.2200499, 30.1863627 ] ], [ [ 120.2200499, 30.1863627 ], [ 120.2201631, 30.1859668 ] ], [ [ 120.2201631, 30.1859668 ], [ 120.2202506, 30.1856021 ] ], [ [ 120.2202506, 30.1856021 ], [ 120.2203021, 30.1852462 ] ], [ [ 120.2203021, 30.1852462 ], [ 120.2203432, 30.1848147 ] ], [ [ 120.2203432, 30.1848147 ], [ 120.2203688, 30.1842169 ] ], [ [ 120.2171713, 30.1887613 ], [ 120.2171316, 30.1886296 ] ], [ [ 120.2171316, 30.1886296 ], [ 120.2174035, 30.1877791 ] ], [ [ 120.2174035, 30.1877791 ], [ 120.2174444, 30.1875982 ] ], [ [ 120.2174444, 30.1875982 ], [ 120.2175007, 30.1873389 ] ], [ [ 120.2175007, 30.1873389 ], [ 120.2175319, 30.1871202 ] ], [ [ 120.2175319, 30.1871202 ], [ 120.2175594, 30.1869276 ] ], [ [ 120.2175594, 30.1869276 ], [ 120.2175937, 30.186647 ] ], [ [ 120.2175937, 30.186647 ], [ 120.2176035, 30.1862808 ] ], [ [ 120.2176035, 30.1862808 ], [ 120.2175933, 30.1858564 ] ], [ [ 120.2175933, 30.1858564 ], [ 120.2175713, 30.1852279 ] ], [ [ 120.2175713, 30.1852279 ], [ 120.2175557, 30.1841613 ] ], [ [ 120.2110149, 30.1866354 ], [ 120.209075, 30.1866284 ] ], [ [ 120.209075, 30.1866284 ], [ 120.2065124, 30.1866505 ] ], [ [ 120.2110149, 30.1866354 ], [ 120.2127018, 30.1866469 ] ], [ [ 120.2127018, 30.1866469 ], [ 120.2134002, 30.1866487 ] ], [ [ 120.2063582, 30.1866556 ], [ 120.2065124, 30.1866505 ] ], [ [ 120.2135406, 30.1866552 ], [ 120.2134002, 30.1866487 ] ], [ [ 120.2200125, 30.1882812 ], [ 120.2200515, 30.1883975 ] ], [ [ 120.2089987, 30.1893099 ], [ 120.209075, 30.1866284 ] ], [ [ 120.2110014, 30.1893356 ], [ 120.2110281, 30.1879082 ] ], [ [ 120.2110281, 30.1879082 ], [ 120.2110066, 30.1867397 ] ], [ [ 120.2110066, 30.1867397 ], [ 120.2110149, 30.1866354 ] ], [ [ 120.2089897, 30.1894367 ], [ 120.2089987, 30.1893099 ] ], [ [ 120.2200515, 30.1883975 ], [ 120.2206115, 30.1892641 ] ], [ [ 120.2206115, 30.1892641 ], [ 120.2206941, 30.1893986 ] ], [ [ 120.2206941, 30.1893986 ], [ 120.2214004, 30.1905446 ] ], [ [ 120.2214004, 30.1905446 ], [ 120.2214012, 30.1905502 ] ], [ [ 120.2214012, 30.1905502 ], [ 120.2214673, 30.1906617 ] ], [ [ 120.2214673, 30.1906617 ], [ 120.2219222, 30.1914293 ] ], [ [ 120.2219222, 30.1914293 ], [ 120.2219994, 30.1915555 ] ], [ [ 120.2219994, 30.1915555 ], [ 120.2221407, 30.1917864 ] ], [ [ 120.2221407, 30.1917864 ], [ 120.222154, 30.1918082 ] ], [ [ 120.222154, 30.1918082 ], [ 120.222728, 30.1929078 ] ], [ [ 120.222728, 30.1929078 ], [ 120.222817, 30.1931001 ] ], [ [ 120.222817, 30.1931001 ], [ 120.2228783, 30.1933833 ] ], [ [ 120.2228783, 30.1933833 ], [ 120.2229014, 30.1943231 ] ], [ [ 120.2229014, 30.1943231 ], [ 120.2229166, 30.1948087 ] ], [ [ 120.2229166, 30.1948087 ], [ 120.2229006, 30.1950487 ] ], [ [ 120.2229006, 30.1950487 ], [ 120.2229022, 30.1953909 ] ], [ [ 120.2229022, 30.1953909 ], [ 120.2228425, 30.1955664 ] ], [ [ 120.2228425, 30.1955664 ], [ 120.2227412, 30.1958096 ] ], [ [ 120.2227412, 30.1958096 ], [ 120.222582, 30.1960329 ] ], [ [ 120.222582, 30.1960329 ], [ 120.2222387, 30.196455 ] ], [ [ 120.2222387, 30.196455 ], [ 120.2221006, 30.1966814 ] ], [ [ 120.2221006, 30.1966814 ], [ 120.2220122, 30.1968864 ] ], [ [ 120.2220122, 30.1968864 ], [ 120.2219697, 30.1971097 ] ], [ [ 120.2219697, 30.1971097 ], [ 120.2219594, 30.1973305 ] ], [ [ 120.2110864, 30.1961199 ], [ 120.2110602, 30.1962037 ] ], [ [ 120.2110056, 30.1964114 ], [ 120.2110602, 30.1962037 ] ], [ [ 120.2322555, 30.1814709 ], [ 120.2323545, 30.1821684 ] ], [ [ 120.2323545, 30.1821684 ], [ 120.2324033, 30.1825118 ] ], [ [ 120.2324033, 30.1825118 ], [ 120.2324248, 30.1828109 ] ], [ [ 120.2324248, 30.1828109 ], [ 120.2324529, 30.1831042 ] ], [ [ 120.2324529, 30.1831042 ], [ 120.2323975, 30.1837123 ] ], [ [ 120.2323975, 30.1837123 ], [ 120.2324015, 30.1839721 ] ], [ [ 120.2324015, 30.1839721 ], [ 120.2323569, 30.1847451 ] ], [ [ 120.2323569, 30.1847451 ], [ 120.232359, 30.1851765 ] ], [ [ 120.2323595, 30.1852841 ], [ 120.232359, 30.1851765 ] ], [ [ 120.2323767, 30.1853935 ], [ 120.2323494, 30.1854622 ], [ 120.2323299, 30.1855279 ] ], [ [ 120.2321887, 30.1855361 ], [ 120.2321588, 30.1854498 ], [ 120.2321079, 30.1854122 ] ], [ [ 120.2438493, 30.1844627 ], [ 120.2438526, 30.1845928 ] ], [ [ 120.2438557, 30.1847017 ], [ 120.2438526, 30.1845928 ] ], [ [ 120.2439056, 30.1880985 ], [ 120.24387, 30.1863119 ] ], [ [ 120.24387, 30.1863119 ], [ 120.2438754, 30.1860569 ] ], [ [ 120.2438754, 30.1860569 ], [ 120.2438647, 30.1850136 ] ], [ [ 120.2438647, 30.1850136 ], [ 120.2438557, 30.1847017 ] ], [ [ 120.2439056, 30.1880985 ], [ 120.2439237, 30.1885562 ] ], [ [ 120.2439237, 30.1885562 ], [ 120.2438882, 30.1893007 ] ], [ [ 120.2438882, 30.1893007 ], [ 120.2439028, 30.1895472 ] ], [ [ 120.2439028, 30.1895472 ], [ 120.2439035, 30.1897627 ] ], [ [ 120.2439035, 30.1897627 ], [ 120.2439079, 30.1898083 ] ], [ [ 120.2439079, 30.1898083 ], [ 120.243935, 30.1900858 ] ], [ [ 120.243935, 30.1900858 ], [ 120.2439956, 30.1903079 ] ], [ [ 120.2439956, 30.1903079 ], [ 120.2440985, 30.1904908 ] ], [ [ 120.2440985, 30.1904908 ], [ 120.2442264, 30.1906244 ] ], [ [ 120.2442264, 30.1906244 ], [ 120.2443705, 30.1907475 ] ], [ [ 120.2443705, 30.1907475 ], [ 120.2445084, 30.1908356 ] ], [ [ 120.2445084, 30.1908356 ], [ 120.244694, 30.190905 ] ], [ [ 120.244694, 30.190905 ], [ 120.2447538, 30.1909218 ] ], [ [ 120.2447538, 30.1909218 ], [ 120.2449386, 30.1909717 ] ], [ [ 120.2449386, 30.1909717 ], [ 120.2451618, 30.191 ] ], [ [ 120.2451618, 30.191 ], [ 120.2452525, 30.1910018 ] ], [ [ 120.2452525, 30.1910018 ], [ 120.2456038, 30.190996 ] ], [ [ 120.2456038, 30.190996 ], [ 120.2463334, 30.1909774 ] ], [ [ 120.2463334, 30.1909774 ], [ 120.247417, 30.1909403 ] ], [ [ 120.247417, 30.1909403 ], [ 120.2483767, 30.1909274 ] ], [ [ 120.2323299, 30.1855279 ], [ 120.232319, 30.185962 ], [ 120.2323286, 30.1860921 ], [ 120.2323035, 30.1862473 ] ], [ [ 120.2323035, 30.1862473 ], [ 120.2322399, 30.1861199 ], [ 120.2322067, 30.1858562 ], [ 120.2322008, 30.1856614 ], [ 120.2321887, 30.1855361 ] ], [ [ 120.2324912, 30.1882724 ], [ 120.2325029, 30.1874184 ] ], [ [ 120.2325029, 30.1874184 ], [ 120.2324982, 30.1873382 ] ], [ [ 120.2324982, 30.1873382 ], [ 120.2324845, 30.1871055 ] ], [ [ 120.2324845, 30.1871055 ], [ 120.2324305, 30.186738 ] ], [ [ 120.2324305, 30.186738 ], [ 120.2323035, 30.1862473 ] ], [ [ 120.2324912, 30.1882724 ], [ 120.2324583, 30.1888685 ] ], [ [ 120.2324583, 30.1888685 ], [ 120.2324701, 30.1901976 ] ], [ [ 120.2324701, 30.1901976 ], [ 120.2324763, 30.190899 ] ], [ [ 120.2324763, 30.190899 ], [ 120.2324747, 30.1913385 ] ], [ [ 120.2324747, 30.1913385 ], [ 120.2324745, 30.1913965 ] ], [ [ 120.2324745, 30.1913965 ], [ 120.2324722, 30.1920604 ] ], [ [ 120.2324722, 30.1920604 ], [ 120.2325312, 30.1924645 ] ], [ [ 120.2325312, 30.1924645 ], [ 120.2325942, 30.1927649 ] ], [ [ 120.2325942, 30.1927649 ], [ 120.2326735, 30.1930636 ] ], [ [ 120.2326735, 30.1930636 ], [ 120.2327674, 30.1935246 ] ], [ [ 120.2327674, 30.1935246 ], [ 120.2329871, 30.1944043 ] ], [ [ 120.2329871, 30.1944043 ], [ 120.2333611, 30.1960029 ] ], [ [ 120.2435318, 30.1942111 ], [ 120.2446106, 30.1941578 ] ], [ [ 120.2446106, 30.1941578 ], [ 120.2448232, 30.1941415 ] ], [ [ 120.2416092, 30.2022765 ], [ 120.2416384, 30.1994872 ] ], [ [ 120.2416384, 30.1994872 ], [ 120.2416982, 30.1968982 ] ], [ [ 120.2416982, 30.1968982 ], [ 120.2416955, 30.1967757 ] ], [ [ 120.2359767, 30.2001329 ], [ 120.2335811, 30.2001065 ] ], [ [ 120.2390083, 30.2001453 ], [ 120.2377278, 30.2001401 ] ], [ [ 120.2377278, 30.2001401 ], [ 120.2371752, 30.2001378 ] ], [ [ 120.2371752, 30.2001378 ], [ 120.2359767, 30.2001329 ] ], [ [ 120.233486, 30.2001054 ], [ 120.2334822, 30.1989192 ], [ 120.2334891, 30.198312 ], [ 120.2334899, 30.1978575 ], [ 120.2334711, 30.1970093 ], [ 120.233469, 30.1968868 ], [ 120.2333611, 30.1963182 ], [ 120.2333611, 30.1960029 ] ], [ [ 120.2333611, 30.1960029 ], [ 120.233506, 30.1962579 ], [ 120.2336079, 30.1966689 ], [ 120.2336186, 30.1967123 ], [ 120.2336348, 30.1968847 ], [ 120.2336345, 30.197007 ], [ 120.2336119, 30.1983207 ], [ 120.2336074, 30.1985831 ], [ 120.2335811, 30.2001065 ] ], [ [ 120.1879011, 30.1911499 ], [ 120.188055, 30.1901703 ] ], [ [ 120.188055, 30.1901703 ], [ 120.1882171, 30.189169 ] ], [ [ 120.1882171, 30.189169 ], [ 120.188223, 30.1891325 ] ], [ [ 120.188223, 30.1891325 ], [ 120.1882343, 30.1890628 ] ], [ [ 120.1838688, 30.1909578 ], [ 120.1839607, 30.1909622 ] ], [ [ 120.1839607, 30.1909622 ], [ 120.1840304, 30.1909655 ] ], [ [ 120.1840304, 30.1909655 ], [ 120.18493, 30.1910083 ] ], [ [ 120.18493, 30.1910083 ], [ 120.185162, 30.1910194 ] ], [ [ 120.185162, 30.1910194 ], [ 120.1879011, 30.1911499 ] ], [ [ 120.1912413, 30.1913216 ], [ 120.1897348, 30.1912439 ] ], [ [ 120.1897348, 30.1912439 ], [ 120.1879011, 30.1911499 ] ], [ [ 120.1879011, 30.1911499 ], [ 120.1877497, 30.192113 ] ], [ [ 120.1877497, 30.192113 ], [ 120.1877323, 30.1922239 ] ], [ [ 120.1877323, 30.1922239 ], [ 120.1875934, 30.1931079 ] ], [ [ 120.1875934, 30.1931079 ], [ 120.1875825, 30.1931773 ] ], [ [ 120.1982466, 30.1916876 ], [ 120.1984147, 30.1916904 ] ], [ [ 120.1984147, 30.1916904 ], [ 120.1989914, 30.1917011 ] ], [ [ 120.1989914, 30.1917011 ], [ 120.1994573, 30.1917097 ] ], [ [ 120.1994573, 30.1917097 ], [ 120.2008761, 30.1917359 ] ], [ [ 120.2008761, 30.1917359 ], [ 120.2017865, 30.1917528 ] ], [ [ 120.2017865, 30.1917528 ], [ 120.2019529, 30.1917559 ] ], [ [ 120.2019529, 30.1917559 ], [ 120.202495, 30.1917659 ] ], [ [ 120.2024346, 30.1943396 ], [ 120.202445, 30.1942512 ] ], [ [ 120.202445, 30.1942512 ], [ 120.20248, 30.1925456 ] ], [ [ 120.20248, 30.1925456 ], [ 120.202495, 30.1917659 ] ], [ [ 120.1913913, 30.1913295 ], [ 120.1912413, 30.1913216 ] ], [ [ 120.194739, 30.1914979 ], [ 120.1946361, 30.1914927 ] ], [ [ 120.1946361, 30.1914927 ], [ 120.1936109, 30.1914412 ] ], [ [ 120.1936109, 30.1914412 ], [ 120.1929062, 30.1914057 ] ], [ [ 120.1929062, 30.1914057 ], [ 120.1923423, 30.1914032 ] ], [ [ 120.1923423, 30.1914032 ], [ 120.1915127, 30.1913356 ] ], [ [ 120.1915127, 30.1913356 ], [ 120.1913913, 30.1913295 ] ], [ [ 120.1982466, 30.1916876 ], [ 120.1973926, 30.1916412 ] ], [ [ 120.1973926, 30.1916412 ], [ 120.1958577, 30.1915583 ] ], [ [ 120.1958577, 30.1915583 ], [ 120.194739, 30.1914979 ] ], [ [ 120.1875825, 30.1931773 ], [ 120.1875564, 30.1933434 ] ], [ [ 120.1875564, 30.1933434 ], [ 120.1875272, 30.1934494 ] ], [ [ 120.1875272, 30.1934494 ], [ 120.1869104, 30.1956895 ] ], [ [ 120.2024183, 30.1944967 ], [ 120.2024346, 30.1943396 ] ], [ [ 120.202577, 30.1971567 ], [ 120.2024369, 30.1967625 ] ], [ [ 120.2024369, 30.1967625 ], [ 120.2023763, 30.1964425 ] ], [ [ 120.2023763, 30.1964425 ], [ 120.2023737, 30.196016 ] ], [ [ 120.2023737, 30.196016 ], [ 120.2023697, 30.1955685 ] ], [ [ 120.2023697, 30.1955685 ], [ 120.202413, 30.1945909 ] ], [ [ 120.202413, 30.1945909 ], [ 120.2024183, 30.1944967 ] ], [ [ 120.1869104, 30.1956895 ], [ 120.1863943, 30.1973643 ] ], [ [ 120.1863943, 30.1973643 ], [ 120.186265, 30.1977839 ] ], [ [ 120.186265, 30.1977839 ], [ 120.1862471, 30.1978752 ] ], [ [ 120.2058176, 30.1988729 ], [ 120.204102, 30.1988603 ] ], [ [ 120.204102, 30.1988603 ], [ 120.2036544, 30.1988757 ] ], [ [ 120.2036544, 30.1988757 ], [ 120.2033637, 30.198925 ] ], [ [ 120.2033637, 30.198925 ], [ 120.2031364, 30.1990052 ] ], [ [ 120.2031364, 30.1990052 ], [ 120.2029308, 30.199108 ] ], [ [ 120.2029308, 30.199108 ], [ 120.2027078, 30.1992839 ] ], [ [ 120.2027078, 30.1992839 ], [ 120.2025373, 30.1994841 ] ], [ [ 120.2025373, 30.1994841 ], [ 120.2024042, 30.1997103 ] ], [ [ 120.2024042, 30.1997103 ], [ 120.2023067, 30.1999778 ] ], [ [ 120.210241, 30.1990348 ], [ 120.2104982, 30.1981523 ] ], [ [ 120.2104982, 30.1981523 ], [ 120.2109876, 30.1964733 ] ], [ [ 120.2109876, 30.1964733 ], [ 120.2110056, 30.1964114 ] ], [ [ 120.2058176, 30.1988729 ], [ 120.2059841, 30.198869 ] ], [ [ 120.210241, 30.1990348 ], [ 120.2085569, 30.1989434 ] ], [ [ 120.2085569, 30.1989434 ], [ 120.2073874, 30.1989264 ] ], [ [ 120.2073874, 30.1989264 ], [ 120.2059841, 30.198869 ] ], [ [ 120.210241, 30.1990348 ], [ 120.2114259, 30.19907 ] ], [ [ 120.2114259, 30.19907 ], [ 120.2115251, 30.1990729 ] ], [ [ 120.2115251, 30.1990729 ], [ 120.2118252, 30.1990819 ] ], [ [ 120.2118252, 30.1990819 ], [ 120.2121105, 30.1990903 ] ], [ [ 120.2121105, 30.1990903 ], [ 120.2132744, 30.1991249 ] ], [ [ 120.2192427, 30.2000796 ], [ 120.2207083, 30.2000753 ] ], [ [ 120.2207083, 30.2000753 ], [ 120.2208373, 30.2000774 ] ], [ [ 120.2208373, 30.2000774 ], [ 120.2210847, 30.2000767 ] ], [ [ 120.2210847, 30.2000767 ], [ 120.2217788, 30.2000747 ] ], [ [ 120.2217788, 30.2000747 ], [ 120.2225034, 30.2000881 ] ], [ [ 120.2225034, 30.2000881 ], [ 120.2229936, 30.2000972 ] ], [ [ 120.2229936, 30.2000972 ], [ 120.2244421, 30.2001272 ] ], [ [ 120.210241, 30.1990348 ], [ 120.2098599, 30.2015538 ] ], [ [ 120.2134297, 30.1991315 ], [ 120.2132744, 30.1991249 ] ], [ [ 120.2166109, 30.1996053 ], [ 120.2158601, 30.1994831 ] ], [ [ 120.2158601, 30.1994831 ], [ 120.2140815, 30.1991937 ] ], [ [ 120.2140815, 30.1991937 ], [ 120.2137434, 30.1991522 ] ], [ [ 120.2137434, 30.1991522 ], [ 120.2134297, 30.1991315 ] ], [ [ 120.2166109, 30.1996053 ], [ 120.2175467, 30.1997739 ] ], [ [ 120.2175467, 30.1997739 ], [ 120.2192427, 30.2000796 ] ], [ [ 120.2164473, 30.202281 ], [ 120.2165167, 30.2011453 ] ], [ [ 120.2165167, 30.2011453 ], [ 120.2165505, 30.2005934 ] ], [ [ 120.2165505, 30.2005934 ], [ 120.2166109, 30.1996053 ] ], [ [ 120.2164277, 30.2024404 ], [ 120.2164473, 30.202281 ] ], [ [ 120.2246033, 30.2001353 ], [ 120.2244421, 30.2001272 ] ], [ [ 120.2217788, 30.2000747 ], [ 120.2217503, 30.2010144 ] ], [ [ 120.2217503, 30.2010144 ], [ 120.2217357, 30.2014974 ] ], [ [ 120.2217357, 30.2014974 ], [ 120.2217007, 30.2026518 ] ], [ [ 120.2216962, 30.2028032 ], [ 120.2217007, 30.2026518 ] ], [ [ 120.2098362, 30.2017103 ], [ 120.2098599, 30.2015538 ] ], [ [ 120.2095638, 30.2038505 ], [ 120.2096837, 30.2029081 ] ], [ [ 120.2096837, 30.2029081 ], [ 120.2097048, 30.2027425 ] ], [ [ 120.2097048, 30.2027425 ], [ 120.2098362, 30.2017103 ] ], [ [ 120.2095638, 30.2038505 ], [ 120.2101624, 30.2038903 ] ], [ [ 120.2101624, 30.2038903 ], [ 120.2105468, 30.2039158 ] ], [ [ 120.2105468, 30.2039158 ], [ 120.210976, 30.2039443 ] ], [ [ 120.210976, 30.2039443 ], [ 120.2127557, 30.2041039 ] ], [ [ 120.2164277, 30.2024404 ], [ 120.2163069, 30.2047714 ] ], [ [ 120.2275641, 30.2028193 ], [ 120.227572, 30.2029717 ] ], [ [ 120.2216652, 30.2052844 ], [ 120.221673, 30.2046639 ] ], [ [ 120.221673, 30.2046639 ], [ 120.221684, 30.2037804 ] ], [ [ 120.221684, 30.2037804 ], [ 120.2216862, 30.203602 ] ], [ [ 120.2216862, 30.203602 ], [ 120.2216962, 30.2028032 ] ], [ [ 120.2022465, 30.2001359 ], [ 120.2023067, 30.1999778 ] ], [ [ 120.2013796, 30.2022925 ], [ 120.2017312, 30.2014161 ] ], [ [ 120.2017312, 30.2014161 ], [ 120.2017933, 30.2012613 ] ], [ [ 120.2017933, 30.2012613 ], [ 120.2022465, 30.2001359 ] ], [ [ 120.1970052, 30.2021568 ], [ 120.1976391, 30.2023697 ], [ 120.1981696, 30.2024867 ], [ 120.1984737, 30.2025294 ], [ 120.200872, 30.2021839 ], [ 120.2011039, 30.202204 ], [ 120.2013796, 30.2022925 ] ], [ [ 120.2054161, 30.204222 ], [ 120.2040112, 30.2035031 ] ], [ [ 120.2040112, 30.2035031 ], [ 120.2034646, 30.2032517 ] ], [ [ 120.2034646, 30.2032517 ], [ 120.2033308, 30.2031901 ] ], [ [ 120.2033308, 30.2031901 ], [ 120.2032132, 30.203136 ] ], [ [ 120.2032132, 30.203136 ], [ 120.2026478, 30.2028759 ] ], [ [ 120.2026478, 30.2028759 ], [ 120.2013796, 30.2022925 ] ], [ [ 120.2002814, 30.2050608 ], [ 120.2006123, 30.2042861 ] ], [ [ 120.2006123, 30.2042861 ], [ 120.2006266, 30.204249 ] ], [ [ 120.2006266, 30.204249 ], [ 120.2013796, 30.2022925 ] ], [ [ 120.2001629, 30.2052496 ], [ 120.2002814, 30.2050608 ] ], [ [ 120.1977734, 30.2092225 ], [ 120.1982497, 30.2084067 ] ], [ [ 120.1982497, 30.2084067 ], [ 120.1984232, 30.2081095 ] ], [ [ 120.1984232, 30.2081095 ], [ 120.1987601, 30.2075325 ] ], [ [ 120.1987601, 30.2075325 ], [ 120.1989109, 30.2072841 ] ], [ [ 120.1989109, 30.2072841 ], [ 120.1989926, 30.2071494 ] ], [ [ 120.1989926, 30.2071494 ], [ 120.1992186, 30.206779 ] ], [ [ 120.1992186, 30.206779 ], [ 120.1992689, 30.2066988 ] ], [ [ 120.1992689, 30.2066988 ], [ 120.1993195, 30.206611 ] ], [ [ 120.1993195, 30.206611 ], [ 120.19963, 30.2060996 ] ], [ [ 120.19963, 30.2060996 ], [ 120.1999993, 30.2055105 ] ], [ [ 120.1999993, 30.2055105 ], [ 120.2001629, 30.2052496 ] ], [ [ 120.1977734, 30.2092225 ], [ 120.1976885, 30.2093702 ] ], [ [ 120.1976885, 30.2093702 ], [ 120.1972591, 30.2100428 ] ], [ [ 120.1972591, 30.2100428 ], [ 120.1971299, 30.2102451 ] ], [ [ 120.1971299, 30.2102451 ], [ 120.196723, 30.2108824 ] ], [ [ 120.196723, 30.2108824 ], [ 120.1957376, 30.2125934 ] ], [ [ 120.1957376, 30.2125934 ], [ 120.1957058, 30.2126388 ] ], [ [ 120.2047851, 30.2108648 ], [ 120.2054975, 30.2112322 ] ], [ [ 120.2054975, 30.2112322 ], [ 120.2051145, 30.2117643 ], [ 120.2047086, 30.2123283 ], [ 120.2045813, 30.2125052 ], [ 120.2042274, 30.2129968 ] ], [ [ 120.233486, 30.2001054 ], [ 120.2305344, 30.2001027 ] ], [ [ 120.2305344, 30.2001027 ], [ 120.2304117, 30.2001066 ] ], [ [ 120.2335811, 30.2001065 ], [ 120.233486, 30.2001054 ] ], [ [ 120.2335811, 30.2001065 ], [ 120.2335601, 30.202568 ] ], [ [ 120.2334493, 30.2025873 ], [ 120.233486, 30.2001054 ] ], [ [ 120.2335601, 30.202568 ], [ 120.2335598, 30.2026017 ], [ 120.2335583, 30.2026722 ] ], [ [ 120.2334515, 30.2026894 ], [ 120.2334493, 30.2025873 ] ], [ [ 120.2335583, 30.2026722 ], [ 120.2335382, 30.2036415 ] ], [ [ 120.2389618, 30.2036027 ], [ 120.2359832, 30.2036286 ] ], [ [ 120.2335382, 30.2036415 ], [ 120.2342784, 30.2036401 ] ], [ [ 120.2342784, 30.2036401 ], [ 120.2359832, 30.2036286 ] ], [ [ 120.2334416, 30.2036417 ], [ 120.2334515, 30.2026894 ] ], [ [ 120.2334416, 30.2036417 ], [ 120.2335011, 30.2036416 ] ], [ [ 120.2335011, 30.2036416 ], [ 120.2335382, 30.2036415 ] ], [ [ 120.2304623, 30.2036445 ], [ 120.2305446, 30.2036444 ] ], [ [ 120.2305446, 30.2036444 ], [ 120.2334416, 30.2036417 ] ], [ [ 120.2335382, 30.2036415 ], [ 120.2335388, 30.2049596 ] ], [ [ 120.2334361, 30.2049607 ], [ 120.2334416, 30.2036417 ] ], [ [ 120.2335388, 30.2049596 ], [ 120.2334361, 30.2049607 ] ], [ [ 120.2390659, 30.2048578 ], [ 120.2401046, 30.2048277 ] ], [ [ 120.2401046, 30.2048277 ], [ 120.2415878, 30.2047846 ] ], [ [ 120.2389163, 30.2048655 ], [ 120.2390659, 30.2048578 ] ], [ [ 120.2359498, 30.2049169 ], [ 120.2375265, 30.2048771 ] ], [ [ 120.2375265, 30.2048771 ], [ 120.2389163, 30.2048655 ] ], [ [ 120.2415878, 30.2047846 ], [ 120.2416092, 30.2022765 ] ], [ [ 120.2447506, 30.2047614 ], [ 120.2426792, 30.2047828 ] ], [ [ 120.2426792, 30.2047828 ], [ 120.2424806, 30.2047849 ] ], [ [ 120.2424806, 30.2047849 ], [ 120.2418825, 30.2047911 ] ], [ [ 120.2418825, 30.2047911 ], [ 120.2416679, 30.2047841 ] ], [ [ 120.2416679, 30.2047841 ], [ 120.2415878, 30.2047846 ] ], [ [ 120.2414418, 30.2072352 ], [ 120.241526, 30.2058219 ] ], [ [ 120.241526, 30.2058219 ], [ 120.2415389, 30.2056046 ] ], [ [ 120.2415389, 30.2056046 ], [ 120.2415878, 30.2047846 ] ], [ [ 120.2334361, 30.2049607 ], [ 120.2327011, 30.2049754 ] ], [ [ 120.2327011, 30.2049754 ], [ 120.2305684, 30.2050179 ] ], [ [ 120.2305684, 30.2050179 ], [ 120.2304873, 30.2050195 ] ], [ [ 120.2335388, 30.2049596 ], [ 120.2335596, 30.2059988 ], [ 120.2334862, 30.2062085 ], [ 120.2334361, 30.2049607 ] ], [ [ 120.2334161, 30.207999 ], [ 120.233463, 30.2079922 ], [ 120.2335675, 30.2079783 ] ], [ [ 120.2335675, 30.2079783 ], [ 120.2335587, 30.2081352 ] ], [ [ 120.233411, 30.2081543 ], [ 120.2334161, 30.207999 ] ], [ [ 120.2335587, 30.2081352 ], [ 120.233411, 30.2081543 ] ], [ [ 120.2335388, 30.2049596 ], [ 120.2348607, 30.2049362 ] ], [ [ 120.2348607, 30.2049362 ], [ 120.2350103, 30.2049336 ] ], [ [ 120.2350103, 30.2049336 ], [ 120.2359498, 30.2049169 ] ], [ [ 120.2414418, 30.2072352 ], [ 120.2390391, 30.2072999 ] ], [ [ 120.2390391, 30.2072999 ], [ 120.2388826, 30.2073103 ] ], [ [ 120.2359902, 30.2077741 ], [ 120.2378794, 30.2074232 ], [ 120.2388826, 30.2073103 ] ], [ [ 120.2414418, 30.2072352 ], [ 120.2416331, 30.2072366 ] ], [ [ 120.2416331, 30.2072366 ], [ 120.2418369, 30.2072296 ] ], [ [ 120.2418369, 30.2072296 ], [ 120.2430144, 30.207181 ] ], [ [ 120.2430144, 30.207181 ], [ 120.2431637, 30.2071794 ] ], [ [ 120.2431637, 30.2071794 ], [ 120.2435107, 30.2071758 ] ], [ [ 120.2435107, 30.2071758 ], [ 120.2438914, 30.2071718 ] ], [ [ 120.2438914, 30.2071718 ], [ 120.244742, 30.2071629 ] ], [ [ 120.2414127, 30.2100209 ], [ 120.2414418, 30.2072352 ] ], [ [ 120.2414127, 30.2100209 ], [ 120.2415955, 30.2100112 ] ], [ [ 120.2415955, 30.2100112 ], [ 120.2417913, 30.2099938 ] ], [ [ 120.2417913, 30.2099938 ], [ 120.2431176, 30.2098167 ] ], [ [ 120.2431176, 30.2098167 ], [ 120.2447039, 30.2095991 ] ], [ [ 120.2414127, 30.2100209 ], [ 120.2416619, 30.2127262 ] ], [ [ 120.1449846, 30.1610611 ], [ 120.1440707, 30.1623733 ] ], [ [ 120.1440707, 30.1623733 ], [ 120.1437057, 30.1629151 ] ], [ [ 120.1437057, 30.1629151 ], [ 120.143646, 30.1630037 ] ], [ [ 120.143646, 30.1630037 ], [ 120.1431337, 30.163587 ] ], [ [ 120.1431337, 30.163587 ], [ 120.1418994, 30.1649196 ] ], [ [ 120.1418994, 30.1649196 ], [ 120.1415068, 30.1653367 ] ], [ [ 120.1415068, 30.1653367 ], [ 120.1409015, 30.1660872 ] ], [ [ 120.1409015, 30.1660872 ], [ 120.1407518, 30.1662634 ] ], [ [ 120.1407518, 30.1662634 ], [ 120.1396521, 30.1677431 ] ], [ [ 120.152512, 30.1697652 ], [ 120.1496627, 30.1684914 ] ], [ [ 120.1496627, 30.1684914 ], [ 120.1473294, 30.1674482 ] ], [ [ 120.1473294, 30.1674482 ], [ 120.1472457, 30.1674108 ] ], [ [ 120.1472457, 30.1674108 ], [ 120.1460075, 30.1668572 ] ], [ [ 120.1556807, 30.1635669 ], [ 120.1552702, 30.1633155 ] ], [ [ 120.1552702, 30.1633155 ], [ 120.1551923, 30.1632678 ] ], [ [ 120.1551923, 30.1632678 ], [ 120.151232, 30.160843 ] ], [ [ 120.1556807, 30.1635669 ], [ 120.1552257, 30.1644476 ] ], [ [ 120.1552257, 30.1644476 ], [ 120.155016, 30.1648314 ] ], [ [ 120.155016, 30.1648314 ], [ 120.1548505, 30.1651342 ] ], [ [ 120.1548505, 30.1651342 ], [ 120.1540467, 30.1666049 ] ], [ [ 120.161792, 30.1627618 ], [ 120.1612394, 30.163704 ] ], [ [ 120.1612394, 30.163704 ], [ 120.1611971, 30.1637762 ] ], [ [ 120.1611971, 30.1637762 ], [ 120.1610916, 30.163956 ] ], [ [ 120.1610916, 30.163956 ], [ 120.1610604, 30.1640081 ] ], [ [ 120.1610604, 30.1640081 ], [ 120.1608037, 30.16454 ] ], [ [ 120.1608037, 30.16454 ], [ 120.1601207, 30.1656969 ] ], [ [ 120.1601207, 30.1656969 ], [ 120.1599305, 30.1660192 ] ], [ [ 120.1599305, 30.1660192 ], [ 120.1597794, 30.166258 ] ], [ [ 120.1597794, 30.166258 ], [ 120.1596591, 30.166448 ] ], [ [ 120.1596591, 30.166448 ], [ 120.1594137, 30.1668358 ] ], [ [ 120.1594137, 30.1668358 ], [ 120.1583846, 30.1686466 ] ], [ [ 120.1540467, 30.1666049 ], [ 120.1535474, 30.167708 ] ], [ [ 120.1535474, 30.167708 ], [ 120.1533731, 30.168093 ] ], [ [ 120.1533731, 30.168093 ], [ 120.1532177, 30.1684265 ] ], [ [ 120.1532177, 30.1684265 ], [ 120.1530437, 30.1688086 ] ], [ [ 120.1530437, 30.1688086 ], [ 120.1527037, 30.1694337 ] ], [ [ 120.1527037, 30.1694337 ], [ 120.152512, 30.1697652 ] ], [ [ 120.1329561, 30.1641165 ], [ 120.1350733, 30.1651618 ] ], [ [ 120.1349904, 30.1652493 ], [ 120.1339226, 30.1647149 ], [ 120.132867, 30.1641866 ] ], [ [ 120.1350733, 30.1651618 ], [ 120.1351976, 30.1652295 ] ], [ [ 120.1351116, 30.1653134 ], [ 120.1350593, 30.1652862 ], [ 120.1349904, 30.1652493 ] ], [ [ 120.1351976, 30.1652295 ], [ 120.1375071, 30.1665572 ], [ 120.1395394, 30.1676005 ], [ 120.1396521, 30.1677431 ] ], [ [ 120.1396521, 30.1677431 ], [ 120.1395236, 30.1677027 ], [ 120.1374542, 30.1666161 ], [ 120.1372753, 30.1665282 ], [ 120.1351116, 30.1653134 ] ], [ [ 120.1396521, 30.1677431 ], [ 120.1386332, 30.1690416 ] ], [ [ 120.1386332, 30.1690416 ], [ 120.1383754, 30.1693648 ] ], [ [ 120.1383754, 30.1693648 ], [ 120.1381183, 30.1697547 ] ], [ [ 120.1381183, 30.1697547 ], [ 120.1378728, 30.1701756 ] ], [ [ 120.1378728, 30.1701756 ], [ 120.1374949, 30.1709287 ] ], [ [ 120.1374949, 30.1709287 ], [ 120.1372793, 30.1714077 ] ], [ [ 120.1372793, 30.1714077 ], [ 120.1369607, 30.172188 ] ], [ [ 120.1367636, 30.1724822 ], [ 120.1369607, 30.172188 ] ], [ [ 120.132867, 30.1641866 ], [ 120.1327078, 30.1642947 ] ], [ [ 120.1327078, 30.1642947 ], [ 120.131348, 30.1655578 ] ], [ [ 120.131348, 30.1655578 ], [ 120.1310143, 30.1659523 ] ], [ [ 120.1310143, 30.1659523 ], [ 120.130697, 30.166447 ] ], [ [ 120.130697, 30.166447 ], [ 120.1291628, 30.1695983 ] ], [ [ 120.1291628, 30.1695983 ], [ 120.1290878, 30.1696895 ] ], [ [ 120.1300158, 30.1783703 ], [ 120.1301704, 30.1775628 ], [ 120.1301887, 30.1774672 ], [ 120.1302664, 30.1769486 ], [ 120.1303118, 30.1766458 ], [ 120.1303694, 30.1762613 ], [ 120.1307274, 30.1751065 ], [ 120.1308233, 30.1744896 ], [ 120.1308408, 30.174249 ], [ 120.1308727, 30.1738116 ], [ 120.1309311, 30.1734668 ], [ 120.130986, 30.1732436 ], [ 120.1311358, 30.1727553 ], [ 120.1313914, 30.1721577 ], [ 120.1317899, 30.1713926 ], [ 120.1321124, 30.1707734 ] ], [ [ 120.1441639, 30.1701135 ], [ 120.1439357, 30.1700056 ] ], [ [ 120.1439357, 30.1700056 ], [ 120.1428805, 30.1694508 ] ], [ [ 120.1428805, 30.1694508 ], [ 120.142793, 30.1694058 ] ], [ [ 120.142793, 30.1694058 ], [ 120.1425925, 30.1693034 ] ], [ [ 120.1425925, 30.1693034 ], [ 120.1425745, 30.1692934 ] ], [ [ 120.1425745, 30.1692934 ], [ 120.1396521, 30.1677431 ] ], [ [ 120.1441639, 30.1701135 ], [ 120.1442823, 30.170144 ] ], [ [ 120.1500598, 30.1758267 ], [ 120.1501108, 30.1754171 ] ], [ [ 120.1501108, 30.1754171 ], [ 120.1501892, 30.1748545 ] ], [ [ 120.1501892, 30.1748545 ], [ 120.1502715, 30.1742645 ] ], [ [ 120.1502715, 30.1742645 ], [ 120.1502837, 30.1742169 ] ], [ [ 120.1502837, 30.1742169 ], [ 120.1503121, 30.174117 ] ], [ [ 120.1503121, 30.174117 ], [ 120.1503508, 30.1739898 ] ], [ [ 120.1503508, 30.1739898 ], [ 120.1503656, 30.1739551 ] ], [ [ 120.1503656, 30.1739551 ], [ 120.1505549, 30.1733531 ] ], [ [ 120.1505549, 30.1733531 ], [ 120.1506384, 30.173115 ] ], [ [ 120.1506384, 30.173115 ], [ 120.1509362, 30.1724717 ] ], [ [ 120.1509362, 30.1724717 ], [ 120.1512345, 30.1719345 ] ], [ [ 120.1512345, 30.1719345 ], [ 120.1516914, 30.1711559 ] ], [ [ 120.1516914, 30.1711559 ], [ 120.1518599, 30.1708648 ] ], [ [ 120.1518599, 30.1708648 ], [ 120.151915, 30.1707746 ] ], [ [ 120.151915, 30.1707746 ], [ 120.1521076, 30.1704646 ] ], [ [ 120.1521076, 30.1704646 ], [ 120.152512, 30.1697652 ] ], [ [ 120.158361, 30.1802551 ], [ 120.1583543, 30.1803718 ] ], [ [ 120.1322139, 30.1708098 ], [ 120.131986, 30.1712068 ], [ 120.1318659, 30.1714159 ], [ 120.1314572, 30.1721808 ], [ 120.131199, 30.1727403 ], [ 120.1309957, 30.173409 ], [ 120.1309234, 30.1738255 ], [ 120.1308952, 30.1742196 ], [ 120.1308869, 30.1743347 ], [ 120.1308606, 30.1746659 ], [ 120.1307985, 30.1750367 ], [ 120.1307862, 30.1751103 ], [ 120.1306915, 30.1754438 ], [ 120.1305151, 30.1759896 ], [ 120.1305005, 30.1760348 ], [ 120.1304353, 30.1762688 ], [ 120.13033, 30.1768689 ], [ 120.1302398, 30.1774581 ], [ 120.1301645, 30.1778335 ], [ 120.1300585, 30.1783708 ] ], [ [ 120.1300606, 30.1784539 ], [ 120.1300158, 30.1783703 ] ], [ [ 120.1300585, 30.1783708 ], [ 120.1300606, 30.1784539 ] ], [ [ 120.1348775, 30.1762266 ], [ 120.1349562, 30.1761242 ] ], [ [ 120.1349562, 30.1761242 ], [ 120.135183, 30.1756574 ] ], [ [ 120.135183, 30.1756574 ], [ 120.1355259, 30.1750186 ] ], [ [ 120.1355259, 30.1750186 ], [ 120.1356754, 30.1747401 ] ], [ [ 120.1356754, 30.1747401 ], [ 120.1357304, 30.1746241 ] ], [ [ 120.1357304, 30.1746241 ], [ 120.1360012, 30.1740536 ] ], [ [ 120.1360012, 30.1740536 ], [ 120.1362057, 30.1736227 ] ], [ [ 120.1362057, 30.1736227 ], [ 120.1364176, 30.1731894 ] ], [ [ 120.1364176, 30.1731894 ], [ 120.1367636, 30.1724822 ] ], [ [ 120.1500598, 30.1758267 ], [ 120.150022, 30.1759768 ] ], [ [ 120.1713635, 30.1691558 ], [ 120.1715016, 30.169207 ] ], [ [ 120.1707523, 30.1702238 ], [ 120.1684705, 30.1694038 ] ], [ [ 120.1715016, 30.169207 ], [ 120.1729733, 30.1697531 ] ], [ [ 120.1729733, 30.1697531 ], [ 120.1749581, 30.170538 ] ], [ [ 120.1749581, 30.170538 ], [ 120.1755644, 30.1693964 ] ], [ [ 120.1690938, 30.1683138 ], [ 120.1684705, 30.1694038 ] ], [ [ 120.1684705, 30.1694038 ], [ 120.1672132, 30.1714981 ] ], [ [ 120.1804997, 30.1695541 ], [ 120.1803071, 30.1696945 ] ], [ [ 120.1803071, 30.1696945 ], [ 120.1800534, 30.1695585 ] ], [ [ 120.1755644, 30.1693964 ], [ 120.1783175, 30.1704337 ] ], [ [ 120.1783175, 30.1704337 ], [ 120.1789319, 30.1706077 ] ], [ [ 120.1789319, 30.1706077 ], [ 120.1793081, 30.1707006 ] ], [ [ 120.1793081, 30.1707006 ], [ 120.1799333, 30.1708058 ] ], [ [ 120.1799333, 30.1708058 ], [ 120.1802738, 30.1708278 ] ], [ [ 120.1802738, 30.1708278 ], [ 120.1803071, 30.1696945 ] ], [ [ 120.1834807, 30.1707813 ], [ 120.1830961, 30.1707666 ] ], [ [ 120.1830961, 30.1707666 ], [ 120.1828217, 30.1707642 ] ], [ [ 120.1828217, 30.1707642 ], [ 120.1818598, 30.170796 ] ], [ [ 120.1818598, 30.170796 ], [ 120.1804623, 30.17084 ] ], [ [ 120.1804623, 30.17084 ], [ 120.1802738, 30.1708278 ] ], [ [ 120.1749581, 30.170538 ], [ 120.1776704, 30.1715463 ] ], [ [ 120.1776704, 30.1715463 ], [ 120.1789377, 30.1719938 ] ], [ [ 120.1789377, 30.1719938 ], [ 120.1793553, 30.1720741 ] ], [ [ 120.1793553, 30.1720741 ], [ 120.1796476, 30.1721153 ] ], [ [ 120.1796476, 30.1721153 ], [ 120.1801745, 30.1721708 ] ], [ [ 120.170886, 30.1702746 ], [ 120.1707523, 30.1702238 ] ], [ [ 120.170886, 30.1702746 ], [ 120.1724178, 30.1708551 ] ], [ [ 120.1724178, 30.1708551 ], [ 120.1743996, 30.1716728 ] ], [ [ 120.1743996, 30.1716728 ], [ 120.1749581, 30.170538 ] ], [ [ 120.1743996, 30.1716728 ], [ 120.1741457, 30.1721887 ] ], [ [ 120.1741457, 30.1721887 ], [ 120.1740485, 30.1724595 ] ], [ [ 120.1740485, 30.1724595 ], [ 120.1740339, 30.1728258 ] ], [ [ 120.1626528, 30.1725984 ], [ 120.1624861, 30.1725696 ] ], [ [ 120.169109, 30.1741517 ], [ 120.1684031, 30.1741373 ] ], [ [ 120.1684031, 30.1741373 ], [ 120.1671591, 30.1740389 ] ], [ [ 120.1671591, 30.1740389 ], [ 120.1662403, 30.1737718 ] ], [ [ 120.1662403, 30.1737718 ], [ 120.1642412, 30.1730584 ] ], [ [ 120.1642412, 30.1730584 ], [ 120.1641598, 30.1730293 ] ], [ [ 120.1641598, 30.1730293 ], [ 120.1639963, 30.172971 ] ], [ [ 120.1639963, 30.172971 ], [ 120.163761, 30.172887 ] ], [ [ 120.163761, 30.172887 ], [ 120.1626528, 30.1725984 ] ], [ [ 120.1692194, 30.1741433 ], [ 120.169109, 30.1741517 ] ], [ [ 120.1801745, 30.1721708 ], [ 120.1802738, 30.1708278 ] ], [ [ 120.1743996, 30.1716728 ], [ 120.176973, 30.1727346 ] ], [ [ 120.176973, 30.1727346 ], [ 120.1775372, 30.1729859 ] ], [ [ 120.1775372, 30.1729859 ], [ 120.1781017, 30.1731908 ] ], [ [ 120.1781017, 30.1731908 ], [ 120.1785883, 30.1733404 ] ], [ [ 120.1785883, 30.1733404 ], [ 120.1787937, 30.1733824 ] ], [ [ 120.1787937, 30.1733824 ], [ 120.1793128, 30.1734152 ] ], [ [ 120.1793128, 30.1734152 ], [ 120.1802128, 30.173367 ] ], [ [ 120.1802128, 30.173367 ], [ 120.1802072, 30.1731666 ] ], [ [ 120.1802072, 30.1731666 ], [ 120.1801745, 30.1721708 ] ], [ [ 120.1802128, 30.173367 ], [ 120.1802402, 30.1739053 ] ], [ [ 120.1802402, 30.1739053 ], [ 120.1803635, 30.1753153 ] ], [ [ 120.174047, 30.1729262 ], [ 120.1740339, 30.1728258 ] ], [ [ 120.174047, 30.1729262 ], [ 120.1739972, 30.1731181 ] ], [ [ 120.1739972, 30.1731181 ], [ 120.1739322, 30.1735328 ] ], [ [ 120.1739322, 30.1735328 ], [ 120.1739766, 30.1741574 ] ], [ [ 120.1739766, 30.1741574 ], [ 120.1735156, 30.174156 ] ], [ [ 120.1735156, 30.174156 ], [ 120.1714127, 30.1741498 ] ], [ [ 120.1714127, 30.1741498 ], [ 120.1692194, 30.1741433 ] ], [ [ 120.1740755, 30.1755462 ], [ 120.1739766, 30.1741574 ] ], [ [ 120.1803809, 30.175627 ], [ 120.1803635, 30.1753153 ] ], [ [ 120.1691533, 30.1770406 ], [ 120.1692874, 30.1760633 ] ], [ [ 120.1740975, 30.1758614 ], [ 120.1740755, 30.1755462 ] ], [ [ 120.1742458, 30.1778094 ], [ 120.1741949, 30.1768699 ] ], [ [ 120.1741949, 30.1768699 ], [ 120.1740975, 30.1758614 ] ], [ [ 120.1660711, 30.1770797 ], [ 120.1660741, 30.1761876 ] ], [ [ 120.1691533, 30.1770406 ], [ 120.1678085, 30.1770915 ] ], [ [ 120.1678085, 30.1770915 ], [ 120.1660711, 30.1770797 ] ], [ [ 120.1691533, 30.1770406 ], [ 120.1691392, 30.1771437 ] ], [ [ 120.1628625, 30.1773114 ], [ 120.1631623, 30.1773023 ] ], [ [ 120.1631623, 30.1773023 ], [ 120.1632356, 30.1772981 ] ], [ [ 120.1632356, 30.1772981 ], [ 120.1641114, 30.1772482 ] ], [ [ 120.1641114, 30.1772482 ], [ 120.1642558, 30.1772767 ] ], [ [ 120.1642558, 30.1772767 ], [ 120.1647228, 30.1772212 ] ], [ [ 120.1647228, 30.1772212 ], [ 120.1660711, 30.1770797 ] ], [ [ 120.1664271, 30.1801381 ], [ 120.1664255, 30.1799722 ] ], [ [ 120.1664271, 30.1801381 ], [ 120.1664191, 30.1816792 ] ], [ [ 120.1664191, 30.1816792 ], [ 120.1664182, 30.1821087 ] ], [ [ 120.1664182, 30.1821087 ], [ 120.1664177, 30.1823984 ] ], [ [ 120.1664177, 30.1823984 ], [ 120.1664154, 30.1835251 ] ], [ [ 120.1583543, 30.1803718 ], [ 120.1583811, 30.182293 ] ], [ [ 120.1583811, 30.182293 ], [ 120.1583244, 30.1828133 ] ], [ [ 120.1695576, 30.1856715 ], [ 120.173906, 30.1857922 ] ], [ [ 120.173906, 30.1857922 ], [ 120.1774734, 30.1860834 ] ], [ [ 120.1664118, 30.1836344 ], [ 120.1664154, 30.1835251 ] ], [ [ 120.1300606, 30.1784539 ], [ 120.1300563, 30.179071 ] ], [ [ 120.1300563, 30.179071 ], [ 120.1300446, 30.1799743 ] ], [ [ 120.1300446, 30.1799743 ], [ 120.1300419, 30.1801864 ] ], [ [ 120.1300419, 30.1801864 ], [ 120.1300398, 30.1803487 ] ], [ [ 120.1300398, 30.1803487 ], [ 120.1300372, 30.1805523 ] ], [ [ 120.1300372, 30.1805523 ], [ 120.1300361, 30.1806372 ] ], [ [ 120.1300361, 30.1806372 ], [ 120.1300359, 30.1806676 ] ], [ [ 120.1300359, 30.1806676 ], [ 120.1300304, 30.1813649 ] ], [ [ 120.1300304, 30.1813649 ], [ 120.1300283, 30.1816403 ] ], [ [ 120.1300283, 30.1816403 ], [ 120.1300217, 30.1824801 ] ], [ [ 120.1300217, 30.1824801 ], [ 120.1302527, 30.1824997 ] ], [ [ 120.1302527, 30.1824997 ], [ 120.1313948, 30.1825966 ] ], [ [ 120.1313948, 30.1825966 ], [ 120.1316382, 30.1826173 ] ], [ [ 120.1316382, 30.1826173 ], [ 120.1317717, 30.1826286 ] ], [ [ 120.1317717, 30.1826286 ], [ 120.1318392, 30.1826353 ] ], [ [ 120.1318392, 30.1826353 ], [ 120.1320457, 30.1826557 ] ], [ [ 120.1320457, 30.1826557 ], [ 120.1325202, 30.1827027 ] ], [ [ 120.1325202, 30.1827027 ], [ 120.133016, 30.1827518 ] ], [ [ 120.133016, 30.1827518 ], [ 120.1332255, 30.1827726 ] ], [ [ 120.1332255, 30.1827726 ], [ 120.1344649, 30.1828953 ] ], [ [ 120.1347288, 30.1828989 ], [ 120.1344649, 30.1828953 ] ], [ [ 120.1626729, 30.1852846 ], [ 120.1580515, 30.1842749 ] ], [ [ 120.1580515, 30.1842749 ], [ 120.1583244, 30.1828133 ] ], [ [ 120.1776399, 30.1860915 ], [ 120.1774734, 30.1860834 ] ], [ [ 120.1776399, 30.1860915 ], [ 120.1803009, 30.186221 ] ], [ [ 120.1662753, 30.1861499 ], [ 120.1664118, 30.1836344 ] ], [ [ 120.1628017, 30.1853277 ], [ 120.1626729, 30.1852846 ] ], [ [ 120.1628017, 30.1853277 ], [ 120.1662753, 30.1861499 ] ], [ [ 120.1662753, 30.1861499 ], [ 120.169464, 30.1869251 ] ], [ [ 120.1653067, 30.1890079 ], [ 120.1654118, 30.1887577 ] ], [ [ 120.1654118, 30.1887577 ], [ 120.1654785, 30.1885506 ] ], [ [ 120.1654785, 30.1885506 ], [ 120.1656022, 30.1882091 ] ], [ [ 120.1656022, 30.1882091 ], [ 120.1662753, 30.1861499 ] ], [ [ 120.1772949, 30.1883248 ], [ 120.1760762, 30.1880923 ] ], [ [ 120.1760762, 30.1880923 ], [ 120.1734638, 30.1876532 ] ], [ [ 120.1734638, 30.1876532 ], [ 120.169464, 30.1869251 ] ], [ [ 120.1763783, 30.1913608 ], [ 120.1744907, 30.1907823 ] ], [ [ 120.1744907, 30.1907823 ], [ 120.1728737, 30.1902867 ] ], [ [ 120.176558, 30.1914111 ], [ 120.1763783, 30.1913608 ] ], [ [ 120.1795328, 30.1901794 ], [ 120.1814395, 30.1906093 ] ], [ [ 120.1814395, 30.1906093 ], [ 120.1828534, 30.1908155 ] ], [ [ 120.1828534, 30.1908155 ], [ 120.1833914, 30.1908858 ] ], [ [ 120.1833914, 30.1908858 ], [ 120.1834475, 30.1908941 ] ], [ [ 120.1834475, 30.1908941 ], [ 120.1835303, 30.1909064 ] ], [ [ 120.1835303, 30.1909064 ], [ 120.18359, 30.1909152 ] ], [ [ 120.1832135, 30.1928105 ], [ 120.1831441, 30.1927991 ] ], [ [ 120.1831441, 30.1927991 ], [ 120.1830829, 30.192789 ] ], [ [ 120.1830829, 30.192789 ], [ 120.1830071, 30.1927765 ] ], [ [ 120.1830071, 30.1927765 ], [ 120.1825717, 30.1927184 ] ], [ [ 120.1825717, 30.1927184 ], [ 120.1822473, 30.1926788 ] ], [ [ 120.1822473, 30.1926788 ], [ 120.1789263, 30.1920847 ] ], [ [ 120.1789263, 30.1920847 ], [ 120.176558, 30.1914111 ] ], [ [ 120.1751421, 30.1945408 ], [ 120.1742905, 30.1941781 ] ], [ [ 120.1742905, 30.1941781 ], [ 120.1734763, 30.1938046 ] ], [ [ 120.1734763, 30.1938046 ], [ 120.1730381, 30.1935961 ] ], [ [ 120.1730381, 30.1935961 ], [ 120.1727691, 30.1934691 ] ], [ [ 120.1727691, 30.1934691 ], [ 120.1716827, 30.1930278 ] ], [ [ 120.1716827, 30.1930278 ], [ 120.1694946, 30.1922588 ] ], [ [ 120.1694946, 30.1922588 ], [ 120.168003, 30.1917371 ] ], [ [ 120.1472763, 30.2062279 ], [ 120.1477142, 30.2056601 ] ], [ [ 120.1477142, 30.2056601 ], [ 120.147956, 30.2053466 ] ], [ [ 120.147956, 30.2053466 ], [ 120.1479906, 30.2053017 ] ], [ [ 120.1479906, 30.2053017 ], [ 120.1480087, 30.2052783 ] ], [ [ 120.1480087, 30.2052783 ], [ 120.1480607, 30.2052108 ] ], [ [ 120.1480607, 30.2052108 ], [ 120.1481434, 30.2051036 ] ], [ [ 120.1481434, 30.2051036 ], [ 120.1481888, 30.2050448 ] ], [ [ 120.1481888, 30.2050448 ], [ 120.1485768, 30.2045488 ] ], [ [ 120.1472763, 30.2062279 ], [ 120.1471853, 30.2063459 ] ], [ [ 120.1555291, 30.2065778 ], [ 120.155475, 30.2066825 ] ], [ [ 120.1545643, 30.2078888 ], [ 120.1551495, 30.2071136 ] ], [ [ 120.1551495, 30.2071136 ], [ 120.155475, 30.2066825 ] ], [ [ 120.1319674, 30.2069551 ], [ 120.1322244, 30.2070482 ] ], [ [ 120.1322244, 30.2070482 ], [ 120.1323946, 30.2070659 ] ], [ [ 120.1323946, 30.2070659 ], [ 120.1324222, 30.2070688 ] ], [ [ 120.1324222, 30.2070688 ], [ 120.1325623, 30.2070249 ] ], [ [ 120.1325623, 30.2070249 ], [ 120.1326628, 30.2069324 ] ], [ [ 120.1326628, 30.2069324 ], [ 120.1327723, 30.2068162 ] ], [ [ 120.1327723, 30.2068162 ], [ 120.1328946, 30.2067028 ] ], [ [ 120.1328946, 30.2067028 ], [ 120.1330723, 30.2066102 ] ], [ [ 120.1330723, 30.2066102 ], [ 120.1331591, 30.206593 ] ], [ [ 120.1331591, 30.206593 ], [ 120.1332516, 30.2065746 ] ], [ [ 120.1332516, 30.2065746 ], [ 120.1334245, 30.2065567 ] ], [ [ 120.1334245, 30.2065567 ], [ 120.1335657, 30.2065818 ] ], [ [ 120.1335657, 30.2065818 ], [ 120.1337363, 30.2066241 ] ], [ [ 120.1337363, 30.2066241 ], [ 120.1340184, 30.206784 ] ], [ [ 120.1340184, 30.206784 ], [ 120.1345101, 30.2070805 ] ], [ [ 120.1345101, 30.2070805 ], [ 120.1350634, 30.2073838 ] ], [ [ 120.1350634, 30.2073838 ], [ 120.1354307, 30.2075259 ] ], [ [ 120.1354307, 30.2075259 ], [ 120.1357113, 30.2076114 ] ], [ [ 120.1357113, 30.2076114 ], [ 120.1361168, 30.2077306 ] ], [ [ 120.1361168, 30.2077306 ], [ 120.1367575, 30.2078527 ] ], [ [ 120.1367575, 30.2078527 ], [ 120.1371324, 30.2078819 ] ], [ [ 120.1371324, 30.2078819 ], [ 120.1377179, 30.2079275 ] ], [ [ 120.1377179, 30.2079275 ], [ 120.1379813, 30.2079542 ] ], [ [ 120.1379813, 30.2079542 ], [ 120.1381977, 30.2079761 ] ], [ [ 120.1381977, 30.2079761 ], [ 120.139073, 30.2079808 ] ], [ [ 120.139073, 30.2079808 ], [ 120.1391099, 30.2079826 ] ], [ [ 120.1391099, 30.2079826 ], [ 120.1393301, 30.2079855 ] ], [ [ 120.1393301, 30.2079855 ], [ 120.1397106, 30.2080328 ] ], [ [ 120.1397106, 30.2080328 ], [ 120.1400297, 30.2081116 ] ], [ [ 120.1400297, 30.2081116 ], [ 120.1407009, 30.2083701 ] ], [ [ 120.1407009, 30.2083701 ], [ 120.1408119, 30.2084129 ] ], [ [ 120.1408119, 30.2084129 ], [ 120.141077, 30.208515 ] ], [ [ 120.141077, 30.208515 ], [ 120.1428072, 30.2091155 ] ], [ [ 120.1428072, 30.2091155 ], [ 120.1432959, 30.2092851 ] ], [ [ 120.1432959, 30.2092851 ], [ 120.1433731, 30.2093084 ] ], [ [ 120.1433731, 30.2093084 ], [ 120.1438728, 30.2095073 ] ], [ [ 120.1438728, 30.2095073 ], [ 120.1443526, 30.2096549 ] ], [ [ 120.1443526, 30.2096549 ], [ 120.1448051, 30.209783 ] ], [ [ 120.1545643, 30.2078888 ], [ 120.1536346, 30.2074285 ] ], [ [ 120.1536346, 30.2074285 ], [ 120.1531763, 30.2072026 ] ], [ [ 120.1531763, 30.2072026 ], [ 120.1526076, 30.2069224 ] ], [ [ 120.1581658, 30.2078895 ], [ 120.1582339, 30.2077623 ] ], [ [ 120.157226, 30.2092294 ], [ 120.1565044, 30.208866 ] ], [ [ 120.1565044, 30.208866 ], [ 120.1553881, 30.2083037 ] ], [ [ 120.1553881, 30.2083037 ], [ 120.1550071, 30.2081118 ] ], [ [ 120.1550071, 30.2081118 ], [ 120.1548146, 30.2080149 ] ], [ [ 120.1548146, 30.2080149 ], [ 120.1545643, 30.2078888 ] ], [ [ 120.1581658, 30.2078895 ], [ 120.1576796, 30.2085827 ] ], [ [ 120.1576796, 30.2085827 ], [ 120.1576326, 30.2086498 ] ], [ [ 120.1576326, 30.2086498 ], [ 120.1572633, 30.2091762 ] ], [ [ 120.1572633, 30.2091762 ], [ 120.157226, 30.2092294 ] ], [ [ 120.1471853, 30.2063459 ], [ 120.1467698, 30.2065592 ] ], [ [ 120.1467698, 30.2065592 ], [ 120.1461065, 30.2068348 ] ], [ [ 120.1461065, 30.2068348 ], [ 120.1458952, 30.207072 ] ], [ [ 120.1458952, 30.207072 ], [ 120.1457565, 30.2073091 ] ], [ [ 120.1457565, 30.2073091 ], [ 120.1455213, 30.2079846 ] ], [ [ 120.1455213, 30.2079846 ], [ 120.1454417, 30.2082294 ] ], [ [ 120.1454417, 30.2082294 ], [ 120.1452366, 30.2087253 ] ], [ [ 120.1452366, 30.2087253 ], [ 120.1451412, 30.2089328 ] ], [ [ 120.1451412, 30.2089328 ], [ 120.1450583, 30.2091433 ] ], [ [ 120.1450583, 30.2091433 ], [ 120.1449662, 30.2093992 ] ], [ [ 120.1449662, 30.2093992 ], [ 120.1448051, 30.209783 ] ], [ [ 120.1448051, 30.209783 ], [ 120.1456525, 30.2099965 ] ], [ [ 120.1456525, 30.2099965 ], [ 120.1462243, 30.2101282 ] ], [ [ 120.1462243, 30.2101282 ], [ 120.1463342, 30.210143 ] ], [ [ 120.1463342, 30.210143 ], [ 120.1471643, 30.2102551 ] ], [ [ 120.1471643, 30.2102551 ], [ 120.1482607, 30.2104674 ] ], [ [ 120.1482607, 30.2104674 ], [ 120.1493114, 30.2106593 ] ], [ [ 120.1493114, 30.2106593 ], [ 120.1497512, 30.2107243 ] ], [ [ 120.149682, 30.2112536 ], [ 120.1497025, 30.2111405 ] ], [ [ 120.1497025, 30.2111405 ], [ 120.1497222, 30.2110315 ] ], [ [ 120.1497222, 30.2110315 ], [ 120.1497517, 30.2108683 ] ], [ [ 120.1497517, 30.2108683 ], [ 120.1497512, 30.2107243 ] ], [ [ 120.1532801, 30.2096369 ], [ 120.1537941, 30.2089353 ] ], [ [ 120.1537941, 30.2089353 ], [ 120.1539293, 30.2087516 ] ], [ [ 120.1539293, 30.2087516 ], [ 120.1539577, 30.2087131 ] ], [ [ 120.1539577, 30.2087131 ], [ 120.1542092, 30.2083714 ] ], [ [ 120.1542092, 30.2083714 ], [ 120.1542334, 30.2083385 ] ], [ [ 120.1542334, 30.2083385 ], [ 120.1542899, 30.2082617 ] ], [ [ 120.1542899, 30.2082617 ], [ 120.1543402, 30.2081934 ] ], [ [ 120.1543402, 30.2081934 ], [ 120.1545643, 30.2078888 ] ], [ [ 120.1616031, 30.209324 ], [ 120.1615178, 30.2094304 ] ], [ [ 120.1532801, 30.2096369 ], [ 120.1532019, 30.2097427 ] ], [ [ 120.1559911, 30.2110155 ], [ 120.15625, 30.2106578 ] ], [ [ 120.15625, 30.2106578 ], [ 120.1562788, 30.2106157 ] ], [ [ 120.1562788, 30.2106157 ], [ 120.1564865, 30.2103118 ] ], [ [ 120.1564865, 30.2103118 ], [ 120.1567917, 30.2098651 ] ], [ [ 120.1567917, 30.2098651 ], [ 120.1568299, 30.2098092 ] ], [ [ 120.1568299, 30.2098092 ], [ 120.1568869, 30.2097257 ] ], [ [ 120.1568869, 30.2097257 ], [ 120.1569311, 30.209661 ] ], [ [ 120.1569311, 30.209661 ], [ 120.1569787, 30.2095914 ] ], [ [ 120.1569787, 30.2095914 ], [ 120.157226, 30.2092294 ] ], [ [ 120.157226, 30.2092294 ], [ 120.1580926, 30.2097083 ] ], [ [ 120.1580926, 30.2097083 ], [ 120.1585194, 30.2099441 ] ], [ [ 120.1585194, 30.2099441 ], [ 120.1587131, 30.2100512 ] ], [ [ 120.1587131, 30.2100512 ], [ 120.1588921, 30.2101501 ] ], [ [ 120.1588921, 30.2101501 ], [ 120.1594766, 30.2105497 ] ], [ [ 120.1594766, 30.2105497 ], [ 120.1603064, 30.211117 ] ], [ [ 120.1603064, 30.211117 ], [ 120.1608529, 30.2103579 ] ], [ [ 120.1608529, 30.2103579 ], [ 120.161008, 30.2101416 ] ], [ [ 120.161008, 30.2101416 ], [ 120.1615178, 30.2094304 ] ], [ [ 120.1559911, 30.2110155 ], [ 120.1559255, 30.2111397 ] ], [ [ 120.1592331, 30.2127704 ], [ 120.1593247, 30.2126291 ] ], [ [ 120.1593247, 30.2126291 ], [ 120.1595816, 30.2122329 ] ], [ [ 120.1595816, 30.2122329 ], [ 120.1599317, 30.2116928 ] ], [ [ 120.1599317, 30.2116928 ], [ 120.1600025, 30.2115835 ] ], [ [ 120.1600025, 30.2115835 ], [ 120.1600409, 30.2115242 ] ], [ [ 120.1600409, 30.2115242 ], [ 120.1600453, 30.2115175 ] ], [ [ 120.1600453, 30.2115175 ], [ 120.1600914, 30.2114463 ] ], [ [ 120.1600914, 30.2114463 ], [ 120.1601591, 30.211342 ] ], [ [ 120.1601591, 30.211342 ], [ 120.1603064, 30.211117 ] ], [ [ 120.1336732, 30.2267312 ], [ 120.133386, 30.2268248 ] ], [ [ 120.133386, 30.2268248 ], [ 120.1331201, 30.2269184 ] ], [ [ 120.1331201, 30.2269184 ], [ 120.1329572, 30.2270515 ] ], [ [ 120.1329572, 30.2270515 ], [ 120.1328117, 30.2271671 ] ], [ [ 120.1328117, 30.2271671 ], [ 120.132599, 30.2273163 ] ], [ [ 120.132599, 30.2273163 ], [ 120.1321735, 30.2276087 ] ], [ [ 120.1321735, 30.2276087 ], [ 120.1321304, 30.2276387 ] ], [ [ 120.1321304, 30.2276387 ], [ 120.1314544, 30.227994 ] ], [ [ 120.1314544, 30.227994 ], [ 120.1313659, 30.228047 ] ], [ [ 120.1313659, 30.228047 ], [ 120.1311571, 30.2280695 ] ], [ [ 120.1311571, 30.2280695 ], [ 120.130954, 30.2280613 ] ], [ [ 120.130954, 30.2280613 ], [ 120.1308036, 30.2280553 ] ], [ [ 120.1308036, 30.2280553 ], [ 120.1307338, 30.2280525 ] ], [ [ 120.1307338, 30.2280525 ], [ 120.1304783, 30.2280604 ] ], [ [ 120.1304783, 30.2280604 ], [ 120.1302449, 30.2281485 ] ], [ [ 120.1302449, 30.2281485 ], [ 120.1300733, 30.2282864 ] ], [ [ 120.1300733, 30.2282864 ], [ 120.1299123, 30.2284648 ] ], [ [ 120.1299123, 30.2284648 ], [ 120.1298582, 30.2285389 ] ], [ [ 120.1298582, 30.2285389 ], [ 120.1295474, 30.2289643 ] ], [ [ 120.1295474, 30.2289643 ], [ 120.1294976, 30.2290254 ] ], [ [ 120.1294976, 30.2290254 ], [ 120.1290662, 30.2296046 ] ], [ [ 120.1290662, 30.2296046 ], [ 120.1288337, 30.2299234 ] ], [ [ 120.1288337, 30.2299234 ], [ 120.128594, 30.2302238 ] ], [ [ 120.128594, 30.2302238 ], [ 120.1283983, 30.2304834 ] ], [ [ 120.1283983, 30.2304834 ], [ 120.1283634, 30.2305297 ] ], [ [ 120.1283634, 30.2305297 ], [ 120.1282172, 30.2306977 ] ], [ [ 120.1282172, 30.2306977 ], [ 120.1280442, 30.2308228 ] ], [ [ 120.1280442, 30.2308228 ], [ 120.1278846, 30.2308877 ] ], [ [ 120.1278846, 30.2308877 ], [ 120.1276928, 30.2309375 ] ], [ [ 120.1319533, 30.2323164 ], [ 120.1309207, 30.232101 ], [ 120.1307042, 30.2321088 ], [ 120.1304489, 30.2321861 ], [ 120.1301241, 30.2322016 ], [ 120.1294293, 30.2320636 ], [ 120.1289561, 30.2319696 ], [ 120.1286931, 30.2318999 ], [ 120.1284979, 30.2317633 ], [ 120.1284611, 30.2317375 ], [ 120.1277237, 30.2310395 ], [ 120.1276928, 30.2309375 ] ], [ [ 120.1276928, 30.2309375 ], [ 120.1273986, 30.2309926 ] ], [ [ 120.1273986, 30.2309926 ], [ 120.1272749, 30.2310216 ] ], [ [ 120.1272749, 30.2310216 ], [ 120.1265597, 30.2311727 ] ], [ [ 120.1265597, 30.2311727 ], [ 120.1264886, 30.2312352 ] ], [ [ 120.1264886, 30.2312352 ], [ 120.1262546, 30.2314259 ] ], [ [ 120.1262546, 30.2314259 ], [ 120.1259776, 30.2316633 ] ], [ [ 120.1259776, 30.2316633 ], [ 120.1258906, 30.2317379 ] ], [ [ 120.1258906, 30.2317379 ], [ 120.1255873, 30.2322752 ] ], [ [ 120.1255873, 30.2322752 ], [ 120.1253706, 30.2326392 ] ], [ [ 120.1253706, 30.2326392 ], [ 120.1252469, 30.2329813 ] ], [ [ 120.1252469, 30.2329813 ], [ 120.1252233, 30.2330465 ] ], [ [ 120.1252233, 30.2330465 ], [ 120.1250837, 30.2332407 ] ], [ [ 120.1250837, 30.2332407 ], [ 120.1250349, 30.2333132 ] ], [ [ 120.1250349, 30.2333132 ], [ 120.1250149, 30.2333748 ] ], [ [ 120.1250149, 30.2333748 ], [ 120.1250075, 30.2334818 ] ], [ [ 120.1250075, 30.2334818 ], [ 120.1250109, 30.2335757 ] ], [ [ 120.1250109, 30.2335757 ], [ 120.1250903, 30.2337567 ] ], [ [ 120.1250903, 30.2337567 ], [ 120.12516, 30.2338853 ] ], [ [ 120.12516, 30.2338853 ], [ 120.1252522, 30.2340845 ] ], [ [ 120.1252522, 30.2340845 ], [ 120.1252656, 30.2341659 ] ], [ [ 120.1252656, 30.2341659 ], [ 120.1252412, 30.2342356 ] ], [ [ 120.1252412, 30.2342356 ], [ 120.1251963, 30.2342751 ] ], [ [ 120.1251963, 30.2342751 ], [ 120.1251393, 30.2343189 ] ], [ [ 120.1251393, 30.2343189 ], [ 120.1248965, 30.2344097 ] ], [ [ 120.1248965, 30.2344097 ], [ 120.1247835, 30.2344661 ] ], [ [ 120.1247835, 30.2344661 ], [ 120.1247106, 30.234521 ] ], [ [ 120.1247106, 30.234521 ], [ 120.1245404, 30.2347709 ] ], [ [ 120.1245404, 30.2347709 ], [ 120.1244597, 30.2348734 ] ], [ [ 120.1244597, 30.2348734 ], [ 120.1243423, 30.2350028 ] ], [ [ 120.1243423, 30.2350028 ], [ 120.1241614, 30.2351737 ] ], [ [ 120.1241614, 30.2351737 ], [ 120.1240835, 30.2352259 ] ], [ [ 120.1240835, 30.2352259 ], [ 120.1239709, 30.2352806 ] ], [ [ 120.1239709, 30.2352806 ], [ 120.1238861, 30.2353102 ] ], [ [ 120.1238861, 30.2353102 ], [ 120.1235681, 30.2354211 ] ], [ [ 120.1235681, 30.2354211 ], [ 120.1232847, 30.2355548 ] ], [ [ 120.1232847, 30.2355548 ], [ 120.1231704, 30.2356166 ] ], [ [ 120.1231704, 30.2356166 ], [ 120.1231369, 30.235658 ] ], [ [ 120.1231369, 30.235658 ], [ 120.1230481, 30.2357677 ] ], [ [ 120.1230481, 30.2357677 ], [ 120.1229888, 30.236059 ] ], [ [ 120.1229888, 30.236059 ], [ 120.1229441, 30.236279 ] ], [ [ 120.1229441, 30.236279 ], [ 120.1228932, 30.2363885 ] ], [ [ 120.1228932, 30.2363885 ], [ 120.1228545, 30.236472 ] ], [ [ 120.1228545, 30.236472 ], [ 120.1228314, 30.2365217 ] ], [ [ 120.1228314, 30.2365217 ], [ 120.1226706, 30.2368272 ] ], [ [ 120.1226706, 30.2368272 ], [ 120.1226581, 30.236851 ] ], [ [ 120.1226581, 30.236851 ], [ 120.1224068, 30.237111 ] ], [ [ 120.1224068, 30.237111 ], [ 120.1220948, 30.2372496 ] ], [ [ 120.1220948, 30.2372496 ], [ 120.1218608, 30.237345 ] ], [ [ 120.1218608, 30.237345 ], [ 120.1218278, 30.2373785 ] ], [ [ 120.1218278, 30.2373785 ], [ 120.1218037, 30.237403 ] ], [ [ 120.1218037, 30.237403 ], [ 120.1217748, 30.2374732 ] ], [ [ 120.1217748, 30.2374732 ], [ 120.1217568, 30.2375553 ] ], [ [ 120.1217568, 30.2375553 ], [ 120.1217568, 30.237605 ] ], [ [ 120.1217568, 30.237605 ], [ 120.1218031, 30.2378196 ] ], [ [ 120.1218031, 30.2378196 ], [ 120.1218175, 30.2378822 ] ], [ [ 120.1218175, 30.2378822 ], [ 120.1218175, 30.2379382 ] ], [ [ 120.1218175, 30.2379382 ], [ 120.121808, 30.2379857 ] ], [ [ 120.121808, 30.2379857 ], [ 120.1217743, 30.2380355 ] ], [ [ 120.1217743, 30.2380355 ], [ 120.1217664, 30.2380416 ] ], [ [ 120.1217664, 30.2380416 ], [ 120.1217239, 30.2380748 ] ], [ [ 120.1217239, 30.2380748 ], [ 120.1215199, 30.2382336 ] ], [ [ 120.1504141, 30.2112702 ], [ 120.149682, 30.2112536 ] ], [ [ 120.1478312, 30.2243771 ], [ 120.1477731, 30.2238052 ] ], [ [ 120.1477731, 30.2238052 ], [ 120.147771, 30.2237844 ] ], [ [ 120.147771, 30.2237844 ], [ 120.1477039, 30.2235248 ] ], [ [ 120.1477039, 30.2235248 ], [ 120.1474198, 30.2229964 ] ], [ [ 120.1474198, 30.2229964 ], [ 120.1471851, 30.2224947 ] ], [ [ 120.1471851, 30.2224947 ], [ 120.1470356, 30.2221731 ] ], [ [ 120.1470356, 30.2221731 ], [ 120.146972, 30.2220361 ] ], [ [ 120.146972, 30.2220361 ], [ 120.1468576, 30.2215776 ] ], [ [ 120.1468576, 30.2215776 ], [ 120.1468851, 30.2211696 ] ], [ [ 120.1468851, 30.2211696 ], [ 120.1469373, 30.2207404 ] ], [ [ 120.1469373, 30.2207404 ], [ 120.1470032, 30.2176258 ] ], [ [ 120.1470032, 30.2176258 ], [ 120.1470562, 30.2173049 ] ], [ [ 120.1470562, 30.2173049 ], [ 120.1471778, 30.2169038 ] ], [ [ 120.1471778, 30.2169038 ], [ 120.1473174, 30.2166169 ] ], [ [ 120.1473174, 30.2166169 ], [ 120.147376, 30.2165048 ] ], [ [ 120.147376, 30.2165048 ], [ 120.1478198, 30.2157057 ] ], [ [ 120.1478198, 30.2157057 ], [ 120.1478863, 30.2155787 ] ], [ [ 120.1478863, 30.2155787 ], [ 120.1486626, 30.2140971 ] ], [ [ 120.1486626, 30.2140971 ], [ 120.1487633, 30.2138905 ] ], [ [ 120.1487633, 30.2138905 ], [ 120.1493495, 30.2126878 ] ], [ [ 120.1493495, 30.2126878 ], [ 120.1495216, 30.2121395 ] ], [ [ 120.1495216, 30.2121395 ], [ 120.149682, 30.2112536 ] ], [ [ 120.1656776, 30.2116496 ], [ 120.1657755, 30.2114915 ] ], [ [ 120.1639089, 30.2141053 ], [ 120.1637189, 30.2140433 ] ], [ [ 120.1637189, 30.2140433 ], [ 120.1630991, 30.2134426 ] ], [ [ 120.1630991, 30.2134426 ], [ 120.1624136, 30.2127775 ] ], [ [ 120.1624136, 30.2127775 ], [ 120.1622461, 30.212616 ] ], [ [ 120.1622461, 30.212616 ], [ 120.1616864, 30.2120761 ] ], [ [ 120.1616864, 30.2120761 ], [ 120.1614143, 30.2119027 ] ], [ [ 120.1614143, 30.2119027 ], [ 120.1611272, 30.2117197 ] ], [ [ 120.1611272, 30.2117197 ], [ 120.1607602, 30.2114503 ] ], [ [ 120.1607602, 30.2114503 ], [ 120.1603064, 30.211117 ] ], [ [ 120.1639089, 30.2141053 ], [ 120.1647309, 30.2129374 ] ], [ [ 120.1647309, 30.2129374 ], [ 120.1656776, 30.2116496 ] ], [ [ 120.1674373, 30.2141881 ], [ 120.1666424, 30.21425 ] ], [ [ 120.1666424, 30.21425 ], [ 120.1658367, 30.2143128 ] ], [ [ 120.1658367, 30.2143128 ], [ 120.1651731, 30.2143645 ] ], [ [ 120.1651731, 30.2143645 ], [ 120.1649744, 30.21438 ] ], [ [ 120.1649744, 30.21438 ], [ 120.1648634, 30.2143886 ] ], [ [ 120.1648634, 30.2143886 ], [ 120.1646648, 30.2143776 ] ], [ [ 120.1646648, 30.2143776 ], [ 120.1644738, 30.2143622 ] ], [ [ 120.1644738, 30.2143622 ], [ 120.1642828, 30.2143204 ] ], [ [ 120.1642828, 30.2143204 ], [ 120.1641529, 30.2142764 ] ], [ [ 120.1641529, 30.2142764 ], [ 120.1640307, 30.2142082 ] ], [ [ 120.1640307, 30.2142082 ], [ 120.1639089, 30.2141053 ] ], [ [ 120.1813569, 30.2201991 ], [ 120.1814525, 30.220061 ] ], [ [ 120.1816406, 30.2201589 ], [ 120.1815501, 30.2203055 ] ], [ [ 120.1793351, 30.2216564 ], [ 120.1802342, 30.2210084 ], [ 120.1813569, 30.2201991 ] ], [ [ 120.163292, 30.2148965 ], [ 120.1636382, 30.214417 ] ], [ [ 120.1636382, 30.214417 ], [ 120.1636887, 30.214347 ] ], [ [ 120.1636887, 30.214347 ], [ 120.1637306, 30.2142889 ] ], [ [ 120.1637306, 30.2142889 ], [ 120.1639089, 30.2141053 ] ], [ [ 120.163241, 30.2149851 ], [ 120.163292, 30.2148965 ] ], [ [ 120.1752446, 30.2164561 ], [ 120.1751081, 30.2166193 ] ], [ [ 120.1751081, 30.2166193 ], [ 120.1745776, 30.2173163 ] ], [ [ 120.1745776, 30.2173163 ], [ 120.1740767, 30.2179877 ] ], [ [ 120.1740767, 30.2179877 ], [ 120.1739004, 30.2182183 ] ], [ [ 120.1739004, 30.2182183 ], [ 120.1735163, 30.2187216 ] ], [ [ 120.1735163, 30.2187216 ], [ 120.1734217, 30.2188506 ] ], [ [ 120.1734217, 30.2188506 ], [ 120.1731398, 30.2191934 ] ], [ [ 120.1731398, 30.2191934 ], [ 120.1729751, 30.2193741 ] ], [ [ 120.1729751, 30.2193741 ], [ 120.1727617, 30.2196063 ] ], [ [ 120.1727617, 30.2196063 ], [ 120.1725341, 30.2198643 ] ], [ [ 120.1725341, 30.2198643 ], [ 120.1723822, 30.2200144 ] ], [ [ 120.1723822, 30.2200144 ], [ 120.1723121, 30.220079 ] ], [ [ 120.1723121, 30.220079 ], [ 120.1722271, 30.2201406 ] ], [ [ 120.1722271, 30.2201406 ], [ 120.172137, 30.220197 ] ], [ [ 120.172137, 30.220197 ], [ 120.1720095, 30.2202758 ] ], [ [ 120.1720095, 30.2202758 ], [ 120.1718426, 30.2203612 ] ], [ [ 120.1718426, 30.2203612 ], [ 120.1717172, 30.2204243 ] ], [ [ 120.1717172, 30.2204243 ], [ 120.1715849, 30.2204865 ] ], [ [ 120.1715849, 30.2204865 ], [ 120.171475, 30.2205318 ] ], [ [ 120.171475, 30.2205318 ], [ 120.171241, 30.2206244 ] ], [ [ 120.1744817, 30.2252794 ], [ 120.1752107, 30.2247257 ], [ 120.175684, 30.2243663 ], [ 120.1764433, 30.2237896 ], [ 120.1767605, 30.2235487 ], [ 120.1774742, 30.2230066 ] ], [ [ 120.1776389, 30.2231281 ], [ 120.1768928, 30.2236982 ], [ 120.1758147, 30.224522 ], [ 120.1746257, 30.2254312 ] ], [ [ 120.1638496, 30.2282269 ], [ 120.1638451, 30.2280781 ], [ 120.1638088, 30.2279232 ], [ 120.1636194, 30.2276256 ], [ 120.1635147, 30.2274148 ], [ 120.1634809, 30.2272306 ], [ 120.1634626, 30.2270993 ], [ 120.1634515, 30.2270195 ], [ 120.1634481, 30.2268941 ], [ 120.1634558, 30.226842 ], [ 120.1634947, 30.2266586 ], [ 120.1635363, 30.2264483 ], [ 120.1635618, 30.2263192 ], [ 120.1635742, 30.2262565 ], [ 120.1635826, 30.2262198 ], [ 120.163589, 30.226192 ], [ 120.1636145, 30.2260803 ], [ 120.163647, 30.225938 ], [ 120.1636544, 30.2259059 ], [ 120.1636801, 30.2257935 ], [ 120.1637144, 30.2256436 ], [ 120.163747, 30.2255011 ], [ 120.1637788, 30.2253621 ], [ 120.1638112, 30.2252205 ], [ 120.1638465, 30.2250658 ], [ 120.1638779, 30.2249287 ], [ 120.1638917, 30.2248684 ], [ 120.1639197, 30.2247831 ], [ 120.1639792, 30.2246018 ], [ 120.1639951, 30.2245533 ], [ 120.1640701, 30.2243249 ], [ 120.1641302, 30.2241418 ], [ 120.1641614, 30.2240468 ], [ 120.1642467, 30.223787 ], [ 120.1643568, 30.2231118 ], [ 120.1644288, 30.2228549 ], [ 120.1644934, 30.2225946 ], [ 120.1645113, 30.2225183 ], [ 120.1645301, 30.2224468 ], [ 120.1645489, 30.2223712 ] ], [ [ 120.1820579, 30.2236671 ], [ 120.1820119, 30.2236406 ], [ 120.1817396, 30.2235245 ], [ 120.1810633, 30.2232616 ], [ 120.1807093, 30.2230854 ], [ 120.1804007, 30.222858 ], [ 120.1803445, 30.2228166 ], [ 120.1802939, 30.2227722 ], [ 120.1801233, 30.2226226 ], [ 120.1798388, 30.2223732 ], [ 120.1796149, 30.2221769 ], [ 120.1793256, 30.2218839 ] ], [ [ 120.1774742, 30.2230066 ], [ 120.1776218, 30.2228756 ] ], [ [ 120.1778223, 30.2230227 ], [ 120.1776389, 30.2231281 ] ], [ [ 120.1820579, 30.2236671 ], [ 120.1821005, 30.2236114 ] ], [ [ 120.1821005, 30.2236114 ], [ 120.1822345, 30.2236718 ] ], [ [ 120.1821968, 30.2237474 ], [ 120.1820579, 30.2236671 ] ], [ [ 120.1822345, 30.2236718 ], [ 120.1821968, 30.2237474 ] ], [ [ 120.0967027, 30.1651414 ], [ 120.0965615, 30.1652328 ] ], [ [ 120.0885456, 30.1659805 ], [ 120.0884553, 30.1660362 ] ], [ [ 120.0884553, 30.1660362 ], [ 120.0881592, 30.1662188 ] ], [ [ 120.0881592, 30.1662188 ], [ 120.0875865, 30.1666536 ] ], [ [ 120.0875865, 30.1666536 ], [ 120.0875404, 30.1666886 ] ], [ [ 120.0875404, 30.1666886 ], [ 120.0873968, 30.1668136 ] ], [ [ 120.0873968, 30.1668136 ], [ 120.0871003, 30.1670715 ] ], [ [ 120.0871003, 30.1670715 ], [ 120.086656, 30.167673 ] ], [ [ 120.086656, 30.167673 ], [ 120.0865678, 30.1677984 ] ], [ [ 120.0865678, 30.1677984 ], [ 120.0863801, 30.1680674 ] ], [ [ 120.0863801, 30.1680674 ], [ 120.0860026, 30.1686026 ] ], [ [ 120.0860026, 30.1686026 ], [ 120.0858772, 30.1687805 ] ], [ [ 120.0858772, 30.1687805 ], [ 120.0856977, 30.1690284 ] ], [ [ 120.0856977, 30.1690284 ], [ 120.0855473, 30.1692559 ] ], [ [ 120.0855473, 30.1692559 ], [ 120.0854748, 30.1693767 ] ], [ [ 120.0885456, 30.1659805 ], [ 120.0888831, 30.1663665 ] ], [ [ 120.0888831, 30.1663665 ], [ 120.0893334, 30.1667679 ] ], [ [ 120.0893334, 30.1667679 ], [ 120.0898099, 30.1670809 ] ], [ [ 120.0898099, 30.1670809 ], [ 120.0901476, 30.167255 ] ], [ [ 120.0901476, 30.167255 ], [ 120.0904753, 30.1674239 ] ], [ [ 120.0904753, 30.1674239 ], [ 120.0912736, 30.1677221 ] ], [ [ 120.0912736, 30.1677221 ], [ 120.091769, 30.1678958 ] ], [ [ 120.091769, 30.1678958 ], [ 120.0921804, 30.1680129 ] ], [ [ 120.0921804, 30.1680129 ], [ 120.093643, 30.1686434 ] ], [ [ 120.093643, 30.1686434 ], [ 120.0937228, 30.1686806 ] ], [ [ 120.0937228, 30.1686806 ], [ 120.0938795, 30.1687537 ] ], [ [ 120.0938795, 30.1687537 ], [ 120.0944363, 30.1690133 ] ], [ [ 120.0944363, 30.1690133 ], [ 120.0952998, 30.1695246 ] ], [ [ 120.0952998, 30.1695246 ], [ 120.0964541, 30.170186 ] ], [ [ 120.0964541, 30.170186 ], [ 120.0968622, 30.1704171 ] ], [ [ 120.0968622, 30.1704171 ], [ 120.0970869, 30.1705444 ] ], [ [ 120.0970869, 30.1705444 ], [ 120.0977719, 30.1709323 ] ], [ [ 120.0977719, 30.1709323 ], [ 120.0978981, 30.1709943 ] ], [ [ 120.1030837, 30.1688509 ], [ 120.1029077, 30.1695952 ] ], [ [ 120.1029077, 30.1695952 ], [ 120.1028607, 30.1697941 ] ], [ [ 120.1028607, 30.1697941 ], [ 120.1027029, 30.1702505 ] ], [ [ 120.1027029, 30.1702505 ], [ 120.1026654, 30.1703588 ] ], [ [ 120.1026654, 30.1703588 ], [ 120.1021854, 30.1716237 ] ], [ [ 120.1021854, 30.1716237 ], [ 120.1021818, 30.1716333 ] ], [ [ 120.1021818, 30.1716333 ], [ 120.1021377, 30.1717035 ] ], [ [ 120.1021377, 30.1717035 ], [ 120.1018451, 30.1721687 ] ], [ [ 120.1018451, 30.1721687 ], [ 120.1014962, 30.1727235 ] ], [ [ 120.0978981, 30.1709943 ], [ 120.0980906, 30.1710901 ] ], [ [ 120.0980906, 30.1710901 ], [ 120.0982851, 30.1711886 ] ], [ [ 120.0982851, 30.1711886 ], [ 120.098654, 30.1713711 ] ], [ [ 120.098654, 30.1713711 ], [ 120.0996775, 30.1718594 ] ], [ [ 120.0996775, 30.1718594 ], [ 120.1004185, 30.1722153 ] ], [ [ 120.1004185, 30.1722153 ], [ 120.1014123, 30.1726926 ] ], [ [ 120.1014123, 30.1726926 ], [ 120.1014962, 30.1727235 ] ], [ [ 120.1014962, 30.1727235 ], [ 120.102752, 30.1732004 ] ], [ [ 120.102752, 30.1732004 ], [ 120.1039276, 30.1736469 ] ], [ [ 120.1039276, 30.1736469 ], [ 120.1044426, 30.1738425 ] ], [ [ 120.1006824, 30.1739632 ], [ 120.1010617, 30.1733855 ] ], [ [ 120.1010617, 30.1733855 ], [ 120.1014962, 30.1727235 ] ], [ [ 120.1055784, 30.2224428 ], [ 120.1055586, 30.2223793 ] ], [ [ 120.1055586, 30.2223793 ], [ 120.1055603, 30.222318 ] ], [ [ 120.1055603, 30.222318 ], [ 120.1056077, 30.2222753 ] ], [ [ 120.1056077, 30.2222753 ], [ 120.1056818, 30.2222684 ] ], [ [ 120.1056818, 30.2222684 ], [ 120.1058052, 30.2222822 ] ], [ [ 120.1058052, 30.2222822 ], [ 120.1059247, 30.2223117 ] ], [ [ 120.1059247, 30.2223117 ], [ 120.1060297, 30.2223617 ] ], [ [ 120.1060297, 30.2223617 ], [ 120.106152, 30.2224323 ] ], [ [ 120.106152, 30.2224323 ], [ 120.1063047, 30.2225521 ] ], [ [ 120.1063047, 30.2225521 ], [ 120.106479, 30.2226941 ] ], [ [ 120.106479, 30.2226941 ], [ 120.1065667, 30.2227587 ] ], [ [ 120.1065667, 30.2227587 ], [ 120.1066752, 30.2228223 ] ], [ [ 120.1066752, 30.2228223 ], [ 120.106794, 30.2228729 ] ], [ [ 120.106794, 30.2228729 ], [ 120.1069053, 30.2229084 ] ], [ [ 120.1069053, 30.2229084 ], [ 120.10705, 30.2229354 ] ], [ [ 120.10705, 30.2229354 ], [ 120.1074129, 30.2229931 ] ], [ [ 120.1074129, 30.2229931 ], [ 120.1075742, 30.2230127 ] ], [ [ 120.1075742, 30.2230127 ], [ 120.1077673, 30.2230177 ] ], [ [ 120.1077673, 30.2230177 ], [ 120.1079586, 30.2230082 ] ], [ [ 120.1079586, 30.2230082 ], [ 120.1081378, 30.2229823 ] ], [ [ 120.1081378, 30.2229823 ], [ 120.1083122, 30.2229466 ] ], [ [ 120.1083122, 30.2229466 ], [ 120.1084752, 30.2228646 ] ], [ [ 120.1084752, 30.2228646 ], [ 120.1086087, 30.2227808 ] ], [ [ 120.1086087, 30.2227808 ], [ 120.1087407, 30.2226922 ] ], [ [ 120.1087407, 30.2226922 ], [ 120.1087971, 30.222656 ] ], [ [ 120.1087971, 30.222656 ], [ 120.1088492, 30.2226225 ] ], [ [ 120.1088492, 30.2226225 ], [ 120.1089389, 30.2225659 ] ], [ [ 120.1089389, 30.2225659 ], [ 120.1090035, 30.2225371 ] ], [ [ 120.1090035, 30.2225371 ], [ 120.1091646, 30.2224906 ] ], [ [ 120.1091646, 30.2224906 ], [ 120.109262, 30.2224823 ] ], [ [ 120.109262, 30.2224823 ], [ 120.1094013, 30.2224647 ] ], [ [ 120.1094013, 30.2224647 ], [ 120.109509, 30.222469 ] ], [ [ 120.109509, 30.222469 ], [ 120.1096309, 30.2224862 ] ], [ [ 120.1096309, 30.2224862 ], [ 120.1097523, 30.2225305 ] ], [ [ 120.1097523, 30.2225305 ], [ 120.1099203, 30.2225939 ] ], [ [ 120.1099203, 30.2225939 ], [ 120.1103667, 30.2227982 ] ], [ [ 120.1103667, 30.2227982 ], [ 120.1104623, 30.2228195 ] ], [ [ 120.1104623, 30.2228195 ], [ 120.1105435, 30.2228215 ] ], [ [ 120.1105435, 30.2228215 ], [ 120.1106099, 30.2228088 ] ], [ [ 120.1106099, 30.2228088 ], [ 120.1106755, 30.2227793 ] ], [ [ 120.1106755, 30.2227793 ], [ 120.1107285, 30.2227313 ] ], [ [ 120.1107285, 30.2227313 ], [ 120.1107903, 30.222656 ] ], [ [ 120.1107903, 30.222656 ], [ 120.110901, 30.2225151 ] ], [ [ 120.110901, 30.2225151 ], [ 120.1109391, 30.2224666 ] ], [ [ 120.1109391, 30.2224666 ], [ 120.1109878, 30.2224224 ] ], [ [ 120.1109878, 30.2224224 ], [ 120.1110305, 30.2223976 ] ], [ [ 120.1110305, 30.2223976 ], [ 120.111092, 30.2223703 ] ], [ [ 120.111092, 30.2223703 ], [ 120.1111593, 30.2223536 ] ], [ [ 120.1111593, 30.2223536 ], [ 120.1112298, 30.2223415 ] ], [ [ 120.1112298, 30.2223415 ], [ 120.11145, 30.2223034 ] ], [ [ 120.11145, 30.2223034 ], [ 120.1115075, 30.2222942 ] ], [ [ 120.1115075, 30.2222942 ], [ 120.1115702, 30.2222755 ] ], [ [ 120.1115702, 30.2222755 ], [ 120.1116115, 30.2222507 ] ], [ [ 120.1116115, 30.2222507 ], [ 120.1116379, 30.2222193 ] ], [ [ 120.1116379, 30.2222193 ], [ 120.1116612, 30.2221769 ] ], [ [ 120.1116612, 30.2221769 ], [ 120.1117004, 30.2221042 ] ], [ [ 120.1117004, 30.2221042 ], [ 120.1117541, 30.2219352 ] ], [ [ 120.1117541, 30.2219352 ], [ 120.1118177, 30.2217481 ] ], [ [ 120.1118177, 30.2217481 ], [ 120.1118444, 30.2216542 ] ], [ [ 120.1118444, 30.2216542 ], [ 120.1118873, 30.2215166 ] ], [ [ 120.1118873, 30.2215166 ], [ 120.1119252, 30.2214188 ] ], [ [ 120.1119252, 30.2214188 ], [ 120.1119376, 30.2213867 ] ], [ [ 120.1119376, 30.2213867 ], [ 120.1119693, 30.2213051 ] ], [ [ 120.1119693, 30.2213051 ], [ 120.1120202, 30.2211255 ] ], [ [ 120.1120202, 30.2211255 ], [ 120.1120347, 30.2210818 ] ], [ [ 120.1120347, 30.2210818 ], [ 120.1120528, 30.2209901 ] ], [ [ 120.1120528, 30.2209901 ], [ 120.1120688, 30.2209283 ] ], [ [ 120.1120688, 30.2209283 ], [ 120.1120687, 30.2208425 ] ], [ [ 120.1120687, 30.2208425 ], [ 120.1120626, 30.2207465 ] ], [ [ 120.1120626, 30.2207465 ], [ 120.1120602, 30.2207116 ] ], [ [ 120.1120602, 30.2207116 ], [ 120.1120428, 30.2205745 ] ], [ [ 120.1120428, 30.2205745 ], [ 120.1120379, 30.2205256 ] ], [ [ 120.1120379, 30.2205256 ], [ 120.1120358, 30.2204861 ] ], [ [ 120.1120358, 30.2204861 ], [ 120.1120433, 30.2204525 ] ], [ [ 120.1120433, 30.2204525 ], [ 120.1120731, 30.2204246 ] ], [ [ 120.1120731, 30.2204246 ], [ 120.1121194, 30.2204083 ] ], [ [ 120.1121194, 30.2204083 ], [ 120.1121646, 30.2204052 ] ], [ [ 120.1121646, 30.2204052 ], [ 120.1122198, 30.2204189 ] ], [ [ 120.1122198, 30.2204189 ], [ 120.1123, 30.2204392 ] ], [ [ 120.1123, 30.2204392 ], [ 120.112484, 30.2205019 ] ], [ [ 120.112484, 30.2205019 ], [ 120.1127016, 30.2205981 ] ], [ [ 120.1127016, 30.2205981 ], [ 120.1127649, 30.220624 ] ], [ [ 120.1127649, 30.220624 ], [ 120.1128937, 30.2206754 ] ], [ [ 120.1128937, 30.2206754 ], [ 120.1129648, 30.2207041 ] ], [ [ 120.1129648, 30.2207041 ], [ 120.1130799, 30.2207393 ] ], [ [ 120.1130799, 30.2207393 ], [ 120.1131749, 30.220758 ] ], [ [ 120.1131749, 30.220758 ], [ 120.1134521, 30.2208015 ] ], [ [ 120.1134521, 30.2208015 ], [ 120.1135981, 30.2208219 ] ], [ [ 120.1135981, 30.2208219 ], [ 120.11367, 30.2208333 ] ], [ [ 120.11367, 30.2208333 ], [ 120.1138006, 30.2208569 ] ], [ [ 120.1138006, 30.2208569 ], [ 120.1138694, 30.2208746 ] ], [ [ 120.1138694, 30.2208746 ], [ 120.1140552, 30.2209173 ] ], [ [ 120.1140552, 30.2209173 ], [ 120.1141623, 30.220934 ] ], [ [ 120.1141623, 30.220934 ], [ 120.1145062, 30.2209511 ] ], [ [ 120.1145062, 30.2209511 ], [ 120.1147263, 30.220973 ] ], [ [ 120.1147263, 30.220973 ], [ 120.1148559, 30.2209991 ] ], [ [ 120.1148559, 30.2209991 ], [ 120.1149332, 30.2210174 ] ], [ [ 120.1149332, 30.2210174 ], [ 120.1150443, 30.2210502 ] ], [ [ 120.1150443, 30.2210502 ], [ 120.1151749, 30.2210782 ] ], [ [ 120.1151749, 30.2210782 ], [ 120.115237, 30.2210894 ] ], [ [ 120.115237, 30.2210894 ], [ 120.115294, 30.2210813 ] ], [ [ 120.115294, 30.2210813 ], [ 120.1153426, 30.2210551 ] ], [ [ 120.1153426, 30.2210551 ], [ 120.1153738, 30.2210204 ] ], [ [ 120.1153738, 30.2210204 ], [ 120.1153825, 30.2209718 ] ], [ [ 120.1153825, 30.2209718 ], [ 120.1153688, 30.2209267 ] ], [ [ 120.1153688, 30.2209267 ], [ 120.1153394, 30.2208816 ] ], [ [ 120.1153394, 30.2208816 ], [ 120.1152729, 30.2208147 ] ], [ [ 120.1152729, 30.2208147 ], [ 120.1151842, 30.2207436 ] ], [ [ 120.1151842, 30.2207436 ], [ 120.1150525, 30.2206654 ] ], [ [ 120.1150525, 30.2206654 ], [ 120.1149633, 30.2206225 ] ], [ [ 120.1149633, 30.2206225 ], [ 120.1147527, 30.2205346 ] ], [ [ 120.1147527, 30.2205346 ], [ 120.1145839, 30.2204724 ] ], [ [ 120.1145839, 30.2204724 ], [ 120.114252, 30.2203698 ] ], [ [ 120.114252, 30.2203698 ], [ 120.114064, 30.220298 ] ], [ [ 120.114064, 30.220298 ], [ 120.1137575, 30.2201689 ] ], [ [ 120.1137575, 30.2201689 ], [ 120.113563, 30.220076 ] ], [ [ 120.113563, 30.220076 ], [ 120.1134801, 30.2200194 ] ], [ [ 120.1134801, 30.2200194 ], [ 120.1134282, 30.2199636 ] ], [ [ 120.1134282, 30.2199636 ], [ 120.113408, 30.2198993 ] ], [ [ 120.113408, 30.2198993 ], [ 120.1134061, 30.2198374 ] ], [ [ 120.1134061, 30.2198374 ], [ 120.1134184, 30.2197765 ] ], [ [ 120.1134184, 30.2197765 ], [ 120.1134688, 30.2197266 ] ], [ [ 120.1134688, 30.2197266 ], [ 120.1135534, 30.219673 ] ], [ [ 120.1135534, 30.219673 ], [ 120.1136947, 30.219627 ] ], [ [ 120.1136947, 30.219627 ], [ 120.1138272, 30.2195935 ] ], [ [ 120.1138272, 30.2195935 ], [ 120.1139538, 30.2195789 ] ], [ [ 120.1139538, 30.2195789 ], [ 120.1142264, 30.2195577 ] ], [ [ 120.1142264, 30.2195577 ], [ 120.1144392, 30.2195641 ] ], [ [ 120.1144392, 30.2195641 ], [ 120.1146425, 30.2195826 ] ], [ [ 120.1146425, 30.2195826 ], [ 120.1149734, 30.219577 ] ], [ [ 120.1149734, 30.219577 ], [ 120.1151233, 30.219569 ] ], [ [ 120.1151233, 30.219569 ], [ 120.1154419, 30.2195542 ] ], [ [ 120.1154419, 30.2195542 ], [ 120.1157675, 30.2195406 ] ], [ [ 120.1157675, 30.2195406 ], [ 120.1159154, 30.2195404 ] ], [ [ 120.1159154, 30.2195404 ], [ 120.1160784, 30.2195776 ] ], [ [ 120.1160784, 30.2195776 ], [ 120.1163045, 30.2196477 ] ], [ [ 120.1163045, 30.2196477 ], [ 120.1163988, 30.2196654 ] ], [ [ 120.1163988, 30.2196654 ], [ 120.116502, 30.2196677 ] ], [ [ 120.116502, 30.2196677 ], [ 120.1166031, 30.219656 ] ], [ [ 120.1166031, 30.219656 ], [ 120.1167358, 30.2196135 ] ], [ [ 120.1167358, 30.2196135 ], [ 120.1168945, 30.2195584 ] ], [ [ 120.1168945, 30.2195584 ], [ 120.1169989, 30.2195324 ] ], [ [ 120.1169989, 30.2195324 ], [ 120.1171378, 30.2195262 ] ], [ [ 120.1171378, 30.2195262 ], [ 120.1175579, 30.2195449 ] ], [ [ 120.1175579, 30.2195449 ], [ 120.1176606, 30.2195404 ] ], [ [ 120.1176606, 30.2195404 ], [ 120.1177345, 30.2195223 ] ], [ [ 120.1177345, 30.2195223 ], [ 120.1178311, 30.2194866 ] ], [ [ 120.1178311, 30.2194866 ], [ 120.1180044, 30.2193406 ] ], [ [ 120.1180044, 30.2193406 ], [ 120.1181619, 30.2191778 ] ], [ [ 120.1181619, 30.2191778 ], [ 120.1182344, 30.2191357 ] ], [ [ 120.1182344, 30.2191357 ], [ 120.1183381, 30.2191212 ] ], [ [ 120.1183381, 30.2191212 ], [ 120.1184193, 30.2191336 ] ], [ [ 120.1184193, 30.2191336 ], [ 120.1185268, 30.2191742 ] ], [ [ 120.1185268, 30.2191742 ], [ 120.1186074, 30.2192335 ] ], [ [ 120.1186074, 30.2192335 ], [ 120.1186566, 30.2193162 ] ], [ [ 120.1186566, 30.2193162 ], [ 120.1186761, 30.2194252 ] ], [ [ 120.1186761, 30.2194252 ], [ 120.1186656, 30.2194993 ] ], [ [ 120.1186656, 30.2194993 ], [ 120.1186197, 30.2195931 ] ], [ [ 120.1186197, 30.2195931 ], [ 120.1185409, 30.219651 ] ], [ [ 120.1185409, 30.219651 ], [ 120.1184441, 30.2196981 ] ], [ [ 120.1184441, 30.2196981 ], [ 120.118382, 30.2197119 ] ], [ [ 120.118382, 30.2197119 ], [ 120.118264, 30.2197313 ] ], [ [ 120.118264, 30.2197313 ], [ 120.1178809, 30.2198122 ] ], [ [ 120.1178809, 30.2198122 ], [ 120.1177171, 30.2198654 ] ], [ [ 120.1177171, 30.2198654 ], [ 120.1176399, 30.2199216 ] ], [ [ 120.1176399, 30.2199216 ], [ 120.1175793, 30.2200397 ] ], [ [ 120.1175793, 30.2200397 ], [ 120.1175845, 30.2201243 ] ], [ [ 120.1175845, 30.2201243 ], [ 120.1176153, 30.2201986 ] ], [ [ 120.1176153, 30.2201986 ], [ 120.1176784, 30.2202549 ] ], [ [ 120.1176784, 30.2202549 ], [ 120.1177739, 30.2203169 ] ], [ [ 120.1177739, 30.2203169 ], [ 120.117914, 30.2203614 ] ], [ [ 120.117914, 30.2203614 ], [ 120.11815, 30.2204233 ] ], [ [ 120.11815, 30.2204233 ], [ 120.1183228, 30.2204498 ] ], [ [ 120.1183228, 30.2204498 ], [ 120.1185108, 30.2204613 ] ], [ [ 120.1185108, 30.2204613 ], [ 120.1186298, 30.2204748 ] ], [ [ 120.1186298, 30.2204748 ], [ 120.1187048, 30.2204833 ] ], [ [ 120.1187048, 30.2204833 ], [ 120.1189229, 30.220531 ] ], [ [ 120.1189229, 30.220531 ], [ 120.1193216, 30.2206338 ] ], [ [ 120.1193216, 30.2206338 ], [ 120.119602, 30.2207017 ] ], [ [ 120.119602, 30.2207017 ], [ 120.119782, 30.220732 ] ], [ [ 120.119782, 30.220732 ], [ 120.119987, 30.2207449 ] ], [ [ 120.119987, 30.2207449 ], [ 120.120217, 30.2207556 ] ], [ [ 120.120217, 30.2207556 ], [ 120.1204045, 30.2207709 ] ], [ [ 120.1204045, 30.2207709 ], [ 120.1205753, 30.2207993 ] ], [ [ 120.1205753, 30.2207993 ], [ 120.121691, 30.2210514 ] ], [ [ 120.121691, 30.2210514 ], [ 120.1221586, 30.2211513 ] ], [ [ 120.1221586, 30.2211513 ], [ 120.1224173, 30.2212267 ] ], [ [ 120.1224173, 30.2212267 ], [ 120.1225376, 30.2212696 ] ], [ [ 120.1225376, 30.2212696 ], [ 120.1226548, 30.2213223 ] ], [ [ 120.1226548, 30.2213223 ], [ 120.1227911, 30.2213984 ] ], [ [ 120.1227911, 30.2213984 ], [ 120.1228216, 30.2214163 ] ], [ [ 120.1228216, 30.2214163 ], [ 120.122966, 30.2214937 ] ], [ [ 120.122966, 30.2214937 ], [ 120.1231287, 30.2215776 ] ], [ [ 120.1231287, 30.2215776 ], [ 120.1233115, 30.2216506 ] ], [ [ 120.1233115, 30.2216506 ], [ 120.1234232, 30.2216761 ] ], [ [ 120.1234232, 30.2216761 ], [ 120.1234909, 30.2216915 ] ], [ [ 120.1234909, 30.2216915 ], [ 120.1236776, 30.221721 ] ], [ [ 120.1236776, 30.221721 ], [ 120.1238077, 30.2217292 ] ], [ [ 120.1238077, 30.2217292 ], [ 120.1240652, 30.221756 ] ], [ [ 120.1240652, 30.221756 ], [ 120.1242555, 30.2217556 ] ], [ [ 120.1242555, 30.2217556 ], [ 120.124392, 30.2217468 ] ], [ [ 120.124392, 30.2217468 ], [ 120.1246614, 30.2217378 ] ], [ [ 120.1246614, 30.2217378 ], [ 120.124844, 30.2217394 ] ], [ [ 120.124844, 30.2217394 ], [ 120.1249586, 30.2217661 ] ], [ [ 120.1249586, 30.2217661 ], [ 120.1250168, 30.2217832 ] ], [ [ 120.1250168, 30.2217832 ], [ 120.12521, 30.2218173 ] ], [ [ 120.12521, 30.2218173 ], [ 120.1253504, 30.2218326 ] ], [ [ 120.1253504, 30.2218326 ], [ 120.1254672, 30.2218339 ] ], [ [ 120.1254672, 30.2218339 ], [ 120.1255648, 30.2218165 ] ], [ [ 120.1255648, 30.2218165 ], [ 120.1256522, 30.2217874 ] ], [ [ 120.1256522, 30.2217874 ], [ 120.125728, 30.2217321 ] ], [ [ 120.125728, 30.2217321 ], [ 120.1258118, 30.2216677 ] ], [ [ 120.1258118, 30.2216677 ], [ 120.125944, 30.2215631 ] ], [ [ 120.125944, 30.2215631 ], [ 120.1260567, 30.2215234 ] ], [ [ 120.1260567, 30.2215234 ], [ 120.1262709, 30.2214794 ] ], [ [ 120.1262709, 30.2214794 ], [ 120.1266419, 30.2214921 ] ], [ [ 120.1266419, 30.2214921 ], [ 120.1269492, 30.2214969 ] ], [ [ 120.1055784, 30.2224428 ], [ 120.1056172, 30.222505 ] ], [ [ 120.1056172, 30.222505 ], [ 120.1057008, 30.2225767 ] ], [ [ 120.1057008, 30.2225767 ], [ 120.1058237, 30.2226702 ] ], [ [ 120.1058237, 30.2226702 ], [ 120.1059845, 30.2228089 ] ], [ [ 120.1059845, 30.2228089 ], [ 120.1061575, 30.222965 ] ], [ [ 120.1061575, 30.222965 ], [ 120.1062259, 30.2230557 ] ], [ [ 120.1062259, 30.2230557 ], [ 120.1062883, 30.2231541 ] ], [ [ 120.1062883, 30.2231541 ], [ 120.1063123, 30.223192 ] ], [ [ 120.1063123, 30.223192 ], [ 120.10639, 30.2232908 ] ], [ [ 120.10639, 30.2232908 ], [ 120.106468, 30.2233698 ] ], [ [ 120.106468, 30.2233698 ], [ 120.1065503, 30.2234463 ] ], [ [ 120.1065503, 30.2234463 ], [ 120.1066273, 30.2235068 ] ], [ [ 120.1066273, 30.2235068 ], [ 120.1066972, 30.223549 ] ], [ [ 120.1066972, 30.223549 ], [ 120.1067956, 30.2235834 ] ], [ [ 120.1067956, 30.2235834 ], [ 120.1068512, 30.2236001 ] ], [ [ 120.1068512, 30.2236001 ], [ 120.1069258, 30.2236225 ] ], [ [ 120.1069258, 30.2236225 ], [ 120.1070767, 30.2236556 ] ], [ [ 120.1070767, 30.2236556 ], [ 120.1071413, 30.223675 ] ], [ [ 120.1071413, 30.223675 ], [ 120.1072207, 30.2236989 ] ], [ [ 120.1072207, 30.2236989 ], [ 120.1074285, 30.223773 ] ], [ [ 120.1074285, 30.223773 ], [ 120.1075975, 30.2238463 ] ], [ [ 120.1075975, 30.2238463 ], [ 120.1077303, 30.2239039 ] ], [ [ 120.1077303, 30.2239039 ], [ 120.108156, 30.2240799 ] ], [ [ 120.108156, 30.2240799 ], [ 120.1082428, 30.2241106 ] ], [ [ 120.1082428, 30.2241106 ], [ 120.1083265, 30.224131 ] ], [ [ 120.1083265, 30.224131 ], [ 120.1084218, 30.2241351 ] ], [ [ 120.1084218, 30.2241351 ], [ 120.1085007, 30.2241305 ] ], [ [ 120.1085007, 30.2241305 ], [ 120.1085817, 30.2241078 ] ], [ [ 120.1085817, 30.2241078 ], [ 120.1086615, 30.2240903 ] ], [ [ 120.1086615, 30.2240903 ], [ 120.1087106, 30.2240955 ] ], [ [ 120.1087106, 30.2240955 ], [ 120.1087531, 30.224106 ] ], [ [ 120.1087531, 30.224106 ], [ 120.1087964, 30.22413 ] ], [ [ 120.1087964, 30.22413 ], [ 120.1088184, 30.2241565 ] ], [ [ 120.1088184, 30.2241565 ], [ 120.1088316, 30.2241723 ] ], [ [ 120.1088316, 30.2241723 ], [ 120.1088364, 30.2242147 ] ], [ [ 120.1088364, 30.2242147 ], [ 120.1088019, 30.2242641 ] ], [ [ 120.1088019, 30.2242641 ], [ 120.1087533, 30.2243044 ] ], [ [ 120.1087533, 30.2243044 ], [ 120.1086859, 30.2243335 ] ], [ [ 120.1086859, 30.2243335 ], [ 120.108596, 30.2243497 ] ], [ [ 120.108596, 30.2243497 ], [ 120.1084379, 30.2243675 ] ], [ [ 120.1084379, 30.2243675 ], [ 120.1081602, 30.2243977 ] ], [ [ 120.1081602, 30.2243977 ], [ 120.1080105, 30.2244289 ] ], [ [ 120.1080105, 30.2244289 ], [ 120.1079269, 30.2244548 ] ], [ [ 120.1079269, 30.2244548 ], [ 120.1078851, 30.2244677 ] ], [ [ 120.1078851, 30.2244677 ], [ 120.1077425, 30.2245303 ] ], [ [ 120.1077425, 30.2245303 ], [ 120.1076321, 30.2245969 ] ], [ [ 120.1076321, 30.2245969 ], [ 120.1074903, 30.224729 ] ], [ [ 120.1074903, 30.224729 ], [ 120.1074749, 30.2247442 ] ], [ [ 120.1074749, 30.2247442 ], [ 120.1073745, 30.2248438 ] ], [ [ 120.1073745, 30.2248438 ], [ 120.10732, 30.2249163 ] ], [ [ 120.10732, 30.2249163 ], [ 120.1072854, 30.2249624 ] ], [ [ 120.1072854, 30.2249624 ], [ 120.107214, 30.2250652 ] ], [ [ 120.107214, 30.2250652 ], [ 120.1071657, 30.225156 ] ], [ [ 120.1071657, 30.225156 ], [ 120.1070613, 30.2254158 ] ], [ [ 120.1070613, 30.2254158 ], [ 120.1070434, 30.22549 ] ], [ [ 120.1070434, 30.22549 ], [ 120.1070415, 30.2255535 ] ], [ [ 120.1070415, 30.2255535 ], [ 120.1070516, 30.2256199 ] ], [ [ 120.1070516, 30.2256199 ], [ 120.1070703, 30.2256786 ] ], [ [ 120.1070703, 30.2256786 ], [ 120.1071135, 30.2257349 ] ], [ [ 120.1071135, 30.2257349 ], [ 120.1071898, 30.2257866 ] ], [ [ 120.1071898, 30.2257866 ], [ 120.1073544, 30.2258826 ] ], [ [ 120.1073544, 30.2258826 ], [ 120.107441, 30.2259381 ] ], [ [ 120.107441, 30.2259381 ], [ 120.1074944, 30.2259897 ] ], [ [ 120.1074944, 30.2259897 ], [ 120.1075195, 30.2260352 ] ], [ [ 120.1075195, 30.2260352 ], [ 120.1075387, 30.226095 ] ], [ [ 120.1075387, 30.226095 ], [ 120.107562, 30.2262468 ] ], [ [ 120.107562, 30.2262468 ], [ 120.1075752, 30.2263375 ] ], [ [ 120.1075752, 30.2263375 ], [ 120.107608, 30.2264146 ] ], [ [ 120.107608, 30.2264146 ], [ 120.1076645, 30.2264759 ] ], [ [ 120.1076645, 30.2264759 ], [ 120.1077404, 30.2265278 ] ], [ [ 120.1077404, 30.2265278 ], [ 120.1078766, 30.226613 ] ], [ [ 120.1078766, 30.226613 ], [ 120.1079733, 30.2266779 ] ], [ [ 120.1079733, 30.2266779 ], [ 120.1080352, 30.2267436 ] ], [ [ 120.1080352, 30.2267436 ], [ 120.1081301, 30.226847 ] ], [ [ 120.1081301, 30.226847 ], [ 120.1082251, 30.2269797 ] ], [ [ 120.1082251, 30.2269797 ], [ 120.1083733, 30.2271774 ] ], [ [ 120.1083733, 30.2271774 ], [ 120.108459, 30.2272384 ] ], [ [ 120.108459, 30.2272384 ], [ 120.108552, 30.2272696 ] ], [ [ 120.108552, 30.2272696 ], [ 120.1086404, 30.2272868 ] ], [ [ 120.1086404, 30.2272868 ], [ 120.1087549, 30.2272857 ] ], [ [ 120.1087549, 30.2272857 ], [ 120.1088519, 30.2272909 ] ], [ [ 120.1088519, 30.2272909 ], [ 120.1089257, 30.2273079 ] ], [ [ 120.1089257, 30.2273079 ], [ 120.1089855, 30.2273387 ] ], [ [ 120.1089855, 30.2273387 ], [ 120.109047, 30.2273844 ] ], [ [ 120.109047, 30.2273844 ], [ 120.1092085, 30.2275327 ] ], [ [ 120.1092085, 30.2275327 ], [ 120.1095, 30.2277916 ] ], [ [ 120.1095, 30.2277916 ], [ 120.1096038, 30.2278764 ] ], [ [ 120.1096038, 30.2278764 ], [ 120.1097323, 30.2279578 ] ], [ [ 120.1097323, 30.2279578 ], [ 120.1098608, 30.2280083 ] ], [ [ 120.1098608, 30.2280083 ], [ 120.1100043, 30.2280604 ] ], [ [ 120.1100043, 30.2280604 ], [ 120.110103, 30.2280998 ] ], [ [ 120.110103, 30.2280998 ], [ 120.1101848, 30.2281707 ] ], [ [ 120.1101848, 30.2281707 ], [ 120.1102332, 30.2282346 ] ], [ [ 120.1102332, 30.2282346 ], [ 120.1102598, 30.2282999 ] ], [ [ 120.1102598, 30.2282999 ], [ 120.1102586, 30.2283761 ] ], [ [ 120.1102586, 30.2283761 ], [ 120.1102415, 30.2284528 ] ], [ [ 120.1102415, 30.2284528 ], [ 120.1101711, 30.2286498 ] ], [ [ 120.1101711, 30.2286498 ], [ 120.11015, 30.2287361 ] ], [ [ 120.11015, 30.2287361 ], [ 120.1101426, 30.2288139 ] ], [ [ 120.1101426, 30.2288139 ], [ 120.1101513, 30.2288923 ] ], [ [ 120.1101513, 30.2288923 ], [ 120.110193, 30.2289716 ] ], [ [ 120.110193, 30.2289716 ], [ 120.1102614, 30.2290521 ] ], [ [ 120.1102614, 30.2290521 ], [ 120.1103402, 30.2291029 ] ], [ [ 120.1103402, 30.2291029 ], [ 120.1104217, 30.2291564 ] ], [ [ 120.1104217, 30.2291564 ], [ 120.1105234, 30.2292123 ] ], [ [ 120.1105234, 30.2292123 ], [ 120.1105496, 30.2292218 ] ], [ [ 120.1105496, 30.2292218 ], [ 120.110649, 30.2292579 ] ], [ [ 120.110649, 30.2292579 ], [ 120.1107407, 30.2292744 ] ], [ [ 120.1107407, 30.2292744 ], [ 120.1108126, 30.2292847 ] ], [ [ 120.1108126, 30.2292847 ], [ 120.1109356, 30.2292687 ] ], [ [ 120.1109356, 30.2292687 ], [ 120.1110497, 30.2292098 ] ], [ [ 120.1110497, 30.2292098 ], [ 120.1111754, 30.2291412 ] ], [ [ 120.1111754, 30.2291412 ], [ 120.1113548, 30.2290433 ] ], [ [ 120.1113548, 30.2290433 ], [ 120.1114474, 30.2289943 ] ], [ [ 120.1114474, 30.2289943 ], [ 120.1118017, 30.2288066 ] ], [ [ 120.1118017, 30.2288066 ], [ 120.1119557, 30.2287338 ] ], [ [ 120.1119557, 30.2287338 ], [ 120.1121259, 30.2286782 ] ], [ [ 120.1121259, 30.2286782 ], [ 120.1121924, 30.2286763 ] ], [ [ 120.1121924, 30.2286763 ], [ 120.1122361, 30.228675 ] ], [ [ 120.1122361, 30.228675 ], [ 120.1123535, 30.2287088 ] ], [ [ 120.1123535, 30.2287088 ], [ 120.1124462, 30.2288208 ] ], [ [ 120.1124462, 30.2288208 ], [ 120.1127891, 30.2292479 ] ], [ [ 120.1127891, 30.2292479 ], [ 120.1129516, 30.2294049 ] ], [ [ 120.1129516, 30.2294049 ], [ 120.1132931, 30.2297405 ] ], [ [ 120.1132931, 30.2297405 ], [ 120.1134616, 30.2298844 ] ], [ [ 120.1134616, 30.2298844 ], [ 120.1136533, 30.2300481 ] ], [ [ 120.1136533, 30.2300481 ], [ 120.1139611, 30.2302563 ] ], [ [ 120.1139611, 30.2302563 ], [ 120.1142274, 30.2303717 ] ], [ [ 120.1142274, 30.2303717 ], [ 120.1143667, 30.2304274 ] ], [ [ 120.1143667, 30.2304274 ], [ 120.1146763, 30.2305513 ] ], [ [ 120.1146763, 30.2305513 ], [ 120.1147947, 30.2306027 ] ], [ [ 120.1147947, 30.2306027 ], [ 120.1149812, 30.2306835 ] ], [ [ 120.1149812, 30.2306835 ], [ 120.1155459, 30.230956 ] ], [ [ 120.1155459, 30.230956 ], [ 120.1161415, 30.2312321 ] ], [ [ 120.1161415, 30.2312321 ], [ 120.1166508, 30.2316969 ] ], [ [ 120.1166508, 30.2316969 ], [ 120.116816, 30.2318049 ] ], [ [ 120.116816, 30.2318049 ], [ 120.1170161, 30.2319081 ] ], [ [ 120.1170161, 30.2319081 ], [ 120.117321, 30.2319939 ] ], [ [ 120.117321, 30.2319939 ], [ 120.1174311, 30.2320249 ] ], [ [ 120.1174311, 30.2320249 ], [ 120.1176303, 30.2320992 ] ], [ [ 120.1176303, 30.2320992 ], [ 120.1177592, 30.2321766 ] ], [ [ 120.1177592, 30.2321766 ], [ 120.117833, 30.2322533 ] ], [ [ 120.117833, 30.2322533 ], [ 120.1179088, 30.2323713 ] ], [ [ 120.1179088, 30.2323713 ], [ 120.1179809, 30.2325321 ] ], [ [ 120.1179809, 30.2325321 ], [ 120.1180153, 30.2326555 ] ], [ [ 120.1180153, 30.2326555 ], [ 120.1180604, 30.2328607 ] ], [ [ 120.1180604, 30.2328607 ], [ 120.1181215, 30.2331294 ] ], [ [ 120.1181215, 30.2331294 ], [ 120.1182338, 30.2333453 ] ], [ [ 120.1182338, 30.2333453 ], [ 120.1183646, 30.2335093 ] ], [ [ 120.1183646, 30.2335093 ], [ 120.1185978, 30.2337228 ] ], [ [ 120.1185978, 30.2337228 ], [ 120.11865, 30.2337803 ] ], [ [ 120.11865, 30.2337803 ], [ 120.1187856, 30.2339297 ] ], [ [ 120.1187856, 30.2339297 ], [ 120.1189561, 30.2340786 ] ], [ [ 120.1189561, 30.2340786 ], [ 120.118959, 30.2340811 ] ], [ [ 120.118959, 30.2340811 ], [ 120.1190109, 30.2341264 ] ], [ [ 120.1190109, 30.2341264 ], [ 120.1190619, 30.2341721 ] ], [ [ 120.1190619, 30.2341721 ], [ 120.1192823, 30.234383 ] ], [ [ 120.1192823, 30.234383 ], [ 120.1194688, 30.2345958 ] ], [ [ 120.1194688, 30.2345958 ], [ 120.1195291, 30.234774 ] ], [ [ 120.1195291, 30.234774 ], [ 120.119656, 30.2351084 ] ], [ [ 120.119656, 30.2351084 ], [ 120.1197109, 30.2352529 ] ], [ [ 120.1197109, 30.2352529 ], [ 120.1198831, 30.2356722 ] ], [ [ 120.1198831, 30.2356722 ], [ 120.1200726, 30.2359455 ] ], [ [ 120.1200726, 30.2359455 ], [ 120.1202773, 30.2361729 ] ], [ [ 120.1202773, 30.2361729 ], [ 120.1204428, 30.2363187 ] ], [ [ 120.1204428, 30.2363187 ], [ 120.120588, 30.2364465 ] ], [ [ 120.120588, 30.2364465 ], [ 120.1208912, 30.236662 ] ], [ [ 120.1208912, 30.236662 ], [ 120.120965, 30.2367243 ] ], [ [ 120.120965, 30.2367243 ], [ 120.1210325, 30.2367814 ] ], [ [ 120.1210325, 30.2367814 ], [ 120.1211358, 30.2369205 ] ], [ [ 120.1211358, 30.2369205 ], [ 120.1212415, 30.2371478 ] ], [ [ 120.1212415, 30.2371478 ], [ 120.1212742, 30.2372183 ] ], [ [ 120.1212742, 30.2372183 ], [ 120.1212864, 30.2372618 ] ], [ [ 120.1212864, 30.2372618 ], [ 120.1213634, 30.2375373 ] ], [ [ 120.1213634, 30.2375373 ], [ 120.1215199, 30.2382336 ] ], [ [ 120.1130888, 30.1882657 ], [ 120.112937, 30.1882214 ] ], [ [ 120.112937, 30.1882214 ], [ 120.1126883, 30.1879619 ] ], [ [ 120.1126883, 30.1879619 ], [ 120.1125296, 30.1878332 ] ], [ [ 120.1125296, 30.1878332 ], [ 120.112301, 30.1877157 ] ], [ [ 120.112301, 30.1877157 ], [ 120.1120269, 30.1876424 ] ], [ [ 120.1120269, 30.1876424 ], [ 120.1115556, 30.1875075 ] ], [ [ 120.1115556, 30.1875075 ], [ 120.1112152, 30.1874324 ] ], [ [ 120.1112152, 30.1874324 ], [ 120.1109995, 30.1874029 ] ], [ [ 120.1109995, 30.1874029 ], [ 120.1107803, 30.1873892 ] ], [ [ 120.1107803, 30.1873892 ], [ 120.1105265, 30.187409 ] ], [ [ 120.1105265, 30.187409 ], [ 120.11036, 30.1873983 ] ], [ [ 120.11036, 30.1873983 ], [ 120.1102269, 30.1873302 ] ], [ [ 120.1102269, 30.1873302 ], [ 120.110078, 30.1872082 ] ], [ [ 120.110078, 30.1872082 ], [ 120.1095183, 30.1864028 ] ], [ [ 120.1095183, 30.1864028 ], [ 120.1090341, 30.1858101 ] ], [ [ 120.1090341, 30.1858101 ], [ 120.1089786, 30.1857828 ] ], [ [ 120.1089786, 30.1857828 ], [ 120.108918, 30.185782 ] ], [ [ 120.108918, 30.185782 ], [ 120.1088651, 30.1858083 ] ], [ [ 120.1088651, 30.1858083 ], [ 120.1088137, 30.1858871 ] ], [ [ 120.1088137, 30.1858871 ], [ 120.1087461, 30.1860301 ] ], [ [ 120.1087461, 30.1860301 ], [ 120.1084623, 30.1864843 ] ], [ [ 120.1084623, 30.1864843 ], [ 120.1081781, 30.1868887 ] ], [ [ 120.1081781, 30.1868887 ], [ 120.1078373, 30.1872762 ] ], [ [ 120.1078373, 30.1872762 ], [ 120.1077413, 30.1872935 ] ], [ [ 120.1077413, 30.1872935 ], [ 120.1074984, 30.1871842 ] ], [ [ 120.1074984, 30.1871842 ], [ 120.1074206, 30.1871559 ] ], [ [ 120.1074206, 30.1871559 ], [ 120.1073403, 30.1871481 ] ], [ [ 120.1073403, 30.1871481 ], [ 120.1072776, 30.1871745 ] ], [ [ 120.1072776, 30.1871745 ], [ 120.1070447, 30.1874866 ] ], [ [ 120.1070447, 30.1874866 ], [ 120.1068633, 30.1877037 ] ], [ [ 120.1068633, 30.1877037 ], [ 120.1066659, 30.1878956 ] ], [ [ 120.1066659, 30.1878956 ], [ 120.1064617, 30.1880795 ] ], [ [ 120.1064617, 30.1880795 ], [ 120.106203, 30.1882132 ] ], [ [ 120.106203, 30.1882132 ], [ 120.1056038, 30.188514 ] ], [ [ 120.1056038, 30.188514 ], [ 120.1050611, 30.1888062 ] ], [ [ 120.1050611, 30.1888062 ], [ 120.1048413, 30.1888442 ] ], [ [ 120.1048413, 30.1888442 ], [ 120.1046871, 30.1888183 ] ], [ [ 120.1046871, 30.1888183 ], [ 120.1045783, 30.1887792 ] ], [ [ 120.1045783, 30.1887792 ], [ 120.1044853, 30.1887041 ] ], [ [ 120.1044853, 30.1887041 ], [ 120.1044242, 30.1886023 ] ], [ [ 120.1044242, 30.1886023 ], [ 120.1044219, 30.1885006 ] ], [ [ 120.1044219, 30.1885006 ], [ 120.1044983, 30.1882324 ] ], [ [ 120.1044983, 30.1882324 ], [ 120.1046014, 30.1879775 ] ], [ [ 120.1046014, 30.1879775 ], [ 120.104651, 30.1878337 ] ], [ [ 120.104651, 30.1878337 ], [ 120.104671, 30.1877155 ] ], [ [ 120.104671, 30.1877155 ], [ 120.1046774, 30.1876096 ] ], [ [ 120.1046774, 30.1876096 ], [ 120.1046664, 30.1874829 ] ], [ [ 120.1046664, 30.1874829 ], [ 120.1046118, 30.1873601 ] ], [ [ 120.1046118, 30.1873601 ], [ 120.104491, 30.1871045 ] ], [ [ 120.104491, 30.1871045 ], [ 120.1044817, 30.1870164 ] ], [ [ 120.1044817, 30.1870164 ], [ 120.1045111, 30.1869138 ] ], [ [ 120.1045111, 30.1869138 ], [ 120.1047121, 30.1866214 ] ], [ [ 120.1047121, 30.1866214 ], [ 120.1049827, 30.1861761 ] ], [ [ 120.1049827, 30.1861761 ], [ 120.1050598, 30.1858568 ] ], [ [ 120.1050598, 30.1858568 ], [ 120.105031, 30.1854513 ] ], [ [ 120.105031, 30.1854513 ], [ 120.1049541, 30.185067 ] ], [ [ 120.1049541, 30.185067 ], [ 120.1045539, 30.184802 ] ], [ [ 120.1045539, 30.184802 ], [ 120.1045472, 30.184129 ] ], [ [ 120.1045472, 30.184129 ], [ 120.1044759, 30.1840142 ] ], [ [ 120.1044759, 30.1840142 ], [ 120.1039716, 30.1837221 ] ], [ [ 120.1039716, 30.1837221 ], [ 120.1047143, 30.1827661 ] ], [ [ 120.1047143, 30.1827661 ], [ 120.1047737, 30.1826896 ] ], [ [ 120.1047737, 30.1826896 ], [ 120.105202, 30.1821383 ] ], [ [ 120.105202, 30.1821383 ], [ 120.1057776, 30.1816945 ] ], [ [ 120.1057776, 30.1816945 ], [ 120.1061497, 30.1814257 ] ], [ [ 120.1055784, 30.2224428 ], [ 120.1052669, 30.2223325 ] ], [ [ 120.1052669, 30.2223325 ], [ 120.1048676, 30.2221399 ] ], [ [ 120.1048676, 30.2221399 ], [ 120.1043885, 30.2217714 ] ], [ [ 120.1043885, 30.2217714 ], [ 120.1039338, 30.2215225 ] ], [ [ 120.1039338, 30.2215225 ], [ 120.1034752, 30.2213116 ] ], [ [ 120.1034752, 30.2213116 ], [ 120.103224, 30.2212828 ] ], [ [ 120.103224, 30.2212828 ], [ 120.1029347, 30.2212989 ] ], [ [ 120.1029347, 30.2212989 ], [ 120.1026088, 30.2213452 ] ], [ [ 120.1026088, 30.2213452 ], [ 120.1024063, 30.2213614 ] ], [ [ 120.1024063, 30.2213614 ], [ 120.1022802, 30.2213394 ] ], [ [ 120.1022802, 30.2213394 ], [ 120.1021622, 30.2212803 ] ], [ [ 120.1021622, 30.2212803 ], [ 120.1020681, 30.2212044 ] ], [ [ 120.1020681, 30.2212044 ], [ 120.1020258, 30.221121 ] ], [ [ 120.1020258, 30.221121 ], [ 120.1020071, 30.2210673 ] ], [ [ 120.1020071, 30.2210673 ], [ 120.1019909, 30.2209955 ] ], [ [ 120.1019909, 30.2209955 ], [ 120.1019997, 30.2208406 ] ], [ [ 120.1019997, 30.2208406 ], [ 120.1020352, 30.2205257 ] ], [ [ 120.1020352, 30.2205257 ], [ 120.1020355, 30.220469 ] ], [ [ 120.1020355, 30.220469 ], [ 120.1019892, 30.220395 ] ], [ [ 120.1019892, 30.220395 ], [ 120.1019315, 30.220395 ] ], [ [ 120.1019315, 30.220395 ], [ 120.1018445, 30.220417 ] ], [ [ 120.1018445, 30.220417 ], [ 120.1015954, 30.2206322 ] ], [ [ 120.1015954, 30.2206322 ], [ 120.1013768, 30.220841 ] ], [ [ 120.1013768, 30.220841 ], [ 120.1012445, 30.2209674 ] ], [ [ 120.1012445, 30.2209674 ], [ 120.1010727, 30.2211077 ] ], [ [ 120.1010727, 30.2211077 ], [ 120.1009102, 30.2212404 ] ], [ [ 120.1009102, 30.2212404 ], [ 120.1008982, 30.2212502 ] ], [ [ 120.1008982, 30.2212502 ], [ 120.1008137, 30.2212822 ] ], [ [ 120.1008137, 30.2212822 ], [ 120.1007767, 30.22129 ] ], [ [ 120.1007767, 30.22129 ], [ 120.1007236, 30.2213013 ] ], [ [ 120.1007236, 30.2213013 ], [ 120.1005409, 30.2213407 ] ], [ [ 120.1005409, 30.2213407 ], [ 120.1002584, 30.2213594 ] ], [ [ 120.1002584, 30.2213594 ], [ 120.100048, 30.2213734 ] ], [ [ 120.100048, 30.2213734 ], [ 120.0995136, 30.2214028 ] ], [ [ 120.0995136, 30.2214028 ], [ 120.0994438, 30.2214089 ] ], [ [ 120.0994438, 30.2214089 ], [ 120.0993607, 30.2214213 ] ], [ [ 120.0993607, 30.2214213 ], [ 120.0991085, 30.2214588 ] ], [ [ 120.0991085, 30.2214588 ], [ 120.0989261, 30.2215271 ] ], [ [ 120.0989261, 30.2215271 ], [ 120.0988041, 30.2216233 ] ], [ [ 120.0988041, 30.2216233 ], [ 120.0986646, 30.2216801 ] ], [ [ 120.0986646, 30.2216801 ], [ 120.0985721, 30.2216755 ] ], [ [ 120.0985721, 30.2216755 ], [ 120.0979757, 30.2215166 ] ], [ [ 120.0979757, 30.2215166 ], [ 120.0977714, 30.221497 ] ], [ [ 120.0977714, 30.221497 ], [ 120.0974174, 30.2213359 ] ], [ [ 120.0974174, 30.2213359 ], [ 120.0973929, 30.2213302 ] ], [ [ 120.0973929, 30.2213302 ], [ 120.0973346, 30.2213167 ] ], [ [ 120.1251976, 30.2387959 ], [ 120.1250547, 30.2387585 ] ], [ [ 120.1215199, 30.2382336 ], [ 120.1220544, 30.2386749 ] ], [ [ 120.1220544, 30.2386749 ], [ 120.1220965, 30.2387096 ] ], [ [ 120.1220965, 30.2387096 ], [ 120.1222925, 30.2388714 ] ], [ [ 120.1222925, 30.2388714 ], [ 120.1231739, 30.2394908 ] ], [ [ 120.1231739, 30.2394908 ], [ 120.1234551, 30.2396531 ] ], [ [ 120.1234551, 30.2396531 ], [ 120.123778, 30.2398394 ] ], [ [ 120.123778, 30.2398394 ], [ 120.124341, 30.2399802 ] ], [ [ 120.1250547, 30.2387585 ], [ 120.124341, 30.2399802 ] ], [ [ 120.1215199, 30.2382336 ], [ 120.1206429, 30.2388306 ] ], [ [ 120.1206429, 30.2388306 ], [ 120.1204146, 30.2389686 ] ], [ [ 120.1204146, 30.2389686 ], [ 120.1201826, 30.2391089 ] ], [ [ 120.1201826, 30.2391089 ], [ 120.1201385, 30.2391431 ] ], [ [ 120.1201385, 30.2391431 ], [ 120.1200047, 30.2392469 ] ], [ [ 120.1200047, 30.2392469 ], [ 120.1199187, 30.2393615 ] ], [ [ 120.1199187, 30.2393615 ], [ 120.1198497, 30.2394781 ] ], [ [ 120.1198497, 30.2394781 ], [ 120.1198238, 30.2395946 ] ], [ [ 120.1198238, 30.2395946 ], [ 120.1198272, 30.2396419 ] ], [ [ 120.1198272, 30.2396419 ], [ 120.1198496, 30.2399536 ] ], [ [ 120.1198496, 30.2399536 ], [ 120.1198538, 30.2400358 ] ], [ [ 120.1198538, 30.2400358 ], [ 120.1198604, 30.2401654 ] ], [ [ 120.1198604, 30.2401654 ], [ 120.1198339, 30.2405123 ] ], [ [ 120.1198339, 30.2405123 ], [ 120.1198249, 30.240555 ] ], [ [ 120.1198249, 30.240555 ], [ 120.1197937, 30.2407027 ] ], [ [ 120.1197937, 30.2407027 ], [ 120.1197543, 30.2408596 ] ], [ [ 120.1197543, 30.2408596 ], [ 120.1197146, 30.2410179 ] ], [ [ 120.1197146, 30.2410179 ], [ 120.1196773, 30.2411498 ] ], [ [ 120.1196773, 30.2411498 ], [ 120.119621, 30.2413493 ] ], [ [ 120.119621, 30.2413493 ], [ 120.119569, 30.241498 ] ], [ [ 120.119569, 30.241498 ], [ 120.1194603, 30.2417221 ] ], [ [ 120.1194603, 30.2417221 ], [ 120.1194369, 30.2417702 ] ], [ [ 120.1194369, 30.2417702 ], [ 120.1193653, 30.2418883 ] ], [ [ 120.1193653, 30.2418883 ], [ 120.1192911, 30.2420108 ] ], [ [ 120.1110908, 30.2425239 ], [ 120.1113233, 30.2424163 ] ], [ [ 120.1113233, 30.2424163 ], [ 120.1115566, 30.242202 ] ], [ [ 120.1115566, 30.242202 ], [ 120.1116908, 30.2420954 ] ], [ [ 120.1116908, 30.2420954 ], [ 120.1119751, 30.2419737 ] ], [ [ 120.1119751, 30.2419737 ], [ 120.1124895, 30.2419035 ] ], [ [ 120.1124895, 30.2419035 ], [ 120.1126393, 30.2418831 ] ], [ [ 120.1126393, 30.2418831 ], [ 120.1129026, 30.2418722 ] ], [ [ 120.1129026, 30.2418722 ], [ 120.1131962, 30.24186 ] ], [ [ 120.1131962, 30.24186 ], [ 120.1134493, 30.2418495 ] ], [ [ 120.1134493, 30.2418495 ], [ 120.1137445, 30.2418373 ] ], [ [ 120.1137445, 30.2418373 ], [ 120.1137724, 30.2418361 ] ], [ [ 120.1137724, 30.2418361 ], [ 120.1142134, 30.2418452 ] ], [ [ 120.1142134, 30.2418452 ], [ 120.1147391, 30.2418561 ] ], [ [ 120.1147391, 30.2418561 ], [ 120.114774, 30.2418568 ] ], [ [ 120.114774, 30.2418568 ], [ 120.114942, 30.2418603 ] ], [ [ 120.114942, 30.2418603 ], [ 120.1151597, 30.2418648 ] ], [ [ 120.1151597, 30.2418648 ], [ 120.1152978, 30.2418648 ] ], [ [ 120.1152978, 30.2418648 ], [ 120.1158647, 30.2418648 ] ], [ [ 120.1158647, 30.2418648 ], [ 120.1160681, 30.2418648 ] ], [ [ 120.1160681, 30.2418648 ], [ 120.1166875, 30.2418648 ] ], [ [ 120.1166875, 30.2418648 ], [ 120.1169065, 30.2418648 ] ], [ [ 120.1169065, 30.2418648 ], [ 120.1172712, 30.2418786 ] ], [ [ 120.1172712, 30.2418786 ], [ 120.1174512, 30.2418854 ] ], [ [ 120.1174512, 30.2418854 ], [ 120.1180809, 30.2419094 ] ], [ [ 120.1180809, 30.2419094 ], [ 120.1188688, 30.2419391 ] ], [ [ 120.1188688, 30.2419391 ], [ 120.1192911, 30.2420108 ] ], [ [ 120.1110908, 30.2425239 ], [ 120.111109, 30.2426193 ] ], [ [ 120.111109, 30.2426193 ], [ 120.1111598, 30.2428508 ] ], [ [ 120.1111598, 30.2428508 ], [ 120.1112174, 30.243147 ] ], [ [ 120.1112174, 30.243147 ], [ 120.1112754, 30.2437007 ] ], [ [ 120.1112754, 30.2437007 ], [ 120.1113622, 30.2441584 ] ], [ [ 120.1113622, 30.2441584 ], [ 120.1113912, 30.2443391 ] ], [ [ 120.1113912, 30.2443391 ], [ 120.1113877, 30.244511 ] ], [ [ 120.1113877, 30.244511 ], [ 120.1113273, 30.2447265 ] ], [ [ 120.1113273, 30.2447265 ], [ 120.1112576, 30.2449014 ] ], [ [ 120.1112576, 30.2449014 ], [ 120.1111664, 30.2450683 ] ], [ [ 120.1111664, 30.2450683 ], [ 120.1111446, 30.2451061 ] ], [ [ 120.1111446, 30.2451061 ], [ 120.1110865, 30.2452069 ] ], [ [ 120.1110865, 30.2452069 ], [ 120.1110148, 30.2453313 ] ], [ [ 120.1110148, 30.2453313 ], [ 120.1108284, 30.2456545 ] ], [ [ 120.1108284, 30.2456545 ], [ 120.1102419, 30.2462678 ] ], [ [ 120.1177553, 30.2494892 ], [ 120.1179709, 30.2491054 ] ], [ [ 120.1179709, 30.2491054 ], [ 120.1181033, 30.2488698 ] ], [ [ 120.1181033, 30.2488698 ], [ 120.118334, 30.2483981 ] ], [ [ 120.118334, 30.2483981 ], [ 120.1183659, 30.2483282 ] ], [ [ 120.1183659, 30.2483282 ], [ 120.1184622, 30.2481167 ] ], [ [ 120.1184622, 30.2481167 ], [ 120.1185083, 30.2480155 ] ], [ [ 120.1185083, 30.2480155 ], [ 120.1185387, 30.247949 ] ], [ [ 120.1185387, 30.247949 ], [ 120.118564, 30.2478856 ] ], [ [ 120.118564, 30.2478856 ], [ 120.1187946, 30.2473176 ] ], [ [ 120.1187946, 30.2473176 ], [ 120.1189282, 30.2469085 ] ], [ [ 120.1189282, 30.2469085 ], [ 120.1190323, 30.246555 ] ], [ [ 120.1190323, 30.246555 ], [ 120.1191097, 30.2461063 ] ], [ [ 120.1191097, 30.2461063 ], [ 120.1191225, 30.246032 ] ], [ [ 120.1191225, 30.246032 ], [ 120.1191409, 30.2459254 ] ], [ [ 120.1191409, 30.2459254 ], [ 120.1191529, 30.2457798 ] ], [ [ 120.1191529, 30.2457798 ], [ 120.11916, 30.2456942 ] ], [ [ 120.11916, 30.2456942 ], [ 120.1191626, 30.2455399 ] ], [ [ 120.1191626, 30.2455399 ], [ 120.1191288, 30.2453639 ] ], [ [ 120.1191288, 30.2453639 ], [ 120.1190433, 30.2451507 ] ], [ [ 120.1190433, 30.2451507 ], [ 120.1189204, 30.2447796 ] ], [ [ 120.1189204, 30.2447796 ], [ 120.1188579, 30.244582 ] ], [ [ 120.1188579, 30.244582 ], [ 120.1188242, 30.2444143 ] ], [ [ 120.1188242, 30.2444143 ], [ 120.1187757, 30.2441284 ] ], [ [ 120.1187757, 30.2441284 ], [ 120.1187803, 30.2438828 ] ], [ [ 120.1187803, 30.2438828 ], [ 120.1187946, 30.2437137 ] ], [ [ 120.1187946, 30.2437137 ], [ 120.1188554, 30.2434312 ] ], [ [ 120.1188554, 30.2434312 ], [ 120.1189349, 30.2430615 ] ], [ [ 120.1189349, 30.2430615 ], [ 120.1190869, 30.2425413 ] ], [ [ 120.1190869, 30.2425413 ], [ 120.1192417, 30.2421391 ] ], [ [ 120.1192417, 30.2421391 ], [ 120.1192911, 30.2420108 ] ], [ [ 120.1253028, 30.2400938 ], [ 120.124341, 30.2399802 ] ], [ [ 120.1253028, 30.2400938 ], [ 120.1255078, 30.2400549 ] ], [ [ 120.1047495, 30.2445791 ], [ 120.1045848, 30.2443219 ] ], [ [ 120.1045848, 30.2443219 ], [ 120.1042844, 30.2438688 ] ], [ [ 120.1042844, 30.2438688 ], [ 120.10426, 30.2438435 ] ], [ [ 120.10426, 30.2438435 ], [ 120.1040011, 30.2435753 ] ], [ [ 120.1040011, 30.2435753 ], [ 120.1036352, 30.2433366 ] ], [ [ 120.1036352, 30.2433366 ], [ 120.1034899, 30.2432758 ] ], [ [ 120.1034899, 30.2432758 ], [ 120.1031149, 30.2431188 ] ], [ [ 120.1031149, 30.2431188 ], [ 120.1020294, 30.2426817 ] ], [ [ 120.1020294, 30.2426817 ], [ 120.1014892, 30.2424822 ] ], [ [ 120.1014892, 30.2424822 ], [ 120.1013642, 30.2424361 ] ], [ [ 120.1013642, 30.2424361 ], [ 120.1010433, 30.2423529 ] ], [ [ 120.1010433, 30.2423529 ], [ 120.1008208, 30.2423019 ] ], [ [ 120.1050703, 30.2447016 ], [ 120.1049894, 30.2446494 ] ], [ [ 120.1049894, 30.2446494 ], [ 120.1049152, 30.2446016 ] ], [ [ 120.1049152, 30.2446016 ], [ 120.1047495, 30.2445791 ] ], [ [ 120.1047029, 30.2447313 ], [ 120.1047242, 30.2446805 ], [ 120.1047495, 30.2445791 ] ], [ [ 120.1050703, 30.2447016 ], [ 120.1049241, 30.2447269 ], [ 120.1047029, 30.2447313 ] ], [ [ 120.1047029, 30.2447313 ], [ 120.1042152, 30.2450205 ] ], [ [ 120.1042152, 30.2450205 ], [ 120.1038698, 30.2453365 ] ], [ [ 120.1038698, 30.2453365 ], [ 120.1037421, 30.245448 ] ], [ [ 120.1037421, 30.245448 ], [ 120.1034628, 30.2458391 ] ], [ [ 120.1034628, 30.2458391 ], [ 120.10335, 30.2457034 ] ], [ [ 120.10335, 30.2457034 ], [ 120.1031559, 30.245585 ] ], [ [ 120.1031559, 30.245585 ], [ 120.1023819, 30.2450853 ] ], [ [ 120.1803441, 30.2256311 ], [ 120.1807156, 30.2253582 ], [ 120.1813217, 30.2247325 ], [ 120.1814929, 30.2245306 ], [ 120.1820579, 30.2236671 ] ], [ [ 120.1821968, 30.2237474 ], [ 120.1818662, 30.2242093 ], [ 120.181597, 30.2245854 ], [ 120.1814012, 30.2247958 ], [ 120.1808219, 30.2254494 ], [ 120.1804654, 30.2257673 ] ], [ [ 120.1822345, 30.2236718 ], [ 120.1825914, 30.2238328 ], [ 120.1834931, 30.2244555 ], [ 120.1836901, 30.2246226 ], [ 120.1853037, 30.2259817 ] ], [ [ 120.185205, 30.2260915 ], [ 120.184438, 30.2254157 ], [ 120.1836196, 30.2246946 ], [ 120.1829704, 30.2241631 ], [ 120.1825659, 30.2238873 ], [ 120.1821968, 30.2237474 ] ], [ [ 120.1801936, 30.2257602 ], [ 120.1803441, 30.2256311 ] ], [ [ 120.1804654, 30.2257673 ], [ 120.1803096, 30.2259022 ] ], [ [ 120.1761197, 30.2278732 ], [ 120.1783432, 30.2269891 ], [ 120.1792684, 30.2264117 ], [ 120.1801936, 30.2257602 ] ], [ [ 120.1658161, 30.2277884 ], [ 120.1656934, 30.2278282 ] ], [ [ 120.1656934, 30.2278282 ], [ 120.1651149, 30.2279694 ] ], [ [ 120.1651149, 30.2279694 ], [ 120.1646443, 30.2280673 ] ], [ [ 120.1646443, 30.2280673 ], [ 120.1641952, 30.2281626 ] ], [ [ 120.1641952, 30.2281626 ], [ 120.1640792, 30.228185 ] ], [ [ 120.1640792, 30.228185 ], [ 120.1639883, 30.2282026 ] ], [ [ 120.1639883, 30.2282026 ], [ 120.1638496, 30.2282269 ] ], [ [ 120.1803096, 30.2259022 ], [ 120.1786881, 30.2269446 ], [ 120.1784001, 30.2270911 ], [ 120.1782553, 30.2271431 ], [ 120.1761726, 30.2279479 ] ], [ [ 120.1743099, 30.2255344 ], [ 120.1744817, 30.2252794 ] ], [ [ 120.1746257, 30.2254312 ], [ 120.1743099, 30.2255344 ] ], [ [ 120.1686866, 30.2293368 ], [ 120.1693748, 30.2291923 ] ], [ [ 120.1693748, 30.2291923 ], [ 120.1695324, 30.2291589 ] ], [ [ 120.1695324, 30.2291589 ], [ 120.169628, 30.2291386 ] ], [ [ 120.169628, 30.2291386 ], [ 120.1696777, 30.2291281 ] ], [ [ 120.1696777, 30.2291281 ], [ 120.1701703, 30.2290238 ] ], [ [ 120.1701703, 30.2290238 ], [ 120.1703534, 30.228985 ] ], [ [ 120.1703534, 30.228985 ], [ 120.1704154, 30.2289719 ] ], [ [ 120.1704154, 30.2289719 ], [ 120.1705165, 30.2289505 ] ], [ [ 120.1705165, 30.2289505 ], [ 120.170838, 30.2288824 ] ], [ [ 120.170838, 30.2288824 ], [ 120.1710924, 30.2288286 ] ], [ [ 120.1710924, 30.2288286 ], [ 120.1711587, 30.2288168 ] ], [ [ 120.1711587, 30.2288168 ], [ 120.1720781, 30.228654 ] ], [ [ 120.1720781, 30.228654 ], [ 120.1724674, 30.228585 ] ], [ [ 120.1724674, 30.228585 ], [ 120.172587, 30.2285481 ] ], [ [ 120.172587, 30.2285481 ], [ 120.1722989, 30.2279238 ] ], [ [ 120.1722989, 30.2279238 ], [ 120.1717841, 30.2268081 ] ], [ [ 120.1717841, 30.2268081 ], [ 120.1702548, 30.2266169 ] ], [ [ 120.1702548, 30.2266169 ], [ 120.1701364, 30.2266021 ] ], [ [ 120.1701364, 30.2266021 ], [ 120.1699598, 30.22658 ] ], [ [ 120.1699598, 30.22658 ], [ 120.1698965, 30.2265721 ] ], [ [ 120.1698965, 30.2265721 ], [ 120.1696458, 30.2265408 ] ], [ [ 120.1696458, 30.2265408 ], [ 120.1690146, 30.2264619 ] ], [ [ 120.1690146, 30.2264619 ], [ 120.16898, 30.2264583 ] ], [ [ 120.16898, 30.2264583 ], [ 120.1688873, 30.2264501 ] ], [ [ 120.1761726, 30.2279479 ], [ 120.1759967, 30.2280046 ] ], [ [ 120.1684292, 30.229366 ], [ 120.1686866, 30.2293368 ] ], [ [ 120.1686866, 30.2293368 ], [ 120.1686047, 30.2294018 ], [ 120.1685562, 30.2294437 ], [ 120.1684796, 30.2295151 ] ], [ [ 120.1680958, 30.2294371 ], [ 120.1676326, 30.2295061 ] ], [ [ 120.1676326, 30.2295061 ], [ 120.1663083, 30.2297828 ] ], [ [ 120.1663083, 30.2297828 ], [ 120.1659079, 30.2298664 ] ], [ [ 120.1659079, 30.2298664 ], [ 120.165854, 30.2298777 ] ], [ [ 120.1684781, 30.2317133 ], [ 120.1686689, 30.2316837 ] ], [ [ 120.165958, 30.232242 ], [ 120.1659828, 30.2322411 ] ], [ [ 120.1659828, 30.2322411 ], [ 120.1660782, 30.2322269 ] ], [ [ 120.1660782, 30.2322269 ], [ 120.1663649, 30.2321819 ] ], [ [ 120.1663649, 30.2321819 ], [ 120.1664502, 30.2321625 ] ], [ [ 120.1664502, 30.2321625 ], [ 120.1668649, 30.232076 ] ], [ [ 120.1668649, 30.232076 ], [ 120.1677843, 30.2318901 ] ], [ [ 120.1677843, 30.2318901 ], [ 120.1679398, 30.2318593 ] ], [ [ 120.1679398, 30.2318593 ], [ 120.1684781, 30.2317133 ] ], [ [ 120.1657599, 30.2321613 ], [ 120.1658518, 30.2322221 ] ], [ [ 120.1658518, 30.2322221 ], [ 120.165958, 30.232242 ] ], [ [ 120.1767955, 30.2321741 ], [ 120.176843, 30.2322407 ] ], [ [ 120.177252, 30.2328147 ], [ 120.177066, 30.2325536 ] ], [ [ 120.177066, 30.2325536 ], [ 120.176843, 30.2322407 ] ], [ [ 120.177252, 30.2328147 ], [ 120.177429, 30.2329699 ], [ 120.1777053, 30.2333824 ], [ 120.1777567, 30.2335936 ] ], [ [ 120.1759194, 30.2347454 ], [ 120.1758187, 30.2348126 ] ], [ [ 120.1777567, 30.2335936 ], [ 120.1776141, 30.2334334 ], [ 120.1774775, 30.2332124 ], [ 120.1774451, 30.2331599 ], [ 120.177252, 30.2328147 ] ], [ [ 120.179456, 30.2328497 ], [ 120.179269, 30.2329316 ] ], [ [ 120.179269, 30.2329316 ], [ 120.1791853, 30.2329682 ] ], [ [ 120.1791853, 30.2329682 ], [ 120.1777567, 30.2335936 ] ], [ [ 120.1777567, 30.2335936 ], [ 120.1775766, 30.2337073 ] ], [ [ 120.1775766, 30.2337073 ], [ 120.1771723, 30.2339491 ] ], [ [ 120.1771723, 30.2339491 ], [ 120.1769515, 30.2340812 ] ], [ [ 120.1769515, 30.2340812 ], [ 120.1767055, 30.2342283 ] ], [ [ 120.1767055, 30.2342283 ], [ 120.1759194, 30.2347454 ] ], [ [ 120.1758187, 30.2348126 ], [ 120.1750513, 30.2352976 ] ], [ [ 120.1750513, 30.2352976 ], [ 120.1748558, 30.2354211 ] ], [ [ 120.1748558, 30.2354211 ], [ 120.1745705, 30.2356014 ] ], [ [ 120.1745705, 30.2356014 ], [ 120.1744076, 30.2356711 ] ], [ [ 120.1744076, 30.2356711 ], [ 120.174234, 30.2357038 ] ], [ [ 120.174234, 30.2357038 ], [ 120.1733367, 30.2356793 ] ], [ [ 120.1765224, 30.2369161 ], [ 120.1761568, 30.2371515 ], [ 120.1745689, 30.2380275 ], [ 120.1744155, 30.2380947 ], [ 120.1742168, 30.2381818 ], [ 120.1740737, 30.2382299 ], [ 120.1739615, 30.2382676 ], [ 120.173614, 30.2383843 ], [ 120.1735034, 30.238236 ], [ 120.1734795, 30.2382039 ], [ 120.1740136, 30.2379978 ], [ 120.1744874, 30.2378149 ], [ 120.1759583, 30.2370449 ], [ 120.1764512, 30.2367331 ] ], [ [ 120.1791904, 30.2350052 ], [ 120.1784936, 30.2343819 ] ], [ [ 120.1784936, 30.2343819 ], [ 120.1782797, 30.2341768 ] ], [ [ 120.1782797, 30.2341768 ], [ 120.1781509, 30.2340069 ] ], [ [ 120.1781509, 30.2340069 ], [ 120.1777567, 30.2335936 ] ], [ [ 120.1657599, 30.2321613 ], [ 120.1656324, 30.2320902 ] ], [ [ 120.1656324, 30.2320902 ], [ 120.164869, 30.232064 ] ], [ [ 120.164869, 30.232064 ], [ 120.1647416, 30.2320955 ] ], [ [ 120.1647416, 30.2320955 ], [ 120.1646409, 30.2320929 ] ], [ [ 120.1646409, 30.2320929 ], [ 120.164364, 30.2320579 ] ], [ [ 120.164364, 30.2320579 ], [ 120.1641201, 30.2320364 ] ], [ [ 120.1641201, 30.2320364 ], [ 120.1638776, 30.2320149 ] ], [ [ 120.1638776, 30.2320149 ], [ 120.1636979, 30.2319543 ] ], [ [ 120.1636979, 30.2319543 ], [ 120.1634029, 30.231854 ] ], [ [ 120.1634029, 30.231854 ], [ 120.1631369, 30.2317296 ] ], [ [ 120.1631369, 30.2317296 ], [ 120.1626968, 30.2315289 ] ], [ [ 120.1626968, 30.2315289 ], [ 120.1620971, 30.2312771 ] ], [ [ 120.1620971, 30.2312771 ], [ 120.161736, 30.2311763 ] ], [ [ 120.161736, 30.2311763 ], [ 120.1614576, 30.231165 ] ], [ [ 120.1614576, 30.231165 ], [ 120.1611492, 30.2312147 ] ], [ [ 120.1611492, 30.2312147 ], [ 120.1607239, 30.2312867 ] ], [ [ 120.1607239, 30.2312867 ], [ 120.155349, 30.2319739 ] ], [ [ 120.155349, 30.2319739 ], [ 120.154855767742077, 30.232032742060685 ] ], [ [ 120.154855767742077, 30.232032742060685 ], [ 120.1542593, 30.2321039 ] ], [ [ 120.1542593, 30.2321039 ], [ 120.1538553, 30.2321748 ] ], [ [ 120.1538553, 30.2321748 ], [ 120.1535227, 30.2322549 ] ], [ [ 120.1535227, 30.2322549 ], [ 120.1533012, 30.2323543 ] ], [ [ 120.1533012, 30.2323543 ], [ 120.1531264, 30.2324651 ] ], [ [ 120.1531264, 30.2324651 ], [ 120.1528548, 30.2326088 ] ], [ [ 120.1528548, 30.2326088 ], [ 120.1525968, 30.2326817 ] ], [ [ 120.1525968, 30.2326817 ], [ 120.15236, 30.2326953 ] ], [ [ 120.15236, 30.2326953 ], [ 120.1520928, 30.2326565 ] ], [ [ 120.1520928, 30.2326565 ], [ 120.1513276, 30.2325172 ] ], [ [ 120.1513276, 30.2325172 ], [ 120.1508254, 30.2324257 ] ], [ [ 120.1576969, 30.2430147 ], [ 120.1589355, 30.2430161 ] ], [ [ 120.1589355, 30.2430161 ], [ 120.1600138, 30.2430291 ] ], [ [ 120.1720824, 30.2387179 ], [ 120.1723025, 30.2386186 ] ], [ [ 120.1724388, 30.23885 ], [ 120.1722424, 30.2389325 ] ], [ [ 120.1700413, 30.2395291 ], [ 120.1710364, 30.2391366 ], [ 120.1711109, 30.2391071 ], [ 120.1720824, 30.2387179 ] ], [ [ 120.1722424, 30.2389325 ], [ 120.1716114, 30.2391681 ], [ 120.171031, 30.2393849 ], [ 120.1701486, 30.2397144 ] ], [ [ 120.182369, 30.2454985 ], [ 120.1822559, 30.2455672 ] ], [ [ 120.180833, 30.2463231 ], [ 120.1822559, 30.2455672 ] ], [ [ 120.1676235, 30.2424411 ], [ 120.1678118, 30.2424335 ] ], [ [ 120.1674557, 30.2425714 ], [ 120.1675187, 30.2424933 ], [ 120.1676235, 30.2424411 ] ], [ [ 120.1676334, 30.2425986 ], [ 120.1674557, 30.2425714 ] ], [ [ 120.1678154, 30.2426032 ], [ 120.1676334, 30.2425986 ] ], [ [ 120.1621291, 30.2423444 ], [ 120.162098, 30.2430132 ] ], [ [ 120.162098, 30.2430132 ], [ 120.1628, 30.2429514 ], [ 120.1633939, 30.2429364 ], [ 120.1634494, 30.2429403 ], [ 120.1644846, 30.2429425 ], [ 120.1651534, 30.242994 ], [ 120.1662301, 30.2430769 ], [ 120.1665983, 30.2430701 ], [ 120.1669102, 30.242948 ], [ 120.1670576, 30.2428455 ], [ 120.1670913, 30.2428226 ], [ 120.1672755, 30.2426973 ], [ 120.1674557, 30.2425714 ] ], [ [ 120.1678118, 30.2424335 ], [ 120.1679882, 30.2424023 ], [ 120.168127, 30.2423777 ], [ 120.1683025, 30.2423633 ], [ 120.1685363, 30.2423524 ], [ 120.1689008, 30.2423136 ], [ 120.1693341, 30.2422343 ], [ 120.1697343, 30.2421436 ], [ 120.1700724, 30.2420554 ], [ 120.1703885, 30.2419746 ], [ 120.170807, 30.2418861 ], [ 120.1711724, 30.2418114 ], [ 120.1716405, 30.241656 ], [ 120.1721662, 30.2414149 ], [ 120.1722761, 30.2413649 ], [ 120.1728329, 30.2411023 ], [ 120.1734704, 30.2408311 ] ], [ [ 120.1735291, 30.2409112 ], [ 120.1729386, 30.2411483 ], [ 120.1724158, 30.2413736 ], [ 120.172324, 30.2414132 ], [ 120.1716898, 30.2417282 ], [ 120.1711031, 30.2419843 ], [ 120.1708908, 30.2420425 ], [ 120.1704395, 30.2421661 ], [ 120.1701403, 30.242241 ], [ 120.1697635, 30.2423341 ], [ 120.1691397, 30.2424485 ], [ 120.1688354, 30.2424805 ], [ 120.1683365, 30.2425289 ], [ 120.1681606, 30.2425325 ], [ 120.1678154, 30.2426032 ] ], [ [ 120.162098, 30.2430132 ], [ 120.16195, 30.2443657 ] ], [ [ 120.16195, 30.2443657 ], [ 120.1619057, 30.2449104 ] ], [ [ 120.1619057, 30.2449104 ], [ 120.1618843, 30.245455 ] ], [ [ 120.1618843, 30.245455 ], [ 120.1618774, 30.245629 ] ], [ [ 120.1618774, 30.245629 ], [ 120.1618743, 30.2457077 ] ], [ [ 120.1618743, 30.2457077 ], [ 120.1618223, 30.2470267 ] ], [ [ 120.1618075, 30.2482541 ], [ 120.1618101, 30.2481982 ] ], [ [ 120.1618101, 30.2481982 ], [ 120.1618168, 30.2475504 ] ], [ [ 120.1618168, 30.2475504 ], [ 120.1618223, 30.2470267 ] ], [ [ 120.2276102, 30.2054148 ], [ 120.227572, 30.2029717 ] ], [ [ 120.2245008, 30.2053355 ], [ 120.2236234, 30.2052927 ] ], [ [ 120.2236234, 30.2052927 ], [ 120.2216652, 30.2052844 ] ], [ [ 120.2246665, 30.2053334 ], [ 120.2245008, 30.2053355 ] ], [ [ 120.2246665, 30.2053334 ], [ 120.2276102, 30.2054148 ] ], [ [ 120.2127557, 30.2041039 ], [ 120.2129065, 30.204139 ] ], [ [ 120.2129065, 30.204139 ], [ 120.2131045, 30.204203 ] ], [ [ 120.2131045, 30.204203 ], [ 120.2135313, 30.2043039 ] ], [ [ 120.2135313, 30.2043039 ], [ 120.2137387, 30.2043508 ] ], [ [ 120.2137387, 30.2043508 ], [ 120.2139529, 30.2043992 ] ], [ [ 120.2139529, 30.2043992 ], [ 120.2144496, 30.2045114 ] ], [ [ 120.2144496, 30.2045114 ], [ 120.2163069, 30.2047714 ] ], [ [ 120.2163069, 30.2047714 ], [ 120.2170334, 30.2048833 ] ], [ [ 120.2170334, 30.2048833 ], [ 120.2175152, 30.2049574 ] ], [ [ 120.2175152, 30.2049574 ], [ 120.2188853, 30.2051684 ] ], [ [ 120.2188853, 30.2051684 ], [ 120.2197433, 30.205204 ] ], [ [ 120.2197433, 30.205204 ], [ 120.2200504, 30.2052168 ] ], [ [ 120.2200504, 30.2052168 ], [ 120.2208239, 30.2052492 ] ], [ [ 120.2208239, 30.2052492 ], [ 120.2216652, 30.2052844 ] ], [ [ 120.2163069, 30.2047714 ], [ 120.2161648, 30.2075449 ] ], [ [ 120.2054161, 30.204222 ], [ 120.2055724, 30.2042758 ] ], [ [ 120.2092581, 30.2061839 ], [ 120.209412, 30.2050092 ] ], [ [ 120.209412, 30.2050092 ], [ 120.2095638, 30.2038505 ] ], [ [ 120.2055724, 30.2042758 ], [ 120.2065009, 30.2047595 ] ], [ [ 120.2065009, 30.2047595 ], [ 120.2070508, 30.205046 ] ], [ [ 120.2070508, 30.205046 ], [ 120.2081051, 30.2055953 ] ], [ [ 120.2081051, 30.2055953 ], [ 120.2092581, 30.2061839 ] ], [ [ 120.2124218, 30.2072033 ], [ 120.2114152, 30.2068701 ] ], [ [ 120.2114152, 30.2068701 ], [ 120.2109531, 30.2067172 ] ], [ [ 120.2109531, 30.2067172 ], [ 120.2103161, 30.2065168 ] ], [ [ 120.2103161, 30.2065168 ], [ 120.2092581, 30.2061839 ] ], [ [ 120.2125836, 30.2071909 ], [ 120.2129377, 30.2072269 ], [ 120.2132604, 30.2072676 ], [ 120.2161648, 30.2075449 ] ], [ [ 120.2160612, 30.2077648 ], [ 120.2132311, 30.2073919 ], [ 120.212912, 30.2073548 ], [ 120.2125568, 30.2073201 ] ], [ [ 120.2160612, 30.2077648 ], [ 120.2161648, 30.2075449 ] ], [ [ 120.2161648, 30.2075449 ], [ 120.2186229, 30.2078517 ] ], [ [ 120.2185881, 30.2079883 ], [ 120.2168979, 30.2078109 ], [ 120.2160612, 30.2077648 ] ], [ [ 120.2216155, 30.2081677 ], [ 120.2216446, 30.2073167 ] ], [ [ 120.2216446, 30.2073167 ], [ 120.2216471, 30.2072046 ] ], [ [ 120.2216471, 30.2072046 ], [ 120.2216563, 30.2068148 ] ], [ [ 120.2216563, 30.2068148 ], [ 120.2216624, 30.2065597 ] ], [ [ 120.2216624, 30.2065597 ], [ 120.2216717, 30.2061651 ] ], [ [ 120.2216717, 30.2061651 ], [ 120.2216652, 30.2052844 ] ], [ [ 120.2276102, 30.2054148 ], [ 120.2276242, 30.2070465 ] ], [ [ 120.2276242, 30.2070465 ], [ 120.2276274, 30.2074104 ] ], [ [ 120.2276274, 30.2074104 ], [ 120.2276365, 30.2084699 ] ], [ [ 120.2216155, 30.2081677 ], [ 120.2215969, 30.2083245 ] ], [ [ 120.2216155, 30.2081677 ], [ 120.2243225, 30.2084774 ] ], [ [ 120.2092581, 30.2061839 ], [ 120.2091307, 30.2069132 ] ], [ [ 120.2091307, 30.2069132 ], [ 120.2091171, 30.2069909 ] ], [ [ 120.2091171, 30.2069909 ], [ 120.2089219, 30.2081086 ] ], [ [ 120.2124218, 30.2072033 ], [ 120.2125836, 30.2071909 ] ], [ [ 120.2125568, 30.2073201 ], [ 120.2124218, 30.2072033 ] ], [ [ 120.2089219, 30.2081086 ], [ 120.2081403, 30.2081677 ] ], [ [ 120.2081403, 30.2081677 ], [ 120.2078981, 30.208284 ] ], [ [ 120.2078981, 30.208284 ], [ 120.2076623, 30.2083972 ] ], [ [ 120.2076623, 30.2083972 ], [ 120.20729, 30.2087908 ] ], [ [ 120.2186229, 30.2078517 ], [ 120.2196995, 30.2079654 ], [ 120.2216155, 30.2081677 ] ], [ [ 120.2215969, 30.2083245 ], [ 120.2203959, 30.2081903 ], [ 120.2185881, 30.2079883 ] ], [ [ 120.2160612, 30.2077648 ], [ 120.2157194, 30.2088176 ] ], [ [ 120.2157194, 30.2088176 ], [ 120.2152463, 30.2102887 ] ], [ [ 120.2152463, 30.2102887 ], [ 120.2148808, 30.2101964 ], [ 120.212953, 30.2097765 ], [ 120.2126373, 30.2097123 ], [ 120.212298, 30.2096335 ] ], [ [ 120.2182657, 30.2095987 ], [ 120.2191304, 30.2098789 ] ], [ [ 120.2191304, 30.2098789 ], [ 120.2193188, 30.20994 ] ], [ [ 120.2193188, 30.20994 ], [ 120.2209633, 30.210473 ] ], [ [ 120.2242687, 30.2086287 ], [ 120.2215969, 30.2083245 ] ], [ [ 120.2244993, 30.2084943 ], [ 120.2276365, 30.2084699 ] ], [ [ 120.2243225, 30.2084774 ], [ 120.2244993, 30.2084943 ] ], [ [ 120.2276365, 30.2084699 ], [ 120.2276479, 30.2086365 ] ], [ [ 120.224474, 30.2086471 ], [ 120.2242687, 30.2086287 ] ], [ [ 120.2276479, 30.2086365 ], [ 120.224474, 30.2086471 ] ], [ [ 120.2209633, 30.210473 ], [ 120.2211286, 30.2100626 ] ], [ [ 120.2211286, 30.2100626 ], [ 120.2212476, 30.209624 ] ], [ [ 120.2212476, 30.209624 ], [ 120.2213063, 30.2094078 ] ], [ [ 120.2213063, 30.2094078 ], [ 120.2213249, 30.2093384 ] ], [ [ 120.2213249, 30.2093384 ], [ 120.2215969, 30.2083245 ] ], [ [ 120.2071828, 30.2089281 ], [ 120.2072285, 30.2088696 ] ], [ [ 120.2072285, 30.2088696 ], [ 120.20729, 30.2087908 ] ], [ [ 120.2089219, 30.2081086 ], [ 120.2094455, 30.2085021 ] ], [ [ 120.2094455, 30.2085021 ], [ 120.2097657, 30.209076 ] ], [ [ 120.2097657, 30.209076 ], [ 120.2098114, 30.2091579 ] ], [ [ 120.2098114, 30.2091579 ], [ 120.2098021, 30.209748 ] ], [ [ 120.2098021, 30.209748 ], [ 120.2095675, 30.2100449 ] ], [ [ 120.2071828, 30.2089281 ], [ 120.2063589, 30.2099705 ], [ 120.2060731, 30.2103892 ], [ 120.2054975, 30.2112322 ] ], [ [ 120.209477, 30.2101915 ], [ 120.2095675, 30.2100449 ] ], [ [ 120.2077986, 30.2124512 ], [ 120.2081969, 30.211893 ], [ 120.2084697, 30.2115789 ], [ 120.2087246, 30.2112854 ], [ 120.209477, 30.2101915 ] ], [ [ 120.2388826, 30.2073103 ], [ 120.237669, 30.2075402 ], [ 120.2359918, 30.207871 ] ], [ [ 120.2335675, 30.2079783 ], [ 120.2338262, 30.2079437 ], [ 120.2342086, 30.2079232 ], [ 120.2353555, 30.2078618 ], [ 120.2359902, 30.2077741 ] ], [ [ 120.2359918, 30.207871 ], [ 120.2355113, 30.207938 ], [ 120.2348689, 30.2079755 ], [ 120.233821, 30.2081014 ], [ 120.2335587, 30.2081352 ] ], [ [ 120.2389992, 30.2103225 ], [ 120.2414127, 30.2100209 ] ], [ [ 120.230505, 30.2084771 ], [ 120.2306322, 30.2084532 ], [ 120.2318166, 30.2082302 ], [ 120.2334161, 30.207999 ] ], [ [ 120.233411, 30.2081543 ], [ 120.2326357, 30.2082543 ], [ 120.2319336, 30.2083449 ], [ 120.2306513, 30.2085712 ], [ 120.2305067, 30.2086306 ] ], [ [ 120.2276365, 30.2084699 ], [ 120.2300008, 30.208474 ], [ 120.2301973, 30.2084732 ] ], [ [ 120.2301973, 30.2084732 ], [ 120.230505, 30.2084771 ] ], [ [ 120.2305067, 30.2086306 ], [ 120.2301974, 30.2086292 ] ], [ [ 120.2301974, 30.2086292 ], [ 120.2300107, 30.208639 ], [ 120.2276479, 30.2086365 ] ], [ [ 120.2335587, 30.2081352 ], [ 120.2335918, 30.2102576 ] ], [ [ 120.2335331, 30.2102571 ], [ 120.233411, 30.2081543 ] ], [ [ 120.2498994, 30.209496 ], [ 120.2500825, 30.2094924 ] ], [ [ 120.2498994, 30.209496 ], [ 120.2477846, 30.2095371 ] ], [ [ 120.2477846, 30.2095371 ], [ 120.2462261, 30.2095685 ] ], [ [ 120.2462261, 30.2095685 ], [ 120.2460853, 30.2095713 ] ], [ [ 120.2460853, 30.2095713 ], [ 120.2459916, 30.2095732 ] ], [ [ 120.2459916, 30.2095732 ], [ 120.2454925, 30.2095832 ] ], [ [ 120.2454925, 30.2095832 ], [ 120.2447039, 30.2095991 ] ], [ [ 120.2477844, 30.21179 ], [ 120.2477846, 30.2095371 ] ], [ [ 120.2335331, 30.2102571 ], [ 120.2335918, 30.2102576 ] ], [ [ 120.2305491, 30.2102731 ], [ 120.2306995, 30.2102578 ] ], [ [ 120.2306995, 30.2102578 ], [ 120.2334002, 30.210256 ] ], [ [ 120.2334002, 30.210256 ], [ 120.2335331, 30.2102571 ] ], [ [ 120.2276729, 30.2118119 ], [ 120.2300348, 30.2118496 ] ], [ [ 120.2300348, 30.2118496 ], [ 120.2302365, 30.2118528 ] ], [ [ 120.2335918, 30.2102576 ], [ 120.2335864, 30.2121135 ], [ 120.2336322, 30.2144529 ] ], [ [ 120.2335918, 30.2102576 ], [ 120.2359839, 30.2102774 ] ], [ [ 120.2359839, 30.2102774 ], [ 120.2360219, 30.2102777 ] ], [ [ 120.2360219, 30.2102777 ], [ 120.2373814, 30.2102997 ] ], [ [ 120.2373814, 30.2102997 ], [ 120.2375346, 30.2103012 ] ], [ [ 120.2375346, 30.2103012 ], [ 120.2388377, 30.2103224 ] ], [ [ 120.2388377, 30.2103224 ], [ 120.2389992, 30.2103225 ] ], [ [ 120.2446754, 30.2119064 ], [ 120.2446945, 30.2120568 ] ], [ [ 120.2416619, 30.2127262 ], [ 120.2417007, 30.2128732 ] ], [ [ 120.2446209, 30.2140355 ], [ 120.2446945, 30.2120568 ] ], [ [ 120.2335585, 30.2144547 ], [ 120.2335449, 30.2131404 ], [ 120.2335274, 30.2114437 ], [ 120.2335331, 30.2102571 ] ], [ [ 120.2277055, 30.2144725 ], [ 120.2276729, 30.2118119 ] ], [ [ 120.2277055, 30.2144725 ], [ 120.2278924, 30.2144636 ], [ 120.2299122, 30.2144212 ], [ 120.2301478, 30.2144162 ] ], [ [ 120.2336322, 30.2144529 ], [ 120.2336481, 30.2145582 ] ], [ [ 120.2477844, 30.21179 ], [ 120.2477844, 30.2119127 ] ], [ [ 120.2477844, 30.2119127 ], [ 120.2477649, 30.2137512 ] ], [ [ 120.2417007, 30.2128732 ], [ 120.2418615, 30.2143773 ] ], [ [ 120.2447382, 30.2157035 ], [ 120.244781, 30.2157006 ] ], [ [ 120.244781, 30.2157006 ], [ 120.2448341, 30.2156978 ] ], [ [ 120.2417721, 30.2159009 ], [ 120.2447382, 30.2157035 ] ], [ [ 120.2417721, 30.2159009 ], [ 120.2391442, 30.2160654 ] ], [ [ 120.2276479, 30.2086365 ], [ 120.2276729, 30.2118119 ] ], [ [ 120.2209633, 30.210473 ], [ 120.2231611, 30.2111575 ] ], [ [ 120.2209633, 30.210473 ], [ 120.220731, 30.2108586 ] ], [ [ 120.220731, 30.2108586 ], [ 120.2204702, 30.2113144 ] ], [ [ 120.2204702, 30.2113144 ], [ 120.2199039, 30.2121522 ] ], [ [ 120.2276729, 30.2118119 ], [ 120.2256706, 30.2117817 ] ], [ [ 120.2256706, 30.2117817 ], [ 120.2255056, 30.2117671 ] ], [ [ 120.2255056, 30.2117671 ], [ 120.2252434, 30.2117438 ] ], [ [ 120.2252434, 30.2117438 ], [ 120.2251061, 30.2117316 ] ], [ [ 120.2251061, 30.2117316 ], [ 120.2249175, 30.2117149 ] ], [ [ 120.2249175, 30.2117149 ], [ 120.2244649, 30.2116065 ] ], [ [ 120.2244649, 30.2116065 ], [ 120.224012, 30.2114597 ] ], [ [ 120.224012, 30.2114597 ], [ 120.2233539, 30.2112254 ] ], [ [ 120.217322, 30.2111205 ], [ 120.2164542, 30.2107496 ], [ 120.2162325, 30.2106579 ], [ 120.215804, 30.2104806 ], [ 120.2152463, 30.2102887 ] ], [ [ 120.2199039, 30.2121522 ], [ 120.217322, 30.2111205 ] ], [ [ 120.2054975, 30.2112322 ], [ 120.2077986, 30.2124512 ] ], [ [ 120.2077986, 30.2124512 ], [ 120.2098327, 30.2135963 ] ], [ [ 120.2098327, 30.2135963 ], [ 120.2106909, 30.2141133 ] ], [ [ 120.2062843, 30.2144859 ], [ 120.2077986, 30.2124512 ] ], [ [ 120.2107998, 30.2142026 ], [ 120.2106909, 30.2141133 ] ], [ [ 120.2061981, 30.2145963 ], [ 120.2062843, 30.2144859 ] ], [ [ 120.2217621, 30.2129239 ], [ 120.2206779, 30.2124493 ], [ 120.2199039, 30.2121522 ] ], [ [ 120.2217621, 30.2129239 ], [ 120.2219727, 30.2129547 ] ], [ [ 120.221863, 30.2130888 ], [ 120.2217621, 30.2129239 ] ], [ [ 120.2219727, 30.2129547 ], [ 120.2221254, 30.2130476 ], [ 120.2232895, 30.2137986 ], [ 120.2236668, 30.2139888 ], [ 120.2238045, 30.2140582 ], [ 120.2241478, 30.2141602 ], [ 120.2254133, 30.2143561 ], [ 120.2254353, 30.2143595 ], [ 120.22583, 30.2143935 ], [ 120.2263526, 30.2144384 ], [ 120.2274282, 30.2144664 ], [ 120.2277055, 30.2144725 ] ], [ [ 120.2277072, 30.2146055 ], [ 120.2264471, 30.2145699 ], [ 120.225845, 30.2145144 ], [ 120.2257959, 30.2145099 ], [ 120.2254255, 30.2144602 ], [ 120.2250797, 30.2144138 ], [ 120.2241001, 30.2142783 ], [ 120.2236193, 30.2141301 ], [ 120.223083, 30.2138241 ], [ 120.2227036, 30.2136488 ], [ 120.221863, 30.2130888 ] ], [ [ 120.2132471, 30.2163488 ], [ 120.2125854, 30.215772 ] ], [ [ 120.2125854, 30.215772 ], [ 120.2118024, 30.2150869 ] ], [ [ 120.2118024, 30.2150869 ], [ 120.2114052, 30.2147366 ] ], [ [ 120.2114052, 30.2147366 ], [ 120.2112965, 30.2146407 ] ], [ [ 120.2112965, 30.2146407 ], [ 120.2107998, 30.2142026 ] ], [ [ 120.2061981, 30.2145963 ], [ 120.2052602, 30.2158571 ] ], [ [ 120.2052602, 30.2158571 ], [ 120.204822, 30.2163848 ] ], [ [ 120.204822, 30.2163848 ], [ 120.204607, 30.216642 ] ], [ [ 120.204607, 30.216642 ], [ 120.2044869, 30.2167847 ] ], [ [ 120.2132471, 30.2163488 ], [ 120.213435, 30.2164797 ] ], [ [ 120.213435, 30.2164797 ], [ 120.2137656, 30.2166921 ] ], [ [ 120.2137656, 30.2166921 ], [ 120.2153641, 30.2177192 ] ], [ [ 120.2153641, 30.2177192 ], [ 120.2169107, 30.2187266 ] ], [ [ 120.2227775, 30.2153363 ], [ 120.2236995, 30.2155724 ], [ 120.2238384, 30.215614 ], [ 120.2240668, 30.2157011 ], [ 120.2242863, 30.2158104 ], [ 120.2245998, 30.2160049 ], [ 120.2246737, 30.2160484 ], [ 120.224849, 30.2161322 ], [ 120.2250342, 30.2162207 ], [ 120.2252257, 30.216272 ], [ 120.2254922, 30.2163126 ], [ 120.2257027, 30.2163194 ], [ 120.2258897, 30.2163116 ], [ 120.2260678, 30.2162894 ], [ 120.2262055, 30.2162574 ], [ 120.2266713, 30.2161307 ], [ 120.2269714, 30.2160765 ], [ 120.2271237, 30.2160562 ], [ 120.2273376, 30.2160368 ], [ 120.2274652, 30.216031 ], [ 120.2277302, 30.2160272 ] ], [ [ 120.2277281, 30.216101 ], [ 120.2275237, 30.2160986 ], [ 120.2273414, 30.2161043 ], [ 120.2271122, 30.2161223 ], [ 120.2269246, 30.2161493 ], [ 120.2266642, 30.2162011 ], [ 120.2262344, 30.2163237 ], [ 120.2259947, 30.2163654 ], [ 120.2258502, 30.2163845 ], [ 120.2257082, 30.216389 ], [ 120.2255962, 30.2163845 ], [ 120.2254777, 30.2163766 ], [ 120.2253604, 30.2163598 ], [ 120.2252354, 30.2163361 ], [ 120.225126, 30.2163102 ], [ 120.2250257, 30.2162787 ], [ 120.2248152, 30.2161831 ], [ 120.2246272, 30.2160977 ], [ 120.2244045, 30.2159535 ], [ 120.2241427, 30.2158105 ], [ 120.2239864, 30.2157396 ], [ 120.2237923, 30.2156642 ], [ 120.2234798, 30.2155854 ], [ 120.2227314, 30.2154054 ] ], [ [ 120.2169107, 30.2187266 ], [ 120.217043, 30.2188123 ] ], [ [ 120.217043, 30.2188123 ], [ 120.2181627, 30.2195095 ] ], [ [ 120.2181627, 30.2195095 ], [ 120.2187286, 30.2199184 ] ], [ [ 120.2187286, 30.2199184 ], [ 120.2187825, 30.2199573 ] ], [ [ 120.2187825, 30.2199573 ], [ 120.219259, 30.2202082 ] ], [ [ 120.219259, 30.2202082 ], [ 120.2200763, 30.2206387 ] ], [ [ 120.2200763, 30.2206387 ], [ 120.2212597, 30.2212619 ] ], [ [ 120.2212597, 30.2212619 ], [ 120.2218499, 30.2217062 ] ], [ [ 120.2218499, 30.2217062 ], [ 120.2222689, 30.2220683 ] ], [ [ 120.2222689, 30.2220683 ], [ 120.2228178, 30.2225346 ] ], [ [ 120.2335354, 30.2145592 ], [ 120.2335585, 30.2144547 ] ], [ [ 120.2277072, 30.2146055 ], [ 120.2277055, 30.2144725 ] ], [ [ 120.2301133, 30.2145705 ], [ 120.2298778, 30.2145721 ], [ 120.2277072, 30.2146055 ] ], [ [ 120.2277302, 30.2160272 ], [ 120.2277361, 30.215818 ] ], [ [ 120.2277361, 30.215818 ], [ 120.2277261, 30.2154429 ] ], [ [ 120.2277261, 30.2154429 ], [ 120.2277072, 30.2146055 ] ], [ [ 120.2336481, 30.2145582 ], [ 120.2338144, 30.2149228 ], [ 120.2342945, 30.2156436 ], [ 120.2344021, 30.215852 ], [ 120.2344877, 30.2160075 ], [ 120.2344558, 30.216158 ] ], [ [ 120.2344558, 30.216158 ], [ 120.2343374, 30.2160168 ], [ 120.234278, 30.2158549 ], [ 120.2342463, 30.2157688 ], [ 120.2338412, 30.2151221 ], [ 120.2335354, 30.2145592 ] ], [ [ 120.2277281, 30.216101 ], [ 120.2277302, 30.2160272 ] ], [ [ 120.2277302, 30.2160272 ], [ 120.2280005, 30.2160465 ], [ 120.2284629, 30.2161113 ], [ 120.2292509, 30.2162502 ], [ 120.229512, 30.2162963 ] ], [ [ 120.2294807, 30.2163602 ], [ 120.2292106, 30.2163137 ], [ 120.2282297, 30.2161448 ], [ 120.2280642, 30.2161234 ], [ 120.2277281, 30.216101 ] ], [ [ 120.2296583, 30.2163221 ], [ 120.2299744, 30.2163472 ] ], [ [ 120.2299744, 30.2163472 ], [ 120.2301114, 30.2163331 ] ], [ [ 120.2301114, 30.2163331 ], [ 120.2301642, 30.2163288 ] ], [ [ 120.2301642, 30.2163288 ], [ 120.2307416, 30.216292 ] ], [ [ 120.2307416, 30.216292 ], [ 120.2308556, 30.2162772 ] ], [ [ 120.2308556, 30.2162772 ], [ 120.2312007, 30.2162537 ] ], [ [ 120.2312007, 30.2162537 ], [ 120.2321555, 30.2162066 ] ], [ [ 120.2321555, 30.2162066 ], [ 120.2344558, 30.216158 ] ], [ [ 120.2417721, 30.2159009 ], [ 120.2418167, 30.2171968 ] ], [ [ 120.2391899, 30.217176 ], [ 120.2418167, 30.2171968 ] ], [ [ 120.2446782, 30.217192 ], [ 120.2447359, 30.2171917 ], [ 120.2447805, 30.2171933 ] ], [ [ 120.2418167, 30.2171968 ], [ 120.2430161, 30.2172009 ], [ 120.2446782, 30.217192 ] ], [ [ 120.2418167, 30.2171968 ], [ 120.241818, 30.2172626 ] ], [ [ 120.241818, 30.2172626 ], [ 120.2391935, 30.2172655 ] ], [ [ 120.2389616, 30.216063 ], [ 120.2391442, 30.2160654 ] ], [ [ 120.2389616, 30.216063 ], [ 120.2387042, 30.2160743 ] ], [ [ 120.2387042, 30.2160743 ], [ 120.2378237, 30.2160921 ] ], [ [ 120.2378237, 30.2160921 ], [ 120.2344558, 30.216158 ] ], [ [ 120.2346846, 30.2195257 ], [ 120.2346237, 30.2185618 ] ], [ [ 120.2346237, 30.2185618 ], [ 120.2346204, 30.2185104 ] ], [ [ 120.2346204, 30.2185104 ], [ 120.2345413, 30.216383 ] ], [ [ 120.2345413, 30.216383 ], [ 120.2344558, 30.216158 ] ], [ [ 120.229512, 30.2162963 ], [ 120.2296583, 30.2163221 ] ], [ [ 120.2296212, 30.2163844 ], [ 120.2294807, 30.2163602 ] ], [ [ 120.2446748, 30.217265 ], [ 120.2429776, 30.2172659 ], [ 120.241818, 30.2172626 ] ], [ [ 120.244774, 30.2172658 ], [ 120.2447325, 30.217265 ], [ 120.2446748, 30.217265 ] ], [ [ 120.2445316, 30.2197386 ], [ 120.243136, 30.2194762 ] ], [ [ 120.243136, 30.2194762 ], [ 120.2426657, 30.219369 ] ], [ [ 120.2426657, 30.219369 ], [ 120.2424176, 30.2192439 ] ], [ [ 120.2424176, 30.2192439 ], [ 120.2421695, 30.2190564 ] ], [ [ 120.2421695, 30.2190564 ], [ 120.2419369, 30.2187661 ] ], [ [ 120.2419369, 30.2187661 ], [ 120.2418646, 30.2183865 ] ], [ [ 120.2418646, 30.2183865 ], [ 120.2418461, 30.217941 ] ], [ [ 120.2418461, 30.217941 ], [ 120.241818, 30.2172626 ] ], [ [ 120.2446432, 30.2197622 ], [ 120.2446049, 30.2197524 ] ], [ [ 120.2446049, 30.2197524 ], [ 120.2445316, 30.2197386 ] ], [ [ 120.2495666, 30.217664 ], [ 120.2472425, 30.2174259 ], [ 120.2461541, 30.2173122 ], [ 120.2456176, 30.2172811 ], [ 120.244774, 30.2172658 ] ], [ [ 120.2495609, 30.2175907 ], [ 120.2497467, 30.2176061 ] ], [ [ 120.2497352, 30.2176993 ], [ 120.2495666, 30.217664 ] ], [ [ 120.2496756, 30.2195179 ], [ 120.2498478, 30.2195408 ] ], [ [ 120.2347032, 30.2198216 ], [ 120.2346846, 30.2195257 ] ], [ [ 120.2347032, 30.2198216 ], [ 120.234889, 30.2223357 ] ], [ [ 120.249746, 30.2210742 ], [ 120.2446432, 30.2197622 ] ], [ [ 120.2499101, 30.2211516 ], [ 120.249746, 30.2210742 ] ], [ [ 120.2442973, 30.2235491 ], [ 120.2437723, 30.2235189 ] ], [ [ 120.2437723, 30.2235189 ], [ 120.2424483, 30.2232272 ] ], [ [ 120.2424483, 30.2232272 ], [ 120.2419511, 30.223149 ] ], [ [ 120.2419511, 30.223149 ], [ 120.2395751, 30.2227751 ] ], [ [ 120.2395751, 30.2227751 ], [ 120.2394653, 30.222758 ] ], [ [ 120.2442973, 30.2235491 ], [ 120.2445772, 30.2236256 ] ], [ [ 120.2041196, 30.2131164 ], [ 120.2041703, 30.2130569 ] ], [ [ 120.2041703, 30.2130569 ], [ 120.2042274, 30.2129968 ] ], [ [ 120.2032889, 30.2142843 ], [ 120.2041196, 30.2131164 ] ], [ [ 120.1815501, 30.2203055 ], [ 120.1794583, 30.2217897 ] ], [ [ 120.1791992, 30.2217544 ], [ 120.1793351, 30.2216564 ] ], [ [ 120.1793351, 30.2216564 ], [ 120.1794583, 30.2217897 ] ], [ [ 120.1793256, 30.2218839 ], [ 120.1791992, 30.2217544 ] ], [ [ 120.1794583, 30.2217897 ], [ 120.1793256, 30.2218839 ] ], [ [ 120.1776218, 30.2228756 ], [ 120.1785953, 30.2221836 ], [ 120.1791992, 30.2217544 ] ], [ [ 120.1793256, 30.2218839 ], [ 120.1787435, 30.2223248 ], [ 120.1778223, 30.2230227 ] ], [ [ 120.1794583, 30.2217897 ], [ 120.17984, 30.2221418 ], [ 120.1802496, 30.2225196 ], [ 120.1807991, 30.2229529 ], [ 120.1818169, 30.223464 ], [ 120.1821005, 30.2236114 ] ], [ [ 120.186741, 30.224586 ], [ 120.1854328, 30.223813 ] ], [ [ 120.1854328, 30.223813 ], [ 120.1848308, 30.2234572 ] ], [ [ 120.186741, 30.224586 ], [ 120.1869998, 30.2247564 ] ], [ [ 120.2007766, 30.2325628 ], [ 120.2009362, 30.2324092 ] ], [ [ 120.1908206, 30.224975 ], [ 120.1909392, 30.2248383 ] ], [ [ 120.1869998, 30.2247564 ], [ 120.1877368, 30.2253902 ] ], [ [ 120.1877368, 30.2253902 ], [ 120.1881648, 30.2257581 ] ], [ [ 120.1881648, 30.2257581 ], [ 120.1883586, 30.2259248 ] ], [ [ 120.1883586, 30.2259248 ], [ 120.1890777, 30.2265432 ] ], [ [ 120.1890777, 30.2265432 ], [ 120.1896492, 30.2260494 ] ], [ [ 120.1896492, 30.2260494 ], [ 120.1897103, 30.2259967 ] ], [ [ 120.1897103, 30.2259967 ], [ 120.1899377, 30.2258003 ] ], [ [ 120.1899377, 30.2258003 ], [ 120.1901292, 30.2256348 ] ], [ [ 120.1901292, 30.2256348 ], [ 120.1908206, 30.224975 ] ], [ [ 120.1853037, 30.2259817 ], [ 120.18545, 30.2261283 ] ], [ [ 120.1853578, 30.2262362 ], [ 120.185205, 30.2260915 ] ], [ [ 120.18545, 30.2261283 ], [ 120.1873676, 30.227827 ] ], [ [ 120.1872071, 30.2279376 ], [ 120.1868308, 30.2275914 ], [ 120.1853578, 30.2262362 ] ], [ [ 120.1890777, 30.2265432 ], [ 120.1882087, 30.2271829 ] ], [ [ 120.1882087, 30.2271829 ], [ 120.1880119, 30.2273378 ] ], [ [ 120.1880119, 30.2273378 ], [ 120.1879574, 30.2273807 ] ], [ [ 120.1879574, 30.2273807 ], [ 120.1877543, 30.2275344 ] ], [ [ 120.1877543, 30.2275344 ], [ 120.1876838, 30.2275877 ] ], [ [ 120.1876838, 30.2275877 ], [ 120.1873676, 30.227827 ] ], [ [ 120.1912073, 30.2283951 ], [ 120.1900711, 30.227425 ] ], [ [ 120.1900711, 30.227425 ], [ 120.1890777, 30.2265432 ] ], [ [ 120.1873676, 30.227827 ], [ 120.1872071, 30.2279376 ] ], [ [ 120.1930856, 30.2300423 ], [ 120.1952461, 30.2282162 ] ], [ [ 120.1914122, 30.2285458 ], [ 120.1923255, 30.2293913 ] ], [ [ 120.1923255, 30.2293913 ], [ 120.1926769, 30.2296902 ] ], [ [ 120.1926769, 30.2296902 ], [ 120.1930856, 30.2300423 ] ], [ [ 120.1873676, 30.227827 ], [ 120.1883246, 30.2286632 ], [ 120.1896, 30.2298175 ] ], [ [ 120.1894751, 30.2299199 ], [ 120.1889341, 30.2294528 ], [ 120.1888017, 30.2293385 ], [ 120.1872071, 30.2279376 ] ], [ [ 120.1896, 30.2298175 ], [ 120.1897792, 30.2299332 ] ], [ [ 120.189626, 30.2300825 ], [ 120.1894751, 30.2299199 ] ], [ [ 120.1897792, 30.2299332 ], [ 120.1914554, 30.2314427 ] ], [ [ 120.1913089, 30.2315662 ], [ 120.189626, 30.2300825 ] ], [ [ 120.234889, 30.2223357 ], [ 120.2368873, 30.2224867 ] ], [ [ 120.2368873, 30.2224867 ], [ 120.2374673, 30.2225305 ] ], [ [ 120.2374673, 30.2225305 ], [ 120.2385214, 30.2226338 ] ], [ [ 120.2385214, 30.2226338 ], [ 120.2393127, 30.2227342 ] ], [ [ 120.2393127, 30.2227342 ], [ 120.2394653, 30.222758 ] ], [ [ 120.234889, 30.2223357 ], [ 120.2350664, 30.2240827 ] ], [ [ 120.2350664, 30.2240827 ], [ 120.2351303, 30.2248325 ] ], [ [ 120.2298863, 30.2225676 ], [ 120.2300112, 30.2225448 ] ], [ [ 120.2300112, 30.2225448 ], [ 120.230103, 30.2225286 ] ], [ [ 120.230103, 30.2225286 ], [ 120.2303208, 30.2224901 ] ], [ [ 120.2303208, 30.2224901 ], [ 120.2307185, 30.2224229 ] ], [ [ 120.2307185, 30.2224229 ], [ 120.2313134, 30.222323 ] ], [ [ 120.2313134, 30.222323 ], [ 120.2315783, 30.2223108 ] ], [ [ 120.2315783, 30.2223108 ], [ 120.2324057, 30.2222595 ] ], [ [ 120.2324057, 30.2222595 ], [ 120.234889, 30.2223357 ] ], [ [ 120.2374817, 30.2249714 ], [ 120.2375188, 30.2238697 ] ], [ [ 120.2375188, 30.2238697 ], [ 120.2374913, 30.2234652 ] ], [ [ 120.2374913, 30.2234652 ], [ 120.2374673, 30.2225305 ] ], [ [ 120.2351454, 30.2249158 ], [ 120.2351303, 30.2248325 ] ], [ [ 120.2374817, 30.2249714 ], [ 120.2374668, 30.2250579 ] ], [ [ 120.2445772, 30.2236256 ], [ 120.2449602, 30.2237664 ] ], [ [ 120.2449602, 30.2237664 ], [ 120.2469886, 30.2242828 ] ], [ [ 120.2469886, 30.2242828 ], [ 120.2479889, 30.2246024 ] ], [ [ 120.2479889, 30.2246024 ], [ 120.2482572, 30.2246761 ] ], [ [ 120.2482572, 30.2246761 ], [ 120.2488023, 30.2247885 ] ], [ [ 120.2488023, 30.2247885 ], [ 120.2498212, 30.2249807 ] ], [ [ 120.2498212, 30.2249807 ], [ 120.2499895, 30.2250212 ] ], [ [ 120.2374668, 30.2250579 ], [ 120.2373753, 30.2259296 ] ], [ [ 120.2351454, 30.2249158 ], [ 120.2351893, 30.2254006 ] ], [ [ 120.2351893, 30.2254006 ], [ 120.2353657, 30.2258942 ] ], [ [ 120.2353657, 30.2258942 ], [ 120.2356361, 30.2262692 ] ], [ [ 120.2356361, 30.2262692 ], [ 120.236477, 30.2260166 ] ], [ [ 120.236477, 30.2260166 ], [ 120.2369662, 30.2259198 ] ], [ [ 120.2369662, 30.2259198 ], [ 120.2373753, 30.2259296 ] ], [ [ 120.2356361, 30.2262692 ], [ 120.2340325, 30.2268958 ] ], [ [ 120.2340325, 30.2268958 ], [ 120.2339358, 30.2269336 ] ], [ [ 120.2373753, 30.2259296 ], [ 120.2378002, 30.2261111 ] ], [ [ 120.2378002, 30.2261111 ], [ 120.2381709, 30.2263807 ] ], [ [ 120.2381709, 30.2263807 ], [ 120.2383715, 30.2266847 ] ], [ [ 120.2383715, 30.2266847 ], [ 120.2385133, 30.2269434 ] ], [ [ 120.2385133, 30.2269434 ], [ 120.2385023, 30.2276358 ] ], [ [ 120.2385023, 30.2276358 ], [ 120.2384908, 30.2277719 ] ], [ [ 120.2384908, 30.2277719 ], [ 120.2383855, 30.2281864 ] ], [ [ 120.2383855, 30.2281864 ], [ 120.2382637, 30.2285767 ] ], [ [ 120.2356361, 30.2262692 ], [ 120.2364403, 30.2272667 ] ], [ [ 120.2364403, 30.2272667 ], [ 120.2366877, 30.2275836 ] ], [ [ 120.2366877, 30.2275836 ], [ 120.2368522, 30.2277856 ] ], [ [ 120.2368522, 30.2277856 ], [ 120.2372036, 30.2281988 ] ], [ [ 120.2372036, 30.2281988 ], [ 120.2376466, 30.2284643 ] ], [ [ 120.2376466, 30.2284643 ], [ 120.2382637, 30.2285767 ] ], [ [ 120.2436314, 30.2294303 ], [ 120.2450108, 30.2296363 ] ], [ [ 120.2450108, 30.2296363 ], [ 120.2465804, 30.2299424 ] ], [ [ 120.2465804, 30.2299424 ], [ 120.247764, 30.2301732 ] ], [ [ 120.247764, 30.2301732 ], [ 120.2481823, 30.2302966 ] ], [ [ 120.23952, 30.228801 ], [ 120.2382637, 30.2285767 ] ], [ [ 120.23952, 30.228801 ], [ 120.2396172, 30.2288193 ] ], [ [ 120.2396172, 30.2288193 ], [ 120.2396554, 30.2288228 ] ], [ [ 120.2382637, 30.2285767 ], [ 120.2381742, 30.228752 ] ], [ [ 120.2381742, 30.228752 ], [ 120.2376513, 30.2294778 ] ], [ [ 120.2376513, 30.2294778 ], [ 120.2367432, 30.2300533 ] ], [ [ 120.2367432, 30.2300533 ], [ 120.2366528, 30.2301106 ] ], [ [ 120.2230819, 30.2228121 ], [ 120.2228178, 30.2225346 ] ], [ [ 120.2230819, 30.2228121 ], [ 120.2233016, 30.2230278 ] ], [ [ 120.2233016, 30.2230278 ], [ 120.2236369, 30.2233568 ] ], [ [ 120.2236369, 30.2233568 ], [ 120.2238957, 30.2237509 ] ], [ [ 120.2238957, 30.2237509 ], [ 120.2245222, 30.2248569 ] ], [ [ 120.2245222, 30.2248569 ], [ 120.224792, 30.2251494 ] ], [ [ 120.224792, 30.2251494 ], [ 120.2248501, 30.2252124 ] ], [ [ 120.2248501, 30.2252124 ], [ 120.2249151, 30.2252873 ] ], [ [ 120.2267874, 30.2273294 ], [ 120.2254681, 30.2259233 ] ], [ [ 120.2254681, 30.2259233 ], [ 120.2249755, 30.2253568 ] ], [ [ 120.2249755, 30.2253568 ], [ 120.2249151, 30.2252873 ] ], [ [ 120.2267874, 30.2273294 ], [ 120.2269147, 30.2274852 ] ], [ [ 120.2076616, 30.2418782 ], [ 120.2055275, 30.2432633 ] ], [ [ 120.2055275, 30.2432633 ], [ 120.2045924, 30.2438815 ] ], [ [ 120.2045924, 30.2438815 ], [ 120.2044511, 30.2439756 ] ], [ [ 120.2044511, 30.2439756 ], [ 120.2041607, 30.2442135 ] ], [ [ 120.2273631, 30.2380783 ], [ 120.2274562, 30.2382028 ] ], [ [ 120.2396554, 30.2288228 ], [ 120.2416215, 30.2291268 ] ], [ [ 120.2416215, 30.2291268 ], [ 120.2422372, 30.229222 ] ], [ [ 120.2422372, 30.229222 ], [ 120.2435492, 30.229418 ] ], [ [ 120.2435492, 30.229418 ], [ 120.2436314, 30.2294303 ] ], [ [ 120.2325248, 30.2394396 ], [ 120.2311026, 30.2380141 ] ], [ [ 120.2311026, 30.2380141 ], [ 120.2299261, 30.2368292 ] ], [ [ 120.2274562, 30.2382028 ], [ 120.2281385, 30.2388529 ] ], [ [ 120.2281385, 30.2388529 ], [ 120.2283164, 30.2389682 ] ], [ [ 120.2283164, 30.2389682 ], [ 120.2291497, 30.2394327 ] ], [ [ 120.2291497, 30.2394327 ], [ 120.2292229, 30.2394856 ] ], [ [ 120.2292229, 30.2394856 ], [ 120.2297634, 30.239946 ] ], [ [ 120.2297634, 30.239946 ], [ 120.2305929, 30.2406624 ] ], [ [ 120.2325248, 30.2394396 ], [ 120.232635, 30.2395525 ] ], [ [ 120.232635, 30.2395525 ], [ 120.2336804, 30.2406234 ] ], [ [ 120.2336804, 30.2406234 ], [ 120.2338476, 30.2407837 ] ], [ [ 120.2338476, 30.2407837 ], [ 120.2345732, 30.2414795 ] ], [ [ 120.2345732, 30.2414795 ], [ 120.2352796, 30.2422471 ] ], [ [ 120.2352796, 30.2422471 ], [ 120.2354513, 30.2424397 ] ], [ [ 120.2354513, 30.2424397 ], [ 120.2359387, 30.2429202 ] ], [ [ 120.1914554, 30.2314427 ], [ 120.1914931, 30.231411 ] ], [ [ 120.1914931, 30.231411 ], [ 120.1916902, 30.2312456 ] ], [ [ 120.1916902, 30.2312456 ], [ 120.1917628, 30.2311847 ] ], [ [ 120.1917628, 30.2311847 ], [ 120.19183, 30.2311283 ] ], [ [ 120.19183, 30.2311283 ], [ 120.1919077, 30.2310631 ] ], [ [ 120.1919077, 30.2310631 ], [ 120.1921275, 30.2308785 ] ], [ [ 120.1921275, 30.2308785 ], [ 120.1921628, 30.2308488 ] ], [ [ 120.1921628, 30.2308488 ], [ 120.1930856, 30.2300423 ] ], [ [ 120.1949523, 30.2316563 ], [ 120.194048, 30.2308739 ] ], [ [ 120.194048, 30.2308739 ], [ 120.1939745, 30.23081 ] ], [ [ 120.1939745, 30.23081 ], [ 120.1930856, 30.2300423 ] ], [ [ 120.1913089, 30.2315662 ], [ 120.1914554, 30.2314427 ] ], [ [ 120.1949523, 30.2316563 ], [ 120.1951098, 30.2317891 ] ], [ [ 120.1898323, 30.2328518 ], [ 120.1886482, 30.2317785 ] ], [ [ 120.1886482, 30.2317785 ], [ 120.188068, 30.2312565 ] ], [ [ 120.1913089, 30.2315662 ], [ 120.1912248, 30.2316394 ] ], [ [ 120.1912248, 30.2316394 ], [ 120.1911814, 30.2316772 ] ], [ [ 120.1911814, 30.2316772 ], [ 120.1904759, 30.2322914 ] ], [ [ 120.1904759, 30.2322914 ], [ 120.1898323, 30.2328518 ] ], [ [ 120.1914554, 30.2314427 ], [ 120.1921927, 30.2321049 ], [ 120.1923799, 30.232273 ], [ 120.1931178, 30.232954 ], [ 120.1932212, 30.2330494 ], [ 120.1932583, 30.2330836 ] ], [ [ 120.1931036, 30.2332196 ], [ 120.1930634, 30.2331822 ], [ 120.1929553, 30.2330816 ], [ 120.1921097, 30.2322948 ], [ 120.192023, 30.2322141 ], [ 120.1916985, 30.23192 ], [ 120.1913089, 30.2315662 ] ], [ [ 120.1932583, 30.2330836 ], [ 120.1933862, 30.233221 ] ], [ [ 120.1932717, 30.2333119 ], [ 120.1931036, 30.2332196 ] ], [ [ 120.188245, 30.2339673 ], [ 120.1885902, 30.233691 ] ], [ [ 120.1885902, 30.233691 ], [ 120.1890215, 30.233387 ] ], [ [ 120.1890215, 30.233387 ], [ 120.1896906, 30.2329465 ] ], [ [ 120.1896906, 30.2329465 ], [ 120.1898323, 30.2328518 ] ], [ [ 120.1898323, 30.2328518 ], [ 120.1905564, 30.2334509 ] ], [ [ 120.1905564, 30.2334509 ], [ 120.1908406, 30.233665 ] ], [ [ 120.1908406, 30.233665 ], [ 120.1910795, 30.2338449 ] ], [ [ 120.1910795, 30.2338449 ], [ 120.1912621, 30.2339936 ] ], [ [ 120.1912621, 30.2339936 ], [ 120.1916394, 30.234301 ] ], [ [ 120.1916394, 30.234301 ], [ 120.191691, 30.2343431 ] ], [ [ 120.191691, 30.2343431 ], [ 120.1917512, 30.2343921 ] ], [ [ 120.1963369, 30.2359235 ], [ 120.1963587, 30.235909 ] ], [ [ 120.1963587, 30.235909 ], [ 120.1964068, 30.2358768 ] ], [ [ 120.1964068, 30.2358768 ], [ 120.1965869, 30.2357566 ] ], [ [ 120.1965869, 30.2357566 ], [ 120.1966278, 30.2357308 ] ], [ [ 120.1966278, 30.2357308 ], [ 120.1966652, 30.2357073 ] ], [ [ 120.1966652, 30.2357073 ], [ 120.1967758, 30.2356377 ] ], [ [ 120.1967758, 30.2356377 ], [ 120.1968569, 30.2355867 ] ], [ [ 120.1968569, 30.2355867 ], [ 120.1974798, 30.2352025 ] ], [ [ 120.1974798, 30.2352025 ], [ 120.1977336, 30.2350349 ] ], [ [ 120.1977336, 30.2350349 ], [ 120.1982099, 30.2346737 ] ], [ [ 120.1982099, 30.2346737 ], [ 120.198331, 30.2345818 ] ], [ [ 120.198331, 30.2345818 ], [ 120.1989513, 30.2341113 ] ], [ [ 120.1989513, 30.2341113 ], [ 120.1999672, 30.2332495 ] ], [ [ 120.1999672, 30.2332495 ], [ 120.2001645, 30.2330821 ] ], [ [ 120.2001645, 30.2330821 ], [ 120.2002973, 30.2329694 ] ], [ [ 120.2002973, 30.2329694 ], [ 120.2003528, 30.2329224 ] ], [ [ 120.2003528, 30.2329224 ], [ 120.2007766, 30.2325628 ] ], [ [ 120.1963369, 30.2359235 ], [ 120.1964266, 30.2360041 ], [ 120.1970593, 30.2365725 ], [ 120.1977441, 30.2372539 ], [ 120.1984854, 30.2379396 ], [ 120.1985783, 30.2380304 ], [ 120.1988295, 30.2382756 ], [ 120.199454, 30.2388732 ], [ 120.199577, 30.2389812 ], [ 120.1997549, 30.239134 ] ], [ [ 120.1997549, 30.239134 ], [ 120.2001048, 30.2394467 ] ], [ [ 120.1933862, 30.233221 ], [ 120.1934281, 30.2332599 ], [ 120.1934906, 30.2333178 ], [ 120.1945706, 30.2343188 ], [ 120.1955898, 30.2352448 ], [ 120.1962346, 30.2358306 ], [ 120.1963369, 30.2359235 ] ], [ [ 120.196203, 30.2359891 ], [ 120.1961137, 30.2359035 ], [ 120.1955998, 30.2354109 ], [ 120.1952657, 30.2351158 ], [ 120.1950306, 30.234906 ], [ 120.1944759, 30.2343962 ], [ 120.1939926, 30.2339465 ], [ 120.1933804, 30.2334076 ], [ 120.1933168, 30.2333516 ], [ 120.1932717, 30.2333119 ] ], [ [ 120.1963369, 30.2359235 ], [ 120.196203, 30.2359891 ] ], [ [ 120.1932068, 30.2386731 ], [ 120.1936467, 30.2383067 ] ], [ [ 120.1936467, 30.2383067 ], [ 120.1939022, 30.2380774 ] ], [ [ 120.1939022, 30.2380774 ], [ 120.1943647, 30.2376623 ] ], [ [ 120.1943647, 30.2376623 ], [ 120.1946425, 30.2373509 ] ], [ [ 120.1946425, 30.2373509 ], [ 120.1947644, 30.2372143 ] ], [ [ 120.1947644, 30.2372143 ], [ 120.1950021, 30.2369478 ] ], [ [ 120.1950021, 30.2369478 ], [ 120.195384, 30.2365788 ] ], [ [ 120.195384, 30.2365788 ], [ 120.1960922, 30.2360689 ] ], [ [ 120.1960922, 30.2360689 ], [ 120.1961251, 30.2360452 ] ], [ [ 120.1961251, 30.2360452 ], [ 120.196203, 30.2359891 ] ], [ [ 120.199634, 30.23922 ], [ 120.1994749, 30.2390603 ], [ 120.1993608, 30.2389456 ], [ 120.1989397, 30.2385475 ], [ 120.1986843, 30.238295 ], [ 120.1984521, 30.2380353 ], [ 120.1982407, 30.2378499 ], [ 120.1976459, 30.2373282 ], [ 120.1969487, 30.2366449 ], [ 120.1966853, 30.2363996 ], [ 120.1963101, 30.2360803 ], [ 120.196203, 30.2359891 ] ], [ [ 120.2029099, 30.2426546 ], [ 120.2031173, 30.2425093 ], [ 120.2033442, 30.2423241 ], [ 120.204411, 30.2415363 ], [ 120.2050622, 30.2410512 ], [ 120.2063793, 30.2400515 ] ], [ [ 120.2064544, 30.2401241 ], [ 120.2060979, 30.2404007 ], [ 120.2044816, 30.2416353 ], [ 120.2034498, 30.242449 ], [ 120.2032156, 30.2426258 ], [ 120.2030051, 30.2427631 ] ], [ [ 120.2027756, 30.2427447 ], [ 120.2029099, 30.2426546 ] ], [ [ 120.1930939, 30.2388034 ], [ 120.1932068, 30.2386731 ] ], [ [ 120.1893273, 30.2417842 ], [ 120.1894194, 30.2416832 ] ], [ [ 120.189213, 30.2418763 ], [ 120.1893273, 30.2417842 ] ], [ [ 120.189213, 30.2418763 ], [ 120.1897379, 30.2430398 ] ], [ [ 120.1897379, 30.2430398 ], [ 120.1900295, 30.2434063 ] ], [ [ 120.1900295, 30.2434063 ], [ 120.1903202, 30.2437335 ] ], [ [ 120.1903202, 30.2437335 ], [ 120.1906618, 30.2440644 ] ], [ [ 120.1906618, 30.2440644 ], [ 120.1911028, 30.2445101 ] ], [ [ 120.1911028, 30.2445101 ], [ 120.1918182, 30.2452485 ] ], [ [ 120.1918182, 30.2452485 ], [ 120.1920297, 30.2454591 ] ], [ [ 120.182369, 30.2454985 ], [ 120.1848926, 30.2441451 ] ], [ [ 120.1848926, 30.2441451 ], [ 120.1858641, 30.2436225 ] ], [ [ 120.1858641, 30.2436225 ], [ 120.187946, 30.2425684 ] ], [ [ 120.187946, 30.2425684 ], [ 120.1888543, 30.2420714 ] ], [ [ 120.1888543, 30.2420714 ], [ 120.1889335, 30.2420281 ] ], [ [ 120.1889335, 30.2420281 ], [ 120.1890331, 30.2419736 ] ], [ [ 120.1890331, 30.2419736 ], [ 120.189213, 30.2418763 ] ], [ [ 120.2030051, 30.2427631 ], [ 120.2028618, 30.2428614 ] ], [ [ 120.1997662, 30.2450025 ], [ 120.2010845, 30.2440029 ], [ 120.2025569, 30.2429074 ], [ 120.2027756, 30.2427447 ] ], [ [ 120.2028618, 30.2428614 ], [ 120.2026593, 30.2430123 ], [ 120.2011778, 30.2441161 ], [ 120.1998529, 30.245106 ] ], [ [ 120.1995932, 30.2451263 ], [ 120.1997662, 30.2450025 ] ], [ [ 120.1998529, 30.245106 ], [ 120.1996732, 30.2452301 ] ], [ [ 120.1985683, 30.2492039 ], [ 120.1988545, 30.250734 ], [ 120.1989082, 30.2509513 ], [ 120.1992943, 30.2522797 ], [ 120.1993998, 30.2527318 ], [ 120.1994388, 30.2528489 ], [ 120.1995007, 30.2532678 ], [ 120.1995713, 30.2538321 ] ], [ [ 120.1984948, 30.2492209 ], [ 120.1987657, 30.250753 ], [ 120.1988335, 30.2509736 ], [ 120.1992196, 30.252302 ], [ 120.1993251, 30.2527541 ], [ 120.1993454, 30.2528603 ], [ 120.199426, 30.2532901 ], [ 120.1994717, 30.2538432 ] ], [ [ 120.201397, 30.2562113 ], [ 120.2009629, 30.2559773 ] ], [ [ 120.2009629, 30.2559773 ], [ 120.200705, 30.2558383 ] ], [ [ 120.200705, 30.2558383 ], [ 120.2001162, 30.2554912 ] ], [ [ 120.2001162, 30.2554912 ], [ 120.1997589, 30.255285 ] ], [ [ 120.1997589, 30.255285 ], [ 120.1983299, 30.2544666 ] ], [ [ 120.1983299, 30.2544666 ], [ 120.1978757, 30.2542065 ] ], [ [ 120.2034022, 30.2560597 ], [ 120.2036269, 30.2560174 ] ], [ [ 120.0813873, 30.1567388 ], [ 120.0801217, 30.1598102 ] ], [ [ 120.0801217, 30.1598102 ], [ 120.079934, 30.1602808 ] ], [ [ 120.079934, 30.1602808 ], [ 120.0797743, 30.160681 ] ], [ [ 120.0797743, 30.160681 ], [ 120.0793764, 30.1616784 ] ], [ [ 120.0768278, 30.161703 ], [ 120.07666, 30.1616396 ] ], [ [ 120.0768278, 30.161703 ], [ 120.0793764, 30.1616784 ] ], [ [ 120.0853652, 30.1633616 ], [ 120.0858575, 30.1627816 ] ], [ [ 120.0858575, 30.1627816 ], [ 120.0868813, 30.1615335 ] ], [ [ 120.0868813, 30.1615335 ], [ 120.0878292, 30.1603467 ] ], [ [ 120.0853652, 30.1633616 ], [ 120.0852189, 30.1632851 ] ], [ [ 120.0852189, 30.1632851 ], [ 120.0850372, 30.1631724 ] ], [ [ 120.0850372, 30.1631724 ], [ 120.0848627, 30.1630642 ] ], [ [ 120.0848627, 30.1630642 ], [ 120.0844808, 30.162851 ] ], [ [ 120.0844808, 30.162851 ], [ 120.0840423, 30.1626504 ] ], [ [ 120.0840423, 30.1626504 ], [ 120.0838834, 30.1625777 ] ], [ [ 120.0838834, 30.1625777 ], [ 120.0834941, 30.1624394 ] ], [ [ 120.0834941, 30.1624394 ], [ 120.0826577, 30.1621794 ] ], [ [ 120.0826577, 30.1621794 ], [ 120.0825474, 30.1621451 ] ], [ [ 120.0825474, 30.1621451 ], [ 120.0821921, 30.1620714 ] ], [ [ 120.0821921, 30.1620714 ], [ 120.0819218, 30.16208 ] ], [ [ 120.0819218, 30.16208 ], [ 120.0815309, 30.1621119 ] ], [ [ 120.0815309, 30.1621119 ], [ 120.0811161, 30.1621602 ] ], [ [ 120.0811161, 30.1621602 ], [ 120.0807855, 30.1621571 ] ], [ [ 120.0807855, 30.1621571 ], [ 120.0804523, 30.1620845 ] ], [ [ 120.0804523, 30.1620845 ], [ 120.0800988, 30.1619784 ] ], [ [ 120.0800988, 30.1619784 ], [ 120.0793764, 30.1616784 ] ], [ [ 120.07666, 30.1616396 ], [ 120.0753098, 30.1614815 ] ], [ [ 120.0753098, 30.1614815 ], [ 120.0748895, 30.1614475 ] ], [ [ 120.0748895, 30.1614475 ], [ 120.0743489, 30.1613379 ] ], [ [ 120.0743489, 30.1613379 ], [ 120.0737639, 30.1611776 ] ], [ [ 120.0737639, 30.1611776 ], [ 120.0736723, 30.1611525 ] ], [ [ 120.0736723, 30.1611525 ], [ 120.0730747, 30.1609887 ] ], [ [ 120.0730747, 30.1609887 ], [ 120.0706069, 30.1603722 ] ], [ [ 120.0706069, 30.1603722 ], [ 120.0700118, 30.1622335 ] ], [ [ 120.0700118, 30.1622335 ], [ 120.0693814, 30.1640368 ] ], [ [ 120.0660959, 30.1631929 ], [ 120.0693814, 30.1640368 ] ], [ [ 120.0693814, 30.1640368 ], [ 120.0684053, 30.1656522 ] ], [ [ 120.0853652, 30.1633616 ], [ 120.0854588, 30.1634249 ] ], [ [ 120.0854588, 30.1634249 ], [ 120.087139, 30.1645603 ] ], [ [ 120.087139, 30.1645603 ], [ 120.0875825, 30.1648908 ] ], [ [ 120.0875825, 30.1648908 ], [ 120.0878154, 30.1650942 ] ], [ [ 120.0878154, 30.1650942 ], [ 120.0880265, 30.1652785 ] ], [ [ 120.0880265, 30.1652785 ], [ 120.0883341, 30.1656607 ] ], [ [ 120.0883341, 30.1656607 ], [ 120.0885456, 30.1659805 ] ], [ [ 120.0803291, 30.1666024 ], [ 120.0806331, 30.1663256 ] ], [ [ 120.0806331, 30.1663256 ], [ 120.0808879, 30.1661314 ] ], [ [ 120.0808879, 30.1661314 ], [ 120.0811194, 30.1659937 ] ], [ [ 120.0811194, 30.1659937 ], [ 120.08144, 30.1658852 ] ], [ [ 120.08144, 30.1658852 ], [ 120.0817716, 30.1658398 ] ], [ [ 120.0817716, 30.1658398 ], [ 120.0821514, 30.1658581 ] ], [ [ 120.0821514, 30.1658581 ], [ 120.0825016, 30.1658564 ] ], [ [ 120.0825016, 30.1658564 ], [ 120.0826826, 30.1658263 ] ], [ [ 120.0826826, 30.1658263 ], [ 120.0828179, 30.1658038 ] ], [ [ 120.0828179, 30.1658038 ], [ 120.0831052, 30.1657303 ] ], [ [ 120.0831052, 30.1657303 ], [ 120.0834123, 30.1656178 ] ], [ [ 120.0834123, 30.1656178 ], [ 120.083475, 30.1655757 ] ], [ [ 120.083475, 30.1655757 ], [ 120.0836054, 30.1654881 ] ], [ [ 120.0836054, 30.1654881 ], [ 120.0838354, 30.1653201 ] ], [ [ 120.0838354, 30.1653201 ], [ 120.0840548, 30.1651165 ] ], [ [ 120.0840548, 30.1651165 ], [ 120.0844304, 30.1646869 ] ], [ [ 120.0844304, 30.1646869 ], [ 120.0846726, 30.1643436 ] ], [ [ 120.0846726, 30.1643436 ], [ 120.0847681, 30.1642082 ] ], [ [ 120.0847681, 30.1642082 ], [ 120.0853652, 30.1633616 ] ], [ [ 120.0778731, 30.1654306 ], [ 120.0782736, 30.1650913 ] ], [ [ 120.0778731, 30.1654306 ], [ 120.0771759, 30.1654113 ] ], [ [ 120.0771759, 30.1654113 ], [ 120.0768254, 30.1654609 ] ], [ [ 120.0768254, 30.1654609 ], [ 120.0766933, 30.1654785 ] ], [ [ 120.0766933, 30.1654785 ], [ 120.0766477, 30.1654848 ] ], [ [ 120.0766477, 30.1654848 ], [ 120.0754263, 30.1657607 ] ], [ [ 120.0754263, 30.1657607 ], [ 120.0749677, 30.1655252 ] ], [ [ 120.0749677, 30.1655252 ], [ 120.0748908, 30.1654972 ] ], [ [ 120.0748908, 30.1654972 ], [ 120.0748442, 30.1654803 ] ], [ [ 120.0748442, 30.1654803 ], [ 120.0745638, 30.1653988 ] ], [ [ 120.0745638, 30.1653988 ], [ 120.0743082, 30.1653246 ] ], [ [ 120.0743082, 30.1653246 ], [ 120.0738813, 30.1652005 ] ], [ [ 120.0738813, 30.1652005 ], [ 120.0728329, 30.1649282 ] ], [ [ 120.0728329, 30.1649282 ], [ 120.0696364, 30.164098 ] ], [ [ 120.0696364, 30.164098 ], [ 120.0693814, 30.1640368 ] ], [ [ 120.0716344, 30.1688877 ], [ 120.0726215, 30.167823 ] ], [ [ 120.0726215, 30.167823 ], [ 120.0735549, 30.1670346 ] ], [ [ 120.0735549, 30.1670346 ], [ 120.0740323, 30.1666838 ] ], [ [ 120.0740323, 30.1666838 ], [ 120.0746197, 30.1662879 ] ], [ [ 120.0746197, 30.1662879 ], [ 120.0749295, 30.1660707 ] ], [ [ 120.0749295, 30.1660707 ], [ 120.0751159, 30.16594 ] ], [ [ 120.0751159, 30.16594 ], [ 120.0754263, 30.1657607 ] ], [ [ 120.0701076, 30.1679579 ], [ 120.0702488, 30.167996 ] ], [ [ 120.0702488, 30.167996 ], [ 120.0704104, 30.1680396 ] ], [ [ 120.0704104, 30.1680396 ], [ 120.0707917, 30.1681424 ] ], [ [ 120.0707917, 30.1681424 ], [ 120.0709602, 30.1682093 ] ], [ [ 120.0709602, 30.1682093 ], [ 120.071117, 30.1682916 ] ], [ [ 120.071117, 30.1682916 ], [ 120.0712708, 30.1684228 ] ], [ [ 120.0712708, 30.1684228 ], [ 120.0714543, 30.1687088 ] ], [ [ 120.0714543, 30.1687088 ], [ 120.0716344, 30.1688877 ] ], [ [ 120.0716344, 30.1688877 ], [ 120.0717335, 30.1689779 ] ], [ [ 120.0717335, 30.1689779 ], [ 120.0718624, 30.1690796 ] ], [ [ 120.0628013, 30.2474999 ], [ 120.0629897, 30.2475543 ], [ 120.063165, 30.2477014 ], [ 120.0641734, 30.2485472 ], [ 120.0650607, 30.2492345 ], [ 120.065094, 30.2492603 ], [ 120.0657351, 30.249757 ], [ 120.0661272, 30.2500635 ], [ 120.0662497, 30.2501593 ], [ 120.0672731, 30.2509961 ], [ 120.0675376, 30.2512345 ], [ 120.0678567, 30.2515201 ], [ 120.0683482, 30.2520565 ], [ 120.0685959, 30.2523519 ], [ 120.0686271, 30.2523892 ], [ 120.0690911, 30.2529367 ], [ 120.0694147, 30.2532782 ], [ 120.0697367, 30.2535539 ], [ 120.0700529, 30.2537823 ], [ 120.0705531, 30.2541324 ], [ 120.0714242, 30.254716 ], [ 120.071772, 30.254937 ], [ 120.0721112, 30.2551009 ], [ 120.0724562, 30.2551928 ], [ 120.0727882, 30.2552417 ], [ 120.0729277, 30.2552623 ], [ 120.0730484, 30.2552871 ], [ 120.0732843, 30.2553753 ] ], [ [ 120.0744014, 30.2557624 ], [ 120.0741674, 30.2557369 ], [ 120.0739, 30.2556649 ], [ 120.0736442, 30.2555979 ], [ 120.073566, 30.2555842 ], [ 120.0732618, 30.2555308 ], [ 120.073126, 30.2555093 ], [ 120.0727128, 30.2554439 ], [ 120.0723333, 30.2553744 ], [ 120.0721657, 30.2553261 ], [ 120.0720142, 30.2552825 ], [ 120.0717576, 30.2551779 ], [ 120.0714299, 30.2549842 ], [ 120.0710305, 30.2547108 ], [ 120.0706825, 30.2544726 ], [ 120.0696648, 30.2537724 ], [ 120.0694981, 30.2536383 ], [ 120.0692854, 30.2534372 ], [ 120.069041, 30.2532112 ], [ 120.0689738, 30.2531337 ], [ 120.0687462, 30.252871 ], [ 120.0683482, 30.2524116 ], [ 120.0680288, 30.2520557 ], [ 120.0678164, 30.2518007 ], [ 120.0675606, 30.2515449 ], [ 120.0673191, 30.2513264 ], [ 120.0669971, 30.2510433 ], [ 120.0666234, 30.2507304 ], [ 120.0663762, 30.2505417 ], [ 120.0655822, 30.2499147 ], [ 120.0646257, 30.2491462 ], [ 120.0641799, 30.2488009 ], [ 120.0636222, 30.2483316 ], [ 120.0635647, 30.2482294 ] ], [ [ 120.0744014, 30.2557624 ], [ 120.0744445, 30.2556271 ] ], [ [ 120.0854748, 30.1693767 ], [ 120.08541, 30.1694842 ] ], [ [ 120.0745868, 30.2556853 ], [ 120.0748226, 30.255714 ], [ 120.0753003, 30.2558822 ], [ 120.0756454, 30.2560306 ], [ 120.0760508, 30.2562417 ], [ 120.0771575, 30.2569395 ], [ 120.0773386, 30.2570537 ], [ 120.077583, 30.2571878 ], [ 120.0778015, 30.2572846 ], [ 120.0778372, 30.2573 ], [ 120.0781004, 30.2574137 ], [ 120.0782976, 30.257488 ], [ 120.0786898, 30.2576273 ], [ 120.0789744, 30.2577018 ], [ 120.0792649, 30.2577661 ], [ 120.07967, 30.2578557 ], [ 120.0814649, 30.2583165 ], [ 120.0819037, 30.2584392 ], [ 120.0833928, 30.2589085 ], [ 120.0835212, 30.2589492 ], [ 120.0852534, 30.2594978 ], [ 120.0857673, 30.259651 ], [ 120.0861928, 30.2597627 ], [ 120.0867074, 30.2598844 ], [ 120.0870689, 30.2600012 ] ], [ [ 120.0881395, 30.2604062 ], [ 120.0879048, 30.2603793 ], [ 120.0863827, 30.2600094 ], [ 120.0860716, 30.2599512 ], [ 120.0856926, 30.259855 ], [ 120.0850887, 30.2596608 ], [ 120.0847867, 30.259565 ], [ 120.0837207, 30.259227 ], [ 120.0829196, 30.2589848 ], [ 120.0826067, 30.2588853 ], [ 120.0822045, 30.2587575 ], [ 120.0819398, 30.2586734 ], [ 120.0815331, 30.258551 ], [ 120.0810864, 30.2584259 ], [ 120.0805688, 30.2582937 ], [ 120.0802114, 30.2582024 ], [ 120.0800303, 30.2581574 ], [ 120.0796537, 30.258064 ], [ 120.0794086, 30.2579969 ], [ 120.0792562, 30.2579575 ], [ 120.0787047, 30.2578271 ], [ 120.0784398, 30.25775 ], [ 120.0782378, 30.2576931 ], [ 120.0781656, 30.2576728 ], [ 120.0775648, 30.2574066 ], [ 120.0771704, 30.2572124 ], [ 120.0771264, 30.2571891 ], [ 120.0767205, 30.2569329 ], [ 120.075978, 30.2564512 ], [ 120.0757408, 30.2563182 ], [ 120.075371, 30.2560919 ] ], [ [ 120.0883008, 30.2603021 ], [ 120.0884474, 30.2602799 ], [ 120.0896204, 30.260553 ], [ 120.090489, 30.2607577 ], [ 120.0919953, 30.261113 ], [ 120.0929747, 30.2613429 ], [ 120.0937852, 30.2616107 ] ], [ [ 120.0927053, 30.2615046 ], [ 120.0908885, 30.261087 ], [ 120.0894932, 30.2607577 ], [ 120.0892568, 30.26066 ] ], [ [ 120.0945373, 30.2619786 ], [ 120.0943616, 30.2619602 ], [ 120.0941543, 30.2618795 ], [ 120.0938778, 30.2617897 ], [ 120.0935495, 30.261704 ], [ 120.0927053, 30.2615046 ] ], [ [ 120.0927053, 30.2615046 ], [ 120.0921877, 30.2635068 ] ], [ [ 120.050451, 30.2354649 ], [ 120.0506665, 30.2353997 ], [ 120.0510742, 30.2352803 ], [ 120.0512633, 30.2352409 ], [ 120.052249, 30.2350752 ], [ 120.0528471, 30.2350173 ], [ 120.0533527, 30.2350011 ], [ 120.0538208, 30.2349965 ], [ 120.0539803, 30.2349968 ], [ 120.0543934, 30.2349976 ], [ 120.0545329, 30.2350069 ], [ 120.0547367, 30.2350613 ], [ 120.0549889, 30.2351587 ], [ 120.0563139, 30.2357901 ], [ 120.0566725, 30.2359466 ], [ 120.0569831, 30.2360821 ], [ 120.0571588, 30.2362107 ], [ 120.0573599, 30.2364228 ], [ 120.057545, 30.2366661 ], [ 120.0577274, 30.2367982 ], [ 120.0579527, 30.2369418 ], [ 120.0581619, 30.2371921 ], [ 120.0582531, 30.2373335 ], [ 120.0583309, 30.2375212 ], [ 120.058371, 30.2377274 ], [ 120.0583979, 30.2378664 ], [ 120.05863, 30.2389936 ], [ 120.0587307, 30.2395345 ], [ 120.0587627, 30.2397063 ], [ 120.0591361, 30.2415082 ], [ 120.0592107, 30.2420722 ], [ 120.0591812, 30.2423804 ], [ 120.0591275, 30.2426191 ], [ 120.0589284, 30.2433682 ], [ 120.0588249, 30.243752 ], [ 120.0587761, 30.2439329 ], [ 120.0586233, 30.2443639 ], [ 120.0585562, 30.2445098 ], [ 120.0585289, 30.2445634 ], [ 120.0583872, 30.2448412 ], [ 120.0581887, 30.2452142 ], [ 120.0579804, 30.2455445 ] ], [ [ 120.0579176, 30.2455284 ], [ 120.0582397, 30.244957 ], [ 120.0583352, 30.2447674 ], [ 120.0584999, 30.2444403 ], [ 120.0586045, 30.244204 ], [ 120.0587493, 30.2437568 ], [ 120.0587879, 30.2435707 ], [ 120.0588331, 30.2433524 ], [ 120.0590497, 30.2425542 ], [ 120.059106, 30.2422135 ], [ 120.0591141, 30.2419749 ], [ 120.0590605, 30.2415902 ], [ 120.059047, 30.2415138 ], [ 120.0588698, 30.2405296 ], [ 120.0588288, 30.240332 ], [ 120.0585526, 30.2390002 ], [ 120.0583156, 30.237952 ], [ 120.0582585, 30.2376996 ], [ 120.058178, 30.2373984 ], [ 120.0580654, 30.2371991 ], [ 120.0578991, 30.2370322 ], [ 120.0578105, 30.2369511 ], [ 120.0575423, 30.2367356 ], [ 120.0574055, 30.2366105 ], [ 120.0571722, 30.2363324 ], [ 120.0570086, 30.2361702 ], [ 120.0566921, 30.2360242 ], [ 120.0550303, 30.2352686 ], [ 120.0547555, 30.2351436 ], [ 120.0546268, 30.2351042 ], [ 120.0544015, 30.235088 ], [ 120.0540795, 30.235086 ], [ 120.0530925, 30.2350798 ], [ 120.0529289, 30.2350787 ], [ 120.052591, 30.2351065 ], [ 120.0522369, 30.2351274 ], [ 120.0510648, 30.2353498 ], [ 120.0504703, 30.2355217 ] ], [ [ 120.0095503, 30.2421679 ], [ 120.0097532, 30.2412024 ] ], [ [ 120.0097532, 30.2412024 ], [ 120.0100894, 30.2392346 ] ], [ [ 120.006742, 30.2419082 ], [ 120.0054188, 30.2417859 ] ], [ [ 120.0054188, 30.2417859 ], [ 120.0048021, 30.2417201 ] ], [ [ 120.0048021, 30.2417201 ], [ 120.0042844, 30.2416505 ] ], [ [ 120.0042844, 30.2416505 ], [ 120.0029564, 30.2415329 ] ], [ [ 120.006742, 30.2419082 ], [ 120.0095503, 30.2421679 ] ], [ [ 120.006742, 30.2419082 ], [ 120.0067104, 30.2420618 ] ], [ [ 120.0067104, 30.2420618 ], [ 120.0065591, 30.2427981 ] ], [ [ 120.0065591, 30.2427981 ], [ 120.0062415, 30.2442787 ] ], [ [ 120.0062415, 30.2442787 ], [ 120.0061863, 30.2444689 ] ], [ [ 120.0095503, 30.2421679 ], [ 120.0093547, 30.243099 ] ], [ [ 120.0093547, 30.243099 ], [ 120.0091941, 30.2440808 ] ], [ [ 120.0091941, 30.2440808 ], [ 120.0091528, 30.2443338 ] ], [ [ 120.0091528, 30.2443338 ], [ 120.0091396, 30.244414 ] ], [ [ 120.0091396, 30.244414 ], [ 120.0090938, 30.2446943 ] ], [ [ 120.0061863, 30.2444689 ], [ 120.0061379, 30.2446899 ] ], [ [ 120.026265, 30.2460715 ], [ 120.0263917, 30.245552 ] ], [ [ 120.0263917, 30.245552 ], [ 120.0267471, 30.2440941 ] ], [ [ 120.0267471, 30.2440941 ], [ 120.0268661, 30.2436062 ] ], [ [ 120.0268661, 30.2436062 ], [ 120.0269145, 30.243429 ] ], [ [ 120.0269145, 30.243429 ], [ 120.0270003, 30.2431458 ] ], [ [ 120.0270003, 30.2431458 ], [ 120.0273717, 30.2419194 ] ], [ [ 120.0273717, 30.2419194 ], [ 120.0274526, 30.2416524 ] ], [ [ 120.026265, 30.2460715 ], [ 120.0262245, 30.2461965 ] ], [ [ 120.0090938, 30.2446943 ], [ 120.0090335, 30.2449218 ] ], [ [ 120.0497213, 30.244915 ], [ 120.0497416, 30.2447969 ] ], [ [ 120.0256954, 30.2480771 ], [ 120.0258174, 30.2476256 ] ], [ [ 120.0258174, 30.2476256 ], [ 120.02595, 30.2471347 ] ], [ [ 120.02595, 30.2471347 ], [ 120.0260882, 30.2466625 ] ], [ [ 120.0260882, 30.2466625 ], [ 120.0262245, 30.2461965 ] ], [ [ 120.0314057, 30.2473874 ], [ 120.0314381, 30.2472518 ] ], [ [ 120.0578773, 30.245641 ], [ 120.0579176, 30.2455284 ] ], [ [ 120.0579804, 30.2455445 ], [ 120.0578773, 30.245641 ] ], [ [ 120.0431735, 30.2483558 ], [ 120.0431892, 30.248306 ] ], [ [ 120.0431892, 30.248306 ], [ 120.0433558, 30.2477703 ] ], [ [ 120.0433558, 30.2477703 ], [ 120.0436237, 30.2469313 ] ], [ [ 120.0436237, 30.2469313 ], [ 120.0446124, 30.2471483 ] ], [ [ 120.0446124, 30.2471483 ], [ 120.0454405, 30.2445385 ] ], [ [ 120.0454405, 30.2445385 ], [ 120.0455217, 30.2442668 ] ], [ [ 120.0496957, 30.2508341 ], [ 120.0497847, 30.2506182 ] ], [ [ 120.0497847, 30.2506182 ], [ 120.0498376, 30.2505176 ] ], [ [ 120.0498376, 30.2505176 ], [ 120.0498702, 30.2504376 ] ], [ [ 120.0498702, 30.2504376 ], [ 120.0498879, 30.2503437 ] ], [ [ 120.0498879, 30.2503437 ], [ 120.0499043, 30.2502957 ] ], [ [ 120.0499043, 30.2502957 ], [ 120.0499143, 30.2502807 ] ], [ [ 120.0499143, 30.2502807 ], [ 120.0499479, 30.2502306 ] ], [ [ 120.0499479, 30.2502306 ], [ 120.0500072, 30.2501905 ] ], [ [ 120.0500072, 30.2501905 ], [ 120.0500625, 30.2501752 ] ], [ [ 120.0500625, 30.2501752 ], [ 120.0501279, 30.2501726 ] ], [ [ 120.0501279, 30.2501726 ], [ 120.0502657, 30.2501979 ] ], [ [ 120.0502657, 30.2501979 ], [ 120.0503697, 30.2502108 ] ], [ [ 120.0503697, 30.2502108 ], [ 120.0504393, 30.2501961 ] ], [ [ 120.0504393, 30.2501961 ], [ 120.0504774, 30.2501808 ] ], [ [ 120.0504774, 30.2501808 ], [ 120.0505204, 30.250146 ] ], [ [ 120.0505204, 30.250146 ], [ 120.0505334, 30.2501199 ] ], [ [ 120.0505334, 30.2501199 ], [ 120.0505987, 30.2499888 ] ], [ [ 120.0505987, 30.2499888 ], [ 120.0506931, 30.2498381 ] ], [ [ 120.0506931, 30.2498381 ], [ 120.0507212, 30.2496819 ] ], [ [ 120.0507212, 30.2496819 ], [ 120.0508421, 30.248836 ] ], [ [ 120.0508421, 30.248836 ], [ 120.0510291, 30.2476289 ] ], [ [ 120.0510291, 30.2476289 ], [ 120.0511328, 30.2469386 ] ], [ [ 120.0511328, 30.2469386 ], [ 120.0511715, 30.246681 ] ], [ [ 120.0511715, 30.246681 ], [ 120.0512192, 30.2461692 ] ], [ [ 120.0512192, 30.2461692 ], [ 120.0512101, 30.2456388 ] ], [ [ 120.0512101, 30.2456388 ], [ 120.0512267, 30.2450451 ] ], [ [ 120.0426307, 30.2498378 ], [ 120.0427066, 30.2497048 ], [ 120.0429721, 30.2488133 ], [ 120.042984, 30.2487735 ], [ 120.0430369, 30.2485945 ], [ 120.0430973, 30.2483906 ], [ 120.0431735, 30.2483558 ] ], [ [ 119.9944662, 30.2369678 ], [ 119.9945472, 30.2367036 ] ], [ [ 119.9946733, 30.2367363 ], [ 119.9945757, 30.2369948 ] ], [ [ 119.9944777, 30.2371737 ], [ 119.9944662, 30.2369678 ] ], [ [ 119.9945757, 30.2369948 ], [ 119.9944777, 30.2371737 ] ], [ [ 119.9923058, 30.2380715 ], [ 119.9924314, 30.2371604 ] ], [ [ 119.9924314, 30.2371604 ], [ 119.9924774, 30.2368268 ] ], [ [ 119.9924774, 30.2368268 ], [ 119.9925639, 30.2364995 ] ], [ [ 119.9944777, 30.2371737 ], [ 119.9944376, 30.2374546 ] ], [ [ 119.9944376, 30.2374546 ], [ 119.9944599, 30.2376625 ] ], [ [ 119.9944599, 30.2376625 ], [ 119.9944287, 30.2381898 ] ], [ [ 119.9944287, 30.2381898 ], [ 119.9944154, 30.2383399 ] ], [ [ 119.9944154, 30.2383399 ], [ 119.9923058, 30.2380715 ] ], [ [ 119.9943664, 30.2384553 ], [ 119.9944154, 30.2383399 ] ], [ [ 119.9865157, 30.2384666 ], [ 119.9888527, 30.2387001 ] ], [ [ 119.9726542, 30.2374614 ], [ 119.9724589, 30.2373142 ], [ 119.9723234, 30.2372901 ], [ 119.9721809, 30.2372967 ], [ 119.9720845, 30.2373076 ] ], [ [ 119.9727702, 30.2373634 ], [ 119.9729941, 30.2375785 ] ], [ [ 119.9729941, 30.2375785 ], [ 119.9726542, 30.2374614 ] ], [ [ 119.9667456, 30.2376212 ], [ 119.967413, 30.2378335 ], [ 119.968457881871373, 30.238199311758631 ] ], [ [ 119.968457881871373, 30.238199311758631 ], [ 119.9691865, 30.2384544 ], [ 119.9697793, 30.2386201 ], [ 119.970232, 30.2386295 ], [ 119.9707427, 30.2384407 ], [ 119.9709818, 30.2381929 ], [ 119.9717266, 30.2373557 ], [ 119.9717687, 30.2372698 ], [ 119.9717753, 30.237135 ] ], [ [ 119.9720845, 30.2373076 ], [ 119.9719435, 30.2373487 ], [ 119.9717701, 30.2374519 ], [ 119.9710253, 30.2382891 ], [ 119.9707862, 30.2385369 ], [ 119.9702755, 30.2387257 ], [ 119.9698228, 30.2387163 ], [ 119.9691361, 30.2385355 ], [ 119.968412388909556, 30.238290336137847 ] ], [ [ 119.968412388909556, 30.238290336137847 ], [ 119.9673484, 30.2379299 ], [ 119.9671821, 30.2378447 ], [ 119.9667456, 30.2376212 ] ], [ [ 119.9712958, 30.2350614 ], [ 119.9707296, 30.2355649 ] ], [ [ 119.9707296, 30.2355649 ], [ 119.9706277, 30.2356668 ] ], [ [ 119.9706277, 30.2356668 ], [ 119.9697121, 30.2365817 ] ], [ [ 119.9697121, 30.2365817 ], [ 119.9691792, 30.2371142 ] ], [ [ 119.9691792, 30.2371142 ], [ 119.9686655, 30.2377839 ] ], [ [ 119.9686655, 30.2377839 ], [ 119.968457881871373, 30.238199311758631 ] ], [ [ 119.968457881871373, 30.238199311758631 ], [ 119.968412388909556, 30.238290336137847 ] ], [ [ 119.968412388909556, 30.238290336137847 ], [ 119.9683106, 30.238494 ] ], [ [ 119.9683106, 30.238494 ], [ 119.967995, 30.2391526 ] ], [ [ 119.967995, 30.2391526 ], [ 119.9679036, 30.2393433 ] ], [ [ 119.9679036, 30.2393433 ], [ 119.9678486, 30.2394581 ] ], [ [ 119.9678486, 30.2394581 ], [ 119.9677035, 30.2397609 ] ], [ [ 119.9677035, 30.2397609 ], [ 119.9672925, 30.2404629 ] ], [ [ 119.9672925, 30.2404629 ], [ 119.9667493, 30.2411085 ] ], [ [ 119.9667493, 30.2411085 ], [ 119.9660414, 30.2419355 ] ], [ [ 119.9660414, 30.2419355 ], [ 119.9657571, 30.2423062 ] ], [ [ 119.9657571, 30.2423062 ], [ 119.9655729, 30.2426535 ] ], [ [ 119.9655729, 30.2426535 ], [ 119.9654058, 30.2436985 ] ], [ [ 119.9654058, 30.2436985 ], [ 119.9650394, 30.2442339 ] ], [ [ 119.9865157, 30.2384666 ], [ 119.9863668, 30.2384571 ] ], [ [ 119.9923058, 30.2380715 ], [ 119.9922011, 30.2388303 ] ], [ [ 119.9922011, 30.2388303 ], [ 119.9921883, 30.2391521 ] ], [ [ 119.9921883, 30.2391521 ], [ 119.9921819, 30.2393852 ] ], [ [ 119.9921819, 30.2393852 ], [ 119.992169, 30.2395795 ] ], [ [ 119.992169, 30.2395795 ], [ 119.9923617, 30.2403176 ] ], [ [ 119.9723758, 30.2618469 ], [ 119.9723252, 30.2617061 ] ], [ [ 119.9723252, 30.2617061 ], [ 119.971946, 30.2608314 ] ], [ [ 119.971946, 30.2608314 ], [ 119.9715454, 30.2602626 ] ], [ [ 119.9715454, 30.2602626 ], [ 119.9712423, 30.2598875 ] ], [ [ 119.9712423, 30.2598875 ], [ 119.9709695, 30.2595195 ] ], [ [ 119.9709695, 30.2595195 ], [ 119.9708309, 30.2592818 ] ], [ [ 119.9708309, 30.2592818 ], [ 119.9707086, 30.2590245 ] ], [ [ 119.9707086, 30.2590245 ], [ 119.9706146, 30.258794 ] ], [ [ 119.9706146, 30.258794 ], [ 119.970184, 30.2576738 ] ], [ [ 119.970184, 30.2576738 ], [ 119.9698883, 30.2570003 ] ], [ [ 119.9698883, 30.2570003 ], [ 119.9693649, 30.2559853 ] ], [ [ 119.9693649, 30.2559853 ], [ 119.969209, 30.255698 ] ], [ [ 119.969209, 30.255698 ], [ 119.969149, 30.2555875 ] ], [ [ 119.969149, 30.2555875 ], [ 119.9689603, 30.2553157 ] ], [ [ 119.9689603, 30.2553157 ], [ 119.968766, 30.2550988 ] ], [ [ 119.968766, 30.2550988 ], [ 119.9685091, 30.2548683 ] ], [ [ 119.9685091, 30.2548683 ], [ 119.9671311, 30.2536908 ] ], [ [ 119.9671311, 30.2536908 ], [ 119.9664653, 30.2529519 ] ], [ [ 119.9664653, 30.2529519 ], [ 119.966297, 30.252765 ] ], [ [ 119.966297, 30.252765 ], [ 119.966088, 30.2525781 ] ], [ [ 119.966088, 30.2525781 ], [ 119.9657673, 30.252328 ] ], [ [ 119.9657673, 30.252328 ], [ 119.9655449, 30.252112 ] ], [ [ 119.9655449, 30.252112 ], [ 119.9654687, 30.252038 ] ], [ [ 119.9654687, 30.252038 ], [ 119.9653195, 30.2518543 ] ], [ [ 119.9653195, 30.2518543 ], [ 119.9652027, 30.2517268 ] ], [ [ 119.9652027, 30.2517268 ], [ 119.9650445, 30.2514851 ] ], [ [ 119.9650445, 30.2514851 ], [ 119.9649573, 30.2512589 ] ], [ [ 119.9649573, 30.2512589 ], [ 119.9648742, 30.2509976 ] ], [ [ 119.9648742, 30.2509976 ], [ 119.9648112, 30.2506719 ] ], [ [ 119.9648112, 30.2506719 ], [ 119.9647807, 30.2503533 ] ], [ [ 119.9647807, 30.2503533 ], [ 119.9648092, 30.2497753 ] ], [ [ 119.9724465, 30.262013 ], [ 119.9723758, 30.2618469 ] ], [ [ 119.9860162, 30.2554799 ], [ 119.986091, 30.2554023 ] ], [ [ 119.9832486, 30.2628386 ], [ 119.9837267, 30.2620942 ] ], [ [ 119.9837267, 30.2620942 ], [ 119.9838318, 30.2619258 ] ], [ [ 119.9838318, 30.2619258 ], [ 119.9840205, 30.2615725 ] ], [ [ 119.9840205, 30.2615725 ], [ 119.9841387, 30.2613288 ] ], [ [ 119.9841387, 30.2613288 ], [ 119.9842198, 30.2611293 ] ], [ [ 119.9842198, 30.2611293 ], [ 119.9843203, 30.2608307 ] ], [ [ 119.9843203, 30.2608307 ], [ 119.9843803, 30.2606358 ] ], [ [ 119.9843803, 30.2606358 ], [ 119.9844772, 30.2602489 ] ], [ [ 119.9844772, 30.2602489 ], [ 119.9845359, 30.2598215 ] ], [ [ 119.9845359, 30.2598215 ], [ 119.9845654, 30.2596062 ] ], [ [ 119.9845654, 30.2596062 ], [ 119.9847506, 30.2580617 ] ], [ [ 119.9847506, 30.2580617 ], [ 119.9847841, 30.257917 ] ], [ [ 119.9847841, 30.257917 ], [ 119.9848264, 30.2577799 ] ], [ [ 119.9848264, 30.2577799 ], [ 119.9848846, 30.2575941 ] ], [ [ 119.9848846, 30.2575941 ], [ 119.9849392, 30.2574722 ] ], [ [ 119.9849392, 30.2574722 ], [ 119.9850063, 30.2573291 ] ], [ [ 119.9850063, 30.2573291 ], [ 119.9851456, 30.2570458 ] ], [ [ 119.9851456, 30.2570458 ], [ 119.985694, 30.2559095 ] ], [ [ 119.985694, 30.2559095 ], [ 119.9857821, 30.2557419 ] ], [ [ 119.9857821, 30.2557419 ], [ 119.9858197, 30.2556838 ] ], [ [ 119.9858197, 30.2556838 ], [ 119.9860162, 30.2554799 ] ], [ [ 119.9770023, 30.2607954 ], [ 119.9783307, 30.2624444 ] ], [ [ 119.9783307, 30.2624444 ], [ 119.9785075, 30.2626639 ] ], [ [ 119.9785075, 30.2626639 ], [ 119.9786407, 30.2630377 ] ], [ [ 119.9786407, 30.2630377 ], [ 119.9787422, 30.2633769 ] ], [ [ 119.9921642, 30.2679498 ], [ 119.9921406, 30.2680606 ] ], [ [ 119.9949626, 30.2684556 ], [ 119.9949933, 30.2683192 ] ], [ [ 119.9686721, 30.2627484 ], [ 119.9687109, 30.2628423 ] ], [ [ 119.9738981, 30.2654182 ], [ 119.9734836, 30.2644645 ] ], [ [ 119.9734836, 30.2644645 ], [ 119.9730946, 30.2635368 ] ], [ [ 119.9730946, 30.2635368 ], [ 119.9724465, 30.262013 ] ], [ [ 119.9701766, 30.2663434 ], [ 119.9695152, 30.2647853 ] ], [ [ 119.9695152, 30.2647853 ], [ 119.9694766, 30.2646943 ] ], [ [ 119.9694766, 30.2646943 ], [ 119.9687109, 30.2628423 ] ], [ [ 119.9738981, 30.2654182 ], [ 119.9739815, 30.2655913 ] ], [ [ 119.9832486, 30.2628386 ], [ 119.9831463, 30.2629982 ] ], [ [ 119.9787422, 30.2633769 ], [ 119.9787605, 30.2634834 ] ], [ [ 119.9790531, 30.2668289 ], [ 119.979806, 30.2668048 ] ], [ [ 119.979806, 30.2668048 ], [ 119.9801279, 30.2667997 ] ], [ [ 119.9801279, 30.2667997 ], [ 119.9803036, 30.2667943 ] ], [ [ 119.9803036, 30.2667943 ], [ 119.9804642, 30.2667717 ] ], [ [ 119.9804642, 30.2667717 ], [ 119.980652, 30.2667085 ] ], [ [ 119.980652, 30.2667085 ], [ 119.9808623, 30.2665756 ] ], [ [ 119.9808623, 30.2665756 ], [ 119.9810587, 30.2663793 ] ], [ [ 119.9810587, 30.2663793 ], [ 119.9812115, 30.2661781 ] ], [ [ 119.9812115, 30.2661781 ], [ 119.9821745, 30.2646212 ] ], [ [ 119.9821745, 30.2646212 ], [ 119.9824092, 30.2642284 ] ], [ [ 119.9824092, 30.2642284 ], [ 119.9831463, 30.2629982 ] ], [ [ 120.0184359, 30.2472598 ], [ 120.0189762, 30.2471915 ] ], [ [ 120.0189762, 30.2471915 ], [ 120.0191869, 30.2472413 ] ], [ [ 120.0191869, 30.2472413 ], [ 120.0194229, 30.2471764 ] ], [ [ 120.0194229, 30.2471764 ], [ 120.0201847, 30.247232 ] ], [ [ 120.0201847, 30.247232 ], [ 120.022621, 30.2474425 ] ], [ [ 120.022621, 30.2474425 ], [ 120.0227596, 30.2474545 ] ], [ [ 120.0227596, 30.2474545 ], [ 120.0250636, 30.2479341 ] ], [ [ 120.0250636, 30.2479341 ], [ 120.0256954, 30.2480771 ] ], [ [ 120.0079053, 30.2512 ], [ 120.0079179, 30.2510899 ] ], [ [ 120.0079179, 30.2510899 ], [ 120.00798, 30.2507324 ] ], [ [ 120.00798, 30.2507324 ], [ 120.0084538, 30.2481999 ] ], [ [ 120.0084538, 30.2481999 ], [ 120.0084685, 30.2481213 ] ], [ [ 120.0084685, 30.2481213 ], [ 120.0086311, 30.2471168 ] ], [ [ 120.0086311, 30.2471168 ], [ 120.0087531, 30.2465198 ] ], [ [ 120.0087531, 30.2465198 ], [ 120.0090335, 30.2449218 ] ], [ [ 120.0181418, 30.250166 ], [ 120.014036, 30.2505817 ] ], [ [ 120.0138049, 30.2506078 ], [ 120.014036, 30.2505817 ] ], [ [ 120.0138049, 30.2506078 ], [ 120.0115482, 30.2508059 ] ], [ [ 120.0115482, 30.2508059 ], [ 120.0111596, 30.2508583 ] ], [ [ 120.0111596, 30.2508583 ], [ 120.0109469, 30.2508721 ] ], [ [ 120.0109469, 30.2508721 ], [ 120.0079053, 30.2512 ] ], [ [ 120.0038541, 30.2517146 ], [ 120.0046367, 30.2516222 ] ], [ [ 120.0046367, 30.2516222 ], [ 120.0079053, 30.2512 ] ], [ [ 120.0425982, 30.2499822 ], [ 120.0426307, 30.2498378 ] ], [ [ 120.0427771, 30.2498684 ], [ 120.0427476, 30.2500155 ] ], [ [ 120.042119, 30.2509359 ], [ 120.0423412, 30.2507645 ], [ 120.0424109, 30.2506864 ], [ 120.0424858, 30.2504536 ], [ 120.0425012, 30.250395 ], [ 120.0425982, 30.2499822 ] ], [ [ 120.0427476, 30.2500155 ], [ 120.0427052, 30.2502463 ], [ 120.0425419, 30.250711 ], [ 120.0425067, 30.2507662 ], [ 120.042494, 30.2507863 ], [ 120.0423465, 30.2508714 ], [ 120.042119, 30.2509359 ] ], [ [ 120.024763, 30.2530922 ], [ 120.0247846, 30.2524269 ] ], [ [ 120.0247846, 30.2524269 ], [ 120.024809, 30.2521815 ] ], [ [ 120.024809, 30.2521815 ], [ 120.0248732, 30.2515372 ] ], [ [ 120.0248732, 30.2515372 ], [ 120.0249159, 30.2513727 ] ], [ [ 120.0249159, 30.2513727 ], [ 120.0250878, 30.2506197 ] ], [ [ 120.0250878, 30.2506197 ], [ 120.0252623, 30.2499617 ] ], [ [ 120.0252623, 30.2499617 ], [ 120.025302, 30.2497991 ] ], [ [ 120.025302, 30.2497991 ], [ 120.0253932, 30.2494695 ] ], [ [ 120.0253932, 30.2494695 ], [ 120.0255562, 30.2487185 ] ], [ [ 120.0255562, 30.2487185 ], [ 120.0256954, 30.2480771 ] ], [ [ 120.0314057, 30.2473874 ], [ 120.0311631, 30.2487872 ] ], [ [ 120.0311631, 30.2487872 ], [ 120.0310108, 30.249583 ] ], [ [ 120.0310108, 30.249583 ], [ 120.0307737, 30.2509073 ] ], [ [ 120.0307737, 30.2509073 ], [ 120.0308551, 30.2511352 ] ], [ [ 120.0308551, 30.2511352 ], [ 120.0309386, 30.2513242 ] ], [ [ 120.0309386, 30.2513242 ], [ 120.0310467, 30.2515132 ] ], [ [ 120.0310467, 30.2515132 ], [ 120.0310765, 30.2516097 ] ], [ [ 120.0310765, 30.2516097 ], [ 120.0310867, 30.2517148 ] ], [ [ 120.0310867, 30.2517148 ], [ 120.031077, 30.2518178 ] ], [ [ 120.031077, 30.2518178 ], [ 120.0310674, 30.251925 ] ], [ [ 120.0310674, 30.251925 ], [ 120.0310558, 30.2520228 ] ], [ [ 120.0310558, 30.2520228 ], [ 120.0307795, 30.2530429 ] ], [ [ 120.0307795, 30.2530429 ], [ 120.0307226, 30.253272 ] ], [ [ 120.0307226, 30.253272 ], [ 120.0304667, 30.2543052 ] ], [ [ 120.0304667, 30.2543052 ], [ 120.0296629, 30.2541291 ] ], [ [ 120.0296629, 30.2541291 ], [ 120.0271938, 30.253588 ] ], [ [ 120.0271938, 30.253588 ], [ 120.0265176, 30.2534501 ] ], [ [ 120.0265176, 30.2534501 ], [ 120.0263037, 30.2534065 ] ], [ [ 120.0263037, 30.2534065 ], [ 120.0262071, 30.2533868 ] ], [ [ 120.0262071, 30.2533868 ], [ 120.0256456, 30.2532723 ] ], [ [ 120.0256456, 30.2532723 ], [ 120.024763, 30.2530922 ] ], [ [ 120.0304667, 30.2543052 ], [ 120.0312938, 30.2544813 ] ], [ [ 120.0312938, 30.2544813 ], [ 120.0320414, 30.2546405 ] ], [ [ 120.0320414, 30.2546405 ], [ 120.0320683, 30.2546462 ] ], [ [ 120.0320683, 30.2546462 ], [ 120.0321819, 30.2546704 ] ], [ [ 120.0321819, 30.2546704 ], [ 120.0335946, 30.2549561 ] ], [ [ 120.0335946, 30.2549561 ], [ 120.0342608, 30.2550909 ] ], [ [ 120.024763, 30.2530922 ], [ 120.0245851, 30.2544732 ] ], [ [ 120.0245851, 30.2544732 ], [ 120.0244879, 30.2553054 ] ], [ [ 120.0244879, 30.2553054 ], [ 120.0242062, 30.2571495 ] ], [ [ 120.0084922, 30.2557974 ], [ 120.0082692, 30.2541133 ] ], [ [ 120.0082692, 30.2541133 ], [ 120.0082155, 30.2537081 ] ], [ [ 120.0082155, 30.2537081 ], [ 120.0082112, 30.2536754 ] ], [ [ 120.0082112, 30.2536754 ], [ 120.0079347, 30.2519274 ] ], [ [ 120.0079347, 30.2519274 ], [ 120.0079053, 30.2512 ] ], [ [ 120.0084922, 30.2557974 ], [ 120.0085074, 30.2559254 ] ], [ [ 120.0344779, 30.2551536 ], [ 120.0342608, 30.2550909 ] ], [ [ 120.0294521, 30.2581615 ], [ 120.0296037, 30.2574722 ] ], [ [ 120.0296037, 30.2574722 ], [ 120.0304667, 30.2543052 ] ], [ [ 120.0241859, 30.2573055 ], [ 120.0242062, 30.2571495 ] ], [ [ 120.0013565, 30.2693656 ], [ 120.0013966, 30.2692388 ] ], [ [ 120.0605743, 30.2827541 ], [ 120.0605811, 30.2826577 ] ], [ [ 120.0431735, 30.2483558 ], [ 120.0432227, 30.2484199 ], [ 120.0431555, 30.2486238 ], [ 120.0430834, 30.2488409 ], [ 120.0430207, 30.2490294 ], [ 120.0428152, 30.2497147 ], [ 120.0427771, 30.2498684 ] ], [ [ 120.0434926, 30.2806356 ], [ 120.0434707, 30.2807319 ] ], [ [ 120.0294133, 30.2583381 ], [ 120.0294521, 30.2581615 ] ], [ [ 120.0434926, 30.2806356 ], [ 120.043509, 30.280546 ] ], [ [ 120.043509, 30.280546 ], [ 120.0435303, 30.2803313 ] ], [ [ 120.0435303, 30.2803313 ], [ 120.0435585, 30.2798691 ] ], [ [ 120.0435585, 30.2798691 ], [ 120.0435498, 30.2797189 ] ], [ [ 120.0435498, 30.2797189 ], [ 120.0435234, 30.2795748 ] ], [ [ 120.0435234, 30.2795748 ], [ 120.043383, 30.2792287 ] ], [ [ 120.043383, 30.2792287 ], [ 120.0432424, 30.2790471 ] ], [ [ 120.0432424, 30.2790471 ], [ 120.0429192, 30.278662 ] ], [ [ 120.0429192, 30.278662 ], [ 120.0427695, 30.2784897 ] ], [ [ 120.0427695, 30.2784897 ], [ 120.0425872, 30.2782799 ] ], [ [ 120.0425872, 30.2782799 ], [ 120.0422387, 30.2778422 ] ], [ [ 120.0422387, 30.2778422 ], [ 120.04215, 30.2776494 ] ], [ [ 120.04215, 30.2776494 ], [ 120.0420828, 30.2774567 ] ], [ [ 120.0420828, 30.2774567 ], [ 120.0420413, 30.2773203 ] ], [ [ 120.0420413, 30.2773203 ], [ 120.0420248, 30.2771901 ] ], [ [ 120.0420248, 30.2771901 ], [ 120.0419786, 30.2769086 ] ], [ [ 120.0419786, 30.2769086 ], [ 120.0419051, 30.2763798 ] ], [ [ 120.0419051, 30.2763798 ], [ 120.0416628, 30.2747791 ] ], [ [ 120.0416628, 30.2747791 ], [ 120.0415279, 30.2739572 ] ], [ [ 120.0415279, 30.2739572 ], [ 120.0414622, 30.2735386 ] ], [ [ 120.0414622, 30.2735386 ], [ 120.0414365, 30.2733308 ] ], [ [ 120.0414365, 30.2733308 ], [ 120.0414019, 30.2730923 ] ], [ [ 120.0414019, 30.2730923 ], [ 120.0412468, 30.2722443 ] ], [ [ 120.0412468, 30.2722443 ], [ 120.0411853, 30.2718158 ] ], [ [ 120.0411853, 30.2718158 ], [ 120.0411149, 30.2713856 ] ], [ [ 120.0411149, 30.2713856 ], [ 120.0410016, 30.2707222 ] ], [ [ 120.0410016, 30.2707222 ], [ 120.0409321, 30.2702148 ] ], [ [ 120.0409321, 30.2702148 ], [ 120.0409038, 30.2700073 ] ], [ [ 120.0409038, 30.2700073 ], [ 120.0407877, 30.2692773 ] ], [ [ 120.0407877, 30.2692773 ], [ 120.0407352, 30.2689815 ] ], [ [ 120.0407352, 30.2689815 ], [ 120.0407133, 30.2688584 ] ], [ [ 120.0407133, 30.2688584 ], [ 120.0406209, 30.2681927 ] ], [ [ 120.0406209, 30.2681927 ], [ 120.0406025, 30.2679215 ] ], [ [ 120.0406025, 30.2679215 ], [ 120.0405972, 30.2676426 ] ], [ [ 120.0405972, 30.2676426 ], [ 120.040591, 30.2675044 ] ], [ [ 120.040591, 30.2675044 ], [ 120.0405911, 30.2674872 ] ], [ [ 120.0405911, 30.2674872 ], [ 120.0404979, 30.2671483 ] ], [ [ 120.0404979, 30.2671483 ], [ 120.0404632, 30.2670295 ] ], [ [ 120.0404632, 30.2670295 ], [ 120.0403956, 30.2667127 ] ], [ [ 120.0403956, 30.2667127 ], [ 120.0403541, 30.266474 ] ], [ [ 120.0403541, 30.266474 ], [ 120.0403428, 30.2662438 ] ], [ [ 120.0403428, 30.2662438 ], [ 120.0403453, 30.2658959 ] ], [ [ 120.0403453, 30.2658959 ], [ 120.0403565, 30.2655457 ] ], [ [ 120.0403565, 30.2655457 ], [ 120.0403554, 30.2653598 ] ], [ [ 120.0403554, 30.2653598 ], [ 120.0403383, 30.2651998 ] ], [ [ 120.0403383, 30.2651998 ], [ 120.0403071, 30.2650345 ] ], [ [ 120.0403071, 30.2650345 ], [ 120.0402652, 30.2648691 ] ], [ [ 120.0402652, 30.2648691 ], [ 120.0401711, 30.2645762 ] ], [ [ 120.0401711, 30.2645762 ], [ 120.0400699, 30.2642895 ] ], [ [ 120.0400699, 30.2642895 ], [ 120.0399136, 30.263804 ] ], [ [ 120.0399136, 30.263804 ], [ 120.0397885, 30.2631115 ] ], [ [ 120.0397885, 30.2631115 ], [ 120.0397813, 30.2630706 ] ], [ [ 120.0397813, 30.2630706 ], [ 120.0397756, 30.2630382 ] ], [ [ 120.0397756, 30.2630382 ], [ 120.0397155, 30.2626185 ] ], [ [ 120.0397155, 30.2626185 ], [ 120.0396365, 30.2621564 ] ], [ [ 120.0396365, 30.2621564 ], [ 120.0396155, 30.2620188 ] ], [ [ 120.0396155, 30.2620188 ], [ 120.0395697, 30.2617182 ] ], [ [ 120.0395697, 30.2617182 ], [ 120.0395488, 30.2615807 ] ], [ [ 120.0395488, 30.2615807 ], [ 120.0395376, 30.2615056 ] ], [ [ 120.0395376, 30.2615056 ], [ 120.039528, 30.2614409 ] ], [ [ 120.039528, 30.2614409 ], [ 120.0394084, 30.2604065 ] ], [ [ 120.0394084, 30.2604065 ], [ 120.0392985, 30.2597675 ] ], [ [ 120.0392985, 30.2597675 ], [ 120.0392361, 30.2594425 ] ], [ [ 120.0392361, 30.2594425 ], [ 120.0391874, 30.2591307 ] ], [ [ 120.0391874, 30.2591307 ], [ 120.0391347, 30.2587214 ] ], [ [ 120.0391347, 30.2587214 ], [ 120.039107, 30.2583151 ] ], [ [ 120.039107, 30.2583151 ], [ 120.0390468, 30.2577308 ] ], [ [ 120.0390468, 30.2577308 ], [ 120.0390246, 30.2574477 ] ], [ [ 120.0390246, 30.2574477 ], [ 120.0390143, 30.2571069 ] ], [ [ 120.0390143, 30.2571069 ], [ 120.0389958, 30.2564915 ] ], [ [ 120.0389958, 30.2564915 ], [ 120.0389941, 30.2557212 ] ], [ [ 120.0389941, 30.2557212 ], [ 120.0390151, 30.2550558 ] ], [ [ 120.0390151, 30.2550558 ], [ 120.0390343, 30.2546965 ] ], [ [ 120.0390343, 30.2546965 ], [ 120.0390538, 30.2543309 ] ], [ [ 120.0390538, 30.2543309 ], [ 120.0390738, 30.2540518 ] ], [ [ 120.0390738, 30.2540518 ], [ 120.0391006, 30.2536784 ] ], [ [ 120.0391006, 30.2536784 ], [ 120.0391528, 30.2532056 ] ], [ [ 120.0391528, 30.2532056 ], [ 120.03912, 30.2531119 ] ], [ [ 120.03912, 30.2531119 ], [ 120.0392216, 30.2522987 ] ], [ [ 120.0392216, 30.2522987 ], [ 120.0392531, 30.2520531 ] ], [ [ 120.0392531, 30.2520531 ], [ 120.0392604, 30.2518579 ] ], [ [ 120.0392604, 30.2518579 ], [ 120.0392959, 30.2517156 ] ], [ [ 120.0392959, 30.2517156 ], [ 120.0393211, 30.2516341 ] ], [ [ 120.0393211, 30.2516341 ], [ 120.0393582, 30.2515571 ] ], [ [ 120.0393582, 30.2515571 ], [ 120.0394951, 30.2513639 ] ], [ [ 120.0394951, 30.2513639 ], [ 120.0396086, 30.251239 ] ], [ [ 120.0396086, 30.251239 ], [ 120.0397579, 30.2510987 ] ], [ [ 120.0397579, 30.2510987 ], [ 120.0399107, 30.2509891 ] ], [ [ 120.0399107, 30.2509891 ], [ 120.0400844, 30.250924 ] ], [ [ 120.0400844, 30.250924 ], [ 120.0402638, 30.2508999 ] ], [ [ 120.0402638, 30.2508999 ], [ 120.0405749, 30.2509056 ] ], [ [ 120.0405749, 30.2509056 ], [ 120.040757, 30.2509089 ] ], [ [ 120.040757, 30.2509089 ], [ 120.0418235, 30.2509341 ] ], [ [ 120.0418235, 30.2509341 ], [ 120.0419933, 30.2509407 ] ], [ [ 120.0419933, 30.2509407 ], [ 120.042119, 30.2509359 ] ], [ [ 120.0274955, 30.2734412 ], [ 120.0273985, 30.2731478 ], [ 120.0273449, 30.2703399 ], [ 120.0274979, 30.2703465 ], [ 120.0275668, 30.2731478 ], [ 120.0274955, 30.2734412 ] ], [ [ 120.0008964, 30.2713683 ], [ 120.000943, 30.2711512 ] ], [ [ 120.000943, 30.2711512 ], [ 120.0010145, 30.2708164 ] ], [ [ 120.0010145, 30.2708164 ], [ 120.0010552, 30.270617 ] ], [ [ 120.0010552, 30.270617 ], [ 120.0012252, 30.2699449 ] ], [ [ 120.0012252, 30.2699449 ], [ 120.0012742, 30.2697513 ] ], [ [ 120.0012742, 30.2697513 ], [ 120.0013229, 30.2695633 ] ], [ [ 120.0013229, 30.2695633 ], [ 120.0013565, 30.2693656 ] ], [ [ 120.0008736, 30.2714485 ], [ 120.0008964, 30.2713683 ] ], [ [ 120.014691, 30.2720607 ], [ 120.0147332, 30.2719381 ] ], [ [ 120.0008736, 30.2714485 ], [ 120.0002645, 30.2735928 ] ], [ [ 120.0002645, 30.2735928 ], [ 120.000203, 30.2738549 ] ], [ [ 120.000203, 30.2738549 ], [ 120.0001555, 30.2740957 ] ], [ [ 120.0008736, 30.2714485 ], [ 120.0017155, 30.2715925 ], [ 120.0020104, 30.2716363 ], [ 120.002274, 30.2717361 ], [ 120.0025046, 30.2718758 ], [ 120.0027062, 30.2721034 ], [ 120.0027952, 30.2722876 ], [ 120.0028238, 30.2725649 ], [ 120.0024165, 30.273965 ], [ 120.0023696, 30.2741382 ], [ 120.002334, 30.27424 ], [ 120.0022736, 30.2744268 ] ], [ [ 120.0152678, 30.2743131 ], [ 120.0151779, 30.2737799 ] ], [ [ 120.0151779, 30.2737799 ], [ 120.0149681, 30.2731408 ] ], [ [ 120.0149681, 30.2731408 ], [ 120.0149362, 30.2730244 ] ], [ [ 120.0149362, 30.2730244 ], [ 120.0146601, 30.2722061 ] ], [ [ 120.0146601, 30.2722061 ], [ 120.014662, 30.2721411 ] ], [ [ 120.014662, 30.2721411 ], [ 120.014691, 30.2720607 ] ], [ [ 120.0001555, 30.2740957 ], [ 120.0012337, 30.2742631 ] ], [ [ 120.0012337, 30.2742631 ], [ 120.0022232, 30.2744167 ] ], [ [ 120.0022232, 30.2744167 ], [ 120.0022736, 30.2744268 ] ], [ [ 120.0152678, 30.2743131 ], [ 120.0181838, 30.2745985 ] ], [ [ 120.0069513, 30.2754032 ], [ 120.0058154, 30.275136 ] ], [ [ 120.0058154, 30.275136 ], [ 120.0053133, 30.2750361 ] ], [ [ 120.0053133, 30.2750361 ], [ 120.0052399, 30.2750237 ] ], [ [ 120.0052399, 30.2750237 ], [ 120.0030159, 30.2745762 ] ], [ [ 120.0030159, 30.2745762 ], [ 120.0022736, 30.2744268 ] ], [ [ 120.0152678, 30.2743131 ], [ 120.0152763, 30.2745647 ] ], [ [ 120.0152763, 30.2745647 ], [ 120.0152834, 30.274776 ] ], [ [ 120.0152834, 30.274776 ], [ 120.015289, 30.2749403 ] ], [ [ 120.015289, 30.2749403 ], [ 120.0152324, 30.275449 ] ], [ [ 120.0152324, 30.275449 ], [ 120.0151067, 30.2758695 ] ], [ [ 120.0017603, 30.2759245 ], [ 120.0019833, 30.2751939 ] ], [ [ 120.0019833, 30.2751939 ], [ 120.0022232, 30.2744167 ] ], [ [ 120.0151067, 30.2758695 ], [ 120.0132839, 30.2753349 ] ], [ [ 120.0132839, 30.2753349 ], [ 120.0116565, 30.2748578 ] ], [ [ 120.0069513, 30.2754032 ], [ 120.0071111, 30.2754397 ] ], [ [ 119.9997619, 30.2755578 ], [ 120.0008548, 30.2757529 ] ], [ [ 120.0008548, 30.2757529 ], [ 120.0017603, 30.2759245 ] ], [ [ 120.0071111, 30.2754397 ], [ 120.0084687, 30.2758054 ] ], [ [ 120.0084687, 30.2758054 ], [ 120.0093346, 30.2760365 ] ], [ [ 120.0093346, 30.2760365 ], [ 120.0099946, 30.2762127 ] ], [ [ 120.0099946, 30.2762127 ], [ 120.0102311, 30.2762758 ] ], [ [ 120.0102311, 30.2762758 ], [ 120.0112504, 30.2765479 ] ], [ [ 120.0177677, 30.2764687 ], [ 120.0165699, 30.276209 ] ], [ [ 120.0165699, 30.276209 ], [ 120.0164946, 30.2761925 ] ], [ [ 120.0164946, 30.2761925 ], [ 120.0156284, 30.2760025 ] ], [ [ 120.0156284, 30.2760025 ], [ 120.0151067, 30.2758695 ] ], [ [ 120.004546, 30.2765265 ], [ 120.0026528, 30.2761105 ] ], [ [ 120.0026528, 30.2761105 ], [ 120.0017603, 30.2759245 ] ], [ [ 120.0151067, 30.2758695 ], [ 120.0150004, 30.2761277 ] ], [ [ 120.0150004, 30.2761277 ], [ 120.0147659, 30.27659 ] ], [ [ 120.0147659, 30.27659 ], [ 120.0147389, 30.2766343 ] ], [ [ 120.0147389, 30.2766343 ], [ 120.0142877, 30.2772916 ] ], [ [ 120.0142877, 30.2772916 ], [ 120.0141601, 30.2774736 ] ], [ [ 120.0275093, 30.2735822 ], [ 120.0274955, 30.2734412 ] ], [ [ 120.0275093, 30.2735822 ], [ 120.0274965, 30.2737626 ] ], [ [ 120.0274965, 30.2737626 ], [ 120.0275299, 30.2747588 ] ], [ [ 120.0275299, 30.2747588 ], [ 120.0275643, 30.2756352 ] ], [ [ 120.0275643, 30.2756352 ], [ 120.0275431, 30.2767229 ] ], [ [ 120.0275431, 30.2767229 ], [ 120.027538, 30.2770158 ] ], [ [ 120.027538, 30.2770158 ], [ 120.02749, 30.277325 ] ], [ [ 120.02749, 30.277325 ], [ 120.0273323, 30.2778332 ] ], [ [ 120.0273323, 30.2778332 ], [ 120.027246, 30.2781494 ] ], [ [ 120.027246, 30.2781494 ], [ 120.0270959, 30.2787407 ] ], [ [ 120.0270959, 30.2787407 ], [ 120.0269906, 30.2791552 ] ], [ [ 120.0269906, 30.2791552 ], [ 120.0267454, 30.279954 ] ], [ [ 120.0141601, 30.2774736 ], [ 120.0133961, 30.277217 ] ], [ [ 120.0133961, 30.277217 ], [ 120.0132378, 30.2771638 ] ], [ [ 120.0132378, 30.2771638 ], [ 120.0125367, 30.2769304 ] ], [ [ 120.0125367, 30.2769304 ], [ 120.0112504, 30.2765479 ] ], [ [ 120.0009443, 30.2786067 ], [ 120.0010347, 30.2782911 ] ], [ [ 120.0010347, 30.2782911 ], [ 120.0011376, 30.277976 ] ], [ [ 120.0011376, 30.277976 ], [ 120.00116, 30.2779073 ] ], [ [ 120.00116, 30.2779073 ], [ 120.0012374, 30.2776633 ] ], [ [ 120.0012374, 30.2776633 ], [ 120.0012572, 30.2776109 ] ], [ [ 120.0012572, 30.2776109 ], [ 120.0014609, 30.2769677 ] ], [ [ 120.0014609, 30.2769677 ], [ 120.0014805, 30.2768944 ] ], [ [ 120.0014805, 30.2768944 ], [ 120.0015016, 30.2768155 ] ], [ [ 120.0015016, 30.2768155 ], [ 120.0015181, 30.276754 ] ], [ [ 120.0015181, 30.276754 ], [ 120.0017603, 30.2759245 ] ], [ [ 120.0141601, 30.2774736 ], [ 120.0155721, 30.2779031 ] ], [ [ 120.0155721, 30.2779031 ], [ 120.0158852, 30.277999 ] ], [ [ 120.0158852, 30.277999 ], [ 120.0159513, 30.2780193 ] ], [ [ 120.0159513, 30.2780193 ], [ 120.0171004, 30.2783885 ] ], [ [ 120.0171004, 30.2783885 ], [ 120.0172748, 30.2784369 ] ], [ [ 119.9790531, 30.2668289 ], [ 119.9788706, 30.2647908 ] ], [ [ 119.9788706, 30.2647908 ], [ 119.9787605, 30.2634834 ] ], [ [ 119.9790531, 30.2668289 ], [ 119.9766476, 30.2669793 ] ], [ [ 119.9766476, 30.2669793 ], [ 119.9745793, 30.2671086 ] ], [ [ 119.9790531, 30.2668289 ], [ 119.9791963, 30.2684721 ] ], [ [ 119.9739815, 30.2655913 ], [ 119.9745793, 30.2671086 ] ], [ [ 119.9701766, 30.2663434 ], [ 119.9702579, 30.2666178 ] ], [ [ 119.9702579, 30.2666178 ], [ 119.9707431, 30.267949 ] ], [ [ 119.9745793, 30.2671086 ], [ 119.974706, 30.2674913 ] ], [ [ 119.974706, 30.2674913 ], [ 119.975193, 30.2686432 ] ], [ [ 119.9708042, 30.2680944 ], [ 119.9707431, 30.267949 ] ], [ [ 119.9950855, 30.2684731 ], [ 119.9951183, 30.2683396 ] ], [ [ 119.9949714, 30.2689377 ], [ 119.9950855, 30.2684731 ] ], [ [ 119.9983361, 30.2689266 ], [ 119.9983706, 30.268796 ] ], [ [ 119.9985331, 30.2688147 ], [ 119.9985034, 30.2689421 ] ], [ [ 119.9921406, 30.2680606 ], [ 119.9920894, 30.2684135 ] ], [ [ 119.9920894, 30.2684135 ], [ 119.9920103, 30.2690764 ] ], [ [ 119.9920103, 30.2690764 ], [ 119.9920001, 30.269175 ] ], [ [ 119.9920001, 30.269175 ], [ 119.9919704, 30.2696529 ] ], [ [ 119.9919704, 30.2696529 ], [ 119.9919611, 30.269756 ] ], [ [ 119.9919611, 30.269756 ], [ 119.9919483, 30.2699253 ] ], [ [ 119.9919483, 30.2699253 ], [ 119.9919479, 30.2701495 ] ], [ [ 119.9945416, 30.2704102 ], [ 119.9945821, 30.2701393 ], [ 119.9946933, 30.2696484 ], [ 119.9947049, 30.2695865 ], [ 119.9948551, 30.2689334 ], [ 119.9948556, 30.2689316 ], [ 119.9949626, 30.2684556 ] ], [ [ 119.9949714, 30.2689377 ], [ 119.9948311, 30.2696043 ], [ 119.9947148, 30.2701905 ], [ 119.994666, 30.2704368 ] ], [ [ 119.9979124, 30.2708631 ], [ 119.9980015, 30.2704558 ], [ 119.9980461, 30.2702455 ], [ 119.9981911, 30.2695958 ], [ 119.9982004, 30.2695537 ], [ 119.9982075, 30.2695174 ], [ 119.9982735, 30.2692127 ], [ 119.9983361, 30.2689266 ] ], [ [ 119.9985034, 30.2689421 ], [ 119.9983798, 30.2694989 ], [ 119.998361, 30.2695917 ], [ 119.9983513, 30.2696358 ], [ 119.9982097, 30.270268 ], [ 119.9981584, 30.2705013 ], [ 119.9980762, 30.2708726 ] ], [ [ 119.9863351, 30.2698859 ], [ 119.9865905, 30.26989 ] ], [ [ 119.9865905, 30.26989 ], [ 119.9892463, 30.2699623 ] ], [ [ 119.9892463, 30.2699623 ], [ 119.9919479, 30.2701495 ] ], [ [ 119.9798935, 30.2717985 ], [ 119.980035, 30.2715691 ] ], [ [ 119.980035, 30.2715691 ], [ 119.9803765, 30.2709682 ] ], [ [ 119.9803765, 30.2709682 ], [ 119.9807315, 30.2704396 ] ], [ [ 119.9807315, 30.2704396 ], [ 119.9808928, 30.2702738 ] ], [ [ 119.9808928, 30.2702738 ], [ 119.9811211, 30.2700946 ] ], [ [ 119.9811211, 30.2700946 ], [ 119.9813998, 30.2699388 ] ], [ [ 119.9813998, 30.2699388 ], [ 119.9816745, 30.2698575 ] ], [ [ 119.9816745, 30.2698575 ], [ 119.9819798, 30.269815 ] ], [ [ 119.9819798, 30.269815 ], [ 119.9823666, 30.2698134 ] ], [ [ 119.9823666, 30.2698134 ], [ 119.9829892, 30.2698356 ] ], [ [ 119.9829892, 30.2698356 ], [ 119.983697, 30.2698474 ] ], [ [ 119.983697, 30.2698474 ], [ 119.9861659, 30.2698885 ] ], [ [ 119.9760163, 30.2715614 ], [ 119.9782391, 30.2716714 ] ], [ [ 119.9782391, 30.2716714 ], [ 119.9798935, 30.2717985 ] ], [ [ 119.9752401, 30.2687791 ], [ 119.975193, 30.2686432 ] ], [ [ 119.9760163, 30.2715614 ], [ 119.9756203, 30.2699458 ] ], [ [ 119.9756203, 30.2699458 ], [ 119.9752401, 30.2687791 ] ], [ [ 119.9708042, 30.2680944 ], [ 119.9717257, 30.2701818 ] ], [ [ 119.9717257, 30.2701818 ], [ 119.9726877, 30.2725077 ] ], [ [ 119.9726877, 30.2725077 ], [ 119.9730434, 30.2728615 ] ], [ [ 119.9730434, 30.2728615 ], [ 119.9739804, 30.2730833 ] ], [ [ 119.9739804, 30.2730833 ], [ 119.9762406, 30.27357 ] ], [ [ 119.9762406, 30.27357 ], [ 119.9760163, 30.2715614 ] ], [ [ 119.9919479, 30.2701495 ], [ 119.9923755, 30.270182 ] ], [ [ 119.9923755, 30.270182 ], [ 119.9928461, 30.2702243 ] ], [ [ 119.9928461, 30.2702243 ], [ 119.9945416, 30.2704102 ] ], [ [ 119.9945416, 30.2704102 ], [ 119.994666, 30.2704368 ] ], [ [ 119.9979124, 30.2708631 ], [ 119.9963217, 30.2706542 ] ], [ [ 119.9963217, 30.2706542 ], [ 119.994666, 30.2704368 ] ], [ [ 119.9979124, 30.2708631 ], [ 119.9980762, 30.2708726 ] ], [ [ 120.0008964, 30.2713683 ], [ 119.9980762, 30.2708726 ] ], [ [ 119.9919479, 30.2701495 ], [ 119.9915678, 30.2727126 ] ], [ [ 119.9939673, 30.273013 ], [ 119.9940131, 30.2728316 ], [ 119.994136, 30.2722952 ], [ 119.9941538, 30.2722126 ], [ 119.9945416, 30.2704102 ] ], [ [ 119.994666, 30.2704368 ], [ 119.9944163, 30.2715296 ], [ 119.9942509, 30.2722533 ], [ 119.9940679, 30.2730295 ] ], [ [ 119.9973083, 30.2736239 ], [ 119.9973641, 30.2733787 ], [ 119.997436, 30.2730369 ], [ 119.9979124, 30.2708631 ] ], [ [ 119.9980762, 30.2708726 ], [ 119.9975913, 30.2730618 ], [ 119.9975148, 30.2734034 ], [ 119.9974618, 30.2736492 ] ], [ [ 119.9862323, 30.272247 ], [ 119.9884865, 30.2723788 ] ], [ [ 119.9884865, 30.2723788 ], [ 119.9890881, 30.272445 ] ], [ [ 119.9890881, 30.272445 ], [ 119.9907845, 30.2726262 ] ], [ [ 119.9907845, 30.2726262 ], [ 119.9912494, 30.2726758 ] ], [ [ 119.9912494, 30.2726758 ], [ 119.9915678, 30.2727126 ] ], [ [ 119.9915678, 30.2727126 ], [ 119.9920142, 30.2727751 ] ], [ [ 119.9920142, 30.2727751 ], [ 119.9923889, 30.2728223 ] ], [ [ 119.9923889, 30.2728223 ], [ 119.9927643, 30.2728677 ] ], [ [ 119.9927643, 30.2728677 ], [ 119.9939673, 30.273013 ] ], [ [ 119.986083, 30.2722402 ], [ 119.9849179, 30.2721517 ] ], [ [ 119.9849179, 30.2721517 ], [ 119.9839997, 30.2720866 ] ], [ [ 119.9839997, 30.2720866 ], [ 119.9837997, 30.2720678 ] ], [ [ 119.9837997, 30.2720678 ], [ 119.9827202, 30.2719979 ] ], [ [ 119.9827202, 30.2719979 ], [ 119.9798935, 30.2717985 ] ], [ [ 119.986083, 30.2722402 ], [ 119.9862323, 30.272247 ] ], [ [ 119.9789932, 30.2738585 ], [ 119.9797199, 30.2722 ] ], [ [ 119.9797199, 30.2722 ], [ 119.9798935, 30.2717985 ] ], [ [ 119.9762406, 30.27357 ], [ 119.9774344, 30.2736936 ] ], [ [ 119.9774344, 30.2736936 ], [ 119.9789932, 30.2738585 ] ], [ [ 120.0745868, 30.2556853 ], [ 120.0745477, 30.2558059 ] ], [ [ 120.0719505, 30.2628658 ], [ 120.0727429, 30.2611475 ], [ 120.0728866, 30.2607785 ], [ 120.0731224, 30.2600976 ], [ 120.0733124, 30.2594225 ], [ 120.0734488, 30.2590311 ], [ 120.0737523, 30.2579945 ], [ 120.0738915, 30.2575106 ], [ 120.0740426, 30.2569855 ], [ 120.0744014, 30.2557624 ] ], [ [ 120.0745477, 30.2558059 ], [ 120.0741424, 30.2572443 ], [ 120.0739396, 30.2578937 ], [ 120.0735506, 30.2592574 ], [ 120.0734706, 30.2594942 ], [ 120.0731642, 30.2605964 ], [ 120.073039, 30.2609669 ], [ 120.0727617, 30.2615263 ], [ 120.0725534, 30.2619415 ], [ 120.0721362, 30.262804 ], [ 120.0720906, 30.2628983 ] ], [ [ 120.0719734, 30.2632347 ], [ 120.0719505, 30.2628658 ] ], [ [ 120.0720906, 30.2628983 ], [ 120.0719734, 30.2632347 ] ], [ [ 120.0680081, 30.283026 ], [ 120.0680146, 30.2829301 ] ], [ [ 120.0928757, 30.2662053 ], [ 120.0927061, 30.2667042 ] ], [ [ 120.0927061, 30.2667042 ], [ 120.0926162, 30.2670134 ] ], [ [ 120.0926162, 30.2670134 ], [ 120.0923084, 30.2681367 ] ], [ [ 120.0923084, 30.2681367 ], [ 120.0922577, 30.2683128 ] ], [ [ 120.0922577, 30.2683128 ], [ 120.0921558, 30.2686662 ] ], [ [ 120.0921558, 30.2686662 ], [ 120.091985, 30.2692588 ] ], [ [ 120.091985, 30.2692588 ], [ 120.0919553, 30.2693619 ] ], [ [ 120.0919553, 30.2693619 ], [ 120.0919013, 30.2695493 ] ], [ [ 120.0919013, 30.2695493 ], [ 120.0917212, 30.2702096 ] ], [ [ 120.0917212, 30.2702096 ], [ 120.091615, 30.2705991 ] ], [ [ 120.091615, 30.2705991 ], [ 120.091567, 30.2707751 ] ], [ [ 120.091567, 30.2707751 ], [ 120.0912428, 30.2719637 ] ], [ [ 120.0912428, 30.2719637 ], [ 120.0911471, 30.2723522 ] ], [ [ 120.0911471, 30.2723522 ], [ 120.0910113, 30.2734805 ] ], [ [ 120.0910113, 30.2734805 ], [ 120.0909909, 30.2736503 ] ], [ [ 120.0909909, 30.2736503 ], [ 120.0909253, 30.2741954 ] ], [ [ 120.0909253, 30.2741954 ], [ 120.0908515, 30.2744658 ] ], [ [ 120.0908515, 30.2744658 ], [ 120.0907267, 30.2748563 ] ], [ [ 120.0907267, 30.2748563 ], [ 120.0906025, 30.275175 ] ], [ [ 120.0906025, 30.275175 ], [ 120.0904305, 30.2756165 ] ], [ [ 120.0904305, 30.2756165 ], [ 120.0901641, 30.2763003 ] ], [ [ 120.0901641, 30.2763003 ], [ 120.0895702, 30.2778102 ] ], [ [ 120.0895255, 30.2779463 ], [ 120.0895702, 30.2778102 ] ], [ [ 120.0605743, 30.2827541 ], [ 120.0605719, 30.2843667 ] ], [ [ 120.0605719, 30.2843667 ], [ 120.0605675, 30.2859783 ] ], [ [ 120.0605675, 30.2859783 ], [ 120.059062, 30.2859321 ] ], [ [ 120.059062, 30.2859321 ], [ 120.0573206, 30.285858 ] ], [ [ 120.0721464, 30.2830917 ], [ 120.0721337, 30.2832114 ] ], [ [ 120.0680741, 30.2861702 ], [ 120.0680552, 30.2851413 ] ], [ [ 120.0680552, 30.2851413 ], [ 120.0680539, 30.2848761 ] ], [ [ 120.0680539, 30.2848761 ], [ 120.0680493, 30.2846937 ] ], [ [ 120.0680493, 30.2846937 ], [ 120.0680081, 30.283026 ] ], [ [ 120.0721337, 30.2832114 ], [ 120.0720585, 30.2847164 ] ], [ [ 120.0720585, 30.2847164 ], [ 120.072049, 30.2849062 ] ], [ [ 120.072049, 30.2849062 ], [ 120.0720477, 30.2851263 ] ], [ [ 120.0720477, 30.2851263 ], [ 120.072039, 30.2861723 ] ], [ [ 120.0680741, 30.2861702 ], [ 120.072039, 30.2861723 ] ], [ [ 120.0719644, 30.2881816 ], [ 120.07197, 30.2874575 ] ], [ [ 120.07197, 30.2874575 ], [ 120.0719733, 30.287022 ] ], [ [ 120.0719733, 30.287022 ], [ 120.071978, 30.2864107 ] ], [ [ 120.071978, 30.2864107 ], [ 120.072039, 30.2861723 ] ], [ [ 120.0803433, 30.2830954 ], [ 120.0800977, 30.2838437 ] ], [ [ 120.0800977, 30.2838437 ], [ 120.0799533, 30.2842413 ] ], [ [ 120.0799533, 30.2842413 ], [ 120.0797891, 30.2846447 ] ], [ [ 120.0797891, 30.2846447 ], [ 120.0795069, 30.2852404 ] ], [ [ 120.0795069, 30.2852404 ], [ 120.0793826, 30.2854539 ] ], [ [ 120.0793826, 30.2854539 ], [ 120.079212, 30.2857501 ] ], [ [ 120.079212, 30.2857501 ], [ 120.0790936, 30.2858947 ] ], [ [ 120.0790936, 30.2858947 ], [ 120.0789737, 30.2860112 ] ], [ [ 120.0789737, 30.2860112 ], [ 120.0788542, 30.2861096 ] ], [ [ 120.0788542, 30.2861096 ], [ 120.0786598, 30.2861896 ] ], [ [ 120.0786598, 30.2861896 ], [ 120.0784331, 30.2862185 ] ], [ [ 120.0784331, 30.2862185 ], [ 120.0764593, 30.2862087 ] ], [ [ 120.0764593, 30.2862087 ], [ 120.0757868, 30.2862065 ] ], [ [ 120.0757868, 30.2862065 ], [ 120.0748212, 30.2862033 ] ], [ [ 120.0748212, 30.2862033 ], [ 120.0737791, 30.2861998 ] ], [ [ 120.0737791, 30.2861998 ], [ 120.0734618, 30.2861956 ] ], [ [ 120.0734618, 30.2861956 ], [ 120.072039, 30.2861723 ] ], [ [ 120.0645864, 30.2861903 ], [ 120.06271, 30.2861068 ] ], [ [ 120.06271, 30.2861068 ], [ 120.0623134, 30.2860901 ] ], [ [ 120.0623134, 30.2860901 ], [ 120.0616028, 30.2860603 ] ], [ [ 120.0616028, 30.2860603 ], [ 120.0609608, 30.2860118 ] ], [ [ 120.0609608, 30.2860118 ], [ 120.0607175, 30.2859913 ] ], [ [ 120.0607175, 30.2859913 ], [ 120.0605675, 30.2859783 ] ], [ [ 120.0680741, 30.2861702 ], [ 120.0678867, 30.2861706 ] ], [ [ 120.0678867, 30.2861706 ], [ 120.0674841, 30.2861695 ] ], [ [ 120.0674841, 30.2861695 ], [ 120.0647401, 30.2861917 ] ], [ [ 120.0647401, 30.2861917 ], [ 120.0645864, 30.2861903 ] ], [ [ 120.0605675, 30.2859783 ], [ 120.0605602, 30.2862184 ] ], [ [ 120.0605602, 30.2862184 ], [ 120.0606098, 30.2866794 ] ], [ [ 120.0606098, 30.2866794 ], [ 120.0607958, 30.2872722 ] ], [ [ 120.0607958, 30.2872722 ], [ 120.0608616, 30.2874494 ] ], [ [ 120.0608616, 30.2874494 ], [ 120.060901, 30.2875563 ] ], [ [ 120.060901, 30.2875563 ], [ 120.0609746, 30.287957 ] ], [ [ 120.0609746, 30.287957 ], [ 120.0610106, 30.2881954 ] ], [ [ 120.0680741, 30.2861702 ], [ 120.0681412, 30.2888599 ] ], [ [ 120.0681412, 30.2888599 ], [ 120.0681441, 30.2889781 ] ], [ [ 120.0719644, 30.2881816 ], [ 120.0719626, 30.2884113 ], [ 120.0719728, 30.2888004 ], [ 120.0719723, 30.2889342 ] ], [ [ 120.0717971, 30.288965 ], [ 120.0718021, 30.2888135 ], [ 120.0718062, 30.2886871 ], [ 120.0718794, 30.2884607 ], [ 120.0719644, 30.2881816 ] ], [ [ 120.0681344, 30.2891675 ], [ 120.0681441, 30.2889781 ] ], [ [ 120.0717967, 30.2892134 ], [ 120.0717971, 30.288965 ] ], [ [ 119.9762527, 30.2754519 ], [ 119.9762698, 30.2749095 ] ], [ [ 119.9762698, 30.2749095 ], [ 119.9762579, 30.2737503 ] ], [ [ 119.9762579, 30.2737503 ], [ 119.9762406, 30.27357 ] ], [ [ 119.9939673, 30.273013 ], [ 119.9940679, 30.2730295 ] ], [ [ 119.9973083, 30.2736239 ], [ 119.9945531, 30.2731212 ] ], [ [ 119.9945531, 30.2731212 ], [ 119.9940679, 30.2730295 ] ], [ [ 119.9974618, 30.2736492 ], [ 119.9973083, 30.2736239 ] ], [ [ 120.0001555, 30.2740957 ], [ 120.0000001, 30.2740648 ] ], [ [ 120.0000001, 30.2740648 ], [ 119.9997862, 30.2740228 ] ], [ [ 119.9997862, 30.2740228 ], [ 119.9994261, 30.2739638 ] ], [ [ 119.9994261, 30.2739638 ], [ 119.9974618, 30.2736492 ] ], [ [ 119.9969645, 30.2751251 ], [ 119.9973083, 30.2736239 ] ], [ [ 119.9789932, 30.2738585 ], [ 119.978416, 30.275926 ] ], [ [ 119.9974618, 30.2736492 ], [ 119.9970399, 30.2751352 ] ], [ [ 119.9915678, 30.2727126 ], [ 119.9912517, 30.2746516 ] ], [ [ 119.9912517, 30.2746516 ], [ 119.9909453, 30.2769403 ] ], [ [ 120.0001555, 30.2740957 ], [ 119.9997619, 30.2755578 ] ], [ [ 119.99303, 30.2771959 ], [ 119.9935511, 30.2748171 ], [ 119.9939673, 30.273013 ] ], [ [ 119.9940679, 30.2730295 ], [ 119.9936271, 30.2748259 ], [ 119.9931124, 30.2772103 ] ], [ [ 119.9970399, 30.2751352 ], [ 119.9969645, 30.2751251 ] ], [ [ 119.9888976, 30.2752306 ], [ 119.9863373, 30.2751239 ] ], [ [ 119.9762215, 30.2757854 ], [ 119.9762527, 30.2754519 ] ], [ [ 119.9997619, 30.2755578 ], [ 119.9994237, 30.2755106 ] ], [ [ 119.9994237, 30.2755106 ], [ 119.9989998, 30.2754388 ] ], [ [ 119.9989998, 30.2754388 ], [ 119.9970399, 30.2751352 ] ], [ [ 119.9963718, 30.2777013 ], [ 119.9964225, 30.2775494 ], [ 119.9965185, 30.2770932 ], [ 119.9966086, 30.2767184 ], [ 119.9969645, 30.2751251 ] ], [ [ 119.9970399, 30.2751352 ], [ 119.9966601, 30.2767276 ], [ 119.9965885, 30.2770657 ], [ 119.9965105, 30.2775638 ], [ 119.9964564, 30.2777166 ] ], [ [ 119.9997619, 30.2755578 ], [ 119.9993023, 30.277305 ] ], [ [ 119.9908387, 30.2771732 ], [ 119.9909453, 30.2769403 ] ], [ [ 119.973327, 30.2779337 ], [ 119.9734744, 30.2765448 ], [ 119.9735659, 30.2757164 ], [ 119.9736391, 30.2752485 ] ], [ [ 119.9737561, 30.2752808 ], [ 119.973696, 30.2756074 ], [ 119.9735679, 30.2765573 ], [ 119.9734267, 30.2779476 ] ], [ [ 119.9762215, 30.2757854 ], [ 119.9761888, 30.2760818 ] ], [ [ 119.9761888, 30.2760818 ], [ 119.9761681, 30.2762911 ] ], [ [ 119.9761681, 30.2762911 ], [ 119.9759397, 30.2781814 ] ], [ [ 119.9704708, 30.2775637 ], [ 119.9701683, 30.2775356 ] ], [ [ 119.9704708, 30.2775637 ], [ 119.9716819, 30.277716 ] ], [ [ 119.9716819, 30.277716 ], [ 119.9727364, 30.2778517 ] ], [ [ 119.9727364, 30.2778517 ], [ 119.973327, 30.2779337 ] ], [ [ 119.973327, 30.2779337 ], [ 119.9734267, 30.2779476 ] ], [ [ 119.9909453, 30.2769403 ], [ 119.9909499, 30.2771801 ] ], [ [ 119.9990027, 30.2782015 ], [ 119.9991277, 30.2777883 ], [ 119.9993023, 30.277305 ] ], [ [ 119.9993023, 30.277305 ], [ 119.9992923, 30.277818 ], [ 119.9991747, 30.2782374 ] ], [ [ 119.9804491, 30.278565 ], [ 119.9804673, 30.2784377 ], [ 119.9806704, 30.277015 ], [ 119.9807331, 30.2765422 ] ], [ [ 119.9808198, 30.2765497 ], [ 119.9807597, 30.277023 ], [ 119.9806616, 30.277541 ], [ 119.9805532, 30.2784409 ], [ 119.9805376, 30.2785706 ] ], [ [ 119.9804491, 30.278565 ], [ 119.980327, 30.2785557 ] ], [ [ 119.980327, 30.2785557 ], [ 119.9783383, 30.2784034 ] ], [ [ 119.9783383, 30.2784034 ], [ 119.9759397, 30.2781814 ] ], [ [ 119.9804491, 30.278565 ], [ 119.9805376, 30.2785706 ] ], [ [ 119.9963149, 30.2778715 ], [ 119.9963718, 30.2777013 ] ], [ [ 119.9964564, 30.2777166 ], [ 119.9963964, 30.2778859 ] ], [ [ 119.9901548, 30.2792822 ], [ 119.9905013, 30.2781467 ], [ 119.9908387, 30.2771732 ] ], [ [ 119.9909499, 30.2771801 ], [ 119.9906302, 30.2780993 ], [ 119.9902846, 30.2792938 ] ], [ [ 119.9989507, 30.278373 ], [ 119.9990027, 30.2782015 ] ], [ [ 119.9991747, 30.2782374 ], [ 119.999127, 30.2784074 ] ], [ [ 119.9988641, 30.2786593 ], [ 119.9989507, 30.278373 ] ], [ [ 119.999127, 30.2784074 ], [ 119.99904, 30.2787174 ] ], [ [ 119.992513, 30.2795546 ], [ 119.9927174, 30.2785892 ], [ 119.9927714, 30.2783454 ] ], [ [ 119.9901548, 30.2792822 ], [ 119.9890579, 30.2791845 ] ], [ [ 119.9890579, 30.2791845 ], [ 119.988492, 30.2791341 ] ], [ [ 119.988492, 30.2791341 ], [ 119.9878812, 30.2790784 ] ], [ [ 119.9878812, 30.2790784 ], [ 119.9876251, 30.279055 ] ], [ [ 119.9876251, 30.279055 ], [ 119.9875745, 30.2790499 ] ], [ [ 119.9875745, 30.2790499 ], [ 119.9874144, 30.2790337 ] ], [ [ 119.9874144, 30.2790337 ], [ 119.9858523, 30.278896 ] ], [ [ 119.9901548, 30.2792822 ], [ 119.9902846, 30.2792938 ] ], [ [ 119.9759397, 30.2781814 ], [ 119.9734267, 30.2779476 ] ], [ [ 119.9730564, 30.2802921 ], [ 119.9731273, 30.27974 ], [ 119.9731619, 30.2793698 ], [ 119.973327, 30.2779337 ] ], [ [ 119.9734267, 30.2779476 ], [ 119.9732514, 30.2793762 ], [ 119.9732151, 30.2797559 ], [ 119.9731465, 30.2803112 ] ], [ [ 119.9754772, 30.2808327 ], [ 119.9756451, 30.2798297 ], [ 119.9756954, 30.279516 ], [ 119.9757247, 30.279286 ], [ 119.975841, 30.2783521 ], [ 119.9759397, 30.2781814 ] ], [ [ 119.9759397, 30.2781814 ], [ 119.9759603, 30.2783712 ], [ 119.9757964, 30.2795356 ], [ 119.9757417, 30.2798456 ], [ 119.9755887, 30.2808552 ] ], [ [ 119.992513, 30.2795546 ], [ 119.99106, 30.2793877 ] ], [ [ 119.99106, 30.2793877 ], [ 119.9908553, 30.2793631 ] ], [ [ 119.9908553, 30.2793631 ], [ 119.9904635, 30.2793162 ] ], [ [ 119.9904635, 30.2793162 ], [ 119.9902846, 30.2792938 ] ], [ [ 119.99904, 30.2787174 ], [ 119.9989241, 30.2791352 ], [ 119.9987209, 30.2796819 ], [ 119.9985249, 30.2801435 ], [ 119.9985057, 30.280179 ] ], [ [ 119.9922953, 30.2808422 ], [ 119.992360625196454, 30.280566712569311 ] ], [ [ 119.992360625196454, 30.280566712569311 ], [ 119.9925306, 30.2798499 ], [ 119.9927024, 30.2790018 ], [ 119.9927311, 30.278823 ], [ 119.9927714, 30.2783454 ] ], [ [ 119.9928997, 30.2783615 ], [ 119.9927085, 30.279509 ], [ 119.9926353, 30.2798603 ], [ 119.9926315, 30.2798787 ], [ 119.9926123, 30.279971 ], [ 119.9924822, 30.2802683 ], [ 119.992465616564672, 30.280307598696979 ] ], [ [ 119.992465616564672, 30.280307598696979 ], [ 119.9923797, 30.2805112 ], [ 119.992360625196454, 30.280566712569311 ] ], [ [ 119.992360625196454, 30.280566712569311 ], [ 119.9923407, 30.2806247 ], [ 119.9922953, 30.2808422 ] ], [ [ 119.9950305, 30.2819306 ], [ 119.9951012, 30.2817942 ], [ 119.9952107, 30.2814372 ], [ 119.9957141, 30.2798562 ], [ 119.9958263, 30.2794803 ], [ 119.9962146, 30.2781771 ], [ 119.9962213, 30.2781517 ], [ 119.9963149, 30.2778715 ] ], [ [ 119.9963964, 30.2778859 ], [ 119.9963364, 30.2780554 ], [ 119.9962993, 30.27816 ], [ 119.9962931, 30.2781895 ], [ 119.9959192, 30.2794412 ], [ 119.9957899, 30.2798749 ], [ 119.9952883, 30.2814453 ], [ 119.995187, 30.2817985 ], [ 119.9951425, 30.2819611 ] ], [ [ 119.9928997, 30.2783615 ], [ 119.9928387, 30.2786038 ], [ 119.992573, 30.2798583 ], [ 119.992465616564672, 30.280307598696979 ] ], [ [ 119.992465616564672, 30.280307598696979 ], [ 119.9922242, 30.2813177 ], [ 119.9922251, 30.2814204 ], [ 119.9922763, 30.2815122 ], [ 119.992280860166716, 30.281515836167916 ] ], [ [ 119.992280860166716, 30.281515836167916 ], [ 119.9923449, 30.2815669 ], [ 119.992444633353315, 30.281627182137676 ] ], [ [ 119.992444633353315, 30.281627182137676 ], [ 119.9924622, 30.2816378 ], [ 119.9926346, 30.2816961 ] ], [ [ 119.9902846, 30.2792938 ], [ 119.9900709, 30.279975 ], [ 119.9898873, 30.2807472 ], [ 119.9898123, 30.2810572 ] ], [ [ 119.9857696, 30.278887 ], [ 119.9806638, 30.2785783 ] ], [ [ 119.9806638, 30.2785783 ], [ 119.9805376, 30.2785706 ] ], [ [ 119.9858523, 30.278896 ], [ 119.9857696, 30.278887 ] ], [ [ 119.9799239, 30.281804 ], [ 119.9799419, 30.2816756 ], [ 119.9801752, 30.280257 ], [ 119.9801846, 30.2801958 ], [ 119.9802244, 30.2799369 ], [ 119.9804236, 30.2787206 ], [ 119.9804491, 30.278565 ] ], [ [ 119.9805376, 30.2785706 ], [ 119.9805123, 30.2787262 ], [ 119.9803199, 30.2799467 ], [ 119.9802798, 30.2802047 ], [ 119.980272, 30.2802638 ], [ 119.9800318, 30.2816879 ], [ 119.9800126, 30.2818227 ] ], [ [ 119.9853147, 30.2808793 ], [ 119.9853994, 30.2808883 ] ], [ [ 119.9730196, 30.2804313 ], [ 119.9730564, 30.2802921 ] ], [ [ 119.9731465, 30.2803112 ], [ 119.9731126, 30.2804516 ] ], [ [ 119.9922953, 30.2808422 ], [ 119.9922995, 30.2806185 ], [ 119.9923046, 30.2805838 ], [ 119.9924484, 30.2798736 ], [ 119.992513, 30.2795546 ] ], [ [ 119.9896634, 30.2812264 ], [ 119.9897061, 30.2810528 ], [ 119.9897782, 30.2807488 ], [ 119.9899605, 30.2799788 ], [ 119.9901548, 30.2792822 ] ], [ [ 119.9975911, 30.2820878 ], [ 119.997613962911828, 30.282026284322178 ] ], [ [ 119.997613962911828, 30.282026284322178 ], [ 119.997637, 30.2819643 ], [ 119.9978498, 30.281391 ], [ 119.9979272, 30.2811859 ], [ 119.9982814, 30.2802471 ], [ 119.9983049, 30.2801342 ], [ 119.9983323, 30.2800031 ], [ 119.9988641, 30.2786593 ] ], [ [ 119.9968744, 30.2822183 ], [ 119.9972592, 30.2822438 ], [ 119.9973795, 30.2822268 ], [ 119.997448715742337, 30.282187029628709 ] ], [ [ 119.997448715742337, 30.282187029628709 ], [ 119.9975062, 30.282154 ], [ 119.997563272648421, 30.282086360105591 ] ], [ [ 119.997563272648421, 30.282086360105591 ], [ 119.997613962911828, 30.282026284322178 ] ], [ [ 119.997613962911828, 30.282026284322178 ], [ 119.9976261, 30.2820119 ], [ 119.9984079, 30.2800377 ], [ 119.9987764, 30.2790387 ], [ 119.9988641, 30.2786593 ] ], [ [ 119.99904, 30.2787174 ], [ 119.9988628, 30.2790949 ], [ 119.9984605, 30.280047 ], [ 119.9984581, 30.2800533 ], [ 119.9979115, 30.2815042 ], [ 119.997646797191564, 30.282095511918833 ] ], [ [ 119.997646797191564, 30.282095511918833 ], [ 119.997600377034772, 30.282199208559419 ] ], [ [ 119.997600377034772, 30.282199208559419 ], [ 119.9975147, 30.2823906 ], [ 119.997496764410315, 30.282432445472168 ] ], [ [ 119.997496764410315, 30.282432445472168 ], [ 119.9973736, 30.2827198 ] ], [ [ 119.9922623, 30.2809813 ], [ 119.9922953, 30.2808422 ] ], [ [ 119.9922623, 30.2809813 ], [ 119.9922493, 30.2810363 ] ], [ [ 119.9853994, 30.2808883 ], [ 119.9880315, 30.2810952 ], [ 119.9896634, 30.2812264 ] ], [ [ 119.9896402, 30.281323 ], [ 119.9880108, 30.28118 ], [ 119.9853889, 30.2809375 ] ], [ [ 119.9985057, 30.280179 ], [ 119.998327, 30.2805088 ], [ 119.9981517, 30.2809731 ], [ 119.9979822, 30.2814221 ], [ 119.9977719, 30.2819718 ], [ 119.9977211, 30.2821058 ] ], [ [ 119.9898123, 30.2810572 ], [ 119.9897635, 30.2812311 ] ], [ [ 119.9922493, 30.2810363 ], [ 119.9921885, 30.2812871 ] ], [ [ 119.9921885, 30.2812871 ], [ 119.9922356, 30.2810941 ], [ 119.9922493, 30.2810363 ] ], [ [ 119.9896634, 30.2812264 ], [ 119.9897635, 30.2812311 ] ], [ [ 119.9897635, 30.2812311 ], [ 119.9897459, 30.2813078 ] ], [ [ 119.9896402, 30.281323 ], [ 119.9896525, 30.2812705 ], [ 119.9896634, 30.2812264 ] ], [ [ 119.9985057, 30.280179 ], [ 119.9997703, 30.2804482 ] ], [ [ 119.9997703, 30.2804482 ], [ 120.000009, 30.2805131 ] ], [ [ 120.000009, 30.2805131 ], [ 120.0000654, 30.2805895 ] ], [ [ 120.0000654, 30.2805895 ], [ 120.0000814, 30.2806706 ] ], [ [ 120.0000814, 30.2806706 ], [ 119.9996857, 30.2816634 ] ], [ [ 119.9996857, 30.2816634 ], [ 119.9996286, 30.2818065 ] ], [ [ 119.9996286, 30.2818065 ], [ 119.9994592, 30.2822314 ] ], [ [ 119.9994592, 30.2822314 ], [ 119.9993923, 30.2824031 ] ], [ [ 119.9897459, 30.2813078 ], [ 119.9896402, 30.281323 ] ], [ [ 119.9897635, 30.2812311 ], [ 119.9899548, 30.2812051 ], [ 119.9903094, 30.2812326 ], [ 119.9913357, 30.281342 ], [ 119.9918074, 30.2814287 ], [ 119.992138153520429, 30.281493546217497 ] ], [ [ 119.992138153520429, 30.281493546217497 ], [ 119.9921573, 30.2814973 ] ], [ [ 119.9921573, 30.2814973 ], [ 119.9921885, 30.2812871 ] ], [ [ 119.9921371, 30.2815824 ], [ 119.992117505357839, 30.281578214204245 ] ], [ [ 119.992117505357839, 30.281578214204245 ], [ 119.9919227, 30.2815366 ], [ 119.991775044823626, 30.281550952543508 ] ], [ [ 119.991775044823626, 30.281550952543508 ], [ 119.9917046, 30.2815578 ], [ 119.9911393, 30.2815006 ], [ 119.9902722, 30.2814129 ], [ 119.989944, 30.2813763 ], [ 119.9897459, 30.2813078 ] ], [ [ 119.9853889, 30.2809375 ], [ 119.9853044, 30.2809243 ] ], [ [ 119.9799056, 30.2819282 ], [ 119.9799239, 30.281804 ] ], [ [ 119.9800126, 30.2818227 ], [ 119.9799949, 30.281949 ] ], [ [ 119.9921371, 30.2815824 ], [ 119.9921573, 30.2814973 ] ], [ [ 119.9921573, 30.2814973 ], [ 119.992280860166716, 30.281515836167916 ] ], [ [ 119.992280860166716, 30.281515836167916 ], [ 119.9927339, 30.2815838 ], [ 119.9938466, 30.2817641 ], [ 119.9950305, 30.2819306 ] ], [ [ 119.9919726, 30.2821724 ], [ 119.992117505357839, 30.281578214204245 ] ], [ [ 119.992117505357839, 30.281578214204245 ], [ 119.992138153520429, 30.281493546217497 ] ], [ [ 119.992138153520429, 30.281493546217497 ], [ 119.9921885, 30.2812871 ] ], [ [ 119.9919726, 30.2821724 ], [ 119.9919585, 30.2818162 ], [ 119.9919048, 30.2816793 ], [ 119.9917889, 30.2815561 ], [ 119.991775044823626, 30.281550952543508 ] ], [ [ 119.991775044823626, 30.281550952543508 ], [ 119.9915986, 30.2814854 ], [ 119.9913702, 30.2814662 ], [ 119.9902894, 30.2813401 ], [ 119.9899472, 30.2813049 ], [ 119.9897459, 30.2813078 ] ], [ [ 119.9949864, 30.2820157 ], [ 119.9939155, 30.2818445 ], [ 119.9934064, 30.2817631 ], [ 119.9926961, 30.2816638 ], [ 119.992444633353315, 30.281627182137676 ] ], [ [ 119.992444633353315, 30.281627182137676 ], [ 119.9921371, 30.2815824 ] ], [ [ 119.9926346, 30.2816961 ], [ 119.9933158, 30.2817845 ], [ 119.9947952, 30.2820111 ], [ 119.994983427874715, 30.282029856566766 ] ], [ [ 119.994983427874715, 30.282029856566766 ], [ 119.995120390398824, 30.282043504634206 ] ], [ [ 119.995120390398824, 30.282043504634206 ], [ 119.9958469, 30.2821159 ] ], [ [ 119.9919726, 30.2821724 ], [ 119.992072881179666, 30.281888926593883 ] ], [ [ 119.992072881179666, 30.281888926593883 ], [ 119.9920846, 30.2818558 ], [ 119.9921673, 30.2817646 ], [ 119.9922951, 30.2816855 ], [ 119.9924722, 30.281675 ], [ 119.9926346, 30.2816961 ] ], [ [ 119.9950305, 30.2819306 ], [ 119.9951425, 30.2819611 ] ], [ [ 119.9893829, 30.2825944 ], [ 119.9894082, 30.2823113 ], [ 119.9896402, 30.281323 ] ], [ [ 120.0267454, 30.279954 ], [ 120.026442, 30.2798932 ] ], [ [ 120.026442, 30.2798932 ], [ 120.025334, 30.2796712 ] ], [ [ 120.025334, 30.2796712 ], [ 120.0249419, 30.2795927 ] ], [ [ 120.0249419, 30.2795927 ], [ 120.0248932, 30.2795831 ] ], [ [ 120.0248932, 30.2795831 ], [ 120.0239421, 30.2793959 ] ], [ [ 120.0239421, 30.2793959 ], [ 120.0236968, 30.2793955 ] ], [ [ 120.0236968, 30.2793955 ], [ 120.0234709, 30.279408 ] ], [ [ 120.0234709, 30.279408 ], [ 120.0231098, 30.2794666 ] ], [ [ 120.0231098, 30.2794666 ], [ 120.0222866, 30.2796611 ] ], [ [ 120.0222866, 30.2796611 ], [ 120.0222113, 30.2796789 ] ], [ [ 120.0222113, 30.2796789 ], [ 120.0218069, 30.2796993 ] ], [ [ 120.0218069, 30.2796993 ], [ 120.021314, 30.2796599 ] ], [ [ 120.021314, 30.2796599 ], [ 120.0211267, 30.2796033 ] ], [ [ 120.0211267, 30.2796033 ], [ 120.0197093, 30.2791504 ] ], [ [ 120.0197093, 30.2791504 ], [ 120.0193028, 30.2790313 ] ], [ [ 120.0193028, 30.2790313 ], [ 120.0181316, 30.278705 ] ], [ [ 120.0181316, 30.278705 ], [ 120.0174112, 30.2784769 ] ], [ [ 120.0174112, 30.2784769 ], [ 120.0172748, 30.2784369 ] ], [ [ 120.0141601, 30.2774736 ], [ 120.0138303, 30.278349 ] ], [ [ 120.0138303, 30.278349 ], [ 120.0135212, 30.2791718 ] ], [ [ 120.0135212, 30.2791718 ], [ 120.013457, 30.2793446 ] ], [ [ 120.013457, 30.2793446 ], [ 120.0133438, 30.2796187 ] ], [ [ 120.0133438, 30.2796187 ], [ 120.0132501, 30.2798862 ] ], [ [ 120.0132501, 30.2798862 ], [ 120.0132095, 30.2799973 ] ], [ [ 120.0132095, 30.2799973 ], [ 120.0129743, 30.2806411 ] ], [ [ 120.0129743, 30.2806411 ], [ 120.0127603, 30.2812084 ] ], [ [ 120.0127603, 30.2812084 ], [ 120.0126317, 30.2815085 ] ], [ [ 119.9993923, 30.2824031 ], [ 120.000543, 30.2826007 ], [ 120.0007357, 30.2826338 ], [ 120.0017067, 30.2828145 ], [ 120.0020447, 30.282928 ], [ 120.0026052, 30.2831295 ], [ 120.0027434, 30.2832125 ], [ 120.0028608, 30.283252 ], [ 120.0031846, 30.2833611 ], [ 120.0039195, 30.2835927 ], [ 120.0042583, 30.2837066 ] ], [ [ 120.0020073, 30.2830309 ], [ 120.0025697, 30.2832235 ] ], [ [ 120.0042144, 30.283803 ], [ 120.0028347, 30.2833279 ], [ 120.0027021, 30.2832763 ], [ 120.0025697, 30.2832235 ] ], [ [ 120.0531727, 30.2815563 ], [ 120.0531793, 30.2814379 ] ], [ [ 120.0573277, 30.2824824 ], [ 120.057314, 30.2825784 ] ], [ [ 120.0531727, 30.2815563 ], [ 120.0531595, 30.2825865 ] ], [ [ 120.0531595, 30.2825865 ], [ 120.0531559, 30.2828645 ] ], [ [ 120.0531559, 30.2828645 ], [ 120.0531466, 30.2835882 ] ], [ [ 120.0531466, 30.2835882 ], [ 120.0531499, 30.2842611 ] ], [ [ 120.0531499, 30.2842611 ], [ 120.053153, 30.2849098 ] ], [ [ 120.053153, 30.2849098 ], [ 120.0531575, 30.2858322 ] ], [ [ 120.0573206, 30.285858 ], [ 120.0572989, 30.2846507 ] ], [ [ 120.0572989, 30.2846507 ], [ 120.0572867, 30.283975 ] ], [ [ 120.0572867, 30.283975 ], [ 120.0572897, 30.2838211 ] ], [ [ 120.0572897, 30.2838211 ], [ 120.057314, 30.2825784 ] ], [ [ 120.025855, 30.2831011 ], [ 120.0259556, 30.2827316 ] ], [ [ 120.0259556, 30.2827316 ], [ 120.0260203, 30.2824938 ] ], [ [ 120.0260203, 30.2824938 ], [ 120.0260824, 30.2822655 ] ], [ [ 120.0260824, 30.2822655 ], [ 120.0262504, 30.2816801 ] ], [ [ 120.0262504, 30.2816801 ], [ 120.0262701, 30.2816113 ] ], [ [ 120.0262701, 30.2816113 ], [ 120.0263592, 30.2813156 ] ], [ [ 120.0263592, 30.2813156 ], [ 120.0264508, 30.2809861 ] ], [ [ 120.0264508, 30.2809861 ], [ 120.0267454, 30.279954 ] ], [ [ 120.0270467, 30.2834276 ], [ 120.0260485, 30.2831606 ] ], [ [ 120.0260485, 30.2831606 ], [ 120.025855, 30.2831011 ] ], [ [ 120.0309312, 30.286291 ], [ 120.0313249, 30.2851571 ] ], [ [ 120.0313249, 30.2851571 ], [ 120.0313758, 30.2849617 ] ], [ [ 120.0313758, 30.2849617 ], [ 120.031423, 30.2846897 ] ], [ [ 120.031423, 30.2846897 ], [ 120.0314632, 30.2843237 ] ], [ [ 120.0314632, 30.2843237 ], [ 120.0315222, 30.2838628 ] ], [ [ 120.0315222, 30.2838628 ], [ 120.0315378, 30.2838161 ] ], [ [ 120.0315378, 30.2838161 ], [ 120.031608, 30.2836057 ] ], [ [ 120.031608, 30.2836057 ], [ 120.0318441, 30.2832235 ] ], [ [ 120.0318441, 30.2832235 ], [ 120.0320587, 30.2829942 ] ], [ [ 120.0320587, 30.2829942 ], [ 120.0322008, 30.28289 ] ], [ [ 120.0322008, 30.28289 ], [ 120.0321043, 30.2826144 ] ], [ [ 120.0321043, 30.2826144 ], [ 120.0320077, 30.282436 ] ], [ [ 120.0320077, 30.282436 ], [ 120.0318173, 30.2822484 ] ], [ [ 120.0318173, 30.2822484 ], [ 120.0314954, 30.2820932 ] ], [ [ 120.0314954, 30.2820932 ], [ 120.0312969, 30.2819821 ] ], [ [ 120.0312969, 30.2819821 ], [ 120.0311762, 30.2818037 ] ], [ [ 120.0311762, 30.2818037 ], [ 120.0311574, 30.2816161 ] ], [ [ 120.025855, 30.2831011 ], [ 120.025719, 30.2837018 ] ], [ [ 120.025719, 30.2837018 ], [ 120.0256555, 30.2839822 ] ], [ [ 120.0256555, 30.2839822 ], [ 120.0255692, 30.2843633 ] ], [ [ 120.0255692, 30.2843633 ], [ 120.0254448, 30.2846518 ] ], [ [ 120.0254448, 30.2846518 ], [ 120.0253612, 30.2848812 ] ], [ [ 120.0252471, 30.2852007 ], [ 120.0253612, 30.2848812 ] ], [ [ 120.0252038, 30.2853015 ], [ 120.0252471, 30.2852007 ] ], [ [ 120.0042583, 30.2837066 ], [ 120.0044178, 30.283754 ] ], [ [ 120.0043735, 30.2838618 ], [ 120.0042144, 30.283803 ] ], [ [ 120.0044178, 30.283754 ], [ 120.0046759, 30.2838892 ], [ 120.0051694, 30.2840884 ], [ 120.0052444, 30.2841171 ], [ 120.0065293, 30.2846095 ], [ 120.0086536, 30.2853829 ], [ 120.009719, 30.2857708 ] ], [ [ 120.0097011, 30.2858185 ], [ 120.0086154, 30.2854092 ], [ 120.0064971, 30.2846469 ], [ 120.0051829, 30.2841754 ], [ 120.0043735, 30.2838618 ] ], [ [ 120.0434707, 30.2807319 ], [ 120.043423, 30.2809667 ] ], [ [ 120.043423, 30.2809667 ], [ 120.0433891, 30.2812838 ] ], [ [ 120.0433891, 30.2812838 ], [ 120.0433563, 30.2817091 ] ], [ [ 120.0433563, 30.2817091 ], [ 120.0433465, 30.2817765 ] ], [ [ 120.0433465, 30.2817765 ], [ 120.0433851, 30.2822116 ] ], [ [ 120.0433851, 30.2822116 ], [ 120.0434463, 30.2827657 ] ], [ [ 120.0434463, 30.2827657 ], [ 120.0435556, 30.283377 ] ], [ [ 120.0435556, 30.283377 ], [ 120.0436526, 30.2838455 ] ], [ [ 120.0436526, 30.2838455 ], [ 120.0437502, 30.2843166 ] ], [ [ 120.0437502, 30.2843166 ], [ 120.0438433, 30.2847661 ] ], [ [ 120.0438433, 30.2847661 ], [ 120.0438891, 30.2849782 ] ], [ [ 120.0438891, 30.2849782 ], [ 120.0439203, 30.2850849 ] ], [ [ 120.0439203, 30.2850849 ], [ 120.0439974, 30.2853486 ] ], [ [ 120.0439974, 30.2853486 ], [ 120.0444249, 30.2868109 ] ], [ [ 120.0444249, 30.2868109 ], [ 120.0445366, 30.287095 ] ], [ [ 120.0445366, 30.287095 ], [ 120.0447018, 30.2873792 ] ], [ [ 120.0447018, 30.2873792 ], [ 120.044876, 30.2875934 ] ], [ [ 120.044876, 30.2875934 ], [ 120.0449341, 30.2876649 ] ], [ [ 120.0449341, 30.2876649 ], [ 120.0451701, 30.2878683 ] ], [ [ 120.049071, 30.2858081 ], [ 120.0507698, 30.2858041 ] ], [ [ 120.0507698, 30.2858041 ], [ 120.0519849, 30.2858184 ] ], [ [ 120.0519849, 30.2858184 ], [ 120.0531575, 30.2858322 ] ], [ [ 120.0531575, 30.2858322 ], [ 120.0548976, 30.2858369 ] ], [ [ 120.0548976, 30.2858369 ], [ 120.0551846, 30.2858386 ] ], [ [ 120.0551846, 30.2858386 ], [ 120.0573206, 30.285858 ] ], [ [ 120.0531575, 30.2858322 ], [ 120.0531515, 30.2874951 ] ], [ [ 120.0531515, 30.2874951 ], [ 120.0531573, 30.2882866 ] ], [ [ 120.0531573, 30.2882866 ], [ 120.0531612, 30.2888099 ] ], [ [ 120.0531612, 30.2888099 ], [ 120.0531618, 30.2888751 ] ], [ [ 120.0573028, 30.2889497 ], [ 120.057306, 30.2888029 ] ], [ [ 120.057306, 30.2888029 ], [ 120.0573091, 30.2881871 ] ], [ [ 120.0573091, 30.2881871 ], [ 120.0573096, 30.2880899 ] ], [ [ 120.0573096, 30.2880899 ], [ 120.0573133, 30.287337 ] ], [ [ 120.0573133, 30.287337 ], [ 120.057315, 30.2869943 ] ], [ [ 120.057315, 30.2869943 ], [ 120.0573206, 30.285858 ] ], [ [ 120.0032233, 30.2861769 ], [ 120.0018128, 30.2857691 ], [ 120.0014109, 30.2856529 ], [ 120.0009175, 30.2855103 ], [ 120.0006698, 30.2854387 ], [ 119.9970989, 30.2844579 ] ], [ [ 120.0007234, 30.2852838 ], [ 120.0009842, 30.2853584 ], [ 120.0014782, 30.2854996 ], [ 120.0018493, 30.2856056 ], [ 120.0032899, 30.2860174 ] ], [ [ 120.0097011, 30.2858185 ], [ 120.009719, 30.2857708 ] ], [ [ 120.0097011, 30.2858185 ], [ 120.008992, 30.2878016 ] ], [ [ 120.1592331, 30.2127704 ], [ 120.1591652, 30.2128752 ] ], [ [ 120.1497512, 30.2107243 ], [ 120.1503149, 30.2107396 ] ], [ [ 120.1503149, 30.2107396 ], [ 120.1509789, 30.2107399 ] ], [ [ 120.1509789, 30.2107399 ], [ 120.1513989, 30.2107537 ] ], [ [ 120.1513989, 30.2107537 ], [ 120.1524831, 30.2110185 ] ], [ [ 120.1524831, 30.2110185 ], [ 120.1528077, 30.2110778 ] ], [ [ 120.1528077, 30.2110778 ], [ 120.1530502, 30.2110948 ] ], [ [ 120.1530502, 30.2110948 ], [ 120.1536217, 30.2111081 ] ], [ [ 120.1536217, 30.2111081 ], [ 120.1539257, 30.2111385 ] ], [ [ 120.1539257, 30.2111385 ], [ 120.1541413, 30.2112486 ] ], [ [ 120.1541413, 30.2112486 ], [ 120.1544494, 30.2114158 ] ], [ [ 120.1544494, 30.2114158 ], [ 120.1550248, 30.2119346 ] ], [ [ 120.1550248, 30.2119346 ], [ 120.1552631, 30.2121147 ] ], [ [ 120.1552631, 30.2121147 ], [ 120.1553796, 30.2121721 ] ], [ [ 120.1553796, 30.2121721 ], [ 120.1559573, 30.2126417 ] ], [ [ 120.1559573, 30.2126417 ], [ 120.1563837, 30.2129883 ] ], [ [ 120.1563837, 30.2129883 ], [ 120.1571135, 30.2135815 ] ], [ [ 120.1571135, 30.2135815 ], [ 120.157509, 30.2138707 ] ], [ [ 120.157509, 30.2138707 ], [ 120.1583687, 30.2144993 ] ], [ [ 120.1583687, 30.2144993 ], [ 120.1605252, 30.2157071 ] ], [ [ 120.1605252, 30.2157071 ], [ 120.1609193, 30.2161552 ] ], [ [ 120.1609193, 30.2161552 ], [ 120.1613728, 30.2165946 ] ], [ [ 120.1613728, 30.2165946 ], [ 120.1625905, 30.2174597 ] ], [ [ 120.1625905, 30.2174597 ], [ 120.1633536, 30.2178079 ] ], [ [ 120.1633536, 30.2178079 ], [ 120.1639907, 30.2180873 ] ], [ [ 120.1639907, 30.2180873 ], [ 120.1643292, 30.2183277 ] ], [ [ 120.1643292, 30.2183277 ], [ 120.1645519, 30.2187519 ] ], [ [ 120.1645519, 30.2187519 ], [ 120.1649546, 30.2195694 ] ], [ [ 120.1649546, 30.2195694 ], [ 120.1650698, 30.2200251 ] ], [ [ 120.1650698, 30.2200251 ], [ 120.1650323, 30.2202304 ] ], [ [ 120.1650323, 30.2202304 ], [ 120.1649959, 30.2204058 ] ], [ [ 120.1649959, 30.2204058 ], [ 120.164923, 30.2207574 ] ], [ [ 120.164923, 30.2207574 ], [ 120.1648029, 30.2213365 ] ], [ [ 120.1648029, 30.2213365 ], [ 120.1647972, 30.221364 ] ], [ [ 120.1647972, 30.221364 ], [ 120.1647884, 30.2214062 ] ], [ [ 120.1647884, 30.2214062 ], [ 120.1646705, 30.221881 ] ], [ [ 120.1646705, 30.221881 ], [ 120.1645489, 30.2223712 ] ], [ [ 120.1513098, 30.2356286 ], [ 120.1514417, 30.2356063 ] ], [ [ 120.1514417, 30.2356063 ], [ 120.1516637, 30.2355614 ] ], [ [ 120.1516637, 30.2355614 ], [ 120.1524318, 30.2353617 ] ], [ [ 120.1524318, 30.2353617 ], [ 120.1526495, 30.2352962 ] ], [ [ 120.1526495, 30.2352962 ], [ 120.1528373, 30.235206 ] ], [ [ 120.1528373, 30.235206 ], [ 120.1530063, 30.2350839 ] ], [ [ 120.1530063, 30.2350839 ], [ 120.1541025, 30.2343338 ] ], [ [ 120.1541025, 30.2343338 ], [ 120.1544291, 30.234114 ] ], [ [ 120.1544291, 30.234114 ], [ 120.1545973, 30.2339906 ] ], [ [ 120.1545973, 30.2339906 ], [ 120.1546774, 30.2339215 ] ], [ [ 120.1546774, 30.2339215 ], [ 120.1547686, 30.2338205 ] ], [ [ 120.1547686, 30.2338205 ], [ 120.1548183, 30.2337057 ] ], [ [ 120.1548183, 30.2337057 ], [ 120.1548391, 30.2335674 ] ], [ [ 120.1548391, 30.2335674 ], [ 120.1548247, 30.2330819 ] ], [ [ 120.1548247, 30.2330819 ], [ 120.154812, 30.2323048 ] ], [ [ 120.154812, 30.2323048 ], [ 120.1548259, 30.232127 ] ], [ [ 120.1548259, 30.232127 ], [ 120.154855767742077, 30.232032742060685 ] ], [ [ 120.154855767742077, 30.232032742060685 ], [ 120.1548644, 30.2320055 ] ], [ [ 120.1548644, 30.2320055 ], [ 120.1549186, 30.2318681 ] ], [ [ 120.1549186, 30.2318681 ], [ 120.1549971, 30.2317264 ] ], [ [ 120.1549971, 30.2317264 ], [ 120.1550146, 30.2316889 ] ], [ [ 120.1550146, 30.2316889 ], [ 120.1550657, 30.2315792 ] ], [ [ 120.1550657, 30.2315792 ], [ 120.155256, 30.2312638 ] ], [ [ 120.155256, 30.2312638 ], [ 120.1553732, 30.2310784 ] ], [ [ 120.1553732, 30.2310784 ], [ 120.1554445, 30.2309695 ] ], [ [ 120.1554445, 30.2309695 ], [ 120.1554887, 30.2309114 ] ], [ [ 120.1554887, 30.2309114 ], [ 120.1555402, 30.2308506 ] ], [ [ 120.1555402, 30.2308506 ], [ 120.1555971, 30.2307825 ] ], [ [ 120.1555971, 30.2307825 ], [ 120.1556628, 30.230718 ] ], [ [ 120.1556628, 30.230718 ], [ 120.1557553, 30.2306452 ] ], [ [ 120.1557553, 30.2306452 ], [ 120.1558487, 30.2305925 ] ], [ [ 120.1558487, 30.2305925 ], [ 120.1559634, 30.2305293 ] ], [ [ 120.1559634, 30.2305293 ], [ 120.156108, 30.2304564 ] ], [ [ 120.156108, 30.2304564 ], [ 120.1562677, 30.2303857 ] ], [ [ 120.1562677, 30.2303857 ], [ 120.1567278, 30.2302391 ] ], [ [ 120.1567278, 30.2302391 ], [ 120.1569311, 30.2301737 ] ], [ [ 120.1569311, 30.2301737 ], [ 120.1570605, 30.2301291 ] ], [ [ 120.1570605, 30.2301291 ], [ 120.1572811, 30.2300529 ] ], [ [ 120.1572811, 30.2300529 ], [ 120.1574959, 30.2299829 ] ], [ [ 120.1574959, 30.2299829 ], [ 120.1576317, 30.2299526 ] ], [ [ 120.1576317, 30.2299526 ], [ 120.1577844, 30.229926 ] ], [ [ 120.1577844, 30.229926 ], [ 120.157868, 30.2299158 ] ], [ [ 120.157868, 30.2299158 ], [ 120.1581746, 30.2298635 ] ], [ [ 120.1581746, 30.2298635 ], [ 120.1585842, 30.2297846 ] ], [ [ 120.1585842, 30.2297846 ], [ 120.1588292, 30.2297378 ] ], [ [ 120.1588292, 30.2297378 ], [ 120.1590995, 30.22968 ] ], [ [ 120.1590995, 30.22968 ], [ 120.1592646, 30.2296286 ] ], [ [ 120.1592646, 30.2296286 ], [ 120.1594409, 30.2295623 ] ], [ [ 120.1594409, 30.2295623 ], [ 120.1598865, 30.2293917 ] ], [ [ 120.1598865, 30.2293917 ], [ 120.1601971, 30.2292697 ] ], [ [ 120.1601971, 30.2292697 ], [ 120.1604541, 30.2291749 ] ], [ [ 120.1604541, 30.2291749 ], [ 120.1606964, 30.2290855 ] ], [ [ 120.1606964, 30.2290855 ], [ 120.1608474, 30.2290297 ] ], [ [ 120.1608474, 30.2290297 ], [ 120.1611564, 30.2289 ] ], [ [ 120.1611564, 30.2289 ], [ 120.1613345, 30.228811 ] ], [ [ 120.1613345, 30.228811 ], [ 120.1614783, 30.2287331 ] ], [ [ 120.1614783, 30.2287331 ], [ 120.1619074, 30.2284364 ] ], [ [ 120.1619074, 30.2284364 ], [ 120.1621004, 30.2283188 ] ], [ [ 120.1621004, 30.2283188 ], [ 120.1622798, 30.228229 ] ], [ [ 120.1622798, 30.228229 ], [ 120.1624312, 30.2281752 ] ], [ [ 120.1624312, 30.2281752 ], [ 120.1625629, 30.2281397 ] ], [ [ 120.1625629, 30.2281397 ], [ 120.1626828, 30.2281278 ] ], [ [ 120.1626828, 30.2281278 ], [ 120.1627914, 30.2281278 ] ], [ [ 120.1627914, 30.2281278 ], [ 120.1628956, 30.228135 ] ], [ [ 120.1628956, 30.228135 ], [ 120.1630452, 30.2281584 ] ], [ [ 120.1630452, 30.2281584 ], [ 120.163167, 30.2281774 ] ], [ [ 120.163167, 30.2281774 ], [ 120.163216, 30.2281851 ] ], [ [ 120.163216, 30.2281851 ], [ 120.1634546, 30.2282132 ] ], [ [ 120.1634546, 30.2282132 ], [ 120.1636469, 30.2282308 ] ], [ [ 120.1636469, 30.2282308 ], [ 120.1637353, 30.2282363 ] ], [ [ 120.1637353, 30.2282363 ], [ 120.1638496, 30.2282269 ] ], [ [ 120.1310804, 30.2155747 ], [ 120.1316884, 30.2155786 ] ], [ [ 120.1316884, 30.2155786 ], [ 120.1320263, 30.2155997 ] ], [ [ 120.1320263, 30.2155997 ], [ 120.1324462, 30.2156718 ] ], [ [ 120.1324462, 30.2156718 ], [ 120.1327721, 30.215794 ] ], [ [ 120.1327721, 30.215794 ], [ 120.133684, 30.2163115 ] ], [ [ 120.133684, 30.2163115 ], [ 120.1342641, 30.2166323 ] ], [ [ 120.1342641, 30.2166323 ], [ 120.134733, 30.2168502 ] ], [ [ 120.134733, 30.2168502 ], [ 120.1384948, 30.2190161 ] ], [ [ 120.1384948, 30.2190161 ], [ 120.1397081, 30.2199867 ] ], [ [ 120.1397081, 30.2199867 ], [ 120.1404534, 30.2205587 ] ], [ [ 120.1404534, 30.2205587 ], [ 120.1420777, 30.2217832 ] ], [ [ 120.1420777, 30.2217832 ], [ 120.1425749, 30.2221947 ] ], [ [ 120.1425749, 30.2221947 ], [ 120.1431631, 30.2226628 ] ], [ [ 120.1431631, 30.2226628 ], [ 120.1435349, 30.223222 ] ], [ [ 120.1435349, 30.223222 ], [ 120.1440041, 30.2236182 ] ], [ [ 120.1440041, 30.2236182 ], [ 120.1447053, 30.2240275 ] ], [ [ 120.1447053, 30.2240275 ], [ 120.1453828, 30.2242727 ] ], [ [ 120.1453828, 30.2242727 ], [ 120.1462508, 30.2243157 ] ], [ [ 120.1462508, 30.2243157 ], [ 120.1470825, 30.2243473 ] ], [ [ 120.1470825, 30.2243473 ], [ 120.1475144, 30.2243759 ] ], [ [ 120.1475144, 30.2243759 ], [ 120.1478312, 30.2243771 ] ], [ [ 120.162098, 30.2430132 ], [ 120.1617002, 30.2430645 ] ], [ [ 120.1617002, 30.2430645 ], [ 120.1615197, 30.2430794 ] ], [ [ 120.1615197, 30.2430794 ], [ 120.1614363, 30.2430863 ] ], [ [ 120.1614363, 30.2430863 ], [ 120.1611749, 30.2430615 ] ], [ [ 120.1611749, 30.2430615 ], [ 120.1607353, 30.2430333 ] ], [ [ 120.1607353, 30.2430333 ], [ 120.1600138, 30.2430291 ] ], [ [ 120.1579015, 30.2482528 ], [ 120.1579105, 30.2481864 ] ], [ [ 120.1579105, 30.2481864 ], [ 120.1579345, 30.2479707 ] ], [ [ 120.1579345, 30.2479707 ], [ 120.1579412, 30.2478754 ] ], [ [ 120.1579412, 30.2478754 ], [ 120.1579758, 30.2474003 ] ], [ [ 120.1579758, 30.2474003 ], [ 120.1580216, 30.2467791 ] ], [ [ 120.1580216, 30.2467791 ], [ 120.1580123, 30.2466177 ] ], [ [ 120.1580123, 30.2466177 ], [ 120.1579633, 30.2456634 ] ], [ [ 120.1579633, 30.2456634 ], [ 120.1577952, 30.2437169 ] ], [ [ 120.1577952, 30.2437169 ], [ 120.157775, 30.2434727 ] ], [ [ 120.157775, 30.2434727 ], [ 120.1576969, 30.2430147 ] ], [ [ 120.1618223, 30.2470267 ], [ 120.1598999, 30.2470349 ] ], [ [ 120.1512186, 30.2357718 ], [ 120.1513098, 30.2356286 ] ], [ [ 120.1320787, 30.2323747 ], [ 120.1319533, 30.2323164 ] ], [ [ 120.1341163, 30.2538915 ], [ 120.1337813, 30.2542056 ] ], [ [ 120.1337813, 30.2542056 ], [ 120.1336503, 30.2543395 ] ], [ [ 120.1336503, 30.2543395 ], [ 120.1334344, 30.2545296 ] ], [ [ 120.1568783, 30.2607083 ], [ 120.1568341, 30.260762 ] ], [ [ 120.1568341, 30.260762 ], [ 120.1565, 30.261163 ] ], [ [ 120.1565, 30.261163 ], [ 120.156233, 30.2614924 ] ], [ [ 120.156233, 30.2614924 ], [ 120.1561396, 30.2616076 ] ], [ [ 120.1561396, 30.2616076 ], [ 120.1560958, 30.2616381 ] ], [ [ 120.1560958, 30.2616381 ], [ 120.155816, 30.2619212 ] ], [ [ 120.155816, 30.2619212 ], [ 120.1558015, 30.2620153 ], [ 120.1557826, 30.2622335 ], [ 120.1557874, 30.2624553 ], [ 120.1558511, 30.2628368 ], [ 120.1558795, 30.2629434 ], [ 120.1559414, 30.2631131 ], [ 120.1560719, 30.2634432 ], [ 120.1561904, 30.2636717 ], [ 120.1562936, 30.2638706 ], [ 120.1563796, 30.2641897 ], [ 120.15641, 30.2643527 ], [ 120.1564269, 30.2644596 ], [ 120.1564539, 30.264631 ], [ 120.1563354, 30.2656879 ], [ 120.1562793, 30.2658363 ] ], [ [ 120.1562793, 30.2658363 ], [ 120.1562516, 30.2659533 ] ], [ [ 120.1525981, 30.2653627 ], [ 120.152402, 30.2653516 ] ], [ [ 120.152402, 30.2653516 ], [ 120.1521542, 30.2653515 ] ], [ [ 120.1521542, 30.2653515 ], [ 120.1520956, 30.2653536 ] ], [ [ 120.1520956, 30.2653536 ], [ 120.1517563, 30.265357 ] ], [ [ 120.1517563, 30.265357 ], [ 120.1512778, 30.2653631 ] ], [ [ 120.1512778, 30.2653631 ], [ 120.1511256, 30.265365 ] ], [ [ 120.1511256, 30.265365 ], [ 120.1508413, 30.2653695 ] ], [ [ 120.1508413, 30.2653695 ], [ 120.1505607, 30.265397 ] ], [ [ 120.1505607, 30.265397 ], [ 120.1501438, 30.2654715 ] ], [ [ 120.1501438, 30.2654715 ], [ 120.1500278, 30.2654863 ] ], [ [ 120.1500278, 30.2654863 ], [ 120.14986, 30.2655017 ] ], [ [ 120.14986, 30.2655017 ], [ 120.149773, 30.2654943 ] ], [ [ 120.149773, 30.2654943 ], [ 120.1497279, 30.2654904 ] ], [ [ 120.1497279, 30.2654904 ], [ 120.1495907, 30.2654534 ] ], [ [ 120.1495907, 30.2654534 ], [ 120.1495674, 30.2654471 ] ], [ [ 120.1495674, 30.2654471 ], [ 120.1494711, 30.2654195 ] ], [ [ 120.1494711, 30.2654195 ], [ 120.1493101, 30.2653729 ] ], [ [ 120.1493101, 30.2653729 ], [ 120.1491257, 30.2652993 ] ], [ [ 120.1491257, 30.2652993 ], [ 120.1489079, 30.2652228 ] ], [ [ 120.1489079, 30.2652228 ], [ 120.1488012, 30.2651794 ] ], [ [ 120.1488012, 30.2651794 ], [ 120.1483075, 30.2649788 ] ], [ [ 120.1483075, 30.2649788 ], [ 120.1481649, 30.2649208 ] ], [ [ 120.1481649, 30.2649208 ], [ 120.1479832, 30.2648387 ] ], [ [ 120.1479832, 30.2648387 ], [ 120.1473517, 30.2645521 ] ], [ [ 120.1516531, 30.2684842 ], [ 120.1514606, 30.2684489 ] ], [ [ 120.1514606, 30.2684489 ], [ 120.1510035, 30.2683309 ] ], [ [ 120.1510035, 30.2683309 ], [ 120.1506473, 30.2682246 ] ], [ [ 120.1506473, 30.2682246 ], [ 120.1501799, 30.2680852 ] ], [ [ 120.1501799, 30.2680852 ], [ 120.1493307, 30.2678318 ] ], [ [ 120.1493307, 30.2678318 ], [ 120.149272, 30.2678167 ] ], [ [ 120.149272, 30.2678167 ], [ 120.1491623, 30.2677884 ] ], [ [ 120.1491623, 30.2677884 ], [ 120.1489921, 30.2677445 ] ], [ [ 120.1489921, 30.2677445 ], [ 120.1489703, 30.2677389 ] ], [ [ 120.1489703, 30.2677389 ], [ 120.1488434, 30.267708 ] ], [ [ 120.1488434, 30.267708 ], [ 120.148811, 30.2677001 ] ], [ [ 120.148811, 30.2677001 ], [ 120.1486712, 30.2676607 ] ], [ [ 120.1486712, 30.2676607 ], [ 120.1485948, 30.2676392 ] ], [ [ 120.1485948, 30.2676392 ], [ 120.1485643, 30.2676306 ] ], [ [ 120.1485643, 30.2676306 ], [ 120.1480383, 30.2674694 ] ], [ [ 120.1480383, 30.2674694 ], [ 120.147762, 30.2673375 ] ], [ [ 120.147762, 30.2673375 ], [ 120.1475919, 30.2672418 ] ], [ [ 120.1475919, 30.2672418 ], [ 120.1471454, 30.2669487 ] ], [ [ 120.1471454, 30.2669487 ], [ 120.1468764, 30.2667644 ] ], [ [ 120.1468764, 30.2667644 ], [ 120.1466995, 30.2666433 ] ], [ [ 120.1466995, 30.2666433 ], [ 120.1464533, 30.2664746 ] ], [ [ 120.1464533, 30.2664746 ], [ 120.1460938, 30.2662263 ] ], [ [ 120.1460938, 30.2662263 ], [ 120.1459016, 30.2660935 ] ], [ [ 120.1516531, 30.2684842 ], [ 120.151799, 30.2685145 ] ], [ [ 120.1773303, 30.2472087 ], [ 120.177634, 30.2473956 ] ], [ [ 120.177634, 30.2473956 ], [ 120.1774655, 30.2473582 ], [ 120.1773808, 30.2473533 ], [ 120.1771128, 30.2473672 ] ], [ [ 120.1579015, 30.2482528 ], [ 120.1578931, 30.2483509 ] ], [ [ 120.1777676, 30.2475099 ], [ 120.177634, 30.2473956 ] ], [ [ 120.1789944, 30.2490372 ], [ 120.1788708, 30.2490044 ], [ 120.1785927, 30.248787 ], [ 120.1784585, 30.2485656 ], [ 120.1780769, 30.2479593 ], [ 120.1777676, 30.2475099 ] ], [ [ 120.1777676, 30.2475099 ], [ 120.1779176, 30.2474282 ], [ 120.1780077, 30.2474286 ], [ 120.1781477, 30.2474341 ], [ 120.1782035, 30.2474386 ], [ 120.178313, 30.2474839 ], [ 120.1784245, 30.2475301 ], [ 120.1786004, 30.2477932 ], [ 120.1788184, 30.2481117 ], [ 120.1789525, 30.2483057 ], [ 120.1791762, 30.2486268 ], [ 120.1792218, 30.2486934 ], [ 120.1792511, 30.2487361 ], [ 120.1793543, 30.2488866 ], [ 120.1795444, 30.2491662 ] ], [ [ 120.1795444, 30.2491662 ], [ 120.1789944, 30.2490372 ] ], [ [ 120.1790996, 30.2493428 ], [ 120.1791207, 30.2492191 ] ], [ [ 120.1791207, 30.2492191 ], [ 120.179087, 30.2491354 ] ], [ [ 120.179087, 30.2491354 ], [ 120.1789944, 30.2490372 ] ], [ [ 120.1790996, 30.2493428 ], [ 120.1795444, 30.2491662 ] ], [ [ 120.1617005, 30.2483826 ], [ 120.1618075, 30.2482541 ] ], [ [ 120.1797337, 30.2494453 ], [ 120.1796501, 30.2495042 ] ], [ [ 120.1748589, 30.249406 ], [ 120.1756946, 30.2494897 ], [ 120.17667, 30.2495937 ], [ 120.1775573, 30.249625 ], [ 120.1777016, 30.2496301 ], [ 120.1787038, 30.2495028 ], [ 120.1790996, 30.2493428 ] ], [ [ 120.1796501, 30.2495042 ], [ 120.1791211, 30.2496422 ], [ 120.1787965, 30.2497269 ], [ 120.1785204, 30.2497717 ], [ 120.1777755, 30.2498515 ], [ 120.1774611, 30.2498494 ], [ 120.1771399, 30.2498473 ], [ 120.1762656, 30.2497543 ], [ 120.1756491, 30.249698 ], [ 120.1748959, 30.2495939 ] ], [ [ 120.1597555, 30.2499652 ], [ 120.1606059, 30.2499162 ], [ 120.1610027, 30.2499112 ], [ 120.1615293, 30.2498805 ], [ 120.1617115, 30.2497902 ] ], [ [ 120.1596205, 30.2499695 ], [ 120.1597555, 30.2499652 ] ], [ [ 120.1575699, 30.2500836 ], [ 120.1578251, 30.2500299 ], [ 120.1579214, 30.2500096 ], [ 120.1584121, 30.2499802 ], [ 120.1596205, 30.2499695 ] ], [ [ 120.1560312, 30.2501022 ], [ 120.1575699, 30.2500836 ] ], [ [ 120.1558927, 30.2501012 ], [ 120.1560312, 30.2501022 ] ], [ [ 120.1575699, 30.2500836 ], [ 120.1575546, 30.2508844 ] ], [ [ 120.1561179, 30.250868 ], [ 120.1559883, 30.2508671 ] ], [ [ 120.1575546, 30.2508844 ], [ 120.1561179, 30.250868 ] ], [ [ 120.1617296, 30.2508586 ], [ 120.1609782, 30.2508503 ], [ 120.1605813, 30.2508764 ], [ 120.159684, 30.250909 ] ], [ [ 120.1595619, 30.250893 ], [ 120.1583716, 30.2508896 ], [ 120.158259, 30.2508893 ], [ 120.1575546, 30.2508844 ] ], [ [ 120.159684, 30.250909 ], [ 120.1595619, 30.250893 ] ], [ [ 120.1003582, 30.2480661 ], [ 120.1006261, 30.2479356 ] ], [ [ 120.1006261, 30.2479356 ], [ 120.101068, 30.2477195 ] ], [ [ 120.101068, 30.2477195 ], [ 120.1011309, 30.2476696 ] ], [ [ 120.1011309, 30.2476696 ], [ 120.1013842, 30.24747 ] ], [ [ 120.1013842, 30.24747 ], [ 120.1024532, 30.2468013 ] ], [ [ 120.1024532, 30.2468013 ], [ 120.1025859, 30.2467292 ] ], [ [ 120.1025859, 30.2467292 ], [ 120.1027428, 30.2466438 ] ], [ [ 120.1027428, 30.2466438 ], [ 120.1030003, 30.246514 ] ], [ [ 120.1030003, 30.246514 ], [ 120.1031667, 30.2463541 ] ], [ [ 120.1031667, 30.2463541 ], [ 120.1032921, 30.2461394 ] ], [ [ 120.1032921, 30.2461394 ], [ 120.1033519, 30.2460367 ] ], [ [ 120.1033519, 30.2460367 ], [ 120.1034405, 30.2458772 ] ], [ [ 120.1034405, 30.2458772 ], [ 120.1034628, 30.2458391 ] ], [ [ 120.12367, 30.2551099 ], [ 120.1233605, 30.2552107 ] ], [ [ 120.1233605, 30.2552107 ], [ 120.1232066, 30.2552608 ] ], [ [ 120.1232066, 30.2552608 ], [ 120.1228102, 30.2553079 ] ], [ [ 120.1228102, 30.2553079 ], [ 120.1227492, 30.2553152 ] ], [ [ 120.1227492, 30.2553152 ], [ 120.1223015, 30.2553649 ] ], [ [ 120.1223015, 30.2553649 ], [ 120.121882, 30.2554825 ] ], [ [ 120.121882, 30.2554825 ], [ 120.1214254, 30.2556963 ] ], [ [ 120.1214254, 30.2556963 ], [ 120.1213571, 30.255735 ] ], [ [ 120.1213571, 30.255735 ], [ 120.1208854, 30.2558898 ] ], [ [ 120.1208854, 30.2558898 ], [ 120.1202528, 30.2559959 ] ], [ [ 120.1202528, 30.2559959 ], [ 120.1200337, 30.2560327 ] ], [ [ 120.1240109, 30.2596866 ], [ 120.1243028, 30.2593399 ], [ 120.1245782, 30.259084 ], [ 120.1250509, 30.2585918 ], [ 120.1251728, 30.2583698 ], [ 120.1252815, 30.258077 ], [ 120.1253611, 30.2575335 ], [ 120.12529, 30.2570409 ], [ 120.1252367, 30.2567072 ], [ 120.1252881, 30.2563658 ], [ 120.1253275, 30.2562533 ], [ 120.125502, 30.2559527 ], [ 120.1256485, 30.2557974 ] ], [ [ 120.1240109, 30.2596866 ], [ 120.1253388, 30.2597595 ], [ 120.1263315, 30.2598016 ] ], [ [ 120.1238537, 30.2625261 ], [ 120.1237538, 30.2622619 ], [ 120.1237288, 30.262196 ], [ 120.1234958, 30.2615735 ], [ 120.1234452, 30.2614383 ], [ 120.1234398, 30.2610929 ], [ 120.1236139, 30.2605442 ], [ 120.1237659, 30.2601152 ], [ 120.1238346, 30.259995 ], [ 120.1239471, 30.2597982 ], [ 120.1240109, 30.2596866 ] ], [ [ 120.1200337, 30.2560327 ], [ 120.1200183, 30.2555985 ] ], [ [ 120.1200183, 30.2555985 ], [ 120.1200037, 30.2553466 ] ], [ [ 120.1200037, 30.2553466 ], [ 120.1199819, 30.2548486 ] ], [ [ 120.1199819, 30.2548486 ], [ 120.1199267, 30.2546385 ] ], [ [ 120.1199267, 30.2546385 ], [ 120.1197159, 30.2538366 ] ], [ [ 120.1200337, 30.2560327 ], [ 120.1198675, 30.2566972 ] ], [ [ 120.1198675, 30.2566972 ], [ 120.1198144, 30.2569095 ] ], [ [ 120.1198144, 30.2569095 ], [ 120.1197307, 30.2572867 ] ], [ [ 120.1197307, 30.2572867 ], [ 120.1196328, 30.2577276 ] ], [ [ 120.1196328, 30.2577276 ], [ 120.1195689, 30.2582314 ] ], [ [ 120.1195689, 30.2582314 ], [ 120.1195403, 30.2584571 ] ], [ [ 120.1195403, 30.2584571 ], [ 120.119547, 30.2589019 ] ], [ [ 120.119547, 30.2589019 ], [ 120.1195502, 30.2591152 ] ], [ [ 120.1195502, 30.2591152 ], [ 120.1196208, 30.2594964 ] ], [ [ 120.1196208, 30.2594964 ], [ 120.1196365, 30.2595814 ] ], [ [ 120.1196365, 30.2595814 ], [ 120.1197316, 30.2597924 ] ], [ [ 120.1197316, 30.2597924 ], [ 120.119811, 30.2599686 ] ], [ [ 120.119811, 30.2599686 ], [ 120.1198606, 30.2600822 ] ], [ [ 120.1198606, 30.2600822 ], [ 120.1203789, 30.261269 ] ], [ [ 120.1203789, 30.261269 ], [ 120.1204034, 30.2613263 ] ], [ [ 120.1204034, 30.2613263 ], [ 120.1211394, 30.2632061 ] ], [ [ 120.1211394, 30.2632061 ], [ 120.1211799, 30.2634214 ] ], [ [ 120.1183012, 30.2727656 ], [ 120.1183677, 30.272849 ] ], [ [ 120.1183677, 30.272849 ], [ 120.1186232, 30.273214 ] ], [ [ 120.1186232, 30.273214 ], [ 120.1186682, 30.2732644 ] ], [ [ 120.1186682, 30.2732644 ], [ 120.1187416, 30.2733587 ] ], [ [ 120.1187416, 30.2733587 ], [ 120.1187971, 30.2734323 ] ], [ [ 120.1187971, 30.2734323 ], [ 120.1193599, 30.2741977 ] ], [ [ 120.0875183, 30.2624545 ], [ 120.0907867, 30.2632053 ] ], [ [ 120.0907867, 30.2632053 ], [ 120.0919944, 30.2634652 ] ], [ [ 120.0919944, 30.2634652 ], [ 120.0921877, 30.2635068 ] ], [ [ 120.0921877, 30.2635068 ], [ 120.0923798, 30.263549 ] ], [ [ 120.0923798, 30.263549 ], [ 120.0937507, 30.2638501 ] ], [ [ 120.0946711, 30.2663674 ], [ 120.0952119, 30.2644877 ] ], [ [ 120.0952119, 30.2644877 ], [ 120.09524, 30.2644062 ] ], [ [ 120.09524, 30.2644062 ], [ 120.0952489, 30.2643235 ] ], [ [ 120.0952489, 30.2643235 ], [ 120.095217, 30.2642453 ] ], [ [ 120.095217, 30.2642453 ], [ 120.0951558, 30.2641913 ] ], [ [ 120.0951558, 30.2641913 ], [ 120.095048, 30.2641484 ] ], [ [ 120.095048, 30.2641484 ], [ 120.0937507, 30.2638501 ] ], [ [ 120.0929748, 30.266041 ], [ 120.0928757, 30.2662053 ] ], [ [ 120.1272169, 30.2678541 ], [ 120.1272187, 30.2675901 ] ], [ [ 120.1272187, 30.2675901 ], [ 120.1272369, 30.266742 ] ], [ [ 120.1272369, 30.266742 ], [ 120.1272418, 30.2663641 ] ], [ [ 120.1272418, 30.2663641 ], [ 120.1272514, 30.266202 ] ], [ [ 120.1272514, 30.266202 ], [ 120.1271465, 30.2660394 ] ], [ [ 120.1289068, 30.2698511 ], [ 120.1292471, 30.2698106 ] ], [ [ 120.1292471, 30.2698106 ], [ 120.1295054, 30.2697324 ] ], [ [ 120.1295054, 30.2697324 ], [ 120.1296949, 30.2696603 ] ], [ [ 120.1296949, 30.2696603 ], [ 120.1298399, 30.2695919 ] ], [ [ 120.1298399, 30.2695919 ], [ 120.1300216, 30.2694657 ] ], [ [ 120.1300216, 30.2694657 ], [ 120.1301653, 30.2693506 ] ], [ [ 120.1301653, 30.2693506 ], [ 120.1303025, 30.2692179 ] ], [ [ 120.1303025, 30.2692179 ], [ 120.1303652, 30.2691393 ] ], [ [ 120.1303652, 30.2691393 ], [ 120.1303943, 30.2690922 ] ], [ [ 120.1303943, 30.2690922 ], [ 120.1304846, 30.2689046 ] ], [ [ 120.1304846, 30.2689046 ], [ 120.1305454, 30.26876 ] ], [ [ 120.1305454, 30.26876 ], [ 120.1305925, 30.2685851 ] ], [ [ 120.1305925, 30.2685851 ], [ 120.1306237, 30.2683866 ] ], [ [ 120.1306237, 30.2683866 ], [ 120.1306051, 30.2681207 ] ], [ [ 120.1306051, 30.2681207 ], [ 120.130527, 30.2678472 ] ], [ [ 120.130527, 30.2678472 ], [ 120.1304283, 30.267648 ] ], [ [ 120.1304283, 30.267648 ], [ 120.1302659, 30.2674367 ] ], [ [ 120.1302659, 30.2674367 ], [ 120.1300587, 30.2672247 ] ], [ [ 120.1300587, 30.2672247 ], [ 120.1298668, 30.2670799 ] ], [ [ 120.1298668, 30.2670799 ], [ 120.1297012, 30.2669926 ] ], [ [ 120.1297012, 30.2669926 ], [ 120.1292484, 30.2668616 ] ], [ [ 120.1292484, 30.2668616 ], [ 120.1289477, 30.2668263 ] ], [ [ 120.1289477, 30.2668263 ], [ 120.128574, 30.2668383 ] ], [ [ 120.128574, 30.2668383 ], [ 120.1282055, 30.2669237 ] ], [ [ 120.1282055, 30.2669237 ], [ 120.1279974, 30.2670289 ] ], [ [ 120.1279974, 30.2670289 ], [ 120.1279247, 30.2670826 ] ], [ [ 120.1279247, 30.2670826 ], [ 120.1276883, 30.2672271 ] ], [ [ 120.1276883, 30.2672271 ], [ 120.1274133, 30.2674732 ] ], [ [ 120.1274133, 30.2674732 ], [ 120.1272169, 30.2678541 ] ], [ [ 120.1272169, 30.2678541 ], [ 120.1271751, 30.2680773 ] ], [ [ 120.1271751, 30.2680773 ], [ 120.1271533, 30.2683128 ] ], [ [ 120.1271533, 30.2683128 ], [ 120.1271422, 30.2684327 ] ], [ [ 120.1271422, 30.2684327 ], [ 120.1271738, 30.2686664 ] ], [ [ 120.1271738, 30.2686664 ], [ 120.1273035, 30.2690156 ] ], [ [ 120.1273035, 30.2690156 ], [ 120.1274365, 30.2692194 ] ], [ [ 120.1274365, 30.2692194 ], [ 120.1276395, 30.2694091 ] ], [ [ 120.1276395, 30.2694091 ], [ 120.1278148, 30.2695459 ] ], [ [ 120.1278148, 30.2695459 ], [ 120.1279335, 30.2696077 ] ], [ [ 120.1279335, 30.2696077 ], [ 120.1282185, 30.269725 ] ], [ [ 120.1282185, 30.269725 ], [ 120.1285077, 30.2698161 ] ], [ [ 120.1285077, 30.2698161 ], [ 120.1289068, 30.2698511 ] ], [ [ 120.1618419, 30.2497856 ], [ 120.162878, 30.2497601 ], [ 120.1631059, 30.2497545 ], [ 120.1642853, 30.2497596 ], [ 120.1648338, 30.2497589 ], [ 120.1654652, 30.2497614 ], [ 120.1659182, 30.2497577 ], [ 120.1662737, 30.249613 ], [ 120.1663386, 30.2495827 ], [ 120.1665787, 30.2494709 ], [ 120.1667815, 30.2493838 ], [ 120.1669844, 30.2493333 ], [ 120.1672208, 30.2492978 ], [ 120.167462, 30.2492802 ] ], [ [ 120.1674533, 30.2493988 ], [ 120.1671927, 30.2494115 ], [ 120.1669679, 30.2494381 ], [ 120.1667351, 30.2495054 ], [ 120.1666261, 30.2495462 ], [ 120.1665182, 30.2495865 ], [ 120.1659126, 30.2498399 ], [ 120.1648259, 30.2498316 ], [ 120.1639977, 30.2498312 ], [ 120.1634474, 30.249861 ], [ 120.1632076, 30.249874 ], [ 120.1624244, 30.2498958 ], [ 120.1618391, 30.2499108 ] ], [ [ 120.1618391, 30.2499108 ], [ 120.1617144, 30.2499122 ] ], [ [ 120.1575546, 30.2508844 ], [ 120.1574987, 30.2520534 ], [ 120.157498, 30.2522165 ] ], [ [ 120.1617486, 30.2540197 ], [ 120.1618176, 30.2540245 ] ], [ [ 120.1618176, 30.2540245 ], [ 120.1631745, 30.2541245 ] ], [ [ 120.1631745, 30.2541245 ], [ 120.1637317, 30.2541655 ] ], [ [ 120.1637317, 30.2541655 ], [ 120.1656301, 30.2542095 ] ], [ [ 120.1671987, 30.2564826 ], [ 120.1674352, 30.2564791 ], [ 120.1675393, 30.2564676 ] ], [ [ 120.1594586, 30.2539656 ], [ 120.1594301, 30.2539644 ] ], [ [ 120.1594301, 30.2539644 ], [ 120.1592941, 30.2539587 ] ], [ [ 120.1592941, 30.2539587 ], [ 120.1590699, 30.2539492 ] ], [ [ 120.1590699, 30.2539492 ], [ 120.1588295, 30.2539403 ] ], [ [ 120.1595674, 30.2539838 ], [ 120.1595988, 30.2539843 ], [ 120.1596825, 30.2539856 ], [ 120.1604545, 30.2539974 ] ], [ [ 120.1604545, 30.2539974 ], [ 120.1617486, 30.2540197 ] ], [ [ 120.1717063, 30.2602837 ], [ 120.1717041, 30.260377 ] ], [ [ 120.1570009, 30.260595 ], [ 120.1568783, 30.2607083 ] ], [ [ 120.1675379, 30.2566383 ], [ 120.1673966, 30.2566362 ], [ 120.1672322, 30.2566415 ], [ 120.167202, 30.2566328 ] ], [ [ 120.1553739, 30.2606445 ], [ 120.1554005, 30.2607138 ] ], [ [ 120.1554005, 30.2607138 ], [ 120.1555371, 30.2610595 ] ], [ [ 120.1555371, 30.2610595 ], [ 120.155609, 30.2612416 ] ], [ [ 120.155609, 30.2612416 ], [ 120.1556981, 30.2614516 ] ], [ [ 120.1556981, 30.2614516 ], [ 120.1557399, 30.2615707 ] ], [ [ 120.1557399, 30.2615707 ], [ 120.1557739, 30.2616637 ] ], [ [ 120.1557739, 30.2616637 ], [ 120.155816, 30.2619212 ] ], [ [ 120.1740106, 30.2669378 ], [ 120.1740162, 30.2662298 ] ], [ [ 120.1740162, 30.2662298 ], [ 120.1740216, 30.2655358 ] ], [ [ 120.1740216, 30.2655358 ], [ 120.1740202, 30.265096 ] ], [ [ 120.1740202, 30.265096 ], [ 120.1740286, 30.2638838 ] ], [ [ 120.1740286, 30.2638838 ], [ 120.1740207, 30.2636928 ] ], [ [ 120.1740207, 30.2636928 ], [ 120.1740107, 30.2626603 ] ], [ [ 120.1740107, 30.2626603 ], [ 120.1739975, 30.2622267 ] ], [ [ 120.1739975, 30.2622267 ], [ 120.1739536, 30.2615801 ] ], [ [ 120.1739536, 30.2615801 ], [ 120.173945, 30.2609717 ] ], [ [ 120.173945, 30.2609717 ], [ 120.1739244, 30.2605794 ] ], [ [ 120.1739244, 30.2605794 ], [ 120.1739188, 30.2604721 ] ], [ [ 120.1739188, 30.2604721 ], [ 120.1739184, 30.2603853 ] ], [ [ 120.1714706, 30.2669649 ], [ 120.1714818, 30.2668343 ], [ 120.1715351, 30.2660916 ], [ 120.1715682, 30.2656307 ], [ 120.1716045, 30.2651246 ], [ 120.1715613, 30.2646547 ], [ 120.1715904, 30.2639637 ], [ 120.171597, 30.2637457 ], [ 120.1716209, 30.2629599 ], [ 120.1716544, 30.2626793 ], [ 120.1716618, 30.2625801 ], [ 120.1716774, 30.2623721 ], [ 120.1717105, 30.2618011 ], [ 120.1717271, 30.2614412 ], [ 120.1717247, 30.2611759 ], [ 120.1717229, 30.2609798 ], [ 120.1717051, 30.2604602 ], [ 120.1717041, 30.260377 ] ], [ [ 120.1711146, 30.2700643 ], [ 120.1712032, 30.2692932 ], [ 120.1713364, 30.2681334 ], [ 120.1714706, 30.2669649 ] ], [ [ 120.1736053, 30.2703459 ], [ 120.1737482, 30.2696101 ] ], [ [ 120.1737482, 30.2696101 ], [ 120.1738837, 30.2685242 ] ], [ [ 120.1738837, 30.2685242 ], [ 120.1740106, 30.2669378 ] ], [ [ 120.1588216, 30.2687167 ], [ 120.1589427, 30.268716 ] ], [ [ 120.1589427, 30.268716 ], [ 120.1597114, 30.268736 ] ], [ [ 120.1597114, 30.268736 ], [ 120.1606268, 30.2689229 ] ], [ [ 120.1606268, 30.2689229 ], [ 120.1614733, 30.2690141 ] ], [ [ 120.1614733, 30.2690141 ], [ 120.1620147, 30.2690652 ] ], [ [ 120.1620147, 30.2690652 ], [ 120.1621146, 30.2690746 ] ], [ [ 120.1621146, 30.2690746 ], [ 120.1624118, 30.2691027 ] ], [ [ 120.1624118, 30.2691027 ], [ 120.162856, 30.2691578 ] ], [ [ 120.162856, 30.2691578 ], [ 120.1633351, 30.2692467 ] ], [ [ 120.1633351, 30.2692467 ], [ 120.1634238, 30.2692736 ] ], [ [ 120.1562516, 30.2659533 ], [ 120.156232, 30.2660361 ] ], [ [ 120.156232, 30.2660361 ], [ 120.1562233, 30.2660729 ] ], [ [ 120.1562233, 30.2660729 ], [ 120.1560606, 30.2667593 ] ], [ [ 120.1560606, 30.2667593 ], [ 120.1560437, 30.2668168 ] ], [ [ 120.1560437, 30.2668168 ], [ 120.1559283, 30.2672092 ] ], [ [ 120.1559283, 30.2672092 ], [ 120.1558872, 30.2673489 ] ], [ [ 120.1558872, 30.2673489 ], [ 120.1558391, 30.2675125 ] ], [ [ 120.1558391, 30.2675125 ], [ 120.1557763, 30.2677258 ] ], [ [ 120.1557763, 30.2677258 ], [ 120.1557341, 30.2679242 ] ], [ [ 120.1557341, 30.2679242 ], [ 120.1556703, 30.2682238 ] ], [ [ 120.1556703, 30.2682238 ], [ 120.1556434, 30.2683124 ] ], [ [ 120.1556434, 30.2683124 ], [ 120.1556085, 30.2684798 ] ], [ [ 120.1556085, 30.2684798 ], [ 120.1553608, 30.2690881 ] ], [ [ 120.1553608, 30.2690881 ], [ 120.1552635, 30.2693767 ] ], [ [ 120.1552635, 30.2693767 ], [ 120.1551298, 30.2697733 ] ], [ [ 120.1551298, 30.2697733 ], [ 120.1549366, 30.2704201 ] ], [ [ 120.1549366, 30.2704201 ], [ 120.1545439, 30.271735 ] ], [ [ 120.1545439, 30.271735 ], [ 120.1543482, 30.2721685 ] ], [ [ 120.1543482, 30.2721685 ], [ 120.1543013, 30.2722345 ] ], [ [ 120.1543013, 30.2722345 ], [ 120.1539994, 30.2726597 ] ], [ [ 120.1539994, 30.2726597 ], [ 120.1539038, 30.2727944 ] ], [ [ 120.1320598, 30.2706273 ], [ 120.1333436, 30.2707168 ] ], [ [ 120.1333436, 30.2707168 ], [ 120.1336038, 30.2707519 ] ], [ [ 120.1336038, 30.2707519 ], [ 120.1341038, 30.2708608 ] ], [ [ 120.1341038, 30.2708608 ], [ 120.1343675, 30.2708966 ] ], [ [ 120.1343675, 30.2708966 ], [ 120.134821, 30.2709521 ] ], [ [ 120.134821, 30.2709521 ], [ 120.1355802, 30.2710687 ] ], [ [ 120.1355802, 30.2710687 ], [ 120.1365594, 30.2711977 ] ], [ [ 120.1363539, 30.2723474 ], [ 120.1367231, 30.2723346 ], [ 120.1371826, 30.2723221 ], [ 120.1375221, 30.2722632 ], [ 120.1378829, 30.2721601 ], [ 120.1383438, 30.2720207 ], [ 120.1386881, 30.2719475 ], [ 120.1390487, 30.2718813 ], [ 120.1392874, 30.271788 ], [ 120.1396178, 30.2715739 ], [ 120.1403792, 30.2709315 ], [ 120.1410784, 30.2704956 ], [ 120.1413208, 30.2704313 ], [ 120.1423007, 30.2704473 ] ], [ [ 120.1472587, 30.2712872 ], [ 120.1472891, 30.2711944 ] ], [ [ 120.1461318, 30.2744948 ], [ 120.1461386, 30.2744543 ], [ 120.1468689, 30.272453 ], [ 120.1472587, 30.2712872 ] ], [ [ 120.1289906, 30.2734641 ], [ 120.1289719, 30.2734051 ] ], [ [ 120.1289719, 30.2734051 ], [ 120.1289001, 30.2731854 ] ], [ [ 120.1289001, 30.2731854 ], [ 120.1288837, 30.2731244 ] ], [ [ 120.1288837, 30.2731244 ], [ 120.1288757, 30.2729634 ] ], [ [ 120.1288757, 30.2729634 ], [ 120.1288755, 30.272324 ] ], [ [ 120.1288755, 30.272324 ], [ 120.1289061, 30.2710303 ] ], [ [ 120.1289061, 30.2710303 ], [ 120.1289068, 30.2698511 ] ], [ [ 120.1290193, 30.273556 ], [ 120.1289906, 30.2734641 ] ], [ [ 120.1363224, 30.2725435 ], [ 120.1353809, 30.2724715 ] ], [ [ 120.1353809, 30.2724715 ], [ 120.134031, 30.2723808 ] ], [ [ 120.134031, 30.2723808 ], [ 120.1337856, 30.2723722 ] ], [ [ 120.1337856, 30.2723722 ], [ 120.1332051, 30.2723497 ] ], [ [ 120.1332051, 30.2723497 ], [ 120.1328779, 30.2723347 ] ], [ [ 120.1328779, 30.2723347 ], [ 120.1319411, 30.2723095 ] ], [ [ 120.1290424, 30.273677 ], [ 120.1290193, 30.273556 ] ], [ [ 120.1290424, 30.273677 ], [ 120.1290687, 30.273757 ] ], [ [ 120.1575762, 30.2726801 ], [ 120.1575821, 30.2727774 ] ], [ [ 120.1575821, 30.2727774 ], [ 120.157575, 30.2729363 ] ], [ [ 120.157575, 30.2729363 ], [ 120.1575678, 30.2730226 ] ], [ [ 120.1575678, 30.2730226 ], [ 120.1575512, 30.2730827 ] ], [ [ 120.1575512, 30.2730827 ], [ 120.1575289, 30.273325 ] ], [ [ 120.1575289, 30.273325 ], [ 120.15747, 30.2738797 ] ], [ [ 120.15747, 30.2738797 ], [ 120.1573943, 30.274484 ] ], [ [ 120.1573943, 30.274484 ], [ 120.157377, 30.2748902 ] ], [ [ 120.157377, 30.2748902 ], [ 120.1573573, 30.2753555 ] ], [ [ 120.1573573, 30.2753555 ], [ 120.1573558, 30.2754375 ] ], [ [ 120.1595919, 30.2756649 ], [ 120.1595935, 30.2756033 ] ], [ [ 120.1595935, 30.2756033 ], [ 120.1596154, 30.2749629 ] ], [ [ 120.1596154, 30.2749629 ], [ 120.1596379, 30.2743038 ] ], [ [ 120.1596379, 30.2743038 ], [ 120.1596535, 30.2740235 ] ], [ [ 120.1596535, 30.2740235 ], [ 120.1595859, 30.2737544 ] ], [ [ 120.1595859, 30.2737544 ], [ 120.1595932, 30.2736434 ] ], [ [ 120.1595932, 30.2736434 ], [ 120.159606, 30.2734505 ] ], [ [ 120.159606, 30.2734505 ], [ 120.1596285, 30.2731107 ] ], [ [ 120.1596285, 30.2731107 ], [ 120.1596378, 30.2729699 ] ], [ [ 120.1596378, 30.2729699 ], [ 120.1596646, 30.2726933 ] ], [ [ 120.1596646, 30.2726933 ], [ 120.1596764, 30.2726138 ] ], [ [ 120.1634238, 30.2692736 ], [ 120.1635249, 30.2692906 ] ], [ [ 120.1635249, 30.2692906 ], [ 120.1643707, 30.2694328 ] ], [ [ 120.1643707, 30.2694328 ], [ 120.1651811, 30.2695691 ] ], [ [ 120.1651811, 30.2695691 ], [ 120.1652552, 30.2695765 ] ], [ [ 120.1652552, 30.2695765 ], [ 120.1663321, 30.2696845 ] ], [ [ 120.1736053, 30.2703459 ], [ 120.1730935, 30.2702939 ] ], [ [ 120.1730935, 30.2702939 ], [ 120.172467, 30.2702302 ] ], [ [ 120.172467, 30.2702302 ], [ 120.1720463, 30.2701874 ] ], [ [ 120.1720463, 30.2701874 ], [ 120.1719529, 30.2720552 ] ], [ [ 120.1734477, 30.2722435 ], [ 120.1735104, 30.2715111 ] ], [ [ 120.1735104, 30.2715111 ], [ 120.1735378, 30.2711739 ] ], [ [ 120.1735378, 30.2711739 ], [ 120.1736053, 30.2703459 ] ], [ [ 120.1719388, 30.2721646 ], [ 120.1719529, 30.2720552 ] ], [ [ 120.1663705, 30.2719824 ], [ 120.166375, 30.2721326 ] ], [ [ 120.1660408, 30.2721293 ], [ 120.1660423, 30.2719921 ] ], [ [ 120.1734477, 30.2722435 ], [ 120.1734523, 30.2723505 ] ], [ [ 120.1659074, 30.2740437 ], [ 120.1659085, 30.2739274 ], [ 120.1659126, 30.2735012 ], [ 120.1659136, 30.2733896 ], [ 120.1659163, 30.2731076 ], [ 120.1659198, 30.2727472 ], [ 120.1659258, 30.2721398 ] ], [ [ 120.166375, 30.2721326 ], [ 120.1663743, 30.272378 ], [ 120.1663732, 30.2727943 ], [ 120.1663744, 30.2740706 ] ], [ [ 120.1659074, 30.2740437 ], [ 120.1641567, 30.2740391 ], [ 120.1621104, 30.2740198 ], [ 120.1620278, 30.274006 ] ], [ [ 120.1663744, 30.2740706 ], [ 120.1662168, 30.2740442 ], [ 120.1661265, 30.2740321 ], [ 120.1659962, 30.2740363 ], [ 120.1659074, 30.2740437 ] ], [ [ 120.1719388, 30.2721646 ], [ 120.1719093, 30.2723878 ] ], [ [ 120.1719093, 30.2723878 ], [ 120.1715958, 30.2750441 ] ], [ [ 120.1732036, 30.275602 ], [ 120.1732169, 30.2755237 ] ], [ [ 120.1732169, 30.2755237 ], [ 120.1732415, 30.2753667 ] ], [ [ 120.1732415, 30.2753667 ], [ 120.1732566, 30.2752728 ] ], [ [ 120.1732566, 30.2752728 ], [ 120.1737039, 30.273935 ] ], [ [ 120.1737039, 30.273935 ], [ 120.1738867, 30.2725448 ] ], [ [ 120.1738867, 30.2725448 ], [ 120.1739095, 30.2724117 ] ], [ [ 120.1663744, 30.2740706 ], [ 120.1665886, 30.2741162 ], [ 120.1672909, 30.2742708 ], [ 120.1688793, 30.2744055 ], [ 120.169317, 30.2745464 ], [ 120.1695745, 30.2746501 ], [ 120.169832, 30.2747391 ], [ 120.1700294, 30.2748577 ], [ 120.1703298, 30.2750059 ], [ 120.1705569, 30.2751335 ], [ 120.1709904, 30.2752897 ], [ 120.1712658, 30.2753503 ], [ 120.1715584, 30.2753949 ], [ 120.1719325, 30.2754514 ], [ 120.1729436, 30.2755242 ], [ 120.1732036, 30.275602 ] ], [ [ 120.1732036, 30.275602 ], [ 120.1729498, 30.2764747 ] ], [ [ 120.1729498, 30.2764747 ], [ 120.1729142, 30.2765973 ] ], [ [ 120.1729142, 30.2765973 ], [ 120.1728654, 30.2767453 ] ], [ [ 120.1728654, 30.2767453 ], [ 120.1728514, 30.2767702 ] ], [ [ 120.165674, 30.2797346 ], [ 120.1657427, 30.2792843 ] ], [ [ 120.1657427, 30.2792843 ], [ 120.1657573, 30.2792331 ] ], [ [ 120.1657573, 30.2792331 ], [ 120.1657802, 30.2791524 ] ], [ [ 120.1657802, 30.2791524 ], [ 120.165834, 30.2788374 ] ], [ [ 120.165834, 30.2788374 ], [ 120.1658549, 30.2782671 ] ], [ [ 120.1612674, 30.2786367 ], [ 120.1619124, 30.2786607 ] ], [ [ 120.1619124, 30.2786607 ], [ 120.1622021, 30.2786674 ] ], [ [ 120.1622021, 30.2786674 ], [ 120.1625532, 30.2786769 ] ], [ [ 120.1625532, 30.2786769 ], [ 120.1632359, 30.2786954 ] ], [ [ 120.1632359, 30.2786954 ], [ 120.1635706, 30.2787113 ] ], [ [ 120.1635706, 30.2787113 ], [ 120.1638595, 30.278763 ] ], [ [ 120.1638595, 30.278763 ], [ 120.1641282, 30.2788439 ] ], [ [ 120.1641282, 30.2788439 ], [ 120.1642596, 30.2789126 ] ], [ [ 120.1642596, 30.2789126 ], [ 120.164703, 30.2791192 ] ], [ [ 120.164703, 30.2791192 ], [ 120.1651827, 30.2794413 ] ], [ [ 120.1651827, 30.2794413 ], [ 120.1653304, 30.2795476 ] ], [ [ 120.1653304, 30.2795476 ], [ 120.1655496, 30.2796653 ] ], [ [ 120.173069, 30.2809887 ], [ 120.1724491, 30.2808524 ] ], [ [ 120.1724491, 30.2808524 ], [ 120.1723838, 30.2808422 ] ], [ [ 120.1723838, 30.2808422 ], [ 120.1722881, 30.2808272 ] ], [ [ 120.1722881, 30.2808272 ], [ 120.1721466, 30.2808188 ] ], [ [ 120.1721466, 30.2808188 ], [ 120.1718805, 30.2808138 ] ], [ [ 120.1718805, 30.2808138 ], [ 120.1714987, 30.2808369 ] ], [ [ 120.1714987, 30.2808369 ], [ 120.1710977, 30.2808888 ] ], [ [ 120.1710977, 30.2808888 ], [ 120.1707709, 30.2809536 ] ], [ [ 120.1707709, 30.2809536 ], [ 120.1706487, 30.2809753 ] ], [ [ 120.1706487, 30.2809753 ], [ 120.1703146, 30.2810347 ] ], [ [ 120.1703146, 30.2810347 ], [ 120.1701514, 30.2810555 ] ], [ [ 120.1701514, 30.2810555 ], [ 120.1701242, 30.281056 ] ], [ [ 120.1701242, 30.281056 ], [ 120.1699656, 30.2810587 ] ], [ [ 120.1699656, 30.2810587 ], [ 120.1696019, 30.2810272 ] ], [ [ 120.1696019, 30.2810272 ], [ 120.1693359, 30.2810041 ] ], [ [ 120.1693359, 30.2810041 ], [ 120.1689888, 30.2809839 ] ], [ [ 120.1689888, 30.2809839 ], [ 120.1684844, 30.2809355 ] ], [ [ 120.1684844, 30.2809355 ], [ 120.1682566, 30.2809027 ] ], [ [ 120.1682566, 30.2809027 ], [ 120.1680539, 30.2808556 ] ], [ [ 120.1680539, 30.2808556 ], [ 120.167811, 30.2807955 ] ], [ [ 120.167811, 30.2807955 ], [ 120.1675787, 30.2807184 ] ], [ [ 120.1675787, 30.2807184 ], [ 120.1672435, 30.2805961 ] ], [ [ 120.1672435, 30.2805961 ], [ 120.1670653, 30.2805076 ] ], [ [ 120.1670653, 30.2805076 ], [ 120.1668128, 30.2803779 ] ], [ [ 120.1668128, 30.2803779 ], [ 120.1664368, 30.2801771 ] ], [ [ 120.1664368, 30.2801771 ], [ 120.1663392, 30.2801217 ] ], [ [ 120.1663392, 30.2801217 ], [ 120.1662684, 30.2800815 ] ], [ [ 120.1662684, 30.2800815 ], [ 120.165674, 30.2797346 ] ], [ [ 120.1732035, 30.2810265 ], [ 120.173069, 30.2809887 ] ], [ [ 120.1732035, 30.2810265 ], [ 120.1736981, 30.2811889 ] ], [ [ 120.1736981, 30.2811889 ], [ 120.1738345, 30.2812258 ] ], [ [ 120.1738345, 30.2812258 ], [ 120.1751733, 30.2815883 ] ], [ [ 120.1751733, 30.2815883 ], [ 120.1755954, 30.2817021 ] ], [ [ 120.1755954, 30.2817021 ], [ 120.1761759, 30.2818586 ] ], [ [ 120.1761759, 30.2818586 ], [ 120.1767076, 30.2820023 ] ], [ [ 120.1767076, 30.2820023 ], [ 120.176903, 30.2820564 ] ], [ [ 120.176903, 30.2820564 ], [ 120.1778858, 30.2823207 ] ], [ [ 120.1009251, 30.2782279 ], [ 120.1008654, 30.2779738 ] ], [ [ 120.1008654, 30.2779738 ], [ 120.1005993, 30.2769983 ] ], [ [ 120.1005993, 30.2769983 ], [ 120.1003481, 30.2757125 ] ], [ [ 120.1003481, 30.2757125 ], [ 120.1003598, 30.2756133 ] ], [ [ 120.1003598, 30.2756133 ], [ 120.1004663, 30.2747075 ] ], [ [ 120.1004663, 30.2747075 ], [ 120.1007583, 30.2737367 ] ], [ [ 120.1007583, 30.2737367 ], [ 120.1010885, 30.2726876 ] ], [ [ 120.1010885, 30.2726876 ], [ 120.1012687, 30.2721151 ] ], [ [ 120.1012687, 30.2721151 ], [ 120.1017315, 30.2706447 ] ], [ [ 120.1017315, 30.2706447 ], [ 120.1018547, 30.2702531 ] ], [ [ 120.1018547, 30.2702531 ], [ 120.1018978, 30.2701413 ] ], [ [ 120.1009251, 30.2782279 ], [ 120.1009344, 30.2783119 ] ], [ [ 120.1193599, 30.2741977 ], [ 120.1194365, 30.2742448 ] ], [ [ 120.1194365, 30.2742448 ], [ 120.1196206, 30.2743368 ] ], [ [ 120.1196206, 30.2743368 ], [ 120.1198457, 30.2744814 ] ], [ [ 120.1288528, 30.2769118 ], [ 120.1289691, 30.2754427 ], [ 120.1290086, 30.2749445 ], [ 120.1290965, 30.2738336 ], [ 120.1290687, 30.273757 ] ], [ [ 120.1196859, 30.2765419 ], [ 120.1204377, 30.2764956 ] ], [ [ 120.1204377, 30.2764956 ], [ 120.1210778, 30.2764442 ] ], [ [ 120.1210778, 30.2764442 ], [ 120.1218066, 30.276413 ] ], [ [ 120.1218066, 30.276413 ], [ 120.1224081, 30.2763979 ] ], [ [ 120.1224081, 30.2763979 ], [ 120.122754, 30.2763984 ] ], [ [ 120.122754, 30.2763984 ], [ 120.1234756, 30.2764692 ] ], [ [ 120.1234756, 30.2764692 ], [ 120.1244515, 30.2765977 ] ], [ [ 120.1244515, 30.2765977 ], [ 120.1252552, 30.2767208 ] ], [ [ 120.1253782, 30.2767333 ], [ 120.1252552, 30.2767208 ] ], [ [ 120.1253782, 30.2767333 ], [ 120.1263809, 30.2767828 ] ], [ [ 120.1263809, 30.2767828 ], [ 120.1270807, 30.2768174 ] ], [ [ 120.1270807, 30.2768174 ], [ 120.1271253, 30.2768199 ] ], [ [ 120.1271253, 30.2768199 ], [ 120.1277335, 30.276849 ] ], [ [ 120.1277335, 30.276849 ], [ 120.1283374, 30.2768871 ] ], [ [ 120.1283374, 30.2768871 ], [ 120.1288528, 30.2769118 ] ], [ [ 120.1196859, 30.2765419 ], [ 120.1197764, 30.2757129 ] ], [ [ 120.1197764, 30.2757129 ], [ 120.1198054, 30.2753911 ] ], [ [ 120.1198054, 30.2753911 ], [ 120.1198723, 30.2746499 ] ], [ [ 120.1198723, 30.2746499 ], [ 120.1198702, 30.2745595 ] ], [ [ 120.1198702, 30.2745595 ], [ 120.1198457, 30.2744814 ] ], [ [ 120.1123766, 30.2742895 ], [ 120.1122529, 30.2747473 ] ], [ [ 120.1122529, 30.2747473 ], [ 120.1122488, 30.2747624 ] ], [ [ 120.1122488, 30.2747624 ], [ 120.1121891, 30.2749555 ] ], [ [ 120.1121891, 30.2749555 ], [ 120.1121617, 30.2750514 ] ], [ [ 120.1121617, 30.2750514 ], [ 120.1120022, 30.2751914 ] ], [ [ 120.1120022, 30.2751914 ], [ 120.1118675, 30.275281 ] ], [ [ 120.1118675, 30.275281 ], [ 120.1117625, 30.2754174 ] ], [ [ 120.1117625, 30.2754174 ], [ 120.1117216, 30.2755478 ] ], [ [ 120.1117216, 30.2755478 ], [ 120.1116789, 30.2759191 ] ], [ [ 120.1116789, 30.2759191 ], [ 120.1116784, 30.2760385 ] ], [ [ 120.1116784, 30.2760385 ], [ 120.1116571, 30.2761855 ] ], [ [ 120.1116571, 30.2761855 ], [ 120.1116429, 30.2765362 ] ], [ [ 120.1116429, 30.2765362 ], [ 120.1115843, 30.2768969 ] ], [ [ 120.1115843, 30.2768969 ], [ 120.1115133, 30.277127 ] ], [ [ 120.1115133, 30.277127 ], [ 120.1111097, 30.2784357 ] ], [ [ 120.1152294, 30.2765409 ], [ 120.1153897, 30.27654 ] ], [ [ 120.1153897, 30.27654 ], [ 120.1192887, 30.2765399 ], [ 120.1194313, 30.2765414 ], [ 120.1196859, 30.2765419 ] ], [ [ 120.1194736, 30.2786732 ], [ 120.1195683, 30.2781414 ] ], [ [ 120.1195683, 30.2781414 ], [ 120.1196217, 30.2772721 ] ], [ [ 120.1196217, 30.2772721 ], [ 120.1196384, 30.2770007 ] ], [ [ 120.1196384, 30.2770007 ], [ 120.1196859, 30.2765419 ] ], [ [ 120.1111097, 30.2784357 ], [ 120.1109686, 30.2785376 ] ], [ [ 120.1288528, 30.2769118 ], [ 120.1302287, 30.2769924 ] ], [ [ 120.1302287, 30.2769924 ], [ 120.1313932, 30.2770644 ] ], [ [ 120.1313932, 30.2770644 ], [ 120.1315113, 30.2770738 ] ], [ [ 120.1286774, 30.2792031 ], [ 120.1287421, 30.2783582 ], [ 120.1287643, 30.278068 ], [ 120.1288078, 30.2775001 ], [ 120.1288528, 30.2769118 ] ], [ [ 120.1194736, 30.2786732 ], [ 120.119482, 30.2787852 ] ], [ [ 120.1286766, 30.2793164 ], [ 120.1286774, 30.2792031 ] ], [ [ 120.1096038, 30.2811871 ], [ 120.1098538, 30.2807523 ] ], [ [ 120.1098538, 30.2807523 ], [ 120.1101147, 30.2803718 ] ], [ [ 120.1101147, 30.2803718 ], [ 120.1101807, 30.2802836 ] ], [ [ 120.1101807, 30.2802836 ], [ 120.1103388, 30.2800721 ] ], [ [ 120.1103388, 30.2800721 ], [ 120.1104753, 30.2798889 ] ], [ [ 120.1104753, 30.2798889 ], [ 120.1105028, 30.2798371 ] ], [ [ 120.1105028, 30.2798371 ], [ 120.1106371, 30.2795835 ] ], [ [ 120.1106371, 30.2795835 ], [ 120.110781, 30.2793497 ] ], [ [ 120.110781, 30.2793497 ], [ 120.1108322, 30.2791542 ] ], [ [ 120.1108322, 30.2791542 ], [ 120.1108865, 30.2788824 ] ], [ [ 120.1108865, 30.2788824 ], [ 120.1109014, 30.27871 ] ], [ [ 120.1109014, 30.27871 ], [ 120.1109686, 30.2785376 ] ], [ [ 120.1192173, 30.2813676 ], [ 120.1193263, 30.280403 ] ], [ [ 120.1193263, 30.280403 ], [ 120.1193595, 30.2801086 ] ], [ [ 120.1193595, 30.2801086 ], [ 120.1193844, 30.2798396 ] ], [ [ 120.1193844, 30.2798396 ], [ 120.119482, 30.2787852 ] ], [ [ 120.1119164, 30.279875 ], [ 120.1118402, 30.2808853 ] ], [ [ 120.1118402, 30.2808853 ], [ 120.1118151, 30.281219 ] ], [ [ 120.1096038, 30.2811871 ], [ 120.1118151, 30.281219 ] ], [ [ 120.1118151, 30.281219 ], [ 120.1126084, 30.2812377 ], [ 120.1127494, 30.2812301 ], [ 120.114077, 30.2812521 ], [ 120.1143478, 30.2812565 ], [ 120.1149244, 30.2812627 ] ], [ [ 120.1460956, 30.2745989 ], [ 120.1461318, 30.2744948 ] ], [ [ 120.1460574, 30.2747295 ], [ 120.1460956, 30.2745989 ] ], [ [ 120.1460341, 30.2748343 ], [ 120.1460574, 30.2747295 ] ], [ [ 120.1548747, 30.2753492 ], [ 120.1548861, 30.275245 ] ], [ [ 120.1548784, 30.2754666 ], [ 120.1548747, 30.2753492 ] ], [ [ 120.1495362, 30.2768505 ], [ 120.1496372, 30.276875 ] ], [ [ 120.1548849, 30.2755394 ], [ 120.1548784, 30.2754666 ] ], [ [ 120.1516144, 30.2773276 ], [ 120.1521677, 30.2774467 ], [ 120.1527058, 30.2774361 ], [ 120.1527889, 30.2774345 ], [ 120.1528166, 30.277434 ], [ 120.1533669, 30.2774332 ], [ 120.1533904, 30.2774332 ], [ 120.1540052, 30.277441 ], [ 120.1540903, 30.2774422 ], [ 120.1544961, 30.2774459 ], [ 120.154703, 30.2774477 ], [ 120.1547029, 30.2770947 ], [ 120.1547376, 30.2768841 ], [ 120.1548115, 30.2763924 ], [ 120.1548827, 30.2757094 ], [ 120.1548762, 30.2756377 ], [ 120.1548849, 30.2755394 ] ], [ [ 120.1515228, 30.2773173 ], [ 120.1509474, 30.2772274 ] ], [ [ 120.1509474, 30.2772274 ], [ 120.1507008, 30.2771619 ] ], [ [ 120.1507008, 30.2771619 ], [ 120.1505399, 30.2771178 ] ], [ [ 120.1505399, 30.2771178 ], [ 120.1496372, 30.276875 ] ], [ [ 120.1516144, 30.2773276 ], [ 120.1515228, 30.2773173 ] ], [ [ 120.1460341, 30.2748343 ], [ 120.1460223, 30.2749088 ] ], [ [ 120.1460223, 30.2749088 ], [ 120.1460076, 30.2753114 ] ], [ [ 120.1460076, 30.2753114 ], [ 120.145935, 30.2757975 ] ], [ [ 120.145935, 30.2757975 ], [ 120.1458184, 30.2760252 ] ], [ [ 120.1458184, 30.2760252 ], [ 120.1454942, 30.2763514 ] ], [ [ 120.1454942, 30.2763514 ], [ 120.1448452, 30.2770525 ] ], [ [ 120.1448452, 30.2770525 ], [ 120.1441071, 30.2778193 ] ], [ [ 120.1441071, 30.2778193 ], [ 120.1434749, 30.2783116 ] ], [ [ 120.1434749, 30.2783116 ], [ 120.143108, 30.2785973 ] ], [ [ 120.143108, 30.2785973 ], [ 120.1427833, 30.2788501 ] ], [ [ 120.1427833, 30.2788501 ], [ 120.1427267, 30.2799886 ] ], [ [ 120.1426752, 30.280117 ], [ 120.1427267, 30.2799886 ] ], [ [ 120.1285221, 30.2817284 ], [ 120.1280753, 30.281879 ] ], [ [ 120.1280753, 30.281879 ], [ 120.1276292, 30.2819845 ] ], [ [ 120.1276292, 30.2819845 ], [ 120.1275752, 30.2819949 ] ], [ [ 120.1275752, 30.2819949 ], [ 120.1273026, 30.2820474 ] ], [ [ 120.1273026, 30.2820474 ], [ 120.126817, 30.2820531 ] ], [ [ 120.126817, 30.2820531 ], [ 120.1249253, 30.2819114 ] ], [ [ 120.1248141, 30.2819061 ], [ 120.1249253, 30.2819114 ] ], [ [ 120.1388847, 30.2857611 ], [ 120.1388861, 30.2857288 ] ], [ [ 120.1388861, 30.2857288 ], [ 120.1389276, 30.2847655 ] ], [ [ 120.1389276, 30.2847655 ], [ 120.1389598, 30.283957 ] ], [ [ 120.1389598, 30.283957 ], [ 120.1389491, 30.2838177 ] ], [ [ 120.1389491, 30.2838177 ], [ 120.13893, 30.283644 ] ], [ [ 120.13893, 30.283644 ], [ 120.1387511, 30.2834205 ] ], [ [ 120.1387511, 30.2834205 ], [ 120.1387809, 30.281513 ] ], [ [ 120.1387809, 30.281513 ], [ 120.1388406, 30.2813789 ] ], [ [ 120.1388406, 30.2813789 ], [ 120.1388788, 30.2798836 ] ], [ [ 120.1218622, 30.2789289 ], [ 120.1219482, 30.2802025 ] ], [ [ 120.1219482, 30.2802025 ], [ 120.1219522, 30.2814426 ] ], [ [ 120.1219522, 30.2814426 ], [ 120.1228959, 30.2814861 ], [ 120.1231229, 30.2815444 ], [ 120.123491, 30.2816779 ], [ 120.123761, 30.2817763 ], [ 120.1239122, 30.2818245 ], [ 120.1240782, 30.2818556 ], [ 120.1243007, 30.2818712 ], [ 120.1245634, 30.2818937 ], [ 120.1248141, 30.2819061 ] ], [ [ 120.0895255, 30.2779463 ], [ 120.089316, 30.2787787 ] ], [ [ 120.089316, 30.2787787 ], [ 120.0893001, 30.2788405 ] ], [ [ 120.0893001, 30.2788405 ], [ 120.0887872, 30.2808315 ] ], [ [ 120.0887872, 30.2808315 ], [ 120.0884659, 30.2820614 ] ], [ [ 120.0884659, 30.2820614 ], [ 120.0881457, 30.2832869 ] ], [ [ 120.0881457, 30.2832869 ], [ 120.0881176, 30.2833967 ] ], [ [ 120.1009344, 30.2783119 ], [ 120.1009359, 30.2784534 ] ], [ [ 120.1009359, 30.2784534 ], [ 120.100943, 30.2791014 ] ], [ [ 120.100943, 30.2791014 ], [ 120.1009316, 30.279607 ] ], [ [ 120.1009316, 30.279607 ], [ 120.100926, 30.2798554 ] ], [ [ 120.100926, 30.2798554 ], [ 120.1008188, 30.2805754 ] ], [ [ 120.1008188, 30.2805754 ], [ 120.1007894, 30.2807729 ] ], [ [ 120.1007894, 30.2807729 ], [ 120.1006953, 30.2814045 ] ], [ [ 120.1006953, 30.2814045 ], [ 120.1005413, 30.2824385 ] ], [ [ 120.1005413, 30.2824385 ], [ 120.1004659, 30.2827063 ] ], [ [ 120.1004659, 30.2827063 ], [ 120.1003513, 30.2831138 ] ], [ [ 120.1003513, 30.2831138 ], [ 120.1002707, 30.2834003 ] ], [ [ 120.1002707, 30.2834003 ], [ 120.1001103, 30.2839704 ] ], [ [ 120.1093984, 30.2841799 ], [ 120.1094298, 30.2832271 ] ], [ [ 120.1094298, 30.2832271 ], [ 120.1094173, 30.2831068 ] ], [ [ 120.1094173, 30.2831068 ], [ 120.1093754, 30.2827048 ] ], [ [ 120.1093754, 30.2827048 ], [ 120.1093602, 30.2823846 ] ], [ [ 120.1093602, 30.2823846 ], [ 120.1093972, 30.2820568 ] ], [ [ 120.1093972, 30.2820568 ], [ 120.1094429, 30.2817827 ] ], [ [ 120.1094429, 30.2817827 ], [ 120.1094733, 30.2816002 ] ], [ [ 120.1094733, 30.2816002 ], [ 120.1095165, 30.2814635 ] ], [ [ 120.1095165, 30.2814635 ], [ 120.1096038, 30.2811871 ] ], [ [ 120.1000746, 30.2841221 ], [ 120.1001103, 30.2839704 ] ], [ [ 120.1149244, 30.2812627 ], [ 120.1150358, 30.2812716 ] ], [ [ 120.1150358, 30.2812716 ], [ 120.1164005, 30.2813102 ], [ 120.1174018, 30.2813386 ], [ 120.1176397, 30.281349 ], [ 120.1178731, 30.2813517 ], [ 120.1192173, 30.2813676 ] ], [ [ 120.1192173, 30.2813676 ], [ 120.1219522, 30.2814426 ] ], [ [ 120.1118151, 30.281219 ], [ 120.1118128, 30.2813393 ] ], [ [ 120.1118128, 30.2813393 ], [ 120.1118062, 30.281683 ] ], [ [ 120.1118062, 30.281683 ], [ 120.1118371, 30.2819418 ] ], [ [ 120.1118371, 30.2819418 ], [ 120.1118545, 30.2819922 ] ], [ [ 120.1118545, 30.2819922 ], [ 120.1119031, 30.2821336 ] ], [ [ 120.1119031, 30.2821336 ], [ 120.1121957, 30.2827985 ] ], [ [ 120.1121957, 30.2827985 ], [ 120.1122922, 30.2829983 ] ], [ [ 120.1122922, 30.2829983 ], [ 120.1124056, 30.283232 ] ], [ [ 120.1124056, 30.283232 ], [ 120.1124466, 30.283305 ] ], [ [ 120.1124466, 30.283305 ], [ 120.1124175, 30.2843442 ] ], [ [ 120.1192173, 30.2813676 ], [ 120.1191379, 30.2822462 ] ], [ [ 120.1191379, 30.2822462 ], [ 120.1190922, 30.2827509 ] ], [ [ 120.1190922, 30.2827509 ], [ 120.1190821, 30.2828628 ] ], [ [ 120.1190821, 30.2828628 ], [ 120.1190164, 30.2835887 ] ], [ [ 120.1190164, 30.2835887 ], [ 120.1189992, 30.283781 ] ], [ [ 120.1189992, 30.283781 ], [ 120.1189756, 30.2840431 ] ], [ [ 120.1189756, 30.2840431 ], [ 120.1189159, 30.2847083 ] ], [ [ 120.1189157, 30.2847973 ], [ 120.1189159, 30.2847083 ] ], [ [ 120.1123332, 30.2869719 ], [ 120.1124113, 30.2844366 ] ], [ [ 120.1190206, 30.2873952 ], [ 120.1189157, 30.2847973 ] ], [ [ 120.1110861, 30.2869096 ], [ 120.1092387, 30.2868173 ] ], [ [ 120.0881176, 30.2833967 ], [ 120.0880042, 30.2840676 ] ], [ [ 120.0880042, 30.2840676 ], [ 120.0879753, 30.2842387 ] ], [ [ 120.0879753, 30.2842387 ], [ 120.0877731, 30.2854356 ] ], [ [ 120.0877731, 30.2854356 ], [ 120.0876427, 30.2861357 ] ], [ [ 120.0876427, 30.2861357 ], [ 120.0876214, 30.2863634 ] ], [ [ 120.0876214, 30.2863634 ], [ 120.0875936, 30.2866606 ] ], [ [ 120.0875936, 30.2866606 ], [ 120.0875778, 30.2872214 ] ], [ [ 120.0875778, 30.2872214 ], [ 120.0876122, 30.2881246 ] ], [ [ 120.0876122, 30.2881246 ], [ 120.0876189, 30.2883006 ] ], [ [ 120.0876189, 30.2883006 ], [ 120.0876424, 30.2889185 ] ], [ [ 120.0876424, 30.2889185 ], [ 120.0876479, 30.2890421 ] ], [ [ 120.1093984, 30.2841799 ], [ 120.1093938, 30.2843093 ] ], [ [ 120.1092387, 30.2868173 ], [ 120.109262, 30.2862774 ] ], [ [ 120.109262, 30.2862774 ], [ 120.1092781, 30.2859462 ] ], [ [ 120.1092781, 30.2859462 ], [ 120.109308, 30.2856038 ] ], [ [ 120.109308, 30.2856038 ], [ 120.1093938, 30.2843093 ] ], [ [ 120.1000746, 30.2841221 ], [ 120.0998116, 30.2849374 ] ], [ [ 120.0998116, 30.2849374 ], [ 120.0998033, 30.2849663 ] ], [ [ 120.0998033, 30.2849663 ], [ 120.099592, 30.285618 ] ], [ [ 120.099592, 30.285618 ], [ 120.0995087, 30.2858761 ] ], [ [ 120.0995087, 30.2858761 ], [ 120.0993174, 30.2864693 ] ], [ [ 120.0993174, 30.2864693 ], [ 120.0991023, 30.2871714 ] ], [ [ 120.0991023, 30.2871714 ], [ 120.0986147, 30.2887629 ] ], [ [ 120.0986147, 30.2887629 ], [ 120.0985926, 30.2888585 ] ], [ [ 120.1038265, 30.2865498 ], [ 120.1047761, 30.2865967 ] ], [ [ 120.1047761, 30.2865967 ], [ 120.1092387, 30.2868173 ] ], [ [ 120.2117993, 30.2476619 ], [ 120.2124746, 30.2484038 ] ], [ [ 120.2124746, 30.2484038 ], [ 120.213355, 30.249371 ] ], [ [ 120.213355, 30.249371 ], [ 120.2138255, 30.2498862 ] ], [ [ 120.2138255, 30.2498862 ], [ 120.2144018, 30.2506016 ] ], [ [ 120.2144018, 30.2506016 ], [ 120.2148166, 30.2510587 ] ], [ [ 120.2148166, 30.2510587 ], [ 120.214881, 30.2511309 ] ], [ [ 120.2092579, 30.2539161 ], [ 120.208951, 30.2535073 ] ], [ [ 120.208951, 30.2535073 ], [ 120.2087829, 30.2532834 ] ], [ [ 120.2087829, 30.2532834 ], [ 120.2083186, 30.2526649 ] ], [ [ 120.2083186, 30.2526649 ], [ 120.2076142, 30.2517539 ] ], [ [ 120.2076142, 30.2517539 ], [ 120.2069285, 30.2508671 ] ], [ [ 120.2114377, 30.2528223 ], [ 120.2115779, 30.2527514 ] ], [ [ 120.214881, 30.2511309 ], [ 120.2152212, 30.2514987 ] ], [ [ 120.2152212, 30.2514987 ], [ 120.2157145, 30.2520464 ] ], [ [ 120.2157145, 30.2520464 ], [ 120.215977, 30.2523289 ] ], [ [ 120.215977, 30.2523289 ], [ 120.2160141, 30.2523693 ] ], [ [ 120.2160141, 30.2523693 ], [ 120.2161589, 30.252527 ] ], [ [ 120.2115779, 30.2527514 ], [ 120.2131873, 30.2519002 ], [ 120.2148166, 30.2510587 ] ], [ [ 120.214881, 30.2511309 ], [ 120.2132625, 30.2519939 ], [ 120.2116511, 30.2528508 ] ], [ [ 120.2171073, 30.2538988 ], [ 120.2170251, 30.2537659 ] ], [ [ 120.2170251, 30.2537659 ], [ 120.2169823, 30.2537155 ] ], [ [ 120.2169823, 30.2537155 ], [ 120.2169681, 30.2536988 ] ], [ [ 120.2169681, 30.2536988 ], [ 120.2167319, 30.2533783 ] ], [ [ 120.2167319, 30.2533783 ], [ 120.2161589, 30.252527 ] ], [ [ 120.2128804, 30.2542205 ], [ 120.2132548, 30.2540253 ] ], [ [ 120.2132548, 30.2540253 ], [ 120.2133353, 30.2539833 ] ], [ [ 120.2133353, 30.2539833 ], [ 120.2145309, 30.25336 ] ], [ [ 120.2145309, 30.25336 ], [ 120.2161589, 30.252527 ] ], [ [ 120.2116511, 30.2528508 ], [ 120.2115094, 30.2529225 ] ], [ [ 120.2092579, 30.2539161 ], [ 120.2095429, 30.2537992 ], [ 120.2099426, 30.2535931 ], [ 120.2113106, 30.2528878 ], [ 120.2114377, 30.2528223 ] ], [ [ 120.2115094, 30.2529225 ], [ 120.2113894, 30.2529839 ], [ 120.2096327, 30.2538834 ], [ 120.2093476, 30.2540277 ] ], [ [ 120.2093476, 30.2540277 ], [ 120.2092579, 30.2539161 ] ], [ [ 120.2074111, 30.2549222 ], [ 120.2092579, 30.2539161 ] ], [ [ 120.2093476, 30.2540277 ], [ 120.2088216, 30.2543149 ], [ 120.2074584, 30.2550591 ] ], [ [ 120.2093476, 30.2540277 ], [ 120.2101861, 30.2550364 ], [ 120.2103146, 30.25515 ], [ 120.2104439, 30.2552105 ], [ 120.210575, 30.2552528 ], [ 120.210747, 30.2552721 ], [ 120.2108568, 30.2552524 ], [ 120.2108984, 30.2552449 ], [ 120.2110178, 30.2551897 ], [ 120.2124299, 30.2544617 ], [ 120.2127083, 30.2543017 ] ], [ [ 120.2071745, 30.2550181 ], [ 120.2074111, 30.2549222 ] ], [ [ 120.2074584, 30.2550591 ], [ 120.2072933, 30.2551403 ] ], [ [ 120.2036269, 30.2560174 ], [ 120.2044617, 30.2558784 ], [ 120.205445, 30.2556581 ], [ 120.2057697, 30.2555853 ], [ 120.2071745, 30.2550181 ] ], [ [ 120.2359821, 30.242983 ], [ 120.2359387, 30.2429202 ] ], [ [ 120.2384595, 30.2467719 ], [ 120.2376969, 30.2455649 ] ], [ [ 120.2384595, 30.2467719 ], [ 120.2385131, 30.2468361 ] ], [ [ 120.2400461, 30.2492936 ], [ 120.2408506, 30.2505757 ] ], [ [ 120.24094, 30.2507538 ], [ 120.2408506, 30.2505757 ] ], [ [ 120.2429005, 30.2540646 ], [ 120.2429479, 30.2541474 ] ], [ [ 120.2429479, 30.2541474 ], [ 120.2429801, 30.2542038 ] ], [ [ 120.2430391, 30.2542839 ], [ 120.2429801, 30.2542038 ] ], [ [ 120.2497613, 30.256363 ], [ 120.2482574, 30.254137 ] ], [ [ 120.2498299, 30.2564591 ], [ 120.2498864, 30.2565382 ] ], [ [ 120.2498864, 30.2565382 ], [ 120.2511976, 30.2583734 ] ], [ [ 120.2072933, 30.2551403 ], [ 120.2059097, 30.25573 ], [ 120.2055452, 30.2558221 ], [ 120.2048958, 30.2559863 ], [ 120.2043028, 30.2560782 ], [ 120.2036652, 30.256187 ] ], [ [ 120.2034493, 30.263352 ], [ 120.2040639, 30.263382 ] ], [ [ 120.2040639, 30.263382 ], [ 120.2041521, 30.2633863 ] ], [ [ 120.2041521, 30.2633863 ], [ 120.2047876, 30.2634174 ] ], [ [ 120.2047876, 30.2634174 ], [ 120.2054363, 30.2634233 ] ], [ [ 120.2054363, 30.2634233 ], [ 120.2058209, 30.2634268 ] ], [ [ 120.2058209, 30.2634268 ], [ 120.2061018, 30.2634267 ] ], [ [ 120.2061018, 30.2634267 ], [ 120.206825, 30.2634264 ] ], [ [ 120.206825, 30.2634264 ], [ 120.2087065, 30.2634307 ] ], [ [ 120.2087065, 30.2634307 ], [ 120.2102741, 30.2634823 ] ], [ [ 120.2270975, 30.2710041 ], [ 120.228311, 30.2700118 ] ], [ [ 120.228311, 30.2700118 ], [ 120.2291343, 30.2693386 ] ], [ [ 120.228289, 30.2721286 ], [ 120.2300176, 30.2707149 ] ], [ [ 120.2300176, 30.2707149 ], [ 120.2300637, 30.2706772 ] ], [ [ 120.228289, 30.2721286 ], [ 120.2270975, 30.2710041 ] ], [ [ 120.2242919, 30.2685011 ], [ 120.2239434, 30.2680738 ] ], [ [ 120.2239434, 30.2680738 ], [ 120.2234909, 30.2674322 ] ], [ [ 120.2234909, 30.2674322 ], [ 120.2228446, 30.2664589 ] ], [ [ 120.2243837, 30.2685993 ], [ 120.2242919, 30.2685011 ] ], [ [ 120.2095826, 30.269862 ], [ 120.2093106, 30.2697795 ] ], [ [ 120.2093106, 30.2697795 ], [ 120.2065561, 30.2697765 ] ], [ [ 120.2065561, 30.2697765 ], [ 120.2049592, 30.2697859 ] ], [ [ 120.2049592, 30.2697859 ], [ 120.2048313, 30.2697867 ] ], [ [ 120.2048313, 30.2697867 ], [ 120.2046177, 30.269788 ] ], [ [ 120.2046177, 30.269788 ], [ 120.2038293, 30.2697926 ] ], [ [ 120.2038293, 30.2697926 ], [ 120.2037306, 30.2697932 ] ], [ [ 120.2037306, 30.2697932 ], [ 120.2032346, 30.2697961 ] ], [ [ 120.2270975, 30.2710041 ], [ 120.2257983, 30.2698306 ] ], [ [ 120.2257983, 30.2698306 ], [ 120.2247651, 30.2688974 ] ], [ [ 120.2247651, 30.2688974 ], [ 120.2243837, 30.2685993 ] ], [ [ 120.1912051, 30.2543767 ], [ 120.1911015, 30.2544504 ] ], [ [ 120.1911015, 30.2544504 ], [ 120.1910478, 30.2545712 ] ], [ [ 120.1910478, 30.2545712 ], [ 120.1910407, 30.2547323 ] ], [ [ 120.1910407, 30.2547323 ], [ 120.1910423, 30.2554437 ] ], [ [ 120.1910423, 30.2554437 ], [ 120.1910425, 30.255534 ] ], [ [ 120.1910425, 30.255534 ], [ 120.1910446, 30.256484 ] ], [ [ 120.1910446, 30.256484 ], [ 120.1910452, 30.2567851 ] ], [ [ 120.1910452, 30.2567851 ], [ 120.1910479, 30.2570324 ] ], [ [ 120.1910479, 30.2570324 ], [ 120.1910513, 30.258333 ] ], [ [ 120.1910513, 30.258333 ], [ 120.191054, 30.2589676 ] ], [ [ 120.191054, 30.2589676 ], [ 120.1910551, 30.2592155 ] ], [ [ 120.1910551, 30.2592155 ], [ 120.1910583, 30.2599693 ] ], [ [ 120.1910565, 30.2600913 ], [ 120.1910583, 30.2599693 ] ], [ [ 120.201397, 30.2562113 ], [ 120.2016937, 30.2562377 ], [ 120.2020906, 30.2562901 ], [ 120.2022214, 30.2562901 ], [ 120.2024596, 30.2562901 ], [ 120.2030293, 30.2561772 ], [ 120.2031834, 30.2561409 ], [ 120.2034022, 30.2560597 ] ], [ [ 120.2036652, 30.256187 ], [ 120.203434, 30.2562352 ] ], [ [ 120.203434, 30.2562352 ], [ 120.20302, 30.2562256 ], [ 120.2024409, 30.2563506 ], [ 120.2020019, 30.2563466 ], [ 120.2017077, 30.2563103 ], [ 120.201397, 30.2562113 ] ], [ [ 120.1910565, 30.2600913 ], [ 120.1910238, 30.2622779 ] ], [ [ 120.1957769, 30.262746 ], [ 120.1946688, 30.2626617 ] ], [ [ 120.1946688, 30.2626617 ], [ 120.1945918, 30.262649 ] ], [ [ 120.1945918, 30.262649 ], [ 120.1938938, 30.2625342 ] ], [ [ 120.1938938, 30.2625342 ], [ 120.1928842, 30.2623671 ] ], [ [ 120.1928842, 30.2623671 ], [ 120.1910238, 30.2622779 ] ], [ [ 120.1960544, 30.262763 ], [ 120.1957769, 30.262746 ] ], [ [ 120.1961688, 30.2627725 ], [ 120.1966758, 30.2628146 ] ], [ [ 120.1966758, 30.2628146 ], [ 120.1973954, 30.2628743 ] ], [ [ 120.1973954, 30.2628743 ], [ 120.1978845, 30.2629149 ] ], [ [ 120.1978845, 30.2629149 ], [ 120.1996786, 30.2630638 ] ], [ [ 120.1996786, 30.2630638 ], [ 120.2002037, 30.2631025 ] ], [ [ 120.2002037, 30.2631025 ], [ 120.2015025, 30.2631982 ] ], [ [ 120.2015025, 30.2631982 ], [ 120.2019184, 30.2632288 ] ], [ [ 120.2019184, 30.2632288 ], [ 120.2022945, 30.2632598 ] ], [ [ 120.2022945, 30.2632598 ], [ 120.2025642, 30.263282 ] ], [ [ 120.2025642, 30.263282 ], [ 120.2031138, 30.2633273 ] ], [ [ 120.2031138, 30.2633273 ], [ 120.2032762, 30.2633421 ] ], [ [ 120.2032762, 30.2633421 ], [ 120.2034493, 30.263352 ] ], [ [ 120.1858875, 30.2620638 ], [ 120.1872471, 30.2621227 ] ], [ [ 120.1872471, 30.2621227 ], [ 120.1874683, 30.2621353 ] ], [ [ 120.1874683, 30.2621353 ], [ 120.1875621, 30.2621407 ] ], [ [ 120.1875621, 30.2621407 ], [ 120.1878724, 30.2621584 ] ], [ [ 120.1878724, 30.2621584 ], [ 120.188495, 30.2621874 ] ], [ [ 120.188495, 30.2621874 ], [ 120.1897073, 30.2622264 ] ], [ [ 120.1897073, 30.2622264 ], [ 120.1898503, 30.262231 ] ], [ [ 120.1898503, 30.262231 ], [ 120.190477, 30.2622505 ] ], [ [ 120.190477, 30.2622505 ], [ 120.1905558, 30.2622542 ] ], [ [ 120.1905558, 30.2622542 ], [ 120.1910238, 30.2622779 ] ], [ [ 120.1910238, 30.2622779 ], [ 120.1910182, 30.2625131 ] ], [ [ 120.1910182, 30.2625131 ], [ 120.1910094, 30.2629177 ] ], [ [ 120.1910094, 30.2629177 ], [ 120.1910071, 30.2630219 ] ], [ [ 120.1910071, 30.2630219 ], [ 120.1909894, 30.2638319 ] ], [ [ 120.1909894, 30.2638319 ], [ 120.1909423, 30.2656907 ] ], [ [ 120.1909423, 30.2656907 ], [ 120.1909262, 30.2658231 ] ], [ [ 120.1960544, 30.262763 ], [ 120.1961688, 30.2627725 ] ], [ [ 120.1909366, 30.2658994 ], [ 120.1909262, 30.2658231 ] ], [ [ 120.2347374, 30.2803287 ], [ 120.2351143, 30.2800537 ] ], [ [ 120.2351143, 30.2800537 ], [ 120.235539, 30.2796767 ] ], [ [ 120.235539, 30.2796767 ], [ 120.2355531, 30.2796648 ] ], [ [ 120.2355531, 30.2796648 ], [ 120.235907, 30.279367 ] ], [ [ 120.235907, 30.279367 ], [ 120.2362031, 30.2791174 ] ], [ [ 120.2362031, 30.2791174 ], [ 120.2364768, 30.2788939 ] ], [ [ 120.2347374, 30.2803287 ], [ 120.2346528, 30.2803822 ] ], [ [ 120.2346528, 30.2803822 ], [ 120.2344097, 30.2805969 ] ], [ [ 120.2344097, 30.2805969 ], [ 120.2342246, 30.2807522 ] ], [ [ 120.2342246, 30.2807522 ], [ 120.2337123, 30.2811804 ] ], [ [ 120.2337123, 30.2811804 ], [ 120.2326571, 30.2820625 ] ], [ [ 120.2362633, 30.2820806 ], [ 120.2363987, 30.2820653 ] ], [ [ 120.2363987, 30.2820653 ], [ 120.2363456, 30.2821483 ] ], [ [ 120.234489, 30.2837765 ], [ 120.2347895, 30.2835137 ], [ 120.2349764, 30.2833427 ], [ 120.2351653, 30.2831927 ], [ 120.2359296, 30.2824458 ], [ 120.2360886, 30.2822672 ], [ 120.2361733, 30.2821767 ], [ 120.2362633, 30.2820806 ] ], [ [ 120.2363456, 30.2821483 ], [ 120.2362493, 30.2822383 ], [ 120.2361609, 30.2823208 ], [ 120.2359835, 30.2824968 ], [ 120.2345783, 30.2838578 ] ], [ [ 120.2298675, 30.2812264 ], [ 120.2296229, 30.2815198 ], [ 120.2291246, 30.2820103 ] ], [ [ 120.2273867, 30.2833045 ], [ 120.2275598, 30.2831384 ], [ 120.2282765, 30.2824798 ], [ 120.2289121, 30.2818861 ], [ 120.2293454, 30.2814911 ], [ 120.2298844, 30.2810479 ] ], [ [ 120.231142, 30.2833823 ], [ 120.2291246, 30.2820103 ] ], [ [ 120.2291246, 30.2820103 ], [ 120.2289899, 30.2821382 ], [ 120.227602, 30.283413 ] ], [ [ 120.2325619, 30.2821304 ], [ 120.231142, 30.2833823 ] ], [ [ 120.2270975, 30.2710041 ], [ 120.226061, 30.2718517 ] ], [ [ 120.226061, 30.2718517 ], [ 120.2258148, 30.2720851 ] ], [ [ 120.2235999, 30.2743257 ], [ 120.224041, 30.2738629 ] ], [ [ 120.224041, 30.2738629 ], [ 120.2243947, 30.2734434 ] ], [ [ 120.2243947, 30.2734434 ], [ 120.2245916, 30.2732241 ] ], [ [ 120.2245916, 30.2732241 ], [ 120.2248079, 30.2729848 ] ], [ [ 120.2248079, 30.2729848 ], [ 120.2250261, 30.2727501 ] ], [ [ 120.2250261, 30.2727501 ], [ 120.225263, 30.2725254 ] ], [ [ 120.225263, 30.2725254 ], [ 120.2258148, 30.2720851 ] ], [ [ 120.2274168, 30.2729412 ], [ 120.228289, 30.2721286 ] ], [ [ 120.2297234, 30.2734714 ], [ 120.228289, 30.2721286 ] ], [ [ 120.2179784, 30.2747865 ], [ 120.2179125, 30.27474 ] ], [ [ 120.2235999, 30.2743257 ], [ 120.2234791, 30.2744538 ] ], [ [ 120.2234791, 30.2744538 ], [ 120.2231228, 30.2748315 ] ], [ [ 120.2231228, 30.2748315 ], [ 120.2228288, 30.2751691 ] ], [ [ 120.2228288, 30.2751691 ], [ 120.2223633, 30.2756521 ] ], [ [ 120.2223633, 30.2756521 ], [ 120.2221825, 30.2758075 ] ], [ [ 120.2221825, 30.2758075 ], [ 120.2215983, 30.2763476 ] ], [ [ 120.2215983, 30.2763476 ], [ 120.2212062, 30.2767102 ] ], [ [ 120.2212062, 30.2767102 ], [ 120.2209142, 30.2764986 ] ], [ [ 120.2209142, 30.2764986 ], [ 120.2201702, 30.2759594 ] ], [ [ 120.2201702, 30.2759594 ], [ 120.2200218, 30.2758778 ] ], [ [ 120.2200218, 30.2758778 ], [ 120.2196929, 30.2757033 ] ], [ [ 120.2196929, 30.2757033 ], [ 120.2196159, 30.2756628 ] ], [ [ 120.2196159, 30.2756628 ], [ 120.2191034, 30.2753885 ] ], [ [ 120.2191034, 30.2753885 ], [ 120.2179784, 30.2747865 ] ], [ [ 120.2184199, 30.2771934 ], [ 120.2183454, 30.2772735 ] ], [ [ 120.2090734, 30.2729475 ], [ 120.2081778, 30.2729269 ] ], [ [ 120.2081778, 30.2729269 ], [ 120.2079443, 30.2729215 ] ], [ [ 120.2079443, 30.2729215 ], [ 120.2076657, 30.2729151 ] ], [ [ 120.2076657, 30.2729151 ], [ 120.2063238, 30.2728843 ] ], [ [ 120.2063238, 30.2728843 ], [ 120.2054392, 30.2728897 ] ], [ [ 120.2054392, 30.2728897 ], [ 120.2048706, 30.2728931 ] ], [ [ 120.2048706, 30.2728931 ], [ 120.2044185, 30.2728959 ] ], [ [ 120.2044185, 30.2728959 ], [ 120.203091, 30.272904 ] ], [ [ 120.209309, 30.2773849 ], [ 120.2084305, 30.2770155 ] ], [ [ 120.2084305, 30.2770155 ], [ 120.2081609, 30.2769021 ] ], [ [ 120.2081609, 30.2769021 ], [ 120.2073126, 30.2765454 ] ], [ [ 120.2107664, 30.277952 ], [ 120.2094519, 30.2774004 ], [ 120.209309, 30.2773849 ] ], [ [ 120.2106813, 30.2780575 ], [ 120.2093473, 30.2774676 ], [ 120.209309, 30.2773849 ] ], [ [ 120.2224829, 30.2778731 ], [ 120.2215517, 30.2770248 ] ], [ [ 120.2215517, 30.2770248 ], [ 120.2212062, 30.2767102 ] ], [ [ 120.2212062, 30.2767102 ], [ 120.2211463, 30.2768492 ] ], [ [ 120.2211463, 30.2768492 ], [ 120.2200309, 30.2784492 ] ], [ [ 120.2183454, 30.2772735 ], [ 120.2166215, 30.2793616 ] ], [ [ 120.2166215, 30.2793616 ], [ 120.2151851, 30.2783419 ] ], [ [ 120.2225577, 30.2779694 ], [ 120.2224829, 30.2778731 ] ], [ [ 120.1958326, 30.2697883 ], [ 120.1970912, 30.2697782 ], [ 120.1990666, 30.2697588 ], [ 120.1992067, 30.2697836 ], [ 120.1992863, 30.2697838 ], [ 120.2011433, 30.2697875 ], [ 120.2030734, 30.2697658 ] ], [ [ 120.2030734, 30.2697658 ], [ 120.2032346, 30.2697961 ] ], [ [ 120.1956789, 30.2727678 ], [ 120.1957764, 30.2727725 ] ], [ [ 120.1957764, 30.2727725 ], [ 120.1964577, 30.2728051 ] ], [ [ 120.1964577, 30.2728051 ], [ 120.1970685, 30.2728343 ] ], [ [ 120.1970685, 30.2728343 ], [ 120.1990329, 30.2729028 ] ], [ [ 120.1990329, 30.2729028 ], [ 120.2007481, 30.2729038 ] ], [ [ 120.2007481, 30.2729038 ], [ 120.2011677, 30.272904 ] ], [ [ 120.2011677, 30.272904 ], [ 120.2016646, 30.2729043 ] ], [ [ 120.2016646, 30.2729043 ], [ 120.2017219, 30.2729042 ] ], [ [ 120.2017219, 30.2729042 ], [ 120.2019659, 30.2729037 ] ], [ [ 120.2019659, 30.2729037 ], [ 120.2020329, 30.2729036 ] ], [ [ 120.2020329, 30.2729036 ], [ 120.2029215, 30.2729019 ] ], [ [ 120.203091, 30.272904 ], [ 120.2029215, 30.2729019 ] ], [ [ 120.2027521, 30.2763151 ], [ 120.2016669, 30.2763107 ] ], [ [ 120.2016669, 30.2763107 ], [ 120.2009192, 30.2763072 ] ], [ [ 120.2009192, 30.2763072 ], [ 120.2006355, 30.2762323 ] ], [ [ 120.2006355, 30.2762323 ], [ 120.200303, 30.2761451 ] ], [ [ 120.200303, 30.2761451 ], [ 120.1998761, 30.2760901 ] ], [ [ 120.1998761, 30.2760901 ], [ 120.1987771, 30.2758348 ] ], [ [ 120.1987771, 30.2758348 ], [ 120.198204, 30.2756465 ] ], [ [ 120.198204, 30.2756465 ], [ 120.1977906, 30.2754666 ] ], [ [ 120.1977906, 30.2754666 ], [ 120.1974272, 30.2753745 ] ], [ [ 120.1974272, 30.2753745 ], [ 120.197014, 30.2753298 ] ], [ [ 120.197014, 30.2753298 ], [ 120.1967657, 30.2753326 ] ], [ [ 120.2027521, 30.2763151 ], [ 120.2029337, 30.2763192 ] ], [ [ 120.2073126, 30.2765454 ], [ 120.2068129, 30.2763824 ] ], [ [ 120.2068129, 30.2763824 ], [ 120.2064112, 30.2763328 ] ], [ [ 120.2064112, 30.2763328 ], [ 120.2063196, 30.2763281 ] ], [ [ 120.2063196, 30.2763281 ], [ 120.2059222, 30.2763078 ] ], [ [ 120.2059222, 30.2763078 ], [ 120.204393, 30.2763112 ] ], [ [ 120.204393, 30.2763112 ], [ 120.2029337, 30.2763192 ] ], [ [ 120.1863738, 30.2750136 ], [ 120.1868301, 30.2751147 ] ], [ [ 120.1868301, 30.2751147 ], [ 120.1875831, 30.2753039 ] ], [ [ 120.1875831, 30.2753039 ], [ 120.1884225, 30.275462 ] ], [ [ 120.1884225, 30.275462 ], [ 120.1889155, 30.2755447 ] ], [ [ 120.1889155, 30.2755447 ], [ 120.1897596, 30.2756436 ] ], [ [ 120.1897596, 30.2756436 ], [ 120.1901488, 30.2756791 ] ], [ [ 120.1901488, 30.2756791 ], [ 120.1904451, 30.2756941 ] ], [ [ 120.1904451, 30.2756941 ], [ 120.1911277, 30.2757432 ] ], [ [ 120.1911277, 30.2757432 ], [ 120.1915427, 30.2757256 ] ], [ [ 120.1915427, 30.2757256 ], [ 120.1918907, 30.2756877 ] ], [ [ 120.1918907, 30.2756877 ], [ 120.1922598, 30.2755954 ] ], [ [ 120.1922598, 30.2755954 ], [ 120.1926908, 30.2754707 ] ], [ [ 120.1926908, 30.2754707 ], [ 120.1930079, 30.2753767 ] ], [ [ 120.1930079, 30.2753767 ], [ 120.1932608, 30.2753318 ] ], [ [ 120.1932608, 30.2753318 ], [ 120.1936092, 30.2752949 ] ], [ [ 120.1936092, 30.2752949 ], [ 120.1939949, 30.2752884 ] ], [ [ 120.1939949, 30.2752884 ], [ 120.1950331, 30.2753175 ] ], [ [ 120.1950331, 30.2753175 ], [ 120.19519, 30.2753214 ] ], [ [ 120.19519, 30.2753214 ], [ 120.1952986, 30.2753256 ] ], [ [ 120.1956789, 30.2727678 ], [ 120.1954005, 30.272762 ] ], [ [ 120.1886333, 30.2884789 ], [ 120.1887203, 30.2884284 ] ], [ [ 120.184307, 30.2861682 ], [ 120.1832741, 30.2861153 ], [ 120.1827275, 30.2860542 ], [ 120.1822904, 30.285994 ], [ 120.181104, 30.2858305 ], [ 120.1798427, 30.2856713 ] ], [ [ 120.1798798, 30.2882085 ], [ 120.1800744, 30.2890295 ] ], [ [ 120.1800744, 30.2890295 ], [ 120.1802549, 30.2894391 ] ], [ [ 120.1802549, 30.2894391 ], [ 120.1803283, 30.2896366 ] ], [ [ 120.1803283, 30.2896366 ], [ 120.1803475, 30.2896883 ] ], [ [ 120.1803475, 30.2896883 ], [ 120.1807192, 30.2908923 ] ], [ [ 120.1807192, 30.2908923 ], [ 120.1808294, 30.2912493 ] ], [ [ 120.1808294, 30.2912493 ], [ 120.1815983, 30.2911446 ] ], [ [ 120.1815983, 30.2911446 ], [ 120.182168, 30.291067 ] ], [ [ 120.182168, 30.291067 ], [ 120.1827169, 30.2909991 ] ], [ [ 120.1827169, 30.2909991 ], [ 120.1829557, 30.2909696 ] ], [ [ 120.1829557, 30.2909696 ], [ 120.1833881, 30.2909083 ] ], [ [ 120.1833881, 30.2909083 ], [ 120.1837791, 30.2908488 ] ], [ [ 120.1837791, 30.2908488 ], [ 120.1840809, 30.2908354 ] ], [ [ 120.1840809, 30.2908354 ], [ 120.1843598, 30.2908286 ] ], [ [ 120.1843598, 30.2908286 ], [ 120.1847576, 30.2908461 ] ], [ [ 120.1847576, 30.2908461 ], [ 120.1850074, 30.2908678 ] ], [ [ 120.1850074, 30.2908678 ], [ 120.1851773, 30.2908826 ] ], [ [ 120.1851773, 30.2908826 ], [ 120.1855515, 30.2909715 ] ], [ [ 120.1855515, 30.2909715 ], [ 120.1863176, 30.2911959 ] ], [ [ 120.1820617, 30.2955833 ], [ 120.1819934, 30.2953182 ] ], [ [ 120.1819934, 30.2953182 ], [ 120.1819413, 30.2951163 ] ], [ [ 120.1819413, 30.2951163 ], [ 120.1818948, 30.2949358 ] ], [ [ 120.1818948, 30.2949358 ], [ 120.1818386, 30.2947176 ] ], [ [ 120.1818386, 30.2947176 ], [ 120.1817935, 30.2945071 ] ], [ [ 120.1817935, 30.2945071 ], [ 120.1817554, 30.2943291 ] ], [ [ 120.1817554, 30.2943291 ], [ 120.1817096, 30.2941155 ] ], [ [ 120.1817096, 30.2941155 ], [ 120.1816616, 30.2938913 ] ], [ [ 120.1816616, 30.2938913 ], [ 120.1816182, 30.293696 ] ], [ [ 120.1816182, 30.293696 ], [ 120.181577, 30.2935107 ] ], [ [ 120.181577, 30.2935107 ], [ 120.1815376, 30.2933335 ] ], [ [ 120.1815376, 30.2933335 ], [ 120.1815032, 30.2931785 ] ], [ [ 120.1815032, 30.2931785 ], [ 120.1814772, 30.2930953 ] ], [ [ 120.1814772, 30.2930953 ], [ 120.1812067, 30.2922914 ] ], [ [ 120.1812067, 30.2922914 ], [ 120.181026, 30.2917544 ] ], [ [ 120.181026, 30.2917544 ], [ 120.1808294, 30.2912493 ] ], [ [ 120.1862531, 30.2954071 ], [ 120.1855104, 30.2954429 ] ], [ [ 120.1855104, 30.2954429 ], [ 120.1845744, 30.295488 ] ], [ [ 120.1845744, 30.295488 ], [ 120.1844613, 30.295492 ] ], [ [ 120.1844613, 30.295492 ], [ 120.1838871, 30.2955124 ] ], [ [ 120.1838871, 30.2955124 ], [ 120.1831997, 30.2955391 ] ], [ [ 120.1831997, 30.2955391 ], [ 120.1820617, 30.2955833 ] ], [ [ 120.1779794, 30.2958387 ], [ 120.1778888, 30.2958535 ] ], [ [ 120.2138245, 30.2797546 ], [ 120.2139353, 30.2797756 ] ], [ [ 120.2138665, 30.2798445 ], [ 120.2138245, 30.2797546 ] ], [ [ 120.2166215, 30.2793616 ], [ 120.2181921, 30.280451 ] ], [ [ 120.2166215, 30.2793616 ], [ 120.2156019, 30.2803525 ] ], [ [ 120.2156019, 30.2803525 ], [ 120.2151585, 30.2807347 ] ], [ [ 120.2139353, 30.2797756 ], [ 120.2148766, 30.2805136 ], [ 120.2151585, 30.2807347 ] ], [ [ 120.2138245, 30.2797546 ], [ 120.2132037, 30.2793266 ] ], [ [ 120.2132037, 30.2793266 ], [ 120.2129714, 30.2791387 ] ], [ [ 120.2129714, 30.2791387 ], [ 120.2127451, 30.2789711 ] ], [ [ 120.2127451, 30.2789711 ], [ 120.2120547, 30.2786362 ] ], [ [ 120.2120547, 30.2786362 ], [ 120.2094468, 30.2774494 ] ], [ [ 120.2094468, 30.2774494 ], [ 120.209309, 30.2773849 ] ], [ [ 120.2273343, 30.2834142 ], [ 120.2273867, 30.2833045 ] ], [ [ 120.2162395, 30.2816411 ], [ 120.216034, 30.2814603 ], [ 120.2156242, 30.2811494 ], [ 120.2153505, 30.2809463 ], [ 120.2145034, 30.2803177 ], [ 120.2143832, 30.2802344 ], [ 120.2138665, 30.2798445 ] ], [ [ 120.2151585, 30.2807347 ], [ 120.215587, 30.281043 ], [ 120.2159965, 30.2813658 ], [ 120.2163087, 30.2815982 ] ], [ [ 120.2163087, 30.2815982 ], [ 120.2163827, 30.2816749 ] ], [ [ 120.2163379, 30.2817075 ], [ 120.2162395, 30.2816411 ] ], [ [ 120.227602, 30.283413 ], [ 120.2274412, 30.283469 ] ], [ [ 120.2254981, 30.2845398 ], [ 120.2256891, 30.2844691 ], [ 120.2260681, 30.2843288 ], [ 120.2264255, 30.2841317 ], [ 120.2266892, 30.2839468 ], [ 120.2270803, 30.2836366 ], [ 120.2273343, 30.2834142 ] ], [ [ 120.2274412, 30.283469 ], [ 120.2270778, 30.2838079 ], [ 120.2267257, 30.2840616 ], [ 120.2263027, 30.2843168 ], [ 120.2259718, 30.2844803 ], [ 120.2256897, 30.2845912 ], [ 120.2254922, 30.2846689 ] ], [ [ 120.2252466, 30.2846309 ], [ 120.2254981, 30.2845398 ] ], [ [ 120.2254922, 30.2846689 ], [ 120.2252325, 30.284768 ] ], [ [ 120.2252325, 30.284768 ], [ 120.2245402, 30.2851328 ], [ 120.2230272, 30.2857165 ], [ 120.2224754, 30.2859034 ] ], [ [ 120.2215487, 30.2864088 ], [ 120.2215936, 30.2863355 ], [ 120.221788, 30.2861468 ], [ 120.2220352, 30.2859776 ], [ 120.2222829, 30.2857973 ], [ 120.2224846, 30.2856751 ], [ 120.2227979, 30.2855696 ], [ 120.2235096, 30.2852908 ], [ 120.2238313, 30.2851647 ], [ 120.2252466, 30.2846309 ] ], [ [ 120.2343756, 30.2838727 ], [ 120.234489, 30.2837765 ] ], [ [ 120.2345783, 30.2838578 ], [ 120.2344731, 30.2839531 ] ], [ [ 120.231142, 30.2833823 ], [ 120.2297633, 30.2845145 ] ], [ [ 120.2324163, 30.2858275 ], [ 120.2330763, 30.2851852 ], [ 120.2334433, 30.2848399 ], [ 120.2343756, 30.2838727 ] ], [ [ 120.2344731, 30.2839531 ], [ 120.2338682, 30.2845222 ], [ 120.2334798, 30.284892 ], [ 120.2330799, 30.285323 ], [ 120.2325065, 30.2858721 ] ], [ [ 120.2450793, 30.2861367 ], [ 120.2443007, 30.287013 ] ], [ [ 120.2443007, 30.287013 ], [ 120.2441646, 30.2871341 ] ], [ [ 120.2440943, 30.2872311 ], [ 120.2441646, 30.2871341 ] ], [ [ 120.2424942, 30.288894 ], [ 120.2430037, 30.2884173 ] ], [ [ 120.2430037, 30.2884173 ], [ 120.2434635, 30.287949 ] ], [ [ 120.2434635, 30.287949 ], [ 120.2438082, 30.2875394 ] ], [ [ 120.2438082, 30.2875394 ], [ 120.2439952, 30.287349 ] ], [ [ 120.2439952, 30.287349 ], [ 120.2440221, 30.2873189 ] ], [ [ 120.2440221, 30.2873189 ], [ 120.2440943, 30.2872311 ] ], [ [ 120.2505166, 30.2875917 ], [ 120.2505435, 30.2875426 ], [ 120.2506001, 30.2874351 ] ], [ [ 120.250726, 30.2874955 ], [ 120.2506726, 30.2876005 ], [ 120.2506394, 30.287649 ] ], [ [ 120.2486937, 30.2897853 ], [ 120.2487629, 30.2897215 ], [ 120.2489116, 30.2895844 ], [ 120.2493998, 30.2890749 ], [ 120.2498285, 30.2885389 ], [ 120.2500548, 30.2882427 ], [ 120.2503063, 30.2879125 ], [ 120.250429, 30.2877145 ], [ 120.2505166, 30.2875917 ] ], [ [ 120.2506394, 30.287649 ], [ 120.2502733, 30.2881831 ], [ 120.2499543, 30.2885957 ], [ 120.2497753, 30.2888196 ], [ 120.2495679, 30.2890752 ], [ 120.2493335, 30.2893175 ], [ 120.248866, 30.2897869 ], [ 120.2488096, 30.2898497 ] ], [ [ 120.232303, 30.2858971 ], [ 120.2324163, 30.2858275 ] ], [ [ 120.2325065, 30.2858721 ], [ 120.232406, 30.2859489 ] ], [ [ 120.2281679, 30.2894691 ], [ 120.2284575, 30.289271 ], [ 120.2287707, 30.2889992 ], [ 120.2294866, 30.2883842 ], [ 120.2301037, 30.287831 ], [ 120.2306456, 30.2873848 ], [ 120.2306906, 30.2873477 ], [ 120.2314252, 30.2867033 ], [ 120.232303, 30.2858971 ] ], [ [ 120.232406, 30.2859489 ], [ 120.2319814, 30.2863318 ], [ 120.2315216, 30.2867305 ], [ 120.2312115, 30.2870177 ], [ 120.2308914, 30.2872976 ], [ 120.2307373, 30.2874319 ], [ 120.2307046, 30.2874603 ], [ 120.2302601, 30.287808 ], [ 120.2294877, 30.28849 ], [ 120.2288775, 30.289011 ], [ 120.2283144, 30.2894808 ] ], [ [ 120.2279795, 30.2895996 ], [ 120.2281679, 30.2894691 ] ], [ [ 120.2424942, 30.288894 ], [ 120.2423536, 30.2889874 ] ], [ [ 120.241233, 30.2900159 ], [ 120.2415179, 30.2897706 ] ], [ [ 120.2415179, 30.2897706 ], [ 120.2423536, 30.2889874 ] ], [ [ 120.2399699, 30.2911476 ], [ 120.2402913, 30.2908271 ] ], [ [ 120.2402913, 30.2908271 ], [ 120.241233, 30.2900159 ] ], [ [ 120.2485946, 30.2898629 ], [ 120.2486937, 30.2897853 ] ], [ [ 120.2488096, 30.2898497 ], [ 120.2487146, 30.2899321 ] ], [ [ 120.247009, 30.2914182 ], [ 120.2476985, 30.2907587 ], [ 120.2483045, 30.2901619 ], [ 120.2484798, 30.2899936 ], [ 120.2485301, 30.2899363 ], [ 120.2485946, 30.2898629 ] ], [ [ 120.2487146, 30.2899321 ], [ 120.2486384, 30.2899944 ], [ 120.2485787, 30.2900475 ], [ 120.2483962, 30.2902269 ], [ 120.2483127, 30.2903093 ], [ 120.2479902, 30.2906182 ], [ 120.2479441, 30.2906624 ], [ 120.2476422, 30.2909618 ], [ 120.2470839, 30.2915195 ] ], [ [ 120.2468763, 30.2915436 ], [ 120.247009, 30.2914182 ] ], [ [ 120.2470839, 30.2915195 ], [ 120.2469519, 30.291635 ] ], [ [ 120.2448245, 30.2934615 ], [ 120.2451368, 30.2932183 ], [ 120.2454614, 30.292928 ], [ 120.2458691, 30.2925242 ], [ 120.2464618, 30.2919414 ], [ 120.2468763, 30.2915436 ] ], [ [ 120.2283144, 30.2894808 ], [ 120.2280953, 30.2896263 ] ], [ [ 120.2056206, 30.2861247 ], [ 120.2059598, 30.2865009 ], [ 120.2061078, 30.2867396 ], [ 120.2061585, 30.2868274 ], [ 120.2064191, 30.2872784 ], [ 120.206561, 30.2875241 ], [ 120.2067259, 30.2877701 ], [ 120.2069098, 30.2880292 ], [ 120.2072139, 30.2883919 ] ], [ [ 120.2069788, 30.2887122 ], [ 120.2066921, 30.2883819 ], [ 120.2066467, 30.2883214 ], [ 120.2064525, 30.2880625 ], [ 120.2062161, 30.2876465 ], [ 120.2061976, 30.2876152 ], [ 120.205791, 30.2869256 ], [ 120.2056187, 30.2866144 ], [ 120.2054653, 30.2862148 ] ], [ [ 120.2072139, 30.2883919 ], [ 120.2073272, 30.2884974 ] ], [ [ 120.2070803, 30.2888377 ], [ 120.2069788, 30.2887122 ] ], [ [ 120.2154224, 30.2884152 ], [ 120.2155711, 30.2884811 ] ], [ [ 120.2155095, 30.2886871 ], [ 120.215359, 30.2886328 ] ], [ [ 120.2155711, 30.2884811 ], [ 120.2165113, 30.2888703 ], [ 120.2169692, 30.2890642 ], [ 120.2169877, 30.2890721 ], [ 120.2177625, 30.2894001 ], [ 120.218117, 30.2896091 ] ], [ [ 120.218216, 30.289769 ], [ 120.2175965, 30.2895855 ], [ 120.2164624, 30.2891102 ], [ 120.2162544, 30.289023 ], [ 120.2155095, 30.2886871 ] ], [ [ 120.2223611, 30.2907878 ], [ 120.2220265, 30.2902866 ] ], [ [ 120.2220265, 30.2902866 ], [ 120.2215158, 30.2895216 ] ], [ [ 120.2215158, 30.2895216 ], [ 120.2213944, 30.2893603 ] ], [ [ 120.2213944, 30.2893603 ], [ 120.2212671, 30.2892596 ] ], [ [ 120.2212671, 30.2892596 ], [ 120.2210582, 30.2891627 ] ], [ [ 120.2210582, 30.2891627 ], [ 120.2208341, 30.289081 ] ], [ [ 120.2208341, 30.289081 ], [ 120.2203063, 30.2888885 ] ], [ [ 120.2203063, 30.2888885 ], [ 120.2199607, 30.2887071 ] ], [ [ 120.2262547, 30.2907015 ], [ 120.2268336, 30.2904121 ], [ 120.2275705, 30.2899379 ], [ 120.2279795, 30.2895996 ] ], [ [ 120.2280953, 30.2896263 ], [ 120.227802, 30.2898889 ], [ 120.2274934, 30.2900829 ], [ 120.2269097, 30.2904489 ], [ 120.2265865, 30.2906181 ], [ 120.2263009, 30.2907645 ] ], [ [ 120.2223611, 30.2907878 ], [ 120.2234195, 30.290276 ] ], [ [ 120.2262547, 30.2907015 ], [ 120.2263009, 30.2907645 ] ], [ [ 120.2252392, 30.2911552 ], [ 120.2258612, 30.2908868 ], [ 120.2262547, 30.2907015 ] ], [ [ 120.2263009, 30.2907645 ], [ 120.2258544, 30.2909738 ], [ 120.2252416, 30.2912739 ] ], [ [ 120.2213044, 30.2913609 ], [ 120.2218988, 30.2910459 ] ], [ [ 120.2218988, 30.2910459 ], [ 120.2223611, 30.2907878 ] ], [ [ 120.2249426, 30.2912999 ], [ 120.2252392, 30.2911552 ] ], [ [ 120.2252416, 30.2912739 ], [ 120.2249413, 30.2914269 ] ], [ [ 120.2213044, 30.2913609 ], [ 120.221209, 30.2913991 ] ], [ [ 120.2249413, 30.2914269 ], [ 120.2246871, 30.2915479 ], [ 120.2244565, 30.2916259 ], [ 120.224369, 30.2915855 ], [ 120.2246003, 30.2914601 ], [ 120.2249426, 30.2912999 ] ], [ [ 120.2219166, 30.2921172 ], [ 120.2222024, 30.2920267 ] ], [ [ 120.2222024, 30.2920267 ], [ 120.2226017, 30.2919029 ] ], [ [ 120.2226017, 30.2919029 ], [ 120.2229881, 30.291844 ] ], [ [ 120.2229881, 30.291844 ], [ 120.2234274, 30.2917601 ] ], [ [ 120.2234274, 30.2917601 ], [ 120.2238647, 30.291689 ] ], [ [ 120.2238647, 30.291689 ], [ 120.2241634, 30.2916386 ] ], [ [ 120.2263009, 30.2907645 ], [ 120.2275755, 30.2925017 ] ], [ [ 120.2275755, 30.2925017 ], [ 120.2281786, 30.2933676 ] ], [ [ 120.2218139, 30.2921667 ], [ 120.2219166, 30.2921172 ] ], [ [ 120.2201087, 30.2939145 ], [ 120.2202544, 30.2936497 ] ], [ [ 120.2202544, 30.2936497 ], [ 120.2204094, 30.2933834 ] ], [ [ 120.2204094, 30.2933834 ], [ 120.2207179, 30.2929898 ] ], [ [ 120.2207179, 30.2929898 ], [ 120.2209912, 30.2927196 ] ], [ [ 120.2209912, 30.2927196 ], [ 120.2210747, 30.292637 ] ], [ [ 120.2210747, 30.292637 ], [ 120.2211252, 30.2925993 ] ], [ [ 120.2211252, 30.2925993 ], [ 120.2214409, 30.2923638 ] ], [ [ 120.2214409, 30.2923638 ], [ 120.2218139, 30.2921667 ] ], [ [ 120.2200348, 30.2940802 ], [ 120.2201087, 30.2939145 ] ], [ [ 120.1419902, 30.2858915 ], [ 120.1419903, 30.2858481 ] ], [ [ 120.1419903, 30.2858481 ], [ 120.1419907, 30.2855388 ] ], [ [ 120.1419907, 30.2855388 ], [ 120.1420873, 30.2852836 ] ], [ [ 120.1420873, 30.2852836 ], [ 120.1422063, 30.2849794 ] ], [ [ 120.1422063, 30.2849794 ], [ 120.1423123, 30.2813867 ] ], [ [ 120.1423123, 30.2813867 ], [ 120.1423525, 30.2808675 ] ], [ [ 120.1423525, 30.2808675 ], [ 120.1424388, 30.2804531 ] ], [ [ 120.1424388, 30.2804531 ], [ 120.1426752, 30.280117 ] ], [ [ 120.1486061, 30.2843503 ], [ 120.1485339, 30.2843263 ] ], [ [ 120.1487774, 30.2845928 ], [ 120.148722, 30.2845628 ] ], [ [ 120.148722, 30.2845628 ], [ 120.1486831, 30.2845124 ] ], [ [ 120.1486831, 30.2845124 ], [ 120.1486572, 30.2844564 ] ], [ [ 120.1486572, 30.2844564 ], [ 120.1486061, 30.2843503 ] ], [ [ 120.1487774, 30.2845928 ], [ 120.1486287, 30.2846017 ], [ 120.1485026, 30.2846162 ] ], [ [ 120.154744, 30.2845987 ], [ 120.1546065, 30.2847973 ] ], [ [ 120.1546065, 30.2847973 ], [ 120.1543926, 30.285057 ] ], [ [ 120.1543926, 30.285057 ], [ 120.1541941, 30.2851639 ] ], [ [ 120.1541941, 30.2851639 ], [ 120.152862, 30.2851573 ] ], [ [ 120.152862, 30.2851573 ], [ 120.1511262, 30.2851823 ] ], [ [ 120.1511262, 30.2851823 ], [ 120.1502528, 30.2851487 ] ], [ [ 120.1502528, 30.2851487 ], [ 120.1496617, 30.2849921 ] ], [ [ 120.1496617, 30.2849921 ], [ 120.149165, 30.2848194 ] ], [ [ 120.149165, 30.2848194 ], [ 120.1487774, 30.2845928 ] ], [ [ 120.1372325, 30.2857579 ], [ 120.1372358, 30.2856932 ] ], [ [ 120.1419902, 30.2858915 ], [ 120.1419868, 30.2859822 ] ], [ [ 120.1419813, 30.2860668 ], [ 120.1419868, 30.2859822 ] ], [ [ 120.1393967, 30.2857801 ], [ 120.1393923, 30.28585 ] ], [ [ 120.1372325, 30.2857579 ], [ 120.1372302, 30.2858019 ] ], [ [ 120.1372302, 30.2858019 ], [ 120.1372167, 30.2860632 ] ], [ [ 120.1393923, 30.28585 ], [ 120.1393877, 30.2859247 ] ], [ [ 120.1393877, 30.2859247 ], [ 120.1393776, 30.2860862 ] ], [ [ 120.1393776, 30.2860862 ], [ 120.1391165, 30.2865372 ] ], [ [ 120.1391165, 30.2865372 ], [ 120.138823, 30.2874573 ] ], [ [ 120.1386342, 30.2880252 ], [ 120.1387599, 30.2876471 ] ], [ [ 120.1387599, 30.2876471 ], [ 120.138823, 30.2874573 ] ], [ [ 120.1384379, 30.287984 ], [ 120.1386342, 30.2880252 ] ], [ [ 120.1413434, 30.2890003 ], [ 120.1409059, 30.2888849 ] ], [ [ 120.1409059, 30.2888849 ], [ 120.1399217, 30.2886668 ] ], [ [ 120.1399217, 30.2886668 ], [ 120.1385252, 30.2883492 ] ], [ [ 120.1385252, 30.2883492 ], [ 120.1386342, 30.2880252 ] ], [ [ 120.138823, 30.2874573 ], [ 120.14175, 30.2882192 ] ], [ [ 120.1092387, 30.2868173 ], [ 120.1090243, 30.2892435 ] ], [ [ 120.1090243, 30.2892435 ], [ 120.1090096, 30.2893621 ] ], [ [ 120.1110861, 30.2869096 ], [ 120.1123332, 30.2869719 ] ], [ [ 120.1143978, 30.2870806 ], [ 120.1142905, 30.287075 ] ], [ [ 120.1142905, 30.287075 ], [ 120.1141749, 30.2870689 ] ], [ [ 120.1141749, 30.2870689 ], [ 120.1138185, 30.2870501 ] ], [ [ 120.1138185, 30.2870501 ], [ 120.1137613, 30.2870471 ] ], [ [ 120.1137613, 30.2870471 ], [ 120.1123332, 30.2869719 ] ], [ [ 120.114579, 30.2870936 ], [ 120.1143978, 30.2870806 ] ], [ [ 120.1190206, 30.2873952 ], [ 120.1166673, 30.2872356 ], [ 120.114579, 30.2870936 ] ], [ [ 120.1110861, 30.2869096 ], [ 120.1109017, 30.2894215 ] ], [ [ 120.1109017, 30.2894215 ], [ 120.1108957, 30.2894822 ] ], [ [ 120.1191723, 30.2899551 ], [ 120.1191676, 30.2898758 ] ], [ [ 120.1191676, 30.2898758 ], [ 120.1190377, 30.2876834 ] ], [ [ 120.1190377, 30.2876834 ], [ 120.1190206, 30.2873952 ] ], [ [ 120.1090096, 30.2893621 ], [ 120.1089955, 30.289549 ] ], [ [ 120.1089955, 30.289549 ], [ 120.1089871, 30.2896951 ] ], [ [ 120.1089871, 30.2896951 ], [ 120.1088312, 30.2919966 ] ], [ [ 120.1088312, 30.2919966 ], [ 120.1088065, 30.292361 ] ], [ [ 120.1024085, 30.2921514 ], [ 120.1022592, 30.2921345 ] ], [ [ 120.1106313, 30.2924467 ], [ 120.110684, 30.2917796 ] ], [ [ 120.110684, 30.2917796 ], [ 120.1107015, 30.2915882 ] ], [ [ 120.1107015, 30.2915882 ], [ 120.1107112, 30.2914827 ] ], [ [ 120.1107112, 30.2914827 ], [ 120.1107398, 30.2911704 ] ], [ [ 120.1107398, 30.2911704 ], [ 120.1108749, 30.2896951 ] ], [ [ 120.1108749, 30.2896951 ], [ 120.1108798, 30.2896422 ] ], [ [ 120.1215773, 30.2902456 ], [ 120.1215575, 30.2902959 ] ], [ [ 120.1215575, 30.2902959 ], [ 120.1213015, 30.2909464 ] ], [ [ 120.1213015, 30.2909464 ], [ 120.1209423, 30.2918592 ] ], [ [ 120.1209423, 30.2918592 ], [ 120.1207417, 30.2924219 ] ], [ [ 120.1207417, 30.2924219 ], [ 120.1204809, 30.2931537 ] ], [ [ 120.1241803, 30.2918279 ], [ 120.1252343, 30.2918824 ] ], [ [ 120.125928, 30.2919182 ], [ 120.1252343, 30.2918824 ] ], [ [ 120.125928, 30.2919182 ], [ 120.1269073, 30.2919747 ] ], [ [ 120.1269073, 30.2919747 ], [ 120.1275328, 30.2920107 ] ], [ [ 120.1275328, 30.2920107 ], [ 120.1274927, 30.2924331 ] ], [ [ 120.0985686, 30.2889601 ], [ 120.0985926, 30.2888585 ] ], [ [ 120.0876479, 30.2890421 ], [ 120.0876526, 30.2891538 ] ], [ [ 120.0985686, 30.2889601 ], [ 120.0979446, 30.2924562 ] ], [ [ 120.0979446, 30.2924562 ], [ 120.0979009, 30.2926747 ] ], [ [ 120.0979009, 30.2926747 ], [ 120.0976257, 30.2941521 ] ], [ [ 120.0976257, 30.2941521 ], [ 120.0975593, 30.294548 ] ], [ [ 120.0878819, 30.2953237 ], [ 120.087864, 30.2948016 ] ], [ [ 120.087864, 30.2948016 ], [ 120.0878523, 30.2944587 ] ], [ [ 120.0878523, 30.2944587 ], [ 120.0878042, 30.2930512 ] ], [ [ 120.0878042, 30.2930512 ], [ 120.0877518, 30.2911149 ] ], [ [ 120.0877518, 30.2911149 ], [ 120.0876526, 30.2891538 ] ], [ [ 120.1088065, 30.292361 ], [ 120.1094967, 30.2924092 ] ], [ [ 120.1094967, 30.2924092 ], [ 120.1106313, 30.2924467 ] ], [ [ 120.1131776, 30.2924272 ], [ 120.1130457, 30.2924282 ] ], [ [ 120.1130457, 30.2924282 ], [ 120.1126304, 30.2924314 ] ], [ [ 120.1126304, 30.2924314 ], [ 120.1119256, 30.2924994 ] ], [ [ 120.1119256, 30.2924994 ], [ 120.1113324, 30.2924752 ] ], [ [ 120.1113324, 30.2924752 ], [ 120.1106313, 30.2924467 ] ], [ [ 120.1184969, 30.2929211 ], [ 120.1191197, 30.293004 ] ], [ [ 120.1191197, 30.293004 ], [ 120.1198395, 30.2930999 ] ], [ [ 120.1198395, 30.2930999 ], [ 120.1200088, 30.293119 ] ], [ [ 120.1200088, 30.293119 ], [ 120.1201812, 30.2931378 ] ], [ [ 120.1201812, 30.2931378 ], [ 120.1204809, 30.2931537 ] ], [ [ 120.1204809, 30.2931537 ], [ 120.1217295, 30.2932046 ] ], [ [ 120.1217295, 30.2932046 ], [ 120.1217942, 30.2932059 ] ], [ [ 120.1260734, 30.2905244 ], [ 120.12607, 30.2905532 ] ], [ [ 120.12607, 30.2905532 ], [ 120.1259809, 30.2913011 ] ], [ [ 120.1259809, 30.2913011 ], [ 120.125928, 30.2919182 ] ], [ [ 120.1276754, 30.2905839 ], [ 120.1276711, 30.2906264 ] ], [ [ 120.1276711, 30.2906264 ], [ 120.1275328, 30.2920107 ] ], [ [ 120.1455114, 30.2906808 ], [ 120.1454334, 30.2906438 ] ], [ [ 120.1477521, 30.291688 ], [ 120.1473339, 30.2915519 ] ], [ [ 120.1473339, 30.2915519 ], [ 120.1472962, 30.2915338 ] ], [ [ 120.1472962, 30.2915338 ], [ 120.1472769, 30.2915245 ] ], [ [ 120.1472769, 30.2915245 ], [ 120.1471539, 30.2914654 ] ], [ [ 120.1471539, 30.2914654 ], [ 120.1463656, 30.2910863 ] ], [ [ 120.1463656, 30.2910863 ], [ 120.1455114, 30.2906808 ] ], [ [ 120.1301771, 30.2925041 ], [ 120.128214, 30.2923936 ] ], [ [ 120.128214, 30.2923936 ], [ 120.1274927, 30.2924331 ] ], [ [ 120.1251517, 30.2933302 ], [ 120.1252014, 30.2924556 ] ], [ [ 120.1252014, 30.2924556 ], [ 120.1252343, 30.2918824 ] ], [ [ 120.1267168, 30.2934163 ], [ 120.1268393, 30.2929688 ] ], [ [ 120.1268393, 30.2929688 ], [ 120.1268724, 30.2927122 ] ], [ [ 120.1268724, 30.2927122 ], [ 120.1268922, 30.2924384 ] ], [ [ 120.1268922, 30.2924384 ], [ 120.1269073, 30.2919747 ] ], [ [ 120.1273967, 30.2934453 ], [ 120.1274927, 30.2924331 ] ], [ [ 120.1490154, 30.2921173 ], [ 120.1486723, 30.2919983 ], [ 120.1484852, 30.2919286 ], [ 120.1484713, 30.2919239 ], [ 120.1480792, 30.2917918 ], [ 120.1477521, 30.291688 ] ], [ [ 120.1537675, 30.2937502 ], [ 120.1536729, 30.2937133 ] ], [ [ 120.1536729, 30.2937133 ], [ 120.1536382, 30.2936998 ] ], [ [ 120.1536382, 30.2936998 ], [ 120.1535547, 30.2936732 ] ], [ [ 120.1535547, 30.2936732 ], [ 120.1530655, 30.2934992 ] ], [ [ 120.1530655, 30.2934992 ], [ 120.1525619, 30.2933201 ] ], [ [ 120.1525619, 30.2933201 ], [ 120.1521438, 30.2931714 ] ], [ [ 120.1521438, 30.2931714 ], [ 120.1518788, 30.2930772 ] ], [ [ 120.1518788, 30.2930772 ], [ 120.1518446, 30.293065 ] ], [ [ 120.1518446, 30.293065 ], [ 120.151803, 30.2930502 ] ], [ [ 120.151803, 30.2930502 ], [ 120.1517105, 30.2930173 ] ], [ [ 120.1517105, 30.2930173 ], [ 120.1513631, 30.2928938 ] ], [ [ 120.1513631, 30.2928938 ], [ 120.1512308, 30.2928467 ] ], [ [ 120.1512308, 30.2928467 ], [ 120.1505567, 30.2926354 ] ], [ [ 120.1505567, 30.2926354 ], [ 120.1498929, 30.2924119 ] ], [ [ 120.1498929, 30.2924119 ], [ 120.1494377, 30.292257 ] ], [ [ 120.1494377, 30.292257 ], [ 120.1493464, 30.292226 ] ], [ [ 120.1493464, 30.292226 ], [ 120.1490154, 30.2921173 ] ], [ [ 120.1537675, 30.2937502 ], [ 120.1538066, 30.2936519 ] ], [ [ 120.1538066, 30.2936519 ], [ 120.1539255, 30.293306 ] ], [ [ 120.1539255, 30.293306 ], [ 120.1539934, 30.2931297 ] ], [ [ 120.1539934, 30.2931297 ], [ 120.1540647, 30.2929533 ] ], [ [ 120.1540647, 30.2929533 ], [ 120.154173, 30.2926826 ] ], [ [ 120.154173, 30.2926826 ], [ 120.1542504, 30.2924945 ] ], [ [ 120.1542504, 30.2924945 ], [ 120.1542972, 30.2923541 ] ], [ [ 120.1542972, 30.2923541 ], [ 120.154395, 30.2920607 ] ], [ [ 120.154395, 30.2920607 ], [ 120.1544761, 30.2918173 ] ], [ [ 120.1544761, 30.2918173 ], [ 120.1545132, 30.2917058 ] ], [ [ 120.1545132, 30.2917058 ], [ 120.1545675, 30.2915427 ] ], [ [ 120.1545675, 30.2915427 ], [ 120.1547282, 30.2910606 ] ], [ [ 120.1547282, 30.2910606 ], [ 120.1547433, 30.2910153 ] ], [ [ 120.1537675, 30.2937502 ], [ 120.1541206, 30.2938459 ] ], [ [ 120.1541206, 30.2938459 ], [ 120.1541966, 30.2938665 ] ], [ [ 120.1541966, 30.2938665 ], [ 120.1544159, 30.293926 ] ], [ [ 120.1544159, 30.293926 ], [ 120.1544639, 30.2939398 ] ], [ [ 120.1544639, 30.2939398 ], [ 120.1547036, 30.2940299 ] ], [ [ 120.1547036, 30.2940299 ], [ 120.1549968, 30.2941402 ] ], [ [ 120.1549968, 30.2941402 ], [ 120.1556801, 30.2943848 ] ], [ [ 120.1556801, 30.2943848 ], [ 120.1561119, 30.2945394 ] ], [ [ 120.1561119, 30.2945394 ], [ 120.1562126, 30.2945755 ] ], [ [ 120.1562126, 30.2945755 ], [ 120.1562947, 30.2946049 ] ], [ [ 120.1562947, 30.2946049 ], [ 120.156449, 30.2946601 ] ], [ [ 120.156449, 30.2946601 ], [ 120.156922, 30.294853 ] ], [ [ 120.156922, 30.294853 ], [ 120.1570098, 30.2948888 ] ], [ [ 120.1570098, 30.2948888 ], [ 120.157186, 30.2949664 ] ], [ [ 120.1368101, 30.2955823 ], [ 120.1367218, 30.2954123 ] ], [ [ 120.1367218, 30.2954123 ], [ 120.1366869, 30.2952739 ] ], [ [ 120.1366869, 30.2952739 ], [ 120.1366869, 30.2950376 ] ], [ [ 120.1366869, 30.2950376 ], [ 120.1367374, 30.2942028 ] ], [ [ 120.1367374, 30.2942028 ], [ 120.1367878, 30.2933228 ] ], [ [ 120.1367878, 30.2933228 ], [ 120.1368063, 30.2927479 ] ], [ [ 120.1368063, 30.2927479 ], [ 120.1369264, 30.2911414 ] ], [ [ 120.1369264, 30.2911414 ], [ 120.1369299, 30.291083 ] ], [ [ 120.1273967, 30.2934453 ], [ 120.1274011, 30.2938491 ] ], [ [ 120.1274011, 30.2938491 ], [ 120.1274672, 30.2944231 ] ], [ [ 120.1274672, 30.2944231 ], [ 120.1275886, 30.2949859 ] ], [ [ 120.1275886, 30.2949859 ], [ 120.1276674, 30.2952615 ] ], [ [ 120.1276674, 30.2952615 ], [ 120.1278054, 30.2956818 ] ], [ [ 120.1417385, 30.2972516 ], [ 120.1418316, 30.2972884 ] ], [ [ 120.1418316, 30.2972884 ], [ 120.1419639, 30.2973421 ] ], [ [ 120.1419639, 30.2973421 ], [ 120.1420947, 30.2973953 ] ], [ [ 120.1420947, 30.2973953 ], [ 120.1423109, 30.2976419 ] ], [ [ 120.1423109, 30.2976419 ], [ 120.1428269, 30.2982282 ] ], [ [ 120.1428269, 30.2982282 ], [ 120.1429827, 30.2984532 ] ], [ [ 120.1429827, 30.2984532 ], [ 120.1439716, 30.2978218 ] ], [ [ 120.1439716, 30.2978218 ], [ 120.1442286, 30.2978457 ] ], [ [ 120.1442286, 30.2978457 ], [ 120.1443684, 30.2978816 ] ], [ [ 120.1443684, 30.2978816 ], [ 120.1446186, 30.2979609 ] ], [ [ 120.1446186, 30.2979609 ], [ 120.1447578, 30.2980051 ] ], [ [ 120.1447578, 30.2980051 ], [ 120.1452116, 30.298149 ] ], [ [ 120.1452116, 30.298149 ], [ 120.1453929, 30.2982065 ] ], [ [ 120.1453929, 30.2982065 ], [ 120.145582, 30.2982665 ] ], [ [ 120.145582, 30.2982665 ], [ 120.1458705, 30.2983856 ] ], [ [ 120.1458705, 30.2983856 ], [ 120.1463797, 30.2986292 ] ], [ [ 120.1463797, 30.2986292 ], [ 120.1464821, 30.2986767 ] ], [ [ 120.1364687, 30.2977194 ], [ 120.1364184, 30.2982119 ] ], [ [ 120.1364184, 30.2982119 ], [ 120.1363957, 30.2984119 ] ], [ [ 120.1363957, 30.2984119 ], [ 120.1363769, 30.2985601 ] ], [ [ 120.1363769, 30.2985601 ], [ 120.1363592, 30.2987003 ] ], [ [ 120.1363592, 30.2987003 ], [ 120.1363316, 30.2989182 ] ], [ [ 120.1363316, 30.2989182 ], [ 120.1363252, 30.2989941 ] ], [ [ 120.1363252, 30.2989941 ], [ 120.1362718, 30.2996314 ] ], [ [ 120.1362718, 30.2996314 ], [ 120.1362716, 30.2997514 ] ], [ [ 120.1471756, 30.2989662 ], [ 120.1464132, 30.299808 ] ], [ [ 120.1464132, 30.299808 ], [ 120.1462032, 30.3000398 ] ], [ [ 120.1462032, 30.3000398 ], [ 120.1461287, 30.3001187 ] ], [ [ 120.1461287, 30.3001187 ], [ 120.1459978, 30.3002574 ] ], [ [ 120.1459978, 30.3002574 ], [ 120.1456546, 30.3006208 ] ], [ [ 120.1456546, 30.3006208 ], [ 120.1449184, 30.301375 ] ], [ [ 120.1428055, 30.3002687 ], [ 120.1430315, 30.3003605 ], [ 120.1447713, 30.3013033 ], [ 120.1449184, 30.301375 ] ], [ [ 120.1447767, 30.3015077 ], [ 120.1446751, 30.3014585 ], [ 120.1431495, 30.3005589 ], [ 120.1429083, 30.3003956 ], [ 120.1428055, 30.3002687 ] ], [ [ 120.1449184, 30.301375 ], [ 120.1447767, 30.3015077 ] ], [ [ 120.1428055, 30.3002687 ], [ 120.1427428, 30.3003649 ] ], [ [ 120.1427428, 30.3003649 ], [ 120.1416582, 30.3020289 ] ], [ [ 120.1416582, 30.3020289 ], [ 120.1411577, 30.3026335 ] ], [ [ 120.1411577, 30.3026335 ], [ 120.1410897, 30.3026931 ] ], [ [ 120.1410897, 30.3026931 ], [ 120.1408607, 30.3028941 ] ], [ [ 120.1408607, 30.3028941 ], [ 120.1406226, 30.303103 ] ], [ [ 120.1240308, 30.2933119 ], [ 120.1217942, 30.2932059 ] ], [ [ 120.1241086, 30.2932713 ], [ 120.1240308, 30.2933119 ] ], [ [ 120.1251517, 30.2933302 ], [ 120.1241086, 30.2932713 ] ], [ [ 120.1251517, 30.2933302 ], [ 120.1267168, 30.2934163 ] ], [ [ 120.1088065, 30.292361 ], [ 120.1083002, 30.2923393 ] ], [ [ 120.1083002, 30.2923393 ], [ 120.1077488, 30.2923156 ] ], [ [ 120.1077488, 30.2923156 ], [ 120.1059255, 30.2922604 ] ], [ [ 120.1059255, 30.2922604 ], [ 120.1046241, 30.2922205 ] ], [ [ 120.1046241, 30.2922205 ], [ 120.1041879, 30.2922052 ] ], [ [ 120.1041879, 30.2922052 ], [ 120.1033867, 30.292181 ] ], [ [ 120.1033867, 30.292181 ], [ 120.1028825, 30.2921657 ] ], [ [ 120.1028825, 30.2921657 ], [ 120.1024085, 30.2921514 ] ], [ [ 120.1273967, 30.2934453 ], [ 120.1267168, 30.2934163 ] ], [ [ 120.1273967, 30.2934453 ], [ 120.1277709, 30.2934663 ] ], [ [ 120.1277709, 30.2934663 ], [ 120.1300931, 30.2935784 ] ], [ [ 120.1239675, 30.294738 ], [ 120.1213609, 30.2946272 ] ], [ [ 120.1213609, 30.2946272 ], [ 120.1217075, 30.2939512 ] ], [ [ 120.1217075, 30.2939512 ], [ 120.1217942, 30.2935699 ] ], [ [ 120.1217942, 30.2935699 ], [ 120.1217942, 30.2932059 ] ], [ [ 120.125076, 30.2946282 ], [ 120.1251517, 30.2933302 ] ], [ [ 120.1085099, 30.3010485 ], [ 120.108503, 30.3002808 ] ], [ [ 120.108503, 30.3002808 ], [ 120.1085019, 30.3001582 ] ], [ [ 120.1085019, 30.3001582 ], [ 120.1084909, 30.2989315 ] ], [ [ 120.1084909, 30.2989315 ], [ 120.1084903, 30.2981341 ] ], [ [ 120.1084903, 30.2981341 ], [ 120.1084898, 30.2973143 ] ], [ [ 120.1084898, 30.2973143 ], [ 120.1084896, 30.2970535 ] ], [ [ 120.1084896, 30.2970535 ], [ 120.1084889, 30.295986 ] ], [ [ 120.1010219, 30.2998206 ], [ 120.1011688, 30.2998394 ] ], [ [ 120.1085099, 30.3010485 ], [ 120.107978, 30.3010416 ] ], [ [ 120.107978, 30.3010416 ], [ 120.1075201, 30.3009781 ] ], [ [ 120.1075201, 30.3009781 ], [ 120.1071953, 30.3008897 ] ], [ [ 120.1071953, 30.3008897 ], [ 120.1067398, 30.3007685 ] ], [ [ 120.1067398, 30.3007685 ], [ 120.1060105, 30.3005744 ] ], [ [ 120.1060105, 30.3005744 ], [ 120.1046606, 30.3002152 ] ], [ [ 120.1046606, 30.3002152 ], [ 120.1031851, 30.3000487 ] ], [ [ 120.1031851, 30.3000487 ], [ 120.1028444, 30.3000184 ] ], [ [ 120.1028444, 30.3000184 ], [ 120.1025638, 30.2999934 ] ], [ [ 120.1025638, 30.2999934 ], [ 120.1024091, 30.2999796 ] ], [ [ 120.1024091, 30.2999796 ], [ 120.1021435, 30.299956 ] ], [ [ 120.1021435, 30.299956 ], [ 120.1011688, 30.2998394 ] ], [ [ 120.1136489, 30.298045 ], [ 120.113805, 30.2980549 ] ], [ [ 120.113805, 30.2980549 ], [ 120.1152653, 30.2981923 ] ], [ [ 120.1152653, 30.2981923 ], [ 120.1164622, 30.2983394 ] ], [ [ 120.1164622, 30.2983394 ], [ 120.1167227, 30.2983714 ] ], [ [ 120.1167227, 30.2983714 ], [ 120.116809, 30.2983794 ] ], [ [ 120.116809, 30.2983794 ], [ 120.1172837, 30.2984234 ] ], [ [ 120.1172837, 30.2984234 ], [ 120.1175725, 30.298445 ] ], [ [ 120.1175725, 30.298445 ], [ 120.1186354, 30.2988308 ] ], [ [ 120.1186354, 30.2988308 ], [ 120.1190933, 30.2990083 ] ], [ [ 120.1190933, 30.2990083 ], [ 120.1201371, 30.2993883 ] ], [ [ 120.1201371, 30.2993883 ], [ 120.1203586, 30.299469 ] ], [ [ 120.1203586, 30.299469 ], [ 120.1215009, 30.2998849 ] ], [ [ 120.1215009, 30.2998849 ], [ 120.1217772, 30.300003 ] ], [ [ 120.1217772, 30.300003 ], [ 120.12204, 30.300109 ] ], [ [ 120.1221345, 30.3001767 ], [ 120.12204, 30.300109 ] ], [ [ 120.116256, 30.3012923 ], [ 120.1164571, 30.3008242 ] ], [ [ 120.1134449, 30.3013184 ], [ 120.1125062, 30.3012696 ] ], [ [ 120.1125062, 30.3012696 ], [ 120.1121521, 30.3012512 ] ], [ [ 120.1121521, 30.3012512 ], [ 120.1111755, 30.3012004 ] ], [ [ 120.1111755, 30.3012004 ], [ 120.1100157, 30.3011352 ] ], [ [ 120.1100157, 30.3011352 ], [ 120.1094591, 30.3011039 ] ], [ [ 120.1094591, 30.3011039 ], [ 120.1085099, 30.3010485 ] ], [ [ 120.116256, 30.3012923 ], [ 120.1156176, 30.3012182 ] ], [ [ 120.1156176, 30.3012182 ], [ 120.1149176, 30.3012653 ] ], [ [ 120.1149176, 30.3012653 ], [ 120.1143785, 30.3013016 ] ], [ [ 120.1143785, 30.3013016 ], [ 120.1135521, 30.3013269 ] ], [ [ 120.1135521, 30.3013269 ], [ 120.1134449, 30.3013184 ] ], [ [ 120.1655496, 30.2796653 ], [ 120.165674, 30.2797346 ] ], [ [ 120.178018, 30.282351 ], [ 120.1778858, 30.2823207 ] ], [ [ 120.1798925, 30.2853533 ], [ 120.1815237, 30.2855823 ], [ 120.1817975, 30.2856207 ], [ 120.1830002, 30.2857833 ], [ 120.1836901, 30.2859767 ] ], [ [ 120.1673535, 30.2964054 ], [ 120.1679523, 30.2966575 ] ], [ [ 120.1679523, 30.2966575 ], [ 120.1685041, 30.2968307 ] ], [ [ 120.1685041, 30.2968307 ], [ 120.1685622, 30.2968383 ] ], [ [ 120.1744756, 30.2961071 ], [ 120.17468, 30.2960878 ] ], [ [ 120.17468, 30.2960878 ], [ 120.1747744, 30.2960822 ] ], [ [ 120.1747744, 30.2960822 ], [ 120.1753395, 30.296049 ] ], [ [ 120.1753395, 30.296049 ], [ 120.1757311, 30.296026 ] ], [ [ 120.1757311, 30.296026 ], [ 120.176201, 30.2959984 ] ], [ [ 120.176201, 30.2959984 ], [ 120.1777228, 30.2959026 ] ], [ [ 120.1777228, 30.2959026 ], [ 120.1778888, 30.2958535 ] ], [ [ 120.1744756, 30.2961071 ], [ 120.1743007, 30.2961104 ] ], [ [ 120.1685622, 30.2968383 ], [ 120.1684498, 30.2996487 ] ], [ [ 120.1684498, 30.2996487 ], [ 120.1684021, 30.3006601 ] ], [ [ 120.1684021, 30.3006601 ], [ 120.1683501, 30.3016154 ] ], [ [ 120.1683501, 30.3016154 ], [ 120.1682694, 30.3019234 ] ], [ [ 120.1682694, 30.3019234 ], [ 120.1681014, 30.3023657 ] ], [ [ 120.1743007, 30.2961104 ], [ 120.1729789, 30.2962654 ] ], [ [ 120.1729789, 30.2962654 ], [ 120.1724733, 30.2963423 ] ], [ [ 120.1724733, 30.2963423 ], [ 120.172231, 30.2963791 ] ], [ [ 120.172231, 30.2963791 ], [ 120.1704938, 30.2967802 ] ], [ [ 120.1704938, 30.2967802 ], [ 120.1701125, 30.29684 ] ], [ [ 120.1701125, 30.29684 ], [ 120.169942, 30.2968668 ] ], [ [ 120.169942, 30.2968668 ], [ 120.1691144, 30.2969101 ] ], [ [ 120.1691144, 30.2969101 ], [ 120.1685622, 30.2968383 ] ], [ [ 120.13932, 30.3009419 ], [ 120.1378672, 30.3002567 ] ], [ [ 120.1378672, 30.3002567 ], [ 120.1373503, 30.3000092 ] ], [ [ 120.1373503, 30.3000092 ], [ 120.1370551, 30.2998824 ] ], [ [ 120.1370551, 30.2998824 ], [ 120.1368483, 30.2998281 ] ], [ [ 120.1368483, 30.2998281 ], [ 120.1365894, 30.2997888 ] ], [ [ 120.1365894, 30.2997888 ], [ 120.1362716, 30.2997514 ] ], [ [ 120.1362716, 30.2997514 ], [ 120.1362295, 30.2999966 ] ], [ [ 120.1362295, 30.2999966 ], [ 120.1361753, 30.3001897 ] ], [ [ 120.1361753, 30.3001897 ], [ 120.1360818, 30.3005233 ] ], [ [ 120.1360818, 30.3005233 ], [ 120.1359729, 30.3009125 ] ], [ [ 120.1359729, 30.3009125 ], [ 120.1358981, 30.301193 ] ], [ [ 120.1358981, 30.301193 ], [ 120.1358779, 30.301303 ] ], [ [ 120.1358779, 30.301303 ], [ 120.1358328, 30.3015492 ] ], [ [ 120.1358328, 30.3015492 ], [ 120.1357782, 30.3020376 ] ], [ [ 120.1357782, 30.3020376 ], [ 120.1356761, 30.3024332 ] ], [ [ 120.1356761, 30.3024332 ], [ 120.1356475, 30.3024936 ] ], [ [ 120.1356475, 30.3024936 ], [ 120.1355662, 30.3026657 ] ], [ [ 120.1355662, 30.3026657 ], [ 120.1354526, 30.3028635 ] ], [ [ 120.1354526, 30.3028635 ], [ 120.1352573, 30.3031295 ] ], [ [ 120.1352573, 30.3031295 ], [ 120.1351766, 30.3032394 ] ], [ [ 120.1449184, 30.301375 ], [ 120.1451638, 30.3014947 ], [ 120.1452459, 30.3015348 ], [ 120.1455173, 30.3016671 ], [ 120.1461714, 30.3019831 ], [ 120.1469386, 30.3023537 ] ], [ [ 120.1467797, 30.3024708 ], [ 120.1454774, 30.3018479 ], [ 120.1451768, 30.3017014 ], [ 120.1450938, 30.301661 ], [ 120.1447767, 30.3015077 ] ], [ [ 120.142659, 30.3040933 ], [ 120.143241, 30.3033946 ] ], [ [ 120.143241, 30.3033946 ], [ 120.1434109, 30.3031854 ] ], [ [ 120.1434109, 30.3031854 ], [ 120.1440693, 30.3023748 ] ], [ [ 120.1440693, 30.3023748 ], [ 120.14419, 30.3022267 ] ], [ [ 120.14419, 30.3022267 ], [ 120.1447664, 30.3015193 ] ], [ [ 120.1447664, 30.3015193 ], [ 120.1447767, 30.3015077 ] ], [ [ 120.1476513, 30.3028862 ], [ 120.1462271, 30.3042769 ] ], [ [ 120.142659, 30.3040933 ], [ 120.1420993, 30.3038113 ] ], [ [ 120.1420993, 30.3038113 ], [ 120.141924, 30.303723 ] ], [ [ 120.141924, 30.303723 ], [ 120.1418116, 30.3036664 ] ], [ [ 120.1418116, 30.3036664 ], [ 120.1408181, 30.3032401 ] ], [ [ 120.1408181, 30.3032401 ], [ 120.1406226, 30.303103 ] ], [ [ 120.1406226, 30.303103 ], [ 120.1405481, 30.3031684 ] ], [ [ 120.1405481, 30.3031684 ], [ 120.1402309, 30.3034256 ] ], [ [ 120.1402309, 30.3034256 ], [ 120.1400545, 30.3035686 ] ], [ [ 120.1400545, 30.3035686 ], [ 120.1399647, 30.3036414 ] ], [ [ 120.1399647, 30.3036414 ], [ 120.1398689, 30.3037191 ] ], [ [ 120.1398689, 30.3037191 ], [ 120.1394287, 30.3040761 ] ], [ [ 120.1394287, 30.3040761 ], [ 120.1390692, 30.3043692 ] ], [ [ 120.1462271, 30.3042769 ], [ 120.1460838, 30.3041501 ] ], [ [ 120.1460838, 30.3041501 ], [ 120.1453826, 30.3041904 ] ], [ [ 120.1453826, 30.3041904 ], [ 120.1452892, 30.3041958 ] ], [ [ 120.1452892, 30.3041958 ], [ 120.1445283, 30.3042396 ] ], [ [ 120.1445283, 30.3042396 ], [ 120.1437825, 30.3042971 ] ], [ [ 120.1437825, 30.3042971 ], [ 120.1436535, 30.3043125 ] ], [ [ 120.1436535, 30.3043125 ], [ 120.1435349, 30.3043239 ] ], [ [ 120.1435349, 30.3043239 ], [ 120.1433953, 30.3043327 ] ], [ [ 120.1433953, 30.3043327 ], [ 120.1431561, 30.304296 ] ], [ [ 120.1431561, 30.304296 ], [ 120.1429021, 30.3042156 ] ], [ [ 120.1429021, 30.3042156 ], [ 120.142659, 30.3040933 ] ], [ [ 120.1510924, 30.3043497 ], [ 120.1509829, 30.304489 ] ], [ [ 120.1472408, 30.3051738 ], [ 120.1462271, 30.3042769 ] ], [ [ 120.1390692, 30.3043692 ], [ 120.138678, 30.3046857 ] ], [ [ 120.138678, 30.3046857 ], [ 120.1385016, 30.3048284 ] ], [ [ 120.1385016, 30.3048284 ], [ 120.1382213, 30.3050552 ] ], [ [ 120.1413349, 30.3057915 ], [ 120.1407919, 30.305476 ] ], [ [ 120.1407919, 30.305476 ], [ 120.1403914, 30.3054521 ] ], [ [ 120.1403914, 30.3054521 ], [ 120.140262, 30.3054308 ] ], [ [ 120.140262, 30.3054308 ], [ 120.1401387, 30.305375 ] ], [ [ 120.1401387, 30.305375 ], [ 120.1400617, 30.3052872 ] ], [ [ 120.1400617, 30.3052872 ], [ 120.139883, 30.3048296 ] ], [ [ 120.139883, 30.3048296 ], [ 120.1390692, 30.3043692 ] ], [ [ 120.137327, 30.3058258 ], [ 120.1373552, 30.3057964 ] ], [ [ 120.1373552, 30.3057964 ], [ 120.1374412, 30.3057068 ] ], [ [ 120.1374412, 30.3057068 ], [ 120.1376982, 30.3054961 ] ], [ [ 120.1376982, 30.3054961 ], [ 120.1379973, 30.305256 ] ], [ [ 120.1379973, 30.305256 ], [ 120.1382213, 30.3050552 ] ], [ [ 120.1382213, 30.3050552 ], [ 120.1395266, 30.3058168 ] ], [ [ 120.1395266, 30.3058168 ], [ 120.1407773, 30.3065066 ] ], [ [ 120.1318196, 30.3089635 ], [ 120.1318941, 30.3088864 ] ], [ [ 120.1318941, 30.3088864 ], [ 120.1324183, 30.3083295 ] ], [ [ 120.1324183, 30.3083295 ], [ 120.1324519, 30.3082928 ] ], [ [ 120.1324519, 30.3082928 ], [ 120.1324835, 30.3082659 ] ], [ [ 120.1324835, 30.3082659 ], [ 120.1328166, 30.3079088 ] ], [ [ 120.1328166, 30.3079088 ], [ 120.1329424, 30.3077986 ] ], [ [ 120.1329424, 30.3077986 ], [ 120.1334549, 30.307285 ] ], [ [ 120.1334549, 30.307285 ], [ 120.1339652, 30.3068494 ] ], [ [ 120.1339652, 30.3068494 ], [ 120.1341338, 30.3067054 ] ], [ [ 120.1341338, 30.3067054 ], [ 120.1342153, 30.3066384 ] ], [ [ 120.1342153, 30.3066384 ], [ 120.1342716, 30.3065905 ] ], [ [ 120.1342716, 30.3065905 ], [ 120.1344463, 30.306442 ] ], [ [ 120.1344463, 30.306442 ], [ 120.1345853, 30.3063345 ] ], [ [ 120.1345853, 30.3063345 ], [ 120.1348673, 30.3061164 ] ], [ [ 120.1348673, 30.3061164 ], [ 120.1353147, 30.3057703 ] ], [ [ 120.1353147, 30.3057703 ], [ 120.1355973, 30.3055331 ] ], [ [ 120.1355973, 30.3055331 ], [ 120.1359207, 30.3052557 ] ], [ [ 120.1359207, 30.3052557 ], [ 120.1363138, 30.3049023 ] ], [ [ 120.1363138, 30.3049023 ], [ 120.1365589, 30.3045928 ] ], [ [ 120.1365589, 30.3045928 ], [ 120.1368598, 30.3041911 ] ], [ [ 120.1368598, 30.3041911 ], [ 120.1369233, 30.3041063 ] ], [ [ 120.1413349, 30.3057915 ], [ 120.141559, 30.305504 ] ], [ [ 120.141559, 30.305504 ], [ 120.1416122, 30.3054358 ] ], [ [ 120.1416122, 30.3054358 ], [ 120.1418769, 30.3050964 ] ], [ [ 120.1418769, 30.3050964 ], [ 120.1419473, 30.3050061 ] ], [ [ 120.1419473, 30.3050061 ], [ 120.1422305, 30.3046429 ] ], [ [ 120.1422305, 30.3046429 ], [ 120.142659, 30.3040933 ] ], [ [ 120.1413349, 30.3057915 ], [ 120.1412407, 30.3059123 ] ], [ [ 120.1412407, 30.3059123 ], [ 120.1407773, 30.3065066 ] ], [ [ 120.1407773, 30.3065066 ], [ 120.1406463, 30.3066746 ] ], [ [ 120.1406463, 30.3066746 ], [ 120.1400516, 30.3074374 ] ], [ [ 120.107729, 30.3049997 ], [ 120.1080309, 30.3046318 ] ], [ [ 120.1080309, 30.3046318 ], [ 120.1082202, 30.3042882 ] ], [ [ 120.1082202, 30.3042882 ], [ 120.1083152, 30.3040602 ] ], [ [ 120.1083152, 30.3040602 ], [ 120.1084118, 30.3037893 ] ], [ [ 120.1084118, 30.3037893 ], [ 120.1084317, 30.3036002 ] ], [ [ 120.1084317, 30.3036002 ], [ 120.1084619, 30.3026138 ] ], [ [ 120.1084619, 30.3026138 ], [ 120.108477, 30.3021221 ] ], [ [ 120.108477, 30.3021221 ], [ 120.1085099, 30.3010485 ] ], [ [ 120.116256, 30.3012923 ], [ 120.116948, 30.3016768 ] ], [ [ 120.116948, 30.3016768 ], [ 120.1171188, 30.3018043 ] ], [ [ 120.1171188, 30.3018043 ], [ 120.1179226, 30.3024041 ] ], [ [ 120.1179226, 30.3024041 ], [ 120.118332, 30.3027096 ] ], [ [ 120.118332, 30.3027096 ], [ 120.1186325, 30.3030477 ] ], [ [ 120.1186325, 30.3030477 ], [ 120.1187079, 30.3031625 ] ], [ [ 120.1227986, 30.3071172 ], [ 120.122579, 30.3068817 ] ], [ [ 120.122579, 30.3068817 ], [ 120.1215931, 30.3057831 ] ], [ [ 120.1215931, 30.3057831 ], [ 120.121545, 30.3057296 ] ], [ [ 120.121545, 30.3057296 ], [ 120.1207797, 30.3049133 ] ], [ [ 120.1207797, 30.3049133 ], [ 120.1206801, 30.3048085 ] ], [ [ 120.1206801, 30.3048085 ], [ 120.1204716, 30.3045888 ] ], [ [ 120.1204716, 30.3045888 ], [ 120.1200003, 30.3042092 ] ], [ [ 120.1200003, 30.3042092 ], [ 120.1195592, 30.3038538 ] ], [ [ 120.1195592, 30.3038538 ], [ 120.1187079, 30.3031625 ] ], [ [ 120.1076287, 30.3051256 ], [ 120.107729, 30.3049997 ] ], [ [ 120.1042644, 30.30891 ], [ 120.1056894, 30.3072689 ] ], [ [ 120.1056894, 30.3072689 ], [ 120.1058609, 30.3070714 ] ], [ [ 120.1058609, 30.3070714 ], [ 120.1065143, 30.3063189 ] ], [ [ 120.1065143, 30.3063189 ], [ 120.106877, 30.3059305 ] ], [ [ 120.106877, 30.3059305 ], [ 120.1072101, 30.3055738 ] ], [ [ 120.1072101, 30.3055738 ], [ 120.1076287, 30.3051256 ] ], [ [ 120.1008435, 30.3073596 ], [ 120.1026958, 30.3080881 ] ], [ [ 120.1026958, 30.3080881 ], [ 120.1034899, 30.3084446 ] ], [ [ 120.1034899, 30.3084446 ], [ 120.1042644, 30.30891 ] ], [ [ 120.1176666, 30.3064973 ], [ 120.1177647, 30.306436 ] ], [ [ 120.1176666, 30.3064973 ], [ 120.1171671, 30.3068209 ] ], [ [ 120.1171671, 30.3068209 ], [ 120.1165185, 30.3072783 ] ], [ [ 120.1165185, 30.3072783 ], [ 120.115979, 30.3076331 ] ], [ [ 120.115979, 30.3076331 ], [ 120.1153917, 30.3080312 ] ], [ [ 120.1153917, 30.3080312 ], [ 120.1151971, 30.3081753 ] ], [ [ 120.1151971, 30.3081753 ], [ 120.1147097, 30.3085793 ] ], [ [ 120.1147097, 30.3085793 ], [ 120.1141593, 30.3090545 ] ], [ [ 120.1141593, 30.3090545 ], [ 120.1138962, 30.3092669 ] ], [ [ 120.1138962, 30.3092669 ], [ 120.1135106, 30.3096188 ] ], [ [ 120.1133362, 30.3097145 ], [ 120.1132407, 30.3097774 ] ], [ [ 120.1132407, 30.3097774 ], [ 120.1125601, 30.3103488 ] ], [ [ 120.1125601, 30.3103488 ], [ 120.1124244, 30.3104615 ] ], [ [ 120.1227986, 30.3071172 ], [ 120.1228404, 30.3071667 ] ], [ [ 120.1284839, 30.3084261 ], [ 120.1287881, 30.3087388 ], [ 120.1293578, 30.3096943 ], [ 120.1296287, 30.3103192 ], [ 120.1296636, 30.3103847 ] ], [ [ 120.1069437, 30.3110337 ], [ 120.1068842, 30.3109786 ] ], [ [ 120.1068842, 30.3109786 ], [ 120.1068224, 30.3109213 ] ], [ [ 120.1068224, 30.3109213 ], [ 120.1060619, 30.3102171 ] ], [ [ 120.1060619, 30.3102171 ], [ 120.1059025, 30.3100871 ] ], [ [ 120.1059025, 30.3100871 ], [ 120.1054875, 30.3097486 ] ], [ [ 120.1054875, 30.3097486 ], [ 120.1051654, 30.3094598 ] ], [ [ 120.1051654, 30.3094598 ], [ 120.1050801, 30.3094019 ] ], [ [ 120.1050801, 30.3094019 ], [ 120.1048769, 30.3092639 ] ], [ [ 120.1048769, 30.3092639 ], [ 120.1042644, 30.30891 ] ], [ [ 120.1042644, 30.30891 ], [ 120.10356, 30.3096612 ] ], [ [ 120.10356, 30.3096612 ], [ 120.102732, 30.3105443 ] ], [ [ 120.102732, 30.3105443 ], [ 120.1021654, 30.3112193 ] ], [ [ 120.1021654, 30.3112193 ], [ 120.1020985, 30.3113496 ] ], [ [ 120.1020985, 30.3113496 ], [ 120.1020755, 30.3113943 ] ], [ [ 120.1020755, 30.3113943 ], [ 120.1020352, 30.3114728 ] ], [ [ 120.1085718, 30.312292 ], [ 120.1087275, 30.3121316 ] ], [ [ 120.1087275, 30.3121316 ], [ 120.109065, 30.3119528 ] ], [ [ 120.109065, 30.3119528 ], [ 120.1094897, 30.3117706 ] ], [ [ 120.1094897, 30.3117706 ], [ 120.1098921, 30.3116537 ] ], [ [ 120.1098921, 30.3116537 ], [ 120.1102694, 30.3115518 ] ], [ [ 120.1102694, 30.3115518 ], [ 120.1107064, 30.3113983 ] ], [ [ 120.1107064, 30.3113983 ], [ 120.1111787, 30.3112306 ] ], [ [ 120.1111787, 30.3112306 ], [ 120.1115532, 30.3110726 ] ], [ [ 120.1115532, 30.3110726 ], [ 120.1119284, 30.3108452 ] ], [ [ 120.1119284, 30.3108452 ], [ 120.1124244, 30.3104615 ] ], [ [ 120.1124244, 30.3104615 ], [ 120.1128986, 30.310937 ] ], [ [ 120.1128986, 30.310937 ], [ 120.113411, 30.3114828 ] ], [ [ 120.113411, 30.3114828 ], [ 120.1137355, 30.3117434 ] ], [ [ 120.1137355, 30.3117434 ], [ 120.1140667, 30.312004 ] ], [ [ 120.1140667, 30.312004 ], [ 120.1144294, 30.3122799 ] ], [ [ 120.1144294, 30.3122799 ], [ 120.114815, 30.3125674 ] ], [ [ 120.0953648, 30.3098863 ], [ 120.0950496, 30.311009 ] ], [ [ 120.0950496, 30.311009 ], [ 120.094999, 30.3111973 ] ], [ [ 120.094999, 30.3111973 ], [ 120.094964, 30.3113275 ] ], [ [ 120.094964, 30.3113275 ], [ 120.0946662, 30.3124358 ] ], [ [ 120.0946662, 30.3124358 ], [ 120.09339, 30.3120908 ] ], [ [ 120.09339, 30.3120908 ], [ 120.0930575, 30.3120005 ] ], [ [ 120.0930575, 30.3120005 ], [ 120.0916425, 30.3116144 ] ], [ [ 120.1820617, 30.2955833 ], [ 120.1822153, 30.2962169 ] ], [ [ 120.1822153, 30.2962169 ], [ 120.1824512, 30.2971902 ] ], [ [ 120.1824512, 30.2971902 ], [ 120.1826689, 30.2980882 ] ], [ [ 120.1826689, 30.2980882 ], [ 120.1828032, 30.2986425 ] ], [ [ 120.1828032, 30.2986425 ], [ 120.1836993, 30.2986344 ] ], [ [ 120.1836993, 30.2986344 ], [ 120.1844484, 30.2986277 ] ], [ [ 120.1844484, 30.2986277 ], [ 120.1845098, 30.2986271 ] ], [ [ 120.1845098, 30.2986271 ], [ 120.1861923, 30.2986119 ] ], [ [ 120.1681014, 30.3023657 ], [ 120.1680515, 30.3024673 ] ], [ [ 120.1680515, 30.3024673 ], [ 120.1679992, 30.3025736 ] ], [ [ 120.1679992, 30.3025736 ], [ 120.1677425, 30.3031062 ] ], [ [ 120.1677425, 30.3031062 ], [ 120.1676368, 30.3033858 ] ], [ [ 120.1676368, 30.3033858 ], [ 120.1673739, 30.3040811 ] ], [ [ 120.1673739, 30.3040811 ], [ 120.1669579, 30.3049772 ] ], [ [ 120.1669579, 30.3049772 ], [ 120.1668551, 30.3052232 ] ], [ [ 120.1668551, 30.3052232 ], [ 120.1666722, 30.3056611 ] ], [ [ 120.1666722, 30.3056611 ], [ 120.1663028, 30.3064519 ] ], [ [ 120.1663028, 30.3064519 ], [ 120.1661992, 30.3068444 ] ], [ [ 120.1661992, 30.3068444 ], [ 120.1661628, 30.3069825 ] ], [ [ 120.1661628, 30.3069825 ], [ 120.166014, 30.3075298 ] ], [ [ 120.166014, 30.3075298 ], [ 120.1660017, 30.307575 ] ], [ [ 120.1660017, 30.307575 ], [ 120.1659706, 30.3076854 ] ], [ [ 120.1659706, 30.3076854 ], [ 120.1658767, 30.3081323 ] ], [ [ 120.1658767, 30.3081323 ], [ 120.165857, 30.3082298 ] ], [ [ 120.165857, 30.3082298 ], [ 120.1656868, 30.309004 ] ], [ [ 120.1656868, 30.309004 ], [ 120.1655593, 30.3095843 ] ], [ [ 120.1655465, 30.3096659 ], [ 120.1655593, 30.3095843 ] ], [ [ 120.1647603, 30.3129073 ], [ 120.1647698, 30.3128154 ] ], [ [ 120.1647698, 30.3128154 ], [ 120.1649504, 30.3121139 ] ], [ [ 120.1649504, 30.3121139 ], [ 120.1649605, 30.3120747 ] ], [ [ 120.1649605, 30.3120747 ], [ 120.1650789, 30.3115617 ] ], [ [ 120.1650789, 30.3115617 ], [ 120.1651186, 30.3114091 ] ], [ [ 120.1651186, 30.3114091 ], [ 120.1651476, 30.3112771 ] ], [ [ 120.1651476, 30.3112771 ], [ 120.1651611, 30.3112153 ] ], [ [ 120.1651611, 30.3112153 ], [ 120.1652045, 30.3110178 ] ], [ [ 120.1652045, 30.3110178 ], [ 120.1652339, 30.3109056 ] ], [ [ 120.1652339, 30.3109056 ], [ 120.1652483, 30.3108505 ] ], [ [ 120.1652483, 30.3108505 ], [ 120.1653099, 30.3106153 ] ], [ [ 120.1653099, 30.3106153 ], [ 120.1653967, 30.3102669 ] ], [ [ 120.1653967, 30.3102669 ], [ 120.1654451, 30.3100728 ] ], [ [ 120.1654451, 30.3100728 ], [ 120.1655465, 30.3096659 ] ], [ [ 120.1705447, 30.3130519 ], [ 120.1696794, 30.3129734 ] ], [ [ 120.1696794, 30.3129734 ], [ 120.1693162, 30.3129523 ] ], [ [ 120.1693162, 30.3129523 ], [ 120.1683734, 30.3128908 ] ], [ [ 120.1683734, 30.3128908 ], [ 120.1676577, 30.3128591 ] ], [ [ 120.1676577, 30.3128591 ], [ 120.167063, 30.3128734 ] ], [ [ 120.167063, 30.3128734 ], [ 120.1659076, 30.3129012 ] ], [ [ 120.1659076, 30.3129012 ], [ 120.1657175, 30.3129022 ] ], [ [ 120.1657175, 30.3129022 ], [ 120.1647603, 30.3129073 ] ], [ [ 120.1601447, 30.3130159 ], [ 120.1603233, 30.3130074 ] ], [ [ 120.1603233, 30.3130074 ], [ 120.1608049, 30.3129826 ] ], [ [ 120.1608049, 30.3129826 ], [ 120.161352, 30.3129706 ] ], [ [ 120.161352, 30.3129706 ], [ 120.1618576, 30.3129596 ] ], [ [ 120.1618576, 30.3129596 ], [ 120.1626844, 30.3129415 ] ], [ [ 120.1626844, 30.3129415 ], [ 120.162832, 30.3129315 ] ], [ [ 120.162832, 30.3129315 ], [ 120.1628941, 30.3129295 ] ], [ [ 120.1628941, 30.3129295 ], [ 120.1630136, 30.3129257 ] ], [ [ 120.1630136, 30.3129257 ], [ 120.1631111, 30.3129226 ] ], [ [ 120.1631111, 30.3129226 ], [ 120.1633126, 30.3129206 ] ], [ [ 120.1633126, 30.3129206 ], [ 120.1637978, 30.312912 ] ], [ [ 120.1637978, 30.312912 ], [ 120.1639127, 30.31291 ] ], [ [ 120.1639127, 30.31291 ], [ 120.1647603, 30.3129073 ] ], [ [ 120.1655708, 30.3156499 ], [ 120.1655043, 30.3155274 ] ], [ [ 120.1655043, 30.3155274 ], [ 120.1654485, 30.3154143 ] ], [ [ 120.1654485, 30.3154143 ], [ 120.1654228, 30.3153597 ] ], [ [ 120.1654228, 30.3153597 ], [ 120.1653296, 30.3151698 ] ], [ [ 120.1653296, 30.3151698 ], [ 120.1653109, 30.3151357 ] ], [ [ 120.1653109, 30.3151357 ], [ 120.1652855, 30.3150842 ] ], [ [ 120.1652855, 30.3150842 ], [ 120.1650281, 30.314563 ] ], [ [ 120.1650281, 30.314563 ], [ 120.1648905, 30.3142799 ] ], [ [ 120.1648905, 30.3142799 ], [ 120.164765, 30.3138979 ] ], [ [ 120.164765, 30.3138979 ], [ 120.1647309, 30.3137286 ] ], [ [ 120.1647309, 30.3137286 ], [ 120.1647084, 30.3136168 ] ], [ [ 120.1647084, 30.3136168 ], [ 120.1647132, 30.3133568 ] ], [ [ 120.1647132, 30.3133568 ], [ 120.1647603, 30.3129073 ] ], [ [ 120.1706959, 30.3130664 ], [ 120.1705447, 30.3130519 ] ], [ [ 120.169914, 30.3157905 ], [ 120.1700568, 30.3158081 ] ], [ [ 120.169914, 30.3157905 ], [ 120.1696835, 30.3157654 ] ], [ [ 120.1696835, 30.3157654 ], [ 120.169464, 30.3157581 ] ], [ [ 120.169464, 30.3157581 ], [ 120.1671602, 30.315681 ] ], [ [ 120.1671602, 30.315681 ], [ 120.1660369, 30.315659 ] ], [ [ 120.1660369, 30.315659 ], [ 120.1655708, 30.3156499 ] ], [ [ 120.1655708, 30.3156499 ], [ 120.1644539, 30.3156865 ] ], [ [ 120.1644539, 30.3156865 ], [ 120.1637035, 30.315754 ] ], [ [ 120.1637035, 30.315754 ], [ 120.1630628, 30.3158041 ] ], [ [ 120.1630628, 30.3158041 ], [ 120.1629947, 30.3158089 ] ], [ [ 120.1629947, 30.3158089 ], [ 120.162811, 30.3158181 ] ], [ [ 120.162811, 30.3158181 ], [ 120.1627758, 30.3158204 ] ], [ [ 120.1627758, 30.3158204 ], [ 120.1623749, 30.3158432 ] ], [ [ 120.1623749, 30.3158432 ], [ 120.1605844, 30.3158927 ] ], [ [ 120.1605844, 30.3158927 ], [ 120.1604992, 30.3158964 ] ], [ [ 120.1655708, 30.3156499 ], [ 120.165661, 30.3159209 ] ], [ [ 120.165661, 30.3159209 ], [ 120.1658788, 30.3164278 ] ], [ [ 120.1658788, 30.3164278 ], [ 120.1660769, 30.3168331 ] ], [ [ 120.1660769, 30.3168331 ], [ 120.1661877, 30.3171099 ] ], [ [ 120.1661877, 30.3171099 ], [ 120.166204, 30.3171719 ] ], [ [ 120.166204, 30.3171719 ], [ 120.1662137, 30.3173797 ] ], [ [ 120.1662137, 30.3173797 ], [ 120.1662225, 30.3178131 ] ], [ [ 120.1662225, 30.3178131 ], [ 120.1662163, 30.3182753 ] ], [ [ 120.1662163, 30.3182753 ], [ 120.1662134, 30.3183991 ] ], [ [ 120.1742972, 30.3167729 ], [ 120.1742918, 30.3175844 ] ], [ [ 120.1742918, 30.3175844 ], [ 120.1742886, 30.3180799 ] ], [ [ 120.1742886, 30.3180799 ], [ 120.1742879, 30.3181826 ] ], [ [ 120.1742879, 30.3182602 ], [ 120.1742879, 30.3181826 ] ], [ [ 120.1823262, 30.3090126 ], [ 120.1823262, 30.3090951 ] ], [ [ 120.1823262, 30.3090951 ], [ 120.1823242, 30.3096865 ] ], [ [ 120.1823242, 30.3096865 ], [ 120.1823343, 30.3101533 ] ], [ [ 120.1823343, 30.3101533 ], [ 120.1823451, 30.3106943 ] ], [ [ 120.1823451, 30.3106943 ], [ 120.1823465, 30.310764 ] ], [ [ 120.1823465, 30.310764 ], [ 120.1823689, 30.3112343 ] ], [ [ 120.1823689, 30.3112343 ], [ 120.1823913, 30.3118555 ] ], [ [ 120.1823913, 30.3118555 ], [ 120.1823974, 30.3124381 ] ], [ [ 120.1823974, 30.3124381 ], [ 120.1824075, 30.312861 ] ], [ [ 120.1824075, 30.312861 ], [ 120.1824116, 30.3136156 ] ], [ [ 120.1824116, 30.3136156 ], [ 120.1824156, 30.3140315 ] ], [ [ 120.1824156, 30.3140315 ], [ 120.1824201, 30.3141021 ] ], [ [ 120.1824201, 30.3141021 ], [ 120.1824105, 30.3144641 ] ], [ [ 120.1824105, 30.3144641 ], [ 120.1824095, 30.3147422 ] ], [ [ 120.1824095, 30.3147422 ], [ 120.1823994, 30.3152037 ] ], [ [ 120.1823994, 30.3152037 ], [ 120.1823977, 30.3156301 ] ], [ [ 120.1823977, 30.3156301 ], [ 120.1823974, 30.3157038 ] ], [ [ 120.1823974, 30.3157038 ], [ 120.1824034, 30.3162513 ] ], [ [ 120.1824034, 30.3162513 ], [ 120.1823953, 30.3170146 ] ], [ [ 120.1823953, 30.3170146 ], [ 120.1823811, 30.3173568 ] ], [ [ 120.1823811, 30.3173568 ], [ 120.1823823, 30.3173757 ] ], [ [ 120.1823823, 30.3173757 ], [ 120.1823718, 30.3176728 ] ], [ [ 120.1823718, 30.3176728 ], [ 120.1823831, 30.3177972 ] ], [ [ 120.1823831, 30.3177972 ], [ 120.1823608, 30.3180797 ] ], [ [ 120.1823608, 30.3180797 ], [ 120.1823099, 30.3183833 ] ], [ [ 120.1823099, 30.3183833 ], [ 120.1822286, 30.3187097 ] ], [ [ 120.1822286, 30.3187097 ], [ 120.1821006, 30.3190975 ] ], [ [ 120.1821006, 30.3190975 ], [ 120.1819542, 30.3194467 ] ], [ [ 120.1819542, 30.3194467 ], [ 120.1818018, 30.3197888 ] ], [ [ 120.1818018, 30.3197888 ], [ 120.181755, 30.3198953 ] ], [ [ 120.181755, 30.3198953 ], [ 120.1816351, 30.3201679 ] ], [ [ 120.1816351, 30.3201679 ], [ 120.181505, 30.320489 ] ], [ [ 120.181505, 30.320489 ], [ 120.1813688, 30.3208188 ] ], [ [ 120.1813688, 30.3208188 ], [ 120.1813666, 30.320825 ] ], [ [ 120.1813666, 30.320825 ], [ 120.1812489, 30.3211505 ] ], [ [ 120.1812489, 30.3211505 ], [ 120.1811396, 30.3215037 ] ], [ [ 120.1811396, 30.3215037 ], [ 120.1811367, 30.3215131 ] ], [ [ 120.1811367, 30.3215131 ], [ 120.1810932, 30.3218744 ] ], [ [ 120.1810932, 30.3218744 ], [ 120.1810792, 30.3219667 ] ], [ [ 120.1810792, 30.3219667 ], [ 120.1810205, 30.3223555 ] ], [ [ 120.1810205, 30.3223555 ], [ 120.1810221, 30.3227464 ] ], [ [ 120.1810221, 30.3227464 ], [ 120.1810606, 30.3232437 ] ], [ [ 120.1810606, 30.3232437 ], [ 120.1810643, 30.3232917 ] ], [ [ 120.1810643, 30.3232917 ], [ 120.1810773, 30.3234489 ] ], [ [ 120.1810773, 30.3234489 ], [ 120.1810876, 30.3235738 ] ], [ [ 120.1810876, 30.3235738 ], [ 120.1811406, 30.3242139 ] ], [ [ 120.1811406, 30.3242139 ], [ 120.1811642, 30.3245295 ] ], [ [ 120.1811642, 30.3245295 ], [ 120.1812164, 30.3252297 ] ], [ [ 120.1400516, 30.3074374 ], [ 120.1399743, 30.3075625 ] ], [ [ 120.1376675, 30.3115857 ], [ 120.1376867, 30.3111705 ] ], [ [ 120.1376867, 30.3111705 ], [ 120.1377296, 30.3108619 ] ], [ [ 120.1377296, 30.3108619 ], [ 120.1377918, 30.3106514 ] ], [ [ 120.1377918, 30.3106514 ], [ 120.137858, 30.3104479 ] ], [ [ 120.137858, 30.3104479 ], [ 120.1379754, 30.3102314 ] ], [ [ 120.1379754, 30.3102314 ], [ 120.1381173, 30.3099937 ] ], [ [ 120.1381173, 30.3099937 ], [ 120.1382582, 30.3098188 ] ], [ [ 120.1382582, 30.3098188 ], [ 120.1384662, 30.3095607 ] ], [ [ 120.1384662, 30.3095607 ], [ 120.1385425, 30.3094669 ] ], [ [ 120.1385425, 30.3094669 ], [ 120.1388135, 30.3091306 ] ], [ [ 120.1388135, 30.3091306 ], [ 120.1390995, 30.3087337 ] ], [ [ 120.1390995, 30.3087337 ], [ 120.1392063, 30.3085855 ] ], [ [ 120.1392063, 30.3085855 ], [ 120.139342, 30.3083971 ] ], [ [ 120.139342, 30.3083971 ], [ 120.1393832, 30.3083349 ] ], [ [ 120.1393832, 30.3083349 ], [ 120.1394211, 30.3082777 ] ], [ [ 120.1394211, 30.3082777 ], [ 120.1395677, 30.3080749 ] ], [ [ 120.1395677, 30.3080749 ], [ 120.1399743, 30.3075625 ] ], [ [ 120.1427484, 30.3114966 ], [ 120.1417768, 30.3115091 ] ], [ [ 120.1417768, 30.3115091 ], [ 120.1412179, 30.3115165 ] ], [ [ 120.1412179, 30.3115165 ], [ 120.1403475, 30.3115281 ] ], [ [ 120.1403475, 30.3115281 ], [ 120.1399168, 30.3115223 ] ], [ [ 120.1399168, 30.3115223 ], [ 120.1396285, 30.3115184 ] ], [ [ 120.1396285, 30.3115184 ], [ 120.1394495, 30.311516 ] ], [ [ 120.1394495, 30.311516 ], [ 120.1394248, 30.311517 ] ], [ [ 120.1394248, 30.311517 ], [ 120.1390063, 30.3115333 ] ], [ [ 120.1390063, 30.3115333 ], [ 120.1388118, 30.3115409 ] ], [ [ 120.1388118, 30.3115409 ], [ 120.138557, 30.3115509 ] ], [ [ 120.138557, 30.3115509 ], [ 120.1376675, 30.3115857 ] ], [ [ 120.134554, 30.3116034 ], [ 120.1352012, 30.3115997 ] ], [ [ 120.1352012, 30.3115997 ], [ 120.1354723, 30.3115982 ] ], [ [ 120.1354723, 30.3115982 ], [ 120.1358923, 30.3115958 ] ], [ [ 120.1358923, 30.3115958 ], [ 120.1362599, 30.3115937 ] ], [ [ 120.1362599, 30.3115937 ], [ 120.1369519, 30.3115897 ] ], [ [ 120.1369519, 30.3115897 ], [ 120.1374303, 30.311587 ] ], [ [ 120.1374303, 30.311587 ], [ 120.1376675, 30.3115857 ] ], [ [ 120.1601447, 30.3130159 ], [ 120.1599998, 30.3130168 ] ], [ [ 120.1604992, 30.3158964 ], [ 120.1603553, 30.315905 ] ], [ [ 120.1294385, 30.3105784 ], [ 120.1292, 30.3101001 ], [ 120.1289766, 30.3096596 ], [ 120.1287227, 30.3091951 ], [ 120.1285263, 30.3088898 ], [ 120.1283506, 30.3086934 ], [ 120.1282415, 30.3085714 ], [ 120.1282208, 30.3084856 ] ], [ [ 120.1303141, 30.3097239 ], [ 120.130058, 30.3100294 ] ], [ [ 120.130058, 30.3100294 ], [ 120.1297616, 30.3103026 ] ], [ [ 120.1297616, 30.3103026 ], [ 120.1297197, 30.3103377 ] ], [ [ 120.1297197, 30.3103377 ], [ 120.1296636, 30.3103847 ] ], [ [ 120.1296636, 30.3103847 ], [ 120.1295594, 30.3104743 ] ], [ [ 120.1295594, 30.3104743 ], [ 120.1294956, 30.3105293 ] ], [ [ 120.1294956, 30.3105293 ], [ 120.1294385, 30.3105784 ] ], [ [ 120.1248737, 30.314398 ], [ 120.1249057, 30.3142896 ] ], [ [ 120.1249057, 30.3142896 ], [ 120.1249954, 30.3142146 ] ], [ [ 120.1249954, 30.3142146 ], [ 120.1250814, 30.3141449 ] ], [ [ 120.1250814, 30.3141449 ], [ 120.1251121, 30.3141199 ] ], [ [ 120.1251121, 30.3141199 ], [ 120.1257024, 30.3136437 ] ], [ [ 120.1257024, 30.3136437 ], [ 120.1267211, 30.3128508 ] ], [ [ 120.1267211, 30.3128508 ], [ 120.1272243, 30.3124285 ] ], [ [ 120.1272243, 30.3124285 ], [ 120.1275484, 30.3121565 ] ], [ [ 120.1275484, 30.3121565 ], [ 120.127627, 30.3120907 ] ], [ [ 120.127627, 30.3120907 ], [ 120.1279148, 30.3118496 ] ], [ [ 120.1279148, 30.3118496 ], [ 120.1284474, 30.3114034 ] ], [ [ 120.1284474, 30.3114034 ], [ 120.1285566, 30.311312 ] ], [ [ 120.1285566, 30.311312 ], [ 120.1286001, 30.3112757 ] ], [ [ 120.1286001, 30.3112757 ], [ 120.1287603, 30.3111477 ] ], [ [ 120.1287603, 30.3111477 ], [ 120.1287945, 30.3111191 ] ], [ [ 120.1287945, 30.3111191 ], [ 120.1288305, 30.31109 ] ], [ [ 120.1288305, 30.31109 ], [ 120.1290637, 30.310901 ] ], [ [ 120.1290637, 30.310901 ], [ 120.1291372, 30.3108377 ] ], [ [ 120.1291372, 30.3108377 ], [ 120.1293467, 30.3106574 ] ], [ [ 120.1293467, 30.3106574 ], [ 120.1294385, 30.3105784 ] ], [ [ 120.1477679, 30.3153173 ], [ 120.1477247, 30.3152007 ] ], [ [ 120.1344308, 30.3115934 ], [ 120.134554, 30.3116034 ] ], [ [ 120.1377444, 30.3158299 ], [ 120.137738, 30.3153922 ] ], [ [ 120.137738, 30.3153922 ], [ 120.1377308, 30.3151147 ] ], [ [ 120.1377308, 30.3151147 ], [ 120.1377281, 30.3150119 ] ], [ [ 120.1377281, 30.3150119 ], [ 120.1377202, 30.3147055 ] ], [ [ 120.1377202, 30.3147055 ], [ 120.1377145, 30.3144873 ] ], [ [ 120.1377145, 30.3144873 ], [ 120.1376869, 30.3134228 ] ], [ [ 120.1376869, 30.3134228 ], [ 120.1376839, 30.313138 ] ], [ [ 120.1376839, 30.313138 ], [ 120.1376836, 30.3131099 ] ], [ [ 120.1376836, 30.3131099 ], [ 120.1376819, 30.3129471 ] ], [ [ 120.1376819, 30.3129471 ], [ 120.1376675, 30.3115857 ] ], [ [ 120.1477679, 30.3153173 ], [ 120.147854, 30.3154221 ], [ 120.1479362, 30.3156926 ], [ 120.1479715, 30.3159045 ], [ 120.1479793, 30.3160511 ], [ 120.1479698, 30.3161983 ], [ 120.1479575, 30.3167214 ], [ 120.1479832, 30.3173404 ], [ 120.1479846, 30.3175512 ], [ 120.1479612, 30.3179192 ], [ 120.147899, 30.31852 ], [ 120.147888, 30.3191051 ], [ 120.1478914, 30.319326 ] ], [ [ 120.1478304, 30.319354 ], [ 120.1478252, 30.3191183 ], [ 120.1478385, 30.3185417 ], [ 120.1479096, 30.3179052 ], [ 120.1479188, 30.3175873 ], [ 120.1479246, 30.3175462 ], [ 120.1478937, 30.3168765 ], [ 120.147891, 30.3167338 ], [ 120.147883, 30.3165146 ], [ 120.1478972, 30.3162039 ], [ 120.1478934, 30.3158493 ], [ 120.1478385, 30.3156493 ], [ 120.1477797, 30.3154458 ], [ 120.1477679, 30.3153173 ] ], [ [ 120.1478304, 30.319354 ], [ 120.1478914, 30.319326 ] ], [ [ 120.1421253, 30.31937 ], [ 120.1434408, 30.3193885 ] ], [ [ 120.1434408, 30.3193885 ], [ 120.1442518, 30.3193999 ] ], [ [ 120.1442518, 30.3193999 ], [ 120.144419, 30.3194042 ] ], [ [ 120.144419, 30.3194042 ], [ 120.1455445, 30.3194128 ] ], [ [ 120.1455445, 30.3194128 ], [ 120.1459144, 30.319408 ] ], [ [ 120.1459144, 30.319408 ], [ 120.1473996, 30.3193958 ] ], [ [ 120.1473996, 30.3193958 ], [ 120.1478304, 30.319354 ] ], [ [ 120.127146, 30.3215504 ], [ 120.1278273, 30.3215322 ], [ 120.12832, 30.321519 ], [ 120.1291895, 30.3214561 ], [ 120.1294285, 30.3214361 ], [ 120.1302194, 30.3212773 ], [ 120.1320195, 30.3208762 ] ], [ [ 120.1070289, 30.3110675 ], [ 120.1069437, 30.3110337 ] ], [ [ 120.1085718, 30.312292 ], [ 120.1078947, 30.3117576 ] ], [ [ 120.1078947, 30.3117576 ], [ 120.1077943, 30.3116783 ] ], [ [ 120.1077943, 30.3116783 ], [ 120.1071258, 30.3111507 ] ], [ [ 120.1071258, 30.3111507 ], [ 120.1070762, 30.3111115 ] ], [ [ 120.1070762, 30.3111115 ], [ 120.1070289, 30.3110675 ] ], [ [ 120.0867682, 30.3119862 ], [ 120.0869088, 30.3120289 ], [ 120.0870116, 30.3120601 ], [ 120.0875373, 30.3121528 ], [ 120.0881274, 30.3123149 ], [ 120.0885941, 30.312478 ], [ 120.0886584, 30.3125094 ], [ 120.0892485, 30.3127467 ], [ 120.0901927, 30.3131809 ], [ 120.0907935, 30.3135189 ], [ 120.0910869, 30.3137092 ] ], [ [ 120.0910688, 30.3138216 ], [ 120.0907345, 30.3136023 ], [ 120.0901337, 30.3132735 ], [ 120.0893873, 30.3129088 ], [ 120.0892807, 30.3128567 ], [ 120.0886263, 30.3125881 ], [ 120.0885497, 30.312561 ], [ 120.0880898, 30.3123982 ], [ 120.0875051, 30.31225 ], [ 120.0869847, 30.3121528 ], [ 120.0868836, 30.3121265 ], [ 120.0867465, 30.3120908 ] ], [ [ 120.0946662, 30.3124358 ], [ 120.0953793, 30.3126519 ] ], [ [ 120.0953793, 30.3126519 ], [ 120.0958882, 30.312825 ] ], [ [ 120.0958882, 30.312825 ], [ 120.0961304, 30.3129073 ] ], [ [ 120.0961304, 30.3129073 ], [ 120.0966614, 30.3131497 ] ], [ [ 120.0966614, 30.3131497 ], [ 120.0975292, 30.3135232 ] ], [ [ 120.0976547, 30.3135819 ], [ 120.0975292, 30.3135232 ] ], [ [ 120.0910869, 30.3137092 ], [ 120.0912128, 30.3137984 ] ], [ [ 120.1085718, 30.312292 ], [ 120.1091011, 30.3127299 ] ], [ [ 120.1091011, 30.3127299 ], [ 120.1093358, 30.312922 ] ], [ [ 120.1093358, 30.312922 ], [ 120.1095719, 30.3131157 ] ], [ [ 120.1095719, 30.3131157 ], [ 120.1097676, 30.3132855 ] ], [ [ 120.1097676, 30.3132855 ], [ 120.1104678, 30.3137185 ] ], [ [ 120.1104678, 30.3137185 ], [ 120.1118721, 30.3145534 ] ], [ [ 120.107509, 30.3135105 ], [ 120.1075356, 30.3134783 ] ], [ [ 120.1075356, 30.3134783 ], [ 120.1075815, 30.313423 ] ], [ [ 120.1075815, 30.313423 ], [ 120.1079333, 30.3129983 ] ], [ [ 120.1079333, 30.3129983 ], [ 120.1079779, 30.3129444 ] ], [ [ 120.1079779, 30.3129444 ], [ 120.1082583, 30.3126059 ] ], [ [ 120.1082583, 30.3126059 ], [ 120.1085718, 30.312292 ] ], [ [ 120.107509, 30.3135105 ], [ 120.1074336, 30.3135855 ] ], [ [ 120.0939078, 30.3152502 ], [ 120.0939438, 30.3150761 ] ], [ [ 120.0939438, 30.3150761 ], [ 120.0940163, 30.3148126 ] ], [ [ 120.0940163, 30.3148126 ], [ 120.0940948, 30.3145199 ] ], [ [ 120.0940948, 30.3145199 ], [ 120.0942697, 30.3138495 ] ], [ [ 120.0942697, 30.3138495 ], [ 120.0943497, 30.3135709 ] ], [ [ 120.0943497, 30.3135709 ], [ 120.0946662, 30.3124358 ] ], [ [ 120.0911919, 30.313912 ], [ 120.0910688, 30.3138216 ] ], [ [ 120.0912128, 30.3137984 ], [ 120.092992, 30.3148545 ], [ 120.0935876, 30.3151248 ], [ 120.0939078, 30.3152502 ] ], [ [ 120.0938677, 30.3153852 ], [ 120.0935154, 30.3152467 ], [ 120.0929103, 30.314955 ], [ 120.0921251, 30.3144894 ], [ 120.0911919, 30.313912 ] ], [ [ 120.0938677, 30.3153852 ], [ 120.0939078, 30.3152502 ] ], [ [ 120.1074336, 30.3135855 ], [ 120.1073835, 30.3136403 ] ], [ [ 120.1073835, 30.3136403 ], [ 120.1073225, 30.3137124 ] ], [ [ 120.1073225, 30.3137124 ], [ 120.1066701, 30.3144832 ] ], [ [ 120.1066701, 30.3144832 ], [ 120.1063927, 30.3148092 ] ], [ [ 120.1063927, 30.3148092 ], [ 120.1060956, 30.3151632 ] ], [ [ 120.1060956, 30.3151632 ], [ 120.1060224, 30.3152504 ] ], [ [ 120.1060224, 30.3152504 ], [ 120.1037215, 30.317992 ] ], [ [ 120.0962699, 30.3160943 ], [ 120.0965066, 30.316122 ], [ 120.0968056, 30.316157 ], [ 120.096822, 30.3161589 ], [ 120.0981626, 30.3163156 ], [ 120.0990723, 30.316422 ], [ 120.0992004, 30.316435 ], [ 120.100343, 30.3165512 ], [ 120.1008749, 30.3166356 ], [ 120.101013, 30.3166784 ], [ 120.1011434, 30.3167188 ], [ 120.1012113, 30.3167399 ] ], [ [ 120.1011038, 30.316839 ], [ 120.1010414, 30.3168197 ], [ 120.1005678, 30.316673 ], [ 120.0999744, 30.3166013 ], [ 120.0992022, 30.3165321 ], [ 120.0989829, 30.3165124 ], [ 120.0981474, 30.3164229 ], [ 120.0967623, 30.3162744 ], [ 120.0964391, 30.3162398 ], [ 120.0962208, 30.3162187 ] ], [ [ 120.1012113, 30.3167399 ], [ 120.1013481, 30.3167837 ] ], [ [ 120.0932573, 30.3179414 ], [ 120.0938677, 30.3153852 ] ], [ [ 120.0902736, 30.3171961 ], [ 120.090603, 30.3172788 ] ], [ [ 120.090603, 30.3172788 ], [ 120.0932573, 30.3179414 ] ], [ [ 120.0932573, 30.3179414 ], [ 120.0951112, 30.3182242 ] ], [ [ 120.1011719, 30.3168772 ], [ 120.1011038, 30.316839 ] ], [ [ 120.1013481, 30.3167837 ], [ 120.1014193, 30.3168084 ], [ 120.1018529, 30.3169586 ], [ 120.10245, 30.3172596 ], [ 120.1037215, 30.317992 ] ], [ [ 120.1036347, 30.3180875 ], [ 120.102451, 30.3174245 ], [ 120.101869, 30.3170979 ], [ 120.1012316, 30.3168961 ], [ 120.1011719, 30.3168772 ] ], [ [ 120.1037215, 30.317992 ], [ 120.1036347, 30.3180875 ] ], [ [ 120.1131523, 30.3184217 ], [ 120.1132628, 30.3183607 ] ], [ [ 120.1094653, 30.3211939 ], [ 120.1099745, 30.3208187 ] ], [ [ 120.1099745, 30.3208187 ], [ 120.1112635, 30.3198281 ] ], [ [ 120.1112635, 30.3198281 ], [ 120.1116361, 30.3195418 ] ], [ [ 120.1116361, 30.3195418 ], [ 120.1131523, 30.3184217 ] ], [ [ 120.2458408, 29.9686811 ], [ 120.2458896, 29.9688091 ] ], [ [ 120.2457341, 29.96882 ], [ 120.2458408, 29.9686811 ] ], [ [ 120.2458896, 29.9688091 ], [ 120.2458366, 29.9696598 ], [ 120.2457876, 29.9704452 ], [ 120.2458265, 29.9706903 ] ], [ [ 120.2458265, 29.9706903 ], [ 120.2486599, 29.9702813 ] ], [ [ 120.2486599, 29.9702813 ], [ 120.248839, 29.9703431 ] ], [ [ 120.248839, 29.9703431 ], [ 120.2490036, 29.9705939 ] ], [ [ 120.2477098, 29.9760464 ], [ 120.2475395, 29.9753257 ], [ 120.24718, 29.9738042 ], [ 120.2470295, 29.9731672 ], [ 120.2468494, 29.9728741 ], [ 120.2465393, 29.9723552 ], [ 120.2456794, 29.9709159 ], [ 120.245632, 29.9706978 ], [ 120.2456182, 29.9706341 ], [ 120.245685, 29.9695878 ], [ 120.2457341, 29.96882 ] ], [ [ 120.2502823, 29.9758474 ], [ 120.2496899, 29.9734138 ] ], [ [ 120.2496899, 29.9734138 ], [ 120.2496706, 29.9733343 ] ], [ [ 120.2496706, 29.9733343 ], [ 120.2492033, 29.9714146 ] ], [ [ 120.2492033, 29.9714146 ], [ 120.2490036, 29.9705939 ] ], [ [ 120.2458265, 29.9706903 ], [ 120.2458406, 29.9707788 ], [ 120.246232, 29.9714754 ], [ 120.2465518, 29.9720338 ], [ 120.2471695, 29.9731122 ], [ 120.2473164, 29.9736204 ], [ 120.2479102, 29.9761167 ] ], [ [ 120.2502823, 29.9758474 ], [ 120.2479102, 29.9761167 ] ], [ [ 120.2477371, 29.9761619 ], [ 120.2477098, 29.9760464 ] ], [ [ 120.2477371, 29.9761619 ], [ 120.2458535, 29.976305 ], [ 120.2458442, 29.9761832 ], [ 120.2477098, 29.9760464 ] ], [ [ 120.2479102, 29.9761167 ], [ 120.2480978, 29.9769051 ], [ 120.2485401, 29.9787646 ], [ 120.2486439, 29.9791952 ], [ 120.2488233, 29.9799391 ] ], [ [ 120.2486356, 29.9799647 ], [ 120.2485989, 29.9798093 ], [ 120.2484549, 29.9791996 ], [ 120.2477371, 29.9761619 ] ], [ [ 120.2502823, 29.9758474 ], [ 120.2506943, 29.97754 ] ], [ [ 120.2506943, 29.97754 ], [ 120.2517642, 29.9802719 ] ], [ [ 120.2517642, 29.9802719 ], [ 120.2518902, 29.9805935 ] ], [ [ 120.2518902, 29.9805935 ], [ 120.252151, 29.9810445 ] ], [ [ 120.2488233, 29.9799391 ], [ 120.2486356, 29.9799647 ] ], [ [ 120.2486356, 29.9799647 ], [ 120.2470699, 29.9801784 ] ], [ [ 120.2470699, 29.9801784 ], [ 120.2464237, 29.9802666 ] ], [ [ 120.2464237, 29.9802666 ], [ 120.2449202, 29.9804717 ] ], [ [ 120.2449202, 29.9804717 ], [ 120.2447809, 29.9804907 ] ], [ [ 120.2447809, 29.9804907 ], [ 120.2445612, 29.9805207 ] ], [ [ 120.2445612, 29.9805207 ], [ 120.2443579, 29.9806325 ] ], [ [ 120.2443579, 29.9806325 ], [ 120.244278, 29.9806764 ] ], [ [ 120.2488233, 29.9799391 ], [ 120.2493207, 29.9820019 ] ], [ [ 120.2491262, 29.9820414 ], [ 120.2489366, 29.9812389 ], [ 120.2486356, 29.9799647 ] ], [ [ 120.252151, 29.9810445 ], [ 120.2509032, 29.9816184 ] ], [ [ 120.2509032, 29.9816184 ], [ 120.2499019, 29.981884 ] ], [ [ 120.2499019, 29.981884 ], [ 120.2493207, 29.9820019 ] ], [ [ 120.2493207, 29.9820019 ], [ 120.2491262, 29.9820414 ] ], [ [ 120.26098, 29.9498307 ], [ 120.2609999, 29.9501683 ] ], [ [ 120.2609999, 29.9501683 ], [ 120.2610073, 29.9503232 ] ], [ [ 120.2610073, 29.9503232 ], [ 120.2604095, 29.9532005 ] ], [ [ 120.2604095, 29.9532005 ], [ 120.2598417, 29.9554062 ] ], [ [ 120.2598417, 29.9554062 ], [ 120.2597507, 29.9558028 ] ], [ [ 120.2597507, 29.9558028 ], [ 120.2597327, 29.9558814 ] ], [ [ 120.2597327, 29.9558814 ], [ 120.2594909, 29.9569357 ] ], [ [ 120.2594909, 29.9569357 ], [ 120.2592308, 29.9580979 ] ], [ [ 120.2592308, 29.9580979 ], [ 120.2589972, 29.9591412 ] ], [ [ 120.2589972, 29.9591412 ], [ 120.2586956, 29.9604885 ] ], [ [ 120.2586956, 29.9604885 ], [ 120.2586633, 29.9606329 ] ], [ [ 120.2586633, 29.9606329 ], [ 120.2586504, 29.9606904 ] ], [ [ 120.2586504, 29.9606904 ], [ 120.258635, 29.960759 ] ], [ [ 120.258635, 29.960759 ], [ 120.2580242, 29.9634877 ] ], [ [ 120.2580242, 29.9634877 ], [ 120.2573721, 29.9664005 ] ], [ [ 120.2573721, 29.9664005 ], [ 120.2572874, 29.9667624 ] ], [ [ 120.2572874, 29.9667624 ], [ 120.2571277, 29.9674445 ] ], [ [ 120.2571277, 29.9674445 ], [ 120.2570343, 29.9676819 ] ], [ [ 120.252151, 29.9810445 ], [ 120.2530498, 29.9806905 ] ], [ [ 120.2530498, 29.9806905 ], [ 120.2532065, 29.9807152 ] ], [ [ 120.2532065, 29.9807152 ], [ 120.2534363, 29.9809357 ] ], [ [ 120.2534363, 29.9809357 ], [ 120.2536477, 29.9810531 ] ], [ [ 120.2536477, 29.9810531 ], [ 120.2538567, 29.9811157 ] ], [ [ 120.2538567, 29.9811157 ], [ 120.2548248, 29.9809007 ] ], [ [ 120.2548248, 29.9809007 ], [ 120.2557149, 29.9807041 ] ], [ [ 120.2557149, 29.9807041 ], [ 120.2559393, 29.9806985 ] ], [ [ 120.2559393, 29.9806985 ], [ 120.2571418, 29.9807568 ] ], [ [ 120.2571418, 29.9807568 ], [ 120.2574531, 29.9807497 ] ], [ [ 120.2574531, 29.9807497 ], [ 120.2575845, 29.9807266 ] ], [ [ 120.2575845, 29.9807266 ], [ 120.2576866, 29.9807086 ] ], [ [ 120.2576866, 29.9807086 ], [ 120.2579144, 29.980667 ] ], [ [ 120.2579144, 29.980667 ], [ 120.2585033, 29.9807402 ] ], [ [ 120.2585033, 29.9807402 ], [ 120.2592428, 29.9808519 ] ], [ [ 120.2592428, 29.9808519 ], [ 120.2594676, 29.980769 ] ], [ [ 120.2594676, 29.980769 ], [ 120.2597293, 29.9807133 ] ], [ [ 120.2597293, 29.9807133 ], [ 120.2606138, 29.9807903 ] ], [ [ 120.2606138, 29.9807903 ], [ 120.2613305, 29.9809215 ] ], [ [ 120.2613305, 29.9809215 ], [ 120.2615834, 29.9811025 ] ], [ [ 120.2615834, 29.9811025 ], [ 120.2617629, 29.9812476 ] ], [ [ 120.2617629, 29.9812476 ], [ 120.2619788, 29.9814221 ] ], [ [ 120.2619788, 29.9814221 ], [ 120.262119, 29.9816022 ] ], [ [ 120.262119, 29.9816022 ], [ 120.2621586, 29.9817961 ] ], [ [ 120.2621586, 29.9817961 ], [ 120.2619832, 29.9820573 ] ], [ [ 120.2619832, 29.9820573 ], [ 120.2612352, 29.9833223 ] ], [ [ 120.2612352, 29.9833223 ], [ 120.2610724, 29.9835715 ] ], [ [ 120.2575976, 29.9965861 ], [ 120.2576732, 29.9967001 ] ], [ [ 120.2576732, 29.9967001 ], [ 120.2580616, 29.9973838 ] ], [ [ 120.2580616, 29.9973838 ], [ 120.2580997, 29.9974621 ] ], [ [ 120.2580997, 29.9974621 ], [ 120.2583658, 29.9980096 ] ], [ [ 120.2583658, 29.9980096 ], [ 120.2584238, 29.9983449 ] ], [ [ 120.2584238, 29.9983449 ], [ 120.2584755, 29.998658 ] ], [ [ 120.2584755, 29.998658 ], [ 120.2587811, 29.9990816 ] ], [ [ 120.2587811, 29.9990816 ], [ 120.2590957, 30.0004744 ] ], [ [ 120.2590957, 30.0004744 ], [ 120.2593524, 30.0024643 ] ], [ [ 120.2593524, 30.0024643 ], [ 120.2589507, 30.0031138 ] ], [ [ 120.2589507, 30.0031138 ], [ 120.2581253, 30.004371 ] ], [ [ 120.2581253, 30.004371 ], [ 120.2580099, 30.0045891 ] ], [ [ 120.2580099, 30.0045891 ], [ 120.2578927, 30.0048107 ] ], [ [ 120.2578927, 30.0048107 ], [ 120.2575919, 30.0053793 ] ], [ [ 120.2575919, 30.0053793 ], [ 120.2571181, 30.0062749 ] ], [ [ 120.2681819, 30.0255835 ], [ 120.2656693, 30.0252932 ] ], [ [ 120.2656693, 30.0252932 ], [ 120.2629105, 30.0249782 ] ], [ [ 120.2629105, 30.0249782 ], [ 120.2628597, 30.0249724 ] ], [ [ 120.2628597, 30.0249724 ], [ 120.2626381, 30.0249429 ] ], [ [ 120.2626381, 30.0249429 ], [ 120.2612034, 30.0247771 ] ], [ [ 120.2612034, 30.0247771 ], [ 120.2609002, 30.0247421 ] ], [ [ 120.2609002, 30.0247421 ], [ 120.2607278, 30.0247222 ] ], [ [ 120.2607278, 30.0247222 ], [ 120.2582803, 30.0244394 ] ], [ [ 120.2582803, 30.0244394 ], [ 120.2577287, 30.0243757 ] ], [ [ 120.2577287, 30.0243757 ], [ 120.2571176, 30.0243051 ] ], [ [ 120.2473584, 29.9824003 ], [ 120.2484275, 29.9821832 ] ], [ [ 120.2484275, 29.9821832 ], [ 120.2486081, 29.9821465 ] ], [ [ 120.2486081, 29.9821465 ], [ 120.2487001, 29.9821279 ] ], [ [ 120.2487001, 29.9821279 ], [ 120.2491262, 29.9820414 ] ], [ [ 120.2473584, 29.9824003 ], [ 120.247281, 29.982416 ] ], [ [ 120.2473584, 29.9824003 ], [ 120.2476312, 29.983378 ] ], [ [ 120.2476312, 29.983378 ], [ 120.2478512, 29.9838533 ] ], [ [ 120.2478512, 29.9838533 ], [ 120.2480575, 29.9841053 ] ], [ [ 120.2480575, 29.9841053 ], [ 120.2482094, 29.9842006 ] ], [ [ 120.2482094, 29.9842006 ], [ 120.2483961, 29.9842139 ] ], [ [ 120.2483961, 29.9842139 ], [ 120.2485947, 29.9842217 ] ], [ [ 120.2485947, 29.9842217 ], [ 120.2490775, 29.9841237 ] ], [ [ 120.2490775, 29.9841237 ], [ 120.2491994, 29.984106 ] ], [ [ 120.2491994, 29.984106 ], [ 120.2492822, 29.984094 ] ], [ [ 120.2492822, 29.984094 ], [ 120.2502128, 29.9842014 ] ], [ [ 120.2502128, 29.9842014 ], [ 120.2503252, 29.9842375 ] ], [ [ 120.2503252, 29.9842375 ], [ 120.2504531, 29.9847969 ] ], [ [ 120.2504531, 29.9847969 ], [ 120.250637, 29.9856009 ] ], [ [ 120.250637, 29.9856009 ], [ 120.2508215, 29.9864074 ] ], [ [ 120.2508215, 29.9864074 ], [ 120.2508346, 29.9864647 ] ], [ [ 120.2508346, 29.9864647 ], [ 120.250917, 29.986825 ] ], [ [ 120.250917, 29.986825 ], [ 120.2509858, 29.9871258 ] ], [ [ 120.249768, 29.987506 ], [ 120.2423572, 29.9887929 ] ], [ [ 120.2423572, 29.9887929 ], [ 120.2422655, 29.9887825 ] ], [ [ 120.2440898, 30.0087694 ], [ 120.2445889, 30.0082247 ] ], [ [ 120.2445889, 30.0082247 ], [ 120.2448702, 30.0076555 ] ], [ [ 120.2448702, 30.0076555 ], [ 120.2449699, 30.0073803 ] ], [ [ 120.2449699, 30.0073803 ], [ 120.2453598, 30.0070922 ] ], [ [ 120.2453598, 30.0070922 ], [ 120.2457562, 30.0070185 ] ], [ [ 120.2457562, 30.0070185 ], [ 120.2464337, 30.007082 ] ], [ [ 120.2464337, 30.007082 ], [ 120.2503313, 30.0059214 ] ], [ [ 120.2503313, 30.0059214 ], [ 120.2508406, 30.0055227 ] ], [ [ 120.2508406, 30.0055227 ], [ 120.2512822, 30.0053414 ] ], [ [ 120.2512822, 30.0053414 ], [ 120.2519833, 30.0052669 ] ], [ [ 120.2519833, 30.0052669 ], [ 120.2524449, 30.0047756 ] ], [ [ 120.2524449, 30.0047756 ], [ 120.2527839, 30.0038127 ] ], [ [ 120.2527839, 30.0038127 ], [ 120.2522089, 30.0030832 ] ], [ [ 120.2522089, 30.0030832 ], [ 120.2513269, 30.0020018 ] ], [ [ 120.2513269, 30.0020018 ], [ 120.2508823, 30.0008116 ] ], [ [ 120.2508823, 30.0008116 ], [ 120.2501838, 29.9996188 ] ], [ [ 120.2501838, 29.9996188 ], [ 120.2498157, 29.9982461 ] ], [ [ 120.2498157, 29.9982461 ], [ 120.2495824, 29.997376 ] ], [ [ 120.2495824, 29.997376 ], [ 120.2495984, 29.9962735 ] ], [ [ 120.2495984, 29.9962735 ], [ 120.2496859, 29.996041 ] ], [ [ 120.2496859, 29.996041 ], [ 120.2506388, 29.9935103 ] ], [ [ 120.2506388, 29.9935103 ], [ 120.2507187, 29.9932982 ] ], [ [ 120.2507187, 29.9932982 ], [ 120.2514689, 29.9922498 ] ], [ [ 120.2514689, 29.9922498 ], [ 120.2520045, 29.9915013 ] ], [ [ 120.2520045, 29.9915013 ], [ 120.2528484, 29.9901817 ] ], [ [ 120.2528484, 29.9901817 ], [ 120.252881, 29.9901308 ] ], [ [ 120.252881, 29.9901308 ], [ 120.252911029393715, 29.99007780393443 ] ], [ [ 120.252911029393715, 29.99007780393443 ], [ 120.2530566, 29.9898209 ] ], [ [ 120.2530566, 29.9898209 ], [ 120.2530991, 29.9897459 ] ], [ [ 120.2530991, 29.9897459 ], [ 120.2531326, 29.9896869 ] ], [ [ 120.2531326, 29.9896869 ], [ 120.2531753, 29.9896114 ] ], [ [ 120.2531753, 29.9896114 ], [ 120.2534919, 29.9890529 ] ], [ [ 120.2534919, 29.9890529 ], [ 120.2537018, 29.9883708 ] ], [ [ 120.2537018, 29.9883708 ], [ 120.2537813, 29.9870331 ] ], [ [ 120.2537813, 29.9870331 ], [ 120.2538171, 29.9867829 ] ], [ [ 120.2538171, 29.9867829 ], [ 120.2538289, 29.9866686 ] ], [ [ 120.2538289, 29.9866686 ], [ 120.2538372, 29.986588 ] ], [ [ 120.2538372, 29.986588 ], [ 120.2539912, 29.9850961 ] ], [ [ 120.2539912, 29.9850961 ], [ 120.2540557, 29.9845488 ] ], [ [ 120.2540557, 29.9845488 ], [ 120.2541111, 29.9840782 ] ], [ [ 120.2541111, 29.9840782 ], [ 120.2538108, 29.9830751 ] ], [ [ 120.2538108, 29.9830751 ], [ 120.2534979, 29.9823944 ] ], [ [ 120.2534979, 29.9823944 ], [ 120.2526854, 29.9817887 ] ], [ [ 120.2526854, 29.9817887 ], [ 120.2525027, 29.9816526 ] ], [ [ 120.2525027, 29.9816526 ], [ 120.252151, 29.9810445 ] ], [ [ 120.2486175, 29.9860162 ], [ 120.248682, 29.9860776 ] ], [ [ 120.248682, 29.9860776 ], [ 120.2495254, 29.987114 ] ], [ [ 120.2495254, 29.987114 ], [ 120.2498931, 29.9873221 ] ], [ [ 120.2498931, 29.9873221 ], [ 120.2518886, 29.9891403 ] ], [ [ 120.2518886, 29.9891403 ], [ 120.2521426, 29.989394 ] ], [ [ 120.2521426, 29.989394 ], [ 120.252911029393715, 29.99007780393443 ] ], [ [ 120.252911029393715, 29.99007780393443 ], [ 120.2529562, 29.990118 ] ], [ [ 120.2529562, 29.990118 ], [ 120.2544236, 29.9915472 ] ], [ [ 120.2544236, 29.9915472 ], [ 120.2550155, 29.992209 ] ], [ [ 120.2550155, 29.992209 ], [ 120.255641, 29.99303 ] ], [ [ 120.255641, 29.99303 ], [ 120.255674019651394, 29.99307572461322 ] ], [ [ 120.255674019651394, 29.99307572461322 ], [ 120.2567874, 29.9946175 ] ], [ [ 120.2567874, 29.9946175 ], [ 120.2571714, 29.9953139 ] ], [ [ 120.2571714, 29.9953139 ], [ 120.2573352, 29.9957279 ] ], [ [ 120.2573352, 29.9957279 ], [ 120.2575916, 29.9963761 ] ], [ [ 120.2575916, 29.9963761 ], [ 120.2575976, 29.9965861 ] ], [ [ 120.2610724, 29.9835715 ], [ 120.2605187, 29.9833949 ] ], [ [ 120.2605187, 29.9833949 ], [ 120.2590918, 29.9829491 ] ], [ [ 120.2590918, 29.9829491 ], [ 120.2582006, 29.9829071 ] ], [ [ 120.2582006, 29.9829071 ], [ 120.2580256, 29.9829211 ] ], [ [ 120.2580256, 29.9829211 ], [ 120.257401, 29.9829711 ] ], [ [ 120.257401, 29.9829711 ], [ 120.2569575, 29.98314 ] ], [ [ 120.2569575, 29.98314 ], [ 120.25656, 29.983478 ] ], [ [ 120.25656, 29.983478 ], [ 120.256366, 29.9837596 ] ], [ [ 120.256366, 29.9837596 ], [ 120.2562288, 29.9842716 ] ], [ [ 120.2562288, 29.9842716 ], [ 120.2562206, 29.9844407 ] ], [ [ 120.2562206, 29.9844407 ], [ 120.2562068, 29.984728 ] ], [ [ 120.2562068, 29.984728 ], [ 120.2563523, 29.985173 ] ], [ [ 120.2563523, 29.985173 ], [ 120.2563953, 29.9853046 ] ], [ [ 120.2563953, 29.9853046 ], [ 120.2567361, 29.986594 ] ], [ [ 120.2567361, 29.986594 ], [ 120.2567246, 29.9873106 ] ], [ [ 120.2567246, 29.9873106 ], [ 120.2567033, 29.9877777 ] ], [ [ 120.2567033, 29.9877777 ], [ 120.2566724, 29.9884557 ] ], [ [ 120.2566724, 29.9884557 ], [ 120.2562708, 29.9896445 ] ], [ [ 120.2562708, 29.9896445 ], [ 120.255927, 29.9907875 ] ], [ [ 120.255927, 29.9907875 ], [ 120.2558476, 29.9920517 ] ], [ [ 120.2558476, 29.9920517 ], [ 120.2560081, 29.9923886 ] ], [ [ 120.2560081, 29.9923886 ], [ 120.2561107, 29.9925188 ] ], [ [ 120.2561107, 29.9925188 ], [ 120.2561419, 29.9925584 ] ], [ [ 120.2561419, 29.9925584 ], [ 120.2562314, 29.9927762 ] ], [ [ 120.2562314, 29.9927762 ], [ 120.255878, 29.9929661 ] ], [ [ 120.255878, 29.9929661 ], [ 120.255674019651394, 29.99307572461322 ] ], [ [ 120.255674019651394, 29.99307572461322 ], [ 120.2556028, 29.993114 ] ], [ [ 120.2556028, 29.993114 ], [ 120.2554297, 29.99318 ] ], [ [ 120.2554297, 29.99318 ], [ 120.2546422, 29.9941141 ] ], [ [ 120.2546422, 29.9941141 ], [ 120.2540425, 29.9948718 ] ], [ [ 120.2540425, 29.9948718 ], [ 120.2536958, 29.9951817 ] ], [ [ 120.2536958, 29.9951817 ], [ 120.2531267, 29.9956487 ] ], [ [ 120.2531267, 29.9956487 ], [ 120.2527144, 29.9962294 ] ], [ [ 120.2527144, 29.9962294 ], [ 120.252431, 29.9969013 ] ], [ [ 120.252431, 29.9969013 ], [ 120.25242, 29.9977863 ] ], [ [ 120.25242, 29.9977863 ], [ 120.2527099, 29.998777 ] ], [ [ 120.2527099, 29.998777 ], [ 120.2536111, 30.0004806 ] ], [ [ 120.2536111, 30.0004806 ], [ 120.2537742, 30.0007848 ] ], [ [ 120.2537742, 30.0007848 ], [ 120.2544976, 30.0021343 ] ], [ [ 120.2544976, 30.0021343 ], [ 120.2550854, 30.0029311 ] ], [ [ 120.2550854, 30.0029311 ], [ 120.2553772, 30.0033267 ] ], [ [ 120.2553772, 30.0033267 ], [ 120.2559169, 30.003961 ] ], [ [ 120.2559169, 30.003961 ], [ 120.2559693, 30.0040421 ] ], [ [ 120.2559693, 30.0040421 ], [ 120.2564517, 30.0047888 ] ], [ [ 120.2564517, 30.0047888 ], [ 120.2567034, 30.0052834 ] ], [ [ 120.2567034, 30.0052834 ], [ 120.2571011, 30.0060229 ] ], [ [ 120.2571011, 30.0060229 ], [ 120.2571181, 30.0062749 ] ], [ [ 120.2554431, 29.994683 ], [ 120.2566641, 29.9953251 ] ], [ [ 120.2566641, 29.9953251 ], [ 120.256734, 29.9953619 ] ], [ [ 120.256734, 29.9953619 ], [ 120.2570017, 29.9956375 ] ], [ [ 120.2570017, 29.9956375 ], [ 120.2573242, 29.9961742 ] ], [ [ 120.2573242, 29.9961742 ], [ 120.2574408, 29.9963498 ] ], [ [ 120.2574408, 29.9963498 ], [ 120.2574787, 29.996407 ] ], [ [ 120.2574787, 29.996407 ], [ 120.2575976, 29.9965861 ] ], [ [ 120.2421229, 30.0374608 ], [ 120.2426071, 30.0374475 ] ], [ [ 120.2426071, 30.0374475 ], [ 120.2433676, 30.0374569 ] ], [ [ 120.2433676, 30.0374569 ], [ 120.2439024, 30.0374846 ] ], [ [ 120.2439024, 30.0374846 ], [ 120.2439753, 30.0374884 ] ], [ [ 120.2439753, 30.0374884 ], [ 120.2444229, 30.0376018 ] ], [ [ 120.2444229, 30.0376018 ], [ 120.2445989, 30.0376303 ] ], [ [ 120.2445989, 30.0376303 ], [ 120.2449104, 30.0376806 ] ], [ [ 120.2449104, 30.0376806 ], [ 120.2452343, 30.0377814 ] ], [ [ 120.2452343, 30.0377814 ], [ 120.2455836, 30.0379105 ] ], [ [ 120.2455836, 30.0379105 ], [ 120.2459729, 30.0379798 ] ], [ [ 120.2459729, 30.0379798 ], [ 120.2463259, 30.0379987 ] ], [ [ 120.2463259, 30.0379987 ], [ 120.246697, 30.0380932 ] ], [ [ 120.246697, 30.0380932 ], [ 120.2470427, 30.0381877 ] ], [ [ 120.2470427, 30.0381877 ], [ 120.2473556, 30.0382665 ] ], [ [ 120.2473556, 30.0382665 ], [ 120.2477159, 30.0383074 ] ], [ [ 120.2477159, 30.0383074 ], [ 120.2480252, 30.0383263 ] ], [ [ 120.2480252, 30.0383263 ], [ 120.2483636, 30.0383326 ] ], [ [ 120.2483636, 30.0383326 ], [ 120.2488875, 30.0382192 ] ], [ [ 120.2488875, 30.0382192 ], [ 120.2493569, 30.0380932 ] ], [ [ 120.2493569, 30.0380932 ], [ 120.2496125, 30.0380258 ] ], [ [ 120.2496125, 30.0380258 ], [ 120.2499064, 30.0379483 ] ], [ [ 120.2499064, 30.0379483 ], [ 120.2503648, 30.0378097 ] ], [ [ 120.2503648, 30.0378097 ], [ 120.2506887, 30.0377247 ] ], [ [ 120.2506887, 30.0377247 ], [ 120.2509398, 30.0376648 ] ], [ [ 120.2509398, 30.0376648 ], [ 120.2512345, 30.037564 ] ], [ [ 120.2512345, 30.037564 ], [ 120.2514565, 30.0374443 ] ], [ [ 120.2514565, 30.0374443 ], [ 120.2515678, 30.0373648 ] ], [ [ 120.2515678, 30.0373648 ], [ 120.251602, 30.0373404 ] ], [ [ 120.251602, 30.0373404 ], [ 120.2518531, 30.0371797 ] ], [ [ 120.2518531, 30.0371797 ], [ 120.2519804, 30.0370317 ] ], [ [ 120.2519804, 30.0370317 ], [ 120.2521696, 30.0368112 ] ], [ [ 120.2521696, 30.0368112 ], [ 120.2522824, 30.0365875 ] ], [ [ 120.2522824, 30.0365875 ], [ 120.2523297, 30.0363702 ] ], [ [ 120.2523297, 30.0363702 ], [ 120.252508, 30.0361528 ] ], [ [ 120.252508, 30.0361528 ], [ 120.2526026, 30.0360268 ] ], [ [ 120.2526026, 30.0360268 ], [ 120.2527009, 30.035863 ] ], [ [ 120.2527009, 30.035863 ], [ 120.2527336, 30.0357149 ] ], [ [ 120.2527336, 30.0357149 ], [ 120.2527555, 30.0356078 ] ], [ [ 120.2527555, 30.0356078 ], [ 120.2527591, 30.0354787 ] ], [ [ 120.2527591, 30.0354787 ], [ 120.2527512, 30.0354248 ] ], [ [ 120.2527512, 30.0354248 ], [ 120.252799, 30.0352485 ] ], [ [ 120.252799, 30.0352485 ], [ 120.2528415, 30.0351348 ] ], [ [ 120.2528415, 30.0351348 ], [ 120.2528532, 30.0351036 ] ], [ [ 120.2528532, 30.0351036 ], [ 120.2529835, 30.0348067 ] ], [ [ 120.2529835, 30.0348067 ], [ 120.2530665, 30.0346008 ] ], [ [ 120.2530665, 30.0346008 ], [ 120.2531482, 30.034419 ] ], [ [ 120.2531482, 30.034419 ], [ 120.2532622, 30.034165 ] ], [ [ 120.2532622, 30.034165 ], [ 120.2533428, 30.0339856 ] ], [ [ 120.2533428, 30.0339856 ], [ 120.2533771, 30.0335768 ] ], [ [ 120.2533771, 30.0335768 ], [ 120.2533509, 30.0331275 ] ], [ [ 120.2533509, 30.0331275 ], [ 120.2534026, 30.0328899 ] ], [ [ 120.2534026, 30.0328899 ], [ 120.2534367, 30.0327332 ] ], [ [ 120.2534367, 30.0327332 ], [ 120.2535087, 30.0324021 ] ], [ [ 120.2535087, 30.0324021 ], [ 120.2536336, 30.0311055 ] ], [ [ 120.2536336, 30.0311055 ], [ 120.2537417, 30.0301466 ] ], [ [ 120.2537417, 30.0301466 ], [ 120.2537481, 30.0300902 ] ], [ [ 120.2537481, 30.0300902 ], [ 120.2537658, 30.0298279 ] ], [ [ 120.2537658, 30.0298279 ], [ 120.2537783, 30.029643 ] ], [ [ 120.2537783, 30.029643 ], [ 120.253819, 30.0290416 ] ], [ [ 120.253819, 30.0290416 ], [ 120.2538717, 30.0282628 ] ], [ [ 120.2538717, 30.0282628 ], [ 120.2539921, 30.0274333 ] ], [ [ 120.2539921, 30.0274333 ], [ 120.2538218, 30.026631 ] ], [ [ 120.2538218, 30.026631 ], [ 120.2538011, 30.0265693 ] ], [ [ 120.2538011, 30.0265693 ], [ 120.2535037, 30.0256838 ] ], [ [ 120.2535037, 30.0256838 ], [ 120.2532621, 30.0250428 ] ], [ [ 120.2532621, 30.0250428 ], [ 120.2532131, 30.0249662 ] ], [ [ 120.2532131, 30.0249662 ], [ 120.2528915, 30.0244635 ] ], [ [ 120.2528915, 30.0244635 ], [ 120.2527831, 30.0242942 ] ], [ [ 120.2527831, 30.0242942 ], [ 120.2520613, 30.0234085 ] ], [ [ 120.2520613, 30.0234085 ], [ 120.2515948, 30.0228264 ] ], [ [ 120.2515948, 30.0228264 ], [ 120.2512556, 30.0224031 ] ], [ [ 120.2512556, 30.0224031 ], [ 120.2510154, 30.0218505 ] ], [ [ 120.2510154, 30.0218505 ], [ 120.25085, 30.0212843 ] ], [ [ 120.25085, 30.0212843 ], [ 120.2507813, 30.0210491 ] ], [ [ 120.2507813, 30.0210491 ], [ 120.2501215, 30.0194601 ] ], [ [ 120.2501215, 30.0194601 ], [ 120.2499617, 30.019165 ] ], [ [ 120.2499617, 30.019165 ], [ 120.2490462, 30.017912 ] ], [ [ 120.2490462, 30.017912 ], [ 120.2489653, 30.0176135 ] ], [ [ 120.2489653, 30.0176135 ], [ 120.2487408, 30.016636 ] ], [ [ 120.2487408, 30.016636 ], [ 120.2488624, 30.0160932 ] ], [ [ 120.2488624, 30.0160932 ], [ 120.2489468, 30.0157164 ] ], [ [ 120.2489468, 30.0157164 ], [ 120.2491954, 30.0150123 ] ], [ [ 120.2491954, 30.0150123 ], [ 120.2495096, 30.0144014 ] ], [ [ 120.2495096, 30.0144014 ], [ 120.2496724, 30.013752 ] ], [ [ 120.2496724, 30.013752 ], [ 120.2495388, 30.0132455 ] ], [ [ 120.2495388, 30.0132455 ], [ 120.2494951, 30.0130797 ] ], [ [ 120.2494951, 30.0130797 ], [ 120.2490988, 30.0124076 ] ], [ [ 120.2490988, 30.0124076 ], [ 120.2489568, 30.0115548 ] ], [ [ 120.2489568, 30.0115548 ], [ 120.2489331, 30.0108367 ] ], [ [ 120.2489331, 30.0108367 ], [ 120.248914, 30.0102594 ] ], [ [ 120.248914, 30.0102594 ], [ 120.2489292, 30.0099617 ] ], [ [ 120.2489292, 30.0099617 ], [ 120.2490164, 30.0097744 ] ], [ [ 120.2490164, 30.0097744 ], [ 120.2490815, 30.0096346 ] ], [ [ 120.2490815, 30.0096346 ], [ 120.2495974, 30.0091789 ] ], [ [ 120.2495974, 30.0091789 ], [ 120.2500528, 30.0086549 ] ], [ [ 120.2500528, 30.0086549 ], [ 120.2501532, 30.0084818 ] ], [ [ 120.2501532, 30.0084818 ], [ 120.2503347, 30.0081691 ] ], [ [ 120.2503347, 30.0081691 ], [ 120.2507968, 30.0078955 ] ], [ [ 120.2507968, 30.0078955 ], [ 120.2513207, 30.007807 ] ], [ [ 120.2513207, 30.007807 ], [ 120.251642, 30.0077527 ] ], [ [ 120.251642, 30.0077527 ], [ 120.2534521, 30.0077293 ] ], [ [ 120.2534521, 30.0077293 ], [ 120.2537346, 30.0077227 ] ], [ [ 120.2537346, 30.0077227 ], [ 120.2541856, 30.0077121 ] ], [ [ 120.2541856, 30.0077121 ], [ 120.2549816, 30.0075937 ] ], [ [ 120.2549816, 30.0075937 ], [ 120.2556772, 30.0074848 ] ], [ [ 120.2556772, 30.0074848 ], [ 120.2560553, 30.0074536 ] ], [ [ 120.2560553, 30.0074536 ], [ 120.2566109, 30.0071359 ] ], [ [ 120.2566109, 30.0071359 ], [ 120.2569762, 30.0067871 ] ], [ [ 120.2569762, 30.0067871 ], [ 120.2570141, 30.0066947 ] ], [ [ 120.2570141, 30.0066947 ], [ 120.2571277, 30.0064177 ] ], [ [ 120.2571277, 30.0064177 ], [ 120.2571181, 30.0062749 ] ], [ [ 120.2474125, 30.0427522 ], [ 120.2472257, 30.042836 ] ], [ [ 120.2540464, 30.0435293 ], [ 120.2530778, 30.0438531 ] ], [ [ 120.2530778, 30.0438531 ], [ 120.2522451, 30.0441314 ] ], [ [ 120.2522451, 30.0441314 ], [ 120.2520721, 30.0441476 ] ], [ [ 120.2520721, 30.0441476 ], [ 120.251339, 30.0442158 ] ], [ [ 120.251339, 30.0442158 ], [ 120.2510032, 30.0441266 ] ], [ [ 120.2510032, 30.0441266 ], [ 120.2508868, 30.0440957 ] ], [ [ 120.2508868, 30.0440957 ], [ 120.2497949, 30.0438057 ] ], [ [ 120.2497949, 30.0438057 ], [ 120.2495251, 30.0437614 ] ], [ [ 120.2495251, 30.0437614 ], [ 120.2491466, 30.0436992 ] ], [ [ 120.2491466, 30.0436992 ], [ 120.2487736, 30.043638 ] ], [ [ 120.2487736, 30.043638 ], [ 120.2482755, 30.0436276 ] ], [ [ 120.2482755, 30.0436276 ], [ 120.2481247, 30.0436244 ] ], [ [ 120.2481247, 30.0436244 ], [ 120.247524, 30.0431526 ] ], [ [ 120.247524, 30.0431526 ], [ 120.2472257, 30.042836 ] ], [ [ 120.2612232, 30.0514052 ], [ 120.2614599, 30.051906 ] ], [ [ 120.2614599, 30.051906 ], [ 120.2629023, 30.0549572 ] ], [ [ 120.2629023, 30.0549572 ], [ 120.262972, 30.0551755 ] ], [ [ 120.262972, 30.0551755 ], [ 120.2629988, 30.0553333 ] ], [ [ 120.2629988, 30.0553333 ], [ 120.262972, 30.0554819 ] ], [ [ 120.262972, 30.0554819 ], [ 120.2628862, 30.0556537 ] ], [ [ 120.2628862, 30.0556537 ], [ 120.2628057, 30.0557326 ] ], [ [ 120.2628057, 30.0557326 ], [ 120.262693, 30.0557744 ] ], [ [ 120.262693, 30.0557744 ], [ 120.2605205, 30.0558023 ] ], [ [ 120.2605205, 30.0558023 ], [ 120.2591741, 30.0558129 ] ], [ [ 120.2537311, 30.0537275 ], [ 120.2568742, 30.0537195 ] ], [ [ 120.2568742, 30.0537195 ], [ 120.257016, 30.0536982 ] ], [ [ 120.257016, 30.0536982 ], [ 120.2577758, 30.0534025 ] ], [ [ 120.2577758, 30.0534025 ], [ 120.2579326, 30.0533415 ] ], [ [ 120.2537311, 30.0537275 ], [ 120.2535408, 30.053728 ] ], [ [ 120.300626781694376, 29.933490187887223 ], [ 120.3016301, 29.9334197 ] ], [ [ 120.3016301, 29.9334197 ], [ 120.3025122, 29.9334845 ] ], [ [ 120.3025122, 29.9334845 ], [ 120.3027658, 29.933449 ] ], [ [ 120.3027658, 29.933449 ], [ 120.3032536, 29.9331563 ] ], [ [ 120.3032536, 29.9331563 ], [ 120.3035535, 29.9330143 ] ], [ [ 120.3035535, 29.9330143 ], [ 120.3043093, 29.9330717 ] ], [ [ 120.3043093, 29.9330717 ], [ 120.3071559, 29.9319643 ] ], [ [ 120.3071559, 29.9319643 ], [ 120.3077863, 29.931719 ] ], [ [ 120.298912577909519, 29.933926945282671 ], [ 120.2990169, 29.9340342 ] ], [ [ 120.2990169, 29.9340342 ], [ 120.2991172, 29.934313 ] ], [ [ 120.2991172, 29.934313 ], [ 120.2991009, 29.9346466 ] ], [ [ 120.2991009, 29.9346466 ], [ 120.2991469, 29.9351366 ] ], [ [ 120.2991469, 29.9351366 ], [ 120.2993655, 29.9353129 ] ], [ [ 120.2993655, 29.9353129 ], [ 120.2995033, 29.935424 ] ], [ [ 120.2995033, 29.935424 ], [ 120.3000548, 29.9358445 ] ], [ [ 120.3000548, 29.9358445 ], [ 120.3001564, 29.9361713 ] ], [ [ 120.2993655, 29.9353129 ], [ 120.2983312, 29.9366745 ] ], [ [ 120.2983312, 29.9366745 ], [ 120.2966195, 29.9389279 ] ], [ [ 120.2966195, 29.9389279 ], [ 120.2987602, 29.9399055 ] ], [ [ 120.3017901, 29.9413282 ], [ 120.3034392, 29.9385718 ] ], [ [ 120.3034392, 29.9385718 ], [ 120.304352, 29.9370461 ] ], [ [ 120.304352, 29.9370461 ], [ 120.3056969, 29.934798 ] ], [ [ 120.2988786, 29.9399794 ], [ 120.2991829, 29.9401203 ] ], [ [ 120.2991829, 29.9401203 ], [ 120.300655, 29.9408023 ] ], [ [ 120.300655, 29.9408023 ], [ 120.3017901, 29.9413282 ] ], [ [ 120.3036653, 29.942197 ], [ 120.3017901, 29.9413282 ] ], [ [ 120.2859226, 29.9514924 ], [ 120.285981573087199, 29.950918061474692 ] ], [ [ 120.285981573087199, 29.950918061474692 ], [ 120.286018, 29.9505633 ] ], [ [ 120.286018, 29.9505633 ], [ 120.2863181, 29.9491344 ] ], [ [ 120.2863181, 29.9491344 ], [ 120.2865376, 29.9480888 ] ], [ [ 120.2865376, 29.9480888 ], [ 120.2873714, 29.946033 ] ], [ [ 120.2873714, 29.946033 ], [ 120.2873808, 29.945166 ] ], [ [ 120.2873808, 29.945166 ], [ 120.2874688, 29.9444196 ] ], [ [ 120.2874688, 29.9444196 ], [ 120.2876816, 29.9439197 ] ], [ [ 120.2876816, 29.9439197 ], [ 120.288112, 29.94297 ] ], [ [ 120.288112, 29.94297 ], [ 120.2884296, 29.9423546 ] ], [ [ 120.2884296, 29.9423546 ], [ 120.2888932, 29.9421835 ] ], [ [ 120.2888932, 29.9421835 ], [ 120.2894032, 29.9418328 ] ], [ [ 120.2894032, 29.9418328 ], [ 120.2903792, 29.941039 ] ], [ [ 120.2903792, 29.941039 ], [ 120.2912303, 29.9404591 ] ], [ [ 120.2912303, 29.9404591 ], [ 120.292676, 29.9398171 ] ], [ [ 120.292676, 29.9398171 ], [ 120.2938676, 29.9391259 ] ], [ [ 120.2938676, 29.9391259 ], [ 120.2948588, 29.9384007 ] ], [ [ 120.2948588, 29.9384007 ], [ 120.2951758, 29.9381397 ] ], [ [ 120.2951758, 29.9381397 ], [ 120.2955508, 29.937831 ] ], [ [ 120.2955508, 29.937831 ], [ 120.2961943, 29.9376383 ] ], [ [ 120.2961943, 29.9376383 ], [ 120.2965688, 29.9372248 ] ], [ [ 120.2965688, 29.9372248 ], [ 120.2969174, 29.9363566 ] ], [ [ 120.2969174, 29.9363566 ], [ 120.2973466, 29.935039 ] ], [ [ 120.2973466, 29.935039 ], [ 120.2976173, 29.9344777 ] ], [ [ 120.2976173, 29.9344777 ], [ 120.297678508540599, 29.934241370515032 ] ], [ [ 120.2911586, 29.9505282 ], [ 120.2915008, 29.9505043 ] ], [ [ 120.2915008, 29.9505043 ], [ 120.2916558, 29.9504935 ] ], [ [ 120.2916558, 29.9504935 ], [ 120.2916885, 29.9504912 ] ], [ [ 120.2916885, 29.9504912 ], [ 120.2922759, 29.9504877 ] ], [ [ 120.2922759, 29.9504877 ], [ 120.2925414, 29.9504861 ] ], [ [ 120.2925414, 29.9504861 ], [ 120.2928827, 29.950484 ] ], [ [ 120.2928827, 29.950484 ], [ 120.2929504, 29.9504836 ] ], [ [ 120.2929504, 29.9504836 ], [ 120.2969777, 29.9504593 ] ], [ [ 120.2969777, 29.9504593 ], [ 120.2994614, 29.9504444 ] ], [ [ 120.2994614, 29.9504444 ], [ 120.2997701, 29.9504426 ] ], [ [ 120.2997701, 29.9504426 ], [ 120.3000626, 29.9504408 ] ], [ [ 120.3000626, 29.9504408 ], [ 120.300137, 29.9504433 ] ], [ [ 120.300137, 29.9504433 ], [ 120.3002074, 29.9504456 ] ], [ [ 120.3002074, 29.9504456 ], [ 120.3003988, 29.950452 ] ], [ [ 120.2911586, 29.9505282 ], [ 120.2909901, 29.9505749 ] ], [ [ 120.3044996, 29.9429852 ], [ 120.3044788, 29.942962 ] ], [ [ 120.3044788, 29.942962 ], [ 120.3040343, 29.9424654 ] ], [ [ 120.3040343, 29.9424654 ], [ 120.3036653, 29.942197 ] ], [ [ 120.3017901, 29.9413282 ], [ 120.3001055, 29.9441128 ] ], [ [ 120.3001055, 29.9441128 ], [ 120.2972732, 29.9427922 ] ], [ [ 120.3036653, 29.942197 ], [ 120.3035948, 29.9429201 ] ], [ [ 120.3035948, 29.9429201 ], [ 120.3035891, 29.9429783 ] ], [ [ 120.3035891, 29.9429783 ], [ 120.3033317, 29.9456171 ] ], [ [ 120.2996731, 29.9447579 ], [ 120.3001055, 29.9441128 ] ], [ [ 120.3033317, 29.9456171 ], [ 120.301359, 29.9446973 ] ], [ [ 120.301359, 29.9446973 ], [ 120.3012995, 29.9446696 ] ], [ [ 120.3012995, 29.9446696 ], [ 120.3001055, 29.9441128 ] ], [ [ 120.3051939, 29.9464854 ], [ 120.3033317, 29.9456171 ] ], [ [ 120.3032358, 29.9469676 ], [ 120.3033317, 29.9456171 ] ], [ [ 120.3017733, 29.9459352 ], [ 120.3023777, 29.9459922 ] ], [ [ 120.3023777, 29.9459922 ], [ 120.3032358, 29.9469676 ] ], [ [ 120.3032358, 29.9469676 ], [ 120.3033165, 29.9474554 ] ], [ [ 120.3033165, 29.9474554 ], [ 120.3032778, 29.9478573 ] ], [ [ 120.3032778, 29.9478573 ], [ 120.3037018, 29.9496013 ] ], [ [ 120.3037018, 29.9496013 ], [ 120.3036381, 29.9497607 ] ], [ [ 120.3045465, 29.9430376 ], [ 120.3068302, 29.9455882 ] ], [ [ 120.3068302, 29.9455882 ], [ 120.3072252, 29.946184 ] ], [ [ 120.3072252, 29.946184 ], [ 120.3072486, 29.9467357 ] ], [ [ 120.3072486, 29.9467357 ], [ 120.3072588, 29.9469746 ] ], [ [ 120.3072588, 29.9469746 ], [ 120.3072129, 29.9471935 ] ], [ [ 120.3072129, 29.9471935 ], [ 120.3071406, 29.9475381 ] ], [ [ 120.3071406, 29.9475381 ], [ 120.3067195, 29.9482696 ] ], [ [ 120.3067195, 29.9482696 ], [ 120.3060113, 29.9488511 ] ], [ [ 120.3060113, 29.9488511 ], [ 120.3054301, 29.9492863 ] ], [ [ 120.3054301, 29.9492863 ], [ 120.3049981, 29.9494955 ] ], [ [ 120.3049981, 29.9494955 ], [ 120.3045413, 29.9495969 ] ], [ [ 120.3049748, 29.9510974 ], [ 120.3047019, 29.9504474 ] ], [ [ 120.3047019, 29.9504474 ], [ 120.3045413, 29.9495969 ] ], [ [ 120.3040514, 29.9512955 ], [ 120.3043868, 29.9512235 ] ], [ [ 120.3043868, 29.9512235 ], [ 120.3049748, 29.9510974 ] ], [ [ 120.3049748, 29.9510974 ], [ 120.3051393, 29.9514894 ] ], [ [ 120.3051393, 29.9514894 ], [ 120.3056628, 29.9523196 ] ], [ [ 120.3056628, 29.9523196 ], [ 120.3058587, 29.9526302 ] ], [ [ 120.3058587, 29.9526302 ], [ 120.3059206, 29.9527244 ] ], [ [ 120.3059206, 29.9527244 ], [ 120.306449, 29.9535282 ] ], [ [ 120.306449, 29.9535282 ], [ 120.3070852, 29.953723 ] ], [ [ 120.3070852, 29.953723 ], [ 120.3079804, 29.9538137 ] ], [ [ 120.3079804, 29.9538137 ], [ 120.3087944, 29.9538463 ] ], [ [ 120.3087944, 29.9538463 ], [ 120.3094034, 29.953928 ] ], [ [ 120.3094034, 29.953928 ], [ 120.3098709, 29.954176 ] ], [ [ 120.3098709, 29.954176 ], [ 120.3103402, 29.9547895 ] ], [ [ 120.3103402, 29.9547895 ], [ 120.3109316, 29.955205 ] ], [ [ 120.3109316, 29.955205 ], [ 120.3114447, 29.9556856 ] ], [ [ 120.3114447, 29.9556856 ], [ 120.3118731, 29.9560579 ] ], [ [ 120.3118731, 29.9560579 ], [ 120.3124487, 29.9568212 ] ], [ [ 120.3124487, 29.9568212 ], [ 120.3125175, 29.9570295 ] ], [ [ 120.3125175, 29.9570295 ], [ 120.3126335, 29.9572499 ] ], [ [ 120.3126335, 29.9572499 ], [ 120.3124572, 29.957281 ] ], [ [ 120.3124572, 29.957281 ], [ 120.3123945, 29.9570342 ] ], [ [ 120.3123945, 29.9570342 ], [ 120.312354, 29.9568747 ] ], [ [ 120.312354, 29.9568747 ], [ 120.3118239, 29.9562136 ] ], [ [ 120.3118239, 29.9562136 ], [ 120.3114961, 29.9558299 ] ], [ [ 120.3114961, 29.9558299 ], [ 120.3109277, 29.9553634 ] ], [ [ 120.3109277, 29.9553634 ], [ 120.3103795, 29.9550056 ] ], [ [ 120.3103795, 29.9550056 ], [ 120.3101672, 29.9547848 ] ], [ [ 120.3101672, 29.9547848 ], [ 120.3099465, 29.954427 ] ], [ [ 120.3099465, 29.954427 ], [ 120.3096398, 29.9541701 ] ], [ [ 120.3096398, 29.9541701 ], [ 120.309326, 29.9540438 ] ], [ [ 120.309326, 29.9540438 ], [ 120.3088886, 29.9539416 ] ], [ [ 120.3088886, 29.9539416 ], [ 120.3083932, 29.9538948 ] ], [ [ 120.3083932, 29.9538948 ], [ 120.3079552, 29.9538965 ] ], [ [ 120.3079552, 29.9538965 ], [ 120.3074928, 29.9539156 ] ], [ [ 120.3074928, 29.9539156 ], [ 120.3072262, 29.9538733 ] ], [ [ 120.3072262, 29.9538733 ], [ 120.3066905, 29.9537519 ] ], [ [ 120.3066905, 29.9537519 ], [ 120.3063161, 29.953721 ] ], [ [ 120.3063161, 29.953721 ], [ 120.3059492, 29.9537877 ] ], [ [ 120.3059492, 29.9537877 ], [ 120.305616, 29.9537747 ] ], [ [ 120.305616, 29.9537747 ], [ 120.3050619, 29.953648 ] ], [ [ 120.3050619, 29.953648 ], [ 120.3046684, 29.9535864 ] ], [ [ 120.3045413, 29.9495969 ], [ 120.3036381, 29.9497607 ] ], [ [ 120.3036381, 29.9497607 ], [ 120.3009757, 29.9502435 ] ], [ [ 120.3009757, 29.9502435 ], [ 120.3006976, 29.950344 ] ], [ [ 120.3006976, 29.950344 ], [ 120.3003988, 29.950452 ] ], [ [ 120.3036381, 29.9497607 ], [ 120.3040514, 29.9512955 ] ], [ [ 120.3003988, 29.950452 ], [ 120.3004319, 29.9505367 ] ], [ [ 120.3004319, 29.9505367 ], [ 120.3003955, 29.9506171 ] ], [ [ 120.3003955, 29.9506171 ], [ 120.3003708, 29.9506716 ] ], [ [ 120.3003708, 29.9506716 ], [ 120.3003395, 29.9507407 ] ], [ [ 120.3003395, 29.9507407 ], [ 120.3004695, 29.950779 ] ], [ [ 120.3004695, 29.950779 ], [ 120.3006982, 29.9508771 ] ], [ [ 120.3006982, 29.9508771 ], [ 120.300795, 29.9509186 ] ], [ [ 120.300795, 29.9509186 ], [ 120.3014446, 29.9512863 ] ], [ [ 120.3014446, 29.9512863 ], [ 120.3023409, 29.9520172 ] ], [ [ 120.3023409, 29.9520172 ], [ 120.3029839, 29.9526777 ] ], [ [ 120.3029839, 29.9526777 ], [ 120.3033945, 29.9530995 ] ], [ [ 120.3033945, 29.9530995 ], [ 120.3037615, 29.9534115 ] ], [ [ 120.3037615, 29.9534115 ], [ 120.3043807, 29.9535414 ] ], [ [ 120.3043807, 29.9535414 ], [ 120.3046684, 29.9535864 ] ], [ [ 120.2909658, 29.9510026 ], [ 120.2911245, 29.950988 ] ], [ [ 120.2911245, 29.950988 ], [ 120.2913689, 29.9509654 ] ], [ [ 120.2913689, 29.9509654 ], [ 120.2934787, 29.9507128 ] ], [ [ 120.2934787, 29.9507128 ], [ 120.2963894, 29.9507246 ] ], [ [ 120.2963894, 29.9507246 ], [ 120.2969817, 29.950727 ] ], [ [ 120.2969817, 29.950727 ], [ 120.3002781, 29.9507405 ] ], [ [ 120.3002781, 29.9507405 ], [ 120.3003395, 29.9507407 ] ], [ [ 120.2859226, 29.9514924 ], [ 120.2863502, 29.9513784 ] ], [ [ 120.2863502, 29.9513784 ], [ 120.2868529, 29.9513293 ] ], [ [ 120.2868529, 29.9513293 ], [ 120.2868829, 29.9513267 ] ], [ [ 120.2868829, 29.9513267 ], [ 120.2869505, 29.9513211 ] ], [ [ 120.2869505, 29.9513211 ], [ 120.2875204, 29.9512731 ] ], [ [ 120.2875204, 29.9512731 ], [ 120.2880005, 29.9512142 ] ], [ [ 120.2880005, 29.9512142 ], [ 120.2882284, 29.9511976 ] ], [ [ 120.2882284, 29.9511976 ], [ 120.2883518, 29.9511744 ] ], [ [ 120.2883518, 29.9511744 ], [ 120.2899741, 29.9510506 ] ], [ [ 120.2899741, 29.9510506 ], [ 120.2908265, 29.9510074 ] ], [ [ 120.2860494, 30.0801889 ], [ 120.2864516, 30.0788899 ] ], [ [ 120.2864516, 30.0788899 ], [ 120.2868055, 30.077963 ] ], [ [ 120.2868055, 30.077963 ], [ 120.2870033, 30.0778039 ] ], [ [ 120.2870033, 30.0778039 ], [ 120.2870723, 30.0777484 ] ], [ [ 120.2870723, 30.0777484 ], [ 120.2872577, 30.0775993 ] ], [ [ 120.2872577, 30.0775993 ], [ 120.2886184, 30.0767252 ] ], [ [ 120.2886184, 30.0767252 ], [ 120.2890313, 30.0764599 ] ], [ [ 120.2890313, 30.0764599 ], [ 120.2898824, 30.0775694 ] ], [ [ 120.2898824, 30.0775694 ], [ 120.2900659, 30.0778086 ] ], [ [ 120.2900659, 30.0778086 ], [ 120.2905227, 30.0790875 ] ], [ [ 120.2905227, 30.0790875 ], [ 120.2899315, 30.0794247 ] ], [ [ 120.2899315, 30.0794247 ], [ 120.2898562, 30.0803653 ] ], [ [ 120.2898562, 30.0803653 ], [ 120.2898402, 30.0805654 ] ], [ [ 120.3040514, 29.9512955 ], [ 120.3043916, 29.9525588 ] ], [ [ 120.3043916, 29.9525588 ], [ 120.3045752, 29.9532405 ] ], [ [ 120.3045752, 29.9532405 ], [ 120.3045907, 29.9532977 ] ], [ [ 120.3045907, 29.9532977 ], [ 120.3046684, 29.9535864 ] ], [ [ 120.3012734, 30.0095558 ], [ 120.3015184, 30.0090444 ] ], [ [ 120.3015184, 30.0090444 ], [ 120.3014192, 30.0086074 ] ], [ [ 120.3014192, 30.0086074 ], [ 120.3010883, 30.0071502 ] ], [ [ 120.3010883, 30.0071502 ], [ 120.3009118, 30.0063726 ] ], [ [ 120.3009118, 30.0063726 ], [ 120.300773, 30.0060713 ] ], [ [ 120.300773, 30.0060713 ], [ 120.3006791, 30.0060136 ] ], [ [ 120.3006791, 30.0060136 ], [ 120.300009, 30.0056012 ] ], [ [ 120.300009, 30.0056012 ], [ 120.2997381, 30.0054345 ] ], [ [ 120.2997381, 30.0054345 ], [ 120.2996191, 30.0052309 ] ], [ [ 120.2996191, 30.0052309 ], [ 120.2995756, 30.0052221 ] ], [ [ 120.2995756, 30.0052221 ], [ 120.2993492, 30.0051762 ] ], [ [ 120.2993492, 30.0051762 ], [ 120.2990515, 30.0052686 ] ], [ [ 120.2990515, 30.0052686 ], [ 120.2969912, 30.0059079 ] ], [ [ 120.2969912, 30.0059079 ], [ 120.2969025, 30.0059354 ] ], [ [ 120.2969025, 30.0059354 ], [ 120.2953094, 30.0064297 ] ], [ [ 120.3005026, 30.0867578 ], [ 120.3004472, 30.0854196 ] ], [ [ 120.3004472, 30.0854196 ], [ 120.3004432, 30.085274 ] ], [ [ 120.3004432, 30.085274 ], [ 120.3004338, 30.0850866 ] ], [ [ 120.3004338, 30.0850866 ], [ 120.3004005, 30.0839664 ] ], [ [ 120.3004005, 30.0839664 ], [ 120.3004594, 30.0838375 ] ], [ [ 120.311761, 29.9558099 ], [ 120.3121155, 29.9562634 ] ], [ [ 120.3121155, 29.9562634 ], [ 120.3124716, 29.9567005 ] ], [ [ 120.3124716, 29.9567005 ], [ 120.3126517, 29.9570819 ] ], [ [ 120.3126517, 29.9570819 ], [ 120.3127063, 29.9571975 ] ], [ [ 120.3127063, 29.9571975 ], [ 120.3126335, 29.9572499 ] ], [ [ 120.3126335, 29.9572499 ], [ 120.3127549, 29.9574804 ] ], [ [ 120.3127549, 29.9574804 ], [ 120.3132526, 29.9574879 ] ], [ [ 120.3132526, 29.9574879 ], [ 120.3140401, 29.95737 ] ], [ [ 120.3140401, 29.95737 ], [ 120.3148659, 29.9572038 ] ], [ [ 120.3148659, 29.9572038 ], [ 120.3152734, 29.9574351 ] ], [ [ 120.3152734, 29.9574351 ], [ 120.3155961, 29.9581407 ] ], [ [ 120.3155961, 29.9581407 ], [ 120.3161244, 29.9590216 ] ], [ [ 120.3161244, 29.9590216 ], [ 120.3164231, 29.9595033 ] ], [ [ 120.3164231, 29.9595033 ], [ 120.3165062, 29.9601671 ] ], [ [ 120.3165062, 29.9601671 ], [ 120.3162728, 29.9607265 ] ], [ [ 120.3162728, 29.9607265 ], [ 120.3163373, 29.9613795 ] ], [ [ 120.3163373, 29.9613795 ], [ 120.3164303, 29.9626714 ] ], [ [ 120.3164303, 29.9626714 ], [ 120.3165163, 29.9640223 ] ], [ [ 120.3165163, 29.9640223 ], [ 120.3168786, 29.9643497 ] ], [ [ 120.3168786, 29.9643497 ], [ 120.3171304, 29.964521 ] ], [ [ 120.3171304, 29.964521 ], [ 120.3174609, 29.9646527 ] ], [ [ 120.3095026, 30.0718701 ], [ 120.3099055, 30.0721938 ] ], [ [ 120.3099055, 30.0721938 ], [ 120.3100637, 30.0723806 ] ], [ [ 120.3100637, 30.0723806 ], [ 120.3101788, 30.0727043 ] ], [ [ 120.3101788, 30.0727043 ], [ 120.310222, 30.0732273 ] ], [ [ 120.310222, 30.0732273 ], [ 120.3103803, 30.0736506 ] ], [ [ 120.3103803, 30.0736506 ], [ 120.3105385, 30.0740739 ] ], [ [ 120.3105385, 30.0740739 ], [ 120.3106536, 30.0746964 ] ], [ [ 120.3106536, 30.0746964 ], [ 120.3107975, 30.0751945 ] ], [ [ 120.3107975, 30.0751945 ], [ 120.3108407, 30.0756302 ] ], [ [ 120.3108407, 30.0756302 ], [ 120.3106392, 30.0763523 ] ], [ [ 120.3106392, 30.0763523 ], [ 120.3105961, 30.0766636 ] ], [ [ 120.3105961, 30.0766636 ], [ 120.3106258, 30.0768126 ] ], [ [ 120.3106258, 30.0768126 ], [ 120.310668, 30.0770247 ] ], [ [ 120.310668, 30.0770247 ], [ 120.3107399, 30.0772737 ] ], [ [ 120.3107399, 30.0772737 ], [ 120.3107399, 30.0776223 ] ], [ [ 120.3107399, 30.0776223 ], [ 120.3106392, 30.078058 ] ], [ [ 120.3106392, 30.078058 ], [ 120.3101788, 30.0795147 ] ], [ [ 120.3101788, 30.0795147 ], [ 120.3099291, 30.0805736 ] ], [ [ 120.3099291, 30.0805736 ], [ 120.3097472, 30.0813448 ] ], [ [ 120.3097472, 30.0813448 ], [ 120.3097274, 30.0814521 ] ], [ [ 120.3097274, 30.0814521 ], [ 120.309517, 30.0825898 ] ], [ [ 120.309517, 30.0825898 ], [ 120.309517, 30.0828585 ] ], [ [ 120.309517, 30.0828585 ], [ 120.309517, 30.0829757 ] ], [ [ 120.309517, 30.0829757 ], [ 120.3095252, 30.0831598 ] ], [ [ 120.26098, 29.9498307 ], [ 120.2642688, 29.949395 ] ], [ [ 120.2642688, 29.949395 ], [ 120.2645334, 29.9493706 ] ], [ [ 120.2645334, 29.9493706 ], [ 120.264653, 29.9493983 ] ], [ [ 120.264653, 29.9493983 ], [ 120.2663728, 29.9497964 ] ], [ [ 120.2663728, 29.9497964 ], [ 120.2668411, 29.9499056 ] ], [ [ 120.2668411, 29.9499056 ], [ 120.2669402, 29.9499233 ] ], [ [ 120.2669402, 29.9499233 ], [ 120.2670316, 29.9499397 ] ], [ [ 120.2670316, 29.9499397 ], [ 120.2671544, 29.9499617 ] ], [ [ 120.2671544, 29.9499617 ], [ 120.2675872, 29.9500532 ] ], [ [ 120.2675872, 29.9500532 ], [ 120.2683363, 29.9499484 ] ], [ [ 120.2683363, 29.9499484 ], [ 120.2686923, 29.9497162 ] ], [ [ 120.2686923, 29.9497162 ], [ 120.2696817, 29.9489883 ] ], [ [ 120.2696817, 29.9489883 ], [ 120.2710854, 29.9480139 ] ], [ [ 120.2710854, 29.9480139 ], [ 120.2716547, 29.9479405 ] ], [ [ 120.2716547, 29.9479405 ], [ 120.2717914, 29.9479629 ] ], [ [ 120.2717914, 29.9479629 ], [ 120.2747674, 29.9484501 ] ], [ [ 120.2747674, 29.9484501 ], [ 120.2750368, 29.9484943 ] ], [ [ 120.2750368, 29.9484943 ], [ 120.2772041, 29.9488491 ] ], [ [ 120.2772041, 29.9488491 ], [ 120.2788415, 29.9491172 ] ], [ [ 120.2788415, 29.9491172 ], [ 120.2792172, 29.9492479 ] ], [ [ 120.2792172, 29.9492479 ], [ 120.2794399, 29.9494112 ] ], [ [ 120.2794399, 29.9494112 ], [ 120.2797923, 29.9496696 ] ], [ [ 120.2797923, 29.9496696 ], [ 120.2801124, 29.9499099 ] ], [ [ 120.2801124, 29.9499099 ], [ 120.2804453, 29.9501253 ] ], [ [ 120.2804453, 29.9501253 ], [ 120.2807667, 29.9502624 ] ], [ [ 120.2807667, 29.9502624 ], [ 120.285981573087199, 29.950918061474692 ] ], [ [ 120.285981573087199, 29.950918061474692 ], [ 120.2864241, 29.9509737 ] ], [ [ 120.2864241, 29.9509737 ], [ 120.2872301, 29.9509639 ] ], [ [ 120.2872301, 29.9509639 ], [ 120.2880005, 29.9508563 ] ], [ [ 120.2880005, 29.9508563 ], [ 120.2880721, 29.9508463 ] ], [ [ 120.2880721, 29.9508463 ], [ 120.2899548, 29.9507272 ] ], [ [ 120.2899548, 29.9507272 ], [ 120.2902507, 29.9506709 ] ], [ [ 120.2902507, 29.9506709 ], [ 120.2909901, 29.9505749 ] ], [ [ 120.2750019, 29.9662403 ], [ 120.2750292, 29.9661335 ] ], [ [ 120.2679538, 30.0271533 ], [ 120.2698085, 30.0273704 ] ], [ [ 120.2698085, 30.0273704 ], [ 120.2717609, 30.0275685 ] ], [ [ 120.2717609, 30.0275685 ], [ 120.2734814, 30.0277726 ] ], [ [ 120.2734814, 30.0277726 ], [ 120.2737604, 30.0278329 ] ], [ [ 120.2737604, 30.0278329 ], [ 120.2738355, 30.0278417 ] ], [ [ 120.2738355, 30.0278417 ], [ 120.2738412, 30.0278424 ] ], [ [ 120.2722883, 30.029513 ], [ 120.2725104, 30.0294914 ] ], [ [ 120.2610724, 29.9835715 ], [ 120.2621097, 29.9839023 ] ], [ [ 120.2621097, 29.9839023 ], [ 120.2640763, 29.9845931 ] ], [ [ 120.2640763, 29.9845931 ], [ 120.2647688, 29.9847558 ] ], [ [ 120.2647688, 29.9847558 ], [ 120.2662415, 29.9846523 ] ], [ [ 120.2662415, 29.9846523 ], [ 120.2672603, 29.9843493 ] ], [ [ 120.2672603, 29.9843493 ], [ 120.2683449, 29.9839541 ] ], [ [ 120.2683449, 29.9839541 ], [ 120.2689723, 29.9836379 ] ], [ [ 120.2689723, 29.9836379 ], [ 120.2694041, 29.9835759 ] ], [ [ 120.2694041, 29.9835759 ], [ 120.2697711, 29.9833005 ] ], [ [ 120.2697711, 29.9833005 ], [ 120.2698997, 29.9831969 ] ], [ [ 120.2698997, 29.9831969 ], [ 120.270397, 29.9827963 ] ], [ [ 120.270397, 29.9827963 ], [ 120.2712625, 29.9822859 ] ], [ [ 120.2712625, 29.9822859 ], [ 120.2726889, 29.9816936 ] ], [ [ 120.2726889, 29.9816936 ], [ 120.2743183, 29.9813253 ] ], [ [ 120.2743183, 29.9813253 ], [ 120.2755968, 29.9811004 ] ], [ [ 120.2755968, 29.9811004 ], [ 120.2760589, 29.9808097 ] ], [ [ 120.2760589, 29.9808097 ], [ 120.2761801, 29.9806557 ] ], [ [ 120.2761801, 29.9806557 ], [ 120.2765983, 29.9801246 ] ], [ [ 120.2765983, 29.9801246 ], [ 120.2767983, 29.9795896 ] ], [ [ 120.2767983, 29.9795896 ], [ 120.2769016, 29.9787391 ] ], [ [ 120.2769016, 29.9787391 ], [ 120.2766584, 29.9779451 ] ], [ [ 120.2766584, 29.9779451 ], [ 120.2765717, 29.9776622 ] ], [ [ 120.2765717, 29.9776622 ], [ 120.2764774, 29.9771054 ] ], [ [ 120.2764774, 29.9771054 ], [ 120.2764249, 29.9767958 ] ], [ [ 120.2764249, 29.9767958 ], [ 120.2761334, 29.9761613 ] ], [ [ 120.2761334, 29.9761613 ], [ 120.2761116, 29.9760717 ] ], [ [ 120.2761116, 29.9760717 ], [ 120.2756362, 29.9741196 ] ], [ [ 120.2756362, 29.9741196 ], [ 120.2754932, 29.9725788 ] ], [ [ 120.2754932, 29.9725788 ], [ 120.2753648, 29.9716757 ] ], [ [ 120.2753648, 29.9716757 ], [ 120.2753908, 29.9713348 ] ], [ [ 120.2753908, 29.9713348 ], [ 120.2755045, 29.9709877 ] ], [ [ 120.2755045, 29.9709877 ], [ 120.2755086, 29.9708655 ] ], [ [ 120.2755086, 29.9708655 ], [ 120.2754435, 29.9704811 ] ], [ [ 120.2754435, 29.9704811 ], [ 120.2753365, 29.9698278 ] ], [ [ 120.2753365, 29.9698278 ], [ 120.275248, 29.9692188 ] ], [ [ 120.275248, 29.9692188 ], [ 120.2752998, 29.9676509 ] ], [ [ 120.2752998, 29.9676509 ], [ 120.2752055, 29.9673545 ] ], [ [ 120.2752055, 29.9673545 ], [ 120.2749627, 29.9670507 ] ], [ [ 120.2749627, 29.9670507 ], [ 120.274905, 29.9666461 ] ], [ [ 120.274905, 29.9666461 ], [ 120.2749838, 29.9663112 ] ], [ [ 120.2749838, 29.9663112 ], [ 120.2750019, 29.9662403 ] ], [ [ 120.2691194, 30.0189757 ], [ 120.2681502, 30.0188743 ] ], [ [ 120.2681502, 30.0188743 ], [ 120.2660284, 30.0186522 ] ], [ [ 120.2660284, 30.0186522 ], [ 120.2642442, 30.0184654 ] ], [ [ 120.2642442, 30.0184654 ], [ 120.2637031, 30.0184088 ] ], [ [ 120.2637031, 30.0184088 ], [ 120.2637224, 30.0179142 ] ], [ [ 120.2637224, 30.0179142 ], [ 120.2637835, 30.0174965 ] ], [ [ 120.2637835, 30.0174965 ], [ 120.2634516, 30.0160223 ] ], [ [ 120.2861234, 29.9619685 ], [ 120.2858724, 29.9616657 ] ], [ [ 120.2858724, 29.9616657 ], [ 120.2855179, 29.9611267 ] ], [ [ 120.2855179, 29.9611267 ], [ 120.2855598, 29.9604755 ] ], [ [ 120.2855598, 29.9604755 ], [ 120.2853016, 29.959909 ] ], [ [ 120.2853016, 29.959909 ], [ 120.2847345, 29.9591767 ] ], [ [ 120.2847345, 29.9591767 ], [ 120.284442, 29.9589646 ] ], [ [ 120.284442, 29.9589646 ], [ 120.2842848, 29.9588506 ] ], [ [ 120.2842848, 29.9588506 ], [ 120.2839376, 29.9585987 ] ], [ [ 120.2839376, 29.9585987 ], [ 120.283624, 29.9581692 ] ], [ [ 120.283624, 29.9581692 ], [ 120.2834935, 29.9579906 ] ], [ [ 120.2834935, 29.9579906 ], [ 120.2829906, 29.9574275 ] ], [ [ 120.2829906, 29.9574275 ], [ 120.2826859, 29.9569914 ] ], [ [ 120.2826859, 29.9569914 ], [ 120.282447, 29.956749 ] ], [ [ 120.282447, 29.956749 ], [ 120.2824501, 29.9563148 ] ], [ [ 120.2824501, 29.9563148 ], [ 120.2827078, 29.956005 ] ], [ [ 120.2827078, 29.956005 ], [ 120.2833223, 29.9557281 ] ], [ [ 120.2833223, 29.9557281 ], [ 120.283798, 29.9553689 ] ], [ [ 120.283798, 29.9553689 ], [ 120.2845514, 29.9547999 ] ], [ [ 120.2845514, 29.9547999 ], [ 120.2850428, 29.9547234 ] ], [ [ 120.2850428, 29.9547234 ], [ 120.2855963, 29.9540646 ] ], [ [ 120.2855963, 29.9540646 ], [ 120.2857184, 29.9533634 ] ], [ [ 120.2857184, 29.9533634 ], [ 120.2857477, 29.9531954 ] ], [ [ 120.2857477, 29.9531954 ], [ 120.2857846, 29.9528359 ] ], [ [ 120.2857846, 29.9528359 ], [ 120.2859226, 29.9514924 ] ], [ [ 120.2879421, 30.0518387 ], [ 120.2877123, 30.0518983 ] ], [ [ 120.2877123, 30.0518983 ], [ 120.2873044, 30.0523468 ] ], [ [ 120.2873044, 30.0523468 ], [ 120.2864979, 30.0530024 ] ], [ [ 120.2864979, 30.0530024 ], [ 120.28629, 30.0530251 ] ], [ [ 120.28629, 30.0530251 ], [ 120.2857544, 30.0531537 ] ], [ [ 120.2857544, 30.0531537 ], [ 120.2854458, 30.0535169 ] ], [ [ 120.2854458, 30.0535169 ], [ 120.2849184, 30.0540295 ] ], [ [ 120.2849184, 30.0540295 ], [ 120.2848164, 30.0541475 ] ], [ [ 120.2848164, 30.0541475 ], [ 120.2845298, 30.0544789 ] ], [ [ 120.2845298, 30.0544789 ], [ 120.284267, 30.055074 ] ], [ [ 120.284267, 30.055074 ], [ 120.2838733, 30.0558939 ] ], [ [ 120.2838733, 30.0558939 ], [ 120.2838003, 30.056046 ] ], [ [ 120.2838003, 30.056046 ], [ 120.2834264, 30.0566272 ] ], [ [ 120.2834264, 30.0566272 ], [ 120.2831547, 30.0570496 ] ], [ [ 120.2831547, 30.0570496 ], [ 120.283135, 30.0571571 ] ], [ [ 120.283135, 30.0571571 ], [ 120.2829861, 30.0579731 ] ], [ [ 120.2829861, 30.0579731 ], [ 120.2827903, 30.0581703 ] ], [ [ 120.2827903, 30.0581703 ], [ 120.2825777, 30.0586109 ] ], [ [ 120.2825777, 30.0586109 ], [ 120.2822978, 30.0589917 ] ], [ [ 120.2822978, 30.0589917 ], [ 120.2821177, 30.0592367 ] ], [ [ 120.2821177, 30.0592367 ], [ 120.2815603, 30.0598823 ] ], [ [ 120.2815603, 30.0598823 ], [ 120.2814772, 30.0599625 ] ], [ [ 120.282257, 30.0602518 ], [ 120.2820734, 30.0601837 ] ], [ [ 120.2820734, 30.0601837 ], [ 120.2818265, 30.060092 ] ], [ [ 120.2818265, 30.060092 ], [ 120.2814772, 30.0599625 ] ], [ [ 120.2750292, 29.9661335 ], [ 120.274938, 29.965678 ] ], [ [ 120.274938, 29.965678 ], [ 120.2747747, 29.965219 ] ], [ [ 120.2747747, 29.965219 ], [ 120.2746392, 29.9650717 ] ], [ [ 120.2746392, 29.9650717 ], [ 120.2745459, 29.9649702 ] ], [ [ 120.2745459, 29.9649702 ], [ 120.2742385, 29.9648007 ] ], [ [ 120.2742385, 29.9648007 ], [ 120.2738499, 29.9647395 ] ], [ [ 120.2738499, 29.9647395 ], [ 120.2736954, 29.9646219 ] ], [ [ 120.2736954, 29.9646219 ], [ 120.2736341, 29.9644428 ] ], [ [ 120.2736341, 29.9644428 ], [ 120.2736568, 29.9642517 ] ], [ [ 120.2736568, 29.9642517 ], [ 120.2737153, 29.9639031 ] ], [ [ 120.2737153, 29.9639031 ], [ 120.2738107, 29.9637356 ] ], [ [ 120.2738107, 29.9637356 ], [ 120.2740688, 29.9636022 ] ], [ [ 120.2740688, 29.9636022 ], [ 120.2750488, 29.9634271 ] ], [ [ 120.2750488, 29.9634271 ], [ 120.2752307, 29.9633946 ] ], [ [ 120.2752307, 29.9633946 ], [ 120.2754337, 29.9633583 ] ], [ [ 120.2754337, 29.9633583 ], [ 120.2763945, 29.9631867 ] ], [ [ 120.2763945, 29.9631867 ], [ 120.2768725, 29.9631322 ] ], [ [ 120.2768725, 29.9631322 ], [ 120.2798298, 29.9625939 ] ], [ [ 120.2798298, 29.9625939 ], [ 120.2803516, 29.9625425 ] ], [ [ 120.2803516, 29.9625425 ], [ 120.2806894, 29.9626532 ] ], [ [ 120.2806894, 29.9626532 ], [ 120.2814362, 29.9630809 ] ], [ [ 120.2814362, 29.9630809 ], [ 120.2819392, 29.9633527 ] ], [ [ 120.2819392, 29.9633527 ], [ 120.2830946, 29.9635789 ] ], [ [ 120.2830946, 29.9635789 ], [ 120.2838957, 29.9636952 ] ], [ [ 120.2838957, 29.9636952 ], [ 120.2849107, 29.9634109 ] ], [ [ 120.2849107, 29.9634109 ], [ 120.2854177, 29.9629923 ] ], [ [ 120.2854177, 29.9629923 ], [ 120.2859047, 29.9626684 ] ], [ [ 120.2859047, 29.9626684 ], [ 120.2864197, 29.9623259 ] ], [ [ 120.2814772, 30.0599625 ], [ 120.28137, 30.0600659 ] ], [ [ 120.28137, 30.0600659 ], [ 120.2812463, 30.0601852 ] ], [ [ 120.2812463, 30.0601852 ], [ 120.281203, 30.0602543 ] ], [ [ 120.281203, 30.0602543 ], [ 120.2809026, 30.0607332 ] ], [ [ 120.2809026, 30.0607332 ], [ 120.2807887, 30.0609147 ] ], [ [ 120.2807887, 30.0609147 ], [ 120.2807207, 30.0610231 ] ], [ [ 120.2807207, 30.0610231 ], [ 120.2798581, 30.0617807 ] ], [ [ 120.2798581, 30.0617807 ], [ 120.2797975, 30.0618229 ] ], [ [ 120.2797975, 30.0618229 ], [ 120.2794165, 30.0620882 ] ], [ [ 120.2794165, 30.0620882 ], [ 120.2789685, 30.0624002 ] ], [ [ 120.2789685, 30.0624002 ], [ 120.2788399, 30.0624897 ] ], [ [ 120.2788399, 30.0624897 ], [ 120.2773684, 30.0637654 ] ], [ [ 120.2773684, 30.0637654 ], [ 120.2771635, 30.063943 ] ], [ [ 120.2771635, 30.063943 ], [ 120.2766087, 30.0645367 ] ], [ [ 120.2766087, 30.0645367 ], [ 120.2764182, 30.0647405 ] ], [ [ 120.2851065, 30.063243 ], [ 120.2848234, 30.0634368 ] ], [ [ 120.2848234, 30.0634368 ], [ 120.2843856, 30.0637364 ] ], [ [ 120.2843856, 30.0637364 ], [ 120.2843366, 30.0637699 ] ], [ [ 120.2843366, 30.0637699 ], [ 120.2836924, 30.0641105 ] ], [ [ 120.2836924, 30.0641105 ], [ 120.2832194, 30.0643605 ] ], [ [ 120.2832194, 30.0643605 ], [ 120.2825965, 30.0650352 ] ], [ [ 120.2825965, 30.0650352 ], [ 120.2822496, 30.0652626 ] ], [ [ 120.2822496, 30.0652626 ], [ 120.2819862, 30.0654353 ] ], [ [ 120.2819862, 30.0654353 ], [ 120.2815581, 30.0652796 ] ], [ [ 120.2815581, 30.0652796 ], [ 120.2805535, 30.0655414 ] ], [ [ 120.2805535, 30.0655414 ], [ 120.2793436, 30.0659513 ] ], [ [ 120.2793436, 30.0659513 ], [ 120.2782049, 30.0663811 ] ], [ [ 120.2764182, 30.0647405 ], [ 120.2766302, 30.0652191 ] ], [ [ 120.2766302, 30.0652191 ], [ 120.277285, 30.0660266 ] ], [ [ 120.277285, 30.0660266 ], [ 120.2777194, 30.0665644 ] ], [ [ 120.2677091, 30.0290174 ], [ 120.2695361, 30.0292151 ] ], [ [ 120.2695361, 30.0292151 ], [ 120.2722883, 30.029513 ] ], [ [ 120.2696116, 30.0324688 ], [ 120.2693705, 30.032437 ] ], [ [ 120.2693705, 30.032437 ], [ 120.2672864, 30.032162 ] ], [ [ 120.2698891, 30.0324599 ], [ 120.2696116, 30.0324688 ] ], [ [ 120.2697675, 30.0591868 ], [ 120.2694575, 30.0595794 ] ], [ [ 120.2694575, 30.0595794 ], [ 120.2686813, 30.0598724 ] ], [ [ 120.2686813, 30.0598724 ], [ 120.2680638, 30.059985 ] ], [ [ 120.2680638, 30.059985 ], [ 120.2679104, 30.0601679 ] ], [ [ 120.2679104, 30.0601679 ], [ 120.2671487, 30.0610759 ] ], [ [ 120.2671487, 30.0610759 ], [ 120.2664834, 30.0615112 ] ], [ [ 120.2664834, 30.0615112 ], [ 120.2664058, 30.061562 ] ], [ [ 120.2664058, 30.061562 ], [ 120.265262, 30.0618398 ] ], [ [ 120.265262, 30.0618398 ], [ 120.2643146, 30.0620795 ] ], [ [ 120.2643146, 30.0620795 ], [ 120.2632949, 30.0623374 ] ], [ [ 120.2772562, 30.0300028 ], [ 120.2742024, 30.0296926 ] ], [ [ 120.2742024, 30.0296926 ], [ 120.2739259, 30.0296645 ] ], [ [ 120.2739259, 30.0296645 ], [ 120.2737247, 30.0296399 ] ], [ [ 120.2737247, 30.0296399 ], [ 120.2725104, 30.0294914 ] ], [ [ 120.2698891, 30.0324599 ], [ 120.2704491, 30.0325261 ] ], [ [ 120.2704491, 30.0325261 ], [ 120.2707312, 30.0325594 ] ], [ [ 120.2707312, 30.0325594 ], [ 120.2728724, 30.0328125 ] ], [ [ 120.2728724, 30.0328125 ], [ 120.2730237, 30.03285 ] ], [ [ 120.2730237, 30.03285 ], [ 120.2731141, 30.0328724 ] ], [ [ 120.2731141, 30.0328724 ], [ 120.2734387, 30.032953 ] ], [ [ 120.2764182, 30.0647405 ], [ 120.2749499, 30.065047 ] ], [ [ 120.2749499, 30.065047 ], [ 120.27332, 30.0652293 ] ], [ [ 120.27332, 30.0652293 ], [ 120.2723374, 30.0655213 ] ], [ [ 120.2723374, 30.0655213 ], [ 120.2719978, 30.0655948 ] ], [ [ 120.2719978, 30.0655948 ], [ 120.27187, 30.0656225 ] ], [ [ 120.27187, 30.0656225 ], [ 120.2717172, 30.0656556 ] ], [ [ 120.2717172, 30.0656556 ], [ 120.271688, 30.0656619 ] ], [ [ 120.271688, 30.0656619 ], [ 120.2715352, 30.065695 ] ], [ [ 120.2715352, 30.065695 ], [ 120.2704946, 30.0659204 ] ], [ [ 120.2704946, 30.0659204 ], [ 120.268571, 30.0663369 ] ], [ [ 120.268571, 30.0663369 ], [ 120.26823, 30.0663271 ] ], [ [ 120.2777194, 30.0665644 ], [ 120.2782049, 30.0663811 ] ], [ [ 120.2819942, 30.0661933 ], [ 120.2812559, 30.0667394 ] ], [ [ 120.2812559, 30.0667394 ], [ 120.2809046, 30.0669743 ] ], [ [ 120.2809046, 30.0669743 ], [ 120.2802604, 30.0672279 ] ], [ [ 120.2802604, 30.0672279 ], [ 120.2798907, 30.0675172 ] ], [ [ 120.2798907, 30.0675172 ], [ 120.2795441, 30.067984 ] ], [ [ 120.2795441, 30.067984 ], [ 120.2795149, 30.0680123 ] ], [ [ 120.2758126, 30.0677583 ], [ 120.2777194, 30.0665644 ] ], [ [ 120.2782049, 30.0663811 ], [ 120.2794712, 30.0679649 ] ], [ [ 120.2794712, 30.0679649 ], [ 120.2795149, 30.0680123 ] ], [ [ 120.2758126, 30.0677583 ], [ 120.2764154, 30.0684644 ] ], [ [ 120.2764154, 30.0684644 ], [ 120.2764162, 30.0685807 ] ], [ [ 120.2764162, 30.0685807 ], [ 120.2764191, 30.0689803 ] ], [ [ 120.2764191, 30.0689803 ], [ 120.2768892, 30.0690484 ] ], [ [ 120.2768892, 30.0690484 ], [ 120.2775335, 30.0690065 ] ], [ [ 120.2775335, 30.0690065 ], [ 120.2776765, 30.0689972 ] ], [ [ 120.2776765, 30.0689972 ], [ 120.2785956, 30.0693362 ] ], [ [ 120.267429, 30.0683733 ], [ 120.267575, 30.0685107 ] ], [ [ 120.267575, 30.0685107 ], [ 120.2676822, 30.0686115 ] ], [ [ 120.2676822, 30.0686115 ], [ 120.2677322, 30.069049 ] ], [ [ 120.2677322, 30.069049 ], [ 120.2677988, 30.0701557 ] ], [ [ 120.270812, 30.0696495 ], [ 120.2705489, 30.0698423 ] ], [ [ 120.2705489, 30.0698423 ], [ 120.2698186, 30.0699255 ] ], [ [ 120.2698186, 30.0699255 ], [ 120.2691452, 30.0700023 ] ], [ [ 120.2691452, 30.0700023 ], [ 120.2688227, 30.070039 ] ], [ [ 120.2688227, 30.070039 ], [ 120.2677988, 30.0701557 ] ], [ [ 120.2677988, 30.0701557 ], [ 120.2675549, 30.0714303 ] ], [ [ 120.2675549, 30.0714303 ], [ 120.2674862, 30.0716057 ] ], [ [ 120.2674862, 30.0716057 ], [ 120.2670625, 30.0715322 ] ], [ [ 120.2670625, 30.0715322 ], [ 120.2671346, 30.0709641 ] ], [ [ 120.2671346, 30.0709641 ], [ 120.2672813, 30.0702285 ] ], [ [ 120.2649952, 30.0744701 ], [ 120.2649173, 30.0754622 ] ], [ [ 120.2649173, 30.0754622 ], [ 120.2648952, 30.0757444 ] ], [ [ 120.2648952, 30.0757444 ], [ 120.2637462, 30.075633 ] ], [ [ 120.2637462, 30.075633 ], [ 120.263549, 30.0756139 ] ], [ [ 120.263549, 30.0756139 ], [ 120.2634301, 30.0759352 ] ], [ [ 120.2758126, 30.0677583 ], [ 120.2748016, 30.0683914 ] ], [ [ 120.2748016, 30.0683914 ], [ 120.2747352, 30.0684652 ] ], [ [ 120.2747352, 30.0684652 ], [ 120.2746895, 30.0685159 ] ], [ [ 120.2746895, 30.0685159 ], [ 120.2745986, 30.0686167 ] ], [ [ 120.2745986, 30.0686167 ], [ 120.2745828, 30.0686343 ] ], [ [ 120.2745828, 30.0686343 ], [ 120.2744919, 30.0687351 ] ], [ [ 120.2744919, 30.0687351 ], [ 120.2743123, 30.0689344 ] ], [ [ 120.2743123, 30.0689344 ], [ 120.2740888, 30.0691824 ] ], [ [ 120.2740888, 30.0691824 ], [ 120.2731236, 30.0701462 ] ], [ [ 120.2731236, 30.0701462 ], [ 120.2721396, 30.0709967 ] ], [ [ 120.273884, 30.0725456 ], [ 120.2756807, 30.0709134 ] ], [ [ 120.2699744, 30.0762619 ], [ 120.2700259, 30.0757543 ] ], [ [ 120.2700259, 30.0757543 ], [ 120.2701385, 30.075048 ] ], [ [ 120.2701385, 30.075048 ], [ 120.2703703, 30.0741239 ] ], [ [ 120.2703703, 30.0741239 ], [ 120.270384, 30.0740695 ] ], [ [ 120.270384, 30.0740695 ], [ 120.2704942, 30.0736305 ] ], [ [ 120.2704942, 30.0736305 ], [ 120.2708075, 30.0723822 ] ], [ [ 120.2708075, 30.0723822 ], [ 120.2713277, 30.0720655 ] ], [ [ 120.2713277, 30.0720655 ], [ 120.2717582, 30.0716315 ] ], [ [ 120.2717582, 30.0716315 ], [ 120.2719816, 30.0711881 ] ], [ [ 120.2719816, 30.0711881 ], [ 120.2721396, 30.0709967 ] ], [ [ 120.2734254, 30.0768516 ], [ 120.27326, 30.0781975 ] ], [ [ 120.2658526, 30.0774998 ], [ 120.2648434, 30.0773546 ] ], [ [ 120.2658526, 30.0774998 ], [ 120.2659643, 30.0775071 ] ], [ [ 120.2665053, 30.0775583 ], [ 120.2659643, 30.0775071 ] ], [ [ 120.2665053, 30.0775583 ], [ 120.2697815, 30.0778683 ] ], [ [ 120.2648434, 30.0773546 ], [ 120.2647927, 30.0780112 ] ], [ [ 120.2647927, 30.0780112 ], [ 120.264786, 30.0780975 ] ], [ [ 120.2664725, 30.0803402 ], [ 120.2663294, 30.0793662 ] ], [ [ 120.2663294, 30.0793662 ], [ 120.2664277, 30.0780691 ] ], [ [ 120.2664277, 30.0780691 ], [ 120.2665053, 30.0775583 ] ], [ [ 120.2591741, 30.0558129 ], [ 120.2578582, 30.0558232 ] ], [ [ 120.2578582, 30.0558232 ], [ 120.2560393, 30.0558375 ] ], [ [ 120.2560393, 30.0558375 ], [ 120.2551936, 30.0558441 ] ], [ [ 120.2551936, 30.0558441 ], [ 120.2539672, 30.0558671 ] ], [ [ 120.2552758, 30.0593346 ], [ 120.2566451, 30.0593744 ] ], [ [ 120.2566451, 30.0593744 ], [ 120.2576373, 30.0592631 ] ], [ [ 120.2576373, 30.0592631 ], [ 120.2586478, 30.0589609 ] ], [ [ 120.2586478, 30.0589609 ], [ 120.2603389, 30.0584947 ] ], [ [ 120.2492747, 30.052516 ], [ 120.2491432, 30.0508836 ] ], [ [ 120.2491432, 30.0508836 ], [ 120.2491407, 30.0498709 ] ], [ [ 120.2491407, 30.0498709 ], [ 120.2493365, 30.0495808 ] ], [ [ 120.2493365, 30.0495808 ], [ 120.2495677, 30.0495736 ] ], [ [ 120.2495677, 30.0495736 ], [ 120.2497192, 30.0495689 ] ], [ [ 120.2497192, 30.0495689 ], [ 120.2499774, 30.0494584 ] ], [ [ 120.2499774, 30.0494584 ], [ 120.2500453, 30.0494293 ] ], [ [ 120.2492747, 30.052516 ], [ 120.2487621, 30.0525108 ] ], [ [ 120.2487621, 30.0525108 ], [ 120.2483948, 30.052507 ] ], [ [ 120.2483948, 30.052507 ], [ 120.2463779, 30.0524864 ] ], [ [ 120.2463779, 30.0524864 ], [ 120.2459165, 30.0524771 ] ], [ [ 120.2459165, 30.0524771 ], [ 120.2442932, 30.0524769 ] ], [ [ 120.2492747, 30.052516 ], [ 120.249603, 30.0525194 ] ], [ [ 120.249603, 30.0525194 ], [ 120.2496399, 30.0526208 ] ], [ [ 120.2496399, 30.0526208 ], [ 120.2497016, 30.0535222 ] ], [ [ 120.2497016, 30.0535222 ], [ 120.2497817, 30.0536342 ] ], [ [ 120.2497817, 30.0536342 ], [ 120.2498741, 30.0537035 ] ], [ [ 120.2498741, 30.0537035 ], [ 120.2499912, 30.0537355 ] ], [ [ 120.2499912, 30.0537355 ], [ 120.2505889, 30.0537355 ] ], [ [ 120.2505889, 30.0537355 ], [ 120.2523794, 30.053731 ] ], [ [ 120.2523794, 30.053731 ], [ 120.2534024, 30.0537284 ] ], [ [ 120.2534024, 30.0537284 ], [ 120.2535408, 30.053728 ] ], [ [ 120.2583631, 30.0618283 ], [ 120.2612824, 30.0603428 ] ], [ [ 120.262562, 30.0622072 ], [ 120.2628276, 30.0622152 ] ], [ [ 120.2628276, 30.0622152 ], [ 120.263126, 30.0622242 ] ], [ [ 120.263126, 30.0622242 ], [ 120.2632949, 30.0623374 ] ], [ [ 120.2510692, 30.0588988 ], [ 120.2540237, 30.0592136 ] ], [ [ 120.2540237, 30.0592136 ], [ 120.2551157, 30.05933 ] ], [ [ 120.2551157, 30.05933 ], [ 120.2552758, 30.0593346 ] ], [ [ 120.2557299, 30.0663529 ], [ 120.2554394, 30.0663318 ] ], [ [ 120.2554394, 30.0663318 ], [ 120.2535102, 30.0662717 ] ], [ [ 120.2552251, 30.0665559 ], [ 120.2535102, 30.0662717 ] ], [ [ 120.2621186, 30.0637395 ], [ 120.2624722, 30.0634242 ] ], [ [ 120.2624722, 30.0634242 ], [ 120.2628014, 30.0627565 ] ], [ [ 120.2628014, 30.0627565 ], [ 120.2629973, 30.062587 ] ], [ [ 120.2581307, 30.0617972 ], [ 120.2596538, 30.0654628 ] ], [ [ 120.2621186, 30.0637395 ], [ 120.2619904, 30.0637817 ] ], [ [ 120.2619904, 30.0637817 ], [ 120.2618662, 30.0639869 ] ], [ [ 120.2629973, 30.062587 ], [ 120.2632949, 30.0623374 ] ], [ [ 120.2618662, 30.0639869 ], [ 120.2625446, 30.0642632 ] ], [ [ 120.2625446, 30.0642632 ], [ 120.2637433, 30.0649044 ] ], [ [ 120.2637433, 30.0649044 ], [ 120.2645707, 30.0653209 ] ], [ [ 120.2645707, 30.0653209 ], [ 120.265475, 30.0659473 ] ], [ [ 120.265475, 30.0659473 ], [ 120.2660181, 30.0664826 ] ], [ [ 120.2660181, 30.0664826 ], [ 120.2665379, 30.0671191 ] ], [ [ 120.2665379, 30.0671191 ], [ 120.2668865, 30.0678249 ] ], [ [ 120.2668865, 30.0678249 ], [ 120.2671062, 30.068458 ] ], [ [ 120.2662912, 30.0662966 ], [ 120.2665819, 30.066211 ] ], [ [ 120.2665819, 30.066211 ], [ 120.2666271, 30.0661977 ] ], [ [ 120.2666271, 30.0661977 ], [ 120.266701, 30.0662037 ] ], [ [ 120.266701, 30.0662037 ], [ 120.2680885, 30.0663157 ] ], [ [ 120.2680885, 30.0663157 ], [ 120.26823, 30.0663271 ] ], [ [ 120.254534, 30.0628676 ], [ 120.2545863, 30.0634275 ] ], [ [ 120.2545863, 30.0634275 ], [ 120.2552686, 30.0639195 ] ], [ [ 120.2552686, 30.0639195 ], [ 120.2558481, 30.0645267 ] ], [ [ 120.2558481, 30.0645267 ], [ 120.2562943, 30.0652363 ] ], [ [ 120.2562943, 30.0652363 ], [ 120.2571018, 30.0658594 ] ], [ [ 120.2571018, 30.0658594 ], [ 120.2577413, 30.0661457 ] ], [ [ 120.2577413, 30.0661457 ], [ 120.2579682, 30.066169 ] ], [ [ 120.2579682, 30.066169 ], [ 120.2583259, 30.0662056 ] ], [ [ 120.2583259, 30.0662056 ], [ 120.2590019, 30.0658828 ] ], [ [ 120.2590019, 30.0658828 ], [ 120.259554, 30.0655539 ] ], [ [ 120.259554, 30.0655539 ], [ 120.2596538, 30.0654628 ] ], [ [ 120.260946, 30.0655064 ], [ 120.2618662, 30.0639869 ] ], [ [ 120.2596538, 30.0654628 ], [ 120.2600943, 30.066523 ] ], [ [ 120.2600943, 30.066523 ], [ 120.2606705, 30.0659615 ] ], [ [ 120.2606705, 30.0659615 ], [ 120.260946, 30.0655064 ] ], [ [ 120.2557299, 30.0663529 ], [ 120.2562311, 30.0663894 ] ], [ [ 120.2562311, 30.0663894 ], [ 120.2565368, 30.0664117 ] ], [ [ 120.2565368, 30.0664117 ], [ 120.2568175, 30.0664321 ] ], [ [ 120.2568175, 30.0664321 ], [ 120.2582007, 30.0665409 ] ], [ [ 120.2582007, 30.0665409 ], [ 120.2600085, 30.0665955 ] ], [ [ 120.2600943, 30.066523 ], [ 120.2600085, 30.0665955 ] ], [ [ 120.2605775, 30.0676859 ], [ 120.2600943, 30.066523 ] ], [ [ 120.260946, 30.0655064 ], [ 120.2620605, 30.0664193 ] ], [ [ 120.2620605, 30.0664193 ], [ 120.2628584, 30.0672225 ] ], [ [ 120.2628584, 30.0672225 ], [ 120.2638286, 30.0695209 ] ], [ [ 120.258963, 30.0682825 ], [ 120.2605775, 30.0676859 ] ], [ [ 120.2611408, 30.0690416 ], [ 120.2605775, 30.0676859 ] ], [ [ 120.2479691, 30.0659334 ], [ 120.2481361, 30.0659337 ] ], [ [ 120.2481361, 30.0659337 ], [ 120.2489126, 30.0659602 ], [ 120.2489287, 30.0660856 ], [ 120.2481516, 30.0660818 ] ], [ [ 120.2481516, 30.0660818 ], [ 120.2479817, 30.0660811 ] ], [ [ 120.2697815, 30.0778683 ], [ 120.27326, 30.0781975 ] ], [ [ 120.27326, 30.0781975 ], [ 120.2757798, 30.078436 ] ], [ [ 120.2728501, 30.0810877 ], [ 120.27326, 30.0781975 ] ], [ [ 120.2700295, 30.0813501 ], [ 120.2701163, 30.0813139 ] ], [ [ 120.2701163, 30.0813139 ], [ 120.2704991, 30.0812752 ] ], [ [ 120.2704991, 30.0812752 ], [ 120.2723425, 30.0811468 ] ], [ [ 120.2723425, 30.0811468 ], [ 120.2724381, 30.0811365 ] ], [ [ 120.2724381, 30.0811365 ], [ 120.2726, 30.081119 ] ], [ [ 120.2726, 30.081119 ], [ 120.2728501, 30.0810877 ] ], [ [ 120.2700295, 30.0813501 ], [ 120.2701175, 30.0816586 ] ], [ [ 120.2701175, 30.0816586 ], [ 120.2702418, 30.0820948 ] ], [ [ 120.2702418, 30.0820948 ], [ 120.2703693, 30.082542 ] ], [ [ 120.2703693, 30.082542 ], [ 120.2704414, 30.082795 ] ], [ [ 120.2704414, 30.082795 ], [ 120.2705555, 30.083195 ] ], [ [ 120.2705555, 30.083195 ], [ 120.2707478, 30.0838694 ] ], [ [ 120.2707478, 30.0838694 ], [ 120.270951, 30.0845819 ] ], [ [ 120.270951, 30.0845819 ], [ 120.2709767, 30.084672 ] ], [ [ 120.2697815, 30.0778683 ], [ 120.2696956, 30.0784941 ] ], [ [ 120.2696956, 30.0784941 ], [ 120.2694517, 30.0802723 ] ], [ [ 120.2694517, 30.0802723 ], [ 120.2700295, 30.0813501 ] ], [ [ 120.2666836, 30.0827095 ], [ 120.2682547, 30.0820851 ] ], [ [ 120.2682547, 30.0820851 ], [ 120.2685016, 30.081987 ] ], [ [ 120.2685016, 30.081987 ], [ 120.2692938, 30.0816568 ] ], [ [ 120.2692938, 30.0816568 ], [ 120.269495, 30.0815729 ] ], [ [ 120.269495, 30.0815729 ], [ 120.2700295, 30.0813501 ] ], [ [ 120.2665611, 30.0827591 ], [ 120.2666836, 30.0827095 ] ], [ [ 120.2785956, 30.0693362 ], [ 120.2787743, 30.068729 ] ], [ [ 120.2787743, 30.068729 ], [ 120.2795149, 30.0680123 ] ], [ [ 120.2785956, 30.0693362 ], [ 120.2785553, 30.0694731 ] ], [ [ 120.2785553, 30.0694731 ], [ 120.278911, 30.0695119 ] ], [ [ 120.278911, 30.0695119 ], [ 120.2789837, 30.0695356 ] ], [ [ 120.2789837, 30.0695356 ], [ 120.2795513, 30.0697201 ] ], [ [ 120.2795513, 30.0697201 ], [ 120.2799925, 30.0699438 ] ], [ [ 120.2799925, 30.0699438 ], [ 120.28024, 30.0697507 ] ], [ [ 120.28024, 30.0697507 ], [ 120.2805796, 30.0696481 ] ], [ [ 120.2805796, 30.0696481 ], [ 120.2806863, 30.0696065 ] ], [ [ 120.2806863, 30.0696065 ], [ 120.2808466, 30.069544 ] ], [ [ 120.2808466, 30.069544 ], [ 120.2809852, 30.069279 ] ], [ [ 120.2809852, 30.069279 ], [ 120.2809549, 30.0692126 ] ], [ [ 120.2809549, 30.0692126 ], [ 120.2805759, 30.0690539 ] ], [ [ 120.2805759, 30.0690539 ], [ 120.2802163, 30.0688283 ] ], [ [ 120.2802163, 30.0688283 ], [ 120.2799128, 30.0685365 ] ], [ [ 120.2799128, 30.0685365 ], [ 120.279669, 30.0682998 ] ], [ [ 120.279669, 30.0682998 ], [ 120.2795149, 30.0680123 ] ], [ [ 120.2824618, 30.0792327 ], [ 120.2822176, 30.0791456 ] ], [ [ 120.2822176, 30.0791456 ], [ 120.2815162, 30.0788805 ] ], [ [ 120.2815162, 30.0788805 ], [ 120.2811527, 30.0787591 ] ], [ [ 120.2811527, 30.0787591 ], [ 120.2806431, 30.0786733 ] ], [ [ 120.2806431, 30.0786733 ], [ 120.2804457, 30.0786678 ] ], [ [ 120.2804457, 30.0786678 ], [ 120.2790632, 30.078629 ] ], [ [ 120.2790632, 30.078629 ], [ 120.2782399, 30.0786059 ] ], [ [ 120.2782399, 30.0786059 ], [ 120.2780696, 30.078599 ] ], [ [ 120.2780696, 30.078599 ], [ 120.2778979, 30.078592 ] ], [ [ 120.2778979, 30.078592 ], [ 120.2775518, 30.0785757 ] ], [ [ 120.2775518, 30.0785757 ], [ 120.277454, 30.0785735 ] ], [ [ 120.277454, 30.0785735 ], [ 120.2763034, 30.0785991 ] ], [ [ 120.2763034, 30.0785991 ], [ 120.2761102, 30.0786942 ] ], [ [ 120.2761102, 30.0786942 ], [ 120.2759439, 30.0788265 ] ], [ [ 120.2759439, 30.0788265 ], [ 120.2757911, 30.0790145 ] ], [ [ 120.2757911, 30.0790145 ], [ 120.2756569, 30.0793163 ] ], [ [ 120.2756569, 30.0793163 ], [ 120.2755129, 30.0797844 ] ], [ [ 120.2755129, 30.0797844 ], [ 120.2753573, 30.0800722 ] ], [ [ 120.2753573, 30.0800722 ], [ 120.2751991, 30.0803298 ] ], [ [ 120.2751991, 30.0803298 ], [ 120.2748067, 30.0807042 ] ], [ [ 120.2748067, 30.0807042 ], [ 120.2745042, 30.0808717 ] ], [ [ 120.2745042, 30.0808717 ], [ 120.2741875, 30.0809902 ] ], [ [ 120.2741875, 30.0809902 ], [ 120.2739714, 30.0810136 ] ], [ [ 120.2739714, 30.0810136 ], [ 120.2738277, 30.0810197 ] ], [ [ 120.2738277, 30.0810197 ], [ 120.2731705, 30.0810477 ] ], [ [ 120.2731705, 30.0810477 ], [ 120.2729471, 30.0810756 ] ], [ [ 120.2729471, 30.0810756 ], [ 120.2728501, 30.0810877 ] ], [ [ 120.2758103, 30.103351 ], [ 120.2758874, 30.1031737 ] ], [ [ 120.2758874, 30.1031737 ], [ 120.2760822, 30.1023646 ] ], [ [ 120.2760822, 30.1023646 ], [ 120.2764329, 30.1015808 ] ], [ [ 120.2764329, 30.1015808 ], [ 120.2767198, 30.1010395 ] ], [ [ 120.2767198, 30.1010395 ], [ 120.2770791, 30.1003617 ] ], [ [ 120.2770791, 30.1003617 ], [ 120.2771343, 30.1002576 ] ], [ [ 120.2771343, 30.1002576 ], [ 120.2774753, 30.0999542 ] ], [ [ 120.2774753, 30.0999542 ], [ 120.27843, 30.0989344 ] ], [ [ 120.27843, 30.0989344 ], [ 120.2788002, 30.098513 ] ], [ [ 120.2788002, 30.098513 ], [ 120.2785372, 30.0982939 ] ], [ [ 120.2785372, 30.0982939 ], [ 120.2787039, 30.0975618 ] ], [ [ 120.2787039, 30.0975618 ], [ 120.2787905, 30.0971813 ] ], [ [ 120.2787905, 30.0971813 ], [ 120.278693, 30.0969959 ] ], [ [ 120.278693, 30.0969959 ], [ 120.2751049, 30.096815 ] ], [ [ 120.2751049, 30.096815 ], [ 120.273923, 30.0967554 ] ], [ [ 120.273923, 30.0967554 ], [ 120.2737936, 30.0967489 ] ], [ [ 120.2744496, 30.0862657 ], [ 120.2743171, 30.0859682 ] ], [ [ 120.2743171, 30.0859682 ], [ 120.2736967, 30.0858779 ] ], [ [ 120.2736967, 30.0858779 ], [ 120.2731907, 30.0858274 ] ], [ [ 120.2731907, 30.0858274 ], [ 120.272576, 30.0858751 ] ], [ [ 120.272576, 30.0858751 ], [ 120.2717487, 30.0858982 ] ], [ [ 120.2717487, 30.0858982 ], [ 120.271238, 30.0858694 ] ], [ [ 120.271238, 30.0858694 ], [ 120.2711641, 30.0858653 ] ], [ [ 120.2711641, 30.0858653 ], [ 120.2711201, 30.0854617 ] ], [ [ 120.2711201, 30.0854617 ], [ 120.2709767, 30.084672 ] ], [ [ 120.2710293, 30.0878074 ], [ 120.2705712, 30.0883021 ] ], [ [ 120.2705712, 30.0883021 ], [ 120.270342, 30.0885915 ] ], [ [ 120.2707579, 30.0897919 ], [ 120.2709283, 30.089684 ] ], [ [ 120.2707579, 30.0897919 ], [ 120.2703251, 30.0900662 ] ], [ [ 120.2703251, 30.0900662 ], [ 120.2697628, 30.0905118 ] ], [ [ 120.2697628, 30.0905118 ], [ 120.2696817, 30.0906602 ] ], [ [ 120.2717387, 30.0909676 ], [ 120.2718366, 30.0909131 ] ], [ [ 120.2717387, 30.0909676 ], [ 120.2714982, 30.0911013 ] ], [ [ 120.2714982, 30.0911013 ], [ 120.2704444, 30.0916432 ] ], [ [ 120.2704444, 30.0916432 ], [ 120.2703854, 30.0916459 ] ], [ [ 120.2703854, 30.0916459 ], [ 120.2708966, 30.0925867 ] ], [ [ 120.2708966, 30.0925867 ], [ 120.271417, 30.093826 ] ], [ [ 120.2705712, 30.0883021 ], [ 120.268879, 30.0856062 ] ], [ [ 120.268879, 30.0856062 ], [ 120.2697138, 30.0852344 ] ], [ [ 120.2697138, 30.0852344 ], [ 120.2701849, 30.0850246 ] ], [ [ 120.2701849, 30.0850246 ], [ 120.2709767, 30.084672 ] ], [ [ 120.2686442, 30.0867458 ], [ 120.2687821, 30.0866808 ] ], [ [ 120.2687821, 30.0866808 ], [ 120.2707579, 30.0897919 ] ], [ [ 120.2633225, 30.0928861 ], [ 120.2644619, 30.0923562 ] ], [ [ 120.2644619, 30.0923562 ], [ 120.2651115, 30.0919988 ] ], [ [ 120.2651115, 30.0919988 ], [ 120.2652213, 30.0919451 ] ], [ [ 120.2652213, 30.0919451 ], [ 120.2661978, 30.0914612 ] ], [ [ 120.2661978, 30.0914612 ], [ 120.2667718, 30.091243 ] ], [ [ 120.2667718, 30.091243 ], [ 120.2676799, 30.0911015 ] ], [ [ 120.2676799, 30.0911015 ], [ 120.2684036, 30.0911789 ] ], [ [ 120.2684036, 30.0911789 ], [ 120.2695582, 30.0914673 ] ], [ [ 120.2695582, 30.0914673 ], [ 120.2701355, 30.0916573 ] ], [ [ 120.2701355, 30.0916573 ], [ 120.2703854, 30.0916459 ] ], [ [ 120.271417, 30.093826 ], [ 120.2713067, 30.0938637 ] ], [ [ 120.2713067, 30.0938637 ], [ 120.2706688, 30.0940815 ] ], [ [ 120.2706688, 30.0940815 ], [ 120.2701716, 30.0942807 ] ], [ [ 120.2701716, 30.0942807 ], [ 120.2695314, 30.0945372 ] ], [ [ 120.2695314, 30.0945372 ], [ 120.2684035, 30.0949732 ] ], [ [ 120.2684035, 30.0949732 ], [ 120.2664945, 30.0958154 ] ], [ [ 120.2661259, 30.1036744 ], [ 120.2664662, 30.1039559 ] ], [ [ 120.2664662, 30.1039559 ], [ 120.2672246, 30.1040878 ] ], [ [ 120.2672246, 30.1040878 ], [ 120.2673168, 30.1041038 ] ], [ [ 120.2673168, 30.1041038 ], [ 120.2683479, 30.1042831 ] ], [ [ 120.2683479, 30.1042831 ], [ 120.2685582, 30.1044666 ] ], [ [ 120.2843297, 30.0987061 ], [ 120.2842984, 30.0982912 ] ], [ [ 120.2842984, 30.0982912 ], [ 120.2842258, 30.097866 ] ], [ [ 120.2842258, 30.097866 ], [ 120.2841638, 30.0975025 ] ], [ [ 120.2841638, 30.0975025 ], [ 120.2841692, 30.0973599 ] ], [ [ 120.2841692, 30.0973599 ], [ 120.2841547, 30.0972724 ] ], [ [ 120.2841547, 30.0972724 ], [ 120.284002, 30.0963541 ] ], [ [ 120.284002, 30.0963541 ], [ 120.283728, 30.0955251 ] ], [ [ 120.283728, 30.0955251 ], [ 120.2829063, 30.0942549 ] ], [ [ 120.2829063, 30.0942549 ], [ 120.2828278, 30.0941335 ] ], [ [ 120.2828278, 30.0941335 ], [ 120.2827441, 30.0940041 ] ], [ [ 120.2827441, 30.0940041 ], [ 120.282164, 30.0933553 ] ], [ [ 120.282164, 30.0933553 ], [ 120.2821165, 30.0933021 ] ], [ [ 120.2821165, 30.0933021 ], [ 120.2818581, 30.0930567 ] ], [ [ 120.2818581, 30.0930567 ], [ 120.2814856, 30.092666 ] ], [ [ 120.2814856, 30.092666 ], [ 120.2809766, 30.0923277 ] ], [ [ 120.2809766, 30.0923277 ], [ 120.2808403, 30.0922371 ] ], [ [ 120.2808403, 30.0922371 ], [ 120.2807454, 30.092174 ] ], [ [ 120.2807454, 30.092174 ], [ 120.2805201, 30.0917284 ] ], [ [ 120.2805201, 30.0917284 ], [ 120.2804861, 30.0916032 ] ], [ [ 120.2804861, 30.0916032 ], [ 120.2804343, 30.0914128 ] ], [ [ 120.2804343, 30.0914128 ], [ 120.280445, 30.0910694 ] ], [ [ 120.280445, 30.0910694 ], [ 120.2805415, 30.0901689 ] ], [ [ 120.2805415, 30.0901689 ], [ 120.2805839, 30.0898785 ] ], [ [ 120.2805839, 30.0898785 ], [ 120.2806968, 30.0891054 ] ], [ [ 120.2806968, 30.0891054 ], [ 120.2807214, 30.0889372 ] ], [ [ 120.2807214, 30.0889372 ], [ 120.2807595, 30.0886762 ] ], [ [ 120.2807595, 30.0886762 ], [ 120.2807883, 30.0884794 ] ], [ [ 120.2807883, 30.0884794 ], [ 120.2809492, 30.0880245 ] ], [ [ 120.2809492, 30.0880245 ], [ 120.2810364, 30.0878774 ] ], [ [ 120.2810364, 30.0878774 ], [ 120.2811638, 30.0876625 ] ], [ [ 120.2811638, 30.0876625 ], [ 120.2823043, 30.0864942 ] ], [ [ 120.2823043, 30.0864942 ], [ 120.2828729, 30.0858165 ] ], [ [ 120.2828729, 30.0858165 ], [ 120.283115, 30.0854797 ] ], [ [ 120.283115, 30.0854797 ], [ 120.2831808, 30.0853881 ] ], [ [ 120.2831808, 30.0853881 ], [ 120.2833055, 30.0850336 ] ], [ [ 120.2833055, 30.0850336 ], [ 120.2834498, 30.0846233 ] ], [ [ 120.2834498, 30.0846233 ], [ 120.2835563, 30.0843205 ] ], [ [ 120.2835563, 30.0843205 ], [ 120.2840213, 30.0828613 ] ], [ [ 120.2840213, 30.0828613 ], [ 120.2842889, 30.0820216 ] ], [ [ 120.2842889, 30.0820216 ], [ 120.2843714, 30.0817626 ] ], [ [ 120.2843714, 30.0817626 ], [ 120.2844767, 30.0814342 ] ], [ [ 120.2844767, 30.0814342 ], [ 120.2847014, 30.0807334 ] ], [ [ 120.2847014, 30.0807334 ], [ 120.2849544, 30.0799441 ] ], [ [ 120.2730279, 30.0930706 ], [ 120.2731071, 30.092978 ] ], [ [ 120.2727174, 30.093382 ], [ 120.2728044, 30.0933073 ], [ 120.2728587, 30.0932447 ], [ 120.2729725, 30.0931353 ], [ 120.2730279, 30.0930706 ] ], [ [ 120.2732928, 30.0935708 ], [ 120.273256, 30.0935488 ], [ 120.273114, 30.0934717 ], [ 120.2729159, 30.0934117 ], [ 120.2727174, 30.093382 ] ], [ [ 120.2727174, 30.093382 ], [ 120.2716552, 30.0937447 ] ], [ [ 120.2716552, 30.0937447 ], [ 120.271417, 30.093826 ] ], [ [ 120.2734706, 30.0936772 ], [ 120.2732928, 30.0935708 ] ], [ [ 120.2737936, 30.0967489 ], [ 120.2735969, 30.096739 ] ], [ [ 120.2758103, 30.103351 ], [ 120.2756268, 30.103178 ] ], [ [ 120.2756268, 30.103178 ], [ 120.2752991, 30.102869 ] ], [ [ 120.2752991, 30.102869 ], [ 120.2751665, 30.1027439 ] ], [ [ 120.2751665, 30.1027439 ], [ 120.2744846, 30.1020528 ] ], [ [ 120.2744846, 30.1020528 ], [ 120.2740312, 30.1012992 ] ], [ [ 120.2740312, 30.1012992 ], [ 120.2739877, 30.1012269 ] ], [ [ 120.2739877, 30.1012269 ], [ 120.2732181, 30.100561 ] ], [ [ 120.2732181, 30.100561 ], [ 120.2732396, 30.1000484 ] ], [ [ 120.2732396, 30.1000484 ], [ 120.2732576, 30.0996217 ] ], [ [ 120.2732576, 30.0996217 ], [ 120.2732731, 30.0992529 ] ], [ [ 120.2732731, 30.0992529 ], [ 120.2733114, 30.0983403 ] ], [ [ 120.2733114, 30.0983403 ], [ 120.273335, 30.0977797 ] ], [ [ 120.273335, 30.0977797 ], [ 120.2734197, 30.0975894 ] ], [ [ 120.2734197, 30.0975894 ], [ 120.2737936, 30.0967489 ] ], [ [ 120.2758103, 30.103351 ], [ 120.2755172, 30.1040249 ] ], [ [ 120.2755172, 30.1040249 ], [ 120.2750496, 30.1046149 ] ], [ [ 120.2750496, 30.1046149 ], [ 120.2739547, 30.1061414 ] ], [ [ 120.2758103, 30.103351 ], [ 120.2758934, 30.103436 ] ], [ [ 120.2758934, 30.103436 ], [ 120.2763453, 30.1038985 ] ], [ [ 120.2763453, 30.1038985 ], [ 120.276967, 30.1049959 ] ], [ [ 120.276967, 30.1049959 ], [ 120.2774827, 30.1059062 ] ], [ [ 120.2774827, 30.1059062 ], [ 120.2776323, 30.1061703 ] ], [ [ 120.2776323, 30.1061703 ], [ 120.2780403, 30.1068904 ] ], [ [ 120.2780403, 30.1068904 ], [ 120.2783423, 30.1073117 ] ], [ [ 120.2783423, 30.1073117 ], [ 120.2781764, 30.1078771 ] ], [ [ 120.2781764, 30.1078771 ], [ 120.2765985, 30.1091742 ] ], [ [ 120.2779952, 30.1094006 ], [ 120.2816402, 30.1092887 ] ], [ [ 120.2765985, 30.1091742 ], [ 120.276633, 30.1110793 ] ], [ [ 120.26645, 30.0664923 ], [ 120.2667251, 30.0665646 ] ], [ [ 120.2667251, 30.0665646 ], [ 120.2672271, 30.067329 ] ], [ [ 120.2672271, 30.067329 ], [ 120.2675323, 30.0680534 ] ], [ [ 120.2671062, 30.068458 ], [ 120.2673333, 30.0683843 ] ], [ [ 120.2671062, 30.068458 ], [ 120.2662444, 30.0687374 ] ], [ [ 120.2662444, 30.0687374 ], [ 120.2638286, 30.0695209 ] ], [ [ 120.2552251, 30.0665559 ], [ 120.2557057, 30.0666264 ] ], [ [ 120.2557057, 30.0666264 ], [ 120.2557299, 30.0663529 ] ], [ [ 120.2526446, 30.0694387 ], [ 120.2526377, 30.068735 ] ], [ [ 120.2526377, 30.068735 ], [ 120.2526883, 30.0682039 ] ], [ [ 120.2526883, 30.0682039 ], [ 120.252968, 30.0664681 ] ], [ [ 120.252968, 30.0664681 ], [ 120.2531374, 30.06627 ] ], [ [ 120.2531374, 30.06627 ], [ 120.2533743, 30.0662675 ] ], [ [ 120.2533743, 30.0662675 ], [ 120.2535102, 30.0662717 ] ], [ [ 120.2526446, 30.0694387 ], [ 120.2538787, 30.0692835 ] ], [ [ 120.2538787, 30.0692835 ], [ 120.2541075, 30.0680899 ] ], [ [ 120.2541075, 30.0680899 ], [ 120.2549365, 30.0681593 ] ], [ [ 120.2549365, 30.0681593 ], [ 120.2551251, 30.067111 ] ], [ [ 120.2551251, 30.067111 ], [ 120.2552251, 30.0665559 ] ], [ [ 120.2526446, 30.0694387 ], [ 120.2526517, 30.0698126 ] ], [ [ 120.2526517, 30.0698126 ], [ 120.2528146, 30.0699407 ] ], [ [ 120.2528146, 30.0699407 ], [ 120.2530548, 30.0699849 ] ], [ [ 120.2530548, 30.0699849 ], [ 120.2537528, 30.0701132 ] ], [ [ 120.2537528, 30.0701132 ], [ 120.2540331, 30.0701647 ] ], [ [ 120.2540331, 30.0701647 ], [ 120.2541116, 30.0708528 ] ], [ [ 120.2541116, 30.0708528 ], [ 120.2541903, 30.0709852 ] ], [ [ 120.2541903, 30.0709852 ], [ 120.2549182, 30.0710923 ] ], [ [ 120.2549182, 30.0710923 ], [ 120.2553291, 30.0711528 ] ], [ [ 120.2553291, 30.0711528 ], [ 120.2558007, 30.0712222 ] ], [ [ 120.2558007, 30.0712222 ], [ 120.2565143, 30.0713272 ] ], [ [ 120.2565143, 30.0713272 ], [ 120.2569155, 30.0713862 ] ], [ [ 120.2540331, 30.0701647 ], [ 120.2564585, 30.0706104 ] ], [ [ 120.2564585, 30.0706104 ], [ 120.2566688, 30.0709751 ] ], [ [ 120.2566688, 30.0709751 ], [ 120.2569155, 30.0713862 ] ], [ [ 120.2600085, 30.0665955 ], [ 120.2598929, 30.0666933 ] ], [ [ 120.2598929, 30.0666933 ], [ 120.2590015, 30.0672079 ] ], [ [ 120.2590015, 30.0672079 ], [ 120.2578202, 30.067261 ] ], [ [ 120.2578202, 30.067261 ], [ 120.2569088, 30.0669363 ] ], [ [ 120.2569088, 30.0669363 ], [ 120.2574024, 30.0702089 ] ], [ [ 120.2574024, 30.0702089 ], [ 120.2611408, 30.0690416 ] ], [ [ 120.2611408, 30.0690416 ], [ 120.2616355, 30.0702322 ] ], [ [ 120.2616355, 30.0702322 ], [ 120.2638286, 30.0695209 ] ], [ [ 120.2617746, 30.0705874 ], [ 120.2616355, 30.0702322 ] ], [ [ 120.2596719, 30.0712279 ], [ 120.2601213, 30.071091 ] ], [ [ 120.2601213, 30.071091 ], [ 120.2605974, 30.070946 ] ], [ [ 120.2605974, 30.070946 ], [ 120.2615452, 30.0706573 ] ], [ [ 120.2615452, 30.0706573 ], [ 120.2617746, 30.0705874 ] ], [ [ 120.2526446, 30.0694387 ], [ 120.2524805, 30.0694447 ] ], [ [ 120.2524805, 30.0694447 ], [ 120.2521782, 30.0694557 ] ], [ [ 120.2521782, 30.0694557 ], [ 120.2521352, 30.0694573 ] ], [ [ 120.2521352, 30.0694573 ], [ 120.2517466, 30.0692495 ] ], [ [ 120.2517466, 30.0692495 ], [ 120.2514795, 30.0691897 ] ], [ [ 120.2514795, 30.0691897 ], [ 120.2513373, 30.0692476 ] ], [ [ 120.2513373, 30.0692476 ], [ 120.2511924, 30.0693065 ] ], [ [ 120.2511924, 30.0693065 ], [ 120.250539, 30.0695724 ] ], [ [ 120.250539, 30.0695724 ], [ 120.2504913, 30.0695918 ] ], [ [ 120.2504913, 30.0695918 ], [ 120.2498089, 30.0698695 ] ], [ [ 120.2498089, 30.0698695 ], [ 120.249571, 30.0700756 ] ], [ [ 120.249571, 30.0700756 ], [ 120.2493563, 30.0702617 ] ], [ [ 120.2493563, 30.0702617 ], [ 120.2491374, 30.0704513 ] ], [ [ 120.267542, 30.0746641 ], [ 120.2673915, 30.0753614 ] ], [ [ 120.2673915, 30.0753614 ], [ 120.2673915, 30.075784 ] ], [ [ 120.2673915, 30.075784 ], [ 120.2671098, 30.0757987 ] ], [ [ 120.2671098, 30.0757987 ], [ 120.2670455, 30.0758021 ] ], [ [ 120.2670455, 30.0758021 ], [ 120.266869, 30.0758946 ] ], [ [ 120.266869, 30.0758946 ], [ 120.2666388, 30.0767622 ] ], [ [ 120.2666388, 30.0767622 ], [ 120.2665289, 30.0774177 ] ], [ [ 120.2665289, 30.0774177 ], [ 120.2665053, 30.0775583 ] ], [ [ 120.2648952, 30.0757444 ], [ 120.2648434, 30.0773546 ] ], [ [ 120.2634301, 30.0759352 ], [ 120.2633919, 30.0760386 ] ], [ [ 120.2633919, 30.0760386 ], [ 120.2633938, 30.0766346 ] ], [ [ 120.2633938, 30.0766346 ], [ 120.2634043, 30.0770727 ] ], [ [ 120.2634043, 30.0770727 ], [ 120.2634075, 30.0772059 ] ], [ [ 120.2634075, 30.0772059 ], [ 120.263735, 30.0772398 ] ], [ [ 120.263735, 30.0772398 ], [ 120.2648434, 30.0773546 ] ], [ [ 120.2697815, 30.0778683 ], [ 120.2697935, 30.07777 ] ], [ [ 120.2697935, 30.07777 ], [ 120.2699522, 30.076473 ] ], [ [ 120.2623333, 30.0720142 ], [ 120.2617746, 30.0705874 ] ], [ [ 120.259206, 30.0731808 ], [ 120.2589932, 30.0729586 ] ], [ [ 120.2589932, 30.0729586 ], [ 120.2583838, 30.0727311 ] ], [ [ 120.2583838, 30.0727311 ], [ 120.2574431, 30.0719641 ] ], [ [ 120.2574431, 30.0719641 ], [ 120.2569155, 30.0713862 ] ], [ [ 120.2634301, 30.0759352 ], [ 120.2616246, 30.0760497 ] ], [ [ 120.2616246, 30.0760497 ], [ 120.2615795, 30.0760526 ] ], [ [ 120.2615795, 30.0760526 ], [ 120.260406, 30.076127 ] ], [ [ 120.260406, 30.076127 ], [ 120.2602419, 30.0768194 ] ], [ [ 120.2602419, 30.0768194 ], [ 120.26023, 30.0768694 ] ], [ [ 120.26023, 30.0768694 ], [ 120.2608852, 30.0769671 ] ], [ [ 120.2608852, 30.0769671 ], [ 120.2616159, 30.077076 ] ], [ [ 120.2665611, 30.0827591 ], [ 120.2647894, 30.083477 ] ], [ [ 120.2647894, 30.083477 ], [ 120.2630567, 30.0841547 ] ], [ [ 120.2630567, 30.0841547 ], [ 120.2610934, 30.0849531 ] ], [ [ 120.2610934, 30.0849531 ], [ 120.2609647, 30.0850046 ] ], [ [ 120.2609647, 30.0850046 ], [ 120.2605957, 30.085173 ] ], [ [ 120.2605957, 30.085173 ], [ 120.2603388, 30.0851836 ] ], [ [ 120.2603388, 30.0851836 ], [ 120.2601296, 30.0850722 ] ], [ [ 120.2601296, 30.0850722 ], [ 120.2600425, 30.0849466 ] ], [ [ 120.2600425, 30.0849466 ], [ 120.2598882, 30.0847241 ] ], [ [ 120.2598882, 30.0847241 ], [ 120.2597863, 30.0846684 ] ], [ [ 120.2597863, 30.0846684 ], [ 120.2591192, 30.0845447 ] ], [ [ 120.2591192, 30.0845447 ], [ 120.2584165, 30.0844008 ] ], [ [ 120.2584165, 30.0844008 ], [ 120.2580892, 30.0842896 ] ], [ [ 120.2580892, 30.0842896 ], [ 120.2580276, 30.0842767 ] ], [ [ 120.2580276, 30.0842767 ], [ 120.257852, 30.0842401 ] ], [ [ 120.257852, 30.0842401 ], [ 120.2577397, 30.0842166 ] ], [ [ 120.2577397, 30.0842166 ], [ 120.2563638, 30.0842301 ] ], [ [ 120.2563638, 30.0842301 ], [ 120.2560914, 30.0842415 ] ], [ [ 120.2560914, 30.0842415 ], [ 120.2560087, 30.0841596 ] ], [ [ 120.2560087, 30.0841596 ], [ 120.25602, 30.0840155 ] ], [ [ 120.25602, 30.0840155 ], [ 120.2561457, 30.0826466 ] ], [ [ 120.2561457, 30.0826466 ], [ 120.2561546, 30.0824171 ] ], [ [ 120.2561546, 30.0824171 ], [ 120.2560694, 30.0822794 ] ], [ [ 120.2560694, 30.0822794 ], [ 120.2559841, 30.0821704 ] ], [ [ 120.2559841, 30.0821704 ], [ 120.2558225, 30.0820783 ] ], [ [ 120.2558225, 30.0820783 ], [ 120.2556332, 30.0820436 ] ], [ [ 120.2556332, 30.0820436 ], [ 120.255406, 30.0820773 ] ], [ [ 120.255406, 30.0820773 ], [ 120.2549795, 30.0821638 ] ], [ [ 120.2549795, 30.0821638 ], [ 120.2542132, 30.0823523 ] ], [ [ 120.2528213, 30.0768018 ], [ 120.2528283, 30.0767996 ] ], [ [ 120.2528283, 30.0767996 ], [ 120.253112, 30.0767098 ] ], [ [ 120.253112, 30.0767098 ], [ 120.2535799, 30.0765616 ] ], [ [ 120.2535799, 30.0765616 ], [ 120.2538089, 30.0764239 ] ], [ [ 120.2538089, 30.0764239 ], [ 120.2540553, 30.0762758 ] ], [ [ 120.2540553, 30.0762758 ], [ 120.2541348, 30.0762151 ] ], [ [ 120.2541348, 30.0762151 ], [ 120.2543869, 30.0760224 ] ], [ [ 120.2543869, 30.0760224 ], [ 120.2545586, 30.0760546 ] ], [ [ 120.2545586, 30.0760546 ], [ 120.2549056, 30.0768234 ] ], [ [ 120.2549056, 30.0768234 ], [ 120.2549255, 30.076637 ] ], [ [ 120.2549255, 30.076637 ], [ 120.255144, 30.0765002 ] ], [ [ 120.255144, 30.0765002 ], [ 120.26023, 30.0768694 ] ], [ [ 120.2600711, 30.1257805 ], [ 120.2602143, 30.1257978 ] ], [ [ 120.2602018, 30.1258908 ], [ 120.2600658, 30.1258741 ] ], [ [ 120.2602143, 30.1257978 ], [ 120.2639597, 30.1262497 ] ], [ [ 120.2551755, 30.1213236 ], [ 120.2552269, 30.1201078 ] ], [ [ 120.2552269, 30.1201078 ], [ 120.2552676, 30.1187991 ] ], [ [ 120.2552676, 30.1187991 ], [ 120.2553255, 30.1169385 ] ], [ [ 120.2553255, 30.1169385 ], [ 120.2553436, 30.1163551 ] ], [ [ 120.2553436, 30.1163551 ], [ 120.2553997, 30.1162218 ] ], [ [ 120.2553997, 30.1162218 ], [ 120.2554772, 30.1161295 ] ], [ [ 120.2555452, 30.1290501 ], [ 120.2573942, 30.1291438 ] ], [ [ 120.2573942, 30.1291438 ], [ 120.2576215, 30.1291691 ] ], [ [ 120.2576215, 30.1291691 ], [ 120.2577229, 30.1291939 ] ], [ [ 120.2577229, 30.1291939 ], [ 120.2578599, 30.1292814 ] ], [ [ 120.2578599, 30.1292814 ], [ 120.2579438, 30.1293624 ] ], [ [ 120.2579438, 30.1293624 ], [ 120.2580031, 30.1294595 ] ], [ [ 120.271903, 30.1037637 ], [ 120.2711624, 30.1061314 ] ], [ [ 120.2739547, 30.1061414 ], [ 120.2711624, 30.1061314 ] ], [ [ 120.2739547, 30.1061414 ], [ 120.2738708, 30.1062583 ] ], [ [ 120.2738708, 30.1062583 ], [ 120.2728382, 30.1077331 ] ], [ [ 120.2728382, 30.1077331 ], [ 120.272809, 30.1078056 ] ], [ [ 120.272809, 30.1078056 ], [ 120.2722342, 30.1092332 ] ], [ [ 120.2722342, 30.1092332 ], [ 120.2716274, 30.1092438 ] ], [ [ 120.2716274, 30.1092438 ], [ 120.2708317, 30.1092577 ] ], [ [ 120.2708317, 30.1092577 ], [ 120.2685028, 30.1092983 ] ], [ [ 120.2685028, 30.1092983 ], [ 120.2681543, 30.1093044 ] ], [ [ 120.2765985, 30.1091742 ], [ 120.2759899, 30.1098166 ] ], [ [ 120.2759899, 30.1098166 ], [ 120.2757183, 30.1101033 ] ], [ [ 120.2757183, 30.1101033 ], [ 120.2755151, 30.1103177 ] ], [ [ 120.2755151, 30.1103177 ], [ 120.2750496, 30.1108091 ] ], [ [ 120.2750496, 30.1108091 ], [ 120.2750539, 30.1113933 ] ], [ [ 120.2750539, 30.1113933 ], [ 120.2750605, 30.112293 ] ], [ [ 120.2750605, 30.112293 ], [ 120.2750612, 30.1123954 ] ], [ [ 120.2835478, 30.113214 ], [ 120.2818463, 30.1132469 ] ], [ [ 120.2818463, 30.1132469 ], [ 120.2766688, 30.1133473 ] ], [ [ 120.268224, 30.1061209 ], [ 120.2711624, 30.1061314 ] ], [ [ 120.2750612, 30.1123954 ], [ 120.2751062, 30.1141742 ] ], [ [ 120.2751062, 30.1141742 ], [ 120.2751074, 30.1142223 ] ], [ [ 120.2751074, 30.1142223 ], [ 120.275108, 30.1142473 ] ], [ [ 120.275108, 30.1142473 ], [ 120.2767039, 30.1142727 ] ], [ [ 120.2747848, 30.1249465 ], [ 120.2746135, 30.1254655 ] ], [ [ 120.2746135, 30.1254655 ], [ 120.2743618, 30.1263414 ] ], [ [ 120.2693252, 30.1260875 ], [ 120.2697521, 30.1261618 ], [ 120.2701069, 30.1261925 ], [ 120.2704662, 30.1262079 ], [ 120.2743618, 30.1263414 ] ], [ [ 120.2743291, 30.1264349 ], [ 120.271775, 30.1263256 ], [ 120.2698151, 30.1262751 ], [ 120.2695371, 30.1262402 ], [ 120.2693209, 30.1261972 ] ], [ [ 120.2743618, 30.1263414 ], [ 120.2744412, 30.1263442 ] ], [ [ 120.2743618, 30.1263414 ], [ 120.2743291, 30.1264349 ] ], [ [ 120.2744135, 30.1264418 ], [ 120.2743291, 30.1264349 ] ], [ [ 120.2742058, 30.1283978 ], [ 120.2741736, 30.1276833 ] ], [ [ 120.2741736, 30.1276833 ], [ 120.2742433, 30.1270152 ] ], [ [ 120.2742433, 30.1270152 ], [ 120.2743291, 30.1264349 ] ], [ [ 120.2826384, 30.1379378 ], [ 120.2827285, 30.1379513 ] ], [ [ 120.2827285, 30.1379513 ], [ 120.2827719, 30.1379568 ] ], [ [ 120.2852417, 30.1435494 ], [ 120.2854825, 30.1419319 ] ], [ [ 120.2854825, 30.1419319 ], [ 120.2857265, 30.1400328 ] ], [ [ 120.2857265, 30.1400328 ], [ 120.285787, 30.1396535 ] ], [ [ 120.285787, 30.1396535 ], [ 120.285858, 30.1392086 ] ], [ [ 120.285858, 30.1392086 ], [ 120.28594, 30.1386951 ] ], [ [ 120.28594, 30.1386951 ], [ 120.28594, 30.1385745 ] ], [ [ 120.28594, 30.1385745 ], [ 120.2859139, 30.138469 ] ], [ [ 120.2859139, 30.138469 ], [ 120.2858616, 30.1383899 ] ], [ [ 120.2858616, 30.1383899 ], [ 120.2857483, 30.1383296 ] ], [ [ 120.2857483, 30.1383296 ], [ 120.2851949, 30.1382617 ] ], [ [ 120.2851949, 30.1382617 ], [ 120.2827719, 30.1379568 ] ], [ [ 120.2852417, 30.1435494 ], [ 120.2814716, 30.1435084 ] ], [ [ 120.2740256, 30.1344167 ], [ 120.2742382, 30.1357643 ] ], [ [ 120.2742382, 30.1357643 ], [ 120.2742778, 30.1361641 ] ], [ [ 120.2742778, 30.1361641 ], [ 120.274291, 30.1365525 ] ], [ [ 120.274291, 30.1365525 ], [ 120.2742712, 30.1368267 ] ], [ [ 120.2742712, 30.1368267 ], [ 120.2742464, 30.1370677 ] ], [ [ 120.2764879, 30.1372467 ], [ 120.2751935, 30.137163 ] ], [ [ 120.2751935, 30.137163 ], [ 120.2742464, 30.1370677 ] ], [ [ 120.2742464, 30.1370677 ], [ 120.2740315, 30.1396253 ] ], [ [ 120.2740315, 30.1396253 ], [ 120.27401, 30.1399268 ] ], [ [ 120.27401, 30.1399268 ], [ 120.2739667, 30.1406548 ] ], [ [ 120.2739667, 30.1406548 ], [ 120.2739254, 30.1407769 ] ], [ [ 120.2764879, 30.1372467 ], [ 120.276907, 30.1372939 ] ], [ [ 120.276907, 30.1372939 ], [ 120.2772803, 30.1373364 ] ], [ [ 120.2772803, 30.1373364 ], [ 120.2799838, 30.1376247 ] ], [ [ 120.2799838, 30.1376247 ], [ 120.2801672, 30.1376443 ] ], [ [ 120.2801672, 30.1376443 ], [ 120.2810599, 30.1377003 ] ], [ [ 120.2810599, 30.1377003 ], [ 120.2826384, 30.1379378 ] ], [ [ 120.2852417, 30.1435494 ], [ 120.2851486, 30.1441744 ] ], [ [ 120.2851486, 30.1441744 ], [ 120.2849664, 30.1457546 ] ], [ [ 120.2852417, 30.1435494 ], [ 120.2870099, 30.1436075 ] ], [ [ 120.2870099, 30.1436075 ], [ 120.2867577, 30.1458353 ] ], [ [ 120.2810312, 30.1456179 ], [ 120.2849664, 30.1457546 ] ], [ [ 120.2849664, 30.1457546 ], [ 120.2867577, 30.1458353 ] ], [ [ 120.2845961, 30.148568 ], [ 120.2846781, 30.1477521 ] ], [ [ 120.2846781, 30.1477521 ], [ 120.2847705, 30.1470554 ] ], [ [ 120.2847705, 30.1470554 ], [ 120.2849158, 30.146193 ] ], [ [ 120.2849158, 30.146193 ], [ 120.2849664, 30.1457546 ] ], [ [ 120.2997349, 30.1472206 ], [ 120.299027, 30.147101 ] ], [ [ 120.299027, 30.147101 ], [ 120.2985841, 30.1470208 ] ], [ [ 120.2985841, 30.1470208 ], [ 120.2982764, 30.1469861 ] ], [ [ 120.2982764, 30.1469861 ], [ 120.296311, 30.1467644 ] ], [ [ 120.296311, 30.1467644 ], [ 120.2961264, 30.1467495 ] ], [ [ 120.2961264, 30.1467495 ], [ 120.2956578, 30.1467118 ] ], [ [ 120.2956578, 30.1467118 ], [ 120.2936222, 30.1463571 ] ], [ [ 120.2936222, 30.1463571 ], [ 120.2931513, 30.1463177 ] ], [ [ 120.2931513, 30.1463177 ], [ 120.2930126, 30.1463068 ] ], [ [ 120.2930126, 30.1463068 ], [ 120.2925353, 30.1462691 ] ], [ [ 120.2925353, 30.1462691 ], [ 120.2910166, 30.1461492 ] ], [ [ 120.2910166, 30.1461492 ], [ 120.2893125, 30.1460148 ] ], [ [ 120.2893125, 30.1460148 ], [ 120.2892396, 30.146009 ] ], [ [ 120.2892396, 30.146009 ], [ 120.2889296, 30.1459902 ] ], [ [ 120.2889296, 30.1459902 ], [ 120.2887127, 30.1459731 ] ], [ [ 120.2887127, 30.1459731 ], [ 120.2869686, 30.1458448 ] ], [ [ 120.2869686, 30.1458448 ], [ 120.2867577, 30.1458353 ] ], [ [ 120.3090063, 30.1446884 ], [ 120.3089953, 30.1435098 ] ], [ [ 120.3075062, 30.1446966 ], [ 120.3075247, 30.1439875 ] ], [ [ 120.3075247, 30.1439875 ], [ 120.3075363, 30.1435441 ] ], [ [ 120.3005026, 30.0867578 ], [ 120.3005223, 30.0868987 ] ], [ [ 120.300358, 30.0966863 ], [ 120.3004845, 30.0958254 ] ], [ [ 120.3004845, 30.0958254 ], [ 120.3004915, 30.0957591 ] ], [ [ 120.3004915, 30.0957591 ], [ 120.300521, 30.0955155 ] ], [ [ 120.300521, 30.0955155 ], [ 120.3005498, 30.0953088 ] ], [ [ 120.3005498, 30.0953088 ], [ 120.3004565, 30.0950101 ] ], [ [ 120.3004565, 30.0950101 ], [ 120.3003819, 30.0948244 ] ], [ [ 120.3003819, 30.0948244 ], [ 120.3003907, 30.0945151 ] ], [ [ 120.3003907, 30.0945151 ], [ 120.3004013, 30.0941404 ] ], [ [ 120.3004013, 30.0941404 ], [ 120.3004285, 30.0931776 ] ], [ [ 120.3004285, 30.0931776 ], [ 120.3004658, 30.0929031 ] ], [ [ 120.3004658, 30.0929031 ], [ 120.3005498, 30.0927175 ] ], [ [ 120.3005498, 30.0927175 ], [ 120.3005958, 30.0925638 ] ], [ [ 120.3005958, 30.0925638 ], [ 120.3006151, 30.0924995 ] ], [ [ 120.3006151, 30.0924995 ], [ 120.3006431, 30.0909576 ] ], [ [ 120.3006431, 30.0909576 ], [ 120.3006898, 30.0906509 ] ], [ [ 120.3006898, 30.0906509 ], [ 120.3006058, 30.0902553 ] ], [ [ 120.3006058, 30.0902553 ], [ 120.3005985, 30.0899607 ] ], [ [ 120.3005985, 30.0899607 ], [ 120.3005914, 30.0896715 ] ], [ [ 120.3005914, 30.0896715 ], [ 120.3005871, 30.0894964 ] ], [ [ 120.3005871, 30.0894964 ], [ 120.3005591, 30.0888183 ] ], [ [ 120.3005591, 30.0888183 ], [ 120.3005223, 30.0868987 ] ], [ [ 120.3004107, 30.1473064 ], [ 120.2997349, 30.1472206 ] ], [ [ 120.3029319, 30.1473168 ], [ 120.3021701, 30.1473354 ] ], [ [ 120.3021701, 30.1473354 ], [ 120.3021286, 30.1473352 ] ], [ [ 120.3021286, 30.1473352 ], [ 120.301138, 30.1473312 ] ], [ [ 120.301138, 30.1473312 ], [ 120.3004107, 30.1473064 ] ], [ [ 120.3029319, 30.1473168 ], [ 120.3029543, 30.1492193 ] ], [ [ 120.3116147, 30.1446741 ], [ 120.3099968, 30.144683 ] ], [ [ 120.3099968, 30.144683 ], [ 120.3090063, 30.1446884 ] ], [ [ 120.3090063, 30.1446884 ], [ 120.3081864, 30.1446929 ] ], [ [ 120.3081864, 30.1446929 ], [ 120.3079484, 30.1446942 ] ], [ [ 120.3079484, 30.1446942 ], [ 120.3075062, 30.1446966 ] ], [ [ 120.3090063, 30.1446884 ], [ 120.3090412, 30.146205 ] ], [ [ 120.3074489, 30.1468938 ], [ 120.3074679, 30.1461669 ] ], [ [ 120.3074679, 30.1461669 ], [ 120.3075062, 30.1446966 ] ], [ [ 120.3090412, 30.146205 ], [ 120.3122634, 30.1462358 ] ], [ [ 120.3122634, 30.1462358 ], [ 120.3124082, 30.1462361 ] ], [ [ 120.3090412, 30.146205 ], [ 120.3086221, 30.1463945 ] ], [ [ 120.3086221, 30.1463945 ], [ 120.3081895, 30.1465602 ] ], [ [ 120.3081895, 30.1465602 ], [ 120.3081032, 30.1465932 ] ], [ [ 120.3081032, 30.1465932 ], [ 120.3080559, 30.1466149 ] ], [ [ 120.3080559, 30.1466149 ], [ 120.3074489, 30.1468938 ] ], [ [ 120.3074489, 30.1468938 ], [ 120.3067299, 30.1472241 ] ], [ [ 120.3067299, 30.1472241 ], [ 120.3065132, 30.1472755 ] ], [ [ 120.3065132, 30.1472755 ], [ 120.3063896, 30.1472877 ] ], [ [ 120.3063896, 30.1472877 ], [ 120.3059976, 30.1473168 ] ], [ [ 120.3059976, 30.1473168 ], [ 120.3056785, 30.1473447 ] ], [ [ 120.3056785, 30.1473447 ], [ 120.3048309, 30.1473725 ] ], [ [ 120.3048309, 30.1473725 ], [ 120.3044225, 30.1473622 ] ], [ [ 120.3044225, 30.1473622 ], [ 120.3042024, 30.1473567 ] ], [ [ 120.3042024, 30.1473567 ], [ 120.3039275, 30.1473498 ] ], [ [ 120.3039275, 30.1473498 ], [ 120.3029319, 30.1473168 ] ], [ [ 120.3090043, 30.1492484 ], [ 120.3090106, 30.1488691 ] ], [ [ 120.3090106, 30.1488691 ], [ 120.3090263, 30.1479285 ] ], [ [ 120.3090263, 30.1479285 ], [ 120.3090412, 30.146205 ] ], [ [ 120.3029543, 30.1492193 ], [ 120.3029242, 30.1492842 ] ], [ [ 120.3029242, 30.1492842 ], [ 120.3029043, 30.1505409 ] ], [ [ 120.3029043, 30.1505409 ], [ 120.3029001, 30.1526787 ] ], [ [ 120.2466184, 30.1191445 ], [ 120.2501464, 30.1191369 ] ], [ [ 120.246489, 30.1191495 ], [ 120.2466184, 30.1191445 ] ], [ [ 120.2692231, 30.1260697 ], [ 120.2693657, 30.1231029 ] ], [ [ 120.2694872, 30.1231214 ], [ 120.2693252, 30.1260875 ] ], [ [ 120.2692231, 30.1260697 ], [ 120.2693252, 30.1260875 ] ], [ [ 120.2641684, 30.1262534 ], [ 120.265472, 30.1262462 ], [ 120.2657071, 30.1262309 ], [ 120.2659244, 30.1261925 ], [ 120.2665365, 30.1260084 ], [ 120.2668292, 30.125947 ], [ 120.2670554, 30.125924 ], [ 120.2673792, 30.1259048 ], [ 120.2682663, 30.1259048 ], [ 120.2684969, 30.1259432 ], [ 120.2692231, 30.1260697 ] ], [ [ 120.2692229, 30.1261777 ], [ 120.2692231, 30.1260697 ] ], [ [ 120.2693252, 30.1260875 ], [ 120.2693209, 30.1261972 ] ], [ [ 120.2692229, 30.1261777 ], [ 120.2684652, 30.1260269 ], [ 120.2682051, 30.125992 ], [ 120.267936, 30.1259803 ], [ 120.2676131, 30.1259764 ], [ 120.2672319, 30.1259842 ], [ 120.2669135, 30.1260114 ], [ 120.2666668, 30.1260579 ], [ 120.2659448, 30.1262557 ], [ 120.2655053, 30.1263294 ], [ 120.2651779, 30.1263449 ], [ 120.2641637, 30.1263481 ] ], [ [ 120.2693209, 30.1261972 ], [ 120.2692229, 30.1261777 ] ], [ [ 120.2639597, 30.1262497 ], [ 120.2641684, 30.1262534 ] ], [ [ 120.2639545, 30.126352 ], [ 120.2602018, 30.1258908 ] ], [ [ 120.2641637, 30.1263481 ], [ 120.2639545, 30.126352 ] ], [ [ 120.2690803, 30.1297549 ], [ 120.2689988, 30.1317944 ] ], [ [ 120.2689988, 30.1317944 ], [ 120.2689644, 30.1326547 ] ], [ [ 120.2689644, 30.1326547 ], [ 120.2689339, 30.1334165 ] ], [ [ 120.2689339, 30.1334165 ], [ 120.268929, 30.1335392 ] ], [ [ 120.268929, 30.1335392 ], [ 120.2688737, 30.1344355 ] ], [ [ 120.2688737, 30.1344355 ], [ 120.2688709, 30.1345949 ] ], [ [ 120.2600019, 30.1346068 ], [ 120.2599882, 30.1344423 ] ], [ [ 120.2600019, 30.1346068 ], [ 120.2600322, 30.1349715 ] ], [ [ 120.2600322, 30.1349715 ], [ 120.2602949, 30.1378631 ] ], [ [ 120.2602949, 30.1378631 ], [ 120.2603367, 30.1383235 ] ], [ [ 120.2603367, 30.1383235 ], [ 120.2604667, 30.1394701 ] ], [ [ 120.2604667, 30.1394701 ], [ 120.2605063, 30.1400061 ] ], [ [ 120.2605063, 30.1400061 ], [ 120.2605102, 30.1400588 ] ], [ [ 120.2605102, 30.1400588 ], [ 120.260448, 30.1417462 ] ], [ [ 120.260448, 30.1417462 ], [ 120.2604166, 30.1424898 ] ], [ [ 120.2565374, 30.1424879 ], [ 120.2604166, 30.1424898 ] ], [ [ 120.2579679, 30.1295724 ], [ 120.2579038, 30.1296733 ] ], [ [ 120.2579038, 30.1296733 ], [ 120.2578275, 30.1297476 ] ], [ [ 120.2578275, 30.1297476 ], [ 120.2576922, 30.1298149 ] ], [ [ 120.2576922, 30.1298149 ], [ 120.2575583, 30.1298361 ] ], [ [ 120.2575583, 30.1298361 ], [ 120.2573512, 30.1298268 ] ], [ [ 120.2573512, 30.1298268 ], [ 120.2554669, 30.1297201 ] ], [ [ 120.2535298, 30.1424497 ], [ 120.2565374, 30.1424879 ] ], [ [ 120.2685034, 30.1426964 ], [ 120.2685982, 30.1409891 ] ], [ [ 120.2685982, 30.1409891 ], [ 120.2686207, 30.1406368 ] ], [ [ 120.2686207, 30.1406368 ], [ 120.2686284, 30.1405504 ] ], [ [ 120.2686284, 30.1405504 ], [ 120.2686289, 30.1405114 ] ], [ [ 120.2686289, 30.1405114 ], [ 120.2686343, 30.1404182 ] ], [ [ 120.2686343, 30.1404182 ], [ 120.2686462, 30.1401901 ] ], [ [ 120.2686462, 30.1401901 ], [ 120.2686608, 30.1399106 ] ], [ [ 120.2686608, 30.1399106 ], [ 120.2687156, 30.1388596 ] ], [ [ 120.2687156, 30.1388596 ], [ 120.2687239, 30.1387017 ] ], [ [ 120.2687239, 30.1387017 ], [ 120.2687284, 30.1386146 ] ], [ [ 120.2687284, 30.1386146 ], [ 120.2688143, 30.1364063 ] ], [ [ 120.2688143, 30.1364063 ], [ 120.2688709, 30.1345949 ] ], [ [ 120.265376, 30.1426175 ], [ 120.2667051, 30.142651 ] ], [ [ 120.2667051, 30.142651 ], [ 120.2685034, 30.1426964 ] ], [ [ 120.2682722, 30.147283 ], [ 120.2682932, 30.1467445 ] ], [ [ 120.2682932, 30.1467445 ], [ 120.2683792, 30.145016 ] ], [ [ 120.2683792, 30.145016 ], [ 120.2683875, 30.1447733 ] ], [ [ 120.2683875, 30.1447733 ], [ 120.2683926, 30.1446614 ] ], [ [ 120.2683926, 30.1446614 ], [ 120.2683945, 30.1446269 ] ], [ [ 120.2683945, 30.1446269 ], [ 120.2685034, 30.1426964 ] ], [ [ 120.2737203, 30.1429515 ], [ 120.2685034, 30.1426964 ] ], [ [ 120.2782983, 30.15821 ], [ 120.2782914, 30.1578733 ] ], [ [ 120.2669308, 30.1596342 ], [ 120.2670623, 30.1594186 ] ], [ [ 120.2670623, 30.1594186 ], [ 120.2672058, 30.1589689 ] ], [ [ 120.2672058, 30.1589689 ], [ 120.2672744, 30.1586011 ] ], [ [ 120.2672744, 30.1586011 ], [ 120.2673281, 30.1582077 ] ], [ [ 120.271278, 30.1613744 ], [ 120.2715502, 30.1607965 ] ], [ [ 120.2715502, 30.1607965 ], [ 120.2718935, 30.1599894 ] ], [ [ 120.2718935, 30.1599894 ], [ 120.2721081, 30.1594329 ] ], [ [ 120.2721081, 30.1594329 ], [ 120.272232, 30.1589445 ] ], [ [ 120.272232, 30.1589445 ], [ 120.2723441, 30.1582362 ] ], [ [ 120.2720651, 30.162225 ], [ 120.2720008, 30.1621459 ], [ 120.2718882, 30.161928 ], [ 120.2717541, 30.1617424 ], [ 120.2715985, 30.1615801 ], [ 120.2713458, 30.1614243 ], [ 120.271278, 30.1613744 ] ], [ [ 120.271278, 30.1613744 ], [ 120.2711746, 30.1620952 ] ], [ [ 120.2711746, 30.1620952 ], [ 120.2711147, 30.1622313 ] ], [ [ 120.2669308, 30.1596342 ], [ 120.2659042, 30.1590411 ], [ 120.2650432, 30.1585189 ], [ 120.2647304, 30.1583761 ], [ 120.2643834, 30.1582174 ] ], [ [ 120.2671008, 30.1597411 ], [ 120.2669308, 30.1596342 ] ], [ [ 120.271278, 30.1613744 ], [ 120.2710669, 30.1612573 ], [ 120.2707563, 30.1611024 ], [ 120.2705846, 30.1610328 ], [ 120.2701662, 30.1609725 ], [ 120.2695493, 30.1609029 ], [ 120.2689807, 30.1607452 ], [ 120.2683208, 30.1604345 ], [ 120.2676396, 30.1600217 ], [ 120.2671008, 30.1597411 ] ], [ [ 120.2675021, 30.1622608 ], [ 120.2675021, 30.162166 ], [ 120.2673864, 30.1620005 ], [ 120.2670924, 30.1615755 ], [ 120.2669017, 30.1612331 ], [ 120.2666624, 30.1608955 ], [ 120.2666042, 30.1607267 ], [ 120.2666316, 30.1606259 ], [ 120.2666565, 30.1605324 ], [ 120.2666856, 30.160423 ], [ 120.2667273, 30.1603376 ], [ 120.2668075, 30.1601895 ], [ 120.266982, 30.1599252 ], [ 120.2671008, 30.1597411 ] ], [ [ 120.2861798, 30.1650626 ], [ 120.2860256, 30.1649733 ] ], [ [ 120.2860256, 30.1649733 ], [ 120.2854857, 30.164786 ] ], [ [ 120.2854857, 30.164786 ], [ 120.2849112, 30.16466 ] ], [ [ 120.2849112, 30.16466 ], [ 120.2829388, 30.1642235 ] ], [ [ 120.2829388, 30.1642235 ], [ 120.2810456, 30.1638684 ] ], [ [ 120.2664969, 30.1624428 ], [ 120.2663628, 30.1622944 ], [ 120.2662926, 30.1622427 ] ], [ [ 120.2664969, 30.1624428 ], [ 120.2666096, 30.1623407 ], [ 120.2667183, 30.1622479 ] ], [ [ 120.2693181, 30.1622621 ], [ 120.2693294, 30.1625587 ] ], [ [ 120.3211881, 30.0737262 ], [ 120.3210168, 30.0738744 ] ], [ [ 120.3210168, 30.0738744 ], [ 120.3208657, 30.0741099 ] ], [ [ 120.3208657, 30.0741099 ], [ 120.3208556, 30.0743715 ] ], [ [ 120.3208556, 30.0743715 ], [ 120.3208052, 30.0748686 ] ], [ [ 120.3208052, 30.0748686 ], [ 120.3207246, 30.0752785 ] ], [ [ 120.3207246, 30.0752785 ], [ 120.3205331, 30.0757581 ] ], [ [ 120.3205331, 30.0757581 ], [ 120.3201401, 30.0762639 ] ], [ [ 120.3201401, 30.0762639 ], [ 120.3199486, 30.0764819 ] ], [ [ 120.3199486, 30.0764819 ], [ 120.3197341, 30.076647 ] ], [ [ 120.3197341, 30.076647 ], [ 120.3196766, 30.0766912 ] ], [ [ 120.3196766, 30.0766912 ], [ 120.3194549, 30.0769353 ] ], [ [ 120.3194549, 30.0769353 ], [ 120.319213, 30.0772842 ] ], [ [ 120.319213, 30.0772842 ], [ 120.3191122, 30.0774847 ] ], [ [ 120.3191122, 30.0774847 ], [ 120.3188301, 30.0776417 ] ], [ [ 120.3188301, 30.0776417 ], [ 120.318689, 30.0778074 ] ], [ [ 120.318689, 30.0778074 ], [ 120.317913, 30.0789323 ] ], [ [ 120.317913, 30.0789323 ], [ 120.3175603, 30.0793596 ] ], [ [ 120.3175603, 30.0793596 ], [ 120.3170968, 30.0800223 ] ], [ [ 120.3170968, 30.0800223 ], [ 120.3168706, 30.0803519 ] ], [ [ 120.3168706, 30.0803519 ], [ 120.3167417, 30.0805057 ] ], [ [ 120.3167417, 30.0805057 ], [ 120.3161707, 30.0813951 ] ], [ [ 120.3161707, 30.0813951 ], [ 120.3152728, 30.0829086 ] ], [ [ 120.3152728, 30.0829086 ], [ 120.3148199, 30.0834893 ] ], [ [ 120.3148199, 30.0834893 ], [ 120.3144767, 30.0840771 ] ], [ [ 120.3144767, 30.0840771 ], [ 120.3143154, 30.0843736 ] ], [ [ 120.3143154, 30.0843736 ], [ 120.3140534, 30.084609 ] ], [ [ 120.3140534, 30.084609 ], [ 120.3138317, 30.0847572 ] ], [ [ 120.3138317, 30.0847572 ], [ 120.3137209, 30.0849229 ] ], [ [ 120.3137209, 30.0849229 ], [ 120.31361, 30.0851758 ] ], [ [ 120.31361, 30.0851758 ], [ 120.3135395, 30.0854374 ] ], [ [ 120.3135395, 30.0854374 ], [ 120.313479, 30.0855507 ] ], [ [ 120.313479, 30.0855507 ], [ 120.3132372, 30.0856118 ] ], [ [ 120.3132372, 30.0856118 ], [ 120.3130658, 30.0857513 ] ], [ [ 120.3130658, 30.0857513 ], [ 120.312878, 30.0859202 ] ], [ [ 120.3124082, 30.1462361 ], [ 120.3129829, 30.1462339 ] ], [ [ 120.3129829, 30.1462339 ], [ 120.3130063, 30.1462338 ] ], [ [ 120.3130063, 30.1462338 ], [ 120.3134066, 30.1462323 ] ], [ [ 120.3134066, 30.1462323 ], [ 120.3138628, 30.1462305 ] ], [ [ 120.3138628, 30.1462305 ], [ 120.3142067, 30.1462291 ] ], [ [ 120.3142067, 30.1462291 ], [ 120.3145271, 30.1462279 ] ], [ [ 120.3145271, 30.1462279 ], [ 120.314625, 30.1462275 ] ], [ [ 120.314625, 30.1462275 ], [ 120.3156275, 30.1462774 ] ], [ [ 120.3156275, 30.1462774 ], [ 120.3161478, 30.1463032 ] ], [ [ 120.3161478, 30.1463032 ], [ 120.3166605, 30.1463287 ] ], [ [ 120.3166605, 30.1463287 ], [ 120.3172906, 30.14636 ] ], [ [ 120.3172906, 30.14636 ], [ 120.319342, 30.1465388 ] ], [ [ 120.319342, 30.1465388 ], [ 120.3194284, 30.1465463 ] ], [ [ 120.3194284, 30.1465463 ], [ 120.3206711, 30.1466546 ] ], [ [ 120.3206711, 30.1466546 ], [ 120.321279, 30.1466854 ] ], [ [ 120.321279, 30.1466854 ], [ 120.3245562, 30.1468583 ] ], [ [ 120.3245562, 30.1468583 ], [ 120.3249381, 30.1468785 ] ], [ [ 120.3249381, 30.1468785 ], [ 120.3282183, 30.1471233 ] ], [ [ 120.3282183, 30.1471233 ], [ 120.3287957, 30.1473051 ] ], [ [ 120.3287957, 30.1473051 ], [ 120.3291274, 30.1476457 ] ], [ [ 120.3291274, 30.1476457 ], [ 120.3301689, 30.1487153 ] ], [ [ 120.3301689, 30.1487153 ], [ 120.3303415, 30.1487773 ] ], [ [ 120.3303415, 30.1487773 ], [ 120.3306909, 30.1489029 ] ], [ [ 120.3306909, 30.1489029 ], [ 120.3307708, 30.1489316 ] ], [ [ 120.3307708, 30.1489316 ], [ 120.3308297, 30.1489528 ] ], [ [ 120.3308297, 30.1489528 ], [ 120.3326499, 30.1496067 ] ], [ [ 120.3326499, 30.1496067 ], [ 120.3339055, 30.1500578 ] ], [ [ 120.3339055, 30.1500578 ], [ 120.3339996, 30.1500917 ] ], [ [ 120.3339996, 30.1500917 ], [ 120.336101, 30.1508466 ] ], [ [ 120.336101, 30.1508466 ], [ 120.3361964, 30.1508809 ] ], [ [ 120.3361964, 30.1508809 ], [ 120.3362629, 30.1509048 ] ], [ [ 120.3362629, 30.1509048 ], [ 120.3370234, 30.1510015 ] ], [ [ 120.3370234, 30.1510015 ], [ 120.3376246, 30.1509962 ] ], [ [ 120.3376246, 30.1509962 ], [ 120.3379801, 30.1511758 ] ], [ [ 120.3379801, 30.1511758 ], [ 120.3382793, 30.151407 ] ], [ [ 120.3382793, 30.151407 ], [ 120.3396173, 30.1522285 ] ], [ [ 120.3396173, 30.1522285 ], [ 120.3402633, 30.1526251 ] ], [ [ 120.3402633, 30.1526251 ], [ 120.3421767, 30.1532538 ] ], [ [ 120.3421767, 30.1532538 ], [ 120.3429329, 30.1540316 ] ], [ [ 120.320295, 30.1545994 ], [ 120.320299, 30.1523332 ] ], [ [ 120.320299, 30.1523332 ], [ 120.3203006, 30.1514085 ] ], [ [ 120.3203006, 30.1514085 ], [ 120.3203014, 30.1509593 ] ], [ [ 120.3203014, 30.1509593 ], [ 120.3203017, 30.1507671 ] ], [ [ 120.3203017, 30.1507671 ], [ 120.3203597, 30.1498205 ] ], [ [ 120.3203597, 30.1498205 ], [ 120.3203992, 30.1491747 ] ], [ [ 120.320295, 30.1545994 ], [ 120.318577, 30.1545802 ] ], [ [ 120.318577, 30.1545802 ], [ 120.3174264, 30.1545673 ] ], [ [ 120.304759, 30.1493876 ], [ 120.3047204, 30.1502081 ], [ 120.3043587, 30.150222 ], [ 120.3043487, 30.1501452 ], [ 120.3045948, 30.1501363 ], [ 120.3046504, 30.1493875 ] ], [ [ 120.307658, 30.1493315 ], [ 120.30757, 30.1496518 ] ], [ [ 120.30757, 30.1496518 ], [ 120.3074806, 30.149977 ] ], [ [ 120.3074806, 30.149977 ], [ 120.30748, 30.1500979 ] ], [ [ 120.30748, 30.1500979 ], [ 120.3074766, 30.1507535 ] ], [ [ 120.3074766, 30.1507535 ], [ 120.3074714, 30.1517682 ] ], [ [ 120.3074714, 30.1517682 ], [ 120.3074703, 30.1523431 ] ], [ [ 120.3074703, 30.1523431 ], [ 120.3074699, 30.1525654 ] ], [ [ 120.3074699, 30.1525654 ], [ 120.3074603, 30.1534053 ] ], [ [ 120.3074603, 30.1534053 ], [ 120.3074628, 30.1534467 ] ], [ [ 120.3074628, 30.1534467 ], [ 120.3075047, 30.1541414 ] ], [ [ 120.3075047, 30.1541414 ], [ 120.3075071, 30.1541812 ] ], [ [ 120.3075071, 30.1541812 ], [ 120.3086382, 30.1541721 ] ], [ [ 120.3086382, 30.1541721 ], [ 120.3089698, 30.1541694 ] ], [ [ 120.3090378, 30.1522973 ], [ 120.3093207, 30.1523109 ] ], [ [ 120.3093207, 30.1523109 ], [ 120.3099536, 30.1523414 ] ], [ [ 120.3099536, 30.1523414 ], [ 120.31122, 30.1524025 ] ], [ [ 120.31122, 30.1524025 ], [ 120.3113633, 30.1524094 ] ], [ [ 120.3113069, 30.1533539 ], [ 120.3113633, 30.1524094 ] ], [ [ 120.3113633, 30.1524094 ], [ 120.3124206, 30.1524604 ] ], [ [ 120.3124206, 30.1524604 ], [ 120.3124173, 30.1525703 ] ], [ [ 120.3124173, 30.1525703 ], [ 120.3123931, 30.1533902 ] ], [ [ 120.3090052, 30.153277 ], [ 120.3113069, 30.1533539 ] ], [ [ 120.3113069, 30.1533539 ], [ 120.3123931, 30.1533902 ] ], [ [ 120.3113069, 30.1533539 ], [ 120.3112581, 30.1543361 ] ], [ [ 120.312421, 30.1543457 ], [ 120.3124193, 30.1542888 ] ], [ [ 120.3124193, 30.1542888 ], [ 120.3123931, 30.1533902 ] ], [ [ 120.3112581, 30.1543361 ], [ 120.3089698, 30.1541694 ] ], [ [ 120.3486661, 30.1557658 ], [ 120.3490946, 30.155665 ] ], [ [ 120.3490946, 30.155665 ], [ 120.3493868, 30.1555963 ] ], [ [ 120.3493868, 30.1555963 ], [ 120.3511078, 30.1551915 ] ], [ [ 120.3511078, 30.1551915 ], [ 120.3511988, 30.1551701 ] ], [ [ 120.3511988, 30.1551701 ], [ 120.3511877, 30.1551146 ] ], [ [ 120.3511877, 30.1551146 ], [ 120.351046627923466, 30.154409822158634 ] ], [ [ 120.3429329, 30.1540316 ], [ 120.3430146, 30.1541157 ] ], [ [ 120.3430146, 30.1541157 ], [ 120.345538, 30.153998 ] ], [ [ 120.345538, 30.153998 ], [ 120.3469049, 30.1539342 ] ], [ [ 120.3469049, 30.1539342 ], [ 120.347196, 30.1540414 ] ], [ [ 120.347196, 30.1540414 ], [ 120.3474603, 30.1542284 ] ], [ [ 120.3474603, 30.1542284 ], [ 120.347879, 30.1545881 ] ], [ [ 120.347879, 30.1545881 ], [ 120.3483466, 30.1550463 ] ], [ [ 120.3483466, 30.1550463 ], [ 120.34856, 30.1554136 ] ], [ [ 120.34856, 30.1554136 ], [ 120.3486661, 30.1557658 ] ], [ [ 120.341802, 30.1583853 ], [ 120.3419461, 30.1565531 ] ], [ [ 120.3419461, 30.1565531 ], [ 120.3419671, 30.1562857 ] ], [ [ 120.3419671, 30.1562857 ], [ 120.3419705, 30.1562424 ] ], [ [ 120.3419705, 30.1562424 ], [ 120.3418811, 30.1547491 ] ], [ [ 120.3418811, 30.1547491 ], [ 120.3418466, 30.1541736 ] ], [ [ 120.3418466, 30.1541736 ], [ 120.3419557, 30.1540967 ] ], [ [ 120.3419557, 30.1540967 ], [ 120.3429329, 30.1540316 ] ], [ [ 120.3486661, 30.1557658 ], [ 120.3487628, 30.1565141 ] ], [ [ 120.3487628, 30.1565141 ], [ 120.3487631, 30.1569155 ] ], [ [ 120.3487631, 30.1569155 ], [ 120.3487633, 30.1572743 ] ], [ [ 120.3487633, 30.1572743 ], [ 120.3487634, 30.157455 ] ], [ [ 120.3487634, 30.157455 ], [ 120.3487642, 30.1585415 ] ], [ [ 120.320295, 30.1545994 ], [ 120.3202927, 30.1559194 ] ], [ [ 120.3202927, 30.1559194 ], [ 120.3213865, 30.1559078 ] ], [ [ 120.3213865, 30.1559078 ], [ 120.3218565, 30.1559028 ] ], [ [ 120.3218565, 30.1559028 ], [ 120.3232421, 30.1558882 ] ], [ [ 120.3232421, 30.1558882 ], [ 120.3245104, 30.1558748 ] ], [ [ 120.3245104, 30.1558748 ], [ 120.3251196, 30.1558684 ] ], [ [ 120.3251196, 30.1558684 ], [ 120.32563, 30.155863 ] ], [ [ 120.32563, 30.155863 ], [ 120.3256759, 30.1558578 ] ], [ [ 120.3256759, 30.1558578 ], [ 120.3262462, 30.1557928 ] ], [ [ 120.3160476, 30.1634455 ], [ 120.3156271, 30.162013 ] ], [ [ 120.3156271, 30.162013 ], [ 120.315441, 30.161379 ] ], [ [ 120.315441, 30.161379 ], [ 120.3151819, 30.1604963 ] ], [ [ 120.3151819, 30.1604963 ], [ 120.3154433, 30.160359 ] ], [ [ 120.3154433, 30.160359 ], [ 120.3159615, 30.1601613 ] ], [ [ 120.3159615, 30.1601613 ], [ 120.3163111, 30.1600483 ] ], [ [ 120.3163111, 30.1600483 ], [ 120.3166451, 30.1599938 ] ], [ [ 120.3166451, 30.1599938 ], [ 120.3168624, 30.1599676 ] ], [ [ 120.3168624, 30.1599676 ], [ 120.3182289, 30.1598142 ] ], [ [ 120.3182289, 30.1598142 ], [ 120.3188422, 30.1597453 ] ], [ [ 120.3188422, 30.1597453 ], [ 120.3203493, 30.1595761 ] ], [ [ 120.3203493, 30.1595761 ], [ 120.3204468, 30.1595923 ] ], [ [ 120.3204468, 30.1595923 ], [ 120.320592, 30.1596164 ] ], [ [ 120.320592, 30.1596164 ], [ 120.3208068, 30.1597577 ] ], [ [ 120.3208068, 30.1597577 ], [ 120.3209141, 30.1598586 ] ], [ [ 120.3209141, 30.1598586 ], [ 120.3212256, 30.1605648 ] ], [ [ 120.3212256, 30.1605648 ], [ 120.3218873, 30.1620645 ] ], [ [ 120.3218873, 30.1620645 ], [ 120.3224215, 30.1632755 ] ], [ [ 120.3526375, 30.1587283 ], [ 120.3527068, 30.1576173 ] ], [ [ 120.3526375, 30.1587283 ], [ 120.3559265, 30.1588896 ] ], [ [ 120.3559265, 30.1588896 ], [ 120.3560313, 30.1588947 ] ], [ [ 120.3560313, 30.1588947 ], [ 120.3576821, 30.1589757 ] ], [ [ 120.3576821, 30.1589757 ], [ 120.3580473, 30.1589906 ] ], [ [ 120.3580473, 30.1589906 ], [ 120.3583581, 30.1590048 ] ], [ [ 120.3583581, 30.1590048 ], [ 120.3641327, 30.1592692 ] ], [ [ 120.3641327, 30.1592692 ], [ 120.3731683, 30.1596829 ] ], [ [ 120.3731683, 30.1596829 ], [ 120.3747138, 30.1597536 ] ], [ [ 120.3747138, 30.1597536 ], [ 120.3764057, 30.1598311 ] ], [ [ 120.3559359, 30.1622643 ], [ 120.3558737, 30.1621343 ], [ 120.3559265, 30.1588896 ] ], [ [ 120.3560313, 30.1588947 ], [ 120.3559649, 30.1621204 ], [ 120.3559359, 30.1622643 ] ], [ [ 120.3758386, 30.1622326 ], [ 120.376344, 30.1622681 ] ], [ [ 120.376344, 30.1622681 ], [ 120.3768124, 30.1622468 ] ], [ [ 120.3768124, 30.1622468 ], [ 120.3772314, 30.1622149 ] ], [ [ 120.3772314, 30.1622149 ], [ 120.3777798, 30.1621403 ] ], [ [ 120.3777798, 30.1621403 ], [ 120.3784145, 30.1621083 ] ], [ [ 120.3784145, 30.1621083 ], [ 120.3787843, 30.162105 ] ], [ [ 120.3787843, 30.162105 ], [ 120.3790122, 30.162103 ] ], [ [ 120.3790122, 30.162103 ], [ 120.3794111, 30.1621257 ] ], [ [ 120.3794111, 30.1621257 ], [ 120.3836954, 30.1623694 ] ], [ [ 120.3836954, 30.1623694 ], [ 120.3841145, 30.1623001 ] ], [ [ 120.3841145, 30.1623001 ], [ 120.3843733, 30.1622415 ] ], [ [ 120.3843733, 30.1622415 ], [ 120.3846347, 30.1621328 ] ], [ [ 120.3559359, 30.1622643 ], [ 120.3559411, 30.1624235 ] ], [ [ 120.3559411, 30.1624235 ], [ 120.3559011, 30.1636627 ] ], [ [ 120.3559011, 30.1636627 ], [ 120.3558833, 30.164246 ] ], [ [ 120.3558833, 30.164246 ], [ 120.3558484, 30.1653879 ] ], [ [ 120.3558484, 30.1653879 ], [ 120.355845, 30.1654983 ] ], [ [ 120.3160755, 30.1635647 ], [ 120.3160476, 30.1634455 ] ], [ [ 120.3487642, 30.1585415 ], [ 120.3523529, 30.1587146 ] ], [ [ 120.3523529, 30.1587146 ], [ 120.3526375, 30.1587283 ] ], [ [ 120.3487642, 30.1585415 ], [ 120.34875, 30.159159 ] ], [ [ 120.34875, 30.159159 ], [ 120.3485663, 30.1615097 ] ], [ [ 120.3485663, 30.1615097 ], [ 120.3485089, 30.1622434 ] ], [ [ 120.3485089, 30.1622434 ], [ 120.3484617, 30.163837 ] ], [ [ 120.3484617, 30.163837 ], [ 120.3485116, 30.1646813 ] ], [ [ 120.3485116, 30.1646813 ], [ 120.3485395, 30.1651527 ] ], [ [ 120.3485395, 30.1651527 ], [ 120.3486478, 30.1672529 ] ], [ [ 120.3486478, 30.1672529 ], [ 120.348744, 30.167484 ] ], [ [ 120.4321993, 30.1383348 ], [ 120.4329041, 30.1383895 ] ], [ [ 120.4329041, 30.1383895 ], [ 120.4332421, 30.138406 ] ], [ [ 120.4332421, 30.138406 ], [ 120.4338413, 30.1384418 ] ], [ [ 120.4338413, 30.1384418 ], [ 120.4347892, 30.1384984 ] ], [ [ 120.4347892, 30.1384984 ], [ 120.4348594, 30.1385026 ] ], [ [ 120.4348594, 30.1385026 ], [ 120.4351705, 30.1385444 ] ], [ [ 120.4351705, 30.1385444 ], [ 120.4352587, 30.1385706 ] ], [ [ 120.4352587, 30.1385706 ], [ 120.4354099, 30.1386156 ] ], [ [ 120.4354099, 30.1386156 ], [ 120.4354978, 30.1386418 ] ], [ [ 120.4354978, 30.1386418 ], [ 120.4361056, 30.138886 ] ], [ [ 120.4361056, 30.138886 ], [ 120.4365331, 30.138934 ] ], [ [ 120.4365331, 30.138934 ], [ 120.437005079446251, 30.13893830671983 ] ], [ [ 120.439520602693889, 30.142430585209887 ], [ 120.4393632, 30.1452243 ] ], [ [ 120.4393632, 30.1452243 ], [ 120.4393393, 30.1463511 ] ], [ [ 120.4393393, 30.1463511 ], [ 120.4391978, 30.1472347 ] ], [ [ 120.4391978, 30.1472347 ], [ 120.4391605, 30.1474676 ] ], [ [ 120.4391605, 30.1474676 ], [ 120.4391069, 30.1478019 ] ], [ [ 120.4391069, 30.1478019 ], [ 120.4386838, 30.1497214 ] ], [ [ 120.4386838, 30.1497214 ], [ 120.4386246, 30.1505513 ] ], [ [ 120.4386246, 30.1505513 ], [ 120.4386733, 30.1535142 ] ], [ [ 120.4386733, 30.1535142 ], [ 120.4386727, 30.1539633 ] ], [ [ 120.4386727, 30.1539633 ], [ 120.4386725, 30.1541376 ] ], [ [ 120.4386725, 30.1541376 ], [ 120.4386719, 30.1545878 ] ], [ [ 120.4386719, 30.1545878 ], [ 120.4386715, 30.1548522 ] ], [ [ 120.4386715, 30.1548522 ], [ 120.4386709, 30.1553044 ] ], [ [ 120.4047257, 30.1536235 ], [ 120.4041149, 30.1536915 ] ], [ [ 120.4041149, 30.1536915 ], [ 120.4039088, 30.1537145 ] ], [ [ 120.4039088, 30.1537145 ], [ 120.4036639, 30.1537418 ] ], [ [ 120.4036639, 30.1537418 ], [ 120.402659, 30.1538622 ] ], [ [ 120.402659, 30.1538622 ], [ 120.4016963, 30.1539776 ] ], [ [ 120.4016963, 30.1539776 ], [ 120.4012398, 30.1540343 ] ], [ [ 120.4012398, 30.1540343 ], [ 120.4003311, 30.1541471 ] ], [ [ 120.4003311, 30.1541471 ], [ 120.4000968, 30.1541665 ] ], [ [ 120.3999207, 30.1542255 ], [ 120.4000968, 30.1541665 ] ], [ [ 120.3999207, 30.1542255 ], [ 120.3995653, 30.1543068 ] ], [ [ 120.3995653, 30.1543068 ], [ 120.3983673, 30.15466 ] ], [ [ 120.3983673, 30.15466 ], [ 120.3976632, 30.1548549 ] ], [ [ 120.3976632, 30.1548549 ], [ 120.3973371, 30.1549728 ] ], [ [ 120.3973371, 30.1549728 ], [ 120.3970814, 30.1551242 ] ], [ [ 120.3970814, 30.1551242 ], [ 120.3967704, 30.1553618 ] ], [ [ 120.3967704, 30.1553618 ], [ 120.3959429, 30.1559417 ] ], [ [ 120.3959429, 30.1559417 ], [ 120.3958894, 30.1559792 ] ], [ [ 120.3958894, 30.1559792 ], [ 120.3951255, 30.1565508 ] ], [ [ 120.3951255, 30.1565508 ], [ 120.3950337, 30.1566168 ] ], [ [ 120.3904955, 30.1583084 ], [ 120.391111, 30.1581341 ] ], [ [ 120.391111, 30.1581341 ], [ 120.3921197, 30.1578586 ] ], [ [ 120.3921197, 30.1578586 ], [ 120.3933535, 30.1575613 ] ], [ [ 120.3933535, 30.1575613 ], [ 120.3938655, 30.1573739 ] ], [ [ 120.3938655, 30.1573739 ], [ 120.3941458, 30.1572373 ] ], [ [ 120.3941458, 30.1572373 ], [ 120.3945021, 30.1569984 ] ], [ [ 120.3945021, 30.1569984 ], [ 120.3950337, 30.1566168 ] ], [ [ 120.3950337, 30.1566168 ], [ 120.3951345, 30.1567149 ] ], [ [ 120.3951345, 30.1567149 ], [ 120.3953188, 30.1569862 ] ], [ [ 120.3953188, 30.1569862 ], [ 120.3959318, 30.1584022 ] ], [ [ 120.3959318, 30.1584022 ], [ 120.3960331, 30.1586363 ] ], [ [ 120.3960331, 30.1586363 ], [ 120.3960812, 30.1587537 ] ], [ [ 120.3960812, 30.1587537 ], [ 120.3961755, 30.1589843 ] ], [ [ 120.3961755, 30.1589843 ], [ 120.396357, 30.1594275 ] ], [ [ 120.396357, 30.1594275 ], [ 120.3967237, 30.160323 ] ], [ [ 120.3967237, 30.160323 ], [ 120.3967492, 30.1603853 ] ], [ [ 120.3846347, 30.1621328 ], [ 120.385803, 30.1614901 ] ], [ [ 120.385803, 30.1614901 ], [ 120.3859467, 30.1614282 ] ], [ [ 120.3859467, 30.1614282 ], [ 120.3862064, 30.1613163 ] ], [ [ 120.3862064, 30.1613163 ], [ 120.3865053, 30.1611439 ] ], [ [ 120.3865053, 30.1611439 ], [ 120.3867767, 30.1609284 ] ], [ [ 120.3867767, 30.1609284 ], [ 120.3869883, 30.160762 ] ], [ [ 120.3869883, 30.160762 ], [ 120.3873871, 30.1604483 ] ], [ [ 120.3873871, 30.1604483 ], [ 120.3881004, 30.159853 ] ], [ [ 120.3881004, 30.159853 ], [ 120.3887949, 30.1592652 ] ], [ [ 120.3887949, 30.1592652 ], [ 120.3891691, 30.1589485 ] ], [ [ 120.3891691, 30.1589485 ], [ 120.3895144, 30.1586906 ] ], [ [ 120.3895144, 30.1586906 ], [ 120.3896923, 30.1585791 ] ], [ [ 120.3896923, 30.1585791 ], [ 120.3899097, 30.1584794 ] ], [ [ 120.3899097, 30.1584794 ], [ 120.3901665, 30.1583916 ] ], [ [ 120.3901665, 30.1583916 ], [ 120.3904425, 30.1583218 ] ], [ [ 120.3904425, 30.1583218 ], [ 120.3904955, 30.1583084 ] ], [ [ 120.4386526, 30.1662405 ], [ 120.4385893, 30.1612808 ] ], [ [ 120.4385893, 30.1612808 ], [ 120.4385884, 30.161209 ] ], [ [ 120.4385884, 30.161209 ], [ 120.4385792, 30.1604856 ] ], [ [ 120.4385792, 30.1604856 ], [ 120.4385584, 30.1588609 ] ], [ [ 120.4385584, 30.1588609 ], [ 120.4385544, 30.1585449 ] ], [ [ 120.4385544, 30.1585449 ], [ 120.4386612, 30.1570137 ] ], [ [ 120.4386612, 30.1570137 ], [ 120.4387052, 30.1563838 ] ], [ [ 120.4387052, 30.1563838 ], [ 120.4386973, 30.1561356 ] ], [ [ 120.4386973, 30.1561356 ], [ 120.4386928, 30.1559922 ] ], [ [ 120.4386928, 30.1559922 ], [ 120.4386709, 30.1553044 ] ], [ [ 120.3904955, 30.1583084 ], [ 120.3909028, 30.1598525 ] ], [ [ 120.3909028, 30.1598525 ], [ 120.3910758, 30.1605081 ] ], [ [ 120.3910758, 30.1605081 ], [ 120.3913113, 30.1614008 ] ], [ [ 120.3913113, 30.1614008 ], [ 120.3917776, 30.1631685 ] ], [ [ 120.3917776, 30.1631685 ], [ 120.3918103, 30.1632924 ] ], [ [ 120.3967492, 30.1603853 ], [ 120.396784, 30.1605171 ] ], [ [ 120.396784, 30.1605171 ], [ 120.3968109, 30.1606189 ] ], [ [ 120.3968109, 30.1606189 ], [ 120.3973181, 30.1625401 ] ], [ [ 120.3945769, 30.1629194 ], [ 120.3941533, 30.1618766 ] ], [ [ 120.3941533, 30.1618766 ], [ 120.3938003, 30.1610077 ] ], [ [ 120.3973181, 30.1625401 ], [ 120.3979043, 30.1624575 ] ], [ [ 120.3979043, 30.1624575 ], [ 120.3998547, 30.1624394 ] ], [ [ 120.3998547, 30.1624394 ], [ 120.4003856, 30.1624297 ] ], [ [ 120.4003856, 30.1624297 ], [ 120.4040596, 30.1623623 ] ], [ [ 120.3973181, 30.1625401 ], [ 120.3957343, 30.1627634 ] ], [ [ 120.3957343, 30.1627634 ], [ 120.395605, 30.1627808 ] ], [ [ 120.4498347, 30.1546133 ], [ 120.4497602, 30.1555603 ] ], [ [ 120.4497602, 30.1555603 ], [ 120.4497555, 30.1556207 ] ], [ [ 120.4497555, 30.1556207 ], [ 120.4495241, 30.1585635 ] ], [ [ 120.4495241, 30.1585635 ], [ 120.4495046, 30.1587119 ] ], [ [ 120.4495046, 30.1587119 ], [ 120.4493869, 30.1594816 ] ], [ [ 120.4493869, 30.1594816 ], [ 120.4488949, 30.1618262 ] ], [ [ 120.4488949, 30.1618262 ], [ 120.4488173, 30.1621126 ] ], [ [ 120.4488173, 30.1621126 ], [ 120.4487754, 30.162322 ] ], [ [ 120.4487754, 30.162322 ], [ 120.4487831, 30.1624208 ] ], [ [ 120.4487831, 30.1624208 ], [ 120.4486939, 30.1633406 ] ], [ [ 120.4486939, 30.1633406 ], [ 120.4485742, 30.1658174 ] ], [ [ 120.4485742, 30.1658174 ], [ 120.4485524, 30.1667735 ] ], [ [ 120.4485524, 30.1667735 ], [ 120.4485509, 30.1687876 ] ], [ [ 120.4485509, 30.1687876 ], [ 120.4485503, 30.1696018 ] ], [ [ 120.4485503, 30.1696018 ], [ 120.447087, 30.1695651 ] ], [ [ 120.447087, 30.1695651 ], [ 120.4468827, 30.16956 ] ], [ [ 120.4468827, 30.16956 ], [ 120.4456196, 30.1695283 ] ], [ [ 120.4456196, 30.1695283 ], [ 120.445317, 30.1695208 ] ], [ [ 120.445317, 30.1695208 ], [ 120.4440402, 30.1694888 ] ], [ [ 120.4440402, 30.1694888 ], [ 120.4437864, 30.1694824 ] ], [ [ 120.4437864, 30.1694824 ], [ 120.4429343, 30.1694193 ] ], [ [ 120.4429343, 30.1694193 ], [ 120.4416859, 30.1689941 ] ], [ [ 120.4416859, 30.1689941 ], [ 120.4415443, 30.1689458 ] ], [ [ 120.4415443, 30.1689458 ], [ 120.4408068, 30.168493 ] ], [ [ 120.4408068, 30.168493 ], [ 120.4389537, 30.1667799 ] ], [ [ 120.4389537, 30.1667799 ], [ 120.4387581, 30.1666218 ] ], [ [ 120.4387581, 30.1666218 ], [ 120.4386526, 30.1662405 ] ], [ [ 120.3945769, 30.1629194 ], [ 120.395605, 30.1627808 ] ], [ [ 120.3918103, 30.1632924 ], [ 120.3929148, 30.1631435 ] ], [ [ 120.3929148, 30.1631435 ], [ 120.3943924, 30.1629443 ] ], [ [ 120.3943924, 30.1629443 ], [ 120.3945769, 30.1629194 ] ], [ [ 120.3918103, 30.1632924 ], [ 120.3918479, 30.1634644 ] ], [ [ 120.3918479, 30.1634644 ], [ 120.3921094, 30.1646588 ] ], [ [ 120.3921094, 30.1646588 ], [ 120.3925259, 30.1665619 ] ], [ [ 120.4031344, 30.1667574 ], [ 120.4030191, 30.1664595 ] ], [ [ 120.4030191, 30.1664595 ], [ 120.4029215, 30.1661661 ] ], [ [ 120.4029215, 30.1661661 ], [ 120.4029045, 30.1661188 ] ], [ [ 120.4029045, 30.1661188 ], [ 120.4028073, 30.165849 ] ], [ [ 120.4028073, 30.165849 ], [ 120.4024509, 30.1648591 ] ], [ [ 120.4024509, 30.1648591 ], [ 120.4023959, 30.1647062 ] ], [ [ 120.4031344, 30.1667574 ], [ 120.4032085, 30.1672976 ] ], [ [ 120.4032085, 30.1672976 ], [ 120.4032286, 30.1674447 ] ], [ [ 120.4032286, 30.1674447 ], [ 120.4032928, 30.1676186 ] ], [ [ 120.4032928, 30.1676186 ], [ 120.4034597, 30.1675956 ] ], [ [ 120.4034597, 30.1675956 ], [ 120.4035136, 30.1676301 ] ], [ [ 120.4035136, 30.1676301 ], [ 120.4035961, 30.1676829 ] ], [ [ 120.4031344, 30.1667574 ], [ 120.4032689, 30.167131 ] ], [ [ 120.4032689, 30.167131 ], [ 120.4033469, 30.1672626 ] ], [ [ 120.4033469, 30.1672626 ], [ 120.4035961, 30.1676829 ] ], [ [ 120.386469, 30.1686915 ], [ 120.3864046, 30.1684258 ] ], [ [ 120.3864046, 30.1684258 ], [ 120.3862539, 30.1676358 ] ], [ [ 120.4386526, 30.1662405 ], [ 120.4386411, 30.166999 ] ], [ [ 120.4386411, 30.166999 ], [ 120.4386346, 30.1674247 ] ], [ [ 120.4386346, 30.1674247 ], [ 120.4385863, 30.1678371 ] ], [ [ 120.4385863, 30.1678371 ], [ 120.4385171, 30.1681719 ] ], [ [ 120.4385171, 30.1681719 ], [ 120.4383581, 30.1687217 ] ], [ [ 120.4383581, 30.1687217 ], [ 120.4383194, 30.1688049 ] ], [ [ 120.4383194, 30.1688049 ], [ 120.4380746, 30.1693314 ] ], [ [ 120.4380746, 30.1693314 ], [ 120.4374248, 30.1703415 ] ], [ [ 120.4374248, 30.1703415 ], [ 120.4371225, 30.1708775 ] ], [ [ 120.4371225, 30.1708775 ], [ 120.4370451, 30.1710147 ] ], [ [ 120.4370451, 30.1710147 ], [ 120.4369623, 30.1711615 ] ], [ [ 120.3856592, 30.1730318 ], [ 120.3856266, 30.172833 ] ], [ [ 120.3856266, 30.172833 ], [ 120.3856358, 30.1726189 ] ], [ [ 120.3856358, 30.1726189 ], [ 120.385671, 30.1724642 ] ], [ [ 120.385671, 30.1724642 ], [ 120.385904, 30.1719797 ] ], [ [ 120.385904, 30.1719797 ], [ 120.3859599, 30.171868 ] ], [ [ 120.3859599, 30.171868 ], [ 120.3863141, 30.171161 ] ], [ [ 120.3863141, 30.171161 ], [ 120.3863768, 30.1710401 ] ], [ [ 120.3863768, 30.1710401 ], [ 120.3865058, 30.1707915 ] ], [ [ 120.3865058, 30.1707915 ], [ 120.3865317, 30.1707415 ] ], [ [ 120.3865317, 30.1707415 ], [ 120.3866421, 30.1705361 ] ], [ [ 120.3866421, 30.1705361 ], [ 120.3867293, 30.1702673 ] ], [ [ 120.3867293, 30.1702673 ], [ 120.3867587, 30.1700252 ] ], [ [ 120.3867587, 30.1700252 ], [ 120.3867457, 30.1699217 ] ], [ [ 120.3867457, 30.1699217 ], [ 120.3867275, 30.1697764 ] ], [ [ 120.3867275, 30.1697764 ], [ 120.3866055, 30.1692545 ] ], [ [ 120.3866055, 30.1692545 ], [ 120.386469, 30.1686915 ] ], [ [ 120.4363201, 30.1713248 ], [ 120.4364405, 30.1712314 ] ], [ [ 120.4364405, 30.1712314 ], [ 120.4366365, 30.1711901 ] ], [ [ 120.4366365, 30.1711901 ], [ 120.4369623, 30.1711615 ] ], [ [ 120.436759, 30.171522 ], [ 120.4369623, 30.1711615 ] ], [ [ 120.5066478, 30.1722319 ], [ 120.5070427, 30.1723646 ] ], [ [ 120.5070427, 30.1723646 ], [ 120.5071983, 30.1723507 ] ], [ [ 120.5071983, 30.1723507 ], [ 120.5073431, 30.1722997 ] ], [ [ 120.5073431, 30.1722997 ], [ 120.5081203, 30.1712032 ] ], [ [ 120.4534198, 30.1697239 ], [ 120.450413, 30.1696485 ] ], [ [ 120.450413, 30.1696485 ], [ 120.4502677, 30.1696449 ] ], [ [ 120.4502677, 30.1696449 ], [ 120.4485503, 30.1696018 ] ], [ [ 120.4481056, 30.1771421 ], [ 120.4481356, 30.1761771 ] ], [ [ 120.4481356, 30.1761771 ], [ 120.4481449, 30.175876 ] ], [ [ 120.4481449, 30.175876 ], [ 120.448155, 30.1755524 ] ], [ [ 120.448155, 30.1755524 ], [ 120.4481992, 30.1749095 ] ], [ [ 120.4481992, 30.1749095 ], [ 120.4482172, 30.1746486 ] ], [ [ 120.4482172, 30.1746486 ], [ 120.4482963, 30.1734986 ] ], [ [ 120.4482963, 30.1734986 ], [ 120.4483302, 30.1730059 ] ], [ [ 120.4483302, 30.1730059 ], [ 120.4483348, 30.1729385 ] ], [ [ 120.4483348, 30.1729385 ], [ 120.4485187, 30.1702635 ] ], [ [ 120.4485187, 30.1702635 ], [ 120.4485503, 30.1696018 ] ], [ [ 120.436759, 30.171522 ], [ 120.4393316, 30.1726774 ] ], [ [ 120.4393316, 30.1726774 ], [ 120.4393866, 30.1727021 ] ], [ [ 120.4393866, 30.1727021 ], [ 120.4395551, 30.1727778 ] ], [ [ 120.4395551, 30.1727778 ], [ 120.4407085, 30.1733333 ] ], [ [ 120.4407085, 30.1733333 ], [ 120.4413566, 30.1736942 ] ], [ [ 120.4413566, 30.1736942 ], [ 120.4414609, 30.1738556 ] ], [ [ 120.4414609, 30.1738556 ], [ 120.4416037, 30.1745441 ] ], [ [ 120.4416037, 30.1745441 ], [ 120.4416696, 30.174734 ] ], [ [ 120.4416696, 30.174734 ], [ 120.441774, 30.1747815 ] ], [ [ 120.441774, 30.1747815 ], [ 120.4427748, 30.1747277 ] ], [ [ 120.4427748, 30.1747277 ], [ 120.4429219, 30.1747198 ] ], [ [ 120.4429219, 30.1747198 ], [ 120.4447069, 30.1747388 ] ], [ [ 120.4447069, 30.1747388 ], [ 120.4447728, 30.1748052 ] ], [ [ 120.4447728, 30.1748052 ], [ 120.4447767, 30.1752407 ] ], [ [ 120.4447767, 30.1752407 ], [ 120.4447786, 30.1754447 ] ], [ [ 120.4447786, 30.1754447 ], [ 120.4447838, 30.1760208 ] ], [ [ 120.4447838, 30.1760208 ], [ 120.4447733, 30.1761441 ] ], [ [ 120.4447733, 30.1761441 ], [ 120.4446904, 30.1771128 ] ], [ [ 120.4686989, 30.1749137 ], [ 120.4684092, 30.174982 ] ], [ [ 120.4684092, 30.174982 ], [ 120.4670627, 30.1754564 ] ], [ [ 120.4670627, 30.1754564 ], [ 120.4670195, 30.1754755 ] ], [ [ 120.4670195, 30.1754755 ], [ 120.4661564, 30.1758566 ] ], [ [ 120.5536759, 30.1596413 ], [ 120.5536531, 30.1595967 ] ], [ [ 120.5536531, 30.1595967 ], [ 120.553576, 30.1594457 ] ], [ [ 120.553576, 30.1594457 ], [ 120.5534935, 30.1592841 ] ], [ [ 120.5534935, 30.1592841 ], [ 120.5533869, 30.1591663 ] ], [ [ 120.5533869, 30.1591663 ], [ 120.5531045, 30.1588543 ] ], [ [ 120.5473834, 30.1610142 ], [ 120.5478826, 30.1608625 ] ], [ [ 120.5478826, 30.1608625 ], [ 120.5491698, 30.1604715 ] ], [ [ 120.5491698, 30.1604715 ], [ 120.549317, 30.160423 ] ], [ [ 120.549317, 30.160423 ], [ 120.5495775, 30.160337 ] ], [ [ 120.5495775, 30.160337 ], [ 120.5508596, 30.1600726 ] ], [ [ 120.5508596, 30.1600726 ], [ 120.5517018, 30.1599289 ] ], [ [ 120.5517018, 30.1599289 ], [ 120.5527179, 30.1597809 ] ], [ [ 120.5527179, 30.1597809 ], [ 120.5536182, 30.1596497 ] ], [ [ 120.5536182, 30.1596497 ], [ 120.5536759, 30.1596413 ] ], [ [ 120.5323996, 30.1609968 ], [ 120.532532, 30.1621668 ] ], [ [ 120.532532, 30.1621668 ], [ 120.5325294, 30.1622966 ] ], [ [ 120.5325294, 30.1622966 ], [ 120.5325106, 30.1624659 ] ], [ [ 120.5325106, 30.1624659 ], [ 120.5325454, 30.1627001 ] ], [ [ 120.5325454, 30.1627001 ], [ 120.5325669, 30.1627442 ] ], [ [ 120.5473834, 30.1610142 ], [ 120.5469381, 30.1611353 ] ], [ [ 120.5469381, 30.1611353 ], [ 120.5464286, 30.1612739 ] ], [ [ 120.5464286, 30.1612739 ], [ 120.5459994, 30.1613389 ] ], [ [ 120.5459994, 30.1613389 ], [ 120.5456024, 30.1613296 ] ], [ [ 120.5456024, 30.1613296 ], [ 120.5451089, 30.1612925 ] ], [ [ 120.5451089, 30.1612925 ], [ 120.544967119491488, 30.161290914240855 ] ], [ [ 120.544967119491488, 30.161290914240855 ], [ 120.5442774, 30.1612832 ] ], [ [ 120.5442774, 30.1612832 ], [ 120.542829, 30.1613667 ] ], [ [ 120.542829, 30.1613667 ], [ 120.5415201, 30.1614131 ] ], [ [ 120.5415201, 30.1614131 ], [ 120.5411902, 30.161384 ] ], [ [ 120.5411902, 30.161384 ], [ 120.540415, 30.1613157 ] ], [ [ 120.540415, 30.1613157 ], [ 120.5398974, 30.1612623 ] ], [ [ 120.5398974, 30.1612623 ], [ 120.5387413, 30.1613064 ] ], [ [ 120.5387413, 30.1613064 ], [ 120.537352, 30.161376 ] ], [ [ 120.537352, 30.161376 ], [ 120.5372226, 30.1613687 ] ], [ [ 120.5372226, 30.1613687 ], [ 120.5369684, 30.161376 ] ], [ [ 120.5369684, 30.161376 ], [ 120.5365527, 30.1614409 ] ], [ [ 120.5365527, 30.1614409 ], [ 120.5362619, 30.1615247 ] ], [ [ 120.5362619, 30.1615247 ], [ 120.5360055, 30.1615986 ] ], [ [ 120.5360055, 30.1615986 ], [ 120.5358821, 30.161689 ] ], [ [ 120.5358821, 30.161689 ], [ 120.5358285, 30.1617841 ] ], [ [ 120.5358285, 30.1617841 ], [ 120.5358231, 30.1618862 ] ], [ [ 120.5358231, 30.1618862 ], [ 120.5358177, 30.1619812 ] ], [ [ 120.5358177, 30.1619812 ], [ 120.5358016, 30.1620114 ] ], [ [ 120.5358016, 30.1620114 ], [ 120.5356944, 30.1621134 ] ], [ [ 120.5356944, 30.1621134 ], [ 120.5356461, 30.1622108 ] ], [ [ 120.5356461, 30.1622108 ], [ 120.5356112, 30.1623616 ] ], [ [ 120.5356112, 30.1623616 ], [ 120.5355227, 30.1624706 ] ], [ [ 120.5355227, 30.1624706 ], [ 120.5352411, 30.162568 ] ], [ [ 120.5352411, 30.162568 ], [ 120.5347717, 30.1626561 ] ], [ [ 120.5347717, 30.1626561 ], [ 120.5338651, 30.1626607 ] ], [ [ 120.5338651, 30.1626607 ], [ 120.5330631, 30.162677 ] ], [ [ 120.5330631, 30.162677 ], [ 120.5326822, 30.1627001 ] ], [ [ 120.5326822, 30.1627001 ], [ 120.5325669, 30.1627442 ] ], [ [ 120.5892173, 30.1523094 ], [ 120.5893655, 30.1528212 ] ], [ [ 120.5893655, 30.1528212 ], [ 120.5895849, 30.1535791 ] ], [ [ 120.5895849, 30.1535791 ], [ 120.5896671, 30.1538712 ] ], [ [ 120.5896671, 30.1538712 ], [ 120.5900891, 30.1553695 ] ], [ [ 120.5900891, 30.1553695 ], [ 120.5903021, 30.1566367 ] ], [ [ 120.5903021, 30.1566367 ], [ 120.5904539, 30.1575403 ] ], [ [ 120.5904539, 30.1575403 ], [ 120.5904819, 30.1579293 ] ], [ [ 120.5904819, 30.1579293 ], [ 120.5905215, 30.1584799 ] ], [ [ 120.5905215, 30.1584799 ], [ 120.5905475, 30.158842 ] ], [ [ 120.5905475, 30.158842 ], [ 120.5905827, 30.1593307 ] ], [ [ 120.5905827, 30.1593307 ], [ 120.5905681, 30.1600709 ] ], [ [ 120.5905681, 30.1600709 ], [ 120.5905505, 30.1609633 ] ], [ [ 120.5905505, 30.1609633 ], [ 120.5905186, 30.1619568 ] ], [ [ 120.5905186, 30.1619568 ], [ 120.5904861, 30.162967 ] ], [ [ 120.5904861, 30.162967 ], [ 120.5904799, 30.1630662 ] ], [ [ 120.5904799, 30.1630662 ], [ 120.5904087, 30.1641955 ] ], [ [ 120.5904087, 30.1641955 ], [ 120.5903734, 30.1647555 ] ], [ [ 120.5903734, 30.1647555 ], [ 120.5903338, 30.1653839 ] ], [ [ 120.5903338, 30.1653839 ], [ 120.5903023, 30.1659452 ] ], [ [ 120.5903023, 30.1659452 ], [ 120.5902983, 30.1660164 ] ], [ [ 120.5902983, 30.1660164 ], [ 120.5902642, 30.1666224 ] ], [ [ 120.5902642, 30.1666224 ], [ 120.5902619, 30.1666633 ] ], [ [ 120.5902619, 30.1666633 ], [ 120.5902564, 30.1667611 ] ], [ [ 120.5902564, 30.1667611 ], [ 120.5902534, 30.1668139 ] ], [ [ 120.5902534, 30.1668139 ], [ 120.590228, 30.1672664 ] ], [ [ 120.590228, 30.1672664 ], [ 120.5901964, 30.1678276 ] ], [ [ 120.5901964, 30.1678276 ], [ 120.5900419, 30.1685005 ] ], [ [ 120.5963728, 30.1722687 ], [ 120.5962994, 30.1710222 ] ], [ [ 120.5962994, 30.1710222 ], [ 120.5962582, 30.1703228 ] ], [ [ 120.5962582, 30.1703228 ], [ 120.5961902, 30.1691672 ] ], [ [ 120.5961902, 30.1691672 ], [ 120.5961535, 30.1685445 ] ], [ [ 120.5961535, 30.1685445 ], [ 120.5961081, 30.1677746 ] ], [ [ 120.5961081, 30.1677746 ], [ 120.5960894, 30.1674566 ] ], [ [ 120.5960894, 30.1674566 ], [ 120.596025, 30.166578 ] ], [ [ 120.596025, 30.166578 ], [ 120.5960009, 30.1662497 ] ], [ [ 120.5960009, 30.1662497 ], [ 120.5959805, 30.1659719 ] ], [ [ 120.5959805, 30.1659719 ], [ 120.5958527, 30.1642279 ] ], [ [ 120.5958527, 30.1642279 ], [ 120.595812, 30.1636738 ] ], [ [ 120.595812, 30.1636738 ], [ 120.595738, 30.1626647 ] ], [ [ 120.595738, 30.1626647 ], [ 120.5956625, 30.1616341 ] ], [ [ 120.5956625, 30.1616341 ], [ 120.5956171, 30.1610148 ] ], [ [ 120.5956171, 30.1610148 ], [ 120.5955628, 30.1602735 ] ], [ [ 120.5955628, 30.1602735 ], [ 120.5955571, 30.1601968 ] ], [ [ 120.5955571, 30.1601968 ], [ 120.5955526, 30.1601354 ] ], [ [ 120.5955526, 30.1601354 ], [ 120.5955258, 30.1597694 ] ], [ [ 120.5955258, 30.1597694 ], [ 120.5954519, 30.1587919 ] ], [ [ 120.5954519, 30.1587919 ], [ 120.595414, 30.1582912 ] ], [ [ 120.595414, 30.1582912 ], [ 120.5952687, 30.1563698 ] ], [ [ 120.5952687, 30.1563698 ], [ 120.5952281, 30.1558333 ] ], [ [ 120.5952281, 30.1558333 ], [ 120.595136, 30.1546155 ] ], [ [ 120.595136, 30.1546155 ], [ 120.5950657, 30.1536856 ] ], [ [ 120.5950657, 30.1536856 ], [ 120.5950588, 30.1535765 ] ], [ [ 120.5950588, 30.1535765 ], [ 120.5950404, 30.153285 ] ], [ [ 120.5950404, 30.153285 ], [ 120.5950361, 30.1532201 ] ], [ [ 120.5950361, 30.1532201 ], [ 120.5950394, 30.1531551 ] ], [ [ 120.5950394, 30.1531551 ], [ 120.5950504, 30.1530908 ] ], [ [ 120.5950504, 30.1530908 ], [ 120.5950688, 30.1530277 ] ], [ [ 120.5950688, 30.1530277 ], [ 120.5950946, 30.1529666 ] ], [ [ 120.5950946, 30.1529666 ], [ 120.5951233, 30.1529146 ] ], [ [ 120.5951233, 30.1529146 ], [ 120.5951574, 30.152865 ] ], [ [ 120.5951574, 30.152865 ], [ 120.5951965, 30.1528182 ] ], [ [ 120.5951965, 30.1528182 ], [ 120.5962318, 30.1520343 ] ], [ [ 120.5962318, 30.1520343 ], [ 120.5962785, 30.1519935 ] ], [ [ 120.5962785, 30.1519935 ], [ 120.5963195, 30.1519484 ] ], [ [ 120.5963195, 30.1519484 ], [ 120.5963543, 30.1518995 ] ], [ [ 120.5963543, 30.1518995 ], [ 120.5963824, 30.1518475 ] ], [ [ 120.5963824, 30.1518475 ], [ 120.5964035, 30.1517931 ] ], [ [ 120.5964035, 30.1517931 ], [ 120.596417, 30.1517382 ] ], [ [ 120.596417, 30.1517382 ], [ 120.5964233, 30.1516823 ] ], [ [ 120.5964233, 30.1516823 ], [ 120.5964224, 30.1516261 ] ], [ [ 120.5964224, 30.1516261 ], [ 120.5964142, 30.1515704 ] ], [ [ 120.5964142, 30.1515704 ], [ 120.5964039, 30.1515189 ] ], [ [ 120.5964039, 30.1515189 ], [ 120.5963418, 30.1512079 ] ], [ [ 120.6095213, 30.1690911 ], [ 120.6094939, 30.1690351 ] ], [ [ 120.5234688, 30.164451 ], [ 120.5234989, 30.164438 ] ], [ [ 120.5234989, 30.164438 ], [ 120.5238229, 30.164298 ] ], [ [ 120.5238229, 30.164298 ], [ 120.5252016, 30.1640892 ] ], [ [ 120.5252016, 30.1640892 ], [ 120.5254103, 30.1640588 ] ], [ [ 120.5254103, 30.1640588 ], [ 120.5265708, 30.1638896 ] ], [ [ 120.5265708, 30.1638896 ], [ 120.5269825, 30.1638295 ] ], [ [ 120.5269825, 30.1638295 ], [ 120.5271274, 30.1637831 ] ], [ [ 120.5271274, 30.1637831 ], [ 120.527814, 30.1636254 ] ], [ [ 120.527814, 30.1636254 ], [ 120.5299383, 30.1630921 ] ], [ [ 120.5299383, 30.1630921 ], [ 120.5301168, 30.1630768 ] ], [ [ 120.5301168, 30.1630768 ], [ 120.530861, 30.1630132 ] ], [ [ 120.530861, 30.1630132 ], [ 120.532112, 30.1628293 ] ], [ [ 120.532112, 30.1628293 ], [ 120.532186, 30.1628184 ] ], [ [ 120.532186, 30.1628184 ], [ 120.532406, 30.1627906 ] ], [ [ 120.532406, 30.1627906 ], [ 120.5324639, 30.1627739 ] ], [ [ 120.5324639, 30.1627739 ], [ 120.5325669, 30.1627442 ] ], [ [ 120.5170089, 30.1667117 ], [ 120.5170104, 30.1666169 ] ], [ [ 120.5170104, 30.1666169 ], [ 120.5169972, 30.166431 ] ], [ [ 120.5169972, 30.166431 ], [ 120.5169833, 30.1660928 ] ], [ [ 120.5169833, 30.1660928 ], [ 120.5169994, 30.1652256 ] ], [ [ 120.5169994, 30.1652256 ], [ 120.5170078, 30.1647248 ] ], [ [ 120.5170078, 30.1647248 ], [ 120.5170121, 30.1644746 ] ], [ [ 120.5170121, 30.1644746 ], [ 120.517023, 30.1638252 ] ], [ [ 120.5209061, 30.1655591 ], [ 120.5197358, 30.1660931 ] ], [ [ 120.5197358, 30.1660931 ], [ 120.5185149, 30.1663739 ] ], [ [ 120.5185149, 30.1663739 ], [ 120.5170089, 30.1667117 ] ], [ [ 120.5209061, 30.1655591 ], [ 120.521276, 30.1675358 ] ], [ [ 120.5473834, 30.1610142 ], [ 120.5473638, 30.1609477 ] ], [ [ 120.5473638, 30.1609477 ], [ 120.5473205, 30.1608005 ] ], [ [ 120.5473205, 30.1608005 ], [ 120.5473051, 30.1607483 ] ], [ [ 120.5473051, 30.1607483 ], [ 120.5472897, 30.1606958 ] ], [ [ 120.5472897, 30.1606958 ], [ 120.5471629, 30.1602651 ] ], [ [ 120.5536759, 30.1596413 ], [ 120.5537421, 30.1596247 ] ], [ [ 120.5537421, 30.1596247 ], [ 120.5538932, 30.1595868 ] ], [ [ 120.5538932, 30.1595868 ], [ 120.5539504, 30.1595725 ] ], [ [ 120.5539504, 30.1595725 ], [ 120.55462, 30.1594047 ] ], [ [ 120.55462, 30.1594047 ], [ 120.5556987, 30.1591649 ] ], [ [ 120.5556987, 30.1591649 ], [ 120.5564976, 30.1589873 ] ], [ [ 120.5564976, 30.1589873 ], [ 120.5567344, 30.1595747 ] ], [ [ 120.5567344, 30.1595747 ], [ 120.5567969, 30.1597297 ] ], [ [ 120.5567969, 30.1597297 ], [ 120.5569471, 30.1601022 ] ], [ [ 120.5569471, 30.1601022 ], [ 120.5569724, 30.1601648 ] ], [ [ 120.5569724, 30.1601648 ], [ 120.5571702, 30.1606554 ] ], [ [ 120.5571702, 30.1606554 ], [ 120.5572453, 30.1608415 ] ], [ [ 120.5572453, 30.1608415 ], [ 120.5580854, 30.1629251 ] ], [ [ 120.5580854, 30.1629251 ], [ 120.5582653, 30.1633539 ] ], [ [ 120.5582653, 30.1633539 ], [ 120.5584588, 30.1638151 ] ], [ [ 120.5584588, 30.1638151 ], [ 120.5587221, 30.1644425 ] ], [ [ 120.5587221, 30.1644425 ], [ 120.5587948, 30.1646164 ] ], [ [ 120.5587948, 30.1646164 ], [ 120.5591089, 30.1653676 ] ], [ [ 120.5591089, 30.1653676 ], [ 120.5592118, 30.1656137 ] ], [ [ 120.5592118, 30.1656137 ], [ 120.5594703, 30.1662317 ] ], [ [ 120.5594703, 30.1662317 ], [ 120.5598295, 30.1670908 ] ], [ [ 120.5598295, 30.1670908 ], [ 120.5601097, 30.1677609 ] ], [ [ 120.5601097, 30.1677609 ], [ 120.5604666, 30.1686144 ] ], [ [ 120.5604666, 30.1686144 ], [ 120.5605047, 30.1687055 ] ], [ [ 120.5729388, 30.1651969 ], [ 120.5729683, 30.1652729 ] ], [ [ 120.5485927, 30.1712731 ], [ 120.5484353, 30.1709691 ] ], [ [ 120.5484353, 30.1709691 ], [ 120.5481626, 30.170237 ] ], [ [ 120.5481626, 30.170237 ], [ 120.5480799, 30.1700151 ] ], [ [ 120.5480799, 30.1700151 ], [ 120.5476754, 30.1689142 ] ], [ [ 120.5476754, 30.1689142 ], [ 120.5474907, 30.1684326 ] ], [ [ 120.5474907, 30.1684326 ], [ 120.5471662, 30.1675443 ] ], [ [ 120.5471662, 30.1675443 ], [ 120.5461594, 30.1645814 ] ], [ [ 120.5461594, 30.1645814 ], [ 120.5451182, 30.1617179 ] ], [ [ 120.5451182, 30.1617179 ], [ 120.5449788, 30.1613376 ] ], [ [ 120.5449788, 30.1613376 ], [ 120.544967119491488, 30.161290914240855 ] ], [ [ 120.544967119491488, 30.161290914240855 ], [ 120.5449144, 30.1610802 ] ], [ [ 120.5449144, 30.1610802 ], [ 120.5449065, 30.1610279 ] ], [ [ 120.5449065, 30.1610279 ], [ 120.5448098, 30.1602963 ] ], [ [ 120.5014481, 30.1669859 ], [ 120.5031563, 30.1662794 ] ], [ [ 120.5031563, 30.1662794 ], [ 120.5038541, 30.1661965 ] ], [ [ 120.5038541, 30.1661965 ], [ 120.5068628, 30.1662466 ] ], [ [ 120.521276, 30.1675358 ], [ 120.5239965, 30.1670287 ] ], [ [ 120.5170089, 30.1667117 ], [ 120.5172394, 30.168239 ] ], [ [ 120.521276, 30.1675358 ], [ 120.5201414, 30.1677377 ] ], [ [ 120.5201414, 30.1677377 ], [ 120.519994, 30.1677639 ] ], [ [ 120.519994, 30.1677639 ], [ 120.5197282, 30.1678112 ] ], [ [ 120.5197282, 30.1678112 ], [ 120.5194739, 30.1678564 ] ], [ [ 120.5194739, 30.1678564 ], [ 120.5192911, 30.1678889 ] ], [ [ 120.5192911, 30.1678889 ], [ 120.5175857, 30.1681799 ] ], [ [ 120.5175857, 30.1681799 ], [ 120.5175424, 30.1681873 ] ], [ [ 120.5175424, 30.1681873 ], [ 120.5174226, 30.1682077 ] ], [ [ 120.5174226, 30.1682077 ], [ 120.5172394, 30.168239 ] ], [ [ 120.5318236, 30.1682102 ], [ 120.5318616, 30.1682945 ] ], [ [ 120.5217523, 30.1699691 ], [ 120.5215387, 30.1688777 ] ], [ [ 120.5215387, 30.1688777 ], [ 120.5214632, 30.168492 ] ], [ [ 120.5214632, 30.168492 ], [ 120.5213984, 30.1681612 ] ], [ [ 120.5213984, 30.1681612 ], [ 120.521276, 30.1675358 ] ], [ [ 120.5172394, 30.168239 ], [ 120.5173103, 30.1685519 ] ], [ [ 120.5173103, 30.1685519 ], [ 120.5173609, 30.1687755 ] ], [ [ 120.5173609, 30.1687755 ], [ 120.5173748, 30.1688367 ] ], [ [ 120.5173748, 30.1688367 ], [ 120.5177967, 30.1704649 ] ], [ [ 120.5605316, 30.1687735 ], [ 120.5605047, 30.1687055 ] ], [ [ 120.5729683, 30.1652729 ], [ 120.5732452, 30.1659863 ] ], [ [ 120.5732452, 30.1659863 ], [ 120.5734005, 30.1663752 ] ], [ [ 120.5734005, 30.1663752 ], [ 120.5737268, 30.1671923 ] ], [ [ 120.5737268, 30.1671923 ], [ 120.5738138, 30.1674101 ] ], [ [ 120.5738138, 30.1674101 ], [ 120.5741035, 30.1682078 ] ], [ [ 120.5741035, 30.1682078 ], [ 120.5741672, 30.168625 ] ], [ [ 120.5741672, 30.168625 ], [ 120.5741786, 30.1686995 ] ], [ [ 120.5741786, 30.1686995 ], [ 120.5748975, 30.1708792 ] ], [ [ 120.5748975, 30.1708792 ], [ 120.5760593, 30.174095 ] ], [ [ 120.5760593, 30.174095 ], [ 120.5761522, 30.1743523 ] ], [ [ 120.5761522, 30.1743523 ], [ 120.5763685, 30.1749632 ] ], [ [ 120.5763685, 30.1749632 ], [ 120.5765414, 30.1754516 ] ], [ [ 120.5765414, 30.1754516 ], [ 120.5766688, 30.1758113 ] ], [ [ 120.5486262, 30.1713792 ], [ 120.5485927, 30.1712731 ] ], [ [ 120.4923675, 30.1755081 ], [ 120.491766824825859, 30.174351093934913 ] ], [ [ 120.4923675, 30.1755081 ], [ 120.4924254, 30.1756061 ] ], [ [ 120.4885173, 30.1761106 ], [ 120.4885496, 30.1762298 ] ], [ [ 120.4363201, 30.1713248 ], [ 120.436759, 30.171522 ] ], [ [ 120.4363201, 30.1713248 ], [ 120.4360751, 30.1714328 ] ], [ [ 120.4360751, 30.1714328 ], [ 120.4358791, 30.1716069 ] ], [ [ 120.4358791, 30.1716069 ], [ 120.4356937, 30.1717305 ] ], [ [ 120.4356937, 30.1717305 ], [ 120.435466, 30.1718913 ] ], [ [ 120.435466, 30.1718913 ], [ 120.4351899, 30.1720424 ] ], [ [ 120.4351899, 30.1720424 ], [ 120.4349216, 30.1721847 ] ], [ [ 120.4349216, 30.1721847 ], [ 120.4345924, 30.1722961 ] ], [ [ 120.4345924, 30.1722961 ], [ 120.4342254, 30.1724049 ] ], [ [ 120.4342254, 30.1724049 ], [ 120.4337711, 30.1725257 ] ], [ [ 120.4337711, 30.1725257 ], [ 120.4333553, 30.1726557 ] ], [ [ 120.4333553, 30.1726557 ], [ 120.4329534, 30.1727916 ] ], [ [ 120.4329534, 30.1727916 ], [ 120.4316744, 30.1732206 ] ], [ [ 120.4316744, 30.1732206 ], [ 120.431276, 30.1733656 ] ], [ [ 120.431276, 30.1733656 ], [ 120.4307413, 30.1735862 ] ], [ [ 120.4307413, 30.1735862 ], [ 120.4301577, 30.1739124 ] ], [ [ 120.4301577, 30.1739124 ], [ 120.429976, 30.1740665 ] ], [ [ 120.429976, 30.1740665 ], [ 120.4298747, 30.1742296 ] ], [ [ 120.4298747, 30.1742296 ], [ 120.4298572, 30.1743867 ] ], [ [ 120.4298572, 30.1743867 ], [ 120.4298921, 30.1745529 ] ], [ [ 120.4298921, 30.1745529 ], [ 120.4300144, 30.1746556 ] ], [ [ 120.4300144, 30.1746556 ], [ 120.4301752, 30.1747342 ] ], [ [ 120.4301752, 30.1747342 ], [ 120.4304303, 30.1747523 ] ], [ [ 120.4304303, 30.1747523 ], [ 120.4307169, 30.174707 ] ], [ [ 120.4307169, 30.174707 ], [ 120.4311572, 30.1746073 ] ], [ [ 120.4311572, 30.1746073 ], [ 120.4316814, 30.1745106 ] ], [ [ 120.4316814, 30.1745106 ], [ 120.4327752, 30.1743475 ] ], [ [ 120.4327752, 30.1743475 ], [ 120.4330784, 30.1743352 ] ], [ [ 120.4330784, 30.1743352 ], [ 120.4332975, 30.1743563 ] ], [ [ 120.4332975, 30.1743563 ], [ 120.4336138, 30.1744312 ] ], [ [ 120.4336138, 30.1744312 ], [ 120.4341759, 30.174553 ] ], [ [ 120.4341759, 30.174553 ], [ 120.4344159, 30.1745854 ] ], [ [ 120.4344159, 30.1745854 ], [ 120.4346668, 30.1745854 ] ], [ [ 120.4346668, 30.1745854 ], [ 120.4349816, 30.1745511 ] ], [ [ 120.4349816, 30.1745511 ], [ 120.4353339, 30.1745302 ] ], [ [ 120.4353339, 30.1745302 ], [ 120.435598, 30.1745188 ] ], [ [ 120.435598, 30.1745188 ], [ 120.4360515, 30.1745245 ] ], [ [ 120.4360515, 30.1745245 ], [ 120.4363818, 30.1745549 ] ], [ [ 120.4363818, 30.1745549 ], [ 120.4366349, 30.1746139 ] ], [ [ 120.4366349, 30.1746139 ], [ 120.436811, 30.1746863 ] ], [ [ 120.436811, 30.1746863 ], [ 120.4370642, 30.1748556 ] ], [ [ 120.4370642, 30.1748556 ], [ 120.4372381, 30.1749698 ] ], [ [ 120.4372381, 30.1749698 ], [ 120.4374275, 30.1750726 ] ], [ [ 120.4374275, 30.1750726 ], [ 120.437652, 30.1751563 ] ], [ [ 120.437652, 30.1751563 ], [ 120.4380307, 30.1752705 ] ], [ [ 120.4380307, 30.1752705 ], [ 120.4383279, 30.1753257 ] ], [ [ 120.4383279, 30.1753257 ], [ 120.4384335, 30.1753619 ] ], [ [ 120.4384335, 30.1753619 ], [ 120.4384908, 30.175419 ] ], [ [ 120.4384908, 30.175419 ], [ 120.4385326, 30.1755065 ] ], [ [ 120.4385326, 30.1755065 ], [ 120.4385194, 30.1755941 ] ], [ [ 120.4385194, 30.1755941 ], [ 120.4384687, 30.1756493 ] ], [ [ 120.4384687, 30.1756493 ], [ 120.4383851, 30.1756683 ] ], [ [ 120.4383851, 30.1756683 ], [ 120.4382706, 30.1756683 ] ], [ [ 120.4382706, 30.1756683 ], [ 120.4381605, 30.1756397 ] ], [ [ 120.4381605, 30.1756397 ], [ 120.4379954, 30.1755788 ] ], [ [ 120.4379954, 30.1755788 ], [ 120.4375045, 30.1753752 ] ], [ [ 120.4375045, 30.1753752 ], [ 120.4368507, 30.1751278 ] ], [ [ 120.4368507, 30.1751278 ], [ 120.4365337, 30.1750422 ] ], [ [ 120.4365337, 30.1750422 ], [ 120.4362012, 30.1750136 ] ], [ [ 120.4362012, 30.1750136 ], [ 120.4358776, 30.1750117 ] ], [ [ 120.4358776, 30.1750117 ], [ 120.4352172, 30.1751088 ] ], [ [ 120.4352172, 30.1751088 ], [ 120.4349002, 30.1751982 ] ], [ [ 120.4349002, 30.1751982 ], [ 120.4346206, 30.1753181 ] ], [ [ 120.4346206, 30.1753181 ], [ 120.4344797, 30.175379 ] ], [ [ 120.4344797, 30.175379 ], [ 120.4343344, 30.1754037 ] ], [ [ 120.4343344, 30.1754037 ], [ 120.4341561, 30.1753866 ] ], [ [ 120.4341561, 30.1753866 ], [ 120.4339425, 30.1753486 ] ], [ [ 120.4339425, 30.1753486 ], [ 120.433652, 30.1753067 ] ], [ [ 120.433652, 30.1753067 ], [ 120.4332975, 30.1753029 ] ], [ [ 120.4332975, 30.1753029 ], [ 120.4329475, 30.17536 ] ], [ [ 120.4329475, 30.17536 ], [ 120.4326525, 30.1754456 ] ], [ [ 120.4326525, 30.1754456 ], [ 120.4322981, 30.1755807 ] ], [ [ 120.4322981, 30.1755807 ], [ 120.4320537, 30.1756531 ] ], [ [ 120.4320537, 30.1756531 ], [ 120.4318336, 30.1757083 ] ], [ [ 120.4318336, 30.1757083 ], [ 120.4316222, 30.1757672 ] ], [ [ 120.4316222, 30.1757672 ], [ 120.4314593, 30.1758243 ] ], [ [ 120.4314593, 30.1758243 ], [ 120.4312986, 30.1759195 ] ], [ [ 120.4312986, 30.1759195 ], [ 120.4311137, 30.1760489 ] ], [ [ 120.4311137, 30.1760489 ], [ 120.4308473, 30.1762906 ] ], [ [ 120.4308473, 30.1762906 ], [ 120.4306139, 30.176557 ] ], [ [ 120.4306139, 30.176557 ], [ 120.4304356, 30.1767436 ] ], [ [ 120.4304356, 30.1767436 ], [ 120.4303189, 30.1768653 ] ], [ [ 120.4303189, 30.1768653 ], [ 120.4302177, 30.1769662 ] ], [ [ 120.4302177, 30.1769662 ], [ 120.4300922, 30.1770461 ] ], [ [ 120.4300922, 30.1770461 ], [ 120.4298875, 30.1771109 ] ], [ [ 120.4298875, 30.1771109 ], [ 120.4295903, 30.1771813 ] ], [ [ 120.4295903, 30.1771813 ], [ 120.4293151, 30.1772098 ] ], [ [ 120.4293151, 30.1772098 ], [ 120.4289364, 30.1772212 ] ], [ [ 120.4289364, 30.1772212 ], [ 120.4285886, 30.1772288 ] ], [ [ 120.4285886, 30.1772288 ], [ 120.4282936, 30.1772212 ] ], [ [ 120.4282936, 30.1772212 ], [ 120.4280691, 30.177187 ] ], [ [ 120.4280691, 30.177187 ], [ 120.4279039, 30.1771508 ] ], [ [ 120.4279039, 30.1771508 ], [ 120.4277895, 30.1771527 ] ], [ [ 120.4277895, 30.1771527 ], [ 120.4277124, 30.1771813 ] ], [ [ 120.4277124, 30.1771813 ], [ 120.4276574, 30.1772326 ] ], [ [ 120.4276574, 30.1772326 ], [ 120.4276376, 30.1773107 ] ], [ [ 120.4117604, 30.1857395 ], [ 120.4116305, 30.1853331 ] ], [ [ 120.4116305, 30.1853331 ], [ 120.4114563, 30.184788 ] ], [ [ 120.4114563, 30.184788 ], [ 120.4111544, 30.1837044 ] ], [ [ 120.4111544, 30.1837044 ], [ 120.4110631, 30.1833541 ] ], [ [ 120.4110631, 30.1833541 ], [ 120.4110851, 30.1830141 ] ], [ [ 120.4110851, 30.1830141 ], [ 120.4112217, 30.1825644 ] ], [ [ 120.4112217, 30.1825644 ], [ 120.411837, 30.1813276 ] ], [ [ 120.411837, 30.1813276 ], [ 120.4118896, 30.1812219 ] ], [ [ 120.4118896, 30.1812219 ], [ 120.4121665, 30.180447 ] ], [ [ 120.4121665, 30.180447 ], [ 120.4121951, 30.1801922 ] ], [ [ 120.4121951, 30.1801922 ], [ 120.4118665, 30.1787303 ] ], [ [ 120.4118665, 30.1787303 ], [ 120.4115203, 30.1774618 ] ], [ [ 120.4115203, 30.1774618 ], [ 120.4113873, 30.1769745 ] ], [ [ 120.4113873, 30.1769745 ], [ 120.4113741, 30.1769261 ] ], [ [ 120.4113741, 30.1769261 ], [ 120.4112067, 30.176313 ] ], [ [ 120.4112067, 30.176313 ], [ 120.4106973, 30.1744468 ] ], [ [ 120.4106973, 30.1744468 ], [ 120.4103451, 30.1731563 ] ], [ [ 120.4103451, 30.1731563 ], [ 120.4101143, 30.1721714 ] ], [ [ 120.4101143, 30.1721714 ], [ 120.4097467, 30.1710368 ] ], [ [ 120.4097467, 30.1710368 ], [ 120.4096201, 30.1707265 ] ], [ [ 120.4096201, 30.1707265 ], [ 120.4095585, 30.1705844 ] ], [ [ 120.4095585, 30.1705844 ], [ 120.409133, 30.1696023 ] ], [ [ 120.409133, 30.1696023 ], [ 120.4089029, 30.16932 ] ], [ [ 120.4089029, 30.16932 ], [ 120.4085779, 30.1691543 ] ], [ [ 120.4085779, 30.1691543 ], [ 120.4083622, 30.1690443 ] ], [ [ 120.4083622, 30.1690443 ], [ 120.4071093, 30.1686864 ] ], [ [ 120.4071093, 30.1686864 ], [ 120.406615, 30.1685452 ] ], [ [ 120.406615, 30.1685452 ], [ 120.4051468, 30.1681258 ] ], [ [ 120.4051468, 30.1681258 ], [ 120.4035961, 30.1676829 ] ], [ [ 120.4335177, 30.1766103 ], [ 120.4330906, 30.176616 ] ], [ [ 120.4330906, 30.176616 ], [ 120.4327428, 30.1766275 ] ], [ [ 120.4327428, 30.1766275 ], [ 120.4324918, 30.1766712 ] ], [ [ 120.4324918, 30.1766712 ], [ 120.431981, 30.1767949 ] ], [ [ 120.431981, 30.1767949 ], [ 120.4318269, 30.1768425 ] ], [ [ 120.4318269, 30.1768425 ], [ 120.4316927, 30.1769262 ] ], [ [ 120.4316927, 30.1769262 ], [ 120.4316178, 30.1770309 ] ], [ [ 120.4316178, 30.1770309 ], [ 120.431543, 30.1771584 ] ], [ [ 120.431543, 30.1771584 ], [ 120.4314549, 30.1772955 ] ], [ [ 120.4314549, 30.1772955 ], [ 120.4313778, 30.1774001 ] ], [ [ 120.4313778, 30.1774001 ], [ 120.4312502, 30.1775048 ] ], [ [ 120.4312502, 30.1775048 ], [ 120.4310939, 30.1775676 ] ], [ [ 120.4310939, 30.1775676 ], [ 120.4305589, 30.1777522 ] ], [ [ 120.4305589, 30.1777522 ], [ 120.4302925, 30.1777941 ] ], [ [ 120.4302925, 30.1777941 ], [ 120.4300636, 30.1777979 ] ], [ [ 120.4300636, 30.1777979 ], [ 120.429861, 30.1777807 ] ], [ [ 120.429861, 30.1777807 ], [ 120.4296233, 30.1777503 ] ], [ [ 120.4296233, 30.1777503 ], [ 120.4280669, 30.1775067 ] ], [ [ 120.4280669, 30.1775067 ], [ 120.4279017, 30.1774743 ] ], [ [ 120.4279017, 30.1774743 ], [ 120.4277653, 30.1774401 ] ], [ [ 120.4277653, 30.1774401 ], [ 120.4276816, 30.177383 ] ], [ [ 120.4276816, 30.177383 ], [ 120.4276376, 30.1773107 ] ], [ [ 120.4039338, 30.1789669 ], [ 120.4037391, 30.1811107 ] ], [ [ 120.4506678, 30.1771092 ], [ 120.4514435, 30.1771072 ] ], [ [ 120.4514435, 30.1771072 ], [ 120.4518056, 30.1771063 ] ], [ [ 120.4518056, 30.1771063 ], [ 120.4535441, 30.1771019 ] ], [ [ 120.4535441, 30.1771019 ], [ 120.4552883, 30.1771695 ] ], [ [ 120.4552883, 30.1771695 ], [ 120.4562017, 30.1771673 ] ], [ [ 120.4562017, 30.1771673 ], [ 120.4564834, 30.1771666 ] ], [ [ 120.4564834, 30.1771666 ], [ 120.4569765, 30.1771654 ] ], [ [ 120.4569765, 30.1771654 ], [ 120.4570379, 30.1771652 ] ], [ [ 120.4570379, 30.1771652 ], [ 120.4579308, 30.1771652 ] ], [ [ 120.4579308, 30.1771652 ], [ 120.4580846, 30.1771652 ] ], [ [ 120.4580846, 30.1771652 ], [ 120.4587974, 30.1770575 ] ], [ [ 120.4446904, 30.1771128 ], [ 120.4429279, 30.1771153 ] ], [ [ 120.4429279, 30.1771153 ], [ 120.4421544, 30.1771164 ] ], [ [ 120.4421544, 30.1771164 ], [ 120.4414223, 30.1771175 ] ], [ [ 120.4506678, 30.1771092 ], [ 120.4481056, 30.1771421 ] ], [ [ 120.4446904, 30.1771128 ], [ 120.4447639, 30.1771134 ] ], [ [ 120.4447639, 30.1771134 ], [ 120.4449506, 30.1771142 ] ], [ [ 120.4449506, 30.1771142 ], [ 120.4450107, 30.1771147 ] ], [ [ 120.4450107, 30.1771147 ], [ 120.4467059, 30.1771297 ] ], [ [ 120.4467059, 30.1771297 ], [ 120.4469268, 30.1771317 ] ], [ [ 120.4469268, 30.1771317 ], [ 120.4481056, 30.1771421 ] ], [ [ 120.4949831, 30.1803013 ], [ 120.494931, 30.1802035 ] ], [ [ 120.494931, 30.1802035 ], [ 120.4946591, 30.1796581 ] ], [ [ 120.4946591, 30.1796581 ], [ 120.4946156, 30.1795707 ] ], [ [ 120.4946156, 30.1795707 ], [ 120.4944171, 30.1792114 ] ], [ [ 120.4944171, 30.1792114 ], [ 120.494214, 30.1788438 ] ], [ [ 120.494214, 30.1788438 ], [ 120.4936413, 30.1778071 ] ], [ [ 120.4936413, 30.1778071 ], [ 120.4932065, 30.17702 ] ], [ [ 120.4932065, 30.17702 ], [ 120.4930964, 30.1768207 ] ], [ [ 120.4930964, 30.1768207 ], [ 120.4926503, 30.1760132 ] ], [ [ 120.4926503, 30.1760132 ], [ 120.4924254, 30.1756061 ] ], [ [ 120.479717, 30.1782015 ], [ 120.4797585, 30.1783197 ] ], [ [ 120.4795958, 30.1783734 ], [ 120.4795447, 30.1782585 ] ], [ [ 120.4661564, 30.1758566 ], [ 120.4643743, 30.1766372 ] ], [ [ 120.4643743, 30.1766372 ], [ 120.4636282, 30.1770201 ] ], [ [ 120.4636282, 30.1770201 ], [ 120.4625234, 30.1777185 ] ], [ [ 120.4625234, 30.1777185 ], [ 120.4617851, 30.1781259 ] ], [ [ 120.4617851, 30.1781259 ], [ 120.461689, 30.1781789 ] ], [ [ 120.461689, 30.1781789 ], [ 120.4616009, 30.1782275 ] ], [ [ 120.4616009, 30.1782275 ], [ 120.4615528, 30.178254 ] ], [ [ 120.4615528, 30.178254 ], [ 120.4615024, 30.1782679 ] ], [ [ 120.4615024, 30.1782679 ], [ 120.4612674, 30.178333 ] ], [ [ 120.4612674, 30.178333 ], [ 120.4611516, 30.1783424 ] ], [ [ 120.4611516, 30.1783424 ], [ 120.4607506, 30.1783749 ] ], [ [ 120.4607506, 30.1783749 ], [ 120.4604064, 30.1784149 ] ], [ [ 120.4604064, 30.1784149 ], [ 120.460134, 30.1784465 ] ], [ [ 120.460134, 30.1784465 ], [ 120.4597743, 30.1785057 ] ], [ [ 120.4597743, 30.1785057 ], [ 120.4595845, 30.1784862 ] ], [ [ 120.4595845, 30.1784862 ], [ 120.4587974, 30.1770575 ] ], [ [ 120.4588346, 30.1784359 ], [ 120.4590521, 30.1784462 ] ], [ [ 120.4590521, 30.1784462 ], [ 120.4593176, 30.1784588 ] ], [ [ 120.4593176, 30.1784588 ], [ 120.4595845, 30.1784862 ] ], [ [ 120.4686433, 30.1818938 ], [ 120.4671393, 30.1790207 ] ], [ [ 120.4671393, 30.1790207 ], [ 120.4668094, 30.1782436 ] ], [ [ 120.4668094, 30.1782436 ], [ 120.4667872, 30.1781912 ] ], [ [ 120.4667872, 30.1781912 ], [ 120.4666922, 30.1779612 ] ], [ [ 120.4666922, 30.1779612 ], [ 120.4666596, 30.1778824 ] ], [ [ 120.4666596, 30.1778824 ], [ 120.4664329, 30.1769667 ] ], [ [ 120.4664329, 30.1769667 ], [ 120.4663942, 30.1768103 ] ], [ [ 120.4663942, 30.1768103 ], [ 120.466333, 30.1762897 ] ], [ [ 120.466333, 30.1762897 ], [ 120.4662768, 30.1760559 ] ], [ [ 120.4662768, 30.1760559 ], [ 120.4661564, 30.1758566 ] ], [ [ 120.4797585, 30.1783197 ], [ 120.4803378, 30.1799684 ], [ 120.4808578, 30.1816304 ] ], [ [ 120.4806716, 30.1816956 ], [ 120.4801861, 30.1800785 ], [ 120.4795958, 30.1783734 ] ], [ [ 120.4885496, 30.1762298 ], [ 120.4886446, 30.1764816 ] ], [ [ 120.4886446, 30.1764816 ], [ 120.4887221, 30.1766872 ] ], [ [ 120.4887221, 30.1766872 ], [ 120.4887942, 30.1768783 ] ], [ [ 120.4887942, 30.1768783 ], [ 120.4889127, 30.1771924 ] ], [ [ 120.4889127, 30.1771924 ], [ 120.4890274, 30.1774836 ] ], [ [ 120.4890274, 30.1774836 ], [ 120.4894191, 30.1784779 ] ], [ [ 120.4894191, 30.1784779 ], [ 120.490099, 30.18004 ] ], [ [ 120.490099, 30.18004 ], [ 120.4901306, 30.1801125 ] ], [ [ 120.4901306, 30.1801125 ], [ 120.4906082, 30.1813368 ] ], [ [ 120.4906082, 30.1813368 ], [ 120.4910472, 30.1824619 ] ], [ [ 120.4910472, 30.1824619 ], [ 120.4910724, 30.1825259 ] ], [ [ 120.4910724, 30.1825259 ], [ 120.4916792, 30.1840692 ] ], [ [ 120.4957759, 30.1817906 ], [ 120.4978348, 30.180971 ] ], [ [ 120.4978348, 30.180971 ], [ 120.5004091, 30.1799463 ] ], [ [ 120.4957759, 30.1817906 ], [ 120.4949831, 30.1803013 ] ], [ [ 120.4535778, 30.1806708 ], [ 120.4543161, 30.180243 ] ], [ [ 120.4543161, 30.180243 ], [ 120.455386, 30.179567 ] ], [ [ 120.455386, 30.179567 ], [ 120.4554837, 30.1795052 ] ], [ [ 120.4554837, 30.1795052 ], [ 120.45569, 30.179368 ] ], [ [ 120.45569, 30.179368 ], [ 120.455929, 30.179209 ] ], [ [ 120.455929, 30.179209 ], [ 120.4561288, 30.1791054 ] ], [ [ 120.4561288, 30.1791054 ], [ 120.4563801, 30.1790166 ] ], [ [ 120.4563801, 30.1790166 ], [ 120.4570081, 30.1787698 ] ], [ [ 120.4570081, 30.1787698 ], [ 120.4571353, 30.178737 ] ], [ [ 120.4571353, 30.178737 ], [ 120.4574192, 30.1786637 ] ], [ [ 120.4574192, 30.1786637 ], [ 120.4580615, 30.1785181 ] ], [ [ 120.4580615, 30.1785181 ], [ 120.4584355, 30.1784169 ] ], [ [ 120.4584355, 30.1784169 ], [ 120.4585934, 30.1784244 ] ], [ [ 120.4585934, 30.1784244 ], [ 120.4588346, 30.1784359 ] ], [ [ 120.4506678, 30.1771092 ], [ 120.4505122, 30.1782024 ] ], [ [ 120.4505122, 30.1782024 ], [ 120.4504669, 30.1785207 ] ], [ [ 120.4504669, 30.1785207 ], [ 120.4502245, 30.1802238 ] ], [ [ 120.4502245, 30.1802238 ], [ 120.4501214, 30.1808098 ] ], [ [ 120.4501214, 30.1808098 ], [ 120.449903, 30.1820503 ] ], [ [ 120.449903, 30.1820503 ], [ 120.44993, 30.1822941 ] ], [ [ 120.4478177, 30.1828549 ], [ 120.4478379, 30.1820837 ] ], [ [ 120.4478379, 30.1820837 ], [ 120.4478725, 30.1815078 ] ], [ [ 120.4478725, 30.1815078 ], [ 120.4479187, 30.18074 ] ], [ [ 120.4479187, 30.18074 ], [ 120.4479487, 30.1802076 ] ], [ [ 120.4479487, 30.1802076 ], [ 120.4479502, 30.1801804 ] ], [ [ 120.4479502, 30.1801804 ], [ 120.4479873, 30.1795231 ] ], [ [ 120.4479873, 30.1795231 ], [ 120.4480405, 30.1783631 ] ], [ [ 120.4480405, 30.1783631 ], [ 120.4480892, 30.1773027 ] ], [ [ 120.4480892, 30.1773027 ], [ 120.4481056, 30.1771421 ] ], [ [ 120.444208, 30.1851246 ], [ 120.4438194, 30.1840974 ] ], [ [ 120.4438194, 30.1840974 ], [ 120.4437776, 30.1839033 ] ], [ [ 120.4437776, 30.1839033 ], [ 120.4436828, 30.1833092 ] ], [ [ 120.4436828, 30.1833092 ], [ 120.4437031, 30.183078 ] ], [ [ 120.4437031, 30.183078 ], [ 120.4438927, 30.1820566 ] ], [ [ 120.4438927, 30.1820566 ], [ 120.4439406, 30.1817225 ] ], [ [ 120.4439406, 30.1817225 ], [ 120.4440655, 30.1808511 ] ], [ [ 120.4440655, 30.1808511 ], [ 120.4442893, 30.1792898 ] ], [ [ 120.4442893, 30.1792898 ], [ 120.4443114, 30.1791354 ] ], [ [ 120.4443114, 30.1791354 ], [ 120.4444817, 30.1783425 ] ], [ [ 120.4444817, 30.1783425 ], [ 120.4446904, 30.1771128 ] ], [ [ 120.4614576, 30.184296 ], [ 120.4612743, 30.1838937 ] ], [ [ 120.4612743, 30.1838937 ], [ 120.4609988, 30.1832345 ] ], [ [ 120.4609988, 30.1832345 ], [ 120.4607367, 30.1826072 ] ], [ [ 120.4607367, 30.1826072 ], [ 120.4606853, 30.1824859 ] ], [ [ 120.4606853, 30.1824859 ], [ 120.4604586, 30.1819507 ] ], [ [ 120.4604586, 30.1819507 ], [ 120.4601892, 30.1815488 ] ], [ [ 120.4601892, 30.1815488 ], [ 120.4599403, 30.1811787 ] ], [ [ 120.4599403, 30.1811787 ], [ 120.4597177, 30.1808453 ] ], [ [ 120.4597177, 30.1808453 ], [ 120.4595869, 30.1806495 ] ], [ [ 120.4595869, 30.1806495 ], [ 120.4594525, 30.1803053 ] ], [ [ 120.4594525, 30.1803053 ], [ 120.4594169, 30.1801286 ] ], [ [ 120.4594169, 30.1801286 ], [ 120.4594036, 30.1800626 ] ], [ [ 120.4594036, 30.1800626 ], [ 120.4593639, 30.1798659 ] ], [ [ 120.4593639, 30.1798659 ], [ 120.4593579, 30.1798362 ] ], [ [ 120.4593579, 30.1798362 ], [ 120.4588346, 30.1784359 ] ], [ [ 120.3959903, 30.181189 ], [ 120.4003129, 30.1811994 ] ], [ [ 120.4003129, 30.1811994 ], [ 120.4011009, 30.1812023 ] ], [ [ 120.4011009, 30.1812023 ], [ 120.4037391, 30.1811107 ] ], [ [ 120.3864656, 30.1812174 ], [ 120.3869598, 30.1812289 ] ], [ [ 120.3869598, 30.1812289 ], [ 120.3871225, 30.1812327 ] ], [ [ 120.3871225, 30.1812327 ], [ 120.3908112, 30.1812144 ] ], [ [ 120.3908112, 30.1812144 ], [ 120.3909111, 30.1812139 ] ], [ [ 120.3909111, 30.1812139 ], [ 120.392411, 30.1812065 ] ], [ [ 120.392411, 30.1812065 ], [ 120.3959903, 30.181189 ] ], [ [ 120.3863643, 30.1812172 ], [ 120.3864656, 30.1812174 ] ], [ [ 120.4276376, 30.1773107 ], [ 120.4275214, 30.1772152 ] ], [ [ 120.4275214, 30.1772152 ], [ 120.4273869, 30.1771552 ] ], [ [ 120.4273869, 30.1771552 ], [ 120.427265, 30.1771352 ] ], [ [ 120.427265, 30.1771352 ], [ 120.4270653, 30.1771552 ] ], [ [ 120.4270653, 30.1771552 ], [ 120.4269413, 30.1771679 ] ], [ [ 120.4269413, 30.1771679 ], [ 120.4268467, 30.1771479 ] ], [ [ 120.4268467, 30.1771479 ], [ 120.4267878, 30.1770989 ] ], [ [ 120.4267878, 30.1770989 ], [ 120.4267815, 30.1770335 ] ], [ [ 120.4267815, 30.1770335 ], [ 120.4268151, 30.1769753 ] ], [ [ 120.4268151, 30.1769753 ], [ 120.4269097, 30.1769517 ] ], [ [ 120.4269097, 30.1769517 ], [ 120.4270148, 30.1769462 ] ], [ [ 120.4270148, 30.1769462 ], [ 120.4272103, 30.1769462 ] ], [ [ 120.4272103, 30.1769462 ], [ 120.4273175, 30.1769154 ] ], [ [ 120.4273175, 30.1769154 ], [ 120.4273764, 30.1768681 ] ], [ [ 120.4273764, 30.1768681 ], [ 120.4274016, 30.1767863 ] ], [ [ 120.4274016, 30.1767863 ], [ 120.4273806, 30.1767136 ] ], [ [ 120.4273806, 30.1767136 ], [ 120.4273217, 30.1766573 ] ], [ [ 120.4273217, 30.1766573 ], [ 120.4272229, 30.1766137 ] ], [ [ 120.4272229, 30.1766137 ], [ 120.4270737, 30.1765846 ] ], [ [ 120.4270737, 30.1765846 ], [ 120.426935, 30.1765846 ] ], [ [ 120.426935, 30.1765846 ], [ 120.426771, 30.1766028 ] ], [ [ 120.426771, 30.1766028 ], [ 120.4266133, 30.1766591 ] ], [ [ 120.4266133, 30.1766591 ], [ 120.4262896, 30.17681 ] ], [ [ 120.4262896, 30.17681 ], [ 120.4260605, 30.1768881 ] ], [ [ 120.4260605, 30.1768881 ], [ 120.4258335, 30.1769172 ] ], [ [ 120.4258335, 30.1769172 ], [ 120.4249233, 30.177048 ] ], [ [ 120.4249233, 30.177048 ], [ 120.424732, 30.1770843 ] ], [ [ 120.424732, 30.1770843 ], [ 120.4245849, 30.1771425 ] ], [ [ 120.4245849, 30.1771425 ], [ 120.4244621, 30.1772234 ] ], [ [ 120.4244621, 30.1772234 ], [ 120.4244167, 30.1772533 ] ], [ [ 120.4244167, 30.1772533 ], [ 120.4237903, 30.1776458 ] ], [ [ 120.4237903, 30.1776458 ], [ 120.4235654, 30.177833 ] ], [ [ 120.4235654, 30.177833 ], [ 120.4233447, 30.1779584 ] ], [ [ 120.4233447, 30.1779584 ], [ 120.4230798, 30.1780747 ] ], [ [ 120.4230798, 30.1780747 ], [ 120.4224933, 30.1783018 ] ], [ [ 120.4224933, 30.1783018 ], [ 120.4222537, 30.1784399 ] ], [ [ 120.4222537, 30.1784399 ], [ 120.4218849, 30.178652 ] ], [ [ 120.4218849, 30.178652 ], [ 120.4216922, 30.1787769 ] ], [ [ 120.4216922, 30.1787769 ], [ 120.4214413, 30.1789868 ] ], [ [ 120.4214413, 30.1789868 ], [ 120.4212185, 30.1791933 ] ], [ [ 120.4212185, 30.1791933 ], [ 120.4210218, 30.1793182 ] ], [ [ 120.4210218, 30.1793182 ], [ 120.4208512, 30.1794119 ] ], [ [ 120.4208512, 30.1794119 ], [ 120.4208071, 30.1794588 ] ], [ [ 120.4208071, 30.1794588 ], [ 120.4208051, 30.1795039 ] ], [ [ 120.4208051, 30.1795039 ], [ 120.4208553, 30.1795403 ] ], [ [ 120.4208553, 30.1795403 ], [ 120.4209175, 30.1795403 ] ], [ [ 120.4209175, 30.1795403 ], [ 120.4209817, 30.1795125 ] ], [ [ 120.4209817, 30.1795125 ], [ 120.421349, 30.1793408 ] ], [ [ 120.421349, 30.1793408 ], [ 120.4216079, 30.1792384 ] ], [ [ 120.4216079, 30.1792384 ], [ 120.4219251, 30.179084 ] ], [ [ 120.4219251, 30.179084 ], [ 120.4220169, 30.1790655 ] ], [ [ 120.4220169, 30.1790655 ], [ 120.4220977, 30.1790493 ] ], [ [ 120.4220977, 30.1790493 ], [ 120.4225613, 30.1790024 ] ], [ [ 120.4225613, 30.1790024 ], [ 120.4226617, 30.1790059 ] ], [ [ 120.4226617, 30.1790059 ], [ 120.422744, 30.1790441 ] ], [ [ 120.422744, 30.1790441 ], [ 120.4228002, 30.1791048 ] ], [ [ 120.4228002, 30.1791048 ], [ 120.4228202, 30.1791933 ] ], [ [ 120.4228202, 30.1791933 ], [ 120.4228022, 30.1792662 ] ], [ [ 120.4228022, 30.1792662 ], [ 120.42275, 30.1793252 ] ], [ [ 120.42275, 30.1793252 ], [ 120.4226757, 30.1793824 ] ], [ [ 120.4226757, 30.1793824 ], [ 120.4225874, 30.1794015 ] ], [ [ 120.4225874, 30.1794015 ], [ 120.422481, 30.179405 ] ], [ [ 120.422481, 30.179405 ], [ 120.4223586, 30.1794067 ] ], [ [ 120.4223586, 30.1794067 ], [ 120.4222783, 30.1794293 ] ], [ [ 120.4222783, 30.1794293 ], [ 120.4222341, 30.1794883 ] ], [ [ 120.4222341, 30.1794883 ], [ 120.4222402, 30.1795472 ] ], [ [ 120.4222402, 30.1795472 ], [ 120.4222863, 30.1795715 ] ], [ [ 120.4222863, 30.1795715 ], [ 120.4223465, 30.1795525 ] ], [ [ 120.4223465, 30.1795525 ], [ 120.4224007, 30.1795264 ] ], [ [ 120.4224007, 30.1795264 ], [ 120.4224469, 30.1795472 ] ], [ [ 120.4224469, 30.1795472 ], [ 120.422461, 30.1795872 ] ], [ [ 120.422461, 30.1795872 ], [ 120.4224308, 30.1796271 ] ], [ [ 120.4224308, 30.1796271 ], [ 120.4223586, 30.1796774 ] ], [ [ 120.4223586, 30.1796774 ], [ 120.4221378, 30.1797693 ] ], [ [ 120.4221378, 30.1797693 ], [ 120.4219632, 30.1798474 ] ], [ [ 120.4219632, 30.1798474 ], [ 120.4218428, 30.1799394 ] ], [ [ 120.4218428, 30.1799394 ], [ 120.4217324, 30.1800487 ] ], [ [ 120.4217324, 30.1800487 ], [ 120.4215638, 30.1801528 ] ], [ [ 120.4215638, 30.1801528 ], [ 120.4214453, 30.1801944 ] ], [ [ 120.4214453, 30.1801944 ], [ 120.4213209, 30.1802569 ] ], [ [ 120.4213209, 30.1802569 ], [ 120.4212145, 30.1803384 ] ], [ [ 120.4212145, 30.1803384 ], [ 120.4208974, 30.1806022 ] ], [ [ 120.4208974, 30.1806022 ], [ 120.4204157, 30.1811574 ] ], [ [ 120.4204157, 30.1811574 ], [ 120.4201166, 30.1816744 ] ], [ [ 120.4201166, 30.1816744 ], [ 120.4198095, 30.1820613 ] ], [ [ 120.4198095, 30.1820613 ], [ 120.4194703, 30.1823233 ] ], [ [ 120.4194703, 30.1823233 ], [ 120.4194197, 30.182355 ] ], [ [ 120.4194197, 30.182355 ], [ 120.4191572, 30.1825194 ] ], [ [ 120.4191572, 30.1825194 ], [ 120.4187799, 30.1828161 ] ], [ [ 120.4187799, 30.1828161 ], [ 120.4186073, 30.1830225 ] ], [ [ 120.4186073, 30.1830225 ], [ 120.4184828, 30.1832446 ] ], [ [ 120.4184828, 30.1832446 ], [ 120.4183925, 30.1833504 ] ], [ [ 120.4183925, 30.1833504 ], [ 120.4182339, 30.1834314 ] ], [ [ 120.4182339, 30.1834314 ], [ 120.4178626, 30.1836211 ] ], [ [ 120.4178626, 30.1836211 ], [ 120.4173428, 30.1838258 ] ], [ [ 120.4173428, 30.1838258 ], [ 120.4171019, 30.1839577 ] ], [ [ 120.4171019, 30.1839577 ], [ 120.415719, 30.1849361 ] ], [ [ 120.415719, 30.1849361 ], [ 120.4154642, 30.185155 ] ], [ [ 120.4154642, 30.185155 ], [ 120.4152503, 30.1853388 ] ], [ [ 120.4152503, 30.1853388 ], [ 120.4150894, 30.1854491 ] ], [ [ 120.4150894, 30.1854491 ], [ 120.4149036, 30.1855283 ] ], [ [ 120.4149036, 30.1855283 ], [ 120.4146622, 30.1855762 ] ], [ [ 120.4146622, 30.1855762 ], [ 120.4142661, 30.1856516 ] ], [ [ 120.4142661, 30.1856516 ], [ 120.4118776, 30.1861062 ] ], [ [ 120.4037391, 30.1811107 ], [ 120.4037062, 30.1815072 ] ], [ [ 120.4037062, 30.1815072 ], [ 120.4035536, 30.1833493 ] ], [ [ 120.4035536, 30.1833493 ], [ 120.4034601, 30.1844773 ] ], [ [ 120.4034601, 30.1844773 ], [ 120.4034553, 30.1845459 ] ], [ [ 120.4034553, 30.1845459 ], [ 120.4034355, 30.184826 ] ], [ [ 120.4034355, 30.184826 ], [ 120.4034209, 30.1850322 ] ], [ [ 120.4034209, 30.1850322 ], [ 120.4034152, 30.1851136 ] ], [ [ 120.4034152, 30.1851136 ], [ 120.4034038, 30.185275 ] ], [ [ 120.4034038, 30.185275 ], [ 120.4033976, 30.1853624 ] ], [ [ 120.4033976, 30.1853624 ], [ 120.4033528, 30.1859982 ] ], [ [ 120.44993, 30.1822941 ], [ 120.4504401, 30.1819969 ] ], [ [ 120.4504401, 30.1819969 ], [ 120.4506446, 30.1818778 ] ], [ [ 120.4506446, 30.1818778 ], [ 120.4512098, 30.181557 ] ], [ [ 120.4512098, 30.181557 ], [ 120.4514818, 30.1814266 ] ], [ [ 120.4514818, 30.1814266 ], [ 120.4517865, 30.1812806 ] ], [ [ 120.4517865, 30.1812806 ], [ 120.4521005, 30.1811424 ] ], [ [ 120.4521005, 30.1811424 ], [ 120.4527057, 30.1810091 ] ], [ [ 120.4527057, 30.1810091 ], [ 120.4531168, 30.1809351 ] ], [ [ 120.4531168, 30.1809351 ], [ 120.4535778, 30.1806708 ] ], [ [ 120.4686433, 30.1818938 ], [ 120.4686944, 30.1819946 ] ], [ [ 120.44993, 30.1822941 ], [ 120.4493942, 30.1824651 ] ], [ [ 120.4493942, 30.1824651 ], [ 120.4491833, 30.1825042 ] ], [ [ 120.4491833, 30.1825042 ], [ 120.4488347, 30.1825687 ] ], [ [ 120.4488347, 30.1825687 ], [ 120.4478177, 30.1828549 ] ], [ [ 120.5963742, 30.1723293 ], [ 120.5963728, 30.1722687 ] ], [ [ 120.5892491, 30.1729843 ], [ 120.5893847, 30.1729015 ], [ 120.5895263, 30.1727878 ], [ 120.5896274, 30.1726676 ], [ 120.5897109, 30.1725386 ], [ 120.5897539, 30.1724599 ], [ 120.5898191, 30.1723455 ] ], [ [ 120.5217845, 30.1700945 ], [ 120.5217523, 30.1699691 ] ], [ [ 120.5217845, 30.1700945 ], [ 120.5218426, 30.1703731 ] ], [ [ 120.5218426, 30.1703731 ], [ 120.5220167, 30.1712073 ] ], [ [ 120.5220167, 30.1712073 ], [ 120.5220653, 30.1714391 ] ], [ [ 120.5220653, 30.1714391 ], [ 120.5222838, 30.1728967 ] ], [ [ 120.589862, 30.1725207 ], [ 120.5899233, 30.1726107 ], [ 120.5899941, 30.1726938 ], [ 120.5900852, 30.1727638 ], [ 120.5901585, 30.1728031 ], [ 120.5902551, 30.1728411 ] ], [ [ 120.589689, 30.173337 ], [ 120.5896628, 30.173271 ], [ 120.5895895, 30.1731704 ], [ 120.5894808, 30.1730917 ], [ 120.589372, 30.1730371 ], [ 120.5892491, 30.1729843 ] ], [ [ 120.5222838, 30.1728967 ], [ 120.5242165, 30.1724911 ] ], [ [ 120.5242165, 30.1724911 ], [ 120.5250909, 30.1723111 ] ], [ [ 120.5250909, 30.1723111 ], [ 120.5256788, 30.1721901 ] ], [ [ 120.5185336, 30.173657 ], [ 120.5190801, 30.1735451 ] ], [ [ 120.5190801, 30.1735451 ], [ 120.520101, 30.173336 ] ], [ [ 120.520101, 30.173336 ], [ 120.5222838, 30.1728967 ] ], [ [ 120.5901733, 30.1729176 ], [ 120.5900649, 30.1730043 ], [ 120.5899688, 30.1730983 ], [ 120.5898702, 30.1732251 ], [ 120.5898045, 30.1733125 ], [ 120.5897411, 30.1734221 ] ], [ [ 120.5970311, 30.1792637 ], [ 120.5969024, 30.179106 ] ], [ [ 120.5969024, 30.179106 ], [ 120.5968487, 30.1789437 ] ], [ [ 120.5968487, 30.1789437 ], [ 120.5968743, 30.1786693 ] ], [ [ 120.5968743, 30.1786693 ], [ 120.5968804, 30.1786035 ] ], [ [ 120.5968804, 30.1786035 ], [ 120.5967094, 30.1758347 ] ], [ [ 120.5967094, 30.1758347 ], [ 120.5966684, 30.1754064 ] ], [ [ 120.5966684, 30.1754064 ], [ 120.5966109, 30.174805 ] ], [ [ 120.5966109, 30.174805 ], [ 120.5965078, 30.1737267 ] ], [ [ 120.5965078, 30.1737267 ], [ 120.5964265, 30.1728766 ] ], [ [ 120.5964265, 30.1728766 ], [ 120.5963742, 30.1723293 ] ], [ [ 120.5642921, 30.1779189 ], [ 120.5625164, 30.1735272 ] ], [ [ 120.5625164, 30.1735272 ], [ 120.5615401, 30.1712223 ] ], [ [ 120.5615401, 30.1712223 ], [ 120.5608033, 30.1694333 ] ], [ [ 120.5608033, 30.1694333 ], [ 120.5605486, 30.1688147 ] ], [ [ 120.5605486, 30.1688147 ], [ 120.5605316, 30.1687735 ] ], [ [ 120.5523716, 30.1828759 ], [ 120.5520494, 30.1818233 ] ], [ [ 120.5520494, 30.1818233 ], [ 120.5517247, 30.1807623 ] ], [ [ 120.5517247, 30.1807623 ], [ 120.5516452, 30.1804943 ] ], [ [ 120.5516452, 30.1804943 ], [ 120.5515734, 30.1802523 ] ], [ [ 120.5515734, 30.1802523 ], [ 120.5515188, 30.1800879 ] ], [ [ 120.5515188, 30.1800879 ], [ 120.5514963, 30.1800158 ] ], [ [ 120.5514963, 30.1800158 ], [ 120.5514411, 30.1798389 ] ], [ [ 120.5514411, 30.1798389 ], [ 120.5511606, 30.1789402 ] ], [ [ 120.5511606, 30.1789402 ], [ 120.5508515, 30.1779498 ] ], [ [ 120.5508515, 30.1779498 ], [ 120.5504129, 30.1765441 ] ], [ [ 120.5504129, 30.1765441 ], [ 120.5499389, 30.1750254 ] ], [ [ 120.5499389, 30.1750254 ], [ 120.5498822, 30.1748438 ] ], [ [ 120.5498822, 30.1748438 ], [ 120.5496059, 30.1740817 ] ], [ [ 120.5496059, 30.1740817 ], [ 120.5490589, 30.1725729 ] ], [ [ 120.5490589, 30.1725729 ], [ 120.5488792, 30.1720773 ] ], [ [ 120.5488792, 30.1720773 ], [ 120.5487595, 30.171747 ] ], [ [ 120.5487595, 30.171747 ], [ 120.5486262, 30.1713792 ] ], [ [ 120.5854284, 30.182299 ], [ 120.5833696, 30.1823661 ] ], [ [ 120.5222838, 30.1728967 ], [ 120.5224282, 30.173375 ] ], [ [ 120.5224282, 30.173375 ], [ 120.5224431, 30.1734276 ] ], [ [ 120.5224431, 30.1734276 ], [ 120.5224853, 30.1735769 ] ], [ [ 120.5224853, 30.1735769 ], [ 120.5229008, 30.1750454 ] ], [ [ 120.5229008, 30.1750454 ], [ 120.5230973, 30.1759134 ] ], [ [ 120.5230973, 30.1759134 ], [ 120.5231955, 30.1765058 ] ], [ [ 120.5231955, 30.1765058 ], [ 120.5233781, 30.1772738 ] ], [ [ 120.5113293, 30.1766563 ], [ 120.5112255, 30.176667 ] ], [ [ 120.5272362, 30.1763711 ], [ 120.5259168, 30.176751 ] ], [ [ 120.5259168, 30.176751 ], [ 120.5253565, 30.1768785 ] ], [ [ 120.5253565, 30.1768785 ], [ 120.5233781, 30.1772738 ] ], [ [ 120.5389667, 30.1859412 ], [ 120.5380079, 30.1830037 ] ], [ [ 120.5380079, 30.1830037 ], [ 120.5377347, 30.182213 ] ], [ [ 120.5377347, 30.182213 ], [ 120.5369282, 30.1803766 ] ], [ [ 120.5369282, 30.1803766 ], [ 120.5359717, 30.177995 ] ], [ [ 120.5359717, 30.177995 ], [ 120.5358947, 30.1778031 ] ], [ [ 120.5358947, 30.1778031 ], [ 120.5347878, 30.1751642 ] ], [ [ 120.5347878, 30.1751642 ], [ 120.534375, 30.1741971 ] ], [ [ 120.534375, 30.1741971 ], [ 120.5343546, 30.1741494 ] ], [ [ 120.5343546, 30.1741494 ], [ 120.5335486, 30.1722611 ] ], [ [ 120.5335486, 30.1722611 ], [ 120.5321538, 30.1691028 ] ], [ [ 120.5321538, 30.1691028 ], [ 120.5318616, 30.1682945 ] ], [ [ 120.5411734, 30.1862243 ], [ 120.5409354, 30.1852966 ] ], [ [ 120.5409354, 30.1852966 ], [ 120.5406514, 30.1838801 ] ], [ [ 120.5406514, 30.1838801 ], [ 120.5405384, 30.1833166 ] ], [ [ 120.5405384, 30.1833166 ], [ 120.540415, 30.1827833 ] ], [ [ 120.540415, 30.1827833 ], [ 120.5403281, 30.1825865 ] ], [ [ 120.5403281, 30.1825865 ], [ 120.5400771, 30.1820182 ] ], [ [ 120.5400771, 30.1820182 ], [ 120.539825, 30.1815359 ] ], [ [ 120.539825, 30.1815359 ], [ 120.5396516, 30.1811982 ] ], [ [ 120.5396516, 30.1811982 ], [ 120.5389988, 30.1799268 ] ], [ [ 120.5389988, 30.1799268 ], [ 120.5388111, 30.1794468 ] ], [ [ 120.5388111, 30.1794468 ], [ 120.5387163, 30.1792043 ] ], [ [ 120.5387163, 30.1792043 ], [ 120.538618, 30.178953 ] ], [ [ 120.538618, 30.178953 ], [ 120.5385671, 30.1788026 ] ], [ [ 120.5385671, 30.1788026 ], [ 120.5382981, 30.1780077 ] ], [ [ 120.5382981, 30.1780077 ], [ 120.5378324, 30.1766317 ] ], [ [ 120.5378324, 30.1766317 ], [ 120.5377972, 30.1765276 ] ], [ [ 120.5377972, 30.1765276 ], [ 120.5371851, 30.1748143 ] ], [ [ 120.5371851, 30.1748143 ], [ 120.5367832, 30.1736892 ] ], [ [ 120.5367832, 30.1736892 ], [ 120.536558, 30.1730588 ] ], [ [ 120.536558, 30.1730588 ], [ 120.5364147, 30.1727472 ] ], [ [ 120.5364147, 30.1727472 ], [ 120.5361825, 30.1722425 ] ], [ [ 120.5361825, 30.1722425 ], [ 120.5360585, 30.1720618 ] ], [ [ 120.5360585, 30.1720618 ], [ 120.535807, 30.1716953 ] ], [ [ 120.535807, 30.1716953 ], [ 120.5352668, 30.1710336 ] ], [ [ 120.5352668, 30.1710336 ], [ 120.5351633, 30.1709069 ] ], [ [ 120.5351633, 30.1709069 ], [ 120.5349487, 30.170624 ] ], [ [ 120.5349487, 30.170624 ], [ 120.5349255, 30.1705431 ] ], [ [ 120.5349255, 30.1705431 ], [ 120.5348039, 30.1701185 ] ], [ [ 120.5348039, 30.1701185 ], [ 120.5347854, 30.1700658 ] ], [ [ 120.5347854, 30.1700658 ], [ 120.534305, 30.1686993 ] ], [ [ 120.5119826, 30.1792966 ], [ 120.513084, 30.1791152 ] ], [ [ 120.513084, 30.1791152 ], [ 120.5135752, 30.1790343 ] ], [ [ 120.5135752, 30.1790343 ], [ 120.5138311, 30.1789807 ] ], [ [ 120.5138311, 30.1789807 ], [ 120.5141686, 30.178923 ] ], [ [ 120.5141686, 30.178923 ], [ 120.516475, 30.1785058 ] ], [ [ 120.516475, 30.1785058 ], [ 120.5187803, 30.1780889 ] ], [ [ 120.5187803, 30.1780889 ], [ 120.5190228, 30.1780444 ] ], [ [ 120.5190228, 30.1780444 ], [ 120.5193022, 30.1779932 ] ], [ [ 120.5193022, 30.1779932 ], [ 120.5210434, 30.1776739 ] ], [ [ 120.5210434, 30.1776739 ], [ 120.5213248, 30.1776227 ] ], [ [ 120.5213248, 30.1776227 ], [ 120.5233781, 30.1772738 ] ], [ [ 120.5004091, 30.1799463 ], [ 120.5036149, 30.1787829 ] ], [ [ 120.5036149, 30.1787829 ], [ 120.5080352, 30.1771923 ] ], [ [ 120.5080352, 30.1771923 ], [ 120.5109087, 30.1767163 ] ], [ [ 120.5109087, 30.1767163 ], [ 120.5110976, 30.176685 ] ], [ [ 120.5110976, 30.176685 ], [ 120.5112255, 30.176667 ] ], [ [ 120.3846347, 30.1621328 ], [ 120.3849107, 30.1631924 ] ], [ [ 120.3849107, 30.1631924 ], [ 120.3855054, 30.1651576 ] ], [ [ 120.3855054, 30.1651576 ], [ 120.3857111, 30.1658458 ] ], [ [ 120.3857111, 30.1658458 ], [ 120.3858526, 30.1663189 ] ], [ [ 120.3858526, 30.1663189 ], [ 120.3859651, 30.1666953 ] ], [ [ 120.3859651, 30.1666953 ], [ 120.3862539, 30.1676358 ] ], [ [ 120.3848112, 30.1686203 ], [ 120.3848635, 30.1687838 ] ], [ [ 120.3848635, 30.1687838 ], [ 120.3848959, 30.1688849 ] ], [ [ 120.3848959, 30.1688849 ], [ 120.3850513, 30.1689345 ] ], [ [ 120.3850513, 30.1689345 ], [ 120.386469, 30.1686915 ] ], [ [ 120.355845, 30.1654983 ], [ 120.3555868, 30.1658262 ], [ 120.3555475, 30.1658591 ], [ 120.3553401, 30.1660326 ], [ 120.3550342, 30.1664237 ], [ 120.3548734, 30.1666703 ], [ 120.3547902, 30.1669138 ], [ 120.3545247, 30.1677184 ], [ 120.3542779, 30.1686089 ], [ 120.3538967, 30.1699222 ], [ 120.353779, 30.1703504 ], [ 120.3535403, 30.1712432 ], [ 120.3533579, 30.1718901 ], [ 120.3532614, 30.1723005 ], [ 120.3531603, 30.1726829 ] ], [ [ 120.3519164, 30.1730878 ], [ 120.3522509, 30.1730303 ], [ 120.3525586, 30.1729498 ], [ 120.352851, 30.1727852 ], [ 120.35302, 30.1726437 ], [ 120.3531568, 30.1723863 ], [ 120.3533391, 30.171802 ], [ 120.3536717, 30.1706379 ], [ 120.3538622, 30.1699144 ], [ 120.3542315, 30.1685958 ], [ 120.3543718, 30.1681312 ], [ 120.3546373, 30.1672199 ], [ 120.3548384, 30.1666486 ], [ 120.3549698, 30.1664538 ], [ 120.3553374, 30.1659862 ], [ 120.3554893, 30.1658501 ], [ 120.3556324, 30.1657218 ], [ 120.355845, 30.1654983 ] ], [ [ 120.3531603, 30.1726829 ], [ 120.3532079, 30.1728067 ], [ 120.3534168, 30.172958 ] ], [ [ 120.3531603, 30.1726829 ], [ 120.3530457, 30.1728631 ], [ 120.3529469, 30.1730013 ] ], [ [ 120.3096705, 30.169477 ], [ 120.3099151, 30.1694912 ] ], [ [ 120.3099151, 30.1694912 ], [ 120.3108182, 30.1695435 ] ], [ [ 120.3108182, 30.1695435 ], [ 120.3110147, 30.1695546 ] ], [ [ 120.3110147, 30.1695546 ], [ 120.3116003, 30.1695878 ] ], [ [ 120.3116003, 30.1695878 ], [ 120.3117726, 30.1695976 ] ], [ [ 120.3117726, 30.1695976 ], [ 120.3135447, 30.169698 ] ], [ [ 120.3135447, 30.169698 ], [ 120.3136313, 30.1697029 ] ], [ [ 120.3136313, 30.1697029 ], [ 120.31401, 30.1697244 ] ], [ [ 120.31401, 30.1697244 ], [ 120.3150893, 30.1697452 ] ], [ [ 120.3150893, 30.1697452 ], [ 120.3164059, 30.1697705 ] ], [ [ 120.3164059, 30.1697705 ], [ 120.3167322, 30.1697768 ] ], [ [ 120.3167322, 30.1697768 ], [ 120.3180924, 30.1697893 ] ], [ [ 120.3180924, 30.1697893 ], [ 120.31917, 30.1698122 ] ], [ [ 120.31917, 30.1698122 ], [ 120.3197476, 30.1698244 ] ], [ [ 120.3197476, 30.1698244 ], [ 120.3200629, 30.1698311 ] ], [ [ 120.3200629, 30.1698311 ], [ 120.3208489, 30.1698477 ] ], [ [ 120.3208489, 30.1698477 ], [ 120.3215406, 30.1698624 ] ], [ [ 120.3215406, 30.1698624 ], [ 120.3230005, 30.1698933 ] ], [ [ 120.3230005, 30.1698933 ], [ 120.3250779, 30.1699373 ] ], [ [ 120.329904, 30.1695478 ], [ 120.3289681, 30.1696758 ] ], [ [ 120.3289681, 30.1696758 ], [ 120.3278314, 30.1698313 ] ], [ [ 120.3278314, 30.1698313 ], [ 120.3277555, 30.1698417 ] ], [ [ 120.3277555, 30.1698417 ], [ 120.3277193, 30.1698429 ] ], [ [ 120.3277193, 30.1698429 ], [ 120.3276505, 30.1698453 ] ], [ [ 120.3276505, 30.1698453 ], [ 120.327289, 30.1698577 ] ], [ [ 120.327289, 30.1698577 ], [ 120.3254752, 30.1699202 ] ], [ [ 120.3254752, 30.1699202 ], [ 120.3250779, 30.1699373 ] ], [ [ 120.3529469, 30.1730013 ], [ 120.3528648, 30.1731216 ] ], [ [ 120.3857233, 30.1731047 ], [ 120.3856592, 30.1730318 ] ], [ [ 120.3219853, 30.176115 ], [ 120.3216388, 30.1750433 ] ], [ [ 120.3194992, 30.1763359 ], [ 120.319087, 30.174873 ] ], [ [ 120.3171166, 30.1757667 ], [ 120.3194992, 30.1763359 ] ], [ [ 120.3219853, 30.176115 ], [ 120.3209346, 30.1763188 ] ], [ [ 120.3209346, 30.1763188 ], [ 120.3206546, 30.1763489 ] ], [ [ 120.3206546, 30.1763489 ], [ 120.3200239, 30.1764169 ] ], [ [ 120.3200239, 30.1764169 ], [ 120.3199595, 30.1764238 ] ], [ [ 120.3199595, 30.1764238 ], [ 120.3194992, 30.1763359 ] ], [ [ 120.3224184, 30.1768778 ], [ 120.3222031, 30.1767244 ] ], [ [ 120.3222031, 30.1767244 ], [ 120.3219853, 30.176115 ] ], [ [ 120.3232921, 30.1766186 ], [ 120.323519, 30.1775596 ], [ 120.3235901, 30.1778836 ], [ 120.3236324, 30.1781479 ], [ 120.3236657, 30.1783882 ], [ 120.3236969, 30.1789735 ], [ 120.3236969, 30.1791033 ], [ 120.3236935, 30.1792753 ], [ 120.3236766, 30.1795383 ] ], [ [ 120.3235915, 30.1795565 ], [ 120.3236027, 30.1792951 ], [ 120.3236012, 30.1790135 ], [ 120.3236042, 30.1788591 ], [ 120.3235832, 30.1786308 ], [ 120.3235607, 30.1783103 ], [ 120.3235081, 30.1779354 ], [ 120.3234541, 30.1776707 ], [ 120.3232968, 30.1770454 ], [ 120.323193, 30.1766328 ] ], [ [ 120.3236766, 30.1795383 ], [ 120.3236617, 30.1797694 ] ], [ [ 120.3235815, 30.1797889 ], [ 120.3235915, 30.1795565 ] ], [ [ 120.3236617, 30.1797694 ], [ 120.3235776, 30.181472 ], [ 120.3235339, 30.1823568 ] ], [ [ 120.3234575, 30.1823577 ], [ 120.3235003, 30.1814705 ], [ 120.3235815, 30.1797889 ] ], [ [ 120.3263622, 30.1917765 ], [ 120.3274002, 30.1917542 ] ], [ [ 120.3274002, 30.1917542 ], [ 120.3278038, 30.1917455 ] ], [ [ 120.3863643, 30.1812172 ], [ 120.3850063, 30.1812015 ] ], [ [ 120.3850063, 30.1812015 ], [ 120.3838545, 30.1811882 ] ], [ [ 120.3838545, 30.1811882 ], [ 120.383691, 30.1811933 ] ], [ [ 120.383691, 30.1811933 ], [ 120.3821133, 30.1812426 ] ], [ [ 120.5889747, 30.1820177 ], [ 120.5890611, 30.1820108 ] ], [ [ 120.5889747, 30.1820177 ], [ 120.5854847, 30.1822972 ] ], [ [ 120.5854847, 30.1822972 ], [ 120.5854284, 30.182299 ] ], [ [ 120.5854209, 30.1839483 ], [ 120.5887903, 30.184166 ] ], [ [ 120.5888922, 30.1841738 ], [ 120.5887903, 30.184166 ] ], [ [ 120.5075214, 30.1851001 ], [ 120.5027414, 30.1861847 ] ], [ [ 120.5523716, 30.1828759 ], [ 120.5529782, 30.1845185 ] ], [ [ 120.5529782, 30.1845185 ], [ 120.5534584, 30.1855003 ] ], [ [ 120.5534584, 30.1855003 ], [ 120.5545448, 30.1877211 ] ], [ [ 120.5545448, 30.1877211 ], [ 120.5546654, 30.1879676 ] ], [ [ 120.5546654, 30.1879676 ], [ 120.5547779, 30.1881976 ] ], [ [ 120.5547779, 30.1881976 ], [ 120.554813, 30.1882693 ] ], [ [ 120.554813, 30.1882693 ], [ 120.5549248, 30.1885135 ] ], [ [ 120.5549248, 30.1885135 ], [ 120.5552949, 30.1893219 ] ], [ [ 120.5646998, 30.1862704 ], [ 120.5639788, 30.1865072 ] ], [ [ 120.5639788, 30.1865072 ], [ 120.5617301, 30.1872457 ] ], [ [ 120.5617301, 30.1872457 ], [ 120.5583322, 30.1883617 ] ], [ [ 120.5583322, 30.1883617 ], [ 120.5552949, 30.1893219 ] ], [ [ 120.5440928, 30.1853464 ], [ 120.5442703, 30.1857843 ] ], [ [ 120.5442703, 30.1857843 ], [ 120.5445261, 30.1864595 ] ], [ [ 120.5445261, 30.1864595 ], [ 120.5450588, 30.1877667 ] ], [ [ 120.5450588, 30.1877667 ], [ 120.5453691, 30.1884897 ] ], [ [ 120.5453691, 30.1884897 ], [ 120.5454343, 30.1886645 ] ], [ [ 120.5454343, 30.1886645 ], [ 120.5456638, 30.189315 ] ], [ [ 120.5456638, 30.189315 ], [ 120.5462849, 30.1908126 ] ], [ [ 120.5462849, 30.1908126 ], [ 120.5464748, 30.1912706 ] ], [ [ 120.5464748, 30.1912706 ], [ 120.5466584, 30.1917037 ] ], [ [ 120.5466584, 30.1917037 ], [ 120.5467874, 30.1919471 ] ], [ [ 120.5818883, 30.190818 ], [ 120.5819724, 30.1906493 ] ], [ [ 120.5819724, 30.1906493 ], [ 120.5825481, 30.1888679 ] ], [ [ 120.5825481, 30.1888679 ], [ 120.5827008, 30.1886385 ] ], [ [ 120.5827008, 30.1886385 ], [ 120.5834612, 30.1887185 ] ], [ [ 120.5834612, 30.1887185 ], [ 120.5845067, 30.1887125 ] ], [ [ 120.5845067, 30.1887125 ], [ 120.5853161, 30.1886232 ] ], [ [ 120.5668743, 30.1917667 ], [ 120.5672373, 30.1916321 ] ], [ [ 120.5672373, 30.1916321 ], [ 120.567527, 30.1915248 ] ], [ [ 120.567527, 30.1915248 ], [ 120.5688119, 30.1910485 ] ], [ [ 120.5688119, 30.1910485 ], [ 120.5689042, 30.1910175 ] ], [ [ 120.5689042, 30.1910175 ], [ 120.5696195, 30.190777 ] ], [ [ 120.5696195, 30.190777 ], [ 120.5717533, 30.1900596 ] ], [ [ 120.5717533, 30.1900596 ], [ 120.5719498, 30.1899901 ] ], [ [ 120.5719498, 30.1899901 ], [ 120.5720427, 30.1899572 ] ], [ [ 120.5720427, 30.1899572 ], [ 120.5728582, 30.1896687 ] ], [ [ 120.5728582, 30.1896687 ], [ 120.5731383, 30.1895696 ] ], [ [ 120.5731383, 30.1895696 ], [ 120.5738487, 30.1893183 ] ], [ [ 120.5738487, 30.1893183 ], [ 120.5745497, 30.1890703 ] ], [ [ 120.5745497, 30.1890703 ], [ 120.576598, 30.1883456 ] ], [ [ 120.576598, 30.1883456 ], [ 120.5772854, 30.1880838 ] ], [ [ 120.5043772, 30.1907515 ], [ 120.5060094, 30.1903301 ] ], [ [ 120.5060094, 30.1903301 ], [ 120.5062638, 30.1902645 ] ], [ [ 120.5062638, 30.1902645 ], [ 120.5065067, 30.1902018 ] ], [ [ 120.5065067, 30.1902018 ], [ 120.5087221, 30.1896298 ] ], [ [ 120.5884577, 30.1882758 ], [ 120.5885508, 30.1882653 ] ], [ [ 120.5854073, 30.1886198 ], [ 120.5884577, 30.1882758 ] ], [ [ 120.5854073, 30.1886198 ], [ 120.5853161, 30.1886232 ] ], [ [ 120.5834742, 30.1909387 ], [ 120.5836243, 30.1897255 ] ], [ [ 120.5467874, 30.1919471 ], [ 120.5468552, 30.1919264 ] ], [ [ 120.5468552, 30.1919264 ], [ 120.5478693, 30.1916173 ] ], [ [ 120.5478693, 30.1916173 ], [ 120.548007, 30.1915753 ] ], [ [ 120.548007, 30.1915753 ], [ 120.5485103, 30.1914221 ] ], [ [ 120.5485103, 30.1914221 ], [ 120.5490229, 30.191266 ] ], [ [ 120.5490229, 30.191266 ], [ 120.5497232, 30.191052 ] ], [ [ 120.5497232, 30.191052 ], [ 120.5523461, 30.1902504 ] ], [ [ 120.5523461, 30.1902504 ], [ 120.5532046, 30.1899881 ] ], [ [ 120.5532046, 30.1899881 ], [ 120.5550143, 30.1894189 ] ], [ [ 120.5550143, 30.1894189 ], [ 120.5550915, 30.1893922 ] ], [ [ 120.5550915, 30.1893922 ], [ 120.5552035, 30.1893535 ] ], [ [ 120.5552035, 30.1893535 ], [ 120.5552949, 30.1893219 ] ], [ [ 120.5834742, 30.1909387 ], [ 120.5818883, 30.190818 ] ], [ [ 120.5668743, 30.1917667 ], [ 120.5670241, 30.191999 ] ], [ [ 120.5834742, 30.1909387 ], [ 120.5854524, 30.1910875 ] ], [ [ 120.5855761, 30.1911026 ], [ 120.5854524, 30.1910875 ] ], [ [ 120.5881881, 30.1912982 ], [ 120.5873691, 30.1912369 ] ], [ [ 120.5873691, 30.1912369 ], [ 120.5855761, 30.1911026 ] ], [ [ 120.5881881, 30.1912982 ], [ 120.5882971, 30.1913064 ] ], [ [ 120.581003, 30.1932848 ], [ 120.5810513, 30.1931472 ] ], [ [ 120.5810513, 30.1931472 ], [ 120.5818232, 30.1909486 ] ], [ [ 120.5818232, 30.1909486 ], [ 120.5818883, 30.190818 ] ], [ [ 120.5552949, 30.1893219 ], [ 120.5567296, 30.1921571 ] ], [ [ 120.5567296, 30.1921571 ], [ 120.5569282, 30.1925496 ] ], [ [ 120.5569282, 30.1925496 ], [ 120.5583857, 30.1953171 ] ], [ [ 120.5583857, 30.1953171 ], [ 120.559516, 30.1948213 ] ], [ [ 120.559516, 30.1948213 ], [ 120.5610945, 30.194129 ] ], [ [ 120.5610945, 30.194129 ], [ 120.5616202, 30.1938984 ] ], [ [ 120.5616202, 30.1938984 ], [ 120.5617213, 30.193854 ] ], [ [ 120.5617213, 30.193854 ], [ 120.5618592, 30.1937935 ] ], [ [ 120.5618592, 30.1937935 ], [ 120.5620809, 30.1936963 ] ], [ [ 120.5620809, 30.1936963 ], [ 120.5624908, 30.1933918 ] ], [ [ 120.5624908, 30.1933918 ], [ 120.5629139, 30.1931447 ] ], [ [ 120.5629139, 30.1931447 ], [ 120.5635243, 30.1930291 ] ], [ [ 120.5635243, 30.1930291 ], [ 120.5637668, 30.1929832 ] ], [ [ 120.5637668, 30.1929832 ], [ 120.5639265, 30.1929529 ] ], [ [ 120.5639265, 30.1929529 ], [ 120.5655281, 30.1922656 ] ], [ [ 120.5655281, 30.1922656 ], [ 120.5656929, 30.1922045 ] ], [ [ 120.5656929, 30.1922045 ], [ 120.5668743, 30.1917667 ] ], [ [ 120.4478177, 30.1828549 ], [ 120.4476764, 30.1829108 ] ], [ [ 120.4476764, 30.1829108 ], [ 120.4473479, 30.1830374 ] ], [ [ 120.4473479, 30.1830374 ], [ 120.4463273, 30.1834306 ] ], [ [ 120.4463273, 30.1834306 ], [ 120.4458799, 30.1835703 ] ], [ [ 120.4458799, 30.1835703 ], [ 120.4457935, 30.1836213 ] ], [ [ 120.4457935, 30.1836213 ], [ 120.4456817, 30.1836874 ] ], [ [ 120.4456817, 30.1836874 ], [ 120.4455609, 30.1837588 ] ], [ [ 120.4455609, 30.1837588 ], [ 120.445242, 30.184017 ] ], [ [ 120.445242, 30.184017 ], [ 120.4448867, 30.1843137 ] ], [ [ 120.4448867, 30.1843137 ], [ 120.4446687, 30.1845649 ] ], [ [ 120.4446687, 30.1845649 ], [ 120.4445481, 30.1847114 ] ], [ [ 120.4445481, 30.1847114 ], [ 120.444343, 30.1849606 ] ], [ [ 120.444343, 30.1849606 ], [ 120.444208, 30.1851246 ] ], [ [ 120.4614576, 30.184296 ], [ 120.4615077, 30.1844001 ] ], [ [ 120.4640731, 30.1835573 ], [ 120.4648291, 30.1850992 ] ], [ [ 120.4648291, 30.1850992 ], [ 120.4651612, 30.1857766 ] ], [ [ 120.4651612, 30.1857766 ], [ 120.4656799, 30.1868345 ] ], [ [ 120.3959059, 30.1876962 ], [ 120.395916, 30.1852348 ] ], [ [ 120.395916, 30.1852348 ], [ 120.3959163, 30.1851637 ] ], [ [ 120.3959163, 30.1851637 ], [ 120.395917, 30.1850107 ] ], [ [ 120.395917, 30.1850107 ], [ 120.3959174, 30.1849059 ] ], [ [ 120.3959174, 30.1849059 ], [ 120.3959293, 30.1842968 ] ], [ [ 120.3959293, 30.1842968 ], [ 120.3959318, 30.184173 ] ], [ [ 120.3959318, 30.184173 ], [ 120.3959903, 30.181189 ] ], [ [ 120.4117604, 30.1857395 ], [ 120.4104615, 30.1858408 ] ], [ [ 120.4104615, 30.1858408 ], [ 120.409406, 30.1859231 ] ], [ [ 120.409406, 30.1859231 ], [ 120.4089708, 30.1858371 ] ], [ [ 120.4089708, 30.1858371 ], [ 120.4087246, 30.1857885 ] ], [ [ 120.4087246, 30.1857885 ], [ 120.408655, 30.1857747 ] ], [ [ 120.408655, 30.1857747 ], [ 120.4080735, 30.1857756 ] ], [ [ 120.4080735, 30.1857756 ], [ 120.4077335, 30.1858736 ] ], [ [ 120.4077335, 30.1858736 ], [ 120.407301, 30.1859982 ] ], [ [ 120.407301, 30.1859982 ], [ 120.4068335, 30.1859982 ] ], [ [ 120.4068335, 30.1859982 ], [ 120.4056971, 30.1859982 ] ], [ [ 120.4056971, 30.1859982 ], [ 120.4046272, 30.1859982 ] ], [ [ 120.4046272, 30.1859982 ], [ 120.4033528, 30.1859982 ] ], [ [ 120.4118776, 30.1861062 ], [ 120.4117604, 30.1857395 ] ], [ [ 120.4033528, 30.1859982 ], [ 120.4032455, 30.1859982 ] ], [ [ 120.4032455, 30.1859982 ], [ 120.4024086, 30.1859892 ] ], [ [ 120.4024086, 30.1859892 ], [ 120.4013406, 30.1859778 ] ], [ [ 120.4013406, 30.1859778 ], [ 120.4001658, 30.1859652 ] ], [ [ 120.4493374, 30.185198 ], [ 120.4498791, 30.1866479 ] ], [ [ 120.4498791, 30.1866479 ], [ 120.4502052, 30.1875206 ] ], [ [ 120.444208, 30.1851246 ], [ 120.4440309, 30.1853397 ] ], [ [ 120.4440309, 30.1853397 ], [ 120.4440147, 30.1855316 ] ], [ [ 120.4440147, 30.1855316 ], [ 120.4441479, 30.1863238 ] ], [ [ 120.4441479, 30.1863238 ], [ 120.4441319, 30.1864072 ] ], [ [ 120.4441319, 30.1864072 ], [ 120.4441076, 30.1865332 ] ], [ [ 120.4441076, 30.1865332 ], [ 120.4439125, 30.1867847 ] ], [ [ 120.4439125, 30.1867847 ], [ 120.4438451, 30.1868717 ] ], [ [ 120.4438451, 30.1868717 ], [ 120.4437115, 30.1870437 ] ], [ [ 120.4437115, 30.1870437 ], [ 120.4430862, 30.1878488 ] ], [ [ 120.4430862, 30.1878488 ], [ 120.4428157, 30.1881 ] ], [ [ 120.4428157, 30.1881 ], [ 120.442307, 30.1885641 ] ], [ [ 120.442307, 30.1885641 ], [ 120.442301, 30.1886947 ] ], [ [ 120.4502052, 30.1875206 ], [ 120.4502818, 30.1875941 ] ], [ [ 120.4031677, 30.1880179 ], [ 120.4033528, 30.1859982 ] ], [ [ 120.3959059, 30.1876962 ], [ 120.3952638, 30.1877035 ] ], [ [ 120.3952638, 30.1877035 ], [ 120.3933327, 30.1876853 ] ], [ [ 120.3933327, 30.1876853 ], [ 120.3930777, 30.1876828 ] ], [ [ 120.3930777, 30.1876828 ], [ 120.3922214, 30.1876748 ] ], [ [ 120.3922214, 30.1876748 ], [ 120.391337, 30.1876664 ] ], [ [ 120.391337, 30.1876664 ], [ 120.3911539, 30.1876664 ] ], [ [ 120.3911539, 30.1876664 ], [ 120.3910065, 30.1876664 ] ], [ [ 120.3910065, 30.1876664 ], [ 120.3899252, 30.1878959 ] ], [ [ 120.3959059, 30.1876962 ], [ 120.3976505, 30.1876763 ] ], [ [ 120.3976505, 30.1876763 ], [ 120.400087, 30.1876484 ] ], [ [ 120.400087, 30.1876484 ], [ 120.4018186, 30.1878561 ] ], [ [ 120.4018186, 30.1878561 ], [ 120.4031677, 30.1880179 ] ], [ [ 120.3899252, 30.1878959 ], [ 120.3898083, 30.1879207 ] ], [ [ 120.3898083, 30.1879207 ], [ 120.3895427, 30.1879771 ] ], [ [ 120.442301, 30.1886947 ], [ 120.4423521, 30.1887997 ] ], [ [ 120.4807053, 30.181808 ], [ 120.4806716, 30.1816956 ] ], [ [ 120.4962839, 30.1827449 ], [ 120.4957759, 30.1817906 ] ], [ [ 120.5027414, 30.1861847 ], [ 120.5010074, 30.18673 ] ], [ [ 120.5010074, 30.18673 ], [ 120.4984754, 30.1875263 ] ], [ [ 120.4984754, 30.1875263 ], [ 120.4984739, 30.1875268 ] ], [ [ 120.4984739, 30.1875268 ], [ 120.4953628, 30.188369 ] ], [ [ 120.4953628, 30.188369 ], [ 120.4937863, 30.1888107 ] ], [ [ 120.4959696, 30.1953176 ], [ 120.4959047, 30.1952403 ] ], [ [ 120.4959047, 30.1952403 ], [ 120.49581, 30.1949929 ] ], [ [ 120.49581, 30.1949929 ], [ 120.4957856, 30.194932 ] ], [ [ 120.4957856, 30.194932 ], [ 120.4957332, 30.194801 ] ], [ [ 120.4957332, 30.194801 ], [ 120.495701, 30.1947206 ] ], [ [ 120.495701, 30.1947206 ], [ 120.495301, 30.1937205 ] ], [ [ 120.495301, 30.1937205 ], [ 120.494898, 30.1925905 ] ], [ [ 120.494898, 30.1925905 ], [ 120.494406, 30.1912106 ] ], [ [ 120.494406, 30.1912106 ], [ 120.4943477, 30.1910633 ] ], [ [ 120.4943477, 30.1910633 ], [ 120.494046, 30.1903004 ] ], [ [ 120.494046, 30.1903004 ], [ 120.4940048, 30.1901963 ] ], [ [ 120.4940048, 30.1901963 ], [ 120.4939765, 30.1901247 ] ], [ [ 120.4939765, 30.1901247 ], [ 120.4939597, 30.1900802 ] ], [ [ 120.4939597, 30.1900802 ], [ 120.493595, 30.1891131 ] ], [ [ 120.493595, 30.1891131 ], [ 120.4933163, 30.1883739 ] ], [ [ 120.4933163, 30.1883739 ], [ 120.4930439, 30.1876817 ] ], [ [ 120.4930439, 30.1876817 ], [ 120.4928868, 30.1872824 ] ], [ [ 120.4928868, 30.1872824 ], [ 120.492357, 30.1859592 ] ], [ [ 120.492357, 30.1859592 ], [ 120.49231, 30.1858418 ] ], [ [ 120.49231, 30.1858418 ], [ 120.4922678, 30.185722 ] ], [ [ 120.4922678, 30.185722 ], [ 120.4922244, 30.1855986 ] ], [ [ 120.4922244, 30.1855986 ], [ 120.4920686, 30.1851563 ] ], [ [ 120.4920686, 30.1851563 ], [ 120.4920503, 30.1851044 ] ], [ [ 120.4920503, 30.1851044 ], [ 120.4919061, 30.1846949 ] ], [ [ 120.4919061, 30.1846949 ], [ 120.4916792, 30.1840692 ] ], [ [ 120.4657539, 30.186961 ], [ 120.4676206, 30.1907812 ] ], [ [ 120.4502818, 30.1875941 ], [ 120.451027, 30.1895453 ] ], [ [ 120.451027, 30.1895453 ], [ 120.4511319, 30.1898201 ] ], [ [ 120.4511319, 30.1898201 ], [ 120.4513436, 30.1903742 ] ], [ [ 120.4513436, 30.1903742 ], [ 120.4514029, 30.1905295 ] ], [ [ 120.4514029, 30.1905295 ], [ 120.4514561, 30.1906687 ] ], [ [ 120.4514561, 30.1906687 ], [ 120.4519168, 30.1918747 ] ], [ [ 120.4031677, 30.1880179 ], [ 120.4044435, 30.188168 ] ], [ [ 120.4044435, 30.188168 ], [ 120.4055098, 30.1882934 ] ], [ [ 120.4055098, 30.1882934 ], [ 120.4064862, 30.1884083 ] ], [ [ 120.3959059, 30.1876962 ], [ 120.3958973, 30.1886655 ] ], [ [ 120.3958973, 30.1886655 ], [ 120.3958871, 30.1898104 ] ], [ [ 120.3958871, 30.1898104 ], [ 120.3958844, 30.1901249 ] ], [ [ 120.3958844, 30.1901249 ], [ 120.3958768, 30.1909764 ] ], [ [ 120.3958768, 30.1909764 ], [ 120.3958755, 30.1915275 ] ], [ [ 120.3958755, 30.1915275 ], [ 120.3958743, 30.1920372 ] ], [ [ 120.3958743, 30.1920372 ], [ 120.3958723, 30.1929185 ] ], [ [ 120.4118776, 30.1861062 ], [ 120.4119853, 30.1864434 ] ], [ [ 120.4119853, 30.1864434 ], [ 120.4120398, 30.1865522 ] ], [ [ 120.4120398, 30.1865522 ], [ 120.4125796, 30.1876304 ] ], [ [ 120.4125796, 30.1876304 ], [ 120.4126461, 30.1877435 ] ], [ [ 120.4126461, 30.1877435 ], [ 120.4131071, 30.1885271 ] ], [ [ 120.4131071, 30.1885271 ], [ 120.41315, 30.1886 ] ], [ [ 120.41315, 30.1886 ], [ 120.4133227, 30.1888936 ] ], [ [ 120.4133227, 30.1888936 ], [ 120.4138671, 30.189819 ] ], [ [ 120.4138671, 30.189819 ], [ 120.4139899, 30.1900181 ] ], [ [ 120.4139899, 30.1900181 ], [ 120.4142104, 30.1903754 ] ], [ [ 120.4142104, 30.1903754 ], [ 120.4146905, 30.1908618 ] ], [ [ 120.4146905, 30.1908618 ], [ 120.415434, 30.1914119 ] ], [ [ 120.415434, 30.1914119 ], [ 120.4155623, 30.1915068 ] ], [ [ 120.4155623, 30.1915068 ], [ 120.4161003, 30.1920711 ] ], [ [ 120.4161003, 30.1920711 ], [ 120.4172161, 30.1932952 ] ], [ [ 120.4172161, 30.1932952 ], [ 120.4174076, 30.193649 ] ], [ [ 120.4174076, 30.193649 ], [ 120.4174209, 30.1937541 ] ], [ [ 120.4174209, 30.1937541 ], [ 120.4174564, 30.1940352 ] ], [ [ 120.4174564, 30.1940352 ], [ 120.4174389, 30.1942917 ] ], [ [ 120.4174389, 30.1942917 ], [ 120.4174063, 30.1945699 ] ], [ [ 120.4174063, 30.1945699 ], [ 120.4173259, 30.194781 ] ], [ [ 120.4026872, 30.1938142 ], [ 120.4026939, 30.1937199 ] ], [ [ 120.4026939, 30.1937199 ], [ 120.4027126, 30.1934574 ] ], [ [ 120.4027126, 30.1934574 ], [ 120.4027327, 30.1931751 ] ], [ [ 120.4027327, 30.1931751 ], [ 120.402769, 30.1927676 ] ], [ [ 120.402769, 30.1927676 ], [ 120.4028238, 30.1921514 ] ], [ [ 120.4028238, 30.1921514 ], [ 120.4029122, 30.1911582 ] ], [ [ 120.4029122, 30.1911582 ], [ 120.4030546, 30.1895584 ] ], [ [ 120.4030546, 30.1895584 ], [ 120.403074, 30.1892938 ] ], [ [ 120.403074, 30.1892938 ], [ 120.4031017, 30.188917 ] ], [ [ 120.4031017, 30.188917 ], [ 120.4031677, 30.1880179 ] ], [ [ 120.4544531, 30.191008 ], [ 120.453796, 30.189389 ] ], [ [ 120.453796, 30.189389 ], [ 120.4550117, 30.1890539 ] ], [ [ 120.3919092, 30.1909737 ], [ 120.3917901, 30.1910365 ] ], [ [ 120.3954722, 30.1931842 ], [ 120.3957426, 30.1930055 ], [ 120.3958723, 30.1929185 ] ], [ [ 120.5344402, 30.195624 ], [ 120.5344038, 30.195534 ] ], [ [ 120.5344038, 30.195534 ], [ 120.5343639, 30.1954304 ] ], [ [ 120.5343639, 30.1954304 ], [ 120.5336284, 30.1935239 ] ], [ [ 120.5336284, 30.1935239 ], [ 120.5322113, 30.1897941 ] ], [ [ 120.5322113, 30.1897941 ], [ 120.5319956, 30.1892264 ] ], [ [ 120.5319956, 30.1892264 ], [ 120.5319239, 30.1890377 ] ], [ [ 120.5319239, 30.1890377 ], [ 120.5318362, 30.1888068 ] ], [ [ 120.5293831, 30.1893771 ], [ 120.5296569, 30.1904032 ] ], [ [ 120.5296569, 30.1904032 ], [ 120.5309386, 30.1940508 ] ], [ [ 120.5309386, 30.1940508 ], [ 120.5314557, 30.1955225 ] ], [ [ 120.5314557, 30.1955225 ], [ 120.5317644, 30.1964011 ] ], [ [ 120.5623302, 30.203342 ], [ 120.5622657, 30.2032553 ] ], [ [ 120.5622657, 30.2032553 ], [ 120.5621342, 30.2030722 ] ], [ [ 120.5621342, 30.2030722 ], [ 120.5620928, 30.2029908 ] ], [ [ 120.5620928, 30.2029908 ], [ 120.5619862, 30.2027715 ] ], [ [ 120.5619862, 30.2027715 ], [ 120.5618503, 30.2024921 ] ], [ [ 120.5618503, 30.2024921 ], [ 120.5614552, 30.2016797 ] ], [ [ 120.5614552, 30.2016797 ], [ 120.5603812, 30.1994714 ] ], [ [ 120.5603812, 30.1994714 ], [ 120.5599946, 30.1986665 ] ], [ [ 120.5599946, 30.1986665 ], [ 120.5594593, 30.1975521 ] ], [ [ 120.5594593, 30.1975521 ], [ 120.5584485, 30.1954479 ] ], [ [ 120.5584485, 30.1954479 ], [ 120.5583857, 30.1953171 ] ], [ [ 120.5792711, 30.1963457 ], [ 120.5790275, 30.1964035 ] ], [ [ 120.5790275, 30.1964035 ], [ 120.5789419, 30.196443 ] ], [ [ 120.5789419, 30.196443 ], [ 120.5775995, 30.1970625 ] ], [ [ 120.5775995, 30.1970625 ], [ 120.5774216, 30.1971446 ] ], [ [ 120.5774216, 30.1971446 ], [ 120.5746374, 30.1982758 ] ], [ [ 120.5746374, 30.1982758 ], [ 120.572617, 30.1987376 ] ], [ [ 120.572617, 30.1987376 ], [ 120.5724346, 30.1987646 ] ], [ [ 120.5724346, 30.1987646 ], [ 120.5721536, 30.1988838 ] ], [ [ 120.5721536, 30.1988838 ], [ 120.5712112, 30.1992835 ] ], [ [ 120.5712112, 30.1992835 ], [ 120.5708306, 30.199445 ] ], [ [ 120.5708306, 30.199445 ], [ 120.5702326, 30.1996932 ] ], [ [ 120.5702326, 30.1996932 ], [ 120.5691882, 30.2001266 ] ], [ [ 120.5691882, 30.2001266 ], [ 120.5669787, 30.2010435 ] ], [ [ 120.5669787, 30.2010435 ], [ 120.5656277, 30.2016041 ] ], [ [ 120.5656277, 30.2016041 ], [ 120.5642608, 30.2021209 ] ], [ [ 120.5642608, 30.2021209 ], [ 120.5640827, 30.2021883 ] ], [ [ 120.5640827, 30.2021883 ], [ 120.562479, 30.2032441 ] ], [ [ 120.562479, 30.2032441 ], [ 120.5623302, 30.203342 ] ], [ [ 120.5623302, 30.203342 ], [ 120.5612289, 30.2040428 ] ], [ [ 120.5612289, 30.2040428 ], [ 120.5606224, 30.2042921 ] ], [ [ 120.5606224, 30.2042921 ], [ 120.559922, 30.2045931 ] ], [ [ 120.559922, 30.2045931 ], [ 120.5586022, 30.2051018 ] ], [ [ 120.5586022, 30.2051018 ], [ 120.5584836, 30.2051485 ] ], [ [ 120.5584836, 30.2051485 ], [ 120.5583646, 30.2051856 ] ], [ [ 120.5583646, 30.2051856 ], [ 120.5574952, 30.2054565 ] ], [ [ 120.5574952, 30.2054565 ], [ 120.5553511, 30.2061248 ] ], [ [ 120.5553511, 30.2061248 ], [ 120.5543605, 30.2066199 ] ], [ [ 120.5543605, 30.2066199 ], [ 120.5536608, 30.2069696 ] ], [ [ 120.5536608, 30.2069696 ], [ 120.5535249, 30.2070376 ] ], [ [ 120.5535249, 30.2070376 ], [ 120.5533892, 30.2071319 ] ], [ [ 120.5533892, 30.2071319 ], [ 120.5532175, 30.2070366 ] ], [ [ 120.5532175, 30.2070366 ], [ 120.5484785, 30.2082332 ] ], [ [ 120.5484785, 30.2082332 ], [ 120.5475498, 30.2084716 ] ], [ [ 120.5475498, 30.2084716 ], [ 120.5460392, 30.2088594 ] ], [ [ 120.5460392, 30.2088594 ], [ 120.5428161, 30.2096868 ] ], [ [ 120.5428161, 30.2096868 ], [ 120.5401374, 30.2103693 ] ], [ [ 120.5344402, 30.195624 ], [ 120.5345111, 30.1956068 ] ], [ [ 120.5345111, 30.1956068 ], [ 120.5347625, 30.1955413 ] ], [ [ 120.5347625, 30.1955413 ], [ 120.534801, 30.195528 ] ], [ [ 120.534801, 30.195528 ], [ 120.5364163, 30.1950702 ] ], [ [ 120.5364163, 30.1950702 ], [ 120.5364802, 30.1950512 ] ], [ [ 120.5364802, 30.1950512 ], [ 120.5374479, 30.1947636 ] ], [ [ 120.5374479, 30.1947636 ], [ 120.5384229, 30.1944142 ] ], [ [ 120.5384229, 30.1944142 ], [ 120.5397838, 30.1939266 ] ], [ [ 120.5397838, 30.1939266 ], [ 120.5405222, 30.1935763 ] ], [ [ 120.5405222, 30.1935763 ], [ 120.5405628, 30.1935607 ] ], [ [ 120.5405628, 30.1935607 ], [ 120.5414579, 30.1932161 ] ], [ [ 120.5414579, 30.1932161 ], [ 120.5426442, 30.1927594 ] ], [ [ 120.5426442, 30.1927594 ], [ 120.5427925, 30.1927208 ] ], [ [ 120.5427925, 30.1927208 ], [ 120.5428283, 30.1927115 ] ], [ [ 120.5428283, 30.1927115 ], [ 120.5430227, 30.1926688 ] ], [ [ 120.5430227, 30.1926688 ], [ 120.5431227, 30.1926499 ] ], [ [ 120.5431227, 30.1926499 ], [ 120.5434604, 30.1926013 ] ], [ [ 120.5434604, 30.1926013 ], [ 120.5436023, 30.1925738 ] ], [ [ 120.5436023, 30.1925738 ], [ 120.5441394, 30.1924698 ] ], [ [ 120.5441394, 30.1924698 ], [ 120.5443424, 30.1924305 ] ], [ [ 120.5443424, 30.1924305 ], [ 120.5445982, 30.192381 ] ], [ [ 120.5445982, 30.192381 ], [ 120.5453763, 30.1922303 ] ], [ [ 120.5453763, 30.1922303 ], [ 120.5458112, 30.192143 ] ], [ [ 120.5458112, 30.192143 ], [ 120.5462724, 30.1920505 ] ], [ [ 120.5462724, 30.1920505 ], [ 120.5465223, 30.1920003 ] ], [ [ 120.5465223, 30.1920003 ], [ 120.5467874, 30.1919471 ] ], [ [ 120.5317644, 30.1964011 ], [ 120.532056, 30.1963192 ] ], [ [ 120.532056, 30.1963192 ], [ 120.5325796, 30.1961722 ] ], [ [ 120.5325796, 30.1961722 ], [ 120.5334906, 30.1959164 ] ], [ [ 120.5334906, 30.1959164 ], [ 120.5344402, 30.195624 ] ], [ [ 120.5225367, 30.1989754 ], [ 120.5225699, 30.1989643 ] ], [ [ 120.5225699, 30.1989643 ], [ 120.5235292, 30.1986965 ] ], [ [ 120.5235292, 30.1986965 ], [ 120.5244167, 30.1984487 ] ], [ [ 120.5244167, 30.1984487 ], [ 120.5251083, 30.1982556 ] ], [ [ 120.5251083, 30.1982556 ], [ 120.5259011, 30.1980342 ] ], [ [ 120.5259011, 30.1980342 ], [ 120.526284, 30.1979273 ] ], [ [ 120.526284, 30.1979273 ], [ 120.527235, 30.1976618 ] ], [ [ 120.527235, 30.1976618 ], [ 120.5274888, 30.1975949 ] ], [ [ 120.5274888, 30.1975949 ], [ 120.527669, 30.1975474 ] ], [ [ 120.527669, 30.1975474 ], [ 120.5277771, 30.1975171 ] ], [ [ 120.5277771, 30.1975171 ], [ 120.5298119, 30.1969475 ] ], [ [ 120.5298119, 30.1969475 ], [ 120.5317644, 30.1964011 ] ], [ [ 120.5344402, 30.195624 ], [ 120.5350791, 30.1973053 ] ], [ [ 120.5350791, 30.1973053 ], [ 120.5351406, 30.1974666 ] ], [ [ 120.5351406, 30.1974666 ], [ 120.5355753, 30.1986076 ] ], [ [ 120.5355753, 30.1986076 ], [ 120.5359543, 30.1996026 ] ], [ [ 120.5359543, 30.1996026 ], [ 120.5362363, 30.2003428 ] ], [ [ 120.5362363, 30.2003428 ], [ 120.5364199, 30.2008248 ] ], [ [ 120.5364199, 30.2008248 ], [ 120.5365011, 30.2010508 ] ], [ [ 120.5365011, 30.2010508 ], [ 120.5365932, 30.201307 ] ], [ [ 120.5365932, 30.201307 ], [ 120.5368496, 30.2020206 ] ], [ [ 120.5368496, 30.2020206 ], [ 120.5371657, 30.2029003 ] ], [ [ 120.5371657, 30.2029003 ], [ 120.537343, 30.2033937 ] ], [ [ 120.537343, 30.2033937 ], [ 120.5374324, 30.2036425 ] ], [ [ 120.5374324, 30.2036425 ], [ 120.537782, 30.2047157 ] ], [ [ 120.537782, 30.2047157 ], [ 120.5382279, 30.2059444 ] ], [ [ 120.5382279, 30.2059444 ], [ 120.5383294, 30.206214 ] ], [ [ 120.5383294, 30.206214 ], [ 120.5384003, 30.2063639 ] ], [ [ 120.5384003, 30.2063639 ], [ 120.5384909, 30.2066582 ] ], [ [ 120.5384909, 30.2066582 ], [ 120.5386725, 30.2071996 ] ], [ [ 120.5386725, 30.2071996 ], [ 120.5386929, 30.2072605 ] ], [ [ 120.5386929, 30.2072605 ], [ 120.5387625, 30.2074681 ] ], [ [ 120.5387625, 30.2074681 ], [ 120.5391299, 30.2084694 ] ], [ [ 120.5391299, 30.2084694 ], [ 120.5394652, 30.209353 ] ], [ [ 120.5394652, 30.209353 ], [ 120.5398209, 30.2103587 ] ], [ [ 120.5398209, 30.2103587 ], [ 120.5398719, 30.2104647 ] ], [ [ 120.5398719, 30.2104647 ], [ 120.5399965, 30.2109028 ] ], [ [ 120.5399965, 30.2109028 ], [ 120.5405224, 30.2122879 ] ], [ [ 120.5405224, 30.2122879 ], [ 120.5406013, 30.2124918 ] ], [ [ 120.5406013, 30.2124918 ], [ 120.5406769, 30.2126871 ] ], [ [ 120.5406769, 30.2126871 ], [ 120.5408695, 30.2131848 ] ], [ [ 120.5408695, 30.2131848 ], [ 120.5409543, 30.213433 ] ], [ [ 120.5409543, 30.213433 ], [ 120.541227, 30.2141737 ] ], [ [ 120.541227, 30.2141737 ], [ 120.54135, 30.2145843 ] ], [ [ 120.54135, 30.2145843 ], [ 120.5415631, 30.2151302 ] ], [ [ 120.5415631, 30.2151302 ], [ 120.5417587, 30.2156313 ] ], [ [ 120.5417587, 30.2156313 ], [ 120.5420173, 30.2162937 ] ], [ [ 120.5111084, 30.2248605 ], [ 120.510567, 30.2235407 ] ], [ [ 120.510567, 30.2235407 ], [ 120.5103173, 30.2228659 ] ], [ [ 120.5103173, 30.2228659 ], [ 120.5100621, 30.2220565 ] ], [ [ 120.5100621, 30.2220565 ], [ 120.5097838, 30.2212681 ] ], [ [ 120.5097838, 30.2212681 ], [ 120.509701, 30.2210335 ] ], [ [ 120.509701, 30.2210335 ], [ 120.5096017, 30.2208526 ] ], [ [ 120.5096017, 30.2208526 ], [ 120.5095622, 30.2207807 ] ], [ [ 120.5095622, 30.2207807 ], [ 120.5095243, 30.2207004 ] ], [ [ 120.5095243, 30.2207004 ], [ 120.5094997, 30.220657 ] ], [ [ 120.5094997, 30.220657 ], [ 120.5094218, 30.2205191 ] ], [ [ 120.5094218, 30.2205191 ], [ 120.5085911, 30.2190472 ] ], [ [ 120.5085911, 30.2190472 ], [ 120.5082706, 30.2184435 ] ], [ [ 120.5082706, 30.2184435 ], [ 120.5082001, 30.2174908 ] ], [ [ 120.5082001, 30.2174908 ], [ 120.5081809, 30.2174008 ] ], [ [ 120.5081809, 30.2174008 ], [ 120.5081569, 30.2172875 ] ], [ [ 120.5081569, 30.2172875 ], [ 120.5080812, 30.2169318 ] ], [ [ 120.5080812, 30.2169318 ], [ 120.5079454, 30.2163767 ] ], [ [ 120.5079454, 30.2163767 ], [ 120.507615, 30.215852 ] ], [ [ 120.507615, 30.215852 ], [ 120.5072665, 30.2153011 ] ], [ [ 120.5072665, 30.2153011 ], [ 120.5072177, 30.215224 ] ], [ [ 120.5072177, 30.215224 ], [ 120.5067364, 30.2143526 ] ], [ [ 120.5067364, 30.2143526 ], [ 120.5066358, 30.2141549 ] ], [ [ 120.5066358, 30.2141549 ], [ 120.5065564, 30.2139861 ] ], [ [ 120.5065564, 30.2139861 ], [ 120.5061823, 30.2131907 ] ], [ [ 120.5061823, 30.2131907 ], [ 120.506004, 30.2128116 ] ], [ [ 120.506004, 30.2128116 ], [ 120.5059364, 30.2126679 ] ], [ [ 120.5059364, 30.2126679 ], [ 120.5057943, 30.212366 ] ], [ [ 120.5057943, 30.212366 ], [ 120.5054953, 30.2117308 ] ], [ [ 120.5054953, 30.2117308 ], [ 120.5054593, 30.2116598 ] ], [ [ 120.5054593, 30.2116598 ], [ 120.5051692, 30.2110879 ] ], [ [ 120.5051692, 30.2110879 ], [ 120.5050932, 30.2109379 ] ], [ [ 120.5050932, 30.2109379 ], [ 120.5049316, 30.2106194 ] ], [ [ 120.5049316, 30.2106194 ], [ 120.5044364, 30.2096587 ] ], [ [ 120.5044364, 30.2096587 ], [ 120.5043666, 30.2095232 ] ], [ [ 120.5043666, 30.2095232 ], [ 120.5043047, 30.2094031 ] ], [ [ 120.5043047, 30.2094031 ], [ 120.5037965, 30.2082902 ] ], [ [ 120.5037965, 30.2082902 ], [ 120.5036826, 30.2080751 ] ], [ [ 120.5036826, 30.2080751 ], [ 120.5029888, 30.2067654 ] ], [ [ 120.5029888, 30.2067654 ], [ 120.5028927, 30.206584 ] ], [ [ 120.5028927, 30.206584 ], [ 120.5022265, 30.2053204 ] ], [ [ 120.5022265, 30.2053204 ], [ 120.5017195, 30.2043587 ] ], [ [ 120.5017195, 30.2043587 ], [ 120.5016748, 30.204274 ] ], [ [ 120.5016748, 30.204274 ], [ 120.5014875, 30.2039672 ] ], [ [ 120.5014875, 30.2039672 ], [ 120.5013457, 30.203735 ] ], [ [ 120.5013457, 30.203735 ], [ 120.5010669, 30.2032783 ] ], [ [ 120.5010669, 30.2032783 ], [ 120.5007437, 30.202749 ] ], [ [ 120.5007437, 30.202749 ], [ 120.5007162, 30.202704 ] ], [ [ 120.5007162, 30.202704 ], [ 120.5006652, 30.2026075 ] ], [ [ 120.5006652, 30.2026075 ], [ 120.5006258, 30.2025294 ] ], [ [ 120.5006258, 30.2025294 ], [ 120.5002651, 30.2018599 ] ], [ [ 120.5002651, 30.2018599 ], [ 120.4996249, 30.2004919 ] ], [ [ 120.4996249, 30.2004919 ], [ 120.4995719, 30.2003788 ] ], [ [ 120.4995719, 30.2003788 ], [ 120.4993398, 30.1998827 ] ], [ [ 120.4993398, 30.1998827 ], [ 120.499026, 30.1992124 ] ], [ [ 120.499026, 30.1992124 ], [ 120.4990019, 30.1991608 ] ], [ [ 120.4990019, 30.1991608 ], [ 120.4982889, 30.1983375 ] ], [ [ 120.4982889, 30.1983375 ], [ 120.4981187, 30.1981526 ] ], [ [ 120.4981187, 30.1981526 ], [ 120.4975847, 30.1975724 ] ], [ [ 120.4975847, 30.1975724 ], [ 120.4971617, 30.1971174 ] ], [ [ 120.4971617, 30.1971174 ], [ 120.4969991, 30.1969425 ] ], [ [ 120.4969991, 30.1969425 ], [ 120.4967689, 30.1965439 ] ], [ [ 120.4967689, 30.1965439 ], [ 120.4964972, 30.196027 ] ], [ [ 120.4964972, 30.196027 ], [ 120.4961105, 30.1954157 ] ], [ [ 120.4961105, 30.1954157 ], [ 120.4959696, 30.1953176 ] ], [ [ 120.537522, 30.2176743 ], [ 120.5369733, 30.2162997 ] ], [ [ 120.5369733, 30.2162997 ], [ 120.5363052, 30.2147058 ] ], [ [ 120.537522, 30.2176743 ], [ 120.5376716, 30.2176312 ] ], [ [ 120.5376716, 30.2176312 ], [ 120.5378872, 30.217569 ] ], [ [ 120.5378872, 30.217569 ], [ 120.5381526, 30.217465 ] ], [ [ 120.5381526, 30.217465 ], [ 120.5393763, 30.2171138 ] ], [ [ 120.5393763, 30.2171138 ], [ 120.5400284, 30.2169267 ] ], [ [ 120.5400284, 30.2169267 ], [ 120.5410939, 30.2165876 ] ], [ [ 120.5410939, 30.2165876 ], [ 120.5420173, 30.2162937 ] ], [ [ 120.5956516, 30.2205308 ], [ 120.5990546, 30.2211191 ], [ 120.6001108, 30.2211997 ] ], [ [ 120.6001026, 30.221303 ], [ 120.5991216, 30.2212242 ], [ 120.5956141, 30.2206711 ] ], [ [ 120.4519168, 30.1918747 ], [ 120.4519615, 30.1919954 ] ], [ [ 120.4519615, 30.1919954 ], [ 120.451984, 30.1920562 ] ], [ [ 120.451984, 30.1920562 ], [ 120.4529611, 30.1945551 ] ], [ [ 120.4529611, 30.1945551 ], [ 120.4532382, 30.1956139 ] ], [ [ 120.3961971, 30.1933553 ], [ 120.3960283, 30.193132 ], [ 120.3958723, 30.1929185 ] ], [ [ 120.3917901, 30.1910365 ], [ 120.391561, 30.1912239 ] ], [ [ 120.391561, 30.1912239 ], [ 120.3914405, 30.1913715 ] ], [ [ 120.3914405, 30.1913715 ], [ 120.3914003, 30.1915495 ] ], [ [ 120.3914003, 30.1915495 ], [ 120.3913902, 30.1917622 ] ], [ [ 120.3913902, 30.1917622 ], [ 120.3914227, 30.1924824 ] ], [ [ 120.3914227, 30.1924824 ], [ 120.3915208, 30.1946577 ] ], [ [ 120.3915208, 30.1946577 ], [ 120.3915861, 30.1961945 ] ], [ [ 120.3915861, 30.1961945 ], [ 120.391556, 30.1964549 ] ], [ [ 120.391556, 30.1964549 ], [ 120.3915509, 30.1966199 ] ], [ [ 120.3915509, 30.1966199 ], [ 120.3915525, 30.1967253 ] ], [ [ 120.4026872, 30.1938142 ], [ 120.4027068, 30.1939713 ] ], [ [ 120.4027068, 30.1939713 ], [ 120.4025445, 30.1964553 ] ], [ [ 120.4025445, 30.1964553 ], [ 120.4023433, 30.1995348 ] ], [ [ 120.4023433, 30.1995348 ], [ 120.4023373, 30.1996266 ] ], [ [ 120.4023373, 30.1996266 ], [ 120.4023114, 30.2000239 ] ], [ [ 120.4374811, 30.1964411 ], [ 120.4379095, 30.1977041 ] ], [ [ 120.4379095, 30.1977041 ], [ 120.438868, 30.1973182 ] ], [ [ 120.438868, 30.1973182 ], [ 120.4394266, 30.1971695 ] ], [ [ 120.4023347, 30.2001387 ], [ 120.4023114, 30.2000239 ] ], [ [ 120.4429873, 30.2082025 ], [ 120.4429433, 30.2080574 ] ], [ [ 120.4429433, 30.2080574 ], [ 120.442932, 30.2080147 ] ], [ [ 120.442932, 30.2080147 ], [ 120.4420507, 30.2046852 ] ], [ [ 120.4429873, 30.2082025 ], [ 120.4405897, 30.2088519 ] ], [ [ 120.2631452, 30.1425596 ], [ 120.2604166, 30.1424898 ] ], [ [ 120.2603831, 30.1445634 ], [ 120.2567852, 30.1444374 ] ], [ [ 120.2567852, 30.1444374 ], [ 120.2564852, 30.1440973 ] ], [ [ 120.2564852, 30.1440973 ], [ 120.2565374, 30.1424879 ] ], [ [ 120.2603831, 30.1445634 ], [ 120.260335, 30.1431108 ] ], [ [ 120.260335, 30.1431108 ], [ 120.2604166, 30.1424898 ] ], [ [ 120.2603831, 30.1445634 ], [ 120.2631252, 30.1446445 ] ], [ [ 120.2604645, 30.1470229 ], [ 120.2603831, 30.1445634 ] ], [ [ 120.2567963, 30.1469402 ], [ 120.2567255, 30.1467611 ] ], [ [ 120.2567255, 30.1467611 ], [ 120.2566276, 30.1466574 ] ], [ [ 120.2566276, 30.1466574 ], [ 120.2564249, 30.1465813 ] ], [ [ 120.2564249, 30.1465813 ], [ 120.2558987, 30.1465437 ] ], [ [ 120.2558987, 30.1465437 ], [ 120.2551385, 30.1465376 ] ], [ [ 120.2551385, 30.1465376 ], [ 120.2548267, 30.1465414 ] ], [ [ 120.2567963, 30.1469402 ], [ 120.2567593, 30.1471092 ] ], [ [ 120.2567593, 30.1471092 ], [ 120.2566969, 30.1472002 ] ], [ [ 120.2566969, 30.1472002 ], [ 120.2565486, 30.1472726 ] ], [ [ 120.2565486, 30.1472726 ], [ 120.2563731, 30.1473089 ] ], [ [ 120.2563731, 30.1473089 ], [ 120.2553501, 30.1472804 ] ], [ [ 120.2553501, 30.1472804 ], [ 120.2550641, 30.1472807 ] ], [ [ 120.25379, 30.1520445 ], [ 120.2537663, 30.1509814 ] ], [ [ 120.2537663, 30.1509814 ], [ 120.2537234, 30.1502624 ] ], [ [ 120.2537234, 30.1502624 ], [ 120.2536754, 30.1498339 ] ], [ [ 120.2536754, 30.1498339 ], [ 120.2536242, 30.1494536 ] ], [ [ 120.2536242, 30.1494536 ], [ 120.2535566, 30.1491997 ] ], [ [ 120.2535566, 30.1491997 ], [ 120.2534571, 30.1488939 ] ], [ [ 120.2534571, 30.1488939 ], [ 120.2533123, 30.1484647 ] ], [ [ 120.2533123, 30.1484647 ], [ 120.253213, 30.1481971 ] ], [ [ 120.253213, 30.1481971 ], [ 120.2528983, 30.1474211 ] ], [ [ 120.2528983, 30.1474211 ], [ 120.2526977, 30.1468869 ] ], [ [ 120.2680362, 30.1542132 ], [ 120.2680362, 30.1533133 ] ], [ [ 120.2680362, 30.1533133 ], [ 120.2680349, 30.1527347 ] ], [ [ 120.2680349, 30.1527347 ], [ 120.2680415, 30.1522207 ] ], [ [ 120.2680415, 30.1522207 ], [ 120.2680453, 30.1518329 ] ], [ [ 120.2680453, 30.1518329 ], [ 120.2680469, 30.1516667 ] ], [ [ 120.2680469, 30.1516667 ], [ 120.268072, 30.1509074 ] ], [ [ 120.268072, 30.1509074 ], [ 120.2680769, 30.1507582 ] ], [ [ 120.2680769, 30.1507582 ], [ 120.2681153, 30.1500112 ] ], [ [ 120.2681153, 30.1500112 ], [ 120.2681231, 30.1498589 ] ], [ [ 120.2681231, 30.1498589 ], [ 120.2682417, 30.1478877 ] ], [ [ 120.2682417, 30.1478877 ], [ 120.2682722, 30.147283 ] ], [ [ 120.2560786, 30.1518157 ], [ 120.2562245, 30.1518257 ] ], [ [ 120.2562245, 30.1518257 ], [ 120.2569702, 30.1518396 ] ], [ [ 120.2569702, 30.1518396 ], [ 120.2571732, 30.1518568 ] ], [ [ 120.2571732, 30.1518568 ], [ 120.2573135, 30.1518767 ] ], [ [ 120.2573135, 30.1518767 ], [ 120.2573824, 30.1519357 ] ], [ [ 120.2573824, 30.1519357 ], [ 120.2573993, 30.1520066 ] ], [ [ 120.2573993, 30.1520066 ], [ 120.2574102, 30.1520979 ] ], [ [ 120.2561788, 30.1523202 ], [ 120.2567342, 30.1523267 ] ], [ [ 120.2567342, 30.1523267 ], [ 120.2571097, 30.1523174 ] ], [ [ 120.2571097, 30.1523174 ], [ 120.2572921, 30.1522849 ] ], [ [ 120.2572921, 30.1522849 ], [ 120.2573831, 30.1522216 ] ], [ [ 120.2573831, 30.1522216 ], [ 120.2574102, 30.1520979 ] ], [ [ 120.2607273, 30.1565611 ], [ 120.2607271, 30.1567682 ] ], [ [ 120.2607271, 30.1567682 ], [ 120.2607265, 30.1573828 ] ], [ [ 120.2607265, 30.1573828 ], [ 120.2607157, 30.1582155 ] ], [ [ 120.248342, 30.1519661 ], [ 120.2482931, 30.1529832 ] ], [ [ 120.2482931, 30.1529832 ], [ 120.2482887, 30.1531203 ] ], [ [ 120.2482887, 30.1531203 ], [ 120.2482877, 30.1531502 ] ], [ [ 120.2482877, 30.1531502 ], [ 120.2483467, 30.15328 ] ], [ [ 120.2483467, 30.15328 ], [ 120.2486847, 30.1538181 ] ], [ [ 120.2486847, 30.1538181 ], [ 120.2487062, 30.1539387 ] ], [ [ 120.2487062, 30.1539387 ], [ 120.2487062, 30.1540547 ] ], [ [ 120.2487062, 30.1540547 ], [ 120.2485769, 30.1543825 ] ], [ [ 120.2471031, 30.1539011 ], [ 120.2473136, 30.1539713 ] ], [ [ 120.2473136, 30.1539713 ], [ 120.2485769, 30.1543825 ] ], [ [ 120.2680362, 30.1542132 ], [ 120.2679933, 30.1544729 ] ], [ [ 120.2679933, 30.1544729 ], [ 120.2679718, 30.1546306 ] ], [ [ 120.2679718, 30.1546306 ], [ 120.2678881, 30.1550988 ] ], [ [ 120.2678881, 30.1550988 ], [ 120.2678408, 30.1553635 ] ], [ [ 120.2678408, 30.1553635 ], [ 120.2677512, 30.1558641 ] ], [ [ 120.2677512, 30.1558641 ], [ 120.2676787, 30.1562695 ] ], [ [ 120.2676787, 30.1562695 ], [ 120.2676671, 30.1563343 ] ], [ [ 120.2676671, 30.1563343 ], [ 120.2675276, 30.1572063 ] ], [ [ 120.2675276, 30.1572063 ], [ 120.2674203, 30.1577166 ] ], [ [ 120.2674203, 30.1577166 ], [ 120.2673281, 30.1582077 ] ], [ [ 120.2541258, 30.1621443 ], [ 120.2540281, 30.1605588 ] ], [ [ 120.2540281, 30.1605588 ], [ 120.2539863, 30.1589317 ] ], [ [ 120.2539863, 30.1589317 ], [ 120.2539596, 30.1579402 ] ], [ [ 120.2539596, 30.1579402 ], [ 120.2539571, 30.1578476 ] ], [ [ 120.2539571, 30.1578476 ], [ 120.2539112, 30.1561417 ] ], [ [ 120.2539112, 30.1561417 ], [ 120.253879, 30.1549427 ] ], [ [ 120.253879, 30.1549427 ], [ 120.2538788, 30.1549346 ] ], [ [ 120.2538788, 30.1549346 ], [ 120.2538706, 30.1546696 ] ], [ [ 120.2538706, 30.1546696 ], [ 120.2538085, 30.1526469 ] ], [ [ 120.2538085, 30.1526469 ], [ 120.2538008, 30.1523958 ] ], [ [ 120.2538008, 30.1523958 ], [ 120.25379, 30.1520445 ] ], [ [ 120.2513407, 30.1551128 ], [ 120.2485769, 30.1543825 ] ], [ [ 120.2475192, 30.1571556 ], [ 120.2481536, 30.1554555 ] ], [ [ 120.2481536, 30.1554555 ], [ 120.2485769, 30.1543825 ] ], [ [ 120.2607157, 30.1582155 ], [ 120.2607109, 30.1610073 ] ], [ [ 120.2607109, 30.1610073 ], [ 120.2607228, 30.1622355 ] ], [ [ 120.312421, 30.1543457 ], [ 120.3122754, 30.1543445 ] ], [ [ 120.3122754, 30.1543445 ], [ 120.3112581, 30.1543361 ] ], [ [ 120.3093931, 30.1647518 ], [ 120.3097932, 30.1664434 ] ], [ [ 120.3097932, 30.1664434 ], [ 120.3097733, 30.1668102 ] ], [ [ 120.3097733, 30.1668102 ], [ 120.3096562, 30.1689672 ] ], [ [ 120.3069966, 30.169322 ], [ 120.3081921, 30.1691507 ] ], [ [ 120.3081921, 30.1691507 ], [ 120.3096562, 30.1689672 ] ], [ [ 120.2998901, 30.1675432 ], [ 120.2999119, 30.1680794 ] ], [ [ 120.2999119, 30.1680794 ], [ 120.2994765, 30.1686096 ] ], [ [ 120.2994765, 30.1686096 ], [ 120.2993841, 30.1687196 ] ], [ [ 120.2993841, 30.1687196 ], [ 120.2992557, 30.1688724 ] ], [ [ 120.2992557, 30.1688724 ], [ 120.298821, 30.1692266 ] ], [ [ 120.298821, 30.1692266 ], [ 120.2983104, 30.1692933 ] ], [ [ 120.2983104, 30.1692933 ], [ 120.2977019, 30.1692103 ] ], [ [ 120.2977019, 30.1692103 ], [ 120.2967446, 30.1689542 ] ], [ [ 120.2967446, 30.1689542 ], [ 120.2952604, 30.1685513 ] ], [ [ 120.2991652, 30.1717343 ], [ 120.2994307, 30.1708382 ], [ 120.2998637, 30.169376 ], [ 120.2999644, 30.1694102 ], [ 120.2995257, 30.1708116 ], [ 120.2992481, 30.1717296 ] ], [ [ 120.3096705, 30.169477 ], [ 120.3096562, 30.1689672 ] ], [ [ 120.3096705, 30.169477 ], [ 120.3081794, 30.1693907 ] ], [ [ 120.3081794, 30.1693907 ], [ 120.3076961, 30.1693627 ] ], [ [ 120.3076961, 30.1693627 ], [ 120.3069966, 30.169322 ] ], [ [ 120.3048963, 30.1695713 ], [ 120.3053574, 30.1694906 ] ], [ [ 120.3053574, 30.1694906 ], [ 120.3060626, 30.1694211 ] ], [ [ 120.3060626, 30.1694211 ], [ 120.3068828, 30.169335 ] ], [ [ 120.3068828, 30.169335 ], [ 120.3069719, 30.1693256 ] ], [ [ 120.3069719, 30.1693256 ], [ 120.3069966, 30.169322 ] ], [ [ 120.3048207, 30.1695845 ], [ 120.3048963, 30.1695713 ] ], [ [ 120.2992481, 30.1717296 ], [ 120.2992181, 30.1718288 ] ], [ [ 120.2991368, 30.1718303 ], [ 120.2991652, 30.1717343 ] ], [ [ 120.304268, 30.1754845 ], [ 120.3041821, 30.1740651 ] ], [ [ 120.3041821, 30.1740651 ], [ 120.3040482, 30.1723074 ] ], [ [ 120.3040482, 30.1723074 ], [ 120.3040271, 30.1721277 ] ], [ [ 120.3040271, 30.1721277 ], [ 120.3040163, 30.1720356 ] ], [ [ 120.3040163, 30.1720356 ], [ 120.3039677, 30.171621 ] ], [ [ 120.3039677, 30.171621 ], [ 120.3039595, 30.171431 ] ], [ [ 120.3039595, 30.171431 ], [ 120.3039247, 30.1709649 ] ], [ [ 120.3039247, 30.1709649 ], [ 120.30378, 30.1691559 ] ], [ [ 120.30378, 30.1691559 ], [ 120.3037446, 30.169025 ] ], [ [ 120.3037446, 30.169025 ], [ 120.3036535, 30.1688718 ] ], [ [ 120.3036535, 30.1688718 ], [ 120.3028755, 30.1682732 ] ], [ [ 120.2985567, 30.1752957 ], [ 120.2986187, 30.1749192 ], [ 120.2986885, 30.1744943 ], [ 120.2987726, 30.1738908 ], [ 120.2988123, 30.1736485 ], [ 120.2989033, 30.1733679 ], [ 120.2989477, 30.1730429 ], [ 120.2989897, 30.1726513 ], [ 120.2990574, 30.1720982 ], [ 120.2991368, 30.1718303 ] ], [ [ 120.2992181, 30.1718288 ], [ 120.2991465, 30.1720655 ], [ 120.2990904, 30.1724854 ], [ 120.2990344, 30.1729134 ], [ 120.2989644, 30.1733534 ], [ 120.2988803, 30.1736078 ], [ 120.2987668, 30.1743716 ], [ 120.2987495, 30.1744879 ], [ 120.2986936, 30.1748762 ], [ 120.2986321, 30.1753033 ] ], [ [ 120.2985318, 30.1754362 ], [ 120.2985567, 30.1752957 ] ], [ [ 120.2986321, 30.1753033 ], [ 120.2986123, 30.1754379 ] ], [ [ 120.2946368, 30.1753116 ], [ 120.2945441, 30.175299 ], [ 120.2946353, 30.1747378 ], [ 120.2946889, 30.1741164 ], [ 120.2946836, 30.1740329 ] ], [ [ 120.3045463, 30.1754626 ], [ 120.3044906, 30.1745845 ] ], [ [ 120.3044906, 30.1745845 ], [ 120.304362, 30.1723932 ] ], [ [ 120.304362, 30.1723932 ], [ 120.3043915, 30.1719967 ] ], [ [ 120.3043915, 30.1719967 ], [ 120.3043753, 30.1716559 ] ], [ [ 120.3043753, 30.1716559 ], [ 120.3043538, 30.1712037 ] ], [ [ 120.3043538, 30.1712037 ], [ 120.3042896, 30.1700164 ] ], [ [ 120.3042896, 30.1700164 ], [ 120.3042783, 30.1697305 ] ], [ [ 120.3042783, 30.1697305 ], [ 120.304299, 30.1696314 ] ], [ [ 120.304299, 30.1696314 ], [ 120.3044317, 30.1695653 ] ], [ [ 120.3044317, 30.1695653 ], [ 120.3045349, 30.1695769 ] ], [ [ 120.3045349, 30.1695769 ], [ 120.3046382, 30.1696059 ] ], [ [ 120.3046382, 30.1696059 ], [ 120.3047441, 30.169693 ] ], [ [ 120.3047441, 30.169693 ], [ 120.3055232, 30.1702773 ] ], [ [ 120.3055232, 30.1702773 ], [ 120.3066216, 30.1711295 ] ], [ [ 120.3066216, 30.1711295 ], [ 120.3075966, 30.1718437 ] ], [ [ 120.3075966, 30.1718437 ], [ 120.3080043, 30.1720744 ] ], [ [ 120.3045463, 30.1754626 ], [ 120.30455, 30.1755626 ] ], [ [ 120.3127923, 30.1804207 ], [ 120.3127814, 30.1803257 ] ], [ [ 120.3127814, 30.1803257 ], [ 120.3127066, 30.1797067 ] ], [ [ 120.3127066, 30.1797067 ], [ 120.312701, 30.1796603 ] ], [ [ 120.312701, 30.1796603 ], [ 120.3125643, 30.1787025 ] ], [ [ 120.3125643, 30.1787025 ], [ 120.3125507, 30.1786075 ] ], [ [ 120.3125507, 30.1786075 ], [ 120.3125593, 30.1783876 ] ], [ [ 120.3125593, 30.1783876 ], [ 120.3125614, 30.1783339 ] ], [ [ 120.3125614, 30.1783339 ], [ 120.3126653, 30.1776709 ] ], [ [ 120.3126653, 30.1776709 ], [ 120.3128859, 30.1762633 ] ], [ [ 120.3128859, 30.1762633 ], [ 120.3129128, 30.1761497 ] ], [ [ 120.3129128, 30.1761497 ], [ 120.3129476, 30.1760755 ] ], [ [ 120.3129476, 30.1760755 ], [ 120.3131729, 30.1757555 ] ], [ [ 120.3131729, 30.1757555 ], [ 120.3133687, 30.1754494 ] ], [ [ 120.3133687, 30.1754494 ], [ 120.3134264, 30.1753346 ] ], [ [ 120.3134264, 30.1753346 ], [ 120.3134338, 30.1753057 ] ], [ [ 120.3134338, 30.1753057 ], [ 120.3134304, 30.1752732 ] ], [ [ 120.3134304, 30.1752732 ], [ 120.3132775, 30.1744408 ] ], [ [ 120.3132775, 30.1744408 ], [ 120.3131193, 30.1736106 ] ], [ [ 120.3131193, 30.1736106 ], [ 120.3131327, 30.1733927 ] ], [ [ 120.3047722, 30.1788904 ], [ 120.3046676, 30.1776661 ] ], [ [ 120.3046676, 30.1776661 ], [ 120.3045764, 30.1759966 ] ], [ [ 120.3045764, 30.1759966 ], [ 120.30455, 30.1755626 ] ], [ [ 120.3047774, 30.1789654 ], [ 120.3047722, 30.1788904 ] ], [ [ 120.2870854, 30.1786705 ], [ 120.287526, 30.178606 ], [ 120.2878803, 30.1786087 ], [ 120.2897043, 30.1786833 ], [ 120.2915005, 30.1787445 ], [ 120.2929979, 30.1787978 ], [ 120.2935588, 30.1788093 ] ], [ [ 120.2939721, 30.1788177 ], [ 120.2944442, 30.1787748 ], [ 120.2976882, 30.1786354 ], [ 120.297964, 30.1786949 ] ], [ [ 120.2935588, 30.1788093 ], [ 120.2939721, 30.1788177 ] ], [ [ 120.304268, 30.1754845 ], [ 120.3042739, 30.1756316 ] ], [ [ 120.297964, 30.1786949 ], [ 120.2980431, 30.1782095 ], [ 120.2981913, 30.1773935 ], [ 120.2983936, 30.1762307 ], [ 120.2985318, 30.1754362 ] ], [ [ 120.2986123, 30.1754379 ], [ 120.2985585, 30.1757341 ], [ 120.2982646, 30.1773531 ], [ 120.298064, 30.178709 ] ], [ [ 120.2720915, 30.1625711 ], [ 120.2720951, 30.1625293 ], [ 120.2720977, 30.1623708 ], [ 120.2720651, 30.162225 ] ], [ [ 120.2711317, 30.1625683 ], [ 120.2711299, 30.1625317 ] ], [ [ 120.2711299, 30.1625317 ], [ 120.271121, 30.1623549 ] ], [ [ 120.271121, 30.1623549 ], [ 120.2711147, 30.1622313 ] ], [ [ 120.2750371, 30.1627767 ], [ 120.276979, 30.163171 ], [ 120.2783593, 30.1634237 ] ], [ [ 120.2711317, 30.1625683 ], [ 120.2718399, 30.162568 ], [ 120.2720915, 30.1625711 ] ], [ [ 120.2720915, 30.1625711 ], [ 120.2724279, 30.1625753 ], [ 120.2725909, 30.1625773 ], [ 120.2738891, 30.1626329 ], [ 120.2750371, 30.1627767 ] ], [ [ 120.269474, 30.162789 ], [ 120.2697794, 30.1626997 ], [ 120.270134, 30.1626422 ], [ 120.2711317, 30.1625683 ] ], [ [ 120.2711729, 30.1637989 ], [ 120.2711317, 30.1625683 ] ], [ [ 120.2711729, 30.1637989 ], [ 120.2713517, 30.1635884 ], [ 120.2715658, 30.1633166 ], [ 120.2717425, 30.1630515 ], [ 120.2718699, 30.1628906 ], [ 120.2720223, 30.1627257 ], [ 120.2720915, 30.1625711 ] ], [ [ 120.2711892, 30.1656989 ], [ 120.2711746, 30.1638484 ] ], [ [ 120.2711746, 30.1638484 ], [ 120.2711729, 30.1637989 ] ], [ [ 120.2783593, 30.1634237 ], [ 120.2796934, 30.163644 ], [ 120.2809251, 30.1638484 ] ], [ [ 120.2809251, 30.1638484 ], [ 120.2810456, 30.1638684 ] ], [ [ 120.2784023, 30.1668145 ], [ 120.2783844, 30.1665477 ] ], [ [ 120.2783844, 30.1665477 ], [ 120.278363, 30.1656479 ] ], [ [ 120.278363, 30.1656479 ], [ 120.2783522, 30.1645812 ] ], [ [ 120.2783522, 30.1645812 ], [ 120.2783593, 30.1634237 ] ], [ [ 120.2749781, 30.1658656 ], [ 120.2744421, 30.1658582 ] ], [ [ 120.2744421, 30.1658582 ], [ 120.2741338, 30.165854 ] ], [ [ 120.2741338, 30.165854 ], [ 120.273299, 30.1658425 ] ], [ [ 120.273299, 30.1658425 ], [ 120.2711892, 30.1656989 ] ], [ [ 120.2711892, 30.1656989 ], [ 120.2712068, 30.1668723 ] ], [ [ 120.2712068, 30.1668723 ], [ 120.2712211, 30.1675252 ] ], [ [ 120.2711892, 30.1656989 ], [ 120.2677576, 30.1656848 ] ], [ [ 120.2628929, 30.165865 ], [ 120.2631082, 30.1658057 ] ], [ [ 120.2677576, 30.1656848 ], [ 120.2677536, 30.1661904 ] ], [ [ 120.2677536, 30.1661904 ], [ 120.2677458, 30.1667203 ] ], [ [ 120.2677458, 30.1667203 ], [ 120.2677159, 30.1671434 ] ], [ [ 120.2677159, 30.1671434 ], [ 120.2677048, 30.1672995 ] ], [ [ 120.2677048, 30.1672995 ], [ 120.2677005, 30.1673606 ] ], [ [ 120.2784088, 30.1669121 ], [ 120.2784023, 30.1668145 ] ], [ [ 120.2795582, 30.1666614 ], [ 120.2795431, 30.1668276 ] ], [ [ 120.2795431, 30.1668276 ], [ 120.2795161, 30.1673788 ] ], [ [ 120.2795161, 30.1673788 ], [ 120.2794949, 30.168615 ] ], [ [ 120.2794949, 30.168615 ], [ 120.2794623, 30.1692356 ] ], [ [ 120.2794623, 30.1692356 ], [ 120.2794595, 30.1692881 ] ], [ [ 120.2794595, 30.1692881 ], [ 120.2794383, 30.1702244 ] ], [ [ 120.2794383, 30.1702244 ], [ 120.2793462, 30.1708731 ] ], [ [ 120.2793462, 30.1708731 ], [ 120.2793344, 30.1711279 ] ], [ [ 120.2712211, 30.1675252 ], [ 120.2712229, 30.1676059 ] ], [ [ 120.2702585, 30.1676017 ], [ 120.2702045, 30.1682996 ] ], [ [ 120.2702045, 30.1682996 ], [ 120.2701922, 30.1684125 ] ], [ [ 120.2701922, 30.1684125 ], [ 120.270111, 30.1691572 ] ], [ [ 120.270111, 30.1691572 ], [ 120.270105, 30.1692124 ] ], [ [ 120.270105, 30.1692124 ], [ 120.270098, 30.1692767 ] ], [ [ 120.2859188, 30.1662806 ], [ 120.2858933, 30.166538 ] ], [ [ 120.2858933, 30.166538 ], [ 120.285829, 30.1676047 ] ], [ [ 120.285829, 30.1676047 ], [ 120.2858252, 30.1676571 ] ], [ [ 120.2858252, 30.1676571 ], [ 120.2858014, 30.1677054 ] ], [ [ 120.2858014, 30.1677054 ], [ 120.2857604, 30.1677441 ] ], [ [ 120.2857604, 30.1677441 ], [ 120.2857067, 30.1677686 ] ], [ [ 120.2857067, 30.1677686 ], [ 120.2856466, 30.1677763 ] ], [ [ 120.2856466, 30.1677763 ], [ 120.2853945, 30.1677717 ] ], [ [ 120.2853945, 30.1677717 ], [ 120.2853134, 30.1677638 ] ], [ [ 120.2853134, 30.1677638 ], [ 120.2852342, 30.1677803 ] ], [ [ 120.2852342, 30.1677803 ], [ 120.2851661, 30.1678192 ] ], [ [ 120.2851661, 30.1678192 ], [ 120.2851175, 30.1678757 ] ], [ [ 120.2851175, 30.1678757 ], [ 120.285094, 30.1679433 ] ], [ [ 120.285094, 30.1679433 ], [ 120.2850404, 30.1684952 ] ], [ [ 120.2850404, 30.1684952 ], [ 120.2850282, 30.1686129 ] ], [ [ 120.2850282, 30.1686129 ], [ 120.2847454, 30.1708047 ] ], [ [ 120.2847454, 30.1708047 ], [ 120.2847024, 30.1711619 ] ], [ [ 120.2847024, 30.1711619 ], [ 120.2846557, 30.1712686 ] ], [ [ 120.2793344, 30.1711279 ], [ 120.2774326, 30.171002 ] ], [ [ 120.2774326, 30.171002 ], [ 120.2751697, 30.1708523 ] ], [ [ 120.2793344, 30.1711279 ], [ 120.280281, 30.1712246 ] ], [ [ 120.280281, 30.1712246 ], [ 120.2806753, 30.1712594 ] ], [ [ 120.2806753, 30.1712594 ], [ 120.2809247, 30.1712478 ] ], [ [ 120.2809247, 30.1712478 ], [ 120.2815604, 30.1711805 ] ], [ [ 120.2815604, 30.1711805 ], [ 120.2818517, 30.1711325 ] ], [ [ 120.2793344, 30.1711279 ], [ 120.2793179, 30.171485 ] ], [ [ 120.2793179, 30.171485 ], [ 120.2794099, 30.1719195 ] ], [ [ 120.2794099, 30.1719195 ], [ 120.278995, 30.1728681 ] ], [ [ 120.278995, 30.1728681 ], [ 120.2789234, 30.1728432 ] ], [ [ 120.2789234, 30.1728432 ], [ 120.2787433, 30.1727945 ] ], [ [ 120.2787433, 30.1727945 ], [ 120.2784746, 30.1727622 ] ], [ [ 120.2784746, 30.1727622 ], [ 120.2782633, 30.1727744 ] ], [ [ 120.2782633, 30.1727744 ], [ 120.2779604, 30.17281 ] ], [ [ 120.2779604, 30.17281 ], [ 120.2765103, 30.1729805 ] ], [ [ 120.2765103, 30.1729805 ], [ 120.2762423, 30.1730065 ] ], [ [ 120.2762423, 30.1730065 ], [ 120.2760439, 30.1729778 ] ], [ [ 120.2760439, 30.1729778 ], [ 120.2759132, 30.1729449 ] ], [ [ 120.2759132, 30.1729449 ], [ 120.2757818, 30.1728926 ] ], [ [ 120.2757818, 30.1728926 ], [ 120.2756884, 30.1728458 ] ], [ [ 120.2756884, 30.1728458 ], [ 120.2755973, 30.1727671 ] ], [ [ 120.2755973, 30.1727671 ], [ 120.2752688, 30.1723845 ] ], [ [ 120.278995, 30.1728681 ], [ 120.2793909, 30.173006 ] ], [ [ 120.2793909, 30.173006 ], [ 120.2799938, 30.173216 ] ], [ [ 120.2799938, 30.173216 ], [ 120.2806477, 30.1734595 ] ], [ [ 120.2806477, 30.1734595 ], [ 120.2807446, 30.1734972 ] ], [ [ 120.269474, 30.162789 ], [ 120.2693294, 30.1625587 ] ], [ [ 120.2668934, 30.1636853 ], [ 120.2667271, 30.1633444 ], [ 120.2666311, 30.1631014 ], [ 120.2665935, 30.1627906 ], [ 120.2665613, 30.1625355 ], [ 120.2664969, 30.1624428 ] ], [ [ 120.2693294, 30.1625587 ], [ 120.2692644, 30.1625791 ], [ 120.2690182, 30.1627443 ], [ 120.2684603, 30.163004 ], [ 120.268362, 30.1630588 ], [ 120.267741, 30.1634047 ], [ 120.2669189, 30.1637704 ] ], [ [ 120.2642438, 30.1622343 ], [ 120.2642596, 30.1629902 ], [ 120.2643109, 30.1641825 ] ], [ [ 120.2670548, 30.1640893 ], [ 120.2678488, 30.163709 ], [ 120.2687929, 30.1630875 ], [ 120.2694366, 30.1627999 ], [ 120.269474, 30.162789 ] ], [ [ 120.2668934, 30.1636853 ], [ 120.2669189, 30.1637704 ] ], [ [ 120.2669189, 30.1637704 ], [ 120.2670548, 30.1640893 ] ], [ [ 120.2607173, 30.164317 ], [ 120.2607228, 30.1622355 ] ], [ [ 120.2630186, 30.1642473 ], [ 120.2629366, 30.1642444 ] ], [ [ 120.2607173, 30.164317 ], [ 120.2629366, 30.1642444 ] ], [ [ 120.2659069, 30.1641821 ], [ 120.2669189, 30.1637704 ] ], [ [ 120.2643109, 30.1641825 ], [ 120.2659069, 30.1641821 ] ], [ [ 120.2643109, 30.1641825 ], [ 120.2630186, 30.1642473 ] ], [ [ 120.2659069, 30.1641821 ], [ 120.2647696, 30.164683 ], [ 120.2643614, 30.1648937 ] ], [ [ 120.2643109, 30.1641825 ], [ 120.264335, 30.164363 ] ], [ [ 120.264335, 30.164363 ], [ 120.2643614, 30.1648937 ] ], [ [ 120.26456, 30.1652251 ], [ 120.265306, 30.1648685 ], [ 120.2655254, 30.1647707 ], [ 120.2670548, 30.1640893 ] ], [ [ 120.2670548, 30.1640893 ], [ 120.2670958, 30.1641418 ] ], [ [ 120.2670958, 30.1641418 ], [ 120.2673231, 30.1644325 ] ], [ [ 120.2673231, 30.1644325 ], [ 120.2675055, 30.1646737 ] ], [ [ 120.2675055, 30.1646737 ], [ 120.2676557, 30.1649798 ] ], [ [ 120.2676557, 30.1649798 ], [ 120.26772, 30.1652952 ] ], [ [ 120.26772, 30.1652952 ], [ 120.2677576, 30.1656848 ] ], [ [ 120.26456, 30.1652251 ], [ 120.2644162, 30.1649592 ] ], [ [ 120.2644162, 30.1649592 ], [ 120.2643614, 30.1648937 ] ], [ [ 120.2643614, 30.1648937 ], [ 120.2639971, 30.1650818 ], [ 120.2630885, 30.165471 ] ], [ [ 120.2630885, 30.165471 ], [ 120.262891, 30.1655266 ] ], [ [ 120.2631082, 30.1658057 ], [ 120.2642434, 30.1653898 ], [ 120.26456, 30.1652251 ] ], [ [ 120.2607173, 30.164317 ], [ 120.2607034, 30.1661764 ] ], [ [ 120.262891, 30.1655266 ], [ 120.2628281, 30.1655434 ], [ 120.2622692, 30.1657144 ], [ 120.2614753, 30.1659463 ], [ 120.2607034, 30.1661764 ] ], [ [ 120.2606819, 30.1664732 ], [ 120.2628339, 30.1658764 ], [ 120.2628929, 30.165865 ] ], [ [ 120.2607034, 30.1661764 ], [ 120.2603618, 30.1662388 ] ], [ [ 120.2603618, 30.1662388 ], [ 120.2595977, 30.1663346 ] ], [ [ 120.2595977, 30.1663346 ], [ 120.2592837, 30.1664051 ] ], [ [ 120.2592837, 30.1664051 ], [ 120.2591031, 30.1664466 ] ], [ [ 120.2606819, 30.1664732 ], [ 120.2606934, 30.1663143 ] ], [ [ 120.2606934, 30.1663143 ], [ 120.2607034, 30.1661764 ] ], [ [ 120.2606819, 30.1664732 ], [ 120.260639, 30.16677 ] ], [ [ 120.260639, 30.16677 ], [ 120.2603361, 30.1672388 ] ], [ [ 120.2476597, 30.1696073 ], [ 120.2479664, 30.1699664 ] ], [ [ 120.2479664, 30.1699664 ], [ 120.2487483, 30.170589 ] ], [ [ 120.2487483, 30.170589 ], [ 120.2489791, 30.1705362 ] ], [ [ 120.2489791, 30.1705362 ], [ 120.2492156, 30.170361 ] ], [ [ 120.2492156, 30.170361 ], [ 120.2493357, 30.1703336 ] ], [ [ 120.2493357, 30.1703336 ], [ 120.2494799, 30.1704574 ] ], [ [ 120.2494799, 30.1704574 ], [ 120.2495817, 30.1706106 ] ], [ [ 120.2551833, 30.1686481 ], [ 120.2552688, 30.1687205 ] ], [ [ 120.2552688, 30.1687205 ], [ 120.2554176, 30.1688542 ] ], [ [ 120.2554176, 30.1688542 ], [ 120.2555615, 30.1689817 ] ], [ [ 120.2555615, 30.1689817 ], [ 120.2561869, 30.1689684 ] ], [ [ 120.2561869, 30.1689684 ], [ 120.2562758, 30.1690205 ] ], [ [ 120.2562758, 30.1690205 ], [ 120.2563595, 30.1690696 ] ], [ [ 120.2563595, 30.1690696 ], [ 120.2565875, 30.1695331 ] ], [ [ 120.2565875, 30.1695331 ], [ 120.2568258, 30.1693547 ] ], [ [ 120.2568258, 30.1693547 ], [ 120.2569959, 30.1692274 ] ], [ [ 120.2569959, 30.1692274 ], [ 120.2583689, 30.1681953 ] ], [ [ 120.2583689, 30.1681953 ], [ 120.2585323, 30.1680298 ] ], [ [ 120.2585323, 30.1680298 ], [ 120.2586024, 30.1677976 ] ], [ [ 120.2586024, 30.1677976 ], [ 120.2586234, 30.16741 ] ], [ [ 120.2586234, 30.16741 ], [ 120.2585837, 30.1671779 ] ], [ [ 120.2585837, 30.1671779 ], [ 120.2585717, 30.1669072 ] ], [ [ 120.2540275, 30.1726663 ], [ 120.2539456, 30.1726385 ] ], [ [ 120.2625432, 30.1746629 ], [ 120.2606172, 30.1742089 ] ], [ [ 120.2606172, 30.1742089 ], [ 120.2602053, 30.1741161 ] ], [ [ 120.2602053, 30.1741161 ], [ 120.25962, 30.1739969 ] ], [ [ 120.25962, 30.1739969 ], [ 120.258854, 30.1738408 ] ], [ [ 120.258854, 30.1738408 ], [ 120.2582871, 30.1737234 ] ], [ [ 120.2582871, 30.1737234 ], [ 120.2573524, 30.1735297 ] ], [ [ 120.2625432, 30.1746629 ], [ 120.2627723, 30.1747303 ] ], [ [ 120.2540275, 30.1726663 ], [ 120.254888, 30.1728983 ] ], [ [ 120.254888, 30.1728983 ], [ 120.25683, 30.1733912 ] ], [ [ 120.25683, 30.1733912 ], [ 120.2572014, 30.1734897 ] ], [ [ 120.2572014, 30.1734897 ], [ 120.2573524, 30.1735297 ] ], [ [ 120.2672074, 30.1798138 ], [ 120.2671353, 30.1804041 ] ], [ [ 120.2671353, 30.1804041 ], [ 120.267114, 30.1805726 ] ], [ [ 120.267114, 30.1805726 ], [ 120.2670821, 30.1808527 ] ], [ [ 120.2670821, 30.1808527 ], [ 120.2669449, 30.1820567 ] ], [ [ 120.2669449, 30.1820567 ], [ 120.2668108, 30.1833061 ] ], [ [ 120.2667717, 30.1834355 ], [ 120.2668108, 30.1833061 ] ], [ [ 120.2667157, 30.1835387 ], [ 120.2667717, 30.1834355 ] ], [ [ 120.270098, 30.1692767 ], [ 120.2700489, 30.1693692 ] ], [ [ 120.2700489, 30.1693692 ], [ 120.2699174, 30.1696173 ] ], [ [ 120.2699174, 30.1696173 ], [ 120.2696599, 30.169632 ] ], [ [ 120.2696599, 30.169632 ], [ 120.2695671, 30.1696373 ] ], [ [ 120.2695671, 30.1696373 ], [ 120.2693006, 30.1697871 ] ], [ [ 120.2693006, 30.1697871 ], [ 120.2691209, 30.1698715 ] ], [ [ 120.2691209, 30.1698715 ], [ 120.2689339, 30.1699863 ] ], [ [ 120.2689339, 30.1699863 ], [ 120.2686671, 30.1701029 ] ], [ [ 120.2686671, 30.1701029 ], [ 120.2685461, 30.1703845 ] ], [ [ 120.2685461, 30.1703845 ], [ 120.2684916, 30.1707638 ] ], [ [ 120.2684916, 30.1707638 ], [ 120.2684878, 30.1710657 ] ], [ [ 120.2684878, 30.1710657 ], [ 120.2684465, 30.1713843 ] ], [ [ 120.2684465, 30.1713843 ], [ 120.2682773, 30.1728974 ] ], [ [ 120.2682773, 30.1728974 ], [ 120.2682462, 30.1732493 ] ], [ [ 120.2846557, 30.1712686 ], [ 120.2844664, 30.1714587 ] ], [ [ 120.2844664, 30.1714587 ], [ 120.2843323, 30.1716117 ] ], [ [ 120.2843323, 30.1716117 ], [ 120.2841016, 30.1718575 ] ], [ [ 120.2841016, 30.1718575 ], [ 120.2840104, 30.1719549 ] ], [ [ 120.2840104, 30.1719549 ], [ 120.2838763, 30.1720337 ] ], [ [ 120.2838763, 30.1720337 ], [ 120.2837744, 30.1720523 ] ], [ [ 120.2837744, 30.1720523 ], [ 120.2822092, 30.1722356 ] ], [ [ 120.2846557, 30.1712686 ], [ 120.2848327, 30.1713846 ] ], [ [ 120.2848327, 30.1713846 ], [ 120.2853531, 30.1718994 ] ], [ [ 120.2853531, 30.1718994 ], [ 120.285689, 30.1721174 ] ], [ [ 120.285689, 30.1721174 ], [ 120.2860756, 30.1722593 ] ], [ [ 120.2860756, 30.1722593 ], [ 120.2864903, 30.1723168 ] ], [ [ 120.2864903, 30.1723168 ], [ 120.2868802, 30.1723355 ] ], [ [ 120.2822092, 30.1722356 ], [ 120.2820866, 30.1722489 ] ], [ [ 120.2752017, 30.1722917 ], [ 120.2743895, 30.1719759 ] ], [ [ 120.2743895, 30.1719759 ], [ 120.2740998, 30.1718646 ] ], [ [ 120.2740998, 30.1718646 ], [ 120.2738102, 30.1716976 ] ], [ [ 120.2738102, 30.1716976 ], [ 120.2737668, 30.1716579 ] ], [ [ 120.2737668, 30.1716579 ], [ 120.2736278, 30.1715306 ] ], [ [ 120.2736278, 30.1715306 ], [ 120.2733917, 30.1712895 ] ], [ [ 120.2733917, 30.1712895 ], [ 120.2732093, 30.1712153 ] ], [ [ 120.2732093, 30.1712153 ], [ 120.2728767, 30.1710669 ] ], [ [ 120.2728767, 30.1710669 ], [ 120.2727373, 30.1709463 ] ], [ [ 120.2727373, 30.1709463 ], [ 120.272612, 30.1708209 ] ], [ [ 120.272612, 30.1708209 ], [ 120.2725334, 30.1707422 ] ], [ [ 120.2725334, 30.1707422 ], [ 120.2720298, 30.1705421 ] ], [ [ 120.2720298, 30.1705421 ], [ 120.2714081, 30.1702951 ] ], [ [ 120.2714081, 30.1702951 ], [ 120.2708061, 30.1700559 ] ], [ [ 120.2708061, 30.1700559 ], [ 120.270683, 30.1699837 ] ], [ [ 120.270683, 30.1699837 ], [ 120.2705057, 30.1698796 ] ], [ [ 120.2705057, 30.1698796 ], [ 120.2703233, 30.1696941 ] ], [ [ 120.2703233, 30.1696941 ], [ 120.2701731, 30.1694808 ] ], [ [ 120.2701731, 30.1694808 ], [ 120.2701509, 30.1694204 ] ], [ [ 120.2701509, 30.1694204 ], [ 120.270098, 30.1692767 ] ], [ [ 120.2752688, 30.1723845 ], [ 120.2752017, 30.1722917 ] ], [ [ 120.282256, 30.1737057 ], [ 120.2824339, 30.1737405 ] ], [ [ 120.2824317, 30.1738474 ], [ 120.2822543, 30.1738076 ] ], [ [ 120.2807446, 30.1734972 ], [ 120.2812198, 30.1735759 ], [ 120.282256, 30.1737057 ] ], [ [ 120.2822543, 30.1738076 ], [ 120.2816305, 30.1737106 ], [ 120.2812584, 30.1736417 ], [ 120.2808918, 30.1735566 ], [ 120.2807446, 30.1734972 ] ], [ [ 120.2682199, 30.1735482 ], [ 120.2682462, 30.1732493 ] ], [ [ 120.2676628, 30.1769655 ], [ 120.2676852, 30.1765724 ] ], [ [ 120.2676852, 30.1765724 ], [ 120.2677237, 30.1759883 ] ], [ [ 120.2677237, 30.1759883 ], [ 120.2677237, 30.175634 ] ], [ [ 120.2677237, 30.175634 ], [ 120.2677613, 30.1753161 ] ], [ [ 120.2677613, 30.1753161 ], [ 120.2679958, 30.1745019 ] ], [ [ 120.2679958, 30.1745019 ], [ 120.268204, 30.1737295 ] ], [ [ 120.268204, 30.1737295 ], [ 120.2682199, 30.1735482 ] ], [ [ 120.2676628, 30.1769655 ], [ 120.2674773, 30.1769292 ] ], [ [ 120.2674773, 30.1769292 ], [ 120.2674138, 30.1769168 ] ], [ [ 120.2674138, 30.1769168 ], [ 120.2671749, 30.1769112 ] ], [ [ 120.2671749, 30.1769112 ], [ 120.2668906, 30.1768926 ] ], [ [ 120.2668906, 30.1768926 ], [ 120.2665419, 30.1768462 ] ], [ [ 120.2665419, 30.1768462 ], [ 120.2662651, 30.1768136 ] ], [ [ 120.2662651, 30.1768136 ], [ 120.2660698, 30.1767906 ] ], [ [ 120.2660698, 30.1767906 ], [ 120.2655476, 30.1767224 ] ], [ [ 120.2655476, 30.1767224 ], [ 120.2652812, 30.1766468 ] ], [ [ 120.2652812, 30.1766468 ], [ 120.2650452, 30.1765541 ] ], [ [ 120.2650452, 30.1765541 ], [ 120.2648073, 30.1764395 ] ], [ [ 120.2648073, 30.1764395 ], [ 120.264498, 30.17635 ] ], [ [ 120.264498, 30.17635 ], [ 120.2642226, 30.176268 ] ], [ [ 120.2642226, 30.176268 ], [ 120.2637408, 30.1762485 ] ], [ [ 120.2637408, 30.1762485 ], [ 120.2633286, 30.1762573 ] ], [ [ 120.2633286, 30.1762573 ], [ 120.2627137, 30.1762534 ] ], [ [ 120.2672074, 30.1798138 ], [ 120.267482, 30.1781976 ] ], [ [ 120.267482, 30.1781976 ], [ 120.267554, 30.1777737 ] ], [ [ 120.267554, 30.1777737 ], [ 120.2676628, 30.1769655 ] ], [ [ 120.3042739, 30.1756316 ], [ 120.3043484, 30.1767711 ] ], [ [ 120.3043484, 30.1767711 ], [ 120.3044611, 30.1786214 ] ], [ [ 120.3044611, 30.1786214 ], [ 120.3044695, 30.178893 ] ], [ [ 120.298064, 30.178709 ], [ 120.2980226, 30.1787831 ] ], [ [ 120.2979298, 30.1788206 ], [ 120.297964, 30.1786949 ] ], [ [ 120.3044695, 30.178893 ], [ 120.3044713, 30.1789747 ] ], [ [ 120.2934375, 30.1790981 ], [ 120.2931036, 30.1790668 ], [ 120.2910829, 30.1789895 ], [ 120.291041, 30.1789879 ], [ 120.2909846, 30.1789671 ], [ 120.2909444, 30.1789253 ], [ 120.2909471, 30.1788558 ], [ 120.2910034, 30.1788279 ], [ 120.2910894, 30.178824 ], [ 120.2933887, 30.1789301 ], [ 120.2935588, 30.1788093 ] ], [ [ 120.3050099, 30.1814038 ], [ 120.3049734, 30.1810908 ] ], [ [ 120.3049734, 30.1810908 ], [ 120.304901, 30.1796045 ] ], [ [ 120.304901, 30.1796045 ], [ 120.3047774, 30.1789654 ] ], [ [ 120.304575, 30.1814902 ], [ 120.3044316, 30.1794422 ] ], [ [ 120.3044316, 30.1794422 ], [ 120.3044713, 30.1789747 ] ], [ [ 120.3127923, 30.1804207 ], [ 120.312807, 30.1805954 ] ], [ [ 120.2980226, 30.1787831 ], [ 120.2977889, 30.1802002 ], [ 120.2976637, 30.1808901 ], [ 120.2975846, 30.181424 ], [ 120.2975644, 30.1816502 ], [ 120.2975625, 30.1817024 ] ], [ [ 120.2974331, 30.1816738 ], [ 120.2974827, 30.1814957 ], [ 120.2975818, 30.1808822 ], [ 120.2976738, 30.1803727 ], [ 120.2978502, 30.1793293 ], [ 120.2979298, 30.1788206 ] ], [ [ 120.2973691, 30.1820832 ], [ 120.2974331, 30.1816738 ] ], [ [ 120.2975625, 30.1817024 ], [ 120.2974962, 30.1820971 ] ], [ [ 120.2974962, 30.1820971 ], [ 120.2973307, 30.1824229 ], [ 120.2972562, 30.182415 ], [ 120.2973691, 30.1820832 ] ], [ [ 120.3021142, 30.1823729 ], [ 120.3020433, 30.1835223 ] ], [ [ 120.3020433, 30.1835223 ], [ 120.3018961, 30.1842794 ] ], [ [ 120.3095582, 30.1809439 ], [ 120.3095766, 30.1811734 ] ], [ [ 120.3095766, 30.1811734 ], [ 120.3097003, 30.18272 ] ], [ [ 120.3097003, 30.18272 ], [ 120.309746, 30.1832917 ] ], [ [ 120.309746, 30.1832917 ], [ 120.3093228, 30.1833316 ] ], [ [ 120.3093228, 30.1833316 ], [ 120.3094876, 30.1842351 ] ], [ [ 120.3094876, 30.1842351 ], [ 120.3106742, 30.1845861 ] ], [ [ 120.3106742, 30.1845861 ], [ 120.3108265, 30.1848975 ] ], [ [ 120.3108265, 30.1848975 ], [ 120.3114089, 30.1849371 ] ], [ [ 120.3114089, 30.1849371 ], [ 120.3122308, 30.1849698 ] ], [ [ 120.3122308, 30.1849698 ], [ 120.3127999, 30.1846657 ] ], [ [ 120.3127999, 30.1846657 ], [ 120.3129692, 30.18436 ] ], [ [ 120.3129692, 30.18436 ], [ 120.3129209, 30.1840908 ] ], [ [ 120.3129209, 30.1840908 ], [ 120.3128731, 30.1837543 ] ], [ [ 120.3128731, 30.1837543 ], [ 120.3128572, 30.1836419 ] ], [ [ 120.3128572, 30.1836419 ], [ 120.3128136, 30.1833352 ] ], [ [ 120.3128136, 30.1833352 ], [ 120.3127946, 30.1832569 ] ], [ [ 120.3127946, 30.1832569 ], [ 120.3127852, 30.183218 ] ], [ [ 120.3127852, 30.183218 ], [ 120.3127439, 30.1830475 ] ], [ [ 120.3127439, 30.1830475 ], [ 120.3128404, 30.1825469 ] ], [ [ 120.3128404, 30.1825469 ], [ 120.3127009, 30.1818421 ] ], [ [ 120.3127009, 30.1818421 ], [ 120.3127975, 30.1815033 ] ], [ [ 120.3127975, 30.1815033 ], [ 120.3127749, 30.1812822 ] ], [ [ 120.3127749, 30.1812822 ], [ 120.3127439, 30.1809793 ] ], [ [ 120.3127439, 30.1809793 ], [ 120.3127927, 30.180646 ] ], [ [ 120.3127927, 30.180646 ], [ 120.312807, 30.1805954 ] ], [ [ 120.3049566, 30.1837436 ], [ 120.3052585, 30.1837151 ] ], [ [ 120.3052585, 30.1837151 ], [ 120.3093228, 30.1833316 ] ], [ [ 120.3048994, 30.183749 ], [ 120.3049566, 30.1837436 ] ], [ [ 120.2885404, 30.1928995 ], [ 120.2887687, 30.1928765 ] ], [ [ 120.2887687, 30.1928765 ], [ 120.2889041, 30.1928628 ] ], [ [ 120.2889041, 30.1928628 ], [ 120.28928, 30.192842 ] ], [ [ 120.28928, 30.192842 ], [ 120.2924242, 30.1927625 ] ], [ [ 120.2924242, 30.1927625 ], [ 120.292533, 30.1927597 ] ], [ [ 120.292533, 30.1927597 ], [ 120.2930207, 30.192748 ] ], [ [ 120.2930207, 30.192748 ], [ 120.2952689, 30.1926769 ] ], [ [ 120.2952689, 30.1926769 ], [ 120.2956305, 30.1926655 ] ], [ [ 120.2956305, 30.1926655 ], [ 120.2976796, 30.1926268 ] ], [ [ 120.2976796, 30.1926268 ], [ 120.2983262, 30.1926096 ] ], [ [ 120.2983262, 30.1926096 ], [ 120.2995143, 30.1925781 ] ], [ [ 120.2995143, 30.1925781 ], [ 120.2997977, 30.1925706 ] ], [ [ 120.2997977, 30.1925706 ], [ 120.3013126, 30.1925257 ] ], [ [ 120.3013126, 30.1925257 ], [ 120.3026435, 30.1924863 ] ], [ [ 120.3026435, 30.1924863 ], [ 120.3032704, 30.192472 ] ], [ [ 120.3032704, 30.192472 ], [ 120.303453, 30.1924678 ] ], [ [ 120.303453, 30.1924678 ], [ 120.3049527, 30.1924335 ] ], [ [ 120.3049527, 30.1924335 ], [ 120.3051003, 30.1924268 ] ], [ [ 120.3051003, 30.1924268 ], [ 120.30624, 30.1923747 ] ], [ [ 120.30624, 30.1923747 ], [ 120.3078757, 30.1923001 ] ], [ [ 120.3078757, 30.1923001 ], [ 120.309027, 30.1922799 ] ], [ [ 120.309027, 30.1922799 ], [ 120.3095095, 30.1922714 ] ], [ [ 120.3095095, 30.1922714 ], [ 120.3113994, 30.1922138 ] ], [ [ 120.3113994, 30.1922138 ], [ 120.311531, 30.1922098 ] ], [ [ 120.311531, 30.1922098 ], [ 120.3135236, 30.1921491 ] ], [ [ 120.3135236, 30.1921491 ], [ 120.315078, 30.1921018 ] ], [ [ 120.315078, 30.1921018 ], [ 120.3155619, 30.1920871 ] ], [ [ 120.3155619, 30.1920871 ], [ 120.3171273, 30.1920346 ] ], [ [ 120.3171273, 30.1920346 ], [ 120.3190418, 30.1919704 ] ], [ [ 120.3190418, 30.1919704 ], [ 120.3211499, 30.1918897 ] ], [ [ 120.3211499, 30.1918897 ], [ 120.3212774, 30.1918869 ] ], [ [ 120.3212774, 30.1918869 ], [ 120.323559, 30.1918369 ] ], [ [ 120.3060421, 30.1959806 ], [ 120.3043624, 30.1959491 ], [ 120.3043207, 30.1957573 ], [ 120.306027, 30.1957758 ] ], [ [ 120.2585356, 30.1906679 ], [ 120.2581673, 30.1906807 ] ], [ [ 120.2581673, 30.1906807 ], [ 120.256195, 30.190721 ] ], [ [ 120.256195, 30.190721 ], [ 120.2559591, 30.1907214 ] ], [ [ 120.2559591, 30.1907214 ], [ 120.2554635, 30.1907402 ] ], [ [ 120.2554635, 30.1907402 ], [ 120.2548306, 30.1907641 ] ], [ [ 120.2548306, 30.1907641 ], [ 120.2530067, 30.1908012 ] ], [ [ 120.2530067, 30.1908012 ], [ 120.2511869, 30.1908546 ] ], [ [ 120.2511869, 30.1908546 ], [ 120.2510154, 30.1908563 ] ], [ [ 120.2510154, 30.1908563 ], [ 120.2507097, 30.1908586 ] ], [ [ 120.2507097, 30.1908586 ], [ 120.2499576, 30.1908718 ] ], [ [ 120.2499576, 30.1908718 ], [ 120.2495312, 30.1908793 ] ], [ [ 120.2495312, 30.1908793 ], [ 120.2492194, 30.1908847 ] ], [ [ 120.2492194, 30.1908847 ], [ 120.2485314, 30.1909253 ] ], [ [ 120.2585356, 30.1906679 ], [ 120.2584411, 30.189731 ] ], [ [ 120.2584411, 30.189731 ], [ 120.2584282, 30.1896031 ] ], [ [ 120.2584282, 30.1896031 ], [ 120.2583654, 30.1889538 ] ], [ [ 120.2583654, 30.1889538 ], [ 120.2583513, 30.1888038 ] ], [ [ 120.2583513, 30.1888038 ], [ 120.2582681, 30.1879214 ] ], [ [ 120.2615174, 30.1905976 ], [ 120.2613467, 30.1905951 ] ], [ [ 120.2613467, 30.1905951 ], [ 120.2608353, 30.1906019 ] ], [ [ 120.2608353, 30.1906019 ], [ 120.2594886, 30.1906347 ] ], [ [ 120.2594886, 30.1906347 ], [ 120.2585356, 30.1906679 ] ], [ [ 120.2571635, 30.1937568 ], [ 120.261281, 30.1936788 ] ], [ [ 120.261281, 30.1936788 ], [ 120.2621621, 30.1936628 ] ], [ [ 120.2621621, 30.1936628 ], [ 120.2647564, 30.1935723 ] ], [ [ 120.2647564, 30.1935723 ], [ 120.2675355, 30.1935296 ] ], [ [ 120.2485314, 30.1909253 ], [ 120.2483767, 30.1909274 ] ], [ [ 120.2448232, 30.1941415 ], [ 120.246067, 30.1940896 ] ], [ [ 120.246067, 30.1940896 ], [ 120.2463369, 30.1940819 ] ], [ [ 120.2463369, 30.1940819 ], [ 120.247747, 30.194047 ] ], [ [ 120.247747, 30.194047 ], [ 120.24987, 30.1939903 ] ], [ [ 120.24987, 30.1939903 ], [ 120.2505651, 30.1939717 ] ], [ [ 120.2505651, 30.1939717 ], [ 120.2508653, 30.1939617 ] ], [ [ 120.2508653, 30.1939617 ], [ 120.2532051, 30.1938856 ] ], [ [ 120.2532051, 30.1938856 ], [ 120.2532606, 30.1938838 ] ], [ [ 120.2532606, 30.1938838 ], [ 120.2533543, 30.1938807 ] ], [ [ 120.2533543, 30.1938807 ], [ 120.2571635, 30.1937568 ] ], [ [ 120.2477638, 30.2021695 ], [ 120.2478215, 30.1994258 ] ], [ [ 120.2478215, 30.1994258 ], [ 120.2478198, 30.1981026 ] ], [ [ 120.2478198, 30.1981026 ], [ 120.2478181, 30.1967984 ] ], [ [ 120.2601759, 30.1980954 ], [ 120.2599541, 30.1967438 ] ], [ [ 120.2599541, 30.1967438 ], [ 120.2599308, 30.1966018 ] ], [ [ 120.2599308, 30.1966018 ], [ 120.259923, 30.1965272 ] ], [ [ 120.259923, 30.1965272 ], [ 120.2599025, 30.196382 ] ], [ [ 120.2599025, 30.196382 ], [ 120.2595897, 30.1941629 ] ], [ [ 120.2571635, 30.1937568 ], [ 120.2571794, 30.1942321 ] ], [ [ 120.2571794, 30.1942321 ], [ 120.2573464, 30.1961704 ] ], [ [ 120.2573464, 30.1961704 ], [ 120.2573793, 30.1965527 ] ], [ [ 120.2573793, 30.1965527 ], [ 120.2573822, 30.1966299 ] ], [ [ 120.2573822, 30.1966299 ], [ 120.2573976, 30.1967477 ] ], [ [ 120.2573976, 30.1967477 ], [ 120.2574038, 30.1967952 ] ], [ [ 120.2574038, 30.1967952 ], [ 120.2576044, 30.1983314 ] ], [ [ 120.2576044, 30.1983314 ], [ 120.2577025, 30.1993878 ] ], [ [ 120.2577025, 30.1993878 ], [ 120.2577115, 30.1994849 ] ], [ [ 120.2577115, 30.1994849 ], [ 120.257939, 30.201935 ] ], [ [ 120.257939, 30.201935 ], [ 120.2579504, 30.2020578 ] ], [ [ 120.2622333, 30.1980407 ], [ 120.2604124, 30.1980949 ] ], [ [ 120.2604124, 30.1980949 ], [ 120.2602796, 30.1980965 ] ], [ [ 120.2602796, 30.1980965 ], [ 120.2601759, 30.1980954 ] ], [ [ 120.2603756, 30.1994301 ], [ 120.2603675, 30.1993758 ] ], [ [ 120.2603675, 30.1993758 ], [ 120.2601759, 30.1980954 ] ], [ [ 120.2556263, 30.2020647 ], [ 120.2554593, 30.1995231 ] ], [ [ 120.2554593, 30.1995231 ], [ 120.2552723, 30.1966778 ] ], [ [ 120.2552723, 30.1966778 ], [ 120.2552653, 30.1965973 ] ], [ [ 120.2556263, 30.2020647 ], [ 120.2558192, 30.2051526 ] ], [ [ 120.2558192, 30.2051526 ], [ 120.2559584, 30.2070089 ] ], [ [ 120.2559584, 30.2070089 ], [ 120.2539494, 30.2070324 ] ], [ [ 120.2539494, 30.2070324 ], [ 120.2538555, 30.2070335 ] ], [ [ 120.2538555, 30.2070335 ], [ 120.2507987, 30.2070692 ] ], [ [ 120.2507987, 30.2070692 ], [ 120.2504752, 30.207074 ] ], [ [ 120.2504752, 30.207074 ], [ 120.2500587, 30.2071016 ] ], [ [ 120.2603756, 30.1994301 ], [ 120.2604876, 30.1994287 ] ], [ [ 120.2604876, 30.1994287 ], [ 120.2606211, 30.1994269 ] ], [ [ 120.2606211, 30.1994269 ], [ 120.2624377, 30.1994101 ] ], [ [ 120.2607741, 30.2020009 ], [ 120.2603756, 30.1994301 ] ], [ [ 120.2559584, 30.2070089 ], [ 120.2601497, 30.2069662 ] ], [ [ 120.2601497, 30.2069662 ], [ 120.2616854, 30.2069505 ] ], [ [ 120.2616854, 30.2069505 ], [ 120.2619948, 30.2069474 ] ], [ [ 120.2619948, 30.2069474 ], [ 120.2636986, 30.20693 ] ], [ [ 120.2477638, 30.2021695 ], [ 120.2478095, 30.2047535 ] ], [ [ 120.249933, 30.204696 ], [ 120.2500776, 30.2046916 ] ], [ [ 120.268657, 30.2014976 ], [ 120.2664757, 30.2016718 ] ], [ [ 120.2664757, 30.2016718 ], [ 120.2642682, 30.2018657 ] ], [ [ 120.2642682, 30.2018657 ], [ 120.2641453, 30.2018757 ] ], [ [ 120.2641453, 30.2018757 ], [ 120.2630777, 30.2019631 ] ], [ [ 120.2694829, 30.2061816 ], [ 120.2663836, 30.2065437 ] ], [ [ 120.2663836, 30.2065437 ], [ 120.2638944, 30.206923 ] ], [ [ 120.2478095, 30.2047535 ], [ 120.249933, 30.204696 ] ], [ [ 120.2447506, 30.2047614 ], [ 120.2459804, 30.204758 ] ], [ [ 120.2459804, 30.204758 ], [ 120.2462036, 30.2047578 ] ], [ [ 120.2462036, 30.2047578 ], [ 120.2478095, 30.2047535 ] ], [ [ 120.2477502, 30.2071149 ], [ 120.2478095, 30.2047535 ] ], [ [ 120.2500587, 30.2071016 ], [ 120.2499128, 30.2071025 ] ], [ [ 120.2804621, 30.1900628 ], [ 120.2807239, 30.1900629 ] ], [ [ 120.2807305, 30.1901651 ], [ 120.2804646, 30.1901708 ] ], [ [ 120.2735597, 30.1902805 ], [ 120.2748556, 30.1902532 ], [ 120.2770896, 30.1901773 ], [ 120.2780092, 30.1901461 ], [ 120.2799286, 30.1900809 ], [ 120.2801079, 30.1900748 ], [ 120.2804621, 30.1900628 ] ], [ [ 120.2804646, 30.1901708 ], [ 120.2780149, 30.1902324 ], [ 120.2735722, 30.1903441 ] ], [ [ 120.2642276, 30.1877248 ], [ 120.2643814, 30.1866024 ] ], [ [ 120.2643814, 30.1866024 ], [ 120.2644576, 30.1860468 ] ], [ [ 120.2644576, 30.1860468 ], [ 120.2644929, 30.1855364 ] ], [ [ 120.2644929, 30.1855364 ], [ 120.2646837, 30.1855373 ] ], [ [ 120.2646837, 30.1855373 ], [ 120.2649577, 30.1855469 ] ], [ [ 120.2649577, 30.1855469 ], [ 120.265283, 30.1855451 ] ], [ [ 120.265283, 30.1855451 ], [ 120.2665623, 30.1855455 ] ], [ [ 120.2665623, 30.1855455 ], [ 120.2665843, 30.1851598 ] ], [ [ 120.2665843, 30.1851598 ], [ 120.2666165, 30.1848862 ] ], [ [ 120.2666165, 30.1848862 ], [ 120.2666199, 30.1848402 ] ], [ [ 120.2666199, 30.1848402 ], [ 120.2667157, 30.1835387 ] ], [ [ 120.2615174, 30.1905976 ], [ 120.2618684, 30.1905268 ], [ 120.2668489, 30.1904219 ], [ 120.266935, 30.1904201 ], [ 120.269829, 30.1903591 ], [ 120.2722351, 30.1902963 ], [ 120.2726979, 30.1902863 ], [ 120.273404, 30.1902838 ] ], [ [ 120.2734161, 30.1903481 ], [ 120.2727069, 30.1903786 ], [ 120.2722488, 30.1903769 ], [ 120.2721595, 30.1903797 ], [ 120.2698343, 30.1904381 ], [ 120.2669516, 30.1905106 ], [ 120.2668658, 30.1905128 ], [ 120.2617488, 30.1906414 ], [ 120.2615174, 30.1905976 ] ], [ [ 120.273404, 30.1902838 ], [ 120.2735597, 30.1902805 ] ], [ [ 120.2735722, 30.1903441 ], [ 120.2734161, 30.1903481 ] ], [ [ 120.2675355, 30.1935296 ], [ 120.2735827, 30.1933218 ] ], [ [ 120.2735827, 30.1933218 ], [ 120.2761803, 30.1932286 ] ], [ [ 120.2761803, 30.1932286 ], [ 120.2771667, 30.1932579 ] ], [ [ 120.2771667, 30.1932579 ], [ 120.2776181, 30.1932581 ] ], [ [ 120.2776181, 30.1932581 ], [ 120.2776238, 30.193258 ] ], [ [ 120.2776238, 30.193258 ], [ 120.277847, 30.1932557 ] ], [ [ 120.277847, 30.1932557 ], [ 120.2788927, 30.1932856 ] ], [ [ 120.2788927, 30.1932856 ], [ 120.2813244, 30.1932627 ] ], [ [ 120.2813244, 30.1932627 ], [ 120.2821022, 30.1932349 ] ], [ [ 120.2821022, 30.1932349 ], [ 120.2828586, 30.1931607 ] ], [ [ 120.2828586, 30.1931607 ], [ 120.2832717, 30.1931375 ] ], [ [ 120.2832717, 30.1931375 ], [ 120.2837598, 30.1931422 ] ], [ [ 120.2809348, 30.2003996 ], [ 120.2811021, 30.200367 ] ], [ [ 120.2809348, 30.2003996 ], [ 120.2791394, 30.2005608 ] ], [ [ 120.2791394, 30.2005608 ], [ 120.2788452, 30.2005872 ] ], [ [ 120.2788452, 30.2005872 ], [ 120.2788395, 30.2005877 ] ], [ [ 120.2788395, 30.2005877 ], [ 120.27677, 30.2007765 ] ], [ [ 120.27677, 30.2007765 ], [ 120.2749697, 30.2009379 ] ], [ [ 120.2748611, 30.2009549 ], [ 120.2749697, 30.2009379 ] ], [ [ 120.2748611, 30.2009549 ], [ 120.271841, 30.2012191 ] ], [ [ 120.271841, 30.2012191 ], [ 120.268657, 30.2014976 ] ], [ [ 120.2755745, 30.2052579 ], [ 120.2756704, 30.2052402 ] ], [ [ 120.2755745, 30.2052579 ], [ 120.2726585, 30.2057001 ] ], [ [ 120.2726585, 30.2057001 ], [ 120.2694829, 30.2061816 ] ], [ [ 120.2753513, 30.2081299 ], [ 120.2731126, 30.2083806 ] ], [ [ 120.2731126, 30.2083806 ], [ 120.2699562, 30.2088169 ] ], [ [ 120.2780456, 30.2128177 ], [ 120.2808814, 30.2123057 ] ], [ [ 120.2808814, 30.2123057 ], [ 120.2830571, 30.2119209 ] ], [ [ 120.2779272, 30.2128403 ], [ 120.2780456, 30.2128177 ] ], [ [ 120.2638944, 30.206923 ], [ 120.2636986, 30.20693 ] ], [ [ 120.2704659, 30.2104672 ], [ 120.2705199, 30.2107704 ] ], [ [ 120.2705199, 30.2107704 ], [ 120.2707656, 30.2121494 ] ], [ [ 120.2707656, 30.2121494 ], [ 120.2709687, 30.2132891 ] ], [ [ 120.2709687, 30.2132891 ], [ 120.2709949, 30.2133538 ] ], [ [ 120.2709949, 30.2133538 ], [ 120.2710401, 30.2136284 ] ], [ [ 120.2710401, 30.2136284 ], [ 120.2710485, 30.2136749 ] ], [ [ 120.2710485, 30.2136749 ], [ 120.2710958, 30.2139446 ] ], [ [ 120.2710958, 30.2139446 ], [ 120.2711044, 30.2139907 ] ], [ [ 120.273502, 30.213569 ], [ 120.2736696, 30.2135399 ] ], [ [ 120.2736696, 30.2135399 ], [ 120.2760937, 30.213141 ] ], [ [ 120.2760937, 30.213141 ], [ 120.2770486, 30.2129784 ] ], [ [ 120.2770486, 30.2129784 ], [ 120.2779272, 30.2128403 ] ], [ [ 120.273502, 30.213569 ], [ 120.2734537, 30.2135774 ] ], [ [ 120.2711044, 30.2139907 ], [ 120.2713828, 30.2139435 ] ], [ [ 120.2713828, 30.2139435 ], [ 120.2734537, 30.2135774 ] ], [ [ 120.2861296, 30.2149092 ], [ 120.2855232, 30.2115378 ] ], [ [ 120.2861381, 30.2150043 ], [ 120.2861296, 30.2149092 ] ], [ [ 120.2972342, 30.1828392 ], [ 120.2972157, 30.183237 ] ], [ [ 120.2972157, 30.183237 ], [ 120.2971828, 30.1837448 ] ], [ [ 120.2971828, 30.1837448 ], [ 120.2971705, 30.1843698 ] ], [ [ 120.2971705, 30.1843698 ], [ 120.2971932, 30.1851615 ] ], [ [ 120.3018961, 30.1842794 ], [ 120.3020582, 30.1842398 ] ], [ [ 120.3020582, 30.1842398 ], [ 120.3027344, 30.1840582 ] ], [ [ 120.3027344, 30.1840582 ], [ 120.3036238, 30.183902 ] ], [ [ 120.3036238, 30.183902 ], [ 120.3042461, 30.183724 ] ], [ [ 120.3042461, 30.183724 ], [ 120.3048994, 30.183749 ] ], [ [ 120.3018961, 30.1842794 ], [ 120.2971932, 30.1851615 ] ], [ [ 120.2971932, 30.1851615 ], [ 120.2973284, 30.1859647 ] ], [ [ 120.2973284, 30.1859647 ], [ 120.2980452, 30.1877457 ] ], [ [ 120.2980452, 30.1877457 ], [ 120.2983235, 30.188209 ] ], [ [ 120.2885404, 30.1928995 ], [ 120.2879494, 30.1929892 ], [ 120.2874664, 30.193116 ], [ 120.2869704, 30.19317 ], [ 120.2865815, 30.1931816 ], [ 120.286324, 30.1931839 ], [ 120.2857554, 30.1931862 ], [ 120.2853879, 30.1931816 ], [ 120.2851948, 30.1932187 ], [ 120.2850205, 30.1932929 ], [ 120.2849561, 30.1933299 ], [ 120.2848005, 30.1934737 ], [ 120.2847538, 30.1935257 ], [ 120.2844948, 30.1938145 ], [ 120.2838506, 30.1945391 ], [ 120.2837628, 30.1946378 ], [ 120.2835914, 30.1948139 ], [ 120.2834087, 30.1949642 ], [ 120.2831369, 30.1951516 ], [ 120.2828776, 30.1953129 ], [ 120.2827378, 30.1954419 ], [ 120.2826653, 30.1955531 ], [ 120.2826274, 30.195677 ], [ 120.2826247, 30.1956857 ], [ 120.2826104, 30.1958007 ], [ 120.2825496, 30.195668 ], [ 120.2825953, 30.1955235 ], [ 120.2827214, 30.195345 ], [ 120.2830128, 30.1950702 ], [ 120.2832035, 30.194951 ], [ 120.2834466, 30.1948045 ], [ 120.2836625, 30.1946117 ], [ 120.2839985, 30.194199 ], [ 120.284547, 30.1935255 ], [ 120.2846415, 30.1934094 ], [ 120.2848619, 30.1932341 ], [ 120.2851108, 30.1930673 ], [ 120.2853155, 30.1929752 ], [ 120.2855355, 30.1929358 ], [ 120.2857125, 30.1929242 ], [ 120.2865145, 30.1929034 ], [ 120.287582, 30.1928802 ], [ 120.2879816, 30.192864 ], [ 120.2885404, 30.1928995 ] ], [ [ 120.2971932, 30.1851615 ], [ 120.2958982, 30.1854201 ] ], [ [ 120.2890358, 30.2074067 ], [ 120.289126, 30.2075036 ] ], [ [ 120.2890561, 30.2075147 ], [ 120.2890358, 30.2074067 ] ], [ [ 120.3075742, 30.206812 ], [ 120.3092375, 30.206114 ] ], [ [ 120.3092375, 30.206114 ], [ 120.3115139, 30.2046248 ] ], [ [ 120.3115139, 30.2046248 ], [ 120.3126981, 30.2038501 ] ], [ [ 120.2855232, 30.2115378 ], [ 120.2896514, 30.2107828 ] ], [ [ 120.2855232, 30.2115378 ], [ 120.2843576, 30.2117307 ] ], [ [ 120.289126, 30.2075036 ], [ 120.2893356, 30.2085805 ], [ 120.2894263, 30.2094101 ], [ 120.289541, 30.2101152 ], [ 120.289635, 30.2103944 ], [ 120.289653, 30.210446 ], [ 120.289749, 30.2107039 ], [ 120.2897707, 30.2107645 ] ], [ [ 120.2896514, 30.2107828 ], [ 120.2896327, 30.2107211 ], [ 120.2895388, 30.210462 ], [ 120.2895201, 30.2104169 ], [ 120.2894275, 30.2101363 ], [ 120.2893161, 30.2094044 ], [ 120.289296, 30.2091882 ], [ 120.2892533, 30.2087263 ], [ 120.2892418, 30.2086019 ], [ 120.2891915, 30.2083072 ], [ 120.2890561, 30.2075147 ] ], [ [ 120.2897707, 30.2107645 ], [ 120.2950051, 30.2098278 ] ], [ [ 120.2950051, 30.2098278 ], [ 120.2957303, 30.2096943 ] ], [ [ 120.2897707, 30.2107645 ], [ 120.2896514, 30.2107828 ] ], [ [ 120.2897707, 30.2107645 ], [ 120.2899046, 30.2113372 ], [ 120.2901889, 30.2125532 ], [ 120.2902642, 30.2128228 ], [ 120.2905765, 30.2141967 ] ], [ [ 120.2904675, 30.2142145 ], [ 120.2901411, 30.2128418 ], [ 120.2896514, 30.2107828 ] ], [ [ 120.2905765, 30.2141967 ], [ 120.2905863, 30.2142651 ] ], [ [ 120.2904837, 30.2142826 ], [ 120.2904675, 30.2142145 ] ], [ [ 120.2957303, 30.2096943 ], [ 120.2958244, 30.2096751 ] ], [ [ 120.2958244, 30.2096751 ], [ 120.2961959, 30.2096102 ] ], [ [ 120.2961959, 30.2096102 ], [ 120.2983329, 30.209175 ] ], [ [ 120.2983329, 30.209175 ], [ 120.3003293, 30.2087684 ] ], [ [ 120.3003293, 30.2087684 ], [ 120.3012699, 30.2085826 ] ], [ [ 120.3012699, 30.2085826 ], [ 120.3026633, 30.2083074 ] ], [ [ 120.3026633, 30.2083074 ], [ 120.3042561, 30.207971 ] ], [ [ 120.3042561, 30.207971 ], [ 120.3074572, 30.2068399 ] ], [ [ 120.3075742, 30.206812 ], [ 120.3074572, 30.2068399 ] ], [ [ 120.3141346, 30.2195913 ], [ 120.3145562, 30.2210338 ] ], [ [ 120.3087316, 30.220401 ], [ 120.3091366, 30.2218579 ] ], [ [ 120.2866418, 30.2178978 ], [ 120.2864505, 30.2167989 ] ], [ [ 120.2864505, 30.2167989 ], [ 120.2861381, 30.2150043 ] ], [ [ 120.2866418, 30.2178978 ], [ 120.2866572, 30.2179698 ] ], [ [ 120.3314339, 30.1918936 ], [ 120.3319277, 30.1918368 ] ], [ [ 120.3362738, 30.1915119 ], [ 120.3364491, 30.1925549 ] ], [ [ 120.3364491, 30.1925549 ], [ 120.3365558, 30.1931902 ] ], [ [ 120.3324312, 30.1935378 ], [ 120.3343052, 30.1934165 ] ], [ [ 120.3343052, 30.1934165 ], [ 120.3354564, 30.1933007 ] ], [ [ 120.3354564, 30.1933007 ], [ 120.3365558, 30.1931902 ] ], [ [ 120.3324312, 30.1935378 ], [ 120.3321214, 30.1935692 ] ], [ [ 120.3263622, 30.1917765 ], [ 120.323559, 30.1918369 ] ], [ [ 120.3314339, 30.1918936 ], [ 120.3310978, 30.1919166 ] ], [ [ 120.3310978, 30.1919166 ], [ 120.3306719, 30.1918942 ] ], [ [ 120.3306719, 30.1918942 ], [ 120.3299036, 30.1917999 ] ], [ [ 120.3299036, 30.1917999 ], [ 120.3291751, 30.1917829 ] ], [ [ 120.3291751, 30.1917829 ], [ 120.3281551, 30.1917431 ] ], [ [ 120.3281551, 30.1917431 ], [ 120.3278038, 30.1917455 ] ], [ [ 120.3239245, 30.1931584 ], [ 120.3262541, 30.1930875 ] ], [ [ 120.3262541, 30.1930875 ], [ 120.3263622, 30.1917765 ] ], [ [ 120.323559, 30.1918369 ], [ 120.3239245, 30.1931584 ] ], [ [ 120.3282852, 30.1942271 ], [ 120.3278652, 30.1920912 ] ], [ [ 120.3278652, 30.1920912 ], [ 120.3278038, 30.1917455 ] ], [ [ 120.3215594, 30.1932064 ], [ 120.3239245, 30.1931584 ] ], [ [ 120.3239245, 30.1931584 ], [ 120.3243254, 30.1946074 ] ], [ [ 120.328383, 30.1947246 ], [ 120.3295842, 30.1941082 ] ], [ [ 120.3295842, 30.1941082 ], [ 120.3297803, 30.1939461 ] ], [ [ 120.3297803, 30.1939461 ], [ 120.3310732, 30.1932949 ] ], [ [ 120.3310732, 30.1932949 ], [ 120.3311829, 30.1934471 ] ], [ [ 120.3311829, 30.1934471 ], [ 120.3318907, 30.1931956 ] ], [ [ 120.3243254, 30.1946074 ], [ 120.3282852, 30.1942271 ] ], [ [ 120.328383, 30.1947246 ], [ 120.3283468, 30.1945403 ] ], [ [ 120.3283468, 30.1945403 ], [ 120.3283305, 30.1944575 ] ], [ [ 120.3283305, 30.1944575 ], [ 120.3282852, 30.1942271 ] ], [ [ 120.3365558, 30.1931902 ], [ 120.3366804, 30.1939956 ] ], [ [ 120.3375866, 30.1967361 ], [ 120.3402878, 30.1964888 ] ], [ [ 120.3402878, 30.1964888 ], [ 120.3405593, 30.1964461 ] ], [ [ 120.3405593, 30.1964461 ], [ 120.3407266, 30.1964198 ] ], [ [ 120.3407266, 30.1964198 ], [ 120.3400215, 30.1941209 ] ], [ [ 120.3400215, 30.1941209 ], [ 120.3399142, 30.1938242 ] ], [ [ 120.3399142, 30.1938242 ], [ 120.3366804, 30.1939956 ] ], [ [ 120.3366804, 30.1939956 ], [ 120.3371456, 30.1955167 ] ], [ [ 120.3371456, 30.1955167 ], [ 120.3374814, 30.1967457 ] ], [ [ 120.3366804, 30.1939956 ], [ 120.3344801, 30.1941594 ] ], [ [ 120.3344801, 30.1941594 ], [ 120.3351935, 30.1970049 ] ], [ [ 120.3374814, 30.1967457 ], [ 120.3375866, 30.1967361 ] ], [ [ 120.3351935, 30.1970049 ], [ 120.3374814, 30.1967457 ] ], [ [ 120.3334479, 30.1972301 ], [ 120.3351935, 30.1970049 ] ], [ [ 120.3331562, 30.1973012 ], [ 120.3334479, 30.1972301 ] ], [ [ 120.3331562, 30.1973012 ], [ 120.3293433, 30.1979307 ] ], [ [ 120.328383, 30.1947246 ], [ 120.3284471, 30.1949467 ] ], [ [ 120.3284471, 30.1949467 ], [ 120.3293433, 30.1979307 ] ], [ [ 120.3243254, 30.1946074 ], [ 120.3247317, 30.1960763 ] ], [ [ 120.3247317, 30.1960763 ], [ 120.3248446, 30.1964535 ] ], [ [ 120.3248446, 30.1964535 ], [ 120.3248827, 30.1965938 ] ], [ [ 120.3248827, 30.1965938 ], [ 120.3254253, 30.198591 ] ], [ [ 120.3293433, 30.1979307 ], [ 120.3254253, 30.198591 ] ], [ [ 120.3254253, 30.198591 ], [ 120.3218751, 30.1990192 ] ], [ [ 120.3258167, 30.1999856 ], [ 120.3254253, 30.198591 ] ], [ [ 120.3375866, 30.1967361 ], [ 120.3386334, 30.2003304 ] ], [ [ 120.3385257, 30.2003314 ], [ 120.3374814, 30.1967457 ] ], [ [ 120.3293433, 30.1979307 ], [ 120.3302829, 30.2011308 ] ], [ [ 120.3258167, 30.1999856 ], [ 120.3222576, 30.2004127 ] ], [ [ 120.3263014, 30.2017123 ], [ 120.3258167, 30.1999856 ] ], [ [ 120.3302829, 30.2011308 ], [ 120.3303205, 30.2012307 ] ], [ [ 120.3263342, 30.2018246 ], [ 120.3263014, 30.2017123 ] ], [ [ 120.3261333, 30.2174468 ], [ 120.3262025, 30.2177526 ] ], [ [ 120.3261027, 30.2177678 ], [ 120.3260427, 30.2174606 ] ], [ [ 120.3352763, 30.2160559 ], [ 120.3353335, 30.216363 ] ], [ [ 120.3569624, 30.2174165 ], [ 120.356927, 30.2186784 ] ], [ [ 120.356927, 30.2186784 ], [ 120.3569275, 30.2187365 ] ], [ [ 120.3307354, 30.2170634 ], [ 120.3306735, 30.2167559 ] ], [ [ 120.3353335, 30.216363 ], [ 120.3353833, 30.2166727 ] ], [ [ 120.3353833, 30.2166727 ], [ 120.3357466, 30.2189347 ] ], [ [ 120.3307354, 30.2170634 ], [ 120.3307909, 30.2174067 ] ], [ [ 120.3307909, 30.2174067 ], [ 120.3309708, 30.2185194 ] ], [ [ 120.3309708, 30.2185194 ], [ 120.3311083, 30.2194024 ] ], [ [ 120.3390576, 30.2182789 ], [ 120.3357466, 30.2189347 ] ], [ [ 120.3311083, 30.2194024 ], [ 120.3357466, 30.2189347 ] ], [ [ 120.3262025, 30.2177526 ], [ 120.3262433, 30.2179404 ], [ 120.326313, 30.2184943 ], [ 120.3263211, 30.2187307 ] ], [ [ 120.3263211, 30.2187307 ], [ 120.3262218, 30.2184433 ], [ 120.3261414, 30.2179613 ], [ 120.3261027, 30.2177678 ] ], [ [ 120.3207485, 30.2185838 ], [ 120.3209805, 30.2194185 ], [ 120.3208591, 30.219637 ] ], [ [ 120.3208591, 30.219637 ], [ 120.3206266, 30.2194797 ], [ 120.3204366, 30.2186304 ] ], [ [ 120.3264746, 30.2198404 ], [ 120.3263211, 30.2187307 ] ], [ [ 120.3311083, 30.2194024 ], [ 120.3280907, 30.2196937 ] ], [ [ 120.3280907, 30.2196937 ], [ 120.3264746, 30.2198404 ] ], [ [ 120.3357466, 30.2189347 ], [ 120.3361518, 30.2216982 ] ], [ [ 120.3315306, 30.2221496 ], [ 120.3314166, 30.2213826 ] ], [ [ 120.3314166, 30.2213826 ], [ 120.3311083, 30.2194024 ] ], [ [ 120.3361643, 30.2217807 ], [ 120.3361518, 30.2216982 ] ], [ [ 120.3212792, 30.221208 ], [ 120.3208591, 30.219637 ] ], [ [ 120.3264746, 30.2198404 ], [ 120.3265812, 30.2204945 ] ], [ [ 120.3265812, 30.2204945 ], [ 120.3266778, 30.2211435 ] ], [ [ 120.3266778, 30.2211435 ], [ 120.3268861, 30.2226029 ] ], [ [ 120.3179878, 30.2218622 ], [ 120.3212792, 30.221208 ] ], [ [ 120.3218551, 30.2233615 ], [ 120.3212792, 30.221208 ] ], [ [ 120.3315306, 30.2221496 ], [ 120.3315409, 30.222219 ] ], [ [ 120.3361643, 30.2217807 ], [ 120.336434, 30.2235696 ] ], [ [ 120.3315409, 30.222219 ], [ 120.331806, 30.2240027 ] ], [ [ 120.331806, 30.2240027 ], [ 120.336434, 30.2235696 ] ], [ [ 120.336434, 30.2235696 ], [ 120.3367276, 30.2255173 ] ], [ [ 120.3367276, 30.2255173 ], [ 120.3367608, 30.2257377 ] ], [ [ 120.3367608, 30.2257377 ], [ 120.3367915, 30.225941 ] ], [ [ 120.4395872, 30.2051162 ], [ 120.4398775, 30.2061981 ] ], [ [ 120.4398775, 30.2061981 ], [ 120.4405897, 30.2088519 ] ], [ [ 120.4362018, 30.2057086 ], [ 120.4363577, 30.2062704 ] ], [ [ 120.4363577, 30.2062704 ], [ 120.4365303, 30.2068928 ] ], [ [ 120.4365303, 30.2068928 ], [ 120.4367793, 30.2077903 ] ], [ [ 120.4367793, 30.2077903 ], [ 120.4370885, 30.2088092 ] ], [ [ 120.4370885, 30.2088092 ], [ 120.4373664, 30.2097248 ] ], [ [ 120.4405897, 30.2088519 ], [ 120.4373664, 30.2097248 ] ], [ [ 120.4374701, 30.2101358 ], [ 120.4373664, 30.2097248 ] ], [ [ 120.4446229, 30.2140367 ], [ 120.4438515, 30.2110513 ] ], [ [ 120.4438515, 30.2110513 ], [ 120.4438331, 30.2109907 ] ], [ [ 120.4438331, 30.2109907 ], [ 120.4437976, 30.2108736 ] ], [ [ 120.4437976, 30.2108736 ], [ 120.4433213, 30.2093036 ] ], [ [ 120.4433213, 30.2093036 ], [ 120.4429873, 30.2082025 ] ], [ [ 120.4422212, 30.2146898 ], [ 120.4414711, 30.2120436 ] ], [ [ 120.4414711, 30.2120436 ], [ 120.4414529, 30.2119794 ] ], [ [ 120.4414529, 30.2119794 ], [ 120.4413991, 30.2117895 ] ], [ [ 120.4413991, 30.2117895 ], [ 120.4413819, 30.2117287 ] ], [ [ 120.4413819, 30.2117287 ], [ 120.4413627, 30.211661 ] ], [ [ 120.4413627, 30.211661 ], [ 120.4405897, 30.2088519 ] ], [ [ 120.4422212, 30.2146898 ], [ 120.4429427, 30.2145197 ] ], [ [ 120.4429427, 30.2145197 ], [ 120.4434039, 30.2143921 ] ], [ [ 120.4434039, 30.2143921 ], [ 120.4446229, 30.2140367 ] ], [ [ 120.44893, 30.213982 ], [ 120.4485507, 30.2140181 ] ], [ [ 120.4485507, 30.2140181 ], [ 120.4480337, 30.2141375 ] ], [ [ 120.4480337, 30.2141375 ], [ 120.4470317, 30.2143688 ] ], [ [ 120.4470317, 30.2143688 ], [ 120.4448525, 30.214872 ] ], [ [ 120.4446229, 30.2140367 ], [ 120.4448525, 30.214872 ] ], [ [ 120.4422212, 30.2146898 ], [ 120.4415265, 30.2148535 ] ], [ [ 120.4415265, 30.2148535 ], [ 120.4390214, 30.215359 ] ], [ [ 120.4338973, 30.2111165 ], [ 120.4341492, 30.2110474 ] ], [ [ 120.4341492, 30.2110474 ], [ 120.4374701, 30.2101358 ] ], [ [ 120.4374701, 30.2101358 ], [ 120.4375258, 30.2103567 ] ], [ [ 120.4375258, 30.2103567 ], [ 120.43803, 30.2121461 ] ], [ [ 120.43803, 30.2121461 ], [ 120.438188, 30.2126592 ] ], [ [ 120.438188, 30.2126592 ], [ 120.4382649, 30.2129088 ] ], [ [ 120.4382649, 30.2129088 ], [ 120.4385387, 30.213798 ] ], [ [ 120.4385387, 30.213798 ], [ 120.438559, 30.2138637 ] ], [ [ 120.438559, 30.2138637 ], [ 120.4388293, 30.2147416 ] ], [ [ 120.4388293, 30.2147416 ], [ 120.4390214, 30.215359 ] ], [ [ 120.4294046, 30.2164771 ], [ 120.434703, 30.2160773 ] ], [ [ 120.434703, 30.2160773 ], [ 120.4348926, 30.216048 ] ], [ [ 120.4348926, 30.216048 ], [ 120.4379431, 30.2155766 ] ], [ [ 120.4379431, 30.2155766 ], [ 120.4390214, 30.215359 ] ], [ [ 120.4397718, 30.2178987 ], [ 120.4390214, 30.215359 ] ], [ [ 120.3934754, 30.2195284 ], [ 120.3931079, 30.2192821 ] ], [ [ 120.3931079, 30.2192821 ], [ 120.3928168, 30.2190939 ] ], [ [ 120.4448525, 30.214872 ], [ 120.4450145, 30.215398 ] ], [ [ 120.4450145, 30.215398 ], [ 120.4451786, 30.2158596 ] ], [ [ 120.4451786, 30.2158596 ], [ 120.4454681, 30.2166741 ] ], [ [ 120.3930946, 30.2196736 ], [ 120.3931547, 30.2196202 ] ], [ [ 120.3931547, 30.2196202 ], [ 120.3932305, 30.2195757 ] ], [ [ 120.3932305, 30.2195757 ], [ 120.3933105, 30.21955 ] ], [ [ 120.3933105, 30.21955 ], [ 120.393381, 30.2195371 ] ], [ [ 120.393381, 30.2195371 ], [ 120.3934754, 30.2195284 ] ], [ [ 120.393044, 30.2197449 ], [ 120.3930946, 30.2196736 ] ], [ [ 120.4012756, 30.2236511 ], [ 120.4008827, 30.2234628 ] ], [ [ 120.4008827, 30.2234628 ], [ 120.400547, 30.2233198 ] ], [ [ 120.400547, 30.2233198 ], [ 120.4002922, 30.2232197 ] ], [ [ 120.4002922, 30.2232197 ], [ 120.4000503, 30.22313 ] ], [ [ 120.4000503, 30.22313 ], [ 120.3996133, 30.2229747 ] ], [ [ 120.3996133, 30.2229747 ], [ 120.3989486, 30.2227228 ] ], [ [ 120.3989486, 30.2227228 ], [ 120.3985648, 30.2225811 ] ], [ [ 120.3985648, 30.2225811 ], [ 120.3981997, 30.2224408 ] ], [ [ 120.3981997, 30.2224408 ], [ 120.3981311, 30.2224132 ] ], [ [ 120.3981311, 30.2224132 ], [ 120.3972287, 30.2220656 ] ], [ [ 120.3972287, 30.2220656 ], [ 120.3956402, 30.2215397 ] ], [ [ 120.3956402, 30.2215397 ], [ 120.3954042, 30.22145 ] ], [ [ 120.3954042, 30.22145 ], [ 120.3952845, 30.2213795 ] ], [ [ 120.3952845, 30.2213795 ], [ 120.3951731, 30.2212789 ] ], [ [ 120.3951731, 30.2212789 ], [ 120.3940954, 30.2200424 ] ], [ [ 120.3940954, 30.2200424 ], [ 120.3939814, 30.2199217 ] ], [ [ 120.3939814, 30.2199217 ], [ 120.3938471, 30.2197969 ] ], [ [ 120.3938471, 30.2197969 ], [ 120.3937359, 30.2197071 ] ], [ [ 120.3937359, 30.2197071 ], [ 120.3936183, 30.2196221 ] ], [ [ 120.3936183, 30.2196221 ], [ 120.3934754, 30.2195284 ] ], [ [ 120.4028371, 30.2236754 ], [ 120.4034577, 30.2222962 ] ], [ [ 120.4034577, 30.2222962 ], [ 120.4035813, 30.2220214 ] ], [ [ 120.4035813, 30.2220214 ], [ 120.403822, 30.2214565 ] ], [ [ 120.403822, 30.2214565 ], [ 120.4038918, 30.2212711 ] ], [ [ 120.4726417, 30.2242914 ], [ 120.4725386, 30.2243624 ] ], [ [ 120.467631, 30.2268011 ], [ 120.4678488, 30.2266944 ] ], [ [ 120.4678488, 30.2266944 ], [ 120.4689218, 30.2261636 ] ], [ [ 120.4689218, 30.2261636 ], [ 120.470017, 30.2256219 ] ], [ [ 120.470017, 30.2256219 ], [ 120.4700552, 30.2256036 ] ], [ [ 120.4700552, 30.2256036 ], [ 120.4711655, 30.2250716 ] ], [ [ 120.4711655, 30.2250716 ], [ 120.471281, 30.2250162 ] ], [ [ 120.471281, 30.2250162 ], [ 120.4714107, 30.2249488 ] ], [ [ 120.4714107, 30.2249488 ], [ 120.4717517, 30.2247715 ] ], [ [ 120.4717517, 30.2247715 ], [ 120.4725386, 30.2243624 ] ], [ [ 120.4013183, 30.2237763 ], [ 120.4012756, 30.2236511 ] ], [ [ 120.4025741, 30.2241791 ], [ 120.4017783, 30.2238568 ] ], [ [ 120.4017783, 30.2238568 ], [ 120.4012756, 30.2236511 ] ], [ [ 120.4025741, 30.2241791 ], [ 120.4027909, 30.223778 ] ], [ [ 120.4027909, 30.223778 ], [ 120.4028371, 30.2236754 ] ], [ [ 120.4028371, 30.2236754 ], [ 120.4039798, 30.2241634 ] ], [ [ 120.4039798, 30.2241634 ], [ 120.4077979, 30.225801 ] ], [ [ 120.4077979, 30.225801 ], [ 120.4088458, 30.226248 ] ], [ [ 120.4088458, 30.226248 ], [ 120.4092761, 30.2264317 ] ], [ [ 120.4092761, 30.2264317 ], [ 120.4108979, 30.2271242 ] ], [ [ 120.4025741, 30.2241791 ], [ 120.4035998, 30.2246221 ] ], [ [ 120.4035998, 30.2246221 ], [ 120.4058254, 30.2256236 ] ], [ [ 120.4058254, 30.2256236 ], [ 120.4061791, 30.2257869 ] ], [ [ 120.4061791, 30.2257869 ], [ 120.4083386, 30.2267916 ] ], [ [ 120.4102028, 30.2281849 ], [ 120.4087102, 30.2275311 ] ], [ [ 120.4087102, 30.2275311 ], [ 120.4080158, 30.2272289 ] ], [ [ 120.4080158, 30.2272289 ], [ 120.4078833, 30.2271166 ] ], [ [ 120.4078833, 30.2271166 ], [ 120.4074917, 30.2269657 ] ], [ [ 120.4074917, 30.2269657 ], [ 120.4067215, 30.2266365 ] ], [ [ 120.4067215, 30.2266365 ], [ 120.4061624, 30.2263976 ] ], [ [ 120.4061624, 30.2263976 ], [ 120.4054676, 30.2261056 ] ], [ [ 120.4054676, 30.2261056 ], [ 120.4039175, 30.2254393 ] ], [ [ 120.4039175, 30.2254393 ], [ 120.4029543, 30.2250283 ] ], [ [ 120.4029543, 30.2250283 ], [ 120.4023523, 30.2247828 ] ], [ [ 120.4023523, 30.2247828 ], [ 120.4016392, 30.2245057 ] ], [ [ 120.4016392, 30.2245057 ], [ 120.4016031, 30.2244717 ] ], [ [ 120.4016031, 30.2244717 ], [ 120.4015504, 30.2243463 ] ], [ [ 120.4015504, 30.2243463 ], [ 120.4013183, 30.2237763 ] ], [ [ 120.473525, 30.2275709 ], [ 120.4736178, 30.2275507 ] ], [ [ 120.467631, 30.2268011 ], [ 120.4660429, 30.227579 ] ], [ [ 120.4660429, 30.227579 ], [ 120.4654462, 30.2278676 ] ], [ [ 120.4654462, 30.2278676 ], [ 120.4652658, 30.2279548 ] ], [ [ 120.4652658, 30.2279548 ], [ 120.4650017, 30.2280826 ] ], [ [ 120.4650017, 30.2280826 ], [ 120.4637542, 30.2286859 ] ], [ [ 120.473525, 30.2275709 ], [ 120.4696999, 30.2285444 ] ], [ [ 120.4696999, 30.2285444 ], [ 120.4694861, 30.2285988 ] ], [ [ 120.4694861, 30.2285988 ], [ 120.4683879, 30.2288661 ] ], [ [ 120.4637542, 30.2286859 ], [ 120.463686, 30.228717 ] ], [ [ 120.5734972, 30.2209797 ], [ 120.5722113, 30.2208107 ] ], [ [ 120.5722113, 30.2208107 ], [ 120.5711866, 30.2205178 ] ], [ [ 120.5711866, 30.2205178 ], [ 120.5710107, 30.2205482 ] ], [ [ 120.5710107, 30.2205482 ], [ 120.5709862, 30.2205524 ] ], [ [ 120.5709862, 30.2205524 ], [ 120.5708698, 30.2205815 ] ], [ [ 120.5708698, 30.2205815 ], [ 120.5706487, 30.220674 ] ], [ [ 120.5706487, 30.220674 ], [ 120.5705015, 30.2207356 ] ], [ [ 120.5705015, 30.2207356 ], [ 120.5702508, 30.2210149 ] ], [ [ 120.5702508, 30.2210149 ], [ 120.5700843, 30.2214713 ] ], [ [ 120.5700843, 30.2214713 ], [ 120.5697668, 30.2222783 ] ], [ [ 120.5457709, 30.2266086 ], [ 120.5456414, 30.2262259 ] ], [ [ 120.5456414, 30.2262259 ], [ 120.5453987, 30.2255085 ] ], [ [ 120.5453987, 30.2255085 ], [ 120.545349, 30.2253616 ] ], [ [ 120.545349, 30.2253616 ], [ 120.5451282, 30.2247735 ] ], [ [ 120.5451282, 30.2247735 ], [ 120.5448768, 30.2241038 ] ], [ [ 120.5448768, 30.2241038 ], [ 120.5445859, 30.2233291 ] ], [ [ 120.5445859, 30.2233291 ], [ 120.5445288, 30.2231726 ] ], [ [ 120.5445288, 30.2231726 ], [ 120.5444893, 30.2230643 ] ], [ [ 120.5444893, 30.2230643 ], [ 120.5444763, 30.2230286 ] ], [ [ 120.5444763, 30.2230286 ], [ 120.5437701, 30.2210919 ] ], [ [ 120.5437701, 30.2210919 ], [ 120.543158, 30.2194132 ] ], [ [ 120.543158, 30.2194132 ], [ 120.5428682, 30.2186183 ] ], [ [ 120.5428682, 30.2186183 ], [ 120.5428051, 30.2184452 ] ], [ [ 120.5428051, 30.2184452 ], [ 120.5427675, 30.218342 ] ], [ [ 120.5427675, 30.218342 ], [ 120.5424495, 30.21747 ] ], [ [ 120.5424495, 30.21747 ], [ 120.5422752, 30.2169956 ] ], [ [ 120.5422752, 30.2169956 ], [ 120.5420173, 30.2162937 ] ], [ [ 120.5829629, 30.2222321 ], [ 120.5810277, 30.221976 ] ], [ [ 120.5810277, 30.221976 ], [ 120.5781208, 30.2215914 ] ], [ [ 120.5781208, 30.2215914 ], [ 120.5734972, 30.2209797 ] ], [ [ 120.537522, 30.2176743 ], [ 120.5368857, 30.2178503 ] ], [ [ 120.5368857, 30.2178503 ], [ 120.5359159, 30.2181041 ] ], [ [ 120.5359159, 30.2181041 ], [ 120.5353563, 30.2182725 ] ], [ [ 120.5353563, 30.2182725 ], [ 120.5349604, 30.2183916 ] ], [ [ 120.5349604, 30.2183916 ], [ 120.5348259, 30.218413 ] ], [ [ 120.5348259, 30.218413 ], [ 120.5346702, 30.2184099 ] ], [ [ 120.5346702, 30.2184099 ], [ 120.5345145, 30.2183427 ] ], [ [ 120.5345145, 30.2183427 ], [ 120.5339447, 30.2180766 ] ], [ [ 120.5339447, 30.2180766 ], [ 120.533789, 30.2180369 ] ], [ [ 120.533789, 30.2180369 ], [ 120.5336368, 30.2180399 ] ], [ [ 120.5336368, 30.2180399 ], [ 120.5334598, 30.218098 ] ], [ [ 120.5334598, 30.218098 ], [ 120.532134, 30.218475 ] ], [ [ 120.532134, 30.218475 ], [ 120.5320843, 30.2184891 ] ], [ [ 120.5320843, 30.2184891 ], [ 120.5319403, 30.2185302 ] ], [ [ 120.5319403, 30.2185302 ], [ 120.5319106, 30.2185387 ] ], [ [ 120.5319106, 30.2185387 ], [ 120.5318849, 30.2185461 ] ], [ [ 120.5318849, 30.2185461 ], [ 120.5305047, 30.2189451 ] ], [ [ 120.5305047, 30.2189451 ], [ 120.5290006, 30.2193947 ] ], [ [ 120.5290006, 30.2193947 ], [ 120.5283054, 30.2196168 ] ], [ [ 120.5283054, 30.2196168 ], [ 120.5273726, 30.2199146 ] ], [ [ 120.5273726, 30.2199146 ], [ 120.526725, 30.2201133 ] ], [ [ 120.526725, 30.2201133 ], [ 120.5256986, 30.2204436 ] ], [ [ 120.5256986, 30.2204436 ], [ 120.5249945, 30.2206614 ] ], [ [ 120.5249945, 30.2206614 ], [ 120.5247324, 30.2207424 ] ], [ [ 120.5246001, 30.2207782 ], [ 120.5247324, 30.2207424 ] ], [ [ 120.537522, 30.2176743 ], [ 120.5380071, 30.2188896 ] ], [ [ 120.5380071, 30.2188896 ], [ 120.5380354, 30.2189605 ] ], [ [ 120.5380354, 30.2189605 ], [ 120.5383938, 30.2198161 ] ], [ [ 120.5383938, 30.2198161 ], [ 120.5388502, 30.2209056 ] ], [ [ 120.5388502, 30.2209056 ], [ 120.5389512, 30.2211467 ] ], [ [ 120.5389512, 30.2211467 ], [ 120.5390761, 30.221445 ] ], [ [ 120.5390761, 30.221445 ], [ 120.5393975, 30.222237 ] ], [ [ 120.5393975, 30.222237 ], [ 120.5403125, 30.2244923 ] ], [ [ 120.5403125, 30.2244923 ], [ 120.5403287, 30.2245321 ] ], [ [ 120.5403287, 30.2245321 ], [ 120.540482, 30.2249125 ] ], [ [ 120.540482, 30.2249125 ], [ 120.540693, 30.2254362 ] ], [ [ 120.540693, 30.2254362 ], [ 120.5408827, 30.225907 ] ], [ [ 120.5408827, 30.225907 ], [ 120.541211, 30.2267216 ] ], [ [ 120.541211, 30.2267216 ], [ 120.5416698, 30.2278601 ] ], [ [ 120.5111084, 30.2248605 ], [ 120.5111952, 30.2248384 ] ], [ [ 120.5111952, 30.2248384 ], [ 120.5113708, 30.2247878 ] ], [ [ 120.5113708, 30.2247878 ], [ 120.5114381, 30.2247662 ] ], [ [ 120.5114381, 30.2247662 ], [ 120.5125085, 30.2244221 ] ], [ [ 120.5125085, 30.2244221 ], [ 120.5130169, 30.2242656 ] ], [ [ 120.5130169, 30.2242656 ], [ 120.5133826, 30.224153 ] ], [ [ 120.5133826, 30.224153 ], [ 120.5138807, 30.2240053 ] ], [ [ 120.5138807, 30.2240053 ], [ 120.5143311, 30.2238717 ] ], [ [ 120.5143311, 30.2238717 ], [ 120.5148666, 30.2237085 ] ], [ [ 120.5148666, 30.2237085 ], [ 120.5157963, 30.2234252 ] ], [ [ 120.5157963, 30.2234252 ], [ 120.5169972, 30.2230748 ] ], [ [ 120.5169972, 30.2230748 ], [ 120.5171376, 30.2230338 ] ], [ [ 120.5171376, 30.2230338 ], [ 120.5173346, 30.2229749 ] ], [ [ 120.5173346, 30.2229749 ], [ 120.5177685, 30.2228453 ] ], [ [ 120.5177685, 30.2228453 ], [ 120.5180896, 30.2227494 ] ], [ [ 120.5180896, 30.2227494 ], [ 120.5193424, 30.2223671 ] ], [ [ 120.5193424, 30.2223671 ], [ 120.5196666, 30.2222681 ] ], [ [ 120.5196666, 30.2222681 ], [ 120.5197995, 30.2222275 ] ], [ [ 120.5197995, 30.2222275 ], [ 120.5202608, 30.2220866 ] ], [ [ 120.5202608, 30.2220866 ], [ 120.5208642, 30.2219023 ] ], [ [ 120.5208642, 30.2219023 ], [ 120.5212441, 30.2217874 ] ], [ [ 120.5212441, 30.2217874 ], [ 120.5220675, 30.2215384 ] ], [ [ 120.5220675, 30.2215384 ], [ 120.5233937, 30.2211397 ] ], [ [ 120.5233937, 30.2211397 ], [ 120.5234407, 30.2211256 ] ], [ [ 120.5234407, 30.2211256 ], [ 120.5244843, 30.2208129 ] ], [ [ 120.5244843, 30.2208129 ], [ 120.5246001, 30.2207782 ] ], [ [ 120.5264448, 30.2256717 ], [ 120.5271073, 30.2255189 ] ], [ [ 120.5271073, 30.2255189 ], [ 120.5287105, 30.2252707 ] ], [ [ 120.5287105, 30.2252707 ], [ 120.5306981, 30.2249521 ] ], [ [ 120.5306981, 30.2249521 ], [ 120.5316996, 30.2247978 ] ], [ [ 120.5316996, 30.2247978 ], [ 120.5333292, 30.224515 ] ], [ [ 120.5333292, 30.224515 ], [ 120.5335746, 30.2244724 ] ], [ [ 120.5335746, 30.2244724 ], [ 120.5338658, 30.2244355 ] ], [ [ 120.5338658, 30.2244355 ], [ 120.5341247, 30.2243894 ] ], [ [ 120.5263072, 30.2256923 ], [ 120.5264448, 30.2256717 ] ], [ [ 120.6001108, 30.2211997 ], [ 120.6002927, 30.2212136 ] ], [ [ 120.6001026, 30.221303 ], [ 120.6001108, 30.2211997 ] ], [ [ 120.6002927, 30.2212136 ], [ 120.6002848, 30.2213176 ] ], [ [ 120.6002848, 30.2213176 ], [ 120.6001026, 30.221303 ] ], [ [ 120.6002927, 30.2212136 ], [ 120.6039456, 30.2214924 ] ], [ [ 120.6039434, 30.2216116 ], [ 120.6002848, 30.2213176 ] ], [ [ 120.5998711, 30.2242437 ], [ 120.6001026, 30.221303 ] ], [ [ 120.6002848, 30.2213176 ], [ 120.6000625, 30.2242689 ] ], [ [ 120.5477422, 30.2223002 ], [ 120.5504138, 30.2214362 ] ], [ [ 120.5829629, 30.2222321 ], [ 120.5830879, 30.2222486 ] ], [ [ 120.5448432, 30.2232378 ], [ 120.5449184, 30.2232135 ] ], [ [ 120.5449184, 30.2232135 ], [ 120.5456491, 30.2229771 ] ], [ [ 120.5456491, 30.2229771 ], [ 120.5460044, 30.2228622 ] ], [ [ 120.5460044, 30.2228622 ], [ 120.5462805, 30.2227729 ] ], [ [ 120.5462805, 30.2227729 ], [ 120.5477422, 30.2223002 ] ], [ [ 120.5477422, 30.2223002 ], [ 120.5482715, 30.2234079 ] ], [ [ 120.5482715, 30.2234079 ], [ 120.5491923, 30.2252812 ] ], [ [ 120.5491923, 30.2252812 ], [ 120.5493031, 30.2255194 ] ], [ [ 120.5686391, 30.2255951 ], [ 120.5687447, 30.225534 ] ], [ [ 120.5687447, 30.225534 ], [ 120.5688131, 30.2254943 ] ], [ [ 120.5688131, 30.2254943 ], [ 120.569091, 30.225355 ] ], [ [ 120.569091, 30.225355 ], [ 120.5691522, 30.224604 ] ], [ [ 120.5691522, 30.224604 ], [ 120.5691408, 30.2240026 ] ], [ [ 120.5691408, 30.2240026 ], [ 120.5691509, 30.2236431 ] ], [ [ 120.5691509, 30.2236431 ], [ 120.5693826, 30.2230075 ] ], [ [ 120.5693826, 30.2230075 ], [ 120.5696307, 30.2224784 ] ], [ [ 120.5696307, 30.2224784 ], [ 120.5697668, 30.2222783 ] ], [ [ 120.5493031, 30.2255194 ], [ 120.5482159, 30.2258577 ] ], [ [ 120.5482159, 30.2258577 ], [ 120.5476228, 30.2260422 ] ], [ [ 120.5476228, 30.2260422 ], [ 120.5471974, 30.2261746 ] ], [ [ 120.5493031, 30.2255194 ], [ 120.5496228, 30.2261766 ] ], [ [ 120.5536073, 30.2276812 ], [ 120.5534471, 30.2273736 ] ], [ [ 120.5534471, 30.2273736 ], [ 120.5533331, 30.2271545 ] ], [ [ 120.5533331, 30.2271545 ], [ 120.5529309, 30.2264229 ] ], [ [ 120.5529309, 30.2264229 ], [ 120.5520358, 30.224669 ] ], [ [ 120.5520358, 30.224669 ], [ 120.5493031, 30.2255194 ] ], [ [ 120.5471974, 30.2261746 ], [ 120.5461299, 30.2264994 ] ], [ [ 120.5461299, 30.2264994 ], [ 120.5458445, 30.2265862 ] ], [ [ 120.5458445, 30.2265862 ], [ 120.5457709, 30.2266086 ] ], [ [ 120.5463118, 30.2270244 ], [ 120.5473823, 30.2266762 ] ], [ [ 120.5473823, 30.2266762 ], [ 120.5471974, 30.2261746 ] ], [ [ 120.5461809, 30.2267248 ], [ 120.5463118, 30.2270244 ] ], [ [ 120.5457709, 30.2266086 ], [ 120.5447331, 30.2269253 ] ], [ [ 120.5447331, 30.2269253 ], [ 120.5440534, 30.2271327 ] ], [ [ 120.5440534, 30.2271327 ], [ 120.543821, 30.2272036 ] ], [ [ 120.543821, 30.2272036 ], [ 120.5431289, 30.2274148 ] ], [ [ 120.5418983, 30.2240625 ], [ 120.5420177, 30.2243876 ] ], [ [ 120.5420177, 30.2243876 ], [ 120.5420402, 30.224449 ] ], [ [ 120.5420402, 30.224449 ], [ 120.5421051, 30.2246259 ] ], [ [ 120.5421051, 30.2246259 ], [ 120.542181, 30.2248326 ] ], [ [ 120.542181, 30.2248326 ], [ 120.5422416, 30.2249977 ] ], [ [ 120.5422416, 30.2249977 ], [ 120.5422617, 30.2250525 ] ], [ [ 120.5422617, 30.2250525 ], [ 120.5423382, 30.2252607 ] ], [ [ 120.5423382, 30.2252607 ], [ 120.542355, 30.2253066 ] ], [ [ 120.542355, 30.2253066 ], [ 120.5424328, 30.2255184 ] ], [ [ 120.5424328, 30.2255184 ], [ 120.5427201, 30.2263011 ] ], [ [ 120.5427201, 30.2263011 ], [ 120.5429479, 30.2269216 ] ], [ [ 120.5429479, 30.2269216 ], [ 120.5430015, 30.2270678 ] ], [ [ 120.5430015, 30.2270678 ], [ 120.5431289, 30.2274148 ] ], [ [ 120.5431289, 30.2274148 ], [ 120.5423924, 30.2276396 ] ], [ [ 120.5423924, 30.2276396 ], [ 120.5416698, 30.2278601 ] ], [ [ 120.5302642, 30.2305413 ], [ 120.530346, 30.2305289 ] ], [ [ 120.530346, 30.2305289 ], [ 120.5311352, 30.2304042 ] ], [ [ 120.5311352, 30.2304042 ], [ 120.5314994, 30.2303466 ] ], [ [ 120.5314994, 30.2303466 ], [ 120.5319168, 30.2302572 ] ], [ [ 120.5319168, 30.2302572 ], [ 120.5322533, 30.2301852 ] ], [ [ 120.5322533, 30.2301852 ], [ 120.5328653, 30.2300541 ] ], [ [ 120.5328653, 30.2300541 ], [ 120.5333333, 30.2299458 ] ], [ [ 120.5333333, 30.2299458 ], [ 120.5350958, 30.229538 ] ], [ [ 120.5350958, 30.229538 ], [ 120.5358761, 30.2293246 ] ], [ [ 120.5358761, 30.2293246 ], [ 120.5359183, 30.229313 ] ], [ [ 120.5359183, 30.229313 ], [ 120.5361678, 30.2292446 ] ], [ [ 120.5361678, 30.2292446 ], [ 120.5378562, 30.2288056 ] ], [ [ 120.5378562, 30.2288056 ], [ 120.5385692, 30.2286202 ] ], [ [ 120.5385692, 30.2286202 ], [ 120.538985, 30.2285183 ] ], [ [ 120.538985, 30.2285183 ], [ 120.5402596, 30.2282058 ] ], [ [ 120.5402596, 30.2282058 ], [ 120.5405939, 30.2281238 ] ], [ [ 120.5405939, 30.2281238 ], [ 120.5407041, 30.2280968 ] ], [ [ 120.5407041, 30.2280968 ], [ 120.5409375, 30.2280396 ] ], [ [ 120.5409375, 30.2280396 ], [ 120.5416698, 30.2278601 ] ], [ [ 120.5425646, 30.2305853 ], [ 120.5425306, 30.2304731 ] ], [ [ 120.5425306, 30.2304731 ], [ 120.5424479, 30.2302321 ] ], [ [ 120.5424479, 30.2302321 ], [ 120.5424343, 30.2301898 ] ], [ [ 120.5424343, 30.2301898 ], [ 120.5421832, 30.2294066 ] ], [ [ 120.5421832, 30.2294066 ], [ 120.5419933, 30.2288145 ] ], [ [ 120.5419933, 30.2288145 ], [ 120.5419415, 30.2286617 ] ], [ [ 120.5419415, 30.2286617 ], [ 120.5416698, 30.2278601 ] ], [ [ 120.546994, 30.228911 ], [ 120.5468563, 30.2285302 ] ], [ [ 120.5468563, 30.2285302 ], [ 120.5466125, 30.2278559 ] ], [ [ 120.5466125, 30.2278559 ], [ 120.5463118, 30.2270244 ] ], [ [ 120.5468094, 30.2294331 ], [ 120.5467858, 30.2293743 ] ], [ [ 120.5467858, 30.2293743 ], [ 120.5466937, 30.2291023 ] ], [ [ 120.5466937, 30.2291023 ], [ 120.5466831, 30.2290692 ] ], [ [ 120.5466831, 30.2290692 ], [ 120.5466713, 30.2290321 ] ], [ [ 120.5466713, 30.2290321 ], [ 120.5466568, 30.2289919 ] ], [ [ 120.5466568, 30.2289919 ], [ 120.5464368, 30.2283804 ] ], [ [ 120.5464368, 30.2283804 ], [ 120.5463825, 30.2282294 ] ], [ [ 120.5463825, 30.2282294 ], [ 120.5463092, 30.2280256 ] ], [ [ 120.5463092, 30.2280256 ], [ 120.5462412, 30.2278466 ] ], [ [ 120.5462412, 30.2278466 ], [ 120.5457709, 30.2266086 ] ], [ [ 120.5272506, 30.2330238 ], [ 120.5272322, 30.2329371 ] ], [ [ 120.5272322, 30.2329371 ], [ 120.5271644, 30.232664 ] ], [ [ 120.5271644, 30.232664 ], [ 120.527168, 30.232606 ] ], [ [ 120.527168, 30.232606 ], [ 120.5270342, 30.2321568 ] ], [ [ 120.5270342, 30.2321568 ], [ 120.5267722, 30.2312964 ] ], [ [ 120.5267722, 30.2312964 ], [ 120.5265339, 30.230544 ] ], [ [ 120.5265339, 30.230544 ], [ 120.5265143, 30.230482 ] ], [ [ 120.5265143, 30.230482 ], [ 120.5263024, 30.2298107 ] ], [ [ 120.5263024, 30.2298107 ], [ 120.5261275, 30.2292567 ] ], [ [ 120.5261275, 30.2292567 ], [ 120.5259274, 30.2285921 ] ], [ [ 120.5259274, 30.2285921 ], [ 120.5258133, 30.2282565 ] ], [ [ 120.5258133, 30.2282565 ], [ 120.525727, 30.2280027 ] ], [ [ 120.525727, 30.2280027 ], [ 120.5254517, 30.2271247 ] ], [ [ 120.5254517, 30.2271247 ], [ 120.5253492, 30.226836 ] ], [ [ 120.5253492, 30.226836 ], [ 120.5252869, 30.2266604 ] ], [ [ 120.5252869, 30.2266604 ], [ 120.5252117, 30.2264486 ] ], [ [ 120.5252117, 30.2264486 ], [ 120.5250085, 30.2259587 ] ], [ [ 120.5250085, 30.2259587 ], [ 120.5250183, 30.22591 ] ], [ [ 120.5250183, 30.22591 ], [ 120.5250797, 30.2258612 ] ], [ [ 120.5250797, 30.2258612 ], [ 120.5252612, 30.225821 ] ], [ [ 120.5252612, 30.225821 ], [ 120.5263072, 30.2256923 ] ], [ [ 120.5152749, 30.2355725 ], [ 120.5151573, 30.2352925 ] ], [ [ 120.5151573, 30.2352925 ], [ 120.5151446, 30.2351561 ] ], [ [ 120.5151446, 30.2351561 ], [ 120.5151095, 30.2350333 ] ], [ [ 120.5151095, 30.2350333 ], [ 120.5150777, 30.2349217 ] ], [ [ 120.5150777, 30.2349217 ], [ 120.5148261, 30.2340405 ] ], [ [ 120.5148261, 30.2340405 ], [ 120.5146415, 30.2336079 ] ], [ [ 120.5146415, 30.2336079 ], [ 120.514612, 30.2335388 ] ], [ [ 120.514612, 30.2335388 ], [ 120.514388, 30.2328347 ] ], [ [ 120.514388, 30.2328347 ], [ 120.5142015, 30.232268 ] ], [ [ 120.5142015, 30.232268 ], [ 120.5141957, 30.2322337 ] ], [ [ 120.5141957, 30.2322337 ], [ 120.5141571, 30.2320057 ] ], [ [ 120.5141571, 30.2320057 ], [ 120.5141098, 30.2317257 ] ], [ [ 120.5141098, 30.2317257 ], [ 120.5141066, 30.231703 ] ], [ [ 120.5141066, 30.231703 ], [ 120.5140618, 30.2313881 ] ], [ [ 120.5140618, 30.2313881 ], [ 120.5140411, 30.231243 ] ], [ [ 120.5140411, 30.231243 ], [ 120.5140301, 30.2306549 ] ], [ [ 120.5140301, 30.2306549 ], [ 120.5138324, 30.2300189 ] ], [ [ 120.5138324, 30.2300189 ], [ 120.5136919, 30.2298342 ] ], [ [ 120.5136919, 30.2298342 ], [ 120.5136372, 30.2297623 ] ], [ [ 120.5136372, 30.2297623 ], [ 120.5135895, 30.2296996 ] ], [ [ 120.5135895, 30.2296996 ], [ 120.5134338, 30.2294568 ] ], [ [ 120.5134338, 30.2294568 ], [ 120.5132405, 30.2291552 ] ], [ [ 120.5132405, 30.2291552 ], [ 120.5129899, 30.2288098 ] ], [ [ 120.5129899, 30.2288098 ], [ 120.5128673, 30.2286409 ] ], [ [ 120.5128673, 30.2286409 ], [ 120.5121785, 30.2275327 ] ], [ [ 120.5121785, 30.2275327 ], [ 120.5118966, 30.2268689 ] ], [ [ 120.5118966, 30.2268689 ], [ 120.5116692, 30.2263044 ] ], [ [ 120.5116692, 30.2263044 ], [ 120.5112104, 30.2251232 ] ], [ [ 120.5112104, 30.2251232 ], [ 120.5111659, 30.2250085 ] ], [ [ 120.5111659, 30.2250085 ], [ 120.5111084, 30.2248605 ] ], [ [ 120.5281533, 30.2307661 ], [ 120.5298029, 30.2305586 ], [ 120.5302642, 30.2305413 ] ], [ [ 120.5302642, 30.2305413 ], [ 120.5298091, 30.2306481 ], [ 120.528207, 30.2309445 ] ], [ [ 120.5280487, 30.2307881 ], [ 120.5281533, 30.2307661 ] ], [ [ 120.3268861, 30.2226029 ], [ 120.3269181, 30.222719 ] ], [ [ 120.3218551, 30.2233615 ], [ 120.3218782, 30.22345 ] ], [ [ 120.3271974, 30.2245881 ], [ 120.3270506, 30.2237068 ] ], [ [ 120.3270506, 30.2237068 ], [ 120.3269181, 30.222719 ] ], [ [ 120.3321472, 30.2264835 ], [ 120.3321078, 30.2261971 ] ], [ [ 120.3321078, 30.2261971 ], [ 120.3320856, 30.2260359 ] ], [ [ 120.3320856, 30.2260359 ], [ 120.331806, 30.2240027 ] ], [ [ 120.3368151, 30.2260979 ], [ 120.3367915, 30.225941 ] ], [ [ 120.331806, 30.2240027 ], [ 120.3271974, 30.2245881 ] ], [ [ 120.3223422, 30.2252684 ], [ 120.3218782, 30.22345 ] ], [ [ 120.3271974, 30.2245881 ], [ 120.3223422, 30.2252684 ] ], [ [ 120.3271974, 30.2245881 ], [ 120.3272706, 30.2251877 ] ], [ [ 120.3272706, 30.2251877 ], [ 120.3274315, 30.2262538 ] ], [ [ 120.3274315, 30.2262538 ], [ 120.3274763, 30.2265183 ] ], [ [ 120.3274763, 30.2265183 ], [ 120.3275115, 30.2267265 ] ], [ [ 120.3275115, 30.2267265 ], [ 120.3275571, 30.2269956 ] ], [ [ 120.3163403, 30.2270739 ], [ 120.3156947, 30.2248946 ] ], [ [ 120.3223422, 30.2252684 ], [ 120.3163403, 30.2270739 ] ], [ [ 120.3223422, 30.2252684 ], [ 120.3227919, 30.2270053 ] ], [ [ 120.3227919, 30.2270053 ], [ 120.3228434, 30.2272045 ] ], [ [ 120.3228434, 30.2272045 ], [ 120.3229895, 30.2277686 ] ], [ [ 120.3275534, 30.2271399 ], [ 120.3275571, 30.2269956 ] ], [ [ 120.3229895, 30.2277686 ], [ 120.3230224, 30.2278957 ] ], [ [ 120.3163403, 30.2270739 ], [ 120.3167361, 30.2285001 ] ], [ [ 120.3167361, 30.2285001 ], [ 120.3169671, 30.2291687 ] ], [ [ 120.3169671, 30.2291687 ], [ 120.3170362, 30.2293687 ] ], [ [ 120.3170362, 30.2293687 ], [ 120.3171311, 30.2296432 ] ], [ [ 120.3281074, 30.2303799 ], [ 120.3280019, 30.2302489 ] ], [ [ 120.3280019, 30.2302489 ], [ 120.327949, 30.2299855 ] ], [ [ 120.327949, 30.2299855 ], [ 120.3275534, 30.2271399 ] ], [ [ 120.3230224, 30.2278957 ], [ 120.3231533, 30.2285394 ] ], [ [ 120.3231533, 30.2285394 ], [ 120.3233914, 30.2296342 ] ], [ [ 120.3233914, 30.2296342 ], [ 120.3234329, 30.2298149 ] ], [ [ 120.3368151, 30.2260979 ], [ 120.3370573, 30.2277042 ] ], [ [ 120.3370573, 30.2277042 ], [ 120.337045, 30.2278319 ] ], [ [ 120.337045, 30.2278319 ], [ 120.336891, 30.2280289 ] ], [ [ 120.336891, 30.2280289 ], [ 120.335316, 30.2283651 ] ], [ [ 120.335316, 30.2283651 ], [ 120.3326115, 30.2291361 ] ], [ [ 120.3326115, 30.2291361 ], [ 120.3305147, 30.2297038 ] ], [ [ 120.3305147, 30.2297038 ], [ 120.3282584, 30.230339 ] ], [ [ 120.3282584, 30.230339 ], [ 120.3281074, 30.2303799 ] ], [ [ 120.3110502, 30.2288913 ], [ 120.3163403, 30.2270739 ] ], [ [ 120.3110502, 30.2288913 ], [ 120.3115308, 30.2305311 ] ], [ [ 120.3115308, 30.2305311 ], [ 120.3117372, 30.2311764 ] ], [ [ 120.3117372, 30.2311764 ], [ 120.3118289, 30.2314904 ] ], [ [ 120.3118289, 30.2314904 ], [ 120.3119161, 30.2316844 ] ], [ [ 120.3052877, 30.2279563 ], [ 120.3066203, 30.2332474 ] ], [ [ 120.3066203, 30.2332474 ], [ 120.3066792, 30.233471 ] ], [ [ 120.3066792, 30.233471 ], [ 120.3067367, 30.2337094 ] ], [ [ 120.311962, 30.2318218 ], [ 120.3119161, 30.2316844 ] ], [ [ 120.3171832, 30.2297733 ], [ 120.3171311, 30.2296432 ] ], [ [ 120.3179057, 30.2315774 ], [ 120.3171832, 30.2297733 ] ], [ [ 120.3234329, 30.2298149 ], [ 120.3205032, 30.2307491 ] ], [ [ 120.3205032, 30.2307491 ], [ 120.3179057, 30.2315774 ] ], [ [ 120.3238534, 30.231696 ], [ 120.3238349, 30.2316155 ] ], [ [ 120.3238349, 30.2316155 ], [ 120.323705, 30.2309983 ] ], [ [ 120.323705, 30.2309983 ], [ 120.3234329, 30.2298149 ] ], [ [ 120.3281074, 30.2303799 ], [ 120.3278108, 30.2304602 ] ], [ [ 120.3278108, 30.2304602 ], [ 120.3238534, 30.231696 ] ], [ [ 120.4642228, 30.2300191 ], [ 120.4653178, 30.2297125 ] ], [ [ 120.4653178, 30.2297125 ], [ 120.4680276, 30.2289538 ] ], [ [ 120.4680276, 30.2289538 ], [ 120.4683879, 30.2288661 ] ], [ [ 120.4604739, 30.230564 ], [ 120.4617793, 30.2298458 ] ], [ [ 120.4617793, 30.2298458 ], [ 120.4632603, 30.228969 ] ], [ [ 120.4632603, 30.228969 ], [ 120.463686, 30.228717 ] ], [ [ 120.4641474, 30.2300402 ], [ 120.4642228, 30.2300191 ] ], [ [ 120.4608012, 30.2307958 ], [ 120.4613607, 30.2306644 ] ], [ [ 120.4613607, 30.2306644 ], [ 120.4634887, 30.2301877 ] ], [ [ 120.4634887, 30.2301877 ], [ 120.4641474, 30.2300402 ] ], [ [ 120.4752483, 30.2325666 ], [ 120.4754419, 30.2325262 ] ], [ [ 120.4754419, 30.2325262 ], [ 120.4780867, 30.2319739 ] ], [ [ 120.4780867, 30.2319739 ], [ 120.4802272, 30.231527 ] ], [ [ 120.4802272, 30.231527 ], [ 120.4804014, 30.2315365 ] ], [ [ 120.4752483, 30.2325666 ], [ 120.4751701, 30.2325779 ] ], [ [ 120.4702033, 30.233736 ], [ 120.4708505, 30.2335111 ] ], [ [ 120.4708505, 30.2335111 ], [ 120.4733578, 30.2329818 ] ], [ [ 120.4733578, 30.2329818 ], [ 120.4751701, 30.2325779 ] ], [ [ 120.461631, 30.2332785 ], [ 120.4619658, 30.2338297 ] ], [ [ 120.4619658, 30.2338297 ], [ 120.4620879, 30.2339454 ] ], [ [ 120.4620879, 30.2339454 ], [ 120.462631, 30.23446 ] ], [ [ 120.462631, 30.23446 ], [ 120.4631742, 30.2348822 ] ], [ [ 120.4631742, 30.2348822 ], [ 120.4633337, 30.2350061 ] ], [ [ 120.4633337, 30.2350061 ], [ 120.4638522, 30.2354091 ] ], [ [ 120.4659718, 30.2350007 ], [ 120.4675184, 30.2347106 ] ], [ [ 120.4675184, 30.2347106 ], [ 120.46965, 30.2341108 ] ], [ [ 120.46965, 30.2341108 ], [ 120.4701073, 30.2338568 ] ], [ [ 120.4701073, 30.2338568 ], [ 120.4702033, 30.233736 ] ], [ [ 120.4766213, 30.2371024 ], [ 120.4767112, 30.2370872 ] ], [ [ 120.4767613, 30.237242 ], [ 120.4766724, 30.2372616 ] ], [ [ 120.4725706, 30.2379798 ], [ 120.4766213, 30.2371024 ] ], [ [ 120.4659082, 30.2350383 ], [ 120.4659718, 30.2350007 ] ], [ [ 120.4638522, 30.2354091 ], [ 120.4644877, 30.2352945 ] ], [ [ 120.4644877, 30.2352945 ], [ 120.4659082, 30.2350383 ] ], [ [ 120.4638522, 30.2354091 ], [ 120.4639088, 30.2354531 ] ], [ [ 120.4639088, 30.2354531 ], [ 120.4660484, 30.2369171 ] ], [ [ 120.4660484, 30.2369171 ], [ 120.4661601, 30.2369935 ] ], [ [ 120.4661601, 30.2369935 ], [ 120.4662136, 30.2370301 ] ], [ [ 120.4662136, 30.2370301 ], [ 120.4663934, 30.2370254 ], [ 120.4664643, 30.2369831 ], [ 120.466497, 30.2369219 ], [ 120.4665405, 30.2367948 ] ], [ [ 120.4662136, 30.2370301 ], [ 120.4665297, 30.2372373 ], [ 120.4667404, 30.2373478 ] ], [ [ 120.466862, 30.2376845 ], [ 120.4666223, 30.2373832 ], [ 120.4662136, 30.2370301 ] ], [ [ 120.4667404, 30.2373478 ], [ 120.4668811, 30.237481 ] ], [ [ 120.3984176, 30.2418979 ], [ 120.3985853, 30.2417637 ] ], [ [ 120.3986329, 30.2418141 ], [ 120.398468, 30.241955 ] ], [ [ 120.3956917, 30.2442736 ], [ 120.3961722, 30.2437577 ], [ 120.3966527, 30.243307 ], [ 120.3970508, 30.2429809 ], [ 120.3979775, 30.2422337 ], [ 120.3984176, 30.2418979 ] ], [ [ 120.4766724, 30.2372616 ], [ 120.4726307, 30.2380946 ] ], [ [ 120.4779644, 30.2426486 ], [ 120.4780404, 30.2426415 ] ], [ [ 120.3239405, 30.2321828 ], [ 120.3238534, 30.231696 ] ], [ [ 120.3240304, 30.2324646 ], [ 120.3239405, 30.2321828 ] ], [ [ 120.3186433, 30.2334191 ], [ 120.3179057, 30.2315774 ] ], [ [ 120.3238534, 30.231696 ], [ 120.322936, 30.2319825 ] ], [ [ 120.322936, 30.2319825 ], [ 120.3186433, 30.2334191 ] ], [ [ 120.3298752, 30.236017 ], [ 120.3288755, 30.2316125 ] ], [ [ 120.3298752, 30.236017 ], [ 120.3301213, 30.2358787 ], [ 120.3307639, 30.235762 ], [ 120.3311637, 30.2356857 ], [ 120.331497, 30.2355972 ], [ 120.3318063, 30.2354913 ], [ 120.3321027, 30.2353539 ], [ 120.3325779, 30.2350909 ], [ 120.3337292, 30.2341783 ] ], [ [ 120.333763, 30.2342948 ], [ 120.3331842, 30.2347397 ], [ 120.3329809, 30.234896 ], [ 120.3326734, 30.235112 ], [ 120.3322416, 30.2353531 ], [ 120.3318696, 30.2355317 ], [ 120.3313845, 30.2357224 ], [ 120.3312985, 30.2357427 ], [ 120.3308297, 30.2358533 ], [ 120.3304009, 30.2359278 ], [ 120.3298752, 30.236017 ] ], [ [ 120.3378843, 30.2360786 ], [ 120.3377539, 30.235499 ] ], [ [ 120.3377539, 30.235499 ], [ 120.3376919, 30.2352642 ] ], [ [ 120.339795, 30.2357724 ], [ 120.3394848, 30.2357442 ] ], [ [ 120.3394848, 30.2357442 ], [ 120.3387536, 30.235897 ] ], [ [ 120.3387536, 30.235897 ], [ 120.3385954, 30.23593 ] ], [ [ 120.3385954, 30.23593 ], [ 120.3378843, 30.2360786 ] ], [ [ 120.339795, 30.2357724 ], [ 120.3402726, 30.2358637 ] ], [ [ 120.3402726, 30.2358637 ], [ 120.3404959, 30.2359064 ] ], [ [ 120.3404959, 30.2359064 ], [ 120.3414486, 30.2360886 ] ], [ [ 120.3414486, 30.2360886 ], [ 120.343188, 30.2364632 ] ], [ [ 120.3346013, 30.2367083 ], [ 120.3369766, 30.2362734 ] ], [ [ 120.3369766, 30.2362734 ], [ 120.3378843, 30.2360786 ] ], [ [ 120.3346013, 30.2367083 ], [ 120.3344811, 30.2367362 ] ], [ [ 120.3136629, 30.2351949 ], [ 120.3186433, 30.2334191 ] ], [ [ 120.3250394, 30.2368694 ], [ 120.3244966, 30.2344897 ] ], [ [ 120.3244966, 30.2344897 ], [ 120.3240304, 30.2324646 ] ], [ [ 120.3298752, 30.236017 ], [ 120.3273491, 30.2364477 ] ], [ [ 120.3273491, 30.2364477 ], [ 120.3250394, 30.2368694 ] ], [ [ 120.3301943, 30.2374218 ], [ 120.3300209, 30.2366586 ] ], [ [ 120.3300209, 30.2366586 ], [ 120.3299234, 30.2362291 ] ], [ [ 120.3299234, 30.2362291 ], [ 120.3298752, 30.236017 ] ], [ [ 120.3050985, 30.2364398 ], [ 120.3076237, 30.2354738 ] ], [ [ 120.3084186, 30.2370018 ], [ 120.3136629, 30.2351949 ] ], [ [ 120.3076237, 30.2354738 ], [ 120.3084186, 30.2370018 ] ], [ [ 120.3058621, 30.2378922 ], [ 120.3050985, 30.2364398 ] ], [ [ 120.3301943, 30.2374218 ], [ 120.3344811, 30.2367362 ] ], [ [ 120.3378843, 30.2360786 ], [ 120.3379216, 30.2364329 ] ], [ [ 120.3379216, 30.2364329 ], [ 120.3380334, 30.2383005 ] ], [ [ 120.3380334, 30.2383005 ], [ 120.3391587, 30.2383796 ] ], [ [ 120.3301943, 30.2374218 ], [ 120.3306203, 30.2392973 ] ], [ [ 120.335209, 30.2386416 ], [ 120.3364307, 30.2384132 ] ], [ [ 120.3364307, 30.2384132 ], [ 120.3369246, 30.2383488 ] ], [ [ 120.3369246, 30.2383488 ], [ 120.3380334, 30.2383005 ] ], [ [ 120.3350706, 30.2386604 ], [ 120.335209, 30.2386416 ] ], [ [ 120.3350706, 30.2386604 ], [ 120.3336756, 30.23886 ] ], [ [ 120.3336756, 30.23886 ], [ 120.3334142, 30.2388975 ] ], [ [ 120.3334142, 30.2388975 ], [ 120.3306203, 30.2392973 ] ], [ [ 120.368895, 30.2422296 ], [ 120.3688708, 30.2413659 ] ], [ [ 120.3688708, 30.2413659 ], [ 120.3692279, 30.238954 ] ], [ [ 120.3692279, 30.238954 ], [ 120.3693429, 30.2381774 ] ], [ [ 120.3693429, 30.2381774 ], [ 120.3698118, 30.2340266 ] ], [ [ 120.368895, 30.2422296 ], [ 120.3680622, 30.2418497 ] ], [ [ 120.3680622, 30.2418497 ], [ 120.367641, 30.2416714 ] ], [ [ 120.367641, 30.2416714 ], [ 120.3669317, 30.2415266 ] ], [ [ 120.3669317, 30.2415266 ], [ 120.3664985, 30.2414891 ] ], [ [ 120.368895, 30.2422296 ], [ 120.3689602, 30.2445624 ] ], [ [ 120.380094, 30.2454926 ], [ 120.3742749, 30.2440341 ] ], [ [ 120.3742749, 30.2440341 ], [ 120.3718601, 30.2434289 ] ], [ [ 120.3718601, 30.2434289 ], [ 120.3717376, 30.2433982 ] ], [ [ 120.3717376, 30.2433982 ], [ 120.3709681, 30.2431754 ] ], [ [ 120.3709681, 30.2431754 ], [ 120.368895, 30.2422296 ] ], [ [ 120.3689602, 30.2445624 ], [ 120.3687831, 30.2448461 ] ], [ [ 120.3687831, 30.2448461 ], [ 120.3685575, 30.2450386 ] ], [ [ 120.3685575, 30.2450386 ], [ 120.3681663, 30.2451179 ] ], [ [ 120.3309943, 30.240944 ], [ 120.3307821, 30.2400098 ] ], [ [ 120.3307821, 30.2400098 ], [ 120.3307624, 30.2399231 ] ], [ [ 120.3307624, 30.2399231 ], [ 120.3306203, 30.2392973 ] ], [ [ 120.3058621, 30.2378922 ], [ 120.3084186, 30.2370018 ] ], [ [ 120.3058621, 30.2378922 ], [ 120.3049247, 30.2383258 ] ], [ [ 120.3250394, 30.2368694 ], [ 120.3226179, 30.2373128 ] ], [ [ 120.3226179, 30.2373128 ], [ 120.3205695, 30.2376648 ] ], [ [ 120.3205695, 30.2376648 ], [ 120.3196047, 30.2378306 ] ], [ [ 120.3196047, 30.2378306 ], [ 120.3186556, 30.237961 ] ], [ [ 120.3186556, 30.237961 ], [ 120.3168782, 30.2382614 ] ], [ [ 120.3168782, 30.2382614 ], [ 120.315904, 30.2384261 ] ], [ [ 120.315904, 30.2384261 ], [ 120.3154881, 30.2385009 ] ], [ [ 120.3154881, 30.2385009 ], [ 120.3147696, 30.2386302 ] ], [ [ 120.3147696, 30.2386302 ], [ 120.3134092, 30.238875 ] ], [ [ 120.3134092, 30.238875 ], [ 120.3119695, 30.2391307 ] ], [ [ 120.3119695, 30.2391307 ], [ 120.3105551, 30.239382 ] ], [ [ 120.3105551, 30.239382 ], [ 120.3102227, 30.2394735 ] ], [ [ 120.3102227, 30.2394735 ], [ 120.3101546, 30.2394851 ] ], [ [ 120.3101546, 30.2394851 ], [ 120.3071138, 30.2400046 ] ], [ [ 120.3071138, 30.2400046 ], [ 120.3058672, 30.2402176 ] ], [ [ 120.3058672, 30.2402176 ], [ 120.3045677, 30.2404688 ] ], [ [ 120.3053851, 30.2414122 ], [ 120.3050085, 30.2409212 ], [ 120.3052594, 30.2409364 ], [ 120.3055502, 30.2413089 ] ], [ [ 120.3053851, 30.2414122 ], [ 120.3055502, 30.2413089 ] ], [ [ 120.315531, 30.2438022 ], [ 120.3151596, 30.2426793 ], [ 120.3149932, 30.2422241 ], [ 120.3149354, 30.242066 ], [ 120.3147113, 30.2410816 ], [ 120.314375, 30.2396292 ], [ 120.3144124, 30.2394355 ], [ 120.3145992, 30.2396453 ], [ 120.3151222, 30.2420499 ], [ 120.3151689, 30.2421675 ], [ 120.3153464, 30.2426147 ], [ 120.3157333, 30.2437534 ] ], [ [ 120.5998664, 30.2244685 ], [ 120.5998711, 30.2242437 ] ], [ [ 120.6000625, 30.2242689 ], [ 120.6000649, 30.2244948 ] ], [ [ 120.5803799, 30.2366355 ], [ 120.5816138, 30.2367356 ], [ 120.5868763, 30.2370786 ], [ 120.5942631, 30.2376115 ], [ 120.5965805, 30.2377598 ], [ 120.5969667, 30.2378247 ], [ 120.5975354, 30.2378664 ], [ 120.5978197, 30.2378572 ], [ 120.5988282, 30.237834 ], [ 120.5995578, 30.2378433 ], [ 120.6027389, 30.2380889 ], [ 120.6031471, 30.2381121 ], [ 120.6036347, 30.2381399 ], [ 120.6041604, 30.2382557 ], [ 120.604367, 30.2383484 ] ], [ [ 120.6042488, 30.2386508 ], [ 120.6039164, 30.238725 ], [ 120.6035274, 30.2387424 ], [ 120.6018966, 30.2386219 ], [ 120.5989194, 30.238418 ], [ 120.5975568, 30.2382094 ], [ 120.5967092, 30.2381492 ], [ 120.5901861, 30.2376764 ], [ 120.5814475, 30.2370878 ], [ 120.5807555, 30.2370369 ], [ 120.5803435, 30.2370071 ] ], [ [ 120.5442374, 30.2362837 ], [ 120.5439897, 30.2354398 ] ], [ [ 120.5439897, 30.2354398 ], [ 120.5434742, 30.2336837 ] ], [ [ 120.5434742, 30.2336837 ], [ 120.5428709, 30.2316286 ] ], [ [ 120.5428709, 30.2316286 ], [ 120.542809, 30.2314179 ] ], [ [ 120.542809, 30.2314179 ], [ 120.5425646, 30.2305853 ] ], [ [ 120.5442374, 30.2362837 ], [ 120.5463347, 30.2358156 ], [ 120.5485797, 30.2352201 ], [ 120.549003033743872, 30.235132734199929 ] ], [ [ 120.549003033743872, 30.235132734199929 ], [ 120.549343342847536, 30.235062502668558 ] ], [ [ 120.549343342847536, 30.235062502668558 ], [ 120.5498376, 30.2349605 ], [ 120.5508757, 30.2348447 ], [ 120.5516803, 30.2347705 ], [ 120.5521953, 30.2346407 ], [ 120.552305575978096, 30.234589102720761 ] ], [ [ 120.552305575978096, 30.234589102720761 ], [ 120.5525815, 30.23446 ], [ 120.5529731, 30.2341703 ], [ 120.5533218, 30.2338204 ], [ 120.5535954, 30.2336721 ], [ 120.5538583, 30.2336165 ], [ 120.5541694, 30.2336512 ], [ 120.5544242, 30.2337694 ], [ 120.5546227, 30.2339896 ], [ 120.5546741, 30.2341329 ], [ 120.55473, 30.2342885 ], [ 120.5547917, 30.2344623 ], [ 120.5549499, 30.2346477 ], [ 120.5551699, 30.2347705 ], [ 120.5562516, 30.2348853 ], [ 120.5563715, 30.234898 ], [ 120.5568436, 30.2349652 ], [ 120.5590081, 30.2350973 ], [ 120.5603232, 30.2351906 ] ], [ [ 120.5603147, 30.2353024 ], [ 120.5603232, 30.2351906 ] ], [ [ 120.5603147, 30.2353024 ], [ 120.5602914, 30.2354517 ] ], [ [ 120.5602914, 30.2354517 ], [ 120.5602843, 30.2357021 ] ], [ [ 120.555367, 30.2424984 ], [ 120.5537756, 30.2383915 ] ], [ [ 120.5537756, 30.2383915 ], [ 120.5525919, 30.2353367 ] ], [ [ 120.5525919, 30.2353367 ], [ 120.552527726029908, 30.235169140585615 ] ], [ [ 120.552527726029908, 30.235169140585615 ], [ 120.552305575978096, 30.234589102720761 ] ], [ [ 120.552305575978096, 30.234589102720761 ], [ 120.5522924, 30.2345547 ] ], [ [ 120.5522924, 30.2345547 ], [ 120.5520091, 30.2338227 ] ], [ [ 120.5520091, 30.2338227 ], [ 120.5511977, 30.2317757 ] ], [ [ 120.5511977, 30.2317757 ], [ 120.5506779, 30.2304644 ] ], [ [ 120.5506779, 30.2304644 ], [ 120.5502499, 30.2293847 ] ], [ [ 120.5502499, 30.2293847 ], [ 120.5501272, 30.2290752 ] ], [ [ 120.5501272, 30.2290752 ], [ 120.5499704, 30.2286797 ] ], [ [ 120.5516912, 30.2421255 ], [ 120.5517319, 30.2421164 ] ], [ [ 120.5517319, 30.2421164 ], [ 120.5519613, 30.2420622 ] ], [ [ 120.5519613, 30.2420622 ], [ 120.5520111, 30.2420453 ] ], [ [ 120.5520111, 30.2420453 ], [ 120.5510254, 30.2394653 ] ], [ [ 120.5510254, 30.2394653 ], [ 120.549509225195919, 30.235496700971336 ] ], [ [ 120.549509225195919, 30.235496700971336 ], [ 120.549343342847536, 30.235062502668558 ] ], [ [ 120.549343342847536, 30.235062502668558 ], [ 120.5492753, 30.2348844 ] ], [ [ 120.5492753, 30.2348844 ], [ 120.5474901, 30.2302383 ] ], [ [ 120.5474901, 30.2302383 ], [ 120.5471858, 30.2293433 ] ], [ [ 120.5468094, 30.2294331 ], [ 120.5482112, 30.233072 ] ], [ [ 120.5482112, 30.233072 ], [ 120.5486953, 30.2343286 ] ], [ [ 120.5486953, 30.2343286 ], [ 120.5487941, 30.2345852 ] ], [ [ 120.5487941, 30.2345852 ], [ 120.5489367, 30.2349554 ] ], [ [ 120.5489367, 30.2349554 ], [ 120.549003033743872, 30.235132734199929 ] ], [ [ 120.549003033743872, 30.235132734199929 ], [ 120.549165555272239, 30.235567213297944 ] ], [ [ 120.549165555272239, 30.235567213297944 ], [ 120.5492254, 30.2357272 ] ], [ [ 120.5492254, 30.2357272 ], [ 120.5515953, 30.2418766 ] ], [ [ 120.5515953, 30.2418766 ], [ 120.5516912, 30.2421255 ] ], [ [ 120.5603232, 30.2351906 ], [ 120.5608696, 30.2352294 ], [ 120.5614489, 30.2352711 ], [ 120.5621892, 30.2352942 ], [ 120.5630797, 30.2352525 ], [ 120.5636913, 30.2352989 ], [ 120.5647051, 30.2353545 ], [ 120.5653059, 30.2353684 ], [ 120.5657458, 30.2354704 ], [ 120.5664647, 30.2356279 ], [ 120.5669421, 30.2356928 ], [ 120.5674463, 30.235665 ], [ 120.5680579, 30.2356372 ], [ 120.5704021, 30.2358226 ], [ 120.5724299, 30.2359848 ], [ 120.5731434, 30.2361007 ], [ 120.5740293, 30.2361922 ], [ 120.5741304, 30.2362026 ], [ 120.5758524, 30.2363046 ], [ 120.5803799, 30.2366355 ] ], [ [ 120.5602843, 30.2357021 ], [ 120.5599469, 30.2356557 ], [ 120.5586299, 30.2356163 ], [ 120.558064, 30.2356117 ], [ 120.5575302, 30.2355491 ], [ 120.556857, 30.2353522 ], [ 120.5565646, 30.2353035 ], [ 120.5561516, 30.235373 ], [ 120.5558082, 30.2355074 ], [ 120.555532, 30.2356974 ], [ 120.5553871, 30.2357531 ], [ 120.5552343, 30.2357253 ], [ 120.5548507, 30.235716 ], [ 120.554494, 30.2357554 ], [ 120.5544135, 30.2357786 ], [ 120.5542767, 30.2358226 ], [ 120.5541909, 30.2358133 ], [ 120.5540836, 30.23576 ], [ 120.5538663, 30.2355955 ], [ 120.5534077, 30.2353406 ], [ 120.5530348, 30.2352293 ], [ 120.5525896, 30.2351668 ], [ 120.552527726029908, 30.235169140585615 ] ], [ [ 120.552527726029908, 30.235169140585615 ], [ 120.5518547, 30.2351946 ], [ 120.5512379, 30.2352472 ], [ 120.5503607, 30.235322 ], [ 120.549509225195919, 30.235496700971336 ] ], [ [ 120.549509225195919, 30.235496700971336 ], [ 120.549165555272239, 30.235567213297944 ] ], [ [ 120.549165555272239, 30.235567213297944 ], [ 120.5487567, 30.2356511 ], [ 120.5462381, 30.2362304 ], [ 120.5443322, 30.236717 ] ], [ [ 120.5702759, 30.2364464 ], [ 120.5697584, 30.2364066 ], [ 120.5688572, 30.2363973 ], [ 120.5672908, 30.2363139 ], [ 120.5636537, 30.2360219 ], [ 120.5628705, 30.2359987 ], [ 120.5619639, 30.2359431 ], [ 120.5612934, 30.235855 ], [ 120.560655, 30.2357531 ], [ 120.5602843, 30.2357021 ] ], [ [ 120.5442374, 30.2362837 ], [ 120.5442839, 30.2364421 ] ], [ [ 120.5704607, 30.2364606 ], [ 120.5702759, 30.2364464 ] ], [ [ 120.5442839, 30.2364421 ], [ 120.5443338, 30.2365856 ] ], [ [ 120.5443322, 30.236717 ], [ 120.5443338, 30.2365856 ] ], [ [ 120.5803435, 30.2370071 ], [ 120.5758792, 30.2366846 ], [ 120.5740499, 30.2365456 ], [ 120.5739844, 30.2365483 ], [ 120.5731487, 30.2365827 ], [ 120.5713248, 30.2365271 ], [ 120.5704607, 30.2364606 ] ], [ [ 120.5803435, 30.2370071 ], [ 120.580369, 30.2368844 ] ], [ [ 120.5602843, 30.2357021 ], [ 120.5602564, 30.2360243 ] ], [ [ 120.5602564, 30.2360243 ], [ 120.5602339, 30.2362837 ] ], [ [ 120.5602339, 30.2362837 ], [ 120.5602929, 30.2369581 ] ], [ [ 120.5602929, 30.2369581 ], [ 120.5604914, 30.2370948 ] ], [ [ 120.5604914, 30.2370948 ], [ 120.5608615, 30.2372269 ] ], [ [ 120.5608615, 30.2372269 ], [ 120.5614141, 30.2374377 ] ], [ [ 120.5614141, 30.2374377 ], [ 120.5615589, 30.2375884 ] ], [ [ 120.5615589, 30.2375884 ], [ 120.5618942, 30.2382001 ] ], [ [ 120.6050717, 30.2385851 ], [ 120.6044254, 30.2386107 ] ], [ [ 120.528207, 30.2309445 ], [ 120.5281001, 30.2309667 ] ], [ [ 120.5272506, 30.2330238 ], [ 120.5274435, 30.233532 ] ], [ [ 120.5274435, 30.233532 ], [ 120.5275155, 30.233795 ] ], [ [ 120.5275155, 30.233795 ], [ 120.527556, 30.2339426 ] ], [ [ 120.527556, 30.2339426 ], [ 120.5276213, 30.2341811 ] ], [ [ 120.5276213, 30.2341811 ], [ 120.5277834, 30.2347504 ] ], [ [ 120.5277834, 30.2347504 ], [ 120.5278881, 30.2351183 ] ], [ [ 120.5278881, 30.2351183 ], [ 120.5279859, 30.2356446 ] ], [ [ 120.5279859, 30.2356446 ], [ 120.5280753, 30.2359363 ] ], [ [ 120.5280753, 30.2359363 ], [ 120.5281299, 30.2361144 ] ], [ [ 120.5281299, 30.2361144 ], [ 120.5282037, 30.2363552 ] ], [ [ 120.5282037, 30.2363552 ], [ 120.5283505, 30.2369428 ] ], [ [ 120.5283505, 30.2369428 ], [ 120.5284749, 30.2375228 ] ], [ [ 120.5284749, 30.2375228 ], [ 120.5286217, 30.2380222 ] ], [ [ 120.5286217, 30.2380222 ], [ 120.5287906, 30.2386098 ] ], [ [ 120.5287906, 30.2386098 ], [ 120.5288491, 30.2388151 ] ], [ [ 120.5288491, 30.2388151 ], [ 120.5289086, 30.2390237 ] ], [ [ 120.5289086, 30.2390237 ], [ 120.5289373, 30.2391245 ] ], [ [ 120.5289373, 30.2391245 ], [ 120.52895, 30.2391763 ] ], [ [ 120.52895, 30.2391763 ], [ 120.5290228, 30.2394747 ] ], [ [ 120.5290228, 30.2394747 ], [ 120.5290751, 30.2396891 ] ], [ [ 120.5290751, 30.2396891 ], [ 120.5292582, 30.2403324 ] ], [ [ 120.5292582, 30.2403324 ], [ 120.5293374, 30.2408798 ] ], [ [ 120.5293374, 30.2408798 ], [ 120.5295299, 30.2415956 ] ], [ [ 120.5295299, 30.2415956 ], [ 120.5296931, 30.2420589 ] ], [ [ 120.5296931, 30.2420589 ], [ 120.529782, 30.2424738 ] ], [ [ 120.529782, 30.2424738 ], [ 120.5300043, 30.2432035 ] ], [ [ 120.5300043, 30.2432035 ], [ 120.5301555, 30.2437374 ] ], [ [ 120.5301555, 30.2437374 ], [ 120.5303289, 30.244398 ] ], [ [ 120.5303289, 30.244398 ], [ 120.5303382, 30.2444309 ] ], [ [ 120.5303382, 30.2444309 ], [ 120.5303467, 30.244461 ] ], [ [ 120.5303467, 30.244461 ], [ 120.530371, 30.2445477 ] ], [ [ 120.530371, 30.2445477 ], [ 120.5303787, 30.2445743 ] ], [ [ 120.5303787, 30.2445743 ], [ 120.5303973, 30.2446403 ] ], [ [ 120.5303973, 30.2446403 ], [ 120.5304622, 30.2448704 ] ], [ [ 120.5304622, 30.2448704 ], [ 120.5305867, 30.2454503 ] ], [ [ 120.5305867, 30.2454503 ], [ 120.5308357, 30.2463375 ] ], [ [ 120.5308357, 30.2463375 ], [ 120.531058, 30.2473707 ] ], [ [ 120.531058, 30.2473707 ], [ 120.531178, 30.2478008 ] ], [ [ 120.531178, 30.2478008 ], [ 120.5314048, 30.2487418 ] ], [ [ 120.5314048, 30.2487418 ], [ 120.5315782, 30.2495636 ] ], [ [ 120.5315782, 30.2495636 ], [ 120.5317998, 30.250173 ] ], [ [ 120.6044254, 30.2386107 ], [ 120.6042488, 30.2386508 ] ], [ [ 120.6597196, 30.2407075 ], [ 120.6597818, 30.2408084 ] ], [ [ 120.6622406, 30.2409125 ], [ 120.6600831, 30.2407511 ] ], [ [ 120.6600831, 30.2407511 ], [ 120.6597818, 30.2408084 ] ], [ [ 120.6540569, 30.2503573 ], [ 120.654593, 30.2494038 ] ], [ [ 120.654593, 30.2494038 ], [ 120.6558465, 30.2473474 ] ], [ [ 120.6558465, 30.2473474 ], [ 120.6561953, 30.24677 ] ], [ [ 120.6561953, 30.24677 ], [ 120.656642, 30.2460303 ] ], [ [ 120.656642, 30.2460303 ], [ 120.6576243, 30.2444268 ] ], [ [ 120.6576243, 30.2444268 ], [ 120.6592454, 30.2417352 ] ], [ [ 120.6592454, 30.2417352 ], [ 120.6597818, 30.2408084 ] ], [ [ 120.6442191, 30.2455314 ], [ 120.6441187, 30.2457294 ] ], [ [ 120.6441187, 30.2457294 ], [ 120.643714, 30.2465271 ] ], [ [ 120.5704607, 30.2364606 ], [ 120.5703819, 30.2397246 ], [ 120.5702312, 30.2397326 ], [ 120.5702713, 30.2367872 ], [ 120.5702759, 30.2364464 ] ], [ [ 120.5452775, 30.2395265 ], [ 120.5443318, 30.2367523 ] ], [ [ 120.5443318, 30.2367523 ], [ 120.5443322, 30.236717 ] ], [ [ 120.5803435, 30.2370071 ], [ 120.5803102, 30.2371295 ] ], [ [ 120.5803102, 30.2371295 ], [ 120.580337, 30.2376162 ] ], [ [ 120.580337, 30.2376162 ], [ 120.5803412, 30.2382426 ] ], [ [ 120.5803412, 30.2382426 ], [ 120.5803424, 30.238418 ] ], [ [ 120.5803424, 30.238418 ], [ 120.5803061, 30.2388495 ] ], [ [ 120.5803061, 30.2388495 ], [ 120.5802787, 30.2391747 ] ], [ [ 120.5802787, 30.2391747 ], [ 120.5802064, 30.2400332 ] ], [ [ 120.5802064, 30.2400332 ], [ 120.5801922, 30.2402022 ] ], [ [ 120.5516912, 30.2421255 ], [ 120.5510257, 30.2422742 ] ], [ [ 120.5510257, 30.2422742 ], [ 120.5495452, 30.2428859 ] ], [ [ 120.5495452, 30.2428859 ], [ 120.5495452, 30.2436923 ] ], [ [ 120.5495452, 30.2436923 ], [ 120.5493543, 30.2437701 ] ], [ [ 120.5493543, 30.2437701 ], [ 120.5460213, 30.2451287 ] ], [ [ 120.5460213, 30.2451287 ], [ 120.544195, 30.2458731 ] ], [ [ 120.544195, 30.2458731 ], [ 120.5424963, 30.2465655 ] ], [ [ 120.5424963, 30.2465655 ], [ 120.5423103, 30.2466194 ] ], [ [ 120.5423103, 30.2466194 ], [ 120.5420236, 30.2467026 ] ], [ [ 120.5420236, 30.2467026 ], [ 120.5420034, 30.2467084 ] ], [ [ 120.5420034, 30.2467084 ], [ 120.5388799, 30.2476138 ] ], [ [ 120.5388799, 30.2476138 ], [ 120.5376683, 30.247965 ] ], [ [ 120.5376683, 30.247965 ], [ 120.5362119, 30.2484322 ] ], [ [ 120.5362119, 30.2484322 ], [ 120.5359062, 30.2485303 ] ], [ [ 120.5409395, 30.256963 ], [ 120.5417517, 30.2567465 ] ], [ [ 120.5417517, 30.2567465 ], [ 120.5429218, 30.2564521 ] ], [ [ 120.5429218, 30.2564521 ], [ 120.5430025, 30.2564318 ] ], [ [ 120.5430025, 30.2564318 ], [ 120.5433633, 30.256341 ] ], [ [ 120.5433633, 30.256341 ], [ 120.5453207, 30.2559518 ] ], [ [ 120.5453207, 30.2559518 ], [ 120.5454408, 30.2559374 ] ], [ [ 120.5454408, 30.2559374 ], [ 120.5459044, 30.2558148 ] ], [ [ 120.4675903, 30.2389913 ], [ 120.4698603, 30.2385869 ], [ 120.4702686, 30.2385141 ], [ 120.4725706, 30.2379798 ] ], [ [ 120.4726307, 30.2380946 ], [ 120.4691742, 30.2388918 ], [ 120.4682368, 30.2390529 ], [ 120.4676522, 30.2391193 ] ], [ [ 120.4675056, 30.2390542 ], [ 120.4675903, 30.2389913 ] ], [ [ 120.4676522, 30.2391193 ], [ 120.4675056, 30.2390542 ] ], [ [ 120.4675056, 30.2390542 ], [ 120.4667362, 30.2391422 ] ], [ [ 120.4667362, 30.2391422 ], [ 120.4661596, 30.2392496 ] ], [ [ 120.4661596, 30.2392496 ], [ 120.4654489, 30.2394436 ] ], [ [ 120.4654489, 30.2394436 ], [ 120.4650654, 30.2395581 ] ], [ [ 120.4650654, 30.2395581 ], [ 120.4646698, 30.2396618 ] ], [ [ 120.4646698, 30.2396618 ], [ 120.4637129, 30.2398668 ] ], [ [ 120.4637129, 30.2398668 ], [ 120.463649, 30.2398825 ] ], [ [ 120.463649, 30.2398825 ], [ 120.4633603, 30.2399559 ] ], [ [ 120.4633603, 30.2399559 ], [ 120.4632488, 30.2399844 ] ], [ [ 120.4632488, 30.2399844 ], [ 120.4627338, 30.2402558 ] ], [ [ 120.4627338, 30.2402558 ], [ 120.4625157, 30.2403458 ] ], [ [ 120.4625157, 30.2403458 ], [ 120.4622622, 30.2404215 ] ], [ [ 120.4622622, 30.2404215 ], [ 120.4611305, 30.2406298 ] ], [ [ 120.4611305, 30.2406298 ], [ 120.4598586, 30.2408501 ] ], [ [ 120.4598586, 30.2408501 ], [ 120.4595121, 30.2409004 ] ], [ [ 120.4595121, 30.2409004 ], [ 120.4590472, 30.240941 ] ], [ [ 120.4590472, 30.240941 ], [ 120.4577611, 30.2409957 ] ], [ [ 120.4577611, 30.2409957 ], [ 120.4572829, 30.2410142 ] ], [ [ 120.4572829, 30.2410142 ], [ 120.4566954, 30.241063 ] ], [ [ 120.4566954, 30.241063 ], [ 120.4559846, 30.2410859 ] ], [ [ 120.4559846, 30.2410859 ], [ 120.4558162, 30.241092 ] ], [ [ 120.4558162, 30.241092 ], [ 120.4552545, 30.2411925 ] ], [ [ 120.4552545, 30.2411925 ], [ 120.4544768, 30.2413732 ] ], [ [ 120.4544768, 30.2413732 ], [ 120.4533528, 30.2416252 ] ], [ [ 120.4533528, 30.2416252 ], [ 120.4528215, 30.2417402 ] ], [ [ 120.4528215, 30.2417402 ], [ 120.4524828, 30.2418143 ] ], [ [ 120.4524828, 30.2418143 ], [ 120.4502699, 30.24228 ] ], [ [ 120.4502699, 30.24228 ], [ 120.4497333, 30.2423768 ] ], [ [ 120.4497333, 30.2423768 ], [ 120.4488064, 30.2425189 ] ], [ [ 120.4488064, 30.2425189 ], [ 120.4484539, 30.2425729 ] ], [ [ 120.4484539, 30.2425729 ], [ 120.448329, 30.2425901 ] ], [ [ 120.448329, 30.2425901 ], [ 120.4482794, 30.2425966 ] ], [ [ 120.4482794, 30.2425966 ], [ 120.4479836, 30.2426398 ] ], [ [ 120.4479836, 30.2426398 ], [ 120.4478828, 30.2426522 ] ], [ [ 120.4478828, 30.2426522 ], [ 120.4478613, 30.2426554 ] ], [ [ 120.4478613, 30.2426554 ], [ 120.4468918, 30.2427996 ] ], [ [ 120.4468918, 30.2427996 ], [ 120.4460414, 30.242926 ] ], [ [ 120.4460414, 30.242926 ], [ 120.4460134, 30.2429302 ] ], [ [ 120.4460134, 30.2429302 ], [ 120.4458549, 30.242956 ] ], [ [ 120.4458549, 30.242956 ], [ 120.4449335, 30.2431019 ] ], [ [ 120.4449335, 30.2431019 ], [ 120.4446221, 30.2431179 ] ], [ [ 120.4446221, 30.2431179 ], [ 120.4442836, 30.2431081 ] ], [ [ 120.4442836, 30.2431081 ], [ 120.4439722, 30.2430685 ] ], [ [ 120.4439722, 30.2430685 ], [ 120.443039, 30.2429354 ] ], [ [ 120.443039, 30.2429354 ], [ 120.4428948, 30.2429126 ] ], [ [ 120.4428948, 30.2429126 ], [ 120.4427065, 30.2428613 ] ], [ [ 120.4427065, 30.2428613 ], [ 120.442498, 30.2427942 ] ], [ [ 120.442498, 30.2427942 ], [ 120.4423022, 30.2427186 ] ], [ [ 120.4423022, 30.2427186 ], [ 120.4418864, 30.242535 ] ], [ [ 120.4418864, 30.242535 ], [ 120.4413736, 30.242308 ] ], [ [ 120.4413736, 30.242308 ], [ 120.4408759, 30.2420812 ] ], [ [ 120.4408759, 30.2420812 ], [ 120.4407708, 30.2420332 ] ], [ [ 120.4407708, 30.2420332 ], [ 120.4407146, 30.2420075 ] ], [ [ 120.4712753, 30.2436703 ], [ 120.4718684, 30.2435901 ] ], [ [ 120.4718684, 30.2435901 ], [ 120.4730754, 30.2433908 ] ], [ [ 120.4730754, 30.2433908 ], [ 120.4741686, 30.2432195 ] ], [ [ 120.4711725, 30.2436767 ], [ 120.4712753, 30.2436703 ] ], [ [ 120.4779644, 30.2426486 ], [ 120.4778879, 30.2426627 ] ], [ [ 120.4778879, 30.2426627 ], [ 120.4771041, 30.2428069 ] ], [ [ 120.4771041, 30.2428069 ], [ 120.4761767, 30.2429325 ] ], [ [ 120.4761767, 30.2429325 ], [ 120.4758381, 30.2429783 ] ], [ [ 120.4758381, 30.2429783 ], [ 120.4742878, 30.2432008 ] ], [ [ 120.4742878, 30.2432008 ], [ 120.4741686, 30.2432195 ] ], [ [ 120.4918964, 30.2403177 ], [ 120.4920708, 30.2410087 ] ], [ [ 120.4920708, 30.2410087 ], [ 120.4922157, 30.2415093 ] ], [ [ 120.4922157, 30.2415093 ], [ 120.4922835, 30.2418705 ] ], [ [ 120.4922835, 30.2418705 ], [ 120.492441, 30.2427095 ] ], [ [ 120.492441, 30.2427095 ], [ 120.4925419, 30.2432002 ] ], [ [ 120.4925419, 30.2432002 ], [ 120.4929935, 30.2453511 ] ], [ [ 120.4929935, 30.2453511 ], [ 120.493076, 30.2457483 ] ], [ [ 120.493076, 30.2457483 ], [ 120.4933858, 30.2472394 ] ], [ [ 120.4739206, 30.2480011 ], [ 120.474053, 30.2480205 ] ], [ [ 120.474053, 30.2480205 ], [ 120.4739562, 30.248113 ] ], [ [ 120.398468, 30.241955 ], [ 120.3975519, 30.2426785 ], [ 120.3969753, 30.2431469 ], [ 120.3964125, 30.243651 ], [ 120.3959869, 30.2441254 ], [ 120.3958255, 30.2443083 ] ], [ [ 120.3956297, 30.2443562 ], [ 120.3941747, 30.2438941 ], [ 120.394058, 30.2438467 ], [ 120.3939757, 30.2437755 ], [ 120.3939276, 30.2436806 ], [ 120.3939208, 30.243562 ], [ 120.3939619, 30.2427496 ], [ 120.3940443, 30.2427496 ], [ 120.3940169, 30.2436035 ], [ 120.3940443, 30.2436984 ], [ 120.3941404, 30.2437933 ], [ 120.3942571, 30.2438348 ], [ 120.3956917, 30.2442736 ] ], [ [ 120.3956917, 30.2442736 ], [ 120.3958255, 30.2443083 ] ], [ [ 120.3956297, 30.2443562 ], [ 120.3956917, 30.2442736 ] ], [ [ 120.3958255, 30.2443083 ], [ 120.3957649, 30.2443771 ] ], [ [ 120.3957649, 30.2443771 ], [ 120.3956297, 30.2443562 ] ], [ [ 120.3957649, 30.2443771 ], [ 120.3956574, 30.244499 ], [ 120.3952455, 30.2450445 ], [ 120.3951289, 30.2452105 ], [ 120.3950396, 30.245175 ], [ 120.3953622, 30.2447124 ], [ 120.3956297, 30.2443562 ] ], [ [ 120.3958255, 30.2443083 ], [ 120.3988973, 30.2452817 ], [ 120.398863, 30.2453588 ], [ 120.3957649, 30.2443771 ] ], [ [ 120.4219211, 30.254749 ], [ 120.4219134, 30.2544829 ] ], [ [ 120.4219134, 30.2544829 ], [ 120.4219383, 30.2540555 ] ], [ [ 120.4219383, 30.2540555 ], [ 120.4220349, 30.2534911 ] ], [ [ 120.4220349, 30.2534911 ], [ 120.4221499, 30.2528429 ] ], [ [ 120.4221499, 30.2528429 ], [ 120.4222467, 30.2522977 ] ], [ [ 120.4711725, 30.2436767 ], [ 120.4707097, 30.2437412 ] ], [ [ 120.4707097, 30.2437412 ], [ 120.4695725, 30.2438959 ] ], [ [ 120.4695725, 30.2438959 ], [ 120.4680543, 30.2441369 ] ], [ [ 120.4680543, 30.2441369 ], [ 120.4652739, 30.2445397 ] ], [ [ 120.4652739, 30.2445397 ], [ 120.4651346, 30.2445579 ] ], [ [ 120.4561343, 30.2478297 ], [ 120.456523, 30.2478878 ], [ 120.4570503, 30.2480101 ], [ 120.4572704, 30.2480708 ], [ 120.4576272, 30.2481691 ], [ 120.4582218, 30.2483648 ], [ 120.4591738, 30.2487194 ], [ 120.4593167, 30.2487606 ], [ 120.4595402, 30.2488249 ], [ 120.4597684, 30.2488906 ], [ 120.4604302, 30.249016 ], [ 120.4615203, 30.2492361 ], [ 120.461631, 30.249254 ], [ 120.4619556, 30.2493064 ], [ 120.4622883, 30.2493248 ], [ 120.4627413, 30.2493492 ], [ 120.4632173, 30.2493392 ], [ 120.4635128, 30.249333 ], [ 120.463612, 30.2493309 ], [ 120.4641854, 30.2493125 ], [ 120.4649143, 30.2492892 ], [ 120.4653747, 30.2492744 ], [ 120.4663496, 30.249178 ], [ 120.4664209, 30.2491717 ], [ 120.4666368, 30.2491351 ], [ 120.4671327, 30.2490507 ], [ 120.4711545, 30.2483667 ], [ 120.4718244, 30.2482569 ], [ 120.4729381, 30.248131 ], [ 120.4732021, 30.2481179 ], [ 120.4737684, 30.2480302 ], [ 120.4739206, 30.2480011 ] ], [ [ 120.4739562, 30.248113 ], [ 120.4738061, 30.2481398 ], [ 120.4718755, 30.2483767 ], [ 120.469959, 30.2486991 ], [ 120.4669214, 30.2491981 ], [ 120.4666732, 30.2492389 ], [ 120.4664593, 30.2492756 ], [ 120.4663865, 30.2492867 ], [ 120.4657141, 30.2493649 ], [ 120.4653837, 30.2493765 ], [ 120.4634775, 30.2494348 ], [ 120.4627552, 30.2494523 ], [ 120.4627166, 30.2494532 ], [ 120.4623237, 30.249444 ], [ 120.4617928, 30.249389 ], [ 120.4612301, 30.2492973 ], [ 120.4609879, 30.2492479 ], [ 120.4609218, 30.2492344 ], [ 120.459641, 30.2489732 ], [ 120.4595143, 30.2489348 ], [ 120.4589155, 30.248753 ], [ 120.4585332, 30.2486063 ], [ 120.4581545, 30.2484626 ], [ 120.457606, 30.2482639 ], [ 120.4572305, 30.2481628 ], [ 120.4569017, 30.2480743 ], [ 120.4564663, 30.2480132 ], [ 120.4561403, 30.2480259 ] ], [ [ 120.4832976, 30.2559423 ], [ 120.4853546, 30.2558422 ] ], [ [ 120.4853546, 30.2558422 ], [ 120.4891097, 30.255731 ] ], [ [ 120.4832976, 30.2559423 ], [ 120.4804232, 30.2560593 ] ], [ [ 120.4804232, 30.2560593 ], [ 120.480215, 30.2561434 ] ], [ [ 120.4792827, 30.2561232 ], [ 120.4800035, 30.2560978 ], [ 120.480215, 30.2561434 ] ], [ [ 120.4790385, 30.2561814 ], [ 120.4792827, 30.2561232 ] ], [ [ 120.4793003, 30.2562084 ], [ 120.4791647, 30.256202 ], [ 120.4790385, 30.2561814 ] ], [ [ 120.4832976, 30.2559423 ], [ 120.4836198, 30.2575045 ] ], [ [ 120.3689602, 30.2445624 ], [ 120.3689815, 30.2453235 ] ], [ [ 120.3563994, 30.2664094 ], [ 120.3564038, 30.2664654 ] ], [ [ 120.4100366, 30.2538221 ], [ 120.4100568, 30.2539574 ], [ 120.4100568, 30.2540572 ], [ 120.4100532, 30.2541912 ], [ 120.4100528, 30.2543088 ] ], [ [ 120.4100528, 30.2543088 ], [ 120.4100135, 30.2541226 ], [ 120.4100026, 30.2540322 ], [ 120.409981, 30.2539668 ], [ 120.409926, 30.2538754 ] ], [ [ 120.4498785, 30.2548078 ], [ 120.4496207, 30.2549414 ], [ 120.4494325, 30.2550855 ], [ 120.4493233, 30.2552087 ], [ 120.4492596, 30.2553005 ], [ 120.449247, 30.2553875 ] ], [ [ 120.449247, 30.2553875 ], [ 120.4491746, 30.2552821 ], [ 120.4490472, 30.2551327 ], [ 120.4489622, 30.2551039 ], [ 120.4488438, 30.2550803 ], [ 120.4485746, 30.2550677 ] ], [ [ 120.4407219, 30.2575601 ], [ 120.441507, 30.2574454 ] ], [ [ 120.441507, 30.2574454 ], [ 120.4416782, 30.2574097 ] ], [ [ 120.4416782, 30.2574097 ], [ 120.4417756, 30.2574173 ] ], [ [ 120.4417756, 30.2574173 ], [ 120.4418317, 30.2574683 ] ], [ [ 120.4418317, 30.2574683 ], [ 120.4418818, 30.2577513 ] ], [ [ 120.4418818, 30.2577513 ], [ 120.4418936, 30.2578153 ] ], [ [ 120.4418936, 30.2578153 ], [ 120.4419615, 30.2581847 ] ], [ [ 120.4419615, 30.2581847 ], [ 120.4421119, 30.2589674 ] ], [ [ 120.4421119, 30.2589674 ], [ 120.4421947, 30.2593982 ] ], [ [ 120.4421947, 30.2593982 ], [ 120.4422926, 30.2599655 ] ], [ [ 120.4422926, 30.2599655 ], [ 120.4423482, 30.2602879 ] ], [ [ 120.4423482, 30.2602879 ], [ 120.4424111, 30.2606378 ] ], [ [ 120.449247, 30.2553875 ], [ 120.4493735, 30.2568753 ] ], [ [ 120.4493735, 30.2568753 ], [ 120.4498972, 30.2591471 ] ], [ [ 120.4498972, 30.2591471 ], [ 120.4500192, 30.2596765 ] ], [ [ 120.4500192, 30.2596765 ], [ 120.4501681, 30.2602661 ] ], [ [ 120.4501681, 30.2602661 ], [ 120.4502285, 30.2605163 ] ], [ [ 120.4502285, 30.2605163 ], [ 120.4502838, 30.2607972 ] ], [ [ 120.4502838, 30.2607972 ], [ 120.4502918, 30.2608381 ] ], [ [ 120.4502918, 30.2608381 ], [ 120.4502982, 30.2611998 ] ], [ [ 120.4502982, 30.2611998 ], [ 120.4502432, 30.2617326 ] ], [ [ 120.4502432, 30.2617326 ], [ 120.4501767, 30.2621831 ] ], [ [ 120.4501767, 30.2621831 ], [ 120.4500875, 30.2627866 ] ], [ [ 120.4500875, 30.2627866 ], [ 120.4499373, 30.2639392 ] ], [ [ 120.4098189, 30.2575644 ], [ 120.4098101, 30.2571473 ] ], [ [ 120.4098101, 30.2571473 ], [ 120.4100448, 30.2544022 ] ], [ [ 120.4100448, 30.2544022 ], [ 120.4100528, 30.2543088 ] ], [ [ 120.4219211, 30.254749 ], [ 120.4177634, 30.2557171 ] ], [ [ 120.4177634, 30.2557171 ], [ 120.4175903, 30.2557574 ] ], [ [ 120.4175903, 30.2557574 ], [ 120.4172111, 30.2558457 ] ], [ [ 120.4172111, 30.2558457 ], [ 120.4130598, 30.2568123 ] ], [ [ 120.4130598, 30.2568123 ], [ 120.4126996, 30.2568962 ] ], [ [ 120.4126996, 30.2568962 ], [ 120.4124465, 30.2569184 ] ], [ [ 120.4124465, 30.2569184 ], [ 120.4098189, 30.2575644 ] ], [ [ 120.437372, 30.259826 ], [ 120.4370897, 30.2585365 ] ], [ [ 120.4370897, 30.2585365 ], [ 120.4370864, 30.2585182 ] ], [ [ 120.4370864, 30.2585182 ], [ 120.4368667, 30.2573184 ] ], [ [ 120.4368667, 30.2573184 ], [ 120.4366364, 30.2564585 ] ], [ [ 120.4366364, 30.2564585 ], [ 120.4365908, 30.2562951 ] ], [ [ 120.4365908, 30.2562951 ], [ 120.4365716, 30.2561952 ] ], [ [ 120.4365716, 30.2561952 ], [ 120.4365295, 30.2559571 ] ], [ [ 120.4365295, 30.2559571 ], [ 120.4364175, 30.2553241 ] ], [ [ 120.480215, 30.2561434 ], [ 120.4806039, 30.25635 ], [ 120.4810623, 30.2566041 ], [ 120.4818281, 30.2569447 ], [ 120.4830043, 30.2575541 ], [ 120.4834359, 30.2577587 ], [ 120.4835263, 30.2578004 ], [ 120.4836167, 30.2578138 ] ], [ [ 120.4836424, 30.2579094 ], [ 120.4809156, 30.2565998 ], [ 120.4808122, 30.2565429 ], [ 120.480524, 30.2563843 ], [ 120.4802531, 30.2562546 ], [ 120.48006, 30.2561967 ], [ 120.4799071, 30.2561805 ], [ 120.4797113, 30.2561781 ], [ 120.4793003, 30.2562084 ] ], [ [ 120.4838186, 30.2576183 ], [ 120.487333, 30.2571892 ] ], [ [ 120.487333, 30.2571892 ], [ 120.4879149, 30.2571262 ] ], [ [ 120.4879149, 30.2571262 ], [ 120.489245, 30.2569784 ] ], [ [ 120.489245, 30.2569784 ], [ 120.4897608, 30.256921 ] ], [ [ 120.4897608, 30.256921 ], [ 120.4927397, 30.2565899 ] ], [ [ 120.4836198, 30.2575045 ], [ 120.4836717, 30.2575049 ], [ 120.4837213, 30.257518 ], [ 120.4837646, 30.2575428 ], [ 120.4837979, 30.2575771 ], [ 120.4838186, 30.2576183 ] ], [ [ 120.4836167, 30.2578138 ], [ 120.4835623, 30.2577988 ], [ 120.483516, 30.2577698 ], [ 120.4834825, 30.2577298 ], [ 120.4834651, 30.2576827 ], [ 120.4834656, 30.2576334 ], [ 120.4834839, 30.2575866 ], [ 120.4835182, 30.2575471 ], [ 120.483565, 30.2575187 ], [ 120.4836198, 30.2575045 ] ], [ [ 120.4838186, 30.2576183 ], [ 120.4838246, 30.2576696 ], [ 120.4838109, 30.2577197 ], [ 120.4837791, 30.2577634 ], [ 120.4837326, 30.2577957 ], [ 120.4836764, 30.2578131 ], [ 120.4836167, 30.2578138 ] ], [ [ 120.4836424, 30.2579094 ], [ 120.4836167, 30.2578138 ] ], [ [ 120.4206675, 30.2615029 ], [ 120.4208525, 30.2605967 ] ], [ [ 120.4208525, 30.2605967 ], [ 120.4211328, 30.2591207 ] ], [ [ 120.4211328, 30.2591207 ], [ 120.4215368, 30.2569931 ] ], [ [ 120.4215368, 30.2569931 ], [ 120.4216875, 30.2562795 ] ], [ [ 120.4216875, 30.2562795 ], [ 120.4218196, 30.2556505 ] ], [ [ 120.4218196, 30.2556505 ], [ 120.4218877, 30.2551187 ] ], [ [ 120.4218877, 30.2551187 ], [ 120.4219211, 30.254749 ] ], [ [ 120.4098189, 30.2575644 ], [ 120.4089009, 30.2577372 ] ], [ [ 120.4089009, 30.2577372 ], [ 120.4081304, 30.2579166 ] ], [ [ 120.4081304, 30.2579166 ], [ 120.4076712, 30.2580235 ] ], [ [ 120.4076712, 30.2580235 ], [ 120.4065352, 30.25827 ] ], [ [ 120.4065352, 30.25827 ], [ 120.4060105, 30.2583793 ] ], [ [ 120.4060105, 30.2583793 ], [ 120.4051365, 30.2585615 ] ], [ [ 120.4051365, 30.2585615 ], [ 120.4045397, 30.2586824 ] ], [ [ 120.4045397, 30.2586824 ], [ 120.4041481, 30.2587519 ] ], [ [ 120.4041481, 30.2587519 ], [ 120.4034681, 30.2588673 ] ], [ [ 120.4034681, 30.2588673 ], [ 120.4031302, 30.2587978 ] ], [ [ 120.4031302, 30.2587978 ], [ 120.4026581, 30.2588719 ] ], [ [ 120.4026581, 30.2588719 ], [ 120.4023027, 30.258928 ] ], [ [ 120.4023027, 30.258928 ], [ 120.4018481, 30.2588905 ] ], [ [ 120.4018481, 30.2588905 ], [ 120.4014189, 30.2589322 ] ], [ [ 120.4014189, 30.2589322 ], [ 120.400967, 30.2590253 ] ], [ [ 120.400967, 30.2590253 ], [ 120.4004677, 30.2592036 ] ], [ [ 120.4004677, 30.2592036 ], [ 120.4004104, 30.2592241 ] ], [ [ 120.4004104, 30.2592241 ], [ 120.4000613, 30.2594154 ] ], [ [ 120.4000613, 30.2594154 ], [ 120.3999115, 30.2594975 ] ], [ [ 120.3999115, 30.2594975 ], [ 120.3995146, 30.2597245 ] ], [ [ 120.3995146, 30.2597245 ], [ 120.3993416, 30.259864 ] ], [ [ 120.3993416, 30.259864 ], [ 120.3987513, 30.2600631 ] ], [ [ 120.3987513, 30.2600631 ], [ 120.3986562, 30.2600952 ] ], [ [ 120.3986562, 30.2600952 ], [ 120.3982325, 30.2602527 ] ], [ [ 120.3982325, 30.2602527 ], [ 120.3980932, 30.2604456 ] ], [ [ 120.3980932, 30.2604456 ], [ 120.3980648, 30.2604849 ] ], [ [ 120.3980648, 30.2604849 ], [ 120.397916, 30.2606512 ] ], [ [ 120.397916, 30.2606512 ], [ 120.397647, 30.2607448 ] ], [ [ 120.397647, 30.2607448 ], [ 120.3975297, 30.2607856 ] ], [ [ 120.3975297, 30.2607856 ], [ 120.3972709, 30.2608555 ] ], [ [ 120.3972709, 30.2608555 ], [ 120.396709, 30.2608412 ] ], [ [ 120.396709, 30.2608412 ], [ 120.3964246, 30.2608226 ] ], [ [ 120.3964246, 30.2608226 ], [ 120.3961752, 30.2608613 ] ], [ [ 120.437372, 30.259826 ], [ 120.4382701, 30.259645 ] ], [ [ 120.3919683, 30.2603482 ], [ 120.3926414, 30.2599219 ] ], [ [ 120.3926414, 30.2599219 ], [ 120.3934421, 30.2598403 ] ], [ [ 120.3934421, 30.2598403 ], [ 120.3939436, 30.2598588 ] ], [ [ 120.3939436, 30.2598588 ], [ 120.3943767, 30.2599474 ] ], [ [ 120.3943767, 30.2599474 ], [ 120.3949146, 30.2601856 ] ], [ [ 120.3949146, 30.2601856 ], [ 120.3956776, 30.2605776 ] ], [ [ 120.3956776, 30.2605776 ], [ 120.3961752, 30.2608613 ] ], [ [ 120.4836167, 30.2578138 ], [ 120.4841647, 30.2580883 ], [ 120.4843655, 30.2581877 ], [ 120.4850144, 30.2585091 ], [ 120.485993, 30.2590058 ], [ 120.4863605, 30.25919 ], [ 120.4866444, 30.259393 ] ], [ [ 120.4866444, 30.259393 ], [ 120.4863337, 30.2592699 ], [ 120.4859743, 30.2590799 ], [ 120.4850308, 30.2586127 ], [ 120.4842026, 30.2581932 ], [ 120.4836424, 30.2579094 ] ], [ [ 120.4846066, 30.2632177 ], [ 120.4845943, 30.2631307 ] ], [ [ 120.4845943, 30.2631307 ], [ 120.4845312, 30.2627601 ] ], [ [ 120.4845312, 30.2627601 ], [ 120.4843134, 30.2614657 ] ], [ [ 120.4843134, 30.2614657 ], [ 120.4841137, 30.2602785 ] ], [ [ 120.4841137, 30.2602785 ], [ 120.4836722, 30.2580205 ] ], [ [ 120.4836722, 30.2580205 ], [ 120.4836424, 30.2579094 ] ], [ [ 120.4866444, 30.259393 ], [ 120.4871743, 30.2596879 ] ], [ [ 120.4871743, 30.2596879 ], [ 120.4874895, 30.2598634 ] ], [ [ 120.4874895, 30.2598634 ], [ 120.4877321, 30.2599958 ] ], [ [ 120.4877321, 30.2599958 ], [ 120.4881176, 30.2602385 ] ], [ [ 120.4881176, 30.2602385 ], [ 120.4884474, 30.2604378 ] ], [ [ 120.4884474, 30.2604378 ], [ 120.4885278, 30.260507 ] ], [ [ 120.4885278, 30.260507 ], [ 120.4886537, 30.2606154 ] ], [ [ 120.4886537, 30.2606154 ], [ 120.4889899, 30.2609947 ] ], [ [ 120.4889899, 30.2609947 ], [ 120.4894152, 30.2616261 ] ], [ [ 120.4894152, 30.2616261 ], [ 120.4895936, 30.2618977 ] ], [ [ 120.4895936, 30.2618977 ], [ 120.4897454, 30.2621091 ] ], [ [ 120.4897454, 30.2621091 ], [ 120.4898881, 30.2623627 ] ], [ [ 120.4898881, 30.2623627 ], [ 120.4898581, 30.262899 ] ], [ [ 120.4871208, 30.2630487 ], [ 120.4875381, 30.2630262 ] ], [ [ 120.4875381, 30.2630262 ], [ 120.4893129, 30.2629289 ] ], [ [ 120.4893129, 30.2629289 ], [ 120.4894609, 30.2629208 ] ], [ [ 120.4894609, 30.2629208 ], [ 120.4898581, 30.262899 ] ], [ [ 120.4375792, 30.2609726 ], [ 120.4375063, 30.2608198 ] ], [ [ 120.4375063, 30.2608198 ], [ 120.4373985, 30.2599494 ] ], [ [ 120.4373985, 30.2599494 ], [ 120.437372, 30.259826 ] ], [ [ 120.4105708, 30.2650548 ], [ 120.41051, 30.2647615 ] ], [ [ 120.41051, 30.2647615 ], [ 120.4103373, 30.2642096 ] ], [ [ 120.4103373, 30.2642096 ], [ 120.4101267, 30.2635598 ] ], [ [ 120.4101267, 30.2635598 ], [ 120.4100041, 30.2629685 ] ], [ [ 120.4100041, 30.2629685 ], [ 120.4100323, 30.2625425 ] ], [ [ 120.4100323, 30.2625425 ], [ 120.4101326, 30.2619458 ] ], [ [ 120.4101326, 30.2619458 ], [ 120.4102419, 30.2611993 ] ], [ [ 120.4102419, 30.2611993 ], [ 120.4102225, 30.2610106 ] ], [ [ 120.4102225, 30.2610106 ], [ 120.4101225, 30.2600399 ] ], [ [ 120.4101225, 30.2600399 ], [ 120.4101078, 30.2598973 ] ], [ [ 120.4101078, 30.2598973 ], [ 120.410031, 30.2592771 ] ], [ [ 120.410031, 30.2592771 ], [ 120.4099814, 30.258877 ] ], [ [ 120.4099814, 30.258877 ], [ 120.4099532, 30.2586492 ] ], [ [ 120.4099532, 30.2586492 ], [ 120.4099231, 30.2584058 ] ], [ [ 120.4099231, 30.2584058 ], [ 120.4098189, 30.2575644 ] ], [ [ 120.3983556, 30.2622438 ], [ 120.3982051, 30.2621172 ] ], [ [ 120.3982051, 30.2621172 ], [ 120.3976719, 30.2616682 ] ], [ [ 120.3976719, 30.2616682 ], [ 120.3970845, 30.2613416 ] ], [ [ 120.3970845, 30.2613416 ], [ 120.3961752, 30.2608613 ] ], [ [ 120.4426241, 30.2619731 ], [ 120.4425282, 30.2614351 ] ], [ [ 120.4425282, 30.2614351 ], [ 120.4423895, 30.2608003 ] ], [ [ 120.4423895, 30.2608003 ], [ 120.4424111, 30.2606378 ] ], [ [ 120.4403999, 30.2607805 ], [ 120.440513, 30.2612294 ] ], [ [ 120.440513, 30.2612294 ], [ 120.4406837, 30.2619065 ] ], [ [ 120.4406837, 30.2619065 ], [ 120.4407891, 30.2623342 ] ], [ [ 120.4426241, 30.2619731 ], [ 120.4432542, 30.2618662 ] ], [ [ 120.4432542, 30.2618662 ], [ 120.4451964, 30.2615365 ] ], [ [ 120.4426241, 30.2619731 ], [ 120.4415628, 30.2621819 ] ], [ [ 120.4415628, 30.2621819 ], [ 120.4407891, 30.2623342 ] ], [ [ 120.4375792, 30.2609726 ], [ 120.437855, 30.2618829 ] ], [ [ 120.437855, 30.2618829 ], [ 120.438134, 30.2628504 ] ], [ [ 120.4206675, 30.2615029 ], [ 120.4203231, 30.2615706 ] ], [ [ 120.4203231, 30.2615706 ], [ 120.4198049, 30.2616683 ] ], [ [ 120.4198049, 30.2616683 ], [ 120.4188435, 30.261858 ] ], [ [ 120.4188435, 30.261858 ], [ 120.4183495, 30.2619555 ] ], [ [ 120.4183495, 30.2619555 ], [ 120.4166385, 30.2623236 ] ], [ [ 120.4166385, 30.2623236 ], [ 120.4163394, 30.262388 ] ], [ [ 120.4163394, 30.262388 ], [ 120.414735, 30.2627135 ] ], [ [ 120.4407891, 30.2623342 ], [ 120.4390011, 30.2626754 ] ], [ [ 120.4390011, 30.2626754 ], [ 120.4384752, 30.2627757 ] ], [ [ 120.4384752, 30.2627757 ], [ 120.4384195, 30.2627879 ] ], [ [ 120.4384195, 30.2627879 ], [ 120.438134, 30.2628504 ] ], [ [ 120.4426241, 30.2619731 ], [ 120.4427505, 30.262394 ] ], [ [ 120.4427505, 30.262394 ], [ 120.4428162, 30.262613 ] ], [ [ 120.4428162, 30.262613 ], [ 120.4428281, 30.2626525 ] ], [ [ 120.4428281, 30.2626525 ], [ 120.4428969, 30.2628801 ] ], [ [ 120.4428969, 30.2628801 ], [ 120.4429709, 30.2631252 ] ], [ [ 120.4429709, 30.2631252 ], [ 120.4430404, 30.2634664 ] ], [ [ 120.4430404, 30.2634664 ], [ 120.4430654, 30.2635892 ] ], [ [ 120.4430654, 30.2635892 ], [ 120.4431099, 30.2638883 ] ], [ [ 120.4407891, 30.2623342 ], [ 120.440901, 30.2627091 ] ], [ [ 120.440901, 30.2627091 ], [ 120.4409493, 30.2628956 ] ], [ [ 120.4409493, 30.2628956 ], [ 120.4410258, 30.2631516 ] ], [ [ 120.4410258, 30.2631516 ], [ 120.4410333, 30.2631732 ] ], [ [ 120.4410333, 30.2631732 ], [ 120.4410446, 30.263206 ] ], [ [ 120.4410446, 30.263206 ], [ 120.4412066, 30.2637445 ] ], [ [ 120.4412066, 30.2637445 ], [ 120.4413324, 30.2641354 ] ], [ [ 120.4431099, 30.2638883 ], [ 120.4432299, 30.2638769 ] ], [ [ 120.4432299, 30.2638769 ], [ 120.4433781, 30.2638628 ] ], [ [ 120.4433781, 30.2638628 ], [ 120.4440728, 30.2638466 ] ], [ [ 120.4440728, 30.2638466 ], [ 120.4444993, 30.2638408 ] ], [ [ 120.4444993, 30.2638408 ], [ 120.4445316, 30.2638411 ] ], [ [ 120.4445316, 30.2638411 ], [ 120.4446119, 30.263842 ] ], [ [ 120.4499373, 30.2639392 ], [ 120.4467271, 30.2638806 ] ], [ [ 120.4467271, 30.2638806 ], [ 120.4446119, 30.263842 ] ], [ [ 120.4730221, 30.2637597 ], [ 120.4729967, 30.2637609 ] ], [ [ 120.4729967, 30.2637609 ], [ 120.4712532, 30.2638458 ] ], [ [ 120.4712532, 30.2638458 ], [ 120.4699465, 30.263916 ] ], [ [ 120.4699465, 30.263916 ], [ 120.4686003, 30.2639803 ] ], [ [ 120.4686003, 30.2639803 ], [ 120.4674939, 30.2640343 ] ], [ [ 120.4674939, 30.2640343 ], [ 120.4670963, 30.2640274 ] ], [ [ 120.4670963, 30.2640274 ], [ 120.4659431, 30.2640425 ] ], [ [ 120.4659431, 30.2640425 ], [ 120.4646432, 30.2640338 ] ], [ [ 120.4646432, 30.2640338 ], [ 120.4635753, 30.2640293 ] ], [ [ 120.4635753, 30.2640293 ], [ 120.4624871, 30.2640247 ] ], [ [ 120.4624871, 30.2640247 ], [ 120.460385, 30.2639914 ] ], [ [ 120.460385, 30.2639914 ], [ 120.4590736, 30.2639691 ] ], [ [ 120.4590736, 30.2639691 ], [ 120.4576868, 30.2640021 ] ], [ [ 120.4576868, 30.2640021 ], [ 120.456656, 30.2639897 ] ], [ [ 120.456656, 30.2639897 ], [ 120.4562706, 30.263985 ] ], [ [ 120.4846066, 30.2632177 ], [ 120.4853714, 30.2631759 ], [ 120.4869184, 30.2630914 ], [ 120.4871208, 30.2630487 ] ], [ [ 120.4871208, 30.2630487 ], [ 120.4870257, 30.2631678 ], [ 120.4851694, 30.2632525 ], [ 120.4846215, 30.2632865 ] ], [ [ 120.4846066, 30.2632177 ], [ 120.4846215, 30.2632865 ] ], [ [ 120.4805905, 30.2634478 ], [ 120.4811969, 30.263413 ], [ 120.4834688, 30.2632958 ], [ 120.4846066, 30.2632177 ] ], [ [ 120.4846215, 30.2632865 ], [ 120.4806044, 30.2635298 ] ], [ [ 120.4803927, 30.26346 ], [ 120.4805905, 30.2634478 ] ], [ [ 120.476857, 30.2635695 ], [ 120.4770264, 30.2635964 ], [ 120.4796001, 30.2634815 ], [ 120.4803927, 30.26346 ] ], [ [ 120.420124, 30.2643232 ], [ 120.4205528, 30.2621276 ] ], [ [ 120.4205528, 30.2621276 ], [ 120.4206675, 30.2615029 ] ], [ [ 120.3954925, 30.264538 ], [ 120.3983556, 30.2622438 ] ], [ [ 120.438134, 30.2628504 ], [ 120.4383586, 30.2635654 ] ], [ [ 120.4383586, 30.2635654 ], [ 120.4383728, 30.2636085 ] ], [ [ 120.4383728, 30.2636085 ], [ 120.4384685, 30.2639322 ] ], [ [ 120.4384685, 30.2639322 ], [ 120.4385786, 30.2642641 ] ], [ [ 120.4385786, 30.2642641 ], [ 120.4386556, 30.2645177 ] ], [ [ 120.2477502, 30.2071149 ], [ 120.2499128, 30.2071025 ] ], [ [ 120.244742, 30.2071629 ], [ 120.2477502, 30.2071149 ] ], [ [ 120.2477846, 30.2095371 ], [ 120.2477828, 30.2094127 ] ], [ [ 120.2477828, 30.2094127 ], [ 120.2477648, 30.2081403 ] ], [ [ 120.2477648, 30.2081403 ], [ 120.2477502, 30.2071149 ] ], [ [ 120.2559584, 30.2070089 ], [ 120.256085, 30.208926 ] ], [ [ 120.256085, 30.208926 ], [ 120.256253, 30.2114707 ] ], [ [ 120.2562712, 30.211656 ], [ 120.256253, 30.2114707 ] ], [ [ 120.2562712, 30.211656 ], [ 120.2562132, 30.2121835 ] ], [ [ 120.2562132, 30.2121835 ], [ 120.2559517, 30.2128292 ] ], [ [ 120.2559517, 30.2128292 ], [ 120.255522, 30.21337 ] ], [ [ 120.255522, 30.21337 ], [ 120.2551391, 30.2139269 ] ], [ [ 120.2551391, 30.2139269 ], [ 120.2549896, 30.2144677 ] ], [ [ 120.2549896, 30.2144677 ], [ 120.2549661, 30.2148358 ] ], [ [ 120.2549661, 30.2148358 ], [ 120.2549599, 30.215146 ] ], [ [ 120.2549599, 30.215146 ], [ 120.2549657, 30.2151987 ] ], [ [ 120.2549657, 30.2151987 ], [ 120.2548634, 30.2151987 ] ], [ [ 120.2609716, 30.2151619 ], [ 120.260968, 30.2150835 ], [ 120.2609565, 30.2148441 ] ], [ [ 120.2609716, 30.2151619 ], [ 120.2591315, 30.2151763 ] ], [ [ 120.2591315, 30.2151763 ], [ 120.2562756, 30.2151987 ] ], [ [ 120.2562756, 30.2151987 ], [ 120.2555229, 30.215209 ] ], [ [ 120.2555229, 30.215209 ], [ 120.2552909, 30.2152032 ] ], [ [ 120.2552909, 30.2152032 ], [ 120.2549657, 30.2151987 ] ], [ [ 120.2609944, 30.2182299 ], [ 120.2609716, 30.2151619 ] ], [ [ 120.2551507, 30.2181762 ], [ 120.256545, 30.2181976 ], [ 120.2593575, 30.2182245 ], [ 120.2601818, 30.2182378 ], [ 120.2609944, 30.2182299 ] ], [ [ 120.2609999, 30.2182968 ], [ 120.2609944, 30.2182299 ] ], [ [ 120.2609999, 30.2182968 ], [ 120.2601627, 30.2183012 ], [ 120.2592618, 30.218284 ], [ 120.2581424, 30.2182755 ], [ 120.2569884, 30.2182668 ], [ 120.2554493, 30.218255 ], [ 120.2551522, 30.2182564 ] ], [ [ 120.2495564, 30.2153142 ], [ 120.2497377, 30.2152977 ] ], [ [ 120.2448341, 30.2156978 ], [ 120.2460585, 30.2156326 ] ], [ [ 120.2460585, 30.2156326 ], [ 120.2495564, 30.2153142 ] ], [ [ 120.2447805, 30.2171933 ], [ 120.2457158, 30.2172258 ], [ 120.246199, 30.21726 ], [ 120.247268, 30.2173671 ], [ 120.24891, 30.2175296 ], [ 120.2495609, 30.2175907 ] ], [ [ 120.2548634, 30.2151987 ], [ 120.2525537, 30.2151987 ] ], [ [ 120.2525537, 30.2151987 ], [ 120.2512126, 30.2152221 ] ], [ [ 120.2512126, 30.2152221 ], [ 120.2504155, 30.215236 ] ], [ [ 120.2504155, 30.215236 ], [ 120.2497377, 30.2152977 ] ], [ [ 120.2498478, 30.2195408 ], [ 120.2551548, 30.2205886 ] ], [ [ 120.2551548, 30.2205886 ], [ 120.2552847, 30.2206153 ] ], [ [ 120.2499101, 30.2211516 ], [ 120.2512, 30.2215077 ] ], [ [ 120.2512, 30.2215077 ], [ 120.255283, 30.2228924 ] ], [ [ 120.2609999, 30.2182968 ], [ 120.2610148, 30.2210514 ] ], [ [ 120.2552847, 30.2206153 ], [ 120.2563607, 30.2209263 ] ], [ [ 120.2563607, 30.2209263 ], [ 120.2569853, 30.2210516 ] ], [ [ 120.2569853, 30.2210516 ], [ 120.2582396, 30.2210515 ] ], [ [ 120.2582396, 30.2210515 ], [ 120.2610148, 30.2210514 ] ], [ [ 120.2610148, 30.2210514 ], [ 120.2610234, 30.2226399 ] ], [ [ 120.2610234, 30.2226399 ], [ 120.2610346, 30.2247089 ] ], [ [ 120.2610346, 30.2247089 ], [ 120.2573815, 30.2235311 ] ], [ [ 120.2573815, 30.2235311 ], [ 120.256076, 30.2231364 ] ], [ [ 120.256076, 30.2231364 ], [ 120.2556229, 30.2229952 ] ], [ [ 120.2556229, 30.2229952 ], [ 120.2553965, 30.2229382 ] ], [ [ 120.2610623, 30.2257204 ], [ 120.261036, 30.2249771 ] ], [ [ 120.261036, 30.2249771 ], [ 120.2610346, 30.2247089 ] ], [ [ 120.255283, 30.2228924 ], [ 120.2553965, 30.2229382 ] ], [ [ 120.2551673, 30.2245478 ], [ 120.2544359, 30.2242837 ], [ 120.2541025, 30.2240226 ] ], [ [ 120.2552572, 30.2245748 ], [ 120.2551673, 30.2245478 ] ], [ [ 120.2549141, 30.2257974 ], [ 120.2546949, 30.2257509 ] ], [ [ 120.2546949, 30.2257509 ], [ 120.2542137, 30.2256405 ] ], [ [ 120.2542137, 30.2256405 ], [ 120.2534485, 30.2255155 ] ], [ [ 120.2534485, 30.2255155 ], [ 120.2525427, 30.2253744 ] ], [ [ 120.2525427, 30.2253744 ], [ 120.2510361, 30.2251827 ] ], [ [ 120.2510361, 30.2251827 ], [ 120.2499895, 30.2250212 ] ], [ [ 120.2610615, 30.2262746 ], [ 120.2598911, 30.2260782 ], [ 120.2586417, 30.2257633 ], [ 120.2572367, 30.2253351 ], [ 120.256162, 30.22495 ], [ 120.2555444, 30.224744 ], [ 120.2554937, 30.224725 ], [ 120.2552572, 30.2245748 ] ], [ [ 120.2610623, 30.2257204 ], [ 120.2610674, 30.225864 ] ], [ [ 120.2610623, 30.2257204 ], [ 120.261781, 30.2258642 ], [ 120.2622411, 30.2259467 ], [ 120.2632356, 30.2260752 ], [ 120.2636992, 30.2261149 ], [ 120.2640528, 30.2261493 ] ], [ [ 120.2610778, 30.2261586 ], [ 120.2610674, 30.225864 ] ], [ [ 120.2610778, 30.2261586 ], [ 120.2610615, 30.2262746 ] ], [ [ 120.2609716, 30.2151619 ], [ 120.2610398, 30.215163 ] ], [ [ 120.2610398, 30.215163 ], [ 120.2611246, 30.2151614 ] ], [ [ 120.2611246, 30.2151614 ], [ 120.2632584, 30.2151218 ] ], [ [ 120.2632584, 30.2151218 ], [ 120.2644171, 30.2149828 ] ], [ [ 120.2644171, 30.2149828 ], [ 120.2646248, 30.2149624 ] ], [ [ 120.2646248, 30.2149624 ], [ 120.2648387, 30.2149223 ] ], [ [ 120.2648387, 30.2149223 ], [ 120.2656202, 30.2148439 ] ], [ [ 120.2656202, 30.2148439 ], [ 120.2678047, 30.2145291 ] ], [ [ 120.2678047, 30.2145291 ], [ 120.2698886, 30.2141982 ] ], [ [ 120.2698886, 30.2141982 ], [ 120.2700457, 30.2141729 ] ], [ [ 120.2700457, 30.2141729 ], [ 120.2711044, 30.2139907 ] ], [ [ 120.2649951, 30.218053 ], [ 120.2651849, 30.2180302 ] ], [ [ 120.2609944, 30.2182299 ], [ 120.2610592, 30.2182204 ], [ 120.2614971, 30.2182169 ], [ 120.262082, 30.2181966 ], [ 120.2634454, 30.2181276 ], [ 120.2644468, 30.2180941 ], [ 120.2649951, 30.218053 ] ], [ [ 120.2649796, 30.2181151 ], [ 120.2644465, 30.2181516 ], [ 120.263455, 30.2181719 ], [ 120.2621474, 30.2182509 ], [ 120.2620957, 30.2182531 ], [ 120.2612299, 30.2182904 ], [ 120.2610736, 30.2182947 ], [ 120.2609999, 30.2182968 ] ], [ [ 120.2866572, 30.2179698 ], [ 120.2869808, 30.2198727 ] ], [ [ 120.2869808, 30.2198727 ], [ 120.2871319, 30.220761 ] ], [ [ 120.2871319, 30.220761 ], [ 120.2872478, 30.2213532 ] ], [ [ 120.2872478, 30.2213532 ], [ 120.2876281, 30.2232958 ] ], [ [ 120.2640528, 30.2261493 ], [ 120.2642294, 30.2262566 ] ], [ [ 120.2806772, 30.2246924 ], [ 120.2811533, 30.2270627 ], [ 120.2815398, 30.2290058 ] ], [ [ 120.2813957, 30.229032 ], [ 120.2809684, 30.2270733 ], [ 120.2804838, 30.2247216 ] ], [ [ 120.2813957, 30.229032 ], [ 120.2815398, 30.2290058 ] ], [ [ 120.2815398, 30.2290058 ], [ 120.2817576, 30.229078 ], [ 120.2815815, 30.2291741 ] ], [ [ 120.2815398, 30.2290058 ], [ 120.28156, 30.2291072 ], [ 120.2815815, 30.2291741 ] ], [ [ 120.2814467, 30.2291815 ], [ 120.2814121, 30.2291072 ], [ 120.2813957, 30.229032 ] ], [ [ 120.2815815, 30.2291741 ], [ 120.2814467, 30.2291815 ] ], [ [ 120.276499, 30.2299237 ], [ 120.2813957, 30.229032 ] ], [ [ 120.2814467, 30.2291815 ], [ 120.2765287, 30.2300494 ] ], [ [ 120.2905863, 30.2142651 ], [ 120.2908265, 30.2151891 ], [ 120.290694, 30.2152178 ], [ 120.2904837, 30.2142826 ] ], [ [ 120.3089069, 30.2218928 ], [ 120.3085006, 30.2204355 ] ], [ [ 120.3145562, 30.2210338 ], [ 120.3091366, 30.2218579 ] ], [ [ 120.3149378, 30.2223396 ], [ 120.3145562, 30.2210338 ] ], [ [ 120.304936, 30.2209693 ], [ 120.3052416, 30.2224502 ] ], [ [ 120.3089069, 30.2218928 ], [ 120.3091366, 30.2218579 ] ], [ [ 120.3089069, 30.2218928 ], [ 120.3052416, 30.2224502 ] ], [ [ 120.3091366, 30.2218579 ], [ 120.3095563, 30.2233678 ], [ 120.3094701, 30.223534 ] ], [ [ 120.3094701, 30.223534 ], [ 120.309331, 30.2234141 ], [ 120.3089069, 30.2218928 ] ], [ [ 120.3149378, 30.2223396 ], [ 120.3094701, 30.223534 ] ], [ [ 120.3056301, 30.2243879 ], [ 120.3055766, 30.224082 ] ], [ [ 120.3055766, 30.224082 ], [ 120.3052416, 30.2224502 ] ], [ [ 120.3156577, 30.2247696 ], [ 120.3149378, 30.2223396 ] ], [ [ 120.3094701, 30.223534 ], [ 120.3056301, 30.2243879 ] ], [ [ 120.3035848, 30.2215181 ], [ 120.303521, 30.2211841 ] ], [ [ 120.2992816, 30.2239205 ], [ 120.2996868, 30.2235026 ] ], [ [ 120.2996868, 30.2235026 ], [ 120.3002349, 30.2229373 ] ], [ [ 120.3002349, 30.2229373 ], [ 120.3011618, 30.2222628 ] ], [ [ 120.3011618, 30.2222628 ], [ 120.3022838, 30.2217429 ] ], [ [ 120.3022838, 30.2217429 ], [ 120.3035848, 30.2215181 ] ], [ [ 120.3035848, 30.2215181 ], [ 120.3036758, 30.2218614 ] ], [ [ 120.3036758, 30.2218614 ], [ 120.3043509, 30.2244095 ] ], [ [ 120.3043509, 30.2244095 ], [ 120.304416, 30.2246553 ] ], [ [ 120.304416, 30.2246553 ], [ 120.3005504, 30.225793 ] ], [ [ 120.3005504, 30.225793 ], [ 120.2998225, 30.2260413 ] ], [ [ 120.2998225, 30.2260413 ], [ 120.2997302, 30.2261699 ] ], [ [ 120.2997302, 30.2261699 ], [ 120.2997344, 30.2263593 ] ], [ [ 120.2997344, 30.2263593 ], [ 120.299751, 30.226596 ] ], [ [ 120.299751, 30.226596 ], [ 120.3000893, 30.2287227 ] ], [ [ 120.3000893, 30.2287227 ], [ 120.3002046, 30.2293409 ] ], [ [ 120.3056301, 30.2243879 ], [ 120.304416, 30.2246553 ] ], [ [ 120.3156577, 30.2247696 ], [ 120.3156947, 30.2248946 ] ], [ [ 120.3094701, 30.223534 ], [ 120.3103354, 30.2263356 ] ], [ [ 120.304416, 30.2246553 ], [ 120.3052751, 30.2278376 ] ], [ [ 120.3103354, 30.2263356 ], [ 120.31036, 30.2264634 ] ], [ [ 120.31036, 30.2264634 ], [ 120.3110502, 30.2288913 ] ], [ [ 120.3052877, 30.2279563 ], [ 120.3052751, 30.2278376 ] ], [ [ 120.3021516, 30.2374234 ], [ 120.3038529, 30.2369305 ] ], [ [ 120.3038529, 30.2369305 ], [ 120.3050985, 30.2364398 ] ], [ [ 120.2549141, 30.2257974 ], [ 120.2550511, 30.2258296 ] ], [ [ 120.2640056, 30.2265735 ], [ 120.263724, 30.2266195 ], [ 120.2615014, 30.2263473 ], [ 120.2610615, 30.2262746 ] ], [ [ 120.2604062, 30.2283227 ], [ 120.2597615, 30.2278387 ] ], [ [ 120.2597615, 30.2278387 ], [ 120.2592712, 30.2274891 ] ], [ [ 120.2592712, 30.2274891 ], [ 120.2590584, 30.2273601 ] ], [ [ 120.2590584, 30.2273601 ], [ 120.2588701, 30.2272459 ] ], [ [ 120.2588701, 30.2272459 ], [ 120.2583195, 30.2269695 ] ], [ [ 120.2583195, 30.2269695 ], [ 120.2578513, 30.2267883 ] ], [ [ 120.2578513, 30.2267883 ], [ 120.2562047, 30.2262187 ] ], [ [ 120.2562047, 30.2262187 ], [ 120.2556101, 30.2260245 ] ], [ [ 120.2556101, 30.2260245 ], [ 120.255256, 30.2259028 ] ], [ [ 120.255256, 30.2259028 ], [ 120.2550511, 30.2258296 ] ], [ [ 120.2610615, 30.2262746 ], [ 120.2610478, 30.2263715 ] ], [ [ 120.2610478, 30.2263715 ], [ 120.2610413, 30.2265342 ] ], [ [ 120.2610413, 30.2265342 ], [ 120.2608669, 30.2273741 ] ], [ [ 120.2608669, 30.2273741 ], [ 120.2607202, 30.2277629 ] ], [ [ 120.2607202, 30.2277629 ], [ 120.2604062, 30.2283227 ] ], [ [ 120.2629416, 30.2301695 ], [ 120.2628355, 30.2300576 ] ], [ [ 120.2628355, 30.2300576 ], [ 120.2617898, 30.2293157 ] ], [ [ 120.2617898, 30.2293157 ], [ 120.2604062, 30.2283227 ] ], [ [ 120.2573749, 30.2310274 ], [ 120.2582558, 30.2305169 ] ], [ [ 120.2582558, 30.2305169 ], [ 120.2590123, 30.2300593 ] ], [ [ 120.2590123, 30.2300593 ], [ 120.2593204, 30.2297848 ] ], [ [ 120.2593204, 30.2297848 ], [ 120.2596175, 30.2295201 ] ], [ [ 120.2596175, 30.2295201 ], [ 120.260166, 30.2288828 ] ], [ [ 120.260166, 30.2288828 ], [ 120.2604062, 30.2283227 ] ], [ [ 120.2573749, 30.2310274 ], [ 120.2573301, 30.2310678 ] ], [ [ 120.2520137, 30.2316266 ], [ 120.2519066, 30.2315897 ] ], [ [ 120.2573301, 30.2310678 ], [ 120.2556605, 30.2322283 ] ], [ [ 120.2556605, 30.2322283 ], [ 120.2551394, 30.2325905 ] ], [ [ 120.2551394, 30.2325905 ], [ 120.2547041, 30.2328931 ] ], [ [ 120.2520137, 30.2316266 ], [ 120.2530061, 30.2320906 ] ], [ [ 120.2530061, 30.2320906 ], [ 120.2538724, 30.2325482 ] ], [ [ 120.2538724, 30.2325482 ], [ 120.2543253, 30.2327567 ] ], [ [ 120.2543253, 30.2327567 ], [ 120.2547041, 30.2328931 ] ], [ [ 120.2483132, 30.2303352 ], [ 120.2481823, 30.2302966 ] ], [ [ 120.2483132, 30.2303352 ], [ 120.2503277, 30.2309293 ] ], [ [ 120.2503277, 30.2309293 ], [ 120.2519066, 30.2315897 ] ], [ [ 120.2561833, 30.2348257 ], [ 120.2559996, 30.2343795 ] ], [ [ 120.2559996, 30.2343795 ], [ 120.2558253, 30.2339938 ] ], [ [ 120.2558253, 30.2339938 ], [ 120.2556453, 30.2336654 ] ], [ [ 120.2556453, 30.2336654 ], [ 120.2555584, 30.233569 ] ], [ [ 120.2555584, 30.233569 ], [ 120.2554186, 30.2334137 ] ], [ [ 120.2554186, 30.2334137 ], [ 120.2551139, 30.233146 ] ], [ [ 120.2551139, 30.233146 ], [ 120.2547041, 30.2328931 ] ], [ [ 120.311962, 30.2318218 ], [ 120.3120608, 30.2321177 ] ], [ [ 120.3120608, 30.2321177 ], [ 120.3136184, 30.2350911 ] ], [ [ 120.3136184, 30.2350911 ], [ 120.3136629, 30.2351949 ] ], [ [ 120.3067367, 30.2337094 ], [ 120.3067533, 30.2338014 ] ], [ [ 120.3076237, 30.2354738 ], [ 120.3067533, 30.2338014 ] ], [ [ 120.3050985, 30.2364398 ], [ 120.3042495, 30.2347771 ] ], [ [ 120.2822018, 30.2320604 ], [ 120.2822219, 30.232153 ] ], [ [ 120.2820543, 30.2321953 ], [ 120.2820346, 30.2321043 ] ], [ [ 120.2822219, 30.232153 ], [ 120.2827053, 30.2343773 ], [ 120.2826199, 30.2346548 ], [ 120.2825477, 30.2344727 ], [ 120.2820543, 30.2321953 ] ], [ [ 120.2995523, 30.2386078 ], [ 120.2985805, 30.2369251 ] ], [ [ 120.2995523, 30.2386078 ], [ 120.30172, 30.2376838 ], [ 120.3021859, 30.2374853 ], [ 120.302191, 30.2374831 ] ], [ [ 120.3022544, 30.2375793 ], [ 120.3022493, 30.2375815 ], [ 120.3017911, 30.2377778 ], [ 120.2978914, 30.2394488 ], [ 120.29778, 30.2394966 ] ], [ [ 120.2977607, 30.2393714 ], [ 120.2995523, 30.2386078 ] ], [ [ 120.2976673, 30.2394023 ], [ 120.2977607, 30.2393714 ] ], [ [ 120.29778, 30.2394966 ], [ 120.2976867, 30.2395286 ] ], [ [ 120.3055502, 30.2413089 ], [ 120.3080562, 30.2446591 ], [ 120.3083496, 30.2450024 ], [ 120.3086791, 30.2454463 ], [ 120.3088562, 30.2456692 ] ], [ [ 120.3086687, 30.2457683 ], [ 120.3053851, 30.2414122 ] ], [ [ 120.3156038, 30.2439607 ], [ 120.315531, 30.2438022 ] ], [ [ 120.3158097, 30.2439139 ], [ 120.3158134, 30.244293 ], [ 120.3156187, 30.2439931 ], [ 120.3156038, 30.2439607 ] ], [ [ 120.3088562, 30.2456692 ], [ 120.3089191, 30.2457606 ], [ 120.3089735, 30.2458364 ] ], [ [ 120.3053851, 30.2414122 ], [ 120.3051556, 30.2415427 ] ], [ [ 120.3051556, 30.2415427 ], [ 120.3047207, 30.2417908 ] ], [ [ 120.3047207, 30.2417908 ], [ 120.30431, 30.242025 ] ], [ [ 120.30431, 30.242025 ], [ 120.3039576, 30.2422758 ] ], [ [ 120.3039576, 30.2422758 ], [ 120.3009538, 30.2459421 ] ], [ [ 120.3008749, 30.2460363 ], [ 120.300926, 30.2459761 ] ], [ [ 120.300926, 30.2459761 ], [ 120.3009538, 30.2459421 ] ], [ [ 120.3008749, 30.2460363 ], [ 120.299553, 30.2475947 ] ], [ [ 120.299553, 30.2475947 ], [ 120.296807, 30.2510343 ] ], [ [ 120.296807, 30.2510343 ], [ 120.2960049, 30.2520819 ] ], [ [ 120.2960049, 30.2520819 ], [ 120.2953945, 30.2525919 ] ], [ [ 120.2953945, 30.2525919 ], [ 120.2948577, 30.2529438 ] ], [ [ 120.2948577, 30.2529438 ], [ 120.2941259, 30.2532289 ] ], [ [ 120.2941259, 30.2532289 ], [ 120.2932299, 30.2534531 ] ], [ [ 120.2932299, 30.2534531 ], [ 120.292374, 30.2536281 ] ], [ [ 120.262828, 30.2445511 ], [ 120.2628277, 30.2459757 ] ], [ [ 120.262817, 30.246121 ], [ 120.2628277, 30.2459757 ] ], [ [ 120.2482574, 30.254137 ], [ 120.2481812, 30.2540242 ] ], [ [ 120.262817, 30.246121 ], [ 120.2624721, 30.2511766 ] ], [ [ 120.2624721, 30.2511766 ], [ 120.2624511, 30.2514845 ] ], [ [ 120.2815815, 30.2291741 ], [ 120.2822018, 30.2320604 ] ], [ [ 120.2764402, 30.2299502 ], [ 120.276499, 30.2299237 ] ], [ [ 120.2764641, 30.2300519 ], [ 120.2761909, 30.2300625 ], [ 120.2764402, 30.2299502 ] ], [ [ 120.2765287, 30.2300494 ], [ 120.2764641, 30.2300519 ] ], [ [ 120.2820346, 30.2321043 ], [ 120.2819297, 30.2316202 ], [ 120.2814467, 30.2291815 ] ], [ [ 120.2713271, 30.2956364 ], [ 120.2712776, 30.2957408 ] ], [ [ 120.2746732, 30.2965561 ], [ 120.2746346, 30.2966753 ] ], [ [ 120.2784721, 30.2998923 ], [ 120.2784984, 30.2998178 ] ], [ [ 120.2784984, 30.2998178 ], [ 120.2784831, 30.2997009 ] ], [ [ 120.2784831, 30.2997009 ], [ 120.2784569, 30.2995541 ] ], [ [ 120.2784569, 30.2995541 ], [ 120.2782817, 30.2985465 ] ], [ [ 120.2782817, 30.2985465 ], [ 120.2782572, 30.2984055 ] ], [ [ 120.2782572, 30.2984055 ], [ 120.2781192, 30.297645 ] ], [ [ 120.2781192, 30.297645 ], [ 120.2781539, 30.2975772 ] ], [ [ 120.2781539, 30.2975772 ], [ 120.2781572, 30.2975239 ] ], [ [ 120.2784721, 30.2998923 ], [ 120.278362, 30.2999094 ] ], [ [ 120.278362, 30.2999094 ], [ 120.2766972, 30.300094 ] ], [ [ 120.2766972, 30.300094 ], [ 120.2765927, 30.3000998 ] ], [ [ 120.2765927, 30.3000998 ], [ 120.2744353, 30.3003298 ] ], [ [ 120.2744353, 30.3003298 ], [ 120.2743886, 30.3003348 ] ], [ [ 120.2743886, 30.3003348 ], [ 120.2742641, 30.3003413 ] ], [ [ 120.2784721, 30.2998923 ], [ 120.2788238, 30.3017888 ] ], [ [ 120.2788238, 30.3017888 ], [ 120.2788885, 30.3019937 ] ], [ [ 120.2788885, 30.3019937 ], [ 120.2789211, 30.3021822 ] ], [ [ 120.2789211, 30.3021822 ], [ 120.2789451, 30.3023084 ] ], [ [ 120.2789451, 30.3023084 ], [ 120.2789947, 30.3025601 ] ], [ [ 120.2789947, 30.3025601 ], [ 120.2790941, 30.3030844 ] ], [ [ 120.2665399, 30.2962104 ], [ 120.2658228, 30.2975124 ] ], [ [ 120.2658228, 30.2975124 ], [ 120.2656624, 30.2978007 ] ], [ [ 120.2656624, 30.2978007 ], [ 120.2654784, 30.2981759 ] ], [ [ 120.2654784, 30.2981759 ], [ 120.2653791, 30.2985582 ] ], [ [ 120.2653791, 30.2985582 ], [ 120.2653396, 30.2989069 ] ], [ [ 120.2653396, 30.2989069 ], [ 120.2653461, 30.2992777 ] ], [ [ 120.2653461, 30.2992777 ], [ 120.2654119, 30.2997135 ] ], [ [ 120.2654119, 30.2997135 ], [ 120.265485, 30.300183 ] ], [ [ 120.265485, 30.300183 ], [ 120.2655916, 30.3008796 ] ], [ [ 120.2655916, 30.3008796 ], [ 120.2656269, 30.3011028 ] ], [ [ 120.2656269, 30.3011028 ], [ 120.2656493, 30.301214 ] ], [ [ 120.2699298, 30.300781 ], [ 120.2697504, 30.3007975 ] ], [ [ 120.2697504, 30.3007975 ], [ 120.2683659, 30.3009381 ] ], [ [ 120.2683659, 30.3009381 ], [ 120.2682588, 30.300949 ] ], [ [ 120.2682588, 30.300949 ], [ 120.2681476, 30.3009603 ] ], [ [ 120.2681476, 30.3009603 ], [ 120.2679716, 30.3009782 ] ], [ [ 120.2679716, 30.3009782 ], [ 120.2656493, 30.301214 ] ], [ [ 120.2712776, 30.2957408 ], [ 120.2712546, 30.2957914 ] ], [ [ 120.2712546, 30.2957914 ], [ 120.2711985, 30.2958606 ] ], [ [ 120.2711985, 30.2958606 ], [ 120.270381, 30.2975347 ] ], [ [ 120.270381, 30.2975347 ], [ 120.2701544, 30.2981723 ] ], [ [ 120.2701544, 30.2981723 ], [ 120.2700779, 30.2984622 ] ], [ [ 120.2700779, 30.2984622 ], [ 120.2700146, 30.2989043 ] ], [ [ 120.2700146, 30.2989043 ], [ 120.2700106, 30.2990008 ] ], [ [ 120.2700106, 30.2990008 ], [ 120.2699958, 30.299353 ] ], [ [ 120.2699958, 30.299353 ], [ 120.2699378, 30.3004643 ] ], [ [ 120.2699378, 30.3004643 ], [ 120.2699366, 30.3005655 ] ], [ [ 120.2699366, 30.3005655 ], [ 120.2699438, 30.3006053 ] ], [ [ 120.2699438, 30.3006053 ], [ 120.2699298, 30.300781 ] ], [ [ 120.2746346, 30.2966753 ], [ 120.2746114, 30.2967562 ] ], [ [ 120.2746114, 30.2967562 ], [ 120.2745716, 30.2968071 ] ], [ [ 120.2745716, 30.2968071 ], [ 120.2742499, 30.2976842 ] ], [ [ 120.2742499, 30.2976842 ], [ 120.2741624, 30.2980179 ] ], [ [ 120.2741624, 30.2980179 ], [ 120.274119, 30.2982939 ] ], [ [ 120.274119, 30.2982939 ], [ 120.2741234, 30.2986771 ] ], [ [ 120.2741234, 30.2986771 ], [ 120.274181, 30.2993748 ] ], [ [ 120.274181, 30.2993748 ], [ 120.2742302, 30.2999853 ] ], [ [ 120.2742302, 30.2999853 ], [ 120.2742418, 30.3001186 ] ], [ [ 120.2742418, 30.3001186 ], [ 120.2742497, 30.3001973 ] ], [ [ 120.2742497, 30.3001973 ], [ 120.2742641, 30.3003413 ] ], [ [ 120.2742641, 30.3003413 ], [ 120.2741413, 30.3003441 ] ], [ [ 120.2741413, 30.3003441 ], [ 120.2740738, 30.3003511 ] ], [ [ 120.2740738, 30.3003511 ], [ 120.2728942, 30.3004735 ] ], [ [ 120.2728942, 30.3004735 ], [ 120.2726064, 30.3005006 ] ], [ [ 120.2726064, 30.3005006 ], [ 120.2724988, 30.3005119 ] ], [ [ 120.2724988, 30.3005119 ], [ 120.2701465, 30.3007585 ] ], [ [ 120.2701465, 30.3007585 ], [ 120.2699298, 30.300781 ] ], [ [ 120.2747481, 30.3037533 ], [ 120.2746186, 30.30285 ] ], [ [ 120.2746186, 30.30285 ], [ 120.2745939, 30.3026773 ] ], [ [ 120.2745939, 30.3026773 ], [ 120.2744616, 30.3018118 ] ], [ [ 120.2744616, 30.3018118 ], [ 120.2744447, 30.3017014 ] ], [ [ 120.2744447, 30.3017014 ], [ 120.2743833, 30.3012228 ] ], [ [ 120.2743833, 30.3012228 ], [ 120.27428, 30.3004795 ] ], [ [ 120.27428, 30.3004795 ], [ 120.2742641, 30.3003413 ] ], [ [ 120.2699298, 30.300781 ], [ 120.2699405, 30.3009264 ] ], [ [ 120.2699405, 30.3009264 ], [ 120.2700719, 30.3016676 ] ], [ [ 120.2700719, 30.3016676 ], [ 120.2700871, 30.301769 ] ], [ [ 120.2700871, 30.301769 ], [ 120.2701678, 30.3023075 ] ], [ [ 120.2701678, 30.3023075 ], [ 120.2701786, 30.3023798 ] ], [ [ 120.2701786, 30.3023798 ], [ 120.2702908, 30.3029326 ] ], [ [ 120.2702908, 30.3029326 ], [ 120.2703173, 30.3030634 ] ], [ [ 120.2703173, 30.3030634 ], [ 120.2704893, 30.3039104 ] ], [ [ 120.2704893, 30.3039104 ], [ 120.2705573, 30.3043442 ] ], [ [ 120.2705573, 30.3043442 ], [ 120.2705751, 30.3044577 ] ], [ [ 120.2634049, 30.3014437 ], [ 120.2635216, 30.301461 ] ], [ [ 120.2635216, 30.301461 ], [ 120.2637613, 30.3014362 ] ], [ [ 120.2637613, 30.3014362 ], [ 120.2640884, 30.3013774 ] ], [ [ 120.2640884, 30.3013774 ], [ 120.2648467, 30.3012778 ] ], [ [ 120.2648467, 30.3012778 ], [ 120.2656493, 30.301214 ] ], [ [ 120.2656493, 30.301214 ], [ 120.2658202, 30.3022944 ] ], [ [ 120.2658202, 30.3022944 ], [ 120.2658517, 30.3024934 ] ], [ [ 120.2658517, 30.3024934 ], [ 120.2659499, 30.3031139 ] ], [ [ 120.2659499, 30.3031139 ], [ 120.2659978, 30.3034166 ] ], [ [ 120.2659978, 30.3034166 ], [ 120.266275, 30.3050202 ] ], [ [ 120.266275, 30.3050202 ], [ 120.2662984, 30.3051555 ] ], [ [ 120.2662984, 30.3051555 ], [ 120.2663189, 30.3053617 ] ], [ [ 120.2663244, 30.3054502 ], [ 120.2663189, 30.3053617 ] ], [ [ 120.2497613, 30.256363 ], [ 120.2498299, 30.2564591 ] ], [ [ 120.2564076, 30.293917 ], [ 120.2563469, 30.2939703 ] ], [ [ 120.2563469, 30.2939703 ], [ 120.2562496, 30.2940374 ] ], [ [ 120.2562496, 30.2940374 ], [ 120.2561588, 30.2941 ] ], [ [ 120.2561588, 30.2941 ], [ 120.2559687, 30.2942733 ] ], [ [ 120.2559687, 30.2942733 ], [ 120.2551591, 30.2950262 ] ], [ [ 120.2551591, 30.2950262 ], [ 120.2548708, 30.2952847 ] ], [ [ 120.2548708, 30.2952847 ], [ 120.2543631, 30.2957716 ] ], [ [ 120.2543631, 30.2957716 ], [ 120.254053, 30.2960843 ] ], [ [ 120.2611351, 30.2920728 ], [ 120.2612195, 30.2919281 ] ], [ [ 120.2613988, 30.292023 ], [ 120.2613131, 30.2921543 ] ], [ [ 120.2584377, 30.2912294 ], [ 120.2580103, 30.2918583 ] ], [ [ 120.2580103, 30.2918583 ], [ 120.2575601, 30.2925578 ] ], [ [ 120.2575601, 30.2925578 ], [ 120.2574395, 30.2927218 ] ], [ [ 120.2574395, 30.2927218 ], [ 120.2570129, 30.2933356 ] ], [ [ 120.2570129, 30.2933356 ], [ 120.2568029, 30.2935714 ] ], [ [ 120.2568029, 30.2935714 ], [ 120.2565483, 30.2937987 ] ], [ [ 120.2565483, 30.2937987 ], [ 120.2564076, 30.293917 ] ], [ [ 120.2586496, 30.2952672 ], [ 120.2588726, 30.2950957 ], [ 120.2592983, 30.2946765 ], [ 120.2597971, 30.2940821 ], [ 120.2601703, 30.2936058 ], [ 120.2604332, 30.2931663 ], [ 120.2607291, 30.2926977 ], [ 120.2610537, 30.2921984 ], [ 120.2611351, 30.2920728 ] ], [ [ 120.2613131, 30.2921543 ], [ 120.2612122, 30.2922959 ], [ 120.2609533, 30.2926824 ], [ 120.260606, 30.293266 ], [ 120.2602949, 30.2937218 ], [ 120.2599469, 30.2941616 ], [ 120.2597864, 30.2943568 ], [ 120.2594264, 30.294758 ], [ 120.2590786, 30.2951199 ], [ 120.2587925, 30.2953829 ] ], [ [ 120.2585375, 30.2953555 ], [ 120.2586496, 30.2952672 ] ], [ [ 120.2587925, 30.2953829 ], [ 120.2586865, 30.2954693 ] ], [ [ 120.2607862, 30.2976215 ], [ 120.2609984, 30.2974608 ] ], [ [ 120.2609984, 30.2974608 ], [ 120.2612788, 30.2971981 ] ], [ [ 120.2612788, 30.2971981 ], [ 120.2614192, 30.2970586 ] ], [ [ 120.2614192, 30.2970586 ], [ 120.2616111, 30.296868 ] ], [ [ 120.2616111, 30.296868 ], [ 120.2620284, 30.2962992 ] ], [ [ 120.2620284, 30.2962992 ], [ 120.2621794, 30.2960892 ] ], [ [ 120.2621794, 30.2960892 ], [ 120.2636521, 30.2937092 ] ], [ [ 120.2607312, 30.2976654 ], [ 120.2607862, 30.2976215 ] ], [ [ 120.2469519, 30.291635 ], [ 120.246551, 30.292021 ], [ 120.2461842, 30.2923669 ], [ 120.2460421, 30.2925065 ], [ 120.2456496, 30.2928858 ], [ 120.2453234, 30.2932061 ], [ 120.2450851, 30.2934257 ], [ 120.2449542, 30.293556 ] ], [ [ 120.2502134, 30.2976717 ], [ 120.2504036, 30.2975074 ] ], [ [ 120.2514186, 30.2980931 ], [ 120.25272, 30.2970724 ] ], [ [ 120.25272, 30.2970724 ], [ 120.2538807, 30.2961621 ] ], [ [ 120.2607312, 30.2976654 ], [ 120.260554, 30.2978032 ] ], [ [ 120.260554, 30.2978032 ], [ 120.2603579, 30.2979646 ] ], [ [ 120.2603579, 30.2979646 ], [ 120.2601572, 30.2981312 ] ], [ [ 120.2601572, 30.2981312 ], [ 120.2594042, 30.2987037 ] ], [ [ 120.2594042, 30.2987037 ], [ 120.2589359, 30.2990757 ] ], [ [ 120.2589359, 30.2990757 ], [ 120.258602, 30.2993703 ] ], [ [ 120.258602, 30.2993703 ], [ 120.2579082, 30.2999106 ] ], [ [ 120.2579082, 30.2999106 ], [ 120.257558, 30.3001717 ] ], [ [ 120.2592394, 30.3023149 ], [ 120.2594151, 30.3022874 ], [ 120.2611518, 30.3019234 ], [ 120.2617656, 30.3018043 ] ], [ [ 120.2617793, 30.3018612 ], [ 120.2615966, 30.301898 ], [ 120.2609594, 30.3020198 ], [ 120.2598145, 30.3022576 ], [ 120.2594378, 30.302335 ], [ 120.2592812, 30.3023932 ] ], [ [ 120.2590808, 30.3023537 ], [ 120.2592394, 30.3023149 ] ], [ [ 120.2922216, 30.2536409 ], [ 120.292374, 30.2536281 ] ], [ [ 120.2916304, 30.259086 ], [ 120.2916428, 30.2589828 ] ], [ [ 120.2932553, 30.2618554 ], [ 120.2930348, 30.2618678 ] ], [ [ 120.2916304, 30.259086 ], [ 120.2915246, 30.2601154 ] ], [ [ 120.2915246, 30.2601154 ], [ 120.2915031, 30.2603252 ] ], [ [ 120.2915031, 30.2603252 ], [ 120.2913474, 30.2618401 ] ], [ [ 120.2913474, 30.2618401 ], [ 120.2912914, 30.262385 ] ], [ [ 120.2912914, 30.262385 ], [ 120.2912183, 30.2630998 ] ], [ [ 120.2912183, 30.2630998 ], [ 120.2912317, 30.2635203 ] ], [ [ 120.2912317, 30.2635203 ], [ 120.2912566, 30.2636693 ] ], [ [ 120.2912566, 30.2636693 ], [ 120.291227, 30.2638677 ] ], [ [ 120.291227, 30.2638677 ], [ 120.2910554, 30.2647017 ] ], [ [ 120.2910554, 30.2647017 ], [ 120.2910099, 30.2649311 ] ], [ [ 120.2910099, 30.2649311 ], [ 120.291001, 30.2649761 ] ], [ [ 120.291001, 30.2649761 ], [ 120.2905177, 30.2674141 ] ], [ [ 120.2905177, 30.2674141 ], [ 120.2904926, 30.2675405 ] ], [ [ 120.2904926, 30.2675405 ], [ 120.2903928, 30.268044 ] ], [ [ 120.2903928, 30.268044 ], [ 120.290377, 30.268124 ] ], [ [ 120.290377, 30.268124 ], [ 120.2903635, 30.2681921 ] ], [ [ 120.2903635, 30.2681921 ], [ 120.2903566, 30.2682194 ] ], [ [ 120.2903566, 30.2682194 ], [ 120.2902267, 30.2688775 ] ], [ [ 120.2902267, 30.2688775 ], [ 120.289843, 30.2708179 ] ], [ [ 120.289843, 30.2708179 ], [ 120.2897941, 30.2710394 ] ], [ [ 120.2897941, 30.2710394 ], [ 120.2897081, 30.2714286 ] ], [ [ 120.2897081, 30.2714286 ], [ 120.2896358, 30.2717561 ] ], [ [ 120.2896358, 30.2717561 ], [ 120.2895963, 30.2720519 ] ], [ [ 120.2895963, 30.2720519 ], [ 120.2895936, 30.2721421 ] ], [ [ 120.2895936, 30.2721421 ], [ 120.2896177, 30.2722536 ] ], [ [ 120.2896177, 30.2722536 ], [ 120.2894997, 30.2729393 ] ], [ [ 120.2955652, 30.273289 ], [ 120.2955734, 30.2730141 ] ], [ [ 120.2955734, 30.2730141 ], [ 120.2954355, 30.2719291 ] ], [ [ 120.2954355, 30.2719291 ], [ 120.2953499, 30.2713934 ] ], [ [ 120.2953499, 30.2713934 ], [ 120.2948814, 30.2689207 ] ], [ [ 120.2948814, 30.2689207 ], [ 120.2948161, 30.2686053 ] ], [ [ 120.2948161, 30.2686053 ], [ 120.2942655, 30.2685297 ] ], [ [ 120.2942655, 30.2685297 ], [ 120.2942028, 30.2685038 ] ], [ [ 120.2942028, 30.2685038 ], [ 120.2941677, 30.2684547 ] ], [ [ 120.2941677, 30.2684547 ], [ 120.2941182, 30.2682143 ] ], [ [ 120.2941182, 30.2682143 ], [ 120.2940804, 30.2680682 ] ], [ [ 120.2940804, 30.2680682 ], [ 120.2940103, 30.2679493 ] ], [ [ 120.2940103, 30.2679493 ], [ 120.2938666, 30.2679025 ] ], [ [ 120.2894997, 30.2729393 ], [ 120.2883397, 30.2728539 ] ], [ [ 120.2883397, 30.2728539 ], [ 120.2881693, 30.2728374 ] ], [ [ 120.2881693, 30.2728374 ], [ 120.287634, 30.2728129 ] ], [ [ 120.287634, 30.2728129 ], [ 120.2867531, 30.2727725 ] ], [ [ 120.2867531, 30.2727725 ], [ 120.2862554, 30.2728027 ] ], [ [ 120.2862554, 30.2728027 ], [ 120.2861416, 30.2728096 ] ], [ [ 120.2861416, 30.2728096 ], [ 120.2859586, 30.2728655 ] ], [ [ 120.2859586, 30.2728655 ], [ 120.2858036, 30.2729129 ] ], [ [ 120.2858036, 30.2729129 ], [ 120.2855093, 30.2729502 ] ], [ [ 120.2855093, 30.2729502 ], [ 120.2854494, 30.2729588 ] ], [ [ 120.2854494, 30.2729588 ], [ 120.2854019, 30.272965 ] ], [ [ 120.2851142, 30.272997 ], [ 120.2854019, 30.272965 ] ], [ [ 120.2847336, 30.2752085 ], [ 120.2850139, 30.2752106 ] ], [ [ 120.2850139, 30.2752106 ], [ 120.2850704, 30.2752138 ] ], [ [ 120.2853575, 30.2752243 ], [ 120.2854732, 30.2752244 ] ], [ [ 120.2854732, 30.2752244 ], [ 120.2857381, 30.2752049 ] ], [ [ 120.2850704, 30.2752138 ], [ 120.2853575, 30.2752243 ] ], [ [ 120.3006848, 30.2638012 ], [ 120.3003607, 30.2636707 ] ], [ [ 120.3003607, 30.2636707 ], [ 120.3001702, 30.2635788 ] ], [ [ 120.3001702, 30.2635788 ], [ 120.3001212, 30.2635525 ] ], [ [ 120.3001212, 30.2635525 ], [ 120.299927, 30.2634483 ] ], [ [ 120.299927, 30.2634483 ], [ 120.2997384, 30.2633216 ] ], [ [ 120.2997384, 30.2633216 ], [ 120.2995506, 30.2631834 ] ], [ [ 120.2995506, 30.2631834 ], [ 120.2994684, 30.2631046 ] ], [ [ 120.2994684, 30.2631046 ], [ 120.2993325, 30.2629764 ] ], [ [ 120.2993325, 30.2629764 ], [ 120.2991394, 30.2627571 ] ], [ [ 120.2991394, 30.2627571 ], [ 120.2989418, 30.2624853 ] ], [ [ 120.2989418, 30.2624853 ], [ 120.2988347, 30.262336 ] ], [ [ 120.2988347, 30.262336 ], [ 120.2987889, 30.2622722 ] ], [ [ 120.2987889, 30.2622722 ], [ 120.2983481, 30.261625 ] ], [ [ 120.2983481, 30.261625 ], [ 120.2981235, 30.2612301 ] ], [ [ 120.2981235, 30.2612301 ], [ 120.2977967, 30.2613072 ] ], [ [ 120.2977967, 30.2613072 ], [ 120.297195, 30.2614717 ] ], [ [ 120.297195, 30.2614717 ], [ 120.296861, 30.2615419 ] ], [ [ 120.296861, 30.2615419 ], [ 120.296749, 30.2615625 ] ], [ [ 120.296749, 30.2615625 ], [ 120.2961423, 30.2616479 ] ], [ [ 120.2961423, 30.2616479 ], [ 120.2950405, 30.2617275 ] ], [ [ 120.2950405, 30.2617275 ], [ 120.2945274, 30.2617714 ] ], [ [ 120.2945274, 30.2617714 ], [ 120.2940335, 30.2618099 ] ], [ [ 120.2940335, 30.2618099 ], [ 120.2935318, 30.2618367 ] ], [ [ 120.2935318, 30.2618367 ], [ 120.2932553, 30.2618554 ] ], [ [ 120.3018253, 30.294738 ], [ 120.3017881, 30.2946655 ] ], [ [ 120.3018253, 30.294738 ], [ 120.3018569, 30.2948132 ] ], [ [ 120.3018569, 30.2948132 ], [ 120.301876, 30.2948442 ] ], [ [ 120.301876, 30.2948442 ], [ 120.302217, 30.2956526 ] ], [ [ 120.302217, 30.2956526 ], [ 120.3023997, 30.296095 ] ], [ [ 120.3023997, 30.296095 ], [ 120.3025056, 30.2964448 ] ], [ [ 120.3025056, 30.2964448 ], [ 120.3025756, 30.2967907 ] ], [ [ 120.3025756, 30.2967907 ], [ 120.3026209, 30.2970749 ] ], [ [ 120.3026209, 30.2970749 ], [ 120.3026234, 30.2973964 ] ], [ [ 120.3026234, 30.2973964 ], [ 120.3026195, 30.2978004 ] ], [ [ 120.3026195, 30.2978004 ], [ 120.3025956, 30.2986647 ] ], [ [ 120.3025956, 30.2986647 ], [ 120.3025851, 30.2989597 ] ], [ [ 120.3025851, 30.2989597 ], [ 120.3026353, 30.2993555 ] ], [ [ 120.3026353, 30.2993555 ], [ 120.3028003, 30.3003512 ] ], [ [ 120.3028003, 30.3003512 ], [ 120.3028613, 30.3007065 ] ], [ [ 120.3028613, 30.3007065 ], [ 120.3029395, 30.301123 ] ], [ [ 120.3029395, 30.301123 ], [ 120.3030111, 30.3014084 ] ], [ [ 120.2968052, 30.3008605 ], [ 120.2968322, 30.3015548 ] ], [ [ 120.3030111, 30.3014084 ], [ 120.3030349, 30.3018763 ] ], [ [ 120.2894997, 30.2729393 ], [ 120.2949228, 30.273252 ] ], [ [ 120.2949228, 30.273252 ], [ 120.2955652, 30.273289 ] ], [ [ 120.2955652, 30.273289 ], [ 120.2957135, 30.2753997 ] ], [ [ 120.2903036, 30.3011167 ], [ 120.2904118, 30.3017818 ] ], [ [ 120.3098662, 30.3022339 ], [ 120.3098957, 30.3020428 ] ], [ [ 120.2869053, 30.3018497 ], [ 120.2871336, 30.301698 ], [ 120.2875556, 30.3015794 ], [ 120.2879724, 30.3014852 ], [ 120.2884838, 30.3013669 ], [ 120.2898146, 30.3011738 ], [ 120.2903036, 30.3011167 ] ], [ [ 120.2904118, 30.3017818 ], [ 120.2897721, 30.301869 ], [ 120.2890731, 30.3020126 ], [ 120.2885988, 30.3021104 ], [ 120.2882803, 30.3021608 ], [ 120.2880961, 30.3021779 ], [ 120.2873206, 30.3022416 ], [ 120.2870585, 30.3022536 ], [ 120.2866017, 30.3022228 ] ], [ [ 120.2904118, 30.3017818 ], [ 120.2905164, 30.3031812 ] ], [ [ 120.2905164, 30.3031812 ], [ 120.2905277, 30.3033158 ] ], [ [ 120.2905277, 30.3033158 ], [ 120.2905879, 30.3049539 ] ], [ [ 120.2905879, 30.3049539 ], [ 120.290706, 30.3073939 ] ], [ [ 120.290706, 30.3073939 ], [ 120.2925301, 30.3073135 ], [ 120.2962441, 30.3071937 ], [ 120.2970504, 30.3071753 ], [ 120.2970941, 30.3071734 ], [ 120.2972483, 30.3071667 ] ], [ [ 120.2972576, 30.3073008 ], [ 120.2970541, 30.3073091 ], [ 120.2962515, 30.307321 ], [ 120.2925338, 30.3074426 ], [ 120.2907068, 30.3075001 ] ], [ [ 120.290706, 30.3073939 ], [ 120.2907068, 30.3075001 ] ], [ [ 120.2856952, 30.3075043 ], [ 120.2874503, 30.3074665 ], [ 120.2879465, 30.3074558 ], [ 120.2882398, 30.3074492 ], [ 120.2884488, 30.3074445 ], [ 120.290706, 30.3073939 ] ], [ [ 120.2463564, 30.3008595 ], [ 120.2471107, 30.300164 ] ], [ [ 120.2471107, 30.300164 ], [ 120.248823, 30.2987493 ] ], [ [ 120.248823, 30.2987493 ], [ 120.24893, 30.2986609 ] ], [ [ 120.24893, 30.2986609 ], [ 120.2502134, 30.2976717 ] ], [ [ 120.249188, 30.3029087 ], [ 120.2484245, 30.3023661 ] ], [ [ 120.2484245, 30.3023661 ], [ 120.2475942, 30.3017304 ] ], [ [ 120.2475942, 30.3017304 ], [ 120.2463564, 30.3008595 ] ], [ [ 120.257441, 30.3002812 ], [ 120.2562061, 30.3011903 ] ], [ [ 120.2562061, 30.3011903 ], [ 120.2543873, 30.3025867 ] ], [ [ 120.2553073, 30.3041134 ], [ 120.2550288, 30.3042613 ] ], [ [ 120.2527405, 30.3068247 ], [ 120.2529331, 30.3061836 ] ], [ [ 120.2529331, 30.3061836 ], [ 120.2530128, 30.3059496 ] ], [ [ 120.2530128, 30.3059496 ], [ 120.2532306, 30.3055813 ] ], [ [ 120.2532306, 30.3055813 ], [ 120.2535263, 30.3052581 ] ], [ [ 120.2535263, 30.3052581 ], [ 120.2537627, 30.3050225 ] ], [ [ 120.2537627, 30.3050225 ], [ 120.2539363, 30.3048766 ] ], [ [ 120.2539363, 30.3048766 ], [ 120.254094, 30.3047743 ] ], [ [ 120.254094, 30.3047743 ], [ 120.2550288, 30.3042613 ] ], [ [ 120.2592812, 30.3023932 ], [ 120.2591168, 30.3024269 ] ], [ [ 120.2553073, 30.3041134 ], [ 120.2576247, 30.3030234 ], [ 120.2583617, 30.3026886 ], [ 120.2590808, 30.3023537 ] ], [ [ 120.2591168, 30.3024269 ], [ 120.2581665, 30.3028611 ], [ 120.2574366, 30.3031974 ], [ 120.2569896, 30.3034048 ], [ 120.2563348, 30.3037089 ], [ 120.2557789, 30.303951 ], [ 120.2555316, 30.3040613 ], [ 120.2553073, 30.3041134 ] ], [ [ 120.2663244, 30.3054502 ], [ 120.2663921, 30.3055798 ], [ 120.2665004, 30.3062632 ], [ 120.2665461, 30.3066199 ], [ 120.2665513, 30.3066608 ], [ 120.2666146, 30.3071625 ], [ 120.266707, 30.3078419 ], [ 120.266875, 30.3091065 ], [ 120.2668828, 30.309176 ], [ 120.2668926, 30.3092639 ] ], [ [ 120.2667942, 30.309277 ], [ 120.2667788, 30.3091627 ], [ 120.2667793, 30.3091181 ], [ 120.2666156, 30.3078872 ], [ 120.2665318, 30.3072574 ], [ 120.2662947, 30.3055524 ], [ 120.2663012, 30.3055015 ], [ 120.2663244, 30.3054502 ] ], [ [ 120.2668926, 30.3092639 ], [ 120.2669976, 30.3092716 ], [ 120.2672538, 30.3092904 ], [ 120.2681037, 30.3092586 ], [ 120.268393, 30.3092301 ], [ 120.2684424, 30.3092252 ], [ 120.2689848, 30.3091674 ], [ 120.2693349, 30.3091416 ], [ 120.2713446, 30.3088956 ] ], [ [ 120.2713593, 30.308974 ], [ 120.2697059, 30.3091637 ], [ 120.2689943, 30.3092453 ], [ 120.2681713, 30.3093362 ], [ 120.2676278, 30.3093706 ], [ 120.2669833, 30.309401 ], [ 120.2669084, 30.3094046 ] ], [ [ 120.2667942, 30.309277 ], [ 120.2668926, 30.3092639 ] ], [ [ 120.2527405, 30.3068247 ], [ 120.2526798, 30.307015 ] ], [ [ 120.2569904, 30.3078671 ], [ 120.2570365, 30.307734 ] ], [ [ 120.2526798, 30.307015 ], [ 120.251999, 30.3094575 ] ], [ [ 120.256057, 30.3104443 ], [ 120.2561466, 30.3102565 ], [ 120.2562693, 30.3099168 ], [ 120.256447, 30.3093981 ], [ 120.2566458, 30.3088813 ], [ 120.2568299, 30.3082951 ], [ 120.2569652, 30.3079517 ], [ 120.2569904, 30.3078671 ] ], [ [ 120.2571006, 30.3078851 ], [ 120.2561892, 30.3104368 ] ], [ [ 120.2476263, 30.3077111 ], [ 120.2474881, 30.3076155 ] ], [ [ 120.251999, 30.3094575 ], [ 120.2502012, 30.3089339 ] ], [ [ 120.2502012, 30.3089339 ], [ 120.2496445, 30.30874 ] ], [ [ 120.2496445, 30.30874 ], [ 120.2492261, 30.3085787 ] ], [ [ 120.2492261, 30.3085787 ], [ 120.2490789, 30.308522 ] ], [ [ 120.2490789, 30.308522 ], [ 120.2488462, 30.3084079 ] ], [ [ 120.2488462, 30.3084079 ], [ 120.248576, 30.3082754 ] ], [ [ 120.248576, 30.3082754 ], [ 120.2480702, 30.3080167 ] ], [ [ 120.2480702, 30.3080167 ], [ 120.2478734, 30.307892 ] ], [ [ 120.2478734, 30.307892 ], [ 120.2476263, 30.3077111 ] ], [ [ 120.2570365, 30.307734 ], [ 120.2571281, 30.3073874 ], [ 120.2572761, 30.3069147 ], [ 120.257291, 30.3068669 ], [ 120.257401, 30.3064651 ], [ 120.2574649, 30.3062379 ] ], [ [ 120.2575787, 30.3062784 ], [ 120.2573853, 30.3069069 ], [ 120.2571285, 30.307748 ] ], [ [ 120.2571285, 30.307748 ], [ 120.2571006, 30.3078851 ] ], [ [ 120.2618848, 30.3102756 ], [ 120.2608236, 30.3102863 ] ], [ [ 120.2608236, 30.3102863 ], [ 120.2606973, 30.3102911 ] ], [ [ 120.2606973, 30.3102911 ], [ 120.2600346, 30.3103164 ] ], [ [ 120.2600346, 30.3103164 ], [ 120.2591144, 30.3103411 ] ], [ [ 120.2591144, 30.3103411 ], [ 120.2576467, 30.3104074 ] ], [ [ 120.2576467, 30.3104074 ], [ 120.2576203, 30.3104079 ] ], [ [ 120.2576203, 30.3104079 ], [ 120.2572298, 30.3104158 ] ], [ [ 120.2572298, 30.3104158 ], [ 120.2561892, 30.3104368 ] ], [ [ 120.251999, 30.3094575 ], [ 120.2523301, 30.309625 ] ], [ [ 120.2523301, 30.309625 ], [ 120.2526484, 30.3096968 ] ], [ [ 120.2526484, 30.3096968 ], [ 120.2532111, 30.3098238 ] ], [ [ 120.2532111, 30.3098238 ], [ 120.2536751, 30.3099285 ] ], [ [ 120.2536751, 30.3099285 ], [ 120.2542076, 30.3100473 ] ], [ [ 120.2542076, 30.3100473 ], [ 120.2551234, 30.3102514 ] ], [ [ 120.2551234, 30.3102514 ], [ 120.2552028, 30.3102691 ] ], [ [ 120.2552028, 30.3102691 ], [ 120.2553113, 30.3102933 ] ], [ [ 120.2553113, 30.3102933 ], [ 120.256057, 30.3104443 ] ], [ [ 120.256057, 30.3104443 ], [ 120.2561892, 30.3104368 ] ], [ [ 120.251251, 30.3126046 ], [ 120.251999, 30.3094575 ] ], [ [ 120.2561892, 30.3104368 ], [ 120.2560659, 30.3110586 ], [ 120.2559202, 30.3121774 ], [ 120.2558855, 30.3124438 ], [ 120.2558258, 30.3128353 ] ], [ [ 120.2550717, 30.3145316 ], [ 120.2552348, 30.3141372 ], [ 120.2553596, 30.3137884 ], [ 120.255476, 30.3135017 ], [ 120.2556389, 30.3130634 ], [ 120.2556896, 30.3129228 ], [ 120.2557193, 30.3128369 ], [ 120.2557277, 30.3127657 ], [ 120.2557446, 30.3126762 ], [ 120.2557764, 30.31249 ], [ 120.2558123, 30.3122142 ], [ 120.255861, 30.3118307 ], [ 120.2559012, 30.3114947 ], [ 120.2559371, 30.3111714 ], [ 120.2560091, 30.3106966 ], [ 120.256057, 30.3104443 ] ], [ [ 120.2558258, 30.3128353 ], [ 120.2556085, 30.3134064 ], [ 120.2554251, 30.3139185 ], [ 120.2551862, 30.3145858 ] ], [ [ 120.643714, 30.2465271 ], [ 120.6436551, 30.2466184 ] ], [ [ 120.6540141, 30.2504333 ], [ 120.6540569, 30.2503573 ] ], [ [ 120.6737889, 30.246474 ], [ 120.6737502, 30.2465486 ] ], [ [ 120.6737502, 30.2465486 ], [ 120.6736552, 30.2467317 ] ], [ [ 120.6736552, 30.2467317 ], [ 120.6736147, 30.2469358 ] ], [ [ 120.6736147, 30.2469358 ], [ 120.6735645, 30.2470409 ] ], [ [ 120.6735645, 30.2470409 ], [ 120.6734333, 30.2471997 ] ], [ [ 120.6734333, 30.2471997 ], [ 120.672388, 30.2483954 ] ], [ [ 120.672388, 30.2483954 ], [ 120.6714692, 30.2495643 ] ], [ [ 120.6714692, 30.2495643 ], [ 120.6710086, 30.2501539 ] ], [ [ 120.6710086, 30.2501539 ], [ 120.6698869, 30.2515702 ] ], [ [ 120.6698869, 30.2515702 ], [ 120.6688607, 30.2528751 ] ], [ [ 120.6688607, 30.2528751 ], [ 120.6677176, 30.254347 ] ], [ [ 120.6677176, 30.254347 ], [ 120.6671162, 30.2551242 ] ], [ [ 120.6671162, 30.2551242 ], [ 120.6664927, 30.2559538 ] ], [ [ 120.5358262, 30.2485499 ], [ 120.5359062, 30.2485303 ] ], [ [ 120.5317998, 30.250173 ], [ 120.5353804, 30.2487296 ] ], [ [ 120.5353804, 30.2487296 ], [ 120.5358262, 30.2485499 ] ], [ [ 120.5328829, 30.2521353 ], [ 120.532494, 30.2515722 ] ], [ [ 120.532494, 30.2515722 ], [ 120.532205, 30.2510153 ] ], [ [ 120.532205, 30.2510153 ], [ 120.5317998, 30.250173 ] ], [ [ 120.5317998, 30.250173 ], [ 120.5316439, 30.2502317 ] ], [ [ 120.5316439, 30.2502317 ], [ 120.5315403, 30.2502707 ] ], [ [ 120.5315403, 30.2502707 ], [ 120.5314472, 30.2503057 ] ], [ [ 120.5314472, 30.2503057 ], [ 120.5296573, 30.2509178 ] ], [ [ 120.5296573, 30.2509178 ], [ 120.5291882, 30.2510782 ] ], [ [ 120.5291882, 30.2510782 ], [ 120.5278295, 30.2515429 ] ], [ [ 120.5278295, 30.2515429 ], [ 120.5275098, 30.2515761 ] ], [ [ 120.5275098, 30.2515761 ], [ 120.5249178, 30.2518455 ] ], [ [ 120.5249178, 30.2518455 ], [ 120.5247524, 30.2518627 ] ], [ [ 120.5247524, 30.2518627 ], [ 120.5226061, 30.2521794 ] ], [ [ 120.5226061, 30.2521794 ], [ 120.522523, 30.2521917 ] ], [ [ 120.522523, 30.2521917 ], [ 120.5222618, 30.2522302 ] ], [ [ 120.5222618, 30.2522302 ], [ 120.5222318, 30.2522347 ] ], [ [ 120.5222318, 30.2522347 ], [ 120.5221869, 30.2522413 ] ], [ [ 120.5221869, 30.2522413 ], [ 120.52184, 30.2522851 ] ], [ [ 120.52184, 30.2522851 ], [ 120.5216631, 30.2523074 ] ], [ [ 120.5216631, 30.2523074 ], [ 120.5167971, 30.2529217 ] ], [ [ 120.5167971, 30.2529217 ], [ 120.515477, 30.2530884 ] ], [ [ 120.515477, 30.2530884 ], [ 120.5135218, 30.2533352 ] ], [ [ 120.5135218, 30.2533352 ], [ 120.5131154, 30.2533865 ] ], [ [ 120.5131154, 30.2533865 ], [ 120.512697, 30.2534189 ] ], [ [ 120.512697, 30.2534189 ], [ 120.5120707, 30.2533449 ] ], [ [ 120.5120707, 30.2533449 ], [ 120.5110456, 30.2534463 ] ], [ [ 120.5105598, 30.2535438 ], [ 120.5106323, 30.2535253 ] ], [ [ 120.5106323, 30.2535253 ], [ 120.5107283, 30.253507 ] ], [ [ 120.5107283, 30.253507 ], [ 120.5110456, 30.2534463 ] ], [ [ 120.6663878, 30.2560298 ], [ 120.6664927, 30.2559538 ] ], [ [ 120.5409395, 30.256963 ], [ 120.5409903, 30.2571 ] ], [ [ 120.5409903, 30.2571 ], [ 120.5419991, 30.2587305 ] ], [ [ 120.5419991, 30.2587305 ], [ 120.5426082, 30.2596594 ] ], [ [ 120.5426082, 30.2596594 ], [ 120.5426622, 30.2600978 ] ], [ [ 120.5426622, 30.2600978 ], [ 120.5432078, 30.2608349 ] ], [ [ 120.5432078, 30.2608349 ], [ 120.5441437, 30.262353 ] ], [ [ 120.5441437, 30.262353 ], [ 120.5445752, 30.2629147 ] ], [ [ 120.5445752, 30.2629147 ], [ 120.5452319, 30.2637806 ] ], [ [ 120.5452319, 30.2637806 ], [ 120.5463105, 30.265252 ] ], [ [ 120.5463105, 30.265252 ], [ 120.5470486, 30.2662477 ] ], [ [ 120.555045, 30.2627407 ], [ 120.5549567, 30.2627768 ] ], [ [ 120.5549567, 30.2627768 ], [ 120.5548942, 30.2628024 ] ], [ [ 120.5548942, 30.2628024 ], [ 120.5543942, 30.2629725 ] ], [ [ 120.555045, 30.2627407 ], [ 120.5559367, 30.2624288 ], [ 120.5563665, 30.2623327 ], [ 120.5566232, 30.2622841 ], [ 120.5574412, 30.262255 ], [ 120.5582507, 30.2623133 ], [ 120.5683899, 30.2630288 ], [ 120.5746337, 30.2634747 ], [ 120.5778058, 30.2637013 ], [ 120.5793734, 30.2637999 ], [ 120.5800897, 30.2638447 ], [ 120.5807541, 30.2638537 ], [ 120.5815119, 30.2638358 ], [ 120.5822801, 30.263782 ], [ 120.5830587, 30.2636923 ], [ 120.5838892, 30.2635399 ], [ 120.5859863, 30.2631185 ], [ 120.5866507, 30.2630109 ], [ 120.5874576, 30.262959 ], [ 120.5878794, 30.262957 ], [ 120.5880707, 30.2629938 ] ], [ [ 120.5880707, 30.2629938 ], [ 120.5879786, 30.2630249 ], [ 120.5878714, 30.2630612 ], [ 120.5874556, 30.2630659 ], [ 120.5866456, 30.2631076 ], [ 120.5850953, 30.2633624 ], [ 120.5830514, 30.2637979 ], [ 120.5822414, 30.2638721 ], [ 120.5809915, 30.2639555 ], [ 120.5799615, 30.2639416 ], [ 120.5776012, 30.2637655 ], [ 120.5750048, 30.2635894 ], [ 120.5746256, 30.2635637 ], [ 120.5727491, 30.2634365 ], [ 120.5574229, 30.2623709 ], [ 120.5567363, 30.2623639 ], [ 120.5563876, 30.2623917 ], [ 120.5559719, 30.2624913 ], [ 120.5550881, 30.2627885 ], [ 120.5549914, 30.2628251 ], [ 120.5549124, 30.2628551 ], [ 120.5544189, 30.2630404 ], [ 120.5519414, 30.2639833 ], [ 120.5512592, 30.2642427 ], [ 120.5510968, 30.2642958 ] ], [ [ 120.5510205, 30.2642343 ], [ 120.5517789, 30.2639497 ], [ 120.5526167, 30.2636289 ], [ 120.5543942, 30.2629725 ] ], [ [ 120.5508642, 30.2643042 ], [ 120.5510205, 30.2642343 ] ], [ [ 120.6419121, 30.2709678 ], [ 120.6421115, 30.2706167 ] ], [ [ 120.6421115, 30.2706167 ], [ 120.6421543, 30.2705412 ] ], [ [ 120.6421543, 30.2705412 ], [ 120.6423999, 30.2701088 ] ], [ [ 120.6423999, 30.2701088 ], [ 120.6446145, 30.2664103 ] ], [ [ 120.6446145, 30.2664103 ], [ 120.6446667, 30.2663232 ] ], [ [ 120.6446667, 30.2663232 ], [ 120.6453514, 30.2651574 ] ], [ [ 120.6453514, 30.2651574 ], [ 120.6457239, 30.2645229 ] ], [ [ 120.6457239, 30.2645229 ], [ 120.6469305, 30.2624683 ] ], [ [ 120.6469305, 30.2624683 ], [ 120.6479276, 30.2607678 ] ], [ [ 120.6479276, 30.2607678 ], [ 120.6488376, 30.2592009 ] ], [ [ 120.6488376, 30.2592009 ], [ 120.6495608, 30.2580037 ] ], [ [ 120.6495608, 30.2580037 ], [ 120.6503563, 30.2566711 ] ], [ [ 120.6503563, 30.2566711 ], [ 120.6512483, 30.2551042 ] ], [ [ 120.6512483, 30.2551042 ], [ 120.6524355, 30.2531312 ] ], [ [ 120.6524355, 30.2531312 ], [ 120.6538758, 30.2506793 ] ], [ [ 120.6538758, 30.2506793 ], [ 120.6540141, 30.2504333 ] ], [ [ 120.5959942, 30.2596422 ], [ 120.5956798, 30.2634594 ] ], [ [ 120.5956798, 30.2634594 ], [ 120.594467, 30.2633755 ] ], [ [ 120.594467, 30.2633755 ], [ 120.5921242, 30.2632357 ] ], [ [ 120.5921242, 30.2632357 ], [ 120.5914521, 30.2631956 ] ], [ [ 120.5914521, 30.2631956 ], [ 120.5880707, 30.2629938 ] ], [ [ 120.6663878, 30.2560298 ], [ 120.6653708, 30.2573292 ] ], [ [ 120.6653708, 30.2573292 ], [ 120.6650551, 30.2577291 ] ], [ [ 120.6650551, 30.2577291 ], [ 120.6643374, 30.2586382 ] ], [ [ 120.6643374, 30.2586382 ], [ 120.6641969, 30.258818 ] ], [ [ 120.6641969, 30.258818 ], [ 120.6634162, 30.2598173 ] ], [ [ 120.6634162, 30.2598173 ], [ 120.6625428, 30.2609407 ] ], [ [ 120.6625428, 30.2609407 ], [ 120.6618984, 30.2617652 ] ], [ [ 120.6618984, 30.2617652 ], [ 120.6615107, 30.2622613 ] ], [ [ 120.6615107, 30.2622613 ], [ 120.6610368, 30.2628677 ] ], [ [ 120.6610368, 30.2628677 ], [ 120.6603382, 30.2637611 ] ], [ [ 120.6603382, 30.2637611 ], [ 120.6595974, 30.26471 ] ], [ [ 120.6595974, 30.26471 ], [ 120.6586456, 30.2659197 ] ], [ [ 120.6586456, 30.2659197 ], [ 120.658585, 30.2659968 ] ], [ [ 120.658585, 30.2659968 ], [ 120.6579216, 30.2668409 ] ], [ [ 120.6579216, 30.2668409 ], [ 120.6569749, 30.2680404 ] ], [ [ 120.6569749, 30.2680404 ], [ 120.6565255, 30.2686186 ] ], [ [ 120.6565255, 30.2686186 ], [ 120.6556468, 30.2697492 ] ], [ [ 120.6556468, 30.2697492 ], [ 120.655251, 30.2702563 ] ], [ [ 120.655251, 30.2702563 ], [ 120.6548393, 30.2707592 ] ], [ [ 120.6548393, 30.2707592 ], [ 120.6546401, 30.270988 ] ], [ [ 120.5956798, 30.2634594 ], [ 120.5984195, 30.2636487 ] ], [ [ 120.5984195, 30.2636487 ], [ 120.6019828, 30.263895 ] ], [ [ 120.6235409, 30.281743 ], [ 120.6244147, 30.2802164 ] ], [ [ 120.6244147, 30.2802164 ], [ 120.6261168, 30.2771546 ] ], [ [ 120.6261168, 30.2771546 ], [ 120.6276976, 30.274315 ] ], [ [ 120.6276976, 30.274315 ], [ 120.6291269, 30.2719073 ] ], [ [ 120.6291269, 30.2719073 ], [ 120.6296522, 30.270836 ] ], [ [ 120.6296522, 30.270836 ], [ 120.6297486, 30.2705245 ] ], [ [ 120.6297486, 30.2705245 ], [ 120.6298022, 30.2702469 ] ], [ [ 120.6298022, 30.2702469 ], [ 120.6298022, 30.2701231 ] ], [ [ 120.6298022, 30.2701231 ], [ 120.6298022, 30.269994 ] ], [ [ 120.6298022, 30.269994 ], [ 120.6298808, 30.2698336 ] ], [ [ 120.6298808, 30.2698336 ], [ 120.6301058, 30.2694912 ] ], [ [ 120.6301058, 30.2694912 ], [ 120.6301736, 30.2693771 ] ], [ [ 120.6301736, 30.2693771 ], [ 120.6303165, 30.2692692 ] ], [ [ 120.6303165, 30.2692692 ], [ 120.63047, 30.2691735 ] ], [ [ 120.63047, 30.2691735 ], [ 120.6306129, 30.2690995 ] ], [ [ 120.6306129, 30.2690995 ], [ 120.6314505, 30.2677386 ] ], [ [ 120.6314505, 30.2677386 ], [ 120.6360062, 30.2598166 ] ], [ [ 120.6360062, 30.2598166 ], [ 120.6393396, 30.254058 ] ], [ [ 120.6393396, 30.254058 ], [ 120.6419032, 30.2496212 ] ], [ [ 120.6419032, 30.2496212 ], [ 120.6430575, 30.2476344 ] ], [ [ 120.6430575, 30.2476344 ], [ 120.6436551, 30.2466184 ] ], [ [ 120.5956798, 30.2634594 ], [ 120.595371, 30.267524 ] ], [ [ 120.595371, 30.267524 ], [ 120.5953449, 30.2677559 ] ], [ [ 120.5953449, 30.2677559 ], [ 120.5953384, 30.2678142 ] ], [ [ 120.5953384, 30.2678142 ], [ 120.5953205, 30.2679733 ] ], [ [ 120.5953205, 30.2679733 ], [ 120.5952751, 30.2684749 ] ], [ [ 120.5952751, 30.2684749 ], [ 120.5952646, 30.2685244 ] ], [ [ 120.6081987, 30.2693123 ], [ 120.6082795, 30.2687534 ] ], [ [ 120.6082795, 30.2687534 ], [ 120.608325, 30.268387 ] ], [ [ 120.608325, 30.268387 ], [ 120.6087088, 30.2644567 ] ], [ [ 120.5880381, 30.2680117 ], [ 120.5952646, 30.2685244 ] ], [ [ 120.5110456, 30.2534463 ], [ 120.5110831, 30.2536555 ] ], [ [ 120.5110831, 30.2536555 ], [ 120.5111177, 30.2538487 ] ], [ [ 120.5111177, 30.2538487 ], [ 120.5112325, 30.2544896 ] ], [ [ 120.5112325, 30.2544896 ], [ 120.5111851, 30.254711 ] ], [ [ 120.5111851, 30.254711 ], [ 120.5111252, 30.25499 ] ], [ [ 120.5111252, 30.25499 ], [ 120.5066091, 30.2560053 ] ], [ [ 120.5066091, 30.2560053 ], [ 120.5060362, 30.2561341 ] ], [ [ 120.5060362, 30.2561341 ], [ 120.5059105, 30.2561624 ] ], [ [ 120.5059105, 30.2561624 ], [ 120.5049454, 30.2563749 ] ], [ [ 120.5049454, 30.2563749 ], [ 120.5017161, 30.2570861 ] ], [ [ 120.5017161, 30.2570861 ], [ 120.5012266, 30.257192 ] ], [ [ 120.5012266, 30.257192 ], [ 120.5010915, 30.2572212 ] ], [ [ 120.5010915, 30.2572212 ], [ 120.5009336, 30.2572554 ] ], [ [ 120.5009336, 30.2572554 ], [ 120.5007676, 30.2572912 ] ], [ [ 120.5007676, 30.2572912 ], [ 120.4999161, 30.2574754 ] ], [ [ 120.4999161, 30.2574754 ], [ 120.497547, 30.2579533 ] ], [ [ 120.497547, 30.2579533 ], [ 120.4954823, 30.2583726 ] ], [ [ 120.4954823, 30.2583726 ], [ 120.4933223, 30.2588268 ] ], [ [ 120.4933223, 30.2588268 ], [ 120.4931851, 30.2588556 ] ], [ [ 120.4931851, 30.2588556 ], [ 120.4930567, 30.2588826 ] ], [ [ 120.5409395, 30.256963 ], [ 120.5394263, 30.2573083 ] ], [ [ 120.5394263, 30.2573083 ], [ 120.5376846, 30.2577193 ] ], [ [ 120.5376846, 30.2577193 ], [ 120.5361018, 30.2581154 ] ], [ [ 120.5361018, 30.2581154 ], [ 120.5339982, 30.2585825 ] ], [ [ 120.5339982, 30.2585825 ], [ 120.5329704, 30.2588154 ] ], [ [ 120.5329704, 30.2588154 ], [ 120.5319972, 30.2590556 ] ], [ [ 120.5319972, 30.2590556 ], [ 120.5313048, 30.2592265 ] ], [ [ 120.5313048, 30.2592265 ], [ 120.5294966, 30.2596238 ] ], [ [ 120.5294966, 30.2596238 ], [ 120.5271712, 30.2601718 ] ], [ [ 120.5271712, 30.2601718 ], [ 120.5269502, 30.2602409 ] ], [ [ 120.5470486, 30.2662477 ], [ 120.5441992, 30.2689053 ] ], [ [ 120.5441992, 30.2689053 ], [ 120.5416722, 30.2712475 ] ], [ [ 120.5416722, 30.2712475 ], [ 120.5412172, 30.2716792 ] ], [ [ 120.5412172, 30.2716792 ], [ 120.5399966, 30.2728373 ] ], [ [ 120.5399966, 30.2728373 ], [ 120.5392671, 30.2732913 ] ], [ [ 120.5392671, 30.2732913 ], [ 120.5381834, 30.2738936 ] ], [ [ 120.5381834, 30.2738936 ], [ 120.5375155, 30.2742109 ] ], [ [ 120.5375155, 30.2742109 ], [ 120.5373251, 30.2743013 ] ], [ [ 120.5373251, 30.2743013 ], [ 120.536656, 30.2746043 ] ], [ [ 120.536656, 30.2746043 ], [ 120.5356629, 30.2750659 ] ], [ [ 120.5356629, 30.2750659 ], [ 120.5346966, 30.2755151 ] ], [ [ 120.5346966, 30.2755151 ], [ 120.5336897, 30.2759873 ] ], [ [ 120.5336897, 30.2759873 ], [ 120.5327091, 30.2764298 ] ], [ [ 120.5327091, 30.2764298 ], [ 120.5319016, 30.2768272 ] ], [ [ 120.5319016, 30.2768272 ], [ 120.5318007, 30.2768747 ] ], [ [ 120.5952646, 30.2685244 ], [ 120.6015265, 30.2689065 ] ], [ [ 120.6015265, 30.2689065 ], [ 120.6017582, 30.2689206 ] ], [ [ 120.6081987, 30.2693123 ], [ 120.6017582, 30.2689206 ] ], [ [ 120.6081987, 30.2693123 ], [ 120.6142696, 30.2697092 ] ], [ [ 120.6419121, 30.2709678 ], [ 120.645284, 30.2711984 ] ], [ [ 120.645284, 30.2711984 ], [ 120.6487097, 30.2714596 ] ], [ [ 120.6487097, 30.2714596 ], [ 120.6514811, 30.2716355 ] ], [ [ 120.6514811, 30.2716355 ], [ 120.6527365, 30.271821 ] ], [ [ 120.6527365, 30.271821 ], [ 120.6535904, 30.2719794 ] ], [ [ 120.6546401, 30.270988 ], [ 120.6545267, 30.271058 ] ], [ [ 120.6545267, 30.271058 ], [ 120.6543966, 30.2711127 ] ], [ [ 120.6543966, 30.2711127 ], [ 120.6541341, 30.2712003 ] ], [ [ 120.6541341, 30.2712003 ], [ 120.6538537, 30.2713456 ] ], [ [ 120.6538537, 30.2713456 ], [ 120.6537797, 30.2713909 ] ], [ [ 120.6537797, 30.2713909 ], [ 120.6537162, 30.2714479 ] ], [ [ 120.6537162, 30.2714479 ], [ 120.6536654, 30.2714991 ] ], [ [ 120.6536654, 30.2714991 ], [ 120.6536473, 30.2715424 ] ], [ [ 120.6536473, 30.2715424 ], [ 120.6536222, 30.2716764 ] ], [ [ 120.6536222, 30.2716764 ], [ 120.653596, 30.2718969 ] ], [ [ 120.653596, 30.2718969 ], [ 120.6535904, 30.2719794 ] ], [ [ 120.6538065, 30.2720457 ], [ 120.6540323, 30.2717501 ] ], [ [ 120.6540323, 30.2717501 ], [ 120.6543238, 30.2713811 ] ], [ [ 120.6543238, 30.2713811 ], [ 120.6544285, 30.2712565 ] ], [ [ 120.6544285, 30.2712565 ], [ 120.6546401, 30.270988 ] ], [ [ 120.6538065, 30.2720457 ], [ 120.6535904, 30.2719794 ] ], [ [ 120.6651923, 30.2722494 ], [ 120.6605318, 30.2721163 ] ], [ [ 120.6605318, 30.2721163 ], [ 120.6591452, 30.2721413 ] ], [ [ 120.6591452, 30.2721413 ], [ 120.6590678, 30.2721395 ] ], [ [ 120.6590678, 30.2721395 ], [ 120.654398, 30.2720331 ] ], [ [ 120.654398, 30.2720331 ], [ 120.6539783, 30.2719864 ] ], [ [ 120.6539783, 30.2719864 ], [ 120.6538065, 30.2720457 ] ], [ [ 120.6651923, 30.2722494 ], [ 120.6667522, 30.2722577 ] ], [ [ 120.6667522, 30.2722577 ], [ 120.6678018, 30.2721912 ] ], [ [ 120.6535904, 30.2719794 ], [ 120.6535685, 30.2723019 ] ], [ [ 120.6535685, 30.2723019 ], [ 120.6535399, 30.2723772 ] ], [ [ 120.6535399, 30.2723772 ], [ 120.6534802, 30.2724946 ] ], [ [ 120.6538065, 30.2720457 ], [ 120.6534802, 30.2724946 ] ], [ [ 120.5952646, 30.2685244 ], [ 120.5952296, 30.2686887 ] ], [ [ 120.5952296, 30.2686887 ], [ 120.5951892, 30.2693386 ] ], [ [ 120.5951892, 30.2693386 ], [ 120.5948256, 30.2737878 ] ], [ [ 120.5948256, 30.2737878 ], [ 120.5948111, 30.2739092 ] ], [ [ 120.5948111, 30.2739092 ], [ 120.5948041, 30.2739675 ] ], [ [ 120.5948041, 30.2739675 ], [ 120.5947902, 30.2740844 ] ], [ [ 120.5947902, 30.2740844 ], [ 120.5945609, 30.277067 ] ], [ [ 120.3257538, 30.2399661 ], [ 120.3306203, 30.2392973 ] ], [ [ 120.3255835, 30.2399938 ], [ 120.3257538, 30.2399661 ] ], [ [ 120.3309943, 30.240944 ], [ 120.3310127, 30.241025 ] ], [ [ 120.3310127, 30.241025 ], [ 120.3310385, 30.2411363 ] ], [ [ 120.3325467, 30.245172 ], [ 120.3319216, 30.2440597 ] ], [ [ 120.3319216, 30.2440597 ], [ 120.3317128, 30.2435185 ] ], [ [ 120.3317128, 30.2435185 ], [ 120.3315163, 30.2430304 ] ], [ [ 120.3315163, 30.2430304 ], [ 120.3313443, 30.2424574 ] ], [ [ 120.3313443, 30.2424574 ], [ 120.3310667, 30.2412583 ] ], [ [ 120.3310667, 30.2412583 ], [ 120.3310385, 30.2411363 ] ], [ [ 120.3157333, 30.2437534 ], [ 120.3158097, 30.2439139 ] ], [ [ 120.3325467, 30.245172 ], [ 120.3326529, 30.2453233 ] ], [ [ 120.3344764, 30.2478264 ], [ 120.3326529, 30.2453233 ] ], [ [ 120.3441647, 30.2676295 ], [ 120.3442848, 30.267787 ] ], [ [ 120.3441146, 30.2679149 ], [ 120.3439705, 30.2677564 ] ], [ [ 120.3261426, 30.2834006 ], [ 120.3263155, 30.2836792 ] ], [ [ 120.3263155, 30.2836792 ], [ 120.3263771, 30.2837628 ] ], [ [ 120.3610932, 30.2664619 ], [ 120.361084, 30.266584 ] ], [ [ 120.361084, 30.266584 ], [ 120.3610841, 30.2666441 ] ], [ [ 120.3610841, 30.2666441 ], [ 120.3610863, 30.2675099 ] ], [ [ 120.3610863, 30.2675099 ], [ 120.3610898, 30.267866 ] ], [ [ 120.3610898, 30.267866 ], [ 120.3610901, 30.2678954 ] ], [ [ 120.3610901, 30.2678954 ], [ 120.3610921, 30.2680919 ] ], [ [ 120.3610921, 30.2680919 ], [ 120.3611071, 30.2695986 ] ], [ [ 120.3564038, 30.2664654 ], [ 120.3564075, 30.2665926 ] ], [ [ 120.3564075, 30.2665926 ], [ 120.3563998, 30.2672367 ] ], [ [ 120.3563998, 30.2672367 ], [ 120.3563712, 30.2696264 ] ], [ [ 120.3442848, 30.267787 ], [ 120.3443616, 30.2678678 ], [ 120.3457054, 30.2693612 ], [ 120.34581, 30.2694915 ], [ 120.3458723, 30.2696156 ] ], [ [ 120.3456711, 30.269692 ], [ 120.3456178, 30.2695943 ], [ 120.3455483, 30.269496 ], [ 120.3450482, 30.2689724 ], [ 120.3441899, 30.2679823 ], [ 120.3441146, 30.2679149 ] ], [ [ 120.3421085, 30.2689777 ], [ 120.3416902, 30.2692327 ], [ 120.3413236, 30.2693468 ], [ 120.3412344, 30.2693953 ], [ 120.3411849, 30.2694694 ], [ 120.3411816, 30.269535 ], [ 120.341217, 30.2696461 ] ], [ [ 120.341217, 30.2696461 ], [ 120.3410993, 30.269551 ], [ 120.341, 30.2695179 ], [ 120.3408976, 30.2695208 ], [ 120.3402933, 30.2698145 ], [ 120.3402009, 30.2698488 ], [ 120.3400186, 30.2698518 ] ], [ [ 120.3458723, 30.2696156 ], [ 120.3458984, 30.269768 ], [ 120.3459002, 30.2699442 ], [ 120.3458983, 30.2706539 ], [ 120.3458946, 30.272009 ] ], [ [ 120.341217, 30.2696461 ], [ 120.3420888, 30.2707795 ] ], [ [ 120.3420888, 30.2707795 ], [ 120.3424168, 30.2712226 ] ], [ [ 120.3424168, 30.2712226 ], [ 120.3427794, 30.2717258 ] ], [ [ 120.3427794, 30.2717258 ], [ 120.3429199, 30.2718615 ] ], [ [ 120.3429199, 30.2718615 ], [ 120.3430746, 30.2719644 ] ], [ [ 120.3430746, 30.2719644 ], [ 120.3433222, 30.2720098 ] ], [ [ 120.3433222, 30.2720098 ], [ 120.3436377, 30.2720223 ] ], [ [ 120.3436377, 30.2720223 ], [ 120.3456843, 30.27201 ] ], [ [ 120.3384661, 30.2709328 ], [ 120.3383095, 30.2707633 ] ], [ [ 120.3456843, 30.27201 ], [ 120.3456936, 30.2706552 ], [ 120.3456963, 30.2700334 ], [ 120.3456944, 30.2698195 ], [ 120.3456711, 30.269692 ] ], [ [ 120.3458946, 30.272009 ], [ 120.3486515, 30.2719763 ] ], [ [ 120.3486515, 30.2719763 ], [ 120.349842, 30.2719622 ] ], [ [ 120.349842, 30.2719622 ], [ 120.3505208, 30.2719562 ] ], [ [ 120.3505208, 30.2719562 ], [ 120.3508667, 30.2719343 ] ], [ [ 120.3508667, 30.2719343 ], [ 120.3523435, 30.2717754 ] ], [ [ 120.4386556, 30.2645177 ], [ 120.439106, 30.2644656 ] ], [ [ 120.439106, 30.2644656 ], [ 120.4402882, 30.2642868 ] ], [ [ 120.4402882, 30.2642868 ], [ 120.4409829, 30.2641848 ] ], [ [ 120.4409829, 30.2641848 ], [ 120.4413324, 30.2641354 ] ], [ [ 120.4386556, 30.2645177 ], [ 120.4384628, 30.2645424 ] ], [ [ 120.4384628, 30.2645424 ], [ 120.437495, 30.2646508 ] ], [ [ 120.437495, 30.2646508 ], [ 120.4357485, 30.2648406 ] ], [ [ 120.4499373, 30.2639392 ], [ 120.4525508, 30.2639551 ] ], [ [ 120.4525508, 30.2639551 ], [ 120.4529758, 30.2639577 ] ], [ [ 120.4529758, 30.2639577 ], [ 120.4535181, 30.263961 ] ], [ [ 120.4535181, 30.263961 ], [ 120.4548804, 30.2639693 ] ], [ [ 120.4548804, 30.2639693 ], [ 120.455048, 30.2639703 ] ], [ [ 120.455048, 30.2639703 ], [ 120.4551509, 30.263972 ] ], [ [ 120.4551509, 30.263972 ], [ 120.455371, 30.2639742 ] ], [ [ 120.455371, 30.2639742 ], [ 120.4556792, 30.2639779 ] ], [ [ 120.4556792, 30.2639779 ], [ 120.456137, 30.2639834 ] ], [ [ 120.456137, 30.2639834 ], [ 120.4562706, 30.263985 ] ], [ [ 120.4431099, 30.2638883 ], [ 120.4418626, 30.2640736 ] ], [ [ 120.4418626, 30.2640736 ], [ 120.4413324, 30.2641354 ] ], [ [ 120.4496658, 30.2653547 ], [ 120.4499002, 30.2641326 ] ], [ [ 120.4499002, 30.2641326 ], [ 120.4499373, 30.2639392 ] ], [ [ 120.4496658, 30.2653547 ], [ 120.4524478, 30.2653537 ] ], [ [ 120.4357485, 30.2648406 ], [ 120.4351665, 30.2649417 ] ], [ [ 120.4351665, 30.2649417 ], [ 120.4346558, 30.2650502 ] ], [ [ 120.4346558, 30.2650502 ], [ 120.4336489, 30.2653132 ] ], [ [ 120.4336489, 30.2653132 ], [ 120.4320362, 30.2657164 ] ], [ [ 120.4320362, 30.2657164 ], [ 120.4314263, 30.265865 ] ], [ [ 120.3919934, 30.2672955 ], [ 120.3954925, 30.264538 ] ], [ [ 120.4312831, 30.265974 ], [ 120.4314263, 30.265865 ] ], [ [ 120.4194253, 30.2676047 ], [ 120.4194595, 30.2674881 ] ], [ [ 120.4194595, 30.2674881 ], [ 120.419487, 30.267394 ] ], [ [ 120.419487, 30.267394 ], [ 120.4195454, 30.2671036 ] ], [ [ 120.4195454, 30.2671036 ], [ 120.4195598, 30.2670357 ] ], [ [ 120.4195598, 30.2670357 ], [ 120.4196355, 30.2666461 ] ], [ [ 120.4196355, 30.2666461 ], [ 120.4199198, 30.2652729 ] ], [ [ 120.4199198, 30.2652729 ], [ 120.420124, 30.2643232 ] ], [ [ 120.3983556, 30.2622438 ], [ 120.3985087, 30.2623725 ] ], [ [ 120.3985087, 30.2623725 ], [ 120.3988132, 30.2626394 ] ], [ [ 120.3988132, 30.2626394 ], [ 120.3989027, 30.262756 ] ], [ [ 120.3989027, 30.262756 ], [ 120.3990935, 30.2630049 ] ], [ [ 120.3990935, 30.2630049 ], [ 120.3992946, 30.2634243 ] ], [ [ 120.3992946, 30.2634243 ], [ 120.3995521, 30.2639131 ] ], [ [ 120.3995521, 30.2639131 ], [ 120.3997827, 30.2643425 ] ], [ [ 120.3997827, 30.2643425 ], [ 120.3998954, 30.2645525 ] ], [ [ 120.3998954, 30.2645525 ], [ 120.4005526, 30.2655093 ] ], [ [ 120.4005526, 30.2655093 ], [ 120.4008676, 30.2659386 ] ], [ [ 120.4008676, 30.2659386 ], [ 120.4017408, 30.2671286 ] ], [ [ 120.4017408, 30.2671286 ], [ 120.4019866, 30.2675199 ] ], [ [ 120.4019866, 30.2675199 ], [ 120.4024357, 30.2682349 ] ], [ [ 120.4024357, 30.2682349 ], [ 120.4025385, 30.2683985 ] ], [ [ 120.4025385, 30.2683985 ], [ 120.4025845, 30.2684868 ] ], [ [ 120.4025845, 30.2684868 ], [ 120.4029559, 30.2692002 ] ], [ [ 120.4029559, 30.2692002 ], [ 120.4031181, 30.2695072 ] ], [ [ 120.4031181, 30.2695072 ], [ 120.4032661, 30.2696991 ] ], [ [ 120.4105708, 30.2650548 ], [ 120.4106779, 30.2655718 ] ], [ [ 120.4106779, 30.2655718 ], [ 120.4107225, 30.2658339 ] ], [ [ 120.4107225, 30.2658339 ], [ 120.4108065, 30.2663273 ] ], [ [ 120.4108065, 30.2663273 ], [ 120.4108507, 30.2665874 ] ], [ [ 120.4108507, 30.2665874 ], [ 120.4108631, 30.2666519 ] ], [ [ 120.4108631, 30.2666519 ], [ 120.410873, 30.2667036 ] ], [ [ 120.410873, 30.2667036 ], [ 120.4109294, 30.2669967 ] ], [ [ 120.4109294, 30.2669967 ], [ 120.4109337, 30.2670273 ] ], [ [ 120.4351013, 30.2680132 ], [ 120.4350993, 30.267821 ] ], [ [ 120.4350993, 30.267821 ], [ 120.4351599, 30.2674782 ] ], [ [ 120.4351599, 30.2674782 ], [ 120.4354024, 30.2662232 ] ], [ [ 120.4354024, 30.2662232 ], [ 120.4357485, 30.2648406 ] ], [ [ 120.4312831, 30.265974 ], [ 120.4294889, 30.2664837 ] ], [ [ 120.4294889, 30.2664837 ], [ 120.4281232, 30.2668648 ] ], [ [ 120.4281232, 30.2668648 ], [ 120.4262743, 30.2673608 ] ], [ [ 120.4262743, 30.2673608 ], [ 120.4256651, 30.267535 ] ], [ [ 120.4256651, 30.267535 ], [ 120.4251484, 30.2676688 ] ], [ [ 120.4251484, 30.2676688 ], [ 120.4247964, 30.2677313 ] ], [ [ 120.4247964, 30.2677313 ], [ 120.4244816, 30.2677824 ] ], [ [ 120.4806044, 30.2635298 ], [ 120.4804042, 30.263539 ] ], [ [ 120.4804042, 30.263539 ], [ 120.4770371, 30.2636728 ], [ 120.476857, 30.2635695 ] ], [ [ 120.476857, 30.2635695 ], [ 120.4749837, 30.2636634 ] ], [ [ 120.4749837, 30.2636634 ], [ 120.4730221, 30.2637597 ] ], [ [ 120.4907051, 30.268768 ], [ 120.4906902, 30.2686283 ] ], [ [ 120.4906902, 30.2686283 ], [ 120.490666, 30.2684015 ] ], [ [ 120.490666, 30.2684015 ], [ 120.4906242, 30.2680087 ] ], [ [ 120.4906242, 30.2680087 ], [ 120.4902657, 30.2657784 ] ], [ [ 120.4902657, 30.2657784 ], [ 120.4900088, 30.2641801 ] ], [ [ 120.4900088, 30.2641801 ], [ 120.4899998, 30.2640915 ] ], [ [ 120.4899998, 30.2640915 ], [ 120.4899006, 30.2631175 ] ], [ [ 120.4899006, 30.2631175 ], [ 120.4898581, 30.262899 ] ], [ [ 120.4846215, 30.2632865 ], [ 120.4849153, 30.264643 ] ], [ [ 120.4849153, 30.264643 ], [ 120.4850303, 30.2651744 ] ], [ [ 120.4850303, 30.2651744 ], [ 120.4851452, 30.2657049 ] ], [ [ 120.4851452, 30.2657049 ], [ 120.4852095, 30.266002 ] ], [ [ 120.4852095, 30.266002 ], [ 120.4852639, 30.266253 ] ], [ [ 120.4852639, 30.266253 ], [ 120.4853343, 30.2665779 ] ], [ [ 120.4853343, 30.2665779 ], [ 120.4853834, 30.2668046 ] ], [ [ 120.4853834, 30.2668046 ], [ 120.4855057, 30.2673696 ] ], [ [ 120.4855057, 30.2673696 ], [ 120.485867, 30.2690377 ] ], [ [ 120.4777265, 30.2699546 ], [ 120.477549, 30.268754 ] ], [ [ 120.477549, 30.268754 ], [ 120.4772369, 30.2663064 ] ], [ [ 120.4772369, 30.2663064 ], [ 120.4769813, 30.2644378 ] ], [ [ 120.4769813, 30.2644378 ], [ 120.476857, 30.2635695 ] ], [ [ 120.4907051, 30.268768 ], [ 120.4904498, 30.2687403 ] ], [ [ 120.4904498, 30.2687403 ], [ 120.4904258, 30.2687377 ] ], [ [ 120.4904258, 30.2687377 ], [ 120.4900454, 30.2686965 ] ], [ [ 120.4900454, 30.2686965 ], [ 120.4900079, 30.2686924 ] ], [ [ 120.4900079, 30.2686924 ], [ 120.4893174, 30.2686899 ] ], [ [ 120.4893174, 30.2686899 ], [ 120.4887663, 30.2687206 ] ], [ [ 120.4887663, 30.2687206 ], [ 120.485867, 30.2690377 ] ], [ [ 120.485867, 30.2690377 ], [ 120.4816246, 30.2695382 ] ], [ [ 120.4816246, 30.2695382 ], [ 120.4814037, 30.2695706 ] ], [ [ 120.4814037, 30.2695706 ], [ 120.4779625, 30.2699277 ] ], [ [ 120.4779625, 30.2699277 ], [ 120.4777265, 30.2699546 ] ], [ [ 120.4440579, 30.2679756 ], [ 120.4440941, 30.2676818 ] ], [ [ 120.4440941, 30.2676818 ], [ 120.4441637, 30.2671173 ] ], [ [ 120.4441637, 30.2671173 ], [ 120.4442822, 30.2660854 ] ], [ [ 120.4442822, 30.2660854 ], [ 120.4443084, 30.2659285 ] ], [ [ 120.4443084, 30.2659285 ], [ 120.4443901, 30.265495 ] ], [ [ 120.4443901, 30.265495 ], [ 120.4444628, 30.26497 ] ], [ [ 120.4444628, 30.26497 ], [ 120.4446119, 30.263842 ] ], [ [ 120.4493991, 30.2670894 ], [ 120.4496222, 30.2655819 ] ], [ [ 120.4496222, 30.2655819 ], [ 120.4496658, 30.2653547 ] ], [ [ 120.4496658, 30.2653547 ], [ 120.4467118, 30.2653241 ] ], [ [ 120.4467118, 30.2653241 ], [ 120.4467009, 30.2663147 ] ], [ [ 120.4467009, 30.2663147 ], [ 120.4466914, 30.2671794 ] ], [ [ 120.4466914, 30.2671794 ], [ 120.446687, 30.267585 ] ], [ [ 120.4493991, 30.2670894 ], [ 120.4523762, 30.2665454 ] ], [ [ 120.4523762, 30.2665454 ], [ 120.4548093, 30.2661008 ] ], [ [ 120.4103222, 30.2672156 ], [ 120.4101722, 30.2672225 ] ], [ [ 120.4133636, 30.2673606 ], [ 120.4129699, 30.2673213 ] ], [ [ 120.4129699, 30.2673213 ], [ 120.4122236, 30.2672544 ] ], [ [ 120.4122236, 30.2672544 ], [ 120.4116637, 30.2672239 ] ], [ [ 120.4116637, 30.2672239 ], [ 120.411011, 30.2672013 ] ], [ [ 120.411011, 30.2672013 ], [ 120.4106847, 30.2671987 ] ], [ [ 120.4106847, 30.2671987 ], [ 120.4103222, 30.2672156 ] ], [ [ 120.4155255, 30.2675529 ], [ 120.4152267, 30.267542 ] ], [ [ 120.4152267, 30.267542 ], [ 120.4147618, 30.2675074 ] ], [ [ 120.4147618, 30.2675074 ], [ 120.4140445, 30.267431 ] ], [ [ 120.4140445, 30.267431 ], [ 120.4133636, 30.2673606 ] ], [ [ 120.416005, 30.2675336 ], [ 120.4155255, 30.2675529 ] ], [ [ 120.416005, 30.2675336 ], [ 120.4163052, 30.2675215 ] ], [ [ 120.4163052, 30.2675215 ], [ 120.4164559, 30.2675111 ] ], [ [ 120.4164559, 30.2675111 ], [ 120.4170994, 30.2674916 ] ], [ [ 120.4170994, 30.2674916 ], [ 120.4174763, 30.2674962 ] ], [ [ 120.4174763, 30.2674962 ], [ 120.4194253, 30.2676047 ] ], [ [ 120.4243924, 30.2677877 ], [ 120.4241205, 30.2677987 ] ], [ [ 120.4241205, 30.2677987 ], [ 120.423803, 30.2678062 ] ], [ [ 120.423803, 30.2678062 ], [ 120.4233364, 30.2677855 ] ], [ [ 120.4233364, 30.2677855 ], [ 120.4223645, 30.2677344 ] ], [ [ 120.4223645, 30.2677344 ], [ 120.4211114, 30.2676792 ] ], [ [ 120.4211114, 30.2676792 ], [ 120.4204122, 30.2676458 ] ], [ [ 120.4204122, 30.2676458 ], [ 120.4198661, 30.2676231 ] ], [ [ 120.4198661, 30.2676231 ], [ 120.4194253, 30.2676047 ] ], [ [ 120.4244816, 30.2677824 ], [ 120.4243924, 30.2677877 ] ], [ [ 120.4440579, 30.2679756 ], [ 120.4440522, 30.2679757 ] ], [ [ 120.4440522, 30.2679757 ], [ 120.4435355, 30.2679872 ] ], [ [ 120.4435355, 30.2679872 ], [ 120.4435067, 30.2679878 ] ], [ [ 120.4435067, 30.2679878 ], [ 120.4434483, 30.2679819 ] ], [ [ 120.4434483, 30.2679819 ], [ 120.4427803, 30.2679927 ] ], [ [ 120.4427803, 30.2679927 ], [ 120.4417546, 30.2680093 ] ], [ [ 120.4417546, 30.2680093 ], [ 120.4404032, 30.2680312 ] ], [ [ 120.4404032, 30.2680312 ], [ 120.4377298, 30.2680745 ] ], [ [ 120.4377298, 30.2680745 ], [ 120.4376046, 30.2680726 ] ], [ [ 120.4376046, 30.2680726 ], [ 120.4369232, 30.2680696 ] ], [ [ 120.4369232, 30.2680696 ], [ 120.4364206, 30.2680487 ] ], [ [ 120.4364206, 30.2680487 ], [ 120.4358088, 30.2680222 ] ], [ [ 120.4358088, 30.2680222 ], [ 120.4352825, 30.2679886 ] ], [ [ 120.4352825, 30.2679886 ], [ 120.4351013, 30.2680132 ] ], [ [ 120.4135974, 30.2688704 ], [ 120.4135407, 30.2684545 ] ], [ [ 120.4135407, 30.2684545 ], [ 120.4133981, 30.2676168 ] ], [ [ 120.4133981, 30.2676168 ], [ 120.4133636, 30.2673606 ] ], [ [ 120.4032661, 30.2696991 ], [ 120.4046261, 30.2690936 ] ], [ [ 120.4046261, 30.2690936 ], [ 120.4057594, 30.2686078 ] ], [ [ 120.4057594, 30.2686078 ], [ 120.4071026, 30.2680484 ] ], [ [ 120.4071026, 30.2680484 ], [ 120.4077661, 30.2677728 ] ], [ [ 120.4077661, 30.2677728 ], [ 120.4084473, 30.267539 ] ], [ [ 120.4084473, 30.267539 ], [ 120.408861, 30.2674271 ] ], [ [ 120.408861, 30.2674271 ], [ 120.4092765, 30.2673403 ] ], [ [ 120.4092765, 30.2673403 ], [ 120.4096286, 30.2672771 ] ], [ [ 120.4096286, 30.2672771 ], [ 120.4099212, 30.2672402 ] ], [ [ 120.4099212, 30.2672402 ], [ 120.4101722, 30.2672225 ] ], [ [ 120.4103625, 30.2681654 ], [ 120.4104146, 30.2684109 ], [ 120.4104565, 30.2690214 ] ], [ [ 120.4159366, 30.2687418 ], [ 120.4148044, 30.2688071 ] ], [ [ 120.4148044, 30.2688071 ], [ 120.4135974, 30.2688704 ] ], [ [ 120.4135974, 30.2688704 ], [ 120.4125215, 30.2689268 ] ], [ [ 120.4125215, 30.2689268 ], [ 120.4104565, 30.2690214 ] ], [ [ 120.4104068, 30.2706766 ], [ 120.4103009, 30.2705033 ], [ 120.4102618, 30.2701318 ], [ 120.4102147, 30.2697525 ], [ 120.4101702, 30.2691357 ], [ 120.4101447, 30.2687895 ], [ 120.4101538, 30.268235 ] ], [ [ 120.4135974, 30.2688704 ], [ 120.4136659, 30.2693734 ] ], [ [ 120.4136659, 30.2693734 ], [ 120.4137687, 30.2699898 ] ], [ [ 120.4137687, 30.2699898 ], [ 120.4138365, 30.2704521 ] ], [ [ 120.4104565, 30.2690214 ], [ 120.4105029, 30.2695544 ], [ 120.4105702, 30.2704499 ], [ 120.4105371, 30.2706397 ] ], [ [ 120.4493991, 30.2670894 ], [ 120.446687, 30.267585 ] ], [ [ 120.4440579, 30.2679756 ], [ 120.4447135, 30.267916 ] ], [ [ 120.4447135, 30.267916 ], [ 120.4460867, 30.2676947 ] ], [ [ 120.4460867, 30.2676947 ], [ 120.446687, 30.267585 ] ], [ [ 120.4730221, 30.2637597 ], [ 120.4729413, 30.2649843 ] ], [ [ 120.4729413, 30.2649843 ], [ 120.4729037, 30.2656607 ] ], [ [ 120.4729037, 30.2656607 ], [ 120.472775, 30.2669673 ] ], [ [ 120.472775, 30.2669673 ], [ 120.4726731, 30.2687464 ] ], [ [ 120.4726731, 30.2687464 ], [ 120.4725668, 30.2699922 ] ], [ [ 120.4725668, 30.2699922 ], [ 120.4724585, 30.2713363 ] ], [ [ 120.4724585, 30.2713363 ], [ 120.4723405, 30.2727771 ] ], [ [ 120.4723405, 30.2727771 ], [ 120.472245, 30.2741109 ] ], [ [ 120.472245, 30.2741109 ], [ 120.4722356, 30.2741987 ] ], [ [ 120.4722356, 30.2741987 ], [ 120.4721645, 30.2748591 ] ], [ [ 120.4721645, 30.2748591 ], [ 120.4720883, 30.2759134 ] ], [ [ 120.4720883, 30.2759134 ], [ 120.4720632, 30.2763868 ] ], [ [ 120.4351013, 30.2680132 ], [ 120.4351345, 30.2684018 ] ], [ [ 120.4351345, 30.2684018 ], [ 120.4352099, 30.2699871 ] ], [ [ 120.4352099, 30.2699871 ], [ 120.4352444, 30.27052 ] ], [ [ 120.4352444, 30.27052 ], [ 120.4352727, 30.2710026 ] ], [ [ 120.4352727, 30.2710026 ], [ 120.4353348, 30.2720346 ] ], [ [ 120.4008591, 30.2707832 ], [ 120.4032661, 30.2696991 ] ], [ [ 120.4105371, 30.2706397 ], [ 120.4104987, 30.2708108 ] ], [ [ 120.4104987, 30.2708108 ], [ 120.4104068, 30.2706766 ] ], [ [ 120.4353348, 30.2720346 ], [ 120.4353418, 30.2722083 ] ], [ [ 120.4919738, 30.2750888 ], [ 120.4918017, 30.2741955 ] ], [ [ 120.4918017, 30.2741955 ], [ 120.4916386, 30.2733491 ] ], [ [ 120.4916386, 30.2733491 ], [ 120.4915961, 30.2731282 ] ], [ [ 120.4915961, 30.2731282 ], [ 120.491565, 30.2729667 ] ], [ [ 120.491565, 30.2729667 ], [ 120.4915527, 30.272903 ] ], [ [ 120.4915527, 30.272903 ], [ 120.4914275, 30.2722949 ] ], [ [ 120.4914275, 30.2722949 ], [ 120.4912555, 30.2714594 ] ], [ [ 120.4912555, 30.2714594 ], [ 120.4908232, 30.2696212 ] ], [ [ 120.4908232, 30.2696212 ], [ 120.4907051, 30.268768 ] ], [ [ 120.4874091, 30.2755539 ], [ 120.4873482, 30.2751167 ] ], [ [ 120.4873482, 30.2751167 ], [ 120.4872743, 30.2747561 ] ], [ [ 120.4872743, 30.2747561 ], [ 120.4871937, 30.2744529 ] ], [ [ 120.4871937, 30.2744529 ], [ 120.4871716, 30.2743696 ] ], [ [ 120.4871716, 30.2743696 ], [ 120.4871411, 30.2742429 ] ], [ [ 120.4871411, 30.2742429 ], [ 120.4870282, 30.2737731 ] ], [ [ 120.4870282, 30.2737731 ], [ 120.4869768, 30.2735591 ] ], [ [ 120.4869768, 30.2735591 ], [ 120.4868254, 30.2729291 ] ], [ [ 120.4868254, 30.2729291 ], [ 120.486421, 30.271246 ] ], [ [ 120.486421, 30.271246 ], [ 120.4863328, 30.2708791 ] ], [ [ 120.4863328, 30.2708791 ], [ 120.486266, 30.2705948 ] ], [ [ 120.486266, 30.2705948 ], [ 120.486193, 30.2703101 ] ], [ [ 120.486193, 30.2703101 ], [ 120.4860997, 30.2699458 ] ], [ [ 120.4860997, 30.2699458 ], [ 120.485867, 30.2690377 ] ], [ [ 120.4777265, 30.2699546 ], [ 120.4779045, 30.2711591 ] ], [ [ 120.4779045, 30.2711591 ], [ 120.4780895, 30.2724992 ] ], [ [ 120.4780895, 30.2724992 ], [ 120.4782227, 30.2732064 ] ], [ [ 120.4782227, 30.2732064 ], [ 120.47841, 30.2741803 ] ], [ [ 120.47841, 30.2741803 ], [ 120.4784826, 30.2745558 ] ], [ [ 120.4784826, 30.2745558 ], [ 120.4785643, 30.274978 ] ], [ [ 120.4785643, 30.274978 ], [ 120.4788419, 30.2764047 ] ], [ [ 120.4920101, 30.2752678 ], [ 120.4919738, 30.2750888 ] ], [ [ 120.4353418, 30.2722083 ], [ 120.4354716, 30.2749536 ] ], [ [ 120.4354716, 30.2749536 ], [ 120.4314509, 30.2751653 ] ], [ [ 120.4314509, 30.2751653 ], [ 120.4313198, 30.2751646 ] ], [ [ 120.4248208, 30.2755561 ], [ 120.4271837, 30.2754036 ] ], [ [ 120.4271837, 30.2754036 ], [ 120.4275631, 30.2753821 ] ], [ [ 120.4275631, 30.2753821 ], [ 120.4279985, 30.2753581 ] ], [ [ 120.4279985, 30.2753581 ], [ 120.4292106, 30.2752873 ] ], [ [ 120.4292106, 30.2752873 ], [ 120.4313198, 30.2751646 ] ], [ [ 120.3611301, 30.2719161 ], [ 120.3611071, 30.2695986 ] ], [ [ 120.3526499, 30.2717443 ], [ 120.3523435, 30.2717754 ] ], [ [ 120.3456843, 30.27201 ], [ 120.3458946, 30.272009 ] ], [ [ 120.3410395, 30.27425 ], [ 120.3394771, 30.272281 ] ], [ [ 120.3394771, 30.272281 ], [ 120.3394158, 30.2722037 ] ], [ [ 120.3394158, 30.2722037 ], [ 120.3388874, 30.2714772 ] ], [ [ 120.3388874, 30.2714772 ], [ 120.3388221, 30.2713929 ] ], [ [ 120.3388221, 30.2713929 ], [ 120.3385635, 30.2710586 ] ], [ [ 120.3385635, 30.2710586 ], [ 120.3384661, 30.2709328 ] ], [ [ 120.3458946, 30.272009 ], [ 120.3458943, 30.272755 ], [ 120.3458937, 30.2742442 ] ], [ [ 120.3456788, 30.2742441 ], [ 120.3456823, 30.2727958 ], [ 120.3456843, 30.27201 ] ], [ [ 120.3611301, 30.2719161 ], [ 120.3616022, 30.2719161 ] ], [ [ 120.3616022, 30.2719161 ], [ 120.3620089, 30.2719791 ] ], [ [ 120.3620089, 30.2719791 ], [ 120.3624007, 30.2721214 ] ], [ [ 120.3624007, 30.2721214 ], [ 120.3627594, 30.2723237 ] ], [ [ 120.3627594, 30.2723237 ], [ 120.3637332, 30.2730256 ] ], [ [ 120.3637332, 30.2730256 ], [ 120.364603, 30.2736269 ] ], [ [ 120.3611301, 30.2719161 ], [ 120.3611531, 30.2742176 ] ], [ [ 120.3656558, 30.2725311 ], [ 120.3649379, 30.2732843 ] ], [ [ 120.3649379, 30.2732843 ], [ 120.364603, 30.2736269 ] ], [ [ 120.3565188, 30.2742219 ], [ 120.3611531, 30.2742176 ] ], [ [ 120.3563083, 30.2742224 ], [ 120.3565188, 30.2742219 ] ], [ [ 120.3519814, 30.2742365 ], [ 120.3528974, 30.2742353 ], [ 120.3563083, 30.2742224 ] ], [ [ 120.364603, 30.2736269 ], [ 120.3641252, 30.2741158 ] ], [ [ 120.3641252, 30.2741158 ], [ 120.3634232, 30.2748638 ] ], [ [ 120.3458937, 30.2742442 ], [ 120.3494206, 30.2742398 ], [ 120.349579, 30.2742396 ], [ 120.3502979, 30.2742387 ], [ 120.3519814, 30.2742365 ] ], [ [ 120.3456788, 30.2742441 ], [ 120.3458937, 30.2742442 ] ], [ [ 120.3410395, 30.27425 ], [ 120.3429738, 30.2742475 ], [ 120.3456788, 30.2742441 ] ], [ [ 120.3456941, 30.2744064 ], [ 120.3456788, 30.2742441 ] ], [ [ 120.3458937, 30.2742442 ], [ 120.3458949, 30.2744093 ] ], [ [ 120.3087917, 30.2459423 ], [ 120.3087257, 30.2458346 ], [ 120.3086687, 30.2457683 ] ], [ [ 120.3098957, 30.3020428 ], [ 120.3100325, 30.3014739 ] ], [ [ 120.3100325, 30.3014739 ], [ 120.3101083, 30.3011678 ] ], [ [ 120.3101083, 30.3011678 ], [ 120.3101823, 30.3008814 ] ], [ [ 120.3101823, 30.3008814 ], [ 120.310275, 30.300445 ] ], [ [ 120.310275, 30.300445 ], [ 120.3103144, 30.300278 ] ], [ [ 120.3103144, 30.300278 ], [ 120.3103524, 30.3001021 ] ], [ [ 120.3103524, 30.3001021 ], [ 120.3104039, 30.2999807 ] ], [ [ 120.3104039, 30.2999807 ], [ 120.3104985, 30.299775 ] ], [ [ 120.3104985, 30.299775 ], [ 120.3105451, 30.2996705 ] ], [ [ 120.3105451, 30.2996705 ], [ 120.3106024, 30.2995455 ] ], [ [ 120.3106024, 30.2995455 ], [ 120.3107324, 30.2992557 ] ], [ [ 120.3107324, 30.2992557 ], [ 120.3116372, 30.297526 ] ], [ [ 120.3116372, 30.297526 ], [ 120.3125933, 30.2956791 ] ], [ [ 120.3125933, 30.2956791 ], [ 120.3127742, 30.2953667 ] ], [ [ 120.3127742, 30.2953667 ], [ 120.3128598, 30.2952534 ] ], [ [ 120.3128598, 30.2952534 ], [ 120.3129533, 30.2951814 ] ], [ [ 120.3129533, 30.2951814 ], [ 120.3130832, 30.2951154 ] ], [ [ 120.3130832, 30.2951154 ], [ 120.3137901, 30.2948878 ] ], [ [ 120.3137901, 30.2948878 ], [ 120.3138823, 30.2948569 ] ], [ [ 120.3138823, 30.2948569 ], [ 120.3161781, 30.2940876 ] ], [ [ 120.3161781, 30.2940876 ], [ 120.3164219, 30.2940059 ] ], [ [ 120.3164219, 30.2940059 ], [ 120.316839, 30.2938661 ] ], [ [ 120.316839, 30.2938661 ], [ 120.3198218, 30.292495 ] ], [ [ 120.3611531, 30.2742176 ], [ 120.3611386, 30.274388 ] ], [ [ 120.3563197, 30.2743944 ], [ 120.3563083, 30.2742224 ] ], [ [ 120.3565188, 30.2742219 ], [ 120.3565149, 30.2743972 ] ], [ [ 120.3611386, 30.274388 ], [ 120.3565149, 30.2743972 ] ], [ [ 120.3563197, 30.2743944 ], [ 120.3519551, 30.2743938 ] ], [ [ 120.3565149, 30.2743972 ], [ 120.3563197, 30.2743944 ] ], [ [ 120.3611531, 30.2742176 ], [ 120.3616748, 30.2742037 ], [ 120.36225, 30.2743227 ], [ 120.3627568, 30.2744877 ], [ 120.3631431, 30.274688 ], [ 120.3634232, 30.2748638 ] ], [ [ 120.3633113, 30.2750157 ], [ 120.3631585, 30.2748858 ], [ 120.3628408, 30.2747139 ], [ 120.3624934, 30.2745602 ], [ 120.362163, 30.2744651 ], [ 120.3617097, 30.2743846 ], [ 120.3611386, 30.274388 ] ], [ [ 120.3633113, 30.2750157 ], [ 120.3634232, 30.2748638 ] ], [ [ 120.3610909, 30.2789126 ], [ 120.3610866, 30.2786316 ] ], [ [ 120.3610866, 30.2786316 ], [ 120.3610893, 30.2783409 ] ], [ [ 120.3610893, 30.2783409 ], [ 120.3610856, 30.2764555 ] ], [ [ 120.3610856, 30.2764555 ], [ 120.3610828, 30.2750429 ] ], [ [ 120.3610828, 30.2750429 ], [ 120.3611386, 30.274388 ] ], [ [ 120.3563346, 30.2789246 ], [ 120.356325, 30.2786582 ], [ 120.3563216, 30.2783026 ], [ 120.3563296, 30.2760895 ], [ 120.3563197, 30.2743944 ] ], [ [ 120.3565149, 30.2743972 ], [ 120.3565146, 30.276446 ], [ 120.3565007, 30.278305 ], [ 120.356496, 30.2786675 ], [ 120.356504, 30.2789286 ] ], [ [ 120.3634232, 30.2748638 ], [ 120.3638659, 30.2751564 ], [ 120.3644114, 30.2755213 ], [ 120.3644684, 30.2755594 ], [ 120.3649409, 30.2759125 ], [ 120.3650476, 30.2759922 ], [ 120.3653962, 30.2762765 ], [ 120.3657096, 30.2765728 ], [ 120.3659143, 30.2768396 ], [ 120.3660949, 30.2771315 ], [ 120.3662265, 30.2774508 ], [ 120.3663239, 30.2777727 ], [ 120.3663875, 30.2781473 ], [ 120.3663893, 30.2783154 ], [ 120.3663947, 30.278627 ], [ 120.366395, 30.2788976 ] ], [ [ 120.3662002, 30.2788947 ], [ 120.3661975, 30.2787068 ], [ 120.3661917, 30.2782788 ], [ 120.3661705, 30.2779699 ], [ 120.3661154, 30.2776772 ], [ 120.3659968, 30.277337 ], [ 120.3658443, 30.2770699 ], [ 120.3657045, 30.2768541 ], [ 120.3655181, 30.2766456 ], [ 120.365247, 30.2763858 ], [ 120.3646412, 30.2758773 ], [ 120.3641625, 30.275559 ], [ 120.3633113, 30.2750157 ] ], [ [ 120.3410422, 30.2744113 ], [ 120.3410395, 30.27425 ] ], [ [ 120.3519551, 30.2743938 ], [ 120.3516705, 30.2743938 ], [ 120.3458949, 30.2744093 ] ], [ [ 120.3458949, 30.2744093 ], [ 120.3456941, 30.2744064 ] ], [ [ 120.3456941, 30.2744064 ], [ 120.3437269, 30.2744112 ], [ 120.3410422, 30.2744113 ] ], [ [ 120.3633113, 30.2750157 ], [ 120.3631624, 30.2753361 ] ], [ [ 120.3631624, 30.2753361 ], [ 120.3630965, 30.2755448 ] ], [ [ 120.3630965, 30.2755448 ], [ 120.3630566, 30.2757882 ] ], [ [ 120.3630566, 30.2757882 ], [ 120.3630559, 30.2764598 ] ], [ [ 120.3630559, 30.2764598 ], [ 120.363054, 30.2782853 ] ], [ [ 120.363054, 30.2782853 ], [ 120.3630513, 30.2786397 ] ], [ [ 120.3630513, 30.2786397 ], [ 120.3630514, 30.2789057 ] ], [ [ 120.3456839, 30.2789309 ], [ 120.3456933, 30.2786506 ], [ 120.3457077, 30.2783081 ], [ 120.3456941, 30.2744064 ] ], [ [ 120.3458949, 30.2744093 ], [ 120.3459114, 30.2783099 ], [ 120.3459081, 30.2786521 ], [ 120.3459021, 30.2789425 ] ], [ [ 120.3410304, 30.2789431 ], [ 120.3410303, 30.2786883 ] ], [ [ 120.3410303, 30.2786883 ], [ 120.3410357, 30.2783409 ] ], [ [ 120.3410357, 30.2783409 ], [ 120.3410464, 30.2773217 ] ], [ [ 120.3410464, 30.2773217 ], [ 120.3410422, 30.2744113 ] ], [ [ 120.331402, 30.2763018 ], [ 120.3315129, 30.2764478 ] ], [ [ 120.3315129, 30.2764478 ], [ 120.3343101, 30.280129 ] ], [ [ 120.3343101, 30.280129 ], [ 120.3345461, 30.2804383 ] ], [ [ 120.3345461, 30.2804383 ], [ 120.3346249, 30.2805451 ] ], [ [ 120.4248208, 30.2755561 ], [ 120.4247474, 30.2755634 ] ], [ [ 120.4192244, 30.2761878 ], [ 120.4208125, 30.2758879 ] ], [ [ 120.4208125, 30.2758879 ], [ 120.4219641, 30.2757096 ] ], [ [ 120.4219641, 30.2757096 ], [ 120.4233437, 30.2756072 ] ], [ [ 120.4233437, 30.2756072 ], [ 120.4247474, 30.2755634 ] ], [ [ 120.4440579, 30.2679756 ], [ 120.4440697, 30.2681489 ] ], [ [ 120.4440697, 30.2681489 ], [ 120.4435869, 30.2704006 ] ], [ [ 120.4435869, 30.2704006 ], [ 120.4435739, 30.270465 ] ], [ [ 120.4435739, 30.270465 ], [ 120.4434628, 30.2710152 ] ], [ [ 120.4434628, 30.2710152 ], [ 120.4432744, 30.2719482 ] ], [ [ 120.4432744, 30.2719482 ], [ 120.4432136, 30.2722493 ] ], [ [ 120.4432136, 30.2722493 ], [ 120.4431412, 30.2725031 ] ], [ [ 120.4431412, 30.2725031 ], [ 120.4430061, 30.2727718 ] ], [ [ 120.4430061, 30.2727718 ], [ 120.4428674, 30.2730363 ] ], [ [ 120.4428674, 30.2730363 ], [ 120.4427022, 30.2733813 ] ], [ [ 120.4427022, 30.2733813 ], [ 120.4426213, 30.2735691 ] ], [ [ 120.4426213, 30.2735691 ], [ 120.4423209, 30.2745883 ] ], [ [ 120.4423209, 30.2745883 ], [ 120.4422045, 30.2749372 ] ], [ [ 120.4422045, 30.2749372 ], [ 120.4421304, 30.2750616 ] ], [ [ 120.4421304, 30.2750616 ], [ 120.4420205, 30.2752462 ] ], [ [ 120.4420205, 30.2752462 ], [ 120.4409262, 30.2774328 ] ], [ [ 120.4409262, 30.2774328 ], [ 120.4405399, 30.2783593 ] ], [ [ 120.4405399, 30.2783593 ], [ 120.4403699, 30.2788935 ] ], [ [ 120.4403699, 30.2788935 ], [ 120.4402503, 30.2794248 ] ], [ [ 120.4402503, 30.2794248 ], [ 120.4401484, 30.2798082 ] ], [ [ 120.4401484, 30.2798082 ], [ 120.4401103, 30.2799348 ] ], [ [ 120.4401103, 30.2799348 ], [ 120.4400625, 30.2802517 ] ], [ [ 120.4400625, 30.2802517 ], [ 120.4400454, 30.2804302 ] ], [ [ 120.4400454, 30.2804302 ], [ 120.4400142, 30.2808239 ] ], [ [ 120.4400142, 30.2808239 ], [ 120.4399391, 30.2811759 ] ], [ [ 120.4399391, 30.2811759 ], [ 120.4396772, 30.282042 ] ], [ [ 120.4396772, 30.282042 ], [ 120.4396231, 30.2823085 ] ], [ [ 120.4396231, 30.2823085 ], [ 120.4396334, 30.2825008 ] ], [ [ 120.4396334, 30.2825008 ], [ 120.4397264, 30.2828763 ] ], [ [ 120.4604584, 30.2770744 ], [ 120.4599856, 30.2814349 ] ], [ [ 120.4874314, 30.2757224 ], [ 120.4874091, 30.2755539 ] ], [ [ 120.412377, 30.2765303 ], [ 120.4127764, 30.2765864 ] ], [ [ 120.4124246, 30.276674 ], [ 120.412377, 30.2765303 ] ], [ [ 120.4059933, 30.2767383 ], [ 120.4058623, 30.2768189 ] ], [ [ 120.4788419, 30.2764047 ], [ 120.4788717, 30.2765758 ] ], [ [ 120.4920101, 30.2752678 ], [ 120.492256, 30.2764785 ] ], [ [ 120.492256, 30.2764785 ], [ 120.4925208, 30.2777718 ] ], [ [ 120.4925208, 30.2777718 ], [ 120.4927197, 30.2785607 ] ], [ [ 120.4927197, 30.2785607 ], [ 120.4927656, 30.278767 ] ], [ [ 120.4927656, 30.278767 ], [ 120.4928648, 30.2792479 ] ], [ [ 120.4928648, 30.2792479 ], [ 120.4929711, 30.2795902 ] ], [ [ 120.4929711, 30.2795902 ], [ 120.4931098, 30.2798642 ] ], [ [ 120.4931098, 30.2798642 ], [ 120.4932618, 30.2800811 ] ], [ [ 120.4932618, 30.2800811 ], [ 120.493457, 30.280328 ] ], [ [ 120.493457, 30.280328 ], [ 120.4937813, 30.2806431 ] ], [ [ 120.4884555, 30.281203 ], [ 120.4881599, 30.2801563 ] ], [ [ 120.4881599, 30.2801563 ], [ 120.4880125, 30.2796058 ] ], [ [ 120.4880125, 30.2796058 ], [ 120.4879521, 30.2793707 ] ], [ [ 120.4879521, 30.2793707 ], [ 120.4878436, 30.2788178 ] ], [ [ 120.4878436, 30.2788178 ], [ 120.4877608, 30.278177 ] ], [ [ 120.4877608, 30.278177 ], [ 120.4874314, 30.2757224 ] ], [ [ 120.4127764, 30.2765864 ], [ 120.4128179, 30.2767243 ], [ 120.4129221, 30.2772445 ], [ 120.4132108, 30.2787319 ], [ 120.41333, 30.2793517 ], [ 120.413281, 30.2796053 ] ], [ [ 120.4131389, 30.2795732 ], [ 120.4129755, 30.2792843 ], [ 120.4127935, 30.2782768 ], [ 120.4126648, 30.2776223 ], [ 120.4124246, 30.276674 ] ], [ [ 120.4799067, 30.2821112 ], [ 120.479614, 30.2803698 ] ], [ [ 120.479614, 30.2803698 ], [ 120.4794873, 30.2797005 ] ], [ [ 120.4794873, 30.2797005 ], [ 120.479406, 30.2792878 ] ], [ [ 120.479406, 30.2792878 ], [ 120.4788717, 30.2765758 ] ], [ [ 120.4939316, 30.2808183 ], [ 120.4937813, 30.2806431 ] ], [ [ 120.4246721, 30.277419 ], [ 120.4264849, 30.2777671 ] ], [ [ 120.4264849, 30.2777671 ], [ 120.4270708, 30.2778796 ] ], [ [ 120.4270708, 30.2778796 ], [ 120.426614, 30.279629 ] ], [ [ 120.426614, 30.279629 ], [ 120.4265998, 30.2796783 ] ], [ [ 120.4265998, 30.2796783 ], [ 120.4261493, 30.2813514 ] ], [ [ 120.4261493, 30.2813514 ], [ 120.4261203, 30.2814591 ] ], [ [ 120.4884555, 30.281203 ], [ 120.4885011, 30.2813856 ] ], [ [ 120.5510968, 30.2642958 ], [ 120.5509344, 30.2643423 ] ], [ [ 120.5505107, 30.2644338 ], [ 120.5508642, 30.2643042 ] ], [ [ 120.5509344, 30.2643423 ], [ 120.5505107, 30.2644338 ] ], [ [ 120.5505107, 30.2644338 ], [ 120.5501587, 30.264527 ] ], [ [ 120.5501587, 30.264527 ], [ 120.5495233, 30.2647386 ] ], [ [ 120.5495233, 30.2647386 ], [ 120.5488618, 30.2650073 ] ], [ [ 120.5488618, 30.2650073 ], [ 120.5482762, 30.2653155 ] ], [ [ 120.5482762, 30.2653155 ], [ 120.5477075, 30.265711 ] ], [ [ 120.5477075, 30.265711 ], [ 120.5471634, 30.2661406 ] ], [ [ 120.5471634, 30.2661406 ], [ 120.5470486, 30.2662477 ] ], [ [ 120.5512368, 30.2645478 ], [ 120.5505965, 30.2650903 ] ], [ [ 120.5505965, 30.2650903 ], [ 120.5490388, 30.2664165 ] ], [ [ 120.5490388, 30.2664165 ], [ 120.5479094, 30.2673837 ] ], [ [ 120.5479094, 30.2673837 ], [ 120.5478269, 30.2672851 ] ], [ [ 120.5478269, 30.2672851 ], [ 120.5470486, 30.2662477 ] ], [ [ 120.6073714, 30.2778569 ], [ 120.6076687, 30.2749679 ] ], [ [ 120.6076687, 30.2749679 ], [ 120.6076936, 30.2746464 ] ], [ [ 120.6076936, 30.2746464 ], [ 120.6081987, 30.2693123 ] ], [ [ 120.683346, 30.2764983 ], [ 120.6834437, 30.2762428 ] ], [ [ 120.5873596, 30.276594 ], [ 120.5871877, 30.2765709 ] ], [ [ 120.6419121, 30.2709678 ], [ 120.640976, 30.272513 ] ], [ [ 120.640976, 30.272513 ], [ 120.6394268, 30.2751814 ] ], [ [ 120.6394268, 30.2751814 ], [ 120.6390556, 30.2758208 ] ], [ [ 120.6390556, 30.2758208 ], [ 120.6368132, 30.2796659 ] ], [ [ 120.6368132, 30.2796659 ], [ 120.6351159, 30.2825895 ] ], [ [ 120.5945609, 30.277067 ], [ 120.5873596, 30.276594 ] ], [ [ 120.600617, 30.277468 ], [ 120.5966572, 30.2772174 ] ], [ [ 120.5966572, 30.2772174 ], [ 120.5945609, 30.277067 ] ], [ [ 120.6400871, 30.2721772 ], [ 120.6396351, 30.2728486 ] ], [ [ 120.6396351, 30.2728486 ], [ 120.6395086, 30.2731869 ] ], [ [ 120.6395086, 30.2731869 ], [ 120.6385202, 30.2748993 ] ], [ [ 120.6385202, 30.2748993 ], [ 120.6384298, 30.2749721 ] ], [ [ 120.6384298, 30.2749721 ], [ 120.63755, 30.2765075 ] ], [ [ 120.63755, 30.2765075 ], [ 120.6364531, 30.2784279 ] ], [ [ 120.6364531, 30.2784279 ], [ 120.6353141, 30.2804316 ] ], [ [ 120.6353141, 30.2804316 ], [ 120.6340847, 30.2825445 ] ], [ [ 120.600617, 30.277468 ], [ 120.6009832, 30.2774319 ] ], [ [ 120.6009713, 30.2775619 ], [ 120.600617, 30.277468 ] ], [ [ 120.6009832, 30.2774319 ], [ 120.6013998, 30.277468 ], [ 120.6073714, 30.2778569 ] ], [ [ 120.6073586, 30.2779825 ], [ 120.6009713, 30.2775619 ] ], [ [ 120.533967, 30.2798863 ], [ 120.5349062, 30.2795809 ] ], [ [ 120.5349062, 30.2795809 ], [ 120.535543, 30.2793738 ] ], [ [ 120.535543, 30.2793738 ], [ 120.5361588, 30.2791561 ] ], [ [ 120.5361588, 30.2791561 ], [ 120.5369333, 30.2788822 ] ], [ [ 120.5369333, 30.2788822 ], [ 120.5370879, 30.2788002 ] ], [ [ 120.5370879, 30.2788002 ], [ 120.5371692, 30.2786913 ] ], [ [ 120.5338461, 30.2799285 ], [ 120.533967, 30.2798863 ] ], [ [ 120.5338461, 30.2799285 ], [ 120.5325445, 30.2804125 ] ], [ [ 120.5325445, 30.2804125 ], [ 120.5315425, 30.2807851 ] ], [ [ 120.5315425, 30.2807851 ], [ 120.5307693, 30.2810745 ] ], [ [ 120.6073586, 30.2779825 ], [ 120.607366, 30.2779106 ] ], [ [ 120.607366, 30.2779106 ], [ 120.6073714, 30.2778569 ] ], [ [ 120.6073714, 30.2778569 ], [ 120.6126736, 30.278224 ], [ 120.6136575, 30.2782921 ] ], [ [ 120.6136461, 30.2784217 ], [ 120.6126632, 30.278353 ], [ 120.6073586, 30.2779825 ] ], [ [ 120.6136575, 30.2782921 ], [ 120.6136461, 30.2784217 ] ], [ [ 120.5867385, 30.2815036 ], [ 120.5869754, 30.2796165 ], [ 120.5870007, 30.2793068 ], [ 120.5871877, 30.2765709 ] ], [ [ 120.5873596, 30.276594 ], [ 120.5871133, 30.2793219 ], [ 120.5870883, 30.2796211 ], [ 120.5869452, 30.2809961 ], [ 120.586889, 30.281526 ] ], [ [ 120.683346, 30.2764983 ], [ 120.6848235, 30.2771276 ] ], [ [ 120.6848235, 30.2771276 ], [ 120.6861612, 30.277786 ] ], [ [ 120.6861612, 30.277786 ], [ 120.6875851, 30.278487 ] ], [ [ 120.6875851, 30.278487 ], [ 120.6912578, 30.2803284 ] ], [ [ 120.6912578, 30.2803284 ], [ 120.6923524, 30.2808931 ] ], [ [ 120.6923524, 30.2808931 ], [ 120.6951956, 30.282219 ] ], [ [ 120.5268547, 30.2790753 ], [ 120.5273973, 30.280282 ] ], [ [ 120.5273973, 30.280282 ], [ 120.5277226, 30.2811295 ] ], [ [ 120.5277226, 30.2811295 ], [ 120.5281183, 30.2820668 ] ], [ [ 120.5307693, 30.2810745 ], [ 120.5306563, 30.2811168 ] ], [ [ 120.5281183, 30.2820668 ], [ 120.5306563, 30.2811168 ] ], [ [ 120.5945609, 30.277067 ], [ 120.5943306, 30.2797809 ] ], [ [ 120.5943306, 30.2797809 ], [ 120.5943196, 30.2798921 ] ], [ [ 120.5943196, 30.2798921 ], [ 120.5943138, 30.2799505 ] ], [ [ 120.5943138, 30.2799505 ], [ 120.5943003, 30.2800862 ] ], [ [ 120.5943003, 30.2800862 ], [ 120.5941305, 30.2819786 ] ], [ [ 120.6068724, 30.2827547 ], [ 120.6070623, 30.2809316 ] ], [ [ 120.6070623, 30.2809316 ], [ 120.6070876, 30.2806307 ] ], [ [ 120.6070876, 30.2806307 ], [ 120.6073586, 30.2779825 ] ], [ [ 120.6132755, 30.2831224 ], [ 120.6133225, 30.282458 ] ], [ [ 120.6133225, 30.282458 ], [ 120.6133937, 30.2813125 ] ], [ [ 120.6133937, 30.2813125 ], [ 120.6134189, 30.2810072 ] ], [ [ 120.6134189, 30.2810072 ], [ 120.6136461, 30.2784217 ] ], [ [ 120.6651923, 30.2722494 ], [ 120.6641909, 30.2748606 ] ], [ [ 120.6641909, 30.2748606 ], [ 120.6632568, 30.2772389 ] ], [ [ 120.6632568, 30.2772389 ], [ 120.6624287, 30.2792097 ] ], [ [ 120.6624287, 30.2792097 ], [ 120.6616391, 30.2811638 ] ], [ [ 120.6616391, 30.2811638 ], [ 120.661408, 30.2817043 ] ], [ [ 120.661408, 30.2817043 ], [ 120.660657, 30.2836833 ] ], [ [ 120.660657, 30.2836833 ], [ 120.6594244, 30.2866435 ] ], [ [ 120.6594244, 30.2866435 ], [ 120.6581052, 30.2900941 ] ], [ [ 120.6581052, 30.2900941 ], [ 120.6578838, 30.2901855 ] ], [ [ 120.6578838, 30.2901855 ], [ 120.656632, 30.2901772 ] ], [ [ 120.656632, 30.2901772 ], [ 120.6519237, 30.2901144 ] ], [ [ 120.6519237, 30.2901144 ], [ 120.6516441, 30.2901107 ] ], [ [ 120.6516441, 30.2901107 ], [ 120.6475036, 30.2901273 ] ], [ [ 120.6475036, 30.2901273 ], [ 120.6453303, 30.290115 ] ], [ [ 120.6453303, 30.290115 ], [ 120.6454087, 30.2900156 ] ], [ [ 120.6454087, 30.2900156 ], [ 120.6456092, 30.2897724 ] ], [ [ 120.6456092, 30.2897724 ], [ 120.6456688, 30.2896673 ] ], [ [ 120.6456688, 30.2896673 ], [ 120.6457428, 30.2895107 ] ], [ [ 120.6457428, 30.2895107 ], [ 120.646201, 30.2883814 ] ], [ [ 120.646201, 30.2883814 ], [ 120.646602, 30.2873634 ] ], [ [ 120.646602, 30.2873634 ], [ 120.6469413, 30.2865513 ] ], [ [ 120.6469413, 30.2865513 ], [ 120.6481784, 30.2834663 ] ], [ [ 120.6481784, 30.2834663 ], [ 120.6489057, 30.2816233 ] ], [ [ 120.6489057, 30.2816233 ], [ 120.6493663, 30.2805187 ] ], [ [ 120.6493663, 30.2805187 ], [ 120.6500557, 30.2787964 ] ], [ [ 120.6500557, 30.2787964 ], [ 120.650562, 30.2775477 ] ], [ [ 120.650562, 30.2775477 ], [ 120.6509492, 30.2765985 ] ], [ [ 120.6509492, 30.2765985 ], [ 120.6511891, 30.2759843 ] ], [ [ 120.6511891, 30.2759843 ], [ 120.6514754, 30.2752774 ] ], [ [ 120.6514754, 30.2752774 ], [ 120.6515709, 30.275061 ] ], [ [ 120.6515709, 30.275061 ], [ 120.6516425, 30.2749013 ] ], [ [ 120.6516425, 30.2749013 ], [ 120.651726, 30.2747673 ] ], [ [ 120.651726, 30.2747673 ], [ 120.6518895, 30.2745396 ] ], [ [ 120.6518895, 30.2745396 ], [ 120.6520566, 30.2743242 ] ], [ [ 120.6520566, 30.2743242 ], [ 120.6526187, 30.2736189 ] ], [ [ 120.6526187, 30.2736189 ], [ 120.653158, 30.2729223 ] ], [ [ 120.653158, 30.2729223 ], [ 120.6534802, 30.2724946 ] ], [ [ 120.6161933, 30.2811693 ], [ 120.6176781, 30.281282 ] ], [ [ 120.6176781, 30.281282 ], [ 120.6216092, 30.2815876 ] ], [ [ 120.6216092, 30.2815876 ], [ 120.6228088, 30.2816841 ] ], [ [ 120.6228088, 30.2816841 ], [ 120.6229059, 30.2816919 ] ], [ [ 120.6229059, 30.2816919 ], [ 120.6235409, 30.281743 ] ], [ [ 120.5867385, 30.2815036 ], [ 120.586889, 30.281526 ] ], [ [ 120.5867152, 30.2817374 ], [ 120.5867302, 30.2815701 ], [ 120.5867385, 30.2815036 ] ], [ [ 120.586889, 30.281526 ], [ 120.5868803, 30.2816085 ], [ 120.5868662, 30.2817429 ] ], [ [ 120.5868662, 30.2817429 ], [ 120.5867152, 30.2817374 ] ], [ [ 120.586889, 30.281526 ], [ 120.5872005, 30.2815621 ], [ 120.5941305, 30.2819786 ] ], [ [ 120.5941115, 30.2821898 ], [ 120.5868662, 30.2817429 ] ], [ [ 120.5612395, 30.2795175 ], [ 120.5730558, 30.2803682 ] ], [ [ 120.5730675, 30.280483 ], [ 120.5612264, 30.2796449 ] ], [ [ 120.5430295, 30.2826171 ], [ 120.5446007, 30.2821067 ] ], [ [ 120.544765, 30.2821996 ], [ 120.5430712, 30.2827316 ] ], [ [ 120.5430712, 30.2827316 ], [ 120.5434498, 30.28377 ] ], [ [ 120.5460768, 30.2829415 ], [ 120.5451177, 30.283244 ] ], [ [ 120.5451177, 30.283244 ], [ 120.5434498, 30.28377 ] ], [ [ 120.5941115, 30.2821898 ], [ 120.5941305, 30.2819786 ] ], [ [ 120.6340847, 30.2825445 ], [ 120.6334262, 30.282489 ] ], [ [ 120.6334262, 30.282489 ], [ 120.6319281, 30.2823627 ] ], [ [ 120.6319281, 30.2823627 ], [ 120.6303002, 30.2822553 ] ], [ [ 120.6303002, 30.2822553 ], [ 120.6301828, 30.2822475 ] ], [ [ 120.6301828, 30.2822475 ], [ 120.6290978, 30.282176 ] ], [ [ 120.6290978, 30.282176 ], [ 120.6266343, 30.281927 ] ], [ [ 120.6266343, 30.281927 ], [ 120.6241259, 30.2817778 ] ], [ [ 120.6241259, 30.2817778 ], [ 120.6235409, 30.281743 ] ], [ [ 120.5941305, 30.2819786 ], [ 120.5994816, 30.2823071 ], [ 120.5998143, 30.282355 ], [ 120.6002243, 30.2823788 ] ], [ [ 120.6002096, 30.2825511 ], [ 120.5998082, 30.2824933 ], [ 120.5995987, 30.282504 ], [ 120.5941115, 30.2821898 ] ], [ [ 120.6002243, 30.2823788 ], [ 120.6005293, 30.2823967 ] ], [ [ 120.6834437, 30.2762428 ], [ 120.6818041, 30.2757602 ] ], [ [ 120.6818041, 30.2757602 ], [ 120.6815648, 30.2757761 ] ], [ [ 120.6815648, 30.2757761 ], [ 120.6778514, 30.2748546 ] ], [ [ 120.6778514, 30.2748546 ], [ 120.6775604, 30.2747823 ] ], [ [ 120.6775604, 30.2747823 ], [ 120.6743753, 30.2740112 ] ], [ [ 120.6743753, 30.2740112 ], [ 120.6735192, 30.2737727 ] ], [ [ 120.6735192, 30.2737727 ], [ 120.6732615, 30.2737806 ] ], [ [ 120.6732615, 30.2737806 ], [ 120.6729761, 30.2740907 ] ], [ [ 120.6729761, 30.2740907 ], [ 120.6710062, 30.2771355 ] ], [ [ 120.6710062, 30.2771355 ], [ 120.6695335, 30.2794372 ] ], [ [ 120.6695335, 30.2794372 ], [ 120.6695057, 30.2794807 ] ], [ [ 120.6695057, 30.2794807 ], [ 120.6693124, 30.2796078 ] ], [ [ 120.6693124, 30.2796078 ], [ 120.6692571, 30.2796794 ] ], [ [ 120.6692571, 30.2796794 ], [ 120.6692203, 30.2799656 ] ], [ [ 120.6692203, 30.2799656 ], [ 120.6692848, 30.2803233 ] ], [ [ 120.6692848, 30.2803233 ], [ 120.6692571, 30.2805697 ] ], [ [ 120.6692571, 30.2805697 ], [ 120.6679868, 30.2836223 ] ], [ [ 120.6679868, 30.2836223 ], [ 120.6662194, 30.288042 ] ], [ [ 120.6662194, 30.288042 ], [ 120.6654185, 30.2899894 ] ], [ [ 120.6654185, 30.2899894 ], [ 120.6651976, 30.2903471 ] ], [ [ 120.6651976, 30.2903471 ], [ 120.6651239, 30.2906174 ] ], [ [ 120.6651239, 30.2906174 ], [ 120.6649181, 30.2910516 ] ], [ [ 120.5424467, 30.2808856 ], [ 120.5428951, 30.2822485 ] ], [ [ 120.5428951, 30.2822485 ], [ 120.5430295, 30.2826171 ] ], [ [ 120.5307693, 30.2810745 ], [ 120.5313891, 30.2819291 ], [ 120.531844, 30.2826312 ], [ 120.5318703, 30.2826837 ], [ 120.5321211, 30.2831841 ], [ 120.5321878, 30.2833877 ], [ 120.5322062, 30.2834441 ], [ 120.5323684, 30.2839389 ] ], [ [ 120.5322062, 30.2839862 ], [ 120.5320796, 30.2834798 ], [ 120.5320653, 30.2834224 ], [ 120.5320315, 30.2832872 ], [ 120.5315617, 30.2823764 ], [ 120.5306563, 30.2811168 ] ], [ [ 120.5430295, 30.2826171 ], [ 120.5430712, 30.2827316 ] ], [ [ 120.5359566, 30.2828897 ], [ 120.5358537, 30.2829227 ] ], [ [ 120.5358537, 30.2829227 ], [ 120.5345527, 30.283302 ] ], [ [ 120.5345527, 30.283302 ], [ 120.5328257, 30.2838056 ] ], [ [ 120.5328257, 30.2838056 ], [ 120.532661, 30.2838536 ] ], [ [ 120.532661, 30.2838536 ], [ 120.5323684, 30.2839389 ] ], [ [ 120.6005146, 30.282557 ], [ 120.6002096, 30.2825511 ] ], [ [ 120.6340847, 30.2825445 ], [ 120.6351159, 30.2825895 ] ], [ [ 120.6005293, 30.2823967 ], [ 120.6009543, 30.2824241 ], [ 120.6014227, 30.2824401 ], [ 120.6014934, 30.2824439 ], [ 120.6041719, 30.2825885 ], [ 120.6043805, 30.2825997 ], [ 120.6068724, 30.2827547 ] ], [ [ 120.6068495, 30.282974 ], [ 120.6011145, 30.2826157 ], [ 120.6009112, 30.2825785 ], [ 120.6005146, 30.282557 ] ], [ [ 120.6068495, 30.282974 ], [ 120.6068724, 30.2827547 ] ], [ [ 120.6068724, 30.2827547 ], [ 120.6132755, 30.2831224 ] ], [ [ 120.6351159, 30.2825895 ], [ 120.6385192, 30.2828492 ] ], [ [ 120.6385192, 30.2828492 ], [ 120.6409826, 30.283002 ] ], [ [ 120.6409826, 30.283002 ], [ 120.6437737, 30.2832566 ] ], [ [ 120.6437737, 30.2832566 ], [ 120.6471544, 30.2835621 ] ], [ [ 120.6132613, 30.2833238 ], [ 120.6122248, 30.2832915 ], [ 120.6068495, 30.282974 ] ], [ [ 120.6132755, 30.2831224 ], [ 120.6132613, 30.2833238 ] ], [ [ 120.683346, 30.2764983 ], [ 120.6831693, 30.27696 ] ], [ [ 120.6831693, 30.27696 ], [ 120.6827391, 30.278112 ] ], [ [ 120.6827391, 30.278112 ], [ 120.6823291, 30.2792041 ] ], [ [ 120.6823291, 30.2792041 ], [ 120.6820779, 30.2799447 ] ], [ [ 120.6820779, 30.2799447 ], [ 120.6818874, 30.2803985 ] ], [ [ 120.6818874, 30.2803985 ], [ 120.6814629, 30.2814981 ] ], [ [ 120.6814629, 30.2814981 ], [ 120.6810674, 30.2826051 ] ], [ [ 120.6810674, 30.2826051 ], [ 120.68077, 30.2833431 ] ], [ [ 120.68077, 30.2833431 ], [ 120.6806516, 30.2836822 ] ], [ [ 120.6806516, 30.2836822 ], [ 120.6804148, 30.2842856 ] ], [ [ 120.6804148, 30.2842856 ], [ 120.6802329, 30.2847793 ] ], [ [ 120.6802329, 30.2847793 ], [ 120.6799009, 30.2857068 ] ], [ [ 120.6799009, 30.2857068 ], [ 120.6795197, 30.2866717 ] ], [ [ 120.6795197, 30.2866717 ], [ 120.6786248, 30.2890863 ] ], [ [ 120.6786248, 30.2890863 ], [ 120.6782615, 30.2900356 ] ], [ [ 120.6782615, 30.2900356 ], [ 120.6778743, 30.2910777 ] ], [ [ 120.5868662, 30.2817429 ], [ 120.5866152, 30.284131 ], [ 120.5864529, 30.2857175 ], [ 120.5864142, 30.2863659 ] ], [ [ 120.586304, 30.2863753 ], [ 120.5863818, 30.2851848 ], [ 120.5865119, 30.2840105 ], [ 120.5867152, 30.2817374 ] ], [ [ 120.5941115, 30.2821898 ], [ 120.5940194, 30.2832161 ] ], [ [ 120.5940194, 30.2832161 ], [ 120.593778, 30.2861576 ] ], [ [ 120.593778, 30.2861576 ], [ 120.5937149, 30.2868815 ] ], [ [ 120.5288894, 30.2849327 ], [ 120.5288258, 30.2845546 ] ], [ [ 120.5288258, 30.2845546 ], [ 120.528776, 30.2842581 ] ], [ [ 120.528776, 30.2842581 ], [ 120.5287704, 30.2842247 ] ], [ [ 120.5287704, 30.2842247 ], [ 120.5286379, 30.2836151 ] ], [ [ 120.5286379, 30.2836151 ], [ 120.5284723, 30.2828532 ] ], [ [ 120.5284723, 30.2828532 ], [ 120.5281183, 30.2820668 ] ], [ [ 120.5322062, 30.2839862 ], [ 120.5323684, 30.2839389 ] ], [ [ 120.5288894, 30.2849327 ], [ 120.5322062, 30.2839862 ] ], [ [ 120.5323684, 30.2839389 ], [ 120.5328154, 30.2865649 ] ], [ [ 120.5326808, 30.2866017 ], [ 120.5322062, 30.2839862 ] ], [ [ 120.5288894, 30.2849327 ], [ 120.5251706, 30.2859697 ] ], [ [ 120.5251706, 30.2859697 ], [ 120.52475, 30.2859932 ] ], [ [ 120.52475, 30.2859932 ], [ 120.5242699, 30.2859142 ] ], [ [ 120.6139609, 30.2882533 ], [ 120.6140099, 30.2882432 ] ], [ [ 120.6140099, 30.2882432 ], [ 120.6141028, 30.2882309 ] ], [ [ 120.6141028, 30.2882309 ], [ 120.6155992, 30.2883789 ] ], [ [ 120.6155992, 30.2883789 ], [ 120.6156625, 30.2883821 ] ], [ [ 120.6156625, 30.2883821 ], [ 120.6178022, 30.2884902 ] ], [ [ 120.6178022, 30.2884902 ], [ 120.6180244, 30.2885076 ] ], [ [ 120.6180244, 30.2885076 ], [ 120.6184588, 30.2884967 ] ], [ [ 120.6184588, 30.2884967 ], [ 120.6188199, 30.2884095 ] ], [ [ 120.6188199, 30.2884095 ], [ 120.6189714, 30.2883811 ] ], [ [ 120.6189714, 30.2883811 ], [ 120.6190648, 30.2883898 ] ], [ [ 120.6190648, 30.2883898 ], [ 120.6191583, 30.2884138 ] ], [ [ 120.6191583, 30.2884138 ], [ 120.6193931, 30.288464 ] ], [ [ 120.6193931, 30.288464 ], [ 120.6195093, 30.2884923 ] ], [ [ 120.6195093, 30.2884923 ], [ 120.6195901, 30.2884989 ] ], [ [ 120.6195901, 30.2884989 ], [ 120.619681, 30.2884814 ] ], [ [ 120.619681, 30.2884814 ], [ 120.6197644, 30.28844 ] ], [ [ 120.6197644, 30.28844 ], [ 120.6198325, 30.2883201 ] ], [ [ 120.6198325, 30.2883201 ], [ 120.6213439, 30.2856377 ] ], [ [ 120.6213439, 30.2856377 ], [ 120.6235409, 30.281743 ] ], [ [ 120.606354, 30.287731 ], [ 120.6068495, 30.282974 ] ], [ [ 120.6128306, 30.288156 ], [ 120.6131014, 30.2855854 ] ], [ [ 120.6131014, 30.2855854 ], [ 120.6132613, 30.2833238 ] ], [ [ 120.6340847, 30.2825445 ], [ 120.6327288, 30.2848708 ] ], [ [ 120.6327288, 30.2848708 ], [ 120.6320237, 30.286125 ] ], [ [ 120.6320237, 30.286125 ], [ 120.631192, 30.287452 ] ], [ [ 120.631192, 30.287452 ], [ 120.630734, 30.2882378 ] ], [ [ 120.630734, 30.2882378 ], [ 120.6302277, 30.2890288 ] ], [ [ 120.6302277, 30.2890288 ], [ 120.6302277, 30.2892057 ] ], [ [ 120.6302277, 30.2892057 ], [ 120.6305492, 30.2892449 ] ], [ [ 120.6305492, 30.2892449 ], [ 120.6309217, 30.2892817 ] ], [ [ 120.6309217, 30.2892817 ], [ 120.631204, 30.2893358 ] ], [ [ 120.5437486, 30.2847515 ], [ 120.5434498, 30.28377 ] ], [ [ 120.5567152, 30.2881316 ], [ 120.5567842, 30.2866684 ] ], [ [ 120.5567842, 30.2866684 ], [ 120.5568301, 30.2848645 ] ], [ [ 120.5568301, 30.2848645 ], [ 120.5568377, 30.2845077 ] ], [ [ 120.5568377, 30.2845077 ], [ 120.5568229, 30.284285 ] ], [ [ 120.6351159, 30.2825895 ], [ 120.6345307, 30.2836114 ] ], [ [ 120.6345307, 30.2836114 ], [ 120.6337472, 30.2849749 ] ], [ [ 120.6337472, 30.2849749 ], [ 120.6332169, 30.2858908 ] ], [ [ 120.6332169, 30.2858908 ], [ 120.631204, 30.2893358 ] ], [ [ 120.5288894, 30.2849327 ], [ 120.5292553, 30.287551 ] ], [ [ 120.5328154, 30.2865649 ], [ 120.5328046, 30.2867154 ] ], [ [ 120.5326577, 30.2867544 ], [ 120.5326808, 30.2866017 ] ], [ [ 120.5374729, 30.2876403 ], [ 120.5398523, 30.2870596 ] ], [ [ 120.5398523, 30.2870596 ], [ 120.5400242, 30.2870158 ] ], [ [ 120.5400242, 30.2870158 ], [ 120.5428015, 30.2863085 ] ], [ [ 120.5428015, 30.2863085 ], [ 120.5430839, 30.2862756 ] ], [ [ 120.5292639, 30.2876573 ], [ 120.5292553, 30.287551 ] ], [ [ 120.366395, 30.2788976 ], [ 120.3663949, 30.2790567 ] ], [ [ 120.3662003, 30.279064 ], [ 120.3662002, 30.2788947 ] ], [ [ 120.3610912, 30.279064 ], [ 120.3610909, 30.2789126 ] ], [ [ 120.3563311, 30.2790693 ], [ 120.3563346, 30.2789246 ] ], [ [ 120.356504, 30.2789286 ], [ 120.3565115, 30.2790688 ] ], [ [ 120.3456757, 30.2790959 ], [ 120.3456839, 30.2789309 ] ], [ [ 120.3459021, 30.2789425 ], [ 120.3458963, 30.2791028 ] ], [ [ 120.3410304, 30.2789431 ], [ 120.3410277, 30.2791168 ] ], [ [ 120.3663949, 30.2790567 ], [ 120.3663931, 30.2821452 ] ], [ [ 120.3662033, 30.2821446 ], [ 120.3662003, 30.279064 ] ], [ [ 120.3563289, 30.2821369 ], [ 120.3563309, 30.2793356 ] ], [ [ 120.356513, 30.2793356 ], [ 120.3565295, 30.2821387 ] ], [ [ 120.3610977, 30.2821614 ], [ 120.3610918, 30.2793488 ] ], [ [ 120.3718112, 30.2821211 ], [ 120.3723288, 30.2821188 ] ], [ [ 120.3723288, 30.2821188 ], [ 120.3746791, 30.2821218 ] ], [ [ 120.3746791, 30.2821218 ], [ 120.3753951, 30.2820854 ] ], [ [ 120.3753951, 30.2820854 ], [ 120.3758811, 30.2819835 ] ], [ [ 120.3758811, 30.2819835 ], [ 120.3764327, 30.2817966 ] ], [ [ 120.3764327, 30.2817966 ], [ 120.377134, 30.2815508 ] ], [ [ 120.377134, 30.2815508 ], [ 120.3772426, 30.2815128 ] ], [ [ 120.3715849, 30.2821221 ], [ 120.3718112, 30.2821211 ] ], [ [ 120.3663931, 30.2821452 ], [ 120.3715849, 30.2821221 ] ], [ [ 120.3565295, 30.2821387 ], [ 120.3563289, 30.2821369 ] ], [ [ 120.3663931, 30.2821452 ], [ 120.3662033, 30.2821446 ] ], [ [ 120.3525773, 30.2821532 ], [ 120.3563289, 30.2821369 ] ], [ [ 120.3302678, 30.2816677 ], [ 120.3304262, 30.2819451 ] ], [ [ 120.3304262, 30.2819451 ], [ 120.330505, 30.2820831 ] ], [ [ 120.3417707, 30.2825293 ], [ 120.34194, 30.2824513 ] ], [ [ 120.34194, 30.2824513 ], [ 120.342346, 30.2822942 ] ], [ [ 120.342346, 30.2822942 ], [ 120.3429081, 30.2821401 ] ], [ [ 120.3429081, 30.2821401 ], [ 120.3453543, 30.2821586 ] ], [ [ 120.3453543, 30.2821586 ], [ 120.3492238, 30.2821586 ] ], [ [ 120.3492238, 30.2821586 ], [ 120.3496431, 30.2821586 ] ], [ [ 120.3496431, 30.2821586 ], [ 120.351341, 30.2821586 ] ], [ [ 120.351341, 30.2821586 ], [ 120.3517446, 30.2821568 ] ], [ [ 120.3417707, 30.2825293 ], [ 120.3415858, 30.2826145 ] ], [ [ 120.337114, 30.2846402 ], [ 120.3346249, 30.2805451 ] ], [ [ 120.337114, 30.2846402 ], [ 120.3415858, 30.2826145 ] ], [ [ 120.3565295, 30.2821387 ], [ 120.3610977, 30.2821614 ] ], [ [ 120.3610977, 30.2821614 ], [ 120.3656104, 30.2821401 ] ], [ [ 120.3656104, 30.2821401 ], [ 120.3656266, 30.28214 ] ], [ [ 120.3565295, 30.2821387 ], [ 120.3565355, 30.285119 ] ], [ [ 120.3563447, 30.2851233 ], [ 120.3563358, 30.2833589 ], [ 120.3563289, 30.2821369 ] ], [ [ 120.3663931, 30.2821452 ], [ 120.3664153, 30.2851218 ] ], [ [ 120.3662188, 30.2851292 ], [ 120.3662044, 30.2832269 ], [ 120.3662033, 30.2821446 ] ], [ [ 120.3611171, 30.2851179 ], [ 120.3610977, 30.2821614 ] ], [ [ 120.3611171, 30.2851179 ], [ 120.3656692, 30.285119 ] ], [ [ 120.3331033, 30.2864641 ], [ 120.330505, 30.2820831 ] ], [ [ 120.4599736, 30.2816169 ], [ 120.4599856, 30.2814349 ] ], [ [ 120.4058623, 30.2768189 ], [ 120.4058312, 30.2770519 ] ], [ [ 120.4058312, 30.2770519 ], [ 120.4058435, 30.2772848 ] ], [ [ 120.4058435, 30.2772848 ], [ 120.4058211, 30.2774211 ] ], [ [ 120.4058211, 30.2774211 ], [ 120.4057813, 30.2775744 ] ], [ [ 120.4057813, 30.2775744 ], [ 120.4056311, 30.2779636 ] ], [ [ 120.4056311, 30.2779636 ], [ 120.4053951, 30.2783342 ] ], [ [ 120.4053951, 30.2783342 ], [ 120.4050088, 30.2786863 ] ], [ [ 120.4050088, 30.2786863 ], [ 120.4047728, 30.278825 ] ], [ [ 120.4047728, 30.278825 ], [ 120.4047154, 30.2788609 ] ], [ [ 120.4047154, 30.2788609 ], [ 120.40436, 30.2790775 ] ], [ [ 120.40436, 30.2790775 ], [ 120.4037013, 30.2794724 ] ], [ [ 120.4037013, 30.2794724 ], [ 120.4034424, 30.2797518 ] ], [ [ 120.4034424, 30.2797518 ], [ 120.4033663, 30.2798509 ] ], [ [ 120.4033663, 30.2798509 ], [ 120.4033111, 30.2799485 ] ], [ [ 120.4033111, 30.2799485 ], [ 120.4035472, 30.280861 ] ], [ [ 120.4035472, 30.280861 ], [ 120.403684, 30.2812687 ] ], [ [ 120.403684, 30.2812687 ], [ 120.4036598, 30.2814494 ] ], [ [ 120.4036598, 30.2814494 ], [ 120.4039173, 30.2818732 ] ], [ [ 120.4039173, 30.2818732 ], [ 120.4043626, 30.2825264 ] ], [ [ 120.4043626, 30.2825264 ], [ 120.4045879, 30.2831819 ] ], [ [ 120.4045879, 30.2831819 ], [ 120.4047086, 30.2838187 ] ], [ [ 120.4047086, 30.2838187 ], [ 120.4048333, 30.2842841 ] ], [ [ 120.4048333, 30.2842841 ], [ 120.4050465, 30.2849629 ] ], [ [ 120.4050465, 30.2849629 ], [ 120.4054328, 30.2852223 ] ], [ [ 120.4054328, 30.2852223 ], [ 120.4062643, 30.285725 ] ], [ [ 120.4062643, 30.285725 ], [ 120.4065378, 30.285945 ] ], [ [ 120.4065378, 30.285945 ], [ 120.4066559, 30.2862438 ] ], [ [ 120.4066559, 30.2862438 ], [ 120.4067001, 30.2868388 ] ], [ [ 120.4067001, 30.2868388 ], [ 120.406861, 30.2870912 ] ], [ [ 120.406861, 30.2870912 ], [ 120.4072969, 30.2875524 ] ], [ [ 120.4072969, 30.2875524 ], [ 120.4073285, 30.2876161 ] ], [ [ 120.4073285, 30.2876161 ], [ 120.4073922, 30.2883318 ] ], [ [ 120.4073922, 30.2883318 ], [ 120.4074109, 30.2884739 ] ], [ [ 120.4074109, 30.2884739 ], [ 120.4075759, 30.2887336 ] ], [ [ 120.4075759, 30.2887336 ], [ 120.407765, 30.289141 ] ], [ [ 120.4397264, 30.2828763 ], [ 120.4396137, 30.2831762 ] ], [ [ 120.4395577, 30.2833493 ], [ 120.4396137, 30.2831762 ] ], [ [ 120.4424138, 30.2823935 ], [ 120.4423961, 30.2821407 ] ], [ [ 120.4425206, 30.2834784 ], [ 120.4424252, 30.2833125 ] ], [ [ 120.4424252, 30.2833125 ], [ 120.4424138, 30.2823935 ] ], [ [ 120.4261203, 30.2814591 ], [ 120.4259213, 30.2821784 ] ], [ [ 120.4259213, 30.2821784 ], [ 120.4257543, 30.2826991 ] ], [ [ 120.4257543, 30.2826991 ], [ 120.4251215, 30.2846719 ] ], [ [ 120.4251215, 30.2846719 ], [ 120.4246119, 30.2862608 ] ], [ [ 120.4799428, 30.2822979 ], [ 120.4799067, 30.2821112 ] ], [ [ 120.4988821, 30.2867581 ], [ 120.4988381, 30.2864847 ] ], [ [ 120.4988381, 30.2864847 ], [ 120.4987137, 30.2861857 ] ], [ [ 120.4987137, 30.2861857 ], [ 120.4985645, 30.2859242 ] ], [ [ 120.4985645, 30.2859242 ], [ 120.4982271, 30.2855108 ] ], [ [ 120.4982271, 30.2855108 ], [ 120.4978457, 30.2850672 ] ], [ [ 120.4978457, 30.2850672 ], [ 120.4969962, 30.2840961 ] ], [ [ 120.4969962, 30.2840961 ], [ 120.4954662, 30.282482 ] ], [ [ 120.4954662, 30.282482 ], [ 120.4939316, 30.2808183 ] ], [ [ 120.4885011, 30.2813856 ], [ 120.4888903, 30.2828824 ] ], [ [ 120.4888903, 30.2828824 ], [ 120.489224, 30.2840859 ] ], [ [ 120.489224, 30.2840859 ], [ 120.4892817, 30.2843023 ] ], [ [ 120.4892817, 30.2843023 ], [ 120.4892979, 30.2843736 ] ], [ [ 120.4892979, 30.2843736 ], [ 120.4895697, 30.2854324 ] ], [ [ 120.4895697, 30.2854324 ], [ 120.4895901, 30.2855119 ] ], [ [ 120.4895901, 30.2855119 ], [ 120.489754, 30.2861505 ] ], [ [ 120.489754, 30.2861505 ], [ 120.4899418, 30.2867196 ] ], [ [ 120.480927, 30.2872395 ], [ 120.4807855, 30.2865018 ] ], [ [ 120.4807855, 30.2865018 ], [ 120.4804195, 30.2845931 ] ], [ [ 120.4804195, 30.2845931 ], [ 120.4802943, 30.2839399 ] ], [ [ 120.4802943, 30.2839399 ], [ 120.4799428, 30.2822979 ] ], [ [ 120.4593633, 30.2895645 ], [ 120.4593685, 30.2870083 ] ], [ [ 120.4593685, 30.2870083 ], [ 120.4593689, 30.2868127 ] ], [ [ 120.4593689, 30.2868127 ], [ 120.4593788, 30.2866879 ] ], [ [ 120.4593788, 30.2866879 ], [ 120.4594779, 30.2853615 ] ], [ [ 120.4360557, 30.2951125 ], [ 120.4361626, 30.2944425 ] ], [ [ 120.4361626, 30.2944425 ], [ 120.4362863, 30.2939789 ] ], [ [ 120.4362863, 30.2939789 ], [ 120.4365039, 30.2931636 ] ], [ [ 120.4365039, 30.2931636 ], [ 120.43675, 30.2922417 ] ], [ [ 120.43675, 30.2922417 ], [ 120.4367634, 30.2921914 ] ], [ [ 120.4367634, 30.2921914 ], [ 120.4369407, 30.2916023 ] ], [ [ 120.4369407, 30.2916023 ], [ 120.4369796, 30.2914733 ] ], [ [ 120.4369796, 30.2914733 ], [ 120.4371959, 30.2907546 ] ], [ [ 120.4371959, 30.2907546 ], [ 120.4373964, 30.2900885 ] ], [ [ 120.4373964, 30.2900885 ], [ 120.4374297, 30.2899659 ] ], [ [ 120.4374297, 30.2899659 ], [ 120.4376251, 30.2892476 ] ], [ [ 120.4376251, 30.2892476 ], [ 120.4376861, 30.2890231 ] ], [ [ 120.4376861, 30.2890231 ], [ 120.4378652, 30.2883704 ] ], [ [ 120.4378652, 30.2883704 ], [ 120.438126, 30.2874204 ] ], [ [ 120.438126, 30.2874204 ], [ 120.4383184, 30.2867649 ] ], [ [ 120.4383184, 30.2867649 ], [ 120.4384694, 30.2862503 ] ], [ [ 120.4384694, 30.2862503 ], [ 120.4387207, 30.2853938 ] ], [ [ 120.4387207, 30.2853938 ], [ 120.4389199, 30.2847151 ] ], [ [ 120.4389199, 30.2847151 ], [ 120.4391372, 30.2839372 ] ], [ [ 120.4391372, 30.2839372 ], [ 120.4393099, 30.2837498 ] ], [ [ 120.4393099, 30.2837498 ], [ 120.4394579, 30.2835797 ] ], [ [ 120.4394579, 30.2835797 ], [ 120.4395577, 30.2833493 ] ], [ [ 120.4594152, 30.2935874 ], [ 120.4593915, 30.2920936 ] ], [ [ 120.4593915, 30.2920936 ], [ 120.4593619, 30.2902276 ] ], [ [ 120.4593619, 30.2902276 ], [ 120.4593633, 30.2895645 ] ], [ [ 120.3565355, 30.285119 ], [ 120.3611171, 30.2851179 ] ], [ [ 120.3563447, 30.2851233 ], [ 120.3565355, 30.285119 ] ], [ [ 120.3529341, 30.2851264 ], [ 120.3548, 30.2851248 ], [ 120.3563447, 30.2851233 ] ], [ [ 120.3664153, 30.2851218 ], [ 120.3664149, 30.2852735 ] ], [ [ 120.3662188, 30.2852694 ], [ 120.3662188, 30.2851292 ] ], [ [ 120.3611172, 30.2852914 ], [ 120.3611171, 30.2851179 ] ], [ [ 120.356345, 30.2852879 ], [ 120.3563447, 30.2851233 ] ], [ [ 120.3565355, 30.285119 ], [ 120.3565355, 30.2852961 ] ], [ [ 120.3656691, 30.2852694 ], [ 120.3611172, 30.2852914 ] ], [ [ 120.356345, 30.2852879 ], [ 120.3529593, 30.2852873 ] ], [ [ 120.3565355, 30.2852961 ], [ 120.356345, 30.2852879 ] ], [ [ 120.3611172, 30.2852914 ], [ 120.3565355, 30.2852961 ] ], [ [ 120.3662181, 30.2898454 ], [ 120.3662171, 30.2893395 ], [ 120.3662188, 30.2852694 ] ], [ [ 120.337114, 30.2846402 ], [ 120.3331033, 30.2864641 ] ], [ [ 120.337114, 30.2846402 ], [ 120.3387007, 30.2873653 ] ], [ [ 120.3331033, 30.2864641 ], [ 120.3290886, 30.2882759 ] ], [ [ 120.3290886, 30.2882759 ], [ 120.3281131, 30.2867071 ] ], [ [ 120.3281131, 30.2867071 ], [ 120.326463, 30.2839069 ] ], [ [ 120.326463, 30.2839069 ], [ 120.3263771, 30.2837628 ] ], [ [ 120.3250146, 30.2901145 ], [ 120.3290886, 30.2882759 ] ], [ [ 120.3306399, 30.290892 ], [ 120.3305292, 30.290707 ] ], [ [ 120.3305292, 30.290707 ], [ 120.3291774, 30.2884187 ] ], [ [ 120.3291774, 30.2884187 ], [ 120.3290886, 30.2882759 ] ], [ [ 120.3664149, 30.2852735 ], [ 120.3664016, 30.2898454 ] ], [ [ 120.3611172, 30.2852914 ], [ 120.3611221, 30.2898385 ] ], [ [ 120.3563434, 30.2898674 ], [ 120.3563496, 30.288003 ], [ 120.356345, 30.2852879 ] ], [ [ 120.3565355, 30.2852961 ], [ 120.3565353, 30.2898605 ] ], [ [ 120.3611221, 30.2898385 ], [ 120.3624011, 30.2898404 ] ], [ [ 120.3624011, 30.2898404 ], [ 120.362517, 30.2898406 ] ], [ [ 120.362517, 30.2898406 ], [ 120.3641159, 30.289843 ] ], [ [ 120.3641159, 30.289843 ], [ 120.3656649, 30.2898454 ] ], [ [ 120.3346609, 30.28909 ], [ 120.333175, 30.286585 ] ], [ [ 120.333175, 30.286585 ], [ 120.3331033, 30.2864641 ] ], [ [ 120.3387007, 30.2873653 ], [ 120.3408476, 30.2908844 ] ], [ [ 120.3528589, 30.28987 ], [ 120.351564, 30.2898732 ] ], [ [ 120.351564, 30.2898732 ], [ 120.3505014, 30.2898758 ] ], [ [ 120.3505014, 30.2898758 ], [ 120.3502681, 30.2898764 ] ], [ [ 120.3502681, 30.2898764 ], [ 120.3480797, 30.2898818 ] ], [ [ 120.3480797, 30.2898818 ], [ 120.3475578, 30.2898831 ] ], [ [ 120.3475578, 30.2898831 ], [ 120.3473364, 30.2898836 ] ], [ [ 120.3471146, 30.2898878 ], [ 120.3473364, 30.2898836 ] ], [ [ 120.3346609, 30.28909 ], [ 120.336178, 30.291638 ] ], [ [ 120.3471146, 30.2898878 ], [ 120.3408476, 30.2908844 ] ], [ [ 120.336178, 30.291638 ], [ 120.3408476, 30.2908844 ] ], [ [ 120.3306399, 30.290892 ], [ 120.3320827, 30.2933032 ] ], [ [ 120.3320827, 30.2933032 ], [ 120.3321819, 30.2934658 ] ], [ [ 120.5559086, 30.2881205 ], [ 120.5542284, 30.2881286 ] ], [ [ 120.5559086, 30.2881205 ], [ 120.5560028, 30.2881218 ] ], [ [ 120.5560028, 30.2881218 ], [ 120.5560317, 30.2881222 ] ], [ [ 120.5560317, 30.2881222 ], [ 120.5564535, 30.288128 ] ], [ [ 120.5564535, 30.288128 ], [ 120.5567152, 30.2881316 ] ], [ [ 120.5760568, 30.286803 ], [ 120.5759647, 30.2878725 ] ], [ [ 120.5759647, 30.2878725 ], [ 120.5758917, 30.2889153 ] ], [ [ 120.5758917, 30.2889153 ], [ 120.57579, 30.2903665 ] ], [ [ 120.5373294, 30.2876794 ], [ 120.5374729, 30.2876403 ] ], [ [ 120.5328046, 30.2867154 ], [ 120.5331892, 30.2887199 ] ], [ [ 120.5330409, 30.2887532 ], [ 120.5326577, 30.2867544 ] ], [ [ 120.5331892, 30.2887199 ], [ 120.5335775, 30.2886223 ] ], [ [ 120.5335775, 30.2886223 ], [ 120.5337423, 30.2885809 ] ], [ [ 120.5337423, 30.2885809 ], [ 120.5373294, 30.2876794 ] ], [ [ 120.5934882, 30.2896205 ], [ 120.5935584, 30.2887135 ] ], [ [ 120.5935584, 30.2887135 ], [ 120.5935849, 30.2883718 ] ], [ [ 120.5935849, 30.2883718 ], [ 120.5936741, 30.2873489 ] ], [ [ 120.5936741, 30.2873489 ], [ 120.5936792, 30.2872905 ] ], [ [ 120.5936792, 30.2872905 ], [ 120.5937149, 30.2868815 ] ], [ [ 120.5295718, 30.2896063 ], [ 120.5293966, 30.2885263 ] ], [ [ 120.5293966, 30.2885263 ], [ 120.5292639, 30.2876573 ] ], [ [ 120.5330409, 30.2887532 ], [ 120.5331892, 30.2887199 ] ], [ [ 120.5378865, 30.2894683 ], [ 120.5397427, 30.2890015 ], [ 120.5406146, 30.2888621 ], [ 120.5425451, 30.2886041 ] ], [ [ 120.5425454, 30.2887317 ], [ 120.5417436, 30.2888147 ], [ 120.5405753, 30.2889855 ], [ 120.5394673, 30.2891679 ], [ 120.5379121, 30.28958 ] ], [ [ 120.5330409, 30.2887532 ], [ 120.5295718, 30.2896063 ] ], [ [ 120.537737, 30.2894907 ], [ 120.5378865, 30.2894683 ] ], [ [ 120.5331892, 30.2887199 ], [ 120.5335147, 30.2904167 ] ], [ [ 120.5379121, 30.28958 ], [ 120.5377623, 30.2896024 ] ], [ [ 120.5333661, 30.2904493 ], [ 120.5330409, 30.2887532 ] ], [ [ 120.5335147, 30.2904167 ], [ 120.5339013, 30.2903319 ], [ 120.5340658, 30.2902958 ], [ 120.534771, 30.2901412 ], [ 120.537737, 30.2894907 ] ], [ [ 120.5295718, 30.2896063 ], [ 120.5265492, 30.290364 ] ], [ [ 120.5377623, 30.2896024 ], [ 120.5347885, 30.2902471 ], [ 120.5340861, 30.2903994 ], [ 120.5339198, 30.2904354 ], [ 120.5335508, 30.2905154 ] ], [ [ 120.5972696, 30.2898769 ], [ 120.5974151, 30.2881142 ] ], [ [ 120.631204, 30.2893358 ], [ 120.6311815, 30.2894266 ] ], [ [ 120.6311815, 30.2894266 ], [ 120.6310828, 30.2897541 ] ], [ [ 120.6310828, 30.2897541 ], [ 120.6310002, 30.2900874 ] ], [ [ 120.5934882, 30.2896205 ], [ 120.5972696, 30.2898769 ] ], [ [ 120.6445474, 30.2900109 ], [ 120.6446239, 30.290009 ] ], [ [ 120.6446239, 30.290009 ], [ 120.6453303, 30.290115 ] ], [ [ 120.606354, 30.287731 ], [ 120.6063401, 30.2878619 ] ], [ [ 120.6063401, 30.2878619 ], [ 120.6062845, 30.2883067 ] ], [ [ 120.6062845, 30.2883067 ], [ 120.6062687, 30.2884493 ] ], [ [ 120.6062687, 30.2884493 ], [ 120.6058148, 30.292537 ] ], [ [ 120.5933571, 30.2913148 ], [ 120.5934882, 30.2896205 ] ], [ [ 120.5295718, 30.2896063 ], [ 120.5298408, 30.2912564 ] ], [ [ 120.5333661, 30.2904493 ], [ 120.5335147, 30.2904167 ] ], [ [ 120.5335147, 30.2904167 ], [ 120.5335508, 30.2905154 ] ], [ [ 120.5333828, 30.2905519 ], [ 120.5333661, 30.2904493 ] ], [ [ 120.5335508, 30.2905154 ], [ 120.5333828, 30.2905519 ] ], [ [ 120.5298408, 30.2912564 ], [ 120.5333661, 30.2904493 ] ], [ [ 120.5333828, 30.2905519 ], [ 120.5298629, 30.2913263 ] ], [ [ 120.6453303, 30.290115 ], [ 120.6452608, 30.2902031 ] ], [ [ 120.6452608, 30.2902031 ], [ 120.6452083, 30.2902855 ] ], [ [ 120.6452083, 30.2902855 ], [ 120.6451987, 30.2903226 ] ], [ [ 120.6451987, 30.2903226 ], [ 120.6451772, 30.2906255 ] ], [ [ 120.6451772, 30.2906255 ], [ 120.6451796, 30.2909093 ] ], [ [ 120.6124692, 30.2930128 ], [ 120.612799, 30.2887346 ] ], [ [ 120.612799, 30.2887346 ], [ 120.6128268, 30.2883073 ] ], [ [ 120.6128268, 30.2883073 ], [ 120.6128306, 30.288156 ] ], [ [ 120.5863378, 30.2907504 ], [ 120.5862018, 30.2907457 ] ], [ [ 120.5863378, 30.2907504 ], [ 120.5883836, 30.2908203 ] ], [ [ 120.5883836, 30.2908203 ], [ 120.5895227, 30.2908592 ] ], [ [ 120.5972696, 30.2898769 ], [ 120.5971133, 30.2917717 ] ], [ [ 120.5601754, 30.2896056 ], [ 120.5601072, 30.2895963 ] ], [ [ 120.5601754, 30.2896056 ], [ 120.5628571, 30.2897588 ] ], [ [ 120.5628571, 30.2897588 ], [ 120.5655513, 30.2899306 ] ], [ [ 120.5655513, 30.2899306 ], [ 120.5683657, 30.2901131 ] ], [ [ 120.5683657, 30.2901131 ], [ 120.5700201, 30.2901969 ] ], [ [ 120.5700201, 30.2901969 ], [ 120.5703631, 30.2902069 ] ], [ [ 120.5703631, 30.2902069 ], [ 120.5716509, 30.2902444 ] ], [ [ 120.5716509, 30.2902444 ], [ 120.573191, 30.2902865 ] ], [ [ 120.573191, 30.2902865 ], [ 120.57579, 30.2903665 ] ], [ [ 120.57579, 30.2903665 ], [ 120.5844399, 30.2906855 ] ], [ [ 120.5844399, 30.2906855 ], [ 120.585049, 30.2907063 ] ], [ [ 120.585049, 30.2907063 ], [ 120.5855688, 30.2907241 ] ], [ [ 120.5855688, 30.2907241 ], [ 120.5862018, 30.2907457 ] ], [ [ 120.5565775, 30.2941116 ], [ 120.5565815, 30.2939802 ] ], [ [ 120.5565815, 30.2939802 ], [ 120.5565742, 30.2932836 ] ], [ [ 120.5565742, 30.2932836 ], [ 120.5566292, 30.2916013 ] ], [ [ 120.5566292, 30.2916013 ], [ 120.5566537, 30.289764 ] ], [ [ 120.5566537, 30.289764 ], [ 120.5567152, 30.2881316 ] ], [ [ 120.5199837, 30.2948629 ], [ 120.5196514, 30.2934036 ] ], [ [ 120.5196514, 30.2934036 ], [ 120.5190632, 30.2907114 ] ], [ [ 120.5190632, 30.2907114 ], [ 120.5189925, 30.2903709 ] ], [ [ 120.5189925, 30.2903709 ], [ 120.5186015, 30.2884888 ] ], [ [ 120.5186015, 30.2884888 ], [ 120.5184448, 30.2875673 ] ], [ [ 120.5184448, 30.2875673 ], [ 120.5184371, 30.2875222 ] ], [ [ 120.5298629, 30.2913263 ], [ 120.5298408, 30.2912564 ] ], [ [ 120.5383323, 30.2914613 ], [ 120.5381795, 30.2914881 ] ], [ [ 120.5266218, 30.2919486 ], [ 120.5298408, 30.2912564 ] ], [ [ 120.5298629, 30.2913263 ], [ 120.526624, 30.2920261 ] ], [ [ 120.5335508, 30.2905154 ], [ 120.5337789, 30.291884 ], [ 120.5338062, 30.2920788 ], [ 120.5338617, 30.2924737 ], [ 120.5339135, 30.2935514 ] ], [ [ 120.5337468, 30.2935469 ], [ 120.5336858, 30.2925898 ], [ 120.533636, 30.2921064 ], [ 120.533603, 30.2917858 ], [ 120.5333828, 30.2905519 ] ], [ [ 120.5895227, 30.2908592 ], [ 120.5921821, 30.2911719 ] ], [ [ 120.5921821, 30.2911719 ], [ 120.5933571, 30.2913148 ] ], [ [ 120.5933571, 30.2913148 ], [ 120.5971133, 30.2917717 ] ], [ [ 120.5971133, 30.2917717 ], [ 120.5994182, 30.2920521 ] ], [ [ 120.5994182, 30.2920521 ], [ 120.5996078, 30.2920843 ] ], [ [ 120.5895227, 30.2908592 ], [ 120.5894851, 30.291069 ] ], [ [ 120.5894851, 30.291069 ], [ 120.5893982, 30.2921489 ] ], [ [ 120.5893982, 30.2921489 ], [ 120.5893244, 30.2930666 ] ], [ [ 120.5893244, 30.2930666 ], [ 120.589284, 30.2935237 ] ], [ [ 120.5996078, 30.2920843 ], [ 120.6030405, 30.2923305 ] ], [ [ 120.6030405, 30.2923305 ], [ 120.6058148, 30.292537 ] ], [ [ 120.5931378, 30.2938621 ], [ 120.5932094, 30.2929853 ] ], [ [ 120.5932094, 30.2929853 ], [ 120.5933571, 30.2913148 ] ], [ [ 120.53018, 30.2933075 ], [ 120.5300795, 30.2927486 ] ], [ [ 120.5300795, 30.2927486 ], [ 120.5298629, 30.2913263 ] ], [ [ 120.53018, 30.2933075 ], [ 120.5301849, 30.2934504 ] ], [ [ 120.5337468, 30.2935469 ], [ 120.5301849, 30.2934504 ] ], [ [ 120.5337468, 30.2935469 ], [ 120.5339135, 30.2935514 ] ], [ [ 120.5270658, 30.2938004 ], [ 120.53018, 30.2933075 ] ], [ [ 120.5079312, 30.2963789 ], [ 120.5076709, 30.2949482 ] ], [ [ 120.5076709, 30.2949482 ], [ 120.50703, 30.2907471 ] ], [ [ 120.5339135, 30.2935514 ], [ 120.5339799, 30.2935532 ] ], [ [ 120.5339799, 30.2935532 ], [ 120.5345121, 30.2935679 ] ], [ [ 120.5345121, 30.2935679 ], [ 120.5347469, 30.2935744 ] ], [ [ 120.5347469, 30.2935744 ], [ 120.5359307, 30.293607 ] ], [ [ 120.5359307, 30.293607 ], [ 120.5365361, 30.2936237 ] ], [ [ 120.5365361, 30.2936237 ], [ 120.5366134, 30.2936258 ] ], [ [ 120.5366134, 30.2936258 ], [ 120.5384902, 30.2936775 ] ], [ [ 120.538654, 30.2936971 ], [ 120.5384902, 30.2936775 ] ], [ [ 120.5270658, 30.2938004 ], [ 120.5220093, 30.2945896 ] ], [ [ 120.5565725, 30.2942768 ], [ 120.5565775, 30.2941116 ] ], [ [ 120.5556065, 30.3005072 ], [ 120.5556085, 30.3004466 ] ], [ [ 120.5556085, 30.3004466 ], [ 120.5556163, 30.300215 ] ], [ [ 120.5556163, 30.300215 ], [ 120.5556603, 30.2989025 ] ], [ [ 120.5556603, 30.2989025 ], [ 120.5556796, 30.2974262 ] ], [ [ 120.5556796, 30.2974262 ], [ 120.5557542, 30.295364 ] ], [ [ 120.5557542, 30.295364 ], [ 120.555766, 30.2947437 ] ], [ [ 120.555766, 30.2947437 ], [ 120.5557212, 30.294688 ] ], [ [ 120.5557212, 30.294688 ], [ 120.5556008, 30.2946645 ] ], [ [ 120.5556008, 30.2946645 ], [ 120.5555012, 30.2946321 ] ], [ [ 120.5555012, 30.2946321 ], [ 120.5554879, 30.2945651 ] ], [ [ 120.5554879, 30.2945651 ], [ 120.5555229, 30.2940327 ] ], [ [ 120.5555229, 30.2940327 ], [ 120.5555752, 30.2937909 ] ], [ [ 120.5555752, 30.2937909 ], [ 120.5556976, 30.2937843 ] ], [ [ 120.5556976, 30.2937843 ], [ 120.5557818, 30.2937513 ] ], [ [ 120.5557818, 30.2937513 ], [ 120.5557994, 30.293676 ] ], [ [ 120.5557994, 30.293676 ], [ 120.5558121, 30.2931699 ] ], [ [ 120.5558121, 30.2931699 ], [ 120.5558273, 30.2922884 ] ], [ [ 120.5558273, 30.2922884 ], [ 120.5558516, 30.2912273 ] ], [ [ 120.5558516, 30.2912273 ], [ 120.555884, 30.2900294 ] ], [ [ 120.555884, 30.2900294 ], [ 120.5558853, 30.2892796 ] ], [ [ 120.5558853, 30.2892796 ], [ 120.555876, 30.2886713 ] ], [ [ 120.555876, 30.2886713 ], [ 120.5558995, 30.2883439 ] ], [ [ 120.5558995, 30.2883439 ], [ 120.5559086, 30.2881205 ] ], [ [ 120.5597466, 30.2941939 ], [ 120.5609268, 30.2942739 ] ], [ [ 120.5609268, 30.2942739 ], [ 120.5652947, 30.2945414 ] ], [ [ 120.5652947, 30.2945414 ], [ 120.5697989, 30.2948485 ] ], [ [ 120.5697989, 30.2948485 ], [ 120.5701816, 30.2948768 ] ], [ [ 120.5701816, 30.2948768 ], [ 120.5736124, 30.2951307 ] ], [ [ 120.5736124, 30.2951307 ], [ 120.5776905, 30.2954092 ] ], [ [ 120.5776905, 30.2954092 ], [ 120.5819507, 30.2956985 ] ], [ [ 120.5819507, 30.2956985 ], [ 120.5845838, 30.2958397 ] ], [ [ 120.6124692, 30.2930128 ], [ 120.6090907, 30.2927712 ] ], [ [ 120.6090907, 30.2927712 ], [ 120.6058148, 30.292537 ] ], [ [ 120.5861262, 30.2932781 ], [ 120.5862564, 30.2932818 ] ], [ [ 120.589284, 30.2935237 ], [ 120.5862564, 30.2932818 ] ], [ [ 120.589284, 30.2935237 ], [ 120.5931378, 30.2938621 ] ], [ [ 120.5199837, 30.2948629 ], [ 120.5218706, 30.2946226 ] ], [ [ 120.5301849, 30.2934504 ], [ 120.5303455, 30.2945153 ] ], [ [ 120.5303455, 30.2945153 ], [ 120.5305007, 30.2954333 ] ], [ [ 120.5305007, 30.2954333 ], [ 120.5303142, 30.2955765 ] ], [ [ 120.5303142, 30.2955765 ], [ 120.5289509, 30.2963922 ] ], [ [ 120.5289509, 30.2963922 ], [ 120.5288809, 30.2964713 ] ], [ [ 120.5288809, 30.2964713 ], [ 120.5288362, 30.2968013 ] ], [ [ 120.5288362, 30.2968013 ], [ 120.5288118, 30.2968645 ] ], [ [ 120.5288118, 30.2968645 ], [ 120.5287505, 30.2969126 ] ], [ [ 120.5270658, 30.2938004 ], [ 120.5272608, 30.2950249 ] ], [ [ 120.5272608, 30.2950249 ], [ 120.5272676, 30.2950678 ] ], [ [ 120.5272676, 30.2950678 ], [ 120.5275859, 30.2968808 ] ], [ [ 120.5199837, 30.2948629 ], [ 120.5129966, 30.2960022 ] ], [ [ 120.5129966, 30.2960022 ], [ 120.5126462, 30.2958475 ] ], [ [ 120.5126462, 30.2958475 ], [ 120.5100144, 30.2961232 ] ], [ [ 120.5100144, 30.2961232 ], [ 120.5098743, 30.296224 ] ], [ [ 120.5890661, 30.2962572 ], [ 120.5892361, 30.2940654 ] ], [ [ 120.5892361, 30.2940654 ], [ 120.589284, 30.2935237 ] ], [ [ 120.6053097, 30.2976262 ], [ 120.6058148, 30.292537 ] ], [ [ 120.5929137, 30.2966086 ], [ 120.5931378, 30.2938621 ] ], [ [ 120.6119835, 30.2981439 ], [ 120.6124692, 30.2930128 ] ], [ [ 120.5201159, 30.2966968 ], [ 120.5200629, 30.2963006 ] ], [ [ 120.5200629, 30.2963006 ], [ 120.5200665, 30.2960436 ] ], [ [ 120.5200665, 30.2960436 ], [ 120.5201171, 30.2955369 ] ], [ [ 120.5201171, 30.2955369 ], [ 120.5199837, 30.2948629 ] ], [ [ 120.5079312, 30.2963789 ], [ 120.5079491, 30.2964771 ] ], [ [ 120.5079491, 30.2964771 ], [ 120.5079704, 30.296636 ] ], [ [ 120.3565353, 30.2898605 ], [ 120.3611221, 30.2898385 ] ], [ [ 120.3565353, 30.2898605 ], [ 120.3563434, 30.2898674 ] ], [ [ 120.3537411, 30.2898678 ], [ 120.3541734, 30.2898667 ] ], [ [ 120.3541734, 30.2898667 ], [ 120.3563434, 30.2898674 ] ], [ [ 120.3611241, 30.2917399 ], [ 120.3611221, 30.2898385 ] ], [ [ 120.3565353, 30.2898605 ], [ 120.3565423, 30.2943143 ] ], [ [ 120.3563667, 30.2943137 ], [ 120.3563434, 30.2898674 ] ], [ [ 120.3528589, 30.28987 ], [ 120.3530695, 30.2907109 ] ], [ [ 120.3530695, 30.2907109 ], [ 120.3533829, 30.2918393 ] ], [ [ 120.3533829, 30.2918393 ], [ 120.3534118, 30.2919497 ] ], [ [ 120.3534118, 30.2919497 ], [ 120.3538023, 30.2933249 ] ], [ [ 120.3538023, 30.2933249 ], [ 120.3540619, 30.2940574 ] ], [ [ 120.3540619, 30.2940574 ], [ 120.3541728, 30.2943668 ] ], [ [ 120.3541728, 30.2943668 ], [ 120.3542451, 30.2945683 ] ], [ [ 120.3542451, 30.2945683 ], [ 120.3543083, 30.2947445 ] ], [ [ 120.3662285, 30.2949457 ], [ 120.3662243, 30.2946568 ], [ 120.3662243, 30.29435 ], [ 120.3662256, 30.2936009 ], [ 120.3662181, 30.2898454 ] ], [ [ 120.3664016, 30.2898454 ], [ 120.3664191, 30.2923093 ], [ 120.3664336, 30.2943523 ], [ 120.3664309, 30.2946927 ], [ 120.3664489, 30.2949511 ] ], [ [ 120.3611241, 30.2917399 ], [ 120.3614175, 30.2918465 ], [ 120.3615334, 30.2920063 ], [ 120.3615296, 30.2923511 ], [ 120.3615274, 30.2925489 ], [ 120.3615222, 30.2930203 ], [ 120.3615214, 30.29309 ], [ 120.3615178, 30.2934278 ], [ 120.3615157, 30.2934861 ], [ 120.3615104, 30.2938601 ], [ 120.3615026, 30.2939524 ] ], [ [ 120.3250146, 30.2901145 ], [ 120.3247859, 30.2902145 ] ], [ [ 120.3247859, 30.2902145 ], [ 120.3244865, 30.2903585 ] ], [ [ 120.3244865, 30.2903585 ], [ 120.3198218, 30.292495 ] ], [ [ 120.3198218, 30.292495 ], [ 120.3214285, 30.29506 ] ], [ [ 120.3607059, 30.2939533 ], [ 120.3607191, 30.2938682 ], [ 120.3607151, 30.2934931 ], [ 120.3607097, 30.2934259 ], [ 120.360707, 30.2932418 ], [ 120.3606981, 30.2930851 ], [ 120.3606988, 30.2930061 ], [ 120.3607041, 30.2924069 ], [ 120.3607073, 30.2920248 ], [ 120.3607609, 30.291872 ], [ 120.3610045, 30.291777 ], [ 120.3611241, 30.2917399 ] ], [ [ 120.3607059, 30.2939533 ], [ 120.3615026, 30.2939524 ] ], [ [ 120.3598279, 30.2948642 ], [ 120.3599255, 30.2946968 ], [ 120.3603961, 30.2942574 ], [ 120.3607059, 30.2939533 ] ], [ [ 120.3615026, 30.2939524 ], [ 120.3623448, 30.294658 ], [ 120.3625996, 30.294856 ], [ 120.3627615, 30.2949463 ] ], [ [ 120.3321819, 30.2934658 ], [ 120.336178, 30.291638 ] ], [ [ 120.3430116, 30.2944422 ], [ 120.3428346, 30.2942225 ] ], [ [ 120.3428346, 30.2942225 ], [ 120.3427527, 30.2940756 ] ], [ [ 120.3427527, 30.2940756 ], [ 120.3408476, 30.2908844 ] ], [ [ 120.336178, 30.291638 ], [ 120.337456, 30.293653 ] ], [ [ 120.337456, 30.293653 ], [ 120.3374647, 30.2936699 ] ], [ [ 120.3374647, 30.2936699 ], [ 120.3376013, 30.2939368 ] ], [ [ 120.3376013, 30.2939368 ], [ 120.337678, 30.2940867 ] ], [ [ 120.3239456, 30.2940235 ], [ 120.3238823, 30.293942 ] ], [ [ 120.3321819, 30.2934658 ], [ 120.3281337, 30.2952714 ] ], [ [ 120.3214825, 30.2951461 ], [ 120.3214285, 30.29506 ] ], [ [ 120.3377423, 30.2942409 ], [ 120.337678, 30.2940867 ] ], [ [ 120.3321819, 30.2934658 ], [ 120.3330591, 30.29498 ] ], [ [ 120.3430116, 30.2944422 ], [ 120.3430618, 30.2945707 ] ], [ [ 120.3662288, 30.2950915 ], [ 120.3662285, 30.2949457 ] ], [ [ 120.3664489, 30.2949511 ], [ 120.3664435, 30.2950932 ] ], [ [ 120.3598212, 30.2952114 ], [ 120.3598279, 30.2948642 ] ], [ [ 120.5860392, 30.2959347 ], [ 120.5853464, 30.2958806 ] ], [ [ 120.5853464, 30.2958806 ], [ 120.5848501, 30.295854 ] ], [ [ 120.5848501, 30.295854 ], [ 120.5845838, 30.2958397 ] ], [ [ 120.5861655, 30.2959446 ], [ 120.5860392, 30.2959347 ] ], [ [ 120.5861655, 30.2959446 ], [ 120.5882252, 30.2961056 ] ], [ [ 120.5882252, 30.2961056 ], [ 120.5890661, 30.2962572 ] ], [ [ 120.5929137, 30.2966086 ], [ 120.589683, 30.296308 ] ], [ [ 120.589683, 30.296308 ], [ 120.5890661, 30.2962572 ] ], [ [ 120.5929137, 30.2966086 ], [ 120.5954978, 30.2968366 ] ], [ [ 120.5954978, 30.2968366 ], [ 120.5989434, 30.2970961 ] ], [ [ 120.5201768, 30.2968502 ], [ 120.5201159, 30.2966968 ] ], [ [ 120.5275819, 30.2970577 ], [ 120.5275859, 30.2968808 ] ], [ [ 120.5562816, 30.300534 ], [ 120.5564116, 30.2989427 ] ], [ [ 120.5564116, 30.2989427 ], [ 120.5564766, 30.2986782 ] ], [ [ 120.5564766, 30.2986782 ], [ 120.5564692, 30.2981549 ] ], [ [ 120.5564692, 30.2981549 ], [ 120.5564886, 30.2969214 ] ], [ [ 120.5564886, 30.2969214 ], [ 120.5565527, 30.2959722 ] ], [ [ 120.5565527, 30.2959722 ], [ 120.5565472, 30.2951141 ] ], [ [ 120.5565472, 30.2951141 ], [ 120.5565725, 30.2942768 ] ], [ [ 120.5594226, 30.2985898 ], [ 120.5593354, 30.2985801 ] ], [ [ 120.5811782, 30.2999883 ], [ 120.5762364, 30.2996619 ] ], [ [ 120.5762364, 30.2996619 ], [ 120.5697212, 30.2992186 ] ], [ [ 120.5697212, 30.2992186 ], [ 120.5694146, 30.2992012 ] ], [ [ 120.5694146, 30.2992012 ], [ 120.5639715, 30.2988917 ] ], [ [ 120.5639715, 30.2988917 ], [ 120.5594226, 30.2985898 ] ], [ [ 120.5989434, 30.2970961 ], [ 120.5991669, 30.2971228 ] ], [ [ 120.6053097, 30.2976262 ], [ 120.6030119, 30.2974308 ] ], [ [ 120.6030119, 30.2974308 ], [ 120.5991669, 30.2971228 ] ], [ [ 120.6125825, 30.306265 ], [ 120.6126036, 30.3058471 ] ], [ [ 120.6126036, 30.3058471 ], [ 120.6127199, 30.3038182 ] ], [ [ 120.6127199, 30.3038182 ], [ 120.6128312, 30.3024235 ] ], [ [ 120.6128312, 30.3024235 ], [ 120.6129029, 30.3014389 ] ], [ [ 120.6129029, 30.3014389 ], [ 120.6130019, 30.2998841 ] ], [ [ 120.6130019, 30.2998841 ], [ 120.6131174, 30.2985904 ] ], [ [ 120.6131174, 30.2985904 ], [ 120.6132658, 30.2963477 ] ], [ [ 120.6132658, 30.2963477 ], [ 120.6134342, 30.2940806 ] ], [ [ 120.6134342, 30.2940806 ], [ 120.6135973, 30.2918836 ] ], [ [ 120.6135973, 30.2918836 ], [ 120.6138051, 30.2896024 ] ], [ [ 120.6138051, 30.2896024 ], [ 120.6139386, 30.2893802 ] ], [ [ 120.6139386, 30.2893802 ], [ 120.614035, 30.289252 ] ], [ [ 120.614035, 30.289252 ], [ 120.6141316, 30.2891621 ] ], [ [ 120.6053097, 30.2976262 ], [ 120.608667, 30.2978866 ] ], [ [ 120.608667, 30.2978866 ], [ 120.6119835, 30.2981439 ] ], [ [ 120.5845838, 30.2958397 ], [ 120.5846694, 30.2961643 ] ], [ [ 120.5846694, 30.2961643 ], [ 120.5848576, 30.2962381 ] ], [ [ 120.5848576, 30.2962381 ], [ 120.5848919, 30.2965188 ] ], [ [ 120.5848919, 30.2965188 ], [ 120.5847037, 30.2997985 ] ], [ [ 120.5847037, 30.2997985 ], [ 120.5846694, 30.2999906 ] ], [ [ 120.5846694, 30.2999906 ], [ 120.5844727, 30.3000275 ] ], [ [ 120.5844727, 30.3000275 ], [ 120.5844227, 30.3002049 ] ], [ [ 120.5275819, 30.2970577 ], [ 120.5275744, 30.2971977 ] ], [ [ 120.5275744, 30.2971977 ], [ 120.5274774, 30.2973377 ] ], [ [ 120.5274774, 30.2973377 ], [ 120.5264042, 30.2981846 ] ], [ [ 120.5264042, 30.2981846 ], [ 120.526313, 30.2983328 ] ], [ [ 120.526313, 30.2983328 ], [ 120.5262084, 30.2985575 ] ], [ [ 120.5262084, 30.2985575 ], [ 120.5260501, 30.2986895 ] ], [ [ 120.5260501, 30.2986895 ], [ 120.5257336, 30.2988747 ] ], [ [ 120.5257336, 30.2988747 ], [ 120.5251328, 30.2990809 ] ], [ [ 120.5251328, 30.2990809 ], [ 120.5248109, 30.2992545 ] ], [ [ 120.5248109, 30.2992545 ], [ 120.5244998, 30.2995417 ] ], [ [ 120.5244998, 30.2995417 ], [ 120.5237783, 30.2999076 ] ], [ [ 120.5237783, 30.2999076 ], [ 120.5233786, 30.3001508 ] ], [ [ 120.5233786, 30.3001508 ], [ 120.5224399, 30.3007945 ] ], [ [ 120.5224399, 30.3007945 ], [ 120.5222728, 30.3009246 ] ], [ [ 120.5858936, 30.3003049 ], [ 120.5858995, 30.2996125 ], [ 120.5859376, 30.2979448 ], [ 120.5859911, 30.2970022 ], [ 120.5860392, 30.2959347 ] ], [ [ 120.5861655, 30.2959446 ], [ 120.5861067, 30.2971467 ], [ 120.5860383, 30.2996508 ], [ 120.5860305, 30.3003143 ] ], [ [ 120.5925895, 30.3007527 ], [ 120.5929137, 30.2966086 ] ], [ [ 120.6049461, 30.3015901 ], [ 120.6053097, 30.2976262 ] ], [ [ 120.6116549, 30.3020167 ], [ 120.6119835, 30.2981439 ] ], [ [ 120.5201768, 30.2968502 ], [ 120.5204595, 30.2983397 ] ], [ [ 120.5204595, 30.2983397 ], [ 120.5207947, 30.2999712 ] ], [ [ 120.5207947, 30.2999712 ], [ 120.5210685, 30.3014229 ] ], [ [ 120.5210685, 30.3014229 ], [ 120.5212494, 30.3016018 ] ], [ [ 120.5079704, 30.296636 ], [ 120.508084, 30.2974818 ] ], [ [ 120.508084, 30.2974818 ], [ 120.5082105, 30.2980497 ] ], [ [ 120.5082105, 30.2980497 ], [ 120.5083454, 30.2991709 ] ], [ [ 120.5083454, 30.2991709 ], [ 120.5084516, 30.3002907 ] ], [ [ 120.5084516, 30.3002907 ], [ 120.5085624, 30.3031481 ] ], [ [ 120.522138, 30.3010294 ], [ 120.5222728, 30.3009246 ] ], [ [ 120.5212494, 30.3016018 ], [ 120.5218149, 30.3012809 ] ], [ [ 120.5218149, 30.3012809 ], [ 120.522138, 30.3010294 ] ], [ [ 120.5858936, 30.3003049 ], [ 120.5851371, 30.3002535 ] ], [ [ 120.5851371, 30.3002535 ], [ 120.5847294, 30.3002258 ] ], [ [ 120.5847294, 30.3002258 ], [ 120.5844227, 30.3002049 ] ], [ [ 120.5858936, 30.3003049 ], [ 120.5860305, 30.3003143 ] ], [ [ 120.5925895, 30.3007527 ], [ 120.5873934, 30.3004069 ] ], [ [ 120.5873934, 30.3004069 ], [ 120.5871772, 30.3003922 ] ], [ [ 120.5871772, 30.3003922 ], [ 120.5860305, 30.3003143 ] ], [ [ 120.598585, 30.301194 ], [ 120.5925895, 30.3007527 ] ], [ [ 120.598585, 30.301194 ], [ 120.5987961, 30.3012031 ] ], [ [ 120.5844227, 30.3002049 ], [ 120.5831775, 30.3001203 ] ], [ [ 120.5831775, 30.3001203 ], [ 120.5811782, 30.2999883 ] ], [ [ 120.5556065, 30.3005072 ], [ 120.555745, 30.3005127 ] ], [ [ 120.555745, 30.3005127 ], [ 120.5557661, 30.3005135 ] ], [ [ 120.5557661, 30.3005135 ], [ 120.5560833, 30.3005261 ] ], [ [ 120.5560833, 30.3005261 ], [ 120.5562816, 30.300534 ] ], [ [ 120.5562514, 30.3012234 ], [ 120.5562816, 30.300534 ] ], [ [ 120.5384877, 30.3019976 ], [ 120.5396834, 30.3019018 ] ], [ [ 120.5396834, 30.3019018 ], [ 120.5406046, 30.3018232 ] ], [ [ 120.5406046, 30.3018232 ], [ 120.540672, 30.3018175 ] ], [ [ 120.540672, 30.3018175 ], [ 120.5421285, 30.3016933 ] ], [ [ 120.5421285, 30.3016933 ], [ 120.5444775, 30.3014762 ] ], [ [ 120.5444775, 30.3014762 ], [ 120.5464779, 30.3013066 ] ], [ [ 120.5464779, 30.3013066 ], [ 120.5471765, 30.3012474 ] ], [ [ 120.5471765, 30.3012474 ], [ 120.5501528, 30.3009655 ] ], [ [ 120.5501528, 30.3009655 ], [ 120.5529196, 30.3007154 ] ], [ [ 120.5529196, 30.3007154 ], [ 120.5547929, 30.3005452 ] ], [ [ 120.5547929, 30.3005452 ], [ 120.5556065, 30.3005072 ] ], [ [ 120.5810037, 30.3038644 ], [ 120.5811782, 30.2999883 ] ], [ [ 120.5384877, 30.3019976 ], [ 120.5383354, 30.3020087 ] ], [ [ 120.5212494, 30.3016018 ], [ 120.5206803, 30.3020034 ] ], [ [ 120.5206803, 30.3020034 ], [ 120.520105, 30.302316 ] ], [ [ 120.520105, 30.302316 ], [ 120.5196946, 30.302763 ] ], [ [ 120.5196946, 30.302763 ], [ 120.5194988, 30.3028811 ] ], [ [ 120.5194988, 30.3028811 ], [ 120.5190724, 30.3029575 ] ], [ [ 120.5190724, 30.3029575 ], [ 120.5183978, 30.3030617 ] ], [ [ 120.5183978, 30.3030617 ], [ 120.5182637, 30.3031404 ] ], [ [ 120.5182637, 30.3031404 ], [ 120.5181698, 30.3032863 ] ], [ [ 120.5181698, 30.3032863 ], [ 120.5181075, 30.3034165 ] ], [ [ 120.5181075, 30.3034165 ], [ 120.5180316, 30.3032118 ] ], [ [ 120.5180316, 30.3032118 ], [ 120.5172014, 30.3036267 ] ], [ [ 120.5242651, 30.303962 ], [ 120.5245505, 30.3036289 ] ], [ [ 120.5245505, 30.3036289 ], [ 120.5246408, 30.3035634 ] ], [ [ 120.5246408, 30.3035634 ], [ 120.5248338, 30.3035466 ] ], [ [ 120.5248338, 30.3035466 ], [ 120.5260375, 30.3035644 ] ], [ [ 120.5260375, 30.3035644 ], [ 120.5280617, 30.3030829 ] ], [ [ 120.5280617, 30.3030829 ], [ 120.5292201, 30.3028648 ] ], [ [ 120.5292201, 30.3028648 ], [ 120.5293531, 30.3028614 ] ], [ [ 120.5293531, 30.3028614 ], [ 120.52967, 30.3028533 ] ], [ [ 120.52967, 30.3028533 ], [ 120.5297485, 30.3028513 ] ], [ [ 120.5297485, 30.3028513 ], [ 120.530052, 30.3028435 ] ], [ [ 120.530052, 30.3028435 ], [ 120.5304156, 30.3027211 ] ], [ [ 120.5304156, 30.3027211 ], [ 120.5323135, 30.3025296 ] ], [ [ 120.5323135, 30.3025296 ], [ 120.5352405, 30.3022796 ] ], [ [ 120.5352405, 30.3022796 ], [ 120.5383354, 30.3020087 ] ], [ [ 120.4893862, 30.2921634 ], [ 120.4900252, 30.2960268 ] ], [ [ 120.5014818, 30.303365 ], [ 120.5016362, 30.3031355 ] ], [ [ 120.5016362, 30.3031355 ], [ 120.501769, 30.3028368 ] ], [ [ 120.501769, 30.3028368 ], [ 120.5017321, 30.3024736 ] ], [ [ 120.5017321, 30.3024736 ], [ 120.5015579, 30.3000238 ] ], [ [ 120.5015579, 30.3000238 ], [ 120.5015414, 30.2997918 ] ], [ [ 120.5015414, 30.2997918 ], [ 120.50134, 30.2969535 ] ], [ [ 120.50134, 30.2969535 ], [ 120.501315, 30.2966425 ] ], [ [ 120.501315, 30.2966425 ], [ 120.5012436, 30.2957538 ] ], [ [ 120.5012436, 30.2957538 ], [ 120.5011872, 30.2954559 ] ], [ [ 120.5011872, 30.2954559 ], [ 120.5010697, 30.2951744 ] ], [ [ 120.5010697, 30.2951744 ], [ 120.5007103, 30.2945954 ] ], [ [ 120.5007103, 30.2945954 ], [ 120.4992726, 30.2926593 ] ], [ [ 120.4992726, 30.2926593 ], [ 120.4992247, 30.2925798 ] ], [ [ 120.4992247, 30.2925798 ], [ 120.498999, 30.2922053 ] ], [ [ 120.498999, 30.2922053 ], [ 120.4989198, 30.2919992 ] ], [ [ 120.4989198, 30.2919992 ], [ 120.4988864, 30.2917931 ] ], [ [ 120.4988864, 30.2917931 ], [ 120.4988488, 30.2910427 ] ], [ [ 120.4988488, 30.2910427 ], [ 120.4988757, 30.2889073 ] ], [ [ 120.4988757, 30.2889073 ], [ 120.498898, 30.2876408 ] ], [ [ 120.498898, 30.2876408 ], [ 120.4988971, 30.2872073 ] ], [ [ 120.4988971, 30.2872073 ], [ 120.4988821, 30.2867581 ] ], [ [ 120.4900252, 30.2960268 ], [ 120.4900644, 30.2962634 ] ], [ [ 120.4594152, 30.2935874 ], [ 120.4594167, 30.2936868 ] ], [ [ 120.470579, 30.2966211 ], [ 120.4705835, 30.2939959 ] ], [ [ 120.4706851, 30.2940075 ], [ 120.470697, 30.2966201 ] ], [ [ 120.4686072, 30.2940248 ], [ 120.4686379, 30.296636 ] ], [ [ 120.4684961, 30.2966371 ], [ 120.4684789, 30.294025 ] ], [ [ 120.470579, 30.2966211 ], [ 120.470697, 30.2966201 ] ], [ [ 120.4686379, 30.296636 ], [ 120.470579, 30.2966211 ] ], [ [ 120.4684961, 30.2966371 ], [ 120.4686379, 30.296636 ] ], [ [ 120.4659236, 30.2966568 ], [ 120.4684961, 30.2966371 ] ], [ [ 120.470697, 30.2966201 ], [ 120.4707014, 30.2967429 ] ], [ [ 120.4705699, 30.2967437 ], [ 120.470579, 30.2966211 ] ], [ [ 120.4686379, 30.296636 ], [ 120.4686393, 30.2967562 ] ], [ [ 120.4684969, 30.2967571 ], [ 120.4684961, 30.2966371 ] ], [ [ 120.4707014, 30.2967429 ], [ 120.4705699, 30.2967437 ] ], [ [ 120.4705699, 30.2967437 ], [ 120.4686393, 30.2967562 ] ], [ [ 120.4686393, 30.2967562 ], [ 120.4684969, 30.2967571 ] ], [ [ 120.4684969, 30.2967571 ], [ 120.4659245, 30.2967738 ] ], [ [ 120.4594167, 30.2936868 ], [ 120.4594246, 30.2941835 ] ], [ [ 120.4594246, 30.2941835 ], [ 120.4594246, 30.2955701 ] ], [ [ 120.4594246, 30.2955701 ], [ 120.4594218, 30.2959218 ] ], [ [ 120.4594218, 30.2959218 ], [ 120.4594218, 30.2961409 ] ], [ [ 120.4594218, 30.2961409 ], [ 120.4594246, 30.2961854 ] ], [ [ 120.4594246, 30.2961854 ], [ 120.459354, 30.2985882 ] ], [ [ 120.459354, 30.2985882 ], [ 120.4593074, 30.2995725 ] ], [ [ 120.4593074, 30.2995725 ], [ 120.4592298, 30.3012104 ] ], [ [ 120.4707014, 30.2967429 ], [ 120.4706877, 30.2988799 ] ], [ [ 120.4705532, 30.2989812 ], [ 120.4705699, 30.2967437 ] ], [ [ 120.4398154, 30.3074977 ], [ 120.4398006, 30.3072112 ] ], [ [ 120.4398006, 30.3072112 ], [ 120.4396926, 30.3055916 ] ], [ [ 120.4396926, 30.3055916 ], [ 120.4396448, 30.3048739 ] ], [ [ 120.4396448, 30.3048739 ], [ 120.4396049, 30.3042758 ] ], [ [ 120.4396049, 30.3042758 ], [ 120.4395268, 30.3031049 ] ], [ [ 120.4505441, 30.2960867 ], [ 120.4500446, 30.298294 ] ], [ [ 120.4500446, 30.298294 ], [ 120.4498614, 30.299021 ] ], [ [ 120.4498614, 30.299021 ], [ 120.4496486, 30.3000275 ] ], [ [ 120.4496486, 30.3000275 ], [ 120.4494697, 30.3008624 ] ], [ [ 120.4686393, 30.2967562 ], [ 120.468682, 30.3003898 ] ], [ [ 120.4685217, 30.3005155 ], [ 120.468513, 30.299192 ], [ 120.4684969, 30.2967571 ] ], [ [ 120.4518524, 30.2998906 ], [ 120.4520505, 30.2998931 ] ], [ [ 120.4900644, 30.2962634 ], [ 120.4913625, 30.3041111 ] ], [ [ 120.4520505, 30.2998931 ], [ 120.4537795, 30.2999142 ] ], [ [ 120.4913625, 30.3041111 ], [ 120.4914493, 30.3046829 ] ], [ [ 120.4563392, 30.3011164 ], [ 120.4563544, 30.3010016 ] ], [ [ 120.4592298, 30.3012104 ], [ 120.4592004, 30.3013601 ] ], [ [ 120.3254645, 30.2964872 ], [ 120.3239456, 30.2940235 ] ], [ [ 120.3281337, 30.2952714 ], [ 120.3254645, 30.2964872 ] ], [ [ 120.323049, 30.2975974 ], [ 120.3214825, 30.2951461 ] ], [ [ 120.3254645, 30.2964872 ], [ 120.3253558, 30.2965367 ] ], [ [ 120.3253558, 30.2965367 ], [ 120.323049, 30.2975974 ] ], [ [ 120.3386879, 30.2984453 ], [ 120.337829, 30.29455 ] ], [ [ 120.337829, 30.29455 ], [ 120.3377423, 30.2942409 ] ], [ [ 120.3430618, 30.2945707 ], [ 120.343959, 30.298777 ] ], [ [ 120.3662394, 30.2998238 ], [ 120.366234, 30.2975184 ], [ 120.3662288, 30.2950915 ] ], [ [ 120.3664435, 30.2950932 ], [ 120.3664455, 30.2998227 ] ], [ [ 120.3611339, 30.2998501 ], [ 120.3611493, 30.2979605 ] ], [ [ 120.3611493, 30.2979605 ], [ 120.3611464, 30.2951034 ] ], [ [ 120.3545482, 30.2953469 ], [ 120.3547982, 30.2960412 ] ], [ [ 120.3547982, 30.2960412 ], [ 120.3553686, 30.2974543 ] ], [ [ 120.3553686, 30.2974543 ], [ 120.3556493, 30.2981356 ] ], [ [ 120.3556493, 30.2981356 ], [ 120.3557416, 30.2983597 ] ], [ [ 120.3557416, 30.2983597 ], [ 120.3563076, 30.2995037 ] ], [ [ 120.3563076, 30.2995037 ], [ 120.356472, 30.29985 ] ], [ [ 120.3827501, 30.2997997 ], [ 120.3839381, 30.2993924 ] ], [ [ 120.3839381, 30.2993924 ], [ 120.3860246, 30.2986219 ] ], [ [ 120.3860246, 30.2986219 ], [ 120.3861024, 30.2985932 ] ], [ [ 120.3718487, 30.2998225 ], [ 120.3730583, 30.2997947 ] ], [ [ 120.3730583, 30.2997947 ], [ 120.3770482, 30.2998267 ] ], [ [ 120.3772541, 30.2998274 ], [ 120.379242, 30.2998345 ] ], [ [ 120.379242, 30.2998345 ], [ 120.3810266, 30.2998168 ] ], [ [ 120.3810266, 30.2998168 ], [ 120.381615, 30.299811 ] ], [ [ 120.381615, 30.299811 ], [ 120.3817035, 30.2998101 ] ], [ [ 120.3817035, 30.2998101 ], [ 120.3827501, 30.2997997 ] ], [ [ 120.3265862, 30.2983716 ], [ 120.3254645, 30.2964872 ] ], [ [ 120.3242148, 30.2994475 ], [ 120.323049, 30.2975974 ] ], [ [ 120.3242148, 30.2994475 ], [ 120.3242817, 30.2995524 ] ], [ [ 120.3183051, 30.3020999 ], [ 120.3183489, 30.3018314 ] ], [ [ 120.3183489, 30.3018314 ], [ 120.3184297, 30.3012026 ] ], [ [ 120.3184297, 30.3012026 ], [ 120.3185773, 30.3007395 ] ], [ [ 120.3185773, 30.3007395 ], [ 120.3189828, 30.2999642 ] ], [ [ 120.3189828, 30.2999642 ], [ 120.3192729, 30.2996267 ] ], [ [ 120.3192729, 30.2996267 ], [ 120.3196051, 30.2992787 ] ], [ [ 120.3196051, 30.2992787 ], [ 120.3203162, 30.2988805 ] ], [ [ 120.3203162, 30.2988805 ], [ 120.323049, 30.2975974 ] ], [ [ 120.3664455, 30.2998227 ], [ 120.3662394, 30.2998238 ] ], [ [ 120.3718487, 30.2998225 ], [ 120.3716195, 30.2998278 ] ], [ [ 120.3716195, 30.2998278 ], [ 120.3664455, 30.2998227 ] ], [ [ 120.3770482, 30.2998267 ], [ 120.3772541, 30.2998274 ] ], [ [ 120.3662394, 30.2998238 ], [ 120.3611339, 30.2998501 ] ], [ [ 120.3386879, 30.2984453 ], [ 120.338754, 30.298745 ] ], [ [ 120.338754, 30.298745 ], [ 120.3388519, 30.2991732 ] ], [ [ 120.3388519, 30.2991732 ], [ 120.3389923, 30.2997874 ] ], [ [ 120.3389923, 30.2997874 ], [ 120.3393411, 30.3015835 ] ], [ [ 120.3446211, 30.3019388 ], [ 120.343959, 30.298777 ] ], [ [ 120.3446211, 30.3019388 ], [ 120.3416976, 30.3017411 ] ], [ [ 120.3416976, 30.3017411 ], [ 120.3393411, 30.3015835 ] ], [ [ 120.3446211, 30.3019388 ], [ 120.3474132, 30.3021504 ] ], [ [ 120.3474132, 30.3021504 ], [ 120.350482, 30.3023343 ] ], [ [ 120.3611339, 30.2998501 ], [ 120.3575704, 30.29985 ] ], [ [ 120.3575704, 30.29985 ], [ 120.356472, 30.29985 ] ], [ [ 120.3544117, 30.301701 ], [ 120.354553, 30.301641 ] ], [ [ 120.350482, 30.3023343 ], [ 120.3522626, 30.3024098 ] ], [ [ 120.3522626, 30.3024098 ], [ 120.3526536, 30.3023331 ] ], [ [ 120.3526536, 30.3023331 ], [ 120.353034, 30.3022412 ] ], [ [ 120.353034, 30.3022412 ], [ 120.3544117, 30.301701 ] ], [ [ 120.3827501, 30.2997997 ], [ 120.3827601, 30.3023722 ] ], [ [ 120.3827601, 30.3023722 ], [ 120.3827733, 30.3033099 ] ], [ [ 120.3827733, 30.3033099 ], [ 120.3827762, 30.3035161 ] ], [ [ 120.3827762, 30.3035161 ], [ 120.3827785, 30.3036296 ] ], [ [ 120.3827785, 30.3036296 ], [ 120.382787, 30.3040486 ] ], [ [ 120.382787, 30.3040486 ], [ 120.3827883, 30.3043416 ] ], [ [ 120.3827883, 30.3043416 ], [ 120.38279, 30.3044842 ] ], [ [ 120.38279, 30.3044842 ], [ 120.3827915, 30.3046111 ] ], [ [ 120.3182862, 30.3022719 ], [ 120.3183051, 30.3020999 ] ], [ [ 120.3182693, 30.3024522 ], [ 120.3182862, 30.3022719 ] ], [ [ 120.3664455, 30.2998227 ], [ 120.3664468, 30.3040261 ], [ 120.3664464, 30.3043646 ], [ 120.3664446, 30.3046104 ] ], [ [ 120.3662553, 30.3046116 ], [ 120.3662513, 30.3044221 ], [ 120.366251, 30.3040361 ], [ 120.3662467, 30.3029827 ], [ 120.3662394, 30.2998238 ] ], [ [ 120.3611339, 30.2998501 ], [ 120.3611257, 30.3008535 ] ], [ [ 120.3611257, 30.3008535 ], [ 120.361163, 30.3040614 ] ], [ [ 120.361163, 30.3040614 ], [ 120.3611657, 30.3043682 ] ], [ [ 120.3611657, 30.3043682 ], [ 120.3611686, 30.3046015 ] ], [ [ 120.356472, 30.29985 ], [ 120.3567068, 30.3003447 ] ], [ [ 120.3567068, 30.3003447 ], [ 120.3572904, 30.3014547 ] ], [ [ 120.3572904, 30.3014547 ], [ 120.3574354, 30.3017547 ] ], [ [ 120.3574354, 30.3017547 ], [ 120.3578652, 30.3026441 ] ], [ [ 120.3578652, 30.3026441 ], [ 120.3581368, 30.3031667 ] ], [ [ 120.3581368, 30.3031667 ], [ 120.3583258, 30.3035305 ] ], [ [ 120.3583258, 30.3035305 ], [ 120.3588787, 30.3046102 ] ], [ [ 120.3393411, 30.3015835 ], [ 120.3392951, 30.3025626 ] ], [ [ 120.3392951, 30.3025626 ], [ 120.3392875, 30.3027244 ] ], [ [ 120.3392875, 30.3027244 ], [ 120.3392664, 30.3031747 ] ], [ [ 120.3392664, 30.3031747 ], [ 120.3392563, 30.3033888 ] ], [ [ 120.3445352, 30.3034784 ], [ 120.3445416, 30.3033642 ] ], [ [ 120.3445416, 30.3033642 ], [ 120.3445666, 30.3029155 ] ], [ [ 120.3445666, 30.3029155 ], [ 120.3446211, 30.3019388 ] ], [ [ 120.3281365, 30.3028715 ], [ 120.3281644, 30.3027981 ] ], [ [ 120.3281644, 30.3027981 ], [ 120.3282265, 30.3026715 ] ], [ [ 120.3503966, 30.3036695 ], [ 120.350482, 30.3023343 ] ], [ [ 120.3098445, 30.3023414 ], [ 120.3098662, 30.3022339 ] ], [ [ 120.3098761, 30.304481 ], [ 120.3098572, 30.3037986 ] ], [ [ 120.3098572, 30.3037986 ], [ 120.3098218, 30.3026125 ] ], [ [ 120.3098218, 30.3026125 ], [ 120.30983, 30.3024131 ] ], [ [ 120.30983, 30.3024131 ], [ 120.3098445, 30.3023414 ] ], [ [ 120.3392464, 30.3034541 ], [ 120.3392563, 30.3033888 ] ], [ [ 120.3180997, 30.3049489 ], [ 120.3182693, 30.3024522 ] ], [ [ 120.3281365, 30.3028715 ], [ 120.3280649, 30.3030596 ] ], [ [ 120.3280649, 30.3030596 ], [ 120.3280311, 30.3039098 ] ], [ [ 120.3280311, 30.3039098 ], [ 120.3280304, 30.3041712 ] ], [ [ 120.3280304, 30.3041712 ], [ 120.3280619, 30.3045714 ] ], [ [ 120.3280619, 30.3045714 ], [ 120.3280311, 30.3051633 ] ], [ [ 120.3249404, 30.305098 ], [ 120.3250528, 30.3038661 ], [ 120.3251311, 30.3038913 ], [ 120.3250371, 30.3051 ] ], [ [ 120.3827871, 30.3047611 ], [ 120.3827915, 30.3046111 ] ], [ [ 120.3611708, 30.3047921 ], [ 120.3611686, 30.3046015 ] ], [ [ 120.3664446, 30.3046104 ], [ 120.3664433, 30.3047875 ] ], [ [ 120.4562266, 30.3029572 ], [ 120.4563392, 30.3011164 ] ], [ [ 120.4592004, 30.3013601 ], [ 120.4591762, 30.3031189 ] ], [ [ 120.4504161, 30.3026848 ], [ 120.4517872, 30.3027382 ] ], [ [ 120.4519536, 30.3027476 ], [ 120.4517872, 30.3027382 ] ], [ [ 120.4957779, 30.3056403 ], [ 120.4956474, 30.304792 ] ], [ [ 120.4956474, 30.304792 ], [ 120.4955973, 30.3044937 ] ], [ [ 120.4938222, 30.3058641 ], [ 120.4935558, 30.3043399 ] ], [ [ 120.4916922, 30.3061346 ], [ 120.4914493, 30.3046829 ] ], [ [ 120.4519536, 30.3027476 ], [ 120.4532278, 30.3028051 ] ], [ [ 120.4532278, 30.3028051 ], [ 120.4543476, 30.3028728 ] ], [ [ 120.4543476, 30.3028728 ], [ 120.4562266, 30.3029572 ] ], [ [ 120.4591762, 30.3031189 ], [ 120.4562266, 30.3029572 ] ], [ [ 120.4560736, 30.3057955 ], [ 120.4562266, 30.3029572 ] ], [ [ 120.4590114, 30.3079037 ], [ 120.4590188, 30.307795 ] ], [ [ 120.4590188, 30.307795 ], [ 120.4590661, 30.3071018 ] ], [ [ 120.4590661, 30.3071018 ], [ 120.459061, 30.3067907 ] ], [ [ 120.459061, 30.3067907 ], [ 120.4590909, 30.3060688 ] ], [ [ 120.4590909, 30.3060688 ], [ 120.4591762, 30.3031189 ] ], [ [ 120.4938222, 30.3058641 ], [ 120.4957779, 30.3056403 ] ], [ [ 120.4916922, 30.3061346 ], [ 120.4938222, 30.3058641 ] ], [ [ 120.4890329, 30.3064184 ], [ 120.4902493, 30.3062886 ] ], [ [ 120.4902493, 30.3062886 ], [ 120.4916922, 30.3061346 ] ], [ [ 120.3883827, 30.30891 ], [ 120.3882457, 30.3087272 ] ], [ [ 120.3882457, 30.3087272 ], [ 120.3864823, 30.3050667 ] ], [ [ 120.3864823, 30.3050667 ], [ 120.3864493, 30.3049469 ] ], [ [ 120.3864493, 30.3049469 ], [ 120.3864296, 30.3047434 ] ], [ [ 120.4398154, 30.3074977 ], [ 120.4398626, 30.3082102 ] ], [ [ 120.4398626, 30.3082102 ], [ 120.4398765, 30.3084197 ] ], [ [ 120.4397175, 30.3085131 ], [ 120.4397046, 30.3083831 ] ], [ [ 120.4397046, 30.3083831 ], [ 120.4396887, 30.3082067 ] ], [ [ 120.4396887, 30.3082067 ], [ 120.4396557, 30.3078407 ] ], [ [ 120.4396557, 30.3078407 ], [ 120.4398154, 30.3074977 ] ], [ [ 120.4399028, 30.3087876 ], [ 120.4398765, 30.3084197 ] ], [ [ 120.4957779, 30.3056403 ], [ 120.4960997, 30.3077322 ] ], [ [ 120.49412, 30.3079681 ], [ 120.4938222, 30.3058641 ] ], [ [ 120.4920538, 30.3082455 ], [ 120.4916922, 30.3061346 ] ], [ [ 120.4960997, 30.3077322 ], [ 120.49412, 30.3079681 ] ], [ [ 120.49412, 30.3079681 ], [ 120.4920538, 30.3082455 ] ], [ [ 120.5021695, 30.308062 ], [ 120.4998335, 30.3083493 ] ], [ [ 120.4998335, 30.3083493 ], [ 120.4998716, 30.3090257 ] ], [ [ 120.4590114, 30.3079037 ], [ 120.4590144, 30.3081572 ] ], [ [ 120.4741417, 30.3089041 ], [ 120.4720052, 30.3091324 ] ], [ [ 120.5022414, 30.3086899 ], [ 120.4998716, 30.3090257 ] ], [ [ 120.4922723, 30.3095048 ], [ 120.4922081, 30.3091573 ] ], [ [ 120.4922081, 30.3091573 ], [ 120.4921847, 30.3090188 ] ], [ [ 120.4921847, 30.3090188 ], [ 120.4921705, 30.3089349 ] ], [ [ 120.4921705, 30.3089349 ], [ 120.4920538, 30.3082455 ] ], [ [ 120.4998716, 30.3090257 ], [ 120.4999178, 30.3098472 ] ], [ [ 120.5086351, 30.3037423 ], [ 120.5085624, 30.3031481 ] ], [ [ 120.5987961, 30.3012031 ], [ 120.5999545, 30.3012713 ] ], [ [ 120.5999545, 30.3012713 ], [ 120.6026267, 30.3014286 ] ], [ [ 120.6026267, 30.3014286 ], [ 120.6030191, 30.3014517 ] ], [ [ 120.6030191, 30.3014517 ], [ 120.6049461, 30.3015901 ] ], [ [ 120.6049461, 30.3015901 ], [ 120.6066539, 30.3016978 ] ], [ [ 120.6066539, 30.3016978 ], [ 120.6083087, 30.3018021 ] ], [ [ 120.6083087, 30.3018021 ], [ 120.6116549, 30.3020167 ] ], [ [ 120.5860305, 30.3003143 ], [ 120.5859869, 30.3019406 ], [ 120.5859442, 30.303381 ], [ 120.585868, 30.3050896 ], [ 120.585759, 30.3050838 ], [ 120.5858079, 30.3033829 ], [ 120.5858613, 30.3018866 ], [ 120.5858936, 30.3003049 ] ], [ [ 120.5925895, 30.3007527 ], [ 120.5922492, 30.3046618 ] ], [ [ 120.6125825, 30.306265 ], [ 120.6130787, 30.3063528 ] ], [ [ 120.6130787, 30.3063528 ], [ 120.6153227, 30.3068571 ] ], [ [ 120.6153227, 30.3068571 ], [ 120.6180791, 30.3073702 ] ], [ [ 120.6180791, 30.3073702 ], [ 120.6200875, 30.3078302 ] ], [ [ 120.6200875, 30.3078302 ], [ 120.6207536, 30.3078744 ] ], [ [ 120.6207536, 30.3078744 ], [ 120.6215733, 30.3080337 ] ], [ [ 120.6215733, 30.3080337 ], [ 120.6229514, 30.3083096 ] ], [ [ 120.6229514, 30.3083096 ], [ 120.6258155, 30.3088829 ] ], [ [ 120.6258155, 30.3088829 ], [ 120.6281832, 30.3093647 ] ], [ [ 120.6281832, 30.3093647 ], [ 120.6286846, 30.3094668 ] ], [ [ 120.6286846, 30.3094668 ], [ 120.6314615, 30.310086 ] ], [ [ 120.6314615, 30.310086 ], [ 120.6323837, 30.3102983 ] ], [ [ 120.6323837, 30.3102983 ], [ 120.6332957, 30.3104398 ] ], [ [ 120.6332957, 30.3104398 ], [ 120.6341848, 30.3106421 ] ], [ [ 120.6341848, 30.3106421 ], [ 120.6369128, 30.3112625 ] ], [ [ 120.6369128, 30.3112625 ], [ 120.638366, 30.3115268 ] ], [ [ 120.638366, 30.3115268 ], [ 120.6407554, 30.3119614 ] ], [ [ 120.6407554, 30.3119614 ], [ 120.6439524, 30.3126779 ] ], [ [ 120.6439524, 30.3126779 ], [ 120.6475081, 30.3134121 ] ], [ [ 120.6475081, 30.3134121 ], [ 120.6484918, 30.3135979 ] ], [ [ 120.6484918, 30.3135979 ], [ 120.6487684, 30.313474 ] ], [ [ 120.6487684, 30.313474 ], [ 120.6489016, 30.3132706 ] ], [ [ 120.6489016, 30.3132706 ], [ 120.648794, 30.3127974 ] ], [ [ 120.648794, 30.3127974 ], [ 120.6486762, 30.3122798 ] ], [ [ 120.6486762, 30.3122798 ], [ 120.6483278, 30.3105372 ] ], [ [ 120.6483278, 30.3105372 ], [ 120.6478462, 30.3083964 ] ], [ [ 120.6478462, 30.3083964 ], [ 120.6475388, 30.3068659 ] ], [ [ 120.6475388, 30.3068659 ], [ 120.6472416, 30.3054682 ] ], [ [ 120.6472416, 30.3054682 ], [ 120.6468625, 30.3038316 ] ], [ [ 120.6468625, 30.3038316 ], [ 120.6464629, 30.3016552 ] ], [ [ 120.6464629, 30.3016552 ], [ 120.6463049, 30.301043 ] ], [ [ 120.6463049, 30.301043 ], [ 120.646176, 30.3005317 ] ], [ [ 120.646176, 30.3005317 ], [ 120.646176, 30.3000716 ] ], [ [ 120.646176, 30.3000716 ], [ 120.6458583, 30.2986472 ] ], [ [ 120.6458583, 30.2986472 ], [ 120.6454587, 30.2966389 ] ], [ [ 120.6454587, 30.2966389 ], [ 120.6449771, 30.2942943 ] ], [ [ 120.6449771, 30.2942943 ], [ 120.6447209, 30.2934007 ] ], [ [ 120.6447209, 30.2934007 ], [ 120.644434, 30.2932414 ] ], [ [ 120.5086351, 30.3037423 ], [ 120.5086224, 30.3039103 ] ], [ [ 120.5242651, 30.303962 ], [ 120.5233477, 30.3041522 ] ], [ [ 120.5233477, 30.3041522 ], [ 120.5232052, 30.3043981 ] ], [ [ 120.5232052, 30.3043981 ], [ 120.5232015, 30.3045312 ] ], [ [ 120.5232015, 30.3045312 ], [ 120.5232621, 30.3046181 ] ], [ [ 120.5844227, 30.3002049 ], [ 120.584293, 30.303135 ] ], [ [ 120.584293, 30.303135 ], [ 120.5842764, 30.3040892 ] ], [ [ 120.5842764, 30.3040892 ], [ 120.5842752, 30.3041566 ] ], [ [ 120.5842752, 30.3041566 ], [ 120.5843227, 30.3042798 ] ], [ [ 120.5843227, 30.3042798 ], [ 120.5844179, 30.3043516 ] ], [ [ 120.5844179, 30.3043516 ], [ 120.5844298, 30.3044338 ] ], [ [ 120.5844298, 30.3044338 ], [ 120.5843703, 30.3054708 ] ], [ [ 120.5843703, 30.3054708 ], [ 120.58438, 30.3055727 ] ], [ [ 120.58438, 30.3055727 ], [ 120.5844654, 30.3064667 ] ], [ [ 120.5844654, 30.3064667 ], [ 120.5844078, 30.3071628 ] ], [ [ 120.5844078, 30.3071628 ], [ 120.584406, 30.3071854 ] ], [ [ 120.584406, 30.3071854 ], [ 120.5843441, 30.3085417 ] ], [ [ 120.5843441, 30.3085417 ], [ 120.5843108, 30.3092695 ] ], [ [ 120.5505862, 30.3112186 ], [ 120.5511601, 30.3101682 ] ], [ [ 120.5511601, 30.3101682 ], [ 120.5521319, 30.3100559 ] ], [ [ 120.5521319, 30.3100559 ], [ 120.5540907, 30.3098644 ] ], [ [ 120.5540907, 30.3098644 ], [ 120.5543126, 30.3097851 ] ], [ [ 120.5543126, 30.3097851 ], [ 120.5542744, 30.3079751 ] ], [ [ 120.5542744, 30.3079751 ], [ 120.5542438, 30.3066406 ] ], [ [ 120.5542438, 30.3066406 ], [ 120.5542744, 30.306198 ] ], [ [ 120.5542744, 30.306198 ], [ 120.5544886, 30.3060064 ] ], [ [ 120.5544886, 30.3060064 ], [ 120.5546723, 30.3059338 ] ], [ [ 120.5546723, 30.3059338 ], [ 120.5552538, 30.3059074 ] ], [ [ 120.5552538, 30.3059074 ], [ 120.5554221, 30.3059404 ] ], [ [ 120.5554221, 30.3059404 ], [ 120.5554451, 30.3054912 ] ], [ [ 120.5554451, 30.3054912 ], [ 120.5555293, 30.3053524 ] ], [ [ 120.5555293, 30.3053524 ], [ 120.5555599, 30.3038132 ] ], [ [ 120.5555599, 30.3038132 ], [ 120.5555446, 30.3023532 ] ], [ [ 120.5555446, 30.3023532 ], [ 120.5556058, 30.3021748 ] ], [ [ 120.5556058, 30.3021748 ], [ 120.5556065, 30.3005072 ] ], [ [ 120.6116549, 30.3020167 ], [ 120.6113722, 30.3051397 ] ], [ [ 120.6113722, 30.3051397 ], [ 120.6112405, 30.3064699 ] ], [ [ 120.6112405, 30.3064699 ], [ 120.6112035, 30.3069325 ] ], [ [ 120.6112035, 30.3069325 ], [ 120.6111536, 30.3081367 ] ], [ [ 120.653387, 30.3196734 ], [ 120.653792, 30.3187993 ] ], [ [ 120.653792, 30.3187993 ], [ 120.6551913, 30.3153426 ] ], [ [ 120.6551913, 30.3153426 ], [ 120.6564064, 30.3122274 ] ], [ [ 120.6564064, 30.3122274 ], [ 120.6574742, 30.3096129 ] ], [ [ 120.6574742, 30.3096129 ], [ 120.6584408, 30.3072048 ] ], [ [ 120.6584408, 30.3072048 ], [ 120.6593245, 30.3050829 ] ], [ [ 120.6593245, 30.3050829 ], [ 120.6601898, 30.3029688 ] ], [ [ 120.6601898, 30.3029688 ], [ 120.6610091, 30.3008865 ] ], [ [ 120.6610091, 30.3008865 ], [ 120.6617823, 30.2989552 ] ], [ [ 120.6617823, 30.2989552 ], [ 120.6629238, 30.2961415 ] ], [ [ 120.6629238, 30.2961415 ], [ 120.6641389, 30.293145 ] ], [ [ 120.6641389, 30.293145 ], [ 120.6648477, 30.2913328 ] ], [ [ 120.6648477, 30.2913328 ], [ 120.6649181, 30.2910516 ] ], [ [ 120.5285028, 30.3068335 ], [ 120.5285049, 30.3047531 ], [ 120.5285079, 30.3045295 ] ], [ [ 120.5287058, 30.3045384 ], [ 120.5287039, 30.3047616 ], [ 120.5286967, 30.3068432 ] ], [ [ 120.5014818, 30.303365 ], [ 120.5015997, 30.3043456 ] ], [ [ 120.5015997, 30.3043456 ], [ 120.5019082, 30.3046816 ] ], [ [ 120.5019082, 30.3046816 ], [ 120.5019702, 30.3055283 ] ], [ [ 120.5019702, 30.3055283 ], [ 120.5020347, 30.3067222 ] ], [ [ 120.5020347, 30.3067222 ], [ 120.5021695, 30.308062 ] ], [ [ 120.5088722, 30.3079893 ], [ 120.5088515, 30.3076826 ] ], [ [ 120.5088515, 30.3076826 ], [ 120.5087067, 30.3055659 ] ], [ [ 120.5087067, 30.3055659 ], [ 120.5086224, 30.3039103 ] ], [ [ 120.5220955, 30.3065151 ], [ 120.5222951, 30.3065225 ] ], [ [ 120.5094563, 30.30958 ], [ 120.509507, 30.3084874 ] ], [ [ 120.509507, 30.3084874 ], [ 120.5096491, 30.3082721 ] ], [ [ 120.5096491, 30.3082721 ], [ 120.5099549, 30.3079711 ] ], [ [ 120.5099549, 30.3079711 ], [ 120.5102714, 30.3077557 ] ], [ [ 120.5102714, 30.3077557 ], [ 120.5107166, 30.3074037 ] ], [ [ 120.5107166, 30.3074037 ], [ 120.5113791, 30.307068 ] ], [ [ 120.5113791, 30.307068 ], [ 120.511693, 30.3068086 ] ], [ [ 120.511693, 30.3068086 ], [ 120.5122884, 30.3064474 ] ], [ [ 120.5122884, 30.3064474 ], [ 120.5125915, 30.3062667 ] ], [ [ 120.5125915, 30.3062667 ], [ 120.5132138, 30.3059981 ] ], [ [ 120.5132138, 30.3059981 ], [ 120.513541, 30.3058685 ] ], [ [ 120.513541, 30.3058685 ], [ 120.5138816, 30.3056114 ] ], [ [ 120.5138816, 30.3056114 ], [ 120.5142947, 30.305366 ] ], [ [ 120.5142947, 30.305366 ], [ 120.514921, 30.3051483 ] ], [ [ 120.514921, 30.3051483 ], [ 120.5157096, 30.3048264 ] ], [ [ 120.5157096, 30.3048264 ], [ 120.5157498, 30.304567 ] ], [ [ 120.5157498, 30.304567 ], [ 120.5157874, 30.3044374 ] ], [ [ 120.5157874, 30.3044374 ], [ 120.5159, 30.3043841 ] ], [ [ 120.5159, 30.3043841 ], [ 120.5166537, 30.3043725 ] ], [ [ 120.5166537, 30.3043725 ], [ 120.5168978, 30.3043841 ] ], [ [ 120.5168978, 30.3043841 ], [ 120.516945, 30.3042574 ] ], [ [ 120.516945, 30.3042574 ], [ 120.5169449, 30.3040906 ] ], [ [ 120.5169449, 30.3040906 ], [ 120.516911, 30.3039526 ] ], [ [ 120.516911, 30.3039526 ], [ 120.5169166, 30.3038463 ] ], [ [ 120.5169166, 30.3038463 ], [ 120.5170036, 30.3037099 ] ], [ [ 120.5170036, 30.3037099 ], [ 120.5172014, 30.3036267 ] ], [ [ 120.5222951, 30.3065225 ], [ 120.5285028, 30.3068335 ] ], [ [ 120.5222945, 30.3066939 ], [ 120.5220945, 30.3066866 ] ], [ [ 120.5285025, 30.3069629 ], [ 120.5222945, 30.3066939 ] ], [ [ 120.5285028, 30.3068335 ], [ 120.5286967, 30.3068432 ] ], [ [ 120.5285025, 30.3069629 ], [ 120.5285028, 30.3068335 ] ], [ [ 120.5562939, 30.3058556 ], [ 120.5562749, 30.3074315 ] ], [ [ 120.5286967, 30.3068432 ], [ 120.5286963, 30.3069713 ] ], [ [ 120.5286963, 30.3069713 ], [ 120.5285025, 30.3069629 ] ], [ [ 120.5343662, 30.3094357 ], [ 120.5343897, 30.3051304 ] ], [ [ 120.5345099, 30.3051345 ], [ 120.5344761, 30.3094335 ] ], [ [ 120.5094563, 30.30958 ], [ 120.5096298, 30.3095267 ] ], [ [ 120.5096298, 30.3095267 ], [ 120.5106816, 30.3092035 ] ], [ [ 120.5106816, 30.3092035 ], [ 120.5119256, 30.3087472 ] ], [ [ 120.5119256, 30.3087472 ], [ 120.5151576, 30.3074072 ] ], [ [ 120.5151576, 30.3074072 ], [ 120.5158366, 30.3071257 ] ], [ [ 120.5158366, 30.3071257 ], [ 120.5202924, 30.3053497 ] ], [ [ 120.5202924, 30.3053497 ], [ 120.5210159, 30.3050862 ] ], [ [ 120.5210159, 30.3050862 ], [ 120.5211114, 30.3051401 ] ], [ [ 120.5211114, 30.3051401 ], [ 120.5213363, 30.3053822 ] ], [ [ 120.5213363, 30.3053822 ], [ 120.5214164, 30.3054168 ] ], [ [ 120.5214164, 30.3054168 ], [ 120.5215612, 30.3054301 ] ], [ [ 120.5215612, 30.3054301 ], [ 120.5221017, 30.3054487 ] ], [ [ 120.5088722, 30.3079893 ], [ 120.5075115, 30.3081419 ] ], [ [ 120.5075115, 30.3081419 ], [ 120.5055306, 30.3083494 ] ], [ [ 120.5055306, 30.3083494 ], [ 120.5050334, 30.3084015 ] ], [ [ 120.366251, 30.3047875 ], [ 120.3662553, 30.3046116 ] ], [ [ 120.314828, 30.304739 ], [ 120.3180997, 30.3049489 ] ], [ [ 120.3180997, 30.3049489 ], [ 120.3183067, 30.3048869 ], [ 120.3188908, 30.3049113 ], [ 120.3197422, 30.3049469 ], [ 120.3215645, 30.3050146 ] ], [ [ 120.3215645, 30.3050146 ], [ 120.3217766, 30.3050255 ] ], [ [ 120.3215584, 30.3050934 ], [ 120.319736, 30.3050173 ], [ 120.3180997, 30.3049489 ] ], [ [ 120.3217766, 30.3050255 ], [ 120.3249404, 30.305098 ] ], [ [ 120.3217703, 30.3050974 ], [ 120.3215584, 30.3050934 ] ], [ [ 120.3249404, 30.305098 ], [ 120.3250371, 30.3051 ] ], [ [ 120.3098761, 30.304481 ], [ 120.3085358, 30.3044782 ] ], [ [ 120.3146539, 30.3047256 ], [ 120.3144613, 30.3047144 ] ], [ [ 120.3144613, 30.3047144 ], [ 120.3138663, 30.3046776 ] ], [ [ 120.3138663, 30.3046776 ], [ 120.3123527, 30.3046269 ] ], [ [ 120.3123527, 30.3046269 ], [ 120.3115671, 30.3045806 ] ], [ [ 120.3115671, 30.3045806 ], [ 120.3110941, 30.3045528 ] ], [ [ 120.3110941, 30.3045528 ], [ 120.3107767, 30.3045341 ] ], [ [ 120.3107767, 30.3045341 ], [ 120.3104511, 30.3045149 ] ], [ [ 120.3104511, 30.3045149 ], [ 120.3098761, 30.304481 ] ], [ [ 120.3146539, 30.3047256 ], [ 120.314828, 30.304739 ] ], [ [ 120.3098761, 30.304481 ], [ 120.3100704, 30.3059244 ] ], [ [ 120.3100704, 30.3059244 ], [ 120.3102099, 30.3069608 ] ], [ [ 120.3503159, 30.3042955 ], [ 120.3503052, 30.3044036 ] ], [ [ 120.3388771, 30.3080992 ], [ 120.338996, 30.306539 ] ], [ [ 120.338996, 30.306539 ], [ 120.339018, 30.3062871 ] ], [ [ 120.339018, 30.3062871 ], [ 120.3391493, 30.3047863 ] ], [ [ 120.3391493, 30.3047863 ], [ 120.339163, 30.30463 ] ], [ [ 120.339163, 30.30463 ], [ 120.3392037, 30.3040568 ] ], [ [ 120.3392037, 30.3040568 ], [ 120.3392464, 30.3034541 ] ], [ [ 120.3249369, 30.3051369 ], [ 120.322554, 30.3051072 ], [ 120.3217703, 30.3050974 ] ], [ [ 120.3249369, 30.3051369 ], [ 120.3249404, 30.305098 ] ], [ [ 120.3250371, 30.3051 ], [ 120.3250309, 30.3051393 ] ], [ [ 120.3250371, 30.3051 ], [ 120.3280311, 30.3051633 ] ], [ [ 120.3250309, 30.3051393 ], [ 120.3249369, 30.3051369 ] ], [ [ 120.3280284, 30.3052148 ], [ 120.3250309, 30.3051393 ] ], [ [ 120.3280311, 30.3051633 ], [ 120.3280284, 30.3052148 ] ], [ [ 120.3180997, 30.3049489 ], [ 120.317895, 30.3071745 ] ], [ [ 120.3147998, 30.3052651 ], [ 120.3148467, 30.3059169 ], [ 120.3148203, 30.3070508 ] ], [ [ 120.3145261, 30.307038 ], [ 120.314547, 30.3060275 ], [ 120.3145716, 30.3056737 ], [ 120.3146637, 30.3052894 ] ], [ [ 120.3102099, 30.3069608 ], [ 120.3102309, 30.3070764 ] ], [ [ 120.3145235, 30.3071837 ], [ 120.3145261, 30.307038 ] ], [ [ 120.3148203, 30.3070508 ], [ 120.3148113, 30.3071879 ] ], [ [ 120.3499659, 30.3086808 ], [ 120.3500453, 30.307696 ] ], [ [ 120.3500453, 30.307696 ], [ 120.3501373, 30.3065316 ] ], [ [ 120.3501373, 30.3065316 ], [ 120.3501598, 30.3062468 ] ], [ [ 120.3501598, 30.3062468 ], [ 120.3501706, 30.3061097 ] ], [ [ 120.3501706, 30.3061097 ], [ 120.3501972, 30.3057722 ] ], [ [ 120.3501972, 30.3057722 ], [ 120.3503052, 30.3044036 ] ], [ [ 120.3306453, 30.3076155 ], [ 120.3307933, 30.3063362 ] ], [ [ 120.3306309, 30.3077426 ], [ 120.3306453, 30.3076155 ] ], [ [ 120.3247381, 30.3074275 ], [ 120.3249369, 30.3051369 ] ], [ [ 120.3250309, 30.3051393 ], [ 120.32479, 30.3074286 ] ], [ [ 120.3277378, 30.3074917 ], [ 120.3277532, 30.3072304 ], [ 120.3279026, 30.3053799 ], [ 120.3280284, 30.3052148 ] ], [ [ 120.3280284, 30.3052148 ], [ 120.3280814, 30.3053825 ], [ 120.3280051, 30.3062453 ], [ 120.327894, 30.3075028 ] ], [ [ 120.3280311, 30.3051633 ], [ 120.331723, 30.3053172 ], [ 120.3318269, 30.3053481 ], [ 120.33187, 30.3054087 ], [ 120.3322234, 30.307661 ] ], [ [ 120.3280284, 30.3052148 ], [ 120.3317336, 30.3053804 ], [ 120.3317885, 30.3053927 ], [ 120.3318234, 30.3054431 ], [ 120.3321608, 30.3076593 ] ], [ [ 120.3540876, 30.3046665 ], [ 120.3537374, 30.3089005 ] ], [ [ 120.3827871, 30.3047611 ], [ 120.3827803, 30.3050183 ] ], [ [ 120.3827803, 30.3050183 ], [ 120.382696, 30.305233 ] ], [ [ 120.382696, 30.305233 ], [ 120.3825915, 30.3054196 ] ], [ [ 120.3825915, 30.3054196 ], [ 120.3824884, 30.3055717 ] ], [ [ 120.3824884, 30.3055717 ], [ 120.3824417, 30.3056642 ] ], [ [ 120.3824417, 30.3056642 ], [ 120.3824227, 30.3057019 ] ], [ [ 120.3824227, 30.3057019 ], [ 120.3823975, 30.3057519 ] ], [ [ 120.3823975, 30.3057519 ], [ 120.3823498, 30.3059156 ] ], [ [ 120.3823498, 30.3059156 ], [ 120.3823322, 30.3061534 ] ], [ [ 120.3823322, 30.3061534 ], [ 120.3823416, 30.3078492 ] ], [ [ 120.3823416, 30.3078492 ], [ 120.3823423, 30.307976 ] ], [ [ 120.3823423, 30.307976 ], [ 120.3823433, 30.308152 ] ], [ [ 120.3823433, 30.308152 ], [ 120.3823445, 30.3083749 ] ], [ [ 120.3823445, 30.3083749 ], [ 120.3823363, 30.3089163 ] ], [ [ 120.3805643, 30.3047536 ], [ 120.3805705, 30.3073632 ] ], [ [ 120.3805705, 30.3073632 ], [ 120.3805717, 30.3078771 ] ], [ [ 120.3805717, 30.3078771 ], [ 120.3805736, 30.3086786 ] ], [ [ 120.3805736, 30.3086786 ], [ 120.380574, 30.308826 ] ], [ [ 120.380574, 30.308826 ], [ 120.3805742, 30.3089239 ] ], [ [ 120.3577739, 30.3080326 ], [ 120.3576247, 30.3080839 ] ], [ [ 120.317895, 30.3071745 ], [ 120.3178419, 30.3072884 ] ], [ [ 120.3247047, 30.30756 ], [ 120.3247381, 30.3074275 ] ], [ [ 120.32479, 30.3074286 ], [ 120.3247642, 30.3075621 ] ], [ [ 120.3277395, 30.3076651 ], [ 120.3277378, 30.3074917 ] ], [ [ 120.327894, 30.3075028 ], [ 120.3278983, 30.307673 ] ], [ [ 120.3388771, 30.3080992 ], [ 120.3375113, 30.3080135 ] ], [ [ 120.3375113, 30.3080135 ], [ 120.3359232, 30.3079139 ] ], [ [ 120.3359232, 30.3079139 ], [ 120.3350791, 30.307861 ] ], [ [ 120.3350791, 30.307861 ], [ 120.3334302, 30.3077539 ] ], [ [ 120.344151, 30.308434 ], [ 120.3428855, 30.3083546 ] ], [ [ 120.3428855, 30.3083546 ], [ 120.3423243, 30.3083194 ] ], [ [ 120.3423243, 30.3083194 ], [ 120.3419091, 30.3082934 ] ], [ [ 120.3419091, 30.3082934 ], [ 120.3404561, 30.3082023 ] ], [ [ 120.3404561, 30.3082023 ], [ 120.3388771, 30.3080992 ] ], [ [ 120.344151, 30.308434 ], [ 120.3446232, 30.3083824 ] ], [ [ 120.3446232, 30.3083824 ], [ 120.3449424, 30.3083963 ] ], [ [ 120.3449424, 30.3083963 ], [ 120.3462971, 30.3084717 ] ], [ [ 120.3462971, 30.3084717 ], [ 120.3478053, 30.3085758 ] ], [ [ 120.3478053, 30.3085758 ], [ 120.3480956, 30.3085882 ] ], [ [ 120.3480956, 30.3085882 ], [ 120.3481569, 30.3085912 ] ], [ [ 120.3481569, 30.3085912 ], [ 120.3486218, 30.3086143 ] ], [ [ 120.3486218, 30.3086143 ], [ 120.3499659, 30.3086808 ] ], [ [ 120.3499659, 30.3086808 ], [ 120.3537374, 30.3089005 ] ], [ [ 120.3576247, 30.3080839 ], [ 120.3559762, 30.308684 ] ], [ [ 120.3559762, 30.308684 ], [ 120.3555803, 30.3088251 ] ], [ [ 120.3555803, 30.3088251 ], [ 120.3552429, 30.308908 ] ], [ [ 120.3552429, 30.308908 ], [ 120.3549334, 30.3089535 ] ], [ [ 120.3549334, 30.3089535 ], [ 120.3546364, 30.3089514 ] ], [ [ 120.3546364, 30.3089514 ], [ 120.3537374, 30.3089005 ] ], [ [ 120.3883827, 30.30891 ], [ 120.3841222, 30.3089079 ] ], [ [ 120.3841222, 30.3089079 ], [ 120.3837024, 30.3089092 ] ], [ [ 120.3837024, 30.3089092 ], [ 120.3830535, 30.3089128 ] ], [ [ 120.3830535, 30.3089128 ], [ 120.3823363, 30.3089163 ] ], [ [ 120.3823363, 30.3089163 ], [ 120.3805742, 30.3089239 ] ], [ [ 120.3716455, 30.3089272 ], [ 120.3718768, 30.3089315 ] ], [ [ 120.3772629, 30.3089382 ], [ 120.3789835, 30.3089308 ] ], [ [ 120.3789835, 30.3089308 ], [ 120.3791363, 30.3089301 ] ], [ [ 120.3791363, 30.3089301 ], [ 120.3805742, 30.3089239 ] ], [ [ 120.3146447, 30.3115855 ], [ 120.3146303, 30.3117201 ] ], [ [ 120.3142941, 30.311727 ], [ 120.3142939, 30.3115789 ] ], [ [ 120.3079522, 30.3123756 ], [ 120.3079278, 30.3122647 ] ], [ [ 120.3242848, 30.3116473 ], [ 120.3244875, 30.309881 ], [ 120.324612, 30.3087769 ], [ 120.3247047, 30.30756 ] ], [ [ 120.3247642, 30.3075621 ], [ 120.3243678, 30.3116553 ] ], [ [ 120.3277011, 30.3116342 ], [ 120.3277338, 30.3079674 ], [ 120.3277395, 30.3076651 ] ], [ [ 120.3278983, 30.307673 ], [ 120.3278693, 30.3102747 ], [ 120.327854, 30.3116482 ] ], [ [ 120.3307647, 30.3116849 ], [ 120.3305647, 30.3102474 ] ], [ [ 120.3305647, 30.3102474 ], [ 120.3305653, 30.3093647 ] ], [ [ 120.3305653, 30.3093647 ], [ 120.3305654, 30.3092758 ] ], [ [ 120.3305654, 30.3092758 ], [ 120.3305699, 30.3091697 ] ], [ [ 120.3305699, 30.3091697 ], [ 120.3306309, 30.3077426 ] ], [ [ 120.3388771, 30.3080992 ], [ 120.3387465, 30.3101133 ] ], [ [ 120.3387465, 30.3101133 ], [ 120.3386856, 30.3109048 ] ], [ [ 120.3386856, 30.3109048 ], [ 120.3386032, 30.3119748 ] ], [ [ 120.3496365, 30.3126612 ], [ 120.3497962, 30.3107929 ] ], [ [ 120.3497962, 30.3107929 ], [ 120.3499659, 30.3086808 ] ], [ [ 120.3770672, 30.3089381 ], [ 120.376798, 30.3089378 ] ], [ [ 120.376798, 30.3089378 ], [ 120.3757257, 30.3089364 ] ], [ [ 120.3757257, 30.3089364 ], [ 120.374537, 30.3089349 ] ], [ [ 120.374537, 30.3089349 ], [ 120.3739351, 30.3089341 ] ], [ [ 120.3739351, 30.3089341 ], [ 120.3738794, 30.308934 ] ], [ [ 120.3738794, 30.308934 ], [ 120.3718768, 30.3089315 ] ], [ [ 120.369367, 30.3089444 ], [ 120.3704874, 30.3089405 ] ], [ [ 120.3704874, 30.3089405 ], [ 120.3705481, 30.3089398 ] ], [ [ 120.3705481, 30.3089398 ], [ 120.3716455, 30.3089272 ] ], [ [ 120.3772629, 30.3089382 ], [ 120.3770672, 30.3089381 ] ], [ [ 120.3534156, 30.3128469 ], [ 120.3537374, 30.3089005 ] ], [ [ 120.3534119, 30.3128918 ], [ 120.3534156, 30.3128469 ] ], [ [ 120.3242687, 30.3117994 ], [ 120.3242848, 30.3116473 ] ], [ [ 120.3276937, 30.3118165 ], [ 120.3277011, 30.3116342 ] ], [ [ 120.4895541, 30.3095526 ], [ 120.4911469, 30.3093695 ] ], [ [ 120.4911469, 30.3093695 ], [ 120.4915026, 30.3093426 ] ], [ [ 120.4915026, 30.3093426 ], [ 120.4918072, 30.3093789 ] ], [ [ 120.4918072, 30.3093789 ], [ 120.4922723, 30.3095048 ] ], [ [ 120.4960997, 30.3077322 ], [ 120.4965369, 30.3101965 ] ], [ [ 120.4965369, 30.3101965 ], [ 120.4965526, 30.3102848 ] ], [ [ 120.4965526, 30.3102848 ], [ 120.4965833, 30.3104578 ] ], [ [ 120.4965833, 30.3104578 ], [ 120.4967201, 30.3113609 ] ], [ [ 120.4999178, 30.3098472 ], [ 120.5023143, 30.3097405 ] ], [ [ 120.4999178, 30.3098472 ], [ 120.4999709, 30.3107906 ] ], [ [ 120.4922723, 30.3095048 ], [ 120.4940598, 30.3099607 ] ], [ [ 120.4940598, 30.3099607 ], [ 120.4942801, 30.3100688 ] ], [ [ 120.4942801, 30.3100688 ], [ 120.4944231, 30.3102271 ] ], [ [ 120.4944231, 30.3102271 ], [ 120.4945003, 30.3104295 ] ], [ [ 120.4945003, 30.3104295 ], [ 120.4946826, 30.3116142 ] ], [ [ 120.4893185, 30.3095818 ], [ 120.4877095, 30.3097938 ] ], [ [ 120.4877095, 30.3097938 ], [ 120.4867959, 30.3106455 ] ], [ [ 120.4867959, 30.3106455 ], [ 120.4859229, 30.3114595 ] ], [ [ 120.4859229, 30.3114595 ], [ 120.4857804, 30.3116599 ] ], [ [ 120.4772772, 30.3105454 ], [ 120.4746748, 30.3108131 ] ], [ [ 120.4922723, 30.3095048 ], [ 120.4926291, 30.3118694 ] ], [ [ 120.5024144, 30.3107628 ], [ 120.4999709, 30.3107906 ] ], [ [ 120.4397571, 30.3089147 ], [ 120.4397175, 30.3085131 ] ], [ [ 120.4397571, 30.3089147 ], [ 120.4399028, 30.3087876 ] ], [ [ 120.3905057, 30.3089111 ], [ 120.3907129, 30.3089053 ] ], [ [ 120.3905057, 30.3089111 ], [ 120.3903888, 30.308911 ] ], [ [ 120.3903888, 30.308911 ], [ 120.3883827, 30.30891 ] ], [ [ 120.474463, 30.3108349 ], [ 120.4746748, 30.3108131 ] ], [ [ 120.4875971, 30.3113108 ], [ 120.4877898, 30.3111852 ] ], [ [ 120.4877898, 30.3111852 ], [ 120.4895308, 30.3109919 ] ], [ [ 120.4967355, 30.3114628 ], [ 120.4967201, 30.3113609 ] ], [ [ 120.4946986, 30.3117185 ], [ 120.4946826, 30.3116142 ] ], [ [ 120.4857063, 30.3117641 ], [ 120.4857804, 30.3116599 ] ], [ [ 120.4590144, 30.3081572 ], [ 120.459015, 30.3082916 ] ], [ [ 120.459015, 30.3082916 ], [ 120.4590159, 30.3085226 ] ], [ [ 120.4590159, 30.3085226 ], [ 120.4590074, 30.308691 ] ], [ [ 120.4590074, 30.308691 ], [ 120.4589515, 30.3099152 ] ], [ [ 120.4589515, 30.3099152 ], [ 120.4588935, 30.310832 ] ], [ [ 120.4588935, 30.310832 ], [ 120.4588326, 30.3111163 ] ], [ [ 120.4588326, 30.3111163 ], [ 120.4587065, 30.3112672 ] ], [ [ 120.4587065, 30.3112672 ], [ 120.4577193, 30.3121336 ] ], [ [ 120.4577193, 30.3121336 ], [ 120.4565559, 30.3131519 ] ], [ [ 120.474463, 30.3108349 ], [ 120.4721067, 30.3108509 ] ], [ [ 120.4565559, 30.3131519 ], [ 120.455319, 30.3131028 ] ], [ [ 120.455319, 30.3131028 ], [ 120.451258, 30.3129589 ] ], [ [ 120.4926452, 30.3119763 ], [ 120.4926291, 30.3118694 ] ], [ [ 120.4999709, 30.3107906 ], [ 120.4999886, 30.3111057 ] ], [ [ 120.4999886, 30.3111057 ], [ 120.4999933, 30.3111881 ] ], [ [ 120.4999933, 30.3111881 ], [ 120.5000041, 30.3113813 ] ], [ [ 120.5000041, 30.3113813 ], [ 120.500103, 30.3131398 ] ], [ [ 120.4967355, 30.3114628 ], [ 120.4971442, 30.3135775 ] ], [ [ 120.4950204, 30.3136471 ], [ 120.4946986, 30.3117185 ] ], [ [ 120.4929636, 30.3138902 ], [ 120.492949, 30.3138025 ] ], [ [ 120.492949, 30.3138025 ], [ 120.4926452, 30.3119763 ] ], [ [ 120.4776513, 30.3130123 ], [ 120.4777812, 30.3129973 ] ], [ [ 120.4776513, 30.3130123 ], [ 120.4749908, 30.3132722 ] ], [ [ 120.5284969, 30.3095457 ], [ 120.5284989, 30.3086343 ], [ 120.5285025, 30.3069629 ] ], [ [ 120.5286963, 30.3069713 ], [ 120.5286907, 30.3086069 ], [ 120.5286902, 30.3095419 ] ], [ [ 120.5022414, 30.3086899 ], [ 120.5021695, 30.308062 ] ], [ [ 120.5022414, 30.3086899 ], [ 120.5025099, 30.3086622 ] ], [ [ 120.5025099, 30.3086622 ], [ 120.5026032, 30.3086525 ] ], [ [ 120.5026032, 30.3086525 ], [ 120.5026927, 30.3086433 ] ], [ [ 120.5026927, 30.3086433 ], [ 120.5047694, 30.3084291 ] ], [ [ 120.5047694, 30.3084291 ], [ 120.5050334, 30.3084015 ] ], [ [ 120.5088722, 30.3079893 ], [ 120.5089773, 30.3097183 ] ], [ [ 120.5023143, 30.3097405 ], [ 120.5022414, 30.3086899 ] ], [ [ 120.5054657, 30.3101474 ], [ 120.5051144, 30.3088813 ] ], [ [ 120.5051144, 30.3088813 ], [ 120.5050334, 30.3084015 ] ], [ [ 120.5344761, 30.3094335 ], [ 120.5344861, 30.3095695 ] ], [ [ 120.5343679, 30.3095719 ], [ 120.5343662, 30.3094357 ] ], [ [ 120.5286902, 30.3095419 ], [ 120.5286901, 30.3096944 ] ], [ [ 120.5284965, 30.3096995 ], [ 120.5284969, 30.3095457 ] ], [ [ 120.5094563, 30.30958 ], [ 120.509291, 30.3096313 ] ], [ [ 120.509291, 30.3096313 ], [ 120.5089773, 30.3097183 ] ], [ [ 120.5058847, 30.3100836 ], [ 120.5054657, 30.3101474 ] ], [ [ 120.5024144, 30.3107628 ], [ 120.5023143, 30.3097405 ] ], [ [ 120.5057649, 30.311027 ], [ 120.5062414, 30.3109257 ] ], [ [ 120.5062414, 30.3109257 ], [ 120.506987, 30.3108586 ] ], [ [ 120.506987, 30.3108586 ], [ 120.5071775, 30.3108053 ] ], [ [ 120.5071775, 30.3108053 ], [ 120.5078561, 30.3103052 ] ], [ [ 120.5078561, 30.3103052 ], [ 120.508355, 30.3099856 ] ], [ [ 120.508355, 30.3099856 ], [ 120.5088565, 30.3097518 ] ], [ [ 120.5088565, 30.3097518 ], [ 120.5089773, 30.3097183 ] ], [ [ 120.5054657, 30.3101474 ], [ 120.5044921, 30.3105039 ] ], [ [ 120.5044921, 30.3105039 ], [ 120.5029823, 30.3107167 ] ], [ [ 120.5029823, 30.3107167 ], [ 120.502948, 30.3107208 ] ], [ [ 120.502948, 30.3107208 ], [ 120.5028267, 30.3107352 ] ], [ [ 120.5028267, 30.3107352 ], [ 120.5027336, 30.3107463 ] ], [ [ 120.5027336, 30.3107463 ], [ 120.5026249, 30.3107592 ] ], [ [ 120.5026249, 30.3107592 ], [ 120.5024144, 30.3107628 ] ], [ [ 120.6111061, 30.3083042 ], [ 120.6111536, 30.3081367 ] ], [ [ 120.597534, 30.3124808 ], [ 120.5977764, 30.3125106 ] ], [ [ 120.6778743, 30.2910777 ], [ 120.6775796, 30.2918479 ] ], [ [ 120.6775796, 30.2918479 ], [ 120.677419, 30.292268 ] ], [ [ 120.677419, 30.292268 ], [ 120.6770324, 30.2932793 ] ], [ [ 120.6770324, 30.2932793 ], [ 120.6767874, 30.2940021 ] ], [ [ 120.6767874, 30.2940021 ], [ 120.6763995, 30.2949576 ] ], [ [ 120.6763995, 30.2949576 ], [ 120.675738, 30.2967239 ] ], [ [ 120.675738, 30.2967239 ], [ 120.6755175, 30.2973727 ] ], [ [ 120.6755175, 30.2973727 ], [ 120.6750357, 30.2986101 ] ], [ [ 120.6750357, 30.2986101 ], [ 120.6744967, 30.3000662 ] ], [ [ 120.6744967, 30.3000662 ], [ 120.6739904, 30.3014447 ] ], [ [ 120.6739904, 30.3014447 ], [ 120.6732921, 30.3032426 ] ], [ [ 120.6732921, 30.3032426 ], [ 120.6727204, 30.3047973 ] ], [ [ 120.6727204, 30.3047973 ], [ 120.6723856, 30.3056681 ] ], [ [ 120.6723856, 30.3056681 ], [ 120.6722675, 30.305958 ] ], [ [ 120.6722675, 30.305958 ], [ 120.6720998, 30.3063696 ] ], [ [ 120.6720998, 30.3063696 ], [ 120.6716629, 30.3072686 ] ], [ [ 120.6716629, 30.3072686 ], [ 120.6712627, 30.3082063 ] ], [ [ 120.6712627, 30.3082063 ], [ 120.670883, 30.3089959 ] ], [ [ 120.670883, 30.3089959 ], [ 120.6703317, 30.3102438 ] ], [ [ 120.6703317, 30.3102438 ], [ 120.6698131, 30.3114424 ] ], [ [ 120.6698131, 30.3114424 ], [ 120.6688045, 30.3136843 ] ], [ [ 120.6688045, 30.3136843 ], [ 120.6678776, 30.3157359 ] ], [ [ 120.6678776, 30.3157359 ], [ 120.667261, 30.3171106 ] ], [ [ 120.667261, 30.3171106 ], [ 120.6664689, 30.3188695 ] ], [ [ 120.6664689, 30.3188695 ], [ 120.6656686, 30.3206601 ] ], [ [ 120.6656686, 30.3206601 ], [ 120.6654804, 30.3210829 ] ], [ [ 120.6654804, 30.3210829 ], [ 120.6649193, 30.3223432 ] ], [ [ 120.6649193, 30.3223432 ], [ 120.6644945, 30.3232876 ] ], [ [ 120.6644945, 30.3232876 ], [ 120.6642611, 30.323824 ] ], [ [ 120.6642611, 30.323824 ], [ 120.6638944, 30.3246552 ] ], [ [ 120.6638944, 30.3246552 ], [ 120.6633245, 30.3259185 ] ], [ [ 120.6633245, 30.3259185 ], [ 120.6631426, 30.3263422 ] ], [ [ 120.6631426, 30.3263422 ], [ 120.6627672, 30.3271908 ] ], [ [ 120.6627672, 30.3271908 ], [ 120.6619431, 30.3290529 ] ], [ [ 120.6619431, 30.3290529 ], [ 120.6613508, 30.3303858 ] ], [ [ 120.6613508, 30.3303858 ], [ 120.6606846, 30.3318841 ] ], [ [ 120.6606846, 30.3318841 ], [ 120.6601278, 30.3331126 ] ], [ [ 120.6601278, 30.3331126 ], [ 120.6599661, 30.3334864 ] ], [ [ 120.6599661, 30.3334864 ], [ 120.6599069, 30.3335537 ] ], [ [ 120.6599069, 30.3335537 ], [ 120.6598289, 30.3335973 ] ], [ [ 120.6598289, 30.3335973 ], [ 120.6596903, 30.3336347 ] ], [ [ 120.6596903, 30.3336347 ], [ 120.6586429, 30.3337899 ] ], [ [ 120.6586429, 30.3337899 ], [ 120.6573113, 30.3339743 ] ], [ [ 120.6573113, 30.3339743 ], [ 120.6552259, 30.3342708 ] ], [ [ 120.6552259, 30.3342708 ], [ 120.6543111, 30.3343939 ] ], [ [ 120.6125825, 30.306265 ], [ 120.6125715, 30.3064814 ] ], [ [ 120.6125715, 30.3064814 ], [ 120.6125888, 30.306712 ] ], [ [ 120.6125888, 30.306712 ], [ 120.6125838, 30.3068124 ] ], [ [ 120.6125838, 30.3068124 ], [ 120.6124873, 30.307404 ] ], [ [ 120.6124873, 30.307404 ], [ 120.6123043, 30.3096037 ] ], [ [ 120.6123043, 30.3096037 ], [ 120.6120124, 30.3132854 ] ], [ [ 120.6120124, 30.3132854 ], [ 120.6119551, 30.3140751 ] ], [ [ 120.6119551, 30.3140751 ], [ 120.6119159, 30.3146154 ] ], [ [ 120.6119159, 30.3146154 ], [ 120.6116512, 30.3182653 ] ], [ [ 120.6116512, 30.3182653 ], [ 120.6116364, 30.3188931 ] ], [ [ 120.6116364, 30.3188931 ], [ 120.611544, 30.3197935 ] ], [ [ 120.611544, 30.3197935 ], [ 120.6115156, 30.3200708 ] ], [ [ 120.6115156, 30.3200708 ], [ 120.6115017, 30.3202127 ] ], [ [ 120.6115017, 30.3202127 ], [ 120.6114842, 30.3203713 ] ], [ [ 120.6114842, 30.3203713 ], [ 120.6114398, 30.3204512 ] ], [ [ 120.5585967, 30.3075858 ], [ 120.5562749, 30.3074315 ] ], [ [ 120.5843108, 30.3092695 ], [ 120.5813162, 30.3090691 ] ], [ [ 120.5813162, 30.3090691 ], [ 120.5786137, 30.3088874 ] ], [ [ 120.5786137, 30.3088874 ], [ 120.5756664, 30.3086803 ] ], [ [ 120.5756664, 30.3086803 ], [ 120.5725233, 30.3084521 ] ], [ [ 120.5725233, 30.3084521 ], [ 120.5710056, 30.3083633 ] ], [ [ 120.5710056, 30.3083633 ], [ 120.5689396, 30.3082154 ] ], [ [ 120.5689396, 30.3082154 ], [ 120.5683129, 30.3081858 ] ], [ [ 120.5683129, 30.3081858 ], [ 120.567088, 30.3081231 ] ], [ [ 120.567088, 30.3081231 ], [ 120.566991, 30.3081181 ] ], [ [ 120.566991, 30.3081181 ], [ 120.5642934, 30.307911 ] ], [ [ 120.5642934, 30.307911 ], [ 120.5608076, 30.3077166 ] ], [ [ 120.5608076, 30.3077166 ], [ 120.5587878, 30.3075878 ] ], [ [ 120.5562749, 30.3074315 ], [ 120.5563327, 30.3097256 ] ], [ [ 120.5563327, 30.3097256 ], [ 120.5562409, 30.3116942 ] ], [ [ 120.5562409, 30.3116942 ], [ 120.5561491, 30.31431 ] ], [ [ 120.5561491, 30.31431 ], [ 120.5561031, 30.3161001 ] ], [ [ 120.5561031, 30.3161001 ], [ 120.5560955, 30.3167607 ] ], [ [ 120.5560955, 30.3167607 ], [ 120.5561063, 30.317299 ] ], [ [ 120.5839897, 30.3186707 ], [ 120.5839992, 30.3182151 ] ], [ [ 120.5839992, 30.3182151 ], [ 120.5840968, 30.3148339 ] ], [ [ 120.5840968, 30.3148339 ], [ 120.5841325, 30.3138176 ] ], [ [ 120.5841325, 30.3138176 ], [ 120.5842395, 30.3111894 ] ], [ [ 120.5842395, 30.3111894 ], [ 120.5842871, 30.3102346 ] ], [ [ 120.5842871, 30.3102346 ], [ 120.5842989, 30.3095056 ] ], [ [ 120.5842989, 30.3095056 ], [ 120.5843005, 30.3094745 ] ], [ [ 120.5843005, 30.3094745 ], [ 120.5843108, 30.3092695 ] ], [ [ 120.5915524, 30.3147856 ], [ 120.5916213, 30.312496 ] ], [ [ 120.5916213, 30.312496 ], [ 120.5916682, 30.312031 ] ], [ [ 120.5916682, 30.312031 ], [ 120.593852, 30.3121978 ] ], [ [ 120.593852, 30.3121978 ], [ 120.5960475, 30.3123444 ] ], [ [ 120.5960475, 30.3123444 ], [ 120.5974936, 30.3124758 ] ], [ [ 120.5974936, 30.3124758 ], [ 120.597534, 30.3124808 ] ], [ [ 120.5915524, 30.3147856 ], [ 120.591475, 30.3147805 ] ], [ [ 120.591475, 30.3147805 ], [ 120.5901693, 30.3146896 ] ], [ [ 120.5901693, 30.3146896 ], [ 120.586475, 30.3144722 ] ], [ [ 120.586475, 30.3144722 ], [ 120.5859773, 30.3144166 ] ], [ [ 120.5972899, 30.3151566 ], [ 120.5915524, 30.3147856 ] ], [ [ 120.5975287, 30.3151655 ], [ 120.5972899, 30.3151566 ] ], [ [ 120.5054657, 30.3101474 ], [ 120.5057649, 30.311027 ] ], [ [ 120.5024144, 30.3107628 ], [ 120.5024752, 30.3113845 ] ], [ [ 120.5024752, 30.3113845 ], [ 120.5024899, 30.3115425 ] ], [ [ 120.5024899, 30.3115425 ], [ 120.5024975, 30.3116234 ] ], [ [ 120.5024975, 30.3116234 ], [ 120.5025204, 30.3118695 ] ], [ [ 120.5025204, 30.3118695 ], [ 120.5025513, 30.3122016 ] ], [ [ 120.5057649, 30.311027 ], [ 120.5056969, 30.3110415 ] ], [ [ 120.5056969, 30.3110415 ], [ 120.5050022, 30.3113124 ] ], [ [ 120.5050022, 30.3113124 ], [ 120.5040876, 30.3117547 ] ], [ [ 120.5040876, 30.3117547 ], [ 120.5034975, 30.3120928 ] ], [ [ 120.5034975, 30.3120928 ], [ 120.5033044, 30.3121808 ] ], [ [ 120.5033044, 30.3121808 ], [ 120.5031208, 30.3121857 ] ], [ [ 120.5031208, 30.3121857 ], [ 120.5029979, 30.312189 ] ], [ [ 120.5029979, 30.312189 ], [ 120.5029038, 30.3121914 ] ], [ [ 120.5029038, 30.3121914 ], [ 120.5026942, 30.312197 ] ], [ [ 120.5026942, 30.312197 ], [ 120.5025513, 30.3122016 ] ], [ [ 120.5286901, 30.3096944 ], [ 120.5286882, 30.3138447 ], [ 120.5286859, 30.3188419 ] ], [ [ 120.5284763, 30.3188902 ], [ 120.5284874, 30.3138651 ], [ 120.5284965, 30.3096995 ] ], [ [ 120.5033044, 30.3121808 ], [ 120.5034203, 30.312257 ] ], [ [ 120.5034203, 30.312257 ], [ 120.5034565, 30.3123662 ] ], [ [ 120.5034565, 30.3123662 ], [ 120.5034655, 30.3141879 ] ], [ [ 120.5034655, 30.3141879 ], [ 120.5034394, 30.3158797 ] ], [ [ 120.5034394, 30.3158797 ], [ 120.5034266, 30.3167052 ] ], [ [ 120.5034266, 30.3167052 ], [ 120.5034433, 30.3189527 ] ], [ [ 120.5034433, 30.3189527 ], [ 120.5034652, 30.321161 ] ], [ [ 120.5034652, 30.321161 ], [ 120.503466, 30.3212419 ] ], [ [ 120.503466, 30.3212419 ], [ 120.5034686, 30.3215077 ] ], [ [ 120.5574336, 30.317195 ], [ 120.5576306, 30.3171678 ] ], [ [ 120.5576306, 30.3171678 ], [ 120.557426, 30.3172779 ] ], [ [ 120.5561063, 30.317299 ], [ 120.5570719, 30.3172222 ], [ 120.5574336, 30.317195 ] ], [ [ 120.5495883, 30.3177856 ], [ 120.5511577, 30.3176754 ], [ 120.5520186, 30.317615 ], [ 120.5532821, 30.3175191 ], [ 120.5545438, 30.3174234 ], [ 120.5561063, 30.317299 ] ], [ [ 120.557426, 30.3172779 ], [ 120.5542826, 30.317518 ], [ 120.5532844, 30.3175891 ], [ 120.5526029, 30.3176376 ], [ 120.5513893, 30.3177241 ], [ 120.5513203, 30.3177292 ], [ 120.5506688, 30.3177777 ], [ 120.5495927, 30.3178577 ] ], [ [ 120.5763461, 30.3181895 ], [ 120.5747943, 30.3181051 ] ], [ [ 120.5747943, 30.3181051 ], [ 120.5733164, 30.3180162 ] ], [ [ 120.5733164, 30.3180162 ], [ 120.5716687, 30.3179235 ] ], [ [ 120.5716687, 30.3179235 ], [ 120.5694277, 30.31777 ] ], [ [ 120.5694277, 30.31777 ], [ 120.568493, 30.317706 ] ], [ [ 120.568493, 30.317706 ], [ 120.5677145, 30.3176526 ] ], [ [ 120.5677145, 30.3176526 ], [ 120.5663652, 30.3175602 ] ], [ [ 120.5663652, 30.3175602 ], [ 120.5652761, 30.3174856 ] ], [ [ 120.5652761, 30.3174856 ], [ 120.564201, 30.3174156 ] ], [ [ 120.564201, 30.3174156 ], [ 120.5629457, 30.3173338 ] ], [ [ 120.5629457, 30.3173338 ], [ 120.5621373, 30.3172812 ] ], [ [ 120.5621373, 30.3172812 ], [ 120.5617369, 30.3172572 ] ], [ [ 120.5617369, 30.3172572 ], [ 120.559971, 30.3171516 ] ], [ [ 120.559971, 30.3171516 ], [ 120.5588485, 30.3170844 ] ], [ [ 120.5588485, 30.3170844 ], [ 120.5587588, 30.317079 ] ], [ [ 120.5587588, 30.317079 ], [ 120.558592, 30.3170691 ] ], [ [ 120.558592, 30.3170691 ], [ 120.5581741, 30.3170441 ] ], [ [ 120.5581741, 30.3170441 ], [ 120.5576306, 30.3171678 ] ], [ [ 120.5494387, 30.3177951 ], [ 120.5495883, 30.3177856 ] ], [ [ 120.4749908, 30.3132722 ], [ 120.4748218, 30.3132887 ] ], [ [ 120.4858329, 30.3148074 ], [ 120.4856194, 30.3135372 ] ], [ [ 120.4856194, 30.3135372 ], [ 120.4855038, 30.3128496 ] ], [ [ 120.4855038, 30.3128496 ], [ 120.4854533, 30.3123619 ] ], [ [ 120.4854533, 30.3123619 ], [ 120.4856228, 30.3118814 ] ], [ [ 120.4856228, 30.3118814 ], [ 120.4857063, 30.3117641 ] ], [ [ 120.4724319, 30.3133753 ], [ 120.4748218, 30.3132887 ] ], [ [ 120.4971442, 30.3135775 ], [ 120.4971695, 30.3137181 ] ], [ [ 120.4950204, 30.3136471 ], [ 120.4950387, 30.3137899 ] ], [ [ 120.4810551, 30.3153175 ], [ 120.4807702, 30.3137542 ] ], [ [ 120.4807702, 30.3137542 ], [ 120.4805578, 30.313522 ] ], [ [ 120.4805578, 30.313522 ], [ 120.4792696, 30.3128254 ] ], [ [ 120.4792696, 30.3128254 ], [ 120.4777812, 30.3129973 ] ], [ [ 120.4971695, 30.3137181 ], [ 120.4973321, 30.3146211 ] ], [ [ 120.4567306, 30.3153303 ], [ 120.4566411, 30.3142774 ] ], [ [ 120.4566411, 30.3142774 ], [ 120.4565559, 30.3131519 ] ], [ [ 120.4512668, 30.3151327 ], [ 120.4514152, 30.3151273 ] ], [ [ 120.4567306, 30.3153303 ], [ 120.4544408, 30.3152812 ] ], [ [ 120.4544408, 30.3152812 ], [ 120.4527231, 30.3152236 ] ], [ [ 120.4527231, 30.3152236 ], [ 120.4514152, 30.3151273 ] ], [ [ 120.4512668, 30.3151327 ], [ 120.4500621, 30.315177 ] ], [ [ 120.4500621, 30.315177 ], [ 120.4498319, 30.3151854 ] ], [ [ 120.4498319, 30.3151854 ], [ 120.4492738, 30.3152059 ] ], [ [ 120.4492738, 30.3152059 ], [ 120.448491, 30.3152346 ] ], [ [ 120.448491, 30.3152346 ], [ 120.4476671, 30.3152649 ] ], [ [ 120.4476671, 30.3152649 ], [ 120.4468217, 30.315296 ] ], [ [ 120.4468217, 30.315296 ], [ 120.4457909, 30.315301 ] ], [ [ 120.4457909, 30.315301 ], [ 120.4448909, 30.3153427 ] ], [ [ 120.4448909, 30.3153427 ], [ 120.4446973, 30.3153473 ] ], [ [ 120.4446973, 30.3153473 ], [ 120.4446261, 30.3153434 ] ], [ [ 120.4446261, 30.3153434 ], [ 120.4443107, 30.3153473 ] ], [ [ 120.4443107, 30.3153473 ], [ 120.4442171, 30.3153514 ] ], [ [ 120.4442171, 30.3153514 ], [ 120.4425923, 30.3153941 ] ], [ [ 120.4425923, 30.3153941 ], [ 120.4422261, 30.3154068 ] ], [ [ 120.4422261, 30.3154068 ], [ 120.4403147, 30.315469 ] ], [ [ 120.4952966, 30.3158045 ], [ 120.4950387, 30.3137899 ] ], [ [ 120.4858494, 30.3149055 ], [ 120.4858329, 30.3148074 ] ], [ [ 120.4861626, 30.3158732 ], [ 120.4859807, 30.3156849 ] ], [ [ 120.4859807, 30.3156849 ], [ 120.4858494, 30.3149055 ] ], [ [ 120.4399028, 30.3087876 ], [ 120.439915, 30.3089818 ], [ 120.4401518, 30.3127559 ], [ 120.4403147, 30.315469 ] ], [ [ 120.4401707, 30.3154694 ], [ 120.4400848, 30.3140849 ], [ 120.4400344, 30.3130407 ], [ 120.4399839, 30.3128124 ], [ 120.4398762, 30.310474 ], [ 120.4398189, 30.3096052 ], [ 120.4397652, 30.3090043 ], [ 120.4397571, 30.3089147 ] ], [ [ 120.3534119, 30.3128918 ], [ 120.3533994, 30.3131548 ] ], [ [ 120.3533994, 30.3131548 ], [ 120.3533953, 30.3133883 ] ], [ [ 120.3533953, 30.3133883 ], [ 120.3534065, 30.3156594 ] ], [ [ 120.3534065, 30.3156594 ], [ 120.3534175, 30.3166922 ] ], [ [ 120.3534175, 30.3166922 ], [ 120.3534218, 30.3170982 ] ], [ [ 120.3534218, 30.3170982 ], [ 120.3534218, 30.3181164 ] ], [ [ 120.4401707, 30.3154694 ], [ 120.4403147, 30.315469 ] ], [ [ 120.44032, 30.3199351 ], [ 120.4403171, 30.3188022 ], [ 120.4403068, 30.3181769 ], [ 120.4402703, 30.3174736 ], [ 120.4402409, 30.3167478 ], [ 120.4401707, 30.3154694 ] ], [ [ 120.4403147, 30.315469 ], [ 120.4404387, 30.3174843 ], [ 120.4404624, 30.3178764 ], [ 120.4405673, 30.3199424 ] ], [ [ 120.44032, 30.3199351 ], [ 120.4394926, 30.319809 ] ], [ [ 120.4394926, 30.319809 ], [ 120.4382357, 30.3197061 ] ], [ [ 120.4382357, 30.3197061 ], [ 120.4372496, 30.3196593 ] ], [ [ 120.4372496, 30.3196593 ], [ 120.4365197, 30.3196402 ] ], [ [ 120.4405673, 30.3199424 ], [ 120.44032, 30.3199351 ] ], [ [ 120.3307647, 30.3116849 ], [ 120.3307623, 30.3118149 ] ], [ [ 120.3386032, 30.3119748 ], [ 120.338622, 30.3120396 ] ], [ [ 120.3243678, 30.3116553 ], [ 120.324355, 30.3117998 ] ], [ [ 120.327854, 30.3116482 ], [ 120.3278714, 30.3118244 ] ], [ [ 120.3240614, 30.3147483 ], [ 120.3241824, 30.3129625 ], [ 120.3242687, 30.3117994 ] ], [ [ 120.324355, 30.3117998 ], [ 120.3241169, 30.3147514 ] ], [ [ 120.3275407, 30.3149433 ], [ 120.3275512, 30.3148266 ], [ 120.3275976, 30.3142419 ], [ 120.3276048, 30.3139791 ], [ 120.3276048, 30.3137151 ], [ 120.3275887, 30.3134512 ], [ 120.3275834, 30.3132242 ], [ 120.3276263, 30.3129788 ], [ 120.3276834, 30.3126535 ], [ 120.3276937, 30.3118165 ] ], [ [ 120.3278714, 30.3118244 ], [ 120.3278516, 30.312613 ], [ 120.3278542, 30.3128992 ], [ 120.327857, 30.313219 ], [ 120.3278555, 30.3132641 ], [ 120.3278441, 30.3135984 ], [ 120.327755, 30.314206 ], [ 120.3276512, 30.3149495 ] ], [ [ 120.3206685, 30.3145478 ], [ 120.3208647, 30.3145594 ] ], [ [ 120.3240614, 30.3147483 ], [ 120.3222985, 30.3146441 ] ], [ [ 120.3222985, 30.3146441 ], [ 120.3208647, 30.3145594 ] ], [ [ 120.3241169, 30.3147514 ], [ 120.3240614, 30.3147483 ] ], [ [ 120.3307623, 30.3118149 ], [ 120.3308216, 30.3123949 ] ], [ [ 120.3308216, 30.3123949 ], [ 120.330877, 30.3128252 ] ], [ [ 120.330877, 30.3128252 ], [ 120.330877, 30.3131651 ] ], [ [ 120.330877, 30.3131651 ], [ 120.3308663, 30.313341 ] ], [ [ 120.3308663, 30.313341 ], [ 120.33084, 30.3137759 ] ], [ [ 120.33084, 30.3137759 ], [ 120.3306859, 30.3151549 ] ], [ [ 120.3146303, 30.3117201 ], [ 120.314561, 30.3130992 ], [ 120.314522, 30.3136278 ] ], [ [ 120.3143259, 30.3137852 ], [ 120.3142689, 30.3131909 ], [ 120.3142772, 30.3125084 ], [ 120.3142941, 30.311727 ] ], [ [ 120.3085663, 30.3170646 ], [ 120.3085185, 30.3150902 ] ], [ [ 120.3085185, 30.3150902 ], [ 120.3084992, 30.3148171 ] ], [ [ 120.3084992, 30.3148171 ], [ 120.3084773, 30.3145834 ] ], [ [ 120.3084773, 30.3145834 ], [ 120.3083696, 30.3140982 ] ], [ [ 120.3083696, 30.3140982 ], [ 120.3079522, 30.3123756 ] ], [ [ 120.334597, 30.3154117 ], [ 120.3336659, 30.3153506 ] ], [ [ 120.3336659, 30.3153506 ], [ 120.3328008, 30.3152938 ] ], [ [ 120.3328008, 30.3152938 ], [ 120.3306859, 30.3151549 ] ], [ [ 120.3304192, 30.31789 ], [ 120.3305188, 30.3170232 ] ], [ [ 120.3305188, 30.3170232 ], [ 120.3306859, 30.3151549 ] ], [ [ 120.3275407, 30.3149433 ], [ 120.3241169, 30.3147514 ] ], [ [ 120.3275407, 30.3149433 ], [ 120.3276512, 30.3149495 ] ], [ [ 120.3276512, 30.3149495 ], [ 120.3306859, 30.3151549 ] ], [ [ 120.3238096, 30.3176619 ], [ 120.3239346, 30.3161816 ], [ 120.323948, 30.3160138 ], [ 120.3239735, 30.3157122 ], [ 120.3240614, 30.3147483 ] ], [ [ 120.3241169, 30.3147514 ], [ 120.3240009, 30.3159952 ], [ 120.3239911, 30.3161774 ], [ 120.3238905, 30.3176652 ] ], [ [ 120.3271755, 30.3177975 ], [ 120.3273153, 30.316693 ], [ 120.3275171, 30.3150986 ], [ 120.3275407, 30.3149433 ] ], [ [ 120.3276512, 30.3149495 ], [ 120.3274561, 30.3167051 ], [ 120.3273342, 30.3178014 ] ], [ [ 120.4904563, 30.3174259 ], [ 120.4902329, 30.3174604 ] ], [ [ 120.4902329, 30.3174604 ], [ 120.486928, 30.3180285 ] ], [ [ 120.486928, 30.3180285 ], [ 120.4842856, 30.3176796 ] ], [ [ 120.4842856, 30.3176796 ], [ 120.4838028, 30.3169702 ] ], [ [ 120.4838028, 30.3169702 ], [ 120.4835875, 30.3170049 ] ], [ [ 120.4835875, 30.3170049 ], [ 120.4834949, 30.3170198 ] ], [ [ 120.4834949, 30.3170198 ], [ 120.4829722, 30.3171041 ] ], [ [ 120.4829722, 30.3171041 ], [ 120.4825544, 30.317162 ] ], [ [ 120.4825544, 30.317162 ], [ 120.4821092, 30.3172236 ] ], [ [ 120.4821092, 30.3172236 ], [ 120.4817995, 30.3172146 ] ], [ [ 120.4817995, 30.3172146 ], [ 120.481483, 30.3172146 ] ], [ [ 120.481483, 30.3172146 ], [ 120.481142, 30.3172416 ] ], [ [ 120.481142, 30.3172416 ], [ 120.480829, 30.3172806 ] ], [ [ 120.480829, 30.3172806 ], [ 120.4804426, 30.3173598 ] ], [ [ 120.4804426, 30.3173598 ], [ 120.4796311, 30.3175135 ] ], [ [ 120.4796311, 30.3175135 ], [ 120.4789192, 30.3176548 ] ], [ [ 120.4789192, 30.3176548 ], [ 120.4787519, 30.3176812 ] ], [ [ 120.4752418, 30.317536 ], [ 120.4754159, 30.3175749 ] ], [ [ 120.4786623, 30.3176953 ], [ 120.4787519, 30.3176812 ] ], [ [ 120.4786623, 30.3176953 ], [ 120.4781006, 30.3177839 ] ], [ [ 120.4781006, 30.3177839 ], [ 120.4776836, 30.317843 ] ], [ [ 120.4776836, 30.317843 ], [ 120.4776236, 30.3178515 ] ], [ [ 120.4776236, 30.3178515 ], [ 120.477289, 30.3178699 ] ], [ [ 120.477289, 30.3178699 ], [ 120.4768335, 30.3178576 ] ], [ [ 120.4768335, 30.3178576 ], [ 120.476449, 30.3177961 ] ], [ [ 120.476449, 30.3177961 ], [ 120.4758012, 30.317661 ] ], [ [ 120.4758012, 30.317661 ], [ 120.4754159, 30.3175749 ] ], [ [ 120.4752418, 30.317536 ], [ 120.4745911, 30.3173906 ] ], [ [ 120.4745911, 30.3173906 ], [ 120.4733453, 30.3170403 ] ], [ [ 120.4733453, 30.3170403 ], [ 120.4729395, 30.3169543 ] ], [ [ 120.4729395, 30.3169543 ], [ 120.4725551, 30.3169112 ] ], [ [ 120.4725551, 30.3169112 ], [ 120.4719785, 30.3169112 ] ], [ [ 120.4719785, 30.3169112 ], [ 120.4711456, 30.316942 ] ], [ [ 120.4711456, 30.316942 ], [ 120.4698571, 30.3170219 ] ], [ [ 120.4698571, 30.3170219 ], [ 120.4694158, 30.3170772 ] ], [ [ 120.4694158, 30.3170772 ], [ 120.468784, 30.3170772 ] ], [ [ 120.468784, 30.3170772 ], [ 120.4686612, 30.3170772 ] ], [ [ 120.4686612, 30.3170772 ], [ 120.467871, 30.3171079 ] ], [ [ 120.467871, 30.3171079 ], [ 120.4672588, 30.3171263 ] ], [ [ 120.4672588, 30.3171263 ], [ 120.4667462, 30.3170956 ] ], [ [ 120.4667462, 30.3170956 ], [ 120.4664615, 30.3170526 ] ], [ [ 120.4664615, 30.3170526 ], [ 120.4661411, 30.3169727 ] ], [ [ 120.4661411, 30.3169727 ], [ 120.4652371, 30.3166777 ] ], [ [ 120.4652371, 30.3166777 ], [ 120.4645537, 30.3165241 ] ], [ [ 120.4645537, 30.3165241 ], [ 120.4642929, 30.3164949 ] ], [ [ 120.4642929, 30.3164949 ], [ 120.4641693, 30.3164811 ] ], [ [ 120.4641693, 30.3164811 ], [ 120.4639526, 30.3164731 ] ], [ [ 120.4639526, 30.3164731 ], [ 120.4637888, 30.316467 ] ], [ [ 120.4637888, 30.316467 ], [ 120.463671, 30.3164626 ] ], [ [ 120.463671, 30.3164626 ], [ 120.4632581, 30.3163889 ] ], [ [ 120.4632581, 30.3163889 ], [ 120.4627882, 30.3163213 ] ], [ [ 120.4627882, 30.3163213 ], [ 120.4626316, 30.3163213 ] ], [ [ 120.4626316, 30.3163213 ], [ 120.4625106, 30.3163336 ] ], [ [ 120.4625106, 30.3163336 ], [ 120.4623469, 30.3163889 ] ], [ [ 120.4623469, 30.3163889 ], [ 120.4621333, 30.3164381 ] ], [ [ 120.4621333, 30.3164381 ], [ 120.4618842, 30.3164381 ] ], [ [ 120.4618842, 30.3164381 ], [ 120.4611865, 30.3163213 ] ], [ [ 120.4611865, 30.3163213 ], [ 120.4609374, 30.3162353 ] ], [ [ 120.4609374, 30.3162353 ], [ 120.4605281, 30.3161184 ] ], [ [ 120.4605281, 30.3161184 ], [ 120.4601568, 30.3160162 ] ], [ [ 120.4601568, 30.3160162 ], [ 120.4594994, 30.3159096 ] ], [ [ 120.4594994, 30.3159096 ], [ 120.4588727, 30.3157989 ] ], [ [ 120.4588727, 30.3157989 ], [ 120.4585882, 30.3157744 ] ], [ [ 120.4585882, 30.3157744 ], [ 120.4580339, 30.3157617 ] ], [ [ 120.4580339, 30.3157617 ], [ 120.4575888, 30.3157494 ] ], [ [ 120.4575888, 30.3157494 ], [ 120.4573225, 30.3155336 ] ], [ [ 120.4573225, 30.3155336 ], [ 120.4570421, 30.3153757 ] ], [ [ 120.4570421, 30.3153757 ], [ 120.4567306, 30.3153303 ] ], [ [ 120.4572538, 30.3219451 ], [ 120.4571796, 30.3209346 ] ], [ [ 120.4571796, 30.3209346 ], [ 120.4570756, 30.3195841 ] ], [ [ 120.4570756, 30.3195841 ], [ 120.4569476, 30.3179534 ] ], [ [ 120.4569476, 30.3179534 ], [ 120.4567306, 30.3153303 ] ], [ [ 120.4516489, 30.3199655 ], [ 120.451777, 30.3199651 ] ], [ [ 120.4405673, 30.3199424 ], [ 120.4429774, 30.3200131 ] ], [ [ 120.4429774, 30.3200131 ], [ 120.443296, 30.3200241 ] ], [ [ 120.443296, 30.3200241 ], [ 120.4445485, 30.3200772 ] ], [ [ 120.3534223, 30.3208923 ], [ 120.3534218, 30.320562 ] ], [ [ 120.3534218, 30.320562 ], [ 120.3534218, 30.3200874 ] ], [ [ 120.3534218, 30.3200874 ], [ 120.3534218, 30.3198354 ] ], [ [ 120.3534218, 30.3198354 ], [ 120.3534218, 30.3197244 ] ], [ [ 120.3534218, 30.3197244 ], [ 120.3534155, 30.3196327 ] ], [ [ 120.3534155, 30.3196327 ], [ 120.3534134, 30.3194544 ] ], [ [ 120.3534134, 30.3194544 ], [ 120.3534218, 30.3181164 ] ], [ [ 120.4754247, 30.3217987 ], [ 120.4754226, 30.32199 ] ], [ [ 120.4752789, 30.3219898 ], [ 120.4752774, 30.3218045 ] ], [ [ 120.44041, 30.3217195 ], [ 120.4403651, 30.320829 ], [ 120.4403647, 30.3208216 ], [ 120.440342, 30.3203714 ], [ 120.44032, 30.3199351 ] ], [ [ 120.4362557, 30.3216688 ], [ 120.4361778, 30.3207999 ] ], [ [ 120.4445485, 30.3200772 ], [ 120.4445542, 30.3200766 ] ], [ [ 120.4445542, 30.3200766 ], [ 120.4449717, 30.3200321 ] ], [ [ 120.4449717, 30.3200321 ], [ 120.4449774, 30.3200315 ] ], [ [ 120.4449774, 30.3200315 ], [ 120.4459425, 30.3199844 ] ], [ [ 120.4459425, 30.3199844 ], [ 120.4478258, 30.3199782 ] ], [ [ 120.4478258, 30.3199782 ], [ 120.4516489, 30.3199655 ] ], [ [ 120.4405673, 30.3199424 ], [ 120.4405894, 30.3203765 ], [ 120.4406123, 30.3208267 ], [ 120.4406127, 30.3208349 ], [ 120.4406578, 30.3217225 ] ], [ [ 120.444648, 30.3217712 ], [ 120.4446544, 30.3209384 ] ], [ [ 120.4446544, 30.3209384 ], [ 120.4446287, 30.3207292 ] ], [ [ 120.4446287, 30.3207292 ], [ 120.4446187, 30.3206483 ] ], [ [ 120.4446187, 30.3206483 ], [ 120.4445485, 30.3200772 ] ], [ [ 120.4449402, 30.3209449 ], [ 120.4449389, 30.3217832 ] ], [ [ 120.4406578, 30.3217225 ], [ 120.4406701, 30.3219651 ] ], [ [ 120.4691505, 30.3217984 ], [ 120.4691605, 30.3219796 ] ], [ [ 120.444648, 30.3217712 ], [ 120.4446462, 30.3220128 ] ], [ [ 120.4449386, 30.3220092 ], [ 120.4449389, 30.3217832 ] ], [ [ 120.4572609, 30.3221237 ], [ 120.4572538, 30.3219451 ] ], [ [ 120.4799135, 30.3218724 ], [ 120.4799143, 30.3220516 ] ], [ [ 120.4968838, 30.3219703 ], [ 120.4969012, 30.3221525 ] ], [ [ 120.5839897, 30.3186707 ], [ 120.5839954, 30.3186711 ] ], [ [ 120.5839954, 30.3186711 ], [ 120.5844197, 30.3187026 ] ], [ [ 120.5844197, 30.3187026 ], [ 120.5844254, 30.318703 ] ], [ [ 120.5844254, 30.318703 ], [ 120.5900439, 30.3191202 ] ], [ [ 120.5900439, 30.3191202 ], [ 120.5922584, 30.3192586 ] ], [ [ 120.5922584, 30.3192586 ], [ 120.5955916, 30.3194703 ] ], [ [ 120.5955916, 30.3194703 ], [ 120.5958585, 30.3194864 ] ], [ [ 120.5958585, 30.3194864 ], [ 120.5968689, 30.3196248 ] ], [ [ 120.5495927, 30.3178577 ], [ 120.5494392, 30.3178691 ] ], [ [ 120.5763461, 30.3181895 ], [ 120.5778989, 30.3182739 ] ], [ [ 120.5778989, 30.3182739 ], [ 120.5798329, 30.3184233 ] ], [ [ 120.5798329, 30.3184233 ], [ 120.580117, 30.3184515 ] ], [ [ 120.580117, 30.3184515 ], [ 120.580252, 30.3184601 ] ], [ [ 120.580252, 30.3184601 ], [ 120.5818187, 30.3185539 ] ], [ [ 120.5818187, 30.3185539 ], [ 120.5827132, 30.3186076 ] ], [ [ 120.5827132, 30.3186076 ], [ 120.5839897, 30.3186707 ] ], [ [ 120.5761716, 30.3211222 ], [ 120.5763461, 30.3181895 ] ], [ [ 120.5838701, 30.3216376 ], [ 120.5839308, 30.3200796 ] ], [ [ 120.5839308, 30.3200796 ], [ 120.5839489, 30.3196456 ] ], [ [ 120.5839489, 30.3196456 ], [ 120.5839897, 30.3186707 ] ], [ [ 120.5761716, 30.3211222 ], [ 120.5747058, 30.3210217 ] ], [ [ 120.5747058, 30.3210217 ], [ 120.5742312, 30.3209891 ] ], [ [ 120.6109527, 30.3204019 ], [ 120.6113462, 30.3204245 ] ], [ [ 120.6113462, 30.3204245 ], [ 120.6114075, 30.3204321 ] ], [ [ 120.6114075, 30.3204321 ], [ 120.6114398, 30.3204512 ] ], [ [ 120.6101763, 30.320567 ], [ 120.6104127, 30.3204332 ], [ 120.6106836, 30.3203962 ], [ 120.6109527, 30.3204019 ] ], [ [ 120.6109527, 30.3204019 ], [ 120.6105629, 30.3206324 ], [ 120.6101554, 30.3207387 ] ], [ [ 120.6951956, 30.282219 ], [ 120.6906592, 30.2908354 ] ], [ [ 120.6906592, 30.2908354 ], [ 120.6884318, 30.2952141 ] ], [ [ 120.6884318, 30.2952141 ], [ 120.6883821, 30.2953119 ] ], [ [ 120.6883821, 30.2953119 ], [ 120.6875801, 30.2970555 ] ], [ [ 120.6875801, 30.2970555 ], [ 120.6846155, 30.3034482 ] ], [ [ 120.6846155, 30.3034482 ], [ 120.6841661, 30.3044417 ] ], [ [ 120.6841661, 30.3044417 ], [ 120.6836898, 30.3054944 ] ], [ [ 120.6836898, 30.3054944 ], [ 120.6822382, 30.3087031 ] ], [ [ 120.6822382, 30.3087031 ], [ 120.6807496, 30.3131437 ] ], [ [ 120.6807496, 30.3131437 ], [ 120.6798178, 30.3159234 ] ], [ [ 120.6798178, 30.3159234 ], [ 120.678801, 30.3189894 ] ], [ [ 120.678801, 30.3189894 ], [ 120.6775407, 30.3239097 ] ], [ [ 120.6775407, 30.3239097 ], [ 120.6760513, 30.3299917 ] ], [ [ 120.6760513, 30.3299917 ], [ 120.6752779, 30.332501 ] ], [ [ 120.6752779, 30.332501 ], [ 120.6742088, 30.3349917 ] ], [ [ 120.6742088, 30.3349917 ], [ 120.6730464, 30.3377593 ] ], [ [ 120.6730464, 30.3377593 ], [ 120.6729182, 30.3380751 ] ], [ [ 120.6729182, 30.3380751 ], [ 120.6722207, 30.3397934 ] ], [ [ 120.6722207, 30.3397934 ], [ 120.6713229, 30.3419451 ] ], [ [ 120.6713229, 30.3419451 ], [ 120.6703448, 30.344332 ] ], [ [ 120.6703448, 30.344332 ], [ 120.668004, 30.3476389 ] ], [ [ 120.668004, 30.3476389 ], [ 120.6647412, 30.3519212 ] ], [ [ 120.6647412, 30.3519212 ], [ 120.6625045, 30.3549927 ] ], [ [ 120.6625045, 30.3549927 ], [ 120.661278, 30.3567774 ] ], [ [ 120.661278, 30.3567774 ], [ 120.660292, 30.3594959 ] ], [ [ 120.660292, 30.3594959 ], [ 120.6593861, 30.3604436 ] ], [ [ 120.5761716, 30.3211222 ], [ 120.5774278, 30.3212084 ] ], [ [ 120.5800549, 30.3213475 ], [ 120.5779782, 30.3212185 ] ], [ [ 120.5779782, 30.3212185 ], [ 120.5774278, 30.3212084 ] ], [ [ 120.580132, 30.3213755 ], [ 120.5800549, 30.3213475 ] ], [ [ 120.580132, 30.3213755 ], [ 120.5817222, 30.3215154 ] ], [ [ 120.5817222, 30.3215154 ], [ 120.5824415, 30.3215539 ] ], [ [ 120.5824415, 30.3215539 ], [ 120.5838701, 30.3216376 ] ], [ [ 120.5774278, 30.3212084 ], [ 120.5773375, 30.3224774 ] ], [ [ 120.5773375, 30.3224774 ], [ 120.5772894, 30.3231532 ] ], [ [ 120.5575798, 30.3219042 ], [ 120.5575798, 30.3219655 ] ], [ [ 120.5575798, 30.3219655 ], [ 120.5575088, 30.3225173 ] ], [ [ 120.5575088, 30.3225173 ], [ 120.5571617, 30.3225178 ] ], [ [ 120.5575798, 30.3219042 ], [ 120.5597367, 30.3220415 ] ], [ [ 120.5597367, 30.3220415 ], [ 120.5620001, 30.3221856 ] ], [ [ 120.5620001, 30.3221856 ], [ 120.5639971, 30.3223127 ] ], [ [ 120.5639971, 30.3223127 ], [ 120.5654458, 30.3224049 ] ], [ [ 120.5654458, 30.3224049 ], [ 120.5661689, 30.3224509 ] ], [ [ 120.5661689, 30.3224509 ], [ 120.5675475, 30.3225387 ] ], [ [ 120.5675475, 30.3225387 ], [ 120.5683065, 30.322587 ] ], [ [ 120.5683065, 30.322587 ], [ 120.5692921, 30.3226497 ] ], [ [ 120.5692921, 30.3226497 ], [ 120.5707446, 30.3227422 ] ], [ [ 120.5707446, 30.3227422 ], [ 120.5707604, 30.322565 ] ], [ [ 120.5707604, 30.322565 ], [ 120.5692931, 30.3224683 ] ], [ [ 120.5692931, 30.3224683 ], [ 120.5683143, 30.3224038 ] ], [ [ 120.5683143, 30.3224038 ], [ 120.567556, 30.3223538 ] ], [ [ 120.567556, 30.3223538 ], [ 120.5661764, 30.3222629 ] ], [ [ 120.5661764, 30.3222629 ], [ 120.5639949, 30.3221191 ] ], [ [ 120.5639949, 30.3221191 ], [ 120.5620219, 30.321989 ] ], [ [ 120.5620219, 30.321989 ], [ 120.5597663, 30.3218403 ] ], [ [ 120.5597663, 30.3218403 ], [ 120.5585765, 30.3217619 ] ], [ [ 120.5585765, 30.3217619 ], [ 120.5575798, 30.321693 ] ], [ [ 120.5575798, 30.321693 ], [ 120.5575798, 30.3219042 ] ], [ [ 120.5838029, 30.3233617 ], [ 120.5838701, 30.3216376 ] ], [ [ 120.5494206, 30.3225782 ], [ 120.5481893, 30.3226907 ] ], [ [ 120.5481893, 30.3226907 ], [ 120.5467275, 30.3228146 ] ], [ [ 120.5467275, 30.3228146 ], [ 120.5457351, 30.3229177 ] ], [ [ 120.5494234, 30.3226771 ], [ 120.548636, 30.3227439 ] ], [ [ 120.548636, 30.3227439 ], [ 120.5465035, 30.3229857 ] ], [ [ 120.5465035, 30.3229857 ], [ 120.5457767, 30.3230681 ] ], [ [ 120.5772901, 30.3232579 ], [ 120.5758202, 30.3232116 ], [ 120.5743007, 30.3231335 ], [ 120.5742679, 30.3231294 ], [ 120.5742384, 30.323112 ], [ 120.5742216, 30.3230848 ], [ 120.5742243, 30.323053 ], [ 120.5742404, 30.3230241 ], [ 120.5742739, 30.3230136 ], [ 120.5757741, 30.3230938 ], [ 120.5772894, 30.3231532 ] ], [ [ 120.5772894, 30.3231532 ], [ 120.5791147, 30.3232067 ], [ 120.579955, 30.3232484 ] ], [ [ 120.5772901, 30.3232579 ], [ 120.5772894, 30.3231532 ] ], [ [ 120.579955, 30.3232484 ], [ 120.5800479, 30.3232475 ] ], [ [ 120.5800479, 30.3232475 ], [ 120.5815923, 30.3233019 ], [ 120.5833782, 30.3233554 ], [ 120.5838029, 30.3233617 ] ], [ [ 120.5022753, 30.3217842 ], [ 120.5021315, 30.3264855 ] ], [ [ 120.5427488, 30.3282542 ], [ 120.5428913, 30.3282396 ] ], [ [ 120.5428914, 30.3283216 ], [ 120.5427441, 30.3283365 ] ], [ [ 120.5799454, 30.3233563 ], [ 120.5775718, 30.3232662 ], [ 120.5772901, 30.3232579 ] ], [ [ 120.5800433, 30.3233632 ], [ 120.5799454, 30.3233563 ] ], [ [ 120.5838029, 30.3233617 ], [ 120.5837962, 30.3234787 ] ], [ [ 120.5837962, 30.3234787 ], [ 120.5818078, 30.3234267 ], [ 120.5800433, 30.3233632 ] ], [ [ 120.5771467, 30.3264478 ], [ 120.5771516, 30.3262865 ] ], [ [ 120.5771516, 30.3262865 ], [ 120.5771861, 30.3257276 ] ], [ [ 120.5771861, 30.3257276 ], [ 120.5772481, 30.3251866 ] ], [ [ 120.5772481, 30.3251866 ], [ 120.5772901, 30.3232579 ] ], [ [ 120.3236189, 30.320492 ], [ 120.323705, 30.3192143 ] ], [ [ 120.323705, 30.3192143 ], [ 120.3238096, 30.3176619 ] ], [ [ 120.3271471, 30.3211094 ], [ 120.3271631, 30.3196319 ], [ 120.3271416, 30.3193356 ], [ 120.3271381, 30.3190684 ], [ 120.3271363, 30.3187243 ], [ 120.3271755, 30.3177975 ] ], [ [ 120.3273342, 30.3178014 ], [ 120.3273087, 30.3181278 ], [ 120.3273291, 30.3184789 ], [ 120.3273296, 30.3188234 ], [ 120.3273297, 30.3188771 ], [ 120.3273075, 30.3193612 ], [ 120.3272825, 30.3197014 ], [ 120.3272828, 30.3198865 ], [ 120.3272841, 30.321113 ] ], [ [ 120.3301109, 30.3212217 ], [ 120.3301589, 30.3202764 ] ], [ [ 120.3301589, 30.3202764 ], [ 120.330162, 30.3202163 ] ], [ [ 120.330162, 30.3202163 ], [ 120.3301712, 30.3200493 ] ], [ [ 120.3301712, 30.3200493 ], [ 120.3301741, 30.3199974 ] ], [ [ 120.3301741, 30.3199974 ], [ 120.3302276, 30.3195372 ] ], [ [ 120.3302276, 30.3195372 ], [ 120.3302798, 30.3190884 ] ], [ [ 120.3302798, 30.3190884 ], [ 120.33033, 30.3186567 ] ], [ [ 120.33033, 30.3186567 ], [ 120.3304192, 30.31789 ] ], [ [ 120.3236138, 30.3205678 ], [ 120.3236189, 30.320492 ] ], [ [ 120.3271462, 30.3211939 ], [ 120.3271471, 30.3211094 ] ], [ [ 120.3272841, 30.321113 ], [ 120.3272842, 30.3212101 ] ], [ [ 120.3301074, 30.3212913 ], [ 120.3301109, 30.3212217 ] ], [ [ 120.3270618, 30.3234349 ], [ 120.3270961, 30.3225241 ], [ 120.3271462, 30.3211939 ] ], [ [ 120.3272842, 30.3212101 ], [ 120.3272278, 30.3234535 ] ], [ [ 120.3534224, 30.320976 ], [ 120.3534096, 30.3230526 ] ], [ [ 120.3534096, 30.3230526 ], [ 120.3534339, 30.3252488 ] ], [ [ 120.3270509, 30.3236716 ], [ 120.3270618, 30.3234349 ] ], [ [ 120.3272278, 30.3234535 ], [ 120.3272166, 30.3236962 ] ], [ [ 120.3329942, 30.3263643 ], [ 120.3331927, 30.3263933 ] ], [ [ 120.3534223, 30.3208923 ], [ 120.3534224, 30.320976 ] ], [ [ 120.4404222, 30.3219621 ], [ 120.44041, 30.3217195 ] ], [ [ 120.4880816, 30.322555 ], [ 120.4880847, 30.3227113 ] ], [ [ 120.4880847, 30.3227113 ], [ 120.4880936, 30.3231513 ] ], [ [ 120.4880936, 30.3231513 ], [ 120.4881514, 30.3233368 ] ], [ [ 120.4881514, 30.3233368 ], [ 120.4882074, 30.3234573 ] ], [ [ 120.4882074, 30.3234573 ], [ 120.4882487, 30.3235256 ] ], [ [ 120.4882487, 30.3235256 ], [ 120.4883093, 30.323618 ] ], [ [ 120.4883093, 30.323618 ], [ 120.4883706, 30.3236854 ] ], [ [ 120.4883706, 30.3236854 ], [ 120.4884121, 30.323731 ] ], [ [ 120.4884121, 30.323731 ], [ 120.488592, 30.3238735 ] ], [ [ 120.488592, 30.3238735 ], [ 120.4888022, 30.3239893 ] ], [ [ 120.4888022, 30.3239893 ], [ 120.4890308, 30.3240788 ] ], [ [ 120.4890308, 30.3240788 ], [ 120.4892717, 30.3241198 ] ], [ [ 120.4892717, 30.3241198 ], [ 120.4893983, 30.3241413 ] ], [ [ 120.4893983, 30.3241413 ], [ 120.4897705, 30.3241448 ] ], [ [ 120.4897705, 30.3241448 ], [ 120.4903289, 30.3241529 ] ], [ [ 120.4799143, 30.3220516 ], [ 120.4799194, 30.3253174 ] ], [ [ 120.4754226, 30.32199 ], [ 120.4753986, 30.3241686 ], [ 120.4754024, 30.3265167 ] ], [ [ 120.4752928, 30.3265399 ], [ 120.4752998, 30.3246334 ], [ 120.4752801, 30.3221478 ], [ 120.4752789, 30.3219898 ] ], [ [ 120.4969012, 30.3221525 ], [ 120.496767, 30.3264741 ] ], [ [ 120.4799194, 30.3253174 ], [ 120.4803217, 30.3251461 ] ], [ [ 120.4803217, 30.3251461 ], [ 120.480771, 30.3249076 ] ], [ [ 120.480771, 30.3249076 ], [ 120.4813557, 30.3246089 ] ], [ [ 120.4813557, 30.3246089 ], [ 120.4818546, 30.3243612 ] ], [ [ 120.4818546, 30.3243612 ], [ 120.4822355, 30.3242408 ] ], [ [ 120.4822355, 30.3242408 ], [ 120.4827987, 30.3240695 ] ], [ [ 120.4827987, 30.3240695 ], [ 120.4833244, 30.324007 ] ], [ [ 120.4833244, 30.324007 ], [ 120.4837697, 30.3239908 ] ], [ [ 120.4837697, 30.3239908 ], [ 120.4842578, 30.3240348 ] ], [ [ 120.4842578, 30.3240348 ], [ 120.4845691, 30.3241203 ] ], [ [ 120.4845691, 30.3241203 ], [ 120.4849606, 30.3242453 ] ], [ [ 120.4849606, 30.3242453 ], [ 120.4852745, 30.3243663 ] ], [ [ 120.4852745, 30.3243663 ], [ 120.4855292, 30.324477 ] ], [ [ 120.4855292, 30.324477 ], [ 120.4859235, 30.3247317 ] ], [ [ 120.4859235, 30.3247317 ], [ 120.4862117, 30.3249875 ] ], [ [ 120.4862117, 30.3249875 ], [ 120.4863654, 30.3251677 ] ], [ [ 120.4863654, 30.3251677 ], [ 120.486476, 30.3253544 ] ], [ [ 120.486476, 30.3253544 ], [ 120.4866289, 30.325623 ] ], [ [ 120.4866289, 30.325623 ], [ 120.4867416, 30.3259194 ] ], [ [ 120.4867416, 30.3259194 ], [ 120.4867791, 30.3260979 ] ], [ [ 120.4867791, 30.3260979 ], [ 120.4868033, 30.3262134 ] ], [ [ 120.4868033, 30.3262134 ], [ 120.4868274, 30.3264588 ] ], [ [ 120.4799194, 30.3253174 ], [ 120.479458, 30.3254934 ] ], [ [ 120.479458, 30.3254934 ], [ 120.4789565, 30.3256832 ] ], [ [ 120.4789565, 30.3256832 ], [ 120.4780874, 30.3259842 ] ], [ [ 120.4780874, 30.3259842 ], [ 120.4773538, 30.326174 ] ], [ [ 120.4773538, 30.326174 ], [ 120.4759752, 30.326438 ] ], [ [ 120.4759752, 30.326438 ], [ 120.4754024, 30.3265167 ] ], [ [ 120.4903222, 30.3264519 ], [ 120.4905125, 30.3264565 ] ], [ [ 120.4905125, 30.3264565 ], [ 120.4936362, 30.3264356 ] ], [ [ 120.4936362, 30.3264356 ], [ 120.4939661, 30.3264449 ] ], [ [ 120.4939661, 30.3264449 ], [ 120.496767, 30.3264741 ] ], [ [ 120.4903222, 30.3264519 ], [ 120.4887858, 30.3264639 ] ], [ [ 120.4887858, 30.3264639 ], [ 120.4876696, 30.3264727 ] ], [ [ 120.4876696, 30.3264727 ], [ 120.4868274, 30.3264588 ] ], [ [ 120.496767, 30.3264741 ], [ 120.5021315, 30.3264855 ] ], [ [ 120.4752928, 30.3265399 ], [ 120.4754024, 30.3265167 ] ], [ [ 120.4362557, 30.3216688 ], [ 120.43636, 30.3228329 ] ], [ [ 120.43636, 30.3228329 ], [ 120.436365, 30.3228886 ] ], [ [ 120.436365, 30.3228886 ], [ 120.4364518, 30.3239723 ] ], [ [ 120.4364518, 30.3239723 ], [ 120.4365119, 30.3250675 ] ], [ [ 120.4365119, 30.3250675 ], [ 120.4365787, 30.3258399 ] ], [ [ 120.4365787, 30.3258399 ], [ 120.436592, 30.3263527 ] ], [ [ 120.436592, 30.3263527 ], [ 120.4366521, 30.3272809 ] ], [ [ 120.4366521, 30.3272809 ], [ 120.4367025, 30.3282986 ] ], [ [ 120.4367025, 30.3282986 ], [ 120.4367104, 30.3284201 ] ], [ [ 120.4367104, 30.3284201 ], [ 120.4367301, 30.3287242 ] ], [ [ 120.4367301, 30.3287242 ], [ 120.4367304, 30.3287291 ] ], [ [ 120.4367304, 30.3287291 ], [ 120.4368458, 30.3303647 ] ], [ [ 120.4368458, 30.3303647 ], [ 120.4359481, 30.3303816 ] ], [ [ 120.4359481, 30.3303816 ], [ 120.4358579, 30.3309205 ] ], [ [ 120.4373065, 30.354036 ], [ 120.4370219, 30.3539951 ] ], [ [ 120.4370219, 30.3539951 ], [ 120.4367611, 30.3539754 ] ], [ [ 120.4367611, 30.3539754 ], [ 120.4365545, 30.3539418 ] ], [ [ 120.4365545, 30.3539418 ], [ 120.4363475, 30.3534106 ] ], [ [ 120.4363475, 30.3534106 ], [ 120.4342103, 30.3513194 ] ], [ [ 120.4342103, 30.3513194 ], [ 120.4329094, 30.3483359 ] ], [ [ 120.4329094, 30.3483359 ], [ 120.4305752, 30.3424663 ] ], [ [ 120.4305752, 30.3424663 ], [ 120.4281052, 30.3366703 ] ], [ [ 120.4281052, 30.3366703 ], [ 120.4260043, 30.3317162 ] ], [ [ 120.4260043, 30.3317162 ], [ 120.4249245, 30.3291422 ] ], [ [ 120.4249245, 30.3291422 ], [ 120.4238156, 30.3264508 ] ], [ [ 120.4238156, 30.3264508 ], [ 120.4214269, 30.3209727 ] ], [ [ 120.4214269, 30.3209727 ], [ 120.4210452, 30.3200912 ] ], [ [ 120.4210452, 30.3200912 ], [ 120.4202028, 30.3181575 ] ], [ [ 120.4202028, 30.3181575 ], [ 120.417724, 30.3124057 ] ], [ [ 120.417724, 30.3124057 ], [ 120.4176189, 30.3121571 ] ], [ [ 120.4176189, 30.3121571 ], [ 120.4161066, 30.308581 ] ], [ [ 120.4161066, 30.308581 ], [ 120.4139091, 30.3038076 ] ], [ [ 120.4139091, 30.3038076 ], [ 120.4119138, 30.2990568 ] ], [ [ 120.3883771, 30.3270305 ], [ 120.3852231, 30.3269956 ] ], [ [ 120.3920103, 30.3270006 ], [ 120.3883771, 30.3270305 ] ], [ [ 120.3925103, 30.3284496 ], [ 120.3920103, 30.3270006 ] ], [ [ 120.4691605, 30.3219796 ], [ 120.4691602, 30.3221405 ] ], [ [ 120.4691602, 30.3221405 ], [ 120.4691557, 30.3250319 ] ], [ [ 120.4691557, 30.3250319 ], [ 120.4691638, 30.3266137 ] ], [ [ 120.4444797, 30.3310795 ], [ 120.4445202, 30.3309196 ] ], [ [ 120.4445202, 30.3309196 ], [ 120.4445912, 30.3308186 ] ], [ [ 120.4445912, 30.3308186 ], [ 120.4446216, 30.3307106 ] ], [ [ 120.4446216, 30.3307106 ], [ 120.4446435, 30.3296341 ] ], [ [ 120.4446435, 30.3296341 ], [ 120.4446435, 30.3286198 ] ], [ [ 120.4446435, 30.3286198 ], [ 120.4446435, 30.3277537 ] ], [ [ 120.4446435, 30.3277537 ], [ 120.4446548, 30.3270209 ] ], [ [ 120.4446548, 30.3270209 ], [ 120.4446491, 30.3250245 ] ], [ [ 120.4446491, 30.3250245 ], [ 120.4446323, 30.3241614 ] ], [ [ 120.4446323, 30.3241614 ], [ 120.4446373, 30.3232137 ] ], [ [ 120.4446373, 30.3232137 ], [ 120.4446379, 30.3230958 ] ], [ [ 120.4446379, 30.3230958 ], [ 120.4446462, 30.3220128 ] ], [ [ 120.4449386, 30.3220092 ], [ 120.444934, 30.3249812 ] ], [ [ 120.444934, 30.3249812 ], [ 120.4449335, 30.3250618 ] ], [ [ 120.4449335, 30.3250618 ], [ 120.444923, 30.3270292 ] ], [ [ 120.444923, 30.3270292 ], [ 120.4449228, 30.3270593 ] ], [ [ 120.4449228, 30.3270593 ], [ 120.4449284, 30.3289109 ] ], [ [ 120.4449284, 30.3289109 ], [ 120.4449121, 30.3307417 ] ], [ [ 120.4449121, 30.3307417 ], [ 120.4449486, 30.3308417 ] ], [ [ 120.4449486, 30.3308417 ], [ 120.4450441, 30.330983 ] ], [ [ 120.4450441, 30.330983 ], [ 120.4450908, 30.3311242 ] ], [ [ 120.3584485, 30.3256495 ], [ 120.3584693, 30.3262817 ] ], [ [ 120.3584693, 30.3262817 ], [ 120.3584813, 30.327023 ] ], [ [ 120.3584813, 30.327023 ], [ 120.3584717, 30.3271431 ] ], [ [ 120.3584717, 30.3271431 ], [ 120.3584775, 30.3274261 ] ], [ [ 120.3584775, 30.3274261 ], [ 120.3584764, 30.3275483 ] ], [ [ 120.3584764, 30.3275483 ], [ 120.3584744, 30.3277605 ] ], [ [ 120.3584744, 30.3277605 ], [ 120.3584787, 30.3280458 ] ], [ [ 120.3584787, 30.3280458 ], [ 120.3584785, 30.3282379 ] ], [ [ 120.4752928, 30.3265399 ], [ 120.4749881, 30.3265583 ] ], [ [ 120.4749881, 30.3265583 ], [ 120.4749316, 30.3265614 ] ], [ [ 120.4749316, 30.3265614 ], [ 120.4746262, 30.3265782 ] ], [ [ 120.4746262, 30.3265782 ], [ 120.4743902, 30.3265911 ] ], [ [ 120.4743902, 30.3265911 ], [ 120.4691638, 30.3266137 ] ], [ [ 120.4656138, 30.3266394 ], [ 120.4691638, 30.3266137 ] ], [ [ 120.4519887, 30.3220577 ], [ 120.4520351, 30.3264332 ], [ 120.451998, 30.3312727 ] ], [ [ 120.4518092, 30.3312755 ], [ 120.4518614, 30.3264345 ], [ 120.451817, 30.3220622 ] ], [ [ 120.4691546, 30.3314548 ], [ 120.4691557, 30.3296838 ] ], [ [ 120.4691557, 30.3296838 ], [ 120.4691542, 30.3274864 ] ], [ [ 120.4691542, 30.3274864 ], [ 120.4691638, 30.3266137 ] ], [ [ 120.4444797, 30.3310795 ], [ 120.4446081, 30.3311054 ], [ 120.4449565, 30.3311172 ], [ 120.4450908, 30.3311242 ] ], [ [ 120.4444818, 30.3312461 ], [ 120.4444797, 30.3310795 ] ], [ [ 120.1886333, 30.2884789 ], [ 120.1882854, 30.2886674 ] ], [ [ 120.1882854, 30.2886674 ], [ 120.1880968, 30.2887812 ] ], [ [ 120.1880968, 30.2887812 ], [ 120.1876533, 30.289055 ] ], [ [ 120.1876533, 30.289055 ], [ 120.1875269, 30.2891331 ] ], [ [ 120.1875269, 30.2891331 ], [ 120.1872917, 30.2892783 ] ], [ [ 120.1872917, 30.2892783 ], [ 120.1871895, 30.2893456 ] ], [ [ 120.1871895, 30.2893456 ], [ 120.1871111, 30.2893973 ] ], [ [ 120.1871111, 30.2893973 ], [ 120.1870155, 30.2895441 ] ], [ [ 120.1870155, 30.2895441 ], [ 120.1868528, 30.2900379 ] ], [ [ 120.1868528, 30.2900379 ], [ 120.1867551, 30.2903345 ] ], [ [ 120.1867551, 30.2903345 ], [ 120.1866889, 30.2905356 ] ], [ [ 120.1866889, 30.2905356 ], [ 120.1863176, 30.2911959 ] ], [ [ 120.1907777, 30.2927145 ], [ 120.1897771, 30.2923699 ] ], [ [ 120.1897771, 30.2923699 ], [ 120.1887309, 30.2920095 ] ], [ [ 120.1887309, 30.2920095 ], [ 120.1877616, 30.2916756 ] ], [ [ 120.1877616, 30.2916756 ], [ 120.1873522, 30.2915396 ] ], [ [ 120.1873522, 30.2915396 ], [ 120.1863176, 30.2911959 ] ], [ [ 120.1863176, 30.2911959 ], [ 120.1858634, 30.2919804 ] ], [ [ 120.1858634, 30.2919804 ], [ 120.1857263, 30.2923125 ] ], [ [ 120.1857263, 30.2923125 ], [ 120.1856826, 30.2925466 ] ], [ [ 120.1856826, 30.2925466 ], [ 120.1856612, 30.2926609 ] ], [ [ 120.1856612, 30.2926609 ], [ 120.1856383, 30.2929802 ] ], [ [ 120.1856383, 30.2929802 ], [ 120.1856296, 30.2931011 ] ], [ [ 120.1856296, 30.2931011 ], [ 120.1856424, 30.293207 ] ], [ [ 120.1856424, 30.293207 ], [ 120.1856528, 30.2932938 ] ], [ [ 120.1856528, 30.2932938 ], [ 120.1856711, 30.2934461 ] ], [ [ 120.1856711, 30.2934461 ], [ 120.1856964, 30.2936565 ] ], [ [ 120.1856964, 30.2936565 ], [ 120.1858719, 30.2941293 ] ], [ [ 120.1858719, 30.2941293 ], [ 120.1859111, 30.2942348 ] ], [ [ 120.1859111, 30.2942348 ], [ 120.1861494, 30.2950516 ] ], [ [ 120.1861494, 30.2950516 ], [ 120.1862531, 30.2954071 ] ], [ [ 120.2003577, 30.2922824 ], [ 120.2004252, 30.292316 ] ], [ [ 120.2004252, 30.292316 ], [ 120.2010318, 30.2925368 ] ], [ [ 120.2010318, 30.2925368 ], [ 120.2012196, 30.2925819 ] ], [ [ 120.2012196, 30.2925819 ], [ 120.2015204, 30.2926972 ] ], [ [ 120.2015204, 30.2926972 ], [ 120.2019931, 30.2929331 ] ], [ [ 120.2019931, 30.2929331 ], [ 120.2023139, 30.2931539 ] ], [ [ 120.2023139, 30.2931539 ], [ 120.202864, 30.2935416 ] ], [ [ 120.1989887, 30.2938637 ], [ 120.1988498, 30.2937593 ] ], [ [ 120.1988498, 30.2937593 ], [ 120.1986212, 30.2935876 ] ], [ [ 120.1986212, 30.2935876 ], [ 120.1981007, 30.2931966 ] ], [ [ 120.1981007, 30.2931966 ], [ 120.1975897, 30.2927978 ] ], [ [ 120.1975897, 30.2927978 ], [ 120.1972775, 30.2925711 ] ], [ [ 120.1972775, 30.2925711 ], [ 120.1970315, 30.2924036 ] ], [ [ 120.1990604, 30.2939176 ], [ 120.1989887, 30.2938637 ] ], [ [ 120.2048057, 30.294768 ], [ 120.2045882, 30.2946307 ], [ 120.2029745, 30.2936754 ] ], [ [ 120.2011586, 30.2956358 ], [ 120.2005503, 30.295111 ] ], [ [ 120.2005503, 30.295111 ], [ 120.200386, 30.2949753 ] ], [ [ 120.200386, 30.2949753 ], [ 120.1998349, 30.294538 ] ], [ [ 120.1998349, 30.294538 ], [ 120.19947, 30.2942457 ] ], [ [ 120.19947, 30.2942457 ], [ 120.1990604, 30.2939176 ] ], [ [ 120.2012616, 30.2956926 ], [ 120.2011586, 30.2956358 ] ], [ [ 120.2016493, 30.2985416 ], [ 120.2029222, 30.2970104 ] ], [ [ 120.2029222, 30.2970104 ], [ 120.2040716, 30.2956495 ] ], [ [ 120.2040716, 30.2956495 ], [ 120.2044734, 30.2951685 ] ], [ [ 120.2044734, 30.2951685 ], [ 120.2048057, 30.294768 ] ], [ [ 120.19971, 30.2973495 ], [ 120.2000697, 30.2974893 ], [ 120.2005208, 30.2977499 ], [ 120.2010958, 30.2981411 ], [ 120.2016493, 30.2985416 ] ], [ [ 120.1918992, 30.2962689 ], [ 120.1918181, 30.2962564 ] ], [ [ 120.1918181, 30.2962564 ], [ 120.191145, 30.2961527 ] ], [ [ 120.191145, 30.2961527 ], [ 120.1908691, 30.2961102 ] ], [ [ 120.1908691, 30.2961102 ], [ 120.1905607, 30.2960626 ] ], [ [ 120.1905607, 30.2960626 ], [ 120.1898773, 30.2959573 ] ], [ [ 120.1898773, 30.2959573 ], [ 120.1892306, 30.2958576 ] ], [ [ 120.1892306, 30.2958576 ], [ 120.1889875, 30.2958201 ] ], [ [ 120.1889875, 30.2958201 ], [ 120.1883489, 30.2957083 ] ], [ [ 120.1883489, 30.2957083 ], [ 120.1879592, 30.2956523 ] ], [ [ 120.1879592, 30.2956523 ], [ 120.187809, 30.2956307 ] ], [ [ 120.187809, 30.2956307 ], [ 120.1871452, 30.2955353 ] ], [ [ 120.1871452, 30.2955353 ], [ 120.18705, 30.2955216 ] ], [ [ 120.18705, 30.2955216 ], [ 120.1862531, 30.2954071 ] ], [ [ 120.1862531, 30.2954071 ], [ 120.1862106, 30.2959299 ] ], [ [ 120.1862106, 30.2959299 ], [ 120.1861199, 30.297045 ] ], [ [ 120.1861199, 30.297045 ], [ 120.1861155, 30.297099 ] ], [ [ 120.1861155, 30.297099 ], [ 120.1861799, 30.2978389 ] ], [ [ 120.1861799, 30.2978389 ], [ 120.1861857, 30.2981893 ] ], [ [ 120.1861857, 30.2981893 ], [ 120.1861923, 30.2986119 ] ], [ [ 120.1886902, 30.2988367 ], [ 120.1881054, 30.2987496 ] ], [ [ 120.1881054, 30.2987496 ], [ 120.1875896, 30.2987377 ] ], [ [ 120.1875896, 30.2987377 ], [ 120.1869288, 30.2986782 ] ], [ [ 120.1869288, 30.2986782 ], [ 120.1869071, 30.2986762 ] ], [ [ 120.1869071, 30.2986762 ], [ 120.1861923, 30.2986119 ] ], [ [ 120.1905537, 30.2989857 ], [ 120.1900953, 30.298949 ] ], [ [ 120.1900953, 30.298949 ], [ 120.1894749, 30.2988994 ] ], [ [ 120.1894749, 30.2988994 ], [ 120.1886902, 30.2988367 ] ], [ [ 120.1908578, 30.2990846 ], [ 120.1905537, 30.2989857 ] ], [ [ 120.1941925, 30.2999754 ], [ 120.1939609, 30.2990266 ] ], [ [ 120.1939609, 30.2990266 ], [ 120.1939144, 30.298836 ] ], [ [ 120.1939144, 30.298836 ], [ 120.1938332, 30.2986666 ] ], [ [ 120.1938332, 30.2986666 ], [ 120.193796, 30.2985999 ] ], [ [ 120.193796, 30.2985999 ], [ 120.1935742, 30.2983079 ] ], [ [ 120.1935742, 30.2983079 ], [ 120.1932336, 30.2981428 ] ], [ [ 120.1932336, 30.2981428 ], [ 120.1929589, 30.298005 ] ], [ [ 120.1929589, 30.298005 ], [ 120.192337, 30.2976928 ] ], [ [ 120.192337, 30.2976928 ], [ 120.1917456, 30.2974168 ] ], [ [ 120.1917456, 30.2974168 ], [ 120.1916434, 30.2973266 ] ], [ [ 120.2224869, 30.2970165 ], [ 120.222502, 30.2969803 ] ], [ [ 120.222502, 30.2969803 ], [ 120.2226378, 30.2967156 ] ], [ [ 120.2226378, 30.2967156 ], [ 120.2227112, 30.2964306 ] ], [ [ 120.2227112, 30.2964306 ], [ 120.2227248, 30.2963777 ] ], [ [ 120.2227248, 30.2963777 ], [ 120.2227596, 30.2958746 ] ], [ [ 120.2227596, 30.2958746 ], [ 120.2227596, 30.2952814 ] ], [ [ 120.2227596, 30.2952814 ], [ 120.2227596, 30.2951913 ] ], [ [ 120.2227596, 30.2951913 ], [ 120.2228923, 30.2939789 ] ], [ [ 120.2224869, 30.2970165 ], [ 120.2200466, 30.2966149 ] ], [ [ 120.2200466, 30.2966149 ], [ 120.2193856, 30.2964986 ] ], [ [ 120.2193856, 30.2964986 ], [ 120.2192525, 30.2964764 ] ], [ [ 120.2192525, 30.2964764 ], [ 120.21913, 30.2964572 ] ], [ [ 120.2200348, 30.2940802 ], [ 120.2199539, 30.2942334 ] ], [ [ 120.2199539, 30.2942334 ], [ 120.2196534, 30.295012 ] ], [ [ 120.2196534, 30.295012 ], [ 120.2196433, 30.2950447 ] ], [ [ 120.2196433, 30.2950447 ], [ 120.2195708, 30.2952803 ] ], [ [ 120.2195708, 30.2952803 ], [ 120.2193679, 30.2958113 ] ], [ [ 120.2193679, 30.2958113 ], [ 120.2193113, 30.2959595 ] ], [ [ 120.2193113, 30.2959595 ], [ 120.2191794, 30.2962957 ] ], [ [ 120.2191794, 30.2962957 ], [ 120.21913, 30.2964572 ] ], [ [ 120.2165715, 30.2960722 ], [ 120.2152992, 30.2958531 ] ], [ [ 120.2152992, 30.2958531 ], [ 120.2149288, 30.2957929 ] ], [ [ 120.2149288, 30.2957929 ], [ 120.2145375, 30.2957293 ] ], [ [ 120.2145375, 30.2957293 ], [ 120.2139137, 30.2956279 ] ], [ [ 120.2139137, 30.2956279 ], [ 120.2137146, 30.2955872 ] ], [ [ 120.2137146, 30.2955872 ], [ 120.213478, 30.2955389 ] ], [ [ 120.213478, 30.2955389 ], [ 120.2131555, 30.2954254 ] ], [ [ 120.2131555, 30.2954254 ], [ 120.2128857, 30.2952901 ] ], [ [ 120.2128857, 30.2952901 ], [ 120.2125696, 30.2950922 ] ], [ [ 120.2165715, 30.2960722 ], [ 120.2167318, 30.2960937 ] ], [ [ 120.2167318, 30.2960937 ], [ 120.2168305, 30.2961086 ] ], [ [ 120.2168305, 30.2961086 ], [ 120.2175331, 30.2962149 ] ], [ [ 120.2175331, 30.2962149 ], [ 120.2177951, 30.2962546 ] ], [ [ 120.2177951, 30.2962546 ], [ 120.2188998, 30.2964218 ] ], [ [ 120.2188998, 30.2964218 ], [ 120.2190123, 30.2964388 ] ], [ [ 120.2190123, 30.2964388 ], [ 120.21913, 30.2964572 ] ], [ [ 120.2184659, 30.2982356 ], [ 120.2185159, 30.2980757 ] ], [ [ 120.2185159, 30.2980757 ], [ 120.2189135, 30.2970562 ] ], [ [ 120.2189135, 30.2970562 ], [ 120.219064, 30.2966701 ] ], [ [ 120.219064, 30.2966701 ], [ 120.2190937, 30.2965758 ] ], [ [ 120.2190937, 30.2965758 ], [ 120.21913, 30.2964572 ] ], [ [ 120.2145981, 30.298668 ], [ 120.2137067, 30.2981101 ] ], [ [ 120.2137067, 30.2981101 ], [ 120.2132969, 30.2978536 ] ], [ [ 120.2132969, 30.2978536 ], [ 120.2130519, 30.2977002 ] ], [ [ 120.2130519, 30.2977002 ], [ 120.211985, 30.2970324 ] ], [ [ 120.211985, 30.2970324 ], [ 120.2113841, 30.2966563 ] ], [ [ 120.2184659, 30.2982356 ], [ 120.2159456, 30.2971907 ] ], [ [ 120.2145981, 30.298668 ], [ 120.2147125, 30.2987615 ] ], [ [ 120.2184659, 30.2982356 ], [ 120.218583, 30.2982811 ] ], [ [ 120.218583, 30.2982811 ], [ 120.2186525, 30.29831 ] ], [ [ 120.2186525, 30.29831 ], [ 120.2193082, 30.2985828 ] ], [ [ 120.2193082, 30.2985828 ], [ 120.219523, 30.2986722 ] ], [ [ 120.219523, 30.2986722 ], [ 120.2209853, 30.2992807 ] ], [ [ 120.2224869, 30.2970165 ], [ 120.2222129, 30.2974618 ] ], [ [ 120.2222129, 30.2974618 ], [ 120.2216429, 30.2983063 ] ], [ [ 120.2216429, 30.2983063 ], [ 120.2215679, 30.2984175 ] ], [ [ 120.2215679, 30.2984175 ], [ 120.2209853, 30.2992807 ] ], [ [ 120.217294, 30.3003956 ], [ 120.2179243, 30.2994217 ] ], [ [ 120.2179243, 30.2994217 ], [ 120.2182209, 30.2988375 ] ], [ [ 120.2182209, 30.2988375 ], [ 120.2183758, 30.2984235 ] ], [ [ 120.2183758, 30.2984235 ], [ 120.2184263, 30.298308 ] ], [ [ 120.2184263, 30.298308 ], [ 120.2184659, 30.2982356 ] ], [ [ 120.2147125, 30.2987615 ], [ 120.2153388, 30.2991606 ] ], [ [ 120.2153388, 30.2991606 ], [ 120.2159937, 30.2995779 ] ], [ [ 120.2159937, 30.2995779 ], [ 120.2171974, 30.3003449 ] ], [ [ 120.2171974, 30.3003449 ], [ 120.217294, 30.3003956 ] ], [ [ 120.2226113, 30.2999961 ], [ 120.2220476, 30.2997552 ] ], [ [ 120.2220476, 30.2997552 ], [ 120.2219528, 30.2997054 ] ], [ [ 120.2219528, 30.2997054 ], [ 120.2216721, 30.2995815 ] ], [ [ 120.2216721, 30.2995815 ], [ 120.2211007, 30.2993361 ] ], [ [ 120.2211007, 30.2993361 ], [ 120.2209853, 30.2992807 ] ], [ [ 120.2226113, 30.2999961 ], [ 120.2227393, 30.3000528 ] ], [ [ 120.2276719, 30.3000625 ], [ 120.2274582, 30.3003418 ] ], [ [ 120.2258546, 30.3024372 ], [ 120.2250704, 30.3018049 ] ], [ [ 120.2250704, 30.3018049 ], [ 120.2248082, 30.3015935 ] ], [ [ 120.2248082, 30.3015935 ], [ 120.2243016, 30.3011851 ] ], [ [ 120.2243016, 30.3011851 ], [ 120.2240987, 30.3010202 ] ], [ [ 120.2240987, 30.3010202 ], [ 120.2236003, 30.3006755 ] ], [ [ 120.2236003, 30.3006755 ], [ 120.2235219, 30.300616 ] ], [ [ 120.2235219, 30.300616 ], [ 120.2232131, 30.3003995 ] ], [ [ 120.2232131, 30.3003995 ], [ 120.2227393, 30.3000528 ] ], [ [ 120.2049431, 30.3007457 ], [ 120.2051631, 30.3009114 ], [ 120.2059695, 30.3014916 ], [ 120.2068981, 30.3021656 ], [ 120.2069941, 30.3023099 ] ], [ [ 120.2068897, 30.302353 ], [ 120.2066807, 30.3022513 ], [ 120.206175, 30.3018858 ], [ 120.2057441, 30.3015848 ], [ 120.2047587, 30.3008957 ] ], [ [ 120.2258546, 30.3024372 ], [ 120.2274582, 30.3003418 ] ], [ [ 120.2212865, 30.3012033 ], [ 120.2211077, 30.301459 ], [ 120.2210753, 30.3016175 ], [ 120.2211023, 30.301734 ], [ 120.2212113, 30.3018814 ] ], [ [ 120.2212113, 30.3018814 ], [ 120.2209997, 30.3017806 ], [ 120.2208323, 30.3017526 ], [ 120.2205931, 30.3017696 ] ], [ [ 120.2244729, 30.3039929 ], [ 120.2224876, 30.3027596 ] ], [ [ 120.2224876, 30.3027596 ], [ 120.2212113, 30.3018814 ] ], [ [ 120.2244729, 30.3039929 ], [ 120.2258546, 30.3024372 ] ], [ [ 120.217294, 30.3003956 ], [ 120.2168778, 30.3010667 ] ], [ [ 120.2168778, 30.3010667 ], [ 120.216577, 30.3015517 ] ], [ [ 120.216577, 30.3015517 ], [ 120.2161704, 30.3022074 ] ], [ [ 120.2160851, 30.3023168 ], [ 120.2161704, 30.3022074 ] ], [ [ 120.2343533, 30.2959509 ], [ 120.2345475, 30.295891 ] ], [ [ 120.2345475, 30.295891 ], [ 120.2344543, 30.2960054 ] ], [ [ 120.2302207, 30.2990098 ], [ 120.2305487, 30.2987325 ], [ 120.2310894, 30.2983029 ], [ 120.2316394, 30.2978732 ], [ 120.2321431, 30.2975021 ], [ 120.2324696, 30.297322 ], [ 120.2336614, 30.2964641 ], [ 120.2343533, 30.2959509 ] ], [ [ 120.2446358, 30.2936542 ], [ 120.2448245, 30.2934615 ] ], [ [ 120.2449542, 30.293556 ], [ 120.2447581, 30.2937403 ] ], [ [ 120.2414685, 30.2964029 ], [ 120.2419441, 30.2960105 ], [ 120.242342, 30.2956492 ], [ 120.2427157, 30.2953188 ], [ 120.2431144, 30.2949545 ], [ 120.2434908, 30.2946271 ], [ 120.2435064, 30.2946111 ], [ 120.243869, 30.2943168 ], [ 120.2444502, 30.2938258 ], [ 120.2446358, 30.2936542 ] ], [ [ 120.2447581, 30.2937403 ], [ 120.2443803, 30.2940414 ], [ 120.2439803, 30.2943892 ], [ 120.2437777, 30.294555 ], [ 120.2435149, 30.2947701 ], [ 120.2434855, 30.2947958 ], [ 120.2432457, 30.2950049 ], [ 120.2429027, 30.2953108 ], [ 120.2423709, 30.2957853 ], [ 120.2420784, 30.2960476 ], [ 120.2417802, 30.2963058 ], [ 120.2415824, 30.2964664 ] ], [ [ 120.2414685, 30.2964029 ], [ 120.2415454, 30.2964375 ] ], [ [ 120.2415454, 30.2964375 ], [ 120.2415824, 30.2964664 ] ], [ [ 120.2463564, 30.3008595 ], [ 120.2460226, 30.3004723 ] ], [ [ 120.2460226, 30.3004723 ], [ 120.2459429, 30.3003508 ] ], [ [ 120.2459429, 30.3003508 ], [ 120.2458529, 30.3002136 ] ], [ [ 120.2458529, 30.3002136 ], [ 120.2457331, 30.2999463 ] ], [ [ 120.2457331, 30.2999463 ], [ 120.2455584, 30.2994969 ] ], [ [ 120.2455584, 30.2994969 ], [ 120.2454546, 30.2993229 ] ], [ [ 120.2454546, 30.2993229 ], [ 120.2452977, 30.2991639 ] ], [ [ 120.2452977, 30.2991639 ], [ 120.2451656, 30.2990402 ] ], [ [ 120.2451656, 30.2990402 ], [ 120.2450705, 30.298983 ] ], [ [ 120.2450705, 30.298983 ], [ 120.2449803, 30.2989287 ] ], [ [ 120.2449803, 30.2989287 ], [ 120.2446229, 30.2987848 ] ], [ [ 120.2446229, 30.2987848 ], [ 120.244332, 30.2986715 ] ], [ [ 120.244332, 30.2986715 ], [ 120.2441259, 30.2985717 ] ], [ [ 120.2441259, 30.2985717 ], [ 120.2438987, 30.298426 ] ], [ [ 120.2438987, 30.298426 ], [ 120.2436322, 30.2982347 ] ], [ [ 120.2436322, 30.2982347 ], [ 120.2429367, 30.297619 ] ], [ [ 120.2429367, 30.297619 ], [ 120.242367, 30.2971299 ] ], [ [ 120.242367, 30.2971299 ], [ 120.2421491, 30.2969428 ] ], [ [ 120.2421491, 30.2969428 ], [ 120.2417107, 30.2965664 ] ], [ [ 120.2417107, 30.2965664 ], [ 120.2415824, 30.2964664 ] ], [ [ 120.2387057, 30.2987627 ], [ 120.238906, 30.2985844 ], [ 120.239097, 30.2984074 ], [ 120.2393164, 30.2981982 ], [ 120.2397161, 30.2978547 ], [ 120.2400211, 30.2975945 ], [ 120.2401783, 30.2974603 ], [ 120.2410295, 30.2967856 ], [ 120.2414685, 30.2964029 ] ], [ [ 120.2415824, 30.2964664 ], [ 120.2412204, 30.2967642 ], [ 120.2407306, 30.2971556 ], [ 120.2405464, 30.2973036 ], [ 120.2403409, 30.2974687 ], [ 120.2399016, 30.2978205 ], [ 120.2393876, 30.2982635 ], [ 120.2391797, 30.2984751 ], [ 120.238996, 30.2986622 ], [ 120.2388223, 30.2988579 ] ], [ [ 120.2386143, 30.2988828 ], [ 120.2387057, 30.2987627 ] ], [ [ 120.2388223, 30.2988579 ], [ 120.2387275, 30.2989782 ] ], [ [ 120.2367506, 30.3014975 ], [ 120.2370641, 30.3010762 ], [ 120.2372994, 30.300731 ], [ 120.2377339, 30.3001258 ], [ 120.238147, 30.299516 ], [ 120.2384948, 30.299052 ], [ 120.2386143, 30.2988828 ] ], [ [ 120.2344543, 30.2960054 ], [ 120.2337778, 30.2965138 ], [ 120.2326008, 30.2973921 ], [ 120.2322845, 30.2976166 ], [ 120.231967, 30.2978729 ], [ 120.2315894, 30.2981722 ], [ 120.231181, 30.2984928 ], [ 120.230393, 30.2991435 ] ], [ [ 120.2302207, 30.2990098 ], [ 120.230393, 30.2991435 ] ], [ [ 120.2302207, 30.2990098 ], [ 120.2299419, 30.2988926 ] ], [ [ 120.2299419, 30.2988926 ], [ 120.2295944, 30.2988473 ] ], [ [ 120.2295944, 30.2988473 ], [ 120.2292105, 30.2988721 ] ], [ [ 120.2292105, 30.2988721 ], [ 120.2288863, 30.2989423 ] ], [ [ 120.2288863, 30.2989423 ], [ 120.2286205, 30.2990772 ] ], [ [ 120.2286205, 30.2990772 ], [ 120.2282447, 30.2994056 ] ], [ [ 120.2282447, 30.2994056 ], [ 120.2282083, 30.2994448 ] ], [ [ 120.2282083, 30.2994448 ], [ 120.2280665, 30.2996044 ] ], [ [ 120.2280665, 30.2996044 ], [ 120.2276719, 30.3000625 ] ], [ [ 120.230393, 30.2991435 ], [ 120.2305859, 30.2992944 ] ], [ [ 120.2305859, 30.2992944 ], [ 120.2310531, 30.2996864 ] ], [ [ 120.2310531, 30.2996864 ], [ 120.2315131, 30.3000355 ] ], [ [ 120.2315131, 30.3000355 ], [ 120.2318406, 30.3002425 ] ], [ [ 120.2318406, 30.3002425 ], [ 120.2322185, 30.3004295 ] ], [ [ 120.2322185, 30.3004295 ], [ 120.2324048, 30.3005217 ] ], [ [ 120.2324048, 30.3005217 ], [ 120.2330307, 30.3007469 ] ], [ [ 120.2330307, 30.3007469 ], [ 120.2339674, 30.3011846 ] ], [ [ 120.2339674, 30.3011846 ], [ 120.2343102, 30.3013448 ] ], [ [ 120.2343102, 30.3013448 ], [ 120.2346393, 30.3014764 ] ], [ [ 120.2346393, 30.3014764 ], [ 120.234958, 30.3015312 ] ], [ [ 120.234958, 30.3015312 ], [ 120.2350317, 30.3015271 ] ], [ [ 120.2350317, 30.3015271 ], [ 120.2352197, 30.3015165 ] ], [ [ 120.2352197, 30.3015165 ], [ 120.2355727, 30.3014598 ] ], [ [ 120.2355727, 30.3014598 ], [ 120.2359017, 30.3013447 ] ], [ [ 120.2359017, 30.3013447 ], [ 120.2360964, 30.301322 ] ], [ [ 120.2360964, 30.301322 ], [ 120.2362423, 30.3013319 ] ], [ [ 120.2362423, 30.3013319 ], [ 120.2363033, 30.3013361 ] ], [ [ 120.2363033, 30.3013361 ], [ 120.236551, 30.3014097 ] ], [ [ 120.236551, 30.3014097 ], [ 120.2367506, 30.3014975 ] ], [ [ 120.2463564, 30.3008595 ], [ 120.2459675, 30.3012003 ] ], [ [ 120.2459675, 30.3012003 ], [ 120.2455184, 30.3015952 ] ], [ [ 120.2455184, 30.3015952 ], [ 120.2439186, 30.3029998 ] ], [ [ 120.2417645, 30.3014332 ], [ 120.2404556, 30.3024642 ] ], [ [ 120.2404556, 30.3024642 ], [ 120.2390487, 30.3035315 ] ], [ [ 120.2439186, 30.3029998 ], [ 120.2437879, 30.3031018 ] ], [ [ 120.2416941, 30.3047962 ], [ 120.2421422, 30.3043999 ], [ 120.2424982, 30.3040851 ], [ 120.243313, 30.3033646 ], [ 120.2437879, 30.3031018 ] ], [ [ 120.2437879, 30.3031018 ], [ 120.2435076, 30.3034348 ], [ 120.2428558, 30.3040416 ], [ 120.2419243, 30.3049087 ] ], [ [ 120.2416941, 30.3047962 ], [ 120.2400853, 30.304027 ] ], [ [ 120.2400853, 30.304027 ], [ 120.2399304, 30.303953 ] ], [ [ 120.2399304, 30.303953 ], [ 120.239163, 30.3035861 ] ], [ [ 120.239163, 30.3035861 ], [ 120.2390487, 30.3035315 ] ], [ [ 120.2387275, 30.2989782 ], [ 120.2385707, 30.2991415 ], [ 120.2383277, 30.2994724 ], [ 120.2380109, 30.2999041 ], [ 120.237609, 30.300473 ], [ 120.2373454, 30.300866 ], [ 120.2370725, 30.301263 ], [ 120.2368738, 30.3015797 ] ], [ [ 120.2367506, 30.3014975 ], [ 120.2367948, 30.301517 ] ], [ [ 120.2367948, 30.301517 ], [ 120.2368738, 30.3015797 ] ], [ [ 120.2368738, 30.3015797 ], [ 120.2370202, 30.3016959 ] ], [ [ 120.2370202, 30.3016959 ], [ 120.237176, 30.3019149 ] ], [ [ 120.237176, 30.3019149 ], [ 120.2372588, 30.3022075 ] ], [ [ 120.2372588, 30.3022075 ], [ 120.2373223, 30.3024382 ] ], [ [ 120.2373223, 30.3024382 ], [ 120.2374127, 30.3025986 ] ], [ [ 120.2374127, 30.3025986 ], [ 120.2374345, 30.3026374 ] ], [ [ 120.2374345, 30.3026374 ], [ 120.2377552, 30.3029084 ] ], [ [ 120.2377552, 30.3029084 ], [ 120.2380162, 30.3030733 ] ], [ [ 120.2380162, 30.3030733 ], [ 120.2384019, 30.3032445 ] ], [ [ 120.2384019, 30.3032445 ], [ 120.2390487, 30.3035315 ] ], [ [ 120.2344476, 30.3072835 ], [ 120.2352068, 30.3083468 ] ], [ [ 120.2416941, 30.3047962 ], [ 120.2419243, 30.3049087 ] ], [ [ 120.2474881, 30.3076155 ], [ 120.2469373, 30.3073181 ] ], [ [ 120.2469373, 30.3073181 ], [ 120.246479, 30.3070642 ] ], [ [ 120.246479, 30.3070642 ], [ 120.2456601, 30.3066646 ] ], [ [ 120.2456601, 30.3066646 ], [ 120.2440758, 30.305973 ] ], [ [ 120.2440758, 30.305973 ], [ 120.2419243, 30.3049087 ] ], [ [ 120.2428892, 30.3087986 ], [ 120.2427822, 30.3089511 ] ], [ [ 120.2427822, 30.3089511 ], [ 120.2426185, 30.3092594 ] ], [ [ 120.2426185, 30.3092594 ], [ 120.2424758, 30.3093953 ] ], [ [ 120.2424758, 30.3093953 ], [ 120.2421758, 30.3097258 ] ], [ [ 120.2421758, 30.3097258 ], [ 120.2418652, 30.3100518 ] ], [ [ 120.2418652, 30.3100518 ], [ 120.2415588, 30.3104149 ] ], [ [ 120.2415588, 30.3104149 ], [ 120.2412845, 30.3109169 ] ], [ [ 120.2412845, 30.3109169 ], [ 120.2411496, 30.3113115 ] ], [ [ 120.2411496, 30.3113115 ], [ 120.2420194, 30.3113569 ] ], [ [ 120.2420194, 30.3113569 ], [ 120.242631, 30.3114541 ] ], [ [ 120.242631, 30.3114541 ], [ 120.243045, 30.3116194 ] ], [ [ 120.243045, 30.3116194 ], [ 120.2432933, 30.3117251 ] ], [ [ 120.2432933, 30.3117251 ], [ 120.2434402, 30.3118105 ] ], [ [ 120.2434402, 30.3118105 ], [ 120.2438662, 30.3120817 ] ], [ [ 120.2438662, 30.3120817 ], [ 120.2440955, 30.3122777 ] ], [ [ 120.2440955, 30.3122777 ], [ 120.2442416, 30.312401 ] ], [ [ 120.2442416, 30.312401 ], [ 120.2443213, 30.3124583 ] ], [ [ 120.2443213, 30.3124583 ], [ 120.2446171, 30.3126709 ] ], [ [ 120.2446171, 30.3126709 ], [ 120.24474, 30.3127231 ] ], [ [ 120.2322667, 30.3118916 ], [ 120.2322436, 30.3104345 ] ], [ [ 120.2322436, 30.3104345 ], [ 120.2322189, 30.3093272 ] ], [ [ 120.2322667, 30.3118916 ], [ 120.2317823, 30.311886 ] ], [ [ 120.2317823, 30.311886 ], [ 120.2314163, 30.3117827 ] ], [ [ 120.2314163, 30.3117827 ], [ 120.2310655, 30.3116016 ] ], [ [ 120.2310655, 30.3116016 ], [ 120.2309418, 30.3115332 ] ], [ [ 120.2309418, 30.3115332 ], [ 120.2305573, 30.3113204 ] ], [ [ 120.2305573, 30.3113204 ], [ 120.2301039, 30.311093 ] ], [ [ 120.2301039, 30.311093 ], [ 120.2297466, 30.3109451 ] ], [ [ 120.2297466, 30.3109451 ], [ 120.2294281, 30.3108507 ] ], [ [ 120.2294281, 30.3108507 ], [ 120.2292253, 30.3108053 ] ], [ [ 120.2292253, 30.3108053 ], [ 120.229141, 30.3107864 ] ], [ [ 120.229141, 30.3107864 ], [ 120.2280478, 30.3105547 ] ], [ [ 120.2352068, 30.3083468 ], [ 120.2352836, 30.3084502 ] ], [ [ 120.2352836, 30.3084502 ], [ 120.2353928, 30.3086234 ] ], [ [ 120.2353928, 30.3086234 ], [ 120.2355795, 30.3089383 ] ], [ [ 120.2355795, 30.3089383 ], [ 120.235995, 30.309594 ] ], [ [ 120.235995, 30.309594 ], [ 120.2361362, 30.3098168 ] ], [ [ 120.2361362, 30.3098168 ], [ 120.2362793, 30.3100163 ] ], [ [ 120.2362793, 30.3100163 ], [ 120.237117, 30.3111837 ] ], [ [ 120.237117, 30.3111837 ], [ 120.237191, 30.3113166 ] ], [ [ 120.2411496, 30.3113115 ], [ 120.2402544, 30.3113145 ] ], [ [ 120.2402544, 30.3113145 ], [ 120.2398683, 30.3113158 ] ], [ [ 120.2398683, 30.3113158 ], [ 120.2391246, 30.3113183 ] ], [ [ 120.2391246, 30.3113183 ], [ 120.2379531, 30.3113189 ] ], [ [ 120.2379531, 30.3113189 ], [ 120.2375784, 30.3113191 ] ], [ [ 120.2375784, 30.3113191 ], [ 120.2374467, 30.3113186 ] ], [ [ 120.2374467, 30.3113186 ], [ 120.237191, 30.3113166 ] ], [ [ 120.237191, 30.3113166 ], [ 120.2373242, 30.3115896 ] ], [ [ 120.2373242, 30.3115896 ], [ 120.2375308, 30.3123942 ] ], [ [ 120.2375308, 30.3123942 ], [ 120.2377968, 30.3134031 ] ], [ [ 120.2386725, 30.3137489 ], [ 120.239209, 30.3135144 ] ], [ [ 120.239209, 30.3135144 ], [ 120.239656, 30.3133852 ] ], [ [ 120.239656, 30.3133852 ], [ 120.2400217, 30.3133235 ] ], [ [ 120.2400217, 30.3133235 ], [ 120.240416, 30.3132934 ] ], [ [ 120.240416, 30.3132934 ], [ 120.2409894, 30.3132525 ] ], [ [ 120.2411496, 30.3113115 ], [ 120.2410582, 30.3115653 ] ], [ [ 120.2410582, 30.3115653 ], [ 120.2409734, 30.3120677 ] ], [ [ 120.2409734, 30.3120677 ], [ 120.2409695, 30.3122503 ] ], [ [ 120.2409695, 30.3122503 ], [ 120.2409626, 30.3125702 ] ], [ [ 120.2409626, 30.3125702 ], [ 120.240977, 30.3130205 ] ], [ [ 120.240977, 30.3130205 ], [ 120.2409894, 30.3132525 ] ], [ [ 120.2458297, 30.3129575 ], [ 120.245519, 30.3129364 ] ], [ [ 120.245519, 30.3129364 ], [ 120.2450109, 30.3128382 ] ], [ [ 120.2450109, 30.3128382 ], [ 120.24474, 30.3127231 ] ], [ [ 120.243801, 30.3137364 ], [ 120.2438803, 30.3135088 ] ], [ [ 120.2438803, 30.3135088 ], [ 120.244065, 30.3132635 ] ], [ [ 120.244065, 30.3132635 ], [ 120.2442973, 30.3130273 ] ], [ [ 120.2442973, 30.3130273 ], [ 120.24474, 30.3127231 ] ], [ [ 120.243801, 30.3137364 ], [ 120.2435567, 30.3136794 ] ], [ [ 120.2435567, 30.3136794 ], [ 120.243167, 30.3135833 ] ], [ [ 120.243167, 30.3135833 ], [ 120.2427865, 30.3135006 ] ], [ [ 120.2427865, 30.3135006 ], [ 120.2425972, 30.3134594 ] ], [ [ 120.2425972, 30.3134594 ], [ 120.2422546, 30.3133805 ] ], [ [ 120.2422546, 30.3133805 ], [ 120.2417465, 30.3133035 ] ], [ [ 120.2417465, 30.3133035 ], [ 120.2414293, 30.3132981 ] ], [ [ 120.2414293, 30.3132981 ], [ 120.2409894, 30.3132525 ] ], [ [ 120.2440199, 30.3155238 ], [ 120.24396, 30.3148984 ] ], [ [ 120.24396, 30.3148984 ], [ 120.2439088, 30.3145917 ] ], [ [ 120.2439088, 30.3145917 ], [ 120.2438015, 30.3139499 ] ], [ [ 120.2438015, 30.3139499 ], [ 120.243801, 30.3137364 ] ], [ [ 120.2160851, 30.3023168 ], [ 120.2154613, 30.3032843 ] ], [ [ 120.2154613, 30.3032843 ], [ 120.2152069, 30.3036788 ] ], [ [ 120.2152069, 30.3036788 ], [ 120.214968, 30.3040367 ] ], [ [ 120.214968, 30.3040367 ], [ 120.2147204, 30.3044247 ] ], [ [ 120.2147204, 30.3044247 ], [ 120.2143124, 30.3051405 ] ], [ [ 120.212857, 30.3048688 ], [ 120.2128936, 30.304799 ] ], [ [ 120.2258546, 30.3024372 ], [ 120.2273415, 30.3040731 ] ], [ [ 120.2244729, 30.3039929 ], [ 120.2237571, 30.3048272 ] ], [ [ 120.2237571, 30.3048272 ], [ 120.2231349, 30.3055492 ] ], [ [ 120.2302528, 30.3064575 ], [ 120.2299762, 30.306406 ], [ 120.2293646, 30.3061698 ], [ 120.2291554, 30.3061189 ], [ 120.2290494, 30.3060958 ], [ 120.228442, 30.3059637 ], [ 120.2278089, 30.305834 ], [ 120.2273476, 30.3056974 ], [ 120.2269989, 30.3055492 ], [ 120.2266315, 30.305364 ], [ 120.2264105, 30.3052328 ], [ 120.224601, 30.3041366 ], [ 120.2244729, 30.3039929 ] ], [ [ 120.2244729, 30.3039929 ], [ 120.2246171, 30.3040394 ], [ 120.2264864, 30.3051543 ], [ 120.227107, 30.305499 ], [ 120.2274863, 30.3056672 ], [ 120.2275516, 30.3056855 ], [ 120.227862, 30.3057724 ], [ 120.228399, 30.3058724 ], [ 120.2292499, 30.3060525 ], [ 120.2296239, 30.3061757 ], [ 120.2300861, 30.306362 ], [ 120.2302528, 30.3064575 ] ], [ [ 120.2231349, 30.3055492 ], [ 120.2230688, 30.3055919 ] ], [ [ 120.2230688, 30.3055919 ], [ 120.2230241, 30.3056383 ] ], [ [ 120.2143124, 30.3051405 ], [ 120.2142636, 30.3052294 ] ], [ [ 120.2179878, 30.3060662 ], [ 120.2188959, 30.3062754 ] ], [ [ 120.2188959, 30.3062754 ], [ 120.2192207, 30.3063459 ] ], [ [ 120.2192207, 30.3063459 ], [ 120.2199895, 30.3065127 ] ], [ [ 120.2199895, 30.3065127 ], [ 120.2221112, 30.3069352 ] ], [ [ 120.2125847, 30.3065079 ], [ 120.2125387, 30.3060227 ] ], [ [ 120.2125387, 30.3060227 ], [ 120.212555, 30.3058291 ] ], [ [ 120.212555, 30.3058291 ], [ 120.212722, 30.305298 ] ], [ [ 120.212722, 30.305298 ], [ 120.2127592, 30.3051798 ] ], [ [ 120.2127592, 30.3051798 ], [ 120.212857, 30.3048688 ] ], [ [ 120.2230241, 30.3056383 ], [ 120.2226706, 30.3061463 ] ], [ [ 120.2226706, 30.3061463 ], [ 120.222504, 30.3063857 ] ], [ [ 120.222504, 30.3063857 ], [ 120.2224795, 30.3064209 ] ], [ [ 120.2224795, 30.3064209 ], [ 120.2221112, 30.3069352 ] ], [ [ 120.2215447, 30.308015 ], [ 120.2218477, 30.3073646 ] ], [ [ 120.2218477, 30.3073646 ], [ 120.2219682, 30.3071692 ] ], [ [ 120.2219682, 30.3071692 ], [ 120.2221112, 30.3069352 ] ], [ [ 120.2213554, 30.3083168 ], [ 120.2215447, 30.308015 ] ], [ [ 120.2195136, 30.3129454 ], [ 120.219638, 30.3125896 ] ], [ [ 120.219638, 30.3125896 ], [ 120.2197268, 30.3122537 ] ], [ [ 120.2197268, 30.3122537 ], [ 120.2197472, 30.3121766 ] ], [ [ 120.2197472, 30.3121766 ], [ 120.2197997, 30.311978 ] ], [ [ 120.2197997, 30.311978 ], [ 120.2204214, 30.3105106 ] ], [ [ 120.2204214, 30.3105106 ], [ 120.220762, 30.3097908 ] ], [ [ 120.220762, 30.3097908 ], [ 120.2209007, 30.3094978 ] ], [ [ 120.2209007, 30.3094978 ], [ 120.2210095, 30.3092153 ] ], [ [ 120.2210095, 30.3092153 ], [ 120.2210587, 30.3090874 ] ], [ [ 120.2210587, 30.3090874 ], [ 120.2211506, 30.3088486 ] ], [ [ 120.2211506, 30.3088486 ], [ 120.2213554, 30.3083168 ] ], [ [ 120.2098341, 30.31138 ], [ 120.2102226, 30.3111668 ], [ 120.2107339, 30.3109557 ], [ 120.2111569, 30.3108338 ], [ 120.2114613, 30.3107851 ], [ 120.2117895, 30.3107482 ], [ 120.2120655, 30.3107458 ], [ 120.2123508, 30.3107757 ], [ 120.2126078, 30.3108133 ], [ 120.2129698, 30.3108937 ], [ 120.2133614, 30.3110197 ], [ 120.2136565, 30.3111147 ], [ 120.2137268, 30.3111373 ], [ 120.2138175, 30.3111665 ], [ 120.2149734, 30.3115602 ] ], [ [ 120.2148946, 30.3116621 ], [ 120.2137873, 30.3112668 ], [ 120.2131743, 30.3110633 ], [ 120.2129981, 30.3110048 ], [ 120.2126572, 30.3109201 ], [ 120.2123863, 30.3108838 ], [ 120.2119193, 30.3108636 ], [ 120.2114197, 30.3108878 ], [ 120.2108779, 30.3110289 ], [ 120.2099378, 30.3114802 ] ], [ [ 120.2097686, 30.3114159 ], [ 120.2098341, 30.31138 ] ], [ [ 120.2095902, 30.3114991 ], [ 120.2097686, 30.3114159 ] ], [ [ 120.2099378, 30.3114802 ], [ 120.2098679, 30.3115137 ] ], [ [ 120.2095065, 30.3115412 ], [ 120.2095902, 30.3114991 ] ], [ [ 120.2015189, 30.2987026 ], [ 120.2007733, 30.2982121 ], [ 120.1999709, 30.2976842 ], [ 120.1995969, 30.2974267 ] ], [ [ 120.2015189, 30.2987026 ], [ 120.2016493, 30.2985416 ] ], [ [ 120.1988137, 30.3012299 ], [ 120.1994484, 30.3007327 ] ], [ [ 120.1994484, 30.3007327 ], [ 120.1999893, 30.3003409 ] ], [ [ 120.1999893, 30.3003409 ], [ 120.2002594, 30.3000916 ] ], [ [ 120.2002594, 30.3000916 ], [ 120.2005008, 30.2998688 ] ], [ [ 120.2005008, 30.2998688 ], [ 120.2009552, 30.2993483 ] ], [ [ 120.2009552, 30.2993483 ], [ 120.2015189, 30.2987026 ] ], [ [ 120.2048069, 30.3006565 ], [ 120.2049431, 30.3007457 ] ], [ [ 120.2047587, 30.3008957 ], [ 120.2046258, 30.3007973 ] ], [ [ 120.1988137, 30.3012299 ], [ 120.1987189, 30.3012776 ] ], [ [ 120.1986115, 30.3013409 ], [ 120.1987189, 30.3012776 ] ], [ [ 120.1985316, 30.3013856 ], [ 120.1986115, 30.3013409 ] ], [ [ 120.1941925, 30.2999754 ], [ 120.1942344, 30.3000874 ] ], [ [ 120.1942344, 30.3000874 ], [ 120.1943311, 30.3006449 ] ], [ [ 120.1943311, 30.3006449 ], [ 120.1943546, 30.3007804 ] ], [ [ 120.1943546, 30.3007804 ], [ 120.194338, 30.3011266 ] ], [ [ 120.194338, 30.3011266 ], [ 120.1943365, 30.3011579 ] ], [ [ 120.1943365, 30.3011579 ], [ 120.1943363, 30.3011614 ] ], [ [ 120.1943363, 30.3011614 ], [ 120.1942498, 30.301425 ] ], [ [ 120.1942498, 30.301425 ], [ 120.194123, 30.3016985 ] ], [ [ 120.194123, 30.3016985 ], [ 120.1938314, 30.3022335 ] ], [ [ 120.1938314, 30.3022335 ], [ 120.1931689, 30.3032256 ] ], [ [ 120.1974812, 30.300406 ], [ 120.1966223, 30.3009602 ] ], [ [ 120.1966223, 30.3009602 ], [ 120.196437, 30.3011164 ] ], [ [ 120.196437, 30.3011164 ], [ 120.1962371, 30.3013117 ] ], [ [ 120.1962371, 30.3013117 ], [ 120.196049, 30.3015113 ] ], [ [ 120.196049, 30.3015113 ], [ 120.1959832, 30.3015813 ] ], [ [ 120.1959832, 30.3015813 ], [ 120.1956446, 30.301987 ] ], [ [ 120.1956446, 30.301987 ], [ 120.1950318, 30.3027429 ] ], [ [ 120.1950318, 30.3027429 ], [ 120.1949467, 30.3028525 ] ], [ [ 120.1949467, 30.3028525 ], [ 120.194278, 30.3037137 ] ], [ [ 120.1886902, 30.2988367 ], [ 120.1894249, 30.2990479 ] ], [ [ 120.1894249, 30.2990479 ], [ 120.1899517, 30.2992238 ] ], [ [ 120.1899517, 30.2992238 ], [ 120.1903522, 30.2993575 ] ], [ [ 120.1828032, 30.2986425 ], [ 120.182834, 30.299043 ] ], [ [ 120.182834, 30.299043 ], [ 120.1828552, 30.299341 ] ], [ [ 120.1828552, 30.299341 ], [ 120.1828924, 30.299802 ] ], [ [ 120.1828924, 30.299802 ], [ 120.182927, 30.3002517 ] ], [ [ 120.182927, 30.3002517 ], [ 120.1830005, 30.3007862 ] ], [ [ 120.1830005, 30.3007862 ], [ 120.1830553, 30.3011851 ] ], [ [ 120.1830553, 30.3011851 ], [ 120.1832606, 30.3021558 ] ], [ [ 120.1832606, 30.3021558 ], [ 120.1833006, 30.3023452 ] ], [ [ 120.1833006, 30.3023452 ], [ 120.1834495, 30.3031431 ] ], [ [ 120.1834495, 30.3031431 ], [ 120.1837084, 30.3042971 ] ], [ [ 120.1837084, 30.3042971 ], [ 120.1837747, 30.3044253 ] ], [ [ 120.1837747, 30.3044253 ], [ 120.1838804, 30.3045482 ] ], [ [ 120.1838804, 30.3045482 ], [ 120.1840959, 30.3044942 ] ], [ [ 120.1840959, 30.3044942 ], [ 120.184228, 30.3044725 ] ], [ [ 120.184228, 30.3044725 ], [ 120.1843601, 30.3044718 ] ], [ [ 120.1843601, 30.3044718 ], [ 120.1850959, 30.3044868 ] ], [ [ 120.1850959, 30.3044868 ], [ 120.1859098, 30.3045445 ] ], [ [ 120.1859098, 30.3045445 ], [ 120.1866122, 30.304568 ] ], [ [ 120.1866122, 30.304568 ], [ 120.1868291, 30.3045914 ] ], [ [ 120.1868291, 30.3045914 ], [ 120.1869877, 30.304681 ] ], [ [ 120.1869877, 30.304681 ], [ 120.1872858, 30.3049333 ] ], [ [ 120.1872858, 30.3049333 ], [ 120.187379, 30.305007 ] ], [ [ 120.187379, 30.305007 ], [ 120.1874486, 30.3050619 ] ], [ [ 120.1874486, 30.3050619 ], [ 120.1874707, 30.3050794 ] ], [ [ 120.1874707, 30.3050794 ], [ 120.1876508, 30.3051392 ] ], [ [ 120.1876508, 30.3051392 ], [ 120.1878569, 30.3051638 ] ], [ [ 120.1878569, 30.3051638 ], [ 120.1884147, 30.3051709 ] ], [ [ 120.1904165, 30.3073026 ], [ 120.1904422, 30.3071765 ] ], [ [ 120.1931689, 30.3032256 ], [ 120.1923615, 30.3028981 ] ], [ [ 120.1923615, 30.3028981 ], [ 120.1922865, 30.3028676 ] ], [ [ 120.1922865, 30.3028676 ], [ 120.191818, 30.3026776 ] ], [ [ 120.191818, 30.3026776 ], [ 120.1908602, 30.3024199 ] ], [ [ 120.1908602, 30.3024199 ], [ 120.1894678, 30.3020452 ] ], [ [ 120.1985316, 30.3013856 ], [ 120.197831, 30.3021009 ] ], [ [ 120.197831, 30.3021009 ], [ 120.1973896, 30.3025721 ] ], [ [ 120.1973896, 30.3025721 ], [ 120.1969645, 30.3029449 ] ], [ [ 120.1969645, 30.3029449 ], [ 120.1965936, 30.3032701 ] ], [ [ 120.1965936, 30.3032701 ], [ 120.1965626, 30.3032973 ] ], [ [ 120.1965626, 30.3032973 ], [ 120.1962862, 30.3035396 ] ], [ [ 120.1962862, 30.3035396 ], [ 120.1961376, 30.3036699 ] ], [ [ 120.1961376, 30.3036699 ], [ 120.1953666, 30.304319 ] ], [ [ 120.194278, 30.3037137 ], [ 120.194058, 30.3036169 ] ], [ [ 120.194058, 30.3036169 ], [ 120.1931689, 30.3032256 ] ], [ [ 120.194278, 30.3037137 ], [ 120.1945374, 30.3038359 ] ], [ [ 120.1945374, 30.3038359 ], [ 120.1946413, 30.3038848 ] ], [ [ 120.1946413, 30.3038848 ], [ 120.1947386, 30.3039306 ] ], [ [ 120.1947386, 30.3039306 ], [ 120.1953666, 30.304319 ] ], [ [ 120.1971283, 30.305292 ], [ 120.1964317, 30.3049072 ] ], [ [ 120.1964317, 30.3049072 ], [ 120.1953666, 30.304319 ] ], [ [ 120.2008685, 30.3079817 ], [ 120.2008452, 30.3076633 ] ], [ [ 120.2011331, 30.3085177 ], [ 120.2010137, 30.3083511 ], [ 120.2009167, 30.3081664 ], [ 120.2008685, 30.3079817 ] ], [ [ 120.2010503, 30.307988 ], [ 120.2010588, 30.3081386 ], [ 120.2010936, 30.308303 ], [ 120.2011331, 30.3085177 ] ], [ [ 120.1807172, 30.3107363 ], [ 120.1804497, 30.3107371 ] ], [ [ 120.1804497, 30.3107371 ], [ 120.1787191, 30.3107039 ] ], [ [ 120.1931689, 30.3032256 ], [ 120.1926473, 30.3040067 ] ], [ [ 120.1926473, 30.3040067 ], [ 120.1925606, 30.3041365 ] ], [ [ 120.1925606, 30.3041365 ], [ 120.1924988, 30.3042291 ] ], [ [ 120.1924988, 30.3042291 ], [ 120.192355, 30.3044445 ] ], [ [ 120.192355, 30.3044445 ], [ 120.1917627, 30.3051998 ] ], [ [ 120.1917627, 30.3051998 ], [ 120.1910411, 30.30628 ] ], [ [ 120.1910411, 30.30628 ], [ 120.1907793, 30.3066718 ] ], [ [ 120.1907793, 30.3066718 ], [ 120.1904422, 30.3071765 ] ], [ [ 120.1936334, 30.30728 ], [ 120.1936334, 30.306942 ] ], [ [ 120.1936334, 30.306942 ], [ 120.1936778, 30.3066019 ] ], [ [ 120.1936778, 30.3066019 ], [ 120.1937851, 30.3062843 ] ], [ [ 120.1937851, 30.3062843 ], [ 120.1939558, 30.3059886 ] ], [ [ 120.1939558, 30.3059886 ], [ 120.1942078, 30.3055755 ] ], [ [ 120.1942078, 30.3055755 ], [ 120.1943564, 30.3054032 ] ], [ [ 120.1943564, 30.3054032 ], [ 120.1945946, 30.3051271 ] ], [ [ 120.1945946, 30.3051271 ], [ 120.1946385, 30.3050783 ] ], [ [ 120.1946385, 30.3050783 ], [ 120.1950141, 30.3046608 ] ], [ [ 120.1950141, 30.3046608 ], [ 120.1950413, 30.3046344 ] ], [ [ 120.1950413, 30.3046344 ], [ 120.1953666, 30.304319 ] ], [ [ 120.1985952, 30.320966 ], [ 120.1966005, 30.3210079 ] ], [ [ 120.1966005, 30.3210079 ], [ 120.1961587, 30.3210172 ] ], [ [ 120.1961587, 30.3210172 ], [ 120.1960597, 30.321019 ] ], [ [ 120.188095, 30.3107956 ], [ 120.1877758, 30.3107746 ] ], [ [ 120.1877758, 30.3107746 ], [ 120.1866438, 30.3106999 ] ], [ [ 120.1866438, 30.3106999 ], [ 120.1865583, 30.3106943 ] ], [ [ 120.1865583, 30.3106943 ], [ 120.1864593, 30.3106878 ] ], [ [ 120.1864593, 30.3106878 ], [ 120.1862614, 30.3106748 ] ], [ [ 120.1862614, 30.3106748 ], [ 120.1854904, 30.310624 ] ], [ [ 120.1854904, 30.310624 ], [ 120.1853558, 30.3106151 ] ], [ [ 120.1891631, 30.3212158 ], [ 120.1895332, 30.3211648 ] ], [ [ 120.2053337, 30.3136489 ], [ 120.2047098, 30.3129725 ] ], [ [ 120.2047098, 30.3129725 ], [ 120.2044003, 30.312637 ] ], [ [ 120.2044003, 30.312637 ], [ 120.2035014, 30.3116625 ] ], [ [ 120.2035014, 30.3116625 ], [ 120.2029685, 30.3110948 ] ], [ [ 120.2029685, 30.3110948 ], [ 120.2026389, 30.3106502 ] ], [ [ 120.2026389, 30.3106502 ], [ 120.2024218, 30.3103452 ] ], [ [ 120.2024218, 30.3103452 ], [ 120.2022168, 30.3100573 ] ], [ [ 120.2022168, 30.3100573 ], [ 120.2019648, 30.3097034 ] ], [ [ 120.2019648, 30.3097034 ], [ 120.2011331, 30.3085177 ] ], [ [ 120.2033413, 30.3355309 ], [ 120.2033633, 30.3348346 ] ], [ [ 120.2033633, 30.3348346 ], [ 120.2033277, 30.3345539 ] ], [ [ 120.2033277, 30.3345539 ], [ 120.2031355, 30.3334998 ] ], [ [ 120.2031355, 30.3334998 ], [ 120.2029851, 30.3328611 ] ], [ [ 120.2029851, 30.3328611 ], [ 120.2020086, 30.3329642 ] ], [ [ 120.2020086, 30.3329642 ], [ 120.2010296, 30.3330128 ] ], [ [ 120.1960597, 30.321019 ], [ 120.1926028, 30.3210808 ] ], [ [ 120.1926028, 30.3210808 ], [ 120.1913362, 30.3211035 ] ], [ [ 120.1913362, 30.3211035 ], [ 120.191229, 30.3211054 ] ], [ [ 120.191229, 30.3211054 ], [ 120.1897746, 30.3211314 ] ], [ [ 120.1897746, 30.3211314 ], [ 120.1895332, 30.3211648 ] ], [ [ 120.19335, 30.3261996 ], [ 120.1933932, 30.3253937 ], [ 120.1933825, 30.3243704 ] ], [ [ 120.1934532, 30.3243733 ], [ 120.1934632, 30.3247956 ], [ 120.193466, 30.3252543 ], [ 120.1934678, 30.3257271 ], [ 120.1934534, 30.3262028 ] ], [ [ 120.193339, 30.3263136 ], [ 120.19335, 30.3261996 ] ], [ [ 120.1934534, 30.3262028 ], [ 120.1934455, 30.3263169 ] ], [ [ 120.1932025, 30.3300795 ], [ 120.1932444, 30.3292308 ], [ 120.1932795, 30.3285192 ], [ 120.1932822, 30.3283467 ], [ 120.193317, 30.326898 ], [ 120.193339, 30.3263136 ] ], [ [ 120.1934455, 30.3263169 ], [ 120.193393, 30.3277401 ], [ 120.1933707, 30.3283444 ], [ 120.1933667, 30.3285238 ], [ 120.1933144, 30.3300809 ] ], [ [ 120.1932025, 30.3300795 ], [ 120.1919345, 30.3300637 ] ], [ [ 120.1932025, 30.3300795 ], [ 120.1933144, 30.3300809 ] ], [ [ 120.1973554, 30.3301955 ], [ 120.1962012, 30.3301613 ] ], [ [ 120.1962012, 30.3301613 ], [ 120.1933144, 30.3300809 ] ], [ [ 120.1973554, 30.3301955 ], [ 120.1975271, 30.3301945 ] ], [ [ 120.1837962, 30.3316861 ], [ 120.1837529, 30.3315668 ] ], [ [ 120.1837529, 30.3315668 ], [ 120.183688, 30.3314853 ] ], [ [ 120.183688, 30.3314853 ], [ 120.1834343, 30.331358 ] ], [ [ 120.1834343, 30.331358 ], [ 120.1832809, 30.3313275 ] ], [ [ 120.1832809, 30.3313275 ], [ 120.1830685, 30.3313071 ] ], [ [ 120.1830685, 30.3313071 ], [ 120.1825138, 30.3313325 ] ], [ [ 120.1825138, 30.3313325 ], [ 120.1824343, 30.3314024 ] ], [ [ 120.1822867, 30.3316032 ], [ 120.1823457, 30.3314802 ] ], [ [ 120.1823457, 30.3314802 ], [ 120.1824343, 30.3314024 ] ], [ [ 120.1822306, 30.3318978 ], [ 120.1822867, 30.3316032 ] ], [ [ 120.1837426, 30.3319408 ], [ 120.1836499, 30.3321498 ] ], [ [ 120.1836499, 30.3321498 ], [ 120.1835916, 30.3321951 ] ], [ [ 120.1835916, 30.3321951 ], [ 120.1834632, 30.3321901 ] ], [ [ 120.1834632, 30.3321901 ], [ 120.1822306, 30.3318978 ] ], [ [ 120.1928451, 30.3339021 ], [ 120.1928584, 30.3338265 ], [ 120.1929188, 30.3334619 ], [ 120.1930011, 30.3329478 ], [ 120.1930325, 30.3327569 ], [ 120.1931172, 30.3315439 ], [ 120.1931863, 30.3305552 ], [ 120.1932025, 30.3300795 ] ], [ [ 120.1933144, 30.3300809 ], [ 120.1932582, 30.3308394 ], [ 120.1931152, 30.3327688 ], [ 120.1930167, 30.3334665 ], [ 120.1929604, 30.3338392 ], [ 120.1929381, 30.3339276 ] ], [ [ 120.1928315, 30.3342502 ], [ 120.1928451, 30.3339021 ] ], [ [ 120.1929381, 30.3339276 ], [ 120.1928315, 30.3342502 ] ], [ [ 120.2033413, 30.3355309 ], [ 120.203375, 30.3359791 ] ], [ [ 120.2035187, 30.3374702 ], [ 120.203375, 30.3359791 ] ], [ [ 120.1980936, 30.337171 ], [ 120.197933, 30.3371453 ] ], [ [ 120.2149734, 30.3115602 ], [ 120.2156196, 30.3107661 ], [ 120.2158533, 30.3104789 ], [ 120.215902, 30.3103968 ], [ 120.2161628, 30.3099571 ], [ 120.2162296, 30.3098391 ], [ 120.2165616, 30.3092524 ], [ 120.216811, 30.3085953 ], [ 120.2170164, 30.308333 ] ], [ [ 120.2172406, 30.3083656 ], [ 120.2172302, 30.308599 ], [ 120.2171008, 30.3089479 ], [ 120.2169712, 30.3092504 ], [ 120.2168385, 30.309513 ], [ 120.2167153, 30.3097804 ], [ 120.2165283, 30.3101089 ], [ 120.2164061, 30.3102871 ], [ 120.2160963, 30.3107312 ], [ 120.2158963, 30.3109898 ], [ 120.2156369, 30.3112719 ], [ 120.2153195, 30.311681 ] ], [ [ 120.2149734, 30.3115602 ], [ 120.2150908, 30.3116081 ] ], [ [ 120.2148946, 30.3116621 ], [ 120.2149734, 30.3115602 ] ], [ [ 120.2150908, 30.3116081 ], [ 120.215208, 30.3116448 ] ], [ [ 120.215208, 30.3116448 ], [ 120.2153195, 30.311681 ] ], [ [ 120.2150142, 30.3117068 ], [ 120.2148946, 30.3116621 ] ], [ [ 120.2151302, 30.3117535 ], [ 120.2150142, 30.3117068 ] ], [ [ 120.2153195, 30.311681 ], [ 120.2152427, 30.3117908 ] ], [ [ 120.2152427, 30.3117908 ], [ 120.2151302, 30.3117535 ] ], [ [ 120.2153195, 30.311681 ], [ 120.2173496, 30.3124268 ], [ 120.2180237, 30.3126519 ], [ 120.2187072, 30.3128367 ], [ 120.2195136, 30.3129454 ] ], [ [ 120.2194903, 30.3130267 ], [ 120.2187399, 30.3129473 ], [ 120.2182238, 30.3128149 ], [ 120.217444, 30.3125609 ], [ 120.2152427, 30.3117908 ] ], [ [ 120.2128266, 30.314255 ], [ 120.2129034, 30.3141492 ], [ 120.2130887, 30.3139245 ], [ 120.2136569, 30.3132116 ], [ 120.2140436, 30.3127391 ], [ 120.2144272, 30.312266 ], [ 120.2148946, 30.3116621 ] ], [ [ 120.2195136, 30.3129454 ], [ 120.2194903, 30.3130267 ] ], [ [ 120.2098679, 30.3115137 ], [ 120.2096986, 30.3115956 ] ], [ [ 120.2096986, 30.3115956 ], [ 120.2096277, 30.3116296 ] ], [ [ 120.2053337, 30.3136489 ], [ 120.2055682, 30.3135342 ], [ 120.2076935, 30.3124542 ], [ 120.2086707, 30.3119621 ], [ 120.2095065, 30.3115412 ] ], [ [ 120.2096277, 30.3116296 ], [ 120.2089522, 30.3119538 ], [ 120.2088885, 30.3119844 ], [ 120.2077911, 30.3125367 ], [ 120.2056569, 30.313589 ], [ 120.2054145, 30.3137359 ] ], [ [ 120.2054145, 30.3137359 ], [ 120.2053763, 30.3136951 ] ], [ [ 120.2053763, 30.3136951 ], [ 120.2053337, 30.3136489 ] ], [ [ 120.2152427, 30.3117908 ], [ 120.215039, 30.3120819 ], [ 120.2145953, 30.3126799 ], [ 120.2141705, 30.3132126 ], [ 120.2140843, 30.3133207 ], [ 120.2133622, 30.3141638 ], [ 120.2131551, 30.3143969 ], [ 120.2130192, 30.3145742 ] ], [ [ 120.2194903, 30.3130267 ], [ 120.2192714, 30.3138308 ] ], [ [ 120.2192714, 30.3138308 ], [ 120.2191296, 30.3143517 ] ], [ [ 120.2191296, 30.3143517 ], [ 120.2191159, 30.3144021 ] ], [ [ 120.2127922, 30.3143023 ], [ 120.2128266, 30.314255 ] ], [ [ 120.2127095, 30.3144151 ], [ 120.2127922, 30.3143023 ] ], [ [ 120.2126231, 30.314521 ], [ 120.2127095, 30.3144151 ] ], [ [ 120.2130192, 30.3145742 ], [ 120.2129768, 30.3146295 ] ], [ [ 120.2129768, 30.3146295 ], [ 120.212896, 30.3147406 ] ], [ [ 120.212896, 30.3147406 ], [ 120.2127775, 30.314891 ] ], [ [ 120.2099132, 30.3178649 ], [ 120.2081415, 30.3166446 ] ], [ [ 120.2081415, 30.3166446 ], [ 120.2054145, 30.3137359 ] ], [ [ 120.2099132, 30.3178649 ], [ 120.21004, 30.3176974 ], [ 120.2102289, 30.3174619 ], [ 120.2111306, 30.3163332 ], [ 120.2115919, 30.3157475 ], [ 120.212102, 30.3151596 ], [ 120.2126231, 30.314521 ] ], [ [ 120.2127775, 30.314891 ], [ 120.2119212, 30.3159784 ], [ 120.2114611, 30.3165368 ], [ 120.2110443, 30.3170449 ], [ 120.2107378, 30.3174142 ], [ 120.2103888, 30.3178324 ], [ 120.2101419, 30.3181214 ], [ 120.2100049, 30.3183584 ], [ 120.2092903, 30.3191865 ], [ 120.208918, 30.3196734 ], [ 120.208576, 30.320076 ], [ 120.2082761, 30.3204527 ], [ 120.2077496, 30.3212126 ] ], [ [ 120.207483, 30.32092 ], [ 120.2078513, 30.3204122 ], [ 120.2081946, 30.3199902 ], [ 120.2084727, 30.3196461 ], [ 120.2087897, 30.3192656 ], [ 120.2090809, 30.3189333 ], [ 120.2096346, 30.318233 ], [ 120.2099132, 30.3178649 ] ], [ [ 120.2145637, 30.3181461 ], [ 120.2146269, 30.3179939 ] ], [ [ 120.2147202, 30.3180914 ], [ 120.2145637, 30.3181461 ] ], [ [ 120.2162909, 30.3347635 ], [ 120.215885, 30.3345834 ] ], [ [ 120.215885, 30.3345834 ], [ 120.2156306, 30.3344876 ] ], [ [ 120.2156306, 30.3344876 ], [ 120.2154658, 30.334401 ] ], [ [ 120.2154658, 30.334401 ], [ 120.2153082, 30.3342773 ] ], [ [ 120.2153082, 30.3342773 ], [ 120.2152388, 30.3341884 ] ], [ [ 120.2152388, 30.3341884 ], [ 120.2151874, 30.3341041 ] ], [ [ 120.2151874, 30.3341041 ], [ 120.2151481, 30.3340023 ] ], [ [ 120.2162909, 30.3347635 ], [ 120.2165133, 30.3348657 ] ], [ [ 120.2195136, 30.3129454 ], [ 120.2198498, 30.3129639 ], [ 120.2235083, 30.312893 ], [ 120.2278545, 30.3127952 ], [ 120.2279536, 30.312793 ], [ 120.2292574, 30.3127649 ], [ 120.2319804, 30.3127048 ], [ 120.2322668, 30.3126987 ] ], [ [ 120.2322656, 30.3127946 ], [ 120.2320447, 30.3128015 ], [ 120.2281782, 30.3128867 ], [ 120.2278803, 30.3128933 ], [ 120.2267742, 30.312918 ], [ 120.2235141, 30.3129908 ], [ 120.2198866, 30.3130512 ], [ 120.2194903, 30.3130267 ] ], [ [ 120.2146269, 30.3179939 ], [ 120.2150179, 30.3178951 ], [ 120.2153216, 30.3178554 ], [ 120.2167245, 30.3178188 ], [ 120.2190267, 30.3177581 ], [ 120.2193807, 30.3177463 ], [ 120.2235928, 30.3176049 ], [ 120.2239573, 30.31759 ], [ 120.2246815, 30.3175529 ], [ 120.2256149, 30.3175576 ], [ 120.2290491, 30.3175957 ], [ 120.2297884, 30.3176039 ], [ 120.2300012, 30.3176092 ], [ 120.2312636, 30.3176409 ], [ 120.232284, 30.3177615 ], [ 120.2325994, 30.3178262 ], [ 120.233463, 30.3180253 ], [ 120.2342747, 30.3182371 ], [ 120.2346754, 30.3183216 ], [ 120.2351475, 30.318405 ], [ 120.2354923, 30.3184236 ], [ 120.2362385, 30.3184106 ], [ 120.2365047, 30.3183872 ] ], [ [ 120.2365239, 30.3184954 ], [ 120.2362444, 30.3185224 ], [ 120.235471, 30.3185452 ], [ 120.2349892, 30.3184999 ], [ 120.2342366, 30.3183249 ], [ 120.2322819, 30.3178562 ], [ 120.2316096, 30.3177729 ], [ 120.2307701, 30.3177104 ], [ 120.2299818, 30.317701 ], [ 120.2291881, 30.3176915 ], [ 120.2290371, 30.3176897 ], [ 120.2284473, 30.3176826 ], [ 120.2248424, 30.3176456 ], [ 120.223593, 30.3176957 ], [ 120.2232841, 30.3177081 ], [ 120.2194934, 30.3178536 ], [ 120.2190354, 30.3178711 ], [ 120.2167126, 30.3179313 ], [ 120.2153206, 30.317994 ], [ 120.2150336, 30.3180484 ], [ 120.2147202, 30.3180914 ] ], [ [ 120.2165133, 30.3348657 ], [ 120.2168838, 30.3351224 ] ], [ [ 120.2168838, 30.3351224 ], [ 120.2173246, 30.3354013 ] ], [ [ 120.2173246, 30.3354013 ], [ 120.217719, 30.3356782 ] ], [ [ 120.217719, 30.3356782 ], [ 120.2177491, 30.3357051 ] ], [ [ 120.2177491, 30.3357051 ], [ 120.2180666, 30.3359898 ] ], [ [ 120.2180666, 30.3359898 ], [ 120.2184035, 30.3361358 ] ], [ [ 120.2184035, 30.3361358 ], [ 120.2186892, 30.3362458 ] ], [ [ 120.2186892, 30.3362458 ], [ 120.2187886, 30.336284 ] ], [ [ 120.2187886, 30.336284 ], [ 120.2209329, 30.3366609 ] ], [ [ 120.2209329, 30.3366609 ], [ 120.221169, 30.3366896 ] ], [ [ 120.221169, 30.3366896 ], [ 120.2212696, 30.3367087 ] ], [ [ 120.2212696, 30.3367087 ], [ 120.2214324, 30.3367297 ] ], [ [ 120.2214324, 30.3367297 ], [ 120.2219335, 30.3368384 ] ], [ [ 120.2219335, 30.3368384 ], [ 120.2219556, 30.336845 ] ], [ [ 120.2219556, 30.336845 ], [ 120.2222363, 30.3369284 ] ], [ [ 120.2222363, 30.3369284 ], [ 120.2224537, 30.3371073 ] ], [ [ 120.2224537, 30.3371073 ], [ 120.2229584, 30.3376023 ] ], [ [ 120.2229584, 30.3376023 ], [ 120.2230646, 30.3377064 ] ], [ [ 120.2230646, 30.3377064 ], [ 120.2235937, 30.3382743 ] ], [ [ 120.2235937, 30.3382743 ], [ 120.2239949, 30.3386047 ] ], [ [ 120.2239949, 30.3386047 ], [ 120.2241685, 30.3387477 ] ], [ [ 120.2241685, 30.3387477 ], [ 120.2247731, 30.3391702 ] ], [ [ 120.2247731, 30.3391702 ], [ 120.2251565, 30.3394434 ] ], [ [ 120.2251565, 30.3394434 ], [ 120.2267098, 30.3405505 ] ], [ [ 120.2267098, 30.3405505 ], [ 120.2268684, 30.3406635 ] ], [ [ 120.2268684, 30.3406635 ], [ 120.2276401, 30.3412337 ] ], [ [ 120.2276401, 30.3412337 ], [ 120.2282365, 30.3417475 ] ], [ [ 120.2377968, 30.3134031 ], [ 120.238014, 30.3134049 ] ], [ [ 120.238014, 30.3134049 ], [ 120.2381677, 30.3134196 ] ], [ [ 120.2381677, 30.3134196 ], [ 120.2383254, 30.3134489 ] ], [ [ 120.2383254, 30.3134489 ], [ 120.2384254, 30.3135075 ] ], [ [ 120.2384254, 30.3135075 ], [ 120.2385248, 30.3135854 ] ], [ [ 120.2385248, 30.3135854 ], [ 120.2386725, 30.3137489 ] ], [ [ 120.2376535, 30.3149029 ], [ 120.2377379, 30.3147154 ] ], [ [ 120.2377379, 30.3147154 ], [ 120.2378371, 30.3145279 ] ], [ [ 120.2378371, 30.3145279 ], [ 120.2378788, 30.3144028 ] ], [ [ 120.2378788, 30.3144028 ], [ 120.2378859, 30.3142852 ] ], [ [ 120.2378859, 30.3142852 ], [ 120.237884, 30.3140695 ] ], [ [ 120.237884, 30.3140695 ], [ 120.2378195, 30.313609 ] ], [ [ 120.2378195, 30.313609 ], [ 120.2377968, 30.3134031 ] ], [ [ 120.2376535, 30.3149029 ], [ 120.2372997, 30.3154167 ] ], [ [ 120.2408522, 30.3169541 ], [ 120.2398203, 30.3154063 ] ], [ [ 120.2398203, 30.3154063 ], [ 120.2396645, 30.3151711 ] ], [ [ 120.2396645, 30.3151711 ], [ 120.2388771, 30.3139581 ] ], [ [ 120.2388771, 30.3139581 ], [ 120.2386725, 30.3137489 ] ], [ [ 120.2425991, 30.3160851 ], [ 120.2423292, 30.3156734 ] ], [ [ 120.2423292, 30.3156734 ], [ 120.2421647, 30.3154226 ] ], [ [ 120.2421647, 30.3154226 ], [ 120.24171, 30.3147623 ] ], [ [ 120.24171, 30.3147623 ], [ 120.2416331, 30.3146587 ] ], [ [ 120.2416331, 30.3146587 ], [ 120.2414342, 30.3143724 ] ], [ [ 120.2414342, 30.3143724 ], [ 120.2413399, 30.3141868 ] ], [ [ 120.2413399, 30.3141868 ], [ 120.2411861, 30.313853 ] ], [ [ 120.2411861, 30.313853 ], [ 120.2410871, 30.3135754 ] ], [ [ 120.2410871, 30.3135754 ], [ 120.2409894, 30.3132525 ] ], [ [ 120.2440199, 30.3155238 ], [ 120.2448883, 30.3153679 ] ], [ [ 120.2448883, 30.3153679 ], [ 120.2454357, 30.3153157 ] ], [ [ 120.2454357, 30.3153157 ], [ 120.2457694, 30.3152783 ] ], [ [ 120.2425991, 30.3160851 ], [ 120.2430335, 30.3158979 ] ], [ [ 120.2430335, 30.3158979 ], [ 120.2433482, 30.3157623 ] ], [ [ 120.2433482, 30.3157623 ], [ 120.2435911, 30.3156824 ] ], [ [ 120.2435911, 30.3156824 ], [ 120.2440199, 30.3155238 ] ], [ [ 120.2440199, 30.3155238 ], [ 120.2440229, 30.3157292 ] ], [ [ 120.2440229, 30.3157292 ], [ 120.2440485, 30.315981 ] ], [ [ 120.2440485, 30.315981 ], [ 120.2441023, 30.3164013 ] ], [ [ 120.2441023, 30.3164013 ], [ 120.2441169, 30.3165156 ] ], [ [ 120.2441169, 30.3165156 ], [ 120.2441808, 30.317015 ] ], [ [ 120.2441808, 30.317015 ], [ 120.2442027, 30.3170908 ] ], [ [ 120.2442027, 30.3170908 ], [ 120.2442158, 30.317143 ] ], [ [ 120.2408522, 30.3169541 ], [ 120.2425991, 30.3160851 ] ], [ [ 120.2372997, 30.3154167 ], [ 120.2371932, 30.315654 ] ], [ [ 120.2371932, 30.315654 ], [ 120.2372117, 30.3158193 ] ], [ [ 120.2372117, 30.3158193 ], [ 120.2368961, 30.3163998 ] ], [ [ 120.2368961, 30.3163998 ], [ 120.2365956, 30.3172775 ] ], [ [ 120.2365956, 30.3172775 ], [ 120.2365714, 30.3173636 ] ], [ [ 120.2365714, 30.3173636 ], [ 120.2365505, 30.3174385 ] ], [ [ 120.2365505, 30.3174385 ], [ 120.2365391, 30.317479 ] ], [ [ 120.2365391, 30.317479 ], [ 120.2364805, 30.3176879 ] ], [ [ 120.2364805, 30.3176879 ], [ 120.2364613, 30.3181434 ] ], [ [ 120.2364613, 30.3181434 ], [ 120.2365047, 30.3183872 ] ], [ [ 120.2392712, 30.3174714 ], [ 120.2402008, 30.3171593 ], [ 120.2408522, 30.3169541 ] ], [ [ 120.2408522, 30.3169541 ], [ 120.2405924, 30.3171454 ], [ 120.2400693, 30.317326 ], [ 120.2393635, 30.3176124 ] ], [ [ 120.238956, 30.3175721 ], [ 120.2392712, 30.3174714 ] ], [ [ 120.2393635, 30.3176124 ], [ 120.2390584, 30.3177227 ] ], [ [ 120.2365047, 30.3183872 ], [ 120.2375668, 30.3181457 ], [ 120.2381297, 30.3179315 ], [ 120.238956, 30.3175721 ] ], [ [ 120.2458279, 30.3167702 ], [ 120.245183, 30.3169197 ] ], [ [ 120.245183, 30.3169197 ], [ 120.244868, 30.3169961 ] ], [ [ 120.244868, 30.3169961 ], [ 120.2446203, 30.317103 ] ], [ [ 120.2446203, 30.317103 ], [ 120.2443969, 30.3172041 ] ], [ [ 120.2442158, 30.317143 ], [ 120.2442446, 30.3171275 ], [ 120.2442775, 30.3171203 ], [ 120.2443114, 30.3171222 ], [ 120.244343, 30.3171328 ], [ 120.2443693, 30.3171513 ], [ 120.2443879, 30.3171758 ], [ 120.2443969, 30.3172041 ] ], [ [ 120.2442494, 30.3173038 ], [ 120.2442168, 30.3172874 ], [ 120.2441925, 30.3172624 ], [ 120.2441794, 30.3172317 ], [ 120.2441792, 30.317199 ], [ 120.2441918, 30.3171682 ], [ 120.2442158, 30.317143 ] ], [ [ 120.2443969, 30.3172041 ], [ 120.2443955, 30.3172333 ], [ 120.2443818, 30.3172638 ], [ 120.244357, 30.3172885 ], [ 120.244324, 30.3173044 ], [ 120.2442867, 30.3173097 ], [ 120.2442494, 30.3173038 ] ], [ [ 120.2442494, 30.3173038 ], [ 120.2441177, 30.3173841 ] ], [ [ 120.2441177, 30.3173841 ], [ 120.242695, 30.3182182 ] ], [ [ 120.242695, 30.3182182 ], [ 120.24198, 30.318649 ] ], [ [ 120.24198, 30.318649 ], [ 120.2409708, 30.3171834 ] ], [ [ 120.2409708, 30.3171834 ], [ 120.2408522, 30.3169541 ] ], [ [ 120.2322668, 30.3126987 ], [ 120.2322667, 30.312283 ] ], [ [ 120.2322667, 30.312283 ], [ 120.2322667, 30.3118916 ] ], [ [ 120.2322668, 30.3126987 ], [ 120.23292, 30.3126967 ], [ 120.2333991, 30.3126472 ], [ 120.2339282, 30.3124888 ], [ 120.2343912, 30.3122713 ], [ 120.2347332, 30.3120707 ], [ 120.2349231, 30.3119553 ] ], [ [ 120.2349831, 30.3120341 ], [ 120.2348675, 30.312106 ], [ 120.2345028, 30.3123205 ], [ 120.2341083, 30.3125157 ], [ 120.2338179, 30.3126373 ], [ 120.2333814, 30.3127738 ], [ 120.2330197, 30.3128026 ], [ 120.2325672, 30.3127938 ], [ 120.2322656, 30.3127946 ] ], [ [ 120.2322656, 30.3127946 ], [ 120.2322668, 30.3126987 ] ], [ [ 120.2322656, 30.3127946 ], [ 120.2322625, 30.3133431 ] ], [ [ 120.2322625, 30.3133431 ], [ 120.23228, 30.3145932 ] ], [ [ 120.2282365, 30.3417475 ], [ 120.2283277, 30.3418462 ] ], [ [ 120.2390584, 30.3177227 ], [ 120.2384144, 30.3179489 ], [ 120.2377921, 30.3181943 ], [ 120.2375722, 30.3182684 ], [ 120.2370492, 30.3183934 ], [ 120.2365239, 30.3184954 ] ], [ [ 120.2365239, 30.3184954 ], [ 120.2365047, 30.3183872 ] ], [ [ 120.2365239, 30.3184954 ], [ 120.2365508, 30.3186465 ] ], [ [ 120.2365508, 30.3186465 ], [ 120.2367171, 30.3192261 ] ], [ [ 120.2367171, 30.3192261 ], [ 120.2368573, 30.3197054 ] ], [ [ 120.2368573, 30.3197054 ], [ 120.2369025, 30.3198278 ] ], [ [ 120.2369025, 30.3198278 ], [ 120.237088, 30.3204461 ] ], [ [ 120.237088, 30.3204461 ], [ 120.2370972, 30.3204772 ] ], [ [ 120.2370972, 30.3204772 ], [ 120.237325, 30.3209588 ] ], [ [ 120.237325, 30.3209588 ], [ 120.2376827, 30.3217323 ] ], [ [ 120.2376827, 30.3217323 ], [ 120.2377215, 30.3218195 ] ], [ [ 120.2377215, 30.3218195 ], [ 120.2378191, 30.3220385 ] ], [ [ 120.2378191, 30.3220385 ], [ 120.2379065, 30.3222346 ] ], [ [ 120.2379065, 30.3222346 ], [ 120.2381804, 30.322641 ] ], [ [ 120.2381804, 30.322641 ], [ 120.2384757, 30.3230791 ] ], [ [ 120.2384757, 30.3230791 ], [ 120.2389297, 30.3236256 ] ], [ [ 120.2389297, 30.3236256 ], [ 120.2389788, 30.3236761 ] ], [ [ 120.2389788, 30.3236761 ], [ 120.2393645, 30.3240727 ] ], [ [ 120.2393645, 30.3240727 ], [ 120.2394273, 30.3242082 ] ], [ [ 120.2394273, 30.3242082 ], [ 120.2394541, 30.3242659 ] ], [ [ 120.2394541, 30.3242659 ], [ 120.2395985, 30.3246031 ] ], [ [ 120.2395985, 30.3246031 ], [ 120.2400238, 30.3255966 ] ], [ [ 120.2400238, 30.3255966 ], [ 120.2402151, 30.3260433 ] ], [ [ 120.2402151, 30.3260433 ], [ 120.2409441, 30.3270755 ] ], [ [ 120.2409441, 30.3270755 ], [ 120.2409673, 30.3271054 ] ], [ [ 120.2409673, 30.3271054 ], [ 120.241283, 30.3275116 ] ], [ [ 120.241283, 30.3275116 ], [ 120.2420504, 30.3283616 ] ], [ [ 120.2420504, 30.3283616 ], [ 120.242071, 30.3283884 ] ], [ [ 120.242071, 30.3283884 ], [ 120.2426323, 30.3291178 ] ], [ [ 120.2426323, 30.3291178 ], [ 120.2430146, 30.3295202 ] ], [ [ 120.2430146, 30.3295202 ], [ 120.2431567, 30.3296698 ] ], [ [ 120.2431567, 30.3296698 ], [ 120.2433298, 30.329826 ] ], [ [ 120.2433298, 30.329826 ], [ 120.2439944, 30.330426 ] ], [ [ 120.2439944, 30.330426 ], [ 120.2442886, 30.3306633 ] ], [ [ 120.2442886, 30.3306633 ], [ 120.2452067, 30.3315107 ] ], [ [ 120.2452067, 30.3315107 ], [ 120.2452425, 30.3315377 ] ], [ [ 120.2452425, 30.3315377 ], [ 120.2464815, 30.332473 ] ], [ [ 120.2464815, 30.332473 ], [ 120.2465728, 30.3325499 ] ], [ [ 120.2465728, 30.3325499 ], [ 120.2467099, 30.3326654 ] ], [ [ 120.2467099, 30.3326654 ], [ 120.2478455, 30.3336224 ] ], [ [ 120.2478455, 30.3336224 ], [ 120.2482918, 30.3339572 ] ], [ [ 120.2482918, 30.3339572 ], [ 120.248463, 30.3340384 ] ], [ [ 120.248463, 30.3340384 ], [ 120.2488891, 30.3343337 ] ], [ [ 120.2488891, 30.3343337 ], [ 120.2497992, 30.3348553 ] ], [ [ 120.2497992, 30.3348553 ], [ 120.2501157, 30.3350367 ] ], [ [ 120.2501157, 30.3350367 ], [ 120.2508146, 30.3354303 ] ], [ [ 120.2508146, 30.3354303 ], [ 120.2508932, 30.3354902 ] ], [ [ 120.2508932, 30.3354902 ], [ 120.2513737, 30.3358565 ] ], [ [ 120.2513737, 30.3358565 ], [ 120.2514636, 30.3359785 ] ], [ [ 120.2514636, 30.3359785 ], [ 120.2533621, 30.3370943 ] ], [ [ 120.2533621, 30.3370943 ], [ 120.2543097, 30.3376333 ] ], [ [ 120.2543097, 30.3376333 ], [ 120.2546697, 30.3377726 ] ], [ [ 120.2546697, 30.3377726 ], [ 120.2549991, 30.3378029 ] ], [ [ 120.2549991, 30.3378029 ], [ 120.2554896, 30.3378362 ] ], [ [ 120.2554896, 30.3378362 ], [ 120.2560446, 30.3379066 ] ], [ [ 120.2560446, 30.3379066 ], [ 120.2567758, 30.3380443 ] ], [ [ 120.2567758, 30.3380443 ], [ 120.2573743, 30.3382276 ] ], [ [ 120.2573743, 30.3382276 ], [ 120.2575728, 30.33826 ] ], [ [ 120.2575728, 30.33826 ], [ 120.2577445, 30.3382554 ] ], [ [ 120.2577445, 30.3382554 ], [ 120.2578296, 30.3382438 ] ], [ [ 120.2578296, 30.3382438 ], [ 120.2581507, 30.3381999 ] ], [ [ 120.2581507, 30.3381999 ], [ 120.2582863, 30.3381813 ] ], [ [ 120.2582863, 30.3381813 ], [ 120.2585531, 30.3382208 ] ], [ [ 120.2585531, 30.3382208 ], [ 120.2602502, 30.3388292 ] ], [ [ 120.2602502, 30.3388292 ], [ 120.2609131, 30.3391037 ] ], [ [ 120.2609131, 30.3391037 ], [ 120.2619188, 30.3395127 ] ], [ [ 120.2619188, 30.3395127 ], [ 120.2622388, 30.3396437 ] ], [ [ 120.2622388, 30.3396437 ], [ 120.2624587, 30.339765 ] ], [ [ 120.2624587, 30.339765 ], [ 120.2625017, 30.3397971 ] ], [ [ 120.2625017, 30.3397971 ], [ 120.2627082, 30.3399639 ] ], [ [ 120.2627082, 30.3399639 ], [ 120.2632644, 30.3403897 ] ], [ [ 120.2632644, 30.3403897 ], [ 120.2633974, 30.3404598 ] ], [ [ 120.2461156, 30.3762087 ], [ 120.2462511, 30.3761058 ] ], [ [ 120.2463909, 30.3762479 ], [ 120.2462487, 30.3763446 ] ], [ [ 120.2449104, 30.3249889 ], [ 120.2450597, 30.3247206 ] ], [ [ 120.2452078, 30.324882 ], [ 120.2449104, 30.3249889 ] ], [ [ 120.241611, 30.3614308 ], [ 120.2417414, 30.3613659 ] ], [ [ 120.2418067, 30.361459 ], [ 120.2416825, 30.3615065 ] ], [ [ 120.2301593, 30.3475388 ], [ 120.2300998, 30.3476649 ] ], [ [ 120.2287136, 30.3504746 ], [ 120.2291702, 30.3495492 ] ], [ [ 120.2291702, 30.3495492 ], [ 120.2292201, 30.349448 ] ], [ [ 120.2292201, 30.349448 ], [ 120.2300998, 30.3476649 ] ], [ [ 120.2337772, 30.34925 ], [ 120.2337008, 30.3493407 ] ], [ [ 120.2337008, 30.3493407 ], [ 120.2330581, 30.3500594 ] ], [ [ 120.2330581, 30.3500594 ], [ 120.2326333, 30.3505152 ] ], [ [ 120.2326333, 30.3505152 ], [ 120.232354, 30.3508148 ] ], [ [ 120.232354, 30.3508148 ], [ 120.231908, 30.3513245 ] ], [ [ 120.231908, 30.3513245 ], [ 120.2315629, 30.3517335 ] ], [ [ 120.2276891, 30.3525545 ], [ 120.2283222, 30.3512692 ] ], [ [ 120.2283222, 30.3512692 ], [ 120.2283919, 30.3511277 ] ], [ [ 120.2283919, 30.3511277 ], [ 120.2287136, 30.3504746 ] ], [ [ 120.1886397, 30.3369306 ], [ 120.1889402, 30.3369306 ] ], [ [ 120.197933, 30.3371453 ], [ 120.1969716, 30.3370975 ] ], [ [ 120.1969716, 30.3370975 ], [ 120.1967624, 30.3370883 ] ], [ [ 120.1967624, 30.3370883 ], [ 120.1964247, 30.3370737 ] ], [ [ 120.1964247, 30.3370737 ], [ 120.1942784, 30.3369811 ] ], [ [ 120.1942784, 30.3369811 ], [ 120.1928495, 30.3369195 ] ], [ [ 120.1928495, 30.3369195 ], [ 120.1918134, 30.3368765 ] ], [ [ 120.1918134, 30.3368765 ], [ 120.1915207, 30.3368846 ] ], [ [ 120.1915207, 30.3368846 ], [ 120.1914281, 30.3368846 ] ], [ [ 120.1914281, 30.3368846 ], [ 120.1889402, 30.3369306 ] ], [ [ 120.1929745, 30.3424677 ], [ 120.1930174, 30.3448249 ] ], [ [ 120.1980936, 30.337171 ], [ 120.1991077, 30.3372595 ] ], [ [ 120.1991077, 30.3372595 ], [ 120.2016225, 30.3373846 ] ], [ [ 120.2016225, 30.3373846 ], [ 120.2018264, 30.3373985 ] ], [ [ 120.2018264, 30.3373985 ], [ 120.2035187, 30.3374702 ] ], [ [ 120.2035187, 30.3374702 ], [ 120.2034353, 30.3393068 ] ], [ [ 120.2034353, 30.3393068 ], [ 120.2034278, 30.3394722 ] ], [ [ 120.2034278, 30.3394722 ], [ 120.203487, 30.3425233 ] ], [ [ 120.1815936, 30.3436908 ], [ 120.1799438, 30.3436589 ] ], [ [ 120.1799438, 30.3436589 ], [ 120.1796952, 30.3436254 ] ], [ [ 120.1796952, 30.3436254 ], [ 120.1795196, 30.3435555 ] ], [ [ 120.1795196, 30.3435555 ], [ 120.1793618, 30.3434678 ] ], [ [ 120.1793618, 30.3434678 ], [ 120.1792057, 30.3433333 ] ], [ [ 120.1792057, 30.3433333 ], [ 120.1791292, 30.3432331 ] ], [ [ 120.1791292, 30.3432331 ], [ 120.1790615, 30.3431075 ] ], [ [ 120.1790615, 30.3431075 ], [ 120.1789753, 30.3429274 ] ], [ [ 120.1789753, 30.3429274 ], [ 120.1789363, 30.3426861 ] ], [ [ 120.1789363, 30.3426861 ], [ 120.1789259, 30.3415283 ] ], [ [ 120.1789259, 30.3415283 ], [ 120.1789242, 30.3413384 ] ], [ [ 120.1789242, 30.3413384 ], [ 120.1789221, 30.3411068 ] ], [ [ 120.1815936, 30.3436908 ], [ 120.1815832, 30.3432973 ] ], [ [ 120.1815832, 30.3432973 ], [ 120.1815556, 30.3426236 ] ], [ [ 120.1815556, 30.3426236 ], [ 120.1815321, 30.3420507 ] ], [ [ 120.1815321, 30.3420507 ], [ 120.1815243, 30.3417887 ] ], [ [ 120.1815243, 30.3417887 ], [ 120.181522, 30.3417124 ] ], [ [ 120.181522, 30.3417124 ], [ 120.1815043, 30.3411194 ] ], [ [ 120.1869803, 30.3436421 ], [ 120.1842561, 30.343726 ] ], [ [ 120.1842561, 30.343726 ], [ 120.1815936, 30.3436908 ] ], [ [ 120.1815924, 30.3458093 ], [ 120.1815932, 30.3443245 ] ], [ [ 120.1815932, 30.3443245 ], [ 120.1815933, 30.3442412 ] ], [ [ 120.1815933, 30.3442412 ], [ 120.1815936, 30.3436908 ] ], [ [ 120.203487, 30.3425233 ], [ 120.2034775, 30.3426226 ] ], [ [ 120.2034874, 30.3449725 ], [ 120.2034775, 30.3426226 ] ], [ [ 120.189229, 30.341886 ], [ 120.1892121, 30.3437043 ] ], [ [ 120.1892121, 30.3437043 ], [ 120.1892044, 30.3445294 ] ], [ [ 120.1892044, 30.3445294 ], [ 120.1892634, 30.3454423 ] ], [ [ 120.1892634, 30.3454423 ], [ 120.1892747, 30.3455568 ] ], [ [ 120.1872618, 30.3457573 ], [ 120.1876267, 30.3457102 ], [ 120.1892634, 30.3454423 ] ], [ [ 120.1892747, 30.3455568 ], [ 120.1883724, 30.3457273 ], [ 120.1872668, 30.3459 ] ], [ [ 120.1869659, 30.3458011 ], [ 120.1872618, 30.3457573 ] ], [ [ 120.1980123, 30.3448557 ], [ 120.198162, 30.3448562 ] ], [ [ 120.198162, 30.3448562 ], [ 120.1999369, 30.3448903 ], [ 120.2011532, 30.3449136 ], [ 120.2015367, 30.3449182 ], [ 120.2034874, 30.3449725 ] ], [ [ 120.1981664, 30.3449899 ], [ 120.1980154, 30.3449895 ] ], [ [ 120.2034874, 30.3449725 ], [ 120.2034926, 30.3451058 ] ], [ [ 120.2034926, 30.3451058 ], [ 120.2016534, 30.3450478 ], [ 120.2012725, 30.3450455 ], [ 120.1999411, 30.3450217 ], [ 120.1981664, 30.3449899 ] ], [ [ 120.203489, 30.3475317 ], [ 120.2034926, 30.3451058 ] ], [ [ 120.1930174, 30.3448249 ], [ 120.1933319, 30.3448256 ], [ 120.1980123, 30.3448557 ] ], [ [ 120.1930174, 30.3448249 ], [ 120.1930128, 30.3449835 ] ], [ [ 120.1980154, 30.3449895 ], [ 120.1951356, 30.3449688 ], [ 120.1933429, 30.3449586 ], [ 120.1930128, 30.3449835 ] ], [ [ 120.1892634, 30.3454423 ], [ 120.1903801, 30.3452565 ], [ 120.1908168, 30.3451838 ], [ 120.1920791, 30.3449738 ], [ 120.192347, 30.3449344 ], [ 120.1930174, 30.3448249 ] ], [ [ 120.1930128, 30.3449835 ], [ 120.1923609, 30.3450652 ], [ 120.1920564, 30.3451011 ], [ 120.1908445, 30.3452996 ], [ 120.1901076, 30.3454203 ], [ 120.1892747, 30.3455568 ] ], [ [ 120.1930128, 30.3449835 ], [ 120.1929837, 30.3476966 ] ], [ [ 120.1929837, 30.3476966 ], [ 120.1950371, 30.3476914 ] ], [ [ 120.1950371, 30.3476914 ], [ 120.1950798, 30.3476909 ] ], [ [ 120.1950798, 30.3476909 ], [ 120.1980279, 30.3476584 ] ], [ [ 120.1872668, 30.3459 ], [ 120.186961, 30.3459166 ] ], [ [ 120.1892747, 30.3455568 ], [ 120.1891582, 30.3477774 ] ], [ [ 120.1891582, 30.3477774 ], [ 120.1902194, 30.3477668 ] ], [ [ 120.1871922, 30.347797 ], [ 120.1891582, 30.3477774 ] ], [ [ 120.1981682, 30.3476766 ], [ 120.1997937, 30.3476224 ] ], [ [ 120.1997937, 30.3476224 ], [ 120.2023803, 30.3475362 ] ], [ [ 120.2023803, 30.3475362 ], [ 120.2025868, 30.3475315 ] ], [ [ 120.2025868, 30.3475315 ], [ 120.203489, 30.3475317 ] ], [ [ 120.1981682, 30.3476766 ], [ 120.1980279, 30.3476584 ] ], [ [ 120.203489, 30.3475317 ], [ 120.2034904, 30.3476461 ] ], [ [ 120.2034904, 30.3476461 ], [ 120.2034192, 30.3479053 ] ], [ [ 120.2034192, 30.3479053 ], [ 120.2031686, 30.3489815 ] ], [ [ 120.2035187, 30.3374702 ], [ 120.2071506, 30.3373648 ] ], [ [ 120.211265, 30.3375459 ], [ 120.2112452, 30.3376547 ] ], [ [ 120.2112876, 30.3405875 ], [ 120.2112942, 30.3404437 ] ], [ [ 120.2112942, 30.3404437 ], [ 120.2112942, 30.3402597 ] ], [ [ 120.2112942, 30.3402597 ], [ 120.2112795, 30.3394966 ] ], [ [ 120.2112795, 30.3394966 ], [ 120.2112452, 30.3376547 ] ], [ [ 120.2112876, 30.3405875 ], [ 120.2079687, 30.3404356 ] ], [ [ 120.2079687, 30.3404356 ], [ 120.2077031, 30.3404263 ] ], [ [ 120.2077031, 30.3404263 ], [ 120.2073418, 30.3404137 ] ], [ [ 120.2147462, 30.3404512 ], [ 120.214206, 30.3405957 ] ], [ [ 120.214206, 30.3405957 ], [ 120.2140334, 30.3406371 ] ], [ [ 120.2140334, 30.3406371 ], [ 120.2138416, 30.3406537 ] ], [ [ 120.2138416, 30.3406537 ], [ 120.2134808, 30.3406443 ] ], [ [ 120.2134808, 30.3406443 ], [ 120.2112876, 30.3405875 ] ], [ [ 120.2143441, 30.3432038 ], [ 120.2143592, 30.3431056 ] ], [ [ 120.2112876, 30.3405875 ], [ 120.2113039, 30.341479 ] ], [ [ 120.2113039, 30.341479 ], [ 120.2113092, 30.3416862 ] ], [ [ 120.2113092, 30.3416862 ], [ 120.2113383, 30.3428214 ] ], [ [ 120.2218382, 30.3446639 ], [ 120.2221305, 30.3431406 ], [ 120.222207, 30.3431932 ], [ 120.221905, 30.3446835 ] ], [ [ 120.2235173, 30.3451825 ], [ 120.2242233, 30.3441125 ], [ 120.224272, 30.3441333 ], [ 120.2235784, 30.3452014 ] ], [ [ 120.2113383, 30.3428214 ], [ 120.2113431, 30.3429398 ] ], [ [ 120.2112146, 30.3460332 ], [ 120.2113046, 30.3452844 ] ], [ [ 120.2113046, 30.3452844 ], [ 120.2113158, 30.3450522 ] ], [ [ 120.2113158, 30.3450522 ], [ 120.2113209, 30.3449474 ] ], [ [ 120.2113209, 30.3449474 ], [ 120.2113337, 30.344683 ] ], [ [ 120.2113337, 30.344683 ], [ 120.21134, 30.343519 ] ], [ [ 120.21134, 30.343519 ], [ 120.2113431, 30.3429398 ] ], [ [ 120.2034874, 30.3449725 ], [ 120.2054047, 30.344999 ], [ 120.207211, 30.3449898 ] ], [ [ 120.207211, 30.3449898 ], [ 120.2073767, 30.3451027 ] ], [ [ 120.2073767, 30.3451027 ], [ 120.2072283, 30.3451236 ] ], [ [ 120.2207586, 30.3463563 ], [ 120.221237, 30.3461725 ], [ 120.2215929, 30.3460333 ], [ 120.2218479, 30.3459098 ], [ 120.222033, 30.3457333 ], [ 120.2221553, 30.3454638 ], [ 120.2223385, 30.3449141 ] ], [ [ 120.2224496, 30.3449508 ], [ 120.2222426, 30.3455192 ], [ 120.222122, 30.3457782 ], [ 120.2219175, 30.3459585 ], [ 120.2215935, 30.3461181 ], [ 120.221135, 30.3463072 ], [ 120.2207931, 30.346426 ] ], [ [ 120.2267979, 30.3466751 ], [ 120.226852, 30.3465466 ] ], [ [ 120.2791692, 30.3034347 ], [ 120.2790941, 30.3030844 ] ], [ [ 120.2791692, 30.3034347 ], [ 120.2792671, 30.3042381 ] ], [ [ 120.2792671, 30.3042381 ], [ 120.2793709, 30.3048331 ] ], [ [ 120.2793709, 30.3048331 ], [ 120.2793959, 30.3050005 ] ], [ [ 120.2793959, 30.3050005 ], [ 120.2795635, 30.3061206 ] ], [ [ 120.2795635, 30.3061206 ], [ 120.279628, 30.3065458 ] ], [ [ 120.279628, 30.3065458 ], [ 120.2796838, 30.3069133 ] ], [ [ 120.2796838, 30.3069133 ], [ 120.2797473, 30.3072811 ] ], [ [ 120.2797473, 30.3072811 ], [ 120.2798424, 30.3078321 ] ], [ [ 120.2798424, 30.3078321 ], [ 120.2798627, 30.3080283 ] ], [ [ 120.2798627, 30.3080283 ], [ 120.2798675, 30.3081314 ] ], [ [ 120.2754107, 30.3084542 ], [ 120.2755746, 30.3084366 ], [ 120.2756714, 30.3084263 ], [ 120.27635, 30.3083619 ], [ 120.2798627, 30.3080283 ] ], [ [ 120.2798675, 30.3081314 ], [ 120.2756746, 30.3085072 ], [ 120.2755845, 30.3085165 ], [ 120.2754218, 30.3085334 ] ], [ [ 120.2747481, 30.3037533 ], [ 120.2747926, 30.3040367 ] ], [ [ 120.2705751, 30.3044577 ], [ 120.2706068, 30.3047168 ] ], [ [ 120.2747926, 30.3040367 ], [ 120.2749214, 30.3049305 ] ], [ [ 120.2749214, 30.3049305 ], [ 120.2749589, 30.3052517 ] ], [ [ 120.2749589, 30.3052517 ], [ 120.2749855, 30.3054379 ] ], [ [ 120.2749855, 30.3054379 ], [ 120.2751471, 30.3065731 ] ], [ [ 120.2751471, 30.3065731 ], [ 120.2753044, 30.3076952 ] ], [ [ 120.2753044, 30.3076952 ], [ 120.2753955, 30.3083456 ] ], [ [ 120.2753955, 30.3083456 ], [ 120.2754107, 30.3084542 ] ], [ [ 120.2713446, 30.3088956 ], [ 120.2710302, 30.3072125 ] ], [ [ 120.2710302, 30.3072125 ], [ 120.2709259, 30.3066077 ] ], [ [ 120.2709259, 30.3066077 ], [ 120.2708658, 30.3062596 ] ], [ [ 120.2708658, 30.3062596 ], [ 120.2707897, 30.3058185 ] ], [ [ 120.2707897, 30.3058185 ], [ 120.2707527, 30.3055833 ] ], [ [ 120.2707527, 30.3055833 ], [ 120.2706068, 30.3047168 ] ], [ [ 120.2854424, 30.3074984 ], [ 120.2856952, 30.3075043 ] ], [ [ 120.2857139, 30.3075936 ], [ 120.285455, 30.3076062 ] ], [ [ 120.2798627, 30.3080283 ], [ 120.2809446, 30.3079232 ], [ 120.2824672, 30.3077568 ], [ 120.2825893, 30.3077452 ], [ 120.2840814, 30.3076151 ], [ 120.2853495, 30.3075037 ], [ 120.2854424, 30.3074984 ] ], [ [ 120.285455, 30.3076062 ], [ 120.28536, 30.3076109 ], [ 120.2848559, 30.3076251 ], [ 120.2842793, 30.3076736 ], [ 120.2838934, 30.3077129 ], [ 120.2828207, 30.3078223 ], [ 120.2824454, 30.3078638 ], [ 120.2809477, 30.3080292 ], [ 120.2798675, 30.3081314 ] ], [ [ 120.2754218, 30.3085334 ], [ 120.2754107, 30.3084542 ] ], [ [ 120.2713446, 30.3088956 ], [ 120.2726783, 30.3087472 ], [ 120.2732242, 30.3087071 ], [ 120.2751692, 30.3084821 ], [ 120.2752453, 30.3084733 ], [ 120.2754107, 30.3084542 ] ], [ [ 120.2754218, 30.3085334 ], [ 120.2752322, 30.3085426 ], [ 120.2751773, 30.3085538 ], [ 120.2743865, 30.3086414 ], [ 120.2723963, 30.3088615 ], [ 120.2713593, 30.308974 ] ], [ [ 120.2713446, 30.3088956 ], [ 120.2713593, 30.308974 ] ], [ [ 120.2716728, 30.3106992 ], [ 120.2714211, 30.3092944 ] ], [ [ 120.2714211, 30.3092944 ], [ 120.271394, 30.3091638 ] ], [ [ 120.271394, 30.3091638 ], [ 120.2713672, 30.3091021 ] ], [ [ 120.2713672, 30.3091021 ], [ 120.2713593, 30.308974 ] ], [ [ 120.2754218, 30.3085334 ], [ 120.2754266, 30.3086296 ] ], [ [ 120.2754266, 30.3086296 ], [ 120.2754251, 30.3086726 ] ], [ [ 120.2754251, 30.3086726 ], [ 120.2754327, 30.3088543 ] ], [ [ 120.2754327, 30.3088543 ], [ 120.2755587, 30.3097154 ] ], [ [ 120.2755587, 30.3097154 ], [ 120.2756221, 30.3100702 ] ], [ [ 120.2756221, 30.3100702 ], [ 120.2756734, 30.3104067 ] ], [ [ 120.2756734, 30.3104067 ], [ 120.2757563, 30.3110214 ] ], [ [ 120.2757563, 30.3110214 ], [ 120.2757747, 30.3111579 ] ], [ [ 120.2800047, 30.3106906 ], [ 120.2845215, 30.310246 ] ], [ [ 120.2798675, 30.3081314 ], [ 120.279867, 30.3082083 ] ], [ [ 120.279867, 30.3082083 ], [ 120.2798753, 30.3082828 ] ], [ [ 120.2798753, 30.3082828 ], [ 120.2798762, 30.3084024 ] ], [ [ 120.2798762, 30.3084024 ], [ 120.2799181, 30.3092608 ] ], [ [ 120.2799181, 30.3092608 ], [ 120.2799325, 30.3096685 ] ], [ [ 120.2799325, 30.3096685 ], [ 120.2800047, 30.3106906 ] ], [ [ 120.2757747, 30.3111579 ], [ 120.2758777, 30.3111438 ] ], [ [ 120.2758777, 30.3111438 ], [ 120.2759211, 30.3111379 ] ], [ [ 120.2759211, 30.3111379 ], [ 120.2759444, 30.3111347 ] ], [ [ 120.2759444, 30.3111347 ], [ 120.2775835, 30.3109554 ] ], [ [ 120.2775835, 30.3109554 ], [ 120.2780149, 30.3109082 ] ], [ [ 120.2780149, 30.3109082 ], [ 120.2800047, 30.3106906 ] ], [ [ 120.2800921, 30.312727 ], [ 120.2800883, 30.3125844 ] ], [ [ 120.2800883, 30.3125844 ], [ 120.2800841, 30.3124263 ] ], [ [ 120.2800841, 30.3124263 ], [ 120.2800047, 30.3106906 ] ], [ [ 120.2801012, 30.3129062 ], [ 120.2800921, 30.312727 ] ], [ [ 120.2668926, 30.3092639 ], [ 120.2669084, 30.3094046 ] ], [ [ 120.2668092, 30.3094083 ], [ 120.2667942, 30.309277 ] ], [ [ 120.2669084, 30.3094046 ], [ 120.2668092, 30.3094083 ] ], [ [ 120.2669084, 30.3094046 ], [ 120.2669181, 30.3095073 ], [ 120.2669357, 30.309695 ], [ 120.2669606, 30.309915 ], [ 120.2670546, 30.310664 ], [ 120.2671057, 30.3109156 ], [ 120.2671696, 30.3112305 ], [ 120.2671931, 30.3113782 ] ], [ [ 120.2716728, 30.3106992 ], [ 120.2714973, 30.3107279 ] ], [ [ 120.2714973, 30.3107279 ], [ 120.2712987, 30.3107603 ] ], [ [ 120.2712987, 30.3107603 ], [ 120.2712063, 30.3107754 ] ], [ [ 120.2712063, 30.3107754 ], [ 120.2693089, 30.3110851 ] ], [ [ 120.2693089, 30.3110851 ], [ 120.269108, 30.3111221 ] ], [ [ 120.269108, 30.3111221 ], [ 120.2689541, 30.3111422 ] ], [ [ 120.2689541, 30.3111422 ], [ 120.2677117, 30.3113087 ] ], [ [ 120.2677117, 30.3113087 ], [ 120.2671931, 30.3113782 ] ], [ [ 120.267248, 30.3128114 ], [ 120.2670427, 30.3113509 ], [ 120.2670338, 30.3112875 ], [ 120.267013, 30.3111629 ], [ 120.2669538, 30.3105752 ], [ 120.2668677, 30.3099226 ], [ 120.266839, 30.309705 ], [ 120.2668131, 30.3095068 ], [ 120.2668092, 30.3094083 ] ], [ [ 120.2671931, 30.3113782 ], [ 120.2672904, 30.3119905 ], [ 120.2674145, 30.3128203 ] ], [ [ 120.2716728, 30.3106992 ], [ 120.2719916, 30.3106784 ] ], [ [ 120.2719916, 30.3106784 ], [ 120.2723221, 30.3106817 ] ], [ [ 120.2723221, 30.3106817 ], [ 120.272514, 30.3106882 ] ], [ [ 120.272514, 30.3106882 ], [ 120.272678, 30.3107309 ] ], [ [ 120.272678, 30.3107309 ], [ 120.2729199, 30.3108381 ] ], [ [ 120.2729199, 30.3108381 ], [ 120.2731901, 30.310982 ] ], [ [ 120.2731901, 30.310982 ], [ 120.2735734, 30.3111688 ] ], [ [ 120.2735734, 30.3111688 ], [ 120.2738471, 30.3112761 ] ], [ [ 120.2738471, 30.3112761 ], [ 120.2741163, 30.3113159 ] ], [ [ 120.2741163, 30.3113159 ], [ 120.274428, 30.3112977 ] ], [ [ 120.274428, 30.3112977 ], [ 120.2752165, 30.3111967 ] ], [ [ 120.2752165, 30.3111967 ], [ 120.2756108, 30.3111712 ] ], [ [ 120.2756108, 30.3111712 ], [ 120.2756467, 30.3111686 ] ], [ [ 120.2756467, 30.3111686 ], [ 120.2757747, 30.3111579 ] ], [ [ 120.2716728, 30.3106992 ], [ 120.2718011, 30.3114886 ] ], [ [ 120.2718011, 30.3114886 ], [ 120.2718087, 30.3115353 ] ], [ [ 120.2718087, 30.3115353 ], [ 120.2718147, 30.3115725 ] ], [ [ 120.2718147, 30.3115725 ], [ 120.271874, 30.312125 ] ], [ [ 120.271874, 30.312125 ], [ 120.2719018, 30.3125574 ] ], [ [ 120.2719018, 30.3125574 ], [ 120.2719098, 30.3126811 ] ], [ [ 120.2719098, 30.3126811 ], [ 120.2719192, 30.3127784 ] ], [ [ 120.2757747, 30.3111579 ], [ 120.2757885, 30.3112517 ] ], [ [ 120.2757885, 30.3112517 ], [ 120.2758859, 30.3119134 ] ], [ [ 120.2758859, 30.3119134 ], [ 120.2759563, 30.3124878 ] ], [ [ 120.2759563, 30.3124878 ], [ 120.2759743, 30.312629 ] ], [ [ 120.2759743, 30.312629 ], [ 120.2759887, 30.3127414 ] ], [ [ 120.2760152, 30.3129102 ], [ 120.2759887, 30.3127414 ] ], [ [ 120.2719192, 30.3127784 ], [ 120.2719152, 30.3129342 ] ], [ [ 120.2801012, 30.3129062 ], [ 120.2801501, 30.3150459 ] ], [ [ 120.2761986, 30.3146644 ], [ 120.2763266, 30.314665 ] ], [ [ 120.2763266, 30.314665 ], [ 120.2763296, 30.3147727 ] ], [ [ 120.2763296, 30.3147727 ], [ 120.2762132, 30.3147604 ] ], [ [ 120.2763266, 30.314665 ], [ 120.2763901, 30.3146749 ], [ 120.2780613, 30.3148398 ], [ 120.2801501, 30.3150459 ] ], [ [ 120.2801601, 30.3151658 ], [ 120.2791443, 30.3150624 ], [ 120.2769524, 30.3148393 ], [ 120.2763296, 30.3147727 ] ], [ [ 120.2801501, 30.3150459 ], [ 120.2801601, 30.3151658 ] ], [ [ 120.2673583, 30.3129743 ], [ 120.267248, 30.3128114 ] ], [ [ 120.2674145, 30.3128203 ], [ 120.2673583, 30.3129743 ] ], [ [ 120.2675985, 30.3166749 ], [ 120.2675693, 30.3158418 ] ], [ [ 120.2675693, 30.3158418 ], [ 120.2675234, 30.3146355 ] ], [ [ 120.2675234, 30.3146355 ], [ 120.2674633, 30.3140942 ] ], [ [ 120.2674633, 30.3140942 ], [ 120.2674227, 30.3137279 ] ], [ [ 120.2674227, 30.3137279 ], [ 120.2673583, 30.3129743 ] ], [ [ 120.2675991, 30.3169195 ], [ 120.2675985, 30.3166749 ] ], [ [ 120.3030349, 30.3018763 ], [ 120.3031353, 30.3021365 ], [ 120.303125, 30.3025284 ], [ 120.3031244, 30.3027356 ], [ 120.303124, 30.3029008 ], [ 120.3031117, 30.3032874 ], [ 120.3031004, 30.3036386 ], [ 120.3030891, 30.3038656 ], [ 120.3030244, 30.3040138 ], [ 120.302974, 30.3038762 ], [ 120.3029823, 30.3036421 ], [ 120.3029858, 30.3033423 ], [ 120.3029864, 30.3032901 ], [ 120.3029915, 30.3029097 ], [ 120.3029884, 30.3025435 ], [ 120.3029823, 30.3022074 ], [ 120.3029823, 30.302133 ], [ 120.3030349, 30.3018763 ] ], [ [ 120.2968322, 30.3015548 ], [ 120.2969148, 30.3017811 ], [ 120.2969543, 30.3022276 ], [ 120.2970191, 30.3029174 ], [ 120.2970754, 30.3035829 ], [ 120.2971135, 30.3040903 ], [ 120.2971438, 30.3043594 ], [ 120.2971713, 30.3046037 ], [ 120.297229, 30.3053154 ], [ 120.2973009, 30.3060381 ], [ 120.2973756, 30.3066975 ], [ 120.2974024, 30.3069067 ], [ 120.2974255, 30.3071591 ] ], [ [ 120.2972483, 30.3071667 ], [ 120.2972298, 30.3068116 ], [ 120.297186, 30.3063884 ], [ 120.2971593, 30.3060481 ], [ 120.2971262, 30.3056563 ], [ 120.2970899, 30.3052893 ], [ 120.297044, 30.3048136 ], [ 120.2970141, 30.3044069 ], [ 120.2970102, 30.3043721 ], [ 120.2969989, 30.3042707 ], [ 120.2969735, 30.3040437 ], [ 120.2969511, 30.3037154 ], [ 120.2969191, 30.3033706 ], [ 120.296886, 30.3029197 ], [ 120.296839, 30.3024707 ], [ 120.2968037, 30.302088 ], [ 120.296777, 30.3017939 ], [ 120.2968322, 30.3015548 ] ], [ [ 120.2972483, 30.3071667 ], [ 120.2974255, 30.3071591 ] ], [ [ 120.2974255, 30.3071591 ], [ 120.2974375, 30.3072935 ] ], [ [ 120.2972576, 30.3073008 ], [ 120.2972483, 30.3071667 ] ], [ [ 120.2974375, 30.3072935 ], [ 120.2972576, 30.3073008 ] ], [ [ 120.2977905, 30.3129095 ], [ 120.2977708, 30.3125297 ], [ 120.2977229, 30.3120457 ], [ 120.2976714, 30.3115045 ], [ 120.2976395, 30.3109983 ], [ 120.2976039, 30.3105641 ], [ 120.2975463, 30.3100313 ], [ 120.2974948, 30.3095421 ], [ 120.2974334, 30.3090581 ], [ 120.2973886, 30.3086395 ], [ 120.2973671, 30.3084606 ], [ 120.2973313, 30.3081632 ], [ 120.2972886, 30.3076893 ], [ 120.2972608, 30.3073325 ], [ 120.2972576, 30.3073008 ] ], [ [ 120.2907068, 30.3075001 ], [ 120.2892366, 30.3075236 ], [ 120.2885017, 30.3075353 ], [ 120.2882549, 30.3075393 ], [ 120.2879715, 30.3075438 ], [ 120.2857139, 30.3075936 ] ], [ [ 120.2907068, 30.3075001 ], [ 120.2908027, 30.3087438 ] ], [ [ 120.2908027, 30.3087438 ], [ 120.2908431, 30.3099622 ] ], [ [ 120.2908431, 30.3099622 ], [ 120.2909332, 30.3117061 ] ], [ [ 120.2909332, 30.3117061 ], [ 120.2909949, 30.3128042 ] ], [ [ 120.2974375, 30.3072935 ], [ 120.2974415, 30.3075849 ], [ 120.2974954, 30.3082045 ], [ 120.2975188, 30.3085049 ], [ 120.2975709, 30.3090387 ], [ 120.2976071, 30.309444 ], [ 120.2976471, 30.3098807 ], [ 120.2977038, 30.3104401 ], [ 120.2977568, 30.3110653 ], [ 120.2978491, 30.3121257 ], [ 120.2979104, 30.3128689 ], [ 120.2979137, 30.312918 ] ], [ [ 120.2977963, 30.3130669 ], [ 120.2977905, 30.3129095 ] ], [ [ 120.2979137, 30.312918 ], [ 120.2979216, 30.313062 ] ], [ [ 120.2982852, 30.3206161 ], [ 120.2982042, 30.3188568 ], [ 120.2981191, 30.3169756 ], [ 120.2980942, 30.3165132 ], [ 120.2980648, 30.3161371 ], [ 120.2977963, 30.3130669 ] ], [ [ 120.2979216, 30.313062 ], [ 120.2981299, 30.3154997 ], [ 120.2982186, 30.3165181 ], [ 120.2982618, 30.3174778 ], [ 120.29833, 30.318855 ], [ 120.2984111, 30.3206279 ] ], [ [ 120.28273, 30.3129844 ], [ 120.2828291, 30.3140427 ], [ 120.2829954, 30.3153409 ] ], [ [ 120.2828863, 30.3153433 ], [ 120.2825849, 30.3129826 ] ], [ [ 120.2828863, 30.3153433 ], [ 120.2829954, 30.3153409 ] ], [ [ 120.2828876, 30.3154504 ], [ 120.2828863, 30.3153433 ] ], [ [ 120.2829954, 30.3153409 ], [ 120.2829973, 30.3154603 ] ], [ [ 120.2829973, 30.3154603 ], [ 120.2828876, 30.3154504 ] ], [ [ 120.2829954, 30.3153409 ], [ 120.2841255, 30.3154532 ], [ 120.2874922, 30.3157877 ] ], [ [ 120.2875337, 30.3159402 ], [ 120.287118, 30.3158928 ], [ 120.2856324, 30.3157369 ], [ 120.2829973, 30.3154603 ] ], [ [ 120.3085663, 30.3170646 ], [ 120.3085602, 30.3182533 ] ], [ [ 120.3085602, 30.3182533 ], [ 120.3085242, 30.3192223 ] ], [ [ 120.3085242, 30.3192223 ], [ 120.308522, 30.3192809 ] ], [ [ 120.3084878, 30.3220058 ], [ 120.308522, 30.3192809 ] ], [ [ 120.286724, 30.3315478 ], [ 120.2894086, 30.3311265 ] ], [ [ 120.2854691, 30.3267487 ], [ 120.2839359, 30.3270678 ] ], [ [ 120.2839359, 30.3270678 ], [ 120.2833725, 30.3271717 ] ], [ [ 120.2833725, 30.3271717 ], [ 120.2828277, 30.3273129 ] ], [ [ 120.2828277, 30.3273129 ], [ 120.2821767, 30.3274855 ] ], [ [ 120.2856878, 30.3267766 ], [ 120.2858158, 30.3271889 ], [ 120.2859342, 30.327706 ], [ 120.2860819, 30.3283104 ], [ 120.286103, 30.3284138 ], [ 120.286115, 30.3284729 ] ], [ [ 120.2859027, 30.3285116 ], [ 120.2858988, 30.3284517 ], [ 120.2858914, 30.3283365 ], [ 120.2857917, 30.3278563 ], [ 120.2857012, 30.3274206 ], [ 120.2856111, 30.3271139 ], [ 120.2854691, 30.3267487 ] ], [ [ 120.286115, 30.3284729 ], [ 120.2885733, 30.3279983 ] ], [ [ 120.2821767, 30.3274855 ], [ 120.2823127, 30.3277896 ], [ 120.2825579, 30.3283982 ], [ 120.2828404, 30.3291087 ] ], [ [ 120.2826357, 30.3291541 ], [ 120.2825267, 30.3288936 ], [ 120.282024, 30.3275542 ] ], [ [ 120.2885896, 30.3282162 ], [ 120.2861582, 30.3286845 ] ], [ [ 120.2859027, 30.3285116 ], [ 120.286115, 30.3284729 ] ], [ [ 120.286115, 30.3284729 ], [ 120.2861582, 30.3286845 ] ], [ [ 120.2761986, 30.3146644 ], [ 120.276179, 30.3145116 ], [ 120.2761389, 30.3142089 ], [ 120.2760934, 30.313944 ], [ 120.2760819, 30.3138773 ], [ 120.2760708, 30.3137687 ], [ 120.2759686, 30.3130203 ], [ 120.2760152, 30.3129102 ] ], [ [ 120.2760152, 30.3129102 ], [ 120.2760756, 30.3130202 ], [ 120.2760975, 30.3131214 ], [ 120.2763266, 30.314665 ] ], [ [ 120.2762132, 30.3147604 ], [ 120.2761986, 30.3146644 ] ], [ [ 120.2723912, 30.3172752 ], [ 120.2723709, 30.3170693 ] ], [ [ 120.2723709, 30.3170693 ], [ 120.2723098, 30.3164489 ] ], [ [ 120.2723098, 30.3164489 ], [ 120.2722794, 30.3161406 ] ], [ [ 120.2722794, 30.3161406 ], [ 120.2722712, 30.3160578 ] ], [ [ 120.2722712, 30.3160578 ], [ 120.2722151, 30.3154883 ] ], [ [ 120.2722151, 30.3154883 ], [ 120.2721252, 30.314724 ] ], [ [ 120.2721252, 30.314724 ], [ 120.2721029, 30.3145445 ] ], [ [ 120.2721029, 30.3145445 ], [ 120.2720583, 30.3141617 ] ], [ [ 120.2720583, 30.3141617 ], [ 120.2720187, 30.3138641 ] ], [ [ 120.2720187, 30.3138641 ], [ 120.2719272, 30.3131278 ] ], [ [ 120.2719272, 30.3131278 ], [ 120.2719215, 30.3130362 ] ], [ [ 120.2719215, 30.3130362 ], [ 120.2719152, 30.3129342 ] ], [ [ 120.2723912, 30.3172752 ], [ 120.2724136, 30.3175267 ] ], [ [ 120.2801501, 30.3150459 ], [ 120.2828863, 30.3153433 ] ], [ [ 120.2828876, 30.3154504 ], [ 120.2820057, 30.3153626 ], [ 120.2801601, 30.3151658 ] ], [ [ 120.2766228, 30.31779 ], [ 120.2764793, 30.3166337 ], [ 120.2762536, 30.3150097 ], [ 120.2762132, 30.3147604 ] ], [ [ 120.2763296, 30.3147727 ], [ 120.2763584, 30.3149991 ], [ 120.2765115, 30.3160843 ], [ 120.2767299, 30.3175998 ], [ 120.276793, 30.317811 ] ], [ [ 120.2804433, 30.3182554 ], [ 120.2802787, 30.3164593 ] ], [ [ 120.2802787, 30.3164593 ], [ 120.2801601, 30.3151658 ] ], [ [ 120.2766595, 30.3180317 ], [ 120.2766228, 30.31779 ] ], [ [ 120.2768109, 30.3180501 ], [ 120.276793, 30.317811 ] ], [ [ 120.2874922, 30.3157877 ], [ 120.2878597, 30.3158611 ] ], [ [ 120.2878597, 30.3158611 ], [ 120.2875337, 30.3159402 ] ], [ [ 120.2831928, 30.3185653 ], [ 120.283049, 30.3174557 ], [ 120.2829148, 30.3167402 ], [ 120.2829123, 30.3163281 ], [ 120.2828876, 30.3154504 ] ], [ [ 120.2829973, 30.3154603 ], [ 120.2830222, 30.3160641 ], [ 120.2830571, 30.3166059 ], [ 120.2831215, 30.3172681 ], [ 120.2833234, 30.31858 ] ], [ [ 120.2832505, 30.3188666 ], [ 120.2831928, 30.3185653 ] ], [ [ 120.2833234, 30.31858 ], [ 120.2833719, 30.318883 ] ], [ [ 120.2675991, 30.3169195 ], [ 120.2676033, 30.3170702 ] ], [ [ 120.2676033, 30.3170702 ], [ 120.2676049, 30.3171267 ] ], [ [ 120.2676049, 30.3171267 ], [ 120.2676191, 30.3176032 ] ], [ [ 120.2768372, 30.3182789 ], [ 120.2768109, 30.3180501 ] ], [ [ 120.2781348, 30.3214698 ], [ 120.2777183, 30.3208707 ], [ 120.2772752, 30.3200846 ], [ 120.2770313, 30.3195161 ], [ 120.276801, 30.3188846 ], [ 120.276779, 30.3187387 ], [ 120.2766949, 30.3182954 ], [ 120.2766926, 30.3182832 ], [ 120.2766595, 30.3180317 ] ], [ [ 120.2806994, 30.3211587 ], [ 120.2805059, 30.319315 ] ], [ [ 120.2805059, 30.319315 ], [ 120.2804778, 30.3191196 ] ], [ [ 120.2804778, 30.3191196 ], [ 120.2804567, 30.3187439 ] ], [ [ 120.2804567, 30.3187439 ], [ 120.2804561, 30.3186859 ] ], [ [ 120.2804561, 30.3186859 ], [ 120.2804383, 30.3184857 ] ], [ [ 120.2768372, 30.3182789 ], [ 120.2769503, 30.3187663 ], [ 120.2769861, 30.3189082 ], [ 120.277156, 30.3194637 ], [ 120.2774029, 30.3200146 ], [ 120.2777878, 30.3206914 ], [ 120.2783164, 30.3214466 ] ], [ [ 120.2836671, 30.3207952 ], [ 120.2833891, 30.3195392 ], [ 120.2833003, 30.3191058 ], [ 120.2832505, 30.3188666 ] ], [ [ 120.2833719, 30.318883 ], [ 120.2834197, 30.3191126 ], [ 120.2835121, 30.3195561 ], [ 120.2837682, 30.3207857 ] ], [ [ 120.2837682, 30.3207857 ], [ 120.283791, 30.3209077 ] ], [ [ 120.2836887, 30.3209281 ], [ 120.2836671, 30.3207952 ] ], [ [ 120.2724136, 30.3175267 ], [ 120.272422, 30.317727 ] ], [ [ 120.272422, 30.317727 ], [ 120.272466, 30.3181647 ] ], [ [ 120.272466, 30.3181647 ], [ 120.2724971, 30.3183172 ] ], [ [ 120.2724971, 30.3183172 ], [ 120.2726049, 30.3190252 ] ], [ [ 120.2726049, 30.3190252 ], [ 120.2726565, 30.3195138 ] ], [ [ 120.2726565, 30.3195138 ], [ 120.2726878, 30.3197603 ] ], [ [ 120.2726878, 30.3197603 ], [ 120.2727105, 30.3199392 ] ], [ [ 120.2727105, 30.3199392 ], [ 120.2727746, 30.3202339 ] ], [ [ 120.2727746, 30.3202339 ], [ 120.2729139, 30.3206819 ] ], [ [ 120.2729139, 30.3206819 ], [ 120.272962, 30.3208051 ] ], [ [ 120.272962, 30.3208051 ], [ 120.2731584, 30.3213078 ] ], [ [ 120.2731584, 30.3213078 ], [ 120.273553, 30.3219914 ] ], [ [ 120.273553, 30.3219914 ], [ 120.2736188, 30.3221073 ] ], [ [ 120.2747254, 30.323364 ], [ 120.2754979, 30.322514 ] ], [ [ 120.2754979, 30.322514 ], [ 120.275728, 30.3221878 ] ], [ [ 120.275728, 30.3221878 ], [ 120.2758004, 30.3218348 ] ], [ [ 120.283791, 30.3209077 ], [ 120.2839931, 30.3216146 ], [ 120.2840412, 30.3217829 ], [ 120.2843196, 30.3227651 ] ], [ [ 120.2841885, 30.3227921 ], [ 120.2839912, 30.3220689 ], [ 120.2836887, 30.3209281 ] ], [ [ 120.2841885, 30.3227921 ], [ 120.2843196, 30.3227651 ] ], [ [ 120.2798311, 30.3234583 ], [ 120.2814299, 30.3232015 ] ], [ [ 120.2814299, 30.3232015 ], [ 120.2823725, 30.3230644 ] ], [ [ 120.2823725, 30.3230644 ], [ 120.2831396, 30.3229504 ] ], [ [ 120.2831396, 30.3229504 ], [ 120.2841885, 30.3227921 ] ], [ [ 120.2806994, 30.3211587 ], [ 120.2807097, 30.3212601 ] ], [ [ 120.2783164, 30.3214466 ], [ 120.2783922, 30.3215511 ] ], [ [ 120.2782042, 30.3215732 ], [ 120.2781348, 30.3214698 ] ], [ [ 120.2783922, 30.3215511 ], [ 120.2798311, 30.3234583 ] ], [ [ 120.2747254, 30.323364 ], [ 120.2744061, 30.3230721 ] ], [ [ 120.2744061, 30.3230721 ], [ 120.2740668, 30.3226726 ] ], [ [ 120.2740668, 30.3226726 ], [ 120.2736188, 30.3221073 ] ], [ [ 120.2747254, 30.323364 ], [ 120.2748266, 30.3234565 ] ], [ [ 120.2748266, 30.3234565 ], [ 120.2752055, 30.323741 ] ], [ [ 120.2752055, 30.323741 ], [ 120.275558, 30.3240057 ] ], [ [ 120.275558, 30.3240057 ], [ 120.2762576, 30.324531 ] ], [ [ 120.2720647, 30.3254405 ], [ 120.2732776, 30.3244939 ] ], [ [ 120.2732776, 30.3244939 ], [ 120.2747254, 30.323364 ] ], [ [ 120.2511514, 30.3128371 ], [ 120.251251, 30.3126046 ] ], [ [ 120.2503326, 30.3158928 ], [ 120.2509652, 30.3134483 ] ], [ [ 120.2509652, 30.3134483 ], [ 120.2510818, 30.3130151 ] ], [ [ 120.2510818, 30.3130151 ], [ 120.2511514, 30.3128371 ] ], [ [ 120.2457694, 30.3152783 ], [ 120.2459164, 30.3153003 ] ], [ [ 120.2459164, 30.3153003 ], [ 120.2468479, 30.3153078 ] ], [ [ 120.2468479, 30.3153078 ], [ 120.2469465, 30.3153079 ] ], [ [ 120.2469465, 30.3153079 ], [ 120.2472657, 30.3153081 ] ], [ [ 120.2472657, 30.3153081 ], [ 120.2475904, 30.3153084 ] ], [ [ 120.2475904, 30.3153084 ], [ 120.2481647, 30.3153217 ] ], [ [ 120.2481647, 30.3153217 ], [ 120.2483197, 30.3153482 ] ], [ [ 120.2483197, 30.3153482 ], [ 120.2486846, 30.3154106 ] ], [ [ 120.2486846, 30.3154106 ], [ 120.2490842, 30.3155154 ] ], [ [ 120.2490842, 30.3155154 ], [ 120.2496069, 30.3156805 ] ], [ [ 120.2496069, 30.3156805 ], [ 120.2503326, 30.3158928 ] ], [ [ 120.261959, 30.3129605 ], [ 120.2592265, 30.3129217 ] ], [ [ 120.2592265, 30.3129217 ], [ 120.2583589, 30.3129044 ] ], [ [ 120.2583589, 30.3129044 ], [ 120.2563398, 30.3128876 ] ], [ [ 120.2563398, 30.3128876 ], [ 120.2558258, 30.3128353 ] ], [ [ 120.2550739, 30.3148409 ], [ 120.2550717, 30.3145316 ] ], [ [ 120.2551862, 30.3145858 ], [ 120.2550739, 30.3148409 ] ], [ [ 120.2541422, 30.3171069 ], [ 120.2543338, 30.3166123 ] ], [ [ 120.2543338, 30.3166123 ], [ 120.2548049, 30.3153963 ] ], [ [ 120.2548049, 30.3153963 ], [ 120.2549663, 30.3149799 ] ], [ [ 120.2549663, 30.3149799 ], [ 120.2550739, 30.3148409 ] ], [ [ 120.2541422, 30.3171069 ], [ 120.2503326, 30.3158928 ] ], [ [ 120.2582965, 30.317987 ], [ 120.2571387, 30.3178487 ] ], [ [ 120.2571387, 30.3178487 ], [ 120.2566804, 30.3177939 ] ], [ [ 120.2566804, 30.3177939 ], [ 120.2565904, 30.3177841 ] ], [ [ 120.2565904, 30.3177841 ], [ 120.2563566, 30.3177588 ] ], [ [ 120.2563566, 30.3177588 ], [ 120.2559975, 30.3176747 ] ], [ [ 120.2559975, 30.3176747 ], [ 120.25537, 30.3174864 ] ], [ [ 120.25537, 30.3174864 ], [ 120.2548768, 30.317334 ] ], [ [ 120.2548768, 30.317334 ], [ 120.2541422, 30.3171069 ] ], [ [ 120.2582965, 30.317987 ], [ 120.2592889, 30.3180983 ] ], [ [ 120.2592889, 30.3180983 ], [ 120.2593858, 30.3181075 ] ], [ [ 120.2593858, 30.3181075 ], [ 120.2609969, 30.3183256 ] ], [ [ 120.2609969, 30.3183256 ], [ 120.2614416, 30.3183634 ] ], [ [ 120.2577245, 30.3201661 ], [ 120.2579119, 30.3197531 ] ], [ [ 120.2579119, 30.3197531 ], [ 120.257931, 30.319711 ] ], [ [ 120.257931, 30.319711 ], [ 120.25802, 30.3194797 ] ], [ [ 120.25802, 30.3194797 ], [ 120.2581235, 30.3192107 ] ], [ [ 120.2581235, 30.3192107 ], [ 120.2581639, 30.31898 ] ], [ [ 120.2581639, 30.31898 ], [ 120.2582477, 30.3185008 ] ], [ [ 120.2582477, 30.3185008 ], [ 120.2582965, 30.317987 ] ], [ [ 120.2577245, 30.3201661 ], [ 120.2572566, 30.3207578 ] ], [ [ 120.2572566, 30.3207578 ], [ 120.2568587, 30.3212009 ] ], [ [ 120.2541422, 30.3171069 ], [ 120.253813, 30.3179993 ] ], [ [ 120.253813, 30.3179993 ], [ 120.2536793, 30.3183616 ] ], [ [ 120.2536793, 30.3183616 ], [ 120.2535018, 30.3188429 ] ], [ [ 120.2535018, 30.3188429 ], [ 120.2534296, 30.318924 ] ], [ [ 120.2534296, 30.318924 ], [ 120.2525962, 30.319688 ] ], [ [ 120.2525962, 30.319688 ], [ 120.2517019, 30.3204083 ] ], [ [ 120.2535018, 30.3188429 ], [ 120.2568587, 30.3212009 ] ], [ [ 120.2567958, 30.3212803 ], [ 120.2534296, 30.318924 ] ], [ [ 120.2568587, 30.3212009 ], [ 120.2567958, 30.3212803 ] ], [ [ 120.2503326, 30.3158928 ], [ 120.2499833, 30.3172116 ] ], [ [ 120.2499833, 30.3172116 ], [ 120.2498929, 30.3175529 ] ], [ [ 120.2498929, 30.3175529 ], [ 120.2498179, 30.3178052 ] ], [ [ 120.2498179, 30.3178052 ], [ 120.249774, 30.3180529 ] ], [ [ 120.249774, 30.3180529 ], [ 120.2497837, 30.3183006 ] ], [ [ 120.2497837, 30.3183006 ], [ 120.2498415, 30.3185761 ] ], [ [ 120.2498415, 30.3185761 ], [ 120.2499763, 30.3188582 ] ], [ [ 120.2499763, 30.3188582 ], [ 120.2501502, 30.3191675 ] ], [ [ 120.2501502, 30.3191675 ], [ 120.2503727, 30.3194161 ] ], [ [ 120.2503727, 30.3194161 ], [ 120.2505773, 30.3195672 ] ], [ [ 120.2505773, 30.3195672 ], [ 120.2517019, 30.3204083 ] ], [ [ 120.2517019, 30.3204083 ], [ 120.2504913, 30.3213344 ] ], [ [ 120.2504913, 30.3213344 ], [ 120.2495286, 30.3220972 ] ], [ [ 120.2495286, 30.3220972 ], [ 120.2493426, 30.3221301 ] ], [ [ 120.245124, 30.3219187 ], [ 120.2454819, 30.3222187 ] ], [ [ 120.2454819, 30.3222187 ], [ 120.2457652, 30.3225144 ] ], [ [ 120.2457652, 30.3225144 ], [ 120.2459215, 30.3226776 ] ], [ [ 120.2459215, 30.3226776 ], [ 120.2470717, 30.3239679 ] ], [ [ 120.2517019, 30.3204083 ], [ 120.2551887, 30.3230834 ] ], [ [ 120.2567958, 30.3212803 ], [ 120.255918, 30.3222652 ] ], [ [ 120.255918, 30.3222652 ], [ 120.2557568, 30.322446 ] ], [ [ 120.2557568, 30.322446 ], [ 120.2551887, 30.3230834 ] ], [ [ 120.2534193, 30.3251045 ], [ 120.2551887, 30.3230834 ] ], [ [ 120.2534193, 30.3251045 ], [ 120.2533282, 30.3252021 ] ], [ [ 120.2577245, 30.3201661 ], [ 120.2597173, 30.3213931 ] ], [ [ 120.2597173, 30.3213931 ], [ 120.2617433, 30.3226312 ] ], [ [ 120.2568587, 30.3212009 ], [ 120.2579005, 30.3219303 ], [ 120.2588246, 30.3225774 ], [ 120.2607503, 30.3239164 ] ], [ [ 120.2606782, 30.3240157 ], [ 120.2600615, 30.323587 ], [ 120.2587448, 30.3226717 ], [ 120.2578589, 30.3220393 ], [ 120.2567958, 30.3212803 ] ], [ [ 120.2617433, 30.3226312 ], [ 120.2613791, 30.3231026 ] ], [ [ 120.2613791, 30.3231026 ], [ 120.2607503, 30.3239164 ] ], [ [ 120.2606782, 30.3240157 ], [ 120.2607503, 30.3239164 ] ], [ [ 120.2589348, 30.3260411 ], [ 120.2580757, 30.3253637 ] ], [ [ 120.2580757, 30.3253637 ], [ 120.2577129, 30.3250776 ] ], [ [ 120.2577129, 30.3250776 ], [ 120.2570952, 30.3245905 ] ], [ [ 120.2570952, 30.3245905 ], [ 120.2564566, 30.3240857 ] ], [ [ 120.2564566, 30.3240857 ], [ 120.2557158, 30.3235001 ] ], [ [ 120.2557158, 30.3235001 ], [ 120.2551887, 30.3230834 ] ], [ [ 120.2663524, 30.3225058 ], [ 120.2664183, 30.322419 ] ], [ [ 120.2665422, 30.3224929 ], [ 120.2664748, 30.3225794 ] ], [ [ 120.2648348, 30.3245049 ], [ 120.2663524, 30.3225058 ] ], [ [ 120.2617433, 30.3226312 ], [ 120.2635139, 30.3237144 ] ], [ [ 120.2635139, 30.3237144 ], [ 120.2636197, 30.3237655 ] ], [ [ 120.2636197, 30.3237655 ], [ 120.2639544, 30.323978 ] ], [ [ 120.2639544, 30.323978 ], [ 120.2648348, 30.3245049 ] ], [ [ 120.2664748, 30.3225794 ], [ 120.2649212, 30.324572 ] ], [ [ 120.2607503, 30.3239164 ], [ 120.2611959, 30.3242327 ], [ 120.2614655, 30.3244315 ], [ 120.2624429, 30.3251521 ], [ 120.2625108, 30.3252008 ], [ 120.2628607, 30.3254521 ], [ 120.2636842, 30.326026 ] ], [ [ 120.2606782, 30.3240157 ], [ 120.2589348, 30.3260411 ] ], [ [ 120.2636086, 30.3261304 ], [ 120.26316, 30.3258051 ], [ 120.2627922, 30.3255383 ], [ 120.2624359, 30.3252789 ], [ 120.2623824, 30.3252411 ], [ 120.2606782, 30.3240157 ] ], [ [ 120.2619753, 30.3283844 ], [ 120.2611257, 30.3277806 ] ], [ [ 120.2611257, 30.3277806 ], [ 120.2607932, 30.3275375 ] ], [ [ 120.2607932, 30.3275375 ], [ 120.2607522, 30.3275151 ] ], [ [ 120.2607522, 30.3275151 ], [ 120.2601372, 30.3270163 ] ], [ [ 120.2601372, 30.3270163 ], [ 120.2600041, 30.3269083 ] ], [ [ 120.2600041, 30.3269083 ], [ 120.2589348, 30.3260411 ] ], [ [ 120.2619753, 30.3283844 ], [ 120.2636086, 30.3261304 ] ], [ [ 120.2637281, 30.3262064 ], [ 120.2620781, 30.3284734 ] ], [ [ 120.2620781, 30.3284734 ], [ 120.2620265, 30.3284238 ] ], [ [ 120.2620265, 30.3284238 ], [ 120.2619753, 30.3283844 ] ], [ [ 120.2796638, 30.3234796 ], [ 120.2782042, 30.3215732 ] ], [ [ 120.2796638, 30.3234796 ], [ 120.2798311, 30.3234583 ] ], [ [ 120.2762576, 30.324531 ], [ 120.2768715, 30.324162 ] ], [ [ 120.2768715, 30.324162 ], [ 120.2776019, 30.3238413 ] ], [ [ 120.2776019, 30.3238413 ], [ 120.2781888, 30.3236787 ] ], [ [ 120.2781888, 30.3236787 ], [ 120.2788003, 30.3235933 ] ], [ [ 120.2788003, 30.3235933 ], [ 120.2796638, 30.3234796 ] ], [ [ 120.2798311, 30.3234583 ], [ 120.2813489, 30.3255794 ] ], [ [ 120.2811937, 30.3255938 ], [ 120.2810912, 30.3254397 ], [ 120.2807131, 30.3248853 ], [ 120.2796638, 30.3234796 ] ], [ [ 120.2762576, 30.324531 ], [ 120.277116, 30.3251562 ] ], [ [ 120.277116, 30.3251562 ], [ 120.2772477, 30.3252522 ] ], [ [ 120.2772477, 30.3252522 ], [ 120.2777219, 30.3256112 ] ], [ [ 120.2777219, 30.3256112 ], [ 120.2785619, 30.3262472 ] ], [ [ 120.2813489, 30.3255794 ], [ 120.2811937, 30.3255938 ] ], [ [ 120.2843196, 30.3227651 ], [ 120.2845821, 30.3236476 ], [ 120.2849352, 30.3248547 ] ], [ [ 120.2848133, 30.3248899 ], [ 120.284597, 30.3241071 ], [ 120.2841885, 30.3227921 ] ], [ [ 120.2849352, 30.3248547 ], [ 120.2848133, 30.3248899 ] ], [ [ 120.2848133, 30.3248899 ], [ 120.2830488, 30.3252411 ] ], [ [ 120.2830488, 30.3252411 ], [ 120.2825966, 30.3253311 ] ], [ [ 120.2825966, 30.3253311 ], [ 120.2813489, 30.3255794 ] ], [ [ 120.2849352, 30.3248547 ], [ 120.2850903, 30.3253666 ], [ 120.2852255, 30.3258439 ], [ 120.2853353, 30.3261298 ], [ 120.2856878, 30.3267766 ] ], [ [ 120.2854691, 30.3267487 ], [ 120.2853333, 30.3265112 ], [ 120.2852014, 30.3262543 ], [ 120.2850802, 30.3259026 ], [ 120.2848133, 30.3248899 ] ], [ [ 120.2879601, 30.3263658 ], [ 120.286971, 30.32653 ] ], [ [ 120.286971, 30.32653 ], [ 120.2856878, 30.3267766 ] ], [ [ 120.2649212, 30.324572 ], [ 120.2648348, 30.3245049 ] ], [ [ 120.2636842, 30.326026 ], [ 120.2639227, 30.3257065 ], [ 120.2648348, 30.3245049 ] ], [ [ 120.2649212, 30.324572 ], [ 120.2645563, 30.3250844 ], [ 120.2637962, 30.3261128 ] ], [ [ 120.2649212, 30.324572 ], [ 120.2659199, 30.3250828 ] ], [ [ 120.2659199, 30.3250828 ], [ 120.2666669, 30.3254648 ] ], [ [ 120.2666669, 30.3254648 ], [ 120.2686182, 30.3264628 ] ], [ [ 120.2762576, 30.324531 ], [ 120.2756788, 30.3248813 ] ], [ [ 120.2756788, 30.3248813 ], [ 120.2750218, 30.3252941 ] ], [ [ 120.2750218, 30.3252941 ], [ 120.2746304, 30.325588 ] ], [ [ 120.2746304, 30.325588 ], [ 120.2743339, 30.3258896 ] ], [ [ 120.2743339, 30.3258896 ], [ 120.2740998, 30.3261702 ] ], [ [ 120.2740998, 30.3261702 ], [ 120.2738844, 30.3264113 ] ], [ [ 120.273805, 30.3265002 ], [ 120.2738844, 30.3264113 ] ], [ [ 120.273805, 30.3265002 ], [ 120.2737181, 30.3266014 ] ], [ [ 120.2636842, 30.326026 ], [ 120.2637962, 30.3261128 ] ], [ [ 120.2636086, 30.3261304 ], [ 120.2636842, 30.326026 ] ], [ [ 120.2637962, 30.3261128 ], [ 120.2637281, 30.3262064 ] ], [ [ 120.2637281, 30.3262064 ], [ 120.2636086, 30.3261304 ] ], [ [ 120.2637962, 30.3261128 ], [ 120.2644634, 30.3264458 ], [ 120.2660429, 30.3272343 ], [ 120.2676438, 30.328061 ] ], [ [ 120.2675917, 30.3281177 ], [ 120.2670674, 30.3278609 ], [ 120.2659766, 30.3273267 ], [ 120.2637281, 30.3262064 ] ], [ [ 120.2676438, 30.328061 ], [ 120.267778, 30.328109 ] ], [ [ 120.2785619, 30.3262472 ], [ 120.2793168, 30.3259901 ] ], [ [ 120.2793168, 30.3259901 ], [ 120.2796338, 30.325915 ] ], [ [ 120.2796338, 30.325915 ], [ 120.2797867, 30.3258787 ] ], [ [ 120.2797867, 30.3258787 ], [ 120.2799417, 30.325842 ] ], [ [ 120.2799417, 30.325842 ], [ 120.2811937, 30.3255938 ] ], [ [ 120.2813489, 30.3255794 ], [ 120.2815712, 30.3260376 ], [ 120.2817478, 30.3264474 ], [ 120.2819063, 30.326829 ], [ 120.2821767, 30.3274855 ] ], [ [ 120.282024, 30.3275542 ], [ 120.2818305, 30.3270501 ], [ 120.2815748, 30.3264281 ], [ 120.2814396, 30.3260917 ], [ 120.2813108, 30.3257907 ], [ 120.2811937, 30.3255938 ] ], [ [ 120.2785619, 30.3262472 ], [ 120.2782905, 30.3263835 ] ], [ [ 120.2782905, 30.3263835 ], [ 120.2781089, 30.3264896 ] ], [ [ 120.2781089, 30.3264896 ], [ 120.2778687, 30.3266427 ] ], [ [ 120.2778687, 30.3266427 ], [ 120.2774945, 30.3269242 ] ], [ [ 120.2774945, 30.3269242 ], [ 120.2764583, 30.3277889 ] ], [ [ 120.2785619, 30.3262472 ], [ 120.2788217, 30.3265342 ] ], [ [ 120.2788217, 30.3265342 ], [ 120.2790739, 30.3268463 ] ], [ [ 120.2790739, 30.3268463 ], [ 120.2792735, 30.327142 ] ], [ [ 120.2792735, 30.327142 ], [ 120.2795034, 30.3275916 ] ], [ [ 120.2795034, 30.3275916 ], [ 120.2797922, 30.3282328 ] ], [ [ 120.282024, 30.3275542 ], [ 120.2810237, 30.3278742 ] ], [ [ 120.2810237, 30.3278742 ], [ 120.2797922, 30.3282328 ] ], [ [ 120.2736285, 30.3266792 ], [ 120.2737181, 30.3266014 ] ], [ [ 120.2720825, 30.3282121 ], [ 120.2687538, 30.326544 ] ], [ [ 120.2727187, 30.3275961 ], [ 120.2720825, 30.3282121 ] ], [ [ 120.2775529, 30.3289341 ], [ 120.2797922, 30.3282328 ] ], [ [ 120.2802999, 30.3294841 ], [ 120.2801318, 30.3289769 ] ], [ [ 120.2801318, 30.3289769 ], [ 120.2797922, 30.3282328 ] ], [ [ 120.2802999, 30.3294841 ], [ 120.2820818, 30.3292583 ], [ 120.2826357, 30.3291541 ] ], [ [ 120.2780253, 30.329797 ], [ 120.2802999, 30.3294841 ] ], [ [ 120.2827216, 30.3293593 ], [ 120.281786, 30.3295237 ], [ 120.2800284, 30.329744 ], [ 120.2788399, 30.3298784 ], [ 120.2784796, 30.3299192 ], [ 120.2781348, 30.3299752 ] ], [ [ 120.2779042, 30.3298137 ], [ 120.2780253, 30.329797 ] ], [ [ 120.2777645, 30.3298367 ], [ 120.2779042, 30.3298137 ] ], [ [ 120.277603, 30.3298606 ], [ 120.2777645, 30.3298367 ] ], [ [ 120.2781348, 30.3299752 ], [ 120.278026, 30.3299929 ] ], [ [ 120.278026, 30.3299929 ], [ 120.2778707, 30.3300143 ] ], [ [ 120.2778707, 30.3300143 ], [ 120.2776928, 30.3300338 ] ], [ [ 120.2707607, 30.32956 ], [ 120.2714074, 30.3289211 ] ], [ [ 120.2714074, 30.3289211 ], [ 120.2720825, 30.3282121 ] ], [ [ 120.2707607, 30.32956 ], [ 120.2706634, 30.3296174 ] ], [ [ 120.2707607, 30.32956 ], [ 120.2713499, 30.3298967 ], [ 120.271835, 30.3302741 ], [ 120.2722516, 30.3306637 ], [ 120.2725041, 30.3309737 ], [ 120.2727333, 30.3312838 ], [ 120.2729472, 30.3315866 ] ], [ [ 120.2728699, 30.3316204 ], [ 120.2725046, 30.3311041 ], [ 120.2720609, 30.3306226 ], [ 120.2717123, 30.3303272 ], [ 120.2712449, 30.3299154 ], [ 120.2706634, 30.3296174 ] ], [ [ 120.2729472, 30.3315866 ], [ 120.2756157, 30.3304418 ], [ 120.2759323, 30.3303341 ], [ 120.2762225, 30.3302445 ], [ 120.2766685, 30.3300999 ], [ 120.2771121, 30.3299675 ], [ 120.277603, 30.3298606 ] ], [ [ 120.2776928, 30.3300338 ], [ 120.2771663, 30.3301325 ], [ 120.2766874, 30.3302526 ], [ 120.276199, 30.3303993 ], [ 120.275683, 30.330572 ], [ 120.2730348, 30.3316953 ] ], [ [ 120.2728699, 30.3316204 ], [ 120.2729472, 30.3315866 ] ], [ [ 120.2729472, 30.3315866 ], [ 120.2730348, 30.3316953 ] ], [ [ 120.2859166, 30.328727 ], [ 120.2859027, 30.3285116 ] ], [ [ 120.2861582, 30.3286845 ], [ 120.2859166, 30.328727 ] ], [ [ 120.2828404, 30.3291087 ], [ 120.2859027, 30.3285116 ] ], [ [ 120.2859166, 30.328727 ], [ 120.2835088, 30.3292033 ], [ 120.2829261, 30.3293242 ] ], [ [ 120.2826357, 30.3291541 ], [ 120.2828404, 30.3291087 ] ], [ [ 120.2828404, 30.3291087 ], [ 120.2829261, 30.3293242 ] ], [ [ 120.2827216, 30.3293593 ], [ 120.2826357, 30.3291541 ] ], [ [ 120.2829261, 30.3293242 ], [ 120.2827216, 30.3293593 ] ], [ [ 120.2861582, 30.3286845 ], [ 120.2863434, 30.3295934 ], [ 120.2866433, 30.331065 ], [ 120.286724, 30.3315478 ] ], [ [ 120.286481, 30.3315714 ], [ 120.2862834, 30.3307067 ], [ 120.2861989, 30.3302685 ], [ 120.2859243, 30.3288455 ], [ 120.2859166, 30.328727 ] ], [ [ 120.2680092, 30.3323007 ], [ 120.2696261, 30.3307147 ] ], [ [ 120.2696261, 30.3307147 ], [ 120.2699812, 30.3303391 ] ], [ [ 120.2699812, 30.3303391 ], [ 120.2706634, 30.3296174 ] ], [ [ 120.2662826, 30.3312145 ], [ 120.266395, 30.3312215 ] ], [ [ 120.2663455, 30.331311 ], [ 120.2662826, 30.3312145 ] ], [ [ 120.266395, 30.3312215 ], [ 120.2672467, 30.3318156 ], [ 120.2673165, 30.3318625 ], [ 120.2680092, 30.3323007 ] ], [ [ 120.2691779, 30.3333051 ], [ 120.2691215, 30.3332463 ], [ 120.2687167, 30.3328981 ], [ 120.2683516, 30.3326595 ], [ 120.2679235, 30.332382 ], [ 120.2663455, 30.331311 ] ], [ [ 120.2680092, 30.3323007 ], [ 120.2689115, 30.3329047 ], [ 120.269198, 30.3331277 ], [ 120.2693096, 30.3332469 ] ], [ [ 120.2691779, 30.3333051 ], [ 120.2693096, 30.3332469 ] ], [ [ 120.2795632, 30.3332591 ], [ 120.2821194, 30.3325817 ], [ 120.2838755, 30.3321176 ] ], [ [ 120.281835, 30.3327527 ], [ 120.2817778, 30.3327676 ], [ 120.2796034, 30.3333636 ] ], [ [ 120.2794574, 30.3332871 ], [ 120.2795632, 30.3332591 ] ], [ [ 120.2792883, 30.3333256 ], [ 120.2794574, 30.3332871 ] ], [ [ 120.27297, 30.3317243 ], [ 120.2728699, 30.3316204 ] ], [ [ 120.2730348, 30.3316953 ], [ 120.27297, 30.3317243 ] ], [ [ 120.2693096, 30.3332469 ], [ 120.2703424, 30.332776 ], [ 120.2713149, 30.3323374 ], [ 120.2716504, 30.3321549 ], [ 120.2728699, 30.3316204 ] ], [ [ 120.27297, 30.3317243 ], [ 120.2717641, 30.3322832 ], [ 120.2714332, 30.3324584 ], [ 120.2704056, 30.3329098 ], [ 120.26943, 30.3333576 ] ], [ [ 120.2730348, 30.3316953 ], [ 120.2739341, 30.3329485 ], [ 120.2751977, 30.3346077 ] ], [ [ 120.2750598, 30.3346618 ], [ 120.2738414, 30.3329833 ], [ 120.2733772, 30.3322846 ], [ 120.27297, 30.3317243 ] ], [ [ 120.2750598, 30.3346618 ], [ 120.2751977, 30.3346077 ] ], [ [ 120.2751977, 30.3346077 ], [ 120.275271, 30.3347352 ] ], [ [ 120.275175, 30.3348263 ], [ 120.2750598, 30.3346618 ] ], [ [ 120.275271, 30.3347352 ], [ 120.2752053, 30.334811 ], [ 120.275175, 30.3348263 ] ], [ [ 120.2839144, 30.3322103 ], [ 120.2838755, 30.3321176 ] ], [ [ 120.2840597, 30.3321724 ], [ 120.2839144, 30.3322103 ] ], [ [ 120.2839144, 30.3322103 ], [ 120.2830454, 30.332437 ], [ 120.281835, 30.3327527 ] ], [ [ 120.2840597, 30.3321724 ], [ 120.2845307, 30.333272 ], [ 120.2847986, 30.3339092 ], [ 120.2847545, 30.3339651 ], [ 120.2847026, 30.3339605 ], [ 120.2846597, 30.3339327 ], [ 120.284653, 30.3339163 ], [ 120.2846061, 30.3338015 ], [ 120.2843924, 30.3333115 ], [ 120.2839144, 30.3322103 ] ], [ [ 120.2867426, 30.3316592 ], [ 120.2868842, 30.3325059 ], [ 120.2870111, 30.3331963 ], [ 120.2871371, 30.3338359 ], [ 120.2871792, 30.3342846 ], [ 120.2871985, 30.3345822 ] ], [ [ 120.2871432, 30.3346016 ], [ 120.2869936, 30.3342569 ], [ 120.2869326, 30.3338319 ], [ 120.2868237, 30.3331512 ], [ 120.2867095, 30.3325625 ], [ 120.2865361, 30.3318124 ], [ 120.2865104, 30.3317 ] ], [ [ 120.281835, 30.3327527 ], [ 120.2819325, 30.3329622 ] ], [ [ 120.2819325, 30.3329622 ], [ 120.2820866, 30.3332935 ] ], [ [ 120.2820866, 30.3332935 ], [ 120.2823956, 30.3338461 ] ], [ [ 120.2823956, 30.3338461 ], [ 120.2835381, 30.3357814 ] ], [ [ 120.2871432, 30.3346016 ], [ 120.2871985, 30.3345822 ] ], [ [ 120.2871985, 30.3345822 ], [ 120.2872062, 30.3347012 ] ], [ [ 120.2791366, 30.3333603 ], [ 120.2792883, 30.3333256 ] ], [ [ 120.2796034, 30.3333636 ], [ 120.2794959, 30.3333931 ] ], [ [ 120.2794959, 30.3333931 ], [ 120.2793241, 30.3334422 ] ], [ [ 120.2793241, 30.3334422 ], [ 120.279179, 30.3334813 ] ], [ [ 120.2751977, 30.3346077 ], [ 120.275398, 30.3345198 ], [ 120.2757429, 30.3344193 ], [ 120.2762137, 30.3342423 ], [ 120.2764965, 30.334136 ], [ 120.2775165, 30.3338307 ], [ 120.2782218, 30.3336336 ], [ 120.2791366, 30.3333603 ] ], [ [ 120.279179, 30.3334813 ], [ 120.2782409, 30.3337334 ], [ 120.2776753, 30.333885 ], [ 120.27645, 30.3342398 ], [ 120.2758397, 30.3344666 ], [ 120.2754849, 30.3346364 ], [ 120.275271, 30.3347352 ] ], [ [ 120.2692827, 30.3334368 ], [ 120.2686663, 30.3338241 ], [ 120.2680513, 30.3342339 ], [ 120.2674343, 30.3346889 ], [ 120.2666455, 30.3353135 ] ], [ [ 120.2663534, 30.335283 ], [ 120.2664534, 30.3351663 ] ], [ [ 120.2666455, 30.3353135 ], [ 120.2667104, 30.3355947 ] ], [ [ 120.2699068, 30.3381155 ], [ 120.2700768, 30.3379896 ] ], [ [ 120.26943, 30.3333576 ], [ 120.2696248, 30.3335591 ], [ 120.2701752, 30.3341699 ], [ 120.2707792, 30.3348214 ], [ 120.2712254, 30.3352799 ], [ 120.2723406, 30.3364127 ] ], [ [ 120.2722218, 30.3364906 ], [ 120.2716674, 30.3358944 ], [ 120.2706985, 30.3348988 ], [ 120.2692827, 30.3334368 ] ], [ [ 120.2723406, 30.3364127 ], [ 120.2737436, 30.3354207 ], [ 120.274024, 30.3352588 ], [ 120.2743347, 30.3350664 ], [ 120.2747055, 30.334866 ], [ 120.2749623, 30.3347251 ], [ 120.2750598, 30.3346618 ] ], [ [ 120.275175, 30.3348263 ], [ 120.2746825, 30.3350749 ], [ 120.2741498, 30.3353899 ], [ 120.2735875, 30.3357603 ], [ 120.2735245, 30.3358048 ], [ 120.2730992, 30.3361051 ], [ 120.2724471, 30.3365406 ] ], [ [ 120.2722218, 30.3364906 ], [ 120.2723406, 30.3364127 ] ], [ [ 120.2723406, 30.3364127 ], [ 120.2724471, 30.3365406 ] ], [ [ 120.2723288, 30.3366196 ], [ 120.2722218, 30.3364906 ] ], [ [ 120.2724471, 30.3365406 ], [ 120.2723288, 30.3366196 ] ], [ [ 120.2771685, 30.3383583 ], [ 120.2770891, 30.3379434 ], [ 120.277044, 30.3377659 ], [ 120.276914, 30.3374368 ], [ 120.2767801, 30.3371786 ], [ 120.2766664, 30.336957 ], [ 120.2758015, 30.3355533 ], [ 120.2753505, 30.3350649 ], [ 120.275175, 30.3348263 ] ], [ [ 120.2700768, 30.3379896 ], [ 120.2714173, 30.3370842 ], [ 120.2722218, 30.3364906 ] ], [ [ 120.2816642, 30.3364158 ], [ 120.2817455, 30.3363832 ] ], [ [ 120.2814894, 30.3364905 ], [ 120.2816642, 30.3364158 ] ], [ [ 120.281374, 30.3365341 ], [ 120.2814894, 30.3364905 ] ], [ [ 120.2818131, 30.3365085 ], [ 120.2817297, 30.3365434 ] ], [ [ 120.275271, 30.3347352 ], [ 120.2755466, 30.3351041 ], [ 120.2758927, 30.335456 ], [ 120.2766882, 30.3367696 ], [ 120.2769308, 30.3372298 ], [ 120.2771266, 30.3377408 ], [ 120.2771721, 30.3379044 ], [ 120.2773041, 30.3383515 ] ], [ [ 120.2854115, 30.3352956 ], [ 120.285227, 30.3353536 ] ], [ [ 120.2835381, 30.3357814 ], [ 120.2836096, 30.3357577 ], [ 120.2836619, 30.3357421 ], [ 120.284114, 30.3356072 ], [ 120.2848627, 30.335356 ], [ 120.2851939, 30.3352584 ] ], [ [ 120.285227, 30.3353536 ], [ 120.285088, 30.3353997 ], [ 120.2842881, 30.3356604 ], [ 120.2837059, 30.3358584 ], [ 120.2836086, 30.3358915 ], [ 120.2829409, 30.3361145 ], [ 120.2822448, 30.3363588 ], [ 120.2818131, 30.3365085 ] ], [ [ 120.2817455, 30.3363832 ], [ 120.2822849, 30.3362078 ], [ 120.2833621, 30.3358343 ], [ 120.2835381, 30.3357814 ] ], [ [ 120.2854115, 30.3352956 ], [ 120.2856684, 30.3358959 ], [ 120.2858748, 30.3364029 ], [ 120.2860152, 30.3367562 ], [ 120.2861497, 30.3371248 ], [ 120.2862335, 30.3374008 ], [ 120.286283, 30.3376777 ], [ 120.2863284, 30.3379528 ], [ 120.2863262, 30.3382727 ], [ 120.2862915, 30.338545 ], [ 120.2861905, 30.3388856 ], [ 120.2860667, 30.3391903 ], [ 120.2859549, 30.3394045 ], [ 120.2859054, 30.3394794 ] ], [ [ 120.2857375, 30.3394589 ], [ 120.2859135, 30.3391442 ], [ 120.2859678, 30.3390047 ], [ 120.2860538, 30.3387909 ], [ 120.2861343, 30.3384685 ], [ 120.2861771, 30.3382558 ], [ 120.2861818, 30.3379932 ], [ 120.286119, 30.3377133 ], [ 120.2859857, 30.3372063 ], [ 120.2857804, 30.3366697 ], [ 120.2855351, 30.3360405 ], [ 120.2852968, 30.3355089 ], [ 120.285227, 30.3353536 ] ], [ [ 120.2982851, 30.3208576 ], [ 120.2982852, 30.3206161 ] ], [ [ 120.2984111, 30.3206279 ], [ 120.2984121, 30.3208659 ] ], [ [ 120.3040264, 30.3214594 ], [ 120.3039666, 30.3216908 ] ], [ [ 120.3039666, 30.3216908 ], [ 120.3034848, 30.323463 ] ], [ [ 120.3034848, 30.323463 ], [ 120.3025481, 30.3269124 ] ], [ [ 120.3025481, 30.3269124 ], [ 120.3024527, 30.3272846 ] ], [ [ 120.3024527, 30.3272846 ], [ 120.3023781, 30.3277499 ] ], [ [ 120.3023781, 30.3277499 ], [ 120.3023574, 30.3281758 ] ], [ [ 120.3023574, 30.3281758 ], [ 120.3023406, 30.331477 ] ], [ [ 120.3023406, 30.331477 ], [ 120.3023398, 30.3318047 ] ], [ [ 120.3023398, 30.3318047 ], [ 120.3023394, 30.3319685 ] ], [ [ 120.3023394, 30.3319685 ], [ 120.3023305, 30.3358011 ] ], [ [ 120.3023305, 30.3358011 ], [ 120.3023287, 30.3365539 ] ], [ [ 120.3023287, 30.3365539 ], [ 120.302324, 30.3379178 ] ], [ [ 120.302324, 30.3379178 ], [ 120.3023238, 30.3386012 ] ], [ [ 120.3023238, 30.3387047 ], [ 120.3023238, 30.3386012 ] ], [ [ 120.2829261, 30.3293242 ], [ 120.2833297, 30.3303395 ], [ 120.2840207, 30.3320792 ] ], [ [ 120.2838755, 30.3321176 ], [ 120.2827216, 30.3293593 ] ], [ [ 120.286481, 30.3315714 ], [ 120.286724, 30.3315478 ] ], [ [ 120.286724, 30.3315478 ], [ 120.2867426, 30.3316592 ] ], [ [ 120.2865104, 30.3317 ], [ 120.286481, 30.3315714 ] ], [ [ 120.2867426, 30.3316592 ], [ 120.2865104, 30.3317 ] ], [ [ 120.2840207, 30.3320792 ], [ 120.2843565, 30.3319905 ], [ 120.2847012, 30.3319222 ], [ 120.2858306, 30.3316986 ], [ 120.286481, 30.3315714 ] ], [ [ 120.2865104, 30.3317 ], [ 120.2851056, 30.3319439 ], [ 120.2843587, 30.3320943 ], [ 120.2840597, 30.3321724 ] ], [ [ 120.2838755, 30.3321176 ], [ 120.2840207, 30.3320792 ] ], [ [ 120.2840207, 30.3320792 ], [ 120.2840597, 30.3321724 ] ], [ [ 120.2871885, 30.3347058 ], [ 120.2871432, 30.3346016 ] ], [ [ 120.2872062, 30.3347012 ], [ 120.2871885, 30.3347058 ] ], [ [ 120.2872062, 30.3347012 ], [ 120.2872097, 30.3347548 ] ], [ [ 120.2872097, 30.3347548 ], [ 120.2871885, 30.3347058 ] ], [ [ 120.2853777, 30.3351884 ], [ 120.2857829, 30.3350629 ], [ 120.2865079, 30.3348184 ], [ 120.2869375, 30.3346746 ], [ 120.2871432, 30.3346016 ] ], [ [ 120.2871885, 30.3347058 ], [ 120.2868953, 30.3348081 ], [ 120.2862831, 30.3350189 ], [ 120.2854115, 30.3352956 ] ], [ [ 120.2851939, 30.3352584 ], [ 120.2852534, 30.3349875 ], [ 120.2853777, 30.3351884 ] ], [ [ 120.2851939, 30.3352584 ], [ 120.2853702, 30.3351907 ], [ 120.2853777, 30.3351884 ] ], [ [ 120.2853777, 30.3351884 ], [ 120.2854115, 30.3352956 ] ], [ [ 120.285227, 30.3353536 ], [ 120.2851939, 30.3352584 ] ], [ [ 120.289445, 30.3312379 ], [ 120.2867426, 30.3316592 ] ], [ [ 120.2871985, 30.3345822 ], [ 120.287691, 30.3344219 ], [ 120.2885718, 30.3341225 ], [ 120.289492, 30.3338359 ], [ 120.2901208, 30.3336278 ], [ 120.290194, 30.3336 ] ], [ [ 120.2902298, 30.3337195 ], [ 120.2900862, 30.3337592 ], [ 120.2894908, 30.3339527 ], [ 120.288665, 30.3342174 ], [ 120.2878594, 30.3344908 ], [ 120.2872062, 30.3347012 ] ], [ [ 120.2872097, 30.3347548 ], [ 120.2872909, 30.3351489 ] ], [ [ 120.2872909, 30.3351489 ], [ 120.2874043, 30.3356918 ] ], [ [ 120.2874043, 30.3356918 ], [ 120.2874633, 30.3359743 ] ], [ [ 120.2874633, 30.3359743 ], [ 120.2875241, 30.3360909 ] ], [ [ 120.2875241, 30.3360909 ], [ 120.2877554, 30.3365345 ] ], [ [ 120.2877554, 30.3365345 ], [ 120.2882206, 30.3373213 ] ], [ [ 120.2882206, 30.3373213 ], [ 120.2884238, 30.3376649 ] ], [ [ 120.2884238, 30.3376649 ], [ 120.2885757, 30.3379515 ] ], [ [ 120.2885757, 30.3379515 ], [ 120.2886005, 30.338011 ] ], [ [ 120.2886005, 30.338011 ], [ 120.2886687, 30.3381749 ] ], [ [ 120.2886687, 30.3381749 ], [ 120.2887129, 30.3384158 ] ], [ [ 120.2887129, 30.3384158 ], [ 120.2887588, 30.3387096 ] ], [ [ 120.2887588, 30.3387096 ], [ 120.2888046, 30.3390637 ] ], [ [ 120.2858203, 30.3395962 ], [ 120.285707, 30.3398747 ], [ 120.2856288, 30.3401325 ], [ 120.2855966, 30.3404105 ], [ 120.2856174, 30.3408828 ], [ 120.2856764, 30.3411943 ], [ 120.2857991, 30.3416362 ], [ 120.2859855, 30.3419946 ], [ 120.2863253, 30.3425729 ], [ 120.2866414, 30.3429679 ], [ 120.2869434, 30.3432001 ], [ 120.2871416, 30.3433202 ], [ 120.2877854, 30.3436353 ] ], [ [ 120.2878948, 30.343684 ], [ 120.2882577, 30.3438354 ], [ 120.2887319, 30.3440003 ], [ 120.2891661, 30.3441775 ], [ 120.2896285, 30.3443852 ], [ 120.2900202, 30.344603 ], [ 120.2904402, 30.3449125 ], [ 120.2907445, 30.3451854 ], [ 120.290624, 30.3452811 ], [ 120.2903774, 30.3450425 ], [ 120.2900549, 30.3447922 ], [ 120.2896565, 30.344549 ], [ 120.2892391, 30.3443501 ], [ 120.2885507, 30.3441092 ], [ 120.2878812, 30.34388 ], [ 120.2878325, 30.3438584 ] ], [ [ 120.2882958, 30.348419 ], [ 120.2882754, 30.3484815 ] ], [ [ 120.2882754, 30.3484815 ], [ 120.2880886, 30.3491553 ] ], [ [ 120.2877197, 30.3438084 ], [ 120.2874582, 30.3436924 ], [ 120.2872904, 30.343618 ], [ 120.2870074, 30.3434499 ], [ 120.2867076, 30.3432719 ], [ 120.2863282, 30.342921 ], [ 120.2860653, 30.3425584 ], [ 120.2858431, 30.3421257 ], [ 120.2856588, 30.3417678 ], [ 120.2855856, 30.3415784 ], [ 120.2855151, 30.3412626 ], [ 120.2854636, 30.3409725 ], [ 120.2854446, 30.3405305 ], [ 120.2854717, 30.3401281 ], [ 120.2855259, 30.3398685 ], [ 120.2856354, 30.3395828 ] ], [ [ 120.2877854, 30.3436353 ], [ 120.2878282, 30.3436562 ], [ 120.2878443, 30.3436629 ], [ 120.2878948, 30.343684 ] ], [ [ 120.2877197, 30.3438084 ], [ 120.2877854, 30.3436353 ] ], [ [ 120.2878948, 30.343684 ], [ 120.2878325, 30.3438584 ] ], [ [ 120.2878325, 30.3438584 ], [ 120.2877197, 30.3438084 ] ], [ [ 120.3136522, 30.3316346 ], [ 120.3133795, 30.3316199 ], [ 120.3129576, 30.3316165 ], [ 120.310955, 30.3315879 ], [ 120.3076537, 30.3315816 ], [ 120.3036118, 30.3315347 ], [ 120.3034934, 30.3315385 ], [ 120.3034934, 30.3314885 ], [ 120.303575, 30.331457 ], [ 120.3076455, 30.3314793 ], [ 120.3080409, 30.3314831 ], [ 120.3109669, 30.331511 ], [ 120.3129569, 30.331536 ], [ 120.313385, 30.3315463 ], [ 120.3136633, 30.3315615 ] ], [ [ 120.2864434, 30.3478876 ], [ 120.2864469, 30.3478204 ] ], [ [ 120.2865201, 30.347845 ], [ 120.2864434, 30.3478876 ] ], [ [ 120.28615, 30.3487047 ], [ 120.2862322, 30.3484758 ] ], [ [ 120.2862322, 30.3484758 ], [ 120.2864434, 30.3478876 ] ], [ [ 120.2880886, 30.3491553 ], [ 120.28615, 30.3487047 ] ], [ [ 120.2856073, 30.3503899 ], [ 120.2857746, 30.3498577 ] ], [ [ 120.2857746, 30.3498577 ], [ 120.2858172, 30.3497221 ] ], [ [ 120.2858172, 30.3497221 ], [ 120.2859603, 30.3492669 ] ], [ [ 120.2859603, 30.3492669 ], [ 120.28615, 30.3487047 ] ], [ [ 120.2817297, 30.3365434 ], [ 120.2815557, 30.3366056 ] ], [ [ 120.2815557, 30.3366056 ], [ 120.2814423, 30.3366477 ] ], [ [ 120.2773041, 30.3383515 ], [ 120.2778749, 30.3382163 ], [ 120.2786454, 30.3379987 ], [ 120.2790517, 30.3378509 ], [ 120.2790986, 30.3378244 ], [ 120.2794128, 30.3376467 ], [ 120.2800744, 30.3372826 ], [ 120.280873, 30.3368258 ], [ 120.2812933, 30.3365799 ], [ 120.281374, 30.3365341 ] ], [ [ 120.2814423, 30.3366477 ], [ 120.280966, 30.3369036 ], [ 120.2800847, 30.3374167 ], [ 120.2795291, 30.3377314 ], [ 120.2791315, 30.3379421 ], [ 120.278931, 30.3380175 ], [ 120.2785039, 30.3381845 ], [ 120.2781523, 30.3382985 ], [ 120.277543, 30.3384422 ], [ 120.2773129, 30.3384835 ] ], [ [ 120.2771685, 30.3383583 ], [ 120.2773041, 30.3383515 ] ], [ [ 120.2773041, 30.3383515 ], [ 120.2773129, 30.3384835 ] ], [ [ 120.2771847, 30.3384852 ], [ 120.2771685, 30.3383583 ] ], [ [ 120.2773129, 30.3384835 ], [ 120.2772573, 30.3384817 ], [ 120.2771847, 30.3384852 ] ], [ [ 120.2773129, 30.3384835 ], [ 120.2775317, 30.3398777 ], [ 120.277827, 30.3410204 ] ], [ [ 120.2856354, 30.3395828 ], [ 120.2857375, 30.3394589 ] ], [ [ 120.2859054, 30.3394794 ], [ 120.2858203, 30.3395962 ] ], [ [ 120.277692, 30.3410477 ], [ 120.2776784, 30.3409848 ], [ 120.2775055, 30.3402028 ], [ 120.2771847, 30.3384852 ] ], [ [ 120.277827, 30.3410204 ], [ 120.2778626, 30.3411578 ], [ 120.2777223, 30.3411879 ] ], [ [ 120.2777223, 30.3411879 ], [ 120.277692, 30.3410477 ] ], [ [ 120.2783704, 30.3454596 ], [ 120.2784535, 30.345649 ] ], [ [ 120.2784535, 30.345649 ], [ 120.2785491, 30.3459272 ] ], [ [ 120.2785491, 30.3459272 ], [ 120.2786029, 30.3463131 ] ], [ [ 120.2786029, 30.3463131 ], [ 120.2786105, 30.3466489 ] ], [ [ 120.2786105, 30.3466489 ], [ 120.2785714, 30.3470009 ] ], [ [ 120.2809087, 30.3468 ], [ 120.2809961, 30.3467987 ] ], [ [ 120.2723288, 30.3366196 ], [ 120.2716146, 30.3371183 ], [ 120.2702225, 30.3381192 ] ], [ [ 120.2724471, 30.3365406 ], [ 120.2729552, 30.3370976 ], [ 120.2730467, 30.3371663 ], [ 120.2732585, 30.3373254 ], [ 120.2738033, 30.3376744 ], [ 120.274247, 30.3379022 ], [ 120.2745446, 30.3380186 ], [ 120.2747861, 30.3380913 ], [ 120.2750846, 30.3381764 ], [ 120.2754404, 30.3382657 ], [ 120.2758754, 30.3383302 ], [ 120.2762582, 30.3383494 ], [ 120.2771685, 30.3383583 ] ], [ [ 120.2771847, 30.3384852 ], [ 120.276445, 30.3384724 ], [ 120.2760472, 30.338453 ], [ 120.2753811, 30.3383466 ], [ 120.2747982, 30.3382194 ], [ 120.2744246, 30.3381012 ], [ 120.2739255, 30.3378515 ], [ 120.273508, 30.3376244 ], [ 120.272975, 30.337279 ], [ 120.2723288, 30.3366196 ] ], [ [ 120.2702225, 30.3381192 ], [ 120.2700595, 30.3382517 ] ], [ [ 120.2745161, 30.3500602 ], [ 120.2748492, 30.349991 ], [ 120.2752956, 30.3499219 ], [ 120.2756895, 30.3498955 ], [ 120.2760921, 30.3498767 ], [ 120.2765263, 30.3499651 ], [ 120.2767949, 30.3499782 ] ], [ [ 120.2745161, 30.3500602 ], [ 120.274675, 30.3503188 ] ], [ [ 120.2864469, 30.3478204 ], [ 120.2876459, 30.3440179 ], [ 120.2877197, 30.3438084 ] ], [ [ 120.2878325, 30.3438584 ], [ 120.2877553, 30.3440718 ], [ 120.2865201, 30.347845 ] ], [ [ 120.2846022, 30.3466874 ], [ 120.2846528, 30.3466606 ] ], [ [ 120.2846022, 30.3466874 ], [ 120.2844329, 30.3467396 ] ], [ [ 120.2844329, 30.3467396 ], [ 120.2841944, 30.3467732 ] ], [ [ 120.2841944, 30.3467732 ], [ 120.2809961, 30.3467987 ] ], [ [ 120.2806759, 30.3468167 ], [ 120.2809087, 30.3468 ] ], [ [ 120.2806759, 30.3468167 ], [ 120.2805712, 30.3468254 ] ], [ [ 120.2785714, 30.3470009 ], [ 120.2794649, 30.3469171 ] ], [ [ 120.2794649, 30.3469171 ], [ 120.279781, 30.3468909 ] ], [ [ 120.279781, 30.3468909 ], [ 120.2805712, 30.3468254 ] ], [ [ 120.2745161, 30.3500602 ], [ 120.274465978683153, 30.3499174177695 ] ], [ [ 120.274465978683153, 30.3499174177695 ], [ 120.2743938, 30.3497118 ] ], [ [ 120.2743938, 30.3497118 ], [ 120.2744141, 30.3494698 ] ], [ [ 120.2744141, 30.3494698 ], [ 120.274571, 30.3492287 ] ], [ [ 120.274571, 30.3492287 ], [ 120.274884, 30.3488744 ] ], [ [ 120.274884, 30.3488744 ], [ 120.2754024, 30.3479955 ] ], [ [ 120.2754024, 30.3479955 ], [ 120.2755874, 30.3477271 ] ], [ [ 120.2755874, 30.3477271 ], [ 120.2758313, 30.3474886 ] ], [ [ 120.2758313, 30.3474886 ], [ 120.2761199, 30.3473272 ] ], [ [ 120.2761199, 30.3473272 ], [ 120.2764655, 30.3471939 ] ], [ [ 120.2764655, 30.3471939 ], [ 120.2765842, 30.3471772 ] ], [ [ 120.2765842, 30.3471772 ], [ 120.2770387, 30.3471132 ] ], [ [ 120.2770387, 30.3471132 ], [ 120.2785714, 30.3470009 ] ], [ [ 120.2785714, 30.3470009 ], [ 120.2784412, 30.3483659 ] ], [ [ 120.2784412, 30.3483659 ], [ 120.2783694, 30.3491181 ] ], [ [ 120.2783694, 30.3491181 ], [ 120.278275, 30.350164 ] ], [ [ 120.276812, 30.3500954 ], [ 120.2767949, 30.3499782 ] ], [ [ 120.2767949, 30.3499782 ], [ 120.278275, 30.350164 ] ], [ [ 120.2782816, 30.3502682 ], [ 120.276812, 30.3500954 ] ], [ [ 120.2807719, 30.350194 ], [ 120.2810134, 30.3501739 ] ], [ [ 120.278275, 30.350164 ], [ 120.2792052, 30.3502358 ], [ 120.2793421, 30.3502364 ], [ 120.2797419, 30.3502381 ], [ 120.2800305, 30.3502393 ], [ 120.2807719, 30.350194 ] ], [ [ 120.2782816, 30.3502682 ], [ 120.278275, 30.350164 ] ], [ [ 120.2810274, 30.3502989 ], [ 120.2807796, 30.3503073 ] ], [ [ 120.2807796, 30.3503073 ], [ 120.2803953, 30.3503267 ], [ 120.2795634, 30.3503586 ], [ 120.2794203, 30.3503539 ], [ 120.2790796, 30.3503427 ], [ 120.2782816, 30.3502682 ] ], [ [ 120.269326, 30.3385912 ], [ 120.2699844, 30.3381847 ] ], [ [ 120.2639909, 30.3645057 ], [ 120.2640017, 30.3646037 ] ], [ [ 120.2876357, 30.3507895 ], [ 120.2878597, 30.3499814 ] ], [ [ 120.2878597, 30.3499814 ], [ 120.2879407, 30.349689 ] ], [ [ 120.2879407, 30.349689 ], [ 120.288015, 30.349421 ] ], [ [ 120.288015, 30.349421 ], [ 120.2880886, 30.3491553 ] ], [ [ 120.2810134, 30.3501739 ], [ 120.2816177, 30.3501902 ], [ 120.2825846, 30.3502164 ], [ 120.2845503, 30.3503292 ], [ 120.2856073, 30.3503899 ] ], [ [ 120.2856137, 30.3504755 ], [ 120.2849154, 30.3504417 ], [ 120.2834564, 30.3503711 ], [ 120.2825665, 30.3503281 ], [ 120.2820124, 30.3503176 ], [ 120.2810274, 30.3502989 ] ], [ [ 120.2856073, 30.3503899 ], [ 120.2856137, 30.3504755 ] ], [ [ 120.2856073, 30.3503899 ], [ 120.2876357, 30.3507895 ] ], [ [ 120.2901785, 30.3513867 ], [ 120.2888473, 30.3511227 ], [ 120.2876145, 30.350876 ], [ 120.2872491, 30.3508029 ], [ 120.2856137, 30.3504755 ] ], [ [ 120.2856464, 30.351641 ], [ 120.2856234, 30.3508203 ] ], [ [ 120.2856234, 30.3508203 ], [ 120.2856137, 30.3504755 ] ], [ [ 120.2811069, 30.3509545 ], [ 120.2815107, 30.3509888 ] ], [ [ 120.2815107, 30.3509888 ], [ 120.2819644, 30.3509728 ] ], [ [ 120.2819644, 30.3509728 ], [ 120.2833927, 30.3509226 ] ], [ [ 120.2833927, 30.3509226 ], [ 120.2834968, 30.3510132 ] ], [ [ 120.2834968, 30.3510132 ], [ 120.2837795, 30.3511799 ] ], [ [ 120.2837795, 30.3511799 ], [ 120.2840346, 30.3512582 ] ], [ [ 120.2840346, 30.3512582 ], [ 120.2844706, 30.3513617 ] ], [ [ 120.2844706, 30.3513617 ], [ 120.2856464, 30.351641 ] ], [ [ 120.2856464, 30.351641 ], [ 120.2857228, 30.3531671 ] ], [ [ 120.2857228, 30.3531671 ], [ 120.2858684, 30.3545225 ] ], [ [ 120.2858684, 30.3545225 ], [ 120.2854974, 30.3545244 ] ], [ [ 120.2854974, 30.3545244 ], [ 120.2852618, 30.354522 ] ], [ [ 120.2852618, 30.354522 ], [ 120.2850385, 30.3545197 ] ], [ [ 120.2850385, 30.3545197 ], [ 120.2840552, 30.354555 ] ], [ [ 120.2840552, 30.354555 ], [ 120.2838127, 30.3545687 ] ], [ [ 120.2838127, 30.3545687 ], [ 120.2831704, 30.3546168 ] ], [ [ 120.2831704, 30.3546168 ], [ 120.2827789, 30.3546428 ] ], [ [ 120.2827789, 30.3546428 ], [ 120.2825754, 30.3546794 ] ], [ [ 120.2825754, 30.3546794 ], [ 120.2823593, 30.3547474 ] ], [ [ 120.2823593, 30.3547474 ], [ 120.2821429, 30.3548354 ] ], [ [ 120.2895393, 30.3551038 ], [ 120.2879559, 30.3547698 ] ], [ [ 120.2879559, 30.3547698 ], [ 120.2858684, 30.3545225 ] ], [ [ 120.282048, 30.3548539 ], [ 120.2821429, 30.3548354 ] ], [ [ 120.2876357, 30.3507895 ], [ 120.2888984, 30.3510383 ], [ 120.2902107, 30.3512969 ] ], [ [ 120.2906994, 30.3529416 ], [ 120.290535, 30.352904 ] ], [ [ 120.290535, 30.352904 ], [ 120.2900303, 30.3527884 ] ], [ [ 120.2900303, 30.3527884 ], [ 120.2896781, 30.3527078 ] ], [ [ 120.2896781, 30.3527078 ], [ 120.2885842, 30.3524183 ] ], [ [ 120.2885842, 30.3524183 ], [ 120.2872761, 30.3520722 ] ], [ [ 120.2872761, 30.3520722 ], [ 120.287104, 30.3520267 ] ], [ [ 120.287104, 30.3520267 ], [ 120.2856464, 30.351641 ] ], [ [ 120.2950063, 30.357616 ], [ 120.2950549, 30.3574765 ], [ 120.2952132, 30.3576178 ] ], [ [ 120.2952132, 30.3576178 ], [ 120.2952062, 30.3577677 ] ], [ [ 120.2949918, 30.3577788 ], [ 120.2950063, 30.357616 ] ], [ [ 120.2818388, 30.3549167 ], [ 120.282048, 30.3548539 ] ], [ [ 120.2860361, 30.3560999 ], [ 120.2859409, 30.3550897 ] ], [ [ 120.2859409, 30.3550897 ], [ 120.2858684, 30.3545225 ] ], [ [ 120.2860361, 30.3560999 ], [ 120.2825309, 30.3556687 ] ], [ [ 120.2860361, 30.3560999 ], [ 120.2877169, 30.3562777 ] ], [ [ 120.2881154, 30.358405 ], [ 120.2881117, 30.3585064 ] ], [ [ 120.2952097, 30.3598032 ], [ 120.2950764, 30.3590414 ], [ 120.2949884, 30.3583787 ], [ 120.2949918, 30.3577788 ] ], [ [ 120.2900684, 30.3602758 ], [ 120.2901391, 30.358371 ] ], [ [ 120.2952062, 30.3577677 ], [ 120.2951951, 30.3581348 ], [ 120.2952485, 30.3590944 ], [ 120.2954103, 30.3599606 ], [ 120.2957, 30.3609193 ], [ 120.2960308, 30.3618112 ] ], [ [ 120.2863197, 30.3582518 ], [ 120.2863272, 30.358332 ] ], [ [ 120.2881117, 30.3585064 ], [ 120.2881062, 30.3586769 ] ], [ [ 120.2881062, 30.3586769 ], [ 120.2880803, 30.3588869 ] ], [ [ 120.2880803, 30.3588869 ], [ 120.2879866, 30.3591242 ] ], [ [ 120.2879866, 30.3591242 ], [ 120.2879709, 30.3591573 ] ], [ [ 120.2879709, 30.3591573 ], [ 120.2878206, 30.359475 ] ], [ [ 120.2878206, 30.359475 ], [ 120.2877371, 30.3597343 ] ], [ [ 120.2877371, 30.3597343 ], [ 120.2877013, 30.3599769 ] ], [ [ 120.2877013, 30.3599769 ], [ 120.2876928, 30.3601771 ] ], [ [ 120.2876928, 30.3601771 ], [ 120.2876709, 30.3604051 ] ], [ [ 120.2876709, 30.3604051 ], [ 120.2876202, 30.3606252 ] ], [ [ 120.2876202, 30.3606252 ], [ 120.2875273, 30.3607935 ] ], [ [ 120.2875273, 30.3607935 ], [ 120.2874452, 30.3609247 ] ], [ [ 120.2874452, 30.3609247 ], [ 120.2872587, 30.3611247 ] ], [ [ 120.2872587, 30.3611247 ], [ 120.2871089, 30.3612562 ] ], [ [ 120.2871089, 30.3612562 ], [ 120.286858, 30.3614426 ] ], [ [ 120.3085578, 30.3634585 ], [ 120.3090519, 30.3629584 ], [ 120.3116166, 30.3601083 ], [ 120.3120374, 30.3596383 ] ], [ [ 120.3086731, 30.3635342 ], [ 120.3091223, 30.3630011 ], [ 120.3116921, 30.3601494 ], [ 120.3121378, 30.3596682 ] ], [ [ 120.3039358, 30.3638858 ], [ 120.3044879, 30.3633386 ] ], [ [ 120.3044879, 30.3633386 ], [ 120.3056488, 30.3622756 ] ], [ [ 120.3084123, 30.363627 ], [ 120.3085578, 30.3634585 ] ], [ [ 120.3086731, 30.3635342 ], [ 120.3085062, 30.3636948 ] ], [ [ 120.2952097, 30.3598032 ], [ 120.2928273, 30.3600215 ] ], [ [ 120.2928273, 30.3600215 ], [ 120.2900684, 30.3602758 ] ], [ [ 120.295819, 30.3618033 ], [ 120.2957277, 30.36151 ], [ 120.2955176, 30.3608885 ], [ 120.29532, 30.3602347 ], [ 120.2952097, 30.3598032 ] ], [ [ 120.2928273, 30.3600215 ], [ 120.2930229, 30.360813 ] ], [ [ 120.2930229, 30.360813 ], [ 120.2933547, 30.3618086 ] ], [ [ 120.2933547, 30.3618086 ], [ 120.2933953, 30.3619502 ] ], [ [ 120.2933953, 30.3619502 ], [ 120.2934555, 30.3620533 ] ], [ [ 120.2899908, 30.3623667 ], [ 120.2900684, 30.3602758 ] ], [ [ 120.295819, 30.3618033 ], [ 120.2960308, 30.3618112 ] ], [ [ 120.2470717, 30.3239679 ], [ 120.2481684, 30.3230969 ] ], [ [ 120.2481684, 30.3230969 ], [ 120.2490779, 30.3223481 ] ], [ [ 120.2490779, 30.3223481 ], [ 120.2493426, 30.3221301 ] ], [ [ 120.2450597, 30.3247206 ], [ 120.2456683, 30.3244634 ], [ 120.2463486, 30.324192 ], [ 120.2468771, 30.3239721 ], [ 120.2470717, 30.3239679 ] ], [ [ 120.2470717, 30.3239679 ], [ 120.2469557, 30.3241206 ], [ 120.2464502, 30.32433 ], [ 120.2458445, 30.3245745 ], [ 120.2454292, 30.3247625 ], [ 120.2453471, 30.3248143 ], [ 120.2452078, 30.324882 ] ], [ [ 120.2470717, 30.3239679 ], [ 120.2473576, 30.324341 ] ], [ [ 120.2473576, 30.324341 ], [ 120.2478338, 30.3251074 ] ], [ [ 120.2478338, 30.3251074 ], [ 120.2480766, 30.3255306 ] ], [ [ 120.2480766, 30.3255306 ], [ 120.2482837, 30.3257865 ] ], [ [ 120.2482837, 30.3257865 ], [ 120.2483147, 30.3258248 ] ], [ [ 120.2483147, 30.3258248 ], [ 120.248549, 30.3260786 ] ], [ [ 120.248549, 30.3260786 ], [ 120.2492371, 30.3267169 ] ], [ [ 120.2492371, 30.3267169 ], [ 120.2503296, 30.3275405 ] ], [ [ 120.2503296, 30.3275405 ], [ 120.2509586, 30.3279851 ] ], [ [ 120.2677251, 30.3281634 ], [ 120.2675917, 30.3281177 ] ], [ [ 120.267778, 30.328109 ], [ 120.2705408, 30.3294567 ], [ 120.2707607, 30.32956 ] ], [ [ 120.2706634, 30.3296174 ], [ 120.2694663, 30.3289927 ], [ 120.2677251, 30.3281634 ] ], [ [ 120.2662826, 30.3312145 ], [ 120.2647522, 30.3302298 ] ], [ [ 120.2647522, 30.3302298 ], [ 120.2641646, 30.3298517 ] ], [ [ 120.2641646, 30.3298517 ], [ 120.2636449, 30.3295195 ] ], [ [ 120.2636449, 30.3295195 ], [ 120.2624511, 30.3287566 ] ], [ [ 120.2624511, 30.3287566 ], [ 120.2620781, 30.3284734 ] ], [ [ 120.2693096, 30.3332469 ], [ 120.26943, 30.3333576 ] ], [ [ 120.2692827, 30.3334368 ], [ 120.2691779, 30.3333051 ] ], [ [ 120.26943, 30.3333576 ], [ 120.2692827, 30.3334368 ] ], [ [ 120.2664534, 30.3351663 ], [ 120.2673443, 30.3345081 ], [ 120.2679378, 30.3340879 ], [ 120.2685593, 30.3336958 ], [ 120.2691779, 30.3333051 ] ], [ [ 120.2533282, 30.3252021 ], [ 120.2532509, 30.3253074 ] ], [ [ 120.2767949, 30.3499782 ], [ 120.2760129, 30.3497809 ] ], [ [ 120.2760129, 30.3497809 ], [ 120.275688, 30.349738 ] ], [ [ 120.275688, 30.349738 ], [ 120.2753765, 30.3497356 ] ], [ [ 120.2753765, 30.3497356 ], [ 120.2750553, 30.3497619 ] ], [ [ 120.2750553, 30.3497619 ], [ 120.2746707, 30.3498634 ] ], [ [ 120.2746707, 30.3498634 ], [ 120.274465978683153, 30.3499174177695 ] ], [ [ 120.274465978683153, 30.3499174177695 ], [ 120.2723619, 30.3504726 ] ], [ [ 120.2723619, 30.3504726 ], [ 120.2718059, 30.3506729 ] ], [ [ 120.2718059, 30.3506729 ], [ 120.2707181, 30.3509228 ] ], [ [ 120.2707181, 30.3509228 ], [ 120.2701868, 30.3510625 ] ], [ [ 120.2701868, 30.3510625 ], [ 120.2691294, 30.3514081 ] ], [ [ 120.2691294, 30.3514081 ], [ 120.2685899, 30.3515766 ] ], [ [ 120.2685899, 30.3515766 ], [ 120.2679155, 30.3517873 ] ], [ [ 120.2679155, 30.3517873 ], [ 120.2674614, 30.3519291 ] ], [ [ 120.2674614, 30.3519291 ], [ 120.2673635, 30.3519597 ] ], [ [ 120.2673635, 30.3519597 ], [ 120.267077, 30.3520026 ] ], [ [ 120.267077, 30.3520026 ], [ 120.2661398, 30.3519953 ] ], [ [ 120.2661398, 30.3519953 ], [ 120.2648075, 30.3519848 ] ], [ [ 120.2648075, 30.3519848 ], [ 120.2646922, 30.3519839 ] ], [ [ 120.2646922, 30.3519839 ], [ 120.2643709, 30.3520464 ] ], [ [ 120.2643709, 30.3520464 ], [ 120.2641038, 30.3521371 ] ], [ [ 120.2641038, 30.3521371 ], [ 120.2634257, 30.3523825 ] ], [ [ 120.2634257, 30.3523825 ], [ 120.2631603, 30.3524311 ] ], [ [ 120.2631603, 30.3524311 ], [ 120.2628744, 30.3524545 ] ], [ [ 120.2628744, 30.3524545 ], [ 120.2627232, 30.3524411 ] ], [ [ 120.2627232, 30.3524411 ], [ 120.2626103, 30.3524311 ] ], [ [ 120.2626103, 30.3524311 ], [ 120.2617929, 30.3522699 ] ], [ [ 120.2617929, 30.3522699 ], [ 120.2617067, 30.3522621 ] ], [ [ 120.2617067, 30.3522621 ], [ 120.2612488, 30.3522206 ] ], [ [ 120.2612488, 30.3522206 ], [ 120.2607536, 30.3521995 ] ], [ [ 120.2607536, 30.3521995 ], [ 120.2603375, 30.3522178 ] ], [ [ 120.2603375, 30.3522178 ], [ 120.2599432, 30.3522597 ] ], [ [ 120.2599432, 30.3522597 ], [ 120.2598878, 30.3522687 ] ], [ [ 120.2598878, 30.3522687 ], [ 120.2595702, 30.35232 ] ], [ [ 120.2595702, 30.35232 ], [ 120.2592522, 30.3523714 ] ], [ [ 120.2592522, 30.3523714 ], [ 120.2589681, 30.3523714 ] ], [ [ 120.2589681, 30.3523714 ], [ 120.2588217, 30.3523591 ] ], [ [ 120.2588217, 30.3523591 ], [ 120.258231, 30.3522955 ] ], [ [ 120.258231, 30.3522955 ], [ 120.2580937, 30.3522848 ] ], [ [ 120.2580937, 30.3522848 ], [ 120.2571952, 30.3522149 ] ], [ [ 120.2571952, 30.3522149 ], [ 120.2567873, 30.3521956 ] ], [ [ 120.2567873, 30.3521956 ], [ 120.256617, 30.3521875 ] ], [ [ 120.256617, 30.3521875 ], [ 120.2560759, 30.3521881 ] ], [ [ 120.2560759, 30.3521881 ], [ 120.2560116, 30.3521882 ] ], [ [ 120.2560116, 30.3521882 ], [ 120.2552351, 30.3522364 ] ], [ [ 120.2552351, 30.3522364 ], [ 120.25501, 30.3522505 ] ], [ [ 120.25501, 30.3522505 ], [ 120.2545017, 30.3522824 ] ], [ [ 120.2545017, 30.3522824 ], [ 120.254324, 30.3522845 ] ], [ [ 120.254324, 30.3522845 ], [ 120.2539682, 30.3522886 ] ], [ [ 120.2539682, 30.3522886 ], [ 120.2537682, 30.3522909 ] ], [ [ 120.2537682, 30.3522909 ], [ 120.2535196, 30.3522861 ] ], [ [ 120.2535196, 30.3522861 ], [ 120.2532488, 30.3522808 ] ], [ [ 120.2532488, 30.3522808 ], [ 120.2532143, 30.3522801 ] ], [ [ 120.2532143, 30.3522801 ], [ 120.2529379, 30.3522457 ] ], [ [ 120.2529379, 30.3522457 ], [ 120.2524869, 30.3521896 ] ], [ [ 120.2524869, 30.3521896 ], [ 120.252403, 30.3521766 ] ], [ [ 120.252403, 30.3521766 ], [ 120.2518736, 30.3520945 ] ], [ [ 120.2518736, 30.3520945 ], [ 120.2513109, 30.3519574 ] ], [ [ 120.2513109, 30.3519574 ], [ 120.2506125, 30.3517314 ] ], [ [ 120.2506125, 30.3517314 ], [ 120.250208, 30.3515992 ] ], [ [ 120.250208, 30.3515992 ], [ 120.2497352, 30.3514447 ] ], [ [ 120.2497352, 30.3514447 ], [ 120.2494872, 30.3513636 ] ], [ [ 120.2494872, 30.3513636 ], [ 120.248104, 30.350944 ] ], [ [ 120.248104, 30.350944 ], [ 120.2472475, 30.3506842 ] ], [ [ 120.2472475, 30.3506842 ], [ 120.2465797, 30.3504957 ] ], [ [ 120.2465797, 30.3504957 ], [ 120.2454514, 30.3501773 ] ], [ [ 120.2454514, 30.3501773 ], [ 120.2442363, 30.349782 ] ], [ [ 120.2442363, 30.349782 ], [ 120.2434513, 30.3495547 ] ], [ [ 120.2434513, 30.3495547 ], [ 120.243115, 30.3494574 ] ], [ [ 120.243115, 30.3494574 ], [ 120.2428447, 30.3493792 ] ], [ [ 120.2428447, 30.3493792 ], [ 120.2427005, 30.3493371 ] ], [ [ 120.2427005, 30.3493371 ], [ 120.2413487, 30.3489422 ] ], [ [ 120.2413487, 30.3489422 ], [ 120.2409737, 30.3488035 ] ], [ [ 120.2409737, 30.3488035 ], [ 120.2401505, 30.3483694 ] ], [ [ 120.2401505, 30.3483694 ], [ 120.2399744, 30.3482693 ] ], [ [ 120.2399744, 30.3482693 ], [ 120.2393171, 30.3478957 ] ], [ [ 120.2393171, 30.3478957 ], [ 120.2392343, 30.3478466 ] ], [ [ 120.2392343, 30.3478466 ], [ 120.2390927, 30.3477627 ] ], [ [ 120.2390927, 30.3477627 ], [ 120.2388774, 30.347635 ] ], [ [ 120.2388774, 30.347635 ], [ 120.2381932, 30.3472294 ] ], [ [ 120.2381932, 30.3472294 ], [ 120.2372156, 30.3466721 ] ], [ [ 120.2372156, 30.3466721 ], [ 120.2369366, 30.3465131 ] ], [ [ 120.2369366, 30.3465131 ], [ 120.2365873, 30.3463267 ] ], [ [ 120.2365873, 30.3463267 ], [ 120.2359639, 30.345994 ] ], [ [ 120.2359639, 30.345994 ], [ 120.2358297, 30.3459224 ] ], [ [ 120.2358297, 30.3459224 ], [ 120.2347505, 30.3453466 ] ], [ [ 120.2347505, 30.3453466 ], [ 120.2336773, 30.3447809 ] ], [ [ 120.2336773, 30.3447809 ], [ 120.2327256, 30.3443233 ] ], [ [ 120.2327256, 30.3443233 ], [ 120.232311, 30.3441129 ] ], [ [ 120.232311, 30.3441129 ], [ 120.2317705, 30.3439314 ] ], [ [ 120.2317705, 30.3439314 ], [ 120.2299949, 30.343164 ] ], [ [ 120.2299949, 30.343164 ], [ 120.22959, 30.3429015 ] ], [ [ 120.22959, 30.3429015 ], [ 120.2294816, 30.3428079 ] ], [ [ 120.2294816, 30.3428079 ], [ 120.2289034, 30.3424011 ] ], [ [ 120.2289034, 30.3424011 ], [ 120.2285884, 30.3421349 ] ], [ [ 120.2285884, 30.3421349 ], [ 120.2283547, 30.3418761 ] ], [ [ 120.2283547, 30.3418761 ], [ 120.2283277, 30.3418462 ] ], [ [ 120.2498417, 30.3709856 ], [ 120.2503461, 30.3699687 ], [ 120.2503709, 30.3698973 ], [ 120.2504298, 30.3697756 ], [ 120.250455, 30.3697175 ], [ 120.2507544, 30.369161 ], [ 120.2508688, 30.3689972 ], [ 120.2511134, 30.3688515 ], [ 120.2514216, 30.3687081 ], [ 120.2517058, 30.3685934 ], [ 120.2517316, 30.3685743 ], [ 120.2520996, 30.368436 ], [ 120.2522704, 30.3683513 ], [ 120.252674, 30.3681879 ], [ 120.2528301, 30.3681418 ], [ 120.2529703, 30.3681418 ], [ 120.2531118, 30.3681483 ], [ 120.2532245, 30.368202 ], [ 120.2532967, 30.3682901 ], [ 120.2533827, 30.3684317 ], [ 120.2534439, 30.3685894 ], [ 120.2534744, 30.3687335 ], [ 120.2535692, 30.3688918 ], [ 120.2537247, 30.3689261 ], [ 120.2538879, 30.368971 ], [ 120.2541097, 30.3689956 ], [ 120.2542713, 30.3689817 ] ], [ [ 120.2543511, 30.369057 ], [ 120.2541756, 30.3690478 ], [ 120.2538258, 30.3690152 ], [ 120.2535428, 30.3689385 ], [ 120.2534265, 30.368804 ], [ 120.2533734, 30.3685966 ], [ 120.2532872, 30.3684019 ], [ 120.2532332, 30.368288 ], [ 120.2531121, 30.3682109 ], [ 120.2528475, 30.3682142 ], [ 120.2526539, 30.3682876 ], [ 120.2523645, 30.3684051 ], [ 120.2522851, 30.3684373 ], [ 120.2521579, 30.3684924 ], [ 120.2520459, 30.3685343 ], [ 120.2517765, 30.3686273 ], [ 120.2514629, 30.3687574 ], [ 120.2512588, 30.3688445 ], [ 120.2508466, 30.3691307 ], [ 120.2506269, 30.3695161 ], [ 120.2504838, 30.3698103 ], [ 120.2504267, 30.3699743 ], [ 120.2504083, 30.3700164 ], [ 120.2498894, 30.3709901 ] ], [ [ 120.2555624, 30.3789569 ], [ 120.2556903, 30.3788796 ] ], [ [ 120.253683, 30.3800935 ], [ 120.2549055, 30.3793542 ] ], [ [ 120.2549055, 30.3793542 ], [ 120.2555624, 30.3789569 ] ], [ [ 120.2516388, 30.3813297 ], [ 120.2518321, 30.3812128 ] ], [ [ 120.2518321, 30.3812128 ], [ 120.2520809, 30.3810623 ] ], [ [ 120.2520809, 30.3810623 ], [ 120.253683, 30.3800935 ] ], [ [ 120.2516388, 30.3813297 ], [ 120.2514038, 30.3814718 ] ], [ [ 120.2567346, 30.3835991 ], [ 120.2558033, 30.3824558 ] ], [ [ 120.2558033, 30.3824558 ], [ 120.253683, 30.3800935 ] ], [ [ 120.2448352, 30.3810148 ], [ 120.2452347, 30.3811234 ], [ 120.2457431, 30.3813071 ], [ 120.2459887, 30.3814273 ], [ 120.2461645, 30.3815133 ], [ 120.2465556, 30.3817382 ], [ 120.2470606, 30.3821557 ], [ 120.2476862, 30.382779 ], [ 120.2482864, 30.3834672 ], [ 120.2482906, 30.3836466 ] ], [ [ 120.2482906, 30.3836466 ], [ 120.2476592, 30.3828834 ], [ 120.247051, 30.3822608 ], [ 120.2462839, 30.3817025 ], [ 120.2458987, 30.3814797 ], [ 120.2456497, 30.381372 ], [ 120.2454563, 30.3812884 ], [ 120.2450044, 30.3811422 ], [ 120.2448103, 30.3811032 ] ], [ [ 120.2482906, 30.3836466 ], [ 120.2484479, 30.3834314 ] ], [ [ 120.2484479, 30.3834314 ], [ 120.2485998, 30.3832208 ] ], [ [ 120.2485998, 30.3832208 ], [ 120.249332, 30.3827248 ] ], [ [ 120.249332, 30.3827248 ], [ 120.2514038, 30.3814718 ] ], [ [ 120.2472682, 30.3871097 ], [ 120.2473306, 30.3869124 ] ], [ [ 120.2473306, 30.3869124 ], [ 120.2481767, 30.3838805 ] ], [ [ 120.2481767, 30.3838805 ], [ 120.2482906, 30.3836466 ] ], [ [ 120.2471563, 30.387232 ], [ 120.2472682, 30.3871097 ] ], [ [ 120.2604544, 30.3843711 ], [ 120.2606915, 30.3841228 ] ], [ [ 120.2606915, 30.3841228 ], [ 120.2615334, 30.3835713 ] ], [ [ 120.2615334, 30.3835713 ], [ 120.2621, 30.383194 ] ], [ [ 120.2621, 30.383194 ], [ 120.2637845, 30.3821376 ] ], [ [ 120.2637845, 30.3821376 ], [ 120.2645547, 30.3816079 ] ], [ [ 120.2645547, 30.3816079 ], [ 120.2647021, 30.3815401 ] ], [ [ 120.2647021, 30.3815401 ], [ 120.2649538, 30.381579 ] ], [ [ 120.2649538, 30.381579 ], [ 120.265245, 30.3819613 ] ], [ [ 120.2567346, 30.3835991 ], [ 120.2586447, 30.3824806 ] ], [ [ 120.2588018, 30.3826607 ], [ 120.2579539, 30.3831478 ], [ 120.25765, 30.3833224 ], [ 120.2568728, 30.3837688 ] ], [ [ 120.2603729, 30.3844623 ], [ 120.2604544, 30.3843711 ] ], [ [ 120.2568728, 30.3837688 ], [ 120.2575137, 30.3844461 ] ], [ [ 120.2575137, 30.3844461 ], [ 120.2579917, 30.3849513 ] ], [ [ 120.2579917, 30.3849513 ], [ 120.2582617, 30.3852367 ] ], [ [ 120.2582617, 30.3852367 ], [ 120.2584533, 30.3854391 ] ], [ [ 120.2584533, 30.3854391 ], [ 120.2585688, 30.3855612 ] ], [ [ 120.2567346, 30.3835991 ], [ 120.2568728, 30.3837688 ] ], [ [ 120.254867, 30.3846802 ], [ 120.2550235, 30.3845869 ], [ 120.2551478, 30.3845283 ], [ 120.255386, 30.3843888 ], [ 120.2567346, 30.3835991 ] ], [ [ 120.2568728, 30.3837688 ], [ 120.2555529, 30.384518 ], [ 120.2553036, 30.3846595 ], [ 120.2551596, 30.3847467 ], [ 120.2549855, 30.384798 ] ], [ [ 120.2603729, 30.3844623 ], [ 120.2600534, 30.3846655 ] ], [ [ 120.2600534, 30.3846655 ], [ 120.2595533, 30.3849672 ] ], [ [ 120.2595533, 30.3849672 ], [ 120.2590534, 30.3852688 ] ], [ [ 120.2590534, 30.3852688 ], [ 120.2585688, 30.3855612 ] ], [ [ 120.2568238, 30.3866104 ], [ 120.2585688, 30.3855612 ] ], [ [ 120.2585688, 30.3855612 ], [ 120.2599758, 30.3871336 ] ], [ [ 120.2599758, 30.3871336 ], [ 120.260063, 30.3872311 ] ], [ [ 120.260063, 30.3872311 ], [ 120.2610729, 30.3883597 ] ], [ [ 119.9323754, 30.2480597 ], [ 119.9325707, 30.2479431 ], [ 119.9331647, 30.2474618 ], [ 119.9336084, 30.2469733 ], [ 119.9341919, 30.2461961 ], [ 119.9344735, 30.245816 ], [ 119.9349848, 30.2452799 ], [ 119.9354326, 30.2448847 ], [ 119.9365418, 30.2437955 ], [ 119.9368865, 30.2433153 ], [ 119.9372882, 30.2425759 ], [ 119.9373736, 30.242247 ], [ 119.9374582, 30.2419443 ], [ 119.9375245, 30.2409839 ], [ 119.9349561, 30.239729 ] ], [ [ 119.9349561, 30.239729 ], [ 119.9350154, 30.2396499 ], [ 119.9370956, 30.2406815 ], [ 119.9376418, 30.2408948 ], [ 119.9376593, 30.2410175 ], [ 119.9376375, 30.241446 ], [ 119.9375828, 30.2417934 ], [ 119.9374714, 30.2422917 ], [ 119.9373665, 30.24259 ], [ 119.9371677, 30.2430487 ], [ 119.9369382, 30.2434696 ], [ 119.936617, 30.2438887 ], [ 119.9363789, 30.2441568 ], [ 119.935212, 30.2451742 ], [ 119.9347619, 30.2456329 ], [ 119.9343861, 30.2460972 ], [ 119.9338387, 30.2468325 ], [ 119.933232, 30.247517 ], [ 119.9330379, 30.2476998 ], [ 119.9327451, 30.247949 ], [ 119.9324692, 30.2481526 ] ], [ [ 119.9235124, 30.2447091 ], [ 119.9237386, 30.2443757 ] ], [ [ 119.9309496, 30.2460613 ], [ 119.9308498, 30.2461379 ] ], [ [ 119.9650394, 30.2442339 ], [ 119.9645559, 30.2444892 ] ], [ [ 119.9645559, 30.2444892 ], [ 119.9642613, 30.2446705 ] ], [ [ 119.9642613, 30.2446705 ], [ 119.9638221, 30.2449626 ] ], [ [ 119.9638221, 30.2449626 ], [ 119.9635261, 30.2452418 ] ], [ [ 119.9635261, 30.2452418 ], [ 119.9632704, 30.2455694 ] ], [ [ 119.9632704, 30.2455694 ], [ 119.9629878, 30.2461247 ] ], [ [ 119.9628443, 30.2465155 ], [ 119.9629878, 30.2461247 ] ], [ [ 119.9322796, 30.2481169 ], [ 119.9323754, 30.2480597 ] ], [ [ 119.9324692, 30.2481526 ], [ 119.9323566, 30.2482357 ] ], [ [ 119.9319307, 30.248473 ], [ 119.9320684, 30.2483149 ], [ 119.9322796, 30.2481169 ] ], [ [ 119.9323566, 30.2482357 ], [ 119.9323103, 30.2482699 ], [ 119.93204, 30.2485294 ] ], [ [ 119.9508808, 30.2511322 ], [ 119.9509741, 30.2508269 ] ], [ [ 119.9512012, 30.2507413 ], [ 119.9512405, 30.2510086 ] ], [ [ 119.9512405, 30.2510086 ], [ 119.9511136, 30.251302 ], [ 119.9510182, 30.2524432 ], [ 119.9509684, 30.2531012 ], [ 119.950937, 30.2535111 ], [ 119.9507885, 30.2553998 ] ], [ [ 119.9506764, 30.2553841 ], [ 119.950756, 30.2540193 ], [ 119.9507932, 30.2534994 ], [ 119.9508707, 30.2524156 ], [ 119.9509812, 30.2513074 ], [ 119.9508808, 30.2511322 ] ], [ [ 119.9463286, 30.2548749 ], [ 119.9462148, 30.2548606 ] ], [ [ 119.9557598, 30.255624 ], [ 119.9601997, 30.2552451 ] ], [ [ 119.9517232, 30.2555267 ], [ 119.9507885, 30.2553998 ] ], [ [ 119.9341167, 30.2592083 ], [ 119.9341064, 30.259368 ] ], [ [ 119.9557598, 30.255624 ], [ 119.9554297, 30.255672 ] ], [ [ 119.9517232, 30.2555267 ], [ 119.95265, 30.2556545 ] ], [ [ 119.95265, 30.2556545 ], [ 119.9530833, 30.2557059 ] ], [ [ 119.9530833, 30.2557059 ], [ 119.9539688, 30.2557907 ] ], [ [ 119.9539688, 30.2557907 ], [ 119.9547477, 30.2557169 ] ], [ [ 119.9547477, 30.2557169 ], [ 119.9554297, 30.255672 ] ], [ [ 119.8724714, 30.2523492 ], [ 119.8724968, 30.2524349 ] ], [ [ 119.8724968, 30.2524349 ], [ 119.8727541, 30.2537635 ] ], [ [ 119.8727541, 30.2537635 ], [ 119.8728906, 30.2545474 ] ], [ [ 119.8728906, 30.2545474 ], [ 119.8730366, 30.2555828 ] ], [ [ 119.8730366, 30.2555828 ], [ 119.8730436, 30.2559738 ] ], [ [ 119.8730436, 30.2559738 ], [ 119.8729279, 30.2571239 ] ], [ [ 119.8962522, 30.2487879 ], [ 119.8976393, 30.2537367 ], [ 119.8977487, 30.253818 ], [ 119.8984163, 30.253677 ], [ 119.8988524, 30.2535886 ], [ 119.9000658, 30.2533054 ], [ 119.9036779, 30.2508114 ], [ 119.9020103, 30.248916 ], [ 119.9008929, 30.247254 ] ], [ [ 119.9010267, 30.2472084 ], [ 119.9021799, 30.2489825 ], [ 119.9039154, 30.2507731 ], [ 119.9001089, 30.2534126 ], [ 119.8989486, 30.2536676 ], [ 119.8985027, 30.2537601 ], [ 119.8978772, 30.2538981 ], [ 119.8975284, 30.2539319 ], [ 119.896068, 30.2488433 ] ], [ [ 119.9074707, 30.2665915 ], [ 119.9070416, 30.2659799 ] ], [ [ 119.9070416, 30.2659799 ], [ 119.9079589, 30.263844 ] ], [ [ 119.9079589, 30.263844 ], [ 119.908152, 30.2635845 ] ], [ [ 119.908152, 30.2635845 ], [ 119.9085024, 30.2632735 ] ], [ [ 119.9085024, 30.2632735 ], [ 119.9085436, 30.263237 ] ], [ [ 119.9085436, 30.263237 ], [ 119.9087014, 30.2632319 ] ], [ [ 119.9087014, 30.2632319 ], [ 119.9092624, 30.2631953 ] ], [ [ 119.9092624, 30.2631953 ], [ 119.9095038, 30.263098 ] ], [ [ 119.9095038, 30.263098 ], [ 119.9096862, 30.2628571 ] ], [ [ 119.9096862, 30.2628571 ], [ 119.9099974, 30.2626022 ] ], [ [ 119.9099974, 30.2626022 ], [ 119.910448, 30.2625049 ] ], [ [ 119.910448, 30.2625049 ], [ 119.9107323, 30.2625235 ] ], [ [ 119.9107323, 30.2625235 ], [ 119.9108771, 30.2624586 ] ], [ [ 119.9108771, 30.2624586 ], [ 119.9110166, 30.2622547 ] ], [ [ 119.9110166, 30.2622547 ], [ 119.9110917, 30.2618053 ] ], [ [ 119.9110917, 30.2618053 ], [ 119.9110622, 30.2606979 ] ], [ [ 119.9110622, 30.2606979 ], [ 119.9111588, 30.25966 ] ], [ [ 119.9111588, 30.25966 ], [ 119.911177, 30.259592 ] ], [ [ 119.911177, 30.259592 ], [ 119.9114163, 30.2586962 ] ], [ [ 119.9114163, 30.2586962 ], [ 119.9114806, 30.2583255 ] ], [ [ 119.9114806, 30.2583255 ], [ 119.9113412, 30.2581216 ] ], [ [ 119.9113412, 30.2581216 ], [ 119.9106652, 30.2580753 ] ], [ [ 119.9106652, 30.2580753 ], [ 119.9095816, 30.2582514 ] ], [ [ 119.9095816, 30.2582514 ], [ 119.9091296, 30.2583318 ] ], [ [ 119.9091296, 30.2583318 ], [ 119.9084873, 30.258446 ] ], [ [ 119.9084873, 30.258446 ], [ 119.9080736, 30.2584012 ] ], [ [ 119.9080736, 30.2584012 ], [ 119.9077774, 30.2583317 ] ], [ [ 119.9077774, 30.2583317 ], [ 119.9074799, 30.2582194 ] ], [ [ 119.9074799, 30.2582194 ], [ 119.9071963, 30.2581093 ] ], [ [ 119.9071963, 30.2581093 ], [ 119.9059446, 30.2573525 ] ], [ [ 119.9059446, 30.2573525 ], [ 119.9034447, 30.2563516 ] ], [ [ 119.9034447, 30.2563516 ], [ 119.9017174, 30.2555824 ] ], [ [ 119.9017174, 30.2555824 ], [ 119.9009771, 30.255499 ] ], [ [ 119.9009771, 30.255499 ], [ 119.9003548, 30.2555083 ] ], [ [ 119.9003548, 30.2555083 ], [ 119.9000008, 30.2556195 ] ], [ [ 119.9000008, 30.2556195 ], [ 119.8996896, 30.2556473 ] ], [ [ 119.8996896, 30.2556473 ], [ 119.8994321, 30.2555268 ] ], [ [ 119.8994321, 30.2555268 ], [ 119.8993892, 30.2553137 ] ], [ [ 119.8993892, 30.2553137 ], [ 119.8998613, 30.2548317 ] ], [ [ 119.8998613, 30.2548317 ], [ 119.9002368, 30.2546371 ] ], [ [ 119.9002368, 30.2546371 ], [ 119.9003175, 30.2546109 ] ], [ [ 119.9003175, 30.2546109 ], [ 119.9005801, 30.2545259 ] ], [ [ 119.9005801, 30.2545259 ], [ 119.9029512, 30.2528392 ] ], [ [ 119.9029512, 30.2528392 ], [ 119.9036486, 30.252589 ] ], [ [ 119.9036486, 30.252589 ], [ 119.9040885, 30.2521997 ] ], [ [ 119.9040885, 30.2521997 ], [ 119.904979, 30.2517364 ] ], [ [ 119.904979, 30.2517364 ], [ 119.9053867, 30.2513193 ] ], [ [ 119.9053867, 30.2513193 ], [ 119.9057085, 30.2506613 ] ], [ [ 119.9057085, 30.2506613 ], [ 119.905612, 30.2502442 ] ], [ [ 119.905612, 30.2502442 ], [ 119.9050111, 30.249994 ] ], [ [ 119.9050111, 30.249994 ], [ 119.9036379, 30.2489004 ] ], [ [ 119.9036379, 30.2489004 ], [ 119.9026079, 30.2476306 ] ], [ [ 119.9026079, 30.2476306 ], [ 119.9023289, 30.2471672 ] ], [ [ 119.9023289, 30.2471672 ], [ 119.9021263, 30.2468337 ] ], [ [ 119.8729062, 30.2573398 ], [ 119.8729279, 30.2571239 ] ], [ [ 119.8908117, 30.2614778 ], [ 119.8908179, 30.2613179 ] ], [ [ 119.8908179, 30.2613179 ], [ 119.8908427, 30.2606757 ] ], [ [ 119.890726, 30.2616941 ], [ 119.8908117, 30.2614778 ] ], [ [ 119.8918958, 30.2617176 ], [ 119.8918316, 30.261939 ] ], [ [ 119.8729062, 30.2573398 ], [ 119.8728021, 30.2581264 ] ], [ [ 119.8728021, 30.2581264 ], [ 119.8727943, 30.2581865 ] ], [ [ 119.8727943, 30.2581865 ], [ 119.8727406, 30.2584749 ] ], [ [ 119.8727406, 30.2584749 ], [ 119.8727155, 30.2586098 ] ], [ [ 119.8727155, 30.2586098 ], [ 119.8722938, 30.2598954 ] ], [ [ 119.8722938, 30.2598954 ], [ 119.872083, 30.2606711 ] ], [ [ 119.872083, 30.2606711 ], [ 119.8720556, 30.2608546 ] ], [ [ 119.8720556, 30.2608546 ], [ 119.8720126, 30.2614452 ] ], [ [ 119.8720126, 30.2614452 ], [ 119.8719937, 30.2619214 ] ], [ [ 119.8719937, 30.2619214 ], [ 119.8719818, 30.2623621 ] ], [ [ 119.8719818, 30.2623621 ], [ 119.8719168, 30.2639652 ] ], [ [ 119.8719168, 30.2639652 ], [ 119.87188, 30.2647355 ] ], [ [ 119.87188, 30.2647355 ], [ 119.8717622, 30.2654335 ] ], [ [ 119.8717622, 30.2654335 ], [ 119.8715666, 30.2659913 ] ], [ [ 119.8715666, 30.2659913 ], [ 119.8713543, 30.2664549 ] ], [ [ 119.8713543, 30.2664549 ], [ 119.8710327, 30.267124 ] ], [ [ 119.9506764, 30.2553841 ], [ 119.9481136, 30.2551005 ] ], [ [ 119.9481136, 30.2551005 ], [ 119.9463286, 30.2548749 ] ], [ [ 119.9507885, 30.2553998 ], [ 119.9506764, 30.2553841 ] ], [ [ 119.9507885, 30.2553998 ], [ 119.9507379, 30.2562065 ], [ 119.9506358, 30.257262 ] ], [ [ 119.9504934, 30.2575285 ], [ 119.9505414, 30.2569113 ], [ 119.9506764, 30.2553841 ] ], [ [ 119.9506358, 30.257262 ], [ 119.9504453, 30.2595922 ] ], [ [ 119.9376612, 30.2592733 ], [ 119.9376769, 30.2582096 ] ], [ [ 119.9376769, 30.2582096 ], [ 119.9376873, 30.2577569 ] ], [ [ 119.9503432, 30.2595902 ], [ 119.9504238, 30.2586823 ], [ 119.9504934, 30.2575285 ] ], [ [ 119.9376612, 30.2592733 ], [ 119.9376519, 30.2594448 ] ], [ [ 119.9401715, 30.2593624 ], [ 119.9401662, 30.2594943 ] ], [ [ 119.9504453, 30.2595922 ], [ 119.9503432, 30.2595902 ] ], [ [ 119.9504453, 30.2595922 ], [ 119.9508806, 30.2595967 ] ], [ [ 119.9339035, 30.2625541 ], [ 119.9339489, 30.261837 ] ], [ [ 119.9339489, 30.261837 ], [ 119.9339714, 30.2614824 ] ], [ [ 119.9339714, 30.2614824 ], [ 119.9340051, 30.2609497 ] ], [ [ 119.9340051, 30.2609497 ], [ 119.9340196, 30.2607204 ] ], [ [ 119.9340196, 30.2607204 ], [ 119.9340361, 30.26046 ] ], [ [ 119.9340361, 30.26046 ], [ 119.9341064, 30.259368 ] ], [ [ 119.9374826, 30.2625936 ], [ 119.9375236, 30.2618056 ] ], [ [ 119.9375236, 30.2618056 ], [ 119.9376519, 30.2594448 ] ], [ [ 119.9400381, 30.262614 ], [ 119.9400715, 30.2618161 ] ], [ [ 119.9400715, 30.2618161 ], [ 119.9400959, 30.2612317 ] ], [ [ 119.9400959, 30.2612317 ], [ 119.9401662, 30.2594943 ] ], [ [ 119.9501193, 30.2626666 ], [ 119.9502345, 30.2611241 ], [ 119.9502896, 30.2603493 ], [ 119.9503432, 30.2595902 ] ], [ [ 119.9504453, 30.2595922 ], [ 119.9503354, 30.2611251 ], [ 119.9502241, 30.2626675 ] ], [ [ 119.9501057, 30.262782 ], [ 119.9501193, 30.2626666 ] ], [ [ 119.9502241, 30.2626675 ], [ 119.9502106, 30.2627887 ] ], [ [ 119.8973694, 30.2621884 ], [ 119.8972065, 30.2627424 ] ], [ [ 119.8972065, 30.2627424 ], [ 119.8971801, 30.2628861 ] ], [ [ 119.8971801, 30.2628861 ], [ 119.8971179, 30.2631103 ] ], [ [ 119.9072758, 30.2667762 ], [ 119.9074707, 30.2665915 ] ], [ [ 119.925777, 30.27164 ], [ 119.9257488, 30.2715291 ] ], [ [ 119.9257488, 30.2715291 ], [ 119.9256491, 30.2714285 ] ], [ [ 119.9256491, 30.2714285 ], [ 119.9208133, 30.2696449 ] ], [ [ 119.9208133, 30.2696449 ], [ 119.9202815, 30.2694599 ] ], [ [ 119.9202815, 30.2694599 ], [ 119.9192032, 30.2690707 ] ], [ [ 119.9192032, 30.2690707 ], [ 119.9183717, 30.2687139 ] ], [ [ 119.9183717, 30.2687139 ], [ 119.9177065, 30.2684406 ] ], [ [ 119.9177065, 30.2684406 ], [ 119.9171647, 30.2682784 ] ], [ [ 119.9171647, 30.2682784 ], [ 119.9162367, 30.2680699 ] ], [ [ 119.9162367, 30.2680699 ], [ 119.9157193, 30.2680146 ] ], [ [ 119.9157193, 30.2680146 ], [ 119.9156144, 30.2680051 ] ], [ [ 119.9156144, 30.2680051 ], [ 119.9134311, 30.2680792 ] ], [ [ 119.9134311, 30.2680792 ], [ 119.9129429, 30.2680607 ] ], [ [ 119.9129429, 30.2680607 ], [ 119.9126908, 30.2681255 ] ], [ [ 119.9126908, 30.2681255 ], [ 119.9119934, 30.2684128 ] ], [ [ 119.9119934, 30.2684128 ], [ 119.9117145, 30.2684869 ] ], [ [ 119.9117145, 30.2684869 ], [ 119.9109249, 30.2684433 ] ], [ [ 119.9109249, 30.2684433 ], [ 119.910456, 30.2680834 ] ], [ [ 119.910456, 30.2680834 ], [ 119.9102897, 30.2679722 ] ], [ [ 119.9102897, 30.2679722 ], [ 119.9097989, 30.2674255 ] ], [ [ 119.9097989, 30.2674255 ], [ 119.9090801, 30.2670826 ] ], [ [ 119.9090801, 30.2670826 ], [ 119.9083612, 30.2666378 ] ], [ [ 119.9083612, 30.2666378 ], [ 119.9081037, 30.266573 ] ], [ [ 119.9081037, 30.266573 ], [ 119.9074707, 30.2665915 ] ], [ [ 119.949792, 30.2660657 ], [ 119.949822, 30.265615 ], [ 119.9499009, 30.2646229 ], [ 119.9499256, 30.2643126 ], [ 119.9501057, 30.262782 ] ], [ [ 119.9502106, 30.2627887 ], [ 119.9500886, 30.2638852 ], [ 119.9499502, 30.2651282 ], [ 119.9498911, 30.2660717 ] ], [ [ 119.9374826, 30.2625936 ], [ 119.9374692, 30.2628128 ] ], [ [ 119.9374692, 30.2628128 ], [ 119.9374593, 30.2629739 ] ], [ [ 119.9374593, 30.2629739 ], [ 119.9374355, 30.2633619 ] ], [ [ 119.9374355, 30.2633619 ], [ 119.9373903, 30.2640975 ] ], [ [ 119.9373903, 30.2640975 ], [ 119.9373562, 30.2646535 ] ], [ [ 119.9373562, 30.2646535 ], [ 119.9373471, 30.2648021 ] ], [ [ 119.9373471, 30.2648021 ], [ 119.9373341, 30.26484 ] ], [ [ 119.9373341, 30.26484 ], [ 119.9369222, 30.2660378 ] ], [ [ 119.9369222, 30.2660378 ], [ 119.9368237, 30.2663244 ] ], [ [ 119.9368237, 30.2663244 ], [ 119.9368055, 30.2663772 ] ], [ [ 119.9421654, 30.2653198 ], [ 119.9412593, 30.2650077 ] ], [ [ 119.9581074, 30.2661866 ], [ 119.9579472, 30.2661854 ] ], [ [ 119.9581074, 30.2661866 ], [ 119.9632041, 30.2662239 ] ], [ [ 119.9423849, 30.2653909 ], [ 119.9432063, 30.2656207 ] ], [ [ 119.9432063, 30.2656207 ], [ 119.9448198, 30.2660722 ] ], [ [ 119.9448198, 30.2660722 ], [ 119.9449089, 30.2660825 ] ], [ [ 119.9449089, 30.2660825 ], [ 119.9450525, 30.2660992 ] ], [ [ 119.949792, 30.2660657 ], [ 119.9498911, 30.2660717 ] ], [ [ 119.9451554, 30.2660942 ], [ 119.9450525, 30.2660992 ] ], [ [ 119.949792, 30.2660657 ], [ 119.9495438, 30.2661679 ] ], [ [ 119.9495438, 30.2661679 ], [ 119.948798, 30.2661434 ] ], [ [ 119.948798, 30.2661434 ], [ 119.9483477, 30.2661286 ] ], [ [ 119.9483477, 30.2661286 ], [ 119.948294, 30.2661268 ] ], [ [ 119.948294, 30.2661268 ], [ 119.9476322, 30.266105 ] ], [ [ 119.9476322, 30.266105 ], [ 119.946317, 30.2660993 ] ], [ [ 119.946317, 30.2660993 ], [ 119.9451554, 30.2660942 ] ], [ [ 119.9615395, 30.2678044 ], [ 119.9615535, 30.2676416 ] ], [ [ 119.9335838, 30.2650646 ], [ 119.933695, 30.264245 ] ], [ [ 119.933695, 30.264245 ], [ 119.9339035, 30.2625541 ] ], [ [ 119.9331696, 30.2662699 ], [ 119.9333369, 30.2662821 ] ], [ [ 119.9333369, 30.2662821 ], [ 119.9342728, 30.2663034 ] ], [ [ 119.9342728, 30.2663034 ], [ 119.9351589, 30.2663292 ] ], [ [ 119.9351589, 30.2663292 ], [ 119.935513, 30.2663395 ] ], [ [ 119.935513, 30.2663395 ], [ 119.9363069, 30.2663627 ] ], [ [ 119.9363069, 30.2663627 ], [ 119.9363355, 30.2663635 ] ], [ [ 119.9363355, 30.2663635 ], [ 119.9366458, 30.2663725 ] ], [ [ 119.9366458, 30.2663725 ], [ 119.9368055, 30.2663772 ] ], [ [ 119.940452, 30.2664995 ], [ 119.939179, 30.2664464 ] ], [ [ 119.939179, 30.2664464 ], [ 119.9388268, 30.2664361 ] ], [ [ 119.9388268, 30.2664361 ], [ 119.9381588, 30.2664167 ] ], [ [ 119.9381588, 30.2664167 ], [ 119.9375141, 30.2663979 ] ], [ [ 119.9375141, 30.2663979 ], [ 119.9368055, 30.2663772 ] ], [ [ 119.940452, 30.2664995 ], [ 119.9405119, 30.266502 ] ], [ [ 119.9356519, 30.2698969 ], [ 119.9356926, 30.2697727 ] ], [ [ 119.9356926, 30.2697727 ], [ 119.9357249, 30.2696743 ] ], [ [ 119.9357249, 30.2696743 ], [ 119.9362375, 30.2681101 ] ], [ [ 119.9362375, 30.2681101 ], [ 119.9368055, 30.2663772 ] ], [ [ 119.9494873, 30.2705636 ], [ 119.9495596, 30.2696208 ], [ 119.9496895, 30.2680825 ], [ 119.9497156, 30.2675691 ], [ 119.949792, 30.2660657 ] ], [ [ 119.9498911, 30.2660717 ], [ 119.9497697, 30.268221 ], [ 119.9497374, 30.2686727 ], [ 119.9496484, 30.2699176 ], [ 119.9495999, 30.2704826 ], [ 119.9495927, 30.2705665 ] ], [ [ 119.9389296, 30.2701006 ], [ 119.9388789, 30.2700993 ], [ 119.9378513, 30.2700427 ], [ 119.9372347, 30.2700087 ], [ 119.9367635, 30.2699827 ], [ 119.9366983, 30.2699777 ], [ 119.9360379, 30.2699267 ], [ 119.9356519, 30.2698969 ] ], [ [ 119.9390172, 30.2701085 ], [ 119.9389296, 30.2701006 ] ], [ [ 119.9448958, 30.2703226 ], [ 119.9431573, 30.2702234 ] ], [ [ 119.9431573, 30.2702234 ], [ 119.942541, 30.2701898 ] ], [ [ 119.942541, 30.2701898 ], [ 119.9419116, 30.2701742 ] ], [ [ 119.9419116, 30.2701742 ], [ 119.9408131, 30.2701471 ] ], [ [ 119.9408131, 30.2701471 ], [ 119.9390172, 30.2701085 ] ], [ [ 119.9615395, 30.2678044 ], [ 119.9613887, 30.2695546 ] ], [ [ 119.9613887, 30.2695546 ], [ 119.9613607, 30.2711491 ] ], [ [ 119.9494747, 30.2707048 ], [ 119.9494873, 30.2705636 ] ], [ [ 119.9495927, 30.2705665 ], [ 119.9495794, 30.2707079 ] ], [ [ 119.9356519, 30.2698969 ], [ 119.9351103, 30.2714752 ] ], [ [ 119.9495794, 30.2707079 ], [ 119.9495737, 30.2707807 ] ], [ [ 119.949253, 30.2732532 ], [ 119.9493013, 30.2728266 ], [ 119.9493969, 30.2718094 ], [ 119.9494747, 30.2707048 ] ], [ [ 119.9351103, 30.2714752 ], [ 119.9355129, 30.2716051 ], [ 119.9362531, 30.2718441 ], [ 119.9366215, 30.271963 ], [ 119.9367841, 30.2720155 ], [ 119.9371916, 30.272147 ], [ 119.9382754, 30.2724968 ] ], [ [ 119.9495737, 30.2707807 ], [ 119.9494621, 30.2721976 ], [ 119.94945, 30.2723518 ], [ 119.94939, 30.2729986 ], [ 119.9493683, 30.2732438 ] ], [ [ 119.9613607, 30.2711491 ], [ 119.9612988, 30.2715261 ] ], [ [ 119.9520031, 30.2734458 ], [ 119.9520079, 30.2733712 ] ], [ [ 119.9520079, 30.2733712 ], [ 119.9523532, 30.2711225 ] ], [ [ 119.9523532, 30.2711225 ], [ 119.952364, 30.2710192 ] ], [ [ 119.9356519, 30.2698969 ], [ 119.9349138, 30.2698399 ], [ 119.9344458, 30.2698038 ], [ 119.9326973, 30.2697852 ] ], [ [ 119.9324774, 30.2708516 ], [ 119.9344638, 30.2712607 ], [ 119.9351103, 30.2714752 ] ], [ [ 119.9351103, 30.2714752 ], [ 119.934492, 30.2736987 ] ], [ [ 119.9612988, 30.2715261 ], [ 119.9612304, 30.2727574 ] ], [ [ 119.9612304, 30.2727574 ], [ 119.9612054, 30.2732374 ] ], [ [ 119.9612054, 30.2732374 ], [ 119.9611619, 30.2740703 ] ], [ [ 119.9611619, 30.2740703 ], [ 119.9611314, 30.2746557 ] ], [ [ 119.9520031, 30.2734458 ], [ 119.9519993, 30.2735045 ] ], [ [ 119.9520031, 30.2734458 ], [ 119.9522707, 30.2734621 ], [ 119.9539218, 30.273552 ], [ 119.9541553, 30.2735798 ], [ 119.9544046, 30.2736096 ], [ 119.957248, 30.2737501 ], [ 119.9574442, 30.2737755 ] ], [ [ 119.9574389, 30.2738429 ], [ 119.9572428, 30.2738231 ], [ 119.9543625, 30.2736834 ], [ 119.9541369, 30.2736511 ], [ 119.9539059, 30.2736129 ], [ 119.9522685, 30.2735218 ], [ 119.9519993, 30.2735045 ] ], [ [ 119.9574442, 30.2737755 ], [ 119.9575744, 30.273793 ] ], [ [ 119.9382754, 30.2724968 ], [ 119.9383501, 30.2725074 ] ], [ [ 119.9450043, 30.2731604 ], [ 119.9450956, 30.2731609 ] ], [ [ 119.9450956, 30.2731609 ], [ 119.9462845, 30.273197 ] ], [ [ 119.9462845, 30.273197 ], [ 119.9473154, 30.2732019 ] ], [ [ 119.9473154, 30.2732019 ], [ 119.9476508, 30.273211 ] ], [ [ 119.9476508, 30.273211 ], [ 119.9482057, 30.2732231 ] ], [ [ 119.9482057, 30.2732231 ], [ 119.9482634, 30.2732249 ] ], [ [ 119.9482634, 30.2732249 ], [ 119.9490618, 30.2732415 ] ], [ [ 119.9490618, 30.2732415 ], [ 119.949253, 30.2732532 ] ], [ [ 119.949253, 30.2732532 ], [ 119.9493683, 30.2732438 ] ], [ [ 119.9493683, 30.2732438 ], [ 119.9493602, 30.2733142 ] ], [ [ 119.9493602, 30.2733142 ], [ 119.949253, 30.2732532 ] ], [ [ 119.9493683, 30.2732438 ], [ 119.9496273, 30.2732894 ], [ 119.9518412, 30.2734345 ], [ 119.9520031, 30.2734458 ] ], [ [ 119.9519993, 30.2735045 ], [ 119.951839, 30.2734944 ], [ 119.9496241, 30.2733524 ], [ 119.9493602, 30.2733142 ] ], [ [ 119.9575681, 30.2738636 ], [ 119.9574389, 30.2738429 ] ], [ [ 119.9649425, 30.2725593 ], [ 119.9648971, 30.2729639 ] ], [ [ 119.9648971, 30.2729639 ], [ 119.9648256, 30.2738998 ] ], [ [ 119.9648256, 30.2738998 ], [ 119.9646991, 30.2755537 ] ], [ [ 119.9575744, 30.273793 ], [ 119.9578028, 30.2738238 ], [ 119.9584618, 30.2739885 ], [ 119.9611314, 30.2746557 ] ], [ [ 119.9611275, 30.2747306 ], [ 119.9586939, 30.2741233 ], [ 119.9578062, 30.2739017 ], [ 119.9575681, 30.2738636 ] ], [ [ 119.9611275, 30.2747306 ], [ 119.9611314, 30.2746557 ] ], [ [ 119.9611314, 30.2746557 ], [ 119.9646991, 30.2755537 ] ], [ [ 119.9646934, 30.2756276 ], [ 119.9611275, 30.2747306 ] ], [ [ 119.9646991, 30.2755537 ], [ 119.9646934, 30.2756276 ] ], [ [ 119.934492, 30.2736987 ], [ 119.9336403, 30.2734381 ] ], [ [ 119.9336403, 30.2734381 ], [ 119.9332301, 30.2734101 ] ], [ [ 119.9332301, 30.2734101 ], [ 119.9326333, 30.2733692 ] ], [ [ 119.9326333, 30.2733692 ], [ 119.9324499, 30.2733567 ] ], [ [ 119.9324499, 30.2733567 ], [ 119.9316897, 30.2732959 ] ], [ [ 119.9339694, 30.2752139 ], [ 119.9344725, 30.2737549 ] ], [ [ 119.9344725, 30.2737549 ], [ 119.934492, 30.2736987 ] ], [ [ 119.9244787, 30.2750704 ], [ 119.9263146, 30.2756384 ] ], [ [ 119.9263146, 30.2756384 ], [ 119.9258613, 30.2754566 ] ], [ [ 119.9258613, 30.2754566 ], [ 119.925554, 30.2752542 ] ], [ [ 119.925554, 30.2752542 ], [ 119.9256722, 30.2752647 ] ], [ [ 119.9256722, 30.2752647 ], [ 119.9263605, 30.2755412 ] ], [ [ 119.9263605, 30.2755412 ], [ 119.9272781, 30.2758746 ] ], [ [ 119.9272781, 30.2758746 ], [ 119.9275034, 30.2759491 ] ], [ [ 119.9275034, 30.2759491 ], [ 119.9275914, 30.2759845 ] ], [ [ 119.9275914, 30.2759845 ], [ 119.927648, 30.2760217 ] ], [ [ 119.927648, 30.2760217 ], [ 119.9276985, 30.2760989 ] ], [ [ 119.9276985, 30.2760989 ], [ 119.9277355, 30.2761871 ] ], [ [ 119.934492, 30.2736987 ], [ 119.934799, 30.2737926 ] ], [ [ 119.934799, 30.2737926 ], [ 119.9358294, 30.2741094 ] ], [ [ 119.9358294, 30.2741094 ], [ 119.9360845, 30.2741838 ] ], [ [ 119.9360845, 30.2741838 ], [ 119.9362324, 30.274227 ] ], [ [ 119.9362324, 30.274227 ], [ 119.9364233, 30.2742852 ] ], [ [ 119.9364233, 30.2742852 ], [ 119.9366822, 30.2743642 ] ], [ [ 119.9366822, 30.2743642 ], [ 119.9373219, 30.2745583 ] ], [ [ 119.9373219, 30.2745583 ], [ 119.9374793, 30.2746061 ] ], [ [ 119.9374793, 30.2746061 ], [ 119.9379498, 30.274749 ] ], [ [ 119.9380043, 30.2747655 ], [ 119.9379498, 30.274749 ] ], [ [ 119.942105, 30.2758906 ], [ 119.9419807, 30.2758507 ] ], [ [ 119.9419807, 30.2758507 ], [ 119.9418718, 30.2758157 ] ], [ [ 119.9418718, 30.2758157 ], [ 119.9417005, 30.2757607 ] ], [ [ 119.9417005, 30.2757607 ], [ 119.9396751, 30.2752042 ] ], [ [ 119.9396751, 30.2752042 ], [ 119.9391944, 30.2750721 ] ], [ [ 119.9391944, 30.2750721 ], [ 119.9381882, 30.2748128 ] ], [ [ 119.9381882, 30.2748128 ], [ 119.9380043, 30.2747655 ] ], [ [ 119.9489651, 30.2778257 ], [ 119.948973, 30.2771382 ], [ 119.9490045, 30.2765435 ], [ 119.949005, 30.2764808 ], [ 119.9490556, 30.2759579 ], [ 119.9491515, 30.2746403 ], [ 119.9492335, 30.2735136 ], [ 119.949253, 30.2732532 ] ], [ [ 119.9493602, 30.2733142 ], [ 119.9491236, 30.2764233 ], [ 119.9491187, 30.2764883 ], [ 119.9490808, 30.2771511 ], [ 119.9490776, 30.2778162 ] ], [ [ 119.8704672, 30.2694208 ], [ 119.8705342, 30.2698327 ], [ 119.8706413, 30.2701042 ], [ 119.8708279, 30.2706025 ], [ 119.8710179, 30.2710828 ], [ 119.8710421, 30.2712171 ], [ 119.8710213, 30.2713125 ], [ 119.8709626, 30.2714021 ], [ 119.8709073, 30.2714945 ], [ 119.8706897, 30.2716348 ], [ 119.870555, 30.2716944 ], [ 119.8704721, 30.2717601 ], [ 119.8704203, 30.2718078 ], [ 119.8703166, 30.2719421 ] ], [ [ 119.8703166, 30.2719421 ], [ 119.8703823, 30.2717183 ], [ 119.8704237, 30.2714617 ], [ 119.8704099, 30.2712529 ], [ 119.8703684, 30.2710202 ], [ 119.8702993, 30.2707696 ], [ 119.8702786, 30.2706025 ], [ 119.8702613, 30.2703489 ], [ 119.8703028, 30.2700446 ], [ 119.8703166, 30.2698506 ], [ 119.8703766, 30.2694872 ] ], [ [ 119.8703166, 30.2719421 ], [ 119.8701232, 30.2722822 ] ], [ [ 119.8701232, 30.2722822 ], [ 119.8698399, 30.2727207 ] ], [ [ 119.8698399, 30.2727207 ], [ 119.8689991, 30.2740019 ] ], [ [ 119.8689991, 30.2740019 ], [ 119.8687594, 30.2743489 ] ], [ [ 119.8687594, 30.2743489 ], [ 119.8679269, 30.2754311 ] ], [ [ 119.8679269, 30.2754311 ], [ 119.8675787, 30.276037 ] ], [ [ 119.8675787, 30.276037 ], [ 119.8670398, 30.2768623 ] ], [ [ 119.8670398, 30.2768623 ], [ 119.8667446, 30.2774719 ] ], [ [ 119.8667446, 30.2774719 ], [ 119.8664338, 30.2784492 ] ], [ [ 119.823378752175628, 30.274911069869507 ], [ 119.823717, 30.2751549 ], [ 119.8244627, 30.2760537 ], [ 119.8248865, 30.2764799 ], [ 119.827238, 30.277543 ] ], [ [ 119.827238, 30.277543 ], [ 119.8270807, 30.2775124 ], [ 119.8248601, 30.2765085 ], [ 119.8244299, 30.2760759 ], [ 119.8236863, 30.2751796 ], [ 119.823381788936558, 30.274960103699094 ] ], [ [ 119.9117618, 30.2836312 ], [ 119.9118234, 30.2812054 ] ], [ [ 119.9118234, 30.2812054 ], [ 119.9116741, 30.2810867 ] ], [ [ 119.9116741, 30.2810867 ], [ 119.9113873, 30.2810815 ] ], [ [ 119.9113873, 30.2810815 ], [ 119.9109564, 30.2812636 ] ], [ [ 119.9109564, 30.2812636 ], [ 119.9108257, 30.2813189 ] ], [ [ 119.9117987, 30.2837249 ], [ 119.9117618, 30.2836312 ] ], [ [ 119.9117987, 30.2837249 ], [ 119.9117577, 30.2838366 ] ], [ [ 119.9117577, 30.2838366 ], [ 119.9116382, 30.2839398 ] ], [ [ 119.9116382, 30.2839398 ], [ 119.9108721, 30.2839751 ] ], [ [ 119.9108721, 30.2839751 ], [ 119.9087748, 30.2840462 ] ], [ [ 119.9087748, 30.2840462 ], [ 119.9074262, 30.2841173 ] ], [ [ 119.9074262, 30.2841173 ], [ 119.9068441, 30.2841918 ] ], [ [ 119.9068441, 30.2841918 ], [ 119.9067149, 30.2842404 ] ], [ [ 119.9067149, 30.2842404 ], [ 119.9065891, 30.2843396 ] ], [ [ 119.9065891, 30.2843396 ], [ 119.9065006, 30.2844391 ] ], [ [ 119.9065006, 30.2844391 ], [ 119.906362, 30.2846248 ] ], [ [ 119.906362, 30.2846248 ], [ 119.9062579, 30.2847459 ] ], [ [ 119.9062579, 30.2847459 ], [ 119.9060595, 30.2848798 ] ], [ [ 119.9060595, 30.2848798 ], [ 119.9055313, 30.2850473 ] ], [ [ 119.9055313, 30.2850473 ], [ 119.9042722, 30.2856441 ] ], [ [ 119.9042722, 30.2856441 ], [ 119.9031919, 30.286178 ] ], [ [ 119.9031919, 30.286178 ], [ 119.9019113, 30.2868172 ] ], [ [ 119.9019113, 30.2868172 ], [ 119.9017157, 30.2869236 ] ], [ [ 119.9017157, 30.2869236 ], [ 119.9011981, 30.2872748 ] ], [ [ 119.9011981, 30.2872748 ], [ 119.9010407, 30.2873376 ] ], [ [ 119.9010407, 30.2873376 ], [ 119.9008891, 30.287373 ] ], [ [ 119.9008891, 30.287373 ], [ 119.9006639, 30.2873592 ] ], [ [ 119.9006639, 30.2873592 ], [ 119.9004131, 30.2873034 ] ], [ [ 119.9004131, 30.2873034 ], [ 119.9002423, 30.2872985 ] ], [ [ 119.9002423, 30.2872985 ], [ 119.8990184, 30.2874375 ] ], [ [ 119.8990184, 30.2874375 ], [ 119.8977941, 30.2875925 ] ], [ [ 119.8977941, 30.2875925 ], [ 119.8975855, 30.2876399 ] ], [ [ 119.8975855, 30.2876399 ], [ 119.897527, 30.2876627 ] ], [ [ 119.897527, 30.2876627 ], [ 119.8973054, 30.2877489 ] ], [ [ 119.8973054, 30.2877489 ], [ 119.896998, 30.287967 ] ], [ [ 119.896998, 30.287967 ], [ 119.8961744, 30.2882562 ] ], [ [ 119.8961744, 30.2882562 ], [ 119.8945552, 30.2887832 ] ], [ [ 119.8945552, 30.2887832 ], [ 119.8943681, 30.2888441 ] ], [ [ 119.8943681, 30.2888441 ], [ 119.8931658, 30.2892549 ] ], [ [ 119.8931658, 30.2892549 ], [ 119.8923147, 30.2895457 ] ], [ [ 119.8923147, 30.2895457 ], [ 119.8921226, 30.2896643 ] ], [ [ 119.8921226, 30.2896643 ], [ 119.8918975, 30.2901004 ] ], [ [ 119.8918975, 30.2901004 ], [ 119.8917053, 30.2904133 ] ], [ [ 119.8917053, 30.2904133 ], [ 119.8914527, 30.290821 ] ], [ [ 119.8914527, 30.290821 ], [ 119.8913265, 30.2910059 ] ], [ [ 119.8913265, 30.2910059 ], [ 119.891277, 30.2912382 ] ], [ [ 119.9897459, 30.2813078 ], [ 119.9896218, 30.2819352 ], [ 119.9894806, 30.2826271 ] ], [ [ 119.9949864, 30.2820157 ], [ 119.9950305, 30.2819306 ] ], [ [ 119.9951425, 30.2819611 ], [ 119.9951225, 30.2820341 ] ], [ [ 119.9951425, 30.2819611 ], [ 119.997563272648421, 30.282086360105591 ] ], [ [ 119.997563272648421, 30.282086360105591 ], [ 119.9975911, 30.2820878 ] ], [ [ 119.9951225, 30.2820341 ], [ 119.9949864, 30.2820157 ] ], [ [ 119.9975911, 30.2820878 ], [ 119.997646797191564, 30.282095511918833 ] ], [ [ 119.997646797191564, 30.282095511918833 ], [ 119.9977211, 30.2821058 ] ], [ [ 119.9975517, 30.2821938 ], [ 119.997448715742337, 30.282187029628709 ] ], [ [ 119.997448715742337, 30.282187029628709 ], [ 119.9951225, 30.2820341 ] ], [ [ 119.9975517, 30.2821938 ], [ 119.9975911, 30.2820878 ] ], [ [ 119.9958469, 30.2821159 ], [ 119.9965561, 30.2821866 ] ], [ [ 119.9977211, 30.2821058 ], [ 119.9976822, 30.2822083 ] ], [ [ 119.9852762, 30.2814661 ], [ 119.9853873, 30.281487 ], [ 119.986629, 30.2817504 ], [ 119.9875557, 30.2820025 ], [ 119.9877933, 30.2820627 ], [ 119.9893829, 30.2825944 ] ], [ [ 119.9893389, 30.2827153 ], [ 119.987765, 30.2821834 ], [ 119.9865085, 30.2818382 ], [ 119.9852532, 30.2815737 ] ], [ [ 119.9976822, 30.2822083 ], [ 119.997600377034772, 30.282199208559419 ] ], [ [ 119.997600377034772, 30.282199208559419 ], [ 119.9975517, 30.2821938 ] ], [ [ 119.9965561, 30.2821866 ], [ 119.9968744, 30.2822183 ] ], [ [ 119.9977211, 30.2821058 ], [ 119.9978833, 30.2821358 ], [ 119.9993923, 30.2824031 ] ], [ [ 119.9958469, 30.2821159 ], [ 119.9959375, 30.2821486 ], [ 119.9960189, 30.2821986 ], [ 119.9961, 30.2822731 ], [ 119.9961383, 30.2823415 ], [ 119.9961591, 30.2824229 ] ], [ [ 119.9961591, 30.2824229 ], [ 119.9961947, 30.2823513 ], [ 119.9962325, 30.2823139 ], [ 119.9962731, 30.2822806 ], [ 119.9963691, 30.2822322 ], [ 119.9965561, 30.2821866 ] ], [ [ 119.9918014, 30.2831722 ], [ 119.991969, 30.2823714 ] ], [ [ 119.991969, 30.2823714 ], [ 119.992, 30.2822368 ] ], [ [ 119.992, 30.2822368 ], [ 119.992072881179666, 30.281888926593883 ] ], [ [ 119.992072881179666, 30.281888926593883 ], [ 119.9921371, 30.2815824 ] ], [ [ 119.9968744, 30.2822183 ], [ 119.9972125, 30.2823846 ], [ 119.9973736, 30.2827198 ] ], [ [ 119.9961591, 30.2824229 ], [ 119.9961436, 30.2825669 ] ], [ [ 119.9893829, 30.2825944 ], [ 119.9894806, 30.2826271 ] ], [ [ 120.0020073, 30.2830309 ], [ 120.0017227, 30.2829478 ], [ 120.0006643, 30.2827095 ], [ 119.9993563, 30.2824957 ], [ 119.9991685, 30.2824488 ], [ 119.9976822, 30.2822083 ] ], [ [ 119.9893389, 30.2827153 ], [ 119.9893829, 30.2825944 ] ], [ [ 119.9894806, 30.2826271 ], [ 119.9894455, 30.2827513 ] ], [ [ 119.9894455, 30.2827513 ], [ 119.9893389, 30.2827153 ] ], [ [ 119.9894806, 30.2826271 ], [ 119.9896821, 30.282686 ], [ 119.9900173, 30.2827637 ], [ 119.9908803, 30.2829605 ], [ 119.99169652054097, 30.283148095145503 ] ], [ [ 119.99169652054097, 30.283148095145503 ], [ 119.9918014, 30.2831722 ] ], [ [ 119.9946085, 30.2838099 ], [ 119.9948129, 30.2828421 ], [ 119.994983427874715, 30.282029856566766 ] ], [ [ 119.994983427874715, 30.282029856566766 ], [ 119.9949864, 30.2820157 ] ], [ [ 119.9973736, 30.2827198 ], [ 119.9972795, 30.2831433 ] ], [ [ 119.9951225, 30.2820341 ], [ 119.995120390398824, 30.282043504634206 ] ], [ [ 119.995120390398824, 30.282043504634206 ], [ 119.9950439, 30.2823845 ], [ 119.9949413, 30.2828605 ], [ 119.9947266, 30.2838368 ] ], [ [ 119.9917771, 30.2832752 ], [ 119.991678096763806, 30.283254195711976 ] ], [ [ 119.991678096763806, 30.283254195711976 ], [ 119.9908608, 30.2830808 ], [ 119.9900097, 30.2829003 ], [ 119.9896716, 30.2828142 ], [ 119.9894455, 30.2827513 ] ], [ [ 119.9754481, 30.2809619 ], [ 119.9754772, 30.2808327 ] ], [ [ 119.9755887, 30.2808552 ], [ 119.9755588, 30.2809863 ] ], [ [ 119.9698324, 30.2854371 ], [ 119.9674796, 30.2850487 ] ], [ [ 119.9698324, 30.2854371 ], [ 119.9701506, 30.2854897 ] ], [ [ 119.9918014, 30.2831722 ], [ 119.9917771, 30.2832752 ] ], [ [ 119.9970229, 30.2843592 ], [ 119.997219401741006, 30.283587970777567 ] ], [ [ 119.997219401741006, 30.283587970777567 ], [ 119.9972556, 30.2834459 ], [ 119.997294473167017, 30.283305557045864 ] ], [ [ 119.997294473167017, 30.283305557045864 ], [ 119.9973023, 30.2832773 ], [ 119.9974433, 30.2826647 ], [ 119.997496764410315, 30.282432445472168 ] ], [ [ 119.997496764410315, 30.282432445472168 ], [ 119.9975517, 30.2821938 ] ], [ [ 119.9976822, 30.2822083 ], [ 119.9975642, 30.2826791 ], [ 119.9974126, 30.2832838 ], [ 119.997379516530771, 30.28341010208419 ] ], [ [ 119.997379516530771, 30.28341010208419 ], [ 119.997365668037659, 30.283462971193259 ] ], [ [ 119.997365668037659, 30.283462971193259 ], [ 119.9973221, 30.2836293 ], [ 119.9971242, 30.2843853 ] ], [ [ 119.9972795, 30.2831433 ], [ 119.9972779, 30.2832451 ], [ 119.997294473167017, 30.283305557045864 ] ], [ [ 119.997294473167017, 30.283305557045864 ], [ 119.9972992, 30.2833228 ], [ 119.9973693, 30.2834067 ], [ 119.997379516530771, 30.28341010208419 ] ], [ [ 119.997379516530771, 30.28341010208419 ], [ 119.9974687, 30.2834398 ], [ 119.9975705, 30.2834559 ] ], [ [ 119.9890405, 30.2840741 ], [ 119.9891185, 30.2838315 ], [ 119.9893008, 30.2828529 ], [ 119.9893389, 30.2827153 ] ], [ [ 119.9972795, 30.2831433 ], [ 119.997194, 30.2835283 ], [ 119.9971545, 30.2836936 ] ], [ [ 119.9894455, 30.2827513 ], [ 119.9891646, 30.2841125 ] ], [ [ 119.9914212, 30.2847403 ], [ 119.9914928, 30.2843213 ], [ 119.991678096763806, 30.283254195711976 ] ], [ [ 119.991678096763806, 30.283254195711976 ], [ 119.99169652054097, 30.283148095145503 ] ], [ [ 119.99169652054097, 30.283148095145503 ], [ 119.9917205, 30.28301 ], [ 119.9919726, 30.2821724 ] ], [ [ 119.9975705, 30.2834559 ], [ 119.9977001, 30.2834786 ] ], [ [ 119.9918014, 30.2831722 ], [ 119.9946085, 30.2838099 ] ], [ [ 119.9975705, 30.2834559 ], [ 119.997462, 30.2834497 ], [ 119.9973861, 30.2834561 ], [ 119.997365668037659, 30.283462971193259 ] ], [ [ 119.997365668037659, 30.283462971193259 ], [ 119.9973186, 30.2834788 ], [ 119.9972337, 30.2835647 ], [ 119.997219401741006, 30.283587970777567 ] ], [ [ 119.997219401741006, 30.283587970777567 ], [ 119.9971545, 30.2836936 ] ], [ [ 119.9945879, 30.2838997 ], [ 119.9917771, 30.2832752 ] ], [ [ 119.9946085, 30.2838099 ], [ 119.9947266, 30.2838368 ] ], [ [ 119.9945879, 30.2838997 ], [ 119.9946085, 30.2838099 ] ], [ [ 119.9947266, 30.2838368 ], [ 119.9947063, 30.2839259 ] ], [ [ 119.9947063, 30.2839259 ], [ 119.9945879, 30.2838997 ] ], [ [ 119.9914534, 30.2847859 ], [ 119.991454797878063, 30.284779376137163 ] ], [ [ 119.991454797878063, 30.284779376137163 ], [ 119.9917771, 30.2832752 ] ], [ [ 119.9947266, 30.2838368 ], [ 119.996996754978809, 30.28435325210161 ] ], [ [ 119.996996754978809, 30.28435325210161 ], [ 119.9970229, 30.2843592 ] ], [ [ 119.9889859, 30.2841954 ], [ 119.989005402269541, 30.284152073529388 ] ], [ [ 119.989005402269541, 30.284152073529388 ], [ 119.989022232354799, 30.284114683614703 ] ], [ [ 119.989022232354799, 30.284114683614703 ], [ 119.9890405, 30.2840741 ] ], [ [ 119.9891646, 30.2841125 ], [ 119.989147717284538, 30.284151806590891 ] ], [ [ 119.989147717284538, 30.284151806590891 ], [ 119.989131312997841, 30.284189999296764 ] ], [ [ 119.989131312997841, 30.284189999296764 ], [ 119.9891125, 30.2842338 ] ], [ [ 119.9970039, 30.2844335 ], [ 119.996978886026511, 30.284427975803535 ] ], [ [ 119.996978886026511, 30.284427975803535 ], [ 119.995012, 30.2839936 ], [ 119.9947063, 30.2839259 ] ], [ [ 119.9875628, 30.283618 ], [ 119.9877473, 30.2837284 ], [ 119.9885821, 30.2839841 ], [ 119.9886197, 30.2839956 ], [ 119.989022232354799, 30.284114683614703 ] ], [ [ 119.989022232354799, 30.284114683614703 ], [ 119.989147717284538, 30.284151806590891 ] ], [ [ 119.989147717284538, 30.284151806590891 ], [ 119.9907043, 30.2846123 ], [ 119.9912312, 30.2847796 ], [ 119.991334, 30.2847869 ], [ 119.9914212, 30.2847403 ] ], [ [ 119.9916398, 30.2849272 ], [ 119.991439569047202, 30.284873309129569 ] ], [ [ 119.991439569047202, 30.284873309129569 ], [ 119.9910665, 30.2847729 ], [ 119.989131312997841, 30.284189999296764 ] ], [ [ 119.989131312997841, 30.284189999296764 ], [ 119.989005402269541, 30.284152073529388 ] ], [ [ 119.989005402269541, 30.284152073529388 ], [ 119.9885656, 30.2840196 ], [ 119.9876605, 30.2837403 ], [ 119.987512, 30.283732 ], [ 119.9872076, 30.2836899 ] ], [ [ 119.9970229, 30.2843592 ], [ 119.9971242, 30.2843853 ] ], [ [ 119.9970039, 30.2844335 ], [ 119.9970229, 30.2843592 ] ], [ [ 119.9971242, 30.2843853 ], [ 119.9970989, 30.2844579 ] ], [ [ 119.9970989, 30.2844579 ], [ 119.9970039, 30.2844335 ] ], [ [ 119.9941953, 30.2856071 ], [ 119.9945879, 30.2838997 ] ], [ [ 119.9947063, 30.2839259 ], [ 119.9943969, 30.285288 ], [ 119.9943121, 30.2856421 ] ], [ [ 119.9916398, 30.2849272 ], [ 119.9916149, 30.2849185 ], [ 119.9915273, 30.2848637 ], [ 119.991454797878063, 30.284779376137163 ] ], [ [ 119.991454797878063, 30.284779376137163 ], [ 119.9914212, 30.2847403 ] ], [ [ 119.9914312, 30.2849262 ], [ 119.991439569047202, 30.284873309129569 ] ], [ [ 119.991439569047202, 30.284873309129569 ], [ 119.9914534, 30.2847859 ] ], [ [ 119.9971545, 30.2836936 ], [ 119.996996754978809, 30.28435325210161 ] ], [ [ 119.996996754978809, 30.28435325210161 ], [ 119.996978886026511, 30.284427975803535 ] ], [ [ 119.996978886026511, 30.284427975803535 ], [ 119.9966709, 30.2857159 ], [ 119.996586, 30.2860464 ] ], [ [ 119.9971242, 30.2843853 ], [ 119.9984879, 30.2847585 ], [ 120.0006901, 30.2853612 ] ], [ [ 119.9965921, 30.2862791 ], [ 119.99661736012149, 30.286165889508943 ] ], [ [ 119.99661736012149, 30.286165889508943 ], [ 119.9970039, 30.2844335 ] ], [ [ 119.9970989, 30.2844579 ], [ 119.996677999366256, 30.286275631375233 ] ], [ [ 119.996677999366256, 30.286275631375233 ], [ 119.9966715, 30.2863037 ] ], [ [ 119.9959707, 30.2862144 ], [ 119.9946059, 30.2858071 ], [ 119.994293018356544, 30.285721627365611 ] ], [ [ 119.994293018356544, 30.285721627365611 ], [ 119.994176338807051, 30.28568975298537 ] ], [ [ 119.994176338807051, 30.28568975298537 ], [ 119.9939415, 30.2856256 ], [ 119.9917929, 30.2849806 ], [ 119.9916398, 30.2849272 ] ], [ [ 119.9941655, 30.285737 ], [ 119.994176338807051, 30.28568975298537 ] ], [ [ 119.994176338807051, 30.28568975298537 ], [ 119.9941953, 30.2856071 ] ], [ [ 119.978495, 30.2875427 ], [ 119.9787091, 30.2861809 ], [ 119.9788004, 30.2858344 ], [ 119.9790038, 30.2852538 ], [ 119.9790405, 30.2851303 ], [ 119.9795627, 30.2834578 ], [ 119.9795832, 30.2833544 ], [ 119.9796001, 30.283255 ], [ 119.979863, 30.2821131 ], [ 119.9799056, 30.2819282 ] ], [ [ 119.9799949, 30.281949 ], [ 119.9799528, 30.2821274 ], [ 119.9796811, 30.2832795 ], [ 119.9796671, 30.2833757 ], [ 119.9796508, 30.2834805 ], [ 119.9791228, 30.2851644 ], [ 119.9790744, 30.2852807 ], [ 119.9788867, 30.2858531 ], [ 119.9787726, 30.286199 ], [ 119.9785693, 30.2875617 ] ], [ [ 119.9748965, 30.2866117 ], [ 119.978495, 30.2875427 ] ], [ [ 119.9785693, 30.2875617 ], [ 119.978495, 30.2875427 ] ], [ [ 119.9943121, 30.2856421 ], [ 119.994293018356544, 30.285721627365611 ] ], [ [ 119.994293018356544, 30.285721627365611 ], [ 119.9942811, 30.2857713 ] ], [ [ 119.9911793, 30.2867167 ], [ 119.9914312, 30.2849262 ] ], [ [ 119.996586, 30.2860464 ], [ 119.9964502, 30.286175 ], [ 119.9962363, 30.2862578 ], [ 119.9959707, 30.2862144 ] ], [ [ 119.9965448, 30.2864331 ], [ 119.996562694845835, 30.286374837711222 ] ], [ [ 119.996562694845835, 30.286374837711222 ], [ 119.9965921, 30.2862791 ] ], [ [ 119.9966715, 30.2863037 ], [ 119.99664003014324, 30.286395796505374 ] ], [ [ 119.99664003014324, 30.286395796505374 ], [ 119.9966198, 30.286455 ] ], [ [ 119.996586, 30.2860464 ], [ 119.9965885, 30.2861104 ], [ 119.99661736012149, 30.286165889508943 ] ], [ [ 119.99661736012149, 30.286165889508943 ], [ 119.9966713, 30.2862696 ], [ 119.996677999366256, 30.286275631375233 ] ], [ [ 119.996677999366256, 30.286275631375233 ], [ 119.9967746, 30.2863626 ], [ 119.9970965, 30.2864951 ], [ 119.997381, 30.2865735 ], [ 119.9985656, 30.2869358 ], [ 119.998813, 30.2869676 ] ], [ [ 119.993787, 30.2873834 ], [ 119.9941655, 30.285737 ] ], [ [ 119.9942811, 30.2857713 ], [ 119.9938706, 30.2874055 ] ], [ [ 119.998763, 30.2870816 ], [ 119.9985339, 30.2869561 ], [ 119.9973699, 30.2865936 ], [ 119.99664003014324, 30.286395796505374 ] ], [ [ 119.99664003014324, 30.286395796505374 ], [ 119.996562694845835, 30.286374837711222 ] ], [ [ 119.996562694845835, 30.286374837711222 ], [ 119.9959707, 30.2862144 ] ], [ [ 119.9847374, 30.2847888 ], [ 119.9845291, 30.2860128 ] ], [ [ 119.9845291, 30.2860128 ], [ 119.9845147, 30.2862887 ] ], [ [ 119.9845147, 30.2862887 ], [ 119.984417, 30.286815 ] ], [ [ 119.984417, 30.286815 ], [ 119.9844268, 30.2869696 ] ], [ [ 119.9844268, 30.2869696 ], [ 119.9844595, 30.2870049 ] ], [ [ 119.9844595, 30.2870049 ], [ 119.9845117, 30.2870612 ] ], [ [ 119.9845117, 30.2870612 ], [ 119.9865598, 30.2876984 ] ], [ [ 119.9865598, 30.2876984 ], [ 119.9884366, 30.2883373 ] ], [ [ 119.9884366, 30.2883373 ], [ 119.9889924, 30.2885293 ] ], [ [ 119.9889924, 30.2885293 ], [ 119.9893496, 30.2886647 ] ], [ [ 119.9893496, 30.2886647 ], [ 119.9899434, 30.2888389 ] ], [ [ 119.9899434, 30.2888389 ], [ 119.9907009, 30.2889971 ] ], [ [ 119.9907009, 30.2889971 ], [ 119.990851, 30.2890334 ] ], [ [ 119.993787, 30.2873834 ], [ 119.9911793, 30.2867167 ] ], [ [ 120.008992, 30.2878016 ], [ 120.0056477, 30.2867944 ] ], [ [ 120.0056477, 30.2867944 ], [ 120.0048623, 30.2865726 ] ], [ [ 120.0048623, 30.2865726 ], [ 120.0034189, 30.2861651 ] ], [ [ 120.0097011, 30.2858185 ], [ 120.0111658, 30.2863493 ] ], [ [ 120.0111658, 30.2863493 ], [ 120.0112702, 30.2863918 ] ], [ [ 120.0112702, 30.2863918 ], [ 120.011363, 30.2864415 ] ], [ [ 120.011363, 30.2864415 ], [ 120.0114375, 30.2865087 ] ], [ [ 120.0114375, 30.2865087 ], [ 120.0114899, 30.286588 ] ], [ [ 120.0114899, 30.286588 ], [ 120.0115195, 30.2866668 ] ], [ [ 120.0115195, 30.2866668 ], [ 120.0115307, 30.2867081 ] ], [ [ 120.0115307, 30.2867081 ], [ 120.0115346, 30.2867571 ] ], [ [ 120.0115346, 30.2867571 ], [ 120.0115346, 30.2868133 ] ], [ [ 120.0115346, 30.2868133 ], [ 120.0115226, 30.286875 ] ], [ [ 120.0115226, 30.286875 ], [ 120.0114863, 30.2869915 ] ], [ [ 120.0114863, 30.2869915 ], [ 120.0114517, 30.2870994 ] ], [ [ 120.0114517, 30.2870994 ], [ 120.0114056, 30.2872237 ] ], [ [ 120.0114056, 30.2872237 ], [ 120.0113041, 30.2875026 ] ], [ [ 120.0113041, 30.2875026 ], [ 120.0110049, 30.2883533 ] ], [ [ 120.008992, 30.2878016 ], [ 120.0099879, 30.2880843 ] ], [ [ 120.0099879, 30.2880843 ], [ 120.0110049, 30.2883533 ] ], [ [ 119.9701506, 30.2854897 ], [ 119.9702289, 30.2855026 ] ], [ [ 119.9702289, 30.2855026 ], [ 119.972386, 30.2860229 ] ], [ [ 119.972386, 30.2860229 ], [ 119.9724314, 30.286034 ] ], [ [ 119.9724314, 30.286034 ], [ 119.9727067, 30.2861014 ] ], [ [ 119.9727067, 30.2861014 ], [ 119.9727985, 30.2861238 ] ], [ [ 119.9727985, 30.2861238 ], [ 119.9747706, 30.2865793 ] ], [ [ 119.9674796, 30.2850487 ], [ 119.9672971, 30.2881378 ] ], [ [ 119.9748965, 30.2866117 ], [ 119.9747706, 30.2865793 ] ], [ [ 119.9959801, 30.2879355 ], [ 119.9961608, 30.2874548 ], [ 119.9965448, 30.2864331 ] ], [ [ 119.9938706, 30.2874055 ], [ 119.993787, 30.2873834 ] ], [ [ 119.9938706, 30.2874055 ], [ 119.9946571, 30.2876031 ] ], [ [ 119.9946571, 30.2876031 ], [ 119.9950179, 30.2876938 ] ], [ [ 119.9950179, 30.2876938 ], [ 119.9959801, 30.2879355 ] ], [ [ 119.990851, 30.2890334 ], [ 119.9908781, 30.2889284 ] ], [ [ 119.9908781, 30.2889284 ], [ 119.9910157, 30.287874 ] ], [ [ 119.9910157, 30.287874 ], [ 119.9910488, 30.2876324 ] ], [ [ 119.9910488, 30.2876324 ], [ 119.9911793, 30.2867167 ] ], [ [ 119.9966198, 30.286455 ], [ 119.9965709, 30.2865841 ], [ 119.9960828, 30.2879683 ], [ 119.9953405, 30.2900467 ] ], [ [ 119.9932465, 30.2895672 ], [ 119.9932908, 30.2894382 ], [ 119.993787, 30.2873834 ] ], [ [ 119.9938706, 30.2874055 ], [ 119.9933371, 30.2895882 ] ], [ [ 119.9952427, 30.2900182 ], [ 119.995828, 30.2883831 ], [ 119.9959801, 30.2879355 ] ], [ [ 119.990851, 30.2890334 ], [ 119.9910059, 30.2890694 ] ], [ [ 119.9910059, 30.2890694 ], [ 119.9921186, 30.289312 ] ], [ [ 119.9921186, 30.289312 ], [ 119.99237, 30.2893689 ] ], [ [ 119.99237, 30.2893689 ], [ 119.9925273, 30.2894044 ] ], [ [ 119.9925273, 30.2894044 ], [ 119.9931726, 30.2895504 ] ], [ [ 119.9931726, 30.2895504 ], [ 119.9932465, 30.2895672 ] ], [ [ 119.9933371, 30.2895882 ], [ 119.9932465, 30.2895672 ] ], [ [ 119.9933371, 30.2895882 ], [ 119.9942257, 30.2897891 ] ], [ [ 119.9942257, 30.2897891 ], [ 119.9942714, 30.2898014 ] ], [ [ 119.9942714, 30.2898014 ], [ 119.9952427, 30.2900182 ] ], [ [ 119.9952427, 30.2900182 ], [ 119.9953405, 30.2900467 ] ], [ [ 119.983683, 30.2888234 ], [ 119.9823878, 30.2884913 ] ], [ [ 119.9823878, 30.2884913 ], [ 119.9813214, 30.2882638 ] ], [ [ 119.9813214, 30.2882638 ], [ 119.9785693, 30.2875617 ] ], [ [ 119.983683, 30.2888234 ], [ 119.9837811, 30.2888485 ] ], [ [ 119.9780954, 30.2903722 ], [ 119.978495, 30.2875427 ] ], [ [ 119.9785693, 30.2875617 ], [ 119.9782225, 30.2903864 ], [ 119.9782217, 30.2903939 ] ], [ [ 119.9837811, 30.2888485 ], [ 119.9845809, 30.2891055 ] ], [ [ 119.9845809, 30.2891055 ], [ 119.9857994, 30.2895083 ] ], [ [ 119.9857994, 30.2895083 ], [ 119.9859434, 30.2895582 ] ], [ [ 119.9883922, 30.2903772 ], [ 119.9877057, 30.2901518 ] ], [ [ 119.9877057, 30.2901518 ], [ 119.9859434, 30.2895582 ] ], [ [ 119.9832495, 30.2912615 ], [ 119.9833025, 30.2909504 ] ], [ [ 119.9833025, 30.2909504 ], [ 119.9834103, 30.2904753 ] ], [ [ 119.9834103, 30.2904753 ], [ 119.9835308, 30.2897828 ] ], [ [ 119.9835308, 30.2897828 ], [ 119.9836513, 30.2890516 ] ], [ [ 119.9836513, 30.2890516 ], [ 119.983683, 30.2888234 ] ], [ [ 119.9837811, 30.2888485 ], [ 119.9836872, 30.2893448 ], [ 119.9835801, 30.2899168 ], [ 119.9835014, 30.2903528 ], [ 119.9834226, 30.2907313 ], [ 119.9833209, 30.2912738 ] ], [ [ 119.9780809, 30.2905319 ], [ 119.9780954, 30.2903722 ] ], [ [ 119.9782217, 30.2903939 ], [ 119.9782041, 30.2905526 ] ], [ [ 120.0233705, 30.2899209 ], [ 120.0236213, 30.2890703 ] ], [ [ 120.0236213, 30.2890703 ], [ 120.0238612, 30.2884964 ] ], [ [ 120.0238612, 30.2884964 ], [ 120.0239786, 30.2882156 ] ], [ [ 120.0239786, 30.2882156 ], [ 120.0240139, 30.2881311 ] ], [ [ 120.0240139, 30.2881311 ], [ 120.0240476, 30.2880391 ] ], [ [ 120.0240476, 30.2880391 ], [ 120.0241, 30.287948 ] ], [ [ 120.0241, 30.287948 ], [ 120.0241121, 30.2879184 ] ], [ [ 120.0241121, 30.2879184 ], [ 120.024194, 30.2877184 ] ], [ [ 120.024194, 30.2877184 ], [ 120.0247438, 30.2863754 ] ], [ [ 120.0247438, 30.2863754 ], [ 120.0247624, 30.2863301 ] ], [ [ 120.0247624, 30.2863301 ], [ 120.0252038, 30.2853015 ] ], [ [ 120.0445729, 30.2881324 ], [ 120.0447217, 30.2880797 ] ], [ [ 120.0447217, 30.2880797 ], [ 120.0451701, 30.2878683 ] ], [ [ 120.0445729, 30.2881324 ], [ 120.0441633, 30.2881373 ] ], [ [ 120.0441633, 30.2881373 ], [ 120.043873, 30.2882381 ] ], [ [ 120.043873, 30.2882381 ], [ 120.0437089, 30.2883058 ] ], [ [ 120.0490716, 30.2888726 ], [ 120.0490536, 30.2888394 ] ], [ [ 120.0490536, 30.2888394 ], [ 120.0489881, 30.2887187 ] ], [ [ 120.0489881, 30.2887187 ], [ 120.0489087, 30.2886032 ] ], [ [ 120.0489087, 30.2886032 ], [ 120.0487448, 30.2884906 ] ], [ [ 120.0487448, 30.2884906 ], [ 120.0465627, 30.2884699 ] ], [ [ 120.0465627, 30.2884699 ], [ 120.0462825, 30.2884348 ] ], [ [ 120.0462825, 30.2884348 ], [ 120.0460202, 30.2883842 ] ], [ [ 120.0460202, 30.2883842 ], [ 120.0457098, 30.288256 ] ], [ [ 120.0457098, 30.288256 ], [ 120.0454136, 30.2880782 ] ], [ [ 120.0454136, 30.2880782 ], [ 120.0451701, 30.2878683 ] ], [ [ 120.0445729, 30.2881324 ], [ 120.0446865, 30.2888008 ] ], [ [ 120.013129, 30.2889912 ], [ 120.0118617, 30.2886021 ] ], [ [ 120.0118617, 30.2886021 ], [ 120.0110049, 30.2883533 ] ], [ [ 120.0082484, 30.2897439 ], [ 120.0085362, 30.2889462 ] ], [ [ 120.0085362, 30.2889462 ], [ 120.008545, 30.2889148 ] ], [ [ 120.008545, 30.2889148 ], [ 120.008992, 30.2878016 ] ], [ [ 120.013129, 30.2889912 ], [ 120.0132985, 30.2890407 ] ], [ [ 120.0490716, 30.2888726 ], [ 120.0491313, 30.2889475 ] ], [ [ 120.057299, 30.2891422 ], [ 120.0573028, 30.2889497 ] ], [ [ 120.0531632, 30.2892374 ], [ 120.0531618, 30.2888751 ] ], [ [ 120.0621922, 30.2893451 ], [ 120.0621898, 30.2894171 ] ], [ [ 120.0621898, 30.2894171 ], [ 120.0621556, 30.2906108 ] ], [ [ 120.0621556, 30.2906108 ], [ 120.0621267, 30.2907248 ] ], [ [ 120.0621267, 30.2907248 ], [ 120.0620425, 30.2907726 ] ], [ [ 120.0620425, 30.2907726 ], [ 120.0619256, 30.2908002 ] ], [ [ 120.0619256, 30.2908002 ], [ 120.0612495, 30.2907961 ] ], [ [ 120.0612495, 30.2907961 ], [ 120.0610076, 30.2907558 ] ], [ [ 120.0610076, 30.2907558 ], [ 120.060993, 30.2918105 ] ], [ [ 120.060993, 30.2918105 ], [ 120.0602608, 30.2917945 ] ], [ [ 120.0602608, 30.2917945 ], [ 120.0600503, 30.2917899 ] ], [ [ 120.0600503, 30.2917899 ], [ 120.0589529, 30.2917659 ] ], [ [ 120.0589529, 30.2917659 ], [ 120.0587816, 30.2917622 ] ], [ [ 120.0587816, 30.2917622 ], [ 120.0572961, 30.2917297 ] ], [ [ 120.0649682, 30.2919035 ], [ 120.0638449, 30.2918485 ] ], [ [ 120.0638449, 30.2918485 ], [ 120.0636312, 30.291838 ] ], [ [ 120.0636312, 30.291838 ], [ 120.0632676, 30.2918202 ] ], [ [ 120.0632676, 30.2918202 ], [ 120.0627511, 30.2918506 ] ], [ [ 120.0627511, 30.2918506 ], [ 120.0621585, 30.2918371 ] ], [ [ 120.0621585, 30.2918371 ], [ 120.0619571, 30.2918325 ] ], [ [ 120.0619571, 30.2918325 ], [ 120.060993, 30.2918105 ] ], [ [ 120.0295874, 30.2877297 ], [ 120.0292573, 30.2886112 ] ], [ [ 120.0292573, 30.2886112 ], [ 120.0289319, 30.2894803 ] ], [ [ 120.0289319, 30.2894803 ], [ 120.0281962, 30.2914511 ] ], [ [ 120.0233705, 30.2899209 ], [ 120.0251031, 30.2905049 ] ], [ [ 120.0251031, 30.2905049 ], [ 120.025203, 30.2905386 ] ], [ [ 120.025203, 30.2905386 ], [ 120.0281962, 30.2914511 ] ], [ [ 120.0224659, 30.2919033 ], [ 120.0227871, 30.2912269 ] ], [ [ 120.0227871, 30.2912269 ], [ 120.0231216, 30.2905223 ] ], [ [ 120.0231216, 30.2905223 ], [ 120.023189, 30.2903496 ] ], [ [ 120.023189, 30.2903496 ], [ 120.0233484, 30.2899741 ] ], [ [ 120.0233484, 30.2899741 ], [ 120.0233705, 30.2899209 ] ], [ [ 120.0102486, 30.2903304 ], [ 120.010496, 30.2896035 ] ], [ [ 120.010496, 30.2896035 ], [ 120.0106415, 30.2892375 ] ], [ [ 120.0106415, 30.2892375 ], [ 120.0110049, 30.2883533 ] ], [ [ 120.0102045, 30.290449 ], [ 120.0102486, 30.2903304 ] ], [ [ 120.0490314, 30.2891576 ], [ 120.049065, 30.2892574 ] ], [ [ 120.0572961, 30.2917297 ], [ 120.0572899, 30.2911956 ] ], [ [ 120.0572899, 30.2911956 ], [ 120.057288, 30.2910337 ] ], [ [ 120.057288, 30.2910337 ], [ 120.0572835, 30.2906476 ] ], [ [ 120.0572835, 30.2906476 ], [ 120.0572812, 30.2901851 ] ], [ [ 120.0572812, 30.2901851 ], [ 120.0572841, 30.2899426 ] ], [ [ 120.0572841, 30.2899426 ], [ 120.057299, 30.2891422 ] ], [ [ 120.0516698, 30.2934214 ], [ 120.0512634, 30.2927758 ] ], [ [ 120.0512634, 30.2927758 ], [ 120.0510417, 30.2924237 ] ], [ [ 120.0510417, 30.2924237 ], [ 120.0506156, 30.2917469 ] ], [ [ 120.0506156, 30.2917469 ], [ 120.0503394, 30.2913081 ] ], [ [ 120.0503394, 30.2913081 ], [ 120.0503315, 30.2912957 ] ], [ [ 120.0503315, 30.2912957 ], [ 120.0500952, 30.290924 ] ], [ [ 120.0500952, 30.290924 ], [ 120.0499653, 30.2907143 ] ], [ [ 120.0499653, 30.2907143 ], [ 120.0498388, 30.2905619 ] ], [ [ 120.0498388, 30.2905619 ], [ 120.0496956, 30.2904248 ] ], [ [ 120.0496956, 30.2904248 ], [ 120.0495617, 30.29032 ] ], [ [ 120.0495617, 30.29032 ], [ 120.0494092, 30.2901694 ] ], [ [ 120.0494092, 30.2901694 ], [ 120.0492498, 30.2899552 ] ], [ [ 120.0492498, 30.2899552 ], [ 120.0491762, 30.2898222 ] ], [ [ 120.0491762, 30.2898222 ], [ 120.0491129, 30.2896042 ] ], [ [ 120.0491129, 30.2896042 ], [ 120.0490767, 30.2893754 ] ], [ [ 120.0490767, 30.2893754 ], [ 120.049065, 30.2892574 ] ], [ [ 120.0516698, 30.2934214 ], [ 120.0526838, 30.2931998 ] ], [ [ 120.0526838, 30.2931998 ], [ 120.0530445, 30.293121 ] ], [ [ 120.0530445, 30.293121 ], [ 120.0533943, 30.2930155 ] ], [ [ 120.0533943, 30.2930155 ], [ 120.0536689, 30.2928962 ] ], [ [ 120.0536689, 30.2928962 ], [ 120.0538462, 30.2927711 ] ], [ [ 120.0538462, 30.2927711 ], [ 120.05405, 30.292602 ] ], [ [ 120.05405, 30.292602 ], [ 120.0544968, 30.2921825 ] ], [ [ 120.0544968, 30.2921825 ], [ 120.0546521, 30.2920556 ] ], [ [ 120.0546521, 30.2920556 ], [ 120.0547616, 30.2919856 ] ], [ [ 120.0547616, 30.2919856 ], [ 120.0548653, 30.291929 ] ], [ [ 120.0548653, 30.291929 ], [ 120.0550399, 30.2918337 ] ], [ [ 120.0550399, 30.2918337 ], [ 120.0552943, 30.2917422 ] ], [ [ 120.0552943, 30.2917422 ], [ 120.0555888, 30.2916953 ] ], [ [ 120.0555888, 30.2916953 ], [ 120.056578, 30.2917149 ] ], [ [ 120.056578, 30.2917149 ], [ 120.0567829, 30.291719 ] ], [ [ 120.0567829, 30.291719 ], [ 120.0572961, 30.2917297 ] ], [ [ 120.0572961, 30.2917297 ], [ 120.0572843, 30.2919057 ] ], [ [ 120.0572843, 30.2919057 ], [ 120.0572721, 30.2921822 ] ], [ [ 120.0572721, 30.2921822 ], [ 120.0572839, 30.2924255 ] ], [ [ 120.0572839, 30.2924255 ], [ 120.0573124, 30.2927113 ] ], [ [ 120.0573124, 30.2927113 ], [ 120.0573757, 30.2930131 ] ], [ [ 120.0573757, 30.2930131 ], [ 120.0580297, 30.2950804 ] ], [ [ 120.0359376, 30.2936661 ], [ 120.0357331, 30.2936367 ] ], [ [ 120.0357331, 30.2936367 ], [ 120.0349278, 30.2934728 ] ], [ [ 120.0349278, 30.2934728 ], [ 120.0340495, 30.2932502 ] ], [ [ 120.0340495, 30.2932502 ], [ 120.033605, 30.293115 ] ], [ [ 120.033605, 30.293115 ], [ 120.0327415, 30.2928523 ] ], [ [ 120.0327415, 30.2928523 ], [ 120.0319728, 30.2926037 ] ], [ [ 120.0319728, 30.2926037 ], [ 120.0315356, 30.2924717 ] ], [ [ 120.0315356, 30.2924717 ], [ 120.0305628, 30.2921772 ] ], [ [ 120.0305628, 30.2921772 ], [ 120.029643, 30.2918987 ] ], [ [ 120.029643, 30.2918987 ], [ 120.0292636, 30.2917813 ] ], [ [ 120.0292636, 30.2917813 ], [ 120.0289977, 30.2916991 ] ], [ [ 120.0289977, 30.2916991 ], [ 120.0281962, 30.2914511 ] ], [ [ 120.0280806, 30.2922049 ], [ 120.0277524, 30.293617 ] ], [ [ 120.0360857, 30.2936874 ], [ 120.0359376, 30.2936661 ] ], [ [ 119.9884481, 30.2903962 ], [ 119.9883922, 30.2903772 ] ], [ [ 119.9953405, 30.2900467 ], [ 119.9964945, 30.2903138 ] ], [ [ 119.9964945, 30.2903138 ], [ 119.9967033, 30.2903662 ] ], [ [ 119.9967033, 30.2903662 ], [ 119.9975734, 30.2906027 ] ], [ [ 119.9975734, 30.2906027 ], [ 119.9982396, 30.2908153 ] ], [ [ 119.9982396, 30.2908153 ], [ 119.998499, 30.2909174 ] ], [ [ 119.992354, 30.2915996 ], [ 119.9927178, 30.2905525 ], [ 119.9928087, 30.2903239 ], [ 119.9929265, 30.2900984 ], [ 119.9931302, 30.2897766 ], [ 119.9932465, 30.2895672 ] ], [ [ 119.9933371, 30.2895882 ], [ 119.9930055, 30.2901258 ], [ 119.9929115, 30.290279 ], [ 119.9928291, 30.290462 ], [ 119.992784, 30.2905721 ], [ 119.9926127, 30.2910801 ], [ 119.9924265, 30.2916325 ] ], [ [ 119.992354, 30.2915996 ], [ 119.9915901, 30.2913683 ] ], [ [ 119.9915901, 30.2913683 ], [ 119.9902363, 30.2909872 ] ], [ [ 119.9902363, 30.2909872 ], [ 119.9900157, 30.2909167 ] ], [ [ 119.9900157, 30.2909167 ], [ 119.9893489, 30.2907026 ] ], [ [ 119.9893489, 30.2907026 ], [ 119.9884481, 30.2903962 ] ], [ [ 119.9924265, 30.2916325 ], [ 119.992354, 30.2915996 ] ], [ [ 119.9859434, 30.2895582 ], [ 119.985766, 30.2899689 ] ], [ [ 119.985766, 30.2899689 ], [ 119.9850438, 30.2915808 ] ], [ [ 119.9850438, 30.2915808 ], [ 119.9849662, 30.2917006 ] ], [ [ 119.9832264, 30.2913971 ], [ 119.9832495, 30.2912615 ] ], [ [ 119.9833209, 30.2912738 ], [ 119.9832941, 30.2914092 ] ], [ [ 119.9883922, 30.2903772 ], [ 119.9880659, 30.2909831 ], [ 119.987799, 30.2914785 ], [ 119.987698, 30.2916441 ], [ 119.9873245, 30.2920928 ], [ 119.9861744, 30.2928467 ] ], [ [ 119.9862461, 30.2930093 ], [ 119.9862912, 30.2929567 ], [ 119.9864852, 30.2927973 ], [ 119.9873639, 30.2921472 ], [ 119.9877325, 30.2917429 ], [ 119.9877631, 30.2916858 ], [ 119.988053, 30.291144 ], [ 119.9884481, 30.2903962 ] ], [ [ 119.9861744, 30.2928467 ], [ 119.9860417, 30.2929478 ] ], [ [ 119.9861437, 30.2931287 ], [ 119.9862461, 30.2930093 ] ], [ [ 119.9860417, 30.2929478 ], [ 119.9860028, 30.2929774 ], [ 119.985639, 30.2932921 ], [ 119.9856331, 30.29335 ], [ 119.9852215, 30.2937167 ], [ 119.9849681, 30.2940803 ], [ 119.9848755, 30.2944488 ], [ 119.9848169, 30.2949876 ] ], [ [ 119.9849677, 30.2949836 ], [ 119.9850066, 30.2945369 ], [ 119.9850661, 30.2941329 ], [ 119.9853118, 30.2937948 ], [ 119.9858074, 30.2933837 ], [ 119.9861437, 30.2931287 ] ], [ [ 119.9920473, 30.2923394 ], [ 119.992354, 30.2915996 ] ], [ [ 119.9924265, 30.2916325 ], [ 119.9923822, 30.2917711 ], [ 119.99213, 30.2923692 ] ], [ [ 119.9920473, 30.2923394 ], [ 119.9920316, 30.2923337 ] ], [ [ 119.9920316, 30.2923337 ], [ 119.9913401, 30.2920842 ] ], [ [ 119.9913401, 30.2920842 ], [ 119.9911529, 30.2920426 ] ], [ [ 119.9911529, 30.2920426 ], [ 119.9908439, 30.2919857 ] ], [ [ 119.9908439, 30.2919857 ], [ 119.9907165, 30.2919622 ] ], [ [ 119.9907165, 30.2919622 ], [ 119.9898662, 30.2918163 ] ], [ [ 119.99213, 30.2923692 ], [ 119.9920473, 30.2923394 ] ], [ [ 119.9986866, 30.2940835 ], [ 119.9983165, 30.2939395 ] ], [ [ 119.9983165, 30.2939395 ], [ 119.9982268, 30.2939046 ] ], [ [ 119.9982268, 30.2939046 ], [ 119.9980051, 30.2938183 ] ], [ [ 119.9980051, 30.2938183 ], [ 119.9979774, 30.2938075 ] ], [ [ 119.9979774, 30.2938075 ], [ 119.9978988, 30.2937769 ] ], [ [ 119.9978988, 30.2937769 ], [ 119.997036, 30.2934411 ] ], [ [ 119.997036, 30.2934411 ], [ 119.9966833, 30.2933039 ] ], [ [ 119.9966833, 30.2933039 ], [ 119.9960533, 30.2930587 ] ], [ [ 119.9960533, 30.2930587 ], [ 119.9960332, 30.2930509 ] ], [ [ 119.9960332, 30.2930509 ], [ 119.9952909, 30.292762 ] ], [ [ 119.9952909, 30.292762 ], [ 119.9947919, 30.2925678 ] ], [ [ 119.9947919, 30.2925678 ], [ 119.99376, 30.2922125 ] ], [ [ 119.99376, 30.2922125 ], [ 119.9932355, 30.2919998 ] ], [ [ 119.9932355, 30.2919998 ], [ 119.9924265, 30.2916325 ] ], [ [ 119.9984746, 30.2946837 ], [ 119.9983043, 30.2946293 ] ], [ [ 119.9983043, 30.2946293 ], [ 119.9977426, 30.2944481 ] ], [ [ 119.9977426, 30.2944481 ], [ 119.9966358, 30.29401 ] ], [ [ 119.9966358, 30.29401 ], [ 119.9957288, 30.2936842 ] ], [ [ 119.9957288, 30.2936842 ], [ 119.9950526, 30.2934351 ] ], [ [ 119.9950526, 30.2934351 ], [ 119.9942801, 30.2931504 ] ], [ [ 119.9942801, 30.2931504 ], [ 119.9935502, 30.2928815 ] ], [ [ 119.9935502, 30.2928815 ], [ 119.99213, 30.2923692 ] ], [ [ 119.9907966, 30.2953346 ], [ 119.9908702, 30.2950593 ], [ 119.9910182, 30.2947034 ], [ 119.9911146, 30.2945441 ], [ 119.991821, 30.2928636 ], [ 119.9920473, 30.2923394 ] ], [ [ 119.99213, 30.2923692 ], [ 119.9918137, 30.293095 ], [ 119.990969, 30.2950749 ], [ 119.9909393, 30.2951505 ], [ 119.9909228, 30.2953396 ] ], [ [ 119.9691711, 30.2932443 ], [ 119.9690611, 30.2932302 ], [ 119.968759, 30.2931913 ], [ 119.9672542, 30.2929976 ], [ 119.9651748, 30.2927299 ], [ 119.9652134, 30.2925886 ], [ 119.9673531, 30.2928384 ], [ 119.9688016, 30.2930075 ], [ 119.9691886, 30.2930527 ] ], [ [ 119.9691886, 30.2930527 ], [ 119.9695247, 30.2930715 ] ], [ [ 119.9695323, 30.2932454 ], [ 119.9691711, 30.2932443 ] ], [ [ 119.9766309, 30.2983258 ], [ 119.9765638, 30.298797 ] ], [ [ 119.9765638, 30.298797 ], [ 119.9765466, 30.2990083 ] ], [ [ 119.9979914, 30.2960098 ], [ 119.9981856, 30.2960558 ] ], [ [ 119.9981856, 30.2960558 ], [ 119.9985312, 30.296017 ] ], [ [ 119.9985312, 30.296017 ], [ 119.9989284, 30.2960559 ] ], [ [ 119.9989284, 30.2960559 ], [ 119.9993022, 30.29608 ] ], [ [ 119.9993022, 30.29608 ], [ 119.9996081, 30.2961078 ] ], [ [ 119.9996081, 30.2961078 ], [ 120.0000319, 30.2961487 ] ], [ [ 120.0000319, 30.2961487 ], [ 120.0000469, 30.2961501 ] ], [ [ 120.0000469, 30.2961501 ], [ 120.0005412, 30.2962048 ] ], [ [ 120.0005412, 30.2962048 ], [ 120.0010594, 30.296247 ] ], [ [ 120.0010594, 30.296247 ], [ 120.001275, 30.296237 ] ], [ [ 119.9981253, 30.2984588 ], [ 119.9982048, 30.2981095 ] ], [ [ 119.9982048, 30.2981095 ], [ 119.9983661, 30.2974091 ] ], [ [ 119.9983661, 30.2974091 ], [ 119.9984111, 30.2972228 ] ], [ [ 119.9984111, 30.2972228 ], [ 119.9985336, 30.296738 ] ], [ [ 119.9985336, 30.296738 ], [ 119.9985555, 30.2964521 ] ], [ [ 119.9985555, 30.2964521 ], [ 119.9985058, 30.2963948 ] ], [ [ 119.9985058, 30.2963948 ], [ 119.9983833, 30.2962536 ] ], [ [ 119.9983833, 30.2962536 ], [ 119.9981856, 30.2960558 ] ], [ [ 119.9880815, 30.2997577 ], [ 119.9880941, 30.2996086 ] ], [ [ 120.0595272, 30.2891616 ], [ 120.0595293, 30.2892387 ] ], [ [ 120.0595293, 30.2892387 ], [ 120.0595592, 30.2905057 ] ], [ [ 120.0595592, 30.2905057 ], [ 120.0596236, 30.2906631 ] ], [ [ 120.0596236, 30.2906631 ], [ 120.0597738, 30.2907558 ] ], [ [ 120.0597738, 30.2907558 ], [ 120.0610076, 30.2907558 ] ], [ [ 120.0719723, 30.2889342 ], [ 120.071962, 30.2892583 ] ], [ [ 120.0718618, 30.2904599 ], [ 120.0718021, 30.2902142 ], [ 120.0717777, 30.2900036 ], [ 120.0717937, 30.2893388 ], [ 120.0717967, 30.2892134 ] ], [ [ 120.071962, 30.2892583 ], [ 120.0719584, 30.2893776 ], [ 120.0719472, 30.2897464 ], [ 120.0719367, 30.2899827 ], [ 120.0719271, 30.2900571 ], [ 120.07191, 30.2901889 ], [ 120.0718618, 30.2904599 ] ], [ [ 120.0681344, 30.2891675 ], [ 120.0681358, 30.2892651 ] ], [ [ 120.0681358, 30.2892651 ], [ 120.0681498, 30.2902598 ] ], [ [ 120.0681498, 30.2902598 ], [ 120.0681531, 30.290495 ] ], [ [ 120.0681531, 30.290495 ], [ 120.0681558, 30.2908308 ] ], [ [ 120.0681558, 30.2908308 ], [ 120.0681714, 30.2913277 ] ], [ [ 120.0681714, 30.2913277 ], [ 120.0682039, 30.292363 ] ], [ [ 120.0718618, 30.2904599 ], [ 120.07186, 30.2907254 ] ], [ [ 120.07186, 30.2907254 ], [ 120.0718546, 30.2909258 ] ], [ [ 120.0718546, 30.2909258 ], [ 120.0718489, 30.2915846 ] ], [ [ 120.0718489, 30.2915846 ], [ 120.0718474, 30.2917514 ] ], [ [ 120.0718474, 30.2917514 ], [ 120.0718417, 30.2924088 ] ], [ [ 120.076752, 30.2893984 ], [ 120.0767318, 30.2894904 ] ], [ [ 120.0767318, 30.2894904 ], [ 120.0765254, 30.2904291 ] ], [ [ 120.0765254, 30.2904291 ], [ 120.0760781, 30.2924638 ] ], [ [ 120.0795659, 30.2925603 ], [ 120.0793985, 30.2925244 ] ], [ [ 120.0793985, 30.2925244 ], [ 120.0774657, 30.2924891 ] ], [ [ 120.0774657, 30.2924891 ], [ 120.0760781, 30.2924638 ] ], [ [ 120.0760781, 30.2924638 ], [ 120.0758177, 30.2935956 ] ], [ [ 120.0758177, 30.2935956 ], [ 120.0757818, 30.2937516 ] ], [ [ 120.0757818, 30.2937516 ], [ 120.0756978, 30.2941167 ] ], [ [ 120.0651272, 30.2919188 ], [ 120.0666685, 30.2921421 ] ], [ [ 120.0666685, 30.2921421 ], [ 120.0668518, 30.2921686 ] ], [ [ 120.0668518, 30.2921686 ], [ 120.0676489, 30.2922841 ] ], [ [ 120.0676489, 30.2922841 ], [ 120.0679453, 30.2923281 ] ], [ [ 120.0679453, 30.2923281 ], [ 120.0682039, 30.292363 ] ], [ [ 120.0718417, 30.2924088 ], [ 120.0682039, 30.292363 ] ], [ [ 120.0760781, 30.2924638 ], [ 120.0718417, 30.2924088 ] ], [ [ 120.0682505, 30.2940749 ], [ 120.0682039, 30.292363 ] ], [ [ 120.0717752, 30.2940909 ], [ 120.0718047, 30.2933448 ] ], [ [ 120.0718047, 30.2933448 ], [ 120.0718106, 30.2931964 ] ], [ [ 120.0718106, 30.2931964 ], [ 120.0718417, 30.2924088 ] ], [ [ 120.0651272, 30.2919188 ], [ 120.0650489, 30.2919075 ] ], [ [ 120.0650489, 30.2919075 ], [ 120.0649682, 30.2919035 ] ], [ [ 120.0615463, 30.2945328 ], [ 120.060993, 30.2918105 ] ], [ [ 120.0653197, 30.2940337 ], [ 120.0654624, 30.2940284 ] ], [ [ 120.0653197, 30.2940337 ], [ 120.0634477, 30.2942813 ] ], [ [ 120.0634477, 30.2942813 ], [ 120.0625757, 30.2943966 ] ], [ [ 120.0625757, 30.2943966 ], [ 120.0615463, 30.2945328 ] ], [ [ 120.0682505, 30.2940749 ], [ 120.0679775, 30.2940709 ] ], [ [ 120.0679775, 30.2940709 ], [ 120.0677079, 30.2940674 ] ], [ [ 120.0677079, 30.2940674 ], [ 120.0665492, 30.2940473 ] ], [ [ 120.0665492, 30.2940473 ], [ 120.0663353, 30.2940436 ] ], [ [ 120.0663353, 30.2940436 ], [ 120.0654624, 30.2940284 ] ], [ [ 120.0682505, 30.2940749 ], [ 120.0701756, 30.2940836 ] ], [ [ 120.0701756, 30.2940836 ], [ 120.0705349, 30.2940853 ] ], [ [ 120.0705349, 30.2940853 ], [ 120.0717752, 30.2940909 ] ], [ [ 120.0717752, 30.2940909 ], [ 120.0732172, 30.2941004 ] ], [ [ 120.0732172, 30.2941004 ], [ 120.0736087, 30.294103 ] ], [ [ 120.0736087, 30.294103 ], [ 120.0756978, 30.2941167 ] ], [ [ 120.0717752, 30.2940909 ], [ 120.071974, 30.2949319 ] ], [ [ 120.071974, 30.2949319 ], [ 120.071992, 30.295008 ] ], [ [ 120.071992, 30.295008 ], [ 120.0722557, 30.2961232 ] ], [ [ 120.0722557, 30.2961232 ], [ 120.0722926, 30.2962792 ] ], [ [ 120.0689687, 30.2966557 ], [ 120.0684202, 30.2946847 ] ], [ [ 120.0684202, 30.2946847 ], [ 120.0682505, 30.2940749 ] ], [ [ 120.0580297, 30.2950804 ], [ 120.0615463, 30.2945328 ] ], [ [ 120.0621651, 30.2973467 ], [ 120.0621284, 30.2971798 ] ], [ [ 120.0621284, 30.2971798 ], [ 120.0615463, 30.2945328 ] ], [ [ 120.0723217, 30.2964067 ], [ 120.0722926, 30.2962792 ] ], [ [ 120.0748519, 30.3119776 ], [ 120.0742864, 30.3117411 ] ], [ [ 120.0742864, 30.3117411 ], [ 120.0736745, 30.3114853 ] ], [ [ 120.0736745, 30.3114853 ], [ 120.0733834, 30.3113637 ] ], [ [ 120.0733834, 30.3113637 ], [ 120.0732697, 30.3113098 ] ], [ [ 120.0732697, 30.3113098 ], [ 120.070069, 30.3099717 ] ], [ [ 120.070069, 30.3099717 ], [ 120.0697952, 30.3098572 ] ], [ [ 120.0697952, 30.3098572 ], [ 120.0687692, 30.3094279 ] ], [ [ 120.0687692, 30.3094279 ], [ 120.0687148, 30.3094047 ] ], [ [ 120.0687148, 30.3094047 ], [ 120.0685152, 30.3093197 ] ], [ [ 120.0685152, 30.3093197 ], [ 120.0683022, 30.3092289 ] ], [ [ 120.0683022, 30.3092289 ], [ 120.0655639, 30.3080622 ] ], [ [ 120.0655639, 30.3080622 ], [ 120.0644995, 30.3075997 ] ], [ [ 120.0658731, 30.310808 ], [ 120.0675588, 30.3114988 ] ], [ [ 120.0675588, 30.3114988 ], [ 120.0680139, 30.3116782 ] ], [ [ 120.0680139, 30.3116782 ], [ 120.0689454, 30.3120453 ] ], [ [ 120.0689454, 30.3120453 ], [ 120.0691714, 30.3121344 ] ], [ [ 120.0691714, 30.3121344 ], [ 120.0698612, 30.3124063 ] ], [ [ 120.0756978, 30.2941167 ], [ 120.0755327, 30.2948128 ] ], [ [ 120.0755327, 30.2948128 ], [ 120.0753419, 30.2956172 ] ], [ [ 120.0753419, 30.2956172 ], [ 120.0753242, 30.2957331 ] ], [ [ 120.0831967, 30.3106686 ], [ 120.0833206, 30.3106814 ], [ 120.0833935, 30.3107318 ], [ 120.0835627, 30.3108487 ], [ 120.0837431, 30.3109561 ], [ 120.0839212, 30.3110621 ], [ 120.0840311, 30.3111239 ], [ 120.0843198, 30.3112699 ], [ 120.0848522, 30.3114886 ], [ 120.0854234, 30.3116641 ], [ 120.0857582, 30.3117669 ], [ 120.0865578, 30.3119405 ], [ 120.0867682, 30.3119862 ] ], [ [ 120.0867465, 30.3120908 ], [ 120.0865436, 30.3120402 ], [ 120.0857088, 30.311832 ], [ 120.0854074, 30.3117424 ], [ 120.084957, 30.3116086 ], [ 120.0845626, 30.3114596 ], [ 120.0842784, 30.3113459 ], [ 120.0839971, 30.3112196 ], [ 120.0838743, 30.3111601 ], [ 120.0837246, 30.3110872 ], [ 120.0834904, 30.3109702 ], [ 120.0834112, 30.3109584 ], [ 120.0833465, 30.3109487 ], [ 120.0832334, 30.3109324 ] ], [ [ 120.0216197, 30.2936832 ], [ 120.0220368, 30.2928071 ] ], [ [ 120.0220368, 30.2928071 ], [ 120.0221531, 30.2925622 ] ], [ [ 120.0221531, 30.2925622 ], [ 120.0224659, 30.2919033 ] ], [ [ 120.0215513, 30.2938171 ], [ 120.0216197, 30.2936832 ] ], [ [ 120.0215513, 30.2938171 ], [ 120.0213142, 30.2942907 ] ], [ [ 120.0213142, 30.2942907 ], [ 120.021231, 30.2945033 ] ], [ [ 120.021231, 30.2945033 ], [ 120.0210489, 30.2949683 ] ], [ [ 120.0210489, 30.2949683 ], [ 120.021025, 30.2950305 ] ], [ [ 120.001275, 30.296237 ], [ 120.0013944, 30.2962091 ] ], [ [ 120.0013944, 30.2962091 ], [ 120.0047345, 30.2970799 ] ], [ [ 120.025435, 30.2928591 ], [ 120.0246203, 30.2947248 ] ], [ [ 120.0451074, 30.2935118 ], [ 120.0442508, 30.2937745 ] ], [ [ 120.0442508, 30.2937745 ], [ 120.0433957, 30.2939722 ] ], [ [ 120.0433957, 30.2939722 ], [ 120.0429483, 30.2940318 ] ], [ [ 120.0429483, 30.2940318 ], [ 120.0425149, 30.2940712 ] ], [ [ 120.0425149, 30.2940712 ], [ 120.0424369, 30.2940739 ] ], [ [ 120.0424369, 30.2940739 ], [ 120.0417683, 30.294097 ] ], [ [ 120.0417683, 30.294097 ], [ 120.0414171, 30.2940856 ] ], [ [ 120.0414171, 30.2940856 ], [ 120.0411153, 30.2940757 ] ], [ [ 120.0411153, 30.2940757 ], [ 120.040737, 30.2940634 ] ], [ [ 120.040737, 30.2940634 ], [ 120.039098, 30.2939901 ] ], [ [ 120.039098, 30.2939901 ], [ 120.0375761, 30.2938979 ] ], [ [ 120.0375761, 30.2938979 ], [ 120.036269, 30.2937143 ] ], [ [ 120.036269, 30.2937143 ], [ 120.0360857, 30.2936874 ] ], [ [ 120.0273179, 30.2956772 ], [ 120.0274478, 30.2950912 ] ], [ [ 120.0274478, 30.2950912 ], [ 120.0276731, 30.2939991 ] ], [ [ 120.0276731, 30.2939991 ], [ 120.0277524, 30.293617 ] ], [ [ 120.0245899, 30.294784 ], [ 120.0240408, 30.2959769 ] ], [ [ 120.0240408, 30.2959769 ], [ 120.021025, 30.2950305 ] ], [ [ 120.0516698, 30.2934214 ], [ 120.0524774, 30.2947032 ] ], [ [ 120.0524774, 30.2947032 ], [ 120.052565, 30.2948422 ] ], [ [ 120.052565, 30.2948422 ], [ 120.0528731, 30.2953313 ] ], [ [ 120.0528731, 30.2953313 ], [ 120.0531957, 30.2958432 ] ], [ [ 120.0580297, 30.2950804 ], [ 120.0578833, 30.2951056 ] ], [ [ 120.0578833, 30.2951056 ], [ 120.0567937, 30.2952825 ] ], [ [ 120.0567937, 30.2952825 ], [ 120.0559272, 30.2954175 ] ], [ [ 120.0559272, 30.2954175 ], [ 120.0541438, 30.2956954 ] ], [ [ 120.0541438, 30.2956954 ], [ 120.0531957, 30.2958432 ] ], [ [ 120.0531957, 30.2958432 ], [ 120.0537379, 30.2966386 ] ], [ [ 120.0537379, 30.2966386 ], [ 120.053946, 30.2969438 ] ], [ [ 120.053946, 30.2969438 ], [ 120.0546204, 30.2979332 ] ], [ [ 120.0546204, 30.2979332 ], [ 120.0547932, 30.2981699 ] ], [ [ 120.0547932, 30.2981699 ], [ 120.0549327, 30.2983626 ] ], [ [ 120.0549327, 30.2983626 ], [ 120.055567, 30.2993237 ] ], [ [ 120.055567, 30.2993237 ], [ 120.0561067, 30.3000844 ] ], [ [ 120.0561067, 30.3000844 ], [ 120.0565069, 30.3006697 ] ], [ [ 120.0565069, 30.3006697 ], [ 120.0569591, 30.3010936 ] ], [ [ 120.0569591, 30.3010936 ], [ 120.0571678, 30.3012892 ] ], [ [ 120.0571678, 30.3012892 ], [ 120.0574077, 30.3014537 ] ], [ [ 120.0574077, 30.3014537 ], [ 120.0577862, 30.3017132 ] ], [ [ 120.0577862, 30.3017132 ], [ 120.0583719, 30.3020234 ] ], [ [ 120.0583719, 30.3020234 ], [ 120.0592601, 30.3022893 ] ], [ [ 120.0592601, 30.3022893 ], [ 120.0597337, 30.3023767 ] ], [ [ 120.0597337, 30.3023767 ], [ 120.0602134, 30.3024734 ] ], [ [ 120.0602134, 30.3024734 ], [ 120.061076, 30.3026386 ] ], [ [ 120.061076, 30.3026386 ], [ 120.0620719, 30.3028254 ] ], [ [ 120.0620719, 30.3028254 ], [ 120.0624623, 30.3028987 ] ], [ [ 120.0624623, 30.3028987 ], [ 120.0631166, 30.3030266 ] ], [ [ 120.0631166, 30.3030266 ], [ 120.063732, 30.3031469 ] ], [ [ 120.063732, 30.3031469 ], [ 120.0649955, 30.3033939 ] ], [ [ 120.063732, 30.3031469 ], [ 120.062638, 30.3067489 ] ], [ [ 120.062638, 30.3067489 ], [ 120.0585119, 30.3049794 ] ], [ [ 120.062638, 30.3067489 ], [ 120.0643294, 30.3075159 ] ], [ [ 120.0577029, 30.3072528 ], [ 120.0600498, 30.3082481 ] ], [ [ 120.0593401, 30.3100142 ], [ 120.0582308, 30.3095907 ] ], [ [ 120.0582308, 30.3095907 ], [ 120.0575166, 30.309318 ] ], [ [ 120.0575166, 30.309318 ], [ 120.0575046, 30.3093134 ] ], [ [ 120.0575046, 30.3093134 ], [ 120.056413, 30.3089605 ] ], [ [ 120.0580525, 30.3133089 ], [ 120.0580215, 30.3133878 ] ], [ [ 120.0265922, 30.3133337 ], [ 120.0266352, 30.3097761 ] ], [ [ 120.0267014, 30.3097834 ], [ 120.0266631, 30.3133461 ] ], [ [ 120.0310883, 30.3111286 ], [ 120.0331697, 30.3111561 ] ], [ [ 120.0331697, 30.3111561 ], [ 120.0331286, 30.3130714 ] ], [ [ 120.0331286, 30.3130714 ], [ 120.0331278, 30.3133201 ] ], [ [ 120.0265922, 30.3133337 ], [ 120.0257068, 30.3131787 ] ], [ [ 120.0257068, 30.3131787 ], [ 120.0236156, 30.3128739 ] ], [ [ 120.0309148, 30.3133203 ], [ 120.0292498, 30.3132919 ] ], [ [ 120.0292498, 30.3132919 ], [ 120.0290855, 30.3132926 ] ], [ [ 120.0290855, 30.3132926 ], [ 120.0266631, 30.3133461 ] ], [ [ 120.0309148, 30.3133203 ], [ 120.0331278, 30.3133201 ] ], [ [ 120.0266631, 30.3133461 ], [ 120.0265922, 30.3133337 ] ], [ [ 119.9736675, 30.3001304 ], [ 119.9710061, 30.2999481 ] ], [ [ 119.9710061, 30.2999481 ], [ 119.9691365, 30.2997953 ] ], [ [ 119.9879606, 30.3011386 ], [ 119.9880815, 30.2997577 ] ], [ [ 119.9736675, 30.3001304 ], [ 119.9737933, 30.3001366 ] ], [ [ 119.9764345, 30.3003374 ], [ 119.9737933, 30.3001366 ] ], [ [ 119.9879606, 30.3011386 ], [ 119.9883973, 30.301158 ] ], [ [ 119.9883973, 30.301158 ], [ 119.9919854, 30.3012436 ] ], [ [ 119.992117, 30.3012467 ], [ 119.9919854, 30.3012436 ] ], [ [ 119.9878521, 30.3022571 ], [ 119.9879606, 30.3011386 ] ], [ [ 119.9878224, 30.3026076 ], [ 119.9878521, 30.3022571 ] ], [ [ 120.0006749, 30.2979228 ], [ 120.0009541, 30.2971833 ] ], [ [ 120.0009541, 30.2971833 ], [ 120.0010572, 30.2969102 ] ], [ [ 120.0010572, 30.2969102 ], [ 120.0012333, 30.2964438 ] ], [ [ 120.0012333, 30.2964438 ], [ 120.001275, 30.296237 ] ], [ [ 120.0188512, 30.3024015 ], [ 120.018893, 30.3021015 ] ], [ [ 120.018893, 30.3021015 ], [ 120.019064, 30.3011245 ] ], [ [ 120.019064, 30.3011245 ], [ 120.0190973, 30.3009341 ] ], [ [ 120.0190973, 30.3009341 ], [ 120.019172, 30.3006016 ] ], [ [ 120.019172, 30.3006016 ], [ 120.0194281, 30.2995468 ] ], [ [ 120.0194281, 30.2995468 ], [ 120.0194721, 30.2993737 ] ], [ [ 120.0194721, 30.2993737 ], [ 120.0196437, 30.2986993 ] ], [ [ 120.0196437, 30.2986993 ], [ 120.0197993, 30.2982184 ] ], [ [ 120.0197993, 30.2982184 ], [ 120.0201025, 30.2973264 ] ], [ [ 120.0201025, 30.2973264 ], [ 120.0202311, 30.2969636 ] ], [ [ 120.0202311, 30.2969636 ], [ 120.0204444, 30.2964 ] ], [ [ 120.0204444, 30.2964 ], [ 120.021025, 30.2950305 ] ], [ [ 119.9764345, 30.3003374 ], [ 119.9765466, 30.2990083 ] ], [ [ 119.9763392, 30.3016776 ], [ 119.9764345, 30.3003374 ] ], [ [ 119.9763272, 30.301826 ], [ 119.9763392, 30.3016776 ] ], [ [ 119.9759863, 30.3121526 ], [ 119.9763355, 30.3106751 ] ], [ [ 119.9763355, 30.3106751 ], [ 119.976347, 30.3106251 ] ], [ [ 119.976347, 30.3106251 ], [ 119.976496, 30.3099779 ] ], [ [ 119.976496, 30.3099779 ], [ 119.9765695, 30.3096587 ] ], [ [ 119.9765695, 30.3096587 ], [ 119.9765856, 30.3095841 ] ], [ [ 119.9765856, 30.3095841 ], [ 119.9766265, 30.3093942 ] ], [ [ 119.9766265, 30.3093942 ], [ 119.9768387, 30.3085406 ] ], [ [ 119.9768387, 30.3085406 ], [ 119.9768941, 30.3082618 ] ], [ [ 119.9768941, 30.3082618 ], [ 119.9769686, 30.3078869 ] ], [ [ 119.9769686, 30.3078869 ], [ 119.9770594, 30.3074425 ] ], [ [ 119.9770594, 30.3074425 ], [ 119.9770826, 30.3072963 ] ], [ [ 119.9770826, 30.3072963 ], [ 119.9772293, 30.3061316 ] ], [ [ 119.9772293, 30.3061316 ], [ 119.9773139, 30.3054599 ] ], [ [ 119.9773139, 30.3054599 ], [ 119.9774141, 30.3046642 ] ], [ [ 119.9774141, 30.3046642 ], [ 119.9774817, 30.3041279 ] ], [ [ 119.9774817, 30.3041279 ], [ 119.9775118, 30.3039947 ] ], [ [ 119.9775118, 30.3039947 ], [ 119.9775228, 30.3038408 ] ], [ [ 119.9775228, 30.3038408 ], [ 119.9775314, 30.3035072 ] ], [ [ 119.9775314, 30.3035072 ], [ 119.977446, 30.3033871 ] ], [ [ 119.977446, 30.3033871 ], [ 119.977012, 30.3032449 ] ], [ [ 119.977012, 30.3032449 ], [ 119.9765121, 30.3031632 ] ], [ [ 119.9765121, 30.3031632 ], [ 119.9764457, 30.3030598 ] ], [ [ 119.9764457, 30.3030598 ], [ 119.9764293, 30.3029359 ] ], [ [ 119.9764293, 30.3029359 ], [ 119.9763976, 30.3026292 ] ], [ [ 119.9763976, 30.3026292 ], [ 119.9762888, 30.302331 ] ], [ [ 119.9762888, 30.302331 ], [ 119.9763272, 30.301826 ] ], [ [ 119.9973112, 30.3062023 ], [ 119.9970521, 30.3062374 ] ], [ [ 119.9970521, 30.3062374 ], [ 119.9966897, 30.3063739 ] ], [ [ 119.9966897, 30.3063739 ], [ 119.9965441, 30.3065018 ] ], [ [ 119.9965441, 30.3065018 ], [ 119.9964016, 30.3066268 ] ], [ [ 119.9964016, 30.3066268 ], [ 119.996302, 30.3067574 ] ], [ [ 119.996302, 30.3067574 ], [ 119.996186, 30.3073778 ] ], [ [ 119.996186, 30.3073778 ], [ 119.9960872, 30.3080797 ] ], [ [ 119.9960872, 30.3080797 ], [ 119.9960861, 30.3083905 ] ], [ [ 119.9960861, 30.3083905 ], [ 119.9962787, 30.3088774 ] ], [ [ 119.9962787, 30.3088774 ], [ 119.996332, 30.3090375 ] ], [ [ 119.996332, 30.3090375 ], [ 119.9963448, 30.3092102 ] ], [ [ 119.9963448, 30.3092102 ], [ 119.9963318, 30.3094162 ] ], [ [ 119.9963318, 30.3094162 ], [ 119.9960554, 30.3106538 ] ], [ [ 119.9960554, 30.3106538 ], [ 119.9959993, 30.3109294 ] ], [ [ 119.9959993, 30.3109294 ], [ 119.9959324, 30.3112582 ] ], [ [ 119.9959324, 30.3112582 ], [ 119.9958064, 30.3119602 ] ], [ [ 119.9958064, 30.3119602 ], [ 119.9956495, 30.3121031 ] ], [ [ 119.9956495, 30.3121031 ], [ 119.995577, 30.312243 ] ], [ [ 119.995577, 30.312243 ], [ 119.9955328, 30.312421 ] ], [ [ 119.9955328, 30.312421 ], [ 119.9955325, 30.312743 ] ], [ [ 119.9955325, 30.312743 ], [ 119.9956196, 30.3129279 ] ], [ [ 119.9956196, 30.3129279 ], [ 119.9954977, 30.3133936 ] ], [ [ 119.9954977, 30.3133936 ], [ 119.9953078, 30.3141256 ] ], [ [ 119.9953078, 30.3141256 ], [ 119.9952844, 30.3144481 ] ], [ [ 119.9952844, 30.3144481 ], [ 119.9952938, 30.314561 ] ], [ [ 119.9952938, 30.314561 ], [ 119.9952942, 30.3145692 ] ], [ [ 119.9952942, 30.3145692 ], [ 119.9952984, 30.3146507 ] ], [ [ 119.9952984, 30.3146507 ], [ 119.9953125, 30.3149238 ] ], [ [ 119.9953125, 30.3149238 ], [ 119.9952844, 30.3151697 ] ], [ [ 119.9952844, 30.3151697 ], [ 119.9951818, 30.3157483 ] ], [ [ 119.9951818, 30.3157483 ], [ 119.995163, 30.3158543 ] ], [ [ 119.995163, 30.3158543 ], [ 119.9951257, 30.3160647 ] ], [ [ 119.9951257, 30.3160647 ], [ 119.9951211, 30.3161108 ] ], [ [ 119.973827, 30.3179647 ], [ 119.9741507, 30.3166119 ] ], [ [ 119.9741507, 30.3166119 ], [ 119.9741979, 30.3164637 ] ], [ [ 119.9741979, 30.3164637 ], [ 119.9742537, 30.3163378 ] ], [ [ 119.9742537, 30.3163378 ], [ 119.9744811, 30.3160192 ] ], [ [ 119.9744811, 30.3160192 ], [ 119.9746458, 30.31585 ] ], [ [ 119.9746458, 30.31585 ], [ 119.9748057, 30.3156856 ] ], [ [ 119.9748057, 30.3156856 ], [ 119.9748416, 30.3156487 ] ], [ [ 119.9748416, 30.3156487 ], [ 119.9750833, 30.3154527 ] ], [ [ 119.9750833, 30.3154527 ], [ 119.975171, 30.3153641 ] ], [ [ 119.975171, 30.3153641 ], [ 119.9752128, 30.3153085 ] ], [ [ 119.9752128, 30.3153085 ], [ 119.9752529, 30.315241 ] ], [ [ 119.9752529, 30.315241 ], [ 119.9752838, 30.3151643 ] ], [ [ 119.9752838, 30.3151643 ], [ 119.9753601, 30.314844 ] ], [ [ 119.9753601, 30.314844 ], [ 119.9755758, 30.3139386 ] ], [ [ 119.9755758, 30.3139386 ], [ 119.9757798, 30.3130261 ] ], [ [ 119.9757798, 30.3130261 ], [ 119.9759863, 30.3121526 ] ], [ [ 119.9966361, 30.3213187 ], [ 119.9951729, 30.3212367 ] ], [ [ 119.9951729, 30.3212367 ], [ 119.9948591, 30.3212019 ] ], [ [ 119.9948591, 30.3212019 ], [ 119.994725, 30.3211533 ] ], [ [ 119.994725, 30.3211533 ], [ 119.9946392, 30.3210838 ] ], [ [ 119.9946392, 30.3210838 ], [ 119.9946082, 30.3209776 ] ], [ [ 119.9946082, 30.3209776 ], [ 119.9946507, 30.3204456 ] ], [ [ 119.9946507, 30.3204456 ], [ 119.994668, 30.3202293 ] ], [ [ 119.994668, 30.3202293 ], [ 119.9947054, 30.3197614 ] ], [ [ 119.9947054, 30.3197614 ], [ 119.9949669, 30.317641 ] ], [ [ 119.9949669, 30.317641 ], [ 119.9951211, 30.3161108 ] ], [ [ 119.9968744, 30.3213436 ], [ 119.9966361, 30.3213187 ] ], [ [ 120.0966966, 30.3025818 ], [ 120.0966938, 30.302636 ] ], [ [ 120.0966938, 30.302636 ], [ 120.0966924, 30.3035415 ] ], [ [ 120.0966924, 30.3035415 ], [ 120.0966922, 30.3036781 ] ], [ [ 120.0966922, 30.3036781 ], [ 120.096692, 30.3038003 ] ], [ [ 120.096692, 30.3038003 ], [ 120.0966905, 30.3039391 ] ], [ [ 120.0966905, 30.3039391 ], [ 120.0966854, 30.3044103 ] ], [ [ 120.0966854, 30.3044103 ], [ 120.0966878, 30.305201 ] ], [ [ 120.0966878, 30.305201 ], [ 120.0966112, 30.3056438 ] ], [ [ 120.0966112, 30.3056438 ], [ 120.096592, 30.3057569 ] ], [ [ 120.096592, 30.3057569 ], [ 120.0965177, 30.3061946 ] ], [ [ 120.0965177, 30.3061946 ], [ 120.0963252, 30.3070755 ] ], [ [ 120.0963252, 30.3070755 ], [ 120.095905, 30.3083231 ] ], [ [ 120.095905, 30.3083231 ], [ 120.0958816, 30.3083925 ] ], [ [ 120.0958816, 30.3083925 ], [ 120.0957236, 30.3088617 ] ], [ [ 120.0957236, 30.3088617 ], [ 120.0956431, 30.3090979 ] ], [ [ 120.0956431, 30.3090979 ], [ 120.0954204, 30.3097858 ] ], [ [ 120.063282, 30.3096832 ], [ 120.0600498, 30.3082481 ] ], [ [ 120.0593401, 30.3100142 ], [ 120.0600498, 30.3082481 ] ], [ [ 120.0954204, 30.3097858 ], [ 120.0953648, 30.3098863 ] ], [ [ 120.0633795, 30.3097214 ], [ 120.063282, 30.3096832 ] ], [ [ 120.0633795, 30.3097214 ], [ 120.0658731, 30.310808 ] ], [ [ 120.0593401, 30.3100142 ], [ 120.0598959, 30.3102225 ] ], [ [ 120.0598959, 30.3102225 ], [ 120.060165, 30.3103234 ] ], [ [ 120.060165, 30.3103234 ], [ 120.0626946, 30.3112715 ] ], [ [ 120.0627813, 30.3113053 ], [ 120.0626946, 30.3112715 ] ], [ [ 120.0658731, 30.310808 ], [ 120.0651169, 30.3123755 ] ], [ [ 120.0580525, 30.3133089 ], [ 120.0582636, 30.312775 ] ], [ [ 120.0582636, 30.312775 ], [ 120.0583844, 30.3124597 ] ], [ [ 120.0583844, 30.3124597 ], [ 120.0585346, 30.3120657 ] ], [ [ 120.0585346, 30.3120657 ], [ 120.0585835, 30.311941 ] ], [ [ 120.0585835, 30.311941 ], [ 120.0587686, 30.3114695 ] ], [ [ 120.0587686, 30.3114695 ], [ 120.0588242, 30.3113281 ] ], [ [ 120.0588242, 30.3113281 ], [ 120.0593401, 30.3100142 ] ], [ [ 120.0651169, 30.3123755 ], [ 120.0642371, 30.3121347 ] ], [ [ 120.0642371, 30.3121347 ], [ 120.0627813, 30.3113053 ] ], [ [ 120.0651169, 30.3123755 ], [ 120.0672519, 30.3130702 ] ], [ [ 120.0672519, 30.3130702 ], [ 120.0675306, 30.3131573 ] ], [ [ 120.0675306, 30.3131573 ], [ 120.0678288, 30.3132505 ] ], [ [ 120.0678288, 30.3132505 ], [ 120.0695675, 30.313794 ] ], [ [ 120.0698612, 30.3124063 ], [ 120.0696873, 30.3132281 ] ], [ [ 120.0696873, 30.3132281 ], [ 120.0696405, 30.3134492 ] ], [ [ 120.0696405, 30.3134492 ], [ 120.0695675, 30.313794 ] ], [ [ 120.0698612, 30.3124063 ], [ 120.0712905, 30.3130286 ] ], [ [ 120.0712905, 30.3130286 ], [ 120.0714276, 30.3131601 ] ], [ [ 120.0714276, 30.3131601 ], [ 120.0714124, 30.3133705 ] ], [ [ 120.0714124, 30.3133705 ], [ 120.0711077, 30.314278 ] ], [ [ 120.0711077, 30.314278 ], [ 120.0709284, 30.3148274 ] ], [ [ 120.0695675, 30.313794 ], [ 120.0693412, 30.3146005 ] ], [ [ 120.0693412, 30.3146005 ], [ 120.0692747, 30.3148375 ] ], [ [ 120.0692747, 30.3148375 ], [ 120.0692318, 30.3149903 ] ], [ [ 120.0692318, 30.3149903 ], [ 120.0691417, 30.3153111 ] ], [ [ 120.0691417, 30.3153111 ], [ 120.0689441, 30.3161616 ] ], [ [ 120.0651169, 30.3123755 ], [ 120.0648594, 30.3131072 ] ], [ [ 120.0648594, 30.3131072 ], [ 120.064913, 30.3142442 ] ], [ [ 120.064913, 30.3142442 ], [ 120.0649266, 30.3144912 ] ], [ [ 120.0649266, 30.3144912 ], [ 120.0648353, 30.3150034 ] ], [ [ 120.0602477, 30.3138271 ], [ 120.0602304, 30.3138831 ] ], [ [ 120.0595416, 30.3159171 ], [ 120.0602304, 30.3138831 ] ], [ [ 120.0648353, 30.3150034 ], [ 120.0648111, 30.3150737 ] ], [ [ 120.0709284, 30.3148274 ], [ 120.0726324, 30.3156265 ] ], [ [ 120.0726324, 30.3156265 ], [ 120.0728336, 30.3156925 ] ], [ [ 120.0728336, 30.3156925 ], [ 120.073193, 30.3157967 ] ], [ [ 120.073193, 30.3157967 ], [ 120.0735538, 30.3158974 ] ], [ [ 120.0735538, 30.3158974 ], [ 120.0738011, 30.3159654 ] ], [ [ 120.0666907, 30.3154908 ], [ 120.0666716, 30.315556 ] ], [ [ 120.0709284, 30.3148274 ], [ 120.0702378, 30.3167107 ] ], [ [ 120.0689441, 30.3161616 ], [ 120.068901, 30.3162293 ] ], [ [ 120.0939078, 30.3152502 ], [ 120.0947334, 30.3155736 ], [ 120.0961575, 30.3160629 ] ], [ [ 120.0960852, 30.3161995 ], [ 120.0946524, 30.3156938 ], [ 120.0938677, 30.3153852 ] ], [ [ 120.0961575, 30.3160629 ], [ 120.0962699, 30.3160943 ] ], [ [ 120.0962208, 30.3162187 ], [ 120.0960852, 30.3161995 ] ], [ [ 120.086128, 30.3154305 ], [ 120.0876011, 30.316077 ] ], [ [ 120.0876011, 30.316077 ], [ 120.0879342, 30.3162231 ] ], [ [ 120.0879342, 30.3162231 ], [ 120.0890025, 30.3166837 ] ], [ [ 120.0890025, 30.3166837 ], [ 120.0892318, 30.3167826 ] ], [ [ 120.0892318, 30.3167826 ], [ 120.0899703, 30.3171095 ] ], [ [ 120.0899703, 30.3171095 ], [ 120.0901433, 30.3171618 ] ], [ [ 120.0595416, 30.3159171 ], [ 120.0586688, 30.3157812 ] ], [ [ 120.0586688, 30.3157812 ], [ 120.0584635, 30.3157493 ] ], [ [ 120.0584635, 30.3157493 ], [ 120.0573249, 30.315572 ] ], [ [ 120.0648111, 30.3150737 ], [ 120.0642264, 30.316673 ] ], [ [ 120.0595416, 30.3159171 ], [ 120.0605289, 30.3160632 ] ], [ [ 120.0605289, 30.3160632 ], [ 120.0608441, 30.3161098 ] ], [ [ 120.0608441, 30.3161098 ], [ 120.0616305, 30.3162262 ] ], [ [ 120.0616305, 30.3162262 ], [ 120.0617378, 30.316243 ] ], [ [ 120.0661667, 30.3170505 ], [ 120.0666716, 30.315556 ] ], [ [ 120.0617378, 30.316243 ], [ 120.0626594, 30.3164022 ] ], [ [ 120.0626594, 30.3164022 ], [ 120.0642264, 30.316673 ] ], [ [ 120.0642264, 30.316673 ], [ 120.0661667, 30.3170505 ] ], [ [ 120.0595416, 30.3159171 ], [ 120.0592678, 30.3177696 ] ], [ [ 120.0592678, 30.3177696 ], [ 120.0592482, 30.3179025 ] ], [ [ 120.0702378, 30.3167107 ], [ 120.0701876, 30.3167995 ] ], [ [ 120.0636363, 30.3183957 ], [ 120.0642264, 30.316673 ] ], [ [ 120.0653583, 30.3187755 ], [ 120.0661667, 30.3170505 ] ], [ [ 120.0612534, 30.3180373 ], [ 120.0592482, 30.3179025 ] ], [ [ 120.0612534, 30.3180373 ], [ 120.0613401, 30.3180443 ] ], [ [ 120.0636363, 30.3183957 ], [ 120.0618526, 30.3180947 ] ], [ [ 120.0618526, 30.3180947 ], [ 120.0613401, 30.3180443 ] ], [ [ 120.0764071, 30.3191118 ], [ 120.0764983, 30.3178533 ] ], [ [ 120.0764983, 30.3178533 ], [ 120.0765064, 30.3177418 ] ], [ [ 120.0765064, 30.3177418 ], [ 120.0765225, 30.3175479 ] ], [ [ 120.0765225, 30.3175479 ], [ 120.0765834, 30.3168122 ] ], [ [ 120.0692588, 30.3199984 ], [ 120.0694433, 30.3193687 ] ], [ [ 120.0694433, 30.3193687 ], [ 120.0694759, 30.3192577 ] ], [ [ 120.0694759, 30.3192577 ], [ 120.0698045, 30.3181364 ] ], [ [ 120.0698045, 30.3181364 ], [ 120.0699351, 30.3177009 ] ], [ [ 120.0699351, 30.3177009 ], [ 120.0701876, 30.3167995 ] ], [ [ 120.0636363, 30.3183957 ], [ 120.0653583, 30.3187755 ] ], [ [ 120.0592482, 30.3179025 ], [ 120.0590014, 30.3199794 ] ], [ [ 120.0676047, 30.3194871 ], [ 120.0659303, 30.318962 ] ], [ [ 120.0659303, 30.318962 ], [ 120.0655148, 30.3188206 ] ], [ [ 120.0655148, 30.3188206 ], [ 120.0653583, 30.3187755 ] ], [ [ 120.0636363, 30.3183957 ], [ 120.0629561, 30.3202489 ] ], [ [ 120.095198, 30.3182773 ], [ 120.0951112, 30.3182242 ] ], [ [ 120.0764071, 30.3191118 ], [ 120.0764019, 30.3192101 ] ], [ [ 120.0796001, 30.3194561 ], [ 120.0796291, 30.3193766 ] ], [ [ 120.0821829, 30.319575 ], [ 120.0821993, 30.3194834 ] ], [ [ 120.0580215, 30.3133878 ], [ 120.0573249, 30.315572 ] ], [ [ 120.0573249, 30.315572 ], [ 120.0554824, 30.3153857 ] ], [ [ 120.0573249, 30.315572 ], [ 120.0572941, 30.3161062 ] ], [ [ 120.0572941, 30.3161062 ], [ 120.057282, 30.3163162 ] ], [ [ 120.057282, 30.3163162 ], [ 120.0571964, 30.3177984 ] ], [ [ 120.0571964, 30.3177984 ], [ 120.055072, 30.317644 ] ], [ [ 120.055072, 30.317644 ], [ 120.0549279, 30.3175988 ] ], [ [ 120.0549279, 30.3175988 ], [ 120.0544925, 30.3174235 ] ], [ [ 120.0544925, 30.3174235 ], [ 120.0543681, 30.3173698 ] ], [ [ 120.0543681, 30.3173698 ], [ 120.0541131, 30.3173104 ] ], [ [ 120.0541131, 30.3173104 ], [ 120.0539978, 30.317326 ] ], [ [ 120.0539978, 30.317326 ], [ 120.0539166, 30.317408 ] ], [ [ 120.0539166, 30.317408 ], [ 120.0538598, 30.3176262 ] ], [ [ 119.9989438, 30.3130802 ], [ 119.999524, 30.3134838 ] ], [ [ 119.999524, 30.3134838 ], [ 119.9997901, 30.3136178 ] ], [ [ 119.9997901, 30.3136178 ], [ 120.0000929, 30.3136943 ] ], [ [ 120.0000929, 30.3136943 ], [ 120.0010977, 30.3138168 ] ], [ [ 120.0010977, 30.3138168 ], [ 120.001251, 30.3138355 ] ], [ [ 120.001251, 30.3138355 ], [ 120.0027728, 30.3140093 ] ], [ [ 120.0027728, 30.3140093 ], [ 120.004796, 30.314232 ] ], [ [ 120.004796, 30.314232 ], [ 120.0048692, 30.3142406 ] ], [ [ 120.0048692, 30.3142406 ], [ 120.0062639, 30.3143844 ] ], [ [ 120.0062639, 30.3143844 ], [ 120.0064075, 30.3144004 ] ], [ [ 120.0064075, 30.3144004 ], [ 120.0064834, 30.3144086 ] ], [ [ 120.0064834, 30.3144086 ], [ 120.0096729, 30.3147511 ] ], [ [ 120.0096729, 30.3147511 ], [ 120.0097408, 30.3147583 ] ], [ [ 120.0097408, 30.3147583 ], [ 120.0115912, 30.3149554 ] ], [ [ 120.0115912, 30.3149554 ], [ 120.012337, 30.3150589 ] ], [ [ 120.012337, 30.3150589 ], [ 120.0126137, 30.3150987 ] ], [ [ 120.0126137, 30.3150987 ], [ 120.0127829, 30.3151424 ] ], [ [ 120.0127829, 30.3151424 ], [ 120.0130577, 30.3152396 ] ], [ [ 120.0130577, 30.3152396 ], [ 120.0149407, 30.3158506 ] ], [ [ 120.0149407, 30.3158506 ], [ 120.01512, 30.3159537 ] ], [ [ 120.01512, 30.3159537 ], [ 120.0152588, 30.3160841 ] ], [ [ 120.0152588, 30.3160841 ], [ 120.015284, 30.3161308 ] ], [ [ 120.015284, 30.3161308 ], [ 120.0153353, 30.3162798 ] ], [ [ 120.0153353, 30.3162798 ], [ 120.0153368, 30.3169701 ] ], [ [ 120.0153368, 30.3169701 ], [ 120.015339, 30.3179959 ] ], [ [ 120.015339, 30.3179959 ], [ 120.0153387, 30.3183753 ] ], [ [ 120.0153387, 30.3183753 ], [ 120.0153799, 30.3185132 ] ], [ [ 120.0153799, 30.3185132 ], [ 120.0155282, 30.3188902 ] ], [ [ 120.0155282, 30.3188902 ], [ 120.015616, 30.3189892 ] ], [ [ 120.015616, 30.3189892 ], [ 120.0157501, 30.319057 ] ], [ [ 120.0157501, 30.319057 ], [ 120.0158618, 30.3190844 ] ], [ [ 120.0158618, 30.3190844 ], [ 120.0160754, 30.3191201 ] ], [ [ 120.0203013, 30.3191835 ], [ 120.020533, 30.319156 ] ], [ [ 120.0265673, 30.3181576 ], [ 120.026577, 30.3174777 ], [ 120.0265762, 30.3171481 ], [ 120.0265922, 30.3133337 ] ], [ [ 120.0266631, 30.3133461 ], [ 120.0266635, 30.3142158 ], [ 120.026629, 30.3171478 ], [ 120.02663, 30.3174398 ], [ 120.0266434, 30.3181711 ] ], [ [ 120.0330206, 30.3194027 ], [ 120.0330899, 30.3158755 ] ], [ [ 120.0330899, 30.3158755 ], [ 120.0330917, 30.3158075 ] ], [ [ 120.0330917, 30.3158075 ], [ 120.0331249, 30.314573 ] ], [ [ 120.0331249, 30.314573 ], [ 120.0331264, 30.3139448 ] ], [ [ 120.0331264, 30.3139448 ], [ 120.0331274, 30.3134956 ] ], [ [ 120.0331274, 30.3134956 ], [ 120.0331278, 30.3133201 ] ], [ [ 120.0378843, 30.3198616 ], [ 120.0378921, 30.3188939 ] ], [ [ 120.0378921, 30.3188939 ], [ 120.037916, 30.3159331 ] ], [ [ 120.037916, 30.3159331 ], [ 120.0379163, 30.3158629 ] ], [ [ 120.0379163, 30.3158629 ], [ 120.0379191, 30.3153028 ] ], [ [ 120.0379191, 30.3153028 ], [ 120.0379113, 30.3150769 ] ], [ [ 120.0379113, 30.3150769 ], [ 120.0378987, 30.3149271 ] ], [ [ 120.0378987, 30.3149271 ], [ 120.0378706, 30.3147966 ] ], [ [ 120.0378706, 30.3147966 ], [ 120.0377539, 30.3145509 ] ], [ [ 120.0377539, 30.3145509 ], [ 120.0376077, 30.3143675 ] ], [ [ 120.0376077, 30.3143675 ], [ 120.0365518, 30.3134532 ] ], [ [ 120.0365518, 30.3134532 ], [ 120.0363885, 30.3133817 ] ], [ [ 120.0363885, 30.3133817 ], [ 120.0362476, 30.3133425 ] ], [ [ 120.0362476, 30.3133425 ], [ 120.0360897, 30.3133202 ] ], [ [ 120.0360897, 30.3133202 ], [ 120.0339282, 30.3133248 ] ], [ [ 120.0339282, 30.3133248 ], [ 120.033382, 30.3133247 ] ], [ [ 120.033382, 30.3133247 ], [ 120.0331278, 30.3133201 ] ], [ [ 120.0265695, 30.3182881 ], [ 120.0265673, 30.3181576 ] ], [ [ 120.0266434, 30.3181711 ], [ 120.026642, 30.3183054 ] ], [ [ 120.0571964, 30.3177984 ], [ 120.0592482, 30.3179025 ] ], [ [ 120.0567806, 30.3198775 ], [ 120.0570234, 30.3186633 ] ], [ [ 120.0570234, 30.3186633 ], [ 120.0570641, 30.31846 ] ], [ [ 120.0570641, 30.31846 ], [ 120.0571964, 30.3177984 ] ], [ [ 120.0567806, 30.3198775 ], [ 120.0549889, 30.3197571 ] ], [ [ 120.0549889, 30.3197571 ], [ 120.054713, 30.3197739 ] ], [ [ 120.054713, 30.3197739 ], [ 120.0544864, 30.3196782 ] ], [ [ 120.0544864, 30.3196782 ], [ 120.0542261, 30.3195302 ] ], [ [ 120.0542261, 30.3195302 ], [ 120.0540204, 30.3194877 ] ], [ [ 120.0590014, 30.3199794 ], [ 120.0567806, 30.3198775 ] ], [ [ 120.0561342, 30.3217446 ], [ 120.0564643, 30.3207762 ] ], [ [ 120.0564643, 30.3207762 ], [ 120.0565449, 30.3205473 ] ], [ [ 120.0565449, 30.3205473 ], [ 120.0566134, 30.3203527 ] ], [ [ 120.0566134, 30.3203527 ], [ 120.0567806, 30.3198775 ] ], [ [ 120.0330188, 30.3195419 ], [ 120.0330206, 30.3194027 ] ], [ [ 120.0590014, 30.3199794 ], [ 120.0583943, 30.3218218 ] ], [ [ 120.0645912, 30.3203869 ], [ 120.0640081, 30.3220017 ] ], [ [ 120.0602741, 30.3218979 ], [ 120.0583943, 30.3218218 ] ], [ [ 120.0602741, 30.3218979 ], [ 120.0603715, 30.3218391 ] ], [ [ 120.0561342, 30.3217446 ], [ 120.0583943, 30.3218218 ] ], [ [ 120.0561342, 30.3217446 ], [ 120.0537917, 30.321651 ] ], [ [ 120.0537917, 30.321651 ], [ 120.05361, 30.3216813 ] ], [ [ 120.05361, 30.3216813 ], [ 120.053291, 30.3217426 ] ], [ [ 120.053291, 30.3217426 ], [ 120.0531252, 30.3222398 ] ], [ [ 120.0583943, 30.3218218 ], [ 120.058148, 30.3228911 ] ], [ [ 120.058148, 30.3228911 ], [ 120.0580611, 30.3234184 ] ], [ [ 120.0561342, 30.3217446 ], [ 120.0561111, 30.3221806 ] ], [ [ 120.0561111, 30.3221806 ], [ 120.056098, 30.3224267 ] ], [ [ 120.056098, 30.3224267 ], [ 120.0560849, 30.3226731 ] ], [ [ 120.0560849, 30.3226731 ], [ 120.0560403, 30.3233042 ] ], [ [ 120.0560403, 30.3233042 ], [ 120.0560028, 30.3239616 ] ], [ [ 120.020533, 30.319156 ], [ 120.0214453, 30.318929 ] ], [ [ 120.0214453, 30.318929 ], [ 120.0218601, 30.3189021 ] ], [ [ 120.0218601, 30.3189021 ], [ 120.022275, 30.3189427 ] ], [ [ 120.022275, 30.3189427 ], [ 120.0224603, 30.3189699 ] ], [ [ 120.0224603, 30.3189699 ], [ 120.0228733, 30.3191899 ] ], [ [ 120.0228733, 30.3191899 ], [ 120.0237064, 30.3198452 ] ], [ [ 120.0237064, 30.3198452 ], [ 120.0238564, 30.3198574 ] ], [ [ 120.0238564, 30.3198574 ], [ 120.0240027, 30.3198789 ] ], [ [ 120.0240027, 30.3198789 ], [ 120.024202, 30.3199138 ] ], [ [ 120.024202, 30.3199138 ], [ 120.0243732, 30.3199595 ] ], [ [ 120.0243732, 30.3199595 ], [ 120.0245382, 30.3200509 ] ], [ [ 120.0245382, 30.3200509 ], [ 120.0249367, 30.3203358 ] ], [ [ 120.0249367, 30.3203358 ], [ 120.0252511, 30.320626 ] ], [ [ 120.0252511, 30.320626 ], [ 120.0255531, 30.3209781 ] ], [ [ 120.0255531, 30.3209781 ], [ 120.0260586, 30.3216192 ] ], [ [ 120.0260586, 30.3216192 ], [ 120.0264093, 30.3220208 ] ], [ [ 120.0264093, 30.3220208 ], [ 120.0265333, 30.3221839 ] ], [ [ 120.0265333, 30.3221839 ], [ 120.0266635, 30.3223552 ] ], [ [ 120.0266635, 30.3223552 ], [ 120.0268016, 30.3225368 ] ], [ [ 120.0268016, 30.3225368 ], [ 120.0271036, 30.3229238 ] ], [ [ 120.0271036, 30.3229238 ], [ 120.0272499, 30.3230528 ] ], [ [ 120.0272499, 30.3230528 ], [ 120.0273277, 30.3231495 ] ], [ [ 120.0273277, 30.3231495 ], [ 120.0273558, 30.3233027 ] ], [ [ 120.0273558, 30.3233027 ], [ 120.0273826, 30.3235052 ] ], [ [ 120.0273826, 30.3235052 ], [ 120.0277102, 30.3237903 ] ], [ [ 120.0277102, 30.3237903 ], [ 120.0277494, 30.3238244 ] ], [ [ 120.0277494, 30.3238244 ], [ 120.0279196, 30.3241454 ] ], [ [ 120.0279196, 30.3241454 ], [ 120.0281308, 30.324141 ] ], [ [ 120.0326802, 30.3275697 ], [ 120.0326969, 30.3274479 ] ], [ [ 120.0326969, 30.3274479 ], [ 120.032768, 30.3264633 ] ], [ [ 120.032768, 30.3264633 ], [ 120.0329214, 30.3243372 ] ], [ [ 120.0329214, 30.3243372 ], [ 120.032924, 30.3242164 ] ], [ [ 120.032924, 30.3242164 ], [ 120.0329891, 30.3211328 ] ], [ [ 120.0329891, 30.3211328 ], [ 120.0330188, 30.3195419 ] ], [ [ 120.0579668, 30.3244603 ], [ 120.0579784, 30.3242738 ] ], [ [ 120.0579784, 30.3242738 ], [ 120.0580137, 30.3237088 ] ], [ [ 120.0580137, 30.3237088 ], [ 120.0580299, 30.3236078 ] ], [ [ 120.0580299, 30.3236078 ], [ 120.0580611, 30.3234184 ] ], [ [ 120.0560028, 30.3239616 ], [ 120.0560019, 30.3240705 ] ], [ [ 120.0579603, 30.324601 ], [ 120.0579668, 30.3244603 ] ], [ [ 120.0579603, 30.324601 ], [ 120.0579578, 30.3247049 ] ], [ [ 120.0579578, 30.3247049 ], [ 120.0579455, 30.3249595 ] ], [ [ 120.0579455, 30.3249595 ], [ 120.0578991, 30.3257422 ] ], [ [ 120.0578991, 30.3257422 ], [ 120.0579082, 30.3261223 ] ], [ [ 120.0579082, 30.3261223 ], [ 120.0579495, 30.3264468 ] ], [ [ 120.0579495, 30.3264468 ], [ 120.0580742, 30.3268682 ] ], [ [ 120.0580742, 30.3268682 ], [ 120.0582311, 30.327227 ] ], [ [ 120.0582311, 30.327227 ], [ 120.0582618, 30.3272918 ] ], [ [ 120.0582618, 30.3272918 ], [ 120.0583531, 30.327484 ] ], [ [ 120.0583531, 30.327484 ], [ 120.0585127, 30.3277225 ] ], [ [ 120.0585127, 30.3277225 ], [ 120.0587149, 30.3280282 ] ], [ [ 119.8975894, 30.2962568 ], [ 119.8974734, 30.2961406 ], [ 119.8960723, 30.2950055 ], [ 119.8959406, 30.2948989 ], [ 119.8957037, 30.294709 ], [ 119.8948495, 30.294024 ], [ 119.8946677, 30.2938782 ], [ 119.8944788, 30.2937276 ], [ 119.8926928, 30.2923038 ], [ 119.892172, 30.2918856 ], [ 119.892299, 30.291778 ], [ 119.8945988, 30.2936193 ], [ 119.8947838, 30.2937674 ], [ 119.8949658, 30.2939122 ], [ 119.8958118, 30.2945854 ], [ 119.8959928, 30.2947294 ], [ 119.8961878, 30.2948912 ], [ 119.8976084, 30.2960696 ], [ 119.8977253, 30.2961924 ] ], [ [ 119.8977253, 30.2961924 ], [ 119.8977935, 30.2962715 ], [ 119.898647, 30.2986003 ], [ 119.8987899, 30.2990459 ], [ 119.899825, 30.3018664 ] ], [ [ 119.8996777, 30.3018971 ], [ 119.8996421, 30.3017991 ], [ 119.8976592, 30.296332 ], [ 119.8975894, 30.2962568 ] ], [ [ 119.899825, 30.3018664 ], [ 119.8998603, 30.301962 ] ], [ [ 119.8997126, 30.3019882 ], [ 119.8996777, 30.3018971 ] ], [ [ 119.8998603, 30.301962 ], [ 119.9002508, 30.3019946 ] ], [ [ 119.9002508, 30.3019946 ], [ 119.9000302, 30.301992 ], [ 119.8997126, 30.3019882 ] ], [ [ 119.8664338, 30.2784492 ], [ 119.8658517, 30.2780997 ] ], [ [ 119.8658517, 30.2780997 ], [ 119.8654203, 30.2778894 ] ], [ [ 119.8654203, 30.2778894 ], [ 119.8649009, 30.2777285 ] ], [ [ 119.8649009, 30.2777285 ], [ 119.864383, 30.277692 ] ], [ [ 119.864383, 30.277692 ], [ 119.8640242, 30.277686 ] ], [ [ 119.8640242, 30.277686 ], [ 119.8637318, 30.2777117 ] ], [ [ 119.8637318, 30.2777117 ], [ 119.8634851, 30.2777681 ] ], [ [ 119.8634851, 30.2777681 ], [ 119.8632171, 30.2778659 ] ], [ [ 119.8632171, 30.2778659 ], [ 119.8629491, 30.2780114 ] ], [ [ 119.8629491, 30.2780114 ], [ 119.8620645, 30.2785742 ] ], [ [ 119.8620645, 30.2785742 ], [ 119.8615387, 30.278869 ] ], [ [ 119.8615387, 30.278869 ], [ 119.861022, 30.279105 ] ], [ [ 119.861022, 30.279105 ], [ 119.860728, 30.279335 ] ], [ [ 119.860728, 30.279335 ], [ 119.860087, 30.279975 ] ], [ [ 119.860087, 30.279975 ], [ 119.8599923, 30.2803264 ] ], [ [ 119.8599923, 30.2803264 ], [ 119.859843, 30.28088 ] ], [ [ 119.859843, 30.28088 ], [ 119.859682, 30.281152 ] ], [ [ 119.859682, 30.281152 ], [ 119.859545, 30.281258 ] ], [ [ 119.859545, 30.281258 ], [ 119.8587102, 30.2814624 ] ], [ [ 119.8587102, 30.2814624 ], [ 119.857993, 30.281638 ] ], [ [ 119.857993, 30.281638 ], [ 119.85682, 30.282008 ] ], [ [ 119.85682, 30.282008 ], [ 119.8564196, 30.2821008 ] ], [ [ 119.8564196, 30.2821008 ], [ 119.856177, 30.282157 ] ], [ [ 119.856177, 30.282157 ], [ 119.8546172, 30.2826237 ] ], [ [ 119.8546172, 30.2826237 ], [ 119.8538822, 30.2828436 ] ], [ [ 119.8538822, 30.2828436 ], [ 119.852935, 30.283127 ] ], [ [ 119.852935, 30.283127 ], [ 119.8525497, 30.2832634 ] ], [ [ 119.8525497, 30.2832634 ], [ 119.852172, 30.283397 ] ], [ [ 119.852172, 30.283397 ], [ 119.8507562, 30.283773 ] ], [ [ 119.8507562, 30.283773 ], [ 119.850647, 30.283802 ] ], [ [ 119.850647, 30.283802 ], [ 119.8493252, 30.2841977 ] ], [ [ 119.8493252, 30.2841977 ], [ 119.846338, 30.285092 ] ], [ [ 119.846338, 30.285092 ], [ 119.845192, 30.285348 ] ], [ [ 119.845192, 30.285348 ], [ 119.844642, 30.285335 ] ], [ [ 119.844642, 30.285335 ], [ 119.844088, 30.285183 ] ], [ [ 119.844088, 30.285183 ], [ 119.842182, 30.284223 ] ], [ [ 119.842182, 30.284223 ], [ 119.8407269, 30.2835963 ] ], [ [ 119.8407269, 30.2835963 ], [ 119.836238, 30.281663 ] ], [ [ 119.836238, 30.281663 ], [ 119.83594, 30.281467 ] ], [ [ 119.83594, 30.281467 ], [ 119.835555, 30.28078 ] ], [ [ 119.835555, 30.28078 ], [ 119.835385, 30.280562 ] ], [ [ 119.835385, 30.280562 ], [ 119.83492, 30.280195 ] ], [ [ 119.83492, 30.280195 ], [ 119.8345, 30.280015 ] ], [ [ 119.8345, 30.280015 ], [ 119.833588, 30.279725 ] ], [ [ 119.833588, 30.279725 ], [ 119.831732, 30.279557 ] ], [ [ 119.831732, 30.279557 ], [ 119.831168, 30.279463 ] ], [ [ 119.831168, 30.279463 ], [ 119.83068, 30.279242 ] ], [ [ 119.83068, 30.279242 ], [ 119.829685, 30.278658 ] ], [ [ 119.829685, 30.278658 ], [ 119.828917, 30.278265 ] ], [ [ 119.828917, 30.278265 ], [ 119.827238, 30.277543 ] ], [ [ 119.8664338, 30.2784492 ], [ 119.8671685, 30.2789437 ] ], [ [ 119.8671685, 30.2789437 ], [ 119.8681557, 30.2797823 ] ], [ [ 119.8681557, 30.2797823 ], [ 119.8693419, 30.2807725 ] ], [ [ 119.8693419, 30.2807725 ], [ 119.8699583, 30.2812042 ] ], [ [ 119.8699583, 30.2812042 ], [ 119.8702389, 30.2813291 ] ], [ [ 119.8702389, 30.2813291 ], [ 119.87073, 30.281492 ] ], [ [ 119.87073, 30.281492 ], [ 119.8709721, 30.2815648 ] ], [ [ 119.8709721, 30.2815648 ], [ 119.8722047, 30.2823663 ] ], [ [ 119.8722047, 30.2823663 ], [ 119.8736391, 30.2832829 ] ], [ [ 119.8736391, 30.2832829 ], [ 119.8744969, 30.2838324 ] ], [ [ 119.8744969, 30.2838324 ], [ 119.8749935, 30.284226 ] ], [ [ 119.8749935, 30.284226 ], [ 119.8755625, 30.284763 ] ], [ [ 119.8755625, 30.284763 ], [ 119.8759446, 30.2850607 ] ], [ [ 119.8759446, 30.2850607 ], [ 119.8764326, 30.285376 ] ], [ [ 119.8764326, 30.285376 ], [ 119.8770456, 30.2857122 ] ], [ [ 119.8770456, 30.2857122 ], [ 119.8779449, 30.2864553 ] ], [ [ 119.8779449, 30.2864553 ], [ 119.8799003, 30.2881188 ] ], [ [ 119.8799003, 30.2881188 ], [ 119.8804237, 30.2885386 ] ], [ [ 119.8804237, 30.2885386 ], [ 119.8807116, 30.2886403 ] ], [ [ 119.8807116, 30.2886403 ], [ 119.8809995, 30.2886782 ] ], [ [ 119.8809995, 30.2886782 ], [ 119.8815679, 30.2887008 ] ], [ [ 119.8815679, 30.2887008 ], [ 119.8817813, 30.2887641 ] ], [ [ 119.8817813, 30.2887641 ], [ 119.8819371, 30.2888345 ] ], [ [ 119.8819371, 30.2888345 ], [ 119.8822064, 30.2890382 ] ], [ [ 119.8822064, 30.2890382 ], [ 119.882381, 30.2892073 ] ], [ [ 119.882381, 30.2892073 ], [ 119.8828367, 30.2901593 ] ], [ [ 119.8828367, 30.2901593 ], [ 119.8835031, 30.290654 ] ], [ [ 119.8835031, 30.290654 ], [ 119.8844208, 30.291241 ] ], [ [ 119.8844208, 30.291241 ], [ 119.8851964, 30.2917704 ] ], [ [ 119.8851964, 30.2917704 ], [ 119.885979, 30.2923321 ] ], [ [ 119.885979, 30.2923321 ], [ 119.8861968, 30.2924684 ] ], [ [ 119.8861968, 30.2924684 ], [ 119.8865917, 30.2926438 ] ], [ [ 119.8865917, 30.2926438 ], [ 119.8874141, 30.2929504 ] ], [ [ 119.8874141, 30.2929504 ], [ 119.8884306, 30.2933659 ] ], [ [ 119.8884306, 30.2933659 ], [ 119.8889378, 30.2935902 ] ], [ [ 119.8889378, 30.2935902 ], [ 119.889398, 30.2940075 ] ], [ [ 119.889398, 30.2940075 ], [ 119.8894569, 30.2940621 ] ], [ [ 119.8894569, 30.2940621 ], [ 119.8897269, 30.2942414 ] ], [ [ 119.8897269, 30.2942414 ], [ 119.8900961, 30.2943835 ] ], [ [ 119.8900961, 30.2943835 ], [ 119.8902874, 30.2944917 ] ], [ [ 119.8902874, 30.2944917 ], [ 119.8903861, 30.2946355 ] ], [ [ 119.8903861, 30.2946355 ], [ 119.8907845, 30.2952758 ] ], [ [ 119.8907845, 30.2952758 ], [ 119.8912344, 30.2960379 ] ], [ [ 119.8912344, 30.2960379 ], [ 119.8914125, 30.2963108 ] ], [ [ 119.8914125, 30.2963108 ], [ 119.891501, 30.2964467 ] ], [ [ 119.891501, 30.2964467 ], [ 119.891617, 30.2967211 ] ], [ [ 119.891617, 30.2967211 ], [ 119.8916309, 30.2972046 ] ], [ [ 119.8916309, 30.2972046 ], [ 119.8915919, 30.2979342 ] ], [ [ 119.8915919, 30.2979342 ], [ 119.8916022, 30.2981798 ] ], [ [ 119.8916022, 30.2981798 ], [ 119.8916532, 30.2983245 ] ], [ [ 119.8916532, 30.2983245 ], [ 119.8917472, 30.2984328 ] ], [ [ 119.8917472, 30.2984328 ], [ 119.8920094, 30.2985615 ] ], [ [ 119.8920094, 30.2985615 ], [ 119.8923911, 30.2986666 ] ], [ [ 119.8923911, 30.2986666 ], [ 119.8928808, 30.2987621 ] ], [ [ 119.8928808, 30.2987621 ], [ 119.8928827, 30.2988691 ] ], [ [ 119.9244787, 30.2750704 ], [ 119.9240069, 30.2748961 ] ], [ [ 119.9240069, 30.2748961 ], [ 119.9234337, 30.2746701 ] ], [ [ 119.9234337, 30.2746701 ], [ 119.9226311, 30.2743673 ] ], [ [ 119.9226311, 30.2743673 ], [ 119.9220276, 30.2741774 ] ], [ [ 119.9220276, 30.2741774 ], [ 119.9217272, 30.2739643 ] ], [ [ 119.9217272, 30.2739643 ], [ 119.9207267, 30.2730678 ] ], [ [ 119.9207267, 30.2730678 ], [ 119.9200213, 30.2724817 ] ], [ [ 119.9200213, 30.2724817 ], [ 119.9196726, 30.2722617 ] ], [ [ 119.9196726, 30.2722617 ], [ 119.9192649, 30.2720787 ] ], [ [ 119.9192649, 30.2720787 ], [ 119.9185809, 30.2718239 ] ], [ [ 119.9185809, 30.2718239 ], [ 119.9177468, 30.271576 ] ], [ [ 119.9177468, 30.271576 ], [ 119.9173227, 30.2714621 ] ], [ [ 119.9173227, 30.2714621 ], [ 119.9168214, 30.2713533 ] ], [ [ 119.9168214, 30.2713533 ], [ 119.9162984, 30.2712702 ] ], [ [ 119.9162984, 30.2712702 ], [ 119.9151584, 30.2711891 ] ], [ [ 119.9151584, 30.2711891 ], [ 119.9134392, 30.2711081 ] ], [ [ 119.9134392, 30.2711081 ], [ 119.9122241, 30.2710733 ] ], [ [ 119.9122241, 30.2710733 ], [ 119.9114087, 30.2710733 ] ], [ [ 119.9114087, 30.2710733 ], [ 119.9104887, 30.2709876 ] ], [ [ 119.9104887, 30.2709876 ], [ 119.9091128, 30.2709668 ] ], [ [ 119.9091128, 30.2709668 ], [ 119.9086112, 30.2709227 ] ], [ [ 119.9086112, 30.2709227 ], [ 119.9080265, 30.270888 ] ], [ [ 119.9080265, 30.270888 ], [ 119.9073693, 30.2704757 ] ], [ [ 119.9073693, 30.2704757 ], [ 119.9070635, 30.2700193 ] ], [ [ 119.9070635, 30.2700193 ], [ 119.9069643, 30.2695143 ] ], [ [ 119.9069643, 30.2695143 ], [ 119.9070045, 30.2691668 ] ], [ [ 119.9070045, 30.2691668 ], [ 119.9071118, 30.2685367 ] ], [ [ 119.9071118, 30.2685367 ], [ 119.9071547, 30.268363 ] ], [ [ 119.9071547, 30.268363 ], [ 119.9068651, 30.2675499 ] ], [ [ 119.9068651, 30.2675499 ], [ 119.9070153, 30.266929 ] ], [ [ 119.9070153, 30.266929 ], [ 119.9071306, 30.2668155 ] ], [ [ 119.9071306, 30.2668155 ], [ 119.9072245, 30.2667645 ] ], [ [ 119.9072245, 30.2667645 ], [ 119.9072758, 30.2667762 ] ], [ [ 119.925554, 30.2752542 ], [ 119.9244088, 30.2748676 ] ], [ [ 119.9244088, 30.2748676 ], [ 119.9230671, 30.2743581 ] ], [ [ 119.9230671, 30.2743581 ], [ 119.9223369, 30.2741128 ] ], [ [ 119.9223369, 30.2741128 ], [ 119.922184, 30.274045 ] ], [ [ 119.922184, 30.274045 ], [ 119.9220227, 30.2739682 ] ], [ [ 119.9220227, 30.2739682 ], [ 119.9218731, 30.2738709 ] ], [ [ 119.9218731, 30.2738709 ], [ 119.9216675, 30.2736941 ] ], [ [ 119.9216675, 30.2736941 ], [ 119.9210712, 30.2731526 ] ], [ [ 119.9210712, 30.2731526 ], [ 119.92049, 30.2726499 ] ], [ [ 119.92049, 30.2726499 ], [ 119.9201418, 30.2723783 ] ], [ [ 119.9201418, 30.2723783 ], [ 119.9198735, 30.2722015 ] ], [ [ 119.9198735, 30.2722015 ], [ 119.919606, 30.2720364 ] ], [ [ 119.919606, 30.2720364 ], [ 119.9192963, 30.2719078 ] ], [ [ 119.9192963, 30.2719078 ], [ 119.9185358, 30.2716357 ] ], [ [ 119.9185358, 30.2716357 ], [ 119.91743, 30.2713173 ] ], [ [ 119.91743, 30.2713173 ], [ 119.9169595, 30.2712056 ] ], [ [ 119.9169595, 30.2712056 ], [ 119.9162652, 30.2710992 ] ], [ [ 119.9162652, 30.2710992 ], [ 119.9122198, 30.2708882 ] ], [ [ 119.9122198, 30.2708882 ], [ 119.9120677, 30.2708849 ] ], [ [ 119.9120677, 30.2708849 ], [ 119.9095918, 30.2708128 ] ], [ [ 119.9095918, 30.2708128 ], [ 119.908479, 30.2707587 ] ], [ [ 119.908479, 30.2707587 ], [ 119.9080269, 30.2706746 ] ], [ [ 119.9080269, 30.2706746 ], [ 119.9077696, 30.2705245 ] ], [ [ 119.9077696, 30.2705245 ], [ 119.9075749, 30.2703743 ] ], [ [ 119.9075749, 30.2703743 ], [ 119.9073314, 30.270098 ] ], [ [ 119.9073314, 30.270098 ], [ 119.9072341, 30.2698818 ] ], [ [ 119.9072341, 30.2698818 ], [ 119.9071715, 30.2696415 ] ], [ [ 119.9071715, 30.2696415 ], [ 119.9071784, 30.2691429 ] ], [ [ 119.9071784, 30.2691429 ], [ 119.9073036, 30.2684041 ] ], [ [ 119.9073036, 30.2684041 ], [ 119.9072549, 30.2682719 ] ], [ [ 119.9072549, 30.2682719 ], [ 119.9070393, 30.2675692 ] ], [ [ 119.9070393, 30.2675692 ], [ 119.9070393, 30.2673469 ] ], [ [ 119.9070393, 30.2673469 ], [ 119.9071437, 30.2670165 ] ], [ [ 119.9071437, 30.2670165 ], [ 119.9072758, 30.2667762 ] ], [ [ 119.9135107, 30.2837795 ], [ 119.9135202, 30.2818916 ] ], [ [ 119.9135202, 30.2818916 ], [ 119.9135262, 30.2808648 ] ], [ [ 119.9135262, 30.2808648 ], [ 119.9135441, 30.2804985 ] ], [ [ 119.9135441, 30.2804985 ], [ 119.913562, 30.2796472 ] ], [ [ 119.913562, 30.2796472 ], [ 119.9136882, 30.2791632 ] ], [ [ 119.9646991, 30.2755537 ], [ 119.9648822, 30.2756384 ], [ 119.9646934, 30.2756276 ] ], [ [ 119.9611275, 30.2747306 ], [ 119.9610114, 30.2767499 ] ], [ [ 119.9610114, 30.2767499 ], [ 119.9609297, 30.2782391 ] ], [ [ 119.9490776, 30.2778162 ], [ 119.9492857, 30.2777916 ] ], [ [ 119.9492857, 30.2777916 ], [ 119.9496597, 30.2777364 ] ], [ [ 119.9496597, 30.2777364 ], [ 119.9501173, 30.2775747 ] ], [ [ 119.9501173, 30.2775747 ], [ 119.9507719, 30.2774252 ] ], [ [ 119.9507719, 30.2774252 ], [ 119.9512634, 30.2773925 ] ], [ [ 119.9512634, 30.2773925 ], [ 119.9514879, 30.2773937 ] ], [ [ 119.9514879, 30.2773937 ], [ 119.9517084, 30.277387 ] ], [ [ 119.9517084, 30.277387 ], [ 119.9521185, 30.2774213 ] ], [ [ 119.9521185, 30.2774213 ], [ 119.9526484, 30.2775256 ] ], [ [ 119.9526484, 30.2775256 ], [ 119.9548416, 30.2782438 ] ], [ [ 119.9548416, 30.2782438 ], [ 119.9570958, 30.2789429 ] ], [ [ 119.9642523, 30.2813965 ], [ 119.9643211, 30.280541 ] ], [ [ 119.9643211, 30.280541 ], [ 119.964359, 30.2799972 ] ], [ [ 119.964359, 30.2799972 ], [ 119.9645161, 30.2779462 ] ], [ [ 119.9645161, 30.2779462 ], [ 119.9646934, 30.2756276 ] ], [ [ 119.9489651, 30.2778257 ], [ 119.9490776, 30.2778162 ] ], [ [ 119.9490776, 30.2778162 ], [ 119.9491958, 30.2791787 ], [ 119.949245, 30.2798051 ], [ 119.9493682, 30.281456 ], [ 119.9493656, 30.2815645 ], [ 119.9493437, 30.2828155 ], [ 119.9493423, 30.2828966 ], [ 119.9493338, 30.283385 ], [ 119.9493417, 30.2852145 ], [ 119.9493848, 30.2857036 ], [ 119.9494516, 30.2862133 ], [ 119.9493354, 30.2862247 ], [ 119.9492583, 30.2856824 ], [ 119.9492137, 30.2851758 ], [ 119.94923, 30.2839488 ], [ 119.9492351, 30.2828842 ], [ 119.9492355, 30.282803 ], [ 119.9492393, 30.2820198 ], [ 119.9492393, 30.2814947 ], [ 119.9491921, 30.2806269 ], [ 119.9491441, 30.2799942 ], [ 119.9490547, 30.2788857 ], [ 119.9489651, 30.2778257 ] ], [ [ 119.9355995, 30.2835619 ], [ 119.9357595, 30.2836135 ] ], [ [ 119.9277355, 30.2761871 ], [ 119.9274946, 30.2760847 ] ], [ [ 119.9274946, 30.2760847 ], [ 119.9263146, 30.2756384 ] ], [ [ 119.9220531, 30.280103 ], [ 119.9224595, 30.2801279 ], [ 119.9235626, 30.280376 ], [ 119.9246034, 30.2805866 ], [ 119.9260954, 30.2808921 ], [ 119.9263245, 30.2809609 ], [ 119.9269478, 30.2811448 ], [ 119.9281458, 30.281483 ], [ 119.9290686, 30.281737 ], [ 119.9300376, 30.2820155 ], [ 119.930497, 30.282143 ], [ 119.9310119, 30.2822952 ], [ 119.9319185, 30.2825562 ], [ 119.9327845, 30.282782 ], [ 119.9337968, 30.2830629 ], [ 119.9349202, 30.2833683 ], [ 119.9354493, 30.2835177 ], [ 119.9355995, 30.2835619 ] ], [ [ 119.9355615, 30.2836912 ], [ 119.93531, 30.2836046 ], [ 119.9344889, 30.2833845 ], [ 119.9328302, 30.2829067 ], [ 119.9306189, 30.2822776 ], [ 119.9304997, 30.2822374 ], [ 119.929177, 30.2818797 ], [ 119.9262856, 30.2810745 ], [ 119.9245286, 30.2806799 ], [ 119.9244032, 30.2806535 ], [ 119.9223862, 30.2802296 ], [ 119.9220531, 30.280103 ] ], [ [ 119.9572536, 30.2790631 ], [ 119.9570958, 30.2789429 ] ], [ [ 119.9642523, 30.2813965 ], [ 119.9635018, 30.2811494 ] ], [ [ 119.9635018, 30.2811494 ], [ 119.9609827, 30.2803239 ] ], [ [ 119.9609827, 30.2803239 ], [ 119.9598824, 30.2799519 ] ], [ [ 119.9598824, 30.2799519 ], [ 119.9572536, 30.2790631 ] ], [ [ 119.9642523, 30.2813965 ], [ 119.9641429, 30.2829827 ] ], [ [ 119.9641429, 30.2829827 ], [ 119.9640285, 30.2846423 ] ], [ [ 119.9642523, 30.2813965 ], [ 119.9671237, 30.2823422 ] ], [ [ 119.9671237, 30.2823422 ], [ 119.9673284, 30.2824217 ] ], [ [ 119.9673284, 30.2824217 ], [ 119.9674819, 30.2825896 ] ], [ [ 119.9674819, 30.2825896 ], [ 119.967533, 30.2827663 ] ], [ [ 119.967533, 30.2827663 ], [ 119.9674796, 30.2850487 ] ], [ [ 119.9569591, 30.2840127 ], [ 119.9570952, 30.2840244 ] ], [ [ 119.9640285, 30.2846423 ], [ 119.9621415, 30.2844741 ] ], [ [ 119.9621415, 30.2844741 ], [ 119.9608505, 30.2843591 ] ], [ [ 119.9608505, 30.2843591 ], [ 119.9579166, 30.2840976 ] ], [ [ 119.9579166, 30.2840976 ], [ 119.9570952, 30.2840244 ] ], [ [ 119.9674796, 30.2850487 ], [ 119.9640285, 30.2846423 ] ], [ [ 119.9638033, 30.2877438 ], [ 119.9640285, 30.2846423 ] ], [ [ 119.9357282, 30.2837379 ], [ 119.9355615, 30.2836912 ] ], [ [ 119.9357595, 30.2836135 ], [ 119.936293, 30.2837791 ], [ 119.9375953, 30.284136 ], [ 119.9387512, 30.2844613 ], [ 119.9396226, 30.2847047 ], [ 119.9399356, 30.2848042 ], [ 119.9402189, 30.2849048 ], [ 119.9405427, 30.2850464 ], [ 119.940971, 30.2852465 ], [ 119.9412963, 30.2853928 ] ], [ [ 119.9412674, 30.2854919 ], [ 119.9407745, 30.2852733 ], [ 119.9401906, 30.2850176 ], [ 119.939839, 30.2848923 ], [ 119.9394898, 30.2847853 ], [ 119.9389519, 30.2846355 ], [ 119.9381485, 30.2844124 ], [ 119.9372082, 30.2841415 ], [ 119.9367551, 30.2840172 ], [ 119.9359341, 30.283792 ], [ 119.9357282, 30.2837379 ] ], [ [ 119.9277355, 30.2761871 ], [ 119.9283703, 30.2764572 ] ], [ [ 119.9283703, 30.2764572 ], [ 119.9288327, 30.2766147 ] ], [ [ 119.9288327, 30.2766147 ], [ 119.9295621, 30.2768846 ] ], [ [ 119.9295621, 30.2768846 ], [ 119.9301559, 30.2771091 ] ], [ [ 119.9301559, 30.2771091 ], [ 119.9309689, 30.2774639 ] ], [ [ 119.9309689, 30.2774639 ], [ 119.9314052, 30.2776158 ] ], [ [ 119.9314052, 30.2776158 ], [ 119.9320239, 30.2777958 ] ], [ [ 119.9320239, 30.2777958 ], [ 119.9329093, 30.2779843 ] ], [ [ 119.9329093, 30.2779843 ], [ 119.9338601, 30.2781388 ] ], [ [ 119.9338601, 30.2781388 ], [ 119.934375, 30.2782738 ] ], [ [ 119.934375, 30.2782738 ], [ 119.9353453, 30.2786169 ] ], [ [ 119.9353453, 30.2786169 ], [ 119.9357035, 30.2788025 ] ], [ [ 119.9357035, 30.2788025 ], [ 119.9363483, 30.2790106 ] ], [ [ 119.9363483, 30.2790106 ], [ 119.937247, 30.2792974 ] ], [ [ 119.937247, 30.2792974 ], [ 119.9377159, 30.2794774 ] ], [ [ 119.9377159, 30.2794774 ], [ 119.9392334, 30.2798823 ] ], [ [ 119.9392334, 30.2798823 ], [ 119.9402038, 30.2802648 ] ], [ [ 119.9402038, 30.2802648 ], [ 119.940829, 30.2805291 ] ], [ [ 119.940829, 30.2805291 ], [ 119.9409783, 30.2805494 ] ], [ [ 119.9409783, 30.2805494 ], [ 119.9411022, 30.2805477 ] ], [ [ 119.9411022, 30.2805477 ], [ 119.941286, 30.2805134 ] ], [ [ 119.941286, 30.2805134 ], [ 119.9416459, 30.2804668 ] ], [ [ 119.9416459, 30.2804668 ], [ 119.9419814, 30.2804823 ] ], [ [ 119.9419814, 30.2804823 ], [ 119.942443, 30.280603 ] ], [ [ 119.942443, 30.280603 ], [ 119.9427751, 30.2806626 ] ], [ [ 119.9427751, 30.2806626 ], [ 119.9437092, 30.2808201 ] ], [ [ 119.9437092, 30.2808201 ], [ 119.9439694, 30.2808822 ] ], [ [ 119.9439694, 30.2808822 ], [ 119.9442313, 30.2809925 ] ], [ [ 119.9442313, 30.2809925 ], [ 119.9446604, 30.2812478 ] ], [ [ 119.9446604, 30.2812478 ], [ 119.9448893, 30.2812983 ] ], [ [ 119.9448893, 30.2812983 ], [ 119.9449438, 30.2813103 ] ], [ [ 119.9449438, 30.2813103 ], [ 119.9450355, 30.281351 ] ], [ [ 119.9450355, 30.281351 ], [ 119.9451457, 30.2814271 ] ], [ [ 119.9451457, 30.2814271 ], [ 119.9452806, 30.2815204 ] ], [ [ 119.9452806, 30.2815204 ], [ 119.94538, 30.2818703 ] ], [ [ 119.94538, 30.2818703 ], [ 119.9453979, 30.2820595 ] ], [ [ 119.9453979, 30.2820595 ], [ 119.9454141, 30.2821898 ] ], [ [ 119.9454141, 30.2821898 ], [ 119.9454452, 30.2822782 ] ], [ [ 119.9454452, 30.2822782 ], [ 119.9455176, 30.2823966 ] ], [ [ 119.9455176, 30.2823966 ], [ 119.9456409, 30.2824751 ] ], [ [ 119.9456409, 30.2824751 ], [ 119.9460121, 30.2826773 ] ], [ [ 119.9460121, 30.2826773 ], [ 119.94618, 30.2828236 ] ], [ [ 119.94618, 30.2828236 ], [ 119.9466283, 30.283264 ] ], [ [ 119.9466283, 30.283264 ], [ 119.9469621, 30.2835779 ] ], [ [ 119.9469621, 30.2835779 ], [ 119.9471001, 30.2836655 ] ], [ [ 119.9471001, 30.2836655 ], [ 119.9472542, 30.2836814 ] ], [ [ 119.9472542, 30.2836814 ], [ 119.9473904, 30.2836665 ] ], [ [ 119.9473904, 30.2836665 ], [ 119.9476171, 30.2836467 ] ], [ [ 119.9476171, 30.2836467 ], [ 119.9478735, 30.2836421 ] ], [ [ 119.9478735, 30.2836421 ], [ 119.9480628, 30.2836634 ] ], [ [ 119.9480628, 30.2836634 ], [ 119.9481803, 30.2837551 ] ], [ [ 119.9481803, 30.2837551 ], [ 119.9482711, 30.2838819 ] ], [ [ 119.9482711, 30.2838819 ], [ 119.9482918, 30.2840821 ] ], [ [ 119.9482918, 30.2840821 ], [ 119.9482398, 30.284403 ] ], [ [ 119.9482398, 30.284403 ], [ 119.9482116, 30.2846261 ] ], [ [ 119.9482116, 30.2846261 ], [ 119.948223, 30.2848342 ] ], [ [ 119.948223, 30.2848342 ], [ 119.9483061, 30.2850468 ] ], [ [ 119.9483061, 30.2850468 ], [ 119.948392, 30.2852567 ] ], [ [ 119.948392, 30.2852567 ], [ 119.9484067, 30.2855383 ] ], [ [ 119.9484067, 30.2855383 ], [ 119.9483706, 30.2859785 ] ], [ [ 119.9483706, 30.2859785 ], [ 119.948344, 30.2864195 ] ], [ [ 119.948344, 30.2864195 ], [ 119.9483297, 30.2870948 ] ], [ [ 119.9483297, 30.2870948 ], [ 119.9483429, 30.2874389 ] ], [ [ 119.9483429, 30.2874389 ], [ 119.948373, 30.2876931 ] ], [ [ 119.948373, 30.2876931 ], [ 119.9484115, 30.287886 ] ], [ [ 119.9484115, 30.287886 ], [ 119.9484903, 30.2880383 ] ], [ [ 119.9484903, 30.2880383 ], [ 119.9485674, 30.2881722 ] ], [ [ 119.9485674, 30.2881722 ], [ 119.94869, 30.2882735 ] ], [ [ 119.94869, 30.2882735 ], [ 119.9488441, 30.2883514 ] ], [ [ 119.9488441, 30.2883514 ], [ 119.9490628, 30.2884227 ] ], [ [ 119.9490628, 30.2884227 ], [ 119.9492998, 30.2885132 ] ], [ [ 119.9492998, 30.2885132 ], [ 119.9494792, 30.2886769 ] ], [ [ 119.9494792, 30.2886769 ], [ 119.9496014, 30.2888406 ] ], [ [ 119.9496014, 30.2888406 ], [ 119.9496585, 30.2889799 ] ], [ [ 119.9496585, 30.2889799 ], [ 119.9496801, 30.2891671 ] ], [ [ 119.9496801, 30.2891671 ], [ 119.9496594, 30.2894741 ] ], [ [ 119.9496594, 30.2894741 ], [ 119.9496546, 30.2895459 ] ], [ [ 119.9496546, 30.2895459 ], [ 119.9495864, 30.2899346 ] ], [ [ 119.9495864, 30.2899346 ], [ 119.949577, 30.2902657 ] ], [ [ 119.949577, 30.2902657 ], [ 119.9495744, 30.2904953 ] ], [ [ 119.9495744, 30.2904953 ], [ 119.9495193, 30.2906435 ] ], [ [ 119.9495193, 30.2906435 ], [ 119.9493557, 30.2907804 ] ], [ [ 119.9493557, 30.2907804 ], [ 119.9492257, 30.2908941 ] ], [ [ 119.9492257, 30.2908941 ], [ 119.9491186, 30.2910225 ] ], [ [ 119.9491186, 30.2910225 ], [ 119.9490816, 30.291182 ] ], [ [ 119.9490816, 30.291182 ], [ 119.9490873, 30.2913955 ] ], [ [ 119.9490873, 30.2913955 ], [ 119.9490925, 30.2915634 ] ], [ [ 119.9490925, 30.2915634 ], [ 119.948983, 30.2918178 ] ], [ [ 119.948983, 30.2918178 ], [ 119.9488182, 30.2921273 ] ], [ [ 119.9488182, 30.2921273 ], [ 119.9487693, 30.2922394 ] ], [ [ 119.9487693, 30.2922394 ], [ 119.9487474, 30.292363 ] ], [ [ 119.9487474, 30.292363 ], [ 119.9487306, 30.292611 ] ], [ [ 119.9487306, 30.292611 ], [ 119.9487206, 30.2928642 ] ], [ [ 119.9487206, 30.2928642 ], [ 119.9487218, 30.2931099 ] ], [ [ 119.9487218, 30.2931099 ], [ 119.9487566, 30.2934514 ] ], [ [ 119.9487566, 30.2934514 ], [ 119.9489776, 30.2945189 ] ], [ [ 119.9489776, 30.2945189 ], [ 119.9490032, 30.2947107 ] ], [ [ 119.9490032, 30.2947107 ], [ 119.9490134, 30.2948757 ] ], [ [ 119.9490134, 30.2948757 ], [ 119.9490081, 30.2949792 ] ], [ [ 119.9490081, 30.2949792 ], [ 119.948995, 30.2950756 ] ], [ [ 119.948995, 30.2950756 ], [ 119.948937, 30.2952902 ] ], [ [ 119.948937, 30.2952902 ], [ 119.9488684, 30.2954338 ] ], [ [ 119.9488684, 30.2954338 ], [ 119.9487541, 30.2956663 ] ], [ [ 119.9487541, 30.2956663 ], [ 119.9486212, 30.2958646 ] ], [ [ 119.9486212, 30.2958646 ], [ 119.9485844, 30.2959037 ] ], [ [ 119.9485844, 30.2959037 ], [ 119.9485186, 30.2959734 ] ], [ [ 119.9485186, 30.2959734 ], [ 119.9484297, 30.2960629 ] ], [ [ 119.9484297, 30.2960629 ], [ 119.9483033, 30.2963625 ] ], [ [ 119.9483033, 30.2963625 ], [ 119.9482523, 30.2965599 ] ], [ [ 119.941228, 30.2883019 ], [ 119.9412436, 30.2875719 ] ], [ [ 119.9412436, 30.2875719 ], [ 119.9413284, 30.2856123 ] ], [ [ 119.9413284, 30.2856123 ], [ 119.9412674, 30.2854919 ] ], [ [ 119.9412196, 30.288419 ], [ 119.941228, 30.2883019 ] ], [ [ 119.9482523, 30.2965599 ], [ 119.9482027, 30.2967932 ] ], [ [ 119.9482027, 30.2967932 ], [ 119.9481699, 30.29695 ] ], [ [ 119.9481699, 30.29695 ], [ 119.9481202, 30.2974324 ] ], [ [ 119.9481202, 30.2974324 ], [ 119.9480921, 30.2977705 ] ], [ [ 119.9480921, 30.2977705 ], [ 119.9480438, 30.2981897 ] ], [ [ 119.9480438, 30.2981897 ], [ 119.9478886, 30.299093 ] ], [ [ 119.9478886, 30.299093 ], [ 119.9480457, 30.2989591 ] ], [ [ 119.9480457, 30.2989591 ], [ 119.9481533, 30.2988315 ] ], [ [ 119.9481533, 30.2988315 ], [ 119.9482843, 30.2986632 ] ], [ [ 119.9482843, 30.2986632 ], [ 119.9484221, 30.298521 ] ], [ [ 119.9484221, 30.298521 ], [ 119.9485766, 30.2983702 ] ], [ [ 119.9485766, 30.2983702 ], [ 119.9487446, 30.2982338 ] ], [ [ 119.9487446, 30.2982338 ], [ 119.9488723, 30.2981468 ] ], [ [ 119.9488723, 30.2981468 ], [ 119.9489496, 30.2980859 ] ], [ [ 119.9489496, 30.2980859 ], [ 119.9489933, 30.2980365 ] ], [ [ 119.9489933, 30.2980365 ], [ 119.949037, 30.2979553 ] ], [ [ 119.949037, 30.2979553 ], [ 119.9490437, 30.2978625 ] ], [ [ 119.9490437, 30.2978625 ], [ 119.9490202, 30.2977783 ] ], [ [ 119.9490202, 30.2977783 ], [ 119.9489295, 30.2975927 ] ], [ [ 119.9489295, 30.2975927 ], [ 119.9487514, 30.2972242 ] ], [ [ 119.9487514, 30.2972242 ], [ 119.9485834, 30.296937 ] ], [ [ 119.9485834, 30.296937 ], [ 119.948449, 30.2967948 ] ], [ [ 119.948449, 30.2967948 ], [ 119.9483313, 30.2966759 ] ], [ [ 119.9483313, 30.2966759 ], [ 119.9482523, 30.2965599 ] ], [ [ 119.9213838, 30.3185765 ], [ 119.9216857, 30.3180342 ] ], [ [ 119.9216857, 30.3180342 ], [ 119.9219191, 30.3175727 ] ], [ [ 119.9219191, 30.3175727 ], [ 119.9222534, 30.3169201 ] ], [ [ 119.9222534, 30.3169201 ], [ 119.9228808, 30.3157134 ] ], [ [ 119.9228808, 30.3157134 ], [ 119.9235773, 30.3143661 ] ], [ [ 119.9235773, 30.3143661 ], [ 119.9236174, 30.3142884 ] ], [ [ 119.9236174, 30.3142884 ], [ 119.92366, 30.314206 ] ], [ [ 119.92366, 30.314206 ], [ 119.9240359, 30.3134738 ] ], [ [ 119.9240359, 30.3134738 ], [ 119.9243501, 30.3128776 ] ], [ [ 119.9243501, 30.3128776 ], [ 119.924545, 30.3125161 ] ], [ [ 119.924545, 30.3125161 ], [ 119.924576, 30.3124499 ] ], [ [ 119.924576, 30.3124499 ], [ 119.9245842, 30.3123758 ] ], [ [ 119.9558307, 30.3580751 ], [ 119.9557883, 30.3534706 ], [ 119.9557942, 30.3533356 ], [ 119.9558466, 30.3531766 ], [ 119.9563956, 30.3529897 ], [ 119.9572594, 30.3528398 ], [ 119.9583864, 30.3526923 ], [ 119.9588737, 30.3527421 ], [ 119.9589934, 30.3529921 ], [ 119.9591179, 30.3533516 ], [ 119.9593283, 30.354025 ], [ 119.9598953, 30.3557371 ] ], [ [ 119.816082, 30.3279056 ], [ 119.8161274, 30.327886 ] ], [ [ 119.8161274, 30.327886 ], [ 119.816176, 30.327834 ] ], [ [ 119.816176, 30.327834 ], [ 119.8162351, 30.3276838 ] ], [ [ 119.8162351, 30.3276838 ], [ 119.8163571, 30.3273384 ] ], [ [ 119.8163571, 30.3273384 ], [ 119.8163843, 30.3273013 ] ], [ [ 119.8163843, 30.3273013 ], [ 119.816509, 30.3261775 ] ], [ [ 119.816509, 30.3261775 ], [ 119.8165305, 30.3259837 ] ], [ [ 119.8165305, 30.3259837 ], [ 119.8165727, 30.3256032 ] ], [ [ 119.816082, 30.3279056 ], [ 119.8160201, 30.3279323 ] ], [ [ 119.8160201, 30.3279323 ], [ 119.815859, 30.3280205 ] ], [ [ 119.815859, 30.3280205 ], [ 119.8157458, 30.3280705 ] ], [ [ 119.8157458, 30.3280705 ], [ 119.814553, 30.3282263 ] ], [ [ 119.814553, 30.3282263 ], [ 119.8136947, 30.3283629 ] ], [ [ 119.8136947, 30.3283629 ], [ 119.8122114, 30.3285666 ] ], [ [ 119.8122114, 30.3285666 ], [ 119.8095694, 30.3289602 ] ], [ [ 119.8095694, 30.3289602 ], [ 119.8090544, 30.3290158 ] ], [ [ 119.8090544, 30.3290158 ], [ 119.80861, 30.3290434 ] ], [ [ 119.80861, 30.3290434 ], [ 119.8081487, 30.3290643 ] ], [ [ 119.8081487, 30.3290643 ], [ 119.8074593, 30.329055 ] ], [ [ 119.8074593, 30.329055 ], [ 119.8071829, 30.3290792 ] ], [ [ 119.8071829, 30.3290792 ], [ 119.8068963, 30.3292125 ] ], [ [ 119.8068963, 30.3292125 ], [ 119.8065937, 30.3294074 ] ], [ [ 119.8064598, 30.3294556 ], [ 119.8065937, 30.3294074 ] ], [ [ 119.8059935, 30.3297492 ], [ 119.8058386, 30.329414 ] ], [ [ 119.8064598, 30.3294556 ], [ 119.8059935, 30.3297492 ] ], [ [ 119.816082, 30.3279056 ], [ 119.8170092, 30.3283733 ] ], [ [ 119.8170092, 30.3283733 ], [ 119.8177363, 30.3287004 ] ], [ [ 119.8177363, 30.3287004 ], [ 119.8184881, 30.3289079 ] ], [ [ 119.8184881, 30.3289079 ], [ 119.8188424, 30.32911 ] ], [ [ 119.8188424, 30.32911 ], [ 119.8190458, 30.3293493 ] ], [ [ 119.8190458, 30.3293493 ], [ 119.8191228, 30.3296073 ] ], [ [ 119.8191228, 30.3296073 ], [ 119.8191413, 30.329828 ] ], [ [ 119.8191413, 30.329828 ], [ 119.8192275, 30.3302588 ] ], [ [ 119.8192275, 30.3302588 ], [ 119.8192821, 30.3304229 ] ], [ [ 119.8192821, 30.3304229 ], [ 119.8193203, 30.3305376 ] ], [ [ 119.8193203, 30.3305376 ], [ 119.8193434, 30.330607 ] ], [ [ 119.8193434, 30.330607 ], [ 119.8194062, 30.330796 ] ], [ [ 119.8194062, 30.330796 ], [ 119.8194247, 30.331022 ] ], [ [ 119.8194247, 30.331022 ], [ 119.8193477, 30.3312747 ] ], [ [ 119.8193477, 30.3312747 ], [ 119.8191813, 30.3314927 ] ], [ [ 119.8191813, 30.3314927 ], [ 119.8189173, 30.3317583 ] ], [ [ 119.8058539, 30.3302766 ], [ 119.8059032, 30.3300902 ] ], [ [ 119.8059032, 30.3300902 ], [ 119.8059935, 30.3297492 ] ], [ [ 119.9213838, 30.3185765 ], [ 119.9212426, 30.3188497 ] ], [ [ 119.9212426, 30.3188497 ], [ 119.9212049, 30.318925 ] ], [ [ 119.9212049, 30.318925 ], [ 119.9211459, 30.3190427 ] ], [ [ 119.9211459, 30.3190427 ], [ 119.9211246, 30.3191075 ] ], [ [ 119.9211246, 30.3191075 ], [ 119.9211125, 30.3191723 ] ], [ [ 119.9211125, 30.3191723 ], [ 119.9211266, 30.3193122 ] ], [ [ 119.9211266, 30.3193122 ], [ 119.921168, 30.3194441 ] ], [ [ 119.921168, 30.3194441 ], [ 119.9212021, 30.3195589 ] ], [ [ 119.9212021, 30.3195589 ], [ 119.9212155, 30.3196816 ] ], [ [ 119.9212155, 30.3196816 ], [ 119.9212028, 30.3198884 ] ], [ [ 119.9212028, 30.3198884 ], [ 119.9211708, 30.3201349 ] ], [ [ 119.9211708, 30.3201349 ], [ 119.9211532, 30.3203328 ] ], [ [ 119.9211532, 30.3203328 ], [ 119.9211629, 30.3204894 ] ], [ [ 119.9211629, 30.3204894 ], [ 119.921185, 30.320861 ] ], [ [ 119.921185, 30.320861 ], [ 119.9212533, 30.3212186 ] ], [ [ 119.9212533, 30.3212186 ], [ 119.9213379, 30.3216447 ] ], [ [ 119.9213379, 30.3216447 ], [ 119.9214319, 30.3221806 ] ], [ [ 119.9214319, 30.3221806 ], [ 119.9214665, 30.3223798 ] ], [ [ 119.9214665, 30.3223798 ], [ 119.9214827, 30.3225277 ] ], [ [ 119.9214827, 30.3225277 ], [ 119.9214893, 30.3229093 ] ], [ [ 119.9214893, 30.3229093 ], [ 119.9214566, 30.3235666 ] ], [ [ 119.9214566, 30.3235666 ], [ 119.9214416, 30.3240107 ] ], [ [ 119.9214416, 30.3240107 ], [ 119.9214315, 30.3242584 ] ], [ [ 119.9214315, 30.3242584 ], [ 119.9214252, 30.3244157 ] ], [ [ 119.9214252, 30.3244157 ], [ 119.9214196, 30.3245528 ] ], [ [ 119.9214196, 30.3245528 ], [ 119.9213706, 30.3249486 ] ], [ [ 119.9213706, 30.3249486 ], [ 119.9213442, 30.325467 ] ], [ [ 119.9213442, 30.325467 ], [ 119.9213574, 30.3258201 ] ], [ [ 119.9213574, 30.3258201 ], [ 119.9212848, 30.3262815 ] ], [ [ 119.9212848, 30.3262815 ], [ 119.9212188, 30.3266062 ] ], [ [ 119.9212188, 30.3266062 ], [ 119.9211439, 30.326946 ] ], [ [ 119.8870543, 30.3363602 ], [ 119.8880946, 30.3373483 ] ], [ [ 119.8880946, 30.3373483 ], [ 119.8889511, 30.3378961 ] ], [ [ 119.8889511, 30.3378961 ], [ 119.8898754, 30.3382817 ] ], [ [ 119.8898754, 30.3382817 ], [ 119.8903592, 30.3385928 ] ], [ [ 119.8903592, 30.3385928 ], [ 119.8909784, 30.338989 ] ], [ [ 119.8909784, 30.338989 ], [ 119.8915947, 30.3394782 ] ], [ [ 119.8915947, 30.3394782 ], [ 119.8924635, 30.3403052 ] ], [ [ 119.8924635, 30.3403052 ], [ 119.8932646, 30.3409673 ] ], [ [ 119.8932646, 30.3409673 ], [ 119.8939208, 30.3411694 ] ], [ [ 119.8939208, 30.3411694 ], [ 119.8942444, 30.3413316 ] ], [ [ 119.8942444, 30.3413316 ], [ 119.8945555, 30.3416108 ] ], [ [ 119.8945555, 30.3416108 ], [ 119.8949622, 30.3419911 ] ], [ [ 119.8949622, 30.3419911 ], [ 119.8955846, 30.3422782 ] ], [ [ 119.8955846, 30.3422782 ], [ 119.8962409, 30.3424431 ] ], [ [ 119.8962409, 30.3424431 ], [ 119.8968201, 30.3426372 ] ], [ [ 119.8968201, 30.3426372 ], [ 119.8982528, 30.3429323 ] ], [ [ 119.8982528, 30.3429323 ], [ 119.8992819, 30.3431743 ] ], [ [ 119.8992819, 30.3431743 ], [ 119.9002185, 30.3435705 ] ], [ [ 119.9002185, 30.3435705 ], [ 119.9004927, 30.343738 ] ], [ [ 119.9004927, 30.343738 ], [ 119.9010566, 30.3439135 ] ], [ [ 119.9010566, 30.3439135 ], [ 119.9014571, 30.3439694 ] ], [ [ 119.9014571, 30.3439694 ], [ 119.9016296, 30.3440677 ] ], [ [ 119.9016296, 30.3440677 ], [ 119.901833, 30.344222 ] ], [ [ 119.901833, 30.344222 ], [ 119.9019131, 30.3443948 ] ], [ [ 119.9019131, 30.3443948 ], [ 119.9020333, 30.3448442 ] ], [ [ 119.9020333, 30.3448442 ], [ 119.9021904, 30.3451499 ] ], [ [ 119.9021904, 30.3451499 ], [ 119.9023907, 30.345586 ] ], [ [ 119.9023907, 30.345586 ], [ 119.9024985, 30.3459662 ] ], [ [ 119.9024985, 30.3459662 ], [ 119.9026556, 30.3461922 ] ], [ [ 119.9026556, 30.3461922 ], [ 119.9027789, 30.3463199 ] ], [ [ 119.9027789, 30.3463199 ], [ 119.9031736, 30.346456 ] ], [ [ 119.903253, 30.3496075 ], [ 119.9033691, 30.3501337 ] ], [ [ 119.9033691, 30.3501337 ], [ 119.9034369, 30.350785 ] ], [ [ 119.9034369, 30.350785 ], [ 119.903524, 30.3522548 ] ], [ [ 119.903524, 30.3522548 ], [ 119.9034659, 30.35233 ] ], [ [ 119.9034659, 30.35233 ], [ 119.9033014, 30.352355 ] ], [ [ 119.9033014, 30.352355 ], [ 119.9031756, 30.3523968 ] ], [ [ 119.9031756, 30.3523968 ], [ 119.9030982, 30.3525471 ] ], [ [ 119.9030982, 30.3525471 ], [ 119.9030304, 30.3527475 ] ], [ [ 119.9030304, 30.3527475 ], [ 119.9028853, 30.3529563 ] ], [ [ 119.9028853, 30.3529563 ], [ 119.9027498, 30.3530732 ] ], [ [ 119.9027498, 30.3530732 ], [ 119.9026633, 30.3532139 ] ], [ [ 119.8986828, 30.3529049 ], [ 119.8990028, 30.3529049 ] ], [ [ 119.8990028, 30.3529049 ], [ 119.8992772, 30.3531022 ] ], [ [ 119.8992772, 30.3531022 ], [ 119.8994405, 30.3531699 ] ], [ [ 119.8994405, 30.3531699 ], [ 119.899741, 30.353215 ] ], [ [ 119.899741, 30.353215 ], [ 119.9000349, 30.3532206 ] ], [ [ 119.9000349, 30.3532206 ], [ 119.9008776, 30.3531079 ] ], [ [ 119.9008776, 30.3531079 ], [ 119.9010539, 30.3531079 ] ], [ [ 119.9010539, 30.3531079 ], [ 119.9011454, 30.3531304 ] ], [ [ 119.9011454, 30.3531304 ], [ 119.9017267, 30.3534573 ] ], [ [ 119.9017267, 30.3534573 ], [ 119.9020534, 30.3535137 ] ], [ [ 119.9020534, 30.3535137 ], [ 119.9022363, 30.3535137 ] ], [ [ 119.9022363, 30.3535137 ], [ 119.9024061, 30.3534517 ] ], [ [ 119.9024061, 30.3534517 ], [ 119.9024714, 30.3533897 ] ], [ [ 119.9024714, 30.3533897 ], [ 119.9026633, 30.3532139 ] ], [ [ 119.9057189, 30.3610688 ], [ 119.9056252, 30.3609695 ] ], [ [ 119.9056252, 30.3609695 ], [ 119.9056068, 30.3608824 ] ], [ [ 119.9056068, 30.3608824 ], [ 119.9056068, 30.3607636 ] ], [ [ 119.9056068, 30.3607636 ], [ 119.905616, 30.3605735 ] ], [ [ 119.905616, 30.3605735 ], [ 119.9055701, 30.3604468 ] ], [ [ 119.9055701, 30.3604468 ], [ 119.9054324, 30.3602963 ] ], [ [ 119.9054324, 30.3602963 ], [ 119.9053223, 30.3601141 ] ], [ [ 119.9053223, 30.3601141 ], [ 119.9053131, 30.359932 ] ], [ [ 119.9053131, 30.359932 ], [ 119.9053131, 30.3597181 ] ], [ [ 119.9053131, 30.3597181 ], [ 119.9053406, 30.3595597 ] ], [ [ 119.9053406, 30.3595597 ], [ 119.9053865, 30.3594092 ] ], [ [ 119.9053865, 30.3594092 ], [ 119.905515, 30.3588944 ] ], [ [ 119.905515, 30.3588944 ], [ 119.9057537, 30.3580548 ] ], [ [ 119.9057537, 30.3580548 ], [ 119.9059097, 30.3577855 ] ], [ [ 119.9059097, 30.3577855 ], [ 119.9060566, 30.3575954 ] ], [ [ 119.9060566, 30.3575954 ], [ 119.906589, 30.3568904 ] ], [ [ 119.906589, 30.3568904 ], [ 119.9066532, 30.3566766 ] ], [ [ 119.9066532, 30.3566766 ], [ 119.9069194, 30.3557023 ] ], [ [ 119.9069194, 30.3557023 ], [ 119.9069378, 30.3554805 ] ], [ [ 119.9069378, 30.3554805 ], [ 119.9068644, 30.3553063 ] ], [ [ 119.9068644, 30.3553063 ], [ 119.9068827, 30.3552033 ] ], [ [ 119.9068827, 30.3552033 ], [ 119.9070847, 30.3545538 ] ], [ [ 119.9070847, 30.3545538 ], [ 119.9072591, 30.3539122 ] ], [ [ 119.9072591, 30.3539122 ], [ 119.9072683, 30.3537221 ] ], [ [ 119.9072683, 30.3537221 ], [ 119.9072866, 30.3534686 ] ], [ [ 119.9072866, 30.3534686 ], [ 119.9072958, 30.3532944 ] ], [ [ 119.9072958, 30.3532944 ], [ 119.9075161, 30.3518606 ] ], [ [ 119.9075161, 30.3518606 ], [ 119.9076997, 30.3507358 ] ], [ [ 119.9076997, 30.3507358 ], [ 119.9076997, 30.3505774 ] ], [ [ 119.9076997, 30.3505774 ], [ 119.9076262, 30.3504586 ] ], [ [ 119.9076262, 30.3504586 ], [ 119.9074702, 30.3503715 ] ], [ [ 119.9074702, 30.3503715 ], [ 119.9072958, 30.3502368 ] ], [ [ 119.9072958, 30.3502368 ], [ 119.9072499, 30.3501101 ] ], [ [ 119.9072499, 30.3501101 ], [ 119.9072224, 30.3496269 ] ], [ [ 119.9072224, 30.3496269 ], [ 119.9071948, 30.3490803 ] ], [ [ 119.8189173, 30.3317583 ], [ 119.8188129, 30.3318381 ] ], [ [ 119.8188129, 30.3318381 ], [ 119.8181985, 30.3325458 ] ], [ [ 119.8181985, 30.3325458 ], [ 119.8179859, 30.3329926 ] ], [ [ 119.8179859, 30.3329926 ], [ 119.8179335, 30.3334367 ] ], [ [ 119.8179335, 30.3334367 ], [ 119.8178904, 30.3336015 ] ], [ [ 119.8178904, 30.3336015 ], [ 119.8177086, 30.3338754 ] ], [ [ 119.8177086, 30.3338754 ], [ 119.8175545, 30.3341361 ] ], [ [ 119.8175545, 30.3341361 ], [ 119.8173851, 30.3346652 ] ], [ [ 119.8173851, 30.3346652 ], [ 119.8171012, 30.3354918 ] ], [ [ 119.8171012, 30.3354918 ], [ 119.8170988, 30.3355926 ] ], [ [ 119.8170988, 30.3355926 ], [ 119.8171128, 30.3356691 ] ], [ [ 119.8171128, 30.3356691 ], [ 119.8171782, 30.3357699 ] ], [ [ 119.8171782, 30.3357699 ], [ 119.8173066, 30.3361024 ] ], [ [ 119.8173066, 30.3361024 ], [ 119.8175892, 30.3369126 ] ], [ [ 119.8175892, 30.3369126 ], [ 119.8179371, 30.3374648 ] ], [ [ 119.8179371, 30.3374648 ], [ 119.8181846, 30.3377932 ] ], [ [ 119.8181846, 30.3377932 ], [ 119.818257, 30.3379524 ] ], [ [ 119.818257, 30.3379524 ], [ 119.818257, 30.3380855 ] ], [ [ 119.818257, 30.3380855 ], [ 119.8182079, 30.3383273 ] ], [ [ 119.8182079, 30.3383273 ], [ 119.8181776, 30.3385953 ] ], [ [ 119.8181776, 30.3385953 ], [ 119.8182056, 30.3387283 ] ], [ [ 119.8182056, 30.3387283 ], [ 119.8183154, 30.3388915 ] ], [ [ 119.8183154, 30.3388915 ], [ 119.8184788, 30.3392422 ] ], [ [ 119.8184788, 30.3392422 ], [ 119.8185092, 30.3394619 ] ], [ [ 119.8185092, 30.3394619 ], [ 119.8184555, 30.3396593 ] ], [ [ 119.8184555, 30.3396593 ], [ 119.8184625, 30.3397641 ] ], [ [ 119.8184625, 30.3397641 ], [ 119.8185489, 30.3398629 ] ], [ [ 119.8185489, 30.3398629 ], [ 119.8187613, 30.3400362 ] ], [ [ 119.8187613, 30.3400362 ], [ 119.8193133, 30.3404557 ] ], [ [ 119.8102678, 30.3448735 ], [ 119.8098512, 30.3444656 ] ], [ [ 119.8098512, 30.3444656 ], [ 119.8097508, 30.3442782 ] ], [ [ 119.8097508, 30.3442782 ], [ 119.8096831, 30.3440928 ] ], [ [ 119.8096831, 30.3440928 ], [ 119.8096504, 30.343845 ] ], [ [ 119.8096504, 30.343845 ], [ 119.8096948, 30.3430067 ] ], [ [ 119.8096948, 30.3430067 ], [ 119.8098092, 30.3424283 ] ], [ [ 119.8098092, 30.3424283 ], [ 119.8100211, 30.3417538 ] ], [ [ 119.8100211, 30.3417538 ], [ 119.8104046, 30.3410862 ] ], [ [ 119.8104046, 30.3410862 ], [ 119.8110841, 30.3401915 ] ], [ [ 119.8110841, 30.3401915 ], [ 119.811836, 30.3390388 ] ], [ [ 119.811836, 30.3390388 ], [ 119.8121372, 30.3384725 ] ], [ [ 119.8121372, 30.3384725 ], [ 119.8125995, 30.3375072 ] ], [ [ 119.8125995, 30.3375072 ], [ 119.8130922, 30.3363545 ] ], [ [ 119.8130922, 30.3363545 ], [ 119.8132697, 30.3358063 ] ], [ [ 119.8132697, 30.3358063 ], [ 119.8133677, 30.3353206 ] ], [ [ 119.8133677, 30.3353206 ], [ 119.8135382, 30.3343331 ] ], [ [ 119.8135382, 30.3343331 ], [ 119.8136199, 30.3340207 ] ], [ [ 119.8136199, 30.3340207 ], [ 119.8136613, 30.3339493 ] ], [ [ 119.8136613, 30.3339493 ], [ 119.8137577, 30.3337829 ] ], [ [ 119.8137577, 30.3337829 ], [ 119.8141009, 30.333394 ] ], [ [ 119.8141009, 30.333394 ], [ 119.8146823, 30.3329566 ] ], [ [ 119.8146823, 30.3329566 ], [ 119.8153968, 30.3323802 ] ], [ [ 119.8153968, 30.3323802 ], [ 119.8156887, 30.3319993 ] ], [ [ 119.8156887, 30.3319993 ], [ 119.8158008, 30.3317515 ] ], [ [ 119.8158008, 30.3317515 ], [ 119.8158803, 30.3314993 ] ], [ [ 119.8158803, 30.3314993 ], [ 119.8159386, 30.3313081 ] ], [ [ 119.8159386, 30.3313081 ], [ 119.8159402, 30.3311246 ] ], [ [ 119.850303, 30.3394574 ], [ 119.8500782, 30.3394868 ] ], [ [ 119.8500782, 30.3394868 ], [ 119.8499491, 30.3394991 ] ], [ [ 119.8499491, 30.3394991 ], [ 119.8498007, 30.3394936 ] ], [ [ 119.8498007, 30.3394936 ], [ 119.8496412, 30.3394757 ] ], [ [ 119.8496412, 30.3394757 ], [ 119.8494829, 30.3394431 ] ], [ [ 119.8494829, 30.3394431 ], [ 119.8492886, 30.3394108 ] ], [ [ 119.8492886, 30.3394108 ], [ 119.8490618, 30.3393914 ] ], [ [ 119.8490618, 30.3393914 ], [ 119.848673, 30.3394 ] ], [ [ 119.848673, 30.3394 ], [ 119.8484313, 30.3394065 ] ], [ [ 119.8484313, 30.3394065 ], [ 119.8481995, 30.3393914 ] ], [ [ 119.8481995, 30.3393914 ], [ 119.8479379, 30.3393484 ] ], [ [ 119.8479379, 30.3393484 ], [ 119.8475092, 30.3392409 ] ], [ [ 119.8475092, 30.3392409 ], [ 119.8468563, 30.3390538 ] ], [ [ 119.8468563, 30.3390538 ], [ 119.845548, 30.3386731 ] ], [ [ 119.845548, 30.3386731 ], [ 119.845334, 30.3386115 ] ], [ [ 119.845334, 30.3386115 ], [ 119.8449274, 30.3384946 ] ], [ [ 119.8449274, 30.3384946 ], [ 119.8442147, 30.3382816 ] ], [ [ 119.8442147, 30.3382816 ], [ 119.8435692, 30.3381311 ] ], [ [ 119.8435692, 30.3381311 ], [ 119.8431954, 30.3381053 ] ], [ [ 119.8431954, 30.3381053 ], [ 119.8415955, 30.3381999 ] ], [ [ 119.8415955, 30.3381999 ], [ 119.841446, 30.338216 ] ], [ [ 119.841446, 30.338216 ], [ 119.8410603, 30.3382688 ] ], [ [ 119.8410603, 30.3382688 ], [ 119.840796, 30.338305 ] ], [ [ 119.840796, 30.338305 ], [ 119.840628, 30.338413 ] ], [ [ 119.840628, 30.338413 ], [ 119.8403084, 30.3388833 ] ], [ [ 119.8542356, 30.3416143 ], [ 119.851324, 30.3412533 ] ], [ [ 119.851324, 30.3412533 ], [ 119.8510639, 30.3412229 ] ], [ [ 119.8543633, 30.3416306 ], [ 119.8542356, 30.3416143 ] ], [ [ 119.8543633, 30.3416306 ], [ 119.8582333, 30.3420293 ] ], [ [ 119.8582333, 30.3420293 ], [ 119.8672759, 30.3437369 ] ], [ [ 119.8672759, 30.3437369 ], [ 119.8693913, 30.3442217 ] ], [ [ 119.8693913, 30.3442217 ], [ 119.8696082, 30.3443768 ] ], [ [ 119.8696082, 30.3443768 ], [ 119.8696855, 30.3455253 ] ], [ [ 119.8808867, 30.3464425 ], [ 119.8809328, 30.3463222 ] ], [ [ 119.8809328, 30.3463222 ], [ 119.8810403, 30.3460415 ] ], [ [ 119.8810403, 30.3460415 ], [ 119.8815894, 30.344608 ] ], [ [ 119.8815894, 30.344608 ], [ 119.8816162, 30.344556 ] ], [ [ 119.8816162, 30.344556 ], [ 119.8816444, 30.3445143 ] ], [ [ 119.8816444, 30.3445143 ], [ 119.8816685, 30.3444645 ] ], [ [ 119.8816685, 30.3444645 ], [ 119.8816873, 30.3444136 ] ], [ [ 119.8816873, 30.3444136 ], [ 119.8817235, 30.3442759 ] ], [ [ 119.8817235, 30.3442759 ], [ 119.8818912, 30.3436909 ] ], [ [ 119.8818912, 30.3436909 ], [ 119.8820354, 30.3432607 ] ], [ [ 119.8820354, 30.3432607 ], [ 119.8821452, 30.3429145 ] ], [ [ 119.8821452, 30.3429145 ], [ 119.8821915, 30.3427311 ] ], [ [ 119.8821915, 30.3427311 ], [ 119.8822162, 30.3425078 ] ], [ [ 119.8696855, 30.3455253 ], [ 119.8697947, 30.3455695 ] ], [ [ 119.8697947, 30.3455695 ], [ 119.8722285, 30.3456161 ] ], [ [ 119.8722285, 30.3456161 ], [ 119.8745272, 30.3456485 ] ], [ [ 119.8745272, 30.3456485 ], [ 119.8746103, 30.3456508 ] ], [ [ 119.8746103, 30.3456508 ], [ 119.877322, 30.3456971 ] ], [ [ 119.877322, 30.3456971 ], [ 119.877601, 30.3457133 ] ], [ [ 119.877601, 30.3457133 ], [ 119.8778504, 30.3457434 ] ], [ [ 119.8778504, 30.3457434 ], [ 119.8782393, 30.3457897 ] ], [ [ 119.8782393, 30.3457897 ], [ 119.8787106, 30.3458535 ] ], [ [ 119.8787106, 30.3458535 ], [ 119.8799828, 30.3460258 ] ], [ [ 119.8799828, 30.3460258 ], [ 119.880082, 30.3460466 ] ], [ [ 119.880082, 30.3460466 ], [ 119.8801705, 30.3460791 ] ], [ [ 119.8801705, 30.3460791 ], [ 119.8808867, 30.3464425 ] ], [ [ 119.828697, 30.3438694 ], [ 119.8285273, 30.3438453 ] ], [ [ 119.8285273, 30.3438453 ], [ 119.8276743, 30.3438569 ] ], [ [ 119.8276743, 30.3438569 ], [ 119.8263869, 30.3440074 ] ], [ [ 119.8263869, 30.3440074 ], [ 119.8258585, 30.3442018 ] ], [ [ 119.8258585, 30.3442018 ], [ 119.8255983, 30.3443083 ] ], [ [ 119.8255983, 30.3443083 ], [ 119.8253676, 30.3443245 ] ], [ [ 119.8253676, 30.3443245 ], [ 119.8243886, 30.3442041 ] ], [ [ 119.8243886, 30.3442041 ], [ 119.8235893, 30.3441509 ] ], [ [ 119.8235893, 30.3441509 ], [ 119.8230609, 30.3441486 ] ], [ [ 119.8230609, 30.3441486 ], [ 119.822849, 30.3441902 ] ], [ [ 119.822849, 30.3441902 ], [ 119.8227283, 30.3442921 ] ], [ [ 119.8227283, 30.3442921 ], [ 119.8224628, 30.3450768 ] ], [ [ 119.8224628, 30.3450768 ], [ 119.8223947, 30.3451853 ] ], [ [ 119.8223947, 30.3451853 ], [ 119.8223394, 30.3452735 ] ], [ [ 119.8223394, 30.3452735 ], [ 119.822098, 30.3454101 ] ], [ [ 119.822098, 30.3454101 ], [ 119.8217708, 30.3455906 ] ], [ [ 119.8217708, 30.3455906 ], [ 119.8215321, 30.3458383 ] ], [ [ 119.8215321, 30.3458383 ], [ 119.8212799, 30.346204 ] ], [ [ 119.8212799, 30.346204 ], [ 119.821111, 30.3465397 ] ], [ [ 119.821111, 30.3465397 ], [ 119.8210117, 30.3469193 ] ], [ [ 119.8210117, 30.3469193 ], [ 119.8208696, 30.3473521 ] ], [ [ 119.8208696, 30.3473521 ], [ 119.8207988, 30.3475846 ] ], [ [ 119.8207988, 30.3475846 ], [ 119.8207435, 30.3477665 ] ], [ [ 119.8207435, 30.3477665 ], [ 119.820604, 30.3481553 ] ], [ [ 119.820604, 30.3481553 ], [ 119.8204324, 30.3485697 ] ], [ [ 119.8204324, 30.3485697 ], [ 119.8202392, 30.3488289 ] ], [ [ 119.8202392, 30.3488289 ], [ 119.8200113, 30.3490766 ] ], [ [ 119.8200113, 30.3490766 ], [ 119.8198478, 30.3492576 ] ], [ [ 119.828697, 30.3438694 ], [ 119.8284985, 30.3441773 ] ], [ [ 119.8284985, 30.3441773 ], [ 119.8279519, 30.3450777 ] ], [ [ 119.8279519, 30.3450777 ], [ 119.8263501, 30.3446661 ] ], [ [ 119.8263501, 30.3446661 ], [ 119.8255749, 30.3450569 ] ], [ [ 119.8255749, 30.3450569 ], [ 119.8231979, 30.3466309 ] ], [ [ 119.8231979, 30.3466309 ], [ 119.820976, 30.3495608 ] ], [ [ 119.820976, 30.3495608 ], [ 119.8206557, 30.3496196 ] ], [ [ 119.8206557, 30.3496196 ], [ 119.8205998, 30.3496006 ] ], [ [ 119.8205998, 30.3496006 ], [ 119.820443, 30.3495474 ] ], [ [ 119.820443, 30.3495474 ], [ 119.8203036, 30.3495001 ] ], [ [ 119.8203036, 30.3495001 ], [ 119.8198478, 30.3492576 ] ], [ [ 119.8029068, 30.3613466 ], [ 119.803268, 30.3615392 ] ], [ [ 119.803268, 30.3615392 ], [ 119.8035969, 30.3617114 ] ], [ [ 119.8035969, 30.3617114 ], [ 119.8040414, 30.3618341 ] ], [ [ 119.8040414, 30.3618341 ], [ 119.8042503, 30.3618109 ] ], [ [ 119.8042503, 30.3618109 ], [ 119.8046368, 30.3616096 ] ], [ [ 119.8046368, 30.3616096 ], [ 119.8051089, 30.36148 ] ], [ [ 119.8051089, 30.36148 ], [ 119.8055844, 30.3612574 ] ], [ [ 119.8055844, 30.3612574 ], [ 119.8059109, 30.3611814 ] ], [ [ 119.8059109, 30.3611814 ], [ 119.8067104, 30.3610171 ] ], [ [ 119.8067104, 30.3610171 ], [ 119.8069918, 30.3610009 ] ], [ [ 119.8069918, 30.3610009 ], [ 119.8072359, 30.361024 ] ], [ [ 119.8072359, 30.361024 ], [ 119.8077205, 30.3610888 ] ], [ [ 119.8077205, 30.3610888 ], [ 119.8079118, 30.3611143 ] ], [ [ 119.8079118, 30.3611143 ], [ 119.8080593, 30.3610958 ] ], [ [ 119.8080593, 30.3610958 ], [ 119.8081934, 30.3610402 ] ], [ [ 119.8081934, 30.3610402 ], [ 119.8082854, 30.360968 ] ], [ [ 119.8082854, 30.360968 ], [ 119.8086029, 30.3604275 ] ], [ [ 119.8086029, 30.3604275 ], [ 119.8090813, 30.36014 ] ], [ [ 119.8090813, 30.36014 ], [ 119.8097359, 30.3598873 ] ], [ [ 119.8097359, 30.3598873 ], [ 119.8107898, 30.3592211 ] ], [ [ 119.8107898, 30.3592211 ], [ 119.8117465, 30.3585282 ] ], [ [ 119.8117465, 30.3585282 ], [ 119.8127984, 30.3572502 ] ], [ [ 119.8127984, 30.3572502 ], [ 119.8128891, 30.356505 ] ], [ [ 119.8128891, 30.356505 ], [ 119.8133945, 30.3561925 ] ], [ [ 119.8133945, 30.3561925 ], [ 119.8136852, 30.35568 ] ], [ [ 119.8136852, 30.35568 ], [ 119.8141573, 30.3552916 ] ], [ [ 119.8141573, 30.3552916 ], [ 119.814322, 30.3550952 ] ], [ [ 119.814322, 30.3550952 ], [ 119.8149196, 30.3543825 ] ], [ [ 119.8149196, 30.3543825 ], [ 119.8153818, 30.3541571 ] ], [ [ 119.8153818, 30.3541571 ], [ 119.81584, 30.3540307 ] ], [ [ 119.81584, 30.3540307 ], [ 119.8162076, 30.3537234 ] ], [ [ 119.8162076, 30.3537234 ], [ 119.8171839, 30.3531577 ] ], [ [ 119.8171839, 30.3531577 ], [ 119.8178118, 30.351993 ] ], [ [ 119.8178118, 30.351993 ], [ 119.8179751, 30.3514602 ] ], [ [ 119.8179751, 30.3514602 ], [ 119.8180881, 30.3511505 ] ], [ [ 119.8180881, 30.3511505 ], [ 119.8184636, 30.3506621 ] ], [ [ 119.8184636, 30.3506621 ], [ 119.8186406, 30.3501899 ] ], [ [ 119.8186406, 30.3501899 ], [ 119.8189428, 30.3497515 ] ], [ [ 119.8189428, 30.3497515 ], [ 119.8193756, 30.3494701 ] ], [ [ 119.8193756, 30.3494701 ], [ 119.8198478, 30.3492576 ] ], [ [ 119.9412196, 30.288419 ], [ 119.9411656, 30.2893444 ] ], [ [ 119.9411656, 30.2893444 ], [ 119.9411532, 30.2896111 ] ], [ [ 119.9411532, 30.2896111 ], [ 119.9411309, 30.2902418 ] ], [ [ 119.9411309, 30.2902418 ], [ 119.9411062, 30.2907425 ] ], [ [ 119.9411062, 30.2907425 ], [ 119.9410665, 30.2915475 ] ], [ [ 119.9410665, 30.2915475 ], [ 119.9410354, 30.2923395 ] ], [ [ 119.9410354, 30.2923395 ], [ 119.9410304, 30.2924652 ] ], [ [ 119.9410304, 30.2924652 ], [ 119.9410152, 30.2928525 ] ], [ [ 119.9410152, 30.2928525 ], [ 119.9409817, 30.2931158 ] ], [ [ 119.9409817, 30.2931158 ], [ 119.9409086, 30.2934183 ] ], [ [ 119.9409086, 30.2934183 ], [ 119.9407485, 30.2940606 ] ], [ [ 119.9407485, 30.2940606 ], [ 119.9404305, 30.2952147 ] ], [ [ 119.9404305, 30.2952147 ], [ 119.9401797, 30.2962332 ] ], [ [ 119.9401797, 30.2962332 ], [ 119.9400425, 30.2967902 ] ], [ [ 119.9400425, 30.2967902 ], [ 119.9398923, 30.297346 ] ], [ [ 119.9398923, 30.297346 ], [ 119.9398498, 30.2975326 ] ], [ [ 119.9398498, 30.2975326 ], [ 119.9396826, 30.2981615 ] ], [ [ 119.9396826, 30.2981615 ], [ 119.9396609, 30.29825 ] ], [ [ 119.9396609, 30.29825 ], [ 119.9396355, 30.2983535 ] ], [ [ 119.9396355, 30.2983535 ], [ 119.9395752, 30.2985996 ] ], [ [ 119.9395752, 30.2985996 ], [ 119.9394024, 30.2992784 ] ], [ [ 119.9394024, 30.2992784 ], [ 119.9391985, 30.3000647 ] ], [ [ 119.9391985, 30.3000647 ], [ 119.9391723, 30.3001656 ] ], [ [ 119.9391723, 30.3001656 ], [ 119.9391456, 30.3002688 ] ], [ [ 119.9391456, 30.3002688 ], [ 119.9390172, 30.3007642 ] ], [ [ 119.9390172, 30.3007642 ], [ 119.938955, 30.3010122 ] ], [ [ 119.938955, 30.3010122 ], [ 119.9386439, 30.3022534 ] ], [ [ 119.9386439, 30.3022534 ], [ 119.938612, 30.3023797 ] ], [ [ 119.938612, 30.3023797 ], [ 119.9382896, 30.3036587 ] ], [ [ 119.9382896, 30.3036587 ], [ 119.9380767, 30.3044873 ] ], [ [ 119.9380767, 30.3044873 ], [ 119.9379762, 30.3048784 ] ], [ [ 119.9379762, 30.3048784 ], [ 119.9379379, 30.3050275 ] ], [ [ 119.9379379, 30.3050275 ], [ 119.9379044, 30.3051579 ] ], [ [ 119.9379044, 30.3051579 ], [ 119.9378329, 30.3054362 ] ], [ [ 119.9378329, 30.3054362 ], [ 119.9376334, 30.3062129 ] ], [ [ 119.9376334, 30.3062129 ], [ 119.9374936, 30.3067915 ] ], [ [ 119.9374936, 30.3067915 ], [ 119.9372996, 30.307526 ] ], [ [ 119.9372996, 30.307526 ], [ 119.9372608, 30.3076834 ] ], [ [ 119.9372608, 30.3076834 ], [ 119.9368238, 30.3093851 ] ], [ [ 119.9368238, 30.3093851 ], [ 119.9366176, 30.310188 ] ], [ [ 119.9366176, 30.310188 ], [ 119.9362813, 30.3114584 ] ], [ [ 119.9362813, 30.3114584 ], [ 119.936232, 30.3116576 ] ], [ [ 119.936232, 30.3116576 ], [ 119.9362111, 30.3117423 ] ], [ [ 119.9362111, 30.3117423 ], [ 119.9361502, 30.3119886 ] ], [ [ 119.9361502, 30.3119886 ], [ 119.9360189, 30.3125198 ] ], [ [ 119.9360189, 30.3125198 ], [ 119.9358815, 30.3130755 ] ], [ [ 119.9358815, 30.3130755 ], [ 119.93581, 30.313376 ] ], [ [ 119.93581, 30.313376 ], [ 119.9357576, 30.313572 ] ], [ [ 119.9357576, 30.313572 ], [ 119.9354639, 30.3146511 ] ], [ [ 119.9354639, 30.3146511 ], [ 119.9351584, 30.315759 ] ], [ [ 119.9351584, 30.315759 ], [ 119.9347921, 30.3171086 ] ], [ [ 119.9347921, 30.3171086 ], [ 119.9343994, 30.3185972 ] ], [ [ 119.9343994, 30.3185972 ], [ 119.936497, 30.318595 ] ], [ [ 119.936497, 30.318595 ], [ 119.9387298, 30.3185926 ] ], [ [ 119.9387298, 30.3185926 ], [ 119.9390025, 30.3185923 ] ], [ [ 119.9390025, 30.3185923 ], [ 119.9413712, 30.3185926 ] ], [ [ 119.9413712, 30.3185926 ], [ 119.9427794, 30.3185927 ] ], [ [ 119.9427794, 30.3185927 ], [ 119.9430377, 30.3185927 ] ], [ [ 119.9430377, 30.3185927 ], [ 119.9433155, 30.3185928 ] ], [ [ 119.9433155, 30.3185928 ], [ 119.9443707, 30.3185804 ] ], [ [ 119.9567206, 30.37048 ], [ 119.9566831, 30.370398 ] ], [ [ 119.9566831, 30.370398 ], [ 119.9566147, 30.3702511 ] ], [ [ 119.9566147, 30.3702511 ], [ 119.9565571, 30.3700787 ] ], [ [ 119.9565571, 30.3700787 ], [ 119.9564337, 30.3697338 ] ], [ [ 119.9564337, 30.3697338 ], [ 119.9563794, 30.369617 ] ], [ [ 119.9563794, 30.369617 ], [ 119.9563103, 30.369514 ] ], [ [ 119.9563103, 30.369514 ], [ 119.9561199, 30.3692548 ] ], [ [ 119.9561199, 30.3692548 ], [ 119.9560005, 30.3691483 ] ], [ [ 119.9560005, 30.3691483 ], [ 119.9558436, 30.3690465 ] ], [ [ 119.9558436, 30.3690465 ], [ 119.9555513, 30.3688938 ] ], [ [ 119.9555513, 30.3688938 ], [ 119.9554413, 30.3688278 ] ], [ [ 119.9554413, 30.3688278 ], [ 119.9553635, 30.3687619 ] ], [ [ 119.9553635, 30.3687619 ], [ 119.9552241, 30.3685629 ] ], [ [ 119.9552241, 30.3685629 ], [ 119.9549772, 30.3680028 ] ], [ [ 119.9549772, 30.3680028 ], [ 119.9545098, 30.3667657 ] ], [ [ 119.9545098, 30.3667657 ], [ 119.9542815, 30.3661449 ] ], [ [ 119.9542815, 30.3661449 ], [ 119.9541995, 30.3659386 ] ], [ [ 119.9541995, 30.3659386 ], [ 119.9539942, 30.3655333 ] ], [ [ 119.9539942, 30.3655333 ], [ 119.9538259, 30.3652857 ] ], [ [ 119.9538259, 30.3652857 ], [ 119.9536094, 30.3650012 ] ], [ [ 119.9536094, 30.3650012 ], [ 119.9534844, 30.3648765 ] ], [ [ 119.9534844, 30.3648765 ], [ 119.9533292, 30.3647715 ] ], [ [ 119.9533292, 30.3647715 ], [ 119.9531765, 30.3646901 ] ], [ [ 119.9531765, 30.3646901 ], [ 119.9530224, 30.3646425 ] ], [ [ 119.9530224, 30.3646425 ], [ 119.9528468, 30.3646087 ] ], [ [ 119.9528468, 30.3646087 ], [ 119.9525228, 30.3646035 ] ], [ [ 119.9525228, 30.3646035 ], [ 119.9523271, 30.3645968 ] ], [ [ 119.9523271, 30.3645968 ], [ 119.952147, 30.3645737 ] ], [ [ 119.952147, 30.3645737 ], [ 119.9519214, 30.3645288 ] ], [ [ 119.9519214, 30.3645288 ], [ 119.9516714, 30.3644655 ] ], [ [ 119.9516714, 30.3644655 ], [ 119.9514082, 30.3644143 ] ], [ [ 119.9514082, 30.3644143 ], [ 119.9511431, 30.3644392 ] ], [ [ 119.9511431, 30.3644392 ], [ 119.9510244, 30.3644233 ] ], [ [ 119.9510244, 30.3644233 ], [ 119.9508619, 30.3643464 ] ], [ [ 119.9508619, 30.3643464 ], [ 119.9507154, 30.3642418 ] ], [ [ 119.9507154, 30.3642418 ], [ 119.9504732, 30.3640448 ] ], [ [ 119.9504732, 30.3640448 ], [ 119.9502471, 30.3638339 ] ], [ [ 119.9502471, 30.3638339 ], [ 119.9500303, 30.3636393 ] ], [ [ 119.9500303, 30.3636393 ], [ 119.9499086, 30.3635419 ] ], [ [ 119.9499086, 30.3635419 ], [ 119.9497761, 30.3634446 ] ], [ [ 119.9497761, 30.3634446 ], [ 119.9495078, 30.3632826 ] ], [ [ 119.9495078, 30.3632826 ], [ 119.9490975, 30.3631183 ] ], [ [ 119.9490975, 30.3631183 ], [ 119.9487423, 30.362994 ] ], [ [ 119.9487423, 30.362994 ], [ 119.9486997, 30.3629791 ] ], [ [ 119.9486997, 30.3629791 ], [ 119.9485503, 30.3629054 ] ], [ [ 119.9485503, 30.3629054 ], [ 119.948388, 30.3627978 ] ], [ [ 119.948388, 30.3627978 ], [ 119.9482257, 30.3626763 ] ], [ [ 119.9482257, 30.3626763 ], [ 119.947932, 30.3624043 ] ], [ [ 119.947932, 30.3624043 ], [ 119.9476866, 30.3621278 ] ], [ [ 119.9476866, 30.3621278 ], [ 119.9475579, 30.3619264 ] ], [ [ 119.9475579, 30.3619264 ], [ 119.947517, 30.3618402 ] ], [ [ 119.947517, 30.3618402 ], [ 119.9474975, 30.361754 ] ], [ [ 119.9474975, 30.361754 ], [ 119.9475049, 30.3616655 ] ], [ [ 119.9475049, 30.3616655 ], [ 119.9475391, 30.3615816 ] ], [ [ 119.9475391, 30.3615816 ], [ 119.9476289, 30.3614011 ] ], [ [ 119.9476289, 30.3614011 ], [ 119.94781, 30.3610956 ] ], [ [ 119.94781, 30.3610956 ], [ 119.9479897, 30.3603526 ] ], [ [ 119.9479897, 30.3603526 ], [ 119.94815, 30.3599441 ] ], [ [ 119.94815, 30.3599441 ], [ 119.9483156, 30.3595356 ] ], [ [ 119.9483156, 30.3595356 ], [ 119.9485772, 30.3585752 ] ], [ [ 119.9485772, 30.3585752 ], [ 119.9486308, 30.3581678 ] ], [ [ 119.9486308, 30.3581678 ], [ 119.9486093, 30.3576425 ] ], [ [ 119.9486093, 30.3576425 ], [ 119.9484161, 30.3565547 ] ], [ [ 119.9484161, 30.3565547 ], [ 119.9483478, 30.3560409 ] ], [ [ 119.9483478, 30.3560409 ], [ 119.9483331, 30.3554854 ] ], [ [ 119.9483331, 30.3554854 ], [ 119.9482874, 30.3553002 ] ], [ [ 119.9482874, 30.3553002 ], [ 119.9482384, 30.3551997 ] ], [ [ 119.9482384, 30.3551997 ], [ 119.9481171, 30.3549507 ] ], [ [ 119.9481171, 30.3549507 ], [ 119.94804, 30.3547459 ] ], [ [ 119.94804, 30.3547459 ], [ 119.9479897, 30.3545364 ] ], [ [ 119.9479897, 30.3545364 ], [ 119.947928, 30.353599 ] ], [ [ 119.947928, 30.353599 ], [ 119.9479015, 30.3529822 ] ], [ [ 119.9479015, 30.3529822 ], [ 119.9478878, 30.3526616 ] ], [ [ 119.9478878, 30.3526616 ], [ 119.9479173, 30.352278 ] ], [ [ 119.9479173, 30.352278 ], [ 119.9479702, 30.3521733 ] ], [ [ 119.9479702, 30.3521733 ], [ 119.9480506, 30.3520804 ] ], [ [ 119.9480506, 30.3520804 ], [ 119.9483851, 30.3518051 ] ], [ [ 119.9483851, 30.3518051 ], [ 119.9488434, 30.3514789 ] ], [ [ 119.9488434, 30.3514789 ], [ 119.9490267, 30.3513703 ] ], [ [ 119.9490267, 30.3513703 ], [ 119.9493987, 30.3512418 ] ], [ [ 119.9493987, 30.3512418 ], [ 119.9495571, 30.3511355 ] ], [ [ 119.9495571, 30.3511355 ], [ 119.9496376, 30.3508658 ] ], [ [ 119.9496376, 30.3508658 ], [ 119.9496994, 30.3503191 ] ], [ [ 119.9496994, 30.3503191 ], [ 119.9497789, 30.3500289 ] ], [ [ 119.9497789, 30.3500289 ], [ 119.9499166, 30.349623 ] ], [ [ 119.9499166, 30.349623 ], [ 119.9499733, 30.3493943 ] ], [ [ 119.9499733, 30.3493943 ], [ 119.9500162, 30.349138 ] ], [ [ 119.9500162, 30.349138 ], [ 119.9499897, 30.34885 ] ], [ [ 119.9499897, 30.34885 ], [ 119.9499001, 30.3486072 ] ], [ [ 119.9499001, 30.3486072 ], [ 119.9497982, 30.3485008 ] ], [ [ 119.9497982, 30.3485008 ], [ 119.9497416, 30.3484707 ] ], [ [ 119.9497416, 30.3484707 ], [ 119.9495948, 30.3483924 ] ], [ [ 119.9495948, 30.3483924 ], [ 119.9493418, 30.3483269 ] ], [ [ 119.9493418, 30.3483269 ], [ 119.9490357, 30.3482793 ] ], [ [ 119.9490357, 30.3482793 ], [ 119.9488847, 30.3482292 ] ], [ [ 119.9488847, 30.3482292 ], [ 119.9487765, 30.3481293 ] ], [ [ 119.9487765, 30.3481293 ], [ 119.9486707, 30.3479491 ] ], [ [ 119.9486707, 30.3479491 ], [ 119.9486404, 30.3476825 ] ], [ [ 119.9486404, 30.3476825 ], [ 119.9486351, 30.3476359 ] ], [ [ 119.9486351, 30.3476359 ], [ 119.9485877, 30.3473602 ] ], [ [ 119.9485877, 30.3473602 ], [ 119.9485015, 30.3471483 ] ], [ [ 119.9485015, 30.3471483 ], [ 119.9484784, 30.347033 ] ], [ [ 119.9484784, 30.347033 ], [ 119.9484673, 30.3468712 ] ], [ [ 119.9484673, 30.3468712 ], [ 119.9484865, 30.3464493 ] ], [ [ 119.9484865, 30.3464493 ], [ 119.9484108, 30.3461546 ] ], [ [ 119.9484108, 30.3461546 ], [ 119.9482921, 30.345798 ] ], [ [ 119.9482921, 30.345798 ], [ 119.9482477, 30.3455281 ] ], [ [ 119.9482477, 30.3455281 ], [ 119.9482423, 30.3453453 ] ], [ [ 119.9482423, 30.3453453 ], [ 119.9482447, 30.3449776 ] ], [ [ 119.9482447, 30.3449776 ], [ 119.948276, 30.3445667 ] ], [ [ 119.948276, 30.3445667 ], [ 119.948312, 30.3439611 ] ], [ [ 119.948312, 30.3439611 ], [ 119.9482986, 30.3438222 ] ], [ [ 119.9482986, 30.3438222 ], [ 119.9483233, 30.343645 ] ], [ [ 119.9483233, 30.343645 ], [ 119.9483633, 30.3435187 ] ], [ [ 119.9483633, 30.3435187 ], [ 119.9484787, 30.3432755 ] ], [ [ 119.9484787, 30.3432755 ], [ 119.9486872, 30.3428209 ] ], [ [ 119.9486872, 30.3428209 ], [ 119.9487938, 30.3425358 ] ], [ [ 119.9487938, 30.3425358 ], [ 119.9488897, 30.3422526 ] ], [ [ 119.9488897, 30.3422526 ], [ 119.9489322, 30.3420515 ] ], [ [ 119.9489322, 30.3420515 ], [ 119.9489453, 30.3418714 ] ], [ [ 119.9489453, 30.3418714 ], [ 119.9489359, 30.3416672 ] ], [ [ 119.9489359, 30.3416672 ], [ 119.9488852, 30.3413842 ] ], [ [ 119.9488852, 30.3413842 ], [ 119.9487897, 30.3410709 ] ], [ [ 119.9487897, 30.3410709 ], [ 119.9486948, 30.3407489 ] ], [ [ 119.9486948, 30.3407489 ], [ 119.9486626, 30.3405621 ] ], [ [ 119.9486626, 30.3405621 ], [ 119.9486401, 30.3403267 ] ], [ [ 119.9486401, 30.3403267 ], [ 119.9486154, 30.3400692 ] ], [ [ 119.9486154, 30.3400692 ], [ 119.9485869, 30.3398177 ] ], [ [ 119.9485869, 30.3398177 ], [ 119.9485078, 30.3395844 ] ], [ [ 119.9485078, 30.3395844 ], [ 119.9483968, 30.3393477 ] ], [ [ 119.9483968, 30.3393477 ], [ 119.9482831, 30.339111 ] ], [ [ 119.9482831, 30.339111 ], [ 119.9481202, 30.3388813 ] ], [ [ 119.9481202, 30.3388813 ], [ 119.9479056, 30.3385826 ] ], [ [ 119.9479056, 30.3385826 ], [ 119.9477745, 30.3383465 ] ], [ [ 119.9477745, 30.3383465 ], [ 119.9477047, 30.3381686 ] ], [ [ 119.9477047, 30.3381686 ], [ 119.9476828, 30.3380834 ] ], [ [ 119.9476828, 30.3380834 ], [ 119.947679, 30.3379983 ] ], [ [ 119.947679, 30.3379983 ], [ 119.9477091, 30.3378631 ] ], [ [ 119.9477091, 30.3378631 ], [ 119.9477796, 30.3377454 ] ], [ [ 119.9477796, 30.3377454 ], [ 119.9478775, 30.33764 ] ], [ [ 119.9478775, 30.33764 ], [ 119.9479802, 30.3375486 ] ], [ [ 119.9479802, 30.3375486 ], [ 119.9481492, 30.3374239 ] ], [ [ 119.9481492, 30.3374239 ], [ 119.9485738, 30.3371499 ] ], [ [ 119.9485738, 30.3371499 ], [ 119.9490952, 30.3368171 ] ], [ [ 119.9490952, 30.3368171 ], [ 119.949232, 30.3367181 ] ], [ [ 119.949232, 30.3367181 ], [ 119.9493436, 30.3366148 ] ], [ [ 119.9493436, 30.3366148 ], [ 119.9494338, 30.336491 ] ], [ [ 119.9494338, 30.336491 ], [ 119.9496236, 30.3361831 ] ], [ [ 119.9496236, 30.3361831 ], [ 119.9496987, 30.3360231 ] ], [ [ 119.9496987, 30.3360231 ], [ 119.9497496, 30.3358521 ] ], [ [ 119.9497496, 30.3358521 ], [ 119.9497835, 30.3356738 ] ], [ [ 119.9497835, 30.3356738 ], [ 119.9497945, 30.3355283 ] ], [ [ 119.9497945, 30.3355283 ], [ 119.9497835, 30.3353966 ] ], [ [ 119.9497835, 30.3353966 ], [ 119.9497245, 30.3351643 ] ], [ [ 119.9497245, 30.3351643 ], [ 119.9494516, 30.3342695 ] ], [ [ 119.9494516, 30.3342695 ], [ 119.9493148, 30.3338036 ] ], [ [ 119.9493148, 30.3338036 ], [ 119.9492393, 30.3335278 ] ], [ [ 119.9492393, 30.3335278 ], [ 119.9491753, 30.3333118 ] ], [ [ 119.9491753, 30.3333118 ], [ 119.9491433, 30.3332208 ] ], [ [ 119.9491433, 30.3332208 ], [ 119.9491213, 30.333158 ] ], [ [ 119.9491213, 30.333158 ], [ 119.9490364, 30.3329988 ] ], [ [ 119.9490364, 30.3329988 ], [ 119.9489007, 30.3327922 ] ], [ [ 119.9489007, 30.3327922 ], [ 119.9487907, 30.3325908 ] ], [ [ 119.9487907, 30.3325908 ], [ 119.948669, 30.3323263 ] ], [ [ 119.948669, 30.3323263 ], [ 119.9484193, 30.3319204 ] ], [ [ 119.9484193, 30.3319204 ], [ 119.9481986, 30.331547 ] ], [ [ 119.9481986, 30.331547 ], [ 119.9480444, 30.3312557 ] ], [ [ 119.9480444, 30.3312557 ], [ 119.9479451, 30.3310205 ] ], [ [ 119.9479451, 30.3310205 ], [ 119.9478213, 30.330649 ] ], [ [ 119.9478213, 30.330649 ], [ 119.9476555, 30.3301384 ] ], [ [ 119.9476555, 30.3301384 ], [ 119.9475578, 30.3297716 ] ], [ [ 119.9475578, 30.3297716 ], [ 119.9474355, 30.329318 ] ], [ [ 119.9474355, 30.329318 ], [ 119.9471747, 30.3282692 ] ], [ [ 119.9471747, 30.3282692 ], [ 119.9468226, 30.3268936 ] ], [ [ 119.9468226, 30.3268936 ], [ 119.9464889, 30.3257917 ] ], [ [ 119.9464889, 30.3257917 ], [ 119.9463851, 30.3254342 ] ], [ [ 119.9463851, 30.3254342 ], [ 119.9463341, 30.3251857 ] ], [ [ 119.9463341, 30.3251857 ], [ 119.9462834, 30.3247939 ] ], [ [ 119.9462834, 30.3247939 ], [ 119.9462721, 30.3246709 ] ], [ [ 119.9462721, 30.3246709 ], [ 119.9462127, 30.3241845 ] ], [ [ 119.9462127, 30.3241845 ], [ 119.9461849, 30.3239262 ] ], [ [ 119.9461849, 30.3239262 ], [ 119.9461571, 30.3235686 ] ], [ [ 119.9461571, 30.3235686 ], [ 119.946123, 30.3230578 ] ], [ [ 119.946123, 30.3230578 ], [ 119.9460692, 30.3227249 ] ], [ [ 119.9460692, 30.3227249 ], [ 119.9460193, 30.3223873 ] ], [ [ 119.9460193, 30.3223873 ], [ 119.9459881, 30.3221696 ] ], [ [ 119.9459881, 30.3221696 ], [ 119.9459677, 30.3218013 ] ], [ [ 119.9459677, 30.3218013 ], [ 119.9459548, 30.3210579 ] ], [ [ 119.9459548, 30.3210579 ], [ 119.945955, 30.3207147 ] ], [ [ 119.945955, 30.3207147 ], [ 119.9459429, 30.3205313 ] ], [ [ 119.9459429, 30.3205313 ], [ 119.9459282, 30.3203726 ] ], [ [ 119.9459282, 30.3203726 ], [ 119.9459248, 30.3202781 ] ], [ [ 119.9459248, 30.3202781 ], [ 119.945915, 30.3202207 ] ], [ [ 119.945915, 30.3202207 ], [ 119.9458983, 30.3201231 ] ], [ [ 119.9458983, 30.3201231 ], [ 119.9458674, 30.3199895 ] ], [ [ 119.9458674, 30.3199895 ], [ 119.945847, 30.319901 ] ], [ [ 119.945847, 30.319901 ], [ 119.9458071, 30.3196275 ] ], [ [ 119.9458071, 30.3196275 ], [ 119.9457736, 30.3193779 ] ], [ [ 119.9457736, 30.3193779 ], [ 119.9457528, 30.3191367 ] ], [ [ 119.9457528, 30.3191367 ], [ 119.9457333, 30.3189284 ] ], [ [ 119.9457333, 30.3189284 ], [ 119.9456823, 30.3187459 ] ], [ [ 119.9456823, 30.3187459 ], [ 119.945645, 30.3186398 ] ], [ [ 119.945645, 30.3186398 ], [ 119.9456137, 30.3185075 ] ], [ [ 119.9456137, 30.3185075 ], [ 119.945566, 30.318194 ] ], [ [ 119.945566, 30.318194 ], [ 119.9455214, 30.3177286 ] ], [ [ 119.9455214, 30.3177286 ], [ 119.945497, 30.3173156 ] ], [ [ 119.945497, 30.3173156 ], [ 119.9455078, 30.3169865 ] ], [ [ 119.9455078, 30.3169865 ], [ 119.9455563, 30.316601 ] ], [ [ 119.9455563, 30.316601 ], [ 119.9456016, 30.3161149 ] ], [ [ 119.9456016, 30.3161149 ], [ 119.9455794, 30.3157081 ] ], [ [ 119.9455794, 30.3157081 ], [ 119.9455772, 30.3155114 ] ], [ [ 119.9455772, 30.3155114 ], [ 119.9455772, 30.3150802 ] ], [ [ 119.9455772, 30.3150802 ], [ 119.945603, 30.3146027 ] ], [ [ 119.945603, 30.3146027 ], [ 119.945609, 30.3142987 ] ], [ [ 119.945609, 30.3142987 ], [ 119.9456076, 30.3140137 ] ], [ [ 119.9456076, 30.3140137 ], [ 119.9456164, 30.3137304 ] ], [ [ 119.9456164, 30.3137304 ], [ 119.9456472, 30.3133901 ] ], [ [ 119.9456472, 30.3133901 ], [ 119.9457214, 30.3130668 ] ], [ [ 119.9457214, 30.3130668 ], [ 119.945841, 30.3127138 ] ], [ [ 119.945841, 30.3127138 ], [ 119.9459812, 30.3122992 ] ], [ [ 119.9459812, 30.3122992 ], [ 119.9461625, 30.3117272 ] ], [ [ 119.9461625, 30.3117272 ], [ 119.9462082, 30.3116045 ] ], [ [ 119.9462082, 30.3116045 ], [ 119.9462845, 30.3113993 ] ], [ [ 119.9462845, 30.3113993 ], [ 119.9463872, 30.3110814 ] ], [ [ 119.9463872, 30.3110814 ], [ 119.9464439, 30.3108983 ] ], [ [ 119.9464439, 30.3108983 ], [ 119.946545, 30.3104497 ] ], [ [ 119.946545, 30.3104497 ], [ 119.9465624, 30.3102714 ] ], [ [ 119.9465624, 30.3102714 ], [ 119.9465659, 30.3101596 ] ], [ [ 119.9465659, 30.3101596 ], [ 119.9465606, 30.3100114 ] ], [ [ 119.9465606, 30.3100114 ], [ 119.9465713, 30.3097636 ] ], [ [ 119.9465713, 30.3097636 ], [ 119.9465981, 30.3094395 ] ], [ [ 119.9465981, 30.3094395 ], [ 119.9466813, 30.308497 ] ], [ [ 119.9466813, 30.308497 ], [ 119.9467069, 30.3071702 ] ], [ [ 119.9467069, 30.3071702 ], [ 119.9467498, 30.3062831 ] ], [ [ 119.9467498, 30.3062831 ], [ 119.9467607, 30.3059297 ] ], [ [ 119.9467607, 30.3059297 ], [ 119.9467578, 30.3056561 ] ], [ [ 119.9467578, 30.3056561 ], [ 119.9467746, 30.3054927 ] ], [ [ 119.9467746, 30.3054927 ], [ 119.9468017, 30.305189 ] ], [ [ 119.9468017, 30.305189 ], [ 119.9468435, 30.3048876 ] ], [ [ 119.9468435, 30.3048876 ], [ 119.9468841, 30.3046459 ] ], [ [ 119.9468841, 30.3046459 ], [ 119.9469295, 30.3044728 ] ], [ [ 119.9469295, 30.3044728 ], [ 119.9469751, 30.3043427 ] ], [ [ 119.9469751, 30.3043427 ], [ 119.9470612, 30.3041343 ] ], [ [ 119.9470612, 30.3041343 ], [ 119.9470767, 30.3040004 ] ], [ [ 119.9470767, 30.3040004 ], [ 119.9470497, 30.3035644 ] ], [ [ 119.9470497, 30.3035644 ], [ 119.9470448, 30.3032372 ] ], [ [ 119.9470448, 30.3032372 ], [ 119.9470615, 30.3026961 ] ], [ [ 119.9470615, 30.3026961 ], [ 119.9471024, 30.3024051 ] ], [ [ 119.9471024, 30.3024051 ], [ 119.9471854, 30.302012 ] ], [ [ 119.9471854, 30.302012 ], [ 119.9472439, 30.3017197 ] ], [ [ 119.9472439, 30.3017197 ], [ 119.9473156, 30.3013711 ] ], [ [ 119.9473156, 30.3013711 ], [ 119.9474057, 30.3010916 ] ], [ [ 119.9474057, 30.3010916 ], [ 119.9475047, 30.3008228 ] ], [ [ 119.9475047, 30.3008228 ], [ 119.9475896, 30.3005401 ] ], [ [ 119.9475896, 30.3005401 ], [ 119.9476664, 30.3003015 ] ], [ [ 119.9476664, 30.3003015 ], [ 119.9477246, 30.3000956 ] ], [ [ 119.9477246, 30.3000956 ], [ 119.9477515, 30.2999474 ] ], [ [ 119.9477515, 30.2999474 ], [ 119.9477836, 30.2997043 ] ], [ [ 119.9477836, 30.2997043 ], [ 119.9478886, 30.299093 ] ], [ [ 119.9511261, 30.3841134 ], [ 119.9511196, 30.3842542 ] ], [ [ 119.951003, 30.3842659 ], [ 119.9510066, 30.3841254 ] ], [ [ 119.9343994, 30.3185972 ], [ 119.9325971, 30.3185973 ] ], [ [ 119.9325971, 30.3185973 ], [ 119.9300206, 30.3185974 ] ], [ [ 119.9300206, 30.3185974 ], [ 119.9298649, 30.3185974 ] ], [ [ 119.9298649, 30.3185974 ], [ 119.9294168, 30.3185974 ] ], [ [ 119.9294168, 30.3185974 ], [ 119.9263689, 30.3185976 ] ], [ [ 119.9263689, 30.3185976 ], [ 119.9240075, 30.3185977 ] ], [ [ 119.9240075, 30.3185977 ], [ 119.921534, 30.3185899 ] ], [ [ 119.921534, 30.3185899 ], [ 119.9213838, 30.3185765 ] ], [ [ 119.9300744, 30.3391127 ], [ 119.9301939, 30.338525 ] ], [ [ 119.9301939, 30.338525 ], [ 119.9302336, 30.3383317 ] ], [ [ 119.9302336, 30.3383317 ], [ 119.9306471, 30.3361408 ] ], [ [ 119.9306471, 30.3361408 ], [ 119.9310859, 30.3339353 ] ], [ [ 119.9310859, 30.3339353 ], [ 119.9314785, 30.3318706 ] ], [ [ 119.9314785, 30.3318706 ], [ 119.9318036, 30.3302573 ] ], [ [ 119.9318036, 30.3302573 ], [ 119.931964, 30.3295182 ] ], [ [ 119.931964, 30.3295182 ], [ 119.9319877, 30.329387 ] ], [ [ 119.9319877, 30.329387 ], [ 119.9320097, 30.329265 ] ], [ [ 119.9320097, 30.329265 ], [ 119.9322219, 30.3280887 ] ], [ [ 119.9322219, 30.3280887 ], [ 119.9326949, 30.3256317 ] ], [ [ 119.9326949, 30.3256317 ], [ 119.9328619, 30.3247628 ] ], [ [ 119.9328619, 30.3247628 ], [ 119.9329138, 30.3245434 ] ], [ [ 119.9329138, 30.3245434 ], [ 119.9329749, 30.3242632 ] ], [ [ 119.9329749, 30.3242632 ], [ 119.9330705, 30.3238699 ] ], [ [ 119.9330705, 30.3238699 ], [ 119.9330939, 30.3237772 ] ], [ [ 119.9330939, 30.3237772 ], [ 119.9331204, 30.3236727 ] ], [ [ 119.9331204, 30.3236727 ], [ 119.9332551, 30.3231398 ] ], [ [ 119.9332551, 30.3231398 ], [ 119.9334492, 30.3223755 ] ], [ [ 119.9334492, 30.3223755 ], [ 119.9336488, 30.3216053 ] ], [ [ 119.9336488, 30.3216053 ], [ 119.9340215, 30.3201137 ] ], [ [ 119.9340215, 30.3201137 ], [ 119.9342605, 30.3191548 ] ], [ [ 119.9342605, 30.3191548 ], [ 119.9343254, 30.3188942 ] ], [ [ 119.9343254, 30.3188942 ], [ 119.9343994, 30.3185972 ] ], [ [ 119.9309053, 30.3877972 ], [ 119.930818, 30.3877814 ] ], [ [ 119.930818, 30.3877814 ], [ 119.9293129, 30.3874306 ] ], [ [ 119.9293129, 30.3874306 ], [ 119.9291367, 30.3873895 ] ], [ [ 119.9291367, 30.3873895 ], [ 119.928884, 30.3873306 ] ], [ [ 119.928884, 30.3873306 ], [ 119.9256811, 30.3863268 ] ], [ [ 119.9256811, 30.3863268 ], [ 119.9238147, 30.3858796 ] ], [ [ 119.9238147, 30.3858796 ], [ 119.9234921, 30.3857603 ] ], [ [ 119.9234921, 30.3857603 ], [ 119.9233077, 30.3855913 ] ], [ [ 119.9233077, 30.3855913 ], [ 119.9224715, 30.384263 ] ], [ [ 119.9224715, 30.384263 ], [ 119.9224192, 30.3841799 ] ], [ [ 119.9224192, 30.3841799 ], [ 119.922363, 30.3840906 ] ], [ [ 119.922363, 30.3840906 ], [ 119.9222478, 30.3839117 ] ], [ [ 119.9222478, 30.3839117 ], [ 119.9216026, 30.3834943 ] ], [ [ 119.9216026, 30.3834943 ], [ 119.921038, 30.3830569 ] ], [ [ 119.921038, 30.3830569 ], [ 119.9208191, 30.3829377 ] ], [ [ 119.9208191, 30.3829377 ], [ 119.9197131, 30.3821525 ] ], [ [ 119.9197131, 30.3821525 ], [ 119.9196094, 30.3820133 ] ], [ [ 119.9196094, 30.3820133 ], [ 119.9194135, 30.3814369 ] ], [ [ 119.9194135, 30.3814369 ], [ 119.9193674, 30.3813474 ] ], [ [ 119.9193674, 30.3813474 ], [ 119.9192998, 30.381317 ] ], [ [ 119.9192998, 30.381317 ], [ 119.9192082, 30.3812758 ] ], [ [ 119.9192082, 30.3812758 ], [ 119.9191025, 30.3812282 ] ], [ [ 119.9191025, 30.3812282 ], [ 119.9179042, 30.3806616 ] ], [ [ 119.9179042, 30.3806616 ], [ 119.9177199, 30.3805523 ] ], [ [ 119.9177199, 30.3805523 ], [ 119.9174549, 30.3803336 ] ], [ [ 119.9330129, 30.3874007 ], [ 119.9329394, 30.3872943 ] ], [ [ 119.9598062, 30.3580359 ], [ 119.9598082, 30.3569898 ], [ 119.9596034, 30.3556203 ], [ 119.9592113, 30.3540576 ], [ 119.9589202, 30.3533384 ], [ 119.9587377, 30.352876 ], [ 119.9580401, 30.352881 ], [ 119.9569229, 30.353065 ], [ 119.9562427, 30.3532037 ], [ 119.95593, 30.353317 ], [ 119.9559032, 30.3534274 ], [ 119.955942, 30.3580724 ] ], [ [ 119.9598953, 30.3557371 ], [ 119.9624093, 30.3557079 ] ], [ [ 119.9624093, 30.3557079 ], [ 119.9670468, 30.3557064 ] ], [ [ 119.9598953, 30.3557371 ], [ 119.9600426, 30.3569037 ], [ 119.960107, 30.3580403 ] ], [ [ 119.9660084, 30.3580121 ], [ 119.9660085, 30.3581811 ] ], [ [ 119.960107, 30.3580403 ], [ 119.9601023, 30.358172 ] ], [ [ 119.9597838, 30.3581782 ], [ 119.9598062, 30.3580359 ] ], [ [ 119.955822, 30.3581995 ], [ 119.9558307, 30.3580751 ] ], [ [ 119.955942, 30.3580724 ], [ 119.9559404, 30.3582055 ] ], [ [ 119.9661129, 30.3620914 ], [ 119.9660085, 30.3581811 ] ], [ [ 119.9662298, 30.3665017 ], [ 119.9631133, 30.3664796 ] ], [ [ 119.9631133, 30.3664796 ], [ 119.9630491, 30.3689448 ] ], [ [ 119.9567206, 30.37048 ], [ 119.9567798, 30.3705878 ] ], [ [ 119.9567798, 30.3705878 ], [ 119.9568575, 30.370678 ] ], [ [ 119.9568575, 30.370678 ], [ 119.9569245, 30.3707277 ] ], [ [ 119.9569245, 30.3707277 ], [ 119.9570104, 30.3707729 ] ], [ [ 119.9570104, 30.3707729 ], [ 119.9571121, 30.3707898 ] ], [ [ 119.9636069, 30.3724439 ], [ 119.9663288, 30.3724113 ] ], [ [ 119.9571121, 30.3707898 ], [ 119.9572437, 30.3708099 ] ], [ [ 119.9572437, 30.3708099 ], [ 119.9575093, 30.3708377 ] ], [ [ 119.9575093, 30.3708377 ], [ 119.957697, 30.3708793 ] ], [ [ 119.957697, 30.3708793 ], [ 119.9578204, 30.3709534 ] ], [ [ 119.9578204, 30.3709534 ], [ 119.9578928, 30.3710645 ] ], [ [ 119.9578928, 30.3710645 ], [ 119.9579599, 30.3711848 ] ], [ [ 119.9579599, 30.3711848 ], [ 119.9580403, 30.371245 ] ], [ [ 119.9580403, 30.371245 ], [ 119.9581745, 30.3712681 ] ], [ [ 119.9581745, 30.3712681 ], [ 119.9584371, 30.3712523 ] ], [ [ 119.9584371, 30.3712523 ], [ 119.9585688, 30.3712545 ] ], [ [ 119.9585688, 30.3712545 ], [ 119.9588343, 30.3713283 ] ], [ [ 119.9588343, 30.3713283 ], [ 119.9591615, 30.371444 ] ], [ [ 119.9591615, 30.371444 ], [ 119.9595477, 30.3716523 ] ], [ [ 119.9595477, 30.3716523 ], [ 119.9600145, 30.37193 ] ], [ [ 119.9600145, 30.37193 ], [ 119.9603095, 30.3721243 ] ], [ [ 119.9603095, 30.3721243 ], [ 119.9604176, 30.3722401 ] ], [ [ 119.9604176, 30.3722401 ], [ 119.9604647, 30.3723835 ] ], [ [ 119.9604647, 30.3723835 ], [ 119.9605042, 30.372527 ] ], [ [ 119.9605042, 30.372527 ], [ 119.9605992, 30.3727353 ] ], [ [ 119.9605992, 30.3727353 ], [ 119.9607762, 30.3730083 ] ], [ [ 119.9607762, 30.3730083 ], [ 119.9610015, 30.3731749 ] ], [ [ 119.9610015, 30.3731749 ], [ 119.9612965, 30.373286 ] ], [ [ 119.9612965, 30.373286 ], [ 119.9617015, 30.3733983 ] ], [ [ 119.9617015, 30.3733983 ], [ 119.9620085, 30.3735095 ] ], [ [ 119.9620085, 30.3735095 ], [ 119.9622246, 30.3736285 ] ], [ [ 119.9622246, 30.3736285 ], [ 119.9625319, 30.3738368 ] ], [ [ 119.9625319, 30.3738368 ], [ 119.9627932, 30.374045 ] ], [ [ 119.9627932, 30.374045 ], [ 119.9629477, 30.3742348 ] ], [ [ 119.9629477, 30.3742348 ], [ 119.9630561, 30.3744245 ] ], [ [ 119.9630561, 30.3744245 ], [ 119.9631416, 30.3746605 ] ], [ [ 119.9631416, 30.3746605 ], [ 119.963181, 30.3748966 ] ], [ [ 119.963181, 30.3748966 ], [ 119.9631992, 30.3752302 ] ], [ [ 119.9631992, 30.3752302 ], [ 119.9631434, 30.3756119 ] ], [ [ 119.9631434, 30.3756119 ], [ 119.9630561, 30.3759796 ] ], [ [ 119.9630561, 30.3759796 ], [ 119.9628546, 30.3768478 ] ], [ [ 119.9628546, 30.3768478 ], [ 119.9628267, 30.3771809 ] ], [ [ 119.9628267, 30.3771809 ], [ 119.9628193, 30.3772939 ] ], [ [ 119.9628193, 30.3772939 ], [ 119.962812, 30.3774791 ] ], [ [ 119.962812, 30.3774791 ], [ 119.96282, 30.3776642 ] ], [ [ 119.96282, 30.3776642 ], [ 119.9628357, 30.3778284 ] ], [ [ 119.9628357, 30.3778284 ], [ 119.9628668, 30.3779927 ] ], [ [ 119.9628668, 30.3779927 ], [ 119.962922, 30.3781593 ] ], [ [ 119.962922, 30.3781593 ], [ 119.9630231, 30.3782843 ] ], [ [ 119.9630231, 30.3782843 ], [ 119.9631178, 30.3783461 ] ], [ [ 119.9631178, 30.3783461 ], [ 119.9632277, 30.3783815 ] ], [ [ 119.9632277, 30.3783815 ], [ 119.9634998, 30.3784502 ] ], [ [ 119.9634998, 30.3784502 ], [ 119.9637489, 30.3785296 ] ], [ [ 119.9637489, 30.3785296 ], [ 119.9640661, 30.3787623 ] ], [ [ 119.9640661, 30.3787623 ], [ 119.9643757, 30.3790572 ] ], [ [ 119.9643757, 30.3790572 ], [ 119.9649658, 30.3797421 ] ], [ [ 119.9649658, 30.3797421 ], [ 119.9651793, 30.3800035 ] ], [ [ 119.9651793, 30.3800035 ], [ 119.9653544, 30.380265 ] ], [ [ 119.9653544, 30.380265 ], [ 119.9655344, 30.3806399 ] ], [ [ 119.9655344, 30.3806399 ], [ 119.9656095, 30.3809314 ] ], [ [ 119.9656095, 30.3809314 ], [ 119.965626, 30.3811178 ] ], [ [ 119.965626, 30.3811178 ], [ 119.9656042, 30.3813109 ] ], [ [ 119.9656042, 30.3813109 ], [ 119.9655636, 30.3814279 ] ], [ [ 119.9655636, 30.3814279 ], [ 119.965477, 30.3815449 ] ], [ [ 119.965477, 30.3815449 ], [ 119.965172, 30.381843 ] ], [ [ 119.965172, 30.381843 ], [ 119.9648018, 30.3821994 ] ], [ [ 119.9648018, 30.3821994 ], [ 119.9645367, 30.3823687 ] ], [ [ 119.9645367, 30.3823687 ], [ 119.9644685, 30.3824493 ] ], [ [ 119.9644685, 30.3824493 ], [ 119.9644301, 30.3826138 ] ], [ [ 119.9644301, 30.3826138 ], [ 119.9644123, 30.3828817 ] ], [ [ 119.9644123, 30.3828817 ], [ 119.96441, 30.3830503 ] ], [ [ 119.96441, 30.3830503 ], [ 119.9644063, 30.3831965 ] ], [ [ 119.9644063, 30.3831965 ], [ 119.964372, 30.383305 ] ], [ [ 119.964372, 30.383305 ], [ 119.9643148, 30.3834003 ] ], [ [ 119.9643148, 30.3834003 ], [ 119.964271, 30.3834845 ] ], [ [ 119.964271, 30.3834845 ], [ 119.9642502, 30.3835787 ] ], [ [ 119.9642502, 30.3835787 ], [ 119.9642617, 30.3836684 ] ], [ [ 119.9642617, 30.3836684 ], [ 119.9642962, 30.3837581 ] ], [ [ 119.9642962, 30.3837581 ], [ 119.9647093, 30.3843288 ] ], [ [ 119.9647093, 30.3843288 ], [ 119.9651802, 30.3848268 ] ], [ [ 119.9651802, 30.3848268 ], [ 119.9658923, 30.3856844 ] ], [ [ 119.9658923, 30.3856844 ], [ 119.9663894, 30.3863659 ] ], [ [ 119.9663894, 30.3863659 ], [ 119.9668865, 30.3872082 ] ], [ [ 119.9668865, 30.3872082 ], [ 119.9669863, 30.38755 ] ], [ [ 119.9606639, 30.3837279 ], [ 119.9605519, 30.3837429 ] ], [ [ 119.9605519, 30.3837429 ], [ 119.95908, 30.3838979 ] ], [ [ 119.95908, 30.3838979 ], [ 119.9574929, 30.3840651 ] ], [ [ 119.9574929, 30.3840651 ], [ 119.957499, 30.3841608 ] ], [ [ 119.957499, 30.3841608 ], [ 119.9575647, 30.3851911 ] ], [ [ 119.9575647, 30.3851911 ], [ 119.95756, 30.3858985 ] ], [ [ 119.95756, 30.3858985 ], [ 119.9575589, 30.3860762 ] ], [ [ 119.9575589, 30.3860762 ], [ 119.9575178, 30.3862971 ] ], [ [ 119.9575178, 30.3862971 ], [ 119.9574084, 30.386877 ] ], [ [ 119.9574084, 30.386877 ], [ 119.9573813, 30.3870054 ] ], [ [ 119.9573813, 30.3870054 ], [ 119.9572329, 30.3876902 ] ], [ [ 119.9572329, 30.3876902 ], [ 119.9571361, 30.3881045 ] ], [ [ 119.9606639, 30.3837279 ], [ 119.9611627, 30.3870362 ], [ 119.9610667, 30.3879691 ], [ 119.9609528, 30.3884848 ] ], [ [ 119.9608701, 30.3884735 ], [ 119.9610191, 30.3877997 ], [ 119.9610592, 30.3871197 ], [ 119.9608604, 30.3857102 ], [ 119.960844, 30.3856058 ], [ 119.9605519, 30.3837429 ] ], [ [ 119.950906, 30.3876376 ], [ 119.9538157, 30.387603 ], [ 119.9544249, 30.3876518 ], [ 119.9549071, 30.3877022 ], [ 119.9555965, 30.3878172 ], [ 119.9560467, 30.3879012 ], [ 119.9571361, 30.3881045 ] ], [ [ 119.9571162, 30.3881741 ], [ 119.9562841, 30.3880252 ], [ 119.9555798, 30.3878888 ], [ 119.9553687, 30.387852 ], [ 119.9549266, 30.3877749 ], [ 119.9543168, 30.3877064 ], [ 119.9538124, 30.3876614 ], [ 119.9509184, 30.3877372 ] ], [ [ 119.9571361, 30.3881045 ], [ 119.9571162, 30.3881741 ] ], [ [ 119.9571361, 30.3881045 ], [ 119.9580971, 30.3882047 ], [ 119.9588014, 30.3882781 ], [ 119.9596332, 30.3883509 ], [ 119.9608701, 30.3884735 ] ], [ [ 119.9608545, 30.3885348 ], [ 119.959562, 30.388416 ], [ 119.9587847, 30.3883446 ], [ 119.9573509, 30.3881947 ], [ 119.9571162, 30.3881741 ] ], [ [ 119.9608701, 30.3884735 ], [ 119.9609528, 30.3884848 ] ], [ [ 119.9608545, 30.3885348 ], [ 119.9608701, 30.3884735 ] ], [ [ 119.9511196, 30.3842542 ], [ 119.9510965, 30.3847345 ], [ 119.950906, 30.3876376 ] ], [ [ 119.9508107, 30.3876405 ], [ 119.9509935, 30.3847456 ], [ 119.951003, 30.3842659 ] ], [ [ 119.9508107, 30.3876405 ], [ 119.950906, 30.3876376 ] ], [ [ 119.950906, 30.3876376 ], [ 119.9509184, 30.3877372 ] ], [ [ 119.9508263, 30.387743 ], [ 119.9508107, 30.3876405 ] ], [ [ 119.9509184, 30.3877372 ], [ 119.9508263, 30.387743 ] ], [ [ 119.9509935, 30.3911001 ], [ 119.9510829, 30.3910753 ] ], [ [ 119.9609528, 30.3884848 ], [ 119.9609374, 30.3885438 ] ], [ [ 119.9609374, 30.3885438 ], [ 119.9608545, 30.3885348 ] ], [ [ 119.9609528, 30.3884848 ], [ 119.9648631, 30.3888227 ], [ 119.966701, 30.3893991 ], [ 119.9668025, 30.389429 ] ], [ [ 119.9667574, 30.3895121 ], [ 119.9666473, 30.3894776 ], [ 119.964842, 30.3888932 ], [ 119.9609374, 30.3885438 ] ], [ [ 119.9509184, 30.3877372 ], [ 119.9510214, 30.3879763 ], [ 119.9514713, 30.3889861 ], [ 119.9515921, 30.3892695 ], [ 119.9516404, 30.389549 ], [ 119.9516171, 30.3898078 ], [ 119.9510829, 30.3910753 ] ], [ [ 119.9509935, 30.3911001 ], [ 119.9512665, 30.3905082 ], [ 119.9515559, 30.3898039 ], [ 119.9515745, 30.3895513 ], [ 119.9515375, 30.3893107 ], [ 119.95131, 30.3887839 ], [ 119.9509253, 30.3879547 ], [ 119.9508263, 30.387743 ] ], [ [ 119.9565477, 30.3915242 ], [ 119.9565599, 30.3908774 ] ], [ [ 119.9565599, 30.3908774 ], [ 119.956613, 30.3903588 ] ], [ [ 119.956613, 30.3903588 ], [ 119.9566558, 30.3900627 ] ], [ [ 119.9566558, 30.3900627 ], [ 119.9567139, 30.389785 ] ], [ [ 119.9567139, 30.389785 ], [ 119.9568411, 30.3892023 ] ], [ [ 119.9568411, 30.3892023 ], [ 119.9571162, 30.3881741 ] ], [ [ 119.9596169, 30.3920547 ], [ 119.9596336, 30.3918455 ], [ 119.9597602, 30.3912174 ], [ 119.9600427, 30.3904238 ], [ 119.9605752, 30.3894104 ], [ 119.9606832, 30.3891222 ], [ 119.9607882, 30.3887792 ], [ 119.9608545, 30.3885348 ] ], [ [ 119.9609374, 30.3885438 ], [ 119.9607578, 30.3891456 ], [ 119.9606135, 30.3895124 ], [ 119.9604186, 30.3898857 ], [ 119.9601024, 30.3904298 ], [ 119.9600327, 30.390627 ], [ 119.9598011, 30.391333 ], [ 119.9597096, 30.391868 ], [ 119.9597034, 30.3920633 ] ], [ [ 119.7155377, 30.4100149 ], [ 119.7141244, 30.4104485 ] ], [ [ 119.7141244, 30.4104485 ], [ 119.7138344, 30.4104812 ] ], [ [ 119.7138344, 30.4104812 ], [ 119.7136338, 30.4104344 ] ], [ [ 119.7136338, 30.4104344 ], [ 119.7135932, 30.4103737 ] ], [ [ 119.7135932, 30.4103737 ], [ 119.7136013, 30.4102638 ] ], [ [ 119.7136013, 30.4102638 ], [ 119.7136799, 30.4100979 ] ], [ [ 119.7136799, 30.4100979 ], [ 119.7137504, 30.4099389 ] ], [ [ 119.7137504, 30.4099389 ], [ 119.7137422, 30.40978 ] ], [ [ 119.7137422, 30.40978 ], [ 119.7137043, 30.4095065 ] ], [ [ 119.7137043, 30.4095065 ], [ 119.7135634, 30.409261 ] ], [ [ 119.7135634, 30.409261 ], [ 119.7136636, 30.4091512 ] ], [ [ 119.7136636, 30.4091512 ], [ 119.7137504, 30.4089969 ] ], [ [ 119.7137504, 30.4089969 ], [ 119.7137558, 30.4089104 ] ], [ [ 119.7137558, 30.4089104 ], [ 119.7136636, 30.408838 ] ], [ [ 119.7136636, 30.408838 ], [ 119.7135607, 30.4088099 ] ], [ [ 119.7135607, 30.4088099 ], [ 119.7132978, 30.4088356 ] ], [ [ 119.7132978, 30.4088356 ], [ 119.7132029, 30.4087515 ] ], [ [ 119.7132029, 30.4087515 ], [ 119.7130863, 30.4085107 ] ], [ [ 119.7130863, 30.4085107 ], [ 119.7128126, 30.408471 ] ], [ [ 119.7128126, 30.408471 ], [ 119.7125443, 30.4085294 ] ], [ [ 119.7125443, 30.4085294 ], [ 119.7119914, 30.408644 ] ], [ [ 119.7119914, 30.408644 ], [ 119.7118233, 30.4086299 ] ], [ [ 119.7118233, 30.4086299 ], [ 119.7117475, 30.4085668 ] ], [ [ 119.7117475, 30.4085668 ], [ 119.7117366, 30.4084359 ] ], [ [ 119.7117366, 30.4084359 ], [ 119.7117881, 30.4082513 ] ], [ [ 119.7117881, 30.4082513 ], [ 119.7120076, 30.4074892 ] ], [ [ 119.7120076, 30.4074892 ], [ 119.7119805, 30.4068043 ] ], [ [ 119.7119805, 30.4068043 ], [ 119.7117718, 30.4064046 ] ], [ [ 119.7117718, 30.4064046 ], [ 119.7115794, 30.4062153 ] ], [ [ 119.7115794, 30.4062153 ], [ 119.7115279, 30.4060727 ] ], [ [ 119.7115279, 30.4060727 ], [ 119.7115342, 30.4058442 ] ], [ [ 119.7115342, 30.4058442 ], [ 119.7115233, 30.4056783 ] ], [ [ 119.7115233, 30.4056783 ], [ 119.7115721, 30.4055497 ] ], [ [ 119.7115721, 30.4055497 ], [ 119.7115288, 30.4052482 ] ], [ [ 119.7115288, 30.4052482 ], [ 119.7113905, 30.4051547 ] ], [ [ 119.7113905, 30.4051547 ], [ 119.7113255, 30.4050495 ] ], [ [ 119.7113255, 30.4050495 ], [ 119.7114285, 30.4047713 ] ], [ [ 119.7114285, 30.4047713 ], [ 119.7112415, 30.4047105 ] ], [ [ 119.7112415, 30.4047105 ], [ 119.7110789, 30.4046848 ] ], [ [ 119.7110789, 30.4046848 ], [ 119.710591, 30.404811 ] ], [ [ 119.710591, 30.404811 ], [ 119.7102247, 30.404997 ] ], [ [ 119.7102247, 30.404997 ], [ 119.7100906, 30.4050232 ] ], [ [ 119.7100906, 30.4050232 ], [ 119.7100173, 30.4049893 ] ], [ [ 119.7100173, 30.4049893 ], [ 119.7099779, 30.4049013 ] ], [ [ 119.7099779, 30.4049013 ], [ 119.710003, 30.4046854 ] ], [ [ 119.710003, 30.4046854 ], [ 119.7100387, 30.4044047 ] ], [ [ 119.7100387, 30.4044047 ], [ 119.7102443, 30.4041672 ] ], [ [ 119.7102443, 30.4041672 ], [ 119.7104518, 30.4039143 ] ], [ [ 119.7104518, 30.4039143 ], [ 119.7109067, 30.403671 ] ], [ [ 119.7109067, 30.403671 ], [ 119.7110936, 30.4036393 ] ], [ [ 119.7110936, 30.4036393 ], [ 119.7112638, 30.4036883 ] ], [ [ 119.7112638, 30.4036883 ], [ 119.7115007, 30.4036652 ] ], [ [ 119.7115007, 30.4036652 ], [ 119.7116876, 30.4035472 ] ], [ [ 119.7116876, 30.4035472 ], [ 119.711841, 30.4034523 ] ], [ [ 119.711841, 30.4034523 ], [ 119.712068, 30.4034177 ] ], [ [ 119.712068, 30.4034177 ], [ 119.7122014, 30.4035213 ] ], [ [ 119.7122014, 30.4035213 ], [ 119.7123783, 30.4036537 ] ], [ [ 119.7123783, 30.4036537 ], [ 119.7126052, 30.4036566 ] ], [ [ 119.7126052, 30.4036566 ], [ 119.7128321, 30.403717 ] ], [ [ 119.7128321, 30.403717 ], [ 119.7129789, 30.4037775 ] ], [ [ 119.7129789, 30.4037775 ], [ 119.7132158, 30.4037746 ] ], [ [ 119.7132158, 30.4037746 ], [ 119.713396, 30.4036969 ] ], [ [ 119.713396, 30.4036969 ], [ 119.7135562, 30.403599 ] ], [ [ 119.7135562, 30.403599 ], [ 119.7137964, 30.4035645 ] ], [ [ 119.7137964, 30.4035645 ], [ 119.7138465, 30.403458 ] ], [ [ 119.7138465, 30.403458 ], [ 119.7139766, 30.4033688 ] ], [ [ 119.7139766, 30.4033688 ], [ 119.7141742, 30.4032213 ] ], [ [ 119.7141742, 30.4032213 ], [ 119.7140577, 30.4030483 ] ], [ [ 119.7140577, 30.4030483 ], [ 119.7140658, 30.4028263 ] ], [ [ 119.7140658, 30.4028263 ], [ 119.714242, 30.4027982 ] ], [ [ 119.714242, 30.4027982 ], [ 119.7145564, 30.4028029 ] ], [ [ 119.7145564, 30.4028029 ], [ 119.7148166, 30.4027538 ] ], [ [ 119.7148166, 30.4027538 ], [ 119.7149602, 30.4026135 ] ], [ [ 119.7149602, 30.4026135 ], [ 119.7147705, 30.4018141 ] ], [ [ 119.7147705, 30.4018141 ], [ 119.71486, 30.4014891 ] ], [ [ 119.71486, 30.4014891 ], [ 119.7150063, 30.4012414 ] ], [ [ 119.7150063, 30.4012414 ], [ 119.7148708, 30.4009398 ] ], [ [ 119.7148708, 30.4009398 ], [ 119.7146838, 30.4006686 ] ], [ [ 119.7146838, 30.4006686 ], [ 119.7141255, 30.4007364 ] ], [ [ 119.7141255, 30.4007364 ], [ 119.7136457, 30.4009795 ] ], [ [ 119.7136457, 30.4009795 ], [ 119.7133205, 30.401059 ] ], [ [ 119.7133205, 30.401059 ], [ 119.7130142, 30.4009608 ] ], [ [ 119.7130142, 30.4009608 ], [ 119.7128272, 30.4006078 ] ], [ [ 119.7128272, 30.4006078 ], [ 119.7127974, 30.4004325 ] ], [ [ 119.7127974, 30.4004325 ], [ 119.7129194, 30.4001964 ] ], [ [ 119.7129194, 30.4001964 ], [ 119.71299, 30.3998531 ] ], [ [ 119.71299, 30.3998531 ], [ 119.7128888, 30.399696 ] ], [ [ 119.7128888, 30.399696 ], [ 119.7127219, 30.3995608 ] ], [ [ 119.7127219, 30.3995608 ], [ 119.7129445, 30.3994168 ] ], [ [ 119.7129445, 30.3994168 ], [ 119.7128787, 30.3992772 ] ], [ [ 119.7128787, 30.3992772 ], [ 119.7128585, 30.3991333 ] ], [ [ 119.7128585, 30.3991333 ], [ 119.7130659, 30.3990286 ] ], [ [ 119.7130659, 30.3990286 ], [ 119.7131215, 30.398745 ] ], [ [ 119.7131215, 30.398745 ], [ 119.7129192, 30.3984876 ] ], [ [ 119.7129192, 30.3984876 ], [ 119.7128332, 30.3982913 ] ], [ [ 119.7128332, 30.3982913 ], [ 119.7129141, 30.3980209 ] ], [ [ 119.7129141, 30.3980209 ], [ 119.7133643, 30.3978071 ] ], [ [ 119.7133643, 30.3978071 ], [ 119.7138498, 30.3976981 ] ], [ [ 119.7138498, 30.3976981 ], [ 119.7144668, 30.3973796 ] ], [ [ 119.7144668, 30.3973796 ], [ 119.7144213, 30.3970393 ] ], [ [ 119.7144213, 30.3970393 ], [ 119.7143303, 30.3968867 ] ], [ [ 119.7143303, 30.3968867 ], [ 119.7144921, 30.396782 ] ], [ [ 119.7144921, 30.396782 ], [ 119.7145123, 30.3965726 ] ], [ [ 119.7145123, 30.3965726 ], [ 119.7145326, 30.3962454 ] ], [ [ 119.7145326, 30.3962454 ], [ 119.7147248, 30.3961581 ] ], [ [ 119.7147248, 30.3961581 ], [ 119.7153418, 30.396241 ] ], [ [ 119.7153418, 30.396241 ], [ 119.7160499, 30.3964722 ] ], [ [ 119.7160499, 30.3964722 ], [ 119.7161156, 30.3966206 ] ], [ [ 119.7161156, 30.3966206 ], [ 119.7160094, 30.3967252 ] ], [ [ 119.7160094, 30.3967252 ], [ 119.7157616, 30.3967122 ] ], [ [ 119.7157616, 30.3967122 ], [ 119.7154935, 30.3967296 ] ], [ [ 119.7154935, 30.3967296 ], [ 119.7154581, 30.3968648 ] ], [ [ 119.7154581, 30.3968648 ], [ 119.7156452, 30.3969303 ] ], [ [ 119.7156452, 30.3969303 ], [ 119.7159538, 30.3971048 ] ], [ [ 119.7159538, 30.3971048 ], [ 119.71606, 30.3972138 ] ], [ [ 119.71606, 30.3972138 ], [ 119.7160347, 30.3973185 ] ], [ [ 119.7160347, 30.3973185 ], [ 119.7158728, 30.3974363 ] ], [ [ 119.7158728, 30.3974363 ], [ 119.7157059, 30.3975585 ] ], [ [ 119.7157059, 30.3975585 ], [ 119.7156149, 30.3977722 ] ], [ [ 119.7156149, 30.3977722 ], [ 119.7156806, 30.39789 ] ], [ [ 119.7156806, 30.39789 ], [ 119.7156503, 30.398095 ] ], [ [ 119.7156503, 30.398095 ], [ 119.71562, 30.3984571 ] ], [ [ 119.71562, 30.3984571 ], [ 119.7155491, 30.3986752 ] ], [ [ 119.7155491, 30.3986752 ], [ 119.715625, 30.3987581 ] ], [ [ 119.715625, 30.3987581 ], [ 119.7157363, 30.3987799 ] ], [ [ 119.7157363, 30.3987799 ], [ 119.7159436, 30.3986665 ] ], [ [ 119.7159436, 30.3986665 ], [ 119.7161712, 30.3985225 ] ], [ [ 119.7161712, 30.3985225 ], [ 119.7162876, 30.398492 ] ], [ [ 119.7162876, 30.398492 ], [ 119.716323, 30.3985749 ] ], [ [ 119.716323, 30.3985749 ], [ 119.7163685, 30.3987668 ] ], [ [ 119.7163685, 30.3987668 ], [ 119.7165455, 30.3989282 ] ], [ [ 119.7165455, 30.3989282 ], [ 119.7176582, 30.3991464 ] ], [ [ 119.7176582, 30.3991464 ], [ 119.717916, 30.3992739 ] ], [ [ 119.717916, 30.3992739 ], [ 119.7183783, 30.3996195 ] ], [ [ 119.7183783, 30.3996195 ], [ 119.7186359, 30.3998455 ] ], [ [ 119.7186359, 30.3998455 ], [ 119.7189668, 30.4000276 ] ], [ [ 119.7189668, 30.4000276 ], [ 119.7193209, 30.3999753 ] ], [ [ 119.7193209, 30.3999753 ], [ 119.7195839, 30.3999317 ] ], [ [ 119.7195839, 30.3999317 ], [ 119.7201149, 30.4000843 ] ], [ [ 119.7201149, 30.4000843 ], [ 119.72056, 30.4002021 ] ], [ [ 119.72056, 30.4002021 ], [ 119.7215917, 30.4007867 ] ], [ [ 119.7215917, 30.4007867 ], [ 119.7220115, 30.401297 ] ], [ [ 119.7220115, 30.401297 ], [ 119.7223909, 30.4019775 ] ], [ [ 119.7223909, 30.4019775 ], [ 119.7222138, 30.4023832 ] ], [ [ 119.7222138, 30.4023832 ], [ 119.7219711, 30.4029765 ] ], [ [ 119.7219711, 30.4029765 ], [ 119.7220722, 30.4032556 ] ], [ [ 119.7220722, 30.4032556 ], [ 119.722406, 30.4036308 ] ], [ [ 119.722406, 30.4036308 ], [ 119.7228619, 30.4038395 ] ], [ [ 119.7228619, 30.4038395 ], [ 119.7230358, 30.4039192 ] ], [ [ 119.7230358, 30.4039192 ], [ 119.7234943, 30.4041291 ] ], [ [ 119.7234943, 30.4041291 ], [ 119.7240516, 30.4045234 ] ], [ [ 119.7240516, 30.4045234 ], [ 119.7242284, 30.404581 ] ], [ [ 119.7242284, 30.404581 ], [ 119.7249258, 30.4044687 ] ], [ [ 119.7249258, 30.4044687 ], [ 119.7253029, 30.4043363 ] ], [ [ 119.7253029, 30.4043363 ], [ 119.7255565, 30.4043622 ] ], [ [ 119.7255565, 30.4043622 ], [ 119.7258134, 30.4046328 ] ], [ [ 119.7258134, 30.4046328 ], [ 119.7259902, 30.4050443 ] ], [ [ 119.7259902, 30.4050443 ], [ 119.7263616, 30.4053073 ] ], [ [ 119.7263616, 30.4053073 ], [ 119.7265818, 30.4053484 ] ], [ [ 119.7265818, 30.4053484 ], [ 119.7267965, 30.40537 ] ], [ [ 119.7267965, 30.40537 ], [ 119.7270459, 30.4053622 ] ], [ [ 119.7270459, 30.4053622 ], [ 119.7273316, 30.4053004 ] ], [ [ 119.7273316, 30.4053004 ], [ 119.7278221, 30.405099 ] ], [ [ 119.7278221, 30.405099 ], [ 119.7281458, 30.4049781 ] ], [ [ 119.7281458, 30.4049781 ], [ 119.7283794, 30.4050127 ] ], [ [ 119.7283794, 30.4050127 ], [ 119.7285162, 30.4051853 ] ], [ [ 119.7285162, 30.4051853 ], [ 119.7285229, 30.4053753 ] ], [ [ 119.7285229, 30.4053753 ], [ 119.7284167, 30.4060298 ] ], [ [ 119.7284167, 30.4060298 ], [ 119.7283012, 30.4062664 ] ], [ [ 119.7283012, 30.4062664 ], [ 119.7282636, 30.4063959 ] ], [ [ 119.7282636, 30.4063959 ], [ 119.7282851, 30.4065995 ] ], [ [ 119.7282851, 30.4065995 ], [ 119.7284889, 30.4068586 ] ], [ [ 119.7284889, 30.4068586 ], [ 119.7287947, 30.4069788 ] ], [ [ 119.7287947, 30.4069788 ], [ 119.7292185, 30.407002 ] ], [ [ 119.7292185, 30.407002 ], [ 119.7295886, 30.4069696 ] ], [ [ 119.7295886, 30.4069696 ], [ 119.7299749, 30.4067475 ] ], [ [ 119.7299749, 30.4067475 ], [ 119.7302324, 30.4065717 ] ], [ [ 119.7302324, 30.4065717 ], [ 119.7303772, 30.4064422 ] ], [ [ 119.7303772, 30.4064422 ], [ 119.7306025, 30.4063265 ] ], [ [ 119.7306025, 30.4063265 ], [ 119.7307473, 30.4063496 ] ], [ [ 119.7307473, 30.4063496 ], [ 119.7310638, 30.4065393 ] ], [ [ 119.7310638, 30.4065393 ], [ 119.7311872, 30.4067198 ] ], [ [ 119.7311872, 30.4067198 ], [ 119.7315842, 30.4073073 ] ], [ [ 119.7315842, 30.4073073 ], [ 119.7315788, 30.4077006 ] ], [ [ 119.7315788, 30.4077006 ], [ 119.731592, 30.4079023 ] ], [ [ 119.7555291, 30.425238 ], [ 119.7551171, 30.4251327 ] ], [ [ 119.7551171, 30.4251327 ], [ 119.7543284, 30.4249557 ] ], [ [ 119.7543284, 30.4249557 ], [ 119.754086, 30.4248922 ] ], [ [ 119.754086, 30.4248922 ], [ 119.7539396, 30.4248058 ] ], [ [ 119.7539396, 30.4248058 ], [ 119.7539087, 30.4247128 ] ], [ [ 119.7539087, 30.4247128 ], [ 119.7539318, 30.424374 ] ], [ [ 119.7539318, 30.424374 ], [ 119.754032, 30.4240484 ] ], [ [ 119.754032, 30.4240484 ], [ 119.7544789, 30.4234903 ] ], [ [ 119.7544789, 30.4234903 ], [ 119.7545945, 30.4232577 ] ], [ [ 119.7545945, 30.4232577 ], [ 119.7545714, 30.4230517 ] ], [ [ 119.7545714, 30.4230517 ], [ 119.7543942, 30.4229255 ] ], [ [ 119.7543942, 30.4229255 ], [ 119.7541707, 30.422786 ] ], [ [ 119.7541707, 30.422786 ], [ 119.7538009, 30.4223275 ] ], [ [ 119.7538009, 30.4223275 ], [ 119.7536699, 30.4220218 ] ], [ [ 119.7536699, 30.4220218 ], [ 119.7537315, 30.4216298 ] ], [ [ 119.7537315, 30.4216298 ], [ 119.7537623, 30.4214172 ] ], [ [ 119.7537623, 30.4214172 ], [ 119.7535003, 30.4210252 ] ], [ [ 119.7535003, 30.4210252 ], [ 119.7533462, 30.420766 ] ], [ [ 119.7533462, 30.420766 ], [ 119.7533694, 30.4204737 ] ], [ [ 119.7533694, 30.4204737 ], [ 119.753259, 30.4201047 ] ], [ [ 119.753259, 30.4201047 ], [ 119.7529854, 30.4197566 ] ], [ [ 119.7529854, 30.4197566 ], [ 119.7528319, 30.4195235 ] ], [ [ 119.7528319, 30.4195235 ], [ 119.7527366, 30.4192925 ] ], [ [ 119.7527366, 30.4192925 ], [ 119.7527134, 30.4190883 ] ], [ [ 119.7527134, 30.4190883 ], [ 119.7527092, 30.4188305 ] ], [ [ 119.7527092, 30.4188305 ], [ 119.7527423, 30.4187147 ] ], [ [ 119.7527423, 30.4187147 ], [ 119.7527811, 30.4185793 ] ], [ [ 119.7527811, 30.4185793 ], [ 119.752852, 30.4183124 ] ], [ [ 119.752852, 30.4183124 ], [ 119.7529056, 30.4180372 ] ], [ [ 119.7529056, 30.4180372 ], [ 119.7528568, 30.4178628 ] ], [ [ 119.7528568, 30.4178628 ], [ 119.7526111, 30.417017 ] ], [ [ 119.7526111, 30.417017 ], [ 119.7524458, 30.4167814 ] ], [ [ 119.7524458, 30.4167814 ], [ 119.7523642, 30.416665 ] ], [ [ 119.7523642, 30.416665 ], [ 119.7522524, 30.4164496 ] ], [ [ 119.7522524, 30.4164496 ], [ 119.7521594, 30.4162554 ] ], [ [ 119.7521594, 30.4162554 ], [ 119.7521246, 30.4160588 ] ], [ [ 119.7521246, 30.4160588 ], [ 119.7521652, 30.4158208 ] ], [ [ 119.7521652, 30.4158208 ], [ 119.7523076, 30.4154951 ] ], [ [ 119.7523076, 30.4154951 ], [ 119.7525385, 30.4148438 ] ], [ [ 119.7525385, 30.4148438 ], [ 119.7526836, 30.414477 ] ], [ [ 119.7526836, 30.414477 ], [ 119.752743, 30.4143813 ] ], [ [ 119.752743, 30.4143813 ], [ 119.7528028, 30.4143177 ] ], [ [ 119.7528028, 30.4143177 ], [ 119.7529481, 30.4141725 ] ], [ [ 119.7529481, 30.4141725 ], [ 119.7532266, 30.4137868 ] ], [ [ 119.7532266, 30.4137868 ], [ 119.7534, 30.4134074 ] ], [ [ 119.7534, 30.4134074 ], [ 119.7536017, 30.4128753 ] ], [ [ 119.7536017, 30.4128753 ], [ 119.7536241, 30.4124764 ] ], [ [ 119.7536241, 30.4124764 ], [ 119.75361, 30.4122292 ] ], [ [ 119.75361, 30.4122292 ], [ 119.7536501, 30.4120746 ] ], [ [ 119.7536501, 30.4120746 ], [ 119.7537728, 30.4118436 ] ], [ [ 119.7537728, 30.4118436 ], [ 119.7539686, 30.4115954 ] ], [ [ 119.7539686, 30.4115954 ], [ 119.7540689, 30.4114529 ] ], [ [ 119.7540689, 30.4114529 ], [ 119.7540814, 30.4113848 ] ], [ [ 119.7540814, 30.4113848 ], [ 119.7540982, 30.4112927 ] ], [ [ 119.7540982, 30.4112927 ], [ 119.754122, 30.411163 ] ], [ [ 119.754122, 30.411163 ], [ 119.7542222, 30.4110571 ] ], [ [ 119.7542222, 30.4110571 ], [ 119.7545868, 30.4108933 ] ], [ [ 119.7545868, 30.4108933 ], [ 119.7549324, 30.4106095 ] ], [ [ 119.7549324, 30.4106095 ], [ 119.7551767, 30.410114 ] ], [ [ 119.7551767, 30.410114 ], [ 119.7554232, 30.4097548 ] ], [ [ 119.7554232, 30.4097548 ], [ 119.7556792, 30.4095127 ] ], [ [ 119.7556792, 30.4095127 ], [ 119.7560957, 30.4092329 ] ], [ [ 119.7560957, 30.4092329 ], [ 119.7562219, 30.4091271 ] ], [ [ 119.7562219, 30.4091271 ], [ 119.7563458, 30.4089641 ] ], [ [ 119.7563458, 30.4089641 ], [ 119.7565026, 30.4083201 ] ], [ [ 119.7565026, 30.4083201 ], [ 119.756489, 30.4081448 ] ], [ [ 119.756489, 30.4081448 ], [ 119.7564619, 30.4079297 ] ], [ [ 119.7564619, 30.4079297 ], [ 119.7564944, 30.4078058 ] ], [ [ 119.7564944, 30.4078058 ], [ 119.7565622, 30.4076188 ] ], [ [ 119.7565622, 30.4076188 ], [ 119.756573, 30.4074155 ] ], [ [ 119.756573, 30.4074155 ], [ 119.7566625, 30.4071607 ] ], [ [ 119.7566625, 30.4071607 ], [ 119.7568061, 30.4066184 ] ], [ [ 119.7568061, 30.4066184 ], [ 119.7568251, 30.4064267 ] ], [ [ 119.7568251, 30.4064267 ], [ 119.7568061, 30.4058166 ] ], [ [ 119.7568061, 30.4058166 ], [ 119.7568631, 30.405515 ] ], [ [ 119.7568631, 30.405515 ], [ 119.7569877, 30.4051808 ] ], [ [ 119.7569877, 30.4051808 ], [ 119.7573943, 30.4049026 ] ], [ [ 119.7573943, 30.4049026 ], [ 119.7577954, 30.4047343 ] ], [ [ 119.7577954, 30.4047343 ], [ 119.7579743, 30.4045052 ] ], [ [ 119.7579743, 30.4045052 ], [ 119.7582589, 30.4040587 ] ], [ [ 119.7582589, 30.4040587 ], [ 119.7586519, 30.4036917 ] ], [ [ 119.7586519, 30.4036917 ], [ 119.759446, 30.403299 ] ], [ [ 119.759446, 30.403299 ], [ 119.7598552, 30.4029647 ] ], [ [ 119.7598552, 30.4029647 ], [ 119.7602726, 30.4023429 ] ], [ [ 119.7602726, 30.4023429 ], [ 119.7604705, 30.4021022 ] ], [ [ 119.7604705, 30.4021022 ], [ 119.7608879, 30.4017889 ] ], [ [ 119.7608879, 30.4017889 ], [ 119.7611996, 30.4014944 ] ], [ [ 119.7611996, 30.4014944 ], [ 119.7614475, 30.4012167 ] ], [ [ 119.7614475, 30.4012167 ], [ 119.7614856, 30.401148 ] ], [ [ 119.8917634, 30.3482868 ], [ 119.8912386, 30.3481162 ] ], [ [ 119.8912386, 30.3481162 ], [ 119.891023, 30.3480722 ] ], [ [ 119.891023, 30.3480722 ], [ 119.8846659, 30.3467738 ] ], [ [ 119.8846659, 30.3467738 ], [ 119.8832825, 30.3465106 ] ], [ [ 119.8832825, 30.3465106 ], [ 119.8825245, 30.3471221 ] ], [ [ 119.8825245, 30.3471221 ], [ 119.8823175, 30.3471649 ] ], [ [ 119.8823175, 30.3471649 ], [ 119.8808867, 30.3464425 ] ], [ [ 119.8760148, 30.3564507 ], [ 119.8727297, 30.3554233 ] ], [ [ 119.8727297, 30.3554233 ], [ 119.8720442, 30.3529725 ] ], [ [ 119.8720442, 30.3529725 ], [ 119.8718458, 30.3526944 ] ], [ [ 119.8718458, 30.3526944 ], [ 119.8716785, 30.3526088 ] ], [ [ 119.8716785, 30.3526088 ], [ 119.8713314, 30.3525072 ] ], [ [ 119.8713314, 30.3525072 ], [ 119.8710586, 30.3523735 ] ], [ [ 119.8710586, 30.3523735 ], [ 119.8709099, 30.3522933 ] ], [ [ 119.8709099, 30.3522933 ], [ 119.8706124, 30.3520365 ] ], [ [ 119.8706124, 30.3520365 ], [ 119.869954, 30.3514711 ] ], [ [ 119.869954, 30.3514711 ], [ 119.8697384, 30.3512823 ] ], [ [ 119.8697384, 30.3512823 ], [ 119.8695958, 30.3510095 ] ], [ [ 119.8695958, 30.3510095 ], [ 119.8692425, 30.3507047 ] ], [ [ 119.8692425, 30.3507047 ], [ 119.8691867, 30.3503784 ] ], [ [ 119.8691867, 30.3503784 ], [ 119.8692735, 30.3502393 ] ], [ [ 119.8692735, 30.3502393 ], [ 119.8695586, 30.3502393 ] ], [ [ 119.8695586, 30.3502393 ], [ 119.8702405, 30.3502072 ] ], [ [ 119.8702405, 30.3502072 ], [ 119.8702776, 30.3501484 ] ], [ [ 119.8702776, 30.3501484 ], [ 119.8703334, 30.3499558 ] ], [ [ 119.8703334, 30.3499558 ], [ 119.8700049, 30.3479928 ] ], [ [ 119.8700049, 30.3479928 ], [ 119.8697183, 30.3458407 ] ], [ [ 119.8697183, 30.3458407 ], [ 119.8696855, 30.3455253 ] ], [ [ 119.9026633, 30.3532139 ], [ 119.9030027, 30.3534336 ] ], [ [ 119.9030027, 30.3534336 ], [ 119.9031406, 30.3535526 ] ], [ [ 119.9031406, 30.3535526 ], [ 119.9032467, 30.3537814 ] ], [ [ 119.9032467, 30.3537814 ], [ 119.9032785, 30.3540743 ] ], [ [ 119.9032785, 30.3540743 ], [ 119.9033633, 30.3543123 ] ], [ [ 119.9033633, 30.3543123 ], [ 119.9035012, 30.3550628 ] ], [ [ 119.9035012, 30.3550628 ], [ 119.9035224, 30.3552275 ] ], [ [ 119.9035224, 30.3552275 ], [ 119.9036073, 30.3553282 ] ], [ [ 119.9036073, 30.3553282 ], [ 119.903777, 30.3554289 ] ], [ [ 119.903777, 30.3554289 ], [ 119.9038724, 30.355557 ] ], [ [ 119.9038724, 30.355557 ], [ 119.9039149, 30.35574 ] ], [ [ 119.9039149, 30.35574 ], [ 119.9038618, 30.3559139 ] ], [ [ 119.9038618, 30.3559139 ], [ 119.9036921, 30.3560695 ] ], [ [ 119.9036921, 30.3560695 ], [ 119.9032148, 30.3566278 ] ], [ [ 119.9032148, 30.3566278 ], [ 119.9028436, 30.357177 ] ], [ [ 119.9028436, 30.357177 ], [ 119.9028118, 30.3573417 ] ], [ [ 119.9028118, 30.3573417 ], [ 119.9028224, 30.3574698 ] ], [ [ 119.9028224, 30.3574698 ], [ 119.902886, 30.3576346 ] ], [ [ 119.8956095, 30.3580872 ], [ 119.8977949, 30.3581288 ] ], [ [ 119.8977949, 30.3581288 ], [ 119.8995556, 30.3582295 ] ], [ [ 119.8995556, 30.3582295 ], [ 119.8997465, 30.3581929 ] ], [ [ 119.8997465, 30.3581929 ], [ 119.900542, 30.3578359 ] ], [ [ 119.900542, 30.3578359 ], [ 119.9007223, 30.3577902 ] ], [ [ 119.9007223, 30.3577902 ], [ 119.9022603, 30.3577078 ] ], [ [ 119.9022603, 30.3577078 ], [ 119.902886, 30.3576346 ] ], [ [ 119.902886, 30.3576346 ], [ 119.9031936, 30.3580922 ] ], [ [ 119.9031936, 30.3580922 ], [ 119.9032997, 30.3582844 ] ], [ [ 119.9032997, 30.3582844 ], [ 119.9033633, 30.3584674 ] ], [ [ 119.9033633, 30.3584674 ], [ 119.9033952, 30.3589983 ] ], [ [ 119.9033952, 30.3589983 ], [ 119.9035012, 30.3597213 ] ], [ [ 119.9035012, 30.3597213 ], [ 119.9037027, 30.3604443 ] ], [ [ 119.9037027, 30.3604443 ], [ 119.9039679, 30.361149 ] ], [ [ 119.9039679, 30.361149 ], [ 119.9040209, 30.3613137 ] ], [ [ 119.9040209, 30.3613137 ], [ 119.9040528, 30.3615151 ] ], [ [ 119.9040528, 30.3615151 ], [ 119.904074, 30.3617256 ] ], [ [ 119.904074, 30.3617256 ], [ 119.9041925, 30.3620615 ] ], [ [ 119.8947705, 30.3651395 ], [ 119.8939687, 30.3633096 ] ], [ [ 119.8939687, 30.3633096 ], [ 119.8938803, 30.3630383 ] ], [ [ 119.8938803, 30.3630383 ], [ 119.8938213, 30.3624618 ] ], [ [ 119.8938213, 30.3624618 ], [ 119.8938311, 30.3617242 ] ], [ [ 119.8938311, 30.3617242 ], [ 119.893949, 30.3611478 ] ], [ [ 119.893949, 30.3611478 ], [ 119.8941455, 30.3605374 ] ], [ [ 119.8941455, 30.3605374 ], [ 119.8941848, 30.3604187 ] ], [ [ 119.8941848, 30.3604187 ], [ 119.8941259, 30.3599778 ] ], [ [ 119.8941259, 30.3599778 ], [ 119.8939785, 30.3590961 ] ], [ [ 119.8939785, 30.3590961 ], [ 119.893949, 30.35874 ] ], [ [ 119.893949, 30.35874 ], [ 119.893949, 30.358384 ] ], [ [ 119.893949, 30.358384 ], [ 119.8956095, 30.3580872 ] ], [ [ 119.8800608, 30.3593918 ], [ 119.880114, 30.3585651 ] ], [ [ 119.880114, 30.3585651 ], [ 119.880159, 30.3581373 ] ], [ [ 119.880159, 30.3581373 ], [ 119.8802112, 30.3574039 ] ], [ [ 119.8802112, 30.3574039 ], [ 119.8805175, 30.3564355 ] ], [ [ 119.8805175, 30.3564355 ], [ 119.8805721, 30.3562385 ] ], [ [ 119.8805721, 30.3562385 ], [ 119.8806625, 30.3552252 ] ], [ [ 119.8806625, 30.3552252 ], [ 119.8807262, 30.3534694 ] ], [ [ 119.8807262, 30.3534694 ], [ 119.8807164, 30.3531164 ] ], [ [ 119.8807164, 30.3531164 ], [ 119.8805566, 30.3497039 ] ], [ [ 119.8805566, 30.3497039 ], [ 119.8805246, 30.3492756 ] ], [ [ 119.8805246, 30.3492756 ], [ 119.8805138, 30.3490974 ] ], [ [ 119.8805138, 30.3490974 ], [ 119.8804978, 30.3490094 ] ], [ [ 119.8804978, 30.3490094 ], [ 119.8804066, 30.3487942 ] ], [ [ 119.8804066, 30.3487942 ], [ 119.8803475, 30.3486044 ] ], [ [ 119.8803475, 30.3486044 ], [ 119.8802912, 30.3483498 ] ], [ [ 119.8802912, 30.3483498 ], [ 119.8802671, 30.3481391 ] ], [ [ 119.8802671, 30.3481391 ], [ 119.8802805, 30.3480327 ] ], [ [ 119.8802805, 30.3480327 ], [ 119.8803286, 30.3479017 ] ], [ [ 119.8803286, 30.3479017 ], [ 119.8808867, 30.3464425 ] ], [ [ 119.853741, 30.3539137 ], [ 119.8538556, 30.3538139 ] ], [ [ 119.8956095, 30.3580872 ], [ 119.8953978, 30.3571495 ] ], [ [ 119.8953978, 30.3571495 ], [ 119.8940508, 30.357241 ] ], [ [ 119.8940508, 30.357241 ], [ 119.8937326, 30.3571953 ] ], [ [ 119.8937326, 30.3571953 ], [ 119.8933083, 30.3572502 ] ], [ [ 119.8933083, 30.3572502 ], [ 119.8930538, 30.3573875 ] ], [ [ 119.8930538, 30.3573875 ], [ 119.8928522, 30.3575156 ] ], [ [ 119.8928522, 30.3575156 ], [ 119.8925977, 30.3575797 ] ], [ [ 119.8925977, 30.3575797 ], [ 119.8921204, 30.3576071 ] ], [ [ 119.8921204, 30.3576071 ], [ 119.8914416, 30.3576895 ] ], [ [ 119.8914416, 30.3576895 ], [ 119.8911234, 30.3576071 ] ], [ [ 119.8911234, 30.3576071 ], [ 119.8909537, 30.3576071 ] ], [ [ 119.8909537, 30.3576071 ], [ 119.8900945, 30.3576712 ] ], [ [ 119.8900945, 30.3576712 ], [ 119.889946, 30.3576895 ] ], [ [ 119.889946, 30.3576895 ], [ 119.8897339, 30.3578359 ] ], [ [ 119.8897339, 30.3578359 ], [ 119.8887899, 30.3581837 ] ], [ [ 119.8887899, 30.3581837 ], [ 119.8886839, 30.3582295 ] ], [ [ 119.8886839, 30.3582295 ], [ 119.8886308, 30.3583393 ] ], [ [ 119.8886308, 30.3583393 ], [ 119.8885566, 30.3584491 ] ], [ [ 119.8885566, 30.3584491 ], [ 119.8882702, 30.3585773 ] ], [ [ 119.8882702, 30.3585773 ], [ 119.8877929, 30.3587145 ] ], [ [ 119.8877929, 30.3587145 ], [ 119.8868151, 30.3588266 ] ], [ [ 119.8800608, 30.3593918 ], [ 119.88442, 30.3590074 ] ], [ [ 119.88442, 30.3590074 ], [ 119.8868151, 30.3588266 ] ], [ [ 119.8868151, 30.3588266 ], [ 119.8871621, 30.3594941 ] ], [ [ 119.8871621, 30.3594941 ], [ 119.8872018, 30.3596224 ] ], [ [ 119.8872018, 30.3596224 ], [ 119.8885417, 30.3673184 ] ], [ [ 119.8800608, 30.3593918 ], [ 119.8800529, 30.3596387 ] ], [ [ 119.8800529, 30.3596387 ], [ 119.880041, 30.3597439 ] ], [ [ 119.880041, 30.3597439 ], [ 119.8800047, 30.3600661 ] ], [ [ 119.8800047, 30.3600661 ], [ 119.8799433, 30.3603081 ] ], [ [ 119.8799433, 30.3603081 ], [ 119.8796847, 30.3612611 ] ], [ [ 119.8796847, 30.3612611 ], [ 119.8796409, 30.3613406 ] ], [ [ 119.8796409, 30.3613406 ], [ 119.8795796, 30.3614086 ] ], [ [ 119.8795796, 30.3614086 ], [ 119.8794787, 30.3614729 ] ], [ [ 119.8794787, 30.3614729 ], [ 119.8792727, 30.3615637 ] ], [ [ 119.8792727, 30.3615637 ], [ 119.8788827, 30.3616469 ] ], [ [ 119.8788827, 30.3616469 ], [ 119.8786723, 30.361715 ] ], [ [ 119.8786723, 30.361715 ], [ 119.8782559, 30.3618927 ] ], [ [ 119.8782559, 30.3618927 ], [ 119.8781201, 30.3619986 ] ], [ [ 119.8781201, 30.3619986 ], [ 119.8779623, 30.3629554 ] ], [ [ 119.8779623, 30.3629554 ], [ 119.8779316, 30.3645437 ] ], [ [ 119.8779316, 30.3645437 ], [ 119.8779272, 30.3649937 ] ], [ [ 119.8779272, 30.3649937 ], [ 119.8779447, 30.3655118 ] ], [ [ 119.8779447, 30.3655118 ], [ 119.8779184, 30.3657765 ] ], [ [ 119.8779184, 30.3657765 ], [ 119.8778935, 30.3659397 ] ], [ [ 119.8778935, 30.3659397 ], [ 119.8778738, 30.3660688 ] ], [ [ 119.8778738, 30.3660688 ], [ 119.8778527, 30.3662076 ] ], [ [ 119.8778527, 30.3662076 ], [ 119.8778681, 30.3664118 ] ], [ [ 119.8778681, 30.3664118 ], [ 119.8779404, 30.3673685 ] ], [ [ 119.853741, 30.3539137 ], [ 119.8537285, 30.3540986 ] ], [ [ 119.8537285, 30.3540986 ], [ 119.8537547, 30.3543255 ] ], [ [ 119.8537547, 30.3543255 ], [ 119.8537745, 30.3544976 ] ], [ [ 119.8537745, 30.3544976 ], [ 119.8537833, 30.3545734 ] ], [ [ 119.8537833, 30.3545734 ], [ 119.8540312, 30.3560015 ] ], [ [ 119.8540312, 30.3560015 ], [ 119.8543907, 30.3580286 ] ], [ [ 119.8543907, 30.3580286 ], [ 119.8548096, 30.3600439 ] ], [ [ 119.8548096, 30.3600439 ], [ 119.8548432, 30.3602053 ] ], [ [ 119.8548432, 30.3602053 ], [ 119.8549238, 30.3609808 ] ], [ [ 119.8549238, 30.3609808 ], [ 119.8550105, 30.3612483 ] ], [ [ 119.8550105, 30.3612483 ], [ 119.8551531, 30.361521 ] ], [ [ 119.8551531, 30.361521 ], [ 119.8553464, 30.3618562 ] ], [ [ 119.8553464, 30.3618562 ], [ 119.85555, 30.3622092 ] ], [ [ 119.85555, 30.3622092 ], [ 119.8555968, 30.3622903 ] ], [ [ 119.8555968, 30.3622903 ], [ 119.8558101, 30.3626602 ] ], [ [ 119.8558101, 30.3626602 ], [ 119.8564609, 30.3638047 ] ], [ [ 119.8564609, 30.3638047 ], [ 119.8573163, 30.3657835 ] ], [ [ 119.8573163, 30.3657835 ], [ 119.8574094, 30.3659819 ] ], [ [ 119.8574094, 30.3659819 ], [ 119.8575147, 30.366206 ] ], [ [ 119.8575147, 30.366206 ], [ 119.8575952, 30.3663985 ] ], [ [ 119.8575952, 30.3663985 ], [ 119.857682, 30.3667782 ] ], [ [ 119.857682, 30.3667782 ], [ 119.8577688, 30.367436 ] ], [ [ 119.8577688, 30.367436 ], [ 119.8578247, 30.3681111 ] ], [ [ 119.8578247, 30.3681111 ], [ 119.8579609, 30.369757 ] ], [ [ 119.8579609, 30.369757 ], [ 119.8580097, 30.370328 ] ], [ [ 119.8580097, 30.370328 ], [ 119.8580467, 30.37076 ] ], [ [ 119.8580467, 30.37076 ], [ 119.8580725, 30.3710618 ] ], [ [ 119.8580725, 30.3710618 ], [ 119.8580539, 30.3714522 ] ], [ [ 119.8580539, 30.3714522 ], [ 119.8579733, 30.3718159 ] ], [ [ 119.8579733, 30.3718159 ], [ 119.8577812, 30.3728693 ] ], [ [ 119.8577812, 30.3728693 ], [ 119.857682, 30.373249 ] ], [ [ 119.857682, 30.373249 ], [ 119.857682, 30.3734648 ] ], [ [ 119.857682, 30.3734648 ], [ 119.8577068, 30.3736661 ] ], [ [ 119.8577068, 30.3736661 ], [ 119.8578246, 30.373987 ] ], [ [ 119.8578246, 30.373987 ], [ 119.8581446, 30.3746868 ] ], [ [ 119.8581446, 30.3746868 ], [ 119.8583415, 30.3751157 ] ], [ [ 119.8583415, 30.3751157 ], [ 119.85848, 30.3754629 ] ], [ [ 119.85848, 30.3754629 ], [ 119.858556, 30.3756554 ] ], [ [ 119.858556, 30.3756554 ], [ 119.8586457, 30.3759354 ] ], [ [ 119.8923413, 30.3734634 ], [ 119.8929791, 30.3732698 ] ], [ [ 119.8929791, 30.3732698 ], [ 119.8933793, 30.3731853 ] ], [ [ 119.8933793, 30.3731853 ], [ 119.8942195, 30.3730575 ] ], [ [ 119.8942195, 30.3730575 ], [ 119.8945381, 30.3729576 ] ], [ [ 119.8945381, 30.3729576 ], [ 119.8947505, 30.3728326 ] ], [ [ 119.8947505, 30.3728326 ], [ 119.8949629, 30.3727077 ] ], [ [ 119.8949629, 30.3727077 ], [ 119.8951946, 30.3726494 ] ], [ [ 119.8951946, 30.3726494 ], [ 119.8954843, 30.3726244 ] ], [ [ 119.8954843, 30.3726244 ], [ 119.8961504, 30.3725661 ] ], [ [ 119.8961504, 30.3725661 ], [ 119.896498, 30.3725078 ] ], [ [ 119.896498, 30.3725078 ], [ 119.8976952, 30.3723912 ] ], [ [ 119.8976952, 30.3723912 ], [ 119.8979365, 30.3723328 ] ], [ [ 119.8979365, 30.3723328 ], [ 119.8987379, 30.3721079 ] ], [ [ 119.8987379, 30.3721079 ], [ 119.8991047, 30.3719663 ] ], [ [ 119.8991047, 30.3719663 ], [ 119.8997033, 30.3716831 ] ], [ [ 119.8997033, 30.3716831 ], [ 119.899993, 30.3715832 ] ], [ [ 119.899993, 30.3715832 ], [ 119.9010743, 30.3713749 ] ], [ [ 119.9010743, 30.3713749 ], [ 119.9014991, 30.37125 ] ], [ [ 119.9014991, 30.37125 ], [ 119.9027349, 30.3710168 ] ], [ [ 119.9027349, 30.3710168 ], [ 119.9042024, 30.3707086 ] ], [ [ 119.9042024, 30.3707086 ], [ 119.9046368, 30.3706253 ] ], [ [ 119.9046368, 30.3706253 ], [ 119.9050037, 30.3705253 ] ], [ [ 119.9050037, 30.3705253 ], [ 119.9053416, 30.3704254 ] ], [ [ 119.9053416, 30.3704254 ], [ 119.9056216, 30.3703587 ] ], [ [ 119.9056216, 30.3703587 ], [ 119.9064229, 30.3703254 ] ], [ [ 119.9064229, 30.3703254 ], [ 119.9076008, 30.3701671 ] ], [ [ 119.9076008, 30.3701671 ], [ 119.9084987, 30.3700089 ] ], [ [ 119.9084987, 30.3700089 ], [ 119.9089138, 30.3700339 ] ], [ [ 119.9089138, 30.3700339 ], [ 119.9093483, 30.3699506 ] ], [ [ 119.9093483, 30.3699506 ], [ 119.9104199, 30.3697673 ] ], [ [ 119.9104199, 30.3697673 ], [ 119.9108737, 30.369609 ] ], [ [ 119.9108737, 30.369609 ], [ 119.9112599, 30.3694175 ] ], [ [ 119.9112599, 30.3694175 ], [ 119.9113854, 30.3693175 ] ], [ [ 119.9113854, 30.3693175 ], [ 119.9114336, 30.3692092 ] ], [ [ 119.9114336, 30.3692092 ], [ 119.9111923, 30.3678848 ] ], [ [ 119.9111923, 30.3678848 ], [ 119.9110814, 30.3674273 ] ], [ [ 119.9110814, 30.3674273 ], [ 119.9107938, 30.3662415 ] ], [ [ 119.9121357, 30.3777953 ], [ 119.9122945, 30.3778031 ] ], [ [ 119.9122945, 30.3778031 ], [ 119.912548, 30.3778499 ] ], [ [ 119.912548, 30.3778499 ], [ 119.9126711, 30.3778726 ] ], [ [ 119.9126711, 30.3778726 ], [ 119.9128003, 30.3778964 ] ], [ [ 119.9128003, 30.3778964 ], [ 119.9134687, 30.3781923 ] ], [ [ 119.9134687, 30.3781923 ], [ 119.9143716, 30.3787366 ] ], [ [ 119.9143716, 30.3787366 ], [ 119.9145434, 30.3788228 ] ], [ [ 119.9145434, 30.3788228 ], [ 119.9150544, 30.379069 ] ], [ [ 119.9150544, 30.379069 ], [ 119.9155712, 30.3793127 ] ], [ [ 119.9155712, 30.3793127 ], [ 119.9163258, 30.379519 ] ], [ [ 119.9163258, 30.379519 ], [ 119.916706, 30.3796776 ] ], [ [ 119.916706, 30.3796776 ], [ 119.916878, 30.3797653 ] ], [ [ 119.916878, 30.3797653 ], [ 119.9169595, 30.3798068 ] ], [ [ 119.9169595, 30.3798068 ], [ 119.9171093, 30.3799559 ] ], [ [ 119.9171093, 30.3799559 ], [ 119.9174549, 30.3803336 ] ], [ [ 119.9047826, 30.3805198 ], [ 119.9056064, 30.3803289 ] ], [ [ 119.9056064, 30.3803289 ], [ 119.9087051, 30.3794272 ] ], [ [ 119.9087051, 30.3794272 ], [ 119.9088946, 30.3793496 ] ], [ [ 119.9088946, 30.3793496 ], [ 119.9094707, 30.3789222 ] ], [ [ 119.9094707, 30.3789222 ], [ 119.9097011, 30.378803 ] ], [ [ 119.9097011, 30.378803 ], [ 119.9105306, 30.3783955 ] ], [ [ 119.9105306, 30.3783955 ], [ 119.9109569, 30.378137 ] ], [ [ 119.9109569, 30.378137 ], [ 119.9113371, 30.3779482 ] ], [ [ 119.9113371, 30.3779482 ], [ 119.9115906, 30.3778587 ] ], [ [ 119.9115906, 30.3778587 ], [ 119.9117865, 30.377809 ] ], [ [ 119.9117865, 30.377809 ], [ 119.9121357, 30.3777953 ] ], [ [ 119.8739989, 30.3712595 ], [ 119.874236, 30.3711498 ] ], [ [ 119.874236, 30.3711498 ], [ 119.8748011, 30.3711064 ] ], [ [ 119.8748011, 30.3711064 ], [ 119.8778957, 30.3711701 ] ], [ [ 119.8778957, 30.3711701 ], [ 119.8797878, 30.371209 ] ], [ [ 119.8797878, 30.371209 ], [ 119.8837406, 30.3712936 ] ], [ [ 119.8837406, 30.3712936 ], [ 119.8841762, 30.3713312 ] ], [ [ 119.8841762, 30.3713312 ], [ 119.8848622, 30.3713875 ] ], [ [ 119.8848622, 30.3713875 ], [ 119.8852216, 30.3713594 ] ], [ [ 119.8852216, 30.3713594 ], [ 119.8863863, 30.3712732 ] ], [ [ 119.8863863, 30.3712732 ], [ 119.8871272, 30.3712184 ] ], [ [ 119.8871272, 30.3712184 ], [ 119.8886733, 30.3710089 ] ], [ [ 119.8886733, 30.3710089 ], [ 119.8897624, 30.3708614 ] ], [ [ 119.8897624, 30.3708614 ], [ 119.8916317, 30.3709314 ] ], [ [ 119.8916317, 30.3709314 ], [ 119.8922811, 30.3728823 ] ], [ [ 119.8922811, 30.3728823 ], [ 119.8923293, 30.3731105 ] ], [ [ 119.8923293, 30.3731105 ], [ 119.8923413, 30.3734634 ] ], [ [ 119.8923413, 30.3734634 ], [ 119.8920511, 30.3735367 ] ], [ [ 119.8920511, 30.3735367 ], [ 119.8914767, 30.373552 ] ], [ [ 119.8914767, 30.373552 ], [ 119.8905133, 30.3736435 ] ], [ [ 119.8905133, 30.3736435 ], [ 119.8893291, 30.3738798 ] ], [ [ 119.8893291, 30.3738798 ], [ 119.8891046, 30.3739264 ] ], [ [ 119.8773336, 30.3764453 ], [ 119.8777426, 30.3764799 ] ], [ [ 119.8777426, 30.3764799 ], [ 119.8780961, 30.3764646 ] ], [ [ 119.8780961, 30.3764646 ], [ 119.8784054, 30.3764265 ] ], [ [ 119.8784054, 30.3764265 ], [ 119.8786169, 30.3763171 ] ], [ [ 119.8786169, 30.3763171 ], [ 119.8786706, 30.3762893 ] ], [ [ 119.8786706, 30.3762893 ], [ 119.8788297, 30.3761978 ] ], [ [ 119.8788297, 30.3761978 ], [ 119.8789357, 30.3761749 ] ], [ [ 119.8789357, 30.3761749 ], [ 119.8794218, 30.376274 ] ], [ [ 119.8794218, 30.376274 ], [ 119.8795986, 30.3762359 ] ], [ [ 119.8795986, 30.3762359 ], [ 119.879899, 30.3761063 ] ], [ [ 119.879899, 30.3761063 ], [ 119.8803851, 30.3759919 ] ], [ [ 119.8803851, 30.3759919 ], [ 119.8806944, 30.3759385 ] ], [ [ 119.8806944, 30.3759385 ], [ 119.8807121, 30.375847 ] ], [ [ 119.8807121, 30.375847 ], [ 119.8807475, 30.3754429 ] ], [ [ 119.8807475, 30.3754429 ], [ 119.8805972, 30.3750846 ] ], [ [ 119.8805972, 30.3750846 ], [ 119.8805884, 30.3749244 ] ], [ [ 119.8805884, 30.3749244 ], [ 119.8806414, 30.3747948 ] ], [ [ 119.8806414, 30.3747948 ], [ 119.8815606, 30.3746881 ] ], [ [ 119.8815606, 30.3746881 ], [ 119.8828244, 30.3745432 ] ], [ [ 119.8828244, 30.3745432 ], [ 119.8835402, 30.3745279 ] ], [ [ 119.8835402, 30.3745279 ], [ 119.8846096, 30.3745051 ] ], [ [ 119.8846096, 30.3745051 ], [ 119.8851686, 30.3745085 ] ], [ [ 119.8851686, 30.3745085 ], [ 119.8858469, 30.3745127 ] ], [ [ 119.8858469, 30.3745127 ], [ 119.8860767, 30.3744517 ] ], [ [ 119.8860767, 30.3744517 ], [ 119.8863684, 30.3743373 ] ], [ [ 119.8863684, 30.3743373 ], [ 119.88666, 30.3742687 ] ], [ [ 119.88666, 30.3742687 ], [ 119.8867332, 30.37426 ] ], [ [ 119.8867332, 30.37426 ], [ 119.8869163, 30.3742382 ] ], [ [ 119.8869163, 30.3742382 ], [ 119.8884099, 30.3740705 ] ], [ [ 119.8884099, 30.3740705 ], [ 119.8891046, 30.3739264 ] ], [ [ 119.8725596, 30.3762814 ], [ 119.8725044, 30.3760067 ] ], [ [ 119.8725044, 30.3760067 ], [ 119.8724935, 30.3758679 ] ], [ [ 119.8724935, 30.3758679 ], [ 119.8724802, 30.3756973 ] ], [ [ 119.8724802, 30.3756973 ], [ 119.8724703, 30.3755709 ] ], [ [ 119.8724703, 30.3755709 ], [ 119.8724548, 30.3754934 ] ], [ [ 119.8724548, 30.3754934 ], [ 119.8724858, 30.3753196 ] ], [ [ 119.8724858, 30.3753196 ], [ 119.8725013, 30.37521 ] ], [ [ 119.8725013, 30.37521 ], [ 119.8725633, 30.374972 ] ], [ [ 119.8725633, 30.374972 ], [ 119.8726097, 30.3744064 ] ], [ [ 119.8771983, 30.3764709 ], [ 119.8766575, 30.3764667 ] ], [ [ 119.8766575, 30.3764667 ], [ 119.8762719, 30.3763684 ] ], [ [ 119.8762719, 30.3763684 ], [ 119.8760176, 30.376289 ] ], [ [ 119.8760176, 30.376289 ], [ 119.8758555, 30.3762247 ] ], [ [ 119.8758555, 30.3762247 ], [ 119.8756626, 30.3761793 ] ], [ [ 119.8756626, 30.3761793 ], [ 119.8754917, 30.3761566 ] ], [ [ 119.8754917, 30.3761566 ], [ 119.8752375, 30.3761491 ] ], [ [ 119.8752375, 30.3761491 ], [ 119.8737999, 30.3762587 ] ], [ [ 119.8737999, 30.3762587 ], [ 119.8733879, 30.376289 ] ], [ [ 119.8733879, 30.376289 ], [ 119.8732205, 30.3762869 ] ], [ [ 119.8732205, 30.3762869 ], [ 119.8730855, 30.3762852 ] ], [ [ 119.8730855, 30.3762852 ], [ 119.8728444, 30.3762739 ] ], [ [ 119.8728444, 30.3762739 ], [ 119.8725596, 30.3762814 ] ], [ [ 119.820976, 30.3495608 ], [ 119.8210707, 30.3496622 ] ], [ [ 119.8210707, 30.3496622 ], [ 119.8211753, 30.3498034 ] ], [ [ 119.8211753, 30.3498034 ], [ 119.8213333, 30.3499728 ] ], [ [ 119.8213333, 30.3499728 ], [ 119.8217501, 30.3500034 ] ], [ [ 119.8217501, 30.3500034 ], [ 119.8220006, 30.3499006 ] ], [ [ 119.8220006, 30.3499006 ], [ 119.8224705, 30.349808 ] ], [ [ 119.8224705, 30.349808 ], [ 119.823317, 30.3488988 ] ], [ [ 119.823317, 30.3488988 ], [ 119.8243304, 30.3488988 ] ], [ [ 119.8243304, 30.3488988 ], [ 119.824664, 30.3490428 ] ], [ [ 119.824664, 30.3490428 ], [ 119.8253287, 30.3501032 ] ], [ [ 119.8253287, 30.3501032 ], [ 119.8253866, 30.3501955 ] ], [ [ 119.8253866, 30.3501955 ], [ 119.8253735, 30.3505048 ] ], [ [ 119.8253735, 30.3505048 ], [ 119.8253684, 30.350625 ] ], [ [ 119.8253684, 30.350625 ], [ 119.825363, 30.350751 ] ], [ [ 119.825363, 30.350751 ], [ 119.8247354, 30.3514435 ] ], [ [ 119.8247354, 30.3514435 ], [ 119.8242064, 30.3527161 ] ], [ [ 119.8242064, 30.3527161 ], [ 119.8238142, 30.3534353 ] ], [ [ 119.8238142, 30.3534353 ], [ 119.8237104, 30.3536257 ] ], [ [ 119.8237104, 30.3536257 ], [ 119.8216911, 30.3573293 ] ], [ [ 119.8216911, 30.3573293 ], [ 119.8216911, 30.3583061 ] ], [ [ 119.8216911, 30.3583061 ], [ 119.8216911, 30.3596146 ] ], [ [ 119.8216911, 30.3596146 ], [ 119.8216911, 30.3598321 ] ], [ [ 119.8216911, 30.3598321 ], [ 119.8216911, 30.3602446 ] ], [ [ 119.8216911, 30.3602446 ], [ 119.8204272, 30.3626867 ] ], [ [ 119.8204272, 30.3626867 ], [ 119.8186226, 30.3647168 ] ], [ [ 119.8186226, 30.3647168 ], [ 119.8184729, 30.364874 ] ], [ [ 119.8184729, 30.364874 ], [ 119.8181817, 30.3651796 ] ], [ [ 119.8181817, 30.3651796 ], [ 119.8178169, 30.3662215 ] ], [ [ 119.8178169, 30.3662215 ], [ 119.816818, 30.3667371 ] ], [ [ 119.816818, 30.3667371 ], [ 119.816339, 30.3673115 ] ], [ [ 119.816339, 30.3673115 ], [ 119.8152918, 30.3677452 ] ], [ [ 119.8152918, 30.3677452 ], [ 119.8152005, 30.3679003 ] ], [ [ 119.8152005, 30.3679003 ], [ 119.8151111, 30.3680521 ] ], [ [ 119.7949015, 30.3999774 ], [ 119.7950137, 30.3997678 ] ], [ [ 119.7950137, 30.3997678 ], [ 119.7950661, 30.399661 ] ], [ [ 119.7950661, 30.399661 ], [ 119.7950724, 30.3994534 ] ], [ [ 119.7950724, 30.3994534 ], [ 119.7950559, 30.3992675 ] ], [ [ 119.7950559, 30.3992675 ], [ 119.7951263, 30.3990601 ] ], [ [ 119.7951263, 30.3990601 ], [ 119.79541, 30.3983754 ] ], [ [ 119.79541, 30.3983754 ], [ 119.7955241, 30.3981012 ] ], [ [ 119.7955241, 30.3981012 ], [ 119.7955844, 30.3978363 ] ], [ [ 119.7955844, 30.3978363 ], [ 119.7955227, 30.3968693 ] ], [ [ 119.7955227, 30.3968693 ], [ 119.7954798, 30.3963141 ] ], [ [ 119.7954798, 30.3963141 ], [ 119.795512, 30.3959601 ] ], [ [ 119.795512, 30.3959601 ], [ 119.7955495, 30.395738 ] ], [ [ 119.7955495, 30.395738 ], [ 119.7956996, 30.3954619 ] ], [ [ 119.7956996, 30.3954619 ], [ 119.7957519, 30.3952871 ] ], [ [ 119.7957519, 30.3952871 ], [ 119.7957587, 30.394993 ] ], [ [ 119.7957587, 30.394993 ], [ 119.7958243, 30.3946488 ] ], [ [ 119.7958243, 30.3946488 ], [ 119.795897, 30.3943447 ] ], [ [ 119.795897, 30.3943447 ], [ 119.7960472, 30.3939523 ] ], [ [ 119.7960472, 30.3939523 ], [ 119.7962083, 30.3937832 ] ], [ [ 119.7962083, 30.3937832 ], [ 119.79641, 30.3935625 ] ], [ [ 119.79641, 30.3935625 ], [ 119.7966707, 30.3933735 ] ], [ [ 119.7966707, 30.3933735 ], [ 119.7968852, 30.3931815 ] ], [ [ 119.7968852, 30.3931815 ], [ 119.7970515, 30.3931051 ] ], [ [ 119.7970515, 30.3931051 ], [ 119.7973538, 30.3930325 ] ], [ [ 119.7973538, 30.3930325 ], [ 119.7975158, 30.392929 ] ], [ [ 119.7975158, 30.392929 ], [ 119.7976595, 30.3927737 ] ], [ [ 119.7976595, 30.3927737 ], [ 119.7978643, 30.3924897 ] ], [ [ 119.7978643, 30.3924897 ], [ 119.798103, 30.3923069 ] ], [ [ 119.798103, 30.3923069 ], [ 119.7982773, 30.3921635 ] ], [ [ 119.7982773, 30.3921635 ], [ 119.7983873, 30.39199 ] ], [ [ 119.7983873, 30.39199 ], [ 119.7983953, 30.3918234 ] ], [ [ 119.7983953, 30.3918234 ], [ 119.7983739, 30.3916591 ] ], [ [ 119.7983739, 30.3916591 ], [ 119.7984195, 30.3914648 ] ], [ [ 119.7984195, 30.3914648 ], [ 119.798457, 30.3912843 ] ], [ [ 119.798457, 30.3912843 ], [ 119.7984168, 30.3911316 ] ], [ [ 119.7984168, 30.3911316 ], [ 119.798288, 30.3909118 ] ], [ [ 119.798288, 30.3909118 ], [ 119.798162, 30.390611 ] ], [ [ 119.798162, 30.390611 ], [ 119.7980857, 30.3902775 ] ], [ [ 119.7980857, 30.3902775 ], [ 119.7981117, 30.3899264 ] ], [ [ 119.7981117, 30.3899264 ], [ 119.7981899, 30.3896102 ] ], [ [ 119.7981899, 30.3896102 ], [ 119.798268, 30.3892577 ] ], [ [ 119.798268, 30.3892577 ], [ 119.7982299, 30.389072 ] ], [ [ 119.7982299, 30.389072 ], [ 119.7981563, 30.3888781 ] ], [ [ 119.7981563, 30.3888781 ], [ 119.7981027, 30.388518 ] ], [ [ 119.7981027, 30.388518 ], [ 119.7980603, 30.3879391 ] ], [ [ 119.7980603, 30.3879391 ], [ 119.7980413, 30.3876558 ] ], [ [ 119.7980413, 30.3876558 ], [ 119.7980146, 30.3872414 ] ], [ [ 119.7980146, 30.3872414 ], [ 119.7979952, 30.3869038 ] ], [ [ 119.7979952, 30.3869038 ], [ 119.7979766, 30.3865146 ] ], [ [ 119.7979766, 30.3865146 ], [ 119.7979938, 30.3861159 ] ], [ [ 119.7979938, 30.3861159 ], [ 119.7980141, 30.3858743 ] ], [ [ 119.7980141, 30.3858743 ], [ 119.7981225, 30.3855771 ] ], [ [ 119.7981225, 30.3855771 ], [ 119.7982459, 30.3853164 ] ], [ [ 119.7982459, 30.3853164 ], [ 119.7983854, 30.3849765 ] ], [ [ 119.7983854, 30.3849765 ], [ 119.7985402, 30.3846786 ] ], [ [ 119.7985402, 30.3846786 ], [ 119.7986984, 30.384438 ] ], [ [ 119.7986984, 30.384438 ], [ 119.7988111, 30.3841835 ] ], [ [ 119.7988111, 30.3841835 ], [ 119.7988299, 30.3838873 ] ], [ [ 119.7988299, 30.3838873 ], [ 119.7988486, 30.3834523 ] ], [ [ 119.7988486, 30.3834523 ], [ 119.7988245, 30.3831469 ] ], [ [ 119.7988245, 30.3831469 ], [ 119.798634, 30.382543 ] ], [ [ 119.798634, 30.382543 ], [ 119.7986045, 30.3821704 ] ], [ [ 119.7986045, 30.3821704 ], [ 119.798516, 30.3819899 ] ], [ [ 119.798516, 30.3819899 ], [ 119.7984542, 30.3817583 ] ], [ [ 119.7984542, 30.3817583 ], [ 119.7983562, 30.3816133 ] ], [ [ 119.7983562, 30.3816133 ], [ 119.7982028, 30.381476 ] ], [ [ 119.7982028, 30.381476 ], [ 119.7981164, 30.3813976 ] ], [ [ 119.7981164, 30.3813976 ], [ 119.7980118, 30.3812264 ] ], [ [ 119.7980118, 30.3812264 ], [ 119.7979555, 30.3810135 ] ], [ [ 119.7979555, 30.3810135 ], [ 119.797765, 30.3806109 ] ], [ [ 119.797765, 30.3806109 ], [ 119.7973841, 30.3798288 ] ], [ [ 119.7973841, 30.3798288 ], [ 119.7973224, 30.3796089 ] ], [ [ 119.7973224, 30.3796089 ], [ 119.7972393, 30.3794146 ] ], [ [ 119.7972393, 30.3794146 ], [ 119.7971347, 30.3792156 ] ], [ [ 119.7971347, 30.3792156 ], [ 119.7971266, 30.379042 ] ], [ [ 119.7971266, 30.379042 ], [ 119.7971615, 30.3788083 ] ], [ [ 119.7971615, 30.3788083 ], [ 119.7971722, 30.3785422 ] ], [ [ 119.7971722, 30.3785422 ], [ 119.7971562, 30.3783039 ] ], [ [ 119.7971562, 30.3783039 ], [ 119.7970784, 30.3780817 ] ], [ [ 119.7970784, 30.3780817 ], [ 119.7969362, 30.3778388 ] ], [ [ 119.7969362, 30.3778388 ], [ 119.796904, 30.3776675 ] ], [ [ 119.796904, 30.3776675 ], [ 119.7969604, 30.3772742 ] ], [ [ 119.7969604, 30.3772742 ], [ 119.7969416, 30.3769687 ] ], [ [ 119.7969416, 30.3769687 ], [ 119.7965124, 30.3763463 ] ], [ [ 119.7965124, 30.3763463 ], [ 119.7961208, 30.3758696 ] ], [ [ 119.7961208, 30.3758696 ], [ 119.7960176, 30.3757111 ] ], [ [ 119.7960176, 30.3757111 ], [ 119.7959827, 30.3755213 ] ], [ [ 119.7959827, 30.3755213 ], [ 119.7959881, 30.3751418 ] ], [ [ 119.7959881, 30.3751418 ], [ 119.7959639, 30.3749324 ] ], [ [ 119.7959639, 30.3749324 ], [ 119.7958177, 30.3747056 ] ], [ [ 119.7958177, 30.3747056 ], [ 119.7955514, 30.3743219 ] ], [ [ 119.822403, 30.4060379 ], [ 119.8236283, 30.405512 ] ], [ [ 119.8236283, 30.405512 ], [ 119.8240541, 30.4052542 ] ], [ [ 119.8240541, 30.4052542 ], [ 119.8242827, 30.4051158 ] ], [ [ 119.8242827, 30.4051158 ], [ 119.8244205, 30.4049794 ] ], [ [ 119.8244205, 30.4049794 ], [ 119.8246637, 30.4047386 ] ], [ [ 119.8246637, 30.4047386 ], [ 119.824795, 30.4046087 ] ], [ [ 119.824795, 30.4046087 ], [ 119.8249512, 30.4044584 ] ], [ [ 119.8249512, 30.4044584 ], [ 119.8254433, 30.4039849 ] ], [ [ 119.8254433, 30.4039849 ], [ 119.8261308, 30.4034325 ] ], [ [ 119.8261308, 30.4034325 ], [ 119.8268326, 30.4030629 ] ], [ [ 119.8268326, 30.4030629 ], [ 119.8274006, 30.4027848 ] ], [ [ 119.8274006, 30.4027848 ], [ 119.827852, 30.4026201 ] ], [ [ 119.827852, 30.4026201 ], [ 119.8281926, 30.4026299 ] ], [ [ 119.8281926, 30.4026299 ], [ 119.8283937, 30.4026554 ] ], [ [ 119.8773336, 30.3764453 ], [ 119.8771983, 30.3764709 ] ], [ [ 119.8891046, 30.3739264 ], [ 119.8891892, 30.3745052 ] ], [ [ 119.8891892, 30.3745052 ], [ 119.8893077, 30.374996 ] ], [ [ 119.8893077, 30.374996 ], [ 119.8894038, 30.3753938 ] ], [ [ 119.8894038, 30.3753938 ], [ 119.8899617, 30.3765693 ] ], [ [ 119.8899617, 30.3765693 ], [ 119.8899691, 30.3766189 ] ], [ [ 119.8899691, 30.3766189 ], [ 119.8908908, 30.3827886 ] ], [ [ 119.8908908, 30.3827886 ], [ 119.8906762, 30.3831033 ] ], [ [ 119.8906762, 30.3831033 ], [ 119.8897321, 30.3836772 ] ], [ [ 119.8897321, 30.3836772 ], [ 119.8886485, 30.3839826 ] ], [ [ 119.8886485, 30.3839826 ], [ 119.8856345, 30.3849713 ] ], [ [ 119.8856345, 30.3849713 ], [ 119.8819022, 30.3861608 ] ], [ [ 119.8819022, 30.3861608 ], [ 119.8809292, 30.3863674 ] ], [ [ 119.8809292, 30.3863674 ], [ 119.8804774, 30.3863801 ] ], [ [ 119.8804774, 30.3863801 ], [ 119.8800729, 30.3864606 ] ], [ [ 119.8800729, 30.3864606 ], [ 119.8797983, 30.3865927 ] ], [ [ 119.8797983, 30.3865927 ], [ 119.8792801, 30.3867726 ] ], [ [ 119.8792801, 30.3867726 ], [ 119.8784504, 30.3869294 ] ], [ [ 119.8784504, 30.3869294 ], [ 119.8774728, 30.3870275 ] ], [ [ 119.8774728, 30.3870275 ], [ 119.8764069, 30.3871293 ] ], [ [ 119.8764069, 30.3871293 ], [ 119.8712269, 30.3874827 ] ], [ [ 119.8712269, 30.3874827 ], [ 119.8710653, 30.3870462 ] ], [ [ 119.8710653, 30.3870462 ], [ 119.8709386, 30.3863637 ] ], [ [ 119.8709386, 30.3863637 ], [ 119.8707319, 30.38525 ] ], [ [ 119.8707319, 30.38525 ], [ 119.8704184, 30.3835608 ] ], [ [ 119.8704184, 30.3835608 ], [ 119.8704411, 30.3834139 ] ], [ [ 119.8704411, 30.3834139 ], [ 119.8705319, 30.3833356 ] ], [ [ 119.8705319, 30.3833356 ], [ 119.8707218, 30.3831698 ] ], [ [ 119.8707218, 30.3831698 ], [ 119.870861, 30.3830534 ] ], [ [ 119.870861, 30.3830534 ], [ 119.8710349, 30.3828768 ] ], [ [ 119.8710349, 30.3828768 ], [ 119.8714172, 30.3824642 ] ], [ [ 119.8714172, 30.3824642 ], [ 119.8716328, 30.3822488 ] ], [ [ 119.8716328, 30.3822488 ], [ 119.8718598, 30.3821215 ] ], [ [ 119.8718598, 30.3821215 ], [ 119.87203, 30.382004 ] ], [ [ 119.87203, 30.382004 ], [ 119.8721208, 30.3818963 ] ], [ [ 119.8721208, 30.3818963 ], [ 119.8722321, 30.3817304 ] ], [ [ 119.8722321, 30.3817304 ], [ 119.872263, 30.3811219 ] ], [ [ 119.872263, 30.3811219 ], [ 119.8722941, 30.3805086 ] ], [ [ 119.8722941, 30.3805086 ], [ 119.8724519, 30.379518 ] ], [ [ 119.8724519, 30.379518 ], [ 119.8724646, 30.3793313 ] ], [ [ 119.8724646, 30.3793313 ], [ 119.8724877, 30.3789901 ] ], [ [ 119.8724877, 30.3789901 ], [ 119.8725395, 30.3782248 ] ], [ [ 119.8725395, 30.3782248 ], [ 119.8725596, 30.3762814 ] ], [ [ 119.8712269, 30.3874827 ], [ 119.8710398, 30.3871921 ] ], [ [ 119.8710398, 30.3871921 ], [ 119.870662, 30.3869902 ] ], [ [ 119.870662, 30.3869902 ], [ 119.870496, 30.3869016 ] ], [ [ 119.870496, 30.3869016 ], [ 119.8694379, 30.3863363 ] ], [ [ 119.8694379, 30.3863363 ], [ 119.8680314, 30.3855849 ] ], [ [ 119.8680314, 30.3855849 ], [ 119.8678481, 30.385487 ] ], [ [ 119.8678481, 30.385487 ], [ 119.8677358, 30.3854612 ] ], [ [ 119.8677358, 30.3854612 ], [ 119.867605, 30.3854311 ] ], [ [ 119.867605, 30.3854311 ], [ 119.8669298, 30.3855126 ] ], [ [ 119.8669298, 30.3855126 ], [ 119.8663669, 30.3855806 ] ], [ [ 119.8663669, 30.3855806 ], [ 119.8658776, 30.3856397 ] ], [ [ 119.8658776, 30.3856397 ], [ 119.8651748, 30.3857246 ] ], [ [ 119.8651748, 30.3857246 ], [ 119.8647697, 30.3857525 ] ], [ [ 119.8647697, 30.3857525 ], [ 119.8644498, 30.3856816 ] ], [ [ 119.8644498, 30.3856816 ], [ 119.8642026, 30.3856268 ] ], [ [ 119.8642026, 30.3856268 ], [ 119.863587, 30.3853892 ] ], [ [ 119.863587, 30.3853892 ], [ 119.8631981, 30.3850258 ] ], [ [ 119.8631981, 30.3850258 ], [ 119.8628093, 30.3844248 ] ], [ [ 119.8628093, 30.3844248 ], [ 119.8625493, 30.3838969 ] ], [ [ 119.8625493, 30.3838969 ], [ 119.8624323, 30.3836594 ] ], [ [ 119.8624323, 30.3836594 ], [ 119.8623421, 30.3834763 ] ], [ [ 119.8623421, 30.3834763 ], [ 119.8616418, 30.3820544 ] ], [ [ 119.8616418, 30.3820544 ], [ 119.8614807, 30.3817273 ] ], [ [ 119.8614807, 30.3817273 ], [ 119.8611978, 30.38112 ] ], [ [ 119.8611978, 30.38112 ], [ 119.8609328, 30.3805512 ] ], [ [ 119.8609328, 30.3805512 ], [ 119.8607856, 30.3802353 ] ], [ [ 119.8607856, 30.3802353 ], [ 119.8600652, 30.3786889 ] ], [ [ 119.8600652, 30.3786889 ], [ 119.8598021, 30.3781693 ] ], [ [ 119.8598021, 30.3781693 ], [ 119.8596473, 30.3778634 ] ], [ [ 119.8596473, 30.3778634 ], [ 119.8591212, 30.3768241 ] ], [ [ 119.8591212, 30.3768241 ], [ 119.8589904, 30.3765658 ] ], [ [ 119.8716203, 30.3885523 ], [ 119.8715066, 30.388226 ] ], [ [ 119.8715066, 30.388226 ], [ 119.8714287, 30.3880027 ] ], [ [ 119.8714287, 30.3880027 ], [ 119.8712542, 30.3875297 ] ], [ [ 119.8712542, 30.3875297 ], [ 119.8712269, 30.3874827 ] ], [ [ 119.8480039, 30.3998294 ], [ 119.8481618, 30.3996666 ] ], [ [ 119.8481618, 30.3996666 ], [ 119.8508138, 30.3980147 ] ], [ [ 119.8508138, 30.3980147 ], [ 119.8510408, 30.3978733 ] ], [ [ 119.8510408, 30.3978733 ], [ 119.8534061, 30.3963847 ] ], [ [ 119.8534061, 30.3963847 ], [ 119.8536912, 30.3962252 ] ], [ [ 119.8536912, 30.3962252 ], [ 119.8549239, 30.3960525 ] ], [ [ 119.8549239, 30.3960525 ], [ 119.8555017, 30.3959993 ] ], [ [ 119.8555017, 30.3959993 ], [ 119.8563646, 30.3960658 ] ], [ [ 119.8563646, 30.3960658 ], [ 119.8567961, 30.3960724 ] ], [ [ 119.8567961, 30.3960724 ], [ 119.8577884, 30.3958253 ] ], [ [ 119.8577884, 30.3958253 ], [ 119.8579874, 30.3957757 ] ], [ [ 119.8579874, 30.3957757 ], [ 119.8582907, 30.3957002 ] ], [ [ 119.8582907, 30.3957002 ], [ 119.8587607, 30.3953946 ] ], [ [ 119.8587607, 30.3953946 ], [ 119.8595088, 30.3952238 ] ], [ [ 119.8595088, 30.3952238 ], [ 119.8600705, 30.3950955 ] ], [ [ 119.8600705, 30.3950955 ], [ 119.8603633, 30.3949692 ] ], [ [ 119.8603633, 30.3949692 ], [ 119.860668, 30.3947329 ] ], [ [ 119.860668, 30.3947329 ], [ 119.861126, 30.3943778 ] ], [ [ 119.861126, 30.3943778 ], [ 119.8618348, 30.3941518 ] ], [ [ 119.8618348, 30.3941518 ], [ 119.8626207, 30.3937398 ] ], [ [ 119.8626207, 30.3937398 ], [ 119.8629982, 30.3935404 ] ], [ [ 119.8629982, 30.3935404 ], [ 119.8639844, 30.3932613 ] ], [ [ 119.8639844, 30.3932613 ], [ 119.8645699, 30.3929955 ] ], [ [ 119.8645699, 30.3929955 ], [ 119.8646349, 30.3929529 ] ], [ [ 119.8646349, 30.3929529 ], [ 119.8649243, 30.3927629 ] ], [ [ 119.8649243, 30.3927629 ], [ 119.8649738, 30.3927239 ] ], [ [ 119.8649738, 30.3927239 ], [ 119.8653712, 30.3924107 ] ], [ [ 119.8653712, 30.3924107 ], [ 119.8656716, 30.3922711 ] ], [ [ 119.8656716, 30.3922711 ], [ 119.8663419, 30.392198 ] ], [ [ 119.8663419, 30.392198 ], [ 119.8665185, 30.3921692 ] ], [ [ 119.8665185, 30.3921692 ], [ 119.8667199, 30.3921364 ] ], [ [ 119.8667199, 30.3921364 ], [ 119.8667503, 30.3921315 ] ], [ [ 119.8667503, 30.3921315 ], [ 119.8670585, 30.3920119 ] ], [ [ 119.8670585, 30.3920119 ], [ 119.8671219, 30.3919663 ] ], [ [ 119.8671219, 30.3919663 ], [ 119.8673358, 30.3918125 ] ], [ [ 119.8673358, 30.3918125 ], [ 119.8675901, 30.3916132 ] ], [ [ 119.8675901, 30.3916132 ], [ 119.8681448, 30.3913673 ] ], [ [ 119.8681448, 30.3913673 ], [ 119.869, 30.3911413 ] ], [ [ 119.869, 30.3911413 ], [ 119.8692388, 30.3910416 ] ], [ [ 119.8692388, 30.3910416 ], [ 119.8693623, 30.3909254 ] ], [ [ 119.8693623, 30.3909254 ], [ 119.8694083, 30.3908821 ] ], [ [ 119.8694083, 30.3908821 ], [ 119.8699476, 30.3902175 ] ], [ [ 119.8699476, 30.3902175 ], [ 119.8702783, 30.3898475 ] ], [ [ 119.8702783, 30.3898475 ], [ 119.8704566, 30.389582 ] ], [ [ 119.8704566, 30.389582 ], [ 119.8705214, 30.3893584 ] ], [ [ 119.8705214, 30.3893584 ], [ 119.8706024, 30.3891208 ] ], [ [ 119.8706024, 30.3891208 ], [ 119.8706996, 30.388981 ] ], [ [ 119.8706996, 30.388981 ], [ 119.8709232, 30.3888154 ] ], [ [ 119.8709232, 30.3888154 ], [ 119.8711532, 30.3887034 ] ], [ [ 119.8711532, 30.3887034 ], [ 119.8713797, 30.3886301 ] ], [ [ 119.8713797, 30.3886301 ], [ 119.8716203, 30.3885523 ] ], [ [ 119.8957451, 30.4033664 ], [ 119.8949661, 30.4025468 ] ], [ [ 119.8949661, 30.4025468 ], [ 119.8936897, 30.4017822 ] ], [ [ 119.8936897, 30.4017822 ], [ 119.8924631, 30.4009923 ] ], [ [ 119.8924631, 30.4009923 ], [ 119.891621, 30.400483 ] ], [ [ 119.891621, 30.400483 ], [ 119.8908416, 30.3998189 ] ], [ [ 119.8908416, 30.3998189 ], [ 119.8900621, 30.3991343 ] ], [ [ 119.8900621, 30.3991343 ], [ 119.8893818, 30.3983418 ] ], [ [ 119.8893818, 30.3983418 ], [ 119.8890688, 30.3980682 ] ], [ [ 119.8890688, 30.3980682 ], [ 119.8886101, 30.3979076 ] ], [ [ 119.8886101, 30.3979076 ], [ 119.888119, 30.3979079 ] ], [ [ 119.888119, 30.3979079 ], [ 119.8876939, 30.397931 ] ], [ [ 119.8876939, 30.397931 ], [ 119.8874061, 30.397913 ] ], [ [ 119.8874061, 30.397913 ], [ 119.8872358, 30.3978548 ] ], [ [ 119.8872358, 30.3978548 ], [ 119.8870979, 30.3977798 ] ], [ [ 119.8870979, 30.3977798 ], [ 119.88696, 30.3976687 ] ], [ [ 119.88696, 30.3976687 ], [ 119.8868384, 30.3974766 ] ], [ [ 119.8868384, 30.3974766 ], [ 119.8867861, 30.3971983 ] ], [ [ 119.8867861, 30.3971983 ], [ 119.8867996, 30.3968994 ] ], [ [ 119.8867996, 30.3968994 ], [ 119.8867895, 30.3967362 ] ], [ [ 119.8867895, 30.3967362 ], [ 119.8867555, 30.396573 ] ], [ [ 119.8867555, 30.396573 ], [ 119.88667, 30.3963921 ] ], [ [ 119.88667, 30.3963921 ], [ 119.8865546, 30.3962112 ] ], [ [ 119.8865546, 30.3962112 ], [ 119.8863638, 30.3959897 ] ], [ [ 119.8863638, 30.3959897 ], [ 119.8861612, 30.3957631 ] ], [ [ 119.8861612, 30.3957631 ], [ 119.8856802, 30.39528 ] ], [ [ 119.8856802, 30.39528 ], [ 119.8850561, 30.394802 ] ], [ [ 119.8850561, 30.394802 ], [ 119.8839304, 30.394152 ] ], [ [ 119.8839304, 30.394152 ], [ 119.8829832, 30.3936209 ] ], [ [ 119.8829832, 30.3936209 ], [ 119.88248, 30.3932556 ] ], [ [ 119.88248, 30.3932556 ], [ 119.8816359, 30.3924191 ] ], [ [ 119.8816359, 30.3924191 ], [ 119.8801333, 30.3909395 ] ], [ [ 119.8801333, 30.3909395 ], [ 119.879805, 30.3906162 ] ], [ [ 119.879805, 30.3906162 ], [ 119.87969, 30.3904728 ] ], [ [ 119.87969, 30.3904728 ], [ 119.8796592, 30.3904345 ] ], [ [ 119.8796592, 30.3904345 ], [ 119.8792542, 30.3900013 ] ], [ [ 119.8792542, 30.3900013 ], [ 119.8789758, 30.3898304 ] ], [ [ 119.8789758, 30.3898304 ], [ 119.8777462, 30.3892324 ] ], [ [ 119.8777462, 30.3892324 ], [ 119.8773856, 30.3890572 ] ], [ [ 119.8773856, 30.3890572 ], [ 119.8759234, 30.3883468 ] ], [ [ 119.8759234, 30.3883468 ], [ 119.8755522, 30.3881665 ] ], [ [ 119.8755522, 30.3881665 ], [ 119.8751819, 30.3881123 ] ], [ [ 119.8751819, 30.3881123 ], [ 119.8750595, 30.3881116 ] ], [ [ 119.8750595, 30.3881116 ], [ 119.8746263, 30.3881089 ] ], [ [ 119.8746263, 30.3881089 ], [ 119.8736835, 30.3882204 ] ], [ [ 119.8736835, 30.3882204 ], [ 119.8722543, 30.3884432 ] ], [ [ 119.8722543, 30.3884432 ], [ 119.8716203, 30.3885523 ] ], [ [ 119.8348688, 30.3966499 ], [ 119.8350155, 30.3968161 ] ], [ [ 119.8350155, 30.3968161 ], [ 119.835037, 30.3972418 ] ], [ [ 119.835037, 30.3972418 ], [ 119.8352542, 30.3979057 ] ], [ [ 119.8352542, 30.3979057 ], [ 119.8356619, 30.3990162 ] ], [ [ 119.9641502, 30.3932061 ], [ 119.964151, 30.3931137 ] ], [ [ 119.964151, 30.3931137 ], [ 119.9641678, 30.3929883 ] ], [ [ 119.9641678, 30.3929883 ], [ 119.964214, 30.3927594 ] ], [ [ 119.964214, 30.3927594 ], [ 119.9643123, 30.3924608 ] ], [ [ 119.9643123, 30.3924608 ], [ 119.9644244, 30.3922245 ] ], [ [ 119.9644244, 30.3922245 ], [ 119.9645875, 30.3919937 ] ], [ [ 119.9645875, 30.3919937 ], [ 119.9655377, 30.3910109 ] ], [ [ 119.9655377, 30.3910109 ], [ 119.96582, 30.3906828 ] ], [ [ 119.96582, 30.3906828 ], [ 119.9662688, 30.3900163 ] ], [ [ 119.9662688, 30.3900163 ], [ 119.9666892, 30.3895999 ] ], [ [ 119.9666892, 30.3895999 ], [ 119.9667574, 30.3895121 ] ], [ [ 119.9510829, 30.3910753 ], [ 119.9523405, 30.3913662 ], [ 119.9530658, 30.3915536 ], [ 119.9535626, 30.3917537 ] ], [ [ 119.9534973, 30.3918083 ], [ 119.9533504, 30.3917455 ], [ 119.9530525, 30.3916267 ], [ 119.9510629, 30.3911203 ], [ 119.9509935, 30.3911001 ] ], [ [ 119.9535626, 30.3917537 ], [ 119.9539723, 30.3914509 ], [ 119.9543846, 30.3912888 ], [ 119.954734, 30.3912438 ], [ 119.9552355, 30.3913017 ], [ 119.9565477, 30.3915242 ] ], [ [ 119.9565432, 30.391571 ], [ 119.9555811, 30.3914082 ], [ 119.9550438, 30.3913157 ], [ 119.9547357, 30.391296 ], [ 119.9545242, 30.3913202 ], [ 119.9542564, 30.3913925 ], [ 119.9540437, 30.3914977 ], [ 119.9538452, 30.3916311 ], [ 119.9536399, 30.3917964 ] ], [ [ 119.9565432, 30.391571 ], [ 119.9565477, 30.3915242 ] ], [ [ 119.9535626, 30.3917537 ], [ 119.9536399, 30.3917964 ] ], [ [ 119.9534973, 30.3918083 ], [ 119.9535626, 30.3917537 ] ], [ [ 119.9565477, 30.3915242 ], [ 119.9576708, 30.3917595 ], [ 119.9582601, 30.391871 ], [ 119.9588862, 30.3919676 ], [ 119.9593902, 30.3920264 ], [ 119.9596169, 30.3920547 ] ], [ [ 119.9536399, 30.3917964 ], [ 119.9535644, 30.3918571 ] ], [ [ 119.9535644, 30.3918571 ], [ 119.9534973, 30.3918083 ] ], [ [ 119.9596157, 30.3921004 ], [ 119.959418, 30.3920743 ], [ 119.9588803, 30.3920134 ], [ 119.9582503, 30.3919153 ], [ 119.9565432, 30.391571 ] ], [ [ 119.9596169, 30.3920547 ], [ 119.9597034, 30.3920633 ] ], [ [ 119.9596157, 30.3921004 ], [ 119.9596169, 30.3920547 ] ], [ [ 119.9597034, 30.3920633 ], [ 119.9597038, 30.3921115 ] ], [ [ 119.9597038, 30.3921115 ], [ 119.9596157, 30.3921004 ] ], [ [ 119.9597034, 30.3920633 ], [ 119.9600078, 30.3920974 ], [ 119.9611751, 30.3921782 ], [ 119.9624734, 30.3922651 ] ], [ [ 119.9624534, 30.3923245 ], [ 119.9606566, 30.3921782 ], [ 119.9600088, 30.3921403 ], [ 119.9597038, 30.3921115 ] ], [ [ 119.9641502, 30.3932061 ], [ 119.9667074, 30.3931998 ] ], [ [ 119.9597038, 30.3921115 ], [ 119.9597037, 30.3922103 ], [ 119.9596738, 30.3930709 ], [ 119.9596768, 30.3932004 ], [ 119.9596919, 30.3940549 ], [ 119.9597762, 30.3946542 ], [ 119.9598264, 30.3950726 ] ], [ [ 119.9597464, 30.3950959 ], [ 119.9596348, 30.394248 ], [ 119.9595831, 30.3931988 ], [ 119.9595755, 30.393071 ], [ 119.9596125, 30.3922039 ], [ 119.9596157, 30.3921004 ] ], [ [ 119.9536399, 30.3917964 ], [ 119.9539909, 30.3921292 ], [ 119.954232, 30.3923871 ], [ 119.9544433, 30.3928138 ], [ 119.9545456, 30.3932126 ], [ 119.9546612, 30.3938215 ], [ 119.9547768, 30.3943266 ], [ 119.9550766, 30.3948616 ], [ 119.9553595, 30.3953587 ], [ 119.9554032, 30.3954023 ], [ 119.9554499, 30.395433 ], [ 119.9563841, 30.3953746 ], [ 119.9580109, 30.3952495 ], [ 119.9597464, 30.3950959 ] ], [ [ 119.9597576, 30.3951584 ], [ 119.9580087, 30.3953069 ], [ 119.9563888, 30.3954318 ], [ 119.9555867, 30.3954836 ], [ 119.9554756, 30.3954824 ], [ 119.9553724, 30.3954687 ], [ 119.9550095, 30.3949082 ], [ 119.9547017, 30.3943363 ], [ 119.9545717, 30.3937775 ], [ 119.9543779, 30.3928849 ], [ 119.9541578, 30.392406 ], [ 119.9538852, 30.3921431 ], [ 119.9536614, 30.3919402 ], [ 119.9535644, 30.3918571 ] ], [ [ 119.9643053, 30.3954049 ], [ 119.9641526, 30.3939002 ] ], [ [ 119.9641526, 30.3939002 ], [ 119.9641448, 30.3936288 ] ], [ [ 119.9641448, 30.3936288 ], [ 119.9641502, 30.3932061 ] ], [ [ 119.9597464, 30.3950959 ], [ 119.9598264, 30.3950726 ] ], [ [ 119.9598264, 30.3950726 ], [ 119.9598401, 30.3951471 ] ], [ [ 119.915865, 30.3876785 ], [ 119.9144824, 30.3864163 ] ], [ [ 119.9144824, 30.3864163 ], [ 119.9142866, 30.3862473 ] ], [ [ 119.9142866, 30.3862473 ], [ 119.9135723, 30.3858895 ] ], [ [ 119.9135723, 30.3858895 ], [ 119.9154758, 30.3831657 ] ], [ [ 119.9154758, 30.3831657 ], [ 119.9174549, 30.3803336 ] ], [ [ 119.9075887, 30.3911808 ], [ 119.9067433, 30.391224 ] ], [ [ 119.9067433, 30.391224 ], [ 119.9052929, 30.3911254 ] ], [ [ 119.9052929, 30.3911254 ], [ 119.9046512, 30.3911178 ] ], [ [ 119.9046512, 30.3911178 ], [ 119.9044579, 30.3911482 ] ], [ [ 119.9044579, 30.3911482 ], [ 119.9011968, 30.3916865 ] ], [ [ 119.9011968, 30.3916865 ], [ 119.9009832, 30.3917325 ] ], [ [ 119.9330129, 30.3874007 ], [ 119.9330526, 30.387449 ] ], [ [ 119.9330526, 30.387449 ], [ 119.9331244, 30.3875362 ] ], [ [ 119.9331244, 30.3875362 ], [ 119.9332101, 30.3875681 ] ], [ [ 119.9332101, 30.3875681 ], [ 119.9333952, 30.3875799 ] ], [ [ 119.9333952, 30.3875799 ], [ 119.933733, 30.38756 ] ], [ [ 119.933733, 30.38756 ], [ 119.9341444, 30.3875628 ] ], [ [ 119.9341444, 30.3875628 ], [ 119.9344466, 30.3876244 ] ], [ [ 119.9344466, 30.3876244 ], [ 119.9345972, 30.38769 ] ], [ [ 119.9345972, 30.38769 ], [ 119.9347235, 30.387745 ] ], [ [ 119.9347235, 30.387745 ], [ 119.934897, 30.3878206 ] ], [ [ 119.934897, 30.3878206 ], [ 119.9351456, 30.3879198 ] ], [ [ 119.9351456, 30.3879198 ], [ 119.9354106, 30.3879654 ] ], [ [ 119.9354106, 30.3879654 ], [ 119.9356583, 30.3879667 ] ], [ [ 119.9356583, 30.3879667 ], [ 119.9358146, 30.3879268 ] ], [ [ 119.9358146, 30.3879268 ], [ 119.935927, 30.3878541 ] ], [ [ 119.935927, 30.3878541 ], [ 119.9367518, 30.3872109 ] ], [ [ 119.9367518, 30.3872109 ], [ 119.9369711, 30.3871256 ] ], [ [ 119.9369711, 30.3871256 ], [ 119.9372758, 30.3870635 ] ], [ [ 119.9372758, 30.3870635 ], [ 119.9387473, 30.386926 ] ], [ [ 119.9387473, 30.386926 ], [ 119.938952, 30.3869307 ] ], [ [ 119.938952, 30.3869307 ], [ 119.9391083, 30.3869454 ] ], [ [ 119.9391083, 30.3869454 ], [ 119.9393415, 30.3869673 ] ], [ [ 119.9393415, 30.3869673 ], [ 119.9406446, 30.3870898 ] ], [ [ 119.9406446, 30.3870898 ], [ 119.9419628, 30.3872653 ] ], [ [ 119.9419628, 30.3872653 ], [ 119.9429855, 30.3874647 ] ], [ [ 119.9429855, 30.3874647 ], [ 119.9432737, 30.3875607 ] ], [ [ 119.9432737, 30.3875607 ], [ 119.9433908, 30.3876266 ] ], [ [ 119.9433908, 30.3876266 ], [ 119.9434728, 30.3876727 ] ], [ [ 119.9434728, 30.3876727 ], [ 119.9436897, 30.3878635 ] ], [ [ 119.9436897, 30.3878635 ], [ 119.9438556, 30.3880331 ] ], [ [ 119.9438556, 30.3880331 ], [ 119.9444326, 30.3886472 ] ], [ [ 119.9444326, 30.3886472 ], [ 119.9453595, 30.3895794 ] ], [ [ 119.9453595, 30.3895794 ], [ 119.9456166, 30.3897583 ] ], [ [ 119.9456166, 30.3897583 ], [ 119.9457697, 30.3898479 ] ], [ [ 119.9457697, 30.3898479 ], [ 119.9457292, 30.3899352 ] ], [ [ 119.9457292, 30.3899352 ], [ 119.9453294, 30.390561 ] ], [ [ 119.9453294, 30.390561 ], [ 119.9448872, 30.3911952 ] ], [ [ 119.9448872, 30.3911952 ], [ 119.9448479, 30.3913281 ] ], [ [ 119.9448479, 30.3913281 ], [ 119.9448499, 30.3914295 ] ], [ [ 119.9448499, 30.3914295 ], [ 119.9448907, 30.3921319 ] ], [ [ 119.9448907, 30.3921319 ], [ 119.9449245, 30.3926086 ] ], [ [ 119.9449245, 30.3926086 ], [ 119.9449245, 30.3927163 ] ], [ [ 119.9449245, 30.3927163 ], [ 119.9449163, 30.3929903 ] ], [ [ 119.9449163, 30.3929903 ], [ 119.9448754, 30.3931592 ] ], [ [ 119.9448754, 30.3931592 ], [ 119.9448499, 30.3932644 ] ], [ [ 119.9448499, 30.3932644 ], [ 119.9446222, 30.3939419 ] ], [ [ 119.9446222, 30.3939419 ], [ 119.9444122, 30.3945386 ] ], [ [ 119.9444122, 30.3945386 ], [ 119.9443591, 30.3946621 ] ], [ [ 119.9443591, 30.3946621 ], [ 119.9442106, 30.3952437 ] ], [ [ 119.9442106, 30.3952437 ], [ 119.9439993, 30.3957673 ] ], [ [ 119.9439993, 30.3957673 ], [ 119.9439333, 30.3959389 ] ], [ [ 119.9439333, 30.3959389 ], [ 119.9438501, 30.3961549 ] ], [ [ 119.9438501, 30.3961549 ], [ 119.9435137, 30.3967177 ] ], [ [ 119.9435137, 30.3967177 ], [ 119.9435051, 30.396774 ] ], [ [ 119.9435051, 30.396774 ], [ 119.943521, 30.3970009 ] ], [ [ 119.943521, 30.3970009 ], [ 119.9437656, 30.397594 ] ], [ [ 119.9437656, 30.397594 ], [ 119.9440799, 30.3985511 ] ], [ [ 119.9440799, 30.3985511 ], [ 119.944088, 30.3986418 ] ], [ [ 119.944088, 30.3986418 ], [ 119.9437556, 30.400212 ] ], [ [ 119.9437556, 30.400212 ], [ 119.9437539, 30.4002823 ] ], [ [ 119.9437539, 30.4002823 ], [ 119.9438348, 30.4007009 ] ], [ [ 119.9438348, 30.4007009 ], [ 119.9438935, 30.4009321 ] ], [ [ 119.9438935, 30.4009321 ], [ 119.9439539, 30.4013346 ] ], [ [ 119.9439539, 30.4013346 ], [ 119.9439732, 30.4014109 ] ], [ [ 119.9439732, 30.4014109 ], [ 119.9440067, 30.4014895 ] ], [ [ 119.9440067, 30.4014895 ], [ 119.9440658, 30.4015763 ] ], [ [ 119.9440658, 30.4015763 ], [ 119.9441689, 30.4016679 ] ], [ [ 119.9441689, 30.4016679 ], [ 119.9442588, 30.4017288 ] ], [ [ 119.9442588, 30.4017288 ], [ 119.9443643, 30.4017835 ] ], [ [ 119.9443643, 30.4017835 ], [ 119.944531, 30.4018455 ] ], [ [ 119.944531, 30.4018455 ], [ 119.9446952, 30.401897 ] ], [ [ 119.9446952, 30.401897 ], [ 119.9449245, 30.4019689 ] ], [ [ 119.9449245, 30.4019689 ], [ 119.9449921, 30.4020102 ] ], [ [ 119.9449921, 30.4020102 ], [ 119.9450548, 30.4020646 ] ], [ [ 119.9450548, 30.4020646 ], [ 119.9454385, 30.4025234 ] ], [ [ 119.9454385, 30.4025234 ], [ 119.9458313, 30.4030753 ] ], [ [ 119.9458313, 30.4030753 ], [ 119.9461149, 30.4034999 ] ], [ [ 119.9329394, 30.3872943 ], [ 119.9328189, 30.387173 ] ], [ [ 119.9328189, 30.387173 ], [ 119.9327419, 30.3871407 ] ], [ [ 119.9327419, 30.3871407 ], [ 119.9326294, 30.3871403 ] ], [ [ 119.9326294, 30.3871403 ], [ 119.93247, 30.3871991 ] ], [ [ 119.93247, 30.3871991 ], [ 119.9320441, 30.3873903 ] ], [ [ 119.9320441, 30.3873903 ], [ 119.931752, 30.3874797 ] ], [ [ 119.931752, 30.3874797 ], [ 119.9313584, 30.3876324 ] ], [ [ 119.9313584, 30.3876324 ], [ 119.9311079, 30.3877408 ] ], [ [ 119.9311079, 30.3877408 ], [ 119.9309053, 30.3877972 ] ], [ [ 119.9656898, 30.3969889 ], [ 119.9661476, 30.3973157 ] ], [ [ 119.9661476, 30.3973157 ], [ 119.9665224, 30.3975655 ] ], [ [ 119.9665224, 30.3975655 ], [ 119.9665417, 30.3976468 ] ], [ [ 119.9665417, 30.3976468 ], [ 119.9658981, 30.3983846 ] ], [ [ 119.9658981, 30.3983846 ], [ 119.9658178, 30.3984772 ] ], [ [ 119.9658178, 30.3984772 ], [ 119.9650106, 30.399386 ] ], [ [ 119.9650106, 30.399386 ], [ 119.9649592, 30.3994439 ] ], [ [ 119.9649592, 30.3994439 ], [ 119.9645838, 30.3999079 ] ], [ [ 119.9668681, 30.4009334 ], [ 119.9654348, 30.40029 ] ], [ [ 119.9654348, 30.40029 ], [ 119.9645838, 30.3999079 ] ], [ [ 119.9545865, 30.398963 ], [ 119.9548507, 30.3990937 ] ], [ [ 119.9548507, 30.3990937 ], [ 119.9554111, 30.3995795 ] ], [ [ 119.9554111, 30.3995795 ], [ 119.9558604, 30.3999749 ] ], [ [ 119.9558604, 30.3999749 ], [ 119.9561853, 30.4003766 ] ], [ [ 119.9561853, 30.4003766 ], [ 119.9566233, 30.4009965 ] ], [ [ 119.9566233, 30.4009965 ], [ 119.9567928, 30.4013506 ] ], [ [ 119.9567928, 30.4013506 ], [ 119.9569005, 30.4016729 ] ], [ [ 119.9569005, 30.4016729 ], [ 119.9569927, 30.4020522 ] ], [ [ 119.9569927, 30.4020522 ], [ 119.9570285, 30.4024258 ] ], [ [ 119.9570285, 30.4024258 ], [ 119.9570765, 30.4029634 ] ], [ [ 119.9570765, 30.4029634 ], [ 119.9570015, 30.4044754 ] ], [ [ 119.9570015, 30.4044754 ], [ 119.9568602, 30.4073235 ] ], [ [ 119.9645838, 30.3999079 ], [ 119.9642045, 30.4003866 ] ], [ [ 119.9642045, 30.4003866 ], [ 119.9638868, 30.4008917 ] ], [ [ 119.9638868, 30.4008917 ], [ 119.9635481, 30.4015192 ] ], [ [ 119.9635481, 30.4015192 ], [ 119.9634543, 30.4016136 ] ], [ [ 119.9634543, 30.4016136 ], [ 119.9633396, 30.4017292 ] ], [ [ 119.9633396, 30.4017292 ], [ 119.9629877, 30.402045 ] ], [ [ 119.9629877, 30.402045 ], [ 119.9625185, 30.4024232 ] ], [ [ 119.9625185, 30.4024232 ], [ 119.9618145, 30.4029905 ] ], [ [ 119.9618145, 30.4029905 ], [ 119.9614682, 30.4033698 ] ], [ [ 119.9614682, 30.4033698 ], [ 119.9611057, 30.403865 ] ], [ [ 119.9611057, 30.403865 ], [ 119.9609438, 30.4041532 ] ], [ [ 119.9609438, 30.4041532 ], [ 119.9608648, 30.4044925 ] ], [ [ 119.9608648, 30.4044925 ], [ 119.9608522, 30.4045902 ] ], [ [ 119.9608522, 30.4045902 ], [ 119.9607891, 30.4050802 ] ], [ [ 119.9607891, 30.4050802 ], [ 119.9607574, 30.4052433 ] ], [ [ 119.9607574, 30.4052433 ], [ 119.9607075, 30.4054063 ] ], [ [ 119.9607075, 30.4054063 ], [ 119.9605838, 30.4056654 ] ], [ [ 119.9605838, 30.4056654 ], [ 119.9604172, 30.4059618 ] ], [ [ 119.9604172, 30.4059618 ], [ 119.9601119, 30.406401 ] ], [ [ 119.9601119, 30.406401 ], [ 119.9599595, 30.4066474 ] ], [ [ 119.8479801, 30.3999995 ], [ 119.8479467, 30.3999937 ] ], [ [ 119.8479467, 30.3999937 ], [ 119.8479175, 30.3999787 ] ], [ [ 119.8479175, 30.3999787 ], [ 119.8478959, 30.399956 ] ], [ [ 119.8478959, 30.399956 ], [ 119.8478844, 30.3999284 ] ], [ [ 119.8478844, 30.3999284 ], [ 119.8478843, 30.399899 ] ], [ [ 119.8478843, 30.399899 ], [ 119.8478947, 30.3998728 ] ], [ [ 119.8478947, 30.3998728 ], [ 119.8479142, 30.3998508 ] ], [ [ 119.8479142, 30.3998508 ], [ 119.8479409, 30.3998353 ] ], [ [ 119.8479409, 30.3998353 ], [ 119.8479718, 30.3998279 ] ], [ [ 119.8479718, 30.3998279 ], [ 119.8480039, 30.3998294 ] ], [ [ 119.8479801, 30.3999995 ], [ 119.8480138, 30.3999952 ] ], [ [ 119.8480138, 30.3999952 ], [ 119.8480438, 30.3999814 ] ], [ [ 119.8480438, 30.3999814 ], [ 119.8480657, 30.3999611 ] ], [ [ 119.8480657, 30.3999611 ], [ 119.8480789, 30.3999358 ] ], [ [ 119.8480789, 30.3999358 ], [ 119.8480821, 30.3999082 ] ], [ [ 119.8480821, 30.3999082 ], [ 119.848075, 30.3998812 ] ], [ [ 119.848075, 30.3998812 ], [ 119.8480583, 30.3998575 ] ], [ [ 119.8480583, 30.3998575 ], [ 119.8480338, 30.3998396 ] ], [ [ 119.8480338, 30.3998396 ], [ 119.8480039, 30.3998294 ] ], [ [ 119.8283937, 30.4026554 ], [ 119.8286336, 30.4026124 ] ], [ [ 119.8286336, 30.4026124 ], [ 119.8288121, 30.4025158 ] ], [ [ 119.8288121, 30.4025158 ], [ 119.8289478, 30.4024281 ] ], [ [ 119.8287631, 30.4029177 ], [ 119.8283937, 30.4026554 ] ], [ [ 119.8287631, 30.4029177 ], [ 119.8289397, 30.4030085 ] ], [ [ 119.8296474, 30.4034748 ], [ 119.8295879, 30.4034356 ] ], [ [ 119.8295879, 30.4034356 ], [ 119.8295433, 30.4034062 ] ], [ [ 119.8295433, 30.4034062 ], [ 119.8292483, 30.4032118 ] ], [ [ 119.8292483, 30.4032118 ], [ 119.8291008, 30.4031147 ] ], [ [ 119.8291008, 30.4031147 ], [ 119.8289397, 30.4030085 ] ], [ [ 119.8296474, 30.4034748 ], [ 119.829711, 30.4034859 ] ], [ [ 119.829711, 30.4034859 ], [ 119.8300534, 30.4036494 ] ], [ [ 119.8300534, 30.4036494 ], [ 119.8301732, 30.4037223 ] ], [ [ 119.8301732, 30.4037223 ], [ 119.8304687, 30.403902 ] ], [ [ 119.8304687, 30.403902 ], [ 119.8327001, 30.4058229 ] ], [ [ 119.8327001, 30.4058229 ], [ 119.8329028, 30.4059761 ] ], [ [ 119.8329028, 30.4059761 ], [ 119.8332582, 30.4062547 ] ], [ [ 119.8332582, 30.4062547 ], [ 119.8334035, 30.4063571 ] ], [ [ 119.8334035, 30.4063571 ], [ 119.83361, 30.4062957 ] ], [ [ 119.83361, 30.4062957 ], [ 119.8338008, 30.4062389 ] ], [ [ 119.8338008, 30.4062389 ], [ 119.8345345, 30.4060207 ] ], [ [ 119.8345345, 30.4060207 ], [ 119.8355036, 30.4057137 ] ], [ [ 119.8355036, 30.4057137 ], [ 119.835948, 30.4056438 ] ], [ [ 119.835948, 30.4056438 ], [ 119.8363115, 30.4056894 ] ], [ [ 119.8363115, 30.4056894 ], [ 119.8366032, 30.4058497 ] ], [ [ 119.8366032, 30.4058497 ], [ 119.8369398, 30.4061637 ] ], [ [ 119.8369398, 30.4061637 ], [ 119.8372056, 30.4063082 ] ], [ [ 119.8372056, 30.4063082 ], [ 119.8376916, 30.4064054 ] ], [ [ 119.8376916, 30.4064054 ], [ 119.8384375, 30.4066006 ] ], [ [ 119.8384375, 30.4066006 ], [ 119.8391027, 30.4067577 ] ], [ [ 119.8391027, 30.4067577 ], [ 119.840038, 30.4069589 ] ], [ [ 119.840038, 30.4069589 ], [ 119.8413429, 30.4072458 ] ], [ [ 119.8413429, 30.4072458 ], [ 119.8420294, 30.4073826 ] ], [ [ 119.8420294, 30.4073826 ], [ 119.8426829, 30.4074054 ] ], [ [ 119.8426829, 30.4074054 ], [ 119.8429119, 30.4074161 ] ], [ [ 119.8429119, 30.4074161 ], [ 119.8434144, 30.4075782 ] ], [ [ 119.8434144, 30.4075782 ], [ 119.8436685, 30.4076601 ] ], [ [ 119.8436685, 30.4076601 ], [ 119.8442344, 30.4078426 ] ], [ [ 119.8442344, 30.4078426 ], [ 119.8443695, 30.4076849 ] ], [ [ 119.8443695, 30.4076849 ], [ 119.8445329, 30.4074786 ] ], [ [ 119.8445329, 30.4074786 ], [ 119.8445961, 30.4072228 ] ], [ [ 119.8445961, 30.4072228 ], [ 119.8450504, 30.4066234 ] ], [ [ 119.8450504, 30.4066234 ], [ 119.845259, 30.4062793 ] ], [ [ 119.845259, 30.4062793 ], [ 119.8454282, 30.4061397 ] ], [ [ 119.8454282, 30.4061397 ], [ 119.8458134, 30.4061065 ] ], [ [ 119.8458134, 30.4061065 ], [ 119.8460368, 30.4060268 ] ], [ [ 119.8460368, 30.4060268 ], [ 119.8460984, 30.4059205 ] ], [ [ 119.8460984, 30.4059205 ], [ 119.846083, 30.4052361 ] ], [ [ 119.846083, 30.4052361 ], [ 119.846137, 30.4049836 ] ], [ [ 119.846137, 30.4049836 ], [ 119.8462679, 30.4048108 ] ], [ [ 119.8462679, 30.4048108 ], [ 119.8463385, 30.4047687 ] ], [ [ 119.8463385, 30.4047687 ], [ 119.8464081, 30.4047271 ] ], [ [ 119.8464081, 30.4047271 ], [ 119.8465425, 30.404647 ] ], [ [ 119.8465425, 30.404647 ], [ 119.8467802, 30.4045052 ] ], [ [ 119.8467802, 30.4045052 ], [ 119.8477279, 30.4039536 ] ], [ [ 119.8477279, 30.4039536 ], [ 119.8480053, 30.4037144 ] ], [ [ 119.8480053, 30.4037144 ], [ 119.8483965, 30.4032975 ] ], [ [ 119.8483965, 30.4032975 ], [ 119.8486293, 30.4024851 ] ], [ [ 119.8486293, 30.4024851 ], [ 119.848637, 30.4022392 ] ], [ [ 119.848637, 30.4022392 ], [ 119.8485369, 30.4014418 ] ], [ [ 119.8485369, 30.4014418 ], [ 119.8482749, 30.4007042 ] ], [ [ 119.8482749, 30.4007042 ], [ 119.8482086, 30.4005529 ] ], [ [ 119.8482086, 30.4005529 ], [ 119.8481545, 30.4004295 ] ], [ [ 119.8481545, 30.4004295 ], [ 119.8480381, 30.4001638 ] ], [ [ 119.8480381, 30.4001638 ], [ 119.8479801, 30.3999995 ] ], [ [ 119.8296474, 30.4034748 ], [ 119.8294133, 30.4039403 ] ], [ [ 119.8294133, 30.4039403 ], [ 119.8291573, 30.4044843 ] ], [ [ 119.8291573, 30.4044843 ], [ 119.8289653, 30.4051466 ] ], [ [ 119.8289653, 30.4051466 ], [ 119.8287094, 30.4059744 ] ], [ [ 119.8287094, 30.4059744 ], [ 119.8281544, 30.4077257 ] ], [ [ 119.8281544, 30.4077257 ], [ 119.8280443, 30.4081981 ] ], [ [ 119.8280443, 30.4081981 ], [ 119.8279141, 30.4086549 ] ], [ [ 119.8279141, 30.4086549 ], [ 119.8278364, 30.4088305 ] ], [ [ 119.8278364, 30.4088305 ], [ 119.8277313, 30.4090175 ] ], [ [ 119.8277313, 30.4090175 ], [ 119.827128, 30.4098138 ] ], [ [ 119.827128, 30.4098138 ], [ 119.827064, 30.4099005 ] ], [ [ 119.827064, 30.4099005 ], [ 119.8269426, 30.4099963 ] ], [ [ 119.8269426, 30.4099963 ], [ 119.8267879, 30.4100729 ] ], [ [ 119.8267879, 30.4100729 ], [ 119.8265749, 30.4101455 ] ], [ [ 119.8265749, 30.4101455 ], [ 119.8256289, 30.4101601 ] ], [ [ 119.822403, 30.4060379 ], [ 119.8219101, 30.406183 ] ], [ [ 119.822403, 30.4060379 ], [ 119.8223192, 30.406211 ] ], [ [ 119.8223192, 30.406211 ], [ 119.8222768, 30.4063341 ] ], [ [ 119.8222768, 30.4063341 ], [ 119.8222308, 30.4065369 ] ], [ [ 119.8965253, 30.4026378 ], [ 119.8961207, 30.402998 ] ], [ [ 119.8961207, 30.402998 ], [ 119.8959079, 30.4031838 ] ], [ [ 119.8959079, 30.4031838 ], [ 119.8957451, 30.4033664 ] ], [ [ 119.8957451, 30.4033664 ], [ 119.8959995, 30.4036808 ] ], [ [ 119.8959995, 30.4036808 ], [ 119.8967501, 30.4045309 ] ], [ [ 119.8967501, 30.4045309 ], [ 119.89754, 30.4056478 ] ], [ [ 119.89754, 30.4056478 ], [ 119.8981218, 30.4066751 ] ], [ [ 119.8981218, 30.4066751 ], [ 119.8986181, 30.4078218 ] ], [ [ 119.8986181, 30.4078218 ], [ 119.8989727, 30.4087392 ] ], [ [ 119.8989727, 30.4087392 ], [ 119.8994509, 30.4092604 ] ], [ [ 119.8994509, 30.4092604 ], [ 119.8998768, 30.4097177 ] ], [ [ 119.8998768, 30.4097177 ], [ 119.9007455, 30.4109408 ] ], [ [ 119.9007455, 30.4109408 ], [ 119.9011001, 30.4116288 ] ], [ [ 119.9011001, 30.4116288 ], [ 119.9013305, 30.4128825 ] ], [ [ 119.9013305, 30.4128825 ], [ 119.9021016, 30.4155934 ] ], [ [ 119.9128945, 30.4090366 ], [ 119.9129438, 30.4092826 ] ], [ [ 119.9129438, 30.4092826 ], [ 119.9130045, 30.4093404 ] ], [ [ 119.9130045, 30.4093404 ], [ 119.9131279, 30.4094363 ] ], [ [ 119.9131279, 30.4094363 ], [ 119.9134767, 30.409663 ] ], [ [ 119.9134767, 30.409663 ], [ 119.9138988, 30.4099693 ] ], [ [ 119.9138988, 30.4099693 ], [ 119.914656, 30.4105276 ] ], [ [ 119.914656, 30.4105276 ], [ 119.9148105, 30.4106444 ] ], [ [ 119.9148105, 30.4106444 ], [ 119.9150572, 30.4108043 ] ], [ [ 119.9150572, 30.4108043 ], [ 119.9154814, 30.411097 ] ], [ [ 119.9114446, 30.4139201 ], [ 119.9111796, 30.4139853 ] ], [ [ 119.9111796, 30.4139853 ], [ 119.9109528, 30.4140514 ] ], [ [ 119.9109528, 30.4140514 ], [ 119.9107488, 30.4141225 ] ], [ [ 119.9107488, 30.4141225 ], [ 119.9105992, 30.4141782 ] ], [ [ 119.9105992, 30.4141782 ], [ 119.9103178, 30.4142831 ] ], [ [ 119.9103178, 30.4142831 ], [ 119.9094983, 30.4145883 ] ], [ [ 119.9094983, 30.4145883 ], [ 119.9079131, 30.4151788 ] ], [ [ 119.9079131, 30.4151788 ], [ 119.9075265, 30.4153132 ] ], [ [ 119.9075265, 30.4153132 ], [ 119.906665, 30.4156107 ] ], [ [ 119.906665, 30.4156107 ], [ 119.9061, 30.4158 ] ], [ [ 119.9061, 30.4158 ], [ 119.9055, 30.41594 ] ], [ [ 119.9055, 30.41594 ], [ 119.9044, 30.4163 ] ], [ [ 119.9044, 30.4163 ], [ 119.9039, 30.41638 ] ], [ [ 119.9039, 30.41638 ], [ 119.9034483, 30.4164981 ] ], [ [ 119.9034483, 30.4164981 ], [ 119.9029266, 30.4166346 ] ], [ [ 119.9029266, 30.4166346 ], [ 119.9027273, 30.4166867 ] ], [ [ 119.9021016, 30.4155934 ], [ 119.9021364, 30.4157322 ] ], [ [ 119.9023303, 30.4164222 ], [ 119.9021364, 30.4157322 ] ], [ [ 119.9027273, 30.4166867 ], [ 119.9024776, 30.4165855 ] ], [ [ 119.9024776, 30.4165855 ], [ 119.9023303, 30.4164222 ] ], [ [ 119.9020285, 30.4168499 ], [ 119.9021831, 30.4166581 ] ], [ [ 119.9021831, 30.4166581 ], [ 119.9022882, 30.4165311 ] ], [ [ 119.9022882, 30.4165311 ], [ 119.9023303, 30.4164222 ] ], [ [ 119.9027273, 30.4166867 ], [ 119.9026, 30.41672 ] ], [ [ 119.9026, 30.41672 ], [ 119.9020285, 30.4168499 ] ], [ [ 119.9020285, 30.4168499 ], [ 119.8993, 30.41747 ] ], [ [ 119.8993, 30.41747 ], [ 119.8991229, 30.4175207 ] ], [ [ 119.913667, 30.4222174 ], [ 119.9137605, 30.4221706 ] ], [ [ 119.8269904, 30.4201359 ], [ 119.8275014, 30.4202397 ] ], [ [ 119.8275014, 30.4202397 ], [ 119.8278896, 30.4203249 ] ], [ [ 119.8278896, 30.4203249 ], [ 119.8281361, 30.4203581 ] ], [ [ 119.8281361, 30.4203581 ], [ 119.8293611, 30.420305 ] ], [ [ 119.8293611, 30.420305 ], [ 119.829677, 30.4203515 ] ], [ [ 119.829677, 30.4203515 ], [ 119.8301007, 30.4205508 ] ], [ [ 119.8301007, 30.4205508 ], [ 119.8301469, 30.4206704 ] ], [ [ 119.8301469, 30.4206704 ], [ 119.8301007, 30.4208763 ] ], [ [ 119.8301007, 30.4208763 ], [ 119.8301084, 30.4211753 ] ], [ [ 119.8301084, 30.4211753 ], [ 119.8301547, 30.421813 ] ], [ [ 119.8301547, 30.421813 ], [ 119.8300853, 30.4220522 ] ], [ [ 119.8300853, 30.4220522 ], [ 119.8296077, 30.4225571 ] ], [ [ 119.8296077, 30.4225571 ], [ 119.8295537, 30.4227099 ] ], [ [ 119.8295537, 30.4227099 ], [ 119.8296539, 30.4228428 ] ], [ [ 119.8296539, 30.4228428 ], [ 119.8300468, 30.4231152 ] ], [ [ 119.8300468, 30.4231152 ], [ 119.8301932, 30.4233145 ] ], [ [ 119.8301932, 30.4233145 ], [ 119.8302856, 30.4235403 ] ], [ [ 119.8302856, 30.4235403 ], [ 119.8303723, 30.4237006 ] ], [ [ 119.8303723, 30.4237006 ], [ 119.830383, 30.4238779 ] ], [ [ 119.830383, 30.4238779 ], [ 119.830417, 30.4239689 ] ], [ [ 119.830417, 30.4239689 ], [ 119.8305547, 30.4241123 ] ], [ [ 119.8308436, 30.4396423 ], [ 119.8308266, 30.4397626 ] ], [ [ 119.9138133, 30.422256 ], [ 119.9137186, 30.4223006 ] ], [ [ 119.9137186, 30.4223006 ], [ 119.9132648, 30.4225312 ], [ 119.911893, 30.4232284 ], [ 119.9117964, 30.423244 ], [ 119.9118869, 30.4231452 ], [ 119.9132112, 30.4224549 ], [ 119.913667, 30.4222174 ] ], [ [ 119.8269904, 30.4201359 ], [ 119.8276126, 30.418725 ] ], [ [ 119.8276126, 30.418725 ], [ 119.8276985, 30.4184058 ] ], [ [ 119.8276985, 30.4184058 ], [ 119.8277199, 30.4182022 ] ], [ [ 119.8277199, 30.4182022 ], [ 119.8276663, 30.4179663 ] ], [ [ 119.8276663, 30.4179663 ], [ 119.8263413, 30.4155376 ] ], [ [ 119.8263413, 30.4155376 ], [ 119.8253274, 30.4137334 ] ], [ [ 119.8253274, 30.4137334 ], [ 119.8250164, 30.413314 ] ], [ [ 119.8269904, 30.4201359 ], [ 119.8265585, 30.4200364 ] ], [ [ 119.8265585, 30.4200364 ], [ 119.8264727, 30.4200665 ] ], [ [ 119.8264727, 30.4200665 ], [ 119.8263708, 30.4202723 ] ], [ [ 119.8263708, 30.4202723 ], [ 119.8262554, 30.4203741 ] ], [ [ 119.8262554, 30.4203741 ], [ 119.826116, 30.4204042 ] ], [ [ 119.826116, 30.4204042 ], [ 119.8257861, 30.4203348 ] ], [ [ 119.8257861, 30.4203348 ], [ 119.8256895, 30.4203718 ] ], [ [ 119.8256895, 30.4203718 ], [ 119.825381, 30.4206147 ] ], [ [ 119.825381, 30.4206147 ], [ 119.8250592, 30.4208159 ] ], [ [ 119.8250592, 30.4208159 ], [ 119.8248365, 30.4210009 ] ], [ [ 119.8248365, 30.4210009 ], [ 119.8247373, 30.4210772 ] ], [ [ 119.8247373, 30.4210772 ], [ 119.8246166, 30.4210611 ] ], [ [ 119.8246166, 30.4210611 ], [ 119.8242116, 30.4208585 ] ], [ [ 119.8242116, 30.4208585 ], [ 119.8212088, 30.4193563 ] ], [ [ 119.731592, 30.4079023 ], [ 119.7318874, 30.4076265 ] ], [ [ 119.7318874, 30.4076265 ], [ 119.7322154, 30.4074979 ] ], [ [ 119.7322154, 30.4074979 ], [ 119.7328035, 30.4074512 ] ], [ [ 119.7328035, 30.4074512 ], [ 119.7332616, 30.407505 ] ], [ [ 119.7332616, 30.407505 ], [ 119.7339635, 30.4073413 ] ], [ [ 119.7385748, 30.4182037 ], [ 119.7388046, 30.4173599 ] ], [ [ 119.7388046, 30.4173599 ], [ 119.7390839, 30.4167824 ] ], [ [ 119.7390839, 30.4167824 ], [ 119.7391332, 30.4163715 ] ], [ [ 119.7391332, 30.4163715 ], [ 119.7391317, 30.4162639 ] ], [ [ 119.7391317, 30.4162639 ], [ 119.7391295, 30.4161113 ] ], [ [ 119.7391295, 30.4161113 ], [ 119.739125, 30.4157869 ] ], [ [ 119.739125, 30.4157869 ], [ 119.738899, 30.4154681 ] ], [ [ 119.738899, 30.4154681 ], [ 119.7382, 30.4146521 ] ], [ [ 119.7382, 30.4146521 ], [ 119.7380499, 30.4143269 ] ], [ [ 119.7380499, 30.4143269 ], [ 119.7379611, 30.4141857 ] ], [ [ 119.7379611, 30.4141857 ], [ 119.7378671, 30.4140364 ] ], [ [ 119.7378671, 30.4140364 ], [ 119.7372858, 30.4131125 ] ], [ [ 119.7372858, 30.4131125 ], [ 119.7360884, 30.4118783 ] ], [ [ 119.7360884, 30.4118783 ], [ 119.7351425, 30.4114506 ] ], [ [ 119.7351425, 30.4114506 ], [ 119.7340259, 30.4107166 ] ], [ [ 119.7340259, 30.4107166 ], [ 119.7331613, 30.4103684 ] ], [ [ 119.7331613, 30.4103684 ], [ 119.7327575, 30.4100481 ] ], [ [ 119.7327575, 30.4100481 ], [ 119.7324702, 30.4096437 ] ], [ [ 119.7324702, 30.4096437 ], [ 119.7320013, 30.4094287 ] ], [ [ 119.7320013, 30.4094287 ], [ 119.7314104, 30.4094427 ] ], [ [ 119.7314104, 30.4094427 ], [ 119.7309253, 30.4092581 ] ], [ [ 119.7309253, 30.4092581 ], [ 119.7307654, 30.409036 ] ], [ [ 119.7307654, 30.409036 ], [ 119.730741, 30.408821 ] ], [ [ 119.730741, 30.408821 ], [ 119.731012, 30.4085849 ] ], [ [ 119.731012, 30.4085849 ], [ 119.7312532, 30.4084844 ] ], [ [ 119.7312532, 30.4084844 ], [ 119.7314592, 30.4081314 ] ], [ [ 119.7314592, 30.4081314 ], [ 119.731592, 30.4079023 ] ], [ [ 119.7385748, 30.4182037 ], [ 119.738595, 30.4183518 ] ], [ [ 119.738595, 30.4183518 ], [ 119.7388292, 30.4191666 ] ], [ [ 119.7388292, 30.4191666 ], [ 119.7388908, 30.4195173 ] ], [ [ 119.7388908, 30.4195173 ], [ 119.7387347, 30.4202542 ] ], [ [ 119.7387347, 30.4202542 ], [ 119.7382882, 30.4223632 ] ], [ [ 119.7382882, 30.4223632 ], [ 119.7382462, 30.4225619 ] ], [ [ 119.7382462, 30.4225619 ], [ 119.7382114, 30.4227261 ] ], [ [ 119.7382114, 30.4227261 ], [ 119.7381924, 30.4228858 ] ], [ [ 119.7381924, 30.4228858 ], [ 119.7380706, 30.4226656 ] ], [ [ 119.7380706, 30.4226656 ], [ 119.7379347, 30.4223843 ] ], [ [ 119.7379347, 30.4223843 ], [ 119.7379026, 30.4222799 ] ], [ [ 119.7379026, 30.4222799 ], [ 119.7378828, 30.422167 ] ], [ [ 119.7378828, 30.422167 ], [ 119.7378901, 30.4220521 ] ], [ [ 119.7378901, 30.4220521 ], [ 119.7378952, 30.4219006 ] ], [ [ 119.7378952, 30.4219006 ], [ 119.737894, 30.4218026 ] ], [ [ 119.737894, 30.4218026 ], [ 119.7378916, 30.4217277 ] ], [ [ 119.7378916, 30.4217277 ], [ 119.7380537, 30.421186 ] ], [ [ 119.7380537, 30.421186 ], [ 119.7382683, 30.4202862 ] ], [ [ 119.7382683, 30.4202862 ], [ 119.7383112, 30.4200572 ] ], [ [ 119.7383112, 30.4200572 ], [ 119.7382146, 30.4196316 ] ], [ [ 119.7382146, 30.4196316 ], [ 119.7380215, 30.419176 ] ], [ [ 119.7380215, 30.419176 ], [ 119.7380054, 30.4190071 ] ], [ [ 119.7380054, 30.4190071 ], [ 119.7379813, 30.4188753 ] ], [ [ 119.7379813, 30.4188753 ], [ 119.7379893, 30.4187897 ] ], [ [ 119.7379893, 30.4187897 ], [ 119.7382787, 30.4185001 ] ], [ [ 119.7382787, 30.4185001 ], [ 119.7383998, 30.4183788 ] ], [ [ 119.7383998, 30.4183788 ], [ 119.7385748, 30.4182037 ] ], [ [ 119.7126202, 30.4285399 ], [ 119.7125408, 30.4285253 ] ], [ [ 119.7125408, 30.4285253 ], [ 119.7124858, 30.428457 ] ], [ [ 119.7124858, 30.428457 ], [ 119.7124682, 30.4283715 ] ], [ [ 119.7124682, 30.4283715 ], [ 119.7123933, 30.4280925 ] ], [ [ 119.7123933, 30.4280925 ], [ 119.7121688, 30.427804 ] ], [ [ 119.7121688, 30.427804 ], [ 119.7120367, 30.4277261 ] ], [ [ 119.7120367, 30.4277261 ], [ 119.7119707, 30.4276464 ] ], [ [ 119.7119707, 30.4276464 ], [ 119.7119464, 30.4275325 ] ], [ [ 119.7119464, 30.4275325 ], [ 119.7117373, 30.4272933 ] ], [ [ 119.7117373, 30.4272933 ], [ 119.7113609, 30.4269497 ] ], [ [ 119.7113609, 30.4269497 ], [ 119.7103438, 30.4260822 ] ], [ [ 119.7103438, 30.4260822 ], [ 119.7102711, 30.4259589 ] ], [ [ 119.7102711, 30.4259589 ], [ 119.7102843, 30.4258336 ] ], [ [ 119.7102843, 30.4258336 ], [ 119.7103614, 30.4256703 ] ], [ [ 119.7103614, 30.4256703 ], [ 119.7110384, 30.4244362 ] ], [ [ 119.7110384, 30.4244362 ], [ 119.7112155, 30.4242558 ] ], [ [ 119.7112155, 30.4242558 ], [ 119.7113406, 30.4241356 ] ], [ [ 119.7113406, 30.4241356 ], [ 119.7113907, 30.4239567 ] ], [ [ 119.7113907, 30.4239567 ], [ 119.7113728, 30.423838 ] ], [ [ 119.7113728, 30.423838 ], [ 119.7114157, 30.4237115 ] ], [ [ 119.7114157, 30.4237115 ], [ 119.7115159, 30.4235759 ] ], [ [ 119.7115159, 30.4235759 ], [ 119.7120952, 30.422993 ] ], [ [ 119.7120952, 30.422993 ], [ 119.7122258, 30.4229236 ] ], [ [ 119.7122258, 30.4229236 ], [ 119.7123724, 30.4228635 ] ], [ [ 119.7123724, 30.4228635 ], [ 119.7125441, 30.4227494 ] ], [ [ 119.7125441, 30.4227494 ], [ 119.7126245, 30.4226014 ] ], [ [ 119.7126245, 30.4226014 ], [ 119.7126531, 30.4224842 ] ], [ [ 119.7126531, 30.4224842 ], [ 119.7126049, 30.4224055 ] ], [ [ 119.7126049, 30.4224055 ], [ 119.7125369, 30.4221804 ] ], [ [ 119.7125369, 30.4221804 ], [ 119.7125637, 30.4220648 ] ], [ [ 119.7125637, 30.4220648 ], [ 119.7126049, 30.4219352 ] ], [ [ 119.7126049, 30.4219352 ], [ 119.7126084, 30.4217703 ] ], [ [ 119.7126084, 30.4217703 ], [ 119.7126746, 30.4215976 ] ], [ [ 119.7126746, 30.4215976 ], [ 119.712832, 30.4214495 ] ], [ [ 119.712832, 30.4214495 ], [ 119.713313, 30.4212044 ] ], [ [ 119.713313, 30.4212044 ], [ 119.7135132, 30.4210841 ] ], [ [ 119.7135132, 30.4210841 ], [ 119.7137278, 30.4209068 ] ], [ [ 119.7137278, 30.4209068 ], [ 119.7138458, 30.4205984 ] ], [ [ 119.7138458, 30.4205984 ], [ 119.714005, 30.420014 ] ], [ [ 119.714005, 30.420014 ], [ 119.7142911, 30.4197719 ] ], [ [ 119.7142911, 30.4197719 ], [ 119.7146237, 30.4196531 ] ], [ [ 119.7146237, 30.4196531 ], [ 119.7148168, 30.4195853 ] ], [ [ 119.7148168, 30.4195853 ], [ 119.715051, 30.4194511 ] ], [ [ 119.715051, 30.4194511 ], [ 119.7153461, 30.4194588 ] ], [ [ 119.7153461, 30.4194588 ], [ 119.7155535, 30.4195344 ] ], [ [ 119.7155535, 30.4195344 ], [ 119.7157395, 30.41963 ] ], [ [ 119.7157395, 30.41963 ], [ 119.7159272, 30.4196269 ] ], [ [ 119.7159272, 30.4196269 ], [ 119.7160756, 30.4195945 ] ], [ [ 119.7160756, 30.4195945 ], [ 119.7162899, 30.4194939 ] ], [ [ 119.7162899, 30.4194939 ], [ 119.7167258, 30.4192793 ] ], [ [ 119.7167258, 30.4192793 ], [ 119.7170605, 30.4191901 ] ], [ [ 119.7170605, 30.4191901 ], [ 119.7173929, 30.4191768 ] ], [ [ 119.7173929, 30.4191768 ], [ 119.7175558, 30.4191996 ] ], [ [ 119.7175558, 30.4191996 ], [ 119.7177363, 30.4191635 ] ], [ [ 119.7177363, 30.4191635 ], [ 119.7178948, 30.4190572 ] ], [ [ 119.7178948, 30.4190572 ], [ 119.7181392, 30.4190212 ] ], [ [ 119.7181392, 30.4190212 ], [ 119.7184474, 30.4191635 ] ], [ [ 119.7184474, 30.4191635 ], [ 119.7188084, 30.4193856 ] ], [ [ 119.7188084, 30.4193856 ], [ 119.719033, 30.4195527 ] ], [ [ 119.719033, 30.4195527 ], [ 119.7191408, 30.4195945 ] ], [ [ 119.7191408, 30.4195945 ], [ 119.7192091, 30.4195698 ] ], [ [ 119.7192091, 30.4195698 ], [ 119.7192377, 30.4194958 ] ], [ [ 119.7192377, 30.4194958 ], [ 119.7192729, 30.4192755 ] ], [ [ 119.7192729, 30.4192755 ], [ 119.7191871, 30.4189319 ] ], [ [ 119.7191871, 30.4189319 ], [ 119.7189823, 30.4186396 ] ], [ [ 119.7189823, 30.4186396 ], [ 119.7183505, 30.4180909 ] ], [ [ 119.7183505, 30.4180909 ], [ 119.7179014, 30.4179675 ] ], [ [ 119.7179014, 30.4179675 ], [ 119.7176526, 30.4178916 ] ], [ [ 119.7176526, 30.4178916 ], [ 119.7174413, 30.4179485 ] ], [ [ 119.7174413, 30.4179485 ], [ 119.717219, 30.4179827 ] ], [ [ 119.717219, 30.4179827 ], [ 119.7170208, 30.4179979 ] ], [ [ 119.7170208, 30.4179979 ], [ 119.7167765, 30.4180833 ] ], [ [ 119.7167765, 30.4180833 ], [ 119.7166136, 30.4181118 ] ], [ [ 119.7166136, 30.4181118 ], [ 119.7164132, 30.4180814 ] ], [ [ 119.7164132, 30.4180814 ], [ 119.7154644, 30.4182029 ] ], [ [ 119.7154644, 30.4182029 ], [ 119.714815, 30.4182048 ] ], [ [ 119.714815, 30.4182048 ], [ 119.7145024, 30.4181536 ] ], [ [ 119.7145024, 30.4181536 ], [ 119.7142756, 30.4180264 ] ], [ [ 119.7142756, 30.4180264 ], [ 119.7137649, 30.4179751 ] ], [ [ 119.7137649, 30.4179751 ], [ 119.7132717, 30.4179409 ] ], [ [ 119.7132717, 30.4179409 ], [ 119.713045, 30.4179808 ] ], [ [ 119.713045, 30.4179808 ], [ 119.7128667, 30.4181213 ] ], [ [ 119.7128667, 30.4181213 ], [ 119.7123449, 30.4186149 ] ], [ [ 119.7123449, 30.4186149 ], [ 119.712138, 30.4187041 ] ], [ [ 119.712138, 30.4187041 ], [ 119.7120521, 30.4187895 ] ], [ [ 119.7120521, 30.4187895 ], [ 119.7120301, 30.4188807 ] ], [ [ 119.7120301, 30.4188807 ], [ 119.7120279, 30.4190572 ] ], [ [ 119.7120279, 30.4190572 ], [ 119.7120962, 30.4191635 ] ], [ [ 119.7120962, 30.4191635 ], [ 119.7120301, 30.4192167 ] ], [ [ 119.7120301, 30.4192167 ], [ 119.7119134, 30.4192452 ] ], [ [ 119.7119134, 30.4192452 ], [ 119.711821, 30.419192 ] ], [ [ 119.711821, 30.419192 ], [ 119.7117615, 30.4190857 ] ], [ [ 119.7117615, 30.4190857 ], [ 119.7117615, 30.4187497 ] ], [ [ 119.7117615, 30.4187497 ], [ 119.7118276, 30.4185067 ] ], [ [ 119.7118276, 30.4185067 ], [ 119.7117968, 30.4183396 ] ], [ [ 119.7117968, 30.4183396 ], [ 119.7117461, 30.4181023 ] ], [ [ 119.7117461, 30.4181023 ], [ 119.7116801, 30.4179447 ] ], [ [ 119.7116801, 30.4179447 ], [ 119.7118122, 30.4176505 ] ], [ [ 119.7118122, 30.4176505 ], [ 119.7119553, 30.4175138 ] ], [ [ 119.7119553, 30.4175138 ], [ 119.7119421, 30.4172974 ] ], [ [ 119.7119421, 30.4172974 ], [ 119.712094, 30.4170601 ] ], [ [ 119.712094, 30.4170601 ], [ 119.7123251, 30.4168835 ] ], [ [ 119.7123251, 30.4168835 ], [ 119.7125937, 30.416874 ] ], [ [ 119.7125937, 30.416874 ], [ 119.7127786, 30.4168892 ] ], [ [ 119.7127786, 30.4168892 ], [ 119.713023, 30.4168114 ] ], [ [ 119.713023, 30.4168114 ], [ 119.7132321, 30.4166842 ] ], [ [ 119.7132321, 30.4166842 ], [ 119.7135139, 30.4165228 ] ], [ [ 119.7135139, 30.4165228 ], [ 119.7137429, 30.4164905 ] ], [ [ 119.7137429, 30.4164905 ], [ 119.7139102, 30.4163956 ] ], [ [ 119.7139102, 30.4163956 ], [ 119.7141457, 30.4163349 ] ], [ [ 119.7141457, 30.4163349 ], [ 119.7142514, 30.4163861 ] ], [ [ 119.7142514, 30.4163861 ], [ 119.714335, 30.4165209 ] ], [ [ 119.714335, 30.4165209 ], [ 119.7144209, 30.4166538 ] ], [ [ 119.7144209, 30.4166538 ], [ 119.7145288, 30.4167316 ] ], [ [ 119.7145288, 30.4167316 ], [ 119.7147027, 30.416762 ] ], [ [ 119.7147027, 30.416762 ], [ 119.7148832, 30.4166823 ] ], [ [ 119.7148832, 30.4166823 ], [ 119.7149537, 30.4164886 ] ], [ [ 119.7149537, 30.4164886 ], [ 119.7149404, 30.4162874 ] ], [ [ 119.7149404, 30.4162874 ], [ 119.7150219, 30.4160691 ] ], [ [ 119.7150219, 30.4160691 ], [ 119.715141, 30.4159186 ] ], [ [ 119.7126202, 30.4285399 ], [ 119.7125687, 30.4284978 ] ], [ [ 119.7125687, 30.4284978 ], [ 119.7125308, 30.4284066 ] ], [ [ 119.7125308, 30.4284066 ], [ 119.7125335, 30.4282781 ] ], [ [ 119.7125335, 30.4282781 ], [ 119.7124576, 30.4280164 ] ], [ [ 119.7124576, 30.4280164 ], [ 119.7119671, 30.4270909 ] ], [ [ 119.7119671, 30.4270909 ], [ 119.7119562, 30.4269764 ] ], [ [ 119.7119562, 30.4269764 ], [ 119.7120131, 30.4268572 ] ], [ [ 119.7120131, 30.4268572 ], [ 119.7120782, 30.4267824 ] ], [ [ 119.7120782, 30.4267824 ], [ 119.7122001, 30.4266913 ] ], [ [ 119.7122001, 30.4266913 ], [ 119.7124007, 30.4266562 ] ], [ [ 119.7124007, 30.4266562 ], [ 119.7132328, 30.4265604 ] ], [ [ 119.7132328, 30.4265604 ], [ 119.7133574, 30.426516 ] ], [ [ 119.7133574, 30.426516 ], [ 119.7134306, 30.4264506 ] ], [ [ 119.7134306, 30.4264506 ], [ 119.7134631, 30.4263641 ] ], [ [ 119.7134631, 30.4263641 ], [ 119.7134713, 30.4262402 ] ], [ [ 119.7134713, 30.4262402 ], [ 119.7135065, 30.4261023 ] ], [ [ 119.7135065, 30.4261023 ], [ 119.7135987, 30.4259645 ] ], [ [ 119.7135987, 30.4259645 ], [ 119.7138128, 30.4256419 ] ], [ [ 119.7138128, 30.4256419 ], [ 119.7138101, 30.425497 ] ], [ [ 119.7138101, 30.425497 ], [ 119.7137992, 30.4253989 ] ], [ [ 119.7137992, 30.4253989 ], [ 119.7137044, 30.4250997 ] ], [ [ 119.7137044, 30.4250997 ], [ 119.7137288, 30.4249291 ] ], [ [ 119.7137288, 30.4249291 ], [ 119.7136556, 30.4247281 ] ], [ [ 119.7136556, 30.4247281 ], [ 119.7135851, 30.4245973 ] ], [ [ 119.7135851, 30.4245973 ], [ 119.7135553, 30.4244383 ] ], [ [ 119.7135553, 30.4244383 ], [ 119.7136203, 30.4242888 ] ], [ [ 119.7136203, 30.4242888 ], [ 119.7138534, 30.4240948 ] ], [ [ 119.7138534, 30.4240948 ], [ 119.7141976, 30.4239265 ] ], [ [ 119.7141976, 30.4239265 ], [ 119.7144904, 30.4237653 ] ], [ [ 119.7144904, 30.4237653 ], [ 119.7146448, 30.423597 ] ], [ [ 119.7146448, 30.423597 ], [ 119.7148129, 30.4234451 ] ], [ [ 119.7148129, 30.4234451 ], [ 119.7148777, 30.4233627 ] ], [ [ 119.7143737, 30.4329146 ], [ 119.7141823, 30.4328776 ] ], [ [ 119.7141823, 30.4328776 ], [ 119.7138086, 30.4327682 ] ], [ [ 119.7138086, 30.4327682 ], [ 119.7126519, 30.432231 ] ], [ [ 119.7126519, 30.432231 ], [ 119.7123922, 30.4320924 ] ], [ [ 119.7123922, 30.4320924 ], [ 119.712194, 30.4319311 ] ], [ [ 119.712194, 30.4319311 ], [ 119.7120311, 30.4317374 ] ], [ [ 119.7120311, 30.4317374 ], [ 119.7117278, 30.4314056 ] ], [ [ 119.7117278, 30.4314056 ], [ 119.711152, 30.4310865 ] ], [ [ 119.711152, 30.4310865 ], [ 119.7108123, 30.4309693 ] ], [ [ 119.7108123, 30.4309693 ], [ 119.7104403, 30.4308891 ] ], [ [ 119.7104403, 30.4308891 ], [ 119.7102007, 30.4308968 ] ], [ [ 119.7102007, 30.4308968 ], [ 119.7097787, 30.4309462 ] ], [ [ 119.7097787, 30.4309462 ], [ 119.7094765, 30.4309693 ] ], [ [ 119.7094765, 30.4309693 ], [ 119.7091564, 30.4309493 ] ], [ [ 119.7091564, 30.4309493 ], [ 119.7086933, 30.4308136 ] ], [ [ 119.7086933, 30.4308136 ], [ 119.7081318, 30.4305176 ] ], [ [ 119.7081318, 30.4305176 ], [ 119.7076616, 30.4302231 ] ], [ [ 119.7076616, 30.4302231 ], [ 119.7076467, 30.4302101 ] ], [ [ 119.7076467, 30.4302101 ], [ 119.7072957, 30.4299017 ] ], [ [ 119.7072957, 30.4299017 ], [ 119.706637, 30.4292533 ] ], [ [ 119.706637, 30.4292533 ], [ 119.7063526, 30.4290636 ] ], [ [ 119.7063526, 30.4290636 ], [ 119.7061542, 30.4290035 ] ], [ [ 119.7061542, 30.4290035 ], [ 119.7054264, 30.4289264 ] ], [ [ 119.7054264, 30.4289264 ], [ 119.7049651, 30.429042 ] ], [ [ 119.7049651, 30.429042 ], [ 119.7045466, 30.4292702 ] ], [ [ 119.7045466, 30.4292702 ], [ 119.7043446, 30.4293612 ] ], [ [ 119.7043446, 30.4293612 ], [ 119.7041318, 30.4293874 ] ], [ [ 119.7041318, 30.4293874 ], [ 119.7039279, 30.4293797 ] ], [ [ 119.7039279, 30.4293797 ], [ 119.703519, 30.4293244 ] ], [ [ 119.703519, 30.4293244 ], [ 119.7034159, 30.4292681 ] ], [ [ 119.7034159, 30.4292681 ], [ 119.703352, 30.4291954 ] ], [ [ 119.703352, 30.4291954 ], [ 119.7033142, 30.4291015 ] ], [ [ 119.7033142, 30.4291015 ], [ 119.7033375, 30.4290113 ] ], [ [ 119.7033375, 30.4290113 ], [ 119.7033883, 30.4287471 ] ], [ [ 119.7033883, 30.4287471 ], [ 119.7033796, 30.4286181 ] ], [ [ 119.7033796, 30.4286181 ], [ 119.7033012, 30.4284979 ] ], [ [ 119.7033012, 30.4284979 ], [ 119.7031916, 30.4283678 ] ], [ [ 119.7031916, 30.4283678 ], [ 119.7029308, 30.4280583 ] ], [ [ 119.7029308, 30.4280583 ], [ 119.7024922, 30.427744 ] ], [ [ 119.7024922, 30.427744 ], [ 119.70236, 30.4275836 ] ], [ [ 119.70236, 30.4275836 ], [ 119.7023208, 30.4274346 ] ], [ [ 119.7023208, 30.4274346 ], [ 119.7020782, 30.4270877 ] ], [ [ 119.7020782, 30.4270877 ], [ 119.7018807, 30.4268573 ] ], [ [ 119.7018807, 30.4268573 ], [ 119.7013142, 30.4263914 ] ], [ [ 119.7013142, 30.4263914 ], [ 119.7008727, 30.4261559 ] ], [ [ 119.7008727, 30.4261559 ], [ 119.6998037, 30.4258942 ] ], [ [ 119.6998037, 30.4258942 ], [ 119.6996048, 30.4258591 ] ], [ [ 119.6996048, 30.4258591 ], [ 119.6993317, 30.4259105 ] ], [ [ 119.6993317, 30.4259105 ], [ 119.6991923, 30.426047 ] ], [ [ 119.6991923, 30.426047 ], [ 119.6990853, 30.4261365 ] ], [ [ 119.6990853, 30.4261365 ], [ 119.69899, 30.4262161 ] ], [ [ 119.69899, 30.4262161 ], [ 119.6988748, 30.4262071 ] ], [ [ 119.6988748, 30.4262071 ], [ 119.6987918, 30.4261294 ] ], [ [ 119.6987918, 30.4261294 ], [ 119.6986838, 30.4260872 ] ], [ [ 119.6986838, 30.4260872 ], [ 119.6984347, 30.4262377 ] ], [ [ 119.6984347, 30.4262377 ], [ 119.6982833, 30.4263948 ] ], [ [ 119.6982833, 30.4263948 ], [ 119.6981622, 30.426538 ] ], [ [ 119.6981622, 30.426538 ], [ 119.6980364, 30.4266078 ] ], [ [ 119.6980364, 30.4266078 ], [ 119.6979251, 30.4265906 ] ], [ [ 119.6979251, 30.4265906 ], [ 119.6976563, 30.426525 ] ], [ [ 119.6976563, 30.426525 ], [ 119.6975401, 30.4264186 ] ], [ [ 119.6975401, 30.4264186 ], [ 119.6975347, 30.4262644 ] ], [ [ 119.6975347, 30.4262644 ], [ 119.697617, 30.4260239 ] ], [ [ 119.697617, 30.4260239 ], [ 119.69776, 30.4258974 ] ], [ [ 119.69776, 30.4258974 ], [ 119.6977904, 30.4257417 ] ], [ [ 119.6977904, 30.4257417 ], [ 119.6977099, 30.4256076 ] ], [ [ 119.6977099, 30.4256076 ], [ 119.6974113, 30.4254534 ] ], [ [ 119.6974113, 30.4254534 ], [ 119.6971091, 30.4253562 ] ], [ [ 119.6971091, 30.4253562 ], [ 119.6966675, 30.4251157 ] ], [ [ 119.6966675, 30.4251157 ], [ 119.6965119, 30.4249523 ] ], [ [ 119.6965119, 30.4249523 ], [ 119.6963742, 30.4247796 ] ], [ [ 119.7126202, 30.4285399 ], [ 119.7127178, 30.4285445 ] ], [ [ 119.7127178, 30.4285445 ], [ 119.7127747, 30.4284931 ] ], [ [ 119.7127747, 30.4284931 ], [ 119.7127883, 30.4284183 ] ], [ [ 119.7127883, 30.4284183 ], [ 119.712791, 30.4283482 ] ], [ [ 119.712791, 30.4283482 ], [ 119.7124603, 30.4272545 ] ], [ [ 119.7124603, 30.4272545 ], [ 119.712482, 30.4271727 ] ], [ [ 119.712482, 30.4271727 ], [ 119.7125172, 30.427119 ] ], [ [ 119.7125172, 30.427119 ], [ 119.7126121, 30.4271119 ] ], [ [ 119.7126121, 30.4271119 ], [ 119.7126663, 30.42714 ] ], [ [ 119.7126663, 30.42714 ], [ 119.7136041, 30.4283856 ] ], [ [ 119.7136041, 30.4283856 ], [ 119.7136827, 30.4285445 ] ], [ [ 119.7136827, 30.4285445 ], [ 119.7137694, 30.428818 ] ], [ [ 119.7137694, 30.428818 ], [ 119.7139483, 30.4291475 ] ], [ [ 119.7139483, 30.4291475 ], [ 119.7141001, 30.4292316 ] ], [ [ 119.7141001, 30.4292316 ], [ 119.7142844, 30.4293087 ] ], [ [ 119.7142844, 30.4293087 ], [ 119.714363, 30.4294116 ] ], [ [ 119.714363, 30.4294116 ], [ 119.7145988, 30.4297084 ] ], [ [ 119.7145988, 30.4297084 ], [ 119.7149782, 30.4300285 ] ], [ [ 119.7149782, 30.4300285 ], [ 119.7159079, 30.4304188 ] ], [ [ 119.7159079, 30.4304188 ], [ 119.7162846, 30.4306291 ] ], [ [ 119.7162846, 30.4306291 ], [ 119.7163632, 30.4307319 ] ], [ [ 119.7163632, 30.4307319 ], [ 119.7164228, 30.4309049 ] ], [ [ 119.7164228, 30.4309049 ], [ 119.7163442, 30.4311199 ] ], [ [ 119.7163442, 30.4311199 ], [ 119.7159756, 30.4314073 ] ], [ [ 119.7159756, 30.4314073 ], [ 119.7157723, 30.4315919 ] ], [ [ 119.7157723, 30.4315919 ], [ 119.7155907, 30.4316807 ] ], [ [ 119.7155907, 30.4316807 ], [ 119.7152086, 30.4318139 ] ], [ [ 119.7152086, 30.4318139 ], [ 119.7150189, 30.4319892 ] ], [ [ 119.7150189, 30.4319892 ], [ 119.7145283, 30.4325337 ] ], [ [ 119.7145283, 30.4325337 ], [ 119.7143847, 30.4327884 ] ], [ [ 119.7143847, 30.4327884 ], [ 119.7143737, 30.4329146 ] ], [ [ 119.7143737, 30.4329146 ], [ 119.7144613, 30.433001 ] ], [ [ 119.7144613, 30.433001 ], [ 119.7144917, 30.4330842 ] ], [ [ 119.7144917, 30.4330842 ], [ 119.7144881, 30.4331598 ] ], [ [ 119.7144881, 30.4331598 ], [ 119.7144354, 30.4333576 ] ], [ [ 119.7144354, 30.4333576 ], [ 119.7143944, 30.4335113 ] ], [ [ 119.7143944, 30.4335113 ], [ 119.7142825, 30.4339306 ] ], [ [ 119.7142825, 30.4339306 ], [ 119.7142932, 30.4340016 ] ], [ [ 119.7142932, 30.4340016 ], [ 119.7145096, 30.4346029 ] ], [ [ 119.7145096, 30.4346029 ], [ 119.7145292, 30.4347354 ] ], [ [ 119.7145292, 30.4347354 ], [ 119.7144792, 30.4349266 ] ], [ [ 119.7144792, 30.4349266 ], [ 119.7144698, 30.4349773 ] ], [ [ 119.7144698, 30.4349773 ], [ 119.7143248, 30.4354048 ] ], [ [ 119.7897418, 30.4181951 ], [ 119.78955, 30.4182941 ] ], [ [ 119.78955, 30.4182941 ], [ 119.7893606, 30.4183919 ] ], [ [ 119.7893606, 30.4183919 ], [ 119.7887961, 30.4186833 ] ], [ [ 119.7887961, 30.4186833 ], [ 119.7880492, 30.4191119 ] ], [ [ 119.7880492, 30.4191119 ], [ 119.78791, 30.41964 ] ], [ [ 119.78791, 30.41964 ], [ 119.7877781, 30.4200098 ] ], [ [ 119.7877781, 30.4200098 ], [ 119.7875, 30.42026 ] ], [ [ 119.7875, 30.42026 ], [ 119.7870332, 30.420603 ] ], [ [ 119.7870332, 30.420603 ], [ 119.7869087, 30.4206819 ] ], [ [ 119.7869087, 30.4206819 ], [ 119.7868226, 30.4207221 ] ], [ [ 119.7868226, 30.4207221 ], [ 119.7867128, 30.4207638 ] ], [ [ 119.7867128, 30.4207638 ], [ 119.7861868, 30.4209716 ] ], [ [ 119.7861868, 30.4209716 ], [ 119.7861197, 30.4209891 ] ], [ [ 119.7861197, 30.4209891 ], [ 119.786056, 30.4210012 ] ], [ [ 119.786056, 30.4210012 ], [ 119.7859849, 30.4209971 ] ], [ [ 119.7859849, 30.4209971 ], [ 119.7858734, 30.4209858 ] ], [ [ 119.7858734, 30.4209858 ], [ 119.7854648, 30.4209038 ] ], [ [ 119.7854648, 30.4209038 ], [ 119.7852398, 30.4208525 ] ], [ [ 119.7852398, 30.4208525 ], [ 119.785163, 30.420819 ] ], [ [ 119.785163, 30.420819 ], [ 119.7850942, 30.4207727 ] ], [ [ 119.7850942, 30.4207727 ], [ 119.7850254, 30.4207265 ] ], [ [ 119.7850254, 30.4207265 ], [ 119.784953, 30.4206949 ] ], [ [ 119.784953, 30.4206949 ], [ 119.7848798, 30.4206852 ] ], [ [ 119.7848798, 30.4206852 ], [ 119.78475, 30.4206827 ] ], [ [ 119.78475, 30.4206827 ], [ 119.7845689, 30.4206796 ] ], [ [ 119.7845689, 30.4206796 ], [ 119.7843742, 30.420689 ] ], [ [ 119.7843742, 30.420689 ], [ 119.7842144, 30.4207252 ] ], [ [ 119.7842144, 30.4207252 ], [ 119.7840612, 30.4207793 ] ], [ [ 119.7840612, 30.4207793 ], [ 119.7839333, 30.4208342 ] ], [ [ 119.7839333, 30.4208342 ], [ 119.7838635, 30.4208754 ] ], [ [ 119.7838635, 30.4208754 ], [ 119.7838091, 30.4209312 ] ], [ [ 119.7838091, 30.4209312 ], [ 119.7837, 30.42108 ] ], [ [ 119.7837, 30.42108 ], [ 119.78348, 30.42144 ] ], [ [ 119.78348, 30.42144 ], [ 119.78327, 30.42185 ] ], [ [ 119.78327, 30.42185 ], [ 119.7830047, 30.4222232 ] ], [ [ 119.7830047, 30.4222232 ], [ 119.7829515, 30.4222972 ] ], [ [ 119.7829515, 30.4222972 ], [ 119.7829124, 30.4223761 ] ], [ [ 119.7829124, 30.4223761 ], [ 119.7828986, 30.4224387 ] ], [ [ 119.7828986, 30.4224387 ], [ 119.7829008, 30.4225081 ] ], [ [ 119.7829008, 30.4225081 ], [ 119.7829094, 30.4226047 ] ], [ [ 119.7829094, 30.4226047 ], [ 119.7829309, 30.4227016 ] ], [ [ 119.7829309, 30.4227016 ], [ 119.7829293, 30.4227595 ] ], [ [ 119.7829293, 30.4227595 ], [ 119.782908, 30.4228219 ] ], [ [ 119.782908, 30.4228219 ], [ 119.7828605, 30.4228647 ] ], [ [ 119.7828605, 30.4228647 ], [ 119.7827909, 30.422951 ] ], [ [ 119.7827909, 30.422951 ], [ 119.7827539, 30.4230189 ] ], [ [ 119.7827539, 30.4230189 ], [ 119.7827436, 30.4230916 ] ], [ [ 119.7827436, 30.4230916 ], [ 119.7827471, 30.4231449 ] ], [ [ 119.7827471, 30.4231449 ], [ 119.7827734, 30.4232235 ] ], [ [ 119.7827734, 30.4232235 ], [ 119.7828029, 30.4232748 ] ], [ [ 119.7828029, 30.4232748 ], [ 119.7828447, 30.4233254 ] ], [ [ 119.7828447, 30.4233254 ], [ 119.7830782, 30.4235771 ] ], [ [ 119.7830782, 30.4235771 ], [ 119.7831367, 30.4236569 ] ], [ [ 119.7831367, 30.4236569 ], [ 119.7831637, 30.4237368 ] ], [ [ 119.7831637, 30.4237368 ], [ 119.7831694, 30.4237941 ] ], [ [ 119.7831694, 30.4237941 ], [ 119.7831637, 30.4238533 ] ], [ [ 119.7831637, 30.4238533 ], [ 119.7831469, 30.4239106 ] ], [ [ 119.7831469, 30.4239106 ], [ 119.7831196, 30.423992 ] ], [ [ 119.7831196, 30.423992 ], [ 119.7830647, 30.4240755 ] ], [ [ 119.7830647, 30.4240755 ], [ 119.7830139, 30.4241387 ] ], [ [ 119.7830139, 30.4241387 ], [ 119.7829224, 30.4242447 ] ], [ [ 119.7829224, 30.4242447 ], [ 119.7829053, 30.4242913 ] ], [ [ 119.7829053, 30.4242913 ], [ 119.7829008, 30.4243391 ] ], [ [ 119.7829008, 30.4243391 ], [ 119.7829064, 30.4243916 ] ], [ [ 119.7829064, 30.4243916 ], [ 119.7829228, 30.4244656 ] ], [ [ 119.7829228, 30.4244656 ], [ 119.7829646, 30.4245396 ] ], [ [ 119.7829646, 30.4245396 ], [ 119.7831133, 30.4248216 ] ], [ [ 119.7831133, 30.4248216 ], [ 119.7831462, 30.4249039 ] ], [ [ 119.7831462, 30.4249039 ], [ 119.7832117, 30.4251644 ] ], [ [ 119.7832117, 30.4251644 ], [ 119.7832189, 30.4252671 ] ], [ [ 119.7832189, 30.4252671 ], [ 119.7832199, 30.4253697 ] ], [ [ 119.7832199, 30.4253697 ], [ 119.7832183, 30.4254233 ] ], [ [ 119.7832183, 30.4254233 ], [ 119.7831988, 30.4254825 ] ], [ [ 119.7831988, 30.4254825 ], [ 119.7831763, 30.4255401 ] ], [ [ 119.7831763, 30.4255401 ], [ 119.7831472, 30.4255817 ] ], [ [ 119.7831472, 30.4255817 ], [ 119.7830967, 30.4256193 ] ], [ [ 119.7830967, 30.4256193 ], [ 119.7830449, 30.4256373 ] ], [ [ 119.7830449, 30.4256373 ], [ 119.782982, 30.4256431 ] ], [ [ 119.782982, 30.4256431 ], [ 119.7829181, 30.4256304 ] ], [ [ 119.7829181, 30.4256304 ], [ 119.7828579, 30.4255971 ] ], [ [ 119.7828579, 30.4255971 ], [ 119.7828009, 30.4255259 ] ], [ [ 119.7828009, 30.4255259 ], [ 119.7827373, 30.4254396 ] ], [ [ 119.7827373, 30.4254396 ], [ 119.7826598, 30.4253742 ] ], [ [ 119.7826598, 30.4253742 ], [ 119.78258, 30.42531 ] ], [ [ 119.78258, 30.42531 ], [ 119.7817909, 30.424832 ] ], [ [ 119.7817909, 30.424832 ], [ 119.7817229, 30.4247695 ] ], [ [ 119.7817229, 30.4247695 ], [ 119.7816953, 30.4247129 ] ], [ [ 119.7816953, 30.4247129 ], [ 119.7816804, 30.4246641 ] ], [ [ 119.7816804, 30.4246641 ], [ 119.7816737, 30.424599 ] ], [ [ 119.7816737, 30.424599 ], [ 119.7816773, 30.4245297 ] ], [ [ 119.7816773, 30.4245297 ], [ 119.7816808, 30.4244597 ] ], [ [ 119.7816808, 30.4244597 ], [ 119.7816835, 30.4244296 ] ], [ [ 119.7816835, 30.4244296 ], [ 119.7816809, 30.4243969 ] ], [ [ 119.7816809, 30.4243969 ], [ 119.7816612, 30.4243332 ] ], [ [ 119.7816612, 30.4243332 ], [ 119.7816031, 30.4242365 ] ], [ [ 119.7816031, 30.4242365 ], [ 119.7814342, 30.424005 ] ], [ [ 119.7814342, 30.424005 ], [ 119.7813734, 30.4239249 ] ], [ [ 119.7813734, 30.4239249 ], [ 119.7812989, 30.4238436 ] ], [ [ 119.7812989, 30.4238436 ], [ 119.7809103, 30.4234885 ] ], [ [ 119.7809103, 30.4234885 ], [ 119.7808492, 30.4234383 ] ], [ [ 119.7808492, 30.4234383 ], [ 119.7807903, 30.423414 ] ], [ [ 119.7807903, 30.423414 ], [ 119.7807276, 30.4234017 ] ], [ [ 119.7807276, 30.4234017 ], [ 119.7806432, 30.4234061 ] ], [ [ 119.7806432, 30.4234061 ], [ 119.7805291, 30.4234149 ] ], [ [ 119.7805291, 30.4234149 ], [ 119.7803429, 30.4234372 ] ], [ [ 119.7803429, 30.4234372 ], [ 119.7802402, 30.4234538 ] ], [ [ 119.7802402, 30.4234538 ], [ 119.7801596, 30.4234717 ] ], [ [ 119.7801596, 30.4234717 ], [ 119.7800839, 30.4234987 ] ], [ [ 119.7800839, 30.4234987 ], [ 119.7799718, 30.4235538 ] ], [ [ 119.7799718, 30.4235538 ], [ 119.7795288, 30.4237726 ] ], [ [ 119.7795288, 30.4237726 ], [ 119.7793613, 30.4238553 ] ], [ [ 119.7793613, 30.4238553 ], [ 119.77921, 30.42393 ] ], [ [ 119.77921, 30.42393 ], [ 119.7791474, 30.4239634 ] ], [ [ 119.7791474, 30.4239634 ], [ 119.7788279, 30.4241339 ] ], [ [ 119.7788279, 30.4241339 ], [ 119.7787117, 30.4242194 ] ], [ [ 119.7787117, 30.4242194 ], [ 119.77855, 30.42436 ] ], [ [ 119.77855, 30.42436 ], [ 119.7781825, 30.4248194 ] ], [ [ 119.7781825, 30.4248194 ], [ 119.7780925, 30.42492 ] ], [ [ 119.7780925, 30.42492 ], [ 119.7780154, 30.4249807 ] ], [ [ 119.7780154, 30.4249807 ], [ 119.7779382, 30.4250284 ] ], [ [ 119.7779382, 30.4250284 ], [ 119.7778428, 30.4250525 ] ], [ [ 119.7778428, 30.4250525 ], [ 119.7777505, 30.425057 ] ], [ [ 119.7777505, 30.425057 ], [ 119.7776326, 30.4250483 ] ], [ [ 119.7776326, 30.4250483 ], [ 119.7774865, 30.4250194 ] ], [ [ 119.7774865, 30.4250194 ], [ 119.777195, 30.424929 ] ], [ [ 119.777195, 30.424929 ], [ 119.7769275, 30.42477 ] ], [ [ 119.7769275, 30.42477 ], [ 119.7767713, 30.42464 ] ], [ [ 119.7767713, 30.42464 ], [ 119.7765671, 30.4244574 ] ], [ [ 119.7765671, 30.4244574 ], [ 119.7764648, 30.4244088 ] ], [ [ 119.7764648, 30.4244088 ], [ 119.7760851, 30.4242954 ] ], [ [ 119.7760851, 30.4242954 ], [ 119.7758144, 30.4241387 ] ], [ [ 119.7758144, 30.4241387 ], [ 119.77548, 30.42395 ] ], [ [ 119.77548, 30.42395 ], [ 119.7752416, 30.423876 ] ], [ [ 119.7752416, 30.423876 ], [ 119.7748318, 30.4237823 ] ], [ [ 119.7748318, 30.4237823 ], [ 119.774546, 30.423682 ] ], [ [ 119.774546, 30.423682 ], [ 119.7740516, 30.4234754 ] ], [ [ 119.7740516, 30.4234754 ], [ 119.7736139, 30.4232527 ] ], [ [ 119.7736139, 30.4232527 ], [ 119.773478, 30.4231667 ] ], [ [ 119.773478, 30.4231667 ], [ 119.773374, 30.4231174 ] ], [ [ 119.773374, 30.4231174 ], [ 119.7733016, 30.4231091 ] ], [ [ 119.7733016, 30.4231091 ], [ 119.7732479, 30.4231354 ] ], [ [ 119.7732479, 30.4231354 ], [ 119.7732084, 30.4231815 ] ], [ [ 119.7732084, 30.4231815 ], [ 119.7731748, 30.4232607 ] ], [ [ 119.7731748, 30.4232607 ], [ 119.7731453, 30.423354 ] ], [ [ 119.7731453, 30.423354 ], [ 119.7731106, 30.4234831 ] ], [ [ 119.7731106, 30.4234831 ], [ 119.7731154, 30.4235861 ] ], [ [ 119.7731154, 30.4235861 ], [ 119.7731399, 30.4236896 ] ], [ [ 119.7731399, 30.4236896 ], [ 119.7733082, 30.4240756 ] ], [ [ 119.7733082, 30.4240756 ], [ 119.7734288, 30.4243632 ] ], [ [ 119.7734288, 30.4243632 ], [ 119.7734698, 30.4244502 ] ], [ [ 119.7734698, 30.4244502 ], [ 119.7734909, 30.4245016 ] ], [ [ 119.7734909, 30.4245016 ], [ 119.7734821, 30.4245853 ] ], [ [ 119.7734821, 30.4245853 ], [ 119.7734297, 30.4246298 ] ], [ [ 119.7734297, 30.4246298 ], [ 119.7733639, 30.4246608 ] ], [ [ 119.7733639, 30.4246608 ], [ 119.773287, 30.4246781 ] ], [ [ 119.773287, 30.4246781 ], [ 119.7731787, 30.4246897 ] ], [ [ 119.7731787, 30.4246897 ], [ 119.7730204, 30.4247011 ] ], [ [ 119.7730204, 30.4247011 ], [ 119.772893, 30.4247277 ] ], [ [ 119.772893, 30.4247277 ], [ 119.7728219, 30.4247586 ] ], [ [ 119.7728219, 30.4247586 ], [ 119.772756, 30.4248169 ] ], [ [ 119.772756, 30.4248169 ], [ 119.7726739, 30.424909 ] ], [ [ 119.7726739, 30.424909 ], [ 119.7722104, 30.425421 ] ], [ [ 119.7722104, 30.425421 ], [ 119.7720191, 30.4256203 ] ], [ [ 119.7720191, 30.4256203 ], [ 119.7718768, 30.4257289 ] ], [ [ 119.7718768, 30.4257289 ], [ 119.7717562, 30.4258029 ] ], [ [ 119.7717562, 30.4258029 ], [ 119.7716195, 30.4258906 ] ], [ [ 119.7716195, 30.4258906 ], [ 119.7714803, 30.4259484 ] ], [ [ 119.7714803, 30.4259484 ], [ 119.771342, 30.4259841 ] ], [ [ 119.771342, 30.4259841 ], [ 119.7711995, 30.4260169 ] ], [ [ 119.7711995, 30.4260169 ], [ 119.7710909, 30.4260186 ] ], [ [ 119.7710909, 30.4260186 ], [ 119.7709863, 30.4260106 ] ], [ [ 119.7709863, 30.4260106 ], [ 119.7708143, 30.426002 ] ], [ [ 119.7708143, 30.426002 ], [ 119.7706837, 30.4260122 ] ], [ [ 119.7706837, 30.4260122 ], [ 119.7705072, 30.4260246 ] ], [ [ 119.7705072, 30.4260246 ], [ 119.770399, 30.4260307 ] ], [ [ 119.770399, 30.4260307 ], [ 119.7703167, 30.4260249 ] ], [ [ 119.7703167, 30.4260249 ], [ 119.7702282, 30.426011 ] ], [ [ 119.7702282, 30.426011 ], [ 119.7701033, 30.4259655 ] ], [ [ 119.7701033, 30.4259655 ], [ 119.7697988, 30.4258432 ] ], [ [ 119.7697988, 30.4258432 ], [ 119.7697083, 30.425765 ] ], [ [ 119.7697083, 30.425765 ], [ 119.7696695, 30.425706 ] ], [ [ 119.7696695, 30.425706 ], [ 119.7696399, 30.4256133 ] ], [ [ 119.7696399, 30.4256133 ], [ 119.7696022, 30.4254801 ] ], [ [ 119.7696022, 30.4254801 ], [ 119.7695689, 30.4254063 ] ], [ [ 119.7695689, 30.4254063 ], [ 119.7695282, 30.4253517 ] ], [ [ 119.7695282, 30.4253517 ], [ 119.7694773, 30.4253123 ] ], [ [ 119.7694773, 30.4253123 ], [ 119.7694084, 30.4252849 ] ], [ [ 119.7694084, 30.4252849 ], [ 119.7693109, 30.4252524 ] ], [ [ 119.7693109, 30.4252524 ], [ 119.7692195, 30.4252085 ] ], [ [ 119.7692195, 30.4252085 ], [ 119.7691574, 30.4251708 ] ], [ [ 119.7691574, 30.4251708 ], [ 119.7690856, 30.4251154 ] ], [ [ 119.7690856, 30.4251154 ], [ 119.7689904, 30.4250204 ] ], [ [ 119.7689904, 30.4250204 ], [ 119.7686809, 30.4246777 ] ], [ [ 119.7686809, 30.4246777 ], [ 119.7686226, 30.424482 ] ], [ [ 119.7686226, 30.424482 ], [ 119.768359, 30.4237745 ] ], [ [ 119.768359, 30.4237745 ], [ 119.7682774, 30.42357 ] ], [ [ 119.7682774, 30.42357 ], [ 119.7682492, 30.4235137 ] ], [ [ 119.7682492, 30.4235137 ], [ 119.768204, 30.4234673 ] ], [ [ 119.768204, 30.4234673 ], [ 119.7681305, 30.4234319 ] ], [ [ 119.7681305, 30.4234319 ], [ 119.7680482, 30.4234213 ] ], [ [ 119.7680482, 30.4234213 ], [ 119.7679338, 30.4234251 ] ], [ [ 119.7679338, 30.4234251 ], [ 119.767825, 30.4234417 ] ], [ [ 119.767825, 30.4234417 ], [ 119.7676675, 30.4234787 ] ], [ [ 119.7676675, 30.4234787 ], [ 119.7675486, 30.4235266 ] ], [ [ 119.7675486, 30.4235266 ], [ 119.7674628, 30.4235825 ] ], [ [ 119.7674628, 30.4235825 ], [ 119.7673681, 30.4236694 ] ], [ [ 119.7673681, 30.4236694 ], [ 119.7673174, 30.4237507 ] ], [ [ 119.7673174, 30.4237507 ], [ 119.7672754, 30.423829 ] ], [ [ 119.7672754, 30.423829 ], [ 119.7672342, 30.4243829 ] ], [ [ 119.7672342, 30.4243829 ], [ 119.7672037, 30.424506 ] ], [ [ 119.7672037, 30.424506 ], [ 119.7671514, 30.424647 ] ], [ [ 119.7671514, 30.424647 ], [ 119.7669314, 30.4251201 ] ], [ [ 119.7669314, 30.4251201 ], [ 119.7668589, 30.4252259 ] ], [ [ 119.7668589, 30.4252259 ], [ 119.7667497, 30.4253037 ] ], [ [ 119.7667497, 30.4253037 ], [ 119.7665857, 30.4253747 ] ], [ [ 119.7665857, 30.4253747 ], [ 119.7661116, 30.4255173 ] ], [ [ 119.7661116, 30.4255173 ], [ 119.76587, 30.4255899 ] ], [ [ 119.76587, 30.4255899 ], [ 119.76565, 30.42563 ] ], [ [ 119.76565, 30.42563 ], [ 119.7654985, 30.4256373 ] ], [ [ 119.7654985, 30.4256373 ], [ 119.7653595, 30.4256052 ] ], [ [ 119.7653595, 30.4256052 ], [ 119.7652082, 30.4255593 ] ], [ [ 119.7652082, 30.4255593 ], [ 119.7640986, 30.4251453 ] ], [ [ 119.7640986, 30.4251453 ], [ 119.7638541, 30.42507 ] ], [ [ 119.7638541, 30.42507 ], [ 119.7635259, 30.4250509 ] ], [ [ 119.7635259, 30.4250509 ], [ 119.763218, 30.4250248 ] ], [ [ 119.763218, 30.4250248 ], [ 119.7630157, 30.4249732 ] ], [ [ 119.7630157, 30.4249732 ], [ 119.7628681, 30.4249355 ] ], [ [ 119.7628681, 30.4249355 ], [ 119.7623994, 30.4248312 ] ], [ [ 119.7623994, 30.4248312 ], [ 119.762034, 30.4247851 ] ], [ [ 119.762034, 30.4247851 ], [ 119.7618115, 30.4247666 ] ], [ [ 119.7618115, 30.4247666 ], [ 119.7616237, 30.4247634 ] ], [ [ 119.7616237, 30.4247634 ], [ 119.7614549, 30.4247666 ] ], [ [ 119.7614549, 30.4247666 ], [ 119.7612622, 30.42479 ] ], [ [ 119.7612622, 30.42479 ], [ 119.7611, 30.4248223 ] ], [ [ 119.7611, 30.4248223 ], [ 119.7609197, 30.424874 ] ], [ [ 119.7609197, 30.424874 ], [ 119.7607398, 30.4249669 ] ], [ [ 119.7607398, 30.4249669 ], [ 119.76059, 30.42505 ] ], [ [ 119.76059, 30.42505 ], [ 119.7604674, 30.4251792 ] ], [ [ 119.7604674, 30.4251792 ], [ 119.7603988, 30.4252895 ] ], [ [ 119.7603988, 30.4252895 ], [ 119.7603657, 30.4253731 ] ], [ [ 119.7603657, 30.4253731 ], [ 119.7602732, 30.4255941 ] ], [ [ 119.7602732, 30.4255941 ], [ 119.7602195, 30.4256794 ] ], [ [ 119.7602195, 30.4256794 ], [ 119.7601667, 30.4257382 ] ], [ [ 119.7601667, 30.4257382 ], [ 119.7600899, 30.4258004 ] ], [ [ 119.7600899, 30.4258004 ], [ 119.7599598, 30.4258747 ] ], [ [ 119.7599598, 30.4258747 ], [ 119.7593517, 30.4261722 ] ], [ [ 119.7593517, 30.4261722 ], [ 119.7592085, 30.4262278 ] ], [ [ 119.7592085, 30.4262278 ], [ 119.7591068, 30.4262588 ] ], [ [ 119.7591068, 30.4262588 ], [ 119.7590167, 30.4262821 ] ], [ [ 119.7590167, 30.4262821 ], [ 119.7588811, 30.4263119 ] ], [ [ 119.7588811, 30.4263119 ], [ 119.7587598, 30.4263247 ] ], [ [ 119.7587598, 30.4263247 ], [ 119.7586099, 30.4263279 ] ], [ [ 119.7586099, 30.4263279 ], [ 119.7584396, 30.4263253 ] ], [ [ 119.7584396, 30.4263253 ], [ 119.7583071, 30.4263206 ] ], [ [ 119.7583071, 30.4263206 ], [ 119.7581588, 30.426299 ] ], [ [ 119.7581588, 30.426299 ], [ 119.7573255, 30.4260409 ] ], [ [ 119.7573255, 30.4260409 ], [ 119.7567059, 30.425838 ] ], [ [ 119.7567059, 30.425838 ], [ 119.7565021, 30.4257173 ] ], [ [ 119.7565021, 30.4257173 ], [ 119.7561983, 30.4254815 ] ], [ [ 119.7561983, 30.4254815 ], [ 119.7560885, 30.4254071 ] ], [ [ 119.7560885, 30.4254071 ], [ 119.7559662, 30.4253504 ] ], [ [ 119.7559662, 30.4253504 ], [ 119.7557413, 30.4252851 ] ], [ [ 119.7557413, 30.4252851 ], [ 119.7555291, 30.425238 ] ], [ [ 119.7764033, 30.4275947 ], [ 119.7763876, 30.4274972 ] ], [ [ 119.7763876, 30.4274972 ], [ 119.7763719, 30.4274457 ] ], [ [ 119.7763719, 30.4274457 ], [ 119.7763562, 30.4273834 ] ], [ [ 119.7763562, 30.4273834 ], [ 119.776328, 30.4273157 ] ], [ [ 119.776328, 30.4273157 ], [ 119.7763091, 30.4272805 ] ], [ [ 119.7763091, 30.4272805 ], [ 119.7762808, 30.4272561 ] ], [ [ 119.7762808, 30.4272561 ], [ 119.7762494, 30.4272426 ] ], [ [ 119.7762494, 30.4272426 ], [ 119.776218, 30.427229 ] ], [ [ 119.776218, 30.427229 ], [ 119.7761866, 30.4272047 ] ], [ [ 119.7761866, 30.4272047 ], [ 119.7761646, 30.4271694 ] ], [ [ 119.7761646, 30.4271694 ], [ 119.7761489, 30.4271396 ] ], [ [ 119.7761489, 30.4271396 ], [ 119.7761363, 30.4270855 ] ], [ [ 119.7761363, 30.4270855 ], [ 119.7761269, 30.4270232 ] ], [ [ 119.7761269, 30.4270232 ], [ 119.7761175, 30.4269636 ] ], [ [ 119.7761175, 30.4269636 ], [ 119.7761175, 30.4269121 ] ], [ [ 119.7761175, 30.4269121 ], [ 119.7761363, 30.4268769 ] ], [ [ 119.7761363, 30.4268769 ], [ 119.7761583, 30.4268498 ] ], [ [ 119.7761583, 30.4268498 ], [ 119.7761834, 30.4268173 ] ], [ [ 119.7761834, 30.4268173 ], [ 119.776218, 30.4267929 ] ], [ [ 119.776218, 30.4267929 ], [ 119.7762588, 30.4267712 ] ], [ [ 119.7762588, 30.4267712 ], [ 119.7763814, 30.4267604 ] ], [ [ 119.7763814, 30.4267604 ], [ 119.7764725, 30.4267469 ] ], [ [ 119.7764725, 30.4267469 ], [ 119.7765981, 30.4267387 ] ], [ [ 119.7765981, 30.4267387 ], [ 119.7767615, 30.4267306 ] ], [ [ 119.7767615, 30.4267306 ], [ 119.7768714, 30.4267415 ] ], [ [ 119.7768714, 30.4267415 ], [ 119.7769814, 30.4267333 ] ], [ [ 119.7769814, 30.4267333 ], [ 119.7770788, 30.4267144 ] ], [ [ 119.7770788, 30.4267144 ], [ 119.7771573, 30.4267198 ] ], [ [ 119.7771573, 30.4267198 ], [ 119.7772013, 30.4267442 ] ], [ [ 119.7772013, 30.4267442 ], [ 119.7772484, 30.4268146 ] ], [ [ 119.7772484, 30.4268146 ], [ 119.7772704, 30.4268823 ] ], [ [ 119.7772704, 30.4268823 ], [ 119.7773049, 30.4269446 ] ], [ [ 119.7773049, 30.4269446 ], [ 119.7773395, 30.4269879 ] ], [ [ 119.7773395, 30.4269879 ], [ 119.7773803, 30.4270232 ] ], [ [ 119.7773803, 30.4270232 ], [ 119.7774369, 30.427053 ] ], [ [ 119.7774369, 30.427053 ], [ 119.7775091, 30.4270773 ] ], [ [ 119.7775091, 30.4270773 ], [ 119.7776065, 30.4271017 ] ], [ [ 119.7776065, 30.4271017 ], [ 119.7777196, 30.4271234 ] ], [ [ 119.7777196, 30.4271234 ], [ 119.7778421, 30.4271396 ] ], [ [ 119.7778421, 30.4271396 ], [ 119.7779301, 30.4271424 ] ], [ [ 119.7779301, 30.4271424 ], [ 119.7779866, 30.4271451 ] ], [ [ 119.7779866, 30.4271451 ], [ 119.7780495, 30.4271369 ] ], [ [ 119.7780495, 30.4271369 ], [ 119.7781154, 30.4271342 ] ], [ [ 119.7781154, 30.4271342 ], [ 119.7781657, 30.4271396 ] ], [ [ 119.7781657, 30.4271396 ], [ 119.7782097, 30.4271478 ] ], [ [ 119.7782097, 30.4271478 ], [ 119.7782882, 30.4271559 ] ], [ [ 119.7782882, 30.4271559 ], [ 119.7783542, 30.4271667 ] ], [ [ 119.7783542, 30.4271667 ], [ 119.7784296, 30.4271694 ] ], [ [ 119.7784296, 30.4271694 ], [ 119.7785018, 30.4271749 ] ], [ [ 119.7785018, 30.4271749 ], [ 119.778648, 30.4271884 ] ], [ [ 119.778648, 30.4271884 ], [ 119.7787486, 30.4272019 ] ], [ [ 119.7787486, 30.4272019 ], [ 119.7788177, 30.4271911 ] ], [ [ 119.7788177, 30.4271911 ], [ 119.7788742, 30.4271749 ] ], [ [ 119.7788742, 30.4271749 ], [ 119.7789433, 30.4271342 ] ], [ [ 119.7789433, 30.4271342 ], [ 119.779025, 30.4270936 ] ], [ [ 119.779025, 30.4270936 ], [ 119.7791036, 30.4270584 ] ], [ [ 119.7791036, 30.4270584 ], [ 119.7791664, 30.4270313 ] ], [ [ 119.7791664, 30.4270313 ], [ 119.7792575, 30.4270096 ] ], [ [ 119.7792575, 30.4270096 ], [ 119.7793612, 30.4269907 ] ], [ [ 119.7793612, 30.4269907 ], [ 119.7794711, 30.4269879 ] ], [ [ 119.7794711, 30.4269879 ], [ 119.7795715, 30.4269929 ] ], [ [ 119.7795715, 30.4269929 ], [ 119.779618, 30.4270025 ] ], [ [ 119.779618, 30.4270025 ], [ 119.7796459, 30.4270025 ] ], [ [ 119.7796459, 30.4270025 ], [ 119.7796701, 30.4269977 ] ], [ [ 119.7796701, 30.4269977 ], [ 119.779685, 30.4269849 ] ], [ [ 119.779685, 30.4269849 ], [ 119.7796906, 30.4269672 ] ], [ [ 119.7796906, 30.4269672 ], [ 119.779685, 30.4269512 ] ], [ [ 119.779685, 30.4269512 ], [ 119.7796757, 30.4269384 ] ], [ [ 119.7796757, 30.4269384 ], [ 119.7796571, 30.4269223 ] ], [ [ 119.7796571, 30.4269223 ], [ 119.7796292, 30.4269127 ] ], [ [ 119.7796292, 30.4269127 ], [ 119.7795938, 30.4269015 ] ], [ [ 119.7795938, 30.4269015 ], [ 119.7795511, 30.4268983 ] ], [ [ 119.7795511, 30.4268983 ], [ 119.779499, 30.4268919 ] ], [ [ 119.779499, 30.4268919 ], [ 119.7794153, 30.4268806 ] ], [ [ 119.7794153, 30.4268806 ], [ 119.7791217, 30.426855 ] ], [ [ 119.7791217, 30.426855 ], [ 119.7789952, 30.4268469 ] ], [ [ 119.7789952, 30.4268469 ], [ 119.7788947, 30.4268421 ] ], [ [ 119.7788947, 30.4268421 ], [ 119.7787776, 30.4268341 ] ], [ [ 119.7787776, 30.4268341 ], [ 119.7787125, 30.4268309 ] ], [ [ 119.7787125, 30.4268309 ], [ 119.7786548, 30.4268341 ] ], [ [ 119.7786548, 30.4268341 ], [ 119.7785785, 30.4268421 ] ], [ [ 119.7785785, 30.4268421 ], [ 119.7785134, 30.4268502 ] ], [ [ 119.7785134, 30.4268502 ], [ 119.7784688, 30.4268566 ] ], [ [ 119.7784688, 30.4268566 ], [ 119.7784446, 30.4268598 ] ], [ [ 119.7784446, 30.4268598 ], [ 119.7784167, 30.4268582 ] ], [ [ 119.7784167, 30.4268582 ], [ 119.7783999, 30.4268534 ] ], [ [ 119.7783999, 30.4268534 ], [ 119.7783851, 30.4268389 ] ], [ [ 119.7783851, 30.4268389 ], [ 119.7783795, 30.4268181 ] ], [ [ 119.7783795, 30.4268181 ], [ 119.7783851, 30.4268004 ] ], [ [ 119.7783851, 30.4268004 ], [ 119.7784055, 30.4267844 ] ], [ [ 119.7784055, 30.4267844 ], [ 119.7784334, 30.4267716 ] ], [ [ 119.7784334, 30.4267716 ], [ 119.7784855, 30.4267619 ] ], [ [ 119.7784855, 30.4267619 ], [ 119.7789309, 30.4266545 ] ], [ [ 119.7789309, 30.4266545 ], [ 119.7790462, 30.426632 ] ], [ [ 119.7790462, 30.426632 ], [ 119.7790927, 30.4266256 ] ], [ [ 119.7790927, 30.4266256 ], [ 119.7791504, 30.4266272 ] ], [ [ 119.7791504, 30.4266272 ], [ 119.7791969, 30.4266272 ] ], [ [ 119.7791969, 30.4266272 ], [ 119.7792471, 30.4266288 ] ], [ [ 119.7792471, 30.4266288 ], [ 119.7792806, 30.4266256 ] ], [ [ 119.7792806, 30.4266256 ], [ 119.7793067, 30.4266208 ] ], [ [ 119.7793067, 30.4266208 ], [ 119.7793234, 30.426608 ] ], [ [ 119.7793234, 30.426608 ], [ 119.7793308, 30.4265903 ] ], [ [ 119.7793308, 30.4265903 ], [ 119.779329, 30.4265711 ] ], [ [ 119.779329, 30.4265711 ], [ 119.7793085, 30.4265566 ] ], [ [ 119.7793085, 30.4265566 ], [ 119.7792881, 30.4265438 ] ], [ [ 119.7792881, 30.4265438 ], [ 119.7792583, 30.4265406 ] ], [ [ 119.7792583, 30.4265406 ], [ 119.7792062, 30.4265358 ] ], [ [ 119.7792062, 30.4265358 ], [ 119.7791206, 30.426531 ] ], [ [ 119.7791206, 30.426531 ], [ 119.7790165, 30.4265294 ] ], [ [ 119.7790165, 30.4265294 ], [ 119.7788863, 30.4265342 ] ], [ [ 119.7788863, 30.4265342 ], [ 119.7787598, 30.4265454 ] ], [ [ 119.7787598, 30.4265454 ], [ 119.7785161, 30.426555 ] ], [ [ 119.7785161, 30.426555 ], [ 119.778438, 30.426555 ] ], [ [ 119.778438, 30.426555 ], [ 119.7783915, 30.4265486 ] ], [ [ 119.7783915, 30.4265486 ], [ 119.7783691, 30.4265422 ] ], [ [ 119.7783691, 30.4265422 ], [ 119.7783543, 30.4265278 ] ], [ [ 119.7783543, 30.4265278 ], [ 119.7783487, 30.4265101 ] ], [ [ 119.7783487, 30.4265101 ], [ 119.7783561, 30.4264893 ] ], [ [ 119.7783561, 30.4264893 ], [ 119.7783747, 30.4264716 ] ], [ [ 119.7783747, 30.4264716 ], [ 119.7784045, 30.4264556 ] ], [ [ 119.7784045, 30.4264556 ], [ 119.7784342, 30.4264379 ] ], [ [ 119.7784342, 30.4264379 ], [ 119.7784845, 30.4264283 ] ], [ [ 119.7784845, 30.4264283 ], [ 119.7786221, 30.4264026 ] ], [ [ 119.7786221, 30.4264026 ], [ 119.7787107, 30.4263931 ] ], [ [ 119.7787107, 30.4263931 ], [ 119.778755, 30.4263835 ] ], [ [ 119.778755, 30.4263835 ], [ 119.778806, 30.4263644 ] ], [ [ 119.778806, 30.4263644 ], [ 119.7788968, 30.4263281 ] ], [ [ 119.7788968, 30.4263281 ], [ 119.7789898, 30.426288 ] ], [ [ 119.7789898, 30.426288 ], [ 119.7790629, 30.4262708 ] ], [ [ 119.7790629, 30.4262708 ], [ 119.7791072, 30.4262517 ] ], [ [ 119.7791072, 30.4262517 ], [ 119.7791471, 30.4262307 ] ], [ [ 119.7791471, 30.4262307 ], [ 119.7791637, 30.4262087 ] ], [ [ 119.7791637, 30.4262087 ], [ 119.7791648, 30.4261792 ] ], [ [ 119.7791648, 30.4261792 ], [ 119.7791582, 30.4261486 ] ], [ [ 119.7791582, 30.4261486 ], [ 119.7791427, 30.4261352 ] ], [ [ 119.7791427, 30.4261352 ], [ 119.7790962, 30.4261333 ] ], [ [ 119.7790962, 30.4261333 ], [ 119.7790474, 30.426139 ] ], [ [ 119.7790474, 30.426139 ], [ 119.7789876, 30.426162 ] ], [ [ 119.7789876, 30.426162 ], [ 119.7789389, 30.4261734 ] ], [ [ 119.7789389, 30.4261734 ], [ 119.7788724, 30.4261925 ] ], [ [ 119.7788724, 30.4261925 ], [ 119.778786, 30.4262231 ] ], [ [ 119.778786, 30.4262231 ], [ 119.7787174, 30.4262365 ] ], [ [ 119.7787174, 30.4262365 ], [ 119.7786421, 30.426246 ] ], [ [ 119.7786421, 30.426246 ], [ 119.7785645, 30.4262537 ] ], [ [ 119.7785645, 30.4262537 ], [ 119.7784516, 30.4262766 ] ], [ [ 119.7784516, 30.4262766 ], [ 119.7783637, 30.4263043 ] ], [ [ 119.7783637, 30.4263043 ], [ 119.7783238, 30.4263113 ] ], [ [ 119.7783238, 30.4263113 ], [ 119.7782961, 30.4263107 ] ], [ [ 119.7782961, 30.4263107 ], [ 119.7782788, 30.4262938 ] ], [ [ 119.7782788, 30.4262938 ], [ 119.7782743, 30.4262747 ] ], [ [ 119.7782743, 30.4262747 ], [ 119.7782965, 30.4262498 ] ], [ [ 119.7782965, 30.4262498 ], [ 119.7783275, 30.4262307 ] ], [ [ 119.7783275, 30.4262307 ], [ 119.7784117, 30.4261983 ] ], [ [ 119.7784117, 30.4261983 ], [ 119.7786133, 30.4261238 ] ], [ [ 119.7786133, 30.4261238 ], [ 119.7788281, 30.4260435 ] ], [ [ 119.7788281, 30.4260435 ], [ 119.7788747, 30.4260206 ] ], [ [ 119.7788747, 30.4260206 ], [ 119.7788968, 30.4260092 ] ], [ [ 119.7788968, 30.4260092 ], [ 119.7789079, 30.425992 ] ], [ [ 119.7789079, 30.425992 ], [ 119.7789123, 30.425969 ] ], [ [ 119.7789123, 30.425969 ], [ 119.7788946, 30.425948 ] ], [ [ 119.7788946, 30.425948 ], [ 119.7788658, 30.4259385 ] ], [ [ 119.7788658, 30.4259385 ], [ 119.7788392, 30.4259385 ] ], [ [ 119.7788392, 30.4259385 ], [ 119.7787993, 30.425948 ] ], [ [ 119.7787993, 30.425948 ], [ 119.778744, 30.425969 ] ], [ [ 119.778744, 30.425969 ], [ 119.7786841, 30.4259958 ] ], [ [ 119.7786841, 30.4259958 ], [ 119.7785822, 30.4260416 ] ], [ [ 119.7785822, 30.4260416 ], [ 119.7784959, 30.4260722 ] ], [ [ 119.7784959, 30.4260722 ], [ 119.7784427, 30.4260894 ] ], [ [ 119.7784427, 30.4260894 ], [ 119.7784072, 30.426097 ] ], [ [ 119.7784072, 30.426097 ], [ 119.7783785, 30.426097 ] ], [ [ 119.7783785, 30.426097 ], [ 119.7783541, 30.4260894 ] ], [ [ 119.7783541, 30.4260894 ], [ 119.7783364, 30.4260684 ] ], [ [ 119.7783364, 30.4260684 ], [ 119.7783408, 30.4260397 ] ], [ [ 119.7783408, 30.4260397 ], [ 119.7783674, 30.4260187 ] ], [ [ 119.7783674, 30.4260187 ], [ 119.778405, 30.4259996 ] ], [ [ 119.778405, 30.4259996 ], [ 119.7784715, 30.425969 ] ], [ [ 119.7784715, 30.425969 ], [ 119.7785822, 30.425927 ] ], [ [ 119.7785822, 30.425927 ], [ 119.7786576, 30.4258926 ] ], [ [ 119.7786576, 30.4258926 ], [ 119.7787506, 30.4258315 ] ], [ [ 119.7787506, 30.4258315 ], [ 119.778806, 30.4257876 ] ], [ [ 119.778806, 30.4257876 ], [ 119.778837, 30.4257608 ] ], [ [ 119.778837, 30.4257608 ], [ 119.7788547, 30.4257246 ] ], [ [ 119.7788547, 30.4257246 ], [ 119.7788569, 30.4256749 ] ], [ [ 119.7788569, 30.4256749 ], [ 119.7788547, 30.4256233 ] ], [ [ 119.7788547, 30.4256233 ], [ 119.7788484, 30.4255326 ] ], [ [ 119.7788484, 30.4255326 ], [ 119.7788429, 30.4254813 ] ], [ [ 119.7788429, 30.4254813 ], [ 119.7788466, 30.4254492 ] ], [ [ 119.7788466, 30.4254492 ], [ 119.7788559, 30.4254204 ] ], [ [ 119.7788559, 30.4254204 ], [ 119.7788726, 30.4253931 ] ], [ [ 119.7788726, 30.4253931 ], [ 119.778895, 30.4253546 ] ], [ [ 119.778895, 30.4253546 ], [ 119.778921, 30.4253193 ] ], [ [ 119.778921, 30.4253193 ], [ 119.778934, 30.4252969 ] ], [ [ 119.778934, 30.4252969 ], [ 119.7789359, 30.4252776 ] ], [ [ 119.7789359, 30.4252776 ], [ 119.7789322, 30.4252616 ] ], [ [ 119.7789322, 30.4252616 ], [ 119.7789117, 30.4252503 ] ], [ [ 119.7789117, 30.4252503 ], [ 119.7788894, 30.4252455 ] ], [ [ 119.7788894, 30.4252455 ], [ 119.7788689, 30.4252487 ] ], [ [ 119.7788689, 30.4252487 ], [ 119.7788484, 30.4252616 ] ], [ [ 119.7788484, 30.4252616 ], [ 119.7788261, 30.425284 ] ], [ [ 119.7788261, 30.425284 ], [ 119.7788001, 30.4253097 ] ], [ [ 119.7788001, 30.4253097 ], [ 119.7787703, 30.4253434 ] ], [ [ 119.7787703, 30.4253434 ], [ 119.7787294, 30.4253867 ] ], [ [ 119.7787294, 30.4253867 ], [ 119.7787108, 30.4254188 ] ], [ [ 119.7787108, 30.4254188 ], [ 119.7787015, 30.4254492 ] ], [ [ 119.7787015, 30.4254492 ], [ 119.7786959, 30.4254765 ] ], [ [ 119.7786959, 30.4254765 ], [ 119.7786978, 30.4255022 ] ], [ [ 119.7786978, 30.4255022 ], [ 119.7786996, 30.4255326 ] ], [ [ 119.7786996, 30.4255326 ], [ 119.7787034, 30.4255583 ] ], [ [ 119.7787034, 30.4255583 ], [ 119.7787071, 30.4255888 ] ], [ [ 119.7787071, 30.4255888 ], [ 119.7787015, 30.4256161 ] ], [ [ 119.7787015, 30.4256161 ], [ 119.7786903, 30.4256449 ] ], [ [ 119.7786903, 30.4256449 ], [ 119.778668, 30.4256706 ] ], [ [ 119.778668, 30.4256706 ], [ 119.7786308, 30.4256995 ] ], [ [ 119.7786308, 30.4256995 ], [ 119.778588, 30.4257235 ] ], [ [ 119.778588, 30.4257235 ], [ 119.778549, 30.4257476 ] ], [ [ 119.778549, 30.4257476 ], [ 119.7785192, 30.425762 ] ], [ [ 119.7785192, 30.425762 ], [ 119.7784913, 30.42577 ] ], [ [ 119.7784913, 30.42577 ], [ 119.7784615, 30.42577 ] ], [ [ 119.7784615, 30.42577 ], [ 119.7784411, 30.4257604 ] ], [ [ 119.7784411, 30.4257604 ], [ 119.7784299, 30.4257476 ] ], [ [ 119.7784299, 30.4257476 ], [ 119.7784243, 30.4257267 ] ], [ [ 119.7784243, 30.4257267 ], [ 119.7784299, 30.4256995 ] ], [ [ 119.7784299, 30.4256995 ], [ 119.7784429, 30.425669 ] ], [ [ 119.7784429, 30.425669 ], [ 119.7784634, 30.4256337 ] ], [ [ 119.7784634, 30.4256337 ], [ 119.7784857, 30.4255904 ] ], [ [ 119.7784857, 30.4255904 ], [ 119.7785043, 30.4255391 ] ], [ [ 119.7785043, 30.4255391 ], [ 119.7785173, 30.4254845 ] ], [ [ 119.7785173, 30.4254845 ], [ 119.7785248, 30.4254252 ] ], [ [ 119.7785248, 30.4254252 ], [ 119.7785285, 30.425369 ] ], [ [ 119.7785285, 30.425369 ], [ 119.7785397, 30.4253338 ] ], [ [ 119.7785397, 30.4253338 ], [ 119.7785527, 30.4252985 ] ], [ [ 119.7785527, 30.4252985 ], [ 119.7785899, 30.4252407 ] ], [ [ 119.7785899, 30.4252407 ], [ 119.7786159, 30.4251926 ] ], [ [ 119.7786159, 30.4251926 ], [ 119.7786382, 30.4251429 ] ], [ [ 119.7786382, 30.4251429 ], [ 119.778655, 30.4250964 ] ], [ [ 119.778655, 30.4250964 ], [ 119.778681, 30.4250418 ] ], [ [ 119.778681, 30.4250418 ], [ 119.7787164, 30.4249953 ] ], [ [ 119.7787164, 30.4249953 ], [ 119.7787536, 30.4249616 ] ], [ [ 119.7787536, 30.4249616 ], [ 119.7788205, 30.4249199 ] ], [ [ 119.7788205, 30.4249199 ], [ 119.778867, 30.4248959 ] ], [ [ 119.778867, 30.4248959 ], [ 119.7789266, 30.4248718 ] ], [ [ 119.7789266, 30.4248718 ], [ 119.7789768, 30.424859 ] ], [ [ 119.7789768, 30.424859 ], [ 119.7790159, 30.4248558 ] ], [ [ 119.7790159, 30.4248558 ], [ 119.7790531, 30.4248558 ] ], [ [ 119.7790531, 30.4248558 ], [ 119.7790847, 30.4248686 ] ], [ [ 119.7790847, 30.4248686 ], [ 119.7791163, 30.424883 ] ], [ [ 119.7791163, 30.424883 ], [ 119.7791349, 30.4249023 ] ], [ [ 119.7791349, 30.4249023 ], [ 119.7791591, 30.4249376 ] ], [ [ 119.7791591, 30.4249376 ], [ 119.7792, 30.4249793 ] ], [ [ 119.7792, 30.4249793 ], [ 119.7792688, 30.4250418 ] ], [ [ 119.7792688, 30.4250418 ], [ 119.7793246, 30.4250707 ] ], [ [ 119.7793246, 30.4250707 ], [ 119.7793656, 30.4250787 ] ], [ [ 119.7793656, 30.4250787 ], [ 119.7794009, 30.4250819 ] ], [ [ 119.7794009, 30.4250819 ], [ 119.7794344, 30.4250787 ] ], [ [ 119.7794344, 30.4250787 ], [ 119.7794735, 30.4250659 ] ], [ [ 119.7794735, 30.4250659 ], [ 119.7795107, 30.4250402 ] ], [ [ 119.7795107, 30.4250402 ], [ 119.7795386, 30.4250081 ] ], [ [ 119.7795386, 30.4250081 ], [ 119.7795646, 30.4249713 ] ], [ [ 119.7795646, 30.4249713 ], [ 119.7796018, 30.4249312 ] ], [ [ 119.7796018, 30.4249312 ], [ 119.779626, 30.4249103 ] ], [ [ 119.779626, 30.4249103 ], [ 119.7796483, 30.4248975 ] ], [ [ 119.7796483, 30.4248975 ], [ 119.7796706, 30.4248878 ] ], [ [ 119.7796706, 30.4248878 ], [ 119.7797023, 30.4248766 ] ], [ [ 119.7797023, 30.4248766 ], [ 119.7797339, 30.4248718 ] ], [ [ 119.7797339, 30.4248718 ], [ 119.7797655, 30.4248686 ] ], [ [ 119.7797655, 30.4248686 ], [ 119.7798083, 30.424867 ] ], [ [ 119.7798083, 30.424867 ], [ 119.7798455, 30.424867 ] ], [ [ 119.7798455, 30.424867 ], [ 119.779879, 30.4248654 ] ], [ [ 119.779879, 30.4248654 ], [ 119.779918, 30.4248558 ] ], [ [ 119.779918, 30.4248558 ], [ 119.7800259, 30.4248237 ] ], [ [ 119.7800259, 30.4248237 ], [ 119.7801915, 30.4247675 ] ], [ [ 119.7801915, 30.4247675 ], [ 119.7802194, 30.4247563 ] ], [ [ 119.7802194, 30.4247563 ], [ 119.7802324, 30.4247403 ] ], [ [ 119.7802324, 30.4247403 ], [ 119.7802361, 30.4247226 ] ], [ [ 119.7802361, 30.4247226 ], [ 119.7802305, 30.4247018 ] ], [ [ 119.7802305, 30.4247018 ], [ 119.7802194, 30.4246873 ] ], [ [ 119.7802194, 30.4246873 ], [ 119.7802008, 30.4246777 ] ], [ [ 119.7802008, 30.4246777 ], [ 119.780177, 30.4246758 ] ], [ [ 119.780177, 30.4246758 ], [ 119.7801312, 30.4246822 ] ], [ [ 119.7801312, 30.4246822 ], [ 119.7800816, 30.4246961 ] ], [ [ 119.7800816, 30.4246961 ], [ 119.7800331, 30.4247108 ] ], [ [ 119.7800331, 30.4247108 ], [ 119.7799734, 30.4247243 ] ], [ [ 119.7799734, 30.4247243 ], [ 119.7799231, 30.4247324 ] ], [ [ 119.7799231, 30.4247324 ], [ 119.7798854, 30.4247324 ] ], [ [ 119.7798854, 30.4247324 ], [ 119.7798383, 30.4247243 ] ], [ [ 119.7798383, 30.4247243 ], [ 119.7797818, 30.4247108 ] ], [ [ 119.7797818, 30.4247108 ], [ 119.7797315, 30.4246999 ] ], [ [ 119.7797315, 30.4246999 ], [ 119.7796875, 30.4246918 ] ], [ [ 119.7796875, 30.4246918 ], [ 119.7796435, 30.4246918 ] ], [ [ 119.7796435, 30.4246918 ], [ 119.7796088, 30.4246941 ] ], [ [ 119.7796088, 30.4246941 ], [ 119.7795765, 30.4246993 ] ], [ [ 119.7795765, 30.4246993 ], [ 119.7795299, 30.4247108 ] ], [ [ 119.7795299, 30.4247108 ], [ 119.7794847, 30.424721 ] ], [ [ 119.7794847, 30.424721 ], [ 119.7794454, 30.4247263 ] ], [ [ 119.7794454, 30.4247263 ], [ 119.7794136, 30.4247204 ] ], [ [ 119.7794136, 30.4247204 ], [ 119.779387, 30.4247069 ] ], [ [ 119.779387, 30.4247069 ], [ 119.7793692, 30.4246885 ] ], [ [ 119.7793692, 30.4246885 ], [ 119.7793541, 30.4246556 ] ], [ [ 119.7793541, 30.4246556 ], [ 119.7793458, 30.4246295 ] ], [ [ 119.7793458, 30.4246295 ], [ 119.7793451, 30.4245889 ] ], [ [ 119.7793451, 30.4245889 ], [ 119.7793514, 30.4245482 ] ], [ [ 119.7793514, 30.4245482 ], [ 119.779364, 30.4244724 ] ], [ [ 119.779364, 30.4244724 ], [ 119.779364, 30.4244019 ] ], [ [ 119.779364, 30.4244019 ], [ 119.7793514, 30.4243369 ] ], [ [ 119.7793514, 30.4243369 ], [ 119.7793231, 30.4242692 ] ], [ [ 119.7793231, 30.4242692 ], [ 119.7792634, 30.4241446 ] ], [ [ 119.7792634, 30.4241446 ], [ 119.7792195, 30.4240552 ] ], [ [ 119.7792195, 30.4240552 ], [ 119.7791474, 30.4239634 ] ], [ [ 119.7488717, 30.433324 ], [ 119.7489714, 30.4331437 ] ], [ [ 119.7489714, 30.4331437 ], [ 119.7492054, 30.4325746 ] ], [ [ 119.7492054, 30.4325746 ], [ 119.7492415, 30.4324826 ] ], [ [ 119.7492415, 30.4324826 ], [ 119.7493192, 30.4322844 ] ], [ [ 119.7493192, 30.4322844 ], [ 119.7494717, 30.4318954 ] ], [ [ 119.7494717, 30.4318954 ], [ 119.7496107, 30.4315507 ] ], [ [ 119.7496107, 30.4315507 ], [ 119.7496658, 30.4314557 ] ], [ [ 119.7496658, 30.4314557 ], [ 119.7497175, 30.4313964 ] ], [ [ 119.7497175, 30.4313964 ], [ 119.7497874, 30.4313437 ] ], [ [ 119.7497874, 30.4313437 ], [ 119.7498983, 30.4313018 ] ], [ [ 119.7498983, 30.4313018 ], [ 119.7500199, 30.4312648 ] ], [ [ 119.7500199, 30.4312648 ], [ 119.75099, 30.4311251 ] ], [ [ 119.75099, 30.4311251 ], [ 119.7517693, 30.4310025 ] ], [ [ 119.7517693, 30.4310025 ], [ 119.751902, 30.4309724 ] ], [ [ 119.751902, 30.4309724 ], [ 119.7520118, 30.4309314 ] ], [ [ 119.7520118, 30.4309314 ], [ 119.752148, 30.430865 ] ], [ [ 119.752148, 30.430865 ], [ 119.7523637, 30.4307479 ] ], [ [ 119.7523637, 30.4307479 ], [ 119.752732, 30.4305481 ] ], [ [ 119.752732, 30.4305481 ], [ 119.75368, 30.43003 ] ], [ [ 119.75368, 30.43003 ], [ 119.7540855, 30.429792 ] ], [ [ 119.7540855, 30.429792 ], [ 119.7542833, 30.4296724 ] ], [ [ 119.7542833, 30.4296724 ], [ 119.7545946, 30.4294586 ] ], [ [ 119.7545946, 30.4294586 ], [ 119.7546928, 30.4293738 ] ], [ [ 119.7546928, 30.4293738 ], [ 119.7548013, 30.4292598 ] ], [ [ 119.7548013, 30.4292598 ], [ 119.7548901, 30.4291535 ] ], [ [ 119.7548901, 30.4291535 ], [ 119.7551562, 30.4287067 ] ], [ [ 119.7551562, 30.4287067 ], [ 119.755438, 30.428199 ] ], [ [ 119.755438, 30.428199 ], [ 119.755467, 30.4279342 ] ], [ [ 119.755467, 30.4279342 ], [ 119.755474, 30.4276695 ] ], [ [ 119.755474, 30.4276695 ], [ 119.7554, 30.42743 ] ], [ [ 119.7554, 30.42743 ], [ 119.7550876, 30.4267061 ] ], [ [ 119.7550876, 30.4267061 ], [ 119.7550317, 30.4260715 ] ], [ [ 119.7550317, 30.4260715 ], [ 119.7550129, 30.4258583 ] ], [ [ 119.7550129, 30.4258583 ], [ 119.7550249, 30.4257103 ] ], [ [ 119.7550249, 30.4257103 ], [ 119.7550846, 30.4255624 ] ], [ [ 119.7550846, 30.4255624 ], [ 119.7551655, 30.4254398 ] ], [ [ 119.7551655, 30.4254398 ], [ 119.7552584, 30.4253524 ] ], [ [ 119.7552584, 30.4253524 ], [ 119.7553404, 30.4252954 ] ], [ [ 119.7553404, 30.4252954 ], [ 119.7554163, 30.4252599 ] ], [ [ 119.7554163, 30.4252599 ], [ 119.7555291, 30.425238 ] ], [ [ 119.7471446, 30.4322068 ], [ 119.7481606, 30.4327935 ] ], [ [ 119.7481606, 30.4327935 ], [ 119.7484929, 30.4330035 ] ], [ [ 119.7484929, 30.4330035 ], [ 119.7488717, 30.433324 ] ], [ [ 119.7381924, 30.4228858 ], [ 119.7384488, 30.4235252 ] ], [ [ 119.7384488, 30.4235252 ], [ 119.7390141, 30.4246929 ] ], [ [ 119.7390141, 30.4246929 ], [ 119.7396344, 30.4255678 ] ], [ [ 119.7396344, 30.4255678 ], [ 119.7401315, 30.4264038 ] ], [ [ 119.7401315, 30.4264038 ], [ 119.7404347, 30.4272951 ] ], [ [ 119.7404347, 30.4272951 ], [ 119.7405278, 30.4275686 ] ], [ [ 119.7405278, 30.4275686 ], [ 119.7410065, 30.4289755 ] ], [ [ 119.7410065, 30.4289755 ], [ 119.741064, 30.4292093 ] ], [ [ 119.741064, 30.4292093 ], [ 119.7410558, 30.4293722 ] ], [ [ 119.7410558, 30.4293722 ], [ 119.7411133, 30.4295387 ] ], [ [ 119.7411133, 30.4295387 ], [ 119.7412774, 30.4300109 ] ], [ [ 119.73441, 30.42994 ], [ 119.735429, 30.4300003 ] ], [ [ 119.735429, 30.4300003 ], [ 119.7354885, 30.4300022 ] ], [ [ 119.7354885, 30.4300022 ], [ 119.7362621, 30.4300269 ] ], [ [ 119.7362621, 30.4300269 ], [ 119.7396099, 30.4299071 ] ], [ [ 119.7396099, 30.4299071 ], [ 119.7403273, 30.4298938 ] ], [ [ 119.7403273, 30.4298938 ], [ 119.7412774, 30.4300109 ] ], [ [ 119.73441, 30.42994 ], [ 119.73497, 30.43046 ] ], [ [ 119.73497, 30.43046 ], [ 119.73518, 30.43063 ] ], [ [ 119.73518, 30.43063 ], [ 119.73531, 30.43069 ] ], [ [ 119.73531, 30.43069 ], [ 119.73563, 30.43078 ] ], [ [ 119.73563, 30.43078 ], [ 119.73679, 30.43103 ] ], [ [ 119.73679, 30.43103 ], [ 119.73795, 30.43106 ] ], [ [ 119.73795, 30.43106 ], [ 119.73834, 30.43108 ] ], [ [ 119.73834, 30.43108 ], [ 119.73892, 30.43121 ] ], [ [ 119.73892, 30.43121 ], [ 119.74063, 30.43133 ] ], [ [ 119.74063, 30.43133 ], [ 119.74134, 30.4314 ] ], [ [ 119.74134, 30.4314 ], [ 119.7420016, 30.4314657 ] ], [ [ 119.7420016, 30.4314657 ], [ 119.741976, 30.431285 ] ], [ [ 119.741976, 30.431285 ], [ 119.7418158, 30.4310052 ] ], [ [ 119.7418158, 30.4310052 ], [ 119.7412774, 30.4300109 ] ], [ [ 119.7471446, 30.4322068 ], [ 119.7468534, 30.4319092 ] ], [ [ 119.7468534, 30.4319092 ], [ 119.7465294, 30.4314436 ] ], [ [ 119.7465294, 30.4314436 ], [ 119.7463134, 30.4312174 ] ], [ [ 119.7463134, 30.4312174 ], [ 119.7456191, 30.4309181 ] ], [ [ 119.7456191, 30.4309181 ], [ 119.7451254, 30.4307718 ] ], [ [ 119.7451254, 30.4307718 ], [ 119.7442537, 30.4306188 ] ], [ [ 119.7442537, 30.4306188 ], [ 119.7431815, 30.4303594 ] ], [ [ 119.7431815, 30.4303594 ], [ 119.7415153, 30.4300402 ] ], [ [ 119.7415153, 30.4300402 ], [ 119.7412774, 30.4300109 ] ], [ [ 119.7471446, 30.4322068 ], [ 119.7468023, 30.4320102 ] ], [ [ 119.7468023, 30.4320102 ], [ 119.7467285, 30.4320079 ] ], [ [ 119.7467285, 30.4320079 ], [ 119.7466126, 30.4320043 ] ], [ [ 119.7466126, 30.4320043 ], [ 119.7464679, 30.4319997 ] ], [ [ 119.7464679, 30.4319997 ], [ 119.7463365, 30.4319956 ] ], [ [ 119.7463365, 30.4319956 ], [ 119.74585, 30.43213 ] ], [ [ 119.74585, 30.43213 ], [ 119.7454031, 30.4321486 ] ], [ [ 119.7454031, 30.4321486 ], [ 119.74471, 30.43204 ] ], [ [ 119.74471, 30.43204 ], [ 119.744, 30.43168 ] ], [ [ 119.744, 30.43168 ], [ 119.74377, 30.43161 ] ], [ [ 119.74377, 30.43161 ], [ 119.74265, 30.43153 ] ], [ [ 119.74265, 30.43153 ], [ 119.7424083, 30.431506 ] ], [ [ 119.7424083, 30.431506 ], [ 119.7422171, 30.4314871 ] ], [ [ 119.7422171, 30.4314871 ], [ 119.7420016, 30.4314657 ] ], [ [ 119.73441, 30.42994 ], [ 119.7342323, 30.429916 ] ], [ [ 119.7342323, 30.429916 ], [ 119.733873, 30.4298674 ] ], [ [ 119.733873, 30.4298674 ], [ 119.7333, 30.42979 ] ], [ [ 119.7333, 30.42979 ], [ 119.73248, 30.42949 ] ], [ [ 119.73248, 30.42949 ], [ 119.73227, 30.42947 ] ], [ [ 119.73227, 30.42947 ], [ 119.73214, 30.42947 ] ], [ [ 119.73214, 30.42947 ], [ 119.7320007, 30.4295142 ] ], [ [ 119.7320007, 30.4295142 ], [ 119.73173, 30.4296 ] ], [ [ 119.73173, 30.4296 ], [ 119.73164, 30.42966 ] ], [ [ 119.73164, 30.42966 ], [ 119.73087, 30.43035 ] ], [ [ 119.73087, 30.43035 ], [ 119.72973, 30.4314 ] ], [ [ 119.72973, 30.4314 ], [ 119.7294374, 30.431621 ] ], [ [ 119.7294374, 30.431621 ], [ 119.7291853, 30.4318114 ] ], [ [ 119.7291853, 30.4318114 ], [ 119.7289555, 30.431985 ] ], [ [ 119.7289555, 30.431985 ], [ 119.72879, 30.43211 ] ], [ [ 119.72879, 30.43211 ], [ 119.72795, 30.4326 ] ], [ [ 119.72795, 30.4326 ], [ 119.72697, 30.43318 ] ], [ [ 119.72697, 30.43318 ], [ 119.72568, 30.43333 ] ], [ [ 119.72568, 30.43333 ], [ 119.72486, 30.43286 ] ], [ [ 119.72486, 30.43286 ], [ 119.72368, 30.4323 ] ], [ [ 119.72368, 30.4323 ], [ 119.7231972, 30.4322174 ] ], [ [ 119.7231972, 30.4322174 ], [ 119.72257, 30.43211 ] ], [ [ 119.72257, 30.43211 ], [ 119.72156, 30.43254 ] ], [ [ 119.72156, 30.43254 ], [ 119.72091, 30.43322 ] ], [ [ 119.72091, 30.43322 ], [ 119.72076, 30.43335 ] ], [ [ 119.72076, 30.43335 ], [ 119.7203577, 30.4337402 ] ], [ [ 119.7203577, 30.4337402 ], [ 119.7201061, 30.4339843 ] ], [ [ 119.7201061, 30.4339843 ], [ 119.71976, 30.43432 ] ], [ [ 119.71976, 30.43432 ], [ 119.71961, 30.43449 ] ], [ [ 119.71961, 30.43449 ], [ 119.71918, 30.43541 ] ], [ [ 119.71918, 30.43541 ], [ 119.71892, 30.43608 ] ], [ [ 119.71892, 30.43608 ], [ 119.71851, 30.43638 ] ], [ [ 119.71851, 30.43638 ], [ 119.71772, 30.43685 ] ], [ [ 119.71772, 30.43685 ], [ 119.71731, 30.43691 ] ], [ [ 119.71731, 30.43691 ], [ 119.71682, 30.43679 ] ], [ [ 119.71682, 30.43679 ], [ 119.7161056, 30.436322 ] ], [ [ 119.7161056, 30.436322 ], [ 119.7157774, 30.4361069 ] ], [ [ 119.7157774, 30.4361069 ], [ 119.71566, 30.43603 ] ], [ [ 119.71566, 30.43603 ], [ 119.71493, 30.43573 ] ], [ [ 119.71493, 30.43573 ], [ 119.7143248, 30.4354048 ] ], [ [ 119.7217932, 30.4539915 ], [ 119.7220278, 30.4539326 ] ], [ [ 119.7220278, 30.4539326 ], [ 119.7223363, 30.4538551 ] ], [ [ 119.7223363, 30.4538551 ], [ 119.7234925, 30.4535648 ] ], [ [ 119.7234925, 30.4535648 ], [ 119.72755, 30.4523545 ] ], [ [ 119.72755, 30.4523545 ], [ 119.7277891, 30.4523013 ] ], [ [ 119.7277891, 30.4523013 ], [ 119.728036, 30.4523545 ] ], [ [ 119.728036, 30.4523545 ], [ 119.7289925, 30.4526551 ] ], [ [ 119.7289925, 30.4526551 ], [ 119.7292091, 30.4527232 ] ], [ [ 119.7292091, 30.4527232 ], [ 119.7295171, 30.45282 ] ], [ [ 119.7295171, 30.45282 ], [ 119.7299336, 30.4529729 ] ], [ [ 119.7299336, 30.4529729 ], [ 119.7305507, 30.4530195 ] ], [ [ 119.7305507, 30.4530195 ], [ 119.7323558, 30.4532323 ] ], [ [ 119.7323558, 30.4532323 ], [ 119.7340452, 30.453465 ] ], [ [ 119.7340452, 30.453465 ], [ 119.7345852, 30.4533985 ] ], [ [ 119.7345852, 30.4533985 ], [ 119.7349631, 30.4532256 ] ], [ [ 119.7349631, 30.4532256 ], [ 119.7353334, 30.4530195 ] ], [ [ 119.7353334, 30.4530195 ], [ 119.7358284, 30.4529222 ] ], [ [ 119.7488717, 30.433324 ], [ 119.7496172, 30.4340193 ] ], [ [ 119.7496172, 30.4340193 ], [ 119.7498292, 30.4342171 ] ], [ [ 119.7498292, 30.4342171 ], [ 119.7513197, 30.4356072 ] ], [ [ 119.7513197, 30.4356072 ], [ 119.7516129, 30.4359796 ] ], [ [ 119.7516129, 30.4359796 ], [ 119.7518443, 30.4364519 ] ], [ [ 119.7518443, 30.4364519 ], [ 119.7519909, 30.4368576 ] ], [ [ 119.7519909, 30.4368576 ], [ 119.7523071, 30.4372433 ] ], [ [ 119.7523071, 30.4372433 ], [ 119.7527468, 30.4376158 ] ], [ [ 119.7527468, 30.4376158 ], [ 119.7529011, 30.4378885 ] ], [ [ 119.7529011, 30.4378885 ], [ 119.7530708, 30.4385868 ] ], [ [ 119.7530708, 30.4385868 ], [ 119.753094, 30.439192 ] ], [ [ 119.753094, 30.439192 ], [ 119.7530245, 30.4400699 ] ], [ [ 119.7530245, 30.4400699 ], [ 119.753094, 30.4404423 ] ], [ [ 119.753094, 30.4404423 ], [ 119.7533331, 30.4411074 ] ], [ [ 119.7533331, 30.4411074 ], [ 119.7533254, 30.4414865 ] ], [ [ 119.7533254, 30.4414865 ], [ 119.7530082, 30.4427928 ] ], [ [ 119.7530082, 30.4427928 ], [ 119.7529768, 30.4429479 ] ], [ [ 119.7529768, 30.4429479 ], [ 119.7529569, 30.4431232 ] ], [ [ 119.7529569, 30.4431232 ], [ 119.7529481, 30.4432697 ] ], [ [ 119.7529481, 30.4432697 ], [ 119.7529625, 30.4434215 ] ], [ [ 119.7529625, 30.4434215 ], [ 119.7530046, 30.4436284 ] ], [ [ 119.7530046, 30.4436284 ], [ 119.7530681, 30.4438928 ] ], [ [ 119.7530681, 30.4438928 ], [ 119.7531329, 30.4440486 ] ], [ [ 119.7531329, 30.4440486 ], [ 119.7532083, 30.4442414 ] ], [ [ 119.7532083, 30.4442414 ], [ 119.7532241, 30.4442625 ] ], [ [ 119.7532241, 30.4442625 ], [ 119.7533576, 30.4444404 ] ], [ [ 119.7533576, 30.4444404 ], [ 119.7539697, 30.4452561 ] ], [ [ 119.7539697, 30.4452561 ], [ 119.756782, 30.4490045 ] ], [ [ 119.756782, 30.4490045 ], [ 119.7575974, 30.4501065 ] ], [ [ 119.7575974, 30.4501065 ], [ 119.7576495, 30.4501992 ] ], [ [ 119.7576495, 30.4501992 ], [ 119.7577094, 30.4503883 ] ], [ [ 119.7577094, 30.4503883 ], [ 119.7577618, 30.4506137 ] ], [ [ 119.7577618, 30.4506137 ], [ 119.7578248, 30.4515503 ] ], [ [ 119.7578248, 30.4515503 ], [ 119.7579096, 30.4519756 ] ], [ [ 119.7579096, 30.4519756 ], [ 119.7583104, 30.453105 ] ], [ [ 119.7583104, 30.453105 ], [ 119.7583797, 30.4536963 ] ], [ [ 119.7583797, 30.4536963 ], [ 119.758419, 30.4543772 ] ], [ [ 119.7577813, 30.4545493 ], [ 119.7580778, 30.4545899 ] ], [ [ 119.7580778, 30.4545899 ], [ 119.7581761, 30.4545854 ] ], [ [ 119.7581761, 30.4545854 ], [ 119.7582472, 30.4545715 ] ], [ [ 119.7582472, 30.4545715 ], [ 119.7583143, 30.4545303 ] ], [ [ 119.7583143, 30.4545303 ], [ 119.7583608, 30.4544836 ] ], [ [ 119.7583608, 30.4544836 ], [ 119.758419, 30.4543772 ] ], [ [ 119.758419, 30.4543772 ], [ 119.7584637, 30.4545579 ] ], [ [ 119.7584637, 30.4545579 ], [ 119.7585122, 30.4547146 ] ], [ [ 119.7585122, 30.4547146 ], [ 119.7585876, 30.4548608 ] ], [ [ 119.7585876, 30.4548608 ], [ 119.7586807, 30.4549615 ] ], [ [ 119.7586807, 30.4549615 ], [ 119.7590742, 30.4553049 ] ], [ [ 119.7303348, 30.4575811 ], [ 119.7302669, 30.4574116 ] ], [ [ 119.7302669, 30.4574116 ], [ 119.7302281, 30.4573149 ] ], [ [ 119.7302281, 30.4573149 ], [ 119.7301882, 30.4572154 ] ], [ [ 119.7301882, 30.4572154 ], [ 119.7301882, 30.4568696 ] ], [ [ 119.7301882, 30.4568696 ], [ 119.7305036, 30.4548692 ] ], [ [ 119.7305036, 30.4548692 ], [ 119.7305122, 30.4548149 ] ], [ [ 119.7305122, 30.4548149 ], [ 119.7305816, 30.4545622 ] ], [ [ 119.7305816, 30.4545622 ], [ 119.7305925, 30.4544537 ] ], [ [ 119.7448778, 30.4540851 ], [ 119.744823, 30.4542362 ] ], [ [ 119.744823, 30.4542362 ], [ 119.7447435, 30.4542895 ] ], [ [ 119.7447435, 30.4542895 ], [ 119.744632, 30.4546313 ] ], [ [ 119.744632, 30.4546313 ], [ 119.7446375, 30.4547476 ] ], [ [ 119.7446375, 30.4547476 ], [ 119.7441998, 30.4559547 ] ], [ [ 119.7441998, 30.4559547 ], [ 119.7441178, 30.4568124 ] ], [ [ 119.7441178, 30.4568124 ], [ 119.7440997, 30.4570011 ] ], [ [ 119.7440997, 30.4570011 ], [ 119.7440792, 30.4572154 ] ], [ [ 119.7440792, 30.4572154 ], [ 119.7439887, 30.4582942 ] ], [ [ 119.7439887, 30.4582942 ], [ 119.7448343, 30.4589767 ] ], [ [ 119.7448343, 30.4589767 ], [ 119.7451347, 30.4593327 ] ], [ [ 119.7451347, 30.4593327 ], [ 119.7453386, 30.4595824 ] ], [ [ 119.7453386, 30.4595824 ], [ 119.745531, 30.4598318 ] ], [ [ 119.7303348, 30.4575811 ], [ 119.7286994, 30.4594031 ] ], [ [ 119.7286994, 30.4594031 ], [ 119.7285065, 30.4595427 ] ], [ [ 119.7285065, 30.4595427 ], [ 119.7282134, 30.4595893 ] ], [ [ 119.7282134, 30.4595893 ], [ 119.7279434, 30.4595693 ] ], [ [ 119.7279434, 30.4595693 ], [ 119.7274261, 30.4593617 ] ], [ [ 119.7274261, 30.4593617 ], [ 119.7272131, 30.4592762 ] ], [ [ 119.7272131, 30.4592762 ], [ 119.7269329, 30.4591637 ] ], [ [ 119.7269329, 30.4591637 ], [ 119.7265086, 30.4591238 ] ], [ [ 119.7265086, 30.4591238 ], [ 119.7259146, 30.4592435 ] ], [ [ 119.7259146, 30.4592435 ], [ 119.7257604, 30.4592635 ] ], [ [ 119.7257604, 30.4592635 ], [ 119.7255907, 30.4591571 ] ], [ [ 119.7255907, 30.4591571 ], [ 119.724611, 30.4583724 ] ], [ [ 119.724611, 30.4583724 ], [ 119.7241944, 30.4581065 ] ], [ [ 119.7241944, 30.4581065 ], [ 119.7237547, 30.45802 ] ], [ [ 119.7237547, 30.45802 ], [ 119.7233536, 30.4579003 ] ], [ [ 119.7233536, 30.4579003 ], [ 119.7225745, 30.4574548 ] ], [ [ 119.7225745, 30.4574548 ], [ 119.7222464, 30.4573893 ] ], [ [ 119.7306202, 30.4604603 ], [ 119.7307205, 30.4599217 ] ], [ [ 119.7307205, 30.4599217 ], [ 119.7307513, 30.4596824 ] ], [ [ 119.7307513, 30.4596824 ], [ 119.7308902, 30.4593432 ] ], [ [ 119.7308902, 30.4593432 ], [ 119.7310753, 30.4589709 ] ], [ [ 119.7310753, 30.4589709 ], [ 119.7310676, 30.4585985 ] ], [ [ 119.7310676, 30.4585985 ], [ 119.7309673, 30.4581331 ] ], [ [ 119.7309673, 30.4581331 ], [ 119.7308593, 30.4579868 ] ], [ [ 119.7308593, 30.4579868 ], [ 119.7305507, 30.4577806 ] ], [ [ 119.7305507, 30.4577806 ], [ 119.7303348, 30.4575811 ] ], [ [ 119.7531492, 30.4539357 ], [ 119.7527729, 30.4550864 ] ], [ [ 119.7527729, 30.4550864 ], [ 119.7525742, 30.4555432 ] ], [ [ 119.7525742, 30.4555432 ], [ 119.752243, 30.4560571 ] ], [ [ 119.752243, 30.4560571 ], [ 119.7520517, 30.456368 ] ], [ [ 119.7520517, 30.456368 ], [ 119.7519634, 30.4565012 ] ], [ [ 119.7557536, 30.461329 ], [ 119.7558198, 30.4612021 ] ], [ [ 119.7558198, 30.4612021 ], [ 119.756048, 30.4606502 ] ], [ [ 119.756048, 30.4606502 ], [ 119.7565558, 30.4594512 ] ], [ [ 119.7565558, 30.4594512 ], [ 119.7568943, 30.458747 ] ], [ [ 119.7568943, 30.458747 ], [ 119.7570098, 30.4581607 ] ], [ [ 119.7570098, 30.4581607 ], [ 119.7576115, 30.4551072 ] ], [ [ 119.7576115, 30.4551072 ], [ 119.7576482, 30.4549206 ] ], [ [ 119.7576482, 30.4549206 ], [ 119.7576818, 30.4547502 ] ], [ [ 119.7576818, 30.4547502 ], [ 119.7577813, 30.4545493 ] ], [ [ 119.745531, 30.4598318 ], [ 119.7457076, 30.459781 ] ], [ [ 119.7457076, 30.459781 ], [ 119.7459098, 30.4596293 ] ], [ [ 119.7459098, 30.4596293 ], [ 119.7463332, 30.4593116 ] ], [ [ 119.7463332, 30.4593116 ], [ 119.748048, 30.4580682 ] ], [ [ 119.748048, 30.4580682 ], [ 119.7482545, 30.4580083 ] ], [ [ 119.7482545, 30.4580083 ], [ 119.7488134, 30.4578461 ] ], [ [ 119.7488134, 30.4578461 ], [ 119.7490489, 30.4577446 ] ], [ [ 119.7490489, 30.4577446 ], [ 119.7501823, 30.4575416 ] ], [ [ 119.7501823, 30.4575416 ], [ 119.7503884, 30.4573894 ] ], [ [ 119.7503884, 30.4573894 ], [ 119.7506607, 30.4572752 ] ], [ [ 119.7506607, 30.4572752 ], [ 119.7514555, 30.4569326 ] ], [ [ 119.7514555, 30.4569326 ], [ 119.7517205, 30.4567676 ] ], [ [ 119.7517205, 30.4567676 ], [ 119.7519634, 30.4565012 ] ], [ [ 119.7519634, 30.4565012 ], [ 119.7522725, 30.4566217 ] ], [ [ 119.7522725, 30.4566217 ], [ 119.7529716, 30.4572244 ] ], [ [ 119.7529716, 30.4572244 ], [ 119.7531998, 30.4575733 ] ], [ [ 119.7531998, 30.4575733 ], [ 119.7538842, 30.4588104 ] ], [ [ 119.7538842, 30.4588104 ], [ 119.7547895, 30.4600538 ] ], [ [ 119.7547895, 30.4600538 ], [ 119.7550323, 30.4603964 ] ], [ [ 119.7550323, 30.4603964 ], [ 119.7553562, 30.4607326 ] ], [ [ 119.7553562, 30.4607326 ], [ 119.7557536, 30.461329 ] ], [ [ 119.7549626, 30.4634173 ], [ 119.7582629, 30.4652468 ] ], [ [ 119.7582629, 30.4652468 ], [ 119.7585071, 30.4652611 ] ], [ [ 119.7585071, 30.4652611 ], [ 119.758715, 30.4652733 ] ], [ [ 119.758715, 30.4652733 ], [ 119.7588233, 30.4652796 ] ], [ [ 119.7588233, 30.4652796 ], [ 119.7604665, 30.4660655 ] ], [ [ 119.7604665, 30.4660655 ], [ 119.7613499, 30.4665485 ] ], [ [ 119.7613499, 30.4665485 ], [ 119.7617868, 30.4668433 ] ], [ [ 119.7617868, 30.4668433 ], [ 119.7619863, 30.4672772 ] ], [ [ 119.7619863, 30.4672772 ], [ 119.7624422, 30.4677847 ] ], [ [ 119.7624422, 30.4677847 ], [ 119.7626285, 30.4678952 ] ], [ [ 119.7626285, 30.4678952 ], [ 119.7637137, 30.4685384 ] ], [ [ 119.7637137, 30.4685384 ], [ 119.7639789, 30.4687058 ] ], [ [ 119.7639789, 30.4687058 ], [ 119.7639889, 30.468755 ] ], [ [ 119.7639889, 30.468755 ], [ 119.7640474, 30.4687917 ] ], [ [ 119.7640474, 30.4687917 ], [ 119.7645508, 30.4691355 ] ], [ [ 119.7645508, 30.4691355 ], [ 119.7650745, 30.4692152 ] ], [ [ 119.7650745, 30.4692152 ], [ 119.7651967, 30.4692338 ] ], [ [ 119.7651967, 30.4692338 ], [ 119.7660705, 30.4689472 ] ], [ [ 119.7660705, 30.4689472 ], [ 119.7663673, 30.4687967 ] ], [ [ 119.7663673, 30.4687967 ], [ 119.766621, 30.4686681 ] ], [ [ 119.766621, 30.4686681 ], [ 119.7668779, 30.4685379 ] ], [ [ 119.7668779, 30.4685379 ], [ 119.7677897, 30.468235 ] ], [ [ 119.7677897, 30.468235 ], [ 119.7683121, 30.4678993 ] ], [ [ 119.7683121, 30.4678993 ], [ 119.769319, 30.4675391 ] ], [ [ 119.769319, 30.4675391 ], [ 119.7704968, 30.4676947 ] ], [ [ 119.7704968, 30.4676947 ], [ 119.7708777, 30.4676622 ] ], [ [ 119.7708777, 30.4676622 ], [ 119.7713611, 30.467621 ] ], [ [ 119.7713611, 30.467621 ], [ 119.7721685, 30.4674081 ] ], [ [ 119.7721685, 30.4674081 ], [ 119.7733475, 30.4662819 ] ], [ [ 119.7751598, 30.4681346 ], [ 119.7754461, 30.4679538 ] ], [ [ 119.7754461, 30.4679538 ], [ 119.777174, 30.4672224 ] ], [ [ 119.7152607, 30.4556237 ], [ 119.7153465, 30.4555264 ] ], [ [ 119.7153465, 30.4555264 ], [ 119.7157631, 30.4554533 ] ], [ [ 119.7157631, 30.4554533 ], [ 119.7187479, 30.45473 ] ], [ [ 119.7187479, 30.45473 ], [ 119.7192587, 30.4546063 ] ], [ [ 119.7192587, 30.4546063 ], [ 119.7217182, 30.4540103 ] ], [ [ 119.7217182, 30.4540103 ], [ 119.7217932, 30.4539915 ] ], [ [ 119.7217932, 30.4539915 ], [ 119.7220345, 30.4561249 ] ], [ [ 119.7220345, 30.4561249 ], [ 119.7220654, 30.4562113 ] ], [ [ 119.7220654, 30.4562113 ], [ 119.7221194, 30.4564574 ] ], [ [ 119.7221194, 30.4564574 ], [ 119.7221194, 30.4565571 ] ], [ [ 119.7221194, 30.4565571 ], [ 119.7222464, 30.4573893 ] ], [ [ 119.7340856, 30.5154041 ], [ 119.7339929, 30.5152736 ] ], [ [ 119.7339929, 30.5152736 ], [ 119.733916, 30.5152166 ] ], [ [ 119.733916, 30.5152166 ], [ 119.7330058, 30.5150641 ] ], [ [ 119.7330058, 30.5150641 ], [ 119.732684, 30.515044 ] ], [ [ 119.732684, 30.515044 ], [ 119.7325516, 30.5150055 ] ], [ [ 119.7325516, 30.5150055 ], [ 119.7322548, 30.5148561 ] ], [ [ 119.7322548, 30.5148561 ], [ 119.7321386, 30.5148376 ] ], [ [ 119.7321386, 30.5148376 ], [ 119.7319526, 30.5148576 ] ], [ [ 119.7319526, 30.5148576 ], [ 119.7316576, 30.5148977 ] ], [ [ 119.7316576, 30.5148977 ], [ 119.7314197, 30.5148869 ] ], [ [ 119.7314197, 30.5148869 ], [ 119.7312141, 30.5148731 ] ], [ [ 119.7312141, 30.5148731 ], [ 119.7311265, 30.5149023 ] ], [ [ 119.7311265, 30.5149023 ], [ 119.7306687, 30.5150826 ] ], [ [ 119.7306687, 30.5150826 ], [ 119.7305436, 30.5150918 ] ], [ [ 119.7305436, 30.5150918 ], [ 119.7302056, 30.5150117 ] ], [ [ 119.7302056, 30.5150117 ], [ 119.7299785, 30.5149639 ] ], [ [ 119.7299785, 30.5149639 ], [ 119.7297436, 30.5149397 ] ], [ [ 119.7297436, 30.5149397 ], [ 119.7296048, 30.5149254 ] ], [ [ 119.7296048, 30.5149254 ], [ 119.729181, 30.5148731 ] ], [ [ 119.729181, 30.5148731 ], [ 119.7289503, 30.5148838 ] ], [ [ 119.7289503, 30.5148838 ], [ 119.7288198, 30.5148761 ] ], [ [ 119.7288198, 30.5148761 ], [ 119.7287071, 30.5148453 ] ], [ [ 119.7287071, 30.5148453 ], [ 119.7285873, 30.5147929 ] ], [ [ 119.7285873, 30.5147929 ], [ 119.7284479, 30.5147082 ] ], [ [ 119.7284479, 30.5147082 ], [ 119.7279668, 30.5143 ] ], [ [ 119.7279668, 30.5143 ], [ 119.7277773, 30.5141521 ] ], [ [ 119.7277773, 30.5141521 ], [ 119.7276271, 30.5140212 ] ], [ [ 119.7276271, 30.5140212 ], [ 119.7272802, 30.5137054 ] ], [ [ 119.7272802, 30.5137054 ], [ 119.727062, 30.5135529 ] ], [ [ 119.727062, 30.5135529 ], [ 119.7269101, 30.5134512 ] ], [ [ 119.7269101, 30.5134512 ], [ 119.7266597, 30.5133264 ] ], [ [ 119.7266597, 30.5133264 ], [ 119.7263826, 30.5132216 ] ], [ [ 119.7263826, 30.5132216 ], [ 119.7261125, 30.5131492 ] ], [ [ 119.7261125, 30.5131492 ], [ 119.7257227, 30.5131123 ] ], [ [ 119.7257227, 30.5131123 ], [ 119.72556, 30.5131215 ] ], [ [ 119.72556, 30.5131215 ], [ 119.7254384, 30.5131554 ] ], [ [ 119.7254384, 30.5131554 ], [ 119.7253401, 30.5132139 ] ], [ [ 119.7253401, 30.5132139 ], [ 119.725256, 30.5133002 ] ], [ [ 119.725256, 30.5133002 ], [ 119.7251219, 30.5135575 ] ], [ [ 119.7251219, 30.5135575 ], [ 119.7248698, 30.5140766 ] ], [ [ 119.7248698, 30.5140766 ], [ 119.7247285, 30.5143108 ] ], [ [ 119.7247285, 30.5143108 ], [ 119.7246355, 30.5144232 ] ], [ [ 119.7246355, 30.5144232 ], [ 119.7245247, 30.5144987 ] ], [ [ 119.7245247, 30.5144987 ], [ 119.7243423, 30.5145696 ] ], [ [ 119.7243423, 30.5145696 ], [ 119.724167, 30.5146173 ] ], [ [ 119.724167, 30.5146173 ], [ 119.7239811, 30.514662 ] ], [ [ 119.7239811, 30.514662 ], [ 119.7238756, 30.5146774 ] ], [ [ 119.7238756, 30.5146774 ], [ 119.7234983, 30.5146897 ] ], [ [ 119.7234983, 30.5146897 ], [ 119.7231668, 30.5147107 ] ], [ [ 119.7231668, 30.5147107 ], [ 119.7223736, 30.5147608 ] ], [ [ 119.7223736, 30.5147608 ], [ 119.7221483, 30.5147701 ] ], [ [ 119.7221483, 30.5147701 ], [ 119.7217388, 30.5147624 ] ], [ [ 119.7217388, 30.5147624 ], [ 119.7215296, 30.5147347 ] ], [ [ 119.7215296, 30.5147347 ], [ 119.7205457, 30.5144974 ] ], [ [ 119.7205457, 30.5144974 ], [ 119.7204813, 30.5144774 ] ], [ [ 119.7204813, 30.5144774 ], [ 119.7204098, 30.5144358 ] ], [ [ 119.7204098, 30.5144358 ], [ 119.7198222, 30.5139384 ] ], [ [ 119.7198222, 30.5139384 ], [ 119.7197382, 30.5138428 ] ], [ [ 119.7197382, 30.5138428 ], [ 119.7196541, 30.5136796 ] ], [ [ 119.7196541, 30.5136796 ], [ 119.7195486, 30.5135394 ] ], [ [ 119.7195486, 30.5135394 ], [ 119.7194503, 30.51345 ] ], [ [ 119.7194503, 30.51345 ], [ 119.7193072, 30.5133822 ] ], [ [ 119.7193072, 30.5133822 ], [ 119.7192438, 30.5133691 ] ], [ [ 119.7192438, 30.5133691 ], [ 119.7186416, 30.5132443 ] ], [ [ 119.7186416, 30.5132443 ], [ 119.7181105, 30.5131688 ] ], [ [ 119.7181105, 30.5131688 ], [ 119.7179961, 30.5131288 ] ], [ [ 119.7179961, 30.5131288 ], [ 119.7179067, 30.5130779 ] ], [ [ 119.7179067, 30.5130779 ], [ 119.7178656, 30.5130425 ] ], [ [ 119.7178656, 30.5130425 ], [ 119.7178262, 30.5129624 ] ], [ [ 119.7178262, 30.5129624 ], [ 119.717692, 30.5122391 ] ], [ [ 119.717692, 30.5122391 ], [ 119.7176813, 30.5119865 ] ], [ [ 119.7176813, 30.5119865 ], [ 119.7176294, 30.5111182 ] ], [ [ 119.7176294, 30.5111182 ], [ 119.7177081, 30.5103091 ] ], [ [ 119.7177081, 30.5103091 ], [ 119.7177385, 30.5101684 ] ], [ [ 119.7177385, 30.5101684 ], [ 119.7177921, 30.5100698 ] ], [ [ 119.7177921, 30.5100698 ], [ 119.7178941, 30.5098896 ] ], [ [ 119.7178941, 30.5098896 ], [ 119.7181748, 30.5096015 ] ], [ [ 119.7181748, 30.5096015 ], [ 119.7185127, 30.5091258 ] ], [ [ 119.7185127, 30.5091258 ], [ 119.7185628, 30.508981 ] ], [ [ 119.7185628, 30.508981 ], [ 119.71857, 30.5088315 ] ], [ [ 119.71857, 30.5088315 ], [ 119.7185378, 30.5085737 ] ], [ [ 119.7185378, 30.5085737 ], [ 119.7184895, 30.5083195 ] ], [ [ 119.7184895, 30.5083195 ], [ 119.7184698, 30.5080437 ] ], [ [ 119.7184698, 30.5080437 ], [ 119.7184984, 30.5076458 ] ], [ [ 119.7184984, 30.5076458 ], [ 119.7185396, 30.5071758 ] ], [ [ 119.7185396, 30.5071758 ], [ 119.7185127, 30.5070926 ] ], [ [ 119.7185127, 30.5070926 ], [ 119.7184341, 30.5070094 ] ], [ [ 119.7184341, 30.5070094 ], [ 119.7183178, 30.5069047 ] ], [ [ 119.7183178, 30.5069047 ], [ 119.7181784, 30.5067583 ] ], [ [ 119.7181784, 30.5067583 ], [ 119.7181033, 30.5066496 ] ], [ [ 119.7181033, 30.5066496 ], [ 119.7180657, 30.5065402 ] ], [ [ 119.7180657, 30.5065402 ], [ 119.7180672, 30.5063066 ] ], [ [ 119.7180672, 30.5063066 ], [ 119.7180677, 30.5062107 ] ], [ [ 119.7180677, 30.5062107 ], [ 119.7180693, 30.505961 ] ], [ [ 119.7180693, 30.505961 ], [ 119.7180478, 30.5057407 ] ], [ [ 119.7180478, 30.5057407 ], [ 119.7180729, 30.5054664 ] ], [ [ 119.7180729, 30.5054664 ], [ 119.7180872, 30.5051491 ] ], [ [ 119.7180872, 30.5051491 ], [ 119.7180818, 30.504938 ] ], [ [ 119.7180818, 30.504938 ], [ 119.7180639, 30.5047254 ] ], [ [ 119.7180639, 30.5047254 ], [ 119.7180603, 30.5045251 ] ], [ [ 119.7180603, 30.5045251 ], [ 119.7180764, 30.5042709 ] ], [ [ 119.7180764, 30.5042709 ], [ 119.7180693, 30.5040105 ] ], [ [ 119.7180693, 30.5040105 ], [ 119.7180407, 30.5038626 ] ], [ [ 119.7180407, 30.5038626 ], [ 119.7180031, 30.5037717 ] ], [ [ 119.7180031, 30.5037717 ], [ 119.7179441, 30.5036747 ] ], [ [ 119.7179441, 30.5036747 ], [ 119.7178136, 30.503613 ] ], [ [ 119.7178136, 30.503613 ], [ 119.7177403, 30.5036007 ] ], [ [ 119.7177403, 30.5036007 ], [ 119.7176082, 30.5035898 ] ], [ [ 119.7176082, 30.5035898 ], [ 119.7174041, 30.503573 ] ], [ [ 119.7174041, 30.503573 ], [ 119.7172074, 30.5035529 ] ], [ [ 119.7172074, 30.5035529 ], [ 119.7170125, 30.5034775 ] ], [ [ 119.7170125, 30.5034775 ], [ 119.7169374, 30.5034189 ] ], [ [ 119.7169374, 30.5034189 ], [ 119.7168337, 30.503308 ] ], [ [ 119.7168337, 30.503308 ], [ 119.7166281, 30.5030137 ] ], [ [ 119.7166281, 30.5030137 ], [ 119.7164957, 30.5028997 ] ], [ [ 119.7164957, 30.5028997 ], [ 119.7162186, 30.5026933 ] ], [ [ 119.7162186, 30.5026933 ], [ 119.7161149, 30.5025669 ] ], [ [ 119.7161149, 30.5025669 ], [ 119.7160183, 30.5024206 ] ], [ [ 119.7160183, 30.5024206 ], [ 119.7159664, 30.5022665 ] ], [ [ 119.7159664, 30.5022665 ], [ 119.7159537, 30.5021447 ] ], [ [ 119.7159537, 30.5021447 ], [ 119.7159289, 30.5019075 ] ], [ [ 119.7159289, 30.5019075 ], [ 119.7158878, 30.5016518 ] ], [ [ 119.7158878, 30.5016518 ], [ 119.715827, 30.501413 ] ], [ [ 119.715827, 30.501413 ], [ 119.7157376, 30.5012573 ] ], [ [ 119.7157376, 30.5012573 ], [ 119.7156589, 30.501131 ] ], [ [ 119.7156589, 30.501131 ], [ 119.7155927, 30.5009369 ] ], [ [ 119.7155927, 30.5009369 ], [ 119.7155283, 30.5007489 ] ], [ [ 119.7155283, 30.5007489 ], [ 119.7154711, 30.5004361 ] ], [ [ 119.7154711, 30.5004361 ], [ 119.7154121, 30.5003206 ] ], [ [ 119.7154121, 30.5003206 ], [ 119.7153477, 30.5002466 ] ], [ [ 119.7153477, 30.5002466 ], [ 119.7152601, 30.5001788 ] ], [ [ 119.7152601, 30.5001788 ], [ 119.715101, 30.5000802 ] ], [ [ 119.715101, 30.5000802 ], [ 119.714974, 30.5000078 ] ], [ [ 119.714974, 30.5000078 ], [ 119.7148632, 30.4999169 ] ], [ [ 119.7148632, 30.4999169 ], [ 119.7148363, 30.4998538 ] ], [ [ 119.7148363, 30.4998538 ], [ 119.7148381, 30.499732 ] ], [ [ 119.7148381, 30.499732 ], [ 119.7148703, 30.4995656 ] ], [ [ 119.7148703, 30.4995656 ], [ 119.7149526, 30.4993299 ] ], [ [ 119.7149526, 30.4993299 ], [ 119.7149311, 30.4991666 ] ], [ [ 119.7149311, 30.4991666 ], [ 119.7148596, 30.4990557 ] ], [ [ 119.7148596, 30.4990557 ], [ 119.7144501, 30.4987337 ] ], [ [ 119.7144501, 30.4987337 ], [ 119.7143553, 30.4985934 ] ], [ [ 119.7143553, 30.4985934 ], [ 119.7142641, 30.4983146 ] ], [ [ 119.7142641, 30.4983146 ], [ 119.7142015, 30.4982483 ] ], [ [ 119.7142015, 30.4982483 ], [ 119.7141121, 30.498216 ] ], [ [ 119.7141121, 30.498216 ], [ 119.7136007, 30.4981605 ] ], [ [ 119.7136007, 30.4981605 ], [ 119.7130625, 30.4982098 ] ], [ [ 119.7130625, 30.4982098 ], [ 119.7129338, 30.4982144 ] ], [ [ 119.7129338, 30.4982144 ], [ 119.7123651, 30.4981112 ] ], [ [ 119.7123651, 30.4981112 ], [ 119.7121273, 30.4980896 ] ], [ [ 119.7121273, 30.4980896 ], [ 119.7117214, 30.4980819 ] ], [ [ 119.7117214, 30.4980819 ], [ 119.711607, 30.4980603 ] ], [ [ 119.711607, 30.4980603 ], [ 119.7107486, 30.4977661 ] ], [ [ 119.7107486, 30.4977661 ], [ 119.7105144, 30.4976613 ] ], [ [ 119.7105144, 30.4976613 ], [ 119.7104429, 30.4975766 ] ], [ [ 119.7104429, 30.4975766 ], [ 119.7101782, 30.4971744 ] ], [ [ 119.7101782, 30.4971744 ], [ 119.7100513, 30.4970327 ] ], [ [ 119.7100513, 30.4970327 ], [ 119.7099243, 30.4969448 ] ], [ [ 119.7099243, 30.4969448 ], [ 119.7096114, 30.496743 ] ], [ [ 119.7096114, 30.496743 ], [ 119.7094272, 30.4965442 ] ], [ [ 119.7094272, 30.4965442 ], [ 119.709289, 30.4963664 ] ], [ [ 119.709289, 30.4963664 ], [ 119.7091912, 30.4962407 ] ], [ [ 119.7091912, 30.4962407 ], [ 119.7090481, 30.4961051 ] ], [ [ 119.7090481, 30.4961051 ], [ 119.7090159, 30.4960389 ] ], [ [ 119.7090159, 30.4960389 ], [ 119.7090374, 30.4959942 ] ], [ [ 119.7090374, 30.4959942 ], [ 119.7091071, 30.4959495 ] ], [ [ 119.7091071, 30.4959495 ], [ 119.7091608, 30.495951 ] ], [ [ 119.7091608, 30.495951 ], [ 119.7095417, 30.4961128 ] ], [ [ 119.7095417, 30.4961128 ], [ 119.7097223, 30.4961775 ] ], [ [ 119.7097223, 30.4961775 ], [ 119.7098456, 30.4961991 ] ], [ [ 119.7098456, 30.4961991 ], [ 119.7099744, 30.496233 ] ], [ [ 119.7099744, 30.496233 ], [ 119.7100656, 30.49627 ] ], [ [ 119.7100656, 30.49627 ], [ 119.7101979, 30.4963486 ] ], [ [ 119.7101979, 30.4963486 ], [ 119.7102533, 30.4963717 ] ], [ [ 119.7102533, 30.4963717 ], [ 119.7103374, 30.4963624 ] ], [ [ 119.7103374, 30.4963624 ], [ 119.7103642, 30.4963347 ] ], [ [ 119.7103642, 30.4963347 ], [ 119.7103839, 30.4962839 ] ], [ [ 119.7103839, 30.4962839 ], [ 119.7103714, 30.4962453 ] ], [ [ 119.7103714, 30.4962453 ], [ 119.7102694, 30.4959788 ] ], [ [ 119.7102694, 30.4959788 ], [ 119.7102515, 30.4958956 ] ], [ [ 119.7102515, 30.4958956 ], [ 119.7102533, 30.4958262 ] ], [ [ 119.7102533, 30.4958262 ], [ 119.7102819, 30.49576 ] ], [ [ 119.7102819, 30.49576 ], [ 119.7103231, 30.4957292 ] ], [ [ 119.7103231, 30.4957292 ], [ 119.7103982, 30.49574 ] ], [ [ 119.7103982, 30.49574 ], [ 119.7105484, 30.4958108 ] ], [ [ 119.7105484, 30.4958108 ], [ 119.7107397, 30.4959279 ] ], [ [ 119.7107397, 30.4959279 ], [ 119.7108416, 30.4959896 ] ], [ [ 119.7108416, 30.4959896 ], [ 119.7108971, 30.4960096 ] ], [ [ 119.7108971, 30.4960096 ], [ 119.7109525, 30.496005 ] ], [ [ 119.7109525, 30.496005 ], [ 119.7110097, 30.4959726 ] ], [ [ 119.7110097, 30.4959726 ], [ 119.7110151, 30.4959094 ] ], [ [ 119.7110151, 30.4959094 ], [ 119.7109811, 30.4957769 ] ], [ [ 119.7109811, 30.4957769 ], [ 119.7109293, 30.4956383 ] ], [ [ 119.7109293, 30.4956383 ], [ 119.7107987, 30.4954518 ] ], [ [ 119.7107987, 30.4954518 ], [ 119.7106986, 30.4953232 ] ], [ [ 119.7106986, 30.4953232 ], [ 119.7105359, 30.4950396 ] ], [ [ 119.7105359, 30.4950396 ], [ 119.7103016, 30.4945712 ] ], [ [ 119.7103016, 30.4945712 ], [ 119.7102623, 30.4944325 ] ], [ [ 119.7102623, 30.4944325 ], [ 119.7102498, 30.4942661 ] ], [ [ 119.7102498, 30.4942661 ], [ 119.7102319, 30.4940506 ] ], [ [ 119.7102319, 30.4940506 ], [ 119.7101246, 30.4935252 ] ], [ [ 119.7101246, 30.4935252 ], [ 119.710087, 30.4933372 ] ], [ [ 119.710087, 30.4933372 ], [ 119.7100233, 30.4932224 ] ], [ [ 119.7100233, 30.4932224 ], [ 119.7099071, 30.4930837 ] ], [ [ 119.7099071, 30.4930837 ], [ 119.7098123, 30.4929466 ] ], [ [ 119.7098123, 30.4929466 ], [ 119.7097158, 30.4928433 ] ], [ [ 119.7097158, 30.4928433 ], [ 119.7096585, 30.4927817 ] ], [ [ 119.7096585, 30.4927817 ], [ 119.7095924, 30.4926661 ] ], [ [ 119.7095924, 30.4926661 ], [ 119.7095173, 30.4924612 ] ], [ [ 119.7095173, 30.4924612 ], [ 119.7094136, 30.492229 ] ], [ [ 119.7094136, 30.492229 ], [ 119.7093027, 30.4920333 ] ], [ [ 119.7093027, 30.4920333 ], [ 119.7091529, 30.4918966 ] ], [ [ 119.7091529, 30.4918966 ], [ 119.7089651, 30.4917472 ] ], [ [ 119.7089651, 30.4917472 ], [ 119.7088972, 30.4916455 ] ], [ [ 119.7088972, 30.4916455 ], [ 119.7088739, 30.4915546 ] ], [ [ 119.7088739, 30.4915546 ], [ 119.7088847, 30.491231 ] ], [ [ 119.7088847, 30.491231 ], [ 119.7088686, 30.4910542 ] ], [ [ 119.7088686, 30.4910542 ], [ 119.7088132, 30.4908739 ] ], [ [ 119.7088132, 30.4908739 ], [ 119.7086093, 30.4903213 ] ], [ [ 119.7086093, 30.4903213 ], [ 119.7085878, 30.4901626 ] ], [ [ 119.7085878, 30.4901626 ], [ 119.7085342, 30.4900378 ] ], [ [ 119.7085342, 30.4900378 ], [ 119.7084591, 30.4899006 ] ], [ [ 119.7084591, 30.4899006 ], [ 119.7083357, 30.4898051 ] ], [ [ 119.7083357, 30.4898051 ], [ 119.7081194, 30.4897049 ] ], [ [ 119.7081194, 30.4897049 ], [ 119.7079136, 30.4896366 ] ], [ [ 119.7079136, 30.4896366 ], [ 119.7078063, 30.4895688 ] ], [ [ 119.7078063, 30.4895688 ], [ 119.7077634, 30.4894933 ] ], [ [ 119.7077634, 30.4894933 ], [ 119.7075846, 30.4891666 ] ], [ [ 119.7075846, 30.4891666 ], [ 119.7074969, 30.4890156 ] ], [ [ 119.7074969, 30.4890156 ], [ 119.7074791, 30.4889109 ] ], [ [ 119.7074791, 30.4889109 ], [ 119.7074969, 30.4888215 ] ], [ [ 119.7074969, 30.4888215 ], [ 119.7076328, 30.4884691 ] ], [ [ 119.7076328, 30.4884691 ], [ 119.707851, 30.4881055 ] ], [ [ 119.707851, 30.4881055 ], [ 119.707969, 30.4879019 ] ], [ [ 119.707969, 30.4879019 ], [ 119.7079905, 30.487831 ] ], [ [ 119.7079905, 30.487831 ], [ 119.7079815, 30.4877124 ] ], [ [ 119.7079815, 30.4877124 ], [ 119.7079279, 30.487529 ] ], [ [ 119.7079279, 30.487529 ], [ 119.7078778, 30.4874396 ] ], [ [ 119.7078778, 30.4874396 ], [ 119.707674, 30.4871438 ] ], [ [ 119.707674, 30.4871438 ], [ 119.7076294, 30.4870788 ] ], [ [ 119.7076294, 30.4870788 ], [ 119.7074969, 30.4868857 ] ], [ [ 120.0639158, 30.3533052 ], [ 120.0640977, 30.353509 ], [ 120.0662992, 30.3554809 ] ], [ [ 120.066245, 30.3555419 ], [ 120.0659053, 30.3552246 ], [ 120.0638167, 30.3533935 ] ], [ [ 120.0662992, 30.3554809 ], [ 120.0664005, 30.3555838 ] ], [ [ 120.066334, 30.3556277 ], [ 120.066245, 30.3555419 ] ], [ [ 120.0553729, 30.3572661 ], [ 120.056732, 30.3572576 ] ], [ [ 120.056732, 30.3572576 ], [ 120.0576966, 30.3572515 ] ], [ [ 120.0537429, 30.3572612 ], [ 120.0553729, 30.3572661 ] ], [ [ 120.0475646, 30.3573187 ], [ 120.0535174, 30.35731 ], [ 120.0537429, 30.3572612 ] ], [ [ 120.0473982, 30.3573189 ], [ 120.0475646, 30.3573187 ] ], [ [ 120.0553729, 30.3572661 ], [ 120.0553571, 30.357539 ] ], [ [ 120.0553571, 30.357539 ], [ 120.0553571, 30.3580309 ] ], [ [ 120.0553571, 30.3580309 ], [ 120.055391, 30.3600354 ] ], [ [ 120.055391, 30.3600354 ], [ 120.0554006, 30.361196 ] ], [ [ 120.019484, 30.3559917 ], [ 120.0194505, 30.3560718 ] ], [ [ 120.0194505, 30.3560718 ], [ 120.019369, 30.3560055 ] ], [ [ 120.0157894, 30.3565374 ], [ 120.0160484, 30.356469 ], [ 120.0163463, 30.3563904 ], [ 120.0180231, 30.3558882 ], [ 120.0187524, 30.3556742 ], [ 120.0188653, 30.3556517 ], [ 120.0189968, 30.3556516 ], [ 120.0190693, 30.3556654 ], [ 120.019136, 30.3556842 ], [ 120.0191927, 30.3557225 ], [ 120.0192379, 30.3557658 ], [ 120.0194013, 30.3559178 ] ], [ [ 120.019369, 30.3560055 ], [ 120.0192849, 30.3559201 ], [ 120.0191528, 30.3558092 ], [ 120.0190968, 30.3557664 ], [ 120.0190007, 30.3557285 ], [ 120.0188756, 30.3557338 ], [ 120.0187456, 30.3557613 ], [ 120.0185986, 30.355811 ], [ 120.0172097, 30.3562278 ], [ 120.016077, 30.3565427 ], [ 120.0158234, 30.3566108 ] ], [ [ 120.0157213, 30.3565526 ], [ 120.0157894, 30.3565374 ] ], [ [ 120.0158234, 30.3566108 ], [ 120.0157518, 30.3566258 ] ], [ [ 120.0208681, 30.361619 ], [ 120.0208013, 30.3614354 ], [ 120.0206641, 30.3610114 ], [ 120.0206599, 30.3609984 ], [ 120.0205879, 30.3608542 ], [ 120.020503, 30.3607144 ], [ 120.0203076, 30.3604416 ], [ 120.0202381, 30.3603232 ], [ 120.020102, 30.3601044 ], [ 120.0197266, 30.3594854 ], [ 120.0196924, 30.3594293 ], [ 120.0195826, 30.3592503 ], [ 120.0193387, 30.3588481 ], [ 120.0193095, 30.3588203 ], [ 120.0192649, 30.3587066 ], [ 120.019161, 30.3585071 ], [ 120.0190607, 30.3582076 ], [ 120.0190016, 30.3579547 ], [ 120.0189425, 30.357673 ], [ 120.0189245, 30.3573912 ], [ 120.0189399, 30.3572448 ], [ 120.0189656, 30.3570762 ], [ 120.0190633, 30.3568189 ], [ 120.019369, 30.3560055 ] ], [ [ 120.0194505, 30.3560718 ], [ 120.0191557, 30.3568232 ], [ 120.0191121, 30.3569342 ], [ 120.0190556, 30.357145 ], [ 120.0190093, 30.3573713 ], [ 120.0190107, 30.3574214 ], [ 120.0190114, 30.3574476 ], [ 120.0190144, 30.3575598 ], [ 120.0190813, 30.3579015 ], [ 120.0191026, 30.3579886 ], [ 120.0191816, 30.3583119 ], [ 120.0192664, 30.3585404 ], [ 120.0193375, 30.3586824 ], [ 120.0193852, 30.3587985 ], [ 120.0194239, 30.3588374 ], [ 120.0194984, 30.358963 ], [ 120.0197008, 30.3593043 ], [ 120.0197588, 30.3594021 ], [ 120.0201997, 30.3600777 ], [ 120.0203041, 30.3602759 ], [ 120.0204722, 30.3605281 ], [ 120.0206984, 30.3608586 ], [ 120.0207518, 30.3609805 ], [ 120.0207704, 30.3610228 ], [ 120.0208552, 30.3613045 ], [ 120.0209494, 30.3615962 ] ], [ [ 120.0278494, 30.3588525 ], [ 120.0279521, 30.3588217 ], [ 120.0287921, 30.3585456 ], [ 120.0302255, 30.3580572 ], [ 120.030683, 30.357944 ], [ 120.0311509, 30.3578295 ], [ 120.0315334, 30.357773 ], [ 120.0323219, 30.3576205 ], [ 120.0339341, 30.3574054 ], [ 120.0341022, 30.3573931 ], [ 120.0342289, 30.3573839 ], [ 120.0374218, 30.3572918 ] ], [ [ 120.019484, 30.3559917 ], [ 120.0197739, 30.3561075 ], [ 120.0200685, 30.3561691 ], [ 120.0204332, 30.3561777 ], [ 120.0206703, 30.3561701 ], [ 120.0207568, 30.3561709 ], [ 120.0208284, 30.3561817 ], [ 120.0210175, 30.3562471 ], [ 120.0211107, 30.356294 ], [ 120.0211707, 30.3563343 ], [ 120.0216836, 30.3567762 ], [ 120.0218181, 30.3569014 ], [ 120.0219908, 30.3570801 ], [ 120.022457, 30.3577449 ], [ 120.0226238, 30.3579826 ], [ 120.0230454, 30.3585603 ], [ 120.0232145, 30.3587559 ], [ 120.0234478, 30.3589461 ], [ 120.023638, 30.3590778 ], [ 120.0238463, 30.3591915 ], [ 120.0239712, 30.3592987 ], [ 120.0241623, 30.3595318 ], [ 120.0242484, 30.3596566 ], [ 120.0244665, 30.3600156 ], [ 120.0246205, 30.360316 ], [ 120.025026, 30.3610158 ], [ 120.0250733, 30.3611004 ], [ 120.0251777, 30.3612135 ], [ 120.0253123, 30.3613693 ], [ 120.0254708, 30.3615526 ], [ 120.0257203, 30.3618474 ], [ 120.0258343, 30.3620135 ] ], [ [ 120.0256282, 30.3620253 ], [ 120.025623, 30.3619457 ], [ 120.025601, 30.3618464 ], [ 120.0255302, 30.3617511 ], [ 120.025083, 30.3612587 ], [ 120.0249768, 30.3611548 ], [ 120.0249418, 30.3611044 ], [ 120.024837, 30.3609332 ], [ 120.0246928, 30.3606535 ], [ 120.0243741, 30.3600864 ], [ 120.0243317, 30.3600206 ], [ 120.0241533, 30.3596753 ], [ 120.0240496, 30.3595238 ], [ 120.0239044, 30.3593486 ], [ 120.0237839, 30.3592477 ], [ 120.0235866, 30.3591259 ], [ 120.0234691, 30.3590525 ], [ 120.0233794, 30.3589964 ], [ 120.023236, 30.3588879 ], [ 120.0231397, 30.3587958 ], [ 120.0230875, 30.3587459 ], [ 120.0229652, 30.3585977 ], [ 120.0227909, 30.3583602 ], [ 120.0224829, 30.3579092 ], [ 120.0223908, 30.3577829 ], [ 120.0223531, 30.3577312 ], [ 120.0219425, 30.3571682 ], [ 120.021862, 30.3570694 ], [ 120.0217547, 30.3569578 ], [ 120.0213472, 30.3566004 ], [ 120.021305, 30.3565645 ], [ 120.0210963, 30.3563868 ], [ 120.0210303, 30.3563448 ], [ 120.0209494, 30.3563028 ], [ 120.020878, 30.3562771 ], [ 120.0207971, 30.3562579 ], [ 120.0207718, 30.3562519 ], [ 120.0206262, 30.3562487 ], [ 120.0204682, 30.3562552 ], [ 120.0202152, 30.3562573 ], [ 120.0200174, 30.3562448 ], [ 120.0197401, 30.3561733 ], [ 120.0194505, 30.3560718 ] ], [ [ 120.0375418, 30.3572915 ], [ 120.0375253, 30.3594993 ], [ 120.0375262, 30.3595783 ], [ 120.0375259, 30.3602243 ], [ 120.0375304, 30.3610356 ], [ 120.0374752, 30.3612731 ] ], [ [ 120.0374752, 30.3612731 ], [ 120.0374526, 30.3610518 ], [ 120.0374512, 30.360331 ], [ 120.0374629, 30.3602241 ], [ 120.0374524, 30.3595814 ], [ 120.0374491, 30.3595016 ], [ 120.0374384, 30.3586391 ], [ 120.0374218, 30.3572918 ] ], [ [ 120.0374752, 30.3612731 ], [ 120.0374749, 30.3613858 ] ], [ [ 120.0475646, 30.3573187 ], [ 120.0475972, 30.3612272 ] ], [ [ 120.0474487, 30.3612273 ], [ 120.0473982, 30.3573189 ] ], [ [ 120.0553981, 30.3613085 ], [ 120.0554006, 30.361196 ] ], [ [ 120.0208681, 30.361619 ], [ 120.0209494, 30.3615962 ] ], [ [ 120.0209494, 30.3615962 ], [ 120.0209748, 30.3616675 ] ], [ [ 120.020893, 30.3616867 ], [ 120.0208681, 30.361619 ] ], [ [ 120.0209748, 30.3616675 ], [ 120.020893, 30.3616867 ] ], [ [ 120.0184193, 30.3622921 ], [ 120.0208681, 30.361619 ] ], [ [ 120.020893, 30.3616867 ], [ 120.0204105, 30.3618238 ], [ 120.0197291, 30.3620174 ], [ 120.0184634, 30.3623771 ] ], [ [ 120.0183438, 30.3623098 ], [ 120.0184193, 30.3622921 ] ], [ [ 120.0475972, 30.3612272 ], [ 120.0475636, 30.3613527 ] ], [ [ 120.0474488, 30.3613526 ], [ 120.0474487, 30.3612273 ] ], [ [ 120.0209748, 30.3616675 ], [ 120.0210827, 30.3617961 ], [ 120.0212559, 30.3619096 ], [ 120.0213579, 30.3619629 ], [ 120.0214352, 30.3619842 ], [ 120.0216948, 30.3619922 ], [ 120.0218555, 30.3619762 ], [ 120.0219467, 30.361971 ], [ 120.0222356, 30.3619544 ], [ 120.0225116, 30.3619415 ], [ 120.0227243, 30.3619413 ], [ 120.0230183, 30.3619721 ], [ 120.0236234, 30.3620753 ], [ 120.0237974, 30.3620977 ], [ 120.023937, 30.3621053 ], [ 120.024056, 30.3621093 ], [ 120.024175, 30.3621035 ], [ 120.0245858, 30.3620825 ], [ 120.0247296, 30.3620933 ], [ 120.0251078, 30.3621271 ], [ 120.0252956, 30.3621303 ], [ 120.0254402, 30.3621166 ], [ 120.0255043, 30.3620917 ], [ 120.0255933, 30.3620741 ] ], [ [ 120.025615, 30.362197 ], [ 120.0255204, 30.3622196 ], [ 120.0254105, 30.3622183 ], [ 120.0252687, 30.3622046 ], [ 120.0251068, 30.3621862 ], [ 120.0247581, 30.3621587 ], [ 120.0245822, 30.362149 ], [ 120.0240654, 30.3621576 ], [ 120.0239418, 30.3621522 ], [ 120.0237316, 30.3621336 ], [ 120.0230222, 30.3620181 ], [ 120.0227426, 30.3619891 ], [ 120.0225077, 30.3619816 ], [ 120.022109, 30.3620029 ], [ 120.0220355, 30.3620085 ], [ 120.021949, 30.362015 ], [ 120.0217226, 30.3620322 ], [ 120.0214352, 30.3620269 ], [ 120.0213208, 30.3620056 ], [ 120.0212219, 30.3619656 ], [ 120.0211547, 30.3619186 ], [ 120.0210427, 30.3618358 ], [ 120.0209314, 30.3617309 ], [ 120.020893, 30.3616867 ] ], [ [ 120.0256282, 30.3620253 ], [ 120.025664, 30.3620016 ], [ 120.0257062, 30.3619879 ], [ 120.0257513, 30.3619853 ], [ 120.0257952, 30.3619941 ], [ 120.0258343, 30.3620135 ] ], [ [ 120.0255933, 30.3620741 ], [ 120.0256076, 30.362048 ], [ 120.0256282, 30.3620253 ] ], [ [ 120.0258343, 30.3620135 ], [ 120.0258657, 30.3620424 ], [ 120.0258858, 30.362078 ], [ 120.0258929, 30.3621171 ], [ 120.0258863, 30.3621563 ], [ 120.0258667, 30.362192 ], [ 120.0258357, 30.3622212 ], [ 120.0257961, 30.3622413 ] ], [ [ 120.025615, 30.362197 ], [ 120.0255922, 30.3621588 ], [ 120.0255847, 30.3621164 ], [ 120.0255933, 30.3620741 ] ], [ [ 120.0552086, 30.3644927 ], [ 120.0552545, 30.3638912 ] ], [ [ 120.0552545, 30.3638912 ], [ 120.0553173, 30.3633277 ] ], [ [ 120.0553173, 30.3633277 ], [ 120.0553948, 30.3626223 ] ], [ [ 120.0553948, 30.3626223 ], [ 120.0554078, 30.3624135 ] ], [ [ 120.0554078, 30.3624135 ], [ 120.0553981, 30.3613085 ] ], [ [ 120.047483, 30.3644827 ], [ 120.0474653, 30.3631429 ], [ 120.0474488, 30.3613526 ] ], [ [ 120.0475636, 30.3613527 ], [ 120.047577, 30.3627502 ], [ 120.0475928, 30.3644034 ], [ 120.0475936, 30.3644832 ] ], [ [ 120.0257961, 30.3622413 ], [ 120.0257454, 30.3622507 ], [ 120.0256939, 30.362245 ], [ 120.0256475, 30.362225 ], [ 120.025615, 30.362197 ] ], [ [ 120.0258343, 30.3620135 ], [ 120.0259534, 30.3620972 ], [ 120.0259991, 30.36214 ], [ 120.0260353, 30.3621957 ], [ 120.0260609, 30.3622649 ], [ 120.0260669, 30.3623535 ], [ 120.0260639, 30.3624459 ], [ 120.0260354, 30.3625003 ] ], [ [ 120.0260354, 30.3625003 ], [ 120.0260325, 30.3624246 ], [ 120.0260172, 30.3623797 ], [ 120.0259784, 30.3623163 ], [ 120.025911, 30.3622592 ], [ 120.0257961, 30.3622413 ] ], [ [ 120.0374749, 30.3613858 ], [ 120.0374764, 30.3636531 ] ], [ [ 120.0374764, 30.3636531 ], [ 120.0374769, 30.3644756 ] ], [ [ 120.0273281, 30.36633 ], [ 120.0273243, 30.3661697 ] ], [ [ 120.0273243, 30.3661697 ], [ 120.0273044, 30.3660152 ] ], [ [ 120.0273044, 30.3660152 ], [ 120.0272274, 30.3658081 ] ], [ [ 120.0272274, 30.3658081 ], [ 120.027178, 30.3656863 ] ], [ [ 120.027178, 30.3656863 ], [ 120.0271011, 30.365592 ] ], [ [ 120.0271011, 30.365592 ], [ 120.026947, 30.3654601 ] ], [ [ 120.026947, 30.3654601 ], [ 120.0267595, 30.3652816 ] ], [ [ 120.0267595, 30.3652816 ], [ 120.0265039, 30.36505 ] ], [ [ 120.0265039, 30.36505 ], [ 120.0262404, 30.3648376 ] ], [ [ 120.0262404, 30.3648376 ], [ 120.0261584, 30.3647709 ] ], [ [ 120.0261584, 30.3647709 ], [ 120.0260886, 30.3646922 ] ], [ [ 120.0260886, 30.3646922 ], [ 120.0259634, 30.3644923 ] ], [ [ 120.0259634, 30.3644923 ], [ 120.0257282, 30.3639989 ] ], [ [ 120.0257282, 30.3639989 ], [ 120.0256351, 30.3637974 ] ], [ [ 120.0256351, 30.3637974 ], [ 120.0255517, 30.3635978 ] ], [ [ 120.0255517, 30.3635978 ], [ 120.0255095, 30.3634713 ] ], [ [ 120.0255095, 30.3634713 ], [ 120.0255095, 30.3633275 ] ], [ [ 120.0255095, 30.3633275 ], [ 120.0255343, 30.3632246 ] ], [ [ 120.0255343, 30.3632246 ], [ 120.0255691, 30.3631281 ] ], [ [ 120.0255691, 30.3631281 ], [ 120.0256769, 30.3629327 ] ], [ [ 120.0256769, 30.3629327 ], [ 120.0258283, 30.3627542 ] ], [ [ 120.0258283, 30.3627542 ], [ 120.0259394, 30.3626562 ] ], [ [ 120.0259394, 30.3626562 ], [ 120.0260354, 30.3625003 ] ], [ [ 120.043438, 30.364494 ], [ 120.0404705, 30.3644879 ] ], [ [ 120.0404705, 30.3644879 ], [ 120.0391427, 30.3644824 ] ], [ [ 120.0391427, 30.3644824 ], [ 120.0374769, 30.3644756 ] ], [ [ 120.0306771, 30.365128 ], [ 120.0309761, 30.3649882 ] ], [ [ 120.0309761, 30.3649882 ], [ 120.0316567, 30.3647448 ] ], [ [ 120.0316567, 30.3647448 ], [ 120.0321314, 30.3646095 ] ], [ [ 120.0321314, 30.3646095 ], [ 120.0326501, 30.3645123 ] ], [ [ 120.0326501, 30.3645123 ], [ 120.032983, 30.364467 ] ], [ [ 120.032983, 30.364467 ], [ 120.0334586, 30.364433 ] ], [ [ 120.0334586, 30.364433 ], [ 120.0336825, 30.3644309 ] ], [ [ 120.0336825, 30.3644309 ], [ 120.0344046, 30.3644398 ] ], [ [ 120.0344046, 30.3644398 ], [ 120.036527, 30.3644645 ] ], [ [ 120.036527, 30.3644645 ], [ 120.0374769, 30.3644756 ] ], [ [ 120.047483, 30.3644827 ], [ 120.0475936, 30.3644832 ] ], [ [ 120.047483, 30.3644827 ], [ 120.0436163, 30.3644916 ] ], [ [ 120.0513394, 30.3645022 ], [ 120.0511768, 30.3645017 ] ], [ [ 120.0511768, 30.3645017 ], [ 120.0506664, 30.3644969 ] ], [ [ 120.0506664, 30.3644969 ], [ 120.0493368, 30.3644927 ] ], [ [ 120.0493368, 30.3644927 ], [ 120.0475936, 30.3644832 ] ], [ [ 120.0436163, 30.3644916 ], [ 120.043438, 30.364494 ] ], [ [ 120.0515637, 30.3645063 ], [ 120.0531093, 30.3644996 ] ], [ [ 120.0531093, 30.3644996 ], [ 120.0535476, 30.3644967 ] ], [ [ 120.0535476, 30.3644967 ], [ 120.0552086, 30.3644927 ] ], [ [ 120.0513394, 30.3645022 ], [ 120.0515637, 30.3645063 ] ], [ [ 120.0474893, 30.3670425 ], [ 120.047483, 30.3644827 ] ], [ [ 120.0475936, 30.3644832 ], [ 120.0476264, 30.3670424 ] ], [ [ 120.0549792, 30.3671929 ], [ 120.0549886, 30.3671033 ] ], [ [ 120.0549886, 30.3671033 ], [ 120.0550741, 30.3662939 ] ], [ [ 120.0550741, 30.3662939 ], [ 120.05514, 30.3655249 ] ], [ [ 120.05514, 30.3655249 ], [ 120.055186, 30.3649553 ] ], [ [ 120.055186, 30.3649553 ], [ 120.0552086, 30.3644927 ] ], [ [ 120.0375012, 30.36715 ], [ 120.0374912, 30.3660529 ] ], [ [ 120.0374912, 30.3660529 ], [ 120.0374769, 30.3644756 ] ], [ [ 120.027377, 30.3664272 ], [ 120.0273281, 30.36633 ] ], [ [ 120.0184634, 30.3623771 ], [ 120.0183804, 30.3623972 ] ], [ [ 120.0549607, 30.3673421 ], [ 120.0549792, 30.3671929 ] ], [ [ 120.0616182, 30.3692713 ], [ 120.0612052, 30.3691223 ] ], [ [ 120.0612052, 30.3691223 ], [ 120.0607672, 30.3689568 ] ], [ [ 120.0607672, 30.3689568 ], [ 120.0604877, 30.3688512 ] ], [ [ 120.0604877, 30.3688512 ], [ 120.0589562, 30.3682652 ] ], [ [ 120.0549607, 30.3673421 ], [ 120.0549516, 30.3674216 ] ], [ [ 120.0549516, 30.3674216 ], [ 120.0547991, 30.3692813 ] ], [ [ 120.0476018, 30.3692583 ], [ 120.0475501, 30.3689412 ] ], [ [ 120.0475501, 30.3689412 ], [ 120.0475196, 30.3683853 ] ], [ [ 120.0475196, 30.3683853 ], [ 120.0475149, 30.3682991 ] ], [ [ 120.0475149, 30.3682991 ], [ 120.047474, 30.3673835 ] ], [ [ 120.0511457, 30.3692811 ], [ 120.0511265, 30.3682747 ], [ 120.0511748, 30.3677054 ], [ 120.0513205, 30.3674336 ] ], [ [ 120.0375332, 30.3711675 ], [ 120.0375289, 30.3705355 ] ], [ [ 120.0375289, 30.3705355 ], [ 120.0375269, 30.370251 ] ], [ [ 120.0375269, 30.370251 ], [ 120.0375193, 30.3691335 ] ], [ [ 120.0375193, 30.3691335 ], [ 120.0375121, 30.367463 ] ], [ [ 120.0476018, 30.3692583 ], [ 120.0480525, 30.3692614 ] ], [ [ 120.0480525, 30.3692614 ], [ 120.0493826, 30.3692707 ] ], [ [ 120.0493826, 30.3692707 ], [ 120.0497876, 30.3692687 ] ], [ [ 120.0497876, 30.3692687 ], [ 120.0511457, 30.3692811 ] ], [ [ 120.0547991, 30.3692813 ], [ 120.052161, 30.3692844 ] ], [ [ 120.052161, 30.3692844 ], [ 120.0511457, 30.3692811 ] ], [ [ 120.0575691, 30.3697936 ], [ 120.0570493, 30.3696299 ] ], [ [ 120.0570493, 30.3696299 ], [ 120.0562438, 30.3694209 ] ], [ [ 120.0562438, 30.3694209 ], [ 120.0550057, 30.3692963 ] ], [ [ 120.0550057, 30.3692963 ], [ 120.0547991, 30.3692813 ] ], [ [ 120.0476018, 30.3692583 ], [ 120.0473848, 30.369262 ] ], [ [ 120.0473848, 30.369262 ], [ 120.0469963, 30.3692604 ] ], [ [ 120.0469963, 30.3692604 ], [ 120.046692, 30.3692711 ] ], [ [ 120.046692, 30.3692711 ], [ 120.0463799, 30.3692835 ] ], [ [ 120.0463799, 30.3692835 ], [ 120.0461849, 30.3693654 ] ], [ [ 120.0461849, 30.3693654 ], [ 120.0460626, 30.369473 ] ], [ [ 120.0460626, 30.369473 ], [ 120.0459663, 30.3696507 ] ], [ [ 120.0459663, 30.3696507 ], [ 120.0459212, 30.3698942 ] ], [ [ 120.0459212, 30.3698942 ], [ 120.0459179, 30.3700173 ] ], [ [ 120.0459179, 30.3700173 ], [ 120.0459136, 30.3701745 ] ], [ [ 120.0459136, 30.3701745 ], [ 120.0458811, 30.3713697 ] ], [ [ 119.9763889, 30.3604015 ], [ 119.9763991, 30.3609705 ] ], [ [ 119.9763991, 30.3609705 ], [ 119.9764028, 30.361177 ] ], [ [ 119.9764028, 30.361177 ], [ 119.9763964, 30.3616178 ] ], [ [ 119.9763964, 30.3616178 ], [ 119.9762597, 30.363863 ] ], [ [ 119.9762597, 30.363863 ], [ 119.9762142, 30.3646096 ] ], [ [ 119.9799665, 30.3647061 ], [ 119.9799337, 30.3616023 ] ], [ [ 119.9799337, 30.3616023 ], [ 119.9799297, 30.3613415 ] ], [ [ 119.9799297, 30.3613415 ], [ 119.9799319, 30.3604169 ] ], [ [ 119.9762142, 30.3646096 ], [ 119.9799665, 30.3647061 ] ], [ [ 119.9831532, 30.3648045 ], [ 119.9799665, 30.3647061 ] ], [ [ 119.9831532, 30.3648045 ], [ 119.98332, 30.3648093 ] ], [ [ 119.9799665, 30.3647061 ], [ 119.9799605, 30.3675886 ] ], [ [ 119.9762142, 30.3646096 ], [ 119.976207, 30.3647484 ] ], [ [ 119.976207, 30.3647484 ], [ 119.9761721, 30.3654178 ] ], [ [ 119.9761721, 30.3654178 ], [ 119.9760694, 30.3673866 ] ], [ [ 119.9690496, 30.3673634 ], [ 119.9693849, 30.3673712 ] ], [ [ 119.9693849, 30.3673712 ], [ 119.9699071, 30.3673833 ] ], [ [ 119.9699071, 30.3673833 ], [ 119.9716959, 30.3673826 ] ], [ [ 119.9716959, 30.3673826 ], [ 119.97537, 30.3673813 ] ], [ [ 119.97537, 30.3673813 ], [ 119.9759269, 30.3673897 ] ], [ [ 119.9759269, 30.3673897 ], [ 119.9760694, 30.3673866 ] ], [ [ 119.9760694, 30.3673866 ], [ 119.9760367, 30.3680999 ] ], [ [ 119.9760367, 30.3680999 ], [ 119.9760159, 30.368666 ] ], [ [ 119.9760159, 30.368666 ], [ 119.9759808, 30.3693803 ] ], [ [ 119.9760694, 30.3673866 ], [ 119.9773753, 30.3673786 ] ], [ [ 119.9773753, 30.3673786 ], [ 119.9799605, 30.3675886 ] ], [ [ 119.9833979, 30.3678198 ], [ 119.9799605, 30.3675886 ] ], [ [ 119.9835548, 30.3678207 ], [ 119.9833979, 30.3678198 ] ], [ [ 119.9799605, 30.3675886 ], [ 119.9799716, 30.3687578 ] ], [ [ 119.9799716, 30.3687578 ], [ 119.9799644, 30.3692286 ] ], [ [ 119.9799644, 30.3692286 ], [ 119.9799677, 30.3697652 ] ], [ [ 119.979949, 30.3699104 ], [ 119.9799677, 30.3697652 ] ], [ [ 119.9723617, 30.3690401 ], [ 119.9723672, 30.3691715 ] ], [ [ 119.9759748, 30.3695132 ], [ 119.9759808, 30.3693803 ] ], [ [ 119.9741906, 30.3718812 ], [ 119.9741424, 30.3704573 ] ], [ [ 119.9741424, 30.3704573 ], [ 119.9741093, 30.3694824 ] ], [ [ 119.9741093, 30.3694824 ], [ 119.9741045, 30.3693399 ] ], [ [ 119.9723672, 30.3691715 ], [ 119.9724086, 30.3705166 ] ], [ [ 119.9724086, 30.3705166 ], [ 119.9724354, 30.372346 ] ], [ [ 119.9758849, 30.3722225 ], [ 119.9759748, 30.3695132 ] ], [ [ 119.9689573, 30.3723419 ], [ 119.969179, 30.3723411 ] ], [ [ 119.969179, 30.3723411 ], [ 119.9694333, 30.3723395 ] ], [ [ 119.9694333, 30.3723395 ], [ 119.9696862, 30.3723401 ] ], [ [ 119.9696862, 30.3723401 ], [ 119.9699923, 30.3723405 ] ], [ [ 119.9699923, 30.3723405 ], [ 119.970633, 30.3723466 ] ], [ [ 119.970633, 30.3723466 ], [ 119.9724354, 30.372346 ] ], [ [ 119.9663288, 30.3724113 ], [ 119.9675061, 30.3723802 ] ], [ [ 119.9675061, 30.3723802 ], [ 119.9689573, 30.3723419 ] ], [ [ 119.9725869, 30.3778359 ], [ 119.9724862, 30.3739979 ] ], [ [ 119.9724862, 30.3739979 ], [ 119.9724354, 30.372346 ] ], [ [ 119.9842384, 30.3742677 ], [ 119.9810055, 30.374251 ] ], [ [ 119.9692736, 30.3769463 ], [ 119.9692626, 30.3769469 ] ], [ [ 119.9692736, 30.3769463 ], [ 119.9705071, 30.3768867 ] ], [ [ 119.9705071, 30.3768867 ], [ 119.9705423, 30.377863 ] ], [ [ 120.0734959, 30.3526885 ], [ 120.0733817, 30.35261 ] ], [ [ 120.0707597, 30.3554521 ], [ 120.0708869, 30.3553427 ], [ 120.0711908, 30.3550184 ], [ 120.071685, 30.3544634 ], [ 120.072305, 30.3538306 ], [ 120.0733817, 30.35261 ] ], [ [ 120.093392, 30.3532855 ], [ 120.0922031, 30.3532764 ] ], [ [ 120.0922031, 30.3532764 ], [ 120.0910533, 30.3533146 ] ], [ [ 120.0910533, 30.3533146 ], [ 120.0908509, 30.3533143 ] ], [ [ 120.0908619, 30.3551863 ], [ 120.0908509, 30.3533143 ] ], [ [ 120.0734959, 30.3526885 ], [ 120.071262, 30.3550909 ], [ 120.070981, 30.3554298 ], [ 120.0708613, 30.3555399 ] ], [ [ 120.0706572, 30.3555711 ], [ 120.0707597, 30.3554521 ] ], [ [ 120.0708613, 30.3555399 ], [ 120.0707714, 30.3556706 ] ], [ [ 120.0688763, 30.3575319 ], [ 120.0693595, 30.3570423 ], [ 120.0699414, 30.3564246 ], [ 120.0706572, 30.3555711 ] ], [ [ 120.0734959, 30.3526885 ], [ 120.0747622, 30.3531741 ] ], [ [ 120.0747622, 30.3531741 ], [ 120.075821, 30.3531835 ] ], [ [ 120.075821, 30.3531835 ], [ 120.0765611, 30.3530916 ] ], [ [ 120.0765611, 30.3530916 ], [ 120.0771143, 30.3529063 ] ], [ [ 120.0771143, 30.3529063 ], [ 120.0774525, 30.3525828 ] ], [ [ 120.0774525, 30.3525828 ], [ 120.0776375, 30.3523228 ] ], [ [ 120.0776375, 30.3523228 ], [ 120.0776675, 30.3521592 ] ], [ [ 120.0847427, 30.3605572 ], [ 120.0839659, 30.3600546 ] ], [ [ 120.0839659, 30.3600546 ], [ 120.0818737, 30.3592206 ] ], [ [ 120.0801095, 30.3612645 ], [ 120.080228, 30.3609294 ] ], [ [ 120.080228, 30.3609294 ], [ 120.0804745, 30.3601159 ] ], [ [ 120.0804745, 30.3601159 ], [ 120.0808606, 30.3588487 ] ], [ [ 120.0808606, 30.3588487 ], [ 120.0810373, 30.3589054 ] ], [ [ 120.0810373, 30.3589054 ], [ 120.0812996, 30.3590042 ] ], [ [ 120.0812996, 30.3590042 ], [ 120.0818737, 30.3592206 ] ], [ [ 120.0664005, 30.3555838 ], [ 120.0688763, 30.3575319 ] ], [ [ 120.0687771, 30.3576132 ], [ 120.0685163, 30.3573692 ], [ 120.066334, 30.3556277 ] ], [ [ 120.0707714, 30.3556706 ], [ 120.0689502, 30.3575913 ] ], [ [ 120.0688763, 30.3575319 ], [ 120.0689502, 30.3575913 ] ], [ [ 120.0687771, 30.3576132 ], [ 120.0688763, 30.3575319 ] ], [ [ 120.0689502, 30.3575913 ], [ 120.06886, 30.3576842 ] ], [ [ 120.06886, 30.3576842 ], [ 120.0687771, 30.3576132 ] ], [ [ 120.0668819, 30.3608841 ], [ 120.0671038, 30.3597728 ], [ 120.0674868, 30.3590755 ], [ 120.0680005, 30.3584717 ], [ 120.0682792, 30.3581636 ], [ 120.0684789, 30.3579429 ], [ 120.0687771, 30.3576132 ] ], [ [ 120.0818737, 30.3592206 ], [ 120.0809153, 30.3614802 ] ], [ [ 120.06886, 30.3576842 ], [ 120.0687156, 30.357833 ], [ 120.0686008, 30.3579713 ], [ 120.0684146, 30.3581958 ], [ 120.0681777, 30.3584814 ], [ 120.0675439, 30.3591593 ], [ 120.0671794, 30.3601103 ], [ 120.0670234, 30.3608766 ] ], [ [ 120.0689502, 30.3575913 ], [ 120.0692957, 30.3581445 ], [ 120.0694881, 30.3584527 ], [ 120.0695165, 30.3584981 ], [ 120.0703186, 30.3594586 ], [ 120.0720166, 30.3610698 ], [ 120.0736652, 30.3623884 ] ], [ [ 120.0735952, 30.3624487 ], [ 120.0713988, 30.3606238 ], [ 120.0699677, 30.3592126 ], [ 120.0694571, 30.3585613 ], [ 120.069362, 30.3584213 ], [ 120.0691502, 30.3581093 ], [ 120.0691428, 30.3580984 ], [ 120.06886, 30.3576842 ] ], [ [ 120.0668272, 30.3660774 ], [ 120.0671674, 30.3663002 ] ], [ [ 120.0671674, 30.3663002 ], [ 120.0669014, 30.3666478 ] ], [ [ 120.0669014, 30.3666478 ], [ 120.0668975, 30.3667322 ] ], [ [ 120.0668975, 30.3667322 ], [ 120.0671908, 30.367046 ] ], [ [ 120.0671908, 30.367046 ], [ 120.0676048, 30.3673694 ] ], [ [ 120.0676048, 30.3673694 ], [ 120.0678283, 30.3675083 ] ], [ [ 120.0678283, 30.3675083 ], [ 120.068063, 30.3677175 ] ], [ [ 120.068063, 30.3677175 ], [ 120.0686105, 30.368092 ] ], [ [ 120.0686105, 30.368092 ], [ 120.0690837, 30.368389 ] ], [ [ 120.0690837, 30.368389 ], [ 120.0691798, 30.3684486 ] ], [ [ 120.0691798, 30.3684486 ], [ 120.069426, 30.3686013 ] ], [ [ 120.069426, 30.3686013 ], [ 120.069557, 30.3686825 ] ], [ [ 120.069557, 30.3686825 ], [ 120.0702296, 30.3690166 ] ], [ [ 120.0702296, 30.3690166 ], [ 120.0707224, 30.3692427 ] ], [ [ 120.0707224, 30.3692427 ], [ 120.0714225, 30.3698366 ] ], [ [ 120.0714225, 30.3698366 ], [ 120.0717119, 30.3700737 ] ], [ [ 120.0941434, 30.3599528 ], [ 120.0973511, 30.3599921 ] ], [ [ 120.0972896, 30.3620012 ], [ 120.0941299, 30.3619309 ] ], [ [ 120.0941299, 30.3619309 ], [ 120.0941434, 30.3599528 ] ], [ [ 120.0973511, 30.3599921 ], [ 120.0972896, 30.3620012 ] ], [ [ 120.072121, 30.3721127 ], [ 120.0721538, 30.372013 ] ], [ [ 120.0721538, 30.372013 ], [ 120.072312, 30.3712653 ] ], [ [ 120.072312, 30.3712653 ], [ 120.0723479, 30.3710591 ] ], [ [ 120.0723479, 30.3710591 ], [ 120.0724511, 30.3707037 ] ], [ [ 120.0724511, 30.3707037 ], [ 120.0723533, 30.3705991 ] ], [ [ 120.0723533, 30.3705991 ], [ 120.0717119, 30.3700737 ] ], [ [ 120.072121, 30.3721127 ], [ 120.0708759, 30.3717663 ] ], [ [ 120.0708759, 30.3717663 ], [ 120.0714487, 30.3706176 ] ], [ [ 120.0714487, 30.3706176 ], [ 120.0715107, 30.3703549 ] ], [ [ 120.0715107, 30.3703549 ], [ 120.0717119, 30.3700737 ] ], [ [ 120.0709884, 30.3766861 ], [ 120.0712504, 30.3756233 ] ], [ [ 120.0712504, 30.3756233 ], [ 120.0714772, 30.3746583 ] ], [ [ 120.0714772, 30.3746583 ], [ 120.071618, 30.3739902 ] ], [ [ 120.071618, 30.3739902 ], [ 120.0718019, 30.3731163 ] ], [ [ 120.0718019, 30.3731163 ], [ 120.0719074, 30.372762 ] ], [ [ 120.0719074, 30.372762 ], [ 120.072121, 30.3721127 ] ], [ [ 120.0702424, 30.3765922 ], [ 120.0709884, 30.3766861 ] ], [ [ 120.0709884, 30.3766861 ], [ 120.0726906, 30.3769911 ] ], [ [ 120.0726906, 30.3769911 ], [ 120.0757672, 30.3775178 ] ], [ [ 120.0609587, 30.3702981 ], [ 120.0609084, 30.3702722 ] ], [ [ 120.0609587, 30.3702981 ], [ 120.0619789, 30.3706903 ] ], [ [ 120.0619789, 30.3706903 ], [ 120.0627673, 30.3710381 ] ], [ [ 120.0627673, 30.3710381 ], [ 120.0629894, 30.3711857 ] ], [ [ 120.0629894, 30.3711857 ], [ 120.0634905, 30.3715188 ] ], [ [ 120.0634905, 30.3715188 ], [ 120.0636802, 30.3717029 ] ], [ [ 120.0636802, 30.3717029 ], [ 120.0637632, 30.3718359 ] ], [ [ 120.0637632, 30.3718359 ], [ 120.0637514, 30.3719177 ] ], [ [ 120.0637514, 30.3719177 ], [ 120.0636565, 30.3720507 ] ], [ [ 120.0636565, 30.3720507 ], [ 120.0634609, 30.3722911 ] ], [ [ 120.0634609, 30.3722911 ], [ 120.064522, 30.3730122 ] ], [ [ 120.064522, 30.3730122 ], [ 120.0647457, 30.3731519 ] ], [ [ 120.0647457, 30.3731519 ], [ 120.064991, 30.3733051 ] ], [ [ 120.064991, 30.3733051 ], [ 120.0651444, 30.3734009 ] ], [ [ 120.0651444, 30.3734009 ], [ 120.0652037, 30.3734469 ] ], [ [ 120.0652037, 30.3734469 ], [ 120.0647947, 30.374076 ] ], [ [ 120.0647947, 30.374076 ], [ 120.0647947, 30.3741629 ] ], [ [ 120.0647947, 30.3741629 ], [ 120.064923, 30.3742759 ] ], [ [ 120.064923, 30.3742759 ], [ 120.0655119, 30.3743931 ] ], [ [ 120.0655119, 30.3743931 ], [ 120.0659091, 30.3745618 ] ], [ [ 120.0659091, 30.3745618 ], [ 120.0664248, 30.3748278 ] ], [ [ 120.0664248, 30.3748278 ], [ 120.0695785, 30.3762751 ] ], [ [ 120.0695785, 30.3762751 ], [ 120.0702424, 30.3765922 ] ], [ [ 120.0597541, 30.3936442 ], [ 120.0596846, 30.393686 ] ], [ [ 120.0596846, 30.393686 ], [ 120.0595931, 30.3937938 ] ], [ [ 120.0595931, 30.3937938 ], [ 120.0595828, 30.3938556 ] ], [ [ 120.0595828, 30.3938556 ], [ 120.0595729, 30.393917 ] ], [ [ 120.0595729, 30.393917 ], [ 120.0595633, 30.393981 ] ], [ [ 120.0479647, 30.3714269 ], [ 120.0478841, 30.3708726 ] ], [ [ 120.0478841, 30.3708726 ], [ 120.0476555, 30.3696036 ] ], [ [ 120.0476555, 30.3696036 ], [ 120.0476018, 30.3692583 ] ], [ [ 120.0547991, 30.3692813 ], [ 120.0545609, 30.3716396 ] ], [ [ 120.0375364, 30.3712831 ], [ 120.0375332, 30.3711675 ] ], [ [ 120.0375442, 30.3731724 ], [ 120.0375364, 30.3712831 ] ], [ [ 120.045872, 30.3715122 ], [ 120.0458811, 30.3713697 ] ], [ [ 120.0479803, 30.3715703 ], [ 120.0479647, 30.3714269 ] ], [ [ 120.045872, 30.3715122 ], [ 120.0457853, 30.3734639 ] ], [ [ 120.0478417, 30.3735184 ], [ 120.0479803, 30.3715703 ] ], [ [ 120.0527516, 30.3732618 ], [ 120.0524856, 30.3733732 ] ], [ [ 120.0432775, 30.3733674 ], [ 120.0433479, 30.373383 ] ], [ [ 120.0457853, 30.3734639 ], [ 120.0449452, 30.373436 ] ], [ [ 120.0449452, 30.373436 ], [ 120.044029, 30.3734056 ] ], [ [ 120.044029, 30.3734056 ], [ 120.0433479, 30.373383 ] ], [ [ 120.0524856, 30.3733732 ], [ 120.0523041, 30.373431 ] ], [ [ 120.0523041, 30.373431 ], [ 120.0519719, 30.3735001 ] ], [ [ 120.0519719, 30.3735001 ], [ 120.0512681, 30.3735369 ] ], [ [ 120.0512681, 30.3735369 ], [ 120.0510955, 30.3735459 ] ], [ [ 120.0510955, 30.3735459 ], [ 120.0506844, 30.3735694 ] ], [ [ 120.0506844, 30.3735694 ], [ 120.0497228, 30.3735935 ] ], [ [ 120.0497228, 30.3735935 ], [ 120.0494687, 30.3735834 ] ], [ [ 120.0494687, 30.3735834 ], [ 120.0493939, 30.3735804 ] ], [ [ 120.0493939, 30.3735804 ], [ 120.0491684, 30.3735714 ] ], [ [ 120.0491684, 30.3735714 ], [ 120.0486452, 30.3735499 ] ], [ [ 120.0486452, 30.3735499 ], [ 120.0478417, 30.3735184 ] ], [ [ 120.0478417, 30.3735184 ], [ 120.0475255, 30.3735058 ] ], [ [ 120.0475255, 30.3735058 ], [ 120.0472733, 30.3735007 ] ], [ [ 120.0472733, 30.3735007 ], [ 120.0457853, 30.3734639 ] ], [ [ 120.0350028, 30.3731119 ], [ 120.0355644, 30.3731252 ] ], [ [ 120.0355644, 30.3731252 ], [ 120.0357772, 30.3731303 ] ], [ [ 120.0357772, 30.3731303 ], [ 120.0368892, 30.3731568 ] ], [ [ 120.0368892, 30.3731568 ], [ 120.0375442, 30.3731724 ] ], [ [ 120.0345595, 30.3731882 ], [ 120.0350028, 30.3731119 ] ], [ [ 120.0375442, 30.3731724 ], [ 120.0390789, 30.373239 ] ], [ [ 120.0390789, 30.373239 ], [ 120.0404291, 30.373278 ] ], [ [ 120.0404291, 30.373278 ], [ 120.0411609, 30.3732992 ] ], [ [ 120.0411609, 30.3732992 ], [ 120.0418289, 30.3733207 ] ], [ [ 120.0418289, 30.3733207 ], [ 120.0432775, 30.3733674 ] ], [ [ 120.0257804, 30.3751225 ], [ 120.0259026, 30.3751514 ], [ 120.0260351, 30.3751933 ], [ 120.0263179, 30.3752352 ], [ 120.0265426, 30.37524 ], [ 120.0268569, 30.3752467 ], [ 120.027312, 30.3752314 ], [ 120.027524, 30.37522 ], [ 120.0278024, 30.3751742 ], [ 120.0281293, 30.3750942 ], [ 120.0283861, 30.3750062 ], [ 120.0284518, 30.3749837 ], [ 120.0286904, 30.3748998 ], [ 120.0289157, 30.3748274 ], [ 120.0291057, 30.3747969 ], [ 120.029415, 30.3747931 ], [ 120.0295917, 30.3748045 ], [ 120.0297728, 30.3748312 ], [ 120.0299275, 30.3748236 ], [ 120.030197, 30.3747702 ], [ 120.0303869, 30.3746673 ], [ 120.030493, 30.3746216 ], [ 120.0306078, 30.3746063 ], [ 120.0306835, 30.3746232 ], [ 120.0308464, 30.3746597 ], [ 120.0310905, 30.3746793 ], [ 120.0319208, 30.3747461 ], [ 120.0320791, 30.3747588 ], [ 120.0323353, 30.3747702 ], [ 120.0325209, 30.3747435 ], [ 120.0327904, 30.374633 ], [ 120.0329229, 30.3745186 ], [ 120.0330731, 30.3743319 ], [ 120.0334222, 30.3738173 ], [ 120.0335194, 30.3735733 ], [ 120.0335253, 30.3733527 ], [ 120.0335864, 30.3734027 ], [ 120.0335776, 30.3735666 ], [ 120.0335511, 30.3736924 ], [ 120.0335113, 30.3737725 ], [ 120.0329679, 30.3745539 ], [ 120.0328575, 30.3746568 ], [ 120.0327205, 30.3747482 ], [ 120.0325879, 30.3747978 ], [ 120.032367, 30.3748435 ], [ 120.0321152, 30.3748435 ], [ 120.0319263, 30.3748303 ], [ 120.0308119, 30.3747521 ], [ 120.0307058, 30.3747521 ], [ 120.0306376, 30.3747572 ], [ 120.0306042, 30.3747597 ], [ 120.0305747, 30.3747645 ], [ 120.0304628, 30.3747826 ], [ 120.0303612, 30.3748092 ], [ 120.0301933, 30.3748626 ], [ 120.0300122, 30.3748969 ], [ 120.0298046, 30.3749236 ], [ 120.0295306, 30.3749045 ], [ 120.0292921, 30.3748817 ], [ 120.0291109, 30.3748817 ], [ 120.0289342, 30.3749045 ], [ 120.028385, 30.3750898 ], [ 120.0281434, 30.3751713 ], [ 120.0278385, 30.3752476 ], [ 120.0275116, 30.3753009 ], [ 120.0272642, 30.37532 ], [ 120.0264291, 30.3753162 ], [ 120.0262326, 30.3753089 ], [ 120.0261199, 30.3753047 ], [ 120.0260271, 30.3752819 ], [ 120.025899, 30.3752514 ], [ 120.0258194, 30.3752399 ], [ 120.0256462, 30.3752716 ] ], [ [ 120.0457276, 30.3754368 ], [ 120.0457853, 30.3734639 ] ], [ [ 120.0478417, 30.3735184 ], [ 120.0477056, 30.3750707 ] ], [ [ 120.0477056, 30.3750707 ], [ 120.0478595, 30.3751846 ] ], [ [ 120.0478595, 30.3751846 ], [ 120.0478381, 30.3756058 ] ], [ [ 120.0478381, 30.3756058 ], [ 120.0478219, 30.3758682 ] ], [ [ 120.0203623, 30.3732459 ], [ 120.0205472, 30.3732011 ] ], [ [ 120.0205472, 30.3732011 ], [ 120.0206872, 30.3731917 ] ], [ [ 120.0206872, 30.3731917 ], [ 120.0207788, 30.3731844 ] ], [ [ 120.0207788, 30.3731844 ], [ 120.020874, 30.3731803 ] ], [ [ 120.020874, 30.3731803 ], [ 120.0209919, 30.3732104 ] ], [ [ 120.0209919, 30.3732104 ], [ 120.0210989, 30.3732655 ] ], [ [ 120.0210989, 30.3732655 ], [ 120.0212259, 30.3734334 ] ], [ [ 120.0212259, 30.3734334 ], [ 120.0212911, 30.3735157 ] ], [ [ 120.0212911, 30.3735157 ], [ 120.0213455, 30.3735997 ] ], [ [ 120.0213455, 30.3735997 ], [ 120.0213928, 30.3736856 ] ], [ [ 120.0213928, 30.3736856 ], [ 120.0214187, 30.3737537 ] ], [ [ 120.0214187, 30.3737537 ], [ 120.0214373, 30.3738234 ] ], [ [ 120.0214373, 30.3738234 ], [ 120.0214725, 30.3740545 ] ], [ [ 120.0214725, 30.3740545 ], [ 120.0214936, 30.3743394 ] ], [ [ 120.0214936, 30.3743394 ], [ 120.0214918, 30.3745222 ] ], [ [ 120.0214918, 30.3745222 ], [ 120.0214741, 30.3747205 ] ], [ [ 120.0214741, 30.3747205 ], [ 120.0213974, 30.3749838 ] ], [ [ 120.0213974, 30.3749838 ], [ 120.0212683, 30.3754172 ] ], [ [ 120.0212683, 30.3754172 ], [ 120.0212225, 30.3755761 ] ], [ [ 120.0212225, 30.3755761 ], [ 120.0212092, 30.3757752 ] ], [ [ 120.0212092, 30.3757752 ], [ 120.0212503, 30.3760068 ] ], [ [ 120.0212503, 30.3760068 ], [ 120.0213852, 30.3764892 ] ], [ [ 120.0213852, 30.3764892 ], [ 120.0216513, 30.3774157 ] ], [ [ 120.0216513, 30.3774157 ], [ 120.0217257, 30.377651 ] ], [ [ 120.0217257, 30.377651 ], [ 120.0217589, 30.3778271 ] ], [ [ 120.0217589, 30.3778271 ], [ 120.0217894, 30.3781019 ] ], [ [ 120.0217894, 30.3781019 ], [ 120.0217792, 30.3782861 ] ], [ [ 120.0217792, 30.3782861 ], [ 120.0217593, 30.3785177 ] ], [ [ 120.0217593, 30.3785177 ], [ 120.0217265, 30.3787722 ] ], [ [ 120.0217265, 30.3787722 ], [ 120.0217214, 30.3790099 ] ], [ [ 120.0217214, 30.3790099 ], [ 120.021747, 30.3792579 ] ], [ [ 120.021747, 30.3792579 ], [ 120.0217927, 30.3795178 ] ], [ [ 120.0217927, 30.3795178 ], [ 120.0218412, 30.3796721 ] ], [ [ 120.0218412, 30.3796721 ], [ 120.0219274, 30.3799464 ] ], [ [ 120.0219274, 30.3799464 ], [ 120.0220523, 30.3802274 ] ], [ [ 120.0220523, 30.3802274 ], [ 120.0221918, 30.3804941 ] ], [ [ 120.0221918, 30.3804941 ], [ 120.0223342, 30.3807131 ] ], [ [ 120.0223342, 30.3807131 ], [ 120.0224879, 30.3808992 ] ], [ [ 120.0224879, 30.3808992 ], [ 120.0226728, 30.3810994 ] ], [ [ 120.0226728, 30.3810994 ], [ 120.0228655, 30.3812162 ] ], [ [ 120.0228655, 30.3812162 ], [ 120.0230857, 30.3813455 ] ], [ [ 120.0230857, 30.3813455 ], [ 120.0233183, 30.3815401 ] ], [ [ 120.0233183, 30.3815401 ], [ 120.0235733, 30.3817647 ] ], [ [ 120.0235733, 30.3817647 ], [ 120.0237191, 30.3819581 ] ], [ [ 120.0237191, 30.3819581 ], [ 120.0238653, 30.3822421 ] ], [ [ 120.0238653, 30.3822421 ], [ 120.0240835, 30.3826722 ] ], [ [ 120.0240835, 30.3826722 ], [ 120.0242278, 30.3829778 ] ], [ [ 120.0017593, 30.3783399 ], [ 120.0033389, 30.3783338 ] ], [ [ 120.0033389, 30.3783338 ], [ 120.0043144, 30.3783094 ] ], [ [ 120.0043144, 30.3783094 ], [ 120.0044736, 30.3783348 ] ], [ [ 120.0044736, 30.3783348 ], [ 120.004618, 30.3784518 ] ], [ [ 120.004618, 30.3784518 ], [ 120.0047299, 30.378612 ] ], [ [ 120.0047299, 30.378612 ], [ 120.0048508, 30.3788204 ] ], [ [ 120.0048508, 30.3788204 ], [ 120.0049922, 30.379001 ] ], [ [ 120.0049922, 30.379001 ], [ 120.004892, 30.379301 ] ], [ [ 120.004892, 30.379301 ], [ 120.0045708, 30.3801679 ] ], [ [ 120.0045708, 30.3801679 ], [ 120.0044912, 30.3806662 ] ], [ [ 120.0044912, 30.3806662 ], [ 120.0041081, 30.3820289 ] ], [ [ 120.0041081, 30.3820289 ], [ 120.0038883, 30.3827774 ] ], [ [ 120.0038883, 30.3827774 ], [ 120.003869, 30.3828949 ] ], [ [ 119.9842384, 30.3742677 ], [ 119.9862415, 30.3743449 ] ], [ [ 119.9862415, 30.3743449 ], [ 119.9882532, 30.3743772 ] ], [ [ 119.9882532, 30.3743772 ], [ 119.9885583, 30.3743794 ] ], [ [ 119.9885583, 30.3743794 ], [ 119.9895195, 30.3743864 ] ], [ [ 119.9895195, 30.3743864 ], [ 119.9900395, 30.3743641 ] ], [ [ 119.9900395, 30.3743641 ], [ 119.9902953, 30.3743063 ] ], [ [ 119.9902953, 30.3743063 ], [ 119.990427, 30.3742765 ] ], [ [ 119.990427, 30.3742765 ], [ 119.9907856, 30.374164 ] ], [ [ 119.9907856, 30.374164 ], [ 119.9908586, 30.374135 ] ], [ [ 119.9908586, 30.374135 ], [ 119.9912181, 30.3739923 ] ], [ [ 119.9912181, 30.3739923 ], [ 119.992794, 30.3730969 ] ], [ [ 119.9992642, 30.3821693 ], [ 119.9993074, 30.3820532 ] ], [ [ 119.9993074, 30.3820532 ], [ 119.9994262, 30.3818911 ] ], [ [ 119.9994262, 30.3818911 ], [ 120.0001969, 30.3801237 ] ], [ [ 120.0001969, 30.3801237 ], [ 120.0002432, 30.3798772 ] ], [ [ 120.0002432, 30.3798772 ], [ 120.0003238, 30.3792483 ] ], [ [ 120.0003238, 30.3792483 ], [ 120.0003408, 30.3791019 ] ], [ [ 120.0003408, 30.3791019 ], [ 120.0003158, 30.3787414 ] ], [ [ 120.0003158, 30.3787414 ], [ 120.0002631, 30.378442 ] ], [ [ 120.0002631, 30.378442 ], [ 119.9997526, 30.3771456 ] ], [ [ 119.9997526, 30.3771456 ], [ 119.9994609, 30.376119 ] ], [ [ 119.9994609, 30.376119 ], [ 119.9993714, 30.375963 ] ], [ [ 119.9993714, 30.375963 ], [ 119.9993297, 30.3759065 ] ], [ [ 119.9993297, 30.3759065 ], [ 119.9991735, 30.3758094 ] ], [ [ 119.9991735, 30.3758094 ], [ 119.9989798, 30.3757614 ] ], [ [ 119.9989798, 30.3757614 ], [ 119.9987483, 30.3757251 ] ], [ [ 119.9987483, 30.3757251 ], [ 119.9986142, 30.3756638 ] ], [ [ 119.9986142, 30.3756638 ], [ 119.9985137, 30.3755665 ] ], [ [ 119.9985137, 30.3755665 ], [ 119.9984525, 30.3754629 ] ], [ [ 119.9984525, 30.3754629 ], [ 119.998323, 30.3754344 ] ], [ [ 119.998323, 30.3754344 ], [ 119.9959729, 30.3749823 ] ], [ [ 119.9959729, 30.3749823 ], [ 119.9957125, 30.3749262 ] ], [ [ 119.9957125, 30.3749262 ], [ 119.9955426, 30.3748786 ] ], [ [ 119.9955426, 30.3748786 ], [ 119.9954029, 30.3748287 ] ], [ [ 119.9954029, 30.3748287 ], [ 119.9952834, 30.3747822 ] ], [ [ 119.9952834, 30.3747822 ], [ 119.9951823, 30.3747258 ] ], [ [ 119.9951823, 30.3747258 ], [ 119.9951269, 30.3746681 ] ], [ [ 119.9951269, 30.3746681 ], [ 119.9950826, 30.3745896 ] ], [ [ 119.9950826, 30.3745896 ], [ 119.9950127, 30.3743811 ] ], [ [ 119.9950127, 30.3743811 ], [ 119.9949768, 30.3742844 ] ], [ [ 119.9949768, 30.3742844 ], [ 119.9948954, 30.3741765 ] ], [ [ 119.9948954, 30.3741765 ], [ 119.9941866, 30.3739081 ] ], [ [ 119.9709475, 30.38637 ], [ 119.9710544, 30.3863446 ] ], [ [ 119.9987592, 30.3847352 ], [ 119.9989102, 30.3848996 ] ], [ [ 119.9989102, 30.3848996 ], [ 119.9993497, 30.3850896 ] ], [ [ 119.9993497, 30.3850896 ], [ 119.9992766, 30.3852058 ] ], [ [ 119.9992766, 30.3852058 ], [ 119.9991117, 30.3856123 ] ], [ [ 119.9991117, 30.3856123 ], [ 119.9991056, 30.3857912 ] ], [ [ 119.9991056, 30.3857912 ], [ 119.9993008, 30.3866301 ] ], [ [ 119.9993008, 30.3866301 ], [ 119.99933, 30.3867508 ] ], [ [ 119.99933, 30.3867508 ], [ 119.9996924, 30.3882396 ] ], [ [ 119.9996924, 30.3882396 ], [ 119.9998024, 30.3886618 ] ], [ [ 119.9998024, 30.3886618 ], [ 119.9998842, 30.3889938 ] ], [ [ 119.9998842, 30.3889938 ], [ 119.9999042, 30.3890973 ] ], [ [ 119.9999042, 30.3890973 ], [ 120.0000575, 30.3904402 ] ], [ [ 120.0000575, 30.3904402 ], [ 120.0000625, 30.3904876 ] ], [ [ 120.0107134, 30.3845015 ], [ 120.0109372, 30.385374 ] ], [ [ 120.0109372, 30.385374 ], [ 120.0109665, 30.3854962 ] ], [ [ 120.0109665, 30.3854962 ], [ 120.0110724, 30.3860096 ] ], [ [ 120.0110724, 30.3860096 ], [ 120.0111357, 30.3862592 ] ], [ [ 120.0111357, 30.3862592 ], [ 120.0111427, 30.3862901 ] ], [ [ 119.9709475, 30.38637 ], [ 119.9690684, 30.3869396 ] ], [ [ 119.9669863, 30.38755 ], [ 119.9682579, 30.3871772 ] ], [ [ 119.9682579, 30.3871772 ], [ 119.968836, 30.3870077 ] ], [ [ 119.968836, 30.3870077 ], [ 119.9689347, 30.3869788 ] ], [ [ 119.9689347, 30.3869788 ], [ 119.9690684, 30.3869396 ] ], [ [ 119.9695313, 30.3898047 ], [ 119.969558, 30.3897081 ] ], [ [ 119.969558, 30.3897081 ], [ 119.9695861, 30.3895563 ] ], [ [ 119.9695861, 30.3895563 ], [ 119.9696242, 30.3884576 ] ], [ [ 119.9696242, 30.3884576 ], [ 119.9696113, 30.3882736 ] ], [ [ 119.9696113, 30.3882736 ], [ 119.9695856, 30.3880897 ] ], [ [ 119.9695856, 30.3880897 ], [ 119.969468, 30.3877565 ] ], [ [ 119.969468, 30.3877565 ], [ 119.9690684, 30.3869396 ] ], [ [ 119.9668025, 30.389429 ], [ 119.9668359, 30.3892833 ] ], [ [ 119.9668359, 30.3892833 ], [ 119.9668386, 30.3891377 ] ], [ [ 119.9668386, 30.3891377 ], [ 119.9668645, 30.3889195 ] ], [ [ 119.9668645, 30.3889195 ], [ 119.9669057, 30.3887013 ] ], [ [ 119.9669057, 30.3887013 ], [ 119.9669493, 30.3884831 ] ], [ [ 119.9669493, 30.3884831 ], [ 119.9669967, 30.3882649 ] ], [ [ 119.9669967, 30.3882649 ], [ 119.9669918, 30.3878284 ] ], [ [ 119.9669918, 30.3878284 ], [ 119.9669863, 30.38755 ] ], [ [ 119.9667574, 30.3895121 ], [ 119.9668025, 30.389429 ] ], [ [ 119.9720733, 30.3895525 ], [ 119.9721842, 30.3895265 ] ], [ [ 119.9722078, 30.3895928 ], [ 119.9720888, 30.3896223 ] ], [ [ 119.9668025, 30.389429 ], [ 119.9674381, 30.3896251 ], [ 119.9677672, 30.3897303 ], [ 119.9680431, 30.389784 ], [ 119.9680864, 30.38979 ], [ 119.9682791, 30.3898167 ], [ 119.9685496, 30.389839 ], [ 119.9687328, 30.3898429 ], [ 119.9689446, 30.3898364 ], [ 119.9695313, 30.3898047 ] ], [ [ 119.9695313, 30.3898047 ], [ 119.9710316, 30.3896789 ], [ 119.9720733, 30.3895525 ] ], [ [ 119.9695035, 30.3898765 ], [ 119.968937, 30.3899059 ], [ 119.968759, 30.3899109 ], [ 119.9685479, 30.3899106 ], [ 119.9682767, 30.389887 ], [ 119.9680055, 30.3898504 ], [ 119.9677004, 30.3897797 ], [ 119.9667574, 30.3895121 ] ], [ [ 119.9720888, 30.3896223 ], [ 119.9718805, 30.389643 ], [ 119.9710575, 30.3897307 ], [ 119.9695035, 30.3898765 ] ], [ [ 119.9695035, 30.3898765 ], [ 119.9695313, 30.3898047 ] ], [ [ 119.9695035, 30.3898765 ], [ 119.9694555, 30.3900001 ] ], [ [ 119.9694555, 30.3900001 ], [ 119.9693294, 30.3905073 ] ], [ [ 119.9693294, 30.3905073 ], [ 119.9692775, 30.39067 ] ], [ [ 119.9692775, 30.39067 ], [ 119.9692223, 30.3908168 ] ], [ [ 119.9692223, 30.3908168 ], [ 119.9691254, 30.3909684 ] ], [ [ 119.9691254, 30.3909684 ], [ 119.9690014, 30.3911138 ] ], [ [ 119.9690014, 30.3911138 ], [ 119.9688346, 30.3913254 ] ], [ [ 119.9688346, 30.3913254 ], [ 119.9687894, 30.3913914 ] ], [ [ 119.9687894, 30.3913914 ], [ 119.9687761, 30.3914629 ] ], [ [ 119.9687761, 30.3914629 ], [ 119.9687751, 30.3915454 ] ], [ [ 119.9687751, 30.3915454 ], [ 119.9687972, 30.3916321 ] ], [ [ 119.9687972, 30.3916321 ], [ 119.9692656, 30.3930804 ] ], [ [ 119.9692656, 30.3930804 ], [ 119.9692969, 30.3931771 ] ], [ [ 119.9732735, 30.3925653 ], [ 119.9747255, 30.3923262 ] ], [ [ 119.9747255, 30.3923262 ], [ 119.9759295, 30.392128 ] ], [ [ 119.9759295, 30.392128 ], [ 119.9766562, 30.3920084 ] ], [ [ 119.9732735, 30.3925653 ], [ 119.973151, 30.3925859 ] ], [ [ 119.9809857, 30.4024074 ], [ 119.9810076, 30.4020869 ] ], [ [ 119.9810076, 30.4020869 ], [ 119.9809695, 30.4018191 ] ], [ [ 119.9809695, 30.4018191 ], [ 119.9808573, 30.4015129 ] ], [ [ 119.9808573, 30.4015129 ], [ 119.9805148, 30.4007859 ] ], [ [ 119.9805148, 30.4007859 ], [ 119.9801813, 30.4003056 ] ], [ [ 119.9801813, 30.4003056 ], [ 119.9800139, 30.4001041 ] ], [ [ 119.9800139, 30.4001041 ], [ 119.9798304, 30.3998278 ] ], [ [ 119.9798304, 30.3998278 ], [ 119.9796855, 30.3996136 ] ], [ [ 119.9796855, 30.3996136 ], [ 119.9795597, 30.3993665 ] ], [ [ 119.9795597, 30.3993665 ], [ 119.9794833, 30.3991479 ] ], [ [ 119.9794833, 30.3991479 ], [ 119.9794021, 30.3989987 ] ], [ [ 119.9794021, 30.3989987 ], [ 119.979275, 30.39893 ] ], [ [ 119.979275, 30.39893 ], [ 119.9788422, 30.3987985 ] ], [ [ 119.9788422, 30.3987985 ], [ 119.9782814, 30.3986451 ] ], [ [ 119.9782814, 30.3986451 ], [ 119.9780186, 30.3985275 ] ], [ [ 119.9780186, 30.3985275 ], [ 119.9777661, 30.3983765 ] ], [ [ 119.9777661, 30.3983765 ], [ 119.9769912, 30.3978952 ] ], [ [ 119.9769912, 30.3978952 ], [ 119.9766475, 30.3977496 ] ], [ [ 119.9766475, 30.3977496 ], [ 119.9761247, 30.3975832 ] ], [ [ 119.9761247, 30.3975832 ], [ 119.9756147, 30.3975021 ] ], [ [ 119.9756147, 30.3975021 ], [ 119.9748818, 30.3974755 ] ], [ [ 119.9748818, 30.3974755 ], [ 119.9745915, 30.3974474 ] ], [ [ 120.0473961, 30.3787624 ], [ 120.0474624, 30.3788005 ] ], [ [ 120.0477354, 30.3801456 ], [ 120.0476267, 30.3795991 ] ], [ [ 120.0476267, 30.3795991 ], [ 120.0475068, 30.3789487 ] ], [ [ 120.0475068, 30.3789487 ], [ 120.0474913, 30.3788579 ] ], [ [ 120.0474913, 30.3788579 ], [ 120.0474624, 30.3788005 ] ], [ [ 120.0468946, 30.3794653 ], [ 120.0467692, 30.3794758 ] ], [ [ 120.0467692, 30.3794758 ], [ 120.0466512, 30.3795039 ] ], [ [ 120.0466512, 30.3795039 ], [ 120.0442025, 30.3800867 ] ], [ [ 120.0263396, 30.3828659 ], [ 120.0262717, 30.3827641 ], [ 120.0262068, 30.3826106 ], [ 120.026152, 30.382481 ], [ 120.0259938, 30.3820837 ], [ 120.0257764, 30.3815369 ], [ 120.0256484, 30.381237 ], [ 120.0254844, 30.3809346 ], [ 120.0252458, 30.3805001 ], [ 120.0249471, 30.3799978 ], [ 120.0248658, 30.3798991 ], [ 120.0247204, 30.3797197 ], [ 120.0246206, 30.3795973 ], [ 120.0242161, 30.3790987 ], [ 120.0240579, 30.3788227 ], [ 120.0240408, 30.3787863 ], [ 120.0239066, 30.3784993 ], [ 120.023772, 30.3780821 ], [ 120.0237318, 30.3777488 ], [ 120.0237435, 30.3766827 ], [ 120.0237647, 30.376422 ], [ 120.0238063, 30.3763561 ], [ 120.023961, 30.3762499 ], [ 120.0249778, 30.3755487 ], [ 120.0252219, 30.3753387 ], [ 120.0252737, 30.3752122 ], [ 120.0252882, 30.3751647 ] ], [ [ 120.0254087, 30.3752729 ], [ 120.0253527, 30.3753042 ], [ 120.0252728, 30.3753614 ], [ 120.0251905, 30.3754455 ], [ 120.025067, 30.37556 ], [ 120.0248107, 30.3757544 ], [ 120.0241059, 30.3762543 ], [ 120.0239269, 30.3764076 ], [ 120.0238649, 30.376484 ], [ 120.0238335, 30.3766406 ], [ 120.0238353, 30.3768028 ], [ 120.0238359, 30.3768647 ], [ 120.023844, 30.3776726 ], [ 120.023863, 30.3779351 ], [ 120.0239153, 30.3781941 ], [ 120.0240056, 30.3784732 ], [ 120.0241308, 30.3787479 ], [ 120.0241461, 30.3787814 ], [ 120.0242824, 30.3789976 ], [ 120.0247009, 30.3795383 ], [ 120.0248121, 30.3796712 ], [ 120.0249455, 30.3798631 ], [ 120.0250536, 30.3800252 ], [ 120.0255198, 30.3808015 ], [ 120.0257178, 30.3811957 ], [ 120.025786, 30.3813431 ], [ 120.0258577, 30.3815093 ], [ 120.0260724, 30.3820599 ], [ 120.0263444, 30.3827431 ], [ 120.0263396, 30.3828659 ] ], [ [ 120.041138, 30.3818358 ], [ 120.0410607, 30.3817834 ] ], [ [ 120.046622, 30.3800104 ], [ 120.0465626, 30.3799608 ] ], [ [ 120.046622, 30.3800104 ], [ 120.0470147, 30.3801963 ] ], [ [ 120.0470147, 30.3801963 ], [ 120.0476041, 30.3801345 ] ], [ [ 120.0476041, 30.3801345 ], [ 120.0477354, 30.3801456 ] ], [ [ 120.0523686, 30.380481 ], [ 120.052191, 30.3804619 ] ], [ [ 120.052191, 30.3804619 ], [ 120.0519429, 30.3804566 ] ], [ [ 120.0519429, 30.3804566 ], [ 120.0515919, 30.3804491 ] ], [ [ 120.0515919, 30.3804491 ], [ 120.0508078, 30.3805017 ] ], [ [ 120.0508078, 30.3805017 ], [ 120.0503557, 30.380453 ] ], [ [ 120.0503557, 30.380453 ], [ 120.0480636, 30.3801731 ] ], [ [ 120.0480636, 30.3801731 ], [ 120.0477354, 30.3801456 ] ], [ [ 120.0477354, 30.3801456 ], [ 120.0478344, 30.3816099 ] ], [ [ 120.0529149, 30.3820111 ], [ 120.0523128, 30.3819846 ] ], [ [ 120.0523128, 30.3819846 ], [ 120.0518693, 30.3819621 ] ], [ [ 120.0518693, 30.3819621 ], [ 120.05178, 30.3819576 ] ], [ [ 120.05178, 30.3819576 ], [ 120.0496848, 30.381773 ] ], [ [ 120.0496848, 30.381773 ], [ 120.0478344, 30.3816099 ] ], [ [ 120.003869, 30.3828949 ], [ 120.0038471, 30.3830327 ] ], [ [ 120.0107134, 30.3845015 ], [ 120.0105212, 30.3838395 ] ], [ [ 120.0105212, 30.3838395 ], [ 120.0102996, 30.3832406 ] ], [ [ 120.0102996, 30.3832406 ], [ 120.0101317, 30.3828279 ] ], [ [ 120.0101317, 30.3828279 ], [ 120.0097952, 30.3820004 ] ], [ [ 120.0107134, 30.3845015 ], [ 120.007637, 30.385296 ] ], [ [ 120.007637, 30.385296 ], [ 120.0042961, 30.3861724 ] ], [ [ 120.0042961, 30.3861724 ], [ 120.0039801, 30.3854999 ] ], [ [ 120.0039801, 30.3854999 ], [ 120.0037864, 30.3848804 ] ], [ [ 120.0037864, 30.3848804 ], [ 120.0037405, 30.3847334 ] ], [ [ 120.0037405, 30.3847334 ], [ 120.003692, 30.3844216 ] ], [ [ 120.003692, 30.3844216 ], [ 120.0037256, 30.3834647 ] ], [ [ 120.0037256, 30.3834647 ], [ 120.0037725, 30.383367 ] ], [ [ 120.0037725, 30.383367 ], [ 120.0038281, 30.3831403 ] ], [ [ 120.0038281, 30.3831403 ], [ 120.0038471, 30.3830327 ] ], [ [ 120.0478344, 30.3816099 ], [ 120.0479512, 30.3840882 ] ], [ [ 120.0479545, 30.3841567 ], [ 120.0479512, 30.3840882 ] ], [ [ 120.0488297, 30.3949604 ], [ 120.0487324, 30.3938652 ] ], [ [ 120.0487324, 30.3938652 ], [ 120.0487198, 30.3937136 ] ], [ [ 120.0487198, 30.3937136 ], [ 120.04862, 30.3926014 ] ], [ [ 120.04862, 30.3926014 ], [ 120.0485897, 30.3922603 ] ], [ [ 120.0485897, 30.3922603 ], [ 120.0485839, 30.392072 ] ], [ [ 120.0485839, 30.392072 ], [ 120.0485803, 30.3920221 ] ], [ [ 120.0485803, 30.3920221 ], [ 120.0485735, 30.3919573 ] ], [ [ 120.0485735, 30.3919573 ], [ 120.0484614, 30.3908913 ] ], [ [ 120.0484614, 30.3908913 ], [ 120.0484461, 30.3907449 ] ], [ [ 120.0484461, 30.3907449 ], [ 120.0484274, 30.3905674 ] ], [ [ 120.0484274, 30.3905674 ], [ 120.0483925, 30.3902035 ] ], [ [ 120.0483925, 30.3902035 ], [ 120.0483226, 30.3889866 ] ], [ [ 120.0483226, 30.3889866 ], [ 120.0483185, 30.3889151 ] ], [ [ 120.0483185, 30.3889151 ], [ 120.0482893, 30.3884058 ] ], [ [ 120.0482893, 30.3884058 ], [ 120.0482423, 30.3879732 ] ], [ [ 120.0482423, 30.3879732 ], [ 120.0481081, 30.386736 ] ], [ [ 120.0481081, 30.386736 ], [ 120.0480546, 30.3862436 ] ], [ [ 120.0480546, 30.3862436 ], [ 120.0480006, 30.385117 ] ], [ [ 120.0480006, 30.385117 ], [ 120.0479869, 30.3848325 ] ], [ [ 120.0479869, 30.3848325 ], [ 120.0479545, 30.3841567 ] ], [ [ 120.0595633, 30.393981 ], [ 120.0589642, 30.3945637 ] ], [ [ 120.0589642, 30.3945637 ], [ 120.0588388, 30.3946659 ] ], [ [ 120.0588388, 30.3946659 ], [ 120.058602, 30.394738 ] ], [ [ 120.058602, 30.394738 ], [ 120.0565761, 30.3948049 ] ], [ [ 120.0565761, 30.3948049 ], [ 120.0556907, 30.3948341 ] ], [ [ 120.0556907, 30.3948341 ], [ 120.0529744, 30.3949002 ] ], [ [ 120.0529744, 30.3949002 ], [ 120.0502442, 30.3949399 ] ], [ [ 120.0502442, 30.3949399 ], [ 120.0488297, 30.3949604 ] ], [ [ 120.024242, 30.3830092 ], [ 120.0242278, 30.3829778 ] ], [ [ 120.038028, 30.3899866 ], [ 120.0381867, 30.3897769 ] ], [ [ 120.0381867, 30.3897769 ], [ 120.0382637, 30.3896751 ] ], [ [ 120.0382637, 30.3896751 ], [ 120.0387392, 30.3890927 ] ], [ [ 120.0387392, 30.3890927 ], [ 120.0388539, 30.3888619 ] ], [ [ 120.0388539, 30.3888619 ], [ 120.039028, 30.3883894 ] ], [ [ 120.039028, 30.3883894 ], [ 120.0390672, 30.3882125 ] ], [ [ 120.0390672, 30.3882125 ], [ 120.0390772, 30.3881673 ] ], [ [ 120.0390772, 30.3881673 ], [ 120.0393464, 30.3869536 ] ], [ [ 120.0393464, 30.3869536 ], [ 120.0393931, 30.3867302 ] ], [ [ 120.0393931, 30.3867302 ], [ 120.0395665, 30.3863129 ] ], [ [ 120.0395665, 30.3863129 ], [ 120.0396766, 30.386048 ] ], [ [ 120.0396766, 30.386048 ], [ 120.0398104, 30.3857262 ] ], [ [ 120.0398104, 30.3857262 ], [ 120.0398814, 30.385569 ] ], [ [ 120.0398814, 30.385569 ], [ 120.0401617, 30.3849097 ] ], [ [ 120.0401617, 30.3849097 ], [ 120.0404674, 30.3841698 ] ], [ [ 120.0404674, 30.3841698 ], [ 120.0405693, 30.3839024 ] ], [ [ 120.0405693, 30.3839024 ], [ 120.0406797, 30.3834006 ] ], [ [ 120.0406797, 30.3834006 ], [ 120.0406897, 30.3833461 ] ], [ [ 120.0406897, 30.3833461 ], [ 120.0407434, 30.3830526 ] ], [ [ 120.0407434, 30.3830526 ], [ 120.040816, 30.3826593 ] ], [ [ 120.040816, 30.3826593 ], [ 120.0409086, 30.3823065 ] ], [ [ 120.0409086, 30.3823065 ], [ 120.041138, 30.3818358 ] ], [ [ 120.038028, 30.3899866 ], [ 120.0378263, 30.3902532 ] ], [ [ 120.0378263, 30.3902532 ], [ 120.0376915, 30.3904313 ] ], [ [ 120.0376915, 30.3904313 ], [ 120.0374739, 30.390719 ] ], [ [ 120.0374739, 30.390719 ], [ 120.0369016, 30.3913585 ] ], [ [ 120.0369016, 30.3913585 ], [ 120.0367035, 30.3914828 ] ], [ [ 120.0367035, 30.3914828 ], [ 120.0359408, 30.3919749 ] ], [ [ 120.0359408, 30.3919749 ], [ 120.0348449, 30.392612 ] ], [ [ 120.0348449, 30.392612 ], [ 120.033785, 30.3931507 ] ], [ [ 120.033785, 30.3931507 ], [ 120.0335415, 30.3932748 ] ], [ [ 120.0335415, 30.3932748 ], [ 120.0326471, 30.3937308 ] ], [ [ 120.0326471, 30.3937308 ], [ 120.0319265, 30.3941789 ] ], [ [ 120.0319265, 30.3941789 ], [ 120.0317733, 30.3943265 ] ], [ [ 120.0317733, 30.3943265 ], [ 120.0315986, 30.3945057 ] ], [ [ 120.0315986, 30.3945057 ], [ 120.0315512, 30.3945544 ] ], [ [ 120.0315512, 30.3945544 ], [ 120.0309326, 30.3951501 ] ], [ [ 120.0309326, 30.3951501 ], [ 120.0303952, 30.3956033 ] ], [ [ 120.0303952, 30.3956033 ], [ 120.030024, 30.3958836 ] ], [ [ 120.030024, 30.3958836 ], [ 120.029849, 30.3960157 ] ], [ [ 120.029849, 30.3960157 ], [ 120.0297025, 30.3961263 ] ], [ [ 120.0297025, 30.3961263 ], [ 120.0295035, 30.3962766 ] ], [ [ 120.0295035, 30.3962766 ], [ 120.029143, 30.3965405 ] ], [ [ 120.029143, 30.3965405 ], [ 120.0290471, 30.3966107 ] ], [ [ 120.0290471, 30.3966107 ], [ 120.0288206, 30.3968048 ] ], [ [ 120.0288206, 30.3968048 ], [ 120.0285877, 30.3970044 ] ], [ [ 120.0285877, 30.3970044 ], [ 120.0280958, 30.3974369 ] ], [ [ 120.0280958, 30.3974369 ], [ 120.0275833, 30.3978875 ] ], [ [ 120.0275833, 30.3978875 ], [ 120.0264029, 30.3988764 ] ], [ [ 120.0264029, 30.3988764 ], [ 120.0262104, 30.3990667 ] ], [ [ 120.0262104, 30.3990667 ], [ 120.0260547, 30.3992206 ] ], [ [ 120.0260547, 30.3992206 ], [ 120.025974, 30.3993671 ] ], [ [ 120.025974, 30.3993671 ], [ 120.0259995, 30.3995759 ] ], [ [ 120.0259995, 30.3995759 ], [ 120.0262288, 30.4004255 ] ], [ [ 120.0262288, 30.4004255 ], [ 120.0262975, 30.4009025 ] ], [ [ 120.0262975, 30.4009025 ], [ 120.0263095, 30.4009859 ] ], [ [ 120.0263095, 30.4009859 ], [ 120.0263222, 30.4019234 ] ], [ [ 120.0263222, 30.4019234 ], [ 120.0263143, 30.4019842 ] ], [ [ 120.0263143, 30.4019842 ], [ 120.02628, 30.4022467 ] ], [ [ 120.02628, 30.4022467 ], [ 120.0261674, 30.4023312 ] ], [ [ 120.0261674, 30.4023312 ], [ 120.0260366, 30.4023773 ] ], [ [ 120.0260366, 30.4023773 ], [ 120.0258285, 30.4024671 ] ], [ [ 120.0258285, 30.4024671 ], [ 120.025592, 30.4025732 ] ], [ [ 120.025592, 30.4025732 ], [ 120.0254868, 30.4026203 ] ], [ [ 120.0254868, 30.4026203 ], [ 120.0254401, 30.4026412 ] ], [ [ 120.0254401, 30.4026412 ], [ 120.0253554, 30.4026792 ] ], [ [ 120.0253554, 30.4026792 ], [ 120.0251757, 30.4028506 ] ], [ [ 120.0251757, 30.4028506 ], [ 120.0247668, 30.4032646 ] ], [ [ 120.0112614, 30.3978636 ], [ 120.0112531, 30.3980681 ] ], [ [ 120.0112531, 30.3980681 ], [ 120.0112464, 30.398617 ] ], [ [ 120.0112464, 30.398617 ], [ 120.0112368, 30.399598 ] ], [ [ 120.0061472, 30.398992 ], [ 120.006783, 30.3990282 ] ], [ [ 120.006783, 30.3990282 ], [ 120.0073054, 30.3991015 ] ], [ [ 120.0073054, 30.3991015 ], [ 120.0076554, 30.3991443 ] ], [ [ 120.0076554, 30.3991443 ], [ 120.007807, 30.3991629 ] ], [ [ 120.007807, 30.3991629 ], [ 120.007961, 30.3991808 ] ], [ [ 120.007961, 30.3991808 ], [ 120.0083216, 30.3992259 ] ], [ [ 120.0083216, 30.3992259 ], [ 120.008501, 30.399241 ] ], [ [ 120.008501, 30.399241 ], [ 120.0093654, 30.3993522 ] ], [ [ 120.0093654, 30.3993522 ], [ 120.0096567, 30.3993849 ] ], [ [ 120.0096567, 30.3993849 ], [ 120.0100991, 30.399446 ] ], [ [ 120.0100991, 30.399446 ], [ 120.0104671, 30.3994969 ] ], [ [ 120.0104671, 30.3994969 ], [ 120.0107073, 30.3995298 ] ], [ [ 120.0107073, 30.3995298 ], [ 120.0112368, 30.399598 ] ], [ [ 120.0112368, 30.399598 ], [ 120.0112277, 30.4001521 ] ], [ [ 120.0112277, 30.4001521 ], [ 120.0112202, 30.4007669 ] ], [ [ 120.0112202, 30.4007669 ], [ 120.0112096, 30.401645 ] ], [ [ 119.9993102, 30.4023556 ], [ 119.9990842, 30.4018065 ] ], [ [ 119.9990842, 30.4018065 ], [ 119.9990594, 30.4016767 ] ], [ [ 119.9990594, 30.4016767 ], [ 119.9990621, 30.4013597 ] ], [ [ 119.9990621, 30.4013597 ], [ 119.9990863, 30.4012764 ] ], [ [ 119.9990863, 30.4012764 ], [ 119.9991345, 30.4012059 ] ], [ [ 119.9991345, 30.4012059 ], [ 119.9992633, 30.4011388 ] ], [ [ 119.9992633, 30.4011388 ], [ 119.9994631, 30.4010625 ] ], [ [ 119.9994631, 30.4010625 ], [ 120.0004524, 30.4006677 ] ], [ [ 120.0004524, 30.4006677 ], [ 120.0007573, 30.4005442 ] ], [ [ 120.0007573, 30.4005442 ], [ 120.0009008, 30.4004934 ] ], [ [ 120.0009008, 30.4004934 ], [ 120.0010563, 30.4004748 ] ], [ [ 120.0010563, 30.4004748 ], [ 120.0016035, 30.4004286 ] ], [ [ 120.0016035, 30.4004286 ], [ 120.0018465, 30.40041 ] ], [ [ 120.0018465, 30.40041 ], [ 120.0019585, 30.4004238 ] ], [ [ 120.0019585, 30.4004238 ], [ 120.0026306, 30.4005066 ] ], [ [ 120.0026306, 30.4005066 ], [ 120.0026773, 30.4005143 ] ], [ [ 120.0026773, 30.4005143 ], [ 120.0028279, 30.4005373 ] ], [ [ 120.0028279, 30.4005373 ], [ 120.002892, 30.4005496 ] ], [ [ 120.002892, 30.4005496 ], [ 120.0029379, 30.4005697 ] ], [ [ 120.0029379, 30.4005697 ], [ 120.0031552, 30.4007397 ] ], [ [ 120.0031552, 30.4007397 ], [ 120.0031941, 30.4007744 ] ], [ [ 120.0031941, 30.4007744 ], [ 120.0032383, 30.4007987 ] ], [ [ 120.0032383, 30.4007987 ], [ 120.0033778, 30.4008126 ] ], [ [ 120.0033778, 30.4008126 ], [ 120.0040362, 30.4008956 ] ], [ [ 120.0040362, 30.4008956 ], [ 120.0047721, 30.4010079 ] ], [ [ 120.0047721, 30.4010079 ], [ 120.006258, 30.4011281 ] ], [ [ 120.006258, 30.4011281 ], [ 120.0067459, 30.401179 ] ], [ [ 120.0067459, 30.401179 ], [ 120.0076578, 30.4012743 ] ], [ [ 120.0076578, 30.4012743 ], [ 120.0081227, 30.4013228 ] ], [ [ 120.0081227, 30.4013228 ], [ 120.0082769, 30.4013389 ] ], [ [ 120.0082769, 30.4013389 ], [ 120.0086192, 30.4013746 ] ], [ [ 120.0086192, 30.4013746 ], [ 120.0091984, 30.4014351 ] ], [ [ 120.0091984, 30.4014351 ], [ 120.0096352, 30.4014807 ] ], [ [ 120.0096352, 30.4014807 ], [ 120.0099131, 30.4015097 ] ], [ [ 120.0099131, 30.4015097 ], [ 120.0103227, 30.4015524 ] ], [ [ 120.0103227, 30.4015524 ], [ 120.0112096, 30.401645 ] ], [ [ 120.0211358, 30.4037727 ], [ 120.020965, 30.4035662 ] ], [ [ 120.020965, 30.4035662 ], [ 120.0208654, 30.4034911 ] ], [ [ 120.0208654, 30.4034911 ], [ 120.0191229, 30.4028362 ] ], [ [ 120.0191229, 30.4028362 ], [ 120.0188366, 30.4027074 ] ], [ [ 120.0188366, 30.4027074 ], [ 120.0175794, 30.4019881 ] ], [ [ 120.0175794, 30.4019881 ], [ 120.0172309, 30.4016768 ] ], [ [ 120.0172309, 30.4016768 ], [ 120.0167704, 30.4010434 ] ], [ [ 120.0167704, 30.4010434 ], [ 120.0166708, 30.4010005 ] ], [ [ 120.0166708, 30.4010005 ], [ 120.0156916, 30.4008187 ] ], [ [ 120.0156916, 30.4008187 ], [ 120.0119285, 30.4001201 ] ], [ [ 120.0119285, 30.4001201 ], [ 120.0116671, 30.4001094 ] ], [ [ 120.0116671, 30.4001094 ], [ 120.0112277, 30.4001521 ] ], [ [ 120.0111692, 30.4049725 ], [ 120.0111641, 30.4049076 ] ], [ [ 120.0111641, 30.4049076 ], [ 120.0111584, 30.4048237 ] ], [ [ 120.0111584, 30.4048237 ], [ 120.0112066, 30.4018915 ] ], [ [ 120.0112066, 30.4018915 ], [ 120.0112096, 30.401645 ] ], [ [ 120.0488297, 30.3949604 ], [ 120.0488836, 30.3957842 ] ], [ [ 120.0488836, 30.3957842 ], [ 120.0490497, 30.3974507 ] ], [ [ 120.0490497, 30.3974507 ], [ 120.0490612, 30.397573 ] ], [ [ 120.0490612, 30.397573 ], [ 120.0491055, 30.398046 ] ], [ [ 120.0491055, 30.398046 ], [ 120.0492092, 30.399151 ] ], [ [ 120.0492092, 30.399151 ], [ 120.0491999, 30.3995478 ] ], [ [ 120.0491999, 30.3995478 ], [ 120.0491477, 30.3998617 ] ], [ [ 120.0491477, 30.3998617 ], [ 120.0491123, 30.4000741 ] ], [ [ 120.0491123, 30.4000741 ], [ 120.0489304, 30.401168 ] ], [ [ 120.0489304, 30.401168 ], [ 120.0488807, 30.4014668 ] ], [ [ 120.0488807, 30.4014668 ], [ 120.0488571, 30.4015713 ] ], [ [ 120.0585217, 30.4032043 ], [ 120.0575337, 30.4030339 ] ], [ [ 120.0575337, 30.4030339 ], [ 120.0572104, 30.4030262 ] ], [ [ 120.0572104, 30.4030262 ], [ 120.0542913, 30.4024839 ] ], [ [ 120.0542913, 30.4024839 ], [ 120.0532045, 30.4023445 ] ], [ [ 120.0532045, 30.4023445 ], [ 120.0513363, 30.4020733 ] ], [ [ 120.0513363, 30.4020733 ], [ 120.0511836, 30.4020423 ] ], [ [ 120.0511836, 30.4020423 ], [ 120.0509231, 30.4018254 ] ], [ [ 120.0509231, 30.4018254 ], [ 120.0505459, 30.4016937 ] ], [ [ 120.0505459, 30.4016937 ], [ 120.0503213, 30.4016473 ] ], [ [ 120.0503213, 30.4016473 ], [ 120.0488571, 30.4015713 ] ], [ [ 120.0488571, 30.4015713 ], [ 120.0483674, 30.4037391 ] ], [ [ 120.0483674, 30.4037391 ], [ 120.0483174, 30.4039605 ] ], [ [ 120.0483174, 30.4039605 ], [ 120.0482523, 30.4043033 ] ], [ [ 120.0482523, 30.4043033 ], [ 120.0480762, 30.4051907 ] ], [ [ 120.0480762, 30.4051907 ], [ 120.0480306, 30.405423 ] ], [ [ 120.0480306, 30.405423 ], [ 120.0479925, 30.4056173 ] ], [ [ 120.0479925, 30.4056173 ], [ 120.0478532, 30.4063279 ] ], [ [ 120.0478532, 30.4063279 ], [ 120.0477729, 30.4067376 ] ], [ [ 120.0477729, 30.4067376 ], [ 120.0477686, 30.4067823 ] ], [ [ 120.0477686, 30.4067823 ], [ 120.047719, 30.4072249 ] ], [ [ 120.047719, 30.4072249 ], [ 120.0476932, 30.4074554 ] ], [ [ 120.0476932, 30.4074554 ], [ 120.0476709, 30.4076998 ] ], [ [ 120.0476709, 30.4076998 ], [ 120.0476383, 30.408058 ] ], [ [ 120.0476383, 30.408058 ], [ 120.0476316, 30.4081343 ] ], [ [ 120.0476316, 30.4081343 ], [ 120.0474699, 30.4099232 ] ], [ [ 120.057489, 30.411833 ], [ 120.0575991, 30.4109118 ] ], [ [ 120.0575991, 30.4109118 ], [ 120.0576667, 30.4103457 ] ], [ [ 120.0576667, 30.4103457 ], [ 120.0576994, 30.4100738 ] ], [ [ 120.0576994, 30.4100738 ], [ 120.0578981, 30.4084223 ] ], [ [ 120.0578981, 30.4084223 ], [ 120.0580283, 30.4070452 ] ], [ [ 120.0580283, 30.4070452 ], [ 120.0583073, 30.4057941 ] ], [ [ 120.0583073, 30.4057941 ], [ 120.058391, 30.4049921 ] ], [ [ 120.058391, 30.4049921 ], [ 120.0584401, 30.4043201 ] ], [ [ 120.0584401, 30.4043201 ], [ 120.0585217, 30.4032043 ] ], [ [ 120.0474699, 30.4099232 ], [ 120.046166, 30.4098112 ] ], [ [ 120.046166, 30.4098112 ], [ 120.0458073, 30.4098853 ] ], [ [ 120.0458073, 30.4098853 ], [ 120.0450644, 30.4100962 ] ], [ [ 120.0450644, 30.4100962 ], [ 120.0440354, 30.4104821 ] ], [ [ 120.0440354, 30.4104821 ], [ 120.04388, 30.4105419 ] ], [ [ 120.04388, 30.4105419 ], [ 120.0437946, 30.4106029 ] ], [ [ 119.9692969, 30.3931771 ], [ 119.9708657, 30.3929383 ] ], [ [ 119.9708657, 30.3929383 ], [ 119.971602, 30.3928262 ] ], [ [ 119.971602, 30.3928262 ], [ 119.9726151, 30.392672 ] ], [ [ 119.9726151, 30.392672 ], [ 119.973151, 30.3925859 ] ], [ [ 119.9667074, 30.3931998 ], [ 119.9679243, 30.3931937 ] ], [ [ 119.9679243, 30.3931937 ], [ 119.9689107, 30.3931887 ] ], [ [ 119.9689107, 30.3931887 ], [ 119.9692969, 30.3931771 ] ], [ [ 119.9692969, 30.3931771 ], [ 119.9694466, 30.3935937 ] ], [ [ 119.9694466, 30.3935937 ], [ 119.9695095, 30.3937688 ] ], [ [ 119.9695095, 30.3937688 ], [ 119.9700806, 30.3953585 ] ], [ [ 119.9667074, 30.3931998 ], [ 119.9667066, 30.3940152 ] ], [ [ 119.9667066, 30.3940152 ], [ 119.9667053, 30.3953741 ] ], [ [ 119.9767043, 30.3943243 ], [ 119.9739203, 30.3947429 ] ], [ [ 119.9738276, 30.3947629 ], [ 119.9739203, 30.3947429 ] ], [ [ 119.9700806, 30.3953585 ], [ 119.9738276, 30.3947629 ] ], [ [ 119.9700806, 30.3953585 ], [ 119.9697448, 30.395373 ] ], [ [ 119.9697448, 30.395373 ], [ 119.9679053, 30.395377 ] ], [ [ 119.9679053, 30.395377 ], [ 119.9670548, 30.3953788 ] ], [ [ 119.9670548, 30.3953788 ], [ 119.9667053, 30.3953741 ] ], [ [ 119.9597576, 30.3951584 ], [ 119.9597464, 30.3950959 ] ], [ [ 119.9598401, 30.3951471 ], [ 119.9597576, 30.3951584 ] ], [ [ 119.9667053, 30.3953741 ], [ 119.9643053, 30.3954049 ] ], [ [ 119.9598401, 30.3951471 ], [ 119.9600556, 30.3959264 ], [ 119.9602058, 30.3963442 ], [ 119.9603242, 30.3966756 ], [ 119.9603523, 30.396756 ], [ 119.9603965, 30.3968901 ] ], [ [ 119.9602942, 30.3969112 ], [ 119.9602493, 30.3967832 ], [ 119.9602203, 30.3966961 ], [ 119.9601189, 30.3963699 ], [ 119.9599341, 30.3957753 ], [ 119.9597576, 30.3951584 ] ], [ [ 119.9656898, 30.3969889 ], [ 119.965736, 30.3969154 ] ], [ [ 119.965736, 30.3969154 ], [ 119.9666431, 30.395473 ] ], [ [ 119.9666431, 30.395473 ], [ 119.9667053, 30.3953741 ] ], [ [ 119.9643053, 30.3954049 ], [ 119.9644114, 30.3957557 ] ], [ [ 119.9644114, 30.3957557 ], [ 119.9645431, 30.39609 ] ], [ [ 119.9645431, 30.39609 ], [ 119.9647029, 30.3963197 ] ], [ [ 119.9647029, 30.3963197 ], [ 119.9648506, 30.3964619 ] ], [ [ 119.9648506, 30.3964619 ], [ 119.9650047, 30.3965876 ] ], [ [ 119.9650047, 30.3965876 ], [ 119.9653728, 30.3968034 ] ], [ [ 119.9653728, 30.3968034 ], [ 119.9656898, 30.3969889 ] ], [ [ 119.9706573, 30.3970597 ], [ 119.970326, 30.3960825 ] ], [ [ 119.970326, 30.3960825 ], [ 119.970258, 30.3958818 ] ], [ [ 119.970258, 30.3958818 ], [ 119.9700806, 30.3953585 ] ], [ [ 119.9743159, 30.3962888 ], [ 119.9745915, 30.3974474 ] ], [ [ 119.969656, 30.39745 ], [ 119.9695317, 30.3973844 ] ], [ [ 119.9695317, 30.3973844 ], [ 119.9690069, 30.3973448 ] ], [ [ 119.9690069, 30.3973448 ], [ 119.9675911, 30.3973764 ] ], [ [ 119.9675911, 30.3973764 ], [ 119.9665417, 30.3976468 ] ], [ [ 119.9745915, 30.3974474 ], [ 119.9742758, 30.3974111 ] ], [ [ 119.9742758, 30.3974111 ], [ 119.9737386, 30.3973963 ] ], [ [ 119.9737386, 30.3973963 ], [ 119.9729174, 30.3974612 ] ], [ [ 119.9729174, 30.3974612 ], [ 119.9721443, 30.3975561 ] ], [ [ 119.9721443, 30.3975561 ], [ 119.9716598, 30.397685 ] ], [ [ 119.9716598, 30.397685 ], [ 119.9712142, 30.3978442 ] ], [ [ 119.9712142, 30.3978442 ], [ 119.9706606, 30.3981573 ] ], [ [ 119.9706606, 30.3981573 ], [ 119.970264, 30.3984412 ] ], [ [ 119.970264, 30.3984412 ], [ 119.9699688, 30.3985792 ] ], [ [ 119.9699688, 30.3985792 ], [ 119.9696667, 30.3986318 ] ], [ [ 119.9696667, 30.3986318 ], [ 119.9691584, 30.3986305 ] ], [ [ 119.9691584, 30.3986305 ], [ 119.9686741, 30.3985907 ] ], [ [ 119.9686741, 30.3985907 ], [ 119.9684116, 30.3985553 ] ], [ [ 119.9684116, 30.3985553 ], [ 119.9681078, 30.3984483 ] ], [ [ 119.9681078, 30.3984483 ], [ 119.9676665, 30.3982466 ] ], [ [ 119.9676665, 30.3982466 ], [ 119.967187, 30.3979766 ] ], [ [ 119.967187, 30.3979766 ], [ 119.9665417, 30.3976468 ] ], [ [ 119.9962884, 30.4027037 ], [ 119.9961895, 30.4022028 ] ], [ [ 119.9961895, 30.4022028 ], [ 119.9950968, 30.4022248 ] ], [ [ 119.9950968, 30.4022248 ], [ 119.9949232, 30.4022204 ] ], [ [ 119.9949232, 30.4022204 ], [ 119.9934321, 30.4020398 ] ], [ [ 119.9934321, 30.4020398 ], [ 119.9933045, 30.402031 ] ], [ [ 119.9933045, 30.402031 ], [ 119.9927836, 30.4020398 ] ], [ [ 119.9927836, 30.4020398 ], [ 119.9925385, 30.4020531 ] ], [ [ 119.9925385, 30.4020531 ], [ 119.9921147, 30.4021279 ] ], [ [ 119.9921147, 30.4021279 ], [ 119.9919666, 30.4021455 ] ], [ [ 119.9919666, 30.4021455 ], [ 119.9901488, 30.402238 ] ], [ [ 119.9901488, 30.402238 ], [ 119.9900364, 30.4022424 ] ], [ [ 119.9900364, 30.4022424 ], [ 119.9899241, 30.4022777 ] ], [ [ 119.9899241, 30.4022777 ], [ 119.9898526, 30.4023349 ] ], [ [ 119.9898526, 30.4023349 ], [ 119.9897493, 30.4024878 ] ], [ [ 119.9897493, 30.4024878 ], [ 119.9896962, 30.4025673 ] ], [ [ 119.9896962, 30.4025673 ], [ 119.989596, 30.4026058 ] ], [ [ 119.989596, 30.4026058 ], [ 119.9886686, 30.4026674 ] ], [ [ 119.9886686, 30.4026674 ], [ 119.9842255, 30.4029124 ] ], [ [ 119.9842255, 30.4029124 ], [ 119.9839835, 30.4029207 ] ], [ [ 119.9839835, 30.4029207 ], [ 119.9838525, 30.4029037 ] ], [ [ 119.9838525, 30.4029037 ], [ 119.9837177, 30.4028628 ] ], [ [ 119.9837177, 30.4028628 ], [ 119.98354, 30.4027869 ] ], [ [ 119.98354, 30.4027869 ], [ 119.982922, 30.4025177 ] ], [ [ 119.982922, 30.4025177 ], [ 119.9827178, 30.4024659 ] ], [ [ 119.9827178, 30.4024659 ], [ 119.9824818, 30.4024417 ] ], [ [ 119.9824818, 30.4024417 ], [ 119.9822187, 30.4024583 ] ], [ [ 119.9822187, 30.4024583 ], [ 119.9813088, 30.4025044 ] ], [ [ 119.9813088, 30.4025044 ], [ 119.9811674, 30.4024966 ] ], [ [ 119.9811674, 30.4024966 ], [ 119.9810643, 30.4024669 ] ], [ [ 119.9810643, 30.4024669 ], [ 119.9809857, 30.4024074 ] ], [ [ 119.9962884, 30.4027037 ], [ 119.9964292, 30.4026892 ] ], [ [ 119.9964292, 30.4026892 ], [ 119.9970826, 30.4027037 ] ], [ [ 119.9970826, 30.4027037 ], [ 119.9981134, 30.4026309 ] ], [ [ 119.9981134, 30.4026309 ], [ 119.9982767, 30.4026357 ] ], [ [ 119.9982767, 30.4026357 ], [ 119.9993102, 30.4023556 ] ], [ [ 119.9676348, 30.3997659 ], [ 119.9677503, 30.3997473 ] ], [ [ 119.9677503, 30.3997473 ], [ 119.9679733, 30.3997654 ] ], [ [ 119.9679733, 30.3997654 ], [ 119.9682426, 30.3998513 ] ], [ [ 119.9682426, 30.3998513 ], [ 119.9685468, 30.3999278 ] ], [ [ 119.9685468, 30.3999278 ], [ 119.9686174, 30.3999444 ] ], [ [ 119.9686174, 30.3999444 ], [ 119.9690445, 30.4000449 ] ], [ [ 119.9690445, 30.4000449 ], [ 119.9690501, 30.4000453 ] ], [ [ 119.9690501, 30.4000453 ], [ 119.9694915, 30.4000723 ] ], [ [ 119.9694915, 30.4000723 ], [ 119.9700993, 30.4000835 ] ], [ [ 119.9700993, 30.4000835 ], [ 119.9708298, 30.3999629 ] ], [ [ 119.9708298, 30.3999629 ], [ 119.9716238, 30.3997784 ] ], [ [ 119.9716238, 30.3997784 ], [ 119.9717044, 30.3997597 ] ], [ [ 119.9717044, 30.3997597 ], [ 119.9720492, 30.3996337 ] ], [ [ 119.9720492, 30.3996337 ], [ 119.9724279, 30.3994745 ] ], [ [ 119.9724279, 30.3994745 ], [ 119.9728516, 30.3992345 ] ], [ [ 119.9728516, 30.3992345 ], [ 119.9735028, 30.3989896 ] ], [ [ 119.9735028, 30.3989896 ], [ 119.9737815, 30.39895 ] ], [ [ 119.9737815, 30.39895 ], [ 119.9742177, 30.3988865 ] ], [ [ 119.9742177, 30.3988865 ], [ 119.9745384, 30.3987886 ] ], [ [ 119.9745384, 30.3987886 ], [ 119.9749647, 30.3986742 ] ], [ [ 119.9749647, 30.3986742 ], [ 119.9750878, 30.3986881 ] ], [ [ 119.9750878, 30.3986881 ], [ 119.9752272, 30.3987162 ] ], [ [ 119.9752272, 30.3987162 ], [ 119.9761039, 30.3990959 ] ], [ [ 119.9761039, 30.3990959 ], [ 119.9764829, 30.3993326 ] ], [ [ 119.9764829, 30.3993326 ], [ 119.976654, 30.3993503 ] ], [ [ 119.976654, 30.3993503 ], [ 119.9777326, 30.399919 ] ], [ [ 119.9777326, 30.399919 ], [ 119.977755, 30.3999973 ] ], [ [ 119.977755, 30.3999973 ], [ 119.9777885, 30.4002294 ] ], [ [ 119.9777885, 30.4002294 ], [ 119.9781759, 30.4008683 ] ], [ [ 119.9781759, 30.4008683 ], [ 119.9783294, 30.4012583 ] ], [ [ 119.9783294, 30.4012583 ], [ 119.97844, 30.4015926 ] ], [ [ 119.97844, 30.4015926 ], [ 119.979048, 30.4029105 ] ], [ [ 119.979048, 30.4029105 ], [ 119.979382, 30.4034457 ] ], [ [ 119.979382, 30.4034457 ], [ 119.9795542, 30.4039359 ] ], [ [ 119.9795542, 30.4039359 ], [ 119.9796593, 30.4041833 ] ], [ [ 119.9796593, 30.4041833 ], [ 119.9798998, 30.4045578 ] ], [ [ 119.9798998, 30.4045578 ], [ 119.9799096, 30.4046352 ] ], [ [ 119.9799096, 30.4046352 ], [ 119.9799465, 30.4049266 ] ], [ [ 119.9799465, 30.4049266 ], [ 119.9800398, 30.4055982 ] ], [ [ 119.9800398, 30.4055982 ], [ 119.9801002, 30.4060329 ] ], [ [ 119.9801002, 30.4060329 ], [ 119.9801436, 30.4062029 ] ], [ [ 119.9801436, 30.4062029 ], [ 119.9801737, 30.406321 ] ], [ [ 119.9801737, 30.406321 ], [ 119.9803073, 30.4067416 ] ], [ [ 119.9803073, 30.4067416 ], [ 119.9803207, 30.407289 ] ], [ [ 119.9803207, 30.407289 ], [ 119.9804075, 30.4077327 ] ], [ [ 119.9804075, 30.4077327 ], [ 119.9804944, 30.4081245 ] ], [ [ 119.9804944, 30.4081245 ], [ 119.9804944, 30.408718 ] ], [ [ 119.9804944, 30.408718 ], [ 119.9805411, 30.40896 ] ], [ [ 119.9805411, 30.40896 ], [ 119.9806814, 30.4094151 ] ], [ [ 119.9806814, 30.4094151 ], [ 119.9807015, 30.4096744 ] ], [ [ 119.9807015, 30.4096744 ], [ 119.9808551, 30.4101699 ] ], [ [ 119.9808551, 30.4101699 ], [ 119.9814631, 30.4112762 ] ], [ [ 119.9814631, 30.4112762 ], [ 119.9815566, 30.4114663 ] ], [ [ 119.9815566, 30.4114663 ], [ 119.9816168, 30.4117256 ] ], [ [ 119.9816168, 30.4117256 ], [ 119.9816502, 30.4121059 ] ], [ [ 119.9816502, 30.4121059 ], [ 119.9816301, 30.4126878 ] ], [ [ 119.9816301, 30.4126878 ], [ 119.9816969, 30.4129182 ] ], [ [ 119.9816969, 30.4129182 ], [ 119.9816969, 30.4131429 ] ], [ [ 119.9816969, 30.4131429 ], [ 119.9816207, 30.4135625 ] ], [ [ 119.9816207, 30.4135625 ], [ 119.9811902, 30.413606 ] ], [ [ 119.9811902, 30.413606 ], [ 119.9799318, 30.4134059 ] ], [ [ 119.9799318, 30.4134059 ], [ 119.9795926, 30.4133058 ] ], [ [ 119.9795926, 30.4133058 ], [ 119.9779573, 30.4131681 ] ], [ [ 119.9779573, 30.4131681 ], [ 119.9776736, 30.4131442 ] ], [ [ 119.9776736, 30.4131442 ], [ 119.9752638, 30.4126823 ] ], [ [ 119.9752638, 30.4126823 ], [ 119.9747448, 30.4126865 ] ], [ [ 119.9747448, 30.4126865 ], [ 119.9744648, 30.4127826 ] ], [ [ 119.9744648, 30.4127826 ], [ 119.9742552, 30.4127628 ] ], [ [ 119.9742552, 30.4127628 ], [ 119.9737893, 30.4126557 ] ], [ [ 119.9737893, 30.4126557 ], [ 119.9732184, 30.4124931 ] ], [ [ 119.9732184, 30.4124931 ], [ 119.9727677, 30.4122839 ] ], [ [ 119.9727677, 30.4122839 ], [ 119.9721947, 30.412146 ] ], [ [ 119.9721947, 30.412146 ], [ 119.971684, 30.4121257 ] ], [ [ 119.971684, 30.4121257 ], [ 119.9713095, 30.4119854 ] ], [ [ 119.9713095, 30.4119854 ], [ 119.9703469, 30.4118293 ] ], [ [ 119.9703469, 30.4118293 ], [ 119.968773, 30.4116056 ] ], [ [ 119.968773, 30.4116056 ], [ 119.9673024, 30.4114573 ] ], [ [ 119.9673024, 30.4114573 ], [ 119.9662313, 30.4112602 ] ], [ [ 119.9662313, 30.4112602 ], [ 119.9649907, 30.4111044 ] ], [ [ 119.9649907, 30.4111044 ], [ 119.9647306, 30.4110914 ] ], [ [ 119.9647306, 30.4110914 ], [ 119.9644106, 30.411166 ] ], [ [ 119.9644106, 30.411166 ], [ 119.9642321, 30.4118356 ] ], [ [ 119.9642321, 30.4118356 ], [ 119.964051, 30.4122773 ] ], [ [ 119.964051, 30.4122773 ], [ 119.9638809, 30.4122589 ] ], [ [ 119.9638809, 30.4122589 ], [ 119.9631995, 30.4121412 ] ], [ [ 119.9631995, 30.4121412 ], [ 119.9630265, 30.4120837 ] ], [ [ 119.9630265, 30.4120837 ], [ 119.9627636, 30.4119417 ] ], [ [ 119.9627636, 30.4119417 ], [ 119.9623745, 30.4117981 ] ], [ [ 119.9623745, 30.4117981 ], [ 119.9621334, 30.4117507 ] ], [ [ 119.9621334, 30.4117507 ], [ 119.9617513, 30.4117043 ] ], [ [ 119.9617513, 30.4117043 ], [ 119.9616311, 30.4117875 ] ], [ [ 119.9616311, 30.4117875 ], [ 119.9614553, 30.4119438 ] ], [ [ 119.9614553, 30.4119438 ], [ 119.9613277, 30.4119519 ] ], [ [ 119.9613277, 30.4119519 ], [ 119.9611837, 30.4119247 ] ], [ [ 119.9611837, 30.4119247 ], [ 119.9595806, 30.4115974 ] ], [ [ 119.9595806, 30.4115974 ], [ 119.9576044, 30.4110026 ] ], [ [ 119.9576044, 30.4110026 ], [ 119.9565206, 30.4107734 ] ], [ [ 119.9565206, 30.4107734 ], [ 119.9561814, 30.4107426 ] ], [ [ 119.9561814, 30.4107426 ], [ 119.9556816, 30.4107118 ] ], [ [ 119.9556816, 30.4107118 ], [ 119.9542981, 30.4108273 ] ], [ [ 119.9542981, 30.4108273 ], [ 119.9539947, 30.4107426 ] ], [ [ 119.9539947, 30.4107426 ], [ 119.9521293, 30.4102115 ] ], [ [ 119.9809857, 30.4024074 ], [ 119.9809642, 30.402728 ] ], [ [ 119.9809642, 30.402728 ], [ 119.9809777, 30.4032557 ] ], [ [ 119.9809777, 30.4032557 ], [ 119.9809867, 30.4036024 ] ], [ [ 119.9809867, 30.4036024 ], [ 119.9810698, 30.4038373 ] ], [ [ 119.9810698, 30.4038373 ], [ 119.9812575, 30.404236 ] ], [ [ 119.9812575, 30.404236 ], [ 119.9824025, 30.4064025 ] ], [ [ 119.9824025, 30.4064025 ], [ 119.9824667, 30.4065369 ] ], [ [ 119.9824667, 30.4065369 ], [ 119.9824753, 30.406636 ] ], [ [ 119.9824753, 30.406636 ], [ 119.9824501, 30.4067547 ] ], [ [ 119.9824501, 30.4067547 ], [ 119.9823399, 30.4069008 ] ], [ [ 119.9823399, 30.4069008 ], [ 119.9822289, 30.4069936 ] ], [ [ 119.9822289, 30.4069936 ], [ 119.9821203, 30.4070862 ] ], [ [ 119.9821203, 30.4070862 ], [ 119.9821091, 30.4072335 ] ], [ [ 119.9821091, 30.4072335 ], [ 119.9821096, 30.4081327 ] ], [ [ 119.9821096, 30.4081327 ], [ 119.9821373, 30.4083164 ] ], [ [ 119.9821373, 30.4083164 ], [ 119.9822128, 30.4084815 ] ], [ [ 119.9822128, 30.4084815 ], [ 119.9824025, 30.408821 ] ], [ [ 119.9824025, 30.408821 ], [ 119.9826981, 30.4092039 ] ], [ [ 119.9826981, 30.4092039 ], [ 119.9829887, 30.4094848 ] ], [ [ 119.9829887, 30.4094848 ], [ 119.9832294, 30.409686 ] ], [ [ 119.9832294, 30.409686 ], [ 119.98355, 30.4099888 ] ], [ [ 119.98355, 30.4099888 ], [ 119.9837489, 30.4100812 ] ], [ [ 119.9837489, 30.4100812 ], [ 119.9839218, 30.4100848 ] ], [ [ 119.9839218, 30.4100848 ], [ 119.9841996, 30.4100512 ] ], [ [ 119.9841996, 30.4100512 ], [ 119.9854298, 30.4098955 ] ], [ [ 119.9854298, 30.4098955 ], [ 119.9862975, 30.4098306 ] ], [ [ 119.9862975, 30.4098306 ], [ 119.9878374, 30.4097063 ] ], [ [ 119.9878374, 30.4097063 ], [ 119.9887269, 30.4095751 ] ], [ [ 119.9887269, 30.4095751 ], [ 119.9893935, 30.4094873 ] ], [ [ 119.9893935, 30.4094873 ], [ 119.9900641, 30.4094219 ] ], [ [ 119.9900641, 30.4094219 ], [ 119.990597, 30.4094233 ] ], [ [ 119.990597, 30.4094233 ], [ 119.9912576, 30.409457 ] ], [ [ 119.9912576, 30.409457 ], [ 119.9918251, 30.4095339 ] ], [ [ 119.9918251, 30.4095339 ], [ 119.9925014, 30.4097044 ] ], [ [ 119.9925014, 30.4097044 ], [ 119.9932029, 30.4099369 ] ], [ [ 119.9932029, 30.4099369 ], [ 119.9945412, 30.410532 ] ], [ [ 119.9945412, 30.410532 ], [ 119.9957334, 30.4110493 ] ], [ [ 119.9957334, 30.4110493 ], [ 119.996345, 30.4112896 ] ], [ [ 119.996345, 30.4112896 ], [ 119.9968264, 30.4114398 ] ], [ [ 119.9968264, 30.4114398 ], [ 119.9972389, 30.4115345 ] ], [ [ 119.9972389, 30.4115345 ], [ 119.9980172, 30.4116451 ] ], [ [ 119.9980172, 30.4116451 ], [ 119.9993388, 30.4118197 ] ], [ [ 119.9993388, 30.4118197 ], [ 120.0002836, 30.4119806 ] ], [ [ 120.0002836, 30.4119806 ], [ 120.0020927, 30.412356 ] ], [ [ 120.0020927, 30.412356 ], [ 120.0038655, 30.4127373 ] ], [ [ 120.0038655, 30.4127373 ], [ 120.0048265, 30.4129517 ] ], [ [ 120.0048265, 30.4129517 ], [ 120.0055462, 30.4130534 ] ], [ [ 120.0055462, 30.4130534 ], [ 120.0065836, 30.4131067 ] ], [ [ 120.0065836, 30.4131067 ], [ 120.0067179, 30.4131136 ] ], [ [ 120.0067179, 30.4131136 ], [ 120.0073883, 30.4131255 ] ], [ [ 120.0073883, 30.4131255 ], [ 120.007553, 30.4131354 ] ], [ [ 120.007553, 30.4131354 ], [ 120.0078411, 30.4131415 ] ], [ [ 120.0078411, 30.4131415 ], [ 120.0082403, 30.4132097 ] ], [ [ 120.0082403, 30.4132097 ], [ 120.0084926, 30.4132772 ] ], [ [ 120.0084926, 30.4132772 ], [ 120.0093779, 30.4135556 ] ], [ [ 120.0093779, 30.4135556 ], [ 120.0105151, 30.4139075 ] ], [ [ 120.0069914, 30.4189625 ], [ 120.0065765, 30.4188237 ] ], [ [ 120.0065765, 30.4188237 ], [ 120.0060688, 30.418576 ] ], [ [ 120.0060688, 30.418576 ], [ 120.0052738, 30.4184319 ] ], [ [ 120.0052738, 30.4184319 ], [ 120.00349, 30.4181439 ] ], [ [ 120.00349, 30.4181439 ], [ 120.0030089, 30.4181093 ] ], [ [ 120.0030089, 30.4181093 ], [ 120.0016252, 30.4181795 ] ], [ [ 120.0016252, 30.4181795 ], [ 120.0012508, 30.4181984 ] ], [ [ 120.0012508, 30.4181984 ], [ 120.0010782, 30.4182072 ] ], [ [ 120.0010782, 30.4182072 ], [ 119.9987332, 30.4182764 ] ], [ [ 119.9987332, 30.4182764 ], [ 119.9971384, 30.4183283 ] ], [ [ 119.9971384, 30.4183283 ], [ 119.9944565, 30.4184408 ] ], [ [ 119.9944565, 30.4184408 ], [ 119.993216, 30.4184634 ] ], [ [ 119.993216, 30.4184634 ], [ 119.9919676, 30.4184628 ] ], [ [ 119.9919676, 30.4184628 ], [ 119.9911693, 30.4184249 ] ], [ [ 119.9911693, 30.4184249 ], [ 119.9901058, 30.4183342 ] ], [ [ 119.9901058, 30.4183342 ], [ 119.9869666, 30.4180815 ] ], [ [ 119.9869666, 30.4180815 ], [ 119.9861219, 30.4179911 ] ], [ [ 119.9861219, 30.4179911 ], [ 119.9833749, 30.4177576 ] ], [ [ 119.9833749, 30.4177576 ], [ 119.9829711, 30.4177196 ] ], [ [ 119.9829711, 30.4177196 ], [ 119.9817973, 30.4176159 ] ], [ [ 119.9817973, 30.4176159 ], [ 119.9815356, 30.4175123 ] ], [ [ 119.9815356, 30.4175123 ], [ 119.9814349, 30.4174212 ] ], [ [ 119.9814349, 30.4174212 ], [ 119.9813611, 30.4173462 ] ], [ [ 119.9813611, 30.4173462 ], [ 119.9812826, 30.41723 ] ], [ [ 119.9812826, 30.41723 ], [ 119.9812961, 30.4170953 ] ], [ [ 119.9812961, 30.4170953 ], [ 119.9813495, 30.4169513 ] ], [ [ 119.9813495, 30.4169513 ], [ 119.9815032, 30.4148311 ] ], [ [ 119.9815032, 30.4148311 ], [ 119.98155, 30.4140533 ] ], [ [ 119.98155, 30.4140533 ], [ 119.9816101, 30.4136212 ] ], [ [ 119.9816101, 30.4136212 ], [ 119.9816207, 30.4135625 ] ], [ [ 120.0595633, 30.393981 ], [ 120.0596417, 30.3939506 ] ], [ [ 120.0596417, 30.3939506 ], [ 120.0596997, 30.393929 ] ], [ [ 120.0596997, 30.393929 ], [ 120.059748, 30.3939196 ] ], [ [ 120.059748, 30.3939196 ], [ 120.0598045, 30.3939286 ] ], [ [ 120.0598045, 30.3939286 ], [ 120.0598739, 30.3939672 ] ], [ [ 120.0598739, 30.3939672 ], [ 120.0599627, 30.3940191 ] ], [ [ 120.0650887, 30.400725 ], [ 120.0650065, 30.4007685 ] ], [ [ 120.0638242, 30.4040753 ], [ 120.0637817, 30.4035139 ] ], [ [ 120.0637817, 30.4035139 ], [ 120.0638096, 30.4031971 ] ], [ [ 120.0638096, 30.4031971 ], [ 120.064217, 30.4016936 ] ], [ [ 120.064217, 30.4016936 ], [ 120.0643611, 30.4014213 ] ], [ [ 120.0643611, 30.4014213 ], [ 120.0645019, 30.4012418 ] ], [ [ 120.0645019, 30.4012418 ], [ 120.0650065, 30.4007685 ] ], [ [ 120.0858052, 30.39967 ], [ 120.0858926, 30.3989174 ] ], [ [ 120.0858926, 30.3989174 ], [ 120.0859697, 30.3985781 ] ], [ [ 120.0859697, 30.3985781 ], [ 120.0859777, 30.3984864 ] ], [ [ 120.0859777, 30.3984864 ], [ 120.0860076, 30.3981454 ] ], [ [ 120.0860076, 30.3981454 ], [ 120.0860091, 30.3981282 ] ], [ [ 120.0860091, 30.3981282 ], [ 120.0860114, 30.3975672 ] ], [ [ 120.0858052, 30.39967 ], [ 120.0855943, 30.3997949 ] ], [ [ 120.0858052, 30.39967 ], [ 120.0857631, 30.400031 ] ], [ [ 120.0857631, 30.400031 ], [ 120.0855943, 30.3997949 ] ], [ [ 120.0821076, 30.4295709 ], [ 120.0821843, 30.4295054 ] ], [ [ 120.0821843, 30.4295054 ], [ 120.082254, 30.4293762 ] ], [ [ 120.082254, 30.4293762 ], [ 120.0822714, 30.4292353 ] ], [ [ 120.0822714, 30.4292353 ], [ 120.0823007, 30.4289984 ] ], [ [ 120.0823007, 30.4289984 ], [ 120.0827166, 30.4256339 ] ], [ [ 120.0827166, 30.4256339 ], [ 120.082768, 30.4252223 ] ], [ [ 120.082768, 30.4252223 ], [ 120.0827792, 30.4251479 ] ], [ [ 120.0827792, 30.4251479 ], [ 120.0828141, 30.4248935 ] ], [ [ 120.0828141, 30.4248935 ], [ 120.0828845, 30.4244274 ] ], [ [ 120.0828845, 30.4244274 ], [ 120.0830192, 30.42417 ] ], [ [ 120.0830192, 30.42417 ], [ 120.0832525, 30.4241391 ] ], [ [ 120.0832525, 30.4241391 ], [ 120.0841677, 30.4244795 ] ], [ [ 120.0841677, 30.4244795 ], [ 120.0852264, 30.4246188 ] ], [ [ 120.0852264, 30.4246188 ], [ 120.085711, 30.4246033 ] ], [ [ 120.085711, 30.4246033 ], [ 120.0859622, 30.424464 ] ], [ [ 120.0859622, 30.424464 ], [ 120.0860878, 30.4242629 ] ], [ [ 120.0860878, 30.4242629 ], [ 120.0865185, 30.4230083 ] ], [ [ 120.0865185, 30.4230083 ], [ 120.0865703, 30.4229297 ] ], [ [ 120.0865703, 30.4229297 ], [ 120.0866942, 30.4227416 ] ], [ [ 120.0866942, 30.4227416 ], [ 120.086804, 30.4225749 ] ], [ [ 120.086804, 30.4225749 ], [ 120.0868235, 30.4225453 ] ], [ [ 120.0868235, 30.4225453 ], [ 120.086985, 30.4223132 ] ], [ [ 120.086985, 30.4223132 ], [ 120.0872563, 30.4218954 ] ], [ [ 120.0872563, 30.4218954 ], [ 120.08728, 30.421859 ] ], [ [ 120.08728, 30.421859 ], [ 120.0873685, 30.4217572 ] ], [ [ 120.0873685, 30.4217572 ], [ 120.0877444, 30.4210569 ] ], [ [ 120.0877444, 30.4210569 ], [ 120.0881008, 30.4201834 ] ], [ [ 120.0881008, 30.4201834 ], [ 120.0882226, 30.4198865 ] ], [ [ 120.0882226, 30.4198865 ], [ 120.0885987, 30.4189693 ] ], [ [ 120.0885987, 30.4189693 ], [ 120.0893851, 30.4189438 ] ], [ [ 120.0893851, 30.4189438 ], [ 120.0896266, 30.4189306 ] ], [ [ 120.0721104, 30.3809985 ], [ 120.0733231, 30.3812211 ] ], [ [ 120.0733231, 30.3812211 ], [ 120.073385, 30.3811899 ] ], [ [ 120.073385, 30.3811899 ], [ 120.0734315, 30.3809406 ] ], [ [ 120.0734315, 30.3809406 ], [ 120.0736895, 30.3799523 ] ], [ [ 120.0736895, 30.3799523 ], [ 120.0736585, 30.3798811 ] ], [ [ 120.0736585, 30.3798811 ], [ 120.0723759, 30.3796989 ] ], [ [ 120.0723759, 30.3796989 ], [ 120.0703502, 30.3794405 ] ], [ [ 120.0703502, 30.3794405 ], [ 120.0694343, 30.3793406 ] ], [ [ 120.0694343, 30.3793406 ], [ 120.0697373, 30.3783214 ] ], [ [ 120.0697373, 30.3783214 ], [ 120.0700437, 30.3772463 ] ], [ [ 120.0700437, 30.3772463 ], [ 120.0702424, 30.3765922 ] ], [ [ 120.0621612, 30.3967275 ], [ 120.0627627, 30.3958217 ] ], [ [ 120.0627627, 30.3958217 ], [ 120.0629191, 30.3957283 ] ], [ [ 120.0629191, 30.3957283 ], [ 120.0631116, 30.3957283 ] ], [ [ 120.0631116, 30.3957283 ], [ 120.0683916, 30.3970554 ] ], [ [ 120.0683916, 30.3970554 ], [ 120.0697498, 30.3974036 ] ], [ [ 120.0697498, 30.3974036 ], [ 120.0707747, 30.3976663 ] ], [ [ 120.0707747, 30.3976663 ], [ 120.0714901, 30.3978443 ] ], [ [ 120.0714901, 30.3978443 ], [ 120.0750872, 30.3986991 ] ], [ [ 120.0750872, 30.3986991 ], [ 120.0762032, 30.3988916 ] ], [ [ 120.0762032, 30.3988916 ], [ 120.0777192, 30.3990185 ] ], [ [ 120.0777192, 30.3990185 ], [ 120.0797014, 30.3991845 ] ], [ [ 120.0797014, 30.3991845 ], [ 120.0810098, 30.3992941 ] ], [ [ 120.0810098, 30.3992941 ], [ 120.0816403, 30.3993469 ] ], [ [ 120.0816403, 30.3993469 ], [ 120.0847104, 30.399604 ] ], [ [ 120.0847104, 30.399604 ], [ 120.0850449, 30.399632 ] ], [ [ 120.0850449, 30.399632 ], [ 120.0853711, 30.3996764 ] ], [ [ 120.0853711, 30.3996764 ], [ 120.0855943, 30.3997949 ] ], [ [ 120.0683324, 30.4363422 ], [ 120.0726515, 30.4373251 ] ], [ [ 120.0726184, 30.4374073 ], [ 120.0683284, 30.43643 ] ], [ [ 120.0726515, 30.4373251 ], [ 120.0729028, 30.4373823 ] ], [ [ 120.0638242, 30.4040753 ], [ 120.0635838, 30.4040608 ] ], [ [ 120.0635838, 30.4040608 ], [ 120.0633189, 30.4040237 ] ], [ [ 120.0633189, 30.4040237 ], [ 120.0629445, 30.4039598 ] ], [ [ 120.0629445, 30.4039598 ], [ 120.0611108, 30.4036466 ] ], [ [ 120.0611108, 30.4036466 ], [ 120.0585217, 30.4032043 ] ], [ [ 120.0638242, 30.4040753 ], [ 120.0641064, 30.4049333 ] ], [ [ 120.0641064, 30.4049333 ], [ 120.0645061, 30.4060327 ] ], [ [ 120.0645061, 30.4060327 ], [ 120.0649136, 30.4071536 ] ], [ [ 120.0649136, 30.4071536 ], [ 120.0649521, 30.40735 ] ], [ [ 120.0649521, 30.40735 ], [ 120.0649646, 30.4075077 ] ], [ [ 120.0649646, 30.4075077 ], [ 120.0649377, 30.4098412 ] ], [ [ 120.0649377, 30.4098412 ], [ 120.0649302, 30.4104896 ] ], [ [ 120.0649302, 30.4104896 ], [ 120.0649136, 30.4119345 ] ], [ [ 120.0617538, 30.4150617 ], [ 120.0612884, 30.4174061 ] ], [ [ 120.0612884, 30.4174061 ], [ 120.060416, 30.4217253 ] ], [ [ 120.060416, 30.4217253 ], [ 120.0604575, 30.4218954 ] ], [ [ 120.0604575, 30.4218954 ], [ 120.0611326, 30.4220409 ] ], [ [ 120.0611326, 30.4220409 ], [ 120.0609638, 30.4228022 ] ], [ [ 120.0609638, 30.4228022 ], [ 120.0621322, 30.4231828 ] ], [ [ 120.0621322, 30.4231828 ], [ 120.0619764, 30.4239105 ] ], [ [ 120.0619764, 30.4239105 ], [ 120.0629112, 30.4242127 ] ], [ [ 120.0629112, 30.4242127 ], [ 120.0636382, 30.4243359 ] ], [ [ 120.0636382, 30.4243359 ], [ 120.0635213, 30.4248172 ] ], [ [ 120.0820017, 30.4295721 ], [ 120.0821076, 30.4295709 ] ], [ [ 120.0821311, 30.4309226 ], [ 120.0830481, 30.4314515 ] ], [ [ 120.0830481, 30.4314515 ], [ 120.08409, 30.4320701 ] ], [ [ 120.08409, 30.4320701 ], [ 120.0846434, 30.4323314 ] ], [ [ 120.0846434, 30.4323314 ], [ 120.0857005, 30.4329048 ] ], [ [ 120.0857005, 30.4329048 ], [ 120.0862058, 30.4331919 ] ], [ [ 120.0862058, 30.4331919 ], [ 120.0862836, 30.4332361 ] ], [ [ 120.0862836, 30.4332361 ], [ 120.0880646, 30.4342479 ] ], [ [ 120.0880646, 30.4342479 ], [ 120.0888012, 30.4346663 ] ], [ [ 120.0888012, 30.4346663 ], [ 120.0902488, 30.4355186 ] ], [ [ 120.0814685, 30.4354887 ], [ 120.0815383, 30.435489 ] ], [ [ 120.0814685, 30.4354887 ], [ 120.0806335, 30.4354855 ] ], [ [ 120.0806335, 30.4354855 ], [ 120.0804491, 30.4356693 ] ], [ [ 120.0804491, 30.4356693 ], [ 120.0791605, 30.4358066 ] ], [ [ 120.0791605, 30.4358066 ], [ 120.0783462, 30.4359098 ] ], [ [ 120.0783462, 30.4359098 ], [ 120.077706, 30.4357961 ] ], [ [ 120.077706, 30.4357961 ], [ 120.0767036, 30.4357803 ] ], [ [ 120.0767036, 30.4357803 ], [ 120.0766524, 30.4360264 ] ], [ [ 120.0766524, 30.4360264 ], [ 120.0765525, 30.4363571 ] ], [ [ 120.0765525, 30.4363571 ], [ 120.0763818, 30.4370384 ] ], [ [ 120.0763818, 30.4370384 ], [ 120.0763389, 30.4379449 ] ], [ [ 120.0763389, 30.4379449 ], [ 120.0763444, 30.4380511 ] ], [ [ 120.0729028, 30.4373823 ], [ 120.073045, 30.4373934 ], [ 120.0731316, 30.4374119 ], [ 120.0731973, 30.4374259 ], [ 120.0763468, 30.4380978 ] ], [ [ 120.0763508, 30.4381749 ], [ 120.0747031, 30.4378386 ], [ 120.0731645, 30.4375246 ], [ 120.0730986, 30.4375112 ], [ 120.0728664, 30.4374638 ] ], [ [ 120.0763468, 30.4380978 ], [ 120.076404, 30.4380856 ] ], [ [ 120.0728664, 30.4374638 ], [ 120.0726184, 30.4374073 ] ], [ [ 120.076404, 30.4380856 ], [ 120.0769001, 30.4382288 ], [ 120.077285, 30.4382694 ], [ 120.0776926, 30.4382696 ], [ 120.0780366, 30.438207 ] ], [ [ 120.0764104, 30.438201 ], [ 120.0763508, 30.4381749 ] ], [ [ 120.0780257, 30.4383042 ], [ 120.0775873, 30.4383712 ], [ 120.0772266, 30.4383712 ], [ 120.0768065, 30.4382972 ], [ 120.0764104, 30.438201 ] ], [ [ 120.0247668, 30.4032646 ], [ 120.0253578, 30.403432 ] ], [ [ 120.0253578, 30.403432 ], [ 120.0258529, 30.4035722 ] ], [ [ 120.0258529, 30.4035722 ], [ 120.02658, 30.4037335 ] ], [ [ 120.02658, 30.4037335 ], [ 120.027756, 30.4041059 ] ], [ [ 120.027756, 30.4041059 ], [ 120.028067, 30.4041621 ] ], [ [ 120.028067, 30.4041621 ], [ 120.0281253, 30.4041726 ] ], [ [ 120.0281253, 30.4041726 ], [ 120.0286679, 30.4042707 ] ], [ [ 120.0286679, 30.4042707 ], [ 120.028977, 30.4043265 ] ], [ [ 120.028977, 30.4043265 ], [ 120.029384, 30.4044669 ] ], [ [ 120.029384, 30.4044669 ], [ 120.0295817, 30.404487 ] ], [ [ 120.0295817, 30.404487 ], [ 120.0305045, 30.4044774 ] ], [ [ 120.0305045, 30.4044774 ], [ 120.0305469, 30.404477 ] ], [ [ 120.0305469, 30.404477 ], [ 120.033361, 30.4047477 ] ], [ [ 120.033361, 30.4047477 ], [ 120.0345355, 30.4048882 ] ], [ [ 120.0345355, 30.4048882 ], [ 120.0345822, 30.4044349 ] ], [ [ 120.0345822, 30.4044349 ], [ 120.0345729, 30.4042268 ] ], [ [ 120.0345729, 30.4042268 ], [ 120.0345701, 30.4041636 ] ], [ [ 120.0345701, 30.4041636 ], [ 120.0347456, 30.4029792 ] ], [ [ 120.0347456, 30.4029792 ], [ 120.0348907, 30.4024 ] ], [ [ 120.0348907, 30.4024 ], [ 120.0348837, 30.4023551 ] ], [ [ 120.0348837, 30.4023551 ], [ 120.0348475, 30.4020624 ] ], [ [ 120.0348475, 30.4020624 ], [ 120.0348302, 30.4019983 ] ], [ [ 120.0348302, 30.4019983 ], [ 120.0348363, 30.4019044 ] ], [ [ 120.0348363, 30.4019044 ], [ 120.0350178, 30.401153 ] ], [ [ 120.0350178, 30.401153 ], [ 120.0350601, 30.400913 ] ], [ [ 120.0350601, 30.400913 ], [ 120.035163, 30.4000051 ] ], [ [ 120.035163, 30.4000051 ], [ 120.0351993, 30.3997912 ] ], [ [ 120.0351993, 30.3997912 ], [ 120.0352839, 30.3997077 ] ], [ [ 120.0352839, 30.3997077 ], [ 120.0354291, 30.3996556 ] ], [ [ 120.0354291, 30.3996556 ], [ 120.0356288, 30.3995355 ] ], [ [ 120.0356288, 30.3995355 ], [ 120.0357558, 30.3995147 ] ], [ [ 120.0357558, 30.3995147 ], [ 120.0366814, 30.3994782 ] ], [ [ 120.0366814, 30.3994782 ], [ 120.0367842, 30.3994416 ] ], [ [ 120.0367842, 30.3994416 ], [ 120.036833, 30.3993858 ] ], [ [ 120.036833, 30.3993858 ], [ 120.0368565, 30.3992499 ] ], [ [ 120.0368565, 30.3992499 ], [ 120.0368568, 30.3991651 ] ], [ [ 120.0368568, 30.3991651 ], [ 120.0369964, 30.3980045 ] ], [ [ 120.0369964, 30.3980045 ], [ 120.0370746, 30.3973545 ] ], [ [ 120.0370746, 30.3973545 ], [ 120.0371532, 30.3972658 ] ], [ [ 120.0371532, 30.3972658 ], [ 120.0372319, 30.3972449 ] ], [ [ 120.0372319, 30.3972449 ], [ 120.0381756, 30.3973076 ] ], [ [ 120.0381756, 30.3973076 ], [ 120.0382905, 30.3972919 ] ], [ [ 120.0382905, 30.3972919 ], [ 120.0383692, 30.3972241 ] ], [ [ 120.0383692, 30.3972241 ], [ 120.0384426, 30.3969092 ] ], [ [ 120.0384426, 30.3969092 ], [ 120.0384718, 30.3964583 ] ], [ [ 120.0384718, 30.3964583 ], [ 120.0385311, 30.3952576 ] ], [ [ 120.0385311, 30.3952576 ], [ 120.0385964, 30.3939359 ] ], [ [ 120.0385964, 30.3939359 ], [ 120.0385851, 30.3937355 ] ], [ [ 120.0385851, 30.3937355 ], [ 120.0385366, 30.3933601 ] ], [ [ 120.0385366, 30.3933601 ], [ 120.0384481, 30.3926748 ] ], [ [ 120.0384481, 30.3926748 ], [ 120.0382635, 30.3914931 ] ], [ [ 120.0382635, 30.3914931 ], [ 120.0381013, 30.3904555 ] ], [ [ 120.0381013, 30.3904555 ], [ 120.038028, 30.3899866 ] ], [ [ 120.0211358, 30.4037727 ], [ 120.0214291, 30.4037727 ] ], [ [ 120.0214291, 30.4037727 ], [ 120.0216651, 30.4037727 ] ], [ [ 120.0216651, 30.4037727 ], [ 120.0223909, 30.4037727 ] ], [ [ 120.0223909, 30.4037727 ], [ 120.0239552, 30.4037727 ] ], [ [ 120.0239552, 30.4037727 ], [ 120.0241375, 30.4037132 ] ], [ [ 120.0241375, 30.4037132 ], [ 120.0243053, 30.4036584 ] ], [ [ 120.0243053, 30.4036584 ], [ 120.0245229, 30.4035116 ] ], [ [ 120.0245229, 30.4035116 ], [ 120.0246031, 30.4034304 ] ], [ [ 120.0246031, 30.4034304 ], [ 120.0247668, 30.4032646 ] ], [ [ 120.0414203, 30.4111955 ], [ 120.0390567, 30.4143943 ] ], [ [ 120.0390567, 30.4143943 ], [ 120.0381349, 30.4141255 ] ], [ [ 120.0381349, 30.4141255 ], [ 120.0371221, 30.413756 ] ], [ [ 120.0371221, 30.413756 ], [ 120.0369923, 30.4138792 ] ], [ [ 120.0369923, 30.4138792 ], [ 120.0353108, 30.4169205 ] ], [ [ 120.0353108, 30.4169205 ], [ 120.0351888, 30.4171408 ] ], [ [ 120.0351888, 30.4171408 ], [ 120.0351578, 30.4172352 ] ], [ [ 120.0138677, 30.4092827 ], [ 120.0139397, 30.4091284 ] ], [ [ 120.0139397, 30.4091284 ], [ 120.0140188, 30.4089769 ] ], [ [ 120.0140188, 30.4089769 ], [ 120.0141253, 30.4087746 ] ], [ [ 120.0141253, 30.4087746 ], [ 120.0155255, 30.4066612 ] ], [ [ 120.0155255, 30.4066612 ], [ 120.0158933, 30.4062578 ] ], [ [ 120.0158933, 30.4062578 ], [ 120.0163959, 30.4057066 ] ], [ [ 120.0163959, 30.4057066 ], [ 120.0165662, 30.4055923 ] ], [ [ 120.0165662, 30.4055923 ], [ 120.0167365, 30.405527 ] ], [ [ 120.0167365, 30.405527 ], [ 120.016973, 30.4054373 ] ], [ [ 120.016973, 30.4054373 ], [ 120.017219, 30.4053965 ] ], [ [ 120.017219, 30.4053965 ], [ 120.0178056, 30.4052414 ] ], [ [ 120.0178056, 30.4052414 ], [ 120.0188936, 30.4048824 ] ], [ [ 120.0188936, 30.4048824 ], [ 120.0194139, 30.4046295 ] ], [ [ 120.0194139, 30.4046295 ], [ 120.0198397, 30.4045397 ] ], [ [ 120.0198397, 30.4045397 ], [ 120.0203222, 30.4044255 ] ], [ [ 120.0203222, 30.4044255 ], [ 120.0205398, 30.4042867 ] ], [ [ 120.0205398, 30.4042867 ], [ 120.0207782, 30.4039876 ] ], [ [ 120.0207782, 30.4039876 ], [ 120.020852, 30.4038951 ] ], [ [ 120.020852, 30.4038951 ], [ 120.0210034, 30.403789 ] ], [ [ 120.0210034, 30.403789 ], [ 120.0211358, 30.4037727 ] ], [ [ 120.0138677, 30.4092827 ], [ 120.0138168, 30.4095063 ] ], [ [ 120.0138168, 30.4095063 ], [ 120.0132536, 30.4115915 ] ], [ [ 120.0132536, 30.4115915 ], [ 120.012546, 30.4141652 ] ], [ [ 120.012546, 30.4141652 ], [ 120.0119015, 30.4138851 ] ], [ [ 120.0119015, 30.4138851 ], [ 120.0116721, 30.413816 ] ], [ [ 120.0116721, 30.413816 ], [ 120.0114082, 30.4138 ] ], [ [ 120.0114082, 30.4138 ], [ 120.0108282, 30.4138666 ] ], [ [ 120.0108282, 30.4138666 ], [ 120.0106405, 30.4138897 ] ], [ [ 120.0106405, 30.4138897 ], [ 120.0105151, 30.4139075 ] ], [ [ 120.0075832, 30.4187435 ], [ 120.0074835, 30.4188049 ] ], [ [ 120.0074835, 30.4188049 ], [ 120.0073111, 30.4188879 ] ], [ [ 120.0073111, 30.4188879 ], [ 120.0071652, 30.4189347 ] ], [ [ 120.0071652, 30.4189347 ], [ 120.0069914, 30.4189625 ] ], [ [ 120.0474699, 30.4099232 ], [ 120.0506313, 30.4102656 ] ], [ [ 120.0506313, 30.4102656 ], [ 120.0515111, 30.4104947 ] ], [ [ 120.0515111, 30.4104947 ], [ 120.0542705, 30.4108701 ] ], [ [ 120.0542705, 30.4108701 ], [ 120.0551436, 30.4109245 ] ], [ [ 120.0551436, 30.4109245 ], [ 120.0551569, 30.4116957 ] ], [ [ 120.0551569, 30.4116957 ], [ 120.057489, 30.411833 ] ], [ [ 120.057489, 30.411833 ], [ 120.0574053, 30.4126349 ] ], [ [ 120.0466965, 30.4199554 ], [ 120.0467213, 30.419603 ] ], [ [ 120.0467213, 30.419603 ], [ 120.0467319, 30.4194526 ] ], [ [ 120.0467319, 30.4194526 ], [ 120.0469187, 30.4168009 ] ], [ [ 120.0469187, 30.4168009 ], [ 120.0469459, 30.4164107 ] ], [ [ 120.0469459, 30.4164107 ], [ 120.0469577, 30.4162402 ] ], [ [ 120.0469577, 30.4162402 ], [ 120.0471346, 30.4137002 ] ], [ [ 120.0471346, 30.4137002 ], [ 120.0471955, 30.4130146 ] ], [ [ 120.0471955, 30.4130146 ], [ 120.0472252, 30.4126792 ] ], [ [ 120.0472252, 30.4126792 ], [ 120.0474245, 30.4104351 ] ], [ [ 120.0474245, 30.4104351 ], [ 120.0474483, 30.410167 ] ], [ [ 120.0474483, 30.410167 ], [ 120.0474699, 30.4099232 ] ], [ [ 120.0434493, 30.4289102 ], [ 120.0451786, 30.4257293 ] ], [ [ 120.0451786, 30.4257293 ], [ 120.0457276, 30.4247629 ] ], [ [ 120.0457276, 30.4247629 ], [ 120.0459458, 30.424301 ] ], [ [ 120.0459458, 30.424301 ], [ 120.0460408, 30.4240246 ] ], [ [ 120.0460408, 30.4240246 ], [ 120.0461431, 30.4235817 ] ], [ [ 120.0461431, 30.4235817 ], [ 120.0463742, 30.4225809 ] ], [ [ 120.0463742, 30.4225809 ], [ 120.0465619, 30.421739 ] ], [ [ 120.0465619, 30.421739 ], [ 120.0466277, 30.4213019 ] ], [ [ 120.0466277, 30.4213019 ], [ 120.0466965, 30.4199554 ] ], [ [ 120.0351578, 30.4172352 ], [ 120.0342228, 30.4189354 ] ], [ [ 120.0342228, 30.4189354 ], [ 120.0340696, 30.4191844 ] ], [ [ 120.0340696, 30.4191844 ], [ 120.0324395, 30.422184 ] ], [ [ 120.0324395, 30.422184 ], [ 120.0284135, 30.4206401 ] ], [ [ 120.0434493, 30.4289102 ], [ 120.042624, 30.428815 ] ], [ [ 120.042624, 30.428815 ], [ 120.0418971, 30.4287085 ] ], [ [ 120.0418971, 30.4287085 ], [ 120.039999, 30.4281642 ] ], [ [ 120.039999, 30.4281642 ], [ 120.038948, 30.4279782 ] ], [ [ 120.038948, 30.4279782 ], [ 120.0385342, 30.4278526 ] ], [ [ 120.0385342, 30.4278526 ], [ 120.0381245, 30.4277398 ] ], [ [ 120.0381245, 30.4277398 ], [ 120.0369416, 30.4274646 ] ], [ [ 120.0369416, 30.4274646 ], [ 120.0361229, 30.4274491 ] ], [ [ 120.0361229, 30.4274491 ], [ 120.035853, 30.4274569 ] ], [ [ 120.035853, 30.4274569 ], [ 120.03561, 30.4274569 ] ], [ [ 120.03561, 30.4274569 ], [ 120.0349622, 30.427325 ] ], [ [ 120.0349622, 30.427325 ], [ 120.0332797, 30.4272707 ] ], [ [ 120.0332797, 30.4272707 ], [ 120.0327578, 30.4272319 ] ], [ [ 120.0327578, 30.4272319 ], [ 120.032272, 30.4271776 ] ], [ [ 120.032272, 30.4271776 ], [ 120.0317231, 30.4269991 ] ], [ [ 120.0317231, 30.4269991 ], [ 120.0312912, 30.4268285 ] ], [ [ 120.0312912, 30.4268285 ], [ 120.028592, 30.4261845 ] ], [ [ 120.028592, 30.4261845 ], [ 120.0284391, 30.4261147 ] ], [ [ 120.0284391, 30.4261147 ], [ 120.0281241, 30.4259052 ] ], [ [ 120.0281241, 30.4259052 ], [ 120.0260727, 30.4251139 ] ], [ [ 120.0260727, 30.4251139 ], [ 120.0247231, 30.4247337 ] ], [ [ 120.0247231, 30.4247337 ], [ 120.0224558, 30.4237949 ] ], [ [ 120.0224558, 30.4237949 ], [ 120.021727, 30.4234458 ] ], [ [ 120.021727, 30.4234458 ], [ 120.02152, 30.4232673 ] ], [ [ 120.02152, 30.4232673 ], [ 120.0214211, 30.423182 ] ], [ [ 120.0214211, 30.423182 ], [ 120.021466, 30.422988 ] ], [ [ 120.021466, 30.422988 ], [ 120.0219249, 30.4219018 ] ], [ [ 120.0219249, 30.4219018 ], [ 120.0220239, 30.4216923 ] ], [ [ 120.0220239, 30.4216923 ], [ 120.0221678, 30.4214751 ] ], [ [ 120.0221678, 30.4214751 ], [ 120.0223476, 30.4212875 ] ], [ [ 120.0223476, 30.4212875 ], [ 120.0225197, 30.4211151 ] ], [ [ 120.0225197, 30.4211151 ], [ 120.0226376, 30.420912 ] ], [ [ 120.0226376, 30.420912 ], [ 120.0227347, 30.4201251 ] ], [ [ 120.0227347, 30.4201251 ], [ 120.0227347, 30.4199466 ] ], [ [ 120.0227347, 30.4199466 ], [ 120.0226717, 30.4198225 ] ], [ [ 120.0226717, 30.4198225 ], [ 120.022475, 30.4195615 ] ], [ [ 120.022475, 30.4195615 ], [ 120.0222668, 30.4193104 ] ], [ [ 120.0222668, 30.4193104 ], [ 120.021727, 30.419 ] ], [ [ 120.021727, 30.419 ], [ 120.021592, 30.4189069 ] ], [ [ 120.021592, 30.4189069 ], [ 120.0212032, 30.4181764 ] ], [ [ 120.0212032, 30.4181764 ], [ 120.020986, 30.4178486 ] ], [ [ 120.020986, 30.4178486 ], [ 120.0206923, 30.4173008 ] ], [ [ 120.0206923, 30.4173008 ], [ 120.0204408, 30.4169968 ] ], [ [ 120.0204408, 30.4169968 ], [ 120.0199771, 30.4165974 ] ], [ [ 120.0199771, 30.4165974 ], [ 120.019733, 30.4163463 ] ], [ [ 120.019733, 30.4163463 ], [ 120.0194452, 30.4160516 ] ], [ [ 120.0194452, 30.4160516 ], [ 120.0192842, 30.4159575 ] ], [ [ 120.0192842, 30.4159575 ], [ 120.0192197, 30.415944 ] ], [ [ 120.0192197, 30.415944 ], [ 120.0191149, 30.4159411 ] ], [ [ 120.0191149, 30.4159411 ], [ 120.018926, 30.4159897 ] ], [ [ 120.018926, 30.4159897 ], [ 120.0186593, 30.4160876 ] ], [ [ 120.0186593, 30.4160876 ], [ 120.0182073, 30.4161906 ] ], [ [ 120.0182073, 30.4161906 ], [ 120.0179682, 30.4162623 ] ], [ [ 120.0179682, 30.4162623 ], [ 120.0177194, 30.4163953 ] ], [ [ 120.0177194, 30.4163953 ], [ 120.0175466, 30.4164833 ] ], [ [ 120.0175466, 30.4164833 ], [ 120.0173983, 30.4164894 ] ], [ [ 120.0173983, 30.4164894 ], [ 120.0170498, 30.416302 ] ], [ [ 120.0170498, 30.416302 ], [ 120.0165336, 30.4160224 ] ], [ [ 120.0165336, 30.4160224 ], [ 120.0150729, 30.4153227 ] ], [ [ 120.0150729, 30.4153227 ], [ 120.0146115, 30.4150348 ] ], [ [ 120.0146115, 30.4150348 ], [ 120.0144086, 30.4149275 ] ], [ [ 120.0144086, 30.4149275 ], [ 120.0135336, 30.4147273 ] ], [ [ 120.0135336, 30.4147273 ], [ 120.0132961, 30.4146293 ] ], [ [ 120.0132961, 30.4146293 ], [ 120.012546, 30.4141652 ] ], [ [ 120.0075832, 30.4187435 ], [ 120.0074294, 30.4191206 ] ], [ [ 120.0075832, 30.4187435 ], [ 120.007607, 30.4188691 ] ], [ [ 120.007607, 30.4188691 ], [ 120.0076235, 30.4190025 ] ], [ [ 120.0076235, 30.4190025 ], [ 120.0076695, 30.419136 ] ], [ [ 120.0076695, 30.419136 ], [ 120.0077385, 30.4192443 ] ], [ [ 120.0074294, 30.4191206 ], [ 120.007326, 30.4190821 ] ], [ [ 120.007326, 30.4190821 ], [ 120.0069914, 30.4189625 ] ], [ [ 120.0077385, 30.4192443 ], [ 120.0075224, 30.4191562 ] ], [ [ 120.0075224, 30.4191562 ], [ 120.0074294, 30.4191206 ] ], [ [ 120.0077385, 30.4192443 ], [ 120.0080332, 30.419457 ] ], [ [ 120.0080332, 30.419457 ], [ 120.0084787, 30.4199388 ] ], [ [ 120.0084787, 30.4199388 ], [ 120.0091129, 30.4203555 ] ], [ [ 120.0091129, 30.4203555 ], [ 120.0107439, 30.4212475 ] ], [ [ 120.0107439, 30.4212475 ], [ 120.0114972, 30.4217253 ] ], [ [ 120.0114972, 30.4217253 ], [ 120.0126844, 30.4224781 ] ], [ [ 120.0126844, 30.4224781 ], [ 120.013009, 30.4226083 ] ], [ [ 120.013009, 30.4226083 ], [ 120.0131526, 30.4226592 ] ], [ [ 120.0131526, 30.4226592 ], [ 120.0153799, 30.4234482 ] ], [ [ 120.0153799, 30.4234482 ], [ 120.0169278, 30.4237998 ] ], [ [ 120.0169278, 30.4237998 ], [ 120.0171034, 30.4238713 ] ], [ [ 120.0171034, 30.4238713 ], [ 120.0185587, 30.4244639 ] ], [ [ 120.0185587, 30.4244639 ], [ 120.0187359, 30.4245692 ] ], [ [ 120.0187359, 30.4245692 ], [ 120.0187869, 30.4246737 ] ], [ [ 120.0187869, 30.4246737 ], [ 120.0187852, 30.4248155 ] ], [ [ 120.0187852, 30.4248155 ], [ 120.0186718, 30.4250641 ] ], [ [ 120.0186718, 30.4250641 ], [ 120.018555, 30.4252733 ] ], [ [ 120.018555, 30.4252733 ], [ 120.0184904, 30.425389 ] ], [ [ 120.0184904, 30.425389 ], [ 120.0180981, 30.4260916 ] ], [ [ 120.0180981, 30.4260916 ], [ 120.0180803, 30.4261529 ] ], [ [ 120.0180803, 30.4261529 ], [ 120.0180034, 30.4264182 ] ], [ [ 120.0180034, 30.4264182 ], [ 120.0179169, 30.4267167 ] ], [ [ 120.0179169, 30.4267167 ], [ 120.0178867, 30.4269315 ] ], [ [ 120.0178867, 30.4269315 ], [ 120.0180754, 30.4273417 ] ], [ [ 120.0180754, 30.4273417 ], [ 120.0183095, 30.4274784 ] ], [ [ 120.0183095, 30.4274784 ], [ 120.0186946, 30.427524 ] ], [ [ 120.0186946, 30.427524 ], [ 120.0188276, 30.4274896 ] ], [ [ 120.0188276, 30.4274896 ], [ 120.0189211, 30.4274654 ] ], [ [ 120.0189211, 30.4274654 ], [ 120.0190797, 30.4274524 ] ], [ [ 120.0190797, 30.4274524 ], [ 120.0198407, 30.4275049 ] ], [ [ 120.0198407, 30.4275049 ], [ 120.0200569, 30.4275198 ] ], [ [ 120.0200569, 30.4275198 ], [ 120.0205048, 30.4275507 ] ], [ [ 120.0205048, 30.4275507 ], [ 120.0205898, 30.4275565 ] ], [ [ 120.0205898, 30.4275565 ], [ 120.021224, 30.4276802 ] ], [ [ 120.021224, 30.4276802 ], [ 120.0213644, 30.4276952 ] ], [ [ 120.0213644, 30.4276952 ], [ 120.0220772, 30.4277714 ] ], [ [ 120.0220772, 30.4277714 ], [ 120.0222433, 30.4278625 ] ], [ [ 120.0222433, 30.4278625 ], [ 120.0222811, 30.4279992 ] ], [ [ 120.0222811, 30.4279992 ], [ 120.0222735, 30.4287805 ] ], [ [ 120.0222735, 30.4287805 ], [ 120.0232702, 30.4288521 ] ], [ [ 120.0232702, 30.4288521 ], [ 120.0234047, 30.4285043 ] ], [ [ 120.0234047, 30.4285043 ], [ 120.0234492, 30.4283891 ] ], [ [ 120.0234492, 30.4283891 ], [ 120.0234967, 30.4282662 ] ], [ [ 120.0234967, 30.4282662 ], [ 120.0236553, 30.4278169 ] ], [ [ 120.0236553, 30.4278169 ], [ 120.0237761, 30.4270031 ] ], [ [ 120.0237761, 30.4270031 ], [ 120.0238894, 30.4267883 ] ], [ [ 120.0238894, 30.4267883 ], [ 120.0239271, 30.4266515 ] ], [ [ 120.0239271, 30.4266515 ], [ 120.0239162, 30.4265278 ] ], [ [ 120.0239162, 30.4265278 ], [ 120.0235118, 30.4263781 ] ], [ [ 120.0235118, 30.4263781 ], [ 120.0220697, 30.4259419 ] ], [ [ 120.0220697, 30.4259419 ], [ 120.0213512, 30.4256693 ] ], [ [ 120.0213512, 30.4256693 ], [ 120.021222, 30.4256203 ] ], [ [ 120.021222, 30.4256203 ], [ 120.0207483, 30.4254406 ] ], [ [ 120.0207483, 30.4254406 ], [ 120.0205563, 30.4253315 ] ], [ [ 120.0205563, 30.4253315 ], [ 120.0203784, 30.4251736 ] ], [ [ 120.0203784, 30.4251736 ], [ 120.020182, 30.4250043 ] ], [ [ 120.020182, 30.4250043 ], [ 120.020031, 30.4249262 ] ], [ [ 120.020031, 30.4249262 ], [ 120.0197215, 30.4248546 ] ], [ [ 119.9988908, 30.437726 ], [ 119.9998264, 30.4374331 ] ], [ [ 119.9998264, 30.4374331 ], [ 119.999951, 30.4373935 ] ], [ [ 119.999951, 30.4373935 ], [ 120.0000642, 30.4373454 ] ], [ [ 120.0000642, 30.4373454 ], [ 120.000163, 30.4372972 ] ], [ [ 120.000163, 30.4372972 ], [ 120.0002375, 30.4372429 ] ], [ [ 120.0002375, 30.4372429 ], [ 120.0003048, 30.4371651 ] ], [ [ 120.0003048, 30.4371651 ], [ 120.0003507, 30.4371033 ] ], [ [ 120.0003507, 30.4371033 ], [ 120.0004246, 30.4369707 ] ], [ [ 120.0004246, 30.4369707 ], [ 120.0008785, 30.4357356 ] ], [ [ 120.0008785, 30.4357356 ], [ 120.0009329, 30.4356209 ] ], [ [ 120.0009329, 30.4356209 ], [ 120.0011023, 30.4352958 ] ], [ [ 120.0011023, 30.4352958 ], [ 120.0011305, 30.4352262 ] ], [ [ 120.0011305, 30.4352262 ], [ 120.0011124, 30.4351167 ] ], [ [ 120.0011124, 30.4351167 ], [ 120.001068, 30.4350211 ] ], [ [ 120.001068, 30.4350211 ], [ 120.0010196, 30.4349463 ] ], [ [ 120.0010196, 30.4349463 ], [ 120.0008724, 30.4347898 ] ], [ [ 120.0008724, 30.4347898 ], [ 120.0006829, 30.434576 ] ], [ [ 120.0006829, 30.434576 ], [ 120.0003058, 30.4341275 ] ], [ [ 120.0003058, 30.4341275 ], [ 120.0001122, 30.433891 ] ], [ [ 120.0001122, 30.433891 ], [ 119.9998683, 30.4336285 ] ], [ [ 119.9998683, 30.4336285 ], [ 119.9997795, 30.4335381 ] ], [ [ 119.9997795, 30.4335381 ], [ 119.9997231, 30.4334477 ] ], [ [ 119.9997231, 30.4334477 ], [ 119.9996969, 30.4333625 ] ], [ [ 119.9996969, 30.4333625 ], [ 119.9996989, 30.4332721 ] ], [ [ 119.9996989, 30.4332721 ], [ 119.9997181, 30.4331804 ] ], [ [ 119.9997181, 30.4331804 ], [ 119.9997805, 30.4329406 ] ], [ [ 119.9997805, 30.4329406 ], [ 119.9997654, 30.4326737 ] ], [ [ 119.9997654, 30.4326737 ], [ 119.9998333, 30.4324589 ] ], [ [ 119.9998333, 30.4324589 ], [ 120.0002335, 30.4321464 ] ], [ [ 120.0002335, 30.4321464 ], [ 120.0004827, 30.431873 ] ], [ [ 120.0004827, 30.431873 ], [ 120.0010641, 30.4315019 ] ], [ [ 120.0010641, 30.4315019 ], [ 120.0013585, 30.4313196 ] ], [ [ 120.0013585, 30.4313196 ], [ 120.0018795, 30.4307141 ] ], [ [ 120.0018795, 30.4307141 ], [ 120.0023779, 30.4302454 ] ], [ [ 120.0023779, 30.4302454 ], [ 120.0027478, 30.4299654 ] ], [ [ 120.0027478, 30.4299654 ], [ 120.0031782, 30.4295943 ] ], [ [ 120.0031782, 30.4295943 ], [ 120.0033896, 30.4292037 ] ], [ [ 120.0033896, 30.4292037 ], [ 120.003586, 30.4289237 ] ], [ [ 120.003586, 30.4289237 ], [ 120.0039861, 30.4279992 ] ], [ [ 120.0039861, 30.4279992 ], [ 120.0045524, 30.4260786 ] ], [ [ 120.0045524, 30.4260786 ], [ 120.004862, 30.4247765 ] ], [ [ 120.004862, 30.4247765 ], [ 120.0051112, 30.4244184 ] ], [ [ 120.0051112, 30.4244184 ], [ 120.0056926, 30.4233831 ] ], [ [ 120.0056926, 30.4233831 ], [ 120.0060625, 30.4226604 ] ], [ [ 120.0060625, 30.4226604 ], [ 120.0064099, 30.4215731 ] ], [ [ 120.0064099, 30.4215731 ], [ 120.0065231, 30.4212736 ] ], [ [ 120.0065231, 30.4212736 ], [ 120.0065307, 30.4208373 ] ], [ [ 120.0065307, 30.4208373 ], [ 120.006576, 30.4206616 ] ], [ [ 120.006576, 30.4206616 ], [ 120.0067421, 30.4203425 ] ], [ [ 120.0067421, 30.4203425 ], [ 120.0071252, 30.4196825 ] ], [ [ 120.0071252, 30.4196825 ], [ 120.0074294, 30.4191206 ] ], [ [ 120.0636736, 30.495904 ], [ 120.0633389, 30.4949419 ] ], [ [ 120.0633389, 30.4949419 ], [ 120.0630905, 30.4941079 ] ], [ [ 120.0630905, 30.4941079 ], [ 120.062568, 30.4919306 ] ], [ [ 120.062568, 30.4919306 ], [ 120.0624567, 30.4913328 ] ], [ [ 120.0624567, 30.4913328 ], [ 120.0623019, 30.4894436 ] ], [ [ 120.0623019, 30.4894436 ], [ 120.062234, 30.4890005 ] ], [ [ 120.062234, 30.4890005 ], [ 120.0622854, 30.4878048 ] ], [ [ 120.0622854, 30.4878048 ], [ 120.0621226, 30.4868674 ] ], [ [ 120.0621226, 30.4868674 ], [ 120.0618485, 30.4851034 ] ], [ [ 120.0618485, 30.4851034 ], [ 120.0616082, 30.4843328 ] ], [ [ 120.0616082, 30.4843328 ], [ 120.0609663, 30.4830588 ] ], [ [ 120.0609663, 30.4830588 ], [ 120.0606454, 30.4823387 ] ], [ [ 120.0606454, 30.4823387 ], [ 120.0604353, 30.482173 ] ], [ [ 120.0604353, 30.482173 ], [ 120.0599985, 30.4814644 ] ], [ [ 120.0599985, 30.4814644 ], [ 120.0591505, 30.4800472 ] ], [ [ 120.0591505, 30.4800472 ], [ 120.0588422, 30.4796043 ] ], [ [ 120.0588422, 30.4796043 ], [ 120.0580117, 30.4785373 ] ], [ [ 120.0580117, 30.4785373 ], [ 120.057506, 30.4779582 ] ], [ [ 120.057506, 30.4779582 ], [ 120.0568659, 30.4772063 ] ], [ [ 120.0568659, 30.4772063 ], [ 120.0566381, 30.4768689 ] ], [ [ 120.0566381, 30.4768689 ], [ 120.0563269, 30.4763677 ] ], [ [ 120.0563269, 30.4763677 ], [ 120.0559043, 30.475382 ] ], [ [ 120.0559043, 30.475382 ], [ 120.0556645, 30.4746511 ] ], [ [ 120.0556645, 30.4746511 ], [ 120.0555703, 30.4737948 ] ], [ [ 120.0555703, 30.4737948 ], [ 120.055596, 30.4725473 ] ], [ [ 120.055596, 30.4725473 ], [ 120.0556302, 30.4719124 ] ], [ [ 120.0556302, 30.4719124 ], [ 120.0558015, 30.470938 ] ], [ [ 120.0558015, 30.470938 ], [ 120.0559557, 30.4700595 ] ], [ [ 120.0559557, 30.4700595 ], [ 120.0560414, 30.4696387 ] ], [ [ 120.0560414, 30.4696387 ], [ 120.0561126, 30.4688739 ] ], [ [ 120.0561126, 30.4688739 ], [ 120.0561356, 30.4686273 ] ], [ [ 120.0561356, 30.4686273 ], [ 120.0563155, 30.4669884 ] ], [ [ 120.0563155, 30.4669884 ], [ 120.0563668, 30.4665233 ] ], [ [ 120.0563668, 30.4665233 ], [ 120.0564011, 30.464973 ] ], [ [ 120.0564011, 30.464973 ], [ 120.0564097, 30.46422 ] ], [ [ 120.0564097, 30.46422 ], [ 120.0562812, 30.4632012 ] ], [ [ 120.0562812, 30.4632012 ], [ 120.0560242, 30.4618353 ] ], [ [ 120.0560242, 30.4618353 ], [ 120.0559043, 30.4610011 ] ], [ [ 120.0559043, 30.4610011 ], [ 120.0559557, 30.4602702 ] ], [ [ 120.0559557, 30.4602702 ], [ 120.0560414, 30.459746 ] ], [ [ 120.0560414, 30.459746 ], [ 120.056187, 30.4592513 ] ], [ [ 120.056187, 30.4592513 ], [ 120.0566152, 30.4578633 ] ], [ [ 120.0566152, 30.4578633 ], [ 120.0567437, 30.4575089 ] ], [ [ 120.0567437, 30.4575089 ], [ 120.0575917, 30.4563276 ] ], [ [ 120.0575917, 30.4563276 ], [ 120.0590563, 30.4544153 ] ], [ [ 120.0590563, 30.4544153 ], [ 120.0591676, 30.4542381 ] ], [ [ 120.0591676, 30.4542381 ], [ 120.0592276, 30.4540609 ] ], [ [ 120.0592276, 30.4540609 ], [ 120.0592447, 30.4538541 ] ], [ [ 120.0592447, 30.4538541 ], [ 120.0593389, 30.4536252 ] ], [ [ 120.0593389, 30.4536252 ], [ 120.0596045, 30.4533521 ] ], [ [ 120.0596045, 30.4533521 ], [ 120.0605552, 30.4524586 ] ], [ [ 120.0605552, 30.4524586 ], [ 120.0608378, 30.4521854 ] ], [ [ 120.0608378, 30.4521854 ], [ 120.0614031, 30.4518606 ] ], [ [ 120.0614031, 30.4518606 ], [ 120.0618057, 30.4517572 ] ], [ [ 120.0618057, 30.4517572 ], [ 120.0621483, 30.45158 ] ], [ [ 120.0621483, 30.45158 ], [ 120.0624567, 30.4511148 ] ], [ [ 120.0624567, 30.4511148 ], [ 120.0628335, 30.4498891 ] ], [ [ 120.0628335, 30.4498891 ], [ 120.0630305, 30.4495126 ] ], [ [ 120.0630305, 30.4495126 ], [ 120.0631933, 30.449291 ] ], [ [ 120.0631933, 30.449291 ], [ 120.0635873, 30.4488997 ] ], [ [ 120.0635873, 30.4488997 ], [ 120.0639127, 30.4484419 ] ], [ [ 120.0639127, 30.4484419 ], [ 120.0640669, 30.4481318 ] ], [ [ 120.0640669, 30.4481318 ], [ 120.0642039, 30.4470242 ] ], [ [ 120.0642039, 30.4470242 ], [ 120.0642553, 30.4466033 ] ], [ [ 120.0642553, 30.4466033 ], [ 120.0642211, 30.4457172 ] ], [ [ 120.0642211, 30.4457172 ], [ 120.0640171, 30.4440921 ] ], [ [ 120.0640171, 30.4440921 ], [ 120.0638725, 30.4435686 ] ], [ [ 120.0638725, 30.4435686 ], [ 120.0637137, 30.4432303 ] ], [ [ 120.0637137, 30.4432303 ], [ 120.0636813, 30.4431612 ] ], [ [ 120.0636813, 30.4431612 ], [ 120.0635616, 30.4426675 ] ], [ [ 120.0635616, 30.4426675 ], [ 120.0634845, 30.4424091 ] ], [ [ 120.0634845, 30.4424091 ], [ 120.0633731, 30.4422392 ] ], [ [ 120.0633731, 30.4422392 ], [ 120.063064, 30.4419398 ] ], [ [ 120.063064, 30.4419398 ], [ 120.0629534, 30.441774 ] ], [ [ 120.0629534, 30.441774 ], [ 120.0622251, 30.4402582 ] ], [ [ 120.0622251, 30.4402582 ], [ 120.0621453, 30.440136 ] ], [ [ 120.0621453, 30.440136 ], [ 120.0619451, 30.4398295 ] ], [ [ 120.0619451, 30.4398295 ], [ 120.061559515649677, 30.439376387637871 ] ], [ [ 120.060314990389116, 30.434154851984236 ], [ 120.0606306, 30.433645 ] ], [ [ 120.0606306, 30.433645 ], [ 120.0607267, 30.4333306 ] ], [ [ 120.0607267, 30.4333306 ], [ 120.0608303, 30.4328881 ] ], [ [ 120.0608303, 30.4328881 ], [ 120.060887, 30.4324597 ] ], [ [ 120.060887, 30.4324597 ], [ 120.0608884, 30.4322851 ] ], [ [ 120.0608884, 30.4322851 ], [ 120.0608748, 30.4321815 ] ], [ [ 120.0608748, 30.4321815 ], [ 120.0607823, 30.4320822 ] ], [ [ 120.0607823, 30.4320822 ], [ 120.0606409, 30.4318557 ] ], [ [ 120.0606409, 30.4318557 ], [ 120.060308, 30.4315919 ] ], [ [ 120.060308, 30.4315919 ], [ 120.0601017, 30.4314729 ] ], [ [ 120.0601017, 30.4314729 ], [ 120.0598941, 30.4313592 ] ], [ [ 120.0598941, 30.4313592 ], [ 120.0590034, 30.4311342 ] ], [ [ 120.0590034, 30.4311342 ], [ 120.0573029, 30.4309791 ] ], [ [ 120.0573029, 30.4309791 ], [ 120.0558881, 30.430864 ] ], [ [ 120.0558881, 30.430864 ], [ 120.0548894, 30.4308214 ] ], [ [ 120.0548894, 30.4308214 ], [ 120.0532526, 30.4308546 ] ], [ [ 120.0532526, 30.4308546 ], [ 120.0525779, 30.4308371 ] ], [ [ 120.0525779, 30.4308371 ], [ 120.0517637, 30.4307518 ] ], [ [ 120.0517637, 30.4307518 ], [ 120.0507553, 30.4305146 ] ], [ [ 120.0507553, 30.4305146 ], [ 120.0503421, 30.4303947 ] ], [ [ 120.0503421, 30.4303947 ], [ 120.0500383, 30.4302977 ] ], [ [ 120.0500383, 30.4302977 ], [ 120.0482472, 30.4296694 ] ], [ [ 120.0482472, 30.4296694 ], [ 120.0466101, 30.4292559 ] ], [ [ 120.0466101, 30.4292559 ], [ 120.0457446, 30.4290649 ] ], [ [ 120.0457446, 30.4290649 ], [ 120.0448057, 30.4289945 ] ], [ [ 120.0448057, 30.4289945 ], [ 120.0439487, 30.4289599 ] ], [ [ 120.0439487, 30.4289599 ], [ 120.0434493, 30.4289102 ] ], [ [ 119.820719, 30.444455 ], [ 119.8210911, 30.4442318 ] ], [ [ 119.8210911, 30.4442318 ], [ 119.8215613, 30.4437732 ] ], [ [ 119.8215613, 30.4437732 ], [ 119.8224633, 30.4427896 ] ], [ [ 119.8224633, 30.4427896 ], [ 119.822635, 30.4426742 ] ], [ [ 119.822635, 30.4426742 ], [ 119.8228487, 30.4425304 ] ], [ [ 119.8228487, 30.4425304 ], [ 119.8231956, 30.4424507 ] ], [ [ 119.8231956, 30.4424507 ], [ 119.8249378, 30.4423576 ] ], [ [ 119.8249378, 30.4423576 ], [ 119.8255678, 30.4424855 ] ], [ [ 119.8255678, 30.4424855 ], [ 119.8258606, 30.4424494 ] ], [ [ 119.8258606, 30.4424494 ], [ 119.8261221, 30.4423503 ] ], [ [ 119.8261221, 30.4423503 ], [ 119.8274685, 30.4418029 ] ], [ [ 119.8274685, 30.4418029 ], [ 119.8276683, 30.4417217 ] ], [ [ 119.8276683, 30.4417217 ], [ 119.8278057, 30.4416658 ] ], [ [ 119.8278057, 30.4416658 ], [ 119.8279625, 30.441602 ] ], [ [ 119.8279625, 30.441602 ], [ 119.8282972, 30.4414036 ] ], [ [ 119.8282972, 30.4414036 ], [ 119.8285118, 30.4412424 ] ], [ [ 119.8285118, 30.4412424 ], [ 119.8287174, 30.4410322 ] ], [ [ 119.8287174, 30.4410322 ], [ 119.82916, 30.4409441 ] ], [ [ 119.82916, 30.4409441 ], [ 119.8292592, 30.4408807 ] ], [ [ 119.8292592, 30.4408807 ], [ 119.8308266, 30.4397626 ] ], [ [ 119.814303, 30.4451421 ], [ 119.814024, 30.4449653 ] ], [ [ 119.814024, 30.4449653 ], [ 119.8138422, 30.4448501 ] ], [ [ 119.8138422, 30.4448501 ], [ 119.8130325, 30.4443368 ] ], [ [ 119.8130325, 30.4443368 ], [ 119.8108238, 30.4429369 ] ], [ [ 119.8108238, 30.4429369 ], [ 119.8101176, 30.4424894 ] ], [ [ 119.8101176, 30.4424894 ], [ 119.8095328, 30.4421187 ] ], [ [ 119.814303, 30.4451421 ], [ 119.8143586, 30.4451663 ] ], [ [ 119.8106968, 30.4455527 ], [ 119.8102242, 30.4457075 ] ], [ [ 119.8102242, 30.4457075 ], [ 119.8096476, 30.4459519 ] ], [ [ 119.8096476, 30.4459519 ], [ 119.8083905, 30.4467586 ] ], [ [ 119.8083905, 30.4467586 ], [ 119.8080502, 30.4470601 ] ], [ [ 119.8080502, 30.4470601 ], [ 119.8079652, 30.4472149 ] ], [ [ 119.8079652, 30.4472149 ], [ 119.8071384, 30.4467848 ] ], [ [ 119.8139681, 30.4471294 ], [ 119.8132358, 30.4476743 ] ], [ [ 119.8132358, 30.4476743 ], [ 119.8119947, 30.4482858 ] ], [ [ 119.8119947, 30.4482858 ], [ 119.8114681, 30.4485155 ] ], [ [ 119.808694, 30.4486881 ], [ 119.808088, 30.4484046 ] ], [ [ 119.808088, 30.4484046 ], [ 119.8078612, 30.4481764 ] ], [ [ 119.8078612, 30.4481764 ], [ 119.8078045, 30.4479157 ] ], [ [ 119.8078045, 30.4479157 ], [ 119.8078234, 30.4476712 ] ], [ [ 119.8078234, 30.4476712 ], [ 119.8079652, 30.4472149 ] ], [ [ 119.8114681, 30.4485155 ], [ 119.8113318, 30.4485661 ] ], [ [ 119.808694, 30.4486881 ], [ 119.8093004, 30.4487752 ] ], [ [ 119.8093004, 30.4487752 ], [ 119.8099775, 30.4488101 ] ], [ [ 119.8099775, 30.4488101 ], [ 119.8104727, 30.4487665 ] ], [ [ 119.8104727, 30.4487665 ], [ 119.8113318, 30.4485661 ] ], [ [ 119.8067132, 30.447721 ], [ 119.8062887, 30.4494112 ] ], [ [ 119.8062887, 30.4494112 ], [ 119.8059189, 30.4508195 ] ], [ [ 119.8059189, 30.4508195 ], [ 119.8058492, 30.4510692 ] ], [ [ 119.8058492, 30.4510692 ], [ 119.8057329, 30.4514586 ] ], [ [ 119.8073297, 30.4519378 ], [ 119.808694, 30.4486881 ] ], [ [ 119.8057329, 30.4514586 ], [ 119.8032063, 30.4506658 ] ], [ [ 119.8059246, 30.4515161 ], [ 119.8057329, 30.4514586 ] ], [ [ 119.8059246, 30.4515161 ], [ 119.8060987, 30.4515684 ] ], [ [ 119.8060987, 30.4515684 ], [ 119.8067785, 30.4517724 ] ], [ [ 119.8067785, 30.4517724 ], [ 119.8073297, 30.4519378 ] ], [ [ 119.8073297, 30.4519378 ], [ 119.8080753, 30.4522045 ] ], [ [ 119.8080753, 30.4522045 ], [ 119.8082901, 30.4523126 ] ], [ [ 119.8082901, 30.4523126 ], [ 119.8083634, 30.4523738 ] ], [ [ 119.8046492, 30.4539589 ], [ 119.8055041, 30.4525388 ] ], [ [ 119.8055041, 30.4525388 ], [ 119.8056726, 30.4522483 ] ], [ [ 119.8056726, 30.4522483 ], [ 119.8057288, 30.4521192 ] ], [ [ 119.8057288, 30.4521192 ], [ 119.8057779, 30.451968 ] ], [ [ 119.8057779, 30.451968 ], [ 119.8058496, 30.4517472 ] ], [ [ 119.8058496, 30.4517472 ], [ 119.8059246, 30.4515161 ] ], [ [ 119.8073297, 30.4519378 ], [ 119.8066713, 30.4536306 ] ], [ [ 119.8066713, 30.4536306 ], [ 119.8062741, 30.454672 ] ], [ [ 119.8062741, 30.454672 ], [ 119.8062284, 30.4549256 ] ], [ [ 119.8020113, 30.4553086 ], [ 119.8034324, 30.4545614 ] ], [ [ 119.8034324, 30.4545614 ], [ 119.8045556, 30.4539751 ] ], [ [ 119.8045556, 30.4539751 ], [ 119.8046492, 30.4539589 ] ], [ [ 119.8028189, 30.4571849 ], [ 119.8028583, 30.4570788 ] ], [ [ 119.8028583, 30.4570788 ], [ 119.8039004, 30.4553252 ] ], [ [ 119.8039004, 30.4553252 ], [ 119.8042811, 30.4545614 ] ], [ [ 119.8042811, 30.4545614 ], [ 119.8046492, 30.4539589 ] ], [ [ 119.8394093, 30.4416552 ], [ 119.8400214, 30.4416564 ] ], [ [ 119.8400214, 30.4416564 ], [ 119.8409927, 30.4415562 ] ], [ [ 119.8409927, 30.4415562 ], [ 119.8413994, 30.4414417 ] ], [ [ 119.8413994, 30.4414417 ], [ 119.8416651, 30.4413343 ] ], [ [ 119.8416651, 30.4413343 ], [ 119.8418311, 30.4412127 ] ], [ [ 119.8418311, 30.4412127 ], [ 119.8419556, 30.441091 ] ], [ [ 119.8419556, 30.441091 ], [ 119.8424288, 30.4404827 ] ], [ [ 119.8424288, 30.4404827 ], [ 119.8425023, 30.4402816 ] ], [ [ 119.8389876, 30.4411972 ], [ 119.8389727, 30.4413206 ] ], [ [ 119.8389727, 30.4413206 ], [ 119.8392168, 30.4414951 ] ], [ [ 119.8392168, 30.4414951 ], [ 119.8393722, 30.4416063 ] ], [ [ 119.8393722, 30.4416063 ], [ 119.8394093, 30.4416552 ] ], [ [ 119.8546732, 30.4696018 ], [ 119.8545573, 30.4694612 ] ], [ [ 119.8545573, 30.4694612 ], [ 119.8545615, 30.4692833 ] ], [ [ 119.8545615, 30.4692833 ], [ 119.8545359, 30.4691508 ] ], [ [ 119.8545359, 30.4691508 ], [ 119.8544181, 30.4690714 ] ], [ [ 119.8544181, 30.4690714 ], [ 119.8541108, 30.4690405 ] ], [ [ 119.8541108, 30.4690405 ], [ 119.8538436, 30.4689507 ] ], [ [ 119.8538436, 30.4689507 ], [ 119.8535949, 30.4688671 ] ], [ [ 119.8535949, 30.4688671 ], [ 119.8535064, 30.4688374 ] ], [ [ 119.8535064, 30.4688374 ], [ 119.8533271, 30.4687579 ] ], [ [ 119.8533271, 30.4687579 ], [ 119.8532042, 30.4685769 ] ], [ [ 119.8532042, 30.4685769 ], [ 119.8530812, 30.4684886 ] ], [ [ 119.8530812, 30.4684886 ], [ 119.8528866, 30.4684401 ] ], [ [ 119.8528866, 30.4684401 ], [ 119.852692, 30.4684224 ] ], [ [ 119.852692, 30.4684224 ], [ 119.8525742, 30.4683915 ] ], [ [ 119.8525742, 30.4683915 ], [ 119.8522515, 30.4681796 ] ], [ [ 119.8522515, 30.4681796 ], [ 119.8520338, 30.4681724 ] ], [ [ 119.8520338, 30.4681724 ], [ 119.851852, 30.4681664 ] ], [ [ 119.851852, 30.4681664 ], [ 119.851642, 30.4681796 ] ], [ [ 119.851642, 30.4681796 ], [ 119.851391, 30.4681178 ] ], [ [ 119.851391, 30.4681178 ], [ 119.8512015, 30.4679898 ] ], [ [ 119.8512015, 30.4679898 ], [ 119.8509147, 30.4676807 ] ], [ [ 119.8509147, 30.4676807 ], [ 119.8508072, 30.4674955 ] ], [ [ 119.8508072, 30.4674955 ], [ 119.8507456, 30.4673894 ] ], [ [ 119.8507456, 30.4673894 ], [ 119.8506893, 30.467279 ] ], [ [ 119.8506893, 30.467279 ], [ 119.8505664, 30.4671775 ] ], [ [ 119.8505664, 30.4671775 ], [ 119.8504383, 30.467151 ] ], [ [ 119.8504383, 30.467151 ], [ 119.8502283, 30.4671686 ] ], [ [ 119.8502283, 30.4671686 ], [ 119.8499825, 30.4671819 ] ], [ [ 119.8499825, 30.4671819 ], [ 119.8496956, 30.4671024 ] ], [ [ 119.8496956, 30.4671024 ], [ 119.8494754, 30.4669744 ] ], [ [ 119.8494754, 30.4669744 ], [ 119.8494088, 30.4668199 ] ], [ [ 119.8494088, 30.4668199 ], [ 119.8492756, 30.4665859 ] ], [ [ 119.8492756, 30.4665859 ], [ 119.8487276, 30.4662945 ] ], [ [ 119.8487276, 30.4662945 ], [ 119.84862, 30.4661356 ] ], [ [ 119.84862, 30.4661356 ], [ 119.8485381, 30.4658398 ] ], [ [ 119.8485381, 30.4658398 ], [ 119.8484613, 30.4656367 ] ], [ [ 119.8484613, 30.4656367 ], [ 119.8481436, 30.4652783 ] ], [ [ 119.8481436, 30.4652783 ], [ 119.8480145, 30.4651327 ] ], [ [ 119.8480145, 30.4651327 ], [ 119.8478978, 30.465001 ] ], [ [ 119.8478978, 30.465001 ], [ 119.8470937, 30.4638752 ] ], [ [ 119.8470937, 30.4638752 ], [ 119.8469439, 30.4636493 ] ], [ [ 119.8469439, 30.4636493 ], [ 119.8468523, 30.4635111 ] ], [ [ 119.8468523, 30.4635111 ], [ 119.8467454, 30.4633498 ] ], [ [ 119.8467454, 30.4633498 ], [ 119.8464842, 30.4632218 ] ], [ [ 119.8464842, 30.4632218 ], [ 119.846256, 30.4630589 ] ], [ [ 119.846256, 30.4630589 ], [ 119.8457517, 30.4625243 ] ], [ [ 119.8457517, 30.4625243 ], [ 119.8454291, 30.4622461 ] ], [ [ 119.8454291, 30.4622461 ], [ 119.8450142, 30.4618576 ] ], [ [ 119.8450142, 30.4618576 ], [ 119.8446761, 30.4613764 ] ], [ [ 119.8446761, 30.4613764 ], [ 119.8440256, 30.4607053 ] ], [ [ 119.8440256, 30.4607053 ], [ 119.8437747, 30.4604581 ] ], [ [ 119.8437747, 30.4604581 ], [ 119.843621, 30.4601358 ] ], [ [ 119.843621, 30.4601358 ], [ 119.8435442, 30.4595044 ] ], [ [ 119.8435442, 30.4595044 ], [ 119.8435248, 30.4593196 ] ], [ [ 119.8435248, 30.4593196 ], [ 119.8434776, 30.4588686 ] ], [ [ 119.8434776, 30.4588686 ], [ 119.8434571, 30.4583918 ] ], [ [ 119.8434571, 30.4583918 ], [ 119.8434213, 30.4581622 ] ], [ [ 119.8434213, 30.4581622 ], [ 119.843201, 30.4577914 ] ], [ [ 119.843201, 30.4577914 ], [ 119.8430935, 30.457341 ] ], [ [ 119.8430935, 30.457341 ], [ 119.8429272, 30.4569299 ] ], [ [ 119.8429272, 30.4569299 ], [ 119.842822, 30.4566699 ] ], [ [ 119.842822, 30.4566699 ], [ 119.842653, 30.4562196 ] ], [ [ 119.842653, 30.4562196 ], [ 119.8424327, 30.4559149 ] ], [ [ 119.8424327, 30.4559149 ], [ 119.8420332, 30.4547095 ] ], [ [ 119.8420332, 30.4547095 ], [ 119.8419103, 30.45414 ] ], [ [ 119.8419103, 30.45414 ], [ 119.8419308, 30.4538353 ] ], [ [ 119.8419308, 30.4538353 ], [ 119.8420435, 30.4534291 ] ], [ [ 119.8420435, 30.4534291 ], [ 119.8424788, 30.4526608 ] ], [ [ 119.8424788, 30.4526608 ], [ 119.8425915, 30.4524577 ] ], [ [ 119.8425915, 30.4524577 ], [ 119.84295, 30.4521398 ] ], [ [ 119.84295, 30.4521398 ], [ 119.8430832, 30.4520029 ] ], [ [ 119.8430832, 30.4520029 ], [ 119.8433291, 30.4515526 ] ], [ [ 119.8433291, 30.4515526 ], [ 119.8434315, 30.4512038 ] ], [ [ 119.8434315, 30.4512038 ], [ 119.8436772, 30.4494348 ] ], [ [ 119.8436772, 30.4494348 ], [ 119.8439822, 30.4488038 ] ], [ [ 119.8439822, 30.4488038 ], [ 119.8439909, 30.4485784 ] ], [ [ 119.8439909, 30.4485784 ], [ 119.8435291, 30.4477595 ] ], [ [ 119.8435291, 30.4477595 ], [ 119.8435029, 30.4475641 ] ], [ [ 119.8435029, 30.4475641 ], [ 119.8435726, 30.4473012 ] ], [ [ 119.8435726, 30.4473012 ], [ 119.8435726, 30.4471359 ] ], [ [ 119.8435726, 30.4471359 ], [ 119.8434831, 30.4469423 ] ], [ [ 119.8434831, 30.4469423 ], [ 119.8426663, 30.445175 ] ], [ [ 119.8426663, 30.445175 ], [ 119.8420737, 30.4438227 ] ], [ [ 119.8420737, 30.4438227 ], [ 119.8418646, 30.4435071 ] ], [ [ 119.8418646, 30.4435071 ], [ 119.8416825, 30.4433467 ] ], [ [ 119.8416825, 30.4433467 ], [ 119.8414724, 30.4431615 ] ], [ [ 119.8414724, 30.4431615 ], [ 119.8407665, 30.442846 ] ], [ [ 119.8407665, 30.442846 ], [ 119.8405225, 30.4427859 ] ], [ [ 119.8405225, 30.4427859 ], [ 119.8398863, 30.4424553 ] ], [ [ 119.8398863, 30.4424553 ], [ 119.839773, 30.4423726 ] ], [ [ 119.839773, 30.4423726 ], [ 119.8395539, 30.4418776 ] ], [ [ 119.8395539, 30.4418776 ], [ 119.8395203, 30.4418016 ] ], [ [ 119.8395203, 30.4418016 ], [ 119.8394093, 30.4416552 ] ], [ [ 119.8331471, 30.4754513 ], [ 119.8331896, 30.4753358 ] ], [ [ 119.8331896, 30.4753358 ], [ 119.8332647, 30.4751318 ] ], [ [ 119.8332647, 30.4751318 ], [ 119.8333507, 30.4748984 ] ], [ [ 119.8333507, 30.4748984 ], [ 119.8334155, 30.4740516 ] ], [ [ 119.8334155, 30.4740516 ], [ 119.833323, 30.4728889 ] ], [ [ 119.833323, 30.4728889 ], [ 119.8330686, 30.472251 ] ], [ [ 119.8330686, 30.472251 ], [ 119.8330157, 30.4721241 ] ], [ [ 119.8330157, 30.4721241 ], [ 119.8329644, 30.4720012 ] ], [ [ 119.8329644, 30.4720012 ], [ 119.8328219, 30.4716597 ] ], [ [ 119.8328219, 30.4716597 ], [ 119.8328219, 30.471374 ] ], [ [ 119.8328219, 30.471374 ], [ 119.8328682, 30.4709289 ] ], [ [ 119.8328682, 30.4709289 ], [ 119.8326446, 30.469992 ] ], [ [ 119.8326446, 30.469992 ], [ 119.8325213, 30.4692279 ] ], [ [ 119.8325213, 30.4692279 ], [ 119.8323208, 30.4680984 ] ], [ [ 119.8323208, 30.4680984 ], [ 119.8320741, 30.4670752 ] ], [ [ 119.8320741, 30.4670752 ], [ 119.8319354, 30.4665104 ] ], [ [ 119.8319354, 30.4665104 ], [ 119.8310026, 30.4647164 ] ], [ [ 119.8310026, 30.4647164 ], [ 119.8308769, 30.4644874 ] ], [ [ 119.8308769, 30.4644874 ], [ 119.8307457, 30.4642484 ] ], [ [ 119.8307457, 30.4642484 ], [ 119.8305247, 30.4638459 ] ], [ [ 119.8305247, 30.4638459 ], [ 119.8301701, 30.4631483 ] ], [ [ 119.8301701, 30.4631483 ], [ 119.8301443, 30.4630716 ] ], [ [ 119.8301443, 30.4630716 ], [ 119.8300313, 30.4627363 ] ], [ [ 119.8300313, 30.4627363 ], [ 119.8297846, 30.4622047 ] ], [ [ 119.8297846, 30.4622047 ], [ 119.8295611, 30.4619788 ] ], [ [ 119.8295611, 30.4619788 ], [ 119.8291371, 30.4616532 ] ], [ [ 119.8291371, 30.4616532 ], [ 119.8285049, 30.4609621 ] ], [ [ 119.8285049, 30.4609621 ], [ 119.8283824, 30.4608425 ] ], [ [ 119.8283824, 30.4608425 ], [ 119.8279599, 30.4604297 ] ], [ [ 119.8279599, 30.4604297 ], [ 119.8278112, 30.4602844 ] ], [ [ 119.8278112, 30.4602844 ], [ 119.8276493, 30.4598724 ] ], [ [ 119.8276493, 30.4598724 ], [ 119.8273409, 30.4583042 ] ], [ [ 119.8273409, 30.4583042 ], [ 119.8271096, 30.457128 ] ], [ [ 119.8271096, 30.457128 ], [ 119.8264966, 30.4549596 ] ], [ [ 119.8264966, 30.4549596 ], [ 119.8261969, 30.4544875 ] ], [ [ 119.8261969, 30.4544875 ], [ 119.8261157, 30.4543351 ] ], [ [ 119.8261157, 30.4543351 ], [ 119.82304, 30.4485642 ] ], [ [ 119.82304, 30.4485642 ], [ 119.8229901, 30.4484499 ] ], [ [ 119.8229901, 30.4484499 ], [ 119.8228962, 30.4482347 ] ], [ [ 119.8228962, 30.4482347 ], [ 119.8228389, 30.4481035 ] ], [ [ 119.8228389, 30.4481035 ], [ 119.8225614, 30.4475984 ] ], [ [ 119.8225614, 30.4475984 ], [ 119.8213666, 30.4453655 ] ], [ [ 119.8213666, 30.4453655 ], [ 119.820719, 30.444455 ] ], [ [ 119.7549626, 30.4634173 ], [ 119.7549955, 30.4633272 ] ], [ [ 119.7549955, 30.4633272 ], [ 119.755096, 30.4630624 ] ], [ [ 119.755096, 30.4630624 ], [ 119.7557536, 30.461329 ] ], [ [ 119.745531, 30.4598318 ], [ 119.7457631, 30.4605719 ] ], [ [ 119.7457631, 30.4605719 ], [ 119.7459531, 30.4606538 ] ], [ [ 119.7459531, 30.4606538 ], [ 119.7468649, 30.4607029 ] ], [ [ 119.7468649, 30.4607029 ], [ 119.7468227, 30.4626181 ] ], [ [ 119.7468227, 30.4626181 ], [ 119.7468199, 30.4627407 ] ], [ [ 119.7468199, 30.4627407 ], [ 119.7468174, 30.4628562 ] ], [ [ 119.7468174, 30.4628562 ], [ 119.7465825, 30.4634222 ] ], [ [ 119.7465825, 30.4634222 ], [ 119.746447, 30.4637486 ] ], [ [ 119.746447, 30.4637486 ], [ 119.7464185, 30.4642152 ] ], [ [ 119.7464185, 30.4642152 ], [ 119.746694, 30.4648784 ] ], [ [ 119.746694, 30.4648784 ], [ 119.746656, 30.4655988 ] ], [ [ 119.746656, 30.4655988 ], [ 119.7467283, 30.4660064 ] ], [ [ 119.7467283, 30.4660064 ], [ 119.7467549, 30.4661565 ] ], [ [ 119.7467549, 30.4661565 ], [ 119.7467815, 30.4663068 ] ], [ [ 119.7549626, 30.4634173 ], [ 119.7541248, 30.4657111 ] ], [ [ 119.7541248, 30.4657111 ], [ 119.7538461, 30.4657602 ] ], [ [ 119.7538461, 30.4657602 ], [ 119.7529348, 30.4659474 ] ], [ [ 119.7529348, 30.4659474 ], [ 119.752508, 30.4658203 ] ], [ [ 119.752508, 30.4658203 ], [ 119.7517646, 30.4656934 ] ], [ [ 119.7517646, 30.4656934 ], [ 119.7514335, 30.4655538 ] ], [ [ 119.7514335, 30.4655538 ], [ 119.7510949, 30.4653953 ] ], [ [ 119.7510949, 30.4653953 ], [ 119.7508668, 30.4654206 ] ], [ [ 119.7508668, 30.4654206 ], [ 119.7505724, 30.4654016 ] ], [ [ 119.7505724, 30.4654016 ], [ 119.7483424, 30.4657378 ] ], [ [ 119.7483424, 30.4657378 ], [ 119.7480554, 30.4658964 ] ], [ [ 119.7480554, 30.4658964 ], [ 119.7478419, 30.4659662 ] ], [ [ 119.7478419, 30.4659662 ], [ 119.7475917, 30.4659916 ] ], [ [ 119.7475917, 30.4659916 ], [ 119.7467815, 30.4663068 ] ], [ [ 119.7845096, 30.4642726 ], [ 119.7845999, 30.4642218 ] ], [ [ 119.7845999, 30.4642218 ], [ 119.7847251, 30.464117 ] ], [ [ 119.7847251, 30.464117 ], [ 119.7851185, 30.4637255 ] ], [ [ 119.7851185, 30.4637255 ], [ 119.7856192, 30.4632754 ] ], [ [ 119.7856192, 30.4632754 ], [ 119.7858838, 30.463055 ] ], [ [ 119.7858838, 30.463055 ], [ 119.7860913, 30.4629394 ] ], [ [ 119.7860913, 30.4629394 ], [ 119.786304, 30.462904 ] ], [ [ 119.786304, 30.462904 ], [ 119.7867207, 30.4628994 ] ], [ [ 119.7867207, 30.4628994 ], [ 119.7869353, 30.4629703 ] ], [ [ 119.7869353, 30.4629703 ], [ 119.7871409, 30.4629918 ] ], [ [ 119.7871409, 30.4629918 ], [ 119.7874985, 30.4629055 ] ], [ [ 119.7874985, 30.4629055 ], [ 119.7878383, 30.4628423 ] ], [ [ 119.7878383, 30.4628423 ], [ 119.7879313, 30.4628254 ] ], [ [ 119.7879313, 30.4628254 ], [ 119.788625, 30.4623969 ] ], [ [ 119.788625, 30.4623969 ], [ 119.7892926, 30.4619525 ] ], [ [ 119.7892926, 30.4619525 ], [ 119.7898385, 30.4616157 ] ], [ [ 119.7898385, 30.4616157 ], [ 119.7905671, 30.4613618 ] ], [ [ 119.7905671, 30.4613618 ], [ 119.7909804, 30.4611258 ] ], [ [ 119.7909804, 30.4611258 ], [ 119.7918847, 30.4606893 ] ], [ [ 119.7918847, 30.4606893 ], [ 119.7926803, 30.4602382 ] ], [ [ 119.7926803, 30.4602382 ], [ 119.792851, 30.4601415 ] ], [ [ 119.792851, 30.4601415 ], [ 119.79313, 30.4600256 ] ], [ [ 119.79313, 30.4600256 ], [ 119.7948583, 30.459107 ] ], [ [ 119.7948583, 30.459107 ], [ 119.7984752, 30.4572124 ] ], [ [ 119.7984752, 30.4572124 ], [ 119.8010956, 30.4558475 ] ], [ [ 119.8010956, 30.4558475 ], [ 119.8020274, 30.4553945 ] ], [ [ 119.8041633, 30.4601333 ], [ 119.8052576, 30.4621573 ] ], [ [ 119.8052576, 30.4621573 ], [ 119.8057515, 30.4626731 ] ], [ [ 119.8057515, 30.4626731 ], [ 119.8060108, 30.4630145 ] ], [ [ 119.8060108, 30.4630145 ], [ 119.8060972, 30.4631282 ] ], [ [ 119.8060972, 30.4631282 ], [ 119.8063715, 30.4634893 ] ], [ [ 119.8228193, 30.4616919 ], [ 119.8219488, 30.4627116 ] ], [ [ 119.8219488, 30.4627116 ], [ 119.8219013, 30.4634075 ] ], [ [ 119.8219013, 30.4634075 ], [ 119.8221102, 30.4641198 ] ], [ [ 119.8221102, 30.4641198 ], [ 119.821978, 30.4647306 ] ], [ [ 119.821978, 30.4647306 ], [ 119.8219433, 30.4648909 ] ], [ [ 119.8219433, 30.4648909 ], [ 119.8218728, 30.4652168 ] ], [ [ 119.8218728, 30.4652168 ], [ 119.8211414, 30.4651349 ] ], [ [ 119.8211414, 30.4651349 ], [ 119.8204385, 30.4653642 ] ], [ [ 119.8204385, 30.4653642 ], [ 119.8195837, 30.465446 ] ], [ [ 119.8195837, 30.465446 ], [ 119.8188333, 30.465618 ] ], [ [ 119.8188333, 30.465618 ], [ 119.8185199, 30.4658226 ] ], [ [ 119.8185199, 30.4658226 ], [ 119.817912, 30.4659045 ] ], [ [ 119.817912, 30.4659045 ], [ 119.8174181, 30.4661747 ] ], [ [ 119.8174181, 30.4661747 ], [ 119.8165727, 30.4663957 ] ], [ [ 119.8165727, 30.4663957 ], [ 119.8163719, 30.466437 ] ], [ [ 119.8163719, 30.466437 ], [ 119.8161747, 30.4664776 ] ], [ [ 119.8161747, 30.4664776 ], [ 119.8159623, 30.4665213 ] ], [ [ 119.8159623, 30.4665213 ], [ 119.8144641, 30.4668296 ] ], [ [ 119.8144641, 30.4668296 ], [ 119.8124124, 30.4676156 ] ], [ [ 119.8124124, 30.4676156 ], [ 119.8118236, 30.4677547 ] ], [ [ 119.8118236, 30.4677547 ], [ 119.8115002, 30.4676808 ] ], [ [ 119.8115002, 30.4676808 ], [ 119.8113429, 30.4676448 ] ], [ [ 119.8113429, 30.4676448 ], [ 119.8108927, 30.4675419 ] ], [ [ 119.8108927, 30.4675419 ], [ 119.8104653, 30.4683114 ] ], [ [ 119.8104653, 30.4683114 ], [ 119.809145, 30.4697441 ] ], [ [ 119.809145, 30.4697441 ], [ 119.8083947, 30.4701862 ] ], [ [ 119.8083947, 30.4701862 ], [ 119.8078722, 30.4703745 ] ], [ [ 119.8078722, 30.4703745 ], [ 119.8069224, 30.4703417 ] ], [ [ 119.8069224, 30.4703417 ], [ 119.8057826, 30.4701125 ] ], [ [ 119.8057826, 30.4701125 ], [ 119.8046713, 30.4698096 ] ], [ [ 119.8046713, 30.4698096 ], [ 119.8036418, 30.4693113 ] ], [ [ 119.8036418, 30.4693113 ], [ 119.8035622, 30.4692728 ] ], [ [ 119.8255961, 30.4751011 ], [ 119.8255928, 30.4751626 ] ], [ [ 119.8255928, 30.4751626 ], [ 119.8255811, 30.4752527 ] ], [ [ 119.8255811, 30.4752527 ], [ 119.8255178, 30.4757384 ] ], [ [ 119.8255178, 30.4757384 ], [ 119.8253076, 30.4762884 ] ], [ [ 119.8253076, 30.4762884 ], [ 119.8251124, 30.4765213 ] ], [ [ 119.8251124, 30.4765213 ], [ 119.8250073, 30.4766959 ] ], [ [ 119.8250073, 30.4766959 ], [ 119.8248647, 30.4771682 ] ], [ [ 119.8248647, 30.4771682 ], [ 119.8247521, 30.4772782 ] ], [ [ 119.8247521, 30.4772782 ], [ 119.8243242, 30.4776146 ] ], [ [ 119.8243242, 30.4776146 ], [ 119.8241665, 30.4777246 ] ], [ [ 119.8241665, 30.4777246 ], [ 119.8240089, 30.4777893 ] ], [ [ 119.8240089, 30.4777893 ], [ 119.8239791, 30.4777991 ] ], [ [ 119.8239791, 30.4777991 ], [ 119.8238383, 30.4778453 ] ], [ [ 119.8238383, 30.4778453 ], [ 119.8236936, 30.4778928 ] ], [ [ 119.8236936, 30.4778928 ], [ 119.8234759, 30.4779769 ] ], [ [ 119.8234759, 30.4779769 ], [ 119.8233913, 30.4780381 ] ], [ [ 119.8255178, 30.4757384 ], [ 119.8275622, 30.4781834 ] ], [ [ 119.8331471, 30.4754513 ], [ 119.8316909, 30.4752231 ] ], [ [ 119.8316909, 30.4752231 ], [ 119.8314669, 30.4752056 ] ], [ [ 119.8314669, 30.4752056 ], [ 119.8312632, 30.4752231 ] ], [ [ 119.8312632, 30.4752231 ], [ 119.8302653, 30.4753986 ] ], [ [ 119.8302653, 30.4753986 ], [ 119.8293691, 30.4755478 ] ], [ [ 119.8293691, 30.4755478 ], [ 119.8290637, 30.4755478 ] ], [ [ 119.8290637, 30.4755478 ], [ 119.8286754, 30.4754911 ] ], [ [ 119.8349402, 30.4776438 ], [ 119.8342978, 30.4767151 ] ], [ [ 119.8342978, 30.4767151 ], [ 119.8339414, 30.4763114 ] ], [ [ 119.8339414, 30.4763114 ], [ 119.8334322, 30.4758989 ] ], [ [ 119.8334322, 30.4758989 ], [ 119.8331471, 30.4754513 ] ], [ [ 119.8349402, 30.4776438 ], [ 119.8348687, 30.4777495 ] ], [ [ 119.8348687, 30.4777495 ], [ 119.8347461, 30.47782 ] ], [ [ 119.8347461, 30.47782 ], [ 119.8340307, 30.478049 ] ], [ [ 119.8340307, 30.478049 ], [ 119.8337242, 30.4781458 ] ], [ [ 119.8337242, 30.4781458 ], [ 119.8318733, 30.4783094 ] ], [ [ 119.8318733, 30.4783094 ], [ 119.8301633, 30.4784581 ] ], [ [ 119.8301633, 30.4784581 ], [ 119.829823, 30.4784665 ] ], [ [ 119.829823, 30.4784665 ], [ 119.8292183, 30.4784229 ] ], [ [ 119.7751598, 30.4681346 ], [ 119.7738878, 30.4697822 ] ], [ [ 119.7738878, 30.4697822 ], [ 119.7721599, 30.4713778 ] ], [ [ 119.7721599, 30.4713778 ], [ 119.7719748, 30.4717036 ] ], [ [ 119.7719748, 30.4717036 ], [ 119.7719412, 30.4719203 ] ], [ [ 119.7719412, 30.4719203 ], [ 119.7718976, 30.4722023 ] ], [ [ 119.7718976, 30.4722023 ], [ 119.7718514, 30.4727208 ] ], [ [ 119.7718514, 30.4727208 ], [ 119.771793, 30.4731417 ] ], [ [ 119.771793, 30.4731417 ], [ 119.7717665, 30.4733325 ] ], [ [ 119.7717665, 30.4733325 ], [ 119.7716122, 30.473645 ] ], [ [ 119.7716122, 30.473645 ], [ 119.7711494, 30.4743696 ] ], [ [ 119.7711494, 30.4743696 ], [ 119.7710306, 30.4747476 ] ], [ [ 119.7710306, 30.4747476 ], [ 119.7709488, 30.4750079 ] ], [ [ 119.7709488, 30.4750079 ], [ 119.7707097, 30.4752339 ] ], [ [ 119.7707097, 30.4752339 ], [ 119.769676, 30.4764572 ] ], [ [ 119.769676, 30.4764572 ], [ 119.7690975, 30.4772616 ] ], [ [ 119.7690975, 30.4772616 ], [ 119.7687426, 30.4784982 ] ], [ [ 119.7687426, 30.4784982 ], [ 119.7686346, 30.4796217 ] ], [ [ 119.7686346, 30.4796217 ], [ 119.7686395, 30.4799781 ] ], [ [ 119.7686395, 30.4799781 ], [ 119.7686538, 30.4803233 ] ], [ [ 119.7686538, 30.4803233 ], [ 119.7686825, 30.4807917 ] ], [ [ 119.7686825, 30.4807917 ], [ 119.768661, 30.4809458 ] ], [ [ 119.768661, 30.4809458 ], [ 119.76837, 30.4816495 ] ], [ [ 119.76837, 30.4816495 ], [ 119.7682783, 30.4818713 ] ], [ [ 119.7682783, 30.4818713 ], [ 119.7681818, 30.4821047 ] ], [ [ 119.7681818, 30.4821047 ], [ 119.7680208, 30.482305 ] ], [ [ 119.7680208, 30.482305 ], [ 119.7677991, 30.4825331 ] ], [ [ 119.7677991, 30.4825331 ], [ 119.767665, 30.4827596 ] ], [ [ 119.767665, 30.4827596 ], [ 119.7676507, 30.4828767 ] ], [ [ 119.7676507, 30.4828767 ], [ 119.7676811, 30.48302 ] ], [ [ 119.7676811, 30.48302 ], [ 119.7677973, 30.4831649 ] ], [ [ 119.7677973, 30.4831649 ], [ 119.768214, 30.4835516 ] ], [ [ 119.768214, 30.4835516 ], [ 119.7686399, 30.4839822 ] ], [ [ 119.7686399, 30.4839822 ], [ 119.7696302, 30.4849586 ] ], [ [ 119.7696302, 30.4849586 ], [ 119.7698052, 30.4851 ] ], [ [ 119.7698052, 30.4851 ], [ 119.7700678, 30.4854111 ] ], [ [ 119.7700678, 30.4854111 ], [ 119.7701466, 30.4855367 ] ], [ [ 119.7753101, 30.4739508 ], [ 119.7753554, 30.4743212 ] ], [ [ 119.7753554, 30.4743212 ], [ 119.7755591, 30.4750285 ] ], [ [ 119.7755591, 30.4750285 ], [ 119.7756117, 30.4752113 ] ], [ [ 119.7756117, 30.4752113 ], [ 119.7756494, 30.4757051 ] ], [ [ 119.7756494, 30.4757051 ], [ 119.7755061, 30.476095 ] ], [ [ 119.7755061, 30.476095 ], [ 119.7752574, 30.4765108 ] ], [ [ 119.7752574, 30.4765108 ], [ 119.7738627, 30.4781416 ] ], [ [ 119.7738627, 30.4781416 ], [ 119.7743225, 30.4785119 ] ], [ [ 119.7743225, 30.4785119 ], [ 119.7745563, 30.4782715 ] ], [ [ 119.7745563, 30.4782715 ], [ 119.7750689, 30.4780441 ] ], [ [ 119.7750689, 30.4780441 ], [ 119.7757172, 30.4779467 ] ], [ [ 119.7757172, 30.4779467 ], [ 119.7761611, 30.4779002 ] ], [ [ 119.7761611, 30.4779002 ], [ 119.7762977, 30.4780153 ] ], [ [ 119.7762977, 30.4780153 ], [ 119.7764401, 30.4781627 ] ], [ [ 119.7764401, 30.4781627 ], [ 119.7767974, 30.4783626 ] ], [ [ 119.7767974, 30.4783626 ], [ 119.7771715, 30.478572 ] ], [ [ 119.7771715, 30.478572 ], [ 119.7775229, 30.479677 ] ], [ [ 119.7775229, 30.479677 ], [ 119.7784995, 30.4808511 ] ], [ [ 119.7784995, 30.4808511 ], [ 119.7786319, 30.4810117 ] ], [ [ 119.8275622, 30.4781834 ], [ 119.8281263, 30.4784143 ] ], [ [ 119.8281263, 30.4784143 ], [ 119.8282563, 30.4784349 ] ], [ [ 119.8282563, 30.4784349 ], [ 119.8288172, 30.4785237 ] ], [ [ 119.8288172, 30.4785237 ], [ 119.8290346, 30.478533 ] ], [ [ 119.8290346, 30.478533 ], [ 119.8292183, 30.4784229 ] ], [ [ 119.8349402, 30.4776438 ], [ 119.8351131, 30.4777469 ] ], [ [ 119.8351131, 30.4777469 ], [ 119.8352301, 30.4778168 ] ], [ [ 119.8352301, 30.4778168 ], [ 119.8354281, 30.4779349 ] ], [ [ 119.8354281, 30.4779349 ], [ 119.8357641, 30.4782684 ] ], [ [ 119.8357641, 30.4782684 ], [ 119.8361002, 30.4784088 ] ], [ [ 119.8361002, 30.4784088 ], [ 119.8366093, 30.4786985 ] ], [ [ 119.8366093, 30.4786985 ], [ 119.8367825, 30.4788564 ] ], [ [ 119.8367825, 30.4788564 ], [ 119.8369046, 30.479146 ] ], [ [ 119.8369046, 30.479146 ], [ 119.8375462, 30.4803571 ] ], [ [ 119.8375462, 30.4803571 ], [ 119.8377295, 30.4804975 ] ], [ [ 119.8377295, 30.4804975 ], [ 119.838035, 30.4806467 ] ], [ [ 119.838035, 30.4806467 ], [ 119.8383032, 30.4806878 ] ], [ [ 119.8383032, 30.4806878 ], [ 119.8384932, 30.4807169 ] ], [ [ 119.8384932, 30.4807169 ], [ 119.838758, 30.4806292 ] ], [ [ 119.838758, 30.4806292 ], [ 119.8389413, 30.4804887 ] ], [ [ 119.8389413, 30.4804887 ], [ 119.8390737, 30.4804449 ] ], [ [ 119.8390737, 30.4804449 ], [ 119.8394912, 30.4805677 ] ], [ [ 119.8394912, 30.4805677 ], [ 119.8406826, 30.4807696 ] ], [ [ 119.8406826, 30.4807696 ], [ 119.8413139, 30.4809363 ] ], [ [ 119.8413139, 30.4809363 ], [ 119.8419249, 30.4810855 ] ], [ [ 119.8419249, 30.4810855 ], [ 119.8424035, 30.4811469 ] ], [ [ 119.8424035, 30.4811469 ], [ 119.8441245, 30.4810943 ] ], [ [ 119.8441245, 30.4810943 ], [ 119.8443281, 30.4811996 ] ], [ [ 119.8443281, 30.4811996 ], [ 119.844654, 30.4814102 ] ], [ [ 119.844654, 30.4814102 ], [ 119.8449697, 30.4815682 ] ], [ [ 119.8449697, 30.4815682 ], [ 119.8452344, 30.4815682 ] ], [ [ 119.8452344, 30.4815682 ], [ 119.8455196, 30.481498 ] ], [ [ 119.8455196, 30.481498 ], [ 119.8457232, 30.4814014 ] ], [ [ 119.8457232, 30.4814014 ], [ 119.8468637, 30.4816559 ] ], [ [ 119.8275622, 30.4781834 ], [ 119.8272802, 30.4781348 ] ], [ [ 119.8272802, 30.4781348 ], [ 119.8256587, 30.4783657 ] ], [ [ 119.8256587, 30.4783657 ], [ 119.8249819, 30.4784021 ] ], [ [ 119.8249819, 30.4784021 ], [ 119.8247422, 30.4784021 ] ], [ [ 119.8247422, 30.4784021 ], [ 119.8242627, 30.4781834 ] ], [ [ 119.8242627, 30.4781834 ], [ 119.8240653, 30.4781348 ] ], [ [ 119.8240653, 30.4781348 ], [ 119.8236282, 30.4781348 ] ], [ [ 119.8236282, 30.4781348 ], [ 119.8233913, 30.4780381 ] ], [ [ 119.8233913, 30.4780381 ], [ 119.8232432, 30.4781451 ] ], [ [ 119.8232432, 30.4781451 ], [ 119.8230405, 30.4783457 ] ], [ [ 119.8230405, 30.4783457 ], [ 119.8223574, 30.479329 ] ], [ [ 119.8223574, 30.479329 ], [ 119.8220571, 30.4796202 ] ], [ [ 119.8220571, 30.4796202 ], [ 119.8219847, 30.4797086 ] ], [ [ 119.8160621, 30.4914475 ], [ 119.8158888, 30.491387 ] ], [ [ 119.8158888, 30.491387 ], [ 119.8154424, 30.4902166 ] ], [ [ 119.8154424, 30.4902166 ], [ 119.8153284, 30.4895045 ] ], [ [ 119.8153284, 30.4895045 ], [ 119.814825, 30.4890052 ] ], [ [ 119.814825, 30.4890052 ], [ 119.8146013, 30.4889155 ] ], [ [ 119.8146013, 30.4889155 ], [ 119.8144166, 30.4888415 ] ], [ [ 119.8144166, 30.4888415 ], [ 119.8136282, 30.4887433 ] ], [ [ 119.8136282, 30.4887433 ], [ 119.8134858, 30.4887842 ] ], [ [ 119.8134858, 30.4887842 ], [ 119.8129443, 30.4893326 ] ], [ [ 119.8129443, 30.4893326 ], [ 119.8127639, 30.4894472 ] ], [ [ 119.8127639, 30.4894472 ], [ 119.8122415, 30.489439 ] ], [ [ 119.8122415, 30.489439 ], [ 119.812099, 30.4894636 ] ], [ [ 119.812099, 30.4894636 ], [ 119.81189, 30.4896518 ] ], [ [ 119.81189, 30.4896518 ], [ 119.8116431, 30.4897746 ] ], [ [ 119.8116431, 30.4897746 ], [ 119.8113866, 30.4898728 ] ], [ [ 119.8113866, 30.4898728 ], [ 119.8110542, 30.4902329 ] ], [ [ 119.8110542, 30.4902329 ], [ 119.8106363, 30.4902166 ] ], [ [ 119.8106363, 30.4902166 ], [ 119.8099334, 30.4899055 ] ], [ [ 119.8099334, 30.4899055 ], [ 119.8091355, 30.4891935 ] ], [ [ 119.8091355, 30.4891935 ], [ 119.8088886, 30.4889806 ] ], [ [ 119.8088886, 30.4889806 ], [ 119.8084801, 30.4888497 ] ], [ [ 119.8084801, 30.4888497 ], [ 119.8078912, 30.4882931 ] ], [ [ 119.8078912, 30.4882931 ], [ 119.8078726, 30.4880276 ] ], [ [ 119.8078726, 30.4880276 ], [ 119.8072318, 30.4875014 ] ], [ [ 119.8072318, 30.4875014 ], [ 119.8069303, 30.4874104 ] ], [ [ 119.8069303, 30.4874104 ], [ 119.8066438, 30.4871311 ] ], [ [ 119.8066438, 30.4871311 ], [ 119.8049626, 30.4866178 ] ], [ [ 119.8049626, 30.4866178 ], [ 119.8047365, 30.4861241 ] ], [ [ 119.8047365, 30.4861241 ], [ 119.804548, 30.4859422 ] ], [ [ 119.804548, 30.4859422 ], [ 119.8044425, 30.4857278 ] ], [ [ 119.8044425, 30.4857278 ], [ 119.8044349, 30.4854419 ] ], [ [ 119.8044349, 30.4854419 ], [ 119.8040429, 30.4848053 ] ], [ [ 119.8040429, 30.4848053 ], [ 119.8040429, 30.484396 ] ], [ [ 119.8040429, 30.484396 ], [ 119.803862, 30.4840906 ] ], [ [ 119.803862, 30.4840906 ], [ 119.8037564, 30.4837788 ] ], [ [ 119.8037564, 30.4837788 ], [ 119.8035604, 30.4835579 ] ], [ [ 119.8035604, 30.4835579 ], [ 119.8034323, 30.4832136 ] ], [ [ 119.8034323, 30.4832136 ], [ 119.8032362, 30.4830706 ] ], [ [ 119.8032362, 30.4830706 ], [ 119.8030327, 30.4829992 ] ], [ [ 119.8030327, 30.4829992 ], [ 119.8030025, 30.4827393 ] ], [ [ 119.8030025, 30.4827393 ], [ 119.8030327, 30.482369 ] ], [ [ 119.8030327, 30.482369 ], [ 119.8030176, 30.4822196 ] ], [ [ 119.8030176, 30.4822196 ], [ 119.8023542, 30.4821026 ] ], [ [ 119.8023542, 30.4821026 ], [ 119.8022577, 30.4818901 ] ], [ [ 119.8022577, 30.4818901 ], [ 119.8022185, 30.4818038 ] ], [ [ 119.8022185, 30.4818038 ], [ 119.8022788, 30.481349 ] ], [ [ 119.8022788, 30.481349 ], [ 119.8019471, 30.4806408 ] ], [ [ 119.8019471, 30.4806408 ], [ 119.8006354, 30.4794843 ] ], [ [ 119.8006354, 30.4794843 ], [ 119.8002735, 30.4782304 ] ], [ [ 119.8002735, 30.4782304 ], [ 119.8000678, 30.4780868 ] ], [ [ 119.8000678, 30.4780868 ], [ 119.7999569, 30.4780095 ] ], [ [ 119.7999569, 30.4780095 ], [ 119.7993161, 30.4777431 ] ], [ [ 119.7993161, 30.4777431 ], [ 119.7987356, 30.4774702 ] ], [ [ 119.7987356, 30.4774702 ], [ 119.7985546, 30.4771324 ] ], [ [ 119.7985546, 30.4771324 ], [ 119.7980872, 30.4764437 ] ], [ [ 119.7980872, 30.4764437 ], [ 119.7979522, 30.4761157 ] ], [ [ 119.7979522, 30.4761157 ], [ 119.7979223, 30.4759455 ] ], [ [ 119.7979223, 30.4759455 ], [ 119.7977608, 30.4756051 ] ], [ [ 119.7977608, 30.4756051 ], [ 119.7969111, 30.4746975 ] ], [ [ 119.7969111, 30.4746975 ], [ 119.7967675, 30.4744345 ] ], [ [ 119.7967675, 30.4744345 ], [ 119.7965814, 30.4736977 ] ], [ [ 119.7965814, 30.4736977 ], [ 119.7964898, 30.4735168 ] ], [ [ 119.7964898, 30.4735168 ], [ 119.7963552, 30.4732508 ] ], [ [ 119.8219847, 30.4797086 ], [ 119.8218845, 30.4798919 ] ], [ [ 119.8218845, 30.4798919 ], [ 119.8215842, 30.4804806 ] ], [ [ 119.8215842, 30.4804806 ], [ 119.8214153, 30.4806975 ] ], [ [ 119.8214153, 30.4806975 ], [ 119.8212013, 30.4809723 ] ], [ [ 119.8212013, 30.4809723 ], [ 119.8205858, 30.4817551 ] ], [ [ 119.8205858, 30.4817551 ], [ 119.8203606, 30.4819427 ] ], [ [ 119.8203606, 30.4819427 ], [ 119.8202104, 30.4822597 ] ], [ [ 119.8202104, 30.4822597 ], [ 119.8200828, 30.4827255 ] ], [ [ 119.8200828, 30.4827255 ], [ 119.8200378, 30.483036 ] ], [ [ 119.8200378, 30.483036 ], [ 119.8200485, 30.483196 ] ], [ [ 119.8200485, 30.483196 ], [ 119.8200603, 30.4833724 ] ], [ [ 119.8200603, 30.4833724 ], [ 119.8201504, 30.4840969 ] ], [ [ 119.8201504, 30.4840969 ], [ 119.8201429, 30.4845562 ] ], [ [ 119.8201429, 30.4845562 ], [ 119.8200678, 30.4849961 ] ], [ [ 119.8200678, 30.4849961 ], [ 119.8199777, 30.4853066 ] ], [ [ 119.8199777, 30.4853066 ], [ 119.8198876, 30.485449 ] ], [ [ 119.8198876, 30.485449 ], [ 119.81976, 30.4855201 ] ], [ [ 119.81976, 30.4855201 ], [ 119.8195574, 30.4855783 ] ], [ [ 119.8195574, 30.4855783 ], [ 119.8194456, 30.4856011 ] ], [ [ 119.8194456, 30.4856011 ], [ 119.8192721, 30.4856366 ] ], [ [ 119.8192721, 30.4856366 ], [ 119.8191445, 30.4857207 ] ], [ [ 119.8191445, 30.4857207 ], [ 119.8187616, 30.4861217 ] ], [ [ 119.8187616, 30.4861217 ], [ 119.8186866, 30.4863029 ] ], [ [ 119.8186866, 30.4863029 ], [ 119.8185815, 30.4866069 ] ], [ [ 119.8185815, 30.4866069 ], [ 119.8184689, 30.4867169 ] ], [ [ 119.8184689, 30.4867169 ], [ 119.8182362, 30.486898 ] ], [ [ 119.8182362, 30.486898 ], [ 119.8179584, 30.487215 ] ], [ [ 119.8179584, 30.487215 ], [ 119.8178458, 30.4873961 ] ], [ [ 119.8178458, 30.4873961 ], [ 119.8178241, 30.4874659 ] ], [ [ 119.8178241, 30.4874659 ], [ 119.8177632, 30.4876613 ] ], [ [ 119.8177632, 30.4876613 ], [ 119.8177782, 30.4880171 ] ], [ [ 119.8177782, 30.4880171 ], [ 119.8177032, 30.4882306 ] ], [ [ 119.8177032, 30.4882306 ], [ 119.817568, 30.4885023 ] ], [ [ 119.817568, 30.4885023 ], [ 119.8173128, 30.488981 ] ], [ [ 119.8173128, 30.488981 ], [ 119.817005, 30.4896279 ] ], [ [ 119.817005, 30.4896279 ], [ 119.8166973, 30.4904494 ] ], [ [ 119.8166973, 30.4904494 ], [ 119.8166372, 30.4907858 ] ], [ [ 119.8166372, 30.4907858 ], [ 119.8166142, 30.4910015 ] ], [ [ 119.8160621, 30.4914475 ], [ 119.8161548, 30.4910596 ] ], [ [ 119.8161548, 30.4910596 ], [ 119.8161928, 30.4907077 ] ], [ [ 119.8161928, 30.4907077 ], [ 119.8160218, 30.490102 ] ], [ [ 119.8160218, 30.490102 ], [ 119.8160028, 30.4898073 ] ], [ [ 119.8160028, 30.4898073 ], [ 119.8158793, 30.4895454 ] ], [ [ 119.8158793, 30.4895454 ], [ 119.8157938, 30.4892262 ] ], [ [ 119.8157938, 30.4892262 ], [ 119.8159363, 30.488997 ] ], [ [ 119.8159363, 30.488997 ], [ 119.8161358, 30.4888661 ] ], [ [ 119.8161358, 30.4888661 ], [ 119.8170761, 30.4885714 ] ], [ [ 119.8170761, 30.4885714 ], [ 119.8172756, 30.4884568 ] ], [ [ 119.8172756, 30.4884568 ], [ 119.817589, 30.4873846 ] ], [ [ 119.817589, 30.4873846 ], [ 119.817912, 30.4863205 ] ], [ [ 119.817912, 30.4863205 ], [ 119.8186148, 30.4855756 ] ], [ [ 119.8186148, 30.4855756 ], [ 119.8187573, 30.4853546 ] ], [ [ 119.8187573, 30.4853546 ], [ 119.8188618, 30.4850927 ] ], [ [ 119.8188618, 30.4850927 ], [ 119.8190898, 30.4848144 ] ], [ [ 119.8190898, 30.4848144 ], [ 119.8193937, 30.4844379 ] ], [ [ 119.8193937, 30.4844379 ], [ 119.8193367, 30.4842169 ] ], [ [ 119.8193367, 30.4842169 ], [ 119.8191088, 30.4837012 ] ], [ [ 119.8191088, 30.4837012 ], [ 119.8188808, 30.4832265 ] ], [ [ 119.8188808, 30.4832265 ], [ 119.8187858, 30.4827517 ] ], [ [ 119.8187858, 30.4827517 ], [ 119.8189283, 30.4820396 ] ], [ [ 119.8189283, 30.4820396 ], [ 119.8190138, 30.4817694 ] ], [ [ 119.8190138, 30.4817694 ], [ 119.8194602, 30.4806726 ] ], [ [ 119.8194602, 30.4806726 ], [ 119.8196027, 30.4804597 ] ], [ [ 119.8196027, 30.4804597 ], [ 119.8198496, 30.4798212 ] ], [ [ 119.8198496, 30.4798212 ], [ 119.8199541, 30.4795184 ] ], [ [ 119.8199541, 30.4795184 ], [ 119.820505, 30.4792974 ] ], [ [ 119.820505, 30.4792974 ], [ 119.8207235, 30.4795347 ] ], [ [ 119.8207235, 30.4795347 ], [ 119.8211034, 30.4796493 ] ], [ [ 119.8211034, 30.4796493 ], [ 119.8215593, 30.479723 ] ], [ [ 119.8215593, 30.479723 ], [ 119.8219847, 30.4797086 ] ], [ [ 119.7714351, 30.4866371 ], [ 119.7715542, 30.4864801 ] ], [ [ 119.7715542, 30.4864801 ], [ 119.7729958, 30.4841769 ] ], [ [ 119.7701995, 30.485621 ], [ 119.7701466, 30.4855367 ] ], [ [ 119.7714351, 30.4866371 ], [ 119.7709489, 30.4863723 ] ], [ [ 119.7709489, 30.4863723 ], [ 119.7706154, 30.4861443 ] ], [ [ 119.7706154, 30.4861443 ], [ 119.7705628, 30.4860956 ] ], [ [ 119.7705628, 30.4860956 ], [ 119.7702482, 30.4856986 ] ], [ [ 119.7702482, 30.4856986 ], [ 119.7701995, 30.485621 ] ], [ [ 119.768175, 30.489943 ], [ 119.7686184, 30.4899631 ] ], [ [ 119.7686184, 30.4899631 ], [ 119.7694178, 30.4891977 ] ], [ [ 119.7694178, 30.4891977 ], [ 119.7694552, 30.4891619 ] ], [ [ 119.7694552, 30.4891619 ], [ 119.7700404, 30.4884354 ] ], [ [ 119.7700404, 30.4884354 ], [ 119.7702865, 30.4881299 ] ], [ [ 119.7702865, 30.4881299 ], [ 119.770374, 30.4880213 ] ], [ [ 119.770374, 30.4880213 ], [ 119.7711122, 30.4870584 ] ], [ [ 119.7711122, 30.4870584 ], [ 119.7714351, 30.4866371 ] ], [ [ 119.7626565, 30.4905407 ], [ 119.7633457, 30.4903543 ] ], [ [ 119.7633457, 30.4903543 ], [ 119.7656811, 30.4897982 ] ], [ [ 119.7656811, 30.4897982 ], [ 119.7662772, 30.4897887 ] ], [ [ 119.7662772, 30.4897887 ], [ 119.7665316, 30.4898113 ] ], [ [ 119.7665316, 30.4898113 ], [ 119.7667665, 30.4898322 ] ], [ [ 119.7667665, 30.4898322 ], [ 119.7669739, 30.4898507 ] ], [ [ 119.7669739, 30.4898507 ], [ 119.7677042, 30.4899156 ] ], [ [ 119.7677042, 30.4899156 ], [ 119.7678144, 30.4899254 ] ], [ [ 119.7678144, 30.4899254 ], [ 119.7680988, 30.4899396 ] ], [ [ 119.7680988, 30.4899396 ], [ 119.768175, 30.489943 ] ], [ [ 119.762507, 30.4905559 ], [ 119.7626565, 30.4905407 ] ], [ [ 119.7676555, 30.4917778 ], [ 119.7679751, 30.4906491 ] ], [ [ 119.7679751, 30.4906491 ], [ 119.768175, 30.489943 ] ], [ [ 119.7873111, 30.5043376 ], [ 119.7872224, 30.5041482 ] ], [ [ 119.7872224, 30.5041482 ], [ 119.7870609, 30.5039436 ] ], [ [ 119.7870609, 30.5039436 ], [ 119.7870426, 30.5037855 ] ], [ [ 119.7870426, 30.5037855 ], [ 119.7871509, 30.5035901 ] ], [ [ 119.7871509, 30.5035901 ], [ 119.7871696, 30.5033449 ] ], [ [ 119.7871696, 30.5033449 ], [ 119.7872055, 30.5032112 ] ], [ [ 119.7872055, 30.5032112 ], [ 119.7872874, 30.5031023 ] ], [ [ 119.7872874, 30.5031023 ], [ 119.7873578, 30.5029846 ] ], [ [ 119.7873578, 30.5029846 ], [ 119.787401, 30.5028707 ] ], [ [ 119.787401, 30.5028707 ], [ 119.7874024, 30.5027469 ] ], [ [ 119.7874024, 30.5027469 ], [ 119.7873794, 30.5026491 ] ], [ [ 119.7873794, 30.5026491 ], [ 119.787319, 30.5025612 ] ], [ [ 119.787319, 30.5025612 ], [ 119.7869236, 30.5023415 ] ], [ [ 119.7869236, 30.5023415 ], [ 119.7867741, 30.5023142 ] ], [ [ 119.7867741, 30.5023142 ], [ 119.7867122, 30.5022696 ] ], [ [ 119.7867122, 30.5022696 ], [ 119.7866858, 30.5022214 ] ], [ [ 119.7866858, 30.5022214 ], [ 119.7867223, 30.5020271 ] ], [ [ 119.7867223, 30.5020271 ], [ 119.7867427, 30.5018853 ] ], [ [ 119.7867427, 30.5018853 ], [ 119.7867122, 30.5017784 ] ], [ [ 119.7867122, 30.5017784 ], [ 119.7866817, 30.5016813 ] ], [ [ 119.7866817, 30.5016813 ], [ 119.7866939, 30.5015929 ] ], [ [ 119.7866939, 30.5015929 ], [ 119.787048, 30.501118 ] ], [ [ 119.787048, 30.501118 ], [ 119.7871857, 30.5009284 ] ], [ [ 119.7871857, 30.5009284 ], [ 119.7872629, 30.5007437 ] ], [ [ 119.7872629, 30.5007437 ], [ 119.7873056, 30.5004959 ] ], [ [ 119.7873056, 30.5004959 ], [ 119.787332, 30.5003733 ] ], [ [ 119.787332, 30.5003733 ], [ 119.787394, 30.5003015 ] ], [ [ 119.787394, 30.5003015 ], [ 119.7874407, 30.5002656 ] ], [ [ 119.7874407, 30.5002656 ], [ 119.7874813, 30.5002297 ] ], [ [ 119.7874813, 30.5002297 ], [ 119.7875067, 30.5001869 ] ], [ [ 119.7875067, 30.5001869 ], [ 119.7875027, 30.5001273 ] ], [ [ 119.7875027, 30.5001273 ], [ 119.7874681, 30.5000652 ] ], [ [ 119.7874681, 30.5000652 ], [ 119.7874255, 30.5000109 ] ], [ [ 119.7874255, 30.5000109 ], [ 119.7874143, 30.4999732 ] ], [ [ 119.7874143, 30.4999732 ], [ 119.7874275, 30.4999435 ] ], [ [ 119.7874275, 30.4999435 ], [ 119.7874488, 30.4999321 ] ], [ [ 119.7874488, 30.4999321 ], [ 119.7874803, 30.499933 ] ], [ [ 119.7874803, 30.499933 ], [ 119.7875606, 30.4999776 ] ], [ [ 119.7875606, 30.4999776 ], [ 119.7876175, 30.5000687 ] ], [ [ 119.7876175, 30.5000687 ], [ 119.787651, 30.5001352 ] ], [ [ 119.787651, 30.5001352 ], [ 119.7876581, 30.5002665 ] ], [ [ 119.7876581, 30.5002665 ], [ 119.7876348, 30.5003479 ] ], [ [ 119.7876348, 30.5003479 ], [ 119.7875789, 30.5004425 ] ], [ [ 119.7875789, 30.5004425 ], [ 119.7875748, 30.500551 ] ], [ [ 119.7875748, 30.500551 ], [ 119.7875941, 30.5006955 ] ], [ [ 119.7875941, 30.5006955 ], [ 119.7876368, 30.5009398 ] ], [ [ 119.7876368, 30.5009398 ], [ 119.7876114, 30.5010571 ] ], [ [ 119.7876114, 30.5010571 ], [ 119.7875271, 30.5012182 ] ], [ [ 119.7875271, 30.5012182 ], [ 119.7874082, 30.5014256 ] ], [ [ 119.7874082, 30.5014256 ], [ 119.787336, 30.5016077 ] ], [ [ 119.787336, 30.5016077 ], [ 119.787335, 30.5016393 ] ], [ [ 119.787335, 30.5016393 ], [ 119.7873492, 30.5016594 ] ], [ [ 119.7873492, 30.5016594 ], [ 119.7873655, 30.5016664 ] ], [ [ 119.7873655, 30.5016664 ], [ 119.7874031, 30.5016585 ] ], [ [ 119.7874031, 30.5016585 ], [ 119.7874326, 30.501627 ] ], [ [ 119.7874326, 30.501627 ], [ 119.7876998, 30.5012777 ] ], [ [ 119.7876998, 30.5012777 ], [ 119.7878004, 30.5011096 ] ], [ [ 119.7878004, 30.5011096 ], [ 119.7878166, 30.500994 ] ], [ [ 119.7878166, 30.500994 ], [ 119.787838, 30.5008566 ] ], [ [ 119.787838, 30.5008566 ], [ 119.787841, 30.5007016 ] ], [ [ 119.787841, 30.5007016 ], [ 119.7878827, 30.5005992 ] ], [ [ 119.7878827, 30.5005992 ], [ 119.7879447, 30.5005292 ] ], [ [ 119.7879447, 30.5005292 ], [ 119.7880127, 30.5004101 ] ], [ [ 119.7880127, 30.5004101 ], [ 119.7880402, 30.5003112 ] ], [ [ 119.7880402, 30.5003112 ], [ 119.7880473, 30.5002376 ] ], [ [ 119.7880473, 30.5002376 ], [ 119.7880473, 30.5001553 ] ], [ [ 119.7880473, 30.5001553 ], [ 119.7880646, 30.5001107 ] ], [ [ 119.7880646, 30.5001107 ], [ 119.7880828, 30.5000949 ] ], [ [ 119.7880828, 30.5000949 ], [ 119.7881123, 30.5000984 ] ], [ [ 119.7881123, 30.5000984 ], [ 119.7881387, 30.5001413 ] ], [ [ 119.7881387, 30.5001413 ], [ 119.7881479, 30.5002131 ] ], [ [ 119.7881479, 30.5002131 ], [ 119.7881255, 30.5003821 ] ], [ [ 119.7881255, 30.5003821 ], [ 119.7880849, 30.5005064 ] ], [ [ 119.7880849, 30.5005064 ], [ 119.7880046, 30.5006342 ] ], [ [ 119.7880046, 30.5006342 ], [ 119.7879843, 30.5007305 ] ], [ [ 119.7879843, 30.5007305 ], [ 119.7879934, 30.5009004 ] ], [ [ 119.7879934, 30.5009004 ], [ 119.7879934, 30.5010571 ] ], [ [ 119.7879934, 30.5010571 ], [ 119.7879558, 30.5012234 ] ], [ [ 119.7879558, 30.5012234 ], [ 119.7878918, 30.5013661 ] ], [ [ 119.7878918, 30.5013661 ], [ 119.7878329, 30.5015605 ] ], [ [ 119.7878329, 30.5015605 ], [ 119.7878319, 30.5016077 ] ], [ [ 119.7878319, 30.5016077 ], [ 119.787842, 30.501648 ] ], [ [ 119.787842, 30.501648 ], [ 119.7878735, 30.5016813 ] ], [ [ 119.7878735, 30.5016813 ], [ 119.7879386, 30.5017005 ] ], [ [ 119.7879386, 30.5017005 ], [ 119.7880717, 30.5017224 ] ], [ [ 119.7880717, 30.5017224 ], [ 119.7882424, 30.5017714 ] ], [ [ 119.7882424, 30.5017714 ], [ 119.7884649, 30.5018686 ] ], [ [ 119.7884649, 30.5018686 ], [ 119.7886254, 30.5019658 ] ], [ [ 119.7886254, 30.5019658 ], [ 119.7887341, 30.5021356 ] ], [ [ 119.7887341, 30.5021356 ], [ 119.7887616, 30.5022065 ] ], [ [ 119.7887616, 30.5022065 ], [ 119.788791, 30.5022249 ] ], [ [ 119.788791, 30.5022249 ], [ 119.7888134, 30.5022258 ] ], [ [ 119.7888134, 30.5022258 ], [ 119.7888266, 30.5021847 ] ], [ [ 119.7888266, 30.5021847 ], [ 119.7888266, 30.5021313 ] ], [ [ 119.7888266, 30.5021313 ], [ 119.7888337, 30.5019973 ] ], [ [ 119.7888337, 30.5019973 ], [ 119.7888083, 30.5018809 ] ], [ [ 119.7888083, 30.5018809 ], [ 119.7887585, 30.5017933 ] ], [ [ 119.7887585, 30.5017933 ], [ 119.7886844, 30.5017312 ] ], [ [ 119.7886844, 30.5017312 ], [ 119.7885838, 30.5017049 ] ], [ [ 119.7885838, 30.5017049 ], [ 119.788537, 30.5016874 ] ], [ [ 119.788537, 30.5016874 ], [ 119.788532, 30.501662 ] ], [ [ 119.788532, 30.501662 ], [ 119.7885543, 30.5016287 ] ], [ [ 119.7885543, 30.5016287 ], [ 119.788596, 30.5016095 ] ], [ [ 119.788596, 30.5016095 ], [ 119.7886518, 30.501613 ] ], [ [ 119.7886518, 30.501613 ], [ 119.7887758, 30.501655 ] ], [ [ 119.7887758, 30.501655 ], [ 119.7888703, 30.5017207 ] ], [ [ 119.7888703, 30.5017207 ], [ 119.7890126, 30.5019308 ] ], [ [ 119.7890126, 30.5019308 ], [ 119.7890664, 30.5020831 ] ], [ [ 119.7890664, 30.5020831 ], [ 119.7890969, 30.502295 ] ], [ [ 119.7890969, 30.502295 ], [ 119.7891162, 30.5025033 ] ], [ [ 119.7891162, 30.5025033 ], [ 119.7891213, 30.5025252 ] ], [ [ 119.7891213, 30.5025252 ], [ 119.7891416, 30.5025427 ] ], [ [ 119.7891416, 30.5025427 ], [ 119.7891751, 30.5025313 ] ], [ [ 119.7891751, 30.5025313 ], [ 119.7891965, 30.5025016 ] ], [ [ 119.7891965, 30.5025016 ], [ 119.7892361, 30.5023387 ] ], [ [ 119.7892361, 30.5023387 ], [ 119.7892462, 30.5021479 ] ], [ [ 119.7892462, 30.5021479 ], [ 119.7892341, 30.5020595 ] ], [ [ 119.7892341, 30.5020595 ], [ 119.7892422, 30.502042 ] ], [ [ 119.7892422, 30.502042 ], [ 119.7892656, 30.5020306 ] ], [ [ 119.7892656, 30.5020306 ], [ 119.7893052, 30.5020542 ] ], [ [ 119.7893052, 30.5020542 ], [ 119.7893306, 30.5020989 ] ], [ [ 119.7893306, 30.5020989 ], [ 119.7893661, 30.502358 ] ], [ [ 119.7893661, 30.502358 ], [ 119.7893651, 30.502506 ] ], [ [ 119.7893651, 30.502506 ], [ 119.7893865, 30.5025462 ] ], [ [ 119.7893865, 30.5025462 ], [ 119.7894159, 30.5025611 ] ], [ [ 119.7894159, 30.5025611 ], [ 119.789444, 30.502542 ] ], [ [ 119.789444, 30.502542 ], [ 119.7894901, 30.5024394 ] ], [ [ 119.7894901, 30.5024394 ], [ 119.7895125, 30.5022941 ] ], [ [ 119.7895125, 30.5022941 ], [ 119.789484, 30.5020866 ] ], [ [ 119.789484, 30.5020866 ], [ 119.7894454, 30.5019518 ] ], [ [ 119.7894454, 30.5019518 ], [ 119.7894169, 30.5018213 ] ], [ [ 119.7894169, 30.5018213 ], [ 119.7894007, 30.5017636 ] ], [ [ 119.7894007, 30.5017636 ], [ 119.789422, 30.5017356 ] ], [ [ 119.789422, 30.5017356 ], [ 119.7894495, 30.5017207 ] ], [ [ 119.7894495, 30.5017207 ], [ 119.7894789, 30.5017329 ] ], [ [ 119.7894789, 30.5017329 ], [ 119.7894921, 30.5017566 ] ], [ [ 119.7894921, 30.5017566 ], [ 119.7895165, 30.5018187 ] ], [ [ 119.7895165, 30.5018187 ], [ 119.7895775, 30.5019763 ] ], [ [ 119.7895775, 30.5019763 ], [ 119.7896486, 30.502126 ] ], [ [ 119.7896486, 30.502126 ], [ 119.789672, 30.5021321 ] ], [ [ 119.789672, 30.5021321 ], [ 119.7896923, 30.5021286 ] ], [ [ 119.7896923, 30.5021286 ], [ 119.7897025, 30.5021129 ] ], [ [ 119.7897025, 30.5021129 ], [ 119.7897035, 30.5020726 ] ], [ [ 119.7897035, 30.5020726 ], [ 119.7897055, 30.5020052 ] ], [ [ 119.7897055, 30.5020052 ], [ 119.7896019, 30.5016629 ] ], [ [ 119.7896019, 30.5016629 ], [ 119.7894606, 30.5013197 ] ], [ [ 119.7894606, 30.5013197 ], [ 119.7894352, 30.5012567 ] ], [ [ 119.7894352, 30.5012567 ], [ 119.7894525, 30.5012287 ] ], [ [ 119.7894525, 30.5012287 ], [ 119.7894911, 30.5012287 ] ], [ [ 119.7894911, 30.5012287 ], [ 119.7895562, 30.5012812 ] ], [ [ 119.7895562, 30.5012812 ], [ 119.7896974, 30.5014458 ] ], [ [ 119.7896974, 30.5014458 ], [ 119.7897716, 30.5015465 ] ], [ [ 119.7897716, 30.5015465 ], [ 119.7898721, 30.5016681 ] ], [ [ 119.7898721, 30.5016681 ], [ 119.7898945, 30.5016743 ] ], [ [ 119.7898945, 30.5016743 ], [ 119.7899108, 30.5016603 ] ], [ [ 119.7899108, 30.5016603 ], [ 119.7899077, 30.5015543 ] ], [ [ 119.7899077, 30.5015543 ], [ 119.789862, 30.5014738 ] ], [ [ 119.789862, 30.5014738 ], [ 119.7898041, 30.5013854 ] ], [ [ 119.7898041, 30.5013854 ], [ 119.789749, 30.501272 ] ], [ [ 119.789749, 30.501272 ], [ 119.7897695, 30.5012549 ] ], [ [ 119.7897695, 30.5012549 ], [ 119.7898112, 30.5012532 ] ], [ [ 119.7898112, 30.5012532 ], [ 119.7900168, 30.501462 ] ], [ [ 119.7900168, 30.501462 ], [ 119.7902606, 30.5018472 ] ], [ [ 119.7902606, 30.5018472 ], [ 119.7903281, 30.5019517 ] ], [ [ 119.7903281, 30.5019517 ], [ 119.7904013, 30.5019202 ] ], [ [ 119.7904013, 30.5019202 ], [ 119.7904825, 30.5018782 ] ], [ [ 119.7904825, 30.5018782 ], [ 119.7905679, 30.5016506 ] ], [ [ 119.7905679, 30.5016506 ], [ 119.7906417, 30.5010455 ] ], [ [ 119.7906417, 30.5010455 ], [ 119.7906311, 30.5004065 ] ], [ [ 119.7906311, 30.5004065 ], [ 119.7907022, 30.5002405 ] ], [ [ 119.7907022, 30.5002405 ], [ 119.7908066, 30.5000559 ] ], [ [ 119.7908066, 30.5000559 ], [ 119.7908274, 30.4999682 ] ], [ [ 119.7908274, 30.4999682 ], [ 119.7907501, 30.4998153 ] ], [ [ 119.7907501, 30.4998153 ], [ 119.7908206, 30.4996823 ] ], [ [ 119.7908206, 30.4996823 ], [ 119.7909334, 30.4994964 ] ], [ [ 119.7909334, 30.4994964 ], [ 119.7909618, 30.4994087 ] ], [ [ 119.7909618, 30.4994087 ], [ 119.7909695, 30.4992993 ] ], [ [ 119.7909695, 30.4992993 ], [ 119.7909399, 30.4991181 ] ], [ [ 119.7909399, 30.4991181 ], [ 119.7909764, 30.4989104 ] ], [ [ 119.7909764, 30.4989104 ], [ 119.7909781, 30.4987317 ] ], [ [ 119.7909781, 30.4987317 ], [ 119.7909696, 30.4986514 ] ], [ [ 119.7909696, 30.4986514 ], [ 119.7909305, 30.4985756 ] ], [ [ 119.7909305, 30.4985756 ], [ 119.7908648, 30.4984642 ] ], [ [ 119.7908648, 30.4984642 ], [ 119.7908326, 30.4983507 ] ], [ [ 119.7908326, 30.4983507 ], [ 119.7908038, 30.498333 ] ], [ [ 119.7908038, 30.498333 ], [ 119.7907631, 30.4983387 ] ], [ [ 119.7907631, 30.4983387 ], [ 119.790733, 30.4983764 ] ], [ [ 119.790733, 30.4983764 ], [ 119.7907299, 30.4984191 ] ], [ [ 119.7907299, 30.4984191 ], [ 119.7907502, 30.49849 ] ], [ [ 119.7907502, 30.49849 ], [ 119.7907586, 30.4985914 ] ], [ [ 119.7907586, 30.4985914 ], [ 119.7908052, 30.4986916 ] ], [ [ 119.7908052, 30.4986916 ], [ 119.7907665, 30.4987758 ] ], [ [ 119.7907665, 30.4987758 ], [ 119.7907157, 30.4989375 ] ], [ [ 119.7907157, 30.4989375 ], [ 119.7906402, 30.4991016 ] ], [ [ 119.7906402, 30.4991016 ], [ 119.7905296, 30.4993631 ] ], [ [ 119.7905296, 30.4993631 ], [ 119.7904996, 30.499405 ] ], [ [ 119.7904996, 30.499405 ], [ 119.7904554, 30.4994114 ] ], [ [ 119.7904554, 30.4994114 ], [ 119.7904196, 30.4994011 ] ], [ [ 119.7904196, 30.4994011 ], [ 119.7904003, 30.4993561 ] ], [ [ 119.7904003, 30.4993561 ], [ 119.7904177, 30.4992884 ] ], [ [ 119.7904177, 30.4992884 ], [ 119.7904847, 30.4990412 ] ], [ [ 119.7904847, 30.4990412 ], [ 119.7905066, 30.4988356 ] ], [ [ 119.7905066, 30.4988356 ], [ 119.7905005, 30.4986931 ] ], [ [ 119.7905005, 30.4986931 ], [ 119.7904506, 30.4985463 ] ], [ [ 119.7904506, 30.4985463 ], [ 119.7903892, 30.4984203 ] ], [ [ 119.7903892, 30.4984203 ], [ 119.7903441, 30.4982955 ] ], [ [ 119.7903441, 30.4982955 ], [ 119.7902966, 30.4979819 ] ], [ [ 119.7902966, 30.4979819 ], [ 119.7902879, 30.4979111 ] ], [ [ 119.7902879, 30.4979111 ], [ 119.7902627, 30.4978819 ] ], [ [ 119.7902627, 30.4978819 ], [ 119.7902255, 30.4978743 ] ], [ [ 119.7902255, 30.4978743 ], [ 119.7901696, 30.4978904 ] ], [ [ 119.7901696, 30.4978904 ], [ 119.7901499, 30.4979451 ] ], [ [ 119.7901499, 30.4979451 ], [ 119.7901726, 30.498216 ] ], [ [ 119.7901726, 30.498216 ], [ 119.7901471, 30.498259 ] ], [ [ 119.7901471, 30.498259 ], [ 119.7901048, 30.4982753 ] ], [ [ 119.7901048, 30.4982753 ], [ 119.790059, 30.4982406 ] ], [ [ 119.790059, 30.4982406 ], [ 119.7900266, 30.4981654 ] ], [ [ 119.7900266, 30.4981654 ], [ 119.7899143, 30.4977512 ] ], [ [ 119.7899143, 30.4977512 ], [ 119.7898932, 30.4976572 ] ], [ [ 119.7898932, 30.4976572 ], [ 119.7898789, 30.4975795 ] ], [ [ 119.7898789, 30.4975795 ], [ 119.7898526, 30.4975068 ] ], [ [ 119.7898526, 30.4975068 ], [ 119.7898007, 30.4974925 ] ], [ [ 119.7898007, 30.4974925 ], [ 119.7897632, 30.4975051 ] ], [ [ 119.7897632, 30.4975051 ], [ 119.7897293, 30.4975444 ] ], [ [ 119.7897293, 30.4975444 ], [ 119.7896997, 30.4976207 ] ], [ [ 119.7896997, 30.4976207 ], [ 119.7896972, 30.4977602 ] ], [ [ 119.7896972, 30.4977602 ], [ 119.7896445, 30.4978869 ] ], [ [ 119.7896445, 30.4978869 ], [ 119.7896136, 30.4979095 ] ], [ [ 119.7896136, 30.4979095 ], [ 119.7895547, 30.4979045 ] ], [ [ 119.7895547, 30.4979045 ], [ 119.7894974, 30.4978723 ] ], [ [ 119.7894974, 30.4978723 ], [ 119.7894324, 30.4978055 ] ], [ [ 119.7894324, 30.4978055 ], [ 119.7893333, 30.4976575 ] ], [ [ 119.7893333, 30.4976575 ], [ 119.7892636, 30.4972745 ] ], [ [ 119.7892636, 30.4972745 ], [ 119.7891506, 30.4966475 ] ], [ [ 119.7891506, 30.4966475 ], [ 119.7891227, 30.496414 ] ], [ [ 119.7891227, 30.496414 ], [ 119.7891289, 30.4959497 ] ], [ [ 119.7891289, 30.4959497 ], [ 119.7890902, 30.4957055 ] ], [ [ 119.7890902, 30.4957055 ], [ 119.7890314, 30.4956148 ] ], [ [ 119.7890314, 30.4956148 ], [ 119.7889856, 30.495586 ] ], [ [ 119.7889856, 30.495586 ], [ 119.7889098, 30.4955825 ] ], [ [ 119.7889098, 30.4955825 ], [ 119.7888172, 30.4956053 ] ], [ [ 119.7888172, 30.4956053 ], [ 119.7886314, 30.4957009 ] ], [ [ 119.7886314, 30.4957009 ], [ 119.7885676, 30.4957191 ] ], [ [ 119.7885676, 30.4957191 ], [ 119.7885149, 30.4957266 ] ], [ [ 119.7885149, 30.4957266 ], [ 119.7884211, 30.4956959 ] ], [ [ 119.7884211, 30.4956959 ], [ 119.788356, 30.4956679 ] ], [ [ 119.788356, 30.4956679 ], [ 119.7881045, 30.4954956 ] ], [ [ 119.7881045, 30.4954956 ], [ 119.787201, 30.494841 ] ], [ [ 119.787201, 30.494841 ], [ 119.786949, 30.49452 ] ], [ [ 119.786949, 30.49452 ], [ 119.786751, 30.494394 ] ], [ [ 119.786751, 30.494394 ], [ 119.786446, 30.494303 ] ], [ [ 119.786446, 30.494303 ], [ 119.785042, 30.493532 ] ], [ [ 119.785042, 30.493532 ], [ 119.784836, 30.493229 ] ], [ [ 119.784836, 30.493229 ], [ 119.784714, 30.492861 ] ], [ [ 119.784714, 30.492861 ], [ 119.784119, 30.491936 ] ], [ [ 119.784119, 30.491936 ], [ 119.783928, 30.490952 ] ], [ [ 119.783928, 30.490952 ], [ 119.783669, 30.490324 ] ], [ [ 119.783669, 30.490324 ], [ 119.783043, 30.48822 ] ], [ [ 119.783043, 30.48822 ], [ 119.783073, 30.487579 ] ], [ [ 119.783073, 30.487579 ], [ 119.782936, 30.486814 ] ], [ [ 119.782936, 30.486814 ], [ 119.782661, 30.484285 ] ], [ [ 119.782661, 30.484285 ], [ 119.7826336, 30.4838017 ] ], [ [ 119.7826336, 30.4838017 ], [ 119.782585, 30.482946 ] ], [ [ 119.782585, 30.482946 ], [ 119.782433, 30.482573 ] ], [ [ 119.782433, 30.482573 ], [ 119.780945, 30.480387 ] ], [ [ 119.780945, 30.480387 ], [ 119.780914, 30.480272 ] ], [ [ 119.780914, 30.480272 ], [ 119.780788, 30.4801233 ] ], [ [ 119.8166142, 30.4910015 ], [ 119.8163732, 30.4914279 ] ], [ [ 119.8163732, 30.4914279 ], [ 119.8162403, 30.4915098 ] ], [ [ 119.8162403, 30.4915098 ], [ 119.8160621, 30.4914475 ] ], [ [ 119.8166142, 30.4910015 ], [ 119.8166671, 30.491256 ] ], [ [ 119.8166671, 30.491256 ], [ 119.8166933, 30.4913819 ] ], [ [ 119.8166933, 30.4913819 ], [ 119.8167348, 30.4915814 ] ], [ [ 119.8167348, 30.4915814 ], [ 119.8167273, 30.4918014 ] ], [ [ 119.8167273, 30.4918014 ], [ 119.8167798, 30.4924935 ] ], [ [ 119.8167798, 30.4924935 ], [ 119.8167423, 30.4929916 ] ], [ [ 119.8167423, 30.4929916 ], [ 119.8167573, 30.4931274 ] ], [ [ 119.8167573, 30.4931274 ], [ 119.8167133, 30.4941879 ] ], [ [ 119.8167133, 30.4941879 ], [ 119.8166026, 30.4947057 ] ], [ [ 119.8166026, 30.4947057 ], [ 119.8166738, 30.4949441 ] ], [ [ 119.8166738, 30.4949441 ], [ 119.8171481, 30.4955981 ] ], [ [ 119.8171481, 30.4955981 ], [ 119.8174644, 30.4959456 ] ], [ [ 119.8174644, 30.4959456 ], [ 119.8174802, 30.4962453 ] ], [ [ 119.8174802, 30.4962453 ], [ 119.8174011, 30.4964157 ] ], [ [ 119.8174011, 30.4964157 ], [ 119.8172272, 30.4965383 ] ], [ [ 119.8172272, 30.4965383 ], [ 119.81665, 30.496913 ] ], [ [ 119.81665, 30.496913 ], [ 119.8163098, 30.4974808 ] ], [ [ 119.8163098, 30.4974808 ], [ 119.8162669, 30.4976287 ] ], [ [ 119.8162669, 30.4976287 ], [ 119.8162911, 30.4977331 ] ], [ [ 119.8162911, 30.4977331 ], [ 119.816342, 30.4979523 ] ], [ [ 119.816342, 30.4979523 ], [ 119.81635, 30.4981163 ] ], [ [ 119.81635, 30.4981163 ], [ 119.8163339, 30.4982712 ] ], [ [ 119.8163339, 30.4982712 ], [ 119.8163152, 30.4984307 ] ], [ [ 119.8163152, 30.4984307 ], [ 119.8162562, 30.4985994 ] ], [ [ 119.8162562, 30.4985994 ], [ 119.8162347, 30.4986756 ] ], [ [ 119.8162347, 30.4986756 ], [ 119.8163339, 30.4989368 ] ], [ [ 119.8163339, 30.4989368 ], [ 119.816283, 30.4991194 ] ], [ [ 119.816283, 30.4991194 ], [ 119.8163098, 30.4993782 ] ], [ [ 119.8163098, 30.4993782 ], [ 119.8163018, 30.4996763 ] ], [ [ 119.8163018, 30.4996763 ], [ 119.8162749, 30.4998705 ] ], [ [ 119.8162749, 30.4998705 ], [ 119.816401, 30.500164 ] ], [ [ 119.816401, 30.500164 ], [ 119.8162562, 30.5005915 ] ], [ [ 119.8162562, 30.5005915 ], [ 119.8161247, 30.5008827 ] ], [ [ 119.8161247, 30.5008827 ], [ 119.8158351, 30.5010584 ] ], [ [ 119.745531, 30.4598318 ], [ 119.7451552, 30.4600561 ] ], [ [ 119.7451552, 30.4600561 ], [ 119.7451932, 30.4605474 ] ], [ [ 119.7451932, 30.4605474 ], [ 119.7447658, 30.4612679 ] ], [ [ 119.7447658, 30.4612679 ], [ 119.7432072, 30.4616178 ] ], [ [ 119.7432072, 30.4616178 ], [ 119.7431891, 30.4622995 ] ], [ [ 119.7431891, 30.4622995 ], [ 119.7431257, 30.4624276 ] ], [ [ 119.7431257, 30.4624276 ], [ 119.7426667, 30.4633556 ] ], [ [ 119.7426667, 30.4633556 ], [ 119.7424197, 30.4651568 ] ], [ [ 119.7424197, 30.4651568 ], [ 119.7423839, 30.4652876 ] ], [ [ 119.7423839, 30.4652876 ], [ 119.7422426, 30.4658042 ] ], [ [ 119.7422426, 30.4658042 ], [ 119.7421443, 30.4661637 ] ], [ [ 119.7421443, 30.4661637 ], [ 119.7420208, 30.4667368 ] ], [ [ 119.7420208, 30.4667368 ], [ 119.7414509, 30.4680385 ] ], [ [ 119.7414509, 30.4680385 ], [ 119.7405295, 30.4695039 ] ], [ [ 119.7405295, 30.4695039 ], [ 119.7403933, 30.4698251 ] ], [ [ 119.7403933, 30.4698251 ], [ 119.7402066, 30.4702653 ] ], [ [ 119.7402066, 30.4702653 ], [ 119.7409771, 30.4704346 ] ], [ [ 119.7222464, 30.4573893 ], [ 119.7222737, 30.4575678 ] ], [ [ 119.7222737, 30.4575678 ], [ 119.7222822, 30.4577708 ] ], [ [ 119.7222822, 30.4577708 ], [ 119.72229, 30.457956 ] ], [ [ 119.72229, 30.457956 ], [ 119.7223122, 30.4584855 ] ], [ [ 119.7223122, 30.4584855 ], [ 119.7225514, 30.4591704 ] ], [ [ 119.7225514, 30.4591704 ], [ 119.7229833, 30.4599749 ] ], [ [ 119.7229833, 30.4599749 ], [ 119.7230373, 30.4604869 ] ], [ [ 119.7230373, 30.4604869 ], [ 119.7228985, 30.4606864 ] ], [ [ 119.7228985, 30.4606864 ], [ 119.7226825, 30.4608061 ] ], [ [ 119.7226825, 30.4608061 ], [ 119.7221579, 30.460979 ] ], [ [ 119.7221579, 30.460979 ], [ 119.7218465, 30.4611249 ] ], [ [ 119.7218465, 30.4611249 ], [ 119.7215972, 30.4612418 ] ], [ [ 119.7215972, 30.4612418 ], [ 119.7212785, 30.4613912 ] ], [ [ 119.7212785, 30.4613912 ], [ 119.7211783, 30.4615508 ] ], [ [ 119.7211783, 30.4615508 ], [ 119.7211706, 30.4618567 ] ], [ [ 119.7211706, 30.4618567 ], [ 119.7212154, 30.4620688 ] ], [ [ 119.7212154, 30.4620688 ], [ 119.7211489, 30.4623226 ] ], [ [ 119.7211489, 30.4623226 ], [ 119.7208259, 30.4625683 ] ], [ [ 119.7208259, 30.4625683 ], [ 119.7205695, 30.4627811 ] ], [ [ 119.7205695, 30.4627811 ], [ 119.720522, 30.4630267 ] ], [ [ 119.720522, 30.4630267 ], [ 119.720332, 30.4638291 ] ], [ [ 119.720332, 30.4638291 ], [ 119.7201041, 30.4640092 ] ], [ [ 119.7201041, 30.4640092 ], [ 119.7194107, 30.4641484 ] ], [ [ 119.7194107, 30.4641484 ], [ 119.7192682, 30.464222 ] ], [ [ 119.7192682, 30.464222 ], [ 119.7191352, 30.464787 ] ], [ [ 119.7191352, 30.464787 ], [ 119.7189358, 30.4651226 ] ], [ [ 119.7189358, 30.4651226 ], [ 119.7186603, 30.4656875 ] ], [ [ 119.7186603, 30.4656875 ], [ 119.7177865, 30.4666372 ] ], [ [ 119.7177865, 30.4666372 ], [ 119.7173685, 30.4672266 ] ], [ [ 119.7173685, 30.4672266 ], [ 119.7170646, 30.4673413 ] ], [ [ 119.7170646, 30.4673413 ], [ 119.7165422, 30.4673986 ] ], [ [ 119.7165422, 30.4673986 ], [ 119.7160673, 30.4674968 ] ], [ [ 119.7160673, 30.4674968 ], [ 119.7158583, 30.4678407 ] ], [ [ 119.7158583, 30.4678407 ], [ 119.7159438, 30.4681108 ] ], [ [ 119.7159438, 30.4681108 ], [ 119.7165612, 30.4693797 ] ], [ [ 119.7165612, 30.4693797 ], [ 119.7166847, 30.469961 ] ], [ [ 119.7166847, 30.469961 ], [ 119.7160103, 30.4713363 ] ], [ [ 119.7160103, 30.4713363 ], [ 119.7160673, 30.471672 ] ], [ [ 119.7160673, 30.471672 ], [ 119.7160103, 30.4722696 ] ], [ [ 119.7160103, 30.4722696 ], [ 119.7160483, 30.4725643 ] ], [ [ 119.7160483, 30.4725643 ], [ 119.7162002, 30.4726953 ] ], [ [ 119.7162002, 30.4726953 ], [ 119.7166467, 30.4733993 ] ], [ [ 119.7166467, 30.4733993 ], [ 119.7168746, 30.4752739 ] ], [ [ 119.7168746, 30.4752739 ], [ 119.7182139, 30.4748564 ] ], [ [ 119.7182139, 30.4748564 ], [ 119.7183659, 30.4744144 ] ], [ [ 119.7183659, 30.4744144 ], [ 119.7184703, 30.4739805 ] ], [ [ 119.7184703, 30.4739805 ], [ 119.7180429, 30.473563 ] ], [ [ 119.7180429, 30.473563 ], [ 119.7179859, 30.4733174 ] ], [ [ 119.7179859, 30.4733174 ], [ 119.7186413, 30.4728836 ] ], [ [ 119.7186413, 30.4728836 ], [ 119.7185178, 30.4724824 ] ], [ [ 119.7185178, 30.4724824 ], [ 119.7189833, 30.4722532 ] ], [ [ 119.7189833, 30.4722532 ], [ 119.7205315, 30.4720731 ] ], [ [ 119.7205315, 30.4720731 ], [ 119.7209874, 30.4720485 ] ], [ [ 119.7209874, 30.4720485 ], [ 119.7212534, 30.4717866 ] ], [ [ 119.7212534, 30.4717866 ], [ 119.7217283, 30.470706 ] ], [ [ 119.7217283, 30.470706 ], [ 119.7224216, 30.470223 ] ], [ [ 119.7224216, 30.470223 ], [ 119.7224786, 30.4697809 ] ], [ [ 119.7224786, 30.4697809 ], [ 119.7228206, 30.4693552 ] ], [ [ 119.7228206, 30.4693552 ], [ 119.723172, 30.469347 ] ], [ [ 119.723172, 30.469347 ], [ 119.723305, 30.4688231 ] ], [ [ 119.723305, 30.4688231 ], [ 119.7240174, 30.4684055 ] ], [ [ 119.7240174, 30.4684055 ], [ 119.7243403, 30.4684547 ] ], [ [ 119.7243403, 30.4684547 ], [ 119.7246822, 30.4681026 ] ], [ [ 119.7246822, 30.4681026 ], [ 119.7257461, 30.4674231 ] ], [ [ 119.7257461, 30.4674231 ], [ 119.7261735, 30.4673904 ] ], [ [ 119.7261735, 30.4673904 ], [ 119.7263445, 30.4676032 ] ], [ [ 119.7263445, 30.4676032 ], [ 119.7265439, 30.4683892 ] ], [ [ 119.7265439, 30.4683892 ], [ 119.7271423, 30.4688476 ] ], [ [ 119.7271423, 30.4688476 ], [ 119.7271233, 30.4690687 ] ], [ [ 119.7271233, 30.4690687 ], [ 119.7276742, 30.4693388 ] ], [ [ 119.7276742, 30.4693388 ], [ 119.7278357, 30.4693061 ] ], [ [ 119.7278357, 30.4693061 ], [ 119.7281586, 30.469126 ] ], [ [ 119.7281586, 30.469126 ], [ 119.7284341, 30.468643 ] ], [ [ 119.7284341, 30.468643 ], [ 119.7287475, 30.468602 ] ], [ [ 119.7287475, 30.468602 ], [ 119.728871, 30.468512 ] ], [ [ 119.728871, 30.468512 ], [ 119.7285196, 30.46834 ] ], [ [ 119.7285196, 30.46834 ], [ 119.7280636, 30.4682664 ] ], [ [ 119.7280636, 30.4682664 ], [ 119.7290325, 30.4679143 ] ], [ [ 119.7290325, 30.4679143 ], [ 119.7295264, 30.4674231 ] ], [ [ 119.7295264, 30.4674231 ], [ 119.7296404, 30.4676605 ] ], [ [ 119.7296404, 30.4676605 ], [ 119.7314356, 30.4677097 ] ], [ [ 119.7314356, 30.4677097 ], [ 119.731806, 30.4678488 ] ], [ [ 119.731806, 30.4678488 ], [ 119.7325374, 30.4678898 ] ], [ [ 119.7325374, 30.4678898 ], [ 119.7328413, 30.4682009 ] ], [ [ 119.7328413, 30.4682009 ], [ 119.734513, 30.4690605 ] ], [ [ 119.734513, 30.4690605 ], [ 119.7352349, 30.4692488 ] ], [ [ 119.7352349, 30.4692488 ], [ 119.7355008, 30.4694616 ] ], [ [ 119.7355008, 30.4694616 ], [ 119.7354723, 30.46983 ] ], [ [ 119.7354723, 30.46983 ], [ 119.7363177, 30.4706241 ] ], [ [ 119.7363177, 30.4706241 ], [ 119.7368686, 30.4711726 ] ], [ [ 119.7368686, 30.4711726 ], [ 119.737505, 30.4718521 ] ], [ [ 119.737505, 30.4718521 ], [ 119.7379989, 30.4720895 ] ], [ [ 119.7379989, 30.4720895 ], [ 119.7386923, 30.472245 ] ], [ [ 119.7386923, 30.472245 ], [ 119.7390342, 30.4722286 ] ], [ [ 119.7390342, 30.4722286 ], [ 119.7409771, 30.4704346 ] ], [ [ 119.7409771, 30.4704346 ], [ 119.7411754, 30.4704781 ] ], [ [ 119.7411754, 30.4704781 ], [ 119.7413126, 30.4705944 ] ], [ [ 119.7413126, 30.4705944 ], [ 119.7417453, 30.4709611 ] ], [ [ 119.7417453, 30.4709611 ], [ 119.7430466, 30.4714523 ] ], [ [ 119.7430466, 30.4714523 ], [ 119.7432936, 30.4714523 ] ], [ [ 119.7432936, 30.4714523 ], [ 119.7436735, 30.4712558 ] ], [ [ 119.7436735, 30.4712558 ], [ 119.7439881, 30.4706252 ] ], [ [ 119.7439881, 30.4706252 ], [ 119.7440819, 30.4704372 ] ], [ [ 119.7440819, 30.4704372 ], [ 119.7446233, 30.4692583 ] ], [ [ 119.7446233, 30.4692583 ], [ 119.7451647, 30.4685215 ] ], [ [ 119.7451647, 30.4685215 ], [ 119.7454725, 30.4683583 ] ], [ [ 119.7454725, 30.4683583 ], [ 119.7455884, 30.4682969 ] ], [ [ 119.7455884, 30.4682969 ], [ 119.7457389, 30.4682171 ] ], [ [ 119.7457389, 30.4682171 ], [ 119.7457592, 30.4680849 ] ], [ [ 119.7457592, 30.4680849 ], [ 119.745818, 30.4678121 ] ], [ [ 119.745818, 30.4678121 ], [ 119.7458328, 30.4673808 ] ], [ [ 119.7458328, 30.4673808 ], [ 119.7458475, 30.4671905 ] ], [ [ 119.7458475, 30.4671905 ], [ 119.7460315, 30.4669938 ] ], [ [ 119.7460315, 30.4669938 ], [ 119.7462743, 30.4666132 ] ], [ [ 119.7462743, 30.4666132 ], [ 119.7465319, 30.4664039 ] ], [ [ 119.7465319, 30.4664039 ], [ 119.7467815, 30.4663068 ] ], [ [ 119.7272277, 30.5217649 ], [ 119.7271498, 30.5217051 ] ], [ [ 119.7580799, 30.4977794 ], [ 119.7585858, 30.49793 ] ], [ [ 119.7585858, 30.49793 ], [ 119.7589008, 30.497965 ] ], [ [ 119.7589008, 30.497965 ], [ 119.7589858, 30.4977736 ] ], [ [ 119.7589858, 30.4977736 ], [ 119.7595717, 30.4967473 ] ], [ [ 119.7595717, 30.4967473 ], [ 119.7604484, 30.4968512 ] ], [ [ 119.7604484, 30.4968512 ], [ 119.7608479, 30.4965459 ] ], [ [ 119.7608479, 30.4965459 ], [ 119.7621974, 30.4960262 ] ], [ [ 119.7621974, 30.4960262 ], [ 119.7628457, 30.495604 ] ], [ [ 119.7628457, 30.495604 ], [ 119.7635694, 30.4953831 ] ], [ [ 119.7635694, 30.4953831 ], [ 119.7636612, 30.4953392 ] ], [ [ 119.7636612, 30.4953392 ], [ 119.7647229, 30.494831 ] ], [ [ 119.7647229, 30.494831 ], [ 119.7653335, 30.4944607 ] ], [ [ 119.7653335, 30.4944607 ], [ 119.7662533, 30.4938111 ] ], [ [ 119.7662533, 30.4938111 ], [ 119.7667696, 30.4934018 ] ], [ [ 119.7667696, 30.4934018 ], [ 119.7669154, 30.4932621 ] ], [ [ 119.7669154, 30.4932621 ], [ 119.7671655, 30.4930056 ] ], [ [ 119.7671655, 30.4930056 ], [ 119.7675876, 30.4921676 ] ], [ [ 119.7675876, 30.4921676 ], [ 119.7676555, 30.4917778 ] ], [ [ 119.762507, 30.4905559 ], [ 119.7623793, 30.4904673 ] ], [ [ 119.7623793, 30.4904673 ], [ 119.7620163, 30.4903909 ] ], [ [ 119.7620163, 30.4903909 ], [ 119.7618938, 30.4903778 ] ], [ [ 119.7618938, 30.4903778 ], [ 119.7617723, 30.4903648 ] ], [ [ 119.7617723, 30.4903648 ], [ 119.7607878, 30.4902847 ] ], [ [ 119.7607878, 30.4902847 ], [ 119.7594905, 30.4901339 ] ], [ [ 119.7594905, 30.4901339 ], [ 119.7576419, 30.4899689 ] ], [ [ 119.7576419, 30.4899689 ], [ 119.7557279, 30.4897898 ] ], [ [ 119.7557279, 30.4897898 ], [ 119.7532975, 30.48954 ] ], [ [ 119.7532975, 30.48954 ], [ 119.7530952, 30.4895589 ] ], [ [ 119.7530952, 30.4895589 ], [ 119.7527834, 30.4897568 ] ], [ [ 119.7527834, 30.4897568 ], [ 119.7521818, 30.491166 ] ], [ [ 119.7521818, 30.491166 ], [ 119.7510892, 30.4937852 ] ], [ [ 119.7510892, 30.4937852 ], [ 119.749796, 30.495578 ] ], [ [ 119.749796, 30.495578 ], [ 119.7491552, 30.4969422 ] ], [ [ 119.7491552, 30.4969422 ], [ 119.748831, 30.4974618 ] ], [ [ 119.748831, 30.4974618 ], [ 119.7478812, 30.4983323 ] ], [ [ 119.7478812, 30.4983323 ], [ 119.7464262, 30.4998198 ] ], [ [ 119.7464262, 30.4998198 ], [ 119.7463583, 30.5001186 ] ], [ [ 119.7463583, 30.5001186 ], [ 119.746374, 30.5001783 ] ], [ [ 119.746374, 30.5001783 ], [ 119.7465091, 30.5006902 ] ], [ [ 119.7465091, 30.5006902 ], [ 119.7468709, 30.5025415 ] ], [ [ 119.7468709, 30.5025415 ], [ 119.7468091, 30.5029854 ] ], [ [ 119.7468091, 30.5029854 ], [ 119.7468216, 30.5030654 ] ], [ [ 119.7237805, 30.5258078 ], [ 119.7238541, 30.5256248 ] ], [ [ 119.7237805, 30.5258078 ], [ 119.7236903, 30.526032 ] ], [ [ 119.7236903, 30.526032 ], [ 119.7233307, 30.5265225 ] ], [ [ 119.7233307, 30.5265225 ], [ 119.7231809, 30.5267239 ] ], [ [ 119.7231809, 30.5267239 ], [ 119.7229771, 30.526951 ] ], [ [ 119.7229771, 30.526951 ], [ 119.7227433, 30.527173 ] ], [ [ 119.7227433, 30.527173 ], [ 119.7225575, 30.5273176 ] ], [ [ 119.7225575, 30.5273176 ], [ 119.7204598, 30.5286806 ] ], [ [ 119.7204598, 30.5286806 ], [ 119.72022, 30.5288045 ] ], [ [ 119.72022, 30.5288045 ], [ 119.7199144, 30.5289335 ] ], [ [ 119.7243159, 30.5269517 ], [ 119.7240721, 30.5270301 ] ], [ [ 119.7240721, 30.5270301 ], [ 119.7235409, 30.527262 ] ], [ [ 119.7235409, 30.527262 ], [ 119.7234208, 30.527331 ] ], [ [ 119.7234208, 30.527331 ], [ 119.7233007, 30.5274375 ] ], [ [ 119.7233007, 30.5274375 ], [ 119.7231989, 30.5275629 ] ], [ [ 119.7231989, 30.5275629 ], [ 119.7231043, 30.5276507 ] ], [ [ 119.7231043, 30.5276507 ], [ 119.7229733, 30.5277416 ] ], [ [ 119.7229733, 30.5277416 ], [ 119.7227076, 30.5278795 ] ], [ [ 119.7227076, 30.5278795 ], [ 119.7223037, 30.5280487 ] ], [ [ 119.7223037, 30.5280487 ], [ 119.7221946, 30.5281083 ] ], [ [ 119.7221946, 30.5281083 ], [ 119.7220927, 30.528196 ] ], [ [ 119.7220927, 30.528196 ], [ 119.7219035, 30.5283245 ] ], [ [ 119.7219035, 30.5283245 ], [ 119.7216051, 30.528475 ] ], [ [ 119.7216051, 30.528475 ], [ 119.7211867, 30.5286662 ] ], [ [ 119.7211867, 30.5286662 ], [ 119.7208992, 30.528779 ] ], [ [ 119.7208992, 30.528779 ], [ 119.7207173, 30.5288229 ] ], [ [ 119.7207173, 30.5288229 ], [ 119.7199144, 30.5289335 ] ], [ [ 119.7120464, 30.5318041 ], [ 119.7115262, 30.5318401 ] ], [ [ 119.7115262, 30.5318401 ], [ 119.7111817, 30.5317678 ] ], [ [ 119.7111817, 30.5317678 ], [ 119.7110558, 30.5317472 ] ], [ [ 119.7110558, 30.5317472 ], [ 119.710912, 30.5317059 ] ], [ [ 119.710912, 30.5317059 ], [ 119.7107741, 30.5316284 ] ], [ [ 119.7107741, 30.5316284 ], [ 119.7106602, 30.5315252 ] ], [ [ 119.7106602, 30.5315252 ], [ 119.7105284, 30.5313445 ] ], [ [ 119.7105284, 30.5313445 ], [ 119.7103845, 30.5310296 ] ], [ [ 119.7103845, 30.5310296 ], [ 119.7101208, 30.5304152 ] ], [ [ 119.7101208, 30.5304152 ], [ 119.709923, 30.5299196 ] ], [ [ 119.709923, 30.5299196 ], [ 119.7097792, 30.5292846 ] ], [ [ 119.7097792, 30.5292846 ], [ 119.7096293, 30.5283708 ] ], [ [ 119.7096293, 30.5283708 ], [ 119.7095634, 30.5280249 ] ], [ [ 119.7095634, 30.5280249 ], [ 119.7094875, 30.5278453 ] ], [ [ 119.7873111, 30.5043376 ], [ 119.7871341, 30.5042834 ] ], [ [ 119.7871341, 30.5042834 ], [ 119.7868599, 30.5041144 ] ], [ [ 119.7868599, 30.5041144 ], [ 119.786514, 30.50374 ] ], [ [ 119.786514, 30.50374 ], [ 119.786469, 30.503811 ] ], [ [ 119.786469, 30.503811 ], [ 119.78656, 30.504063 ] ], [ [ 119.78656, 30.504063 ], [ 119.786507, 30.504145 ] ], [ [ 119.786507, 30.504145 ], [ 119.786263, 30.503901 ] ], [ [ 119.786263, 30.503901 ], [ 119.786179, 30.503218 ] ], [ [ 119.786179, 30.503218 ], [ 119.786118, 30.503176 ] ], [ [ 119.786118, 30.503176 ], [ 119.785767, 30.503273 ] ], [ [ 119.785767, 30.503273 ], [ 119.785591, 30.503252 ] ], [ [ 119.785591, 30.503252 ], [ 119.785492, 30.50318 ] ], [ [ 119.785492, 30.50318 ], [ 119.785484, 30.503061 ] ], [ [ 119.785484, 30.503061 ], [ 119.785301, 30.50279 ] ], [ [ 119.785301, 30.50279 ], [ 119.785126, 30.502716 ] ], [ [ 119.785126, 30.502716 ], [ 119.785049, 30.502857 ] ], [ [ 119.7548685, 30.5344017 ], [ 119.7547105, 30.5343668 ] ], [ [ 119.7547105, 30.5343668 ], [ 119.7540785, 30.5344005 ] ], [ [ 119.7540785, 30.5344005 ], [ 119.7537417, 30.5345503 ] ], [ [ 119.7537417, 30.5345503 ], [ 119.753291, 30.5346712 ] ], [ [ 119.753291, 30.5346712 ], [ 119.7530303, 30.5347281 ] ], [ [ 119.7530303, 30.5347281 ], [ 119.7526592, 30.5349028 ] ], [ [ 119.7526592, 30.5349028 ], [ 119.7524512, 30.5350587 ] ], [ [ 119.7524512, 30.5350587 ], [ 119.7517759, 30.5354657 ] ], [ [ 119.7517759, 30.5354657 ], [ 119.7516141, 30.5355312 ] ], [ [ 119.7516141, 30.5355312 ], [ 119.7514249, 30.5355678 ] ], [ [ 119.7514249, 30.5355678 ], [ 119.751189, 30.535454 ] ], [ [ 119.751189, 30.535454 ], [ 119.7509432, 30.5353061 ] ], [ [ 119.7509432, 30.5353061 ], [ 119.7507442, 30.5352194 ] ], [ [ 119.7507442, 30.5352194 ], [ 119.7504963, 30.5351114 ] ], [ [ 119.7504963, 30.5351114 ], [ 119.7499027, 30.5350018 ] ], [ [ 119.7499027, 30.5350018 ], [ 119.7494441, 30.5349172 ] ], [ [ 119.7494441, 30.5349172 ], [ 119.7492296, 30.5348616 ] ], [ [ 119.7492296, 30.5348616 ], [ 119.7486674, 30.5347158 ] ], [ [ 119.7272277, 30.5217649 ], [ 119.7275324, 30.5219989 ] ], [ [ 119.7275324, 30.5219989 ], [ 119.7274707, 30.5221122 ] ], [ [ 119.7274707, 30.5221122 ], [ 119.7273566, 30.5223058 ] ], [ [ 119.7273566, 30.5223058 ], [ 119.7272342, 30.5225134 ] ], [ [ 119.7272342, 30.5225134 ], [ 119.7269985, 30.5229531 ] ], [ [ 119.7269985, 30.5229531 ], [ 119.7269722, 30.5230086 ] ], [ [ 119.7269722, 30.5230086 ], [ 119.7268376, 30.5232751 ] ], [ [ 119.7268376, 30.5232751 ], [ 119.7267369, 30.5234603 ] ], [ [ 119.7267369, 30.5234603 ], [ 119.7260586, 30.5247088 ] ], [ [ 119.7260586, 30.5247088 ], [ 119.7257459, 30.5252842 ] ], [ [ 119.7257459, 30.5252842 ], [ 119.7252276, 30.5262136 ] ], [ [ 119.7238541, 30.5256248 ], [ 119.7239589, 30.5256755 ] ], [ [ 119.7239589, 30.5256755 ], [ 119.7240686, 30.5257285 ] ], [ [ 119.7240686, 30.5257285 ], [ 119.7243197, 30.5258946 ] ], [ [ 119.7243197, 30.5258946 ], [ 119.7245889, 30.5260388 ] ], [ [ 119.7245889, 30.5260388 ], [ 119.7247563, 30.5261266 ] ], [ [ 119.7247563, 30.5261266 ], [ 119.7248873, 30.5261642 ] ], [ [ 119.7248873, 30.5261642 ], [ 119.7250001, 30.5261767 ] ], [ [ 119.7250001, 30.5261767 ], [ 119.7251602, 30.5262143 ] ], [ [ 119.7251602, 30.5262143 ], [ 119.7252276, 30.5262136 ] ], [ [ 119.7243159, 30.5269517 ], [ 119.7244936, 30.526871 ] ], [ [ 119.7244936, 30.526871 ], [ 119.7246543, 30.5267981 ] ], [ [ 119.7246543, 30.5267981 ], [ 119.7248181, 30.5267198 ] ], [ [ 119.7248181, 30.5267198 ], [ 119.7249236, 30.5266508 ] ], [ [ 119.7249236, 30.5266508 ], [ 119.7250073, 30.5265537 ] ], [ [ 119.7250073, 30.5265537 ], [ 119.7251201, 30.5264063 ] ], [ [ 119.7251201, 30.5264063 ], [ 119.7252276, 30.5262136 ] ], [ [ 119.7252276, 30.5262136 ], [ 119.7253086, 30.5261973 ] ], [ [ 119.7253086, 30.5261973 ], [ 119.7254651, 30.5262725 ] ], [ [ 119.7254651, 30.5262725 ], [ 119.7255561, 30.5263696 ] ], [ [ 119.7255561, 30.5263696 ], [ 119.7256289, 30.5265264 ] ], [ [ 119.7256289, 30.5265264 ], [ 119.7259454, 30.5269558 ] ], [ [ 119.7259454, 30.5269558 ], [ 119.7260071, 30.5271665 ] ], [ [ 119.7243159, 30.5269517 ], [ 119.7243142, 30.5271726 ] ], [ [ 119.7260071, 30.5271665 ], [ 119.7255967, 30.527202 ] ], [ [ 119.7255967, 30.527202 ], [ 119.7251028, 30.5272411 ] ], [ [ 119.7251028, 30.5272411 ], [ 119.7243142, 30.5271726 ] ], [ [ 119.7486674, 30.5347158 ], [ 119.7486245, 30.5343168 ] ], [ [ 119.7486245, 30.5343168 ], [ 119.7488227, 30.5334086 ] ], [ [ 119.7488227, 30.5334086 ], [ 119.7487056, 30.5329041 ] ], [ [ 119.7487056, 30.5329041 ], [ 119.748228, 30.5324772 ] ], [ [ 119.748228, 30.5324772 ], [ 119.7472727, 30.531864 ] ], [ [ 119.7472727, 30.531864 ], [ 119.7469033, 30.5316854 ] ], [ [ 119.7469033, 30.5316854 ], [ 119.7464744, 30.5317485 ] ], [ [ 119.7464744, 30.5317485 ], [ 119.7462398, 30.5318159 ] ], [ [ 119.7462398, 30.5318159 ], [ 119.7460024, 30.5318841 ] ], [ [ 119.7460024, 30.5318841 ], [ 119.745795, 30.5320134 ] ], [ [ 119.745795, 30.5320134 ], [ 119.7454874, 30.5323831 ] ], [ [ 119.7454874, 30.5323831 ], [ 119.7452084, 30.5330977 ] ], [ [ 119.7452084, 30.5330977 ], [ 119.7450153, 30.5333996 ] ], [ [ 119.7450153, 30.5333996 ], [ 119.7447793, 30.533529 ] ], [ [ 119.7447793, 30.533529 ], [ 119.7443859, 30.5336214 ] ], [ [ 119.7443859, 30.5336214 ], [ 119.7434632, 30.5336522 ] ], [ [ 119.7434632, 30.5336522 ], [ 119.7427909, 30.533683 ] ], [ [ 119.7427909, 30.533683 ], [ 119.7415034, 30.5338986 ] ], [ [ 119.7415034, 30.5338986 ], [ 119.7409813, 30.5341451 ] ], [ [ 119.7409813, 30.5341451 ], [ 119.7408454, 30.5341635 ] ], [ [ 119.7408454, 30.5341635 ], [ 119.7399656, 30.5339849 ] ], [ [ 119.7399656, 30.5339849 ], [ 119.7394697, 30.5336155 ] ], [ [ 119.7394697, 30.5336155 ], [ 119.739279, 30.5334735 ] ], [ [ 119.739279, 30.5334735 ], [ 119.738857, 30.5333072 ] ], [ [ 119.738857, 30.5333072 ], [ 119.7382633, 30.5333072 ] ], [ [ 119.7382633, 30.5333072 ], [ 119.7375838, 30.5332456 ] ], [ [ 119.7375838, 30.5332456 ], [ 119.7368543, 30.5330608 ] ], [ [ 119.7368543, 30.5330608 ], [ 119.7365968, 30.5329067 ] ], [ [ 119.7365968, 30.5329067 ], [ 119.7360246, 30.53234 ] ], [ [ 119.7360246, 30.53234 ], [ 119.7358893, 30.5321557 ] ], [ [ 119.7358893, 30.5321557 ], [ 119.7356312, 30.531804 ] ], [ [ 119.7356312, 30.531804 ], [ 119.7347371, 30.5312803 ] ], [ [ 119.7347371, 30.5312803 ], [ 119.7338073, 30.5308614 ] ], [ [ 119.7338073, 30.5308614 ], [ 119.7323982, 30.5302699 ] ], [ [ 119.7323982, 30.5302699 ], [ 119.7312967, 30.5298941 ] ], [ [ 119.7312967, 30.5298941 ], [ 119.7294871, 30.5293211 ] ], [ [ 119.7294871, 30.5293211 ], [ 119.7288219, 30.5289515 ] ], [ [ 119.7288219, 30.5289515 ], [ 119.728543, 30.528713 ] ], [ [ 119.728543, 30.528713 ], [ 119.7274758, 30.5278182 ] ], [ [ 119.7274758, 30.5278182 ], [ 119.7269081, 30.5272167 ] ], [ [ 119.7269081, 30.5272167 ], [ 119.7266299, 30.5271336 ] ], [ [ 119.7266299, 30.5271336 ], [ 119.7264724, 30.5271419 ] ], [ [ 119.7264724, 30.5271419 ], [ 119.7262266, 30.5271549 ] ], [ [ 119.7262266, 30.5271549 ], [ 119.7260071, 30.5271665 ] ], [ [ 119.7199144, 30.5289335 ], [ 119.7197697, 30.5289617 ] ], [ [ 119.7197697, 30.5289617 ], [ 119.7195428, 30.5290058 ] ], [ [ 119.7195428, 30.5290058 ], [ 119.7160448, 30.5295669 ] ], [ [ 119.7160448, 30.5295669 ], [ 119.7158714, 30.5295947 ] ], [ [ 119.7158714, 30.5295947 ], [ 119.7156478, 30.5296731 ] ], [ [ 119.7156478, 30.5296731 ], [ 119.7154879, 30.5297592 ] ], [ [ 119.7154879, 30.5297592 ], [ 119.7152524, 30.5298917 ] ], [ [ 119.7152524, 30.5298917 ], [ 119.7148318, 30.5301829 ] ], [ [ 119.7148318, 30.5301829 ], [ 119.713705, 30.5310296 ] ], [ [ 119.713705, 30.5310296 ], [ 119.7135432, 30.5311845 ] ], [ [ 119.7135432, 30.5311845 ], [ 119.7130936, 30.5315871 ] ], [ [ 119.7130936, 30.5315871 ], [ 119.7129798, 30.5316646 ] ], [ [ 119.7129798, 30.5316646 ], [ 119.7128179, 30.5317162 ] ], [ [ 119.7128179, 30.5317162 ], [ 119.712704, 30.5317585 ] ], [ [ 119.712704, 30.5317585 ], [ 119.7120464, 30.5318041 ] ], [ [ 119.7056823, 30.5495558 ], [ 119.7057181, 30.5494372 ] ], [ [ 119.7057181, 30.5494372 ], [ 119.7057127, 30.5493433 ] ], [ [ 119.7057127, 30.5493433 ], [ 119.7055929, 30.5490676 ] ], [ [ 119.7055929, 30.5490676 ], [ 119.7055339, 30.5488767 ] ], [ [ 119.7055339, 30.5488767 ], [ 119.7055285, 30.5487719 ] ], [ [ 119.7055285, 30.5487719 ], [ 119.70555, 30.5486903 ] ], [ [ 119.70555, 30.5486903 ], [ 119.7057252, 30.5484732 ] ], [ [ 119.7057252, 30.5484732 ], [ 119.7058862, 30.5481665 ] ], [ [ 119.7058862, 30.5481665 ], [ 119.7060686, 30.5478277 ] ], [ [ 119.7060686, 30.5478277 ], [ 119.7061687, 30.5475921 ] ], [ [ 119.7061687, 30.5475921 ], [ 119.7061902, 30.5473079 ] ], [ [ 119.7061902, 30.5473079 ], [ 119.7062116, 30.5471724 ] ], [ [ 119.7062116, 30.5471724 ], [ 119.7062653, 30.546986 ] ], [ [ 119.7062653, 30.546986 ], [ 119.7063261, 30.5468213 ] ], [ [ 119.7063261, 30.5468213 ], [ 119.7063833, 30.5466153 ] ], [ [ 119.7063833, 30.5466153 ], [ 119.7064208, 30.5464382 ] ], [ [ 119.7064208, 30.5464382 ], [ 119.706487, 30.5460241 ] ], [ [ 119.706487, 30.5460241 ], [ 119.7066078, 30.5452959 ] ], [ [ 119.7066078, 30.5452959 ], [ 119.7066372, 30.5451186 ] ], [ [ 119.7066372, 30.5451186 ], [ 119.7066783, 30.5448414 ] ], [ [ 119.7066783, 30.5448414 ], [ 119.7066926, 30.5446689 ] ], [ [ 119.7066926, 30.5446689 ], [ 119.7066873, 30.5445765 ] ], [ [ 119.7066873, 30.5445765 ], [ 119.706639, 30.5443671 ] ], [ [ 119.706639, 30.5443671 ], [ 119.7064834, 30.5439682 ] ], [ [ 119.7064834, 30.5439682 ], [ 119.7064298, 30.5438619 ] ], [ [ 119.7064298, 30.5438619 ], [ 119.7063261, 30.5436756 ] ], [ [ 119.7063261, 30.5436756 ], [ 119.7062957, 30.5435678 ] ], [ [ 119.7062957, 30.5435678 ], [ 119.7062778, 30.5434723 ] ], [ [ 119.7062778, 30.5434723 ], [ 119.7062706, 30.5433276 ] ], [ [ 119.7062706, 30.5433276 ], [ 119.7063082, 30.5430334 ] ], [ [ 119.7063082, 30.5430334 ], [ 119.7063475, 30.5427901 ] ], [ [ 119.7063475, 30.5427901 ], [ 119.7063582, 30.5426838 ] ], [ [ 119.7063582, 30.5426838 ], [ 119.7063582, 30.5425806 ] ], [ [ 119.7063582, 30.5425806 ], [ 119.7062796, 30.542077 ] ], [ [ 119.7062796, 30.542077 ], [ 119.7062796, 30.5419569 ] ], [ [ 119.7062796, 30.5419569 ], [ 119.7063121, 30.5417734 ] ], [ [ 119.7063121, 30.5417734 ], [ 119.7063404, 30.5416135 ] ], [ [ 119.7063404, 30.5416135 ], [ 119.7063851, 30.541498 ] ], [ [ 119.7063851, 30.541498 ], [ 119.7064351, 30.5414333 ] ], [ [ 119.7064351, 30.5414333 ], [ 119.7068285, 30.5410853 ] ], [ [ 119.7068285, 30.5410853 ], [ 119.7070646, 30.5409282 ] ], [ [ 119.7070646, 30.5409282 ], [ 119.7072076, 30.5408311 ] ], [ [ 119.7072076, 30.5408311 ], [ 119.7073167, 30.5407295 ] ], [ [ 119.7073167, 30.5407295 ], [ 119.7074469, 30.5405979 ] ], [ [ 119.7074469, 30.5405979 ], [ 119.7082355, 30.5396647 ] ], [ [ 119.7082355, 30.5396647 ], [ 119.7083619, 30.5394989 ] ], [ [ 119.7083619, 30.5394989 ], [ 119.7084245, 30.5393233 ] ], [ [ 119.7084245, 30.5393233 ], [ 119.7085085, 30.5387194 ] ], [ [ 119.7085085, 30.5387194 ], [ 119.7085476, 30.538345 ] ], [ [ 119.7085476, 30.538345 ], [ 119.7085538, 30.5382707 ] ], [ [ 119.7085538, 30.5382707 ], [ 119.7085631, 30.5381596 ] ], [ [ 119.7085631, 30.5381596 ], [ 119.7085711, 30.5380633 ] ], [ [ 119.7085711, 30.5380633 ], [ 119.7086158, 30.5378753 ] ], [ [ 119.7086158, 30.5378753 ], [ 119.708707, 30.5377167 ] ], [ [ 119.708707, 30.5377167 ], [ 119.7089395, 30.5374164 ] ], [ [ 119.7089395, 30.5374164 ], [ 119.7090382, 30.5372652 ] ], [ [ 119.7090382, 30.5372652 ], [ 119.7090937, 30.5370834 ] ], [ [ 119.7090937, 30.5370834 ], [ 119.7091849, 30.5366331 ] ], [ [ 119.7091849, 30.5366331 ], [ 119.7092528, 30.5363019 ] ], [ [ 119.7092528, 30.5363019 ], [ 119.7092975, 30.5362157 ] ], [ [ 119.7092975, 30.5362157 ], [ 119.7093726, 30.5360956 ] ], [ [ 119.7093726, 30.5360956 ], [ 119.7094584, 30.5359847 ] ], [ [ 119.7094584, 30.5359847 ], [ 119.7095578, 30.5358853 ] ], [ [ 119.7095578, 30.5358853 ], [ 119.7096087, 30.5358345 ] ], [ [ 119.7096087, 30.5358345 ], [ 119.7098036, 30.5356543 ] ], [ [ 119.7098036, 30.5356543 ], [ 119.7099234, 30.5355064 ] ], [ [ 119.7099234, 30.5355064 ], [ 119.7102268, 30.5350282 ] ], [ [ 119.7102268, 30.5350282 ], [ 119.7103394, 30.5349004 ] ], [ [ 119.7103394, 30.5349004 ], [ 119.7104771, 30.5347987 ] ], [ [ 119.7104771, 30.5347987 ], [ 119.7105908, 30.5347502 ] ], [ [ 119.7105908, 30.5347502 ], [ 119.710773, 30.5346724 ] ], [ [ 119.710773, 30.5346724 ], [ 119.7111292, 30.5344858 ] ], [ [ 119.7111292, 30.5344858 ], [ 119.7112075, 30.5344155 ] ], [ [ 119.7112075, 30.5344155 ], [ 119.7114689, 30.5340289 ] ], [ [ 119.7114689, 30.5340289 ], [ 119.7118476, 30.5334706 ] ], [ [ 119.7118476, 30.5334706 ], [ 119.7119764, 30.5332966 ] ], [ [ 119.7119764, 30.5332966 ], [ 119.7120801, 30.5331348 ] ], [ [ 119.7120801, 30.5331348 ], [ 119.7121534, 30.5329808 ] ], [ [ 119.7121534, 30.5329808 ], [ 119.7121892, 30.532853 ] ], [ [ 119.7121892, 30.532853 ], [ 119.7121963, 30.5327652 ] ], [ [ 119.7121963, 30.5327652 ], [ 119.7121928, 30.5326512 ] ], [ [ 119.7121928, 30.5326512 ], [ 119.7121427, 30.5323884 ] ], [ [ 119.7121427, 30.5323884 ], [ 119.7120837, 30.5321158 ] ], [ [ 119.7120837, 30.5321158 ], [ 119.7120464, 30.5318041 ] ], [ [ 119.7394503, 30.5515806 ], [ 119.7389944, 30.5515553 ] ], [ [ 119.7389944, 30.5515553 ], [ 119.7387476, 30.5515415 ] ], [ [ 119.7387476, 30.5515415 ], [ 119.7384233, 30.5515235 ] ], [ [ 119.7384233, 30.5515235 ], [ 119.7377925, 30.5512597 ] ], [ [ 119.7377925, 30.5512597 ], [ 119.737405, 30.5508328 ] ], [ [ 119.737405, 30.5508328 ], [ 119.7370986, 30.5504681 ] ], [ [ 119.7370986, 30.5504681 ], [ 119.7369786, 30.5503894 ] ], [ [ 119.7369786, 30.5503894 ], [ 119.7354765, 30.5494049 ] ], [ [ 119.7354765, 30.5494049 ], [ 119.7350619, 30.5487607 ] ], [ [ 119.7350619, 30.5487607 ], [ 119.7332686, 30.5468904 ] ], [ [ 119.7332686, 30.5468904 ], [ 119.7325927, 30.5465023 ] ], [ [ 119.7325927, 30.5465023 ], [ 119.7325477, 30.5460755 ] ], [ [ 119.7325477, 30.5460755 ], [ 119.7322683, 30.5457029 ] ], [ [ 119.7322683, 30.5457029 ], [ 119.7316285, 30.5453925 ] ], [ [ 119.7316285, 30.5453925 ], [ 119.7315231, 30.5452684 ] ], [ [ 119.7315231, 30.5452684 ], [ 119.7303759, 30.5439179 ] ], [ [ 119.7303759, 30.5439179 ], [ 119.7302407, 30.543848 ] ], [ [ 119.7302407, 30.543848 ], [ 119.7297451, 30.5432349 ] ], [ [ 119.7297451, 30.5432349 ], [ 119.7289791, 30.5418223 ] ], [ [ 119.7289791, 30.5418223 ], [ 119.728889, 30.5410074 ] ], [ [ 119.728889, 30.5410074 ], [ 119.7288079, 30.5405339 ] ], [ [ 119.7288079, 30.5405339 ], [ 119.72815, 30.5387255 ] ], [ [ 119.72815, 30.5387255 ], [ 119.7276814, 30.5368006 ] ], [ [ 119.7276814, 30.5368006 ], [ 119.7276724, 30.5365833 ] ], [ [ 119.7276724, 30.5365833 ], [ 119.7273029, 30.5357139 ] ], [ [ 119.7273029, 30.5357139 ], [ 119.7271497, 30.535419 ] ], [ [ 119.7271497, 30.535419 ], [ 119.7268523, 30.5345807 ] ], [ [ 119.7268523, 30.5345807 ], [ 119.726627, 30.5342314 ] ], [ [ 119.726627, 30.5342314 ], [ 119.7255907, 30.5333853 ] ], [ [ 119.7255907, 30.5333853 ], [ 119.7251221, 30.5331835 ] ], [ [ 119.7251221, 30.5331835 ], [ 119.7246805, 30.5327023 ] ], [ [ 119.7246805, 30.5327023 ], [ 119.7242029, 30.5323608 ] ], [ [ 119.7242029, 30.5323608 ], [ 119.7239145, 30.5319571 ] ], [ [ 119.7239145, 30.5319571 ], [ 119.7237974, 30.5313051 ] ], [ [ 119.7237974, 30.5313051 ], [ 119.7236081, 30.53108 ] ], [ [ 119.7236081, 30.53108 ], [ 119.7231936, 30.5305599 ] ], [ [ 119.7231936, 30.5305599 ], [ 119.7231666, 30.5302417 ] ], [ [ 119.7231666, 30.5302417 ], [ 119.7231485, 30.5297682 ] ], [ [ 119.7231485, 30.5297682 ], [ 119.7236892, 30.528891 ] ], [ [ 119.7236892, 30.528891 ], [ 119.7240407, 30.5286038 ] ], [ [ 119.7240407, 30.5286038 ], [ 119.724311, 30.5275947 ] ], [ [ 119.724311, 30.5275947 ], [ 119.7243142, 30.5271726 ] ], [ [ 119.7486674, 30.5347158 ], [ 119.7484782, 30.535265 ] ], [ [ 119.7484782, 30.535265 ], [ 119.7484209, 30.5354312 ] ], [ [ 119.7484209, 30.5354312 ], [ 119.7483181, 30.5357295 ] ], [ [ 119.7483181, 30.5357295 ], [ 119.7478945, 30.5365444 ] ], [ [ 119.7478945, 30.5365444 ], [ 119.7477504, 30.5373129 ] ], [ [ 119.7477504, 30.5373129 ], [ 119.7478289, 30.5377238 ] ], [ [ 119.7478289, 30.5377238 ], [ 119.7478543, 30.5378564 ] ], [ [ 119.7478543, 30.5378564 ], [ 119.7478765, 30.5379726 ] ], [ [ 119.7478765, 30.5379726 ], [ 119.7477143, 30.5382287 ] ], [ [ 119.7477143, 30.5382287 ], [ 119.747507, 30.538741 ] ], [ [ 119.747507, 30.538741 ], [ 119.7469303, 30.5392222 ] ], [ [ 119.7469303, 30.5392222 ], [ 119.746714, 30.5394473 ] ], [ [ 119.746714, 30.5394473 ], [ 119.74593, 30.5399052 ] ], [ [ 119.74593, 30.5399052 ], [ 119.7458219, 30.5401148 ] ], [ [ 119.7458219, 30.5401148 ], [ 119.7457768, 30.540596 ] ], [ [ 119.7457768, 30.540596 ], [ 119.7454614, 30.5409142 ] ], [ [ 119.7454614, 30.5409142 ], [ 119.7454163, 30.5410927 ] ], [ [ 119.7454163, 30.5410927 ], [ 119.7462364, 30.5413334 ] ], [ [ 119.7462364, 30.5413334 ], [ 119.7464707, 30.5416981 ] ], [ [ 119.7464707, 30.5416981 ], [ 119.7463896, 30.5422337 ] ], [ [ 119.7463896, 30.5422337 ], [ 119.7459751, 30.542777 ] ], [ [ 119.7459751, 30.542777 ], [ 119.7458509, 30.5431041 ] ], [ [ 119.7458509, 30.5431041 ], [ 119.7458219, 30.5431806 ] ], [ [ 119.7458219, 30.5431806 ], [ 119.7457498, 30.543297 ] ], [ [ 119.7457498, 30.543297 ], [ 119.7442899, 30.5439644 ] ], [ [ 119.7442899, 30.5439644 ], [ 119.7441006, 30.5444689 ] ], [ [ 119.7441006, 30.5444689 ], [ 119.7435149, 30.5451053 ] ], [ [ 119.7435149, 30.5451053 ], [ 119.7434157, 30.546611 ] ], [ [ 119.7434157, 30.546611 ], [ 119.7432445, 30.5474336 ] ], [ [ 119.7432445, 30.5474336 ], [ 119.7434428, 30.5477906 ] ], [ [ 119.7434428, 30.5477906 ], [ 119.7440285, 30.5486055 ] ], [ [ 119.7440285, 30.5486055 ], [ 119.7442628, 30.5491488 ] ], [ [ 119.7442628, 30.5491488 ], [ 119.7443079, 30.5496998 ] ], [ [ 119.7443079, 30.5496998 ], [ 119.7442985, 30.5498669 ] ], [ [ 119.7442985, 30.5498669 ], [ 119.7442809, 30.550181 ] ], [ [ 119.7442809, 30.550181 ], [ 119.7440736, 30.5507785 ] ], [ [ 119.7440736, 30.5507785 ], [ 119.7437852, 30.5510191 ] ], [ [ 119.7437852, 30.5510191 ], [ 119.7434608, 30.5511278 ] ], [ [ 119.7434608, 30.5511278 ], [ 119.7430102, 30.5511433 ] ], [ [ 119.7430102, 30.5511433 ], [ 119.7421721, 30.5510424 ] ], [ [ 119.7421721, 30.5510424 ], [ 119.7418387, 30.5510113 ] ], [ [ 119.7418387, 30.5510113 ], [ 119.7410907, 30.5511433 ] ], [ [ 119.7410907, 30.5511433 ], [ 119.7402436, 30.5514692 ] ], [ [ 119.7402436, 30.5514692 ], [ 119.7395407, 30.5515856 ] ], [ [ 119.7395407, 30.5515856 ], [ 119.7394503, 30.5515806 ] ], [ [ 120.0645912, 30.3203869 ], [ 120.0653583, 30.3187755 ] ], [ [ 120.0607422, 30.3201583 ], [ 120.0590014, 30.3199794 ] ], [ [ 120.0608237, 30.3201702 ], [ 120.0607422, 30.3201583 ] ], [ [ 120.0629561, 30.3202489 ], [ 120.0608237, 30.3201702 ] ], [ [ 120.0629561, 30.3202489 ], [ 120.0645912, 30.3203869 ] ], [ [ 120.0676047, 30.3194871 ], [ 120.0692588, 30.3199984 ] ], [ [ 120.0692588, 30.3199984 ], [ 120.0713507, 30.3202561 ] ], [ [ 120.0713507, 30.3202561 ], [ 120.0724287, 30.3203471 ] ], [ [ 120.0669411, 30.3209684 ], [ 120.0673106, 30.3200693 ] ], [ [ 120.0673106, 30.3200693 ], [ 120.0676047, 30.3194871 ] ], [ [ 120.0692588, 30.3199984 ], [ 120.0690938, 30.3204431 ] ], [ [ 120.0690938, 30.3204431 ], [ 120.069058, 30.3205395 ] ], [ [ 120.069058, 30.3205395 ], [ 120.068731, 30.3214205 ] ], [ [ 120.068731, 30.3214205 ], [ 120.0669411, 30.3209684 ] ], [ [ 120.0663741, 30.3223483 ], [ 120.0669411, 30.3209684 ] ], [ [ 120.0683093, 30.3225567 ], [ 120.068731, 30.3214205 ] ], [ [ 120.0729496, 30.3203545 ], [ 120.0740781, 30.3206046 ] ], [ [ 120.0740781, 30.3206046 ], [ 120.0742364, 30.3206254 ] ], [ [ 120.0742364, 30.3206254 ], [ 120.0744349, 30.3206439 ] ], [ [ 120.0744349, 30.3206439 ], [ 120.0746736, 30.3206439 ] ], [ [ 120.0746736, 30.3206439 ], [ 120.0748347, 30.3206074 ] ], [ [ 120.0748347, 30.3206074 ], [ 120.0750867, 30.3204888 ] ], [ [ 120.0750867, 30.3204888 ], [ 120.0760657, 30.3196784 ] ], [ [ 120.0760657, 30.3196784 ], [ 120.0762534, 30.3194747 ] ], [ [ 120.0762534, 30.3194747 ], [ 120.0763392, 30.3193404 ] ], [ [ 120.0763392, 30.3193404 ], [ 120.0764019, 30.3192101 ] ], [ [ 120.0815715, 30.3216972 ], [ 120.0819396, 30.3210862 ] ], [ [ 120.0819396, 30.3210862 ], [ 120.0819962, 30.3209151 ] ], [ [ 120.0819962, 30.3209151 ], [ 120.0820245, 30.3207318 ] ], [ [ 120.0820245, 30.3207318 ], [ 120.0821829, 30.319575 ] ], [ [ 120.0785085, 30.3230186 ], [ 120.0788127, 30.3227573 ], [ 120.0791085, 30.3212682 ], [ 120.0791091, 30.3212633 ], [ 120.0791393, 30.3210004 ], [ 120.079044, 30.3209417 ], [ 120.0791726, 30.3206874 ], [ 120.079247, 30.3204286 ], [ 120.0793075, 30.3201697 ], [ 120.0793547, 30.3200243 ], [ 120.0796001, 30.3194561 ] ], [ [ 120.0663741, 30.3223483 ], [ 120.0669408, 30.322436 ], [ 120.0672197, 30.3224499 ], [ 120.0678608, 30.3225216 ], [ 120.0683093, 30.3225567 ] ], [ [ 120.0682714, 30.3226587 ], [ 120.0680042, 30.3226323 ], [ 120.0673188, 30.3225609 ], [ 120.0669178, 30.3225142 ], [ 120.0663381, 30.3224359 ] ], [ [ 120.0683093, 30.3225567 ], [ 120.0693011, 30.3225934 ], [ 120.0708809, 30.3225888 ], [ 120.0715059, 30.3225795 ], [ 120.0717137, 30.3225872 ] ], [ [ 120.072187, 30.322599 ], [ 120.0724876, 30.3225888 ], [ 120.0729248, 30.3225795 ], [ 120.0735337, 30.322568 ] ], [ [ 120.0717137, 30.3225872 ], [ 120.0718924, 30.3225978 ] ], [ [ 120.0718924, 30.3225978 ], [ 120.0720493, 30.3225969 ] ], [ [ 120.0720493, 30.3225969 ], [ 120.072187, 30.322599 ] ], [ [ 120.0683093, 30.3225567 ], [ 120.0682714, 30.3226587 ] ], [ [ 120.0603486, 30.3219233 ], [ 120.0602741, 30.3218979 ] ], [ [ 120.0603715, 30.3218391 ], [ 120.0609621, 30.3218433 ], [ 120.0624266, 30.3219174 ], [ 120.0636739, 30.3219891 ], [ 120.0640081, 30.3220017 ] ], [ [ 120.0639747, 30.3220941 ], [ 120.0603486, 30.3219233 ] ], [ [ 120.0639747, 30.3220941 ], [ 120.0640081, 30.3220017 ] ], [ [ 120.0640081, 30.3220017 ], [ 120.0642049, 30.3220215 ], [ 120.0648657, 30.3221211 ], [ 120.0663741, 30.3223483 ] ], [ [ 120.0663381, 30.3224359 ], [ 120.0655766, 30.3223154 ], [ 120.0646085, 30.3221851 ], [ 120.0643087, 30.3221375 ], [ 120.0639747, 30.3220941 ] ], [ [ 120.0598999, 30.3235821 ], [ 120.0580611, 30.3234184 ] ], [ [ 120.0735337, 30.322568 ], [ 120.0730884, 30.3226559 ], [ 120.0721598, 30.3226783 ] ], [ [ 120.0716885, 30.3226689 ], [ 120.0687935, 30.3226813 ], [ 120.0682714, 30.3226587 ] ], [ [ 120.0718676, 30.3226725 ], [ 120.0716885, 30.3226689 ] ], [ [ 120.0720239, 30.3226756 ], [ 120.0718676, 30.3226725 ] ], [ [ 120.0721598, 30.3226783 ], [ 120.0720239, 30.3226756 ] ], [ [ 120.0853495, 30.321654 ], [ 120.0860662, 30.3218764 ] ], [ [ 120.0860662, 30.3218764 ], [ 120.0865721, 30.3220779 ] ], [ [ 120.0865721, 30.3220779 ], [ 120.0869315, 30.3222211 ] ], [ [ 120.0869315, 30.3222211 ], [ 120.0879967, 30.3225437 ] ], [ [ 120.0735337, 30.322568 ], [ 120.0739141, 30.3225824 ] ], [ [ 120.0739141, 30.3225824 ], [ 120.0749951, 30.3225641 ] ], [ [ 120.0749951, 30.3225641 ], [ 120.0768249, 30.3226317 ] ], [ [ 120.0768249, 30.3226317 ], [ 120.077064, 30.3226293 ] ], [ [ 120.077064, 30.3226293 ], [ 120.077414, 30.3226506 ] ], [ [ 120.077414, 30.3226506 ], [ 120.077784, 30.322701 ] ], [ [ 120.077784, 30.322701 ], [ 120.0780723, 30.3228004 ] ], [ [ 120.0780723, 30.3228004 ], [ 120.078285, 30.3228898 ] ], [ [ 120.078285, 30.3228898 ], [ 120.0785085, 30.3230186 ] ], [ [ 120.0853495, 30.321654 ], [ 120.0852013, 30.3230523 ] ], [ [ 120.0852013, 30.3230523 ], [ 120.0851744, 30.3231815 ] ], [ [ 120.0851744, 30.3231815 ], [ 120.0850725, 30.3235844 ] ], [ [ 120.0850725, 30.3235844 ], [ 120.0849168, 30.3242241 ] ], [ [ 120.0785085, 30.3230186 ], [ 120.0787559, 30.3231887 ] ], [ [ 120.0787559, 30.3231887 ], [ 120.0789336, 30.3232824 ] ], [ [ 120.0789336, 30.3232824 ], [ 120.0790995, 30.3233401 ] ], [ [ 120.0790995, 30.3233401 ], [ 120.0792544, 30.3233859 ] ], [ [ 120.0792544, 30.3233859 ], [ 120.0794095, 30.323413 ] ], [ [ 120.0794095, 30.323413 ], [ 120.0796301, 30.3234417 ] ], [ [ 120.0796301, 30.3234417 ], [ 120.0799594, 30.3234896 ] ], [ [ 120.0799594, 30.3234896 ], [ 120.0802454, 30.3235219 ] ], [ [ 120.0802454, 30.3235219 ], [ 120.0805329, 30.3235595 ] ], [ [ 120.0805329, 30.3235595 ], [ 120.0808155, 30.3236124 ] ], [ [ 120.0808155, 30.3236124 ], [ 120.0814626, 30.3237363 ] ], [ [ 120.0829386, 30.3240436 ], [ 120.0826912, 30.3240011 ] ], [ [ 120.0826912, 30.3240011 ], [ 120.0821148, 30.3238667 ] ], [ [ 120.0821148, 30.3238667 ], [ 120.0814626, 30.3237363 ] ], [ [ 120.0599924, 30.3235896 ], [ 120.0598999, 30.3235821 ] ], [ [ 120.0630034, 30.3252152 ], [ 120.0631828, 30.3247797 ] ], [ [ 120.0631828, 30.3247797 ], [ 120.0633022, 30.324393 ] ], [ [ 120.0633022, 30.324393 ], [ 120.063742, 30.3228895 ] ], [ [ 120.063742, 30.3228895 ], [ 120.0638417, 30.3225486 ] ], [ [ 120.0638417, 30.3225486 ], [ 120.0639747, 30.3220941 ] ], [ [ 120.0654173, 30.3256358 ], [ 120.065974, 30.3236648 ] ], [ [ 120.065974, 30.3236648 ], [ 120.0659908, 30.3236053 ] ], [ [ 120.0659908, 30.3236053 ], [ 120.0661136, 30.3231687 ] ], [ [ 120.0661136, 30.3231687 ], [ 120.0663381, 30.3224359 ] ], [ [ 120.0949546, 30.3243877 ], [ 120.0955022, 30.3233846 ] ], [ [ 120.0955022, 30.3233846 ], [ 120.0959007, 30.3226547 ] ], [ [ 120.0959007, 30.3226547 ], [ 120.0960966, 30.3222959 ] ], [ [ 120.088122, 30.3225863 ], [ 120.0892668, 30.3229644 ] ], [ [ 120.0892668, 30.3229644 ], [ 120.0894009, 30.3230212 ] ], [ [ 120.0894009, 30.3230212 ], [ 120.0897845, 30.3231502 ] ], [ [ 120.0897845, 30.3231502 ], [ 120.0899018, 30.3231896 ] ], [ [ 120.0899018, 30.3231896 ], [ 120.0901486, 30.3232498 ] ], [ [ 120.0901486, 30.3232498 ], [ 120.0903793, 30.3232544 ] ], [ [ 120.0903793, 30.3232544 ], [ 120.0906483, 30.3231836 ] ], [ [ 120.0906483, 30.3231836 ], [ 120.0910013, 30.323081 ] ], [ [ 120.0910013, 30.323081 ], [ 120.0915183, 30.323045 ] ], [ [ 120.0915183, 30.323045 ], [ 120.0919456, 30.3231059 ] ], [ [ 120.0919456, 30.3231059 ], [ 120.0923104, 30.3232237 ] ], [ [ 120.0923104, 30.3232237 ], [ 120.0924715, 30.3233162 ] ], [ [ 120.0924715, 30.3233162 ], [ 120.0926971, 30.3234456 ] ], [ [ 120.0926971, 30.3234456 ], [ 120.0929694, 30.3236289 ] ], [ [ 120.0929694, 30.3236289 ], [ 120.0930067, 30.323654 ] ], [ [ 120.0930067, 30.323654 ], [ 120.0934536, 30.3239549 ] ], [ [ 120.0934536, 30.3239549 ], [ 120.0938317, 30.3241062 ] ], [ [ 120.0938317, 30.3241062 ], [ 120.0942284, 30.324215 ] ], [ [ 120.0942284, 30.324215 ], [ 120.0944238, 30.3242615 ] ], [ [ 120.0944238, 30.3242615 ], [ 120.0949546, 30.3243877 ] ], [ [ 120.0873464, 30.3245875 ], [ 120.0871904, 30.3245427 ] ], [ [ 120.0873464, 30.3245875 ], [ 120.0881771, 30.3248193 ] ], [ [ 120.0881771, 30.3248193 ], [ 120.0883532, 30.3248964 ] ], [ [ 120.0883532, 30.3248964 ], [ 120.0886935, 30.3250453 ] ], [ [ 120.0886935, 30.3250453 ], [ 120.0894617, 30.3253815 ] ], [ [ 120.0936087, 30.3268248 ], [ 120.09372, 30.3266451 ] ], [ [ 120.09372, 30.3266451 ], [ 120.0938683, 30.326377 ] ], [ [ 120.0938683, 30.326377 ], [ 120.09439, 30.3254061 ] ], [ [ 120.09439, 30.3254061 ], [ 120.0949546, 30.3243877 ] ], [ [ 120.0265765, 30.3275572 ], [ 120.0266337, 30.3275587 ] ], [ [ 120.0266337, 30.3275587 ], [ 120.0271514, 30.3275648 ], [ 120.0287227, 30.3275516 ] ], [ [ 120.0287227, 30.3275516 ], [ 120.0326802, 30.3275697 ] ], [ [ 120.0265815, 30.3276336 ], [ 120.0265765, 30.3275572 ] ], [ [ 120.0266337, 30.3275587 ], [ 120.0266329, 30.327633 ] ], [ [ 120.0326802, 30.3275697 ], [ 120.0326698, 30.3276459 ] ], [ [ 120.0266329, 30.327633 ], [ 120.0265815, 30.3276336 ] ], [ [ 120.0287437, 30.3276462 ], [ 120.0266329, 30.327633 ] ], [ [ 120.0326698, 30.3276459 ], [ 120.0287437, 30.3276462 ] ], [ [ 120.0242448, 30.3278491 ], [ 120.0244319, 30.3277734 ], [ 120.0247603, 30.3276535 ], [ 120.0250113, 30.3276026 ], [ 120.0251999, 30.3275778 ], [ 120.0256243, 30.3275567 ], [ 120.0265765, 30.3275572 ] ], [ [ 120.0265815, 30.3276336 ], [ 120.0254211, 30.3276306 ], [ 120.025184, 30.3276504 ], [ 120.0249037, 30.3277038 ], [ 120.02452, 30.3278199 ], [ 120.0242827, 30.3279139 ] ], [ [ 120.0569093, 30.3288606 ], [ 120.0564849, 30.3282925 ] ], [ [ 120.0564849, 30.3282925 ], [ 120.0564019, 30.3281815 ] ], [ [ 120.0564019, 30.3281815 ], [ 120.0563694, 30.3281203 ] ], [ [ 120.0563694, 30.3281203 ], [ 120.0562546, 30.3279045 ] ], [ [ 120.0562546, 30.3279045 ], [ 120.0561135, 30.3275797 ] ], [ [ 120.0561135, 30.3275797 ], [ 120.0560118, 30.3272566 ] ], [ [ 120.0560118, 30.3272566 ], [ 120.05591, 30.3267951 ] ], [ [ 120.05591, 30.3267951 ], [ 120.0558613, 30.326367 ] ], [ [ 120.0558613, 30.326367 ], [ 120.0559203, 30.3254523 ] ], [ [ 120.0559203, 30.3254523 ], [ 120.0559296, 30.3253084 ] ], [ [ 120.0559296, 30.3253084 ], [ 120.0559383, 30.3251735 ] ], [ [ 120.0559383, 30.3251735 ], [ 120.0559733, 30.3246322 ] ], [ [ 120.0559733, 30.3246322 ], [ 120.055992, 30.3242256 ] ], [ [ 120.055992, 30.3242256 ], [ 120.0560019, 30.3240705 ] ], [ [ 120.0569093, 30.3288606 ], [ 120.0574067, 30.3285949 ], [ 120.0578604, 30.3283804 ], [ 120.0581784, 30.3282546 ], [ 120.0587149, 30.3280282 ] ], [ [ 120.0498359, 30.3252067 ], [ 120.0498632, 30.3264855 ] ], [ [ 120.0498632, 30.3264855 ], [ 120.0499303, 30.3273201 ] ], [ [ 120.0499303, 30.3273201 ], [ 120.0499635, 30.3276196 ] ], [ [ 120.0499635, 30.3276196 ], [ 120.050009, 30.3280108 ] ], [ [ 120.050009, 30.3280108 ], [ 120.0500417, 30.3281794 ] ], [ [ 120.0500417, 30.3281794 ], [ 120.0502486, 30.3292637 ] ], [ [ 120.0502486, 30.3292637 ], [ 120.050511, 30.330184 ] ], [ [ 120.050511, 30.330184 ], [ 120.0505333, 30.3302633 ] ], [ [ 120.0505333, 30.3302633 ], [ 120.0506971, 30.3308461 ] ], [ [ 120.0506971, 30.3308461 ], [ 120.0508374, 30.3313344 ] ], [ [ 120.0508374, 30.3313344 ], [ 120.0510071, 30.3318182 ] ], [ [ 120.0482531, 30.3255327 ], [ 120.0483395, 30.3274701 ] ], [ [ 120.0483395, 30.3274701 ], [ 120.0483517, 30.3278546 ] ], [ [ 120.0483517, 30.3278546 ], [ 120.0483752, 30.3285161 ] ], [ [ 120.0483752, 30.3285161 ], [ 120.0484781, 30.3291775 ] ], [ [ 120.0484781, 30.3291775 ], [ 120.0485088, 30.3294428 ] ], [ [ 120.0485088, 30.3294428 ], [ 120.0482712, 30.3301437 ] ], [ [ 120.0482712, 30.3301437 ], [ 120.0481534, 30.3305267 ] ], [ [ 120.0481534, 30.3305267 ], [ 120.0479667, 30.3311365 ] ], [ [ 120.0479667, 30.3311365 ], [ 120.0479887, 30.3317249 ] ], [ [ 120.0589505, 30.3282725 ], [ 120.0581021, 30.3286197 ], [ 120.0576728, 30.3288152 ], [ 120.0571314, 30.3291156 ] ], [ [ 120.0569093, 30.3288606 ], [ 120.0571314, 30.3291156 ] ], [ [ 120.0240608, 30.3279264 ], [ 120.0242448, 30.3278491 ] ], [ [ 120.0242827, 30.3279139 ], [ 120.0241, 30.3279899 ] ], [ [ 120.0326802, 30.3275697 ], [ 120.0336146, 30.3275809 ], [ 120.0339976, 30.3276414 ], [ 120.0343478, 30.327722 ], [ 120.0348195, 30.3278429 ], [ 120.0351887, 30.327953 ], [ 120.0371446, 30.3285365 ], [ 120.037599, 30.3286789 ] ], [ [ 120.037588, 30.32876 ], [ 120.0371278, 30.3285953 ], [ 120.0358276, 30.3282336 ], [ 120.0342932, 30.3278135 ], [ 120.0338496, 30.3277124 ], [ 120.0335106, 30.3276645 ], [ 120.0326698, 30.3276459 ] ], [ [ 120.0265662, 30.3294472 ], [ 120.026569, 30.328871 ], [ 120.0265815, 30.3276336 ] ], [ [ 120.0266329, 30.327633 ], [ 120.0266197, 30.3288617 ], [ 120.0266139, 30.3294507 ] ], [ [ 120.0325546, 30.3296683 ], [ 120.0326698, 30.3276459 ] ], [ [ 120.037599, 30.3286789 ], [ 120.0376906, 30.3287079 ] ], [ [ 120.0376794, 30.3287858 ], [ 120.037588, 30.32876 ] ], [ [ 120.0265662, 30.3294472 ], [ 120.0266139, 30.3294507 ] ], [ [ 120.0266139, 30.3294507 ], [ 120.0292081, 30.3295003 ] ], [ [ 120.0455694, 30.3316662 ], [ 120.045588, 30.3292736 ] ], [ [ 120.045588, 30.3292736 ], [ 120.0456021, 30.3274643 ] ], [ [ 120.0555461, 30.3297357 ], [ 120.0556395, 30.3296795 ] ], [ [ 120.0376906, 30.3287079 ], [ 120.0393271, 30.3293531 ], [ 120.0404225, 30.3297996 ], [ 120.0415122, 30.3302438 ] ], [ [ 120.0414659, 30.3303133 ], [ 120.0404216, 30.329893 ], [ 120.0389949, 30.3293187 ], [ 120.0379227, 30.3288879 ], [ 120.0376794, 30.3287858 ] ], [ [ 120.0325546, 30.3296683 ], [ 120.0323604, 30.3296673 ] ], [ [ 120.0323604, 30.3296673 ], [ 120.0318193, 30.3296454 ] ], [ [ 120.0318193, 30.3296454 ], [ 120.0292081, 30.3295003 ] ], [ [ 120.0265334, 30.3310752 ], [ 120.0265662, 30.3294472 ] ], [ [ 120.0266139, 30.3294507 ], [ 120.0266032, 30.3310756 ] ], [ [ 120.0324635, 30.3312685 ], [ 120.0325546, 30.3296683 ] ], [ [ 120.026528, 30.3312079 ], [ 120.0265334, 30.3310752 ] ], [ [ 120.055822, 30.3298389 ], [ 120.0557285, 30.329892 ] ], [ [ 120.0538401, 30.3308276 ], [ 120.0542433, 30.3305163 ], [ 120.0548926, 30.3301197 ], [ 120.0555461, 30.3297357 ] ], [ [ 120.0557285, 30.329892 ], [ 120.0541447, 30.3308285 ], [ 120.0539487, 30.3309493 ], [ 120.0534345, 30.3312568 ], [ 120.0531655, 30.3313363 ] ], [ [ 120.0572079, 30.3312214 ], [ 120.0572942, 30.3311374 ] ], [ [ 120.0621447, 30.3311447 ], [ 120.0630078, 30.3303239 ] ], [ [ 120.0630078, 30.3303239 ], [ 120.063518, 30.3298687 ] ], [ [ 120.0571314, 30.3291156 ], [ 120.0575455, 30.3295192 ] ], [ [ 120.0575455, 30.3295192 ], [ 120.0581545, 30.3300546 ] ], [ [ 120.0581545, 30.3300546 ], [ 120.0583072, 30.3301888 ] ], [ [ 120.0583072, 30.3301888 ], [ 120.0603922, 30.3320215 ] ], [ [ 120.0603922, 30.3320215 ], [ 120.0608422, 30.3324169 ] ], [ [ 120.0649405, 30.3310188 ], [ 120.0650103, 30.3309468 ] ], [ [ 120.0649405, 30.3310188 ], [ 120.0646964, 30.3312795 ] ], [ [ 120.0646964, 30.3312795 ], [ 120.0643476, 30.3316448 ] ], [ [ 120.0643476, 30.3316448 ], [ 120.0642246, 30.3317737 ] ], [ [ 120.0642246, 30.3317737 ], [ 120.0636075, 30.3324199 ] ], [ [ 120.0621447, 30.3311447 ], [ 120.0608422, 30.3324169 ] ], [ [ 120.0674223, 30.3260146 ], [ 120.0680942, 30.3232809 ] ], [ [ 120.0680942, 30.3232809 ], [ 120.0681757, 30.3230041 ] ], [ [ 120.0681757, 30.3230041 ], [ 120.0682714, 30.3226587 ] ], [ [ 120.0674223, 30.3260146 ], [ 120.0673917, 30.3261055 ] ], [ [ 120.0629551, 30.3253079 ], [ 120.0630034, 30.3252152 ] ], [ [ 120.0829386, 30.3240436 ], [ 120.083104, 30.3239968 ], [ 120.0834028, 30.3240433 ], [ 120.0837905, 30.3240658 ], [ 120.0841718, 30.3240949 ], [ 120.0847295, 30.3241305 ], [ 120.0849168, 30.3242241 ] ], [ [ 120.0849168, 30.3242241 ], [ 120.0847147, 30.324257 ], [ 120.0845039, 30.3242413 ], [ 120.0841774, 30.3242217 ], [ 120.0838371, 30.3241974 ], [ 120.0836111, 30.3241867 ], [ 120.0833606, 30.3241657 ], [ 120.083065, 30.324122 ], [ 120.0829386, 30.3240436 ] ], [ [ 120.0849168, 30.3242241 ], [ 120.0852076, 30.3242878 ] ], [ [ 120.0852076, 30.3242878 ], [ 120.0856586, 30.3243406 ] ], [ [ 120.0856586, 30.3243406 ], [ 120.0860802, 30.3243669 ] ], [ [ 120.0860802, 30.3243669 ], [ 120.0864915, 30.3244252 ] ], [ [ 120.0864915, 30.3244252 ], [ 120.0868375, 30.3244819 ] ], [ [ 120.0868375, 30.3244819 ], [ 120.0871904, 30.3245427 ] ], [ [ 120.0785085, 30.3230186 ], [ 120.0782137, 30.3233407 ] ], [ [ 120.0782137, 30.3233407 ], [ 120.0780153, 30.3236216 ] ], [ [ 120.0780153, 30.3236216 ], [ 120.0776274, 30.3243013 ] ], [ [ 120.0776274, 30.3243013 ], [ 120.077365, 30.324761 ] ], [ [ 120.077365, 30.324761 ], [ 120.07697, 30.3254531 ] ], [ [ 120.07697, 30.3254531 ], [ 120.0766397, 30.3260317 ] ], [ [ 120.0766397, 30.3260317 ], [ 120.0764478, 30.3273229 ] ], [ [ 120.0814626, 30.3237363 ], [ 120.081416, 30.3239878 ] ], [ [ 120.081416, 30.3239878 ], [ 120.0813742, 30.32418 ] ], [ [ 120.0813742, 30.32418 ], [ 120.0813308, 30.3243837 ] ], [ [ 120.0813308, 30.3243837 ], [ 120.0812849, 30.3246164 ] ], [ [ 120.0812849, 30.3246164 ], [ 120.0812385, 30.3248381 ] ], [ [ 120.0812385, 30.3248381 ], [ 120.0811858, 30.32509 ] ], [ [ 120.0811858, 30.32509 ], [ 120.0811398, 30.3253101 ] ], [ [ 120.0811398, 30.3253101 ], [ 120.0810788, 30.325602 ] ], [ [ 120.0810788, 30.325602 ], [ 120.081033, 30.3258212 ] ], [ [ 120.081033, 30.3258212 ], [ 120.0805694, 30.3278457 ] ], [ [ 120.0654173, 30.3256358 ], [ 120.0654001, 30.3256931 ] ], [ [ 120.0622409, 30.3261156 ], [ 120.0625624, 30.3257755 ] ], [ [ 120.0625624, 30.3257755 ], [ 120.0627493, 30.3255719 ] ], [ [ 120.0627493, 30.3255719 ], [ 120.0629551, 30.3253079 ] ], [ [ 120.0638053, 30.3274739 ], [ 120.0643932, 30.3270985 ] ], [ [ 120.0643932, 30.3270985 ], [ 120.0646335, 30.3269452 ] ], [ [ 120.0646335, 30.3269452 ], [ 120.0646914, 30.3269082 ] ], [ [ 120.0646914, 30.3269082 ], [ 120.0649867, 30.3266166 ] ], [ [ 120.0649867, 30.3266166 ], [ 120.0651816, 30.3263107 ] ], [ [ 120.0651816, 30.3263107 ], [ 120.0653008, 30.3260192 ] ], [ [ 120.0653008, 30.3260192 ], [ 120.0654001, 30.3256931 ] ], [ [ 120.0894617, 30.3253815 ], [ 120.0904174, 30.3257006 ] ], [ [ 120.0904174, 30.3257006 ], [ 120.0912456, 30.325998 ] ], [ [ 120.0912456, 30.325998 ], [ 120.0916842, 30.3261485 ] ], [ [ 120.0916842, 30.3261485 ], [ 120.0921207, 30.3262842 ] ], [ [ 120.0921207, 30.3262842 ], [ 120.0927288, 30.3264901 ] ], [ [ 120.0927288, 30.3264901 ], [ 120.0936087, 30.3268248 ] ], [ [ 120.088722, 30.3278176 ], [ 120.0886946, 30.3274565 ] ], [ [ 120.0886946, 30.3274565 ], [ 120.0886854, 30.3270868 ] ], [ [ 120.0886854, 30.3270868 ], [ 120.0887389, 30.3268483 ] ], [ [ 120.0887389, 30.3268483 ], [ 120.0888395, 30.3264712 ] ], [ [ 120.0888395, 30.3264712 ], [ 120.0889876, 30.3262118 ] ], [ [ 120.0889876, 30.3262118 ], [ 120.0891063, 30.3260039 ] ], [ [ 120.0891063, 30.3260039 ], [ 120.0894617, 30.3253815 ] ], [ [ 120.0936087, 30.3268248 ], [ 120.0948458, 30.3272737 ] ], [ [ 120.0948458, 30.3272737 ], [ 120.0952253, 30.3274097 ] ], [ [ 120.0952253, 30.3274097 ], [ 120.0956633, 30.3276119 ] ], [ [ 120.0956633, 30.3276119 ], [ 120.0959989, 30.3278112 ] ], [ [ 120.0959989, 30.3278112 ], [ 120.0961704, 30.3279202 ] ], [ [ 120.088722, 30.3278176 ], [ 120.0863034, 30.3270847 ] ], [ [ 120.0979787, 30.3287839 ], [ 120.097157, 30.3284421 ] ], [ [ 120.097157, 30.3284421 ], [ 120.0969504, 30.3283562 ] ], [ [ 120.0969504, 30.3283562 ], [ 120.0965978, 30.3281811 ] ], [ [ 120.0965978, 30.3281811 ], [ 120.0964815, 30.3281101 ] ], [ [ 120.0964815, 30.3281101 ], [ 120.0961704, 30.3279202 ] ], [ [ 120.0622409, 30.3261156 ], [ 120.0608951, 30.3272101 ] ], [ [ 120.0638053, 30.3274739 ], [ 120.0626839, 30.3265112 ] ], [ [ 120.0626839, 30.3265112 ], [ 120.0623557, 30.3262176 ] ], [ [ 120.0623557, 30.3262176 ], [ 120.0622409, 30.3261156 ] ], [ [ 120.060762, 30.3272712 ], [ 120.0608951, 30.3272101 ] ], [ [ 120.0587149, 30.3280282 ], [ 120.0596989, 30.3276176 ], [ 120.0605175, 30.3272896 ], [ 120.060762, 30.3272712 ] ], [ [ 120.0741999, 30.327065 ], [ 120.0741611, 30.3271711 ] ], [ [ 120.0663361, 30.3287819 ], [ 120.0663853, 30.3286872 ] ], [ [ 120.0663853, 30.3286872 ], [ 120.0666057, 30.3282627 ] ], [ [ 120.0666057, 30.3282627 ], [ 120.0668197, 30.327837 ] ], [ [ 120.0668197, 30.327837 ], [ 120.067142, 30.3268789 ] ], [ [ 120.067142, 30.3268789 ], [ 120.0673917, 30.3261055 ] ], [ [ 120.0606115, 30.3274172 ], [ 120.0598706, 30.3277953 ], [ 120.0589505, 30.3282725 ] ], [ [ 120.0638053, 30.3274739 ], [ 120.0621042, 30.3285911 ] ], [ [ 120.0638053, 30.3274739 ], [ 120.0648362, 30.3280149 ] ], [ [ 120.0648362, 30.3280149 ], [ 120.0649456, 30.3280723 ] ], [ [ 120.0649456, 30.3280723 ], [ 120.0652215, 30.3282171 ] ], [ [ 120.0652215, 30.3282171 ], [ 120.0656989, 30.3284625 ] ], [ [ 120.0656989, 30.3284625 ], [ 120.0663361, 30.3287819 ] ], [ [ 120.0587149, 30.3280282 ], [ 120.0589505, 30.3282725 ] ], [ [ 120.0621042, 30.3285911 ], [ 120.0619889, 30.3286588 ] ], [ [ 120.0764478, 30.3273229 ], [ 120.076443, 30.3274486 ] ], [ [ 120.0761354, 30.3295089 ], [ 120.076443, 30.3274486 ] ], [ [ 120.0734118, 30.3290049 ], [ 120.0738097, 30.3282295 ] ], [ [ 120.0738097, 30.3282295 ], [ 120.0740023, 30.3276954 ] ], [ [ 120.0740023, 30.3276954 ], [ 120.0741611, 30.3271711 ] ], [ [ 120.0663361, 30.3287819 ], [ 120.0686819, 30.3299595 ] ], [ [ 120.0686819, 30.3299595 ], [ 120.0689044, 30.3300641 ] ], [ [ 120.0724018, 30.3309581 ], [ 120.0734118, 30.3290049 ] ], [ [ 120.0693144, 30.3302468 ], [ 120.0689044, 30.3300641 ] ], [ [ 120.0798576, 30.3303559 ], [ 120.0801452, 30.3297264 ] ], [ [ 120.0801452, 30.3297264 ], [ 120.080302, 30.3293403 ] ], [ [ 120.080302, 30.3293403 ], [ 120.0803667, 30.329132 ] ], [ [ 120.0803667, 30.329132 ], [ 120.0804371, 30.3289052 ] ], [ [ 120.0804371, 30.3289052 ], [ 120.0805442, 30.3284955 ] ], [ [ 120.0805442, 30.3284955 ], [ 120.0806605, 30.3279833 ] ], [ [ 120.0761354, 30.3295089 ], [ 120.0753589, 30.3293746 ] ], [ [ 120.0753589, 30.3293746 ], [ 120.0749257, 30.3292936 ] ], [ [ 120.0749257, 30.3292936 ], [ 120.0734118, 30.3290049 ] ], [ [ 120.0782307, 30.3300029 ], [ 120.0761354, 30.3295089 ] ], [ [ 120.091508, 30.3311219 ], [ 120.0917307, 30.3305053 ] ], [ [ 120.0917307, 30.3305053 ], [ 120.0918574, 30.3301093 ] ], [ [ 120.0918574, 30.3301093 ], [ 120.0921455, 30.3292085 ] ], [ [ 120.0921455, 30.3292085 ], [ 120.0922362, 30.3289972 ] ], [ [ 120.0922362, 30.3289972 ], [ 120.092305, 30.3288368 ] ], [ [ 120.092305, 30.3288368 ], [ 120.0925687, 30.3283565 ] ], [ [ 120.0925687, 30.3283565 ], [ 120.0927342, 30.3280898 ] ], [ [ 120.0927342, 30.3280898 ], [ 120.0928139, 30.3279614 ] ], [ [ 120.0928139, 30.3279614 ], [ 120.0933166, 30.327235 ] ], [ [ 120.0933166, 30.327235 ], [ 120.0936087, 30.3268248 ] ], [ [ 120.088722, 30.3278176 ], [ 120.0887506, 30.3281954 ] ], [ [ 120.0887506, 30.3281954 ], [ 120.0888102, 30.3285528 ] ], [ [ 120.0888102, 30.3285528 ], [ 120.0888652, 30.3288178 ] ], [ [ 120.0888652, 30.3288178 ], [ 120.0889192, 30.329011 ] ], [ [ 120.0889192, 30.329011 ], [ 120.0889416, 30.3290913 ] ], [ [ 120.0889416, 30.3290913 ], [ 120.088966, 30.3291786 ] ], [ [ 120.088966, 30.3291786 ], [ 120.0890539, 30.329512 ] ], [ [ 120.0890539, 30.329512 ], [ 120.0890467, 30.3296995 ] ], [ [ 120.0890467, 30.3296995 ], [ 120.089008, 30.3299414 ] ], [ [ 120.089008, 30.3299414 ], [ 120.088929, 30.3302258 ] ], [ [ 120.0961704, 30.3279202 ], [ 120.0958483, 30.3282017 ] ], [ [ 120.0958483, 30.3282017 ], [ 120.0953866, 30.328738 ] ], [ [ 120.0953866, 30.328738 ], [ 120.0947963, 30.329444 ] ], [ [ 120.0947963, 30.329444 ], [ 120.0945779, 30.3297577 ] ], [ [ 120.0945779, 30.3297577 ], [ 120.0943108, 30.3301411 ] ], [ [ 120.0943108, 30.3301411 ], [ 120.0937955, 30.3310026 ] ], [ [ 120.0937955, 30.3310026 ], [ 120.0934143, 30.3317638 ] ], [ [ 120.088929, 30.3302258 ], [ 120.0888795, 30.3303707 ] ], [ [ 120.0589505, 30.3282725 ], [ 120.0593889, 30.3286507 ] ], [ [ 120.0593889, 30.3286507 ], [ 120.0611096, 30.3301894 ] ], [ [ 120.0611096, 30.3301894 ], [ 120.0621447, 30.3311447 ] ], [ [ 120.0636274, 30.329773 ], [ 120.063518, 30.3298687 ] ], [ [ 120.0663361, 30.3287819 ], [ 120.0658767, 30.3295962 ] ], [ [ 120.0658767, 30.3295962 ], [ 120.0657754, 30.3297758 ] ], [ [ 120.0657754, 30.3297758 ], [ 120.0656469, 30.3300036 ] ], [ [ 120.0656469, 30.3300036 ], [ 120.065251, 30.3305854 ] ], [ [ 120.065251, 30.3305854 ], [ 120.065135, 30.3307573 ] ], [ [ 120.065135, 30.3307573 ], [ 120.0650103, 30.3309468 ] ], [ [ 120.0782307, 30.3300029 ], [ 120.0798576, 30.3303559 ] ], [ [ 120.0755303, 30.3317137 ], [ 120.0761354, 30.3295089 ] ], [ [ 120.0798576, 30.3303559 ], [ 120.0808224, 30.3305931 ] ], [ [ 120.0808224, 30.3305931 ], [ 120.081332, 30.330766 ] ], [ [ 120.081332, 30.330766 ], [ 120.0814501, 30.3308061 ] ], [ [ 120.0814501, 30.3308061 ], [ 120.0816652, 30.3308791 ] ], [ [ 120.0816652, 30.3308791 ], [ 120.0817915, 30.3309444 ] ], [ [ 120.0817915, 30.3309444 ], [ 120.0831638, 30.3316536 ] ], [ [ 120.0831638, 30.3316536 ], [ 120.083664, 30.3318931 ] ], [ [ 120.0782307, 30.3300029 ], [ 120.078099, 30.3308412 ] ], [ [ 120.078099, 30.3308412 ], [ 120.0779543, 30.331544 ] ], [ [ 120.0779543, 30.331544 ], [ 120.0777521, 30.332283 ] ], [ [ 120.0798576, 30.3303559 ], [ 120.0797453, 30.3306837 ] ], [ [ 120.0797453, 30.3306837 ], [ 120.0796678, 30.3310416 ] ], [ [ 120.0796678, 30.3310416 ], [ 120.079596, 30.3314722 ] ], [ [ 120.079596, 30.3314722 ], [ 120.0795681, 30.3316396 ] ], [ [ 120.0795681, 30.3316396 ], [ 120.0794918, 30.3319959 ] ], [ [ 120.0794918, 30.3319959 ], [ 120.0794335, 30.3322677 ] ], [ [ 120.0794335, 30.3322677 ], [ 120.0793257, 30.3326921 ] ], [ [ 120.0837729, 30.3319193 ], [ 120.083664, 30.3318931 ] ], [ [ 120.0777521, 30.332283 ], [ 120.0755303, 30.3317137 ] ], [ [ 120.0749232, 30.3332595 ], [ 120.0752966, 30.3323088 ] ], [ [ 120.0752966, 30.3323088 ], [ 120.0753939, 30.3320611 ] ], [ [ 120.0753939, 30.3320611 ], [ 120.0755303, 30.3317137 ] ], [ [ 120.0777521, 30.332283 ], [ 120.0793257, 30.3326921 ] ], [ [ 120.0693144, 30.3302468 ], [ 120.0699793, 30.3304253 ] ], [ [ 120.0699793, 30.3304253 ], [ 120.0710928, 30.3306896 ] ], [ [ 120.0710928, 30.3306896 ], [ 120.0724018, 30.3309581 ] ], [ [ 120.0755303, 30.3317137 ], [ 120.0752932, 30.3316747 ] ], [ [ 120.0752932, 30.3316747 ], [ 120.0748841, 30.3315647 ] ], [ [ 120.0748841, 30.3315647 ], [ 120.0739047, 30.3313254 ] ], [ [ 120.0739047, 30.3313254 ], [ 120.0735177, 30.3312308 ] ], [ [ 120.0735177, 30.3312308 ], [ 120.0724018, 30.3309581 ] ], [ [ 120.0711679, 30.3331759 ], [ 120.0712928, 30.3329413 ] ], [ [ 120.0712928, 30.3329413 ], [ 120.0713642, 30.3328072 ] ], [ [ 120.0713642, 30.3328072 ], [ 120.0718975, 30.3318054 ] ], [ [ 120.0718975, 30.3318054 ], [ 120.072058, 30.3315357 ] ], [ [ 120.072058, 30.3315357 ], [ 120.0722001, 30.3312971 ] ], [ [ 120.0722001, 30.3312971 ], [ 120.0724018, 30.3309581 ] ], [ [ 120.0933548, 30.3318617 ], [ 120.0934143, 30.3317638 ] ], [ [ 120.0864887, 30.3336111 ], [ 120.086832, 30.3331481 ] ], [ [ 120.086832, 30.3331481 ], [ 120.0875416, 30.3325403 ] ], [ [ 120.0875416, 30.3325403 ], [ 120.0876741, 30.3324215 ] ], [ [ 120.0876741, 30.3324215 ], [ 120.0877878, 30.3323195 ] ], [ [ 120.0877878, 30.3323195 ], [ 120.0880132, 30.332058 ] ], [ [ 120.0880132, 30.332058 ], [ 120.088254, 30.3316255 ] ], [ [ 120.088254, 30.3316255 ], [ 120.0884816, 30.3311689 ] ], [ [ 120.0884816, 30.3311689 ], [ 120.0885827, 30.3309661 ] ], [ [ 120.0885827, 30.3309661 ], [ 120.0888795, 30.3303707 ] ], [ [ 120.0903066, 30.3341782 ], [ 120.0905749, 30.3333808 ] ], [ [ 120.0905749, 30.3333808 ], [ 120.0909224, 30.3325463 ] ], [ [ 120.0909224, 30.3325463 ], [ 120.091019, 30.3323021 ] ], [ [ 120.091019, 30.3323021 ], [ 120.0914731, 30.3312184 ] ], [ [ 120.0957291, 30.3328518 ], [ 120.0958309, 30.3326985 ] ], [ [ 120.0914026, 30.3350334 ], [ 120.0918235, 30.3340809 ] ], [ [ 120.0918235, 30.3340809 ], [ 120.0922188, 30.3333251 ] ], [ [ 120.0922188, 30.3333251 ], [ 120.0924309, 30.3330855 ] ], [ [ 120.0924309, 30.3330855 ], [ 120.0928315, 30.3326328 ] ], [ [ 120.0928315, 30.3326328 ], [ 120.0931151, 30.3322056 ] ], [ [ 120.0931151, 30.3322056 ], [ 120.0933548, 30.3318617 ] ], [ [ 120.0742644, 30.3330272 ], [ 120.0749232, 30.3332595 ] ], [ [ 120.0742544, 30.334543 ], [ 120.0711679, 30.3331759 ] ], [ [ 120.0742544, 30.334543 ], [ 120.0749232, 30.3332595 ] ], [ [ 120.0701639, 30.3350089 ], [ 120.0711679, 30.3331759 ] ], [ [ 120.0864887, 30.3336111 ], [ 120.0858306, 30.3333859 ] ], [ [ 120.0858306, 30.3333859 ], [ 120.0857079, 30.3333198 ] ], [ [ 120.0857079, 30.3333198 ], [ 120.0854508, 30.3331814 ] ], [ [ 120.0854508, 30.3331814 ], [ 120.0853844, 30.3331456 ] ], [ [ 120.0853844, 30.3331456 ], [ 120.0846822, 30.3326952 ] ], [ [ 120.0846822, 30.3326952 ], [ 120.0841722, 30.3322718 ] ], [ [ 120.0841722, 30.3322718 ], [ 120.0837729, 30.3319193 ] ], [ [ 120.0777521, 30.332283 ], [ 120.0775968, 30.3325944 ] ], [ [ 120.0775968, 30.3325944 ], [ 120.0775044, 30.3327797 ] ], [ [ 120.0775044, 30.3327797 ], [ 120.077193, 30.3332802 ] ], [ [ 120.077193, 30.3332802 ], [ 120.0771002, 30.3334293 ] ], [ [ 120.0771002, 30.3334293 ], [ 120.0767737, 30.3339541 ] ], [ [ 120.0793257, 30.3326921 ], [ 120.0802952, 30.3331213 ] ], [ [ 120.0802952, 30.3331213 ], [ 120.0805021, 30.3332129 ] ], [ [ 120.0805021, 30.3332129 ], [ 120.0807606, 30.3333274 ] ], [ [ 120.0807606, 30.3333274 ], [ 120.0812021, 30.3335116 ] ], [ [ 120.0812021, 30.3335116 ], [ 120.0818275, 30.3337714 ] ], [ [ 120.0818275, 30.3337714 ], [ 120.0826082, 30.3340851 ] ], [ [ 120.0749232, 30.3332595 ], [ 120.0767737, 30.3339541 ] ], [ [ 120.0788382, 30.3346768 ], [ 120.0788559, 30.3345563 ] ], [ [ 120.0788559, 30.3345563 ], [ 120.0791257, 30.3335332 ] ], [ [ 120.0791257, 30.3335332 ], [ 120.0791848, 30.3332845 ] ], [ [ 120.0791848, 30.3332845 ], [ 120.0792463, 30.3330261 ] ], [ [ 120.0792463, 30.3330261 ], [ 120.0793257, 30.3326921 ] ], [ [ 120.0827425, 30.3341583 ], [ 120.0826082, 30.3340851 ] ], [ [ 120.0767737, 30.3339541 ], [ 120.0788382, 30.3346768 ] ], [ [ 120.0864887, 30.3336111 ], [ 120.0862597, 30.3339849 ] ], [ [ 120.0862597, 30.3339849 ], [ 120.0862037, 30.3340763 ] ], [ [ 120.0862037, 30.3340763 ], [ 120.0859952, 30.3344168 ] ], [ [ 120.0859952, 30.3344168 ], [ 120.085618, 30.3351786 ] ], [ [ 120.0767737, 30.3339541 ], [ 120.0764176, 30.3345038 ] ], [ [ 120.0764176, 30.3345038 ], [ 120.076262, 30.3347439 ] ], [ [ 120.076262, 30.3347439 ], [ 120.0759278, 30.3352597 ] ], [ [ 120.0266032, 30.3310756 ], [ 120.0266017, 30.3312084 ] ], [ [ 120.032455, 30.3313977 ], [ 120.0324635, 30.3312685 ] ], [ [ 120.0471374, 30.331744 ], [ 120.0479887, 30.3317249 ] ], [ [ 120.0479887, 30.3317249 ], [ 120.0487044, 30.3317451 ], [ 120.04912, 30.3317612 ], [ 120.0492452, 30.3317579 ], [ 120.0493753, 30.3317333 ], [ 120.0495359, 30.3317018 ], [ 120.0496883, 30.3316912 ], [ 120.0498591, 30.3317088 ], [ 120.0500217, 30.3317439 ], [ 120.0501073, 30.3317667 ], [ 120.0502616, 30.3317877 ], [ 120.0506701, 30.331786 ], [ 120.0510071, 30.3318182 ] ], [ [ 120.0621447, 30.3311447 ], [ 120.0627726, 30.3317267 ] ], [ [ 120.0627726, 30.3317267 ], [ 120.0636075, 30.3324199 ] ], [ [ 120.0622202, 30.333632 ], [ 120.0608422, 30.3324169 ] ], [ [ 120.0636075, 30.3324199 ], [ 120.0633038, 30.3326853 ] ], [ [ 120.0633038, 30.3326853 ], [ 120.063112, 30.3328528 ] ], [ [ 120.063112, 30.3328528 ], [ 120.0622202, 30.333632 ] ], [ [ 120.0636075, 30.3324199 ], [ 120.0655768, 30.3342019 ] ], [ [ 120.0160754, 30.3191201 ], [ 120.0176328, 30.3191764 ] ], [ [ 120.0176328, 30.3191764 ], [ 120.017736, 30.3191801 ] ], [ [ 120.017736, 30.3191801 ], [ 120.0186705, 30.3193368 ] ], [ [ 120.0186705, 30.3193368 ], [ 120.0189364, 30.3193778 ] ], [ [ 120.0189364, 30.3193778 ], [ 120.0190917, 30.3193907 ] ], [ [ 120.0190917, 30.3193907 ], [ 120.0194797, 30.3193676 ] ], [ [ 120.0194797, 30.3193676 ], [ 120.019635, 30.3193443 ] ], [ [ 120.019635, 30.3193443 ], [ 120.0203013, 30.3191835 ] ], [ [ 120.0160754, 30.3191201 ], [ 120.0161452, 30.320308 ] ], [ [ 120.0161452, 30.320308 ], [ 120.0161705, 30.3212707 ] ], [ [ 120.0161705, 30.3212707 ], [ 120.0161962, 30.3222142 ] ], [ [ 120.0161962, 30.3222142 ], [ 120.0162266, 30.3231208 ] ], [ [ 119.9978717, 30.324562 ], [ 119.9979894, 30.3246571 ] ], [ [ 119.9979894, 30.3246571 ], [ 119.9980997, 30.3247277 ] ], [ [ 119.9980997, 30.3247277 ], [ 119.9982269, 30.3247761 ] ], [ [ 119.9982269, 30.3247761 ], [ 119.9993867, 30.3249804 ] ], [ [ 119.9993867, 30.3249804 ], [ 119.9995419, 30.3250516 ] ], [ [ 119.9995419, 30.3250516 ], [ 119.9995905, 30.3251425 ] ], [ [ 119.9995905, 30.3251425 ], [ 119.9995455, 30.3254951 ] ], [ [ 119.9995455, 30.3254951 ], [ 119.9988108, 30.328092 ] ], [ [ 119.9988108, 30.328092 ], [ 119.9985949, 30.3284779 ] ], [ [ 119.9985949, 30.3284779 ], [ 119.9983228, 30.3289643 ] ], [ [ 119.9983228, 30.3289643 ], [ 119.9982177, 30.3291522 ] ], [ [ 119.9982177, 30.3291522 ], [ 119.9982012, 30.3292537 ] ], [ [ 119.9982012, 30.3292537 ], [ 119.9982188, 30.3293651 ] ], [ [ 119.9982188, 30.3293651 ], [ 119.9985539, 30.3300516 ] ], [ [ 119.9985539, 30.3300516 ], [ 119.9986204, 30.3301878 ] ], [ [ 119.9986204, 30.3301878 ], [ 119.9987395, 30.3304319 ] ], [ [ 119.9987395, 30.3304319 ], [ 119.9990466, 30.3310792 ] ], [ [ 119.9990466, 30.3310792 ], [ 119.9992067, 30.3314148 ] ], [ [ 119.9992067, 30.3314148 ], [ 119.9997354, 30.3325231 ] ], [ [ 119.9997354, 30.3325231 ], [ 120.0000602, 30.3331203 ] ], [ [ 120.0000602, 30.3331203 ], [ 120.0001484, 30.3332824 ] ], [ [ 120.0001484, 30.3332824 ], [ 120.0002332, 30.333662 ] ], [ [ 120.0002332, 30.333662 ], [ 120.0002912, 30.3339212 ] ], [ [ 120.0002912, 30.3339212 ], [ 120.0003254, 30.3340742 ] ], [ [ 120.0003254, 30.3340742 ], [ 120.0005954, 30.3348189 ] ], [ [ 120.0005954, 30.3348189 ], [ 120.0006454, 30.334957 ] ], [ [ 120.0006454, 30.334957 ], [ 120.0008234, 30.3354479 ] ], [ [ 120.0008234, 30.3354479 ], [ 120.0009263, 30.3358058 ] ], [ [ 120.0009263, 30.3358058 ], [ 120.0010026, 30.3360986 ] ], [ [ 120.0010026, 30.3360986 ], [ 120.001305, 30.3372602 ] ], [ [ 120.001305, 30.3372602 ], [ 120.0022352, 30.3385837 ] ], [ [ 120.0022352, 30.3385837 ], [ 120.0026199, 30.339366 ] ], [ [ 120.0026199, 30.339366 ], [ 120.0027016, 30.3395322 ] ], [ [ 120.0027016, 30.3395322 ], [ 120.002777, 30.3396856 ] ], [ [ 120.002777, 30.3396856 ], [ 120.0032759, 30.3404217 ] ], [ [ 120.0032759, 30.3404217 ], [ 120.0036943, 30.3408476 ] ], [ [ 120.0036943, 30.3408476 ], [ 120.0043359, 30.3419455 ] ], [ [ 120.0043359, 30.3419455 ], [ 120.0044313, 30.3421059 ] ], [ [ 120.0044313, 30.3421059 ], [ 120.0045649, 30.3423307 ] ], [ [ 120.0045649, 30.3423307 ], [ 120.0047726, 30.34268 ] ], [ [ 120.0047726, 30.34268 ], [ 120.004903, 30.3428992 ] ], [ [ 120.004903, 30.3428992 ], [ 120.0053143, 30.3435976 ] ], [ [ 120.0053143, 30.3435976 ], [ 120.0057689, 30.3438981 ] ], [ [ 120.0057689, 30.3438981 ], [ 120.0066072, 30.3444772 ] ], [ [ 120.0066072, 30.3444772 ], [ 120.007481, 30.3449804 ] ], [ [ 120.007481, 30.3449804 ], [ 120.0076227, 30.3450464 ] ], [ [ 120.0076227, 30.3450464 ], [ 120.0077658, 30.3451029 ] ], [ [ 120.0077658, 30.3451029 ], [ 120.0079099, 30.3451597 ] ], [ [ 120.0079099, 30.3451597 ], [ 120.0081057, 30.345237 ] ], [ [ 120.0107576, 30.3462459 ], [ 120.0118564, 30.3440226 ] ], [ [ 120.0118564, 30.3440226 ], [ 120.0153508, 30.345278 ] ], [ [ 120.0153508, 30.345278 ], [ 120.0155417, 30.3453466 ] ], [ [ 120.0155417, 30.3453466 ], [ 120.0160974, 30.3455462 ] ], [ [ 120.0160974, 30.3455462 ], [ 120.0184243, 30.3463875 ] ], [ [ 120.0184243, 30.3463875 ], [ 120.0185089, 30.346485 ] ], [ [ 120.0185089, 30.346485 ], [ 120.0185496, 30.3465675 ] ], [ [ 120.0185496, 30.3465675 ], [ 120.018557, 30.3466764 ] ], [ [ 120.0510501, 30.331934 ], [ 120.0510071, 30.3318182 ] ], [ [ 120.0572079, 30.3312214 ], [ 120.0555921, 30.3326166 ] ], [ [ 120.0555921, 30.3326166 ], [ 120.0550825, 30.3329668 ] ], [ [ 120.0550825, 30.3329668 ], [ 120.0547345, 30.3332107 ] ], [ [ 120.0547345, 30.3332107 ], [ 120.0545107, 30.3333578 ] ], [ [ 120.0264982, 30.334896 ], [ 120.026528, 30.3312079 ] ], [ [ 120.0233507, 30.3349096 ], [ 120.0264982, 30.334896 ] ], [ [ 120.0426473, 30.3355632 ], [ 120.0428227, 30.3355632 ] ], [ [ 120.0555921, 30.3326166 ], [ 120.0581059, 30.334795 ] ], [ [ 120.0510501, 30.331934 ], [ 120.0512797, 30.3324568 ] ], [ [ 120.0512797, 30.3324568 ], [ 120.0515733, 30.3329966 ] ], [ [ 120.0515733, 30.3329966 ], [ 120.0519638, 30.3335957 ] ], [ [ 120.0519638, 30.3335957 ], [ 120.0525538, 30.334326 ] ], [ [ 120.0525538, 30.334326 ], [ 120.05268, 30.3344636 ] ], [ [ 120.05268, 30.3344636 ], [ 120.0531508, 30.3349768 ] ], [ [ 120.0531508, 30.3349768 ], [ 120.054015, 30.3358441 ] ], [ [ 120.054015, 30.3358441 ], [ 120.0543816, 30.336214 ] ], [ [ 120.0543816, 30.336214 ], [ 120.0549592, 30.3368154 ] ], [ [ 120.0581059, 30.334795 ], [ 120.0579171, 30.3349416 ] ], [ [ 120.0579171, 30.3349416 ], [ 120.0575676, 30.3352168 ] ], [ [ 120.0575676, 30.3352168 ], [ 120.0574128, 30.3353387 ] ], [ [ 120.0574128, 30.3353387 ], [ 120.0567845, 30.3357762 ] ], [ [ 120.0567845, 30.3357762 ], [ 120.0566318, 30.3358755 ] ], [ [ 120.0428227, 30.3355632 ], [ 120.0431439, 30.3356469 ], [ 120.0428227, 30.3356479 ] ], [ [ 120.0566318, 30.3358755 ], [ 120.0565002, 30.3359452 ] ], [ [ 120.0428227, 30.3356479 ], [ 120.0426474, 30.3356479 ] ], [ [ 120.037541, 30.3360549 ], [ 120.0377799, 30.336063 ], [ 120.0386112, 30.3359542 ], [ 120.0388867, 30.3358776 ], [ 120.0396479, 30.3356116 ], [ 120.0398767, 30.3355874 ], [ 120.0401336, 30.3355834 ], [ 120.0405626, 30.3355799 ], [ 120.0426473, 30.3355632 ] ], [ [ 120.0426474, 30.3356479 ], [ 120.0405625, 30.3356667 ], [ 120.0399748, 30.3356721 ], [ 120.0397553, 30.3356882 ], [ 120.0395498, 30.3357204 ], [ 120.0387466, 30.3360106 ], [ 120.0385365, 30.3360671 ], [ 120.0382889, 30.3361074 ], [ 120.0375405, 30.3361678 ] ], [ [ 120.0375405, 30.3361678 ], [ 120.0374496, 30.3361717 ] ], [ [ 120.0266017, 30.3312084 ], [ 120.0265837, 30.333263 ], [ 120.0265683, 30.335018 ], [ 120.026564, 30.3352779 ], [ 120.0265393, 30.3367776 ], [ 120.0265364, 30.3381186 ], [ 120.0265353, 30.3397176 ], [ 120.0265264, 30.3400194 ], [ 120.0265298, 30.3412397 ] ], [ [ 120.0565002, 30.3359452 ], [ 120.0559152, 30.3362755 ] ], [ [ 120.0559152, 30.3362755 ], [ 120.055633, 30.3364349 ] ], [ [ 120.055633, 30.3364349 ], [ 120.0549592, 30.3368154 ] ], [ [ 120.0549592, 30.3368154 ], [ 120.0552463, 30.3371423 ] ], [ [ 120.0552463, 30.3371423 ], [ 120.0555647, 30.3374827 ] ], [ [ 120.0598208, 30.3333795 ], [ 120.0597408, 30.3334472 ] ], [ [ 120.0655768, 30.3342019 ], [ 120.0657947, 30.3339958 ], [ 120.0660222, 30.3337603 ], [ 120.0663078, 30.3335739 ] ], [ [ 120.0581059, 30.334795 ], [ 120.0587797, 30.3342395 ] ], [ [ 120.0587797, 30.3342395 ], [ 120.0592272, 30.3338706 ] ], [ [ 120.0592272, 30.3338706 ], [ 120.0597408, 30.3334472 ] ], [ [ 120.066645, 30.3337659 ], [ 120.066478, 30.3340339 ], [ 120.0659858, 30.3345801 ] ], [ [ 120.0622202, 30.333632 ], [ 120.0632177, 30.3345509 ] ], [ [ 120.0632177, 30.3345509 ], [ 120.0634301, 30.3347466 ] ], [ [ 120.0634301, 30.3347466 ], [ 120.0642006, 30.3354563 ] ], [ [ 120.0827425, 30.3341583 ], [ 120.0836651, 30.3344857 ] ], [ [ 120.0836651, 30.3344857 ], [ 120.0845287, 30.3347921 ] ], [ [ 120.0845287, 30.3347921 ], [ 120.085618, 30.3351786 ] ], [ [ 120.0759278, 30.3352597 ], [ 120.0742544, 30.334543 ] ], [ [ 120.077904, 30.3361862 ], [ 120.0784947, 30.335495 ] ], [ [ 120.0784947, 30.335495 ], [ 120.0786889, 30.3351761 ] ], [ [ 120.0786889, 30.3351761 ], [ 120.0788072, 30.3348887 ] ], [ [ 120.0788072, 30.3348887 ], [ 120.0788382, 30.3346768 ] ], [ [ 120.0759278, 30.3352597 ], [ 120.077904, 30.3361862 ] ], [ [ 120.0642006, 30.3354563 ], [ 120.0649621, 30.3347899 ], [ 120.0654327, 30.3343429 ], [ 120.0655768, 30.3342019 ] ], [ [ 120.0659858, 30.3345801 ], [ 120.064618, 30.3358332 ] ], [ [ 120.0642006, 30.3354563 ], [ 120.0642235, 30.3354708 ] ], [ [ 120.0642235, 30.3354708 ], [ 120.064557, 30.3357699 ] ], [ [ 120.064557, 30.3357699 ], [ 120.064618, 30.3358332 ] ], [ [ 120.0581059, 30.334795 ], [ 120.059426, 30.3359009 ] ], [ [ 120.059426, 30.3359009 ], [ 120.0595084, 30.3359792 ] ], [ [ 120.0595084, 30.3359792 ], [ 120.0597129, 30.3361735 ] ], [ [ 120.0597129, 30.3361735 ], [ 120.0603626, 30.3367908 ] ], [ [ 120.0701204, 30.3350646 ], [ 120.0701639, 30.3350089 ] ], [ [ 120.0659858, 30.3345801 ], [ 120.0662825, 30.3348325 ] ], [ [ 120.0662825, 30.3348325 ], [ 120.0683784, 30.3366576 ] ], [ [ 120.0742544, 30.334543 ], [ 120.0738964, 30.3351407 ] ], [ [ 120.0738964, 30.3351407 ], [ 120.073253, 30.3361347 ] ], [ [ 120.073253, 30.3361347 ], [ 120.0726459, 30.336947 ] ], [ [ 120.0683784, 30.3366576 ], [ 120.0693735, 30.3357479 ] ], [ [ 120.0693735, 30.3357479 ], [ 120.0696284, 30.3355106 ] ], [ [ 120.0696284, 30.3355106 ], [ 120.0701204, 30.3350646 ] ], [ [ 120.0739134, 30.338018 ], [ 120.0740305, 30.3378528 ] ], [ [ 120.0740305, 30.3378528 ], [ 120.0741941, 30.3376392 ] ], [ [ 120.0741941, 30.3376392 ], [ 120.0748063, 30.336927 ] ], [ [ 120.0748063, 30.336927 ], [ 120.0751055, 30.3365789 ] ], [ [ 120.0751055, 30.3365789 ], [ 120.0755375, 30.3358859 ] ], [ [ 120.0755375, 30.3358859 ], [ 120.0759278, 30.3352597 ] ], [ [ 120.0752169, 30.3391072 ], [ 120.0755641, 30.3387399 ] ], [ [ 120.0755641, 30.3387399 ], [ 120.0759072, 30.3384045 ] ], [ [ 120.0759072, 30.3384045 ], [ 120.0761425, 30.3381587 ] ], [ [ 120.0761425, 30.3381587 ], [ 120.0766211, 30.337651 ] ], [ [ 120.0766211, 30.337651 ], [ 120.0776043, 30.3364777 ] ], [ [ 120.0776043, 30.3364777 ], [ 120.077904, 30.3361862 ] ], [ [ 120.0809565, 30.337819 ], [ 120.0808194, 30.3377719 ] ], [ [ 120.0752169, 30.3391072 ], [ 120.0751329, 30.3392224 ] ], [ [ 120.0622644, 30.3356674 ], [ 120.0603626, 30.3367908 ] ], [ [ 120.0671392, 30.3377595 ], [ 120.0664474, 30.3371435 ] ], [ [ 120.0664474, 30.3371435 ], [ 120.0662966, 30.3370092 ] ], [ [ 120.0662966, 30.3370092 ], [ 120.0660019, 30.3367468 ] ], [ [ 120.0660019, 30.3367468 ], [ 120.0657648, 30.3365897 ] ], [ [ 120.0657648, 30.3365897 ], [ 120.0653716, 30.3363633 ] ], [ [ 120.0653716, 30.3363633 ], [ 120.0651648, 30.3362541 ] ], [ [ 120.0651648, 30.3362541 ], [ 120.0649696, 30.3361389 ] ], [ [ 120.0649696, 30.3361389 ], [ 120.064618, 30.3358332 ] ], [ [ 120.0603626, 30.3367908 ], [ 120.0611574, 30.337546 ] ], [ [ 120.0615468, 30.3379616 ], [ 120.0614244, 30.3378312 ] ], [ [ 120.0661309, 30.3389331 ], [ 120.0660284, 30.3390429 ] ], [ [ 120.0725003, 30.3371195 ], [ 120.0726459, 30.336947 ] ], [ [ 120.0671392, 30.3377595 ], [ 120.068072, 30.3369301 ] ], [ [ 120.068072, 30.3369301 ], [ 120.0683784, 30.3366576 ] ], [ [ 120.0738311, 30.3381372 ], [ 120.0739134, 30.338018 ] ], [ [ 120.0725003, 30.3371195 ], [ 120.072277, 30.337329 ] ], [ [ 120.072277, 30.337329 ], [ 120.0720397, 30.3375628 ] ], [ [ 120.0720397, 30.3375628 ], [ 120.0710607, 30.3385466 ] ], [ [ 120.0710607, 30.3385466 ], [ 120.0708126, 30.3387909 ] ], [ [ 120.0708126, 30.3387909 ], [ 120.0706074, 30.3389934 ] ], [ [ 120.0706074, 30.3389934 ], [ 120.069515, 30.3400747 ] ], [ [ 120.0870727, 30.3406049 ], [ 120.0869635, 30.340549 ] ], [ [ 120.0869635, 30.340549 ], [ 120.0866711, 30.3403731 ] ], [ [ 120.0866711, 30.3403731 ], [ 120.0847114, 30.3392384 ] ], [ [ 120.0847114, 30.3392384 ], [ 120.084027, 30.338919 ] ], [ [ 120.084027, 30.338919 ], [ 120.083435, 30.3386688 ] ], [ [ 120.083435, 30.3386688 ], [ 120.0809565, 30.337819 ] ], [ [ 120.0615468, 30.3379616 ], [ 120.0617803, 30.3382376 ] ], [ [ 120.0617803, 30.3382376 ], [ 120.0618635, 30.3383366 ] ], [ [ 120.0618635, 30.3383366 ], [ 120.0620612, 30.3385863 ] ], [ [ 120.0620612, 30.3385863 ], [ 120.0621982, 30.3388267 ] ], [ [ 120.0621982, 30.3388267 ], [ 120.0622566, 30.3392375 ] ], [ [ 120.0622566, 30.3392375 ], [ 120.0622149, 30.3396554 ] ], [ [ 120.0622149, 30.3396554 ], [ 120.0621314, 30.3400518 ] ], [ [ 120.0621314, 30.3400518 ], [ 120.0620962, 30.3402424 ] ], [ [ 120.0620962, 30.3402424 ], [ 120.0619477, 30.3410462 ] ], [ [ 120.0650061, 30.3411232 ], [ 120.0650325, 30.3409742 ] ], [ [ 120.0650325, 30.3409742 ], [ 120.0652645, 30.3402492 ] ], [ [ 120.0652645, 30.3402492 ], [ 120.0653101, 30.3401625 ] ], [ [ 120.0653101, 30.3401625 ], [ 120.0654323, 30.3399301 ] ], [ [ 120.0654323, 30.3399301 ], [ 120.0656522, 30.3395513 ] ], [ [ 120.0656522, 30.3395513 ], [ 120.0660284, 30.3390429 ] ], [ [ 120.0619477, 30.3410462 ], [ 120.062579, 30.3410621 ] ], [ [ 120.062579, 30.3410621 ], [ 120.062745, 30.3410663 ] ], [ [ 120.062745, 30.3410663 ], [ 120.0642314, 30.3411037 ] ], [ [ 120.0642314, 30.3411037 ], [ 120.0644508, 30.3411092 ] ], [ [ 120.0644508, 30.3411092 ], [ 120.0650061, 30.3411232 ] ], [ [ 120.0589885, 30.3413596 ], [ 120.0592394, 30.3413367 ] ], [ [ 120.0592394, 30.3413367 ], [ 120.0593331, 30.3413282 ] ], [ [ 120.0593331, 30.3413282 ], [ 120.0596717, 30.3412822 ] ], [ [ 120.0596717, 30.3412822 ], [ 120.0610677, 30.3411409 ] ], [ [ 120.0610677, 30.3411409 ], [ 120.0614901, 30.3410981 ] ], [ [ 120.0614901, 30.3410981 ], [ 120.0616553, 30.3410794 ] ], [ [ 120.0616553, 30.3410794 ], [ 120.0619477, 30.3410462 ] ], [ [ 119.9968744, 30.3213436 ], [ 119.9977649, 30.3214094 ] ], [ [ 119.9977649, 30.3214094 ], [ 119.9979025, 30.3214534 ] ], [ [ 119.9979025, 30.3214534 ], [ 119.9979829, 30.3215234 ] ], [ [ 119.9979829, 30.3215234 ], [ 119.998008, 30.3216094 ] ], [ [ 119.998008, 30.3216094 ], [ 119.9980295, 30.3219567 ] ], [ [ 119.9980295, 30.3219567 ], [ 119.9979948, 30.3225017 ] ], [ [ 119.9979948, 30.3225017 ], [ 119.9979864, 30.3227435 ] ], [ [ 119.9979864, 30.3227435 ], [ 119.9979422, 30.3233134 ] ], [ [ 119.9979422, 30.3233134 ], [ 119.9979285, 30.3234896 ] ], [ [ 119.9979285, 30.3234896 ], [ 119.9979173, 30.3236335 ] ], [ [ 119.9979173, 30.3236335 ], [ 119.9978524, 30.3244711 ] ], [ [ 119.9978524, 30.3244711 ], [ 119.9978717, 30.324562 ] ], [ [ 119.9967939, 30.3244787 ], [ 119.9965667, 30.3244733 ] ], [ [ 119.992696, 30.3246489 ], [ 119.9927675, 30.3245542 ] ], [ [ 119.9927675, 30.3245542 ], [ 119.9928914, 30.3245071 ] ], [ [ 119.9928914, 30.3245071 ], [ 119.9930726, 30.3244825 ] ], [ [ 119.9930726, 30.3244825 ], [ 119.993952, 30.3243977 ] ], [ [ 119.993952, 30.3243977 ], [ 119.9941975, 30.324382 ] ], [ [ 119.9941975, 30.324382 ], [ 119.9944985, 30.3243628 ] ], [ [ 119.9944985, 30.3243628 ], [ 119.9945404, 30.3243601 ] ], [ [ 119.9945404, 30.3243601 ], [ 119.9952056, 30.3244254 ] ], [ [ 119.9952056, 30.3244254 ], [ 119.9965667, 30.3244733 ] ], [ [ 119.9967939, 30.3244787 ], [ 119.9978717, 30.324562 ] ], [ [ 119.9681341, 30.3174421 ], [ 119.9683837, 30.3174585 ] ], [ [ 119.973827, 30.3179647 ], [ 119.9725635, 30.317748 ] ], [ [ 119.9725635, 30.317748 ], [ 119.9714582, 30.3175583 ] ], [ [ 119.9714582, 30.3175583 ], [ 119.9705339, 30.3173998 ] ], [ [ 119.9705339, 30.3173998 ], [ 119.9698935, 30.3172899 ] ], [ [ 119.9698935, 30.3172899 ], [ 119.9697776, 30.3172825 ] ], [ [ 119.9697776, 30.3172825 ], [ 119.9696317, 30.3172936 ] ], [ [ 119.9696317, 30.3172936 ], [ 119.9687806, 30.3174243 ] ], [ [ 119.9687806, 30.3174243 ], [ 119.968475, 30.3174713 ] ], [ [ 119.968475, 30.3174713 ], [ 119.9683837, 30.3174585 ] ], [ [ 119.9759863, 30.3121526 ], [ 119.9773449, 30.312438 ] ], [ [ 119.9773449, 30.312438 ], [ 119.9779071, 30.3125535 ] ], [ [ 119.9779071, 30.3125535 ], [ 119.9787673, 30.3127302 ] ], [ [ 119.9787673, 30.3127302 ], [ 119.9809569, 30.3131799 ] ], [ [ 119.9809569, 30.3131799 ], [ 119.9816744, 30.3133291 ] ], [ [ 119.9816744, 30.3133291 ], [ 119.982037, 30.3134045 ] ], [ [ 119.982037, 30.3134045 ], [ 119.9827939, 30.3135619 ] ], [ [ 119.9827939, 30.3135619 ], [ 119.9833519, 30.313678 ] ], [ [ 119.9833519, 30.313678 ], [ 119.9835202, 30.3137129 ] ], [ [ 119.9835202, 30.3137129 ], [ 119.984609, 30.3139394 ] ], [ [ 119.984609, 30.3139394 ], [ 119.9847549, 30.3139912 ] ], [ [ 119.9847549, 30.3139912 ], [ 119.9848579, 30.3140653 ] ], [ [ 119.9848579, 30.3140653 ], [ 119.9854373, 30.3145951 ] ], [ [ 119.9854373, 30.3145951 ], [ 119.985506, 30.3146247 ] ], [ [ 119.985506, 30.3146247 ], [ 119.9855918, 30.3146581 ] ], [ [ 119.9855918, 30.3146581 ], [ 119.9857466, 30.3146901 ] ], [ [ 119.9857466, 30.3146901 ], [ 119.9858064, 30.3147025 ] ], [ [ 119.9858064, 30.3147025 ], [ 119.9876759, 30.3149646 ] ], [ [ 119.9876759, 30.3149646 ], [ 119.9896208, 30.3152372 ] ], [ [ 119.9896208, 30.3152372 ], [ 119.9913296, 30.3154768 ] ], [ [ 119.9913296, 30.3154768 ], [ 119.992587, 30.3156472 ] ], [ [ 119.992587, 30.3156472 ], [ 119.9934668, 30.3157658 ] ], [ [ 119.9934668, 30.3157658 ], [ 119.9938702, 30.3158214 ] ], [ [ 119.9938702, 30.3158214 ], [ 119.9951211, 30.3161108 ] ], [ [ 119.973827, 30.3179647 ], [ 119.9737246, 30.3184156 ] ], [ [ 119.9737246, 30.3184156 ], [ 119.973569, 30.3190959 ] ], [ [ 119.973569, 30.3190959 ], [ 119.9747136, 30.31923 ] ], [ [ 119.9747136, 30.31923 ], [ 119.9757758, 30.3193087 ] ], [ [ 119.9757758, 30.3193087 ], [ 119.9759931, 30.3193029 ] ], [ [ 119.9759931, 30.3193029 ], [ 119.9762394, 30.3192964 ] ], [ [ 119.9762394, 30.3192964 ], [ 119.9768804, 30.3196345 ] ], [ [ 119.9768804, 30.3196345 ], [ 119.977251, 30.3197625 ] ], [ [ 119.977251, 30.3197625 ], [ 119.9773521, 30.3197571 ] ], [ [ 119.9773521, 30.3197571 ], [ 119.9774871, 30.3197499 ] ], [ [ 119.9774871, 30.3197499 ], [ 119.9777843, 30.319734 ] ], [ [ 119.9777843, 30.319734 ], [ 119.9787289, 30.3199593 ] ], [ [ 119.9787289, 30.3199593 ], [ 119.981105, 30.3206589 ] ], [ [ 119.981105, 30.3206589 ], [ 119.9817168, 30.3208391 ] ], [ [ 119.9817168, 30.3208391 ], [ 119.9821349, 30.3209797 ] ], [ [ 119.9821349, 30.3209797 ], [ 119.9823629, 30.3213177 ] ], [ [ 119.9823629, 30.3213177 ], [ 119.9837634, 30.3219551 ] ], [ [ 119.9837634, 30.3219551 ], [ 119.984037, 30.3217398 ] ], [ [ 119.984037, 30.3217398 ], [ 119.9844951, 30.3216882 ] ], [ [ 119.9844951, 30.3216882 ], [ 119.985893, 30.3221241 ] ], [ [ 119.985893, 30.3221241 ], [ 119.987387, 30.3230317 ] ], [ [ 119.987387, 30.3230317 ], [ 119.9875421, 30.3232533 ] ], [ [ 119.9875421, 30.3232533 ], [ 119.9875748, 30.3234461 ] ], [ [ 119.9875748, 30.3234461 ], [ 119.987998, 30.3233968 ] ], [ [ 119.987998, 30.3233968 ], [ 119.988049, 30.3234431 ] ], [ [ 119.988049, 30.3234431 ], [ 119.9881536, 30.3237603 ] ], [ [ 119.9881536, 30.3237603 ], [ 119.9884594, 30.3238344 ] ], [ [ 119.9884594, 30.3238344 ], [ 119.9893606, 30.3238738 ] ], [ [ 119.9893606, 30.3238738 ], [ 119.9892941, 30.3243537 ] ], [ [ 119.9892941, 30.3243537 ], [ 119.9915761, 30.3246214 ] ], [ [ 119.9915761, 30.3246214 ], [ 119.992696, 30.3246489 ] ], [ [ 119.9907986, 30.3462048 ], [ 119.9908143, 30.3461161 ] ], [ [ 119.9908143, 30.3461161 ], [ 119.9908629, 30.3458238 ] ], [ [ 119.9908629, 30.3458238 ], [ 119.9908969, 30.345643 ] ], [ [ 119.9908969, 30.345643 ], [ 119.9911523, 30.3440837 ] ], [ [ 119.9911523, 30.3440837 ], [ 119.9913125, 30.3431205 ] ], [ [ 119.9913125, 30.3431205 ], [ 119.991442, 30.3419171 ] ], [ [ 119.991442, 30.3419171 ], [ 119.9917585, 30.3391578 ] ], [ [ 119.9917585, 30.3391578 ], [ 119.9918287, 30.3386631 ] ], [ [ 119.9918287, 30.3386631 ], [ 119.9918333, 30.3386148 ] ], [ [ 119.9918333, 30.3386148 ], [ 119.9918728, 30.3383953 ] ], [ [ 119.9918728, 30.3383953 ], [ 119.991914, 30.3377827 ] ], [ [ 119.991914, 30.3377827 ], [ 119.9919891, 30.3362549 ] ], [ [ 119.9919891, 30.3362549 ], [ 119.9920401, 30.3350697 ] ], [ [ 119.9920401, 30.3350697 ], [ 119.9920438, 30.3349845 ] ], [ [ 119.9920438, 30.3349845 ], [ 119.992077, 30.3342122 ] ], [ [ 119.992077, 30.3342122 ], [ 119.9921139, 30.3333541 ] ], [ [ 119.9921139, 30.3333541 ], [ 119.9921201, 30.3332108 ] ], [ [ 119.9921201, 30.3332108 ], [ 119.9921203, 30.3332059 ] ], [ [ 119.9921203, 30.3332059 ], [ 119.9921293, 30.3329976 ] ], [ [ 119.9921293, 30.3329976 ], [ 119.9921686, 30.3320848 ] ], [ [ 119.9921686, 30.3320848 ], [ 119.9921962, 30.3314429 ] ], [ [ 119.9921962, 30.3314429 ], [ 119.9922252, 30.3307683 ] ], [ [ 119.9922252, 30.3307683 ], [ 119.9922807, 30.3301373 ] ], [ [ 119.9922807, 30.3301373 ], [ 119.9925578, 30.3265501 ] ], [ [ 119.9925578, 30.3265501 ], [ 119.992696, 30.3246489 ] ], [ [ 119.9907658, 30.3463904 ], [ 119.9907986, 30.3462048 ] ], [ [ 119.9798866, 30.3580517 ], [ 119.9798959, 30.3576832 ] ], [ [ 119.9763277, 30.3580403 ], [ 119.9763334, 30.3581478 ] ], [ [ 119.9798869, 30.3581606 ], [ 119.9798866, 30.3580517 ] ], [ [ 119.9763334, 30.3581478 ], [ 119.976372, 30.3597163 ] ], [ [ 119.976372, 30.3597163 ], [ 119.9763889, 30.3604015 ] ], [ [ 119.983686, 30.370327 ], [ 119.9838749, 30.3703916 ] ], [ [ 119.9838749, 30.3703916 ], [ 119.9840428, 30.3704196 ] ], [ [ 119.9840428, 30.3704196 ], [ 119.9842905, 30.3704551 ] ], [ [ 119.9842905, 30.3704551 ], [ 119.9844466, 30.3704834 ] ], [ [ 119.9844466, 30.3704834 ], [ 119.9847159, 30.3705287 ] ], [ [ 119.9847159, 30.3705287 ], [ 119.984832, 30.3705671 ] ], [ [ 119.984832, 30.3705671 ], [ 119.9849232, 30.3705972 ] ], [ [ 119.9849232, 30.3705972 ], [ 119.9851834, 30.3707208 ] ], [ [ 119.9851834, 30.3707208 ], [ 119.9857231, 30.3709314 ] ], [ [ 119.9857231, 30.3709314 ], [ 119.9860988, 30.3710463 ] ], [ [ 119.9860988, 30.3710463 ], [ 119.9861795, 30.371071 ] ], [ [ 119.9861795, 30.371071 ], [ 119.9866209, 30.371168 ] ], [ [ 119.9866209, 30.371168 ], [ 119.9871399, 30.3712503 ] ], [ [ 119.9871399, 30.3712503 ], [ 119.9875372, 30.371279 ] ], [ [ 119.9875372, 30.371279 ], [ 119.9876346, 30.3712782 ] ], [ [ 119.9876346, 30.3712782 ], [ 119.9887243, 30.3712631 ] ], [ [ 119.9887243, 30.3712631 ], [ 119.9894212, 30.3712725 ] ], [ [ 119.9894212, 30.3712725 ], [ 119.9897276, 30.3713014 ] ], [ [ 119.9897276, 30.3713014 ], [ 119.9899071, 30.3713169 ] ], [ [ 119.9899071, 30.3713169 ], [ 119.9900306, 30.3713217 ] ], [ [ 119.9900306, 30.3713217 ], [ 119.9903547, 30.3713143 ] ], [ [ 119.9903547, 30.3713143 ], [ 119.9907223, 30.3713143 ] ], [ [ 119.9907223, 30.3713143 ], [ 119.9908142, 30.3713589 ] ], [ [ 119.9908142, 30.3713589 ], [ 119.9909233, 30.3714431 ] ], [ [ 119.9909233, 30.3714431 ], [ 119.9910898, 30.3717008 ] ], [ [ 119.9910898, 30.3717008 ], [ 119.9912622, 30.3718098 ] ], [ [ 119.9912622, 30.3718098 ], [ 119.9914747, 30.3719138 ] ], [ [ 119.9914747, 30.3719138 ], [ 119.9920088, 30.3721467 ] ], [ [ 119.9920088, 30.3721467 ], [ 119.9921323, 30.3722559 ] ], [ [ 119.9921323, 30.3722559 ], [ 119.9922631, 30.3724221 ] ], [ [ 119.9922631, 30.3724221 ], [ 119.992794, 30.3730969 ] ], [ [ 119.9941866, 30.3739081 ], [ 119.9932249, 30.3734547 ] ], [ [ 119.9932249, 30.3734547 ], [ 119.9931632, 30.3734252 ] ], [ [ 119.9931632, 30.3734252 ], [ 119.9929504, 30.3732476 ] ], [ [ 119.9929504, 30.3732476 ], [ 119.992794, 30.3730969 ] ], [ [ 119.9798869, 30.3581606 ], [ 119.9799319, 30.3604169 ] ], [ [ 119.9827585, 30.3603872 ], [ 119.9829063, 30.3603856 ] ], [ [ 119.9799319, 30.3604169 ], [ 119.9827585, 30.3603872 ] ], [ [ 119.9763889, 30.3604015 ], [ 119.9779136, 30.3604081 ] ], [ [ 119.9779136, 30.3604081 ], [ 119.9799319, 30.3604169 ] ], [ [ 119.9630984, 30.3642665 ], [ 119.9629704, 30.3642644 ] ], [ [ 119.9687806, 30.3643617 ], [ 119.9630984, 30.3642665 ] ], [ [ 119.9631133, 30.3664796 ], [ 119.9630984, 30.3642665 ] ], [ [ 119.9602997, 30.3664597 ], [ 119.9611149, 30.3664655 ] ], [ [ 119.9611149, 30.3664655 ], [ 119.9631133, 30.3664796 ] ], [ [ 120.0671392, 30.3377595 ], [ 120.0675281, 30.3383151 ] ], [ [ 120.0675281, 30.3383151 ], [ 120.0678353, 30.33863 ] ], [ [ 120.0678353, 30.33863 ], [ 120.068711, 30.3393985 ] ], [ [ 120.068711, 30.3393985 ], [ 120.069515, 30.3400747 ] ], [ [ 120.0738848, 30.3408648 ], [ 120.0739145, 30.3408337 ] ], [ [ 120.0739145, 30.3408337 ], [ 120.0743503, 30.3402574 ] ], [ [ 120.0743503, 30.3402574 ], [ 120.0744637, 30.3401073 ] ], [ [ 120.0744637, 30.3401073 ], [ 120.0751329, 30.3392224 ] ], [ [ 120.0738848, 30.3408648 ], [ 120.0723479, 30.342533 ] ], [ [ 120.0723479, 30.342533 ], [ 120.0713234, 30.3416439 ] ], [ [ 120.0713234, 30.3416439 ], [ 120.0710694, 30.3414235 ] ], [ [ 120.0710694, 30.3414235 ], [ 120.069515, 30.3400747 ] ], [ [ 120.0621885, 30.3435221 ], [ 120.0620468, 30.3428679 ] ], [ [ 120.0620468, 30.3428679 ], [ 120.0619894, 30.3426027 ] ], [ [ 120.0619894, 30.3426027 ], [ 120.0619511, 30.3422368 ] ], [ [ 120.0619511, 30.3422368 ], [ 120.0619379, 30.3420281 ] ], [ [ 120.0619379, 30.3420281 ], [ 120.061931, 30.3419182 ] ], [ [ 120.061931, 30.3419182 ], [ 120.0619143, 30.3414498 ] ], [ [ 120.0619143, 30.3414498 ], [ 120.0619477, 30.3410462 ] ], [ [ 120.0647793, 30.3435979 ], [ 120.0648667, 30.3424468 ] ], [ [ 120.0648667, 30.3424468 ], [ 120.0648784, 30.3422929 ] ], [ [ 120.0648784, 30.3422929 ], [ 120.0650061, 30.3411232 ] ], [ [ 120.062227, 30.3436502 ], [ 120.0621885, 30.3435221 ] ], [ [ 120.0647793, 30.3435979 ], [ 120.0647374, 30.3437124 ] ], [ [ 120.0870727, 30.3406049 ], [ 120.0878716, 30.3410505 ] ], [ [ 120.0878716, 30.3410505 ], [ 120.0883697, 30.3413283 ] ], [ [ 120.0883697, 30.3413283 ], [ 120.088888, 30.3416174 ] ], [ [ 120.088888, 30.3416174 ], [ 120.0900096, 30.342243 ] ], [ [ 120.0900096, 30.342243 ], [ 120.090293, 30.3423844 ] ], [ [ 120.090293, 30.3423844 ], [ 120.0917206, 30.3430965 ] ], [ [ 120.0919947, 30.3432253 ], [ 120.0917206, 30.3430965 ] ], [ [ 120.0919947, 30.3432253 ], [ 120.0920363, 30.3432525 ] ], [ [ 120.0920363, 30.3432525 ], [ 120.0925568, 30.3434791 ] ], [ [ 120.0925568, 30.3434791 ], [ 120.0941025, 30.3441519 ] ], [ [ 120.0941025, 30.3441519 ], [ 120.0953498, 30.3447061 ] ], [ [ 120.0953498, 30.3447061 ], [ 120.0954157, 30.344737 ] ], [ [ 120.0647374, 30.3437124 ], [ 120.0647281, 30.3440583 ] ], [ [ 120.0647281, 30.3440583 ], [ 120.0647431, 30.344324 ] ], [ [ 120.0647431, 30.344324 ], [ 120.0647515, 30.3444727 ] ], [ [ 120.0647515, 30.3444727 ], [ 120.0647949, 30.344887 ] ], [ [ 120.0647949, 30.344887 ], [ 120.0648565, 30.3451793 ] ], [ [ 120.062227, 30.3436502 ], [ 120.0624715, 30.3446769 ] ], [ [ 120.0624715, 30.3446769 ], [ 120.0625241, 30.3448979 ] ], [ [ 120.0625241, 30.3448979 ], [ 120.0627504, 30.3458481 ] ], [ [ 120.0760284, 30.3424718 ], [ 120.0738848, 30.3408648 ] ], [ [ 120.0848442, 30.343421 ], [ 120.0850896, 30.3430455 ] ], [ [ 120.0850896, 30.3430455 ], [ 120.0855947, 30.3422506 ] ], [ [ 120.0855947, 30.3422506 ], [ 120.085872, 30.3418478 ] ], [ [ 120.085872, 30.3418478 ], [ 120.086143, 30.3415089 ] ], [ [ 120.086143, 30.3415089 ], [ 120.0865709, 30.3410569 ] ], [ [ 120.0865709, 30.3410569 ], [ 120.0870727, 30.3406049 ] ], [ [ 120.0761601, 30.3450099 ], [ 120.0775718, 30.3455268 ] ], [ [ 120.0775718, 30.3455268 ], [ 120.0815991, 30.3469788 ] ], [ [ 120.0815991, 30.3469788 ], [ 120.0818379, 30.3470692 ] ], [ [ 120.0818379, 30.3470692 ], [ 120.0839966, 30.3479556 ] ], [ [ 120.0839966, 30.3479556 ], [ 120.0852935, 30.3484494 ] ], [ [ 120.0852935, 30.3484494 ], [ 120.0863151, 30.3487945 ] ], [ [ 120.0863151, 30.3487945 ], [ 120.0869007, 30.3490339 ] ], [ [ 120.0869007, 30.3490339 ], [ 120.0871815, 30.3492139 ] ], [ [ 120.0839966, 30.3479556 ], [ 120.0829715, 30.3498496 ] ], [ [ 120.0829715, 30.3498496 ], [ 120.0826669, 30.350232 ] ], [ [ 120.0826669, 30.350232 ], [ 120.0819125, 30.3509782 ] ], [ [ 120.0819125, 30.3509782 ], [ 120.0808194, 30.3500391 ] ], [ [ 120.0711023, 30.3434752 ], [ 120.0711937, 30.3434042 ] ], [ [ 120.0712683, 30.3434746 ], [ 120.0711718, 30.3435368 ] ], [ [ 120.0692031, 30.3453765 ], [ 120.0697929, 30.3449583 ], [ 120.0703417, 30.3442744 ], [ 120.070699, 30.3438232 ], [ 120.0711023, 30.3434752 ] ], [ [ 120.0711718, 30.3435368 ], [ 120.0710143, 30.3436556 ], [ 120.0705825, 30.3441271 ], [ 120.0702781, 30.3445358 ], [ 120.0698365, 30.3450532 ], [ 120.0695044, 30.3453131 ], [ 120.0692693, 30.3454456 ] ], [ [ 120.0648565, 30.3451793 ], [ 120.0627504, 30.3458481 ] ], [ [ 120.0648565, 30.3451793 ], [ 120.0648822, 30.3453407 ] ], [ [ 120.0648822, 30.3453407 ], [ 120.065027, 30.345836 ] ], [ [ 120.065027, 30.345836 ], [ 120.0650502, 30.3459351 ] ], [ [ 120.0650502, 30.3459351 ], [ 120.0650872, 30.3461109 ] ], [ [ 120.0650872, 30.3461109 ], [ 120.0651573, 30.3464434 ] ], [ [ 120.0955851, 30.3448164 ], [ 120.0955302, 30.3447907 ] ], [ [ 120.0955302, 30.3447907 ], [ 120.0954157, 30.344737 ] ], [ [ 120.0992024, 30.3454555 ], [ 120.0971134, 30.3453614 ] ], [ [ 120.0971134, 30.3453614 ], [ 120.0965576, 30.3452113 ] ], [ [ 120.0965576, 30.3452113 ], [ 120.0960821, 30.3450495 ] ], [ [ 120.0960821, 30.3450495 ], [ 120.0955851, 30.3448164 ] ], [ [ 120.0690837, 30.3454673 ], [ 120.0692031, 30.3453765 ] ], [ [ 120.0692693, 30.3454456 ], [ 120.069137, 30.3455208 ] ], [ [ 120.0651573, 30.3464434 ], [ 120.0675747, 30.3459113 ], [ 120.0677062, 30.3458795 ], [ 120.0687341, 30.345631 ], [ 120.0690837, 30.3454673 ] ], [ [ 120.069137, 30.3455208 ], [ 120.0689519, 30.3455948 ], [ 120.0686826, 30.3456952 ], [ 120.0676227, 30.3460044 ], [ 120.0667031, 30.3462225 ], [ 120.0656873, 30.3464465 ], [ 120.0651814, 30.3465581 ] ], [ [ 120.026447, 30.3412418 ], [ 120.0264578, 30.3400147 ], [ 120.0264635, 30.3396991 ], [ 120.026474, 30.3381187 ], [ 120.026483, 30.3367775 ], [ 120.0264837, 30.3366849 ], [ 120.0264848, 30.3365541 ], [ 120.0264951, 30.335277 ], [ 120.0264972, 30.3350208 ], [ 120.0264982, 30.334896 ] ], [ [ 120.0164584, 30.34842 ], [ 120.0165317, 30.348442 ] ], [ [ 120.0165317, 30.348442 ], [ 120.016599, 30.3484622 ] ], [ [ 120.016599, 30.3484622 ], [ 120.0167088, 30.348472 ] ], [ [ 120.0167088, 30.348472 ], [ 120.0168367, 30.3484766 ] ], [ [ 120.0168367, 30.3484766 ], [ 120.0169632, 30.3484751 ] ], [ [ 120.0169632, 30.3484751 ], [ 120.0171183, 30.3484728 ] ], [ [ 120.0171183, 30.3484728 ], [ 120.0172588, 30.3484619 ] ], [ [ 120.0172588, 30.3484619 ], [ 120.0175151, 30.3484268 ] ], [ [ 120.0175151, 30.3484268 ], [ 120.0176807, 30.3483803 ] ], [ [ 120.0176807, 30.3483803 ], [ 120.0178294, 30.3483339 ] ], [ [ 120.0178294, 30.3483339 ], [ 120.0181655, 30.3482096 ] ], [ [ 120.0181655, 30.3482096 ], [ 120.0183913, 30.3481372 ] ], [ [ 120.0183913, 30.3481372 ], [ 120.0185222, 30.3481015 ] ], [ [ 120.0185222, 30.3481015 ], [ 120.0186259, 30.3480774 ] ], [ [ 120.0186259, 30.3480774 ], [ 120.0188278, 30.3480533 ] ], [ [ 120.0188278, 30.3480533 ], [ 120.0193107, 30.348021 ] ], [ [ 120.0193107, 30.348021 ], [ 120.0193746, 30.3480237 ] ], [ [ 120.0193746, 30.3480237 ], [ 120.0195302, 30.3480303 ] ], [ [ 120.0195302, 30.3480303 ], [ 120.0196646, 30.348036 ] ], [ [ 120.0196646, 30.348036 ], [ 120.020401, 30.3480206 ] ], [ [ 120.020401, 30.3480206 ], [ 120.0205576, 30.3480288 ] ], [ [ 120.0205576, 30.3480288 ], [ 120.0206803, 30.3480429 ] ], [ [ 120.0206803, 30.3480429 ], [ 120.0212535, 30.3482535 ] ], [ [ 120.0212535, 30.3482535 ], [ 120.0213079, 30.3482688 ] ], [ [ 120.0213079, 30.3482688 ], [ 120.0214755, 30.3483057 ] ], [ [ 120.0214755, 30.3483057 ], [ 120.0216349, 30.3483016 ] ], [ [ 120.0216349, 30.3483016 ], [ 120.0218186, 30.3482539 ] ], [ [ 120.0218186, 30.3482539 ], [ 120.0224163, 30.3480778 ] ], [ [ 120.0224163, 30.3480778 ], [ 120.0226863, 30.3480079 ] ], [ [ 120.0226863, 30.3480079 ], [ 120.0246814, 30.348042 ] ], [ [ 120.0246814, 30.348042 ], [ 120.026021, 30.3480779 ] ], [ [ 120.026021, 30.3480779 ], [ 120.0261471, 30.3480812 ] ], [ [ 120.0261471, 30.3480812 ], [ 120.0270312, 30.3481049 ] ], [ [ 120.0270312, 30.3481049 ], [ 120.0278925, 30.3481281 ] ], [ [ 120.0278925, 30.3481281 ], [ 120.0303608, 30.3482061 ] ], [ [ 120.0303608, 30.3482061 ], [ 120.0317258, 30.3482446 ] ], [ [ 120.0317258, 30.3482446 ], [ 120.0317956, 30.3482466 ] ], [ [ 120.0317956, 30.3482466 ], [ 120.0320989, 30.3482551 ] ], [ [ 120.0320989, 30.3482551 ], [ 120.0322471, 30.3482593 ] ], [ [ 120.0322471, 30.3482593 ], [ 120.0323504, 30.3482625 ] ], [ [ 120.0323504, 30.3482625 ], [ 120.0333143, 30.3482919 ] ], [ [ 120.0333143, 30.3482919 ], [ 120.0339055, 30.34831 ] ], [ [ 120.0339055, 30.34831 ], [ 120.0342753, 30.3483213 ] ], [ [ 120.0342753, 30.3483213 ], [ 120.0343307, 30.348323 ] ], [ [ 120.0343307, 30.348323 ], [ 120.0347676, 30.34831 ] ], [ [ 120.0347676, 30.34831 ], [ 120.0348832, 30.3482767 ] ], [ [ 120.0348832, 30.3482767 ], [ 120.0349745, 30.3482321 ] ], [ [ 120.0349745, 30.3482321 ], [ 120.0350759, 30.3481263 ] ], [ [ 120.0350759, 30.3481263 ], [ 120.0351375, 30.3479806 ] ], [ [ 120.0351375, 30.3479806 ], [ 120.0351626, 30.3477341 ] ], [ [ 120.0351626, 30.3477341 ], [ 120.0351889, 30.3474756 ] ], [ [ 120.0351889, 30.3474756 ], [ 120.03523, 30.3470719 ] ], [ [ 120.03523, 30.3470719 ], [ 120.0352452, 30.3469367 ] ], [ [ 120.0352452, 30.3469367 ], [ 120.035249, 30.3468832 ] ], [ [ 120.035249, 30.3468832 ], [ 120.0352495, 30.3466206 ] ], [ [ 120.0352495, 30.3466206 ], [ 120.0352499, 30.3464461 ] ], [ [ 120.0352499, 30.3464461 ], [ 120.0352112, 30.3462457 ] ], [ [ 120.0352112, 30.3462457 ], [ 120.0351561, 30.3459916 ] ], [ [ 120.0351561, 30.3459916 ], [ 120.0349083, 30.3450945 ] ], [ [ 120.0349083, 30.3450945 ], [ 120.0345141, 30.3437279 ] ], [ [ 120.0345141, 30.3437279 ], [ 120.034071, 30.3421916 ] ], [ [ 120.034071, 30.3421916 ], [ 120.0340041, 30.3419375 ] ], [ [ 120.0340041, 30.3419375 ], [ 120.0338015, 30.3413002 ] ], [ [ 120.0338015, 30.3413002 ], [ 120.033657, 30.3408423 ] ], [ [ 120.0107576, 30.3462459 ], [ 120.0104311, 30.3461206 ] ], [ [ 120.0104311, 30.3461206 ], [ 120.0086338, 30.3454251 ] ], [ [ 120.0086338, 30.3454251 ], [ 120.0081057, 30.345237 ] ], [ [ 120.0073151, 30.3490353 ], [ 120.0073265, 30.3489581 ] ], [ [ 120.0073265, 30.3489581 ], [ 120.0075194, 30.3481484 ] ], [ [ 120.0075194, 30.3481484 ], [ 120.0075414, 30.347883 ] ], [ [ 120.0075414, 30.347883 ], [ 120.0075202, 30.3476037 ] ], [ [ 120.0075202, 30.3476037 ], [ 120.0074467, 30.347107 ] ], [ [ 120.0074467, 30.347107 ], [ 120.007388, 30.346764 ] ], [ [ 120.007388, 30.346764 ], [ 120.0073843, 30.3464753 ] ], [ [ 120.0073843, 30.3464753 ], [ 120.0075005, 30.3458851 ] ], [ [ 120.0075005, 30.3458851 ], [ 120.0075331, 30.3455724 ] ], [ [ 120.0075331, 30.3455724 ], [ 120.0075875, 30.3454238 ] ], [ [ 120.0075875, 30.3454238 ], [ 120.0077651, 30.3453137 ] ], [ [ 120.0077651, 30.3453137 ], [ 120.0079773, 30.345247 ] ], [ [ 120.0079773, 30.345247 ], [ 120.0081057, 30.345237 ] ], [ [ 120.016339, 30.3483973 ], [ 120.0162129, 30.3483671 ] ], [ [ 120.0162129, 30.3483671 ], [ 120.0145621, 30.3477328 ] ], [ [ 120.0145621, 30.3477328 ], [ 120.0141894, 30.3475871 ] ], [ [ 120.0141894, 30.3475871 ], [ 120.013864, 30.34746 ] ], [ [ 120.013864, 30.34746 ], [ 120.0107576, 30.3462459 ] ], [ [ 120.0164584, 30.34842 ], [ 120.016339, 30.3483973 ] ], [ [ 120.0568084, 30.3429265 ], [ 120.0570677, 30.3423962 ] ], [ [ 120.0570677, 30.3423962 ], [ 120.0575016, 30.3415089 ] ], [ [ 120.0575016, 30.3415089 ], [ 120.0576453, 30.3414469 ] ], [ [ 120.0576453, 30.3414469 ], [ 120.0577422, 30.3414456 ] ], [ [ 120.0577422, 30.3414456 ], [ 120.0579956, 30.3414534 ] ], [ [ 120.0579956, 30.3414534 ], [ 120.05807, 30.3414577 ] ], [ [ 120.05807, 30.3414577 ], [ 120.0588461, 30.3413709 ] ], [ [ 120.0591514, 30.3435592 ], [ 120.0587761, 30.3436578 ] ], [ [ 120.0587761, 30.3436578 ], [ 120.0585735, 30.3437336 ] ], [ [ 120.0585735, 30.3437336 ], [ 120.0581324, 30.3438986 ] ], [ [ 120.0581324, 30.3438986 ], [ 120.0580895, 30.343931 ] ], [ [ 120.0580895, 30.343931 ], [ 120.0580358, 30.3440236 ] ], [ [ 120.0580358, 30.3440236 ], [ 120.0579008, 30.3443172 ] ], [ [ 120.0579008, 30.3443172 ], [ 120.0573546, 30.345505 ] ], [ [ 120.0573546, 30.345505 ], [ 120.0573546, 30.3455791 ] ], [ [ 120.0573546, 30.3455791 ], [ 120.0573707, 30.3456763 ] ], [ [ 120.0573707, 30.3456763 ], [ 120.0577301, 30.3468892 ] ], [ [ 120.0577301, 30.3468892 ], [ 120.0577623, 30.3469957 ] ], [ [ 120.0577623, 30.3469957 ], [ 120.0578535, 30.3470605 ] ], [ [ 120.0578535, 30.3470605 ], [ 120.0580768, 30.3471105 ] ], [ [ 120.0474667, 30.3571858 ], [ 120.0474729, 30.3549535 ] ], [ [ 120.0537429, 30.3572612 ], [ 120.0536128, 30.3571439 ], [ 120.0474667, 30.3571858 ] ], [ [ 120.0474667, 30.3571858 ], [ 120.0475646, 30.3573187 ] ], [ [ 120.0473982, 30.3573189 ], [ 120.0474667, 30.3571858 ] ], [ [ 120.0618727, 30.3516927 ], [ 120.0613732, 30.3520841 ], [ 120.0607678, 30.3525584 ], [ 120.0599203, 30.3530584 ], [ 120.0595311, 30.353225 ], [ 120.0593461, 30.3532857 ] ], [ [ 120.0637427, 30.353311 ], [ 120.0618727, 30.3516927 ] ], [ [ 120.0591532, 30.3532119 ], [ 120.0593074, 30.3531786 ] ], [ [ 120.0638282, 30.3532353 ], [ 120.0639158, 30.3533052 ] ], [ [ 120.0593461, 30.3532857 ], [ 120.0592004, 30.3533343 ] ], [ [ 120.0638167, 30.3533935 ], [ 120.0637427, 30.353311 ] ], [ [ 120.0194013, 30.3559178 ], [ 120.019484, 30.3559917 ] ], [ [ 120.019369, 30.3560055 ], [ 120.0194013, 30.3559178 ] ], [ [ 120.0374934, 30.3543627 ], [ 120.0375011, 30.3545582 ] ], [ [ 120.0374018, 30.3545621 ], [ 120.0374044, 30.354366 ] ], [ [ 120.0375011, 30.3545582 ], [ 120.037542, 30.3571687 ] ], [ [ 120.0374216, 30.3571719 ], [ 120.0374018, 30.3545621 ] ], [ [ 120.037542, 30.3571687 ], [ 120.0374216, 30.3571719 ] ], [ [ 120.0474667, 30.3571858 ], [ 120.0435124, 30.3572384 ], [ 120.0433428, 30.3572359 ], [ 120.0404164, 30.357202 ], [ 120.037542, 30.3571687 ] ], [ [ 120.037542, 30.3571687 ], [ 120.0375418, 30.3572915 ] ], [ [ 120.0374218, 30.3572918 ], [ 120.0374216, 30.3571719 ] ], [ [ 120.0374218, 30.3572918 ], [ 120.0375418, 30.3572915 ] ], [ [ 120.0375418, 30.3572915 ], [ 120.0433412, 30.3573236 ], [ 120.0435112, 30.3573246 ], [ 120.0473982, 30.3573189 ] ], [ [ 120.0374216, 30.3571719 ], [ 120.0342241, 30.3572795 ], [ 120.0340898, 30.3572932 ], [ 120.0339111, 30.3573114 ], [ 120.0330388, 30.3574182 ], [ 120.0321892, 30.3575346 ], [ 120.0316017, 30.3576482 ], [ 120.0313036, 30.3577119 ], [ 120.0311176, 30.3577516 ], [ 120.0303518, 30.3579294 ], [ 120.0279388, 30.3587446 ], [ 120.027813, 30.3587785 ] ], [ [ 120.0608533, 30.3464617 ], [ 120.0611044, 30.3463755 ] ], [ [ 120.0611044, 30.3463755 ], [ 120.0617292, 30.3461673 ] ], [ [ 120.0617292, 30.3461673 ], [ 120.0627504, 30.3458481 ] ], [ [ 120.0608533, 30.3464617 ], [ 120.0606768, 30.3465103 ] ], [ [ 120.0651814, 30.3465581 ], [ 120.0651573, 30.3464434 ] ], [ [ 120.0582481, 30.3470703 ], [ 120.0584825, 30.3470703 ] ], [ [ 120.0584825, 30.3470703 ], [ 120.0587998, 30.3470631 ] ], [ [ 120.0587998, 30.3470631 ], [ 120.0595596, 30.3468614 ] ], [ [ 120.0595596, 30.3468614 ], [ 120.0606768, 30.3465103 ] ], [ [ 120.0626913, 30.3481775 ], [ 120.0633884, 30.3475901 ], [ 120.0636221, 30.3473788 ], [ 120.0643795, 30.3467934 ], [ 120.0647232, 30.346626 ], [ 120.0649116, 30.3465307 ], [ 120.0649828, 30.3465054 ], [ 120.0651573, 30.3464434 ] ], [ [ 120.0651814, 30.3465581 ], [ 120.0647754, 30.3466742 ], [ 120.0644492, 30.3468632 ], [ 120.0641858, 30.3470927 ], [ 120.0637209, 30.3474764 ], [ 120.0634563, 30.3477046 ], [ 120.062818, 30.348275 ] ], [ [ 120.0651814, 30.3465581 ], [ 120.0652272, 30.3467513 ] ], [ [ 120.0652272, 30.3467513 ], [ 120.065468, 30.3476513 ] ], [ [ 120.065468, 30.3476513 ], [ 120.065488, 30.3477261 ] ], [ [ 120.065488, 30.3477261 ], [ 120.0656299, 30.3480791 ] ], [ [ 120.0656299, 30.3480791 ], [ 120.0658213, 30.3483326 ] ], [ [ 120.0625543, 30.3483242 ], [ 120.0626913, 30.3481775 ] ], [ [ 120.0626063, 30.3483995 ], [ 120.062818, 30.348275 ] ], [ [ 120.0658831, 30.3484167 ], [ 120.0658213, 30.3483326 ] ], [ [ 120.0658213, 30.3483326 ], [ 120.0673546, 30.3478342 ], [ 120.0674209, 30.3478392 ], [ 120.0674213, 30.3478868 ], [ 120.0663144, 30.3482376 ], [ 120.0658831, 30.3484167 ] ], [ [ 120.06409, 30.3496379 ], [ 120.0648458, 30.349006 ], [ 120.0650883, 30.348806 ], [ 120.065392, 30.3485773 ], [ 120.0655613, 30.3484665 ], [ 120.0658213, 30.3483326 ] ], [ [ 120.0658831, 30.3484167 ], [ 120.0655245, 30.3485809 ], [ 120.0651699, 30.3488421 ], [ 120.0649047, 30.3490709 ], [ 120.0642083, 30.3497494 ] ], [ [ 120.060289, 30.3502413 ], [ 120.0605006, 30.3501006 ], [ 120.061171, 30.3495207 ], [ 120.0625543, 30.3483242 ] ], [ [ 120.0626063, 30.3483995 ], [ 120.0612154, 30.3496284 ], [ 120.0603824, 30.3503644 ] ], [ [ 120.0680898, 30.3495464 ], [ 120.0677719, 30.3493486 ] ], [ [ 120.0677719, 30.3493486 ], [ 120.0670577, 30.3490879 ] ], [ [ 120.0670577, 30.3490879 ], [ 120.066348, 30.3488285 ] ], [ [ 120.066348, 30.3488285 ], [ 120.0660056, 30.3485835 ] ], [ [ 120.0660056, 30.3485835 ], [ 120.0658831, 30.3484167 ] ], [ [ 120.0681772, 30.3496043 ], [ 120.0680898, 30.3495464 ] ], [ [ 120.0752461, 30.3505293 ], [ 120.0769349, 30.3487859 ], [ 120.0769952, 30.3488248 ], [ 120.0764674, 30.3494002 ], [ 120.0753768, 30.3505891 ] ], [ [ 120.0751898, 30.3506126 ], [ 120.0752461, 30.3505293 ] ], [ [ 120.0753768, 30.3505891 ], [ 120.0753025, 30.3507025 ] ], [ [ 120.0602176, 30.3502888 ], [ 120.060289, 30.3502413 ] ], [ [ 120.060289, 30.3502413 ], [ 120.0603824, 30.3503644 ] ], [ [ 120.0603173, 30.3504113 ], [ 120.0602176, 30.3502888 ] ], [ [ 120.0603824, 30.3503644 ], [ 120.0603173, 30.3504113 ] ], [ [ 120.0618781, 30.3515491 ], [ 120.0626844, 30.350873 ], [ 120.062869, 30.3507182 ], [ 120.0631323, 30.3504911 ], [ 120.0639715, 30.3497672 ] ], [ [ 120.0588249, 30.3510382 ], [ 120.0593872, 30.3508412 ], [ 120.0602176, 30.3502888 ] ], [ [ 120.0640391, 30.3498297 ], [ 120.0619668, 30.3516525 ] ], [ [ 120.0603173, 30.3504113 ], [ 120.0598864, 30.3507217 ], [ 120.05947, 30.3509794 ], [ 120.0591136, 30.351113 ], [ 120.0588474, 30.3511723 ] ], [ [ 120.0603824, 30.3503644 ], [ 120.0613081, 30.3510977 ], [ 120.0618781, 30.3515491 ] ], [ [ 120.0617919, 30.3516208 ], [ 120.0615364, 30.3513935 ], [ 120.0607815, 30.3507853 ], [ 120.0603173, 30.3504113 ] ], [ [ 120.0586914, 30.3510648 ], [ 120.0588249, 30.3510382 ] ], [ [ 120.0702964, 30.3510925 ], [ 120.0699107, 30.3507516 ] ], [ [ 120.0699107, 30.3507516 ], [ 120.0681772, 30.3496043 ] ], [ [ 120.0738448, 30.3496847 ], [ 120.0726252, 30.3510553 ] ], [ [ 120.0726252, 30.3510553 ], [ 120.0723881, 30.3512935 ] ], [ [ 120.0723881, 30.3512935 ], [ 120.0723244, 30.3515042 ] ], [ [ 120.0723244, 30.3515042 ], [ 120.0723032, 30.3516783 ] ], [ [ 120.0723032, 30.3516783 ], [ 120.0723456, 30.3518371 ] ], [ [ 120.0723456, 30.3518371 ], [ 120.0724199, 30.3519745 ] ], [ [ 120.0724199, 30.3519745 ], [ 120.0726181, 30.3521364 ] ], [ [ 120.0726181, 30.3521364 ], [ 120.0733817, 30.35261 ] ], [ [ 120.0733817, 30.35261 ], [ 120.0748126, 30.3510293 ], [ 120.0751898, 30.3506126 ] ], [ [ 120.0753025, 30.3507025 ], [ 120.074132, 30.3519431 ], [ 120.0734959, 30.3526885 ] ], [ [ 120.0617919, 30.3516208 ], [ 120.0618781, 30.3515491 ] ], [ [ 120.0618781, 30.3515491 ], [ 120.0619668, 30.3516525 ] ], [ [ 120.0618727, 30.3516927 ], [ 120.0617919, 30.3516208 ] ], [ [ 120.0619668, 30.3516525 ], [ 120.0618727, 30.3516927 ] ], [ [ 120.0593074, 30.3531786 ], [ 120.0597149, 30.3530602 ], [ 120.0600963, 30.3528764 ], [ 120.0606845, 30.3525436 ], [ 120.0607772, 30.3524633 ], [ 120.0612244, 30.352092 ], [ 120.0617919, 30.3516208 ] ], [ [ 120.0619668, 30.3516525 ], [ 120.0634818, 30.3529508 ], [ 120.0638282, 30.3532353 ] ], [ [ 120.1025579, 30.3191848 ], [ 120.1027237, 30.319066 ] ], [ [ 120.1027237, 30.319066 ], [ 120.1028234, 30.3189514 ] ], [ [ 120.1028234, 30.3189514 ], [ 120.1029373, 30.3188366 ] ], [ [ 120.1029373, 30.3188366 ], [ 120.1036347, 30.3180875 ] ], [ [ 120.1037215, 30.317992 ], [ 120.1066918, 30.319645 ] ], [ [ 120.1066264, 30.3197151 ], [ 120.1049797, 30.3188488 ], [ 120.1040284, 30.3183151 ], [ 120.1036347, 30.3180875 ] ], [ [ 120.0990998, 30.3191027 ], [ 120.0990046, 30.3190757 ] ], [ [ 120.0990998, 30.3191027 ], [ 120.0991693, 30.3191252 ] ], [ [ 120.0991693, 30.3191252 ], [ 120.0998605, 30.3193489 ] ], [ [ 120.0998605, 30.3193489 ], [ 120.1001323, 30.3194247 ] ], [ [ 120.1001323, 30.3194247 ], [ 120.1004233, 30.319443 ] ], [ [ 120.1004233, 30.319443 ], [ 120.1007936, 30.3194576 ] ], [ [ 120.1007936, 30.3194576 ], [ 120.1010191, 30.319448 ] ], [ [ 120.1010191, 30.319448 ], [ 120.1013327, 30.3194068 ] ], [ [ 120.1013327, 30.3194068 ], [ 120.1020641, 30.3192963 ] ], [ [ 120.1020641, 30.3192963 ], [ 120.1024056, 30.3192447 ] ], [ [ 120.1024056, 30.3192447 ], [ 120.1025579, 30.3191848 ] ], [ [ 120.1066918, 30.319645 ], [ 120.1067931, 30.3197058 ] ], [ [ 120.1067271, 30.3197898 ], [ 120.1066264, 30.3197151 ] ], [ [ 120.1025579, 30.3191848 ], [ 120.1026446, 30.3192662 ] ], [ [ 120.1026446, 30.3192662 ], [ 120.1027199, 30.3194172 ] ], [ [ 120.1027199, 30.3194172 ], [ 120.1027909, 30.3197796 ] ], [ [ 120.1027909, 30.3197796 ], [ 120.1029528, 30.3206064 ] ], [ [ 120.1004436, 30.3209979 ], [ 120.1003677, 30.3206144 ] ], [ [ 120.1003677, 30.3206144 ], [ 120.1003316, 30.3204321 ] ], [ [ 120.1003316, 30.3204321 ], [ 120.1001323, 30.3194247 ] ], [ [ 120.1067931, 30.3197058 ], [ 120.1072644, 30.3199537 ], [ 120.1089728, 30.3209339 ], [ 120.1094653, 30.3211939 ] ], [ [ 120.1045066, 30.3203861 ], [ 120.1029528, 30.3206064 ] ], [ [ 120.0992618, 30.3211605 ], [ 120.099193, 30.3208155 ] ], [ [ 120.099193, 30.3208155 ], [ 120.0991105, 30.3206622 ] ], [ [ 120.0991105, 30.3206622 ], [ 120.0989773, 30.3205417 ] ], [ [ 120.0989773, 30.3205417 ], [ 120.0982487, 30.3201373 ] ], [ [ 120.0982487, 30.3201373 ], [ 120.098169, 30.320093 ] ], [ [ 120.1004436, 30.3209979 ], [ 120.1029528, 30.3206064 ] ], [ [ 120.0992618, 30.3211605 ], [ 120.0996791, 30.3211031 ] ], [ [ 120.0996791, 30.3211031 ], [ 120.0999295, 30.3210686 ] ], [ [ 120.0999295, 30.3210686 ], [ 120.1004436, 30.3209979 ] ], [ [ 120.1029528, 30.3206064 ], [ 120.1032255, 30.3216951 ] ], [ [ 120.1032255, 30.3216951 ], [ 120.1033674, 30.3222615 ] ], [ [ 120.1004436, 30.3209979 ], [ 120.1008077, 30.322659 ] ], [ [ 120.0992618, 30.3211605 ], [ 120.0993802, 30.3216764 ] ], [ [ 120.0993802, 30.3216764 ], [ 120.0995017, 30.3222065 ] ], [ [ 120.0995017, 30.3222065 ], [ 120.0995277, 30.3223196 ] ], [ [ 120.0995277, 30.3223196 ], [ 120.0996288, 30.3224644 ] ], [ [ 120.0996288, 30.3224644 ], [ 120.099845, 30.3226047 ] ], [ [ 120.099845, 30.3226047 ], [ 120.1001095, 30.322704 ] ], [ [ 120.1001095, 30.322704 ], [ 120.1005348, 30.3227701 ] ], [ [ 120.1005348, 30.3227701 ], [ 120.1008077, 30.322659 ] ], [ [ 120.1033674, 30.3222615 ], [ 120.1021902, 30.3224443 ] ], [ [ 120.1021902, 30.3224443 ], [ 120.1020202, 30.3224707 ] ], [ [ 120.1020202, 30.3224707 ], [ 120.1008077, 30.322659 ] ], [ [ 120.1033674, 30.3222615 ], [ 120.1040705, 30.3226776 ] ], [ [ 120.1198852, 30.3207702 ], [ 120.1202931, 30.3209386 ] ], [ [ 120.1202931, 30.3209386 ], [ 120.1205697, 30.3210164 ] ], [ [ 120.1205697, 30.3210164 ], [ 120.1209631, 30.3210985 ] ], [ [ 120.1209631, 30.3210985 ], [ 120.1213621, 30.3211418 ] ], [ [ 120.1213621, 30.3211418 ], [ 120.121881, 30.3211774 ] ], [ [ 120.121881, 30.3211774 ], [ 120.122476, 30.3212414 ] ], [ [ 120.122476, 30.3212414 ], [ 120.122898, 30.3212677 ] ], [ [ 120.1175375, 30.3232568 ], [ 120.1177, 30.3230965 ], [ 120.1181735, 30.322614 ], [ 120.1186105, 30.3221688 ], [ 120.1197977, 30.3208593 ], [ 120.1198852, 30.3207702 ] ], [ [ 120.1198852, 30.3207702 ], [ 120.1198476, 30.3208947 ], [ 120.1186565, 30.3221887 ], [ 120.118151, 30.3227026 ], [ 120.1177983, 30.3231006 ], [ 120.1176353, 30.3233062 ] ], [ [ 120.11506, 30.3260545 ], [ 120.1149372, 30.3259808 ], [ 120.1137078, 30.325243 ], [ 120.1132552, 30.3249426 ], [ 120.1129075, 30.3246745 ], [ 120.1127147, 30.3244979 ], [ 120.1125599, 30.3243344 ], [ 120.1110924, 30.3229038 ], [ 120.1098417, 30.3217096 ], [ 120.1095853, 30.3214882 ], [ 120.1095208, 30.3213921 ], [ 120.1093853, 30.3212753 ], [ 120.1092001, 30.3211813 ], [ 120.1084464, 30.3207324 ], [ 120.1080267, 30.3204822 ], [ 120.1067271, 30.3197898 ] ], [ [ 120.0962721, 30.3221393 ], [ 120.0960966, 30.3222959 ] ], [ [ 120.088122, 30.3225863 ], [ 120.0879967, 30.3225437 ] ], [ [ 120.1094653, 30.3211939 ], [ 120.1096327, 30.3213317 ], [ 120.1097664, 30.321435 ], [ 120.1099084, 30.3216782 ], [ 120.1111445, 30.3228567 ], [ 120.1126085, 30.3242985 ], [ 120.1127407, 30.3244015 ], [ 120.1130177, 30.3246264 ], [ 120.1133041, 30.3248338 ], [ 120.113784, 30.3251493 ], [ 120.1150168, 30.3258574 ], [ 120.1151314, 30.3259232 ] ], [ [ 120.1151314, 30.3259232 ], [ 120.1152775, 30.3260127 ] ], [ [ 120.1152057, 30.3261411 ], [ 120.11506, 30.3260545 ] ], [ [ 120.1003914, 30.3235472 ], [ 120.1007137, 30.3229363 ] ], [ [ 120.1007137, 30.3229363 ], [ 120.1008077, 30.322659 ] ], [ [ 120.1478914, 30.319326 ], [ 120.1479443, 30.3194954 ], [ 120.147972, 30.319896 ], [ 120.1479539, 30.320896 ], [ 120.1479576, 30.321458 ], [ 120.147976, 30.3219019 ], [ 120.1479803, 30.3219498 ], [ 120.1479835, 30.3231058 ], [ 120.1480015, 30.3238804 ], [ 120.1480052, 30.3248892 ], [ 120.1480416, 30.3255944 ], [ 120.1480199, 30.32666 ], [ 120.1480557, 30.3275832 ] ], [ [ 120.147999, 30.3275778 ], [ 120.1479548, 30.3266598 ], [ 120.1479804, 30.3255953 ], [ 120.1479576, 30.3250782 ], [ 120.147945, 30.3249736 ], [ 120.1479519, 30.3237497 ], [ 120.1479372, 30.3231069 ], [ 120.1479152, 30.3226222 ], [ 120.1478854, 30.3218927 ], [ 120.1478908, 30.3208977 ], [ 120.1479218, 30.3198931 ], [ 120.1478747, 30.3195032 ], [ 120.1478304, 30.319354 ] ], [ [ 120.1320195, 30.3208762 ], [ 120.1321171, 30.3208856 ] ], [ [ 120.1321171, 30.3208856 ], [ 120.1320173, 30.3209716 ] ], [ [ 120.122898, 30.3212677 ], [ 120.1230381, 30.3212783 ] ], [ [ 120.1320173, 30.3209716 ], [ 120.1306227, 30.3212755 ], [ 120.1294411, 30.3215356 ], [ 120.1279277, 30.3216506 ], [ 120.1271306, 30.3216654 ] ], [ [ 120.1230381, 30.3212783 ], [ 120.1232656, 30.3213024 ] ], [ [ 120.1232656, 30.3213024 ], [ 120.1259186, 30.3215498 ] ], [ [ 120.1259186, 30.3215498 ], [ 120.1261423, 30.3215622 ] ], [ [ 120.1261423, 30.3215622 ], [ 120.1270053, 30.3216098 ] ], [ [ 120.1270053, 30.3216098 ], [ 120.127146, 30.3215504 ] ], [ [ 120.1271306, 30.3216654 ], [ 120.1270053, 30.3216098 ] ], [ [ 120.1480112, 30.3276983 ], [ 120.147999, 30.3275778 ] ], [ [ 120.1480557, 30.3275832 ], [ 120.1480646, 30.3277035 ] ], [ [ 120.1480508, 30.3296802 ], [ 120.1480323, 30.3285236 ], [ 120.1480112, 30.3276983 ] ], [ [ 120.1446586, 30.3345422 ], [ 120.1446267, 30.3342901 ], [ 120.1446256, 30.3326385 ], [ 120.1446255, 30.3325106 ], [ 120.1446423, 30.3315178 ], [ 120.1446859, 30.3303334 ], [ 120.1446913, 30.330193 ], [ 120.144753, 30.3296062 ], [ 120.1447607, 30.3295474 ], [ 120.1447662, 30.3294908 ], [ 120.1448816, 30.3283424 ], [ 120.1448965, 30.3282142 ], [ 120.1449152, 30.3280204 ], [ 120.1450063, 30.3274419 ] ], [ [ 120.1451548, 30.3274546 ], [ 120.1450798, 30.3278272 ], [ 120.1450613, 30.3279193 ], [ 120.1449479, 30.3286162 ], [ 120.1449212, 30.3287801 ], [ 120.1448335, 30.3296061 ], [ 120.1448275, 30.3296757 ], [ 120.1447757, 30.3301982 ], [ 120.144745, 30.3306675 ], [ 120.1447379, 30.3309017 ], [ 120.1447145, 30.3316794 ], [ 120.1447089, 30.3318635 ], [ 120.1447037, 30.3326864 ], [ 120.1447009, 30.333139 ], [ 120.1447019, 30.3333172 ], [ 120.1447028, 30.3334807 ], [ 120.1447049, 30.3338614 ], [ 120.1447129, 30.3343108 ], [ 120.1446586, 30.3345422 ] ], [ [ 120.1480646, 30.3277035 ], [ 120.1480999, 30.3296774 ], [ 120.1481167, 30.3302908 ], [ 120.1481152, 30.332146 ], [ 120.148089, 30.3330213 ], [ 120.1480694, 30.3337787 ], [ 120.1480835, 30.3345578 ] ], [ [ 120.1480431, 30.3345594 ], [ 120.1480212, 30.3337828 ] ], [ [ 120.1480212, 30.3337828 ], [ 120.1480347, 30.333338 ] ], [ [ 120.1480347, 30.333338 ], [ 120.1480669, 30.3302821 ] ], [ [ 120.1480669, 30.3302821 ], [ 120.1480508, 30.3296802 ] ], [ [ 120.1271605, 30.3299232 ], [ 120.1293206, 30.3300881 ], [ 120.13001, 30.3301327 ], [ 120.1312155, 30.3302106 ] ], [ [ 120.1271703, 30.330075 ], [ 120.1270108, 30.3300622 ] ], [ [ 120.131271, 30.3303206 ], [ 120.1302171, 30.3302444 ], [ 120.1293257, 30.3301799 ], [ 120.1280972, 30.3301201 ], [ 120.1271703, 30.330075 ] ], [ [ 120.1312155, 30.3302106 ], [ 120.1313467, 30.3302283 ] ], [ [ 120.131271, 30.3303206 ], [ 120.1310916, 30.3310509 ] ], [ [ 120.1243065, 30.335049 ], [ 120.1250978, 30.3354574 ] ], [ [ 120.1250978, 30.3354574 ], [ 120.1253298, 30.3355731 ] ], [ [ 120.1253298, 30.3355731 ], [ 120.1258609, 30.3358498 ] ], [ [ 120.1258609, 30.3358498 ], [ 120.1260268, 30.3359353 ] ], [ [ 120.1260268, 30.3359353 ], [ 120.1261349, 30.3359911 ] ], [ [ 120.1261349, 30.3359911 ], [ 120.1270453, 30.3364639 ] ], [ [ 120.1294719, 30.3374868 ], [ 120.1294768, 30.3369934 ] ], [ [ 120.1294768, 30.3369934 ], [ 120.1294823, 30.3364354 ] ], [ [ 120.1294823, 30.3364354 ], [ 120.129493, 30.3353381 ] ], [ [ 120.129493, 30.3353381 ], [ 120.1294949, 30.3351439 ] ], [ [ 120.1294949, 30.3351439 ], [ 120.1295012, 30.3345098 ] ], [ [ 120.1228834, 30.3393185 ], [ 120.1231349, 30.3385819 ] ], [ [ 120.1231349, 30.3385819 ], [ 120.1232882, 30.3381329 ] ], [ [ 120.1232882, 30.3381329 ], [ 120.1233168, 30.338049 ] ], [ [ 120.1233168, 30.338049 ], [ 120.1235703, 30.3373065 ] ], [ [ 120.1235703, 30.3373065 ], [ 120.1238167, 30.3365939 ] ], [ [ 120.1238167, 30.3365939 ], [ 120.123868, 30.3364031 ] ], [ [ 120.123868, 30.3364031 ], [ 120.1243065, 30.335049 ] ], [ [ 120.1314113, 30.3373871 ], [ 120.1312247, 30.3374786 ] ], [ [ 120.1312247, 30.3374786 ], [ 120.1294719, 30.3374868 ] ], [ [ 120.1270425, 30.3374255 ], [ 120.1294719, 30.3374868 ] ], [ [ 120.0949546, 30.3243877 ], [ 120.0957874, 30.3247106 ] ], [ [ 120.0957874, 30.3247106 ], [ 120.0960607, 30.3248001 ] ], [ [ 120.0960607, 30.3248001 ], [ 120.0964401, 30.3248689 ] ], [ [ 120.0964401, 30.3248689 ], [ 120.0968483, 30.3249027 ] ], [ [ 120.0968483, 30.3249027 ], [ 120.0971119, 30.3249304 ] ], [ [ 120.0971119, 30.3249304 ], [ 120.0974162, 30.3250048 ] ], [ [ 120.0974162, 30.3250048 ], [ 120.0976992, 30.3250808 ] ], [ [ 120.0976992, 30.3250808 ], [ 120.0980415, 30.3251726 ] ], [ [ 120.0980415, 30.3251726 ], [ 120.0990756, 30.3254501 ] ], [ [ 120.0990756, 30.3254501 ], [ 120.099219, 30.325488 ] ], [ [ 120.099219, 30.325488 ], [ 120.1000723, 30.3257577 ] ], [ [ 120.1000723, 30.3257577 ], [ 120.1005411, 30.3259445 ] ], [ [ 120.1005411, 30.3259445 ], [ 120.1013645, 30.3262817 ] ], [ [ 120.1013645, 30.3262817 ], [ 120.1019474, 30.3264477 ] ], [ [ 120.1019474, 30.3264477 ], [ 120.1024343, 30.3266061 ] ], [ [ 120.1152775, 30.3260127 ], [ 120.1153637, 30.3260654 ], [ 120.1172656, 30.3272273 ], [ 120.1186348, 30.3277452 ], [ 120.1201732, 30.3282518 ], [ 120.1203234, 30.3282969 ], [ 120.1206493, 30.3284069 ], [ 120.1209733, 30.3285264 ] ], [ [ 120.120931, 30.3286522 ], [ 120.1206037, 30.3285365 ], [ 120.120298, 30.3284358 ], [ 120.1186129, 30.3278732 ], [ 120.1172114, 30.3273431 ], [ 120.1152868, 30.3261897 ], [ 120.1152057, 30.3261411 ] ], [ [ 120.1209733, 30.3285264 ], [ 120.1211193, 30.3285753 ] ], [ [ 120.1211193, 30.3285753 ], [ 120.1226505, 30.3290876 ], [ 120.1234904, 30.329322 ], [ 120.1255679, 30.3296817 ], [ 120.1270136, 30.3299004 ] ], [ [ 120.1270108, 30.3300622 ], [ 120.124005, 30.3295176 ], [ 120.123437, 30.3294102 ], [ 120.1218044, 30.3289459 ], [ 120.1210734, 30.3287001 ] ], [ [ 120.1270136, 30.3299004 ], [ 120.1271605, 30.3299232 ] ], [ [ 120.1210734, 30.3287001 ], [ 120.120931, 30.3286522 ] ], [ [ 120.1117015, 30.3286214 ], [ 120.1113592, 30.3290478 ] ], [ [ 120.1113592, 30.3290478 ], [ 120.1111003, 30.3294075 ] ], [ [ 120.1111003, 30.3294075 ], [ 120.1109377, 30.3298759 ] ], [ [ 120.1109377, 30.3298759 ], [ 120.1108184, 30.3302365 ] ], [ [ 120.1108184, 30.3302365 ], [ 120.110697, 30.3304446 ] ], [ [ 120.110697, 30.3304446 ], [ 120.1106536, 30.3305189 ] ], [ [ 120.1106536, 30.3305189 ], [ 120.1104668, 30.3308392 ] ], [ [ 120.0979787, 30.3287839 ], [ 120.0989435, 30.3291659 ] ], [ [ 120.0989435, 30.3291659 ], [ 120.0999395, 30.3295683 ] ], [ [ 120.0999395, 30.3295683 ], [ 120.1012576, 30.3300685 ] ], [ [ 120.1012576, 30.3300685 ], [ 120.1014907, 30.3301589 ] ], [ [ 120.1017155, 30.3302734 ], [ 120.1014907, 30.3301589 ] ], [ [ 120.1040155, 30.3329912 ], [ 120.1052527, 30.3311238 ] ], [ [ 120.1052527, 30.3311238 ], [ 120.1054721, 30.3309344 ] ], [ [ 120.1054721, 30.3309344 ], [ 120.1056845, 30.3307664 ] ], [ [ 120.1056845, 30.3307664 ], [ 120.1059429, 30.3306412 ] ], [ [ 120.1059429, 30.3306412 ], [ 120.1061906, 30.3305373 ] ], [ [ 120.1061906, 30.3305373 ], [ 120.1065587, 30.3304701 ] ], [ [ 120.1065587, 30.3304701 ], [ 120.1069303, 30.330464 ] ], [ [ 120.1069303, 30.330464 ], [ 120.1084628, 30.3305587 ] ], [ [ 120.1084628, 30.3305587 ], [ 120.1085469, 30.3305705 ] ], [ [ 120.1085469, 30.3305705 ], [ 120.1104668, 30.3308392 ] ], [ [ 120.1104668, 30.3308392 ], [ 120.113033, 30.3311887 ] ], [ [ 120.113033, 30.3311887 ], [ 120.1131832, 30.3312092 ] ], [ [ 120.0979787, 30.3287839 ], [ 120.0958309, 30.3326985 ] ], [ [ 120.091508, 30.3311219 ], [ 120.0914731, 30.3312184 ] ], [ [ 120.1133663, 30.3312497 ], [ 120.1134979, 30.3312797 ] ], [ [ 120.1134979, 30.3312797 ], [ 120.1145154, 30.3315117 ] ], [ [ 120.1145154, 30.3315117 ], [ 120.1149264, 30.3316186 ] ], [ [ 120.1149264, 30.3316186 ], [ 120.1153842, 30.3317617 ] ], [ [ 120.1153842, 30.3317617 ], [ 120.115941, 30.3319705 ] ], [ [ 120.115941, 30.3319705 ], [ 120.1166285, 30.332276 ] ], [ [ 120.1166285, 30.332276 ], [ 120.1167, 30.3323045 ] ], [ [ 120.1167, 30.3323045 ], [ 120.1179824, 30.3327967 ] ], [ [ 120.1179824, 30.3327967 ], [ 120.1185978, 30.3330329 ] ], [ [ 120.1185978, 30.3330329 ], [ 120.1189064, 30.333153 ] ], [ [ 120.1189064, 30.333153 ], [ 120.1190833, 30.3332246 ] ], [ [ 120.10897, 30.334649 ], [ 120.1093452, 30.3331336 ] ], [ [ 120.1093452, 30.3331336 ], [ 120.1094175, 30.332906 ] ], [ [ 120.1094175, 30.332906 ], [ 120.1095412, 30.3326277 ] ], [ [ 120.1095412, 30.3326277 ], [ 120.1104668, 30.3308392 ] ], [ [ 120.1190833, 30.3332246 ], [ 120.1194828, 30.3323297 ] ], [ [ 120.1196487, 30.3323994 ], [ 120.119297, 30.3333171 ] ], [ [ 120.1023133, 30.3325191 ], [ 120.103117, 30.3327941 ] ], [ [ 120.103117, 30.3327941 ], [ 120.1040155, 30.3329912 ] ], [ [ 120.1040155, 30.3329912 ], [ 120.1045856, 30.3330049 ] ], [ [ 120.1045856, 30.3330049 ], [ 120.1050509, 30.3332027 ] ], [ [ 120.1050509, 30.3332027 ], [ 120.105409, 30.3335729 ] ], [ [ 120.105409, 30.3335729 ], [ 120.105662, 30.3337831 ] ], [ [ 120.105662, 30.3337831 ], [ 120.1059453, 30.3340184 ] ], [ [ 120.1059453, 30.3340184 ], [ 120.1062052, 30.3341255 ] ], [ [ 120.1062052, 30.3341255 ], [ 120.1064038, 30.3341968 ] ], [ [ 120.1064038, 30.3341968 ], [ 120.1065612, 30.3342529 ] ], [ [ 120.1065612, 30.3342529 ], [ 120.10897, 30.334649 ] ], [ [ 120.1243065, 30.335049 ], [ 120.1237946, 30.3347557 ] ], [ [ 120.1237946, 30.3347557 ], [ 120.1231626, 30.3344545 ] ], [ [ 120.1231626, 30.3344545 ], [ 120.1229799, 30.3343816 ] ], [ [ 120.1229799, 30.3343816 ], [ 120.1226523, 30.334251 ] ], [ [ 120.1226523, 30.334251 ], [ 120.1221234, 30.3340634 ] ], [ [ 120.1221234, 30.3340634 ], [ 120.12077, 30.3336989 ] ], [ [ 120.12077, 30.3336989 ], [ 120.119297, 30.3333171 ] ], [ [ 120.1180458, 30.3360461 ], [ 120.1183581, 30.3351342 ], [ 120.1186538, 30.3343339 ], [ 120.1188091, 30.3339329 ], [ 120.1190833, 30.3332246 ] ], [ [ 120.119297, 30.3333171 ], [ 120.1191942, 30.3335838 ], [ 120.1185808, 30.3350421 ], [ 120.1182841, 30.3357495 ], [ 120.11817, 30.3360673 ] ], [ [ 120.10897, 30.334649 ], [ 120.1121145, 30.3352713 ] ], [ [ 120.1121145, 30.3352713 ], [ 120.1122784, 30.3352897 ] ], [ [ 120.1122784, 30.3352897 ], [ 120.1133455, 30.335404 ] ], [ [ 120.1133455, 30.335404 ], [ 120.1137784, 30.3354503 ] ], [ [ 120.1137784, 30.3354503 ], [ 120.1151495, 30.3355971 ] ], [ [ 120.1151495, 30.3355971 ], [ 120.1162699, 30.3357496 ] ], [ [ 120.1162699, 30.3357496 ], [ 120.1171234, 30.3358656 ] ], [ [ 120.1171234, 30.3358656 ], [ 120.1174375, 30.3359271 ] ], [ [ 120.1174375, 30.3359271 ], [ 120.1177959, 30.3359972 ] ], [ [ 120.1177959, 30.3359972 ], [ 120.1180458, 30.3360461 ] ], [ [ 120.1738496, 30.3230493 ], [ 120.1739054, 30.3229481 ] ], [ [ 120.1739054, 30.3229481 ], [ 120.1740261, 30.3227004 ] ], [ [ 120.1740261, 30.3227004 ], [ 120.174187, 30.3224272 ] ], [ [ 120.174187, 30.3224272 ], [ 120.174466, 30.3219618 ] ], [ [ 120.174466, 30.3219618 ], [ 120.1745481, 30.321822 ] ], [ [ 120.1745481, 30.321822 ], [ 120.1746591, 30.321633 ] ], [ [ 120.1746591, 30.321633 ], [ 120.1747369, 30.321427 ] ], [ [ 120.1747369, 30.321427 ], [ 120.1748012, 30.32117 ] ], [ [ 120.1748012, 30.32117 ], [ 120.1748334, 30.3209315 ] ], [ [ 120.1748334, 30.3209315 ], [ 120.1748388, 30.3208864 ] ], [ [ 120.1748388, 30.3208864 ], [ 120.1748384, 30.3206988 ] ], [ [ 120.1748384, 30.3206988 ], [ 120.1748425, 30.320578 ] ], [ [ 120.1748425, 30.320578 ], [ 120.1748495, 30.3203735 ] ], [ [ 120.1748495, 30.3203735 ], [ 120.1748388, 30.3198919 ] ], [ [ 120.1748388, 30.3198919 ], [ 120.1748147, 30.3195886 ] ], [ [ 120.1748147, 30.3195886 ], [ 120.1747235, 30.3191904 ] ], [ [ 120.1747235, 30.3191904 ], [ 120.1745089, 30.3188732 ] ], [ [ 120.1745089, 30.3188732 ], [ 120.1743345, 30.3184934 ] ], [ [ 120.1743345, 30.3184934 ], [ 120.1742879, 30.3182602 ] ], [ [ 120.1537933, 30.326249 ], [ 120.1536748, 30.3261725 ] ], [ [ 120.1678292, 30.3252848 ], [ 120.1688708, 30.3251995 ] ], [ [ 120.1688708, 30.3251995 ], [ 120.168973, 30.3251911 ] ], [ [ 120.168973, 30.3251911 ], [ 120.1690788, 30.3251821 ] ], [ [ 120.1690788, 30.3251821 ], [ 120.1699921, 30.3251044 ] ], [ [ 120.1699921, 30.3251044 ], [ 120.1706484, 30.325104 ] ], [ [ 120.1706484, 30.325104 ], [ 120.1714059, 30.325137 ] ], [ [ 120.1714059, 30.325137 ], [ 120.1717606, 30.3251727 ] ], [ [ 120.1717606, 30.3251727 ], [ 120.1720829, 30.3252051 ] ], [ [ 120.1720829, 30.3252051 ], [ 120.1723258, 30.3252296 ] ], [ [ 120.1723258, 30.3252296 ], [ 120.172596, 30.3252814 ] ], [ [ 120.172596, 30.3252814 ], [ 120.1731186, 30.3253817 ] ], [ [ 120.1731186, 30.3253817 ], [ 120.1737313, 30.3255332 ] ], [ [ 120.1737313, 30.3255332 ], [ 120.1738445, 30.3255612 ] ], [ [ 120.1812142, 30.3264213 ], [ 120.1812193, 30.3261116 ] ], [ [ 120.1812193, 30.3261116 ], [ 120.1812208, 30.3260196 ] ], [ [ 120.1812208, 30.3260196 ], [ 120.1812261, 30.3256978 ] ], [ [ 120.1812261, 30.3256978 ], [ 120.1812307, 30.3254236 ] ], [ [ 120.1738445, 30.3255612 ], [ 120.1739273, 30.3255847 ] ], [ [ 120.1739273, 30.3255847 ], [ 120.1741223, 30.3256401 ] ], [ [ 120.1741223, 30.3256401 ], [ 120.1750183, 30.3259425 ] ], [ [ 120.1750183, 30.3259425 ], [ 120.1758098, 30.3262275 ] ], [ [ 120.1758098, 30.3262275 ], [ 120.1759202, 30.3262673 ] ], [ [ 120.1759202, 30.3262673 ], [ 120.1761549, 30.3263284 ] ], [ [ 120.1761549, 30.3263284 ], [ 120.1762857, 30.3263501 ] ], [ [ 120.1762857, 30.3263501 ], [ 120.1763311, 30.3263576 ] ], [ [ 120.1763311, 30.3263576 ], [ 120.1764218, 30.3263726 ] ], [ [ 120.1764218, 30.3263726 ], [ 120.1766235, 30.3264061 ] ], [ [ 120.1766235, 30.3264061 ], [ 120.1768138, 30.3264176 ] ], [ [ 120.1768138, 30.3264176 ], [ 120.1771214, 30.3264361 ] ], [ [ 120.1771214, 30.3264361 ], [ 120.1772295, 30.3264361 ] ], [ [ 120.1772295, 30.3264361 ], [ 120.1778261, 30.326436 ] ], [ [ 120.1778261, 30.326436 ], [ 120.1786228, 30.3264325 ] ], [ [ 120.1786228, 30.3264325 ], [ 120.1787476, 30.326432 ] ], [ [ 120.1787476, 30.326432 ], [ 120.17944, 30.326429 ] ], [ [ 120.17944, 30.326429 ], [ 120.1796891, 30.3264279 ] ], [ [ 120.1796891, 30.3264279 ], [ 120.1798823, 30.3264271 ] ], [ [ 120.1798823, 30.3264271 ], [ 120.180069, 30.3264262 ] ], [ [ 120.180069, 30.3264262 ], [ 120.1806768, 30.3264236 ] ], [ [ 120.1806768, 30.3264236 ], [ 120.1812142, 30.3264213 ] ], [ [ 120.1803598, 30.330862 ], [ 120.1804543, 30.3305461 ] ], [ [ 120.1804543, 30.3305461 ], [ 120.1806241, 30.3300226 ] ], [ [ 120.1806241, 30.3300226 ], [ 120.1807271, 30.3297106 ] ], [ [ 120.1807271, 30.3297106 ], [ 120.18083, 30.3294352 ] ], [ [ 120.18083, 30.3294352 ], [ 120.1808675, 30.3293095 ] ], [ [ 120.1808675, 30.3293095 ], [ 120.1808937, 30.3292219 ] ], [ [ 120.1808937, 30.3292219 ], [ 120.1809652, 30.3289822 ] ], [ [ 120.1809652, 30.3289822 ], [ 120.1809696, 30.3289593 ] ], [ [ 120.1809696, 30.3289593 ], [ 120.1810948, 30.3283066 ] ], [ [ 120.1810948, 30.3283066 ], [ 120.1811465, 30.3279234 ] ], [ [ 120.1811465, 30.3279234 ], [ 120.1811669, 30.3277726 ] ], [ [ 120.1811669, 30.3277726 ], [ 120.1811799, 30.3276306 ] ], [ [ 120.1811799, 30.3276306 ], [ 120.1811917, 30.3275018 ] ], [ [ 120.1811917, 30.3275018 ], [ 120.1812055, 30.3273504 ] ], [ [ 120.1812055, 30.3273504 ], [ 120.1812097, 30.3269052 ] ], [ [ 120.1812097, 30.3269052 ], [ 120.1812112, 30.326745 ] ], [ [ 120.1812112, 30.326745 ], [ 120.1812142, 30.3264213 ] ], [ [ 120.1822306, 30.3318978 ], [ 120.1820935, 30.3324246 ] ], [ [ 120.1820935, 30.3324246 ], [ 120.1819514, 30.3329468 ] ], [ [ 120.1819514, 30.3329468 ], [ 120.1816937, 30.3339492 ] ], [ [ 120.1816937, 30.3339492 ], [ 120.1816159, 30.3343404 ] ], [ [ 120.1816159, 30.3343404 ], [ 120.1815703, 30.3346946 ] ], [ [ 120.1815703, 30.3346946 ], [ 120.1815408, 30.3350997 ] ], [ [ 120.1815408, 30.3350997 ], [ 120.1815328, 30.3357942 ] ], [ [ 120.1815328, 30.3357942 ], [ 120.1815314, 30.3362132 ] ], [ [ 120.1815314, 30.3362132 ], [ 120.181518, 30.3366553 ] ], [ [ 120.181518, 30.3366553 ], [ 120.1815071, 30.3370568 ] ], [ [ 120.1815071, 30.3370568 ], [ 120.1815068, 30.3372235 ] ], [ [ 120.1815068, 30.3372235 ], [ 120.1815048, 30.3383211 ] ], [ [ 120.1815048, 30.3383211 ], [ 120.1815243, 30.3393419 ] ], [ [ 120.1815243, 30.3393419 ], [ 120.1815281, 30.3395396 ] ], [ [ 120.1815281, 30.3395396 ], [ 120.1815305, 30.3396648 ] ], [ [ 120.1815305, 30.3396648 ], [ 120.1815362, 30.3399635 ] ], [ [ 120.1815362, 30.3399635 ], [ 120.181507, 30.3410211 ] ], [ [ 120.1789218, 30.3410258 ], [ 120.1789212, 30.3408484 ] ], [ [ 120.1789212, 30.3408484 ], [ 120.1789675, 30.3405296 ] ], [ [ 120.1789675, 30.3405296 ], [ 120.1790432, 30.3402465 ] ], [ [ 120.1790432, 30.3402465 ], [ 120.1791739, 30.3398487 ] ], [ [ 120.1791739, 30.3398487 ], [ 120.1792896, 30.33957 ] ], [ [ 120.1792896, 30.33957 ], [ 120.179364, 30.3393294 ] ], [ [ 120.179364, 30.3393294 ], [ 120.1793988, 30.3391179 ] ], [ [ 120.1793988, 30.3391179 ], [ 120.17941, 30.3388911 ] ], [ [ 120.17941, 30.3388911 ], [ 120.1794017, 30.3383096 ] ], [ [ 120.1794017, 30.3383096 ], [ 120.179294, 30.3371853 ] ], [ [ 120.179294, 30.3371853 ], [ 120.1792893, 30.33712 ] ], [ [ 120.1792893, 30.33712 ], [ 120.1792724, 30.3368833 ] ], [ [ 120.1792724, 30.3368833 ], [ 120.179261, 30.3367237 ] ], [ [ 120.179261, 30.3367237 ], [ 120.1792248, 30.3362317 ] ], [ [ 120.1792248, 30.3362317 ], [ 120.1791301, 30.3351296 ] ], [ [ 120.1791301, 30.3351296 ], [ 120.1791214, 30.3350283 ] ], [ [ 120.1791214, 30.3350283 ], [ 120.1790806, 30.3345528 ] ], [ [ 120.1789218, 30.3410258 ], [ 120.1789221, 30.3411068 ] ], [ [ 120.1815043, 30.3411194 ], [ 120.181507, 30.3410211 ] ], [ [ 120.1665921, 30.3318357 ], [ 120.1667181, 30.3317447 ] ], [ [ 120.1667854, 30.3318144 ], [ 120.16666, 30.3319044 ] ], [ [ 120.16666, 30.3319044 ], [ 120.1660905, 30.3323133 ], [ 120.1657144, 30.3325836 ], [ 120.1655362, 30.3327252 ], [ 120.1653816, 30.3328479 ], [ 120.1651244, 30.3329879 ], [ 120.1639583, 30.3336577 ], [ 120.1638065, 30.3337378 ], [ 120.1635878, 30.3338532 ], [ 120.1630299, 30.33415 ], [ 120.1628745, 30.3342361 ], [ 120.1620162, 30.3347112 ], [ 120.1617871, 30.3348091 ], [ 120.1615567, 30.3349075 ], [ 120.1611171, 30.3351614 ], [ 120.1605904, 30.3354567 ], [ 120.1601132, 30.3357519 ], [ 120.1595967, 30.3360663 ], [ 120.1594254, 30.3361758 ], [ 120.1595442, 30.3360288 ], [ 120.1602197, 30.3355884 ], [ 120.160608, 30.3353363 ], [ 120.1610252, 30.3351009 ], [ 120.1614953, 30.3348295 ], [ 120.1617231, 30.3347223 ], [ 120.1619398, 30.3346204 ], [ 120.1630854, 30.3339903 ], [ 120.163578, 30.3337299 ], [ 120.1637367, 30.3336559 ], [ 120.1638989, 30.3335803 ], [ 120.1644156, 30.3332881 ], [ 120.1653318, 30.3327605 ], [ 120.1654789, 30.3326481 ], [ 120.1656671, 30.3325043 ], [ 120.1665921, 30.3318357 ] ], [ [ 120.1703421, 30.3450256 ], [ 120.1692223, 30.3455848 ] ], [ [ 120.1692223, 30.3455848 ], [ 120.1684676, 30.3459618 ] ], [ [ 120.1684676, 30.3459618 ], [ 120.168325, 30.3460329 ] ], [ [ 120.168325, 30.3460329 ], [ 120.1679699, 30.3462103 ] ], [ [ 120.1679699, 30.3462103 ], [ 120.1676876, 30.3463513 ] ], [ [ 120.1676876, 30.3463513 ], [ 120.1672044, 30.3465926 ] ], [ [ 120.1672044, 30.3465926 ], [ 120.1670121, 30.3466886 ] ], [ [ 120.1670121, 30.3466886 ], [ 120.1668889, 30.3467502 ] ], [ [ 120.1668889, 30.3467502 ], [ 120.1661625, 30.3471043 ] ], [ [ 120.0864887, 30.3336111 ], [ 120.0870877, 30.3337838 ] ], [ [ 120.0870877, 30.3337838 ], [ 120.0876621, 30.333882 ] ], [ [ 120.0876621, 30.333882 ], [ 120.0885521, 30.3339933 ] ], [ [ 120.0885521, 30.3339933 ], [ 120.0888404, 30.3340237 ] ], [ [ 120.0888404, 30.3340237 ], [ 120.0890861, 30.3340495 ] ], [ [ 120.0890861, 30.3340495 ], [ 120.0892281, 30.3340645 ] ], [ [ 120.0892281, 30.3340645 ], [ 120.0903066, 30.3341782 ] ], [ [ 120.0937193, 30.3361968 ], [ 120.0949212, 30.3341764 ] ], [ [ 120.0949212, 30.3341764 ], [ 120.0957291, 30.3328518 ] ], [ [ 120.0903066, 30.3341782 ], [ 120.0908701, 30.3346738 ] ], [ [ 120.0908701, 30.3346738 ], [ 120.0910676, 30.334834 ] ], [ [ 120.0910676, 30.334834 ], [ 120.0914026, 30.3350334 ] ], [ [ 120.089188, 30.3368242 ], [ 120.0894445, 30.3361854 ] ], [ [ 120.0894445, 30.3361854 ], [ 120.0895516, 30.3359118 ] ], [ [ 120.0895516, 30.3359118 ], [ 120.0900839, 30.3347033 ] ], [ [ 120.0900839, 30.3347033 ], [ 120.0903066, 30.3341782 ] ], [ [ 120.102283, 30.3358535 ], [ 120.1033305, 30.3340251 ] ], [ [ 120.1033305, 30.3340251 ], [ 120.1040155, 30.3329912 ] ], [ [ 120.1022354, 30.3359366 ], [ 120.102283, 30.3358535 ] ], [ [ 120.0914026, 30.3350334 ], [ 120.0920747, 30.3354334 ] ], [ [ 120.0920747, 30.3354334 ], [ 120.0928292, 30.3357939 ] ], [ [ 120.0928292, 30.3357939 ], [ 120.0937193, 30.3361968 ] ], [ [ 120.089188, 30.3368242 ], [ 120.088947, 30.3366913 ] ], [ [ 120.088947, 30.3366913 ], [ 120.0887123, 30.3365547 ] ], [ [ 120.0887123, 30.3365547 ], [ 120.0880491, 30.3361692 ] ], [ [ 120.0880491, 30.3361692 ], [ 120.0871631, 30.3357544 ] ], [ [ 120.0871631, 30.3357544 ], [ 120.0867155, 30.3355824 ] ], [ [ 120.0867155, 30.3355824 ], [ 120.086388, 30.3354566 ] ], [ [ 120.086388, 30.3354566 ], [ 120.085618, 30.3351786 ] ], [ [ 120.0937193, 30.3361968 ], [ 120.0940533, 30.336408 ] ], [ [ 120.0940533, 30.336408 ], [ 120.0946885, 30.3368698 ] ], [ [ 120.0946885, 30.3368698 ], [ 120.0959589, 30.3378349 ] ], [ [ 120.0959589, 30.3378349 ], [ 120.0961506, 30.3379762 ] ], [ [ 120.11817, 30.3360673 ], [ 120.1180458, 30.3360461 ] ], [ [ 120.1170966, 30.3388359 ], [ 120.1173731, 30.3380858 ], [ 120.1174712, 30.3377744 ], [ 120.1177203, 30.3369599 ], [ 120.1180458, 30.3360461 ] ], [ [ 120.11817, 30.3360673 ], [ 120.1178599, 30.3369316 ], [ 120.1177561, 30.3372207 ], [ 120.1175898, 30.3378035 ], [ 120.1174953, 30.3381156 ], [ 120.1172331, 30.3388495 ] ], [ [ 120.1081743, 30.3378057 ], [ 120.1085239, 30.3364143 ] ], [ [ 120.1085239, 30.3364143 ], [ 120.10855, 30.336327 ] ], [ [ 120.10855, 30.336327 ], [ 120.1086255, 30.3360051 ] ], [ [ 120.1086255, 30.3360051 ], [ 120.10897, 30.334649 ] ], [ [ 120.1012033, 30.3396501 ], [ 120.1016172, 30.3380401 ] ], [ [ 120.1016172, 30.3380401 ], [ 120.1017039, 30.3378031 ] ], [ [ 120.1017039, 30.3378031 ], [ 120.1020132, 30.336958 ] ], [ [ 120.1020132, 30.336958 ], [ 120.102157, 30.3362968 ] ], [ [ 120.102157, 30.3362968 ], [ 120.102216, 30.3360258 ] ], [ [ 120.102216, 30.3360258 ], [ 120.1022354, 30.3359366 ] ], [ [ 120.1081516, 30.3378962 ], [ 120.1081743, 30.3378057 ] ], [ [ 120.0961506, 30.3379762 ], [ 120.0961779, 30.3379938 ] ], [ [ 120.0961779, 30.3379938 ], [ 120.0965764, 30.3382533 ] ], [ [ 120.0965764, 30.3382533 ], [ 120.0966794, 30.3383017 ] ], [ [ 120.0966794, 30.3383017 ], [ 120.096783, 30.3383272 ] ], [ [ 120.096783, 30.3383272 ], [ 120.0980597, 30.3387309 ] ], [ [ 120.0980597, 30.3387309 ], [ 120.0985374, 30.338882 ] ], [ [ 120.0985374, 30.338882 ], [ 120.1012033, 30.3396501 ] ], [ [ 120.1262545, 30.3396563 ], [ 120.1268589, 30.339738 ] ], [ [ 120.1268589, 30.339738 ], [ 120.1277786, 30.3397524 ] ], [ [ 120.1277786, 30.3397524 ], [ 120.1294527, 30.3397214 ] ], [ [ 120.1294527, 30.3397214 ], [ 120.12947, 30.3390971 ] ], [ [ 120.12947, 30.3390971 ], [ 120.129476, 30.3388798 ] ], [ [ 120.129476, 30.3388798 ], [ 120.1294875, 30.3384663 ] ], [ [ 120.1294875, 30.3384663 ], [ 120.1294719, 30.3374868 ] ], [ [ 120.1228387, 30.3394494 ], [ 120.1228834, 30.3393185 ] ], [ [ 120.1170363, 30.3390045 ], [ 120.1170966, 30.3388359 ] ], [ [ 120.1172331, 30.3388495 ], [ 120.1171789, 30.3390183 ] ], [ [ 120.0870727, 30.3406049 ], [ 120.0874745, 30.3402679 ] ], [ [ 120.0874745, 30.3402679 ], [ 120.0877925, 30.3399246 ] ], [ [ 120.0877925, 30.3399246 ], [ 120.0880258, 30.3395932 ] ], [ [ 120.0880258, 30.3395932 ], [ 120.0882222, 30.3392193 ] ], [ [ 120.0882222, 30.3392193 ], [ 120.0885494, 30.3384975 ] ], [ [ 120.0885494, 30.3384975 ], [ 120.0885839, 30.3384 ] ], [ [ 120.0885839, 30.3384 ], [ 120.0889258, 30.3374353 ] ], [ [ 120.0889258, 30.3374353 ], [ 120.089188, 30.3368242 ] ], [ [ 120.0941913, 30.3401595 ], [ 120.0940248, 30.3400582 ] ], [ [ 120.1002493, 30.3421541 ], [ 120.098849, 30.3416571 ] ], [ [ 120.098849, 30.3416571 ], [ 120.0970136, 30.3410776 ] ], [ [ 120.0970136, 30.3410776 ], [ 120.0946665, 30.3403295 ] ], [ [ 120.0946665, 30.3403295 ], [ 120.0942694, 30.3401981 ] ], [ [ 120.0942694, 30.3401981 ], [ 120.0941913, 30.3401595 ] ], [ [ 120.1081516, 30.3378962 ], [ 120.1080312, 30.3384261 ] ], [ [ 120.1080312, 30.3384261 ], [ 120.1078772, 30.3391041 ] ], [ [ 120.1078772, 30.3391041 ], [ 120.1078433, 30.3392531 ] ], [ [ 120.1078433, 30.3392531 ], [ 120.1077753, 30.3395526 ] ], [ [ 120.1077753, 30.3395526 ], [ 120.1075523, 30.3405339 ] ], [ [ 120.1038664, 30.3401891 ], [ 120.1034028, 30.3402199 ] ], [ [ 120.1034028, 30.3402199 ], [ 120.103121, 30.3402026 ] ], [ [ 120.103121, 30.3402026 ], [ 120.1012033, 30.3396501 ] ], [ [ 120.1075523, 30.3405339 ], [ 120.1059216, 30.340418 ] ], [ [ 120.1059216, 30.340418 ], [ 120.1058679, 30.3402286 ] ], [ [ 120.1058679, 30.3402286 ], [ 120.1057919, 30.3401446 ] ], [ [ 120.1057919, 30.3401446 ], [ 120.1038664, 30.3401891 ] ], [ [ 120.1075523, 30.3405339 ], [ 120.1085409, 30.3406178 ] ], [ [ 120.1085409, 30.3406178 ], [ 120.1087226, 30.3406332 ] ], [ [ 120.1087226, 30.3406332 ], [ 120.1091612, 30.3406673 ] ], [ [ 120.1091612, 30.3406673 ], [ 120.1098584, 30.3407215 ] ], [ [ 120.1098584, 30.3407215 ], [ 120.1099798, 30.3407309 ] ], [ [ 120.1099798, 30.3407309 ], [ 120.1100936, 30.3407398 ] ], [ [ 120.1100936, 30.3407398 ], [ 120.1104426, 30.3407639 ] ], [ [ 120.1104426, 30.3407639 ], [ 120.1113889, 30.3408372 ] ], [ [ 120.1012033, 30.3396501 ], [ 120.1006922, 30.3410749 ] ], [ [ 120.1006922, 30.3410749 ], [ 120.1002493, 30.3421541 ] ], [ [ 120.1159318, 30.3464388 ], [ 120.1159774, 30.3454124 ], [ 120.1159541, 30.3442469 ], [ 120.1159474, 30.3439495 ], [ 120.1159423, 30.3437772 ], [ 120.1159269, 30.3429111 ], [ 120.115908, 30.3418321 ], [ 120.1159711, 30.3414179 ], [ 120.1160888, 30.3408999 ], [ 120.1162111, 30.3406658 ], [ 120.1166279, 30.3398756 ], [ 120.1170363, 30.3390045 ] ], [ [ 120.1171789, 30.3390183 ], [ 120.1163683, 30.3406534 ], [ 120.1162308, 30.3409275 ], [ 120.116142, 30.3411959 ], [ 120.1160263, 30.3417427 ], [ 120.1160113, 30.3422287 ], [ 120.1160565, 30.3434091 ], [ 120.1160563, 30.3437742 ], [ 120.1160574, 30.3439576 ], [ 120.1160601, 30.3442446 ], [ 120.1160666, 30.345249 ], [ 120.1160414, 30.3461863 ], [ 120.1160434, 30.34644 ] ], [ [ 120.1107845, 30.346119 ], [ 120.110609, 30.3461098 ] ], [ [ 120.1537264, 30.3263188 ], [ 120.1536219, 30.32623 ] ], [ [ 120.1537933, 30.326249 ], [ 120.1543207, 30.3266986 ], [ 120.1544824, 30.3268382 ], [ 120.1545611, 30.3269062 ], [ 120.1549829, 30.3272703 ], [ 120.1551885, 30.3274551 ], [ 120.1552083, 30.3274762 ], [ 120.1554725, 30.3277083 ], [ 120.1554946, 30.3277293 ], [ 120.1555176, 30.327755 ], [ 120.1560895, 30.3282485 ], [ 120.1563178, 30.3284602 ], [ 120.1563921, 30.328523 ], [ 120.1564521, 30.328561 ], [ 120.1565356, 30.3286276 ], [ 120.156627, 30.3287036 ], [ 120.1566954, 30.3287511 ], [ 120.1571173, 30.3291003 ], [ 120.1573236, 30.3292762 ], [ 120.1573383, 30.3292881 ], [ 120.1573531, 30.3293003 ], [ 120.1573681, 30.3293133 ], [ 120.157576, 30.3294898 ], [ 120.15759, 30.329501 ], [ 120.1576229, 30.3295323 ], [ 120.1576704, 30.3295943 ], [ 120.1578113, 30.3297564 ], [ 120.1578978, 30.3298433 ], [ 120.1585101, 30.3305717 ], [ 120.1588462, 30.3309742 ], [ 120.1590222, 30.3311965 ], [ 120.1597177, 30.3320747 ] ], [ [ 120.1596499, 30.3321157 ], [ 120.1594987, 30.3319318 ], [ 120.1593158, 30.3316923 ], [ 120.1592511, 30.3315996 ], [ 120.1591075, 30.3314257 ], [ 120.1587909, 30.3310424 ], [ 120.1584365, 30.3306083 ], [ 120.1578442, 30.3298801 ], [ 120.157564, 30.3295682 ], [ 120.1575241, 30.3295353 ], [ 120.1575076, 30.3295222 ], [ 120.157293, 30.3293439 ], [ 120.1572671, 30.3293247 ], [ 120.1566359, 30.3287935 ], [ 120.1564134, 30.3286031 ], [ 120.1562491, 30.3284823 ], [ 120.1560371, 30.3282859 ], [ 120.1554931, 30.3277993 ], [ 120.1554658, 30.327776 ], [ 120.1551895, 30.3275329 ], [ 120.1549478, 30.3273039 ], [ 120.1544356, 30.3268834 ], [ 120.1543552, 30.3268174 ], [ 120.1538949, 30.3264395 ], [ 120.1537264, 30.3263188 ] ], [ [ 120.1597177, 30.3320747 ], [ 120.1598285, 30.3322743 ] ], [ [ 120.1598285, 30.3322743 ], [ 120.1596499, 30.3321157 ] ], [ [ 120.1616453, 30.3482445 ], [ 120.1615545, 30.3481186 ] ], [ [ 120.1348879, 30.3353988 ], [ 120.1349799, 30.3358042 ], [ 120.134993, 30.3362163 ], [ 120.1349492, 30.3368343 ], [ 120.1349536, 30.3374127 ], [ 120.1349164, 30.3376149 ], [ 120.1348573, 30.3378455 ], [ 120.1348288, 30.3380156 ], [ 120.1348178, 30.3381649 ], [ 120.1348332, 30.338524 ], [ 120.1348647, 30.3394331 ], [ 120.1348016, 30.3395864 ], [ 120.1346982, 30.3394302 ], [ 120.1346983, 30.3384957 ], [ 120.1347004, 30.3381555 ], [ 120.1346238, 30.3378323 ], [ 120.1345647, 30.3375677 ], [ 120.1345274, 30.3373106 ], [ 120.1345515, 30.3368116 ], [ 120.1345822, 30.3358023 ], [ 120.1347081, 30.3353998 ] ], [ [ 120.1338364, 30.346305 ], [ 120.133842, 30.3460886 ], [ 120.1339343, 30.3456434 ], [ 120.1340471, 30.3450802 ], [ 120.1341555, 30.3443225 ], [ 120.1342584, 30.3436643 ], [ 120.1343332, 30.3435447 ], [ 120.1344884, 30.3434626 ], [ 120.1346185, 30.3434197 ], [ 120.1345161, 30.344177 ], [ 120.1344059, 30.3449708 ], [ 120.1343221, 30.3454409 ], [ 120.1341921, 30.3459521 ], [ 120.1340909, 30.3462925 ], [ 120.1339025, 30.3467249 ] ], [ [ 120.1337403, 30.3467036 ], [ 120.1339025, 30.3467249 ] ], [ [ 120.1339025, 30.3467249 ], [ 120.1356716, 30.3467309 ], [ 120.1381136, 30.3467313 ], [ 120.1383554, 30.3467334 ] ], [ [ 120.147456, 30.3470532 ], [ 120.1474475, 30.3457907 ], [ 120.1474381, 30.3454449 ], [ 120.1473986, 30.3439905 ], [ 120.1475085, 30.3437993 ], [ 120.1474795, 30.3440362 ], [ 120.1475154, 30.3451736 ], [ 120.1475394, 30.34628 ], [ 120.1475656, 30.34705 ] ], [ [ 120.1475656, 30.34705 ], [ 120.1478732, 30.3470554 ] ], [ [ 120.1478732, 30.3470554 ], [ 120.149767, 30.3469928 ] ], [ [ 120.149767, 30.3469928 ], [ 120.1498244, 30.34699 ] ], [ [ 120.1498244, 30.34699 ], [ 120.1500714, 30.3469798 ] ], [ [ 120.1500714, 30.3469798 ], [ 120.1502594, 30.346977 ] ], [ [ 120.1502594, 30.346977 ], [ 120.1503858, 30.3469734 ] ], [ [ 120.1503858, 30.3469734 ], [ 120.150988, 30.3469443 ] ], [ [ 120.150988, 30.3469443 ], [ 120.1510517, 30.3469348 ] ], [ [ 120.1510517, 30.3469348 ], [ 120.1512837, 30.3469001 ] ], [ [ 120.1512837, 30.3469001 ], [ 120.1513974, 30.3468461 ] ], [ [ 120.1513974, 30.3468461 ], [ 120.1514424, 30.3468008 ] ], [ [ 120.1514424, 30.3468008 ], [ 120.1514998, 30.3467431 ] ], [ [ 120.1514998, 30.3467431 ], [ 120.1515567, 30.3466253 ] ], [ [ 120.1515567, 30.3466253 ], [ 120.1515695, 30.3465705 ] ], [ [ 120.1515695, 30.3465705 ], [ 120.1515925, 30.3464728 ] ], [ [ 120.1515925, 30.3464728 ], [ 120.1516201, 30.3463558 ] ], [ [ 120.1516201, 30.3463558 ], [ 120.1516315, 30.3463073 ] ], [ [ 120.1516315, 30.3463073 ], [ 120.1517041, 30.345999 ] ], [ [ 120.1517041, 30.345999 ], [ 120.1517291, 30.3458926 ] ], [ [ 120.1517291, 30.3458926 ], [ 120.1517508, 30.3458003 ] ], [ [ 120.1517508, 30.3458003 ], [ 120.1517645, 30.3457423 ] ], [ [ 120.1517645, 30.3457423 ], [ 120.1517784, 30.345683 ] ], [ [ 120.1517784, 30.345683 ], [ 120.1518248, 30.3455957 ] ], [ [ 120.1383554, 30.3467334 ], [ 120.1402774, 30.3467492 ], [ 120.1406553, 30.346776 ], [ 120.1419339, 30.3468921 ], [ 120.1420191, 30.3469018 ], [ 120.1423021, 30.3469341 ] ], [ [ 120.1422823, 30.3470365 ], [ 120.141972, 30.3469711 ], [ 120.1403877, 30.3468117 ], [ 120.1384113, 30.346803 ] ], [ [ 120.1423021, 30.3469341 ], [ 120.1424546, 30.3470998 ] ], [ [ 120.1383554, 30.3467334 ], [ 120.1384113, 30.346803 ] ], [ [ 120.1338654, 30.3467997 ], [ 120.1337198, 30.3467724 ] ], [ [ 120.1382887, 30.3467935 ], [ 120.1369368, 30.3467825 ], [ 120.135668, 30.3468 ], [ 120.1338654, 30.3467997 ] ], [ [ 120.1384113, 30.346803 ], [ 120.1382887, 30.3467935 ] ], [ [ 120.1377387, 30.3505219 ], [ 120.1379665, 30.3488892 ], [ 120.1382887, 30.3467935 ] ], [ [ 120.1384113, 30.346803 ], [ 120.1380509, 30.348897 ], [ 120.1378512, 30.3505307 ] ], [ [ 120.1329366, 30.350079 ], [ 120.1330641, 30.3500973 ] ], [ [ 120.147456, 30.3470532 ], [ 120.1475656, 30.34705 ] ], [ [ 120.1424546, 30.3470998 ], [ 120.1422823, 30.3470365 ] ], [ [ 120.147456, 30.3470532 ], [ 120.1448768, 30.3471102 ] ], [ [ 120.1448768, 30.3471102 ], [ 120.1447876, 30.3471121 ] ], [ [ 120.1447876, 30.3471121 ], [ 120.1440917, 30.3471275 ] ], [ [ 120.1440917, 30.3471275 ], [ 120.1425579, 30.3471574 ] ], [ [ 120.1425579, 30.3471574 ], [ 120.1424546, 30.3470998 ] ], [ [ 120.1454196, 30.3522193 ], [ 120.1460061, 30.351145 ], [ 120.146185, 30.3507998 ], [ 120.1468924, 30.3493941 ], [ 120.1472129, 30.3487592 ], [ 120.1473283, 30.3485314 ], [ 120.1474019, 30.3482825 ], [ 120.1474479, 30.3479812 ], [ 120.1474541, 30.3472705 ], [ 120.147456, 30.3470532 ] ], [ [ 120.1475656, 30.34705 ], [ 120.1475514, 30.3476707 ], [ 120.1475514, 30.3478671 ], [ 120.1475095, 30.3482187 ], [ 120.1474136, 30.3485289 ], [ 120.1472519, 30.3488494 ], [ 120.1463652, 30.3506123 ], [ 120.1460721, 30.3511722 ], [ 120.1454951, 30.3522611 ] ], [ [ 120.1330641, 30.3500973 ], [ 120.1353416, 30.3502646 ], [ 120.1361833, 30.3503084 ], [ 120.1366455, 30.350328 ], [ 120.1374989, 30.3504079 ], [ 120.1377387, 30.3505219 ] ], [ [ 120.1330421, 30.3504055 ], [ 120.1328712, 30.3503902 ] ], [ [ 120.1377227, 30.3506541 ], [ 120.1373861, 30.3507315 ], [ 120.1367112, 30.3506752 ], [ 120.135469, 30.3505655 ], [ 120.1330421, 30.3504055 ] ], [ [ 120.1377227, 30.3506541 ], [ 120.1377387, 30.3505219 ] ], [ [ 120.1378512, 30.3505307 ], [ 120.1378304, 30.3506631 ] ], [ [ 120.1559404, 30.351969 ], [ 120.1564395, 30.3521644 ] ], [ [ 120.1564395, 30.3521644 ], [ 120.1569739, 30.3523506 ] ], [ [ 120.1569739, 30.3523506 ], [ 120.1570748, 30.3523765 ] ], [ [ 120.1570748, 30.3523765 ], [ 120.1576116, 30.3525141 ] ], [ [ 120.1576116, 30.3525141 ], [ 120.1584503, 30.3526817 ] ], [ [ 120.1584503, 30.3526817 ], [ 120.1595993, 30.3528613 ] ], [ [ 120.1595993, 30.3528613 ], [ 120.1597491, 30.3528791 ] ], [ [ 120.1619224, 30.3532628 ], [ 120.1612126, 30.3531144 ] ], [ [ 120.1612126, 30.3531144 ], [ 120.1604034, 30.3529843 ] ], [ [ 120.1604034, 30.3529843 ], [ 120.1597491, 30.3528791 ] ], [ [ 120.1374075, 30.3531186 ], [ 120.1375216, 30.3522614 ], [ 120.1376155, 30.3514533 ], [ 120.1377227, 30.3506541 ] ], [ [ 120.1378304, 30.3506631 ], [ 120.1377147, 30.3514533 ], [ 120.1376201, 30.3522564 ], [ 120.1375098, 30.3531126 ] ], [ [ 120.1407542, 30.3529907 ], [ 120.1395277, 30.3530188 ] ], [ [ 120.1395277, 30.3530188 ], [ 120.1375098, 30.3531126 ] ], [ [ 120.1375098, 30.3531126 ], [ 120.1374075, 30.3531186 ] ], [ [ 120.1453691, 30.3523763 ], [ 120.1454196, 30.3522193 ] ], [ [ 120.1454951, 30.3522611 ], [ 120.1453691, 30.3523763 ] ], [ [ 120.1038664, 30.3401891 ], [ 120.1035385, 30.3412678 ] ], [ [ 120.1035385, 30.3412678 ], [ 120.1034551, 30.3415191 ] ], [ [ 120.1034551, 30.3415191 ], [ 120.1029251, 30.3431128 ] ], [ [ 120.1002493, 30.3421541 ], [ 120.1029251, 30.3431128 ] ], [ [ 120.1002493, 30.3421541 ], [ 120.0994766, 30.3438995 ] ], [ [ 120.1075523, 30.3405339 ], [ 120.107505, 30.3412185 ] ], [ [ 120.107505, 30.3412185 ], [ 120.1074981, 30.3413178 ] ], [ [ 120.1074981, 30.3413178 ], [ 120.1074466, 30.3420614 ] ], [ [ 120.1074466, 30.3420614 ], [ 120.1074429, 30.3421153 ] ], [ [ 120.1074429, 30.3421153 ], [ 120.1073975, 30.3427792 ] ], [ [ 120.1073975, 30.3427792 ], [ 120.1073588, 30.3433461 ] ], [ [ 120.1073588, 30.3433461 ], [ 120.107341, 30.3436062 ] ], [ [ 120.107341, 30.3436062 ], [ 120.1073339, 30.3437107 ] ], [ [ 120.1073339, 30.3437107 ], [ 120.1072734, 30.3445763 ] ], [ [ 120.1072734, 30.3445763 ], [ 120.1072282, 30.3452231 ] ], [ [ 120.1072282, 30.3452231 ], [ 120.1071808, 30.3459015 ] ], [ [ 120.1029251, 30.3431128 ], [ 120.1018427, 30.3447513 ] ], [ [ 120.1228387, 30.3394494 ], [ 120.1224801, 30.3405236 ] ], [ [ 120.1224801, 30.3405236 ], [ 120.1224059, 30.340746 ] ], [ [ 120.1224059, 30.340746 ], [ 120.1222245, 30.3412893 ] ], [ [ 120.1222245, 30.3412893 ], [ 120.1220724, 30.3420463 ] ], [ [ 120.1220724, 30.3420463 ], [ 120.1220489, 30.3421632 ] ], [ [ 120.1220489, 30.3421632 ], [ 120.1220221, 30.3422968 ] ], [ [ 120.1220221, 30.3422968 ], [ 120.1219792, 30.3426023 ] ], [ [ 120.1259253, 30.3470188 ], [ 120.1258238, 30.3458954 ] ], [ [ 120.1258238, 30.3458954 ], [ 120.125812, 30.3456672 ] ], [ [ 120.125812, 30.3456672 ], [ 120.1257918, 30.3452755 ] ], [ [ 120.1257918, 30.3452755 ], [ 120.1257808, 30.3450299 ] ], [ [ 120.1257808, 30.3450299 ], [ 120.1257473, 30.3449124 ] ], [ [ 120.1257473, 30.3449124 ], [ 120.1257147, 30.3447984 ] ], [ [ 120.1257147, 30.3447984 ], [ 120.1255314, 30.3445205 ] ], [ [ 120.1255314, 30.3445205 ], [ 120.1253731, 30.3443204 ] ], [ [ 120.1253731, 30.3443204 ], [ 120.1250837, 30.3440995 ] ], [ [ 120.1250837, 30.3440995 ], [ 120.1246739, 30.3438709 ] ], [ [ 120.1246739, 30.3438709 ], [ 120.1244912, 30.3437962 ] ], [ [ 120.1231877, 30.3469335 ], [ 120.1229724, 30.3468711 ] ], [ [ 120.0994766, 30.3438995 ], [ 120.099592, 30.3440324 ] ], [ [ 120.099592, 30.3440324 ], [ 120.0999352, 30.3441459 ] ], [ [ 120.0999352, 30.3441459 ], [ 120.1018427, 30.3447513 ] ], [ [ 120.0992024, 30.3454555 ], [ 120.0992842, 30.3444307 ] ], [ [ 120.0992842, 30.3444307 ], [ 120.0994766, 30.3438995 ] ], [ [ 120.1013965, 30.3455726 ], [ 120.1018427, 30.3447513 ] ], [ [ 120.0992024, 30.3454555 ], [ 120.0998461, 30.3454845 ] ], [ [ 120.0998461, 30.3454845 ], [ 120.1013965, 30.3455726 ] ], [ [ 120.1013965, 30.3455726 ], [ 120.1071808, 30.3459015 ] ], [ [ 120.110609, 30.3461098 ], [ 120.1099483, 30.3460828 ] ], [ [ 120.1099483, 30.3460828 ], [ 120.1096075, 30.3460717 ] ], [ [ 120.1096075, 30.3460717 ], [ 120.1071808, 30.3459015 ] ], [ [ 120.099086, 30.3483126 ], [ 120.0992024, 30.3454555 ] ], [ [ 120.1012, 30.3483697 ], [ 120.1012186, 30.3479778 ], [ 120.1012669, 30.3458154 ], [ 120.1013965, 30.3455726 ] ], [ [ 120.1013965, 30.3455726 ], [ 120.101345, 30.3483736 ] ], [ [ 120.1159318, 30.3464388 ], [ 120.1134061, 30.3462795 ] ], [ [ 120.1134061, 30.3462795 ], [ 120.1107845, 30.346119 ] ], [ [ 120.1160434, 30.34644 ], [ 120.1159318, 30.3464388 ] ], [ [ 120.1229724, 30.3468711 ], [ 120.1225498, 30.3468346 ] ], [ [ 120.1225498, 30.3468346 ], [ 120.1223167, 30.3468144 ] ], [ [ 120.1223167, 30.3468144 ], [ 120.1216496, 30.3467755 ] ], [ [ 120.1216496, 30.3467755 ], [ 120.1203884, 30.346702 ] ], [ [ 120.1203884, 30.346702 ], [ 120.119164, 30.3466351 ] ], [ [ 120.119164, 30.3466351 ], [ 120.1160434, 30.34644 ] ], [ [ 120.1152716, 30.3486532 ], [ 120.1156031, 30.3475452 ], [ 120.1159318, 30.3464388 ] ], [ [ 120.1259253, 30.3470188 ], [ 120.1268543, 30.3470143 ] ], [ [ 120.1268543, 30.3470143 ], [ 120.1282839, 30.3470732 ] ], [ [ 120.1231877, 30.3469335 ], [ 120.1233099, 30.34699 ] ], [ [ 120.1233099, 30.34699 ], [ 120.1235062, 30.3471095 ] ], [ [ 120.1235062, 30.3471095 ], [ 120.1237186, 30.347191 ] ], [ [ 120.1237186, 30.347191 ], [ 120.1239614, 30.3472136 ] ], [ [ 120.1239614, 30.3472136 ], [ 120.1242422, 30.347207 ] ], [ [ 120.1242422, 30.347207 ], [ 120.1246703, 30.3471591 ] ], [ [ 120.1259253, 30.3470188 ], [ 120.1246703, 30.3471591 ] ], [ [ 120.1259816, 30.3480545 ], [ 120.1259015, 30.347212 ], [ 120.1259253, 30.3470188 ] ], [ [ 120.1259816, 30.3480545 ], [ 120.1248899, 30.3480215 ] ], [ [ 120.1248899, 30.3480215 ], [ 120.1247776, 30.3479649 ] ], [ [ 120.1247776, 30.3479649 ], [ 120.1246978, 30.3478333 ] ], [ [ 120.1246978, 30.3478333 ], [ 120.1246703, 30.3471591 ] ], [ [ 120.1160434, 30.34644 ], [ 120.1158607, 30.3470279 ], [ 120.1154074, 30.3486631 ] ], [ [ 120.1152574, 30.3487874 ], [ 120.1152716, 30.3486532 ] ], [ [ 120.1154074, 30.3486631 ], [ 120.1153614, 30.3487824 ] ], [ [ 120.1259253, 30.3470188 ], [ 120.1260852, 30.3472516 ], [ 120.126187, 30.3481639 ], [ 120.1262046, 30.3483218 ], [ 120.126223, 30.3487261 ], [ 120.1261907, 30.3491382 ], [ 120.1261182, 30.3494212 ] ], [ [ 120.1259429, 30.3493605 ], [ 120.1260025, 30.349067 ], [ 120.1260025, 30.3482743 ], [ 120.1259816, 30.3480545 ] ], [ [ 120.0871815, 30.3492139 ], [ 120.087428, 30.3493529 ] ], [ [ 120.0972466, 30.3483601 ], [ 120.0972549, 30.351 ] ], [ [ 120.087428, 30.3493529 ], [ 120.0875043, 30.3494305 ] ], [ [ 120.0875043, 30.3494305 ], [ 120.0878993, 30.3495932 ] ], [ [ 120.0878993, 30.3495932 ], [ 120.0885134, 30.3498415 ] ], [ [ 120.0885134, 30.3498415 ], [ 120.0894722, 30.3502023 ] ], [ [ 120.0894722, 30.3502023 ], [ 120.0901351, 30.3504448 ] ], [ [ 120.0901351, 30.3504448 ], [ 120.0909155, 30.3507017 ] ], [ [ 120.0919127, 30.3509075 ], [ 120.0916757, 30.3508625 ] ], [ [ 120.0916757, 30.3508625 ], [ 120.0909155, 30.3507017 ] ], [ [ 120.1697805, 30.3441966 ], [ 120.1703421, 30.3450256 ] ], [ [ 120.176495, 30.3450693 ], [ 120.1765946, 30.3450188 ] ], [ [ 120.1731795, 30.3467699 ], [ 120.1724115, 30.3456538 ] ], [ [ 120.1724115, 30.3456538 ], [ 120.1720211, 30.3450581 ] ], [ [ 120.1720211, 30.3450581 ], [ 120.1710291, 30.3435448 ] ], [ [ 120.1731795, 30.3467699 ], [ 120.1737243, 30.3464854 ] ], [ [ 120.1737243, 30.3464854 ], [ 120.1739912, 30.346346 ] ], [ [ 120.1739912, 30.346346 ], [ 120.1744907, 30.3460851 ] ], [ [ 120.1744907, 30.3460851 ], [ 120.1749483, 30.3458532 ] ], [ [ 120.1749483, 30.3458532 ], [ 120.1755748, 30.3455357 ] ], [ [ 120.1755748, 30.3455357 ], [ 120.176495, 30.3450693 ] ], [ [ 120.1815924, 30.3458093 ], [ 120.1830644, 30.3458133 ], [ 120.1842729, 30.3458166 ], [ 120.1867191, 30.3458227 ], [ 120.1869659, 30.3458011 ] ], [ [ 120.1815924, 30.3458093 ], [ 120.1816058, 30.3459316 ] ], [ [ 120.186961, 30.3459166 ], [ 120.1867516, 30.3459218 ], [ 120.1842793, 30.3459457 ], [ 120.1827209, 30.3459375 ], [ 120.1816058, 30.3459316 ] ], [ [ 120.1781255, 30.34719 ], [ 120.1791622, 30.3466172 ], [ 120.1797206, 30.3463147 ], [ 120.1800399, 30.3461594 ], [ 120.1803412, 30.3460427 ], [ 120.1807607, 30.3459067 ], [ 120.1811317, 30.3458464 ], [ 120.1815924, 30.3458093 ] ], [ [ 120.1816058, 30.3459316 ], [ 120.1811327, 30.3459732 ], [ 120.1807349, 30.3460404 ], [ 120.1804446, 30.3461231 ], [ 120.1801382, 30.3462444 ], [ 120.1798094, 30.3464082 ], [ 120.1792169, 30.346741 ], [ 120.1782047, 30.3472942 ] ], [ [ 120.1780039, 30.3472579 ], [ 120.1781255, 30.34719 ] ], [ [ 120.171925, 30.3473619 ], [ 120.1716974, 30.347026 ] ], [ [ 120.1716974, 30.347026 ], [ 120.1715352, 30.3467866 ] ], [ [ 120.1715352, 30.3467866 ], [ 120.1712672, 30.346391 ] ], [ [ 120.1712672, 30.346391 ], [ 120.1712052, 30.3462995 ] ], [ [ 120.1712052, 30.3462995 ], [ 120.1703421, 30.3450256 ] ], [ [ 120.171925, 30.3473619 ], [ 120.1723119, 30.3472081 ] ], [ [ 120.1723119, 30.3472081 ], [ 120.1724314, 30.3471606 ] ], [ [ 120.1724314, 30.3471606 ], [ 120.1731795, 30.3467699 ] ], [ [ 120.1748991, 30.3491835 ], [ 120.1748171, 30.3490721 ] ], [ [ 120.1748171, 30.3490721 ], [ 120.1740954, 30.3480916 ] ], [ [ 120.1740954, 30.3480916 ], [ 120.1739979, 30.3479525 ] ], [ [ 120.1739979, 30.3479525 ], [ 120.173762, 30.3476155 ] ], [ [ 120.173762, 30.3476155 ], [ 120.1736662, 30.3474722 ] ], [ [ 120.1736662, 30.3474722 ], [ 120.1731795, 30.3467699 ] ], [ [ 120.1673059, 30.3490283 ], [ 120.1677797, 30.3488572 ] ], [ [ 120.1677797, 30.3488572 ], [ 120.1683967, 30.3486346 ] ], [ [ 120.1683967, 30.3486346 ], [ 120.1686636, 30.3485383 ] ], [ [ 120.1686636, 30.3485383 ], [ 120.1691391, 30.3483668 ] ], [ [ 120.1691391, 30.3483668 ], [ 120.1694657, 30.348249 ] ], [ [ 120.1694657, 30.348249 ], [ 120.1698716, 30.3481026 ] ], [ [ 120.1698716, 30.3481026 ], [ 120.1705728, 30.3478497 ] ], [ [ 120.1705728, 30.3478497 ], [ 120.1712478, 30.3476062 ] ], [ [ 120.1712478, 30.3476062 ], [ 120.171925, 30.3473619 ] ], [ [ 120.1661625, 30.3471043 ], [ 120.1660476, 30.3471703 ] ], [ [ 120.1660476, 30.3471703 ], [ 120.1646308, 30.3478778 ] ], [ [ 120.1646308, 30.3478778 ], [ 120.164457, 30.3479646 ] ], [ [ 120.164457, 30.3479646 ], [ 120.1639851, 30.3482003 ] ], [ [ 120.1634457, 30.3473422 ], [ 120.1639851, 30.3482003 ] ], [ [ 120.1639851, 30.3482003 ], [ 120.1621744, 30.3491046 ] ], [ [ 120.1616453, 30.3482445 ], [ 120.1621744, 30.3491046 ] ], [ [ 120.165074, 30.3497831 ], [ 120.1647938, 30.3493758 ] ], [ [ 120.1647938, 30.3493758 ], [ 120.164604, 30.3490999 ] ], [ [ 120.164604, 30.3490999 ], [ 120.1639851, 30.3482003 ] ], [ [ 120.171925, 30.3473619 ], [ 120.1722331, 30.3478293 ] ], [ [ 120.1722331, 30.3478293 ], [ 120.1726922, 30.3485258 ] ], [ [ 120.1726922, 30.3485258 ], [ 120.1729678, 30.348944 ] ], [ [ 120.1729678, 30.348944 ], [ 120.1733074, 30.3494593 ] ], [ [ 120.1748991, 30.3491835 ], [ 120.1749809, 30.3492945 ] ], [ [ 120.1717071, 30.3525269 ], [ 120.1718184, 30.3525686 ] ], [ [ 120.1592813, 30.349382 ], [ 120.1597824, 30.3501293 ] ], [ [ 120.1673059, 30.3490283 ], [ 120.1671603, 30.3490799 ] ], [ [ 120.1671603, 30.3490799 ], [ 120.1665383, 30.3492789 ] ], [ [ 120.1665383, 30.3492789 ], [ 120.166247, 30.3494107 ] ], [ [ 120.166247, 30.3494107 ], [ 120.1660981, 30.3494645 ] ], [ [ 120.1660981, 30.3494645 ], [ 120.1659172, 30.3495298 ] ], [ [ 120.1659172, 30.3495298 ], [ 120.1653273, 30.3497428 ] ], [ [ 120.1653273, 30.3497428 ], [ 120.1652459, 30.3497558 ] ], [ [ 120.1652459, 30.3497558 ], [ 120.165074, 30.3497831 ] ], [ [ 120.1621744, 30.3491046 ], [ 120.1623017, 30.3493115 ] ], [ [ 120.1623017, 30.3493115 ], [ 120.1630061, 30.3502898 ] ], [ [ 120.1630061, 30.3502898 ], [ 120.1631547, 30.3504962 ] ], [ [ 120.165074, 30.3497831 ], [ 120.1639096, 30.3502138 ] ], [ [ 120.1639096, 30.3502138 ], [ 120.163546, 30.3503508 ] ], [ [ 120.163546, 30.3503508 ], [ 120.1631547, 30.3504962 ] ], [ [ 120.165074, 30.3497831 ], [ 120.1654075, 30.3502731 ] ], [ [ 120.1654075, 30.3502731 ], [ 120.1654464, 30.350321 ] ], [ [ 120.1654464, 30.350321 ], [ 120.1656074, 30.3505491 ] ], [ [ 120.1656074, 30.3505491 ], [ 120.1656322, 30.3505835 ] ], [ [ 120.1656322, 30.3505835 ], [ 120.1660152, 30.3511544 ] ], [ [ 120.1660152, 30.3511544 ], [ 120.1661393, 30.3513461 ] ], [ [ 120.1661393, 30.3513461 ], [ 120.1663557, 30.3516965 ] ], [ [ 120.1686677, 30.3513281 ], [ 120.1681278, 30.3513815 ] ], [ [ 120.1681278, 30.3513815 ], [ 120.1675441, 30.3514678 ] ], [ [ 120.1675441, 30.3514678 ], [ 120.1666315, 30.3516217 ] ], [ [ 120.1666315, 30.3516217 ], [ 120.1663557, 30.3516965 ] ], [ [ 120.1631547, 30.3504962 ], [ 120.1628481, 30.3507263 ] ], [ [ 120.1628481, 30.3507263 ], [ 120.1626282, 30.3509678 ] ], [ [ 120.1626282, 30.3509678 ], [ 120.1625308, 30.3511483 ] ], [ [ 120.1625308, 30.3511483 ], [ 120.1623811, 30.3514776 ] ], [ [ 120.1623811, 30.3514776 ], [ 120.1623179, 30.3516215 ] ], [ [ 120.1623179, 30.3516215 ], [ 120.1621818, 30.3520372 ] ], [ [ 120.1621818, 30.3520372 ], [ 120.162091, 30.3524175 ] ], [ [ 120.162091, 30.3524175 ], [ 120.1619224, 30.3532628 ] ], [ [ 120.1668916, 30.3533314 ], [ 120.1668866, 30.353058 ] ], [ [ 120.1668866, 30.353058 ], [ 120.1668606, 30.3527845 ] ], [ [ 120.1668606, 30.3527845 ], [ 120.1667737, 30.3525019 ] ], [ [ 120.1667737, 30.3525019 ], [ 120.1666728, 30.3522262 ] ], [ [ 120.1666728, 30.3522262 ], [ 120.1663557, 30.3516965 ] ], [ [ 120.1645808, 30.3533544 ], [ 120.1647929, 30.3529853 ] ], [ [ 120.1647929, 30.3529853 ], [ 120.1648285, 30.3529086 ] ], [ [ 120.1648285, 30.3529086 ], [ 120.1650568, 30.3525548 ] ], [ [ 120.1650568, 30.3525548 ], [ 120.165223, 30.3523868 ] ], [ [ 120.165223, 30.3523868 ], [ 120.1655527, 30.3520915 ] ], [ [ 120.1655527, 30.3520915 ], [ 120.1658999, 30.3518481 ] ], [ [ 120.1658999, 30.3518481 ], [ 120.1663557, 30.3516965 ] ], [ [ 120.1619224, 30.3532628 ], [ 120.1622367, 30.3533184 ] ], [ [ 120.1622367, 30.3533184 ], [ 120.1623773, 30.3533332 ] ], [ [ 120.1623773, 30.3533332 ], [ 120.1628114, 30.3533493 ] ], [ [ 120.1628114, 30.3533493 ], [ 120.1632268, 30.3533574 ] ], [ [ 120.1632268, 30.3533574 ], [ 120.1639734, 30.3533495 ] ], [ [ 120.1639734, 30.3533495 ], [ 120.1644001, 30.3533528 ] ], [ [ 120.1644001, 30.3533528 ], [ 120.1645808, 30.3533544 ] ], [ [ 120.1718184, 30.3525686 ], [ 120.1723408, 30.3528048 ], [ 120.1725736, 30.3529267 ] ], [ [ 120.1724405, 30.3529806 ], [ 120.1722985, 30.3528649 ], [ 120.1717514, 30.3526588 ] ], [ [ 120.1725736, 30.3529267 ], [ 120.1726352, 30.3529848 ] ], [ [ 120.1724847, 30.3530421 ], [ 120.1724405, 30.3529806 ] ], [ [ 120.1011937, 30.3485031 ], [ 120.1012, 30.3483697 ] ], [ [ 120.101345, 30.3483736 ], [ 120.1013339, 30.3485083 ] ], [ [ 120.1010979, 30.3509053 ], [ 120.101122, 30.3500155 ], [ 120.1011325, 30.3497936 ], [ 120.1011937, 30.3485031 ] ], [ [ 120.1013339, 30.3485083 ], [ 120.1012791, 30.3500472 ], [ 120.1012506, 30.3509097 ] ], [ [ 120.1069486, 30.3510843 ], [ 120.1070084, 30.3500149 ] ], [ [ 120.1070084, 30.3500149 ], [ 120.1070351, 30.349414 ] ], [ [ 120.1070351, 30.349414 ], [ 120.1069653, 30.3489389 ] ], [ [ 120.1069653, 30.3489389 ], [ 120.1069923, 30.3486182 ] ], [ [ 120.1153614, 30.3487824 ], [ 120.1150886, 30.3496303 ], [ 120.1148203, 30.3504643 ], [ 120.1147006, 30.3508299 ], [ 120.1145886, 30.3512496 ] ], [ [ 120.1144724, 30.3512643 ], [ 120.1145448, 30.3508995 ], [ 120.1148767, 30.3499407 ], [ 120.114924, 30.3497974 ], [ 120.1152574, 30.3487874 ] ], [ [ 120.109579, 30.3511461 ], [ 120.1097084, 30.3511383 ] ], [ [ 120.1259104, 30.3495237 ], [ 120.1259429, 30.3493605 ] ], [ [ 120.1261182, 30.3494212 ], [ 120.1260958, 30.3495696 ] ], [ [ 120.1254653, 30.3517195 ], [ 120.1256167, 30.351025 ], [ 120.1257884, 30.350051 ], [ 120.1258501, 30.3497501 ], [ 120.1259104, 30.3495237 ] ], [ [ 120.1260958, 30.3495696 ], [ 120.1260433, 30.3497918 ], [ 120.1259762, 30.3500811 ], [ 120.1257954, 30.3509177 ], [ 120.1256292, 30.351733 ] ], [ [ 120.1274072, 30.3517952 ], [ 120.127714, 30.3504928 ] ], [ [ 120.1213319, 30.3514819 ], [ 120.1223977, 30.3515471 ], [ 120.1239094, 30.3516395 ], [ 120.1242705, 30.3516588 ], [ 120.1254653, 30.3517195 ] ], [ [ 120.0919127, 30.3509075 ], [ 120.0923608, 30.3508922 ], [ 120.0930595, 30.3508953 ], [ 120.0934274, 30.3509007 ] ], [ [ 120.0934274, 30.3509007 ], [ 120.0935814, 30.3509015 ] ], [ [ 120.0935814, 30.3509015 ], [ 120.094749, 30.3508933 ], [ 120.0951369, 30.350894 ], [ 120.0954325, 30.3509053 ], [ 120.0958107, 30.3509908 ], [ 120.0961098, 30.3510197 ], [ 120.0972549, 30.351 ] ], [ [ 120.0934221, 30.3510084 ], [ 120.0926973, 30.3510081 ], [ 120.0923261, 30.3509828 ], [ 120.0919127, 30.3509075 ] ], [ [ 120.0935811, 30.351009 ], [ 120.0934221, 30.3510084 ] ], [ [ 120.0972563, 30.3510851 ], [ 120.0972549, 30.351 ] ], [ [ 120.1010979, 30.3509053 ], [ 120.1012506, 30.3509097 ] ], [ [ 120.1012506, 30.3509097 ], [ 120.101257, 30.3509917 ] ], [ [ 120.0972549, 30.351 ], [ 120.0983094, 30.3509713 ], [ 120.0986123, 30.350963 ], [ 120.0998408, 30.3509306 ], [ 120.0999219, 30.350929 ], [ 120.1010979, 30.3509053 ] ], [ [ 120.1010937, 30.3510029 ], [ 120.1010979, 30.3509053 ] ], [ [ 120.1012506, 30.3509097 ], [ 120.1065785, 30.3510741 ], [ 120.1069486, 30.3510843 ] ], [ [ 120.101257, 30.3509917 ], [ 120.1010937, 30.3510029 ] ], [ [ 120.1010937, 30.3510029 ], [ 120.0990093, 30.3510332 ], [ 120.0988068, 30.3510344 ], [ 120.0972563, 30.3510851 ] ], [ [ 120.10695, 30.3511677 ], [ 120.106239, 30.3511454 ], [ 120.1047941, 30.3511075 ], [ 120.1041699, 30.3510896 ], [ 120.1032056, 30.351062 ], [ 120.1016782, 30.3510103 ], [ 120.101257, 30.3509917 ] ], [ [ 120.1069486, 30.3510843 ], [ 120.1090112, 30.3511412 ], [ 120.109579, 30.3511461 ] ], [ [ 120.10695, 30.3511677 ], [ 120.1069486, 30.3510843 ] ], [ [ 120.1097084, 30.3511383 ], [ 120.1105373, 30.3511643 ], [ 120.1111643, 30.3511839 ], [ 120.1122691, 30.3512068 ], [ 120.113353, 30.3512377 ], [ 120.1144724, 30.3512643 ] ], [ [ 120.1144724, 30.3512643 ], [ 120.1145886, 30.3512496 ] ], [ [ 120.1097081, 30.3512745 ], [ 120.109575, 30.3512433 ] ], [ [ 120.1145886, 30.3512496 ], [ 120.1145881, 30.3513931 ] ], [ [ 120.1144749, 30.3513898 ], [ 120.1144724, 30.3512643 ] ], [ [ 120.1145886, 30.3512496 ], [ 120.1174885, 30.3513188 ], [ 120.1181122, 30.3513365 ], [ 120.1193748, 30.3513725 ], [ 120.1210641, 30.3514101 ] ], [ [ 120.1144749, 30.3513898 ], [ 120.1133528, 30.3513638 ], [ 120.1132251, 30.3513593 ], [ 120.1120658, 30.3513187 ], [ 120.1112411, 30.3512898 ], [ 120.1097081, 30.3512745 ] ], [ [ 120.1145881, 30.3513931 ], [ 120.1144749, 30.3513898 ] ], [ [ 120.1210641, 30.3514101 ], [ 120.1213319, 30.3514819 ] ], [ [ 120.0972563, 30.3510851 ], [ 120.0969069, 30.3510775 ], [ 120.0960758, 30.3510879 ], [ 120.095734, 30.3510646 ], [ 120.0952962, 30.3510027 ], [ 120.0940592, 30.3510027 ], [ 120.0935811, 30.351009 ] ], [ [ 120.0908509, 30.3533143 ], [ 120.0908652, 30.352094 ] ], [ [ 120.0908652, 30.352094 ], [ 120.0909155, 30.3507017 ] ], [ [ 120.093392, 30.3532855 ], [ 120.0935345, 30.3532845 ] ], [ [ 120.0935345, 30.3532845 ], [ 120.0969394, 30.3532895 ] ], [ [ 120.1254478, 30.3517996 ], [ 120.1233478, 30.3516864 ], [ 120.121293, 30.3515757 ] ], [ [ 120.1254653, 30.3517195 ], [ 120.1256292, 30.351733 ] ], [ [ 120.1254478, 30.3517996 ], [ 120.1254653, 30.3517195 ] ], [ [ 120.1256292, 30.351733 ], [ 120.1274072, 30.3517952 ] ], [ [ 120.1256292, 30.351733 ], [ 120.1256125, 30.3518149 ] ], [ [ 120.1256125, 30.3518149 ], [ 120.1254478, 30.3517996 ] ], [ [ 120.1273806, 30.3518683 ], [ 120.1274072, 30.3517952 ] ], [ [ 120.1273806, 30.3518683 ], [ 120.1256125, 30.3518149 ] ], [ [ 120.1256125, 30.3518149 ], [ 120.1254594, 30.3525663 ], [ 120.1251827, 30.3536579 ], [ 120.1251374, 30.3538252 ] ], [ [ 120.109575, 30.3512433 ], [ 120.1085423, 30.351218 ], [ 120.1082643, 30.3512069 ], [ 120.10695, 30.3511677 ] ], [ [ 120.101257, 30.3509917 ], [ 120.1010748, 30.3553679 ], [ 120.1010119, 30.3555554 ] ], [ [ 120.1009895, 30.3555596 ], [ 120.10097, 30.3553461 ], [ 120.101063, 30.3521889 ], [ 120.1010937, 30.3510029 ] ], [ [ 120.10695, 30.3511677 ], [ 120.1069408, 30.3513153 ] ], [ [ 120.1069408, 30.3513153 ], [ 120.1068845, 30.352482 ] ], [ [ 120.1068845, 30.352482 ], [ 120.1069373, 30.3526829 ] ], [ [ 120.1069373, 30.3526829 ], [ 120.1069584, 30.3527632 ] ], [ [ 120.1069584, 30.3527632 ], [ 120.1069938, 30.3528979 ] ], [ [ 120.1069938, 30.3528979 ], [ 120.1069691, 30.3533663 ] ], [ [ 120.1069691, 30.3533663 ], [ 120.1069333, 30.3540459 ] ], [ [ 120.1069333, 30.3540459 ], [ 120.1069298, 30.3541092 ] ], [ [ 120.1069298, 30.3541092 ], [ 120.1068924, 30.3547946 ] ], [ [ 120.1068924, 30.3547946 ], [ 120.1068461, 30.3557008 ] ], [ [ 120.1010119, 30.3555554 ], [ 120.100994, 30.3556086 ] ], [ [ 120.100994, 30.3556086 ], [ 120.1009895, 30.3555596 ] ], [ [ 120.1009822, 30.3556277 ], [ 120.100994, 30.3556086 ] ], [ [ 120.120988, 30.3515809 ], [ 120.1200525, 30.3515434 ], [ 120.1195954, 30.351525 ], [ 120.1165163, 30.3514487 ], [ 120.1145881, 30.3513931 ] ], [ [ 120.121293, 30.3515757 ], [ 120.120988, 30.3515809 ] ], [ [ 120.1145881, 30.3513931 ], [ 120.1145854, 30.35218 ], [ 120.1146492, 30.3558599 ] ], [ [ 120.114551, 30.3558649 ], [ 120.1145315, 30.3538496 ], [ 120.1145314, 30.3529978 ], [ 120.1144913, 30.3522154 ], [ 120.1144749, 30.3513898 ] ], [ [ 120.1249645, 30.3538548 ], [ 120.1251467, 30.3531164 ], [ 120.1252676, 30.3526262 ], [ 120.1254478, 30.3517996 ] ], [ [ 120.1273806, 30.3518683 ], [ 120.1269576, 30.353719 ] ], [ [ 120.1269576, 30.353719 ], [ 120.1268583, 30.3538617 ] ], [ [ 120.1238045, 30.3537666 ], [ 120.1249645, 30.3538548 ] ], [ [ 120.1251374, 30.3538252 ], [ 120.1249645, 30.3538548 ] ], [ [ 120.1268583, 30.3538617 ], [ 120.1251374, 30.3538252 ] ], [ [ 120.124248, 30.3559961 ], [ 120.1244043, 30.3555745 ], [ 120.1246106, 30.3550493 ], [ 120.1248359, 30.354378 ], [ 120.1249645, 30.3538548 ] ], [ [ 120.1146492, 30.3558599 ], [ 120.1146508, 30.3559503 ], [ 120.1146508, 30.3559624 ] ], [ [ 120.1145519, 30.3559649 ], [ 120.1145518, 30.3559502 ], [ 120.114551, 30.3558649 ] ], [ [ 120.0934335, 30.3553434 ], [ 120.0933981, 30.3566834 ] ], [ [ 120.0933981, 30.3566834 ], [ 120.0934142, 30.3570039 ] ], [ [ 120.0934142, 30.3570039 ], [ 120.093431, 30.3572267 ] ], [ [ 120.093431, 30.3572267 ], [ 120.0934989, 30.3574572 ] ], [ [ 120.0934989, 30.3574572 ], [ 120.0936278, 30.357706 ] ], [ [ 120.0936278, 30.357706 ], [ 120.0938313, 30.3579643 ] ], [ [ 120.0938313, 30.3579643 ], [ 120.094224, 30.3574499 ] ], [ [ 120.094224, 30.3574499 ], [ 120.0945948, 30.3572174 ] ], [ [ 120.0945948, 30.3572174 ], [ 120.0949341, 30.3572119 ] ], [ [ 120.0949341, 30.3572119 ], [ 120.0954367, 30.3572079 ] ], [ [ 120.0954367, 30.3572079 ], [ 120.0970098, 30.3571952 ] ], [ [ 120.0970098, 30.3571952 ], [ 120.0976245, 30.3571843 ] ], [ [ 120.0976245, 30.3571843 ], [ 120.0980374, 30.3571769 ] ], [ [ 120.0980374, 30.3571769 ], [ 120.0993792, 30.3572575 ] ], [ [ 120.0993792, 30.3572575 ], [ 120.1008706, 30.3573738 ] ], [ [ 120.0938313, 30.3579643 ], [ 120.0939996, 30.358161 ] ], [ [ 120.0939996, 30.358161 ], [ 120.0941495, 30.3583312 ] ], [ [ 120.0941495, 30.3583312 ], [ 120.0941736, 30.3584841 ] ], [ [ 120.0941736, 30.3584841 ], [ 120.0941714, 30.3588119 ] ], [ [ 120.0941714, 30.3588119 ], [ 120.0941434, 30.3599528 ] ], [ [ 120.1251374, 30.3538252 ], [ 120.1249258, 30.3546073 ], [ 120.1247613, 30.3550528 ], [ 120.1244869, 30.3557244 ], [ 120.1243707, 30.356028 ] ], [ [ 120.1242084, 30.3561146 ], [ 120.124248, 30.3559961 ] ], [ [ 120.1243707, 30.356028 ], [ 120.1241142, 30.3566601 ], [ 120.1239225, 30.3571086 ], [ 120.1233461, 30.358616 ], [ 120.1231229, 30.3592615 ], [ 120.1229104, 30.3599393 ], [ 120.1227385, 30.3607017 ], [ 120.1225559, 30.3615844 ] ], [ [ 120.1224381, 30.3615735 ], [ 120.1226275, 30.3606163 ], [ 120.1227954, 30.3599554 ], [ 120.1229884, 30.3593679 ], [ 120.1232298, 30.3586162 ], [ 120.1237838, 30.3571131 ], [ 120.1239667, 30.3566816 ], [ 120.1242084, 30.3561146 ] ], [ [ 120.1068406, 30.3557947 ], [ 120.1068461, 30.3557008 ] ], [ [ 120.1008706, 30.3573738 ], [ 120.1008734, 30.3572157 ] ], [ [ 120.1008734, 30.3572157 ], [ 120.1008855, 30.3569542 ] ], [ [ 120.1008855, 30.3569542 ], [ 120.100907, 30.3557491 ] ], [ [ 120.100907, 30.3557491 ], [ 120.1009822, 30.3556277 ] ], [ [ 120.1136667, 30.3600558 ], [ 120.1141003, 30.3592616 ], [ 120.1142134, 30.3590581 ], [ 120.1143718, 30.3587564 ], [ 120.1144671, 30.3584697 ], [ 120.1145122, 30.3582605 ], [ 120.1145413, 30.3580559 ], [ 120.114562, 30.3576103 ], [ 120.1145519, 30.3559649 ] ], [ [ 120.1146508, 30.3559624 ], [ 120.1146466, 30.3576045 ], [ 120.114642, 30.3580551 ], [ 120.1145902, 30.3583676 ], [ 120.1145162, 30.3586503 ], [ 120.1144027, 30.3589316 ], [ 120.1142571, 30.3591852 ], [ 120.1137772, 30.3600609 ] ], [ [ 120.1184487, 30.360043 ], [ 120.1180927, 30.3600455 ] ], [ [ 120.1180927, 30.3600455 ], [ 120.1137772, 30.3600609 ] ], [ [ 120.1096578, 30.3600656 ], [ 120.1111553, 30.3600591 ] ], [ [ 120.1111553, 30.3600591 ], [ 120.1119804, 30.3600555 ] ], [ [ 120.1119804, 30.3600555 ], [ 120.1123801, 30.3600497 ] ], [ [ 120.1123801, 30.3600497 ], [ 120.1136667, 30.3600558 ] ], [ [ 120.1136667, 30.3600558 ], [ 120.1137772, 30.3600609 ] ], [ [ 120.1096578, 30.3600656 ], [ 120.1095112, 30.360072 ] ], [ [ 120.1008166, 30.3600608 ], [ 120.1008706, 30.3573738 ] ], [ [ 120.1008706, 30.3573738 ], [ 120.1037825, 30.3575909 ] ], [ [ 120.1037825, 30.3575909 ], [ 120.1038203, 30.3576568 ] ], [ [ 120.1038203, 30.3576568 ], [ 120.1037345, 30.3598539 ] ], [ [ 120.1037345, 30.3598539 ], [ 120.1037241, 30.3601216 ] ], [ [ 120.1008166, 30.3600608 ], [ 120.1007205, 30.3600613 ] ], [ [ 120.1007205, 30.3600613 ], [ 120.0973511, 30.3599921 ] ], [ [ 120.1008166, 30.3600608 ], [ 120.1037241, 30.3601216 ] ], [ [ 120.100699, 30.3620677 ], [ 120.1008166, 30.3600608 ] ], [ [ 120.1037241, 30.3601216 ], [ 120.1036957, 30.3619555 ] ], [ [ 120.1036957, 30.3619555 ], [ 120.103693, 30.3621282 ] ], [ [ 120.100699, 30.3620677 ], [ 120.0997028, 30.3620422 ] ], [ [ 120.0997028, 30.3620422 ], [ 120.0972896, 30.3620012 ] ], [ [ 120.100699, 30.3620677 ], [ 120.103693, 30.3621282 ] ], [ [ 120.1009795, 30.3648613 ], [ 120.1006266, 30.3632264 ] ], [ [ 120.1006266, 30.3632264 ], [ 120.10066, 30.3627155 ] ], [ [ 120.10066, 30.3627155 ], [ 120.1006638, 30.3626578 ] ], [ [ 120.1006638, 30.3626578 ], [ 120.100699, 30.3620677 ] ], [ [ 120.1093929, 30.3636915 ], [ 120.1095539, 30.3636925 ] ], [ [ 120.1134948, 30.3637015 ], [ 120.1135147, 30.3615328 ], [ 120.1135058, 30.3609062 ], [ 120.113504, 30.3607633 ], [ 120.1135297, 30.3605908 ], [ 120.1135912, 30.3602724 ], [ 120.1136667, 30.3600558 ] ], [ [ 120.1137772, 30.3600609 ], [ 120.1136911, 30.3602819 ], [ 120.1136391, 30.3605161 ], [ 120.1136075, 30.3608415 ], [ 120.1136144, 30.361075 ], [ 120.1135959, 30.363331 ], [ 120.1136005, 30.3637 ] ], [ [ 120.1095539, 30.3636925 ], [ 120.1118084, 30.3637088 ], [ 120.1121824, 30.3637062 ], [ 120.1134948, 30.3637015 ] ], [ [ 120.1134948, 30.3637015 ], [ 120.1136005, 30.3637 ] ], [ [ 120.1136005, 30.3637 ], [ 120.1148985, 30.3637065 ], [ 120.1161187, 30.3637126 ], [ 120.1165995, 30.3637277 ], [ 120.1169015, 30.3636941 ], [ 120.1173976, 30.3636923 ] ], [ [ 120.1439853, 30.356375 ], [ 120.1440063, 30.3555097 ] ], [ [ 120.1440063, 30.3555097 ], [ 120.1440764, 30.355069 ] ], [ [ 120.1440764, 30.355069 ], [ 120.1441106, 30.3549278 ] ], [ [ 120.1441106, 30.3549278 ], [ 120.1443198, 30.3543885 ] ], [ [ 120.1443198, 30.3543885 ], [ 120.1444824, 30.3541172 ] ], [ [ 120.1444824, 30.3541172 ], [ 120.1453691, 30.3523763 ] ], [ [ 120.1472202, 30.3564694 ], [ 120.1464241, 30.3564599 ] ], [ [ 120.1464241, 30.3564599 ], [ 120.1458801, 30.3564474 ] ], [ [ 120.1458801, 30.3564474 ], [ 120.1451658, 30.3564023 ] ], [ [ 120.1451658, 30.3564023 ], [ 120.1449335, 30.3563948 ] ], [ [ 120.1449335, 30.3563948 ], [ 120.1439853, 30.356375 ] ], [ [ 120.1406468, 30.3564696 ], [ 120.1415303, 30.3564776 ] ], [ [ 120.1415303, 30.3564776 ], [ 120.1423254, 30.3564721 ] ], [ [ 120.1423254, 30.3564721 ], [ 120.1427684, 30.3564694 ] ], [ [ 120.1427684, 30.3564694 ], [ 120.14332, 30.3564124 ] ], [ [ 120.14332, 30.3564124 ], [ 120.1439853, 30.356375 ] ], [ [ 120.151916, 30.3580837 ], [ 120.1517428, 30.3562348 ] ], [ [ 120.1374075, 30.3531186 ], [ 120.1332269, 30.3533345 ] ], [ [ 120.1332269, 30.3533345 ], [ 120.1330893, 30.3533444 ] ], [ [ 120.1375098, 30.3531126 ], [ 120.1373982, 30.3538004 ], [ 120.1373473, 30.3543299 ], [ 120.1372848, 30.3548821 ], [ 120.1371879, 30.3555837 ], [ 120.137094, 30.3562109 ], [ 120.13702, 30.35671 ], [ 120.1369388, 30.3572377 ], [ 120.1368732, 30.3578292 ], [ 120.1368023, 30.3582653 ], [ 120.1367925, 30.3583387 ], [ 120.1366615, 30.3593225 ] ], [ [ 120.1365581, 30.3593494 ], [ 120.1367056, 30.3583599 ], [ 120.1367203, 30.3582614 ], [ 120.1367813, 30.3578562 ], [ 120.1369377, 30.3567082 ], [ 120.1370153, 30.3562345 ], [ 120.1371188, 30.3555644 ], [ 120.137207, 30.3549023 ], [ 120.1372672, 30.3543406 ], [ 120.13732, 30.3537768 ], [ 120.1374075, 30.3531186 ] ], [ [ 120.1334954, 30.3561612 ], [ 120.1336527, 30.3567201 ], [ 120.133674, 30.3573339 ], [ 120.1336728, 30.358234 ], [ 120.1336727, 30.3583094 ], [ 120.133674, 30.358372 ], [ 120.1336828, 30.3588013 ], [ 120.1336135, 30.3593455 ] ], [ [ 120.1332724, 30.3593482 ], [ 120.1333268, 30.3587581 ], [ 120.1333279, 30.3583741 ], [ 120.1333282, 30.3582387 ], [ 120.1333291, 30.3579179 ], [ 120.1332959, 30.3567549 ], [ 120.133404, 30.3561621 ] ], [ [ 120.1439853, 30.356375 ], [ 120.1439562, 30.3575664 ] ], [ [ 120.1439562, 30.3575664 ], [ 120.143996, 30.3593243 ] ], [ [ 120.1404662, 30.3592806 ], [ 120.1406281, 30.3593187 ] ], [ [ 120.1406281, 30.3593187 ], [ 120.1414487, 30.3593133 ], [ 120.1427504, 30.3593092 ], [ 120.143996, 30.3593243 ] ], [ [ 120.143996, 30.3593243 ], [ 120.1439882, 30.359454 ] ], [ [ 120.143996, 30.3593243 ], [ 120.1449942, 30.3593414 ], [ 120.1460051, 30.3593428 ], [ 120.1461289, 30.359435 ], [ 120.1459464, 30.3594516 ], [ 120.1450703, 30.3594582 ], [ 120.1439882, 30.359454 ] ], [ [ 120.1366615, 30.3593225 ], [ 120.1368208, 30.3593226 ], [ 120.1369003, 30.3593205 ], [ 120.1372291, 30.3593196 ], [ 120.1376657, 30.359302 ], [ 120.138009, 30.3592984 ], [ 120.1384662, 30.3593018 ], [ 120.1390058, 30.3592987 ], [ 120.1396139, 30.3592897 ], [ 120.140285, 30.3592825 ], [ 120.1404662, 30.3592806 ] ], [ [ 120.1365581, 30.3593494 ], [ 120.1366615, 30.3593225 ] ], [ [ 120.1336135, 30.3593455 ], [ 120.1346876, 30.3593428 ], [ 120.136028, 30.3593354 ], [ 120.1365581, 30.3593494 ] ], [ [ 120.1332724, 30.3593482 ], [ 120.1336135, 30.3593455 ] ], [ [ 120.1366615, 30.3593225 ], [ 120.1366153, 30.3595487 ] ], [ [ 120.1365102, 30.359543 ], [ 120.1365581, 30.3593494 ] ], [ [ 120.1336135, 30.3593455 ], [ 120.133568, 30.3596474 ] ], [ [ 120.1332296, 30.3596466 ], [ 120.1332724, 30.3593482 ] ], [ [ 120.159134, 30.3580472 ], [ 120.1594333, 30.3580511 ] ], [ [ 120.159134, 30.3580472 ], [ 120.156787, 30.3580568 ] ], [ [ 120.156787, 30.3580568 ], [ 120.1547675, 30.3580874 ] ], [ [ 120.1547675, 30.3580874 ], [ 120.151916, 30.3580837 ] ], [ [ 120.1591468, 30.3616442 ], [ 120.1591298, 30.3596425 ], [ 120.1591287, 30.3595068 ], [ 120.1591294, 30.3593117 ], [ 120.159134, 30.3580472 ] ], [ [ 120.1594333, 30.3580511 ], [ 120.1594204, 30.3593157 ], [ 120.1594185, 30.3595044 ], [ 120.1594209, 30.3596399 ], [ 120.1594666, 30.3622662 ], [ 120.1593843, 30.3629125 ] ], [ [ 120.1544098, 30.361821 ], [ 120.1552576, 30.3617621 ] ], [ [ 120.1552576, 30.3617621 ], [ 120.1562, 30.3616759 ] ], [ [ 120.1562, 30.3616759 ], [ 120.1566572, 30.3616533 ] ], [ [ 120.1566572, 30.3616533 ], [ 120.1577661, 30.3616517 ] ], [ [ 120.1577661, 30.3616517 ], [ 120.1591468, 30.3616442 ] ], [ [ 120.1544098, 30.361821 ], [ 120.1535532, 30.3618694 ] ], [ [ 120.1535532, 30.3618694 ], [ 120.1532817, 30.3618679 ] ], [ [ 120.1532817, 30.3618679 ], [ 120.1529839, 30.3618346 ] ], [ [ 120.1529839, 30.3618346 ], [ 120.152504, 30.3617787 ] ], [ [ 120.152504, 30.3617787 ], [ 120.1517932, 30.3617022 ] ], [ [ 120.1592159, 30.3624744 ], [ 120.15915, 30.362021 ], [ 120.1591468, 30.3616442 ] ], [ [ 120.1538405, 30.3637 ], [ 120.1540322, 30.3630454 ] ], [ [ 120.1540322, 30.3630454 ], [ 120.1541287, 30.3626702 ] ], [ [ 120.1541287, 30.3626702 ], [ 120.1544098, 30.361821 ] ], [ [ 120.1538405, 30.3637 ], [ 120.1514466, 30.3634162 ] ], [ [ 120.1538405, 30.3637 ], [ 120.154199, 30.3637255 ] ], [ [ 120.154199, 30.3637255 ], [ 120.1557216, 30.3637093 ] ], [ [ 120.1557216, 30.3637093 ], [ 120.159205, 30.3637128 ] ], [ [ 120.1439882, 30.359454 ], [ 120.1428699, 30.3594496 ], [ 120.1406295, 30.3594495 ] ], [ [ 120.1406295, 30.3594495 ], [ 120.1404565, 30.3595411 ] ], [ [ 120.151916, 30.3580837 ], [ 120.1519624, 30.3591676 ] ], [ [ 120.1519624, 30.3591676 ], [ 120.1519694, 30.3593134 ] ], [ [ 120.1519694, 30.3593134 ], [ 120.1519849, 30.3596353 ] ], [ [ 120.1519849, 30.3596353 ], [ 120.1519958, 30.3601885 ] ], [ [ 120.1519958, 30.3601885 ], [ 120.1519373, 30.3606755 ] ], [ [ 120.1519373, 30.3606755 ], [ 120.1518871, 30.3610037 ] ], [ [ 120.1518871, 30.3610037 ], [ 120.1517932, 30.3617022 ] ], [ [ 120.1514466, 30.3634162 ], [ 120.1516296, 30.3624727 ] ], [ [ 120.1516296, 30.3624727 ], [ 120.1517932, 30.3617022 ] ], [ [ 120.1513197, 30.3673668 ], [ 120.1511452, 30.3665085 ] ], [ [ 120.1511452, 30.3665085 ], [ 120.1510972, 30.366178 ] ], [ [ 120.1510972, 30.366178 ], [ 120.1510793, 30.3657958 ] ], [ [ 120.1510793, 30.3657958 ], [ 120.1511078, 30.3654348 ] ], [ [ 120.1511078, 30.3654348 ], [ 120.1511434, 30.3650867 ] ], [ [ 120.1511434, 30.3650867 ], [ 120.1512425, 30.3645092 ] ], [ [ 120.1512425, 30.3645092 ], [ 120.1514466, 30.3634162 ] ], [ [ 120.1404565, 30.3595411 ], [ 120.1403066, 30.3595405 ], [ 120.1395066, 30.3595374 ], [ 120.1392887, 30.3595366 ], [ 120.1374927, 30.3595398 ], [ 120.1371741, 30.3595428 ], [ 120.1368481, 30.3595473 ], [ 120.1368036, 30.3595476 ], [ 120.1366153, 30.3595487 ] ], [ [ 120.1366153, 30.3595487 ], [ 120.1365102, 30.359543 ] ], [ [ 120.1365102, 30.359543 ], [ 120.1362206, 30.3595272 ], [ 120.1359002, 30.3595525 ], [ 120.135509, 30.359614 ], [ 120.1352226, 30.3596517 ], [ 120.133568, 30.3596474 ] ], [ [ 120.133568, 30.3596474 ], [ 120.1332296, 30.3596466 ] ], [ [ 120.1327841, 30.3617254 ], [ 120.1328201, 30.3612342 ], [ 120.1329859, 30.3606217 ], [ 120.1331423, 30.3599931 ], [ 120.1332296, 30.3596466 ] ], [ [ 120.133568, 30.3596474 ], [ 120.1335218, 30.3599542 ], [ 120.1331608, 30.3613284 ], [ 120.1330281, 30.36173 ], [ 120.1329191, 30.3621438 ] ], [ [ 120.1366153, 30.3595487 ], [ 120.1365031, 30.3606368 ], [ 120.1364744, 30.3610824 ], [ 120.13635, 30.362333 ], [ 120.1362181, 30.3635474 ], [ 120.1361802, 30.3639694 ], [ 120.1359743, 30.3658583 ], [ 120.1359306, 30.3661457 ], [ 120.1358127, 30.3670657 ], [ 120.1357451, 30.3679051 ] ], [ [ 120.1356117, 30.3679304 ], [ 120.1357219, 30.3671266 ], [ 120.1358846, 30.3658689 ], [ 120.1359501, 30.3654251 ], [ 120.1360544, 30.3645505 ], [ 120.1360983, 30.3639906 ], [ 120.1362317, 30.3624044 ], [ 120.1362535, 30.3622522 ], [ 120.136373, 30.3611103 ], [ 120.1364462, 30.3601824 ], [ 120.1365102, 30.359543 ] ], [ [ 120.1593731, 30.3637177 ], [ 120.159205, 30.3637128 ] ], [ [ 120.1537699, 30.3671145 ], [ 120.1536398, 30.3666865 ] ], [ [ 120.1536398, 30.3666865 ], [ 120.1535214, 30.3663488 ] ], [ [ 120.1535214, 30.3663488 ], [ 120.1534602, 30.365915 ] ], [ [ 120.1534602, 30.365915 ], [ 120.1534777, 30.3654976 ] ], [ [ 120.1534777, 30.3654976 ], [ 120.1535459, 30.3649459 ] ], [ [ 120.1535459, 30.3649459 ], [ 120.1537419, 30.364028 ] ], [ [ 120.1537419, 30.364028 ], [ 120.1538405, 30.3637 ] ], [ [ 120.1668916, 30.3533314 ], [ 120.167824, 30.3533308 ] ], [ [ 120.167824, 30.3533308 ], [ 120.1686488, 30.3533303 ] ], [ [ 120.1686488, 30.3533303 ], [ 120.1695648, 30.3533347 ] ], [ [ 120.1695648, 30.3533347 ], [ 120.1697392, 30.3533355 ] ], [ [ 120.1645808, 30.3533544 ], [ 120.1668916, 30.3533314 ] ], [ [ 120.1616504, 30.3550291 ], [ 120.1619224, 30.3532628 ] ], [ [ 120.1639516, 30.3551003 ], [ 120.1645808, 30.3533544 ] ], [ [ 120.1668351, 30.3551705 ], [ 120.1668916, 30.3533314 ] ], [ [ 120.1706702, 30.3541344 ], [ 120.1707268, 30.3541598 ] ], [ [ 120.1692816, 30.3551057 ], [ 120.1697012, 30.354806 ] ], [ [ 120.1697012, 30.354806 ], [ 120.1697445, 30.3547674 ] ], [ [ 120.1697445, 30.3547674 ], [ 120.1702981, 30.3543645 ] ], [ [ 120.1702981, 30.3543645 ], [ 120.1706702, 30.3541344 ] ], [ [ 120.1639516, 30.3551003 ], [ 120.1638496, 30.3552885 ] ], [ [ 120.1692816, 30.3551057 ], [ 120.1691694, 30.3552823 ] ], [ [ 120.1691694, 30.3552823 ], [ 120.1690973, 30.3554987 ] ], [ [ 120.1690973, 30.3554987 ], [ 120.1690793, 30.3556924 ] ], [ [ 120.1690793, 30.3556924 ], [ 120.1690793, 30.3560066 ] ], [ [ 120.1690793, 30.3560066 ], [ 120.1690793, 30.3562692 ] ], [ [ 120.1690793, 30.3562692 ], [ 120.1690813, 30.3567052 ] ], [ [ 120.1690813, 30.3567052 ], [ 120.1690821, 30.3569572 ] ], [ [ 120.1616504, 30.3550291 ], [ 120.1616255, 30.3552247 ] ], [ [ 120.159408, 30.3562114 ], [ 120.1594473, 30.3565571 ], [ 120.1594637, 30.3567895 ] ], [ [ 120.159134, 30.3580472 ], [ 120.1591375, 30.3571025 ], [ 120.1591566, 30.3565662 ], [ 120.159209, 30.3561999 ] ], [ [ 120.1594637, 30.3567895 ], [ 120.1594333, 30.3580511 ] ], [ [ 120.1701397, 30.356976 ], [ 120.170197, 30.3569555 ] ], [ [ 120.1690821, 30.3569572 ], [ 120.1701397, 30.356976 ] ], [ [ 120.1721314, 30.3661857 ], [ 120.1722313, 30.3661516 ] ], [ [ 120.1721314, 30.3661857 ], [ 120.1715199, 30.366386 ] ], [ [ 120.1715199, 30.366386 ], [ 120.1710756, 30.3664971 ] ], [ [ 120.1710756, 30.3664971 ], [ 120.1693248, 30.366903 ] ], [ [ 120.1693248, 30.366903 ], [ 120.1691189, 30.3669508 ] ], [ [ 120.1691189, 30.3669508 ], [ 120.1675996, 30.3673282 ] ], [ [ 120.1675996, 30.3673282 ], [ 120.1673795, 30.3673763 ] ], [ [ 120.1673795, 30.3673763 ], [ 120.1669844, 30.3673626 ] ], [ [ 120.1669844, 30.3673626 ], [ 120.1666612, 30.3673483 ] ], [ [ 120.1782047, 30.3472942 ], [ 120.1780778, 30.34736 ] ], [ [ 120.1690821, 30.3569572 ], [ 120.1656011, 30.3569359 ] ], [ [ 120.1656011, 30.3569359 ], [ 120.1647325, 30.3569359 ] ], [ [ 120.1647325, 30.3569359 ], [ 120.1636369, 30.3569335 ] ], [ [ 120.1636369, 30.3569335 ], [ 120.1629305, 30.3568826 ] ], [ [ 120.1629305, 30.3568826 ], [ 120.1621086, 30.3568085 ] ], [ [ 120.1621086, 30.3568085 ], [ 120.1609241, 30.3567827 ] ], [ [ 120.1609241, 30.3567827 ], [ 120.1594637, 30.3567895 ] ], [ [ 120.1666187, 30.364672 ], [ 120.1656266, 30.3643653 ] ], [ [ 120.1656266, 30.3643653 ], [ 120.1647314, 30.3640318 ] ], [ [ 120.1647314, 30.3640318 ], [ 120.1644132, 30.3639361 ] ], [ [ 120.1644132, 30.3639361 ], [ 120.1639912, 30.3638441 ] ], [ [ 120.1639912, 30.3638441 ], [ 120.163413, 30.3637694 ] ], [ [ 120.163413, 30.3637694 ], [ 120.1627204, 30.3637294 ] ], [ [ 120.1627204, 30.3637294 ], [ 120.1611857, 30.3637219 ] ], [ [ 120.1611857, 30.3637219 ], [ 120.1593731, 30.3637177 ] ], [ [ 120.1644123, 30.3792226 ], [ 120.164234, 30.3787489 ] ], [ [ 120.164234, 30.3787489 ], [ 120.163576, 30.375603 ] ], [ [ 120.163576, 30.375603 ], [ 120.1635074, 30.3745385 ] ], [ [ 120.1635074, 30.3745385 ], [ 120.1635119, 30.3744381 ] ], [ [ 120.1635119, 30.3744381 ], [ 120.1635452, 30.3737022 ] ], [ [ 120.1635452, 30.3737022 ], [ 120.1635741, 30.3733635 ] ], [ [ 120.1635741, 30.3733635 ], [ 120.1635808, 30.3731876 ] ], [ [ 120.1635808, 30.3731876 ], [ 120.1635797, 30.3729395 ] ], [ [ 120.1644123, 30.3792226 ], [ 120.1644795, 30.3794012 ] ], [ [ 120.1738679, 30.3728437 ], [ 120.1738068, 30.372873 ] ], [ [ 120.1738068, 30.372873 ], [ 120.1736077, 30.3729403 ] ], [ [ 120.1736077, 30.3729403 ], [ 120.1733198, 30.3730851 ] ], [ [ 120.1733198, 30.3730851 ], [ 120.1732385, 30.373126 ] ], [ [ 120.1732385, 30.373126 ], [ 120.172944, 30.3732742 ] ], [ [ 120.1563258, 30.3770874 ], [ 120.1563229, 30.3777011 ] ], [ [ 120.1563229, 30.3777011 ], [ 120.1563201, 30.3782743 ] ], [ [ 120.1563201, 30.3782743 ], [ 120.1563135, 30.3798674 ] ], [ [ 120.1563135, 30.3798674 ], [ 120.1563273, 30.3800199 ] ], [ [ 120.167768, 30.379656 ], [ 120.1678476, 30.3795733 ] ], [ [ 120.1644795, 30.3794012 ], [ 120.1649743, 30.3800498 ] ], [ [ 120.1649743, 30.3800498 ], [ 120.1650534, 30.3801394 ] ], [ [ 120.1650534, 30.3801394 ], [ 120.1651983, 30.3803037 ] ], [ [ 120.1651983, 30.3803037 ], [ 120.1660347, 30.3812514 ] ], [ [ 120.1660347, 30.3812514 ], [ 120.166348, 30.3810088 ] ], [ [ 120.166348, 30.3810088 ], [ 120.167768, 30.379656 ] ], [ [ 120.1589476, 30.3824609 ], [ 120.1616629, 30.3822102 ] ], [ [ 120.1616629, 30.3822102 ], [ 120.1621234, 30.3821677 ] ], [ [ 120.1621234, 30.3821677 ], [ 120.1634451, 30.3820068 ] ], [ [ 120.1634451, 30.3820068 ], [ 120.1643153, 30.3819009 ] ], [ [ 120.1643153, 30.3819009 ], [ 120.1648102, 30.3817789 ] ], [ [ 120.1648102, 30.3817789 ], [ 120.1651814, 30.3816416 ] ], [ [ 120.1651814, 30.3816416 ], [ 120.1655388, 30.3814786 ] ], [ [ 120.1655388, 30.3814786 ], [ 120.1660347, 30.3812514 ] ], [ [ 120.1513496, 30.3675031 ], [ 120.1513197, 30.3673668 ] ], [ [ 120.1357451, 30.3679051 ], [ 120.1357246, 30.3680446 ] ], [ [ 120.135624, 30.3680652 ], [ 120.1356117, 30.3679304 ] ], [ [ 120.1591506, 30.3698878 ], [ 120.1627007, 30.3689859 ] ], [ [ 120.1627007, 30.3689859 ], [ 120.1628652, 30.3689444 ] ], [ [ 120.1628652, 30.3689444 ], [ 120.1634075, 30.3687301 ] ], [ [ 120.1634075, 30.3687301 ], [ 120.1643743, 30.3683482 ] ], [ [ 120.1591506, 30.3698878 ], [ 120.1588963, 30.369967 ] ], [ [ 120.1588963, 30.369967 ], [ 120.1574997, 30.3702842 ] ], [ [ 120.1574997, 30.3702842 ], [ 120.1571353, 30.370367 ] ], [ [ 120.1571353, 30.370367 ], [ 120.156583, 30.3704675 ] ], [ [ 120.156583, 30.3704675 ], [ 120.1563871, 30.370487 ] ], [ [ 120.1563871, 30.370487 ], [ 120.1560636, 30.3705245 ] ], [ [ 120.1560636, 30.3705245 ], [ 120.1553514, 30.3705969 ] ], [ [ 120.1553514, 30.3705969 ], [ 120.1535277, 30.3708047 ] ], [ [ 120.1535277, 30.3708047 ], [ 120.1521849, 30.3709438 ] ], [ [ 120.1377116, 30.3677463 ], [ 120.1377573, 30.3691656 ] ], [ [ 120.1377573, 30.3691656 ], [ 120.1377995, 30.370746 ] ], [ [ 120.1357246, 30.3680446 ], [ 120.1357323, 30.3687088 ], [ 120.1357508, 30.3693981 ], [ 120.1358158, 30.370791 ] ], [ [ 120.1357301, 30.3707959 ], [ 120.1356852, 30.3694035 ], [ 120.135624, 30.3680652 ] ], [ [ 120.1377995, 30.370746 ], [ 120.1401007, 30.3706953 ], [ 120.140491, 30.3706849 ], [ 120.1407337, 30.3706841 ] ], [ [ 120.1228062, 30.3702736 ], [ 120.1229652, 30.367675 ] ], [ [ 120.1229652, 30.367675 ], [ 120.1229987, 30.3669686 ] ], [ [ 120.1293957, 30.3694552 ], [ 120.1292932, 30.3696256 ], [ 120.1292858, 30.3697242 ], [ 120.1292932, 30.3700324 ], [ 120.1293895, 30.3725155 ] ], [ [ 120.1292821, 30.3725178 ], [ 120.1292408, 30.3709299 ], [ 120.1291992, 30.3696579 ], [ 120.129155, 30.3695855 ] ], [ [ 120.1358158, 30.370791 ], [ 120.1370468, 30.3707674 ], [ 120.1377995, 30.370746 ] ], [ [ 120.1378099, 30.3708109 ], [ 120.1377995, 30.370746 ] ], [ [ 120.1407352, 30.3707705 ], [ 120.1404735, 30.3707832 ], [ 120.1400994, 30.370789 ], [ 120.1378099, 30.3708109 ] ], [ [ 120.1357301, 30.3707959 ], [ 120.1358158, 30.370791 ] ], [ [ 120.1357067, 30.3708633 ], [ 120.1357301, 30.3707959 ] ], [ [ 120.1358158, 30.370791 ], [ 120.1358165, 30.3708749 ] ], [ [ 120.1328004, 30.3708888 ], [ 120.1341687, 30.3708377 ], [ 120.1357301, 30.3707959 ] ], [ [ 120.1378099, 30.3708109 ], [ 120.1358165, 30.3708749 ] ], [ [ 120.1358165, 30.3708749 ], [ 120.1357067, 30.3708633 ] ], [ [ 120.1327082, 30.3709204 ], [ 120.1328004, 30.3708888 ] ], [ [ 120.1357067, 30.3708633 ], [ 120.1341905, 30.3709087 ], [ 120.1327944, 30.3709612 ] ], [ [ 120.1327944, 30.3709612 ], [ 120.1327082, 30.3709204 ] ], [ [ 120.1357709, 30.372355 ], [ 120.1357099, 30.3715843 ], [ 120.1357067, 30.3708633 ] ], [ [ 120.1358165, 30.3708749 ], [ 120.1358392, 30.372353 ] ], [ [ 120.1357709, 30.372355 ], [ 120.1358392, 30.372353 ] ], [ [ 120.1327596, 30.3724441 ], [ 120.1310227, 30.3724997 ] ], [ [ 120.1310227, 30.3724997 ], [ 120.1293895, 30.3725155 ] ], [ [ 120.1292821, 30.3725178 ], [ 120.1293895, 30.3725155 ] ], [ [ 120.1292821, 30.3725178 ], [ 120.1261029, 30.3726168 ] ], [ [ 120.1261029, 30.3726168 ], [ 120.1259415, 30.3726454 ] ], [ [ 120.1293895, 30.3725155 ], [ 120.1293907, 30.372697 ], [ 120.1293907, 30.3729076 ], [ 120.1294611, 30.3750681 ] ], [ [ 120.1357709, 30.372355 ], [ 120.1328579, 30.3724416 ] ], [ [ 120.1328579, 30.3724416 ], [ 120.1327596, 30.3724441 ] ], [ [ 120.1378099, 30.3708109 ], [ 120.137845, 30.3725211 ] ], [ [ 120.137845, 30.3725211 ], [ 120.1378477, 30.3727167 ] ], [ [ 120.1378477, 30.3727167 ], [ 120.1379103, 30.3744748 ] ], [ [ 120.1358392, 30.372353 ], [ 120.1358454, 30.3725084 ], [ 120.1358548, 30.3727745 ], [ 120.1359158, 30.3747869 ] ], [ [ 120.1358312, 30.3747903 ], [ 120.135785, 30.3727745 ], [ 120.1357757, 30.372513 ], [ 120.1357709, 30.372355 ] ], [ [ 120.1293634, 30.3750682 ], [ 120.1292914, 30.3729076 ], [ 120.1292887, 30.3727039 ], [ 120.1292821, 30.3725178 ] ], [ [ 120.1294611, 30.3750681 ], [ 120.1327984, 30.3749175 ] ], [ [ 120.1327995, 30.3749832 ], [ 120.1294629, 30.3751289 ] ], [ [ 120.1293634, 30.3750682 ], [ 120.1294611, 30.3750681 ] ], [ [ 120.1294611, 30.3750681 ], [ 120.1294629, 30.3751289 ] ], [ [ 120.1293655, 30.3751329 ], [ 120.1293634, 30.3750682 ] ], [ [ 120.1261985, 30.3751557 ], [ 120.1269738, 30.3751414 ], [ 120.1293634, 30.3750682 ] ], [ [ 120.1294629, 30.3751289 ], [ 120.1293655, 30.3751329 ] ], [ [ 120.1095539, 30.3637885 ], [ 120.1093915, 30.3637858 ] ], [ [ 120.0972896, 30.3620012 ], [ 120.0972752, 30.3634827 ] ], [ [ 120.0972752, 30.3634827 ], [ 120.0973116, 30.3636309 ] ], [ [ 120.0973116, 30.3636309 ], [ 120.0973898, 30.3639352 ] ], [ [ 120.0973898, 30.3639352 ], [ 120.0973873, 30.3640771 ] ], [ [ 120.0973873, 30.3640771 ], [ 120.0972385, 30.3642705 ] ], [ [ 120.0972385, 30.3642705 ], [ 120.0972095, 30.3647686 ] ], [ [ 120.0972095, 30.3647686 ], [ 120.09819, 30.3658577 ] ], [ [ 120.09819, 30.3658577 ], [ 120.0988594, 30.3656455 ] ], [ [ 120.0988594, 30.3656455 ], [ 120.0990386, 30.3655879 ] ], [ [ 120.0990386, 30.3655879 ], [ 120.1009795, 30.3648613 ] ], [ [ 120.1043527, 30.3673805 ], [ 120.1037134, 30.3642921 ] ], [ [ 120.1037134, 30.3642921 ], [ 120.1036511, 30.3641415 ] ], [ [ 120.1036511, 30.3641415 ], [ 120.103693, 30.3621282 ] ], [ [ 120.1025559, 30.3676797 ], [ 120.1015906, 30.3660615 ] ], [ [ 120.1015906, 30.3660615 ], [ 120.10132, 30.3655444 ] ], [ [ 120.10132, 30.3655444 ], [ 120.1009795, 30.3648613 ] ], [ [ 120.1136005, 30.3637 ], [ 120.1136009, 30.3637945 ] ], [ [ 120.113497, 30.3637945 ], [ 120.1134948, 30.3637015 ] ], [ [ 120.113497, 30.3637945 ], [ 120.1122098, 30.3637897 ], [ 120.1118048, 30.363792 ], [ 120.1109286, 30.3637906 ], [ 120.1095539, 30.3637885 ] ], [ [ 120.1173595, 30.3637818 ], [ 120.1168791, 30.3637766 ], [ 120.1166154, 30.3638073 ], [ 120.1161206, 30.3638035 ], [ 120.1140889, 30.3637902 ], [ 120.1136009, 30.3637945 ] ], [ [ 120.1136009, 30.3637945 ], [ 120.113497, 30.3637945 ] ], [ [ 120.1136009, 30.3637945 ], [ 120.1136089, 30.3665843 ] ], [ [ 120.1134713, 30.3665848 ], [ 120.113497, 30.3637945 ] ], [ [ 120.1136089, 30.3665843 ], [ 120.1161377, 30.3665727 ] ], [ [ 120.1161377, 30.3665727 ], [ 120.1169415, 30.366576 ] ], [ [ 120.1093213, 30.3666188 ], [ 120.1095162, 30.3666107 ] ], [ [ 120.1093213, 30.3666188 ], [ 120.1083941, 30.3667462 ] ], [ [ 120.1083941, 30.3667462 ], [ 120.1068969, 30.3669867 ] ], [ [ 120.1068969, 30.3669867 ], [ 120.1050363, 30.3672716 ] ], [ [ 120.1050363, 30.3672716 ], [ 120.1047768, 30.3673113 ] ], [ [ 120.1047768, 30.3673113 ], [ 120.1043527, 30.3673805 ] ], [ [ 120.1025559, 30.3676797 ], [ 120.1043527, 30.3673805 ] ], [ [ 120.1025559, 30.3676797 ], [ 120.1037986, 30.3698084 ] ], [ [ 120.1037986, 30.3698084 ], [ 120.1051112, 30.3697362 ] ], [ [ 120.1051112, 30.3697362 ], [ 120.1058794, 30.3698923 ] ], [ [ 120.1058794, 30.3698923 ], [ 120.1063255, 30.3698896 ] ], [ [ 120.1063255, 30.3698896 ], [ 120.1070838, 30.3700153 ] ], [ [ 120.1169415, 30.366576 ], [ 120.1171571, 30.3665822 ] ], [ [ 120.1136089, 30.3665843 ], [ 120.1134713, 30.3665848 ] ], [ [ 120.1134713, 30.3665848 ], [ 120.1121983, 30.3665834 ] ], [ [ 120.1121983, 30.3665834 ], [ 120.1118515, 30.3665834 ] ], [ [ 120.1118515, 30.3665834 ], [ 120.1105, 30.3665992 ] ], [ [ 120.1105, 30.3665992 ], [ 120.1095162, 30.3666107 ] ], [ [ 120.1136089, 30.3665843 ], [ 120.1135916, 30.3678642 ], [ 120.1135962, 30.3692043 ], [ 120.1135997, 30.3696633 ], [ 120.113581, 30.3699413 ] ], [ [ 120.1134794, 30.3699431 ], [ 120.1134986, 30.3696635 ], [ 120.1135024, 30.3692045 ], [ 120.1134981, 30.3678935 ], [ 120.1134713, 30.3665848 ] ], [ [ 120.1134592, 30.3701031 ], [ 120.1134794, 30.3699431 ] ], [ [ 120.113581, 30.3699413 ], [ 120.1135462, 30.3701099 ] ], [ [ 120.1134592, 30.3701031 ], [ 120.1132605, 30.3702248 ], [ 120.1125078, 30.3701829 ], [ 120.1121526, 30.3701675 ], [ 120.1117259, 30.3701498 ], [ 120.1111671, 30.3701223 ], [ 120.1108797, 30.3701081 ], [ 120.1104763, 30.3701203 ], [ 120.1093972, 30.3700737 ] ], [ [ 120.1070838, 30.3700153 ], [ 120.107717, 30.369956 ] ], [ [ 120.107717, 30.369956 ], [ 120.1084413, 30.3699263 ] ], [ [ 120.1084413, 30.3699263 ], [ 120.1092487, 30.369936 ] ], [ [ 120.1092421, 30.3700669 ], [ 120.1088235, 30.3700486 ], [ 120.1083917, 30.3700394 ], [ 120.1074839, 30.3700791 ], [ 120.1070838, 30.3700153 ] ], [ [ 120.1093972, 30.3700737 ], [ 120.1092421, 30.3700669 ] ], [ [ 120.104976, 30.3776458 ], [ 120.1049805, 30.3775016 ] ], [ [ 120.1135462, 30.3701099 ], [ 120.113532, 30.3714994 ], [ 120.1135514, 30.3732417 ], [ 120.1135277, 30.3734518 ], [ 120.1134779, 30.3732142 ], [ 120.1134731, 30.3714978 ], [ 120.1134592, 30.3701031 ] ], [ [ 120.1132226, 30.3776011 ], [ 120.1132137, 30.3776888 ] ], [ [ 120.1130981, 30.3777085 ], [ 120.113095, 30.3775956 ] ], [ [ 120.1168689, 30.37759 ], [ 120.1168863, 30.3777319 ] ], [ [ 120.1379103, 30.3744748 ], [ 120.1384536, 30.374347 ], [ 120.1392727, 30.3741017 ], [ 120.1399361, 30.3738623 ], [ 120.1404099, 30.3736462 ] ], [ [ 120.1404099, 30.373728 ], [ 120.1399022, 30.3739499 ], [ 120.1392524, 30.3741835 ], [ 120.1383961, 30.3744366 ], [ 120.1379126, 30.3745375 ] ], [ [ 120.1379103, 30.3744748 ], [ 120.1379126, 30.3745375 ] ], [ [ 120.1359158, 30.3747869 ], [ 120.1365737, 30.3747329 ], [ 120.1371769, 30.3746405 ], [ 120.1379103, 30.3744748 ] ], [ [ 120.1379126, 30.3745375 ], [ 120.1371872, 30.3746999 ], [ 120.1365784, 30.3747931 ], [ 120.1359117, 30.3748466 ] ], [ [ 120.1358312, 30.3747903 ], [ 120.1359158, 30.3747869 ] ], [ [ 120.1359158, 30.3747869 ], [ 120.1359117, 30.3748466 ] ], [ [ 120.1358363, 30.3748499 ], [ 120.1358312, 30.3747903 ] ], [ [ 120.1359117, 30.3748466 ], [ 120.1358363, 30.3748499 ] ], [ [ 120.1513496, 30.3675031 ], [ 120.1515694, 30.3684142 ] ], [ [ 120.1515694, 30.3684142 ], [ 120.1518126, 30.3694865 ] ], [ [ 120.1518126, 30.3694865 ], [ 120.1518909, 30.3697644 ] ], [ [ 120.1518909, 30.3697644 ], [ 120.1521849, 30.3709438 ] ], [ [ 120.1488648, 30.3712727 ], [ 120.1502864, 30.3711606 ] ], [ [ 120.1502864, 30.3711606 ], [ 120.1521849, 30.3709438 ] ], [ [ 120.1511428, 30.3802637 ], [ 120.1511185, 30.3825438 ] ], [ [ 120.153725, 30.3800615 ], [ 120.1535799, 30.3784624 ] ], [ [ 120.1535799, 30.3784624 ], [ 120.1535353, 30.37802 ] ], [ [ 120.1535353, 30.37802 ], [ 120.153461, 30.3773626 ] ], [ [ 120.153461, 30.3773626 ], [ 120.1532039, 30.3750867 ] ], [ [ 120.1532039, 30.3750867 ], [ 120.1531663, 30.3747986 ] ], [ [ 120.1531663, 30.3747986 ], [ 120.1531104, 30.3744846 ] ], [ [ 120.1531104, 30.3744846 ], [ 120.1526416, 30.3726211 ] ], [ [ 120.1526416, 30.3726211 ], [ 120.1521849, 30.3709438 ] ], [ [ 120.1563258, 30.3770874 ], [ 120.1553924, 30.3771758 ] ], [ [ 120.1563258, 30.3770874 ], [ 120.1585511, 30.3771798 ] ], [ [ 120.13292, 30.3749075 ], [ 120.1358312, 30.3747903 ] ], [ [ 120.1327984, 30.3749175 ], [ 120.13292, 30.3749075 ] ], [ [ 120.1358363, 30.3748499 ], [ 120.1329229, 30.374979 ] ], [ [ 120.1329229, 30.374979 ], [ 120.1327995, 30.3749832 ] ], [ [ 120.1362125, 30.3771395 ], [ 120.1375912, 30.3770871 ] ], [ [ 120.1293655, 30.3751329 ], [ 120.1262013, 30.3752311 ] ], [ [ 120.1260639, 30.375231 ], [ 120.1261985, 30.3751557 ] ], [ [ 120.1262013, 30.3752311 ], [ 120.1260639, 30.375231 ] ], [ [ 120.1328432, 30.3772258 ], [ 120.1293655, 30.3773132 ] ], [ [ 120.1293655, 30.3773132 ], [ 120.1262689, 30.3774705 ] ], [ [ 120.1362125, 30.3771395 ], [ 120.1360169, 30.3771469 ] ], [ [ 120.1360169, 30.3771469 ], [ 120.1329807, 30.3772359 ] ], [ [ 120.1329807, 30.3772359 ], [ 120.1328432, 30.3772258 ] ], [ [ 120.1361079, 30.3795851 ], [ 120.1361257, 30.3790002 ] ], [ [ 120.1361257, 30.3790002 ], [ 120.1362125, 30.3771395 ] ], [ [ 120.1261305, 30.3774852 ], [ 120.1262689, 30.3774705 ] ], [ [ 120.1294701, 30.3794391 ], [ 120.1293826, 30.3779691 ] ], [ [ 120.1293826, 30.3779691 ], [ 120.1293655, 30.3773132 ] ], [ [ 120.1294701, 30.3794391 ], [ 120.1294762, 30.3795574 ] ], [ [ 120.1360933, 30.3796745 ], [ 120.1361079, 30.3795851 ] ], [ [ 120.136077, 30.3818289 ], [ 120.1361052, 30.3800384 ] ], [ [ 120.1361052, 30.3800384 ], [ 120.1361079, 30.3798159 ] ], [ [ 120.1361079, 30.3798159 ], [ 120.1360933, 30.3796745 ] ], [ [ 120.1389303, 30.3818275 ], [ 120.136077, 30.3818289 ] ], [ [ 120.1345364, 30.3818295 ], [ 120.136077, 30.3818289 ] ], [ [ 120.153725, 30.3800615 ], [ 120.1537798, 30.3801839 ] ], [ [ 120.1093657, 30.3777031 ], [ 120.1094027, 30.3775596 ] ], [ [ 120.1095581, 30.3775667 ], [ 120.1094987, 30.3777063 ] ], [ [ 120.1048315, 30.3801694 ], [ 120.104847, 30.3798988 ] ], [ [ 120.104847, 30.3798988 ], [ 120.1049023, 30.3789324 ] ], [ [ 120.1049023, 30.3789324 ], [ 120.104976, 30.3776458 ] ], [ [ 120.1086851, 30.3808015 ], [ 120.1087882, 30.3801115 ], [ 120.1090355, 30.379049 ], [ 120.1090795, 30.3788599 ], [ 120.1091249, 30.3786647 ], [ 120.1091803, 30.3783887 ], [ 120.1093657, 30.3777031 ] ], [ [ 120.1098874, 30.3808434 ], [ 120.1100637, 30.3800262 ] ], [ [ 120.1100637, 30.3800262 ], [ 120.1100883, 30.3799033 ] ], [ [ 120.1100883, 30.3799033 ], [ 120.110199, 30.3793898 ] ], [ [ 120.110199, 30.3793898 ], [ 120.1102642, 30.3791978 ] ], [ [ 120.1102642, 30.3791978 ], [ 120.1103662, 30.3789854 ] ], [ [ 120.1103662, 30.3789854 ], [ 120.1106806, 30.378309 ] ], [ [ 120.1106806, 30.378309 ], [ 120.1107874, 30.3781089 ] ], [ [ 120.1107874, 30.3781089 ], [ 120.1109499, 30.3776981 ] ], [ [ 120.1094987, 30.3777063 ], [ 120.1093538, 30.3784368 ], [ 120.1092203, 30.3788872 ], [ 120.10886, 30.3808042 ] ], [ [ 120.1048315, 30.3801694 ], [ 120.1048858, 30.3803288 ], [ 120.1049108, 30.3804047 ] ], [ [ 120.1047154, 30.3804076 ], [ 120.1047837, 30.3802935 ], [ 120.1048315, 30.3801694 ] ], [ [ 120.1047154, 30.3804076 ], [ 120.1048128, 30.3803921 ], [ 120.1049108, 30.3804047 ] ], [ [ 120.1045631, 30.3805133 ], [ 120.1046291, 30.3804495 ], [ 120.1047154, 30.3804076 ] ], [ [ 120.1049108, 30.3804047 ], [ 120.1049988, 30.380444 ], [ 120.1050672, 30.3805058 ], [ 120.1051088, 30.3805833 ] ], [ [ 120.1004403, 30.3805005 ], [ 120.1002631, 30.3804949 ] ], [ [ 120.1042038, 30.3806322 ], [ 120.1024853, 30.3805721 ] ], [ [ 120.1024853, 30.3805721 ], [ 120.1016139, 30.3805416 ] ], [ [ 120.1016139, 30.3805416 ], [ 120.1004403, 30.3805005 ] ], [ [ 120.1042038, 30.3806322 ], [ 120.104406, 30.3805812 ], [ 120.1045631, 30.3805133 ] ], [ [ 120.1051088, 30.3805833 ], [ 120.1052772, 30.3806458 ], [ 120.105444, 30.3806807 ] ], [ [ 120.1045435, 30.3807598 ], [ 120.1045179, 30.3806773 ], [ 120.1045247, 30.380592 ], [ 120.1045631, 30.3805133 ] ], [ [ 120.1051088, 30.3805833 ], [ 120.105119, 30.3806683 ], [ 120.1050967, 30.3807516 ] ], [ [ 120.1045435, 30.3807598 ], [ 120.1043652, 30.3806869 ], [ 120.1042038, 30.3806322 ] ], [ [ 120.105444, 30.3806807 ], [ 120.1052602, 30.3807192 ], [ 120.1050967, 30.3807516 ] ], [ [ 120.105444, 30.3806807 ], [ 120.1072432, 30.3807478 ] ], [ [ 120.1072432, 30.3807478 ], [ 120.1075903, 30.3807607 ] ], [ [ 120.1075903, 30.3807607 ], [ 120.1086851, 30.3808015 ] ], [ [ 120.1086851, 30.3808015 ], [ 120.10886, 30.3808042 ] ], [ [ 120.1050967, 30.3807516 ], [ 120.1050443, 30.3808241 ], [ 120.1049669, 30.3808784 ] ], [ [ 120.1046788, 30.3808829 ], [ 120.1045992, 30.3808312 ], [ 120.1045435, 30.3807598 ] ], [ [ 120.10886, 30.3808042 ], [ 120.1090683, 30.3808073 ] ], [ [ 120.1090683, 30.3808073 ], [ 120.1091353, 30.3808086 ] ], [ [ 120.1091353, 30.3808086 ], [ 120.1095125, 30.3808314 ] ], [ [ 120.1095125, 30.3808314 ], [ 120.1098874, 30.3808434 ] ], [ [ 120.1049669, 30.3808784 ], [ 120.1048733, 30.3809079 ], [ 120.1047736, 30.3809095 ], [ 120.1046788, 30.3808829 ] ], [ [ 120.1049669, 30.3808784 ], [ 120.1048314, 30.3810568 ], [ 120.1047732, 30.3812478 ] ], [ [ 120.1047732, 30.3812478 ], [ 120.1047123, 30.3810098 ], [ 120.1046788, 30.3808829 ] ], [ [ 120.1132137, 30.3776888 ], [ 120.1131498, 30.3793513 ], [ 120.1131345, 30.3809721 ] ], [ [ 120.113003, 30.3809649 ], [ 120.1130307, 30.3799057 ], [ 120.1130298, 30.3793548 ], [ 120.1130981, 30.3777085 ] ], [ [ 120.113003, 30.3809649 ], [ 120.1118677, 30.3809232 ] ], [ [ 120.1118677, 30.3809232 ], [ 120.111523, 30.3809105 ] ], [ [ 120.111523, 30.3809105 ], [ 120.1111646, 30.3808958 ] ], [ [ 120.1111646, 30.3808958 ], [ 120.1098874, 30.3808434 ] ], [ [ 120.1131345, 30.3809721 ], [ 120.113003, 30.3809649 ] ], [ [ 120.1166565, 30.3857368 ], [ 120.1163646, 30.3850312 ] ], [ [ 120.1163646, 30.3850312 ], [ 120.116195, 30.3842324 ] ], [ [ 120.116195, 30.3842324 ], [ 120.116182, 30.3838499 ] ], [ [ 120.116182, 30.3838499 ], [ 120.1162472, 30.3834786 ] ], [ [ 120.1162472, 30.3834786 ], [ 120.1164037, 30.3829724 ] ], [ [ 120.1164037, 30.3829724 ], [ 120.1164542, 30.3828956 ] ], [ [ 120.1164542, 30.3828956 ], [ 120.1165361, 30.3827708 ] ], [ [ 120.1165361, 30.3827708 ], [ 120.1167349, 30.3824681 ] ], [ [ 120.1167349, 30.3824681 ], [ 120.1170688, 30.3819598 ] ], [ [ 120.1170688, 30.3819598 ], [ 120.1171087, 30.3818687 ] ], [ [ 120.1171087, 30.3818687 ], [ 120.1172905, 30.3814535 ] ], [ [ 120.1172905, 30.3814535 ], [ 120.1172905, 30.3811385 ] ], [ [ 120.1172905, 30.3811385 ], [ 120.1172905, 30.3801935 ] ], [ [ 120.1172905, 30.3801935 ], [ 120.1172905, 30.3801034 ] ], [ [ 120.1172905, 30.3801034 ], [ 120.1172383, 30.3795409 ] ], [ [ 120.1172383, 30.3795409 ], [ 120.1171228, 30.3789562 ] ], [ [ 120.1171228, 30.3789562 ], [ 120.1168863, 30.3777319 ] ], [ [ 120.1046744, 30.3834798 ], [ 120.1047053, 30.3827827 ] ], [ [ 120.1047053, 30.3827827 ], [ 120.1047281, 30.3822677 ] ], [ [ 120.1047281, 30.3822677 ], [ 120.1047621, 30.3814994 ] ], [ [ 120.1047621, 30.3814994 ], [ 120.1047732, 30.3812478 ] ], [ [ 120.1080644, 30.3844935 ], [ 120.1082066, 30.3836825 ], [ 120.1082455, 30.383493 ], [ 120.1083599, 30.3828615 ], [ 120.1084374, 30.3824333 ], [ 120.1084647, 30.3822824 ], [ 120.1084756, 30.3822222 ], [ 120.1085975, 30.3813992 ], [ 120.1086337, 30.3812124 ], [ 120.1086851, 30.3808015 ] ], [ [ 120.10886, 30.3808042 ], [ 120.1085855, 30.3823617 ], [ 120.1083817, 30.3835183 ], [ 120.108185, 30.3845285 ] ], [ [ 120.1046328, 30.3836204 ], [ 120.1046744, 30.3834798 ] ], [ [ 120.1098874, 30.3808434 ], [ 120.1096764, 30.3822468 ] ], [ [ 120.1096764, 30.3822468 ], [ 120.1096402, 30.3824805 ] ], [ [ 120.1096402, 30.3824805 ], [ 120.1095907, 30.3827906 ] ], [ [ 120.1095907, 30.3827906 ], [ 120.1095766, 30.3828794 ] ], [ [ 120.1095766, 30.3828794 ], [ 120.1094522, 30.3836592 ] ], [ [ 120.1094522, 30.3836592 ], [ 120.1094405, 30.383736 ] ], [ [ 120.1094405, 30.383736 ], [ 120.1092711, 30.38485 ] ], [ [ 120.1128411, 30.3857795 ], [ 120.1128587, 30.3853419 ], [ 120.1129093, 30.3841508 ], [ 120.1129475, 30.3825881 ], [ 120.1129595, 30.3823437 ], [ 120.113003, 30.3809649 ] ], [ [ 120.1131345, 30.3809721 ], [ 120.1130944, 30.3823337 ], [ 120.1130886, 30.3825924 ], [ 120.113053, 30.3839573 ], [ 120.113016, 30.3849887 ], [ 120.1129874, 30.385787 ] ], [ [ 120.1166565, 30.3857368 ], [ 120.1169291, 30.3858767 ] ], [ [ 120.1080355, 30.3846043 ], [ 120.1080644, 30.3844935 ] ], [ [ 120.108185, 30.3845285 ], [ 120.1080355, 30.3846043 ] ], [ [ 120.1092711, 30.38485 ], [ 120.109243, 30.3849593 ] ], [ [ 120.099872, 30.392151 ], [ 120.0977583, 30.3920109 ] ], [ [ 120.0977583, 30.3920109 ], [ 120.0976076, 30.3919949 ] ], [ [ 120.0976076, 30.3919949 ], [ 120.0975495, 30.3920382 ] ], [ [ 120.0975495, 30.3920382 ], [ 120.0975177, 30.3921482 ] ], [ [ 120.0975177, 30.3921482 ], [ 120.0974278, 30.392459 ] ], [ [ 120.0974278, 30.392459 ], [ 120.097397, 30.3931705 ] ], [ [ 120.097397, 30.3931705 ], [ 120.0973548, 30.394142 ] ], [ [ 120.0973548, 30.394142 ], [ 120.0973315, 30.3946801 ] ], [ [ 120.0973315, 30.3946801 ], [ 120.0972844, 30.3956079 ] ], [ [ 120.0972844, 30.3956079 ], [ 120.0971782, 30.3977005 ] ], [ [ 120.0971782, 30.3977005 ], [ 120.0971751, 30.3977625 ] ], [ [ 120.0971751, 30.3977625 ], [ 120.0971678, 30.3978603 ] ], [ [ 120.0971678, 30.3978603 ], [ 120.0971363, 30.3982847 ] ], [ [ 120.0971363, 30.3982847 ], [ 120.0971224, 30.3984717 ] ], [ [ 120.0971224, 30.3984717 ], [ 120.0971149, 30.398572 ] ], [ [ 120.0971149, 30.398572 ], [ 120.0971149, 30.3991063 ] ], [ [ 120.0971149, 30.3991063 ], [ 120.0971149, 30.3991958 ] ], [ [ 120.0971149, 30.3991958 ], [ 120.097115, 30.3998581 ] ], [ [ 120.097115, 30.3998581 ], [ 120.0971114, 30.3999529 ] ], [ [ 120.0971114, 30.3999529 ], [ 120.0971087, 30.4000231 ] ], [ [ 120.1587783, 30.3824749 ], [ 120.1589476, 30.3824609 ] ], [ [ 120.1537994, 30.3825367 ], [ 120.1549468, 30.3825337 ] ], [ [ 120.1549468, 30.3825337 ], [ 120.1563331, 30.3825131 ] ], [ [ 120.1563331, 30.3825131 ], [ 120.1564944, 30.3825106 ] ], [ [ 120.1564944, 30.3825106 ], [ 120.1568457, 30.3825082 ] ], [ [ 120.1568457, 30.3825082 ], [ 120.1585351, 30.3824803 ] ], [ [ 120.1585351, 30.3824803 ], [ 120.1587783, 30.3824749 ] ], [ [ 120.1537994, 30.3825367 ], [ 120.1536258, 30.3825372 ] ], [ [ 120.1536258, 30.3825372 ], [ 120.1511185, 30.3825438 ] ], [ [ 120.1296501, 30.384046 ], [ 120.129557, 30.3815411 ] ], [ [ 120.129557, 30.3815411 ], [ 120.1294738, 30.3799572 ] ], [ [ 120.1294738, 30.3799572 ], [ 120.1294711, 30.3797223 ] ], [ [ 120.1294711, 30.3797223 ], [ 120.1294762, 30.3795574 ] ], [ [ 120.1330567, 30.3841299 ], [ 120.133046, 30.3837162 ], [ 120.1330163, 30.3828263 ], [ 120.1329918, 30.3818076 ], [ 120.1329744, 30.3810833 ], [ 120.1329211, 30.3799601 ], [ 120.1329225, 30.3798635 ], [ 120.1329231, 30.3796378 ] ], [ [ 120.1330321, 30.3796383 ], [ 120.1330137, 30.3798652 ], [ 120.133013, 30.3799653 ], [ 120.1330916, 30.3824904 ], [ 120.1331443, 30.383449 ], [ 120.1331781, 30.3841354 ] ], [ [ 120.1331781, 30.3841354 ], [ 120.1331835, 30.3842643 ] ], [ [ 120.133074, 30.3842708 ], [ 120.1330567, 30.3841299 ] ], [ [ 120.1425307, 30.3820721 ], [ 120.1389303, 30.3818275 ] ], [ [ 120.1443239, 30.3821565 ], [ 120.1437191, 30.3821266 ] ], [ [ 120.1437191, 30.3821266 ], [ 120.1425307, 30.3820721 ] ], [ [ 120.1511185, 30.3825438 ], [ 120.1489225, 30.3825002 ] ], [ [ 120.1422708, 30.3846163 ], [ 120.1425307, 30.3820721 ] ], [ [ 120.1511349, 30.3849817 ], [ 120.1511185, 30.3825438 ] ], [ [ 120.1296501, 30.384046 ], [ 120.1296549, 30.3841747 ] ], [ [ 120.1296549, 30.3841747 ], [ 120.1295816, 30.3869545 ] ], [ [ 120.1422551, 30.3847546 ], [ 120.1422708, 30.3846163 ] ], [ [ 120.1511186, 30.3851207 ], [ 120.1511349, 30.3849817 ] ], [ [ 120.1422551, 30.3847546 ], [ 120.1421636, 30.3854876 ] ], [ [ 120.1421636, 30.3854876 ], [ 120.1418978, 30.3876161 ] ], [ [ 120.1418978, 30.3876161 ], [ 120.1418909, 30.3876713 ] ], [ [ 120.1331835, 30.3842643 ], [ 120.1331282, 30.3854303 ], [ 120.1330781, 30.38698 ] ], [ [ 120.1329685, 30.38698 ], [ 120.1330282, 30.3854407 ], [ 120.133074, 30.3842708 ] ], [ [ 120.1320667, 30.3945785 ], [ 120.1355773, 30.3948874 ], [ 120.1356121, 30.3948905 ] ], [ [ 120.135587, 30.3950676 ], [ 120.1355626, 30.395065 ], [ 120.1320391, 30.3946999 ] ], [ [ 120.1511186, 30.3851207 ], [ 120.1511588, 30.3880152 ] ], [ [ 120.1511588, 30.3880152 ], [ 120.1499035, 30.3880333 ] ], [ [ 120.1499035, 30.3880333 ], [ 120.1490666, 30.388019 ] ], [ [ 120.1490666, 30.388019 ], [ 120.1482498, 30.3879703 ] ], [ [ 120.1482498, 30.3879703 ], [ 120.1477912, 30.387945 ] ], [ [ 120.1477912, 30.387945 ], [ 120.1451243, 30.3878213 ] ], [ [ 120.1451243, 30.3878213 ], [ 120.1418909, 30.3876713 ] ], [ [ 120.1406043, 30.3996678 ], [ 120.1407251, 30.3988134 ] ], [ [ 120.1407251, 30.3988134 ], [ 120.1407917, 30.398342 ] ], [ [ 120.1407917, 30.398342 ], [ 120.1408654, 30.3975296 ] ], [ [ 120.1408654, 30.3975296 ], [ 120.1408986, 30.3971643 ] ], [ [ 120.1408986, 30.3971643 ], [ 120.1409392, 30.3967757 ] ], [ [ 120.1409392, 30.3967757 ], [ 120.1409774, 30.3964099 ] ], [ [ 120.1409774, 30.3964099 ], [ 120.1410054, 30.3961413 ] ], [ [ 120.1410054, 30.3961413 ], [ 120.141014, 30.3960468 ] ], [ [ 120.141014, 30.3960468 ], [ 120.1411005, 30.3949946 ] ], [ [ 120.1411005, 30.3949946 ], [ 120.1411774, 30.3943259 ] ], [ [ 120.1411774, 30.3943259 ], [ 120.1413153, 30.3931268 ] ], [ [ 120.1413153, 30.3931268 ], [ 120.1414367, 30.3919927 ] ], [ [ 120.1414367, 30.3919927 ], [ 120.1414589, 30.3917848 ] ], [ [ 120.1414589, 30.3917848 ], [ 120.1415175, 30.3912371 ] ], [ [ 120.1415175, 30.3912371 ], [ 120.1415235, 30.391174 ] ], [ [ 120.1415235, 30.391174 ], [ 120.1417433, 30.389091 ] ], [ [ 120.1417433, 30.389091 ], [ 120.1417956, 30.3886059 ] ], [ [ 120.1417956, 30.3886059 ], [ 120.1418909, 30.3876713 ] ], [ [ 120.1405858, 30.3997803 ], [ 120.1406043, 30.3996678 ] ], [ [ 120.1128157, 30.3859408 ], [ 120.1128411, 30.3857795 ] ], [ [ 120.1129874, 30.385787 ], [ 120.1129751, 30.3859457 ] ], [ [ 120.1169291, 30.3858767 ], [ 120.1175051, 30.3864186 ] ], [ [ 120.1175051, 30.3864186 ], [ 120.1178144, 30.3867184 ] ], [ [ 120.1178144, 30.3867184 ], [ 120.117831, 30.3867338 ] ], [ [ 120.1118138, 30.4183879 ], [ 120.1117965, 30.4173248 ] ], [ [ 120.1117965, 30.4173248 ], [ 120.1118295, 30.4160892 ] ], [ [ 120.1118295, 30.4160892 ], [ 120.1118789, 30.415933 ] ], [ [ 120.1118789, 30.415933 ], [ 120.1119942, 30.4158549 ] ], [ [ 120.1119942, 30.4158549 ], [ 120.1135987, 30.4158481 ] ], [ [ 120.1135987, 30.4158481 ], [ 120.1153374, 30.4158407 ] ], [ [ 120.1153374, 30.4158407 ], [ 120.1156077, 30.4158405 ] ], [ [ 120.1156077, 30.4158405 ], [ 120.1179735, 30.4158386 ] ], [ [ 120.1179735, 30.4158386 ], [ 120.1182829, 30.4158384 ] ], [ [ 120.1182829, 30.4158384 ], [ 120.1228419, 30.4158346 ] ], [ [ 120.1228419, 30.4158346 ], [ 120.1240119, 30.4158336 ] ], [ [ 120.0970834, 30.4002988 ], [ 120.0971087, 30.4000231 ] ], [ [ 120.0902432, 30.4057713 ], [ 120.0901463, 30.4056475 ] ], [ [ 120.0901463, 30.4056475 ], [ 120.0898864, 30.405555 ] ], [ [ 120.0898864, 30.405555 ], [ 120.0895258, 30.4054514 ] ], [ [ 120.0895258, 30.4054514 ], [ 120.0893552, 30.4054114 ] ], [ [ 120.0893552, 30.4054114 ], [ 120.0883589, 30.4052166 ] ], [ [ 120.0883589, 30.4052166 ], [ 120.0869893, 30.4050727 ] ], [ [ 120.0869893, 30.4050727 ], [ 120.0861752, 30.4050103 ] ], [ [ 120.0861752, 30.4050103 ], [ 120.0859548, 30.4049627 ] ], [ [ 120.0859548, 30.4049627 ], [ 120.0858299, 30.4049067 ] ], [ [ 120.0858299, 30.4049067 ], [ 120.0857286, 30.4048427 ] ], [ [ 120.0857286, 30.4048427 ], [ 120.0856458, 30.404711 ] ], [ [ 120.0856458, 30.404711 ], [ 120.0853889, 30.4035284 ] ], [ [ 120.0853889, 30.4035284 ], [ 120.0853683, 30.4031546 ] ], [ [ 120.0853683, 30.4031546 ], [ 120.0854275, 30.4025018 ] ], [ [ 120.0854275, 30.4025018 ], [ 120.0857659, 30.4001947 ] ], [ [ 120.0857659, 30.4001947 ], [ 120.0857631, 30.400031 ] ], [ [ 120.0902432, 30.4057713 ], [ 120.0903737, 30.4055349 ] ], [ [ 120.0903737, 30.4055349 ], [ 120.0905935, 30.4053033 ] ], [ [ 120.0905935, 30.4053033 ], [ 120.0908271, 30.405111 ] ], [ [ 120.0908271, 30.405111 ], [ 120.0910638, 30.4049657 ] ], [ [ 120.0910638, 30.4049657 ], [ 120.0913064, 30.4048593 ] ], [ [ 120.0913064, 30.4048593 ], [ 120.0915606, 30.4047989 ] ], [ [ 120.0915606, 30.4047989 ], [ 120.0916225, 30.4047993 ] ], [ [ 120.0916225, 30.4047993 ], [ 120.0920505, 30.404807 ] ], [ [ 120.0920505, 30.404807 ], [ 120.0922325, 30.4048085 ] ], [ [ 120.0922325, 30.4048085 ], [ 120.0923475, 30.4047822 ] ], [ [ 120.0923475, 30.4047822 ], [ 120.0924348, 30.4047072 ] ], [ [ 120.0924348, 30.4047072 ], [ 120.0928555, 30.4040307 ] ], [ [ 120.0928555, 30.4040307 ], [ 120.0929869, 30.4039797 ] ], [ [ 120.0929869, 30.4039797 ], [ 120.0941439, 30.4038554 ] ], [ [ 120.0941439, 30.4038554 ], [ 120.0945624, 30.4038518 ] ], [ [ 120.0945624, 30.4038518 ], [ 120.0953961, 30.4038357 ] ], [ [ 120.0953961, 30.4038357 ], [ 120.095603, 30.4038317 ] ], [ [ 120.095603, 30.4038317 ], [ 120.096044, 30.4038232 ] ], [ [ 120.096044, 30.4038232 ], [ 120.0964772, 30.4037194 ] ], [ [ 120.0964772, 30.4037194 ], [ 120.0966938, 30.4035637 ] ], [ [ 120.0966938, 30.4035637 ], [ 120.0968021, 30.4034392 ] ], [ [ 120.0968021, 30.4034392 ], [ 120.0968502, 30.4031694 ] ], [ [ 120.0968502, 30.4031694 ], [ 120.0969309, 30.4022556 ] ], [ [ 120.0969309, 30.4022556 ], [ 120.0969473, 30.4020698 ] ], [ [ 120.0969473, 30.4020698 ], [ 120.0970834, 30.4002988 ] ], [ [ 120.0896266, 30.4189306 ], [ 120.0897676, 30.4186989 ] ], [ [ 120.0897676, 30.4186989 ], [ 120.0899458, 30.4176335 ] ], [ [ 120.0899458, 30.4176335 ], [ 120.0899872, 30.4173862 ] ], [ [ 120.0899872, 30.4173862 ], [ 120.090368, 30.4151097 ] ], [ [ 120.090368, 30.4151097 ], [ 120.0903995, 30.4126199 ] ], [ [ 120.0903995, 30.4126199 ], [ 120.0904014, 30.4124697 ] ], [ [ 120.0904014, 30.4124697 ], [ 120.0904181, 30.412133 ] ], [ [ 120.0904181, 30.412133 ], [ 120.0904275, 30.4119435 ] ], [ [ 120.0904275, 30.4119435 ], [ 120.0904529, 30.4114333 ] ], [ [ 120.0904529, 30.4114333 ], [ 120.090452, 30.4112817 ] ], [ [ 120.090452, 30.4112817 ], [ 120.0904452, 30.4101525 ] ], [ [ 120.0904452, 30.4101525 ], [ 120.0904373, 30.4088413 ] ], [ [ 120.0904373, 30.4088413 ], [ 120.0904357, 30.4085756 ] ], [ [ 120.0904357, 30.4085756 ], [ 120.090373, 30.4067457 ] ], [ [ 120.090373, 30.4067457 ], [ 120.090353, 30.4061644 ] ], [ [ 120.090353, 30.4061644 ], [ 120.0903499, 30.4060733 ] ], [ [ 120.0903499, 30.4060733 ], [ 120.0902812, 30.405866 ] ], [ [ 120.0902812, 30.405866 ], [ 120.0902432, 30.4057713 ] ], [ [ 120.0945957, 30.4146693 ], [ 120.0944279, 30.4158233 ] ], [ [ 120.0920139, 30.4157449 ], [ 120.0920948, 30.4149158 ] ], [ [ 120.0920139, 30.4157449 ], [ 120.0924232, 30.415762 ] ], [ [ 120.0924232, 30.415762 ], [ 120.0944279, 30.4158233 ] ], [ [ 120.0969987, 30.4158266 ], [ 120.0944279, 30.4158233 ] ], [ [ 120.0944279, 30.4158233 ], [ 120.0942858, 30.4171144 ] ], [ [ 120.10111, 30.4056385 ], [ 120.1013804, 30.4032247 ] ], [ [ 120.10111, 30.4056385 ], [ 120.1019662, 30.4055961 ] ], [ [ 120.0984132, 30.4057718 ], [ 120.10111, 30.4056385 ] ], [ [ 120.1070134, 30.4291197 ], [ 120.1069973, 30.428942 ] ], [ [ 120.1069973, 30.428942 ], [ 120.1068274, 30.4266024 ] ], [ [ 120.1068274, 30.4266024 ], [ 120.106683, 30.4253245 ] ], [ [ 120.106683, 30.4253245 ], [ 120.1066788, 30.4251488 ] ], [ [ 120.1066788, 30.4251488 ], [ 120.1067977, 30.4248705 ] ], [ [ 120.1067977, 30.4248705 ], [ 120.1075917, 30.4230874 ] ], [ [ 120.1075917, 30.4230874 ], [ 120.1077523, 30.4227555 ] ], [ [ 120.1077523, 30.4227555 ], [ 120.1078098, 30.4226366 ] ], [ [ 120.1078098, 30.4226366 ], [ 120.1078968, 30.4224569 ] ], [ [ 120.1078968, 30.4224569 ], [ 120.1079598, 30.4223378 ] ], [ [ 120.1079598, 30.4223378 ], [ 120.1081735, 30.4218681 ] ], [ [ 120.1081735, 30.4218681 ], [ 120.1083645, 30.4216996 ] ], [ [ 120.1083645, 30.4216996 ], [ 120.1085429, 30.4216557 ] ], [ [ 120.1085429, 30.4216557 ], [ 120.1086915, 30.4216484 ] ], [ [ 120.1086915, 30.4216484 ], [ 120.1099314, 30.4216704 ] ], [ [ 120.1099314, 30.4216704 ], [ 120.111805, 30.4216484 ] ], [ [ 120.0968055, 30.4172612 ], [ 120.0942858, 30.4171144 ] ], [ [ 120.0920139, 30.4157449 ], [ 120.0916957, 30.4190066 ] ], [ [ 120.0940848, 30.4188729 ], [ 120.0942858, 30.4171144 ] ], [ [ 120.0964094, 30.4204282 ], [ 120.0933924, 30.4201681 ] ], [ [ 120.0933924, 30.4201681 ], [ 120.0921697, 30.4200205 ] ], [ [ 120.0921697, 30.4200205 ], [ 120.0920853, 30.4199982 ] ], [ [ 120.0920853, 30.4199982 ], [ 120.0915145, 30.4198471 ] ], [ [ 120.0915145, 30.4198471 ], [ 120.0912482, 30.4197766 ] ], [ [ 120.0912482, 30.4197766 ], [ 120.0904357, 30.4195615 ] ], [ [ 120.0904357, 30.4195615 ], [ 120.0901439, 30.4193691 ] ], [ [ 120.0901439, 30.4193691 ], [ 120.0898177, 30.4190878 ] ], [ [ 120.0898177, 30.4190878 ], [ 120.0896266, 30.4189306 ] ], [ [ 120.0903105, 30.4355504 ], [ 120.0902488, 30.4355186 ] ], [ [ 120.095427, 30.4370018 ], [ 120.0947192, 30.4371172 ] ], [ [ 120.0947192, 30.4371172 ], [ 120.0939732, 30.4370678 ] ], [ [ 120.0939732, 30.4370678 ], [ 120.0935524, 30.4369358 ] ], [ [ 120.0935524, 30.4369358 ], [ 120.0903105, 30.4355504 ] ], [ [ 120.1118138, 30.4183879 ], [ 120.114246, 30.4183927 ] ], [ [ 120.114246, 30.4183927 ], [ 120.1154732, 30.4183952 ] ], [ [ 120.1118138, 30.4183879 ], [ 120.1118295, 30.4193487 ] ], [ [ 120.1118295, 30.4193487 ], [ 120.1118249, 30.419775 ] ], [ [ 120.1118249, 30.419775 ], [ 120.1118168, 30.4204366 ] ], [ [ 120.1118168, 30.4204366 ], [ 120.111805, 30.4216484 ] ], [ [ 120.1239903, 30.4216358 ], [ 120.1232771, 30.4216337 ] ], [ [ 120.1232771, 30.4216337 ], [ 120.1223901, 30.4216416 ] ], [ [ 120.1223901, 30.4216416 ], [ 120.1221232, 30.4216462 ] ], [ [ 120.1221232, 30.4216462 ], [ 120.120067, 30.4216447 ] ], [ [ 120.120067, 30.4216447 ], [ 120.1199139, 30.4216432 ] ], [ [ 120.1199139, 30.4216432 ], [ 120.1178208, 30.4216228 ] ], [ [ 120.1178208, 30.4216228 ], [ 120.1160949, 30.4216462 ] ], [ [ 120.1160949, 30.4216462 ], [ 120.1151309, 30.4216557 ] ], [ [ 120.1151309, 30.4216557 ], [ 120.1127466, 30.4216374 ] ], [ [ 120.1127466, 30.4216374 ], [ 120.111805, 30.4216484 ] ], [ [ 120.111805, 30.4216484 ], [ 120.1117917, 30.4291367 ] ], [ [ 120.1117917, 30.4291367 ], [ 120.1120341, 30.4291376 ] ], [ [ 120.1120341, 30.4291376 ], [ 120.112415, 30.4291389 ] ], [ [ 120.112415, 30.4291389 ], [ 120.1135746, 30.4291431 ] ], [ [ 120.1135746, 30.4291431 ], [ 120.1149193, 30.429478 ] ], [ [ 120.1149193, 30.429478 ], [ 120.1152402, 30.4294739 ] ], [ [ 120.1152402, 30.4294739 ], [ 120.1153587, 30.4294731 ] ], [ [ 120.1153587, 30.4294731 ], [ 120.1155645, 30.4294716 ] ], [ [ 120.1155645, 30.4294716 ], [ 120.1156393, 30.4294711 ] ], [ [ 120.1156393, 30.4294711 ], [ 120.1159376, 30.429469 ] ], [ [ 120.1159376, 30.429469 ], [ 120.1160842, 30.4294679 ] ], [ [ 120.1160842, 30.4294679 ], [ 120.1162827, 30.4294665 ] ], [ [ 120.1162827, 30.4294665 ], [ 120.1163793, 30.4294658 ] ], [ [ 120.1163793, 30.4294658 ], [ 120.1167959, 30.4294628 ] ], [ [ 120.1167959, 30.4294628 ], [ 120.1170004, 30.4294613 ] ], [ [ 120.1170004, 30.4294613 ], [ 120.1171983, 30.4294599 ] ], [ [ 120.1171983, 30.4294599 ], [ 120.1174784, 30.4294579 ] ], [ [ 120.1174784, 30.4294579 ], [ 120.1174952, 30.4294578 ] ], [ [ 120.1174952, 30.4294578 ], [ 120.1175405, 30.4294606 ] ], [ [ 120.1175405, 30.4294606 ], [ 120.1176531, 30.4294675 ] ], [ [ 120.1176531, 30.4294675 ], [ 120.1177572, 30.4295062 ] ], [ [ 120.1177572, 30.4295062 ], [ 120.1178788, 30.4295465 ] ], [ [ 120.1178788, 30.4295465 ], [ 120.1179548, 30.4296092 ] ], [ [ 120.1179548, 30.4296092 ], [ 120.117973, 30.4296307 ] ], [ [ 120.117973, 30.4296307 ], [ 120.1180544, 30.4297641 ] ], [ [ 120.1180544, 30.4297641 ], [ 120.1188612, 30.4312823 ] ], [ [ 120.1188612, 30.4312823 ], [ 120.1189549, 30.4314587 ] ], [ [ 120.1189549, 30.4314587 ], [ 120.1192304, 30.4321787 ] ], [ [ 120.1192304, 30.4321787 ], [ 120.1192543, 30.4322412 ] ], [ [ 120.1192543, 30.4322412 ], [ 120.119273, 30.432451 ] ], [ [ 120.119273, 30.432451 ], [ 120.1191139, 30.433282 ] ], [ [ 120.1191139, 30.433282 ], [ 120.118749, 30.4340887 ] ], [ [ 120.118749, 30.4340887 ], [ 120.1187022, 30.4343227 ] ], [ [ 120.1187022, 30.4343227 ], [ 120.1187187, 30.4345572 ] ], [ [ 120.1187187, 30.4345572 ], [ 120.1187344, 30.4346779 ] ], [ [ 120.1187344, 30.4346779 ], [ 120.1187397, 30.4347273 ] ], [ [ 120.1187397, 30.4347273 ], [ 120.118789, 30.4352984 ] ], [ [ 120.118789, 30.4352984 ], [ 120.1188939, 30.4353991 ] ], [ [ 120.1188939, 30.4353991 ], [ 120.1197774, 30.43551 ] ], [ [ 120.1197774, 30.43551 ], [ 120.1200192, 30.4355404 ] ], [ [ 120.1200192, 30.4355404 ], [ 120.1204815, 30.4355984 ] ], [ [ 120.1204815, 30.4355984 ], [ 120.1205669, 30.4356198 ] ], [ [ 120.1199345, 30.4264876 ], [ 120.1220643, 30.4264933 ] ], [ [ 120.1220643, 30.4264933 ], [ 120.1239903, 30.4264985 ] ], [ [ 120.120893, 30.4320708 ], [ 120.1210891, 30.4321022 ] ], [ [ 120.1210891, 30.4321022 ], [ 120.1214592, 30.4321398 ] ], [ [ 120.1214592, 30.4321398 ], [ 120.1224332, 30.4322388 ] ], [ [ 120.1224332, 30.4322388 ], [ 120.1236586, 30.4323471 ] ], [ [ 120.1236586, 30.4323471 ], [ 120.1239977, 30.4323555 ] ], [ [ 120.1239977, 30.4323555 ], [ 120.124003, 30.432072 ] ], [ [ 120.124003, 30.432072 ], [ 120.1239967, 30.4310899 ] ], [ [ 120.1239967, 30.4310899 ], [ 120.1239944, 30.4307468 ] ], [ [ 120.1239944, 30.4307468 ], [ 120.1239926, 30.430464 ] ], [ [ 120.1239926, 30.430464 ], [ 120.1239903, 30.4301049 ] ], [ [ 120.1239903, 30.4301049 ], [ 120.1239903, 30.429748 ] ], [ [ 120.1239903, 30.429748 ], [ 120.1239941, 30.4294775 ] ], [ [ 120.1239941, 30.4294775 ], [ 120.1239914, 30.4289005 ] ], [ [ 120.1239914, 30.4289005 ], [ 120.1239903, 30.4282604 ] ], [ [ 120.1239903, 30.4282604 ], [ 120.1239903, 30.4276036 ] ], [ [ 120.1239903, 30.4276036 ], [ 120.1239903, 30.4275687 ] ], [ [ 120.1239903, 30.4275687 ], [ 120.1239903, 30.4272963 ] ], [ [ 120.1239903, 30.4272963 ], [ 120.1239903, 30.4271026 ] ], [ [ 120.1239903, 30.4271026 ], [ 120.1239903, 30.4264985 ] ], [ [ 120.1238252, 30.4351903 ], [ 120.1237298, 30.4355861 ] ], [ [ 120.1237298, 30.4355861 ], [ 120.1236643, 30.4356991 ] ], [ [ 120.1236643, 30.4356991 ], [ 120.1235415, 30.4357226 ] ], [ [ 120.1235415, 30.4357226 ], [ 120.1230884, 30.4356564 ] ], [ [ 120.1230884, 30.4356564 ], [ 120.1228743, 30.4356512 ] ], [ [ 120.1228743, 30.4356512 ], [ 120.1219865, 30.4356297 ] ], [ [ 120.1219865, 30.4356297 ], [ 120.1215947, 30.4355352 ] ], [ [ 120.1215947, 30.4355352 ], [ 120.1214032, 30.4355653 ] ], [ [ 120.1214032, 30.4355653 ], [ 120.1207627, 30.4355429 ] ], [ [ 120.1207627, 30.4355429 ], [ 120.1205669, 30.4356198 ] ], [ [ 120.1300334, 30.4301622 ], [ 120.1304845, 30.4303729 ] ], [ [ 120.1304845, 30.4303729 ], [ 120.1317158, 30.4313917 ] ], [ [ 120.1317158, 30.4313917 ], [ 120.1322639, 30.4319379 ] ], [ [ 120.1322639, 30.4319379 ], [ 120.1322286, 30.4321708 ] ], [ [ 120.1322286, 30.4321708 ], [ 120.1320966, 30.4330426 ] ], [ [ 120.1320966, 30.4330426 ], [ 120.1316518, 30.4354299 ] ], [ [ 120.1316518, 30.4354299 ], [ 120.131513, 30.4360338 ] ], [ [ 120.131513, 30.4360338 ], [ 120.1314787, 30.4361828 ] ], [ [ 120.1314787, 30.4361828 ], [ 120.1313457, 30.4367616 ] ], [ [ 120.1313457, 30.4367616 ], [ 120.1310913, 30.439434 ] ], [ [ 120.1310913, 30.439434 ], [ 120.1306826, 30.4410395 ] ], [ [ 120.1306826, 30.4410395 ], [ 120.1300319, 30.4418865 ] ], [ [ 120.1300319, 30.4418865 ], [ 120.1293685, 30.442839 ] ], [ [ 120.1293685, 30.442839 ], [ 120.1288772, 30.4438906 ] ], [ [ 120.1288772, 30.4438906 ], [ 120.1288423, 30.4439652 ] ], [ [ 120.1288423, 30.4439652 ], [ 120.1287731, 30.4441166 ] ], [ [ 120.1287731, 30.4441166 ], [ 120.1285665, 30.4445684 ] ], [ [ 120.1285665, 30.4445684 ], [ 120.1284353, 30.4448553 ] ], [ [ 120.1284353, 30.4448553 ], [ 120.1277128, 30.4457747 ] ], [ [ 120.1205669, 30.4356198 ], [ 120.1205237, 30.4370529 ] ], [ [ 120.1205237, 30.4370529 ], [ 120.1203515, 30.4394858 ] ], [ [ 120.1203515, 30.4394858 ], [ 120.1203486, 30.4395265 ] ], [ [ 120.1203486, 30.4395265 ], [ 120.1203577, 30.4396411 ] ], [ [ 120.1203577, 30.4396411 ], [ 120.1203736, 30.4398428 ] ], [ [ 120.1203736, 30.4398428 ], [ 120.1204403, 30.4400729 ] ], [ [ 120.1204403, 30.4400729 ], [ 120.1207888, 30.4402923 ] ], [ [ 120.1207888, 30.4402923 ], [ 120.1217033, 30.440678 ] ], [ [ 120.1217033, 30.440678 ], [ 120.1232955, 30.4412768 ] ], [ [ 120.1232955, 30.4412768 ], [ 120.1234956, 30.4413976 ] ], [ [ 120.1234956, 30.4413976 ], [ 120.1243399, 30.4421419 ] ], [ [ 120.1243399, 30.4421419 ], [ 120.1244805, 30.442259 ] ], [ [ 120.1244805, 30.442259 ], [ 120.1249325, 30.4425672 ] ], [ [ 120.1249325, 30.4425672 ], [ 120.1251343, 30.4426776 ] ], [ [ 120.1251343, 30.4426776 ], [ 120.1260281, 30.4432294 ] ], [ [ 120.1260281, 30.4432294 ], [ 120.1261198, 30.4433589 ] ], [ [ 120.1261198, 30.4433589 ], [ 120.1266619, 30.444272 ] ], [ [ 120.1266619, 30.444272 ], [ 120.1271457, 30.4451708 ] ], [ [ 120.1271457, 30.4451708 ], [ 120.127401, 30.4454661 ] ], [ [ 120.127401, 30.4454661 ], [ 120.1274876, 30.4455662 ] ], [ [ 120.1274876, 30.4455662 ], [ 120.1277128, 30.4457747 ] ], [ [ 120.1117917, 30.4291367 ], [ 120.1070134, 30.4291197 ] ], [ [ 120.102353, 30.447737 ], [ 120.1025927, 30.4473377 ] ], [ [ 120.1025927, 30.4473377 ], [ 120.1030574, 30.4470545 ] ], [ [ 120.1030574, 30.4470545 ], [ 120.103777, 30.4470611 ] ], [ [ 120.103777, 30.4470611 ], [ 120.1043289, 30.4470521 ] ], [ [ 120.1043289, 30.4470521 ], [ 120.1044827, 30.447008 ] ], [ [ 120.1044827, 30.447008 ], [ 120.1045641, 30.4469838 ] ], [ [ 120.1045641, 30.4469838 ], [ 120.1048192, 30.446908 ] ], [ [ 120.1048192, 30.446908 ], [ 120.1050847, 30.4467979 ] ], [ [ 120.1050847, 30.4467979 ], [ 120.1052553, 30.4467156 ] ], [ [ 120.1052553, 30.4467156 ], [ 120.1056483, 30.4464876 ] ], [ [ 120.1056483, 30.4464876 ], [ 120.1059517, 30.4462157 ] ], [ [ 120.1059517, 30.4462157 ], [ 120.1061746, 30.4459901 ] ], [ [ 120.1061746, 30.4459901 ], [ 120.1064145, 30.4456337 ] ], [ [ 120.1064145, 30.4456337 ], [ 120.1065321, 30.4453078 ] ], [ [ 120.1065321, 30.4453078 ], [ 120.1066003, 30.4448959 ] ], [ [ 120.1066003, 30.4448959 ], [ 120.1066407, 30.4445873 ] ], [ [ 120.1066407, 30.4445873 ], [ 120.1067185, 30.4437477 ] ], [ [ 120.1067185, 30.4437477 ], [ 120.1067515, 30.4433916 ] ], [ [ 120.1067515, 30.4433916 ], [ 120.1068105, 30.4427546 ] ], [ [ 120.1068105, 30.4427546 ], [ 120.1069008, 30.4417804 ] ], [ [ 120.1069008, 30.4417804 ], [ 120.1069271, 30.4414536 ] ], [ [ 120.1069271, 30.4414536 ], [ 120.1069892, 30.4406824 ] ], [ [ 120.1069892, 30.4406824 ], [ 120.1070019, 30.4403501 ] ], [ [ 120.1070019, 30.4403501 ], [ 120.1070758, 30.4395973 ] ], [ [ 120.1070758, 30.4395973 ], [ 120.1070942, 30.439402 ] ], [ [ 120.1070942, 30.439402 ], [ 120.1072791, 30.4374418 ] ], [ [ 120.1072791, 30.4374418 ], [ 120.1074507, 30.4347381 ] ], [ [ 120.1074507, 30.4347381 ], [ 120.1074556, 30.4344798 ] ], [ [ 120.1074556, 30.4344798 ], [ 120.1074516, 30.43361 ] ], [ [ 120.1074516, 30.43361 ], [ 120.1074305, 30.4333405 ] ], [ [ 120.1074305, 30.4333405 ], [ 120.107394, 30.432875 ] ], [ [ 120.107394, 30.432875 ], [ 120.1073624, 30.4324714 ] ], [ [ 120.1073624, 30.4324714 ], [ 120.1071586, 30.4307213 ] ], [ [ 120.1071586, 30.4307213 ], [ 120.1070134, 30.4291197 ] ], [ [ 120.102353, 30.447737 ], [ 120.1022996, 30.4478316 ] ], [ [ 120.1595433, 30.3877268 ], [ 120.1593667, 30.387733 ] ], [ [ 120.1593667, 30.387733 ], [ 120.1583167, 30.3877699 ] ], [ [ 120.1583167, 30.3877699 ], [ 120.156335, 30.3878555 ] ], [ [ 120.156335, 30.3878555 ], [ 120.1559392, 30.3878751 ] ], [ [ 120.1559392, 30.3878751 ], [ 120.1557981, 30.387882 ] ], [ [ 120.1557981, 30.387882 ], [ 120.1550043, 30.3878933 ] ], [ [ 120.1550043, 30.3878933 ], [ 120.153828, 30.3879158 ] ], [ [ 120.1511588, 30.3880152 ], [ 120.1525749, 30.3879709 ] ], [ [ 120.1525749, 30.3879709 ], [ 120.1528279, 30.3879608 ] ], [ [ 120.1528279, 30.3879608 ], [ 120.153828, 30.3879158 ] ], [ [ 120.1356121, 30.3948905 ], [ 120.1357588, 30.3949339 ] ], [ [ 120.135739, 30.395078 ], [ 120.135587, 30.3950676 ] ], [ [ 120.1402206, 30.4036839 ], [ 120.1398774, 30.4039384 ] ], [ [ 120.1389279, 30.4041244 ], [ 120.1398774, 30.4039384 ] ], [ [ 120.134133, 30.4057159 ], [ 120.1342981, 30.4057048 ] ], [ [ 120.1266412, 30.3840789 ], [ 120.1266374, 30.3861386 ] ], [ [ 120.1266374, 30.3861386 ], [ 120.1263762, 30.387177 ] ], [ [ 120.1263762, 30.387177 ], [ 120.1262835, 30.3875454 ] ], [ [ 120.1262835, 30.3875454 ], [ 120.1262434, 30.3877824 ] ], [ [ 120.1240119, 30.4158336 ], [ 120.1240718, 30.4157758 ] ], [ [ 120.1240718, 30.4157758 ], [ 120.1241144, 30.4156913 ] ], [ [ 120.1241144, 30.4156913 ], [ 120.1241228, 30.4155098 ] ], [ [ 120.1241228, 30.4155098 ], [ 120.124102, 30.415249 ] ], [ [ 120.124102, 30.415249 ], [ 120.1240591, 30.4148802 ] ], [ [ 120.1240591, 30.4148802 ], [ 120.1236267, 30.4111622 ] ], [ [ 120.1236267, 30.4111622 ], [ 120.1235773, 30.4107377 ] ], [ [ 120.1235773, 30.4107377 ], [ 120.1235542, 30.4105019 ] ], [ [ 120.1235542, 30.4105019 ], [ 120.1235325, 30.4101468 ] ], [ [ 120.1235325, 30.4101468 ], [ 120.1234156, 30.4073806 ] ], [ [ 120.1234156, 30.4073806 ], [ 120.123359, 30.40646 ] ], [ [ 120.123359, 30.40646 ], [ 120.1233388, 30.406299 ] ], [ [ 120.1233388, 30.406299 ], [ 120.1232863, 30.4060652 ] ], [ [ 120.1232863, 30.4060652 ], [ 120.1230152, 30.4054466 ] ], [ [ 120.1230152, 30.4054466 ], [ 120.1228228, 30.4051524 ] ], [ [ 120.1228228, 30.4051524 ], [ 120.1224904, 30.4046772 ] ], [ [ 120.1224904, 30.4046772 ], [ 120.1223274, 30.4045047 ] ], [ [ 120.1223274, 30.4045047 ], [ 120.1222231, 30.4044134 ] ], [ [ 120.1222231, 30.4044134 ], [ 120.1218956, 30.4040435 ] ], [ [ 120.1218956, 30.4040435 ], [ 120.1216096, 30.4035967 ] ], [ [ 120.1216096, 30.4035967 ], [ 120.1212588, 30.4027197 ] ], [ [ 120.1212588, 30.4027197 ], [ 120.1209178, 30.4017682 ] ], [ [ 120.1209178, 30.4017682 ], [ 120.1207149, 30.401094 ] ], [ [ 120.1207149, 30.401094 ], [ 120.1206326, 30.4006881 ] ], [ [ 120.1206326, 30.4006881 ], [ 120.1206034, 30.4003943 ] ], [ [ 120.1206034, 30.4003943 ], [ 120.1206715, 30.3999494 ] ], [ [ 120.1206715, 30.3999494 ], [ 120.1209149, 30.3985223 ] ], [ [ 120.1209149, 30.3985223 ], [ 120.1213199, 30.3960549 ] ], [ [ 120.1213199, 30.3960549 ], [ 120.1213918, 30.3955842 ] ], [ [ 120.1213918, 30.3955842 ], [ 120.121397, 30.3955379 ] ], [ [ 120.121397, 30.3955379 ], [ 120.1213966, 30.3954232 ] ], [ [ 120.1213966, 30.3954232 ], [ 120.1213946, 30.3947913 ] ], [ [ 120.1213946, 30.3947913 ], [ 120.1213129, 30.3945681 ] ], [ [ 120.1213129, 30.3945681 ], [ 120.1212584, 30.3944742 ] ], [ [ 120.1212584, 30.3944742 ], [ 120.121204, 30.3943332 ] ], [ [ 120.121204, 30.3943332 ], [ 120.121238, 30.3940572 ] ], [ [ 120.121238, 30.3940572 ], [ 120.1212244, 30.3933876 ] ], [ [ 120.1212244, 30.3933876 ], [ 120.1213538, 30.3930118 ] ], [ [ 120.1213538, 30.3930118 ], [ 120.1216986, 30.3904087 ] ], [ [ 120.134133, 30.4057159 ], [ 120.1334103, 30.405707 ] ], [ [ 120.1334103, 30.405707 ], [ 120.1331108, 30.4057461 ] ], [ [ 120.1331108, 30.4057461 ], [ 120.1324349, 30.4058343 ] ], [ [ 120.1324349, 30.4058343 ], [ 120.1304485, 30.4060935 ] ], [ [ 120.1304485, 30.4060935 ], [ 120.1302731, 30.4061164 ] ], [ [ 120.1302731, 30.4061164 ], [ 120.1276329, 30.406461 ] ], [ [ 120.13325, 30.4122908 ], [ 120.1315099, 30.4124725 ] ], [ [ 120.1315099, 30.4124725 ], [ 120.1288458, 30.4127507 ] ], [ [ 120.1288458, 30.4127507 ], [ 120.1271448, 30.4129283 ] ], [ [ 120.1239903, 30.4216358 ], [ 120.1239916, 30.4175652 ] ], [ [ 120.1239916, 30.4175652 ], [ 120.1239887, 30.4173071 ] ], [ [ 120.1239887, 30.4173071 ], [ 120.1240119, 30.4158336 ] ], [ [ 120.1312835, 30.4199503 ], [ 120.1295085, 30.4201247 ] ], [ [ 120.1295085, 30.4201247 ], [ 120.1289075, 30.4201876 ] ], [ [ 120.1289075, 30.4201876 ], [ 120.1288139, 30.4201974 ] ], [ [ 120.1288139, 30.4201974 ], [ 120.1286473, 30.4202148 ] ], [ [ 120.1286473, 30.4202148 ], [ 120.1284211, 30.4203123 ] ], [ [ 120.1239903, 30.4216358 ], [ 120.1257526, 30.4216411 ] ], [ [ 120.1257526, 30.4216411 ], [ 120.1260456, 30.4216411 ] ], [ [ 120.1312835, 30.4199503 ], [ 120.1317394, 30.4224023 ] ], [ [ 120.1317394, 30.4224023 ], [ 120.1319529, 30.4235754 ] ], [ [ 120.1319529, 30.4235754 ], [ 120.1320051, 30.4238004 ] ], [ [ 120.1320051, 30.4238004 ], [ 120.1319007, 30.4247156 ] ], [ [ 120.1319007, 30.4247156 ], [ 120.1318138, 30.4248281 ] ], [ [ 120.1318138, 30.4248281 ], [ 120.1310134, 30.4251881 ] ], [ [ 120.1310134, 30.4251881 ], [ 120.1301609, 30.4256082 ] ], [ [ 120.1301609, 30.4256082 ], [ 120.130046, 30.4256872 ] ], [ [ 120.130046, 30.4256872 ], [ 120.129683, 30.4259366 ] ], [ [ 120.1239903, 30.4216358 ], [ 120.1239903, 30.4264985 ] ], [ [ 120.1276405, 30.4264657 ], [ 120.1271167, 30.4264704 ] ], [ [ 120.1271167, 30.4264704 ], [ 120.1239903, 30.4264985 ] ], [ [ 120.157194, 30.4119619 ], [ 120.1584366, 30.412248 ] ], [ [ 120.1584366, 30.412248 ], [ 120.1595359, 30.4125012 ] ], [ [ 120.1595359, 30.4125012 ], [ 120.1601044, 30.4126321 ] ], [ [ 120.1601044, 30.4126321 ], [ 120.1601483, 30.4126422 ] ], [ [ 120.1601483, 30.4126422 ], [ 120.1599684, 30.4132141 ] ], [ [ 120.1599684, 30.4132141 ], [ 120.1599073, 30.4134085 ] ], [ [ 120.1599073, 30.4134085 ], [ 120.1598009, 30.4137467 ] ], [ [ 120.1598009, 30.4137467 ], [ 120.1597583, 30.4138824 ] ], [ [ 120.1597583, 30.4138824 ], [ 120.1597092, 30.4140385 ] ], [ [ 120.1597092, 30.4140385 ], [ 120.1596804, 30.41413 ] ], [ [ 120.1596804, 30.41413 ], [ 120.1596352, 30.4142738 ] ], [ [ 120.1596352, 30.4142738 ], [ 120.1594948, 30.4147202 ] ], [ [ 120.1594948, 30.4147202 ], [ 120.1594395, 30.414896 ] ], [ [ 120.1594395, 30.414896 ], [ 120.1593947, 30.4150385 ] ], [ [ 120.1593947, 30.4150385 ], [ 120.1594773, 30.4154686 ] ], [ [ 120.1594773, 30.4154686 ], [ 120.1596257, 30.4162407 ] ], [ [ 120.1596257, 30.4162407 ], [ 120.1597547, 30.4169123 ] ], [ [ 120.1597547, 30.4169123 ], [ 120.1599041, 30.4176904 ] ], [ [ 120.1599041, 30.4176904 ], [ 120.1599796, 30.418083 ] ], [ [ 120.1599796, 30.418083 ], [ 120.1600056, 30.4182184 ] ], [ [ 120.1600056, 30.4182184 ], [ 120.1600185, 30.4182855 ] ], [ [ 120.1600185, 30.4182855 ], [ 120.1600423, 30.4184095 ] ], [ [ 120.1600423, 30.4184095 ], [ 120.1600536, 30.4185474 ] ], [ [ 120.1600536, 30.4185474 ], [ 120.1600803, 30.4188729 ] ], [ [ 120.1600803, 30.4188729 ], [ 120.1601516, 30.4197417 ] ], [ [ 120.1601516, 30.4197417 ], [ 120.160227, 30.4206602 ] ], [ [ 120.160227, 30.4206602 ], [ 120.1603014, 30.4215672 ] ], [ [ 120.1603014, 30.4215672 ], [ 120.1603064, 30.4216268 ] ], [ [ 120.1603064, 30.4216268 ], [ 120.1603441, 30.4220785 ] ], [ [ 120.1603441, 30.4220785 ], [ 120.1603544, 30.4222016 ] ], [ [ 120.1603544, 30.4222016 ], [ 120.1604073, 30.4228363 ] ], [ [ 120.1604073, 30.4228363 ], [ 120.1604426, 30.4237399 ] ], [ [ 120.1604426, 30.4237399 ], [ 120.1604227, 30.423831 ] ], [ [ 120.1604227, 30.423831 ], [ 120.1602425, 30.4246537 ] ], [ [ 120.1602425, 30.4246537 ], [ 120.1596773, 30.4269723 ] ], [ [ 120.1596773, 30.4269723 ], [ 120.1590768, 30.4294355 ] ], [ [ 120.1590768, 30.4294355 ], [ 120.1590231, 30.4295956 ] ], [ [ 120.1590231, 30.4295956 ], [ 120.1589824, 30.4297168 ] ], [ [ 120.1589824, 30.4297168 ], [ 120.1585352, 30.4310498 ] ], [ [ 120.1585352, 30.4310498 ], [ 120.1581114, 30.4321969 ] ], [ [ 120.1581114, 30.4321969 ], [ 120.1579631, 30.4324698 ] ], [ [ 120.1579631, 30.4324698 ], [ 120.1578578, 30.4326637 ] ], [ [ 120.1578578, 30.4326637 ], [ 120.1576084, 30.4331228 ] ], [ [ 120.1576084, 30.4331228 ], [ 120.1570764, 30.4340855 ] ], [ [ 120.1570764, 30.4340855 ], [ 120.1569048, 30.4344394 ] ], [ [ 120.1569048, 30.4344394 ], [ 120.1568109, 30.4346394 ] ], [ [ 120.1568109, 30.4346394 ], [ 120.1563783, 30.435948 ] ], [ [ 120.1405858, 30.3997803 ], [ 120.1405412, 30.4003612 ] ], [ [ 120.1405412, 30.4003612 ], [ 120.1405306, 30.400499 ] ], [ [ 120.1405306, 30.400499 ], [ 120.1405223, 30.4006076 ] ], [ [ 120.1405223, 30.4006076 ], [ 120.140456, 30.4014704 ] ], [ [ 120.140456, 30.4014704 ], [ 120.1404299, 30.4018101 ] ], [ [ 120.1404299, 30.4018101 ], [ 120.1403529, 30.4022157 ] ], [ [ 120.1403529, 30.4022157 ], [ 120.1403118, 30.4024324 ] ], [ [ 120.1403118, 30.4024324 ], [ 120.1402636, 30.4029472 ] ], [ [ 120.1402636, 30.4029472 ], [ 120.1402153, 30.4035637 ] ], [ [ 120.1402153, 30.4035637 ], [ 120.1402206, 30.4036839 ] ], [ [ 120.1402206, 30.4036839 ], [ 120.140289, 30.4038406 ] ], [ [ 120.140289, 30.4038406 ], [ 120.1403734, 30.4039835 ] ], [ [ 120.1403734, 30.4039835 ], [ 120.1404939, 30.4041859 ] ], [ [ 120.1404939, 30.4041859 ], [ 120.1406516, 30.4043068 ] ], [ [ 120.1406516, 30.4043068 ], [ 120.1408646, 30.4044645 ] ], [ [ 120.1408646, 30.4044645 ], [ 120.1411419, 30.4046406 ] ], [ [ 120.1411419, 30.4046406 ], [ 120.1414621, 30.4047655 ] ], [ [ 120.1414621, 30.4047655 ], [ 120.1420184, 30.4049458 ] ], [ [ 120.1420184, 30.4049458 ], [ 120.1429224, 30.4052436 ] ], [ [ 120.1429224, 30.4052436 ], [ 120.1430439, 30.4052836 ] ], [ [ 120.1430439, 30.4052836 ], [ 120.1442755, 30.4055126 ] ], [ [ 120.1442755, 30.4055126 ], [ 120.1446059, 30.4055889 ] ], [ [ 120.1446059, 30.4055889 ], [ 120.1448984, 30.4057145 ] ], [ [ 120.1448984, 30.4057145 ], [ 120.1453021, 30.405967 ] ], [ [ 120.1453021, 30.405967 ], [ 120.1454919, 30.4060413 ] ], [ [ 120.1454919, 30.4060413 ], [ 120.1459415, 30.4061623 ] ], [ [ 120.1459415, 30.4061623 ], [ 120.1465367, 30.4062928 ] ], [ [ 120.1465367, 30.4062928 ], [ 120.146857, 30.4063615 ] ], [ [ 120.146857, 30.4063615 ], [ 120.1479366, 30.4066144 ] ], [ [ 120.1479366, 30.4066144 ], [ 120.1479594, 30.4066223 ] ], [ [ 120.1479594, 30.4066223 ], [ 120.1483366, 30.4067522 ] ], [ [ 120.1483366, 30.4067522 ], [ 120.1489087, 30.4069557 ] ], [ [ 120.1489087, 30.4069557 ], [ 120.1489881, 30.406984 ] ], [ [ 120.1489881, 30.406984 ], [ 120.1491826, 30.4071821 ] ], [ [ 120.1491826, 30.4071821 ], [ 120.1495476, 30.4073145 ] ], [ [ 120.1495476, 30.4073145 ], [ 120.1497526, 30.4074468 ] ], [ [ 120.1497526, 30.4074468 ], [ 120.1499607, 30.4076368 ] ], [ [ 120.1499607, 30.4076368 ], [ 120.1510137, 30.4089451 ] ], [ [ 120.1510137, 30.4089451 ], [ 120.1512946, 30.4093279 ] ], [ [ 120.1512946, 30.4093279 ], [ 120.1516098, 30.4097135 ] ], [ [ 120.1516098, 30.4097135 ], [ 120.1524964, 30.4107954 ] ], [ [ 120.1524964, 30.4107954 ], [ 120.1526153, 30.4109243 ] ], [ [ 120.1526153, 30.4109243 ], [ 120.1527914, 30.4109926 ] ], [ [ 120.1527914, 30.4109926 ], [ 120.1536874, 30.4111998 ] ], [ [ 120.1536874, 30.4111998 ], [ 120.157194, 30.4119619 ] ], [ [ 120.1382115, 30.4251714 ], [ 120.1394113, 30.4254864 ] ], [ [ 120.1394113, 30.4254864 ], [ 120.1400908, 30.4257636 ] ], [ [ 120.1400908, 30.4257636 ], [ 120.1409749, 30.426148 ] ], [ [ 120.1409749, 30.426148 ], [ 120.1415814, 30.4263244 ] ], [ [ 120.1415814, 30.4263244 ], [ 120.1428162, 30.4264819 ] ], [ [ 120.1428162, 30.4264819 ], [ 120.1433716, 30.4265764 ] ], [ [ 120.1433716, 30.4265764 ], [ 120.1443507, 30.4268473 ] ], [ [ 120.1443507, 30.4268473 ], [ 120.1450923, 30.4270514 ] ], [ [ 120.1450923, 30.4270514 ], [ 120.1454544, 30.4271 ] ], [ [ 120.1454544, 30.4271 ], [ 120.1457226, 30.4271046 ] ], [ [ 120.1457226, 30.4271046 ], [ 120.146243, 30.4270676 ] ], [ [ 120.146243, 30.4270676 ], [ 120.1463679, 30.4270396 ] ], [ [ 120.1463679, 30.4270396 ], [ 120.1471273, 30.426841 ] ], [ [ 120.1471273, 30.426841 ], [ 120.1485667, 30.4265323 ] ], [ [ 120.1485667, 30.4265323 ], [ 120.1499258, 30.4263874 ] ], [ [ 120.1499258, 30.4263874 ], [ 120.1507587, 30.4263433 ] ], [ [ 120.1507587, 30.4263433 ], [ 120.1524466, 30.4263748 ] ], [ [ 120.1524466, 30.4263748 ], [ 120.1533015, 30.4263811 ] ], [ [ 120.1533015, 30.4263811 ], [ 120.1543309, 30.4263932 ] ], [ [ 120.1369326, 30.4327264 ], [ 120.1378949, 30.4329096 ] ], [ [ 120.1378949, 30.4329096 ], [ 120.1404363, 30.4335401 ] ], [ [ 120.1404363, 30.4335401 ], [ 120.1441472, 30.4344608 ] ], [ [ 120.1441472, 30.4344608 ], [ 120.1466551, 30.4347654 ] ], [ [ 120.1466551, 30.4347654 ], [ 120.1522515, 30.4354351 ] ], [ [ 120.1459929, 30.4466116 ], [ 120.1461778, 30.4466495 ] ], [ [ 120.1461778, 30.4466495 ], [ 120.1475823, 30.4470424 ] ], [ [ 120.1475823, 30.4470424 ], [ 120.1489252, 30.4473916 ] ], [ [ 120.1489252, 30.4473916 ], [ 120.14962, 30.4475262 ] ], [ [ 120.14962, 30.4475262 ], [ 120.1497525, 30.4475571 ] ], [ [ 120.1497525, 30.4475571 ], [ 120.1500563, 30.447628 ] ], [ [ 120.1500563, 30.447628 ], [ 120.1504854, 30.4477281 ] ], [ [ 120.1504854, 30.4477281 ], [ 120.1510326, 30.4477852 ] ], [ [ 120.1510326, 30.4477852 ], [ 120.1519195, 30.4479239 ] ], [ [ 120.1519195, 30.4479239 ], [ 120.1529262, 30.4480981 ] ], [ [ 120.1529262, 30.4480981 ], [ 120.1550756, 30.4486284 ] ], [ [ 120.1550756, 30.4486284 ], [ 120.1571856, 30.4490785 ] ], [ [ 120.1571856, 30.4490785 ], [ 120.1576584, 30.449196 ] ], [ [ 120.1310139, 30.4097899 ], [ 120.1311851, 30.4097083 ] ], [ [ 120.1311851, 30.4097083 ], [ 120.1320326, 30.4095926 ] ], [ [ 120.1320326, 30.4095926 ], [ 120.1336453, 30.4094152 ] ], [ [ 120.1398774, 30.4039384 ], [ 120.1398661, 30.4042262 ] ], [ [ 120.1398661, 30.4042262 ], [ 120.1398601, 30.4043785 ] ], [ [ 120.1398601, 30.4043785 ], [ 120.139843, 30.404813 ] ], [ [ 120.139843, 30.404813 ], [ 120.1399097, 30.4067481 ] ], [ [ 120.1399097, 30.4067481 ], [ 120.139912, 30.4068162 ] ], [ [ 120.139912, 30.4068162 ], [ 120.1398966, 30.4075915 ] ], [ [ 120.1398966, 30.4075915 ], [ 120.1398942, 30.4077642 ] ], [ [ 120.1398942, 30.4077642 ], [ 120.1399126, 30.4081591 ] ], [ [ 120.1399126, 30.4081591 ], [ 120.1399185, 30.4095554 ] ], [ [ 120.1399185, 30.4095554 ], [ 120.1399193, 30.4097363 ] ], [ [ 120.1399193, 30.4097363 ], [ 120.13992, 30.4099028 ] ], [ [ 120.13992, 30.4099028 ], [ 120.1399208, 30.4101062 ] ], [ [ 120.1399208, 30.4101062 ], [ 120.1399213, 30.4102148 ] ], [ [ 120.1399213, 30.4102148 ], [ 120.1399387, 30.4118652 ] ], [ [ 120.1399387, 30.4118652 ], [ 120.139926, 30.4120306 ] ], [ [ 120.139926, 30.4120306 ], [ 120.1399143, 30.4121836 ] ], [ [ 120.1399143, 30.4121836 ], [ 120.1399116, 30.4124369 ] ], [ [ 120.1399116, 30.4124369 ], [ 120.1398868, 30.4128485 ] ], [ [ 120.1398868, 30.4128485 ], [ 120.1398786, 30.4129844 ] ], [ [ 120.1398786, 30.4129844 ], [ 120.1398784, 30.4130822 ] ], [ [ 120.1398784, 30.4130822 ], [ 120.1398778, 30.4134482 ] ], [ [ 120.1398778, 30.4134482 ], [ 120.1397908, 30.4137933 ] ], [ [ 120.1397908, 30.4137933 ], [ 120.1390435, 30.4156618 ] ], [ [ 120.1390435, 30.4156618 ], [ 120.1388795, 30.4160718 ] ], [ [ 120.1388795, 30.4160718 ], [ 120.1386588, 30.4166236 ] ], [ [ 120.1386588, 30.4166236 ], [ 120.1385566, 30.4168792 ] ], [ [ 120.1385566, 30.4168792 ], [ 120.1382449, 30.4176585 ] ], [ [ 120.1382449, 30.4176585 ], [ 120.1375818, 30.4191345 ] ], [ [ 120.1375818, 30.4191345 ], [ 120.1361647, 30.4193492 ] ], [ [ 120.1361647, 30.4193492 ], [ 120.1357473, 30.4194125 ] ], [ [ 120.1357473, 30.4194125 ], [ 120.1353525, 30.4194723 ] ], [ [ 120.1353525, 30.4194723 ], [ 120.1351762, 30.419499 ] ], [ [ 120.1351762, 30.419499 ], [ 120.1324582, 30.4198141 ] ], [ [ 120.1324582, 30.4198141 ], [ 120.1322161, 30.4198422 ] ], [ [ 120.1322161, 30.4198422 ], [ 120.1312835, 30.4199503 ] ], [ [ 120.1384413, 30.4483041 ], [ 120.1385209, 30.4469834 ] ], [ [ 120.1385209, 30.4469834 ], [ 120.1385316, 30.4465302 ] ], [ [ 120.1385316, 30.4465302 ], [ 120.1385699, 30.4452504 ] ], [ [ 120.1385699, 30.4452504 ], [ 120.1385416, 30.44475 ] ], [ [ 120.1385416, 30.44475 ], [ 120.1385287, 30.4445237 ] ], [ [ 120.1385287, 30.4445237 ], [ 120.1385231, 30.444424 ] ], [ [ 120.1385231, 30.444424 ], [ 120.138453, 30.4435874 ] ], [ [ 120.1384336, 30.4531499 ], [ 120.1384314, 30.4526731 ] ], [ [ 120.1384314, 30.4526731 ], [ 120.1384348, 30.4511868 ] ], [ [ 120.1384348, 30.4511868 ], [ 120.1384413, 30.4483041 ] ], [ [ 120.1563783, 30.435948 ], [ 120.1522515, 30.4354351 ] ], [ [ 120.1563783, 30.435948 ], [ 120.1560744, 30.4369074 ] ], [ [ 120.1560744, 30.4369074 ], [ 120.1553799, 30.4381441 ] ], [ [ 120.1553799, 30.4381441 ], [ 120.1553102, 30.438269 ] ], [ [ 120.1553102, 30.438269 ], [ 120.1552874, 30.4383835 ] ], [ [ 120.1552874, 30.4383835 ], [ 120.1553182, 30.4385557 ] ], [ [ 120.1553182, 30.4385557 ], [ 120.155387, 30.4387817 ] ], [ [ 120.155387, 30.4387817 ], [ 120.1554424, 30.4389641 ] ], [ [ 120.1554424, 30.4389641 ], [ 120.1555451, 30.4393017 ] ], [ [ 120.1555451, 30.4393017 ], [ 120.1558673, 30.440269 ] ], [ [ 120.1558673, 30.440269 ], [ 120.1561909, 30.4412537 ] ], [ [ 120.1561909, 30.4412537 ], [ 120.1563788, 30.4418508 ] ], [ [ 120.1563788, 30.4418508 ], [ 120.156435, 30.4420293 ] ], [ [ 120.156435, 30.4420293 ], [ 120.1566438, 30.4426926 ] ], [ [ 120.1566438, 30.4426926 ], [ 120.1567945, 30.4431422 ] ], [ [ 120.1567945, 30.4431422 ], [ 120.1570272, 30.4437487 ] ], [ [ 120.1570272, 30.4437487 ], [ 120.1571222, 30.4439627 ] ], [ [ 120.1571222, 30.4439627 ], [ 120.1571862, 30.4441067 ] ], [ [ 120.1571862, 30.4441067 ], [ 120.1572488, 30.4442478 ] ], [ [ 120.1572488, 30.4442478 ], [ 120.1577816, 30.4454479 ] ], [ [ 120.1577816, 30.4454479 ], [ 120.158272, 30.4463503 ] ], [ [ 120.158272, 30.4463503 ], [ 120.1583474, 30.4465698 ] ], [ [ 120.1583474, 30.4465698 ], [ 120.158502, 30.4475333 ] ], [ [ 120.158502, 30.4475333 ], [ 120.1585319, 30.4477199 ] ], [ [ 120.1585319, 30.4477199 ], [ 120.1587152, 30.4488624 ] ], [ [ 120.1587152, 30.4488624 ], [ 120.1588015, 30.4493311 ] ], [ [ 120.1588015, 30.4493311 ], [ 120.1576584, 30.449196 ] ], [ [ 120.1588015, 30.4493311 ], [ 120.1590096, 30.4505085 ] ], [ [ 120.1590096, 30.4505085 ], [ 120.1590736, 30.4508704 ] ], [ [ 120.1590736, 30.4508704 ], [ 120.1591447, 30.451914 ] ], [ [ 120.1525618, 30.4615879 ], [ 120.1530571, 30.4619614 ] ], [ [ 120.1530571, 30.4619614 ], [ 120.1535678, 30.4622482 ] ], [ [ 120.1535678, 30.4622482 ], [ 120.1540786, 30.462455 ] ], [ [ 120.1540786, 30.462455 ], [ 120.1543912, 30.4625512 ] ], [ [ 120.1543912, 30.4625512 ], [ 120.154837, 30.4626885 ] ], [ [ 120.154837, 30.4626885 ], [ 120.1569729, 30.4628486 ] ], [ [ 120.1569729, 30.4628486 ], [ 120.1590856, 30.4628886 ] ], [ [ 120.1590856, 30.4628886 ], [ 120.1605503, 30.4629286 ] ], [ [ 120.1660347, 30.3812514 ], [ 120.1668112, 30.3821312 ] ], [ [ 120.1668112, 30.3821312 ], [ 120.1670241, 30.3823733 ] ], [ [ 120.1670241, 30.3823733 ], [ 120.1674954, 30.3829093 ] ], [ [ 120.1674954, 30.3829093 ], [ 120.1681634, 30.3836688 ] ], [ [ 120.1681634, 30.3836688 ], [ 120.1683192, 30.383846 ] ], [ [ 120.1683192, 30.383846 ], [ 120.168566, 30.384319 ] ], [ [ 120.168566, 30.384319 ], [ 120.1686482, 30.3847329 ] ], [ [ 120.1686482, 30.3847329 ], [ 120.1686345, 30.385135 ] ], [ [ 120.1686345, 30.385135 ], [ 120.1685874, 30.3854988 ] ], [ [ 120.1685874, 30.3854988 ], [ 120.1685515, 30.3856372 ] ], [ [ 120.1680754, 30.3875238 ], [ 120.1681325, 30.3872955 ] ], [ [ 120.1681325, 30.3872955 ], [ 120.1683229, 30.386488 ] ], [ [ 120.1683229, 30.386488 ], [ 120.1685515, 30.3856372 ] ], [ [ 120.1595433, 30.3877268 ], [ 120.1622753, 30.3875863 ] ], [ [ 120.1622753, 30.3875863 ], [ 120.1634178, 30.3875269 ] ], [ [ 120.1634178, 30.3875269 ], [ 120.1647441, 30.3874897 ] ], [ [ 120.1647441, 30.3874897 ], [ 120.1655719, 30.387483 ] ], [ [ 120.1655719, 30.387483 ], [ 120.1668255, 30.3874729 ] ], [ [ 120.1668255, 30.3874729 ], [ 120.1670328, 30.3874818 ] ], [ [ 120.1670328, 30.3874818 ], [ 120.167362, 30.3874984 ] ], [ [ 120.167362, 30.3874984 ], [ 120.1680754, 30.3875238 ] ], [ [ 120.1765136, 30.3859503 ], [ 120.176405, 30.3882197 ] ], [ [ 120.176405, 30.3882197 ], [ 120.176433, 30.3887765 ] ], [ [ 120.172641, 30.3881472 ], [ 120.1719359, 30.3880428 ] ], [ [ 120.1719359, 30.3880428 ], [ 120.1716226, 30.3879993 ] ], [ [ 120.1716226, 30.3879993 ], [ 120.1703581, 30.387801 ] ], [ [ 120.1703581, 30.387801 ], [ 120.1700762, 30.3877649 ] ], [ [ 120.1700762, 30.3877649 ], [ 120.1685743, 30.3875724 ] ], [ [ 120.1685743, 30.3875724 ], [ 120.1680754, 30.3875238 ] ], [ [ 120.172641, 30.3881472 ], [ 120.1727358, 30.3881612 ] ], [ [ 120.1727358, 30.3881612 ], [ 120.1739694, 30.3883313 ] ], [ [ 120.1739694, 30.3883313 ], [ 120.176433, 30.3887765 ] ], [ [ 120.1759139, 30.3930115 ], [ 120.1762517, 30.3915507 ] ], [ [ 120.1762517, 30.3915507 ], [ 120.176294, 30.3908615 ] ], [ [ 120.176294, 30.3908615 ], [ 120.1763672, 30.3896703 ] ], [ [ 120.1763672, 30.3896703 ], [ 120.176433, 30.3887765 ] ], [ [ 120.1680754, 30.3875238 ], [ 120.1678232, 30.388588 ] ], [ [ 120.1678232, 30.388588 ], [ 120.1674777, 30.3900417 ] ], [ [ 120.1674777, 30.3900417 ], [ 120.1671647, 30.3913583 ] ], [ [ 120.1671647, 30.3913583 ], [ 120.1664705, 30.3934715 ] ], [ [ 120.1664705, 30.3934715 ], [ 120.1661373, 30.3946821 ] ], [ [ 120.1661373, 30.3946821 ], [ 120.1657786, 30.3960698 ] ], [ [ 120.1657786, 30.3960698 ], [ 120.1657664, 30.3961169 ] ], [ [ 120.1657664, 30.3961169 ], [ 120.1652568, 30.3980705 ] ], [ [ 120.1601483, 30.4126422 ], [ 120.1605044, 30.4126921 ] ], [ [ 120.1605044, 30.4126921 ], [ 120.1607108, 30.4127295 ] ], [ [ 120.1607108, 30.4127295 ], [ 120.1610089, 30.4127629 ] ], [ [ 120.1610089, 30.4127629 ], [ 120.1612166, 30.412792 ] ], [ [ 120.1612166, 30.412792 ], [ 120.1620008, 30.412902 ] ], [ [ 120.1620008, 30.412902 ], [ 120.1623579, 30.4129521 ] ], [ [ 120.1623579, 30.4129521 ], [ 120.1633639, 30.4130932 ] ], [ [ 120.1633639, 30.4130932 ], [ 120.1638348, 30.4131592 ] ], [ [ 120.1638348, 30.4131592 ], [ 120.1645315, 30.4132569 ] ], [ [ 120.1645315, 30.4132569 ], [ 120.1651289, 30.4133407 ] ], [ [ 120.1719775, 30.4143028 ], [ 120.1715023, 30.4142302 ] ], [ [ 120.1715023, 30.4142302 ], [ 120.1707987, 30.4141226 ] ], [ [ 120.1707987, 30.4141226 ], [ 120.1696702, 30.4139501 ] ], [ [ 120.1696702, 30.4139501 ], [ 120.1686826, 30.4137992 ] ], [ [ 120.1686826, 30.4137992 ], [ 120.1685019, 30.4137716 ] ], [ [ 120.1685019, 30.4137716 ], [ 120.1681547, 30.4137185 ] ], [ [ 120.1681547, 30.4137185 ], [ 120.1680406, 30.4137102 ] ], [ [ 120.1680406, 30.4137102 ], [ 120.1679866, 30.4137062 ] ], [ [ 120.1679866, 30.4137062 ], [ 120.1678254, 30.4136888 ] ], [ [ 120.1678254, 30.4136888 ], [ 120.1676173, 30.4136793 ] ], [ [ 120.1676173, 30.4136793 ], [ 120.1675923, 30.4136774 ] ], [ [ 120.1675923, 30.4136774 ], [ 120.16746, 30.4136677 ] ], [ [ 120.16746, 30.4136677 ], [ 120.1669839, 30.4136009 ] ], [ [ 120.1669839, 30.4136009 ], [ 120.1666958, 30.4135605 ] ], [ [ 120.1666958, 30.4135605 ], [ 120.1664935, 30.4135321 ] ], [ [ 120.1664935, 30.4135321 ], [ 120.1662586, 30.4134992 ] ], [ [ 120.1662586, 30.4134992 ], [ 120.1657534, 30.4134283 ] ], [ [ 120.1657534, 30.4134283 ], [ 120.165466, 30.413388 ] ], [ [ 120.165466, 30.413388 ], [ 120.1653425, 30.4133707 ] ], [ [ 120.1653425, 30.4133707 ], [ 120.1651289, 30.4133407 ] ], [ [ 120.1569463, 30.404034 ], [ 120.1573851, 30.4041361 ], [ 120.1574577, 30.4041455 ], [ 120.1576717, 30.4041601 ] ], [ [ 120.1576717, 30.4041601 ], [ 120.157882, 30.4041745 ] ], [ [ 120.1576421, 30.4043985 ], [ 120.1574627, 30.4043807 ], [ 120.1572491, 30.404352 ], [ 120.1568093, 30.4042417 ] ], [ [ 120.1578283, 30.404417 ], [ 120.1576421, 30.4043985 ] ], [ [ 120.1625354, 30.4082662 ], [ 120.1611454, 30.4080885 ] ], [ [ 120.1611454, 30.4080885 ], [ 120.159147, 30.4078331 ] ], [ [ 120.159147, 30.4078331 ], [ 120.1589304, 30.4077928 ] ], [ [ 120.1589304, 30.4077928 ], [ 120.1585428, 30.4077208 ] ], [ [ 120.1585428, 30.4077208 ], [ 120.157537, 30.4074605 ] ], [ [ 120.1716093, 30.3928156 ], [ 120.1715321, 30.3931802 ] ], [ [ 120.1715321, 30.3931802 ], [ 120.1711741, 30.3948704 ] ], [ [ 120.1711741, 30.3948704 ], [ 120.1711586, 30.3949333 ] ], [ [ 120.1711586, 30.3949333 ], [ 120.1711446, 30.3949965 ] ], [ [ 120.1711446, 30.3949965 ], [ 120.1710285, 30.3955591 ] ], [ [ 120.1710285, 30.3955591 ], [ 120.1709975, 30.3957423 ] ], [ [ 120.1709975, 30.3957423 ], [ 120.1709642, 30.3959385 ] ], [ [ 120.1709642, 30.3959385 ], [ 120.1709678, 30.3960309 ] ], [ [ 120.1709678, 30.3960309 ], [ 120.170976, 30.3962443 ] ], [ [ 120.170976, 30.3962443 ], [ 120.1709831, 30.3964274 ] ], [ [ 120.1709831, 30.3964274 ], [ 120.1709963, 30.3967714 ] ], [ [ 120.1709963, 30.3967714 ], [ 120.1710822, 30.3975302 ] ], [ [ 120.1710822, 30.3975302 ], [ 120.1712109, 30.3979282 ] ], [ [ 120.1712109, 30.3979282 ], [ 120.1712109, 30.3980577 ] ], [ [ 120.1712109, 30.3980577 ], [ 120.1711205, 30.3985647 ] ], [ [ 120.1711205, 30.3985647 ], [ 120.1710841, 30.3987685 ] ], [ [ 120.1710841, 30.3987685 ], [ 120.1709749, 30.399381 ] ], [ [ 120.1709749, 30.399381 ], [ 120.1707845, 30.4006542 ] ], [ [ 120.1707845, 30.4006542 ], [ 120.1705705, 30.4020851 ] ], [ [ 120.1705705, 30.4020851 ], [ 120.1705506, 30.4022182 ] ], [ [ 120.1705506, 30.4022182 ], [ 120.1704115, 30.4028964 ] ], [ [ 120.1704115, 30.4028964 ], [ 120.1703822, 30.4030394 ] ], [ [ 120.1703822, 30.4030394 ], [ 120.1703525, 30.4031841 ] ], [ [ 120.1703525, 30.4031841 ], [ 120.1703154, 30.4035248 ] ], [ [ 120.1702901, 30.4037651 ], [ 120.1703154, 30.4035248 ] ], [ [ 120.1719775, 30.4143028 ], [ 120.1719903, 30.4140416 ] ], [ [ 120.1719903, 30.4140416 ], [ 120.1720008, 30.4138281 ] ], [ [ 120.1720008, 30.4138281 ], [ 120.1720332, 30.4131672 ] ], [ [ 120.1720332, 30.4131672 ], [ 120.1720436, 30.4129553 ] ], [ [ 120.1720436, 30.4129553 ], [ 120.1720684, 30.4124483 ] ], [ [ 120.1720684, 30.4124483 ], [ 120.1720705, 30.4124064 ] ], [ [ 120.1720705, 30.4124064 ], [ 120.1720911, 30.4119873 ] ], [ [ 120.1720911, 30.4119873 ], [ 120.1721593, 30.4105947 ] ], [ [ 120.1721593, 30.4105947 ], [ 120.1721752, 30.410271 ] ], [ [ 120.1721752, 30.410271 ], [ 120.1721795, 30.4101828 ] ], [ [ 120.1721795, 30.4101828 ], [ 120.1722038, 30.4096877 ] ], [ [ 120.1722038, 30.4096877 ], [ 120.172215, 30.4094597 ] ], [ [ 120.172215, 30.4094597 ], [ 120.172228, 30.4091952 ] ], [ [ 120.172228, 30.4091952 ], [ 120.1722308, 30.409139 ] ], [ [ 120.1722308, 30.409139 ], [ 120.1722429, 30.4088918 ] ], [ [ 120.1722429, 30.4088918 ], [ 120.1722605, 30.4085318 ] ], [ [ 120.1722605, 30.4085318 ], [ 120.1722868, 30.4079784 ] ], [ [ 120.1722868, 30.4079784 ], [ 120.1722915, 30.407879 ] ], [ [ 120.1722915, 30.407879 ], [ 120.172306, 30.4075743 ] ], [ [ 120.172306, 30.4075743 ], [ 120.1723525, 30.4065934 ] ], [ [ 120.1723525, 30.4065934 ], [ 120.1723607, 30.4064212 ] ], [ [ 120.1723607, 30.4064212 ], [ 120.1723705, 30.4062142 ] ], [ [ 120.1723705, 30.4062142 ], [ 120.1724045, 30.4054981 ] ], [ [ 120.1724045, 30.4054981 ], [ 120.1724378, 30.4047979 ] ], [ [ 120.1724378, 30.4047979 ], [ 120.172413, 30.404697 ] ], [ [ 120.172413, 30.404697 ], [ 120.1722783, 30.4046144 ] ], [ [ 120.1722783, 30.4046144 ], [ 120.1704006, 30.4042168 ] ], [ [ 120.1704006, 30.4042168 ], [ 120.1702981, 30.4041461 ] ], [ [ 120.1702981, 30.4041461 ], [ 120.1702633, 30.4040786 ] ], [ [ 120.1702633, 30.4040786 ], [ 120.1702901, 30.4037651 ] ], [ [ 120.1726344, 30.4196303 ], [ 120.1725622, 30.4194422 ] ], [ [ 120.1725622, 30.4194422 ], [ 120.1725465, 30.4193422 ] ], [ [ 120.1725465, 30.4193422 ], [ 120.1725408, 30.419306 ] ], [ [ 120.1725408, 30.419306 ], [ 120.1725294, 30.4192404 ] ], [ [ 120.1725294, 30.4192404 ], [ 120.1724805, 30.4189597 ] ], [ [ 120.1724805, 30.4189597 ], [ 120.1724577, 30.4187283 ] ], [ [ 120.1724577, 30.4187283 ], [ 120.1724, 30.4181413 ] ], [ [ 120.1724, 30.4181413 ], [ 120.1723927, 30.4180508 ] ], [ [ 120.1723927, 30.4180508 ], [ 120.1723653, 30.4177137 ] ], [ [ 120.1723653, 30.4177137 ], [ 120.172338, 30.4173767 ] ], [ [ 120.172338, 30.4173767 ], [ 120.1722754, 30.4166053 ] ], [ [ 120.1722754, 30.4166053 ], [ 120.1722453, 30.4157154 ] ], [ [ 120.1722453, 30.4157154 ], [ 120.1722433, 30.4156563 ] ], [ [ 120.1722433, 30.4156563 ], [ 120.1720076, 30.4150163 ] ], [ [ 120.1720076, 30.4150163 ], [ 120.1720055, 30.4149669 ] ], [ [ 120.1720055, 30.4149669 ], [ 120.1719775, 30.4143028 ] ], [ [ 120.1667806, 30.4500074 ], [ 120.1676088, 30.4500332 ] ], [ [ 120.1676088, 30.4500332 ], [ 120.1702076, 30.4501142 ] ], [ [ 120.1702076, 30.4501142 ], [ 120.1707547, 30.4500875 ] ], [ [ 120.1707547, 30.4500875 ], [ 120.1717972, 30.449954 ] ], [ [ 120.1717972, 30.449954 ], [ 120.1718849, 30.449954 ] ], [ [ 120.1718849, 30.449954 ], [ 120.1720346, 30.449954 ] ], [ [ 120.1720346, 30.449954 ], [ 120.1726811, 30.4499737 ] ], [ [ 120.1651289, 30.4133407 ], [ 120.1651315, 30.4142672 ] ], [ [ 120.1651315, 30.4142672 ], [ 120.1651333, 30.4148873 ] ], [ [ 120.1651333, 30.4148873 ], [ 120.1651335, 30.414969 ] ], [ [ 120.1651335, 30.414969 ], [ 120.1651359, 30.4158 ] ], [ [ 120.1651359, 30.4158 ], [ 120.165137, 30.4161885 ] ], [ [ 120.165137, 30.4161885 ], [ 120.165138, 30.4165383 ] ], [ [ 120.165138, 30.4165383 ], [ 120.1651392, 30.4169739 ] ], [ [ 120.1651392, 30.4169739 ], [ 120.1651399, 30.4172181 ] ], [ [ 120.1651399, 30.4172181 ], [ 120.1651405, 30.4174145 ] ], [ [ 120.1576084, 30.4331228 ], [ 120.1610796, 30.4328494 ] ], [ [ 120.1610796, 30.4328494 ], [ 120.161172, 30.432854 ] ], [ [ 120.161172, 30.432854 ], [ 120.1622906, 30.4329084 ] ], [ [ 120.1622906, 30.4329084 ], [ 120.1625656, 30.4329165 ] ], [ [ 120.1625656, 30.4329165 ], [ 120.1647049, 30.43307 ] ], [ [ 120.1647049, 30.43307 ], [ 120.1650108, 30.4330773 ] ], [ [ 120.1650108, 30.4330773 ], [ 120.1672481, 30.4331309 ] ], [ [ 120.1672481, 30.4331309 ], [ 120.168497, 30.4335993 ] ], [ [ 120.168497, 30.4335993 ], [ 120.1722286, 30.4349989 ] ], [ [ 120.1722286, 30.4349989 ], [ 120.1732529, 30.4351511 ] ], [ [ 120.1666989, 30.4500011 ], [ 120.1661199, 30.4499759 ] ], [ [ 120.1661199, 30.4499759 ], [ 120.1657176, 30.449987 ] ], [ [ 120.1657176, 30.449987 ], [ 120.1650835, 30.4499891 ] ], [ [ 120.1650835, 30.4499891 ], [ 120.1634038, 30.4498434 ] ], [ [ 120.1634038, 30.4498434 ], [ 120.1605572, 30.4495265 ] ], [ [ 120.1605572, 30.4495265 ], [ 120.1588015, 30.4493311 ] ], [ [ 120.1667806, 30.4500074 ], [ 120.1666989, 30.4500011 ] ], [ [ 120.1667806, 30.4500074 ], [ 120.1667378, 30.4517016 ], [ 120.166729, 30.4523032 ], [ 120.1666836, 30.4533691 ], [ 120.1666668, 30.4537625 ] ], [ [ 120.1665166, 30.4537726 ], [ 120.1665277, 30.4534081 ], [ 120.1665742, 30.4524099 ], [ 120.1666112, 30.4516956 ], [ 120.1666989, 30.4500011 ] ], [ [ 120.1665166, 30.4537726 ], [ 120.1657134, 30.4537489 ] ], [ [ 120.1657134, 30.4537489 ], [ 120.1648468, 30.4537233 ] ], [ [ 120.1648468, 30.4537233 ], [ 120.1643969, 30.45371 ] ], [ [ 120.1643969, 30.45371 ], [ 120.1633342, 30.4536786 ] ], [ [ 120.1633342, 30.4536786 ], [ 120.1624382, 30.4536728 ] ], [ [ 120.1624382, 30.4536728 ], [ 120.161208, 30.4536648 ] ], [ [ 120.161208, 30.4536648 ], [ 120.1609728, 30.4536511 ] ], [ [ 120.1609728, 30.4536511 ], [ 120.1603962, 30.4536175 ] ], [ [ 120.1603962, 30.4536175 ], [ 120.1595033, 30.4535654 ] ], [ [ 120.1665166, 30.4537726 ], [ 120.1666668, 30.4537625 ] ], [ [ 120.1666668, 30.4537625 ], [ 120.1666288, 30.4546511 ], [ 120.1666007, 30.4553098 ], [ 120.1665668, 30.456105 ], [ 120.1665529, 30.4564293 ], [ 120.1665255, 30.4571435 ] ], [ [ 120.1664098, 30.4571458 ], [ 120.1664221, 30.4568714 ], [ 120.1664302, 30.456605 ], [ 120.1665166, 30.4537726 ] ], [ [ 120.1600671, 30.4568959 ], [ 120.1614833, 30.4569517 ] ], [ [ 120.1614833, 30.4569517 ], [ 120.1664098, 30.4571458 ] ], [ [ 120.1664098, 30.4571458 ], [ 120.1665255, 30.4571435 ] ], [ [ 120.1819839, 30.4516187 ], [ 120.1807156, 30.4517159 ] ], [ [ 120.1807156, 30.4517159 ], [ 120.1799621, 30.451796 ] ], [ [ 120.1799621, 30.451796 ], [ 120.179051, 30.4514982 ] ], [ [ 120.179051, 30.4514982 ], [ 120.1783594, 30.4512722 ] ], [ [ 120.1783594, 30.4512722 ], [ 120.1781838, 30.4512148 ] ], [ [ 120.1781838, 30.4512148 ], [ 120.1780835, 30.451182 ] ], [ [ 120.1780835, 30.451182 ], [ 120.1761326, 30.4507637 ] ], [ [ 120.1761326, 30.4507637 ], [ 120.173521, 30.4506837 ] ], [ [ 120.173521, 30.4506837 ], [ 120.1731288, 30.4506659 ] ], [ [ 120.1731288, 30.4506659 ], [ 120.1726746, 30.4505057 ] ], [ [ 120.1726746, 30.4505057 ], [ 120.1726351, 30.4503119 ] ], [ [ 120.1726351, 30.4503119 ], [ 120.1726508, 30.4501967 ] ], [ [ 120.1726508, 30.4501967 ], [ 120.1726811, 30.4499737 ] ], [ [ 120.1809888, 30.4693411 ], [ 120.1809602, 30.4694882 ] ], [ [ 120.2143441, 30.3432038 ], [ 120.2142477, 30.3438445 ] ], [ [ 120.2142477, 30.3438445 ], [ 120.2142277, 30.3439774 ] ], [ [ 120.2142277, 30.3439774 ], [ 120.2140256, 30.3453205 ] ], [ [ 120.2140256, 30.3453205 ], [ 120.2140066, 30.3454469 ] ], [ [ 120.2140066, 30.3454469 ], [ 120.2138265, 30.3466439 ] ], [ [ 120.2162698, 30.3469358 ], [ 120.215605, 30.3468801 ] ], [ [ 120.215605, 30.3468801 ], [ 120.2147243, 30.3468147 ] ], [ [ 120.2147243, 30.3468147 ], [ 120.2141332, 30.3467132 ] ], [ [ 120.2141332, 30.3467132 ], [ 120.2138265, 30.3466439 ] ], [ [ 120.216401, 30.3469467 ], [ 120.2162698, 30.3469358 ] ], [ [ 120.2138265, 30.3466439 ], [ 120.2137042, 30.3473995 ] ], [ [ 120.2137042, 30.3473995 ], [ 120.2136647, 30.3476809 ] ], [ [ 120.2136647, 30.3476809 ], [ 120.2136054, 30.3479197 ] ], [ [ 120.2136054, 30.3479197 ], [ 120.2135461, 30.3481415 ] ], [ [ 120.2135461, 30.3481415 ], [ 120.213467, 30.3483462 ] ], [ [ 120.213467, 30.3483462 ], [ 120.2132773, 30.3487481 ] ], [ [ 120.2132773, 30.3487481 ], [ 120.2131986, 30.3489149 ] ], [ [ 120.2131986, 30.3489149 ], [ 120.2126001, 30.3501831 ] ], [ [ 120.2126001, 30.3501831 ], [ 120.2125127, 30.3503683 ] ], [ [ 120.2072283, 30.3451236 ], [ 120.2053353, 30.3451445 ], [ 120.2034926, 30.3451058 ] ], [ [ 120.2073767, 30.3451027 ], [ 120.2076428, 30.3451694 ] ], [ [ 120.2076428, 30.3451694 ], [ 120.2079906, 30.3452571 ] ], [ [ 120.2079906, 30.3452571 ], [ 120.2083135, 30.3453348 ] ], [ [ 120.2083135, 30.3453348 ], [ 120.2084832, 30.3453757 ] ], [ [ 120.2084832, 30.3453757 ], [ 120.2095131, 30.3456236 ] ], [ [ 120.2095131, 30.3456236 ], [ 120.2105721, 30.3458785 ] ], [ [ 120.2105721, 30.3458785 ], [ 120.2112146, 30.3460332 ] ], [ [ 120.2112146, 30.3460332 ], [ 120.2118098, 30.3461724 ] ], [ [ 120.2118098, 30.3461724 ], [ 120.2138265, 30.3466439 ] ], [ [ 120.2112146, 30.3460332 ], [ 120.2108911, 30.3475211 ] ], [ [ 120.2108911, 30.3475211 ], [ 120.2108309, 30.3478494 ] ], [ [ 120.2108309, 30.3478494 ], [ 120.2106642, 30.3486968 ] ], [ [ 120.2106642, 30.3486968 ], [ 120.210394, 30.3500092 ] ], [ [ 120.2073455, 30.3495053 ], [ 120.208071, 30.3496254 ] ], [ [ 120.208071, 30.3496254 ], [ 120.210394, 30.3500092 ] ], [ [ 120.2267979, 30.3466751 ], [ 120.226399, 30.3472897 ] ], [ [ 120.226399, 30.3472897 ], [ 120.225752, 30.3483433 ] ], [ [ 120.225752, 30.3483433 ], [ 120.2255439, 30.3486534 ] ], [ [ 120.2255439, 30.3486534 ], [ 120.2251657, 30.3492171 ] ], [ [ 120.2251657, 30.3492171 ], [ 120.2247774, 30.3498142 ] ], [ [ 120.2153244, 30.3516686 ], [ 120.215813, 30.3513466 ] ], [ [ 120.215813, 30.3513466 ], [ 120.2167615, 30.3506486 ] ], [ [ 120.2167615, 30.3506486 ], [ 120.2181704, 30.349632 ] ], [ [ 120.2181704, 30.349632 ], [ 120.2193107, 30.3490858 ] ], [ [ 120.2193107, 30.3490858 ], [ 120.2197946, 30.3489094 ] ], [ [ 120.2197946, 30.3489094 ], [ 120.2200522, 30.3488874 ] ], [ [ 120.2144071, 30.3509665 ], [ 120.2138983, 30.3506865 ] ], [ [ 120.2138983, 30.3506865 ], [ 120.2136618, 30.3505821 ] ], [ [ 120.2136618, 30.3505821 ], [ 120.2134101, 30.3505093 ] ], [ [ 120.2134101, 30.3505093 ], [ 120.2131055, 30.3504577 ] ], [ [ 120.2131055, 30.3504577 ], [ 120.2125127, 30.3503683 ] ], [ [ 120.2145251, 30.3510415 ], [ 120.2144071, 30.3509665 ] ], [ [ 120.2125127, 30.3503683 ], [ 120.210394, 30.3500092 ] ], [ [ 120.2094978, 30.3520445 ], [ 120.2095418, 30.3518159 ] ], [ [ 120.2095418, 30.3518159 ], [ 120.2096866, 30.3514942 ] ], [ [ 120.2096866, 30.3514942 ], [ 120.2099084, 30.35102 ] ], [ [ 120.2099084, 30.35102 ], [ 120.210394, 30.3500092 ] ], [ [ 120.2247774, 30.3498142 ], [ 120.2246326, 30.3500009 ] ], [ [ 120.2246326, 30.3500009 ], [ 120.2245349, 30.350212 ] ], [ [ 120.2245349, 30.350212 ], [ 120.2244773, 30.3504028 ] ], [ [ 120.2244773, 30.3504028 ], [ 120.2244811, 30.3506912 ] ], [ [ 120.2244811, 30.3506912 ], [ 120.2245751, 30.3509475 ] ], [ [ 120.2245751, 30.3509475 ], [ 120.2247616, 30.3512091 ] ], [ [ 120.2247616, 30.3512091 ], [ 120.2250232, 30.3514265 ] ], [ [ 120.2250232, 30.3514265 ], [ 120.225148, 30.3514855 ] ], [ [ 120.225148, 30.3514855 ], [ 120.2253184, 30.3515661 ] ], [ [ 120.2253184, 30.3515661 ], [ 120.2276891, 30.3525545 ] ], [ [ 120.2189086, 30.3522369 ], [ 120.2195525, 30.352352 ] ], [ [ 120.2195525, 30.352352 ], [ 120.2197853, 30.3523936 ] ], [ [ 120.2197853, 30.3523936 ], [ 120.2201288, 30.352455 ] ], [ [ 120.2201288, 30.352455 ], [ 120.2218566, 30.3527639 ] ], [ [ 120.2218566, 30.3527639 ], [ 120.2224003, 30.3529512 ] ], [ [ 120.2224003, 30.3529512 ], [ 120.2226497, 30.3530345 ] ], [ [ 120.2226497, 30.3530345 ], [ 120.2230981, 30.3531845 ] ], [ [ 120.2230981, 30.3531845 ], [ 120.2232612, 30.3532363 ] ], [ [ 120.2153244, 30.3516686 ], [ 120.2163306, 30.3518241 ] ], [ [ 120.2163306, 30.3518241 ], [ 120.2187341, 30.3521956 ] ], [ [ 120.2189086, 30.3522369 ], [ 120.2187341, 30.3521956 ] ], [ [ 120.2139083, 30.3528014 ], [ 120.2141726, 30.3525925 ] ], [ [ 120.2141726, 30.3525925 ], [ 120.2144448, 30.3523564 ] ], [ [ 120.2144448, 30.3523564 ], [ 120.2150075, 30.3519073 ] ], [ [ 120.2150075, 30.3519073 ], [ 120.2153244, 30.3516686 ] ], [ [ 120.2094978, 30.3520445 ], [ 120.2094868, 30.3521734 ] ], [ [ 120.2087961, 30.3540569 ], [ 120.2091668, 30.3530459 ] ], [ [ 120.2091668, 30.3530459 ], [ 120.2093178, 30.3526342 ] ], [ [ 120.2093178, 30.3526342 ], [ 120.2094868, 30.3521734 ] ], [ [ 120.2062582, 30.3534177 ], [ 120.2087961, 30.3540569 ] ], [ [ 120.2087961, 30.3540569 ], [ 120.2097255, 30.3544874 ] ], [ [ 120.2097255, 30.3544874 ], [ 120.2109741, 30.3550657 ] ], [ [ 120.2087961, 30.3540569 ], [ 120.208549, 30.3547306 ] ], [ [ 120.208549, 30.3547306 ], [ 120.2080538, 30.3558375 ] ], [ [ 120.1871922, 30.347797 ], [ 120.1869697, 30.3478456 ] ], [ [ 120.1902194, 30.3477668 ], [ 120.1901901, 30.3486107 ] ], [ [ 120.1891582, 30.3477774 ], [ 120.1891253, 30.3486132 ] ], [ [ 120.1901901, 30.3486107 ], [ 120.1915165, 30.3486076 ] ], [ [ 120.1891253, 30.3486132 ], [ 120.1901901, 30.3486107 ] ], [ [ 120.1901901, 30.3486107 ], [ 120.1901577, 30.3495408 ] ], [ [ 120.1890699, 30.3500398 ], [ 120.1890886, 30.3495429 ] ], [ [ 120.1890886, 30.3495429 ], [ 120.1891253, 30.3486132 ] ], [ [ 120.1902194, 30.3477668 ], [ 120.191866, 30.3477317 ] ], [ [ 120.191866, 30.3477317 ], [ 120.1920685, 30.3477343 ] ], [ [ 120.1920685, 30.3477343 ], [ 120.1929837, 30.3476966 ] ], [ [ 120.1927735, 30.349019 ], [ 120.1929837, 30.3476966 ] ], [ [ 120.1927735, 30.349019 ], [ 120.1927685, 30.3490514 ] ], [ [ 120.1927685, 30.3490514 ], [ 120.192423, 30.3510898 ] ], [ [ 120.2072089, 30.3495085 ], [ 120.2031686, 30.3489815 ] ], [ [ 120.2031686, 30.3489815 ], [ 120.2028424, 30.3503357 ] ], [ [ 120.2028424, 30.3503357 ], [ 120.2027631, 30.3506019 ] ], [ [ 120.2027631, 30.3506019 ], [ 120.2027153, 30.3507257 ] ], [ [ 120.1969649, 30.3559844 ], [ 120.1964026, 30.3557606 ] ], [ [ 120.1964026, 30.3557606 ], [ 120.1963107, 30.3557241 ] ], [ [ 120.1963107, 30.3557241 ], [ 120.1960877, 30.3556353 ] ], [ [ 120.1960877, 30.3556353 ], [ 120.1958887, 30.3555561 ] ], [ [ 120.1958887, 30.3555561 ], [ 120.1952577, 30.355305 ] ], [ [ 120.1952577, 30.355305 ], [ 120.1951863, 30.3552772 ] ], [ [ 120.1951863, 30.3552772 ], [ 120.1948433, 30.3551982 ] ], [ [ 120.1948433, 30.3551982 ], [ 120.1947493, 30.3551766 ] ], [ [ 120.1947493, 30.3551766 ], [ 120.1942686, 30.3551955 ] ], [ [ 120.1942686, 30.3551955 ], [ 120.1938462, 30.3552772 ] ], [ [ 120.1938462, 30.3552772 ], [ 120.1930414, 30.35563 ] ], [ [ 120.1997166, 30.3572013 ], [ 120.1983404, 30.3565866 ] ], [ [ 120.1983404, 30.3565866 ], [ 120.1979126, 30.3563955 ] ], [ [ 120.1979126, 30.3563955 ], [ 120.1970919, 30.3560289 ] ], [ [ 120.1929419, 30.3556477 ], [ 120.1930414, 30.35563 ] ], [ [ 120.1970919, 30.3560289 ], [ 120.1969649, 30.3559844 ] ], [ [ 120.1958463, 30.3595289 ], [ 120.1953465, 30.3594375 ] ], [ [ 120.1953465, 30.3594375 ], [ 120.1949387, 30.3593809 ] ], [ [ 120.1949387, 30.3593809 ], [ 120.1947529, 30.3594048 ] ], [ [ 120.1947529, 30.3594048 ], [ 120.1945964, 30.3594249 ] ], [ [ 120.1945964, 30.3594249 ], [ 120.1943196, 30.3595192 ] ], [ [ 120.1943196, 30.3595192 ], [ 120.1940647, 30.3596449 ] ], [ [ 120.1940647, 30.3596449 ], [ 120.1938171, 30.3597768 ] ], [ [ 120.1938171, 30.3597768 ], [ 120.1935694, 30.3600345 ] ], [ [ 120.1935694, 30.3600345 ], [ 120.1933801, 30.3601539 ] ], [ [ 120.1933801, 30.3601539 ], [ 120.1931543, 30.3602105 ] ], [ [ 120.1931543, 30.3602105 ], [ 120.1928921, 30.3601728 ] ], [ [ 120.1928921, 30.3601728 ], [ 120.1924551, 30.3600408 ] ], [ [ 120.1924551, 30.3600408 ], [ 120.1922148, 30.3598648 ] ], [ [ 120.1922148, 30.3598648 ], [ 120.1917123, 30.3592552 ] ], [ [ 120.1917123, 30.3592552 ], [ 120.1916326, 30.3591829 ] ], [ [ 120.1916326, 30.3591829 ], [ 120.1914282, 30.3589976 ] ], [ [ 120.1914282, 30.3589976 ], [ 120.1907436, 30.358476 ] ], [ [ 120.1907436, 30.358476 ], [ 120.1906642, 30.3583658 ] ], [ [ 120.1906642, 30.3583658 ], [ 120.1905761, 30.3582435 ] ], [ [ 120.1905761, 30.3582435 ], [ 120.1904305, 30.3578475 ] ], [ [ 120.1904305, 30.3578475 ], [ 120.1904013, 30.3575082 ] ], [ [ 120.1904013, 30.3575082 ], [ 120.1904294, 30.3572858 ] ], [ [ 120.1904294, 30.3572858 ], [ 120.1904707, 30.3571432 ] ], [ [ 120.1904707, 30.3571432 ], [ 120.1905075, 30.3570577 ] ], [ [ 120.1905075, 30.3570577 ], [ 120.1905543, 30.3569489 ] ], [ [ 120.1905543, 30.3569489 ], [ 120.1907335, 30.3567206 ] ], [ [ 120.1907335, 30.3567206 ], [ 120.1909036, 30.3565783 ] ], [ [ 120.1909036, 30.3565783 ], [ 120.19093, 30.3565623 ] ], [ [ 120.19093, 30.3565623 ], [ 120.1910566, 30.3564858 ] ], [ [ 120.1910566, 30.3564858 ], [ 120.1914768, 30.356273 ] ], [ [ 120.1914768, 30.356273 ], [ 120.1918699, 30.3561008 ] ], [ [ 120.1918699, 30.3561008 ], [ 120.1929419, 30.3556477 ] ], [ [ 120.1964153, 30.3578311 ], [ 120.1958463, 30.3595289 ] ], [ [ 120.200282, 30.3563774 ], [ 120.1997166, 30.3572013 ] ], [ [ 120.1997166, 30.3572013 ], [ 120.1993231, 30.3577748 ] ], [ [ 120.1993231, 30.3577748 ], [ 120.199131, 30.3580548 ] ], [ [ 120.199131, 30.3580548 ], [ 120.1987069, 30.3586729 ] ], [ [ 120.1986273, 30.358784 ], [ 120.1987069, 30.3586729 ] ], [ [ 120.226545, 30.3543762 ], [ 120.2271603, 30.3533964 ] ], [ [ 120.2271603, 30.3533964 ], [ 120.2272178, 30.3533049 ] ], [ [ 120.2272178, 30.3533049 ], [ 120.2276891, 30.3525545 ] ], [ [ 120.226545, 30.3543762 ], [ 120.2256677, 30.35405 ] ], [ [ 120.2256677, 30.35405 ], [ 120.2252604, 30.3539044 ] ], [ [ 120.2252604, 30.3539044 ], [ 120.2246867, 30.3536994 ] ], [ [ 120.2246867, 30.3536994 ], [ 120.2232612, 30.3532363 ] ], [ [ 120.226545, 30.3543762 ], [ 120.2257143, 30.3556779 ] ], [ [ 120.2257143, 30.3556779 ], [ 120.225648, 30.3557818 ] ], [ [ 120.225648, 30.3557818 ], [ 120.2254929, 30.3560248 ] ], [ [ 120.2254929, 30.3560248 ], [ 120.2253131, 30.3563119 ] ], [ [ 120.2253131, 30.3563119 ], [ 120.2251844, 30.3565179 ] ], [ [ 120.2250946, 30.3566475 ], [ 120.2251844, 30.3565179 ] ], [ [ 120.216372, 30.3537056 ], [ 120.2159097, 30.3545187 ] ], [ [ 120.2159097, 30.3545187 ], [ 120.2154551, 30.3553182 ] ], [ [ 120.2154551, 30.3553182 ], [ 120.2147146, 30.3566205 ] ], [ [ 120.2147146, 30.3566205 ], [ 120.2136013, 30.3585783 ] ], [ [ 120.2174308, 30.3603813 ], [ 120.2185782, 30.3582892 ] ], [ [ 120.2185782, 30.3582892 ], [ 120.2188595, 30.3577385 ] ], [ [ 120.2188595, 30.3577385 ], [ 120.2189165, 30.3576267 ] ], [ [ 120.2189165, 30.3576267 ], [ 120.2192079, 30.3570562 ] ], [ [ 120.2192079, 30.3570562 ], [ 120.2203069, 30.3549989 ] ], [ [ 120.2250946, 30.3566475 ], [ 120.2245797, 30.3577316 ] ], [ [ 120.2245797, 30.3577316 ], [ 120.2245082, 30.3578822 ] ], [ [ 120.2245082, 30.3578822 ], [ 120.2242911, 30.3583392 ] ], [ [ 120.2210795, 30.3576341 ], [ 120.2212017, 30.3576821 ] ], [ [ 120.2242911, 30.3583392 ], [ 120.2235405, 30.3581617 ] ], [ [ 120.2235405, 30.3581617 ], [ 120.2231883, 30.3580895 ] ], [ [ 120.2231883, 30.3580895 ], [ 120.2230978, 30.3580709 ] ], [ [ 120.2230978, 30.3580709 ], [ 120.2221831, 30.3578833 ] ], [ [ 120.2221831, 30.3578833 ], [ 120.2219146, 30.3578283 ] ], [ [ 120.2219146, 30.3578283 ], [ 120.2212017, 30.3576821 ] ], [ [ 120.2278181, 30.359562 ], [ 120.2261042, 30.358957 ] ], [ [ 120.2261042, 30.358957 ], [ 120.2254928, 30.3587487 ] ], [ [ 120.2254928, 30.3587487 ], [ 120.2242911, 30.3583392 ] ], [ [ 120.2136013, 30.3585783 ], [ 120.2120632, 30.3612781 ] ], [ [ 120.2242911, 30.3583392 ], [ 120.2238756, 30.3592396 ] ], [ [ 120.2238756, 30.3592396 ], [ 120.2237746, 30.3595208 ] ], [ [ 120.2237746, 30.3595208 ], [ 120.2237518, 30.3596475 ] ], [ [ 120.2237518, 30.3596475 ], [ 120.2237255, 30.3597938 ] ], [ [ 120.2237255, 30.3597938 ], [ 120.2237215, 30.3601446 ] ], [ [ 120.2237215, 30.3601446 ], [ 120.2238251, 30.3604305 ] ], [ [ 120.2238251, 30.3604305 ], [ 120.2239522, 30.3607734 ] ], [ [ 120.2239522, 30.3607734 ], [ 120.2240879, 30.3610674 ] ], [ [ 120.2240879, 30.3610674 ], [ 120.2243178, 30.3615852 ] ], [ [ 120.2186468, 30.3632339 ], [ 120.2212752, 30.3641538 ] ], [ [ 120.2305755, 30.3537798 ], [ 120.2309237, 30.3530847 ] ], [ [ 120.2309237, 30.3530847 ], [ 120.2309842, 30.3529145 ] ], [ [ 120.2309842, 30.3529145 ], [ 120.2311998, 30.3523817 ] ], [ [ 120.2311998, 30.3523817 ], [ 120.2313814, 30.3520169 ] ], [ [ 120.2313814, 30.3520169 ], [ 120.2315629, 30.3517335 ] ], [ [ 120.2276891, 30.3525545 ], [ 120.2292435, 30.3532144 ] ], [ [ 120.2292435, 30.3532144 ], [ 120.2296239, 30.3533758 ] ], [ [ 120.2296239, 30.3533758 ], [ 120.2305755, 30.3537798 ] ], [ [ 120.2305755, 30.3537798 ], [ 120.2321302, 30.3544295 ] ], [ [ 120.2321302, 30.3544295 ], [ 120.2324488, 30.3545753 ] ], [ [ 120.2324488, 30.3545753 ], [ 120.233845, 30.3552141 ] ], [ [ 120.2296412, 30.3557825 ], [ 120.2300233, 30.3549787 ] ], [ [ 120.2300233, 30.3549787 ], [ 120.2301414, 30.3546876 ] ], [ [ 120.2301414, 30.3546876 ], [ 120.2305755, 30.3537798 ] ], [ [ 120.2296412, 30.3557825 ], [ 120.2293674, 30.3556563 ] ], [ [ 120.2293674, 30.3556563 ], [ 120.2292844, 30.355618 ] ], [ [ 120.2292844, 30.355618 ], [ 120.2287882, 30.3553892 ] ], [ [ 120.2287882, 30.3553892 ], [ 120.2286061, 30.3553079 ] ], [ [ 120.2286061, 30.3553079 ], [ 120.2285415, 30.3552791 ] ], [ [ 120.2285415, 30.3552791 ], [ 120.2281776, 30.3551166 ] ], [ [ 120.2281776, 30.3551166 ], [ 120.2280872, 30.3550728 ] ], [ [ 120.2280872, 30.3550728 ], [ 120.2278361, 30.3549512 ] ], [ [ 120.2278361, 30.3549512 ], [ 120.227329, 30.3547254 ] ], [ [ 120.227329, 30.3547254 ], [ 120.2271502, 30.3546457 ] ], [ [ 120.2271502, 30.3546457 ], [ 120.226545, 30.3543762 ] ], [ [ 120.2296412, 30.3557825 ], [ 120.2300878, 30.3559535 ] ], [ [ 120.2300878, 30.3559535 ], [ 120.2314642, 30.3564392 ] ], [ [ 120.2314642, 30.3564392 ], [ 120.231697, 30.3565213 ] ], [ [ 120.231697, 30.3565213 ], [ 120.2329999, 30.3569811 ] ], [ [ 120.2287767, 30.3577317 ], [ 120.2289435, 30.3573556 ] ], [ [ 120.2289435, 30.3573556 ], [ 120.2289771, 30.3572799 ] ], [ [ 120.2289771, 30.3572799 ], [ 120.2291412, 30.35691 ] ], [ [ 120.2291412, 30.35691 ], [ 120.2291822, 30.356828 ] ], [ [ 120.2291822, 30.356828 ], [ 120.2296412, 30.3557825 ] ], [ [ 120.23553, 30.3577913 ], [ 120.2346264, 30.3575067 ] ], [ [ 120.2346264, 30.3575067 ], [ 120.2342535, 30.35739 ] ], [ [ 120.2342535, 30.35739 ], [ 120.2341403, 30.3573546 ] ], [ [ 120.2341403, 30.3573546 ], [ 120.2329999, 30.3569811 ] ], [ [ 120.233845, 30.3552141 ], [ 120.2351394, 30.3556501 ] ], [ [ 120.2351394, 30.3556501 ], [ 120.2352674, 30.3556932 ] ], [ [ 120.2352674, 30.3556932 ], [ 120.2363477, 30.3560571 ] ], [ [ 120.2391311, 30.3568033 ], [ 120.238772, 30.3567832 ] ], [ [ 120.238772, 30.3567832 ], [ 120.2383635, 30.3567475 ] ], [ [ 120.2383635, 30.3567475 ], [ 120.2380105, 30.356673 ] ], [ [ 120.2380105, 30.356673 ], [ 120.2375441, 30.3564924 ] ], [ [ 120.2375441, 30.3564924 ], [ 120.2375018, 30.356476 ] ], [ [ 120.2375018, 30.356476 ], [ 120.2370443, 30.3563014 ] ], [ [ 120.2370443, 30.3563014 ], [ 120.2367548, 30.3562185 ] ], [ [ 120.2367548, 30.3562185 ], [ 120.2363477, 30.3560571 ] ], [ [ 120.2287218, 30.3578579 ], [ 120.2287767, 30.3577317 ] ], [ [ 120.2287218, 30.3578579 ], [ 120.2285817, 30.3579852 ] ], [ [ 120.2285817, 30.3579852 ], [ 120.2278181, 30.359562 ] ], [ [ 120.2386504, 30.3587256 ], [ 120.237875, 30.3585045 ] ], [ [ 120.237875, 30.3585045 ], [ 120.2370895, 30.3582808 ] ], [ [ 120.2370895, 30.3582808 ], [ 120.2362371, 30.3580183 ] ], [ [ 120.2362371, 30.3580183 ], [ 120.236029, 30.3579562 ] ], [ [ 120.236029, 30.3579562 ], [ 120.23553, 30.3577913 ] ], [ [ 120.2278181, 30.359562 ], [ 120.2281454, 30.3602234 ] ], [ [ 120.2281454, 30.3602234 ], [ 120.2286678, 30.3613777 ] ], [ [ 120.2286678, 30.3613777 ], [ 120.2287769, 30.3616191 ] ], [ [ 120.2287769, 30.3616191 ], [ 120.2288434, 30.3617662 ] ], [ [ 120.2288434, 30.3617662 ], [ 120.2294323, 30.363069 ] ], [ [ 120.2337823, 30.3641575 ], [ 120.2337401, 30.3640634 ] ], [ [ 120.2276637, 30.3672991 ], [ 120.2278486, 30.3668275 ], [ 120.2279963, 30.3665239 ], [ 120.2281786, 30.3662716 ], [ 120.2284282, 30.366027 ], [ 120.2285713, 30.3659139 ], [ 120.2288764, 30.3657462 ], [ 120.2294573, 30.3655189 ], [ 120.2300595, 30.3652977 ], [ 120.2306787, 30.3650901 ], [ 120.2330764, 30.3642861 ], [ 120.2333669, 30.3641946 ], [ 120.2337401, 30.3640634 ] ], [ [ 120.2337823, 30.3641575 ], [ 120.2333025, 30.364325 ], [ 120.2330364, 30.3644146 ], [ 120.2328082, 30.3644833 ], [ 120.2300361, 30.3654145 ], [ 120.2295872, 30.3655786 ], [ 120.2294588, 30.3656255 ], [ 120.2290121, 30.3657932 ], [ 120.2287617, 30.3659106 ], [ 120.2285549, 30.3660729 ], [ 120.2283587, 30.3662397 ], [ 120.2281577, 30.3665037 ], [ 120.2279458, 30.3669092 ], [ 120.227741, 30.3673421 ] ], [ [ 120.2320583, 30.3677701 ], [ 120.2326482, 30.3664824 ], [ 120.2330657, 30.3655237 ], [ 120.2333352, 30.3649049 ], [ 120.2334776, 30.3646336 ], [ 120.2335628, 30.3644712 ], [ 120.2337823, 30.3641575 ] ], [ [ 120.2337823, 30.3641575 ], [ 120.2336546, 30.3645409 ], [ 120.2335424, 30.364798 ], [ 120.2334381, 30.3650369 ], [ 120.2327519, 30.36653 ], [ 120.2327095, 30.3666252 ], [ 120.2321977, 30.3677755 ] ], [ [ 120.227741, 30.3673421 ], [ 120.2276855, 30.3675228 ] ], [ [ 120.236585, 30.3630967 ], [ 120.237993, 30.3626249 ], [ 120.2393163, 30.3621814 ], [ 120.2409068, 30.3616701 ], [ 120.241611, 30.3614308 ] ], [ [ 120.2416825, 30.3615065 ], [ 120.2409351, 30.3617528 ], [ 120.2384765, 30.3625764 ], [ 120.2380684, 30.3627112 ], [ 120.2366267, 30.3631872 ] ], [ [ 120.236585, 30.3630967 ], [ 120.2366267, 30.3631872 ] ], [ [ 120.2337401, 30.3640634 ], [ 120.2339913, 30.3639708 ], [ 120.236585, 30.3630967 ] ], [ [ 120.2366267, 30.3631872 ], [ 120.2337823, 30.3641575 ] ], [ [ 120.2387707, 30.3651286 ], [ 120.2383635, 30.3647891 ] ], [ [ 120.2383635, 30.3647891 ], [ 120.2382491, 30.3646937 ] ], [ [ 120.2382491, 30.3646937 ], [ 120.238042, 30.364521 ] ], [ [ 120.238042, 30.364521 ], [ 120.2373556, 30.3638742 ] ], [ [ 120.2373556, 30.3638742 ], [ 120.2371665, 30.3636959 ] ], [ [ 120.2371665, 30.3636959 ], [ 120.2366267, 30.3631872 ] ], [ [ 120.2364894, 30.368446 ], [ 120.236642, 30.3680007 ] ], [ [ 120.236642, 30.3680007 ], [ 120.2367838, 30.3674897 ] ], [ [ 120.2367838, 30.3674897 ], [ 120.2370669, 30.3664698 ] ], [ [ 120.2370669, 30.3664698 ], [ 120.2371325, 30.3663691 ] ], [ [ 120.2371325, 30.3663691 ], [ 120.2371959, 30.3662718 ] ], [ [ 120.2371959, 30.3662718 ], [ 120.2376707, 30.3659056 ] ], [ [ 120.2376707, 30.3659056 ], [ 120.2378762, 30.3657471 ] ], [ [ 120.2378762, 30.3657471 ], [ 120.2386156, 30.3651768 ] ], [ [ 120.2386156, 30.3651768 ], [ 120.2387707, 30.3651286 ] ], [ [ 120.2339155, 30.369902 ], [ 120.2338598, 30.3697997 ] ], [ [ 120.2319228, 30.3703211 ], [ 120.2328578, 30.3701113 ], [ 120.2338598, 30.3697997 ] ], [ [ 120.2307308, 30.3706663 ], [ 120.2305041, 30.3705669 ] ], [ [ 120.2305041, 30.3705669 ], [ 120.2302415, 30.3704866 ] ], [ [ 120.2302415, 30.3704866 ], [ 120.2285624, 30.3700228 ] ], [ [ 120.2285624, 30.3700228 ], [ 120.2285372, 30.3700158 ] ], [ [ 120.2285372, 30.3700158 ], [ 120.2267522, 30.3695177 ] ], [ [ 120.2339155, 30.369902 ], [ 120.2319531, 30.3704307 ] ], [ [ 120.2317246, 30.3703661 ], [ 120.2319228, 30.3703211 ] ], [ [ 120.2319531, 30.3704307 ], [ 120.2317327, 30.3704667 ] ], [ [ 120.2307308, 30.3706663 ], [ 120.2308008, 30.3705966 ], [ 120.2309319, 30.3705562 ], [ 120.2317246, 30.3703661 ] ], [ [ 120.2363621, 30.3686002 ], [ 120.2364894, 30.368446 ] ], [ [ 120.2364894, 30.368446 ], [ 120.2364687, 30.3686647 ] ], [ [ 120.23528, 30.371254 ], [ 120.235519, 30.3708308 ], [ 120.2356594, 30.3705084 ], [ 120.2360027, 30.3695922 ], [ 120.236029, 30.3695195 ], [ 120.2363621, 30.3686002 ] ], [ [ 120.2364687, 30.3686647 ], [ 120.2361092, 30.3696131 ], [ 120.2360492, 30.3697713 ], [ 120.2355967, 30.3709651 ], [ 120.2354534, 30.3712429 ], [ 120.2354079, 30.3713153 ] ], [ [ 120.23528, 30.371254 ], [ 120.2349885, 30.3710724 ] ], [ [ 120.2349885, 30.3710724 ], [ 120.2347143, 30.3708535 ] ], [ [ 120.2347143, 30.3708535 ], [ 120.2344389, 30.3706057 ] ], [ [ 120.2344389, 30.3706057 ], [ 120.2342498, 30.3703925 ] ], [ [ 120.2342498, 30.3703925 ], [ 120.234044, 30.370099 ] ], [ [ 120.234044, 30.370099 ], [ 120.2339155, 30.369902 ] ], [ [ 120.2354079, 30.3713153 ], [ 120.23528, 30.371254 ] ], [ [ 120.2354079, 30.3713153 ], [ 120.2369356, 30.3721083 ] ], [ [ 120.2369356, 30.3721083 ], [ 120.2375975, 30.3724519 ] ], [ [ 120.2424292, 30.3642124 ], [ 120.242518, 30.364244 ] ], [ [ 120.2424292, 30.3642124 ], [ 120.2419856, 30.364286 ] ], [ [ 120.2419856, 30.364286 ], [ 120.2407022, 30.3646163 ] ], [ [ 120.2407022, 30.3646163 ], [ 120.2404351, 30.364685 ] ], [ [ 120.2404351, 30.364685 ], [ 120.239053, 30.3650407 ] ], [ [ 120.239053, 30.3650407 ], [ 120.2387707, 30.3651286 ] ], [ [ 120.2387707, 30.3651286 ], [ 120.2400783, 30.366278 ] ], [ [ 120.2400783, 30.366278 ], [ 120.2402472, 30.3664264 ] ], [ [ 120.2402472, 30.3664264 ], [ 120.2417854, 30.3677822 ] ], [ [ 120.2417854, 30.3677822 ], [ 120.2420365, 30.3679817 ] ], [ [ 120.242518, 30.364244 ], [ 120.2425754, 30.3646224 ], [ 120.242589, 30.3649327 ], [ 120.2426485, 30.3662939 ], [ 120.2426851, 30.3666453 ], [ 120.242753, 30.3670012 ], [ 120.2428939, 30.3674652 ], [ 120.2429794, 30.3676949 ], [ 120.2430297, 30.3678301 ], [ 120.2431498, 30.3680734 ], [ 120.2433378, 30.3684518 ], [ 120.2436772, 30.3690105 ], [ 120.2435727, 30.36906 ], [ 120.2430819, 30.3681725 ], [ 120.2429932, 30.3679878 ], [ 120.2428731, 30.3677275 ], [ 120.242706, 30.3672399 ], [ 120.2426224, 30.3668795 ], [ 120.2425493, 30.3664606 ], [ 120.2425232, 30.3661137 ], [ 120.2425076, 30.3654649 ], [ 120.2424292, 30.3642124 ] ], [ [ 120.2446669, 30.3809841 ], [ 120.2450378, 30.3795859 ], [ 120.2458115, 30.3767681 ], [ 120.2459194, 30.3763631 ], [ 120.2459488, 30.3763356 ], [ 120.2461156, 30.3762087 ] ], [ [ 120.2317327, 30.3704667 ], [ 120.2310078, 30.370654 ], [ 120.2308326, 30.3707188 ] ], [ [ 120.2308326, 30.3707188 ], [ 120.2307308, 30.3706663 ] ], [ [ 120.2334688, 30.3729754 ], [ 120.2339248, 30.3726961 ], [ 120.2340151, 30.3726274 ], [ 120.234244, 30.3724531 ], [ 120.2344831, 30.372242 ], [ 120.2347582, 30.371957 ], [ 120.2347945, 30.3719194 ], [ 120.235014, 30.3716339 ], [ 120.23528, 30.371254 ] ], [ [ 120.2294083, 30.3735922 ], [ 120.2300396, 30.3721931 ], [ 120.2300921, 30.3720805 ], [ 120.2306241, 30.3708394 ], [ 120.2307308, 30.3706663 ] ], [ [ 120.2308326, 30.3707188 ], [ 120.2307406, 30.3708592 ], [ 120.2301693, 30.3721092 ], [ 120.2301186, 30.3722247 ], [ 120.2294901, 30.3736167 ] ], [ [ 120.2354079, 30.3713153 ], [ 120.2350783, 30.3717523 ], [ 120.2347558, 30.3720967 ], [ 120.2344681, 30.372398 ], [ 120.2343333, 30.3725104 ], [ 120.233975, 30.3728091 ], [ 120.2335822, 30.3730933 ] ], [ [ 120.2333348, 30.3730462 ], [ 120.2334688, 30.3729754 ] ], [ [ 120.2335822, 30.3730933 ], [ 120.2334412, 30.3731751 ] ], [ [ 120.2294901, 30.3736167 ], [ 120.2299667, 30.3737605 ], [ 120.2303838, 30.3738098 ], [ 120.230746, 30.3738265 ], [ 120.2307745, 30.3738278 ], [ 120.2311287, 30.3738171 ], [ 120.2314688, 30.3737841 ], [ 120.2316462, 30.373752 ], [ 120.2319326, 30.3736912 ], [ 120.2321904, 30.3736181 ], [ 120.2322748, 30.3735831 ], [ 120.2324972, 30.3734907 ], [ 120.2331037, 30.3731977 ], [ 120.2333348, 30.3730462 ] ], [ [ 120.2334412, 30.3731751 ], [ 120.2331189, 30.3733235 ], [ 120.2326569, 30.3735403 ], [ 120.2322871, 30.3736762 ], [ 120.2322501, 30.373687 ], [ 120.2319172, 30.373784 ], [ 120.2315999, 30.373849 ], [ 120.2314579, 30.3738708 ], [ 120.2311856, 30.3738986 ], [ 120.230918, 30.3739144 ], [ 120.2305559, 30.3739322 ], [ 120.2302333, 30.3739167 ], [ 120.2298967, 30.373869 ], [ 120.2294184, 30.3737515 ] ], [ [ 120.2294083, 30.3735922 ], [ 120.2294901, 30.3736167 ] ], [ [ 120.2293352, 30.3737202 ], [ 120.2294083, 30.3735922 ] ], [ [ 120.2294901, 30.3736167 ], [ 120.2294184, 30.3737515 ] ], [ [ 120.2294184, 30.3737515 ], [ 120.2293352, 30.3737202 ] ], [ [ 120.2279621, 30.3767071 ], [ 120.2287386, 30.3750212 ], [ 120.2293352, 30.3737202 ] ], [ [ 120.2386209, 30.3820508 ], [ 120.2390819, 30.382083 ], [ 120.2394599, 30.382083 ], [ 120.2398292, 30.3820306 ], [ 120.240242, 30.3819031 ], [ 120.240323, 30.3818607 ], [ 120.2405633, 30.3817349 ] ], [ [ 120.240615, 30.3817995 ], [ 120.2402551, 30.3819668 ], [ 120.2398944, 30.382083 ], [ 120.2395338, 30.3821468 ], [ 120.2391992, 30.3821618 ], [ 120.2388342, 30.3821468 ], [ 120.2386019, 30.3821194 ] ], [ [ 120.2386209, 30.3820508 ], [ 120.2386019, 30.3821194 ] ], [ [ 120.2386019, 30.3821194 ], [ 120.2379954, 30.3840046 ] ], [ [ 120.2379954, 30.3840046 ], [ 120.2379595, 30.3841164 ] ], [ [ 120.2415543, 30.3848549 ], [ 120.2413954, 30.3848222 ] ], [ [ 120.2413954, 30.3848222 ], [ 120.2380882, 30.3841428 ] ], [ [ 120.2380882, 30.3841428 ], [ 120.2379595, 30.3841164 ] ], [ [ 120.2462487, 30.3763446 ], [ 120.246077, 30.3764613 ], [ 120.2460424, 30.3764849 ], [ 120.2459561, 30.3767859 ], [ 120.2451671, 30.3796316 ], [ 120.2448352, 30.3810148 ] ], [ [ 120.2422175, 30.3810406 ], [ 120.2418731, 30.3799022 ] ], [ [ 120.2422175, 30.3810406 ], [ 120.2427709, 30.3809472 ], [ 120.2431794, 30.3809023 ], [ 120.2435357, 30.3808873 ], [ 120.2439963, 30.3809023 ], [ 120.2444351, 30.3809472 ], [ 120.2446669, 30.3809841 ] ], [ [ 120.2446669, 30.3809841 ], [ 120.2448352, 30.3810148 ] ], [ [ 120.2446424, 30.3810708 ], [ 120.2446669, 30.3809841 ] ], [ [ 120.2446424, 30.3810708 ], [ 120.2440788, 30.3809735 ], [ 120.2436791, 30.3809697 ], [ 120.2432272, 30.3809735 ], [ 120.242784, 30.3810185 ], [ 120.2422402, 30.3811262 ] ], [ [ 120.2448352, 30.3810148 ], [ 120.2448103, 30.3811032 ] ], [ [ 120.2422175, 30.3810406 ], [ 120.2422402, 30.3811262 ] ], [ [ 120.2448103, 30.3811032 ], [ 120.2446424, 30.3810708 ] ], [ [ 120.2406934, 30.3816691 ], [ 120.2412067, 30.3813971 ], [ 120.2414543, 30.3812846 ], [ 120.2418063, 30.3811534 ], [ 120.242193, 30.3810447 ], [ 120.2422175, 30.3810406 ] ], [ [ 120.2422402, 30.3811262 ], [ 120.2421409, 30.3811459 ], [ 120.2417064, 30.3812659 ], [ 120.2412023, 30.3814758 ], [ 120.2407315, 30.3817163 ] ], [ [ 120.2405633, 30.3817349 ], [ 120.2406934, 30.3816691 ] ], [ [ 120.2407315, 30.3817163 ], [ 120.240615, 30.3817995 ] ], [ [ 120.2439444, 30.3835394 ], [ 120.2439671, 30.3834592 ], [ 120.2442192, 30.3825677 ], [ 120.244291, 30.3823138 ], [ 120.2444087, 30.3818973 ], [ 120.2446424, 30.3810708 ] ], [ [ 120.2448103, 30.3811032 ], [ 120.2446242, 30.3817632 ], [ 120.2444586, 30.3823502 ], [ 120.2443869, 30.3826041 ], [ 120.244134, 30.383501 ], [ 120.244113, 30.3835753 ] ], [ [ 120.2405965, 30.3924687 ], [ 120.2406123, 30.3924106 ] ], [ [ 120.2406123, 30.3924106 ], [ 120.2409134, 30.3913069 ] ], [ [ 120.2409134, 30.3913069 ], [ 120.2413859, 30.3895744 ] ], [ [ 120.2413859, 30.3895744 ], [ 120.2415594, 30.3889382 ] ], [ [ 120.2415594, 30.3889382 ], [ 120.2416279, 30.3886872 ] ], [ [ 120.2416279, 30.3886872 ], [ 120.2418893, 30.3877287 ] ], [ [ 120.2418893, 30.3877287 ], [ 120.2421513, 30.3867983 ] ], [ [ 120.2421513, 30.3867983 ], [ 120.2421926, 30.3866168 ] ], [ [ 120.2294184, 30.3737515 ], [ 120.2288184, 30.3750434 ], [ 120.2281966, 30.3764341 ], [ 120.2280458, 30.3767474 ] ], [ [ 120.2279621, 30.3767071 ], [ 120.2280458, 30.3767474 ] ], [ [ 120.2288801, 30.3771398 ], [ 120.2280458, 30.3767474 ] ], [ [ 120.228423, 30.4050456 ], [ 120.2287319, 30.4045499 ] ], [ [ 120.2287319, 30.4045499 ], [ 120.2290361, 30.4038888 ] ], [ [ 120.2290361, 30.4038888 ], [ 120.2297332, 30.4026886 ] ], [ [ 120.2308669, 30.4060408 ], [ 120.2316439, 30.4044087 ] ], [ [ 120.2316439, 30.4044087 ], [ 120.2319081, 30.4038692 ] ], [ [ 120.2319081, 30.4038692 ], [ 120.2318275, 30.4036413 ] ], [ [ 120.2318275, 30.4036413 ], [ 120.231498, 30.4034585 ] ], [ [ 120.231498, 30.4034585 ], [ 120.2303399, 30.4030226 ] ], [ [ 120.2303399, 30.4030226 ], [ 120.2297332, 30.4026886 ] ], [ [ 120.2423043, 30.3931385 ], [ 120.242514, 30.3924357 ] ], [ [ 120.242514, 30.3924357 ], [ 120.2425628, 30.3922723 ] ], [ [ 120.2425628, 30.3922723 ], [ 120.2432781, 30.3897059 ] ], [ [ 120.2432781, 30.3897059 ], [ 120.2433831, 30.3893293 ] ], [ [ 120.2433831, 30.3893293 ], [ 120.2434586, 30.3890583 ] ], [ [ 120.2434586, 30.3890583 ], [ 120.2435488, 30.3887347 ] ], [ [ 120.2435488, 30.3887347 ], [ 120.2438568, 30.3876298 ] ], [ [ 120.2438568, 30.3876298 ], [ 120.244029, 30.3870119 ] ], [ [ 120.2456078, 30.3962315 ], [ 120.2454303, 30.3961525 ] ], [ [ 120.2370359, 30.3879895 ], [ 120.2374166, 30.3861596 ] ], [ [ 120.2374166, 30.3861596 ], [ 120.23793, 30.3842274 ] ], [ [ 120.23793, 30.3842274 ], [ 120.2379595, 30.3841164 ] ], [ [ 120.2395156, 30.4009236 ], [ 120.238683, 30.4011334 ] ], [ [ 120.238683, 30.4011334 ], [ 120.2385149, 30.4011656 ] ], [ [ 120.2373852, 30.4085004 ], [ 120.2375311, 30.4085475 ] ], [ [ 120.2437935, 30.3992613 ], [ 120.2436254, 30.3991595 ] ], [ [ 120.2395156, 30.4009236 ], [ 120.2396108, 30.4007477 ] ], [ [ 120.2396108, 30.4007477 ], [ 120.2397287, 30.4005934 ] ], [ [ 120.2397287, 30.4005934 ], [ 120.2398791, 30.4004566 ] ], [ [ 120.2398791, 30.4004566 ], [ 120.2401515, 30.4002778 ] ], [ [ 120.2401515, 30.4002778 ], [ 120.2404158, 30.400148 ] ], [ [ 120.2404158, 30.400148 ], [ 120.241611, 30.3997027 ] ], [ [ 120.241611, 30.3997027 ], [ 120.241859, 30.399594 ] ], [ [ 120.241859, 30.399594 ], [ 120.2423957, 30.399345 ] ], [ [ 120.2423957, 30.399345 ], [ 120.2426437, 30.3992609 ] ], [ [ 120.2426437, 30.3992609 ], [ 120.2429689, 30.3991978 ] ], [ [ 120.2429689, 30.3991978 ], [ 120.2433185, 30.3991697 ] ], [ [ 120.2433185, 30.3991697 ], [ 120.2436254, 30.3991595 ] ], [ [ 120.2471871, 30.4012063 ], [ 120.2455183, 30.4002498 ] ], [ [ 120.2455183, 30.4002498 ], [ 120.2448962, 30.3998933 ] ], [ [ 120.2448962, 30.3998933 ], [ 120.2437935, 30.3992613 ] ], [ [ 120.2395156, 30.4009236 ], [ 120.2416922, 30.4018394 ] ], [ [ 120.2416922, 30.4018394 ], [ 120.2421538, 30.4020766 ] ], [ [ 120.2421538, 30.4020766 ], [ 120.2422671, 30.4021641 ] ], [ [ 120.2422671, 30.4021641 ], [ 120.2440051, 30.4031766 ] ], [ [ 120.2440051, 30.4031766 ], [ 120.2441112, 30.4032384 ] ], [ [ 120.2441112, 30.4032384 ], [ 120.2451563, 30.4038473 ] ], [ [ 120.2409042, 30.4040867 ], [ 120.2407717, 30.4039727 ] ], [ [ 120.2437162, 30.4056724 ], [ 120.2440798, 30.4052006 ] ], [ [ 120.2440798, 30.4052006 ], [ 120.2451563, 30.4038473 ] ], [ [ 120.228423, 30.4050456 ], [ 120.2308669, 30.4060408 ] ], [ [ 120.228423, 30.4050456 ], [ 120.2283555, 30.405154 ] ], [ [ 120.2283555, 30.405154 ], [ 120.2273516, 30.4066355 ] ], [ [ 120.2273516, 30.4066355 ], [ 120.2269533, 30.4073672 ] ], [ [ 120.2269533, 30.4073672 ], [ 120.2269211, 30.4075681 ] ], [ [ 120.2269211, 30.4075681 ], [ 120.2304784, 30.4088076 ] ], [ [ 120.2304784, 30.4088076 ], [ 120.2306675, 30.4088647 ] ], [ [ 120.2373852, 30.4085004 ], [ 120.2364609, 30.4081614 ] ], [ [ 120.2364609, 30.4081614 ], [ 120.2360311, 30.4080392 ] ], [ [ 120.2360311, 30.4080392 ], [ 120.235436, 30.4078022 ] ], [ [ 120.235436, 30.4078022 ], [ 120.2332236, 30.4069999 ] ], [ [ 120.2332236, 30.4069999 ], [ 120.2318208, 30.4064595 ] ], [ [ 120.2318208, 30.4064595 ], [ 120.2308669, 30.4060408 ] ], [ [ 120.2308669, 30.4060408 ], [ 120.2308349, 30.407043 ] ], [ [ 120.2308349, 30.407043 ], [ 120.2308176, 30.4084719 ] ], [ [ 120.2308176, 30.4084719 ], [ 120.2306675, 30.4088647 ] ], [ [ 120.2306675, 30.4088647 ], [ 120.2327079, 30.4095279 ] ], [ [ 120.2327079, 30.4095279 ], [ 120.2330085, 30.4096256 ] ], [ [ 120.2330085, 30.4096256 ], [ 120.2339176, 30.4099211 ] ], [ [ 120.2339176, 30.4099211 ], [ 120.2364626, 30.4107483 ] ], [ [ 120.2409042, 30.4040867 ], [ 120.2437162, 30.4056724 ] ], [ [ 120.2437162, 30.4056724 ], [ 120.2438398, 30.4057302 ] ], [ [ 120.2438398, 30.4057302 ], [ 120.2440562, 30.4058217 ] ], [ [ 120.2440562, 30.4058217 ], [ 120.2466322, 30.4069286 ] ], [ [ 120.2437162, 30.4056724 ], [ 120.2434497, 30.4059988 ] ], [ [ 120.2434497, 30.4059988 ], [ 120.2422318, 30.4074902 ] ], [ [ 120.2422318, 30.4074902 ], [ 120.2425235, 30.4076173 ] ], [ [ 120.2425235, 30.4076173 ], [ 120.2436581, 30.4079527 ] ], [ [ 120.2436581, 30.4079527 ], [ 120.244613, 30.4082396 ] ], [ [ 120.244613, 30.4082396 ], [ 120.2455793, 30.4085268 ] ], [ [ 120.2405482, 30.4096123 ], [ 120.2409013, 30.4091279 ] ], [ [ 120.2409013, 30.4091279 ], [ 120.2419494, 30.4078374 ] ], [ [ 120.2419494, 30.4078374 ], [ 120.2421487, 30.407592 ] ], [ [ 120.2421487, 30.407592 ], [ 120.2422318, 30.4074902 ] ], [ [ 120.2455793, 30.4085268 ], [ 120.245525, 30.4086767 ] ], [ [ 120.245525, 30.4086767 ], [ 120.2454677, 30.4088841 ] ], [ [ 120.2454677, 30.4088841 ], [ 120.2454399, 30.4089849 ] ], [ [ 120.2454399, 30.4089849 ], [ 120.2453633, 30.4094106 ] ], [ [ 120.2453633, 30.4094106 ], [ 120.2453122, 30.4098804 ] ], [ [ 120.2453122, 30.4098804 ], [ 120.2453122, 30.4101887 ] ], [ [ 120.2453122, 30.4101887 ], [ 120.2435911, 30.4101202 ] ], [ [ 120.2435911, 30.4101202 ], [ 120.242722, 30.4100277 ] ], [ [ 120.242722, 30.4100277 ], [ 120.2418047, 30.4098889 ] ], [ [ 120.2418047, 30.4098889 ], [ 120.2405482, 30.4096123 ] ], [ [ 120.2453122, 30.4101887 ], [ 120.2453803, 30.4113116 ] ], [ [ 120.2453803, 30.4113116 ], [ 120.2454766, 30.41218 ] ], [ [ 120.2454823, 30.4122871 ], [ 120.2454766, 30.41218 ] ], [ [ 120.2405482, 30.4096123 ], [ 120.2375311, 30.4085475 ] ], [ [ 120.2391701, 30.4115031 ], [ 120.2405482, 30.4096123 ] ], [ [ 120.2329872, 30.4287041 ], [ 120.2333498, 30.4280554 ], [ 120.2335797, 30.4279777 ], [ 120.2331508, 30.4287769 ] ], [ [ 120.2331508, 30.4287769 ], [ 120.2329872, 30.4287041 ] ], [ [ 120.2308542, 30.43252 ], [ 120.2319351, 30.4305862 ], [ 120.2329872, 30.4287041 ] ], [ [ 120.2331508, 30.4287769 ], [ 120.232577, 30.4298459 ], [ 120.2321378, 30.4306643 ], [ 120.231089, 30.4326184 ] ], [ [ 120.2054835, 30.3641431 ], [ 120.2055634, 30.3641708 ] ], [ [ 120.2221846, 30.3656655 ], [ 120.2235966, 30.3632002 ] ], [ [ 120.2275711, 30.3674525 ], [ 120.2276637, 30.3672991 ] ], [ [ 120.2266477, 30.3694842 ], [ 120.2273272, 30.3680136 ], [ 120.2275711, 30.3674525 ] ], [ [ 120.2276855, 30.3675228 ], [ 120.2274703, 30.3680374 ], [ 120.2274321, 30.3681162 ], [ 120.2271565, 30.3686843 ], [ 120.2267522, 30.3695177 ] ], [ [ 120.2266477, 30.3694842 ], [ 120.2249793, 30.3690148 ] ], [ [ 120.2249793, 30.3690148 ], [ 120.2237361, 30.368665 ] ], [ [ 120.2200236, 30.370465 ], [ 120.2198086, 30.3704199 ] ], [ [ 120.2198086, 30.3704199 ], [ 120.2195855, 30.3704263 ] ], [ [ 120.2195855, 30.3704263 ], [ 120.2193772, 30.3704776 ] ], [ [ 120.2193772, 30.3704776 ], [ 120.2190723, 30.3706188 ] ], [ [ 120.2190723, 30.3706188 ], [ 120.2183019, 30.3710586 ] ], [ [ 120.2183019, 30.3710586 ], [ 120.217883, 30.3713375 ] ], [ [ 120.217883, 30.3713375 ], [ 120.2174388, 30.3716046 ] ], [ [ 120.2237361, 30.368665 ], [ 120.223559, 30.3686148 ] ], [ [ 120.223559, 30.3686148 ], [ 120.2232086, 30.3685111 ] ], [ [ 120.2232086, 30.3685111 ], [ 120.2231193, 30.368503 ] ], [ [ 120.2231193, 30.368503 ], [ 120.2230201, 30.3685539 ] ], [ [ 120.2230201, 30.3685539 ], [ 120.2228752, 30.3686488 ] ], [ [ 120.2228752, 30.3686488 ], [ 120.2227196, 30.3687344 ] ], [ [ 120.2227196, 30.3687344 ], [ 120.2225587, 30.3687946 ] ], [ [ 120.2225587, 30.3687946 ], [ 120.2224139, 30.3688362 ] ], [ [ 120.2224139, 30.3688362 ], [ 120.2222154, 30.3688593 ] ], [ [ 120.2222154, 30.3688593 ], [ 120.2219713, 30.3688593 ] ], [ [ 120.2219713, 30.3688593 ], [ 120.2218533, 30.368857 ] ], [ [ 120.2218533, 30.368857 ], [ 120.221695, 30.3688894 ] ], [ [ 120.221695, 30.3688894 ], [ 120.2215824, 30.368945 ] ], [ [ 120.2215824, 30.368945 ], [ 120.2204344, 30.3696091 ] ], [ [ 120.2204344, 30.3696091 ], [ 120.2203298, 30.3696948 ] ], [ [ 120.2203298, 30.3696948 ], [ 120.2202788, 30.3697781 ] ], [ [ 120.2202788, 30.3697781 ], [ 120.2200236, 30.370465 ] ], [ [ 120.2267522, 30.3695177 ], [ 120.2266477, 30.3694842 ] ], [ [ 120.2237361, 30.368665 ], [ 120.22284, 30.3706538 ] ], [ [ 120.22284, 30.3706538 ], [ 120.2225374, 30.3713172 ] ], [ [ 120.2253568, 30.372294 ], [ 120.225511, 30.371936 ], [ 120.2258302, 30.3712522 ], [ 120.2266477, 30.3694842 ] ], [ [ 120.2200236, 30.370465 ], [ 120.2203144, 30.3705546 ] ], [ [ 120.2203144, 30.3705546 ], [ 120.221394, 30.3709204 ] ], [ [ 120.221394, 30.3709204 ], [ 120.2215789, 30.3709831 ] ], [ [ 120.2215789, 30.3709831 ], [ 120.2219658, 30.3711142 ] ], [ [ 120.2219658, 30.3711142 ], [ 120.2223225, 30.3712322 ] ], [ [ 120.2223225, 30.3712322 ], [ 120.2225374, 30.3713172 ] ], [ [ 120.2267522, 30.3695177 ], [ 120.2261109, 30.3709625 ], [ 120.2260486, 30.3711003 ], [ 120.2255169, 30.3722768 ] ], [ [ 120.2225374, 30.3713172 ], [ 120.2233756, 30.3716076 ] ], [ [ 120.2233756, 30.3716076 ], [ 120.2239718, 30.3718142 ] ], [ [ 120.2239718, 30.3718142 ], [ 120.2253568, 30.372294 ] ], [ [ 120.2253568, 30.372294 ], [ 120.2255169, 30.3722768 ] ], [ [ 120.2255169, 30.3722768 ], [ 120.2254646, 30.3723925 ] ], [ [ 120.2254646, 30.3723925 ], [ 120.2253568, 30.372294 ] ], [ [ 120.2255169, 30.3722768 ], [ 120.2259604, 30.3724276 ], [ 120.227089, 30.372806 ], [ 120.2276768, 30.3730031 ], [ 120.2289401, 30.3734267 ], [ 120.2292106, 30.373524 ], [ 120.2294083, 30.3735922 ] ], [ [ 120.2293352, 30.3737202 ], [ 120.2291543, 30.3736491 ], [ 120.2288752, 30.3735473 ], [ 120.2284687, 30.373399 ], [ 120.2280063, 30.3732384 ], [ 120.2267065, 30.372787 ], [ 120.2254646, 30.3723925 ] ], [ [ 120.2225374, 30.3713172 ], [ 120.2221302, 30.3722121 ] ], [ [ 120.2221302, 30.3722121 ], [ 120.2216078, 30.3733603 ] ], [ [ 120.2216078, 30.3733603 ], [ 120.221537, 30.3735379 ] ], [ [ 120.221537, 30.3735379 ], [ 120.2215358, 30.3736612 ] ], [ [ 120.2215358, 30.3736612 ], [ 120.2215888, 30.3737823 ] ], [ [ 120.2215888, 30.3737823 ], [ 120.2218326, 30.3739956 ] ], [ [ 120.2218326, 30.3739956 ], [ 120.2224036, 30.3744773 ] ], [ [ 120.2224036, 30.3744773 ], [ 120.2225425, 30.3745531 ] ], [ [ 120.2225425, 30.3745531 ], [ 120.222719, 30.3746242 ] ], [ [ 120.222719, 30.3746242 ], [ 120.2229353, 30.3746976 ] ], [ [ 120.2229353, 30.3746976 ], [ 120.2231525, 30.3747712 ] ], [ [ 120.2231525, 30.3747712 ], [ 120.2240799, 30.3751057 ] ], [ [ 120.2240799, 30.3751057 ], [ 120.224482, 30.3741999 ], [ 120.2245755, 30.3739975 ], [ 120.2252798, 30.3724726 ], [ 120.2253568, 30.372294 ] ], [ [ 120.2254646, 30.3723925 ], [ 120.2253018, 30.3727527 ], [ 120.2249521, 30.3734552 ], [ 120.2247634, 30.3738343 ], [ 120.2241865, 30.3751463 ] ], [ [ 120.2240799, 30.3751057 ], [ 120.2241865, 30.3751463 ] ], [ [ 120.2241865, 30.3751463 ], [ 120.2256903, 30.3757435 ] ], [ [ 120.2256903, 30.3757435 ], [ 120.2272037, 30.3763688 ] ], [ [ 120.2272037, 30.3763688 ], [ 120.2274856, 30.376494 ] ], [ [ 120.2274856, 30.376494 ], [ 120.2277817, 30.376636 ] ], [ [ 120.2277817, 30.376636 ], [ 120.2279621, 30.3767071 ] ], [ [ 120.2262726, 30.3801441 ], [ 120.2273852, 30.377993 ], [ 120.227618, 30.3774589 ], [ 120.2279621, 30.3767071 ] ], [ [ 120.2280458, 30.3767474 ], [ 120.2277011, 30.3775201 ], [ 120.2274611, 30.3780465 ], [ 120.2263844, 30.3802714 ] ], [ [ 120.2261751, 30.3802261 ], [ 120.2262726, 30.3801441 ] ], [ [ 120.2263844, 30.3802714 ], [ 120.226318, 30.3803546 ] ], [ [ 120.2204397, 30.3982132 ], [ 120.2213846, 30.3988178 ] ], [ [ 120.2213846, 30.3988178 ], [ 120.2214817, 30.3988719 ] ], [ [ 120.2214817, 30.3988719 ], [ 120.2224093, 30.3993881 ] ], [ [ 120.2224093, 30.3993881 ], [ 120.2226977, 30.3995151 ] ], [ [ 120.2226977, 30.3995151 ], [ 120.2228879, 30.3995945 ] ], [ [ 120.2228879, 30.3995945 ], [ 120.223164, 30.3996474 ] ], [ [ 120.223164, 30.3996474 ], [ 120.2239616, 30.3997586 ] ], [ [ 120.2239616, 30.3997586 ], [ 120.2242377, 30.3998168 ] ], [ [ 120.2242377, 30.3998168 ], [ 120.2244893, 30.3998856 ] ], [ [ 120.2244893, 30.3998856 ], [ 120.2247961, 30.400002 ] ], [ [ 120.2247961, 30.400002 ], [ 120.2256612, 30.400473 ] ], [ [ 120.2256612, 30.400473 ], [ 120.2271031, 30.4012403 ] ], [ [ 120.2271031, 30.4012403 ], [ 120.2292022, 30.4023962 ] ], [ [ 120.2292022, 30.4023962 ], [ 120.2297332, 30.4026886 ] ], [ [ 120.2161318, 30.4265458 ], [ 120.2155015, 30.426472 ] ], [ [ 120.2155015, 30.426472 ], [ 120.2149865, 30.4264355 ] ], [ [ 120.2149865, 30.4264355 ], [ 120.2143389, 30.4263896 ] ], [ [ 120.2143389, 30.4263896 ], [ 120.2141207, 30.4263756 ] ], [ [ 120.2141207, 30.4263756 ], [ 120.2131441, 30.4263132 ] ], [ [ 120.2131441, 30.4263132 ], [ 120.2130079, 30.4263085 ] ], [ [ 120.2130079, 30.4263085 ], [ 120.2129096, 30.4263052 ] ], [ [ 120.2129096, 30.4263052 ], [ 120.2124361, 30.4264659 ] ], [ [ 120.2124361, 30.4264659 ], [ 120.2115883, 30.4273628 ] ], [ [ 120.2115883, 30.4273628 ], [ 120.2113984, 30.4275637 ] ], [ [ 120.2113984, 30.4275637 ], [ 120.211255, 30.4277154 ] ], [ [ 120.211255, 30.4277154 ], [ 120.2107192, 30.4282821 ] ], [ [ 120.2107192, 30.4282821 ], [ 120.2105548, 30.4284002 ] ], [ [ 120.2105548, 30.4284002 ], [ 120.2104006, 30.428511 ] ], [ [ 120.2104006, 30.428511 ], [ 120.2099227, 30.4287094 ] ], [ [ 120.2099227, 30.4287094 ], [ 120.2090605, 30.4290439 ] ], [ [ 120.2090605, 30.4290439 ], [ 120.2088037, 30.4291435 ] ], [ [ 120.2088037, 30.4291435 ], [ 120.2083296, 30.4293275 ] ], [ [ 120.2083296, 30.4293275 ], [ 120.2080022, 30.4295946 ] ], [ [ 120.2080022, 30.4295946 ], [ 120.2079245, 30.4296725 ] ], [ [ 120.2079245, 30.4296725 ], [ 120.2068605, 30.4307393 ] ], [ [ 120.2068605, 30.4307393 ], [ 120.2064003, 30.4310293 ] ], [ [ 120.2064003, 30.4310293 ], [ 120.2063003, 30.431052 ] ], [ [ 120.2063003, 30.431052 ], [ 120.2058959, 30.4311437 ] ], [ [ 120.2058959, 30.4311437 ], [ 120.2053282, 30.4312112 ] ], [ [ 120.2053282, 30.4312112 ], [ 120.205218, 30.4312243 ] ], [ [ 120.205218, 30.4312243 ], [ 120.2046355, 30.4312936 ] ], [ [ 120.2046355, 30.4312936 ], [ 120.2038426, 30.4313879 ] ], [ [ 120.2038426, 30.4313879 ], [ 120.2034532, 30.4315024 ] ], [ [ 120.2034532, 30.4315024 ], [ 120.2033625, 30.4315337 ] ], [ [ 120.2033625, 30.4315337 ], [ 120.2028337, 30.431716 ] ], [ [ 120.2028337, 30.431716 ], [ 120.201577, 30.4324944 ] ], [ [ 120.201577, 30.4324944 ], [ 120.2006831, 30.4332269 ] ], [ [ 120.2006831, 30.4332269 ], [ 120.2006035, 30.4334864 ] ], [ [ 120.2006035, 30.4334864 ], [ 120.2005287, 30.433929 ] ], [ [ 120.2005287, 30.433929 ], [ 120.2004955, 30.4341252 ] ], [ [ 120.2004955, 30.4341252 ], [ 120.2004796, 30.4342189 ] ], [ [ 120.2004796, 30.4342189 ], [ 120.2003557, 30.4345776 ] ], [ [ 120.2003557, 30.4345776 ], [ 120.2002632, 30.4348384 ] ], [ [ 120.2002632, 30.4348384 ], [ 120.200218, 30.4349657 ] ], [ [ 120.200218, 30.4349657 ], [ 120.1996654, 30.4365234 ] ], [ [ 120.1996654, 30.4365234 ], [ 120.1996107, 30.4367916 ] ], [ [ 120.1996107, 30.4367916 ], [ 120.1995238, 30.4372177 ] ], [ [ 120.1995238, 30.4372177 ], [ 120.1995857, 30.4374848 ] ], [ [ 120.1995857, 30.4374848 ], [ 120.1999138, 30.4384404 ] ], [ [ 120.1999138, 30.4384404 ], [ 120.1999928, 30.4386751 ] ], [ [ 120.1999928, 30.4386751 ], [ 120.2000824, 30.4388548 ] ], [ [ 120.2000824, 30.4388548 ], [ 120.2008602, 30.4404148 ] ], [ [ 120.2008602, 30.4404148 ], [ 120.2009235, 30.440483 ] ], [ [ 120.2009235, 30.440483 ], [ 120.201108, 30.4406819 ] ], [ [ 120.201108, 30.4406819 ], [ 120.2023912, 30.4419409 ] ], [ [ 120.2023912, 30.4419409 ], [ 120.202639, 30.4423224 ] ], [ [ 120.202639, 30.4423224 ], [ 120.2027895, 30.4425818 ] ], [ [ 120.2027895, 30.4425818 ], [ 120.2034178, 30.443238 ] ], [ [ 120.2034178, 30.443238 ], [ 120.2037808, 30.443753 ] ], [ [ 120.2037808, 30.443753 ], [ 120.2038916, 30.4441383 ] ], [ [ 120.2038916, 30.4441383 ], [ 120.2040533, 30.4444535 ] ], [ [ 120.2040533, 30.4444535 ], [ 120.2043532, 30.4446065 ] ], [ [ 120.2043532, 30.4446065 ], [ 120.2047283, 30.4447729 ] ], [ [ 120.2047283, 30.4447729 ], [ 120.2050371, 30.4449535 ] ], [ [ 120.2050371, 30.4449535 ], [ 120.2052852, 30.445237 ] ], [ [ 120.2052852, 30.445237 ], [ 120.2064003, 30.4471444 ] ], [ [ 120.2064003, 30.4471444 ], [ 120.2066835, 30.4473657 ] ], [ [ 120.2066835, 30.4473657 ], [ 120.2069225, 30.447442 ] ], [ [ 120.2069225, 30.447442 ], [ 120.208525, 30.4476474 ] ], [ [ 120.208525, 30.4476474 ], [ 120.2115068, 30.4480295 ] ], [ [ 120.2115068, 30.4480295 ], [ 120.2148957, 30.4483887 ] ], [ [ 120.2148957, 30.4483887 ], [ 120.2151178, 30.4484134 ] ], [ [ 120.2151178, 30.4484134 ], [ 120.2155149, 30.448479 ] ], [ [ 120.2110519, 30.462686 ], [ 120.2109753, 30.4624287 ] ], [ [ 120.2191846, 30.4148696 ], [ 120.2191975, 30.4146887 ] ], [ [ 120.2191846, 30.4148696 ], [ 120.2190558, 30.4156705 ] ], [ [ 120.2190558, 30.4156705 ], [ 120.2190101, 30.4161541 ] ], [ [ 120.2190101, 30.4161541 ], [ 120.2190006, 30.4162544 ] ], [ [ 120.2190006, 30.4162544 ], [ 120.2192309, 30.4174302 ] ], [ [ 120.2192309, 30.4174302 ], [ 120.2193639, 30.4181094 ] ], [ [ 120.2193639, 30.4181094 ], [ 120.2194469, 30.4185334 ] ], [ [ 120.2194469, 30.4185334 ], [ 120.2196875, 30.4195852 ] ], [ [ 120.2196875, 30.4195852 ], [ 120.2196936, 30.419981 ] ], [ [ 120.2196936, 30.419981 ], [ 120.2196202, 30.4208834 ] ], [ [ 120.2196202, 30.4208834 ], [ 120.21951, 30.4212053 ] ], [ [ 120.21951, 30.4212053 ], [ 120.2193069, 30.4215421 ] ], [ [ 120.2193069, 30.4215421 ], [ 120.2189687, 30.422103 ] ], [ [ 120.2189687, 30.422103 ], [ 120.2187144, 30.4225247 ] ], [ [ 120.2187144, 30.4225247 ], [ 120.2184229, 30.4230274 ] ], [ [ 120.2184229, 30.4230274 ], [ 120.2183472, 30.4231579 ] ], [ [ 120.2183472, 30.4231579 ], [ 120.2170192, 30.4249416 ] ], [ [ 120.2170192, 30.4249416 ], [ 120.2163032, 30.4259917 ] ], [ [ 120.2163032, 30.4259917 ], [ 120.2162236, 30.4261448 ] ], [ [ 120.2162236, 30.4261448 ], [ 120.2161318, 30.4265458 ] ], [ [ 120.2109753, 30.4624287 ], [ 120.2110091, 30.4621979 ] ], [ [ 120.2110091, 30.4621979 ], [ 120.2110505, 30.4619881 ] ], [ [ 120.2110505, 30.4619881 ], [ 120.2111632, 30.4615708 ] ], [ [ 120.2111632, 30.4615708 ], [ 120.2112752, 30.4611931 ] ], [ [ 120.2112752, 30.4611931 ], [ 120.2114906, 30.4603695 ] ], [ [ 120.2114906, 30.4603695 ], [ 120.2115412, 30.4601762 ] ], [ [ 120.2115412, 30.4601762 ], [ 120.2115666, 30.4600791 ] ], [ [ 120.2115666, 30.4600791 ], [ 120.2116944, 30.4594275 ] ], [ [ 120.2116944, 30.4594275 ], [ 120.2117187, 30.4593036 ] ], [ [ 120.2117187, 30.4593036 ], [ 120.211924, 30.4586546 ] ], [ [ 120.211924, 30.4586546 ], [ 120.2119561, 30.4585532 ] ], [ [ 120.2119561, 30.4585532 ], [ 120.2121368, 30.4579821 ] ], [ [ 120.2121368, 30.4579821 ], [ 120.2123374, 30.457247 ] ], [ [ 120.2123374, 30.457247 ], [ 120.2124409, 30.456868 ] ], [ [ 120.2124409, 30.456868 ], [ 120.2125016, 30.4567527 ] ], [ [ 120.2125016, 30.4567527 ], [ 120.2129984, 30.4558085 ] ], [ [ 120.2129984, 30.4558085 ], [ 120.2132198, 30.4554396 ] ], [ [ 120.2132198, 30.4554396 ], [ 120.2135686, 30.4548583 ] ], [ [ 120.2135686, 30.4548583 ], [ 120.2141099, 30.4539162 ] ], [ [ 120.2141099, 30.4539162 ], [ 120.2142275, 30.4537114 ] ], [ [ 120.2142275, 30.4537114 ], [ 120.2147232, 30.4527944 ] ], [ [ 120.2147232, 30.4527944 ], [ 120.2149569, 30.4523621 ] ], [ [ 120.2149569, 30.4523621 ], [ 120.2150448, 30.4521995 ] ], [ [ 120.2150448, 30.4521995 ], [ 120.2154197, 30.4515457 ] ], [ [ 120.2154197, 30.4515457 ], [ 120.2156406, 30.4508909 ] ], [ [ 120.2156406, 30.4508909 ], [ 120.2157543, 30.4503371 ] ], [ [ 120.2157543, 30.4503371 ], [ 120.215666, 30.4494578 ] ], [ [ 120.215666, 30.4494578 ], [ 120.2156371, 30.4492876 ] ], [ [ 120.2156371, 30.4492876 ], [ 120.2155942, 30.4489905 ] ], [ [ 120.2155942, 30.4489905 ], [ 120.2155709, 30.4488401 ] ], [ [ 120.2155709, 30.4488401 ], [ 120.2155149, 30.448479 ] ], [ [ 120.1986273, 30.358784 ], [ 120.1981619, 30.3595083 ] ], [ [ 120.1981619, 30.3595083 ], [ 120.1975551, 30.3604528 ] ], [ [ 120.2014457, 30.3617241 ], [ 120.2023101, 30.3603998 ] ], [ [ 120.2023825, 30.3604518 ], [ 120.2015103, 30.3617298 ] ], [ [ 120.2014457, 30.3617241 ], [ 120.2009865, 30.3617136 ] ], [ [ 120.2009865, 30.3617136 ], [ 120.200695, 30.3617717 ] ], [ [ 120.200695, 30.3617717 ], [ 120.2002654, 30.3618321 ] ], [ [ 120.2002654, 30.3618321 ], [ 120.2000254, 30.3618426 ] ], [ [ 120.2000254, 30.3618426 ], [ 120.1999007, 30.3618346 ] ], [ [ 120.1999007, 30.3618346 ], [ 120.199748, 30.3618249 ] ], [ [ 120.199748, 30.3618249 ], [ 120.1994174, 30.3617097 ] ], [ [ 120.1994174, 30.3617097 ], [ 120.1990928, 30.3615313 ] ], [ [ 120.1990928, 30.3615313 ], [ 120.1986986, 30.361194 ] ], [ [ 120.1986986, 30.361194 ], [ 120.1982953, 30.3609259 ] ], [ [ 120.1982953, 30.3609259 ], [ 120.1975551, 30.3604528 ] ], [ [ 120.2041821, 30.3614736 ], [ 120.2042578, 30.3613837 ] ], [ [ 120.2014457, 30.3617241 ], [ 120.2015103, 30.3617298 ] ], [ [ 120.2033151, 30.3629527 ], [ 120.2036078, 30.3624307 ] ], [ [ 120.2036078, 30.3624307 ], [ 120.2038947, 30.3619438 ] ], [ [ 120.2038947, 30.3619438 ], [ 120.2039443, 30.3618627 ] ], [ [ 120.2039443, 30.3618627 ], [ 120.2040128, 30.3617506 ] ], [ [ 120.2040128, 30.3617506 ], [ 120.2041821, 30.3614736 ] ], [ [ 120.1975551, 30.3604528 ], [ 120.1974003, 30.3608766 ] ], [ [ 120.1974003, 30.3608766 ], [ 120.1969073, 30.3614964 ] ], [ [ 120.1969073, 30.3614964 ], [ 120.196641, 30.3619031 ] ], [ [ 120.196641, 30.3619031 ], [ 120.1964566, 30.3621855 ] ], [ [ 120.1964566, 30.3621855 ], [ 120.1962695, 30.3625144 ] ], [ [ 120.1962695, 30.3625144 ], [ 120.1960829, 30.3628867 ] ], [ [ 120.1960829, 30.3628867 ], [ 120.1960219, 30.3630166 ] ], [ [ 120.1960219, 30.3630166 ], [ 120.1958949, 30.3634361 ] ], [ [ 120.1958949, 30.3634361 ], [ 120.1959941, 30.3634595 ] ], [ [ 120.1959941, 30.3634595 ], [ 120.1965264, 30.363585 ] ], [ [ 120.1965264, 30.363585 ], [ 120.1973348, 30.3635788 ] ], [ [ 120.1973348, 30.3635788 ], [ 120.1979684, 30.3636353 ] ], [ [ 120.1979684, 30.3636353 ], [ 120.1984636, 30.3638741 ] ], [ [ 120.1984636, 30.3638741 ], [ 120.1987987, 30.3640626 ] ], [ [ 120.1987987, 30.3640626 ], [ 120.1992356, 30.3641443 ] ], [ [ 120.1992356, 30.3641443 ], [ 120.1996726, 30.364182 ] ], [ [ 120.1996726, 30.364182 ], [ 120.2000291, 30.3641639 ] ], [ [ 120.2000291, 30.3641639 ], [ 120.2007869, 30.3641255 ] ], [ [ 120.2007869, 30.3641255 ], [ 120.2015589, 30.3639244 ] ], [ [ 120.2015589, 30.3639244 ], [ 120.2021853, 30.3636605 ] ], [ [ 120.2021853, 30.3636605 ], [ 120.2025931, 30.3634531 ] ], [ [ 120.2025931, 30.3634531 ], [ 120.2031321, 30.3631326 ] ], [ [ 120.2031321, 30.3631326 ], [ 120.2033151, 30.3629527 ] ], [ [ 120.2015103, 30.3617298 ], [ 120.2022887, 30.3621457 ] ], [ [ 120.2022887, 30.3621457 ], [ 120.202444, 30.3622286 ] ], [ [ 120.202444, 30.3622286 ], [ 120.2027615, 30.3624518 ] ], [ [ 120.2027615, 30.3624518 ], [ 120.2033151, 30.3629527 ] ], [ [ 120.2033151, 30.3629527 ], [ 120.2037657, 30.3633009 ] ], [ [ 120.2037657, 30.3633009 ], [ 120.2041306, 30.3635075 ] ], [ [ 120.2041306, 30.3635075 ], [ 120.2042659, 30.3635841 ] ], [ [ 120.2042659, 30.3635841 ], [ 120.2054835, 30.3641431 ] ], [ [ 120.1958463, 30.3595289 ], [ 120.1966908, 30.3599855 ] ], [ [ 120.1966908, 30.3599855 ], [ 120.1968942, 30.3600955 ] ], [ [ 120.1968942, 30.3600955 ], [ 120.1975551, 30.3604528 ] ], [ [ 120.1807333, 30.3887854 ], [ 120.1800438, 30.3868747 ] ], [ [ 120.176433, 30.3887765 ], [ 120.1785934, 30.3888888 ] ], [ [ 120.1785934, 30.3888888 ], [ 120.1786614, 30.3888942 ] ], [ [ 120.1786614, 30.3888942 ], [ 120.1791058, 30.3889295 ] ], [ [ 120.1791058, 30.3889295 ], [ 120.1807333, 30.3887854 ] ], [ [ 120.181625, 30.3906042 ], [ 120.1807333, 30.3887854 ] ], [ [ 120.1838568, 30.4414711 ], [ 120.184025, 30.4414707 ] ], [ [ 120.1726811, 30.4499737 ], [ 120.1726936, 30.4499142 ] ], [ [ 120.1726936, 30.4499142 ], [ 120.1727271, 30.4497836 ] ], [ [ 120.1727271, 30.4497836 ], [ 120.1727604, 30.4496564 ] ], [ [ 120.1727604, 30.4496564 ], [ 120.1729627, 30.4493944 ] ], [ [ 120.1729627, 30.4493944 ], [ 120.1732476, 30.449066 ] ], [ [ 120.1732476, 30.449066 ], [ 120.1733742, 30.4487441 ] ], [ [ 120.1733742, 30.4487441 ], [ 120.1735773, 30.4478528 ] ], [ [ 120.1735773, 30.4478528 ], [ 120.1736158, 30.4476837 ] ], [ [ 120.1736158, 30.4476837 ], [ 120.1736506, 30.4475312 ] ], [ [ 120.1736506, 30.4475312 ], [ 120.1738204, 30.4467861 ] ], [ [ 120.1738204, 30.4467861 ], [ 120.1739005, 30.4465922 ] ], [ [ 120.1739005, 30.4465922 ], [ 120.1741067, 30.4460927 ] ], [ [ 120.1741067, 30.4460927 ], [ 120.1743055, 30.4456114 ] ], [ [ 120.1743055, 30.4456114 ], [ 120.1743984, 30.4451754 ] ], [ [ 120.1743984, 30.4451754 ], [ 120.1746255, 30.4433422 ] ], [ [ 120.1746255, 30.4433422 ], [ 120.17477, 30.4429862 ] ], [ [ 120.17477, 30.4429862 ], [ 120.1748423, 30.4428082 ] ], [ [ 120.1748423, 30.4428082 ], [ 120.1752552, 30.4419717 ] ], [ [ 120.1752552, 30.4419717 ], [ 120.1753377, 30.4417136 ] ], [ [ 120.1753377, 30.4417136 ], [ 120.1767056, 30.4418492 ] ], [ [ 120.1767056, 30.4418492 ], [ 120.1771338, 30.4418916 ] ], [ [ 120.1771338, 30.4418916 ], [ 120.1776817, 30.4419246 ] ], [ [ 120.1776817, 30.4419246 ], [ 120.1796421, 30.4420429 ] ], [ [ 120.1796421, 30.4420429 ], [ 120.1797064, 30.4420378 ] ], [ [ 120.1797064, 30.4420378 ], [ 120.1801995, 30.4419984 ] ], [ [ 120.1801995, 30.4419984 ], [ 120.1810563, 30.441856 ] ], [ [ 120.1810563, 30.441856 ], [ 120.1818316, 30.441698 ] ], [ [ 120.1818316, 30.441698 ], [ 120.1835401, 30.4414441 ] ], [ [ 120.1835401, 30.4414441 ], [ 120.1838568, 30.4414711 ] ], [ [ 120.1971556, 30.4057296 ], [ 120.1980017, 30.4067331 ] ], [ [ 120.1980017, 30.4067331 ], [ 120.1983019, 30.4070131 ] ], [ [ 120.1983019, 30.4070131 ], [ 120.1998931, 30.4082539 ] ], [ [ 120.1998931, 30.4082539 ], [ 120.2000222, 30.4083594 ] ], [ [ 120.1991096, 30.4718406 ], [ 120.1992188, 30.4717227 ], [ 120.1994885, 30.4714314 ], [ 120.2027355, 30.4679242 ] ], [ [ 120.2028693, 30.468025 ], [ 120.1996525, 30.4714391 ], [ 120.1993736, 30.4717351 ], [ 120.1992717, 30.4718432 ] ], [ [ 120.1897617, 30.4711691 ], [ 120.1900324, 30.4704371 ], [ 120.1902738, 30.4699604 ], [ 120.1904471, 30.4697028 ], [ 120.1906996, 30.4694143 ], [ 120.1911732, 30.4690442 ], [ 120.1913446, 30.4689539 ], [ 120.1916581, 30.4687886 ] ], [ [ 120.1917524, 30.4688257 ], [ 120.19135, 30.4690676 ], [ 120.1908575, 30.4694369 ], [ 120.1907015, 30.4695963 ], [ 120.1905332, 30.4697682 ], [ 120.1902264, 30.4703394 ], [ 120.1899056, 30.4712061 ] ], [ [ 120.1851118, 30.4702283 ], [ 120.1852656, 30.4699572 ] ], [ [ 120.1896688, 30.4714007 ], [ 120.1897617, 30.4711691 ] ], [ [ 120.1899056, 30.4712061 ], [ 120.1898374, 30.4714334 ] ], [ [ 120.1916581, 30.4687886 ], [ 120.1925715, 30.4680618 ], [ 120.1927556, 30.4678761 ], [ 120.1932007, 30.467427 ], [ 120.1933149, 30.4671509 ], [ 120.1933522, 30.466909 ], [ 120.1935832, 30.4665526 ], [ 120.1934723, 30.4667942 ], [ 120.1934162, 30.4669164 ], [ 120.1933867, 30.4671919 ], [ 120.193364, 30.4674304 ], [ 120.1926954, 30.4681432 ], [ 120.1917524, 30.4688257 ] ], [ [ 120.1909317, 30.4680815 ], [ 120.1911345, 30.4683395 ] ], [ [ 120.1911345, 30.4683395 ], [ 120.1914338, 30.4686391 ] ], [ [ 120.1914338, 30.4686391 ], [ 120.1916581, 30.4687886 ] ], [ [ 120.1916581, 30.4687886 ], [ 120.1917524, 30.4688257 ] ], [ [ 120.1917524, 30.4688257 ], [ 120.1951289, 30.4701568 ] ], [ [ 120.1951289, 30.4701568 ], [ 120.1951949, 30.4701828 ] ], [ [ 120.1991096, 30.4718406 ], [ 120.1987962, 30.4718208 ] ], [ [ 120.1987962, 30.4718208 ], [ 120.1983921, 30.4717318 ] ], [ [ 120.1983921, 30.4717318 ], [ 120.1980169, 30.4716102 ] ], [ [ 120.1980169, 30.4716102 ], [ 120.1963441, 30.4707007 ] ], [ [ 120.1809602, 30.4694882 ], [ 120.180843, 30.4698831 ], [ 120.1806843, 30.4704174 ], [ 120.1806146, 30.4706095 ] ], [ [ 120.1804869, 30.4706606 ], [ 120.1807245, 30.4699301 ], [ 120.1807994, 30.4697187 ], [ 120.1808193, 30.4695873 ], [ 120.1808529, 30.4694877 ] ], [ [ 120.1806146, 30.4706095 ], [ 120.1805968, 30.4707016 ] ], [ [ 120.1851118, 30.4702283 ], [ 120.1838823, 30.4722368 ] ], [ [ 120.2391701, 30.4115031 ], [ 120.2391022, 30.4115945 ] ], [ [ 120.2391022, 30.4115945 ], [ 120.2387641, 30.412122 ] ], [ [ 120.2387641, 30.412122 ], [ 120.2383288, 30.412599 ] ], [ [ 120.2383288, 30.412599 ], [ 120.2380726, 30.4129995 ] ], [ [ 120.2380726, 30.4129995 ], [ 120.2381033, 30.4132463 ] ], [ [ 120.2381033, 30.4132463 ], [ 120.2373802, 30.4143053 ] ], [ [ 120.2373802, 30.4143053 ], [ 120.2372007, 30.4148667 ] ], [ [ 120.2364692, 30.435147 ], [ 120.2372584, 30.434025 ] ], [ [ 120.2372584, 30.434025 ], [ 120.2377325, 30.4332269 ] ], [ [ 120.2377325, 30.4332269 ], [ 120.238008, 30.4327632 ] ], [ [ 120.238008, 30.4327632 ], [ 120.2381151, 30.4323169 ] ], [ [ 120.2381151, 30.4323169 ], [ 120.2377939, 30.4312398 ] ], [ [ 120.2377939, 30.4312398 ], [ 120.2376332, 30.4309782 ] ], [ [ 120.2376332, 30.4309782 ], [ 120.2372049, 30.4307166 ] ], [ [ 120.2372049, 30.4307166 ], [ 120.2365873, 30.4304223 ] ], [ [ 120.2365873, 30.4304223 ], [ 120.2358959, 30.4300927 ] ], [ [ 120.2358959, 30.4300927 ], [ 120.2331508, 30.4287769 ] ], [ [ 120.2364692, 30.435147 ], [ 120.2364254, 30.4352003 ] ], [ [ 120.2308229, 30.4325818 ], [ 120.2308542, 30.43252 ] ], [ [ 120.231089, 30.4326184 ], [ 120.2310597, 30.432681 ] ], [ [ 120.2364254, 30.4352003 ], [ 120.2361504, 30.4356242 ] ], [ [ 120.2361504, 30.4356242 ], [ 120.2359397, 30.4358531 ] ], [ [ 120.2359397, 30.4358531 ], [ 120.2356292, 30.4360309 ] ], [ [ 120.2356292, 30.4360309 ], [ 120.2353211, 30.4360955 ] ], [ [ 120.2353211, 30.4360955 ], [ 120.2348742, 30.4360987 ] ], [ [ 120.2348742, 30.4360987 ], [ 120.2345169, 30.4361441 ] ], [ [ 120.2345169, 30.4361441 ], [ 120.2341633, 30.4362327 ] ], [ [ 120.2341633, 30.4362327 ], [ 120.2338347, 30.4364019 ] ], [ [ 120.2338347, 30.4364019 ], [ 120.233487, 30.4366296 ] ], [ [ 120.233487, 30.4366296 ], [ 120.2325259, 30.4374032 ] ], [ [ 120.2325259, 30.4374032 ], [ 120.2321833, 30.4376463 ] ], [ [ 120.2321833, 30.4376463 ], [ 120.2318584, 30.4377867 ] ], [ [ 120.2318584, 30.4377867 ], [ 120.2309339, 30.4379469 ] ], [ [ 120.2309339, 30.4379469 ], [ 120.2306506, 30.437996 ] ], [ [ 120.2306506, 30.437996 ], [ 120.2302833, 30.4380601 ] ], [ [ 120.2302833, 30.4380601 ], [ 120.2299931, 30.4381068 ] ], [ [ 120.2299931, 30.4381068 ], [ 120.2295806, 30.4381624 ] ], [ [ 120.2295806, 30.4381624 ], [ 120.2288416, 30.4382765 ] ], [ [ 120.2288416, 30.4382765 ], [ 120.2282239, 30.4384002 ] ], [ [ 120.2282239, 30.4384002 ], [ 120.2277275, 30.4386046 ] ], [ [ 120.2277275, 30.4386046 ], [ 120.2272808, 30.4388091 ] ], [ [ 120.2350425, 30.4409977 ], [ 120.2363502, 30.439021 ] ], [ [ 120.2363502, 30.439021 ], [ 120.2365099, 30.43876 ] ], [ [ 120.2365099, 30.43876 ], [ 120.2370874, 30.4377701 ] ], [ [ 120.2370874, 30.4377701 ], [ 120.2372932, 30.4373937 ] ], [ [ 120.2372932, 30.4373937 ], [ 120.2374113, 30.4371763 ] ], [ [ 120.2374113, 30.4371763 ], [ 120.2381296, 30.4359296 ] ], [ [ 120.2350425, 30.4409977 ], [ 120.2357708, 30.4410555 ] ], [ [ 120.2357708, 30.4410555 ], [ 120.2364937, 30.4411167 ] ], [ [ 120.2364937, 30.4411167 ], [ 120.2387789, 30.4414311 ] ], [ [ 120.2387789, 30.4414311 ], [ 120.2394729, 30.4415769 ] ], [ [ 120.2399283, 30.4416813 ], [ 120.2394729, 30.4415769 ] ], [ [ 120.2309339, 30.4379469 ], [ 120.2309994, 30.438149 ] ], [ [ 120.2309994, 30.438149 ], [ 120.231495, 30.4387173 ] ], [ [ 120.231495, 30.4387173 ], [ 120.2324553, 30.4394202 ] ], [ [ 120.2324553, 30.4394202 ], [ 120.232631, 30.4395487 ] ], [ [ 120.232631, 30.4395487 ], [ 120.2331138, 30.4399021 ] ], [ [ 120.2331138, 30.4399021 ], [ 120.2332939, 30.4399982 ] ], [ [ 120.2332939, 30.4399982 ], [ 120.2350425, 30.4409977 ] ], [ [ 120.2303861, 30.4467597 ], [ 120.2304525, 30.4464794 ] ], [ [ 120.2304525, 30.4464794 ], [ 120.2305353, 30.4461585 ] ], [ [ 120.2305353, 30.4461585 ], [ 120.2307005, 30.4457883 ] ], [ [ 120.2307005, 30.4457883 ], [ 120.230903, 30.4453212 ] ], [ [ 120.230903, 30.4453212 ], [ 120.2311004, 30.4449894 ] ], [ [ 120.2311004, 30.4449894 ], [ 120.2314063, 30.4445954 ] ], [ [ 120.2314063, 30.4445954 ], [ 120.2315216, 30.4444666 ] ], [ [ 120.2315216, 30.4444666 ], [ 120.2318094, 30.444145 ] ], [ [ 120.2318094, 30.444145 ], [ 120.2331056, 30.4429293 ] ], [ [ 120.2331056, 30.4429293 ], [ 120.2343178, 30.4417204 ] ], [ [ 120.2343178, 30.4417204 ], [ 120.2345363, 30.4415025 ] ], [ [ 120.2345363, 30.4415025 ], [ 120.2350425, 30.4409977 ] ], [ [ 120.2303861, 30.4467597 ], [ 120.2303649, 30.4468232 ] ], [ [ 120.2399283, 30.4416813 ], [ 120.2426201, 30.4429414 ] ], [ [ 120.2426201, 30.4429414 ], [ 120.2428132, 30.4430292 ] ], [ [ 120.2428132, 30.4430292 ], [ 120.2430651, 30.4431214 ] ], [ [ 120.2430651, 30.4431214 ], [ 120.2465571, 30.444692 ] ], [ [ 120.2465571, 30.444692 ], [ 120.2473803, 30.4450623 ] ], [ [ 120.2448399, 30.4568946 ], [ 120.2446827, 30.4570599 ] ], [ [ 120.2161318, 30.4265458 ], [ 120.216788, 30.4266498 ] ], [ [ 120.216788, 30.4266498 ], [ 120.2174345, 30.4271397 ] ], [ [ 120.2174345, 30.4271397 ], [ 120.2178386, 30.4274459 ] ], [ [ 120.2178386, 30.4274459 ], [ 120.2182525, 30.4275282 ] ], [ [ 120.2182525, 30.4275282 ], [ 120.219331, 30.427417 ] ], [ [ 120.219331, 30.427417 ], [ 120.220115, 30.4273361 ] ], [ [ 120.220115, 30.4273361 ], [ 120.220688, 30.4274047 ] ], [ [ 120.220688, 30.4274047 ], [ 120.2215635, 30.4276792 ] ], [ [ 120.2215635, 30.4276792 ], [ 120.2232827, 30.4285302 ] ], [ [ 120.2232827, 30.4285302 ], [ 120.2238717, 30.4291204 ] ], [ [ 120.2238717, 30.4291204 ], [ 120.2249383, 30.4304518 ] ], [ [ 120.2249383, 30.4304518 ], [ 120.2253362, 30.4313989 ] ], [ [ 120.2253362, 30.4313989 ], [ 120.2255591, 30.432291 ] ], [ [ 120.2255591, 30.432291 ], [ 120.2259973, 30.4331162 ] ], [ [ 120.2259973, 30.4331162 ], [ 120.2261053, 30.4332989 ] ], [ [ 120.2261053, 30.4332989 ], [ 120.2262818, 30.4335842 ] ], [ [ 120.2262818, 30.4335842 ], [ 120.2264969, 30.4340502 ] ], [ [ 120.2264969, 30.4340502 ], [ 120.2264417, 30.4344021 ] ], [ [ 120.2264417, 30.4344021 ], [ 120.2263645, 30.43493 ] ], [ [ 120.2263645, 30.43493 ], [ 120.2264197, 30.4356005 ] ], [ [ 120.2264197, 30.4356005 ], [ 120.2265079, 30.4362567 ] ], [ [ 120.2265079, 30.4362567 ], [ 120.2265079, 30.4363571 ] ], [ [ 120.2265079, 30.4363571 ], [ 120.2265079, 30.4369129 ] ], [ [ 120.2265079, 30.4369129 ], [ 120.2263535, 30.4373409 ] ], [ [ 120.2263535, 30.4373409 ], [ 120.2262377, 30.4376167 ] ], [ [ 120.2262377, 30.4376167 ], [ 120.2262156, 30.437978 ] ], [ [ 120.2262156, 30.437978 ], [ 120.2262321, 30.4382206 ] ], [ [ 120.2262321, 30.4382206 ], [ 120.2262873, 30.4384868 ] ], [ [ 120.2262873, 30.4384868 ], [ 120.2264307, 30.4386343 ] ], [ [ 120.2264307, 30.4386343 ], [ 120.2267009, 30.4386866 ] ], [ [ 120.2267009, 30.4386866 ], [ 120.227005, 30.4387473 ] ], [ [ 120.227005, 30.4387473 ], [ 120.2272808, 30.4388091 ] ], [ [ 120.2268664, 30.4391098 ], [ 120.226894, 30.4389671 ] ], [ [ 120.226894, 30.4389671 ], [ 120.2268388, 30.4387769 ] ], [ [ 120.2268388, 30.4387769 ], [ 120.2267009, 30.4386866 ] ], [ [ 120.2272808, 30.4388091 ], [ 120.2270657, 30.4389613 ] ], [ [ 120.2270657, 30.4389613 ], [ 120.2268664, 30.4391098 ] ], [ [ 120.2155149, 30.448479 ], [ 120.2154048, 30.447668 ] ], [ [ 120.2154048, 30.447668 ], [ 120.2153027, 30.4468039 ] ], [ [ 120.2153027, 30.4468039 ], [ 120.2152284, 30.4461745 ] ], [ [ 120.2152284, 30.4461745 ], [ 120.2150957, 30.4453945 ] ], [ [ 120.2150957, 30.4453945 ], [ 120.2150142, 30.4449155 ] ], [ [ 120.2150142, 30.4449155 ], [ 120.2150417, 30.4446397 ] ], [ [ 120.2150417, 30.4446397 ], [ 120.2151465, 30.4442546 ] ], [ [ 120.2151465, 30.4442546 ], [ 120.2153782, 30.4438314 ] ], [ [ 120.2153782, 30.4438314 ], [ 120.215676, 30.4435271 ] ], [ [ 120.215676, 30.4435271 ], [ 120.2159462, 30.4432989 ] ], [ [ 120.2159462, 30.4432989 ], [ 120.2160706, 30.4431785 ] ], [ [ 120.2160706, 30.4431785 ], [ 120.2163489, 30.442909 ] ], [ [ 120.2163489, 30.442909 ], [ 120.2168232, 30.4424905 ] ], [ [ 120.2168232, 30.4424905 ], [ 120.2173471, 30.4420293 ] ], [ [ 120.2173471, 30.4420293 ], [ 120.2177518, 30.4416946 ] ], [ [ 120.2177518, 30.4416946 ], [ 120.2180255, 30.4414682 ] ], [ [ 120.2180255, 30.4414682 ], [ 120.2185715, 30.4411021 ] ], [ [ 120.2185715, 30.4411021 ], [ 120.2191285, 30.4408501 ] ], [ [ 120.2191285, 30.4408501 ], [ 120.2197738, 30.4406837 ] ], [ [ 120.2197738, 30.4406837 ], [ 120.2206893, 30.4404792 ] ], [ [ 120.2206893, 30.4404792 ], [ 120.2212128, 30.4404581 ] ], [ [ 120.2212128, 30.4404581 ], [ 120.2212795, 30.4404554 ] ], [ [ 120.2212795, 30.4404554 ], [ 120.22162, 30.4404762 ] ], [ [ 120.22162, 30.4404762 ], [ 120.2218255, 30.4404887 ] ], [ [ 120.2218255, 30.4404887 ], [ 120.2223274, 30.44056 ] ], [ [ 120.2223274, 30.44056 ], [ 120.2229726, 30.4405648 ] ], [ [ 120.2229726, 30.4405648 ], [ 120.2230795, 30.4405493 ] ], [ [ 120.2230795, 30.4405493 ], [ 120.2236951, 30.4404602 ] ], [ [ 120.2236951, 30.4404602 ], [ 120.2243901, 30.4402938 ] ], [ [ 120.2243901, 30.4402938 ], [ 120.2251622, 30.440056 ] ], [ [ 120.2251622, 30.440056 ], [ 120.2253531, 30.4399718 ] ], [ [ 120.2253531, 30.4399718 ], [ 120.2256365, 30.4398468 ] ], [ [ 120.2256365, 30.4398468 ], [ 120.2262432, 30.4395234 ] ], [ [ 120.2262432, 30.4395234 ], [ 120.2268664, 30.4391098 ] ], [ [ 120.2223663, 30.4558063 ], [ 120.2221024, 30.4556395 ] ], [ [ 120.2223663, 30.4558063 ], [ 120.2230319, 30.4561906 ] ], [ [ 120.2230319, 30.4561906 ], [ 120.2235228, 30.4564265 ] ], [ [ 120.2235228, 30.4564265 ], [ 120.2264872, 30.4576375 ] ], [ [ 120.2264872, 30.4576375 ], [ 120.2268993, 30.4578059 ] ], [ [ 120.2268993, 30.4578059 ], [ 120.2270265, 30.4578579 ] ], [ [ 120.2270265, 30.4578579 ], [ 120.2286981, 30.4585455 ] ], [ [ 120.2286981, 30.4585455 ], [ 120.2307202, 30.4593698 ] ], [ [ 120.2184167, 30.4608292 ], [ 120.2165571, 30.4631412 ] ], [ [ 120.2165571, 30.4631412 ], [ 120.2164681, 30.4632518 ] ], [ [ 120.2214542, 30.4657314 ], [ 120.2234891, 30.4667515 ] ], [ [ 120.2164681, 30.4632518 ], [ 120.216022, 30.4638064 ] ], [ [ 120.216022, 30.4638064 ], [ 120.21568, 30.4642203 ] ], [ [ 120.21568, 30.4642203 ], [ 120.2127965, 30.467676 ] ], [ [ 120.2127965, 30.467676 ], [ 120.2114876, 30.4693071 ] ], [ [ 120.2114876, 30.4693071 ], [ 120.208827, 30.4727724 ] ], [ [ 120.208827, 30.4727724 ], [ 120.2086882, 30.4729476 ] ], [ [ 120.2086882, 30.4729476 ], [ 120.2076879, 30.4742916 ] ], [ [ 120.2076879, 30.4742916 ], [ 120.2075618, 30.4744609 ] ], [ [ 120.2234891, 30.4667515 ], [ 120.2257801, 30.4678811 ] ], [ [ 120.2226564, 30.4691603 ], [ 120.2227944, 30.4682529 ] ], [ [ 120.2227944, 30.4682529 ], [ 120.2230188, 30.4677026 ] ], [ [ 120.2230188, 30.4677026 ], [ 120.2232177, 30.4673004 ] ], [ [ 120.2232177, 30.4673004 ], [ 120.2234891, 30.4667515 ] ], [ [ 120.2291282, 30.4691901 ], [ 120.2257801, 30.4678811 ] ], [ [ 120.2251416, 30.4731021 ], [ 120.2252043, 30.4720254 ] ], [ [ 120.2252043, 30.4720254 ], [ 120.2253592, 30.4693625 ] ], [ [ 120.2253592, 30.4693625 ], [ 120.2254177, 30.4689372 ] ], [ [ 120.2254177, 30.4689372 ], [ 120.2257801, 30.4678811 ] ], [ [ 120.2165571, 30.4631412 ], [ 120.2181434, 30.4639032 ], [ 120.2180859, 30.4640039 ], [ 120.2164681, 30.4632518 ] ], [ [ 120.2273402, 30.4728632 ], [ 120.2268501, 30.4738756 ] ], [ [ 120.2601508, 30.5052761 ], [ 120.2591189, 30.5054192 ] ], [ [ 120.2591189, 30.5054192 ], [ 120.2589996, 30.5054358 ] ], [ [ 120.2589996, 30.5054358 ], [ 120.2579428, 30.5055823 ] ], [ [ 120.2579428, 30.5055823 ], [ 120.2557552, 30.5056626 ] ], [ [ 120.2557552, 30.5056626 ], [ 120.2539497, 30.505729 ] ], [ [ 120.2539497, 30.505729 ], [ 120.2524127, 30.5057854 ] ], [ [ 120.2524127, 30.5057854 ], [ 120.2521411, 30.5057954 ] ], [ [ 120.2521411, 30.5057954 ], [ 120.2519963, 30.5058007 ] ], [ [ 120.2519963, 30.5058007 ], [ 120.2507498, 30.5058465 ] ], [ [ 120.2507498, 30.5058465 ], [ 120.2491645, 30.5059047 ] ], [ [ 120.2491645, 30.5059047 ], [ 120.2490667, 30.5059047 ] ], [ [ 120.2490667, 30.5059047 ], [ 120.2486817, 30.5059047 ] ], [ [ 120.2486817, 30.5059047 ], [ 120.2484904, 30.5058857 ] ], [ [ 120.2484904, 30.5058857 ], [ 120.2482633, 30.5058631 ] ], [ [ 120.2482633, 30.5058631 ], [ 120.2479661, 30.5058263 ] ], [ [ 120.2479661, 30.5058263 ], [ 120.2478574, 30.5058128 ] ], [ [ 120.2478574, 30.5058128 ], [ 120.247717, 30.5057954 ] ], [ [ 120.247717, 30.5057954 ], [ 120.2475992, 30.5057808 ] ], [ [ 120.2475992, 30.5057808 ], [ 120.2460141, 30.5055845 ] ], [ [ 120.2460141, 30.5055845 ], [ 120.2446891, 30.5054204 ] ], [ [ 120.2446891, 30.5054204 ], [ 120.2442962, 30.5053718 ] ], [ [ 120.2442962, 30.5053718 ], [ 120.2436662, 30.5052937 ] ], [ [ 120.2436662, 30.5052937 ], [ 120.2433463, 30.5052541 ] ], [ [ 120.2433463, 30.5052541 ], [ 120.2431649, 30.5052372 ] ], [ [ 120.2431649, 30.5052372 ], [ 120.2428881, 30.5052114 ] ], [ [ 120.2428881, 30.5052114 ], [ 120.2420733, 30.5051836 ] ], [ [ 120.2420733, 30.5051836 ], [ 120.2419925, 30.5051809 ] ], [ [ 120.2419925, 30.5051809 ], [ 120.2411691, 30.5051528 ] ], [ [ 120.2411691, 30.5051528 ], [ 120.2398836, 30.505109 ] ], [ [ 120.2398836, 30.505109 ], [ 120.2380065, 30.505045 ] ], [ [ 120.2380065, 30.505045 ], [ 120.2375426, 30.5050416 ] ], [ [ 120.2375426, 30.5050416 ], [ 120.2373789, 30.5050404 ] ], [ [ 120.2373789, 30.5050404 ], [ 120.2371095, 30.5050634 ] ], [ [ 120.2371095, 30.5050634 ], [ 120.2369031, 30.505081 ] ], [ [ 120.2369031, 30.505081 ], [ 120.2368371, 30.5050866 ] ], [ [ 120.2368371, 30.5050866 ], [ 120.2366664, 30.5051115 ] ], [ [ 120.2366664, 30.5051115 ], [ 120.2357821, 30.5052403 ] ], [ [ 120.2357821, 30.5052403 ], [ 120.235437, 30.5052899 ] ], [ [ 120.235437, 30.5052899 ], [ 120.2347825, 30.5054055 ] ], [ [ 120.2347825, 30.5054055 ], [ 120.2341924, 30.5054286 ] ], [ [ 120.2341924, 30.5054286 ], [ 120.2334736, 30.5053847 ] ], [ [ 120.2334736, 30.5053847 ], [ 120.2311776, 30.505216 ] ], [ [ 120.2311776, 30.505216 ], [ 120.2311375, 30.5052134 ] ], [ [ 120.2311375, 30.5052134 ], [ 120.229715, 30.5051195 ] ], [ [ 120.229715, 30.5051195 ], [ 120.2294789, 30.5051039 ] ], [ [ 120.2294789, 30.5051039 ], [ 120.2292456, 30.5050886 ] ], [ [ 120.2292456, 30.5050886 ], [ 120.229005, 30.5050727 ] ], [ [ 120.229005, 30.5050727 ], [ 120.2287905, 30.5050496 ] ], [ [ 120.2287905, 30.5050496 ], [ 120.2285008, 30.5050034 ] ], [ [ 120.2285008, 30.5050034 ], [ 120.2284149, 30.5049063 ] ], [ [ 120.2284149, 30.5049063 ], [ 120.2282299, 30.5042824 ] ], [ [ 120.2282299, 30.5042824 ], [ 120.2281415, 30.5040661 ] ], [ [ 120.2281415, 30.5040661 ], [ 120.2280899, 30.50396 ] ], [ [ 120.2280899, 30.50396 ], [ 120.2276286, 30.5038517 ] ], [ [ 120.2276286, 30.5038517 ], [ 120.2275696, 30.5038379 ] ], [ [ 120.2275696, 30.5038379 ], [ 120.2273367, 30.5037832 ] ], [ [ 120.2273367, 30.5037832 ], [ 120.2271543, 30.5037 ] ], [ [ 120.2271543, 30.5037 ], [ 120.2262845, 30.503134 ] ], [ [ 120.2262845, 30.503134 ], [ 120.2261243, 30.5030298 ] ], [ [ 120.2261243, 30.5030298 ], [ 120.2260205, 30.5029575 ] ], [ [ 120.2260205, 30.5029575 ], [ 120.2257596, 30.5027756 ] ], [ [ 120.2257596, 30.5027756 ], [ 120.2252875, 30.5024983 ] ], [ [ 120.2252875, 30.5024983 ], [ 120.2249409, 30.502407 ] ], [ [ 120.2249409, 30.502407 ], [ 120.2233063, 30.5022702 ] ], [ [ 120.2233063, 30.5022702 ], [ 120.2223756, 30.5021923 ] ], [ [ 120.2223756, 30.5021923 ], [ 120.2220795, 30.5021675 ] ], [ [ 120.2220795, 30.5021675 ], [ 120.2218767, 30.5021505 ] ], [ [ 120.2218767, 30.5021505 ], [ 120.2175842, 30.5017911 ] ], [ [ 120.2175842, 30.5017911 ], [ 120.217087, 30.5017576 ] ], [ [ 120.217087, 30.5017576 ], [ 120.2168337, 30.5017405 ] ], [ [ 120.2168337, 30.5017405 ], [ 120.2153207, 30.5016384 ] ], [ [ 120.2153207, 30.5016384 ], [ 120.2137486, 30.5015323 ] ], [ [ 120.2137486, 30.5015323 ], [ 120.212606, 30.5013566 ] ], [ [ 120.212606, 30.5013566 ], [ 120.2125537, 30.5013469 ] ], [ [ 120.2125537, 30.5013469 ], [ 120.2123324, 30.5013058 ] ], [ [ 120.2123324, 30.5013058 ], [ 120.2119215, 30.5011868 ] ], [ [ 120.2119215, 30.5011868 ], [ 120.2111341, 30.5008248 ] ], [ [ 120.2111341, 30.5008248 ], [ 120.2109605, 30.500745 ] ], [ [ 120.2109605, 30.500745 ], [ 120.2107928, 30.5006679 ] ], [ [ 120.2107928, 30.5006679 ], [ 120.2081154, 30.4993761 ] ], [ [ 120.2081154, 30.4993761 ], [ 120.2072682, 30.4989672 ] ], [ [ 120.2072682, 30.4989672 ], [ 120.2070785, 30.4988757 ] ], [ [ 120.2070785, 30.4988757 ], [ 120.2070005, 30.498838 ] ], [ [ 120.2070005, 30.498838 ], [ 120.2063672, 30.4985325 ] ], [ [ 120.2063672, 30.4985325 ], [ 120.2057717, 30.4981119 ] ], [ [ 120.2057717, 30.4981119 ], [ 120.2048909, 30.4974435 ] ], [ [ 120.2048909, 30.4974435 ], [ 120.2043791, 30.497073 ] ], [ [ 120.2043791, 30.497073 ], [ 120.2042554, 30.4970246 ] ], [ [ 120.2042554, 30.4970246 ], [ 120.2042021, 30.4970037 ] ], [ [ 120.2042021, 30.4970037 ], [ 120.2033631, 30.4967807 ] ], [ [ 120.2033631, 30.4967807 ], [ 120.2022709, 30.49656 ] ], [ [ 120.2022709, 30.49656 ], [ 120.2015714, 30.4964525 ] ], [ [ 120.2015714, 30.4964525 ], [ 120.2001981, 30.4962907 ] ], [ [ 120.2001981, 30.4962907 ], [ 120.2000479, 30.4962537 ] ], [ [ 120.2000479, 30.4962537 ], [ 120.199828, 30.4961983 ] ], [ [ 120.199828, 30.4961983 ], [ 120.1996737, 30.4961436 ] ], [ [ 120.1996737, 30.4961436 ], [ 120.1995203, 30.4960891 ] ], [ [ 120.1995203, 30.4960891 ], [ 120.1994467, 30.496063 ] ], [ [ 120.1994467, 30.496063 ], [ 120.1992234, 30.4959838 ] ], [ [ 120.1992234, 30.4959838 ], [ 120.1973557, 30.495107 ] ], [ [ 120.1973557, 30.495107 ], [ 120.196329, 30.4946251 ] ], [ [ 120.196329, 30.4946251 ], [ 120.1948653, 30.493938 ] ], [ [ 120.1948653, 30.493938 ], [ 120.1944921, 30.4937628 ] ], [ [ 120.1944921, 30.4937628 ], [ 120.1942988, 30.4936721 ] ], [ [ 120.1942988, 30.4936721 ], [ 120.1940053, 30.4935343 ] ], [ [ 120.1940053, 30.4935343 ], [ 120.1939593, 30.4935127 ] ], [ [ 120.1939593, 30.4935127 ], [ 120.190606, 30.4920045 ] ], [ [ 120.190606, 30.4920045 ], [ 120.189794, 30.4916358 ] ], [ [ 120.189794, 30.4916358 ], [ 120.1889764, 30.4912495 ] ], [ [ 120.1889764, 30.4912495 ], [ 120.1883857, 30.4909703 ] ], [ [ 120.1883857, 30.4909703 ], [ 120.1878385, 30.4907253 ] ], [ [ 120.1878385, 30.4907253 ], [ 120.1875273, 30.4905635 ] ], [ [ 120.1875273, 30.4905635 ], [ 120.1872291, 30.4903659 ] ], [ [ 120.1872291, 30.4903659 ], [ 120.1867602, 30.4899857 ] ], [ [ 120.1867602, 30.4899857 ], [ 120.1861916, 30.4894171 ] ], [ [ 120.1861916, 30.4894171 ], [ 120.1860575, 30.4892044 ] ], [ [ 120.1860575, 30.4892044 ], [ 120.1858075, 30.4885492 ] ], [ [ 120.1858075, 30.4885492 ], [ 120.1857539, 30.4882903 ] ], [ [ 120.1857539, 30.4882903 ], [ 120.1857373, 30.4881888 ] ], [ [ 120.1857373, 30.4881888 ], [ 120.1857303, 30.4881459 ] ], [ [ 120.1857303, 30.4881459 ], [ 120.1857001, 30.4879129 ] ], [ [ 120.1857001, 30.4879129 ], [ 120.1856769, 30.4877343 ] ], [ [ 120.1856769, 30.4877343 ], [ 120.18565, 30.4875272 ] ], [ [ 120.18565, 30.4875272 ], [ 120.1856283, 30.48736 ] ], [ [ 120.1856283, 30.48736 ], [ 120.1856198, 30.4870237 ] ], [ [ 120.1384413, 30.4483041 ], [ 120.1374125, 30.4481127 ] ], [ [ 120.1374125, 30.4481127 ], [ 120.1364656, 30.4480522 ] ], [ [ 120.1364656, 30.4480522 ], [ 120.1360447, 30.4481026 ] ], [ [ 120.1360447, 30.4481026 ], [ 120.1356005, 30.4482638 ] ], [ [ 120.1356005, 30.4482638 ], [ 120.1352381, 30.448415 ] ], [ [ 120.1352381, 30.448415 ], [ 120.135148, 30.4484954 ] ], [ [ 120.135148, 30.4484954 ], [ 120.1345717, 30.4490096 ] ], [ [ 120.1345717, 30.4490096 ], [ 120.1339448, 30.4497395 ] ], [ [ 120.1339448, 30.4497395 ], [ 120.1336438, 30.4500899 ] ], [ [ 120.1336438, 30.4500899 ], [ 120.1333965, 30.4503778 ] ], [ [ 120.1333965, 30.4503778 ], [ 120.1333027, 30.4504865 ] ], [ [ 120.1333027, 30.4504865 ], [ 120.1332273, 30.4505314 ] ], [ [ 120.1332273, 30.4505314 ], [ 120.1325597, 30.4513987 ] ], [ [ 120.1325597, 30.4513987 ], [ 120.1324806, 30.4515085 ] ], [ [ 120.1324806, 30.4515085 ], [ 120.1323053, 30.4517548 ] ], [ [ 120.1323053, 30.4517548 ], [ 120.1320498, 30.452114 ] ], [ [ 120.1320498, 30.452114 ], [ 120.1319998, 30.4521842 ] ], [ [ 120.1319998, 30.4521842 ], [ 120.1318797, 30.4523317 ] ], [ [ 120.1318797, 30.4523317 ], [ 120.1317631, 30.4524935 ] ], [ [ 120.1317631, 30.4524935 ], [ 120.1315205, 30.4528493 ] ], [ [ 120.1315205, 30.4528493 ], [ 120.1309673, 30.4538481 ] ], [ [ 120.1309673, 30.4538481 ], [ 120.1305462, 30.4546083 ] ], [ [ 120.1305462, 30.4546083 ], [ 120.1296617, 30.4562051 ] ], [ [ 120.1296617, 30.4562051 ], [ 120.1287129, 30.457955 ] ], [ [ 120.1287129, 30.457955 ], [ 120.127651, 30.4599135 ] ], [ [ 120.127651, 30.4599135 ], [ 120.1275018, 30.4600725 ] ], [ [ 120.1263668, 30.4615917 ], [ 120.1274186, 30.4601459 ] ], [ [ 120.1601082, 30.4669191 ], [ 120.1599989, 30.466843 ] ], [ [ 120.1394636, 30.4653509 ], [ 120.1394734, 30.4652464 ] ], [ [ 120.1348718, 30.4663875 ], [ 120.135587, 30.4642663 ] ], [ [ 120.1284162, 30.4653072 ], [ 120.1305252, 30.465656 ] ], [ [ 120.1305252, 30.465656 ], [ 120.1320179, 30.46592 ] ], [ [ 120.1320179, 30.46592 ], [ 120.1332579, 30.4661394 ] ], [ [ 120.1332579, 30.4661394 ], [ 120.1348718, 30.4663875 ] ], [ [ 120.1391133, 30.4670193 ], [ 120.1391556, 30.4668178 ] ], [ [ 120.1391556, 30.4668178 ], [ 120.1391831, 30.4666868 ] ], [ [ 120.1391831, 30.4666868 ], [ 120.1393854, 30.4657232 ] ], [ [ 120.1393854, 30.4657232 ], [ 120.1394062, 30.4656241 ] ], [ [ 120.1394062, 30.4656241 ], [ 120.1394636, 30.4653509 ] ], [ [ 120.1348718, 30.4663875 ], [ 120.1391133, 30.4670193 ] ], [ [ 120.160686, 30.4706754 ], [ 120.1606172, 30.4704094 ] ], [ [ 120.1606172, 30.4704094 ], [ 120.1605983, 30.4701815 ] ], [ [ 120.1605983, 30.4701815 ], [ 120.160589, 30.4700702 ] ], [ [ 120.160589, 30.4700702 ], [ 120.1606051, 30.4684726 ] ], [ [ 120.1606051, 30.4684726 ], [ 120.1605912, 30.4676206 ] ], [ [ 120.1605912, 30.4676206 ], [ 120.1605767, 30.4673999 ] ], [ [ 120.1605767, 30.4673999 ], [ 120.1604579, 30.467213 ] ], [ [ 120.1604579, 30.467213 ], [ 120.1602837, 30.467062 ] ], [ [ 120.1602837, 30.467062 ], [ 120.1601082, 30.4669191 ] ], [ [ 120.1348718, 30.4663875 ], [ 120.1343173, 30.468032 ] ], [ [ 120.1385523, 30.4700772 ], [ 120.1386606, 30.4694332 ] ], [ [ 120.1386606, 30.4694332 ], [ 120.1387577, 30.4688444 ] ], [ [ 120.1387577, 30.4688444 ], [ 120.1390792, 30.4671944 ] ], [ [ 120.1390792, 30.4671944 ], [ 120.1391133, 30.4670193 ] ], [ [ 120.0905382, 30.4435649 ], [ 120.090605, 30.4434874 ] ], [ [ 120.0896591, 30.4454756 ], [ 120.0898731, 30.4449863 ] ], [ [ 120.0898731, 30.4449863 ], [ 120.0905382, 30.4435649 ] ], [ [ 120.0897552, 30.4456442 ], [ 120.0896591, 30.4454756 ] ], [ [ 120.1234692, 30.4579912 ], [ 120.1235057, 30.4577244 ] ], [ [ 120.1235057, 30.4577244 ], [ 120.1236825, 30.4564336 ] ], [ [ 120.1236825, 30.4564336 ], [ 120.1239327, 30.4545945 ] ], [ [ 120.1239327, 30.4545945 ], [ 120.1240636, 30.4541313 ] ], [ [ 120.1240636, 30.4541313 ], [ 120.1241958, 30.4536635 ] ], [ [ 120.1241958, 30.4536635 ], [ 120.1243982, 30.4532985 ] ], [ [ 120.1243982, 30.4532985 ], [ 120.124643, 30.4528572 ] ], [ [ 120.124643, 30.4528572 ], [ 120.1248807, 30.4525514 ] ], [ [ 120.1248807, 30.4525514 ], [ 120.1250454, 30.4523393 ] ], [ [ 120.1250454, 30.4523393 ], [ 120.1252434, 30.4520846 ] ], [ [ 120.1252434, 30.4520846 ], [ 120.1253081, 30.4520014 ] ], [ [ 120.1253081, 30.4520014 ], [ 120.1253429, 30.4518688 ] ], [ [ 120.1253429, 30.4518688 ], [ 120.1252784, 30.4517404 ] ], [ [ 120.1252784, 30.4517404 ], [ 120.1248912, 30.4512013 ] ], [ [ 120.1248912, 30.4512013 ], [ 120.1248763, 30.4510001 ] ], [ [ 120.1248763, 30.4510001 ], [ 120.1254868, 30.4490275 ] ], [ [ 120.1254868, 30.4490275 ], [ 120.1254719, 30.4486338 ] ], [ [ 120.1254719, 30.4486338 ], [ 120.1255219, 30.4485371 ] ], [ [ 120.1255219, 30.4485371 ], [ 120.1255792, 30.4484265 ] ], [ [ 120.1255792, 30.4484265 ], [ 120.1256219, 30.448344 ] ], [ [ 120.1256219, 30.448344 ], [ 120.1258939, 30.4478122 ] ], [ [ 120.1258939, 30.4478122 ], [ 120.1264845, 30.4469307 ] ], [ [ 120.1264845, 30.4469307 ], [ 120.127512, 30.4460535 ] ], [ [ 120.127512, 30.4460535 ], [ 120.1277128, 30.4457747 ] ], [ [ 120.1234692, 30.4579912 ], [ 120.1234525, 30.4581139 ] ], [ [ 120.1229832, 30.4609826 ], [ 120.1231677, 30.4601535 ] ], [ [ 120.1231677, 30.4601535 ], [ 120.1231845, 30.4600778 ] ], [ [ 120.1231845, 30.4600778 ], [ 120.1234525, 30.4581139 ] ], [ [ 120.1274186, 30.4601459 ], [ 120.1275018, 30.4600725 ] ], [ [ 120.1043825, 30.4610508 ], [ 120.104488, 30.4609519 ] ], [ [ 120.104488, 30.4609519 ], [ 120.1045772, 30.4608683 ] ], [ [ 120.1045772, 30.4608683 ], [ 120.1055822, 30.4599262 ] ], [ [ 120.1055822, 30.4599262 ], [ 120.105902, 30.4596227 ] ], [ [ 120.105902, 30.4596227 ], [ 120.106767, 30.4588017 ] ], [ [ 120.106767, 30.4588017 ], [ 120.1076689, 30.458003 ] ], [ [ 120.0991157, 30.4634159 ], [ 120.0999865, 30.4630725 ] ], [ [ 120.0999865, 30.4630725 ], [ 120.1032569, 30.4618667 ] ], [ [ 120.1032569, 30.4618667 ], [ 120.1034977, 30.4617629 ] ], [ [ 120.1034977, 30.4617629 ], [ 120.104313, 30.461116 ] ], [ [ 120.104313, 30.461116 ], [ 120.1043825, 30.4610508 ] ], [ [ 120.0991157, 30.4634159 ], [ 120.0994496, 30.4649745 ] ], [ [ 120.111834, 30.4692834 ], [ 120.110835, 30.4689925 ] ], [ [ 120.110835, 30.4689925 ], [ 120.110773, 30.4688381 ] ], [ [ 120.110773, 30.4688381 ], [ 120.110711, 30.4686006 ] ], [ [ 120.110711, 30.4686006 ], [ 120.1104561, 30.4684581 ] ], [ [ 120.1104561, 30.4684581 ], [ 120.1104148, 30.4682383 ] ], [ [ 120.1104148, 30.4682383 ], [ 120.1099945, 30.4680543 ] ], [ [ 120.1099945, 30.4680543 ], [ 120.1094571, 30.4677336 ] ], [ [ 120.1094571, 30.4677336 ], [ 120.1092298, 30.4674961 ] ], [ [ 120.1092298, 30.4674961 ], [ 120.1093194, 30.4672051 ] ], [ [ 120.1093194, 30.4672051 ], [ 120.10934, 30.4667598 ] ], [ [ 120.10934, 30.4667598 ], [ 120.1092849, 30.4666766 ] ], [ [ 120.1092849, 30.4666766 ], [ 120.1088922, 30.4665757 ] ], [ [ 120.1088922, 30.4665757 ], [ 120.1081029, 30.4660662 ] ], [ [ 120.1081029, 30.4660662 ], [ 120.1076285, 30.46576 ] ], [ [ 120.1076285, 30.46576 ], [ 120.1074813, 30.4656649 ] ], [ [ 120.1074813, 30.4656649 ], [ 120.1073283, 30.4655662 ] ], [ [ 120.1073283, 30.4655662 ], [ 120.1068869, 30.4652808 ] ], [ [ 120.1068869, 30.4652808 ], [ 120.1068047, 30.4652277 ] ], [ [ 120.1068047, 30.4652277 ], [ 120.1066738, 30.4650555 ] ], [ [ 120.1066738, 30.4650555 ], [ 120.1066207, 30.4649636 ] ], [ [ 120.1066207, 30.4649636 ], [ 120.1062361, 30.4642982 ] ], [ [ 120.1062361, 30.4642982 ], [ 120.1058046, 30.4635516 ] ], [ [ 120.1058046, 30.4635516 ], [ 120.1057073, 30.4633768 ] ], [ [ 120.1057073, 30.4633768 ], [ 120.1056452, 30.4632653 ] ], [ [ 120.1056452, 30.4632653 ], [ 120.1053758, 30.4627811 ] ], [ [ 120.1053758, 30.4627811 ], [ 120.1052271, 30.4625139 ] ], [ [ 120.1052271, 30.4625139 ], [ 120.1048753, 30.4619045 ] ], [ [ 120.1048753, 30.4619045 ], [ 120.1043825, 30.4610508 ] ], [ [ 120.0994496, 30.4649745 ], [ 120.0996067, 30.4657077 ] ], [ [ 120.0996067, 30.4657077 ], [ 120.0999324, 30.4671663 ] ], [ [ 120.0999324, 30.4671663 ], [ 120.0999865, 30.4672595 ] ], [ [ 120.0999865, 30.4672595 ], [ 120.1000555, 30.4672707 ] ], [ [ 120.1000555, 30.4672707 ], [ 120.1010266, 30.4671664 ] ], [ [ 120.1268518, 30.4636117 ], [ 120.1257446, 30.4631771 ] ], [ [ 120.1257446, 30.4631771 ], [ 120.1256131, 30.4630542 ] ], [ [ 120.1256131, 30.4630542 ], [ 120.1255802, 30.4628842 ] ], [ [ 120.1255802, 30.4628842 ], [ 120.1257337, 30.4625818 ] ], [ [ 120.1257337, 30.4625818 ], [ 120.1263668, 30.4615917 ] ], [ [ 120.1196709, 30.4734481 ], [ 120.119982, 30.4725322 ] ], [ [ 120.119982, 30.4725322 ], [ 120.1200353, 30.4723869 ] ], [ [ 120.1200353, 30.4723869 ], [ 120.1200787, 30.4722683 ] ], [ [ 120.1200787, 30.4722683 ], [ 120.1204501, 30.4712553 ] ], [ [ 120.1204501, 30.4712553 ], [ 120.1204801, 30.4711603 ] ], [ [ 120.1204801, 30.4711603 ], [ 120.1210794, 30.4695787 ] ], [ [ 120.1210794, 30.4695787 ], [ 120.1212174, 30.4692145 ] ], [ [ 120.1212174, 30.4692145 ], [ 120.1214533, 30.4685206 ] ], [ [ 120.1214533, 30.4685206 ], [ 120.1217664, 30.4675801 ] ], [ [ 120.1217664, 30.4675801 ], [ 120.1218132, 30.4674407 ] ], [ [ 120.1218132, 30.4674407 ], [ 120.1219611, 30.4670048 ] ], [ [ 120.1219611, 30.4670048 ], [ 120.1220505, 30.4667391 ] ], [ [ 120.1220505, 30.4667391 ], [ 120.1224999, 30.4656242 ] ], [ [ 120.1224999, 30.4656242 ], [ 120.1231796, 30.4646038 ] ], [ [ 120.1231796, 30.4646038 ], [ 120.1234865, 30.4640747 ] ], [ [ 120.1234865, 30.4640747 ], [ 120.1237516, 30.4635066 ] ], [ [ 120.1237516, 30.4635066 ], [ 120.1246756, 30.4617619 ] ], [ [ 120.1246756, 30.4617619 ], [ 120.1247535, 30.4616148 ] ], [ [ 120.1247535, 30.4616148 ], [ 120.1249078, 30.4613234 ] ], [ [ 120.1010266, 30.4671664 ], [ 120.1010835, 30.4671164 ] ], [ [ 120.1010835, 30.4671164 ], [ 120.1010588, 30.4668909 ] ], [ [ 120.1010588, 30.4668909 ], [ 120.1010958, 30.4668398 ] ], [ [ 120.1010958, 30.4668398 ], [ 120.1011476, 30.4668249 ] ], [ [ 120.1010266, 30.4671664 ], [ 120.1010398, 30.4673585 ] ], [ [ 120.1010398, 30.4673585 ], [ 120.1010185, 30.4674485 ] ], [ [ 120.1010185, 30.4674485 ], [ 120.1008964, 30.4676869 ] ], [ [ 120.1008964, 30.4676869 ], [ 120.1008759, 30.4677359 ] ], [ [ 120.1008759, 30.4677359 ], [ 120.1008688, 30.4677976 ] ], [ [ 120.1008688, 30.4677976 ], [ 120.1008296, 30.4681352 ] ], [ [ 120.1008296, 30.4681352 ], [ 120.1005887, 30.4685345 ] ], [ [ 120.1005887, 30.4685345 ], [ 120.1005794, 30.4696444 ] ], [ [ 120.1005794, 30.4696444 ], [ 120.1019506, 30.471417 ] ], [ [ 120.1019506, 30.471417 ], [ 120.1025059, 30.4726643 ] ], [ [ 120.1025059, 30.4726643 ], [ 120.1028678, 30.4734771 ] ], [ [ 120.1028678, 30.4734771 ], [ 120.103108, 30.4740521 ] ], [ [ 120.103108, 30.4740521 ], [ 120.1036601, 30.4753739 ] ], [ [ 120.1036601, 30.4753739 ], [ 120.1037016, 30.4754732 ] ], [ [ 120.1037016, 30.4754732 ], [ 120.1037989, 30.4757299 ] ], [ [ 120.1037989, 30.4757299 ], [ 120.1041749, 30.4767219 ] ], [ [ 120.1041749, 30.4767219 ], [ 120.1042229, 30.4768531 ] ], [ [ 120.1042229, 30.4768531 ], [ 120.1042936, 30.4770461 ] ], [ [ 120.1042936, 30.4770461 ], [ 120.1043441, 30.4771842 ] ], [ [ 120.1043441, 30.4771842 ], [ 120.1044899, 30.4775823 ] ], [ [ 120.1044899, 30.4775823 ], [ 120.1046951, 30.4781429 ] ], [ [ 120.1046951, 30.4781429 ], [ 120.104921, 30.478773 ] ], [ [ 120.0872673, 30.4678877 ], [ 120.0872632, 30.4680431 ] ], [ [ 120.0952124, 30.4672781 ], [ 120.095447, 30.4682949 ] ], [ [ 120.095447, 30.4682949 ], [ 120.0958824, 30.4702991 ] ], [ [ 120.0958824, 30.4702991 ], [ 120.0962377, 30.4718833 ] ], [ [ 120.0962377, 30.4718833 ], [ 120.0962743, 30.4720462 ] ], [ [ 120.0962743, 30.4720462 ], [ 120.0963121, 30.4722149 ] ], [ [ 120.0963121, 30.4722149 ], [ 120.0966328, 30.4736448 ] ], [ [ 120.0966328, 30.4736448 ], [ 120.0967601, 30.4742772 ] ], [ [ 120.0967601, 30.4742772 ], [ 120.0970674, 30.4758041 ] ], [ [ 120.0970674, 30.4758041 ], [ 120.0972196, 30.4765604 ] ], [ [ 120.0972196, 30.4765604 ], [ 120.0973424, 30.4771709 ] ], [ [ 120.0973424, 30.4771709 ], [ 120.097359, 30.4772534 ] ], [ [ 120.097359, 30.4772534 ], [ 120.0973832, 30.4773735 ] ], [ [ 120.0973832, 30.4773735 ], [ 120.0976076, 30.4783117 ] ], [ [ 120.0976076, 30.4783117 ], [ 120.0978737, 30.4794485 ] ], [ [ 120.0978737, 30.4794485 ], [ 120.0978896, 30.4795307 ] ], [ [ 120.0978896, 30.4795307 ], [ 120.0979089, 30.4796304 ] ], [ [ 120.0979089, 30.4796304 ], [ 120.0979851, 30.4800234 ] ], [ [ 120.0979851, 30.4800234 ], [ 120.0979267, 30.4801051 ] ], [ [ 120.0979267, 30.4801051 ], [ 120.0977852, 30.4801381 ] ], [ [ 120.0977852, 30.4801381 ], [ 120.0972729, 30.4799731 ] ], [ [ 120.0972729, 30.4799731 ], [ 120.0966153, 30.4796981 ] ], [ [ 120.0966153, 30.4796981 ], [ 120.0961849, 30.4795237 ] ], [ [ 120.0961849, 30.4795237 ], [ 120.0957133, 30.4793326 ] ], [ [ 120.0957133, 30.4793326 ], [ 120.0956023, 30.4794175 ] ], [ [ 120.0956023, 30.4794175 ], [ 120.0955038, 30.4794928 ] ], [ [ 120.0955038, 30.4794928 ], [ 120.0952797, 30.4797621 ] ], [ [ 120.0952797, 30.4797621 ], [ 120.0952281, 30.4798236 ] ], [ [ 120.0952281, 30.4798236 ], [ 120.0952246, 30.4799684 ] ], [ [ 120.0952246, 30.4799684 ], [ 120.0955489, 30.4822439 ] ], [ [ 120.0955489, 30.4822439 ], [ 120.0955489, 30.4825233 ] ], [ [ 120.0955489, 30.4825233 ], [ 120.0954284, 30.4829704 ] ], [ [ 120.0954284, 30.4829704 ], [ 120.0950578, 30.4835053 ] ], [ [ 120.0950578, 30.4835053 ], [ 120.0949189, 30.484176 ] ], [ [ 120.0949189, 30.484176 ], [ 120.0945483, 30.4849983 ] ], [ [ 120.0945483, 30.4849983 ], [ 120.0944093, 30.4850302 ] ], [ [ 120.0944093, 30.4850302 ], [ 120.0938371, 30.4850985 ] ], [ [ 120.0938371, 30.4850985 ], [ 120.0936098, 30.4851256 ] ], [ [ 120.0936098, 30.4851256 ], [ 120.0926028, 30.4852458 ] ], [ [ 120.0926028, 30.4852458 ], [ 120.0920562, 30.4852697 ] ], [ [ 120.0920562, 30.4852697 ], [ 120.0916763, 30.485158 ] ], [ [ 120.0916763, 30.485158 ], [ 120.0908147, 30.4849344 ] ], [ [ 120.0908147, 30.4849344 ], [ 120.0905227, 30.4849151 ] ], [ [ 120.0905227, 30.4849151 ], [ 120.0901743, 30.484892 ] ], [ [ 120.0901743, 30.484892 ], [ 120.0900921, 30.4848865 ] ], [ [ 120.0900921, 30.4848865 ], [ 120.089249, 30.4848306 ] ], [ [ 120.089249, 30.4848306 ], [ 120.0889248, 30.4849823 ] ], [ [ 120.0889248, 30.4849823 ], [ 120.0884801, 30.4856689 ] ], [ [ 120.0884801, 30.4856689 ], [ 120.0883636, 30.4857881 ] ], [ [ 120.0883636, 30.4857881 ], [ 120.0881973, 30.4859707 ] ], [ [ 120.0881973, 30.4859707 ], [ 120.0880443, 30.486127 ] ], [ [ 120.0880443, 30.486127 ], [ 120.0879613, 30.4862118 ] ], [ [ 120.0879613, 30.4862118 ], [ 120.0877112, 30.4865711 ] ], [ [ 120.1719325, 30.468098 ], [ 120.1719103, 30.4682113 ] ], [ [ 120.1700825, 30.4734779 ], [ 120.1709731, 30.4719894 ] ], [ [ 120.1709731, 30.4719894 ], [ 120.1711757, 30.4718108 ] ], [ [ 120.1711757, 30.4718108 ], [ 120.1712448, 30.4707074 ] ], [ [ 120.1712448, 30.4707074 ], [ 120.1715507, 30.4695601 ] ], [ [ 120.1715507, 30.4695601 ], [ 120.1719103, 30.4682113 ] ], [ [ 120.1792585, 30.473378 ], [ 120.1790403, 30.4732154 ], [ 120.178882, 30.4731137 ], [ 120.1786658, 30.4729831 ], [ 120.1783452, 30.4728322 ], [ 120.1781136, 30.47274 ], [ 120.1778779, 30.4726565 ], [ 120.177552, 30.4725427 ], [ 120.1766537, 30.4722514 ], [ 120.1746832, 30.4715922 ], [ 120.1737532, 30.4712762 ], [ 120.1735753, 30.4712334 ], [ 120.1732363, 30.4711506 ], [ 120.1730407, 30.4710527 ], [ 120.173266, 30.4710885 ], [ 120.1736059, 30.4711638 ], [ 120.1737825, 30.4712199 ], [ 120.1747036, 30.4715338 ], [ 120.176607, 30.4721593 ], [ 120.1775132, 30.4724541 ], [ 120.177904, 30.4725879 ], [ 120.178239, 30.4727116 ], [ 120.1784427, 30.4727877 ], [ 120.178624, 30.4728779 ], [ 120.1790553, 30.4731341 ], [ 120.1792828, 30.4732964 ] ], [ [ 120.1700381, 30.4735477 ], [ 120.1700825, 30.4734779 ] ], [ [ 120.1716101, 30.4572778 ], [ 120.1685574, 30.4571962 ] ], [ [ 120.1685574, 30.4571962 ], [ 120.1665255, 30.4571435 ] ], [ [ 120.1660148, 30.4669121 ], [ 120.1660469, 30.4667093 ], [ 120.1660852, 30.4657667 ], [ 120.1660993, 30.4654206 ], [ 120.1661529, 30.4644745 ], [ 120.1661536, 30.4641927 ], [ 120.1662018, 30.4620047 ], [ 120.1662109, 30.4615916 ], [ 120.1662729, 30.4602068 ], [ 120.1664098, 30.4571458 ] ], [ [ 120.1665255, 30.4571435 ], [ 120.1664939, 30.457968 ], [ 120.1664523, 30.459056 ], [ 120.166408, 30.4602106 ], [ 120.1663854, 30.4607984 ], [ 120.1663393, 30.4619989 ], [ 120.1663316, 30.4621984 ], [ 120.1662621, 30.4642118 ], [ 120.166253, 30.4644755 ], [ 120.166226, 30.4652583 ], [ 120.1661554, 30.4665945 ], [ 120.1661482, 30.4667298 ], [ 120.166138, 30.4669388 ] ], [ [ 120.1659868, 30.4670318 ], [ 120.1660148, 30.4669121 ] ], [ [ 120.166138, 30.4669388 ], [ 120.1661353, 30.4670566 ] ], [ [ 120.160686, 30.4706754 ], [ 120.1610436, 30.470828 ], [ 120.1614013, 30.4709231 ], [ 120.1619015, 30.471056 ], [ 120.1630556, 30.4713544 ], [ 120.1644549, 30.4717007 ], [ 120.1669924, 30.4724231 ], [ 120.1685991, 30.4729232 ], [ 120.1700825, 30.4734779 ] ], [ [ 120.1700381, 30.4735477 ], [ 120.1693205, 30.473264 ], [ 120.1692341, 30.4732303 ], [ 120.1685628, 30.4729688 ], [ 120.1669618, 30.4724846 ], [ 120.1645441, 30.4718078 ], [ 120.1644246, 30.4717731 ], [ 120.1643918, 30.4717636 ], [ 120.1629392, 30.4713928 ], [ 120.1619935, 30.4711492 ], [ 120.1610667, 30.470878 ], [ 120.160686, 30.4706754 ] ], [ [ 120.1792828, 30.4732964 ], [ 120.1795257, 30.4729197 ], [ 120.1796898, 30.4726579 ], [ 120.1798992, 30.4722111 ], [ 120.1801541, 30.4716592 ], [ 120.1804869, 30.4706606 ] ], [ [ 120.1805968, 30.4707016 ], [ 120.1802606, 30.4716537 ], [ 120.1800839, 30.4720833 ], [ 120.1798094, 30.472625 ], [ 120.1796139, 30.4729848 ], [ 120.1793432, 30.4733868 ] ], [ [ 120.1838138, 30.4723247 ], [ 120.1838823, 30.4722368 ] ], [ [ 120.1792585, 30.473378 ], [ 120.1792828, 30.4732964 ] ], [ [ 120.1792828, 30.4732964 ], [ 120.1793432, 30.4733868 ] ], [ [ 120.1793432, 30.4733868 ], [ 120.1792585, 30.473378 ] ], [ [ 120.1821481, 30.4749781 ], [ 120.1824006, 30.4746365 ] ], [ [ 120.1824006, 30.4746365 ], [ 120.1825087, 30.4744629 ] ], [ [ 120.1825087, 30.4744629 ], [ 120.1827848, 30.4740196 ] ], [ [ 120.1827848, 30.4740196 ], [ 120.1834949, 30.4728794 ] ], [ [ 120.1834949, 30.4728794 ], [ 120.1838138, 30.4723247 ] ], [ [ 120.1793432, 30.4733868 ], [ 120.1797457, 30.4735822 ] ], [ [ 120.1797457, 30.4735822 ], [ 120.1799562, 30.4736843 ] ], [ [ 120.1799562, 30.4736843 ], [ 120.1801065, 30.4737798 ] ], [ [ 120.1801065, 30.4737798 ], [ 120.1804076, 30.473976 ] ], [ [ 120.1804076, 30.473976 ], [ 120.1812391, 30.474518 ] ], [ [ 120.1812391, 30.474518 ], [ 120.1815368, 30.4746962 ] ], [ [ 120.1815368, 30.4746962 ], [ 120.1817675, 30.4748037 ] ], [ [ 120.1817675, 30.4748037 ], [ 120.1821481, 30.4749781 ] ], [ [ 120.1771956, 30.4762016 ], [ 120.1773293, 30.4757643 ], [ 120.1773995, 30.4755145 ], [ 120.1774781, 30.4753045 ], [ 120.177589, 30.4750897 ], [ 120.1778876, 30.4748027 ], [ 120.1786469, 30.4741339 ], [ 120.1788113, 30.4739723 ], [ 120.1789174, 30.4738318 ], [ 120.1792585, 30.473378 ] ], [ [ 120.1793432, 30.4733868 ], [ 120.1791458, 30.4736873 ], [ 120.1790129, 30.4738625 ], [ 120.1788611, 30.4740538 ], [ 120.1786743, 30.474224 ], [ 120.1779642, 30.4748609 ], [ 120.1776267, 30.4751729 ], [ 120.1775221, 30.4753818 ], [ 120.1774747, 30.4755281 ], [ 120.1773499, 30.4759964 ], [ 120.1772779, 30.4762851 ] ], [ [ 120.1821481, 30.4749781 ], [ 120.1823548, 30.4750168 ] ], [ [ 120.1823548, 30.4750168 ], [ 120.1828573, 30.4752057 ] ], [ [ 120.1828573, 30.4752057 ], [ 120.1831684, 30.4753287 ] ], [ [ 120.1831684, 30.4753287 ], [ 120.1834762, 30.47545 ] ], [ [ 120.1834762, 30.47545 ], [ 120.183585, 30.4754929 ] ], [ [ 120.183585, 30.4754929 ], [ 120.1837528, 30.4755834 ] ], [ [ 120.1837528, 30.4755834 ], [ 120.1840289, 30.4757324 ] ], [ [ 120.1840289, 30.4757324 ], [ 120.1846205, 30.4760849 ] ], [ [ 120.1846205, 30.4760849 ], [ 120.184728, 30.4761539 ] ], [ [ 120.184728, 30.4761539 ], [ 120.1849761, 30.4763091 ] ], [ [ 120.1849761, 30.4763091 ], [ 120.1850918, 30.476381 ] ], [ [ 120.1850918, 30.476381 ], [ 120.1853244, 30.4765667 ] ], [ [ 120.1805899, 30.477415 ], [ 120.1812243, 30.4764472 ] ], [ [ 120.1812243, 30.4764472 ], [ 120.1814201, 30.4761514 ] ], [ [ 120.1814201, 30.4761514 ], [ 120.1817037, 30.47572 ] ], [ [ 120.1817037, 30.47572 ], [ 120.1821481, 30.4749781 ] ], [ [ 120.1771956, 30.4762016 ], [ 120.1772779, 30.4762851 ] ], [ [ 120.1771507, 30.476309 ], [ 120.1771956, 30.4762016 ] ], [ [ 120.1772779, 30.4762851 ], [ 120.1771507, 30.476309 ] ], [ [ 120.1700825, 30.4734779 ], [ 120.1710853, 30.4738757 ], [ 120.1731604, 30.474699 ], [ 120.1748015, 30.4753075 ], [ 120.1757117, 30.475645 ], [ 120.1767181, 30.4760182 ], [ 120.1770827, 30.4761587 ], [ 120.1771956, 30.4762016 ] ], [ [ 120.1771507, 30.476309 ], [ 120.1770443, 30.4762702 ], [ 120.1766841, 30.4761285 ], [ 120.1750512, 30.4754952 ], [ 120.1747574, 30.4753813 ], [ 120.1746705, 30.4753476 ], [ 120.1731196, 30.4747695 ], [ 120.1700381, 30.4735477 ] ], [ [ 120.1771507, 30.476309 ], [ 120.176689, 30.4769771 ] ], [ [ 120.176689, 30.4769771 ], [ 120.1765062, 30.4772454 ] ], [ [ 120.1765062, 30.4772454 ], [ 120.1763355, 30.4775826 ] ], [ [ 120.1763355, 30.4775826 ], [ 120.1762369, 30.4778155 ] ], [ [ 120.1762369, 30.4778155 ], [ 120.176182, 30.4779657 ] ], [ [ 120.176182, 30.4779657 ], [ 120.1761156, 30.478147 ] ], [ [ 120.1761156, 30.478147 ], [ 120.1760135, 30.4784402 ] ], [ [ 120.1760135, 30.4784402 ], [ 120.1759883, 30.4785125 ] ], [ [ 120.1805899, 30.477415 ], [ 120.1794649, 30.4771184 ] ], [ [ 120.1794649, 30.4771184 ], [ 120.1788604, 30.4769728 ] ], [ [ 120.1788604, 30.4769728 ], [ 120.1782504, 30.4768679 ] ], [ [ 120.1782504, 30.4768679 ], [ 120.1777757, 30.4767863 ] ], [ [ 120.1777757, 30.4767863 ], [ 120.1775251, 30.4767217 ] ], [ [ 120.1775251, 30.4767217 ], [ 120.1773747, 30.4766313 ] ], [ [ 120.1773747, 30.4766313 ], [ 120.1772726, 30.4764579 ] ], [ [ 120.1772726, 30.4764579 ], [ 120.1772779, 30.4762851 ] ], [ [ 120.1853244, 30.4765667 ], [ 120.1848081, 30.4769662 ] ], [ [ 120.1848081, 30.4769662 ], [ 120.1846439, 30.4770854 ] ], [ [ 120.1846439, 30.4770854 ], [ 120.1844378, 30.477235 ] ], [ [ 120.1844378, 30.477235 ], [ 120.1835565, 30.4778747 ] ], [ [ 120.1835565, 30.4778747 ], [ 120.1831113, 30.4782156 ] ], [ [ 120.1831113, 30.4782156 ], [ 120.1829678, 30.47833 ] ], [ [ 120.1829678, 30.47833 ], [ 120.1824842, 30.4787385 ] ], [ [ 120.1805899, 30.477415 ], [ 120.1811024, 30.4775475 ] ], [ [ 120.1811024, 30.4775475 ], [ 120.1813567, 30.4776601 ] ], [ [ 120.1813567, 30.4776601 ], [ 120.1815408, 30.4777719 ] ], [ [ 120.1815408, 30.4777719 ], [ 120.181721, 30.4779492 ] ], [ [ 120.181721, 30.4779492 ], [ 120.1818823, 30.4781301 ] ], [ [ 120.1818823, 30.4781301 ], [ 120.1823501, 30.478577 ] ], [ [ 120.1823501, 30.478577 ], [ 120.1824842, 30.4787385 ] ], [ [ 120.1805899, 30.477415 ], [ 120.1802491, 30.4779988 ] ], [ [ 120.1802491, 30.4779988 ], [ 120.1801833, 30.4781114 ] ], [ [ 120.1801833, 30.4781114 ], [ 120.1800601, 30.4783224 ] ], [ [ 120.1800601, 30.4783224 ], [ 120.1797354, 30.478815 ] ], [ [ 120.1805556, 30.4809564 ], [ 120.1814338, 30.4799243 ] ], [ [ 120.1814338, 30.4799243 ], [ 120.1818371, 30.4794388 ] ], [ [ 120.1818371, 30.4794388 ], [ 120.1820384, 30.4792209 ] ], [ [ 120.1820384, 30.4792209 ], [ 120.1824842, 30.4787385 ] ], [ [ 120.1756136, 30.4808898 ], [ 120.1757927, 30.4809685 ] ], [ [ 120.1757927, 30.4809685 ], [ 120.1759103, 30.4810396 ] ], [ [ 120.1759103, 30.4810396 ], [ 120.1759941, 30.4811116 ] ], [ [ 120.1759941, 30.4811116 ], [ 120.1765335, 30.4816483 ] ], [ [ 120.1765335, 30.4816483 ], [ 120.176940816994147, 30.482053541290135 ] ], [ [ 120.177824239742165, 30.482749756722644 ], [ 120.1778947, 30.4827858 ] ], [ [ 120.1778947, 30.4827858 ], [ 120.1781805, 30.4829319 ] ], [ [ 120.1781805, 30.4829319 ], [ 120.1783736, 30.4830307 ] ], [ [ 120.1783736, 30.4830307 ], [ 120.178652, 30.483173 ] ], [ [ 120.178652, 30.483173 ], [ 120.1794026, 30.4835569 ] ], [ [ 120.1794026, 30.4835569 ], [ 120.1803986, 30.4842708 ] ], [ [ 120.1803986, 30.4842708 ], [ 120.1807989, 30.4844473 ] ], [ [ 120.1807989, 30.4844473 ], [ 120.1813481, 30.4846639 ] ], [ [ 120.1813481, 30.4846639 ], [ 120.1816087, 30.4848644 ] ], [ [ 120.1816087, 30.4848644 ], [ 120.1817686, 30.4851596 ] ], [ [ 120.1817686, 30.4851596 ], [ 120.1818042, 30.4852254 ] ], [ [ 120.1818042, 30.4852254 ], [ 120.1818228, 30.4855062 ] ], [ [ 120.1818228, 30.4855062 ], [ 120.1817763, 30.4857067 ] ], [ [ 120.1817763, 30.4857067 ], [ 120.1822733, 30.4859211 ] ], [ [ 120.1822733, 30.4859211 ], [ 120.1824658, 30.4860042 ] ], [ [ 120.1824658, 30.4860042 ], [ 120.1830643, 30.4862735 ] ], [ [ 120.1830643, 30.4862735 ], [ 120.1836115, 30.4865324 ] ], [ [ 120.1836115, 30.4865324 ], [ 120.1846135, 30.4869676 ] ], [ [ 120.1846135, 30.4869676 ], [ 120.1852019, 30.4870352 ] ], [ [ 120.1852019, 30.4870352 ], [ 120.1856198, 30.4870237 ] ], [ [ 120.0676362, 30.4434381 ], [ 120.0676118, 30.4435811 ] ], [ [ 120.0681498, 30.44388 ], [ 120.067602, 30.4437461 ] ], [ [ 120.067602, 30.4437461 ], [ 120.0676118, 30.4435811 ] ], [ [ 120.0683405, 30.443866 ], [ 120.0710118, 30.4436974 ] ], [ [ 120.0710118, 30.4436974 ], [ 120.0721313, 30.4438275 ] ], [ [ 120.0724036, 30.4438856 ], [ 120.0721313, 30.4438275 ] ], [ [ 120.090867, 30.4431648 ], [ 120.0907627, 30.443295 ] ], [ [ 120.0907627, 30.443295 ], [ 120.0907239, 30.4431793 ] ], [ [ 120.0907627, 30.443295 ], [ 120.090605, 30.4434874 ] ], [ [ 120.0683405, 30.443866 ], [ 120.0681498, 30.44388 ] ], [ [ 120.0724036, 30.4438856 ], [ 120.0735578, 30.4440308 ] ], [ [ 120.0735578, 30.4440308 ], [ 120.0758556, 30.444362 ] ], [ [ 120.0676112, 30.4458881 ], [ 120.0677287, 30.4459035 ] ], [ [ 120.0758556, 30.444362 ], [ 120.0765195, 30.4444845 ] ], [ [ 120.0857464, 30.4455561 ], [ 120.0854665, 30.4454682 ] ], [ [ 120.0854665, 30.4454682 ], [ 120.0850857, 30.4452878 ] ], [ [ 120.0850857, 30.4452878 ], [ 120.0849355, 30.4450843 ] ], [ [ 120.0849355, 30.4450843 ], [ 120.0848004, 30.4448054 ] ], [ [ 120.0848004, 30.4448054 ], [ 120.0847316, 30.4446635 ] ], [ [ 120.0847316, 30.4446635 ], [ 120.0847584, 30.4445617 ] ], [ [ 120.0847584, 30.4445617 ], [ 120.0848979, 30.444201 ] ], [ [ 120.0848979, 30.444201 ], [ 120.0849758, 30.4440108 ] ], [ [ 120.0765195, 30.4444845 ], [ 120.0770795, 30.4445878 ] ], [ [ 120.0770795, 30.4445878 ], [ 120.0771088, 30.4445941 ] ], [ [ 120.0771088, 30.4445941 ], [ 120.0773799, 30.4446525 ] ], [ [ 120.0773799, 30.4446525 ], [ 120.0776547, 30.4447737 ] ], [ [ 120.0776547, 30.4447737 ], [ 120.0777259, 30.4448051 ] ], [ [ 120.0777259, 30.4448051 ], [ 120.0784917, 30.4453092 ] ], [ [ 120.0784917, 30.4453092 ], [ 120.0789034, 30.4455879 ] ], [ [ 120.0789034, 30.4455879 ], [ 120.0795893, 30.4460565 ] ], [ [ 120.0795893, 30.4460565 ], [ 120.0802141, 30.4464853 ] ], [ [ 120.0802141, 30.4464853 ], [ 120.0803759, 30.4465712 ] ], [ [ 120.0857464, 30.4455561 ], [ 120.0858458, 30.4455874 ] ], [ [ 120.0810859, 30.4450628 ], [ 120.0822351, 30.4454176 ] ], [ [ 120.0822351, 30.4454176 ], [ 120.0832882, 30.4457732 ] ], [ [ 120.0832882, 30.4457732 ], [ 120.0842595, 30.4461011 ] ], [ [ 120.0842595, 30.4461011 ], [ 120.0849229, 30.4463239 ] ], [ [ 120.0849229, 30.4463239 ], [ 120.0852477, 30.4464215 ] ], [ [ 120.0852477, 30.4464215 ], [ 120.0854249, 30.4460437 ] ], [ [ 120.0854249, 30.4460437 ], [ 120.0855285, 30.4458463 ] ], [ [ 120.0855285, 30.4458463 ], [ 120.0856033, 30.4456783 ] ], [ [ 120.0856033, 30.4456783 ], [ 120.0857073, 30.4456386 ] ], [ [ 120.0878054, 30.4462266 ], [ 120.0867325, 30.4458751 ] ], [ [ 120.0867325, 30.4458751 ], [ 120.0859815, 30.44563 ] ], [ [ 120.0859815, 30.44563 ], [ 120.0858458, 30.4455874 ] ], [ [ 120.0720382, 30.4464924 ], [ 120.0738844, 30.4468995 ] ], [ [ 120.0738844, 30.4468995 ], [ 120.0755106, 30.4473918 ] ], [ [ 120.0755106, 30.4473918 ], [ 120.0765195, 30.4444845 ] ], [ [ 120.0677287, 30.4459035 ], [ 120.0688229, 30.4460848 ] ], [ [ 120.0689234, 30.4460982 ], [ 120.0688229, 30.4460848 ] ], [ [ 120.0689234, 30.4460982 ], [ 120.071435, 30.446369 ] ], [ [ 120.071435, 30.446369 ], [ 120.0717703, 30.4464287 ] ], [ [ 120.0720382, 30.4464924 ], [ 120.0717703, 30.4464287 ] ], [ [ 120.0855152, 30.4463026 ], [ 120.0871039, 30.4468307 ] ], [ [ 120.0871039, 30.4468307 ], [ 120.0875537, 30.4469582 ] ], [ [ 120.0883243, 30.4451672 ], [ 120.0875537, 30.4469582 ] ], [ [ 120.0897552, 30.4456442 ], [ 120.0898359, 30.4457858 ] ], [ [ 120.0898359, 30.4457858 ], [ 120.0904807, 30.4469173 ] ], [ [ 120.0904807, 30.4469173 ], [ 120.0900851, 30.4479842 ] ], [ [ 120.0900851, 30.4479842 ], [ 120.0899873, 30.4479604 ] ], [ [ 120.0899873, 30.4479604 ], [ 120.0891719, 30.4477107 ] ], [ [ 120.0891719, 30.4477107 ], [ 120.088799, 30.4475916 ] ], [ [ 120.088799, 30.4475916 ], [ 120.0881581, 30.447387 ] ], [ [ 120.0881581, 30.447387 ], [ 120.0877289, 30.4472297 ] ], [ [ 120.0877289, 30.4472297 ], [ 120.0875572, 30.4471511 ] ], [ [ 120.0875572, 30.4471511 ], [ 120.0875537, 30.4469582 ] ], [ [ 120.0923151, 30.4505692 ], [ 120.0913752, 30.4506716 ] ], [ [ 120.0913752, 30.4506716 ], [ 120.090742, 30.4509872 ] ], [ [ 120.090742, 30.4509872 ], [ 120.0902671, 30.451516 ] ], [ [ 120.0902671, 30.451516 ], [ 120.0900395, 30.4517889 ] ], [ [ 120.0900395, 30.4517889 ], [ 120.0901088, 30.452113 ] ], [ [ 120.0901088, 30.452113 ], [ 120.0907914, 30.4541343 ] ], [ [ 120.0907914, 30.4541343 ], [ 120.0907599, 30.4552585 ] ], [ [ 120.0690025, 30.4545607 ], [ 120.0692775, 30.4546214 ] ], [ [ 120.0692775, 30.4546214 ], [ 120.0694058, 30.4546683 ] ], [ [ 120.0727138, 30.4554841 ], [ 120.0709879, 30.4550836 ] ], [ [ 120.0709879, 30.4550836 ], [ 120.0694058, 30.4546683 ] ], [ [ 120.0728694, 30.4555278 ], [ 120.0727138, 30.4554841 ] ], [ [ 120.0749668, 30.4560095 ], [ 120.0732015, 30.4555909 ] ], [ [ 120.0732015, 30.4555909 ], [ 120.0728694, 30.4555278 ] ], [ [ 120.0645747, 30.4585384 ], [ 120.06454, 30.4587046 ] ], [ [ 120.0635657, 30.4611034 ], [ 120.063765, 30.4604939 ] ], [ [ 120.063765, 30.4604939 ], [ 120.0643628, 30.4591804 ] ], [ [ 120.0643628, 30.4591804 ], [ 120.06454, 30.4587046 ] ], [ [ 120.0591556, 30.4601275 ], [ 120.0593268, 30.4601508 ] ], [ [ 120.0593268, 30.4601508 ], [ 120.0629144, 30.4608924 ] ], [ [ 120.0629144, 30.4608924 ], [ 120.0635657, 30.4611034 ] ], [ [ 120.0635657, 30.4611034 ], [ 120.0664527, 30.4618048 ] ], [ [ 120.0966117, 30.4564522 ], [ 120.0909352, 30.4587043 ] ], [ [ 120.0909352, 30.4587043 ], [ 120.0890545, 30.4594231 ] ], [ [ 120.0890545, 30.4594231 ], [ 120.0888414, 30.459463 ] ], [ [ 120.0888414, 30.459463 ], [ 120.088545, 30.459463 ] ], [ [ 120.088545, 30.459463 ], [ 120.0877389, 30.4593911 ] ], [ [ 120.0877389, 30.4593911 ], [ 120.0874425, 30.4592953 ] ], [ [ 120.0973091, 30.4595349 ], [ 120.0987636, 30.4617389 ] ], [ [ 120.0987636, 30.4617389 ], [ 120.0991157, 30.4634159 ] ], [ [ 120.0872673, 30.4678877 ], [ 120.0872596, 30.467348 ] ], [ [ 120.0872596, 30.467348 ], [ 120.087231, 30.4663539 ] ], [ [ 120.087231, 30.4663539 ], [ 120.0871541, 30.4652226 ] ], [ [ 120.0871541, 30.4652226 ], [ 120.087138, 30.4647941 ] ], [ [ 120.087138, 30.4647941 ], [ 120.0871023, 30.4645506 ] ], [ [ 120.0871023, 30.4645506 ], [ 120.0870701, 30.4644936 ] ], [ [ 120.0870701, 30.4644936 ], [ 120.0870021, 30.4644366 ] ], [ [ 120.0870021, 30.4644366 ], [ 120.086784, 30.4642932 ] ], [ [ 120.086784, 30.4642932 ], [ 120.0866838, 30.4642023 ] ], [ [ 120.0866838, 30.4642023 ], [ 120.0865926, 30.4640682 ] ], [ [ 120.0865926, 30.4640682 ], [ 120.0864871, 30.4638956 ] ], [ [ 120.0864871, 30.4638956 ], [ 120.0864567, 30.4638185 ] ], [ [ 120.0864567, 30.4638185 ], [ 120.0863101, 30.4630217 ] ], [ [ 120.0863101, 30.4630217 ], [ 120.0860812, 30.4619844 ] ], [ [ 120.0860812, 30.4619844 ], [ 120.0860437, 30.4618441 ] ], [ [ 120.0860437, 30.4618441 ], [ 120.0859936, 30.4617609 ] ], [ [ 120.0859936, 30.4617609 ], [ 120.0857004, 30.4614896 ] ], [ [ 120.0857004, 30.4614896 ], [ 120.0850352, 30.4609301 ] ], [ [ 120.0850352, 30.4609301 ], [ 120.0844826, 30.4604507 ] ], [ [ 120.0844826, 30.4604507 ], [ 120.0842877, 30.4602504 ] ], [ [ 120.0842877, 30.4602504 ], [ 120.0843664, 30.460198 ] ], [ [ 120.0843664, 30.460198 ], [ 120.0845023, 30.4600777 ] ], [ [ 120.0845023, 30.4600777 ], [ 120.0846418, 30.4599097 ] ], [ [ 120.0846418, 30.4599097 ], [ 120.0847705, 30.4597109 ] ], [ [ 120.0847705, 30.4597109 ], [ 120.084817, 30.4595984 ] ], [ [ 120.084817, 30.4595984 ], [ 120.0848939, 30.4593934 ] ], [ [ 120.0848939, 30.4593934 ], [ 120.0848993, 30.4592993 ] ], [ [ 120.0848993, 30.4592993 ], [ 120.0848438, 30.4590466 ] ], [ [ 120.0848438, 30.4590466 ], [ 120.0847044, 30.4585595 ] ], [ [ 120.0847044, 30.4585595 ], [ 120.084665, 30.4584423 ] ], [ [ 120.084665, 30.4584423 ], [ 120.0845381, 30.4582096 ] ], [ [ 120.0845381, 30.4582096 ], [ 120.0845113, 30.4581356 ] ], [ [ 120.0845113, 30.4581356 ], [ 120.0845095, 30.4580632 ] ], [ [ 120.0845095, 30.4580632 ], [ 120.0845363, 30.4579815 ] ], [ [ 120.0845363, 30.4579815 ], [ 120.0846042, 30.4578767 ] ], [ [ 120.0846042, 30.4578767 ], [ 120.085357, 30.4570459 ] ], [ [ 120.085357, 30.4570459 ], [ 120.085425, 30.456995 ] ], [ [ 120.085425, 30.456995 ], [ 120.086818, 30.4566281 ] ], [ [ 120.086818, 30.4566281 ], [ 120.0869771, 30.456605 ] ], [ [ 120.0869771, 30.456605 ], [ 120.0879177, 30.4565572 ] ], [ [ 120.0879177, 30.4565572 ], [ 120.0880035, 30.4565264 ] ], [ [ 120.0880035, 30.4565264 ], [ 120.0894555, 30.4559175 ] ], [ [ 120.0894555, 30.4559175 ], [ 120.09043, 30.4555307 ] ], [ [ 120.09043, 30.4555307 ], [ 120.0905963, 30.455449 ] ], [ [ 120.0905963, 30.455449 ], [ 120.0906481, 30.4553842 ] ], [ [ 120.0906481, 30.4553842 ], [ 120.09067, 30.4552335 ] ], [ [ 120.0952124, 30.4672781 ], [ 120.0951227, 30.4668895 ] ], [ [ 120.0951227, 30.4668895 ], [ 120.0950518, 30.4666451 ] ], [ [ 120.0950518, 30.4666451 ], [ 120.0949972, 30.4664569 ] ], [ [ 120.0949972, 30.4664569 ], [ 120.0949189, 30.4661868 ] ], [ [ 120.0949189, 30.4661868 ], [ 120.0950578, 30.4657955 ] ], [ [ 120.0950578, 30.4657955 ], [ 120.0951875, 30.4657476 ] ], [ [ 120.0951875, 30.4657476 ], [ 120.0989762, 30.4650604 ] ], [ [ 120.0989762, 30.4650604 ], [ 120.0991838, 30.4650227 ] ], [ [ 120.0991838, 30.4650227 ], [ 120.0994496, 30.4649745 ] ], [ [ 120.0952124, 30.4672781 ], [ 120.0931494, 30.4674086 ] ], [ [ 120.0931494, 30.4674086 ], [ 120.0921766, 30.4675842 ] ], [ [ 120.0921766, 30.4675842 ], [ 120.0907036, 30.4678797 ] ], [ [ 120.0907036, 30.4678797 ], [ 120.0902311, 30.4679116 ] ], [ [ 120.0902311, 30.4679116 ], [ 120.0872673, 30.4678877 ] ], [ [ 120.0666336, 30.4618419 ], [ 120.0664527, 30.4618048 ] ], [ [ 120.0628073, 30.4635595 ], [ 120.0631851, 30.4623994 ] ], [ [ 120.0631851, 30.4623994 ], [ 120.0635657, 30.4611034 ] ], [ [ 120.062837, 30.463696 ], [ 120.0628073, 30.4635595 ] ], [ [ 120.0666336, 30.4618419 ], [ 120.0672185, 30.4619656 ] ], [ [ 120.0672185, 30.4619656 ], [ 120.0704123, 30.4627508 ] ], [ [ 120.0704646, 30.4627616 ], [ 120.0704123, 30.4627508 ] ], [ [ 120.062837, 30.463696 ], [ 120.0627933, 30.4653724 ] ], [ [ 120.063209, 30.4687481 ], [ 120.0629719, 30.4678072 ] ], [ [ 120.0629719, 30.4678072 ], [ 120.0628495, 30.4661606 ] ], [ [ 120.0628495, 30.4661606 ], [ 120.0628316, 30.4658825 ] ], [ [ 120.0628316, 30.4658825 ], [ 120.0628075, 30.4655473 ] ], [ [ 120.0840313, 30.4841328 ], [ 120.0837375, 30.4841181 ] ], [ [ 120.0837375, 30.4841181 ], [ 120.0833959, 30.4841011 ] ], [ [ 120.0833959, 30.4841011 ], [ 120.0829597, 30.4841165 ] ], [ [ 120.0683438, 30.4837933 ], [ 120.067664, 30.481791 ] ], [ [ 120.067664, 30.481791 ], [ 120.0675253, 30.4813247 ] ], [ [ 120.0675253, 30.4813247 ], [ 120.0673449, 30.479842 ] ], [ [ 120.0673449, 30.479842 ], [ 120.0672478, 30.4791645 ] ], [ [ 120.0672478, 30.4791645 ], [ 120.0671711, 30.4786295 ] ], [ [ 120.0671711, 30.4786295 ], [ 120.0669428, 30.4770395 ] ], [ [ 120.0669428, 30.4770395 ], [ 120.0669233, 30.4767526 ] ], [ [ 120.0669233, 30.4767526 ], [ 120.0669105, 30.4765653 ] ], [ [ 120.0669105, 30.4765653 ], [ 120.066879, 30.4761019 ] ], [ [ 120.066879, 30.4761019 ], [ 120.0667799, 30.4747107 ] ], [ [ 120.0667799, 30.4747107 ], [ 120.0667106, 30.4740622 ] ], [ [ 120.0667106, 30.4740622 ], [ 120.0665777, 30.4731951 ] ], [ [ 120.0665777, 30.4731951 ], [ 120.066542, 30.4729619 ] ], [ [ 120.066542, 30.4729619 ], [ 120.066464, 30.472453 ] ], [ [ 120.066464, 30.472453 ], [ 120.0662849, 30.4708624 ] ], [ [ 120.0662849, 30.4708624 ], [ 120.0660275, 30.4692923 ] ], [ [ 120.0660275, 30.4692923 ], [ 120.0659755, 30.4687526 ] ], [ [ 120.0659755, 30.4687526 ], [ 120.0658993, 30.4680823 ] ], [ [ 120.0636736, 30.495904 ], [ 120.0701733, 30.4948801 ] ], [ [ 120.0701733, 30.4948801 ], [ 120.072688, 30.4944747 ] ], [ [ 120.072688, 30.4944747 ], [ 120.0728551, 30.4944462 ] ], [ [ 120.0728551, 30.4944462 ], [ 120.073075, 30.4943884 ] ], [ [ 120.073075, 30.4943884 ], [ 120.0736777, 30.4942091 ] ], [ [ 120.0736777, 30.4942091 ], [ 120.0738237, 30.4940413 ] ], [ [ 120.0738237, 30.4940413 ], [ 120.0753163, 30.4890504 ] ], [ [ 120.0753163, 30.4890504 ], [ 120.0753867, 30.4888147 ] ], [ [ 120.0753867, 30.4888147 ], [ 120.0763222, 30.485681 ] ], [ [ 120.0763222, 30.485681 ], [ 120.0765007, 30.4855412 ] ], [ [ 120.0765007, 30.4855412 ], [ 120.0770418, 30.4853681 ] ], [ [ 120.0770418, 30.4853681 ], [ 120.0786422, 30.4848561 ] ], [ [ 120.0786422, 30.4848561 ], [ 120.0793236, 30.4845625 ] ], [ [ 120.0793236, 30.4845625 ], [ 120.0797027, 30.4844752 ] ], [ [ 120.0797027, 30.4844752 ], [ 120.0798342, 30.4844417 ] ], [ [ 120.0798342, 30.4844417 ], [ 120.0801374, 30.484357 ] ], [ [ 120.0801374, 30.484357 ], [ 120.0805618, 30.4842451 ] ], [ [ 120.0805618, 30.4842451 ], [ 120.0829597, 30.4841165 ] ], [ [ 120.0877112, 30.4865711 ], [ 120.0869003, 30.4860864 ] ], [ [ 120.0869003, 30.4860864 ], [ 120.0863811, 30.4855412 ] ], [ [ 120.0863811, 30.4855412 ], [ 120.0855699, 30.4845345 ] ], [ [ 120.0855699, 30.4845345 ], [ 120.0852898, 30.4843874 ] ], [ [ 120.0852898, 30.4843874 ], [ 120.0851101, 30.4843041 ] ], [ [ 120.0851101, 30.4843041 ], [ 120.0849372, 30.4842129 ] ], [ [ 120.0849372, 30.4842129 ], [ 120.0845153, 30.484157 ] ], [ [ 120.0845153, 30.484157 ], [ 120.0840313, 30.4841328 ] ], [ [ 120.0849959, 30.4964479 ], [ 120.0848969, 30.4956783 ] ], [ [ 120.0848969, 30.4956783 ], [ 120.0846032, 30.4933605 ] ], [ [ 120.0846032, 30.4933605 ], [ 120.0845754, 30.4931412 ] ], [ [ 120.0845754, 30.4931412 ], [ 120.0845608, 30.493026 ] ], [ [ 120.0845608, 30.493026 ], [ 120.0845172, 30.4926822 ] ], [ [ 120.0845172, 30.4926822 ], [ 120.0844865, 30.4922829 ] ], [ [ 120.0844865, 30.4922829 ], [ 120.0844891, 30.4921442 ] ], [ [ 120.0844891, 30.4921442 ], [ 120.0845592, 30.4907968 ] ], [ [ 120.0845592, 30.4907968 ], [ 120.0846339, 30.4896949 ] ], [ [ 120.0846339, 30.4896949 ], [ 120.0848989, 30.4855746 ] ], [ [ 120.0848989, 30.4855746 ], [ 120.0846541, 30.4852091 ] ], [ [ 120.0846541, 30.4852091 ], [ 120.084473, 30.4849121 ] ], [ [ 120.084473, 30.4849121 ], [ 120.0840313, 30.4841328 ] ], [ [ 120.2446827, 30.4570599 ], [ 120.2445828, 30.4571593 ] ], [ [ 120.2445828, 30.4571593 ], [ 120.243646, 30.4585389 ] ], [ [ 120.243646, 30.4585389 ], [ 120.2423088, 30.4604955 ] ], [ [ 120.2423088, 30.4604955 ], [ 120.2418745, 30.4611309 ] ], [ [ 120.2418745, 30.4611309 ], [ 120.2403768, 30.4633546 ] ], [ [ 120.2443782, 30.4677892 ], [ 120.2441689, 30.467699 ] ], [ [ 120.2403277, 30.4634274 ], [ 120.2403768, 30.4633546 ] ], [ [ 120.2373273, 30.4687438 ], [ 120.2374867, 30.4684366 ] ], [ [ 120.2374867, 30.4684366 ], [ 120.2384497, 30.4667531 ] ], [ [ 120.2384497, 30.4667531 ], [ 120.2386711, 30.466354 ] ], [ [ 120.2386711, 30.466354 ], [ 120.2387691, 30.4661774 ] ], [ [ 120.2387691, 30.4661774 ], [ 120.2394307, 30.464968 ] ], [ [ 120.2394307, 30.464968 ], [ 120.2400654, 30.4638076 ] ], [ [ 120.2400654, 30.4638076 ], [ 120.2401981, 30.4635868 ] ], [ [ 120.2401981, 30.4635868 ], [ 120.2403277, 30.4634274 ] ], [ [ 120.2372181, 30.4689954 ], [ 120.2373273, 30.4687438 ] ], [ [ 120.230399, 30.4663634 ], [ 120.2302464, 30.466668 ] ], [ [ 120.2302464, 30.466668 ], [ 120.2300888, 30.466976 ] ], [ [ 120.2300888, 30.466976 ], [ 120.2291282, 30.4691901 ] ], [ [ 120.2310468, 30.4698815 ], [ 120.2291282, 30.4691901 ] ], [ [ 120.2291282, 30.4691901 ], [ 120.2284728, 30.4705233 ] ], [ [ 120.2284728, 30.4705233 ], [ 120.2273402, 30.4728632 ] ], [ [ 120.235681, 30.4727406 ], [ 120.2359696, 30.4720619 ] ], [ [ 120.2359696, 30.4720619 ], [ 120.2369137, 30.4696242 ] ], [ [ 120.2369137, 30.4696242 ], [ 120.2370049, 30.4694046 ] ], [ [ 120.2370049, 30.4694046 ], [ 120.2372181, 30.4689954 ] ], [ [ 120.238294, 30.4732668 ], [ 120.2396059, 30.4696561 ] ], [ [ 120.2397803, 30.4697014 ], [ 120.2384407, 30.4732963 ] ], [ [ 120.238294, 30.4732668 ], [ 120.235681, 30.4727406 ] ], [ [ 120.245157, 30.4711124 ], [ 120.2450092, 30.4714366 ], [ 120.2447516, 30.4720572 ], [ 120.2444676, 30.4726834 ], [ 120.2442642, 30.4731861 ], [ 120.2441294, 30.473634 ], [ 120.2439364, 30.4743754 ] ], [ [ 120.2292585, 30.4736042 ], [ 120.2273402, 30.4728632 ] ], [ [ 120.238294, 30.4732668 ], [ 120.2384407, 30.4732963 ] ], [ [ 120.2411759, 30.4738471 ], [ 120.2384407, 30.4732963 ] ], [ [ 120.235681, 30.4727406 ], [ 120.2347977, 30.4748179 ] ], [ [ 120.2347977, 30.4748179 ], [ 120.2344243, 30.4759006 ] ], [ [ 120.2371819, 30.4763511 ], [ 120.238294, 30.4732668 ] ], [ [ 120.2384407, 30.4732963 ], [ 120.2372832, 30.4763676 ] ], [ [ 120.1991096, 30.4718406 ], [ 120.1992717, 30.4718432 ] ], [ [ 120.1992717, 30.4718432 ], [ 120.201349, 30.4719511 ] ], [ [ 120.201349, 30.4719511 ], [ 120.2017004, 30.471988 ] ], [ [ 120.2017004, 30.471988 ], [ 120.2020491, 30.4720501 ] ], [ [ 120.2020491, 30.4720501 ], [ 120.2025187, 30.4721816 ] ], [ [ 120.2025187, 30.4721816 ], [ 120.2030136, 30.4723768 ] ], [ [ 120.197717, 30.4733317 ], [ 120.1991096, 30.4718406 ] ], [ [ 120.1992717, 30.4718432 ], [ 120.1978423, 30.4733654 ] ], [ [ 120.1881185, 30.4742981 ], [ 120.1887197, 30.4732898 ], [ 120.1890491, 30.4726443 ], [ 120.1892238, 30.472302 ], [ 120.1896688, 30.4714007 ] ], [ [ 120.1898374, 30.4714334 ], [ 120.1897383, 30.4716482 ], [ 120.1896273, 30.471855 ], [ 120.1895362, 30.4720331 ], [ 120.1892377, 30.4726169 ], [ 120.1888899, 30.4732971 ], [ 120.1886669, 30.4736392 ], [ 120.1882047, 30.4743481 ] ], [ [ 120.188136, 30.4744535 ], [ 120.1881185, 30.4742981 ] ], [ [ 120.1882047, 30.4743481 ], [ 120.188136, 30.4744535 ] ], [ [ 120.1946692, 30.4725017 ], [ 120.1946111, 30.4725923 ] ], [ [ 120.1946111, 30.4725923 ], [ 120.1939191, 30.4736462 ] ], [ [ 120.1939191, 30.4736462 ], [ 120.1936252, 30.4740796 ] ], [ [ 120.1936252, 30.4740796 ], [ 120.1924681, 30.4758901 ] ], [ [ 120.1924681, 30.4758901 ], [ 120.1920385, 30.4765189 ] ], [ [ 120.1920385, 30.4765189 ], [ 120.191969, 30.4766206 ] ], [ [ 120.188136, 30.4744535 ], [ 120.1879386, 30.4749339 ] ], [ [ 120.1879386, 30.4749339 ], [ 120.1878803, 30.4750758 ] ], [ [ 120.1878803, 30.4750758 ], [ 120.1878101, 30.4752467 ] ], [ [ 120.1878101, 30.4752467 ], [ 120.187665, 30.4754246 ] ], [ [ 120.187665, 30.4754246 ], [ 120.1872797, 30.4757843 ] ], [ [ 120.1872797, 30.4757843 ], [ 120.1870429, 30.4760471 ] ], [ [ 120.1870429, 30.4760471 ], [ 120.1868565, 30.4763092 ] ], [ [ 120.1868565, 30.4763092 ], [ 120.1867116, 30.4763678 ] ], [ [ 120.1867116, 30.4763678 ], [ 120.1860986, 30.4770423 ] ], [ [ 120.1853244, 30.4765667 ], [ 120.1855497, 30.4767051 ] ], [ [ 120.1855497, 30.4767051 ], [ 120.1857551, 30.4768313 ] ], [ [ 120.1857551, 30.4768313 ], [ 120.1860986, 30.4770423 ] ], [ [ 120.1910264, 30.4799677 ], [ 120.1898472, 30.4793043 ] ], [ [ 120.1898472, 30.4793043 ], [ 120.1894104, 30.4790379 ] ], [ [ 120.1894104, 30.4790379 ], [ 120.1885206, 30.478505 ] ], [ [ 120.1885206, 30.478505 ], [ 120.188365, 30.4784148 ] ], [ [ 120.188365, 30.4784148 ], [ 120.1882471, 30.4783464 ] ], [ [ 120.1882471, 30.4783464 ], [ 120.1877263, 30.4780444 ] ], [ [ 120.1877263, 30.4780444 ], [ 120.1866722, 30.4774105 ] ], [ [ 120.1866722, 30.4774105 ], [ 120.1860986, 30.4770423 ] ], [ [ 120.1824842, 30.4787385 ], [ 120.1826875, 30.4789835 ] ], [ [ 120.1826875, 30.4789835 ], [ 120.1832454, 30.4793492 ] ], [ [ 120.1832454, 30.4793492 ], [ 120.1833502, 30.4794179 ] ], [ [ 120.1833502, 30.4794179 ], [ 120.1837311, 30.479692 ] ], [ [ 120.1837311, 30.479692 ], [ 120.1840253, 30.4799038 ] ], [ [ 120.1840253, 30.4799038 ], [ 120.1841723, 30.4800022 ] ], [ [ 120.1841723, 30.4800022 ], [ 120.1846368, 30.480313 ] ], [ [ 120.1846368, 30.480313 ], [ 120.1849319, 30.4805142 ] ], [ [ 120.1849319, 30.4805142 ], [ 120.1851942, 30.4807159 ] ], [ [ 120.1851942, 30.4807159 ], [ 120.185949, 30.4812168 ] ], [ [ 120.185949, 30.4812168 ], [ 120.1861128, 30.4813097 ] ], [ [ 120.1861128, 30.4813097 ], [ 120.1861798, 30.4813477 ] ], [ [ 120.1861798, 30.4813477 ], [ 120.186328, 30.4814165 ] ], [ [ 120.186328, 30.4814165 ], [ 120.1864402, 30.4814686 ] ], [ [ 120.1864402, 30.4814686 ], [ 120.186628, 30.4815558 ] ], [ [ 120.186628, 30.4815558 ], [ 120.1870031, 30.4817299 ] ], [ [ 120.1870031, 30.4817299 ], [ 120.1872062, 30.4818295 ] ], [ [ 120.1872062, 30.4818295 ], [ 120.187567, 30.4820491 ] ], [ [ 120.1910264, 30.4799677 ], [ 120.1911129, 30.480014 ] ], [ [ 120.1910097, 30.4800547 ], [ 120.1910264, 30.4799677 ] ], [ [ 120.1911129, 30.480014 ], [ 120.1940809, 30.4816456 ], [ 120.1953438, 30.4823398 ] ], [ [ 120.1952992, 30.4823972 ], [ 120.1940296, 30.4817039 ], [ 120.1929577, 30.4811205 ], [ 120.1910097, 30.4800547 ] ], [ [ 120.187567, 30.4820491 ], [ 120.187659, 30.4821051 ] ], [ [ 120.2411759, 30.4738471 ], [ 120.241401, 30.4738986 ] ], [ [ 120.2439364, 30.4743754 ], [ 120.241401, 30.4738986 ] ], [ [ 120.2436632, 30.4755162 ], [ 120.2437075, 30.475184 ], [ 120.2439364, 30.4743754 ] ], [ [ 120.2439364, 30.4743754 ], [ 120.2438144, 30.4751026 ], [ 120.2437608, 30.4755485 ] ], [ [ 120.2409675, 30.4750746 ], [ 120.2436632, 30.4755162 ] ], [ [ 120.2475241, 30.4750502 ], [ 120.2443418, 30.4744517 ] ], [ [ 120.2443418, 30.4744517 ], [ 120.2442498, 30.4744344 ] ], [ [ 120.2442498, 30.4744344 ], [ 120.2439364, 30.4743754 ] ], [ [ 120.2475241, 30.4750502 ], [ 120.2473235, 30.4761466 ] ], [ [ 120.247306, 30.4762422 ], [ 120.2473235, 30.4761466 ] ], [ [ 120.2469917, 30.47796 ], [ 120.2471813, 30.4769236 ] ], [ [ 120.2471813, 30.4769236 ], [ 120.247306, 30.4762422 ] ], [ [ 120.2469674, 30.4780751 ], [ 120.2469917, 30.47796 ] ], [ [ 120.2436432, 30.4756263 ], [ 120.240938, 30.4751546 ] ], [ [ 120.2436632, 30.4755162 ], [ 120.2437608, 30.4755485 ] ], [ [ 120.2436432, 30.4756263 ], [ 120.2436632, 30.4755162 ] ], [ [ 120.2437608, 30.4755485 ], [ 120.2437429, 30.4756595 ] ], [ [ 120.2437429, 30.4756595 ], [ 120.2436432, 30.4756263 ] ], [ [ 120.2437608, 30.4755485 ], [ 120.2440332, 30.4755942 ], [ 120.2441256, 30.4756097 ], [ 120.2473235, 30.4761466 ] ], [ [ 120.247306, 30.4762422 ], [ 120.2441059, 30.4757188 ], [ 120.2440134, 30.4757037 ], [ 120.2437429, 30.4756595 ] ], [ [ 120.2435216, 30.4773953 ], [ 120.2435804, 30.4762836 ], [ 120.243629, 30.4757729 ], [ 120.2436432, 30.4756263 ] ], [ [ 120.2437429, 30.4756595 ], [ 120.2436427, 30.4762803 ], [ 120.243612, 30.4771862 ], [ 120.2436264, 30.4774123 ] ], [ [ 120.2343912, 30.4760018 ], [ 120.2344243, 30.4759006 ] ], [ [ 120.2321939, 30.4916966 ], [ 120.2367442, 30.4921468 ] ], [ [ 120.2367442, 30.4921468 ], [ 120.2369633, 30.4921904 ] ], [ [ 120.245157, 30.4931285 ], [ 120.2443112, 30.4930327 ] ], [ [ 120.2443112, 30.4930327 ], [ 120.2416498, 30.4927212 ] ], [ [ 120.2416498, 30.4927212 ], [ 120.240973, 30.492642 ] ], [ [ 120.240973, 30.492642 ], [ 120.2407444, 30.4966547 ] ], [ [ 120.245157, 30.4931285 ], [ 120.2448505, 30.4977958 ] ], [ [ 120.2448505, 30.4977958 ], [ 120.2447805, 30.4989865 ] ], [ [ 120.240973, 30.492642 ], [ 120.2382986, 30.4923289 ] ], [ [ 120.2382986, 30.4923289 ], [ 120.2371005, 30.4921919 ] ], [ [ 120.2371005, 30.4921919 ], [ 120.2369633, 30.4921904 ] ], [ [ 120.2371133, 30.4965291 ], [ 120.2407444, 30.4966547 ] ], [ [ 120.2407349, 30.4968205 ], [ 120.2370695, 30.4966477 ] ], [ [ 120.2407349, 30.4968205 ], [ 120.2407444, 30.4966547 ] ], [ [ 120.2407349, 30.4968205 ], [ 120.2406136, 30.4989493 ] ], [ [ 120.3197382, 30.3244851 ], [ 120.3187649, 30.3244084 ] ], [ [ 120.3187649, 30.3244084 ], [ 120.3177371, 30.3243092 ] ], [ [ 120.3177371, 30.3243092 ], [ 120.3166677, 30.3242001 ] ], [ [ 120.3166677, 30.3242001 ], [ 120.3164238, 30.324188 ] ], [ [ 120.3164238, 30.324188 ], [ 120.3161636, 30.3241858 ] ], [ [ 120.3161636, 30.3241858 ], [ 120.3157729, 30.3241895 ] ], [ [ 120.3157729, 30.3241895 ], [ 120.3154077, 30.3241976 ] ], [ [ 120.3154077, 30.3241976 ], [ 120.314074, 30.3242653 ] ], [ [ 120.314074, 30.3242653 ], [ 120.313742, 30.3242821 ] ], [ [ 120.3197382, 30.3244851 ], [ 120.3199312, 30.3245091 ] ], [ [ 120.3329942, 30.3263643 ], [ 120.3300988, 30.3259526 ] ], [ [ 120.3300988, 30.3259526 ], [ 120.3285431, 30.3257124 ] ], [ [ 120.3285431, 30.3257124 ], [ 120.3280919, 30.3256427 ] ], [ [ 120.3280919, 30.3256427 ], [ 120.3277453, 30.3255972 ] ], [ [ 120.3277453, 30.3255972 ], [ 120.3267757, 30.3254698 ] ], [ [ 120.3267757, 30.3254698 ], [ 120.3264505, 30.3254271 ] ], [ [ 120.3264505, 30.3254271 ], [ 120.3263754, 30.3254172 ] ], [ [ 120.3263754, 30.3254172 ], [ 120.3256112, 30.3253113 ] ], [ [ 120.3256112, 30.3253113 ], [ 120.3245045, 30.3251301 ] ], [ [ 120.3245045, 30.3251301 ], [ 120.3225481, 30.3248412 ] ], [ [ 120.3225481, 30.3248412 ], [ 120.3222533, 30.3247977 ] ], [ [ 120.3222533, 30.3247977 ], [ 120.3199312, 30.3245091 ] ], [ [ 120.3850244, 30.3269813 ], [ 120.3852231, 30.3269956 ] ], [ [ 120.3515803, 30.3278524 ], [ 120.3526045, 30.3278936 ] ], [ [ 120.3526045, 30.3278936 ], [ 120.3529731, 30.3279161 ] ], [ [ 120.3529731, 30.3279161 ], [ 120.3531763, 30.3279285 ] ], [ [ 120.3531763, 30.3279285 ], [ 120.3540381, 30.3279811 ] ], [ [ 120.3540381, 30.3279811 ], [ 120.3548502, 30.3280306 ] ], [ [ 120.3548502, 30.3280306 ], [ 120.3564848, 30.3281304 ] ], [ [ 120.3564848, 30.3281304 ], [ 120.3571518, 30.3281664 ] ], [ [ 120.3571518, 30.3281664 ], [ 120.3584785, 30.3282379 ] ], [ [ 120.3819589, 30.3297138 ], [ 120.381417, 30.3269892 ] ], [ [ 120.364186, 30.3285712 ], [ 120.3626311, 30.3284973 ] ], [ [ 120.3626311, 30.3284973 ], [ 120.3611123, 30.3284016 ] ], [ [ 120.3611123, 30.3284016 ], [ 120.3610104, 30.3283953 ] ], [ [ 120.3610104, 30.3283953 ], [ 120.3584785, 30.3282379 ] ], [ [ 120.364186, 30.3285712 ], [ 120.3643508, 30.3285678 ] ], [ [ 120.3857674, 30.3292915 ], [ 120.3859078, 30.3292717 ] ], [ [ 120.3819589, 30.3297138 ], [ 120.3839512, 30.3294527 ] ], [ [ 120.3839512, 30.3294527 ], [ 120.3857674, 30.3292915 ] ], [ [ 120.3440479, 30.3276494 ], [ 120.3431665, 30.3275802 ] ], [ [ 120.3431665, 30.3275802 ], [ 120.3422317, 30.3275069 ] ], [ [ 120.3422317, 30.3275069 ], [ 120.339646, 30.327304 ] ], [ [ 120.339646, 30.327304 ], [ 120.3381691, 30.3271237 ] ], [ [ 120.3381691, 30.3271237 ], [ 120.3364628, 30.3268917 ] ], [ [ 120.3364628, 30.3268917 ], [ 120.3349036, 30.3266541 ] ], [ [ 120.3349036, 30.3266541 ], [ 120.3331927, 30.3263933 ] ], [ [ 120.3442279, 30.3276726 ], [ 120.3440479, 30.3276494 ] ], [ [ 120.3515803, 30.3278524 ], [ 120.348394, 30.327783 ] ], [ [ 120.348394, 30.327783 ], [ 120.3481626, 30.3277801 ] ], [ [ 120.3481626, 30.3277801 ], [ 120.3476406, 30.3277736 ] ], [ [ 120.3476406, 30.3277736 ], [ 120.3475253, 30.3277722 ] ], [ [ 120.3475253, 30.3277722 ], [ 120.3462006, 30.3277322 ] ], [ [ 120.3462006, 30.3277322 ], [ 120.3461116, 30.3277295 ] ], [ [ 120.3461116, 30.3277295 ], [ 120.3451199, 30.3276995 ] ], [ [ 120.3451199, 30.3276995 ], [ 120.3442279, 30.3276726 ] ], [ [ 120.3512127, 30.3328761 ], [ 120.3514572, 30.3296984 ] ], [ [ 120.3514572, 30.3296984 ], [ 120.3515803, 30.3278524 ] ], [ [ 120.3329419, 30.333018 ], [ 120.3331384, 30.3330389 ] ], [ [ 120.33316, 30.3331563 ], [ 120.3329687, 30.3331484 ] ], [ [ 120.3458534, 30.3335493 ], [ 120.3472869, 30.3333009 ] ], [ [ 120.3472869, 30.3333009 ], [ 120.3478178, 30.3332188 ] ], [ [ 120.3478178, 30.3332188 ], [ 120.3487115, 30.3330697 ] ], [ [ 120.3487115, 30.3330697 ], [ 120.3493822, 30.3329678 ] ], [ [ 120.3493822, 30.3329678 ], [ 120.3498663, 30.3329013 ] ], [ [ 120.3498663, 30.3329013 ], [ 120.3503195, 30.3328632 ] ], [ [ 120.3503195, 30.3328632 ], [ 120.3507943, 30.3328701 ] ], [ [ 120.3507943, 30.3328701 ], [ 120.3512127, 30.3328761 ] ], [ [ 120.3331384, 30.3330389 ], [ 120.3349019, 30.3331399 ], [ 120.3367476, 30.3332493 ], [ 120.339132, 30.3333848 ], [ 120.3419049, 30.3335552 ], [ 120.3425394, 30.3336016 ], [ 120.3431394, 30.3336328 ], [ 120.3437201, 30.3336289 ], [ 120.3446805, 30.3335814 ], [ 120.3457062, 30.3335054 ] ], [ [ 120.3136633, 30.3315615 ], [ 120.3181097, 30.3316243 ], [ 120.3186958, 30.3316244 ], [ 120.319054, 30.3316418 ], [ 120.3193639, 30.3316554 ] ], [ [ 120.3193639, 30.3316554 ], [ 120.3195423, 30.3316764 ] ], [ [ 120.3193712, 30.3317733 ], [ 120.31894, 30.331719 ], [ 120.3185905, 30.3317032 ], [ 120.318057, 30.3316978 ], [ 120.3165483, 30.3316762 ], [ 120.3136522, 30.3316346 ] ], [ [ 120.319545, 30.3317942 ], [ 120.3193712, 30.3317733 ] ], [ [ 120.3195423, 30.3316764 ], [ 120.3221874, 30.3319872 ], [ 120.3242785, 30.332232 ], [ 120.3260774, 30.332438 ], [ 120.3263003, 30.3324688 ], [ 120.3276731, 30.3326313 ], [ 120.3288523, 30.3327564 ], [ 120.3293854, 30.3327995 ], [ 120.3315456, 30.332938 ], [ 120.3329419, 30.333018 ] ], [ [ 120.3329687, 30.3331484 ], [ 120.3293657, 30.3329355 ], [ 120.328966, 30.3328946 ], [ 120.3283432, 30.3328547 ], [ 120.3262846, 30.332596 ], [ 120.3260269, 30.3325662 ], [ 120.3242715, 30.3323631 ], [ 120.319545, 30.3317942 ] ], [ [ 120.3789028, 30.33008 ], [ 120.3806353, 30.3298796 ] ], [ [ 120.3806353, 30.3298796 ], [ 120.3819589, 30.3297138 ] ], [ [ 120.3789028, 30.33008 ], [ 120.3773839, 30.330255 ] ], [ [ 120.3773839, 30.330255 ], [ 120.3771378, 30.3302883 ] ], [ [ 120.3771378, 30.3302883 ], [ 120.3758556, 30.3304622 ] ], [ [ 120.3758556, 30.3304622 ], [ 120.37514, 30.3305715 ] ], [ [ 120.37514, 30.3305715 ], [ 120.3748532, 30.3305719 ] ], [ [ 120.3748532, 30.3305719 ], [ 120.374685, 30.3305788 ] ], [ [ 120.3718847, 30.3306559 ], [ 120.374685, 30.3305788 ] ], [ [ 120.3829785, 30.332575 ], [ 120.3821332, 30.3302378 ] ], [ [ 120.3821332, 30.3302378 ], [ 120.3819589, 30.3297138 ] ], [ [ 120.3829785, 30.332575 ], [ 120.3848245, 30.3321164 ] ], [ [ 120.3848245, 30.3321164 ], [ 120.3865425, 30.3316895 ] ], [ [ 120.3793306, 30.3330914 ], [ 120.3812224, 30.3328204 ] ], [ [ 120.3812224, 30.3328204 ], [ 120.3829785, 30.332575 ] ], [ [ 120.3512127, 30.3328761 ], [ 120.3537846, 30.3330231 ] ], [ [ 120.3537846, 30.3330231 ], [ 120.3546252, 30.3330711 ] ], [ [ 120.3546252, 30.3330711 ], [ 120.3552693, 30.3330967 ] ], [ [ 120.3552693, 30.3330967 ], [ 120.3574198, 30.3332041 ] ], [ [ 120.3624126, 30.3334904 ], [ 120.3606855, 30.3333913 ] ], [ [ 120.3606855, 30.3333913 ], [ 120.3603365, 30.3333748 ] ], [ [ 120.3603365, 30.3333748 ], [ 120.3574198, 30.3332041 ] ], [ [ 120.3793306, 30.3330914 ], [ 120.3771407, 30.3333949 ] ], [ [ 120.3771407, 30.3333949 ], [ 120.3758266, 30.3335996 ] ], [ [ 120.3758266, 30.3335996 ], [ 120.3751347, 30.3337084 ] ], [ [ 120.3751347, 30.3337084 ], [ 120.374848, 30.3337581 ] ], [ [ 120.3653106, 30.3336188 ], [ 120.3655746, 30.3335662 ] ], [ [ 120.3655746, 30.3335662 ], [ 120.366152, 30.3335022 ] ], [ [ 120.366152, 30.3335022 ], [ 120.3662977, 30.3334802 ] ], [ [ 120.3651659, 30.333621 ], [ 120.3637758, 30.3335597 ] ], [ [ 120.3637758, 30.3335597 ], [ 120.3637456, 30.3335576 ] ], [ [ 120.3637456, 30.3335576 ], [ 120.3624126, 30.3334904 ] ], [ [ 120.3651659, 30.333621 ], [ 120.3653106, 30.3336188 ] ], [ [ 120.3840453, 30.3355588 ], [ 120.3829785, 30.332575 ] ], [ [ 120.3840915, 30.3356846 ], [ 120.3840453, 30.3355588 ] ], [ [ 120.4799149, 30.3287597 ], [ 120.4799194, 30.3253174 ] ], [ [ 120.4868274, 30.3264588 ], [ 120.486763, 30.3268778 ] ], [ [ 120.486763, 30.3268778 ], [ 120.4867501, 30.3269166 ] ], [ [ 120.4867501, 30.3269166 ], [ 120.4866316, 30.3272737 ] ], [ [ 120.4866316, 30.3272737 ], [ 120.4864316, 30.3279465 ] ], [ [ 120.4864316, 30.3279465 ], [ 120.4863473, 30.3282299 ] ], [ [ 120.4863473, 30.3282299 ], [ 120.4862279, 30.328774 ] ], [ [ 120.4754024, 30.3265167 ], [ 120.475406, 30.3287571 ] ], [ [ 120.4752906, 30.3287583 ], [ 120.4752886, 30.3276751 ], [ 120.4752928, 30.3265399 ] ], [ [ 120.4905067, 30.3287501 ], [ 120.4903163, 30.3287501 ] ], [ [ 120.3883771, 30.3270305 ], [ 120.3891061, 30.3288646 ] ], [ [ 120.3925103, 30.3284496 ], [ 120.3891061, 30.3288646 ] ], [ [ 120.3891061, 30.3288646 ], [ 120.3859078, 30.3292717 ] ], [ [ 120.3930366, 30.3298106 ], [ 120.3925103, 30.3284496 ] ], [ [ 120.3891061, 30.3288646 ], [ 120.3898801, 30.3308199 ] ], [ [ 120.475406, 30.3287571 ], [ 120.4752906, 30.3287583 ] ], [ [ 120.475406, 30.3287571 ], [ 120.4799149, 30.3287597 ] ], [ [ 120.4903163, 30.3287501 ], [ 120.4862279, 30.328774 ] ], [ [ 120.4862279, 30.328774 ], [ 120.4858189, 30.328776 ] ], [ [ 120.4858189, 30.328776 ], [ 120.4850382, 30.3287785 ] ], [ [ 120.4850382, 30.3287785 ], [ 120.4845594, 30.3287808 ] ], [ [ 120.4845594, 30.3287808 ], [ 120.4824279, 30.328793 ] ], [ [ 120.4824279, 30.328793 ], [ 120.4799149, 30.3287597 ] ], [ [ 120.496767, 30.3264741 ], [ 120.4967501, 30.3315269 ] ], [ [ 120.4799149, 30.3287597 ], [ 120.4799113, 30.3314878 ] ], [ [ 120.4862279, 30.328774 ], [ 120.4860791, 30.3294523 ] ], [ [ 120.4860791, 30.3294523 ], [ 120.4859503, 30.3304478 ] ], [ [ 120.4859503, 30.3304478 ], [ 120.4858752, 30.3309756 ] ], [ [ 120.4858752, 30.3309756 ], [ 120.4858377, 30.3314773 ] ], [ [ 120.475406, 30.3287571 ], [ 120.4753972, 30.3314965 ] ], [ [ 120.4752942, 30.3315011 ], [ 120.4752942, 30.3307988 ], [ 120.4752906, 30.3287583 ] ], [ [ 120.4858377, 30.3314773 ], [ 120.4888561, 30.3314747 ] ], [ [ 120.4888561, 30.3314747 ], [ 120.4903081, 30.3314735 ] ], [ [ 120.3930366, 30.3298106 ], [ 120.3898801, 30.3308199 ] ], [ [ 120.3930366, 30.3298106 ], [ 120.3934016, 30.3307488 ] ], [ [ 120.3934016, 30.3307488 ], [ 120.393428676023973, 30.330802776514552 ] ], [ [ 120.4358579, 30.3309205 ], [ 120.4358823, 30.3310555 ] ], [ [ 120.4358579, 30.3309205 ], [ 120.4368253, 30.3309491 ], [ 120.4374723, 30.3309626 ], [ 120.4375784, 30.3309676 ], [ 120.4381284, 30.3309931 ], [ 120.4394362, 30.3310345 ], [ 120.4435149, 30.3310945 ], [ 120.4444797, 30.3310795 ] ], [ [ 120.4450908, 30.3311242 ], [ 120.4450952, 30.3312744 ] ], [ [ 120.4450908, 30.3311242 ], [ 120.4472211, 30.3311636 ], [ 120.4510739, 30.331258 ], [ 120.4518092, 30.3312755 ] ], [ [ 120.4450952, 30.3312744 ], [ 120.4449462, 30.3312672 ], [ 120.4446223, 30.3312501 ], [ 120.4444818, 30.3312461 ] ], [ [ 120.4518092, 30.3312755 ], [ 120.451998, 30.3312727 ] ], [ [ 120.451812, 30.331429 ], [ 120.4474654, 30.3313329 ], [ 120.4456999, 30.331272 ], [ 120.4450952, 30.3312744 ] ], [ [ 120.451812, 30.331429 ], [ 120.4518092, 30.3312755 ] ], [ [ 120.451998, 30.3312727 ], [ 120.4520123, 30.3314326 ] ], [ [ 120.451998, 30.3312727 ], [ 120.4566752, 30.3313911 ], [ 120.4575172, 30.3314002 ], [ 120.4581663, 30.3314072 ], [ 120.4609932, 30.3314007 ], [ 120.4635951, 30.3314128 ], [ 120.4639597, 30.3314039 ], [ 120.4643479, 30.3314034 ], [ 120.4644158, 30.3314019 ], [ 120.4645515, 30.3313996 ], [ 120.4646616, 30.3314081 ], [ 120.4648057, 30.3314193 ], [ 120.4655173, 30.3314548 ] ], [ [ 120.4903081, 30.3314735 ], [ 120.4904999, 30.3314779 ] ], [ [ 120.4858377, 30.3314773 ], [ 120.4850998, 30.3314744 ] ], [ [ 120.4850998, 30.3314744 ], [ 120.4844749, 30.331479 ] ], [ [ 120.4844749, 30.331479 ], [ 120.4799113, 30.3314878 ] ], [ [ 120.4799113, 30.3314878 ], [ 120.4753972, 30.3314965 ] ], [ [ 120.4752942, 30.3315011 ], [ 120.4753972, 30.3314965 ] ], [ [ 120.4967501, 30.3315269 ], [ 120.4939397, 30.3315049 ] ], [ [ 120.4939397, 30.3315049 ], [ 120.4936312, 30.3315024 ] ], [ [ 120.4936312, 30.3315024 ], [ 120.4904999, 30.3314779 ] ], [ [ 120.4444818, 30.3312461 ], [ 120.4429456, 30.3312555 ], [ 120.4375828, 30.3310921 ], [ 120.4374773, 30.3310889 ], [ 120.4368343, 30.3310792 ], [ 120.4358823, 30.3310555 ] ], [ [ 120.3866926, 30.3316626 ], [ 120.3898801, 30.3308199 ] ], [ [ 120.3865425, 30.3316895 ], [ 120.3866926, 30.3316626 ] ], [ [ 120.3898801, 30.3308199 ], [ 120.3906445, 30.3328222 ] ], [ [ 120.4520123, 30.3314326 ], [ 120.451812, 30.331429 ] ], [ [ 120.4691546, 30.3314548 ], [ 120.4655173, 30.3314548 ] ], [ [ 120.4691546, 30.3314548 ], [ 120.4752942, 30.3315011 ] ], [ [ 120.4655173, 30.3314548 ], [ 120.464901, 30.3315203 ], [ 120.4647952, 30.3315316 ], [ 120.4646633, 30.3315385 ], [ 120.4645521, 30.3315444 ], [ 120.464397, 30.3315483 ], [ 120.4643328, 30.3315458 ], [ 120.463969, 30.3315376 ], [ 120.4638619, 30.3315339 ], [ 120.4609763, 30.3315277 ], [ 120.4580603, 30.3315414 ], [ 120.4575349, 30.3315329 ], [ 120.4563519, 30.3315139 ], [ 120.4520123, 30.3314326 ] ], [ [ 120.4691546, 30.3314548 ], [ 120.469153, 30.3339852 ] ], [ [ 120.469153, 30.3339852 ], [ 120.4691549, 30.3349114 ] ], [ [ 120.4691549, 30.3349114 ], [ 120.4691565, 30.3357361 ] ], [ [ 120.4691565, 30.3357361 ], [ 120.4691584, 30.3366613 ] ], [ [ 120.4691584, 30.3366613 ], [ 120.4699443, 30.3366603 ] ], [ [ 120.4699443, 30.3366603 ], [ 120.474626, 30.3366543 ] ], [ [ 120.474626, 30.3366543 ], [ 120.4752905, 30.3366358 ] ], [ [ 120.6101554, 30.3207387 ], [ 120.6100522, 30.3216914 ] ], [ [ 120.6100522, 30.3216914 ], [ 120.6099074, 30.3234372 ] ], [ [ 120.6099074, 30.3234372 ], [ 120.6097726, 30.3248597 ] ], [ [ 120.6097726, 30.3248597 ], [ 120.6096727, 30.3265753 ] ], [ [ 120.6096727, 30.3265753 ], [ 120.6095489, 30.3279399 ] ], [ [ 120.6095489, 30.3279399 ], [ 120.6094422, 30.3291154 ] ], [ [ 120.6094422, 30.3291154 ], [ 120.6093958, 30.3296275 ] ], [ [ 120.6093958, 30.3296275 ], [ 120.6093905, 30.329686 ] ], [ [ 120.6093905, 30.329686 ], [ 120.609378, 30.3298234 ] ], [ [ 120.5835348, 30.328455 ], [ 120.5840466, 30.3284834 ] ], [ [ 120.5840466, 30.3284834 ], [ 120.5849439, 30.3285332 ] ], [ [ 120.5849439, 30.3285332 ], [ 120.5853098, 30.3284412 ] ], [ [ 120.5853098, 30.3284412 ], [ 120.5891979, 30.3286302 ] ], [ [ 120.5891979, 30.3286302 ], [ 120.5901749, 30.3286951 ] ], [ [ 120.5901749, 30.3286951 ], [ 120.5903786, 30.3287086 ] ], [ [ 120.5903786, 30.3287086 ], [ 120.5935914, 30.3289221 ] ], [ [ 120.5935914, 30.3289221 ], [ 120.594148, 30.3290076 ] ], [ [ 120.594148, 30.3290076 ], [ 120.5947546, 30.3290125 ] ], [ [ 120.5947546, 30.3290125 ], [ 120.5950415, 30.3292421 ] ], [ [ 120.5837962, 30.3234787 ], [ 120.5837762, 30.3240469 ] ], [ [ 120.5837762, 30.3240469 ], [ 120.5836207, 30.3276401 ] ], [ [ 120.5836207, 30.3276401 ], [ 120.5835617, 30.3281262 ] ], [ [ 120.5835617, 30.3281262 ], [ 120.5835348, 30.328455 ] ], [ [ 120.5739557, 30.3262329 ], [ 120.5771467, 30.3264478 ] ], [ [ 120.5515514, 30.3273222 ], [ 120.5527183, 30.3271961 ], [ 120.5543142, 30.3270341 ], [ 120.5548721, 30.3270109 ], [ 120.55681, 30.3270064 ] ], [ [ 120.5568053, 30.3271163 ], [ 120.5548694, 30.3271174 ], [ 120.5542445, 30.3271429 ], [ 120.5535337, 30.32721 ], [ 120.5515601, 30.3274172 ] ], [ [ 120.5513963, 30.3273389 ], [ 120.5515514, 30.3273222 ] ], [ [ 120.5771467, 30.3264478 ], [ 120.5771103, 30.327642 ] ], [ [ 120.5771103, 30.327642 ], [ 120.5770267, 30.3282407 ] ], [ [ 120.5515514, 30.3273222 ], [ 120.5515601, 30.3274172 ] ], [ [ 120.5513954, 30.3274345 ], [ 120.5513963, 30.3273389 ] ], [ [ 120.5515601, 30.3274172 ], [ 120.5513954, 30.3274345 ] ], [ [ 120.5495304, 30.3275405 ], [ 120.5513963, 30.3273389 ] ], [ [ 120.5513954, 30.3274345 ], [ 120.5508649, 30.3274902 ], [ 120.5495298, 30.3276314 ] ], [ [ 120.5494251, 30.3275519 ], [ 120.5495304, 30.3275405 ] ], [ [ 120.5495298, 30.3276314 ], [ 120.549431, 30.3276418 ] ], [ [ 120.5428913, 30.3282396 ], [ 120.5459672, 30.3279254 ], [ 120.5494251, 30.3275519 ] ], [ [ 120.549431, 30.3276418 ], [ 120.5457204, 30.3280342 ], [ 120.5428914, 30.3283216 ] ], [ [ 120.57701, 30.3283532 ], [ 120.5770267, 30.3282407 ] ], [ [ 120.5021315, 30.3264855 ], [ 120.5021213, 30.3293825 ] ], [ [ 120.5021213, 30.3293825 ], [ 120.5021001, 30.3315026 ] ], [ [ 120.5021001, 30.3315026 ], [ 120.5023604, 30.3314368 ], [ 120.5031951, 30.3314372 ], [ 120.5033006, 30.3314383 ], [ 120.5047488, 30.3314415 ], [ 120.5064329, 30.3314464 ], [ 120.5090416, 30.3314226 ], [ 120.5106103, 30.3314017 ], [ 120.5115308, 30.3313652 ], [ 120.5123063, 30.3313288 ], [ 120.5134571, 30.3312636 ], [ 120.5138808, 30.3312242 ], [ 120.5151868, 30.331109 ], [ 120.5169567, 30.3309279 ], [ 120.5188856, 30.3307165 ], [ 120.5203131, 30.330566 ], [ 120.5225283, 30.3303489 ], [ 120.5235551, 30.3302286 ], [ 120.5255008, 30.3300339 ], [ 120.5271657, 30.3298462 ], [ 120.5353687, 30.3289815 ], [ 120.5398329, 30.3285436 ], [ 120.5427488, 30.3282542 ] ], [ [ 120.5427441, 30.3283365 ], [ 120.5397776, 30.3286763 ], [ 120.5338436, 30.3292639 ], [ 120.5289187, 30.3298077 ], [ 120.5271622, 30.3299889 ], [ 120.5259958, 30.3301172 ], [ 120.5248049, 30.3302392 ], [ 120.5235211, 30.3303747 ], [ 120.5225312, 30.3304855 ], [ 120.5210192, 30.3306304 ], [ 120.520312, 30.330711 ], [ 120.5186628, 30.3308733 ], [ 120.5169336, 30.331063 ], [ 120.5151248, 30.3312553 ], [ 120.5139034, 30.3313506 ], [ 120.5134768, 30.3313903 ], [ 120.5122742, 30.33147 ], [ 120.5114698, 30.3315048 ], [ 120.509948, 30.3315502 ], [ 120.5090493, 30.3315693 ], [ 120.5074175, 30.3315824 ], [ 120.5070916, 30.3315819 ], [ 120.5032911, 30.331576 ], [ 120.5031882, 30.3315856 ], [ 120.5023532, 30.3315849 ], [ 120.5021001, 30.3315026 ] ], [ [ 120.5428053, 30.3327356 ], [ 120.5429185, 30.3327334 ] ], [ [ 120.5429194, 30.3328097 ], [ 120.5428018, 30.332816 ] ], [ [ 120.5834406, 30.3286791 ], [ 120.5834544, 30.3284596 ] ], [ [ 120.5834544, 30.3284596 ], [ 120.5835348, 30.328455 ] ], [ [ 120.5834406, 30.3286791 ], [ 120.5834326, 30.3288081 ] ], [ [ 120.5515601, 30.3274172 ], [ 120.5515522, 30.3277304 ], [ 120.5514798, 30.327941 ], [ 120.5514047, 30.3307585 ], [ 120.5513537, 30.3327084 ] ], [ [ 120.5512652, 30.3327087 ], [ 120.551343, 30.3304946 ], [ 120.5513954, 30.3274345 ] ], [ [ 120.5834326, 30.3288081 ], [ 120.5834222, 30.3289736 ] ], [ [ 120.5834222, 30.3289736 ], [ 120.5835402, 30.3290754 ] ], [ [ 120.5835402, 30.3290754 ], [ 120.5834705, 30.3312377 ] ], [ [ 120.5834705, 30.3312377 ], [ 120.5834446, 30.3323065 ] ], [ [ 120.5834446, 30.3323065 ], [ 120.5834168, 30.3334509 ] ], [ [ 120.5834168, 30.3334509 ], [ 120.5833112, 30.3343278 ] ], [ [ 120.5833112, 30.3343278 ], [ 120.5832613, 30.3347427 ] ], [ [ 120.5512652, 30.3327087 ], [ 120.5513537, 30.3327084 ] ], [ [ 120.5429185, 30.3327334 ], [ 120.5464962, 30.3327286 ], [ 120.5512652, 30.3327087 ] ], [ [ 120.5513537, 30.3327084 ], [ 120.551524, 30.3327077 ], [ 120.5525929, 30.3327032 ], [ 120.5545228, 30.3327008 ], [ 120.554557, 30.332706 ], [ 120.5545758, 30.3327234 ], [ 120.5545805, 30.3327431 ], [ 120.5545751, 30.3327529 ], [ 120.5545677, 30.3327604 ], [ 120.5545362, 30.332768 ], [ 120.5513564, 30.332775 ] ], [ [ 120.5513537, 30.3327084 ], [ 120.5513564, 30.332775 ] ], [ [ 120.5512652, 30.3327756 ], [ 120.5512652, 30.3327087 ] ], [ [ 120.5513564, 30.332775 ], [ 120.5512652, 30.3327756 ] ], [ [ 120.5512652, 30.3327756 ], [ 120.5495674, 30.3327865 ], [ 120.5444175, 30.3327958 ], [ 120.5429194, 30.3328097 ] ], [ [ 120.5566107, 30.3330876 ], [ 120.556798, 30.3330878 ] ], [ [ 120.556798, 30.3330878 ], [ 120.5613049, 30.3333673 ], [ 120.5614545, 30.3333831 ] ], [ [ 120.5567924, 30.3332515 ], [ 120.5566055, 30.3332514 ] ], [ [ 120.5614545, 30.3333831 ], [ 120.561606, 30.3333991 ] ], [ [ 120.5614499, 30.3335679 ], [ 120.5612428, 30.3335305 ], [ 120.5596292, 30.3334514 ], [ 120.5581012, 30.3333353 ], [ 120.5567924, 30.3332515 ] ], [ [ 120.561606, 30.3333991 ], [ 120.5618096, 30.3334206 ] ], [ [ 120.5614499, 30.3335679 ], [ 120.5614545, 30.3333831 ] ], [ [ 120.561606, 30.3333991 ], [ 120.5616086, 30.3335965 ] ], [ [ 120.6114398, 30.3204512 ], [ 120.6114739, 30.3204714 ] ], [ [ 120.6114739, 30.3204714 ], [ 120.6114879, 30.3205755 ] ], [ [ 120.6114879, 30.3205755 ], [ 120.6113096, 30.3225192 ] ], [ [ 120.6113096, 30.3225192 ], [ 120.6110817, 30.3259748 ] ], [ [ 120.6110817, 30.3259748 ], [ 120.6110602, 30.3263006 ] ], [ [ 120.6110602, 30.3263006 ], [ 120.6109888, 30.3272869 ] ], [ [ 120.6109888, 30.3272869 ], [ 120.6109019, 30.3284871 ] ], [ [ 120.6109019, 30.3284871 ], [ 120.6105753, 30.3327488 ] ], [ [ 120.6105753, 30.3327488 ], [ 120.6105719, 30.3331238 ] ], [ [ 120.6105719, 30.3331238 ], [ 120.6105691, 30.3332139 ] ], [ [ 120.6105691, 30.3332139 ], [ 120.6105705, 30.333286 ] ], [ [ 120.6105705, 30.333286 ], [ 120.6105704, 30.3332954 ] ], [ [ 120.6105704, 30.3332954 ], [ 120.6101202, 30.3390215 ] ], [ [ 120.6101202, 30.3390215 ], [ 120.6100509, 30.3402043 ] ], [ [ 120.6100509, 30.3402043 ], [ 120.6100467, 30.3402513 ] ], [ [ 120.6100467, 30.3402513 ], [ 120.6099725, 30.3410815 ] ], [ [ 120.6099725, 30.3410815 ], [ 120.6096521, 30.3446674 ] ], [ [ 120.6096521, 30.3446674 ], [ 120.6096591, 30.3448696 ] ], [ [ 120.6096591, 30.3448696 ], [ 120.6097325, 30.3450659 ] ], [ [ 120.6097325, 30.3450659 ], [ 120.6100299, 30.3458508 ] ], [ [ 120.6100299, 30.3458508 ], [ 120.6100999, 30.3461829 ] ], [ [ 120.6100999, 30.3461829 ], [ 120.6101262, 30.3462813 ] ], [ [ 120.6101262, 30.3462813 ], [ 120.6101488, 30.3464214 ] ], [ [ 120.6101488, 30.3464214 ], [ 120.6101209, 30.3465211 ] ], [ [ 120.6101209, 30.3465211 ], [ 120.6100754, 30.3466328 ] ], [ [ 120.6100754, 30.3466328 ], [ 120.6099914, 30.3467384 ] ], [ [ 120.6099914, 30.3467384 ], [ 120.6099005, 30.3468079 ] ], [ [ 120.6099005, 30.3468079 ], [ 120.6097885, 30.3468501 ] ], [ [ 120.6097885, 30.3468501 ], [ 120.6096416, 30.3468894 ] ], [ [ 120.6096416, 30.3468894 ], [ 120.6094492, 30.3469166 ] ], [ [ 120.6094492, 30.3469166 ], [ 120.6091973, 30.3469015 ] ], [ [ 120.6091973, 30.3469015 ], [ 120.6089629, 30.3469286 ] ], [ [ 120.6089629, 30.3469286 ], [ 120.6087075, 30.3470011 ] ], [ [ 120.6087075, 30.3470011 ], [ 120.6085186, 30.3470494 ] ], [ [ 120.6085186, 30.3470494 ], [ 120.6063219, 30.3474717 ] ], [ [ 120.5958344, 30.3406362 ], [ 120.5955302, 30.3406176 ] ], [ [ 120.5923258, 30.3419153 ], [ 120.5916757, 30.3418468 ] ], [ [ 120.5916757, 30.3418468 ], [ 120.5907746, 30.341789 ] ], [ [ 120.5907746, 30.341789 ], [ 120.5898812, 30.3417201 ] ], [ [ 120.5898812, 30.3417201 ], [ 120.5891603, 30.3416424 ] ], [ [ 120.5891603, 30.3416424 ], [ 120.5884626, 30.3416024 ] ], [ [ 120.5884626, 30.3416024 ], [ 120.5875383, 30.3415335 ] ], [ [ 120.5875383, 30.3415335 ], [ 120.5868509, 30.3414913 ] ], [ [ 120.5868509, 30.3414913 ], [ 120.5866012, 30.341478 ] ], [ [ 120.5866012, 30.341478 ], [ 120.5852264, 30.3413891 ] ], [ [ 120.5852264, 30.3413891 ], [ 120.5849646, 30.3413723 ] ], [ [ 120.5849646, 30.3413723 ], [ 120.5841837, 30.3413224 ] ], [ [ 120.5841837, 30.3413224 ], [ 120.583522, 30.3413469 ] ], [ [ 120.5384659, 30.3334148 ], [ 120.5396869, 30.3332148 ], [ 120.5428053, 30.3327356 ] ], [ [ 120.5428018, 30.332816 ], [ 120.5419397, 30.3329354 ], [ 120.5398892, 30.3332653 ], [ 120.5384578, 30.333511 ] ], [ [ 120.5383126, 30.3334399 ], [ 120.5384659, 30.3334148 ] ], [ [ 120.5384659, 30.3334148 ], [ 120.5384578, 30.333511 ] ], [ [ 120.5384578, 30.333511 ], [ 120.5383124, 30.333536 ] ], [ [ 120.5021001, 30.3315026 ], [ 120.5020726, 30.3331751 ] ], [ [ 120.5020726, 30.3331751 ], [ 120.5020628, 30.3352386 ] ], [ [ 120.5020628, 30.3352386 ], [ 120.5020393, 30.3367125 ] ], [ [ 120.5384578, 30.333511 ], [ 120.5382601, 30.333906 ], [ 120.53739, 30.3353295 ], [ 120.5364757, 30.3368176 ], [ 120.5362514, 30.3371827 ], [ 120.5351287, 30.3389024 ], [ 120.5346291, 30.3397074 ], [ 120.5345544, 30.3399279 ] ], [ [ 120.5616086, 30.3335965 ], [ 120.5615243, 30.3335813 ], [ 120.5614499, 30.3335679 ] ], [ [ 120.5832613, 30.3347427 ], [ 120.5817487, 30.3346383 ], [ 120.5788332, 30.3344695 ], [ 120.5776597, 30.3345012 ], [ 120.5758139, 30.3343429 ], [ 120.5750804, 30.3342691 ], [ 120.5740169, 30.3341952 ], [ 120.5725256, 30.334153 ], [ 120.5716638, 30.3341108 ], [ 120.5704047, 30.334095 ], [ 120.5688889, 30.3339842 ], [ 120.5674709, 30.3338945 ], [ 120.5662546, 30.3338312 ], [ 120.5654112, 30.3337204 ], [ 120.5642132, 30.3336888 ], [ 120.5637304, 30.3337415 ], [ 120.5636471, 30.3337475 ], [ 120.563437, 30.3337626 ], [ 120.5632414, 30.3338048 ], [ 120.5623246, 30.3337257 ], [ 120.5616086, 30.3335965 ] ], [ [ 120.5613395, 30.3385519 ], [ 120.5613711, 30.3373128 ], [ 120.5614384, 30.3354665 ], [ 120.5614506, 30.3344854 ], [ 120.5614628, 30.3339948 ], [ 120.5614499, 30.3335679 ] ], [ [ 120.5616086, 30.3335965 ], [ 120.56153, 30.3349179 ], [ 120.5614934, 30.3360363 ], [ 120.5614506, 30.337355 ], [ 120.5614567, 30.3383257 ], [ 120.5614771, 30.3385588 ] ], [ [ 120.5830044, 30.3413046 ], [ 120.5830091, 30.3411967 ] ], [ [ 120.5830091, 30.3411967 ], [ 120.5830206, 30.3408867 ] ], [ [ 120.5830206, 30.3408867 ], [ 120.5830208, 30.3408818 ] ], [ [ 120.5830208, 30.3408818 ], [ 120.5830548, 30.3402669 ] ], [ [ 120.5830548, 30.3402669 ], [ 120.583061450335606, 30.340135890917221 ] ], [ [ 120.583061450335606, 30.340135890917221 ], [ 120.583070699918466, 30.33995367765192 ] ], [ [ 120.583070699918466, 30.33995367765192 ], [ 120.5830811, 30.3397488 ] ], [ [ 120.5830811, 30.3397488 ], [ 120.5831057, 30.338604 ] ], [ [ 120.5831057, 30.338604 ], [ 120.5832237, 30.3359557 ] ], [ [ 120.5832237, 30.3359557 ], [ 120.5832613, 30.3347427 ] ], [ [ 120.5564462, 30.3382757 ], [ 120.5566358, 30.3382758 ] ], [ [ 120.5495564, 30.3384077 ], [ 120.5498269, 30.3383847 ], [ 120.5506664, 30.3383291 ], [ 120.5517554, 30.3382736 ], [ 120.5538743, 30.3382504 ], [ 120.5543815, 30.3382577 ], [ 120.5554247, 30.3382726 ], [ 120.555497, 30.3382736 ], [ 120.5564462, 30.3382757 ] ], [ [ 120.5344004, 30.3399452 ], [ 120.5345337, 30.3397234 ], [ 120.5374116, 30.3350979 ], [ 120.5381335, 30.3338729 ], [ 120.5383124, 30.333536 ] ], [ [ 120.5428316, 30.3390715 ], [ 120.5429899, 30.339055 ] ], [ [ 120.5429871, 30.3391609 ], [ 120.5428335, 30.3391769 ] ], [ [ 120.5345544, 30.3399279 ], [ 120.5362093, 30.3397667 ], [ 120.537594, 30.3396308 ], [ 120.5388271, 30.3395097 ], [ 120.5414932, 30.3392111 ], [ 120.5428316, 30.3390715 ] ], [ [ 120.5020479, 30.3423902 ], [ 120.502081, 30.3394541 ] ], [ [ 120.502081, 30.3394541 ], [ 120.5020393, 30.3367125 ] ], [ [ 120.5428335, 30.3391769 ], [ 120.5418497, 30.3392797 ], [ 120.5394038, 30.3395352 ], [ 120.5392516, 30.3395513 ], [ 120.5359545, 30.3399009 ], [ 120.5352816, 30.3399854 ], [ 120.5344543, 30.3400811 ] ], [ [ 120.5344004, 30.3399452 ], [ 120.5345544, 30.3399279 ] ], [ [ 120.5566358, 30.3382758 ], [ 120.5582141, 30.3383777 ], [ 120.5608266, 30.3385259 ], [ 120.5613395, 30.3385519 ] ], [ [ 120.5494108, 30.3384201 ], [ 120.5495564, 30.3384077 ] ], [ [ 120.5566319, 30.3384289 ], [ 120.5564418, 30.338415 ] ], [ [ 120.5564418, 30.338415 ], [ 120.5554219, 30.3383777 ], [ 120.5543652, 30.3383592 ], [ 120.5540945, 30.3383606 ], [ 120.5530383, 30.3383659 ], [ 120.5525198, 30.3383685 ], [ 120.5512484, 30.3383963 ], [ 120.5508361, 30.3384226 ], [ 120.5495553, 30.3385045 ] ], [ [ 120.5588742, 30.3385485 ], [ 120.5575731, 30.3384842 ], [ 120.5566319, 30.3384289 ] ], [ [ 120.5495553, 30.3385045 ], [ 120.549418, 30.3385133 ] ], [ [ 120.5590074, 30.3385551 ], [ 120.5588742, 30.3385485 ] ], [ [ 120.5613395, 30.3385519 ], [ 120.5614771, 30.3385588 ] ], [ [ 120.5613391, 30.3386703 ], [ 120.5613395, 30.3385519 ] ], [ [ 120.5613391, 30.3386703 ], [ 120.5590074, 30.3385551 ] ], [ [ 120.5614771, 30.3385588 ], [ 120.5614644, 30.3386765 ] ], [ [ 120.5614771, 30.3385588 ], [ 120.563431, 30.3386578 ], [ 120.5658774, 30.3387778 ] ], [ [ 120.5614644, 30.3386765 ], [ 120.5613391, 30.3386703 ] ], [ [ 120.5429899, 30.339055 ], [ 120.5440682, 30.3389426 ], [ 120.5478983, 30.338549 ], [ 120.5494108, 30.3384201 ] ], [ [ 120.5658774, 30.3387778 ], [ 120.5659845, 30.3387852 ] ], [ [ 120.5658772, 30.3389048 ], [ 120.562165, 30.3387111 ], [ 120.5614644, 30.3386765 ] ], [ [ 120.549418, 30.3385133 ], [ 120.548931, 30.3385444 ], [ 120.5477331, 30.3386685 ], [ 120.5458167, 30.3388669 ], [ 120.5439689, 30.3390583 ], [ 120.5429871, 30.3391609 ] ], [ [ 120.5658772, 30.3389048 ], [ 120.5658774, 30.3387778 ] ], [ [ 120.5659845, 30.3387852 ], [ 120.5659852, 30.3388996 ] ], [ [ 120.5659852, 30.3388996 ], [ 120.5658772, 30.3389048 ] ], [ [ 120.5659845, 30.3387852 ], [ 120.5672509, 30.3388901 ], [ 120.5703192, 30.3391116 ], [ 120.5724461, 30.3391802 ], [ 120.5746342, 30.3393859 ], [ 120.5771035, 30.3395811 ], [ 120.5794811, 30.339713 ], [ 120.5822437, 30.3399134 ], [ 120.5830116, 30.3399508 ], [ 120.583070699918466, 30.33995367765192 ] ], [ [ 120.583070699918466, 30.33995367765192 ], [ 120.5835312, 30.3399761 ], [ 120.5839155, 30.3399949 ], [ 120.5868762, 30.3401055 ], [ 120.5897679, 30.3402714 ], [ 120.5900269, 30.3402782 ], [ 120.5906508, 30.3402967 ], [ 120.5932338, 30.3403862 ], [ 120.5946677, 30.3404584 ], [ 120.5948612, 30.3404652 ], [ 120.5951828, 30.3404744 ], [ 120.5958319, 30.3404939 ] ], [ [ 120.5955302, 30.3406176 ], [ 120.5951669, 30.3406024 ], [ 120.5948525, 30.3405892 ], [ 120.5946635, 30.3405875 ], [ 120.5900267, 30.3404312 ], [ 120.5898017, 30.3404189 ], [ 120.5838776, 30.3402134 ], [ 120.5835209, 30.3401795 ], [ 120.583061450335606, 30.340135890917221 ] ], [ [ 120.583061450335606, 30.340135890917221 ], [ 120.5830036, 30.3401304 ], [ 120.5822193, 30.3400559 ], [ 120.57964, 30.3398712 ], [ 120.5787415, 30.3398079 ], [ 120.5759239, 30.3395917 ], [ 120.5725989, 30.3393648 ], [ 120.5682227, 30.3390747 ], [ 120.5667681, 30.3389587 ], [ 120.5659852, 30.3388996 ] ], [ [ 120.5830044, 30.3413046 ], [ 120.5830101, 30.3413051 ] ], [ [ 120.5830101, 30.3413051 ], [ 120.5834657, 30.3413423 ] ], [ [ 120.5834657, 30.3413423 ], [ 120.583522, 30.3413469 ] ], [ [ 120.5345544, 30.3399279 ], [ 120.5344543, 30.3400811 ] ], [ [ 120.5343076, 30.340099 ], [ 120.5344004, 30.3399452 ] ], [ [ 120.5344543, 30.3400811 ], [ 120.5343076, 30.340099 ] ], [ [ 120.5020479, 30.3423902 ], [ 120.5024361, 30.3424087 ], [ 120.503147, 30.3424121 ], [ 120.5032147, 30.3424046 ], [ 120.5064052, 30.3423935 ], [ 120.5103665, 30.3422971 ], [ 120.5139366, 30.3420608 ], [ 120.5140002, 30.3420551 ], [ 120.517214, 30.3417677 ], [ 120.5178611, 30.3417005 ], [ 120.5206132, 30.3414147 ], [ 120.5244068, 30.3410242 ], [ 120.5278372, 30.3406577 ], [ 120.5288723, 30.34055 ], [ 120.5298517, 30.340448 ], [ 120.5303849, 30.3403925 ], [ 120.532717, 30.3401278 ], [ 120.5344004, 30.3399452 ] ], [ [ 120.5343076, 30.340099 ], [ 120.5327612, 30.340285 ], [ 120.5313971, 30.3404393 ], [ 120.5298531, 30.3406072 ], [ 120.5289406, 30.3407064 ], [ 120.5279726, 30.3408117 ], [ 120.5251933, 30.3410589 ], [ 120.5222586, 30.3413824 ], [ 120.5182991, 30.3418197 ], [ 120.5165053, 30.3419896 ], [ 120.5140169, 30.342216 ], [ 120.5135231, 30.3422609 ], [ 120.5100568, 30.3424958 ], [ 120.5081702, 30.3425371 ], [ 120.5057226, 30.3425371 ], [ 120.5032203, 30.3425422 ], [ 120.5030618, 30.3425433 ], [ 120.502451, 30.3425411 ], [ 120.502043, 30.3425467 ] ], [ [ 120.502047, 30.3424461 ], [ 120.5020479, 30.3423902 ] ], [ [ 120.502043, 30.3425467 ], [ 120.502047, 30.3424461 ] ], [ [ 120.5923258, 30.3419153 ], [ 120.5923502, 30.3419179 ] ], [ [ 120.5923502, 30.3419179 ], [ 120.5933234, 30.3420023 ] ], [ [ 120.5933234, 30.3420023 ], [ 120.5938957, 30.3420564 ] ], [ [ 120.5938957, 30.3420564 ], [ 120.5940288, 30.342069 ] ], [ [ 120.5940288, 30.342069 ], [ 120.5945695, 30.3421601 ] ], [ [ 120.5945695, 30.3421601 ], [ 120.5951745, 30.3423067 ] ], [ [ 120.5951745, 30.3423067 ], [ 120.5954355, 30.3423506 ] ], [ [ 120.5954355, 30.3423506 ], [ 120.5957075, 30.3423669 ] ], [ [ 120.5957075, 30.3423669 ], [ 120.5963536, 30.3424112 ] ], [ [ 120.5963536, 30.3424112 ], [ 120.5966447, 30.3424197 ] ], [ [ 120.5966447, 30.3424197 ], [ 120.5968814, 30.3424267 ] ], [ [ 120.5968814, 30.3424267 ], [ 120.5977619, 30.3424689 ] ], [ [ 120.5977619, 30.3424689 ], [ 120.5985008, 30.3425245 ] ], [ [ 120.5985008, 30.3425245 ], [ 120.5993427, 30.3425911 ] ], [ [ 120.5993427, 30.3425911 ], [ 120.5999529, 30.34262 ] ], [ [ 120.5999529, 30.34262 ], [ 120.6005218, 30.3426667 ] ], [ [ 120.6005218, 30.3426667 ], [ 120.6013369, 30.3427103 ] ], [ [ 120.5923258, 30.3419153 ], [ 120.592327, 30.3424845 ] ], [ [ 120.592327, 30.3424845 ], [ 120.5923425, 30.3432288 ] ], [ [ 120.5923425, 30.3432288 ], [ 120.5923163, 30.343802 ] ], [ [ 120.5923163, 30.343802 ], [ 120.5916962, 30.3437621 ] ], [ [ 120.5916962, 30.3437621 ], [ 120.5906793, 30.3437065 ] ], [ [ 120.5906793, 30.3437065 ], [ 120.5895156, 30.3436132 ] ], [ [ 120.5966447, 30.3424197 ], [ 120.5966265, 30.3431199 ] ], [ [ 120.5966265, 30.3431199 ], [ 120.5966162, 30.3440065 ] ], [ [ 120.5966162, 30.3440065 ], [ 120.5965956, 30.3444375 ] ], [ [ 120.5965956, 30.3444375 ], [ 120.5965905, 30.3451241 ] ], [ [ 120.5965905, 30.3451241 ], [ 120.5965542, 30.3454302 ] ], [ [ 120.6075655, 30.3437234 ], [ 120.6071464, 30.3438347 ] ], [ [ 120.6071464, 30.3438347 ], [ 120.6060937, 30.3441796 ] ], [ [ 120.6060937, 30.3441796 ], [ 120.6048655, 30.3446675 ] ], [ [ 120.6048655, 30.3446675 ], [ 120.6048313, 30.3446725 ] ], [ [ 120.6048313, 30.3446725 ], [ 120.6041052, 30.3447797 ] ], [ [ 120.6041052, 30.3447797 ], [ 120.604058, 30.3447834 ] ], [ [ 120.604058, 30.3447834 ], [ 120.6027211, 30.3448891 ] ], [ [ 120.6027211, 30.3448891 ], [ 120.6025164, 30.3449003 ] ], [ [ 120.6025164, 30.3449003 ], [ 120.6014734, 30.344962 ] ], [ [ 120.6014734, 30.344962 ], [ 120.6003979, 30.3450489 ] ], [ [ 120.6003979, 30.3450489 ], [ 120.6000489, 30.3451044 ] ], [ [ 120.6000489, 30.3451044 ], [ 120.5999398, 30.3451218 ] ], [ [ 120.5999398, 30.3451218 ], [ 120.5994297, 30.3451835 ] ], [ [ 120.5994297, 30.3451835 ], [ 120.5992283, 30.3452424 ] ], [ [ 120.5992283, 30.3452424 ], [ 120.5983802, 30.3453153 ] ], [ [ 120.5983802, 30.3453153 ], [ 120.5971781, 30.3454078 ] ], [ [ 120.5971781, 30.3454078 ], [ 120.5965542, 30.3454302 ] ], [ [ 120.5587251, 30.3449806 ], [ 120.5588506, 30.3395655 ], [ 120.5588611, 30.3391149 ], [ 120.5588742, 30.3385485 ] ], [ [ 120.5590074, 30.3385551 ], [ 120.5589882, 30.3391268 ], [ 120.5589729, 30.3395773 ], [ 120.5589171, 30.3412316 ], [ 120.55887, 30.3449845 ] ], [ [ 120.5611973, 30.3450275 ], [ 120.5612376, 30.3435022 ], [ 120.5613225, 30.3397967 ], [ 120.5613315, 30.339405 ], [ 120.5613391, 30.3386703 ] ], [ [ 120.5614644, 30.3386765 ], [ 120.5614174, 30.3394096 ], [ 120.5614076, 30.3397969 ], [ 120.5612913, 30.3443772 ], [ 120.5612734, 30.3450276 ] ], [ [ 120.583522, 30.3413469 ], [ 120.583504, 30.3415513 ] ], [ [ 120.583504, 30.3415513 ], [ 120.5834499, 30.3421934 ] ], [ [ 120.5834499, 30.3421934 ], [ 120.5834139, 30.3426956 ] ], [ [ 120.5834139, 30.3426956 ], [ 120.5833856, 30.3431222 ] ], [ [ 120.5833856, 30.3431222 ], [ 120.5833701, 30.3438887 ] ], [ [ 120.5833701, 30.3438887 ], [ 120.583365, 30.3439954 ] ], [ [ 120.583365, 30.3439954 ], [ 120.5833264, 30.3447175 ] ], [ [ 120.5833264, 30.3447175 ], [ 120.5833186, 30.3451374 ] ], [ [ 120.5833186, 30.3451374 ], [ 120.583298, 30.3455129 ] ], [ [ 120.583298, 30.3455129 ], [ 120.5832852, 30.3460417 ] ], [ [ 120.5832852, 30.3460417 ], [ 120.5832783, 30.346392 ] ], [ [ 120.5659852, 30.3388996 ], [ 120.5659512, 30.3396787 ], [ 120.5659342, 30.340067 ], [ 120.565686, 30.3490163 ], [ 120.5656843, 30.3490749 ], [ 120.5656553, 30.3501219 ] ], [ [ 120.5655399, 30.3501214 ], [ 120.5655716, 30.3490659 ], [ 120.5655734, 30.3490073 ], [ 120.5658405, 30.340124 ], [ 120.5658541, 30.3396735 ], [ 120.5658772, 30.3389048 ] ], [ [ 120.4967501, 30.3315269 ], [ 120.4991148, 30.3315084 ] ], [ [ 120.4991148, 30.3315084 ], [ 120.5021001, 30.3315026 ] ], [ [ 120.4799113, 30.3314878 ], [ 120.4799167, 30.336644 ] ], [ [ 120.4752905, 30.3366358 ], [ 120.4752942, 30.3339949 ], [ 120.4752942, 30.3315011 ] ], [ [ 120.4753972, 30.3314965 ], [ 120.4753903, 30.3336658 ], [ 120.4753898, 30.3366404 ] ], [ [ 120.4967501, 30.3315269 ], [ 120.4967782, 30.3366922 ] ], [ [ 120.4753898, 30.3366404 ], [ 120.4752905, 30.3366358 ] ], [ [ 120.4753898, 30.3366404 ], [ 120.4799167, 30.336644 ] ], [ [ 120.4902739, 30.3366521 ], [ 120.486202, 30.3366489 ] ], [ [ 120.486202, 30.3366489 ], [ 120.4799167, 30.336644 ] ], [ [ 120.4902739, 30.3366521 ], [ 120.4904788, 30.3366473 ] ], [ [ 120.4904788, 30.3366473 ], [ 120.4936463, 30.3366699 ] ], [ [ 120.4936463, 30.3366699 ], [ 120.4939306, 30.3366719 ] ], [ [ 120.4939306, 30.3366719 ], [ 120.4967782, 30.3366922 ] ], [ [ 120.384822640428467, 30.337699893406228 ], [ 120.3840915, 30.3356846 ] ], [ [ 120.4691584, 30.3366613 ], [ 120.4654931, 30.336659 ] ], [ [ 120.4609799, 30.3356694 ], [ 120.4610197, 30.3373107 ] ], [ [ 120.4610197, 30.3373107 ], [ 120.4610443, 30.3383282 ] ], [ [ 120.445131, 30.3431547 ], [ 120.4451147, 30.3424674 ] ], [ [ 120.4451147, 30.3424674 ], [ 120.4451127, 30.3423864 ] ], [ [ 120.4451127, 30.3423864 ], [ 120.4451016, 30.3411571 ] ], [ [ 120.4451016, 30.3411571 ], [ 120.4450122, 30.3400868 ] ], [ [ 120.4450122, 30.3400868 ], [ 120.4449731, 30.3389201 ] ], [ [ 120.4449731, 30.3389201 ], [ 120.444972, 30.3388999 ] ], [ [ 120.444972, 30.3388999 ], [ 120.4449228, 30.3379751 ] ], [ [ 120.4449228, 30.3379751 ], [ 120.444869, 30.3369363 ] ], [ [ 120.444869, 30.3369363 ], [ 120.4448542, 30.3366491 ] ], [ [ 120.4448542, 30.3366491 ], [ 120.4448151, 30.3358944 ] ], [ [ 120.4448151, 30.3358944 ], [ 120.4448055, 30.3357091 ] ], [ [ 120.4448055, 30.3357091 ], [ 120.444777, 30.3349454 ] ], [ [ 120.444777, 30.3349454 ], [ 120.4447385, 30.3339108 ] ], [ [ 120.4447385, 30.3339108 ], [ 120.4447222, 30.3335546 ] ], [ [ 120.4447222, 30.3335546 ], [ 120.4446436, 30.3318353 ] ], [ [ 120.4446436, 30.3318353 ], [ 120.4446418, 30.3318042 ] ], [ [ 120.4446418, 30.3318042 ], [ 120.4446312, 30.3316264 ] ], [ [ 120.4446312, 30.3316264 ], [ 120.4445273, 30.3314604 ] ], [ [ 120.4445273, 30.3314604 ], [ 120.4444818, 30.3312461 ] ], [ [ 120.4450952, 30.3312744 ], [ 120.4450516, 30.3314307 ] ], [ [ 120.4450516, 30.3314307 ], [ 120.4449592, 30.3315799 ] ], [ [ 120.4449592, 30.3315799 ], [ 120.4449548, 30.3316593 ] ], [ [ 120.4449548, 30.3316593 ], [ 120.4449504, 30.33174 ] ], [ [ 120.4449504, 30.33174 ], [ 120.4449451, 30.3318363 ] ], [ [ 120.4449451, 30.3318363 ], [ 120.4450005, 30.3333614 ] ], [ [ 120.4450005, 30.3333614 ], [ 120.4450566, 30.334674 ] ], [ [ 120.4450566, 30.334674 ], [ 120.445068, 30.3352174 ] ], [ [ 120.445068, 30.3352174 ], [ 120.4451288, 30.3366309 ] ], [ [ 120.4451288, 30.3366309 ], [ 120.4451853, 30.3379462 ] ], [ [ 120.4451853, 30.3379462 ], [ 120.4451864, 30.3379718 ] ], [ [ 120.4451864, 30.3379718 ], [ 120.4452278, 30.3389044 ] ], [ [ 120.4452278, 30.3389044 ], [ 120.44523, 30.3389538 ] ], [ [ 120.44523, 30.3389538 ], [ 120.4452859, 30.3400868 ] ], [ [ 120.4452859, 30.3400868 ], [ 120.4453418, 30.3411619 ] ], [ [ 120.4453418, 30.3411619 ], [ 120.4453573, 30.3415306 ] ], [ [ 120.4453573, 30.3415306 ], [ 120.4453972, 30.3424785 ] ], [ [ 120.4453972, 30.3424785 ], [ 120.4454262, 30.3431686 ] ], [ [ 120.4413228, 30.331824 ], [ 120.4413227, 30.3318639 ] ], [ [ 120.4413227, 30.3318639 ], [ 120.4413512, 30.3330577 ] ], [ [ 120.4413512, 30.3330577 ], [ 120.4413654, 30.3339018 ] ], [ [ 120.4413654, 30.3339018 ], [ 120.4413742, 30.3345695 ] ], [ [ 120.4413742, 30.3345695 ], [ 120.4413759, 30.3346927 ] ], [ [ 120.4413759, 30.3346927 ], [ 120.4413791, 30.3349373 ] ], [ [ 120.4413791, 30.3349373 ], [ 120.4413886, 30.3356564 ] ], [ [ 120.4413886, 30.3356564 ], [ 120.4414504, 30.3366037 ] ], [ [ 120.4414504, 30.3366037 ], [ 120.4414462, 30.3369239 ] ], [ [ 120.4414462, 30.3369239 ], [ 120.441435, 30.3377779 ] ], [ [ 120.441435, 30.3377779 ], [ 120.441435, 30.3379513 ] ], [ [ 120.441435, 30.3379513 ], [ 120.4414582, 30.338912 ] ], [ [ 120.4414582, 30.338912 ], [ 120.4414736, 30.3400327 ] ], [ [ 120.4414736, 30.3400327 ], [ 120.4414745, 30.3400726 ] ], [ [ 120.4414745, 30.3400726 ], [ 120.4414968, 30.3411401 ] ], [ [ 120.4414968, 30.3411401 ], [ 120.4415045, 30.3424009 ] ], [ [ 120.4415045, 30.3424009 ], [ 120.4414975, 30.3431547 ] ], [ [ 120.4373917, 30.3469875 ], [ 120.4374308, 30.3466895 ] ], [ [ 120.4374308, 30.3466895 ], [ 120.4374413, 30.3465932 ] ], [ [ 120.4374413, 30.3465932 ], [ 120.437737, 30.3439009 ] ], [ [ 120.437737, 30.3439009 ], [ 120.4378542, 30.3434961 ] ], [ [ 120.4378542, 30.3434961 ], [ 120.4378086, 30.3429788 ] ], [ [ 120.4378086, 30.3429788 ], [ 120.4377435, 30.34195 ] ], [ [ 120.4377435, 30.34195 ], [ 120.4377403, 30.3419116 ] ], [ [ 120.4377403, 30.3419116 ], [ 120.4376067, 30.3403251 ] ], [ [ 120.4376067, 30.3403251 ], [ 120.4375564, 30.3396667 ] ], [ [ 120.4375564, 30.3396667 ], [ 120.4374671, 30.3384974 ] ], [ [ 120.4374671, 30.3384974 ], [ 120.4373818, 30.3366478 ] ], [ [ 120.4373818, 30.3366478 ], [ 120.4373787, 30.3365804 ] ], [ [ 120.4373787, 30.3365804 ], [ 120.4372679, 30.3353434 ] ], [ [ 120.4372679, 30.3353434 ], [ 120.4372035, 30.3345087 ] ], [ [ 120.4372035, 30.3345087 ], [ 120.437091, 30.3330525 ] ], [ [ 120.437091, 30.3330525 ], [ 120.437007, 30.3317493 ] ], [ [ 120.437007, 30.3317493 ], [ 120.4369426, 30.3314027 ] ], [ [ 120.4369426, 30.3314027 ], [ 120.4367906, 30.3313164 ] ], [ [ 120.4367906, 30.3313164 ], [ 120.4366223, 30.3312862 ] ], [ [ 120.4366223, 30.3312862 ], [ 120.4359138, 30.3312866 ] ], [ [ 120.4359138, 30.3312866 ], [ 120.4358823, 30.3310555 ] ], [ [ 120.4382604, 30.3431752 ], [ 120.4414975, 30.3431547 ] ], [ [ 120.5020393, 30.3367125 ], [ 120.4967782, 30.3366922 ] ], [ [ 120.4753898, 30.3366404 ], [ 120.4753896, 30.3381109 ], [ 120.4753896, 30.3416961 ] ], [ [ 120.475286, 30.3417008 ], [ 120.475283, 30.3407544 ], [ 120.4752842, 30.3401371 ], [ 120.4752886, 30.3379549 ], [ 120.4752905, 30.3366358 ] ], [ [ 120.4967782, 30.3366922 ], [ 120.4968696, 30.3424461 ] ], [ [ 120.475286, 30.3417008 ], [ 120.4753896, 30.3416961 ] ], [ [ 120.4610604, 30.343164 ], [ 120.4610711, 30.340723 ] ], [ [ 120.4610711, 30.340723 ], [ 120.4610693, 30.3405581 ] ], [ [ 120.4610693, 30.3405581 ], [ 120.4610443, 30.3383282 ] ], [ [ 120.461098, 30.3432613 ], [ 120.4627165, 30.3432438 ] ], [ [ 120.4627165, 30.3432438 ], [ 120.4636634, 30.3432335 ] ], [ [ 120.4636634, 30.3432335 ], [ 120.4637332, 30.3431686 ] ], [ [ 120.4637332, 30.3431686 ], [ 120.4636795, 30.340635 ] ], [ [ 120.4636795, 30.340635 ], [ 120.4636688, 30.3384301 ] ], [ [ 120.4636688, 30.3384301 ], [ 120.4632555, 30.3383282 ] ], [ [ 120.4632555, 30.3383282 ], [ 120.4626444, 30.3383282 ] ], [ [ 120.4626444, 30.3383282 ], [ 120.4610443, 30.3383282 ] ], [ [ 120.4454262, 30.3431686 ], [ 120.4489095, 30.3431595 ] ], [ [ 120.4489095, 30.3431595 ], [ 120.4489631, 30.3431594 ] ], [ [ 120.4489631, 30.3431594 ], [ 120.4528756, 30.3431362 ] ], [ [ 120.4528756, 30.3431362 ], [ 120.4529653, 30.3431371 ] ], [ [ 120.4529653, 30.3431371 ], [ 120.454255, 30.3431501 ] ], [ [ 120.454255, 30.3431501 ], [ 120.4557719, 30.3431357 ] ], [ [ 120.4557719, 30.3431357 ], [ 120.4568509, 30.3431255 ] ], [ [ 120.4568509, 30.3431255 ], [ 120.4576792, 30.3431177 ] ], [ [ 120.4576792, 30.3431177 ], [ 120.4577449, 30.3431193 ] ], [ [ 120.4577449, 30.3431193 ], [ 120.458237, 30.3431315 ] ], [ [ 120.458237, 30.3431315 ], [ 120.4582427, 30.3431316 ] ], [ [ 120.4582427, 30.3431316 ], [ 120.4585594, 30.3431409 ] ], [ [ 120.4585594, 30.3431409 ], [ 120.4610604, 30.343164 ] ], [ [ 120.445131, 30.3431547 ], [ 120.4414975, 30.3431547 ] ], [ [ 120.445131, 30.3431547 ], [ 120.4451367, 30.343155 ] ], [ [ 120.4451367, 30.343155 ], [ 120.4454205, 30.3431683 ] ], [ [ 120.4454205, 30.3431683 ], [ 120.4454262, 30.3431686 ] ], [ [ 120.4753896, 30.3416961 ], [ 120.4759376, 30.34171 ] ], [ [ 120.4759376, 30.34171 ], [ 120.476812, 30.3417748 ] ], [ [ 120.476812, 30.3417748 ], [ 120.4775496, 30.3418674 ] ], [ [ 120.4775496, 30.3418674 ], [ 120.4812001, 30.3423072 ] ], [ [ 120.4812001, 30.3423072 ], [ 120.4824608, 30.342423 ] ], [ [ 120.4824608, 30.342423 ], [ 120.4835685, 30.3424508 ] ], [ [ 120.4835685, 30.3424508 ], [ 120.4844909, 30.342469 ] ], [ [ 120.4844909, 30.342469 ], [ 120.4849794, 30.3424647 ] ], [ [ 120.4849794, 30.3424647 ], [ 120.4902489, 30.3424461 ] ], [ [ 120.4902489, 30.3424461 ], [ 120.4904531, 30.3424461 ] ], [ [ 120.4968696, 30.3424461 ], [ 120.502047, 30.3424461 ] ], [ [ 120.4904531, 30.3424461 ], [ 120.4968696, 30.3424461 ] ], [ [ 120.4752886, 30.3521237 ], [ 120.4752886, 30.3508637 ], [ 120.4752718, 30.3474409 ], [ 120.4752857, 30.3455246 ], [ 120.4752942, 30.3443418 ], [ 120.475294, 30.344267 ], [ 120.4752929, 30.3439183 ], [ 120.4752929, 30.3439133 ], [ 120.475286, 30.3417008 ] ], [ [ 120.4753896, 30.3416961 ], [ 120.4753896, 30.3425812 ], [ 120.4753909, 30.3438187 ], [ 120.4753914, 30.3442694 ], [ 120.4753927, 30.3455247 ], [ 120.4753939, 30.3467163 ], [ 120.4754025, 30.3509443 ], [ 120.4753975, 30.3521329 ] ], [ [ 120.4902261, 30.3476471 ], [ 120.4853461, 30.3475454 ] ], [ [ 120.4902261, 30.3476471 ], [ 120.4904304, 30.3476424 ] ], [ [ 120.496883, 30.3477841 ], [ 120.4952082, 30.3477533 ] ], [ [ 120.4952082, 30.3477533 ], [ 120.4947285, 30.3477444 ] ], [ [ 120.4947285, 30.3477444 ], [ 120.4904304, 30.3476424 ] ], [ [ 120.496883, 30.3477841 ], [ 120.4987518, 30.3478185 ] ], [ [ 120.4987518, 30.3478185 ], [ 120.5019957, 30.3478785 ] ], [ [ 120.4968715, 30.3525095 ], [ 120.496883, 30.3477841 ] ], [ [ 120.4752886, 30.3521237 ], [ 120.4753975, 30.3521329 ] ], [ [ 120.4752886, 30.3522765 ], [ 120.4752886, 30.3521237 ] ], [ [ 120.4753975, 30.3521329 ], [ 120.4753969, 30.3522742 ] ], [ [ 120.4753975, 30.3521329 ], [ 120.4788846, 30.3521931 ], [ 120.4828007, 30.3522996 ], [ 120.4859925, 30.3523552 ], [ 120.4902215, 30.3524108 ] ], [ [ 120.4753969, 30.3522742 ], [ 120.4752886, 30.3522765 ] ], [ [ 120.4810839, 30.3523804 ], [ 120.4779137, 30.3523228 ], [ 120.4753969, 30.3522742 ] ], [ [ 120.5611954, 30.3450994 ], [ 120.5611973, 30.3450275 ] ], [ [ 120.5612734, 30.3450276 ], [ 120.5612715, 30.3450995 ] ], [ [ 120.5826811, 30.3497542 ], [ 120.5826899, 30.34962 ] ], [ [ 120.5826899, 30.34962 ], [ 120.5826926, 30.3488585 ] ], [ [ 120.5826926, 30.3488585 ], [ 120.5827811, 30.3467521 ] ], [ [ 120.5827811, 30.3467521 ], [ 120.5828723, 30.3446087 ] ], [ [ 120.5828723, 30.3446087 ], [ 120.5829126, 30.3434281 ] ], [ [ 120.5829126, 30.3434281 ], [ 120.5830044, 30.3413046 ] ], [ [ 120.5612715, 30.3450995 ], [ 120.5611786, 30.3484835 ], [ 120.5611369, 30.3501687 ] ], [ [ 120.5610448, 30.3501705 ], [ 120.5611411, 30.3471502 ], [ 120.5611954, 30.3450994 ] ], [ [ 120.5831461, 30.3497298 ], [ 120.583159, 30.3492833 ] ], [ [ 120.583159, 30.3492833 ], [ 120.5831848, 30.3488256 ] ], [ [ 120.5831848, 30.3488256 ], [ 120.5832156, 30.348088 ] ], [ [ 120.5832156, 30.348088 ], [ 120.5832337, 30.3473459 ] ], [ [ 120.5832337, 30.3473459 ], [ 120.583244, 30.3467593 ] ], [ [ 120.583244, 30.3467593 ], [ 120.5832783, 30.346392 ] ], [ [ 120.502043, 30.3425467 ], [ 120.5020422, 30.3428636 ] ], [ [ 120.5020422, 30.3428636 ], [ 120.5020314, 30.3443618 ] ], [ [ 120.5020314, 30.3443618 ], [ 120.5020281, 30.3448124 ] ], [ [ 120.5020281, 30.3448124 ], [ 120.5020213, 30.3457581 ] ], [ [ 120.5020213, 30.3457581 ], [ 120.5020178, 30.3462376 ] ], [ [ 120.5020178, 30.3462376 ], [ 120.5020144, 30.3467136 ] ], [ [ 120.5020144, 30.3467136 ], [ 120.5019957, 30.3478785 ] ], [ [ 120.5332581, 30.3418384 ], [ 120.5323458, 30.3433212 ], [ 120.5321452, 30.3437207 ], [ 120.5320282, 30.3440925 ], [ 120.5319793, 30.3445594 ], [ 120.5319823, 30.344843 ], [ 120.5319949, 30.3453299 ], [ 120.5319827, 30.3476633 ], [ 120.5319827, 30.3502634 ], [ 120.5319923, 30.3507579 ], [ 120.5320011, 30.3512085 ], [ 120.5320064, 30.3514794 ] ], [ [ 120.5318896, 30.351485 ], [ 120.5318927, 30.3512121 ], [ 120.5318977, 30.3507614 ], [ 120.5319138, 30.3493208 ], [ 120.5318976, 30.3475266 ], [ 120.5318971, 30.3446217 ], [ 120.5319348, 30.3441382 ], [ 120.5320059, 30.3438232 ], [ 120.5321183, 30.3435231 ], [ 120.5330654, 30.3419534 ], [ 120.5331037, 30.3418898 ], [ 120.5331327, 30.3418511 ] ], [ [ 120.5019492, 30.352613 ], [ 120.501959, 30.350166 ] ], [ [ 120.501959, 30.350166 ], [ 120.5019957, 30.3478785 ] ], [ [ 120.5826571, 30.3501182 ], [ 120.5826811, 30.3497542 ] ], [ [ 120.5826811, 30.3497542 ], [ 120.5823364, 30.3499105 ] ], [ [ 120.5823364, 30.3499105 ], [ 120.5821948, 30.3501342 ] ], [ [ 120.5655425, 30.3502625 ], [ 120.5655399, 30.3501214 ] ], [ [ 120.5656553, 30.3501219 ], [ 120.5656526, 30.3502629 ] ], [ [ 120.5611369, 30.3501687 ], [ 120.5611344, 30.3502856 ] ], [ [ 120.5610337, 30.3502886 ], [ 120.5610448, 30.3501705 ] ], [ [ 120.5826222, 30.3503682 ], [ 120.5826571, 30.3501182 ] ], [ [ 120.5821664, 30.3503564 ], [ 120.5821948, 30.3501342 ] ], [ [ 120.5825752, 30.3508613 ], [ 120.5823182, 30.3506907 ] ], [ [ 120.5823182, 30.3506907 ], [ 120.5821664, 30.3503564 ] ], [ [ 120.5826222, 30.3503682 ], [ 120.5826175, 30.3505157 ] ], [ [ 120.5826175, 30.3505157 ], [ 120.5825752, 30.3508613 ] ], [ [ 120.5656526, 30.3502629 ], [ 120.5655209, 30.3544215 ] ], [ [ 120.565416, 30.3544251 ], [ 120.5655425, 30.3502625 ] ], [ [ 120.5611344, 30.3502856 ], [ 120.5610392, 30.3543394 ], [ 120.5610387, 30.3545766 ] ], [ [ 120.560945, 30.3546264 ], [ 120.5609962, 30.3527239 ], [ 120.5610337, 30.3502886 ] ], [ [ 120.5819497, 30.3547213 ], [ 120.5817726, 30.3540293 ] ], [ [ 120.5817726, 30.3540293 ], [ 120.5817914, 30.3538904 ] ], [ [ 120.5817914, 30.3538904 ], [ 120.5820355, 30.3532377 ] ], [ [ 120.5820355, 30.3532377 ], [ 120.5823466, 30.3527053 ] ], [ [ 120.5823466, 30.3527053 ], [ 120.5823708, 30.3525294 ] ], [ [ 120.5823708, 30.3525294 ], [ 120.5825752, 30.3508613 ] ], [ [ 120.565416, 30.3544251 ], [ 120.5655209, 30.3544215 ] ], [ [ 120.5832783, 30.346392 ], [ 120.5839314, 30.3463667 ] ], [ [ 120.5839314, 30.3463667 ], [ 120.5847112, 30.3463415 ] ], [ [ 120.5847112, 30.3463415 ], [ 120.5849275, 30.346319 ] ], [ [ 120.5849275, 30.346319 ], [ 120.5855462, 30.3462546 ] ], [ [ 120.5855462, 30.3462546 ], [ 120.5863325, 30.3462041 ] ], [ [ 120.5863325, 30.3462041 ], [ 120.5867257, 30.3461565 ] ], [ [ 120.5867257, 30.3461565 ], [ 120.5869368, 30.3461368 ] ], [ [ 120.5869368, 30.3461368 ], [ 120.587434, 30.3461032 ] ], [ [ 120.587434, 30.3461032 ], [ 120.5885712, 30.3460219 ] ], [ [ 120.5885712, 30.3460219 ], [ 120.5896466, 30.3459574 ] ], [ [ 120.5896466, 30.3459574 ], [ 120.5903387, 30.3459097 ] ], [ [ 120.5903387, 30.3459097 ], [ 120.5913979, 30.3458116 ] ], [ [ 120.5913979, 30.3458116 ], [ 120.5921127, 30.3457583 ] ], [ [ 120.5921127, 30.3457583 ], [ 120.5938055, 30.3456461 ] ], [ [ 120.5938055, 30.3456461 ], [ 120.5938339, 30.3456437 ] ], [ [ 120.5938339, 30.3456437 ], [ 120.5942604, 30.3456069 ] ], [ [ 120.5942604, 30.3456069 ], [ 120.5952211, 30.3455344 ] ], [ [ 120.5952211, 30.3455344 ], [ 120.5954987, 30.3455088 ] ], [ [ 120.5954987, 30.3455088 ], [ 120.5965542, 30.3454302 ] ], [ [ 120.6063219, 30.3474717 ], [ 120.6063343, 30.3475656 ] ], [ [ 120.6063343, 30.3475656 ], [ 120.6063019, 30.349277 ] ], [ [ 120.6063019, 30.349277 ], [ 120.6062525, 30.3495247 ] ], [ [ 120.6062525, 30.3495247 ], [ 120.6061288, 30.3500541 ] ], [ [ 120.6061288, 30.3500541 ], [ 120.606008, 30.3508414 ] ], [ [ 120.5819497, 30.3547213 ], [ 120.5822183, 30.3546526 ] ], [ [ 120.5822183, 30.3546526 ], [ 120.5825276, 30.3542941 ] ], [ [ 120.5825276, 30.3542941 ], [ 120.5829077, 30.3538365 ] ], [ [ 120.5829077, 30.3538365 ], [ 120.5832523, 30.3534857 ] ], [ [ 120.5832523, 30.3534857 ], [ 120.5837826, 30.3528146 ] ], [ [ 120.5837826, 30.3528146 ], [ 120.5844101, 30.3520596 ] ], [ [ 120.5844101, 30.3520596 ], [ 120.5852851, 30.3518689 ] ], [ [ 120.5852851, 30.3518689 ], [ 120.5860787, 30.351647 ] ], [ [ 120.5860787, 30.351647 ], [ 120.5862395, 30.351602 ] ], [ [ 120.5862395, 30.351602 ], [ 120.5879187, 30.3512283 ] ], [ [ 120.5879187, 30.3512283 ], [ 120.5885907, 30.3510882 ] ], [ [ 120.5885907, 30.3510882 ], [ 120.5913213, 30.350519 ] ], [ [ 120.5913213, 30.350519 ], [ 120.5938667, 30.3499546 ] ], [ [ 120.5938667, 30.3499546 ], [ 120.5949384, 30.3497321 ] ], [ [ 120.5949384, 30.3497321 ], [ 120.595222, 30.3496733 ] ], [ [ 120.595222, 30.3496733 ], [ 120.5971367, 30.3492758 ] ], [ [ 120.5971367, 30.3492758 ], [ 120.6003625, 30.3486733 ] ], [ [ 120.6003625, 30.3486733 ], [ 120.6028862, 30.3481513 ] ], [ [ 120.6028862, 30.3481513 ], [ 120.6042621, 30.3478791 ] ], [ [ 120.6042621, 30.3478791 ], [ 120.6055415, 30.347626 ] ], [ [ 120.6055415, 30.347626 ], [ 120.6059648, 30.3475385 ] ], [ [ 120.6059648, 30.3475385 ], [ 120.6063219, 30.3474717 ] ], [ [ 120.604368, 30.3616202 ], [ 120.6044002, 30.3613556 ] ], [ [ 120.6044002, 30.3613556 ], [ 120.6044064, 30.3612894 ] ], [ [ 120.6044064, 30.3612894 ], [ 120.6044652, 30.361013 ] ], [ [ 120.6044652, 30.361013 ], [ 120.6046409, 30.359807 ] ], [ [ 120.6046409, 30.359807 ], [ 120.6052824, 30.3555981 ] ], [ [ 120.6052824, 30.3555981 ], [ 120.6054979, 30.3541837 ] ], [ [ 120.6054979, 30.3541837 ], [ 120.6058963, 30.3515697 ] ], [ [ 120.6058963, 30.3515697 ], [ 120.606008, 30.3508414 ] ], [ [ 120.6579578, 30.3566743 ], [ 120.6578692, 30.3568093 ] ], [ [ 120.6578692, 30.3568093 ], [ 120.6576359, 30.3567909 ] ], [ [ 120.6576359, 30.3567909 ], [ 120.6565859, 30.3567818 ] ], [ [ 120.6565859, 30.3567818 ], [ 120.6563526, 30.3568184 ] ], [ [ 120.6563526, 30.3568184 ], [ 120.6562783, 30.3568367 ] ], [ [ 120.6562783, 30.3568367 ], [ 120.6562783, 30.3568916 ] ], [ [ 120.6562783, 30.3568916 ], [ 120.6562783, 30.3569465 ] ], [ [ 120.6562783, 30.3569465 ], [ 120.6562783, 30.357395 ] ], [ [ 120.6562783, 30.357395 ], [ 120.6562783, 30.3578892 ] ], [ [ 120.6562783, 30.3578892 ], [ 120.6562677, 30.3584566 ] ], [ [ 120.6562677, 30.3584566 ], [ 120.6563526, 30.3589508 ] ], [ [ 120.6563526, 30.3589508 ], [ 120.6558435, 30.3589416 ] ], [ [ 120.6558435, 30.3589416 ], [ 120.6558674, 30.3595782 ] ], [ [ 120.6558674, 30.3595782 ], [ 120.6558842, 30.3600271 ] ], [ [ 120.6558842, 30.3600271 ], [ 120.6558846, 30.3600368 ] ], [ [ 120.345732, 30.3336309 ], [ 120.343721, 30.3337679 ], [ 120.3428456, 30.3337356 ], [ 120.3420205, 30.3336899 ], [ 120.339114, 30.3335019 ], [ 120.3367355, 30.333382 ], [ 120.3346877, 30.3332543 ], [ 120.33316, 30.3331563 ] ], [ [ 120.3457062, 30.3335054 ], [ 120.3458534, 30.3335493 ] ], [ [ 120.3458534, 30.3335493 ], [ 120.345732, 30.3336309 ] ], [ [ 120.3541423, 30.3387055 ], [ 120.3546252, 30.3330711 ] ], [ [ 120.3620996, 30.3384077 ], [ 120.362223, 30.3370216 ] ], [ [ 120.362223, 30.3370216 ], [ 120.3624126, 30.3334904 ] ], [ [ 120.3569588, 30.3388166 ], [ 120.3572013, 30.3360904 ] ], [ [ 120.3572013, 30.3360904 ], [ 120.3574198, 30.3332041 ] ], [ [ 120.3677477, 30.3379786 ], [ 120.3673861, 30.3368547 ] ], [ [ 120.3620996, 30.3384077 ], [ 120.3620849, 30.3385729 ] ], [ [ 120.3541423, 30.3387055 ], [ 120.3541404, 30.338801 ] ], [ [ 120.3569474, 30.3389442 ], [ 120.3569588, 30.3388166 ] ], [ [ 120.3664939, 30.3380998 ], [ 120.3666547, 30.3388386 ] ], [ [ 120.3666547, 30.3388386 ], [ 120.3668495, 30.33953 ] ], [ [ 120.3668495, 30.33953 ], [ 120.3670501, 30.3400803 ] ], [ [ 120.3670501, 30.3400803 ], [ 120.367275, 30.3405955 ] ], [ [ 120.3539306, 30.3415121 ], [ 120.3539993, 30.3406242 ] ], [ [ 120.3539993, 30.3406242 ], [ 120.3541404, 30.338801 ] ], [ [ 120.3567505, 30.3418484 ], [ 120.3569474, 30.3389442 ] ], [ [ 120.361848, 30.3424472 ], [ 120.3620092, 30.3399711 ] ], [ [ 120.3620092, 30.3399711 ], [ 120.3620849, 30.3385729 ] ], [ [ 120.3701244, 30.3453129 ], [ 120.369821, 30.3443911 ] ], [ [ 120.369821, 30.3443911 ], [ 120.3693714, 30.3428673 ] ], [ [ 120.3693714, 30.3428673 ], [ 120.3682258, 30.3393644 ] ], [ [ 120.3682258, 30.3393644 ], [ 120.367796, 30.3381086 ] ], [ [ 120.374152096870844, 30.346251564544225 ], [ 120.3739976, 30.346221 ] ], [ [ 120.3739976, 30.346221 ], [ 120.373427, 30.3461608 ] ], [ [ 120.373427, 30.3461608 ], [ 120.3709415, 30.3458987 ] ], [ [ 120.3709415, 30.3458987 ], [ 120.3707126, 30.3458155 ] ], [ [ 120.3707126, 30.3458155 ], [ 120.3704395, 30.3456214 ] ], [ [ 120.3704395, 30.3456214 ], [ 120.3701244, 30.3453129 ] ], [ [ 120.3759433, 30.3586469 ], [ 120.375225, 30.3589058 ] ], [ [ 120.375225, 30.3589058 ], [ 120.3727527, 30.3532804 ] ], [ [ 120.3727527, 30.3532804 ], [ 120.3720699, 30.3512254 ] ], [ [ 120.3720699, 30.3512254 ], [ 120.3701244, 30.3453129 ] ], [ [ 120.332961, 30.3727933 ], [ 120.3329659, 30.3707933 ] ], [ [ 120.3315122, 30.3724469 ], [ 120.3322788, 30.3726498 ] ], [ [ 120.3322788, 30.3726498 ], [ 120.332961, 30.3727933 ] ], [ [ 120.3339211, 30.3731858 ], [ 120.333734, 30.3730716 ] ], [ [ 120.333734, 30.3730716 ], [ 120.332961, 30.3727933 ] ], [ [ 120.332961, 30.3727933 ], [ 120.3330022, 30.3742534 ] ], [ [ 120.4610604, 30.343164 ], [ 120.461098, 30.3432613 ] ], [ [ 120.4415045, 30.3435617 ], [ 120.4414975, 30.3431547 ] ], [ [ 120.4610577, 30.344102 ], [ 120.461098, 30.3432613 ] ], [ [ 120.4648407, 30.351893 ], [ 120.4752886, 30.3521237 ] ], [ [ 120.4752886, 30.3522765 ], [ 120.4648407, 30.3520215 ] ], [ [ 120.4752771, 30.3573935 ], [ 120.4700792, 30.3566949 ] ], [ [ 120.4902215, 30.3524108 ], [ 120.49041, 30.3524153 ] ], [ [ 120.49041, 30.3524153 ], [ 120.4941142, 30.352494 ], [ 120.4968715, 30.3525095 ] ], [ [ 120.4902221, 30.3525635 ], [ 120.4845548, 30.3524431 ], [ 120.4826278, 30.3524084 ], [ 120.4822428, 30.3524015 ], [ 120.4810839, 30.3523804 ] ], [ [ 120.4968715, 30.3525095 ], [ 120.4974241, 30.3525126 ], [ 120.5012972, 30.3526093 ], [ 120.5019492, 30.352613 ] ], [ [ 120.4904093, 30.3525727 ], [ 120.4902221, 30.3525635 ] ], [ [ 120.4968715, 30.3525095 ], [ 120.4968659, 30.352643 ] ], [ [ 120.4968659, 30.352643 ], [ 120.4952622, 30.3526237 ], [ 120.4904093, 30.3525727 ] ], [ [ 120.5019492, 30.352759 ], [ 120.4994787, 30.3526746 ], [ 120.4968659, 30.352643 ] ], [ [ 120.4752771, 30.3573935 ], [ 120.4752764, 30.3571796 ], [ 120.4752886, 30.3542477 ], [ 120.4752886, 30.3528748 ], [ 120.4752886, 30.3524242 ], [ 120.4752886, 30.3522765 ] ], [ [ 120.4753969, 30.3522742 ], [ 120.4753963, 30.3524268 ], [ 120.4753944, 30.3528775 ], [ 120.4753853, 30.3550642 ], [ 120.4753948, 30.3574046 ] ], [ [ 120.4810839, 30.3523804 ], [ 120.4810825, 30.3525674 ] ], [ [ 120.4810825, 30.3525674 ], [ 120.4810789, 30.3530181 ] ], [ [ 120.4810789, 30.3530181 ], [ 120.4810438, 30.3575488 ] ], [ [ 120.4752771, 30.3573935 ], [ 120.4753948, 30.3574046 ] ], [ [ 120.4810438, 30.3575488 ], [ 120.4758626, 30.3574485 ] ], [ [ 120.4758626, 30.3574485 ], [ 120.4753948, 30.3574046 ] ], [ [ 120.490155, 30.3633961 ], [ 120.4848394, 30.3626787 ] ], [ [ 120.4848394, 30.3626787 ], [ 120.473607, 30.3611626 ] ], [ [ 120.473607, 30.3611626 ], [ 120.464792, 30.3598808 ] ], [ [ 120.464792, 30.3598808 ], [ 120.4645483, 30.3598454 ] ], [ [ 120.4645483, 30.3598454 ], [ 120.4621499, 30.3594966 ] ], [ [ 120.4621499, 30.3594966 ], [ 120.4555026, 30.3583388 ] ], [ [ 120.4555026, 30.3583388 ], [ 120.448395, 30.3571008 ] ], [ [ 120.448395, 30.3571008 ], [ 120.4456589, 30.3567341 ] ], [ [ 120.4456589, 30.3567341 ], [ 120.4441824, 30.3565362 ] ], [ [ 120.4441824, 30.3565362 ], [ 120.4431485, 30.3561835 ] ], [ [ 120.4431485, 30.3561835 ], [ 120.4428168, 30.3560114 ] ], [ [ 120.4428168, 30.3560114 ], [ 120.4418686, 30.3561094 ] ], [ [ 120.4418686, 30.3561094 ], [ 120.4397304, 30.3549941 ] ], [ [ 120.4397304, 30.3549941 ], [ 120.4390222, 30.3547033 ] ], [ [ 120.4390222, 30.3547033 ], [ 120.4374964, 30.3540853 ] ], [ [ 120.4374964, 30.3540853 ], [ 120.4373065, 30.354036 ] ], [ [ 120.4901751, 30.3577254 ], [ 120.4876577, 30.3576767 ] ], [ [ 120.4876577, 30.3576767 ], [ 120.4849729, 30.3576248 ] ], [ [ 120.4849729, 30.3576248 ], [ 120.4844525, 30.3576147 ] ], [ [ 120.4844525, 30.3576147 ], [ 120.482329, 30.3575737 ] ], [ [ 120.482329, 30.3575737 ], [ 120.4810438, 30.3575488 ] ], [ [ 120.490387, 30.3577295 ], [ 120.4901751, 30.3577254 ] ], [ [ 120.4752843, 30.3595923 ], [ 120.4752771, 30.3573935 ] ], [ [ 120.4753948, 30.3574046 ], [ 120.4754037, 30.3596093 ] ], [ [ 120.4752861, 30.3597671 ], [ 120.4752843, 30.3595923 ] ], [ [ 120.4754037, 30.3596093 ], [ 120.4754059, 30.3597838 ] ], [ [ 120.4903629, 30.3634242 ], [ 120.490155, 30.3633961 ] ], [ [ 120.5195921, 30.3638265 ], [ 120.5184209, 30.3639291 ] ], [ [ 120.5184209, 30.3639291 ], [ 120.5170905, 30.3640171 ] ], [ [ 120.5170905, 30.3640171 ], [ 120.5167043, 30.3640633 ] ], [ [ 120.5167043, 30.3640633 ], [ 120.516607, 30.3640726 ] ], [ [ 120.516607, 30.3640726 ], [ 120.5142581, 30.3642438 ] ], [ [ 120.5142581, 30.3642438 ], [ 120.5133462, 30.3643364 ] ], [ [ 120.5133462, 30.3643364 ], [ 120.5124611, 30.3643826 ] ], [ [ 120.5124611, 30.3643826 ], [ 120.5120641, 30.3644243 ] ], [ [ 120.5120641, 30.3644243 ], [ 120.5112541, 30.3644752 ] ], [ [ 120.5112541, 30.3644752 ], [ 120.5102938, 30.3645724 ] ], [ [ 120.5102938, 30.3645724 ], [ 120.5079174, 30.3647436 ] ], [ [ 120.5079174, 30.3647436 ], [ 120.5077189, 30.3647898 ] ], [ [ 120.5077189, 30.3647898 ], [ 120.5072576, 30.3651091 ] ], [ [ 120.5072576, 30.3651091 ], [ 120.507161, 30.3651462 ] ], [ [ 120.507161, 30.3651462 ], [ 120.5067587, 30.3652017 ] ], [ [ 120.5067587, 30.3652017 ], [ 120.5063081, 30.3651647 ] ], [ [ 120.5063081, 30.3651647 ], [ 120.5061525, 30.3650073 ] ], [ [ 120.5061525, 30.3650073 ], [ 120.506013, 30.3649426 ] ], [ [ 120.506013, 30.3649426 ], [ 120.5054712, 30.3649426 ] ], [ [ 120.5054712, 30.3649426 ], [ 120.5043662, 30.3650351 ] ], [ [ 120.5043662, 30.3650351 ], [ 120.5038297, 30.3650351 ] ], [ [ 120.5038297, 30.3650351 ], [ 120.5031524, 30.3649788 ] ], [ [ 120.5031524, 30.3649788 ], [ 120.5029499, 30.3650073 ] ], [ [ 120.5029499, 30.3650073 ], [ 120.5025128, 30.3650093 ] ], [ [ 120.5025128, 30.3650093 ], [ 120.5022848, 30.3650073 ] ], [ [ 120.5022848, 30.3650073 ], [ 120.5019683, 30.3649749 ] ], [ [ 120.5019683, 30.3649749 ], [ 120.5016451, 30.3649379 ] ], [ [ 120.5016451, 30.3649379 ], [ 120.5015123, 30.3649287 ] ], [ [ 120.5015123, 30.3649287 ], [ 120.5012863, 30.364889 ] ], [ [ 120.5012863, 30.364889 ], [ 120.5010107, 30.3648525 ] ], [ [ 120.5010107, 30.3648525 ], [ 120.5007559, 30.3648176 ] ], [ [ 120.5007559, 30.3648176 ], [ 120.4987872, 30.3645724 ] ], [ [ 120.4987872, 30.3645724 ], [ 120.4980469, 30.3644613 ] ], [ [ 120.4980469, 30.3644613 ], [ 120.4976159, 30.3644031 ] ], [ [ 120.4976159, 30.3644031 ], [ 120.494783, 30.3640207 ] ], [ [ 120.494783, 30.3640207 ], [ 120.4932891, 30.3638191 ] ], [ [ 120.4932891, 30.3638191 ], [ 120.4903629, 30.3634242 ] ], [ [ 120.5785223, 30.3784049 ], [ 120.5775829, 30.3784331 ] ], [ [ 120.5775829, 30.3784331 ], [ 120.5769827, 30.3784424 ] ], [ [ 120.5769827, 30.3784424 ], [ 120.5762455, 30.3784537 ] ], [ [ 120.5762455, 30.3784537 ], [ 120.5750163, 30.3784689 ] ], [ [ 120.5750163, 30.3784689 ], [ 120.5743105, 30.378474 ] ], [ [ 120.5743105, 30.378474 ], [ 120.5732636, 30.3785095 ] ], [ [ 120.5732636, 30.3785095 ], [ 120.5722696, 30.3785349 ] ], [ [ 120.5722696, 30.3785349 ], [ 120.571311, 30.37854 ] ], [ [ 120.571311, 30.37854 ], [ 120.5695347, 30.3785552 ] ], [ [ 120.5695347, 30.3785552 ], [ 120.5686349, 30.378545 ] ], [ [ 120.5686349, 30.378545 ], [ 120.5678232, 30.3785805 ] ], [ [ 120.5678232, 30.3785805 ], [ 120.5664587, 30.3785907 ] ], [ [ 120.5664587, 30.3785907 ], [ 120.5653942, 30.3785958 ] ], [ [ 120.5653942, 30.3785958 ], [ 120.5644296, 30.3786008 ] ], [ [ 120.5644296, 30.3786008 ], [ 120.5636297, 30.378611 ] ], [ [ 120.5636297, 30.378611 ], [ 120.5621888, 30.3786008 ] ], [ [ 120.5621888, 30.3786008 ], [ 120.561236, 30.3786364 ] ], [ [ 120.561236, 30.3786364 ], [ 120.5587011, 30.3787835 ] ], [ [ 120.5587011, 30.3787835 ], [ 120.557313, 30.3788139 ] ], [ [ 120.557313, 30.3788139 ], [ 120.5563485, 30.3788545 ] ], [ [ 120.5563485, 30.3788545 ], [ 120.5554898, 30.378819 ] ], [ [ 120.5554898, 30.378819 ], [ 120.5547501, 30.3788175 ] ], [ [ 120.5547501, 30.3788175 ], [ 120.5542558, 30.3788218 ] ], [ [ 120.5542558, 30.3788218 ], [ 120.55399, 30.3788241 ] ], [ [ 120.55399, 30.3788241 ], [ 120.5531489, 30.378885 ] ], [ [ 120.5531489, 30.378885 ], [ 120.5523558, 30.378949 ] ], [ [ 120.5523558, 30.378949 ], [ 120.5521432, 30.3789662 ] ], [ [ 120.5521432, 30.3789662 ], [ 120.5501082, 30.3790474 ] ], [ [ 120.5501082, 30.3790474 ], [ 120.5487025, 30.3791032 ] ], [ [ 120.5487025, 30.3791032 ], [ 120.547391, 30.3791539 ] ], [ [ 120.547391, 30.3791539 ], [ 120.5453089, 30.3792503 ] ], [ [ 120.5453089, 30.3792503 ], [ 120.5443731, 30.3793005 ] ], [ [ 120.5443731, 30.3793005 ], [ 120.5433033, 30.3793873 ] ], [ [ 120.5433033, 30.3793873 ], [ 120.5412389, 30.37957 ] ], [ [ 120.5412389, 30.37957 ], [ 120.5399685, 30.3796917 ] ], [ [ 120.5399685, 30.3796917 ], [ 120.539004, 30.3797628 ] ], [ [ 120.539004, 30.3797628 ], [ 120.5381159, 30.3798541 ] ], [ [ 120.5381159, 30.3798541 ], [ 120.5360632, 30.3800317 ] ], [ [ 120.5360632, 30.3800317 ], [ 120.5351457, 30.3800774 ] ], [ [ 120.5351457, 30.3800774 ], [ 120.5343811, 30.3801382 ] ], [ [ 120.5343811, 30.3801382 ], [ 120.5335871, 30.3802296 ] ], [ [ 120.5335871, 30.3802296 ], [ 120.531958, 30.3803869 ] ], [ [ 120.531958, 30.3803869 ], [ 120.5313169, 30.3804325 ] ], [ [ 120.5313169, 30.3804325 ], [ 120.5302876, 30.380534 ] ], [ [ 120.5302876, 30.380534 ], [ 120.529419, 30.3805718 ] ], [ [ 120.529419, 30.3805718 ], [ 120.5267764, 30.3807978 ] ], [ [ 120.5267764, 30.3807978 ], [ 120.5253884, 30.3809501 ] ], [ [ 120.5253884, 30.3809501 ], [ 120.5243297, 30.3810059 ] ], [ [ 120.5243297, 30.3810059 ], [ 120.5226005, 30.3811733 ] ], [ [ 120.5226005, 30.3811733 ], [ 120.5217654, 30.381224 ] ], [ [ 120.5217654, 30.381224 ], [ 120.5207302, 30.3813052 ] ], [ [ 120.5207302, 30.3813052 ], [ 120.5188717, 30.3814777 ] ], [ [ 120.5188717, 30.3814777 ], [ 120.5178873, 30.3815931 ] ], [ [ 120.5178873, 30.3815931 ], [ 120.5128873, 30.3820339 ] ], [ [ 120.5128873, 30.3820339 ], [ 120.5089752, 30.382393 ] ], [ [ 120.5089752, 30.382393 ], [ 120.5079629, 30.3824746 ] ], [ [ 120.5079629, 30.3824746 ], [ 120.5049764, 30.3825498 ] ], [ [ 120.5049764, 30.3825498 ], [ 120.5034116, 30.382556 ] ], [ [ 120.5034116, 30.382556 ], [ 120.5033176, 30.3825564 ] ], [ [ 120.5033176, 30.3825564 ], [ 120.5023337, 30.3825603 ] ], [ [ 120.5023337, 30.3825603 ], [ 120.5016809, 30.3824583 ] ], [ [ 120.5016809, 30.3824583 ], [ 120.4984311, 30.3811034 ] ], [ [ 120.4984311, 30.3811034 ], [ 120.4948549, 30.3797731 ] ], [ [ 120.4948549, 30.3797731 ], [ 120.4936722, 30.3794956 ] ], [ [ 120.4936722, 30.3794956 ], [ 120.4887857, 30.3786957 ] ], [ [ 120.4887857, 30.3786957 ], [ 120.485886, 30.3781774 ] ], [ [ 120.485886, 30.3781774 ], [ 120.4847767, 30.3779988 ] ], [ [ 120.4847767, 30.3779988 ], [ 120.4812824, 30.3774026 ] ], [ [ 120.4812824, 30.3774026 ], [ 120.477991, 30.3768726 ] ], [ [ 120.477991, 30.3768726 ], [ 120.4747729, 30.3763285 ] ], [ [ 120.4747729, 30.3763285 ], [ 120.4711194, 30.3756862 ] ], [ [ 120.4711194, 30.3756862 ], [ 120.4686865, 30.375258 ] ], [ [ 120.4686865, 30.375258 ], [ 120.4647319, 30.3745876 ] ], [ [ 120.4647319, 30.3745876 ], [ 120.4643359, 30.3745254 ] ], [ [ 120.4643359, 30.3745254 ], [ 120.4627756, 30.3742801 ] ], [ [ 120.4627756, 30.3742801 ], [ 120.4590139, 30.3736228 ] ], [ [ 120.4590139, 30.3736228 ], [ 120.4563541, 30.3731768 ] ], [ [ 120.4563541, 30.3731768 ], [ 120.4555635, 30.373045 ] ], [ [ 120.4555635, 30.373045 ], [ 120.4532386, 30.3726574 ] ], [ [ 120.4532386, 30.3726574 ], [ 120.4510312, 30.3722261 ] ], [ [ 120.4510312, 30.3722261 ], [ 120.4473408, 30.371557 ] ], [ [ 120.4473408, 30.371557 ], [ 120.4468513, 30.3714655 ] ], [ [ 120.4468513, 30.3714655 ], [ 120.4464693, 30.3713941 ] ], [ [ 120.4464693, 30.3713941 ], [ 120.4461164, 30.3713281 ] ], [ [ 120.4461164, 30.3713281 ], [ 120.4455382, 30.3710699 ] ], [ [ 120.4455382, 30.3710699 ], [ 120.4451402, 30.3706913 ] ], [ [ 120.4451402, 30.3706913 ], [ 120.4442117, 30.3699225 ] ], [ [ 120.4442117, 30.3699225 ], [ 120.4433342, 30.3689101 ] ], [ [ 120.4433342, 30.3689101 ], [ 120.4425145, 30.3678742 ] ], [ [ 120.4425145, 30.3678742 ], [ 120.4414363, 30.3660841 ] ], [ [ 120.4414363, 30.3660841 ], [ 120.4402527, 30.3639799 ] ], [ [ 120.4402527, 30.3639799 ], [ 120.4396371, 30.3626623 ] ], [ [ 120.4396371, 30.3626623 ], [ 120.4387051, 30.3607136 ] ], [ [ 120.4387051, 30.3607136 ], [ 120.4379432, 30.3590583 ] ], [ [ 120.4379432, 30.3590583 ], [ 120.4377868, 30.3587678 ] ], [ [ 120.4377868, 30.3587678 ], [ 120.4376609, 30.3584626 ] ], [ [ 120.4376609, 30.3584626 ], [ 120.4375317, 30.3571155 ] ], [ [ 120.4375317, 30.3571155 ], [ 120.4374059, 30.3556509 ] ], [ [ 120.4374059, 30.3556509 ], [ 120.4373174, 30.3543566 ] ], [ [ 120.4373174, 30.3543566 ], [ 120.4373065, 30.354036 ] ], [ [ 120.5655209, 30.3544215 ], [ 120.5655172, 30.3545368 ] ], [ [ 120.5654126, 30.3545369 ], [ 120.565416, 30.3544251 ] ], [ [ 120.5610387, 30.3545766 ], [ 120.5613991, 30.3545641 ], [ 120.5614667, 30.3545618 ], [ 120.565416, 30.3544251 ] ], [ [ 120.5655172, 30.3545368 ], [ 120.5654126, 30.3545369 ] ], [ [ 120.5610387, 30.3545766 ], [ 120.5610386, 30.3546279 ] ], [ [ 120.5654126, 30.3545369 ], [ 120.5614687, 30.3546834 ], [ 120.561401, 30.3546859 ], [ 120.5610371, 30.3546994 ] ], [ [ 120.5610386, 30.3546279 ], [ 120.560945, 30.3546264 ] ], [ [ 120.5610386, 30.3546279 ], [ 120.5610371, 30.3546994 ] ], [ [ 120.560945, 30.3546264 ], [ 120.5561809, 30.354785 ] ], [ [ 120.5019492, 30.352613 ], [ 120.5019492, 30.352759 ] ], [ [ 120.5430776, 30.3602142 ], [ 120.5430482, 30.3588421 ] ], [ [ 120.5560124, 30.3547701 ], [ 120.5561809, 30.354785 ] ], [ [ 120.5610371, 30.3546994 ], [ 120.5609708, 30.3578285 ], [ 120.5609675, 30.3578938 ], [ 120.560946, 30.3579135 ], [ 120.5609179, 30.3579239 ], [ 120.560887, 30.357917 ], [ 120.5608682, 30.3579025 ], [ 120.5608581, 30.3578782 ], [ 120.5608803, 30.3570018 ], [ 120.5608943, 30.3562975 ], [ 120.560945, 30.3546264 ] ], [ [ 120.5655172, 30.3545368 ], [ 120.5654351, 30.3571294 ], [ 120.5654754, 30.3575797 ], [ 120.5655156, 30.3580291 ], [ 120.5655203, 30.3580826 ] ], [ [ 120.5655203, 30.3580826 ], [ 120.5653723, 30.358047 ], [ 120.5653523, 30.3576093 ], [ 120.5653324, 30.3571742 ], [ 120.5654126, 30.3545369 ] ], [ [ 120.5819497, 30.3547213 ], [ 120.5809015, 30.3549805 ] ], [ [ 120.5809015, 30.3549805 ], [ 120.5798412, 30.3552891 ] ], [ [ 120.5798412, 30.3552891 ], [ 120.5794078, 30.3554152 ] ], [ [ 120.5794078, 30.3554152 ], [ 120.57861, 30.3555493 ] ], [ [ 120.57861, 30.3555493 ], [ 120.5781364, 30.3556289 ] ], [ [ 120.5781364, 30.3556289 ], [ 120.5777286, 30.3556974 ] ], [ [ 120.5777286, 30.3556974 ], [ 120.5770074, 30.3558696 ] ], [ [ 120.5770074, 30.3558696 ], [ 120.575908, 30.3561321 ] ], [ [ 120.575908, 30.3561321 ], [ 120.5744527, 30.3564219 ] ], [ [ 120.5744527, 30.3564219 ], [ 120.5739549, 30.356521 ] ], [ [ 120.5739549, 30.356521 ], [ 120.5720017, 30.3569252 ] ], [ [ 120.5720017, 30.3569252 ], [ 120.5708793, 30.3572074 ] ], [ [ 120.5708793, 30.3572074 ], [ 120.5704335, 30.3573181 ] ], [ [ 120.5704335, 30.3573181 ], [ 120.5697127, 30.3574972 ] ], [ [ 120.5697127, 30.3574972 ], [ 120.5686433, 30.3577259 ] ], [ [ 120.5686433, 30.3577259 ], [ 120.5673844, 30.3579948 ] ], [ [ 120.5673844, 30.3579948 ], [ 120.5668934, 30.3580996 ] ], [ [ 120.5668934, 30.3580996 ], [ 120.5659654, 30.3582293 ] ], [ [ 120.5659654, 30.3582293 ], [ 120.5656397, 30.3583194 ] ], [ [ 120.5655203, 30.3580826 ], [ 120.5656397, 30.3583194 ] ], [ [ 120.5560633, 30.3604948 ], [ 120.5564912, 30.360395 ] ], [ [ 120.5564912, 30.360395 ], [ 120.5574946, 30.3602034 ] ], [ [ 120.5574946, 30.3602034 ], [ 120.5585681, 30.3599985 ] ], [ [ 120.5585681, 30.3599985 ], [ 120.5601501, 30.3595867 ] ], [ [ 120.5601501, 30.3595867 ], [ 120.5628721, 30.3590452 ] ], [ [ 120.5628721, 30.3590452 ], [ 120.5645867, 30.3586106 ] ], [ [ 120.5645867, 30.3586106 ], [ 120.5648499, 30.3585378 ] ], [ [ 120.5648499, 30.3585378 ], [ 120.5656397, 30.3583194 ] ], [ [ 120.6558846, 30.3600368 ], [ 120.6570591, 30.359982 ] ], [ [ 120.6570591, 30.359982 ], [ 120.6577597, 30.3600025 ] ], [ [ 120.6577597, 30.3600025 ], [ 120.6582816, 30.3600177 ] ], [ [ 120.6582816, 30.3600177 ], [ 120.658855, 30.3600345 ] ], [ [ 120.658855, 30.3600345 ], [ 120.6593861, 30.3604436 ] ], [ [ 120.6351512, 30.3606652 ], [ 120.636919, 30.3605834 ] ], [ [ 120.636919, 30.3605834 ], [ 120.6389365, 30.3605317 ] ], [ [ 120.6389365, 30.3605317 ], [ 120.6398808, 30.3605069 ] ], [ [ 120.6398808, 30.3605069 ], [ 120.6405795, 30.3604886 ] ], [ [ 120.6405795, 30.3604886 ], [ 120.6420377, 30.3604282 ] ], [ [ 120.6420377, 30.3604282 ], [ 120.6422026, 30.3604242 ] ], [ [ 120.6422026, 30.3604242 ], [ 120.6439703, 30.3603808 ] ], [ [ 120.6439703, 30.3603808 ], [ 120.6452365, 30.3603654 ] ], [ [ 120.6452365, 30.3603654 ], [ 120.6453836, 30.3603636 ] ], [ [ 120.6453836, 30.3603636 ], [ 120.6498332, 30.3602163 ] ], [ [ 120.6498332, 30.3602163 ], [ 120.652249, 30.3601676 ] ], [ [ 120.652249, 30.3601676 ], [ 120.6537102, 30.3601382 ] ], [ [ 120.6537102, 30.3601382 ], [ 120.6558846, 30.3600368 ] ], [ [ 120.6351512, 30.3606652 ], [ 120.6351422, 30.3606213 ] ], [ [ 120.6351422, 30.3606213 ], [ 120.6350573, 30.3602091 ] ], [ [ 120.6350573, 30.3602091 ], [ 120.6350563, 30.3602042 ] ], [ [ 120.6350563, 30.3602042 ], [ 120.6350096, 30.3602062 ] ], [ [ 120.6350096, 30.3602062 ], [ 120.6344879, 30.3602288 ] ], [ [ 120.6344879, 30.3602288 ], [ 120.6341443, 30.3602437 ] ], [ [ 120.6341443, 30.3602437 ], [ 120.6337629, 30.3602602 ] ], [ [ 120.6337629, 30.3602602 ], [ 120.631276, 30.3603162 ] ], [ [ 120.631276, 30.3603162 ], [ 120.6287192, 30.3603852 ] ], [ [ 120.6287192, 30.3603852 ], [ 120.6254981, 30.3604756 ] ], [ [ 120.6254981, 30.3604756 ], [ 120.6230312, 30.3605747 ] ], [ [ 120.6230312, 30.3605747 ], [ 120.621598, 30.3606092 ] ], [ [ 120.621598, 30.3606092 ], [ 120.6197952, 30.3606609 ] ], [ [ 120.6197952, 30.3606609 ], [ 120.6187415, 30.3606308 ] ], [ [ 120.6187415, 30.3606308 ], [ 120.6185644, 30.3606373 ] ], [ [ 120.6185644, 30.3606373 ], [ 120.6165043, 30.3607126 ] ], [ [ 120.606008, 30.3508414 ], [ 120.6048663, 30.3512693 ] ], [ [ 120.6048663, 30.3512693 ], [ 120.6042665, 30.3517479 ] ], [ [ 120.6042665, 30.3517479 ], [ 120.6026991, 30.3532811 ] ], [ [ 120.6026991, 30.3532811 ], [ 120.6007695, 30.3550829 ] ], [ [ 120.6007695, 30.3550829 ], [ 120.5996774, 30.3561962 ] ], [ [ 120.5996774, 30.3561962 ], [ 120.5990267, 30.3567821 ] ], [ [ 120.5990267, 30.3567821 ], [ 120.5974456, 30.3575911 ] ], [ [ 120.5974456, 30.3575911 ], [ 120.5971084, 30.3577636 ] ], [ [ 120.5971084, 30.3577636 ], [ 120.5955297, 30.3585839 ] ], [ [ 120.5955297, 30.3585839 ], [ 120.5948235, 30.3589438 ] ], [ [ 120.5948235, 30.3589438 ], [ 120.5945043, 30.3591064 ] ], [ [ 120.5945043, 30.3591064 ], [ 120.5940924, 30.3593163 ] ], [ [ 120.5940924, 30.3593163 ], [ 120.592723, 30.3600389 ] ], [ [ 120.592723, 30.3600389 ], [ 120.5899163, 30.3615183 ] ], [ [ 120.5899163, 30.3615183 ], [ 120.5876868, 30.3626511 ] ], [ [ 120.5876868, 30.3626511 ], [ 120.5857516, 30.3636422 ] ], [ [ 120.5857516, 30.3636422 ], [ 120.5854856, 30.3639742 ] ], [ [ 120.5854856, 30.3639742 ], [ 120.5854291, 30.3641549 ] ], [ [ 120.5854291, 30.3641549 ], [ 120.5846255, 30.3657123 ] ], [ [ 120.5846255, 30.3657123 ], [ 120.5841615, 30.3666497 ] ], [ [ 120.5841615, 30.3666497 ], [ 120.5832052, 30.3684318 ] ], [ [ 120.5832052, 30.3684318 ], [ 120.5830016, 30.3688412 ] ], [ [ 120.5830016, 30.3688412 ], [ 120.5826054, 30.3696377 ] ], [ [ 120.5826054, 30.3696377 ], [ 120.5820309, 30.3707707 ] ], [ [ 120.5820309, 30.3707707 ], [ 120.5818068, 30.3712127 ] ], [ [ 120.6351512, 30.3606652 ], [ 120.6332059, 30.360679 ] ], [ [ 120.6332059, 30.360679 ], [ 120.6316764, 30.3607885 ] ], [ [ 120.6316764, 30.3607885 ], [ 120.6307425, 30.3608134 ] ], [ [ 120.6307425, 30.3608134 ], [ 120.6297262, 30.3608404 ] ], [ [ 120.6297262, 30.3608404 ], [ 120.62813, 30.3608663 ] ], [ [ 120.62813, 30.3608663 ], [ 120.6268386, 30.3609097 ] ], [ [ 120.6268386, 30.3609097 ], [ 120.6265815, 30.3609184 ] ], [ [ 120.6265815, 30.3609184 ], [ 120.6248315, 30.3609916 ] ], [ [ 120.6248315, 30.3609916 ], [ 120.6230391, 30.361019 ] ], [ [ 120.6230391, 30.361019 ], [ 120.6229233, 30.3610222 ] ], [ [ 120.6229233, 30.3610222 ], [ 120.6213527, 30.3610648 ] ], [ [ 120.6213527, 30.3610648 ], [ 120.6193694, 30.361138 ] ], [ [ 120.6193694, 30.361138 ], [ 120.619184, 30.3611428 ] ], [ [ 120.619184, 30.3611428 ], [ 120.6179588, 30.3611746 ] ], [ [ 120.6179588, 30.3611746 ], [ 120.6162671, 30.3612507 ] ], [ [ 120.6162671, 30.3612507 ], [ 120.6145012, 30.3613302 ] ], [ [ 120.6145012, 30.3613302 ], [ 120.6136206, 30.3613212 ] ], [ [ 120.6136206, 30.3613212 ], [ 120.6126982, 30.3613119 ] ], [ [ 120.6126982, 30.3613119 ], [ 120.6102976, 30.3613956 ] ], [ [ 120.6102976, 30.3613956 ], [ 120.6098134, 30.3614125 ] ], [ [ 120.6098134, 30.3614125 ], [ 120.6081329, 30.3614655 ] ], [ [ 120.6081329, 30.3614655 ], [ 120.6055746, 30.3616064 ] ], [ [ 120.5430828, 30.3603808 ], [ 120.5430776, 30.3602142 ] ], [ [ 120.5560633, 30.3604948 ], [ 120.5558507, 30.3605202 ] ], [ [ 120.5430882, 30.3607424 ], [ 120.5430828, 30.3603808 ] ], [ [ 120.5558507, 30.3605202 ], [ 120.5548775, 30.3607054 ] ], [ [ 120.5548775, 30.3607054 ], [ 120.5547519, 30.3607147 ] ], [ [ 120.6055746, 30.3616064 ], [ 120.6053376, 30.361623 ] ], [ [ 120.6053376, 30.361623 ], [ 120.604368, 30.3616202 ] ], [ [ 120.6556318, 30.3637108 ], [ 120.6560336, 30.363393 ] ], [ [ 120.6560336, 30.363393 ], [ 120.6563967, 30.3630375 ] ], [ [ 120.6563967, 30.3630375 ], [ 120.656541, 30.3629108 ] ], [ [ 120.656541, 30.3629108 ], [ 120.6566845, 30.3628014 ] ], [ [ 120.6566845, 30.3628014 ], [ 120.6569931, 30.3625954 ] ], [ [ 120.6569931, 30.3625954 ], [ 120.6570905, 30.3625147 ] ], [ [ 120.6570905, 30.3625147 ], [ 120.6593861, 30.3604436 ] ], [ [ 120.604368, 30.3616202 ], [ 120.6041011, 30.3633887 ] ], [ [ 120.6041011, 30.3633887 ], [ 120.6034313, 30.367817 ] ], [ [ 120.6034313, 30.367817 ], [ 120.603349, 30.3683608 ] ], [ [ 120.6351512, 30.3606652 ], [ 120.6351511, 30.3615956 ] ], [ [ 120.6351511, 30.3615956 ], [ 120.6351724, 30.3628951 ] ], [ [ 120.6351724, 30.3628951 ], [ 120.6352678, 30.3639475 ] ], [ [ 120.6352678, 30.3639475 ], [ 120.6352784, 30.3652195 ] ], [ [ 120.6352784, 30.3652195 ], [ 120.6353314, 30.3660248 ] ], [ [ 120.6353314, 30.3660248 ], [ 120.6353845, 30.3672601 ] ], [ [ 120.6353845, 30.3672601 ], [ 120.6353845, 30.3681386 ] ], [ [ 120.6353845, 30.3681386 ], [ 120.6354693, 30.3687792 ] ], [ [ 120.6354693, 30.3687792 ], [ 120.635533, 30.3699322 ] ], [ [ 120.635533, 30.3699322 ], [ 120.635533, 30.3707466 ] ], [ [ 120.635533, 30.3707466 ], [ 120.6355542, 30.3720642 ] ], [ [ 120.6063907, 30.3749601 ], [ 120.6064211, 30.3746158 ] ], [ [ 120.6064211, 30.3746158 ], [ 120.6064167, 30.3740767 ] ], [ [ 120.6064167, 30.3740767 ], [ 120.6063343, 30.3731221 ] ], [ [ 120.6063343, 30.3731221 ], [ 120.6062909, 30.3725756 ] ], [ [ 120.6062909, 30.3725756 ], [ 120.6062475, 30.3715985 ] ], [ [ 120.6062475, 30.3715985 ], [ 120.6062085, 30.3708274 ] ], [ [ 120.6062085, 30.3708274 ], [ 120.6061924, 30.3706025 ] ], [ [ 120.6061924, 30.3706025 ], [ 120.6061607, 30.3701573 ] ], [ [ 120.6061607, 30.3701573 ], [ 120.6061304, 30.3693899 ] ], [ [ 120.6061304, 30.3693899 ], [ 120.6060306, 30.3683753 ] ], [ [ 120.6060306, 30.3683753 ], [ 120.6060175, 30.3679636 ] ], [ [ 120.6060175, 30.3679636 ], [ 120.6059481, 30.3672448 ] ], [ [ 120.6059481, 30.3672448 ], [ 120.605896, 30.3664661 ] ], [ [ 120.605896, 30.3664661 ], [ 120.605831, 30.3654515 ] ], [ [ 120.605831, 30.3654515 ], [ 120.6057963, 30.3642723 ] ], [ [ 120.6057963, 30.3642723 ], [ 120.6056791, 30.3631566 ] ], [ [ 120.6056791, 30.3631566 ], [ 120.6055746, 30.3616064 ] ], [ [ 120.603349, 30.3683608 ], [ 120.6031893, 30.3683482 ] ], [ [ 120.6031893, 30.3683482 ], [ 120.6028692, 30.3683241 ] ], [ [ 120.6028692, 30.3683241 ], [ 120.602726, 30.3683094 ] ], [ [ 120.602726, 30.3683094 ], [ 120.6023931, 30.3683521 ] ], [ [ 120.6023931, 30.3683521 ], [ 120.6023404, 30.368704 ] ], [ [ 120.6023404, 30.368704 ], [ 120.6021913, 30.3687381 ] ], [ [ 120.6021913, 30.3687381 ], [ 120.6017703, 30.3687911 ] ], [ [ 120.6017703, 30.3687911 ], [ 120.601016, 30.368897 ] ], [ [ 120.601016, 30.368897 ], [ 120.6000204, 30.3690143 ] ], [ [ 120.6000204, 30.3690143 ], [ 120.5988801, 30.369177 ] ], [ [ 120.5988801, 30.369177 ], [ 120.5978978, 30.3693057 ] ], [ [ 120.5978978, 30.3693057 ], [ 120.5972451, 30.3693749 ] ], [ [ 120.5972451, 30.3693749 ], [ 120.5968627, 30.3694154 ] ], [ [ 120.5968627, 30.3694154 ], [ 120.5953278, 30.3695857 ] ], [ [ 120.5953278, 30.3695857 ], [ 120.5943322, 30.3696992 ] ], [ [ 120.5943322, 30.3696992 ], [ 120.5929025, 30.3698922 ] ], [ [ 120.5929025, 30.3698922 ], [ 120.5915531, 30.3700674 ] ], [ [ 120.5915531, 30.3700674 ], [ 120.5915035, 30.3700738 ] ], [ [ 120.5915035, 30.3700738 ], [ 120.5902053, 30.3701646 ] ], [ [ 120.5902053, 30.3701646 ], [ 120.5887098, 30.3703576 ] ], [ [ 120.5887098, 30.3703576 ], [ 120.5879072, 30.3704711 ] ], [ [ 120.5879072, 30.3704711 ], [ 120.5863679, 30.3706792 ] ], [ [ 120.5863679, 30.3706792 ], [ 120.5845697, 30.3708835 ] ], [ [ 120.5845697, 30.3708835 ], [ 120.5829164, 30.3710954 ] ], [ [ 120.5829164, 30.3710954 ], [ 120.5818068, 30.3712127 ] ], [ [ 120.5785223, 30.3784049 ], [ 120.5790833, 30.3784049 ] ], [ [ 120.5790833, 30.3784049 ], [ 120.5795573, 30.3783899 ] ], [ [ 120.5795573, 30.3783899 ], [ 120.580101, 30.3783449 ] ], [ [ 120.580101, 30.3783449 ], [ 120.5807576, 30.3783135 ] ], [ [ 120.5807576, 30.3783135 ], [ 120.581484, 30.3782613 ] ], [ [ 120.581484, 30.3782613 ], [ 120.5824554, 30.3781917 ] ], [ [ 120.5824554, 30.3781917 ], [ 120.5829138, 30.3781643 ] ], [ [ 120.5829138, 30.3781643 ], [ 120.5836575, 30.3781146 ] ], [ [ 120.5836575, 30.3781146 ], [ 120.5846202, 30.3780325 ] ], [ [ 120.5846202, 30.3780325 ], [ 120.5854879, 30.3779629 ] ], [ [ 120.5854879, 30.3779629 ], [ 120.5862431, 30.3779281 ] ], [ [ 120.5862431, 30.3779281 ], [ 120.5870041, 30.3778659 ] ], [ [ 120.5870041, 30.3778659 ], [ 120.5878861, 30.3778037 ] ], [ [ 120.5878861, 30.3778037 ], [ 120.5890795, 30.3777142 ] ], [ [ 120.5890795, 30.3777142 ], [ 120.5899154, 30.3776595 ] ], [ [ 120.5899154, 30.3776595 ], [ 120.5906418, 30.3776073 ] ], [ [ 120.5906418, 30.3776073 ], [ 120.5911376, 30.37757 ] ], [ [ 120.5911376, 30.37757 ], [ 120.5918352, 30.3775153 ] ], [ [ 120.5918352, 30.3775153 ], [ 120.5929392, 30.3774233 ] ], [ [ 120.5929392, 30.3774233 ], [ 120.5934234, 30.3774034 ] ], [ [ 120.5934234, 30.3774034 ], [ 120.5939135, 30.3773412 ] ], [ [ 120.5939135, 30.3773412 ], [ 120.5944611, 30.3773163 ] ], [ [ 120.5944611, 30.3773163 ], [ 120.5950117, 30.3772591 ] ], [ [ 120.5950117, 30.3772591 ], [ 120.5955421, 30.3772417 ] ], [ [ 120.5955421, 30.3772417 ], [ 120.5960264, 30.3772119 ] ], [ [ 120.5960264, 30.3772119 ], [ 120.5964933, 30.3771845 ] ], [ [ 120.5964933, 30.3771845 ], [ 120.5970093, 30.3771273 ] ], [ [ 120.5970093, 30.3771273 ], [ 120.5974532, 30.3771074 ] ], [ [ 120.5974532, 30.3771074 ], [ 120.5979202, 30.3770527 ] ], [ [ 120.5979202, 30.3770527 ], [ 120.5983958, 30.3770527 ] ], [ [ 120.5983958, 30.3770527 ], [ 120.5987705, 30.3770378 ] ], [ [ 120.5987705, 30.3770378 ], [ 120.5991597, 30.3770005 ] ], [ [ 120.5991597, 30.3770005 ], [ 120.5995719, 30.3769682 ] ], [ [ 120.5995719, 30.3769682 ], [ 120.5998399, 30.3769533 ] ], [ [ 120.5998399, 30.3769533 ], [ 120.6001397, 30.3768936 ] ], [ [ 120.6001397, 30.3768936 ], [ 120.6003559, 30.3768438 ] ], [ [ 120.6003559, 30.3768438 ], [ 120.6005433, 30.3767518 ] ], [ [ 120.6005433, 30.3767518 ], [ 120.6006672, 30.3766772 ] ], [ [ 120.6006672, 30.3766772 ], [ 120.6007883, 30.3765852 ] ], [ [ 120.6007883, 30.3765852 ], [ 120.6009266, 30.3764609 ] ], [ [ 120.6009266, 30.3764609 ], [ 120.6010391, 30.3763788 ] ], [ [ 120.6010391, 30.3763788 ], [ 120.6011255, 30.3763241 ] ], [ [ 120.6011255, 30.3763241 ], [ 120.601238, 30.3763141 ] ], [ [ 120.601238, 30.3763141 ], [ 120.6014261, 30.3763152 ] ], [ [ 120.6014261, 30.3763152 ], [ 120.6016617, 30.3763166 ] ], [ [ 120.6016617, 30.3763166 ], [ 120.6019159, 30.3762007 ] ], [ [ 120.6019159, 30.3762007 ], [ 120.6021354, 30.375852 ] ], [ [ 120.6021354, 30.375852 ], [ 120.6022971, 30.3752741 ] ], [ [ 120.6022971, 30.3752741 ], [ 120.6028251, 30.3717619 ] ], [ [ 120.6028251, 30.3717619 ], [ 120.6028956, 30.3713045 ] ], [ [ 120.6028956, 30.3713045 ], [ 120.603349, 30.3683608 ] ], [ [ 120.5818068, 30.3712127 ], [ 120.5812147, 30.3712544 ] ], [ [ 120.5812147, 30.3712544 ], [ 120.5799297, 30.3714208 ] ], [ [ 120.5799297, 30.3714208 ], [ 120.5778027, 30.3716781 ] ], [ [ 120.5778027, 30.3716781 ], [ 120.5758204, 30.3719127 ] ], [ [ 120.5758204, 30.3719127 ], [ 120.5740968, 30.3721398 ] ], [ [ 120.5740968, 30.3721398 ], [ 120.5724917, 30.3723176 ] ], [ [ 120.5724917, 30.3723176 ], [ 120.5711803, 30.3724917 ] ], [ [ 120.5711803, 30.3724917 ], [ 120.5709837, 30.3725147 ] ], [ [ 120.5709837, 30.3725147 ], [ 120.5700932, 30.3726189 ] ], [ [ 120.5700932, 30.3726189 ], [ 120.5696278, 30.3726733 ] ], [ [ 120.5696278, 30.3726733 ], [ 120.569384, 30.3727073 ] ], [ [ 120.569384, 30.3727073 ], [ 120.569298, 30.3727193 ] ], [ [ 120.569298, 30.3727193 ], [ 120.5684875, 30.3728322 ] ], [ [ 120.5684875, 30.3728322 ], [ 120.5678472, 30.3728625 ] ], [ [ 120.5678472, 30.3728625 ], [ 120.5659702, 30.3730971 ] ], [ [ 120.5659702, 30.3730971 ], [ 120.5647576, 30.3732649 ] ], [ [ 120.5785223, 30.3784049 ], [ 120.5785256, 30.3781322 ] ], [ [ 120.5785256, 30.3781322 ], [ 120.5785256, 30.3777075 ] ], [ [ 120.5785256, 30.3777075 ], [ 120.5786331, 30.3772291 ] ], [ [ 120.5786331, 30.3772291 ], [ 120.5794706, 30.3756474 ] ], [ [ 120.5794706, 30.3756474 ], [ 120.5804212, 30.373802 ] ], [ [ 120.5804212, 30.373802 ], [ 120.5806079, 30.3734554 ] ], [ [ 120.5806079, 30.3734554 ], [ 120.5815529, 30.3716979 ] ], [ [ 120.5815529, 30.3716979 ], [ 120.5818068, 30.3712127 ] ], [ [ 120.3162955, 30.4148816 ], [ 120.3166687, 30.4149108 ] ], [ [ 120.3166687, 30.4149108 ], [ 120.3181823, 30.4145546 ] ], [ [ 120.3181823, 30.4145546 ], [ 120.3194495, 30.4142564 ] ], [ [ 120.3194495, 30.4142564 ], [ 120.319528, 30.4143767 ] ], [ [ 120.319528, 30.4143767 ], [ 120.3197439, 30.4147009 ] ], [ [ 120.3197439, 30.4147009 ], [ 120.3199648, 30.4149282 ] ], [ [ 120.3199648, 30.4149282 ], [ 120.3202691, 30.41511 ] ], [ [ 120.3202691, 30.41511 ], [ 120.3206354, 30.4150615 ] ], [ [ 120.3206354, 30.4150615 ], [ 120.320686, 30.4151482 ] ], [ [ 120.320686, 30.4151482 ], [ 120.3209541, 30.4156129 ] ], [ [ 120.3209541, 30.4156129 ], [ 120.3211132, 30.4162233 ] ], [ [ 120.3211132, 30.4162233 ], [ 120.3211159, 30.4162335 ] ], [ [ 120.3211159, 30.4162335 ], [ 120.3211307, 30.4189207 ] ], [ [ 120.3091804, 30.4186123 ], [ 120.3100408, 30.4167295 ] ], [ [ 120.3100408, 30.4167295 ], [ 120.3101022, 30.4165953 ] ], [ [ 120.3101022, 30.4165953 ], [ 120.3103844, 30.4159784 ] ], [ [ 120.3103844, 30.4159784 ], [ 120.3108503, 30.4149598 ] ], [ [ 120.3108503, 30.4149598 ], [ 120.3114975, 30.4136071 ] ], [ [ 120.3138087, 30.4174009 ], [ 120.3139381, 30.4169387 ] ], [ [ 120.3139381, 30.4169387 ], [ 120.3138994, 30.4166712 ] ], [ [ 120.3138994, 30.4166712 ], [ 120.3135419, 30.4155478 ] ], [ [ 120.3138087, 30.4174009 ], [ 120.3137871, 30.416997 ] ], [ [ 120.3137871, 30.416997 ], [ 120.3133333, 30.4155958 ] ], [ [ 120.316149, 30.4188682 ], [ 120.3158649, 30.4188549 ] ], [ [ 120.316149, 30.4188682 ], [ 120.3163162, 30.4188819 ] ], [ [ 120.3163162, 30.4188819 ], [ 120.316322, 30.418882 ] ], [ [ 120.316322, 30.418882 ], [ 120.3164561, 30.4188846 ] ], [ [ 120.3164561, 30.4188846 ], [ 120.3164619, 30.4188848 ] ], [ [ 120.3164619, 30.4188848 ], [ 120.3163829, 30.4188832 ] ], [ [ 120.3163829, 30.4188832 ], [ 120.3163162, 30.4188819 ] ], [ [ 120.3211307, 30.4189207 ], [ 120.3201407, 30.4189217 ] ], [ [ 120.3201407, 30.4189217 ], [ 120.3195316, 30.418914 ] ], [ [ 120.3195316, 30.418914 ], [ 120.3184139, 30.4188999 ] ], [ [ 120.3184139, 30.4188999 ], [ 120.3167177, 30.4188898 ] ], [ [ 120.3167177, 30.4188898 ], [ 120.3164619, 30.4188848 ] ], [ [ 120.3211307, 30.4189207 ], [ 120.3217941, 30.4189229 ] ], [ [ 120.3217941, 30.4189229 ], [ 120.3219641, 30.4189226 ] ], [ [ 120.3219641, 30.4189226 ], [ 120.322678, 30.4189319 ] ], [ [ 120.31209, 30.4313319 ], [ 120.3108422, 30.4297749 ] ], [ [ 120.3108422, 30.4297749 ], [ 120.3103893, 30.4291641 ] ], [ [ 120.3103893, 30.4291641 ], [ 120.3099042, 30.4285399 ] ], [ [ 120.3099042, 30.4285399 ], [ 120.3098524, 30.4284721 ] ], [ [ 120.3098524, 30.4284721 ], [ 120.309682440157644, 30.42828291850881 ] ], [ [ 120.309682440157644, 30.42828291850881 ], [ 120.3095668, 30.4281542 ] ], [ [ 120.3095668, 30.4281542 ], [ 120.3094213, 30.4279923 ] ], [ [ 120.3094213, 30.4279923 ], [ 120.3092096, 30.4277954 ] ], [ [ 120.3092096, 30.4277954 ], [ 120.3088825, 30.4274958 ] ], [ [ 120.3088825, 30.4274958 ], [ 120.3084868, 30.4271985 ] ], [ [ 120.3084868, 30.4271985 ], [ 120.3081352, 30.4269344 ] ], [ [ 120.3081352, 30.4269344 ], [ 120.3081309, 30.4269311 ] ], [ [ 120.31209, 30.4313319 ], [ 120.3125261, 30.4315961 ], [ 120.3130787, 30.4321598 ], [ 120.3139988, 30.4330568 ], [ 120.3146992, 30.4335979 ], [ 120.3153673, 30.434111 ], [ 120.3161117, 30.4345404 ] ], [ [ 120.3160747, 30.434588 ], [ 120.3152985, 30.4341151 ], [ 120.3147143, 30.4337078 ], [ 120.313932, 30.4330887 ], [ 120.3130944, 30.4323176 ], [ 120.3124152, 30.4316702 ], [ 120.31209, 30.4313319 ] ], [ [ 120.31209, 30.4313319 ], [ 120.3121147, 30.4315338 ] ], [ [ 120.3121147, 30.4315338 ], [ 120.3119483, 30.4322245 ] ], [ [ 120.3119483, 30.4322245 ], [ 120.3117344, 30.4331841 ] ], [ [ 120.3117344, 30.4331841 ], [ 120.3117101, 30.4332932 ] ], [ [ 120.3117101, 30.4332932 ], [ 120.3114775, 30.4343085 ] ], [ [ 120.3114775, 30.4343085 ], [ 120.3113134, 30.435025 ] ], [ [ 120.3081568, 30.4337458 ], [ 120.3081867, 30.4336108 ] ], [ [ 120.3199833, 30.4387059 ], [ 120.3204978, 30.4364567 ] ], [ [ 120.3199081, 30.4388241 ], [ 120.3199833, 30.4387059 ] ], [ [ 120.3199081, 30.4388241 ], [ 120.3194504, 30.4408243 ] ], [ [ 120.3194504, 30.4408243 ], [ 120.3190518, 30.4423834 ] ], [ [ 120.3190518, 30.4423834 ], [ 120.3178271, 30.4421547 ] ], [ [ 120.3178271, 30.4421547 ], [ 120.3167564, 30.4419748 ] ], [ [ 120.3167564, 30.4419748 ], [ 120.3164613, 30.4419262 ] ], [ [ 120.3164613, 30.4419262 ], [ 120.3159951, 30.4418501 ] ], [ [ 120.3159951, 30.4418501 ], [ 120.3151547, 30.441713 ] ], [ [ 120.314848, 30.441663 ], [ 120.313529, 30.4414024 ] ], [ [ 120.313529, 30.4414024 ], [ 120.3129365, 30.4412854 ] ], [ [ 120.3129365, 30.4412854 ], [ 120.3128231, 30.441263 ] ], [ [ 120.3128231, 30.441263 ], [ 120.3114682, 30.4409953 ] ], [ [ 120.3114682, 30.4409953 ], [ 120.3098638, 30.4407192 ] ], [ [ 120.3098638, 30.4407192 ], [ 120.3096753, 30.4406867 ] ], [ [ 120.3096753, 30.4406867 ], [ 120.3092864, 30.440622 ] ], [ [ 120.3092864, 30.440622 ], [ 120.3092154, 30.440609 ] ], [ [ 120.3092154, 30.440609 ], [ 120.3066757, 30.4401457 ] ], [ [ 120.3066757, 30.4401457 ], [ 120.3060046, 30.4430776 ] ], [ [ 120.314848, 30.441663 ], [ 120.3151547, 30.441713 ] ], [ [ 120.3059868, 30.4431555 ], [ 120.3060046, 30.4430776 ] ], [ [ 120.2960842, 30.3619384 ], [ 120.2963936, 30.3625528 ], [ 120.2967653, 30.3631736 ], [ 120.2970246, 30.3636039 ], [ 120.2976464, 30.3646372 ] ], [ [ 120.2974764, 30.3646302 ], [ 120.2966211, 30.3632247 ], [ 120.295863, 30.3619552 ] ], [ [ 120.3038115, 30.3640136 ], [ 120.3039358, 30.3638858 ] ], [ [ 120.3030144, 30.3648119 ], [ 120.3038115, 30.3640136 ] ], [ [ 120.2976464, 30.3646372 ], [ 120.2982984, 30.3645955 ] ], [ [ 120.2982984, 30.3645955 ], [ 120.2997814, 30.3645033 ] ], [ [ 120.2997814, 30.3645033 ], [ 120.2999619, 30.364489 ] ], [ [ 120.2999619, 30.364489 ], [ 120.30025, 30.3644606 ] ], [ [ 120.30025, 30.3644606 ], [ 120.3005771, 30.3644074 ] ], [ [ 120.3005771, 30.3644074 ], [ 120.3015754, 30.3644074 ] ], [ [ 120.3015754, 30.3644074 ], [ 120.3021672, 30.3645285 ] ], [ [ 120.3021672, 30.3645285 ], [ 120.3028014, 30.3647164 ] ], [ [ 120.3028014, 30.3647164 ], [ 120.3030144, 30.3648119 ] ], [ [ 120.2960308, 30.3618112 ], [ 120.2960842, 30.3619384 ] ], [ [ 120.295863, 30.3619552 ], [ 120.295819, 30.3618033 ] ], [ [ 120.2934555, 30.3620533 ], [ 120.2935808, 30.3620417 ], [ 120.295819, 30.3618033 ] ], [ [ 120.2960842, 30.3619384 ], [ 120.295863, 30.3619552 ] ], [ [ 120.295863, 30.3619552 ], [ 120.2935041, 30.3621734 ] ], [ [ 120.2935041, 30.3621734 ], [ 120.2934555, 30.3620533 ] ], [ [ 120.2899908, 30.3623667 ], [ 120.2914613, 30.3622404 ], [ 120.2934555, 30.3620533 ] ], [ [ 120.2935041, 30.3621734 ], [ 120.291404, 30.3623802 ] ], [ [ 120.2879971, 30.3626044 ], [ 120.2881257, 30.3625597 ], [ 120.2884274, 30.3625157 ], [ 120.2891331, 30.3624462 ], [ 120.289649, 30.362396 ], [ 120.2899908, 30.3623667 ] ], [ [ 120.291404, 30.3623802 ], [ 120.2896333, 30.3625402 ], [ 120.2891071, 30.3625832 ], [ 120.2884303, 30.3626585 ], [ 120.2879771, 30.3627103 ] ], [ [ 120.2945816, 30.3645929 ], [ 120.2939255, 30.3631196 ] ], [ [ 120.2939255, 30.3631196 ], [ 120.2935041, 30.3621734 ] ], [ [ 120.292204, 30.3648842 ], [ 120.2920686, 30.3644663 ] ], [ [ 120.2920686, 30.3644663 ], [ 120.2919525, 30.364126 ] ], [ [ 120.2919525, 30.364126 ], [ 120.291404, 30.3623802 ] ], [ [ 120.2974764, 30.3646302 ], [ 120.2972202, 30.3646892 ] ], [ [ 120.2972202, 30.3646892 ], [ 120.2967678, 30.364743 ] ], [ [ 120.2967678, 30.364743 ], [ 120.2963721, 30.3647648 ] ], [ [ 120.2963721, 30.3647648 ], [ 120.2960298, 30.3647503 ] ], [ [ 120.2960298, 30.3647503 ], [ 120.2956305, 30.3647217 ] ], [ [ 120.2956305, 30.3647217 ], [ 120.2950353, 30.3646576 ] ], [ [ 120.2950353, 30.3646576 ], [ 120.2945816, 30.3645929 ] ], [ [ 120.2945816, 30.3645929 ], [ 120.2943432, 30.3645697 ] ], [ [ 120.2943432, 30.3645697 ], [ 120.2940885, 30.36455 ] ], [ [ 120.2940885, 30.36455 ], [ 120.2938735, 30.3645461 ] ], [ [ 120.2938735, 30.3645461 ], [ 120.2937129, 30.3645702 ] ], [ [ 120.2937129, 30.3645702 ], [ 120.2932467, 30.3646593 ] ], [ [ 120.2932467, 30.3646593 ], [ 120.292204, 30.3648842 ] ], [ [ 120.292204, 30.3648842 ], [ 120.291394, 30.3648766 ] ], [ [ 120.291394, 30.3648766 ], [ 120.2904945, 30.3648704 ] ], [ [ 120.2904945, 30.3648704 ], [ 120.2899389, 30.3648631 ] ], [ [ 120.2957693, 30.3669537 ], [ 120.2950643, 30.365509 ] ], [ [ 120.2950643, 30.365509 ], [ 120.2948763, 30.3651238 ] ], [ [ 120.2948763, 30.3651238 ], [ 120.2946743, 30.3647096 ] ], [ [ 120.2946743, 30.3647096 ], [ 120.2945816, 30.3645929 ] ], [ [ 120.292204, 30.3648842 ], [ 120.2926864, 30.3659858 ] ], [ [ 120.2926864, 30.3659858 ], [ 120.2931306, 30.3669512 ] ], [ [ 120.2931306, 30.3669512 ], [ 120.2933757, 30.3675066 ] ], [ [ 120.2933757, 30.3675066 ], [ 120.2957693, 30.3669537 ] ], [ [ 120.2974764, 30.3646302 ], [ 120.2976464, 30.3646372 ] ], [ [ 120.3015646, 30.3658558 ], [ 120.3016673, 30.3658113 ] ], [ [ 120.3016673, 30.3658113 ], [ 120.3021664, 30.3655263 ] ], [ [ 120.3021664, 30.3655263 ], [ 120.3024799, 30.3652927 ] ], [ [ 120.3024799, 30.3652927 ], [ 120.3028159, 30.3649952 ] ], [ [ 120.3028159, 30.3649952 ], [ 120.3029483, 30.364878 ] ], [ [ 120.3029483, 30.364878 ], [ 120.3030144, 30.3648119 ] ], [ [ 120.2976464, 30.3646372 ], [ 120.2977473, 30.3648049 ], [ 120.2978872, 30.3650409 ], [ 120.2987793, 30.3665132 ] ], [ [ 120.2986395, 30.3665361 ], [ 120.2977481, 30.3650626 ], [ 120.2975986, 30.3648231 ], [ 120.2974764, 30.3646302 ] ], [ [ 120.3015646, 30.3658558 ], [ 120.3011263, 30.3660459 ] ], [ [ 120.3011263, 30.3660459 ], [ 120.3008172, 30.3661454 ] ], [ [ 120.3008172, 30.3661454 ], [ 120.3005298, 30.366238 ] ], [ [ 120.3005298, 30.366238 ], [ 120.2998412, 30.3663928 ] ], [ [ 120.2998412, 30.3663928 ], [ 120.2987793, 30.3665132 ] ], [ [ 120.2987793, 30.3665132 ], [ 120.2986395, 30.3665361 ] ], [ [ 120.3060747, 30.3658259 ], [ 120.3068881, 30.3650859 ], [ 120.307818, 30.364185 ], [ 120.3084123, 30.363627 ] ], [ [ 120.3085062, 30.3636948 ], [ 120.3079043, 30.3642623 ], [ 120.3069947, 30.3651303 ], [ 120.3061222, 30.3659695 ] ], [ [ 120.3059864, 30.3660325 ], [ 120.3060747, 30.3658259 ] ], [ [ 120.3061222, 30.3659695 ], [ 120.3059864, 30.3660325 ] ], [ [ 120.3059864, 30.3660325 ], [ 120.3056877, 30.3662703 ] ], [ [ 120.3056877, 30.3662703 ], [ 120.3054095, 30.366541 ] ], [ [ 120.3054095, 30.366541 ], [ 120.3051092, 30.3668202 ] ], [ [ 120.3051092, 30.3668202 ], [ 120.3047009, 30.3671944 ] ], [ [ 120.3047009, 30.3671944 ], [ 120.3042478, 30.3675388 ] ], [ [ 120.3042478, 30.3675388 ], [ 120.3037644, 30.367819 ] ], [ [ 120.3037644, 30.367819 ], [ 120.3032433, 30.3680519 ] ], [ [ 120.2957693, 30.3669537 ], [ 120.2965148, 30.3668452 ] ], [ [ 120.2965148, 30.3668452 ], [ 120.2986395, 30.3665361 ] ], [ [ 120.3015646, 30.3658558 ], [ 120.3026201, 30.3670699 ] ], [ [ 120.3026201, 30.3670699 ], [ 120.3032433, 30.3680519 ] ], [ [ 120.2987793, 30.3665132 ], [ 120.2994334, 30.3676365 ], [ 120.2996775, 30.3681752 ], [ 120.2999428, 30.3687811 ] ], [ [ 120.2997545, 30.3688047 ], [ 120.2993659, 30.3678254 ], [ 120.2992287, 30.3675189 ], [ 120.2986395, 30.3665361 ] ], [ [ 120.3032433, 30.3680519 ], [ 120.3026588, 30.3682434 ] ], [ [ 120.3026588, 30.3682434 ], [ 120.3023317, 30.3683099 ] ], [ [ 120.3023317, 30.3683099 ], [ 120.3019929, 30.3683787 ] ], [ [ 120.3019929, 30.3683787 ], [ 120.2999428, 30.3687811 ] ], [ [ 120.2999428, 30.3687811 ], [ 120.2997545, 30.3688047 ] ], [ [ 120.2908956, 30.3681285 ], [ 120.2920815, 30.3678311 ] ], [ [ 120.2920815, 30.3678311 ], [ 120.2924262, 30.3677447 ] ], [ [ 120.2924262, 30.3677447 ], [ 120.2928193, 30.3676461 ] ], [ [ 120.2928193, 30.3676461 ], [ 120.2933757, 30.3675066 ] ], [ [ 120.2908956, 30.3681285 ], [ 120.2907035, 30.3681728 ] ], [ [ 120.2969183, 30.369449 ], [ 120.2968592, 30.3693173 ] ], [ [ 120.2968592, 30.3693173 ], [ 120.2957693, 30.3669537 ] ], [ [ 120.2943084, 30.3699604 ], [ 120.2940515, 30.3692929 ] ], [ [ 120.2940515, 30.3692929 ], [ 120.2938347, 30.3687142 ] ], [ [ 120.2938347, 30.3687142 ], [ 120.2933757, 30.3675066 ] ], [ [ 120.2997545, 30.3688047 ], [ 120.2976061, 30.3692928 ] ], [ [ 120.2976061, 30.3692928 ], [ 120.2969183, 30.369449 ] ], [ [ 120.3032433, 30.3680519 ], [ 120.3036073, 30.3693231 ] ], [ [ 120.3036073, 30.3693231 ], [ 120.3038547, 30.3706635 ] ], [ [ 120.3038547, 30.3706635 ], [ 120.3038835, 30.3708346 ] ], [ [ 120.3038835, 30.3708346 ], [ 120.3039583, 30.3712792 ] ], [ [ 120.3039583, 30.3712792 ], [ 120.3040466, 30.3718045 ] ], [ [ 120.2969183, 30.369449 ], [ 120.2980651, 30.3719946 ] ], [ [ 120.2980651, 30.3719946 ], [ 120.2982538, 30.3724134 ] ], [ [ 120.2982538, 30.3724134 ], [ 120.2984319, 30.3728088 ] ], [ [ 120.2999428, 30.3687811 ], [ 120.3002992, 30.3702733 ], [ 120.3005801, 30.3714446 ], [ 120.3006657, 30.3718015 ], [ 120.3007953, 30.3723747 ], [ 120.3008756, 30.3727446 ], [ 120.3009606, 30.3731062 ], [ 120.3010467, 30.373564 ] ], [ [ 120.3008722, 30.373588 ], [ 120.3008214, 30.37315 ], [ 120.3007362, 30.3727702 ], [ 120.3006523, 30.3723967 ], [ 120.3005258, 30.3718331 ], [ 120.3004394, 30.3714716 ], [ 120.3001516, 30.3702674 ], [ 120.2997545, 30.3688047 ] ], [ [ 120.302728, 30.3732658 ], [ 120.3010467, 30.373564 ] ], [ [ 120.2943084, 30.3699604 ], [ 120.2950653, 30.3698121 ] ], [ [ 120.2950653, 30.3698121 ], [ 120.2952287, 30.3697801 ] ], [ [ 120.2952287, 30.3697801 ], [ 120.2969183, 30.369449 ] ], [ [ 120.2890449, 30.3713224 ], [ 120.2890664, 30.3704557 ] ], [ [ 120.2890664, 30.3704557 ], [ 120.2890377, 30.3701889 ] ], [ [ 120.2890377, 30.3701889 ], [ 120.2889863, 30.3693553 ] ], [ [ 120.2889863, 30.3693553 ], [ 120.2889895, 30.3692573 ] ], [ [ 120.2889895, 30.3692573 ], [ 120.2889912, 30.3692075 ] ], [ [ 120.2889912, 30.3692075 ], [ 120.2890048, 30.3688023 ] ], [ [ 120.2890048, 30.3688023 ], [ 120.289011, 30.3687173 ] ], [ [ 120.289011, 30.3687173 ], [ 120.2890726, 30.3686375 ] ], [ [ 120.2890726, 30.3686375 ], [ 120.2890779, 30.3686357 ] ], [ [ 120.2890779, 30.3686357 ], [ 120.2895101, 30.3684887 ] ], [ [ 120.2895101, 30.3684887 ], [ 120.2897876, 30.3683511 ] ], [ [ 120.2897876, 30.3683511 ], [ 120.2907035, 30.3681728 ] ], [ [ 120.2917156, 30.3705891 ], [ 120.2924921, 30.3704008 ] ], [ [ 120.2924921, 30.3704008 ], [ 120.2943084, 30.3699604 ] ], [ [ 120.2943084, 30.3699604 ], [ 120.2945764, 30.370403 ] ], [ [ 120.2945764, 30.370403 ], [ 120.2949148, 30.3710266 ] ], [ [ 120.2949148, 30.3710266 ], [ 120.2955307, 30.3720411 ] ], [ [ 120.2955307, 30.3720411 ], [ 120.2957531, 30.3724028 ] ], [ [ 120.2957531, 30.3724028 ], [ 120.2959459, 30.3726977 ] ], [ [ 120.2959459, 30.3726977 ], [ 120.2962624, 30.3731818 ] ], [ [ 120.2962624, 30.3731818 ], [ 120.296473, 30.3735425 ] ], [ [ 120.2786869, 30.3529143 ], [ 120.2785392, 30.3520961 ] ], [ [ 120.2785392, 30.3520961 ], [ 120.2784207, 30.3514393 ] ], [ [ 120.2784207, 30.3514393 ], [ 120.2782816, 30.3502682 ] ], [ [ 120.2810319, 30.3526393 ], [ 120.2786869, 30.3529143 ] ], [ [ 120.2786869, 30.3529143 ], [ 120.2773425, 30.3530717 ] ], [ [ 120.2773425, 30.3530717 ], [ 120.2759661, 30.3532328 ] ], [ [ 120.2794716, 30.3552848 ], [ 120.2790699, 30.3540749 ] ], [ [ 120.2790699, 30.3540749 ], [ 120.2786869, 30.3529143 ] ], [ [ 120.2767369, 30.3555631 ], [ 120.2764289, 30.3545931 ] ], [ [ 120.2764289, 30.3545931 ], [ 120.2759661, 30.3532328 ] ], [ [ 120.281751, 30.3549405 ], [ 120.2818388, 30.3549167 ] ], [ [ 120.2794716, 30.3552848 ], [ 120.2804805, 30.355208 ] ], [ [ 120.2804805, 30.355208 ], [ 120.2809262, 30.3551302 ] ], [ [ 120.2809262, 30.3551302 ], [ 120.2813125, 30.3550525 ] ], [ [ 120.2813125, 30.3550525 ], [ 120.28157, 30.3549896 ] ], [ [ 120.28157, 30.3549896 ], [ 120.281751, 30.3549405 ] ], [ [ 120.2767369, 30.3555631 ], [ 120.2794716, 30.3552848 ] ], [ [ 120.2860361, 30.3560999 ], [ 120.2863197, 30.3582518 ] ], [ [ 120.2794716, 30.3552848 ], [ 120.2805064, 30.3583026 ] ], [ [ 120.2773231, 30.3587913 ], [ 120.2772331, 30.358379 ] ], [ [ 120.2772331, 30.358379 ], [ 120.2771869, 30.3579696 ] ], [ [ 120.2771869, 30.3579696 ], [ 120.2771838, 30.357273 ] ], [ [ 120.2771838, 30.357273 ], [ 120.2771653, 30.3570019 ] ], [ [ 120.2771653, 30.3570019 ], [ 120.2770944, 30.3566669 ] ], [ [ 120.2770944, 30.3566669 ], [ 120.2770306, 30.3564465 ] ], [ [ 120.2770306, 30.3564465 ], [ 120.2769466, 30.3561564 ] ], [ [ 120.2769466, 30.3561564 ], [ 120.2767369, 30.3555631 ] ], [ [ 120.2805064, 30.3583026 ], [ 120.280536, 30.3583933 ] ], [ [ 120.2773231, 30.3587913 ], [ 120.2774864, 30.3587567 ], [ 120.2778722, 30.358662 ], [ 120.2782792, 30.3585795 ], [ 120.2787039, 30.3584787 ], [ 120.279079, 30.3584116 ], [ 120.2797019, 30.358323 ], [ 120.2800912, 30.3582772 ], [ 120.2803178, 30.358268 ], [ 120.2805064, 30.3583026 ] ], [ [ 120.280536, 30.3583933 ], [ 120.2801868, 30.3585307 ], [ 120.279847, 30.3585551 ], [ 120.2792666, 30.3586223 ], [ 120.2788065, 30.3587108 ], [ 120.2782364, 30.3588604 ], [ 120.2777255, 30.3589893 ], [ 120.2774035, 30.3590751 ] ], [ [ 120.2774035, 30.3590751 ], [ 120.2773231, 30.3587913 ] ], [ [ 120.276812, 30.3500954 ], [ 120.2765181, 30.3501514 ], [ 120.2761492, 30.3501796 ], [ 120.2755053, 30.3502033 ], [ 120.2750008, 30.35025 ], [ 120.274675, 30.3503188 ] ], [ [ 120.274675, 30.3503188 ], [ 120.2749859, 30.3509899 ] ], [ [ 120.2749859, 30.3509899 ], [ 120.2757509, 30.3526795 ] ], [ [ 120.2757509, 30.3526795 ], [ 120.2759661, 30.3532328 ] ], [ [ 120.2721916, 30.3669865 ], [ 120.2720222, 30.3670149 ] ], [ [ 120.2721916, 30.3669865 ], [ 120.2737044, 30.3667395 ] ], [ [ 120.2737044, 30.3667395 ], [ 120.2738945, 30.3667082 ] ], [ [ 120.2738945, 30.3667082 ], [ 120.2752171, 30.366465 ] ], [ [ 120.2752171, 30.366465 ], [ 120.2752787, 30.3664537 ] ], [ [ 120.2752787, 30.3664537 ], [ 120.2759744, 30.3663258 ] ], [ [ 120.2759744, 30.3663258 ], [ 120.2765183, 30.3662258 ] ], [ [ 120.2765183, 30.3662258 ], [ 120.2766132, 30.3662025 ] ], [ [ 120.2766132, 30.3662025 ], [ 120.2769572, 30.3661182 ] ], [ [ 120.2769572, 30.3661182 ], [ 120.2778384, 30.3658843 ] ], [ [ 120.2778384, 30.3658843 ], [ 120.2789523, 30.3655095 ] ], [ [ 120.2789523, 30.3655095 ], [ 120.2793496, 30.3653706 ] ], [ [ 120.2793496, 30.3653706 ], [ 120.2795628, 30.3652999 ] ], [ [ 120.2795628, 30.3652999 ], [ 120.2804141, 30.3650177 ] ], [ [ 120.2804141, 30.3650177 ], [ 120.2816904, 30.3645961 ] ], [ [ 120.2816904, 30.3645961 ], [ 120.2819708, 30.3645034 ] ], [ [ 120.2819708, 30.3645034 ], [ 120.2824812, 30.3643348 ] ], [ [ 120.2824812, 30.3643348 ], [ 120.2831501, 30.3641138 ] ], [ [ 120.2831501, 30.3641138 ], [ 120.2842883, 30.3637715 ] ], [ [ 120.2842883, 30.3637715 ], [ 120.2849075, 30.3635799 ] ], [ [ 120.2849075, 30.3635799 ], [ 120.2852611, 30.3634789 ] ], [ [ 120.2852611, 30.3634789 ], [ 120.2853069, 30.3634651 ] ], [ [ 120.2853069, 30.3634651 ], [ 120.285849, 30.3632939 ] ], [ [ 120.285849, 30.3632939 ], [ 120.2872965, 30.3628367 ] ], [ [ 120.2872965, 30.3628367 ], [ 120.2876969, 30.362724 ] ], [ [ 120.2787865, 30.3825761 ], [ 120.2789376, 30.3825514 ] ], [ [ 120.2789635, 30.3826602 ], [ 120.2787999, 30.3826804 ] ], [ [ 120.2747606, 30.3836016 ], [ 120.2759924, 30.3832174 ], [ 120.2771226, 30.3828865 ], [ 120.2780277, 30.3826958 ], [ 120.2787865, 30.3825761 ] ], [ [ 120.2787999, 30.3826804 ], [ 120.278385, 30.3827347 ], [ 120.2778369, 30.3828417 ], [ 120.2772835, 30.3829541 ], [ 120.2763645, 30.3832067 ], [ 120.2748415, 30.3836854 ] ], [ [ 120.2879063, 30.3626359 ], [ 120.2879971, 30.3626044 ] ], [ [ 120.2876969, 30.362724 ], [ 120.2879063, 30.3626359 ] ], [ [ 120.2879771, 30.3627103 ], [ 120.2876969, 30.362724 ] ], [ [ 120.2789376, 30.3825514 ], [ 120.2799014, 30.3824256 ], [ 120.2813387, 30.3822904 ], [ 120.281607, 30.3822652 ], [ 120.2827004, 30.3821627 ], [ 120.28371, 30.3820992 ], [ 120.2844153, 30.3821151 ], [ 120.2852967, 30.3821941 ], [ 120.2863836, 30.3823859 ] ], [ [ 120.2863287, 30.3824754 ], [ 120.2857396, 30.3823664 ], [ 120.2853204, 30.3823001 ], [ 120.284659, 30.3822289 ], [ 120.2840082, 30.3821881 ], [ 120.2832832, 30.3822134 ], [ 120.2825617, 30.3822723 ], [ 120.2816561, 30.3823525 ], [ 120.2813515, 30.3823831 ], [ 120.2802726, 30.3824908 ], [ 120.2789635, 30.3826602 ] ], [ [ 120.2719532, 30.38446 ], [ 120.27161, 30.3837545 ] ], [ [ 120.27161, 30.3837545 ], [ 120.2708558, 30.3826117 ] ], [ [ 120.2745847, 30.3836525 ], [ 120.2747606, 30.3836016 ] ], [ [ 120.2748415, 30.3836854 ], [ 120.274631, 30.3837414 ] ], [ [ 120.2640017, 30.3646037 ], [ 120.2641138, 30.3646917 ] ], [ [ 120.2641138, 30.3646917 ], [ 120.2648339, 30.3649059 ] ], [ [ 120.2648339, 30.3649059 ], [ 120.2652957, 30.3650831 ] ], [ [ 120.2652957, 30.3650831 ], [ 120.2653669, 30.3651056 ] ], [ [ 120.2653669, 30.3651056 ], [ 120.2659611, 30.3652933 ] ], [ [ 120.2659611, 30.3652933 ], [ 120.2661012, 30.3653376 ] ], [ [ 120.2661012, 30.3653376 ], [ 120.266963, 30.3656751 ] ], [ [ 120.266963, 30.3656751 ], [ 120.2675311, 30.3658975 ] ], [ [ 120.2675311, 30.3658975 ], [ 120.2677082, 30.3659636 ] ], [ [ 120.2677082, 30.3659636 ], [ 120.2680785, 30.3661019 ] ], [ [ 120.2680785, 30.3661019 ], [ 120.2689082, 30.3664117 ] ], [ [ 120.2689082, 30.3664117 ], [ 120.2689755, 30.3664348 ] ], [ [ 120.2689755, 30.3664348 ], [ 120.2701538, 30.3668794 ] ], [ [ 120.2701538, 30.3668794 ], [ 120.2702286, 30.3669076 ] ], [ [ 120.2702286, 30.3669076 ], [ 120.2707929, 30.3671206 ] ], [ [ 120.2707929, 30.3671206 ], [ 120.2715438, 30.3670632 ] ], [ [ 120.2715438, 30.3670632 ], [ 120.2720222, 30.3670149 ] ], [ [ 120.2677906, 30.3857398 ], [ 120.2698047, 30.3851165 ], [ 120.2706568, 30.3848561 ], [ 120.271149, 30.3847057 ], [ 120.2719532, 30.38446 ] ], [ [ 120.2720145, 30.3845515 ], [ 120.2712426, 30.3847909 ], [ 120.2711445, 30.3848213 ], [ 120.2706531, 30.3849738 ], [ 120.2702925, 30.3850856 ], [ 120.2688014, 30.3855296 ], [ 120.26787, 30.3858554 ] ], [ [ 120.2675452, 30.3858405 ], [ 120.2677906, 30.3857398 ] ], [ [ 120.26787, 30.3858554 ], [ 120.2676135, 30.385961 ] ], [ [ 120.2636583, 30.3910537 ], [ 120.2636909, 30.3910233 ] ], [ [ 120.2636909, 30.3910233 ], [ 120.2638806, 30.390782 ] ], [ [ 120.2638806, 30.390782 ], [ 120.2640954, 30.3904288 ] ], [ [ 120.2640954, 30.3904288 ], [ 120.2641853, 30.3901445 ] ], [ [ 120.2641853, 30.3901445 ], [ 120.2642502, 30.3898387 ] ], [ [ 120.2642502, 30.3898387 ], [ 120.2642652, 30.3895156 ] ], [ [ 120.2642652, 30.3895156 ], [ 120.2642452, 30.3893089 ] ], [ [ 120.2642452, 30.3893089 ], [ 120.2641753, 30.3890633 ] ], [ [ 120.2641753, 30.3890633 ], [ 120.2640804, 30.3888049 ] ], [ [ 120.2640804, 30.3888049 ], [ 120.2639456, 30.3885464 ] ], [ [ 120.2639456, 30.3885464 ], [ 120.2637358, 30.3882836 ] ], [ [ 120.2637358, 30.3882836 ], [ 120.2629841, 30.3874126 ] ], [ [ 120.3008722, 30.373588 ], [ 120.3010467, 30.373564 ] ], [ [ 120.3008722, 30.373588 ], [ 120.2992107, 30.3738677 ] ], [ [ 120.2992107, 30.3738677 ], [ 120.2987152, 30.3739585 ] ], [ [ 120.2987152, 30.3739585 ], [ 120.2980927, 30.3740641 ] ], [ [ 120.2980927, 30.3740641 ], [ 120.2976658, 30.3741694 ] ], [ [ 120.2976658, 30.3741694 ], [ 120.2972186, 30.3743693 ] ], [ [ 120.2972186, 30.3743693 ], [ 120.2970521, 30.3744779 ] ], [ [ 120.2970521, 30.3744779 ], [ 120.2968797, 30.3745904 ] ], [ [ 120.2968797, 30.3745904 ], [ 120.296369, 30.3749235 ] ], [ [ 120.296369, 30.3749235 ], [ 120.2949285, 30.3758969 ] ], [ [ 120.3010467, 30.373564 ], [ 120.3010841, 30.373949 ], [ 120.3011785, 30.3752179 ], [ 120.3012118, 30.3756662 ], [ 120.3013004, 30.3768579 ], [ 120.3012946, 30.3776475 ] ], [ [ 120.3012623, 30.3776485 ], [ 120.3011523, 30.3768909 ], [ 120.3010703, 30.3757128 ], [ 120.3010391, 30.3752645 ], [ 120.3010201, 30.3749922 ], [ 120.3009367, 30.3740351 ], [ 120.3008722, 30.373588 ] ], [ [ 120.2987152, 30.3739585 ], [ 120.2989245, 30.3749092 ] ], [ [ 120.2989245, 30.3749092 ], [ 120.2992135, 30.3760931 ] ], [ [ 120.2992135, 30.3760931 ], [ 120.2993324, 30.3765646 ] ], [ [ 120.2993324, 30.3765646 ], [ 120.2996345, 30.3776787 ] ], [ [ 120.3012946, 30.3776475 ], [ 120.3044735, 30.3775641 ], [ 120.3075241, 30.3774615 ] ], [ [ 120.3012623, 30.3776485 ], [ 120.3012946, 30.3776475 ] ], [ [ 120.307497, 30.377546 ], [ 120.3044628, 30.37766 ], [ 120.302896, 30.3777089 ], [ 120.3012938, 30.3777558 ] ], [ [ 120.2996345, 30.3776787 ], [ 120.3012623, 30.3776485 ] ], [ [ 120.3012946, 30.3776475 ], [ 120.3012938, 30.3777558 ] ], [ [ 120.3012779, 30.377756 ], [ 120.3012623, 30.3776485 ] ], [ [ 120.2956212, 30.3777533 ], [ 120.2974992, 30.3777184 ], [ 120.2976304, 30.377716 ], [ 120.2996345, 30.3776787 ] ], [ [ 120.3012938, 30.3777558 ], [ 120.3012779, 30.377756 ] ], [ [ 120.3012779, 30.377756 ], [ 120.2956557, 30.3778503 ] ], [ [ 120.3076219, 30.3774548 ], [ 120.310813, 30.3772287 ], [ 120.3108188, 30.3773553 ], [ 120.3076101, 30.3775475 ] ], [ [ 120.3075241, 30.3774615 ], [ 120.3076219, 30.3774548 ] ], [ [ 120.3076101, 30.3775475 ], [ 120.307497, 30.377546 ] ], [ [ 120.3012938, 30.3777558 ], [ 120.301293, 30.3778598 ] ], [ [ 120.301293, 30.3778598 ], [ 120.3012779, 30.377756 ] ], [ [ 120.3014726, 30.3801656 ], [ 120.301293, 30.3778598 ] ], [ [ 120.3014675, 30.3803179 ], [ 120.3014726, 30.3801656 ] ], [ [ 120.2887537, 30.3832949 ], [ 120.2888126, 30.3831999 ] ], [ [ 120.2874851, 30.3854089 ], [ 120.2887537, 30.3832949 ] ], [ [ 120.2937609, 30.3856901 ], [ 120.2936622, 30.3857816 ] ], [ [ 120.3031562, 30.389167 ], [ 120.3030351, 30.390868 ] ], [ [ 120.3001266, 30.390287 ], [ 120.3002622, 30.3901937 ] ], [ [ 120.2923912, 30.3877504 ], [ 120.2930678, 30.3864446 ] ], [ [ 120.2930678, 30.3864446 ], [ 120.2932446, 30.3862158 ] ], [ [ 120.2932446, 30.3862158 ], [ 120.2934213, 30.3860272 ] ], [ [ 120.2934213, 30.3860272 ], [ 120.2936622, 30.3857816 ] ], [ [ 120.2923912, 30.3877504 ], [ 120.2932843, 30.3879595 ] ], [ [ 120.2932843, 30.3879595 ], [ 120.2940126, 30.3880737 ] ], [ [ 120.2940126, 30.3880737 ], [ 120.2948608, 30.3881437 ] ], [ [ 120.2948608, 30.3881437 ], [ 120.295757, 30.3881986 ] ], [ [ 120.295757, 30.3881986 ], [ 120.2963266, 30.3882388 ] ], [ [ 120.2963266, 30.3882388 ], [ 120.2964439, 30.3882293 ] ], [ [ 120.2923912, 30.3877504 ], [ 120.292231, 30.3880595 ] ], [ [ 120.292231, 30.3880595 ], [ 120.2921279, 30.3883952 ] ], [ [ 120.2921279, 30.3883952 ], [ 120.2919467, 30.388985 ] ], [ [ 120.2919467, 30.388985 ], [ 120.2919022, 30.3897009 ] ], [ [ 120.291883, 30.3898536 ], [ 120.2919022, 30.3897009 ] ], [ [ 120.291883, 30.3898536 ], [ 120.2920199, 30.390607 ] ], [ [ 120.2920199, 30.390607 ], [ 120.2923468, 30.3919153 ] ], [ [ 120.2942799, 30.3899411 ], [ 120.2944929, 30.3919338 ] ], [ [ 120.290513, 30.3933737 ], [ 120.2904758, 30.3930509 ] ], [ [ 120.2904758, 30.3930509 ], [ 120.2902047, 30.3922493 ] ], [ [ 120.2902047, 30.3922493 ], [ 120.2901376, 30.3919493 ] ], [ [ 120.2901376, 30.3919493 ], [ 120.2900388, 30.3915083 ] ], [ [ 120.2900388, 30.3915083 ], [ 120.289878, 30.3907897 ] ], [ [ 120.289878, 30.3907897 ], [ 120.2896469, 30.3899705 ] ], [ [ 120.2944929, 30.3919338 ], [ 120.2937592, 30.3919086 ] ], [ [ 120.2937592, 30.3919086 ], [ 120.2923468, 30.3919153 ] ], [ [ 120.3030351, 30.390868 ], [ 120.3030216, 30.3910375 ] ], [ [ 120.3001266, 30.390287 ], [ 120.3000928, 30.3921038 ] ], [ [ 120.3000928, 30.3921038 ], [ 120.3000885, 30.3936399 ] ], [ [ 120.3027477, 30.3938815 ], [ 120.302934, 30.392126 ] ], [ [ 120.302934, 30.392126 ], [ 120.3030216, 30.3910375 ] ], [ [ 120.2944929, 30.3919338 ], [ 120.2953319, 30.3919464 ] ], [ [ 120.2953319, 30.3919464 ], [ 120.2963793, 30.3919526 ] ], [ [ 120.2963793, 30.3919526 ], [ 120.2967067, 30.3919497 ] ], [ [ 120.2923468, 30.3919153 ], [ 120.2927084, 30.3933625 ] ], [ [ 120.2946763, 30.3934244 ], [ 120.2945854, 30.3927017 ] ], [ [ 120.2945854, 30.3927017 ], [ 120.2945161, 30.3921506 ] ], [ [ 120.2945161, 30.3921506 ], [ 120.2944929, 30.3919338 ] ], [ [ 120.290513, 30.3933737 ], [ 120.29184, 30.3933689 ] ], [ [ 120.29184, 30.3933689 ], [ 120.2923925, 30.3933643 ] ], [ [ 120.2923925, 30.3933643 ], [ 120.2927084, 30.3933625 ] ], [ [ 120.3000885, 30.3936399 ], [ 120.2974718, 30.3935359 ] ], [ [ 120.3000885, 30.3936399 ], [ 120.3012256, 30.393716 ] ], [ [ 120.3012256, 30.393716 ], [ 120.3021292, 30.3938011 ] ], [ [ 120.3021292, 30.3938011 ], [ 120.3026486, 30.3938501 ] ], [ [ 120.3026486, 30.3938501 ], [ 120.3027477, 30.3938815 ] ], [ [ 120.3027477, 30.3938815 ], [ 120.3038708, 30.3940213 ] ], [ [ 120.3038708, 30.3940213 ], [ 120.3047067, 30.3941247 ] ], [ [ 120.3047067, 30.3941247 ], [ 120.3051311, 30.3941955 ] ], [ [ 120.3051311, 30.3941955 ], [ 120.3059302, 30.3943288 ] ], [ [ 120.2887566, 30.3933799 ], [ 120.290513, 30.3933737 ] ], [ [ 120.2927084, 30.3933625 ], [ 120.2946763, 30.3934244 ] ], [ [ 120.2946763, 30.3934244 ], [ 120.2955534, 30.3934635 ] ], [ [ 120.2955534, 30.3934635 ], [ 120.2958953, 30.3934788 ] ], [ [ 120.2958953, 30.3934788 ], [ 120.296078, 30.393487 ] ], [ [ 120.296078, 30.393487 ], [ 120.2970259, 30.3935112 ] ], [ [ 120.290922, 30.3958931 ], [ 120.2905916, 30.3937498 ] ], [ [ 120.2905916, 30.3937498 ], [ 120.290513, 30.3933737 ] ], [ [ 120.2927084, 30.3933625 ], [ 120.292811, 30.3939411 ] ], [ [ 120.292811, 30.3939411 ], [ 120.2928635, 30.394538 ] ], [ [ 120.2928635, 30.394538 ], [ 120.2930152, 30.3955413 ] ], [ [ 120.2930152, 30.3955413 ], [ 120.2931635, 30.3964744 ] ], [ [ 120.294847, 30.3968229 ], [ 120.2947854, 30.3955468 ] ], [ [ 120.2947854, 30.3955468 ], [ 120.2947343, 30.3944898 ] ], [ [ 120.2947343, 30.3944898 ], [ 120.2946763, 30.3934244 ] ], [ [ 120.2887965, 30.3955062 ], [ 120.2891022, 30.3955532 ] ], [ [ 120.2891022, 30.3955532 ], [ 120.2892989, 30.395586 ] ], [ [ 120.2892989, 30.395586 ], [ 120.2894926, 30.3956184 ] ], [ [ 120.2894926, 30.3956184 ], [ 120.290922, 30.3958931 ] ], [ [ 120.2568238, 30.3866104 ], [ 120.2566588, 30.3867281 ] ], [ [ 120.2547061, 30.3903616 ], [ 120.2555021, 30.3886535 ] ], [ [ 120.2555021, 30.3886535 ], [ 120.2557712, 30.3880344 ] ], [ [ 120.2557712, 30.3880344 ], [ 120.2562198, 30.3873134 ] ], [ [ 120.2562198, 30.3873134 ], [ 120.2566588, 30.3867281 ] ], [ [ 120.2610729, 30.3883597 ], [ 120.2611861, 30.3884698 ] ], [ [ 120.2481544, 30.390433 ], [ 120.2465571, 30.3900693 ], [ 120.2466021, 30.3899363 ], [ 120.2482159, 30.3902813 ] ], [ [ 120.2611861, 30.3884698 ], [ 120.2636583, 30.3910537 ] ], [ [ 120.2547061, 30.3903616 ], [ 120.2546367, 30.3905105 ] ], [ [ 120.2546367, 30.3905105 ], [ 120.2545341, 30.3907307 ] ], [ [ 120.2545341, 30.3907307 ], [ 120.2542414, 30.3916104 ] ], [ [ 120.2542414, 30.3916104 ], [ 120.2539439, 30.3930033 ] ], [ [ 120.2539439, 30.3930033 ], [ 120.2539054, 30.3935044 ] ], [ [ 120.2539054, 30.3935044 ], [ 120.2539962, 30.3935276 ] ], [ [ 120.2539962, 30.3935276 ], [ 120.254288, 30.3935935 ] ], [ [ 120.254288, 30.3935935 ], [ 120.2567908, 30.3940188 ] ], [ [ 120.2567908, 30.3940188 ], [ 120.2568825, 30.3940332 ] ], [ [ 120.2477961, 30.3918887 ], [ 120.247589, 30.391827 ] ], [ [ 120.2477961, 30.3918887 ], [ 120.2511828, 30.3927754 ] ], [ [ 120.2511828, 30.3927754 ], [ 120.251529, 30.3928618 ] ], [ [ 120.251529, 30.3928618 ], [ 120.2521172, 30.3930209 ] ], [ [ 120.2521172, 30.3930209 ], [ 120.2539054, 30.3935044 ] ], [ [ 120.2624382, 30.3919871 ], [ 120.2625439, 30.3919003 ] ], [ [ 120.2608194, 30.3947323 ], [ 120.2611391, 30.393948 ] ], [ [ 120.2611391, 30.393948 ], [ 120.2613788, 30.3934742 ] ], [ [ 120.2613788, 30.3934742 ], [ 120.2616484, 30.3929573 ] ], [ [ 120.2616484, 30.3929573 ], [ 120.2619331, 30.392561 ] ], [ [ 120.2619331, 30.392561 ], [ 120.2624382, 30.3919871 ] ], [ [ 120.2608194, 30.3947323 ], [ 120.2604511, 30.3946364 ] ], [ [ 120.2604511, 30.3946364 ], [ 120.2600968, 30.3945585 ] ], [ [ 120.2600968, 30.3945585 ], [ 120.2595826, 30.3944566 ] ], [ [ 120.2595826, 30.3944566 ], [ 120.2568825, 30.3940332 ] ], [ [ 120.2596705, 30.3978362 ], [ 120.2602048, 30.3963897 ] ], [ [ 120.2602048, 30.3963897 ], [ 120.2608194, 30.3947323 ] ], [ [ 120.2560733, 30.3964325 ], [ 120.2574557, 30.3969719 ] ], [ [ 120.2574557, 30.3969719 ], [ 120.2580592, 30.3972074 ] ], [ [ 120.2580592, 30.3972074 ], [ 120.2596705, 30.3978362 ] ], [ [ 120.2596705, 30.3978362 ], [ 120.2618685, 30.3986825 ] ], [ [ 120.2618685, 30.3986825 ], [ 120.262996, 30.3991166 ] ], [ [ 120.2587987, 30.4001824 ], [ 120.2593514, 30.3986998 ] ], [ [ 120.2593514, 30.3986998 ], [ 120.2593684, 30.3986541 ] ], [ [ 120.2593684, 30.3986541 ], [ 120.2596705, 30.3978362 ] ], [ [ 120.2524609, 30.3973971 ], [ 120.2532886, 30.3959707 ] ], [ [ 120.2532886, 30.3959707 ], [ 120.253541, 30.3955131 ] ], [ [ 120.253541, 30.3955131 ], [ 120.2536543, 30.3952466 ] ], [ [ 120.2536543, 30.3952466 ], [ 120.2537109, 30.3950511 ] ], [ [ 120.2537109, 30.3950511 ], [ 120.2537676, 30.3947757 ] ], [ [ 120.2537676, 30.3947757 ], [ 120.2539054, 30.3935044 ] ], [ [ 120.2560733, 30.3964325 ], [ 120.2559927, 30.3963847 ] ], [ [ 120.2524609, 30.3973971 ], [ 120.2524208, 30.3974528 ] ], [ [ 120.2501193, 30.396448 ], [ 120.2501354, 30.3963684 ] ], [ [ 120.2456078, 30.3962315 ], [ 120.2494073, 30.3980003 ] ], [ [ 120.2794822, 30.3842055 ], [ 120.2799709, 30.3840656 ] ], [ [ 120.2799709, 30.3840656 ], [ 120.2804811, 30.3839561 ] ], [ [ 120.2804811, 30.3839561 ], [ 120.2811805, 30.3838588 ] ], [ [ 120.2811805, 30.3838588 ], [ 120.2822631, 30.3837555 ] ], [ [ 120.2822631, 30.3837555 ], [ 120.282804, 30.3837213 ] ], [ [ 120.282804, 30.3837213 ], [ 120.2832639, 30.3837173 ] ], [ [ 120.2832639, 30.3837173 ], [ 120.2837423, 30.3837877 ] ], [ [ 120.2837423, 30.3837877 ], [ 120.2842561, 30.3839419 ] ], [ [ 120.2842561, 30.3839419 ], [ 120.2851715, 30.3843821 ] ], [ [ 120.2874851, 30.3854089 ], [ 120.2851715, 30.3843821 ] ], [ [ 120.2794822, 30.3842055 ], [ 120.2793394, 30.3842574 ] ], [ [ 120.2761083, 30.385411 ], [ 120.2793394, 30.3842574 ] ], [ [ 120.2807629, 30.3860124 ], [ 120.2808795, 30.385921 ] ], [ [ 120.2719532, 30.38446 ], [ 120.2745847, 30.3836525 ] ], [ [ 120.274631, 30.3837414 ], [ 120.2734775, 30.3841016 ], [ 120.2720145, 30.3845515 ] ], [ [ 120.2720145, 30.3845515 ], [ 120.2719532, 30.38446 ] ], [ [ 120.2759577, 30.3854615 ], [ 120.2747197, 30.3859379 ] ], [ [ 120.2747197, 30.3859379 ], [ 120.2744008, 30.3860315 ] ], [ [ 120.2744008, 30.3860315 ], [ 120.2740994, 30.3860927 ] ], [ [ 120.2740994, 30.3860927 ], [ 120.2737623, 30.3861027 ] ], [ [ 120.2737623, 30.3861027 ], [ 120.2734406, 30.3860255 ] ], [ [ 120.2734406, 30.3860255 ], [ 120.2731861, 30.3859107 ] ], [ [ 120.2731861, 30.3859107 ], [ 120.2729231, 30.3857343 ] ], [ [ 120.2729231, 30.3857343 ], [ 120.2727078, 30.3855218 ] ], [ [ 120.2727078, 30.3855218 ], [ 120.2723386, 30.3850019 ] ], [ [ 120.2723386, 30.3850019 ], [ 120.2720145, 30.3845515 ] ], [ [ 120.2747582, 30.3890879 ], [ 120.2735963, 30.3874968 ] ], [ [ 120.2777891, 30.3875315 ], [ 120.2807629, 30.3860124 ] ], [ [ 120.2777891, 30.3875315 ], [ 120.2776615, 30.3875945 ] ], [ [ 120.2856056, 30.3886635 ], [ 120.2864597, 30.387137 ] ], [ [ 120.2864597, 30.387137 ], [ 120.2870498, 30.3861551 ] ], [ [ 120.2870498, 30.3861551 ], [ 120.2874851, 30.3854089 ] ], [ [ 120.28182, 30.3923166 ], [ 120.2825524, 30.3917763 ] ], [ [ 120.2825524, 30.3917763 ], [ 120.2839911, 30.3906239 ] ], [ [ 120.2839911, 30.3906239 ], [ 120.2840489, 30.3905525 ] ], [ [ 120.2840489, 30.3905525 ], [ 120.2854883, 30.388775 ] ], [ [ 120.2747582, 30.3890879 ], [ 120.2749881, 30.3889779 ] ], [ [ 120.2749881, 30.3889779 ], [ 120.2757776, 30.3885694 ] ], [ [ 120.2757776, 30.3885694 ], [ 120.2776615, 30.3875945 ] ], [ [ 120.2715863, 30.3907404 ], [ 120.2747582, 30.3890879 ] ], [ [ 120.2766307, 30.3915316 ], [ 120.2747582, 30.3890879 ] ], [ [ 120.2816758, 30.3924036 ], [ 120.28182, 30.3923166 ] ], [ [ 120.2783052, 30.3938312 ], [ 120.2766307, 30.3915316 ] ], [ [ 120.2816758, 30.3924036 ], [ 120.2799986, 30.3930858 ] ], [ [ 120.2799986, 30.3930858 ], [ 120.2783052, 30.3938312 ] ], [ [ 120.2636583, 30.3910537 ], [ 120.2636215, 30.391088 ] ], [ [ 120.2636215, 30.391088 ], [ 120.2634462, 30.3912516 ] ], [ [ 120.2634462, 30.3912516 ], [ 120.2630866, 30.3915229 ] ], [ [ 120.2630866, 30.3915229 ], [ 120.2626921, 30.3917857 ] ], [ [ 120.2626921, 30.3917857 ], [ 120.2625439, 30.3919003 ] ], [ [ 120.2651966, 30.3970866 ], [ 120.265066, 30.3971428 ] ], [ [ 120.265066, 30.3971428 ], [ 120.2642429, 30.3979173 ] ], [ [ 120.2642429, 30.3979173 ], [ 120.262996, 30.3991166 ] ], [ [ 120.3000885, 30.3936399 ], [ 120.3002118, 30.3956943 ] ], [ [ 120.3002118, 30.3956943 ], [ 120.3002141, 30.3957225 ] ], [ [ 120.3002141, 30.3957225 ], [ 120.2979226, 30.3956292 ] ], [ [ 120.3002141, 30.3957225 ], [ 120.3003376, 30.3972309 ] ], [ [ 120.3003376, 30.3972309 ], [ 120.3003743, 30.397679 ] ], [ [ 120.3003743, 30.397679 ], [ 120.3003908, 30.3978805 ] ], [ [ 120.290922, 30.3958931 ], [ 120.2914157, 30.3960013 ] ], [ [ 120.2914157, 30.3960013 ], [ 120.2917161, 30.3961031 ] ], [ [ 120.2917161, 30.3961031 ], [ 120.2919656, 30.3961679 ] ], [ [ 120.2919656, 30.3961679 ], [ 120.2920361, 30.3962203 ] ], [ [ 120.2932006, 30.3967734 ], [ 120.2931635, 30.3964744 ] ], [ [ 120.294874, 30.3970374 ], [ 120.294847, 30.3968229 ] ], [ [ 120.3059302, 30.3943288 ], [ 120.306021, 30.3943455 ] ], [ [ 120.3049085, 30.4030224 ], [ 120.3048018, 30.4029709 ] ], [ [ 120.3003774, 30.3980564 ], [ 120.3003908, 30.3978805 ] ], [ [ 120.294874, 30.3970374 ], [ 120.2951702, 30.3994143 ] ], [ [ 120.2932006, 30.3967734 ], [ 120.2935685, 30.3992604 ] ], [ [ 120.2935685, 30.3992604 ], [ 120.2939001, 30.4018397 ] ], [ [ 120.3003774, 30.3980564 ], [ 120.3004007, 30.3981715 ] ], [ [ 120.3004007, 30.3981715 ], [ 120.3002706, 30.3984132 ] ], [ [ 120.3002706, 30.3984132 ], [ 120.3003491, 30.4012665 ] ], [ [ 120.3019488, 30.4014313 ], [ 120.3019071, 30.400872 ] ], [ [ 120.3019071, 30.400872 ], [ 120.3018465, 30.4003747 ] ], [ [ 120.3018465, 30.4003747 ], [ 120.3017934, 30.4000148 ] ], [ [ 120.3017934, 30.4000148 ], [ 120.3017023, 30.3996614 ] ], [ [ 120.3017023, 30.3996614 ], [ 120.3016189, 30.3993604 ] ], [ [ 120.3016189, 30.3993604 ], [ 120.3015961, 30.3991118 ] ], [ [ 120.3015961, 30.3991118 ], [ 120.3016189, 30.3987781 ] ], [ [ 120.3016189, 30.3987781 ], [ 120.301702944788261, 30.39857176565225 ] ], [ [ 120.2989868, 30.4011707 ], [ 120.2989925, 30.4011711 ] ], [ [ 120.2989925, 30.4011711 ], [ 120.29949, 30.4012061 ] ], [ [ 120.29949, 30.4012061 ], [ 120.3003491, 30.4012665 ] ], [ [ 120.3019488, 30.4014313 ], [ 120.301697, 30.4013539 ] ], [ [ 120.301697, 30.4013539 ], [ 120.3009936, 30.4013112 ] ], [ [ 120.3009936, 30.4013112 ], [ 120.3003491, 30.4012665 ] ], [ [ 120.3048018, 30.4029709 ], [ 120.3044642, 30.4027723 ] ], [ [ 120.3044642, 30.4027723 ], [ 120.3041703, 30.4025729 ] ], [ [ 120.3041703, 30.4025729 ], [ 120.3035527, 30.4022436 ] ], [ [ 120.3035527, 30.4022436 ], [ 120.303173, 30.4019577 ] ], [ [ 120.303173, 30.4019577 ], [ 120.3027999, 30.4017469 ] ], [ [ 120.3027999, 30.4017469 ], [ 120.3023904, 30.4015618 ] ], [ [ 120.3023904, 30.4015618 ], [ 120.3019488, 30.4014313 ] ], [ [ 120.3017905, 30.4043799 ], [ 120.3019421, 30.403601 ] ], [ [ 120.3019421, 30.403601 ], [ 120.3020427, 30.4029877 ] ], [ [ 120.3020427, 30.4029877 ], [ 120.3020897, 30.4026637 ] ], [ [ 120.3020897, 30.4026637 ], [ 120.3020561, 30.4023629 ] ], [ [ 120.3020561, 30.4023629 ], [ 120.3020024, 30.4019926 ] ], [ [ 120.3020024, 30.4019926 ], [ 120.3019488, 30.4014313 ] ], [ [ 120.2944035, 30.4068298 ], [ 120.2943743, 30.4067132 ] ], [ [ 120.2943743, 30.4067132 ], [ 120.2943318, 30.4065289 ] ], [ [ 120.2943318, 30.4065289 ], [ 120.2943236, 30.4064475 ] ], [ [ 120.2943236, 30.4064475 ], [ 120.2939001, 30.4018397 ] ], [ [ 120.2898607, 30.404925 ], [ 120.2899238, 30.4048425 ] ], [ [ 120.25147, 30.3989353 ], [ 120.251486, 30.3988893 ] ], [ [ 120.2494073, 30.3980003 ], [ 120.2496703, 30.3975402 ] ], [ [ 120.2496703, 30.3975402 ], [ 120.2498062, 30.397247 ] ], [ [ 120.2498062, 30.397247 ], [ 120.2498492, 30.3971545 ] ], [ [ 120.2498492, 30.3971545 ], [ 120.2499258, 30.3969892 ] ], [ [ 120.2499258, 30.3969892 ], [ 120.2500535, 30.3966393 ] ], [ [ 120.2500535, 30.3966393 ], [ 120.2501193, 30.396448 ] ], [ [ 120.2494073, 30.3980003 ], [ 120.250425, 30.3984616 ] ], [ [ 120.250425, 30.3984616 ], [ 120.2506446, 30.3985611 ] ], [ [ 120.2506446, 30.3985611 ], [ 120.25147, 30.3989353 ] ], [ [ 120.2471871, 30.4012063 ], [ 120.2472658, 30.4011047 ] ], [ [ 120.2472658, 30.4011047 ], [ 120.2485282, 30.3994456 ] ], [ [ 120.2485282, 30.3994456 ], [ 120.2492119, 30.3983438 ] ], [ [ 120.2492119, 30.3983438 ], [ 120.2494073, 30.3980003 ] ], [ [ 120.25147, 30.3989353 ], [ 120.2509206, 30.400516 ] ], [ [ 120.2509206, 30.400516 ], [ 120.2506684, 30.4012417 ] ], [ [ 120.2506684, 30.4012417 ], [ 120.2504186, 30.4019604 ] ], [ [ 120.2504186, 30.4019604 ], [ 120.250396, 30.4020054 ] ], [ [ 120.2471871, 30.4012063 ], [ 120.2476481, 30.4013473 ] ], [ [ 120.2476481, 30.4013473 ], [ 120.2479234, 30.4014115 ] ], [ [ 120.2479234, 30.4014115 ], [ 120.2488832, 30.401642 ] ], [ [ 120.2488832, 30.401642 ], [ 120.2490622, 30.401685 ] ], [ [ 120.2490622, 30.401685 ], [ 120.250396, 30.4020054 ] ], [ [ 120.2587987, 30.4001824 ], [ 120.2587803, 30.4002399 ] ], [ [ 120.262996, 30.3991166 ], [ 120.2628726, 30.3992687 ] ], [ [ 120.2628726, 30.3992687 ], [ 120.2627279, 30.3994827 ] ], [ [ 120.2627279, 30.3994827 ], [ 120.2624228, 30.4000224 ] ], [ [ 120.2624228, 30.4000224 ], [ 120.2623664, 30.4001219 ] ], [ [ 120.2623664, 30.4001219 ], [ 120.262309, 30.4002231 ] ], [ [ 120.262309, 30.4002231 ], [ 120.2622315, 30.4004193 ] ], [ [ 120.2622315, 30.4004193 ], [ 120.2619453, 30.4015729 ] ], [ [ 120.2619453, 30.4015729 ], [ 120.2619357, 30.4016342 ] ], [ [ 120.25147, 30.3989353 ], [ 120.2544256, 30.4004688 ] ], [ [ 120.2544256, 30.4004688 ], [ 120.2547649, 30.4006901 ] ], [ [ 120.2547649, 30.4006901 ], [ 120.2548711, 30.4007421 ] ], [ [ 120.2548711, 30.4007421 ], [ 120.2570959, 30.4019345 ] ], [ [ 120.254185, 30.4028449 ], [ 120.250396, 30.4020054 ] ], [ [ 120.2451563, 30.4038473 ], [ 120.2454399, 30.4034962 ] ], [ [ 120.2454399, 30.4034962 ], [ 120.246026, 30.4027055 ] ], [ [ 120.246026, 30.4027055 ], [ 120.2471871, 30.4012063 ] ], [ [ 120.248184, 30.4049806 ], [ 120.2494484, 30.4033404 ] ], [ [ 120.2494484, 30.4033404 ], [ 120.2502824, 30.402232 ] ], [ [ 120.2502824, 30.402232 ], [ 120.250396, 30.4020054 ] ], [ [ 120.2451563, 30.4038473 ], [ 120.245246, 30.4038894 ] ], [ [ 120.245246, 30.4038894 ], [ 120.2454673, 30.4040074 ] ], [ [ 120.2454673, 30.4040074 ], [ 120.246073, 30.4043018 ] ], [ [ 120.246073, 30.4043018 ], [ 120.2469727, 30.4046101 ] ], [ [ 120.2469727, 30.4046101 ], [ 120.248184, 30.4049806 ] ], [ [ 120.2508275, 30.4055627 ], [ 120.248184, 30.4049806 ] ], [ [ 120.248184, 30.4049806 ], [ 120.2477935, 30.4054872 ] ], [ [ 120.2477935, 30.4054872 ], [ 120.2473888, 30.4060122 ] ], [ [ 120.2473888, 30.4060122 ], [ 120.2466322, 30.4069286 ] ], [ [ 120.2567233, 30.4033949 ], [ 120.2570959, 30.4019345 ] ], [ [ 120.2542719, 30.4028608 ], [ 120.254185, 30.4028449 ] ], [ [ 120.2542719, 30.4028608 ], [ 120.2564253, 30.4033144 ] ], [ [ 120.2564253, 30.4033144 ], [ 120.2565631, 30.4033434 ] ], [ [ 120.2565631, 30.4033434 ], [ 120.2567233, 30.4033949 ] ], [ [ 120.2567233, 30.4033949 ], [ 120.2563505, 30.4048559 ] ], [ [ 120.2563505, 30.4048559 ], [ 120.2562724, 30.4051619 ] ], [ [ 120.2562724, 30.4051619 ], [ 120.2561942, 30.4054686 ] ], [ [ 120.2561942, 30.4054686 ], [ 120.2558861, 30.4066433 ] ], [ [ 120.2595796, 30.4030044 ], [ 120.2593776, 30.4029129 ] ], [ [ 120.2593776, 30.4029129 ], [ 120.258533, 30.4025511 ] ], [ [ 120.258533, 30.4025511 ], [ 120.2570959, 30.4019345 ] ], [ [ 120.2584162, 30.407037 ], [ 120.2585919, 30.4065601 ] ], [ [ 120.2585919, 30.4065601 ], [ 120.2588981, 30.405583 ] ], [ [ 120.2588981, 30.405583 ], [ 120.2591689, 30.4044964 ] ], [ [ 120.2591689, 30.4044964 ], [ 120.2595796, 30.4030044 ] ], [ [ 120.2558861, 30.4066433 ], [ 120.2561754, 30.4066159 ], [ 120.2581574, 30.4070127 ], [ 120.2584162, 30.407037 ] ], [ [ 120.2583849, 30.407122 ], [ 120.25813, 30.4070973 ], [ 120.2558861, 30.4066433 ] ], [ [ 120.2583849, 30.407122 ], [ 120.2584162, 30.407037 ] ], [ [ 120.2583849, 30.407122 ], [ 120.2581024, 30.4076675 ] ], [ [ 120.2581024, 30.4076675 ], [ 120.2577002, 30.4084441 ] ], [ [ 120.2577002, 30.4084441 ], [ 120.2575891, 30.4089864 ] ], [ [ 120.2575891, 30.4089864 ], [ 120.2574324, 30.4095889 ] ], [ [ 120.2574324, 30.4095889 ], [ 120.2568615, 30.4109329 ] ], [ [ 120.2508275, 30.4055627 ], [ 120.2533321, 30.4061142 ] ], [ [ 120.2533321, 30.4061142 ], [ 120.2534146, 30.4061324 ] ], [ [ 120.2534146, 30.4061324 ], [ 120.2554524, 30.4065536 ] ], [ [ 120.2554524, 30.4065536 ], [ 120.2558861, 30.4066433 ] ], [ [ 120.2553637, 30.4086267 ], [ 120.2558861, 30.4066433 ] ], [ [ 120.2502566, 30.4076561 ], [ 120.2508275, 30.4055627 ] ], [ [ 120.2466322, 30.4069286 ], [ 120.2476519, 30.4071645 ] ], [ [ 120.2476519, 30.4071645 ], [ 120.2502566, 30.4076561 ] ], [ [ 120.2466322, 30.4069286 ], [ 120.2461888, 30.4074656 ] ], [ [ 120.2461888, 30.4074656 ], [ 120.2458909, 30.4078986 ] ], [ [ 120.2458909, 30.4078986 ], [ 120.2457493, 30.4081517 ] ], [ [ 120.2457493, 30.4081517 ], [ 120.2456527, 30.4083243 ] ], [ [ 120.2456527, 30.4083243 ], [ 120.2455793, 30.4085268 ] ], [ [ 120.2453122, 30.4101887 ], [ 120.2466534, 30.4102689 ] ], [ [ 120.2466534, 30.4102689 ], [ 120.2477036, 30.4103192 ] ], [ [ 120.2477036, 30.4103192 ], [ 120.2480873, 30.4103376 ] ], [ [ 120.2480873, 30.4103376 ], [ 120.2498064, 30.41042 ] ], [ [ 120.2498064, 30.41042 ], [ 120.2499791, 30.4104283 ] ], [ [ 120.2499791, 30.4104283 ], [ 120.2521497, 30.4105512 ] ], [ [ 120.2527978, 30.4081352 ], [ 120.2527416, 30.408125 ] ], [ [ 120.2527416, 30.408125 ], [ 120.2502566, 30.4076561 ] ], [ [ 120.252886, 30.4081528 ], [ 120.2527978, 30.4081352 ] ], [ [ 120.252886, 30.4081528 ], [ 120.2553637, 30.4086267 ] ], [ [ 120.2547938, 30.4106231 ], [ 120.2553637, 30.4086267 ] ], [ [ 120.3049085, 30.4030224 ], [ 120.3050982, 30.403114 ] ], [ [ 120.3050982, 30.403114 ], [ 120.3054945, 30.4032593 ] ], [ [ 120.3054945, 30.4032593 ], [ 120.3057884, 30.4033675 ] ], [ [ 120.3079012, 30.4041291 ], [ 120.307962839908981, 30.40416417246389 ] ], [ [ 120.30855030609726, 30.404571067023461 ], [ 120.3100096, 30.4056941 ] ], [ [ 120.3016462, 30.40644 ], [ 120.3017141, 30.4050714 ] ], [ [ 120.3017141, 30.4050714 ], [ 120.3017207, 30.4049375 ] ], [ [ 120.3017207, 30.4049375 ], [ 120.3017588, 30.4046332 ] ], [ [ 120.3017588, 30.4046332 ], [ 120.3017905, 30.4043799 ] ], [ [ 120.2996475, 30.4062182 ], [ 120.3000834, 30.4062666 ] ], [ [ 120.3000834, 30.4062666 ], [ 120.3016462, 30.40644 ] ], [ [ 120.2964314, 30.4077239 ], [ 120.2962149, 30.4061641 ] ], [ [ 120.2962149, 30.4061641 ], [ 120.2992367, 30.4051437 ] ], [ [ 120.3016462, 30.40644 ], [ 120.304008, 30.4072143 ] ], [ [ 120.304103, 30.4072457 ], [ 120.304008, 30.4072143 ] ], [ [ 120.3014696, 30.4098015 ], [ 120.3014915, 30.4094073 ] ], [ [ 120.3014915, 30.4094073 ], [ 120.301511, 30.4090312 ] ], [ [ 120.301511, 30.4090312 ], [ 120.3015531, 30.4082145 ] ], [ [ 120.3015531, 30.4082145 ], [ 120.3015886, 30.4076017 ] ], [ [ 120.3015886, 30.4076017 ], [ 120.3016462, 30.40644 ] ], [ [ 120.2898607, 30.404925 ], [ 120.2896025, 30.4053628 ] ], [ [ 120.2896025, 30.4053628 ], [ 120.2894951, 30.4055795 ] ], [ [ 120.2894951, 30.4055795 ], [ 120.2894322, 30.4058154 ] ], [ [ 120.2894322, 30.4058154 ], [ 120.2894282, 30.4061091 ] ], [ [ 120.2894282, 30.4061091 ], [ 120.289493, 30.4063765 ] ], [ [ 120.289493, 30.4063765 ], [ 120.289643, 30.4066684 ] ], [ [ 120.289643, 30.4066684 ], [ 120.2898112, 30.4068711 ] ], [ [ 120.2898112, 30.4068711 ], [ 120.2899593, 30.4070487 ] ], [ [ 120.2899593, 30.4070487 ], [ 120.2903983, 30.4073869 ] ], [ [ 120.2903983, 30.4073869 ], [ 120.2932137, 30.4087273 ] ], [ [ 120.2942354, 30.4068777 ], [ 120.2944035, 30.4068298 ] ], [ [ 120.2944035, 30.4068298 ], [ 120.2943703, 30.4069743 ] ], [ [ 120.2932137, 30.4087273 ], [ 120.2935632, 30.4080946 ], [ 120.2937873, 30.4076888 ], [ 120.2942354, 30.4068777 ] ], [ [ 120.2943703, 30.4069743 ], [ 120.2933989, 30.4088373 ], [ 120.2930441, 30.4095311 ], [ 120.2924777, 30.4106386 ] ], [ [ 120.304103, 30.4072457 ], [ 120.3052387, 30.4076293 ] ], [ [ 120.3052387, 30.4076293 ], [ 120.3060007, 30.408044 ] ], [ [ 120.3060007, 30.408044 ], [ 120.3065023, 30.4083117 ] ], [ [ 120.3065023, 30.4083117 ], [ 120.3065072, 30.4083143 ] ], [ [ 120.3065072, 30.4083143 ], [ 120.3068504, 30.4084975 ] ], [ [ 120.3068504, 30.4084975 ], [ 120.3082974, 30.4092697 ] ], [ [ 120.3084073, 30.4093358 ], [ 120.3082974, 30.4092697 ] ], [ [ 120.3084073, 30.4093358 ], [ 120.3101194, 30.4102503 ] ], [ [ 120.3101194, 30.4102503 ], [ 120.3120427, 30.4113066 ] ], [ [ 120.3120427, 30.4113066 ], [ 120.3125192, 30.4115659 ] ], [ [ 120.2922986, 30.4105467 ], [ 120.2932137, 30.4087273 ] ], [ [ 120.2913061, 30.4142386 ], [ 120.2910559, 30.4140918 ] ], [ [ 120.2910559, 30.4140918 ], [ 120.2910559, 30.4137854 ] ], [ [ 120.2910559, 30.4137854 ], [ 120.2906875, 30.4135981 ] ], [ [ 120.2913061, 30.4142386 ], [ 120.2913553, 30.4141895 ], [ 120.291421, 30.4141578 ], [ 120.2914953, 30.4141473 ], [ 120.2915693, 30.4141592 ], [ 120.2916342, 30.4141922 ], [ 120.2916821, 30.4142422 ], [ 120.2917075, 30.4143033 ], [ 120.2917072, 30.4143682 ], [ 120.2916813, 30.4144292 ], [ 120.2916328, 30.4144789 ] ], [ [ 120.2916328, 30.4144789 ], [ 120.2915749, 30.414509 ], [ 120.291509, 30.4145223 ], [ 120.2914416, 30.4145175 ], [ 120.2913791, 30.4144951 ], [ 120.2913276, 30.4144572 ], [ 120.2912921, 30.4144076 ], [ 120.291276, 30.4143509 ], [ 120.2912808, 30.4142927 ], [ 120.2913061, 30.4142386 ] ], [ [ 120.3133094, 30.4098894 ], [ 120.3127302, 30.4111183 ] ], [ [ 120.3127302, 30.4111183 ], [ 120.3125726, 30.4114643 ] ], [ [ 120.3125726, 30.4114643 ], [ 120.3125192, 30.4115659 ] ], [ [ 120.2783052, 30.3938312 ], [ 120.277928, 30.3939923 ] ], [ [ 120.277928, 30.3939923 ], [ 120.2766579, 30.3946614 ] ], [ [ 120.2766579, 30.3946614 ], [ 120.2763279, 30.3948787 ] ], [ [ 120.2763279, 30.3948787 ], [ 120.2755063, 30.3953606 ] ], [ [ 120.2746704, 30.4038548 ], [ 120.275107, 30.4038717 ], [ 120.2760534, 30.4039969 ], [ 120.2773911, 30.4041493 ], [ 120.278123, 30.4041874 ], [ 120.2782054, 30.4041865 ], [ 120.2786088, 30.4041819 ], [ 120.2787726, 30.4041976 ], [ 120.2791037, 30.4042729 ], [ 120.2794457, 30.4044236 ], [ 120.2797127, 30.4046002 ], [ 120.2797455, 30.4047008 ], [ 120.2794184, 30.4045579 ], [ 120.2791844, 30.4044961 ], [ 120.2789617, 30.40447 ], [ 120.2785068, 30.404458 ], [ 120.2780749, 30.4044408 ], [ 120.2772484, 30.4043822 ], [ 120.2760974, 30.4042552 ], [ 120.2757389, 30.4042129 ], [ 120.2755125, 30.4042097 ], [ 120.2748596, 30.4041022 ], [ 120.2745573, 30.4039569 ] ], [ [ 120.2691168, 30.4071499 ], [ 120.268795, 30.4070062 ] ], [ [ 120.268795, 30.4070062 ], [ 120.2673126, 30.4062976 ] ], [ [ 120.2673126, 30.4062976 ], [ 120.2653073, 30.4054056 ] ], [ [ 120.2653073, 30.4054056 ], [ 120.2632446, 30.4045631 ] ], [ [ 120.2632446, 30.4045631 ], [ 120.2608658, 30.4035869 ] ], [ [ 120.2608658, 30.4035869 ], [ 120.2595796, 30.4030044 ] ], [ [ 120.2695946, 30.4059443 ], [ 120.2696458, 30.4059007 ] ], [ [ 120.2695946, 30.4059443 ], [ 120.2694558, 30.4061588 ] ], [ [ 120.2694558, 30.4061588 ], [ 120.2693294, 30.4064611 ] ], [ [ 120.2693294, 30.4064611 ], [ 120.269203, 30.4068179 ] ], [ [ 120.269203, 30.4068179 ], [ 120.2691168, 30.4071499 ] ], [ [ 120.2690881, 30.4073135 ], [ 120.2691168, 30.4071499 ] ], [ [ 120.2824979, 30.4086289 ], [ 120.2796832, 30.4068884 ] ], [ [ 120.2796832, 30.4068884 ], [ 120.2795315, 30.4067988 ] ], [ [ 120.2795315, 30.4067988 ], [ 120.2786851, 30.4062993 ] ], [ [ 120.2786851, 30.4062993 ], [ 120.2777848, 30.4058052 ] ], [ [ 120.2777848, 30.4058052 ], [ 120.2774857, 30.405684 ] ], [ [ 120.2774857, 30.405684 ], [ 120.2772873, 30.4055753 ] ], [ [ 120.2772873, 30.4055753 ], [ 120.2762636, 30.4050573 ] ], [ [ 120.2762636, 30.4050573 ], [ 120.2758815, 30.4049574 ] ], [ [ 120.2758815, 30.4049574 ], [ 120.2753357, 30.4049242 ] ], [ [ 120.2753357, 30.4049242 ], [ 120.2749071, 30.4049352 ] ], [ [ 120.2749071, 30.4049352 ], [ 120.2745952, 30.4049523 ] ], [ [ 120.2745952, 30.4049523 ], [ 120.2742255, 30.4049394 ] ], [ [ 120.2742255, 30.4049394 ], [ 120.2737812, 30.4047399 ] ], [ [ 120.2805173, 30.4098548 ], [ 120.2810723, 30.4096092 ], [ 120.2815215, 30.4093522 ], [ 120.2818509, 30.4090878 ], [ 120.2822817, 30.4088237 ] ], [ [ 120.2824686, 30.4089978 ], [ 120.2816986, 30.4095999 ], [ 120.281286, 30.4097974 ], [ 120.280845, 30.4099705 ] ], [ [ 120.2804488, 30.4098977 ], [ 120.2805173, 30.4098548 ] ], [ [ 120.280845, 30.4099705 ], [ 120.280732, 30.4100169 ] ], [ [ 120.2781573, 30.4123652 ], [ 120.2782294, 30.4120792 ], [ 120.278395, 30.4116804 ], [ 120.2787202, 30.4111334 ], [ 120.2791268, 30.4107548 ], [ 120.2798674, 30.4102381 ], [ 120.2804488, 30.4098977 ] ], [ [ 120.280732, 30.4100169 ], [ 120.2799683, 30.4105128 ], [ 120.2793794, 30.4109031 ], [ 120.2790352, 30.4112413 ], [ 120.2788391, 30.4115757 ], [ 120.278691, 30.4118764 ], [ 120.2784062, 30.412423 ] ], [ [ 120.2648806, 30.418204 ], [ 120.2631438, 30.4207656 ] ], [ [ 120.2683219, 30.4206623 ], [ 120.2683827, 30.42058 ] ], [ [ 120.2683219, 30.4206623 ], [ 120.2669664, 30.4227299 ] ], [ [ 120.2669664, 30.4227299 ], [ 120.2640956, 30.4212547 ] ], [ [ 120.2640956, 30.4212547 ], [ 120.2631438, 30.4207656 ] ], [ [ 120.2669664, 30.4227299 ], [ 120.2668249, 30.4229397 ] ], [ [ 120.2668249, 30.4229397 ], [ 120.2657763, 30.4244948 ] ], [ [ 120.2657763, 30.4244948 ], [ 120.2653311, 30.4251551 ] ], [ [ 120.2653311, 30.4251551 ], [ 120.2652273, 30.425309 ] ], [ [ 120.2652273, 30.425309 ], [ 120.2650537, 30.4255665 ] ], [ [ 120.2650537, 30.4255665 ], [ 120.2635789, 30.4247993 ] ], [ [ 120.2635789, 30.4247993 ], [ 120.263476, 30.4248373 ] ], [ [ 120.263476, 30.4248373 ], [ 120.2629683, 30.4255677 ] ], [ [ 120.2650537, 30.4255665 ], [ 120.2645177, 30.4263613 ] ], [ [ 120.2645177, 30.4263613 ], [ 120.2635031, 30.4258416 ] ], [ [ 120.2635031, 30.4258416 ], [ 120.2629683, 30.4255677 ] ], [ [ 120.2705697, 30.4247846 ], [ 120.2725364, 30.4256697 ] ], [ [ 120.2725364, 30.4256697 ], [ 120.2746488, 30.4265447 ] ], [ [ 120.2758303, 30.4269588 ], [ 120.2746488, 30.4265447 ] ], [ [ 120.2758303, 30.4269588 ], [ 120.2761515, 30.4270714 ] ], [ [ 120.2761515, 30.4270714 ], [ 120.2763646, 30.4267056 ] ], [ [ 120.2763646, 30.4267056 ], [ 120.2763857, 30.4266236 ] ], [ [ 120.2736565, 30.4281355 ], [ 120.2739136, 30.4277234 ] ], [ [ 120.2739136, 30.4277234 ], [ 120.2746488, 30.4265447 ] ], [ [ 120.2753876, 30.4277681 ], [ 120.2758303, 30.4269588 ] ], [ [ 120.2770751, 30.4269443 ], [ 120.2771321, 30.4268409 ] ], [ [ 120.2772394, 30.4268664 ], [ 120.2771875, 30.4269885 ] ], [ [ 120.2764195, 30.42816 ], [ 120.2768073, 30.4274255 ], [ 120.2770751, 30.4269443 ] ], [ [ 120.2800852, 30.4278948 ], [ 120.2801093, 30.427803 ] ], [ [ 120.3017988, 30.4101283 ], [ 120.3013119, 30.4113629 ] ], [ [ 120.3013119, 30.4113629 ], [ 120.301194, 30.4116334 ] ], [ [ 120.301194, 30.4116334 ], [ 120.3007777, 30.4125884 ] ], [ [ 120.3007777, 30.4125884 ], [ 120.3007323, 30.4126662 ] ], [ [ 120.3007323, 30.4126662 ], [ 120.3002489, 30.4134956 ] ], [ [ 120.3002489, 30.4134956 ], [ 120.299868, 30.4141692 ] ], [ [ 120.3125192, 30.4115659 ], [ 120.3135668, 30.4121359 ] ], [ [ 120.3135668, 30.4121359 ], [ 120.3140997, 30.4124105 ] ], [ [ 120.3115805, 30.4134618 ], [ 120.3125192, 30.4115659 ] ], [ [ 120.3114975, 30.4136071 ], [ 120.3115805, 30.4134618 ] ], [ [ 120.299868, 30.4141692 ], [ 120.2997928, 30.4142793 ] ], [ [ 120.2997928, 30.4142793 ], [ 120.2990705, 30.4153379 ] ], [ [ 120.2990705, 30.4153379 ], [ 120.2990087, 30.415627 ] ], [ [ 120.2990087, 30.415627 ], [ 120.2989932, 30.4156994 ] ], [ [ 120.2989932, 30.4156994 ], [ 120.2988115, 30.4160509 ] ], [ [ 120.2988115, 30.4160509 ], [ 120.2986995, 30.4162027 ] ], [ [ 120.2976812, 30.414633 ], [ 120.2975713, 30.4150424 ] ], [ [ 120.2975713, 30.4150424 ], [ 120.2974404, 30.4155306 ] ], [ [ 120.2974404, 30.4155306 ], [ 120.2974251, 30.4155874 ] ], [ [ 120.2974251, 30.4155874 ], [ 120.2980021, 30.415866 ] ], [ [ 120.2980021, 30.415866 ], [ 120.2986995, 30.4162027 ] ], [ [ 120.2921687, 30.4176676 ], [ 120.2925279, 30.4169444 ] ], [ [ 120.2925279, 30.4169444 ], [ 120.2916328, 30.4144789 ] ], [ [ 120.2921208, 30.4177641 ], [ 120.2921687, 30.4176676 ] ], [ [ 120.2986995, 30.4162027 ], [ 120.2983103, 30.4167301 ] ], [ [ 120.3009136, 30.4171988 ], [ 120.2986995, 30.4162027 ] ], [ [ 120.3010129, 30.4172458 ], [ 120.3009136, 30.4171988 ] ], [ [ 120.2842732, 30.4291862 ], [ 120.2846735, 30.4287192 ], [ 120.2851134, 30.4282627 ], [ 120.2864696, 30.4269636 ], [ 120.2879, 30.4258068 ], [ 120.2885699, 30.4254429 ], [ 120.2895732, 30.4248875 ] ], [ [ 120.2896071, 30.4249354 ], [ 120.2885889, 30.4254938 ], [ 120.2879669, 30.4258552 ], [ 120.2865365, 30.427012 ], [ 120.2852427, 30.4282889 ], [ 120.2847983, 30.4287934 ], [ 120.2844106, 30.4292712 ] ], [ [ 120.3010129, 30.4172458 ], [ 120.3031184, 30.4182443 ] ], [ [ 120.3031184, 30.4182443 ], [ 120.3031234, 30.4182467 ] ], [ [ 120.3031234, 30.4182467 ], [ 120.3034388, 30.4183974 ] ], [ [ 120.3034388, 30.4183974 ], [ 120.3039296, 30.4186319 ] ], [ [ 120.2967084, 30.4193124 ], [ 120.2966594, 30.4193588 ] ], [ [ 120.2614079, 30.4142514 ], [ 120.2622666, 30.412489 ] ], [ [ 120.2622666, 30.412489 ], [ 120.2604875, 30.4120084 ] ], [ [ 120.2604875, 30.4120084 ], [ 120.2603956, 30.4119811 ] ], [ [ 120.2603956, 30.4119811 ], [ 120.2568615, 30.4109329 ] ], [ [ 120.2522746, 30.4105237 ], [ 120.2521497, 30.4105512 ] ], [ [ 120.2522746, 30.4105237 ], [ 120.2547938, 30.4106231 ] ], [ [ 120.2547938, 30.4106231 ], [ 120.2568615, 30.4109329 ] ], [ [ 120.2547938, 30.4106231 ], [ 120.2542792, 30.4124257 ] ], [ [ 120.2561271, 30.4128156 ], [ 120.2568615, 30.4109329 ] ], [ [ 120.2561271, 30.4128156 ], [ 120.2560854, 30.4129395 ] ], [ [ 120.2584162, 30.407037 ], [ 120.2585148, 30.4070463 ], [ 120.2589294, 30.4070723 ], [ 120.2598849, 30.4070618 ], [ 120.2602209, 30.407089 ], [ 120.26062, 30.4071705 ], [ 120.2609981, 30.4072792 ], [ 120.2614286, 30.4074784 ], [ 120.2621742, 30.4078996 ], [ 120.2623528, 30.4079856 ], [ 120.2630669, 30.4082936 ], [ 120.2647418, 30.4090543 ], [ 120.2652674, 30.4092857 ], [ 120.2672622, 30.4101638 ], [ 120.2677628, 30.4104101 ] ], [ [ 120.2676628, 30.4104907 ], [ 120.2662961, 30.4098423 ], [ 120.2644793, 30.4090317 ], [ 120.2642624, 30.4089305 ], [ 120.2628883, 30.408289 ], [ 120.262022, 30.4078951 ], [ 120.2616174, 30.4076748 ], [ 120.2612816, 30.407492 ], [ 120.2609613, 30.4073652 ], [ 120.2605045, 30.4072294 ], [ 120.2601947, 30.4071796 ], [ 120.2599427, 30.4071569 ], [ 120.2596119, 30.4071433 ], [ 120.2589293, 30.4071569 ], [ 120.2588807, 30.4071542 ], [ 120.2585092, 30.407134 ], [ 120.2583849, 30.407122 ] ], [ [ 120.2559229, 30.4134806 ], [ 120.2560854, 30.4129395 ] ], [ [ 120.2534287, 30.4201293 ], [ 120.2535407, 30.4202356 ] ], [ [ 120.2533799, 30.4202903 ], [ 120.2533097, 30.4201699 ] ], [ [ 120.2559597, 30.4185596 ], [ 120.2564259, 30.4180384 ] ], [ [ 120.2564259, 30.4180384 ], [ 120.256678, 30.4176785 ] ], [ [ 120.256678, 30.4176785 ], [ 120.2572688, 30.4168184 ] ], [ [ 120.2572688, 30.4168184 ], [ 120.2579915, 30.4171773 ] ], [ [ 120.2579915, 30.4171773 ], [ 120.2593651, 30.4178594 ] ], [ [ 120.2593651, 30.4178594 ], [ 120.2594149, 30.4179362 ] ], [ [ 120.2594149, 30.4179362 ], [ 120.2593718, 30.4180296 ] ], [ [ 120.2593718, 30.4180296 ], [ 120.2589233, 30.4184866 ] ], [ [ 120.2589233, 30.4184866 ], [ 120.2592099, 30.4187124 ] ], [ [ 120.2592099, 30.4187124 ], [ 120.259462, 30.4188736 ] ], [ [ 120.2631438, 30.4207656 ], [ 120.2628605, 30.42062 ] ], [ [ 120.2628605, 30.42062 ], [ 120.2611629, 30.4197476 ] ], [ [ 120.2611629, 30.4197476 ], [ 120.2607144, 30.4195171 ] ], [ [ 120.2607144, 30.4195171 ], [ 120.259462, 30.4188736 ] ], [ [ 120.2535407, 30.4202356 ], [ 120.2536495, 30.4203861 ], [ 120.2556634, 30.4219559 ] ], [ [ 120.255559, 30.4220506 ], [ 120.2534347, 30.4203565 ], [ 120.2533799, 30.4202903 ] ], [ [ 120.2557565, 30.4221917 ], [ 120.255559, 30.4220506 ] ], [ [ 120.2607249, 30.4244186 ], [ 120.2619961, 30.4224988 ] ], [ [ 120.2619961, 30.4224988 ], [ 120.2631438, 30.4207656 ] ], [ [ 120.2607249, 30.4244186 ], [ 120.2598909, 30.4240493 ] ], [ [ 120.2598909, 30.4240493 ], [ 120.2596495, 30.4239429 ] ], [ [ 120.2596495, 30.4239429 ], [ 120.2594109, 30.4238295 ] ], [ [ 120.2594109, 30.4238295 ], [ 120.2593219, 30.4237872 ] ], [ [ 120.2593219, 30.4237872 ], [ 120.2585464, 30.4234339 ] ], [ [ 120.2585464, 30.4234339 ], [ 120.257697, 30.4230469 ] ], [ [ 120.257697, 30.4230469 ], [ 120.2573694, 30.4229025 ] ], [ [ 120.2573694, 30.4229025 ], [ 120.2572479, 30.422849 ] ], [ [ 120.2572479, 30.422849 ], [ 120.2569967, 30.4227383 ] ], [ [ 120.2569967, 30.4227383 ], [ 120.2568004, 30.4226518 ] ], [ [ 120.2568004, 30.4226518 ], [ 120.2560593, 30.4223251 ] ], [ [ 120.2560593, 30.4223251 ], [ 120.2557565, 30.4221917 ] ], [ [ 120.2607249, 30.4244186 ], [ 120.2620864, 30.425116 ] ], [ [ 120.2620864, 30.425116 ], [ 120.2629683, 30.4255677 ] ], [ [ 120.2585701, 30.427506 ], [ 120.2590272, 30.4267947 ] ], [ [ 120.2590272, 30.4267947 ], [ 120.2592605, 30.4264732 ] ], [ [ 120.2592605, 30.4264732 ], [ 120.2607249, 30.4244186 ] ], [ [ 120.258492, 30.4276183 ], [ 120.2585701, 30.427506 ] ], [ [ 120.2681085, 30.4281582 ], [ 120.2667438, 30.4274785 ] ], [ [ 120.2667438, 30.4274785 ], [ 120.2663012, 30.427258 ] ], [ [ 120.2663012, 30.427258 ], [ 120.2661477, 30.4271816 ] ], [ [ 120.2661477, 30.4271816 ], [ 120.2652374, 30.4267281 ] ], [ [ 120.2652374, 30.4267281 ], [ 120.2651133, 30.4266663 ] ], [ [ 120.2651133, 30.4266663 ], [ 120.2645177, 30.4263613 ] ], [ [ 120.2681085, 30.4281582 ], [ 120.2683459, 30.4282613 ] ], [ [ 120.2557597, 30.4313926 ], [ 120.2559537, 30.431275 ] ], [ [ 120.2559537, 30.431275 ], [ 120.2558694, 30.4314656 ] ], [ [ 120.2532693, 30.4353595 ], [ 120.2545828, 30.4332703 ], [ 120.2547182, 30.4330529 ], [ 120.2557597, 30.4313926 ] ], [ [ 120.2558694, 30.4314656 ], [ 120.2548362, 30.4331142 ], [ 120.2547021, 30.4333293 ], [ 120.2533905, 30.4354181 ] ], [ [ 120.2532693, 30.4353595 ], [ 120.2533905, 30.4354181 ] ], [ [ 120.3091804, 30.4186123 ], [ 120.3091172, 30.4187307 ] ], [ [ 120.3138087, 30.4174009 ], [ 120.3137969, 30.4176472 ] ], [ [ 120.3137969, 30.4176472 ], [ 120.3126254, 30.4202488 ] ], [ [ 120.3066229, 30.419853 ], [ 120.3057143, 30.4191595 ] ], [ [ 120.3057143, 30.4191595 ], [ 120.3041044, 30.4187126 ] ], [ [ 120.312589, 30.4203652 ], [ 120.3126254, 30.4202488 ] ], [ [ 120.2965133, 30.4193108 ], [ 120.2965564, 30.4192633 ] ], [ [ 120.293435, 30.4192313 ], [ 120.2937803, 30.4193888 ], [ 120.2942663, 30.4196842 ], [ 120.2943325, 30.4197196 ], [ 120.2956365, 30.420514 ] ], [ [ 120.2956365, 30.420514 ], [ 120.2957727, 30.4203204 ], [ 120.2965133, 30.4193108 ] ], [ [ 120.2966594, 30.4193588 ], [ 120.2959044, 30.4204185 ], [ 120.2957717, 30.4205954 ], [ 120.2957687, 30.4205996 ] ], [ [ 120.2956365, 30.420514 ], [ 120.2957687, 30.4205996 ] ], [ [ 120.2957687, 30.4205996 ], [ 120.2953693, 30.4210865 ], [ 120.2953739, 30.4212261 ], [ 120.2952618, 30.4214181 ], [ 120.2948882, 30.4212718 ], [ 120.2950081, 30.4210248 ], [ 120.2952572, 30.4209765 ], [ 120.2956365, 30.420514 ] ], [ [ 120.2895732, 30.4248875 ], [ 120.2899256, 30.4247118 ], [ 120.290791, 30.4240706 ], [ 120.2911103, 30.4238087 ], [ 120.2917847, 30.4232359 ], [ 120.2922338, 30.4228574 ] ], [ [ 120.2922338, 30.4228574 ], [ 120.2918037, 30.4232869 ], [ 120.2911293, 30.4238596 ], [ 120.29081, 30.4241215 ], [ 120.2899445, 30.4247627 ], [ 120.2896071, 30.4249354 ] ], [ [ 120.2889683, 30.4240337 ], [ 120.2890636, 30.4241713 ] ], [ [ 120.2890636, 30.4241713 ], [ 120.2891727, 30.4243222 ] ], [ [ 120.2891727, 30.4243222 ], [ 120.2895732, 30.4248875 ] ], [ [ 120.2896071, 30.4249354 ], [ 120.2895732, 30.4248875 ] ], [ [ 120.2957687, 30.4205996 ], [ 120.2967852, 30.4212076 ], [ 120.296935, 30.421268 ], [ 120.2976071, 30.4215388 ], [ 120.2980283, 30.4216765 ] ], [ [ 120.2980283, 30.4216765 ], [ 120.2992231, 30.422067 ] ], [ [ 120.3091172, 30.4187307 ], [ 120.308685, 30.4196252 ] ], [ [ 120.308685, 30.4196252 ], [ 120.3084196, 30.4201675 ] ], [ [ 120.3084196, 30.4201675 ], [ 120.3082887, 30.4204476 ] ], [ [ 120.3082887, 30.4204476 ], [ 120.3077589, 30.4215812 ] ], [ [ 120.3077589, 30.4215812 ], [ 120.3076395, 30.4218683 ] ], [ [ 120.3076395, 30.4218683 ], [ 120.3075054, 30.4221504 ] ], [ [ 120.3075054, 30.4221504 ], [ 120.3074486, 30.4222681 ] ], [ [ 120.3074486, 30.4222681 ], [ 120.3072368, 30.4227216 ] ], [ [ 120.3072368, 30.4227216 ], [ 120.3070139, 30.4231991 ] ], [ [ 120.3070139, 30.4231991 ], [ 120.3065685, 30.4241773 ] ], [ [ 120.3021933, 30.4232343 ], [ 120.3023279, 30.4233233 ] ], [ [ 120.3023279, 30.4233233 ], [ 120.3024699, 30.4234172 ] ], [ [ 120.3024699, 30.4234172 ], [ 120.3027951, 30.423582 ] ], [ [ 120.3027951, 30.423582 ], [ 120.3028732, 30.4236255 ] ], [ [ 120.3028732, 30.4236255 ], [ 120.3034104, 30.4239247 ] ], [ [ 120.3034104, 30.4239247 ], [ 120.304606, 30.4245906 ] ], [ [ 120.304606, 30.4245906 ], [ 120.305149, 30.4248931 ] ], [ [ 120.305149, 30.4248931 ], [ 120.3057344, 30.4252752 ] ], [ [ 120.3057344, 30.4252752 ], [ 120.3059758, 30.4254426 ] ], [ [ 120.3059758, 30.4254426 ], [ 120.3072509, 30.4263269 ] ], [ [ 120.3072509, 30.4263269 ], [ 120.3081309, 30.4269311 ] ], [ [ 120.3081867, 30.4336108 ], [ 120.3083346, 30.4326907 ] ], [ [ 120.3083346, 30.4326907 ], [ 120.3084319, 30.432082 ] ], [ [ 120.3084319, 30.432082 ], [ 120.3084928, 30.4317014 ] ], [ [ 120.3084928, 30.4317014 ], [ 120.3084936, 30.4316965 ] ], [ [ 120.3084936, 30.4316965 ], [ 120.3085459, 30.4313996 ] ], [ [ 120.3085459, 30.4313996 ], [ 120.3085766, 30.4312254 ] ], [ [ 120.3085766, 30.4312254 ], [ 120.3087164, 30.4307893 ] ], [ [ 120.3087164, 30.4307893 ], [ 120.309682440157644, 30.42828291850881 ] ], [ [ 120.309682440157644, 30.42828291850881 ], [ 120.3098271, 30.4279076 ] ], [ [ 120.3098271, 30.4279076 ], [ 120.3101245, 30.4271743 ] ], [ [ 120.3101245, 30.4271743 ], [ 120.3103696, 30.4265922 ] ], [ [ 120.3103696, 30.4265922 ], [ 120.3105984, 30.4260225 ] ], [ [ 120.3105984, 30.4260225 ], [ 120.3110312, 30.4249766 ] ], [ [ 120.3110312, 30.4249766 ], [ 120.3114812, 30.4238249 ] ], [ [ 120.3114812, 30.4238249 ], [ 120.3117694, 30.4230661 ] ], [ [ 120.3117694, 30.4230661 ], [ 120.3119603, 30.4224612 ] ], [ [ 120.3119603, 30.4224612 ], [ 120.3121184, 30.4218885 ] ], [ [ 120.3121184, 30.4218885 ], [ 120.3121199, 30.4218837 ] ], [ [ 120.3121199, 30.4218837 ], [ 120.3122356, 30.4215051 ] ], [ [ 120.3122356, 30.4215051 ], [ 120.3123573, 30.4211071 ] ], [ [ 120.3123573, 30.4211071 ], [ 120.312589, 30.4203652 ] ], [ [ 120.2932941, 30.4247302 ], [ 120.2928426, 30.4251867 ] ], [ [ 120.2928426, 30.4251867 ], [ 120.2922619, 30.4257738 ] ], [ [ 120.2922619, 30.4257738 ], [ 120.291949, 30.4261 ] ], [ [ 120.291949, 30.4261 ], [ 120.2915614, 30.4263899 ] ], [ [ 120.2915614, 30.4263899 ], [ 120.2908626, 30.4268991 ] ], [ [ 120.2896071, 30.4249354 ], [ 120.2901901, 30.4258474 ] ], [ [ 120.2901901, 30.4258474 ], [ 120.290703, 30.4266495 ] ], [ [ 120.290703, 30.4266495 ], [ 120.2908626, 30.4268991 ] ], [ [ 120.2932555, 30.4322968 ], [ 120.2932383, 30.431502 ] ], [ [ 120.2932383, 30.431502 ], [ 120.2932096, 30.4312827 ] ], [ [ 120.2932096, 30.4312827 ], [ 120.2930785, 30.4302384 ] ], [ [ 120.2930785, 30.4302384 ], [ 120.2926829, 30.4299676 ] ], [ [ 120.2926829, 30.4299676 ], [ 120.2922388, 30.4292601 ] ], [ [ 120.2922388, 30.4292601 ], [ 120.292098, 30.4290357 ] ], [ [ 120.292098, 30.4290357 ], [ 120.2918184, 30.4285903 ] ], [ [ 120.2918184, 30.4285903 ], [ 120.2914862, 30.428061 ] ], [ [ 120.2914862, 30.428061 ], [ 120.2909258, 30.4269979 ] ], [ [ 120.2909258, 30.4269979 ], [ 120.2908626, 30.4268991 ] ], [ [ 120.2932513, 30.432388 ], [ 120.2932555, 30.4322968 ] ], [ [ 120.2922987, 30.4342868 ], [ 120.2930489, 30.4327709 ] ], [ [ 120.2930489, 30.4327709 ], [ 120.2932513, 30.432388 ] ], [ [ 120.2889895, 30.4329629 ], [ 120.2907018, 30.4338542 ] ], [ [ 120.2907018, 30.4338542 ], [ 120.2911855, 30.4340352 ] ], [ [ 120.2911855, 30.4340352 ], [ 120.2913743, 30.4340779 ] ], [ [ 120.2913743, 30.4340779 ], [ 120.2922987, 30.4342868 ] ], [ [ 120.2947229, 30.4346549 ], [ 120.2950531, 30.4330638 ] ], [ [ 120.2950531, 30.4330638 ], [ 120.295155, 30.4326589 ] ], [ [ 120.2753876, 30.4277681 ], [ 120.2764195, 30.42816 ] ], [ [ 120.2753876, 30.4277681 ], [ 120.2749178, 30.4286269 ] ], [ [ 120.2749178, 30.4286269 ], [ 120.2736565, 30.4281355 ] ], [ [ 120.2759588, 30.4290326 ], [ 120.2763363, 30.4283176 ], [ 120.2764195, 30.42816 ] ], [ [ 120.2759588, 30.4290326 ], [ 120.2753486, 30.4287948 ] ], [ [ 120.2753486, 30.4287948 ], [ 120.2749575, 30.4286424 ] ], [ [ 120.2749575, 30.4286424 ], [ 120.2749178, 30.4286269 ] ], [ [ 120.2736565, 30.4281355 ], [ 120.2732837, 30.4287161 ] ], [ [ 120.2732837, 30.4287161 ], [ 120.2724306, 30.4299687 ] ], [ [ 120.2760827, 30.4290754 ], [ 120.2759588, 30.4290326 ] ], [ [ 120.2724306, 30.4299687 ], [ 120.2719239, 30.4297608 ] ], [ [ 120.2719239, 30.4297608 ], [ 120.2706319, 30.4292307 ] ], [ [ 120.2706319, 30.4292307 ], [ 120.2696518, 30.4288286 ] ], [ [ 120.2696518, 30.4288286 ], [ 120.2683459, 30.4282613 ] ], [ [ 120.2749487, 30.431009 ], [ 120.2759588, 30.4290326 ] ], [ [ 120.2760827, 30.4290754 ], [ 120.2750756, 30.4310608 ] ], [ [ 120.2724306, 30.4299687 ], [ 120.2731927, 30.4302835 ] ], [ [ 120.2731927, 30.4302835 ], [ 120.2749487, 30.431009 ] ], [ [ 120.2771875, 30.4269885 ], [ 120.2760827, 30.4290754 ] ], [ [ 120.2790126, 30.4300878 ], [ 120.279668, 30.4287831 ] ], [ [ 120.279668, 30.4287831 ], [ 120.2797891, 30.428542 ] ], [ [ 120.2797891, 30.428542 ], [ 120.2799962, 30.4281296 ] ], [ [ 120.2799962, 30.4281296 ], [ 120.2800852, 30.4278948 ] ], [ [ 120.2790126, 30.4300878 ], [ 120.2776967, 30.4296331 ] ], [ [ 120.2776967, 30.4296331 ], [ 120.277369, 30.4295199 ] ], [ [ 120.277369, 30.4295199 ], [ 120.2760827, 30.4290754 ] ], [ [ 120.2790126, 30.4300878 ], [ 120.2821341, 30.4311434 ] ], [ [ 120.2821341, 30.4311434 ], [ 120.2826251, 30.4313094 ] ], [ [ 120.2790126, 30.4300878 ], [ 120.2778358, 30.4322421 ] ], [ [ 120.2778358, 30.4322421 ], [ 120.2771189, 30.4319218 ] ], [ [ 120.2771189, 30.4319218 ], [ 120.2764093, 30.4316048 ] ], [ [ 120.2764093, 30.4316048 ], [ 120.2757775, 30.4313471 ] ], [ [ 120.2757775, 30.4313471 ], [ 120.2750756, 30.4310608 ] ], [ [ 120.2841791, 30.429296 ], [ 120.2842732, 30.4291862 ] ], [ [ 120.2844106, 30.4292712 ], [ 120.2843189, 30.4293842 ] ], [ [ 120.2863108, 30.4304417 ], [ 120.2852489, 30.4322074 ] ], [ [ 120.2852489, 30.4322074 ], [ 120.2849735, 30.4326744 ] ], [ [ 120.2849735, 30.4326744 ], [ 120.2848917, 30.4328263 ] ], [ [ 120.2848917, 30.4328263 ], [ 120.2847738, 30.433064 ] ], [ [ 120.2847738, 30.433064 ], [ 120.2840136, 30.4347227 ] ], [ [ 120.2749487, 30.431009 ], [ 120.2750756, 30.4310608 ] ], [ [ 120.2724306, 30.4299687 ], [ 120.2703255, 30.4330289 ] ], [ [ 120.2733022, 30.4341822 ], [ 120.2742186, 30.4324012 ], [ 120.2749487, 30.431009 ] ], [ [ 120.2750756, 30.4310608 ], [ 120.2734261, 30.4342313 ] ], [ [ 120.2703255, 30.4330289 ], [ 120.2702553, 30.4331385 ] ], [ [ 120.2690084, 30.4350446 ], [ 120.2702553, 30.4331385 ] ], [ [ 120.2814723, 30.4337073 ], [ 120.2806285, 30.4333843 ] ], [ [ 120.2806285, 30.4333843 ], [ 120.2797725, 30.4330567 ] ], [ [ 120.2797725, 30.4330567 ], [ 120.2785472, 30.4325413 ] ], [ [ 120.2785472, 30.4325413 ], [ 120.2778358, 30.4322421 ] ], [ [ 120.2816512, 30.4337751 ], [ 120.2814723, 30.4337073 ] ], [ [ 120.2763057, 30.4353336 ], [ 120.2769019, 30.4341291 ] ], [ [ 120.2769019, 30.4341291 ], [ 120.2778358, 30.4322421 ] ], [ [ 120.2762337, 30.435469 ], [ 120.2763057, 30.4353336 ] ], [ [ 120.2732283, 30.4342914 ], [ 120.2733022, 30.4341822 ] ], [ [ 120.2734261, 30.4342313 ], [ 120.2733475, 30.434344 ] ], [ [ 120.2707116, 30.4380113 ], [ 120.2713707, 30.4369728 ], [ 120.27149, 30.4367878 ], [ 120.2732283, 30.4342914 ] ], [ [ 120.2733475, 30.434344 ], [ 120.2731239, 30.4346642 ], [ 120.2716684, 30.4368421 ], [ 120.2715786, 30.4369855 ], [ 120.2708209, 30.4380938 ] ], [ [ 120.2762337, 30.435469 ], [ 120.2751607, 30.4374839 ] ], [ [ 120.2751607, 30.4374839 ], [ 120.2749783, 30.4378308 ] ], [ [ 120.2749783, 30.4378308 ], [ 120.274902, 30.4379758 ] ], [ [ 120.2705436, 30.4381922 ], [ 120.2707116, 30.4380113 ] ], [ [ 120.2708209, 30.4380938 ], [ 120.27068, 30.4382935 ] ], [ [ 120.274902, 30.4379758 ], [ 120.2745894, 30.4385641 ] ], [ [ 120.2745894, 30.4385641 ], [ 120.2738403, 30.4397127 ] ], [ [ 120.258492, 30.4276183 ], [ 120.2584002, 30.4277504 ] ], [ [ 120.2584002, 30.4277504 ], [ 120.2579176, 30.4284446 ] ], [ [ 120.2579176, 30.4284446 ], [ 120.2576536, 30.4288242 ] ], [ [ 120.2576536, 30.4288242 ], [ 120.2572869, 30.4293517 ] ], [ [ 120.2572869, 30.4293517 ], [ 120.2561918, 30.43092 ] ], [ [ 120.2561918, 30.43092 ], [ 120.2559537, 30.431275 ] ], [ [ 120.2589317, 30.4347555 ], [ 120.2590604, 30.4344105 ], [ 120.2593676, 30.4339145 ], [ 120.2592816, 30.4338257 ] ], [ [ 120.2596535, 30.433968 ], [ 120.2594856, 30.4339976 ], [ 120.2593784, 30.4341147 ], [ 120.2591533, 30.4344906 ], [ 120.2589317, 30.4347555 ] ], [ [ 120.2532175, 30.4354531 ], [ 120.2532693, 30.4353595 ] ], [ [ 120.2533905, 30.4354181 ], [ 120.2533143, 30.435497 ] ], [ [ 120.2533143, 30.435497 ], [ 120.2532175, 30.4354531 ] ], [ [ 120.2533905, 30.4354181 ], [ 120.2535957, 30.4355251 ], [ 120.2540249, 30.4357101 ], [ 120.2574334, 30.4372355 ] ], [ [ 120.2573959, 30.4373068 ], [ 120.2550279, 30.4362421 ], [ 120.2539819, 30.4357876 ], [ 120.2535796, 30.435613 ], [ 120.2533143, 30.435497 ] ], [ [ 120.2515528, 30.4380864 ], [ 120.2532175, 30.4354531 ] ], [ [ 120.2533143, 30.435497 ], [ 120.2516573, 30.4381412 ] ], [ [ 120.2515528, 30.4380864 ], [ 120.2516573, 30.4381412 ] ], [ [ 120.2514974, 30.4381785 ], [ 120.2515528, 30.4380864 ] ], [ [ 120.2516573, 30.4381412 ], [ 120.2516016, 30.4382311 ] ], [ [ 120.2574334, 30.4372355 ], [ 120.2578726, 30.4364947 ] ], [ [ 120.2578726, 30.4364947 ], [ 120.2589317, 30.4347555 ] ], [ [ 120.2573959, 30.4373068 ], [ 120.2574334, 30.4372355 ] ], [ [ 120.2574334, 30.4372355 ], [ 120.2581251, 30.437541 ], [ 120.2592738, 30.4380484 ], [ 120.2599757, 30.4383584 ], [ 120.2612697, 30.4389105 ] ], [ [ 120.2612217, 30.4389932 ], [ 120.2604529, 30.4386608 ], [ 120.2597858, 30.4383723 ], [ 120.2594885, 30.4382438 ], [ 120.2573959, 30.4373068 ] ], [ [ 120.2612697, 30.4389105 ], [ 120.2615857, 30.4390452 ] ], [ [ 120.2652669, 30.4404856 ], [ 120.2657025, 30.4398866 ], [ 120.2678138, 30.4367219 ] ], [ [ 120.2679335, 30.4367808 ], [ 120.2676158, 30.4372356 ], [ 120.266593, 30.4387482 ], [ 120.2665588, 30.4387988 ], [ 120.2663844, 30.4390567 ], [ 120.265391, 30.4405341 ] ], [ [ 120.2615857, 30.4390452 ], [ 120.2627054, 30.4394833 ], [ 120.2652669, 30.4404856 ] ], [ [ 120.2652037, 30.4405627 ], [ 120.2643228, 30.4402183 ], [ 120.2615353, 30.4391285 ] ], [ [ 120.26853, 30.4417642 ], [ 120.2694828, 30.440103 ], [ 120.2695158, 30.4400455 ], [ 120.2703516, 30.4385882 ], [ 120.2705436, 30.4381922 ] ], [ [ 120.27068, 30.4382935 ], [ 120.2686592, 30.4418123 ] ], [ [ 120.2485509, 30.4366885 ], [ 120.2486504, 30.436752 ], [ 120.2489403, 30.4369044 ], [ 120.2515528, 30.4380864 ] ], [ [ 120.2514974, 30.4381785 ], [ 120.2513059, 30.4380665 ], [ 120.2489131, 30.4369925 ], [ 120.2485717, 30.4368394 ], [ 120.2484521, 30.4367749 ] ], [ [ 120.2497729, 30.4411733 ], [ 120.2510758, 30.4388795 ], [ 120.2514974, 30.4381785 ] ], [ [ 120.2516016, 30.4382311 ], [ 120.2512833, 30.4387448 ], [ 120.251173, 30.4389228 ], [ 120.2498923, 30.4411319 ], [ 120.2498619, 30.4411975 ] ], [ [ 120.2497151, 30.4412422 ], [ 120.2497729, 30.4411733 ] ], [ [ 120.2516016, 30.4382311 ], [ 120.2514974, 30.4381785 ] ], [ [ 120.2573959, 30.4373068 ], [ 120.2573052, 30.4374446 ] ], [ [ 120.2573052, 30.4374446 ], [ 120.2571416, 30.4377128 ] ], [ [ 120.2571416, 30.4377128 ], [ 120.2570713, 30.4378284 ] ], [ [ 120.2570713, 30.4378284 ], [ 120.2560443, 30.4395162 ] ], [ [ 120.2560443, 30.4395162 ], [ 120.2557718, 30.439964 ] ], [ [ 120.2516573, 30.4381412 ], [ 120.2518845, 30.4382609 ], [ 120.252268, 30.438439 ], [ 120.2523761, 30.438486 ], [ 120.2557718, 30.439964 ] ], [ [ 120.2557179, 30.4400589 ], [ 120.2551202, 30.4397871 ], [ 120.2547002, 30.4395961 ], [ 120.2522251, 30.4385176 ], [ 120.2518335, 30.4383418 ], [ 120.2516016, 30.4382311 ] ], [ [ 120.2557179, 30.4400589 ], [ 120.2557718, 30.439964 ] ], [ [ 120.2557179, 30.4400589 ], [ 120.2543923, 30.4423944 ] ], [ [ 120.2543923, 30.4423944 ], [ 120.2540064, 30.4430743 ] ], [ [ 120.2615353, 30.4391285 ], [ 120.2612217, 30.4389932 ] ], [ [ 120.2557718, 30.439964 ], [ 120.2565338, 30.4403225 ], [ 120.2570151, 30.4405406 ], [ 120.2581495, 30.4410546 ], [ 120.2596419, 30.4416948 ] ], [ [ 120.2595807, 30.4417982 ], [ 120.2557179, 30.4400589 ] ], [ [ 120.2596419, 30.4416948 ], [ 120.2599142, 30.4418297 ] ], [ [ 120.2598461, 30.4419459 ], [ 120.2595807, 30.4417982 ] ], [ [ 120.2633199, 30.4433881 ], [ 120.2639176, 30.4425108 ], [ 120.2645382, 30.4415964 ], [ 120.2649844, 30.4409388 ], [ 120.2650682, 30.4408093 ], [ 120.2652037, 30.4405627 ] ], [ [ 120.2653328, 30.4406131 ], [ 120.2651715, 30.4408555 ], [ 120.2650957, 30.4409758 ], [ 120.2646472, 30.4415634 ], [ 120.26439, 30.4419611 ], [ 120.2634342, 30.4434392 ] ], [ [ 120.2667193, 30.4448571 ], [ 120.2667422, 30.4448168 ], [ 120.2684451, 30.4418398 ] ], [ [ 120.2633199, 30.4433881 ], [ 120.2634342, 30.4434392 ] ], [ [ 120.2632683, 30.4434571 ], [ 120.2633199, 30.4433881 ] ], [ [ 120.2685867, 30.4418938 ], [ 120.2669081, 30.4449619 ] ], [ [ 120.2634342, 30.4434392 ], [ 120.2633874, 30.4435098 ] ], [ [ 120.2633874, 30.4435098 ], [ 120.2632683, 30.4434571 ] ], [ [ 120.2634342, 30.4434392 ], [ 120.2640891, 30.4437321 ], [ 120.2665333, 30.4447936 ], [ 120.2667193, 30.4448571 ] ], [ [ 120.2666698, 30.4449443 ], [ 120.2664858, 30.4448692 ], [ 120.2634719, 30.4435471 ], [ 120.2633874, 30.4435098 ] ], [ [ 120.2599142, 30.4418297 ], [ 120.2600843, 30.4419204 ], [ 120.2601771, 30.4419699 ], [ 120.2603282, 30.4420505 ], [ 120.2618157, 30.4427093 ], [ 120.2633199, 30.4433881 ] ], [ [ 120.2632683, 30.4434571 ], [ 120.2616356, 30.4427354 ], [ 120.2602102, 30.4421053 ], [ 120.2598461, 30.4419459 ] ], [ [ 120.2615654, 30.4464619 ], [ 120.2632683, 30.4434571 ] ], [ [ 120.2633874, 30.4435098 ], [ 120.26252, 30.4449582 ], [ 120.2616528, 30.446501 ] ], [ [ 120.2540064, 30.4430743 ], [ 120.2539598, 30.4431503 ] ], [ [ 120.2516151, 30.4469641 ], [ 120.2519247, 30.4464978 ] ], [ [ 120.2519247, 30.4464978 ], [ 120.2521057, 30.4462181 ] ], [ [ 120.2521057, 30.4462181 ], [ 120.2530619, 30.4445901 ] ], [ [ 120.2530619, 30.4445901 ], [ 120.2532041, 30.4443635 ] ], [ [ 120.2532041, 30.4443635 ], [ 120.2535776, 30.4437638 ] ], [ [ 120.2535776, 30.4437638 ], [ 120.2539598, 30.4431503 ] ], [ [ 120.2516151, 30.4469641 ], [ 120.2520923, 30.4471742 ] ], [ [ 120.2520923, 30.4471742 ], [ 120.2525657, 30.4473973 ] ], [ [ 120.2525657, 30.4473973 ], [ 120.2528778, 30.4475397 ] ], [ [ 120.2528778, 30.4475397 ], [ 120.2538761, 30.4479952 ] ], [ [ 120.2538761, 30.4479952 ], [ 120.2554225, 30.4487007 ] ], [ [ 120.3081568, 30.4337458 ], [ 120.3079845, 30.4345219 ] ], [ [ 120.3079845, 30.4345219 ], [ 120.307919, 30.4348119 ] ], [ [ 120.307919, 30.4348119 ], [ 120.3066283, 30.4348114 ] ], [ [ 120.3066283, 30.4348114 ], [ 120.3048242, 30.4348107 ] ], [ [ 120.3048242, 30.4348107 ], [ 120.3048101, 30.4350251 ] ], [ [ 120.3048101, 30.4350251 ], [ 120.3046806, 30.4356861 ] ], [ [ 120.3046806, 30.4356861 ], [ 120.3044821, 30.4366993 ] ], [ [ 120.2840136, 30.4347227 ], [ 120.2838356, 30.4346745 ] ], [ [ 120.2838356, 30.4346745 ], [ 120.2825637, 30.4341508 ] ], [ [ 120.2825637, 30.4341508 ], [ 120.2816512, 30.4337751 ] ], [ [ 120.2840136, 30.4347227 ], [ 120.2854121, 30.4351227 ] ], [ [ 120.2854121, 30.4351227 ], [ 120.285624, 30.4351736 ] ], [ [ 120.285624, 30.4351736 ], [ 120.2875881, 30.4357006 ] ], [ [ 120.2875881, 30.4357006 ], [ 120.2905032, 30.4364827 ] ], [ [ 120.2840136, 30.4347227 ], [ 120.2834658, 30.4362095 ] ], [ [ 120.2834658, 30.4362095 ], [ 120.2833158, 30.4368363 ] ], [ [ 120.2833158, 30.4368363 ], [ 120.2831268, 30.4374608 ] ], [ [ 120.2831268, 30.4374608 ], [ 120.2830464, 30.4376851 ] ], [ [ 120.2830464, 30.4376851 ], [ 120.2829846, 30.4378851 ] ], [ [ 120.2829192, 30.4380484 ], [ 120.2829846, 30.4378851 ] ], [ [ 120.2947229, 30.4346549 ], [ 120.2942552, 30.4345194 ] ], [ [ 120.2942552, 30.4345194 ], [ 120.2927899, 30.4343913 ] ], [ [ 120.2927899, 30.4343913 ], [ 120.2922987, 30.4342868 ] ], [ [ 120.2947229, 30.4346549 ], [ 120.2952844, 30.434837 ] ], [ [ 120.2905032, 30.4364827 ], [ 120.2908253, 30.4361369 ] ], [ [ 120.2908253, 30.4361369 ], [ 120.2912902, 30.4356034 ] ], [ [ 120.2912902, 30.4356034 ], [ 120.2918624, 30.4349158 ] ], [ [ 120.2918624, 30.4349158 ], [ 120.2920824, 30.4345986 ] ], [ [ 120.2920824, 30.4345986 ], [ 120.2922987, 30.4342868 ] ], [ [ 120.2942066, 30.4374646 ], [ 120.2944939, 30.4359012 ] ], [ [ 120.2944939, 30.4359012 ], [ 120.2945754, 30.4354576 ] ], [ [ 120.2945754, 30.4354576 ], [ 120.2947229, 30.4346549 ] ], [ [ 120.2942066, 30.4374646 ], [ 120.2932978, 30.4372226 ] ], [ [ 120.2932978, 30.4372226 ], [ 120.2928995, 30.4371023 ] ], [ [ 120.2928995, 30.4371023 ], [ 120.2924876, 30.4369792 ] ], [ [ 120.2924876, 30.4369792 ], [ 120.2923051, 30.4369352 ] ], [ [ 120.2923051, 30.4369352 ], [ 120.291159, 30.4366587 ] ], [ [ 120.291159, 30.4366587 ], [ 120.2905032, 30.4364827 ] ], [ [ 120.307919, 30.4348119 ], [ 120.3079049, 30.4348745 ] ], [ [ 120.3079049, 30.4348745 ], [ 120.3077892, 30.4353867 ] ], [ [ 120.3077892, 30.4353867 ], [ 120.3075764, 30.4363289 ] ], [ [ 120.3075764, 30.4363289 ], [ 120.307552, 30.4364303 ] ], [ [ 120.307552, 30.4364303 ], [ 120.3074253, 30.4369571 ] ], [ [ 120.3044821, 30.4366993 ], [ 120.3060061, 30.4368141 ] ], [ [ 120.3060061, 30.4368141 ], [ 120.3061318, 30.4368214 ] ], [ [ 120.3061318, 30.4368214 ], [ 120.3074253, 30.4369571 ] ], [ [ 120.3160439, 30.438274 ], [ 120.3139324, 30.4378798 ] ], [ [ 120.3139324, 30.4378798 ], [ 120.3135467, 30.4378069 ] ], [ [ 120.3135467, 30.4378069 ], [ 120.3106253, 30.4372547 ] ], [ [ 120.3106253, 30.4372547 ], [ 120.3101957, 30.4372202 ] ], [ [ 120.3101957, 30.4372202 ], [ 120.3100482, 30.4372064 ] ], [ [ 120.3100482, 30.4372064 ], [ 120.3074253, 30.4369571 ] ], [ [ 120.3066757, 30.4401457 ], [ 120.3068379, 30.4394371 ] ], [ [ 120.3068379, 30.4394371 ], [ 120.3070138, 30.4386684 ] ], [ [ 120.3070138, 30.4386684 ], [ 120.3070386, 30.4385653 ] ], [ [ 120.3070386, 30.4385653 ], [ 120.307145, 30.4381226 ] ], [ [ 120.307145, 30.4381226 ], [ 120.3074253, 30.4369571 ] ], [ [ 120.2881958, 30.4392084 ], [ 120.2882517, 30.4391296 ] ], [ [ 120.2882517, 30.4391296 ], [ 120.2884254, 30.4389332 ] ], [ [ 120.2884254, 30.4389332 ], [ 120.2905032, 30.4364827 ] ], [ [ 120.2935081, 30.4405689 ], [ 120.2942066, 30.4374646 ] ], [ [ 120.2881473, 30.4393471 ], [ 120.2881958, 30.4392084 ] ], [ [ 120.2935081, 30.4405689 ], [ 120.2934779, 30.4406732 ] ], [ [ 120.3044821, 30.4366993 ], [ 120.3040098, 30.4366068 ] ], [ [ 120.3040098, 30.4366068 ], [ 120.3039488, 30.4365917 ] ], [ [ 120.3039488, 30.4365917 ], [ 120.3035407, 30.4365396 ] ], [ [ 120.3035407, 30.4365396 ], [ 120.3020924, 30.4363546 ] ], [ [ 120.3020924, 30.4363546 ], [ 120.300468, 30.4361397 ] ], [ [ 120.300468, 30.4361397 ], [ 120.300035, 30.4360561 ] ], [ [ 120.300035, 30.4360561 ], [ 120.2998996, 30.4360597 ] ], [ [ 120.2942066, 30.4374646 ], [ 120.2964815, 30.4380702 ] ], [ [ 120.2964815, 30.4380702 ], [ 120.298989, 30.438764 ] ], [ [ 120.298989, 30.438764 ], [ 120.2990997, 30.4387905 ] ], [ [ 120.2990997, 30.4387905 ], [ 120.2992603, 30.4388262 ] ], [ [ 120.2992603, 30.4388262 ], [ 120.2993798, 30.4388429 ] ], [ [ 120.2993798, 30.4388429 ], [ 120.3015334, 30.4392037 ] ], [ [ 120.3015334, 30.4392037 ], [ 120.3016458, 30.4392225 ] ], [ [ 120.3016458, 30.4392225 ], [ 120.3028246, 30.4394388 ] ], [ [ 120.3028246, 30.4394388 ], [ 120.3032367, 30.4395145 ] ], [ [ 120.3032367, 30.4395145 ], [ 120.3032423, 30.4395155 ] ], [ [ 120.3032423, 30.4395155 ], [ 120.3037639, 30.4396112 ] ], [ [ 120.3037639, 30.4396112 ], [ 120.3066757, 30.4401457 ] ], [ [ 120.2861327, 30.4384553 ], [ 120.2860027, 30.4386585 ] ], [ [ 120.2860027, 30.4386585 ], [ 120.2858993, 30.4387714 ] ], [ [ 120.2829192, 30.4380484 ], [ 120.2828548, 30.4382091 ] ], [ [ 120.2828548, 30.4382091 ], [ 120.2825023, 30.4390362 ] ], [ [ 120.2825023, 30.4390362 ], [ 120.2824154, 30.4392221 ] ], [ [ 120.2824154, 30.4392221 ], [ 120.2820213, 30.4398308 ] ], [ [ 120.2820213, 30.4398308 ], [ 120.2816198, 30.4404509 ] ], [ [ 120.2838139, 30.4412194 ], [ 120.2842751, 30.4406761 ] ], [ [ 120.2842751, 30.4406761 ], [ 120.2843824, 30.4405497 ] ], [ [ 120.2843824, 30.4405497 ], [ 120.2844272, 30.440497 ] ], [ [ 120.2844272, 30.440497 ], [ 120.2844841, 30.4404299 ] ], [ [ 120.2844841, 30.4404299 ], [ 120.2846151, 30.4402788 ] ], [ [ 120.2846151, 30.4402788 ], [ 120.2852315, 30.4395495 ] ], [ [ 120.2852315, 30.4395495 ], [ 120.2858015, 30.4388781 ] ], [ [ 120.2858015, 30.4388781 ], [ 120.2858993, 30.4387714 ] ], [ [ 120.2816198, 30.4404509 ], [ 120.2838139, 30.4412194 ] ], [ [ 120.2827624, 30.4424072 ], [ 120.2838139, 30.4412194 ] ], [ [ 120.2838139, 30.4412194 ], [ 120.2847339, 30.4415416 ] ], [ [ 120.2847339, 30.4415416 ], [ 120.2852837, 30.4417342 ] ], [ [ 120.2852837, 30.4417342 ], [ 120.2859027, 30.4419553 ] ], [ [ 120.2859027, 30.4419553 ], [ 120.2864273, 30.4421426 ] ], [ [ 120.2864273, 30.4421426 ], [ 120.2871877, 30.4424141 ] ], [ [ 120.2786043, 30.4393132 ], [ 120.2783636, 30.4391642 ] ], [ [ 120.2783636, 30.4391642 ], [ 120.2778045, 30.4387737 ] ], [ [ 120.2778045, 30.4387737 ], [ 120.2777684, 30.4387588 ] ], [ [ 120.2777684, 30.4387588 ], [ 120.2772738, 30.4385541 ] ], [ [ 120.2772738, 30.4385541 ], [ 120.2766355, 30.4383744 ] ], [ [ 120.2766355, 30.4383744 ], [ 120.2765511, 30.4383506 ] ], [ [ 120.2765511, 30.4383506 ], [ 120.2762124, 30.4382552 ] ], [ [ 120.2762124, 30.4382552 ], [ 120.274902, 30.4379758 ] ], [ [ 120.2787577, 30.4394088 ], [ 120.2816198, 30.4404509 ] ], [ [ 120.2816198, 30.4404509 ], [ 120.2812311, 30.4409772 ] ], [ [ 120.2812311, 30.4409772 ], [ 120.2798237, 30.442863 ] ], [ [ 120.2652669, 30.4404856 ], [ 120.265391, 30.4405341 ] ], [ [ 120.2652037, 30.4405627 ], [ 120.2652669, 30.4404856 ] ], [ [ 120.265391, 30.4405341 ], [ 120.2653328, 30.4406131 ] ], [ [ 120.2653328, 30.4406131 ], [ 120.2652037, 30.4405627 ] ], [ [ 120.265391, 30.4405341 ], [ 120.2673307, 30.4412942 ], [ 120.26853, 30.4417642 ] ], [ [ 120.2684451, 30.4418398 ], [ 120.2673846, 30.4414217 ], [ 120.265468, 30.440666 ], [ 120.2653328, 30.4406131 ] ], [ [ 120.26853, 30.4417642 ], [ 120.2686592, 30.4418123 ] ], [ [ 120.2684451, 30.4418398 ], [ 120.26853, 30.4417642 ] ], [ [ 120.2686592, 30.4418123 ], [ 120.2685867, 30.4418938 ] ], [ [ 120.2685867, 30.4418938 ], [ 120.2684451, 30.4418398 ] ], [ [ 120.2721237, 30.4431445 ], [ 120.2727806, 30.4421166 ], [ 120.2740891, 30.4400694 ] ], [ [ 120.2742724, 30.4401693 ], [ 120.2723286, 30.4432233 ] ], [ [ 120.2686592, 30.4418123 ], [ 120.2710433, 30.442729 ], [ 120.2721237, 30.4431445 ] ], [ [ 120.2720737, 30.4432233 ], [ 120.2685867, 30.4418938 ] ], [ [ 120.2721237, 30.4431445 ], [ 120.2723286, 30.4432233 ] ], [ [ 120.2720737, 30.4432233 ], [ 120.2721237, 30.4431445 ] ], [ [ 120.2722798, 30.4433019 ], [ 120.2720737, 30.4432233 ] ], [ [ 120.2723286, 30.4432233 ], [ 120.2722798, 30.4433019 ] ], [ [ 120.2723286, 30.4432233 ], [ 120.2757044, 30.4445214 ] ], [ [ 120.2813267, 30.4439247 ], [ 120.2814586, 30.4437155 ] ], [ [ 120.2816258, 30.4438025 ], [ 120.2814877, 30.4440123 ] ], [ [ 120.2779067, 30.4456138 ], [ 120.2786739, 30.4444662 ] ], [ [ 120.2786739, 30.4444662 ], [ 120.279699, 30.443039 ] ], [ [ 120.2758933, 30.4446015 ], [ 120.2779067, 30.4456138 ] ], [ [ 120.2778666, 30.4456684 ], [ 120.2775083, 30.4454839 ], [ 120.275969, 30.4447349 ], [ 120.2758528, 30.4446791 ] ], [ [ 120.2796903, 30.4465207 ], [ 120.2804183, 30.4453659 ], [ 120.2813267, 30.4439247 ] ], [ [ 120.2814877, 30.4440123 ], [ 120.2798029, 30.4465725 ] ], [ [ 120.2778666, 30.4456684 ], [ 120.2779067, 30.4456138 ] ], [ [ 120.2756651, 30.4446031 ], [ 120.2748666, 30.4442957 ], [ 120.2727989, 30.4434998 ], [ 120.2722798, 30.4433019 ] ], [ [ 120.2704801, 30.4458053 ], [ 120.271363, 30.4443748 ], [ 120.2720737, 30.4432233 ] ], [ [ 120.2757044, 30.4445214 ], [ 120.2758933, 30.4446015 ] ], [ [ 120.2722798, 30.4433019 ], [ 120.2706748, 30.4458512 ] ], [ [ 120.2758528, 30.4446791 ], [ 120.2756651, 30.4446031 ] ], [ [ 120.2704801, 30.4458053 ], [ 120.2706748, 30.4458512 ] ], [ [ 120.2704238, 30.4458786 ], [ 120.2704801, 30.4458053 ] ], [ [ 120.2706748, 30.4458512 ], [ 120.2706249, 30.4459259 ] ], [ [ 120.2706249, 30.4459259 ], [ 120.2704238, 30.4458786 ] ], [ [ 120.2701549, 30.4462676 ], [ 120.2704238, 30.4458786 ] ], [ [ 120.2706249, 30.4459259 ], [ 120.2703257, 30.4463167 ] ], [ [ 120.2706748, 30.4458512 ], [ 120.2742548, 30.4466965 ], [ 120.2745301, 30.4468271 ] ], [ [ 120.274482, 30.4469208 ], [ 120.2742204, 30.4467713 ], [ 120.2706249, 30.4459259 ] ], [ [ 120.2745301, 30.4468271 ], [ 120.2747105, 30.4469021 ] ], [ [ 120.2779067, 30.4456138 ], [ 120.2784852, 30.4459047 ], [ 120.2796903, 30.4465207 ] ], [ [ 120.2796468, 30.4465855 ], [ 120.2778666, 30.4456684 ] ], [ [ 120.2796903, 30.4465207 ], [ 120.2798029, 30.4465725 ] ], [ [ 120.2796468, 30.4465855 ], [ 120.2796903, 30.4465207 ] ], [ [ 120.2798029, 30.4465725 ], [ 120.2797527, 30.4466457 ] ], [ [ 120.2797527, 30.4466457 ], [ 120.2796468, 30.4465855 ] ], [ [ 120.2764977, 30.4476452 ], [ 120.2778666, 30.4456684 ] ], [ [ 120.2810178, 30.4472722 ], [ 120.2797527, 30.4466457 ] ], [ [ 120.2810883, 30.4473072 ], [ 120.2810178, 30.4472722 ] ], [ [ 120.2798029, 30.4465725 ], [ 120.2803955, 30.4468719 ], [ 120.2824563, 30.4479129 ], [ 120.2828371, 30.4480979 ], [ 120.2829071, 30.4481605 ], [ 120.2830241, 30.4482502 ], [ 120.2827898, 30.4481562 ], [ 120.2824308, 30.44798 ], [ 120.2812271, 30.4473759 ], [ 120.2810883, 30.4473072 ] ], [ [ 120.2783976, 30.4484351 ], [ 120.2796468, 30.4465855 ] ], [ [ 120.2797527, 30.4466457 ], [ 120.2784955, 30.4484758 ] ], [ [ 120.2764284, 30.4477453 ], [ 120.2764977, 30.4476452 ] ], [ [ 120.2764977, 30.4476452 ], [ 120.2783976, 30.4484351 ] ], [ [ 120.2784955, 30.4484758 ], [ 120.2796699, 30.4490114 ], [ 120.2798142, 30.4490064 ], [ 120.2799476, 30.4488413 ], [ 120.2810178, 30.4472722 ] ], [ [ 120.2783218, 30.4485474 ], [ 120.2764284, 30.4477453 ] ], [ [ 120.2810883, 30.4473072 ], [ 120.2799061, 30.449107 ], [ 120.2798431, 30.4491599 ], [ 120.2797367, 30.4491584 ], [ 120.2784182, 30.4485882 ] ], [ [ 120.2746618, 30.446997 ], [ 120.274482, 30.4469208 ] ], [ [ 120.2747105, 30.4469021 ], [ 120.2764977, 30.4476452 ] ], [ [ 120.2764284, 30.4477453 ], [ 120.2746618, 30.446997 ] ], [ [ 120.2764284, 30.4477453 ], [ 120.2753389, 30.4493186 ] ], [ [ 120.2498619, 30.4411975 ], [ 120.2498093, 30.4412848 ] ], [ [ 120.2473803, 30.4450623 ], [ 120.2480462, 30.4440409 ], [ 120.2481563, 30.4438502 ], [ 120.2492587, 30.4420174 ], [ 120.2497151, 30.4412422 ] ], [ [ 120.2498093, 30.4412848 ], [ 120.2482554, 30.4438617 ], [ 120.2481448, 30.4440478 ], [ 120.2474516, 30.4450974 ] ], [ [ 120.2474516, 30.4450974 ], [ 120.2473803, 30.4450623 ] ], [ [ 120.2474516, 30.4450974 ], [ 120.2481061, 30.4453908 ] ], [ [ 120.2481061, 30.4453908 ], [ 120.2516151, 30.4469641 ] ], [ [ 120.2666698, 30.4449443 ], [ 120.2667193, 30.4448571 ] ], [ [ 120.2667193, 30.4448571 ], [ 120.2669081, 30.4449619 ] ], [ [ 120.2668619, 30.4450411 ], [ 120.2666698, 30.4449443 ] ], [ [ 120.2669081, 30.4449619 ], [ 120.2668619, 30.4450411 ] ], [ [ 120.2669081, 30.4449619 ], [ 120.2704801, 30.4458053 ] ], [ [ 120.2704238, 30.4458786 ], [ 120.2668619, 30.4450411 ] ], [ [ 120.2649462, 30.4479769 ], [ 120.2666698, 30.4449443 ] ], [ [ 120.2668619, 30.4450411 ], [ 120.2651137, 30.4480327 ] ], [ [ 120.2615127, 30.4465351 ], [ 120.2615654, 30.4464619 ] ], [ [ 120.2616528, 30.446501 ], [ 120.2616095, 30.4465785 ] ], [ [ 120.2594104, 30.4500455 ], [ 120.2594627, 30.4499552 ], [ 120.2595632, 30.4497818 ], [ 120.2596649, 30.4496064 ], [ 120.2613184, 30.4467536 ], [ 120.2615127, 30.4465351 ] ], [ [ 120.2616095, 30.4465785 ], [ 120.2613827, 30.4467758 ], [ 120.2596624, 30.4497993 ], [ 120.2595557, 30.449981 ], [ 120.2595008, 30.4500745 ] ], [ [ 120.2557951, 30.4487499 ], [ 120.2594104, 30.4500455 ] ], [ [ 120.2593628, 30.4501276 ], [ 120.258655, 30.4498772 ], [ 120.2557376, 30.4488453 ] ], [ [ 120.2594104, 30.4500455 ], [ 120.2595008, 30.4500745 ] ], [ [ 120.2593628, 30.4501276 ], [ 120.2594104, 30.4500455 ] ], [ [ 120.2595008, 30.4500745 ], [ 120.2594513, 30.4501589 ] ], [ [ 120.2554225, 30.4487007 ], [ 120.2557951, 30.4487499 ] ], [ [ 120.2557376, 30.4488453 ], [ 120.2554225, 30.4487007 ] ], [ [ 120.2494576, 30.4506018 ], [ 120.2496046, 30.4503711 ] ], [ [ 120.2496046, 30.4503711 ], [ 120.24977, 30.4500719 ] ], [ [ 120.24977, 30.4500719 ], [ 120.2508071, 30.4482936 ] ], [ [ 120.2508071, 30.4482936 ], [ 120.2512317, 30.4475718 ] ], [ [ 120.2512317, 30.4475718 ], [ 120.2516151, 30.4469641 ] ], [ [ 120.2494576, 30.4506018 ], [ 120.2493972, 30.4506762 ] ], [ [ 120.2493972, 30.4506762 ], [ 120.2486827, 30.4519774 ] ], [ [ 120.2486827, 30.4519774 ], [ 120.247542, 30.4540429 ] ], [ [ 120.247542, 30.4540429 ], [ 120.2471737, 30.4546034 ] ], [ [ 120.2471737, 30.4546034 ], [ 120.2464034, 30.4554469 ] ], [ [ 120.2464034, 30.4554469 ], [ 120.2461553, 30.4556784 ] ], [ [ 120.2461553, 30.4556784 ], [ 120.2449437, 30.456809 ] ], [ [ 120.2449437, 30.456809 ], [ 120.2448399, 30.4568946 ] ], [ [ 120.2594513, 30.4501589 ], [ 120.2593628, 30.4501276 ] ], [ [ 120.2595008, 30.4500745 ], [ 120.2621093, 30.4510064 ], [ 120.262816, 30.4512313 ] ], [ [ 120.2627599, 30.4513174 ], [ 120.2621214, 30.4511033 ], [ 120.2594513, 30.4501589 ] ], [ [ 120.262816, 30.4512313 ], [ 120.2630264, 30.4512948 ] ], [ [ 120.2627599, 30.4513174 ], [ 120.262816, 30.4512313 ] ], [ [ 120.2629724, 30.4513787 ], [ 120.2627599, 30.4513174 ] ], [ [ 120.2573091, 30.4536709 ], [ 120.2582943, 30.451971 ], [ 120.2593628, 30.4501276 ] ], [ [ 120.2594513, 30.4501589 ], [ 120.2583714, 30.4519985 ], [ 120.2573765, 30.4536934 ] ], [ [ 120.2605306, 30.4547359 ], [ 120.2627599, 30.4513174 ] ], [ [ 120.2629724, 30.4513787 ], [ 120.2607616, 30.4548117 ] ], [ [ 120.2572479, 30.4537765 ], [ 120.2573091, 30.4536709 ] ], [ [ 120.2573765, 30.4536934 ], [ 120.2573155, 30.4537989 ] ], [ [ 120.2605024, 30.4548518 ], [ 120.2605306, 30.4547359 ] ], [ [ 120.2607616, 30.4548117 ], [ 120.260666, 30.4549056 ] ], [ [ 120.2539626, 30.4594395 ], [ 120.2540353, 30.4592674 ] ], [ [ 120.2709888, 30.4537984 ], [ 120.2667891, 30.4525308 ], [ 120.2665464, 30.4524575 ], [ 120.2629724, 30.4513787 ] ], [ [ 120.2539626, 30.4594395 ], [ 120.2538994, 30.4596202 ] ], [ [ 120.2538994, 30.4596202 ], [ 120.253489, 30.4607523 ] ], [ [ 120.253489, 30.4607523 ], [ 120.2523841, 30.4631249 ] ], [ [ 120.2523841, 30.4631249 ], [ 120.252156, 30.4636254 ] ], [ [ 120.252156, 30.4636254 ], [ 120.2514954, 30.4650747 ] ], [ [ 120.2514954, 30.4650747 ], [ 120.2513272, 30.4654438 ] ], [ [ 120.2513272, 30.4654438 ], [ 120.2512177, 30.465684 ] ], [ [ 120.2512177, 30.465684 ], [ 120.2509612, 30.466253 ] ], [ [ 120.2553647, 30.4667218 ], [ 120.2554647, 30.4661717 ], [ 120.2556069, 30.4653583 ], [ 120.2558883, 30.4637735 ], [ 120.2560051, 30.463052 ], [ 120.2560989, 30.4625883 ], [ 120.2561785, 30.4622192 ], [ 120.2563024, 30.4618333 ], [ 120.2564776, 30.4614428 ], [ 120.2570308, 30.4603022 ], [ 120.2570753, 30.4602406 ] ], [ [ 120.2571874, 30.4602699 ], [ 120.2571478, 30.4603317 ], [ 120.25672, 30.4612186 ], [ 120.2564475, 30.4618058 ], [ 120.2563484, 30.462114 ], [ 120.2562493, 30.4624495 ], [ 120.2561714, 30.462869 ], [ 120.2557033, 30.4654765 ], [ 120.2555023, 30.4667326 ] ], [ [ 120.2553647, 30.4667218 ], [ 120.2555023, 30.4667326 ] ], [ [ 120.2553365, 30.4668645 ], [ 120.2553647, 30.4667218 ] ], [ [ 120.2555023, 30.4667326 ], [ 120.2554717, 30.4668768 ] ], [ [ 120.2554717, 30.4668768 ], [ 120.2553365, 30.4668645 ] ], [ [ 120.2783976, 30.4484351 ], [ 120.2784955, 30.4484758 ] ], [ [ 120.2783218, 30.4485474 ], [ 120.2783976, 30.4484351 ] ], [ [ 120.2784955, 30.4484758 ], [ 120.2784182, 30.4485882 ] ], [ [ 120.2784182, 30.4485882 ], [ 120.2783218, 30.4485474 ] ], [ [ 120.2769909, 30.4505374 ], [ 120.2770463, 30.4504541 ], [ 120.2771777, 30.4502414 ], [ 120.2774011, 30.4499106 ], [ 120.2783218, 30.4485474 ] ], [ [ 120.2784182, 30.4485882 ], [ 120.2779411, 30.4492828 ], [ 120.2772903, 30.4502784 ], [ 120.2771616, 30.4504911 ], [ 120.2771145, 30.4505708 ] ], [ [ 120.2769261, 30.4506095 ], [ 120.2769909, 30.4505374 ] ], [ [ 120.2771145, 30.4505708 ], [ 120.2770663, 30.4506474 ] ], [ [ 120.2648914, 30.4480487 ], [ 120.2649462, 30.4479769 ] ], [ [ 120.2651137, 30.4480327 ], [ 120.2650755, 30.4481126 ] ], [ [ 120.262816, 30.4512313 ], [ 120.2648914, 30.4480487 ] ], [ [ 120.2650755, 30.4481126 ], [ 120.2630264, 30.4512948 ] ], [ [ 120.2630264, 30.4512948 ], [ 120.2629724, 30.4513787 ] ], [ [ 120.2630264, 30.4512948 ], [ 120.2665895, 30.4523755 ], [ 120.2668372, 30.4524369 ], [ 120.2710193, 30.4537312 ] ], [ [ 120.2747481, 30.4499328 ], [ 120.2747087, 30.4500102 ] ], [ [ 120.2747087, 30.4500102 ], [ 120.2735999, 30.452188 ] ], [ [ 120.2735999, 30.452188 ], [ 120.2722051, 30.451805 ] ], [ [ 120.2735999, 30.452188 ], [ 120.2757146, 30.4527488 ] ], [ [ 120.2758499, 30.4527846 ], [ 120.2757951, 30.4527701 ] ], [ [ 120.2757951, 30.4527701 ], [ 120.2757146, 30.4527488 ] ], [ [ 120.2735999, 30.452188 ], [ 120.2731213, 30.4531279 ] ], [ [ 120.2731213, 30.4531279 ], [ 120.2726295, 30.4540995 ] ], [ [ 120.2784161, 30.4509198 ], [ 120.2783729, 30.4509992 ] ], [ [ 120.2772659, 30.4532143 ], [ 120.2783729, 30.4509992 ] ], [ [ 120.2758499, 30.4527846 ], [ 120.2772659, 30.4532143 ] ], [ [ 120.2710193, 30.4537312 ], [ 120.271221, 30.4537773 ] ], [ [ 120.2711884, 30.4538427 ], [ 120.2709888, 30.4537984 ] ], [ [ 120.271221, 30.4537773 ], [ 120.2726295, 30.4540995 ] ], [ [ 120.2726008, 30.4541563 ], [ 120.2711884, 30.4538427 ] ], [ [ 120.2726295, 30.4540995 ], [ 120.2726008, 30.4541563 ] ], [ [ 120.2726295, 30.4540995 ], [ 120.2747853, 30.4545925 ] ], [ [ 120.2747644, 30.4546366 ], [ 120.2743765, 30.4545505 ], [ 120.2726008, 30.4541563 ] ], [ [ 120.2726008, 30.4541563 ], [ 120.2716064, 30.4561208 ] ], [ [ 120.2716064, 30.4561208 ], [ 120.2715464, 30.4562718 ] ], [ [ 120.2699185, 30.4562477 ], [ 120.2709149, 30.4561958 ] ], [ [ 120.2709149, 30.4561958 ], [ 120.2715464, 30.4562718 ] ], [ [ 120.2879277, 30.4535722 ], [ 120.2879032, 30.4536362 ] ], [ [ 120.2879032, 30.4536362 ], [ 120.2872015, 30.4550755 ] ], [ [ 120.2872015, 30.4550755 ], [ 120.2870805, 30.4553238 ] ], [ [ 120.2870805, 30.4553238 ], [ 120.2867924, 30.4559147 ] ], [ [ 120.2867924, 30.4559147 ], [ 120.2859488, 30.4575982 ] ], [ [ 120.2859488, 30.4575982 ], [ 120.287193, 30.4578764 ] ], [ [ 120.287193, 30.4578764 ], [ 120.2885592, 30.4581818 ] ], [ [ 120.2841434, 30.4612587 ], [ 120.2844679, 30.4605766 ] ], [ [ 120.2844679, 30.4605766 ], [ 120.2852688, 30.4589551 ] ], [ [ 120.2852688, 30.4589551 ], [ 120.2856135, 30.4582673 ] ], [ [ 120.2856135, 30.4582673 ], [ 120.2859488, 30.4575982 ] ], [ [ 120.2787635, 30.4535256 ], [ 120.2773413, 30.4532372 ] ], [ [ 120.2773413, 30.4532372 ], [ 120.2772659, 30.4532143 ] ], [ [ 120.2772659, 30.4532143 ], [ 120.2772014, 30.4533223 ] ], [ [ 120.2772014, 30.4533223 ], [ 120.2761842, 30.4550253 ] ], [ [ 120.2761842, 30.4550253 ], [ 120.2751684, 30.4568939 ] ], [ [ 120.2773029, 30.4579757 ], [ 120.2772547, 30.4581699 ] ], [ [ 120.2772547, 30.4581699 ], [ 120.2772464, 30.4603027 ] ], [ [ 120.2772464, 30.4603027 ], [ 120.2769506, 30.4602284 ] ], [ [ 120.2772464, 30.4603027 ], [ 120.2795433, 30.4607627 ] ], [ [ 120.2795433, 30.4607627 ], [ 120.2817365, 30.461202 ] ], [ [ 120.2817365, 30.461202 ], [ 120.2839645, 30.4616553 ] ], [ [ 120.2715464, 30.4562718 ], [ 120.2739753, 30.4565758 ] ], [ [ 120.273062, 30.4589618 ], [ 120.2729098, 30.4596439 ] ], [ [ 120.2718135, 30.4637123 ], [ 120.2718234, 30.4635948 ] ], [ [ 120.2718234, 30.4635948 ], [ 120.2719581, 30.4621962 ] ], [ [ 120.2719581, 30.4621962 ], [ 120.2719662, 30.4620482 ] ], [ [ 120.2719662, 30.4620482 ], [ 120.2719688, 30.4619893 ] ], [ [ 120.2719688, 30.4619893 ], [ 120.272009, 30.4613859 ] ], [ [ 120.272009, 30.4613859 ], [ 120.2721297, 30.4595062 ] ], [ [ 120.2717966, 30.4639066 ], [ 120.2718135, 30.4637123 ] ], [ [ 120.3059868, 30.4431555 ], [ 120.3058667, 30.4436801 ] ], [ [ 120.3058667, 30.4436801 ], [ 120.3053435, 30.4459012 ] ], [ [ 120.3053435, 30.4459012 ], [ 120.3051855, 30.4465722 ] ], [ [ 120.3051855, 30.4465722 ], [ 120.3049729, 30.4474748 ] ], [ [ 120.3049729, 30.4474748 ], [ 120.3048408, 30.4480355 ] ], [ [ 120.3048408, 30.4480355 ], [ 120.3048196, 30.4481378 ] ], [ [ 120.3048196, 30.4481378 ], [ 120.3047279, 30.44858 ] ], [ [ 120.3047279, 30.44858 ], [ 120.3044843, 30.4497552 ] ], [ [ 120.2916191, 30.4480157 ], [ 120.2917973, 30.4473505 ] ], [ [ 120.2917973, 30.4473505 ], [ 120.292034, 30.446365 ] ], [ [ 120.292034, 30.446365 ], [ 120.2921397, 30.4459251 ] ], [ [ 120.2921397, 30.4459251 ], [ 120.2924158, 30.4447757 ] ], [ [ 120.2924158, 30.4447757 ], [ 120.2925992, 30.4440586 ] ], [ [ 120.2925992, 30.4440586 ], [ 120.2929283, 30.4427722 ] ], [ [ 120.2929283, 30.4427722 ], [ 120.2932478, 30.4414695 ] ], [ [ 120.2932478, 30.4414695 ], [ 120.2934779, 30.4406732 ] ], [ [ 120.2915541, 30.448235 ], [ 120.2916191, 30.4480157 ] ], [ [ 120.2915541, 30.448235 ], [ 120.290841, 30.4510217 ] ], [ [ 120.290841, 30.4510217 ], [ 120.2906486, 30.451761 ] ], [ [ 120.2906486, 30.451761 ], [ 120.2905364, 30.4521987 ] ], [ [ 120.2905364, 30.4521987 ], [ 120.2904546, 30.4524923 ] ], [ [ 120.2904546, 30.4524923 ], [ 120.2900764, 30.4541766 ] ], [ [ 120.3044843, 30.4497552 ], [ 120.3044555, 30.4498562 ] ], [ [ 120.3025812, 30.4566717 ], [ 120.3028146, 30.4557553 ] ], [ [ 120.3028146, 30.4557553 ], [ 120.3029983, 30.4550338 ] ], [ [ 120.3029983, 30.4550338 ], [ 120.303297, 30.4539548 ] ], [ [ 120.303297, 30.4539548 ], [ 120.3034253, 30.4535631 ] ], [ [ 120.3034253, 30.4535631 ], [ 120.3034951, 30.4533225 ] ], [ [ 120.3034951, 30.4533225 ], [ 120.3036785, 30.4526592 ] ], [ [ 120.3036785, 30.4526592 ], [ 120.3044555, 30.4498562 ] ], [ [ 120.3001014, 30.4562009 ], [ 120.3006057, 30.4540705 ] ], [ [ 120.3006057, 30.4540705 ], [ 120.300839, 30.4530848 ] ], [ [ 120.2900764, 30.4541766 ], [ 120.290048, 30.4542467 ] ], [ [ 120.2885592, 30.4581818 ], [ 120.2890315, 30.4569863 ] ], [ [ 120.2890315, 30.4569863 ], [ 120.2894649, 30.4558182 ] ], [ [ 120.2894649, 30.4558182 ], [ 120.290048, 30.4542467 ] ], [ [ 120.3127635, 30.4549646 ], [ 120.3162337, 30.4555199 ] ], [ [ 120.3094906, 30.457764 ], [ 120.3094742, 30.4578297 ] ], [ [ 120.3000851, 30.4562713 ], [ 120.3001014, 30.4562009 ] ], [ [ 120.3025658, 30.4567425 ], [ 120.3025812, 30.4566717 ] ], [ [ 120.3000851, 30.4562713 ], [ 120.2995086, 30.4588371 ] ], [ [ 120.2911111, 30.4587288 ], [ 120.28985, 30.4584585 ] ], [ [ 120.28985, 30.4584585 ], [ 120.2885592, 30.4581818 ] ], [ [ 120.2982117, 30.4611008 ], [ 120.2976749, 30.4607767 ] ], [ [ 120.2976749, 30.4607767 ], [ 120.2962332, 30.4599063 ] ], [ [ 120.2962332, 30.4599063 ], [ 120.2948948, 30.4595602 ] ], [ [ 120.2948948, 30.4595602 ], [ 120.294788, 30.4594832 ] ], [ [ 120.2933181, 30.4637085 ], [ 120.2932409, 30.4636783 ] ], [ [ 120.2932409, 30.4636783 ], [ 120.2925503, 30.463419 ] ], [ [ 120.2925503, 30.463419 ], [ 120.2923821, 30.4633773 ] ], [ [ 120.2923821, 30.4633773 ], [ 120.2922108, 30.4633349 ] ], [ [ 120.2922108, 30.4633349 ], [ 120.2916169, 30.4631878 ] ], [ [ 120.2916169, 30.4631878 ], [ 120.2911349, 30.4630973 ] ], [ [ 120.2911349, 30.4630973 ], [ 120.2901774, 30.4629175 ] ], [ [ 120.2901774, 30.4629175 ], [ 120.2901148, 30.4629057 ] ], [ [ 120.2901148, 30.4629057 ], [ 120.2894845, 30.4627855 ] ], [ [ 120.2894845, 30.4627855 ], [ 120.287383, 30.4623261 ] ], [ [ 120.2885592, 30.4581818 ], [ 120.2880596, 30.4594465 ] ], [ [ 120.2880596, 30.4594465 ], [ 120.2876531, 30.46065 ] ], [ [ 120.2876531, 30.46065 ], [ 120.2875471, 30.4611477 ] ], [ [ 120.2875471, 30.4611477 ], [ 120.287464, 30.4616494 ] ], [ [ 120.287464, 30.4616494 ], [ 120.287383, 30.4623261 ] ], [ [ 120.2839645, 30.4616553 ], [ 120.2851053, 30.4618874 ] ], [ [ 120.2851053, 30.4618874 ], [ 120.2852922, 30.4619254 ] ], [ [ 120.2852922, 30.4619254 ], [ 120.287383, 30.4623261 ] ], [ [ 120.2830414, 30.4657985 ], [ 120.2830718, 30.4656825 ] ], [ [ 120.2830718, 30.4656825 ], [ 120.2832685, 30.4643474 ] ], [ [ 120.2832685, 30.4643474 ], [ 120.2834452, 30.4631897 ] ], [ [ 120.2834452, 30.4631897 ], [ 120.283675, 30.4623367 ] ], [ [ 120.283675, 30.4623367 ], [ 120.2839645, 30.4616553 ] ], [ [ 120.287383, 30.4623261 ], [ 120.2867998, 30.4657704 ] ], [ [ 120.2867998, 30.4657704 ], [ 120.2867086, 30.4663093 ] ], [ [ 120.2867086, 30.4663093 ], [ 120.2866822, 30.466441 ] ], [ [ 120.2866822, 30.466441 ], [ 120.2866382, 30.4666183 ] ], [ [ 120.2933181, 30.4637085 ], [ 120.2934489, 30.4637777 ] ], [ [ 120.3025658, 30.4567425 ], [ 120.3019975, 30.4590247 ] ], [ [ 120.2970012, 30.4585279 ], [ 120.2995086, 30.4588371 ] ], [ [ 120.2995086, 30.4588371 ], [ 120.3019659, 30.4592212 ] ], [ [ 120.3022622, 30.4775671 ], [ 120.3022891, 30.477335 ] ], [ [ 120.3022891, 30.477335 ], [ 120.3023565, 30.4767533 ] ], [ [ 120.3023565, 30.4767533 ], [ 120.3024173, 30.4761713 ] ], [ [ 120.3024173, 30.4761713 ], [ 120.3024383, 30.4759704 ] ], [ [ 120.3024383, 30.4759704 ], [ 120.3024691, 30.4756761 ] ], [ [ 120.3024691, 30.4756761 ], [ 120.3025871, 30.4746497 ] ], [ [ 120.3025871, 30.4746497 ], [ 120.3027588, 30.473406 ] ], [ [ 120.3027588, 30.473406 ], [ 120.302818, 30.4730354 ] ], [ [ 120.302818, 30.4730354 ], [ 120.3028413, 30.4728896 ] ], [ [ 120.3028413, 30.4728896 ], [ 120.3028607, 30.472768 ] ], [ [ 120.3028607, 30.472768 ], [ 120.3030389, 30.4724336 ] ], [ [ 120.3030389, 30.4724336 ], [ 120.303116, 30.4722955 ] ], [ [ 120.303116, 30.4722955 ], [ 120.3031335, 30.4722608 ] ], [ [ 120.3031335, 30.4722608 ], [ 120.3032684, 30.4720849 ] ], [ [ 120.3032684, 30.4720849 ], [ 120.3036335, 30.4715576 ] ], [ [ 120.3036335, 30.4715576 ], [ 120.3037069, 30.4714827 ] ], [ [ 120.3037069, 30.4714827 ], [ 120.3038509, 30.4712887 ] ], [ [ 120.3038509, 30.4712887 ], [ 120.3041013, 30.4708985 ] ], [ [ 120.3041013, 30.4708985 ], [ 120.3041804, 30.4707753 ] ], [ [ 120.3041804, 30.4707753 ], [ 120.3043619, 30.4704842 ] ], [ [ 120.3043619, 30.4704842 ], [ 120.3046041, 30.4700956 ] ], [ [ 120.3046041, 30.4700956 ], [ 120.3047065, 30.4698751 ] ], [ [ 120.3047065, 30.4698751 ], [ 120.304926, 30.4694021 ] ], [ [ 120.304926, 30.4694021 ], [ 120.3050132, 30.469134 ] ], [ [ 120.3050132, 30.469134 ], [ 120.3047504, 30.4690335 ] ], [ [ 120.3047504, 30.4690335 ], [ 120.3045929, 30.4689733 ] ], [ [ 120.3045929, 30.4689733 ], [ 120.3042635, 30.4688473 ] ], [ [ 120.3042635, 30.4688473 ], [ 120.3039349, 30.4687363 ] ], [ [ 120.3039349, 30.4687363 ], [ 120.3035308, 30.4686138 ] ], [ [ 120.3035308, 30.4686138 ], [ 120.3028446, 30.4684057 ] ], [ [ 120.3028446, 30.4684057 ], [ 120.3021902, 30.46826 ] ], [ [ 120.3021902, 30.46826 ], [ 120.3017059, 30.4681972 ] ], [ [ 120.3017059, 30.4681972 ], [ 120.301584, 30.4681814 ] ], [ [ 120.301584, 30.4681814 ], [ 120.300892, 30.4681861 ] ], [ [ 120.300892, 30.4681861 ], [ 120.3007222, 30.4681844 ] ], [ [ 120.3007222, 30.4681844 ], [ 120.3004145, 30.4681814 ] ], [ [ 120.3004145, 30.4681814 ], [ 120.2998298, 30.4681121 ] ], [ [ 120.2998298, 30.4681121 ], [ 120.2992826, 30.4679641 ] ], [ [ 120.2992826, 30.4679641 ], [ 120.2981454, 30.4673723 ] ], [ [ 120.2981454, 30.4673723 ], [ 120.2978879, 30.4671642 ] ], [ [ 120.2978879, 30.4671642 ], [ 120.297727, 30.4669007 ] ], [ [ 120.297727, 30.4669007 ], [ 120.2977068, 30.4668659 ] ], [ [ 120.2977068, 30.4668659 ], [ 120.2976668, 30.466797 ] ], [ [ 120.2976668, 30.466797 ], [ 120.2975446, 30.4665863 ] ], [ [ 120.2975446, 30.4665863 ], [ 120.2974266, 30.4664953 ] ], [ [ 120.2974266, 30.4664953 ], [ 120.2971744, 30.4663009 ] ], [ [ 120.2971744, 30.4663009 ], [ 120.2969867, 30.4661563 ] ], [ [ 120.2969867, 30.4661563 ], [ 120.2964127, 30.4658049 ] ], [ [ 120.2964127, 30.4658049 ], [ 120.2956617, 30.4652778 ] ], [ [ 120.2956617, 30.4652778 ], [ 120.2954367, 30.4651285 ] ], [ [ 120.2954367, 30.4651285 ], [ 120.2949857, 30.4648292 ] ], [ [ 120.2949857, 30.4648292 ], [ 120.2947458, 30.4646576 ] ], [ [ 120.2947458, 30.4646576 ], [ 120.2943537, 30.464377 ] ], [ [ 120.2943537, 30.464377 ], [ 120.294165, 30.464242 ] ], [ [ 120.294165, 30.464242 ], [ 120.2935533, 30.4638439 ] ], [ [ 120.2935533, 30.4638439 ], [ 120.2934489, 30.4637777 ] ], [ [ 120.3251861, 30.4428006 ], [ 120.3245649, 30.4430067 ] ], [ [ 120.3245649, 30.4430067 ], [ 120.3244487, 30.4430316 ] ], [ [ 120.3244487, 30.4430316 ], [ 120.3240738, 30.443112 ] ], [ [ 120.3240738, 30.443112 ], [ 120.3236554, 30.4431499 ] ], [ [ 120.3236554, 30.4431499 ], [ 120.3232127, 30.4431234 ] ], [ [ 120.3232127, 30.4431234 ], [ 120.3226886, 30.4430444 ] ], [ [ 120.3226886, 30.4430444 ], [ 120.3226352, 30.4430352 ] ], [ [ 120.3226352, 30.4430352 ], [ 120.3223147, 30.4429797 ] ], [ [ 120.3223147, 30.4429797 ], [ 120.3217698, 30.4428823 ] ], [ [ 120.3217698, 30.4428823 ], [ 120.321258, 30.4427908 ] ], [ [ 120.321258, 30.4427908 ], [ 120.3207683, 30.4427033 ] ], [ [ 120.3207683, 30.4427033 ], [ 120.3202785, 30.4426157 ] ], [ [ 120.3202785, 30.4426157 ], [ 120.3190518, 30.4423834 ] ], [ [ 120.3253345, 30.4427515 ], [ 120.3251861, 30.4428006 ] ], [ [ 120.3190518, 30.4423834 ], [ 120.3189561, 30.4428616 ] ], [ [ 120.3189561, 30.4428616 ], [ 120.3187124, 30.4440784 ] ], [ [ 120.3187124, 30.4440784 ], [ 120.3185816, 30.4447317 ] ], [ [ 120.3185816, 30.4447317 ], [ 120.3185374, 30.444952 ] ], [ [ 120.3185374, 30.444952 ], [ 120.318498, 30.445154 ] ], [ [ 120.3184763, 30.4452481 ], [ 120.318498, 30.445154 ] ], [ [ 120.3184763, 30.4452481 ], [ 120.3181293, 30.446755 ] ], [ [ 120.3181293, 30.446755 ], [ 120.3177209, 30.4486464 ] ], [ [ 120.3177209, 30.4486464 ], [ 120.3172066, 30.4510281 ] ], [ [ 120.3172066, 30.4510281 ], [ 120.3171312, 30.451502 ] ], [ [ 120.3171254, 30.4516938 ], [ 120.3171312, 30.451502 ] ], [ [ 120.3229401, 30.4524709 ], [ 120.3228993, 30.4526273 ] ], [ [ 120.3162337, 30.4555199 ], [ 120.3171254, 30.4516938 ] ], [ [ 120.322067, 30.4563902 ], [ 120.3228993, 30.4526273 ] ], [ [ 120.3162337, 30.4555199 ], [ 120.322067, 30.4563902 ] ], [ [ 120.322067, 30.4563902 ], [ 120.3240967, 30.4567237 ] ], [ [ 120.3162337, 30.4555199 ], [ 120.3156178, 30.4582542 ] ], [ [ 120.3156178, 30.4582542 ], [ 120.3155641, 30.4585085 ] ], [ [ 120.3155641, 30.4585085 ], [ 120.3155266, 30.4586718 ] ], [ [ 120.3213761, 30.4595317 ], [ 120.3216769, 30.4581698 ] ], [ [ 120.3216769, 30.4581698 ], [ 120.3217104, 30.4580195 ] ], [ [ 120.3217104, 30.4580195 ], [ 120.322067, 30.4563902 ] ], [ [ 120.3213761, 30.4595317 ], [ 120.3213608, 30.4596015 ] ], [ [ 120.3208632, 30.4618639 ], [ 120.3210058, 30.4612157 ] ], [ [ 120.3210058, 30.4612157 ], [ 120.3213608, 30.4596015 ] ], [ [ 120.3232607, 30.4598411 ], [ 120.3238629, 30.4599318 ] ], [ [ 120.3238629, 30.4599318 ], [ 120.3243779, 30.4600094 ] ], [ [ 120.3243779, 30.4600094 ], [ 120.3246833, 30.4600566 ] ], [ [ 120.3246833, 30.4600566 ], [ 120.3248536, 30.4606152 ] ], [ [ 120.3248536, 30.4606152 ], [ 120.3250787, 30.4610001 ] ], [ [ 120.3250787, 30.4610001 ], [ 120.3255555, 30.4615328 ] ], [ [ 120.3255555, 30.4615328 ], [ 120.3260643, 30.462056 ] ], [ [ 120.3260643, 30.462056 ], [ 120.326141, 30.4622503 ] ], [ [ 120.326141, 30.4622503 ], [ 120.3263089, 30.4626757 ] ], [ [ 120.3263089, 30.4626757 ], [ 120.3267117, 30.4638689 ] ], [ [ 120.3267117, 30.4638689 ], [ 120.326912, 30.4643352 ] ], [ [ 120.326912, 30.4643352 ], [ 120.3271578, 30.4646915 ] ], [ [ 120.3271578, 30.4646915 ], [ 120.3275178, 30.4650726 ] ], [ [ 120.3275178, 30.4650726 ], [ 120.3279083, 30.4653551 ] ], [ [ 120.3279083, 30.4653551 ], [ 120.3294518, 30.4662286 ] ], [ [ 120.3294518, 30.4662286 ], [ 120.3296068, 30.4663749 ] ], [ [ 120.3296068, 30.4663749 ], [ 120.329735, 30.4666104 ] ], [ [ 120.329735, 30.4666104 ], [ 120.3297826, 30.4668088 ] ], [ [ 120.3297826, 30.4668088 ], [ 120.3297727, 30.4670271 ] ], [ [ 120.3297727, 30.4670271 ], [ 120.3296982, 30.4682574 ] ], [ [ 120.3296982, 30.4682574 ], [ 120.3296784, 30.46871 ] ], [ [ 120.3296784, 30.46871 ], [ 120.3296479, 30.4692765 ] ], [ [ 120.3094742, 30.4578297 ], [ 120.3092629, 30.4587924 ] ], [ [ 120.3092629, 30.4587924 ], [ 120.3091172, 30.4594566 ] ], [ [ 120.3155144, 30.4587363 ], [ 120.3155266, 30.4586718 ] ], [ [ 120.3150159, 30.4611921 ], [ 120.3155144, 30.4587363 ] ], [ [ 120.3071406, 30.50055 ], [ 120.3072473, 30.5005428 ] ], [ [ 120.3072473, 30.5005428 ], [ 120.3080981, 30.5004853 ] ], [ [ 120.3080981, 30.5004853 ], [ 120.3086721, 30.5003443 ] ], [ [ 120.3086721, 30.5003443 ], [ 120.3092917, 30.5003281 ] ], [ [ 120.3092917, 30.5003281 ], [ 120.3093943, 30.500292 ] ], [ [ 120.3093943, 30.500292 ], [ 120.3094392, 30.5002288 ] ], [ [ 120.3094392, 30.5002288 ], [ 120.3094371, 30.500155 ] ], [ [ 120.3094371, 30.500155 ], [ 120.3094231, 30.499651 ] ], [ [ 120.3094231, 30.499651 ], [ 120.3093945, 30.4991469 ] ], [ [ 120.3093945, 30.4991469 ], [ 120.3093909, 30.4990825 ] ], [ [ 120.3093909, 30.4990825 ], [ 120.30934, 30.4987589 ] ], [ [ 120.30934, 30.4987589 ], [ 120.309319, 30.4986035 ] ], [ [ 120.309319, 30.4986035 ], [ 120.3093131, 30.4985602 ] ], [ [ 120.3093131, 30.4985602 ], [ 120.3092798, 30.4984304 ] ], [ [ 120.3092798, 30.4984304 ], [ 120.3092592, 30.4983502 ] ], [ [ 120.3092592, 30.4983502 ], [ 120.3092461, 30.498299 ] ], [ [ 120.3092461, 30.498299 ], [ 120.3091388, 30.4980378 ] ], [ [ 120.3091388, 30.4980378 ], [ 120.3088927, 30.4969825 ] ], [ [ 120.3088927, 30.4969825 ], [ 120.3085816, 30.4956027 ] ], [ [ 120.2717966, 30.4639066 ], [ 120.2717826, 30.4640571 ] ], [ [ 120.2717826, 30.4640571 ], [ 120.2715839, 30.4661842 ] ], [ [ 120.2715839, 30.4661842 ], [ 120.2715786, 30.4663368 ] ], [ [ 120.2715786, 30.4663368 ], [ 120.2716416, 30.4669044 ] ], [ [ 120.2716416, 30.4669044 ], [ 120.2715906, 30.468881 ] ], [ [ 120.2715906, 30.468881 ], [ 120.2716027, 30.4709362 ] ], [ [ 120.2716027, 30.4709362 ], [ 120.2716081, 30.4710702 ] ], [ [ 120.2716081, 30.4710702 ], [ 120.2716053, 30.4712407 ] ], [ [ 120.2716053, 30.4712407 ], [ 120.2715772, 30.4729752 ] ], [ [ 120.2715772, 30.4729752 ], [ 120.2715074, 30.4740039 ] ], [ [ 120.2715074, 30.4740039 ], [ 120.2714881, 30.4741797 ] ], [ [ 120.2714881, 30.4741797 ], [ 120.2714662, 30.4743787 ] ], [ [ 120.2729396, 30.4781687 ], [ 120.2728968, 30.4781093 ] ], [ [ 120.2728968, 30.4781093 ], [ 120.2713921, 30.4765351 ] ], [ [ 120.2713921, 30.4765351 ], [ 120.2713251, 30.4764265 ] ], [ [ 120.2713251, 30.4764265 ], [ 120.271317, 30.4762577 ] ], [ [ 120.271317, 30.4762577 ], [ 120.2714484, 30.4745402 ] ], [ [ 120.2714484, 30.4745402 ], [ 120.2714662, 30.4743787 ] ], [ [ 120.2733103, 30.4745556 ], [ 120.2729396, 30.4781687 ] ], [ [ 120.2772464, 30.4603027 ], [ 120.2772326, 30.4625145 ] ], [ [ 120.2772326, 30.4625145 ], [ 120.2771804, 30.4638817 ] ], [ [ 120.2771804, 30.4638817 ], [ 120.2771737, 30.4643717 ] ], [ [ 120.2770188, 30.4788201 ], [ 120.2770193, 30.4750185 ] ], [ [ 120.2808068, 30.4800194 ], [ 120.280856, 30.4801904 ] ], [ [ 120.2820431, 30.4854753 ], [ 120.282042, 30.48542 ], [ 120.2819188, 30.4845025 ], [ 120.2807247, 30.4802154 ], [ 120.2806496, 30.4799099 ], [ 120.2807943, 30.4798677 ], [ 120.2808068, 30.4800194 ] ], [ [ 120.280856, 30.4801904 ], [ 120.280897, 30.4803313 ], [ 120.2816181, 30.4829441 ], [ 120.2820692, 30.4845782 ], [ 120.2821658, 30.4853891 ], [ 120.2821677, 30.485461 ] ], [ [ 120.2879335, 30.4768538 ], [ 120.2880185, 30.4765949 ] ], [ [ 120.2880299, 30.476872 ], [ 120.2879557, 30.4772511 ], [ 120.2879459, 30.4783635 ], [ 120.2879422, 30.4787867 ] ], [ [ 120.2879422, 30.4787867 ], [ 120.2879415, 30.4788639 ] ], [ [ 120.2877723, 30.4808009 ], [ 120.2878575, 30.4771921 ], [ 120.2879335, 30.4768538 ] ], [ [ 120.2879415, 30.4788639 ], [ 120.2878925, 30.4802844 ], [ 120.2878745, 30.4808058 ] ], [ [ 120.2808068, 30.4800194 ], [ 120.2810755, 30.4799662 ], [ 120.2877723, 30.4808009 ] ], [ [ 120.2878387, 30.4808882 ], [ 120.2811232, 30.4801155 ], [ 120.280856, 30.4801904 ] ], [ [ 120.2729396, 30.4781687 ], [ 120.2730202, 30.4782804 ] ], [ [ 120.2730202, 30.4782804 ], [ 120.2730604, 30.4784422 ] ], [ [ 120.2730604, 30.4784422 ], [ 120.2730524, 30.4786109 ] ], [ [ 120.2730524, 30.4786109 ], [ 120.2729902, 30.4791992 ] ], [ [ 120.2729902, 30.4791992 ], [ 120.272862, 30.4804116 ] ], [ [ 120.272862, 30.4804116 ], [ 120.272856, 30.4804918 ] ], [ [ 120.272856, 30.4804918 ], [ 120.2728067, 30.4811557 ] ], [ [ 120.2728067, 30.4811557 ], [ 120.2727708, 30.4816391 ] ], [ [ 120.2727708, 30.4816391 ], [ 120.2727677, 30.481679 ] ], [ [ 120.2727677, 30.481679 ], [ 120.2727221, 30.482261 ] ], [ [ 120.2727221, 30.482261 ], [ 120.2726096, 30.4836972 ] ], [ [ 120.2726096, 30.4836972 ], [ 120.2725213, 30.4848243 ] ], [ [ 120.2725213, 30.4848243 ], [ 120.2724603, 30.4862567 ] ], [ [ 120.2724603, 30.4862567 ], [ 120.2723427, 30.4890172 ] ], [ [ 120.2723357, 30.4891809 ], [ 120.2723427, 30.4890172 ] ], [ [ 120.2821045, 30.4887301 ], [ 120.2820848, 30.487685 ], [ 120.2820453, 30.4855932 ] ], [ [ 120.2820453, 30.4855932 ], [ 120.2816899, 30.4855757 ], [ 120.2806927, 30.4856131 ], [ 120.2798073, 30.4855368 ], [ 120.2807276, 30.4855179 ], [ 120.2818416, 30.4854889 ], [ 120.2820431, 30.4854753 ] ], [ [ 120.2663763, 30.4971273 ], [ 120.2672058, 30.4972598 ] ], [ [ 120.2672058, 30.4972598 ], [ 120.2675183, 30.4972695 ] ], [ [ 120.2675183, 30.4972695 ], [ 120.2675538, 30.4972706 ] ], [ [ 120.2675538, 30.4972706 ], [ 120.2677275, 30.4972734 ] ], [ [ 120.2677275, 30.4972734 ], [ 120.2682593, 30.4972821 ] ], [ [ 120.2682593, 30.4972821 ], [ 120.2688607, 30.4973083 ] ], [ [ 120.2688607, 30.4973083 ], [ 120.2695983, 30.49738 ] ], [ [ 120.2695983, 30.49738 ], [ 120.2699517, 30.4973977 ] ], [ [ 120.2699517, 30.4973977 ], [ 120.269968, 30.4974363 ] ], [ [ 120.269968, 30.4974363 ], [ 120.2699873, 30.4974817 ] ], [ [ 120.2699873, 30.4974817 ], [ 120.2699764, 30.4981172 ] ], [ [ 120.2699764, 30.4981172 ], [ 120.270057, 30.4990139 ] ], [ [ 120.270057, 30.4990139 ], [ 120.2700994, 30.4993748 ] ], [ [ 120.2700994, 30.4993748 ], [ 120.2701663, 30.4999445 ] ], [ [ 120.2701663, 30.4999445 ], [ 120.270287, 30.5007256 ] ], [ [ 120.270287, 30.5007256 ], [ 120.2703869, 30.5007912 ] ], [ [ 120.2703869, 30.5007912 ], [ 120.2705307, 30.5008149 ] ], [ [ 120.2705307, 30.5008149 ], [ 120.2705364, 30.5008158 ] ], [ [ 120.2705364, 30.5008158 ], [ 120.2711534, 30.5008492 ] ], [ [ 120.2711534, 30.5008492 ], [ 120.271216131664843, 30.500852599006542 ] ], [ [ 120.271216131664843, 30.500852599006542 ], [ 120.2712789, 30.500856 ] ], [ [ 120.2712789, 30.500856 ], [ 120.272986, 30.5009483 ] ], [ [ 120.272986, 30.5009483 ], [ 120.2733186, 30.500946 ] ], [ [ 120.2733186, 30.500946 ], [ 120.2738195, 30.5008851 ] ], [ [ 120.2738195, 30.5008851 ], [ 120.2738534, 30.5008817 ] ], [ [ 120.2738534, 30.5008817 ], [ 120.2741822, 30.5008489 ] ], [ [ 120.2741822, 30.5008489 ], [ 120.2750131, 30.5007464 ] ], [ [ 120.2750131, 30.5007464 ], [ 120.2757996, 30.5007519 ] ], [ [ 120.2757996, 30.5007519 ], [ 120.2765741, 30.5007765 ] ], [ [ 120.2765741, 30.5007765 ], [ 120.2776342, 30.5008304 ] ], [ [ 120.2776342, 30.5008304 ], [ 120.2785033, 30.5009067 ] ], [ [ 120.2785033, 30.5009067 ], [ 120.2789774, 30.5009336 ] ], [ [ 120.2789774, 30.5009336 ], [ 120.2800708, 30.5009441 ] ], [ [ 120.2800708, 30.5009441 ], [ 120.282202, 30.5009645 ] ], [ [ 120.282202, 30.5009645 ], [ 120.2828344, 30.5010007 ] ], [ [ 120.2828344, 30.5010007 ], [ 120.2836069, 30.5011 ] ], [ [ 120.2836069, 30.5011 ], [ 120.2842694, 30.5011971 ] ], [ [ 120.2842694, 30.5011971 ], [ 120.2848333, 30.5012233 ] ], [ [ 120.2848333, 30.5012233 ], [ 120.2857131, 30.501184 ] ], [ [ 120.2857131, 30.501184 ], [ 120.2865284, 30.5011124 ] ], [ [ 120.2865284, 30.5011124 ], [ 120.287022, 30.5010823 ] ], [ [ 120.287022, 30.5010823 ], [ 120.2874531, 30.5010862 ] ], [ [ 120.2874531, 30.5010862 ], [ 120.2878266, 30.5011655 ] ], [ [ 120.2878266, 30.5011655 ], [ 120.2879899, 30.5012008 ] ], [ [ 120.2879899, 30.5012008 ], [ 120.2888586, 30.5013889 ] ], [ [ 120.2888586, 30.5013889 ], [ 120.2891972, 30.5014174 ] ], [ [ 120.2891972, 30.5014174 ], [ 120.2901354, 30.5014097 ] ], [ [ 120.2901354, 30.5014097 ], [ 120.2911921, 30.5013658 ] ], [ [ 120.2911921, 30.5013658 ], [ 120.2918842, 30.5014236 ] ], [ [ 120.2918842, 30.5014236 ], [ 120.2927351, 30.5014983 ] ], [ [ 120.2927351, 30.5014983 ], [ 120.2934237, 30.5015276 ] ], [ [ 120.2934237, 30.5015276 ], [ 120.2934985, 30.5015252 ] ], [ [ 120.2934985, 30.5015252 ], [ 120.2940085, 30.5015091 ] ], [ [ 120.2940085, 30.5015091 ], [ 120.2943889, 30.5015147 ] ], [ [ 120.2943889, 30.5015147 ], [ 120.29448, 30.501516 ] ], [ [ 120.29448, 30.501516 ], [ 120.2947549, 30.5015196 ] ], [ [ 120.2509612, 30.466253 ], [ 120.2509494, 30.4663263 ] ], [ [ 120.2509494, 30.4663263 ], [ 120.2508491, 30.4665356 ] ], [ [ 120.2508491, 30.4665356 ], [ 120.2507713, 30.4666917 ] ], [ [ 120.2507713, 30.4666917 ], [ 120.2504225, 30.4674509 ] ], [ [ 120.2504225, 30.4674509 ], [ 120.2503705, 30.4675706 ] ], [ [ 120.2503705, 30.4675706 ], [ 120.2503202, 30.4676862 ] ], [ [ 120.2503202, 30.4676862 ], [ 120.2502738, 30.467793 ] ], [ [ 120.2502738, 30.467793 ], [ 120.2496848, 30.4691486 ] ], [ [ 120.2496848, 30.4691486 ], [ 120.2482553, 30.4687829 ] ], [ [ 120.2482553, 30.4687829 ], [ 120.2479084, 30.4686941 ] ], [ [ 120.2479084, 30.4686941 ], [ 120.2475785, 30.4686097 ] ], [ [ 120.2475785, 30.4686097 ], [ 120.2472811, 30.4685336 ] ], [ [ 120.2472811, 30.4685336 ], [ 120.2464803, 30.4683283 ] ], [ [ 120.2464803, 30.4683283 ], [ 120.2443782, 30.4677892 ] ], [ [ 120.2545698, 30.4704598 ], [ 120.2546206, 30.4702289 ], [ 120.2549295, 30.469013 ], [ 120.2553365, 30.4668645 ] ], [ [ 120.2554717, 30.4668768 ], [ 120.2554173, 30.4671652 ], [ 120.2551287, 30.4686205 ], [ 120.2548808, 30.4697488 ], [ 120.2547102, 30.4704666 ] ], [ [ 120.2496848, 30.4691486 ], [ 120.2499285, 30.4692528 ] ], [ [ 120.2499285, 30.4692528 ], [ 120.2535474, 30.4702009 ] ], [ [ 120.2535474, 30.4702009 ], [ 120.2539627, 30.4703099 ] ], [ [ 120.2539627, 30.4703099 ], [ 120.2545698, 30.4704598 ] ], [ [ 120.2547102, 30.4704666 ], [ 120.2545698, 30.4704598 ] ], [ [ 120.2547102, 30.4704666 ], [ 120.2571927, 30.4705711 ] ], [ [ 120.2539568, 30.4731555 ], [ 120.2545698, 30.4704598 ] ], [ [ 120.2547102, 30.4704666 ], [ 120.2543644, 30.4719213 ], [ 120.2540984, 30.4731805 ] ], [ [ 120.2496848, 30.4691486 ], [ 120.2487083, 30.4713959 ] ], [ [ 120.2487083, 30.4713959 ], [ 120.2485482, 30.4717981 ] ], [ [ 120.2484131, 30.4719904 ], [ 120.2485482, 30.4717981 ] ], [ [ 120.2484131, 30.4719904 ], [ 120.2482232, 30.4724053 ] ], [ [ 120.2482232, 30.4724053 ], [ 120.2481294, 30.4726156 ] ], [ [ 120.2481294, 30.4726156 ], [ 120.2480014, 30.47298 ] ], [ [ 120.2480014, 30.47298 ], [ 120.2477186, 30.4740005 ] ], [ [ 120.2477186, 30.4740005 ], [ 120.2477027, 30.4740863 ] ], [ [ 120.2477027, 30.4740863 ], [ 120.2475241, 30.4750502 ] ], [ [ 120.2538995, 30.4733174 ], [ 120.2539568, 30.4731555 ] ], [ [ 120.2540984, 30.4731805 ], [ 120.2540579, 30.4733415 ] ], [ [ 120.2570753, 30.4602406 ], [ 120.2571514, 30.460053 ] ], [ [ 120.257281, 30.4600867 ], [ 120.2571874, 30.4602699 ] ], [ [ 120.2477661, 30.4993641 ], [ 120.2479264, 30.498773 ] ], [ [ 120.2479264, 30.498773 ], [ 120.2493334, 30.4935845 ] ], [ [ 120.2493334, 30.4935845 ], [ 120.2479009, 30.4934393 ] ], [ [ 120.2479009, 30.4934393 ], [ 120.245157, 30.4931285 ] ], [ [ 120.2601508, 30.5052761 ], [ 120.2601488, 30.5049618 ] ], [ [ 120.2601488, 30.5049618 ], [ 120.2601477, 30.5048046 ] ], [ [ 120.2601477, 30.5048046 ], [ 120.2601401, 30.5036261 ] ], [ [ 120.2601401, 30.5036261 ], [ 120.260212, 30.5034146 ] ], [ [ 120.260212, 30.5034146 ], [ 120.2603171, 30.5032702 ] ], [ [ 120.2603171, 30.5032702 ], [ 120.2604909, 30.5031974 ] ], [ [ 120.2604909, 30.5031974 ], [ 120.2610542, 30.5031419 ] ], [ [ 120.2610542, 30.5031419 ], [ 120.2618911, 30.5030679 ] ], [ [ 120.2618911, 30.5030679 ], [ 120.2630584, 30.5029096 ] ], [ [ 120.2630584, 30.5029096 ], [ 120.2634087, 30.5029183 ] ], [ [ 120.2634087, 30.5029183 ], [ 120.2634789, 30.50292 ] ], [ [ 120.2634789, 30.50292 ], [ 120.2643808, 30.502851 ] ], [ [ 120.2643808, 30.502851 ], [ 120.2647804, 30.5028205 ] ], [ [ 120.2647804, 30.5028205 ], [ 120.2650813, 30.5027975 ] ], [ [ 120.2650813, 30.5027975 ], [ 120.2661987, 30.5027121 ] ], [ [ 120.2661987, 30.5027121 ], [ 120.2670999, 30.5025041 ] ], [ [ 120.2670999, 30.5025041 ], [ 120.2674938, 30.502479 ] ], [ [ 120.2674938, 30.502479 ], [ 120.2675537, 30.5024752 ] ], [ [ 120.2675537, 30.5024752 ], [ 120.2681224, 30.5023827 ] ], [ [ 120.2681224, 30.5023827 ], [ 120.2686168, 30.5023146 ] ], [ [ 120.2686168, 30.5023146 ], [ 120.2688297, 30.5022853 ] ], [ [ 120.2688297, 30.5022853 ], [ 120.269029, 30.5022579 ] ], [ [ 120.269029, 30.5022579 ], [ 120.2690854, 30.5022555 ] ], [ [ 120.2690854, 30.5022555 ], [ 120.2694281, 30.5022406 ] ], [ [ 120.2694281, 30.5022406 ], [ 120.2702522, 30.5021584 ] ], [ [ 120.2702522, 30.5021584 ], [ 120.2708825, 30.5020937 ] ], [ [ 120.2708825, 30.5020937 ], [ 120.2709677, 30.5020742 ] ], [ [ 120.2709677, 30.5020742 ], [ 120.2711071, 30.5020095 ] ], [ [ 120.2711071, 30.5020095 ], [ 120.2712176, 30.501805 ] ], [ [ 120.2712176, 30.501805 ], [ 120.2712245, 30.5015159 ] ], [ [ 120.2712245, 30.5015159 ], [ 120.2712165, 30.5009336 ] ], [ [ 120.2712165, 30.5009336 ], [ 120.271216131664843, 30.500852599006542 ] ], [ [ 120.271216131664843, 30.500852599006542 ], [ 120.271212, 30.499944 ] ], [ [ 120.271212, 30.499944 ], [ 120.2712096, 30.4994101 ] ], [ [ 120.2712096, 30.4994101 ], [ 120.2712084, 30.4993346 ] ], [ [ 120.2712084, 30.4993346 ], [ 120.2711978, 30.4990053 ] ], [ [ 120.2711978, 30.4990053 ], [ 120.27119, 30.4987637 ] ], [ [ 120.27119, 30.4987637 ], [ 120.2711838, 30.4985715 ] ], [ [ 120.2711838, 30.4985715 ], [ 120.2711676, 30.4980714 ] ], [ [ 120.2711676, 30.4980714 ], [ 120.271206, 30.497741 ] ], [ [ 120.271206, 30.497741 ], [ 120.2712594, 30.4974871 ] ], [ [ 120.2712594, 30.4974871 ], [ 120.2713238, 30.4971936 ] ], [ [ 120.2713238, 30.4971936 ], [ 120.2713378, 30.4971516 ] ], [ [ 120.2713378, 30.4971516 ], [ 120.2714773, 30.4966801 ] ], [ [ 120.2714773, 30.4966801 ], [ 120.2716307, 30.4963092 ] ], [ [ 120.2716307, 30.4963092 ], [ 120.2715906, 30.4961196 ] ], [ [ 120.2715906, 30.4961196 ], [ 120.2714109, 30.4956134 ] ], [ [ 120.2714109, 30.4956134 ], [ 120.2711897, 30.494979 ] ], [ [ 120.2711897, 30.494979 ], [ 120.2711608, 30.4948867 ] ], [ [ 120.2711608, 30.4948867 ], [ 120.2710649, 30.4946474 ] ], [ [ 120.2710649, 30.4946474 ], [ 120.2710407, 30.4944925 ] ], [ [ 120.2710407, 30.4944925 ], [ 120.2710917, 30.4942614 ] ], [ [ 120.2710917, 30.4942614 ], [ 120.2711319, 30.4941168 ] ], [ [ 120.2711319, 30.4941168 ], [ 120.2715665, 30.4925534 ] ], [ [ 120.2715665, 30.4925534 ], [ 120.2718608, 30.49138 ] ], [ [ 120.2718608, 30.49138 ], [ 120.272119, 30.4903507 ] ], [ [ 120.272119, 30.4903507 ], [ 120.2723309, 30.4892945 ] ], [ [ 120.2723309, 30.4892945 ], [ 120.2723357, 30.4891809 ] ], [ [ 120.2596934, 30.5065572 ], [ 120.2594479, 30.5064535 ] ], [ [ 120.2594479, 30.5064535 ], [ 120.2593752, 30.5063863 ] ], [ [ 120.2593752, 30.5063863 ], [ 120.2593727, 30.5063299 ] ], [ [ 120.2593727, 30.5063299 ], [ 120.2593886, 30.5062655 ] ], [ [ 120.2593886, 30.5062655 ], [ 120.2595783, 30.5061655 ] ], [ [ 120.2595783, 30.5061655 ], [ 120.2597288, 30.5060615 ] ], [ [ 120.2597288, 30.5060615 ], [ 120.2597974, 30.5059774 ] ], [ [ 120.2597974, 30.5059774 ], [ 120.2601508, 30.5052761 ] ], [ [ 120.2596934, 30.5065572 ], [ 120.2598448, 30.5066398 ] ], [ [ 120.2880185, 30.4765949 ], [ 120.2880299, 30.476872 ] ], [ [ 120.2879422, 30.4787867 ], [ 120.2907301, 30.4789431 ], [ 120.2908107, 30.4789477 ] ], [ [ 120.2907992, 30.479042 ], [ 120.2907188, 30.4790358 ], [ 120.2879415, 30.4788639 ] ], [ [ 120.2878745, 30.4808058 ], [ 120.2882976, 30.4808261 ], [ 120.2904857, 30.4809308 ], [ 120.2905668, 30.4809347 ] ], [ [ 120.2905524, 30.4810441 ], [ 120.2904724, 30.4810395 ], [ 120.2878387, 30.4808882 ] ], [ [ 120.2905668, 30.4809347 ], [ 120.2906632, 30.4810363 ] ], [ [ 120.2906632, 30.4810363 ], [ 120.2905524, 30.4810441 ] ], [ [ 120.2877723, 30.4808009 ], [ 120.2878745, 30.4808058 ] ], [ [ 120.2878387, 30.4808882 ], [ 120.2877723, 30.4808009 ] ], [ [ 120.2878745, 30.4808058 ], [ 120.2878387, 30.4808882 ] ], [ [ 120.2821677, 30.485461 ], [ 120.2830427, 30.485373 ], [ 120.2838482, 30.4852716 ], [ 120.2843325, 30.4851807 ], [ 120.2847891, 30.4850631 ], [ 120.2853526, 30.48496 ], [ 120.2865776, 30.4845003 ], [ 120.2873756, 30.4841222 ], [ 120.2879986, 30.4838115 ], [ 120.2887092, 30.4835529 ], [ 120.2893446, 30.4834614 ], [ 120.2903123, 30.483408 ], [ 120.2903827, 30.4834041 ] ], [ [ 120.2903932, 30.4835623 ], [ 120.2903215, 30.4835583 ], [ 120.2900662, 30.483544 ], [ 120.2893619, 30.4835958 ], [ 120.2888475, 30.4836729 ], [ 120.2874268, 30.4842453 ], [ 120.2862916, 30.4847547 ], [ 120.285673, 30.4849724 ], [ 120.2842339, 30.4853193 ], [ 120.2829808, 30.4855128 ], [ 120.2821711, 30.4855837 ] ], [ [ 120.2820431, 30.4854753 ], [ 120.2821677, 30.485461 ] ], [ [ 120.2821677, 30.485461 ], [ 120.2821711, 30.4855837 ] ], [ [ 120.2820453, 30.4855932 ], [ 120.2820431, 30.4854753 ] ], [ [ 120.2821711, 30.4855837 ], [ 120.2820453, 30.4855932 ] ], [ [ 120.2821711, 30.4855837 ], [ 120.2822579, 30.4887266 ] ], [ [ 120.2966012, 30.4887576 ], [ 120.2959276, 30.4852395 ], [ 120.2960568, 30.485218 ], [ 120.2964845, 30.4877713 ], [ 120.2967322, 30.4887583 ] ], [ [ 120.2966012, 30.4887576 ], [ 120.29571, 30.4887526 ] ], [ [ 120.29571, 30.4887526 ], [ 120.2942442, 30.4887443 ] ], [ [ 120.2942442, 30.4887443 ], [ 120.2927841, 30.4887387 ] ], [ [ 120.2927841, 30.4887387 ], [ 120.2926085, 30.488738 ] ], [ [ 120.2926085, 30.488738 ], [ 120.2922765, 30.4887367 ] ], [ [ 120.2922765, 30.4887367 ], [ 120.2917347, 30.4887265 ] ], [ [ 120.2917347, 30.4887265 ], [ 120.291633, 30.488697 ] ], [ [ 120.3022497, 30.4776748 ], [ 120.3022622, 30.4775671 ] ], [ [ 120.302406, 30.4887601 ], [ 120.3023395, 30.4882102 ] ], [ [ 120.3023395, 30.4882102 ], [ 120.3023169, 30.4880235 ] ], [ [ 120.3023169, 30.4880235 ], [ 120.3022142, 30.4871751 ] ], [ [ 120.3022142, 30.4871751 ], [ 120.3022063, 30.4870903 ] ], [ [ 120.3022063, 30.4870903 ], [ 120.3021312, 30.4861797 ] ], [ [ 120.3021312, 30.4861797 ], [ 120.3021039, 30.4860733 ] ], [ [ 120.3021039, 30.4860733 ], [ 120.30204, 30.4858237 ] ], [ [ 120.30204, 30.4858237 ], [ 120.3019602, 30.4855964 ] ], [ [ 120.3019602, 30.4855964 ], [ 120.3018307, 30.4852274 ] ], [ [ 120.3018307, 30.4852274 ], [ 120.3015705, 30.4844756 ] ], [ [ 120.3015705, 30.4844756 ], [ 120.3015411, 30.4843906 ] ], [ [ 120.3015411, 30.4843906 ], [ 120.3013319, 30.4837943 ] ], [ [ 120.3013319, 30.4837943 ], [ 120.3011709, 30.4833134 ] ], [ [ 120.3011709, 30.4833134 ], [ 120.301131, 30.483194 ] ], [ [ 120.301131, 30.483194 ], [ 120.3010797, 30.4830407 ] ], [ [ 120.3010797, 30.4830407 ], [ 120.3010107, 30.4828068 ] ], [ [ 120.3010107, 30.4828068 ], [ 120.3009993, 30.482768 ] ], [ [ 120.3009993, 30.482768 ], [ 120.3009349, 30.4823981 ] ], [ [ 120.3009349, 30.4823981 ], [ 120.3009188, 30.4820329 ] ], [ [ 120.3009188, 30.4820329 ], [ 120.3009617, 30.481566 ] ], [ [ 120.3009617, 30.481566 ], [ 120.3011334, 30.4810251 ] ], [ [ 120.3011334, 30.4810251 ], [ 120.3014123, 30.4803363 ] ], [ [ 120.3014123, 30.4803363 ], [ 120.30182, 30.4793423 ] ], [ [ 120.30182, 30.4793423 ], [ 120.3019676, 30.4788753 ] ], [ [ 120.3019676, 30.4788753 ], [ 120.3020154, 30.4787239 ] ], [ [ 120.3020154, 30.4787239 ], [ 120.3021151, 30.4784084 ] ], [ [ 120.3021151, 30.4784084 ], [ 120.3022199, 30.4778372 ] ], [ [ 120.3022199, 30.4778372 ], [ 120.3022497, 30.4776748 ] ], [ [ 120.2966012, 30.4887576 ], [ 120.2967322, 30.4887583 ] ], [ [ 120.302406, 30.4887601 ], [ 120.3020027, 30.4887641 ] ], [ [ 120.3020027, 30.4887641 ], [ 120.3017829, 30.4887663 ] ], [ [ 120.3017829, 30.4887663 ], [ 120.3015079, 30.488769 ] ], [ [ 120.3015079, 30.488769 ], [ 120.3006725, 30.4887708 ] ], [ [ 120.3006725, 30.4887708 ], [ 120.2990697, 30.4887743 ] ], [ [ 120.2990697, 30.4887743 ], [ 120.2988944, 30.4887747 ] ], [ [ 120.2988944, 30.4887747 ], [ 120.2987199, 30.4887736 ] ], [ [ 120.2987199, 30.4887736 ], [ 120.2975208, 30.4887662 ] ], [ [ 120.2975208, 30.4887662 ], [ 120.2968692, 30.4887618 ] ], [ [ 120.2968692, 30.4887618 ], [ 120.2967322, 30.4887583 ] ], [ [ 120.302406, 30.4887601 ], [ 120.3025034, 30.4895655 ] ], [ [ 120.3025034, 30.4895655 ], [ 120.302549, 30.4899811 ] ], [ [ 120.302549, 30.4899811 ], [ 120.3027505, 30.4918162 ] ], [ [ 120.3027505, 30.4918162 ], [ 120.3027797, 30.4920986 ] ], [ [ 120.3027797, 30.4920986 ], [ 120.3028073, 30.492366 ] ], [ [ 120.3028073, 30.492366 ], [ 120.3030946, 30.4951465 ] ], [ [ 120.3030946, 30.4951465 ], [ 120.3031789, 30.4960564 ] ], [ [ 120.3031789, 30.4960564 ], [ 120.3031869, 30.4961432 ] ], [ [ 120.3031869, 30.4961432 ], [ 120.303218, 30.4964789 ] ], [ [ 120.303218, 30.4964789 ], [ 120.303232, 30.4966303 ] ], [ [ 120.303232, 30.4966303 ], [ 120.3032446, 30.496766 ] ], [ [ 120.3032446, 30.496766 ], [ 120.3032673, 30.4969916 ] ], [ [ 120.3032673, 30.4969916 ], [ 120.303324, 30.4975568 ] ], [ [ 120.303324, 30.4975568 ], [ 120.3033484, 30.4977957 ] ], [ [ 120.3033484, 30.4977957 ], [ 120.3033808, 30.4981131 ] ], [ [ 120.3033808, 30.4981131 ], [ 120.3033944, 30.4982461 ] ], [ [ 120.3033944, 30.4982461 ], [ 120.3034211, 30.4985071 ] ], [ [ 120.3034211, 30.4985071 ], [ 120.3034321, 30.4986112 ] ], [ [ 120.3034321, 30.4986112 ], [ 120.3034917, 30.4991762 ] ], [ [ 120.3034917, 30.4991762 ], [ 120.3035185, 30.499624 ] ], [ [ 120.3035185, 30.499624 ], [ 120.3035358, 30.4999137 ] ], [ [ 120.3035358, 30.4999137 ], [ 120.3035976, 30.5004687 ] ], [ [ 120.3035976, 30.5004687 ], [ 120.303686, 30.5009072 ] ], [ [ 120.303686, 30.5009072 ], [ 120.3037353, 30.5010707 ] ], [ [ 120.3037353, 30.5010707 ], [ 120.3037699, 30.5011644 ] ], [ [ 120.2947549, 30.5015196 ], [ 120.2959316, 30.5015322 ] ], [ [ 120.2959316, 30.5015322 ], [ 120.2969435, 30.5015399 ] ], [ [ 120.2969435, 30.5015399 ], [ 120.2975228, 30.5015769 ] ], [ [ 120.2975228, 30.5015769 ], [ 120.2977448, 30.5015775 ] ], [ [ 120.2977448, 30.5015775 ], [ 120.2978213, 30.5015766 ] ], [ [ 120.2978213, 30.5015766 ], [ 120.2979326, 30.501578 ] ], [ [ 120.2979326, 30.501578 ], [ 120.2981896, 30.5015786 ] ], [ [ 120.2981896, 30.5015786 ], [ 120.2984162, 30.5015697 ] ], [ [ 120.2984162, 30.5015697 ], [ 120.2988418, 30.501553 ] ], [ [ 120.2988418, 30.501553 ], [ 120.2996203, 30.5014729 ] ], [ [ 120.2996203, 30.5014729 ], [ 120.3000817, 30.5014151 ] ], [ [ 120.3000817, 30.5014151 ], [ 120.3001467, 30.5014155 ] ], [ [ 120.3001467, 30.5014155 ], [ 120.3002408, 30.5014161 ] ], [ [ 120.3002408, 30.5014161 ], [ 120.3003304, 30.5014166 ] ], [ [ 120.3003304, 30.5014166 ], [ 120.3010201, 30.5014101 ] ], [ [ 120.3010201, 30.5014101 ], [ 120.301471, 30.5014059 ] ], [ [ 120.301471, 30.5014059 ], [ 120.3022107, 30.5013265 ] ], [ [ 120.3022107, 30.5013265 ], [ 120.3026961, 30.5012595 ] ], [ [ 120.3026961, 30.5012595 ], [ 120.3034579, 30.5011532 ] ], [ [ 120.3034579, 30.5011532 ], [ 120.3037353, 30.5010707 ] ], [ [ 120.3037353, 30.5010707 ], [ 120.3041076, 30.5009599 ] ], [ [ 120.3041076, 30.5009599 ], [ 120.3049814, 30.5007326 ] ], [ [ 120.3049814, 30.5007326 ], [ 120.3050468, 30.5007137 ] ], [ [ 120.3050468, 30.5007137 ], [ 120.3054132, 30.5006309 ] ], [ [ 120.3054132, 30.5006309 ], [ 120.3060435, 30.5005985 ] ], [ [ 120.3060435, 30.5005985 ], [ 120.3071406, 30.50055 ] ], [ [ 120.3071406, 30.50055 ], [ 120.3071506, 30.500929 ] ], [ [ 120.3071506, 30.500929 ], [ 120.3072102, 30.5019698 ] ], [ [ 120.3072102, 30.5019698 ], [ 120.3073613, 30.5049811 ] ], [ [ 120.3073613, 30.5049811 ], [ 120.3073579, 30.5053652 ] ], [ [ 120.3073579, 30.5053652 ], [ 120.3074291, 30.5060603 ] ], [ [ 120.3074291, 30.5060603 ], [ 120.3075557, 30.5061761 ] ] ] } }, +{ "type": "Feature", "properties": { "highway": "trunk" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 120.0703293, 30.1233627 ], [ 120.069864, 30.1229619 ], [ 120.0695967, 30.1226931 ], [ 120.0693335, 30.1223912 ], [ 120.0690851, 30.1220035 ], [ 120.0689049, 30.1216449 ], [ 120.0687542, 30.1212601 ], [ 120.068672, 30.1209461 ], [ 120.0685912, 30.1204895 ], [ 120.0684757, 30.1195763 ], [ 120.0680598, 30.1156775 ] ], [ [ 120.0685839, 30.1190002 ], [ 120.0687313, 30.1204167 ], [ 120.0688228, 30.1209138 ], [ 120.0689433, 30.1213319 ], [ 120.0690843, 30.1216891 ], [ 120.0692456, 30.1219911 ], [ 120.0694686, 30.1223204 ], [ 120.0697384, 30.122637 ], [ 120.07007, 30.122942 ], [ 120.0704463, 30.1232582 ] ], [ [ 120.0796772, 30.1251717 ], [ 120.0794541, 30.1251877 ], [ 120.0792027, 30.1252063 ], [ 120.0785957, 30.1252422 ], [ 120.0781387, 30.1252314 ], [ 120.0777129, 30.1251991 ], [ 120.0772565, 30.1251316 ], [ 120.0767824, 30.1250373 ], [ 120.0752958, 30.1247316 ], [ 120.0728332, 30.1242764 ], [ 120.0722774, 30.1241689 ], [ 120.0716092, 30.1240004 ], [ 120.0712195, 30.1238736 ], [ 120.0708245, 30.1236854 ], [ 120.0703293, 30.1233627 ] ], [ [ 120.0704463, 30.1232582 ], [ 120.0706956, 30.1234105 ], [ 120.0711621, 30.1236683 ], [ 120.0717445, 30.123895 ], [ 120.0722685, 30.1240353 ], [ 120.0728515, 30.1241542 ] ], [ [ 120.0728515, 30.1241542 ], [ 120.0763572, 30.1248152 ] ], [ [ 120.0763572, 30.1248152 ], [ 120.0768904, 30.1249247 ], [ 120.0773833, 30.1250224 ], [ 120.0778096, 30.1250839 ], [ 120.0782183, 30.1251078 ], [ 120.0787759, 30.1251013 ], [ 120.0791723, 30.1250771 ], [ 120.0794458, 30.1250505 ], [ 120.0796512, 30.1250412 ] ], [ [ 120.0796512, 30.1250412 ], [ 120.0798225, 30.1250932 ] ], [ [ 120.0796772, 30.1251717 ], [ 120.0796512, 30.1250412 ] ], [ [ 120.0798225, 30.1250932 ], [ 120.0796772, 30.1251717 ] ], [ [ 120.0809587, 30.1286903 ], [ 120.080506, 30.1275069 ], [ 120.0802149, 30.1267432 ], [ 120.0800532, 30.126308 ], [ 120.0799389, 30.1260116 ], [ 120.0798492, 30.1258153 ], [ 120.0797424, 30.1254908 ], [ 120.0796772, 30.1251717 ] ], [ [ 120.0798225, 30.1250932 ], [ 120.0798656, 30.1253228 ], [ 120.0799332, 30.1255585 ], [ 120.0804252, 30.1269375 ], [ 120.0807162, 30.1276975 ], [ 120.0810747, 30.1286446 ], [ 120.0817731, 30.1305116 ] ], [ [ 120.0816672, 30.1305393 ], [ 120.0809587, 30.1286903 ] ], [ [ 120.0828356, 30.1336974 ], [ 120.0825362, 30.1328962 ], [ 120.0823601, 30.1324186 ], [ 120.0816672, 30.1305393 ] ], [ [ 120.0817731, 30.1305116 ], [ 120.0823781, 30.1321534 ], [ 120.0826429, 30.132872 ], [ 120.0829448, 30.133652 ], [ 120.0836223, 30.1354587 ] ], [ [ 120.0835077, 30.1354901 ], [ 120.0833127, 30.1349701 ], [ 120.0828356, 30.1336974 ] ], [ [ 120.0836223, 30.1354587 ], [ 120.0836761, 30.1355543 ] ], [ [ 120.0835608, 30.1355901 ], [ 120.0835077, 30.1354901 ] ], [ [ 120.0836761, 30.1355543 ], [ 120.0838292, 30.1360214 ], [ 120.0839972, 30.1365338 ], [ 120.0840195, 30.1366001 ], [ 120.0841666, 30.137038 ], [ 120.0844639, 30.1379224 ] ], [ [ 120.0854648, 30.141239 ], [ 120.0848974, 30.1396132 ], [ 120.0847695, 30.1392234 ], [ 120.0843503, 30.137946 ], [ 120.0838586, 30.13646 ], [ 120.0835608, 30.1355901 ] ], [ [ 120.0856002, 30.141193 ], [ 120.0860659, 30.1426087 ], [ 120.0861211, 30.1427765 ], [ 120.0863294, 30.1433563 ], [ 120.0865711, 30.1437568 ], [ 120.0868002, 30.1441295 ], [ 120.0870624, 30.1444522 ], [ 120.0874518, 30.1448287 ], [ 120.0878152, 30.1451239 ], [ 120.0881883, 30.1453839 ], [ 120.0887212, 30.1456838 ] ], [ [ 120.0888323, 30.1458716 ], [ 120.0885704, 30.1457402 ], [ 120.0883723, 30.1456279 ], [ 120.0881506, 30.1454902 ], [ 120.0877684, 30.1452372 ], [ 120.0874118, 30.1449623 ], [ 120.0870891, 30.1446673 ], [ 120.0867584, 30.1443004 ], [ 120.0864897, 30.1439194 ], [ 120.0862581, 30.1435064 ], [ 120.0861358, 30.1431865 ], [ 120.0859392, 30.1426524 ], [ 120.0854648, 30.141239 ] ], [ [ 120.0887212, 30.1456838 ], [ 120.0888323, 30.1458716 ] ], [ [ 120.0844639, 30.1379224 ], [ 120.0848631, 30.1390636 ], [ 120.0850508, 30.1396 ] ], [ [ 120.0850508, 30.1396 ], [ 120.0856002, 30.141193 ] ], [ [ 120.0649408, 30.1489054 ], [ 120.0653694, 30.1489275 ], [ 120.0658519, 30.1489461 ], [ 120.0663858, 30.1489141 ], [ 120.0669013, 30.1488741 ] ], [ [ 120.0601602, 30.1492474 ], [ 120.0612972, 30.1491554 ], [ 120.0630356, 30.1490293 ], [ 120.0646667, 30.1488973 ], [ 120.0649408, 30.1489054 ] ], [ [ 120.0665585, 30.1045468 ], [ 120.0664176, 30.1043035 ], [ 120.0661912, 30.1040188 ], [ 120.0659078, 30.1037141 ], [ 120.0655508, 30.1034068 ], [ 120.0651186, 30.1031219 ], [ 120.0645366, 30.1028487 ], [ 120.0637435, 30.1025939 ], [ 120.0620323, 30.1021236 ], [ 120.056964, 30.1007012 ], [ 120.0564501, 30.1005291 ], [ 120.0559963, 30.1003662 ], [ 120.0555703, 30.1001979 ], [ 120.0549899, 30.0999379 ], [ 120.0534026, 30.0992011 ], [ 120.0498462, 30.0975794 ], [ 120.0463421, 30.0959949 ], [ 120.046071, 30.0958711 ], [ 120.0456335, 30.095655 ], [ 120.0454807, 30.0955696 ], [ 120.045082, 30.0953258 ], [ 120.0447107, 30.0950779 ], [ 120.0444473, 30.0948407 ], [ 120.0442193, 30.0946191 ], [ 120.0438869, 30.0942687 ], [ 120.0425473, 30.092505 ], [ 120.042369554613941, 30.092271842914105 ] ], [ [ 120.042502256385333, 30.092219970228172 ], [ 120.0426555, 30.092422 ], [ 120.0434457, 30.093447 ], [ 120.0441096, 30.0943063 ], [ 120.0444802, 30.0946863 ], [ 120.0448321, 30.0949997 ], [ 120.0452565, 30.0952928 ], [ 120.0457679, 30.0955825 ], [ 120.0462215, 30.095792 ], [ 120.046458, 30.0959042 ], [ 120.0499117, 30.097474 ], [ 120.0536453, 30.0991731 ], [ 120.0551438, 30.099857 ], [ 120.0556135, 30.1000645 ], [ 120.0562799, 30.1003351 ], [ 120.0568972, 30.1005502 ], [ 120.0589405, 30.1011334 ], [ 120.0608169, 30.1016432 ], [ 120.0637716, 30.102468 ], [ 120.0645202, 30.1026994 ], [ 120.0650156, 30.1029224 ], [ 120.065466, 30.1031808 ], [ 120.0658719, 30.1034817 ], [ 120.0662804, 30.1038636 ], [ 120.0665121, 30.1041487 ], [ 120.0666864, 30.1044678 ] ], [ [ 120.00898669385613, 30.150644333263468 ], [ 120.0092863, 30.1506106 ], [ 120.0108756, 30.1503007 ], [ 120.011942, 30.1500779 ], [ 120.0128773, 30.1498371 ], [ 120.0130398, 30.1498036 ], [ 120.0138507, 30.1496366 ], [ 120.0146168, 30.1494774 ], [ 120.0154021, 30.1493484 ], [ 120.0182507, 30.148757 ], [ 120.0200065, 30.148402 ], [ 120.0202352, 30.1483558 ], [ 120.0211928, 30.1481671 ], [ 120.0221221, 30.1480235 ], [ 120.0229184, 30.1479374 ], [ 120.0232207, 30.1479271 ], [ 120.0237256, 30.1479324 ], [ 120.02426, 30.1479711 ], [ 120.0252487, 30.1481152 ], [ 120.0258533, 30.1481985 ], [ 120.0268968, 30.1483534 ], [ 120.0271576, 30.1483921 ], [ 120.028635, 30.1485909 ], [ 120.0290331, 30.1486892 ], [ 120.0294327, 30.1487878 ], [ 120.029758328117893, 30.148858699562698 ] ], [ [ 120.029758328117893, 30.148858699562698 ], [ 120.0299053, 30.1488907 ], [ 120.0303028, 30.148948 ], [ 120.0323344, 30.1492412 ], [ 120.0329189, 30.1493226 ], [ 120.0336098, 30.1494186 ], [ 120.0339244, 30.1494762 ], [ 120.0366628, 30.1498726 ], [ 120.0368401, 30.1498994 ], [ 120.0377242, 30.1500269 ], [ 120.0381219, 30.1500842 ], [ 120.0387887, 30.1501799 ], [ 120.0395041, 30.1502875 ], [ 120.0398033, 30.1503207 ], [ 120.040373, 30.1503981 ], [ 120.0408491, 30.1504527 ], [ 120.0416592, 30.15054 ], [ 120.0429731, 30.1505946 ] ], [ [ 120.0728002, 30.1485188 ], [ 120.0735603, 30.1484976 ], [ 120.0745661, 30.1483941 ], [ 120.0750595, 30.1483109 ] ], [ [ 120.0752172, 30.1482901 ], [ 120.0756777, 30.1482741 ], [ 120.0764512, 30.1482358 ], [ 120.0785095, 30.1481421 ], [ 120.0795197, 30.1480914 ], [ 120.07997, 30.1480334 ], [ 120.0802222, 30.1480275 ], [ 120.0809454, 30.1479987 ], [ 120.0818656, 30.147951 ], [ 120.0830936, 30.1479238 ], [ 120.0839259, 30.1478759 ], [ 120.0843905, 30.1478858 ], [ 120.0850167, 30.1479186 ], [ 120.08515, 30.1479258 ], [ 120.0852716, 30.147921 ], [ 120.0856444, 30.1479045 ], [ 120.086346, 30.1479569 ], [ 120.0865389, 30.1480001 ], [ 120.0871339, 30.1481223 ], [ 120.0877638, 30.148205 ], [ 120.0885094, 30.14831 ], [ 120.0890303, 30.1484019 ], [ 120.0894873, 30.1484895 ] ], [ [ 120.0750595, 30.1483109 ], [ 120.0752172, 30.1482901 ] ], [ [ 120.0893825, 30.1488796 ], [ 120.0881224, 30.1486599 ], [ 120.0873879, 30.148551 ], [ 120.0868425, 30.1485058 ], [ 120.0863188, 30.1484884 ], [ 120.0855989, 30.1484266 ], [ 120.0851659, 30.1483647 ], [ 120.0844086, 30.1483268 ], [ 120.083273, 30.1483203 ], [ 120.0825911, 30.1483039 ], [ 120.0819037, 30.1483247 ], [ 120.0805137, 30.1483696 ], [ 120.0792229, 30.148447 ], [ 120.0787381, 30.1484819 ], [ 120.0780051, 30.1485154 ], [ 120.0771484, 30.1485709 ], [ 120.0754964, 30.1486828 ], [ 120.0752488, 30.1486756 ] ], [ [ 120.0722356, 30.1485362 ], [ 120.0728002, 30.1485188 ] ], [ [ 120.0687231, 30.1487495 ], [ 120.0694765, 30.1487034 ], [ 120.0710321, 30.1486168 ], [ 120.0722356, 30.1485362 ] ], [ [ 120.0751094, 30.1486776 ], [ 120.0745259, 30.1486372 ], [ 120.0741063, 30.1486315 ], [ 120.073499, 30.148642 ], [ 120.0728017, 30.1486776 ] ], [ [ 120.0728017, 30.1486776 ], [ 120.0722879, 30.1487133 ] ], [ [ 120.0669013, 30.1488741 ], [ 120.0676351, 30.1488167 ], [ 120.0687231, 30.1487495 ] ], [ [ 120.0722879, 30.1487133 ], [ 120.071476, 30.1487531 ], [ 120.0696371, 30.1488534 ], [ 120.0687491, 30.1489134 ] ], [ [ 120.0687491, 30.1489134 ], [ 120.066874, 30.1490424 ], [ 120.0662438, 30.1490799 ], [ 120.0658441, 30.1491134 ], [ 120.0655276, 30.1491614 ], [ 120.0649802, 30.1492547 ] ], [ [ 120.0752488, 30.1486756 ], [ 120.0751094, 30.1486776 ] ], [ [ 120.049624, 30.1501319 ], [ 120.0504057, 30.150049 ], [ 120.0516495, 30.1499596 ], [ 120.0521446, 30.1499182 ], [ 120.0526143, 30.1498632 ], [ 120.053386, 30.1498017 ], [ 120.0541981, 30.149741 ], [ 120.0553687, 30.1496376 ], [ 120.0582115, 30.1494011 ] ], [ [ 120.0543325, 30.1501756 ], [ 120.052553, 30.1502999 ], [ 120.050616, 30.1504619 ], [ 120.0499412, 30.1505078 ], [ 120.049727, 30.1504918 ] ], [ [ 120.0429731, 30.1505946 ], [ 120.0439369, 30.150609 ], [ 120.0444924, 30.1506173 ], [ 120.0448953, 30.1506004 ], [ 120.0453819, 30.1505747 ], [ 120.0459729, 30.1505331 ], [ 120.0469369, 30.1504415 ], [ 120.0480119, 30.1503657 ], [ 120.0482369, 30.1503498 ], [ 120.0486063, 30.1503281 ], [ 120.048729281305086, 30.150307890301946 ] ], [ [ 120.048729281305086, 30.150307890301946 ], [ 120.0491059, 30.150246 ], [ 120.049624, 30.1501319 ] ], [ [ 120.049727, 30.1504918 ], [ 120.0489313, 30.1504897 ], [ 120.0487113, 30.1504891 ], [ 120.0482693, 30.1504991 ], [ 120.0468742, 30.1505965 ] ], [ [ 120.009026522134135, 30.150756296311975 ], [ 120.0093764, 30.150701 ], [ 120.0097641, 30.1506315 ], [ 120.0102749, 30.1505376 ], [ 120.0107417, 30.1504444 ], [ 120.0112725, 30.150344 ], [ 120.012221, 30.1501585 ], [ 120.0139282, 30.1497899 ], [ 120.0175561, 30.1490285 ], [ 120.0200796, 30.1485198 ], [ 120.0208719, 30.148355 ], [ 120.0215688, 30.1482275 ], [ 120.0221108, 30.1481671 ], [ 120.0227015, 30.1480987 ], [ 120.0237073, 30.148092 ], [ 120.0247077, 30.1481692 ], [ 120.0249694, 30.1481993 ], [ 120.0256503, 30.1482995 ], [ 120.0284859, 30.1486962 ], [ 120.029758328117893, 30.148858699562698 ] ], [ [ 120.029758328117893, 30.148858699562698 ], [ 120.0322891, 30.1491819 ], [ 120.0382278, 30.1500645 ], [ 120.0396796, 30.1502621 ], [ 120.04115, 30.1504624 ], [ 120.0418382, 30.1505278 ], [ 120.0421345, 30.150556 ], [ 120.0446257, 30.1505616 ], [ 120.0470197, 30.1503989 ], [ 120.048729281305086, 30.150307890301946 ] ], [ [ 120.048729281305086, 30.150307890301946 ], [ 120.0500459, 30.1502378 ], [ 120.0527034, 30.1500084 ], [ 120.0539296, 30.1499028 ], [ 120.0572408, 30.1496322 ], [ 120.0591971, 30.1494786 ], [ 120.0613214, 30.1492919 ], [ 120.0614964, 30.1492829 ], [ 120.0616713, 30.1492626 ], [ 120.0646578, 30.1490495 ], [ 120.0725275, 30.1485571 ], [ 120.0755067, 30.1484178 ], [ 120.0778953, 30.1482878 ], [ 120.0786126, 30.1482364 ], [ 120.0797058, 30.1481863 ], [ 120.0813088, 30.148106 ], [ 120.0827648, 30.1480489 ], [ 120.0834674, 30.1480272 ], [ 120.0836873, 30.1480296 ], [ 120.0855233, 30.1481018 ], [ 120.0863102, 30.148154 ], [ 120.0870582, 30.1482393 ], [ 120.0879251, 30.1483606 ], [ 120.0890278, 30.1485485 ], [ 120.089451132800505, 30.148624126188182 ] ], [ [ 120.089451132800505, 30.148624126188182 ], [ 120.089807, 30.1486877 ], [ 120.090538, 30.1488556 ], [ 120.0912702, 30.1490443 ], [ 120.0934708, 30.1497076 ], [ 120.0949829, 30.1502953 ], [ 120.0958346, 30.1506191 ], [ 120.0981329, 30.1515371 ], [ 120.1004113, 30.1525018 ], [ 120.1006212, 30.1525879 ], [ 120.1011139, 30.1527901 ], [ 120.1024399, 30.1533461 ], [ 120.1059331, 30.1547756 ], [ 120.106184024041795, 30.154876477978181 ] ], [ [ 120.106184024041795, 30.154876477978181 ], [ 120.106249, 30.1549026 ], [ 120.106301796123063, 30.154923834360819 ] ], [ [ 120.106301796123063, 30.154923834360819 ], [ 120.1069049, 30.1551664 ], [ 120.1076328, 30.1554328 ], [ 120.1083682, 30.1556788 ], [ 120.109895, 30.1561322 ], [ 120.1101789, 30.1562288 ], [ 120.1104345, 30.1563315 ], [ 120.1106855, 30.1564414 ], [ 120.1108869, 30.1565329 ], [ 120.1120855, 30.1571281 ] ], [ [ 120.1146262, 30.1586195 ], [ 120.1136763, 30.1582521 ], [ 120.1129118, 30.1579643 ], [ 120.1121871, 30.1577084 ], [ 120.1109006, 30.157219 ], [ 120.1106693, 30.1570706 ], [ 120.108399, 30.1559152 ], [ 120.1075706, 30.155534 ], [ 120.106293278471199, 30.155015041947326 ] ], [ [ 120.106293278471199, 30.155015041947326 ], [ 120.106175544479925, 30.154967208256693 ] ], [ [ 120.106175544479925, 30.154967208256693 ], [ 120.1023846, 30.153427 ], [ 120.1017379, 30.1531714 ], [ 120.1015876, 30.153112 ], [ 120.1006722, 30.1527619 ], [ 120.1005736, 30.1527219 ], [ 120.0980409, 30.1516898 ], [ 120.0958081, 30.1508421 ], [ 120.0942665, 30.1502067 ], [ 120.0934259, 30.1498903 ], [ 120.0925606, 30.1495846 ], [ 120.0917901, 30.1493473 ], [ 120.0910195, 30.1491283 ], [ 120.0901422, 30.1489075 ], [ 120.089414737027155, 30.148759603203288 ] ], [ [ 120.089414737027155, 30.148759603203288 ], [ 120.0890045, 30.1486762 ], [ 120.087339, 30.1484249 ], [ 120.0866524, 30.148339 ], [ 120.0861253, 30.1482805 ], [ 120.0849627, 30.148209 ], [ 120.084478, 30.1481828 ], [ 120.0838718, 30.1481751 ], [ 120.0830259, 30.1481776 ], [ 120.0826569, 30.1481774 ], [ 120.0818884, 30.1482175 ], [ 120.080838, 30.1482621 ], [ 120.0800069, 30.1483144 ], [ 120.0786294, 30.1483801 ], [ 120.0769129, 30.1484703 ], [ 120.0755176, 30.1485387 ], [ 120.0725256, 30.1486198 ], [ 120.0646633, 30.1491713 ], [ 120.0616798, 30.1494082 ], [ 120.0615161, 30.1494262 ], [ 120.0613269, 30.1494403 ], [ 120.0592336, 30.1496502 ], [ 120.0539506, 30.1500648 ], [ 120.0526494, 30.1501498 ], [ 120.0500351, 30.1503483 ], [ 120.0470397, 30.150521 ], [ 120.0446097, 30.1506885 ], [ 120.0440008, 30.1506945 ], [ 120.0434268, 30.150689 ], [ 120.0423153, 30.1506587 ], [ 120.0416617, 30.1506136 ], [ 120.0412249, 30.1505772 ], [ 120.040764, 30.1505245 ], [ 120.0381749, 30.150171 ], [ 120.0326438, 30.1493652 ], [ 120.0284757, 30.1488514 ], [ 120.025635, 30.1484426 ], [ 120.0245208, 30.1482891 ], [ 120.0237016, 30.1482459 ], [ 120.0230052, 30.1482497 ], [ 120.0223574, 30.1482816 ], [ 120.0218645, 30.1483261 ], [ 120.0213767, 30.1483967 ], [ 120.0208057, 30.1485082 ], [ 120.0203878, 30.1485906 ], [ 120.0194787, 30.1487885 ], [ 120.0165753, 30.1493716 ], [ 120.0138085, 30.1499944 ], [ 120.0122519, 30.1502937 ], [ 120.0112833, 30.1504814 ], [ 120.0105565, 30.1506301 ], [ 120.0098568, 30.1507613 ], [ 120.009075599281701, 30.150894259270149 ] ], [ [ 120.0429305, 30.1507611 ], [ 120.0424183, 30.1507554 ], [ 120.0420131, 30.150729 ], [ 120.0417626, 30.1507126 ], [ 120.0410975, 30.150651 ], [ 120.0403198, 30.150557 ], [ 120.0394891, 30.1504352 ], [ 120.0381757, 30.1502351 ], [ 120.03663, 30.1500182 ], [ 120.0359267, 30.1499217 ], [ 120.0355458, 30.1498769 ], [ 120.0350177, 30.1498149 ], [ 120.0344664, 30.1497521 ], [ 120.0339316, 30.1496607 ], [ 120.0330412, 30.1495246 ], [ 120.0326378, 30.1495016 ], [ 120.0322942, 30.1494437 ], [ 120.0319284, 30.1493654 ], [ 120.0313956, 30.1492901 ], [ 120.0302024, 30.1491051 ], [ 120.0296147, 30.1490593 ], [ 120.028763, 30.149 ], [ 120.0284499, 30.1489645 ], [ 120.0272137, 30.1487875 ], [ 120.0258422, 30.1485911 ], [ 120.025017, 30.1484751 ], [ 120.0239353, 30.1484119 ], [ 120.0233756, 30.1484007 ], [ 120.0227764, 30.1484151 ], [ 120.0222486, 30.1484576 ], [ 120.021873, 30.1484845 ], [ 120.0210927, 30.1486009 ], [ 120.0199581, 30.1488109 ], [ 120.0182224, 30.1491713 ], [ 120.0176521, 30.1492866 ], [ 120.0173416, 30.1493494 ], [ 120.0162769, 30.1495646 ], [ 120.0149346, 30.1498451 ], [ 120.0139342, 30.1500859 ], [ 120.0136601, 30.1501519 ], [ 120.0126005, 30.1503816 ], [ 120.0119992, 30.150478 ], [ 120.0114352, 30.1505867 ], [ 120.0099687, 30.1508783 ], [ 120.0096388, 30.1509439 ], [ 120.009124015730762, 30.151030364909293 ] ], [ [ 120.0582115, 30.1494011 ], [ 120.0601602, 30.1492474 ] ], [ [ 120.0649802, 30.1492547 ], [ 120.0647169, 30.1492854 ], [ 120.0631232, 30.1494092 ], [ 120.0615171, 30.1495698 ], [ 120.0613597, 30.1495881 ], [ 120.0595509, 30.1497435 ], [ 120.058999, 30.1498103 ], [ 120.0567191, 30.149968 ], [ 120.0543325, 30.1501756 ] ], [ [ 120.0468742, 30.1505965 ], [ 120.0456399, 30.1507151 ], [ 120.0450828, 30.1507526 ] ], [ [ 120.0450828, 30.1507526 ], [ 120.0446749, 30.1507628 ], [ 120.0442489, 30.1507655 ], [ 120.0439512, 30.1507589 ], [ 120.0434304, 30.1507652 ], [ 120.0429305, 30.1507611 ] ], [ [ 119.969916959918109, 30.17558937505855 ], [ 119.9700392, 30.1775417 ], [ 119.9700896, 30.1780421 ], [ 119.9701759, 30.1786829 ] ], [ [ 119.9700723, 30.1788472 ], [ 119.9699856, 30.1781882 ], [ 119.9699509, 30.1774951 ], [ 119.9698766, 30.1762838 ], [ 119.969833803245677, 30.175576819379621 ] ], [ [ 119.9701759, 30.1786829 ], [ 119.9702322, 30.1790308 ], [ 119.9704651, 30.1797521 ], [ 119.9707641, 30.1804448 ], [ 119.9710839, 30.1809347 ], [ 119.9714889, 30.1814681 ], [ 119.9720295, 30.181994 ], [ 119.9725406, 30.1824072 ], [ 119.9732255, 30.1828565 ], [ 119.9738338, 30.1831465 ], [ 119.9756434, 30.1838482 ], [ 119.9761396, 30.184044 ], [ 119.9767383, 30.1842923 ], [ 119.9767942, 30.1843155 ], [ 119.977525, 30.1846904 ], [ 119.9778517, 30.1848863 ], [ 119.9784113, 30.1852608 ], [ 119.979379, 30.186007 ], [ 119.9800632, 30.1865542 ], [ 119.9811373, 30.1879428 ], [ 119.9818659, 30.189509 ], [ 119.9822395, 30.1907078 ], [ 119.9839207, 30.1976142 ], [ 119.9841361, 30.1992979 ], [ 119.9842769, 30.2011109 ], [ 119.9842921, 30.2014584 ], [ 119.9842921, 30.2019173 ], [ 119.9842617, 30.2022976 ], [ 119.9842589, 30.2039984 ], [ 119.9842535, 30.2049987 ], [ 119.9842515, 30.2053691 ], [ 119.9842514, 30.2053957 ], [ 119.9842506, 30.2054663 ], [ 119.9842477, 30.2057294 ], [ 119.9842451, 30.2059667 ], [ 119.9842438, 30.2060854 ], [ 119.9842379, 30.2066304 ], [ 119.9842303, 30.2070894 ], [ 119.9841797, 30.2075474 ], [ 119.9841694, 30.2076831 ], [ 119.9840814, 30.2080188 ], [ 119.9839564, 30.2084319 ], [ 119.983699, 30.2089688 ], [ 119.9835115, 30.2092833 ], [ 119.9830078, 30.2098521 ], [ 119.982574, 30.2102333 ], [ 119.9821607, 30.2105852 ], [ 119.981835, 30.2108624 ], [ 119.9798681, 30.2125081 ], [ 119.9796108, 30.2128322 ], [ 119.9792578, 30.2132579 ], [ 119.9790924, 30.2134994 ], [ 119.9789637, 30.2137027 ], [ 119.9788019, 30.214049 ], [ 119.9787174, 30.2142841 ], [ 119.9785997, 30.2146495 ], [ 119.9785446, 30.2149545 ], [ 119.9784931, 30.215431 ], [ 119.9785299, 30.2161013 ], [ 119.9788093, 30.2177788 ], [ 119.9790853, 30.2192649 ] ], [ [ 119.9789652, 30.2192759 ], [ 119.9788914, 30.2189396 ], [ 119.9788498, 30.218699 ], [ 119.9785572, 30.2170084 ], [ 119.9784013, 30.2161103 ], [ 119.9783791, 30.215628 ], [ 119.9783845, 30.2152973 ], [ 119.978438, 30.2148782 ], [ 119.9785314, 30.2145012 ], [ 119.9787163, 30.2139516 ], [ 119.9791096, 30.2132576 ], [ 119.97942, 30.2128327 ], [ 119.9797261, 30.2124525 ], [ 119.9805746, 30.2117489 ], [ 119.9813102, 30.2111218 ], [ 119.9819733, 30.2105947 ], [ 119.9821694, 30.2104388 ], [ 119.9828045, 30.2098948 ], [ 119.9831377, 30.2095571 ], [ 119.9833916, 30.2092483 ], [ 119.9835681, 30.2089659 ], [ 119.9838567, 30.2083902 ], [ 119.9840337, 30.207679 ], [ 119.9840815, 30.2074207 ], [ 119.9841146, 30.2067622 ], [ 119.9841195, 30.2060225 ], [ 119.9841202, 30.2059036 ], [ 119.9841238, 30.2053593 ], [ 119.984125, 30.2037361 ], [ 119.9840911, 30.2029323 ], [ 119.9840782, 30.2026251 ], [ 119.9840438, 30.2019577 ], [ 119.9839694, 30.2010908 ], [ 119.9835196, 30.1975828 ], [ 119.9823472, 30.1923507 ], [ 119.9814595, 30.1894426 ], [ 119.98073, 30.1879859 ], [ 119.9798316, 30.1867842 ], [ 119.979037, 30.1861316 ], [ 119.9782029, 30.1854465 ], [ 119.9780253, 30.185321 ], [ 119.9773008, 30.1848294 ], [ 119.9767381, 30.1844902 ], [ 119.9760731, 30.1841735 ], [ 119.9758586, 30.1840859 ], [ 119.9741791, 30.1833999 ], [ 119.9734428, 30.1830801 ], [ 119.9728436, 30.1827513 ], [ 119.9723257, 30.1823791 ], [ 119.9718197, 30.1819553 ], [ 119.9713331, 30.1814427 ], [ 119.9709621, 30.1809513 ], [ 119.9706129, 30.1803772 ], [ 119.9703531, 30.1797966 ], [ 119.9701978, 30.179346 ], [ 119.9701164, 30.1790547 ], [ 119.9700723, 30.1788472 ] ], [ [ 119.9790853, 30.2192649 ], [ 119.9791889, 30.2198484 ], [ 119.9792688, 30.220298 ], [ 119.9792799, 30.2204378 ], [ 119.979313, 30.2207206 ], [ 119.9793313, 30.2208889 ], [ 119.9793313, 30.2211748 ], [ 119.9792799, 30.2216259 ], [ 119.9790243, 30.2228862 ] ], [ [ 119.9788908, 30.2229191 ], [ 119.9791339, 30.2217214 ], [ 119.9792139, 30.2210532 ], [ 119.9791501, 30.2203029 ], [ 119.9789652, 30.2192759 ] ], [ [ 119.9790243, 30.2228862 ], [ 119.9789747, 30.2233287 ], [ 119.9789586, 30.2237669 ], [ 119.9788846, 30.2257791 ], [ 119.9788653, 30.2263055 ] ], [ [ 119.9787602, 30.2264195 ], [ 119.9788105, 30.2245846 ], [ 119.9788203, 30.2243819 ], [ 119.9788908, 30.2229191 ] ], [ [ 119.9788653, 30.2263055 ], [ 119.9788599, 30.226452 ] ], [ [ 119.978757, 30.2265368 ], [ 119.9787602, 30.2264195 ] ], [ [ 119.9787616, 30.227404 ], [ 119.978735, 30.2271026 ], [ 119.978757, 30.2265368 ] ], [ [ 119.9788599, 30.226452 ], [ 119.9788482, 30.2271156 ], [ 119.978883, 30.2283175 ] ], [ [ 119.9787937, 30.2283265 ], [ 119.9787616, 30.227404 ] ], [ [ 119.978883, 30.2283175 ], [ 119.9789255, 30.2289821 ], [ 119.9789626, 30.229561 ] ], [ [ 119.9789096, 30.2309944 ], [ 119.9788486, 30.2295515 ], [ 119.9788349, 30.2292448 ], [ 119.9787937, 30.2283265 ] ], [ [ 119.9789626, 30.229561 ], [ 119.9790113, 30.2309932 ] ], [ [ 119.9790113, 30.2309932 ], [ 119.9791108, 30.2324961 ] ], [ [ 119.9789835, 30.232514 ], [ 119.9789096, 30.2309944 ] ], [ [ 119.9791108, 30.2324961 ], [ 119.9791562, 30.2336143 ], [ 119.9792062, 30.2348484 ] ], [ [ 119.9790782, 30.2348425 ], [ 119.9790342, 30.2337606 ], [ 119.9789835, 30.232514 ] ], [ [ 119.9790916, 30.2351426 ], [ 119.9790782, 30.2348425 ] ], [ [ 119.9792062, 30.2348484 ], [ 119.9792292, 30.2351462 ] ], [ [ 119.9727702, 30.2373634 ], [ 119.9735232, 30.2367505 ], [ 119.9737076, 30.236631 ], [ 119.9744367, 30.2361583 ], [ 119.975406, 30.2357041 ], [ 119.9764291, 30.2352965 ], [ 119.9773823, 30.2350817 ], [ 119.9782642, 30.2349253 ], [ 119.9790782, 30.2348425 ] ], [ [ 119.9790916, 30.2351426 ], [ 119.9782797, 30.2352367 ], [ 119.9779324, 30.2352931 ], [ 119.9776154, 30.2353445 ], [ 119.9774567, 30.2353703 ], [ 119.9765469, 30.2355999 ], [ 119.9759758, 30.2357986 ], [ 119.9754048, 30.2360252 ], [ 119.9745754, 30.2364598 ], [ 119.9740339, 30.2367772 ], [ 119.9734815, 30.2371599 ], [ 119.9729941, 30.2375785 ] ], [ [ 119.9792292, 30.2351462 ], [ 119.9790916, 30.2351426 ] ], [ [ 119.896068, 30.2488433 ], [ 119.8953436, 30.2490755 ], [ 119.894493, 30.2493103 ], [ 119.8936729, 30.2494862 ], [ 119.892517, 30.2496573 ], [ 119.8914714, 30.249738 ], [ 119.8898442, 30.2498408 ], [ 119.888205, 30.2499069 ] ], [ [ 119.8882312, 30.2497972 ], [ 119.888205, 30.2499069 ] ], [ [ 119.9020172, 30.2466717 ], [ 119.9024754, 30.246516 ], [ 119.9086804, 30.2444361 ], [ 119.910535, 30.2440894 ], [ 119.9172947, 30.2435694 ], [ 119.918976, 30.2434654 ], [ 119.9199986, 30.2435348 ], [ 119.9214172, 30.2437889 ], [ 119.9237386, 30.2443757 ] ], [ [ 119.9235124, 30.2447091 ], [ 119.9216417, 30.2440168 ], [ 119.9199951, 30.2436874 ], [ 119.9189898, 30.2436354 ], [ 119.9173258, 30.2437221 ], [ 119.9131327, 30.2440545 ], [ 119.912725, 30.2440869 ], [ 119.9105488, 30.2442594 ], [ 119.9103668, 30.2442909 ], [ 119.9087462, 30.2445714 ], [ 119.9026105, 30.2466687 ], [ 119.9021263, 30.2468337 ] ], [ [ 119.9020172, 30.2466717 ], [ 119.9021263, 30.2468337 ] ], [ [ 120.0666864, 30.1044678 ], [ 120.0668533, 30.1048037 ], [ 120.0669965, 30.1052001 ], [ 120.0670559, 30.105526 ], [ 120.0671511, 30.1061069 ], [ 120.067314, 30.1075506 ], [ 120.0674798, 30.1090844 ], [ 120.0678215, 30.112059 ], [ 120.0681972, 30.1156516 ] ], [ [ 120.0680598, 30.1156775 ], [ 120.0678387, 30.1135624 ], [ 120.0676618, 30.1120648 ], [ 120.0674442, 30.1100001 ], [ 120.0671541, 30.1074562 ], [ 120.0670067, 30.1061238 ], [ 120.0669487, 30.1056188 ], [ 120.0668914, 30.1053551 ], [ 120.0667205, 30.1048786 ], [ 120.0665585, 30.1045468 ] ], [ [ 120.0681972, 30.1156516 ], [ 120.0685839, 30.1190002 ] ], [ [ 120.1489749, 29.9115914 ], [ 120.1488251, 29.9120136 ] ], [ [ 120.1488251, 29.9120136 ], [ 120.148762, 29.9121916 ] ], [ [ 120.148762, 29.9121916 ], [ 120.1486288, 29.9129068 ] ], [ [ 120.1486288, 29.9129068 ], [ 120.1504252, 29.914308 ] ], [ [ 120.1504252, 29.914308 ], [ 120.1511724, 29.9155215 ] ], [ [ 120.1511724, 29.9155215 ], [ 120.1523721, 29.9188622 ] ], [ [ 120.1523721, 29.9188622 ], [ 120.1528879, 29.9201845 ] ], [ [ 120.1528879, 29.9201845 ], [ 120.1531503, 29.9208197 ] ], [ [ 120.1531503, 29.9208197 ], [ 120.1540994, 29.9221352 ] ], [ [ 120.1540994, 29.9221352 ], [ 120.1555101, 29.9229937 ] ], [ [ 120.1555101, 29.9229937 ], [ 120.1576993, 29.9240939 ] ], [ [ 120.1576993, 29.9240939 ], [ 120.1592979, 29.9251353 ] ], [ [ 120.1592979, 29.9251353 ], [ 120.1598665, 29.9257025 ] ], [ [ 120.1598665, 29.9257025 ], [ 120.1599529, 29.9258471 ] ], [ [ 120.1599529, 29.9258471 ], [ 120.1605532, 29.9268523 ] ], [ [ 120.1605532, 29.9268523 ], [ 120.161318, 29.9283724 ] ], [ [ 120.1312798, 30.0789015 ], [ 120.1328059, 30.0792376 ], [ 120.1334076, 30.0793079 ], [ 120.1340511, 30.0793403 ], [ 120.1341069, 30.0793431 ], [ 120.1378674, 30.0794451 ], [ 120.1386582, 30.0794765 ], [ 120.1404522, 30.0795476 ], [ 120.141506, 30.0795894 ], [ 120.141941, 30.0795507 ], [ 120.142559, 30.0794662 ], [ 120.1442258, 30.0791637 ], [ 120.1449698, 30.0790757 ], [ 120.1458439, 30.0789843 ], [ 120.1463062, 30.0789634 ], [ 120.1469567, 30.0790083 ], [ 120.1490846, 30.0791553 ], [ 120.1528336, 30.0794143 ], [ 120.154177, 30.0795044 ], [ 120.1555601, 30.0795971 ] ], [ [ 120.15555, 30.0797258 ], [ 120.1539161, 30.0796232 ], [ 120.1536158, 30.0796043 ], [ 120.1490731, 30.0792996 ], [ 120.1465091, 30.0791277 ], [ 120.1456552, 30.0791756 ], [ 120.1450734, 30.0792148 ], [ 120.1448786, 30.0792415 ], [ 120.1444603, 30.0792988 ], [ 120.1439876, 30.0793768 ], [ 120.1430099, 30.079538 ], [ 120.1424596, 30.0796216 ], [ 120.1417477, 30.0796975 ], [ 120.1404277, 30.079685 ], [ 120.1396795, 30.0796597 ], [ 120.1389195, 30.079634 ], [ 120.138637, 30.0796245 ], [ 120.1376341, 30.0795943 ], [ 120.1369008, 30.0795705 ], [ 120.1353082, 30.0795188 ], [ 120.1342832, 30.0795126 ], [ 120.1331495, 30.0794327 ], [ 120.1326686, 30.0793739 ], [ 120.1319598, 30.0792288 ], [ 120.1312429, 30.0790521 ] ], [ [ 120.130007209615144, 30.078627937659 ], [ 120.1305536, 30.0787415 ], [ 120.1312798, 30.0789015 ] ], [ [ 120.1312429, 30.0790521 ], [ 120.1307864, 30.0789364 ], [ 120.1300129, 30.0787679 ], [ 120.129993735284856, 30.078764238871614 ] ], [ [ 120.161318, 29.9283724 ], [ 120.1616214, 29.9287083 ], [ 120.1631129, 29.9314227 ], [ 120.1651733, 29.9334061 ], [ 120.1658788, 29.9341884 ], [ 120.166683, 29.9356611 ], [ 120.1669935, 29.9364285 ] ], [ [ 120.1667649, 29.9364869 ], [ 120.1665237, 29.9357268 ], [ 120.1657802, 29.9343659 ], [ 120.1650974, 29.9335244 ], [ 120.1629496, 29.9315074 ], [ 120.1614536, 29.9287545 ], [ 120.161318, 29.9283724 ] ], [ [ 120.1669935, 29.9364285 ], [ 120.1670316, 29.9365645 ] ], [ [ 120.1668051, 29.9366135 ], [ 120.1667649, 29.9364869 ] ], [ [ 120.1670316, 29.9365645 ], [ 120.1673012, 29.9375268 ], [ 120.1676964, 29.9388267 ], [ 120.1682016, 29.9396925 ], [ 120.1690651, 29.9407494 ], [ 120.1720087, 29.9431423 ], [ 120.1730769, 29.9439543 ], [ 120.1738807, 29.9445651 ], [ 120.1748128, 29.9450728 ], [ 120.1758956, 29.9457573 ], [ 120.1764178, 29.9461498 ], [ 120.177083, 29.946754 ], [ 120.1774601, 29.9473231 ], [ 120.1779235, 29.9480732 ], [ 120.178508, 29.9492149 ], [ 120.1789195, 29.9499816 ], [ 120.1791689, 29.9506106 ], [ 120.1794434, 29.9512859 ], [ 120.1795506, 29.951681 ], [ 120.1795728, 29.9519835 ], [ 120.1795614, 29.9526013 ], [ 120.1794751, 29.9535969 ], [ 120.179438, 29.9542002 ], [ 120.1795072, 29.9554513 ], [ 120.1796077, 29.9562178 ], [ 120.1796686, 29.9566753 ], [ 120.1798834, 29.9572619 ], [ 120.1802248, 29.957998 ], [ 120.1806269, 29.958629 ], [ 120.1811503, 29.9592797 ], [ 120.1812087, 29.9593427 ], [ 120.1832821, 29.9615802 ], [ 120.1836842, 29.9621454 ], [ 120.1839118, 29.9627304 ], [ 120.1841697, 29.9636374 ], [ 120.1842759, 29.9644983 ], [ 120.1843168, 29.9649626 ] ], [ [ 120.184106, 29.9650257 ], [ 120.1840484, 29.9643537 ], [ 120.183927, 29.9634533 ], [ 120.1835552, 29.9624346 ], [ 120.1830394, 29.9616853 ], [ 120.1817572, 29.9601802 ], [ 120.1806724, 29.9590628 ], [ 120.1800589, 29.9581461 ], [ 120.1795052, 29.9570605 ], [ 120.1792197, 29.9560624 ], [ 120.1791166, 29.9553908 ], [ 120.1790357, 29.9543489 ], [ 120.1790744, 29.9535404 ], [ 120.1791108, 29.9525827 ], [ 120.1790879, 29.952031 ], [ 120.1790357, 29.951681 ], [ 120.1789069, 29.9512627 ], [ 120.1785503, 29.9502469 ], [ 120.1779867, 29.9491083 ], [ 120.1776569, 29.9484577 ], [ 120.1773834, 29.9480183 ], [ 120.1768016, 29.9472594 ], [ 120.176214, 29.9466192 ], [ 120.1754757, 29.9460151 ], [ 120.1746439, 29.9454521 ], [ 120.1738322, 29.9449412 ], [ 120.1714321, 29.9429517 ], [ 120.1689741, 29.9408283 ], [ 120.1680274, 29.93976 ], [ 120.1675342, 29.9389189 ], [ 120.1671159, 29.9375929 ], [ 120.1668051, 29.9366135 ] ], [ [ 120.1841124, 29.9651144 ], [ 120.184106, 29.9650257 ] ], [ [ 120.1787194, 30.0756178 ], [ 120.17816, 30.0757381 ], [ 120.1776531, 30.0757772 ], [ 120.1769541, 30.075731 ], [ 120.1760948, 30.0756461 ], [ 120.1748592, 30.0755136 ] ], [ [ 120.1747398, 30.0753656 ], [ 120.1749498, 30.0753812 ] ], [ [ 120.1749498, 30.0753812 ], [ 120.1759531, 30.0755135 ], [ 120.1768037, 30.0756222 ], [ 120.1775421, 30.0756911 ], [ 120.1780341, 30.075655 ], [ 120.1782075, 30.0756406 ] ], [ [ 120.1555601, 30.0795971 ], [ 120.1580264, 30.0797625 ], [ 120.1587506, 30.0797857 ], [ 120.1594533, 30.0797439 ], [ 120.1602365, 30.0795768 ], [ 120.1605187, 30.0794884 ], [ 120.1608588, 30.0793818 ], [ 120.161524, 30.0791033 ], [ 120.162055, 30.078783 ], [ 120.1626451, 30.0783466 ], [ 120.1631547, 30.0778639 ], [ 120.1639657, 30.077114 ], [ 120.1648767, 30.0762716 ], [ 120.1654614, 30.0758306 ], [ 120.1659872, 30.075515 ], [ 120.1666953, 30.07519 ], [ 120.1672746, 30.0750043 ], [ 120.1679183, 30.074879 ], [ 120.1686157, 30.0747861 ], [ 120.169179, 30.0747768 ], [ 120.1697555, 30.0748163 ], [ 120.1702393, 30.0748696 ], [ 120.1724733, 30.0751158 ], [ 120.1747398, 30.0753656 ] ], [ [ 120.1748592, 30.0755136 ], [ 120.1712707, 30.0751288 ], [ 120.1697576, 30.074947 ], [ 120.1691879, 30.0749106 ], [ 120.1685388, 30.0749187 ], [ 120.167927, 30.0750076 ], [ 120.1673806, 30.0751126 ], [ 120.1668342, 30.0752864 ], [ 120.1661104, 30.0756057 ], [ 120.1654332, 30.0760219 ], [ 120.164686, 30.0766402 ], [ 120.1640956, 30.0771883 ], [ 120.1627573, 30.0784305 ], [ 120.1622436, 30.0788346 ], [ 120.1617953, 30.0791094 ], [ 120.1611975, 30.0794003 ], [ 120.1603569, 30.0796913 ], [ 120.1595023, 30.0798691 ], [ 120.1586757, 30.0799176 ], [ 120.1577044, 30.079861 ], [ 120.15555, 30.0797258 ] ], [ [ 120.1071625, 30.1446077 ], [ 120.1072247, 30.1435866 ] ], [ [ 120.1076676, 30.1442651 ], [ 120.1076102, 30.1446015 ], [ 120.1075229, 30.1449943 ], [ 120.107407, 30.1454386 ], [ 120.1072944, 30.1459321 ], [ 120.1072443, 30.146195 ], [ 120.1072157, 30.1464254 ], [ 120.1071741, 30.1468512 ], [ 120.1071324, 30.147277 ] ], [ [ 120.0888323, 30.1458716 ], [ 120.0889936, 30.1461184 ] ], [ [ 120.0889936, 30.1461184 ], [ 120.0891934, 30.1463521 ] ], [ [ 120.0891934, 30.1463521 ], [ 120.0892961, 30.1465522 ] ], [ [ 120.0892961, 30.1465522 ], [ 120.0893985, 30.1467815 ] ], [ [ 120.0893985, 30.1467815 ], [ 120.0895107, 30.1470961 ] ], [ [ 120.0895107, 30.1470961 ], [ 120.0895879, 30.1474703 ] ], [ [ 120.0895879, 30.1474703 ], [ 120.0895922, 30.1476513 ] ], [ [ 120.0895922, 30.1476513 ], [ 120.0895759, 30.1478546 ] ], [ [ 120.0895759, 30.1478546 ], [ 120.0895457, 30.148225 ] ], [ [ 120.0895457, 30.148225 ], [ 120.0894873, 30.1484895 ] ], [ [ 120.0894873, 30.1484895 ], [ 120.089451132800505, 30.148624126188182 ] ], [ [ 120.089451132800505, 30.148624126188182 ], [ 120.089414737027155, 30.148759603203288 ] ], [ [ 120.089414737027155, 30.148759603203288 ], [ 120.0893825, 30.1488796 ] ], [ [ 120.1071324, 30.147277 ], [ 120.1070504, 30.148116 ] ], [ [ 120.1093549, 30.155757 ], [ 120.1098108, 30.1558902 ], [ 120.1102308, 30.1560475 ], [ 120.1108764, 30.1563413 ], [ 120.1114418, 30.156679 ], [ 120.1120855, 30.1571281 ] ], [ [ 120.1120855, 30.1571281 ], [ 120.1130792, 30.15766 ], [ 120.1138681, 30.1580802 ], [ 120.1147018, 30.1584918 ] ], [ [ 120.1050315, 30.1726627 ], [ 120.1052639, 30.1718122 ], [ 120.1053723, 30.1712631 ], [ 120.105492, 30.170701 ], [ 120.1056519, 30.1697354 ], [ 120.1057063, 30.1692545 ], [ 120.1057536, 30.1687981 ], [ 120.1058164, 30.1681564 ], [ 120.1058473, 30.1676241 ], [ 120.10585, 30.1670674 ], [ 120.1056157, 30.1627296 ], [ 120.105588, 30.1621454 ], [ 120.1056147, 30.1612409 ], [ 120.1057089, 30.1600663 ], [ 120.105822, 30.1588659 ], [ 120.105895, 30.157969 ], [ 120.106175544479925, 30.154967208256693 ] ], [ [ 120.106175544479925, 30.154967208256693 ], [ 120.106184024041795, 30.154876477978181 ] ], [ [ 120.106184024041795, 30.154876477978181 ], [ 120.1062232, 30.1544573 ], [ 120.1063567, 30.1530259 ], [ 120.1063554, 30.152706 ], [ 120.1063511, 30.1520245 ], [ 120.1063438, 30.151525 ], [ 120.1063814, 30.1509592 ], [ 120.1064335, 30.1504063 ], [ 120.1065393, 30.1495983 ], [ 120.1066136, 30.1490458 ], [ 120.1067128, 30.1481957 ], [ 120.1067881, 30.1474404 ], [ 120.1069034, 30.1463306 ], [ 120.1070695, 30.1448569 ], [ 120.1071625, 30.1446077 ] ], [ [ 120.1070504, 30.148116 ], [ 120.1070241, 30.1484979 ], [ 120.1069576, 30.1497604 ], [ 120.1069565, 30.1500295 ], [ 120.1069527, 30.1507753 ], [ 120.1069275, 30.1510008 ], [ 120.1068666, 30.1513586 ], [ 120.1067966, 30.1516898 ], [ 120.1066, 30.1524077 ], [ 120.1065464, 30.1526571 ], [ 120.1064873, 30.1529875 ], [ 120.1064417, 30.1534022 ], [ 120.106403, 30.1537709 ], [ 120.1063443, 30.1544687 ], [ 120.106301796123063, 30.154923834360819 ] ], [ [ 120.106301796123063, 30.154923834360819 ], [ 120.106293278471199, 30.155015041947326 ] ], [ [ 120.106293278471199, 30.155015041947326 ], [ 120.1060158, 30.1579863 ], [ 120.1059005, 30.1592529 ], [ 120.1058222, 30.1600685 ], [ 120.1057732, 30.1607066 ], [ 120.1057862, 30.1612591 ], [ 120.1057493, 30.1618833 ], [ 120.1057474, 30.1627171 ], [ 120.1059744, 30.167053 ], [ 120.1059586, 30.1681758 ], [ 120.1059155, 30.1687765 ], [ 120.1058592, 30.1693562 ], [ 120.1058079, 30.1697934 ], [ 120.1057266, 30.1703534 ], [ 120.1056473, 30.1708203 ], [ 120.1055298, 30.1713563 ], [ 120.1054328, 30.1717818 ], [ 120.1053281, 30.1722517 ], [ 120.1051944, 30.1727617 ] ], [ [ 120.1843168, 29.9649626 ], [ 120.1844277, 29.9663517 ], [ 120.1845187, 29.967561 ], [ 120.1847539, 29.9681394 ], [ 120.1853466, 29.9689589 ], [ 120.1863319, 29.9703213 ], [ 120.1864246, 29.9706058 ], [ 120.1868459, 29.97159 ], [ 120.1871873, 29.9730414 ], [ 120.1874547, 29.9747836 ], [ 120.1878479, 29.9761204 ], [ 120.1879715, 29.9765405 ] ], [ [ 120.1878042, 29.9766162 ], [ 120.1873181, 29.9748362 ], [ 120.1869691, 29.9726543 ], [ 120.1867257, 29.971616 ], [ 120.1863411, 29.9708076 ], [ 120.1853086, 29.9692792 ], [ 120.1844808, 29.9680539 ], [ 120.1843366, 29.9675807 ], [ 120.1842077, 29.9664372 ], [ 120.1841124, 29.9651144 ] ], [ [ 120.1879715, 29.9765405 ], [ 120.1880087, 29.9766488 ] ], [ [ 120.1855613, 30.0408177 ], [ 120.1858769, 30.0381857 ], [ 120.186191, 30.0355664 ], [ 120.1867195, 30.0302588 ], [ 120.1874513, 30.0237893 ], [ 120.1877311, 30.0205071 ], [ 120.1878901, 30.0189128 ], [ 120.1881905, 30.0173715 ], [ 120.1885446, 30.0160039 ], [ 120.1890368, 30.0145596 ], [ 120.1897593, 30.012106 ], [ 120.1899148, 30.0110399 ], [ 120.1899362, 30.01073 ], [ 120.1899415, 30.0105465 ], [ 120.1899415, 30.0102957 ], [ 120.1899362, 30.0100658 ], [ 120.1898101, 30.0090972 ], [ 120.1897269, 30.0086257 ], [ 120.1892281, 30.0068187 ], [ 120.1888579, 30.0054111 ], [ 120.1886862, 30.0047236 ], [ 120.1885012, 30.0039036 ], [ 120.1884261, 30.0034623 ], [ 120.1883885, 30.003172 ], [ 120.1883322, 30.0022382 ], [ 120.188351, 30.0011116 ], [ 120.1884368, 30.0004659 ], [ 120.1885441, 29.9998271 ], [ 120.1887131, 29.9992464 ], [ 120.1889464, 29.9985588 ], [ 120.1892441, 29.9979967 ], [ 120.1895043, 29.9975205 ] ], [ [ 120.1855458, 30.0409471 ], [ 120.1855613, 30.0408177 ] ], [ [ 120.2013109, 30.1751582 ], [ 120.2020767, 30.1749632 ], [ 120.2038389, 30.1747844 ], [ 120.2050696, 30.1746638 ], [ 120.2054645, 30.1746399 ], [ 120.2059095, 30.1746699 ] ], [ [ 120.1786666, 30.1947089 ], [ 120.1793973, 30.1950159 ], [ 120.1796559, 30.1951172 ], [ 120.1819712, 30.1961577 ], [ 120.18264790080417, 30.196474398891347 ] ], [ [ 120.18264790080417, 30.196474398891347 ], [ 120.182745170113321, 30.196519921347036 ] ], [ [ 120.182745170113321, 30.196519921347036 ], [ 120.1837355, 30.1969834 ], [ 120.1868453, 30.1983859 ], [ 120.1872845, 30.1984747 ], [ 120.1875641, 30.198577 ] ], [ [ 120.1882185, 30.1991965 ], [ 120.1874606, 30.1988132 ], [ 120.1868049, 30.1984352 ], [ 120.1836915, 30.1970697 ], [ 120.182714536113423, 30.196624502352911 ] ], [ [ 120.182714536113423, 30.196624502352911 ], [ 120.182617876633003, 30.196580455102193 ] ], [ [ 120.182617876633003, 30.196580455102193 ], [ 120.1825528, 30.1965508 ], [ 120.1819137, 30.196233 ], [ 120.1795997, 30.195205 ], [ 120.179281, 30.1950824 ], [ 120.1788444, 30.1949101 ] ], [ [ 120.1875641, 30.198577 ], [ 120.187804, 30.1986855 ], [ 120.1879075, 30.1987323 ] ], [ [ 120.1879075, 30.1987323 ], [ 120.1883377, 30.199033 ], [ 120.1893161, 30.1994548 ] ], [ [ 120.1892828, 30.1996144 ], [ 120.1882185, 30.1991965 ] ], [ [ 120.1908718, 30.2002038 ], [ 120.1909619, 30.2002466 ], [ 120.1915746, 30.2005667 ], [ 120.1924472, 30.2009795 ], [ 120.1929903, 30.2012167 ], [ 120.1934545, 30.2014518 ], [ 120.1944206, 30.2019904 ], [ 120.1945774, 30.2020776 ] ], [ [ 120.194602, 30.2023466 ], [ 120.1942321, 30.2021539 ], [ 120.1938472, 30.2019549 ], [ 120.193193, 30.2016107 ], [ 120.1925371, 30.2012355 ], [ 120.1915231, 30.2007661 ], [ 120.1910385, 30.2005283 ], [ 120.1906106, 30.2003046 ] ], [ [ 120.1893161, 30.1994548 ], [ 120.1894972, 30.1995504 ] ], [ [ 120.1894334, 30.1996819 ], [ 120.1892828, 30.1996144 ] ], [ [ 120.1894972, 30.1995504 ], [ 120.1908718, 30.2002038 ] ], [ [ 120.1906106, 30.2003046 ], [ 120.1897956, 30.1998785 ], [ 120.1894334, 30.1996819 ] ], [ [ 120.1899254, 29.9972394 ], [ 120.1897068, 29.9974403 ], [ 120.189224, 29.9982069 ], [ 120.1889263, 29.9988782 ], [ 120.1887761, 29.9993346 ], [ 120.1886326, 29.9999804 ], [ 120.1884636, 30.0009188 ], [ 120.1884314, 30.0013997 ], [ 120.1884207, 30.0025309 ], [ 120.1885039, 30.0033485 ], [ 120.1886004, 30.0038084 ], [ 120.1886648, 30.0042497 ], [ 120.1888955, 30.005137 ], [ 120.1893246, 30.006828 ], [ 120.1894534, 30.0072762 ], [ 120.189786, 30.0085468 ], [ 120.1899657, 30.0093922 ], [ 120.1900321, 30.010756 ], [ 120.1899892, 30.0111787 ], [ 120.1898793, 30.0121124 ], [ 120.1895011, 30.0132969 ], [ 120.1889968, 30.0151781 ], [ 120.188687, 30.0159914 ], [ 120.1884049, 30.0169963 ], [ 120.1880083, 30.0188716 ], [ 120.1877898, 30.0210028 ], [ 120.1877093, 30.0224148 ], [ 120.1874733, 30.0246303 ], [ 120.1868886, 30.0300921 ], [ 120.1865614, 30.0332177 ], [ 120.1863585, 30.0350344 ], [ 120.1862288, 30.0363014 ], [ 120.1859737, 30.0381629 ], [ 120.1859284, 30.0384933 ], [ 120.1853544, 30.0435876 ], [ 120.1850486, 30.0445581 ], [ 120.1849681, 30.0448878 ], [ 120.184721, 30.0454535 ], [ 120.1829028, 30.0496149 ], [ 120.1815979, 30.0521543 ], [ 120.1811215, 30.05323 ], [ 120.1805343, 30.0545365 ], [ 120.1799064, 30.0559211 ], [ 120.1787988, 30.0584262 ], [ 120.1781768, 30.0601549 ], [ 120.1773667, 30.0631634 ], [ 120.1763314, 30.0681728 ], [ 120.1761894, 30.0690119 ], [ 120.1761537, 30.0697492 ], [ 120.1761491, 30.0698442 ], [ 120.1761439, 30.0699523 ], [ 120.1763654, 30.0710755 ], [ 120.1767767, 30.0718543 ], [ 120.1771624, 30.0722922 ], [ 120.1773614, 30.0725181 ], [ 120.1775293, 30.0726799 ], [ 120.1777943, 30.0729353 ], [ 120.1790836, 30.0741778 ], [ 120.1797635, 30.0748186 ], [ 120.1799578, 30.0750203 ], [ 120.184191, 30.0790555 ], [ 120.1848968, 30.0797885 ], [ 120.1851915, 30.0801428 ], [ 120.1854569, 30.0805161 ], [ 120.1857068, 30.0809417 ], [ 120.1860176, 30.0816003 ], [ 120.1862369, 30.0822316 ], [ 120.1863263, 30.0826115 ], [ 120.1863853, 30.0829967 ], [ 120.1864219, 30.0834312 ], [ 120.18643, 30.0838621 ], [ 120.1864056, 30.084374 ], [ 120.1863609, 30.0847996 ], [ 120.1862816, 30.0852464 ], [ 120.1860654, 30.0861571 ], [ 120.1855517, 30.0889579 ], [ 120.1853516, 30.0897942 ], [ 120.1852162, 30.0904366 ], [ 120.1851811, 30.0907963 ], [ 120.1851625, 30.0911943 ], [ 120.1851624, 30.09156 ], [ 120.1851881, 30.091968 ], [ 120.1854787, 30.0940563 ], [ 120.1857348, 30.0965818 ], [ 120.1859217, 30.0983061 ], [ 120.1860508, 30.099544 ], [ 120.1860839, 30.1000132 ], [ 120.1861082, 30.1004555 ], [ 120.1861219, 30.1008385 ], [ 120.1861233, 30.1010482 ], [ 120.1861157, 30.1012624 ], [ 120.1861007, 30.1015012 ], [ 120.1860653, 30.1017799 ], [ 120.1860302, 30.102015 ], [ 120.1860113, 30.1021419 ], [ 120.1859419, 30.1025166 ], [ 120.1858468, 30.1029847 ], [ 120.1857052, 30.103568 ], [ 120.1849452, 30.1066594 ], [ 120.184831, 30.1071239 ], [ 120.1847285, 30.107535 ], [ 120.184634, 30.1079356 ], [ 120.184558, 30.1082524 ], [ 120.1844703, 30.1086268 ], [ 120.1843687, 30.1090734 ], [ 120.1842725, 30.1094222 ], [ 120.1841881, 30.1097285 ], [ 120.1841002, 30.110011 ], [ 120.1840127, 30.1102602 ], [ 120.1839066, 30.1105492 ], [ 120.1837685, 30.1109151 ], [ 120.183657, 30.1111738 ], [ 120.1835385, 30.1114264 ], [ 120.1834164, 30.1116468 ], [ 120.1832447, 30.1119223 ], [ 120.1830961, 30.1121428 ], [ 120.182935, 30.1123632 ], [ 120.1827581, 30.1125944 ], [ 120.1818299, 30.1137938 ], [ 120.1811798, 30.114612 ], [ 120.1810212, 30.1148172 ], [ 120.1808394, 30.1150744 ], [ 120.1806484, 30.1153836 ], [ 120.1805344, 30.1156168 ], [ 120.1804281, 30.1158886 ], [ 120.1803356, 30.1161591 ], [ 120.1802463, 30.1164416 ], [ 120.1801554, 30.1167641 ], [ 120.1797653, 30.1180792 ], [ 120.1794663, 30.1190348 ], [ 120.1792079, 30.1198609 ], [ 120.1791194, 30.1201701 ], [ 120.1790433, 30.1203951 ], [ 120.1789619, 30.1206232 ], [ 120.1788522, 30.1208865 ], [ 120.178746, 30.121116 ], [ 120.1786239, 30.1213456 ], [ 120.1784912, 30.121563 ], [ 120.1783425, 30.1217895 ], [ 120.1765057, 30.1243273 ], [ 120.1762155, 30.1247329 ], [ 120.1760957, 30.1249029 ], [ 120.1760299, 30.1249963 ], [ 120.1758644, 30.1252674 ], [ 120.1757421, 30.1254963 ], [ 120.1756184, 30.1257662 ], [ 120.1755083, 30.1260439 ], [ 120.1754209, 30.1263195 ], [ 120.1753429, 30.1265762 ], [ 120.1752949, 30.1268031 ], [ 120.1752494, 30.1270989 ], [ 120.1752138, 30.1274067 ], [ 120.1751869, 30.1276238 ], [ 120.1751623, 30.1278721 ], [ 120.1751327, 30.1282259 ], [ 120.175103, 30.1285849 ], [ 120.1750776, 30.1289767 ], [ 120.175053, 30.1292818 ], [ 120.1750252, 30.1296123 ], [ 120.1747284, 30.1326536 ], [ 120.1747046, 30.1329972 ], [ 120.1746895, 30.1334227 ], [ 120.1746864, 30.1336633 ], [ 120.1746979, 30.1340551 ], [ 120.1747165, 30.1343015 ], [ 120.1747386, 30.1345104 ], [ 120.1747669, 30.1347415 ], [ 120.1748085, 30.1349895 ], [ 120.174858, 30.1352571 ], [ 120.1749104, 30.1355263 ], [ 120.1749889, 30.1358122 ], [ 120.1750539, 30.1360294 ], [ 120.1751251, 30.1362377 ], [ 120.1752074, 30.136468 ], [ 120.175306, 30.1367053 ], [ 120.1753944, 30.1369083 ], [ 120.1754859, 30.1370938 ], [ 120.175554, 30.137238 ], [ 120.1756475, 30.1374102 ], [ 120.1757522, 30.1375975 ], [ 120.1758904, 30.1378357 ], [ 120.1760337, 30.1380756 ], [ 120.1761394, 30.138247 ], [ 120.176236, 30.1383982 ], [ 120.1763498, 30.1385749 ], [ 120.1764586, 30.1387445 ], [ 120.1765917, 30.1389534 ], [ 120.177143, 30.1397904 ], [ 120.1772808, 30.1400145 ], [ 120.1774372, 30.140272 ], [ 120.1775493, 30.1404739 ], [ 120.1776625, 30.1406869 ], [ 120.1777723, 30.1409232 ], [ 120.1778925, 30.1411736 ], [ 120.1779976, 30.1414098 ], [ 120.1780817, 30.1416279 ], [ 120.1781853, 30.1419122 ], [ 120.1782931, 30.1422326 ], [ 120.1783517, 30.1424358 ], [ 120.1784141, 30.1426829 ], [ 120.1784718, 30.1429274 ], [ 120.1785119, 30.1431485 ], [ 120.1785799, 30.143619 ], [ 120.1786063, 30.1438486 ], [ 120.1786196, 30.1440698 ], [ 120.1786217, 30.1444282 ], [ 120.1786055, 30.1449611 ], [ 120.1785978, 30.1451382 ], [ 120.1785832, 30.1453241 ], [ 120.178557, 30.1455545 ], [ 120.1785185, 30.1457917 ], [ 120.178476, 30.1460326 ], [ 120.1784251, 30.1463017 ], [ 120.1783573, 30.1465762 ], [ 120.1782616, 30.1469341 ], [ 120.1781156, 30.1474113 ], [ 120.1779575, 30.1479717 ], [ 120.177835, 30.1484183 ], [ 120.1777291, 30.1488716 ], [ 120.1776823, 30.1490983 ], [ 120.1776355, 30.1493463 ], [ 120.177593, 30.1495882 ], [ 120.1775573, 30.1498463 ], [ 120.1775216, 30.1501025 ], [ 120.1774981, 30.1503181 ], [ 120.1774829, 30.1504431 ], [ 120.1774704, 30.150578 ], [ 120.1774525, 30.1508498 ], [ 120.1774389, 30.1510775 ], [ 120.1774285, 30.1513755 ], [ 120.1774232, 30.1519609 ], [ 120.1774241, 30.1522123 ], [ 120.1774266, 30.1524716 ], [ 120.1774368, 30.1526424 ], [ 120.1774502, 30.1528238 ], [ 120.1774694, 30.1531682 ], [ 120.1774802, 30.153297 ], [ 120.1774987, 30.1535471 ], [ 120.1775396, 30.1538953 ], [ 120.1776368, 30.154501 ], [ 120.177663, 30.1546615 ], [ 120.1777095, 30.1548977 ], [ 120.1777612, 30.1551267 ], [ 120.1778331, 30.1554243 ], [ 120.1779268, 30.1557837 ], [ 120.1780211, 30.1561028 ], [ 120.1780914, 30.1563275 ], [ 120.1781688, 30.1565675 ], [ 120.1783325, 30.1570321 ], [ 120.1785416, 30.1575475 ], [ 120.1787423, 30.1579905 ], [ 120.1788758, 30.1582676 ], [ 120.1790303, 30.158585 ], [ 120.1792375, 30.1589901 ], [ 120.1794151, 30.1593061 ], [ 120.1795694, 30.1595616 ], [ 120.1799416, 30.1601255 ], [ 120.1802997, 30.1606073 ], [ 120.1804649, 30.1608351 ], [ 120.1813141, 30.1618835 ], [ 120.1821755, 30.1630804 ], [ 120.1824804, 30.1636541 ], [ 120.1828039, 30.1644054 ], [ 120.1831627, 30.1657621 ], [ 120.1833955, 30.1670105 ], [ 120.1834279, 30.1671843 ], [ 120.1834924, 30.1676158 ], [ 120.1835288, 30.168128 ], [ 120.183558, 30.1685654 ], [ 120.1835532, 30.1688174 ], [ 120.1835626, 30.1692043 ], [ 120.1835886, 30.16974 ], [ 120.183593, 30.1701707 ], [ 120.1836023, 30.1707629 ], [ 120.1836393, 30.1715792 ], [ 120.1836766, 30.1724453 ], [ 120.1837019, 30.1731056 ], [ 120.183774, 30.1749027 ], [ 120.1838095, 30.1758141 ], [ 120.1838809, 30.1775723 ], [ 120.1839235, 30.1792031 ], [ 120.1839446, 30.1798111 ], [ 120.1839746, 30.1810953 ], [ 120.1839827, 30.1815286 ], [ 120.1840246, 30.1831649 ], [ 120.1840563, 30.1840544 ], [ 120.1840651, 30.1844202 ], [ 120.1841174, 30.1865111 ], [ 120.1841349, 30.1871132 ], [ 120.184136, 30.1878805 ], [ 120.1841267, 30.1883572 ], [ 120.184121, 30.1886315 ], [ 120.1840825, 30.18905 ], [ 120.1839983, 30.1897822 ], [ 120.1838564, 30.1905289 ], [ 120.1837538, 30.1911002 ], [ 120.1835838, 30.1921876 ], [ 120.1833939, 30.1930914 ], [ 120.1832618, 30.1938577 ], [ 120.1831179, 30.1946924 ], [ 120.1830345, 30.1951569 ], [ 120.1828847, 30.1959049 ], [ 120.1828042, 30.1963184 ], [ 120.182745170113321, 30.196519921347036 ] ], [ [ 120.182745170113321, 30.196519921347036 ], [ 120.182714536113423, 30.196624502352911 ] ], [ [ 120.182714536113423, 30.196624502352911 ], [ 120.1825464, 30.1971985 ], [ 120.1823564, 30.1977156 ], [ 120.1822573, 30.1979706 ], [ 120.1821582, 30.1982151 ], [ 120.181618, 30.19944 ], [ 120.1812534, 30.2001526 ], [ 120.1810256, 30.2005184 ], [ 120.1806155, 30.2011949 ], [ 120.1798452, 30.2023984 ], [ 120.1783658, 30.2045031 ], [ 120.1781739, 30.2047984 ], [ 120.1761407, 30.2080176 ], [ 120.1740207, 30.211304 ], [ 120.1722281, 30.214078 ], [ 120.1714424, 30.2153136 ], [ 120.1710019, 30.2160099 ], [ 120.1708088, 30.2163019 ], [ 120.1704065, 30.2167979 ], [ 120.1701016, 30.2171857 ], [ 120.1693309, 30.2183817 ], [ 120.168997033641176, 30.218895979267675 ] ], [ [ 120.168997033641176, 30.218895979267675 ], [ 120.1686956, 30.2193603 ], [ 120.1678912, 30.2207671 ], [ 120.1676221, 30.2212345 ], [ 120.1672178, 30.2218819 ], [ 120.166818, 30.2227433 ], [ 120.1666205, 30.2233136 ], [ 120.1663938, 30.2240433 ], [ 120.166319, 30.2244988 ], [ 120.1662805, 30.2247163 ], [ 120.1659551, 30.2275656 ], [ 120.1658318, 30.2287836 ], [ 120.1657007, 30.2310268 ], [ 120.1657289, 30.2314065 ], [ 120.1659712, 30.2325457 ], [ 120.1660726, 30.2331542 ], [ 120.1661064, 30.2341618 ], [ 120.1661339, 30.2350574 ], [ 120.1662698, 30.2359191 ], [ 120.1664895, 30.237029 ], [ 120.1667713, 30.2381242 ], [ 120.1669685, 30.2387376 ], [ 120.1673234, 30.2397793 ], [ 120.1674296, 30.2401726 ], [ 120.1674904, 30.2404134 ], [ 120.1676277, 30.2409572 ], [ 120.1677122, 30.2417555 ], [ 120.1677673, 30.2425069 ], [ 120.1677627, 30.2432641 ], [ 120.1677605, 30.2436272 ], [ 120.1677579, 30.2440654 ], [ 120.167752, 30.2452006 ], [ 120.1677303, 30.2460225 ], [ 120.1676693, 30.2484352 ], [ 120.1676553, 30.2490041 ], [ 120.1676052, 30.2494904 ], [ 120.1675157, 30.2504205 ], [ 120.167438, 30.2512941 ], [ 120.1674252, 30.251694 ], [ 120.1674265, 30.2519506 ], [ 120.1671036, 30.2559399 ], [ 120.1670052, 30.2576266 ], [ 120.1669842, 30.2580878 ], [ 120.1669736, 30.2583743 ], [ 120.1669762, 30.2592093 ], [ 120.1669614, 30.2597026 ], [ 120.1669731, 30.2603698 ], [ 120.1669384, 30.2635128 ], [ 120.1668905, 30.2645061 ], [ 120.1666546, 30.2666742 ], [ 120.1664642, 30.2705251 ], [ 120.1664224, 30.2707593 ], [ 120.1663501, 30.2711479 ], [ 120.166295, 30.2715859 ], [ 120.1662943, 30.2720404 ], [ 120.1663165, 30.2727133 ], [ 120.166311, 30.2738996 ], [ 120.1662404, 30.2743081 ], [ 120.166237, 30.2744187 ], [ 120.1661819, 30.2751997 ], [ 120.1661828, 30.275921 ], [ 120.1661839, 30.2762133 ], [ 120.166161715550189, 30.276320601470985 ] ], [ [ 120.166161715550189, 30.276320601470985 ], [ 120.1661453, 30.2764 ], [ 120.166143428912193, 30.276408641860748 ] ], [ [ 120.166143428912193, 30.276408641860748 ], [ 120.1660884, 30.2766628 ], [ 120.1660619, 30.276912 ], [ 120.1658851, 30.2777098 ], [ 120.1658254, 30.2779577 ], [ 120.1657906, 30.2781261 ], [ 120.1657409, 30.2784744 ], [ 120.1657013, 30.2787423 ], [ 120.1656752, 30.2789932 ], [ 120.1656199, 30.2792828 ], [ 120.1654623, 30.2798123 ], [ 120.1653552, 30.2803099 ], [ 120.1652251, 30.2808652 ], [ 120.1651159, 30.2813877 ], [ 120.1650471, 30.2817027 ], [ 120.1647861, 30.2829736 ], [ 120.1647201, 30.2832472 ], [ 120.1646634, 30.2834676 ], [ 120.1645623, 30.2837859 ], [ 120.1644712, 30.2840025 ], [ 120.1643111, 30.2843899 ], [ 120.1638827, 30.2851306 ], [ 120.1633892, 30.2858455 ], [ 120.1626305, 30.2869629 ], [ 120.1622302, 30.2875576 ], [ 120.161561, 30.2884963 ], [ 120.1603743, 30.2902439 ], [ 120.1581756, 30.2934636 ], [ 120.156233, 30.2962327 ], [ 120.1557609, 30.2970391 ], [ 120.1555406, 30.2973496 ], [ 120.15545147975233, 30.297442839357547 ] ], [ [ 120.15545147975233, 30.297442839357547 ], [ 120.155394778215452, 30.297502161621665 ] ], [ [ 120.155394778215452, 30.297502161621665 ], [ 120.1551901, 30.2977163 ], [ 120.154917, 30.2979807 ], [ 120.151378, 30.3013829 ], [ 120.151077, 30.3016765 ], [ 120.1503442, 30.3024051 ], [ 120.1495993, 30.3031215 ], [ 120.1481822, 30.3045012 ], [ 120.1444145, 30.3081507 ], [ 120.1435362, 30.3092041 ], [ 120.1433541, 30.3094986 ], [ 120.143159, 30.3099574 ], [ 120.143056, 30.3103931 ], [ 120.1430023, 30.3109024 ], [ 120.1428306, 30.3126449 ], [ 120.1426916, 30.3140929 ], [ 120.1426084, 30.3153017 ], [ 120.142546, 30.3159333 ], [ 120.142432, 30.3166343 ], [ 120.1422704, 30.31785 ], [ 120.1418434, 30.3212285 ], [ 120.141489, 30.3241094 ], [ 120.1412424, 30.326105 ], [ 120.1406942, 30.3303288 ], [ 120.140538, 30.3315281 ], [ 120.1402189, 30.3338542 ], [ 120.140163755674934, 30.334450931736907 ] ], [ [ 120.140163755674934, 30.334450931736907 ], [ 120.140150353091911, 30.33459596473238 ] ], [ [ 120.140150353091911, 30.33459596473238 ], [ 120.140141759087243, 30.334688962793805 ] ], [ [ 120.140141759087243, 30.334688962793805 ], [ 120.1401277, 30.3348411 ], [ 120.14012718622007, 30.334854938867938 ] ], [ [ 120.14012718622007, 30.334854938867938 ], [ 120.140089, 30.3358835 ], [ 120.1400104, 30.3377456 ], [ 120.1399912, 30.3383658 ], [ 120.1399624, 30.3387871 ], [ 120.1398927, 30.3391002 ], [ 120.1398056, 30.3394428 ], [ 120.1397101, 30.3397474 ], [ 120.1395341, 30.3401053 ], [ 120.1393952, 30.3404112 ], [ 120.1390691, 30.3408747 ], [ 120.1388344, 30.3411771 ], [ 120.1384971, 30.3415333 ], [ 120.1377864, 30.3421053 ], [ 120.1369747, 30.3425924 ], [ 120.1360719, 30.3429254 ], [ 120.1351692, 30.3431106 ], [ 120.1294026, 30.3436868 ], [ 120.1285215, 30.3437922 ], [ 120.1280578, 30.3438591 ], [ 120.1276206, 30.3439603 ], [ 120.1270171, 30.3441361 ], [ 120.1264005, 30.344369 ], [ 120.1258211, 30.3446408 ], [ 120.1253821, 30.3448794 ], [ 120.1249125, 30.3452115 ], [ 120.1243867, 30.345629 ], [ 120.1239833, 30.346017 ], [ 120.1237941, 30.3462318 ], [ 120.1234541, 30.3467 ], [ 120.1230794, 30.34727 ], [ 120.1229256, 30.3475688 ], [ 120.1227915, 30.3478846 ], [ 120.1226046, 30.3483007 ], [ 120.1220954, 30.3494975 ], [ 120.1217996, 30.3501512 ], [ 120.1214547, 30.3509523 ], [ 120.1195555, 30.3554366 ], [ 120.1191173, 30.3566477 ], [ 120.1189133, 30.3573122 ], [ 120.1187279, 30.3579767 ], [ 120.1182327, 30.3606114 ], [ 120.1177834, 30.3630438 ], [ 120.1176008, 30.3639746 ], [ 120.1175334, 30.3643181 ], [ 120.1173296, 30.3655008 ], [ 120.1170182, 30.3671653 ], [ 120.1167445, 30.3686439 ], [ 120.1156044, 30.3745154 ], [ 120.1154663, 30.3753941 ], [ 120.1154462, 30.3755405 ], [ 120.1153658, 30.3761372 ], [ 120.1153469, 30.3762811 ], [ 120.1153371, 30.3764351 ] ], [ [ 120.1151893, 30.3763789 ], [ 120.1152257, 30.376146 ], [ 120.1153253, 30.3754921 ], [ 120.1154928, 30.3745039 ], [ 120.1166315, 30.3686956 ], [ 120.1169195, 30.3671458 ], [ 120.1172208, 30.3655003 ], [ 120.1175066, 30.3639615 ], [ 120.1176817, 30.3630011 ], [ 120.1181188, 30.3606152 ], [ 120.1186047, 30.3580074 ], [ 120.1187775, 30.3572956 ], [ 120.118969, 30.3566643 ], [ 120.119238, 30.3559381 ], [ 120.1196468, 30.3549809 ], [ 120.1208788, 30.3520784 ], [ 120.1213814, 30.3508916 ], [ 120.1219861, 30.3494582 ], [ 120.1227012, 30.3478759 ], [ 120.1228652, 30.3475119 ], [ 120.1229649, 30.3472949 ], [ 120.1230181, 30.347198 ], [ 120.1231451, 30.3470037 ], [ 120.1233943, 30.3466096 ], [ 120.1239172, 30.3459558 ], [ 120.1243159, 30.3455725 ], [ 120.1248372, 30.3451463 ], [ 120.1252858, 30.3448255 ], [ 120.1258803, 30.3445022 ], [ 120.1263692, 30.3442728 ], [ 120.1269557, 30.3440558 ], [ 120.1275522, 30.3438814 ], [ 120.1280269, 30.3437749 ], [ 120.1285149, 30.3437054 ], [ 120.1288932, 30.343664 ], [ 120.1293951, 30.3436091 ], [ 120.1352353, 30.3430063 ], [ 120.1361225, 30.3428038 ], [ 120.1369841, 30.3424699 ], [ 120.1377724, 30.3419966 ], [ 120.1384302, 30.3414572 ], [ 120.1386729, 30.3411979 ], [ 120.1389429, 30.3408956 ], [ 120.1391907, 30.3405655 ], [ 120.139355, 30.3402747 ], [ 120.1395173, 30.3399703 ], [ 120.1396671, 30.3395966 ], [ 120.1397833, 30.3391813 ], [ 120.1398489, 30.3388641 ], [ 120.139896, 30.3384249 ], [ 120.1399259, 30.3378493 ], [ 120.1399382, 30.3372928 ], [ 120.1399975, 30.3359016 ], [ 120.1400414, 30.3348544 ], [ 120.140041435764076, 30.334854046352305 ] ], [ [ 120.140041435764076, 30.334854046352305 ], [ 120.140058356184298, 30.334686731323238 ] ], [ [ 120.140058356184298, 30.334686731323238 ], [ 120.140062, 30.3346507 ], [ 120.140067681079202, 30.334594631207903 ] ], [ [ 120.140067681079202, 30.334594631207903 ], [ 120.140082302940613, 30.334450322340079 ] ], [ [ 120.140082302940613, 30.334450322340079 ], [ 120.1401868, 30.333419 ], [ 120.1404646, 30.3312547 ], [ 120.1405944, 30.3303141 ], [ 120.1411133, 30.3260857 ], [ 120.1413901, 30.3241008 ], [ 120.1417517, 30.3212096 ], [ 120.1420635, 30.318693 ], [ 120.1421695, 30.3178505 ], [ 120.1423434, 30.3166302 ], [ 120.1424449, 30.3159538 ], [ 120.1425147, 30.315297 ], [ 120.1425845, 30.3140876 ], [ 120.1426302, 30.3136574 ], [ 120.1427362, 30.3125842 ], [ 120.142895, 30.3108933 ], [ 120.1429597, 30.3103986 ], [ 120.1430672, 30.3098946 ], [ 120.1432346, 30.3094542 ], [ 120.1434661, 30.3091152 ], [ 120.1443238, 30.3080974 ], [ 120.1479144, 30.304648 ], [ 120.1498962, 30.3026905 ], [ 120.1509788, 30.3016074 ], [ 120.1512065, 30.3013648 ], [ 120.1548464, 30.2979341 ], [ 120.1550795, 30.2976885 ], [ 120.15529443772806, 30.297459823223683 ] ], [ [ 120.15529443772806, 30.297459823223683 ], [ 120.1553126, 30.2974405 ], [ 120.155350324572296, 30.297400367476282 ] ], [ [ 120.155350324572296, 30.297400367476282 ], [ 120.1553737, 30.2973755 ], [ 120.1556078, 30.2970495 ], [ 120.1561741, 30.2961713 ], [ 120.1580764, 30.2934243 ], [ 120.1602843, 30.2901954 ], [ 120.1614713, 30.2884504 ], [ 120.1621257, 30.2875363 ], [ 120.1624453, 30.2870666 ], [ 120.1633117, 30.2858118 ], [ 120.1637992, 30.2850953 ], [ 120.1642115, 30.2843875 ], [ 120.1643764, 30.2839991 ], [ 120.1644594, 30.2837711 ], [ 120.1645732, 30.283444 ], [ 120.1646345, 30.283236 ], [ 120.164705, 30.2829429 ], [ 120.1648842, 30.2820331 ], [ 120.1650236, 30.2814246 ], [ 120.1651462, 30.2808796 ], [ 120.1652815, 30.2802827 ], [ 120.1655111, 30.2791733 ], [ 120.165542, 30.2788193 ], [ 120.1655881, 30.2783829 ], [ 120.1656713, 30.2779077 ], [ 120.1657251, 30.2776098 ], [ 120.1657802, 30.2772953 ], [ 120.165889956791759, 30.276390482786343 ] ], [ [ 120.165889956791759, 30.276390482786343 ], [ 120.1658938, 30.2763588 ], [ 120.1658953, 30.2763397 ], [ 120.165898685121746, 30.276301694314991 ] ], [ [ 120.165898685121746, 30.276301694314991 ], [ 120.1659833, 30.2753517 ], [ 120.1660682, 30.2746237 ], [ 120.1661094, 30.2743327 ], [ 120.1660943, 30.2737363 ], [ 120.1661156, 30.2727009 ], [ 120.1661187, 30.2721642 ], [ 120.1661241, 30.2719744 ], [ 120.1661795, 30.2715531 ], [ 120.1662638, 30.2711468 ], [ 120.1663842, 30.2705008 ], [ 120.1665657, 30.2666869 ], [ 120.1666212, 30.2660925 ], [ 120.1668425, 30.2635018 ], [ 120.1668745, 30.260386 ], [ 120.1668802, 30.2596599 ], [ 120.1668678, 30.2585537 ], [ 120.1668628, 30.2582077 ], [ 120.1668922, 30.2578159 ], [ 120.1669086, 30.2575157 ], [ 120.1669739, 30.2564007 ], [ 120.1671966, 30.2532783 ], [ 120.1673125, 30.251949 ], [ 120.1673122, 30.2517046 ], [ 120.1673493, 30.2511846 ], [ 120.1674167, 30.2506703 ], [ 120.1674348, 30.25041 ], [ 120.167469, 30.2498526 ], [ 120.167499, 30.2495609 ], [ 120.1675509, 30.249011 ], [ 120.1675798, 30.2484352 ], [ 120.167633, 30.2460187 ], [ 120.1676522, 30.2451844 ], [ 120.1676394, 30.2440747 ], [ 120.1676607, 30.2432618 ], [ 120.1676809, 30.2424933 ], [ 120.1676338, 30.2417535 ], [ 120.1675474, 30.2409662 ], [ 120.1673801, 30.2404224 ], [ 120.1672488, 30.2398055 ], [ 120.1668874, 30.2387535 ], [ 120.166691, 30.2381426 ], [ 120.1664082, 30.2370294 ], [ 120.1661882, 30.2359231 ], [ 120.1660502, 30.2350498 ], [ 120.1660311, 30.234165 ], [ 120.1659996, 30.2331537 ], [ 120.1658897, 30.2325428 ], [ 120.165654, 30.2314227 ], [ 120.1656054, 30.231004 ], [ 120.1657073, 30.2296408 ], [ 120.1659054, 30.2275671 ], [ 120.1662118, 30.2246346 ], [ 120.1662751, 30.2242907 ], [ 120.1663218, 30.2240372 ], [ 120.1664703, 30.2234826 ], [ 120.1667043, 30.222795 ], [ 120.1671024, 30.2219004 ], [ 120.167606, 30.2210442 ], [ 120.1686152, 30.2193089 ], [ 120.168915920620321, 30.218848637670721 ] ], [ [ 120.168915920620321, 30.218848637670721 ], [ 120.1692457, 30.2183439 ], [ 120.1700771, 30.2170229 ], [ 120.1705674, 30.2162384 ], [ 120.1712361, 30.2152676 ], [ 120.1720989, 30.2140383 ], [ 120.173913, 30.2112588 ], [ 120.1759864, 30.2080195 ], [ 120.1775942, 30.2054871 ], [ 120.1780678, 30.2047587 ], [ 120.1797352, 30.2023353 ], [ 120.1804867, 30.201164 ], [ 120.180624, 30.20095 ], [ 120.1811183, 30.2001832 ], [ 120.1814874, 30.1994567 ], [ 120.1818909, 30.1985777 ], [ 120.1821012, 30.1981006 ], [ 120.1822933, 30.1976193 ], [ 120.1824365, 30.1971767 ], [ 120.1825707, 30.1967471 ], [ 120.182617876633003, 30.196580455102193 ] ], [ [ 120.182617876633003, 30.196580455102193 ], [ 120.18264790080417, 30.196474398891347 ] ], [ [ 120.18264790080417, 30.196474398891347 ], [ 120.1826804, 30.1963596 ], [ 120.1827799, 30.1959058 ], [ 120.1829171, 30.1952008 ], [ 120.1829409, 30.1950159 ], [ 120.1831993, 30.1935082 ], [ 120.1832815, 30.1930499 ], [ 120.1834667, 30.1921627 ], [ 120.1836805, 30.1910014 ], [ 120.1838079, 30.1903411 ], [ 120.1838824, 30.1898012 ], [ 120.1839608, 30.1890463 ], [ 120.183986, 30.1886772 ], [ 120.1840016, 30.1883767 ], [ 120.1840291, 30.1878641 ], [ 120.1840434, 30.1871175 ], [ 120.1840158, 30.186543 ], [ 120.1839484, 30.1844787 ], [ 120.1839297, 30.1840728 ], [ 120.1839016, 30.1832072 ], [ 120.1838386, 30.1815262 ], [ 120.1838311, 30.181088 ], [ 120.183785, 30.1799874 ], [ 120.1837705, 30.1792373 ], [ 120.1837617, 30.1785383 ], [ 120.1837372, 30.1775607 ], [ 120.1836815, 30.1758228 ], [ 120.1836351, 30.1748182 ], [ 120.1835844, 30.1730844 ], [ 120.1835583, 30.1724437 ], [ 120.1835275, 30.1718379 ], [ 120.1834509, 30.1712647 ], [ 120.183369, 30.1707935 ], [ 120.1832571, 30.1701237 ], [ 120.1830652, 30.1690414 ], [ 120.1829795, 30.168414 ], [ 120.182814, 30.1673836 ], [ 120.1825991, 30.16646 ], [ 120.181996, 30.1647204 ], [ 120.181198, 30.1631646 ], [ 120.180265, 30.1614878 ], [ 120.1798762, 30.1608554 ], [ 120.1796792, 30.1604961 ], [ 120.1794178, 30.1599633 ], [ 120.1792779, 30.1596748 ], [ 120.1789632, 30.1590347 ], [ 120.1787608, 30.1585986 ], [ 120.1785346, 30.158109 ], [ 120.1784252, 30.1578659 ], [ 120.1783282, 30.1576309 ], [ 120.1781983, 30.1572989 ], [ 120.1780884, 30.1570123 ], [ 120.1779535, 30.1566265 ], [ 120.177851, 30.1563352 ], [ 120.1776743, 30.1557395 ], [ 120.1775901, 30.1553907 ], [ 120.1774663, 30.1548585 ], [ 120.1773263, 30.1541651 ], [ 120.177249, 30.1532323 ], [ 120.1772085, 30.1526176 ], [ 120.1771978, 30.1519914 ], [ 120.1772046, 30.1514748 ], [ 120.1772103, 30.1510832 ], [ 120.1772324, 30.1507482 ], [ 120.177266, 30.150377 ], [ 120.1773298, 30.1498804 ], [ 120.1773827, 30.1495494 ], [ 120.1774496, 30.1492083 ], [ 120.1774993, 30.1489819 ], [ 120.1775583, 30.1487583 ], [ 120.1776763, 30.148319 ], [ 120.1779646, 30.1473738 ], [ 120.17814, 30.1468211 ], [ 120.1782282, 30.1465082 ], [ 120.1783054, 30.1461835 ], [ 120.1783702, 30.1458561 ], [ 120.1784118, 30.1456205 ], [ 120.1784441, 30.1453981 ], [ 120.1784662, 30.1451962 ], [ 120.178479, 30.1450155 ], [ 120.1784901, 30.144802 ], [ 120.1784923, 30.1444386 ], [ 120.1784923, 30.1441174 ], [ 120.1784567, 30.1437078 ], [ 120.1784056, 30.1433155 ], [ 120.1783122, 30.1427982 ], [ 120.1782232, 30.1424636 ], [ 120.1781254, 30.1421501 ], [ 120.1780516, 30.141927 ], [ 120.1779671, 30.1416962 ], [ 120.1778548, 30.1414185 ], [ 120.1777417, 30.1411455 ], [ 120.1776718, 30.1409986 ], [ 120.1775858, 30.1408308 ], [ 120.1774688, 30.1406156 ], [ 120.1773667, 30.1404346 ], [ 120.1772532, 30.1402414 ], [ 120.177147, 30.1400686 ], [ 120.1770181, 30.139854 ], [ 120.1766916, 30.1393465 ], [ 120.1762281, 30.1386215 ], [ 120.1758983, 30.1380842 ], [ 120.175705, 30.1377589 ], [ 120.1755578, 30.1375025 ], [ 120.1754394, 30.1372819 ], [ 120.1753578, 30.137118 ], [ 120.1752869, 30.1369694 ], [ 120.1751343, 30.1366293 ], [ 120.1750492, 30.1364139 ], [ 120.1749645, 30.1361754 ], [ 120.1748905, 30.1359369 ], [ 120.1748227, 30.1357051 ], [ 120.1747842, 30.1355492 ], [ 120.1747334, 30.1353227 ], [ 120.174681, 30.1350256 ], [ 120.1746394, 30.1347551 ], [ 120.174604, 30.1344674 ], [ 120.1745779, 30.1342244 ], [ 120.1745616, 30.1339801 ], [ 120.1745499, 30.1337438 ], [ 120.1745511, 30.1334732 ], [ 120.174565, 30.1330555 ], [ 120.1745951, 30.1326469 ], [ 120.1750306, 30.1277978 ], [ 120.1750733, 30.1273935 ], [ 120.1751234, 30.1270208 ], [ 120.1751892, 30.1266926 ], [ 120.1752616, 30.1264072 ], [ 120.1753612, 30.1260758 ], [ 120.1754796, 30.1257724 ], [ 120.1755795, 30.1255434 ], [ 120.1756985, 30.1253056 ], [ 120.1758415, 30.1250587 ], [ 120.1759366, 30.1249093 ], [ 120.1759837, 30.1248354 ], [ 120.1761601, 30.1245851 ], [ 120.1769621, 30.1234458 ], [ 120.1779047, 30.1221941 ], [ 120.1782281, 30.1217407 ], [ 120.1783116, 30.121621 ], [ 120.1783998, 30.1214913 ], [ 120.1784827, 30.1213529 ], [ 120.1785457, 30.1212388 ], [ 120.1786298, 30.1210712 ], [ 120.1787509, 30.1208003 ], [ 120.1788394, 30.1205723 ], [ 120.1789474, 30.1202631 ], [ 120.1790465, 30.11996 ], [ 120.1792293, 30.1193746 ], [ 120.1796433, 30.1180491 ], [ 120.1800662, 30.1166286 ], [ 120.1802096, 30.116148 ], [ 120.1802892, 30.1159199 ], [ 120.1803936, 30.1156444 ], [ 120.1805051, 30.1154041 ], [ 120.180629, 30.1151944 ], [ 120.1807705, 30.1149801 ], [ 120.180974, 30.1146953 ], [ 120.1826534, 30.1125324 ], [ 120.182887, 30.1122201 ], [ 120.1831418, 30.1118496 ], [ 120.1833081, 30.1115772 ], [ 120.1834355, 30.1113353 ], [ 120.1835488, 30.1111026 ], [ 120.1836187, 30.1109404 ], [ 120.1836851, 30.110772 ], [ 120.1837877, 30.1105025 ], [ 120.183977, 30.109956 ], [ 120.1841009, 30.1095672 ], [ 120.1842018, 30.1091952 ], [ 120.1842761, 30.1088875 ], [ 120.1843416, 30.1085982 ], [ 120.184492, 30.1079185 ], [ 120.1845628, 30.1076108 ], [ 120.1846583, 30.1071975 ], [ 120.1847863, 30.1066393 ], [ 120.1848654, 30.1062943 ], [ 120.1855559, 30.1035463 ], [ 120.185656, 30.1031185 ], [ 120.1857438, 30.10274 ], [ 120.1858301, 30.1023429 ], [ 120.1858895, 30.1020145 ], [ 120.1859044, 30.1019321 ], [ 120.1859506, 30.1015827 ], [ 120.1859797, 30.1012451 ], [ 120.1859859, 30.1008777 ], [ 120.1859785, 30.1004532 ], [ 120.1859597, 30.1000129 ], [ 120.1859296, 30.0996884 ], [ 120.1853511, 30.0940668 ], [ 120.1852621, 30.0932779 ], [ 120.1852011, 30.0928108 ], [ 120.1851515, 30.0923821 ], [ 120.1851149, 30.0920103 ], [ 120.1850902, 30.0916904 ], [ 120.1850794, 30.0913878 ], [ 120.1850826, 30.0910609 ], [ 120.1851122, 30.0907163 ], [ 120.1851754, 30.0903324 ], [ 120.1854363, 30.0889516 ], [ 120.1859688, 30.0861335 ], [ 120.1861874, 30.0850389 ], [ 120.1862352, 30.084699 ], [ 120.1862724, 30.0843254 ], [ 120.1862865, 30.0839778 ], [ 120.1862918, 30.0836578 ], [ 120.1862564, 30.0830514 ], [ 120.1861733, 30.0825492 ], [ 120.1860264, 30.0820163 ], [ 120.1858211, 30.0814834 ], [ 120.185621, 30.0809826 ], [ 120.1848067, 30.0798197 ], [ 120.1837794, 30.0788177 ], [ 120.1817284, 30.0769158 ], [ 120.1789283, 30.0742743 ], [ 120.178418, 30.073793 ], [ 120.1775601, 30.0729836 ], [ 120.1773465, 30.0727264 ], [ 120.1770127, 30.0723244 ], [ 120.1766789, 30.0719224 ], [ 120.1762537, 30.0710025 ], [ 120.1760545, 30.0699806 ], [ 120.1761052, 30.0689816 ], [ 120.176303, 30.0678481 ], [ 120.1774258, 30.0624661 ], [ 120.1777836, 30.0609672 ], [ 120.1786794, 30.0584619 ], [ 120.1798532, 30.0559117 ], [ 120.1815099, 30.0521581 ], [ 120.1835728, 30.0479896 ], [ 120.1846348, 30.0454531 ], [ 120.1848656, 30.0446464 ], [ 120.1851433, 30.0437696 ], [ 120.1852803, 30.0431613 ], [ 120.1855458, 30.0409471 ] ], [ [ 120.1051944, 30.1727617 ], [ 120.1050806, 30.1730734 ], [ 120.1048815, 30.173664 ], [ 120.1046483, 30.1743169 ], [ 120.1039596, 30.17603 ] ], [ [ 120.103498, 30.1765558 ], [ 120.1038384, 30.1759416 ], [ 120.1045251, 30.1742734 ], [ 120.1049266, 30.1730618 ], [ 120.1050315, 30.1726627 ] ], [ [ 120.1945774, 30.2020776 ], [ 120.194897, 30.202156 ], [ 120.1960801, 30.2027966 ], [ 120.1980192, 30.2037483 ], [ 120.1992554, 30.2044359 ], [ 120.204112, 30.2069525 ], [ 120.2068766, 30.20848 ], [ 120.2103686, 30.2103924 ], [ 120.2124193, 30.211511 ], [ 120.212873, 30.2117682 ], [ 120.2155088, 30.2132112 ], [ 120.2171989, 30.2141551 ], [ 120.2201748, 30.215776 ], [ 120.2210428, 30.2162751 ], [ 120.2213849, 30.2164791 ], [ 120.2215401, 30.2165576 ], [ 120.2229143, 30.217253 ], [ 120.2231427, 30.2173686 ] ], [ [ 120.2236334, 30.2181267 ], [ 120.2231682, 30.2178822 ], [ 120.2227701, 30.2176729 ], [ 120.22139, 30.2169401 ], [ 120.2208155, 30.2166343 ], [ 120.2206516, 30.2165316 ], [ 120.2200891, 30.2162397 ], [ 120.2191804, 30.215773 ], [ 120.2185409, 30.2154108 ], [ 120.2164688, 30.2142295 ], [ 120.2155392, 30.2136877 ], [ 120.2116945, 30.21153 ], [ 120.2110577, 30.2111674 ], [ 120.2058612, 30.2083484 ], [ 120.2038817, 30.2072746 ], [ 120.2001396, 30.2054284 ], [ 120.1986286, 30.2047017 ], [ 120.1972834, 30.2039499 ], [ 120.1958773, 30.2030882 ], [ 120.1947014, 30.2024733 ], [ 120.194602, 30.2023466 ] ], [ [ 120.1769857, 30.236426 ], [ 120.1772815, 30.2363221 ], [ 120.1776899, 30.236076 ], [ 120.1786089, 30.2355081 ], [ 120.1793422, 30.2350271 ], [ 120.1798677, 30.2346751 ], [ 120.180434, 30.2343333 ], [ 120.180924222084556, 30.234098197558932 ] ], [ [ 120.180924222084556, 30.234098197558932 ], [ 120.1810487, 30.2340385 ], [ 120.1814292, 30.233862 ], [ 120.1819254, 30.2336543 ], [ 120.1824798, 30.2334302 ], [ 120.1835549, 30.2329956 ], [ 120.1835957, 30.2329795 ], [ 120.1836645, 30.2329525 ], [ 120.1840344, 30.232807 ], [ 120.1841884, 30.2327464 ], [ 120.1847871, 30.2324923 ], [ 120.1853704, 30.2322407 ], [ 120.1872957, 30.231389 ], [ 120.1876482, 30.2312159 ], [ 120.1879237, 30.231066 ], [ 120.1882381, 30.2308824 ], [ 120.1885587, 30.2306775 ], [ 120.1888971, 30.2304233 ], [ 120.1894065, 30.230028 ], [ 120.1910633, 30.2285863 ], [ 120.1917945, 30.2279175 ], [ 120.1920295, 30.2276989 ], [ 120.1922465, 30.2274902 ], [ 120.1924543, 30.2272855 ], [ 120.1928948, 30.2268909 ], [ 120.193143, 30.2266661 ], [ 120.1933031, 30.2265177 ], [ 120.1935106, 30.2263137 ], [ 120.1936661, 30.2261463 ], [ 120.1938682, 30.2259224 ], [ 120.1940868, 30.2256541 ], [ 120.1943268, 30.2253283 ], [ 120.1945365, 30.2250065 ], [ 120.1947655, 30.2246297 ], [ 120.1950084, 30.2241955 ], [ 120.1952595, 30.2237015 ], [ 120.1984464, 30.2169061 ], [ 120.1990257, 30.21565 ], [ 120.1991791, 30.2153187 ], [ 120.1993325, 30.2150057 ], [ 120.1994648, 30.21476 ], [ 120.1995929, 30.2145301 ], [ 120.1997245, 30.2143094 ], [ 120.1998884, 30.2140235 ], [ 120.2001326, 30.2136453 ], [ 120.200476, 30.2131347 ], [ 120.2007656, 30.2127118 ], [ 120.2010481, 30.2122767 ], [ 120.2013901, 30.2117774 ], [ 120.2014982, 30.2116075 ], [ 120.2020187, 30.210755 ], [ 120.2027894, 30.2094729 ], [ 120.2033143, 30.2085997 ], [ 120.2035179, 30.2081139 ] ], [ [ 120.2035494, 30.2084911 ], [ 120.2034059, 30.208629 ], [ 120.2028676, 30.2095133 ], [ 120.2020929, 30.2107861 ], [ 120.2016709, 30.211488 ], [ 120.2015691, 30.2116507 ], [ 120.2014467, 30.2118368 ], [ 120.2011313, 30.2123012 ], [ 120.2005964, 30.2131935 ], [ 120.2003956, 30.2135202 ], [ 120.2002394, 30.2137902 ], [ 120.2000657, 30.2140904 ], [ 120.1998743, 30.2144823 ], [ 120.1996693, 30.214909 ], [ 120.1992782, 30.2157886 ], [ 120.1989819, 30.2164572 ], [ 120.195586, 30.2237569 ], [ 120.1952883, 30.2243547 ], [ 120.1950365, 30.2248152 ], [ 120.194728, 30.2253001 ], [ 120.1944067, 30.225718 ], [ 120.194096, 30.2260732 ], [ 120.1939117, 30.2262736 ], [ 120.1936973, 30.2264878 ], [ 120.1934481, 30.2267159 ], [ 120.1922282, 30.227722 ], [ 120.1917138, 30.2281518 ], [ 120.1911316, 30.2286642 ], [ 120.1898474, 30.2297732 ], [ 120.1896106, 30.2299812 ], [ 120.1893724, 30.2301737 ], [ 120.1889806, 30.2304719 ], [ 120.1885704, 30.2307767 ], [ 120.188321, 30.2309454 ], [ 120.1879768, 30.2311473 ], [ 120.1876175, 30.2313257 ], [ 120.1870688, 30.2315835 ], [ 120.1854184, 30.2323108 ], [ 120.1840685, 30.2328902 ], [ 120.1835692, 30.2331046 ], [ 120.1827793, 30.2334194 ], [ 120.1822729, 30.233613 ], [ 120.1813691, 30.2339874 ], [ 120.180987895716868, 30.234169363069238 ] ], [ [ 120.180987895716868, 30.234169363069238 ], [ 120.1809124, 30.2342054 ], [ 120.180502, 30.2344276 ], [ 120.180107, 30.2346525 ], [ 120.1792854, 30.2351765 ], [ 120.1777747, 30.2361499 ], [ 120.1773618, 30.2364186 ], [ 120.177087, 30.2366329 ] ], [ [ 120.2200893, 30.2245755 ], [ 120.2202161, 30.2244719 ] ], [ [ 120.2204272, 30.224699 ], [ 120.2202794, 30.2247882 ] ], [ [ 120.2191098, 30.225232 ], [ 120.2200893, 30.2245755 ] ], [ [ 120.2202794, 30.2247882 ], [ 120.219809, 30.2251837 ], [ 120.2192973, 30.2255971 ] ], [ [ 119.9726542, 30.2374614 ], [ 119.9726919, 30.2374272 ], [ 119.9727702, 30.2373634 ] ], [ [ 119.9654952, 30.2443999 ], [ 119.9663224, 30.2437038 ], [ 119.9664749, 30.2435555 ], [ 119.9667385, 30.2432993 ], [ 119.9691711, 30.2409349 ], [ 119.9722367, 30.2378396 ], [ 119.9726542, 30.2374614 ] ], [ [ 119.9729941, 30.2375785 ], [ 119.9725171, 30.2379881 ], [ 119.9721891, 30.2383311 ], [ 119.9719531, 30.2385667 ], [ 119.9694449, 30.2411569 ], [ 119.9666286, 30.2438429 ], [ 119.9658748, 30.244494 ] ], [ [ 119.96688, 30.2675336 ], [ 119.9669444, 30.2676619 ] ], [ [ 119.9666319, 30.2676665 ], [ 119.9665648, 30.2675387 ] ], [ [ 119.9669444, 30.2676619 ], [ 119.9674425, 30.2686668 ], [ 119.9680404, 30.2698869 ], [ 119.968721, 30.2712923 ], [ 119.9693546, 30.2728244 ], [ 119.9694388, 30.2730529 ], [ 119.969528, 30.2733285 ] ], [ [ 119.9692025, 30.2735512 ], [ 119.969195326560566, 30.273526933163151 ] ], [ [ 119.969195326560566, 30.273526933163151 ], [ 119.9690612, 30.2730732 ], [ 119.9688303, 30.2724021 ], [ 119.9674532, 30.2692957 ], [ 119.9672053, 30.2687602 ], [ 119.9666319, 30.2676665 ] ], [ [ 119.969528, 30.2733285 ], [ 119.969636197905942, 30.273662870070758 ] ], [ [ 119.969636197905942, 30.273662870070758 ], [ 119.9696431, 30.2736842 ] ], [ [ 119.9692553, 30.2737248 ], [ 119.969242245086861, 30.273681877028007 ] ], [ [ 119.969242245086861, 30.273681877028007 ], [ 119.9692025, 30.2735512 ] ], [ [ 119.9696431, 30.2736842 ], [ 119.969697101232626, 30.273821621047212 ] ], [ [ 119.969697101232626, 30.273821621047212 ], [ 119.9697101, 30.2738547 ] ], [ [ 119.9697101, 30.2738547 ], [ 119.9698183, 30.2743151 ] ], [ [ 119.9701683, 30.2775356 ], [ 119.9700549, 30.2769611 ], [ 119.9698752, 30.2761248 ], [ 119.9697698, 30.2754603 ], [ 119.9697142, 30.2753072 ], [ 119.9695962, 30.2748323 ], [ 119.9694382, 30.2741837 ], [ 119.9692553, 30.2737248 ] ], [ [ 119.9698183, 30.2743151 ], [ 119.9699035, 30.274601 ], [ 119.969954, 30.2747578 ], [ 119.9700348, 30.275085 ], [ 119.9701807, 30.2757739 ], [ 119.9702926, 30.2763384 ], [ 119.9704181, 30.2770966 ], [ 119.9704708, 30.2775637 ] ], [ [ 119.9704708, 30.2775637 ], [ 119.970486, 30.2777776 ], [ 119.9705695, 30.2788127 ], [ 119.9705958, 30.2791815 ], [ 119.9706072, 30.2794232 ], [ 119.9706022, 30.279777 ] ], [ [ 119.9703011, 30.2798529 ], [ 119.9702959, 30.2794177 ], [ 119.9702954, 30.2791912 ], [ 119.9702079, 30.2777366 ], [ 119.9701683, 30.2775356 ] ], [ [ 119.9706022, 30.279777 ], [ 119.9705989, 30.279931 ] ], [ [ 120.0333236, 30.2422653 ], [ 120.0339084, 30.2422701 ], [ 120.0359564, 30.2425429 ], [ 120.0378154, 30.242758 ], [ 120.0382728, 30.2428171 ], [ 120.0388, 30.2428944 ], [ 120.0393687, 30.2430074 ], [ 120.0394806, 30.2430297 ], [ 120.0395934, 30.2430577 ], [ 120.0399683, 30.2431189 ], [ 120.0407611, 30.2432844 ], [ 120.041554, 30.2434214 ], [ 120.0427588, 30.2435994 ], [ 120.0436959, 30.2437368 ], [ 120.0450492, 30.2439383 ], [ 120.0455465, 30.2440595 ], [ 120.0458951, 30.2441644 ], [ 120.0464636, 30.2443526 ], [ 120.0468286, 30.2445405 ], [ 120.0471869, 30.2448521 ], [ 120.0474745, 30.245281 ], [ 120.0477434, 30.2457658 ], [ 120.0479446, 30.2462333 ], [ 120.0480695, 30.2466073 ], [ 120.0483309, 30.2474735 ], [ 120.0485823, 30.2483587 ], [ 120.048716, 30.2487515 ], [ 120.0490123, 30.2495616 ], [ 120.04933, 30.2502643 ], [ 120.0498511, 30.2511741 ], [ 120.0503712, 30.2518973 ], [ 120.051338, 30.2529606 ], [ 120.0522234, 30.2537036 ], [ 120.0530486, 30.2542587 ], [ 120.0536124, 30.2545916 ], [ 120.0544356, 30.2550018 ], [ 120.0608167, 30.2580079 ], [ 120.0627636, 30.2589294 ], [ 120.0641227, 30.2595633 ], [ 120.0646437, 30.2598041 ], [ 120.0660643, 30.2604746 ], [ 120.0668071, 30.260816 ], [ 120.0683457, 30.2615843 ], [ 120.0688305, 30.2618501 ], [ 120.0695908, 30.2622184 ], [ 120.0699947, 30.2623882 ], [ 120.0704406, 30.262566 ], [ 120.0711713, 30.2627941 ], [ 120.0727194, 30.2631748 ], [ 120.0731418, 30.2632544 ], [ 120.0736098, 30.2633163 ], [ 120.0740559, 30.2633656 ], [ 120.0745066, 30.2634113 ], [ 120.0749881, 30.2634772 ], [ 120.0766471, 30.263668 ], [ 120.0807091, 30.264117 ], [ 120.0812549, 30.2641943 ], [ 120.0826798, 30.2643506 ], [ 120.0846397, 30.2645817 ], [ 120.0863577, 30.2647692 ], [ 120.0873425, 30.2649247 ], [ 120.0893833, 30.2653592 ], [ 120.0908997, 30.2656667 ], [ 120.093545, 30.2662399 ], [ 120.094492, 30.2664444 ], [ 120.0954262, 30.2667137 ], [ 120.0964396, 30.2671411 ], [ 120.0973355, 30.2676058 ], [ 120.0983612, 30.2681182 ], [ 120.1007707, 30.2692999 ], [ 120.1015583, 30.2696842 ], [ 120.1024642, 30.2700874 ], [ 120.1050767, 30.2713782 ], [ 120.106948, 30.2723199 ], [ 120.1083802, 30.2730227 ], [ 120.1094027, 30.2734847 ], [ 120.1100796, 30.2737469 ], [ 120.1106198, 30.2739109 ], [ 120.1111061, 30.2740141 ], [ 120.1114996, 30.2740727 ], [ 120.1119411, 30.2741122 ], [ 120.1165015, 30.2743257 ], [ 120.1177522, 30.2743503 ], [ 120.118426, 30.274352 ], [ 120.1191654, 30.2742893 ], [ 120.1208489, 30.2741619 ], [ 120.1317401, 30.2733356 ], [ 120.136037, 30.2737108 ], [ 120.150025, 30.2749507 ], [ 120.1550298, 30.2753951 ], [ 120.1610151, 30.2759347 ], [ 120.1620243, 30.2760344 ], [ 120.1642391, 30.2761824 ], [ 120.165898685121746, 30.276301694314991 ] ], [ [ 120.165898685121746, 30.276301694314991 ], [ 120.166161715550189, 30.276320601470985 ] ], [ [ 120.166161715550189, 30.276320601470985 ], [ 120.1663342, 30.276333 ], [ 120.1685241, 30.2765747 ], [ 120.1710352, 30.2767733 ], [ 120.1718658, 30.2768348 ], [ 120.1758516, 30.2771676 ], [ 120.180714, 30.2776094 ], [ 120.1859025, 30.278074 ], [ 120.1875319, 30.2782491 ], [ 120.1886865, 30.2783528 ], [ 120.1895963, 30.2783733 ] ], [ [ 120.1921956, 30.2787963 ], [ 120.1916726, 30.2786745 ], [ 120.191425, 30.2786478 ], [ 120.190477, 30.2785562 ], [ 120.1813865, 30.2777744 ], [ 120.1781304, 30.2774932 ], [ 120.1738584, 30.2770876 ], [ 120.1728305, 30.2770074 ], [ 120.1725147, 30.2769818 ], [ 120.1707506, 30.2768596 ], [ 120.1697504, 30.2767755 ], [ 120.1682245, 30.2766277 ], [ 120.1663257, 30.2764217 ], [ 120.166143428912193, 30.276408641860748 ] ], [ [ 120.166143428912193, 30.276408641860748 ], [ 120.165889956791759, 30.276390482786343 ] ], [ [ 120.165889956791759, 30.276390482786343 ], [ 120.1619944, 30.2761114 ], [ 120.1610736, 30.2760168 ], [ 120.155019, 30.2754874 ], [ 120.1500373, 30.2750625 ], [ 120.136037, 30.2738491 ], [ 120.1318231, 30.2735066 ], [ 120.1222155, 30.2741924 ], [ 120.1208393, 30.2743107 ], [ 120.1200022, 30.2743612 ], [ 120.1183042, 30.2744467 ], [ 120.1163601, 30.2744189 ], [ 120.1120509, 30.2742261 ], [ 120.1116102, 30.274189 ], [ 120.1110216, 30.2740967 ], [ 120.1105329, 30.2739906 ], [ 120.1101658, 30.2738895 ], [ 120.1096945, 30.2737203 ], [ 120.1094359, 30.2736083 ], [ 120.108708, 30.2732734 ], [ 120.105008, 30.2714855 ], [ 120.1018922, 30.2699787 ], [ 120.1006914, 30.2693749 ], [ 120.0983128, 30.2682206 ], [ 120.0973218, 30.2676735 ], [ 120.0964821, 30.2672679 ], [ 120.0958161, 30.2669719 ], [ 120.0953659, 30.2667856 ], [ 120.0944934, 30.2665142 ], [ 120.0935681, 30.2663275 ], [ 120.0917827, 30.2659485 ], [ 120.089532, 30.2654816 ], [ 120.0872854, 30.2650101 ], [ 120.0862657, 30.2648524 ], [ 120.0846189, 30.2646741 ], [ 120.082665, 30.2644449 ], [ 120.0815015, 30.2643175 ], [ 120.0806998, 30.2642428 ], [ 120.076632, 30.263789 ], [ 120.0754669, 30.2636386 ], [ 120.0749023, 30.2635682 ], [ 120.0743177, 30.2635064 ], [ 120.0734735, 30.2634031 ], [ 120.0730962, 30.2633459 ], [ 120.0726889, 30.2632701 ], [ 120.0711384, 30.2628827 ], [ 120.0706537, 30.262758 ], [ 120.0703162, 30.2626373 ], [ 120.0700126, 30.2625146 ], [ 120.0697487, 30.2624019 ], [ 120.0693779, 30.2622313 ], [ 120.0688285, 30.2619486 ], [ 120.068432, 30.2617727 ], [ 120.0659768, 30.2605787 ], [ 120.0645305, 30.2598842 ], [ 120.0640427, 30.2596591 ], [ 120.0626934, 30.2590007 ], [ 120.0607566, 30.2580907 ], [ 120.0543872, 30.2550718 ], [ 120.0534521, 30.2546032 ], [ 120.0529456, 30.2543032 ], [ 120.0521143, 30.2537252 ], [ 120.0512644, 30.2529997 ], [ 120.0503016, 30.251914 ], [ 120.0497678, 30.2512044 ], [ 120.0492824, 30.2503835 ], [ 120.0489367, 30.2496166 ], [ 120.0486706, 30.2488332 ], [ 120.048252, 30.2474366 ], [ 120.0480054, 30.2466333 ], [ 120.0479411, 30.246419 ], [ 120.0478318, 30.2461537 ], [ 120.0476949, 30.2458797 ], [ 120.0472991, 30.2453874 ], [ 120.0471138, 30.2451571 ], [ 120.0469184, 30.2449689 ], [ 120.0467481, 30.2448457 ], [ 120.0464955, 30.2447149 ], [ 120.0461603, 30.2445682 ], [ 120.0457752, 30.244454 ], [ 120.0449688, 30.2443065 ], [ 120.0430481, 30.244019 ], [ 120.0418793, 30.2438485 ], [ 120.0412509, 30.2437484 ], [ 120.0406479, 30.243665 ], [ 120.0401603, 30.2436162 ], [ 120.0397848, 30.2436195 ], [ 120.0395305, 30.2436572 ], [ 120.0392817, 30.243725 ], [ 120.0391226, 30.2437662 ], [ 120.0387289, 30.2438379 ], [ 120.0384516, 30.2438447 ], [ 120.0381784, 30.2438283 ], [ 120.0379987, 30.2437981 ], [ 120.0378037, 30.2437394 ], [ 120.0375645, 30.2436537 ], [ 120.0372701, 30.2435288 ], [ 120.0365201, 30.2431684 ], [ 120.0358314, 30.2429628 ], [ 120.0347641, 30.2428014 ], [ 120.0335474, 30.2426314 ], [ 120.0331799, 30.2425864 ], [ 120.0320354, 30.2424462 ], [ 120.0317249, 30.2423619 ], [ 120.0312127, 30.2422229 ] ], [ [ 119.9541751, 30.2707484 ], [ 119.9576896, 30.2708521 ], [ 119.9589228, 30.2709438 ], [ 119.9607535, 30.2711618 ], [ 119.9611357, 30.271211 ], [ 119.9616371, 30.2713023 ], [ 119.961762, 30.2713304 ], [ 119.9624455, 30.2714826 ], [ 119.963036, 30.2716348 ], [ 119.9633149, 30.2717161 ], [ 119.9637276, 30.2718442 ], [ 119.9643433, 30.2720349 ], [ 119.9648902, 30.2722085 ], [ 119.9666386, 30.2727386 ], [ 119.969195326560566, 30.273526933163151 ] ], [ [ 119.969195326560566, 30.273526933163151 ], [ 119.969338000967085, 30.273570924948555 ] ], [ [ 119.969338000967085, 30.273570924948555 ], [ 119.969636197905942, 30.273662870070758 ] ], [ [ 119.969636197905942, 30.273662870070758 ], [ 119.9701351, 30.2738167 ], [ 119.9712302, 30.274151 ], [ 119.97245, 30.2745148 ], [ 119.9731285, 30.274727 ], [ 119.973789, 30.2749206 ], [ 119.9744822, 30.2751172 ], [ 119.9751493, 30.2753043 ], [ 119.975706, 30.2754474 ], [ 119.9762166, 30.2755726 ], [ 119.9767505, 30.2756918 ], [ 119.9770966, 30.2757563 ], [ 119.9777482, 30.2758778 ], [ 119.9783802, 30.2759958 ], [ 119.9789239, 30.2760921 ], [ 119.9794226, 30.2761698 ], [ 119.9800427, 30.2762455 ], [ 119.9805655, 30.2762996 ], [ 119.9810495, 30.2763448 ], [ 119.9819168, 30.27641 ], [ 119.9828214, 30.2764632 ], [ 119.9829939, 30.2764765 ], [ 119.9840785, 30.2765243 ], [ 119.985795, 30.2766252 ], [ 119.9874337, 30.2767322 ], [ 119.989851, 30.2768942 ], [ 119.9917515, 30.2770623 ], [ 119.9930084, 30.2772216 ], [ 119.9940661, 30.2773557 ], [ 119.9971549, 30.2778142 ], [ 119.9990542, 30.278155 ], [ 120.0003184, 30.2783966 ], [ 120.0016079, 30.278654 ], [ 120.0030399, 30.2789575 ], [ 120.0054868, 30.279584 ], [ 120.0071777, 30.2800424 ], [ 120.0080821, 30.2802874 ], [ 120.0092254, 30.2806075 ], [ 120.0134951, 30.2818261 ], [ 120.0147933, 30.2821788 ], [ 120.0151653, 30.2822799 ], [ 120.0160387, 30.2824765 ], [ 120.0169217, 30.2827168 ], [ 120.0181961, 30.2830668 ], [ 120.0210391, 30.2838241 ], [ 120.022889, 30.2843136 ], [ 120.0257103, 30.2850532 ], [ 120.0260545, 30.2851428 ], [ 120.0283971, 30.2857742 ], [ 120.029456, 30.2860464 ], [ 120.0304543, 30.2862743 ], [ 120.0310955, 30.2864662 ], [ 120.0324107, 30.2868154 ], [ 120.0332492, 30.2870797 ], [ 120.0336342, 30.2872139 ], [ 120.0363054, 30.2879413 ], [ 120.0369101, 30.2881049 ], [ 120.0373148, 30.2882144 ], [ 120.0378915, 30.2883554 ], [ 120.0383769, 30.2884542 ], [ 120.03891, 30.2885446 ], [ 120.039459, 30.2886214 ], [ 120.0399701, 30.2886874 ], [ 120.0404329, 30.2887278 ], [ 120.041122, 30.2887417 ], [ 120.0418749, 30.2887377 ], [ 120.0435078, 30.2886906 ], [ 120.0452023, 30.2887012 ], [ 120.0482803, 30.2886993 ], [ 120.0501754, 30.288685 ], [ 120.0504721, 30.28869 ], [ 120.0531186, 30.2886865 ], [ 120.0587379, 30.2889124 ], [ 120.0594452, 30.2889254 ], [ 120.0606514, 30.2889498 ], [ 120.0621653, 30.2889869 ], [ 120.0688088, 30.2890049 ], [ 120.0704234, 30.2890144 ], [ 120.0723658, 30.2890264 ], [ 120.07449, 30.2890644 ], [ 120.0749401, 30.2890656 ], [ 120.0751846, 30.2890651 ], [ 120.0754866, 30.2890728 ], [ 120.0756154, 30.2890807 ], [ 120.0760647, 30.2891087 ], [ 120.0765227, 30.289124 ], [ 120.0780333, 30.2891644 ], [ 120.0796212, 30.2892068 ], [ 120.0804252, 30.2892369 ], [ 120.080785, 30.2892377 ], [ 120.0811977, 30.2892367 ], [ 120.08296, 30.2892063 ], [ 120.083127, 30.2892062 ], [ 120.0832726, 30.2892051 ], [ 120.0845416, 30.2891715 ], [ 120.0850787, 30.2891587 ], [ 120.0859128, 30.2891458 ], [ 120.0864326, 30.2891313 ], [ 120.0869797, 30.2891039 ], [ 120.0869874, 30.2891027 ], [ 120.0928812, 30.2887304 ], [ 120.0932218, 30.2887114 ], [ 120.0935977, 30.2887003 ], [ 120.0939046, 30.2886927 ], [ 120.0942036, 30.2886979 ], [ 120.0945395, 30.2887099 ], [ 120.1026459, 30.2890449 ], [ 120.1034823, 30.2890795 ], [ 120.1049548, 30.2891792 ], [ 120.1055984, 30.2892139 ], [ 120.1091547, 30.2894128 ], [ 120.1103493, 30.2894701 ], [ 120.1124737, 30.2895796 ], [ 120.1272369, 30.290362 ], [ 120.1275092, 30.290377 ], [ 120.1277758, 30.2903938 ], [ 120.1281135, 30.2904188 ], [ 120.1289593, 30.2904901 ], [ 120.1292833, 30.2905149 ], [ 120.1296335, 30.2905338 ], [ 120.1305991, 30.2905763 ], [ 120.1310615, 30.2905911 ], [ 120.1314382, 30.2906025 ], [ 120.1327451, 30.2906986 ], [ 120.1328138, 30.2907027 ], [ 120.1342922, 30.2907899 ], [ 120.1352819, 30.2908447 ], [ 120.135647, 30.2908654 ], [ 120.1374376, 30.2909337 ], [ 120.1384401, 30.2909716 ], [ 120.1388712, 30.2909844 ], [ 120.1392394, 30.290991 ], [ 120.1395644, 30.2910241 ], [ 120.1398176, 30.2910522 ], [ 120.1402955, 30.2911457 ], [ 120.1406358, 30.2912397 ], [ 120.1449797, 30.2930959 ], [ 120.1471798, 30.2939893 ], [ 120.148288, 30.2944517 ], [ 120.1494347, 30.2948933 ], [ 120.1507266, 30.2954519 ], [ 120.1514025, 30.2957428 ], [ 120.155350324572296, 30.297400367476282 ] ], [ [ 120.155350324572296, 30.297400367476282 ], [ 120.15545147975233, 30.297442839357547 ] ], [ [ 120.15545147975233, 30.297442839357547 ], [ 120.1587679, 30.2988353 ], [ 120.1617987, 30.3001018 ], [ 120.1628496, 30.3005409 ], [ 120.1638276, 30.300909 ], [ 120.1676121, 30.3022652 ], [ 120.1691599, 30.3028204 ], [ 120.1702054, 30.3031548 ], [ 120.1708356, 30.3033723 ], [ 120.1725086, 30.3039601 ], [ 120.173178, 30.3041861 ], [ 120.1738211, 30.304377 ], [ 120.1766555, 30.305131 ], [ 120.1770377, 30.3052385 ], [ 120.1775908, 30.3053721 ], [ 120.177988, 30.3054637 ], [ 120.178477, 30.3055691 ], [ 120.1790024, 30.3056753 ], [ 120.1796269, 30.3058049 ], [ 120.1802833, 30.3059564 ], [ 120.1808866, 30.3061062 ], [ 120.1814804, 30.3062586 ], [ 120.1818428, 30.3063403 ], [ 120.1821575, 30.306411 ], [ 120.1825506, 30.3064821 ], [ 120.1829724, 30.3065367 ], [ 120.1834495, 30.3065829 ], [ 120.1839775, 30.3066182 ], [ 120.1852079, 30.3066955 ], [ 120.186445, 30.3067821 ], [ 120.188595176066102, 30.306908787619768 ] ], [ [ 120.188595176066102, 30.306908787619768 ], [ 120.1896273, 30.3069696 ], [ 120.1904158, 30.3070493 ], [ 120.19129, 30.3071484 ], [ 120.1928364, 30.3073332 ], [ 120.1940607, 30.3074108 ], [ 120.1954729, 30.3074992 ], [ 120.1980577, 30.3076466 ], [ 120.199236, 30.3077157 ], [ 120.2099706, 30.3080337 ], [ 120.2108788, 30.3080506 ], [ 120.2116176, 30.3080737 ], [ 120.212658, 30.308095 ], [ 120.2149826, 30.3081309 ], [ 120.2158409, 30.30814 ], [ 120.216364, 30.3081509 ], [ 120.2179431, 30.3081313 ], [ 120.2186012, 30.3081187 ], [ 120.2226227, 30.3080799 ], [ 120.2230324, 30.3080759 ], [ 120.2252448, 30.3080285 ], [ 120.229435, 30.3079168 ], [ 120.232542342197931, 30.3078293859203 ] ], [ [ 120.232542342197931, 30.3078293859203 ], [ 120.232706851916376, 30.307824758021368 ] ], [ [ 120.232706851916376, 30.307824758021368 ], [ 120.2371239, 30.3077005 ], [ 120.2376267, 30.3076979 ], [ 120.2379264, 30.3077016 ], [ 120.2382422, 30.3077065 ], [ 120.2385865, 30.3077167 ], [ 120.2388496, 30.3077286 ], [ 120.2391545, 30.307757 ], [ 120.2397421, 30.3078312 ], [ 120.2402972, 30.307902 ], [ 120.2403877, 30.3079235 ], [ 120.2414505, 30.3081454 ], [ 120.2424334, 30.3084127 ], [ 120.2427623, 30.3085101 ], [ 120.2433555, 30.3087109 ], [ 120.2439203, 30.3089082 ], [ 120.2447835, 30.3092698 ], [ 120.2453464, 30.309534 ], [ 120.2470718, 30.3104703 ], [ 120.2514116, 30.3127783 ], [ 120.2516767, 30.3129194 ], [ 120.2536712, 30.3139924 ], [ 120.2549083, 30.3145766 ], [ 120.2558939, 30.3149494 ], [ 120.2564332, 30.3151098 ], [ 120.2569202, 30.3152551 ], [ 120.2575935, 30.3154254 ], [ 120.2581858, 30.3155447 ], [ 120.2591116, 30.3156916 ], [ 120.2600199, 30.3158235 ], [ 120.2625859, 30.3161293 ], [ 120.2650286, 30.3164274 ], [ 120.2667112, 30.3166332 ], [ 120.2682311, 30.316819 ], [ 120.2701727, 30.3170642 ], [ 120.2727425, 30.3173813 ], [ 120.2769701, 30.3178973 ], [ 120.280252, 30.3183038 ], [ 120.2818721, 30.3185162 ], [ 120.2827381, 30.3186263 ], [ 120.2830377, 30.3186676 ], [ 120.2857478, 30.3190209 ], [ 120.2873868, 30.319252 ], [ 120.288560052159767, 30.319419056265403 ] ], [ [ 120.288560052159767, 30.319419056265403 ], [ 120.28870389675059, 30.319439537915439 ] ], [ [ 120.28870389675059, 30.319439537915439 ], [ 120.2902452, 30.319659 ], [ 120.2913201, 30.3198113 ], [ 120.2942027, 30.3202388 ], [ 120.2951372, 30.3203664 ], [ 120.2961154, 30.3204867 ], [ 120.2973187, 30.3205994 ], [ 120.2981327, 30.3206748 ], [ 120.2989431, 30.3207331 ], [ 120.2995533, 30.3207999 ], [ 120.3005284, 30.3209098 ], [ 120.3016861, 30.3210867 ], [ 120.3036643, 30.321459 ], [ 120.3050624, 30.3217425 ], [ 120.3063304, 30.3219525 ], [ 120.3069231, 30.322029 ], [ 120.3075836, 30.3221072 ], [ 120.3080452, 30.3221306 ], [ 120.3086286, 30.3221832 ], [ 120.3092567, 30.3222182 ], [ 120.3098638, 30.322238 ], [ 120.3116917, 30.3222655 ], [ 120.313432, 30.3222953 ], [ 120.3145637, 30.3223088 ], [ 120.3162762, 30.3223447 ], [ 120.318388, 30.3223951 ], [ 120.3192464, 30.3224313 ], [ 120.3199481, 30.322485 ], [ 120.3206697, 30.3225604 ], [ 120.3215374, 30.3226728 ], [ 120.3226804, 30.3228436 ], [ 120.3242206, 30.3230771 ], [ 120.3250942, 30.3232101 ], [ 120.3259299, 30.3233374 ], [ 120.3276139, 30.3235864 ], [ 120.3285261, 30.3237146 ], [ 120.3294409, 30.3238515 ], [ 120.3315507, 30.3241641 ], [ 120.3326381, 30.324319 ], [ 120.3344916, 30.324576 ], [ 120.3353376, 30.3246933 ], [ 120.3372883, 30.3250031 ], [ 120.3382141, 30.3251376 ], [ 120.3391271, 30.3252421 ], [ 120.3396247, 30.3252819 ], [ 120.340045, 30.3253146 ], [ 120.3409467, 30.3253551 ], [ 120.3419527, 30.3253741 ], [ 120.3431727, 30.3253683 ], [ 120.3446253, 30.3253611 ], [ 120.3465689, 30.3253873 ], [ 120.3475566, 30.3253874 ], [ 120.3556232, 30.3253508 ], [ 120.3568795, 30.325345 ], [ 120.3592013, 30.3253345 ], [ 120.3595607, 30.3253198 ], [ 120.3601729, 30.3252442 ], [ 120.3606657, 30.3251603 ], [ 120.361794, 30.3248305 ], [ 120.362945, 30.3245198 ], [ 120.3634217, 30.3244087 ], [ 120.364054, 30.3243336 ], [ 120.3645161, 30.3243037 ], [ 120.3650653, 30.3242969 ], [ 120.3655549, 30.3243154 ], [ 120.3675766, 30.3243929 ], [ 120.368077, 30.3244057 ], [ 120.3695454, 30.3244433 ], [ 120.3707391, 30.3244968 ], [ 120.3724036, 30.3245858 ], [ 120.3731476, 30.3246395 ], [ 120.3737941, 30.3247283 ], [ 120.3744609, 30.3248312 ], [ 120.3751033, 30.3249341 ], [ 120.3775306, 30.325326 ], [ 120.3785247, 30.3254699 ], [ 120.3792537, 30.3255727 ] ], [ [ 120.378797, 30.3257108 ], [ 120.3775115, 30.3254565 ], [ 120.3749798, 30.3250463 ], [ 120.3737504, 30.324878 ], [ 120.3731634, 30.3248178 ], [ 120.3724655, 30.3247735 ], [ 120.3707101, 30.3247002 ], [ 120.3696866, 30.3246455 ], [ 120.3689867, 30.324611 ], [ 120.3675792, 30.3245416 ], [ 120.3655013, 30.3244834 ], [ 120.3648405, 30.324469 ], [ 120.3642875, 30.3244865 ], [ 120.3640323, 30.3245035 ], [ 120.3637854, 30.3245276 ], [ 120.3635071, 30.32457 ], [ 120.3632537, 30.3246195 ], [ 120.3629906, 30.3246786 ], [ 120.3626693, 30.3247639 ], [ 120.3606936, 30.3253203 ], [ 120.3603366, 30.3253868 ], [ 120.3598659, 30.3254468 ], [ 120.359243, 30.3255013 ], [ 120.3584567, 30.3255259 ], [ 120.3575926, 30.3255297 ], [ 120.3557294, 30.325538 ], [ 120.35085, 30.3255188 ], [ 120.347556, 30.3255058 ], [ 120.3465705, 30.3255041 ], [ 120.344629, 30.3254894 ], [ 120.3431914, 30.3254773 ], [ 120.3419078, 30.3254833 ], [ 120.3409314, 30.3254632 ], [ 120.3400613, 30.3254234 ], [ 120.3390968, 30.3253434 ], [ 120.3382195, 30.3252471 ], [ 120.3372701, 30.3251098 ], [ 120.3353004, 30.324799 ], [ 120.3348079, 30.3247277 ], [ 120.3337098, 30.3245686 ], [ 120.3325805, 30.3244109 ], [ 120.3312961, 30.3242315 ], [ 120.3294124, 30.3239572 ], [ 120.3284957, 30.32382 ], [ 120.3275839, 30.3236871 ], [ 120.3259149, 30.3234376 ], [ 120.3255693, 30.3233857 ], [ 120.324195, 30.3231795 ], [ 120.3226643, 30.3229576 ], [ 120.3215215, 30.3227896 ], [ 120.3206535, 30.3226686 ], [ 120.319962, 30.3225918 ], [ 120.3192427, 30.3225316 ], [ 120.3183796, 30.3224913 ], [ 120.3162479, 30.3224458 ], [ 120.315297, 30.3224242 ], [ 120.313432, 30.3224063 ], [ 120.3116913, 30.3223828 ], [ 120.3098781, 30.3223465 ], [ 120.3092438, 30.3223244 ], [ 120.3086195, 30.3222938 ], [ 120.308158, 30.3222555 ], [ 120.3075571, 30.3222056 ], [ 120.3069151, 30.3221391 ], [ 120.3063244, 30.32206 ], [ 120.3050608, 30.3218409 ], [ 120.3036459, 30.3215573 ], [ 120.3016778, 30.321196 ], [ 120.300509, 30.3210183 ], [ 120.2995379, 30.3209011 ], [ 120.2989203, 30.3208422 ], [ 120.2981225, 30.3207703 ], [ 120.2973053, 30.3207093 ], [ 120.2960975, 30.320583 ], [ 120.2951336, 30.3204585 ], [ 120.2938013, 30.3203156 ], [ 120.2911966, 30.3199258 ], [ 120.2906431, 30.3198547 ], [ 120.2900759, 30.319771 ], [ 120.2896941, 30.3197135 ], [ 120.288731190364558, 30.31957858286836 ] ], [ [ 120.288731190364558, 30.31957858286836 ], [ 120.288586537451224, 30.319558314968411 ] ], [ [ 120.288586537451224, 30.319558314968411 ], [ 120.2866944, 30.3192932 ], [ 120.2855551, 30.3191376 ], [ 120.2832157, 30.3188276 ], [ 120.2814472, 30.3185976 ], [ 120.2769742, 30.3180181 ], [ 120.2726865, 30.3174831 ], [ 120.2682545, 30.3169359 ], [ 120.2669877, 30.3167795 ], [ 120.2650305, 30.3165379 ], [ 120.2625967, 30.3162413 ], [ 120.259979, 30.3159202 ], [ 120.2591331, 30.3158119 ], [ 120.2583657, 30.3156923 ], [ 120.2576981, 30.3155544 ], [ 120.2569036, 30.3153685 ], [ 120.2563096, 30.3151977 ], [ 120.2558622, 30.3150516 ], [ 120.2548244, 30.3146474 ], [ 120.2536385, 30.3140891 ], [ 120.2524031, 30.3134268 ], [ 120.2520321, 30.313228 ], [ 120.2487242, 30.3114297 ], [ 120.2451496, 30.3095598 ], [ 120.244742, 30.3093716 ], [ 120.2443168, 30.3091877 ], [ 120.24387, 30.3090037 ], [ 120.2432342, 30.3087748 ], [ 120.2428792, 30.3086631 ], [ 120.2423969, 30.3085066 ], [ 120.2417347, 30.3083298 ], [ 120.241316, 30.308232 ], [ 120.2408912, 30.3081395 ], [ 120.2404574, 30.3080647 ], [ 120.2400451, 30.3079979 ], [ 120.2391118, 30.3078695 ], [ 120.2388288, 30.3078489 ], [ 120.2385125, 30.3078373 ], [ 120.2381254, 30.3078257 ], [ 120.2376306, 30.3078157 ], [ 120.2366376, 30.3078346 ], [ 120.2333788, 30.307917 ], [ 120.232781968613537, 30.307937160042762 ] ], [ [ 120.232781968613537, 30.307937160042762 ], [ 120.232617713279325, 30.307942708334352 ] ], [ [ 120.232617713279325, 30.307942708334352 ], [ 120.2294473, 30.3080498 ], [ 120.2276872, 30.3080791 ], [ 120.2252412, 30.3081384 ], [ 120.2237861, 30.3081875 ], [ 120.2215538, 30.3082107 ], [ 120.2179491, 30.3082466 ], [ 120.2164071, 30.3082475 ], [ 120.210875, 30.3081675 ], [ 120.20998, 30.3081476 ], [ 120.2012343, 30.307886 ], [ 120.2003001, 30.3078544 ], [ 120.1992682, 30.3078287 ], [ 120.1978944, 30.3077606 ], [ 120.1937002, 30.307491 ], [ 120.1928259, 30.3074532 ], [ 120.1921895, 30.307436 ], [ 120.1913386, 30.3074386 ], [ 120.1906203, 30.307439 ], [ 120.1899774, 30.3074297 ], [ 120.189432, 30.307414 ], [ 120.18855888079581, 30.307365661322084 ] ], [ [ 120.18855888079581, 30.307365661322084 ], [ 120.1864571, 30.3072493 ], [ 120.1854196, 30.3071799 ], [ 120.1841928, 30.3071175 ], [ 120.1829282, 30.3070213 ], [ 120.1823379, 30.3069425 ], [ 120.1816224, 30.3067772 ], [ 120.1802815, 30.3063949 ], [ 120.1793013, 30.3060896 ], [ 120.1784786, 30.3058081 ], [ 120.177543, 30.3055228 ], [ 120.1758467, 30.3050608 ], [ 120.1749227, 30.3048088 ], [ 120.1738826, 30.3045268 ], [ 120.1731758, 30.3043186 ], [ 120.1726035, 30.3041411 ], [ 120.1720678, 30.3039602 ], [ 120.1701462, 30.3032484 ], [ 120.1697878, 30.3031156 ], [ 120.1686905, 30.3027263 ], [ 120.1675432, 30.302324 ], [ 120.1638146, 30.3010013 ], [ 120.1628002, 30.3005901 ], [ 120.1606822, 30.2997188 ], [ 120.1597163, 30.2993059 ], [ 120.1587159, 30.2989035 ], [ 120.155394778215452, 30.297502161621665 ] ], [ [ 120.155394778215452, 30.297502161621665 ], [ 120.15529443772806, 30.297459823223683 ] ], [ [ 120.15529443772806, 30.297459823223683 ], [ 120.1513683, 30.2958032 ], [ 120.150378, 30.2954304 ], [ 120.1496335, 30.2951142 ], [ 120.1490363, 30.2948546 ], [ 120.1449662, 30.2931398 ], [ 120.1436801, 30.292614 ], [ 120.1406056, 30.2913116 ], [ 120.140262, 30.2912188 ], [ 120.1398242, 30.2911337 ], [ 120.1395857, 30.2911043 ], [ 120.1392897, 30.2910775 ], [ 120.138893, 30.2910636 ], [ 120.1384014, 30.291044 ], [ 120.137437, 30.291017 ], [ 120.1369056, 30.2910018 ], [ 120.1358694, 30.2909638 ], [ 120.1355325, 30.2909454 ], [ 120.1351845, 30.2909282 ], [ 120.1348535, 30.2909133 ], [ 120.1337298, 30.290843 ], [ 120.1327994, 30.2907898 ], [ 120.1318223, 30.290734 ], [ 120.1310491, 30.2906838 ], [ 120.1296198, 30.2906366 ], [ 120.1289201, 30.2906099 ], [ 120.1282149, 30.2905874 ], [ 120.1278601, 30.290578 ], [ 120.1276208, 30.2905693 ], [ 120.1124788, 30.2897798 ], [ 120.1103238, 30.2895904 ], [ 120.1097501, 30.2895528 ], [ 120.1091599, 30.2895071 ], [ 120.1058419, 30.2893302 ], [ 120.105175, 30.2893047 ], [ 120.1046179, 30.2892898 ], [ 120.1042027, 30.289266 ], [ 120.1038143, 30.2892448 ], [ 120.1034681, 30.2892273 ], [ 120.1030615, 30.2892037 ], [ 120.1026434, 30.2891716 ], [ 120.1022384, 30.2891542 ], [ 120.0949355, 30.2888335 ], [ 120.0944651, 30.2888332 ], [ 120.0941015, 30.2888402 ], [ 120.0937259, 30.2888531 ], [ 120.0934146, 30.2888669 ], [ 120.0931673, 30.2888813 ], [ 120.0927873, 30.2889069 ], [ 120.0871756, 30.2892402 ], [ 120.0866212, 30.2892657 ], [ 120.0860785, 30.2892872 ], [ 120.0855563, 30.2892966 ], [ 120.0850746, 30.289299 ], [ 120.0829047, 30.2893158 ], [ 120.0807559, 30.2893441 ], [ 120.0804773, 30.2893435 ], [ 120.0801793, 30.2893397 ], [ 120.0796086, 30.2893168 ], [ 120.078516, 30.289285 ], [ 120.0781155, 30.2892758 ], [ 120.0780221, 30.2892736 ], [ 120.0764844, 30.2892382 ], [ 120.0760177, 30.2892361 ], [ 120.0755185, 30.2892387 ], [ 120.0754795, 30.2892385 ], [ 120.0751629, 30.2892295 ], [ 120.0742268, 30.2891892 ], [ 120.0733834, 30.2891693 ], [ 120.072362, 30.2891503 ], [ 120.0713506, 30.2891592 ], [ 120.0703166, 30.2891531 ], [ 120.0683799, 30.2891502 ], [ 120.0659927, 30.2891197 ], [ 120.0648834, 30.2891197 ], [ 120.0618361, 30.2891233 ], [ 120.059538, 30.2891121 ], [ 120.0583587, 30.2891293 ], [ 120.0564284, 30.2891811 ], [ 120.0559408, 30.2892004 ], [ 120.0554868, 30.2892169 ], [ 120.0537348, 30.2893197 ], [ 120.0528812, 30.2893633 ], [ 120.0523899, 30.2893836 ], [ 120.0519512, 30.2893975 ], [ 120.0503886, 30.2894206 ], [ 120.0454158, 30.2894835 ], [ 120.0435221, 30.2894929 ], [ 120.0427518, 30.2894867 ], [ 120.0421868, 30.2894497 ], [ 120.0416387, 30.2893837 ], [ 120.0410698, 30.2892903 ], [ 120.0402729, 30.289125 ], [ 120.0392432, 30.2888689 ], [ 120.0378676, 30.288476 ], [ 120.0362356, 30.2880067 ], [ 120.0343917, 30.2875179 ], [ 120.0339285, 30.2873978 ], [ 120.033553, 30.287304 ], [ 120.0332454, 30.2872218 ], [ 120.0321911, 30.2869402 ], [ 120.0285275, 30.2859377 ], [ 120.0283076, 30.2858676 ], [ 120.0270215, 30.2855339 ], [ 120.026005, 30.2852535 ], [ 120.0241142, 30.2847213 ], [ 120.0211367, 30.2839653 ], [ 120.0190438, 30.2833823 ], [ 120.017113, 30.2828421 ], [ 120.0161071, 30.2825667 ], [ 120.014992, 30.2822995 ], [ 120.0100394, 30.2810105 ], [ 120.009304, 30.2808005 ], [ 120.0080357, 30.2804253 ], [ 120.0054494, 30.2797197 ], [ 120.0042097, 30.2793942 ], [ 120.0030027, 30.2790969 ], [ 120.0020011, 30.2788692 ], [ 120.0010586, 30.2786854 ], [ 120.0003179, 30.2785368 ], [ 119.9989948, 30.2782923 ], [ 119.9988102, 30.2782496 ], [ 119.9975015, 30.2780114 ], [ 119.9967063, 30.2778796 ], [ 119.9955179, 30.277687 ], [ 119.9941623, 30.2774843 ], [ 119.9936934, 30.2774157 ], [ 119.991715, 30.2771802 ], [ 119.9895329, 30.2769894 ], [ 119.9882208, 30.2768934 ], [ 119.9868665, 30.2768012 ], [ 119.9855183, 30.2767212 ], [ 119.9840975, 30.276647 ], [ 119.9828407, 30.2765865 ], [ 119.9818509, 30.2765272 ], [ 119.9809404, 30.2764518 ], [ 119.9802497, 30.2763835 ], [ 119.9795559, 30.2762985 ], [ 119.9789471, 30.2762175 ], [ 119.9783383, 30.2761153 ], [ 119.9775519, 30.275964 ], [ 119.976587, 30.275781 ], [ 119.9760004, 30.2756534 ], [ 119.9754301, 30.2755137 ], [ 119.9749026, 30.2753717 ], [ 119.9727483, 30.2747519 ], [ 119.9721151, 30.2745593 ], [ 119.9703695, 30.2740282 ], [ 119.969697101232626, 30.273821621047212 ] ], [ [ 119.969697101232626, 30.273821621047212 ], [ 119.969388843677464, 30.273726916050677 ] ], [ [ 119.969388843677464, 30.273726916050677 ], [ 119.969242245086861, 30.273681877028007 ] ], [ [ 119.969242245086861, 30.273681877028007 ], [ 119.966585, 30.2728655 ], [ 119.9648422, 30.2723308 ], [ 119.9643447, 30.2721777 ], [ 119.9636607, 30.2719806 ], [ 119.9631132, 30.2718218 ], [ 119.9629998, 30.2717889 ], [ 119.9624103, 30.271629 ], [ 119.9617207, 30.271463 ], [ 119.961127, 30.2713364 ], [ 119.9606729, 30.2712437 ], [ 119.9600903, 30.2711602 ], [ 119.9588927, 30.2710213 ], [ 119.9578962, 30.2709361 ], [ 119.9576336, 30.2709175 ], [ 119.9549431, 30.2708329 ] ], [ [ 120.3999207, 30.1542255 ], [ 120.4014715, 30.1516922 ], [ 120.4016123, 30.151489 ], [ 120.4024854, 30.1502297 ], [ 120.4029532, 30.1495585 ], [ 120.4039113, 30.1481311 ], [ 120.4044872, 30.1470396 ], [ 120.4051209, 30.1458386 ], [ 120.4052032, 30.14556 ] ], [ [ 120.4052594, 30.1459263 ], [ 120.4041951, 30.1479859 ], [ 120.4030896, 30.1495773 ], [ 120.4026591, 30.1502151 ], [ 120.4017221, 30.1515475 ], [ 120.401574, 30.1517581 ], [ 120.4000968, 30.1541665 ] ], [ [ 120.3967492, 30.1603853 ], [ 120.3970373, 30.1597825 ], [ 120.3982622, 30.1573194 ], [ 120.3982835, 30.1572765 ], [ 120.3990569, 30.1557805 ], [ 120.3995355, 30.1548548 ], [ 120.3999207, 30.1542255 ] ], [ [ 120.4000968, 30.1541665 ], [ 120.3996112, 30.1549582 ], [ 120.3990617, 30.1560486 ], [ 120.3983947, 30.1573721 ], [ 120.3983677, 30.1574258 ], [ 120.3958968, 30.1623702 ], [ 120.3957343, 30.1627634 ] ], [ [ 120.395605, 30.1627808 ], [ 120.3967492, 30.1603853 ] ], [ [ 120.3856592, 30.1730318 ], [ 120.3863285, 30.1727499 ], [ 120.3873097, 30.1721994 ], [ 120.3876076, 30.1720253 ], [ 120.3881271, 30.1717217 ], [ 120.3887375, 30.1713335 ], [ 120.390812, 30.1696918 ], [ 120.3924325, 30.1680549 ], [ 120.3931326, 30.1671078 ], [ 120.393495, 30.1666177 ], [ 120.3938536, 30.1660778 ], [ 120.3943884, 30.1651683 ], [ 120.3953003, 30.163417 ], [ 120.395605, 30.1627808 ] ], [ [ 120.3957343, 30.1627634 ], [ 120.3951292, 30.1640751 ], [ 120.3939661, 30.1661312 ], [ 120.3935853, 30.1666623 ], [ 120.3932294, 30.1671518 ], [ 120.3926063, 30.168009 ], [ 120.3910522, 30.1696221 ], [ 120.3895277, 30.1708557 ], [ 120.3887186, 30.1714413 ], [ 120.3882098, 30.1717655 ], [ 120.3878441, 30.1719986 ], [ 120.3877021, 30.1720806 ], [ 120.3871532, 30.1723975 ], [ 120.386506, 30.1727494 ], [ 120.3857233, 30.1731047 ] ], [ [ 120.3529469, 30.1730013 ], [ 120.3534168, 30.172958 ] ], [ [ 120.3519164, 30.1730878 ], [ 120.3529469, 30.1730013 ] ], [ [ 120.383097, 30.1739726 ], [ 120.3836397, 30.1738149 ], [ 120.3842574, 30.173614 ], [ 120.3850563, 30.1732876 ], [ 120.3856592, 30.1730318 ] ], [ [ 120.3857233, 30.1731047 ], [ 120.3850516, 30.1734006 ], [ 120.3843894, 30.1736616 ], [ 120.3835855, 30.1739461 ], [ 120.3831461, 30.1740814 ] ], [ [ 120.3534168, 30.172958 ], [ 120.3544369, 30.1728981 ], [ 120.3556515, 30.1728611 ], [ 120.3564093, 30.1728532 ], [ 120.3571583, 30.1728376 ], [ 120.3584174, 30.1728523 ], [ 120.3601975, 30.1729406 ], [ 120.3603433, 30.1729513 ], [ 120.3616663, 30.1730487 ], [ 120.3624399, 30.1731384 ], [ 120.3636824, 30.173297 ], [ 120.3668542, 30.1737413 ], [ 120.3686281, 30.1739799 ], [ 120.3690321, 30.1740434 ], [ 120.3697727, 30.1741405 ], [ 120.3703514, 30.1742215 ], [ 120.3708379, 30.1742959 ], [ 120.373356, 30.1746498 ], [ 120.3742101, 30.174748 ], [ 120.3751405, 30.1748274 ], [ 120.3760149, 30.1748713 ], [ 120.3771616, 30.1748964 ], [ 120.3783262, 30.1748632 ], [ 120.3796977, 30.1747264 ], [ 120.3798605, 30.1747015 ], [ 120.3801637, 30.174655 ], [ 120.3808607, 30.1745483 ], [ 120.3819257, 30.174295 ], [ 120.3824718, 30.174153 ], [ 120.3829609, 30.1740086 ] ], [ [ 120.3830032, 30.174121 ], [ 120.3822772, 30.1743096 ], [ 120.3820957, 30.1743515 ], [ 120.3815502, 30.1744772 ], [ 120.3806366, 30.1746529 ], [ 120.3801862, 30.1747339 ], [ 120.3798905, 30.1747871 ], [ 120.3797122, 30.1748192 ], [ 120.3783813, 30.1749412 ], [ 120.3771375, 30.1749832 ], [ 120.3763888, 30.174977 ], [ 120.3759286, 30.1749624 ], [ 120.3755965, 30.1749519 ], [ 120.3747052, 30.1748843 ], [ 120.3737104, 30.1747839 ], [ 120.3724286, 30.1746206 ], [ 120.3710039, 30.1744378 ], [ 120.370401, 30.1743605 ], [ 120.3700307, 30.1743068 ], [ 120.3668358, 30.1738435 ], [ 120.363771, 30.1734082 ], [ 120.3625317, 30.1732483 ], [ 120.3616109, 30.1731344 ], [ 120.3603634, 30.1730476 ], [ 120.3601154, 30.1730304 ], [ 120.3584298, 30.1729532 ], [ 120.3575696, 30.1729396 ], [ 120.3566165, 30.1729452 ], [ 120.3556817, 30.1729637 ], [ 120.3548398, 30.1729789 ], [ 120.353883, 30.1730324 ], [ 120.3528648, 30.1731216 ] ], [ [ 120.3305904, 30.1828542 ], [ 120.3303768, 30.1821894 ], [ 120.3300542, 30.181332 ], [ 120.3296325, 30.1802255 ], [ 120.3293567, 30.1795618 ], [ 120.3289776, 30.1786062 ], [ 120.3286899296277, 30.177935171187546 ] ], [ [ 120.3286899296277, 30.177935171187546 ], [ 120.328661752146331, 30.177869443522539 ] ], [ [ 120.328661752146331, 30.177869443522539 ], [ 120.328626437289557, 30.177787066994807 ] ], [ [ 120.328626437289557, 30.177787066994807 ], [ 120.32856582479684, 30.177645680418657 ] ], [ [ 120.32856582479684, 30.177645680418657 ], [ 120.3283132, 30.1770564 ], [ 120.3276908, 30.1755041 ], [ 120.3269131, 30.1736644 ], [ 120.3264066, 30.1725015 ], [ 120.3258309, 30.1710418 ], [ 120.3229736, 30.1639823 ] ], [ [ 120.3231181, 30.1639293 ], [ 120.3242397, 30.1667329 ], [ 120.3251692, 30.1690151 ], [ 120.325229, 30.169161 ], [ 120.3265829, 30.1724677 ], [ 120.3270176, 30.1735011 ], [ 120.3270792, 30.1736477 ], [ 120.327815, 30.1754319 ], [ 120.3280704, 30.1760468 ], [ 120.3282787, 30.1765788 ], [ 120.3284565, 30.1770269 ], [ 120.328710589470248, 30.177608455076523 ] ], [ [ 120.328710589470248, 30.177608455076523 ], [ 120.328771535660394, 30.177747947540482 ] ], [ [ 120.328771535660394, 30.177747947540482 ], [ 120.328808255552644, 30.177831991321295 ] ], [ [ 120.328808255552644, 30.177831991321295 ], [ 120.328841684483962, 30.177908502814233 ] ], [ [ 120.328841684483962, 30.177908502814233 ], [ 120.3289084, 30.1780612 ], [ 120.3294846, 30.1795142 ], [ 120.3297644, 30.1802149 ], [ 120.3301809, 30.1812938 ], [ 120.3305217, 30.1821518 ], [ 120.3309165, 30.1835132 ], [ 120.3310847, 30.1842765 ], [ 120.3310867, 30.1842977 ] ], [ [ 120.328305, 30.1777127 ], [ 120.32856582479684, 30.177645680418657 ] ], [ [ 120.32856582479684, 30.177645680418657 ], [ 120.3286502, 30.177624 ] ], [ [ 120.3287737, 30.177913 ], [ 120.3286899296277, 30.177935171187546 ] ], [ [ 120.3286899296277, 30.177935171187546 ], [ 120.3284771, 30.1779915 ] ], [ [ 120.3123059, 30.1804989 ], [ 120.3125209, 30.1804921 ], [ 120.3163218, 30.1802605 ], [ 120.3203163, 30.1800069 ], [ 120.3212255, 30.1799494 ], [ 120.3216997, 30.1799075 ], [ 120.322134, 30.1798746 ], [ 120.322499274986484, 30.179817187883419 ] ], [ [ 120.322499274986484, 30.179817187883419 ], [ 120.3227995, 30.17977 ], [ 120.3228215, 30.1797719 ], [ 120.3234618, 30.1796421 ], [ 120.3242141, 30.1794503 ], [ 120.3245635, 30.1793523 ], [ 120.3250878, 30.1791683 ], [ 120.3255562, 30.1789765 ], [ 120.3267785, 30.1784609 ], [ 120.3273945, 30.1781936 ], [ 120.3280456, 30.1779616 ], [ 120.328626437289557, 30.177787066994807 ] ], [ [ 120.328626437289557, 30.177787066994807 ], [ 120.3286433, 30.177782 ], [ 120.328771535660394, 30.177747947540482 ] ], [ [ 120.328771535660394, 30.177747947540482 ], [ 120.329256, 30.1776193 ], [ 120.3302958, 30.1773696 ], [ 120.3314526, 30.1771239 ], [ 120.3331212, 30.1767715 ], [ 120.3343686, 30.176508 ], [ 120.3354796, 30.1762626 ], [ 120.3371736, 30.1759452 ], [ 120.3384273, 30.175683 ], [ 120.3397551, 30.1754302 ] ], [ [ 120.3397903, 30.1755146 ], [ 120.3360581, 30.1762683 ], [ 120.3350746, 30.1764644 ], [ 120.3339144, 30.1767092 ], [ 120.3331105, 30.1768851 ], [ 120.3303283, 30.1774887 ], [ 120.3298113, 30.1776005 ], [ 120.3292668, 30.1777182 ], [ 120.328808255552644, 30.177831991321295 ] ], [ [ 120.328808255552644, 30.177831991321295 ], [ 120.3286833, 30.177863 ], [ 120.328661752146331, 30.177869443522539 ] ], [ [ 120.328661752146331, 30.177869443522539 ], [ 120.3281041, 30.1780362 ], [ 120.327449, 30.1782732 ], [ 120.3268203, 30.1785367 ], [ 120.3255933, 30.1790839 ], [ 120.3251141, 30.1792578 ], [ 120.3245881, 30.1794368 ], [ 120.3242217, 30.1795441 ], [ 120.3236112, 30.1796997 ], [ 120.3230356, 30.179813 ], [ 120.3224499, 30.179912 ], [ 120.32212454731166, 30.179949380544475 ] ], [ [ 120.32212454731166, 30.179949380544475 ], [ 120.3217623, 30.179991 ], [ 120.3209028, 30.1800596 ], [ 120.3203829, 30.1800706 ], [ 120.3163171, 30.1803314 ], [ 120.3129268, 30.1805406 ], [ 120.3123015, 30.180587 ] ], [ [ 120.3236766, 30.1795383 ], [ 120.323747, 30.1795232 ], [ 120.3244468, 30.1793251 ], [ 120.3251113, 30.179104 ], [ 120.3257481, 30.1788363 ], [ 120.3263329, 30.1785679 ], [ 120.3271037, 30.178222 ], [ 120.3277667, 30.1779406 ], [ 120.328305, 30.1777127 ] ], [ [ 120.3284771, 30.1779915 ], [ 120.3278137, 30.1782028 ], [ 120.3274543, 30.1783528 ], [ 120.3270684, 30.178517 ], [ 120.3268178, 30.1785987 ], [ 120.3255085, 30.1791627 ], [ 120.3248121, 30.179424 ], [ 120.3242188, 30.1796034 ], [ 120.3236617, 30.1797694 ] ], [ [ 120.3235915, 30.1795565 ], [ 120.3236766, 30.1795383 ] ], [ [ 120.3226903, 30.1797498 ], [ 120.3235915, 30.1795565 ] ], [ [ 120.3236617, 30.1797694 ], [ 120.3235815, 30.1797889 ] ], [ [ 120.321591, 30.1801376 ], [ 120.32212454731166, 30.179949380544475 ] ], [ [ 120.32212454731166, 30.179949380544475 ], [ 120.322499274986484, 30.179817187883419 ] ], [ [ 120.322499274986484, 30.179817187883419 ], [ 120.3226903, 30.1797498 ] ], [ [ 120.3397551, 30.1754302 ], [ 120.3400493, 30.1753644 ], [ 120.3433675, 30.174655 ], [ 120.344869, 30.1743376 ], [ 120.345904, 30.1741152 ], [ 120.3478657, 30.1737083 ], [ 120.3493097, 30.1734462 ], [ 120.3510186, 30.1731995 ], [ 120.3519164, 30.1730878 ] ], [ [ 120.3528648, 30.1731216 ], [ 120.3523262, 30.1731717 ], [ 120.3515035, 30.1732602 ], [ 120.3510614, 30.1733077 ], [ 120.3505305, 30.1733777 ], [ 120.3493609, 30.1735319 ], [ 120.347771, 30.1738205 ], [ 120.3459807, 30.1741992 ], [ 120.3449202, 30.1744364 ], [ 120.3432972, 30.1747617 ], [ 120.3408681, 30.1752913 ], [ 120.3400679, 30.1754569 ], [ 120.3399291, 30.1754858 ], [ 120.3397903, 30.1755146 ] ], [ [ 120.3286502, 30.177624 ], [ 120.328710589470248, 30.177608455076523 ] ], [ [ 120.328710589470248, 30.177608455076523 ], [ 120.3291933, 30.1774842 ], [ 120.3296624, 30.1773313 ], [ 120.3301916, 30.1772012 ], [ 120.3308933, 30.1770463 ], [ 120.3316123, 30.1768706 ], [ 120.3321515, 30.1767092 ], [ 120.3326475, 30.1765054 ], [ 120.3330541, 30.1762839 ], [ 120.3333549, 30.176066 ], [ 120.3334664, 30.1759385 ], [ 120.3336192, 30.1757638 ], [ 120.33392, 30.1754369 ], [ 120.334119, 30.1752706 ], [ 120.33429, 30.1751277 ], [ 120.334664, 30.1750117 ], [ 120.3350868, 30.17498 ], [ 120.335408, 30.1750433 ], [ 120.3357535, 30.1751804 ], [ 120.3361032, 30.1754369 ], [ 120.3364853, 30.1756759 ], [ 120.3367284, 30.1757664 ], [ 120.3369266, 30.175806 ], [ 120.3371785, 30.1758201 ], [ 120.3375871, 30.1757603 ], [ 120.3383758, 30.1755881 ], [ 120.338884, 30.1755178 ], [ 120.3397551, 30.1754302 ] ], [ [ 120.3397903, 30.1755146 ], [ 120.339258, 30.1756983 ], [ 120.3389109, 30.1757935 ], [ 120.3382333, 30.1759424 ], [ 120.3372822, 30.1761469 ], [ 120.3366955, 30.1763252 ], [ 120.3360998, 30.1766289 ], [ 120.3358988, 30.176738 ], [ 120.3354868, 30.1769144 ], [ 120.3350839, 30.1770042 ], [ 120.3347162, 30.177024 ], [ 120.3342429, 30.1769926 ], [ 120.3337182, 30.177026 ], [ 120.3315025, 30.1774925 ], [ 120.3300191, 30.177861 ], [ 120.3294449, 30.1778686 ], [ 120.328841684483962, 30.177908502814233 ] ], [ [ 120.328841684483962, 30.177908502814233 ], [ 120.3287737, 30.177913 ] ], [ [ 120.3235815, 30.1797889 ], [ 120.3231484, 30.1798667 ], [ 120.3224891, 30.1799906 ], [ 120.3218535, 30.1801288 ] ], [ [ 120.3829609, 30.1740086 ], [ 120.383097, 30.1739726 ] ], [ [ 120.3831461, 30.1740814 ], [ 120.3830032, 30.174121 ] ], [ [ 120.2013109, 30.1751582 ], [ 120.2045837, 30.1748573 ], [ 120.2063756, 30.174683 ], [ 120.2068977, 30.1746378 ], [ 120.207665, 30.1746401 ], [ 120.2118166, 30.1748232 ], [ 120.2150475, 30.1749703 ], [ 120.2170799, 30.1750547 ], [ 120.2173915, 30.1750621 ], [ 120.2177832, 30.1750436 ], [ 120.2182161, 30.1749978 ], [ 120.2185248, 30.1749609 ], [ 120.2189226, 30.1749051 ], [ 120.2192535, 30.1748583 ], [ 120.2198763, 30.1747034 ], [ 120.2224363, 30.173997 ], [ 120.2239084, 30.1735967 ], [ 120.2249691, 30.1733066 ], [ 120.2259524, 30.1730706 ], [ 120.2267135, 30.1729912 ], [ 120.2276345, 30.1729227 ], [ 120.2280465, 30.172903 ], [ 120.2284267, 30.1728895 ], [ 120.230686, 30.1728822 ], [ 120.2349992, 30.1728789 ], [ 120.2359319, 30.1728795 ], [ 120.236296, 30.1728708 ], [ 120.2367622, 30.1728356 ], [ 120.2371775, 30.1727837 ], [ 120.2375365, 30.1727318 ], [ 120.2387955, 30.1725111 ], [ 120.2390588, 30.1724632 ], [ 120.2396882, 30.1723874 ], [ 120.2399979, 30.1723664 ], [ 120.2401795, 30.1723541 ], [ 120.2418186, 30.1723148 ], [ 120.2419544, 30.1723255 ], [ 120.2426199, 30.1722828 ], [ 120.2426449, 30.1722806 ], [ 120.2429709, 30.1722585 ], [ 120.2432807, 30.1722294 ], [ 120.2435941, 30.1721876 ], [ 120.2438515, 30.1721508 ], [ 120.2440358, 30.172114 ], [ 120.2443069, 30.1720445 ], [ 120.2445698, 30.171968 ], [ 120.248047, 30.1709559 ], [ 120.2502799, 30.1703885 ], [ 120.2510689, 30.1702354 ], [ 120.2514534, 30.1701925 ], [ 120.2517728, 30.1701707 ], [ 120.2521243, 30.1701742 ], [ 120.252553, 30.1702128 ], [ 120.2529082, 30.1702701 ], [ 120.2532064, 30.1703274 ], [ 120.2536121, 30.1704274 ], [ 120.2547367, 30.170788 ], [ 120.2553404, 30.1709941 ], [ 120.2557223, 30.1711211 ], [ 120.2570146, 30.1715455 ], [ 120.2573774, 30.1716436 ], [ 120.2577031, 30.1717002 ], [ 120.2580315, 30.1717416 ], [ 120.2585337, 30.1717879 ], [ 120.2589286, 30.1718178 ], [ 120.2631741, 30.1720505 ], [ 120.2640454, 30.172071 ], [ 120.2643619, 30.172104 ], [ 120.2646359, 30.1721369 ], [ 120.2649847, 30.1722014 ], [ 120.265284, 30.1722628 ], [ 120.2656512, 30.1723586 ], [ 120.2659971, 30.1724606 ], [ 120.2663215, 30.1725645 ], [ 120.2666884, 30.1727052 ], [ 120.2676648, 30.1731042 ], [ 120.2689025, 30.1735781 ], [ 120.2699576, 30.1739923 ], [ 120.2703977, 30.1741732 ], [ 120.2707599, 30.1743296 ], [ 120.2713487, 30.1746068 ], [ 120.2718478, 30.1748622 ], [ 120.2723451, 30.1751323 ], [ 120.2725822, 30.175269 ], [ 120.2727903, 30.1753926 ], [ 120.2729596, 30.17551 ], [ 120.2731073, 30.1756194 ], [ 120.2732734, 30.1757442 ], [ 120.2734231, 30.1758676 ], [ 120.2735977, 30.1760048 ], [ 120.2737464, 30.1761142 ], [ 120.2739771, 30.1762817 ], [ 120.2742011, 30.1764157 ], [ 120.2744665, 30.1765637 ], [ 120.2748553, 30.1767454 ], [ 120.2751265, 30.1768295 ], [ 120.2757939, 30.1770325 ], [ 120.2782737, 30.1777902 ], [ 120.2825545, 30.1791071 ], [ 120.2862614, 30.180234 ], [ 120.2870928, 30.1804705 ], [ 120.2880209, 30.1807116 ], [ 120.2895562, 30.1810081 ], [ 120.2913562, 30.1811828 ], [ 120.292753252913045, 30.18133227692179 ] ], [ [ 120.292753252913045, 30.18133227692179 ], [ 120.2928002, 30.1813373 ], [ 120.292887703187347, 30.181346665713917 ] ], [ [ 120.292887703187347, 30.181346665713917 ], [ 120.2950724, 30.1815805 ], [ 120.2989726, 30.1819874 ], [ 120.2999813, 30.1820853 ], [ 120.3006572, 30.1821327 ], [ 120.3009513, 30.1821331 ], [ 120.3012561, 30.1821242 ], [ 120.3015252, 30.1820927 ], [ 120.3020427, 30.1820528 ], [ 120.3026217, 30.1819804 ], [ 120.3030995, 30.1818905 ], [ 120.30534, 30.181478 ], [ 120.3090538, 30.1807862 ], [ 120.3095857, 30.1806964 ], [ 120.3101497, 30.1806297 ], [ 120.3107455, 30.1805697 ], [ 120.3115257, 30.1805297 ], [ 120.3123059, 30.1804989 ] ], [ [ 120.3123015, 30.180587 ], [ 120.3108883, 30.1807724 ], [ 120.3102085, 30.1808535 ], [ 120.3095582, 30.1809439 ] ], [ [ 120.3062132, 30.1812701 ], [ 120.3068694, 30.1810818 ], [ 120.307493, 30.1809638 ], [ 120.3094299, 30.1806031 ], [ 120.3098999, 30.1805358 ], [ 120.310191, 30.1805176 ], [ 120.3119825, 30.1804804 ], [ 120.3123059, 30.1804989 ] ], [ [ 120.3095582, 30.1809439 ], [ 120.307429, 30.1812985 ], [ 120.3069331, 30.1813433 ] ], [ [ 120.3070141, 30.2003904 ], [ 120.3070805, 30.1999736 ], [ 120.3072217, 30.1996012 ], [ 120.307464, 30.1991478 ], [ 120.3077036, 30.1987832 ], [ 120.308279, 30.1980283 ], [ 120.3088638, 30.1972896 ], [ 120.3097732, 30.1961527 ], [ 120.3100928, 30.1957532 ], [ 120.3101941, 30.1956265 ], [ 120.3115575, 30.193914 ], [ 120.3133936, 30.1915284 ], [ 120.3138148, 30.19099 ], [ 120.3140797, 30.1906317 ], [ 120.3140951, 30.1906055 ], [ 120.3144762, 30.189957 ], [ 120.3146962, 30.189528 ], [ 120.3149161, 30.1890667 ], [ 120.3150647, 30.1887032 ], [ 120.3152413, 30.1883397 ], [ 120.3154152, 30.1880349 ], [ 120.3163431, 30.18596 ], [ 120.316593, 30.1853278 ], [ 120.3168084, 30.1848682 ], [ 120.3169677, 30.1845096 ], [ 120.3171818, 30.1840595 ], [ 120.3173865, 30.1836741 ], [ 120.3176394, 30.1832759 ], [ 120.3179155, 30.182902 ], [ 120.318197, 30.182567 ], [ 120.3186605, 30.1820463 ], [ 120.3190247, 30.1817196 ], [ 120.3191977, 30.1815774 ], [ 120.3193562, 30.1814472 ], [ 120.319669, 30.1812394 ], [ 120.3203656, 30.1807599 ], [ 120.3207526, 30.1805475 ], [ 120.321591, 30.1801376 ] ], [ [ 120.3218535, 30.1801288 ], [ 120.3213359, 30.1803611 ], [ 120.3209814, 30.1805636 ], [ 120.3205725, 30.1807971 ], [ 120.3201512, 30.1810675 ], [ 120.319543, 30.1815317 ], [ 120.3190805, 30.1819543 ], [ 120.3186834, 30.1824012 ], [ 120.3184215, 30.1827167 ], [ 120.3181271, 30.1831368 ], [ 120.3178514, 30.1836054 ], [ 120.3174127, 30.1845503 ], [ 120.3170512, 30.1853757 ], [ 120.3167937, 30.1860064 ], [ 120.315863, 30.1880599 ], [ 120.315437, 30.1888543 ], [ 120.315211, 30.1892755 ], [ 120.3149757, 30.1896361 ], [ 120.3146467, 30.1900767 ], [ 120.3142027, 30.1906122 ], [ 120.3138334, 30.1910723 ], [ 120.3134411, 30.1915681 ], [ 120.3116243, 30.1939495 ], [ 120.3103344, 30.1955556 ], [ 120.3101902, 30.1957379 ], [ 120.3097906, 30.1962427 ], [ 120.308958, 30.1972946 ], [ 120.3083458, 30.1980831 ], [ 120.3077055, 30.1989201 ], [ 120.3074732, 30.1993276 ], [ 120.3073382, 30.1995888 ], [ 120.3072453, 30.1998297 ], [ 120.3071572, 30.2001168 ], [ 120.3071018, 30.2003838 ], [ 120.3071088, 30.2007381 ] ], [ [ 120.3070386, 30.2009965 ], [ 120.3070141, 30.2003904 ] ], [ [ 120.2951483, 30.1730858 ], [ 120.295147, 30.1731563 ], [ 120.295026, 30.1746068 ], [ 120.2948572, 30.1756805 ], [ 120.2946328, 30.1765357 ], [ 120.2941907, 30.177924 ], [ 120.2935869, 30.1794427 ], [ 120.2930541, 30.180859 ], [ 120.292887703187347, 30.181346665713917 ] ], [ [ 120.292887703187347, 30.181346665713917 ], [ 120.2923293, 30.1829832 ], [ 120.2910311, 30.1860476 ], [ 120.2907642, 30.1868884 ], [ 120.2904293, 30.1878246 ], [ 120.2887558, 30.1920698 ], [ 120.2875452, 30.1952 ], [ 120.2872402, 30.1958333 ], [ 120.2868701, 30.1965193 ], [ 120.2858716, 30.1982776 ], [ 120.2845888, 30.2001037 ], [ 120.2837439, 30.2011053 ], [ 120.2831914, 30.2018149 ], [ 120.2830743, 30.2020139 ], [ 120.2826707, 30.2027001 ], [ 120.2825179, 30.2029511 ], [ 120.2822778, 30.2036418 ], [ 120.2822316, 30.2042847 ], [ 120.2824031, 30.2056513 ], [ 120.2827826, 30.2076158 ], [ 120.2832687, 30.2101497 ], [ 120.2841536, 30.2140409 ], [ 120.2844618, 30.2153962 ], [ 120.2851411, 30.2183917 ], [ 120.2855074, 30.2202019 ], [ 120.2856373, 30.2207862 ], [ 120.2856678, 30.2209233 ], [ 120.2866506, 30.2252554 ], [ 120.2867382, 30.2256414 ], [ 120.2869463, 30.2270133 ], [ 120.2870322, 30.2278386 ], [ 120.2870841, 30.2287825 ], [ 120.287086, 30.2297523 ], [ 120.287033146309014, 30.230829517523869 ] ], [ [ 120.287033146309014, 30.230829517523869 ], [ 120.287025854868219, 30.230978125268201 ] ], [ [ 120.287025854868219, 30.230978125268201 ], [ 120.2869737, 30.2320411 ], [ 120.2869511, 30.2327836 ], [ 120.2869836, 30.2336073 ] ], [ [ 120.2868597, 30.2336245 ], [ 120.286808, 30.2328752 ], [ 120.2868465, 30.2320203 ], [ 120.286895001735076, 30.231008248227653 ] ], [ [ 120.286895001735076, 30.231008248227653 ], [ 120.286902051770866, 30.230861140063226 ] ], [ [ 120.286902051770866, 30.230861140063226 ], [ 120.2869557, 30.2297417 ], [ 120.2869642, 30.2287027 ], [ 120.2868987, 30.2278579 ], [ 120.2868181, 30.2269945 ], [ 120.2866742, 30.2260819 ], [ 120.2862793, 30.2242305 ], [ 120.2855459, 30.2207845 ], [ 120.2850284, 30.2184176 ], [ 120.2844558, 30.215883 ], [ 120.2843526, 30.2154259 ], [ 120.283183, 30.210169 ], [ 120.2826946, 30.2077692 ], [ 120.2822909, 30.2056531 ], [ 120.2820605, 30.2043402 ], [ 120.2821351, 30.203614 ], [ 120.282298, 30.2031208 ], [ 120.2825582, 30.2026425 ], [ 120.2830661, 30.2018292 ], [ 120.2835942, 30.2010826 ], [ 120.2844778, 30.2000498 ], [ 120.2857436, 30.1982423 ], [ 120.286751, 30.1965193 ], [ 120.2871051, 30.1958145 ], [ 120.2874155, 30.195152 ], [ 120.2886709, 30.1920037 ], [ 120.2904578, 30.1872056 ], [ 120.2920974, 30.1831469 ], [ 120.2925791, 30.1817768 ], [ 120.292753252913045, 30.18133227692179 ] ], [ [ 120.292753252913045, 30.18133227692179 ], [ 120.2936908, 30.1789392 ], [ 120.2938515, 30.1784558 ], [ 120.2939733, 30.1781291 ], [ 120.294207, 30.1774887 ], [ 120.2944198, 30.1767574 ], [ 120.2945598, 30.1761972 ], [ 120.2947204, 30.1754907 ], [ 120.2948557, 30.1745787 ], [ 120.2949123, 30.1738278 ] ], [ [ 120.3071088, 30.2007381 ], [ 120.3071885, 30.2011329 ], [ 120.3074374, 30.2025544 ], [ 120.3075545, 30.2030959 ], [ 120.3076458, 30.2035442 ], [ 120.3076701, 30.203704 ], [ 120.3077148, 30.2039984 ], [ 120.3077744, 30.2045011 ] ], [ [ 120.3076692, 30.2045195 ], [ 120.3076151, 30.2040858 ], [ 120.3076024, 30.2039838 ], [ 120.3075356, 30.2034708 ], [ 120.3074847, 30.2031903 ], [ 120.3070386, 30.2009965 ] ], [ [ 120.3077744, 30.2045011 ], [ 120.3077748, 30.2046004 ] ], [ [ 120.3076619, 30.2046123 ], [ 120.3076692, 30.2045195 ] ], [ [ 120.3077748, 30.2046004 ], [ 120.3077647, 30.2050369 ], [ 120.3077578, 30.2053598 ], [ 120.3077359, 30.2056959 ], [ 120.3076919, 30.206086 ], [ 120.3076503, 30.206416 ], [ 120.3075995, 30.2066933 ], [ 120.3075872, 30.2067602 ], [ 120.3075742, 30.206812 ] ], [ [ 120.2975819, 30.2192504 ], [ 120.2976604, 30.2191677 ], [ 120.2980399, 30.218761 ], [ 120.2981642, 30.218624 ], [ 120.299361, 30.2173223 ], [ 120.3000042, 30.2166347 ], [ 120.3007021, 30.2158885 ], [ 120.3015037, 30.2149924 ], [ 120.3018313, 30.2146263 ], [ 120.3023031, 30.2141037 ], [ 120.3025205, 30.213878 ], [ 120.3027749, 30.2136139 ], [ 120.303551, 30.212746 ], [ 120.3043493, 30.2118932 ], [ 120.3050486, 30.2111156 ], [ 120.3054445, 30.2106854 ], [ 120.3057354, 30.2103167 ], [ 120.3057908, 30.2102488 ], [ 120.3060743, 30.2099013 ], [ 120.3062993, 30.2095975 ], [ 120.3064624, 30.2093155 ], [ 120.3066659, 30.2089635 ], [ 120.3068173, 30.2086571 ], [ 120.3069704, 30.20835 ], [ 120.3071455, 30.2078949 ], [ 120.3072861, 30.2075067 ], [ 120.3073754, 30.207175 ], [ 120.3074572, 30.2068399 ] ], [ [ 120.3075742, 30.206812 ], [ 120.3074828, 30.2071561 ], [ 120.3073705, 30.2075598 ], [ 120.3072119, 30.2080075 ], [ 120.3070568, 30.2083691 ], [ 120.3069054, 30.2087142 ], [ 120.3067167, 30.2090749 ], [ 120.3064424, 30.2095251 ], [ 120.3063872, 30.2096158 ], [ 120.3061446, 30.2099485 ], [ 120.3058035, 30.2103665 ], [ 120.3056075, 30.2106291 ], [ 120.3053813, 30.2108917 ], [ 120.3048681, 30.2114365 ], [ 120.3046673, 30.2116558 ], [ 120.3044106, 30.2119362 ], [ 120.3038904, 30.2125238 ], [ 120.3036051, 30.2128515 ], [ 120.3028563, 30.2136339 ], [ 120.302655, 30.2138511 ], [ 120.3019221, 30.2146421 ], [ 120.3007587, 30.215937 ], [ 120.2994493, 30.2173497 ], [ 120.2982464, 30.2186753 ], [ 120.2980439, 30.2188942 ], [ 120.2976523, 30.2193091 ], [ 120.2976027, 30.2193568 ] ], [ [ 120.3074572, 30.2068399 ], [ 120.3074706, 30.2067683 ], [ 120.3075213, 30.2064515 ], [ 120.3075916, 30.2061449 ], [ 120.3076289, 30.2058477 ], [ 120.3076564, 30.2055308 ], [ 120.3076736, 30.2051986 ], [ 120.3076619, 30.2046123 ] ], [ [ 120.343687, 30.233514 ], [ 120.3435868, 30.2331116 ], [ 120.3429861, 30.2312015 ], [ 120.3423136, 30.2288519 ], [ 120.341955831697859, 30.227580735249092 ] ], [ [ 120.341955831697859, 30.227580735249092 ], [ 120.341918150390612, 30.227446852092687 ] ], [ [ 120.341918150390612, 30.227446852092687 ], [ 120.3418809, 30.2273145 ], [ 120.3417402, 30.2267445 ], [ 120.3414566, 30.2258218 ], [ 120.3413283, 30.2253292 ], [ 120.3410538, 30.2244288 ], [ 120.3406184, 30.2228869 ], [ 120.3400212, 30.2208616 ], [ 120.3394911, 30.2189632 ], [ 120.3387207, 30.2161601 ], [ 120.3384847, 30.2151898 ], [ 120.3382886, 30.2145144 ], [ 120.3376178, 30.2122385 ], [ 120.3367804, 30.2093807 ], [ 120.3361226, 30.2070415 ], [ 120.335257, 30.2042372 ], [ 120.3346467, 30.202058 ], [ 120.3341585, 30.2002916 ], [ 120.3335684, 30.1982563 ], [ 120.3328925, 30.1959148 ], [ 120.3322327, 30.1935966 ], [ 120.3318333, 30.1920693 ], [ 120.3315737, 30.1910846 ], [ 120.3314357, 30.1905386 ], [ 120.3313079, 30.1900058 ], [ 120.3312334, 30.1896498 ], [ 120.3311461, 30.1889939 ], [ 120.3310728, 30.1873258 ], [ 120.3310006, 30.1857266 ], [ 120.3309648, 30.1848583 ], [ 120.3309238, 30.1844139 ], [ 120.3308639, 30.1839686 ], [ 120.3307835, 30.183572 ], [ 120.3305904, 30.1828542 ] ], [ [ 120.3310867, 30.1842977 ], [ 120.3311652, 30.1851297 ], [ 120.3311744, 30.1862656 ], [ 120.3312553, 30.1883917 ], [ 120.3312884, 30.1891106 ], [ 120.3313668, 30.1896384 ], [ 120.3314605, 30.1901017 ], [ 120.3316145, 30.1908099 ], [ 120.332104, 30.1926368 ], [ 120.3323293, 30.1935409 ], [ 120.3329086, 30.1955578 ], [ 120.3334504, 30.1975237 ], [ 120.3342229, 30.2002128 ], [ 120.3348076, 30.2022806 ], [ 120.3353831, 30.2041985 ], [ 120.3359034, 30.2060431 ], [ 120.3361887, 30.2070099 ], [ 120.3368827, 30.2093769 ], [ 120.337182, 30.2104254 ], [ 120.3380557, 30.2133809 ], [ 120.3384219, 30.2145975 ], [ 120.338804, 30.2159343 ], [ 120.3388489, 30.2161176 ], [ 120.3396179, 30.2189267 ], [ 120.3401471, 30.2208417 ], [ 120.340713, 30.2228719 ], [ 120.3411405, 30.2243509 ], [ 120.3414092, 30.2253134 ], [ 120.3414805, 30.2255683 ], [ 120.3419471, 30.2272365 ], [ 120.34200223972357, 30.227428225118544 ] ], [ [ 120.34200223972357, 30.227428225118544 ], [ 120.342040873389678, 30.227562557388147 ] ], [ [ 120.342040873389678, 30.227562557388147 ], [ 120.3424139, 30.2288596 ], [ 120.3436478, 30.2330595 ], [ 120.3438136, 30.2335222 ] ], [ [ 120.3457911, 30.2375675 ], [ 120.3452639, 30.2368326 ], [ 120.3448228, 30.2361845 ], [ 120.3446026, 30.2357853 ], [ 120.344337, 30.2352823 ], [ 120.3441065, 30.2348197 ], [ 120.3439629, 30.2344329 ], [ 120.3439261, 30.2343206 ], [ 120.3437678, 30.2338381 ], [ 120.343687, 30.233514 ] ], [ [ 120.3476926, 30.2396641 ], [ 120.347555, 30.2395535 ], [ 120.346974, 30.2389956 ], [ 120.3469159, 30.2389398 ], [ 120.3468211, 30.2388298 ], [ 120.3463664, 30.2383024 ], [ 120.3457911, 30.2375675 ] ], [ [ 120.3438136, 30.2335222 ], [ 120.343906, 30.2338041 ], [ 120.3440551, 30.2342969 ], [ 120.34409, 30.2344122 ], [ 120.3442506, 30.2347986 ], [ 120.3444583, 30.2352742 ], [ 120.3447127, 30.2357347 ], [ 120.3449643, 30.2362144 ], [ 120.345195, 30.2365406 ], [ 120.3453504, 30.2367604 ], [ 120.3459606, 30.2376007 ], [ 120.3465133, 30.2382917 ], [ 120.3468225, 30.238666 ], [ 120.3468986, 30.2387461 ], [ 120.3470858, 30.2389434 ], [ 120.3472565, 30.2391233 ], [ 120.347654, 30.2394821 ], [ 120.3482762, 30.2399961 ], [ 120.3489465, 30.2404603 ], [ 120.3495852, 30.2408435 ], [ 120.3501182, 30.2411106 ], [ 120.3507327, 30.2414015 ], [ 120.3515873, 30.2417256 ], [ 120.3520669, 30.2418842 ], [ 120.352705, 30.2420511 ], [ 120.3534744, 30.2422229 ], [ 120.3559338, 30.2426933 ], [ 120.3582342, 30.2431392 ], [ 120.3593115, 30.243348 ], [ 120.3627341, 30.2439992 ], [ 120.3640423, 30.2442481 ], [ 120.365098, 30.2444514 ], [ 120.3661262, 30.2446494 ], [ 120.3661587, 30.2446557 ], [ 120.3677742, 30.245019 ], [ 120.3681663, 30.2451179 ] ], [ [ 120.3681663, 30.2451179 ], [ 120.3689815, 30.2453235 ] ], [ [ 120.2949165, 30.222197 ], [ 120.2959142, 30.2211118 ], [ 120.2975819, 30.2192504 ] ], [ [ 120.2976027, 30.2193568 ], [ 120.2958281, 30.2213252 ], [ 120.2950986, 30.2221519 ] ], [ [ 120.2950986, 30.2221519 ], [ 120.2947697, 30.2225119 ] ], [ [ 120.294612, 30.2225458 ], [ 120.2949165, 30.222197 ] ], [ [ 120.2903929, 30.2280456 ], [ 120.2905145, 30.2279195 ], [ 120.2906217, 30.2277712 ], [ 120.2907446, 30.2275636 ], [ 120.2913454, 30.2264419 ], [ 120.2921072, 30.2252924 ], [ 120.2931049, 30.2242078 ], [ 120.294612, 30.2225458 ] ], [ [ 120.2947697, 30.2225119 ], [ 120.2922788, 30.2253109 ], [ 120.2914205, 30.2265531 ], [ 120.2911097, 30.227119 ], [ 120.2908267, 30.2276241 ], [ 120.2908182, 30.2277975 ], [ 120.2908391, 30.2278874 ], [ 120.2909007, 30.2281328 ], [ 120.2909491, 30.2282856 ] ], [ [ 120.2903929, 30.2280456 ], [ 120.2904674, 30.2280267 ], [ 120.2906939, 30.2280546 ], [ 120.2908568, 30.2281535 ], [ 120.2909491, 30.2282856 ] ], [ [ 120.2900603, 30.2284432 ], [ 120.29008, 30.2283034 ], [ 120.2901527, 30.228181 ], [ 120.2903147, 30.2280654 ], [ 120.2903929, 30.2280456 ] ], [ [ 120.2909491, 30.2282856 ], [ 120.2909759, 30.2284382 ] ], [ [ 120.2901055, 30.2285826 ], [ 120.2900827, 30.2285446 ], [ 120.2900603, 30.2284432 ] ], [ [ 120.2909759, 30.2284382 ], [ 120.2909654, 30.2285067 ], [ 120.2909042, 30.2286337 ], [ 120.290789, 30.2287398 ], [ 120.2906024, 30.2288292 ] ], [ [ 120.2904984, 30.2288382 ], [ 120.2903166, 30.2287762 ], [ 120.2901986, 30.2286915 ], [ 120.2901055, 30.2285826 ] ], [ [ 120.2906024, 30.2288292 ], [ 120.2904984, 30.2288382 ] ], [ [ 120.2871124, 30.2308104 ], [ 120.2889199, 30.2303573 ], [ 120.2895565, 30.2301774 ], [ 120.2896885, 30.2301268 ], [ 120.2897507, 30.230083 ], [ 120.2897967, 30.2300127 ], [ 120.2900338, 30.229088 ], [ 120.2901113, 30.2288287 ], [ 120.2901055, 30.2285826 ] ], [ [ 120.2904984, 30.2288382 ], [ 120.2903664, 30.2289399 ], [ 120.2902769, 30.2290268 ], [ 120.2902251, 30.229123 ], [ 120.2899686, 30.2300814 ], [ 120.2898689, 30.2302032 ], [ 120.2897611, 30.2302689 ], [ 120.2895431, 30.2303496 ], [ 120.2889542, 30.2305123 ], [ 120.2871085, 30.2309591 ] ], [ [ 120.2869836, 30.2336073 ], [ 120.2872799, 30.2347728 ], [ 120.2874501, 30.2363912 ], [ 120.2875417, 30.2371368 ], [ 120.2874936, 30.237492 ] ], [ [ 120.2868106, 30.2308832 ], [ 120.286902051770866, 30.230861140063226 ] ], [ [ 120.286902051770866, 30.230861140063226 ], [ 120.287033146309014, 30.230829517523869 ] ], [ [ 120.287033146309014, 30.230829517523869 ], [ 120.2871124, 30.2308104 ] ], [ [ 120.2871124, 30.2308104 ], [ 120.2871085, 30.2309591 ] ], [ [ 120.2867953, 30.2310312 ], [ 120.2868106, 30.2308832 ] ], [ [ 120.2871085, 30.2309591 ], [ 120.287025854868219, 30.230978125268201 ] ], [ [ 120.287025854868219, 30.230978125268201 ], [ 120.286895001735076, 30.231008248227653 ] ], [ [ 120.286895001735076, 30.231008248227653 ], [ 120.2867953, 30.2310312 ] ], [ [ 120.2872008, 30.2375996 ], [ 120.2871124, 30.2371476 ], [ 120.286994, 30.2363636 ], [ 120.2868503, 30.235079 ], [ 120.2868597, 30.2336245 ] ], [ [ 120.2854601, 30.2566837 ], [ 120.285432, 30.2565337 ], [ 120.2855328, 30.2539433 ], [ 120.2855353, 30.2536145 ], [ 120.2855434, 30.2532875 ], [ 120.2855509, 30.2529854 ] ], [ [ 120.2858638, 30.2531433 ], [ 120.2858286, 30.253864 ], [ 120.2858494, 30.2557828 ], [ 120.2858561, 30.2565461 ], [ 120.2857667, 30.2570211 ] ], [ [ 120.2523939, 30.3316817 ], [ 120.2503454, 30.3299058 ], [ 120.2498272, 30.3294548 ], [ 120.2491548, 30.3289009 ], [ 120.2485905, 30.3284078 ], [ 120.2482395, 30.328079 ], [ 120.2475697, 30.327447 ], [ 120.2465372, 30.3264843 ], [ 120.2453664, 30.3253395 ], [ 120.2436729, 30.3235556 ], [ 120.2425912, 30.3222897 ], [ 120.2413201, 30.320726 ], [ 120.2405219, 30.3196348 ], [ 120.2396432, 30.3184308 ], [ 120.238131, 30.3161827 ], [ 120.2380289, 30.3160194 ], [ 120.2374995, 30.3151938 ], [ 120.2362487, 30.3133654 ], [ 120.2336166, 30.3093168 ], [ 120.2328904, 30.3083454 ], [ 120.232617713279325, 30.307942708334352 ] ], [ [ 120.232617713279325, 30.307942708334352 ], [ 120.2325871, 30.3078975 ], [ 120.232542342197931, 30.3078293859203 ] ], [ [ 120.232542342197931, 30.3078293859203 ], [ 120.232365, 30.3075595 ], [ 120.2317596, 30.3066637 ], [ 120.2309881, 30.3055071 ], [ 120.2304581, 30.3045589 ], [ 120.2297252, 30.3035285 ], [ 120.2284222, 30.3015528 ], [ 120.2276774, 30.3004235 ], [ 120.2269201, 30.2990949 ], [ 120.2265685, 30.2983643 ], [ 120.2262451, 30.2976441 ], [ 120.2259639, 30.2969198 ], [ 120.2257202, 30.2961632 ], [ 120.2254668, 30.2953138 ], [ 120.2252723, 30.2944836 ], [ 120.2251414, 30.293656 ], [ 120.2251141, 30.2933424 ], [ 120.2250527, 30.2926996 ], [ 120.225012, 30.2913524 ], [ 120.2250519, 30.2904999 ], [ 120.2250459, 30.289963 ], [ 120.225091545482385, 30.288706899103669 ] ], [ [ 120.225091545482385, 30.288706899103669 ], [ 120.225095153838168, 30.288607602115281 ] ], [ [ 120.225095153838168, 30.288607602115281 ], [ 120.2251157, 30.2880422 ], [ 120.225149, 30.2874514 ], [ 120.2252245, 30.285687 ], [ 120.2252987, 30.2846792 ], [ 120.2254046, 30.2824737 ], [ 120.2254843, 30.2817113 ], [ 120.2255305, 30.2815002 ], [ 120.2256068, 30.2811513 ], [ 120.2257557, 30.2807211 ], [ 120.225883, 30.2803922 ], [ 120.2261917, 30.2796664 ], [ 120.2265183, 30.2789824 ], [ 120.2267815, 30.2785484 ], [ 120.2272228, 30.2779412 ], [ 120.2277855, 30.2773727 ], [ 120.2283553, 30.2768531 ], [ 120.2286915, 30.2765505 ], [ 120.229103, 30.2762368 ], [ 120.2293341, 30.2760878 ], [ 120.229824, 30.2757499 ], [ 120.2304926, 30.2753534 ], [ 120.232853, 30.2740569 ], [ 120.2329728, 30.2739911 ], [ 120.2446946, 30.2672744 ], [ 120.2466168, 30.2661548 ], [ 120.2479973, 30.2653619 ], [ 120.2486321, 30.2650224 ], [ 120.2491824, 30.2647197 ], [ 120.2500458, 30.2642909 ], [ 120.2511775, 30.2637093 ], [ 120.2520675, 30.263276 ], [ 120.2524415, 30.2631047 ], [ 120.2538387, 30.2625142 ], [ 120.256003, 30.2616077 ], [ 120.2592384, 30.260267 ], [ 120.2634179, 30.2585954 ], [ 120.2669409, 30.2571724 ], [ 120.267278, 30.2570404 ], [ 120.2687292, 30.2564827 ], [ 120.2716837, 30.2552821 ], [ 120.2755698, 30.253672 ], [ 120.2771812, 30.2529462 ], [ 120.2783058, 30.2524276 ], [ 120.2794562, 30.2518791 ], [ 120.2799595, 30.2516476 ], [ 120.2801779, 30.2515399 ], [ 120.2823496, 30.2504012 ], [ 120.2843979, 30.2492827 ], [ 120.2858757, 30.2484776 ], [ 120.286081558358347, 30.248365468237626 ] ], [ [ 120.286081558358347, 30.248365468237626 ], [ 120.28626337617564, 30.248266431441415 ] ], [ [ 120.28626337617564, 30.248266431441415 ], [ 120.2874371, 30.2476271 ], [ 120.2881999, 30.247212 ], [ 120.2892246, 30.2466451 ], [ 120.2931132, 30.244499 ], [ 120.2948927, 30.2435055 ], [ 120.2961999, 30.2428476 ], [ 120.2980887, 30.2419605 ], [ 120.2997981, 30.2411592 ], [ 120.3005349, 30.2408221 ], [ 120.301047, 30.2405966 ], [ 120.3030706, 30.2396392 ], [ 120.3042373, 30.2391211 ], [ 120.3048858, 30.2388507 ], [ 120.3062653, 30.2382941 ], [ 120.3074804, 30.237855 ], [ 120.3085939, 30.237482 ], [ 120.3129379, 30.2360051 ], [ 120.3189754, 30.2339521 ], [ 120.3194369, 30.2338013 ], [ 120.3216699, 30.2330366 ], [ 120.3229561, 30.2325962 ], [ 120.3243505, 30.2321324 ], [ 120.327729, 30.2310855 ], [ 120.3287578, 30.2307809 ], [ 120.3290168, 30.2306975 ], [ 120.3300516, 30.2303935 ], [ 120.3315019, 30.2299784 ], [ 120.3333286, 30.2294874 ], [ 120.3353514, 30.2289695 ], [ 120.3359139, 30.2288255 ], [ 120.3376392, 30.2283947 ], [ 120.341918150390612, 30.227446852092687 ] ], [ [ 120.341918150390612, 30.227446852092687 ], [ 120.34200223972357, 30.227428225118544 ] ], [ [ 120.34200223972357, 30.227428225118544 ], [ 120.3469912, 30.2263231 ], [ 120.3482455, 30.2259225 ] ], [ [ 120.348334, 30.2263327 ], [ 120.3470329, 30.2264955 ], [ 120.342040873389678, 30.227562557388147 ] ], [ [ 120.342040873389678, 30.227562557388147 ], [ 120.341955831697859, 30.227580735249092 ] ], [ [ 120.341955831697859, 30.227580735249092 ], [ 120.337913, 30.2284449 ], [ 120.3353641, 30.2290768 ], [ 120.3335619, 30.2295236 ], [ 120.3302147, 30.2304571 ], [ 120.3290322, 30.2307855 ], [ 120.3278137, 30.2311606 ], [ 120.3242791, 30.2323371 ], [ 120.3231339, 30.2326948 ], [ 120.3228677, 30.2327848 ], [ 120.3207108, 30.233524 ], [ 120.3194619, 30.2339609 ], [ 120.3181243, 30.2344162 ], [ 120.3164432, 30.2349805 ], [ 120.3149021, 30.2355021 ], [ 120.3134098, 30.2360177 ], [ 120.3092168, 30.2374436 ], [ 120.3071433, 30.2381444 ], [ 120.3068619, 30.2382506 ], [ 120.3061381, 30.2385048 ], [ 120.3046744, 30.2391121 ], [ 120.3041772, 30.2393234 ], [ 120.3038487, 30.2394711 ], [ 120.3035034, 30.2396169 ], [ 120.3031293, 30.2398031 ], [ 120.3027036, 30.2400001 ], [ 120.3011668, 30.2407069 ], [ 120.3008162, 30.2408709 ], [ 120.2999906, 30.2412527 ], [ 120.2984067, 30.2419861 ], [ 120.297371, 30.242468 ], [ 120.2965304, 30.2428723 ], [ 120.2949936, 30.2436506 ], [ 120.2939542, 30.2442174 ], [ 120.2932588, 30.2445969 ], [ 120.292653, 30.244945 ], [ 120.2923163, 30.2451169 ], [ 120.2908885, 30.2459124 ], [ 120.2903788, 30.2461949 ], [ 120.290145, 30.2463245 ], [ 120.2897331, 30.2465472 ], [ 120.2874263, 30.2478097 ], [ 120.2870954, 30.2479924 ], [ 120.2866816, 30.2482173 ], [ 120.2864597, 30.2483426 ], [ 120.286238094811679, 30.248463347096074 ] ], [ [ 120.286238094811679, 30.248463347096074 ], [ 120.286061086529301, 30.248559794459243 ] ], [ [ 120.286061086529301, 30.248559794459243 ], [ 120.2858324, 30.2486844 ], [ 120.2849211, 30.2491872 ], [ 120.2845101, 30.2494227 ], [ 120.2828936, 30.2503 ], [ 120.2825027, 30.2505146 ], [ 120.2814473, 30.2510637 ], [ 120.2801389, 30.2517233 ], [ 120.279888, 30.251843 ], [ 120.2795391, 30.2520193 ], [ 120.2787934, 30.2523858 ], [ 120.278501, 30.2525227 ], [ 120.2782282, 30.2526533 ], [ 120.2772614, 30.2530971 ], [ 120.2760456, 30.2536514 ], [ 120.2743475, 30.2543841 ], [ 120.2730287, 30.2549343 ], [ 120.2720159, 30.2553351 ], [ 120.2687974, 30.2566915 ], [ 120.2671941, 30.2573056 ], [ 120.2635042, 30.2586634 ], [ 120.2601399, 30.2600526 ], [ 120.2563077, 30.261631 ], [ 120.2543552, 30.2624321 ], [ 120.2534963, 30.2628074 ], [ 120.2533124, 30.2628877 ], [ 120.2524218, 30.2632642 ], [ 120.2515696, 30.2636515 ], [ 120.2509104, 30.2639564 ], [ 120.2495915, 30.2646528 ], [ 120.248975, 30.2649903 ], [ 120.2487092, 30.2651425 ], [ 120.2473951, 30.2658977 ], [ 120.2466819, 30.2662992 ], [ 120.2448063, 30.2674279 ], [ 120.2330683, 30.2741294 ], [ 120.2329385, 30.2741991 ], [ 120.2310318, 30.275223 ], [ 120.2297685, 30.2759122 ], [ 120.229519, 30.2760665 ], [ 120.229103, 30.2763592 ], [ 120.2287977, 30.2766086 ], [ 120.2283764, 30.2770088 ], [ 120.2280156, 30.2773299 ], [ 120.2275024, 30.2778189 ], [ 120.2272299, 30.2781765 ], [ 120.2269639, 30.2785708 ], [ 120.2266448, 30.2790378 ], [ 120.2262976, 30.2797315 ], [ 120.2259906, 30.2804237 ], [ 120.2257208, 30.2811547 ], [ 120.22562, 30.2816052 ], [ 120.2256004, 30.2817375 ], [ 120.2255377, 30.2825591 ], [ 120.2253494, 30.2857001 ], [ 120.2252686, 30.2875329 ], [ 120.2252494, 30.2881679 ], [ 120.225234944681191, 30.288659847857375 ] ], [ [ 120.225234944681191, 30.288659847857375 ], [ 120.225232129275568, 30.288755662607883 ] ], [ [ 120.225232129275568, 30.288755662607883 ], [ 120.2251844, 30.29038 ], [ 120.2251641, 30.2911968 ], [ 120.2251586, 30.292162 ], [ 120.2252168, 30.2927802 ], [ 120.2252504, 30.2933477 ], [ 120.2252684, 30.2936519 ], [ 120.2253943, 30.2944558 ], [ 120.2255978, 30.2953098 ], [ 120.2258332, 30.2961415 ], [ 120.2260811, 30.2968794 ], [ 120.226364, 30.2975853 ], [ 120.2266669, 30.2983158 ], [ 120.2270221, 30.2990336 ], [ 120.2277834, 30.3003592 ], [ 120.2285229, 30.3014869 ], [ 120.2294242, 30.3028614 ], [ 120.2305543, 30.3045021 ], [ 120.2310964, 30.3054303 ], [ 120.2321506, 30.3070183 ], [ 120.2325088, 30.3075284 ], [ 120.232706851916376, 30.307824758021368 ] ], [ [ 120.232706851916376, 30.307824758021368 ], [ 120.232781968613537, 30.307937160042762 ] ], [ [ 120.232781968613537, 30.307937160042762 ], [ 120.2330453, 30.3083312 ], [ 120.2337254, 30.3092761 ], [ 120.2363942, 30.3132504 ], [ 120.2377259, 30.315302 ], [ 120.2382453, 30.3161104 ], [ 120.2397512, 30.3183345 ], [ 120.2406464, 30.3195853 ], [ 120.2414117, 30.3206545 ], [ 120.2426654, 30.3222495 ], [ 120.2437687, 30.3235096 ], [ 120.2454946, 30.3253278 ], [ 120.2466262, 30.3264128 ], [ 120.2476537, 30.3273742 ], [ 120.2483542, 30.3280125 ], [ 120.2487353, 30.3283617 ], [ 120.2491512, 30.3287156 ], [ 120.2497754, 30.329257 ], [ 120.2504399, 30.3298006 ], [ 120.250939, 30.3301958 ], [ 120.2526791, 30.3313844 ] ], [ [ 120.2168355, 30.2855006 ], [ 120.2178029, 30.2858575 ], [ 120.2184868, 30.2861095 ], [ 120.2223131, 30.2875792 ], [ 120.2243505, 30.2883378 ], [ 120.225095153838168, 30.288607602115281 ] ], [ [ 120.225095153838168, 30.288607602115281 ], [ 120.2251647, 30.2886328 ], [ 120.225234944681191, 30.288659847857375 ] ], [ [ 120.225234944681191, 30.288659847857375 ], [ 120.2262217, 30.2890398 ], [ 120.2268288, 30.2892173 ], [ 120.2275106, 30.2893866 ], [ 120.2281924, 30.2895116 ], [ 120.2300784, 30.2896977 ], [ 120.2302668, 30.2897117 ], [ 120.2317541, 30.2898381 ], [ 120.2325421, 30.289905 ], [ 120.2344464, 30.2900937 ], [ 120.2350822, 30.290184 ], [ 120.2361817, 30.2904241 ], [ 120.2369166, 30.2905832 ], [ 120.2397054, 30.2911631 ], [ 120.2407251, 30.2913857 ], [ 120.2411863, 30.2915104 ], [ 120.2417473, 30.2916956 ], [ 120.2422149, 30.291876 ], [ 120.2427526, 30.2921487 ], [ 120.2433451, 30.2925009 ], [ 120.2450131, 30.2936935 ], [ 120.2471745, 30.2952599 ], [ 120.2495709, 30.2969876 ], [ 120.2501751, 30.2974231 ], [ 120.2511025, 30.298109 ], [ 120.2517611, 30.2987527 ], [ 120.2525197, 30.2997218 ], [ 120.2529779, 30.3004199 ], [ 120.2551786, 30.3040824 ], [ 120.2556032, 30.3047568 ], [ 120.2558569, 30.30505 ], [ 120.2562081, 30.3053573 ], [ 120.2564017, 30.3055142 ], [ 120.2566074, 30.3056535 ], [ 120.256852, 30.3057854 ], [ 120.2571129, 30.3059068 ], [ 120.2574413, 30.3060322 ], [ 120.2577758, 30.3061417 ], [ 120.2580953, 30.3062222 ], [ 120.2584126, 30.3062799 ], [ 120.2587128, 30.3063137 ], [ 120.2590191, 30.3063211 ], [ 120.259336, 30.3063105 ], [ 120.2596285, 30.3062857 ], [ 120.2609468, 30.3060571 ], [ 120.2623186, 30.3058278 ], [ 120.2666073, 30.3051607 ], [ 120.2699213, 30.3046318 ], [ 120.2788808, 30.3032282 ], [ 120.2803097, 30.3029993 ], [ 120.2814196, 30.3028336 ], [ 120.284826029008272, 30.302290998749275 ] ], [ [ 120.284826029008272, 30.302290998749275 ], [ 120.284969711272126, 30.302268111973746 ] ], [ [ 120.284969711272126, 30.302268111973746 ], [ 120.286393, 30.3020414 ], [ 120.2872448, 30.3019019 ], [ 120.2901162, 30.301418 ], [ 120.2907678, 30.3013272 ], [ 120.2913982, 30.3012486 ], [ 120.2926078, 30.3011496 ], [ 120.2932647, 30.3011091 ], [ 120.2939199, 30.3010778 ], [ 120.2944613, 30.301073 ], [ 120.2954, 30.301077 ], [ 120.296569, 30.3011216 ], [ 120.2970499, 30.3011464 ], [ 120.2984943, 30.3012182 ], [ 120.3000826, 30.301309 ], [ 120.3018374, 30.3014517 ], [ 120.3040041, 30.3016552 ], [ 120.3069539, 30.3019216 ], [ 120.3075499, 30.3019781 ], [ 120.3082061, 30.3020224 ], [ 120.3089466, 30.3020543 ], [ 120.3092978, 30.3020649 ], [ 120.3098594, 30.3020684 ], [ 120.3101781, 30.3020831 ], [ 120.3121636, 30.3020114 ], [ 120.3144416, 30.3019496 ], [ 120.3152113, 30.301933 ], [ 120.3161944, 30.3019916 ], [ 120.3187256, 30.3021599 ], [ 120.3215348, 30.3023368 ], [ 120.3218829, 30.3023587 ], [ 120.3249574, 30.3026496 ], [ 120.3253945, 30.3027071 ], [ 120.3258108, 30.3027476 ], [ 120.326066, 30.3027639 ], [ 120.3263143, 30.3027708 ], [ 120.3266142, 30.302774 ], [ 120.3269259, 30.3027721 ], [ 120.3272542, 30.3027586 ], [ 120.3275733, 30.3027336 ], [ 120.3279124, 30.3026919 ], [ 120.328199, 30.3026555 ], [ 120.3285527, 30.3025937 ], [ 120.3288068, 30.3025329 ], [ 120.3290538, 30.3024586 ], [ 120.3293537, 30.3023475 ], [ 120.3296537, 30.3022069 ], [ 120.3299691, 30.3020225 ], [ 120.3302475, 30.3017875 ], [ 120.3305382, 30.3014962 ], [ 120.3308491, 30.3011187 ], [ 120.331172, 30.3006776 ], [ 120.33436, 30.2965929 ], [ 120.3347111, 30.2961665 ], [ 120.3350607, 30.2957938 ], [ 120.3353773, 30.2955222 ], [ 120.3357431, 30.2952454 ], [ 120.3361863, 30.2949722 ], [ 120.3366818, 30.2947432 ], [ 120.3372259, 30.2945266 ], [ 120.3376416, 30.2943919 ], [ 120.3380691, 30.2942796 ], [ 120.3384686, 30.294192 ], [ 120.3388729, 30.2941354 ], [ 120.3392425, 30.2941004 ], [ 120.3396859, 30.2940903 ], [ 120.340156, 30.2940954 ], [ 120.3408645, 30.294142 ], [ 120.3415246, 30.2942141 ], [ 120.3428475, 30.2944034 ], [ 120.3433183, 30.2944663 ], [ 120.3437007, 30.2945029 ], [ 120.3440402, 30.2945302 ], [ 120.344302, 30.2945563 ], [ 120.3502225, 30.2949428 ], [ 120.3509642, 30.2949716 ], [ 120.3513719, 30.294978 ], [ 120.3521171, 30.2949847 ], [ 120.353211, 30.2949761 ], [ 120.3558408, 30.2949675 ], [ 120.35893, 30.2949575 ], [ 120.3651051, 30.2949841 ], [ 120.3678697, 30.2949973 ], [ 120.3693119, 30.2949795 ], [ 120.3717519, 30.2949296 ], [ 120.3769733, 30.2949016 ], [ 120.3794771, 30.2948971 ], [ 120.3822296, 30.2949004 ], [ 120.3846972, 30.2948835 ], [ 120.400728, 30.294779 ], [ 120.4015176, 30.2947702 ], [ 120.4022885, 30.2947454 ], [ 120.4029892, 30.2947078 ], [ 120.4036993, 30.2946421 ], [ 120.4045029, 30.2945307 ], [ 120.4053414, 30.2943864 ], [ 120.4060397, 30.2942461 ], [ 120.4067078, 30.2940864 ], [ 120.4075388, 30.2938609 ], [ 120.4118784, 30.2925282 ], [ 120.4122558, 30.2924125 ], [ 120.4125908, 30.2923181 ], [ 120.4129609, 30.2922213 ], [ 120.4133309, 30.2921276 ], [ 120.4137491, 30.2920251 ], [ 120.4142746, 30.2918977 ], [ 120.414848, 30.2917424 ], [ 120.4156026, 30.2915149 ], [ 120.4163527, 30.291279 ], [ 120.4177821, 30.2908048 ], [ 120.4186121, 30.290524 ], [ 120.4195322, 30.2902359 ], [ 120.4211763, 30.2896785 ], [ 120.4220922, 30.2893839 ], [ 120.4228228, 30.2891424 ], [ 120.4235481, 30.288886 ], [ 120.4243114, 30.2886072 ], [ 120.4251042, 30.2883135 ], [ 120.4294038, 30.286718 ], [ 120.4312208, 30.2860396 ], [ 120.4354725, 30.2844561 ], [ 120.437521, 30.2836869 ], [ 120.4379555, 30.2835253 ], [ 120.4383857, 30.283375 ], [ 120.4397993, 30.2829176 ], [ 120.4419778, 30.2823169 ], [ 120.4426265, 30.2821749 ], [ 120.4434822, 30.2819813 ], [ 120.4452747, 30.2816731 ] ], [ [ 120.4453009, 30.2817768 ], [ 120.4444012, 30.2819109 ], [ 120.4431731, 30.2821404 ], [ 120.4419773, 30.2823966 ], [ 120.4398445, 30.2829947 ], [ 120.4384341, 30.2834688 ], [ 120.4375739, 30.2837814 ], [ 120.4355495, 30.2845385 ], [ 120.4312888, 30.2861311 ], [ 120.429617, 30.2867451 ], [ 120.4261734, 30.2880423 ], [ 120.4250004, 30.2884692 ], [ 120.4223858, 30.2893896 ], [ 120.4212204, 30.2897797 ], [ 120.4195667, 30.2903446 ], [ 120.4186682, 30.2906353 ], [ 120.4166683, 30.291302 ], [ 120.4163977, 30.2914059 ], [ 120.4148902, 30.291885 ], [ 120.4143461, 30.2920537 ], [ 120.4138602, 30.2922067 ], [ 120.4134331, 30.2923492 ], [ 120.4128919, 30.2925235 ], [ 120.4122982, 30.2927026 ], [ 120.407728, 30.2941247 ], [ 120.4067097, 30.2944017 ], [ 120.405809, 30.2946235 ], [ 120.4047258, 30.2948269 ], [ 120.4035809, 30.2949774 ], [ 120.402393, 30.2950816 ], [ 120.4010519, 30.2951192 ], [ 120.3861132, 30.2952365 ], [ 120.3854305, 30.2952288 ], [ 120.3847791, 30.2952045 ], [ 120.3841881, 30.2951767 ], [ 120.3834737, 30.2951305 ], [ 120.3828872, 30.2950984 ], [ 120.3821234, 30.2950658 ], [ 120.3813593, 30.295051 ], [ 120.3805748, 30.2950444 ], [ 120.3786736, 30.2950458 ], [ 120.378252, 30.2950479 ], [ 120.3781948, 30.2950482 ], [ 120.3769661, 30.2950098 ], [ 120.3695819, 30.2950698 ], [ 120.3666502, 30.29506 ], [ 120.3589179, 30.2950898 ], [ 120.3558214, 30.2950996 ], [ 120.3532538, 30.2951078 ], [ 120.3521199, 30.2951058 ], [ 120.3516212, 30.2951023 ], [ 120.3508829, 30.2950623 ], [ 120.3500784, 30.2950278 ], [ 120.3456712, 30.2947231 ], [ 120.3432509, 30.2945836 ], [ 120.342842, 30.2945232 ], [ 120.3419706, 30.2944091 ], [ 120.3413328, 30.2943093 ], [ 120.3408618, 30.2942627 ], [ 120.3403021, 30.2942332 ], [ 120.3398473, 30.2942362 ], [ 120.3394525, 30.2942624 ], [ 120.3389078, 30.2943073 ], [ 120.3385095, 30.2943751 ], [ 120.3380381, 30.2944795 ], [ 120.3376043, 30.2946092 ], [ 120.3372415, 30.2947543 ], [ 120.3368194, 30.2949494 ], [ 120.3363888, 30.2951832 ], [ 120.3359814, 30.295449 ], [ 120.3356173, 30.2957588 ], [ 120.3352855, 30.2960742 ], [ 120.3349335, 30.2964536 ], [ 120.3344972, 30.2969921 ], [ 120.3317565, 30.3005413 ], [ 120.3313819, 30.3010871 ], [ 120.3310517, 30.3014874 ], [ 120.3306841, 30.3018557 ], [ 120.3303626, 30.3021259 ], [ 120.3299525, 30.3023914 ], [ 120.3295194, 30.3025936 ], [ 120.3291386, 30.3027262 ], [ 120.3287029, 30.3028384 ], [ 120.3283028, 30.3029071 ], [ 120.327912, 30.3029484 ], [ 120.3274473, 30.3029736 ], [ 120.3270067, 30.3029801 ], [ 120.3265876, 30.3029679 ], [ 120.3261624, 30.3029436 ], [ 120.3214887, 30.3024546 ], [ 120.3191647, 30.3022614 ], [ 120.318035, 30.302197 ], [ 120.3152106, 30.3020443 ], [ 120.3144401, 30.3020651 ], [ 120.3121249, 30.3021149 ], [ 120.310169, 30.3021848 ], [ 120.3097611, 30.3022041 ], [ 120.3093445, 30.3022034 ], [ 120.3089067, 30.3021965 ], [ 120.3083921, 30.3021767 ], [ 120.3077231, 30.3021316 ], [ 120.3069443, 30.3020621 ], [ 120.3018191, 30.3015611 ], [ 120.300197, 30.3014433 ], [ 120.2984792, 30.3013408 ], [ 120.2970506, 30.3012706 ], [ 120.2965893, 30.3012485 ], [ 120.2958058, 30.3012092 ], [ 120.295001, 30.3011852 ], [ 120.2941328, 30.3011928 ], [ 120.2932525, 30.3012185 ], [ 120.2922979, 30.3012854 ], [ 120.2914107, 30.3013624 ], [ 120.2908428, 30.3014285 ], [ 120.2901394, 30.3015136 ], [ 120.2872821, 30.3020384 ], [ 120.284989844006446, 30.302407663208268 ] ], [ [ 120.284989844006446, 30.302407663208268 ], [ 120.284843166030839, 30.302431291799493 ] ], [ [ 120.284843166030839, 30.302431291799493 ], [ 120.2814705, 30.3029746 ], [ 120.2802871, 30.3031459 ], [ 120.2784326, 30.3034145 ], [ 120.2721375, 30.3043921 ], [ 120.2708455, 30.3046135 ], [ 120.2659663, 30.3053886 ], [ 120.2623381, 30.3058888 ], [ 120.2608864, 30.3061959 ], [ 120.2597392, 30.3063789 ], [ 120.2594381, 30.3064143 ], [ 120.2591044, 30.3064304 ], [ 120.2587559, 30.3064266 ], [ 120.2584256, 30.3064001 ], [ 120.2580662, 30.3063353 ], [ 120.2577596, 30.306253 ], [ 120.2573415, 30.3061072 ], [ 120.257029, 30.3059772 ], [ 120.2567898, 30.3058697 ], [ 120.2565629, 30.3057516 ], [ 120.2563103, 30.3055837 ], [ 120.2561105, 30.3054157 ], [ 120.2557164, 30.3050658 ], [ 120.2555066, 30.3048195 ], [ 120.2550529, 30.3041028 ], [ 120.2543392, 30.302915 ], [ 120.2528919, 30.3004617 ], [ 120.2526984, 30.3001301 ], [ 120.2524381, 30.2997605 ], [ 120.2516761, 30.2988204 ], [ 120.2510575, 30.2982543 ], [ 120.2500714, 30.2975045 ], [ 120.2494903, 30.2970832 ], [ 120.2471048, 30.2953538 ], [ 120.2449326, 30.2937904 ], [ 120.2438323, 30.2929944 ], [ 120.2435337, 30.2927737 ], [ 120.2431299, 30.2925205 ], [ 120.2426345, 30.29223 ], [ 120.2421584, 30.2919836 ], [ 120.2417231, 30.2917964 ], [ 120.2411485, 30.2916238 ], [ 120.2406838, 30.2914966 ], [ 120.2369308, 30.2906654 ], [ 120.235069, 30.2902753 ], [ 120.2345053, 30.2901848 ], [ 120.2325187, 30.2899935 ], [ 120.230045, 30.2897547 ], [ 120.2290405, 30.2896617 ], [ 120.228242, 30.289585 ], [ 120.2277656, 30.2895125 ], [ 120.2273827, 30.2894278 ], [ 120.2265794, 30.2892141 ], [ 120.226019, 30.2890286 ], [ 120.225232129275568, 30.288755662607883 ] ], [ [ 120.225232129275568, 30.288755662607883 ], [ 120.225091545482385, 30.288706899103669 ] ], [ [ 120.225091545482385, 30.288706899103669 ], [ 120.2243192, 30.288439 ], [ 120.2223634, 30.2877481 ], [ 120.2207623, 30.2870852 ], [ 120.2198945, 30.2867702 ], [ 120.218528, 30.2862606 ], [ 120.217986, 30.2860544 ], [ 120.2161098, 30.2853414 ], [ 120.2151929, 30.285018 ] ], [ [ 120.3921242, 30.3253575 ], [ 120.3930489, 30.3252803 ], [ 120.3939755, 30.3251748 ], [ 120.3948643, 30.3250271 ], [ 120.3955329, 30.3248957 ], [ 120.3958586, 30.3248277 ], [ 120.3961639, 30.3247561 ], [ 120.3964509, 30.3246845 ], [ 120.3967379, 30.3246129 ], [ 120.3971129, 30.3245178 ], [ 120.3975038, 30.3244105 ], [ 120.3981824, 30.324214 ], [ 120.398775, 30.3239941 ], [ 120.4013182, 30.3230511 ], [ 120.404824103710624, 30.321670163023317 ] ], [ [ 120.408907979260192, 30.320061569285421 ], [ 120.4199666, 30.3157057 ], [ 120.4234173, 30.3143091 ], [ 120.4256264, 30.3134179 ], [ 120.425871, 30.313326 ], [ 120.4262258, 30.3131985 ], [ 120.426611, 30.3130499 ], [ 120.4274786, 30.3127117 ], [ 120.4279611, 30.3125236 ], [ 120.4292852, 30.3120064 ], [ 120.4325248, 30.3107255 ], [ 120.4331422, 30.3104772 ], [ 120.4336893, 30.3102569 ], [ 120.4344364, 30.309978 ], [ 120.4351659, 30.3097068 ], [ 120.4353857, 30.3096344 ], [ 120.4356071, 30.3095614 ], [ 120.4360307, 30.309421 ], [ 120.4365479, 30.3092631 ], [ 120.4371395, 30.3091039 ], [ 120.4377311, 30.3089581 ], [ 120.4382144, 30.3088554 ], [ 120.438717, 30.308756 ], [ 120.4391732, 30.3086733 ], [ 120.4395984, 30.3085973 ], [ 120.4401742, 30.3085082 ], [ 120.4407175, 30.3084338 ], [ 120.4413666, 30.3083576 ], [ 120.4420603, 30.3082898 ], [ 120.4425506, 30.3082494 ], [ 120.443006, 30.3082173 ], [ 120.4437427, 30.3081854 ], [ 120.4442508, 30.3081672 ], [ 120.4456175, 30.3081557 ], [ 120.4481082, 30.3081375 ], [ 120.4499929, 30.3081236 ], [ 120.4569504, 30.308018 ], [ 120.4597306, 30.3079728 ], [ 120.4628276, 30.3079484 ], [ 120.4641145, 30.3079347 ], [ 120.4649127, 30.3079244 ], [ 120.466294, 30.307893 ], [ 120.4670646, 30.307839 ], [ 120.4677645, 30.3077851 ], [ 120.4686257, 30.3077103 ], [ 120.4694281, 30.3076223 ], [ 120.4702549, 30.3075284 ], [ 120.4709998, 30.3074342 ], [ 120.4744987, 30.3069178 ], [ 120.476572, 30.3066193 ], [ 120.478086, 30.3063883 ], [ 120.478417, 30.3063373 ], [ 120.4793952, 30.3061865 ], [ 120.4798969, 30.3061049 ], [ 120.4805145, 30.3060045 ], [ 120.4837218, 30.305489 ] ], [ [ 120.482985, 30.3057492 ], [ 120.480541, 30.3061469 ], [ 120.4794184, 30.3063212 ], [ 120.4780261, 30.3065261 ], [ 120.4765074, 30.3067496 ], [ 120.4745017, 30.3070346 ], [ 120.4708416, 30.3075999 ], [ 120.4686767, 30.3078461 ], [ 120.4677793, 30.3079195 ], [ 120.4670018, 30.3079724 ], [ 120.466233, 30.3080194 ], [ 120.4655621, 30.3080458 ], [ 120.4648912, 30.3080663 ], [ 120.4641512, 30.3080749 ], [ 120.4597292, 30.3081083 ], [ 120.4581291, 30.3081302 ], [ 120.4499845, 30.3082676 ], [ 120.4492224, 30.3082724 ], [ 120.4481082, 30.3082795 ], [ 120.4469397, 30.3082839 ], [ 120.4442651, 30.3083153 ], [ 120.4437357, 30.3083308 ], [ 120.4430108, 30.3083656 ], [ 120.4424688, 30.3084077 ], [ 120.4419791, 30.3084481 ], [ 120.4414255, 30.3084994 ], [ 120.4408785, 30.3085633 ], [ 120.4404936, 30.3086111 ], [ 120.4401456, 30.3086589 ], [ 120.4396258, 30.3087418 ], [ 120.4392161, 30.3088071 ], [ 120.4387962, 30.3088813 ], [ 120.4383772, 30.3089661 ], [ 120.4379718, 30.309051 ], [ 120.4376123, 30.3091308 ], [ 120.4372357, 30.3092206 ], [ 120.4368892, 30.3093118 ], [ 120.4365432, 30.3094044 ], [ 120.4361781, 30.3095149 ], [ 120.4358563, 30.3096195 ], [ 120.4355095, 30.3097329 ], [ 120.4352013, 30.3098366 ], [ 120.4348811, 30.309953 ], [ 120.4345744, 30.3100675 ], [ 120.4342489, 30.3101906 ], [ 120.4339549, 30.310304 ], [ 120.4339318, 30.3103132 ], [ 120.4332616, 30.3105796 ], [ 120.43256, 30.3108552 ], [ 120.4293368, 30.3121247 ], [ 120.4269508, 30.3130659 ], [ 120.4263339, 30.3133093 ], [ 120.4260053, 30.3134541 ], [ 120.4257043, 30.3135824 ], [ 120.4242897, 30.3141501 ], [ 120.4235027, 30.3144606 ], [ 120.4194434, 30.3161037 ], [ 120.4178059, 30.3167626 ], [ 120.408981464777924, 30.320225056582 ] ], [ [ 120.404369097002444, 30.322034818086383 ], [ 120.4016429, 30.3231045 ], [ 120.398896, 30.3241473 ], [ 120.3982877, 30.3243566 ], [ 120.397683, 30.3245475 ], [ 120.3971973, 30.3246729 ], [ 120.396701, 30.3248074 ], [ 120.3961528, 30.3249385 ], [ 120.3955802, 30.3250556 ], [ 120.3947139, 30.325233 ], [ 120.3943205, 30.325302 ], [ 120.3939051, 30.3253584 ], [ 120.3934661, 30.3254054 ], [ 120.3931128, 30.3254339 ], [ 120.3930618, 30.3254383 ], [ 120.3925431, 30.3254834 ], [ 120.3917025, 30.3255444 ] ], [ [ 120.3792537, 30.3255727 ], [ 120.3798484, 30.3256627 ], [ 120.3803053, 30.3257319 ], [ 120.3807492, 30.3258007 ], [ 120.3810561, 30.3258412 ], [ 120.3813489, 30.3258695 ], [ 120.381769, 30.3258852 ], [ 120.3821207, 30.3258809 ], [ 120.3825077, 30.3258521 ], [ 120.3847173, 30.3256448 ], [ 120.3855955, 30.3255803 ], [ 120.3862412, 30.3255397 ], [ 120.3867822, 30.3255152 ], [ 120.3871858, 30.3254952 ], [ 120.3875988, 30.3254873 ], [ 120.3885314, 30.3254848 ], [ 120.3888911, 30.3254758 ], [ 120.389217, 30.3254694 ], [ 120.3896426, 30.3254462 ], [ 120.3902501, 30.3254071 ], [ 120.3904975, 30.3253955 ], [ 120.3907696, 30.3253944 ], [ 120.3911462, 30.3253821 ], [ 120.3921242, 30.3253575 ] ], [ [ 120.3917025, 30.3255444 ], [ 120.3913489, 30.3256486 ], [ 120.390721, 30.3257595 ], [ 120.3905587, 30.3257734 ], [ 120.3899361, 30.3257983 ], [ 120.3892641, 30.3258804 ], [ 120.3887911, 30.3259457 ], [ 120.3885479, 30.3259835 ], [ 120.3882801, 30.3260186 ], [ 120.3880193, 30.3260332 ], [ 120.3877493, 30.3260079 ], [ 120.3875123, 30.3259704 ], [ 120.3869432, 30.3258409 ], [ 120.3865504, 30.3257274 ], [ 120.3863174, 30.325688 ], [ 120.3860474, 30.3256726 ], [ 120.3857921, 30.325675 ], [ 120.3855377, 30.3256924 ], [ 120.3852772, 30.3257125 ], [ 120.3847501, 30.3257606 ], [ 120.3836437, 30.3258701 ], [ 120.3825149, 30.3259984 ], [ 120.3820545, 30.3260343 ], [ 120.3816749, 30.3260484 ], [ 120.3813129, 30.3260441 ], [ 120.3809608, 30.3260086 ], [ 120.38046, 30.3259364 ], [ 120.3802384, 30.3258998 ], [ 120.3798019, 30.3258179 ], [ 120.3794021, 30.325762 ], [ 120.378797, 30.3257108 ] ], [ [ 120.1666933, 30.2168316 ], [ 120.167037, 30.2171984 ], [ 120.1677492, 30.2178785 ], [ 120.1682633, 30.2183335 ], [ 120.1686523, 30.2186948 ], [ 120.168915920620321, 30.218848637670721 ] ], [ [ 120.168915920620321, 30.218848637670721 ], [ 120.1689503, 30.2188687 ], [ 120.168997033641176, 30.218895979267675 ] ], [ [ 120.168997033641176, 30.218895979267675 ], [ 120.1691886, 30.2190078 ], [ 120.1693885, 30.2191214 ], [ 120.1696414, 30.2192596 ], [ 120.1701109, 30.2195554 ], [ 120.1702576, 30.2196574 ], [ 120.1704148, 30.2197975 ], [ 120.1705604, 30.2199373 ], [ 120.1706972, 30.2200816 ], [ 120.17078, 30.2201746 ], [ 120.1708841, 30.2203104 ], [ 120.1709792, 30.2204597 ], [ 120.1710514, 30.2205937 ], [ 120.1711324, 30.22077 ], [ 120.1712133, 30.2209596 ], [ 120.1713175, 30.2211767 ], [ 120.1716627, 30.2219332 ], [ 120.1718599, 30.2223698 ], [ 120.1720805, 30.2228225 ], [ 120.1723162, 30.2231723 ], [ 120.1724808, 30.2233997 ], [ 120.1726734, 30.2236069 ], [ 120.1734733, 30.2243342 ], [ 120.1738044, 30.224624 ], [ 120.1741261, 30.2249178 ], [ 120.1744898, 30.2253448 ], [ 120.1746994, 30.2256426 ], [ 120.175006, 30.2261518 ], [ 120.1754559, 30.2268635 ], [ 120.175878, 30.2275452 ], [ 120.1763539, 30.228333 ], [ 120.1769836, 30.2292763 ], [ 120.1772367, 30.2297005 ], [ 120.1775136, 30.2301082 ], [ 120.1778008, 30.2305583 ], [ 120.1781569, 30.2310281 ], [ 120.1788892, 30.2318706 ], [ 120.1791669, 30.2321727 ], [ 120.1796975, 30.2327131 ], [ 120.1803499, 30.2334811 ], [ 120.1804413, 30.2335846 ], [ 120.1807553, 30.2339094 ], [ 120.180924222084556, 30.234098197558932 ] ], [ [ 120.180924222084556, 30.234098197558932 ], [ 120.180987895716868, 30.234169363069238 ] ], [ [ 120.180987895716868, 30.234169363069238 ], [ 120.1811896, 30.2343948 ], [ 120.181603, 30.234813 ], [ 120.182219, 30.2354674 ], [ 120.1838459, 30.2370109 ], [ 120.1848208, 30.2378668 ], [ 120.1859706, 30.238836 ], [ 120.1877341, 30.2403904 ], [ 120.1881042, 30.2407037 ], [ 120.1886514, 30.2411288 ], [ 120.1888502, 30.2412777 ], [ 120.1890703, 30.2414265 ], [ 120.1893129, 30.2415825 ], [ 120.1895786, 30.2417507 ], [ 120.1904679, 30.2422865 ], [ 120.1918917, 30.2431489 ], [ 120.1923832, 30.2434517 ], [ 120.192831, 30.2437275 ], [ 120.1932071, 30.2439633 ], [ 120.1935429, 30.244204 ], [ 120.1941026, 30.2447292 ], [ 120.1945358, 30.2452146 ], [ 120.1947102, 30.2454807 ], [ 120.1950857, 30.2460994 ], [ 120.1952646, 30.2465425 ], [ 120.1953721, 30.2468542 ], [ 120.1954442, 30.2472088 ], [ 120.1956027, 30.2480187 ], [ 120.1956797, 30.2485835 ], [ 120.1957744, 30.249232 ], [ 120.1958346, 30.2498392 ], [ 120.1959726, 30.250928 ], [ 120.1961106, 30.2517429 ], [ 120.1961963, 30.2525389 ], [ 120.1962363, 30.253141 ], [ 120.1962379, 30.2534563 ], [ 120.1962191, 30.2539736 ], [ 120.1962084, 30.2542659 ], [ 120.1961891, 30.2551238 ], [ 120.1961828, 30.2554358 ], [ 120.1962019, 30.2562845 ], [ 120.1961806, 30.2569264 ], [ 120.1961643, 30.2576084 ], [ 120.1961429, 30.2579037 ], [ 120.1961201, 30.2583112 ], [ 120.1960984, 30.2586645 ], [ 120.1960884, 30.2590423 ], [ 120.1960887, 30.2597319 ], [ 120.196055, 30.2608026 ], [ 120.196039, 30.2613024 ], [ 120.1960156, 30.2618766 ], [ 120.1959918, 30.2626056 ], [ 120.195935, 30.263324 ], [ 120.1958976, 30.2648667 ], [ 120.1958702, 30.2651942 ], [ 120.1958636, 30.2656363 ], [ 120.1958266, 30.2662821 ], [ 120.1957672, 30.2688247 ], [ 120.1957128, 30.2695776 ], [ 120.1956683, 30.2703166 ], [ 120.1956902, 30.2707189 ], [ 120.1956628, 30.2711904 ], [ 120.1956444, 30.2719294 ], [ 120.1956387, 30.27216 ], [ 120.1956184, 30.2726314 ], [ 120.1955487, 30.2732837 ], [ 120.1955134, 30.2746041 ], [ 120.1954764, 30.275317 ], [ 120.1954237, 30.2765945 ], [ 120.195402, 30.2770938 ], [ 120.1953847, 30.2774787 ], [ 120.1953182, 30.2785721 ], [ 120.1952164, 30.2796944 ], [ 120.1950742, 30.281141 ], [ 120.1949875, 30.2820369 ], [ 120.1948316, 30.283157 ], [ 120.1946781, 30.2845565 ], [ 120.1946275, 30.2850683 ], [ 120.1945834, 30.2854039 ], [ 120.1944785, 30.2863359 ], [ 120.1943544, 30.2874098 ], [ 120.1942934, 30.2882058 ], [ 120.1940861, 30.2895479 ], [ 120.193014, 30.2939399 ], [ 120.1929339, 30.2942108 ], [ 120.1928538, 30.2944816 ], [ 120.1927044, 30.29494 ], [ 120.1925491, 30.2953217 ], [ 120.1920466, 30.2963619 ], [ 120.1913554, 30.2978729 ], [ 120.1907368, 30.299184 ], [ 120.1901168, 30.3004643 ], [ 120.1895473, 30.3016612 ], [ 120.189349, 30.3021005 ], [ 120.1892365, 30.3024001 ], [ 120.1891249, 30.3027285 ], [ 120.1890265, 30.3030911 ], [ 120.1889949, 30.3032255 ], [ 120.1888139, 30.3042577 ], [ 120.1887427, 30.3051072 ], [ 120.1886173, 30.3066302 ], [ 120.188595176066102, 30.306908787619768 ] ], [ [ 120.188595176066102, 30.306908787619768 ], [ 120.1885766, 30.3071427 ], [ 120.18855888079581, 30.307365661322084 ] ], [ [ 120.18855888079581, 30.307365661322084 ], [ 120.1885212, 30.3078398 ], [ 120.1884182, 30.3092962 ], [ 120.1883778, 30.3100245 ], [ 120.1883706, 30.3105057 ], [ 120.1883783, 30.310811 ], [ 120.1883793, 30.3110107 ], [ 120.1884471, 30.3120632 ], [ 120.1886073, 30.3149985 ], [ 120.1886454, 30.3155244 ], [ 120.1887053, 30.3159745 ], [ 120.1887256, 30.3160939 ], [ 120.188811, 30.316583 ], [ 120.1890213, 30.3177598 ], [ 120.189163, 30.3185574 ], [ 120.1892967, 30.3193448 ], [ 120.1894404, 30.3204371 ], [ 120.1894609, 30.3213167 ], [ 120.1894531, 30.321696 ], [ 120.1894051, 30.3223087 ], [ 120.1893003, 30.3234061 ], [ 120.189216, 30.3244877 ], [ 120.1891529, 30.3256145 ], [ 120.1891177, 30.3269096 ], [ 120.189077, 30.3282238 ], [ 120.1890253, 30.3298189 ], [ 120.1890181, 30.3306542 ], [ 120.1890307, 30.3314268 ], [ 120.1890285, 30.3326121 ], [ 120.189018054752381, 30.332975104593569 ] ], [ [ 120.189018054752381, 30.332975104593569 ], [ 120.189013297178661, 30.333140444963952 ] ], [ [ 120.189013297178661, 30.333140444963952 ], [ 120.1889718, 30.3345826 ], [ 120.188955, 30.3348435 ], [ 120.1889268, 30.3352422 ], [ 120.1888991, 30.3365166 ], [ 120.1888626, 30.3370216 ], [ 120.1888185, 30.3374351 ], [ 120.1887596, 30.3377555 ], [ 120.1887007, 30.3380345 ], [ 120.1885449, 30.3385691 ], [ 120.1883711, 30.3390597 ], [ 120.188052, 30.3397831 ], [ 120.1879495, 30.3400032 ], [ 120.1875341, 30.3410707 ], [ 120.1874579, 30.3413372 ], [ 120.1873958, 30.3415733 ], [ 120.1873415, 30.3418321 ], [ 120.18731, 30.3420295 ], [ 120.1872808, 30.342237 ], [ 120.1872623, 30.3424445 ], [ 120.1872484, 30.342662 ], [ 120.1872369, 30.3429015 ], [ 120.1872301, 30.343145 ], [ 120.1872039, 30.3447075 ], [ 120.1871958, 30.3465433 ], [ 120.1871565, 30.3479533 ], [ 120.1871981, 30.3493248 ], [ 120.1872314, 30.3498065 ], [ 120.1872586, 30.3501466 ], [ 120.1872909, 30.3504511 ], [ 120.1873301, 30.3507522 ], [ 120.1873746, 30.3510672 ], [ 120.1874755, 30.3516531 ], [ 120.1875753, 30.3522014 ], [ 120.1877206, 30.3526776 ], [ 120.1878185, 30.3530158 ], [ 120.1880377, 30.353629 ], [ 120.1883911, 30.3543957 ], [ 120.188564, 30.3547333 ], [ 120.1889228, 30.3553981 ], [ 120.1893316, 30.3562043 ], [ 120.1893925, 30.3563595 ], [ 120.1894723, 30.3565583 ], [ 120.189516, 30.3566773 ], [ 120.1895644, 30.3568546 ], [ 120.1896353, 30.3571788 ], [ 120.1896758, 30.3575095 ], [ 120.1897114, 30.3579746 ], [ 120.1897101, 30.3582857 ], [ 120.1896708, 30.358695 ], [ 120.1895922, 30.3591274 ], [ 120.1895239, 30.3594532 ], [ 120.1894556, 30.3597362 ], [ 120.1893606, 30.3600743 ], [ 120.1892179, 30.3605517 ], [ 120.1890119, 30.3611311 ], [ 120.1887706, 30.3617167 ], [ 120.1884088, 30.3626088 ], [ 120.1882711, 30.363169 ], [ 120.1881418, 30.3640571 ], [ 120.1881479, 30.3652608 ], [ 120.1882108, 30.3678464 ], [ 120.1882097, 30.3685823 ], [ 120.1882034, 30.3690104 ], [ 120.1881724, 30.3695179 ], [ 120.1880943, 30.3702891 ], [ 120.188041, 30.3707327 ], [ 120.1879878, 30.3711152 ], [ 120.1877837, 30.3724039 ], [ 120.1872904, 30.3753675 ], [ 120.1872146, 30.3759299 ], [ 120.1871573, 30.3763701 ], [ 120.1871079, 30.3768827 ], [ 120.1870648, 30.3774645 ], [ 120.1869785, 30.3785323 ], [ 120.1867388, 30.380684 ], [ 120.18671, 30.3809972 ], [ 120.1866777, 30.3813013 ], [ 120.1866506, 30.381672 ], [ 120.1866417, 30.3818766 ], [ 120.1866451, 30.3820653 ], [ 120.1866569, 30.3823288 ], [ 120.1866719, 30.3825842 ], [ 120.1867036, 30.3828751 ], [ 120.186731, 30.3830921 ], [ 120.1867655, 30.3833031 ], [ 120.1867781, 30.3833748 ], [ 120.1869449, 30.3841791 ], [ 120.1871258, 30.3849155 ], [ 120.1872804, 30.3856034 ], [ 120.1873455, 30.3858568 ], [ 120.1874229, 30.3861663 ], [ 120.1875727, 30.3866484 ], [ 120.1877309, 30.387039 ], [ 120.1879341, 30.3874296 ], [ 120.1881126, 30.3876979 ], [ 120.1882648, 30.3879154 ], [ 120.188455, 30.3881459 ], [ 120.1888993, 30.3885997 ], [ 120.1896277, 30.3892323 ], [ 120.1898859, 30.3894565 ], [ 120.1910019, 30.3905971 ], [ 120.1913438, 30.3909796 ], [ 120.1927415, 30.392466 ], [ 120.1947738, 30.3946484 ], [ 120.1953897, 30.3953133 ], [ 120.1959965, 30.3959831 ], [ 120.1965609, 30.3965684 ], [ 120.1973013, 30.3974371 ], [ 120.1990048, 30.3993328 ], [ 120.2000746, 30.4006425 ], [ 120.2019445, 30.4031282 ], [ 120.2024149, 30.4036844 ], [ 120.2042736, 30.4056538 ], [ 120.205457, 30.4067465 ], [ 120.205694, 30.4070002 ], [ 120.2060178, 30.4073618 ], [ 120.2083127, 30.4100331 ], [ 120.208492, 30.4102332 ], [ 120.2086756, 30.4104382 ], [ 120.2088056, 30.4105679 ], [ 120.2091476, 30.4109083 ], [ 120.2097607, 30.4114291 ], [ 120.2102056, 30.4117907 ], [ 120.210683, 30.4121505 ], [ 120.2118535, 30.4129094 ], [ 120.2124106, 30.4132344 ], [ 120.2129677, 30.4135102 ], [ 120.2132615, 30.4136664 ], [ 120.2135716, 30.413805 ], [ 120.2141537, 30.4140283 ], [ 120.2147399, 30.4142201 ], [ 120.2151531, 30.4143453 ], [ 120.2154095, 30.4144096 ], [ 120.2156943, 30.4144669 ], [ 120.2160936, 30.4145272 ], [ 120.2165337, 30.414563 ], [ 120.2204264, 30.4148167 ], [ 120.2258949, 30.4152193 ], [ 120.2269722, 30.4153959 ], [ 120.2282239, 30.4158211 ], [ 120.2290129, 30.4161744 ], [ 120.2311967, 30.4172141 ], [ 120.236787, 30.4199872 ], [ 120.2454017, 30.4242275 ], [ 120.2461172, 30.4245964 ], [ 120.2469026, 30.4251227 ], [ 120.2472811, 30.4253791 ], [ 120.2475841, 30.4255827 ], [ 120.2509487, 30.4279159 ], [ 120.2554294, 30.4309582 ], [ 120.2561577, 30.4314444 ], [ 120.2580499, 30.4327399 ], [ 120.2585665, 30.4330899 ], [ 120.2588719, 30.4332887 ], [ 120.2591158, 30.433424 ], [ 120.2593571, 30.4335477 ], [ 120.259685, 30.4336983 ], [ 120.2601364, 30.4338835 ], [ 120.2606085, 30.4340538 ], [ 120.2610699, 30.4342056 ], [ 120.2614077, 30.4343083 ], [ 120.262019, 30.4344573 ], [ 120.2631756, 30.4347284 ], [ 120.2643896, 30.4351006 ], [ 120.26497, 30.435291 ], [ 120.2666258, 30.4359922 ], [ 120.2679075, 30.4366092 ], [ 120.2707344, 30.4381183 ], [ 120.2738404, 30.4397517 ], [ 120.2774725, 30.4417061 ], [ 120.2845033, 30.4453887 ], [ 120.285822, 30.4460475 ], [ 120.2879195, 30.4469863 ], [ 120.2900682, 30.4477371 ], [ 120.2912756, 30.4480617 ], [ 120.2922539, 30.4481933 ], [ 120.2968055, 30.4487937 ], [ 120.301279, 30.4493246 ], [ 120.3108945, 30.4505212 ], [ 120.310916953288995, 30.450524924013216 ] ], [ [ 120.310916953288995, 30.450524924013216 ], [ 120.311093724805303, 30.450554242633888 ] ], [ [ 120.311093724805303, 30.450554242633888 ], [ 120.3228603, 30.4525058 ], [ 120.3239228, 30.4526131 ], [ 120.3245877, 30.4526733 ], [ 120.3261, 30.4527481 ], [ 120.3270243, 30.4528252 ] ], [ [ 120.1565087, 30.3341042 ], [ 120.1566538, 30.3340162 ], [ 120.156847, 30.3338863 ], [ 120.1581992, 30.3330503 ], [ 120.1593485, 30.3323576 ], [ 120.1618862, 30.3308332 ], [ 120.1629912, 30.330165 ], [ 120.1641112, 30.3295054 ], [ 120.1651962, 30.3288629 ], [ 120.165822, 30.3285698 ], [ 120.1660143, 30.3284852 ], [ 120.1662467, 30.3284093 ], [ 120.1665812, 30.3283145 ], [ 120.1669679, 30.3282357 ], [ 120.1673508, 30.3281738 ], [ 120.1677862, 30.32814 ], [ 120.1681775, 30.3281345 ], [ 120.1686178, 30.3281579 ], [ 120.1689544, 30.3281992 ], [ 120.1692309, 30.3282449 ], [ 120.1698192, 30.3283716 ], [ 120.1708529, 30.3286322 ], [ 120.1736035, 30.3292766 ], [ 120.176573, 30.3300068 ], [ 120.1786209, 30.3305244 ], [ 120.1800898, 30.3308749 ], [ 120.1815385, 30.331244 ], [ 120.1829122, 30.3315611 ], [ 120.1841074, 30.331833 ], [ 120.1884517, 30.3328352 ], [ 120.189018054752381, 30.332975104593569 ] ], [ [ 120.189018054752381, 30.332975104593569 ], [ 120.1893597, 30.3330595 ], [ 120.1924064, 30.3338428 ], [ 120.1969583, 30.3349514 ], [ 120.1980154, 30.3351376 ], [ 120.1998909, 30.3353071 ], [ 120.2077859, 30.3360895 ], [ 120.2097883, 30.3362986 ], [ 120.2113605, 30.3364208 ], [ 120.2135273, 30.3365167 ], [ 120.2162492, 30.3366758 ], [ 120.2167378, 30.3367374 ], [ 120.2172499, 30.336825 ], [ 120.2177137, 30.3369334 ], [ 120.2183476, 30.3371214 ], [ 120.2189225, 30.3373487 ], [ 120.2194346, 30.3375844 ], [ 120.2198823, 30.3378525 ], [ 120.2222919, 30.3395171 ], [ 120.2233545, 30.3402349 ], [ 120.2250988, 30.3414534 ], [ 120.2276, 30.3431823 ], [ 120.2294206, 30.3444329 ], [ 120.2306372, 30.345275 ], [ 120.2314134, 30.3457961 ], [ 120.2324189, 30.3464419 ], [ 120.2335464, 30.3470991 ], [ 120.2342139, 30.3474655 ], [ 120.2348695, 30.3477905 ], [ 120.2353664, 30.3480173 ], [ 120.2355916, 30.3481252 ], [ 120.236177, 30.3483683 ], [ 120.2372223, 30.3488015 ], [ 120.2389754, 30.3494723 ], [ 120.2406285, 30.3500772 ], [ 120.2413796, 30.3503687 ], [ 120.2425789, 30.3508236 ], [ 120.2441863, 30.351407 ] ], [ [ 120.2441233, 30.3515502 ], [ 120.2425136, 30.3509282 ], [ 120.2413266, 30.3504819 ], [ 120.2405579, 30.3501927 ], [ 120.2389151, 30.3495814 ], [ 120.2361249, 30.3484976 ], [ 120.2354921, 30.348249 ], [ 120.2351753, 30.3481082 ], [ 120.2348137, 30.34793 ], [ 120.2341022, 30.3475793 ], [ 120.2334447, 30.3472131 ], [ 120.2323243, 30.3465583 ], [ 120.2313633, 30.3459398 ], [ 120.2305525, 30.3453775 ], [ 120.2293322, 30.3445226 ], [ 120.227528, 30.343278 ], [ 120.2250158, 30.3415452 ], [ 120.2231958, 30.3403097 ], [ 120.2221998, 30.3396138 ], [ 120.2198026, 30.3379481 ], [ 120.2193644, 30.3376962 ], [ 120.2188779, 30.3374535 ], [ 120.218308, 30.337232 ], [ 120.2176897, 30.3370429 ], [ 120.2172312, 30.3369342 ], [ 120.2166977, 30.3368441 ], [ 120.2162241, 30.3367856 ], [ 120.2135181, 30.3366339 ], [ 120.211329, 30.3365334 ], [ 120.2097883, 30.3364003 ], [ 120.2077754, 30.3361969 ], [ 120.2010796, 30.3355381 ], [ 120.1998516, 30.3354173 ], [ 120.1980253, 30.3352647 ], [ 120.1969157, 30.3350698 ], [ 120.1948293, 30.3345616 ], [ 120.18924, 30.3331964 ], [ 120.189013297178661, 30.333140444963952 ] ], [ [ 120.189013297178661, 30.333140444963952 ], [ 120.1873447, 30.3327286 ], [ 120.1837402, 30.3318873 ], [ 120.182891, 30.3316882 ], [ 120.1815372, 30.3313401 ], [ 120.1800295, 30.3309866 ], [ 120.1792541, 30.3308025 ], [ 120.176407, 30.33007 ], [ 120.175369, 30.3298198 ], [ 120.1735634, 30.3293814 ], [ 120.1707521, 30.3287108 ], [ 120.1698182, 30.3284846 ], [ 120.1691896, 30.3283447 ], [ 120.1688795, 30.3282907 ], [ 120.1685294, 30.3282626 ], [ 120.1682075, 30.3282511 ], [ 120.1677009, 30.3282571 ], [ 120.1671778, 30.3283055 ], [ 120.1668367, 30.3283624 ], [ 120.1665706, 30.3284278 ], [ 120.1661958, 30.3285445 ], [ 120.165886, 30.3286611 ], [ 120.1652807, 30.3289559 ], [ 120.1642416, 30.3295537 ], [ 120.1632659, 30.3301078 ], [ 120.1622501, 30.330718 ], [ 120.1588912, 30.3327888 ], [ 120.1582393, 30.3331738 ], [ 120.1567397, 30.3340784 ], [ 120.156363, 30.334291 ] ], [ [ 120.3098682, 30.4546184 ], [ 120.3100594, 30.4542668 ], [ 120.3100989, 30.4539964 ], [ 120.3106281, 30.4517746 ], [ 120.3107388, 30.4512411 ], [ 120.3108301, 30.4508361 ], [ 120.3108987, 30.4505756 ], [ 120.310916953288995, 30.450524924013216 ] ], [ [ 120.310916953288995, 30.450524924013216 ], [ 120.311031, 30.4502083 ], [ 120.3111754, 30.4498523 ], [ 120.3117931, 30.4484095 ], [ 120.3126402, 30.4464652 ], [ 120.3129393, 30.4458003 ], [ 120.3139966, 30.4437782 ], [ 120.3144639, 30.4427668 ], [ 120.3151089, 30.4414482 ], [ 120.3155455, 30.4403356 ], [ 120.3158102, 30.439563 ], [ 120.3160911, 30.4385072 ], [ 120.3162423, 30.4377882 ], [ 120.3163381, 30.4372233 ], [ 120.3164078, 30.4366505 ], [ 120.3164234, 30.4362883 ], [ 120.316451, 30.4359054 ], [ 120.3165038, 30.4349772 ], [ 120.3166644, 30.43244 ], [ 120.3166958, 30.4319436 ], [ 120.3167807, 30.4304815 ], [ 120.3167876, 30.4302259 ], [ 120.3167913, 30.4299179 ], [ 120.3167937, 30.4295941 ], [ 120.316787, 30.4292605 ], [ 120.3167637, 30.4287944 ], [ 120.3162629, 30.4220124 ], [ 120.3161215, 30.4203329 ], [ 120.3160802, 30.4199354 ], [ 120.3160466, 30.4196493 ], [ 120.3159832, 30.4191812 ], [ 120.3159071, 30.418703 ], [ 120.3158031, 30.4181757 ], [ 120.3157058, 30.4177037 ], [ 120.31558, 30.4171751 ], [ 120.3155242, 30.4169456 ], [ 120.315455, 30.4167 ], [ 120.3153813, 30.4164516 ], [ 120.3149398, 30.4149628 ], [ 120.3128185, 30.4082426 ], [ 120.3125758, 30.4074775 ], [ 120.312526254856735, 30.407324913885866 ] ], [ [ 120.312195207586583, 30.391211641411363 ], [ 120.3122054, 30.3911422 ], [ 120.3122837, 30.3902248 ], [ 120.3122595, 30.3896362 ], [ 120.3122081, 30.3891253 ], [ 120.3120973, 30.3878172 ], [ 120.3119079, 30.3861721 ], [ 120.3117667, 30.3850106 ], [ 120.31178, 30.3844671 ], [ 120.3116357, 30.3824491 ], [ 120.311669224550116, 30.381682369834621 ] ], [ [ 120.311669224550116, 30.381682369834621 ], [ 120.3116852, 30.381317 ], [ 120.3117736, 30.380397 ], [ 120.3118457, 30.3795612 ], [ 120.3125632, 30.3721498 ], [ 120.3126196, 30.3713315 ], [ 120.312645, 30.3709506 ], [ 120.3126647, 30.3701494 ], [ 120.3125719, 30.3692604 ], [ 120.3124066, 30.3684786 ], [ 120.3121355, 30.3677109 ], [ 120.3118282, 30.367032 ], [ 120.3116225, 30.3666792 ], [ 120.3111298, 30.3659597 ], [ 120.3107067, 30.3654425 ], [ 120.3098851, 30.3646376 ], [ 120.3089522, 30.3639452 ], [ 120.3080181, 30.3632658 ], [ 120.3070729, 30.3625991 ], [ 120.3060918, 30.3618982 ], [ 120.305355, 30.3614138 ], [ 120.3051586, 30.3612718 ], [ 120.3029016, 30.3596404 ], [ 120.3020865, 30.359046 ], [ 120.3010898, 30.3582778 ], [ 120.3003263, 30.3576368 ], [ 120.2997807, 30.3571496 ], [ 120.2991362, 30.3565529 ], [ 120.2983563, 30.3557254 ], [ 120.2976122, 30.354871 ], [ 120.2968385, 30.3538931 ], [ 120.2963701, 30.3532174 ], [ 120.2956317, 30.3520284 ], [ 120.2952059, 30.3513414 ], [ 120.2947915, 30.3506938 ], [ 120.294344, 30.3499697 ], [ 120.2934474, 30.3485938 ], [ 120.2927203, 30.3473794 ], [ 120.2923542, 30.346693 ], [ 120.2919249, 30.345679 ], [ 120.2918187, 30.3453609 ], [ 120.2916585, 30.344829 ], [ 120.2915554, 30.3443517 ], [ 120.2915156, 30.3441215 ], [ 120.2914877, 30.3438558 ], [ 120.2914556, 30.3435406 ], [ 120.2914402, 30.3431739 ], [ 120.291412, 30.3426135 ], [ 120.2913536, 30.3415612 ], [ 120.2913166, 30.3406427 ], [ 120.2912843, 30.3397991 ], [ 120.291249, 30.3391947 ], [ 120.2912138, 30.3383453 ], [ 120.2911469, 30.337608 ], [ 120.2910719, 30.3368444 ], [ 120.2909489, 30.3362191 ], [ 120.2908705, 30.3358193 ], [ 120.2907053, 30.3351188 ], [ 120.2904064, 30.3340853 ], [ 120.2901708, 30.3334195 ], [ 120.2899775, 30.3328219 ], [ 120.2895788, 30.331477 ], [ 120.2893341, 30.3306563 ], [ 120.2891344, 30.3300258 ], [ 120.2890045, 30.3295784 ], [ 120.2888907, 30.3292097 ], [ 120.2887703, 30.3286875 ], [ 120.2887138, 30.3284306 ], [ 120.2886822, 30.3281492 ], [ 120.2886219, 30.327583 ], [ 120.2885719, 30.3269393 ], [ 120.2885655, 30.3266762 ], [ 120.2885867, 30.3263086 ], [ 120.2887034, 30.3240816 ], [ 120.2887217, 30.3236943 ], [ 120.2888034, 30.3225692 ], [ 120.2888105, 30.3217163 ], [ 120.2887777, 30.3210795 ], [ 120.2887048, 30.3202751 ], [ 120.2886376, 30.3198268 ], [ 120.288586537451224, 30.319558314968411 ] ], [ [ 120.288586537451224, 30.319558314968411 ], [ 120.288560052159767, 30.319419056265403 ] ], [ [ 120.288560052159767, 30.319419056265403 ], [ 120.2884775, 30.318985 ], [ 120.2884579, 30.318862 ], [ 120.2883462, 30.3184004 ], [ 120.2881239, 30.3176482 ], [ 120.2880348, 30.3172928 ], [ 120.2877272, 30.3162118 ], [ 120.2876776, 30.3160497 ], [ 120.2875978, 30.3157889 ], [ 120.2873628, 30.3148583 ], [ 120.2861958, 30.3106466 ], [ 120.2858232, 30.3093095 ], [ 120.2856799, 30.3085749 ], [ 120.2855171, 30.307611 ], [ 120.2853847, 30.3066006 ], [ 120.2849822, 30.3035695 ], [ 120.284843166030839, 30.302431291799493 ] ], [ [ 120.284843166030839, 30.302431291799493 ], [ 120.284826029008272, 30.302290998749275 ] ], [ [ 120.284826029008272, 30.302290998749275 ], [ 120.2847919, 30.3020116 ], [ 120.2847298, 30.3013832 ], [ 120.2846992, 30.2989083 ], [ 120.2847079, 30.2986115 ], [ 120.2847351, 30.2958009 ], [ 120.2848674, 30.290622 ], [ 120.2850368, 30.2806766 ], [ 120.2850557, 30.2796116 ], [ 120.2851064, 30.2776909 ], [ 120.2851452, 30.2756482 ], [ 120.2851946, 30.2731535 ], [ 120.2852349, 30.2707882 ], [ 120.2852862, 30.2683475 ], [ 120.2853172, 30.2672168 ], [ 120.2853483, 30.2654786 ], [ 120.2854191, 30.2625632 ], [ 120.2854501, 30.2608826 ], [ 120.2854604, 30.2595606 ], [ 120.2855456, 30.2554976 ], [ 120.2856009, 30.2539196 ], [ 120.2856028, 30.2535777 ], [ 120.2856075, 30.2527378 ], [ 120.2856279, 30.2521378 ], [ 120.2857233, 30.2513777 ], [ 120.2858295, 30.2507581 ], [ 120.286061086529301, 30.248559794459243 ] ], [ [ 120.286061086529301, 30.248559794459243 ], [ 120.286081558358347, 30.248365468237626 ] ], [ [ 120.286081558358347, 30.248365468237626 ], [ 120.2860917, 30.2482692 ], [ 120.2863342, 30.2466128 ], [ 120.2863633, 30.2464472 ], [ 120.2864209, 30.2460637 ], [ 120.2864876, 30.245469 ], [ 120.2866222, 30.2445246 ], [ 120.2866654, 30.2440689 ], [ 120.2868404, 30.2428861 ], [ 120.2869598, 30.2421379 ], [ 120.2872477, 30.2399967 ], [ 120.2873018, 30.2388383 ], [ 120.28727, 30.2375277 ], [ 120.287222, 30.236981 ], [ 120.2871332, 30.2363079 ], [ 120.2868597, 30.2336245 ] ], [ [ 120.2869836, 30.2336073 ], [ 120.2872567, 30.236292 ], [ 120.2873491, 30.2369964 ], [ 120.2874008, 30.2375322 ], [ 120.2874348, 30.2387898 ], [ 120.2873521, 30.2400266 ], [ 120.2870785, 30.2423452 ], [ 120.2867962, 30.2442105 ], [ 120.2867598, 30.2444954 ], [ 120.2866316, 30.2454777 ], [ 120.2865456, 30.2460682 ], [ 120.28626337617564, 30.248266431441415 ] ], [ [ 120.28626337617564, 30.248266431441415 ], [ 120.286238094811679, 30.248463347096074 ] ], [ [ 120.286238094811679, 30.248463347096074 ], [ 120.2859457, 30.2507408 ], [ 120.285887, 30.2510586 ], [ 120.2858377, 30.2518256 ], [ 120.285736, 30.2534102 ], [ 120.2857127, 30.2539078 ], [ 120.2856795, 30.2554977 ], [ 120.2855987, 30.2595594 ], [ 120.2855717, 30.2608828 ], [ 120.2855462, 30.262544 ], [ 120.2854874, 30.2654901 ], [ 120.285451, 30.2672177 ], [ 120.2853951, 30.2683491 ], [ 120.2853613, 30.2707764 ], [ 120.2853122, 30.2731326 ], [ 120.2852722, 30.2756574 ], [ 120.2852416, 30.2776957 ], [ 120.2851731, 30.2796115 ], [ 120.2851462, 30.2809424 ], [ 120.2849868, 30.2906596 ], [ 120.284876, 30.2957981 ], [ 120.284824, 30.2984034 ], [ 120.2848287, 30.2986164 ], [ 120.2848715, 30.2990848 ], [ 120.2848364, 30.3006573 ], [ 120.2849249, 30.3019575 ], [ 120.284969711272126, 30.302268111973746 ] ], [ [ 120.284969711272126, 30.302268111973746 ], [ 120.284989844006446, 30.302407663208268 ] ], [ [ 120.284989844006446, 30.302407663208268 ], [ 120.2851616, 30.3035982 ], [ 120.285366, 30.305212 ], [ 120.2855043, 30.3063691 ], [ 120.2856739, 30.3075036 ], [ 120.2858358, 30.3085998 ], [ 120.2859788, 30.309319 ], [ 120.2860747, 30.309705 ], [ 120.2863205, 30.3106178 ], [ 120.287489, 30.3148286 ], [ 120.2877577, 30.3157685 ], [ 120.2878498, 30.3160887 ], [ 120.2881454, 30.3171549 ], [ 120.2881924, 30.317325 ], [ 120.288389, 30.3180231 ], [ 120.2885794, 30.3188053 ], [ 120.28870389675059, 30.319439537915439 ] ], [ [ 120.28870389675059, 30.319439537915439 ], [ 120.288731190364558, 30.31957858286836 ] ], [ [ 120.288731190364558, 30.31957858286836 ], [ 120.2887584, 30.3197172 ], [ 120.2888081, 30.3200992 ], [ 120.2888935, 30.3208511 ], [ 120.2889346, 30.3220584 ], [ 120.2889466, 30.3225715 ], [ 120.2889382, 30.3229894 ], [ 120.2887837, 30.3250333 ], [ 120.2887004, 30.326275 ], [ 120.2886958, 30.327005 ], [ 120.2887372, 30.3275282 ], [ 120.2887856, 30.3280056 ], [ 120.2888887, 30.3286467 ], [ 120.2890142, 30.3291793 ], [ 120.2890982, 30.3294813 ], [ 120.2892225, 30.3299082 ], [ 120.2894293, 30.3305619 ], [ 120.2897298, 30.3314313 ], [ 120.289913, 30.3320879 ], [ 120.2902272, 30.333101 ], [ 120.2904427, 30.333802 ], [ 120.2906485, 30.3344607 ], [ 120.2908429, 30.3351216 ], [ 120.2909916, 30.3357815 ], [ 120.2911287, 30.3365325 ], [ 120.2912464, 30.3373401 ], [ 120.2913364, 30.3382484 ], [ 120.2913784, 30.3391409 ], [ 120.2914231, 30.3405448 ], [ 120.291476, 30.3415612 ], [ 120.2915223, 30.3426038 ], [ 120.2915648, 30.3431611 ], [ 120.2916082, 30.3437349 ], [ 120.291672, 30.3442321 ], [ 120.2917609, 30.3447102 ], [ 120.291962, 30.345338 ], [ 120.2922067, 30.346009 ], [ 120.2926049, 30.3469129 ], [ 120.2935374, 30.3485055 ], [ 120.2944594, 30.3499167 ], [ 120.2948928, 30.3506277 ], [ 120.2953112, 30.3512666 ], [ 120.2955847, 30.3517098 ], [ 120.2964658, 30.3531829 ], [ 120.2969268, 30.3538437 ], [ 120.2976849, 30.3548296 ], [ 120.2984191, 30.3556653 ], [ 120.2992106, 30.3564954 ], [ 120.2998503, 30.3571106 ], [ 120.3004868, 30.3576717 ], [ 120.3011586, 30.3582268 ], [ 120.302145, 30.3589876 ], [ 120.3029553, 30.3595607 ], [ 120.3047333, 30.3608426 ], [ 120.3054385, 30.3613511 ], [ 120.30616, 30.3618493 ], [ 120.3071086, 30.3625315 ], [ 120.3080769, 30.3631994 ], [ 120.309011, 30.3638505 ], [ 120.3099515, 30.3645642 ], [ 120.3103548, 30.3649563 ], [ 120.3108094, 30.3653982 ], [ 120.3112323, 30.365899 ], [ 120.3117194, 30.3665991 ], [ 120.3119544, 30.3669906 ], [ 120.3122538, 30.3676613 ], [ 120.3125218, 30.3684502 ], [ 120.3126759, 30.3692392 ], [ 120.3127592, 30.3701293 ], [ 120.3127449, 30.3709264 ], [ 120.3127063, 30.3713271 ], [ 120.3126453, 30.3721566 ], [ 120.3119756, 30.3795719 ], [ 120.3118922, 30.3804194 ], [ 120.3118139, 30.3813131 ], [ 120.311799690706806, 30.381698722540907 ] ], [ [ 120.311799690706806, 30.381698722540907 ], [ 120.3117721, 30.3824475 ], [ 120.3117806, 30.3829094 ], [ 120.3117937, 30.3835317 ], [ 120.3118316, 30.3842493 ], [ 120.3119068, 30.384991 ], [ 120.3122132, 30.3877929 ], [ 120.3124003, 30.3890999 ], [ 120.312444, 30.3898142 ], [ 120.3124479, 30.3903005 ], [ 120.31243193696794, 30.390588888136989 ] ], [ [ 120.312713516783731, 30.407454616430158 ], [ 120.3130236, 30.4084048 ], [ 120.3131099, 30.4086923 ], [ 120.315087, 30.4149255 ], [ 120.3156029, 30.4166583 ], [ 120.3156782, 30.416924 ], [ 120.3157473, 30.4171845 ], [ 120.3158026, 30.4174104 ], [ 120.3158486, 30.417623 ], [ 120.3159387, 30.4180485 ], [ 120.3160106, 30.4184357 ], [ 120.3160837, 30.4188258 ], [ 120.3161506, 30.419268 ], [ 120.3162052, 30.4196704 ], [ 120.3162446, 30.4199853 ], [ 120.3162801, 30.4203323 ], [ 120.316439, 30.4222483 ], [ 120.3165447, 30.4235406 ], [ 120.3169219, 30.4287709 ], [ 120.3169486, 30.429187 ], [ 120.3169544, 30.4295036 ], [ 120.3169529, 30.4298779 ], [ 120.3169468, 30.4302341 ], [ 120.3169368, 30.4305137 ], [ 120.3168351, 30.4322222 ], [ 120.3165732, 30.436199 ], [ 120.316551, 30.4366447 ], [ 120.3164651, 30.4372712 ], [ 120.3163782, 30.4378124 ], [ 120.3162156, 30.4385382 ], [ 120.3159358, 30.4395888 ], [ 120.3156684, 30.4403694 ], [ 120.31523, 30.4414781 ], [ 120.3145858, 30.4428301 ], [ 120.3115202, 30.4494736 ], [ 120.3113193, 30.4499514 ], [ 120.3112536, 30.4501211 ], [ 120.3111646, 30.4503471 ], [ 120.311093724805303, 30.450554242633888 ] ], [ [ 120.311093724805303, 30.450554242633888 ], [ 120.3110767, 30.450604 ], [ 120.3110275, 30.4507703 ], [ 120.3109783, 30.4509647 ], [ 120.3108805, 30.4514114 ], [ 120.3108026, 30.4518102 ], [ 120.3107246, 30.4522152 ], [ 120.3103986, 30.4538907 ], [ 120.3102758, 30.4545218 ], [ 120.3102429, 30.4548652 ], [ 120.3096927, 30.4572939 ] ], [ [ 120.2819219, 30.4003865 ], [ 120.2812768, 30.3999391 ], [ 120.2792811, 30.3986249 ], [ 120.2778759, 30.3976214 ], [ 120.2774787, 30.3973226 ], [ 120.2769973, 30.3969206 ], [ 120.2765262, 30.3964949 ], [ 120.2758742, 30.3959014 ], [ 120.2753647, 30.3954375 ], [ 120.2749574, 30.3950102 ], [ 120.2722297, 30.391822 ], [ 120.2708097, 30.3901687 ], [ 120.2700229, 30.3892284 ], [ 120.2693607, 30.3883969 ], [ 120.2686821, 30.3874926 ], [ 120.268119, 30.386652 ], [ 120.2677979, 30.3861038 ], [ 120.2665214, 30.383811 ], [ 120.2662721, 30.3833632 ], [ 120.2646119, 30.3803258 ], [ 120.2641561, 30.3796401 ], [ 120.2636247, 30.3788405 ], [ 120.2631378, 30.3782138 ], [ 120.2629, 30.3779086 ], [ 120.26261, 30.3775494 ], [ 120.2618865, 30.3767546 ], [ 120.2602491, 30.3750111 ], [ 120.259165, 30.373871 ], [ 120.258716, 30.3733988 ], [ 120.25677, 30.3713098 ], [ 120.2555819, 30.3701175 ], [ 120.254865, 30.369441 ], [ 120.253907, 30.36861 ], [ 120.252803, 30.3677277 ], [ 120.2518436, 30.3669196 ], [ 120.2510513, 30.3661834 ], [ 120.250219, 30.3653057 ], [ 120.2496005, 30.3646481 ], [ 120.2490034, 30.3639797 ], [ 120.2474815, 30.3623353 ], [ 120.2468499, 30.3616337 ], [ 120.2462817, 30.360984 ], [ 120.2460752, 30.3607056 ], [ 120.245683, 30.3601567 ], [ 120.2452413, 30.35943 ], [ 120.2447908, 30.3585423 ], [ 120.2445702, 30.3581401 ], [ 120.2443795, 30.3578155 ], [ 120.2441055, 30.3574119 ], [ 120.2434698, 30.3567025 ], [ 120.2411922, 30.3540732 ], [ 120.2391744, 30.3517179 ], [ 120.2390214, 30.3515249 ], [ 120.2389323, 30.3513713 ], [ 120.2388863, 30.3512749 ], [ 120.2388114, 30.351023 ] ], [ [ 119.9237386, 30.2443757 ], [ 119.9241984, 30.2446023 ], [ 119.92489, 30.2449431 ], [ 119.9288209, 30.24688 ], [ 119.9319307, 30.248473 ] ], [ [ 119.9317459, 30.248732 ], [ 119.9286613, 30.2472233 ], [ 119.924294, 30.2450553 ], [ 119.9238429, 30.2448314 ], [ 119.9235124, 30.2447091 ] ], [ [ 119.9658748, 30.244494 ], [ 119.9657906, 30.2445571 ] ], [ [ 119.9629878, 30.2461247 ], [ 119.9644681, 30.2451873 ], [ 119.9654952, 30.2443999 ] ], [ [ 119.9657906, 30.2445571 ], [ 119.964905, 30.2452208 ], [ 119.9646039, 30.2454464 ], [ 119.9645225, 30.2455074 ], [ 119.9628443, 30.2465155 ] ], [ [ 119.9319307, 30.248473 ], [ 119.93204, 30.2485294 ] ], [ [ 119.9570653, 30.2485612 ], [ 119.95894, 30.2478851 ], [ 119.9617144, 30.2467493 ], [ 119.9624071, 30.2464351 ], [ 119.9629878, 30.2461247 ] ], [ [ 119.9628443, 30.2465155 ], [ 119.9617839, 30.2470326 ], [ 119.9578437, 30.2485907 ], [ 119.957202, 30.2488304 ] ], [ [ 119.9569494, 30.2486014 ], [ 119.9570653, 30.2485612 ] ], [ [ 119.9570653, 30.2485612 ], [ 119.957202, 30.2488304 ] ], [ [ 119.9571072, 30.2488728 ], [ 119.9569494, 30.2486014 ] ], [ [ 119.957202, 30.2488304 ], [ 119.9571072, 30.2488728 ] ], [ [ 119.9509741, 30.2508269 ], [ 119.9512012, 30.2507413 ] ], [ [ 119.93204, 30.2485294 ], [ 119.9323197, 30.2486736 ], [ 119.9325385, 30.2487864 ], [ 119.9328539, 30.2489481 ], [ 119.9335527, 30.2493065 ], [ 119.9341393, 30.2496073 ], [ 119.9389951, 30.2520971 ], [ 119.9399115, 30.2525084 ], [ 119.9408394, 30.2528499 ], [ 119.941466, 30.253 ], [ 119.9426057, 30.2531501 ], [ 119.9433013, 30.2531449 ], [ 119.9440012, 30.2530902 ], [ 119.9446509, 30.2530094 ], [ 119.9455599, 30.2527718 ], [ 119.9461413, 30.2525709 ], [ 119.9464765, 30.2524551 ], [ 119.9476035, 30.2520388 ] ], [ [ 119.9512405, 30.2510086 ], [ 119.9510185, 30.2510836 ], [ 119.9508808, 30.2511322 ] ], [ [ 119.947404, 30.2523854 ], [ 119.9470368, 30.2525455 ], [ 119.9468416, 30.2526306 ], [ 119.9455413, 30.253078 ], [ 119.9450024, 30.2532529 ], [ 119.9443931, 30.253367 ], [ 119.9436474, 30.2534431 ], [ 119.9431005, 30.2534758 ], [ 119.9426204, 30.2534552 ], [ 119.9425434, 30.2534519 ], [ 119.9418967, 30.2533982 ], [ 119.9407871, 30.2531706 ], [ 119.9397506, 30.2527671 ], [ 119.9388529, 30.2523537 ], [ 119.9341357, 30.2499421 ], [ 119.9334625, 30.2495979 ], [ 119.9324453, 30.2490948 ], [ 119.9321236, 30.2489357 ], [ 119.9318548, 30.2487852 ] ], [ [ 119.9476035, 30.2520388 ], [ 119.9509741, 30.2508269 ] ], [ [ 119.9571072, 30.2488728 ], [ 119.957033901476009, 30.248898814990756 ] ], [ [ 119.957033901476009, 30.248898814990756 ], [ 119.9565806, 30.2490597 ], [ 119.9538509, 30.2500286 ] ], [ [ 119.9512012, 30.2507413 ], [ 119.956900845030646, 30.248619475706985 ] ], [ [ 119.956900845030646, 30.248619475706985 ], [ 119.9569494, 30.2486014 ] ], [ [ 119.957202, 30.2488304 ], [ 119.9574965, 30.2493894 ], [ 119.9577328, 30.2497418 ], [ 119.9585276, 30.2509314 ] ], [ [ 119.9582412, 30.2511551 ], [ 119.958168632709729, 30.250997078886208 ] ], [ [ 119.958168632709729, 30.250997078886208 ], [ 119.958061, 30.2507627 ], [ 119.957588, 30.2498255 ], [ 119.9573972, 30.2494473 ], [ 119.9571072, 30.2488728 ] ], [ [ 119.9538509, 30.2500286 ], [ 119.9530136, 30.2503258 ], [ 119.9512405, 30.2510086 ] ], [ [ 119.9649687, 30.2643096 ], [ 119.9642955, 30.2630313 ], [ 119.9636075, 30.2617042 ], [ 119.9631555, 30.2607986 ], [ 119.9628723, 30.2602312 ], [ 119.9628057, 30.2600977 ], [ 119.9611521, 30.2568153 ], [ 119.9605457, 30.2556115 ], [ 119.9604362, 30.2553942 ], [ 119.9599392, 30.2544076 ], [ 119.9585528, 30.2517058 ], [ 119.958168632709729, 30.250997078886208 ] ], [ [ 119.958168632709729, 30.250997078886208 ], [ 119.9575346, 30.2498274 ], [ 119.9574083, 30.2495635 ], [ 119.9571637, 30.2491735 ], [ 119.957033901476009, 30.248898814990756 ] ], [ [ 119.957033901476009, 30.248898814990756 ], [ 119.9569168, 30.248651 ], [ 119.956900845030646, 30.248619475706985 ] ], [ [ 119.956900845030646, 30.248619475706985 ], [ 119.9567389, 30.2482995 ], [ 119.956352, 30.2475772 ], [ 119.9560785, 30.2470009 ], [ 119.9559161, 30.246559 ], [ 119.9557871, 30.2460999 ], [ 119.9556804, 30.2456311 ], [ 119.9555625, 30.2451816 ], [ 119.9554402, 30.2447263 ], [ 119.9553468, 30.2444151 ], [ 119.9552512, 30.2440501 ], [ 119.9551711, 30.2437273 ], [ 119.9551244, 30.2434583 ], [ 119.9549888, 30.2428301 ], [ 119.9549643, 30.2425804 ], [ 119.9549465, 30.2423402 ], [ 119.9549243, 30.2418965 ], [ 119.9548932, 30.2416006 ], [ 119.9548754, 30.2412298 ], [ 119.9548509, 30.240811 ], [ 119.9548376, 30.2404467 ], [ 119.9548447, 30.2397045 ], [ 119.9548491, 30.2394269 ], [ 119.954851, 30.2390901 ], [ 119.9548258, 30.2386653 ], [ 119.9547732, 30.2381 ], [ 119.954729, 30.2375015 ] ], [ [ 119.9508808, 30.2511322 ], [ 119.9502697, 30.2513478 ], [ 119.9475557, 30.2523304 ] ], [ [ 119.9475557, 30.2523304 ], [ 119.947404, 30.2523854 ] ], [ [ 119.9601997, 30.2552451 ], [ 119.958476, 30.2517724 ], [ 119.9582412, 30.2511551 ] ], [ [ 119.9318548, 30.2487852 ], [ 119.9317459, 30.248732 ] ], [ [ 119.9585276, 30.2509314 ], [ 119.9600808, 30.2539365 ], [ 119.9602403, 30.254257 ], [ 119.9609718, 30.2557271 ], [ 119.9629338, 30.2596701 ], [ 119.9631215, 30.2600298 ], [ 119.9635118, 30.2608509 ], [ 119.9635864, 30.260996 ], [ 119.9639208, 30.261646 ], [ 119.9644545, 30.2628207 ] ], [ [ 119.9623605, 30.2595341 ], [ 119.9615347, 30.2579973 ], [ 119.9609823, 30.25694 ], [ 119.9605375, 30.2558911 ], [ 119.9604809, 30.2557779 ], [ 119.9601997, 30.2552451 ] ], [ [ 119.868338, 30.2504659 ], [ 119.8682551, 30.2504623 ] ], [ [ 119.8724714, 30.2523492 ], [ 119.8759946, 30.2513712 ], [ 119.8762127, 30.2513236 ], [ 119.8778467, 30.250911 ], [ 119.8791005, 30.2506667 ], [ 119.8816243, 30.2502598 ], [ 119.8845015, 30.2499825 ], [ 119.8882312, 30.2497972 ] ], [ [ 119.888205, 30.2499069 ], [ 119.884664, 30.2500684 ], [ 119.884451, 30.2500845 ], [ 119.8820308, 30.25034 ], [ 119.881067, 30.2504512 ], [ 119.879558, 30.2506898 ], [ 119.8786203, 30.2508627 ], [ 119.8773084, 30.2511591 ], [ 119.8760128, 30.2514753 ], [ 119.8745967, 30.2518586 ], [ 119.8724968, 30.2524349 ] ], [ [ 119.868338, 30.2504659 ], [ 119.8683168, 30.2511415 ], [ 119.8683095, 30.2514802 ], [ 119.8683438, 30.2518188 ], [ 119.8683709, 30.251994 ], [ 119.8685237, 30.2523846 ], [ 119.8688388, 30.2533371 ] ], [ [ 119.868757, 30.2533652 ], [ 119.868247, 30.252048 ], [ 119.8682055, 30.2518626 ], [ 119.8681432, 30.2514499 ], [ 119.8681501, 30.2512166 ], [ 119.8682551, 30.2504623 ] ], [ [ 119.8688388, 30.2533371 ], [ 119.8703133, 30.2529424 ], [ 119.8724714, 30.2523492 ] ], [ [ 119.8724968, 30.2524349 ], [ 119.8702875, 30.2530591 ], [ 119.8688989, 30.2534238 ] ], [ [ 119.868757, 30.2533652 ], [ 119.8688388, 30.2533371 ] ], [ [ 119.8688388, 30.2533371 ], [ 119.8688989, 30.2534238 ] ], [ [ 119.8687908, 30.2534497 ], [ 119.868757, 30.2533652 ] ], [ [ 119.8688989, 30.2534238 ], [ 119.8687908, 30.2534497 ] ], [ [ 119.8633163, 30.2547953 ], [ 119.8640837, 30.254645 ], [ 119.8686595, 30.253397 ], [ 119.868757, 30.2533652 ] ], [ [ 119.8687908, 30.2534497 ], [ 119.8641495, 30.2547228 ], [ 119.863365, 30.2549181 ] ], [ [ 119.863365, 30.2549181 ], [ 119.8633163, 30.2547953 ] ], [ [ 119.863210299933542, 30.254811847151025 ], [ 119.8633163, 30.2547953 ] ], [ [ 119.863365, 30.2549181 ], [ 119.863238655272198, 30.254934594089793 ] ], [ [ 119.9021263, 30.2468337 ], [ 119.9010267, 30.2472084 ] ], [ [ 119.9010267, 30.2472084 ], [ 119.9008929, 30.247254 ] ], [ [ 119.9008929, 30.247254 ], [ 119.897061, 30.2484829 ], [ 119.8967815, 30.2485757 ], [ 119.8962522, 30.2487879 ] ], [ [ 119.8882312, 30.2497972 ], [ 119.8897359, 30.2497225 ], [ 119.8915905, 30.2496185 ], [ 119.8925196, 30.2495377 ], [ 119.893519, 30.2493866 ], [ 119.89423, 30.2492438 ], [ 119.8949998, 30.2490605 ], [ 119.895898, 30.2487943 ], [ 119.8966601, 30.2485202 ], [ 119.8969911, 30.248402 ], [ 119.9020172, 30.2466717 ] ], [ [ 119.8962522, 30.2487879 ], [ 119.896068, 30.2488433 ] ], [ [ 119.9627907, 30.2604393 ], [ 119.962675, 30.2601865 ], [ 119.9623605, 30.2595341 ] ], [ [ 119.963988, 30.2628249 ], [ 119.9639193, 30.262691 ], [ 119.9635351, 30.2620218 ], [ 119.9633556, 30.2616744 ], [ 119.9631095, 30.2611361 ], [ 119.9630034, 30.2609038 ], [ 119.9627907, 30.2604393 ] ], [ [ 119.9644545, 30.2628207 ], [ 119.9645049, 30.2629381 ] ], [ [ 119.9640526, 30.2629452 ], [ 119.963988, 30.2628249 ] ], [ [ 119.9645049, 30.2629381 ], [ 119.964688, 30.2633363 ], [ 119.9649481, 30.2638511 ], [ 119.9651664, 30.2642469 ] ], [ [ 119.9665648, 30.2675387 ], [ 119.9652408, 30.2649091 ], [ 119.9651647, 30.2648017 ], [ 119.9650028, 30.2645537 ], [ 119.9648094, 30.2642453 ], [ 119.9646695, 30.2640004 ], [ 119.9643356, 30.2634723 ], [ 119.9640526, 30.2629452 ] ], [ [ 119.9651664, 30.2642469 ], [ 119.9652606, 30.2644176 ], [ 119.96688, 30.2675336 ] ], [ [ 119.9698324, 30.2854371 ], [ 119.9698522, 30.2852297 ], [ 119.9699847, 30.2837402 ], [ 119.9701038, 30.2828781 ], [ 119.9701982, 30.2817997 ], [ 119.970261, 30.2810174 ], [ 119.9702948, 30.2803667 ], [ 119.9703011, 30.2798529 ] ], [ [ 119.9705989, 30.279931 ], [ 119.9705521, 30.2808868 ], [ 119.9704895, 30.2815844 ], [ 119.9703733, 30.2829096 ], [ 119.9702291, 30.2846752 ], [ 119.9701837, 30.2851045 ], [ 119.9701612, 30.2853816 ], [ 119.9701506, 30.2854897 ] ], [ [ 119.9695382, 30.2889405 ], [ 119.9695917, 30.2882916 ], [ 119.9696455, 30.287638 ], [ 119.9697881, 30.2859004 ], [ 119.9698324, 30.2854371 ] ], [ [ 119.9701506, 30.2854897 ], [ 119.9700867, 30.2861426 ], [ 119.970006, 30.287068 ], [ 119.9699011, 30.2885025 ], [ 119.969866, 30.2890097 ] ], [ [ 119.9638033, 30.2877438 ], [ 119.9660976, 30.2882276 ], [ 119.9662493, 30.2882577 ], [ 119.9663416, 30.288276 ], [ 119.9672097, 30.2884482 ], [ 119.9680035, 30.2886298 ], [ 119.9695382, 30.2889405 ] ], [ [ 119.9695208, 30.2891033 ], [ 119.9695382, 30.2889405 ] ], [ [ 119.969866, 30.2890097 ], [ 119.9698526, 30.2891613 ] ], [ [ 119.9265718, 30.292772 ], [ 119.9271921, 30.2925796 ], [ 119.9310296, 30.2911897 ], [ 119.9321302, 30.2908275 ], [ 119.9325665, 30.2907313 ], [ 119.932827716165818, 30.290692806686199 ] ], [ [ 119.932827716165818, 30.290692806686199 ], [ 119.9330517, 30.2906598 ], [ 119.933726, 30.290692 ], [ 119.9341333, 30.2907596 ], [ 119.9345435, 30.2908645 ], [ 119.9349082, 30.2909928 ], [ 119.9352606, 30.291165 ], [ 119.9356197, 30.2913993 ], [ 119.9359388, 30.2916407 ], [ 119.936189, 30.2918824 ], [ 119.9364287, 30.292167 ], [ 119.9366604, 30.2925089 ], [ 119.9368928, 30.2929471 ], [ 119.9372251, 30.2936958 ], [ 119.9377672, 30.2948798 ], [ 119.9388338, 30.2969074 ], [ 119.9397221, 30.2985857 ], [ 119.9402644, 30.2996125 ], [ 119.9406893, 30.3003755 ], [ 119.9410143, 30.300935 ], [ 119.9420484, 30.3019381 ], [ 119.9432253, 30.3028553 ], [ 119.9437854, 30.3031863 ], [ 119.944718, 30.3036887 ], [ 119.9455161, 30.3040444 ], [ 119.9472258, 30.3047061 ], [ 119.9486771, 30.3052868 ], [ 119.9503794, 30.3059467 ], [ 119.9532938, 30.3070908 ], [ 119.954268, 30.3074935 ], [ 119.9560174, 30.3080703 ], [ 119.9576795, 30.308612 ], [ 119.9585819, 30.3088527 ], [ 119.9594921, 30.3090701 ], [ 119.9601635, 30.3092109 ], [ 119.9609209, 30.3093297 ], [ 119.9613094, 30.3093722 ], [ 119.9626462, 30.3094982 ], [ 119.9637001, 30.3096093 ], [ 119.9670573, 30.3098936 ], [ 119.967969864346969, 30.309952248386885 ] ], [ [ 119.967969864346969, 30.309952248386885 ], [ 119.9702642, 30.3100997 ], [ 119.9714864, 30.3102088 ], [ 119.9765677, 30.3106628 ], [ 119.9862878, 30.3115329 ], [ 119.9977221, 30.3125408 ], [ 120.0013334, 30.3128083 ], [ 120.0020645, 30.3128914 ], [ 120.0025097, 30.3129441 ], [ 120.0028346, 30.3129846 ], [ 120.0031982, 30.3130028 ], [ 120.0034805, 30.3130118 ], [ 120.0038883, 30.313038 ], [ 120.0045171, 30.3130563 ], [ 120.0050752, 30.3130701 ], [ 120.0060793, 30.3130725 ], [ 120.0067864, 30.3129894 ], [ 120.0076111, 30.3129262 ], [ 120.0083989, 30.3128471 ], [ 120.0091858, 30.3127487 ], [ 120.0098917, 30.3126326 ], [ 120.010518, 30.3125186 ], [ 120.011052, 30.3124045 ], [ 120.0117369, 30.3122456 ], [ 120.0154696, 30.3114512 ], [ 120.016829, 30.3111424 ], [ 120.0257541, 30.3089932 ], [ 120.0338744, 30.3070072 ], [ 120.0394478, 30.305682 ], [ 120.0400039, 30.3055668 ], [ 120.0417011, 30.3051658 ], [ 120.0424552, 30.3049954 ], [ 120.043723, 30.304787 ], [ 120.0440253, 30.3047427 ], [ 120.0447605, 30.3046816 ], [ 120.0454118, 30.3046655 ], [ 120.0462238, 30.3046643 ], [ 120.047344, 30.3046872 ], [ 120.047688, 30.3047 ], [ 120.049025, 30.3047491 ], [ 120.0507584, 30.3047787 ], [ 120.0522382, 30.3048124 ], [ 120.0527777, 30.3048346 ], [ 120.0532145, 30.304863 ], [ 120.0536139, 30.3048983 ], [ 120.0539763, 30.304931 ], [ 120.0545459, 30.3049948 ], [ 120.0549622, 30.305068 ], [ 120.0553477, 30.3051476 ], [ 120.0555735, 30.3052025 ], [ 120.0558688, 30.3052653 ], [ 120.0562904, 30.3053795 ], [ 120.0566109, 30.3054923 ], [ 120.057347, 30.3057257 ], [ 120.0594522, 30.3067003 ], [ 120.0631242, 30.3082448 ], [ 120.0640978, 30.3086416 ], [ 120.0659184, 30.309337 ], [ 120.0669502, 30.3097945 ], [ 120.0681027, 30.3102786 ], [ 120.068292, 30.3103616 ], [ 120.0687819, 30.3105678 ], [ 120.0690996, 30.3107064 ], [ 120.0693773, 30.3108244 ], [ 120.070377, 30.3112306 ], [ 120.073472, 30.3125284 ], [ 120.0740211, 30.312758 ], [ 120.074778, 30.313084 ], [ 120.0790688, 30.3148777 ], [ 120.0804896, 30.3155023 ] ], [ [ 120.0814922, 30.3161196 ], [ 120.0813291, 30.3160495 ], [ 120.0808418, 30.3158399 ], [ 120.0768568, 30.3141287 ], [ 120.0755402, 30.3135647 ], [ 120.0739521, 30.3128734 ], [ 120.0734764, 30.312675 ], [ 120.0703096, 30.3113668 ], [ 120.0691001, 30.3108368 ], [ 120.0682654, 30.3104891 ], [ 120.0680729, 30.3104058 ], [ 120.0668808, 30.3098959 ], [ 120.0658393, 30.3094579 ], [ 120.0640395, 30.3087679 ], [ 120.0630698, 30.3083623 ], [ 120.0622172, 30.3079944 ], [ 120.0594015, 30.3068098 ], [ 120.0576519, 30.3060866 ], [ 120.0570622, 30.3058446 ], [ 120.0568505, 30.3057579 ], [ 120.0563936, 30.3055883 ], [ 120.0560193, 30.3054542 ], [ 120.0557785, 30.3053797 ], [ 120.0553302, 30.305265 ], [ 120.0549843, 30.3051935 ], [ 120.0546546, 30.3051299 ], [ 120.0542069, 30.3050727 ], [ 120.0537161, 30.3050256 ], [ 120.0532132, 30.3049787 ], [ 120.0528363, 30.3049459 ], [ 120.0525232, 30.3049315 ], [ 120.0519337, 30.304913 ], [ 120.0515365, 30.3049054 ], [ 120.0510898, 30.3048978 ], [ 120.0476896, 30.3048072 ], [ 120.0468948, 30.3047966 ], [ 120.0460445, 30.3047824 ], [ 120.045367, 30.3047802 ], [ 120.0447511, 30.3048043 ], [ 120.0444365, 30.3048303 ], [ 120.0437439, 30.3049049 ], [ 120.0432475, 30.3049511 ], [ 120.0424844, 30.3051074 ], [ 120.0415576, 30.3053056 ], [ 120.0407289, 30.3055158 ], [ 120.0400417, 30.30567 ], [ 120.0395279, 30.3057957 ], [ 120.0340809, 30.3070752 ], [ 120.030651, 30.3078794 ], [ 120.0257893, 30.3091048 ], [ 120.0168374, 30.3112454 ], [ 120.0142239, 30.3118247 ], [ 120.0111226, 30.3125562 ], [ 120.0103684, 30.3127126 ], [ 120.0097127, 30.3128293 ], [ 120.0092262, 30.312899 ], [ 120.0087192, 30.3129693 ], [ 120.0082308, 30.3130276 ], [ 120.0077097, 30.3130777 ], [ 120.0071045, 30.3131279 ], [ 120.0062484, 30.3131697 ], [ 120.0054577, 30.3132008 ], [ 120.0045184, 30.3131625 ], [ 120.0034529, 30.3131201 ], [ 120.0025127, 30.313063 ], [ 120.0016152, 30.3129983 ], [ 120.0012957, 30.3129662 ], [ 119.9977201, 30.312652 ], [ 119.994064, 30.312413 ], [ 119.9903389, 30.3120486 ], [ 119.9765381, 30.3108062 ], [ 119.9714684, 30.3103533 ], [ 119.9702838, 30.3102734 ], [ 119.967964611055066, 30.310100655679729 ] ], [ [ 119.967964611055066, 30.310100655679729 ], [ 119.9670375, 30.3100316 ], [ 119.9636755, 30.3097564 ], [ 119.9626627, 30.3096337 ], [ 119.9612861, 30.3095006 ], [ 119.9606262, 30.3094075 ], [ 119.9597975, 30.3092564 ], [ 119.9592887, 30.3091639 ], [ 119.9583792, 30.3089671 ], [ 119.957759, 30.3088369 ], [ 119.9571373, 30.3086545 ], [ 119.9562605, 30.3084001 ], [ 119.9555572, 30.3081724 ], [ 119.9546416, 30.3078468 ], [ 119.9528423, 30.307176 ], [ 119.9506691, 30.3062959 ], [ 119.9471029, 30.3049005 ], [ 119.9446964, 30.3038681 ], [ 119.9433087, 30.3031262 ], [ 119.9426156, 30.3026367 ], [ 119.9418666, 30.30211 ], [ 119.9412589, 30.3015259 ], [ 119.9409235, 30.3010967 ], [ 119.9403999, 30.300234 ], [ 119.9399407, 30.2994874 ], [ 119.9393189, 30.2983653 ], [ 119.9385996, 30.2969099 ], [ 119.9376547, 30.2949426 ], [ 119.9371191, 30.2936991 ], [ 119.9367786, 30.2929107 ], [ 119.9365523, 30.2925398 ], [ 119.9363724, 30.2922372 ], [ 119.9359483, 30.2917801 ], [ 119.9356351, 30.2915084 ], [ 119.9352293, 30.2912404 ], [ 119.9350225, 30.2911401 ], [ 119.9347044, 30.2910131 ], [ 119.9342089, 30.2908649 ], [ 119.9337196, 30.2907824 ], [ 119.9332653, 30.2907577 ], [ 119.932962, 30.290772 ], [ 119.9326887, 30.2907991 ], [ 119.932482880561182, 30.290836770428985 ] ], [ [ 119.932482880561182, 30.290836770428985 ], [ 119.9321997, 30.2908886 ], [ 119.9272183, 30.2926441 ], [ 119.9262232, 30.2930445 ] ], [ [ 120.0799397, 30.3151009 ], [ 120.0804896, 30.3155023 ] ], [ [ 120.0804896, 30.3155023 ], [ 120.0817124, 30.3160082 ] ], [ [ 119.899825, 30.3018664 ], [ 119.9006959, 30.301695 ], [ 119.9017162, 30.3014942 ], [ 119.9032194, 30.3011326 ], [ 119.9046663, 30.3007299 ], [ 119.9064636, 30.3001745 ], [ 119.907895, 30.2996541 ], [ 119.9086855, 30.2993636 ], [ 119.9114483, 30.2983502 ], [ 119.9119354, 30.2981771 ], [ 119.9150404, 30.2970741 ], [ 119.9184269, 30.2957981 ], [ 119.9190528, 30.2955623 ], [ 119.9203194, 30.295085 ], [ 119.9208294, 30.2948944 ], [ 119.9251961, 30.2932783 ], [ 119.9258536, 30.2930347 ], [ 119.9265718, 30.292772 ] ], [ [ 119.9262232, 30.2930445 ], [ 119.9258847, 30.2931637 ], [ 119.925121, 30.2934433 ], [ 119.9244398, 30.2936927 ], [ 119.9203677, 30.2951837 ], [ 119.9196468, 30.2954553 ], [ 119.9188828, 30.2957432 ], [ 119.9171609, 30.296392 ], [ 119.9150891, 30.2971726 ], [ 119.9115768, 30.2984336 ], [ 119.9111251, 30.2985885 ], [ 119.9105768, 30.2987888 ], [ 119.9087301, 30.2994635 ], [ 119.9066271, 30.3002256 ], [ 119.9051814, 30.3006839 ], [ 119.9039464, 30.3010455 ], [ 119.9029355, 30.301302 ], [ 119.9017582, 30.3015789 ], [ 119.8998603, 30.301962 ] ], [ [ 119.8996777, 30.3018971 ], [ 119.899825, 30.3018664 ] ], [ [ 119.8998603, 30.301962 ], [ 119.8997126, 30.3019882 ] ], [ [ 119.890844, 30.3030814 ], [ 119.8916042, 30.3029803 ], [ 119.8946901, 30.3025698 ], [ 119.8968384, 30.3023265 ], [ 119.8982817, 30.3021232 ], [ 119.8994515, 30.3019378 ], [ 119.8996777, 30.3018971 ] ], [ [ 119.9343205, 30.2883854 ], [ 119.9346181, 30.288481 ] ], [ [ 119.941228, 30.2883019 ], [ 119.9419333, 30.2881354 ], [ 119.9439615, 30.2876567 ], [ 119.9468076, 30.2870453 ], [ 119.9480909, 30.286765 ], [ 119.95013, 30.2863246 ], [ 119.9510671, 30.2861628 ], [ 119.9519648, 30.2860646 ], [ 119.9525938, 30.2860302 ], [ 119.9531489, 30.2860004 ], [ 119.9536637, 30.2859995 ], [ 119.954721, 30.2860438 ], [ 119.9556406, 30.286117 ], [ 119.9568994, 30.2863228 ] ], [ [ 119.9568679, 30.2864645 ], [ 119.9565109, 30.2864094 ], [ 119.9559793, 30.2863273 ], [ 119.9557297, 30.2862887 ], [ 119.9550168, 30.2862074 ], [ 119.9536721, 30.2861318 ], [ 119.9526014, 30.2861636 ], [ 119.9519423, 30.2862069 ], [ 119.9511085, 30.2862909 ], [ 119.9501343, 30.2864597 ], [ 119.9490324, 30.286704 ], [ 119.9468443, 30.2871822 ], [ 119.9440098, 30.287784 ], [ 119.9412196, 30.288419 ] ], [ [ 119.9346181, 30.288481 ], [ 119.9346567, 30.2884826 ], [ 119.9347835, 30.288513 ], [ 119.9348147, 30.2885205 ], [ 119.9369246, 30.2890692 ], [ 119.9370988, 30.2890946 ], [ 119.9372628, 30.28911 ], [ 119.9374283, 30.2891132 ], [ 119.9375723, 30.2891122 ], [ 119.937715, 30.2890925 ], [ 119.9377992, 30.2890728 ], [ 119.9393855, 30.2887132 ], [ 119.9410318, 30.2883439 ], [ 119.941228, 30.2883019 ] ], [ [ 119.9412196, 30.288419 ], [ 119.940389, 30.2886117 ], [ 119.9378979, 30.2891895 ], [ 119.9377198, 30.2892259 ], [ 119.9375682, 30.2892489 ], [ 119.9374386, 30.2892597 ], [ 119.9372917, 30.2892529 ], [ 119.937148, 30.2892327 ], [ 119.9369011, 30.2891732 ], [ 119.9365317, 30.2890772 ], [ 119.9346229, 30.2885808 ], [ 119.9345866, 30.2885688 ] ], [ [ 119.9342756, 30.288503 ], [ 119.9343205, 30.2883854 ] ], [ [ 119.9346181, 30.288481 ], [ 119.9345866, 30.2885688 ] ], [ [ 119.9345866, 30.2885688 ], [ 119.9342756, 30.288503 ] ], [ [ 119.9333499, 30.2901667 ], [ 119.933469, 30.2900878 ], [ 119.933648, 30.2899188 ], [ 119.9337907, 30.2897437 ], [ 119.9339207, 30.2894789 ], [ 119.9340481, 30.2891992 ], [ 119.9341017, 30.2890162 ], [ 119.9342756, 30.288503 ] ], [ [ 119.9345866, 30.2885688 ], [ 119.9345011, 30.288719 ], [ 119.9344048, 30.2888541 ], [ 119.9343216, 30.2890973 ], [ 119.9341339, 30.2894539 ], [ 119.9340564, 30.2895962 ], [ 119.933903, 30.2898477 ], [ 119.9335875, 30.2901817 ], [ 119.9334593, 30.2903098 ] ], [ [ 119.9265718, 30.292772 ], [ 119.9269498, 30.2925778 ], [ 119.9311348, 30.2910387 ], [ 119.9321056, 30.2906817 ], [ 119.9326885, 30.2904746 ], [ 119.9330146, 30.2903372 ], [ 119.9331967, 30.2902527 ], [ 119.9333499, 30.2901667 ] ], [ [ 119.9334593, 30.2903098 ], [ 119.9333397, 30.2904134 ], [ 119.9330172, 30.2906137 ], [ 119.932827716165818, 30.290692806686199 ] ], [ [ 119.932827716165818, 30.290692806686199 ], [ 119.932482880561182, 30.290836770428985 ] ], [ [ 119.932482880561182, 30.290836770428985 ], [ 119.9321925, 30.290958 ], [ 119.9309499, 30.2914002 ], [ 119.9300965, 30.291704 ], [ 119.9298533, 30.2917982 ], [ 119.9291302, 30.2920605 ], [ 119.9286115, 30.2922488 ], [ 119.9279329, 30.2924871 ], [ 119.9271002, 30.2927935 ], [ 119.9262232, 30.2930445 ] ], [ [ 119.9568994, 30.2863228 ], [ 119.9570712, 30.2863674 ] ], [ [ 119.9570313, 30.2865021 ], [ 119.9568679, 30.2864645 ] ], [ [ 119.9570712, 30.2863674 ], [ 119.9580212, 30.286565 ], [ 119.959302, 30.2868315 ], [ 119.960397, 30.287049 ], [ 119.9607778, 30.2871276 ], [ 119.9623891, 30.2874602 ], [ 119.9638033, 30.2877438 ] ], [ [ 119.9695208, 30.2891033 ], [ 119.9686624, 30.2889161 ], [ 119.9681556, 30.2888056 ], [ 119.9663326, 30.288408 ], [ 119.9662847, 30.2883976 ], [ 119.9625105, 30.2876358 ], [ 119.9623753, 30.2876062 ], [ 119.9600582, 30.287098 ], [ 119.9570313, 30.2865021 ] ], [ [ 119.8908273, 30.3031694 ], [ 119.8873085, 30.303637 ], [ 119.8855187, 30.3038519 ], [ 119.8828365, 30.3042 ], [ 119.8812618, 30.3045173 ], [ 119.8802057, 30.3048079 ], [ 119.8791609, 30.3051581 ], [ 119.8783344, 30.305498 ], [ 119.8776044, 30.3058379 ], [ 119.8766421, 30.3063505 ], [ 119.8758654, 30.3068384 ], [ 119.8756847, 30.3069423 ], [ 119.8747506, 30.3076706 ], [ 119.8738997, 30.3083971 ], [ 119.8737839, 30.308521 ], [ 119.8733165, 30.3090155 ], [ 119.872134, 30.3102665 ], [ 119.8718306, 30.3106042 ], [ 119.8701487, 30.3124756 ], [ 119.8694931, 30.3132319 ], [ 119.8673529, 30.3155429 ], [ 119.8646153, 30.3182078 ], [ 119.8629405, 30.3203054 ], [ 119.8625596, 30.3208392 ], [ 119.8618716, 30.3218034 ], [ 119.8611957, 30.3228592 ], [ 119.8608953, 30.3233732 ], [ 119.8604501, 30.3241928 ], [ 119.8600799, 30.3250123 ], [ 119.8598975, 30.3256236 ], [ 119.8594308, 30.3275336 ], [ 119.859406, 30.3276384 ], [ 119.8592681, 30.3283976 ], [ 119.859168, 30.3291403 ], [ 119.859087, 30.3299175 ], [ 119.8590808, 30.3300142 ], [ 119.8589503, 30.3321239 ], [ 119.8588595, 30.3335922 ], [ 119.8588485, 30.3349715 ], [ 119.8588268, 30.3352965 ], [ 119.8587786, 30.3356287 ], [ 119.8587213, 30.3358863 ], [ 119.8586619, 30.3360724 ], [ 119.8585895, 30.3362618 ], [ 119.8584416, 30.3365832 ] ], [ [ 119.8582205, 30.3366962 ], [ 119.858399, 30.3363996 ], [ 119.8585144, 30.3361472 ], [ 119.8585653, 30.3360002 ], [ 119.8586073, 30.3358582 ], [ 119.8586391, 30.3357329 ], [ 119.8586611, 30.3356143 ], [ 119.8586981, 30.3353474 ], [ 119.858734, 30.3349874 ], [ 119.8587208, 30.3335417 ], [ 119.8587428, 30.3332262 ], [ 119.8589665, 30.3300235 ], [ 119.8589757, 30.3299279 ], [ 119.8590496, 30.3291424 ], [ 119.8591581, 30.3283907 ], [ 119.8591633, 30.3283624 ], [ 119.8592981, 30.3276216 ], [ 119.8593232, 30.3275116 ], [ 119.8597809, 30.325568 ], [ 119.8599498, 30.3249383 ], [ 119.8603227, 30.324114 ], [ 119.8607304, 30.3233268 ], [ 119.8610063, 30.322841 ], [ 119.8617141, 30.3217208 ], [ 119.8624417, 30.320751 ], [ 119.8628342, 30.3202278 ], [ 119.8645361, 30.3181949 ], [ 119.8650837, 30.3175905 ], [ 119.8672606, 30.3154714 ], [ 119.8693657, 30.3131494 ], [ 119.8700429, 30.312419 ], [ 119.8717998, 30.3104867 ], [ 119.8721104, 30.3101452 ], [ 119.8725779, 30.3096393 ], [ 119.8731166, 30.3090564 ], [ 119.873706, 30.3084615 ], [ 119.8738435, 30.3083301 ], [ 119.8747628, 30.3075312 ], [ 119.875686, 30.3068371 ], [ 119.8766317, 30.3062441 ], [ 119.8775427, 30.3057448 ], [ 119.8784598, 30.3053317 ], [ 119.8793569, 30.3049758 ], [ 119.8807585, 30.3045468 ], [ 119.8817529, 30.3043115 ], [ 119.8821621, 30.3042251 ], [ 119.883469, 30.304013 ], [ 119.8843797, 30.3039001 ], [ 119.8850522, 30.3038294 ], [ 119.8855433, 30.3037778 ], [ 119.8879517, 30.3034425 ], [ 119.888406, 30.303398 ], [ 119.890844, 30.3030814 ] ], [ [ 119.8997126, 30.3019882 ], [ 119.8989663, 30.3021149 ], [ 119.8982799, 30.3022217 ], [ 119.8981753, 30.302238 ], [ 119.8968857, 30.3024022 ], [ 119.8946999, 30.3026737 ], [ 119.8933106, 30.3028375 ], [ 119.8908273, 30.3031694 ] ], [ [ 119.8584416, 30.3365832 ], [ 119.8582337, 30.3369056 ], [ 119.8581042, 30.3370919 ], [ 119.8563125, 30.3392793 ], [ 119.8543633, 30.3416306 ] ], [ [ 119.8542356, 30.3416143 ], [ 119.8562022, 30.3392321 ], [ 119.8579934, 30.3370393 ], [ 119.8582205, 30.3366962 ] ], [ [ 119.8520991, 30.3442277 ], [ 119.8542356, 30.3416143 ] ], [ [ 119.8543633, 30.3416306 ], [ 119.8521791, 30.3443019 ] ], [ [ 119.8520991, 30.3442277 ], [ 119.8518052, 30.3445893 ] ], [ [ 119.8518985, 30.3446473 ], [ 119.8521791, 30.3443019 ] ], [ [ 119.8509659, 30.3457117 ], [ 119.8512603, 30.3452682 ], [ 119.8518052, 30.3445893 ] ], [ [ 119.8518985, 30.3446473 ], [ 119.8513245, 30.3453719 ], [ 119.851124, 30.3457025 ], [ 119.8509462, 30.3462455 ] ], [ [ 119.8508019, 30.3462235 ], [ 119.8508831, 30.3459259 ], [ 119.8509659, 30.3457117 ] ], [ [ 119.9510066, 30.3841254 ], [ 119.9511261, 30.3841134 ] ], [ [ 119.9511196, 30.3842542 ], [ 119.951003, 30.3842659 ] ], [ [ 119.9511261, 30.3841134 ], [ 119.9567221, 30.3835664 ] ], [ [ 119.956738, 30.3836927 ], [ 119.9540973, 30.383931 ], [ 119.9511196, 30.3842542 ] ], [ [ 119.9329394, 30.3872943 ], [ 119.9330249, 30.3872583 ], [ 119.9335299, 30.3870576 ], [ 119.9341301, 30.3868568 ], [ 119.9348109, 30.3866682 ], [ 119.9355588, 30.3865046 ], [ 119.9399699, 30.38565 ], [ 119.9439755, 30.3849128 ], [ 119.9459626, 30.3846488 ], [ 119.9480162, 30.3844158 ], [ 119.9500594, 30.384213 ], [ 119.9510066, 30.3841254 ] ], [ [ 119.951003, 30.3842659 ], [ 119.9501125, 30.384348 ], [ 119.9487247, 30.3844785 ], [ 119.9478296, 30.3845627 ], [ 119.9459928, 30.3847673 ], [ 119.9440235, 30.3850504 ], [ 119.9400345, 30.3857839 ], [ 119.9357518, 30.3866018 ], [ 119.9352684, 30.3866955 ], [ 119.9345326, 30.3868719 ], [ 119.9337677, 30.3871225 ], [ 119.9330129, 30.3874007 ] ], [ [ 119.8507564, 30.3464295 ], [ 119.8508019, 30.3462235 ] ], [ [ 119.8509462, 30.3462455 ], [ 119.8509126, 30.3464349 ] ], [ [ 119.8507952, 30.3475916 ], [ 119.8507074, 30.3469833 ], [ 119.8507308, 30.3466588 ], [ 119.8507564, 30.3464295 ] ], [ [ 119.8509126, 30.3464349 ], [ 119.8508555, 30.3469439 ], [ 119.8508933, 30.3473897 ], [ 119.8509786, 30.347734 ], [ 119.851338, 30.3485146 ], [ 119.8519582, 30.3497345 ], [ 119.852769, 30.351498 ], [ 119.8538556, 30.3538139 ] ], [ [ 119.853741, 30.3539137 ], [ 119.8532156, 30.3526381 ], [ 119.8525056, 30.3511581 ], [ 119.8518347, 30.3497987 ], [ 119.8515618, 30.3492206 ], [ 119.850945, 30.3479138 ], [ 119.8507952, 30.3475916 ] ], [ [ 119.8538556, 30.3538139 ], [ 119.854225, 30.3545613 ], [ 119.8549483, 30.3557834 ], [ 119.8558443, 30.3570434 ], [ 119.8568758, 30.3583289 ], [ 119.8580676, 30.3595006 ], [ 119.8594728, 30.3606606 ], [ 119.8607279, 30.3615503 ], [ 119.8623279, 30.362718 ], [ 119.8638628, 30.3637793 ], [ 119.8657479, 30.3650703 ], [ 119.8672279, 30.3661203 ], [ 119.8677873, 30.36653 ], [ 119.8688129, 30.367281 ], [ 119.8705279, 30.3684203 ], [ 119.8722093, 30.3697321 ], [ 119.8726685, 30.3700986 ], [ 119.8728979, 30.3702448 ] ], [ [ 119.8771983, 30.3764709 ], [ 119.8769607, 30.3756918 ], [ 119.8767234, 30.3751459 ], [ 119.876277, 30.3743237 ], [ 119.8756684, 30.3735006 ], [ 119.8752196, 30.3728625 ], [ 119.8747312, 30.3722467 ], [ 119.8738998, 30.3713303 ], [ 119.8731791, 30.3706729 ], [ 119.8727011, 30.3702722 ], [ 119.8726503, 30.3702278 ], [ 119.8721812, 30.3698445 ], [ 119.8717894, 30.3695336 ], [ 119.8702693, 30.3684323 ], [ 119.8685192, 30.367189 ], [ 119.8674675, 30.3664656 ], [ 119.8654994, 30.365078 ], [ 119.8636344, 30.3637436 ], [ 119.8625312, 30.3629705 ], [ 119.8605095, 30.3615536 ], [ 119.8592042, 30.3605903 ], [ 119.8579547, 30.35953 ], [ 119.8566922, 30.3582473 ], [ 119.8561631, 30.3576508 ], [ 119.8556447, 30.3569988 ], [ 119.8547915, 30.355748 ], [ 119.853741, 30.3539137 ] ], [ [ 119.8728979, 30.3702448 ], [ 119.8734752, 30.370752 ], [ 119.8739989, 30.3712595 ] ], [ [ 119.8739989, 30.3712595 ], [ 119.8746224, 30.371958 ], [ 119.8753233, 30.3728164 ], [ 119.8759524, 30.3735861 ], [ 119.8763791, 30.3742725 ], [ 119.8767787, 30.3749756 ], [ 119.876985, 30.3754689 ], [ 119.8770535, 30.3756328 ], [ 119.8773336, 30.3764453 ] ], [ [ 119.8773336, 30.3764453 ], [ 119.8779409, 30.3781991 ], [ 119.8795634, 30.3837977 ], [ 119.8801314, 30.3858443 ], [ 119.8808073, 30.3882038 ], [ 119.8810632, 30.3890567 ], [ 119.8812667, 30.3895365 ], [ 119.8816381, 30.3903696 ], [ 119.8821303, 30.3912026 ], [ 119.8828732, 30.3922279 ], [ 119.8834768, 30.3929168 ], [ 119.884489, 30.39387 ], [ 119.8854179, 30.3946289 ], [ 119.8891965, 30.3976373 ], [ 119.8908375, 30.3989206 ], [ 119.8928826, 30.4005612 ], [ 119.893904, 30.4013805 ], [ 119.8960043, 30.403009 ], [ 119.8961081, 30.4030928 ], [ 119.8962649, 30.4032109 ] ], [ [ 119.8961986, 30.4032762 ], [ 119.8960358, 30.4031489 ], [ 119.8959425, 30.4030768 ], [ 119.8938262, 30.4014423 ], [ 119.8928125, 30.4006312 ], [ 119.8910929, 30.3992554 ], [ 119.8907449, 30.3989753 ], [ 119.886361, 30.3955174 ], [ 119.8856802, 30.3949629 ], [ 119.8843894, 30.3938895 ], [ 119.8833772, 30.3929363 ], [ 119.8827736, 30.3922475 ], [ 119.8820307, 30.3912221 ], [ 119.8815385, 30.3903891 ], [ 119.881167, 30.389556 ], [ 119.8809849, 30.3891673 ], [ 119.8807585, 30.3884695 ], [ 119.8806726, 30.3882048 ], [ 119.8800155, 30.3859308 ], [ 119.8771983, 30.3764709 ] ], [ [ 119.9114446, 30.4139201 ], [ 119.9115846, 30.4136297 ], [ 119.9116819, 30.4134 ], [ 119.9117971, 30.4131387 ], [ 119.912082, 30.4124615 ], [ 119.9123937, 30.4117842 ], [ 119.9127547, 30.4111065 ], [ 119.9130585, 30.4106002 ], [ 119.9133873, 30.4101206 ], [ 119.9139411, 30.4093633 ], [ 119.9142463, 30.4089783 ], [ 119.9145844, 30.4085122 ], [ 119.9148233, 30.4081686 ], [ 119.9159529, 30.4066714 ], [ 119.9168072, 30.4055824 ], [ 119.9192475, 30.4024598 ], [ 119.9214822, 30.399603 ], [ 119.9269158, 30.3928178 ], [ 119.9281742, 30.391271 ], [ 119.929206, 30.3899921 ], [ 119.9297414, 30.3894082 ], [ 119.9300213, 30.3891388 ], [ 119.9303333, 30.3888706 ], [ 119.9308903, 30.3884447 ], [ 119.9314956, 30.3880326 ], [ 119.932222, 30.3876295 ], [ 119.9329394, 30.3872943 ] ], [ [ 119.9330129, 30.3874007 ], [ 119.9321879, 30.3878019 ], [ 119.9316696, 30.388084 ], [ 119.9312452, 30.3883661 ], [ 119.93046, 30.3889649 ], [ 119.9298341, 30.3895105 ], [ 119.9292377, 30.3901579 ], [ 119.9248216, 30.395628 ], [ 119.9219321, 30.3992165 ], [ 119.9214571, 30.399818 ], [ 119.9169162, 30.4056505 ], [ 119.916042, 30.4068237 ], [ 119.9150571, 30.4081759 ], [ 119.9147357, 30.4085697 ], [ 119.9143568, 30.4090466 ], [ 119.9140514, 30.4094408 ], [ 119.9134761, 30.4102309 ], [ 119.9131385, 30.4107367 ], [ 119.9128871, 30.4111542 ], [ 119.9124528, 30.41197 ], [ 119.9121196, 30.4127516 ] ], [ [ 119.8962649, 30.4032109 ], [ 119.8966499, 30.4035242 ], [ 119.8971128, 30.4039648 ], [ 119.8976358, 30.4045349 ], [ 119.8980405, 30.4051386 ], [ 119.8983939, 30.4058326 ], [ 119.8987964, 30.4067808 ], [ 119.8996775, 30.4089014 ], [ 119.9001733, 30.4097133 ], [ 119.900678, 30.4103788 ], [ 119.9011952, 30.4109336 ], [ 119.9017756, 30.4114842 ], [ 119.9028231, 30.4123464 ], [ 119.9034312, 30.4128594 ] ], [ [ 119.9034017, 30.4129624 ], [ 119.902762, 30.412407 ], [ 119.9024911, 30.4121752 ], [ 119.9017027, 30.4115269 ], [ 119.9011223, 30.4109763 ], [ 119.9005913, 30.4104286 ], [ 119.9000428, 30.409775 ], [ 119.89958, 30.4089441 ], [ 119.8986988, 30.4068259 ], [ 119.8982854, 30.405835 ], [ 119.8979594, 30.405205 ], [ 119.8977598, 30.4048925 ], [ 119.8975273, 30.4045753 ], [ 119.8973358, 30.4043435 ], [ 119.8971059, 30.4040833 ], [ 119.8965689, 30.4035906 ], [ 119.8961986, 30.4032762 ] ], [ [ 119.9021016, 30.4155934 ], [ 119.9022927, 30.4154908 ], [ 119.9026723, 30.4152918 ], [ 119.9050087, 30.4140957 ], [ 119.9057706, 30.4136852 ], [ 119.9065408, 30.4132202 ], [ 119.9069671, 30.4129259 ], [ 119.9073825, 30.4125865 ], [ 119.9078946, 30.4121511 ], [ 119.9084618, 30.4115779 ], [ 119.9088697, 30.4112336 ], [ 119.9092805, 30.4109605 ] ], [ [ 119.9121196, 30.4127516 ], [ 119.9116036, 30.4139499 ] ], [ [ 119.9093407, 30.4110561 ], [ 119.9089341, 30.4113298 ], [ 119.9086477, 30.4116206 ], [ 119.9084281, 30.4118447 ], [ 119.9078156, 30.4123606 ], [ 119.9072883, 30.4128047 ], [ 119.9065909, 30.4133136 ], [ 119.9058722, 30.4137304 ], [ 119.9050629, 30.4141613 ], [ 119.903753, 30.4148648 ], [ 119.9022236, 30.4156862 ], [ 119.9021364, 30.4157322 ] ], [ [ 119.9021364, 30.4157322 ], [ 119.9010949, 30.4162818 ], [ 119.8997296, 30.4170979 ], [ 119.8991229, 30.4175207 ] ], [ [ 119.9116036, 30.4139499 ], [ 119.9112016, 30.4149521 ], [ 119.9111306, 30.4152875 ], [ 119.911063, 30.4156069 ], [ 119.9110224, 30.4159781 ], [ 119.9110017, 30.4162951 ], [ 119.9110017, 30.4166016 ], [ 119.9110564, 30.417124 ], [ 119.911108, 30.4174841 ], [ 119.9111855, 30.4178487 ], [ 119.9113326, 30.4183666 ], [ 119.9115376, 30.418842 ], [ 119.9117943, 30.4193414 ], [ 119.9120924, 30.419805 ], [ 119.9131714, 30.4212893 ], [ 119.9137605, 30.4221706 ] ], [ [ 119.913667, 30.4222174 ], [ 119.9134274, 30.4219043 ], [ 119.9132572, 30.4216714 ], [ 119.9123271, 30.420398 ], [ 119.9121223, 30.4201241 ], [ 119.9118908, 30.4197922 ], [ 119.911543, 30.4192254 ], [ 119.9112925, 30.4187158 ], [ 119.9111647, 30.4183872 ], [ 119.9110472, 30.418005 ], [ 119.9109321, 30.4175083 ], [ 119.9108445, 30.4168703 ], [ 119.9108381, 30.4164248 ], [ 119.9108477, 30.4160527 ], [ 119.9109186, 30.4154037 ], [ 119.9109481, 30.4152942 ], [ 119.9111019, 30.4147228 ], [ 119.9114446, 30.4139201 ] ], [ [ 119.8389876, 30.4411972 ], [ 119.8393356, 30.4412358 ], [ 119.8399815, 30.4412303 ], [ 119.840493, 30.4411697 ], [ 119.8409471, 30.4410594 ], [ 119.8414715, 30.4408664 ], [ 119.8419383, 30.4406183 ], [ 119.8424691, 30.4402434 ], [ 119.8429039, 30.4398079 ], [ 119.8442276, 30.4381594 ], [ 119.8445538, 30.437801 ], [ 119.8449055, 30.4375198 ], [ 119.8452508, 30.4372993 ], [ 119.8491325, 30.4353309 ], [ 119.8496313, 30.4351269 ], [ 119.8501493, 30.4349946 ], [ 119.8506736, 30.434967 ], [ 119.8510637, 30.4349946 ], [ 119.8514602, 30.4350828 ], [ 119.8519782, 30.4352647 ], [ 119.8541844, 30.4360808 ], [ 119.8546384, 30.4362186 ], [ 119.8550541, 30.4362792 ], [ 119.8555145, 30.4362792 ], [ 119.8558918, 30.4362241 ], [ 119.8563011, 30.4361028 ], [ 119.856704, 30.4359043 ], [ 119.8570237, 30.4356672 ], [ 119.8611164, 30.431565 ], [ 119.8638726, 30.4288301 ], [ 119.8646911, 30.4281243 ], [ 119.8654521, 30.4275453 ], [ 119.8663921, 30.4269333 ], [ 119.8674025, 30.4263598 ], [ 119.8706645, 30.4248007 ], [ 119.8719365, 30.4241927 ], [ 119.8740596, 30.4231648 ], [ 119.8746926, 30.4228583 ], [ 119.8751595, 30.4226708 ], [ 119.8756007, 30.4225715 ], [ 119.8760611, 30.4225329 ], [ 119.8765216, 30.422566 ], [ 119.8770779, 30.4226873 ], [ 119.879382, 30.4233643 ], [ 119.8794708, 30.4233904 ], [ 119.8796678, 30.4234483 ], [ 119.8801986, 30.4235696 ], [ 119.8809979, 30.4236964 ], [ 119.8817909, 30.4237792 ], [ 119.8828077, 30.4238122 ], [ 119.8838309, 30.4237736 ], [ 119.8847325, 30.4236689 ], [ 119.8857301, 30.4234704 ], [ 119.8867021, 30.4232057 ], [ 119.8877509, 30.4228197 ], [ 119.8934551, 30.4205202 ], [ 119.8949073, 30.4199106 ], [ 119.8951497, 30.4198088 ], [ 119.8963583, 30.419147 ], [ 119.8978483, 30.418204 ], [ 119.8996709, 30.4169743 ], [ 119.9010394, 30.4161636 ], [ 119.9021016, 30.4155934 ] ], [ [ 119.8991229, 30.4175207 ], [ 119.8979807, 30.4183167 ], [ 119.8964011, 30.4192872 ], [ 119.8951893, 30.4198994 ], [ 119.894965, 30.4199961 ], [ 119.8946437, 30.4201346 ], [ 119.8934947, 30.42063 ], [ 119.8877809, 30.4229047 ], [ 119.8867321, 30.4233045 ], [ 119.8857441, 30.423583 ], [ 119.8847242, 30.4237815 ], [ 119.8838225, 30.4238863 ], [ 119.8827929, 30.4239387 ], [ 119.8817697, 30.4239111 ], [ 119.8809704, 30.4238311 ], [ 119.8801774, 30.4236988 ], [ 119.8796147, 30.4235775 ], [ 119.8794812, 30.4235413 ], [ 119.8793851, 30.4235152 ], [ 119.8770344, 30.4228771 ], [ 119.8764812, 30.422742 ], [ 119.8760464, 30.4226897 ], [ 119.8756147, 30.4227117 ], [ 119.8751927, 30.4227917 ], [ 119.874761, 30.4229543 ], [ 119.8719952, 30.4242861 ], [ 119.8674645, 30.4264559 ], [ 119.8664477, 30.4270128 ], [ 119.8655109, 30.4276194 ], [ 119.8647563, 30.4281846 ], [ 119.8639345, 30.4288931 ], [ 119.8611688, 30.431617 ], [ 119.8570601, 30.4357027 ], [ 119.8567276, 30.4359535 ], [ 119.8563279, 30.4361493 ], [ 119.8559026, 30.4362899 ], [ 119.8555157, 30.4363726 ], [ 119.8550457, 30.4363974 ], [ 119.8545885, 30.4363505 ], [ 119.8541153, 30.4362375 ], [ 119.8519091, 30.4354104 ], [ 119.8514039, 30.435223 ], [ 119.8510394, 30.435121 ], [ 119.8506749, 30.4350714 ], [ 119.8501697, 30.4350934 ], [ 119.8496677, 30.4351982 ], [ 119.8491625, 30.4354049 ], [ 119.845284, 30.4373678 ], [ 119.8449451, 30.4375718 ], [ 119.844603, 30.4378419 ], [ 119.8442864, 30.4381838 ], [ 119.8429531, 30.439835 ], [ 119.8425023, 30.4402816 ] ], [ [ 119.8308436, 30.4396423 ], [ 119.8310671, 30.4396314 ], [ 119.8316938, 30.4396645 ], [ 119.8319412, 30.4397014 ], [ 119.8323972, 30.4397693 ], [ 119.8379479, 30.4409877 ], [ 119.8388879, 30.4411862 ], [ 119.8389876, 30.4411972 ] ], [ [ 119.8389727, 30.4413206 ], [ 119.8388572, 30.4413126 ], [ 119.8378948, 30.4411196 ], [ 119.8323632, 30.4399067 ], [ 119.8316758, 30.4397909 ], [ 119.8310555, 30.4397551 ], [ 119.8308266, 30.4397626 ] ], [ [ 119.8425023, 30.4402816 ], [ 119.8419587, 30.4406731 ], [ 119.8414887, 30.4409184 ], [ 119.8409547, 30.4411196 ], [ 119.8405007, 30.4412437 ], [ 119.8400019, 30.4413209 ], [ 119.8393336, 30.4413457 ], [ 119.8389727, 30.4413206 ] ], [ [ 119.9137605, 30.4221706 ], [ 119.9138133, 30.422256 ] ], [ [ 119.9137186, 30.4223006 ], [ 119.913667, 30.4222174 ] ], [ [ 120.051582, 30.3672012 ], [ 120.0549792, 30.3671929 ] ], [ [ 120.0513262, 30.3672022 ], [ 120.051400525049289, 30.367201909440777 ] ], [ [ 120.051400525049289, 30.367201909440777 ], [ 120.051582, 30.3672012 ] ], [ [ 120.0437383, 30.3672122 ], [ 120.0446111, 30.3672084 ], [ 120.0450794, 30.367205 ], [ 120.0477224, 30.3671961 ], [ 120.0500504, 30.3671969 ], [ 120.0503709, 30.367197 ], [ 120.0513262, 30.3672022 ] ], [ [ 120.0435663, 30.3672143 ], [ 120.0437383, 30.3672122 ] ], [ [ 120.0668272, 30.3660774 ], [ 120.0661028, 30.366429 ], [ 120.0656548, 30.3666063 ], [ 120.0652851, 30.3667413 ], [ 120.0648986, 30.3668654 ], [ 120.0645635, 30.3669499 ], [ 120.0643024, 30.3670188 ] ], [ [ 120.0643024, 30.3670188 ], [ 120.063876, 30.3671139 ], [ 120.0633148, 30.3671946 ] ], [ [ 120.0549792, 30.3671929 ], [ 120.0572941, 30.3671729 ], [ 120.0589693, 30.3671716 ], [ 120.0608144, 30.3671614 ], [ 120.0613565, 30.3671607 ], [ 120.0623641, 30.3671428 ], [ 120.0626882, 30.3671326 ], [ 120.0630967, 30.3670984 ], [ 120.0632734, 30.3670836 ] ], [ [ 120.0633148, 30.3671946 ], [ 120.063163, 30.3672066 ], [ 120.0625944, 30.3672552 ], [ 120.0622488, 30.3672846 ], [ 120.0608221, 30.3673162 ], [ 120.0604579, 30.3673231 ], [ 120.0589648, 30.3673194 ], [ 120.0570962, 30.3673343 ], [ 120.0556614, 30.3673546 ], [ 120.0549607, 30.3673421 ] ], [ [ 120.0515826, 30.3673342 ], [ 120.05140100976466, 30.367334616650634 ] ], [ [ 120.05140100976466, 30.367334616650634 ], [ 120.0513211, 30.3673348 ] ], [ [ 120.0513211, 30.3673348 ], [ 120.0503681, 30.3673375 ], [ 120.0500492, 30.3673378 ], [ 120.0476887, 30.3673214 ], [ 120.046087, 30.3673316 ], [ 120.0450683, 30.3673418 ], [ 120.0446205, 30.3673502 ], [ 120.0437399, 30.3673497 ] ], [ [ 120.0549607, 30.3673421 ], [ 120.0515826, 30.3673342 ] ], [ [ 120.0437399, 30.3673497 ], [ 120.0435665, 30.3673535 ] ], [ [ 120.0318505, 30.3676152 ], [ 120.0325166, 30.3674948 ], [ 120.0334274, 30.3673743 ], [ 120.0339798, 30.3673164 ], [ 120.03455, 30.3672714 ], [ 120.0348418, 30.3672648 ], [ 120.03516, 30.3672589 ], [ 120.0360715, 30.3672403 ], [ 120.0373976, 30.3672353 ], [ 120.040117, 30.3672374 ], [ 120.0405226, 30.3672377 ], [ 120.0421285, 30.367239 ], [ 120.042657, 30.3672327 ], [ 120.0435663, 30.3672143 ] ], [ [ 120.0435665, 30.3673535 ], [ 120.042664, 30.3673617 ], [ 120.0405131, 30.3673723 ], [ 120.040125, 30.3673743 ], [ 120.0375116, 30.3673872 ], [ 120.035147, 30.3673867 ], [ 120.0348199, 30.3673934 ], [ 120.0344909, 30.3674177 ], [ 120.0340294, 30.3674412 ], [ 120.0333004, 30.3675363 ], [ 120.032648, 30.3676218 ], [ 120.0318981, 30.3677519 ] ], [ [ 120.0316622, 30.3676499 ], [ 120.0318505, 30.3676152 ] ], [ [ 120.0318981, 30.3677519 ], [ 120.0317101, 30.3677885 ] ], [ [ 120.0707108, 30.3642495 ], [ 120.0695353, 30.3647544 ], [ 120.0670358, 30.3659892 ], [ 120.0668272, 30.3660774 ] ], [ [ 120.0632734, 30.3670836 ], [ 120.0639695, 30.3669821 ], [ 120.0643135, 30.3669077 ], [ 120.0646217, 30.3668333 ], [ 120.0651144, 30.366678 ], [ 120.0654997, 30.3665352 ], [ 120.0660513, 30.3663077 ], [ 120.066529, 30.3660879 ], [ 120.067061, 30.3658343 ], [ 120.0694228, 30.3646991 ], [ 120.0705878, 30.3641443 ] ], [ [ 120.003869, 30.3828949 ], [ 120.004067, 30.3829251 ], [ 120.0043548, 30.3829655 ], [ 120.0047273, 30.3829934 ], [ 120.0050186, 30.3830009 ], [ 120.0054612, 30.3830055 ], [ 120.0058562, 30.382992 ], [ 120.0065139, 30.3829248 ], [ 120.0071896, 30.3828067 ], [ 120.0075209, 30.3827226 ], [ 120.0078523, 30.3826233 ], [ 120.008211, 30.3824916 ], [ 120.0086021, 30.3823363 ], [ 120.0089392, 30.3821811 ], [ 120.00924, 30.382026 ], [ 120.0099084, 30.3816121 ], [ 120.0166364, 30.3766261 ], [ 120.018722, 30.3750543 ], [ 120.0200761, 30.3741064 ], [ 120.0210851, 30.373386 ], [ 120.0213918, 30.3731521 ], [ 120.0218044, 30.3728474 ], [ 120.0220931, 30.3726212 ], [ 120.0229604, 30.3719457 ], [ 120.0239145, 30.3712359 ], [ 120.0243107, 30.3709568 ], [ 120.0245652, 30.370784 ], [ 120.0250962, 30.3704158 ], [ 120.025648, 30.3700445 ], [ 120.0262169, 30.3697016 ], [ 120.0273431, 30.3691267 ], [ 120.0280512, 30.3687997 ], [ 120.0284958, 30.3686065 ], [ 120.0289405, 30.3684341 ], [ 120.0296026, 30.3682174 ], [ 120.0302339, 30.368005 ], [ 120.0308964, 30.3678233 ], [ 120.0316622, 30.3676499 ] ], [ [ 120.0317101, 30.3677885 ], [ 120.0309743, 30.3679596 ], [ 120.0302801, 30.3681398 ], [ 120.0296638, 30.368336 ], [ 120.0286525, 30.3686906 ], [ 120.0273971, 30.369235 ], [ 120.0263289, 30.3697817 ], [ 120.0256998, 30.3701632 ], [ 120.0250783, 30.3705864 ], [ 120.0241287, 30.3712564 ], [ 120.0237772, 30.3715157 ], [ 120.0233781, 30.3718101 ], [ 120.0221367, 30.3727461 ], [ 120.0218806, 30.3729453 ], [ 120.0214733, 30.3732711 ], [ 120.0212, 30.3734856 ], [ 120.0202571, 30.3741636 ], [ 120.0186668, 30.3752642 ], [ 120.0167524, 30.3767069 ], [ 120.0099814, 30.3817282 ], [ 120.0093878, 30.3820913 ], [ 120.0087796, 30.3824057 ], [ 120.0082592, 30.3826175 ], [ 120.0076685, 30.3828294 ], [ 120.0071151, 30.3829645 ], [ 120.0065182, 30.3830679 ], [ 120.0060058, 30.3831132 ], [ 120.0056222, 30.3831394 ], [ 120.0051598, 30.3831439 ], [ 120.004669, 30.383125 ], [ 120.0043139, 30.3830992 ], [ 120.0040297, 30.3830617 ], [ 120.0038471, 30.3830327 ] ], [ [ 119.9852425, 30.3807645 ], [ 119.9856288, 30.3807331 ], [ 119.9866754, 30.3806575 ], [ 119.9876571, 30.3806155 ], [ 119.9889703, 30.3806417 ], [ 119.9899822, 30.3807195 ], [ 119.9924083, 30.3810883 ], [ 119.9992642, 30.3821693 ] ], [ [ 119.999158, 30.3822693 ], [ 119.9911606, 30.3810305 ], [ 119.9901376, 30.3808676 ], [ 119.9891714, 30.3807843 ], [ 119.9886676, 30.3807591 ], [ 119.9880848, 30.38073 ], [ 119.987231, 30.3807501 ], [ 119.9861682, 30.380818 ], [ 119.985265, 30.3809139 ] ], [ [ 119.9850381, 30.3807791 ], [ 119.9852425, 30.3807645 ] ], [ [ 119.985265, 30.3809139 ], [ 119.9850589, 30.3809313 ] ], [ [ 119.9567221, 30.3835664 ], [ 119.9597668, 30.3832627 ], [ 119.9624288, 30.3830151 ], [ 119.9643332, 30.3828246 ], [ 119.9690864, 30.3823536 ], [ 119.9711335, 30.3821593 ], [ 119.9731856, 30.381965 ], [ 119.9749792, 30.3817715 ], [ 119.9755103, 30.3817146 ], [ 119.9758503, 30.3816822 ], [ 119.9770678, 30.3815585 ], [ 119.9812521, 30.3811443 ], [ 119.9817711, 30.3810929 ], [ 119.9845804, 30.3808148 ], [ 119.9850381, 30.3807791 ] ], [ [ 119.9850589, 30.3809313 ], [ 119.9836402, 30.3810604 ], [ 119.9819268, 30.3812249 ], [ 119.9817893, 30.3812394 ], [ 119.9812708, 30.3812942 ], [ 119.9793683, 30.3814951 ], [ 119.9785129, 30.3815679 ], [ 119.9778623, 30.3816233 ], [ 119.9770876, 30.3816839 ], [ 119.9758636, 30.3817996 ], [ 119.9755444, 30.3818301 ], [ 119.9749913, 30.3818821 ], [ 119.9732006, 30.3820513 ], [ 119.9711485, 30.3822499 ], [ 119.9690864, 30.3824442 ], [ 119.9661171, 30.3827576 ], [ 119.9624588, 30.3831438 ], [ 119.9597806, 30.3833924 ], [ 119.956738, 30.3836927 ] ], [ [ 119.9992755, 30.3822875 ], [ 119.999158, 30.3822693 ] ], [ [ 119.9992642, 30.3821693 ], [ 120.0022429, 30.3826451 ], [ 120.003869, 30.3828949 ] ], [ [ 120.0038471, 30.3830327 ], [ 119.9992755, 30.3822875 ] ], [ [ 119.814303, 30.4451421 ], [ 119.8144661, 30.4449738 ], [ 119.8145013, 30.4449463 ], [ 119.8151375, 30.44445 ], [ 119.8158665, 30.4439649 ], [ 119.8164932, 30.4436176 ], [ 119.8172414, 30.4432757 ], [ 119.8174352, 30.4432012 ], [ 119.8175245, 30.4431668 ], [ 119.8178717, 30.4430333 ], [ 119.8181061, 30.4429474 ], [ 119.8187378, 30.442763 ], [ 119.820247, 30.4423495 ], [ 119.8223266, 30.4418228 ], [ 119.8225299, 30.4417644 ], [ 119.8275179, 30.4403316 ], [ 119.8293405, 30.4398354 ], [ 119.8302741, 30.43967 ], [ 119.8308436, 30.4396423 ] ], [ [ 119.8308266, 30.4397626 ], [ 119.8302945, 30.4397799 ], [ 119.8293609, 30.439926 ], [ 119.8275447, 30.440425 ], [ 119.8223438, 30.4419161 ], [ 119.8220605, 30.441988 ], [ 119.8202674, 30.4424428 ], [ 119.8187582, 30.4428646 ], [ 119.8182016, 30.4430342 ], [ 119.8179621, 30.4431072 ], [ 119.8179439, 30.4431141 ], [ 119.8175918, 30.4432467 ], [ 119.8174812, 30.4432885 ], [ 119.8172746, 30.4433663 ], [ 119.8170364, 30.443473 ], [ 119.8165424, 30.4436943 ], [ 119.8158997, 30.4440389 ], [ 119.8151707, 30.4445213 ], [ 119.8145344, 30.445012 ], [ 119.8143586, 30.4451663 ] ], [ [ 119.8143586, 30.4451663 ], [ 119.8139781, 30.4455136 ], [ 119.8138813, 30.4456106 ], [ 119.8135464, 30.4459464 ], [ 119.8114681, 30.4485155 ] ], [ [ 119.8113318, 30.4485661 ], [ 119.8135004, 30.445922 ], [ 119.8139289, 30.4454644 ], [ 119.814303, 30.4451421 ] ], [ [ 119.8082901, 30.4523126 ], [ 119.8097024, 30.4505886 ], [ 119.8099708, 30.4502609 ], [ 119.8105716, 30.4495275 ], [ 119.8113318, 30.4485661 ] ], [ [ 119.8114681, 30.4485155 ], [ 119.8106541, 30.4495774 ], [ 119.8097826, 30.4506413 ], [ 119.809357, 30.4511608 ], [ 119.8083634, 30.4523738 ] ], [ [ 119.8062284, 30.4549256 ], [ 119.806383, 30.4546929 ], [ 119.8067948, 30.4541497 ], [ 119.8069138, 30.4539928 ], [ 119.8082901, 30.4523126 ] ], [ [ 119.8083634, 30.4523738 ], [ 119.8069963, 30.4540427 ], [ 119.8064655, 30.4547428 ], [ 119.8060115, 30.4554263 ], [ 119.8056342, 30.4560492 ], [ 119.8052633, 30.4567659 ], [ 119.8049307, 30.457499 ], [ 119.8046685, 30.4582211 ], [ 119.8046547, 30.4582658 ] ], [ [ 119.8045661, 30.4582353 ], [ 119.804586, 30.4581712 ], [ 119.8048482, 30.4574491 ], [ 119.8051808, 30.456716 ], [ 119.8055517, 30.4559993 ], [ 119.805929, 30.4553764 ], [ 119.8062284, 30.4549256 ] ], [ [ 119.8046547, 30.4582658 ], [ 119.8044703, 30.4588606 ], [ 119.8042657, 30.4596323 ], [ 119.8041633, 30.4601333 ] ], [ [ 119.8041633, 30.4601333 ], [ 119.8040099, 30.4608836 ], [ 119.8039724, 30.461195 ], [ 119.8039331, 30.4613631 ], [ 119.8039239, 30.4614251 ], [ 119.8038564, 30.4618813 ], [ 119.8037797, 30.4625537 ], [ 119.8037349, 30.463127 ], [ 119.8036901, 30.4656019 ], [ 119.8037605, 30.4685011 ], [ 119.8037157, 30.4688484 ], [ 119.8035622, 30.4692728 ] ], [ [ 119.7831236, 30.4791952 ], [ 119.7835207, 30.4790447 ], [ 119.7868189, 30.4780254 ], [ 119.7914292, 30.4763925 ], [ 119.7926405, 30.4759635 ], [ 119.7942127, 30.4752547 ], [ 119.7942815, 30.4752193 ], [ 119.7947224, 30.4749764 ], [ 119.7953519, 30.4746297 ], [ 119.7965631, 30.473896 ], [ 119.7967229, 30.4737974 ], [ 119.7983776, 30.472772 ], [ 119.7995678, 30.4720344 ], [ 119.8016745, 30.4707403 ], [ 119.8018299, 30.4706449 ], [ 119.8025717, 30.4701819 ], [ 119.8029426, 30.4699063 ], [ 119.8032239, 30.4696087 ], [ 119.8034797, 30.4692229 ], [ 119.8035659, 30.4689845 ], [ 119.8036332, 30.4687985 ], [ 119.803678, 30.4684512 ], [ 119.8036076, 30.465552 ], [ 119.8036524, 30.4630771 ], [ 119.8036972, 30.4625038 ], [ 119.8037739, 30.4618314 ], [ 119.8038506, 30.4613132 ], [ 119.8038634, 30.4611944 ], [ 119.8039003, 30.4609865 ], [ 119.8039274, 30.4608337 ], [ 119.8041832, 30.4595824 ], [ 119.8043878, 30.4588107 ], [ 119.8045661, 30.4582353 ] ], [ [ 119.8035622, 30.4692728 ], [ 119.8034313, 30.4694702 ], [ 119.8033064, 30.4696586 ], [ 119.8030251, 30.4699562 ], [ 119.8026542, 30.4702318 ], [ 119.8019124, 30.4706948 ], [ 119.7973992, 30.4734671 ], [ 119.7971738, 30.4736056 ], [ 119.7967502, 30.4738813 ], [ 119.796594, 30.47398 ], [ 119.7960803, 30.4742773 ], [ 119.7948141, 30.4750378 ], [ 119.7941674, 30.4753703 ], [ 119.7933867, 30.4757179 ], [ 119.792723, 30.4760134 ], [ 119.7910022, 30.4766585 ], [ 119.7868389, 30.4780888 ], [ 119.7831801, 30.4792695 ] ], [ [ 119.7831236, 30.4791952 ], [ 119.7831801, 30.4792695 ] ], [ [ 119.7831801, 30.4792695 ], [ 119.7827663, 30.4794172 ], [ 119.780788, 30.4801233 ] ], [ [ 119.7786319, 30.4810117 ], [ 119.7790842, 30.4807846 ], [ 119.7795123, 30.4805697 ], [ 119.7805789, 30.480097 ], [ 119.7815331, 30.47973 ], [ 119.7831236, 30.4791952 ] ], [ [ 119.780788, 30.4801233 ], [ 119.7799279, 30.4804926 ], [ 119.7786953, 30.4811092 ], [ 119.7784061, 30.4812649 ], [ 119.7729958, 30.4841769 ] ], [ [ 119.7701466, 30.4855367 ], [ 119.7712982, 30.4849577 ], [ 119.7718443, 30.484655 ], [ 119.7748181, 30.4830067 ], [ 119.7752739, 30.4827654 ], [ 119.7786319, 30.4810117 ] ], [ [ 119.7729958, 30.4841769 ], [ 119.7718359, 30.4848003 ], [ 119.7712805, 30.4850862 ], [ 119.7701995, 30.485621 ] ], [ [ 119.762507, 30.4905559 ], [ 119.7626871, 30.4903671 ], [ 119.76309, 30.4899447 ], [ 119.763723, 30.4893771 ], [ 119.7646567, 30.4886387 ], [ 119.7657054, 30.4879333 ], [ 119.7692929, 30.485966 ], [ 119.7696811, 30.4857708 ], [ 119.7701466, 30.4855367 ] ], [ [ 119.7701995, 30.485621 ], [ 119.7697869, 30.4858251 ], [ 119.7693472, 30.4860427 ], [ 119.7668626, 30.4874052 ], [ 119.7657656, 30.4880068 ], [ 119.7647241, 30.4887073 ], [ 119.7637959, 30.4894414 ], [ 119.763168, 30.4900044 ], [ 119.7626565, 30.4905407 ] ], [ [ 119.7340856, 30.5154041 ], [ 119.7343567, 30.5151162 ], [ 119.7363404, 30.5130091 ], [ 119.7394994, 30.5096595 ], [ 119.7398447, 30.5092242 ], [ 119.7401133, 30.5088165 ], [ 119.7403947, 30.5082876 ], [ 119.7405929, 30.5077477 ], [ 119.740719, 30.50725 ], [ 119.7411429, 30.5055769 ], [ 119.7413411, 30.505103 ], [ 119.7415969, 30.5047008 ], [ 119.7419103, 30.5043647 ], [ 119.7423067, 30.5040397 ], [ 119.74278, 30.5037972 ], [ 119.7433171, 30.5036154 ], [ 119.7438511, 30.5035191 ], [ 119.7468091, 30.5029854 ] ], [ [ 119.7468216, 30.5030654 ], [ 119.7465598, 30.5031148 ], [ 119.7440229, 30.5035931 ], [ 119.7432924, 30.5037791 ], [ 119.742826, 30.5038782 ], [ 119.7423701, 30.5041118 ], [ 119.7419872, 30.5044257 ], [ 119.7416839, 30.5047509 ], [ 119.7414364, 30.50514 ], [ 119.7412433, 30.5056018 ], [ 119.7408289, 30.5072376 ], [ 119.7407845, 30.5074129 ], [ 119.7406938, 30.5077709 ], [ 119.7404922, 30.50832 ], [ 119.7402062, 30.5088575 ], [ 119.7399332, 30.5092718 ], [ 119.7395831, 30.5097133 ], [ 119.7342733, 30.5153618 ], [ 119.7341259, 30.5155193 ], [ 119.733905, 30.5157554 ], [ 119.7318534, 30.5179483 ], [ 119.7317999, 30.5180045 ], [ 119.7316487, 30.5181463 ], [ 119.7315629, 30.5182232 ], [ 119.7308246, 30.5188851 ], [ 119.7300665, 30.5194994 ], [ 119.7295526, 30.519882 ], [ 119.7289636, 30.5203204 ], [ 119.728092, 30.5209692 ], [ 119.7275411, 30.5214492 ], [ 119.7272277, 30.5217649 ] ], [ [ 119.7271498, 30.5217051 ], [ 119.7274643, 30.5213883 ], [ 119.7280207, 30.5209035 ], [ 119.7288572, 30.5202808 ], [ 119.729091, 30.5201068 ], [ 119.7299967, 30.5194327 ], [ 119.7306008, 30.5189432 ], [ 119.7314406, 30.5182023 ], [ 119.731541, 30.5181121 ], [ 119.7317072, 30.5179534 ], [ 119.7317477, 30.5178874 ], [ 119.7340856, 30.5154041 ] ], [ [ 119.7626565, 30.4905407 ], [ 119.762523, 30.4906954 ], [ 119.7618913, 30.4914273 ], [ 119.7613896, 30.492117 ], [ 119.760823, 30.4930221 ], [ 119.7600133, 30.4944449 ], [ 119.7582051, 30.4976219 ], [ 119.7580799, 30.4977794 ] ], [ [ 119.7468091, 30.5029854 ], [ 119.7470546, 30.50293 ], [ 119.7500509, 30.5022545 ], [ 119.7504985, 30.5021002 ], [ 119.7508311, 30.5019129 ], [ 119.7511316, 30.5016815 ], [ 119.7513682, 30.501428 ], [ 119.7515984, 30.5010754 ], [ 119.7527111, 30.4990367 ], [ 119.7528966, 30.4987667 ], [ 119.7531844, 30.4984857 ], [ 119.7534465, 30.4983039 ], [ 119.7537599, 30.4981551 ], [ 119.75415, 30.4980614 ], [ 119.7545592, 30.4980339 ], [ 119.7549557, 30.4980669 ], [ 119.7558446, 30.4983259 ], [ 119.7562603, 30.4984141 ], [ 119.756644, 30.4984251 ], [ 119.7570213, 30.498359 ], [ 119.757341, 30.4982488 ], [ 119.7576096, 30.4980945 ], [ 119.7578782, 30.4978741 ], [ 119.7581148, 30.4975765 ], [ 119.7583311, 30.4971965 ], [ 119.7607303, 30.492981 ], [ 119.7612994, 30.4920718 ], [ 119.7618046, 30.4913774 ], [ 119.762507, 30.4905559 ] ], [ [ 119.7580799, 30.4977794 ], [ 119.757958, 30.4979327 ], [ 119.757675, 30.4981649 ], [ 119.7573898, 30.4983287 ], [ 119.7570513, 30.4984454 ], [ 119.7566528, 30.4985153 ], [ 119.7563494, 30.4985066 ], [ 119.7562459, 30.4985036 ], [ 119.7558132, 30.4984118 ], [ 119.754936, 30.4981555 ], [ 119.7545582, 30.4981241 ], [ 119.7541682, 30.4981503 ], [ 119.7537996, 30.4982388 ], [ 119.7535048, 30.4983788 ], [ 119.7532567, 30.4985509 ], [ 119.7529813, 30.4988198 ], [ 119.7528034, 30.4990788 ], [ 119.7519042, 30.5007262 ], [ 119.7514549, 30.5014785 ], [ 119.7512075, 30.5017436 ], [ 119.7508947, 30.5019844 ], [ 119.7505469, 30.5021803 ], [ 119.7502037, 30.5022986 ], [ 119.7468216, 30.5030654 ] ], [ [ 119.7237805, 30.5258078 ], [ 119.7230179, 30.526425 ], [ 119.722128, 30.5270194 ], [ 119.7208157, 30.5277994 ], [ 119.7201001, 30.5281385 ], [ 119.719339, 30.5284672 ], [ 119.7186932, 30.5287005 ], [ 119.7179351, 30.5289147 ], [ 119.716686, 30.5292016 ], [ 119.7154782, 30.5293951 ], [ 119.7152614, 30.5294094 ], [ 119.7148813, 30.5294308 ], [ 119.7142308, 30.5294348 ], [ 119.7133918, 30.5293748 ], [ 119.7118122, 30.5289666 ], [ 119.7109632, 30.5286605 ], [ 119.7098673, 30.5281333 ], [ 119.7094875, 30.5278453 ] ], [ [ 119.7238541, 30.5256248 ], [ 119.7245547, 30.5249469 ], [ 119.7249703, 30.5244952 ], [ 119.7260681, 30.5230446 ], [ 119.7266586, 30.5222642 ], [ 119.7271498, 30.5217051 ] ], [ [ 119.7272277, 30.5217649 ], [ 119.7267442, 30.5223156 ], [ 119.7261462, 30.5231058 ], [ 119.7255221, 30.5239304 ], [ 119.725055, 30.5245477 ], [ 119.7239589, 30.5256755 ] ], [ [ 119.7239589, 30.5256755 ], [ 119.7237805, 30.5258078 ] ], [ [ 120.1908329, 30.4062112 ], [ 120.1899599, 30.4061043 ], [ 120.1893886, 30.4060288 ], [ 120.1886249, 30.405924 ], [ 120.1830676, 30.4052151 ], [ 120.1826979, 30.4051693 ], [ 120.1822911, 30.4051215 ], [ 120.1799954, 30.4048398 ], [ 120.1796002, 30.4047938 ], [ 120.1791699, 30.4047453 ], [ 120.1787574, 30.4047038 ], [ 120.1784762, 30.4046804 ], [ 120.1782374, 30.4046585 ], [ 120.1778367, 30.4046247 ], [ 120.1739234, 30.4043101 ], [ 120.1736172, 30.4042827 ], [ 120.1733216, 30.4042541 ], [ 120.1730336, 30.4042224 ], [ 120.1727254, 30.4041818 ], [ 120.1722058, 30.404108 ], [ 120.1716943, 30.4040316 ], [ 120.1711375, 30.4039397 ], [ 120.1709603, 30.4039094 ], [ 120.1663806, 30.4029311 ], [ 120.1654835, 30.4026535 ], [ 120.1628841, 30.4021154 ], [ 120.1607658, 30.401665 ], [ 120.1572624, 30.40092 ], [ 120.155963, 30.4006417 ], [ 120.1530126, 30.4001122 ], [ 120.1522116, 30.3999543 ], [ 120.151848, 30.3998976 ], [ 120.1514494, 30.399845 ], [ 120.1510465, 30.3998107 ], [ 120.1506286, 30.399791 ], [ 120.1503193, 30.3997792 ], [ 120.149975, 30.3997734 ], [ 120.1490917, 30.3997834 ], [ 120.1481667, 30.3997852 ], [ 120.1436742, 30.3998329 ], [ 120.1356596, 30.3999488 ], [ 120.133879, 30.3999672 ], [ 120.1332645, 30.3999521 ], [ 120.1326709, 30.3999252 ], [ 120.1322865, 30.3998927 ], [ 120.1317581, 30.3998381 ], [ 120.1312297, 30.3997554 ], [ 120.1307829, 30.3996666 ], [ 120.1303338, 30.3995457 ], [ 120.1298894, 30.3994105 ], [ 120.1293166, 30.399223 ], [ 120.1285442, 30.3988911 ], [ 120.1273767, 30.398324 ], [ 120.1273433, 30.3983078 ], [ 120.1265648, 30.3979231 ], [ 120.1257375, 30.3975384 ], [ 120.1253008, 30.397376 ], [ 120.1248478, 30.3972416 ], [ 120.1244924, 30.3971494 ], [ 120.1240475, 30.3970431 ], [ 120.123622, 30.3969639 ], [ 120.1232644, 30.3968997 ], [ 120.1228133, 30.3968488 ], [ 120.1223622, 30.3968112 ], [ 120.121915, 30.3967936 ], [ 120.121367, 30.3968036 ], [ 120.1209423, 30.3968295 ], [ 120.1204246, 30.396886 ], [ 120.1197641, 30.3969827 ], [ 120.118291, 30.3972244 ], [ 120.1158384, 30.397629 ], [ 120.1128475, 30.3981145 ], [ 120.1107032, 30.3984652 ], [ 120.1086638, 30.3987946 ], [ 120.1065334, 30.3991251 ], [ 120.1058925, 30.3992232 ], [ 120.1042079, 30.3994809 ], [ 120.1017448, 30.3998307 ], [ 120.1004538, 30.4000252 ], [ 120.0996452, 30.4001249 ], [ 120.0988289, 30.4001815 ], [ 120.0979328, 30.400227 ], [ 120.0970429, 30.4002343 ], [ 120.0962351, 30.400202 ], [ 120.0953638, 30.4001591 ], [ 120.0943759, 30.4000484 ], [ 120.0932599, 30.3998816 ], [ 120.0917042, 30.399616 ], [ 120.0908674, 30.3994117 ], [ 120.0894385, 30.3989623 ], [ 120.0880666, 30.398449 ], [ 120.0868475, 30.397895 ], [ 120.0855393, 30.3972138 ], [ 120.0847403, 30.3967482 ], [ 120.0840183, 30.3962892 ], [ 120.0831756, 30.3957005 ], [ 120.0815272, 30.3945376 ], [ 120.0804824, 30.3937586 ], [ 120.079531, 30.3931017 ], [ 120.0784569, 30.3923799 ], [ 120.0761487, 30.3907885 ], [ 120.0748616, 30.3898906 ], [ 120.0726805, 30.3883848 ], [ 120.0711888, 30.3873286 ], [ 120.0684, 30.385392 ], [ 120.0668305, 30.3842925 ], [ 120.0654006, 30.3833037 ], [ 120.0630292, 30.3816307 ], [ 120.0613194, 30.3804444 ], [ 120.0598451, 30.3794259 ], [ 120.0581604, 30.3782763 ], [ 120.0565513, 30.3771505 ], [ 120.0556505, 30.376524 ], [ 120.0550454, 30.3760836 ], [ 120.0545668, 30.3757096 ], [ 120.0540947, 30.3752957 ], [ 120.0537519, 30.3749388 ], [ 120.0531584, 30.3742337 ], [ 120.052773, 30.3736982 ], [ 120.0524496, 30.3731685 ], [ 120.0520947, 30.3724305 ], [ 120.0519228, 30.3720069 ], [ 120.0517724, 30.3715727 ], [ 120.0515984, 30.3709738 ], [ 120.0515101, 30.3703871 ], [ 120.0513948, 30.3691557 ], [ 120.0514012, 30.3673867 ], [ 120.05140100976466, 30.367334616650634 ] ], [ [ 120.05140100976466, 30.367334616650634 ], [ 120.051400525049289, 30.367201909440777 ] ], [ [ 120.051400525049289, 30.367201909440777 ], [ 120.0513975, 30.3663737 ], [ 120.0513806, 30.3650272 ], [ 120.0513998, 30.3638276 ], [ 120.0513842, 30.3614327 ], [ 120.0514055, 30.359372 ], [ 120.051394, 30.3585305 ], [ 120.051385, 30.3582267 ], [ 120.0513598, 30.357916 ], [ 120.0513223, 30.3575947 ], [ 120.0512687, 30.3572804 ], [ 120.0511462, 30.356842 ], [ 120.0509158, 30.3563838 ], [ 120.0506891, 30.3560148 ], [ 120.0502429, 30.3555358 ], [ 120.0498473, 30.3551997 ], [ 120.0492555, 30.3548332 ], [ 120.0487946, 30.3546691 ], [ 120.048136, 30.3544845 ], [ 120.0472731, 30.3543894 ], [ 120.0455074, 30.3543757 ], [ 120.04361, 30.3544393 ], [ 120.0433646, 30.3544445 ], [ 120.0430326, 30.3544516 ], [ 120.0416779, 30.3544803 ], [ 120.0400543, 30.3545242 ], [ 120.0383679, 30.354621 ], [ 120.0371504, 30.3546335 ], [ 120.03592, 30.3546847 ], [ 120.0344118, 30.3547156 ], [ 120.0328932, 30.3546306 ], [ 120.0320867, 30.3545901 ], [ 120.0295168, 30.3544841 ], [ 120.0276954, 30.3544222 ], [ 120.0270893, 30.3543983 ], [ 120.0258362, 30.3543328 ], [ 120.0253491, 30.3543022 ], [ 120.024869, 30.3542616 ], [ 120.0245256, 30.3542198 ], [ 120.0241379, 30.3541639 ], [ 120.0235135, 30.3540709 ], [ 120.0228814, 30.3539415 ], [ 120.0221469, 30.3537706 ], [ 120.0213696, 30.3535341 ], [ 120.0199276, 30.3530607 ], [ 120.0186888, 30.3526286 ], [ 120.0164867, 30.3518733 ], [ 120.015381, 30.3514876 ], [ 120.0141538, 30.3510797 ], [ 120.012826, 30.350625 ], [ 120.011933, 30.3503309 ], [ 120.0114072, 30.3501833 ], [ 120.0110056, 30.3500793 ], [ 120.0102806, 30.3498916 ], [ 120.0093632, 30.3497017 ], [ 120.008303, 30.3495073 ], [ 120.0076682, 30.3494075 ], [ 120.0071752, 30.3493427 ], [ 120.006378, 30.3492495 ], [ 120.0026625, 30.3488143 ], [ 120.0015796, 30.3486863 ], [ 120.0009854, 30.3486157 ], [ 120.0004697, 30.3485458 ], [ 119.99996, 30.3484601 ], [ 119.9990124, 30.348284 ], [ 119.996792, 30.3478393 ], [ 119.9917086, 30.3466735 ], [ 119.988038, 30.3458473 ], [ 119.9862606, 30.3454381 ], [ 119.9854044, 30.345241 ], [ 119.9844868, 30.3450148 ], [ 119.9835522, 30.3447294 ], [ 119.982888, 30.3445135 ], [ 119.9821784, 30.3442723 ], [ 119.9816591, 30.3440046 ], [ 119.9810088, 30.343747 ], [ 119.9803927, 30.3435018 ], [ 119.977752, 30.3424199 ], [ 119.9767394, 30.3420051 ], [ 119.9731775, 30.3405611 ], [ 119.9716402, 30.3399379 ], [ 119.9714853, 30.3398751 ], [ 119.9709127, 30.3396241 ], [ 119.9703588, 30.3393569 ], [ 119.969709, 30.3389543 ], [ 119.969311, 30.3386593 ], [ 119.9689036, 30.3382999 ], [ 119.9684993, 30.3378734 ], [ 119.9682584, 30.3375477 ], [ 119.9681436, 30.3373735 ], [ 119.9680356, 30.3372022 ], [ 119.9679276, 30.3370032 ], [ 119.9678263, 30.3368043 ], [ 119.9676684, 30.3364136 ], [ 119.967536, 30.3360185 ], [ 119.9674453, 30.3356363 ], [ 119.9674117, 30.3354069 ], [ 119.9673991, 30.3352125 ], [ 119.9673705, 30.3347976 ], [ 119.9673654, 30.3345498 ], [ 119.9673787, 30.3342807 ], [ 119.967403, 30.3339924 ], [ 119.9674323, 30.3336975 ], [ 119.9674786, 30.3331003 ], [ 119.967576, 30.3318439 ], [ 119.9677686, 30.329717 ], [ 119.9681152, 30.3259099 ], [ 119.9682126, 30.3248407 ], [ 119.9683679, 30.3230938 ], [ 119.9684242, 30.322349 ], [ 119.9684629, 30.3215695 ], [ 119.9684617, 30.3213741 ], [ 119.9684429, 30.3209155 ], [ 119.9684018, 30.3201276 ], [ 119.9683047, 30.3183651 ], [ 119.9682727, 30.3179558 ], [ 119.9680428, 30.3171059 ], [ 119.9679414, 30.3155792 ], [ 119.9679076, 30.3152945 ], [ 119.9678844, 30.3150074 ], [ 119.9678412, 30.3144126 ], [ 119.9678058, 30.3134875 ], [ 119.9678387, 30.3125764 ], [ 119.9678699, 30.3116798 ], [ 119.9679441, 30.3106801 ], [ 119.967964611055066, 30.310100655679729 ] ], [ [ 119.967964611055066, 30.310100655679729 ], [ 119.967969864346969, 30.309952248386885 ] ], [ [ 119.967969864346969, 30.309952248386885 ], [ 119.9680172, 30.308615 ], [ 119.9680772, 30.3075501 ], [ 119.9681232, 30.3061625 ], [ 119.9682401, 30.3039549 ], [ 119.9683535, 30.3015435 ], [ 119.968656, 30.2994468 ], [ 119.9688624, 30.2978209 ], [ 119.9691384, 30.2948553 ], [ 119.9692769, 30.2931917 ], [ 119.9693575, 30.2925137 ], [ 119.9695913, 30.2892616 ], [ 119.9700701, 30.2837019 ], [ 119.970293, 30.2812651 ], [ 119.9703586, 30.280005 ], [ 119.9703411, 30.2790851 ], [ 119.9702721, 30.2778463 ], [ 119.9702229, 30.2774389 ], [ 119.9700921, 30.2765635 ], [ 119.969912, 30.2756561 ], [ 119.9697212, 30.2748428 ], [ 119.9695212, 30.274133 ], [ 119.969388843677464, 30.273726916050677 ] ], [ [ 119.969388843677464, 30.273726916050677 ], [ 119.969338000967085, 30.273570924948555 ] ], [ [ 119.969338000967085, 30.273570924948555 ], [ 119.9692951, 30.2734393 ], [ 119.9691229, 30.2728688 ], [ 119.9688068, 30.2720706 ], [ 119.9684967, 30.2713687 ], [ 119.9679925, 30.2702883 ], [ 119.9672292, 30.2686265 ], [ 119.9671378, 30.2684417 ], [ 119.9657715, 30.265834 ], [ 119.9649687, 30.2643096 ] ], [ [ 120.1030446, 30.3254904 ], [ 120.1029474, 30.3256208 ], [ 120.1028922, 30.3257089 ], [ 120.1028257, 30.3258424 ], [ 120.1027861, 30.325941 ], [ 120.1027435, 30.3260856 ], [ 120.1027069, 30.3262596 ], [ 120.102593, 30.32656 ], [ 120.1022246, 30.3280368 ], [ 120.1019609, 30.3290825 ], [ 120.1018718, 30.3294488 ], [ 120.1018064, 30.3297117 ], [ 120.101699, 30.3300559 ], [ 120.1015401, 30.3304678 ], [ 120.1012913, 30.3310468 ], [ 120.1008004, 30.3320693 ], [ 120.100358, 30.3329982 ], [ 120.1002578, 30.3331873 ], [ 120.100125, 30.3334329 ], [ 120.0999578, 30.3336986 ], [ 120.0998092, 30.3339092 ], [ 120.0996802, 30.3340902 ], [ 120.0994752, 30.3343549 ], [ 120.0993408, 30.3345126 ], [ 120.0991654, 30.3347067 ], [ 120.0991174, 30.3347545 ], [ 120.0990117, 30.3348596 ], [ 120.0988731, 30.3349961 ], [ 120.0982344, 30.3356002 ], [ 120.0981464, 30.3356859 ], [ 120.0977616, 30.3360531 ], [ 120.0974872, 30.3363248 ], [ 120.0972321, 30.3365988 ], [ 120.0969981, 30.3368657 ], [ 120.096454, 30.3374991 ], [ 120.0962574, 30.3377374 ], [ 120.0960529, 30.3379811 ], [ 120.0957955, 30.3382717 ], [ 120.095463, 30.3386505 ], [ 120.0950522, 30.3391298 ], [ 120.0945109, 30.3397491 ], [ 120.0943012, 30.3399832 ], [ 120.093904, 30.3404268 ], [ 120.0935952, 30.3407567 ], [ 120.0933479, 30.3410494 ], [ 120.0931605, 30.3412885 ], [ 120.0929669, 30.3415542 ], [ 120.0927214, 30.3419208 ], [ 120.0923494, 30.3425128 ], [ 120.0921737, 30.342816 ], [ 120.0920158, 30.3430905 ], [ 120.0917734, 30.3434974 ], [ 120.0914354, 30.3440808 ], [ 120.0912708, 30.3443379 ], [ 120.0910974, 30.3445721 ], [ 120.0908149, 30.3449386 ], [ 120.0901278, 30.345879 ], [ 120.0897075, 30.3464087 ], [ 120.0891649, 30.3470439 ], [ 120.0885934, 30.3477924 ], [ 120.0880997, 30.3484257 ], [ 120.0870678, 30.3497345 ], [ 120.0864785, 30.3504752 ], [ 120.0860716, 30.3510145 ], [ 120.085609, 30.3516132 ], [ 120.0848752, 30.3524959 ], [ 120.0846512, 30.3527333 ], [ 120.0844949, 30.3528989 ], [ 120.0842609, 30.353127 ], [ 120.0840289, 30.3533337 ], [ 120.0835432, 30.353759 ], [ 120.0828648, 30.3543401 ], [ 120.0821465, 30.3549618 ], [ 120.0816395, 30.3553878 ], [ 120.0809813, 30.3559175 ], [ 120.0804587, 30.3563607 ], [ 120.0798582, 30.3569268 ], [ 120.0794994, 30.3572708 ], [ 120.0787374, 30.3580014 ], [ 120.0778857, 30.3588131 ], [ 120.0743741, 30.3620782 ], [ 120.0740803, 30.3623594 ], [ 120.0738118, 30.3625924 ], [ 120.0735272, 30.3627945 ], [ 120.073262, 30.362976 ], [ 120.0729568, 30.3631628 ], [ 120.0726835, 30.3633126 ], [ 120.0723996, 30.3634624 ], [ 120.0716235, 30.3638289 ], [ 120.070883, 30.3641743 ], [ 120.0707108, 30.3642495 ] ], [ [ 120.0705878, 30.3641443 ], [ 120.0716757, 30.3636424 ], [ 120.0720791, 30.3634593 ], [ 120.0722848, 30.3633603 ], [ 120.0724799, 30.3632643 ], [ 120.0726601, 30.3631656 ], [ 120.0728333, 30.3630668 ], [ 120.0731627, 30.3628693 ], [ 120.07342, 30.3626944 ], [ 120.0737164, 30.3624792 ], [ 120.0739966, 30.362243 ], [ 120.074264, 30.3620002 ], [ 120.0785061, 30.3580477 ], [ 120.0799934, 30.3566245 ], [ 120.0802387, 30.3563898 ], [ 120.0822678, 30.3546738 ], [ 120.0834365, 30.3536846 ], [ 120.0839282, 30.3532633 ], [ 120.0841661, 30.3530389 ], [ 120.0842228, 30.352981 ], [ 120.0845044, 30.3527014 ], [ 120.0847235, 30.352451 ], [ 120.0850076, 30.3521033 ], [ 120.0852567, 30.3517917 ], [ 120.0858323, 30.3510775 ], [ 120.0870361, 30.3495313 ], [ 120.0889687, 30.3470704 ], [ 120.0898892, 30.3459004 ], [ 120.0905731, 30.3450226 ], [ 120.091072, 30.3443187 ], [ 120.0915371, 30.343574 ], [ 120.0924897, 30.3420466 ], [ 120.0926764, 30.3417472 ], [ 120.092827, 30.3415311 ], [ 120.0929899, 30.3413149 ], [ 120.0931929, 30.3410527 ], [ 120.0934268, 30.3407798 ], [ 120.0939438, 30.3402287 ], [ 120.0959497, 30.3379415 ], [ 120.0968472, 30.3368862 ], [ 120.0970852, 30.3366149 ], [ 120.0973862, 30.3362962 ], [ 120.0976544, 30.3360222 ], [ 120.0980559, 30.3356377 ], [ 120.0989405, 30.3347963 ], [ 120.0991234, 30.3346137 ], [ 120.0992671, 30.3344515 ], [ 120.0994472, 30.3342351 ], [ 120.0996263, 30.3339875 ], [ 120.099733, 30.3338341 ], [ 120.0998782, 30.3336075 ], [ 120.0999913, 30.3334195 ], [ 120.1001991, 30.3330527 ], [ 120.1003728, 30.332711 ], [ 120.100689, 30.3320437 ], [ 120.1011905, 30.3309965 ], [ 120.1013497, 30.3307159 ], [ 120.1015257, 30.3302952 ], [ 120.1016367, 30.3300081 ], [ 120.1017349, 30.3296919 ], [ 120.1018007, 30.329403 ], [ 120.1020343, 30.3284422 ], [ 120.1023261, 30.3272848 ], [ 120.102598, 30.3261641 ], [ 120.1026171, 30.3260673 ], [ 120.1026392, 30.3259273 ] ], [ [ 120.0817124, 30.3160082 ], [ 120.0825423, 30.3163775 ], [ 120.084423, 30.3171733 ], [ 120.0879145, 30.3186456 ], [ 120.0908973, 30.3199213 ], [ 120.0917447, 30.3202801 ], [ 120.0927215, 30.3206936 ], [ 120.0939334, 30.3212037 ], [ 120.0942895, 30.32135 ], [ 120.0949957, 30.3216402 ], [ 120.0957216, 30.3219774 ], [ 120.0961307, 30.3221452 ], [ 120.09704, 30.3225019 ], [ 120.0980657, 30.322859 ], [ 120.0987288, 30.3230915 ], [ 120.099969, 30.3235129 ], [ 120.1012972, 30.3239641 ], [ 120.1015406, 30.3240493 ], [ 120.1049761, 30.3252245 ], [ 120.1059441, 30.3255625 ], [ 120.1066812, 30.3258427 ], [ 120.1070108, 30.3259851 ], [ 120.1072632, 30.3260977 ], [ 120.1081382, 30.3265313 ], [ 120.1092152, 30.3270834 ], [ 120.1133858, 30.329152 ], [ 120.1157573, 30.3302333 ], [ 120.1178907, 30.331312 ] ], [ [ 120.1183754, 30.3317621 ], [ 120.1178213, 30.3315042 ], [ 120.1156261, 30.3303951 ], [ 120.1124238, 30.328808 ], [ 120.1091441, 30.3271735 ], [ 120.1080226, 30.3266265 ], [ 120.1071142, 30.3261756 ], [ 120.1066242, 30.3259547 ], [ 120.1058562, 30.3256536 ], [ 120.1056334, 30.325569 ], [ 120.1049255, 30.3253 ], [ 120.1035855, 30.3248776 ], [ 120.1030137, 30.3246836 ], [ 120.1014969, 30.3241688 ], [ 120.1003915, 30.3237872 ], [ 120.0991166, 30.3233461 ], [ 120.0983874, 30.3231013 ], [ 120.0973639, 30.3227511 ], [ 120.096576, 30.3224441 ], [ 120.095611, 30.3220444 ], [ 120.0949317, 30.3217584 ], [ 120.0948893, 30.3217405 ], [ 120.0942335, 30.3214497 ], [ 120.0938896, 30.3212972 ], [ 120.0926439, 30.3207846 ], [ 120.0916732, 30.320369 ], [ 120.0908338, 30.3200096 ], [ 120.0878608, 30.3187277 ], [ 120.0843751, 30.3172728 ], [ 120.0824489, 30.3164823 ], [ 120.0820803, 30.3163223 ], [ 120.0814922, 30.3161196 ] ], [ [ 120.1178907, 30.331312 ], [ 120.1184748, 30.3315543 ], [ 120.1186459, 30.3316386 ], [ 120.1193829, 30.3320017 ], [ 120.1203834, 30.3324692 ], [ 120.1210306, 30.3327513 ], [ 120.121493, 30.3329337 ], [ 120.1217241, 30.3330249 ], [ 120.1221125, 30.333154 ], [ 120.1224575, 30.3332697 ], [ 120.1227813, 30.333366 ], [ 120.1230752, 30.3334541 ], [ 120.123356, 30.333525 ], [ 120.1236863, 30.3336066 ], [ 120.1240166, 30.3336767 ], [ 120.1247893, 30.333816 ], [ 120.125374, 30.3339075 ], [ 120.1259759, 30.3339697 ], [ 120.1265222, 30.3340045 ], [ 120.1274088, 30.3340333 ], [ 120.127911, 30.3340311 ], [ 120.1288126, 30.3340208 ], [ 120.1293286, 30.3340121 ], [ 120.1302669, 30.3340174 ], [ 120.1310594, 30.3340426 ], [ 120.1317346, 30.3340667 ], [ 120.1330439, 30.3341306 ], [ 120.1335358, 30.3341541 ], [ 120.134037, 30.3341857 ], [ 120.1344952, 30.3342293 ], [ 120.1354352, 30.3343098 ], [ 120.1359038, 30.3343519 ], [ 120.136293, 30.334374 ], [ 120.1366228, 30.3343893 ], [ 120.1369479, 30.3344006 ], [ 120.1380343, 30.334435 ], [ 120.140082302940613, 30.334450322340079 ] ], [ [ 120.140082302940613, 30.334450322340079 ], [ 120.140163755674934, 30.334450931736907 ] ], [ [ 120.140163755674934, 30.334450931736907 ], [ 120.1421377, 30.3344657 ], [ 120.1467882, 30.3346072 ], [ 120.1480437, 30.3345981 ], [ 120.1495816, 30.33462 ], [ 120.1524833, 30.334655 ], [ 120.1536148, 30.334676 ], [ 120.154318, 30.334687 ], [ 120.1546445, 30.3346651 ], [ 120.1550116, 30.3346159 ], [ 120.1553509, 30.3345231 ], [ 120.1557355, 30.3343921 ], [ 120.1561632, 30.3342341 ], [ 120.1565087, 30.3341042 ] ], [ [ 120.1178907, 30.331312 ], [ 120.1188167, 30.331795 ], [ 120.1191214, 30.3319505 ], [ 120.1206846, 30.3327157 ], [ 120.1209064, 30.3328152 ], [ 120.1211188, 30.3328986 ], [ 120.1212004, 30.3329321 ], [ 120.1217016, 30.3331374 ], [ 120.1222414, 30.3333282 ], [ 120.1227257, 30.3334727 ], [ 120.1228429, 30.3335077 ], [ 120.1231958, 30.3336078 ], [ 120.1235356, 30.3336928 ], [ 120.123892, 30.3337623 ], [ 120.1243417, 30.3338574 ], [ 120.1248385, 30.3339443 ], [ 120.1254084, 30.334028 ], [ 120.1259689, 30.3340955 ], [ 120.126477, 30.334143 ], [ 120.1274144, 30.3341963 ], [ 120.1293364, 30.3342566 ], [ 120.1309999, 30.334314 ], [ 120.1331335, 30.3343964 ], [ 120.133897, 30.3344058 ], [ 120.1346096, 30.3344251 ], [ 120.1355662, 30.3344693 ], [ 120.1371555, 30.3345273 ], [ 120.1393838, 30.3345836 ], [ 120.140067681079202, 30.334594631207903 ] ], [ [ 120.140067681079202, 30.334594631207903 ], [ 120.140150353091911, 30.33459596473238 ] ], [ [ 120.140150353091911, 30.33459596473238 ], [ 120.1419256, 30.3346246 ], [ 120.1447137, 30.3346624 ], [ 120.1468401, 30.3346801 ], [ 120.1477308, 30.3346872 ], [ 120.1481197, 30.3346733 ], [ 120.1509949, 30.3346993 ], [ 120.1515094, 30.3347257 ], [ 120.1522627, 30.3347443 ], [ 120.1533236, 30.3347705 ], [ 120.1541735, 30.3347905 ], [ 120.1546191, 30.334761 ], [ 120.155111, 30.3346879 ], [ 120.1555004, 30.3345801 ], [ 120.1559041, 30.3344238 ], [ 120.1565087, 30.3341042 ] ], [ [ 120.156363, 30.334291 ], [ 120.155892, 30.3345191 ], [ 120.1555027, 30.3346614 ], [ 120.1551332, 30.3347692 ], [ 120.1548048, 30.3348129 ], [ 120.1543646, 30.3348546 ], [ 120.1539855, 30.3348595 ], [ 120.1533931, 30.3348601 ], [ 120.1522623, 30.3348303 ], [ 120.1515282, 30.334811 ], [ 120.1509952, 30.3348387 ], [ 120.1484037, 30.3347925 ], [ 120.1478462, 30.3347855 ], [ 120.1477139, 30.3347838 ], [ 120.1468438, 30.3347728 ], [ 120.1446952, 30.3347309 ], [ 120.1428554, 30.3347169 ], [ 120.1407748, 30.3347059 ], [ 120.140141759087243, 30.334688962793805 ] ], [ [ 120.140141759087243, 30.334688962793805 ], [ 120.140058356184298, 30.334686731323238 ] ], [ [ 120.140058356184298, 30.334686731323238 ], [ 120.138308, 30.3346399 ], [ 120.1355454, 30.3345833 ], [ 120.1345997, 30.3345445 ], [ 120.1340402, 30.3345242 ], [ 120.13315, 30.3344798 ], [ 120.1293656, 30.334341 ], [ 120.1273926, 30.3342826 ], [ 120.1267987, 30.3342493 ], [ 120.1260397, 30.3341932 ], [ 120.124854, 30.3340383 ], [ 120.123863, 30.333848 ], [ 120.1237178, 30.3338145 ], [ 120.1234032, 30.3337418 ], [ 120.1228191, 30.3335858 ], [ 120.1222683, 30.3334158 ], [ 120.1216844, 30.3332172 ], [ 120.1211638, 30.3330139 ], [ 120.1208108, 30.3328635 ], [ 120.120297, 30.3326194 ], [ 120.1192169, 30.3321593 ], [ 120.1183754, 30.3317621 ] ], [ [ 120.156363, 30.334291 ], [ 120.1559686, 30.3345448 ], [ 120.1556672, 30.3346796 ], [ 120.1552362, 30.3348107 ], [ 120.154766, 30.3349152 ], [ 120.1542589, 30.3349513 ], [ 120.153103, 30.3349652 ], [ 120.151485, 30.3349391 ], [ 120.1506899, 30.3349338 ], [ 120.1480704, 30.3348926 ], [ 120.1466387, 30.334891 ], [ 120.1406807, 30.3348607 ], [ 120.14012718622007, 30.334854938867938 ] ], [ [ 120.14012718622007, 30.334854938867938 ], [ 120.140041435764076, 30.334854046352305 ] ], [ [ 120.140041435764076, 30.334854046352305 ], [ 120.1340898, 30.3347921 ], [ 120.1331367, 30.3347802 ], [ 120.1324679, 30.3347618 ], [ 120.131772, 30.3347272 ], [ 120.1309361, 30.3346834 ], [ 120.1277034, 30.3344544 ], [ 120.1273426, 30.3344269 ], [ 120.1257105, 30.3343048 ], [ 120.1249103, 30.3342 ], [ 120.1243158, 30.3340938 ], [ 120.123342, 30.3338694 ], [ 120.1224706, 30.3336248 ], [ 120.1219844, 30.3334579 ], [ 120.1213461, 30.3332158 ], [ 120.120755, 30.332965 ], [ 120.1202066, 30.3327199 ], [ 120.1193636, 30.3323334 ], [ 120.1191631, 30.3322289 ], [ 120.1186698, 30.3319385 ], [ 120.1183754, 30.3317621 ] ], [ [ 120.1153371, 30.3764351 ], [ 120.1152644, 30.377648 ], [ 120.1152879, 30.3785738 ] ], [ [ 120.1150433, 30.3786554 ], [ 120.1150959, 30.3784807 ], [ 120.1151194, 30.3781768 ], [ 120.1151177, 30.3776043 ], [ 120.1151893, 30.3763789 ] ], [ [ 120.102353, 30.447737 ], [ 120.1035611, 30.4481697 ], [ 120.1044532, 30.4485684 ], [ 120.104823, 30.4487939 ], [ 120.1051356, 30.4490362 ], [ 120.1054169, 30.4492969 ], [ 120.1056973, 30.4495436 ], [ 120.1062613, 30.450307 ], [ 120.1062858, 30.4503335 ], [ 120.1066504, 30.4507274 ], [ 120.1070989, 30.4511033 ], [ 120.1076142, 30.4513744 ], [ 120.1088294, 30.4518408 ] ], [ [ 120.1088144, 30.4519318 ], [ 120.1086658, 30.4518789 ], [ 120.1085628, 30.4518423 ], [ 120.1078239, 30.4515795 ], [ 120.1071342, 30.4512671 ], [ 120.1065847, 30.4508237 ], [ 120.1060002, 30.4501988 ], [ 120.105404, 30.449443 ], [ 120.1050767, 30.4491104 ], [ 120.1045529, 30.4487577 ], [ 120.1042905, 30.4486043 ], [ 120.1039928, 30.448469 ], [ 120.1036951, 30.4483337 ], [ 120.1029917, 30.4480848 ], [ 120.1022996, 30.4478316 ] ], [ [ 120.1808817, 30.4693334 ], [ 120.1809888, 30.4693411 ] ], [ [ 120.1809602, 30.4694882 ], [ 120.1808529, 30.4694877 ] ], [ [ 120.1809888, 30.4693411 ], [ 120.1814074, 30.4693285 ], [ 120.181729, 30.4693189 ], [ 120.1819808, 30.4693167 ], [ 120.182374, 30.4693132 ], [ 120.1827912, 30.4693412 ], [ 120.1832369, 30.4694267 ], [ 120.1840892, 30.4696357 ], [ 120.1847146, 30.4698069 ], [ 120.1852656, 30.4699572 ] ], [ [ 120.1852656, 30.4699572 ], [ 120.1867708, 30.4703468 ], [ 120.1882667, 30.4707483 ], [ 120.188785, 30.470897 ], [ 120.1897617, 30.4711691 ] ], [ [ 120.1896688, 30.4714007 ], [ 120.18912, 30.4712838 ], [ 120.1886628, 30.471192 ], [ 120.1882879, 30.471116 ], [ 120.1880025, 30.4710489 ], [ 120.1873983, 30.470901 ], [ 120.1860637, 30.4705591 ], [ 120.1851118, 30.4702283 ] ], [ [ 120.1897617, 30.4711691 ], [ 120.1899056, 30.4712061 ] ], [ [ 120.1899056, 30.4712061 ], [ 120.1910583, 30.4715154 ], [ 120.1932136, 30.4720907 ], [ 120.1942033, 30.4723673 ], [ 120.1946692, 30.4725017 ] ], [ [ 120.1851118, 30.4702283 ], [ 120.1845647, 30.4700519 ], [ 120.1840082, 30.4698657 ], [ 120.183559, 30.4697381 ], [ 120.1829625, 30.4696105 ], [ 120.1824085, 30.4695388 ], [ 120.181964, 30.4695075 ], [ 120.1814805, 30.4694943 ], [ 120.1809602, 30.4694882 ] ], [ [ 120.135587, 30.4642663 ], [ 120.1338478, 30.4634451 ], [ 120.1324922, 30.4627401 ] ], [ [ 120.1328434, 30.4628074 ], [ 120.1335199, 30.4631556 ], [ 120.1349213, 30.4638767 ], [ 120.1356263, 30.4641675 ], [ 120.1361936, 30.464413 ], [ 120.1364422, 30.4645205 ], [ 120.1370386, 30.4647606 ], [ 120.1375761, 30.4649131 ], [ 120.138179, 30.4650487 ], [ 120.1388541, 30.4651617 ], [ 120.1391005, 30.4651954 ], [ 120.1394734, 30.4652464 ] ], [ [ 120.1394636, 30.4653509 ], [ 120.1388868, 30.4652747 ], [ 120.1381495, 30.4651391 ], [ 120.1376023, 30.4650092 ], [ 120.1372025, 30.4649018 ], [ 120.1367339, 30.464738 ], [ 120.1362358, 30.4645488 ], [ 120.1360439, 30.4644652 ], [ 120.135587, 30.4642663 ] ], [ [ 120.1275018, 30.4600725 ], [ 120.1279698, 30.460306 ], [ 120.1301015, 30.4613779 ], [ 120.1301857, 30.4614203 ], [ 120.131895, 30.4623193 ], [ 120.1328434, 30.4628074 ] ], [ [ 120.1324922, 30.4627401 ], [ 120.1313331, 30.4621372 ], [ 120.1294079, 30.461136 ], [ 120.1274186, 30.4601459 ] ], [ [ 120.1477615, 30.4650519 ], [ 120.1482281, 30.4649294 ], [ 120.1486614, 30.4648475 ], [ 120.1488977, 30.4648256 ] ], [ [ 120.1489121, 30.464977 ], [ 120.1485481, 30.4650055 ], [ 120.1477615, 30.4650519 ] ], [ [ 120.1488977, 30.4648256 ], [ 120.1495526, 30.4647922 ], [ 120.1506379, 30.4647637 ], [ 120.1514012, 30.4647964 ], [ 120.152015, 30.4648522 ], [ 120.1527211, 30.4649438 ], [ 120.1538111, 30.4650936 ], [ 120.1571467, 30.4655406 ], [ 120.1582258, 30.4656776 ], [ 120.1583654, 30.4656953 ], [ 120.1605381, 30.4659712 ] ], [ [ 120.1605289, 30.466155 ], [ 120.1589303, 30.4659233 ], [ 120.157368, 30.4657101 ], [ 120.1547835, 30.4653699 ], [ 120.1542111, 30.4652778 ], [ 120.1531062, 30.465122 ], [ 120.1520044, 30.464998 ], [ 120.1514486, 30.4649478 ], [ 120.1507603, 30.4649077 ], [ 120.1501194, 30.4649169 ], [ 120.1494448, 30.4649556 ], [ 120.1489121, 30.464977 ] ], [ [ 120.1477615, 30.4650519 ], [ 120.1472318, 30.4650727 ] ], [ [ 120.1472318, 30.4650727 ], [ 120.147126, 30.4650792 ] ], [ [ 120.147126, 30.4650792 ], [ 120.1458437, 30.4651702 ] ], [ [ 120.1458437, 30.4651702 ], [ 120.1430464, 30.4652774 ] ], [ [ 120.1394734, 30.4652464 ], [ 120.1400174, 30.4653001 ], [ 120.1404283, 30.4653102 ], [ 120.1404761, 30.4653114 ], [ 120.141066, 30.4653029 ], [ 120.1422451, 30.4652693 ], [ 120.1430464, 30.4652774 ] ], [ [ 120.1430464, 30.4652774 ], [ 120.1423166, 30.4653438 ], [ 120.141364, 30.4654058 ], [ 120.140545, 30.4654102 ], [ 120.1400206, 30.4653905 ], [ 120.1394636, 30.4653509 ] ], [ [ 120.1234692, 30.4579912 ], [ 120.1237668, 30.4581448 ], [ 120.1257408, 30.4591635 ], [ 120.1275018, 30.4600725 ] ], [ [ 120.1274186, 30.4601459 ], [ 120.1234525, 30.4581139 ] ], [ [ 120.1088294, 30.4518408 ], [ 120.109192, 30.4519491 ], [ 120.1108596, 30.4524558 ], [ 120.111149, 30.4525437 ], [ 120.1121857, 30.4528587 ], [ 120.1134701, 30.4532568 ], [ 120.1138911, 30.4534022 ], [ 120.1154344, 30.453975 ], [ 120.1154846, 30.4539983 ], [ 120.1171906, 30.4547909 ], [ 120.1184864, 30.4554462 ], [ 120.1202966, 30.4563615 ], [ 120.1233229, 30.4579157 ], [ 120.1234692, 30.4579912 ] ], [ [ 120.1234525, 30.4581139 ], [ 120.1229036, 30.4578345 ], [ 120.1218557, 30.4573012 ], [ 120.1191637, 30.455933 ], [ 120.118726, 30.455711 ], [ 120.1169191, 30.4547943 ], [ 120.1156332, 30.4541997 ], [ 120.1143106, 30.4536704 ], [ 120.113845, 30.4534933 ], [ 120.1134183, 30.4533353 ], [ 120.1131307, 30.4532431 ], [ 120.1117605, 30.4528031 ], [ 120.1114339, 30.4527258 ], [ 120.1112843, 30.452678 ], [ 120.1111331, 30.4526323 ], [ 120.1108436, 30.4525449 ], [ 120.1099845, 30.4522853 ], [ 120.1088144, 30.4519318 ] ], [ [ 120.1719325, 30.468098 ], [ 120.1759491, 30.4688748 ], [ 120.17677, 30.4690382 ], [ 120.1776555, 30.4692313 ], [ 120.1783931, 30.4693519 ], [ 120.1789999, 30.4694123 ], [ 120.1796603, 30.4694137 ], [ 120.180457, 30.4693613 ], [ 120.1808817, 30.4693334 ] ], [ [ 120.1808529, 30.4694877 ], [ 120.1802886, 30.4695209 ], [ 120.1799613, 30.4695401 ], [ 120.1798191, 30.4695435 ], [ 120.1794205, 30.4695529 ], [ 120.1788036, 30.4695165 ], [ 120.1782328, 30.469453 ], [ 120.1776275, 30.4693449 ], [ 120.1767365, 30.4691624 ], [ 120.1759154, 30.4689998 ], [ 120.1727758, 30.4683829 ], [ 120.1719103, 30.4682113 ] ], [ [ 120.1605381, 30.4659712 ], [ 120.1617563, 30.4661847 ], [ 120.1629899, 30.4663955 ], [ 120.1639915, 30.4665524 ], [ 120.1660148, 30.4669121 ] ], [ [ 120.1659868, 30.4670318 ], [ 120.1649718, 30.466853 ], [ 120.1641623, 30.4667072 ], [ 120.1630576, 30.4665274 ], [ 120.1623816, 30.466417 ], [ 120.1614183, 30.4662462 ], [ 120.1605289, 30.466155 ] ], [ [ 120.1660148, 30.4669121 ], [ 120.166138, 30.4669388 ] ], [ [ 120.1661353, 30.4670566 ], [ 120.1659868, 30.4670318 ] ], [ [ 120.166138, 30.4669388 ], [ 120.1680514, 30.4673229 ], [ 120.170434, 30.4678013 ], [ 120.1719325, 30.468098 ] ], [ [ 120.1719103, 30.4682113 ], [ 120.1700123, 30.467835 ], [ 120.169653, 30.4677638 ], [ 120.1686224, 30.4675595 ], [ 120.1661353, 30.4670566 ] ], [ [ 120.2017303, 30.4746123 ], [ 120.2006095, 30.4742461 ], [ 120.1990767, 30.4738209 ], [ 120.197635, 30.4734421 ], [ 120.1961078, 30.47301 ], [ 120.1946111, 30.4725923 ] ], [ [ 120.1978423, 30.4733654 ], [ 120.1992294, 30.4737389 ], [ 120.2002121, 30.4739942 ], [ 120.2010098, 30.474219 ], [ 120.2017603, 30.4744686 ] ], [ [ 120.1898374, 30.4714334 ], [ 120.1896688, 30.4714007 ] ], [ [ 120.1946111, 30.4725923 ], [ 120.1941106, 30.4724574 ], [ 120.1931076, 30.4722001 ], [ 120.1916536, 30.4718065 ], [ 120.1913154, 30.4717201 ], [ 120.1908877, 30.4716251 ], [ 120.1898374, 30.4714334 ] ], [ [ 120.1946692, 30.4725017 ], [ 120.1957192, 30.472782 ], [ 120.197717, 30.4733317 ] ], [ [ 120.197717, 30.4733317 ], [ 120.1978423, 30.4733654 ] ], [ [ 120.2017603, 30.4744686 ], [ 120.2018709, 30.4746421 ] ], [ [ 120.2018709, 30.4746421 ], [ 120.2017303, 30.4746123 ] ], [ [ 120.2961173, 30.3794809 ], [ 120.2962193, 30.379494 ] ], [ [ 120.295931, 30.3795153 ], [ 120.2961173, 30.3794809 ] ], [ [ 120.2958059, 30.3795405 ], [ 120.295931, 30.3795153 ] ], [ [ 120.2962456, 30.3796411 ], [ 120.2961242, 30.3796242 ] ], [ [ 120.2961242, 30.3796242 ], [ 120.2959496, 30.3796536 ] ], [ [ 120.2959496, 30.3796536 ], [ 120.2958351, 30.379676 ] ], [ [ 120.2963205, 30.3815788 ], [ 120.2962741, 30.3812371 ], [ 120.2960902, 30.3804407 ], [ 120.2959955, 30.3799298 ], [ 120.2959496, 30.3796536 ] ], [ [ 120.2961242, 30.3796242 ], [ 120.2962415, 30.380334 ], [ 120.2963733, 30.3809813 ], [ 120.2965422, 30.3818259 ], [ 120.2965885, 30.382291 ] ], [ [ 120.3014726, 30.3801656 ], [ 120.3033398, 30.3804227 ], [ 120.3046316, 30.380579 ], [ 120.3057877, 30.3807372 ], [ 120.3074781, 30.3809452 ] ], [ [ 120.3074806, 30.3810979 ], [ 120.3062174, 30.3809286 ], [ 120.3046902, 30.3807292 ], [ 120.3035837, 30.3805937 ], [ 120.3014675, 30.3803179 ] ], [ [ 120.3074781, 30.3809452 ], [ 120.3076204, 30.3809739 ] ], [ [ 120.3076199, 30.3811124 ], [ 120.3074806, 30.3810979 ] ], [ [ 120.3076204, 30.3809739 ], [ 120.3095413, 30.3812263 ], [ 120.3109158, 30.38144 ], [ 120.3115936, 30.3815396 ] ], [ [ 120.3115833, 30.3816716 ], [ 120.3115021, 30.381657 ], [ 120.3107789, 30.3815397 ], [ 120.3094919, 30.3813591 ], [ 120.3076199, 30.3811124 ] ], [ [ 120.2962193, 30.379494 ], [ 120.2977193, 30.3796874 ], [ 120.2994744, 30.3799214 ], [ 120.3014726, 30.3801656 ] ], [ [ 120.3014675, 30.3803179 ], [ 120.2994459, 30.3800439 ], [ 120.298067, 30.3798714 ], [ 120.2962456, 30.3796411 ] ], [ [ 120.2966757, 30.3832825 ], [ 120.2966882, 30.3841407 ], [ 120.2966907, 30.3847323 ], [ 120.2967188, 30.3859586 ], [ 120.2967098, 30.3861423 ] ], [ [ 120.2963897, 30.3821614 ], [ 120.2963552, 30.3818285 ], [ 120.2963205, 30.3815788 ] ], [ [ 120.2964224, 30.382477 ], [ 120.2963897, 30.3821614 ] ], [ [ 120.2965885, 30.382291 ], [ 120.2966178, 30.3825865 ] ], [ [ 120.2964305, 30.3825552 ], [ 120.2964224, 30.382477 ] ], [ [ 120.2966178, 30.3825865 ], [ 120.2966281, 30.3826904 ], [ 120.2966757, 30.3832825 ] ], [ [ 120.2965407, 30.3886452 ], [ 120.2965581, 30.3883747 ], [ 120.296556, 30.3878787 ], [ 120.2965749, 30.3869786 ], [ 120.2965612, 30.3862632 ], [ 120.2965491, 30.3851259 ], [ 120.2965243, 30.3837109 ], [ 120.2965063, 30.3832756 ], [ 120.2964305, 30.3825552 ] ], [ [ 120.2967098, 30.3861423 ], [ 120.2966981, 30.3863819 ], [ 120.2967015, 30.3870605 ], [ 120.2967064, 30.3880276 ], [ 120.2966882, 30.3885697 ], [ 120.2966767, 30.3890241 ], [ 120.2967523, 30.3898471 ] ], [ [ 120.2967523, 30.3898471 ], [ 120.2967649, 30.3900375 ] ], [ [ 120.2967649, 30.3900375 ], [ 120.2968131, 30.3904004 ], [ 120.2968187, 30.3904425 ], [ 120.2968484, 30.3907052 ] ], [ [ 120.3118402, 30.3817038 ], [ 120.311799690706806, 30.381698722540907 ] ], [ [ 120.311799690706806, 30.381698722540907 ], [ 120.311669224550116, 30.381682369834621 ] ], [ [ 120.311669224550116, 30.381682369834621 ], [ 120.3115833, 30.3816716 ] ], [ [ 120.2965341, 30.3898465 ], [ 120.2965202, 30.3896198 ], [ 120.2965208, 30.3895589 ], [ 120.2965246, 30.3891835 ], [ 120.2965262, 30.388869 ], [ 120.2965407, 30.3886452 ] ], [ [ 120.2965308, 30.3900399 ], [ 120.2965341, 30.3898465 ] ], [ [ 120.2966123, 30.390873 ], [ 120.2965783, 30.3903924 ], [ 120.2965308, 30.3900399 ] ], [ [ 120.2968484, 30.3907052 ], [ 120.2968957, 30.3911288 ], [ 120.296941, 30.3914213 ], [ 120.2969702, 30.3917088 ], [ 120.2970028, 30.3919599 ], [ 120.2973214, 30.3934647 ], [ 120.2975827, 30.3947118 ], [ 120.2977606, 30.395474 ], [ 120.2978119, 30.3959371 ], [ 120.2978705, 30.3960936 ], [ 120.2979763, 30.3968991 ], [ 120.2980524, 30.3973485 ], [ 120.2980686, 30.3974444 ] ], [ [ 120.2978861, 30.3974113 ], [ 120.2977775, 30.396609 ], [ 120.2977145, 30.3961878 ], [ 120.2975898, 30.3955024 ], [ 120.2974295, 30.3945834 ], [ 120.2974108, 30.3944973 ], [ 120.297195, 30.3935055 ], [ 120.2968573, 30.3921119 ], [ 120.2967561, 30.3917698 ], [ 120.2966123, 30.390873 ] ], [ [ 120.2980686, 30.3974444 ], [ 120.2980759, 30.3976409 ] ] ] } } +] +} diff --git a/data/water.geojson b/data/water.geojson new file mode 100644 index 0000000..f0b75bd --- /dev/null +++ b/data/water.geojson @@ -0,0 +1,5605 @@ +{ +"type": "FeatureCollection", +"name": "water", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1274148, 29.8644433 ], [ 120.1273981, 29.8642935 ], [ 120.1273999, 29.8641694 ], [ 120.1273186, 29.8640538 ], [ 120.1272011, 29.8640441 ], [ 120.1272189, 29.8642144 ], [ 120.1271493, 29.8644633 ], [ 120.1274148, 29.8644433 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.202853, 29.9462979 ], [ 120.203054, 29.9466439 ], [ 120.2034485, 29.9469522 ], [ 120.203637, 29.9465218 ], [ 120.2037274, 29.9464192 ], [ 120.2037327, 29.9462304 ], [ 120.2040673, 29.9457549 ], [ 120.2038103, 29.9455965 ], [ 120.2035526, 29.9456806 ], [ 120.2034358, 29.9456923 ], [ 120.2027657, 29.9460469 ], [ 120.202853, 29.9462979 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2112093, 29.9469839 ], [ 120.2117389, 29.946454 ], [ 120.2114762, 29.9463332 ], [ 120.2110436, 29.9465317 ], [ 120.2110065, 29.9466267 ], [ 120.2108587, 29.9468066 ], [ 120.2112093, 29.9469839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1922189, 29.9518484 ], [ 120.1923411, 29.9524083 ], [ 120.1924573, 29.9524998 ], [ 120.1929029, 29.9522668 ], [ 120.1933792, 29.9519335 ], [ 120.1939069, 29.9514917 ], [ 120.1938462, 29.9512956 ], [ 120.1936685, 29.951208 ], [ 120.1933192, 29.9511976 ], [ 120.1930223, 29.9511371 ], [ 120.1928127, 29.9510009 ], [ 120.1924428, 29.9508424 ], [ 120.1922014, 29.9510917 ], [ 120.1921839, 29.9514852 ], [ 120.1922189, 29.9518484 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1970561, 29.9528272 ], [ 120.1976153, 29.9528629 ], [ 120.1975042, 29.9526069 ], [ 120.1973373, 29.9524644 ], [ 120.1969839, 29.9526163 ], [ 120.1970561, 29.9528272 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.190948, 29.9534937 ], [ 120.1911496, 29.9536452 ], [ 120.1915028, 29.9532406 ], [ 120.1912058, 29.953059 ], [ 120.1909788, 29.953059 ], [ 120.1908565, 29.9532558 ], [ 120.1908086, 29.953376 ], [ 120.190948, 29.9534937 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1630841, 29.9236881 ], [ 120.1631658, 29.9236095 ], [ 120.1633618, 29.9233122 ], [ 120.1646357, 29.9228027 ], [ 120.1639334, 29.9228027 ], [ 120.1635741, 29.9226894 ], [ 120.1630732, 29.9229427 ], [ 120.1626248, 29.9232122 ], [ 120.1630841, 29.9236881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1650026, 29.9249433 ], [ 120.1655272, 29.9249083 ], [ 120.1656752, 29.9248733 ], [ 120.165765, 29.9246746 ], [ 120.1655993, 29.924572 ], [ 120.1653217, 29.9245862 ], [ 120.1650139, 29.9247687 ], [ 120.1649477, 29.9248323 ], [ 120.1650026, 29.9249433 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1849529, 29.938091 ], [ 120.1850225, 29.9381142 ], [ 120.1850778, 29.9380714 ], [ 120.185275, 29.9379247 ], [ 120.1854009, 29.9377423 ], [ 120.1852462, 29.9377167 ], [ 120.1850744, 29.9375524 ], [ 120.1850403, 29.9374251 ], [ 120.1847957, 29.9374705 ], [ 120.1847937, 29.9379832 ], [ 120.1849529, 29.938091 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1737111, 29.9405525 ], [ 120.1741109, 29.9405168 ], [ 120.1742636, 29.940437 ], [ 120.1743859, 29.9398316 ], [ 120.1741763, 29.939544 ], [ 120.1738897, 29.9397528 ], [ 120.173519, 29.9405418 ], [ 120.1737111, 29.9405525 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1816096, 29.9537572 ], [ 120.1818899, 29.9538849 ], [ 120.1820361, 29.9543756 ], [ 120.1821794, 29.9547483 ], [ 120.1824372, 29.9547839 ], [ 120.183084, 29.9546632 ], [ 120.1829792, 29.9543908 ], [ 120.1830666, 29.9539519 ], [ 120.1833635, 29.9534374 ], [ 120.1835906, 29.9531347 ], [ 120.1839748, 29.9528018 ], [ 120.1843067, 29.9525445 ], [ 120.1843226, 29.9523671 ], [ 120.18387, 29.9525899 ], [ 120.1831364, 29.9527866 ], [ 120.183026, 29.9529934 ], [ 120.1826094, 29.9530733 ], [ 120.182334, 29.9527992 ], [ 120.1822939, 29.9530994 ], [ 120.1820674, 29.9532648 ], [ 120.1815257, 29.9533701 ], [ 120.1814708, 29.9536637 ], [ 120.1816096, 29.9537572 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1570015, 29.9578776 ], [ 120.1571699, 29.958279 ], [ 120.1574437, 29.9580418 ], [ 120.1575618, 29.957644 ], [ 120.1573078, 29.9576618 ], [ 120.1570015, 29.9575998 ], [ 120.1570015, 29.9578776 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2675105, 29.925949 ], [ 120.2678054, 29.9258182 ], [ 120.2677087, 29.9256544 ], [ 120.2676404, 29.9254791 ], [ 120.2675696, 29.9254848 ], [ 120.267468, 29.9256827 ], [ 120.2675105, 29.925949 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2754023, 29.9288202 ], [ 120.2756024, 29.9285997 ], [ 120.2757758, 29.9284549 ], [ 120.276075, 29.9284463 ], [ 120.2761877, 29.9283284 ], [ 120.2758723, 29.9282582 ], [ 120.2757063, 29.9280878 ], [ 120.2754732, 29.9281564 ], [ 120.2748834, 29.9282885 ], [ 120.2754023, 29.9288202 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2902987, 29.9388335 ], [ 120.2922272, 29.938004 ], [ 120.2928761, 29.9375358 ], [ 120.2934272, 29.9370803 ], [ 120.2939084, 29.9366003 ], [ 120.2936018, 29.9364838 ], [ 120.293047, 29.9361775 ], [ 120.2927433, 29.9359639 ], [ 120.2925168, 29.9359023 ], [ 120.2922349, 29.9361135 ], [ 120.2921972, 29.9363072 ], [ 120.291952, 29.9364923 ], [ 120.2915642, 29.9366782 ], [ 120.291423, 29.9368363 ], [ 120.2901777, 29.938707 ], [ 120.2902987, 29.9388335 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2870424, 29.9444071 ], [ 120.2873182, 29.9436992 ], [ 120.2874074, 29.9434105 ], [ 120.2876049, 29.9429271 ], [ 120.2878593, 29.9425103 ], [ 120.2884589, 29.9416713 ], [ 120.2888998, 29.9413849 ], [ 120.2890781, 29.9411165 ], [ 120.2897062, 29.9407018 ], [ 120.29025, 29.94034 ], [ 120.2909442, 29.9399442 ], [ 120.29205, 29.93934 ], [ 120.2923688, 29.9392532 ], [ 120.2929877, 29.9390295 ], [ 120.29354, 29.93873 ], [ 120.2939366, 29.9383353 ], [ 120.2942253, 29.9379863 ], [ 120.2943942, 29.9378832 ], [ 120.2946672, 29.9376343 ], [ 120.29506, 29.93722 ], [ 120.2952853, 29.937029 ], [ 120.2955023, 29.9367997 ], [ 120.2961413, 29.9360765 ], [ 120.2964701, 29.9354622 ], [ 120.296861977555395, 29.934449412259866 ], [ 120.295415381968411, 29.934817986478645 ], [ 120.295225, 29.9357854 ], [ 120.2947078, 29.9359037 ], [ 120.2942, 29.9357399 ], [ 120.2937343, 29.9355241 ], [ 120.293352438615955, 29.935343598295358 ], [ 120.29100652820253, 29.935941306532367 ], [ 120.2908327, 29.9361651 ], [ 120.2907207, 29.9363744 ], [ 120.2903827, 29.9367684 ], [ 120.2901432, 29.93711 ], [ 120.2898384, 29.9373618 ], [ 120.2893462, 29.9379611 ], [ 120.2890503, 29.9384345 ], [ 120.2888768, 29.9387454 ], [ 120.2887616, 29.9390032 ], [ 120.2884443, 29.9399196 ], [ 120.2872844, 29.9415794 ], [ 120.2870134, 29.9419049 ], [ 120.2867659, 29.9423605 ], [ 120.2862475, 29.9433579 ], [ 120.2859289, 29.9440521 ], [ 120.2870424, 29.9444071 ] ], [ [ 120.2892123, 29.939786 ], [ 120.2894842, 29.9393856 ], [ 120.2896717, 29.9388089 ], [ 120.289766, 29.93865 ], [ 120.2900431, 29.9383413 ], [ 120.2901885, 29.9381056 ], [ 120.2902355, 29.9379265 ], [ 120.2903387, 29.9377253 ], [ 120.2905503, 29.9374165 ], [ 120.2908222, 29.9370993 ], [ 120.2919143, 29.9359887 ], [ 120.2923653, 29.9357035 ], [ 120.2926975, 29.9356182 ], [ 120.2932212, 29.9359125 ], [ 120.2942903, 29.9363187 ], [ 120.2946028, 29.93643 ], [ 120.2945601, 29.9367022 ], [ 120.29402, 29.9372 ], [ 120.29387, 29.93733 ], [ 120.29372, 29.93745 ], [ 120.29357, 29.93758 ], [ 120.29342, 29.93771 ], [ 120.29327, 29.93783 ], [ 120.29312, 29.93795 ], [ 120.29296, 29.93846 ], [ 120.29236, 29.93858 ], [ 120.29177, 29.93882 ], [ 120.29161, 29.93895 ], [ 120.29146, 29.93908 ], [ 120.29087, 29.93932 ], [ 120.29072, 29.93944 ], [ 120.29056, 29.93957 ], [ 120.2899371, 29.9398831 ], [ 120.2896225, 29.940074 ], [ 120.2893038, 29.9402307 ], [ 120.288986, 29.9403935 ], [ 120.2892123, 29.939786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2697528, 29.9401759 ], [ 120.271919, 29.93774 ], [ 120.2719534, 29.9374864 ], [ 120.2718989, 29.9373471 ], [ 120.2713778, 29.9370248 ], [ 120.2710557, 29.9369403 ], [ 120.2705872, 29.9377486 ], [ 120.2704169, 29.9378017 ], [ 120.2701599, 29.9382816 ], [ 120.2693417, 29.9399542 ], [ 120.2697528, 29.9401759 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2691997, 29.9400309 ], [ 120.2693401, 29.9398246 ], [ 120.2694375, 29.9396221 ], [ 120.2694693, 29.9394832 ], [ 120.2691013, 29.9393424 ], [ 120.2691997, 29.9400309 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0533673, 30.0969646 ], [ 120.053419, 30.0970053 ], [ 120.0534685, 30.0970442 ], [ 120.0538089, 30.0972193 ], [ 120.0541216, 30.0972989 ], [ 120.0547287, 30.0973864 ], [ 120.0549035, 30.0972511 ], [ 120.0550506, 30.0970522 ], [ 120.0551978, 30.0968771 ], [ 120.055212, 30.0967912 ], [ 120.0552254, 30.09671 ], [ 120.0552162, 30.0965667 ], [ 120.0551518, 30.0964155 ], [ 120.0550598, 30.0963359 ], [ 120.0549035, 30.09632 ], [ 120.0536341, 30.0965508 ], [ 120.0535237, 30.0966145 ], [ 120.0533581, 30.0968771 ], [ 120.0533673, 30.0969646 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.066176, 30.106007 ], [ 120.0661838, 30.105595 ], [ 120.0658132, 30.1055898 ], [ 120.0658114, 30.106044 ], [ 120.066176, 30.106007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0655133, 30.1068905 ], [ 120.0658468, 30.1068681 ], [ 120.0657467, 30.1062611 ], [ 120.0654609, 30.1062783 ], [ 120.0655133, 30.1068905 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0653348, 30.1151834 ], [ 120.0656674, 30.1153308 ], [ 120.0658387, 30.1151198 ], [ 120.066109, 30.1152148 ], [ 120.0659988, 30.1149261 ], [ 120.0661334, 30.1147709 ], [ 120.0660853, 30.1145382 ], [ 120.0658749, 30.1144974 ], [ 120.0656945, 30.1141564 ], [ 120.0651565, 30.1144901 ], [ 120.0652989, 30.1148524 ], [ 120.0649697, 30.1149426 ], [ 120.0647589, 30.1153672 ], [ 120.0653348, 30.1151834 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1172019, 29.8579232 ], [ 120.1180546, 29.8580062 ], [ 120.1181514, 29.85788 ], [ 120.1181972, 29.8577773 ], [ 120.1178324, 29.8570887 ], [ 120.1179397, 29.8569026 ], [ 120.1177251, 29.8569026 ], [ 120.1175323, 29.8568685 ], [ 120.1175106, 29.8566979 ], [ 120.1174033, 29.8562327 ], [ 120.1173138, 29.8560868 ], [ 120.1171326, 29.8564284 ], [ 120.1170553, 29.8566557 ], [ 120.1172019, 29.8579232 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1150358, 29.8667383 ], [ 120.1151823, 29.8667079 ], [ 120.1155889, 29.8666007 ], [ 120.1157306, 29.8664838 ], [ 120.1155435, 29.8662332 ], [ 120.1150746, 29.8660878 ], [ 120.1149127, 29.8662234 ], [ 120.1149579, 29.8664056 ], [ 120.1147669, 29.8665702 ], [ 120.1150358, 29.8667383 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1247625, 29.8693256 ], [ 120.1249533, 29.8693938 ], [ 120.1253187, 29.869311 ], [ 120.1252382, 29.8691104 ], [ 120.1251184, 29.8691073 ], [ 120.1249888, 29.8690036 ], [ 120.1249817, 29.86893 ], [ 120.1250101, 29.8688457 ], [ 120.1249528, 29.8687575 ], [ 120.1247365, 29.8688592 ], [ 120.1245103, 29.8689885 ], [ 120.1247625, 29.8693256 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1184742, 29.8711933 ], [ 120.118672, 29.8713425 ], [ 120.1187879, 29.8713415 ], [ 120.1189742, 29.8711969 ], [ 120.1189987, 29.8710859 ], [ 120.1190061, 29.8709791 ], [ 120.1187774, 29.8706238 ], [ 120.1185101, 29.8707518 ], [ 120.1184203, 29.8709595 ], [ 120.1184742, 29.8711933 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1135001, 29.8772036 ], [ 120.1136987, 29.8773275 ], [ 120.1138258, 29.8772293 ], [ 120.1139175, 29.8770581 ], [ 120.1137624, 29.8770182 ], [ 120.1134852, 29.8769438 ], [ 120.1132754, 29.876984 ], [ 120.1135001, 29.8772036 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1150762, 29.8773552 ], [ 120.115291, 29.8773957 ], [ 120.1156696, 29.8773301 ], [ 120.1158391, 29.8773263 ], [ 120.1156532, 29.8768851 ], [ 120.1153507, 29.8769713 ], [ 120.1150762, 29.8771564 ], [ 120.1149285, 29.8772199 ], [ 120.1148921, 29.8772888 ], [ 120.1150762, 29.8773552 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1056327, 29.8543026 ], [ 120.1058836, 29.8545107 ], [ 120.106041, 29.8547818 ], [ 120.1061162, 29.855019 ], [ 120.1061306, 29.8550642 ], [ 120.1067106, 29.8554606 ], [ 120.107343, 29.8546264 ], [ 120.1071811, 29.854611 ], [ 120.1069798, 29.8545328 ], [ 120.1068579, 29.854377 ], [ 120.1066903, 29.854452 ], [ 120.1065063, 29.8544859 ], [ 120.1061976, 29.8543333 ], [ 120.1059166, 29.8542229 ], [ 120.1054898, 29.8541563 ], [ 120.1056327, 29.8543026 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0972321, 29.860592 ], [ 120.0973547, 29.8609544 ], [ 120.0976655, 29.8607906 ], [ 120.0979461, 29.8606068 ], [ 120.0978991, 29.8604781 ], [ 120.0976294, 29.8603955 ], [ 120.0972841, 29.8601793 ], [ 120.0971307, 29.8602791 ], [ 120.0972321, 29.860592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1080544, 29.8627924 ], [ 120.1081115, 29.8627178 ], [ 120.1081517, 29.8625594 ], [ 120.1080818, 29.8622417 ], [ 120.1077942, 29.8616596 ], [ 120.1076407, 29.8620089 ], [ 120.1076024, 29.8624247 ], [ 120.1075039, 29.862624 ], [ 120.1080544, 29.8627924 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0998409, 29.8893938 ], [ 120.1000729, 29.8897138 ], [ 120.1002047, 29.8901298 ], [ 120.1002258, 29.8905641 ], [ 120.1000624, 29.8908521 ], [ 120.1004473, 29.8906601 ], [ 120.101022, 29.8900292 ], [ 120.1012358, 29.8896467 ], [ 120.1012063, 29.8893519 ], [ 120.1010873, 29.88906 ], [ 120.1008955, 29.8890235 ], [ 120.1000887, 29.8890281 ], [ 120.0996669, 29.8890189 ], [ 120.0996511, 29.8891835 ], [ 120.0998409, 29.8893938 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.098902, 29.9041563 ], [ 120.0991507, 29.9038121 ], [ 120.0990671, 29.9037841 ], [ 120.098602, 29.9038285 ], [ 120.09843, 29.9038356 ], [ 120.098902, 29.9041563 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1039146, 29.9044897 ], [ 120.1039149, 29.9044949 ], [ 120.1042037, 29.9043918 ], [ 120.1042048, 29.9040037 ], [ 120.1042682, 29.9038709 ], [ 120.1038979, 29.903929 ], [ 120.1039146, 29.9044897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0875267, 29.9053205 ], [ 120.0877146, 29.9051106 ], [ 120.0874585, 29.9049163 ], [ 120.0873447, 29.9050937 ], [ 120.0875267, 29.9053205 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1052971, 29.9104054 ], [ 120.1055126, 29.9104478 ], [ 120.1055953, 29.9102313 ], [ 120.1056068, 29.9100426 ], [ 120.1054439, 29.9099144 ], [ 120.105325, 29.9100763 ], [ 120.1052231, 29.910312 ], [ 120.1052971, 29.9104054 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1191036, 29.8800096 ], [ 120.1192723, 29.8803328 ], [ 120.1194808, 29.8802891 ], [ 120.1194829, 29.880135 ], [ 120.1195318, 29.8800058 ], [ 120.1197355, 29.8799308 ], [ 120.1195055, 29.8797174 ], [ 120.1194192, 29.8794735 ], [ 120.1191132, 29.8795367 ], [ 120.1187849, 29.8797321 ], [ 120.1191036, 29.8800096 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1241486, 29.8810514 ], [ 120.1242288, 29.8810338 ], [ 120.1241003, 29.8805485 ], [ 120.123787, 29.8805354 ], [ 120.1234229, 29.8807692 ], [ 120.1241486, 29.8810514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.121943, 29.8817195 ], [ 120.1223326, 29.8816658 ], [ 120.1223622, 29.8813838 ], [ 120.1222498, 29.8812602 ], [ 120.1221969, 29.8810845 ], [ 120.1220206, 29.8811367 ], [ 120.1220505, 29.8812972 ], [ 120.1220606, 29.881377 ], [ 120.1219879, 29.8814369 ], [ 120.1219108, 29.8816279 ], [ 120.121943, 29.8817195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1185416, 29.8831543 ], [ 120.118839, 29.8830982 ], [ 120.119013, 29.8830588 ], [ 120.1188453, 29.8828808 ], [ 120.1188219, 29.882856 ], [ 120.1185956, 29.8824411 ], [ 120.1184472, 29.8826398 ], [ 120.1183601, 29.8829694 ], [ 120.1185416, 29.8831543 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1218128, 29.8836622 ], [ 120.1219227, 29.8836846 ], [ 120.1220103, 29.8836846 ], [ 120.1221124, 29.8832665 ], [ 120.1221131, 29.8831936 ], [ 120.1217715, 29.8830355 ], [ 120.1212896, 29.8829943 ], [ 120.1212467, 29.8835468 ], [ 120.1218128, 29.8836622 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1098744, 29.8863099 ], [ 120.1099706, 29.8860914 ], [ 120.1101461, 29.8860238 ], [ 120.110283, 29.8858228 ], [ 120.1100222, 29.885625 ], [ 120.1097179, 29.8858917 ], [ 120.1096035, 29.8861933 ], [ 120.1098744, 29.8863099 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1229466, 29.898118 ], [ 120.1231128, 29.898083 ], [ 120.1234768, 29.8979076 ], [ 120.1231397, 29.8977674 ], [ 120.1228866, 29.8977068 ], [ 120.1229466, 29.898118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.120538, 29.9000486 ], [ 120.1209677, 29.9004446 ], [ 120.1212014, 29.900628 ], [ 120.1214085, 29.9012085 ], [ 120.1214058, 29.90135 ], [ 120.1213223, 29.9014498 ], [ 120.1213733, 29.9018247 ], [ 120.1212924, 29.901847 ], [ 120.1213037, 29.9020238 ], [ 120.1215484, 29.9020626 ], [ 120.1216721, 29.9021415 ], [ 120.1217261, 29.9022425 ], [ 120.1217438, 29.9022757 ], [ 120.1228915, 29.9019581 ], [ 120.1229258, 29.9016739 ], [ 120.1228768, 29.9012738 ], [ 120.1230049, 29.9010872 ], [ 120.1227143, 29.9001422 ], [ 120.1223639, 29.8992796 ], [ 120.1221767, 29.8989653 ], [ 120.1218662, 29.8982977 ], [ 120.1215474, 29.8979163 ], [ 120.1212151, 29.8977414 ], [ 120.1210431, 29.8975241 ], [ 120.1209904, 29.8973043 ], [ 120.1210041, 29.8967033 ], [ 120.1209865, 29.8966207 ], [ 120.1206504, 29.8972505 ], [ 120.1206924, 29.8975351 ], [ 120.1208356, 29.8978106 ], [ 120.1209799, 29.8980458 ], [ 120.1210396, 29.8982745 ], [ 120.1208757, 29.8987631 ], [ 120.1209831, 29.8988685 ], [ 120.1209929, 29.8991765 ], [ 120.1205353, 29.8997647 ], [ 120.120538, 29.9000486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.112158, 29.9170959 ], [ 120.1123446, 29.9172451 ], [ 120.1125296, 29.9175401 ], [ 120.1125953, 29.9177653 ], [ 120.1124726, 29.9179379 ], [ 120.112257, 29.9180627 ], [ 120.1122532, 29.9181921 ], [ 120.1124709, 29.9182485 ], [ 120.1126087, 29.9182828 ], [ 120.1129488, 29.9185548 ], [ 120.1132216, 29.9186336 ], [ 120.113297, 29.9186182 ], [ 120.1132975, 29.9184467 ], [ 120.1134303, 29.9181292 ], [ 120.1136367, 29.9178472 ], [ 120.113803, 29.9177389 ], [ 120.1139873, 29.9177176 ], [ 120.1142949, 29.917644 ], [ 120.1139143, 29.9167403 ], [ 120.1136524, 29.9166412 ], [ 120.1133113, 29.9164389 ], [ 120.1130959, 29.9161674 ], [ 120.1130372, 29.9164559 ], [ 120.1132344, 29.9165756 ], [ 120.1132278, 29.916768 ], [ 120.1130511, 29.9168638 ], [ 120.1128413, 29.9168463 ], [ 120.1125084, 29.9168123 ], [ 120.1122147, 29.9167614 ], [ 120.1120776, 29.9169311 ], [ 120.112158, 29.9170959 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1158688, 29.9268568 ], [ 120.1160405, 29.9274147 ], [ 120.116019, 29.9276937 ], [ 120.1162657, 29.9276317 ], [ 120.1164929, 29.927566 ], [ 120.1163315, 29.9273899 ], [ 120.1162089, 29.9268171 ], [ 120.116277, 29.9267111 ], [ 120.1163282, 29.9264888 ], [ 120.1158044, 29.9263733 ], [ 120.1158688, 29.9268568 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0865981, 29.9116649 ], [ 120.0867101, 29.9117451 ], [ 120.0869427, 29.9115048 ], [ 120.0867905, 29.9113644 ], [ 120.0866224, 29.9113778 ], [ 120.0865201, 29.9114411 ], [ 120.0864812, 29.9115298 ], [ 120.0865981, 29.9116649 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0944024, 29.9119641 ], [ 120.0945999, 29.9120278 ], [ 120.0948072, 29.9119809 ], [ 120.0947189, 29.9116453 ], [ 120.0947177, 29.911641 ], [ 120.0943413, 29.9118998 ], [ 120.0944024, 29.9119641 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1006481, 29.9137506 ], [ 120.1007589, 29.9139796 ], [ 120.1009423, 29.9138181 ], [ 120.1006326, 29.9135471 ], [ 120.1006481, 29.9137506 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0974461, 29.9168628 ], [ 120.0971817, 29.9165393 ], [ 120.097002, 29.9164914 ], [ 120.0966225, 29.9167407 ], [ 120.0962528, 29.9173215 ], [ 120.0974461, 29.9168628 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1000339, 29.92215 ], [ 120.1002718, 29.9221229 ], [ 120.1004564, 29.9221135 ], [ 120.1003873, 29.9217639 ], [ 120.1000222, 29.9218814 ], [ 120.0997805, 29.9220353 ], [ 120.0997567, 29.922225 ], [ 120.1000339, 29.92215 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0855143, 30.0834435 ], [ 120.08538, 30.0837137 ], [ 120.0855271, 30.0840126 ], [ 120.0855986, 30.0845019 ], [ 120.0871273, 30.0844679 ], [ 120.0872155, 30.0848099 ], [ 120.0877308, 30.0847742 ], [ 120.0875992, 30.0841387 ], [ 120.0869253, 30.0841424 ], [ 120.0869095, 30.0837503 ], [ 120.0883834, 30.083681 ], [ 120.0867856, 30.0832589 ], [ 120.0857183, 30.0829748 ], [ 120.0855235, 30.0831612 ], [ 120.0852096, 30.0831612 ], [ 120.0851936, 30.0833466 ], [ 120.0855143, 30.0834435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1055091, 30.0879185 ], [ 120.1056221, 30.0879661 ], [ 120.1057124, 30.0878416 ], [ 120.1057751, 30.0877699 ], [ 120.1058827, 30.0876457 ], [ 120.1059934, 30.0875901 ], [ 120.1061339, 30.087592 ], [ 120.1062417, 30.0876245 ], [ 120.1063792, 30.0876208 ], [ 120.1065415, 30.0876432 ], [ 120.1066518, 30.0877387 ], [ 120.1067255, 30.087872 ], [ 120.1065954, 30.0880683 ], [ 120.1065074, 30.0882066 ], [ 120.1063917, 30.0883155 ], [ 120.1062553, 30.0883744 ], [ 120.1062079, 30.0883986 ], [ 120.1061407, 30.0884604 ], [ 120.1060473, 30.0885282 ], [ 120.1059381, 30.0885412 ], [ 120.1058655, 30.0885156 ], [ 120.1058118, 30.0884505 ], [ 120.1057722, 30.0883555 ], [ 120.1057511, 30.088435 ], [ 120.1057325, 30.0885292 ], [ 120.1056546, 30.0886054 ], [ 120.1055377, 30.0886853 ], [ 120.1054553, 30.0887875 ], [ 120.1054491, 30.0888805 ], [ 120.105588, 30.0889715 ], [ 120.1056593, 30.088949 ], [ 120.1060026, 30.088704 ], [ 120.1061072, 30.0886265 ], [ 120.1062434, 30.0884289 ], [ 120.106365, 30.0883864 ], [ 120.1064679, 30.088301 ], [ 120.1066857, 30.0880368 ], [ 120.1067591, 30.0879468 ], [ 120.1068666, 30.0879119 ], [ 120.1071224, 30.0877151 ], [ 120.1071204, 30.0876338 ], [ 120.1069408, 30.0874833 ], [ 120.1068765, 30.0874047 ], [ 120.1067354, 30.0873556 ], [ 120.1066232, 30.0874209 ], [ 120.1065385, 30.0875431 ], [ 120.1064384, 30.0875796 ], [ 120.1062428, 30.0875702 ], [ 120.1061259, 30.0875197 ], [ 120.1060572, 30.0873964 ], [ 120.1058792, 30.0872612 ], [ 120.1057883, 30.0872331 ], [ 120.105665, 30.0872668 ], [ 120.1055806, 30.0873567 ], [ 120.1055026, 30.0874972 ], [ 120.1054442, 30.0876432 ], [ 120.1054377, 30.0878174 ], [ 120.1055091, 30.0879185 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.097948, 30.1020159 ], [ 120.0982099, 30.1019851 ], [ 120.0980623, 30.1006336 ], [ 120.0972522, 30.1007704 ], [ 120.097948, 30.1020159 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1048999, 30.1025578 ], [ 120.1052869, 30.1022021 ], [ 120.1053135, 30.1018301 ], [ 120.1054728, 30.1016595 ], [ 120.1055843, 30.1017756 ], [ 120.1056259, 30.101305 ], [ 120.1057656, 30.1011979 ], [ 120.1060106, 30.10101 ], [ 120.1063222, 30.1010496 ], [ 120.1068199, 30.1007384 ], [ 120.1064768, 30.1002055 ], [ 120.106132, 30.1003252 ], [ 120.1056174, 30.1008821 ], [ 120.1053458, 30.1010223 ], [ 120.105175, 30.1013939 ], [ 120.1040278, 30.1016654 ], [ 120.1048999, 30.1025578 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1166487, 29.9303508 ], [ 120.1167237, 29.9303578 ], [ 120.1167505, 29.930397 ], [ 120.1169625, 29.930452 ], [ 120.1171311, 29.9304567 ], [ 120.1172875, 29.9301437 ], [ 120.116838, 29.9298291 ], [ 120.1167175, 29.9298979 ], [ 120.1165654, 29.9301716 ], [ 120.1165586, 29.9302896 ], [ 120.1166487, 29.9303508 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.119453, 29.9341913 ], [ 120.1206508, 29.934154 ], [ 120.1210346, 29.9342748 ], [ 120.1207253, 29.9334078 ], [ 120.1203597, 29.9334905 ], [ 120.1189389, 29.9339365 ], [ 120.1189379, 29.9342449 ], [ 120.119453, 29.9341913 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1133253, 29.9390151 ], [ 120.113545, 29.939179 ], [ 120.1137441, 29.9393811 ], [ 120.1138112, 29.9396255 ], [ 120.1139914, 29.9400728 ], [ 120.1143494, 29.9404456 ], [ 120.1147261, 29.9402966 ], [ 120.1150726, 29.9403805 ], [ 120.1152853, 29.9403712 ], [ 120.1152432, 29.9399285 ], [ 120.1148941, 29.9399494 ], [ 120.1144496, 29.9399688 ], [ 120.1142331, 29.9399185 ], [ 120.114239, 29.9396318 ], [ 120.113967, 29.9392437 ], [ 120.1135669, 29.9389485 ], [ 120.1130793, 29.9388792 ], [ 120.1133253, 29.9390151 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1088097, 29.9731669 ], [ 120.1091638, 29.9734332 ], [ 120.1096575, 29.9734736 ], [ 120.1097973, 29.974087 ], [ 120.1101793, 29.9742565 ], [ 120.1102724, 29.9745873 ], [ 120.1101606, 29.9749909 ], [ 120.1103936, 29.9750958 ], [ 120.1108594, 29.9747488 ], [ 120.1108234, 29.9743938 ], [ 120.1108174, 29.9743341 ], [ 120.1106457, 29.9740399 ], [ 120.1105884, 29.9737391 ], [ 120.1102641, 29.9733655 ], [ 120.110245, 29.9731969 ], [ 120.1098596, 29.9729457 ], [ 120.1096993, 29.9727672 ], [ 120.1094283, 29.9726581 ], [ 120.1092197, 29.9726342 ], [ 120.10826, 29.9727311 ], [ 120.1080551, 29.973175 ], [ 120.1088097, 29.9731669 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0310011, 30.0982428 ], [ 120.0311151, 30.09836 ], [ 120.0312049, 30.0984354 ], [ 120.0312706, 30.0984691 ], [ 120.0313364, 30.0984691 ], [ 120.0314008, 30.098439 ], [ 120.031496, 30.098389 ], [ 120.0316488, 30.0982869 ], [ 120.0319546, 30.0980641 ], [ 120.0320458, 30.0980015 ], [ 120.0320847, 30.0979528 ], [ 120.0320968, 30.0979029 ], [ 120.032019, 30.0977416 ], [ 120.0319305, 30.0975698 ], [ 120.0318916, 30.0975548 ], [ 120.0318433, 30.0975536 ], [ 120.0317695, 30.0975907 ], [ 120.0316837, 30.0976534 ], [ 120.0314852, 30.0978565 ], [ 120.0312948, 30.098012 ], [ 120.0312277, 30.0980757 ], [ 120.0311446, 30.0981082 ], [ 120.0310521, 30.0981384 ], [ 120.0309957, 30.0981686 ], [ 120.0310011, 30.0982428 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0278231, 30.1169765 ], [ 120.0279572, 30.1170136 ], [ 120.0281289, 30.116958 ], [ 120.0282254, 30.1168141 ], [ 120.0281825, 30.1165867 ], [ 120.0280538, 30.1164568 ], [ 120.0278982, 30.1163733 ], [ 120.0277373, 30.116429 ], [ 120.0276675, 30.11648 ], [ 120.0276783, 30.1166981 ], [ 120.0275817, 30.1168095 ], [ 120.0278231, 30.1169765 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0204421, 30.1286066 ], [ 120.0204909, 30.1287115 ], [ 120.0205601, 30.1287644 ], [ 120.0213111, 30.1289963 ], [ 120.0223196, 30.1292283 ], [ 120.0230063, 30.1285602 ], [ 120.0231994, 30.1282726 ], [ 120.0231565, 30.1279199 ], [ 120.0231887, 30.1275302 ], [ 120.0230492, 30.1271961 ], [ 120.0229634, 30.1268342 ], [ 120.0226415, 30.1267043 ], [ 120.0209893, 30.1273353 ], [ 120.0206352, 30.1275488 ], [ 120.0204421, 30.1281148 ], [ 120.0204421, 30.1286066 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0290064, 30.1297627 ], [ 120.0296127, 30.1295831 ], [ 120.0303003, 30.1295034 ], [ 120.0304276, 30.1297399 ], [ 120.0307633, 30.1297862 ], [ 120.0309701, 30.1296529 ], [ 120.0314381, 30.1299291 ], [ 120.031384, 30.1302331 ], [ 120.0313282, 30.1305797 ], [ 120.0318539, 30.1307814 ], [ 120.0326897, 30.1307052 ], [ 120.0327835, 30.1310404 ], [ 120.0329782, 30.1309834 ], [ 120.0330294, 30.1311755 ], [ 120.0332027, 30.1310511 ], [ 120.0331961, 30.1308388 ], [ 120.0329836, 30.1307942 ], [ 120.0330055, 30.1304342 ], [ 120.0333235, 30.1302681 ], [ 120.0333171, 30.1304553 ], [ 120.0336078, 30.1304958 ], [ 120.0336078, 30.1303724 ], [ 120.0342304, 30.1303824 ], [ 120.034598, 30.1305009 ], [ 120.0349082, 30.1302498 ], [ 120.0347417, 30.1298924 ], [ 120.0345645, 30.1299361 ], [ 120.034485, 30.1297642 ], [ 120.0338047, 30.129824 ], [ 120.0336408, 30.1296067 ], [ 120.0333145, 30.1297454 ], [ 120.0331003, 30.1296485 ], [ 120.0327592, 30.1296035 ], [ 120.0320765, 30.1298258 ], [ 120.0317813, 30.129662 ], [ 120.031422, 30.1296932 ], [ 120.0309897, 30.1294165 ], [ 120.0311933, 30.1289604 ], [ 120.0308442, 30.1289434 ], [ 120.0308658, 30.1285676 ], [ 120.0311155, 30.1284711 ], [ 120.0315016, 30.1286312 ], [ 120.0316593, 30.1282669 ], [ 120.0307821, 30.1282193 ], [ 120.0304974, 30.1281226 ], [ 120.0304712, 30.1283648 ], [ 120.0301264, 30.1283232 ], [ 120.0301744, 30.1287959 ], [ 120.0302961, 30.1290892 ], [ 120.0298343, 30.1291835 ], [ 120.0294306, 30.1292732 ], [ 120.0292002, 30.129282 ], [ 120.0291805, 30.1294432 ], [ 120.0285739, 30.1296957 ], [ 120.0290064, 30.1297627 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0237979, 30.1326343 ], [ 120.0239201, 30.1327967 ], [ 120.0238583, 30.1331394 ], [ 120.0254394, 30.1330822 ], [ 120.0254021, 30.132774 ], [ 120.0249108, 30.1326801 ], [ 120.0249009, 30.1323006 ], [ 120.0246482, 30.1323222 ], [ 120.0246167, 30.1325408 ], [ 120.0241446, 30.1324893 ], [ 120.0242358, 30.1321224 ], [ 120.0242393, 30.1319778 ], [ 120.0238009, 30.1318871 ], [ 120.0237253, 30.1321662 ], [ 120.0237979, 30.1326343 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.035369, 30.1336886 ], [ 120.0357605, 30.1337795 ], [ 120.0357456, 30.1335535 ], [ 120.0358188, 30.1334188 ], [ 120.0356747, 30.1328652 ], [ 120.0352444, 30.1331124 ], [ 120.0351403, 30.1335135 ], [ 120.035369, 30.1336886 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0350923, 30.1378993 ], [ 120.0350386, 30.138006 ], [ 120.0352486, 30.1381419 ], [ 120.0354517, 30.1385209 ], [ 120.0355536, 30.1385209 ], [ 120.0354195, 30.1379735 ], [ 120.0355053, 30.1378853 ], [ 120.0355321, 30.1377322 ], [ 120.0356555, 30.1374353 ], [ 120.0357145, 30.1373797 ], [ 120.035677, 30.1373054 ], [ 120.0358218, 30.1370688 ], [ 120.0358755, 30.1369065 ], [ 120.035457, 30.1366838 ], [ 120.0354088, 30.1367209 ], [ 120.0353229, 30.1370178 ], [ 120.0352103, 30.1370827 ], [ 120.0352532, 30.1372034 ], [ 120.0352371, 30.1373147 ], [ 120.0349903, 30.1376673 ], [ 120.0350011, 30.1377926 ], [ 120.0349421, 30.1378621 ], [ 120.0350923, 30.1378993 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1234447, 30.0999129 ], [ 120.123456265321295, 30.099904258350527 ], [ 120.123401795181351, 30.099847853118362 ], [ 120.1234447, 30.0999129 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1255989, 30.1011537 ], [ 120.125657442268178, 30.101113809552409 ], [ 120.125563962144213, 30.101120918396589 ], [ 120.1255989, 30.1011537 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1342702, 30.100536 ], [ 120.1343441, 30.1005013 ], [ 120.134360989760424, 30.100451934489733 ], [ 120.134016657510955, 30.10047811978135 ], [ 120.1342702, 30.100536 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1314899, 30.1014177 ], [ 120.1315569, 30.1014362 ], [ 120.1333907, 30.1007017 ], [ 120.133276877821942, 30.100534377500228 ], [ 120.131190602631094, 30.100693031603502 ], [ 120.1314899, 30.1014177 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0808076, 30.0835786 ], [ 120.0832389, 30.0835592 ], [ 120.0832953, 30.0841483 ], [ 120.0825006, 30.0842055 ], [ 120.0826173, 30.0847358 ], [ 120.0838704, 30.0846293 ], [ 120.0838571, 30.0853729 ], [ 120.084165, 30.0853168 ], [ 120.0842271, 30.085646 ], [ 120.0844752, 30.0855666 ], [ 120.0844713, 30.0846653 ], [ 120.0844265, 30.0844971 ], [ 120.0842593, 30.0838686 ], [ 120.0843706, 30.0828427 ], [ 120.0822781, 30.0825997 ], [ 120.080656, 30.0827141 ], [ 120.0808076, 30.0835786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.083772, 30.090421 ], [ 120.0835996, 30.0893265 ], [ 120.0832694, 30.0893723 ], [ 120.0833221, 30.0899781 ], [ 120.0831274, 30.0899897 ], [ 120.0831146, 30.0902673 ], [ 120.083772, 30.090421 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0825308, 30.1001465 ], [ 120.0832593, 30.1000897 ], [ 120.0831475, 30.0993706 ], [ 120.0824797, 30.0994161 ], [ 120.0825308, 30.1001465 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0839323, 30.1070607 ], [ 120.0845853, 30.1071655 ], [ 120.0844066, 30.1063707 ], [ 120.0836658, 30.1064164 ], [ 120.0839323, 30.1070607 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0828515, 30.1077836 ], [ 120.0835974, 30.1075443 ], [ 120.0836221, 30.1070646 ], [ 120.0833507, 30.1070227 ], [ 120.0830572, 30.1065338 ], [ 120.0827321, 30.1065579 ], [ 120.0828515, 30.1077836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0817471, 30.1101981 ], [ 120.0818248, 30.1098916 ], [ 120.0821902, 30.1097497 ], [ 120.0822046, 30.1092074 ], [ 120.0823261, 30.1091452 ], [ 120.0825234, 30.1089509 ], [ 120.0824523, 30.1085337 ], [ 120.0823469, 30.1085057 ], [ 120.08217, 30.1084586 ], [ 120.0820829, 30.1082708 ], [ 120.0821776, 30.108158 ], [ 120.0821647, 30.1077922 ], [ 120.0817039, 30.1078316 ], [ 120.0817739, 30.1084221 ], [ 120.0820277, 30.108908 ], [ 120.081813, 30.1096737 ], [ 120.0814287, 30.1096982 ], [ 120.0811195, 30.1099678 ], [ 120.0809669, 30.1103121 ], [ 120.0817471, 30.1101981 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0798484, 30.1098495 ], [ 120.0806669, 30.1098495 ], [ 120.0803986, 30.1097442 ], [ 120.0801662, 30.1091449 ], [ 120.0798189, 30.1090825 ], [ 120.0795664, 30.1094548 ], [ 120.0798484, 30.1098495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0722314, 30.1246245 ], [ 120.0729355, 30.1247842 ], [ 120.0734515, 30.124793 ], [ 120.0736852, 30.124793 ], [ 120.0741214, 30.124807 ], [ 120.0753645, 30.12509 ], [ 120.0758041, 30.1251709 ], [ 120.0764079, 30.1253486 ], [ 120.0765725, 30.1254842 ], [ 120.0767361, 30.125754 ], [ 120.0768634, 30.1260295 ], [ 120.0768656, 30.1263723 ], [ 120.0769193, 30.1265697 ], [ 120.0767268, 30.126758 ], [ 120.0768127, 30.1268691 ], [ 120.0767681, 30.1269487 ], [ 120.0766902, 30.1270607 ], [ 120.0765663, 30.1271518 ], [ 120.0766401, 30.1273554 ], [ 120.0766968, 30.1274775 ], [ 120.0769739, 30.1273816 ], [ 120.0771057, 30.1274381 ], [ 120.0773127, 30.1276143 ], [ 120.0772424, 30.127761 ], [ 120.0772376, 30.1278596 ], [ 120.0772923, 30.1279464 ], [ 120.0774211, 30.1279075 ], [ 120.077517, 30.1278334 ], [ 120.0774142, 30.1277056 ], [ 120.0772751, 30.1273881 ], [ 120.0771235, 30.127218 ], [ 120.0772927, 30.1270309 ], [ 120.0772218, 30.1268379 ], [ 120.0770804, 30.1266523 ], [ 120.0770436, 30.1264755 ], [ 120.0769499, 30.1262962 ], [ 120.0769329, 30.1261555 ], [ 120.0770872, 30.1260685 ], [ 120.077143, 30.1259309 ], [ 120.0771756, 30.1256646 ], [ 120.0772532, 30.1255159 ], [ 120.0775442, 30.125618 ], [ 120.0777764, 30.1254904 ], [ 120.0781439, 30.1253865 ], [ 120.0786375, 30.1254679 ], [ 120.0791619, 30.1255363 ], [ 120.0791685, 30.125336 ], [ 120.0785849, 30.125336 ], [ 120.0782018, 30.1253314 ], [ 120.0778394, 30.1253677 ], [ 120.0774345, 30.1253427 ], [ 120.0771859, 30.1253748 ], [ 120.0770892, 30.1255113 ], [ 120.0768995, 30.1254963 ], [ 120.0769859, 30.1252624 ], [ 120.0766607, 30.1252043 ], [ 120.0765167, 30.1251785 ], [ 120.0758363, 30.1250477 ], [ 120.073909, 30.1246772 ], [ 120.0736919, 30.1246355 ], [ 120.0717332, 30.1242784 ], [ 120.0716434, 30.1244122 ], [ 120.0722314, 30.1246245 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "景观喷泉" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0748152, 30.1323304 ], [ 120.0748795, 30.1323198 ], [ 120.074855, 30.1321926 ], [ 120.074791, 30.1322031 ], [ 120.0748152, 30.1323304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0759629, 30.1333488 ], [ 120.0786116, 30.1325944 ], [ 120.0785356, 30.13238 ], [ 120.0780078, 30.1325425 ], [ 120.0778639, 30.1325944 ], [ 120.0777479, 30.1326186 ], [ 120.0776, 30.1326636 ], [ 120.0774641, 30.1326808 ], [ 120.0760766, 30.1330578 ], [ 120.0759887, 30.1330924 ], [ 120.0759371, 30.1331145 ], [ 120.0759023, 30.1331618 ], [ 120.0759629, 30.1333488 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1235681, 30.1000489 ], [ 120.1246912, 30.1017227 ], [ 120.1247489, 30.1017393 ], [ 120.1255528, 30.1011969 ], [ 120.1255335, 30.1011603 ], [ 120.125495807173749, 30.10112610134933 ], [ 120.124695, 30.101187 ], [ 120.123551656259593, 30.100003038122857 ], [ 120.1235681, 30.1000489 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1166039, 30.1017097 ], [ 120.1168127, 30.1018827 ], [ 120.1169366, 30.1019057 ], [ 120.1169826, 30.1018276 ], [ 120.1168145, 30.1015658 ], [ 120.1167048, 30.1014372 ], [ 120.1166358, 30.1014556 ], [ 120.1165615, 30.1016194 ], [ 120.1166039, 30.1017097 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1170079, 30.1020319 ], [ 120.1174102, 30.1022906 ], [ 120.1176797, 30.1024705 ], [ 120.1176999, 30.1024403 ], [ 120.1175926, 30.1023138 ], [ 120.1171299, 30.1019588 ], [ 120.11704, 30.1019182 ], [ 120.1169944, 30.1019843 ], [ 120.1170079, 30.1020319 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1251624, 30.1038756 ], [ 120.1255124, 30.1039599 ], [ 120.1262823, 30.1041053 ], [ 120.1266471, 30.104154 ], [ 120.1270816, 30.1041424 ], [ 120.1274652, 30.1040426 ], [ 120.1285917, 30.1035553 ], [ 120.1285113, 30.10343 ], [ 120.1284227, 30.1033627 ], [ 120.1269977, 30.1038581 ], [ 120.1263591, 30.1039051 ], [ 120.1259255, 30.1037734 ], [ 120.1253105, 30.1036013 ], [ 120.1250462, 30.1038176 ], [ 120.1251624, 30.1038756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.124538, 30.1055632 ], [ 120.1245981, 30.1055479 ], [ 120.1246282, 30.1055326 ], [ 120.1246795, 30.1055448 ], [ 120.1247733, 30.1055157 ], [ 120.1248123, 30.1054468 ], [ 120.124791, 30.1054285 ], [ 120.1248105, 30.1053932 ], [ 120.1248689, 30.1053397 ], [ 120.1248264, 30.1052784 ], [ 120.1247804, 30.1052861 ], [ 120.1247344, 30.1052662 ], [ 120.1246583, 30.1053657 ], [ 120.1246795, 30.1054055 ], [ 120.124653, 30.1054177 ], [ 120.1244937, 30.1054208 ], [ 120.1244513, 30.1054392 ], [ 120.124538, 30.1055632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1223646, 30.1057295 ], [ 120.1225336, 30.1055717 ], [ 120.1221795, 30.1054522 ], [ 120.1220588, 30.1056054 ], [ 120.1223646, 30.1057295 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1158697, 30.1095956 ], [ 120.1163968, 30.1097235 ], [ 120.1164885, 30.1093625 ], [ 120.1164134, 30.109325 ], [ 120.1162652, 30.1092508 ], [ 120.1158286, 30.1090666 ], [ 120.1158697, 30.1095956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1200746, 30.1126589 ], [ 120.1201914, 30.1130426 ], [ 120.1211805, 30.1129645 ], [ 120.1210946, 30.112312 ], [ 120.12005, 30.1123855 ], [ 120.1200746, 30.1126589 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1205208, 30.1260952 ], [ 120.1208869, 30.1262412 ], [ 120.1213841, 30.1261964 ], [ 120.1213076, 30.1253422 ], [ 120.1204985, 30.1253825 ], [ 120.1205208, 30.1260952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1175977, 30.1302724 ], [ 120.1183009, 30.1302294 ], [ 120.1182959, 30.1298499 ], [ 120.1175747, 30.1299163 ], [ 120.1175977, 30.1302724 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0167008, 30.1296987 ], [ 120.0171431, 30.1296961 ], [ 120.017009, 30.1292773 ], [ 120.0166377, 30.1294802 ], [ 120.0167008, 30.1296987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0184726, 30.1309528 ], [ 120.018653, 30.1305057 ], [ 120.0180712, 30.1301649 ], [ 120.0179791, 30.130428 ], [ 120.0184726, 30.1309528 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0194253, 30.13166 ], [ 120.0199599, 30.1315462 ], [ 120.0199672, 30.1313133 ], [ 120.0192873, 30.1310542 ], [ 120.0191736, 30.1314968 ], [ 120.0194253, 30.13166 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0161575, 30.1316531 ], [ 120.0171097, 30.1317642 ], [ 120.0171792, 30.1314747 ], [ 120.0160316, 30.1312806 ], [ 120.0158557, 30.1311925 ], [ 120.0156577, 30.1312738 ], [ 120.0161575, 30.1316531 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0260936, 30.1506088 ], [ 120.0261577, 30.1504394 ], [ 120.0262568, 30.1503858 ], [ 120.0262509, 30.1502221 ], [ 120.0260269, 30.1502316 ], [ 120.0259565, 30.1505438 ], [ 120.0260936, 30.1506088 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0315054, 30.1506382 ], [ 120.0315121, 30.1508077 ], [ 120.0317067, 30.1511599 ], [ 120.0316457, 30.1512379 ], [ 120.0317159, 30.1513214 ], [ 120.0318288, 30.1512566 ], [ 120.0319263, 30.1513151 ], [ 120.0320635, 30.1512575 ], [ 120.0319836, 30.1512001 ], [ 120.0320253, 30.1509586 ], [ 120.0319897, 30.1508142 ], [ 120.0319114, 30.1506598 ], [ 120.0319245, 30.1505135 ], [ 120.0319346, 30.1502899 ], [ 120.0319203, 30.1500939 ], [ 120.0314006, 30.1501923 ], [ 120.0315054, 30.1506382 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0316309, 30.1543737 ], [ 120.0321929, 30.1542189 ], [ 120.0326331, 30.1540271 ], [ 120.0328498, 30.1538691 ], [ 120.0330274, 30.1536997 ], [ 120.0331236, 30.1534692 ], [ 120.033486, 30.1532063 ], [ 120.0342528, 30.1528453 ], [ 120.0346879, 30.1526466 ], [ 120.0352982, 30.1522828 ], [ 120.0357384, 30.1519529 ], [ 120.0365583, 30.1513472 ], [ 120.0364566, 30.1509156 ], [ 120.0361997, 30.1509218 ], [ 120.0359499, 30.1510946 ], [ 120.0356276, 30.1512469 ], [ 120.0354022, 30.1515815 ], [ 120.0352024, 30.1519267 ], [ 120.0342978, 30.1523781 ], [ 120.0341192, 30.1525558 ], [ 120.032925, 30.1531832 ], [ 120.0327619, 30.1533775 ], [ 120.0325003, 30.1537052 ], [ 120.0320919, 30.1539433 ], [ 120.0315762, 30.1542699 ], [ 120.0316309, 30.1543737 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0388985, 30.1532654 ], [ 120.0389914, 30.1532858 ], [ 120.0389914, 30.1534114 ], [ 120.0391003, 30.1534097 ], [ 120.0392221, 30.1532221 ], [ 120.0393369, 30.1530424 ], [ 120.0394034, 30.1528545 ], [ 120.039372, 30.1526876 ], [ 120.0394439, 30.1526119 ], [ 120.0392158, 30.1525615 ], [ 120.0390452, 30.1525996 ], [ 120.0389707, 30.1527849 ], [ 120.0388691, 30.152991 ], [ 120.0388985, 30.1532654 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0404243, 30.1562624 ], [ 120.0405826, 30.1562809 ], [ 120.0406309, 30.1562833 ], [ 120.0406979, 30.1560119 ], [ 120.0405933, 30.1559748 ], [ 120.0401941, 30.1560059 ], [ 120.0401937, 30.1562554 ], [ 120.0404243, 30.1562624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0267573, 30.1587126 ], [ 120.0271165, 30.158827 ], [ 120.0272751, 30.159327 ], [ 120.0277269, 30.1594931 ], [ 120.0278803, 30.1596163 ], [ 120.0284688, 30.1596179 ], [ 120.0288384, 30.1592943 ], [ 120.0283068, 30.1589447 ], [ 120.0280801, 30.1585393 ], [ 120.0284717, 30.1577322 ], [ 120.02884, 30.1574704 ], [ 120.0288671, 30.1571198 ], [ 120.027304, 30.1570311 ], [ 120.0271206, 30.1571707 ], [ 120.027241, 30.1574434 ], [ 120.0271233, 30.1577913 ], [ 120.0268182, 30.1580825 ], [ 120.026691, 30.1584147 ], [ 120.0267573, 30.1587126 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "勃兰湾山塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0321734, 30.1637443 ], [ 120.0322321, 30.1637189 ], [ 120.0323137, 30.1637161 ], [ 120.0323316, 30.1636695 ], [ 120.0324191, 30.1635908 ], [ 120.0324791, 30.1635369 ], [ 120.0325748, 30.1634797 ], [ 120.0326542, 30.1634628 ], [ 120.0327928, 30.1634764 ], [ 120.0329078, 30.1635191 ], [ 120.0329578, 30.1635769 ], [ 120.0330163, 30.1634201 ], [ 120.0330962, 30.1633707 ], [ 120.0331337, 30.1633002 ], [ 120.033194, 30.1632636 ], [ 120.0333016, 30.1631438 ], [ 120.0333668, 30.1630916 ], [ 120.0334549, 30.163024 ], [ 120.0335396, 30.1629704 ], [ 120.0328402, 30.1626124 ], [ 120.0327555, 30.1625997 ], [ 120.0326837, 30.1626279 ], [ 120.0326805, 30.1627435 ], [ 120.032506, 30.1629042 ], [ 120.0325093, 30.1630973 ], [ 120.0324587, 30.1634017 ], [ 120.0322599, 30.1635695 ], [ 120.0322109, 30.1636343 ], [ 120.0321637, 30.1636808 ], [ 120.0321734, 30.1637443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "龙尾巴山塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0225261, 30.1675863 ], [ 120.0228533, 30.1677046 ], [ 120.0230545, 30.1677927 ], [ 120.0233361, 30.1680733 ], [ 120.0235534, 30.1682611 ], [ 120.0238162, 30.1684281 ], [ 120.0240255, 30.168442 ], [ 120.0242324, 30.1679398 ], [ 120.0242458, 30.167752 ], [ 120.0241676, 30.1676582 ], [ 120.0238944, 30.167527 ], [ 120.0236879, 30.1675525 ], [ 120.0229074, 30.1674644 ], [ 120.0224912, 30.1675445 ], [ 120.0225261, 30.1675863 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0355405, 30.1783283 ], [ 120.0369675, 30.1787523 ], [ 120.0369659, 30.177873 ], [ 120.0353886, 30.1774018 ], [ 120.0355405, 30.1783283 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "光明寺水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0246205, 30.1792614 ], [ 120.0247662, 30.1792401 ], [ 120.0248281, 30.179217 ], [ 120.0248919, 30.1791787 ], [ 120.0252324, 30.1793278 ], [ 120.0252431, 30.1793533 ], [ 120.0253587, 30.1794143 ], [ 120.0254932, 30.1795211 ], [ 120.0255071, 30.17962 ], [ 120.0255148, 30.179699 ], [ 120.0255052, 30.1797244 ], [ 120.0254187, 30.1796779 ], [ 120.0254094, 30.1797548 ], [ 120.0253875, 30.1798 ], [ 120.0253469, 30.1797411 ], [ 120.0252124, 30.1797477 ], [ 120.0251723, 30.1797895 ], [ 120.0251754, 30.1798317 ], [ 120.0251198, 30.1798396 ], [ 120.0250847, 30.1797832 ], [ 120.0248681, 30.1797752 ], [ 120.0248988, 30.1798024 ], [ 120.0250833, 30.1798006 ], [ 120.0250835, 30.179822 ], [ 120.0250608, 30.1798401 ], [ 120.0250136, 30.1798417 ], [ 120.0249839, 30.1798833 ], [ 120.0249739, 30.1799073 ], [ 120.0249788, 30.1799227 ], [ 120.0250099, 30.1799296 ], [ 120.025062, 30.1799252 ], [ 120.0252017, 30.1798877 ], [ 120.0253154, 30.1798728 ], [ 120.0253479, 30.1798845 ], [ 120.0254322, 30.1798816 ], [ 120.025468, 30.179878 ], [ 120.0254872, 30.1799111 ], [ 120.0254824, 30.179957 ], [ 120.0254112, 30.1800882 ], [ 120.025372, 30.1800757 ], [ 120.025342, 30.1802002 ], [ 120.0253488, 30.180239 ], [ 120.0253281, 30.1802684 ], [ 120.025332, 30.1803286 ], [ 120.0253624, 30.1803462 ], [ 120.0254144, 30.1803635 ], [ 120.0254846, 30.1803546 ], [ 120.0255392, 30.1803136 ], [ 120.0255973, 30.1802457 ], [ 120.0256605, 30.1801905 ], [ 120.0257404, 30.1801571 ], [ 120.0258287, 30.1801396 ], [ 120.0259801, 30.1801504 ], [ 120.0263811, 30.1801362 ], [ 120.0264389, 30.1796299 ], [ 120.0262924, 30.1796135 ], [ 120.0261568, 30.1795747 ], [ 120.0260363, 30.1795228 ], [ 120.0259442, 30.1794645 ], [ 120.0258565, 30.1793922 ], [ 120.025799, 30.1793258 ], [ 120.0257702, 30.1792371 ], [ 120.0258025, 30.1788164 ], [ 120.0258549, 30.1787578 ], [ 120.0257472, 30.1785293 ], [ 120.0257549, 30.1784291 ], [ 120.0257441, 30.1784161 ], [ 120.025722, 30.1784178 ], [ 120.0256878, 30.178438 ], [ 120.0256228, 30.1784747 ], [ 120.0254875, 30.1784656 ], [ 120.025342, 30.1784206 ], [ 120.0253195, 30.1784502 ], [ 120.0251115, 30.1784216 ], [ 120.0250047, 30.1783804 ], [ 120.0249387, 30.1783782 ], [ 120.0249133, 30.1784136 ], [ 120.0248481, 30.1784308 ], [ 120.024818, 30.1784759 ], [ 120.0248759, 30.1785259 ], [ 120.0251504, 30.1786917 ], [ 120.0251503, 30.178796 ], [ 120.0251803, 30.1788678 ], [ 120.0252193, 30.1789048 ], [ 120.0252943, 30.1789311 ], [ 120.0253212, 30.1789727 ], [ 120.0253623, 30.1789684 ], [ 120.0254923, 30.1790304 ], [ 120.0254765, 30.1790579 ], [ 120.0254896, 30.1791713 ], [ 120.0254626, 30.1792284 ], [ 120.0253687, 30.1792269 ], [ 120.0253293, 30.179176 ], [ 120.0253136, 30.1792031 ], [ 120.0252844, 30.1791905 ], [ 120.0252645, 30.1792016 ], [ 120.0252161, 30.1791878 ], [ 120.0252051, 30.1791397 ], [ 120.0251003, 30.1790896 ], [ 120.0250276, 30.1790606 ], [ 120.024943, 30.1790925 ], [ 120.0248562, 30.1791101 ], [ 120.0248647, 30.1791689 ], [ 120.0247939, 30.1791957 ], [ 120.0246644, 30.1791996 ], [ 120.0245887, 30.1792346 ], [ 120.0246205, 30.1792614 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.949927, 30.1832239 ], [ 119.9502489, 30.1833491 ], [ 119.9505332, 30.1834094 ], [ 119.9506887, 30.1832749 ], [ 119.9508819, 30.183414 ], [ 119.9511817, 30.1834407 ], [ 119.9516275, 30.1837108 ], [ 119.9518367, 30.1838406 ], [ 119.9516758, 30.1841003 ], [ 119.9516597, 30.1843136 ], [ 119.9517938, 30.1841142 ], [ 119.9520298, 30.1839612 ], [ 119.9523303, 30.1839936 ], [ 119.9525336, 30.184076 ], [ 119.9528613, 30.1842997 ], [ 119.9532851, 30.1842487 ], [ 119.9538162, 30.1840678 ], [ 119.9539337, 30.1839368 ], [ 119.9536284, 30.1835995 ], [ 119.9536499, 30.183516 ], [ 119.9534782, 30.1833491 ], [ 119.9533388, 30.1834372 ], [ 119.952974, 30.1834511 ], [ 119.952636, 30.1834372 ], [ 119.9524638, 30.1835381 ], [ 119.9521581, 30.1834268 ], [ 119.9517563, 30.1831914 ], [ 119.9514719, 30.1831265 ], [ 119.9507472, 30.1831717 ], [ 119.9505922, 30.1832517 ], [ 119.9504254, 30.1832691 ], [ 119.9502435, 30.1831265 ], [ 119.949691, 30.1829874 ], [ 119.9496207, 30.1830372 ], [ 119.949927, 30.1832239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9497285, 30.1864791 ], [ 119.9497017, 30.186646 ], [ 119.9494335, 30.1870494 ], [ 119.9492296, 30.1872303 ], [ 119.9494764, 30.1871236 ], [ 119.9496963, 30.1869103 ], [ 119.9499216, 30.1865672 ], [ 119.9501952, 30.186187 ], [ 119.950442, 30.1859876 ], [ 119.9509516, 30.1856259 ], [ 119.9511281, 30.1855366 ], [ 119.9513593, 30.1856027 ], [ 119.9517241, 30.1856444 ], [ 119.9517724, 30.1855934 ], [ 119.9514553, 30.1854392 ], [ 119.9512681, 30.1853059 ], [ 119.9513057, 30.1851065 ], [ 119.9508282, 30.184935 ], [ 119.9507907, 30.1850184 ], [ 119.9506668, 30.1853697 ], [ 119.9503771, 30.1856572 ], [ 119.9500826, 30.1860525 ], [ 119.9498299, 30.1862368 ], [ 119.9496749, 30.1862519 ], [ 119.9491706, 30.1862009 ], [ 119.9497285, 30.1864791 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.990616, 30.1999902 ], [ 119.9907689, 30.1997166 ], [ 119.9908757, 30.1993493 ], [ 119.9906857, 30.1992762 ], [ 119.9904654, 30.1992427 ], [ 119.9901868, 30.1992901 ], [ 119.9901359, 30.199515 ], [ 119.9900473, 30.1997815 ], [ 119.990616, 30.1999902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "西密湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0166221, 30.2185621 ], [ 120.0168862, 30.2188281 ], [ 120.0170309, 30.2189406 ], [ 120.0171759, 30.2190524 ], [ 120.0174308, 30.2192036 ], [ 120.0177138, 30.2193739 ], [ 120.0179048, 30.2194475 ], [ 120.0180381, 30.219494 ], [ 120.0181215, 30.2195739 ], [ 120.0181951, 30.2197488 ], [ 120.0182775, 30.2198306 ], [ 120.0183199, 30.219933 ], [ 120.0182627, 30.2200473 ], [ 120.0182045, 30.2201926 ], [ 120.0182314, 30.2204905 ], [ 120.0186391, 30.2209911 ], [ 120.0191541, 30.221195 ], [ 120.0201197, 30.2214175 ], [ 120.0204415, 30.2215102 ], [ 120.0204736, 30.2214802 ], [ 120.020699, 30.2212692 ], [ 120.0205917, 30.2208984 ], [ 120.0205188, 30.2205387 ], [ 120.0203772, 30.2203051 ], [ 120.0200982, 30.2200455 ], [ 120.0199695, 30.2196561 ], [ 120.0197892, 30.2193335 ], [ 120.0195532, 30.2190739 ], [ 120.0192828, 30.218729 ], [ 120.0188236, 30.2185176 ], [ 120.0182528, 30.2183211 ], [ 120.017931, 30.2180801 ], [ 120.0173302, 30.2180986 ], [ 120.0165443, 30.2182979 ], [ 120.0165067, 30.2183976 ], [ 120.0166221, 30.2185621 ] ], [ [ 120.0175404, 30.2184239 ], [ 120.0177013, 30.2184286 ], [ 120.0178622, 30.2185259 ], [ 120.0180285, 30.2186603 ], [ 120.0180715, 30.218804 ], [ 120.0181627, 30.2188736 ], [ 120.0180983, 30.2189477 ], [ 120.0180554, 30.2189199 ], [ 120.0179964, 30.219008 ], [ 120.0178998, 30.2190265 ], [ 120.0176906, 30.219008 ], [ 120.0174653, 30.2188411 ], [ 120.0173902, 30.2187438 ], [ 120.0173097, 30.2186371 ], [ 120.0175404, 30.2184239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9985896, 30.2221704 ], [ 119.9991088, 30.22207 ], [ 119.9994329, 30.2221933 ], [ 119.9996814, 30.2220972 ], [ 119.999805, 30.2216384 ], [ 119.9997558, 30.2216466 ], [ 119.9996625, 30.2215303 ], [ 119.9999913, 30.2210611 ], [ 120.0005957, 30.2207098 ], [ 120.0018512, 30.2210848 ], [ 120.0022212, 30.220894 ], [ 120.0032004, 30.2205411 ], [ 120.0041431, 30.2197578 ], [ 120.0044125, 30.2197205 ], [ 120.0043166, 30.2189878 ], [ 120.0041181, 30.2189514 ], [ 120.0036482, 30.218496 ], [ 120.0032733, 30.2189563 ], [ 120.0034903, 30.2193825 ], [ 120.0033522, 30.2196041 ], [ 120.0029182, 30.2200473 ], [ 120.0023855, 30.2204224 ], [ 120.0019318, 30.220661 ], [ 120.0013202, 30.2206951 ], [ 120.0005395, 30.2204605 ], [ 120.0000533, 30.2207814 ], [ 119.9994301, 30.2215585 ], [ 119.9990166, 30.2215543 ], [ 119.9988269, 30.2214911 ], [ 119.9985839, 30.2215704 ], [ 119.9985896, 30.2221704 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0172742, 30.2229058 ], [ 120.0173035, 30.2228179 ], [ 120.0171663, 30.2228166 ], [ 120.0171432, 30.2229093 ], [ 120.0172742, 30.2229058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0174057, 30.2229375 ], [ 120.0175006, 30.2228579 ], [ 120.0173384, 30.222821 ], [ 120.017323, 30.2228995 ], [ 120.0174057, 30.2229375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0172672, 30.223116 ], [ 120.0172882, 30.2230017 ], [ 120.0171707, 30.2229929 ], [ 120.0171333, 30.2230972 ], [ 120.0172672, 30.223116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "闲林水库" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.9528522, 30.1890813 ], [ 119.9535861, 30.1883372 ], [ 119.9538966, 30.1881542 ], [ 119.9552446, 30.1877204 ], [ 119.9554631, 30.1878919 ], [ 119.955329, 30.1893436 ], [ 119.9547399, 30.1899213 ], [ 119.9555548, 30.1895144 ], [ 119.9557877, 30.1893985 ], [ 119.9556818, 30.1892094 ], [ 119.9556677, 30.1888434 ], [ 119.9557942, 30.1885117 ], [ 119.9559939, 30.1877213 ], [ 119.9563851, 30.1874152 ], [ 119.9572882, 30.1871594 ], [ 119.9578451, 30.1869977 ], [ 119.958145, 30.1871516 ], [ 119.958232, 30.1873184 ], [ 119.9583857, 30.1879831 ], [ 119.958308, 30.1890122 ], [ 119.9582351, 30.1894584 ], [ 119.9583513, 30.189861 ], [ 119.9582548, 30.1902774 ], [ 119.9579845, 30.190581 ], [ 119.9578308, 30.1908693 ], [ 119.9575711, 30.1913757 ], [ 119.9570052, 30.1917512 ], [ 119.9567121, 30.1923505 ], [ 119.9565074, 30.1925762 ], [ 119.9563181, 30.1931346 ], [ 119.9553463, 30.1939142 ], [ 119.9552678, 30.1943166 ], [ 119.9551977, 30.1946914 ], [ 119.9549571, 30.1949488 ], [ 119.9544825, 30.1960136 ], [ 119.9544738, 30.1969284 ], [ 119.9548892, 30.1958838 ], [ 119.9552959, 30.1957541 ], [ 119.955592, 30.1957754 ], [ 119.9559664, 30.1945548 ], [ 119.9562034, 30.194133 ], [ 119.9569127, 30.193224 ], [ 119.9572935, 30.1924201 ], [ 119.9578617, 30.1918453 ], [ 119.9582112, 30.1911574 ], [ 119.9586484, 30.1906157 ], [ 119.9593076, 30.1898994 ], [ 119.9600344, 30.1896172 ], [ 119.9604954, 30.1898077 ], [ 119.9612026, 30.1905322 ], [ 119.9613467, 30.1911435 ], [ 119.9613205, 30.1914492 ], [ 119.961255, 30.1919926 ], [ 119.9615431, 30.1923774 ], [ 119.9616872, 30.1929887 ], [ 119.9617003, 30.1933849 ], [ 119.9615824, 30.1937019 ], [ 119.9607704, 30.1945622 ], [ 119.9606133, 30.1948226 ], [ 119.9602989, 30.195015 ], [ 119.9595786, 30.1958187 ], [ 119.9589221, 30.1962438 ], [ 119.9587456, 30.1963125 ], [ 119.9586549, 30.1963737 ], [ 119.9583754, 30.1964284 ], [ 119.9580857, 30.1964284 ], [ 119.9577483, 30.1963644 ], [ 119.9576888, 30.1964562 ], [ 119.9574694, 30.1964757 ], [ 119.9577698, 30.1965638 ], [ 119.9580112, 30.1965916 ], [ 119.958215, 30.196624 ], [ 119.9583438, 30.1967214 ], [ 119.9583647, 30.1968688 ], [ 119.9582311, 30.1972082 ], [ 119.9581936, 30.197236 ], [ 119.9581936, 30.1973241 ], [ 119.9580857, 30.1975272 ], [ 119.9578449, 30.1975281 ], [ 119.9579361, 30.1975745 ], [ 119.9579951, 30.1977646 ], [ 119.9578824, 30.1981541 ], [ 119.9577269, 30.1985992 ], [ 119.957501, 30.1990572 ], [ 119.9573245, 30.1992482 ], [ 119.9573674, 30.1993039 ], [ 119.9572811, 30.1995858 ], [ 119.9575386, 30.1995348 ], [ 119.9576673, 30.1994884 ], [ 119.9576196, 30.1990767 ], [ 119.9577698, 30.1987151 ], [ 119.9579624, 30.198524 ], [ 119.9582526, 30.1980196 ], [ 119.9584511, 30.197593 ], [ 119.9586061, 30.1973649 ], [ 119.9587085, 30.1971155 ], [ 119.958907, 30.1968327 ], [ 119.959164, 30.1965165 ], [ 119.9596914, 30.1960756 ], [ 119.9599409, 30.1958113 ], [ 119.960287, 30.1955956 ], [ 119.9605607, 30.1952617 ], [ 119.9608021, 30.1951504 ], [ 119.9609953, 30.1949904 ], [ 119.9611402, 30.1947956 ], [ 119.9614863, 30.1944965 ], [ 119.9617921, 30.194413 ], [ 119.9622509, 30.19442 ], [ 119.9626051, 30.1944547 ], [ 119.9629351, 30.1945869 ], [ 119.9633456, 30.1949348 ], [ 119.963426, 30.1950739 ], [ 119.9633697, 30.1952339 ], [ 119.9631846, 30.1954008 ], [ 119.9630397, 30.195533 ], [ 119.9629914, 30.1957069 ], [ 119.9628304, 30.1958739 ], [ 119.962758, 30.1961104 ], [ 119.9625809, 30.1962496 ], [ 119.9624119, 30.1965626 ], [ 119.9620014, 30.1967504 ], [ 119.9618565, 30.1967643 ], [ 119.9616875, 30.1968339 ], [ 119.961607, 30.1969591 ], [ 119.9612448, 30.1971678 ], [ 119.9608665, 30.1973904 ], [ 119.96044, 30.1975156 ], [ 119.9602065, 30.1976548 ], [ 119.9600536, 30.1979887 ], [ 119.959957, 30.1981348 ], [ 119.9596151, 30.1983974 ], [ 119.9586545, 30.1988734 ], [ 119.9590622, 30.19934 ], [ 119.9594034, 30.1992748 ], [ 119.9596333, 30.1994305 ], [ 119.9596762, 30.1998081 ], [ 119.9600488, 30.1993049 ], [ 119.9609047, 30.1991855 ], [ 119.9611848, 30.1987795 ], [ 119.9608076, 30.1985811 ], [ 119.9606928, 30.1984535 ], [ 119.9610839, 30.19794 ], [ 119.9618887, 30.1974252 ], [ 119.9625085, 30.1971887 ], [ 119.9629673, 30.1970983 ], [ 119.963088, 30.1968756 ], [ 119.9638446, 30.1966113 ], [ 119.964408, 30.1966252 ], [ 119.9645931, 30.1967783 ], [ 119.9647621, 30.1970426 ], [ 119.9648587, 30.197453 ], [ 119.9649483, 30.1976865 ], [ 119.96504, 30.1982525 ], [ 119.9650531, 30.1985241 ], [ 119.9646995, 30.19866 ], [ 119.9641101, 30.1986713 ], [ 119.9636779, 30.1986713 ], [ 119.9630774, 30.1983742 ], [ 119.9624476, 30.1980566 ], [ 119.9622836, 30.1982409 ], [ 119.96189, 30.1985669 ], [ 119.9613292, 30.1987535 ], [ 119.9610367, 30.1992112 ], [ 119.9615274, 30.1993066 ], [ 119.9619011, 30.199495 ], [ 119.9617369, 30.2002739 ], [ 119.9619695, 30.2005174 ], [ 119.9625083, 30.1992797 ], [ 119.9630688, 30.1991048 ], [ 119.9635863, 30.1990448 ], [ 119.9639006, 30.1991693 ], [ 119.963953, 30.1994184 ], [ 119.9637041, 30.1998372 ], [ 119.963547, 30.2001541 ], [ 119.9636256, 30.200256 ], [ 119.9637958, 30.200222 ], [ 119.9640185, 30.1998372 ], [ 119.9642673, 30.1994636 ], [ 119.9645031, 30.1993165 ], [ 119.9650007, 30.1992712 ], [ 119.9654198, 30.1993165 ], [ 119.9657211, 30.199475 ], [ 119.9659044, 30.1997353 ], [ 119.965852, 30.2000862 ], [ 119.965708, 30.2002447 ], [ 119.9650793, 30.2003579 ], [ 119.9650531, 30.2004597 ], [ 119.9655115, 30.2006069 ], [ 119.9657342, 30.2007427 ], [ 119.965708, 30.2009804 ], [ 119.9652889, 30.2019426 ], [ 119.9650138, 30.2022369 ], [ 119.9648698, 30.2025198 ], [ 119.9647257, 30.2027575 ], [ 119.9645685, 30.2029839 ], [ 119.9635009, 30.2033208 ], [ 119.9624545, 30.2041611 ], [ 119.9642109, 30.203402 ], [ 119.9647126, 30.2033122 ], [ 119.9648567, 30.2032443 ], [ 119.9650138, 30.2032329 ], [ 119.9649238, 30.2046188 ], [ 119.9650628, 30.2045698 ], [ 119.9652329, 30.2042449 ], [ 119.9653734, 30.203423 ], [ 119.9653936, 30.2028368 ], [ 119.9653936, 30.2026783 ], [ 119.9656425, 30.2022142 ], [ 119.9659568, 30.201852 ], [ 119.9663628, 30.2012068 ], [ 119.9668081, 30.2008899 ], [ 119.9673058, 30.2009465 ], [ 119.9678297, 30.2010597 ], [ 119.9679868, 30.2012408 ], [ 119.9679344, 30.2014558 ], [ 119.9680916, 30.2014672 ], [ 119.9682357, 30.201354 ], [ 119.968419, 30.2012861 ], [ 119.9686941, 30.201354 ], [ 119.9694668, 30.2015351 ], [ 119.9701871, 30.2018181 ], [ 119.9702788, 30.2019312 ], [ 119.9707634, 30.2019312 ], [ 119.9713527, 30.2020897 ], [ 119.97206, 30.2023387 ], [ 119.9722433, 30.2026104 ], [ 119.9722433, 30.2029047 ], [ 119.9719683, 30.203414 ], [ 119.9714444, 30.2040592 ], [ 119.9711563, 30.2043988 ], [ 119.9708158, 30.2047723 ], [ 119.9703443, 30.2050666 ], [ 119.9699514, 30.2053382 ], [ 119.9696501, 30.2055759 ], [ 119.9676033, 30.2060427 ], [ 119.9686002, 30.2061524 ], [ 119.969339, 30.2061466 ], [ 119.9692383, 30.2072734 ], [ 119.9696759, 30.2061705 ], [ 119.9700128, 30.2061943 ], [ 119.9704074, 30.2065433 ], [ 119.9701216, 30.2057344 ], [ 119.9704229, 30.2056099 ], [ 119.9706848, 30.2054627 ], [ 119.9709467, 30.2054514 ], [ 119.9712087, 30.2054288 ], [ 119.9712087, 30.2052477 ], [ 119.9712873, 30.2049874 ], [ 119.9716802, 30.204727 ], [ 119.9720076, 30.2046025 ], [ 119.9721517, 30.2046252 ], [ 119.9722826, 30.2047157 ], [ 119.9723743, 30.2046138 ], [ 119.9723088, 30.2043875 ], [ 119.9724529, 30.2041837 ], [ 119.9727803, 30.203946 ], [ 119.9734613, 30.2035838 ], [ 119.9737102, 30.2035725 ], [ 119.9739721, 30.2036404 ], [ 119.9741555, 30.2039573 ], [ 119.9743126, 30.2040592 ], [ 119.9744436, 30.20398 ], [ 119.9746008, 30.2039234 ], [ 119.9749675, 30.2039913 ], [ 119.9753604, 30.2028141 ], [ 119.9754259, 30.2022708 ], [ 119.9750985, 30.2021689 ], [ 119.9747841, 30.2020444 ], [ 119.9745353, 30.2017615 ], [ 119.974365, 30.2013427 ], [ 119.9741162, 30.2010257 ], [ 119.9738804, 30.2009465 ], [ 119.9738935, 30.2008672 ], [ 119.9743388, 30.2008899 ], [ 119.974627, 30.2008559 ], [ 119.9749806, 30.2008899 ], [ 119.9750592, 30.2008106 ], [ 119.9748496, 30.2007427 ], [ 119.9744174, 30.2006182 ], [ 119.9740245, 30.2004597 ], [ 119.9739459, 30.2002334 ], [ 119.9738281, 30.2000183 ], [ 119.9736316, 30.1999843 ], [ 119.9734875, 30.2001994 ], [ 119.9730815, 30.2003352 ], [ 119.9726755, 30.20029 ], [ 119.9724791, 30.1997693 ], [ 119.9723743, 30.1995542 ], [ 119.9720731, 30.1995089 ], [ 119.9718897, 30.1995995 ], [ 119.9715885, 30.1995429 ], [ 119.9715623, 30.1993957 ], [ 119.9713658, 30.199192 ], [ 119.9709598, 30.1992146 ], [ 119.9708158, 30.1990901 ], [ 119.9708027, 30.1988071 ], [ 119.9707765, 30.1983996 ], [ 119.9704229, 30.1982751 ], [ 119.9702133, 30.1984675 ], [ 119.9698073, 30.1985128 ], [ 119.9695978, 30.1986713 ], [ 119.9694275, 30.1988298 ], [ 119.9691394, 30.1988411 ], [ 119.9687596, 30.1986486 ], [ 119.9685631, 30.1982638 ], [ 119.9684845, 30.1977544 ], [ 119.9687334, 30.1973695 ], [ 119.9689167, 30.1965998 ], [ 119.9700001, 30.1960006 ], [ 119.9695048, 30.1954977 ], [ 119.9684243, 30.1959519 ], [ 119.9679868, 30.1960451 ], [ 119.9676856, 30.1957169 ], [ 119.9673058, 30.1947547 ], [ 119.9669522, 30.1945056 ], [ 119.9661009, 30.1930793 ], [ 119.9657735, 30.1927284 ], [ 119.9653805, 30.1923435 ], [ 119.9656244, 30.1919165 ], [ 119.9647021, 30.1908908 ], [ 119.9639454, 30.1891491 ], [ 119.9637554, 30.1888402 ], [ 119.9632737, 30.1870741 ], [ 119.9635601, 30.1868589 ], [ 119.9635014, 30.1858674 ], [ 119.9637268, 30.1855154 ], [ 119.964096, 30.1850762 ], [ 119.9645461, 30.1847906 ], [ 119.9650431, 30.1844006 ], [ 119.9654551, 30.1838976 ], [ 119.9662064, 30.1831482 ], [ 119.9665481, 30.1826032 ], [ 119.9660737, 30.1816149 ], [ 119.9643422, 30.1811421 ], [ 119.9641373, 30.1813204 ], [ 119.9648735, 30.1826743 ], [ 119.9648178, 30.1832309 ], [ 119.9644378, 30.1836382 ], [ 119.9637057, 30.1842329 ], [ 119.9626945, 30.1846216 ], [ 119.9626748, 30.1852158 ], [ 119.9623102, 30.1852262 ], [ 119.9612232, 30.1852098 ], [ 119.9591859, 30.1851214 ], [ 119.9579357, 30.1846854 ], [ 119.9576889, 30.1848027 ], [ 119.9572694, 30.1848027 ], [ 119.9569733, 30.1846534 ], [ 119.9566402, 30.1844081 ], [ 119.9562341, 30.1835758 ], [ 119.9559166, 30.1835747 ], [ 119.955975, 30.1841827 ], [ 119.9560869, 30.184981 ], [ 119.9561819, 30.1854017 ], [ 119.9558088, 30.1859172 ], [ 119.9501285, 30.1900735 ], [ 119.9528522, 30.1890813 ] ], [ [ 119.9594127, 30.1881759 ], [ 119.9594579, 30.1879629 ], [ 119.9595244, 30.1876184 ], [ 119.9595426, 30.187541 ], [ 119.9595783, 30.1874786 ], [ 119.9597342, 30.1872805 ], [ 119.9597679, 30.1872298 ], [ 119.9598083, 30.1871624 ], [ 119.9598517, 30.1870542 ], [ 119.9601, 30.1864076 ], [ 119.9601366, 30.1863377 ], [ 119.9601876, 30.1862978 ], [ 119.9602406, 30.1862728 ], [ 119.9603609, 30.1862587 ], [ 119.9608471, 30.1862612 ], [ 119.9609135, 30.1862778 ], [ 119.9609722, 30.1863053 ], [ 119.9610281, 30.186351 ], [ 119.9610589, 30.1864218 ], [ 119.9611956, 30.1869452 ], [ 119.9612177, 30.187075 ], [ 119.961237, 30.1871507 ], [ 119.9612601, 30.1872381 ], [ 119.9612784, 30.187298 ], [ 119.9612726, 30.1873446 ], [ 119.9612485, 30.1873945 ], [ 119.9612042, 30.1874462 ], [ 119.96125, 30.1874895 ], [ 119.9613036, 30.187544 ], [ 119.9613589, 30.1876128 ], [ 119.9614065, 30.1876852 ], [ 119.9614436, 30.1877487 ], [ 119.961467, 30.187742 ], [ 119.9614592, 30.1877219 ], [ 119.9616529, 30.1876663 ], [ 119.9617309, 30.1878695 ], [ 119.9615303, 30.1879261 ], [ 119.9615128, 30.187875 ], [ 119.9614946, 30.1878795 ], [ 119.9615197, 30.1879527 ], [ 119.9615335, 30.1880483 ], [ 119.9615404, 30.1881484 ], [ 119.9615378, 30.1882373 ], [ 119.9615283, 30.1883045 ], [ 119.9615119, 30.1883695 ], [ 119.9614913, 30.1884222 ], [ 119.9615215, 30.188431 ], [ 119.9615332, 30.1884008 ], [ 119.9617252, 30.1884647 ], [ 119.961636, 30.1886603 ], [ 119.9616128, 30.1886526 ], [ 119.9615847, 30.1886969 ], [ 119.9615418, 30.1887264 ], [ 119.9614901, 30.188742 ], [ 119.9614353, 30.1887418 ], [ 119.9613836, 30.188726 ], [ 119.9613409, 30.1886963 ], [ 119.9613121, 30.188656 ], [ 119.9613003, 30.1886098 ], [ 119.9613063, 30.1885644 ], [ 119.9613356, 30.1885115 ], [ 119.9613633, 30.188454 ], [ 119.9613849, 30.1883987 ], [ 119.9614091, 30.188324 ], [ 119.9614229, 30.1882321 ], [ 119.9614238, 30.1881447 ], [ 119.9614205, 30.1880571 ], [ 119.9614073, 30.1879841 ], [ 119.9613857, 30.1879011 ], [ 119.9613425, 30.187798 ], [ 119.9612976, 30.1877218 ], [ 119.9612492, 30.1876509 ], [ 119.9611809, 30.1875709 ], [ 119.9611213, 30.1875164 ], [ 119.9609261, 30.1877026 ], [ 119.9609819, 30.1877576 ], [ 119.9610386, 30.1878246 ], [ 119.9610801, 30.1879023 ], [ 119.961114, 30.1879773 ], [ 119.9611335, 30.1880536 ], [ 119.9611381, 30.1881405 ], [ 119.9611332, 30.1882232 ], [ 119.9611187, 30.188297 ], [ 119.9610878, 30.1883854 ], [ 119.9610475, 30.1884567 ], [ 119.9609814, 30.1885295 ], [ 119.9609195, 30.1885908 ], [ 119.961005, 30.1886677 ], [ 119.9609462, 30.1887168 ], [ 119.9608781, 30.1887589 ], [ 119.9608629, 30.1887406 ], [ 119.9608222, 30.1887639 ], [ 119.9608328, 30.1887794 ], [ 119.9607681, 30.1888125 ], [ 119.9606815, 30.1888366 ], [ 119.9605766, 30.1888574 ], [ 119.9605689, 30.1888199 ], [ 119.9604341, 30.1888333 ], [ 119.960334, 30.1888507 ], [ 119.9602974, 30.1888541 ], [ 119.9602473, 30.1888541 ], [ 119.9602079, 30.1888491 ], [ 119.9601636, 30.1888299 ], [ 119.9601145, 30.1887941 ], [ 119.9600673, 30.188765 ], [ 119.9600115, 30.1887426 ], [ 119.9598488, 30.1886826 ], [ 119.959739, 30.1886444 ], [ 119.9596197, 30.1885986 ], [ 119.9595301, 30.188552 ], [ 119.9594724, 30.1884996 ], [ 119.95943, 30.1884338 ], [ 119.9594031, 30.1883656 ], [ 119.9593963, 30.1882965 ], [ 119.9594127, 30.1881759 ] ] ], [ [ [ 119.9598737, 30.1882872 ], [ 119.959943, 30.188417 ], [ 119.9600501, 30.1885259 ], [ 119.9601873, 30.1886058 ], [ 119.9603442, 30.1886508 ], [ 119.9605093, 30.1886577 ], [ 119.9606582, 30.1886298 ], [ 119.9607944, 30.1885707 ], [ 119.9609094, 30.1884843 ], [ 119.9609959, 30.1883759 ], [ 119.9610486, 30.1882524 ], [ 119.9610641, 30.1881214 ], [ 119.9610415, 30.1879911 ], [ 119.9609821, 30.1878698 ], [ 119.9608898, 30.1877651 ], [ 119.9607702, 30.1876834 ], [ 119.960631, 30.18763 ], [ 119.9604807, 30.1876082 ], [ 119.9603161, 30.1876218 ], [ 119.9601618, 30.1876732 ], [ 119.9600292, 30.1877586 ], [ 119.9599281, 30.1878717 ], [ 119.959866, 30.1880041 ], [ 119.9598474, 30.1881461 ], [ 119.9598737, 30.1882872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9560473, 30.2074951 ], [ 119.9563321, 30.208349 ], [ 119.9569222, 30.2087153 ], [ 119.9571368, 30.2090166 ], [ 119.9573723, 30.2093587 ], [ 119.9574855, 30.209865 ], [ 119.9574318, 30.2102729 ], [ 119.957501, 30.210323 ], [ 119.9575445, 30.2102405 ], [ 119.9585524, 30.2095766 ], [ 119.9583647, 30.20947 ], [ 119.9583652, 30.2093411 ], [ 119.9584564, 30.2092855 ], [ 119.9583867, 30.2091232 ], [ 119.9580804, 30.2089044 ], [ 119.9574962, 30.2083629 ], [ 119.9571314, 30.2079967 ], [ 119.9567076, 30.2071158 ], [ 119.9564233, 30.2067125 ], [ 119.9562356, 30.2066198 ], [ 119.9560478, 30.2066291 ], [ 119.9559346, 30.2067765 ], [ 119.9559244, 30.2073523 ], [ 119.9560473, 30.2074951 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.952214, 30.2107871 ], [ 119.9524348, 30.2108374 ], [ 119.9523592, 30.2109378 ], [ 119.9523592, 30.2110683 ], [ 119.952551, 30.2110131 ], [ 119.952702, 30.2110633 ], [ 119.9526323, 30.211234 ], [ 119.9526788, 30.2113846 ], [ 119.9531958, 30.2115051 ], [ 119.953986, 30.2120323 ], [ 119.9543113, 30.2122833 ], [ 119.954718, 30.2123536 ], [ 119.9550607, 30.2125092 ], [ 119.9552699, 30.2127452 ], [ 119.9552873, 30.2125594 ], [ 119.9552641, 30.2124992 ], [ 119.9552176, 30.2123988 ], [ 119.9551305, 30.2122732 ], [ 119.9539511, 30.2111988 ], [ 119.9538523, 30.2111436 ], [ 119.9537536, 30.2110181 ], [ 119.9535967, 30.2108976 ], [ 119.9533353, 30.2108725 ], [ 119.9531494, 30.2107972 ], [ 119.9529576, 30.2106968 ], [ 119.9527078, 30.2105763 ], [ 119.9525335, 30.2104909 ], [ 119.9523592, 30.2104859 ], [ 119.9521385, 30.210511 ], [ 119.9520339, 30.2107319 ], [ 119.952214, 30.2107871 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9646494, 30.2153472 ], [ 119.9649005, 30.2158451 ], [ 119.9652044, 30.2161047 ], [ 119.9655639, 30.215636 ], [ 119.9652525, 30.2153142 ], [ 119.9652391, 30.2152137 ], [ 119.9650071, 30.2149281 ], [ 119.9649778, 30.2152203 ], [ 119.9646779, 30.2149745 ], [ 119.9644704, 30.2149214 ], [ 119.9646494, 30.2153472 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9589162, 30.2228658 ], [ 119.9594555, 30.2228367 ], [ 119.9602424, 30.222736 ], [ 119.9607371, 30.2229909 ], [ 119.9610788, 30.2226915 ], [ 119.9614083, 30.2226469 ], [ 119.9614256, 30.2224208 ], [ 119.9607357, 30.2219948 ], [ 119.9604607, 30.222223 ], [ 119.9596962, 30.2221924 ], [ 119.9588964, 30.2224493 ], [ 119.9586133, 30.2224677 ], [ 119.9583018, 30.2223576 ], [ 119.9582235, 30.2229166 ], [ 119.9589162, 30.2228658 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9423592, 30.2293114 ], [ 119.943033, 30.229046 ], [ 119.9431952, 30.228484 ], [ 119.9430022, 30.2279784 ], [ 119.943141, 30.2276187 ], [ 119.9422503, 30.2272246 ], [ 119.9414658, 30.2288423 ], [ 119.9423592, 30.2293114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9502578, 30.2285932 ], [ 119.9507254, 30.2292376 ], [ 119.9512982, 30.2302553 ], [ 119.9513175, 30.2307518 ], [ 119.9516861, 30.2314836 ], [ 119.9511354, 30.2316413 ], [ 119.9513001, 30.2320184 ], [ 119.9517347, 30.2318841 ], [ 119.9517266, 30.2323038 ], [ 119.9512305, 30.2323577 ], [ 119.9512305, 30.2325652 ], [ 119.9514125, 30.2326737 ], [ 119.9518721, 30.2337504 ], [ 119.9533386, 30.2342525 ], [ 119.9538272, 30.2338147 ], [ 119.9542066, 30.2333508 ], [ 119.9544436, 30.2328988 ], [ 119.9548433, 30.232703 ], [ 119.9541385, 30.2316806 ], [ 119.9539311, 30.2317719 ], [ 119.9541662, 30.2322188 ], [ 119.9537235, 30.2319038 ], [ 119.9537892, 30.2314699 ], [ 119.9535909, 30.2305281 ], [ 119.9517935, 30.2296518 ], [ 119.951762, 30.229246 ], [ 119.9512346, 30.2291262 ], [ 119.9514646, 30.2286957 ], [ 119.9504475, 30.2281287 ], [ 119.950012, 30.2280774 ], [ 119.9498414, 30.2282093 ], [ 119.9502578, 30.2285932 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9406521, 30.2323836 ], [ 119.941011, 30.2315044 ], [ 119.9417884, 30.2305497 ], [ 119.9411379, 30.2303117 ], [ 119.9407327, 30.230047 ], [ 119.9395007, 30.2318994 ], [ 119.9406521, 30.2323836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "闲湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9829011, 30.2318424 ], [ 119.9833722, 30.2323754 ], [ 119.9839424, 30.2327225 ], [ 119.9846118, 30.2329209 ], [ 119.9848535, 30.2329147 ], [ 119.985492, 30.2326854 ], [ 119.9860808, 30.2325862 ], [ 119.9873019, 30.2326916 ], [ 119.9878721, 30.2325304 ], [ 119.9882068, 30.2323135 ], [ 119.9883308, 30.2316502 ], [ 119.9882006, 30.2314271 ], [ 119.9877915, 30.2308879 ], [ 119.9876056, 30.2306647 ], [ 119.9871841, 30.2305098 ], [ 119.9867812, 30.2304664 ], [ 119.9862915, 30.2305222 ], [ 119.9856407, 30.2305036 ], [ 119.9850395, 30.2302308 ], [ 119.984494, 30.2300573 ], [ 119.9839858, 30.2300263 ], [ 119.9833598, 30.2301812 ], [ 119.9828515, 30.2308073 ], [ 119.9827461, 30.2314643 ], [ 119.9829011, 30.2318424 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9498085, 30.237249 ], [ 119.9516493, 30.2364375 ], [ 119.9515242, 30.2360014 ], [ 119.9517637, 30.2359202 ], [ 119.9514958, 30.2353994 ], [ 119.9495235, 30.2355871 ], [ 119.9493113, 30.2358438 ], [ 119.9498085, 30.237249 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0510602, 30.0937732 ], [ 120.0505932, 30.094176 ], [ 120.0511527, 30.094485 ], [ 120.0515761, 30.0939952 ], [ 120.0520959, 30.0941892 ], [ 120.052145560520302, 30.094009001474614 ], [ 120.050462005130086, 30.093377484622803 ], [ 120.0503528, 30.0934843 ], [ 120.0510602, 30.0937732 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0456268, 30.0972963 ], [ 120.0461491, 30.0982455 ], [ 120.0466129, 30.0985674 ], [ 120.0470904, 30.0985487 ], [ 120.0473046, 30.0977702 ], [ 120.0471814, 30.0973583 ], [ 120.0466395, 30.0969882 ], [ 120.0464729, 30.0974995 ], [ 120.0463501, 30.0968357 ], [ 120.045947, 30.096684 ], [ 120.0450826, 30.0966972 ], [ 120.0450483, 30.0970981 ], [ 120.0456268, 30.0972963 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0506862, 30.1034204 ], [ 120.0509245, 30.1032173 ], [ 120.050609, 30.1027987 ], [ 120.0501666, 30.1030321 ], [ 120.0506862, 30.1034204 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0502123, 30.1063031 ], [ 120.0505673, 30.1061535 ], [ 120.0507327, 30.1058166 ], [ 120.0506357, 30.1057182 ], [ 120.0503585, 30.1056703 ], [ 120.050172, 30.106206 ], [ 120.0502123, 30.1063031 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0527958, 30.1085838 ], [ 120.0527069, 30.1081589 ], [ 120.0529834, 30.1081552 ], [ 120.052728, 30.1070592 ], [ 120.0526544, 30.1060488 ], [ 120.0519173, 30.1059231 ], [ 120.0515858, 30.1050576 ], [ 120.0509498, 30.1052782 ], [ 120.0508159, 30.1084832 ], [ 120.0527958, 30.1085838 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.050701, 30.132661 ], [ 120.0510584, 30.1325554 ], [ 120.0509183, 30.1318417 ], [ 120.0504526, 30.1321414 ], [ 120.050701, 30.132661 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0544258, 30.1032512 ], [ 120.054763, 30.102956 ], [ 120.0564365, 30.1009597 ], [ 120.0547734, 30.1001953 ], [ 120.053343, 30.1020126 ], [ 120.0544258, 30.1032512 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0592721, 30.1035764 ], [ 120.0609063, 30.1034742 ], [ 120.0608082, 30.1022354 ], [ 120.0591113, 30.101661 ], [ 120.0592721, 30.1035764 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0599797, 30.1042742 ], [ 120.0605658, 30.1041988 ], [ 120.0605151, 30.1037471 ], [ 120.059873, 30.1038246 ], [ 120.0599797, 30.1042742 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0551293, 30.1043855 ], [ 120.0555912, 30.1039453 ], [ 120.0553419, 30.1037546 ], [ 120.0549155, 30.1042037 ], [ 120.0551293, 30.1043855 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0636735, 30.1047545 ], [ 120.0646823, 30.1046549 ], [ 120.0646134, 30.1040836 ], [ 120.0636132, 30.1041669 ], [ 120.0636735, 30.1047545 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0611677, 30.1046002 ], [ 120.0626161, 30.1044691 ], [ 120.0627064, 30.1048513 ], [ 120.063591, 30.1047532 ], [ 120.0635307, 30.104134 ], [ 120.0611579, 30.1043069 ], [ 120.0611677, 30.1046002 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0618458, 30.1055934 ], [ 120.0621243, 30.1055776 ], [ 120.0620418, 30.105103 ], [ 120.0618004, 30.1051023 ], [ 120.0618458, 30.1055934 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0537449, 30.1054862 ], [ 120.0539559, 30.1056817 ], [ 120.0541422, 30.1058543 ], [ 120.0543438, 30.1055659 ], [ 120.0541575, 30.1054263 ], [ 120.0532178, 30.1048892 ], [ 120.0531953, 30.1051595 ], [ 120.0537449, 30.1054862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.055309, 30.1062758 ], [ 120.0572516, 30.1060726 ], [ 120.0571311, 30.1046606 ], [ 120.0561831, 30.104665 ], [ 120.0555406, 30.1053652 ], [ 120.0549252, 30.1049925 ], [ 120.0543438, 30.1055659 ], [ 120.055309, 30.1062758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0617736, 30.1079046 ], [ 120.0641766, 30.1077517 ], [ 120.0646423, 30.107722 ], [ 120.0645837, 30.1070441 ], [ 120.061723, 30.1073052 ], [ 120.0617736, 30.1079046 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0640875, 30.1107723 ], [ 120.0649791, 30.1107133 ], [ 120.0649309, 30.1102093 ], [ 120.064033, 30.110265 ], [ 120.0640875, 30.1107723 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.057158, 30.1111611 ], [ 120.0574711, 30.111645 ], [ 120.0579671, 30.111972 ], [ 120.0585845, 30.1117677 ], [ 120.0580078, 30.1103906 ], [ 120.0568509, 30.1108279 ], [ 120.057158, 30.1111611 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0562125, 30.1130853 ], [ 120.0564685, 30.1136868 ], [ 120.056742, 30.1135961 ], [ 120.0567308, 30.1120118 ], [ 120.0566708, 30.1117555 ], [ 120.0563423, 30.1117324 ], [ 120.0561135, 30.1118138 ], [ 120.0562125, 30.1130853 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "铜鉴湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0453347, 30.1276585 ], [ 120.0454523, 30.1276171 ], [ 120.0456005, 30.1275528 ], [ 120.0456977, 30.1277132 ], [ 120.0457467, 30.127937 ], [ 120.0459103, 30.1280793 ], [ 120.0460456, 30.1282577 ], [ 120.0460812, 30.1285181 ], [ 120.0460791, 30.1286832 ], [ 120.0465256, 30.1286742 ], [ 120.0470753, 30.128484 ], [ 120.0475512, 30.1285572 ], [ 120.0481999, 30.128456 ], [ 120.0484083, 30.1285298 ], [ 120.0486395, 30.1287625 ], [ 120.0488423, 30.1288486 ], [ 120.049194, 30.1288257 ], [ 120.0494474, 30.1287683 ], [ 120.0496685, 30.1288689 ], [ 120.0498475, 30.1292258 ], [ 120.0497594, 30.1295351 ], [ 120.0497399, 30.1299095 ], [ 120.0496815, 30.1300608 ], [ 120.0497624, 30.1302454 ], [ 120.0497935, 30.1301627 ], [ 120.0499691, 30.1301129 ], [ 120.0500996, 30.1301274 ], [ 120.0501356, 30.1301668 ], [ 120.0501682, 30.1303123 ], [ 120.0502061, 30.1301691 ], [ 120.0503119, 30.1300183 ], [ 120.0503128, 30.1298559 ], [ 120.0504184, 30.1297325 ], [ 120.0505365, 30.1295857 ], [ 120.0508863, 30.1294717 ], [ 120.0511138, 30.1295291 ], [ 120.0513038, 30.1295712 ], [ 120.0515451, 30.1296351 ], [ 120.0517243, 30.1296762 ], [ 120.0518405, 30.1296304 ], [ 120.0519194, 30.1295345 ], [ 120.0521774, 30.129412 ], [ 120.0522051, 30.1293099 ], [ 120.0522089, 30.1291848 ], [ 120.0523016, 30.1290243 ], [ 120.0523016, 30.1288456 ], [ 120.0524507, 30.128697 ], [ 120.0526735, 30.1285401 ], [ 120.0529015, 30.1285123 ], [ 120.053151, 30.1286055 ], [ 120.0533838, 30.1285749 ], [ 120.0535601, 30.1284344 ], [ 120.0537618, 30.1283638 ], [ 120.0539795, 30.1283918 ], [ 120.0541664, 30.1283885 ], [ 120.054318, 30.1283513 ], [ 120.0543879, 30.1282735 ], [ 120.0544468, 30.1281504 ], [ 120.0544492, 30.1279914 ], [ 120.0543743, 30.1278773 ], [ 120.0542227, 30.1277169 ], [ 120.0542134, 30.1275586 ], [ 120.0543371, 30.1274006 ], [ 120.0544905, 30.1273865 ], [ 120.0546149, 30.1273208 ], [ 120.0546644, 30.1270606 ], [ 120.0548465, 30.1269133 ], [ 120.0551523, 30.1264404 ], [ 120.0551453, 30.1262398 ], [ 120.0550171, 30.1260907 ], [ 120.0549819, 30.1259364 ], [ 120.0551304, 30.1256324 ], [ 120.0551478, 30.1254658 ], [ 120.0553415, 30.1253529 ], [ 120.0555323, 30.1253168 ], [ 120.0556471, 30.1252727 ], [ 120.05579, 30.125122 ], [ 120.0559464, 30.1249842 ], [ 120.0560751, 30.1249406 ], [ 120.0562779, 30.1249886 ], [ 120.0569081, 30.1243336 ], [ 120.0560611, 30.1245056 ], [ 120.055879, 30.1246371 ], [ 120.055519, 30.1246891 ], [ 120.0551599, 30.1246642 ], [ 120.0548325, 30.1247404 ], [ 120.0546334, 30.1248024 ], [ 120.0546358, 30.124936 ], [ 120.0545249, 30.1249969 ], [ 120.0541276, 30.1249201 ], [ 120.0537652, 30.1249032 ], [ 120.0534853, 30.1249748 ], [ 120.0530156, 30.1250472 ], [ 120.0525811, 30.1250645 ], [ 120.0523372, 30.1250351 ], [ 120.0522157, 30.1248551 ], [ 120.0523154, 30.1247349 ], [ 120.0532117, 30.1244112 ], [ 120.0534695, 30.1241696 ], [ 120.0537507, 30.1237217 ], [ 120.0538959, 30.123334 ], [ 120.0538832, 30.12312 ], [ 120.0538018, 30.1228044 ], [ 120.053771, 30.1224225 ], [ 120.0538217, 30.1221767 ], [ 120.0539573, 30.1219049 ], [ 120.0542976, 30.1216522 ], [ 120.0548318, 30.1215579 ], [ 120.0556536, 30.1216185 ], [ 120.0558832, 30.1216185 ], [ 120.0561359, 30.1214305 ], [ 120.05651, 30.121042 ], [ 120.0567191, 30.1205695 ], [ 120.0569624, 30.1203991 ], [ 120.0573254, 30.1204599 ], [ 120.0576143, 30.1205233 ], [ 120.058138, 30.1207469 ], [ 120.0587465, 30.1209795 ], [ 120.0591699, 30.1211121 ], [ 120.0594919, 30.1213683 ], [ 120.0596667, 30.1216472 ], [ 120.0597051, 30.1220862 ], [ 120.0596055, 30.1226052 ], [ 120.0595794, 30.1228415 ], [ 120.0592321, 30.1228953 ], [ 120.0589611, 30.1228224 ], [ 120.0587902, 30.1230134 ], [ 120.0585926, 30.1232461 ], [ 120.0587283, 30.1235333 ], [ 120.0588226, 30.1235642 ], [ 120.0590104, 30.1235832 ], [ 120.0594378, 30.1235662 ], [ 120.0597165, 30.1235103 ], [ 120.0602505, 30.1234477 ], [ 120.0604955, 30.1233208 ], [ 120.0606949, 30.1232519 ], [ 120.060887, 30.1233913 ], [ 120.0612317, 30.1234242 ], [ 120.0615744, 30.1232487 ], [ 120.0621706, 30.1234668 ], [ 120.0624727, 30.1234747 ], [ 120.0628149, 30.1237033 ], [ 120.0630523, 30.1236861 ], [ 120.0633457, 30.1236803 ], [ 120.0637408, 30.1238768 ], [ 120.0644285, 30.1239639 ], [ 120.0647708, 30.1239892 ], [ 120.064884, 30.1238676 ], [ 120.0649988, 30.1236783 ], [ 120.0651019, 30.1235042 ], [ 120.0648879, 30.1231289 ], [ 120.0647237, 30.1228805 ], [ 120.0647275, 30.1226038 ], [ 120.0648355, 30.1224102 ], [ 120.0651024, 30.1223068 ], [ 120.0653824, 30.1223977 ], [ 120.0655862, 30.1221958 ], [ 120.0656823, 30.1221427 ], [ 120.0655036, 30.1219374 ], [ 120.0653321, 30.1217378 ], [ 120.065285, 30.1214489 ], [ 120.0653196, 30.1211882 ], [ 120.0654117, 30.1209534 ], [ 120.0649125, 30.1195964 ], [ 120.0647357, 30.1179748 ], [ 120.0642232, 30.1178047 ], [ 120.0640345, 30.1178256 ], [ 120.0636545, 30.1178344 ], [ 120.06338, 30.1176334 ], [ 120.0631732, 30.1173122 ], [ 120.0629087, 30.1171826 ], [ 120.0624284, 30.1174028 ], [ 120.0620029, 30.1174906 ], [ 120.0615336, 30.1173638 ], [ 120.0613567, 30.1174116 ], [ 120.0611067, 30.1174332 ], [ 120.0607554, 30.1174555 ], [ 120.0602546, 30.1174664 ], [ 120.0598081, 30.1175629 ], [ 120.0594997, 30.117472 ], [ 120.0591399, 30.1174293 ], [ 120.0590413, 30.1175748 ], [ 120.058879, 30.1178608 ], [ 120.0585036, 30.1180438 ], [ 120.0580422, 30.1181651 ], [ 120.057963, 30.1182584 ], [ 120.0580026, 30.1186062 ], [ 120.0578546, 30.1189987 ], [ 120.0575868, 30.1193268 ], [ 120.0571776, 30.1196341 ], [ 120.0568584, 30.1196207 ], [ 120.0565104, 30.1195135 ], [ 120.056015, 30.119395 ], [ 120.0554136, 30.1192616 ], [ 120.0551834, 30.1190497 ], [ 120.0548399, 30.1189198 ], [ 120.0545219, 30.1189162 ], [ 120.0545168, 30.1188021 ], [ 120.0539598, 30.1186215 ], [ 120.0535395, 30.1183676 ], [ 120.0533292, 30.1182079 ], [ 120.0532497, 30.1179379 ], [ 120.0530429, 30.1178294 ], [ 120.0527791, 30.1177417 ], [ 120.0524644, 30.1177791 ], [ 120.0521383, 30.1177558 ], [ 120.0519108, 30.117837 ], [ 120.0518304, 30.1179712 ], [ 120.0504135, 30.1191742 ], [ 120.0504263, 30.1193493 ], [ 120.0499164, 30.1196691 ], [ 120.0497552, 30.1198807 ], [ 120.049709, 30.1201661 ], [ 120.0497792, 30.120319 ], [ 120.0497126, 30.1205327 ], [ 120.0494515, 30.120673 ], [ 120.0492552, 30.1208546 ], [ 120.0491481, 30.121075 ], [ 120.0489001, 30.1213178 ], [ 120.0487015, 30.1213803 ], [ 120.0485224, 30.1213542 ], [ 120.0483844, 30.1215397 ], [ 120.0483131, 30.1217888 ], [ 120.0481449, 30.1221509 ], [ 120.0479917, 30.122642 ], [ 120.0479848, 30.1232122 ], [ 120.0480991, 30.1239198 ], [ 120.0482347, 30.1242603 ], [ 120.0485412, 30.1244985 ], [ 120.0488565, 30.1246697 ], [ 120.0490713, 30.1250068 ], [ 120.0489976, 30.1252497 ], [ 120.0492284, 30.1257866 ], [ 120.0492425, 30.1260285 ], [ 120.0492003, 30.1262211 ], [ 120.0489031, 30.1264382 ], [ 120.048771, 30.1264829 ], [ 120.0485691, 30.1264794 ], [ 120.0480831, 30.1263598 ], [ 120.0477602, 30.1263477 ], [ 120.0476307, 30.1264818 ], [ 120.0472394, 30.1266789 ], [ 120.0469122, 30.126822 ], [ 120.0464818, 30.1265485 ], [ 120.0462219, 30.1265335 ], [ 120.0461647, 30.1268022 ], [ 120.0459115, 30.127026 ], [ 120.0457281, 30.1271801 ], [ 120.0454525, 30.127163 ], [ 120.0453121, 30.1272859 ], [ 120.0452978, 30.127447 ], [ 120.0451892, 30.1275544 ], [ 120.0453347, 30.1276585 ] ], [ [ 120.0483688, 30.1236645 ], [ 120.0484855, 30.1235259 ], [ 120.0485225, 30.1233897 ], [ 120.0485181, 30.1232343 ], [ 120.0485272, 30.1231007 ], [ 120.0486174, 30.1230243 ], [ 120.0486731, 30.1229861 ], [ 120.0488638, 30.1229979 ], [ 120.049018, 30.1230454 ], [ 120.0491315, 30.1231305 ], [ 120.049216, 30.1233054 ], [ 120.0492844, 30.1233963 ], [ 120.0493801, 30.123464 ], [ 120.0493893, 30.1235134 ], [ 120.0493132, 30.1235181 ], [ 120.0492839, 30.1235721 ], [ 120.0492854, 30.1236571 ], [ 120.0494751, 30.1236459 ], [ 120.0494617, 30.1235818 ], [ 120.0495401, 30.1235388 ], [ 120.049709, 30.1235002 ], [ 120.0499695, 30.1235059 ], [ 120.0501217, 30.1235627 ], [ 120.050212, 30.1236616 ], [ 120.050191, 30.1238354 ], [ 120.0500572, 30.1239598 ], [ 120.0498557, 30.1239715 ], [ 120.0496131, 30.1241021 ], [ 120.0494498, 30.1242452 ], [ 120.0493384, 30.1243158 ], [ 120.0492008, 30.1243075 ], [ 120.0491005, 30.1243251 ], [ 120.0489779, 30.12441 ], [ 120.0487717, 30.1244412 ], [ 120.0486381, 30.124392 ], [ 120.0486381, 30.1242382 ], [ 120.0485721, 30.1240885 ], [ 120.0483881, 30.1240211 ], [ 120.0483114, 30.1238826 ], [ 120.0483688, 30.1236645 ] ], [ [ 120.0484315, 30.1225066 ], [ 120.048368, 30.1224021 ], [ 120.0483271, 30.1222361 ], [ 120.0483271, 30.1221387 ], [ 120.0483542, 30.1220322 ], [ 120.0483816, 30.1218777 ], [ 120.0484706, 30.1218088 ], [ 120.0486477, 30.1217877 ], [ 120.0487131, 30.1217102 ], [ 120.0487807, 30.1216083 ], [ 120.0487879, 30.1214959 ], [ 120.048897, 30.12149 ], [ 120.0490386, 30.1214488 ], [ 120.049123, 30.1213992 ], [ 120.049123, 30.1212534 ], [ 120.0491719, 30.121215 ], [ 120.0493136, 30.1211898 ], [ 120.0493921, 30.121112 ], [ 120.0494454, 30.1210222 ], [ 120.0495251, 30.1209084 ], [ 120.0496599, 30.1209081 ], [ 120.0498092, 30.1209081 ], [ 120.0499111, 30.1208305 ], [ 120.0500174, 30.1207572 ], [ 120.0500865, 30.1207462 ], [ 120.0502647, 30.1208554 ], [ 120.0503063, 30.1210179 ], [ 120.0502575, 30.121271 ], [ 120.0501455, 30.1216133 ], [ 120.0501164, 30.1221532 ], [ 120.0502275, 30.1224198 ], [ 120.0503509, 30.122634 ], [ 120.0504691, 30.1227183 ], [ 120.0505248, 30.1228621 ], [ 120.0505608, 30.123045 ], [ 120.0506153, 30.123191 ], [ 120.0505587, 30.1233689 ], [ 120.0504662, 30.1234911 ], [ 120.0503608, 30.1235002 ], [ 120.0501668, 30.1234884 ], [ 120.0500749, 30.1233985 ], [ 120.0499699, 30.1233786 ], [ 120.0497629, 30.1233786 ], [ 120.0496764, 30.1234338 ], [ 120.0494274, 30.1233595 ], [ 120.0493472, 30.1232923 ], [ 120.0492951, 30.1230907 ], [ 120.0491567, 30.1229554 ], [ 120.0489726, 30.1228813 ], [ 120.0487803, 30.1228813 ], [ 120.048562, 30.1229102 ], [ 120.048447, 30.1228561 ], [ 120.0483257, 30.1227088 ], [ 120.0484315, 30.1225066 ] ], [ [ 120.0491387, 30.1245605 ], [ 120.049288, 30.1246047 ], [ 120.0494316, 30.1247244 ], [ 120.0495745, 30.124742 ], [ 120.049759, 30.1247979 ], [ 120.0500549, 30.1247252 ], [ 120.0503689, 30.1248183 ], [ 120.0507202, 30.1248889 ], [ 120.0510867, 30.1248622 ], [ 120.0512035, 30.1247961 ], [ 120.0513912, 30.1248091 ], [ 120.0515708, 30.1248682 ], [ 120.0516762, 30.1249511 ], [ 120.0516618, 30.125105 ], [ 120.051501, 30.1251938 ], [ 120.0513821, 30.1252812 ], [ 120.0513076, 30.1253783 ], [ 120.0511834, 30.125388 ], [ 120.0509687, 30.1253835 ], [ 120.0506526, 30.1254797 ], [ 120.0504233, 30.1255637 ], [ 120.0502488, 30.1255605 ], [ 120.0500705, 30.1254735 ], [ 120.0498918, 30.1254062 ], [ 120.0496894, 30.1254219 ], [ 120.0495436, 30.1254595 ], [ 120.0493477, 30.1254233 ], [ 120.0492785, 30.1251865 ], [ 120.0492344, 30.1250379 ], [ 120.049159, 30.1249789 ], [ 120.0490751, 30.1248256 ], [ 120.0490751, 30.1246764 ], [ 120.0491387, 30.1245605 ] ], [ [ 120.050685, 30.1191218 ], [ 120.0508242, 30.1189831 ], [ 120.0510092, 30.1188918 ], [ 120.0512062, 30.1186718 ], [ 120.0514328, 30.1184486 ], [ 120.0516317, 30.1183868 ], [ 120.0518125, 30.1182426 ], [ 120.0519323, 30.1180673 ], [ 120.0520627, 30.1179656 ], [ 120.0523805, 30.1179711 ], [ 120.0527112, 30.1178555 ], [ 120.0529859, 30.1179242 ], [ 120.053152, 30.1180078 ], [ 120.0531946, 30.1182591 ], [ 120.0533419, 30.1184175 ], [ 120.0535518, 30.118513 ], [ 120.0536765, 30.1185972 ], [ 120.053696, 30.1187824 ], [ 120.0536363, 30.1189798 ], [ 120.0535207, 30.1190547 ], [ 120.0533216, 30.1191592 ], [ 120.0532547, 30.1192735 ], [ 120.0532475, 30.1194365 ], [ 120.0532988, 30.1194839 ], [ 120.0531448, 30.1196928 ], [ 120.0532071, 30.1197667 ], [ 120.0532482, 30.1198025 ], [ 120.0531362, 30.1198882 ], [ 120.0529674, 30.1199239 ], [ 120.0527561, 30.1199778 ], [ 120.0524666, 30.1199725 ], [ 120.0523607, 30.1200104 ], [ 120.052147, 30.1200856 ], [ 120.0520374, 30.1201111 ], [ 120.0518933, 30.1201111 ], [ 120.0517028, 30.1200269 ], [ 120.0515836, 30.1198476 ], [ 120.051486, 30.1197569 ], [ 120.0513189, 30.11973 ], [ 120.0510497, 30.119646 ], [ 120.0508908, 30.1196022 ], [ 120.0507141, 30.1194959 ], [ 120.0506333, 30.1193464 ], [ 120.050685, 30.1191218 ] ], [ [ 120.0530699, 30.1266016 ], [ 120.0533833, 30.1264831 ], [ 120.0535157, 30.1263478 ], [ 120.0536116, 30.1261253 ], [ 120.053714, 30.1259665 ], [ 120.0539098, 30.1259125 ], [ 120.0541549, 30.1259698 ], [ 120.0544314, 30.1259141 ], [ 120.054759, 30.1260086 ], [ 120.0549591, 30.1260906 ], [ 120.0550101, 30.1262977 ], [ 120.0549238, 30.1266095 ], [ 120.0547897, 30.1268779 ], [ 120.0545857, 30.1270412 ], [ 120.0545244, 30.1272159 ], [ 120.054415, 30.127276 ], [ 120.0542424, 30.1272808 ], [ 120.0540879, 30.1272235 ], [ 120.0539419, 30.1271217 ], [ 120.0538227, 30.1271302 ], [ 120.0537219, 30.1272183 ], [ 120.0536556, 30.1272888 ], [ 120.0536522, 30.1273897 ], [ 120.0535638, 30.1275345 ], [ 120.0533724, 30.1274896 ], [ 120.0532411, 30.1274223 ], [ 120.0530266, 30.1273483 ], [ 120.052868, 30.1271151 ], [ 120.0528658, 30.1267833 ], [ 120.0530699, 30.1266016 ] ], [ [ 120.0593204, 30.1200807 ], [ 120.0593234, 30.119812 ], [ 120.0594705, 30.119414 ], [ 120.0596625, 30.1189338 ], [ 120.0598948, 30.1187404 ], [ 120.060371, 30.118662 ], [ 120.0606704, 30.1187212 ], [ 120.0607916, 30.1188194 ], [ 120.060869, 30.118971 ], [ 120.0609094, 30.1191136 ], [ 120.0610458, 30.1192189 ], [ 120.0612154, 30.1193329 ], [ 120.0612547, 30.1195749 ], [ 120.0612034, 30.1199031 ], [ 120.0610803, 30.1200316 ], [ 120.0608943, 30.1201439 ], [ 120.0606907, 30.120267 ], [ 120.0606378, 30.1203361 ], [ 120.0606281, 30.1204568 ], [ 120.0605152, 30.1205411 ], [ 120.0603, 30.1206526 ], [ 120.0600983, 30.1207059 ], [ 120.0596904, 30.1206264 ], [ 120.0594099, 30.1204852 ], [ 120.0593188, 30.1203634 ], [ 120.0593204, 30.1200807 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "小冰岛" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0605754, 30.1368041 ], [ 120.0606555, 30.1368879 ], [ 120.0608662, 30.1368942 ], [ 120.0610153, 30.1367939 ], [ 120.0612263, 30.1367697 ], [ 120.061596, 30.1367273 ], [ 120.0620596, 30.1367667 ], [ 120.062195, 30.1367734 ], [ 120.0622249, 30.1367749 ], [ 120.0622708, 30.1367738 ], [ 120.0622887, 30.1367271 ], [ 120.0623393, 30.1365993 ], [ 120.0622943, 30.1365123 ], [ 120.0622466, 30.1363952 ], [ 120.0621901, 30.1363008 ], [ 120.061867, 30.1360487 ], [ 120.0616353, 30.1360115 ], [ 120.0611909, 30.1363188 ], [ 120.0607661, 30.1364324 ], [ 120.060686, 30.1365803 ], [ 120.0605517, 30.1366772 ], [ 120.0605754, 30.1368041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0624984, 30.1415206 ], [ 120.0630134, 30.1412886 ], [ 120.0625874, 30.1407559 ], [ 120.0622583, 30.1403694 ], [ 120.0620098, 30.1404731 ], [ 120.0624984, 30.1415206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0527541, 30.1648488 ], [ 120.0531017, 30.1649209 ], [ 120.0534252, 30.1647749 ], [ 120.0536348, 30.1650751 ], [ 120.053845, 30.1651715 ], [ 120.0540636, 30.1649535 ], [ 120.0538455, 30.1648672 ], [ 120.0536639, 30.164519 ], [ 120.0532667, 30.1642805 ], [ 120.0529049, 30.1641449 ], [ 120.0528142, 30.1643523 ], [ 120.0527301, 30.1647149 ], [ 120.0527541, 30.1648488 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0607743, 30.1682471 ], [ 120.0609037, 30.1682516 ], [ 120.0609917, 30.168274 ], [ 120.06109, 30.1682963 ], [ 120.061178, 30.1682784 ], [ 120.0612298, 30.1682068 ], [ 120.0611936, 30.168171 ], [ 120.0611315, 30.1681531 ], [ 120.0609917, 30.1681397 ], [ 120.0608778, 30.1681352 ], [ 120.0607898, 30.1681397 ], [ 120.06065, 30.1681576 ], [ 120.0606086, 30.1681979 ], [ 120.0607743, 30.1682471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0542733, 30.1715415 ], [ 120.0543173, 30.1715918 ], [ 120.0543859, 30.1716299 ], [ 120.054474, 30.1716341 ], [ 120.0545573, 30.1716214 ], [ 120.0546307, 30.1716341 ], [ 120.0547581, 30.1716722 ], [ 120.054905, 30.1716807 ], [ 120.0550372, 30.1716595 ], [ 120.0551743, 30.1715918 ], [ 120.0552674, 30.1714775 ], [ 120.0553506, 30.1713293 ], [ 120.0554535, 30.1711684 ], [ 120.0555612, 30.171071 ], [ 120.0556347, 30.1710541 ], [ 120.0557277, 30.171071 ], [ 120.055811, 30.1711176 ], [ 120.0559628, 30.1712319 ], [ 120.0560362, 30.1712785 ], [ 120.0561293, 30.1712615 ], [ 120.0561587, 30.171198 ], [ 120.0561457, 30.1710906 ], [ 120.0561224, 30.1710434 ], [ 120.0560834, 30.1709997 ], [ 120.0559939, 30.1709526 ], [ 120.0558974, 30.1708917 ], [ 120.0556929, 30.1708673 ], [ 120.0555379, 30.1708978 ], [ 120.055411, 30.1709953 ], [ 120.0553053, 30.1711172 ], [ 120.0549528, 30.1711842 ], [ 120.0543737, 30.1713382 ], [ 120.05432, 30.1713935 ], [ 120.0542694, 30.1714776 ], [ 120.0542733, 30.1715415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.060078, 30.1716062 ], [ 120.0602326, 30.1716596 ], [ 120.0603795, 30.1717198 ], [ 120.0604491, 30.1717599 ], [ 120.0604955, 30.1718668 ], [ 120.060565, 30.1719804 ], [ 120.0606114, 30.1720873 ], [ 120.0606887, 30.1721943 ], [ 120.0607738, 30.1722745 ], [ 120.0609206, 30.1724282 ], [ 120.0610289, 30.1725151 ], [ 120.0611139, 30.172622 ], [ 120.0613999, 30.1728225 ], [ 120.0615004, 30.1729027 ], [ 120.0615777, 30.1730029 ], [ 120.0616473, 30.1731232 ], [ 120.0617091, 30.1732301 ], [ 120.0617787, 30.1732903 ], [ 120.0619178, 30.1733571 ], [ 120.0622199, 30.1734136 ], [ 120.0623325, 30.173409 ], [ 120.062429, 30.1733904 ], [ 120.0624719, 30.1733626 ], [ 120.0625041, 30.1732931 ], [ 120.0625309, 30.1731818 ], [ 120.0625791, 30.1731123 ], [ 120.0626488, 30.1730706 ], [ 120.0627346, 30.173001 ], [ 120.0628365, 30.1729732 ], [ 120.0629545, 30.1729593 ], [ 120.063051, 30.1729918 ], [ 120.0631154, 30.1730567 ], [ 120.0632012, 30.1731262 ], [ 120.0632387, 30.173205 ], [ 120.0632441, 30.1732931 ], [ 120.0632012, 30.1733487 ], [ 120.0631904, 30.1733951 ], [ 120.0631851, 30.1734646 ], [ 120.0631636, 30.1735573 ], [ 120.0631636, 30.1736454 ], [ 120.0631904, 30.1737335 ], [ 120.0632548, 30.1737938 ], [ 120.0633245, 30.1738494 ], [ 120.0634103, 30.173854 ], [ 120.0634746, 30.173854 ], [ 120.063539, 30.1738679 ], [ 120.063598, 30.1738633 ], [ 120.0636462, 30.1738355 ], [ 120.0636462, 30.1737613 ], [ 120.0636141, 30.1736779 ], [ 120.0635873, 30.1735991 ], [ 120.063598, 30.1734832 ], [ 120.0635712, 30.1733348 ], [ 120.0635175, 30.173256 ], [ 120.0634049, 30.1731726 ], [ 120.0633406, 30.1730752 ], [ 120.0632709, 30.1729361 ], [ 120.0631744, 30.172811 ], [ 120.062933, 30.1724818 ], [ 120.0628204, 30.172301 ], [ 120.0627239, 30.1720414 ], [ 120.0627186, 30.1719858 ], [ 120.0626596, 30.1719394 ], [ 120.0625845, 30.1719209 ], [ 120.0624558, 30.1718884 ], [ 120.0623861, 30.171856 ], [ 120.0623271, 30.1718003 ], [ 120.0622628, 30.1717957 ], [ 120.0622091, 30.1718374 ], [ 120.0622038, 30.1718931 ], [ 120.0622199, 30.1719765 ], [ 120.0622574, 30.1720646 ], [ 120.0622672, 30.1720858 ], [ 120.0623003, 30.1721573 ], [ 120.0623271, 30.1722454 ], [ 120.0623432, 30.172301 ], [ 120.0623432, 30.1723474 ], [ 120.062308, 30.1723799 ], [ 120.0622681, 30.1724169 ], [ 120.0621394, 30.1724865 ], [ 120.0620161, 30.1725235 ], [ 120.0618284, 30.1725514 ], [ 120.0616407, 30.1725514 ], [ 120.0614959, 30.1724957 ], [ 120.0612707, 30.1723937 ], [ 120.0611098, 30.17225 ], [ 120.0610348, 30.1721527 ], [ 120.0610026, 30.1719441 ], [ 120.0609597, 30.1718282 ], [ 120.0607935, 30.1715778 ], [ 120.0607613, 30.1713738 ], [ 120.0607881, 30.1712487 ], [ 120.0608203, 30.1711745 ], [ 120.0608953, 30.1711003 ], [ 120.0609543, 30.171054 ], [ 120.0610884, 30.1710261 ], [ 120.0612117, 30.1710122 ], [ 120.0612922, 30.1709659 ], [ 120.0613511, 30.1709103 ], [ 120.0614369, 30.1708963 ], [ 120.0615656, 30.1709334 ], [ 120.0616783, 30.1709566 ], [ 120.0617587, 30.170952 ], [ 120.0617909, 30.1708917 ], [ 120.0617694, 30.1708453 ], [ 120.0616675, 30.1707851 ], [ 120.06163, 30.1707155 ], [ 120.06163, 30.1706599 ], [ 120.0616729, 30.170595 ], [ 120.0617533, 30.1705486 ], [ 120.0618981, 30.1704791 ], [ 120.0620161, 30.1704281 ], [ 120.0622252, 30.1703076 ], [ 120.0625309, 30.1701592 ], [ 120.0628097, 30.1700201 ], [ 120.0629116, 30.1699645 ], [ 120.0630617, 30.1699274 ], [ 120.0632119, 30.1698579 ], [ 120.063303, 30.1697698 ], [ 120.0633728, 30.1696678 ], [ 120.0634639, 30.1695565 ], [ 120.0635604, 30.1693155 ], [ 120.0634264, 30.1692413 ], [ 120.0634345, 30.1691828 ], [ 120.0634425, 30.1691254 ], [ 120.0634264, 30.169042 ], [ 120.0633835, 30.168977 ], [ 120.0632655, 30.1689631 ], [ 120.0631797, 30.1689956 ], [ 120.0631529, 30.1690744 ], [ 120.0631583, 30.1692181 ], [ 120.0631422, 30.169334 ], [ 120.06311, 30.1694592 ], [ 120.0630886, 30.1695102 ], [ 120.0630028, 30.1696493 ], [ 120.062917, 30.169742 ], [ 120.0626649, 30.1699182 ], [ 120.0625791, 30.1699692 ], [ 120.0624236, 30.1700341 ], [ 120.0622735, 30.1700711 ], [ 120.0621126, 30.1700572 ], [ 120.0620214, 30.1700109 ], [ 120.0619356, 30.1699877 ], [ 120.0618606, 30.1700016 ], [ 120.0617748, 30.170048 ], [ 120.0617452, 30.1700778 ], [ 120.0617104, 30.1701129 ], [ 120.0616769, 30.170178 ], [ 120.0616675, 30.1701963 ], [ 120.0616407, 30.1702751 ], [ 120.0616461, 30.1703447 ], [ 120.0616568, 30.1704281 ], [ 120.0616354, 30.1704884 ], [ 120.061571, 30.1705579 ], [ 120.0614745, 30.1706182 ], [ 120.0613833, 30.1706645 ], [ 120.0613511, 30.1707016 ], [ 120.0613511, 30.1707665 ], [ 120.0613297, 30.1708222 ], [ 120.0612653, 30.1708732 ], [ 120.0611956, 30.1709149 ], [ 120.0610991, 30.1709381 ], [ 120.0609825, 30.1709178 ], [ 120.0608897, 30.1708911 ], [ 120.0608356, 30.1708443 ], [ 120.0608356, 30.1706572 ], [ 120.0608047, 30.1705569 ], [ 120.0606887, 30.1705302 ], [ 120.0606269, 30.1704634 ], [ 120.060596, 30.1703631 ], [ 120.0605341, 30.1702896 ], [ 120.0604646, 30.1702762 ], [ 120.0604259, 30.1703364 ], [ 120.0604259, 30.1704968 ], [ 120.0603718, 30.1706371 ], [ 120.0602249, 30.1707173 ], [ 120.0602095, 30.1707975 ], [ 120.0601785, 30.1709579 ], [ 120.0601785, 30.171252 ], [ 120.0601631, 30.1713255 ], [ 120.0600548, 30.1715059 ], [ 120.0600239, 30.1715527 ], [ 120.060078, 30.1716062 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0645557, 30.1168153 ], [ 120.0653224, 30.1166649 ], [ 120.0660026, 30.1166446 ], [ 120.0657773, 30.1164209 ], [ 120.0656538, 30.1164176 ], [ 120.0651542, 30.1163544 ], [ 120.0651443, 30.1159981 ], [ 120.0649433, 30.1160147 ], [ 120.0649506, 30.1163614 ], [ 120.0649129, 30.1166244 ], [ 120.0645457, 30.1166517 ], [ 120.0645557, 30.1168153 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0675241, 30.1171611 ], [ 120.0676948, 30.1173547 ], [ 120.067834, 30.117889 ], [ 120.0680504, 30.1178789 ], [ 120.0678294, 30.1167678 ], [ 120.0674878, 30.1168524 ], [ 120.0675241, 30.1171611 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0649443, 30.118981 ], [ 120.0676019, 30.1187713 ], [ 120.0674251, 30.1174376 ], [ 120.0671925, 30.1172042 ], [ 120.0668934, 30.1167282 ], [ 120.0647037, 30.1169833 ], [ 120.0649443, 30.118981 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "铜鉴里湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.059754, 30.1314947 ], [ 120.0597499, 30.132013 ], [ 120.0598691, 30.132058 ], [ 120.0599279, 30.1315701 ], [ 120.0601024, 30.131102 ], [ 120.06022, 30.1309873 ], [ 120.0606367, 30.1305811 ], [ 120.0611359, 30.1303203 ], [ 120.0619682, 30.1299616 ], [ 120.0620663, 30.1299939 ], [ 120.0626267, 30.1297576 ], [ 120.062657, 30.1297192 ], [ 120.0626641, 30.1296566 ], [ 120.062601, 30.1295435 ], [ 120.0625963, 30.1294203 ], [ 120.0626617, 30.1293052 ], [ 120.0627855, 30.1292163 ], [ 120.0629606, 30.1291598 ], [ 120.0631124, 30.1291719 ], [ 120.0632875, 30.1292103 ], [ 120.0634019, 30.1291901 ], [ 120.0634229, 30.1291376 ], [ 120.0634486, 30.1290487 ], [ 120.0634906, 30.1288508 ], [ 120.063514, 30.1288104 ], [ 120.0636844, 30.1287438 ], [ 120.0637965, 30.1285075 ], [ 120.0642098, 30.1280167 ], [ 120.0642425, 30.1278471 ], [ 120.0642915, 30.1277663 ], [ 120.0643803, 30.1277057 ], [ 120.0645157, 30.1276108 ], [ 120.0646138, 30.1275421 ], [ 120.0646465, 30.1274614 ], [ 120.0646745, 30.1273563 ], [ 120.0646044, 30.1270857 ], [ 120.0649267, 30.1266838 ], [ 120.0650387, 30.1265303 ], [ 120.0650854, 30.1264839 ], [ 120.0652325, 30.1264455 ], [ 120.0653353, 30.1264294 ], [ 120.0653797, 30.1263748 ], [ 120.065389, 30.1262638 ], [ 120.0653376, 30.126185 ], [ 120.0650061, 30.1261305 ], [ 120.0648636, 30.1260941 ], [ 120.0647585, 30.1260638 ], [ 120.0647259, 30.1259871 ], [ 120.0647352, 30.1259002 ], [ 120.0647726, 30.1258538 ], [ 120.064929, 30.1257669 ], [ 120.0650201, 30.1256841 ], [ 120.0650714, 30.1255508 ], [ 120.0650831, 30.1254236 ], [ 120.0651135, 30.1252943 ], [ 120.0652956, 30.1250722 ], [ 120.065389, 30.1249449 ], [ 120.0654544, 30.1248642 ], [ 120.0654497, 30.1247733 ], [ 120.0654871, 30.1245834 ], [ 120.0655758, 30.1244643 ], [ 120.0657533, 30.1242987 ], [ 120.0659097, 30.1242078 ], [ 120.0659144, 30.1241048 ], [ 120.0656015, 30.1241694 ], [ 120.065347, 30.1241876 ], [ 120.0650498, 30.1241956 ], [ 120.0650766, 30.1240495 ], [ 120.0651812, 30.1239428 ], [ 120.0652912, 30.1238824 ], [ 120.0654199, 30.1238592 ], [ 120.0655353, 30.1238291 ], [ 120.0656265, 30.1238268 ], [ 120.0661361, 30.1236342 ], [ 120.066246, 30.1235669 ], [ 120.0664874, 30.1234509 ], [ 120.0667771, 30.1232908 ], [ 120.0669595, 30.1232537 ], [ 120.0671714, 30.1232444 ], [ 120.0673028, 30.1232166 ], [ 120.0674825, 30.1232282 ], [ 120.0676113, 30.1231632 ], [ 120.0677213, 30.1231934 ], [ 120.0680217, 30.1230194 ], [ 120.0682228, 30.1230704 ], [ 120.0685313, 30.1231006 ], [ 120.0685983, 30.1231656 ], [ 120.0686171, 30.1232212 ], [ 120.0686922, 30.1232746 ], [ 120.0688639, 30.1233581 ], [ 120.0689792, 30.1233581 ], [ 120.0691241, 30.1233813 ], [ 120.0693655, 30.1234788 ], [ 120.0694379, 30.1235344 ], [ 120.0696069, 30.1235832 ], [ 120.0697651, 30.1236829 ], [ 120.069808, 30.123785 ], [ 120.0699073, 30.1239265 ], [ 120.0698965, 30.1239984 ], [ 120.0700601, 30.1241005 ], [ 120.0701353, 30.1240425 ], [ 120.0702104, 30.1240495 ], [ 120.0703418, 30.1241237 ], [ 120.070492, 30.1241933 ], [ 120.0707066, 30.1242327 ], [ 120.0707468, 30.1242815 ], [ 120.0709453, 30.124068 ], [ 120.0704169, 30.1238268 ], [ 120.070264, 30.1237479 ], [ 120.0701487, 30.1237618 ], [ 120.0700601, 30.1237711 ], [ 120.0699636, 30.1237224 ], [ 120.0698643, 30.1236249 ], [ 120.0698348, 30.1235275 ], [ 120.0697302, 30.1234625 ], [ 120.06969, 30.1233744 ], [ 120.0695988, 30.1231679 ], [ 120.0694727, 30.1230681 ], [ 120.0694111, 30.1229869 ], [ 120.0691562, 30.1228338 ], [ 120.0690007, 30.1226436 ], [ 120.0688853, 30.1225345 ], [ 120.0686574, 30.1224557 ], [ 120.0685286, 30.1224812 ], [ 120.0683113, 30.1225809 ], [ 120.0681504, 30.1226064 ], [ 120.0678017, 30.1225925 ], [ 120.0676918, 30.1225484 ], [ 120.0674745, 30.1224858 ], [ 120.0672841, 30.1224881 ], [ 120.0670105, 30.1225252 ], [ 120.0667154, 30.1224928 ], [ 120.0665921, 30.1224788 ], [ 120.0664231, 30.1223907 ], [ 120.0662997, 30.1223304 ], [ 120.0662058, 30.1223072 ], [ 120.0660958, 30.122342 ], [ 120.0659859, 30.1223768 ], [ 120.0658491, 30.1223675 ], [ 120.0657498, 30.1223304 ], [ 120.0656506, 30.1222144 ], [ 120.0655862, 30.1221958 ], [ 120.065487, 30.1222654 ], [ 120.0653824, 30.1223977 ], [ 120.0654709, 30.1224185 ], [ 120.0655406, 30.1224719 ], [ 120.0655433, 30.1225368 ], [ 120.0655594, 30.1226575 ], [ 120.0656211, 30.122734 ], [ 120.0657391, 30.1228152 ], [ 120.0658035, 30.1229057 ], [ 120.0658357, 30.1230728 ], [ 120.0658839, 30.1231006 ], [ 120.0659, 30.12314 ], [ 120.0658947, 30.1232676 ], [ 120.0658437, 30.1233535 ], [ 120.0658035, 30.1233999 ], [ 120.0658142, 30.1234996 ], [ 120.065782, 30.1235762 ], [ 120.0655996, 30.1237154 ], [ 120.0653743, 30.1237641 ], [ 120.0651946, 30.1237595 ], [ 120.0650605, 30.1237363 ], [ 120.0649988, 30.1236783 ], [ 120.0649103, 30.1238198 ], [ 120.064884, 30.1238676 ], [ 120.0648567, 30.1239172 ], [ 120.0647708, 30.1239892 ], [ 120.0646877, 30.1240263 ], [ 120.064685, 30.1240587 ], [ 120.0647123, 30.124087 ], [ 120.064677, 30.1242095 ], [ 120.0642274, 30.1242571 ], [ 120.0639418, 30.1242707 ], [ 120.0639861, 30.1243576 ], [ 120.0642477, 30.1243576 ], [ 120.0643738, 30.124398 ], [ 120.0645395, 30.1245272 ], [ 120.0646353, 30.1246949 ], [ 120.0646563, 30.1248261 ], [ 120.0646353, 30.1249231 ], [ 120.0645442, 30.1250645 ], [ 120.0645255, 30.1251513 ], [ 120.0645279, 30.1253411 ], [ 120.0644788, 30.1254219 ], [ 120.0643597, 30.1255593 ], [ 120.0643597, 30.1256602 ], [ 120.0644158, 30.1257612 ], [ 120.0643644, 30.1258642 ], [ 120.0642313, 30.1259147 ], [ 120.0641543, 30.1260177 ], [ 120.0640655, 30.1262055 ], [ 120.0640118, 30.1263025 ], [ 120.0637223, 30.1267023 ], [ 120.0635682, 30.1269023 ], [ 120.0634257, 30.1272517 ], [ 120.0633137, 30.1274718 ], [ 120.0632576, 30.1275869 ], [ 120.0631269, 30.1278373 ], [ 120.0630171, 30.1278777 ], [ 120.0629167, 30.1279 ], [ 120.0628023, 30.1279464 ], [ 120.0626342, 30.1280817 ], [ 120.0624941, 30.128213 ], [ 120.0623657, 30.1284129 ], [ 120.0622816, 30.1286007 ], [ 120.0621438, 30.1286977 ], [ 120.061915, 30.1288128 ], [ 120.0617119, 30.1289602 ], [ 120.0615619, 30.1291073 ], [ 120.0614569, 30.1291921 ], [ 120.0610652, 30.1295108 ], [ 120.0607988, 30.1299534 ], [ 120.0606044, 30.1301578 ], [ 120.0602876, 30.1302697 ], [ 120.0598727, 30.1309773 ], [ 120.0597428, 30.1311954 ], [ 120.059754, 30.1314947 ] ], [ [ 120.0634756, 30.1279932 ], [ 120.0635433, 30.1279588 ], [ 120.063625, 30.1279346 ], [ 120.0637137, 30.127874 ], [ 120.0637791, 30.1277852 ], [ 120.0638632, 30.127773 ], [ 120.0639379, 30.1277852 ], [ 120.0639706, 30.1278316 ], [ 120.0639753, 30.1279003 ], [ 120.064071, 30.1279487 ], [ 120.064099, 30.1279932 ], [ 120.064036, 30.1280618 ], [ 120.0639332, 30.128076 ], [ 120.0638328, 30.1281285 ], [ 120.0637698, 30.1282375 ], [ 120.0636904, 30.1282598 ], [ 120.0636367, 30.1282416 ], [ 120.0635783, 30.1281507 ], [ 120.0634592, 30.128076 ], [ 120.0634545, 30.1280376 ], [ 120.0634756, 30.1279932 ] ], [ [ 120.0660763, 30.1231667 ], [ 120.0661323, 30.1231142 ], [ 120.0661697, 30.123096 ], [ 120.0662164, 30.1231061 ], [ 120.0662351, 30.1231405 ], [ 120.0662281, 30.1232233 ], [ 120.0663028, 30.1233162 ], [ 120.0662748, 30.1233586 ], [ 120.0662281, 30.1233748 ], [ 120.066158, 30.1233546 ], [ 120.0660996, 30.123302 ], [ 120.0660553, 30.1232334 ], [ 120.0660763, 30.1231667 ] ], [ [ 120.0661137, 30.1227264 ], [ 120.0662351, 30.1226719 ], [ 120.0664359, 30.1226315 ], [ 120.0666881, 30.1226295 ], [ 120.0668632, 30.1226537 ], [ 120.0669893, 30.1226861 ], [ 120.0670383, 30.1227365 ], [ 120.0670453, 30.1228153 ], [ 120.0669963, 30.1228678 ], [ 120.0669332, 30.1228779 ], [ 120.0668095, 30.1228436 ], [ 120.0667628, 30.1228557 ], [ 120.0667651, 30.1228981 ], [ 120.0667955, 30.1229789 ], [ 120.0667651, 30.1230274 ], [ 120.0666927, 30.1230395 ], [ 120.0666203, 30.1230072 ], [ 120.0665853, 30.1229224 ], [ 120.0665573, 30.1228133 ], [ 120.0664756, 30.1227931 ], [ 120.0662958, 30.1228234 ], [ 120.0661744, 30.1228618 ], [ 120.0661253, 30.1228597 ], [ 120.0660973, 30.1228052 ], [ 120.0661137, 30.1227264 ] ], [ [ 120.0686929, 30.1228606 ], [ 120.0687793, 30.1228101 ], [ 120.0689054, 30.1228344 ], [ 120.0689895, 30.1228889 ], [ 120.0690198, 30.1230161 ], [ 120.0689545, 30.1231434 ], [ 120.0688751, 30.1232403 ], [ 120.0687863, 30.1232585 ], [ 120.0686953, 30.1232242 ], [ 120.0686696, 30.1231474 ], [ 120.0686229, 30.1230909 ], [ 120.0686929, 30.1228606 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0710863, 30.1458613 ], [ 120.0711472, 30.1459208 ], [ 120.0712081, 30.1459496 ], [ 120.0712376, 30.1460057 ], [ 120.0712395, 30.146055 ], [ 120.071269, 30.1460856 ], [ 120.0713201, 30.146072 ], [ 120.0713358, 30.1460278 ], [ 120.071324, 30.1459887 ], [ 120.0713025, 30.145957 ], [ 120.0712769, 30.1459191 ], [ 120.0712749, 30.1458613 ], [ 120.0712886, 30.1457984 ], [ 120.0713103, 30.1457457 ], [ 120.0712985, 30.1457169 ], [ 120.0712376, 30.145705 ], [ 120.071159, 30.1457169 ], [ 120.0711157, 30.1457338 ], [ 120.0710725, 30.1457865 ], [ 120.0710863, 30.1458613 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0704702, 30.1588753 ], [ 120.0705965, 30.1587399 ], [ 120.0710962, 30.1589579 ], [ 120.0710518, 30.1591336 ], [ 120.0714324, 30.159178 ], [ 120.0717967, 30.1592527 ], [ 120.07221, 30.1594324 ], [ 120.0726256, 30.1594566 ], [ 120.0730482, 30.159499 ], [ 120.0730366, 30.1594465 ], [ 120.0727538, 30.159382 ], [ 120.0705262, 30.1585563 ], [ 120.0704375, 30.1585845 ], [ 120.0704702, 30.1588753 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737671, 30.1596503 ], [ 120.0737919, 30.1596642 ], [ 120.0738576, 30.1596838 ], [ 120.0739481, 30.1597061 ], [ 120.074045, 30.1597192 ], [ 120.0740698, 30.1597164 ], [ 120.074129, 30.1597015 ], [ 120.0742206, 30.1596642 ], [ 120.074282, 30.1596381 ], [ 120.074366, 30.1595785 ], [ 120.0744005, 30.1595329 ], [ 120.0744274, 30.1594789 ], [ 120.0744264, 30.1594528 ], [ 120.0744134, 30.1594295 ], [ 120.0743693, 30.1594416 ], [ 120.0742691, 30.1594835 ], [ 120.0741829, 30.1595096 ], [ 120.0741129, 30.159531 ], [ 120.0740278, 30.1595348 ], [ 120.0739577, 30.1595403 ], [ 120.0738403, 30.1595525 ], [ 120.0737919, 30.1595599 ], [ 120.073752, 30.1596037 ], [ 120.0737477, 30.1596223 ], [ 120.0737671, 30.1596503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0606536, 30.1675259 ], [ 120.0612145, 30.1673238 ], [ 120.0617788, 30.1674653 ], [ 120.0617989, 30.1675173 ], [ 120.0617421, 30.1677338 ], [ 120.0616887, 30.1678896 ], [ 120.0617054, 30.1679647 ], [ 120.0617788, 30.1680253 ], [ 120.0618556, 30.1680831 ], [ 120.061889, 30.1681523 ], [ 120.0619157, 30.168213 ], [ 120.0619792, 30.1682361 ], [ 120.0620226, 30.168262 ], [ 120.0619591, 30.1682822 ], [ 120.061662, 30.1684093 ], [ 120.0615718, 30.1684381 ], [ 120.0609842, 30.168594 ], [ 120.0610109, 30.1686171 ], [ 120.0616486, 30.1684554 ], [ 120.0619625, 30.1683082 ], [ 120.0620793, 30.1683024 ], [ 120.0621829, 30.1683313 ], [ 120.062844, 30.1686402 ], [ 120.0632747, 30.1688423 ], [ 120.0634049, 30.1688827 ], [ 120.0636485, 30.1689721 ], [ 120.0634963, 30.1692044 ], [ 120.0636004, 30.1692531 ], [ 120.0638042, 30.1690394 ], [ 120.0639516, 30.1690357 ], [ 120.0640947, 30.1690732 ], [ 120.0641988, 30.1691219 ], [ 120.064936, 30.1697368 ], [ 120.0650878, 30.1698305 ], [ 120.065877, 30.1701267 ], [ 120.0661546, 30.1702916 ], [ 120.0677331, 30.1712326 ], [ 120.0677851, 30.1713489 ], [ 120.0678024, 30.1714538 ], [ 120.0677938, 30.1715513 ], [ 120.067694, 30.1717088 ], [ 120.0675509, 30.1718475 ], [ 120.0666885, 30.1725505 ], [ 120.0655058, 30.1736035 ], [ 120.0650106, 30.1738674 ], [ 120.0647366, 30.1740136 ], [ 120.0646316, 30.1740818 ], [ 120.0635527, 30.1750078 ], [ 120.0638562, 30.1751053 ], [ 120.063969, 30.1748991 ], [ 120.0641641, 30.1746592 ], [ 120.0643418, 30.1744851 ], [ 120.0646195, 30.1742131 ], [ 120.0648493, 30.1740706 ], [ 120.0650401, 30.1739844 ], [ 120.0655128, 30.1737294 ], [ 120.0656038, 30.1736695 ], [ 120.0668181, 30.172601 ], [ 120.067694, 30.17187 ], [ 120.0680236, 30.1715176 ], [ 120.0683445, 30.1712139 ], [ 120.0687001, 30.1708502 ], [ 120.0687825, 30.1707303 ], [ 120.068995, 30.1703216 ], [ 120.0691121, 30.1701117 ], [ 120.0692248, 30.1699655 ], [ 120.0695717, 30.1696243 ], [ 120.0696628, 30.1694668 ], [ 120.0697712, 30.1692719 ], [ 120.0700523, 30.1687952 ], [ 120.0701138, 30.1686908 ], [ 120.0702395, 30.1685521 ], [ 120.070413, 30.1684883 ], [ 120.0706472, 30.1684808 ], [ 120.0707994, 30.1685133 ], [ 120.0710331, 30.1685633 ], [ 120.0710982, 30.168612 ], [ 120.0711979, 30.1684958 ], [ 120.0710505, 30.1683946 ], [ 120.0709204, 30.1683384 ], [ 120.0707469, 30.1683046 ], [ 120.0705084, 30.1682596 ], [ 120.0704043, 30.1682334 ], [ 120.0702656, 30.1682259 ], [ 120.0701138, 30.1682671 ], [ 120.0700401, 30.1683234 ], [ 120.0695891, 30.1689982 ], [ 120.0692855, 30.1695193 ], [ 120.0691207, 30.1697143 ], [ 120.0688128, 30.1700479 ], [ 120.0687131, 30.1702129 ], [ 120.0686654, 30.1703479 ], [ 120.0685093, 30.170764 ], [ 120.0684139, 30.1709252 ], [ 120.0682231, 30.1711164 ], [ 120.0680973, 30.1711502 ], [ 120.0679455, 30.1711427 ], [ 120.0677547, 30.1711014 ], [ 120.0675336, 30.1709852 ], [ 120.0658337, 30.1699617 ], [ 120.0642032, 30.1689645 ], [ 120.0640991, 30.1689007 ], [ 120.0641078, 30.1688482 ], [ 120.0639256, 30.1687845 ], [ 120.0637955, 30.1689307 ], [ 120.0636871, 30.1689345 ], [ 120.0633784, 30.1688245 ], [ 120.063015, 30.1686855 ], [ 120.0621242, 30.1682796 ], [ 120.0620759, 30.1682545 ], [ 120.0620309, 30.1682128 ], [ 120.0619408, 30.1681683 ], [ 120.0618862, 30.1680627 ], [ 120.0617833, 30.1679793 ], [ 120.0617447, 30.1679487 ], [ 120.0617254, 30.1678903 ], [ 120.061809, 30.1676178 ], [ 120.0618315, 30.1675177 ], [ 120.0617929, 30.1674398 ], [ 120.0612558, 30.1673036 ], [ 120.0611915, 30.167298 ], [ 120.0606641, 30.1674955 ], [ 120.060603, 30.1675205 ], [ 120.0606536, 30.1675259 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0716924, 30.174772 ], [ 120.0720756, 30.174997 ], [ 120.0724026, 30.1750015 ], [ 120.0732749, 30.1745503 ], [ 120.0733268, 30.1742209 ], [ 120.0732862, 30.1737237 ], [ 120.07344, 30.1731953 ], [ 120.0730676, 30.1730991 ], [ 120.0721929, 30.1730834 ], [ 120.0718826, 30.1732689 ], [ 120.0715798, 30.1735656 ], [ 120.0716924, 30.174772 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0672695, 30.1800475 ], [ 120.0673316, 30.1803058 ], [ 120.06765, 30.1802182 ], [ 120.0679218, 30.1806377 ], [ 120.0679679, 30.1807878 ], [ 120.0681571, 30.1807367 ], [ 120.0680998, 30.1804116 ], [ 120.0680362, 30.180166 ], [ 120.0678315, 30.1798951 ], [ 120.0673812, 30.1794007 ], [ 120.0669251, 30.1797423 ], [ 120.0672695, 30.1800475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0408454, 30.1566079 ], [ 120.0411758, 30.1565509 ], [ 120.0412589, 30.1564906 ], [ 120.0413635, 30.1560546 ], [ 120.0413738, 30.1559818 ], [ 120.0413363, 30.1559655 ], [ 120.0408163, 30.1559641 ], [ 120.0407998, 30.1565824 ], [ 120.0408454, 30.1566079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0463307, 30.1568493 ], [ 120.0467662, 30.1564197 ], [ 120.0470682, 30.155723 ], [ 120.0460839, 30.155967 ], [ 120.0459973, 30.1568854 ], [ 120.0463307, 30.1568493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.04188, 30.1612634 ], [ 120.0416527, 30.1618548 ], [ 120.0417514, 30.1623214 ], [ 120.0417119, 30.1625286 ], [ 120.0416438, 30.1628314 ], [ 120.0417989, 30.1629328 ], [ 120.0418219, 30.1629479 ], [ 120.0420471, 30.1630207 ], [ 120.0421448, 30.1629774 ], [ 120.0419469, 30.1627203 ], [ 120.0423369, 30.16188 ], [ 120.042671, 30.1612286 ], [ 120.0420677, 30.1609368 ], [ 120.0415158, 30.1611166 ], [ 120.0414805, 30.16132 ], [ 120.04188, 30.1612634 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0513845, 30.1646684 ], [ 120.0518688, 30.1648077 ], [ 120.0521243, 30.1645941 ], [ 120.0522038, 30.1644842 ], [ 120.0520843, 30.1642161 ], [ 120.0519719, 30.1641562 ], [ 120.0518539, 30.164106 ], [ 120.0515562, 30.1641141 ], [ 120.0514234, 30.1641539 ], [ 120.0513183, 30.1641853 ], [ 120.0512879, 30.1644635 ], [ 120.0513845, 30.1646684 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0457329, 30.1656652 ], [ 120.0459629, 30.165608 ], [ 120.046094, 30.1658124 ], [ 120.0463151, 30.1657495 ], [ 120.0464855, 30.165274 ], [ 120.0460261, 30.165274 ], [ 120.0454808, 30.165156 ], [ 120.045136, 30.1654914 ], [ 120.0457329, 30.1656652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0453776, 30.1658073 ], [ 120.0454803, 30.1658819 ], [ 120.0456014, 30.1658997 ], [ 120.0457288, 30.1658801 ], [ 120.0458849, 30.1659316 ], [ 120.046002, 30.166008 ], [ 120.0460985, 30.166079 ], [ 120.046232, 30.1660115 ], [ 120.0462649, 30.1659654 ], [ 120.0462772, 30.1658926 ], [ 120.0462177, 30.1658446 ], [ 120.046094, 30.1658124 ], [ 120.0459445, 30.1657736 ], [ 120.0457329, 30.1656652 ], [ 120.045585, 30.1656777 ], [ 120.0453262, 30.1656173 ], [ 120.045242, 30.1656883 ], [ 120.0453776, 30.1658073 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0449074, 30.1664343 ], [ 120.0452421, 30.1665759 ], [ 120.0459996, 30.1662078 ], [ 120.0457389, 30.1660028 ], [ 120.045582, 30.1660541 ], [ 120.0449485, 30.1655312 ], [ 120.0445974, 30.1659115 ], [ 120.0449074, 30.1664343 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0463471, 30.1662584 ], [ 120.0465175, 30.166404 ], [ 120.046612, 30.1664608 ], [ 120.0466264, 30.1665621 ], [ 120.0467312, 30.1666384 ], [ 120.0468749, 30.1668036 ], [ 120.0469386, 30.1669066 ], [ 120.0469674, 30.1670824 ], [ 120.0470105, 30.1671587 ], [ 120.0470906, 30.1671605 ], [ 120.047296, 30.1673186 ], [ 120.0473576, 30.1672475 ], [ 120.0474008, 30.1671801 ], [ 120.0475898, 30.1669776 ], [ 120.0476206, 30.1668284 ], [ 120.0476, 30.1667556 ], [ 120.0474953, 30.1667272 ], [ 120.0473864, 30.1666278 ], [ 120.0471954, 30.1665336 ], [ 120.0470783, 30.1664147 ], [ 120.04684, 30.1663188 ], [ 120.0464991, 30.1661376 ], [ 120.0464559, 30.1661802 ], [ 120.046345, 30.1662016 ], [ 120.0463471, 30.1662584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0463063, 30.1672525 ], [ 120.0463724, 30.1673005 ], [ 120.0467844, 30.166946 ], [ 120.0461687, 30.1662701 ], [ 120.0454618, 30.1666391 ], [ 120.0463063, 30.1672525 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0493908, 30.1678528 ], [ 120.0493315, 30.1681604 ], [ 120.0495931, 30.1681911 ], [ 120.0498146, 30.1678987 ], [ 120.0499087, 30.1675956 ], [ 120.0494453, 30.1675725 ], [ 120.049067, 30.1674169 ], [ 120.0487105, 30.1673519 ], [ 120.0483441, 30.1673746 ], [ 120.0481916, 30.1675248 ], [ 120.0493908, 30.1678528 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0502365, 30.168443 ], [ 120.0507132, 30.1685336 ], [ 120.051186, 30.1686517 ], [ 120.051746, 30.1687258 ], [ 120.0520255, 30.1685111 ], [ 120.0517093, 30.1683765 ], [ 120.0517249, 30.1681396 ], [ 120.0512793, 30.1680693 ], [ 120.0506231, 30.1676905 ], [ 120.050264, 30.168131 ], [ 120.0499328, 30.1683376 ], [ 120.0502365, 30.168443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.047079, 30.1709091 ], [ 120.0479293, 30.1711082 ], [ 120.0479973, 30.1709857 ], [ 120.0482138, 30.1710032 ], [ 120.0482057, 30.170718 ], [ 120.047673, 30.1707261 ], [ 120.0475102, 30.1707987 ], [ 120.0470582, 30.1706741 ], [ 120.0468485, 30.1707275 ], [ 120.0463912, 30.1706674 ], [ 120.047079, 30.1709091 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0443184, 30.1726689 ], [ 120.0445508, 30.1725403 ], [ 120.0444463, 30.1718127 ], [ 120.044009, 30.1717874 ], [ 120.043973, 30.1719716 ], [ 120.0435761, 30.1719891 ], [ 120.0435504, 30.1723507 ], [ 120.0443184, 30.1726689 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0467571, 30.1740792 ], [ 120.0468015, 30.1741875 ], [ 120.0469268, 30.1742399 ], [ 120.0470764, 30.1742644 ], [ 120.0472017, 30.1743168 ], [ 120.0473391, 30.1744042 ], [ 120.0474968, 30.1745195 ], [ 120.0476261, 30.1745754 ], [ 120.0480182, 30.1747641 ], [ 120.0482324, 30.1748584 ], [ 120.0483941, 30.1748584 ], [ 120.048572, 30.1749004 ], [ 120.0488266, 30.1749423 ], [ 120.04896, 30.1749528 ], [ 120.049049, 30.1749144 ], [ 120.0491338, 30.1748689 ], [ 120.0491864, 30.174841 ], [ 120.0493077, 30.174841 ], [ 120.0494128, 30.1748025 ], [ 120.04953, 30.1747816 ], [ 120.0495623, 30.1748235 ], [ 120.0496674, 30.1749947 ], [ 120.0496674, 30.1751031 ], [ 120.0496149, 30.175166 ], [ 120.0495057, 30.1752009 ], [ 120.0492955, 30.1753162 ], [ 120.0491338, 30.1754455 ], [ 120.0488954, 30.1756761 ], [ 120.0487418, 30.1758334 ], [ 120.0486205, 30.1760361 ], [ 120.0486528, 30.176057 ], [ 120.0487983, 30.1758299 ], [ 120.0489237, 30.1757076 ], [ 120.0491864, 30.175463 ], [ 120.0493642, 30.1753337 ], [ 120.0495138, 30.1752638 ], [ 120.0496876, 30.175159 ], [ 120.0497968, 30.175124 ], [ 120.0499625, 30.1751065 ], [ 120.0501201, 30.175124 ], [ 120.0502171, 30.17511 ], [ 120.0503667, 30.1750821 ], [ 120.0504475, 30.1751031 ], [ 120.0505688, 30.175117 ], [ 120.0506618, 30.1751031 ], [ 120.0509326, 30.1750332 ], [ 120.0512236, 30.1749912 ], [ 120.0513328, 30.1749423 ], [ 120.0514419, 30.1748375 ], [ 120.0515025, 30.17482 ], [ 120.0515996, 30.174848 ], [ 120.0518421, 30.1748934 ], [ 120.0520361, 30.1748689 ], [ 120.0521857, 30.1748095 ], [ 120.0525535, 30.1746068 ], [ 120.0526546, 30.1745509 ], [ 120.0527435, 30.1745439 ], [ 120.0528486, 30.174523 ], [ 120.0529537, 30.174488 ], [ 120.0530588, 30.1744181 ], [ 120.0532407, 30.1743657 ], [ 120.0534428, 30.1743378 ], [ 120.0535519, 30.1742854 ], [ 120.053661, 30.1742085 ], [ 120.0537298, 30.1741386 ], [ 120.0538025, 30.1740722 ], [ 120.053944, 30.1739883 ], [ 120.0541057, 30.173894 ], [ 120.0541991, 30.1738437 ], [ 120.054267, 30.1738437 ], [ 120.0543714, 30.1738527 ], [ 120.0544654, 30.1738302 ], [ 120.054481, 30.173776 ], [ 120.0544758, 30.1736948 ], [ 120.0544236, 30.1735864 ], [ 120.0544288, 30.1735142 ], [ 120.0544915, 30.173442 ], [ 120.0545802, 30.1733833 ], [ 120.0547003, 30.1733563 ], [ 120.0547995, 30.1733788 ], [ 120.0549405, 30.1734194 ], [ 120.0550814, 30.173451 ], [ 120.0551911, 30.173424 ], [ 120.0552903, 30.1733788 ], [ 120.0553529, 30.1733202 ], [ 120.0553842, 30.1732525 ], [ 120.0555252, 30.1730313 ], [ 120.0556087, 30.1729862 ], [ 120.0557288, 30.1729816 ], [ 120.0558437, 30.1730358 ], [ 120.0559272, 30.1731216 ], [ 120.0560368, 30.1731893 ], [ 120.0561674, 30.1731938 ], [ 120.0563083, 30.1731893 ], [ 120.0565955, 30.1731171 ], [ 120.0567103, 30.1730945 ], [ 120.0568356, 30.17309 ], [ 120.0572951, 30.173099 ], [ 120.0574569, 30.1730629 ], [ 120.0575509, 30.1729952 ], [ 120.057624, 30.1729185 ], [ 120.0577336, 30.1727966 ], [ 120.0578276, 30.1727244 ], [ 120.0579111, 30.1726792 ], [ 120.0578746, 30.1726477 ], [ 120.0576292, 30.1728327 ], [ 120.0575039, 30.1729636 ], [ 120.0573838, 30.1730313 ], [ 120.0572846, 30.1730403 ], [ 120.0571802, 30.1730448 ], [ 120.0570027, 30.1730403 ], [ 120.0568252, 30.1730403 ], [ 120.056632, 30.1730629 ], [ 120.0563344, 30.1731261 ], [ 120.0561517, 30.1731486 ], [ 120.0560525, 30.1731351 ], [ 120.0559951, 30.1730945 ], [ 120.0559168, 30.1730178 ], [ 120.0558541, 30.1729591 ], [ 120.055828, 30.1728914 ], [ 120.055828, 30.1728282 ], [ 120.0558385, 30.1727605 ], [ 120.0558698, 30.1726296 ], [ 120.0558593, 30.1725348 ], [ 120.0558489, 30.1724491 ], [ 120.0558593, 30.1723768 ], [ 120.055828, 30.1723272 ], [ 120.0557549, 30.1723227 ], [ 120.0557184, 30.1723904 ], [ 120.055614, 30.1727424 ], [ 120.0555867, 30.1728002 ], [ 120.0555565, 30.1728643 ], [ 120.0554678, 30.1729636 ], [ 120.0553373, 30.1732389 ], [ 120.0552798, 30.1732886 ], [ 120.0551754, 30.1733247 ], [ 120.0550762, 30.1733337 ], [ 120.0549457, 30.1733337 ], [ 120.0548413, 30.1732976 ], [ 120.0547943, 30.1732344 ], [ 120.0547839, 30.1731802 ], [ 120.0547421, 30.1730855 ], [ 120.054716, 30.1730087 ], [ 120.0546586, 30.1729094 ], [ 120.054622, 30.1728282 ], [ 120.054575, 30.1727876 ], [ 120.0544863, 30.1727831 ], [ 120.0544341, 30.1728508 ], [ 120.0544365, 30.1729513 ], [ 120.0544278, 30.1730345 ], [ 120.0544146, 30.1731027 ], [ 120.0544102, 30.1731973 ], [ 120.0543884, 30.1732768 ], [ 120.0543314, 30.1733411 ], [ 120.0542439, 30.1734092 ], [ 120.0541914, 30.1734736 ], [ 120.0541607, 30.1735379 ], [ 120.0541563, 30.1736098 ], [ 120.0541432, 30.1736817 ], [ 120.0541257, 30.1737385 ], [ 120.0540775, 30.1738066 ], [ 120.0539987, 30.1738709 ], [ 120.053863, 30.1739731 ], [ 120.0536704, 30.1741093 ], [ 120.0536398, 30.1740904 ], [ 120.0536485, 30.1739617 ], [ 120.0536573, 30.1738823 ], [ 120.0536967, 30.173765 ], [ 120.0538368, 30.1736022 ], [ 120.0538455, 30.1734963 ], [ 120.0538368, 30.1734433 ], [ 120.0537974, 30.1733789 ], [ 120.0537273, 30.1733449 ], [ 120.0535216, 30.1733222 ], [ 120.053364, 30.1733297 ], [ 120.0532677, 30.1733714 ], [ 120.0531145, 30.1734811 ], [ 120.0530663, 30.1735303 ], [ 120.0529262, 30.1735719 ], [ 120.0526811, 30.1735984 ], [ 120.0524228, 30.1736249 ], [ 120.0522783, 30.1736363 ], [ 120.0521251, 30.1736552 ], [ 120.0520376, 30.1736893 ], [ 120.0519413, 30.1737158 ], [ 120.0517574, 30.1737082 ], [ 120.0516523, 30.1737158 ], [ 120.051556, 30.1737498 ], [ 120.0514685, 30.1737801 ], [ 120.0514072, 30.1737839 ], [ 120.0513065, 30.1737574 ], [ 120.0512321, 30.173746 ], [ 120.0511489, 30.173765 ], [ 120.0510876, 30.1738104 ], [ 120.0510482, 30.1739012 ], [ 120.0509782, 30.1739542 ], [ 120.0507507, 30.1740862 ], [ 120.0505648, 30.17417 ], [ 120.0502656, 30.1742399 ], [ 120.0501727, 30.1742749 ], [ 120.0500595, 30.1743308 ], [ 120.0499746, 30.1743902 ], [ 120.049918, 30.1744216 ], [ 120.0498938, 30.1745125 ], [ 120.0498897, 30.1745929 ], [ 120.0498574, 30.1746837 ], [ 120.0497887, 30.1747222 ], [ 120.049728, 30.1747047 ], [ 120.0497563, 30.1747746 ], [ 120.0497442, 30.1748375 ], [ 120.0496795, 30.1748584 ], [ 120.0496149, 30.174834 ], [ 120.0495744, 30.1747851 ], [ 120.0495623, 30.1747431 ], [ 120.0495219, 30.1746942 ], [ 120.0495381, 30.1746488 ], [ 120.0495704, 30.1746103 ], [ 120.0496149, 30.1745649 ], [ 120.0496189, 30.174509 ], [ 120.0495866, 30.1744636 ], [ 120.04953, 30.1744391 ], [ 120.0494613, 30.1744356 ], [ 120.0493723, 30.1744461 ], [ 120.0493036, 30.1744461 ], [ 120.0492794, 30.174509 ], [ 120.0492228, 30.1745929 ], [ 120.0491581, 30.1746453 ], [ 120.0490853, 30.1746977 ], [ 120.0490409, 30.1747641 ], [ 120.04896, 30.174855 ], [ 120.0488994, 30.1748969 ], [ 120.0488186, 30.1748969 ], [ 120.0486205, 30.1748689 ], [ 120.0484184, 30.1748165 ], [ 120.048188, 30.1747955 ], [ 120.0480829, 30.1747536 ], [ 120.0480061, 30.1746977 ], [ 120.0479495, 30.1746418 ], [ 120.0478444, 30.1745929 ], [ 120.0477029, 30.174537 ], [ 120.0475493, 30.1744566 ], [ 120.0473553, 30.1743343 ], [ 120.0472421, 30.1742749 ], [ 120.0471006, 30.1742155 ], [ 120.0469592, 30.1741665 ], [ 120.04685, 30.1741106 ], [ 120.0467934, 30.1740617 ], [ 120.0460861, 30.1734572 ], [ 120.0460335, 30.1734781 ], [ 120.0467571, 30.1740792 ] ], [ [ 120.0497968, 30.1748165 ], [ 120.0498251, 30.1747781 ], [ 120.0498857, 30.1747326 ], [ 120.0499261, 30.1746767 ], [ 120.0499504, 30.1745964 ], [ 120.0499706, 30.1745265 ], [ 120.050011, 30.1744496 ], [ 120.0500878, 30.1743867 ], [ 120.0501848, 30.1743832 ], [ 120.0502616, 30.1743238 ], [ 120.0503667, 30.1742854 ], [ 120.0505607, 30.1742399 ], [ 120.0506537, 30.174191 ], [ 120.0507507, 30.1741561 ], [ 120.0508518, 30.1741106 ], [ 120.0509447, 30.1740477 ], [ 120.0510337, 30.1740128 ], [ 120.0511307, 30.1740058 ], [ 120.0512155, 30.1740512 ], [ 120.0513449, 30.1741875 ], [ 120.0514136, 30.1743133 ], [ 120.05145, 30.1744077 ], [ 120.0515389, 30.1745474 ], [ 120.0515874, 30.1746313 ], [ 120.0515632, 30.1746872 ], [ 120.0515025, 30.1747466 ], [ 120.0513651, 30.174841 ], [ 120.0512964, 30.1748934 ], [ 120.0511873, 30.1749248 ], [ 120.0510741, 30.1749528 ], [ 120.0509326, 30.1749633 ], [ 120.0508518, 30.1749877 ], [ 120.0507265, 30.1750227 ], [ 120.0505931, 30.1750646 ], [ 120.050492, 30.1750576 ], [ 120.0503788, 30.1750471 ], [ 120.0501969, 30.1750541 ], [ 120.0500716, 30.1750576 ], [ 120.0499584, 30.1750332 ], [ 120.0498695, 30.1749947 ], [ 120.049817, 30.1749353 ], [ 120.0497927, 30.174855 ], [ 120.0497968, 30.1748165 ] ], [ [ 120.0514257, 30.1739604 ], [ 120.0514702, 30.1739045 ], [ 120.0515551, 30.17388 ], [ 120.0516804, 30.1738101 ], [ 120.0518057, 30.1737612 ], [ 120.0519674, 30.1737577 ], [ 120.0520361, 30.1737612 ], [ 120.0521695, 30.1737228 ], [ 120.0522625, 30.1736948 ], [ 120.0524444, 30.1736773 ], [ 120.0526182, 30.1736564 ], [ 120.0529456, 30.1736074 ], [ 120.0530628, 30.1735865 ], [ 120.0531558, 30.173541 ], [ 120.0532366, 30.1734746 ], [ 120.0533053, 30.1734222 ], [ 120.053366, 30.1733978 ], [ 120.0534387, 30.1733803 ], [ 120.053564, 30.1733838 ], [ 120.0537661, 30.1734048 ], [ 120.0537944, 30.1734537 ], [ 120.0538025, 30.1735375 ], [ 120.0537783, 30.1735865 ], [ 120.0537015, 30.1736773 ], [ 120.0536368, 30.1737752 ], [ 120.0536166, 30.173859 ], [ 120.0535964, 30.1741141 ], [ 120.053564, 30.174212 ], [ 120.0534872, 30.1742749 ], [ 120.0533943, 30.1743063 ], [ 120.0532851, 30.1743133 ], [ 120.0532002, 30.1743273 ], [ 120.0530507, 30.1743552 ], [ 120.0529658, 30.1743972 ], [ 120.0528769, 30.1744706 ], [ 120.0527758, 30.174495 ], [ 120.0526586, 30.174502 ], [ 120.0525778, 30.1745265 ], [ 120.052501, 30.1745684 ], [ 120.0523918, 30.1746278 ], [ 120.052222, 30.1747257 ], [ 120.0521493, 30.1747606 ], [ 120.0520644, 30.1747501 ], [ 120.0519997, 30.1747047 ], [ 120.0517976, 30.1746453 ], [ 120.0516804, 30.1745999 ], [ 120.0516481, 30.1745719 ], [ 120.0515996, 30.174509 ], [ 120.0515066, 30.1743832 ], [ 120.0514662, 30.1743238 ], [ 120.0514662, 30.1742714 ], [ 120.051446, 30.174184 ], [ 120.0514177, 30.1740967 ], [ 120.0514096, 30.1740338 ], [ 120.0514257, 30.1739604 ] ], [ [ 120.0516521, 30.1746802 ], [ 120.0517532, 30.1746767 ], [ 120.0518219, 30.1747187 ], [ 120.051927, 30.1747292 ], [ 120.0519876, 30.1747536 ], [ 120.0520038, 30.1747921 ], [ 120.0519916, 30.1748235 ], [ 120.0519027, 30.174841 ], [ 120.0518097, 30.174841 ], [ 120.0517168, 30.174806 ], [ 120.0516238, 30.1747536 ], [ 120.0516157, 30.1747187 ], [ 120.0516521, 30.1746802 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0513612, 30.1760904 ], [ 120.0513879, 30.1760981 ], [ 120.0514323, 30.1760221 ], [ 120.0514551, 30.1759833 ], [ 120.0514913, 30.1759433 ], [ 120.0515734, 30.1758908 ], [ 120.0516277, 30.1758575 ], [ 120.0517246, 30.1758227 ], [ 120.0518259, 30.175792 ], [ 120.051911, 30.1757717 ], [ 120.0520324, 30.1757311 ], [ 120.0521216, 30.175712 ], [ 120.0522537, 30.1756975 ], [ 120.0524479, 30.1757147 ], [ 120.0525184, 30.1757223 ], [ 120.0526552, 30.17573 ], [ 120.0527875, 30.1757643 ], [ 120.0528978, 30.1758024 ], [ 120.052986, 30.175871 ], [ 120.0529639, 30.1758253 ], [ 120.052889, 30.1757605 ], [ 120.0527699, 30.1757185 ], [ 120.0524479, 30.1756118 ], [ 120.0523155, 30.1756118 ], [ 120.0522758, 30.1756308 ], [ 120.0522185, 30.1756232 ], [ 120.0522362, 30.1755279 ], [ 120.0522141, 30.1754897 ], [ 120.052192, 30.1755546 ], [ 120.0521323, 30.1756193 ], [ 120.0520914, 30.1756471 ], [ 120.0519995, 30.175694 ], [ 120.0516918, 30.1757891 ], [ 120.0515127, 30.1758569 ], [ 120.0514544, 30.1758981 ], [ 120.0513873, 30.1759746 ], [ 120.0513625, 30.1760187 ], [ 120.0513357, 30.176083 ], [ 120.0513612, 30.1760904 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0511913, 30.1764271 ], [ 120.0513527, 30.1761713 ], [ 120.0513267, 30.1761632 ], [ 120.0513045, 30.1761563 ], [ 120.0511393, 30.1764114 ], [ 120.0511913, 30.1764271 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0424524, 30.2318252 ], [ 120.0425425, 30.2319068 ], [ 120.0426026, 30.2319865 ], [ 120.0426691, 30.2320903 ], [ 120.0427313, 30.2321756 ], [ 120.0428171, 30.2322683 ], [ 120.0428944, 30.2323425 ], [ 120.0430703, 30.2323517 ], [ 120.0430618, 30.2322424 ], [ 120.0430296, 30.2321534 ], [ 120.0429759, 30.2320978 ], [ 120.042918, 30.2320607 ], [ 120.0428472, 30.2320162 ], [ 120.0427892, 30.2319476 ], [ 120.0427227, 30.2318308 ], [ 120.042624, 30.2317158 ], [ 120.0425017, 30.2316231 ], [ 120.0424052, 30.2316398 ], [ 120.0423669, 30.2317533 ], [ 120.0424524, 30.2318252 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0431138, 30.2327087 ], [ 120.0431918, 30.2327677 ], [ 120.0432829, 30.2327986 ], [ 120.0434065, 30.2328211 ], [ 120.0435073, 30.2328632 ], [ 120.0435561, 30.2329391 ], [ 120.0436309, 30.2330178 ], [ 120.043735, 30.2331442 ], [ 120.0438391, 30.2332313 ], [ 120.0440114, 30.2333044 ], [ 120.0441448, 30.2333999 ], [ 120.0441578, 30.2335095 ], [ 120.0441741, 30.2335938 ], [ 120.0442651, 30.2337371 ], [ 120.0442781, 30.2338551 ], [ 120.044379, 30.2339984 ], [ 120.0444635, 30.2340631 ], [ 120.0445481, 30.2341277 ], [ 120.0445879, 30.2341098 ], [ 120.0446717, 30.2340968 ], [ 120.0446912, 30.2338495 ], [ 120.0446294, 30.2337315 ], [ 120.0445643, 30.2336191 ], [ 120.0444765, 30.2335011 ], [ 120.0442619, 30.2332875 ], [ 120.044148, 30.2331583 ], [ 120.0440505, 30.2330515 ], [ 120.0438748, 30.2329419 ], [ 120.0438, 30.2328773 ], [ 120.0436049, 30.2327649 ], [ 120.0434878, 30.2326665 ], [ 120.0433805, 30.2326356 ], [ 120.0432341, 30.2326272 ], [ 120.0430683, 30.2326581 ], [ 120.0431138, 30.2327087 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0447652, 30.2346663 ], [ 120.044606, 30.2350992 ], [ 120.044656, 30.2351296 ], [ 120.0446965, 30.2351542 ], [ 120.0448907, 30.234804 ], [ 120.0449687, 30.2346803 ], [ 120.0448284, 30.2345149 ], [ 120.044747, 30.2343818 ], [ 120.0446928, 30.2342296 ], [ 120.0446534, 30.2341348 ], [ 120.044577, 30.2341689 ], [ 120.0447652, 30.2346663 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0429684, 30.2375214 ], [ 120.0430013, 30.2375221 ], [ 120.0431395, 30.2372762 ], [ 120.0433363, 30.2369826 ], [ 120.0433654, 30.2368767 ], [ 120.0432208, 30.2369208 ], [ 120.0430891, 30.2369601 ], [ 120.0430842, 30.2370107 ], [ 120.0428972, 30.2370992 ], [ 120.0428208, 30.2372271 ], [ 120.0427704, 30.2373619 ], [ 120.0427638, 30.2374125 ], [ 120.0429684, 30.2375214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0530269, 30.1761254 ], [ 120.0530753, 30.1761511 ], [ 120.053146, 30.1761093 ], [ 120.0532204, 30.1760867 ], [ 120.0532614, 30.1760996 ], [ 120.0532762, 30.1760739 ], [ 120.0532688, 30.1760417 ], [ 120.0532502, 30.1760063 ], [ 120.0532018, 30.175987 ], [ 120.053146, 30.1759902 ], [ 120.0531051, 30.1760128 ], [ 120.0530753, 30.1760353 ], [ 120.0530381, 30.1760449 ], [ 120.053012, 30.1760835 ], [ 120.0530269, 30.1761254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0544427, 30.1766386 ], [ 120.0545375, 30.1766933 ], [ 120.0546036, 30.176733 ], [ 120.0546984, 30.1768026 ], [ 120.0548823, 30.1770112 ], [ 120.0549225, 30.1770609 ], [ 120.0550116, 30.1770907 ], [ 120.0550921, 30.177133 ], [ 120.0551064, 30.1771951 ], [ 120.0550863, 30.1772572 ], [ 120.0550317, 30.1773565 ], [ 120.0550145, 30.1774136 ], [ 120.0550403, 30.1774683 ], [ 120.0551122, 30.1774857 ], [ 120.0551553, 30.1774484 ], [ 120.0551926, 30.177431 ], [ 120.0552185, 30.1774335 ], [ 120.0552645, 30.1774484 ], [ 120.0552875, 30.1774708 ], [ 120.0553076, 30.1774956 ], [ 120.0553133, 30.1775378 ], [ 120.0553133, 30.1776198 ], [ 120.055365, 30.1776794 ], [ 120.0554311, 30.1776819 ], [ 120.0554944, 30.1776273 ], [ 120.0555145, 30.1775602 ], [ 120.0555173, 30.1774509 ], [ 120.0554915, 30.1773913 ], [ 120.0554369, 30.1773714 ], [ 120.0553823, 30.1773938 ], [ 120.0553248, 30.1774211 ], [ 120.0552673, 30.1774211 ], [ 120.0552156, 30.1773714 ], [ 120.0552099, 30.1773193 ], [ 120.0552415, 30.1772596 ], [ 120.0552645, 30.1771876 ], [ 120.0552731, 30.177128 ], [ 120.0552386, 30.1770237 ], [ 120.0549743, 30.1768448 ], [ 120.0549024, 30.1767181 ], [ 120.054684, 30.176507 ], [ 120.0545978, 30.1764896 ], [ 120.0545375, 30.1764896 ], [ 120.0544455, 30.176497 ], [ 120.0543881, 30.1765293 ], [ 120.0543823, 30.1765815 ], [ 120.0544427, 30.1766386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0547879, 30.2580589 ], [ 120.0547939, 30.2580709 ], [ 120.0548275, 30.2580811 ], [ 120.054881, 30.2580931 ], [ 120.0549483, 30.2581034 ], [ 120.0550037, 30.2581068 ], [ 120.0550453, 30.2581444 ], [ 120.0551086, 30.2581684 ], [ 120.055172, 30.2581701 ], [ 120.0552215, 30.2581957 ], [ 120.0552393, 30.258235 ], [ 120.0552531, 30.2582658 ], [ 120.0552987, 30.2582556 ], [ 120.0553442, 30.258235 ], [ 120.0554234, 30.2582162 ], [ 120.055461, 30.2581991 ], [ 120.0555343, 30.2582077 ], [ 120.0555521, 30.2582299 ], [ 120.0555705, 30.2581878 ], [ 120.0555264, 30.2581782 ], [ 120.0554546, 30.2581806 ], [ 120.0553525, 30.2581735 ], [ 120.0552862, 30.2581806 ], [ 120.0552421, 30.2581425 ], [ 120.0551207, 30.2580876 ], [ 120.0549771, 30.2580447 ], [ 120.0548336, 30.2580233 ], [ 120.054784, 30.2580298 ], [ 120.0547879, 30.2580589 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.054766, 30.2581782 ], [ 120.0547777, 30.2582092 ], [ 120.0548002, 30.258239 ], [ 120.0548388, 30.258267 ], [ 120.0548833, 30.2582736 ], [ 120.0549219, 30.2582736 ], [ 120.0549302, 30.2583141 ], [ 120.0549164, 30.2583379 ], [ 120.0549357, 30.258357 ], [ 120.0549633, 30.2583618 ], [ 120.0549771, 30.2583332 ], [ 120.0550489, 30.2583308 ], [ 120.0551124, 30.2583427 ], [ 120.0551676, 30.258357 ], [ 120.055231, 30.2583904 ], [ 120.0552504, 30.2584333 ], [ 120.0551952, 30.2584285 ], [ 120.0551593, 30.2584571 ], [ 120.0551565, 30.2584953 ], [ 120.0551952, 30.2584977 ], [ 120.0552448, 30.2584834 ], [ 120.0552724, 30.2584381 ], [ 120.0552586, 30.258388 ], [ 120.0552117, 30.2583427 ], [ 120.0551896, 30.2582998 ], [ 120.0551213, 30.2582932 ], [ 120.0551143, 30.258324 ], [ 120.0550245, 30.2583089 ], [ 120.0550315, 30.2582777 ], [ 120.0549882, 30.258276 ], [ 120.0548943, 30.2582283 ], [ 120.0548474, 30.2581711 ], [ 120.0547646, 30.2581353 ], [ 120.054766, 30.2581782 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0553083, 30.2585453 ], [ 120.0553304, 30.2585763 ], [ 120.0553966, 30.2586002 ], [ 120.0556009, 30.2586717 ], [ 120.0558382, 30.2587599 ], [ 120.0560093, 30.2588147 ], [ 120.0561308, 30.2588195 ], [ 120.0561722, 30.2587837 ], [ 120.0561639, 30.2587289 ], [ 120.056048, 30.2587051 ], [ 120.055921, 30.2586669 ], [ 120.0558106, 30.2586264 ], [ 120.0556147, 30.2585811 ], [ 120.0554463, 30.2585263 ], [ 120.0553801, 30.2584619 ], [ 120.0553332, 30.2584476 ], [ 120.0553083, 30.2584905 ], [ 120.0553083, 30.2585453 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0551814, 30.2587933 ], [ 120.0553608, 30.2588362 ], [ 120.0554656, 30.2588362 ], [ 120.0556312, 30.2588791 ], [ 120.055841, 30.2589744 ], [ 120.0560259, 30.2589911 ], [ 120.05607, 30.2589506 ], [ 120.0560286, 30.2589029 ], [ 120.0559017, 30.2588719 ], [ 120.0557057, 30.2588457 ], [ 120.0555595, 30.2587933 ], [ 120.0553911, 30.2587384 ], [ 120.0552835, 30.258717 ], [ 120.0552283, 30.2586836 ], [ 120.0551593, 30.2586836 ], [ 120.0551289, 30.2587098 ], [ 120.0551234, 30.2587623 ], [ 120.0551814, 30.2587933 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0552062, 30.2590197 ], [ 120.0552642, 30.2590436 ], [ 120.0553828, 30.2590483 ], [ 120.055507, 30.2590865 ], [ 120.0556119, 30.2591127 ], [ 120.0557306, 30.2591341 ], [ 120.0557803, 30.2591651 ], [ 120.055772, 30.2592295 ], [ 120.0558437, 30.259251 ], [ 120.0558824, 30.2592104 ], [ 120.0559348, 30.2591604 ], [ 120.0559679, 30.259096 ], [ 120.0558575, 30.259065 ], [ 120.0557471, 30.2590436 ], [ 120.0556064, 30.2590007 ], [ 120.0554325, 30.2589291 ], [ 120.0553387, 30.2589196 ], [ 120.0552559, 30.2588576 ], [ 120.0552145, 30.2588815 ], [ 120.0552034, 30.2589601 ], [ 120.0552062, 30.2590197 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.055175, 30.2592878 ], [ 120.0551429, 30.2594546 ], [ 120.0553226, 30.2596028 ], [ 120.0557088, 30.2596723 ], [ 120.0558, 30.2596492 ], [ 120.0559153, 30.2596167 ], [ 120.0560655, 30.2595542 ], [ 120.0560816, 30.2594198 ], [ 120.0559636, 30.259348 ], [ 120.05591, 30.2593411 ], [ 120.0558724, 30.259285 ], [ 120.0557768, 30.259267 ], [ 120.0557088, 30.2593109 ], [ 120.0552716, 30.2591812 ], [ 120.0552126, 30.2591789 ], [ 120.0551268, 30.259158 ], [ 120.0551053, 30.2592183 ], [ 120.055175, 30.2592878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0549602, 30.2597795 ], [ 120.0550032, 30.2597935 ], [ 120.0550328, 30.2598167 ], [ 120.0550543, 30.2598445 ], [ 120.0550543, 30.2598817 ], [ 120.0550785, 30.2599072 ], [ 120.055108, 30.2598886 ], [ 120.0551295, 30.2598584 ], [ 120.0551779, 30.2598724 ], [ 120.0552262, 30.2599095 ], [ 120.0552827, 30.259949 ], [ 120.0553284, 30.2599977 ], [ 120.0553848, 30.2600279 ], [ 120.0554493, 30.2600209 ], [ 120.055495, 30.2599977 ], [ 120.055495, 30.2599466 ], [ 120.05546, 30.2598979 ], [ 120.0554197, 30.2598561 ], [ 120.055495, 30.2598306 ], [ 120.0555594, 30.259877 ], [ 120.0556293, 30.259884 ], [ 120.0556314, 30.2598625 ], [ 120.0556347, 30.2598283 ], [ 120.055546, 30.2597981 ], [ 120.0554197, 30.2598097 ], [ 120.0553821, 30.2598329 ], [ 120.0553552, 30.2598399 ], [ 120.0552827, 30.2598004 ], [ 120.0552048, 30.2598027 ], [ 120.0551268, 30.2598097 ], [ 120.0550623, 30.2597772 ], [ 120.0549871, 30.2597447 ], [ 120.0549199, 30.2597401 ], [ 120.0549172, 30.2597888 ], [ 120.0549602, 30.2597795 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0608805, 30.2606987 ], [ 120.0609742, 30.2607513 ], [ 120.0611288, 30.2607513 ], [ 120.0611991, 30.2607351 ], [ 120.0612366, 30.2607027 ], [ 120.0611616, 30.2606703 ], [ 120.0611663, 30.2605934 ], [ 120.0612178, 30.2605206 ], [ 120.0612694, 30.2604599 ], [ 120.0613162, 30.2603304 ], [ 120.0614334, 30.2602939 ], [ 120.0615224, 30.2602818 ], [ 120.061588, 30.2603061 ], [ 120.0616067, 30.2603749 ], [ 120.0615786, 30.2604558 ], [ 120.0615224, 30.2605449 ], [ 120.0614568, 30.260638 ], [ 120.0614053, 30.2606663 ], [ 120.0614427, 30.2607027 ], [ 120.0615458, 30.2607027 ], [ 120.0616583, 30.2606825 ], [ 120.0618457, 30.2606137 ], [ 120.0620847, 30.2606137 ], [ 120.0622909, 30.2606501 ], [ 120.0625486, 30.2607432 ], [ 120.0626329, 30.2607715 ], [ 120.0627313, 30.2607675 ], [ 120.0628672, 30.2607027 ], [ 120.062975, 30.2605611 ], [ 120.063064, 30.2604801 ], [ 120.0631811, 30.2604032 ], [ 120.063139, 30.260383 ], [ 120.0630312, 30.2604558 ], [ 120.0628578, 30.2606177 ], [ 120.0627829, 30.2606946 ], [ 120.062661, 30.260727 ], [ 120.0625111, 30.2606865 ], [ 120.0622534, 30.2605975 ], [ 120.0619441, 30.2605773 ], [ 120.0618317, 30.260553 ], [ 120.0618129, 30.2604639 ], [ 120.061752, 30.2604558 ], [ 120.0617005, 30.2605894 ], [ 120.0616349, 30.260638 ], [ 120.0615786, 30.2606299 ], [ 120.0615646, 30.2605773 ], [ 120.0616302, 30.2604518 ], [ 120.0616911, 30.2603344 ], [ 120.0617942, 30.2600997 ], [ 120.0618504, 30.259958 ], [ 120.0619019, 30.2599135 ], [ 120.061991, 30.2599014 ], [ 120.0621269, 30.2599216 ], [ 120.0622487, 30.2599459 ], [ 120.0623799, 30.259873 ], [ 120.0624635, 30.2598357 ], [ 120.0622128, 30.2596871 ], [ 120.0621925, 30.2598042 ], [ 120.0621597, 30.2598447 ], [ 120.0619722, 30.2598407 ], [ 120.0618457, 30.2598609 ], [ 120.0617895, 30.2599175 ], [ 120.0617567, 30.2600673 ], [ 120.0617145, 30.2601523 ], [ 120.061677, 30.260213 ], [ 120.061588, 30.2602494 ], [ 120.0614474, 30.2602251 ], [ 120.0613069, 30.2601847 ], [ 120.0612413, 30.2601563 ], [ 120.061171, 30.2601442 ], [ 120.0610913, 30.2601644 ], [ 120.0610398, 30.2602211 ], [ 120.0609742, 30.260302 ], [ 120.0609414, 30.2603749 ], [ 120.0609086, 30.2604518 ], [ 120.0608758, 30.2605489 ], [ 120.0608617, 30.260638 ], [ 120.0608805, 30.2606987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0360418, 30.247135 ], [ 120.0361404, 30.2471579 ], [ 120.0362238, 30.2472038 ], [ 120.0362845, 30.2473054 ], [ 120.0363262, 30.2474102 ], [ 120.0363869, 30.2475282 ], [ 120.0364287, 30.2476036 ], [ 120.0365918, 30.2477051 ], [ 120.0367587, 30.2477412 ], [ 120.0369066, 30.2477576 ], [ 120.0370052, 30.2477477 ], [ 120.0371418, 30.247692 ], [ 120.037234, 30.2476313 ], [ 120.037274, 30.2475701 ], [ 120.0373079, 30.2474876 ], [ 120.0373819, 30.2474104 ], [ 120.0376006, 30.2473279 ], [ 120.0376622, 30.247288 ], [ 120.0377639, 30.247272 ], [ 120.0378471, 30.2472986 ], [ 120.0380751, 30.2473971 ], [ 120.0384202, 30.2475435 ], [ 120.0387283, 30.24765 ], [ 120.0392336, 30.2477831 ], [ 120.0393075, 30.2478123 ], [ 120.0394431, 30.2478469 ], [ 120.0398621, 30.2478922 ], [ 120.0400223, 30.2479055 ], [ 120.0405985, 30.2480359 ], [ 120.0410083, 30.2481397 ], [ 120.0417939, 30.2483233 ], [ 120.0422561, 30.2484484 ], [ 120.0424348, 30.248483 ], [ 120.0429832, 30.2485842 ], [ 120.0434176, 30.2486507 ], [ 120.0435748, 30.24868 ], [ 120.0438459, 30.2487412 ], [ 120.0440924, 30.2487785 ], [ 120.0444529, 30.2488424 ], [ 120.0448873, 30.2489036 ], [ 120.0454296, 30.2490047 ], [ 120.0459102, 30.2490899 ], [ 120.0463785, 30.2491538 ], [ 120.0468037, 30.2492309 ], [ 120.0470687, 30.2493055 ], [ 120.0472844, 30.2493667 ], [ 120.0474969, 30.2494598 ], [ 120.0478451, 30.2496115 ], [ 120.0481255, 30.2497739 ], [ 120.0482218, 30.2498424 ], [ 120.0483535, 30.2499229 ], [ 120.0484798, 30.2500188 ], [ 120.048603, 30.2501838 ], [ 120.049173, 30.2513016 ], [ 120.0493178, 30.251605 ], [ 120.0496444, 30.2520814 ], [ 120.0498047, 30.252313 ], [ 120.0501836, 30.2529118 ], [ 120.0503962, 30.2531167 ], [ 120.0505102, 30.2532338 ], [ 120.0505164, 30.2533243 ], [ 120.050464, 30.2535931 ], [ 120.0504578, 30.2537209 ], [ 120.0504024, 30.2539018 ], [ 120.0503562, 30.253979 ], [ 120.0503377, 30.2540668 ], [ 120.0503777, 30.2540961 ], [ 120.0503931, 30.2541387 ], [ 120.0503531, 30.254176 ], [ 120.0503099, 30.2541866 ], [ 120.0502822, 30.2542185 ], [ 120.0502915, 30.2542638 ], [ 120.0503223, 30.2542824 ], [ 120.0503161, 30.254325 ], [ 120.0502853, 30.2543729 ], [ 120.0502514, 30.2543995 ], [ 120.0502083, 30.2544634 ], [ 120.0501744, 30.2545911 ], [ 120.0501867, 30.254679 ], [ 120.0501559, 30.2547402 ], [ 120.0501004, 30.2548094 ], [ 120.0500511, 30.2548386 ], [ 120.0499063, 30.255331 ], [ 120.0498108, 30.2555333 ], [ 120.0497245, 30.2557808 ], [ 120.0496568, 30.2559112 ], [ 120.0495705, 30.2560709 ], [ 120.0494442, 30.2561933 ], [ 120.0490406, 30.2565393 ], [ 120.0491237, 30.2566138 ], [ 120.0494657, 30.2563397 ], [ 120.0494904, 30.2563024 ], [ 120.049515, 30.2562678 ], [ 120.0495736, 30.2562545 ], [ 120.049626, 30.2562811 ], [ 120.049666, 30.256337 ], [ 120.0497245, 30.2566005 ], [ 120.0499957, 30.2575559 ], [ 120.0500626, 30.2577583 ], [ 120.0500912, 30.257902 ], [ 120.0501093, 30.257992 ], [ 120.0500723, 30.2580423 ], [ 120.0500156, 30.2580307 ], [ 120.0499922, 30.2579999 ], [ 120.0499606, 30.2579656 ], [ 120.0499013, 30.2579458 ], [ 120.0498526, 30.2579644 ], [ 120.0497959, 30.2579542 ], [ 120.0497414, 30.2579383 ], [ 120.0496674, 30.2579019 ], [ 120.0496312, 30.2578801 ], [ 120.0495759, 30.2578931 ], [ 120.049546, 30.2579228 ], [ 120.0495479, 30.2579657 ], [ 120.049575, 30.2580057 ], [ 120.0495783, 30.2580783 ], [ 120.0495454, 30.258148 ], [ 120.0495402, 30.2581885 ], [ 120.0498611, 30.2581986 ], [ 120.0498345, 30.2581431 ], [ 120.0498297, 30.2581126 ], [ 120.049842, 30.2580876 ], [ 120.0498838, 30.2580467 ], [ 120.0499277, 30.2580482 ], [ 120.0499588, 30.2580745 ], [ 120.0500125, 30.2581291 ], [ 120.0500324, 30.2582689 ], [ 120.049989, 30.2583376 ], [ 120.0501396, 30.2583519 ], [ 120.0503638, 30.2583196 ], [ 120.0504664, 30.2583175 ], [ 120.0504371, 30.2582469 ], [ 120.0503994, 30.2580882 ], [ 120.0503361, 30.2579441 ], [ 120.0502789, 30.2577406 ], [ 120.0503099, 30.2575745 ], [ 120.0503161, 30.2575106 ], [ 120.0504239, 30.2574627 ], [ 120.0507926, 30.2574287 ], [ 120.0508116, 30.2575892 ], [ 120.0508647, 30.2576056 ], [ 120.0508837, 30.2576646 ], [ 120.0508609, 30.2576941 ], [ 120.0508609, 30.2577432 ], [ 120.0508799, 30.257871 ], [ 120.0508612, 30.2580212 ], [ 120.0508489, 30.2581224 ], [ 120.0508113, 30.2581984 ], [ 120.0507919, 30.2582436 ], [ 120.0507563, 30.2582737 ], [ 120.050694, 30.2583154 ], [ 120.0506323, 30.2583432 ], [ 120.0505411, 30.2583345 ], [ 120.0504915, 30.2583212 ], [ 120.0504975, 30.2584776 ], [ 120.0505639, 30.2584619 ], [ 120.0506159, 30.258496 ], [ 120.050661, 30.2585255 ], [ 120.0507181, 30.2584958 ], [ 120.0507547, 30.2585068 ], [ 120.0508224, 30.2585074 ], [ 120.0509005, 30.2584834 ], [ 120.0510214, 30.258447 ], [ 120.0511354, 30.2584444 ], [ 120.0511693, 30.258455 ], [ 120.051197, 30.2584923 ], [ 120.0512433, 30.2585242 ], [ 120.0513357, 30.2585242 ], [ 120.0514558, 30.2584763 ], [ 120.0516253, 30.2584311 ], [ 120.0517393, 30.2584098 ], [ 120.0518009, 30.2584098 ], [ 120.0518533, 30.2584098 ], [ 120.0518903, 30.2584417 ], [ 120.0519735, 30.2584391 ], [ 120.0520012, 30.2584124 ], [ 120.0520197, 30.2583433 ], [ 120.0520043, 30.2582847 ], [ 120.0519519, 30.2582368 ], [ 120.0516869, 30.2580425 ], [ 120.0516191, 30.257952 ], [ 120.0516068, 30.2578509 ], [ 120.0516654, 30.2577844 ], [ 120.051727, 30.2577152 ], [ 120.0517609, 30.25763 ], [ 120.0517855, 30.2575262 ], [ 120.0516191, 30.2575262 ], [ 120.0514836, 30.257465 ], [ 120.051385, 30.2574757 ], [ 120.0513018, 30.2574251 ], [ 120.0513141, 30.2573586 ], [ 120.0512433, 30.2572894 ], [ 120.0510923, 30.2571643 ], [ 120.0508828, 30.2570525 ], [ 120.0507318, 30.2569807 ], [ 120.0506116, 30.256978 ], [ 120.0505192, 30.2570046 ], [ 120.0504175, 30.2570179 ], [ 120.0503066, 30.256986 ], [ 120.0501926, 30.2568928 ], [ 120.050131, 30.2568157 ], [ 120.0500293, 30.2566773 ], [ 120.0499954, 30.2564857 ], [ 120.0499585, 30.2562967 ], [ 120.0499646, 30.2560944 ], [ 120.0499646, 30.2558869 ], [ 120.0500355, 30.2556367 ], [ 120.0500786, 30.2555169 ], [ 120.0503867, 30.2546812 ], [ 120.0504453, 30.2545402 ], [ 120.0505962, 30.254125 ], [ 120.0506887, 30.2540718 ], [ 120.0508053, 30.2540477 ], [ 120.0508316, 30.2538445 ], [ 120.0507595, 30.2538056 ], [ 120.0507287, 30.2537205 ], [ 120.0507349, 30.2536087 ], [ 120.0507996, 30.2529939 ], [ 120.0508674, 30.2519826 ], [ 120.0509058, 30.2518123 ], [ 120.0509589, 30.2516976 ], [ 120.050993, 30.251524 ], [ 120.0510461, 30.251347 ], [ 120.0511258, 30.2512356 ], [ 120.0511903, 30.2511963 ], [ 120.0512434, 30.2510062 ], [ 120.0513382, 30.2507933 ], [ 120.051361, 30.2505377 ], [ 120.0513686, 30.2501248 ], [ 120.050333, 30.2501183 ], [ 120.0497754, 30.2500658 ], [ 120.0495326, 30.2500298 ], [ 120.0487399, 30.2497682 ], [ 120.0485732, 30.2496523 ], [ 120.0485274, 30.2495317 ], [ 120.0483103, 30.2487164 ], [ 120.0481439, 30.2483098 ], [ 120.0480944, 30.2481966 ], [ 120.0478219, 30.2472825 ], [ 120.0475387, 30.2464203 ], [ 120.0473036, 30.2458399 ], [ 120.047291, 30.2458088 ], [ 120.0472237, 30.2456835 ], [ 120.0471423, 30.2456223 ], [ 120.047022, 30.2455948 ], [ 120.0462221, 30.2454144 ], [ 120.0461797, 30.2453655 ], [ 120.0461691, 30.245286 ], [ 120.0463, 30.2448274 ], [ 120.0464991, 30.2440558 ], [ 120.0465222, 30.2439217 ], [ 120.0465751, 30.2437905 ], [ 120.0466345, 30.2436992 ], [ 120.0471728, 30.2428919 ], [ 120.0472256, 30.2427493 ], [ 120.0473115, 30.2423927 ], [ 120.0477468, 30.2408542 ], [ 120.0477765, 30.2408086 ], [ 120.0478491, 30.2407886 ], [ 120.0478921, 30.2406802 ], [ 120.0478657, 30.2406288 ], [ 120.0478293, 30.2405689 ], [ 120.0478491, 30.2404805 ], [ 120.0481926, 30.2392994 ], [ 120.0482388, 30.239171 ], [ 120.0482883, 30.2389343 ], [ 120.0482949, 30.2387859 ], [ 120.0482916, 30.2385463 ], [ 120.0482652, 30.2383466 ], [ 120.0482223, 30.2380869 ], [ 120.048143, 30.2379044 ], [ 120.0480473, 30.2377161 ], [ 120.0479482, 30.237562 ], [ 120.047727, 30.2372824 ], [ 120.0475553, 30.2370713 ], [ 120.046941, 30.2363581 ], [ 120.046066, 30.2353767 ], [ 120.0459537, 30.2355193 ], [ 120.047126, 30.2367689 ], [ 120.0473739, 30.2370453 ], [ 120.0477402, 30.2374536 ], [ 120.0479152, 30.2377132 ], [ 120.0480803, 30.2381497 ], [ 120.0481265, 30.2383894 ], [ 120.0481496, 30.238609 ], [ 120.0481562, 30.23894 ], [ 120.0481364, 30.2391168 ], [ 120.0480275, 30.2395105 ], [ 120.0478029, 30.2403093 ], [ 120.0476708, 30.240355 ], [ 120.0476312, 30.2403321 ], [ 120.0475024, 30.2402437 ], [ 120.0473307, 30.240161 ], [ 120.0470236, 30.2401324 ], [ 120.0466835, 30.2400583 ], [ 120.0461386, 30.2400012 ], [ 120.0456961, 30.2399242 ], [ 120.0452239, 30.2398472 ], [ 120.0447286, 30.2397701 ], [ 120.0442729, 30.2396731 ], [ 120.0439988, 30.2396389 ], [ 120.0437511, 30.2396303 ], [ 120.0437016, 30.2397587 ], [ 120.0442333, 30.2398472 ], [ 120.045039, 30.2399927 ], [ 120.0462245, 30.2401695 ], [ 120.0474034, 30.2403607 ], [ 120.0475586, 30.2404263 ], [ 120.0476378, 30.2405147 ], [ 120.0476906, 30.240626 ], [ 120.0476741, 30.2407344 ], [ 120.0476411, 30.2408285 ], [ 120.0475652, 30.2410026 ], [ 120.0473934, 30.2416416 ], [ 120.047301, 30.241944 ], [ 120.0470797, 30.242797 ], [ 120.0470269, 30.2429054 ], [ 120.046941, 30.2430309 ], [ 120.0463863, 30.2438696 ], [ 120.0463037, 30.2439438 ], [ 120.0462575, 30.2440065 ], [ 120.0462509, 30.244055 ], [ 120.0460263, 30.2449222 ], [ 120.0459372, 30.2452817 ], [ 120.0459438, 30.2454186 ], [ 120.0460263, 30.2455242 ], [ 120.046132, 30.245604 ], [ 120.0463334, 30.2456468 ], [ 120.0467921, 30.2457177 ], [ 120.0468846, 30.2457337 ], [ 120.0469739, 30.2457603 ], [ 120.0470817, 30.2458747 ], [ 120.0471557, 30.2460105 ], [ 120.0474053, 30.2466093 ], [ 120.047547, 30.2469873 ], [ 120.0477257, 30.2476341 ], [ 120.0480738, 30.2488291 ], [ 120.0482187, 30.2492949 ], [ 120.0482464, 30.2494519 ], [ 120.0482341, 30.2495184 ], [ 120.0481663, 30.2495397 ], [ 120.0480923, 30.2495451 ], [ 120.0479783, 30.2495078 ], [ 120.0472142, 30.2491591 ], [ 120.0465549, 30.2490261 ], [ 120.0461205, 30.2489595 ], [ 120.0459109, 30.2489409 ], [ 120.0451376, 30.2488078 ], [ 120.0441856, 30.2486561 ], [ 120.044127, 30.2486268 ], [ 120.0440623, 30.2485763 ], [ 120.0439884, 30.2485736 ], [ 120.0439329, 30.2485736 ], [ 120.043899, 30.2486109 ], [ 120.0433414, 30.2485017 ], [ 120.0429285, 30.2484139 ], [ 120.0427744, 30.2483926 ], [ 120.0417854, 30.2481823 ], [ 120.0409566, 30.2479881 ], [ 120.0406362, 30.2479002 ], [ 120.0398998, 30.2477565 ], [ 120.0395393, 30.2476979 ], [ 120.0389355, 30.2475569 ], [ 120.0386828, 30.247485 ], [ 120.03861, 30.2474386 ], [ 120.0382823, 30.2472295 ], [ 120.0380635, 30.2471656 ], [ 120.037854, 30.2471284 ], [ 120.0377123, 30.2471151 ], [ 120.0375528, 30.2471934 ], [ 120.037361, 30.2472694 ], [ 120.0372624, 30.24732 ], [ 120.0371762, 30.2473413 ], [ 120.0369673, 30.247325 ], [ 120.0368421, 30.2473054 ], [ 120.0368042, 30.2472759 ], [ 120.036826, 30.2469799 ], [ 120.0368307, 30.2469154 ], [ 120.0368697, 30.2467618 ], [ 120.0369957, 30.2461016 ], [ 120.0370363, 30.2459435 ], [ 120.0371095, 30.2457995 ], [ 120.037199, 30.245638 ], [ 120.0374104, 30.2453886 ], [ 120.0377641, 30.2450479 ], [ 120.0379166, 30.2449256 ], [ 120.0379348, 30.244911 ], [ 120.0381137, 30.2447951 ], [ 120.0385365, 30.2445492 ], [ 120.0386747, 30.2444439 ], [ 120.0388251, 30.2442437 ], [ 120.0391592, 30.243782 ], [ 120.0394101, 30.2435566 ], [ 120.0398064, 30.2431458 ], [ 120.0399055, 30.2430859 ], [ 120.0401036, 30.2430089 ], [ 120.0403281, 30.2428748 ], [ 120.0405164, 30.2427322 ], [ 120.0407904, 30.2425182 ], [ 120.040982, 30.2423499 ], [ 120.0410876, 30.2422101 ], [ 120.0412065, 30.2420561 ], [ 120.0413089, 30.2419534 ], [ 120.0414014, 30.2418877 ], [ 120.0416028, 30.2418364 ], [ 120.0417184, 30.2418193 ], [ 120.0420783, 30.2418621 ], [ 120.0422863, 30.241882 ], [ 120.0424019, 30.2418678 ], [ 120.0425076, 30.241825 ], [ 120.0425835, 30.2417651 ], [ 120.0426958, 30.2416082 ], [ 120.0427718, 30.2414684 ], [ 120.0428312, 30.2412573 ], [ 120.0428543, 30.2411061 ], [ 120.0428147, 30.2409349 ], [ 120.0426892, 30.2404842 ], [ 120.0424944, 30.2401532 ], [ 120.0424547, 30.2400077 ], [ 120.0424581, 30.2398851 ], [ 120.0424866, 30.2397742 ], [ 120.0425296, 30.2397428 ], [ 120.0426121, 30.2397257 ], [ 120.0427244, 30.2397228 ], [ 120.0427442, 30.2396658 ], [ 120.0425923, 30.2396772 ], [ 120.0424635, 30.2396772 ], [ 120.0423776, 30.2396401 ], [ 120.042272, 30.239506 ], [ 120.0420815, 30.2393331 ], [ 120.0418882, 30.2391382 ], [ 120.0412716, 30.2384038 ], [ 120.040858, 30.2379733 ], [ 120.0403306, 30.2373761 ], [ 120.0398054, 30.23669 ], [ 120.0394799, 30.2362584 ], [ 120.0387762, 30.2353207 ], [ 120.0386874, 30.2353368 ], [ 120.0388291, 30.235537 ], [ 120.0395114, 30.2366474 ], [ 120.0398614, 30.2371438 ], [ 120.0400958, 30.2374263 ], [ 120.0403666, 30.23776 ], [ 120.041103, 30.238576 ], [ 120.0416314, 30.2391865 ], [ 120.0419418, 30.2395716 ], [ 120.0421168, 30.2397941 ], [ 120.0423413, 30.2403219 ], [ 120.0425494, 30.2407784 ], [ 120.0426121, 30.2409866 ], [ 120.0426286, 30.2411464 ], [ 120.042589, 30.2412805 ], [ 120.0424602, 30.2414802 ], [ 120.0423248, 30.2415943 ], [ 120.0422257, 30.241657 ], [ 120.0421003, 30.2416941 ], [ 120.0417502, 30.2416627 ], [ 120.0414729, 30.2417055 ], [ 120.0412615, 30.2417711 ], [ 120.0411492, 30.2418624 ], [ 120.0410238, 30.241968 ], [ 120.0408686, 30.2422119 ], [ 120.0405763, 30.2424708 ], [ 120.0401924, 30.2427543 ], [ 120.0398684, 30.242936 ], [ 120.0394944, 30.2431166 ], [ 120.0389706, 30.2435766 ], [ 120.0386595, 30.2440592 ], [ 120.0385399, 30.2442526 ], [ 120.0383952, 30.2444499 ], [ 120.0382169, 30.2445412 ], [ 120.0380023, 30.2446524 ], [ 120.0378239, 30.2447808 ], [ 120.0375036, 30.2450546 ], [ 120.0371536, 30.2453884 ], [ 120.0369984, 30.2455367 ], [ 120.0368894, 30.2457621 ], [ 120.03683, 30.2459532 ], [ 120.0366335, 30.2469318 ], [ 120.0365728, 30.2471612 ], [ 120.0365614, 30.2473578 ], [ 120.0365197, 30.2474397 ], [ 120.0364704, 30.2474561 ], [ 120.0364287, 30.2474266 ], [ 120.0363983, 30.2473742 ], [ 120.036349, 30.2472726 ], [ 120.0362883, 30.2471776 ], [ 120.0361859, 30.2471088 ], [ 120.0360759, 30.2470531 ], [ 120.0359849, 30.2470203 ], [ 120.0359583, 30.247112 ], [ 120.0360418, 30.247135 ] ], [ [ 120.0487512, 30.2500495 ], [ 120.048729, 30.2498936 ], [ 120.049497, 30.250131 ], [ 120.0497506, 30.2502546 ], [ 120.0499466, 30.2502858 ], [ 120.050902, 30.2503181 ], [ 120.0509892, 30.2502952 ], [ 120.0510879, 30.2502952 ], [ 120.0511296, 30.2503509 ], [ 120.0511448, 30.2505016 ], [ 120.051122, 30.250695 ], [ 120.0510651, 30.2508195 ], [ 120.0509248, 30.2510456 ], [ 120.0507351, 30.2512848 ], [ 120.050682, 30.2514715 ], [ 120.0506579, 30.2516925 ], [ 120.0505593, 30.2528449 ], [ 120.0505223, 30.2529034 ], [ 120.0504576, 30.2529114 ], [ 120.050399, 30.2528715 ], [ 120.0501772, 30.2526107 ], [ 120.0497868, 30.2520646 ], [ 120.0495478, 30.2516943 ], [ 120.0492899, 30.2512749 ], [ 120.0492633, 30.2511897 ], [ 120.0489333, 30.2506393 ], [ 120.0487512, 30.2502821 ], [ 120.0487019, 30.2500953 ], [ 120.0487512, 30.2500495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.041245, 30.2507765 ], [ 120.0413837, 30.2507834 ], [ 120.041448, 30.2507331 ], [ 120.0414942, 30.250589 ], [ 120.0415485, 30.2505022 ], [ 120.0416007, 30.2503408 ], [ 120.0416309, 30.2502627 ], [ 120.0416369, 30.2501845 ], [ 120.0415806, 30.250129 ], [ 120.0415042, 30.2501186 ], [ 120.0414741, 30.2500891 ], [ 120.0415103, 30.2500665 ], [ 120.0415846, 30.2500891 ], [ 120.0417273, 30.2501168 ], [ 120.04187, 30.2501394 ], [ 120.0419222, 30.2501863 ], [ 120.0419363, 30.2502713 ], [ 120.0419303, 30.2503321 ], [ 120.0419062, 30.2504241 ], [ 120.0418378, 30.2504814 ], [ 120.0417856, 30.2505543 ], [ 120.0417916, 30.2506324 ], [ 120.0418519, 30.2506654 ], [ 120.0419182, 30.250688 ], [ 120.0420087, 30.2506949 ], [ 120.042073, 30.2506914 ], [ 120.0421574, 30.2506463 ], [ 120.0422036, 30.250563 ], [ 120.0422398, 30.2504901 ], [ 120.0423262, 30.2504397 ], [ 120.0423784, 30.2503876 ], [ 120.0423985, 30.2503165 ], [ 120.0424226, 30.2502401 ], [ 120.0424206, 30.2502071 ], [ 120.0423463, 30.2501898 ], [ 120.0422538, 30.2501602 ], [ 120.0420931, 30.2500943 ], [ 120.0419845, 30.250037 ], [ 120.0419042, 30.2499953 ], [ 120.0417876, 30.2499675 ], [ 120.041659, 30.2499241 ], [ 120.0415264, 30.2499224 ], [ 120.041454, 30.2499728 ], [ 120.0413937, 30.2500578 ], [ 120.0413736, 30.2501863 ], [ 120.0413555, 30.2502991 ], [ 120.0413254, 30.2504467 ], [ 120.0412852, 30.2505665 ], [ 120.041237, 30.2507053 ], [ 120.041245, 30.2507765 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0432788, 30.2506231 ], [ 120.0433105, 30.2505869 ], [ 120.0433389, 30.2505327 ], [ 120.0434152, 30.2504926 ], [ 120.0435049, 30.2504913 ], [ 120.043596, 30.2504823 ], [ 120.0437097, 30.2505417 ], [ 120.0438158, 30.2505817 ], [ 120.0439354, 30.2506308 ], [ 120.04404, 30.2506644 ], [ 120.0441207, 30.2506825 ], [ 120.0441581, 30.2507109 ], [ 120.0442209, 30.2507096 ], [ 120.0442882, 30.2507251 ], [ 120.0442986, 30.2507522 ], [ 120.0443285, 30.2507729 ], [ 120.0443644, 30.2507496 ], [ 120.0444137, 30.2507638 ], [ 120.0444287, 30.2508 ], [ 120.0444347, 30.2508271 ], [ 120.044478, 30.2508516 ], [ 120.0445318, 30.2508594 ], [ 120.0446036, 30.2508697 ], [ 120.0447052, 30.2508839 ], [ 120.0448547, 30.2509084 ], [ 120.0450072, 30.2509523 ], [ 120.0451597, 30.2509704 ], [ 120.0452539, 30.2509381 ], [ 120.0452882, 30.2509046 ], [ 120.0452748, 30.2508787 ], [ 120.0450954, 30.2508529 ], [ 120.0449803, 30.2508335 ], [ 120.0448547, 30.2507987 ], [ 120.0447292, 30.2507535 ], [ 120.0446051, 30.2507212 ], [ 120.0445393, 30.2507173 ], [ 120.044496, 30.2507328 ], [ 120.0444257, 30.2507315 ], [ 120.0443988, 30.2506992 ], [ 120.044336, 30.2506695 ], [ 120.0441641, 30.2506153 ], [ 120.0440071, 30.2505753 ], [ 120.0439144, 30.2505107 ], [ 120.043768, 30.2504565 ], [ 120.0436125, 30.2504423 ], [ 120.0434256, 30.2504462 ], [ 120.0433374, 30.2504694 ], [ 120.0433045, 30.250503 ], [ 120.0432492, 30.2505327 ], [ 120.0432403, 30.2505675 ], [ 120.0432311, 30.2506178 ], [ 120.0432788, 30.2506231 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0435368, 30.2506236 ], [ 120.0435539, 30.2506339 ], [ 120.0435852, 30.2506526 ], [ 120.0436438, 30.2506877 ], [ 120.0436829, 30.2507179 ], [ 120.0437838, 30.2507677 ], [ 120.0439258, 30.2508281 ], [ 120.0440266, 30.2508832 ], [ 120.0441851, 30.2509419 ], [ 120.0442551, 30.2509704 ], [ 120.0443724, 30.2509544 ], [ 120.0443971, 30.2508815 ], [ 120.0443477, 30.2508192 ], [ 120.0442037, 30.2507908 ], [ 120.0441131, 30.250789 ], [ 120.0440596, 30.2507268 ], [ 120.0439402, 30.2506681 ], [ 120.043792, 30.2506379 ], [ 120.0436788, 30.2505881 ], [ 120.0436253, 30.2505685 ], [ 120.0435347, 30.2505721 ], [ 120.0435368, 30.2506236 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0435004, 30.2507741 ], [ 120.0435078, 30.2508258 ], [ 120.0435004, 30.2508942 ], [ 120.0434959, 30.2509381 ], [ 120.0435213, 30.2509252 ], [ 120.0435377, 30.250871 ], [ 120.0435901, 30.2508426 ], [ 120.0436244, 30.250831 ], [ 120.0435975, 30.2507871 ], [ 120.0435721, 30.2507548 ], [ 120.0435676, 30.2507109 ], [ 120.0435766, 30.2506838 ], [ 120.0435852, 30.2506526 ], [ 120.0435539, 30.2506339 ], [ 120.0434824, 30.2506631 ], [ 120.043475, 30.2507109 ], [ 120.0435004, 30.2507741 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0429571, 30.2508926 ], [ 120.0430123, 30.2509291 ], [ 120.0430936, 30.2509515 ], [ 120.0432268, 30.2509993 ], [ 120.043308, 30.2509768 ], [ 120.0433438, 30.2508645 ], [ 120.0433958, 30.2507775 ], [ 120.0433665, 30.2506596 ], [ 120.0432788, 30.2506231 ], [ 120.0432311, 30.2506178 ], [ 120.043152, 30.2506091 ], [ 120.0430513, 30.2506736 ], [ 120.0429961, 30.2507747 ], [ 120.0429571, 30.2508364 ], [ 120.0429571, 30.2508926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0444383, 30.2510486 ], [ 120.0445268, 30.2511108 ], [ 120.0446441, 30.251093 ], [ 120.0447388, 30.2510628 ], [ 120.0449199, 30.2510948 ], [ 120.0450146, 30.2511268 ], [ 120.0451155, 30.2511055 ], [ 120.0451175, 30.2510575 ], [ 120.0450496, 30.2510326 ], [ 120.0448994, 30.2509881 ], [ 120.0448088, 30.2509561 ], [ 120.0447182, 30.2509579 ], [ 120.0446091, 30.2509597 ], [ 120.0445001, 30.2509081 ], [ 120.0444383, 30.2509064 ], [ 120.0444115, 30.2509544 ], [ 120.044393, 30.2509935 ], [ 120.0444383, 30.2510486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0424891, 30.2511902 ], [ 120.0426191, 30.2512126 ], [ 120.0427231, 30.2512154 ], [ 120.0427978, 30.2511368 ], [ 120.0428466, 30.2510161 ], [ 120.0428043, 30.2509319 ], [ 120.0427231, 30.2509431 ], [ 120.0426711, 30.2510414 ], [ 120.0425638, 30.2510694 ], [ 120.0424956, 30.2510807 ], [ 120.0424663, 30.2511368 ], [ 120.0424891, 30.2511902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0408955, 30.2509766 ], [ 120.0410339, 30.2510222 ], [ 120.0411427, 30.2510364 ], [ 120.0411955, 30.2510877 ], [ 120.0412185, 30.2511703 ], [ 120.041268, 30.2512215 ], [ 120.0413504, 30.2512386 ], [ 120.0413768, 30.2512101 ], [ 120.0413768, 30.251119 ], [ 120.0413966, 30.2510478 ], [ 120.04139, 30.2509852 ], [ 120.0413768, 30.2509624 ], [ 120.0409812, 30.2509482 ], [ 120.0408395, 30.2509482 ], [ 120.040823, 30.2509766 ], [ 120.0408955, 30.2509766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0415647, 30.2512927 ], [ 120.0417064, 30.2513269 ], [ 120.0418778, 30.2513326 ], [ 120.041924, 30.2512415 ], [ 120.041924, 30.2511418 ], [ 120.0418185, 30.2510934 ], [ 120.0417361, 30.2510905 ], [ 120.0416273, 30.2510649 ], [ 120.0415812, 30.2510848 ], [ 120.0415746, 30.251176 ], [ 120.0415548, 30.2512272 ], [ 120.0415647, 30.2512927 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.043516, 30.2514961 ], [ 120.0436493, 30.2515242 ], [ 120.0437533, 30.251527 ], [ 120.0438702, 30.2515523 ], [ 120.0439612, 30.251513 ], [ 120.0440327, 30.2514091 ], [ 120.0440815, 30.2512575 ], [ 120.044075, 30.2511593 ], [ 120.0440295, 30.2511003 ], [ 120.0438767, 30.2510386 ], [ 120.0437728, 30.2510189 ], [ 120.0437013, 30.2510919 ], [ 120.0436655, 30.2512491 ], [ 120.043607, 30.2513277 ], [ 120.0435485, 30.2513811 ], [ 120.0434933, 30.2514175 ], [ 120.043516, 30.2514961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0440685, 30.2516477 ], [ 120.0440912, 30.2517151 ], [ 120.0441985, 30.2517741 ], [ 120.0443935, 30.2517853 ], [ 120.044452, 30.2516814 ], [ 120.0445397, 30.2515214 ], [ 120.0446079, 30.2513951 ], [ 120.0445625, 30.2513249 ], [ 120.044465, 30.2513221 ], [ 120.0443837, 30.2512912 ], [ 120.0443317, 30.251193 ], [ 120.0442635, 30.2511565 ], [ 120.0441952, 30.2512267 ], [ 120.044153, 30.2513642 ], [ 120.0441172, 30.2514681 ], [ 120.044062, 30.2515495 ], [ 120.0440685, 30.2516477 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0444617, 30.2518555 ], [ 120.044517, 30.2519144 ], [ 120.0446339, 30.2519285 ], [ 120.0447542, 30.2518527 ], [ 120.0448419, 30.2517011 ], [ 120.0449297, 30.2515523 ], [ 120.0449752, 30.2514204 ], [ 120.0449622, 30.2513502 ], [ 120.0448549, 30.2513586 ], [ 120.0447347, 30.2514063 ], [ 120.0446469, 30.251454 ], [ 120.0445787, 30.2515944 ], [ 120.0445202, 30.251687 ], [ 120.0444617, 30.2517993 ], [ 120.0444617, 30.2518555 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0435615, 30.2519874 ], [ 120.0436135, 30.2520548 ], [ 120.0437208, 30.2520885 ], [ 120.043789, 30.2520857 ], [ 120.043893, 30.252052 ], [ 120.0438897, 30.251979 ], [ 120.0439385, 30.2519144 ], [ 120.043997, 30.2518246 ], [ 120.04401, 30.2517151 ], [ 120.0440262, 30.2516365 ], [ 120.0439157, 30.2515972 ], [ 120.0437565, 30.2515804 ], [ 120.043646, 30.2515804 ], [ 120.0435745, 30.2516225 ], [ 120.043542, 30.2517263 ], [ 120.0435388, 30.2518667 ], [ 120.0435615, 30.2519874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0439872, 30.2522653 ], [ 120.0440165, 30.252299 ], [ 120.0441725, 30.2523271 ], [ 120.044309, 30.2523327 ], [ 120.0444, 30.2522709 ], [ 120.044439, 30.2521334 ], [ 120.0444747, 30.2520379 ], [ 120.0444715, 30.2519313 ], [ 120.0443967, 30.2518807 ], [ 120.0442992, 30.2518667 ], [ 120.044205, 30.2518667 ], [ 120.044101, 30.2518723 ], [ 120.044036, 30.251906 ], [ 120.0440197, 30.2520295 ], [ 120.0439937, 30.2520969 ], [ 120.0439872, 30.2522008 ], [ 120.0439872, 30.2522653 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0444812, 30.252386 ], [ 120.0445462, 30.2524001 ], [ 120.0445949, 30.2523945 ], [ 120.0446502, 30.2523748 ], [ 120.0446794, 30.2522878 ], [ 120.0446957, 30.2521755 ], [ 120.0447282, 30.2520744 ], [ 120.0447217, 30.2519818 ], [ 120.0446567, 30.2519734 ], [ 120.0445819, 30.251993 ], [ 120.0445202, 30.2520941 ], [ 120.044491, 30.2522204 ], [ 120.044452, 30.2523327 ], [ 120.0444812, 30.252386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0467044, 30.2525402 ], [ 120.0467912, 30.2525769 ], [ 120.0468677, 30.252599 ], [ 120.0469307, 30.2525564 ], [ 120.0469103, 30.2524991 ], [ 120.046849, 30.2524461 ], [ 120.0467725, 30.2524447 ], [ 120.0467248, 30.252455 ], [ 120.0466976, 30.2524991 ], [ 120.0467044, 30.2525402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.043016, 30.252981 ], [ 120.0431204, 30.2529965 ], [ 120.0432098, 30.2529888 ], [ 120.043332, 30.2530068 ], [ 120.0434363, 30.2529759 ], [ 120.0435109, 30.2529321 ], [ 120.0436391, 30.252945 ], [ 120.0437762, 30.2529501 ], [ 120.0438537, 30.2529218 ], [ 120.0438686, 30.252842 ], [ 120.0438865, 30.2527802 ], [ 120.0437792, 30.252775 ], [ 120.0436808, 30.2527132 ], [ 120.0435377, 30.2526643 ], [ 120.0433887, 30.2526643 ], [ 120.0432426, 30.2526231 ], [ 120.0430995, 30.2526205 ], [ 120.043013, 30.2526385 ], [ 120.0430488, 30.2527261 ], [ 120.0430458, 30.2527982 ], [ 120.0430011, 30.2528677 ], [ 120.0429981, 30.2529321 ], [ 120.043016, 30.252981 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0411467, 30.2534386 ], [ 120.041316, 30.2534678 ], [ 120.0414514, 30.253549 ], [ 120.0416057, 30.253588 ], [ 120.0417373, 30.2535848 ], [ 120.0417749, 30.2536433 ], [ 120.041726, 30.2537927 ], [ 120.0416659, 30.2538642 ], [ 120.0417148, 30.253939 ], [ 120.0418126, 30.253978 ], [ 120.041869, 30.2539195 ], [ 120.0419254, 30.2538187 ], [ 120.0419593, 30.2537115 ], [ 120.0422113, 30.2536693 ], [ 120.0423881, 30.2534775 ], [ 120.0424746, 30.2532598 ], [ 120.0425386, 30.2530876 ], [ 120.0426364, 30.2528764 ], [ 120.0426128, 30.2527813 ], [ 120.0424375, 30.2527221 ], [ 120.042426, 30.2526831 ], [ 120.0423947, 30.2525134 ], [ 120.0423806, 30.252454 ], [ 120.0421699, 30.252454 ], [ 120.0419743, 30.2525514 ], [ 120.0419141, 30.2527627 ], [ 120.0418351, 30.2528926 ], [ 120.041726, 30.2529349 ], [ 120.0416132, 30.2528796 ], [ 120.0414665, 30.2527367 ], [ 120.0413311, 30.2527529 ], [ 120.0413047, 30.2529024 ], [ 120.0412521, 30.2530551 ], [ 120.0411655, 30.2532046 ], [ 120.0411279, 30.2533378 ], [ 120.0411467, 30.2534386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0453782, 30.2535366 ], [ 120.0454472, 30.2536243 ], [ 120.0455731, 30.2536664 ], [ 120.0456867, 30.2536559 ], [ 120.045776, 30.2535787 ], [ 120.0458126, 30.2533999 ], [ 120.0458532, 30.2532736 ], [ 120.04591, 30.2531123 ], [ 120.0459668, 30.2529931 ], [ 120.0459222, 30.2528879 ], [ 120.0458248, 30.2528283 ], [ 120.0456949, 30.2528248 ], [ 120.0455771, 30.2528248 ], [ 120.0455041, 30.2528633 ], [ 120.0455122, 30.252965 ], [ 120.0454391, 30.2530352 ], [ 120.0454472, 30.2531228 ], [ 120.0454919, 30.253214 ], [ 120.0454229, 30.2533403 ], [ 120.0453782, 30.2534349 ], [ 120.0453782, 30.2535366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0429268, 30.2532967 ], [ 120.0430305, 30.2533537 ], [ 120.0431908, 30.2533971 ], [ 120.0433259, 30.2534351 ], [ 120.0434516, 30.2534894 ], [ 120.0435899, 30.2535328 ], [ 120.0437219, 30.2533754 ], [ 120.0437439, 30.2532722 ], [ 120.0438036, 30.2531637 ], [ 120.043791, 30.2530849 ], [ 120.0437124, 30.2530714 ], [ 120.043659, 30.2530415 ], [ 120.0435805, 30.2529981 ], [ 120.0434736, 30.2529954 ], [ 120.0434516, 30.2530605 ], [ 120.0435145, 30.2531121 ], [ 120.0436245, 30.2531528 ], [ 120.0436087, 30.2531718 ], [ 120.0434736, 30.2531229 ], [ 120.0433542, 30.2530985 ], [ 120.0432473, 30.2530876 ], [ 120.0431656, 30.2530469 ], [ 120.0430745, 30.2530198 ], [ 120.0430116, 30.2530659 ], [ 120.0429331, 30.2531121 ], [ 120.0429048, 30.2531962 ], [ 120.0429268, 30.2532967 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0458938, 30.2536699 ], [ 120.0459628, 30.2537646 ], [ 120.0460196, 30.253754 ], [ 120.0460277, 30.2536734 ], [ 120.0460277, 30.2535787 ], [ 120.046048, 30.253463 ], [ 120.0460927, 30.2534104 ], [ 120.0460805, 30.2533087 ], [ 120.0460765, 30.2531965 ], [ 120.0460765, 30.2530702 ], [ 120.0461089, 30.2529124 ], [ 120.0460318, 30.2529195 ], [ 120.0460034, 30.2530492 ], [ 120.0459709, 30.253228 ], [ 120.0459425, 30.2534034 ], [ 120.0458857, 30.2535612 ], [ 120.0458938, 30.2536699 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0432797, 30.2522822 ], [ 120.0433456, 30.2523417 ], [ 120.0433846, 30.2523417 ], [ 120.0434355, 30.2523779 ], [ 120.0434894, 30.2524116 ], [ 120.0435614, 30.2524271 ], [ 120.0436902, 30.2524841 ], [ 120.0437711, 30.2524996 ], [ 120.0438311, 30.2524815 ], [ 120.043879, 30.2525203 ], [ 120.0439329, 30.2525617 ], [ 120.043909, 30.2526523 ], [ 120.0439359, 30.25273 ], [ 120.0439869, 30.2527559 ], [ 120.0440019, 30.2528076 ], [ 120.0439779, 30.2528723 ], [ 120.0439539, 30.2529604 ], [ 120.0439479, 30.2530587 ], [ 120.043918, 30.2532166 ], [ 120.043876, 30.2532917 ], [ 120.0438161, 30.2533978 ], [ 120.0438131, 30.2534936 ], [ 120.0437951, 30.2535971 ], [ 120.0437292, 30.2536463 ], [ 120.0435943, 30.2536592 ], [ 120.0435284, 30.2536903 ], [ 120.0434954, 30.2537498 ], [ 120.0434175, 30.253856 ], [ 120.0433636, 30.2539595 ], [ 120.0433246, 30.2540527 ], [ 120.0433366, 30.2541769 ], [ 120.0433366, 30.2542339 ], [ 120.0432947, 30.2543141 ], [ 120.0433126, 30.2544021 ], [ 120.0433216, 30.2544849 ], [ 120.0432737, 30.2545376 ], [ 120.0432557, 30.2545574 ], [ 120.0433306, 30.2546118 ], [ 120.0434115, 30.2546221 ], [ 120.0434894, 30.2546014 ], [ 120.0434085, 30.2545393 ], [ 120.0434085, 30.2544668 ], [ 120.0434715, 30.2544176 ], [ 120.0435554, 30.2543918 ], [ 120.0436692, 30.254384 ], [ 120.0437591, 30.2543995 ], [ 120.043861, 30.2544461 ], [ 120.0439269, 30.2544151 ], [ 120.0439389, 30.2543659 ], [ 120.0439389, 30.2543063 ], [ 120.0439839, 30.2542546 ], [ 120.0440109, 30.2541795 ], [ 120.0440678, 30.25412 ], [ 120.0440858, 30.2540449 ], [ 120.0440978, 30.2539621 ], [ 120.0440888, 30.2538637 ], [ 120.0440588, 30.2536929 ], [ 120.0440258, 30.2535764 ], [ 120.0439839, 30.2534858 ], [ 120.0440168, 30.253403 ], [ 120.0440828, 30.2533745 ], [ 120.0441847, 30.2533745 ], [ 120.0443045, 30.25339 ], [ 120.0444244, 30.2534056 ], [ 120.0445233, 30.2534159 ], [ 120.0446281, 30.2534185 ], [ 120.044721, 30.2534107 ], [ 120.0448259, 30.2534366 ], [ 120.0449038, 30.2534185 ], [ 120.0450237, 30.2533874 ], [ 120.0451016, 30.253359 ], [ 120.0451196, 30.2533072 ], [ 120.0450986, 30.2532451 ], [ 120.0450836, 30.2532011 ], [ 120.0450447, 30.2531441 ], [ 120.0450177, 30.2530924 ], [ 120.0448799, 30.2530742 ], [ 120.044757, 30.2530717 ], [ 120.0446311, 30.2530717 ], [ 120.0445023, 30.2530613 ], [ 120.0443884, 30.2530717 ], [ 120.0443045, 30.2530199 ], [ 120.0441697, 30.2529396 ], [ 120.0440858, 30.2528723 ], [ 120.0440948, 30.2528076 ], [ 120.0441547, 30.2527429 ], [ 120.0442416, 30.2527144 ], [ 120.0443435, 30.252717 ], [ 120.0444334, 30.252761 ], [ 120.0445053, 30.2528025 ], [ 120.0445742, 30.2528232 ], [ 120.0446911, 30.2528465 ], [ 120.044769, 30.2529086 ], [ 120.0448259, 30.2529086 ], [ 120.0449338, 30.2529474 ], [ 120.0450507, 30.2530147 ], [ 120.0451436, 30.2530406 ], [ 120.0452245, 30.2530173 ], [ 120.0452664, 30.2529578 ], [ 120.0452664, 30.2528982 ], [ 120.0452604, 30.2528361 ], [ 120.0452454, 30.2527559 ], [ 120.0452424, 30.2526911 ], [ 120.0452724, 30.2526471 ], [ 120.0453174, 30.252642 ], [ 120.0453953, 30.2527119 ], [ 120.0454702, 30.2527352 ], [ 120.0455511, 30.25273 ], [ 120.045641, 30.2527352 ], [ 120.0457788, 30.2527455 ], [ 120.0459377, 30.2527455 ], [ 120.0460545, 30.2527196 ], [ 120.0461204, 30.2526549 ], [ 120.0461384, 30.2525876 ], [ 120.0461384, 30.2525255 ], [ 120.0461145, 30.252409 ], [ 120.0460905, 30.2522925 ], [ 120.0462043, 30.2521838 ], [ 120.0462703, 30.2521139 ], [ 120.0463092, 30.252013 ], [ 120.0463692, 30.2519327 ], [ 120.046474, 30.2519017 ], [ 120.0466179, 30.2519094 ], [ 120.0466868, 30.2519923 ], [ 120.0466389, 30.2520658 ], [ 120.0466011, 30.2521486 ], [ 120.046558, 30.2522107 ], [ 120.0464735, 30.25224 ], [ 120.0464165, 30.2522427 ], [ 120.0463915, 30.2522067 ], [ 120.0463381, 30.2521751 ], [ 120.0462919, 30.2522304 ], [ 120.0463144, 30.2522757 ], [ 120.0463666, 30.2522888 ], [ 120.0464286, 30.2523003 ], [ 120.046504, 30.2523728 ], [ 120.0465381, 30.2523886 ], [ 120.0465564, 30.2524483 ], [ 120.0465687, 30.2525267 ], [ 120.0465675, 30.2526279 ], [ 120.0465952, 30.2526922 ], [ 120.0465911, 30.2527545 ], [ 120.046584, 30.2528078 ], [ 120.0465974, 30.2528491 ], [ 120.0466756, 30.2528418 ], [ 120.0467492, 30.2528571 ], [ 120.0467962, 30.2528853 ], [ 120.0468446, 30.2529028 ], [ 120.0468637, 30.2529381 ], [ 120.0468739, 30.2529706 ], [ 120.0468993, 30.2529898 ], [ 120.0469427, 30.2529744 ], [ 120.0469384, 30.2529326 ], [ 120.0469553, 30.2528859 ], [ 120.0469345, 30.2528425 ], [ 120.0469067, 30.2528116 ], [ 120.0468641, 30.252788 ], [ 120.0468469, 30.2527406 ], [ 120.0468057, 30.2527224 ], [ 120.0467453, 30.2526736 ], [ 120.0466891, 30.2526787 ], [ 120.0466468, 30.2526477 ], [ 120.0466241, 30.2525704 ], [ 120.0466456, 30.2524524 ], [ 120.0466598, 30.2523624 ], [ 120.0467677, 30.2523288 ], [ 120.0468486, 30.252321 ], [ 120.0469295, 30.2523365 ], [ 120.0469775, 30.2523831 ], [ 120.0470254, 30.2524064 ], [ 120.0470704, 30.2524245 ], [ 120.0470826, 30.2524607 ], [ 120.0470913, 30.2524867 ], [ 120.0471093, 30.2525488 ], [ 120.0470614, 30.2526316 ], [ 120.0470194, 30.2527222 ], [ 120.0470644, 30.2528154 ], [ 120.0471033, 30.2528698 ], [ 120.0471812, 30.2528879 ], [ 120.0472651, 30.2528982 ], [ 120.047385, 30.2529241 ], [ 120.0474599, 30.2529448 ], [ 120.0475408, 30.2529448 ], [ 120.0475618, 30.2530121 ], [ 120.0475408, 30.253082 ], [ 120.0475948, 30.2531182 ], [ 120.0476337, 30.2531545 ], [ 120.0476367, 30.2532011 ], [ 120.0475768, 30.2532218 ], [ 120.0475079, 30.2532088 ], [ 120.047394, 30.2531881 ], [ 120.0473251, 30.2531752 ], [ 120.0472352, 30.2531545 ], [ 120.0471633, 30.2531571 ], [ 120.0471093, 30.2532114 ], [ 120.0470793, 30.2532736 ], [ 120.0470194, 30.253359 ], [ 120.0469685, 30.2534444 ], [ 120.0469325, 30.2535272 ], [ 120.0469295, 30.2536126 ], [ 120.0469954, 30.2536774 ], [ 120.0470074, 30.2537265 ], [ 120.0469175, 30.2537887 ], [ 120.0469265, 30.2538197 ], [ 120.0469205, 30.2538767 ], [ 120.0469954, 30.2539181 ], [ 120.0470674, 30.2539258 ], [ 120.0471633, 30.2539517 ], [ 120.0472831, 30.2539698 ], [ 120.047379, 30.2539906 ], [ 120.0474779, 30.2540113 ], [ 120.0476097, 30.2540294 ], [ 120.0477026, 30.2540294 ], [ 120.0477476, 30.2540087 ], [ 120.0477536, 30.2539621 ], [ 120.0477206, 30.2539284 ], [ 120.0476727, 30.2538844 ], [ 120.0475888, 30.2538689 ], [ 120.0474809, 30.2538508 ], [ 120.047364, 30.2538327 ], [ 120.0472831, 30.2538353 ], [ 120.0472352, 30.2538094 ], [ 120.0472322, 30.2537654 ], [ 120.0472651, 30.2537395 ], [ 120.047352, 30.2537628 ], [ 120.0474419, 30.2537654 ], [ 120.0475228, 30.2537887 ], [ 120.0476008, 30.2537887 ], [ 120.0476906, 30.2538068 ], [ 120.0478105, 30.2538094 ], [ 120.0478315, 30.2538741 ], [ 120.0478315, 30.2539388 ], [ 120.0478105, 30.2540087 ], [ 120.0478105, 30.2540553 ], [ 120.0478465, 30.2541252 ], [ 120.0478615, 30.254195 ], [ 120.0478105, 30.254252 ], [ 120.0477746, 30.2543038 ], [ 120.0477596, 30.2543711 ], [ 120.0477805, 30.2544332 ], [ 120.0478135, 30.2544901 ], [ 120.0478195, 30.2545341 ], [ 120.0477985, 30.2545885 ], [ 120.0477746, 30.2546584 ], [ 120.0477716, 30.2547257 ], [ 120.0477596, 30.2548033 ], [ 120.0477416, 30.2548887 ], [ 120.0477416, 30.2549664 ], [ 120.0476637, 30.2549923 ], [ 120.0475828, 30.2549664 ], [ 120.0475498, 30.254925 ], [ 120.0475438, 30.2548551 ], [ 120.0475798, 30.2548033 ], [ 120.0476307, 30.2547386 ], [ 120.0476547, 30.2546325 ], [ 120.0476547, 30.2545471 ], [ 120.0476397, 30.2544513 ], [ 120.0476367, 30.2543685 ], [ 120.0476577, 30.2543012 ], [ 120.0477086, 30.2542313 ], [ 120.0477086, 30.2541743 ], [ 120.0476397, 30.2541692 ], [ 120.0475948, 30.2542054 ], [ 120.0475528, 30.2542779 ], [ 120.0475438, 30.2543685 ], [ 120.0475378, 30.2544565 ], [ 120.0474899, 30.2545341 ], [ 120.047406, 30.2545859 ], [ 120.0473401, 30.2546325 ], [ 120.0473281, 30.2547101 ], [ 120.047358, 30.2547956 ], [ 120.047394, 30.2548654 ], [ 120.047403, 30.254956 ], [ 120.047367, 30.2550233 ], [ 120.0473281, 30.2550958 ], [ 120.0472771, 30.2551631 ], [ 120.0472502, 30.2552511 ], [ 120.0472412, 30.2553391 ], [ 120.0471752, 30.255378 ], [ 120.0471123, 30.2553572 ], [ 120.0470314, 30.2553909 ], [ 120.0469895, 30.2554789 ], [ 120.0470374, 30.2554996 ], [ 120.0471303, 30.255497 ], [ 120.0472022, 30.2554685 ], [ 120.0472472, 30.2554064 ], [ 120.047349, 30.2553365 ], [ 120.0474299, 30.2553417 ], [ 120.0474809, 30.2553029 ], [ 120.0475588, 30.2552563 ], [ 120.0476577, 30.2552382 ], [ 120.0477446, 30.2552408 ], [ 120.0478645, 30.2552459 ], [ 120.0480143, 30.2552848 ], [ 120.0480982, 30.2552822 ], [ 120.0482121, 30.2553107 ], [ 120.048254, 30.2553598 ], [ 120.048272, 30.2554323 ], [ 120.0483289, 30.2554582 ], [ 120.0484008, 30.2554504 ], [ 120.0484488, 30.2554116 ], [ 120.0484817, 30.2553391 ], [ 120.0484877, 30.2552718 ], [ 120.0484608, 30.2552718 ], [ 120.0484787, 30.2551243 ], [ 120.0485836, 30.2551269 ], [ 120.0485926, 30.2550984 ], [ 120.0487035, 30.2551036 ], [ 120.0487155, 30.2550777 ], [ 120.0487155, 30.2550363 ], [ 120.0487035, 30.2549767 ], [ 120.0487365, 30.2548887 ], [ 120.0487604, 30.2548163 ], [ 120.0487574, 30.2547205 ], [ 120.0488024, 30.2545911 ], [ 120.0487335, 30.2545522 ], [ 120.0486705, 30.2545522 ], [ 120.0485237, 30.2545264 ], [ 120.0483889, 30.2545212 ], [ 120.0483799, 30.2544591 ], [ 120.0484098, 30.2543944 ], [ 120.0484128, 30.254296 ], [ 120.0483349, 30.2542158 ], [ 120.0481731, 30.2542158 ], [ 120.0480532, 30.2541873 ], [ 120.0479933, 30.2540993 ], [ 120.0480023, 30.253975 ], [ 120.0480622, 30.2538689 ], [ 120.0481102, 30.2537032 ], [ 120.0481371, 30.2535013 ], [ 120.0481192, 30.2534237 ], [ 120.0480233, 30.2533331 ], [ 120.0479963, 30.2532477 ], [ 120.0480203, 30.2531415 ], [ 120.0480383, 30.2530691 ], [ 120.0481012, 30.2529267 ], [ 120.0476996, 30.2528309 ], [ 120.0477416, 30.2527196 ], [ 120.0474539, 30.2526679 ], [ 120.047427, 30.2526109 ], [ 120.0473221, 30.2525928 ], [ 120.0473131, 30.252541 ], [ 120.0473252, 30.2525143 ], [ 120.0473401, 30.2524815 ], [ 120.047427, 30.2524685 ], [ 120.0474869, 30.2522692 ], [ 120.0476217, 30.2522951 ], [ 120.0476817, 30.2521476 ], [ 120.0476906, 30.2520647 ], [ 120.0476757, 30.2519871 ], [ 120.0476247, 30.2518861 ], [ 120.0476337, 30.2518059 ], [ 120.0475858, 30.25178 ], [ 120.0474659, 30.2517515 ], [ 120.047379, 30.2517515 ], [ 120.0472891, 30.2517438 ], [ 120.0471603, 30.2517334 ], [ 120.0470584, 30.2517023 ], [ 120.0469745, 30.2517541 ], [ 120.0469805, 30.2518266 ], [ 120.0469595, 30.2518965 ], [ 120.0469775, 30.2519793 ], [ 120.0469835, 30.252057 ], [ 120.0469295, 30.2520958 ], [ 120.0468996, 30.2521165 ], [ 120.0469265, 30.2521605 ], [ 120.0469715, 30.2522175 ], [ 120.0469535, 30.2522718 ], [ 120.0468756, 30.2522899 ], [ 120.0467677, 30.2522925 ], [ 120.0467018, 30.252264 ], [ 120.0467138, 30.2521942 ], [ 120.0467108, 30.2521062 ], [ 120.0467497, 30.2520156 ], [ 120.0468336, 30.2519457 ], [ 120.0467587, 30.2518965 ], [ 120.0466688, 30.2518913 ], [ 120.0465759, 30.2518577 ], [ 120.046528, 30.2518188 ], [ 120.04648, 30.2517722 ], [ 120.0463122, 30.251692 ], [ 120.0462253, 30.2516739 ], [ 120.0461145, 30.2516558 ], [ 120.0460156, 30.2515962 ], [ 120.0458987, 30.2515548 ], [ 120.0457968, 30.2515211 ], [ 120.0456829, 30.2514797 ], [ 120.0455721, 30.2514668 ], [ 120.0454822, 30.2514331 ], [ 120.0453773, 30.2513943 ], [ 120.0453144, 30.2514383 ], [ 120.0453743, 30.2515134 ], [ 120.0453863, 30.2515936 ], [ 120.0454222, 30.2516635 ], [ 120.0454732, 30.2517308 ], [ 120.0454462, 30.2517904 ], [ 120.0453893, 30.2518395 ], [ 120.0453503, 30.2519042 ], [ 120.0452814, 30.251969 ], [ 120.0452514, 30.2520414 ], [ 120.0453264, 30.2520647 ], [ 120.0454103, 30.2520725 ], [ 120.0455031, 30.2520777 ], [ 120.045602, 30.2521191 ], [ 120.045641, 30.2521657 ], [ 120.045662, 30.2522356 ], [ 120.0456889, 30.2522951 ], [ 120.0457219, 30.2523546 ], [ 120.0456859, 30.2523805 ], [ 120.045647, 30.2523857 ], [ 120.045605, 30.2523546 ], [ 120.0455241, 30.2523158 ], [ 120.0454672, 30.2522615 ], [ 120.0453623, 30.2522019 ], [ 120.0452604, 30.2521735 ], [ 120.0451525, 30.2521657 ], [ 120.0450627, 30.2521346 ], [ 120.0449518, 30.2520932 ], [ 120.0448349, 30.2520777 ], [ 120.044784, 30.252145 ], [ 120.044745, 30.2522278 ], [ 120.0447121, 30.2523469 ], [ 120.04476, 30.2524271 ], [ 120.0448679, 30.2524634 ], [ 120.0449758, 30.2524737 ], [ 120.0450567, 30.2524815 ], [ 120.0451466, 30.2525074 ], [ 120.0452215, 30.2525643 ], [ 120.0452484, 30.2526057 ], [ 120.0452065, 30.2526497 ], [ 120.0451496, 30.2526834 ], [ 120.0450716, 30.2526704 ], [ 120.0450117, 30.2526523 ], [ 120.0449068, 30.2526497 ], [ 120.0448379, 30.2526057 ], [ 120.044733, 30.2525617 ], [ 120.0446222, 30.2524996 ], [ 120.0445592, 30.2524711 ], [ 120.0444933, 30.2524763 ], [ 120.0444124, 30.2524996 ], [ 120.0443704, 30.2525255 ], [ 120.0443495, 30.2525721 ], [ 120.0442985, 30.252585 ], [ 120.0442326, 30.2525798 ], [ 120.0441487, 30.252554 ], [ 120.0440948, 30.2525281 ], [ 120.0440588, 30.252497 ], [ 120.0439989, 30.2524867 ], [ 120.0439539, 30.2524634 ], [ 120.043885, 30.2524634 ], [ 120.043855, 30.2524452 ], [ 120.043867, 30.252409 ], [ 120.043891, 30.2523546 ], [ 120.043897, 30.2523029 ], [ 120.043864, 30.252264 ], [ 120.0438011, 30.252233 ], [ 120.0437232, 30.252233 ], [ 120.0436213, 30.252233 ], [ 120.0435823, 30.252176 ], [ 120.0434715, 30.2521398 ], [ 120.0434115, 30.2521631 ], [ 120.0433126, 30.2521838 ], [ 120.0431958, 30.2521709 ], [ 120.0431898, 30.2522278 ], [ 120.0432797, 30.2522822 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0442328, 30.2537175 ], [ 120.0442328, 30.2538163 ], [ 120.0442774, 30.2539199 ], [ 120.0444308, 30.253932 ], [ 120.0445369, 30.2539368 ], [ 120.0446931, 30.2539368 ], [ 120.0448466, 30.2539633 ], [ 120.0449191, 30.2539609 ], [ 120.0449079, 30.2539054 ], [ 120.044788, 30.2538548 ], [ 120.044654, 30.2537753 ], [ 120.0446429, 30.2536669 ], [ 120.0446429, 30.2535945 ], [ 120.0445257, 30.2535439 ], [ 120.0443834, 30.2535271 ], [ 120.0442886, 30.2535222 ], [ 120.0442272, 30.2536042 ], [ 120.0442328, 30.2537175 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.046571, 30.2539236 ], [ 120.0466426, 30.2539236 ], [ 120.0466676, 30.2539895 ], [ 120.0467361, 30.2539774 ], [ 120.0467984, 30.2539182 ], [ 120.0468343, 30.2538388 ], [ 120.0468872, 30.2538105 ], [ 120.0468794, 30.2537863 ], [ 120.0467797, 30.2538132 ], [ 120.0466956, 30.2537903 ], [ 120.0466239, 30.2537231 ], [ 120.046652, 30.2536894 ], [ 120.046747, 30.2536894 ], [ 120.0468093, 30.2536612 ], [ 120.0468062, 30.253606 ], [ 120.0467377, 30.2535912 ], [ 120.0466582, 30.2535764 ], [ 120.0466411, 30.253641 ], [ 120.046585, 30.2536908 ], [ 120.0465866, 30.2537459 ], [ 120.0465959, 30.2537944 ], [ 120.0465819, 30.2538469 ], [ 120.0465383, 30.2538899 ], [ 120.046571, 30.2539236 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0456867, 30.2540591 ], [ 120.0457679, 30.2541398 ], [ 120.0459141, 30.2541994 ], [ 120.0460156, 30.2541573 ], [ 120.0460277, 30.2540416 ], [ 120.0460277, 30.2539574 ], [ 120.0460074, 30.2538768 ], [ 120.045979, 30.2538066 ], [ 120.0458857, 30.2537751 ], [ 120.0457598, 30.2537611 ], [ 120.0456786, 30.2537575 ], [ 120.0456989, 30.2538242 ], [ 120.0457314, 30.2538557 ], [ 120.0456989, 30.2539189 ], [ 120.0456624, 30.253989 ], [ 120.0456867, 30.2540591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0420198, 30.254169 ], [ 120.0420923, 30.2541841 ], [ 120.0422048, 30.2541755 ], [ 120.0422223, 30.2540243 ], [ 120.0421948, 30.2539487 ], [ 120.0421473, 30.253858 ], [ 120.0420723, 30.2538472 ], [ 120.0420048, 30.2539746 ], [ 120.0419848, 30.2540783 ], [ 120.0420198, 30.254169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0460881, 30.2542304 ], [ 120.0460756, 30.2543004 ], [ 120.0461504, 30.2543326 ], [ 120.0462064, 30.2542909 ], [ 120.0461909, 30.2542385 ], [ 120.0461878, 30.2541887 ], [ 120.0461862, 30.2541214 ], [ 120.0462049, 30.2540541 ], [ 120.0462656, 30.2539962 ], [ 120.0463373, 30.2539868 ], [ 120.0463607, 30.253929 ], [ 120.04637, 30.2538374 ], [ 120.0463357, 30.2537567 ], [ 120.0462766, 30.2537634 ], [ 120.0462688, 30.253824 ], [ 120.0461862, 30.2538617 ], [ 120.0461582, 30.2539168 ], [ 120.0461582, 30.253972 ], [ 120.0461504, 30.2540379 ], [ 120.0461052, 30.2541012 ], [ 120.0460694, 30.2541644 ], [ 120.0460881, 30.2542304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0463281, 30.2542345 ], [ 120.0464378, 30.2542625 ], [ 120.0465555, 30.2543081 ], [ 120.0467341, 30.2543467 ], [ 120.0468924, 30.2543677 ], [ 120.047071, 30.2544028 ], [ 120.047274, 30.2544484 ], [ 120.0474242, 30.2543712 ], [ 120.0474567, 30.254259 ], [ 120.0474039, 30.2541819 ], [ 120.0473309, 30.2541328 ], [ 120.0471807, 30.2541152 ], [ 120.0470467, 30.2540731 ], [ 120.0469127, 30.2540696 ], [ 120.046795, 30.2540837 ], [ 120.0466732, 30.2540486 ], [ 120.0465798, 30.2540416 ], [ 120.0464053, 30.25401 ], [ 120.0463566, 30.2540872 ], [ 120.0463281, 30.2541643 ], [ 120.0463281, 30.2542345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0420723, 30.2543223 ], [ 120.0421723, 30.2543612 ], [ 120.0422348, 30.2543504 ], [ 120.0423123, 30.2543504 ], [ 120.0423948, 30.2543979 ], [ 120.0424473, 30.2544346 ], [ 120.0424923, 30.2544303 ], [ 120.0425073, 30.2543892 ], [ 120.0424773, 30.2543223 ], [ 120.0423973, 30.2543137 ], [ 120.0423473, 30.2543309 ], [ 120.0423323, 30.2542748 ], [ 120.0423248, 30.2542208 ], [ 120.0422823, 30.2541884 ], [ 120.0422373, 30.2542014 ], [ 120.0421648, 30.2541992 ], [ 120.0420623, 30.254223 ], [ 120.0420173, 30.254264 ], [ 120.0420723, 30.2543223 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.100712, 30.1076155 ], [ 120.101108, 30.1076258 ], [ 120.1012535, 30.1091542 ], [ 120.1022646, 30.1090325 ], [ 120.1026197, 30.1089759 ], [ 120.1025349, 30.1083865 ], [ 120.1023476, 30.1075264 ], [ 120.1015624, 30.1072707 ], [ 120.1006897, 30.1072187 ], [ 120.100712, 30.1076155 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0858004, 30.1098298 ], [ 120.0871998, 30.1096526 ], [ 120.0872837, 30.1093625 ], [ 120.0866876, 30.1094289 ], [ 120.0862792, 30.1090457 ], [ 120.086076, 30.1092359 ], [ 120.0855715, 30.1095718 ], [ 120.0858004, 30.1098298 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0997192, 30.1137989 ], [ 120.1006237, 30.1138083 ], [ 120.100694, 30.1143099 ], [ 120.1010985, 30.1142612 ], [ 120.1009726, 30.1139198 ], [ 120.1018465, 30.1138371 ], [ 120.101806, 30.1131372 ], [ 120.099704, 30.1132314 ], [ 120.0997192, 30.1137989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0940455, 30.117954 ], [ 120.0944574, 30.117934 ], [ 120.0943243, 30.1173289 ], [ 120.0945887, 30.1173159 ], [ 120.0947881, 30.1169774 ], [ 120.0946194, 30.11693 ], [ 120.0942299, 30.1169316 ], [ 120.0942851, 30.1171374 ], [ 120.0940965, 30.1172716 ], [ 120.0941804, 30.1177079 ], [ 120.0940144, 30.1178335 ], [ 120.0940455, 30.117954 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0959962, 30.1184044 ], [ 120.0960463, 30.1187376 ], [ 120.0964428, 30.1186723 ], [ 120.0964324, 30.1183668 ], [ 120.0964882, 30.1181642 ], [ 120.096137, 30.1180412 ], [ 120.0958416, 30.1181183 ], [ 120.0959962, 30.1184044 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0960986, 30.121964 ], [ 120.0964086, 30.1219832 ], [ 120.0964522, 30.1219181 ], [ 120.0965138, 30.1219207 ], [ 120.0967026, 30.1215656 ], [ 120.0969645, 30.1215327 ], [ 120.096767, 30.1210475 ], [ 120.0964639, 30.1210604 ], [ 120.096029, 30.1218178 ], [ 120.0960169, 30.1218903 ], [ 120.0960986, 30.121964 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1089871, 30.135828 ], [ 120.1088549, 30.1348331 ], [ 120.108287, 30.1358652 ], [ 120.1089871, 30.135828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1090246, 30.1360925 ], [ 120.1089871, 30.135828 ], [ 120.108287, 30.1358652 ], [ 120.1082253, 30.1360043 ], [ 120.1082039, 30.136169 ], [ 120.1090246, 30.1360925 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0863804, 30.1363067 ], [ 120.0867468, 30.1362051 ], [ 120.0869674, 30.1363087 ], [ 120.0872146, 30.1361349 ], [ 120.0873482, 30.1359928 ], [ 120.0873816, 30.1358058 ], [ 120.0871433, 30.1357594 ], [ 120.0868963, 30.1357597 ], [ 120.0868595, 30.1358314 ], [ 120.086888, 30.1359665 ], [ 120.0868267, 30.1360294 ], [ 120.0866663, 30.1360497 ], [ 120.0863104, 30.1361462 ], [ 120.0863804, 30.1363067 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1068172, 30.1365843 ], [ 120.1070988, 30.1365448 ], [ 120.1069728, 30.1358768 ], [ 120.106734, 30.1358884 ], [ 120.1068172, 30.1365843 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108794, 30.1309151 ], [ 120.1092473, 30.1309332 ], [ 120.109306, 30.1313418 ], [ 120.1096632, 30.1312503 ], [ 120.1095893, 30.1308368 ], [ 120.1100345, 30.1307787 ], [ 120.1100345, 30.1305442 ], [ 120.1103467, 30.1305374 ], [ 120.11034, 30.1303125 ], [ 120.1100268, 30.1303167 ], [ 120.1100268, 30.1301745 ], [ 120.1092675, 30.1302245 ], [ 120.1093964, 30.1307721 ], [ 120.1090489, 30.1307721 ], [ 120.1090186, 30.1305537 ], [ 120.1087692, 30.1305789 ], [ 120.108794, 30.1309151 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1108137, 30.1315203 ], [ 120.1118533, 30.1314205 ], [ 120.1117291, 30.1300754 ], [ 120.1106939, 30.1300353 ], [ 120.1108137, 30.1315203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1129414, 30.1335725 ], [ 120.1133286, 30.1335643 ], [ 120.1128778, 30.133079 ], [ 120.1129414, 30.1335725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1126046, 30.1335202 ], [ 120.1126046, 30.1332416 ], [ 120.1120491, 30.1333169 ], [ 120.1109574, 30.1335772 ], [ 120.1106616, 30.1337815 ], [ 120.1126046, 30.1335202 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1108169, 30.134693 ], [ 120.1109479, 30.1353475 ], [ 120.1120324, 30.1353075 ], [ 120.1118835, 30.1345127 ], [ 120.1115162, 30.1345127 ], [ 120.1114791, 30.1338446 ], [ 120.110486, 30.1339762 ], [ 120.1104728, 30.134635 ], [ 120.1108169, 30.134693 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1116725, 30.1361511 ], [ 120.1129058, 30.1360243 ], [ 120.1128152, 30.1352334 ], [ 120.1120324, 30.1353075 ], [ 120.1115386, 30.1353542 ], [ 120.1116725, 30.1361511 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1109666, 30.1362108 ], [ 120.1115581, 30.1361619 ], [ 120.1114815, 30.1354685 ], [ 120.11089, 30.1355174 ], [ 120.1109666, 30.1362108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1109957, 30.1369369 ], [ 120.1112979, 30.1369224 ], [ 120.1117452, 30.1369009 ], [ 120.1116725, 30.1361511 ], [ 120.1109666, 30.1362108 ], [ 120.1109957, 30.1369369 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1108508, 30.1373222 ], [ 120.1113336, 30.137316 ], [ 120.1112979, 30.1369224 ], [ 120.1108143, 30.1369548 ], [ 120.1108508, 30.1373222 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1095704, 30.1375837 ], [ 120.1099397, 30.1376176 ], [ 120.1104102, 30.1375696 ], [ 120.1102989, 30.1370619 ], [ 120.1095571, 30.1371345 ], [ 120.1095704, 30.1375837 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.106498, 30.1366075 ], [ 120.106785, 30.1365912 ], [ 120.1066804, 30.1358884 ], [ 120.1064202, 30.1359092 ], [ 120.106498, 30.1366075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1061332, 30.1365912 ], [ 120.1063022, 30.1366422 ], [ 120.1064551, 30.1366075 ], [ 120.1063827, 30.1359046 ], [ 120.1060796, 30.1359417 ], [ 120.1061332, 30.1365912 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1082361, 30.1364544 ], [ 120.1090407, 30.1363894 ], [ 120.1090166, 30.1361226 ], [ 120.108169, 30.1362085 ], [ 120.108102, 30.1364404 ], [ 120.1082361, 30.1364544 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1056481, 30.1366249 ], [ 120.1060152, 30.1365959 ], [ 120.1059505, 30.1359845 ], [ 120.1055834, 30.1360136 ], [ 120.1056481, 30.1366249 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.10524, 30.136677 ], [ 120.1055556, 30.1366521 ], [ 120.1054949, 30.1360786 ], [ 120.105174, 30.1362149 ], [ 120.10524, 30.136677 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1042637, 30.1367884 ], [ 120.1051354, 30.136684 ], [ 120.1050764, 30.1362502 ], [ 120.1042235, 30.1365448 ], [ 120.1042637, 30.1367884 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1080161, 30.1370985 ], [ 120.1085046, 30.1370768 ], [ 120.1084434, 30.1365226 ], [ 120.1079684, 30.1365079 ], [ 120.1080161, 30.1370985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1085046, 30.1370768 ], [ 120.108515, 30.1371711 ], [ 120.1091446, 30.1371191 ], [ 120.1090729, 30.1364706 ], [ 120.1084434, 30.1365226 ], [ 120.1085046, 30.1370768 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1058033, 30.1374008 ], [ 120.1060998, 30.1373773 ], [ 120.106034, 30.1367559 ], [ 120.1057375, 30.1367794 ], [ 120.1058033, 30.1374008 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1054814, 30.1374263 ], [ 120.1057743, 30.1374042 ], [ 120.1057099, 30.1367663 ], [ 120.1054171, 30.1367884 ], [ 120.1054814, 30.1374263 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.105157, 30.1374528 ], [ 120.1054466, 30.1374309 ], [ 120.1053821, 30.136792 ], [ 120.1050925, 30.1368139 ], [ 120.105157, 30.1374528 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1048002, 30.1374773 ], [ 120.105121, 30.1374531 ], [ 120.1050577, 30.1368255 ], [ 120.1047368, 30.1368497 ], [ 120.1048002, 30.1374773 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1044538, 30.137522 ], [ 120.1047385, 30.1375005 ], [ 120.1046745, 30.1368666 ], [ 120.1043898, 30.1368881 ], [ 120.1044538, 30.137522 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1041108, 30.1375376 ], [ 120.1044025, 30.1375156 ], [ 120.1043415, 30.1369113 ], [ 120.1040499, 30.1369333 ], [ 120.1041108, 30.1375376 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1037748, 30.1375424 ], [ 120.1040223, 30.1375237 ], [ 120.103964, 30.136946 ], [ 120.1037165, 30.1369647 ], [ 120.1037748, 30.1375424 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1034591, 30.1375631 ], [ 120.103716, 30.1375438 ], [ 120.1036575, 30.1369647 ], [ 120.1034006, 30.1369841 ], [ 120.1034591, 30.1375631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1082763, 30.1377928 ], [ 120.109199, 30.1377302 ], [ 120.1091446, 30.1371191 ], [ 120.1081213, 30.1372369 ], [ 120.1082763, 30.1377928 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1056075, 30.1380688 ], [ 120.1061386, 30.1380201 ], [ 120.1060984, 30.137526 ], [ 120.1055726, 30.1375771 ], [ 120.1056075, 30.1380688 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1053581, 30.1381709 ], [ 120.105468, 30.1381431 ], [ 120.1054332, 30.1376351 ], [ 120.1053339, 30.1375933 ], [ 120.1048404, 30.1376652 ], [ 120.1048216, 30.138041 ], [ 120.1053581, 30.1381709 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1043656, 30.1382428 ], [ 120.104422, 30.1376397 ], [ 120.1038989, 30.1376861 ], [ 120.1038641, 30.1379876 ], [ 120.1043656, 30.1382428 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1083139, 30.1381175 ], [ 120.1092687, 30.138266 ], [ 120.109199, 30.1377302 ], [ 120.1082763, 30.1377928 ], [ 120.1083139, 30.1381175 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1047251, 30.1384632 ], [ 120.1047304, 30.1376026 ], [ 120.1045024, 30.1376026 ], [ 120.1043898, 30.1382799 ], [ 120.1047251, 30.1384632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1053597, 30.1387756 ], [ 120.1056488, 30.1386179 ], [ 120.105468, 30.1381431 ], [ 120.1053581, 30.1381709 ], [ 120.1048216, 30.138041 ], [ 120.1047251, 30.1384632 ], [ 120.1053597, 30.1387756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0967734, 30.1416904 ], [ 120.0973931, 30.1408782 ], [ 120.0979068, 30.1410351 ], [ 120.0985031, 30.1404804 ], [ 120.0982499, 30.1401718 ], [ 120.0979506, 30.1404008 ], [ 120.0975363, 30.1403311 ], [ 120.0973751, 30.1402116 ], [ 120.0974097, 30.1399329 ], [ 120.097191, 30.1398035 ], [ 120.0968687, 30.1397936 ], [ 120.0961832, 30.1395241 ], [ 120.0959987, 30.1396405 ], [ 120.0959235, 30.1401161 ], [ 120.0954279, 30.1407632 ], [ 120.0967734, 30.1416904 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0937473, 30.1412798 ], [ 120.0940236, 30.1410866 ], [ 120.0943241, 30.1410566 ], [ 120.0945724, 30.1408703 ], [ 120.0947022, 30.140639 ], [ 120.0949073, 30.1405169 ], [ 120.0948346, 30.1404112 ], [ 120.094426, 30.1406089 ], [ 120.0940356, 30.1409587 ], [ 120.0938983, 30.1407696 ], [ 120.0935504, 30.141003 ], [ 120.0937473, 30.1412798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1005929, 30.1417536 ], [ 120.1015863, 30.141379 ], [ 120.101288, 30.1410521 ], [ 120.1004359, 30.1414494 ], [ 120.1005929, 30.1417536 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0984651, 30.1418498 ], [ 120.0987689, 30.1416777 ], [ 120.0987733, 30.1415252 ], [ 120.0982869, 30.1413416 ], [ 120.0981446, 30.1416284 ], [ 120.0984651, 30.1418498 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0940095, 30.1433688 ], [ 120.0946301, 30.1421916 ], [ 120.0942799, 30.1419395 ], [ 120.0939712, 30.1421905 ], [ 120.0942333, 30.1423427 ], [ 120.0941336, 30.1425091 ], [ 120.0939046, 30.1425799 ], [ 120.0935732, 30.1431778 ], [ 120.0940095, 30.1433688 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0984783, 30.1429306 ], [ 120.0983612, 30.1430134 ], [ 120.0984914, 30.1433006 ], [ 120.098387, 30.1433603 ], [ 120.0987339, 30.1435727 ], [ 120.0993186, 30.1431093 ], [ 120.0981299, 30.1422724 ], [ 120.0978493, 30.1425233 ], [ 120.0984783, 30.1429306 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1024124, 30.1446477 ], [ 120.102319, 30.1447539 ], [ 120.1021247, 30.1451409 ], [ 120.1021132, 30.1453914 ], [ 120.1016583, 30.1460696 ], [ 120.101954, 30.1461941 ], [ 120.1023555, 30.1457114 ], [ 120.102585, 30.1458628 ], [ 120.103076, 30.1452354 ], [ 120.1028774, 30.1450851 ], [ 120.1034819, 30.1443869 ], [ 120.1038156, 30.1444389 ], [ 120.106785, 30.1405239 ], [ 120.1059838, 30.1401401 ], [ 120.1054614, 30.1408615 ], [ 120.1048994, 30.1415241 ], [ 120.1041453, 30.1422158 ], [ 120.1037525, 30.1426815 ], [ 120.1033364, 30.1424613 ], [ 120.102747, 30.143083 ], [ 120.1028678, 30.1432104 ], [ 120.1025725, 30.1434693 ], [ 120.102262, 30.1432408 ], [ 120.1019557, 30.1434293 ], [ 120.1010751, 30.1439703 ], [ 120.1024124, 30.1446477 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.112187, 30.1383935 ], [ 120.1128421, 30.1380418 ], [ 120.1128799, 30.1375935 ], [ 120.112133, 30.1376213 ], [ 120.112187, 30.1383935 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1096283, 30.1385109 ], [ 120.1107613, 30.1384209 ], [ 120.1108344, 30.1381281 ], [ 120.1111164, 30.1380031 ], [ 120.1112969, 30.1382852 ], [ 120.111935, 30.1382265 ], [ 120.1119448, 30.1377861 ], [ 120.1118325, 30.137761 ], [ 120.1114187, 30.1377791 ], [ 120.1112289, 30.1377351 ], [ 120.1095561, 30.137854 ], [ 120.1096283, 30.1385109 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1104049, 30.1391135 ], [ 120.1109422, 30.1390459 ], [ 120.1110689, 30.1391882 ], [ 120.1112828, 30.1390964 ], [ 120.1112784, 30.1386845 ], [ 120.1115446, 30.1387068 ], [ 120.111546, 30.1384756 ], [ 120.1109705, 30.1385456 ], [ 120.1108507, 30.1384783 ], [ 120.1106007, 30.1386724 ], [ 120.1106059, 30.1388411 ], [ 120.1103776, 30.1389024 ], [ 120.1104049, 30.1391135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1121627, 30.1485101 ], [ 120.1125445, 30.1482751 ], [ 120.1131044, 30.148566 ], [ 120.1134055, 30.1486169 ], [ 120.1136554, 30.1485077 ], [ 120.113971, 30.1482934 ], [ 120.1143819, 30.1482745 ], [ 120.1158363, 30.1471679 ], [ 120.1158776, 30.1470426 ], [ 120.1152816, 30.1465267 ], [ 120.1154194, 30.1458772 ], [ 120.114841, 30.145363 ], [ 120.1128693, 30.1471257 ], [ 120.1114267, 30.1482746 ], [ 120.1121627, 30.1485101 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.107421, 30.1654863 ], [ 120.1077462, 30.1656409 ], [ 120.1079901, 30.1659291 ], [ 120.1096244, 30.1659994 ], [ 120.1098358, 30.1661892 ], [ 120.1105432, 30.1658799 ], [ 120.1106001, 30.1654933 ], [ 120.1109498, 30.1653386 ], [ 120.1109335, 30.165198 ], [ 120.1106733, 30.1649801 ], [ 120.1107546, 30.1647552 ], [ 120.1106001, 30.1646638 ], [ 120.1103562, 30.1645161 ], [ 120.1100147, 30.1645302 ], [ 120.1095919, 30.1647481 ], [ 120.1089008, 30.1650574 ], [ 120.1079739, 30.1652191 ], [ 120.1075673, 30.1652262 ], [ 120.1074128, 30.1653457 ], [ 120.107421, 30.1654863 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "珊瑚沙水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1082686, 30.1815269 ], [ 120.1109127, 30.1837769 ], [ 120.1121202, 30.1852566 ], [ 120.1122383, 30.1853201 ], [ 120.1124099, 30.1853665 ], [ 120.1125974, 30.1852943 ], [ 120.113031, 30.1850359 ], [ 120.1130942, 30.1849546 ], [ 120.1131001, 30.1848435 ], [ 120.1130537, 30.1845967 ], [ 120.1113693, 30.1780211 ], [ 120.1105753, 30.1753129 ], [ 120.1104438, 30.1752393 ], [ 120.1102105, 30.1751088 ], [ 120.1088265, 30.1746636 ], [ 120.1056556, 30.1798538 ], [ 120.1082686, 30.1815269 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1111854, 30.1889064 ], [ 120.1112289, 30.1889292 ], [ 120.1112968, 30.1889341 ], [ 120.111361, 30.1889308 ], [ 120.1114101, 30.1888966 ], [ 120.1114592, 30.188846 ], [ 120.1115158, 30.188766 ], [ 120.1115592, 30.1886844 ], [ 120.1115649, 30.1886175 ], [ 120.1115422, 30.1885686 ], [ 120.1114799, 30.1885262 ], [ 120.1114082, 30.1884984 ], [ 120.1113478, 30.1885033 ], [ 120.1113195, 30.1885311 ], [ 120.1113251, 30.1885947 ], [ 120.1113176, 30.1886698 ], [ 120.111293, 30.1887252 ], [ 120.1112345, 30.1887775 ], [ 120.1111892, 30.1888166 ], [ 120.1111628, 30.1888558 ], [ 120.1111854, 30.1889064 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1144472, 30.1906402 ], [ 120.1144896, 30.1906292 ], [ 120.114546, 30.1905912 ], [ 120.1146031, 30.190583 ], [ 120.1146425, 30.1905965 ], [ 120.1147028, 30.1906074 ], [ 120.1147531, 30.1906085 ], [ 120.1148133, 30.1905748 ], [ 120.1148586, 30.190527 ], [ 120.1148975, 30.190501 ], [ 120.1149716, 30.1905043 ], [ 120.1150214, 30.1905395 ], [ 120.1150882, 30.1905843 ], [ 120.1151294, 30.1906226 ], [ 120.1151788, 30.1906421 ], [ 120.1152177, 30.1906606 ], [ 120.1152579, 30.1906508 ], [ 120.1153006, 30.1906063 ], [ 120.1153107, 30.1905618 ], [ 120.1152856, 30.1905346 ], [ 120.1152642, 30.1905273 ], [ 120.1152572, 30.1905138 ], [ 120.1152513, 30.1904891 ], [ 120.1152434, 30.1904628 ], [ 120.1152526, 30.1904522 ], [ 120.1152906, 30.1904543 ], [ 120.1153546, 30.1904261 ], [ 120.115376, 30.190399 ], [ 120.1153647, 30.1903707 ], [ 120.1153308, 30.1903501 ], [ 120.1152843, 30.1903327 ], [ 120.1152228, 30.1903034 ], [ 120.1151713, 30.1902882 ], [ 120.1151009, 30.1902871 ], [ 120.1150608, 30.1903165 ], [ 120.1150331, 30.1903436 ], [ 120.1149917, 30.1903544 ], [ 120.1149352, 30.1903566 ], [ 120.1148686, 30.1903523 ], [ 120.1147958, 30.1903468 ], [ 120.1147342, 30.1903447 ], [ 120.1147003, 30.1903588 ], [ 120.1146976, 30.1903907 ], [ 120.11471, 30.1904249 ], [ 120.1147272, 30.1904627 ], [ 120.1147165, 30.1904993 ], [ 120.1146957, 30.1905218 ], [ 120.1146451, 30.1905298 ], [ 120.1145583, 30.1905414 ], [ 120.1144639, 30.1905617 ], [ 120.1144259, 30.1905973 ], [ 120.1144177, 30.1906231 ], [ 120.1144472, 30.1906402 ] ], [ [ 120.1150566, 30.1904615 ], [ 120.1151238, 30.1904456 ], [ 120.1151968, 30.1904407 ], [ 120.115218, 30.1904964 ], [ 120.1152152, 30.1905478 ], [ 120.1151734, 30.19056 ], [ 120.1151316, 30.1905411 ], [ 120.1151026, 30.1905215 ], [ 120.1150495, 30.190508 ], [ 120.1150566, 30.1904615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.113599, 30.1922492 ], [ 120.1136142, 30.1923099 ], [ 120.1136445, 30.1923739 ], [ 120.1137072, 30.1924051 ], [ 120.1138097, 30.1923952 ], [ 120.1139388, 30.1923542 ], [ 120.1140128, 30.1923033 ], [ 120.1140622, 30.1922361 ], [ 120.114104, 30.1921753 ], [ 120.1140622, 30.1921081 ], [ 120.1139976, 30.1920687 ], [ 120.1139407, 30.1920523 ], [ 120.1138837, 30.1920523 ], [ 120.1138306, 30.1920654 ], [ 120.1137812, 30.1920441 ], [ 120.113711, 30.1920391 ], [ 120.1136274, 30.1920638 ], [ 120.1135971, 30.1921113 ], [ 120.1135819, 30.1921671 ], [ 120.113599, 30.1922492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1141685, 30.1925101 ], [ 120.1142198, 30.1925839 ], [ 120.1142558, 30.1926168 ], [ 120.1143337, 30.1926447 ], [ 120.1144001, 30.1926479 ], [ 120.1144951, 30.1926512 ], [ 120.1145843, 30.1926414 ], [ 120.1146716, 30.1926479 ], [ 120.11474, 30.1926906 ], [ 120.1148026, 30.1927365 ], [ 120.1148368, 30.1927562 ], [ 120.1149431, 30.1925298 ], [ 120.114852, 30.1924527 ], [ 120.1147608, 30.1923805 ], [ 120.1146887, 30.1923362 ], [ 120.1145919, 30.1922361 ], [ 120.114533, 30.1921917 ], [ 120.1144647, 30.1921655 ], [ 120.1144001, 30.1921524 ], [ 120.1143337, 30.1921737 ], [ 120.1142729, 30.1922393 ], [ 120.1142293, 30.1922886 ], [ 120.1141951, 30.1923329 ], [ 120.1141704, 30.1923985 ], [ 120.1141514, 30.192451 ], [ 120.1141685, 30.1925101 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0974725, 30.1449552 ], [ 120.09809, 30.1444202 ], [ 120.0988759, 30.1444945 ], [ 120.0991615, 30.1440649 ], [ 120.0949496, 30.1422925 ], [ 120.0942773, 30.1434892 ], [ 120.0974725, 30.1449552 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0932475, 30.144756 ], [ 120.0936156, 30.1441703 ], [ 120.0926533, 30.1437589 ], [ 120.0923625, 30.1443867 ], [ 120.0932475, 30.144756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1041049, 30.145387 ], [ 120.1044826, 30.1449167 ], [ 120.1046474, 30.145049 ], [ 120.1055387, 30.1439216 ], [ 120.1051262, 30.143726 ], [ 120.1047285, 30.1442279 ], [ 120.1045069, 30.1440524 ], [ 120.1040431, 30.1446808 ], [ 120.1043538, 30.1448338 ], [ 120.1039404, 30.1452995 ], [ 120.1041049, 30.145387 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0958467, 30.1457083 ], [ 120.0972732, 30.1461247 ], [ 120.097367, 30.1456994 ], [ 120.0972963, 30.1455849 ], [ 120.0975231, 30.1450958 ], [ 120.0941896, 30.1436021 ], [ 120.0935376, 30.1449453 ], [ 120.0958467, 30.1457083 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0908835, 30.145666 ], [ 120.0908582, 30.1458917 ], [ 120.0926245, 30.1460871 ], [ 120.0932628, 30.1448858 ], [ 120.0913992, 30.1442124 ], [ 120.0906298, 30.1455024 ], [ 120.0908835, 30.145666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1035092, 30.1469729 ], [ 120.1044865, 30.1459036 ], [ 120.1040667, 30.1455953 ], [ 120.1031507, 30.1467835 ], [ 120.1035092, 30.1469729 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1054868, 30.1510184 ], [ 120.1058677, 30.1509883 ], [ 120.1057979, 30.1503296 ], [ 120.1054987, 30.1503533 ], [ 120.1055196, 30.1505503 ], [ 120.1054379, 30.1505567 ], [ 120.1054868, 30.1510184 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0879571, 30.1691824 ], [ 120.0880121, 30.1692114 ], [ 120.0883285, 30.1693783 ], [ 120.0887748, 30.1697099 ], [ 120.0891621, 30.1698983 ], [ 120.0894052, 30.1699963 ], [ 120.0897803, 30.1700832 ], [ 120.0899276, 30.1702629 ], [ 120.0902703, 30.170498 ], [ 120.0906928, 30.1707879 ], [ 120.0909386, 30.1708461 ], [ 120.092837, 30.1717555 ], [ 120.0929472, 30.1717062 ], [ 120.0929878, 30.171579 ], [ 120.0911267, 30.1705864 ], [ 120.0909315, 30.1703331 ], [ 120.0900618, 30.1697919 ], [ 120.089932, 30.1697473 ], [ 120.0894245, 30.1694838 ], [ 120.0890834, 30.1693345 ], [ 120.088906, 30.1692305 ], [ 120.0888032, 30.1691702 ], [ 120.0884346, 30.1689319 ], [ 120.087693, 30.168689 ], [ 120.0874743, 30.168947 ], [ 120.0879571, 30.1691824 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0931352, 30.1719179 ], [ 120.0940121, 30.172418 ], [ 120.0940939, 30.1725456 ], [ 120.0942015, 30.1728234 ], [ 120.0942609, 30.1730577 ], [ 120.0942158, 30.1732495 ], [ 120.0941044, 30.1735229 ], [ 120.0940091, 30.173831 ], [ 120.0938825, 30.1746597 ], [ 120.0943892, 30.1748999 ], [ 120.0945085, 30.1749567 ], [ 120.0946333, 30.1750135 ], [ 120.0950074, 30.1751746 ], [ 120.0950758, 30.1752152 ], [ 120.0951482, 30.1752744 ], [ 120.095342, 30.1753978 ], [ 120.0955402, 30.1755745 ], [ 120.0972578, 30.1764072 ], [ 120.0973884, 30.1764216 ], [ 120.097757, 30.1765618 ], [ 120.0981293, 30.1766011 ], [ 120.09852, 30.1767818 ], [ 120.0989902, 30.1769297 ], [ 120.1002411, 30.177473 ], [ 120.1005349, 30.1776431 ], [ 120.1008435, 30.17777 ], [ 120.1014499, 30.1779866 ], [ 120.102078, 30.178363 ], [ 120.1025458, 30.1786463 ], [ 120.1030079, 30.1789835 ], [ 120.104879, 30.1803142 ], [ 120.1052052, 30.180467 ], [ 120.105724, 30.1808036 ], [ 120.1064081, 30.1811954 ], [ 120.1070704, 30.181621 ], [ 120.107894, 30.1822123 ], [ 120.1083123, 30.1826003 ], [ 120.1100065, 30.1840843 ], [ 120.1110471, 30.1852193 ], [ 120.1114081, 30.1850602 ], [ 120.1113798, 30.184947 ], [ 120.1114187, 30.1848277 ], [ 120.110909, 30.1841761 ], [ 120.1107427, 30.1840415 ], [ 120.110187, 30.1836346 ], [ 120.1099145, 30.1833898 ], [ 120.1095323, 30.1829952 ], [ 120.1088669, 30.1824506 ], [ 120.1081202, 30.1818663 ], [ 120.1071893, 30.181181 ], [ 120.106321, 30.180894 ], [ 120.1059593, 30.1806379 ], [ 120.1053972, 30.18025 ], [ 120.1031243, 30.1786614 ], [ 120.1026647, 30.1783176 ], [ 120.1021298, 30.1778733 ], [ 120.1017692, 30.1776291 ], [ 120.1013528, 30.177405 ], [ 120.0999172, 30.1768686 ], [ 120.0986437, 30.1763102 ], [ 120.097964, 30.1761052 ], [ 120.0976748, 30.1759465 ], [ 120.0973156, 30.1758022 ], [ 120.0968249, 30.1756976 ], [ 120.0960323, 30.1754134 ], [ 120.0958399, 30.1752992 ], [ 120.0955553, 30.1750262 ], [ 120.0954795, 30.1749752 ], [ 120.0953132, 30.1748825 ], [ 120.0951992, 30.1748199 ], [ 120.0950128, 30.1747213 ], [ 120.094813, 30.1746042 ], [ 120.0946265, 30.1744813 ], [ 120.0944542, 30.1742568 ], [ 120.0944084, 30.1740815 ], [ 120.0944051, 30.173845 ], [ 120.0944214, 30.1735432 ], [ 120.0945146, 30.1732086 ], [ 120.0945328, 30.1730138 ], [ 120.094503, 30.1727512 ], [ 120.0943622, 30.1724862 ], [ 120.0941765, 30.1722471 ], [ 120.0932667, 30.1717417 ], [ 120.0931339, 30.1718005 ], [ 120.0931352, 30.1719179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1012625, 30.1921454 ], [ 120.1016434, 30.1920063 ], [ 120.1016434, 30.1919321 ], [ 120.1015913, 30.1918368 ], [ 120.1012196, 30.1920248 ], [ 120.1012625, 30.1921454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0846529, 30.1366666 ], [ 120.0847637, 30.1367216 ], [ 120.0849621, 30.1366016 ], [ 120.085428, 30.1364945 ], [ 120.0853764, 30.1363062 ], [ 120.0848908, 30.1364012 ], [ 120.0847557, 30.136379 ], [ 120.0846261, 30.1364392 ], [ 120.0845999, 30.1366007 ], [ 120.0846529, 30.1366666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0757945, 30.1366995 ], [ 120.0757961, 30.1367008 ], [ 120.0758135, 30.1366961 ], [ 120.0758199, 30.1367131 ], [ 120.0758067, 30.1367181 ], [ 120.0758593, 30.1368759 ], [ 120.0758803, 30.1369422 ], [ 120.0758822, 30.1369433 ], [ 120.0759, 30.136939 ], [ 120.075906, 30.1369558 ], [ 120.0759758, 30.1369394 ], [ 120.0759626, 30.136894 ], [ 120.075933, 30.1368994 ], [ 120.0759047, 30.1368152 ], [ 120.0759034, 30.1368113 ], [ 120.075902, 30.136809 ], [ 120.0758947, 30.1368006 ], [ 120.0758751, 30.136779 ], [ 120.0758731, 30.1367772 ], [ 120.0758719, 30.1367747 ], [ 120.0758567, 30.1367261 ], [ 120.075857, 30.1367239 ], [ 120.0758705, 30.1367204 ], [ 120.075858, 30.1366791 ], [ 120.0758597, 30.136677 ], [ 120.0758806, 30.1366724 ], [ 120.0758671, 30.1366265 ], [ 120.0758644, 30.1366258 ], [ 120.0757796, 30.1366501 ], [ 120.0757785, 30.1366523 ], [ 120.0757945, 30.1366995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0747176, 30.1394639 ], [ 120.0747762, 30.1395266 ], [ 120.0750291, 30.1394775 ], [ 120.0750434, 30.1393703 ], [ 120.075011, 30.1393751 ], [ 120.0749372, 30.1393084 ], [ 120.0748695, 30.1389529 ], [ 120.0748076, 30.1390099 ], [ 120.0748547, 30.1393097 ], [ 120.0747742, 30.1393094 ], [ 120.0747045, 30.1393485 ], [ 120.0747176, 30.1394639 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0740942, 30.155708 ], [ 120.0741935, 30.1558495 ], [ 120.0743544, 30.1560234 ], [ 120.0744858, 30.156028 ], [ 120.0745288, 30.155999 ], [ 120.0745328, 30.1559654 ], [ 120.0744188, 30.1559098 ], [ 120.0743732, 30.1558147 ], [ 120.0744295, 30.1555016 ], [ 120.0744697, 30.1554552 ], [ 120.0745475, 30.1554505 ], [ 120.0747474, 30.1554761 ], [ 120.0747849, 30.155454 ], [ 120.0747983, 30.1554169 ], [ 120.0746937, 30.1552719 ], [ 120.0746052, 30.1552581 ], [ 120.0741532, 30.1553439 ], [ 120.0740674, 30.1554134 ], [ 120.0740379, 30.1555456 ], [ 120.0740942, 30.155708 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0840411, 30.1575068 ], [ 120.0852594, 30.155126 ], [ 120.0846079, 30.1546867 ], [ 120.0838719, 30.154442 ], [ 120.0827161, 30.1570962 ], [ 120.0840411, 30.1575068 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0746652, 30.156583 ], [ 120.0748563, 30.1565514 ], [ 120.0747912, 30.1561612 ], [ 120.0744863, 30.1562385 ], [ 120.0746652, 30.156583 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0799865, 30.2628174 ], [ 120.0800219, 30.2628309 ], [ 120.080341, 30.2628375 ], [ 120.0803885, 30.2628278 ], [ 120.0804384, 30.2628207 ], [ 120.0804688, 30.2628359 ], [ 120.0805045, 30.2628706 ], [ 120.0805379, 30.2628925 ], [ 120.0805744, 30.2629118 ], [ 120.0806342, 30.2629219 ], [ 120.0806665, 30.262925 ], [ 120.0807093, 30.2629472 ], [ 120.0807542, 30.2629618 ], [ 120.0807656, 30.2629886 ], [ 120.0808007, 30.2630345 ], [ 120.0808363, 30.2630788 ], [ 120.0808939, 30.2631149 ], [ 120.0809598, 30.2631494 ], [ 120.0810221, 30.2631797 ], [ 120.0810777, 30.2631935 ], [ 120.0811342, 30.2631971 ], [ 120.0811496, 30.2631705 ], [ 120.081186, 30.2631544 ], [ 120.0812421, 30.2631615 ], [ 120.0812909, 30.2631811 ], [ 120.081307, 30.2632065 ], [ 120.0813138, 30.2632351 ], [ 120.0813643, 30.2632427 ], [ 120.0814333, 30.2632409 ], [ 120.0815088, 30.2632155 ], [ 120.0815378, 30.2631895 ], [ 120.081561, 30.2631434 ], [ 120.0815751, 30.2630839 ], [ 120.0816017, 30.2628045 ], [ 120.0816154, 30.2627555 ], [ 120.0816464, 30.262726 ], [ 120.0817067, 30.2626968 ], [ 120.0818754, 30.2626243 ], [ 120.0819794, 30.2626086 ], [ 120.0820315, 30.2626228 ], [ 120.0820533, 30.2626569 ], [ 120.0820732, 30.2627087 ], [ 120.0820633, 30.2627654 ], [ 120.0820476, 30.2628201 ], [ 120.0820436, 30.2628686 ], [ 120.0820645, 30.2629055 ], [ 120.0821002, 30.2629346 ], [ 120.0821415, 30.2629881 ], [ 120.0821574, 30.2630346 ], [ 120.0821715, 30.2630602 ], [ 120.0822126, 30.2630809 ], [ 120.0823576, 30.2631116 ], [ 120.0824229, 30.2631231 ], [ 120.0824913, 30.2631178 ], [ 120.082552, 30.2630947 ], [ 120.0826022, 30.2630632 ], [ 120.082634, 30.2630211 ], [ 120.082649, 30.2629848 ], [ 120.0826659, 30.2629287 ], [ 120.0826617, 30.2629024 ], [ 120.0826313, 30.2628889 ], [ 120.0826274, 30.2628714 ], [ 120.0826051, 30.2628409 ], [ 120.0825764, 30.2628211 ], [ 120.082549, 30.2628207 ], [ 120.082506, 30.2629131 ], [ 120.0824757, 30.2629698 ], [ 120.0824325, 30.263007 ], [ 120.0823656, 30.2630261 ], [ 120.0822774, 30.2630161 ], [ 120.0822243, 30.2629858 ], [ 120.0821955, 30.2629493 ], [ 120.0821802, 30.2629024 ], [ 120.0821808, 30.2628389 ], [ 120.0821913, 30.2627389 ], [ 120.082194, 30.2626912 ], [ 120.0820992, 30.2626046 ], [ 120.0820611, 30.2625457 ], [ 120.0819875, 30.2624534 ], [ 120.0818974, 30.2623921 ], [ 120.0818439, 30.2623784 ], [ 120.08177, 30.2623169 ], [ 120.0816826, 30.2622511 ], [ 120.0816258, 30.2622115 ], [ 120.0815594, 30.2621916 ], [ 120.0815167, 30.262183 ], [ 120.0814694, 30.2621767 ], [ 120.0814002, 30.2621835 ], [ 120.0813392, 30.2621945 ], [ 120.0812132, 30.2622303 ], [ 120.0811155, 30.2622889 ], [ 120.0810348, 30.2623432 ], [ 120.0809614, 30.2624336 ], [ 120.0809215, 30.2624796 ], [ 120.0809071, 30.2625398 ], [ 120.0809461, 30.262574 ], [ 120.0809688, 30.262614 ], [ 120.0809706, 30.2626706 ], [ 120.0809353, 30.2627215 ], [ 120.0809009, 30.2627538 ], [ 120.0808514, 30.2627734 ], [ 120.0808012, 30.2627873 ], [ 120.0807672, 30.2627631 ], [ 120.0807332, 30.2627175 ], [ 120.0807208, 30.2626725 ], [ 120.0807255, 30.2626343 ], [ 120.080721, 30.2625953 ], [ 120.0806893, 30.2625916 ], [ 120.0806641, 30.2626088 ], [ 120.0806091, 30.2625987 ], [ 120.0805851, 30.2626218 ], [ 120.0805004, 30.2626118 ], [ 120.0804624, 30.2626201 ], [ 120.0804422, 30.2626465 ], [ 120.0804099, 30.2626967 ], [ 120.0803096, 30.2627373 ], [ 120.0802662, 30.2627487 ], [ 120.080234, 30.2627402 ], [ 120.0801921, 30.2627175 ], [ 120.0801585, 30.2626864 ], [ 120.0801347, 30.2626757 ], [ 120.0800982, 30.2626781 ], [ 120.0800707, 30.2627347 ], [ 120.0800431, 30.2627566 ], [ 120.0800135, 30.2627488 ], [ 120.0799939, 30.2627652 ], [ 120.0799816, 30.2627919 ], [ 120.0799865, 30.2628174 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0724518, 30.2705109 ], [ 120.0725491, 30.2705709 ], [ 120.0727114, 30.2706928 ], [ 120.0729214, 30.2707889 ], [ 120.0730944, 30.2708635 ], [ 120.0732426, 30.2708956 ], [ 120.0733665, 30.2709727 ], [ 120.0735013, 30.2710688 ], [ 120.0736306, 30.2710806 ], [ 120.0737803, 30.2710865 ], [ 120.0739165, 30.2711158 ], [ 120.074039, 30.271157 ], [ 120.0741411, 30.271157 ], [ 120.0742432, 30.2711746 ], [ 120.0744405, 30.2712217 ], [ 120.0746447, 30.2712804 ], [ 120.0747945, 30.2712981 ], [ 120.0749442, 30.271251 ], [ 120.0750667, 30.2713569 ], [ 120.0753458, 30.2713921 ], [ 120.0754274, 30.2714039 ], [ 120.0755636, 30.2713569 ], [ 120.075652, 30.27111 ], [ 120.0756997, 30.2711394 ], [ 120.0756588, 30.2713392 ], [ 120.0757065, 30.2713862 ], [ 120.0760672, 30.2714215 ], [ 120.0760604, 30.2713451 ], [ 120.0761557, 30.2713157 ], [ 120.0763054, 30.2713216 ], [ 120.0763803, 30.2713745 ], [ 120.07653, 30.271351 ], [ 120.0766662, 30.2712569 ], [ 120.0768227, 30.2712275 ], [ 120.0767683, 30.2711687 ], [ 120.0767274, 30.2710629 ], [ 120.0767274, 30.2709689 ], [ 120.0767683, 30.2708278 ], [ 120.0768159, 30.2708102 ], [ 120.0769112, 30.2708396 ], [ 120.076918, 30.2709042 ], [ 120.0769316, 30.2710159 ], [ 120.0769656, 30.2710806 ], [ 120.0769588, 30.2711687 ], [ 120.0769997, 30.2712158 ], [ 120.0772379, 30.2712393 ], [ 120.077374, 30.2712275 ], [ 120.0775374, 30.2711805 ], [ 120.0776258, 30.2712687 ], [ 120.0777211, 30.2713216 ], [ 120.0778028, 30.2713275 ], [ 120.0779798, 30.2713333 ], [ 120.0782044, 30.2712863 ], [ 120.0783745, 30.2712393 ], [ 120.0785447, 30.2712275 ], [ 120.0787285, 30.2712628 ], [ 120.079062, 30.2713686 ], [ 120.0792832, 30.2714537 ], [ 120.0797675, 30.2714812 ], [ 120.0799018, 30.2714965 ], [ 120.0799195, 30.2713438 ], [ 120.0798311, 30.271353 ], [ 120.0796968, 30.2713377 ], [ 120.0796791, 30.2712858 ], [ 120.0798594, 30.2705378 ], [ 120.079916, 30.2705164 ], [ 120.0799584, 30.270495 ], [ 120.0800645, 30.2705042 ], [ 120.0801422, 30.2704676 ], [ 120.0801068, 30.2704258 ], [ 120.0798131, 30.2703861 ], [ 120.0796021, 30.2703544 ], [ 120.0794736, 30.2703108 ], [ 120.0793681, 30.2703148 ], [ 120.0793543, 30.2703584 ], [ 120.0794002, 30.2704139 ], [ 120.0794965, 30.2704614 ], [ 120.0795608, 30.2704971 ], [ 120.0796663, 30.2705129 ], [ 120.0795241, 30.2710399 ], [ 120.0794736, 30.2711667 ], [ 120.0794828, 30.2712658 ], [ 120.0791845, 30.2711826 ], [ 120.0791203, 30.2711509 ], [ 120.0790928, 30.2711113 ], [ 120.0791524, 30.270933 ], [ 120.0792625, 30.2707784 ], [ 120.0793176, 30.2704456 ], [ 120.0792992, 30.2703663 ], [ 120.0793038, 30.2702831 ], [ 120.0793956, 30.2702633 ], [ 120.0795287, 30.2702673 ], [ 120.0796158, 30.2702791 ], [ 120.0797443, 30.2702871 ], [ 120.0798728, 30.2703029 ], [ 120.0799737, 30.2703465 ], [ 120.0801113, 30.2703386 ], [ 120.0801572, 30.2703029 ], [ 120.0801389, 30.2702474 ], [ 120.0800333, 30.2702118 ], [ 120.0799003, 30.2702078 ], [ 120.0798361, 30.2701721 ], [ 120.0798682, 30.2700453 ], [ 120.0799599, 30.270077 ], [ 120.0800563, 30.2700652 ], [ 120.0801022, 30.2700969 ], [ 120.0801526, 30.2701246 ], [ 120.0802215, 30.2700731 ], [ 120.0802582, 30.269978 ], [ 120.080304, 30.2697482 ], [ 120.0803407, 30.2696055 ], [ 120.0804004, 30.2693836 ], [ 120.0805793, 30.2688843 ], [ 120.0806481, 30.2687218 ], [ 120.0806665, 30.2686307 ], [ 120.0806619, 30.2685396 ], [ 120.0806481, 30.2684286 ], [ 120.0806665, 30.2683533 ], [ 120.0805977, 30.2682978 ], [ 120.0805334, 30.2681988 ], [ 120.0804646, 30.2681354 ], [ 120.0803958, 30.2680799 ], [ 120.080382, 30.2680046 ], [ 120.0803407, 30.2679174 ], [ 120.0803545, 30.2678303 ], [ 120.0804371, 30.2677431 ], [ 120.0805243, 30.2676797 ], [ 120.0806252, 30.2676202 ], [ 120.0806481, 30.2675529 ], [ 120.0806206, 30.2674538 ], [ 120.0805426, 30.2673983 ], [ 120.0803132, 30.2673468 ], [ 120.0800792, 30.2673547 ], [ 120.0799921, 30.267331 ], [ 120.0798544, 30.2673468 ], [ 120.079781, 30.2673825 ], [ 120.0797351, 30.2674578 ], [ 120.0797305, 30.267537 ], [ 120.0797259, 30.2676123 ], [ 120.0796204, 30.2676876 ], [ 120.0795287, 30.2677233 ], [ 120.0793956, 30.2677233 ], [ 120.0793176, 30.2676995 ], [ 120.0792121, 30.2677074 ], [ 120.079102, 30.2677114 ], [ 120.0789735, 30.2677233 ], [ 120.0788542, 30.267751 ], [ 120.0787257, 30.2678263 ], [ 120.0786386, 30.2679055 ], [ 120.0785973, 30.2679135 ], [ 120.0786064, 30.2678699 ], [ 120.0786753, 30.2678065 ], [ 120.078767, 30.2677391 ], [ 120.0789138, 30.2676599 ], [ 120.0790102, 30.2676361 ], [ 120.0791295, 30.2676242 ], [ 120.0793038, 30.2676282 ], [ 120.0794185, 30.2676123 ], [ 120.0795103, 30.2675687 ], [ 120.079625, 30.2673745 ], [ 120.0797168, 30.2672557 ], [ 120.0797397, 30.2671685 ], [ 120.0798452, 30.2671487 ], [ 120.0799462, 30.2671249 ], [ 120.0800104, 30.2670655 ], [ 120.080015, 30.2669743 ], [ 120.0799232, 30.2669585 ], [ 120.0799095, 30.2668951 ], [ 120.0798728, 30.2668554 ], [ 120.0797902, 30.2668594 ], [ 120.0796984, 30.2669069 ], [ 120.079625, 30.2669624 ], [ 120.0794874, 30.2669545 ], [ 120.0793864, 30.2669387 ], [ 120.0792442, 30.2669387 ], [ 120.0792075, 30.2668911 ], [ 120.0791157, 30.2668317 ], [ 120.0789918, 30.2668 ], [ 120.0789414, 30.2667801 ], [ 120.0789918, 30.2667564 ], [ 120.0789918, 30.2667009 ], [ 120.0789689, 30.2666335 ], [ 120.0788909, 30.2665345 ], [ 120.0787946, 30.266479 ], [ 120.0786615, 30.2664988 ], [ 120.0786248, 30.2665622 ], [ 120.0786569, 30.2666177 ], [ 120.0786982, 30.266689 ], [ 120.0785973, 30.2666375 ], [ 120.078415, 30.2666587 ], [ 120.0783759, 30.2666975 ], [ 120.0783312, 30.2668328 ], [ 120.0782566, 30.2669294 ], [ 120.0781372, 30.2669939 ], [ 120.078085, 30.2670325 ], [ 120.0780999, 30.2671098 ], [ 120.0780402, 30.2672065 ], [ 120.0778537, 30.2672773 ], [ 120.0777195, 30.2672129 ], [ 120.0776225, 30.2671936 ], [ 120.0776225, 30.2671292 ], [ 120.0776971, 30.2670519 ], [ 120.0776449, 30.2670003 ], [ 120.0775255, 30.2669617 ], [ 120.0773838, 30.2669037 ], [ 120.0772644, 30.2669294 ], [ 120.0771675, 30.2668972 ], [ 120.0770332, 30.2668843 ], [ 120.0769139, 30.2669166 ], [ 120.0769437, 30.2670068 ], [ 120.0770332, 30.2670583 ], [ 120.0770481, 30.2671292 ], [ 120.0769735, 30.2671743 ], [ 120.0768542, 30.2671936 ], [ 120.0767423, 30.2671356 ], [ 120.0766602, 30.2672258 ], [ 120.0766751, 30.2673547 ], [ 120.0767721, 30.2674577 ], [ 120.076884, 30.2675028 ], [ 120.077063, 30.2675544 ], [ 120.0772495, 30.2676188 ], [ 120.0773614, 30.2676639 ], [ 120.0775181, 30.2676381 ], [ 120.0776374, 30.2676381 ], [ 120.077712, 30.2676897 ], [ 120.0776374, 30.2677541 ], [ 120.077533, 30.2678572 ], [ 120.0774286, 30.2678894 ], [ 120.0773316, 30.267825 ], [ 120.0770108, 30.2678379 ], [ 120.0768722, 30.2681638 ], [ 120.0768513, 30.2683739 ], [ 120.0767749, 30.2684819 ], [ 120.0766915, 30.2684759 ], [ 120.0766637, 30.2683859 ], [ 120.0765664, 30.2683199 ], [ 120.0764552, 30.2683199 ], [ 120.076337, 30.2683979 ], [ 120.0763022, 30.268518 ], [ 120.0762119, 30.26865 ], [ 120.0763509, 30.2687401 ], [ 120.0764969, 30.2688241 ], [ 120.0765594, 30.2689201 ], [ 120.0766359, 30.2690102 ], [ 120.0765942, 30.2691002 ], [ 120.0764691, 30.2691723 ], [ 120.0763509, 30.2691482 ], [ 120.0762327, 30.2690882 ], [ 120.0761424, 30.2690642 ], [ 120.0760242, 30.2691062 ], [ 120.0760312, 30.2692323 ], [ 120.0760937, 30.2693163 ], [ 120.0762605, 30.2693944 ], [ 120.0763022, 30.2694724 ], [ 120.0763926, 30.2695744 ], [ 120.0763718, 30.2696705 ], [ 120.0763996, 30.2697905 ], [ 120.0762953, 30.2698566 ], [ 120.0761702, 30.2698206 ], [ 120.0760103, 30.2697725 ], [ 120.0759547, 30.2696885 ], [ 120.0758783, 30.2696285 ], [ 120.0757879, 30.2695804 ], [ 120.0757671, 30.2694664 ], [ 120.0757671, 30.2693583 ], [ 120.0757393, 30.2692803 ], [ 120.0758435, 30.2691302 ], [ 120.0760103, 30.268656 ], [ 120.0760242, 30.268584 ], [ 120.0761354, 30.2684879 ], [ 120.0761563, 30.2683439 ], [ 120.0760937, 30.2683019 ], [ 120.0758713, 30.2682598 ], [ 120.075774, 30.2683619 ], [ 120.0756906, 30.2683439 ], [ 120.0757254, 30.2682418 ], [ 120.0756698, 30.2681998 ], [ 120.0755377, 30.2681458 ], [ 120.0752819, 30.2684072 ], [ 120.0752262, 30.2683364 ], [ 120.0751104, 30.2682746 ], [ 120.0750282, 30.2679897 ], [ 120.0747454, 30.2679297 ], [ 120.0744813, 30.2678877 ], [ 120.074099, 30.2677796 ], [ 120.0739808, 30.2677376 ], [ 120.0739669, 30.2676716 ], [ 120.0739808, 30.2675455 ], [ 120.0740017, 30.2674735 ], [ 120.074245, 30.2675575 ], [ 120.0744048, 30.2675575 ], [ 120.0744604, 30.2675035 ], [ 120.0745855, 30.2671493 ], [ 120.0745577, 30.2671073 ], [ 120.0744465, 30.2670833 ], [ 120.074377, 30.2671493 ], [ 120.0742936, 30.2673594 ], [ 120.074238, 30.2673054 ], [ 120.0741199, 30.2673774 ], [ 120.0740434, 30.2673474 ], [ 120.074106, 30.2672394 ], [ 120.0740782, 30.2671913 ], [ 120.0740087, 30.2671793 ], [ 120.0739322, 30.2672093 ], [ 120.073821, 30.2673354 ], [ 120.0736959, 30.2676716 ], [ 120.0736681, 30.2678576 ], [ 120.0734874, 30.2681038 ], [ 120.0733484, 30.2683559 ], [ 120.0731885, 30.2687641 ], [ 120.0730148, 30.2691542 ], [ 120.0724448, 30.2704148 ], [ 120.0724518, 30.2705109 ] ], [ [ 120.0726522, 30.2701699 ], [ 120.0728211, 30.2698682 ], [ 120.0729142, 30.2698532 ], [ 120.0729725, 30.2698733 ], [ 120.073019, 30.2699487 ], [ 120.0730249, 30.2700342 ], [ 120.0730132, 30.2701146 ], [ 120.0729783, 30.2702001 ], [ 120.0729142, 30.2702554 ], [ 120.072792, 30.2703208 ], [ 120.0726872, 30.2703309 ], [ 120.0726173, 30.2703007 ], [ 120.0726173, 30.2702605 ], [ 120.0726522, 30.2701699 ] ], [ [ 120.0731704, 30.2706778 ], [ 120.0734033, 30.2701347 ], [ 120.0734441, 30.2699789 ], [ 120.0735081, 30.2697978 ], [ 120.0735372, 30.2697073 ], [ 120.0736013, 30.2696922 ], [ 120.073677, 30.2696973 ], [ 120.0737061, 30.2697375 ], [ 120.0736362, 30.2697828 ], [ 120.0735838, 30.2699587 ], [ 120.0734557, 30.2703107 ], [ 120.073415, 30.2705119 ], [ 120.0733567, 30.2706175 ], [ 120.0733218, 30.2706828 ], [ 120.0732345, 30.2708287 ], [ 120.0731588, 30.2707935 ], [ 120.0731588, 30.2707231 ], [ 120.0731704, 30.2706778 ] ], [ [ 120.0733742, 30.2707784 ], [ 120.073479, 30.270713 ], [ 120.0734848, 30.2706326 ], [ 120.0735314, 30.2705672 ], [ 120.0736828, 30.2702353 ], [ 120.0737294, 30.2700945 ], [ 120.0738458, 30.2697626 ], [ 120.0739157, 30.2697325 ], [ 120.0740263, 30.2697425 ], [ 120.074102, 30.2697828 ], [ 120.0741369, 30.2698532 ], [ 120.0741253, 30.2699738 ], [ 120.0740205, 30.2702001 ], [ 120.0739331, 30.2703107 ], [ 120.0737643, 30.2703661 ], [ 120.0736537, 30.270532 ], [ 120.0735023, 30.270879 ], [ 120.0734557, 30.2709594 ], [ 120.07338, 30.2709091 ], [ 120.0733451, 30.2708488 ], [ 120.0733742, 30.2707784 ] ], [ [ 120.0736129, 30.270884 ], [ 120.0737526, 30.2704867 ], [ 120.0738109, 30.2704515 ], [ 120.0738924, 30.2704465 ], [ 120.0739098, 30.2705068 ], [ 120.0738691, 30.2705974 ], [ 120.0737934, 30.2706979 ], [ 120.0737643, 30.2708086 ], [ 120.073677, 30.2710248 ], [ 120.0735954, 30.2710248 ], [ 120.073578, 30.2709644 ], [ 120.0736129, 30.270884 ] ], [ [ 120.0739506, 30.270884 ], [ 120.0740263, 30.2708488 ], [ 120.0740496, 30.2707432 ], [ 120.0740845, 30.2705571 ], [ 120.0741311, 30.2705018 ], [ 120.0742417, 30.2705119 ], [ 120.0742766, 30.2705672 ], [ 120.0742475, 30.2707532 ], [ 120.0741602, 30.2709845 ], [ 120.0741194, 30.2710751 ], [ 120.0739622, 30.2710449 ], [ 120.0739215, 30.2709745 ], [ 120.0739506, 30.270884 ] ], [ [ 120.0746726, 30.2706124 ], [ 120.0747424, 30.2705672 ], [ 120.074789, 30.2705923 ], [ 120.0747832, 30.2706728 ], [ 120.0746551, 30.2711002 ], [ 120.0745969, 30.2711555 ], [ 120.0745386, 30.2711002 ], [ 120.0745386, 30.2710348 ], [ 120.0746726, 30.2706124 ] ], [ [ 120.0747715, 30.2711052 ], [ 120.0749287, 30.2705974 ], [ 120.074987, 30.2706175 ], [ 120.0748356, 30.2711455 ], [ 120.0747832, 30.2711807 ], [ 120.0747599, 30.2711455 ], [ 120.0747715, 30.2711052 ] ] ], [ [ [ 120.0739569, 30.2669736 ], [ 120.0739841, 30.2670533 ], [ 120.0741036, 30.2670862 ], [ 120.0742068, 30.2670908 ], [ 120.0742557, 30.2670252 ], [ 120.0743644, 30.266814 ], [ 120.0743698, 30.2666874 ], [ 120.0744458, 30.266556 ], [ 120.0744839, 30.2664528 ], [ 120.0744513, 30.2664058 ], [ 120.0742992, 30.2663542 ], [ 120.074234, 30.2663589 ], [ 120.0741851, 30.266434 ], [ 120.0741308, 30.2666029 ], [ 120.0740004, 30.2668093 ], [ 120.0739569, 30.2669173 ], [ 120.0739569, 30.2669736 ] ] ], [ [ [ 120.074298, 30.266285 ], [ 120.0743751, 30.2663042 ], [ 120.0744725, 30.2662894 ], [ 120.0745355, 30.2662399 ], [ 120.0745584, 30.2661607 ], [ 120.0746672, 30.2657401 ], [ 120.0747074, 30.2656313 ], [ 120.0747876, 30.2655818 ], [ 120.0748563, 30.2655768 ], [ 120.0749365, 30.2656115 ], [ 120.0749422, 30.2657055 ], [ 120.0748879, 30.2657442 ], [ 120.0748118, 30.2657705 ], [ 120.0747814, 30.2658493 ], [ 120.0747256, 30.265972 ], [ 120.0745886, 30.2664979 ], [ 120.0745125, 30.2667126 ], [ 120.0744821, 30.2668484 ], [ 120.0744668, 30.2669492 ], [ 120.0745277, 30.2669887 ], [ 120.0746343, 30.2670018 ], [ 120.0747053, 30.2669536 ], [ 120.0747002, 30.266866 ], [ 120.074751, 30.2668222 ], [ 120.0748372, 30.2668484 ], [ 120.0748727, 30.2669054 ], [ 120.0749032, 30.2669668 ], [ 120.0748727, 30.2670369 ], [ 120.0748017, 30.2671377 ], [ 120.0746749, 30.2675715 ], [ 120.0747154, 30.2676503 ], [ 120.0746393, 30.2677818 ], [ 120.0746901, 30.2678256 ], [ 120.0747662, 30.2678169 ], [ 120.0748118, 30.2677555 ], [ 120.074893, 30.2676328 ], [ 120.0751112, 30.2670675 ], [ 120.075167, 30.267015 ], [ 120.0752177, 30.2669668 ], [ 120.0752837, 30.2670018 ], [ 120.0752634, 30.2670895 ], [ 120.0752228, 30.2672165 ], [ 120.0750807, 30.2676547 ], [ 120.0750858, 30.2677424 ], [ 120.075101, 30.2678169 ], [ 120.0751518, 30.2678475 ], [ 120.0751974, 30.2678957 ], [ 120.0752532, 30.2678563 ], [ 120.0752989, 30.2677643 ], [ 120.0753598, 30.2676503 ], [ 120.0753953, 30.2675496 ], [ 120.0754156, 30.2674751 ], [ 120.0754359, 30.2674006 ], [ 120.0754816, 30.2672647 ], [ 120.0755221, 30.2671464 ], [ 120.0755221, 30.2670369 ], [ 120.075578, 30.2669887 ], [ 120.0756642, 30.2670325 ], [ 120.0757251, 30.2670895 ], [ 120.0758063, 30.2670938 ], [ 120.0758671, 30.2670763 ], [ 120.0759889, 30.2670807 ], [ 120.0761005, 30.2670938 ], [ 120.076131, 30.2671464 ], [ 120.076136, 30.2672297 ], [ 120.0761969, 30.2672604 ], [ 120.0762387, 30.2672733 ], [ 120.0762811, 30.2672647 ], [ 120.0763035, 30.2672496 ], [ 120.076316, 30.2672324 ], [ 120.0763309, 30.2671807 ], [ 120.0763832, 30.2671721 ], [ 120.0763897, 30.2671946 ], [ 120.0764557, 30.2671639 ], [ 120.0765013, 30.2671114 ], [ 120.0765977, 30.2669887 ], [ 120.0766231, 30.2668879 ], [ 120.0766434, 30.2668002 ], [ 120.0766282, 30.2667389 ], [ 120.0766789, 30.2666644 ], [ 120.0768007, 30.266625 ], [ 120.076963, 30.2666425 ], [ 120.0772725, 30.2667477 ], [ 120.0773385, 30.2668002 ], [ 120.0774806, 30.2668222 ], [ 120.0776378, 30.2668747 ], [ 120.0778306, 30.2669405 ], [ 120.0779676, 30.2669624 ], [ 120.0780589, 30.2669492 ], [ 120.0781807, 30.2669054 ], [ 120.0782619, 30.2668353 ], [ 120.0783088, 30.2666911 ], [ 120.0782339, 30.2665936 ], [ 120.0781436, 30.2665643 ], [ 120.0779461, 30.2665254 ], [ 120.0778333, 30.2664815 ], [ 120.0776753, 30.266462 ], [ 120.0774496, 30.2664425 ], [ 120.0770715, 30.2663938 ], [ 120.0767556, 30.2663012 ], [ 120.076733, 30.2661696 ], [ 120.0766991, 30.2661257 ], [ 120.0766314, 30.2661014 ], [ 120.0765637, 30.2661063 ], [ 120.0765017, 30.2661745 ], [ 120.0764283, 30.2663938 ], [ 120.076338, 30.2663938 ], [ 120.0762703, 30.2664766 ], [ 120.0761913, 30.2666911 ], [ 120.0761405, 30.2667983 ], [ 120.0760221, 30.2668567 ], [ 120.0758641, 30.2668616 ], [ 120.0757286, 30.2668421 ], [ 120.0755819, 30.2667885 ], [ 120.0755086, 30.2667544 ], [ 120.0754465, 30.2667495 ], [ 120.0753845, 30.2667105 ], [ 120.0752773, 30.2666618 ], [ 120.0751376, 30.2666034 ], [ 120.0750015, 30.2666034 ], [ 120.0749002, 30.2665953 ], [ 120.0748426, 30.2665999 ], [ 120.0747997, 30.2665947 ], [ 120.0747735, 30.2665785 ], [ 120.0747648, 30.2665559 ], [ 120.0747675, 30.2665096 ], [ 120.0747903, 30.266447 ], [ 120.0748506, 30.2663173 ], [ 120.0748748, 30.2662235 ], [ 120.0749029, 30.2661505 ], [ 120.0749445, 30.2660277 ], [ 120.0749592, 30.2659964 ], [ 120.0749888, 30.265964 ], [ 120.0750142, 30.265946 ], [ 120.0750518, 30.2659339 ], [ 120.0750799, 30.2659455 ], [ 120.0750907, 30.2659652 ], [ 120.075092, 30.2659987 ], [ 120.0750826, 30.2660636 ], [ 120.0750731, 30.2661343 ], [ 120.0750867, 30.2662223 ], [ 120.0751255, 30.2663103 ], [ 120.0751658, 30.2663845 ], [ 120.0752152, 30.2664523 ], [ 120.0752829, 30.2665156 ], [ 120.0753619, 30.2665643 ], [ 120.0754691, 30.2665254 ], [ 120.0755199, 30.266462 ], [ 120.0755707, 30.2663938 ], [ 120.0756214, 30.2663304 ], [ 120.0756271, 30.2662573 ], [ 120.0757456, 30.2662427 ], [ 120.0757625, 30.2663158 ], [ 120.0756891, 30.2664376 ], [ 120.0756891, 30.2665254 ], [ 120.0756891, 30.266618 ], [ 120.0756779, 30.2667154 ], [ 120.0757399, 30.2667447 ], [ 120.0758133, 30.2667154 ], [ 120.0758415, 30.2666472 ], [ 120.0758754, 30.26654 ], [ 120.0759036, 30.266423 ], [ 120.0759769, 30.2663499 ], [ 120.0760503, 30.2663158 ], [ 120.0762083, 30.2662768 ], [ 120.0762703, 30.2662281 ], [ 120.0763211, 30.2661404 ], [ 120.0762929, 30.2660526 ], [ 120.0762139, 30.2659747 ], [ 120.0761857, 30.2659162 ], [ 120.076197, 30.2658333 ], [ 120.07618, 30.2657554 ], [ 120.0760841, 30.2656871 ], [ 120.0759543, 30.2656579 ], [ 120.0758415, 30.2656433 ], [ 120.0756779, 30.2655945 ], [ 120.0755481, 30.2655604 ], [ 120.0754127, 30.2655409 ], [ 120.0753153, 30.2655229 ], [ 120.0752207, 30.2654805 ], [ 120.0751526, 30.2654543 ], [ 120.0751639, 30.2654184 ], [ 120.0752547, 30.2654249 ], [ 120.0753342, 30.2654641 ], [ 120.0754136, 30.2654935 ], [ 120.075565, 30.2655066 ], [ 120.0756672, 30.2654968 ], [ 120.075705, 30.2654478 ], [ 120.0757201, 30.2653955 ], [ 120.0757152, 30.2653329 ], [ 120.0752739, 30.2651933 ], [ 120.07489, 30.2650228 ], [ 120.0746655, 30.2651607 ], [ 120.0746004, 30.2652467 ], [ 120.0745009, 30.2653922 ], [ 120.0744205, 30.265584 ], [ 120.0743822, 30.2657163 ], [ 120.074386, 30.2658122 ], [ 120.0743669, 30.2659246 ], [ 120.0742903, 30.2661759 ], [ 120.0742788, 30.266242 ], [ 120.074298, 30.266285 ] ] ], [ [ [ 120.0754617, 30.267865 ], [ 120.0755214, 30.2678931 ], [ 120.0755975, 30.2679072 ], [ 120.0756681, 30.2678885 ], [ 120.075717, 30.2678509 ], [ 120.0757876, 30.2677571 ], [ 120.0757659, 30.2676867 ], [ 120.075755, 30.2676069 ], [ 120.0757007, 30.2675506 ], [ 120.0756138, 30.267546 ], [ 120.0755269, 30.2675741 ], [ 120.0755051, 30.2676304 ], [ 120.0754834, 30.2676773 ], [ 120.0754508, 30.2677289 ], [ 120.0754237, 30.2677993 ], [ 120.0754617, 30.267865 ] ] ], [ [ [ 120.0757656, 30.2655883 ], [ 120.0758261, 30.2656046 ], [ 120.0760872, 30.2656406 ], [ 120.0761742, 30.2657027 ], [ 120.0762272, 30.265755 ], [ 120.0762461, 30.2658432 ], [ 120.0762612, 30.265902 ], [ 120.0763445, 30.2659413 ], [ 120.0764088, 30.2659805 ], [ 120.0764694, 30.266036 ], [ 120.0765299, 30.2660458 ], [ 120.0766094, 30.2660458 ], [ 120.0766888, 30.2660655 ], [ 120.0768023, 30.2661177 ], [ 120.0768742, 30.2662354 ], [ 120.0769348, 30.2662681 ], [ 120.0770218, 30.2662713 ], [ 120.0772299, 30.2662452 ], [ 120.0773056, 30.2661929 ], [ 120.0773245, 30.2661145 ], [ 120.077317, 30.2660262 ], [ 120.0772791, 30.2659445 ], [ 120.0772753, 30.2658857 ], [ 120.0773018, 30.2658007 ], [ 120.0773737, 30.26567 ], [ 120.0773813, 30.2656406 ], [ 120.0773813, 30.2656112 ], [ 120.0773229, 30.2655446 ], [ 120.0769825, 30.2655032 ], [ 120.076698, 30.265506 ], [ 120.0762519, 30.2654771 ], [ 120.0758187, 30.2653624 ], [ 120.0757807, 30.2654053 ], [ 120.0757466, 30.2654674 ], [ 120.0757315, 30.2655524 ], [ 120.0757656, 30.2655883 ] ] ], [ [ [ 120.0758582, 30.26756 ], [ 120.0759071, 30.2675882 ], [ 120.0759615, 30.2675647 ], [ 120.0759615, 30.2675272 ], [ 120.0759343, 30.2674803 ], [ 120.07588, 30.2674803 ], [ 120.0758528, 30.2675178 ], [ 120.0758582, 30.26756 ] ] ], [ [ [ 120.075918, 30.2680808 ], [ 120.0759615, 30.2681137 ], [ 120.0760429, 30.2681418 ], [ 120.0761401, 30.2681206 ], [ 120.0761721, 30.2680745 ], [ 120.0761668, 30.2680055 ], [ 120.0761987, 30.2678905 ], [ 120.0762627, 30.2679043 ], [ 120.0764065, 30.2679273 ], [ 120.076529, 30.2679273 ], [ 120.0766196, 30.2679135 ], [ 120.0766782, 30.2678353 ], [ 120.0766622, 30.2677525 ], [ 120.0765663, 30.2676972 ], [ 120.0764544, 30.2676972 ], [ 120.0764598, 30.2676144 ], [ 120.0764171, 30.267527 ], [ 120.0764704, 30.2674672 ], [ 120.076513, 30.2673936 ], [ 120.0764757, 30.2673384 ], [ 120.0764012, 30.2673476 ], [ 120.0764012, 30.2674028 ], [ 120.0763363, 30.2674568 ], [ 120.0762602, 30.2674193 ], [ 120.0761625, 30.2673864 ], [ 120.0760592, 30.2674334 ], [ 120.0760429, 30.2675037 ], [ 120.0760484, 30.2675882 ], [ 120.0760321, 30.2676586 ], [ 120.0759669, 30.2677524 ], [ 120.075956, 30.2678322 ], [ 120.0759234, 30.2679354 ], [ 120.0759017, 30.2680245 ], [ 120.075918, 30.2680808 ] ] ], [ [ [ 120.0773906, 30.2663561 ], [ 120.0775328, 30.2663799 ], [ 120.0776842, 30.2663918 ], [ 120.0777989, 30.2663918 ], [ 120.0779045, 30.2664195 ], [ 120.0780008, 30.2664631 ], [ 120.0780926, 30.2664988 ], [ 120.0781614, 30.266475 ], [ 120.0781568, 30.2664354 ], [ 120.0780559, 30.2663799 ], [ 120.0779412, 30.2663244 ], [ 120.0778035, 30.2662808 ], [ 120.0776934, 30.2662571 ], [ 120.0775695, 30.2662412 ], [ 120.0774869, 30.2662412 ], [ 120.0774135, 30.2662571 ], [ 120.0773447, 30.2662927 ], [ 120.0773309, 30.2663363 ], [ 120.0773906, 30.2663561 ] ] ], [ [ [ 120.077404, 30.2659478 ], [ 120.0774494, 30.2659903 ], [ 120.0774948, 30.2661635 ], [ 120.0775289, 30.2661798 ], [ 120.0776008, 30.2661896 ], [ 120.0776764, 30.2661831 ], [ 120.0777673, 30.2661733 ], [ 120.0778278, 30.2661439 ], [ 120.0779224, 30.2661504 ], [ 120.0780094, 30.2662648 ], [ 120.0781078, 30.2663204 ], [ 120.0781986, 30.2663432 ], [ 120.0783046, 30.2663171 ], [ 120.0783386, 30.266425 ], [ 120.0784105, 30.2664478 ], [ 120.0785103, 30.2664059 ], [ 120.0785676, 30.2664182 ], [ 120.078668, 30.2663935 ], [ 120.0788257, 30.2663563 ], [ 120.0789357, 30.2663357 ], [ 120.0790312, 30.2663398 ], [ 120.079079, 30.2663027 ], [ 120.0790982, 30.2662407 ], [ 120.0791316, 30.2661541 ], [ 120.0791555, 30.2660385 ], [ 120.0791364, 30.2659724 ], [ 120.0791221, 30.2659064 ], [ 120.0790647, 30.2658775 ], [ 120.0790551, 30.2658197 ], [ 120.0790623, 30.2657441 ], [ 120.0786689, 30.2657094 ], [ 120.0785616, 30.2656154 ], [ 120.0782479, 30.2656354 ], [ 120.0777621, 30.2656143 ], [ 120.0776802, 30.2656243 ], [ 120.0775516, 30.2656112 ], [ 120.0775024, 30.2656406 ], [ 120.0774267, 30.2657158 ], [ 120.0773926, 30.265804 ], [ 120.0773699, 30.2658955 ], [ 120.077404, 30.2659478 ] ] ], [ [ [ 120.0791507, 30.2658527 ], [ 120.079189, 30.265894 ], [ 120.079232, 30.2658857 ], [ 120.0792362, 30.2658088 ], [ 120.0791882, 30.2657615 ], [ 120.0791338, 30.265754 ], [ 120.0791507, 30.2658527 ] ] ], [ [ [ 120.0791699, 30.2663027 ], [ 120.0792224, 30.2663398 ], [ 120.0792607, 30.2664141 ], [ 120.0792607, 30.2665049 ], [ 120.0792846, 30.2665999 ], [ 120.0794423, 30.2666412 ], [ 120.0795379, 30.2666412 ], [ 120.0796526, 30.2666618 ], [ 120.0797768, 30.2666783 ], [ 120.0798916, 30.2666701 ], [ 120.0802882, 30.2665091 ], [ 120.0805272, 30.2663811 ], [ 120.0805607, 30.266315 ], [ 120.0805655, 30.266249 ], [ 120.0805416, 30.2661623 ], [ 120.0805081, 30.2660756 ], [ 120.0805033, 30.266022 ], [ 120.0804555, 30.2659848 ], [ 120.0803905, 30.2658908 ], [ 120.080223, 30.2657794 ], [ 120.0799491, 30.2657314 ], [ 120.0796611, 30.2657568 ], [ 120.0793287, 30.2657348 ], [ 120.0793149, 30.2658863 ], [ 120.0792463, 30.2659766 ], [ 120.0792129, 30.2660632 ], [ 120.0791985, 30.2661541 ], [ 120.0791603, 30.2662366 ], [ 120.0791699, 30.2663027 ] ] ], [ [ [ 120.0798417, 30.2712736 ], [ 120.0799231, 30.2712675 ], [ 120.0800715, 30.2706477 ], [ 120.0800468, 30.2705439 ], [ 120.0799478, 30.2705378 ], [ 120.0799301, 30.270608 ], [ 120.0798842, 30.2708492 ], [ 120.0797675, 30.2712522 ], [ 120.0798417, 30.2712736 ] ] ], [ [ [ 120.0800079, 30.2715148 ], [ 120.0801422, 30.27153 ], [ 120.0801953, 30.2715056 ], [ 120.0802589, 30.271182 ], [ 120.0803481, 30.2711283 ], [ 120.0803204, 30.2709816 ], [ 120.0803033, 30.2708669 ], [ 120.080299, 30.2707818 ], [ 120.0803333, 30.2706264 ], [ 120.0803804, 30.2704821 ], [ 120.0804061, 30.2703748 ], [ 120.0804661, 30.2702119 ], [ 120.0804746, 30.2700861 ], [ 120.0804918, 30.2699529 ], [ 120.0805092, 30.2697956 ], [ 120.0804692, 30.2697917 ], [ 120.0804187, 30.2698433 ], [ 120.0803499, 30.2699582 ], [ 120.080327, 30.2701286 ], [ 120.0802719, 30.270299 ], [ 120.0802398, 30.2704297 ], [ 120.0801882, 30.2704767 ], [ 120.08022, 30.2705897 ], [ 120.0800008, 30.2714751 ], [ 120.0800079, 30.2715148 ] ] ], [ [ [ 120.0808713, 30.266055 ], [ 120.0809478, 30.266088 ], [ 120.0810338, 30.2660715 ], [ 120.0810912, 30.2660632 ], [ 120.0813827, 30.266022 ], [ 120.0814401, 30.2659683 ], [ 120.0814665, 30.2659059 ], [ 120.0813556, 30.2658322 ], [ 120.0808837, 30.2658554 ], [ 120.0808427, 30.2659559 ], [ 120.0808713, 30.266055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0823783, 30.2672351 ], [ 120.0833182, 30.2672923 ], [ 120.0834466, 30.2673424 ], [ 120.0834963, 30.2674032 ], [ 120.0835252, 30.2674532 ], [ 120.0836494, 30.2674926 ], [ 120.0837571, 30.2675426 ], [ 120.0838192, 30.2675998 ], [ 120.0838482, 30.2676678 ], [ 120.0838709, 30.2677443 ], [ 120.0838997, 30.2677987 ], [ 120.08394, 30.2678578 ], [ 120.0839788, 30.2679418 ], [ 120.0839931, 30.2681183 ], [ 120.0839351, 30.2683722 ], [ 120.0839103, 30.2684044 ], [ 120.0838867, 30.2684263 ], [ 120.0838523, 30.2684581 ], [ 120.0838151, 30.2685868 ], [ 120.0837215, 30.2690848 ], [ 120.0836822, 30.2691938 ], [ 120.0836443, 30.2692197 ], [ 120.0835636, 30.2692848 ], [ 120.0834831, 30.2693389 ], [ 120.0833955, 30.2693661 ], [ 120.0832957, 30.2693461 ], [ 120.083277, 30.2693311 ], [ 120.0832576, 30.2692891 ], [ 120.083248, 30.2692143 ], [ 120.0832486, 30.2691806 ], [ 120.0832562, 30.2691525 ], [ 120.083254, 30.2691365 ], [ 120.0832386, 30.2691313 ], [ 120.0832023, 30.2691482 ], [ 120.0831505, 30.2691716 ], [ 120.0830905, 30.2691947 ], [ 120.0831106, 30.2692419 ], [ 120.0831331, 30.2693375 ], [ 120.083136, 30.26942 ], [ 120.083136, 30.2694808 ], [ 120.0831981, 30.2695308 ], [ 120.0833058, 30.2695487 ], [ 120.0835873, 30.2695559 ], [ 120.0835759, 30.2694521 ], [ 120.0835832, 30.2694343 ], [ 120.0836329, 30.2693878 ], [ 120.083681, 30.2693787 ], [ 120.0838362, 30.269378 ], [ 120.0838958, 30.2693777 ], [ 120.0839613, 30.2693717 ], [ 120.0839822, 30.2693574 ], [ 120.0839835, 30.2693348 ], [ 120.0839644, 30.2693192 ], [ 120.0838133, 30.2692628 ], [ 120.083788, 30.269235 ], [ 120.0837865, 30.269213 ], [ 120.0838144, 30.2691161 ], [ 120.0839062, 30.2685725 ], [ 120.0839269, 30.2684902 ], [ 120.0840097, 30.2684259 ], [ 120.0840345, 30.2683365 ], [ 120.0840842, 30.2682793 ], [ 120.0841629, 30.2682828 ], [ 120.0842125, 30.2683401 ], [ 120.0842871, 30.2683687 ], [ 120.0843657, 30.2683329 ], [ 120.0843782, 30.2682757 ], [ 120.0843533, 30.2682256 ], [ 120.0843202, 30.2681613 ], [ 120.0843078, 30.2681312 ], [ 120.0842876, 30.2681115 ], [ 120.0842705, 30.2681028 ], [ 120.0842129, 30.26811 ], [ 120.0841807, 30.2681164 ], [ 120.0841408, 30.2681294 ], [ 120.0841089, 30.2681297 ], [ 120.0840756, 30.2681164 ], [ 120.0840647, 30.2680895 ], [ 120.0840493, 30.2680478 ], [ 120.0840352, 30.2680066 ], [ 120.0840291, 30.2679453 ], [ 120.084013, 30.2678436 ], [ 120.0839879, 30.2677927 ], [ 120.0839681, 30.2677761 ], [ 120.0839514, 30.2677605 ], [ 120.0839426, 30.2677234 ], [ 120.08394, 30.2676441 ], [ 120.0839138, 30.2675503 ], [ 120.0838783, 30.2675063 ], [ 120.0837405, 30.2674246 ], [ 120.0836287, 30.2673638 ], [ 120.0834867, 30.2673198 ], [ 120.0833653, 30.2672798 ], [ 120.0832848, 30.2672567 ], [ 120.0831816, 30.2672458 ], [ 120.0823452, 30.2671743 ], [ 120.0823369, 30.2672136 ], [ 120.0823783, 30.2672351 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0834577, 30.2685358 ], [ 120.0835882, 30.2685413 ], [ 120.0836041, 30.2685056 ], [ 120.0836073, 30.2684698 ], [ 120.0835978, 30.2684341 ], [ 120.0835659, 30.2684203 ], [ 120.0835055, 30.2684478 ], [ 120.0834482, 30.2684808 ], [ 120.0834577, 30.2685358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1125396, 30.1935669 ], [ 120.1125472, 30.1936374 ], [ 120.1125947, 30.1937031 ], [ 120.1126478, 30.1937588 ], [ 120.1126706, 30.1938015 ], [ 120.1126649, 30.1938557 ], [ 120.1126288, 30.1938901 ], [ 120.1126174, 30.193959 ], [ 120.1126535, 30.1940312 ], [ 120.1127124, 30.1940493 ], [ 120.1127617, 30.1940214 ], [ 120.1128187, 30.1940198 ], [ 120.112887, 30.1940214 ], [ 120.1128642, 30.1939459 ], [ 120.1128566, 30.1938918 ], [ 120.1129098, 30.1938343 ], [ 120.1128946, 30.1937506 ], [ 120.112887, 30.1936949 ], [ 120.1129079, 30.1936407 ], [ 120.1129744, 30.1936177 ], [ 120.1130351, 30.1936374 ], [ 120.1130807, 30.1936965 ], [ 120.1130294, 30.1937654 ], [ 120.1130199, 30.1938343 ], [ 120.1130313, 30.1939246 ], [ 120.1130541, 30.1939771 ], [ 120.1130883, 30.1939984 ], [ 120.1131585, 30.1939738 ], [ 120.1132269, 30.1939574 ], [ 120.1132819, 30.1939229 ], [ 120.1133199, 30.1938704 ], [ 120.1133465, 30.1938048 ], [ 120.113356, 30.1937342 ], [ 120.1133446, 30.1936653 ], [ 120.1133541, 30.1936095 ], [ 120.1133711, 30.1935505 ], [ 120.1133654, 30.1934897 ], [ 120.113337, 30.1934553 ], [ 120.11328, 30.1934438 ], [ 120.1132174, 30.1934471 ], [ 120.1131452, 30.1934881 ], [ 120.1131035, 30.1935406 ], [ 120.1130522, 30.1935685 ], [ 120.1129933, 30.1935685 ], [ 120.1129402, 30.1935422 ], [ 120.1129174, 30.1934832 ], [ 120.1128908, 30.1934372 ], [ 120.1128396, 30.1934093 ], [ 120.1127484, 30.1934126 ], [ 120.1126668, 30.1934225 ], [ 120.1126004, 30.1934438 ], [ 120.1125396, 30.1934979 ], [ 120.1125396, 30.1935669 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1262872, 30.2255286 ], [ 120.1263462, 30.2255796 ], [ 120.1263945, 30.2255726 ], [ 120.1264374, 30.2256468 ], [ 120.1265045, 30.2256375 ], [ 120.1266439, 30.2257024 ], [ 120.1267228, 30.2258075 ], [ 120.1267217, 30.2258623 ], [ 120.1267781, 30.225904 ], [ 120.1269068, 30.2259156 ], [ 120.126991, 30.2258376 ], [ 120.1269347, 30.2257681 ], [ 120.1269122, 30.2257163 ], [ 120.1269669, 30.2256545 ], [ 120.1269106, 30.225585 ], [ 120.1268719, 30.2255541 ], [ 120.1268719, 30.2255008 ], [ 120.126865, 30.2254529 ], [ 120.1267469, 30.2254042 ], [ 120.1266853, 30.2254413 ], [ 120.1266089, 30.225467 ], [ 120.1265167, 30.2254868 ], [ 120.1264385, 30.225439 ], [ 120.12635, 30.2254436 ], [ 120.1262738, 30.2254452 ], [ 120.1262872, 30.2255286 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1268639, 30.2267175 ], [ 120.1269964, 30.2266465 ], [ 120.1270677, 30.226648 ], [ 120.1272153, 30.226648 ], [ 120.1272796, 30.22659 ], [ 120.1273708, 30.2265993 ], [ 120.1273467, 30.2265274 ], [ 120.1274309, 30.2264773 ], [ 120.1274352, 30.2263606 ], [ 120.1272984, 30.2262169 ], [ 120.1271455, 30.226247 ], [ 120.127101, 30.2262733 ], [ 120.1269427, 30.2262409 ], [ 120.1268247, 30.2263243 ], [ 120.1267657, 30.2263707 ], [ 120.1267727, 30.2264394 ], [ 120.1267673, 30.2265692 ], [ 120.1267861, 30.2266086 ], [ 120.126762, 30.2266665 ], [ 120.1268639, 30.2267175 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1258602, 30.2266624 ], [ 120.1259118, 30.2267162 ], [ 120.1259547, 30.2267371 ], [ 120.1259896, 30.2267632 ], [ 120.1260312, 30.226769 ], [ 120.1260754, 30.2267962 ], [ 120.1261096, 30.2267921 ], [ 120.126176, 30.2267493 ], [ 120.1261908, 30.2267087 ], [ 120.1261747, 30.2266461 ], [ 120.1261445, 30.2265841 ], [ 120.1261264, 30.2265372 ], [ 120.1261003, 30.2265007 ], [ 120.12606, 30.2264347 ], [ 120.1260426, 30.2264306 ], [ 120.1260258, 30.2264376 ], [ 120.1260144, 30.2264758 ], [ 120.1260164, 30.2265407 ], [ 120.1259916, 30.2265749 ], [ 120.1259594, 30.2265952 ], [ 120.1258944, 30.226616 ], [ 120.1258595, 30.2266334 ], [ 120.1258602, 30.2266624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1105447, 30.2268224 ], [ 120.1105922, 30.2268521 ], [ 120.1106384, 30.2268817 ], [ 120.1106292, 30.2269227 ], [ 120.1106358, 30.2269752 ], [ 120.1106371, 30.2270356 ], [ 120.1106384, 30.2270915 ], [ 120.1106727, 30.2270755 ], [ 120.1107255, 30.2270812 ], [ 120.1107822, 30.2270823 ], [ 120.110744, 30.2270424 ], [ 120.1107347, 30.2270105 ], [ 120.11074, 30.2269467 ], [ 120.1107506, 30.2269091 ], [ 120.1108007, 30.2268863 ], [ 120.1108561, 30.2269216 ], [ 120.1108997, 30.2268897 ], [ 120.1108852, 30.2268407 ], [ 120.1108548, 30.2267951 ], [ 120.1108429, 30.2267506 ], [ 120.1108218, 30.2267153 ], [ 120.1107585, 30.2266868 ], [ 120.1106965, 30.2266845 ], [ 120.1106292, 30.2266925 ], [ 120.1105659, 30.2267255 ], [ 120.1105434, 30.2267745 ], [ 120.1105447, 30.2268224 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1262526, 30.2303931 ], [ 120.1263827, 30.2303743 ], [ 120.1263501, 30.2301901 ], [ 120.1262128, 30.2302057 ], [ 120.1262526, 30.2303931 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1139915, 30.232368 ], [ 120.1140312, 30.2324156 ], [ 120.114082, 30.2324577 ], [ 120.1141415, 30.2325071 ], [ 120.1142033, 30.2324918 ], [ 120.1142893, 30.2324346 ], [ 120.1144238, 30.2323337 ], [ 120.1144238, 30.2322975 ], [ 120.1143488, 30.2322422 ], [ 120.1142628, 30.2322003 ], [ 120.1142077, 30.2321946 ], [ 120.1141437, 30.2322022 ], [ 120.1140643, 30.2322403 ], [ 120.114007, 30.2322822 ], [ 120.1139849, 30.2323222 ], [ 120.1139915, 30.232368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1268572, 30.2329475 ], [ 120.1269059, 30.2328929 ], [ 120.1268356, 30.2328524 ], [ 120.1267941, 30.2329054 ], [ 120.1268572, 30.2329475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1182023, 30.2337883 ], [ 120.1182048, 30.2338191 ], [ 120.1182698, 30.2338295 ], [ 120.1183011, 30.2338128 ], [ 120.1183709, 30.233844 ], [ 120.1183891, 30.233859 ], [ 120.1184239, 30.2338877 ], [ 120.1184697, 30.233869 ], [ 120.1184817, 30.233817 ], [ 120.1184889, 30.2337691 ], [ 120.1184865, 30.2337358 ], [ 120.1183324, 30.2335902 ], [ 120.1182891, 30.2335611 ], [ 120.1182072, 30.2336526 ], [ 120.1181976, 30.2337317 ], [ 120.1182023, 30.2337883 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1161808, 30.2343071 ], [ 120.1162881, 30.2343187 ], [ 120.1163525, 30.2342075 ], [ 120.1161983, 30.2340784 ], [ 120.1161004, 30.2342376 ], [ 120.1161808, 30.2343071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0658233, 30.1827695 ], [ 120.0664328, 30.1827921 ], [ 120.066836, 30.1828367 ], [ 120.0669, 30.1829146 ], [ 120.0672669, 30.1834572 ], [ 120.0674377, 30.1833965 ], [ 120.0670562, 30.1827309 ], [ 120.0664341, 30.1822245 ], [ 120.0657866, 30.1823836 ], [ 120.0658233, 30.1827695 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "碧龙潭水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0686227, 30.197227 ], [ 120.0687964, 30.1971822 ], [ 120.0690585, 30.1971211 ], [ 120.0691752, 30.197139 ], [ 120.0692293, 30.1972389 ], [ 120.0693112, 30.1971646 ], [ 120.069296, 30.1970574 ], [ 120.0691494, 30.1970401 ], [ 120.0690603, 30.1969492 ], [ 120.0688472, 30.19671 ], [ 120.0688303, 30.1965646 ], [ 120.0688558, 30.1964789 ], [ 120.0691326, 30.1962851 ], [ 120.0693162, 30.1962194 ], [ 120.0692673, 30.1961269 ], [ 120.0681265, 30.1964407 ], [ 120.0680828, 30.1966779 ], [ 120.0680385, 30.1969287 ], [ 120.0686227, 30.197227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "西穆坞水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0640444, 30.2371584 ], [ 120.0641052, 30.2374811 ], [ 120.064144, 30.237493 ], [ 120.0641803, 30.2374821 ], [ 120.0643054, 30.237413 ], [ 120.0645323, 30.2370937 ], [ 120.0645932, 30.2370227 ], [ 120.0649883, 30.2366821 ], [ 120.0650427, 30.2366316 ], [ 120.065193, 30.2364661 ], [ 120.0652135, 30.2364301 ], [ 120.065236, 30.2362263 ], [ 120.065239, 30.2361834 ], [ 120.0651432, 30.2360323 ], [ 120.0650695, 30.2360434 ], [ 120.0650157, 30.2360859 ], [ 120.0647941, 30.2363144 ], [ 120.0645611, 30.2364777 ], [ 120.0642465, 30.2366169 ], [ 120.0639768, 30.2366776 ], [ 120.0639514, 30.2367241 ], [ 120.0639496, 30.2367659 ], [ 120.0640444, 30.2371584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0516077, 30.2543583 ], [ 120.0520434, 30.2545766 ], [ 120.052819, 30.2548777 ], [ 120.0539606, 30.2553369 ], [ 120.0544225, 30.255638 ], [ 120.0550151, 30.2561348 ], [ 120.0552504, 30.2563305 ], [ 120.0558865, 30.2567144 ], [ 120.056453, 30.2569929 ], [ 120.0567406, 30.2570983 ], [ 120.0568527, 30.2570908 ], [ 120.0571057, 30.2571693 ], [ 120.0571684, 30.2574776 ], [ 120.0572424, 30.2575285 ], [ 120.05749, 30.257699 ], [ 120.0576514, 30.2577879 ], [ 120.0577551, 30.2578451 ], [ 120.0581982, 30.2579733 ], [ 120.0582796, 30.2579968 ], [ 120.0586759, 30.2581114 ], [ 120.0590215, 30.2582278 ], [ 120.0591406, 30.258147 ], [ 120.0596937, 30.2584217 ], [ 120.0599166, 30.2587907 ], [ 120.0603714, 30.2588177 ], [ 120.0606203, 30.2589794 ], [ 120.0609152, 30.2592862 ], [ 120.0609232, 30.2594245 ], [ 120.0609883, 30.2596065 ], [ 120.0611428, 30.259532 ], [ 120.0613595, 30.2593442 ], [ 120.0612151, 30.2592502 ], [ 120.0613782, 30.2592108 ], [ 120.0615643, 30.2592287 ], [ 120.0615964, 30.2593732 ], [ 120.0621353, 30.2596411 ], [ 120.0622128, 30.2596871 ], [ 120.0624635, 30.2598357 ], [ 120.0625402, 30.2598812 ], [ 120.063359, 30.2603335 ], [ 120.0636401, 30.260378 ], [ 120.0643731, 30.2606937 ], [ 120.0641728, 30.2609289 ], [ 120.064247, 30.2610841 ], [ 120.0643718, 30.2611825 ], [ 120.0646414, 30.2612445 ], [ 120.0648153, 30.2612489 ], [ 120.064863, 30.2611326 ], [ 120.0651027, 30.2611654 ], [ 120.0652958, 30.2611723 ], [ 120.0654729, 30.2613294 ], [ 120.0654012, 30.2614523 ], [ 120.0654626, 30.2614785 ], [ 120.0655581, 30.261405 ], [ 120.0659458, 30.2615237 ], [ 120.0662208, 30.2616345 ], [ 120.0663811, 30.2618504 ], [ 120.0664787, 30.2618983 ], [ 120.0665397, 30.2619282 ], [ 120.0666147, 30.2619211 ], [ 120.0668455, 30.2618994 ], [ 120.0669578, 30.2619654 ], [ 120.0673103, 30.2620285 ], [ 120.0675592, 30.2620649 ], [ 120.0676704, 30.2620812 ], [ 120.0677786, 30.2621327 ], [ 120.0678679, 30.2621753 ], [ 120.0681622, 30.2622821 ], [ 120.0686367, 30.2625016 ], [ 120.068934, 30.2627822 ], [ 120.0692046, 30.2629226 ], [ 120.0693326, 30.2630875 ], [ 120.0694489, 30.2630571 ], [ 120.0697772, 30.2631849 ], [ 120.0702987, 30.263294 ], [ 120.0705942, 30.2634614 ], [ 120.0708379, 30.2636053 ], [ 120.0712648, 30.2637241 ], [ 120.0715393, 30.263791 ], [ 120.0719766, 30.26398 ], [ 120.0728771, 30.2643242 ], [ 120.0735446, 30.2646946 ], [ 120.0739448, 30.2648692 ], [ 120.0742652, 30.2649077 ], [ 120.0745754, 30.265012 ], [ 120.07489, 30.2650228 ], [ 120.0752739, 30.2651933 ], [ 120.0757152, 30.2653329 ], [ 120.075756, 30.2653458 ], [ 120.0758187, 30.2653624 ], [ 120.0762519, 30.2654771 ], [ 120.076698, 30.265506 ], [ 120.0769825, 30.2655032 ], [ 120.0773229, 30.2655446 ], [ 120.0777621, 30.2656143 ], [ 120.0782479, 30.2656354 ], [ 120.0785616, 30.2656154 ], [ 120.0786689, 30.2657094 ], [ 120.0790623, 30.2657441 ], [ 120.0791338, 30.265754 ], [ 120.0791882, 30.2657615 ], [ 120.0792362, 30.2658088 ], [ 120.0793149, 30.2658863 ], [ 120.0793287, 30.2657348 ], [ 120.0796611, 30.2657568 ], [ 120.0799491, 30.2657314 ], [ 120.080223, 30.2657794 ], [ 120.0803905, 30.2658908 ], [ 120.0808837, 30.2658554 ], [ 120.0813556, 30.2658322 ], [ 120.0814665, 30.2659059 ], [ 120.0819866, 30.2660144 ], [ 120.0820886, 30.2659594 ], [ 120.0821623, 30.2659298 ], [ 120.0822629, 30.2659119 ], [ 120.082393, 30.2659136 ], [ 120.0825445, 30.2659217 ], [ 120.0834762, 30.2661616 ], [ 120.0837004, 30.2662174 ], [ 120.0838848, 30.2662645 ], [ 120.0839838, 30.266237 ], [ 120.0840917, 30.2661831 ], [ 120.0841718, 30.266143 ], [ 120.0842195, 30.2661475 ], [ 120.084339, 30.2661589 ], [ 120.0844599, 30.2662405 ], [ 120.08454, 30.2662966 ], [ 120.0847286, 30.2662889 ], [ 120.0847281, 30.2663537 ], [ 120.0848833, 30.2663512 ], [ 120.0849352, 30.2663503 ], [ 120.0850577, 30.2662242 ], [ 120.0852016, 30.2661351 ], [ 120.0854206, 30.2660368 ], [ 120.0856213, 30.2660109 ], [ 120.0857163, 30.2659376 ], [ 120.0861273, 30.2659601 ], [ 120.0863697, 30.2659918 ], [ 120.0864053, 30.2659964 ], [ 120.0869557, 30.2660321 ], [ 120.0871833, 30.2660804 ], [ 120.0873777, 30.2660769 ], [ 120.0875798, 30.2660331 ], [ 120.0877515, 30.2660249 ], [ 120.088013, 30.2660149 ], [ 120.0882001, 30.2660854 ], [ 120.0883432, 30.2660815 ], [ 120.0894516, 30.2664101 ], [ 120.0904279, 30.2666672 ], [ 120.0911469, 30.2668258 ], [ 120.091674, 30.2669402 ], [ 120.0917121, 30.2667287 ], [ 120.0913957, 30.266689 ], [ 120.091104, 30.2666334 ], [ 120.0895452, 30.2662399 ], [ 120.0886939, 30.2659841 ], [ 120.0882965, 30.2658923 ], [ 120.0879611, 30.2658267 ], [ 120.0877003, 30.2658137 ], [ 120.0875238, 30.2658402 ], [ 120.0873439, 30.2658691 ], [ 120.0871975, 30.2658392 ], [ 120.0870024, 30.265778 ], [ 120.0864293, 30.2656993 ], [ 120.0859999, 30.265772 ], [ 120.0857147, 30.2657532 ], [ 120.0850351, 30.2657307 ], [ 120.0847165, 30.2657226 ], [ 120.0841378, 30.265805 ], [ 120.0837195, 30.2657452 ], [ 120.0834493, 30.2657478 ], [ 120.0832768, 30.265802 ], [ 120.0830452, 30.2657269 ], [ 120.0825937, 30.2656277 ], [ 120.0819597, 30.2655639 ], [ 120.0812471, 30.2654912 ], [ 120.0802185, 30.2653986 ], [ 120.0792894, 30.2653215 ], [ 120.0788894, 30.2653631 ], [ 120.0779923, 30.265222 ], [ 120.0777044, 30.2652631 ], [ 120.0775681, 30.2651907 ], [ 120.0778585, 30.2648288 ], [ 120.0772811, 30.2652192 ], [ 120.0767459, 30.2651403 ], [ 120.0763973, 30.2650803 ], [ 120.0760541, 30.265107 ], [ 120.0747298, 30.2646762 ], [ 120.0740477, 30.2644203 ], [ 120.0735881, 30.264305 ], [ 120.0731928, 30.2640745 ], [ 120.0728149, 30.2638981 ], [ 120.0722778, 30.2637793 ], [ 120.0717092, 30.2634816 ], [ 120.0712035, 30.263403 ], [ 120.0692287, 30.2625437 ], [ 120.0687473, 30.2624207 ], [ 120.0684643, 30.2621898 ], [ 120.0679957, 30.2619684 ], [ 120.0674115, 30.2617545 ], [ 120.0671989, 30.2617214 ], [ 120.0670701, 30.2616099 ], [ 120.0667022, 30.2616215 ], [ 120.0664019, 30.2613587 ], [ 120.0663042, 30.2612636 ], [ 120.0658782, 30.2610185 ], [ 120.0654969, 30.2609348 ], [ 120.0647394, 30.260592 ], [ 120.0634848, 30.2600538 ], [ 120.0628405, 30.259745 ], [ 120.0624999, 30.2593821 ], [ 120.0593072, 30.2578913 ], [ 120.0582434, 30.2574303 ], [ 120.0576417, 30.2571745 ], [ 120.0572415, 30.2568791 ], [ 120.05688, 30.2567897 ], [ 120.0564704, 30.2566617 ], [ 120.0557558, 30.2562026 ], [ 120.0552242, 30.2558187 ], [ 120.0549108, 30.2556026 ], [ 120.0541979, 30.2552797 ], [ 120.0537264, 30.2550513 ], [ 120.0534701, 30.2549498 ], [ 120.0530405, 30.2547763 ], [ 120.0526996, 30.2546432 ], [ 120.0524007, 30.2544496 ], [ 120.051757, 30.2541292 ], [ 120.0514807, 30.2540905 ], [ 120.0511398, 30.2539655 ], [ 120.0508316, 30.2538445 ], [ 120.0508053, 30.2540477 ], [ 120.0516077, 30.2543583 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646993, 30.2619978 ], [ 120.0647649, 30.2620504 ], [ 120.0649008, 30.2621112 ], [ 120.0650414, 30.2621476 ], [ 120.0650882, 30.2622002 ], [ 120.0651679, 30.2622609 ], [ 120.0653788, 30.2622892 ], [ 120.0654397, 30.2623135 ], [ 120.0655521, 30.2623499 ], [ 120.0656318, 30.2623176 ], [ 120.0656552, 30.2622407 ], [ 120.0656974, 30.2621314 ], [ 120.0657489, 30.2620788 ], [ 120.0656693, 30.2620059 ], [ 120.0655943, 30.2619897 ], [ 120.065524, 30.2619978 ], [ 120.0654631, 30.2620707 ], [ 120.0654162, 30.2621719 ], [ 120.0653506, 30.2622447 ], [ 120.0652804, 30.2622488 ], [ 120.0652007, 30.2622164 ], [ 120.0651773, 30.2621435 ], [ 120.0652241, 30.2620302 ], [ 120.0653272, 30.2618724 ], [ 120.0653506, 30.261759 ], [ 120.0652991, 30.2616983 ], [ 120.0652194, 30.2616862 ], [ 120.0651492, 30.2617105 ], [ 120.0651117, 30.2617712 ], [ 120.0650648, 30.2618724 ], [ 120.0650273, 30.2619736 ], [ 120.0649664, 30.2620181 ], [ 120.0649242, 30.26201 ], [ 120.0649289, 30.261929 ], [ 120.0650039, 30.261759 ], [ 120.0649945, 30.2616983 ], [ 120.0649289, 30.26167 ], [ 120.0648352, 30.2616579 ], [ 120.0647883, 30.2616741 ], [ 120.0647321, 30.261751 ], [ 120.064704, 30.261844 ], [ 120.0646759, 30.2619331 ], [ 120.0646993, 30.2619978 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0648774, 30.2626575 ], [ 120.0649242, 30.2627182 ], [ 120.0649851, 30.2627263 ], [ 120.0650273, 30.2626616 ], [ 120.0650086, 30.2625766 ], [ 120.0649851, 30.2625523 ], [ 120.0649008, 30.2625523 ], [ 120.0648633, 30.2625806 ], [ 120.0648774, 30.2626575 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0650882, 30.2625887 ], [ 120.0651257, 30.2626251 ], [ 120.0651538, 30.2627263 ], [ 120.0653741, 30.262787 ], [ 120.0654678, 30.2628073 ], [ 120.06551, 30.2628558 ], [ 120.0656177, 30.2628842 ], [ 120.0657208, 30.2628882 ], [ 120.0657911, 30.2628599 ], [ 120.065852, 30.2628113 ], [ 120.0658895, 30.2627223 ], [ 120.0658989, 30.2626009 ], [ 120.0658708, 30.2625523 ], [ 120.0658052, 30.2625321 ], [ 120.0657208, 30.2625321 ], [ 120.0656084, 30.2625159 ], [ 120.065449, 30.2624714 ], [ 120.065285, 30.2624147 ], [ 120.0651913, 30.2624228 ], [ 120.0651445, 30.2624552 ], [ 120.065121, 30.2625118 ], [ 120.0650742, 30.2625402 ], [ 120.0650882, 30.2625887 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0659937, 30.263206 ], [ 120.0660322, 30.2632625 ], [ 120.0660938, 30.2632924 ], [ 120.0661709, 30.2633024 ], [ 120.0662248, 30.2632825 ], [ 120.0662363, 30.2632459 ], [ 120.066244, 30.2631893 ], [ 120.0662671, 30.2630862 ], [ 120.0663134, 30.2629565 ], [ 120.0663557, 30.2628267 ], [ 120.0664058, 30.2627635 ], [ 120.0664135, 30.2626737 ], [ 120.0664058, 30.2625972 ], [ 120.0663519, 30.2625772 ], [ 120.0662941, 30.2625839 ], [ 120.066244, 30.2626138 ], [ 120.0662055, 30.262677 ], [ 120.066194, 30.2627369 ], [ 120.0661478, 30.2627768 ], [ 120.0660823, 30.2628799 ], [ 120.0660592, 30.2629531 ], [ 120.0660245, 30.2630296 ], [ 120.0659898, 30.2631161 ], [ 120.0659783, 30.2631827 ], [ 120.0659937, 30.263206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678604, 30.2643829 ], [ 120.0679532, 30.2644257 ], [ 120.0680831, 30.2642333 ], [ 120.0681202, 30.2640676 ], [ 120.0680646, 30.2640356 ], [ 120.067978, 30.264073 ], [ 120.0679037, 30.2642119 ], [ 120.0678419, 30.2643081 ], [ 120.0678604, 30.2643829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0681759, 30.2645325 ], [ 120.0682687, 30.2645699 ], [ 120.0683986, 30.2645966 ], [ 120.0684729, 30.2646447 ], [ 120.0685719, 30.264602 ], [ 120.0686275, 30.2645432 ], [ 120.0686214, 30.2644631 ], [ 120.0685595, 30.264415 ], [ 120.0684172, 30.2643829 ], [ 120.068343, 30.2643508 ], [ 120.068244, 30.2643562 ], [ 120.0681759, 30.2644203 ], [ 120.0681388, 30.2644791 ], [ 120.0681759, 30.2645325 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8534295, 30.1906178 ], [ 119.8540303, 30.190488 ], [ 119.8552105, 30.1902098 ], [ 119.8554034, 30.1902921 ], [ 119.8556337, 30.1903024 ], [ 119.855924, 30.190338 ], [ 119.8561591, 30.1902884 ], [ 119.8563172, 30.1902514 ], [ 119.8564056, 30.1899659 ], [ 119.8565146, 30.1896139 ], [ 119.8561479, 30.1895428 ], [ 119.8558522, 30.189437 ], [ 119.8556179, 30.1892148 ], [ 119.8554869, 30.1891619 ], [ 119.8549845, 30.1894177 ], [ 119.8547788, 30.1896015 ], [ 119.8543336, 30.18966 ], [ 119.8541325, 30.1898339 ], [ 119.8538182, 30.1899311 ], [ 119.8534847, 30.1898918 ], [ 119.8531039, 30.1899489 ], [ 119.8530847, 30.1901113 ], [ 119.8530135, 30.1904507 ], [ 119.8534295, 30.1906178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9231376, 30.1985267 ], [ 119.9232517, 30.1986482 ], [ 119.9235791, 30.1989912 ], [ 119.9236741, 30.1990389 ], [ 119.9239806, 30.1986893 ], [ 119.9238856, 30.198532 ], [ 119.9235277, 30.1983712 ], [ 119.9235795, 30.198255 ], [ 119.923492, 30.1980635 ], [ 119.923143, 30.1982343 ], [ 119.9231376, 30.1983635 ], [ 119.9231376, 30.1985267 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9158955, 30.2249556 ], [ 119.9166478, 30.2250518 ], [ 119.9170006, 30.2246989 ], [ 119.9175204, 30.2242337 ], [ 119.9177803, 30.2238487 ], [ 119.9178546, 30.2233995 ], [ 119.9175019, 30.2225172 ], [ 119.9171982, 30.2226161 ], [ 119.9172543, 30.2229482 ], [ 119.9164944, 30.2236146 ], [ 119.9161295, 30.2239661 ], [ 119.9158765, 30.2246253 ], [ 119.9158955, 30.2249556 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9399396, 30.2255436 ], [ 119.9404008, 30.2244747 ], [ 119.9392994, 30.2241214 ], [ 119.9383852, 30.2232654 ], [ 119.9381844, 30.2236674 ], [ 119.9374503, 30.2233606 ], [ 119.9370432, 30.2230919 ], [ 119.9371297, 30.22291 ], [ 119.9367856, 30.2227933 ], [ 119.936651, 30.2225835 ], [ 119.93587, 30.2224003 ], [ 119.9399396, 30.2255436 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8696212, 30.2371001 ], [ 119.8696391, 30.2372235 ], [ 119.8696391, 30.2373264 ], [ 119.8696927, 30.2373624 ], [ 119.8696629, 30.2374652 ], [ 119.8696689, 30.2375886 ], [ 119.8697403, 30.2376709 ], [ 119.8697105, 30.2378457 ], [ 119.8697105, 30.2379691 ], [ 119.8697581, 30.2380514 ], [ 119.8698653, 30.2380874 ], [ 119.8699248, 30.2380514 ], [ 119.8700081, 30.2379434 ], [ 119.8700736, 30.2379228 ], [ 119.8701807, 30.2378663 ], [ 119.8702878, 30.2378354 ], [ 119.8704188, 30.2378868 ], [ 119.8705735, 30.238 ], [ 119.8706747, 30.2381028 ], [ 119.870752, 30.2382468 ], [ 119.8707878, 30.2384216 ], [ 119.8707699, 30.2386067 ], [ 119.8708235, 30.2386735 ], [ 119.8709246, 30.2386581 ], [ 119.8709544, 30.2387301 ], [ 119.8710318, 30.2387249 ], [ 119.8710556, 30.238653 ], [ 119.8710615, 30.2385141 ], [ 119.8709961, 30.2384524 ], [ 119.8710972, 30.2383907 ], [ 119.8711687, 30.2383342 ], [ 119.8711984, 30.2382056 ], [ 119.8712698, 30.2381851 ], [ 119.8713532, 30.2382159 ], [ 119.8714365, 30.2381851 ], [ 119.8714603, 30.2380565 ], [ 119.8715317, 30.2380308 ], [ 119.8716269, 30.2380359 ], [ 119.8716924, 30.237892 ], [ 119.8716567, 30.2378251 ], [ 119.8714305, 30.2377377 ], [ 119.8712044, 30.2375732 ], [ 119.8709068, 30.2374395 ], [ 119.8703711, 30.237275 ], [ 119.8700914, 30.2370076 ], [ 119.8699605, 30.2368533 ], [ 119.8698653, 30.2368173 ], [ 119.8697224, 30.2368225 ], [ 119.8696391, 30.2369047 ], [ 119.8695974, 30.236987 ], [ 119.8696212, 30.2371001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9331903, 30.240653 ], [ 119.9329692, 30.241119 ], [ 119.9336744, 30.2414829 ], [ 119.9351215, 30.2383456 ], [ 119.9336303, 30.237967 ], [ 119.9328117, 30.2396204 ], [ 119.9325389, 30.2401715 ], [ 119.9331903, 30.240653 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8928424, 30.2410488 ], [ 119.8940245, 30.2413196 ], [ 119.8940767, 30.2412971 ], [ 119.8942008, 30.2409529 ], [ 119.8941943, 30.2408739 ], [ 119.894129, 30.2406821 ], [ 119.8936645, 30.2405751 ], [ 119.8936326, 30.240634 ], [ 119.8935229, 30.2406851 ], [ 119.8931766, 30.2406149 ], [ 119.8931134, 30.2405984 ], [ 119.8930301, 30.240424 ], [ 119.8928727, 30.240387 ], [ 119.8927901, 30.2410037 ], [ 119.8928424, 30.2410488 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9107521, 30.2422394 ], [ 119.9113608, 30.2413662 ], [ 119.9118173, 30.240849 ], [ 119.9113958, 30.240709 ], [ 119.9108041, 30.2411543 ], [ 119.910005, 30.2419582 ], [ 119.9107521, 30.2422394 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8924244, 30.2417485 ], [ 119.8924831, 30.2418387 ], [ 119.892653, 30.2419347 ], [ 119.8929011, 30.2420024 ], [ 119.8929664, 30.242087 ], [ 119.8929991, 30.2422393 ], [ 119.8930514, 30.2422958 ], [ 119.8932342, 30.2423691 ], [ 119.8933975, 30.2423183 ], [ 119.893613, 30.2422055 ], [ 119.8937371, 30.2421039 ], [ 119.8940245, 30.2415905 ], [ 119.894018, 30.2415115 ], [ 119.8939331, 30.2414664 ], [ 119.8927052, 30.2411617 ], [ 119.8926399, 30.2411955 ], [ 119.8924113, 30.2416469 ], [ 119.8924244, 30.2417485 ] ], [ [ 119.8928619, 30.2415905 ], [ 119.8929011, 30.2415397 ], [ 119.8929664, 30.2414946 ], [ 119.8930775, 30.2414551 ], [ 119.8934236, 30.2415397 ], [ 119.8935477, 30.2415905 ], [ 119.8935934, 30.2416413 ], [ 119.8935412, 30.241692 ], [ 119.8934759, 30.241771 ], [ 119.8933322, 30.2418387 ], [ 119.8932473, 30.24185 ], [ 119.8931167, 30.2418331 ], [ 119.8929926, 30.2417767 ], [ 119.8928946, 30.2417146 ], [ 119.8928554, 30.2416525 ], [ 119.8928619, 30.2415905 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9065764, 30.2438897 ], [ 119.9069476, 30.2437035 ], [ 119.9063914, 30.243369 ], [ 119.9060427, 30.2436908 ], [ 119.9065764, 30.2438897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9026768, 30.2554359 ], [ 119.9038891, 30.2559456 ], [ 119.9051122, 30.2561587 ], [ 119.9074641, 30.2574448 ], [ 119.9075687, 30.2574423 ], [ 119.9076341, 30.2571469 ], [ 119.9078805, 30.2568865 ], [ 119.9080185, 30.2566452 ], [ 119.9085678, 30.2561641 ], [ 119.9094627, 30.2554809 ], [ 119.910117, 30.2551032 ], [ 119.9102474, 30.2549209 ], [ 119.9103461, 30.2546829 ], [ 119.9106003, 30.254499 ], [ 119.9106533, 30.254427 ], [ 119.9106914, 30.2543134 ], [ 119.9107354, 30.254213 ], [ 119.9109448, 30.2540084 ], [ 119.9112779, 30.253901 ], [ 119.9115083, 30.2539277 ], [ 119.9118144, 30.2539658 ], [ 119.9120584, 30.2539624 ], [ 119.9121555, 30.2539075 ], [ 119.9123461, 30.2538833 ], [ 119.9125385, 30.2537967 ], [ 119.9126312, 30.2537816 ], [ 119.9132159, 30.2534229 ], [ 119.9133258, 30.2533397 ], [ 119.9134202, 30.2533013 ], [ 119.9136395, 30.2531859 ], [ 119.9137268, 30.2531162 ], [ 119.9137873, 30.2530229 ], [ 119.9139351, 30.2529341 ], [ 119.9140299, 30.2529554 ], [ 119.9141412, 30.2529441 ], [ 119.9142558, 30.2528619 ], [ 119.9143206, 30.2527367 ], [ 119.9144169, 30.2526624 ], [ 119.9145025, 30.2525816 ], [ 119.9145659, 30.2525661 ], [ 119.9146304, 30.2523778 ], [ 119.9142686, 30.2522183 ], [ 119.9130484, 30.2517789 ], [ 119.9129817, 30.2515821 ], [ 119.9128935, 30.2515295 ], [ 119.9128775, 30.251465 ], [ 119.9129103, 30.2513139 ], [ 119.9130014, 30.2512944 ], [ 119.9130128, 30.2510616 ], [ 119.9136953, 30.2495184 ], [ 119.9136095, 30.2492219 ], [ 119.9132292, 30.2490476 ], [ 119.912558, 30.2487399 ], [ 119.9121235, 30.2487816 ], [ 119.9115388, 30.2490828 ], [ 119.910879, 30.2489994 ], [ 119.9101333, 30.2484155 ], [ 119.909672, 30.248485 ], [ 119.9092321, 30.248295 ], [ 119.9091785, 30.2481514 ], [ 119.9086796, 30.2480587 ], [ 119.9084382, 30.2477992 ], [ 119.9081324, 30.2478131 ], [ 119.9080788, 30.2480402 ], [ 119.9078159, 30.2481977 ], [ 119.9073331, 30.2482672 ], [ 119.906979, 30.2480355 ], [ 119.9070541, 30.247827 ], [ 119.9068664, 30.2474424 ], [ 119.9065821, 30.2473543 ], [ 119.9065553, 30.2472014 ], [ 119.906287, 30.2469419 ], [ 119.9059705, 30.2469604 ], [ 119.9057613, 30.2468029 ], [ 119.9058579, 30.2462746 ], [ 119.9043612, 30.2467658 ], [ 119.9032722, 30.2475582 ], [ 119.9046107, 30.2487631 ], [ 119.9066706, 30.2498335 ], [ 119.9067028, 30.2505008 ], [ 119.9064739, 30.2510976 ], [ 119.9042629, 30.2529764 ], [ 119.9032535, 30.2531792 ], [ 119.9023764, 30.2539021 ], [ 119.9022637, 30.2547871 ], [ 119.9026768, 30.2554359 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.897006, 30.2570123 ], [ 119.8973036, 30.2570066 ], [ 119.8973036, 30.2571951 ], [ 119.8973433, 30.2572294 ], [ 119.8974358, 30.2571894 ], [ 119.8975152, 30.257058 ], [ 119.8975879, 30.2570009 ], [ 119.8976732, 30.2567108 ], [ 119.8975768, 30.2566485 ], [ 119.8975142, 30.2565981 ], [ 119.89746, 30.2565693 ], [ 119.8973433, 30.2565405 ], [ 119.8972639, 30.2565326 ], [ 119.8970854, 30.2568296 ], [ 119.8969994, 30.2569438 ], [ 119.897006, 30.2570123 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "南湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9082058, 30.2579383 ], [ 119.9083799, 30.2579858 ], [ 119.9088106, 30.2579145 ], [ 119.9094979, 30.2577404 ], [ 119.909617, 30.2576296 ], [ 119.9096903, 30.2574159 ], [ 119.9098095, 30.2573288 ], [ 119.910066, 30.2572971 ], [ 119.9104326, 30.2571863 ], [ 119.9109091, 30.2571467 ], [ 119.911184, 30.2571626 ], [ 119.911316, 30.2571941 ], [ 119.9116147, 30.2572655 ], [ 119.9118713, 30.2574317 ], [ 119.9119954, 30.2575425 ], [ 119.9121371, 30.2576691 ], [ 119.9122317, 30.2577211 ], [ 119.9123387, 30.25778 ], [ 119.9125128, 30.2579937 ], [ 119.9127235, 30.2583736 ], [ 119.9126502, 30.2589039 ], [ 119.912302, 30.2592126 ], [ 119.9121554, 30.2594897 ], [ 119.9120271, 30.2598933 ], [ 119.9118713, 30.2604395 ], [ 119.9118072, 30.2610015 ], [ 119.9117797, 30.261326 ], [ 119.9119263, 30.2619592 ], [ 119.9120454, 30.2622995 ], [ 119.9119904, 30.2624183 ], [ 119.9117522, 30.262814 ], [ 119.9115964, 30.2629248 ], [ 119.9108816, 30.2631702 ], [ 119.9102768, 30.2633918 ], [ 119.9101106, 30.2634927 ], [ 119.9099378, 30.2635976 ], [ 119.9094154, 30.2637559 ], [ 119.9089206, 30.2638904 ], [ 119.9088106, 30.2640013 ], [ 119.9087648, 30.2643178 ], [ 119.9087373, 30.2645474 ], [ 119.9086548, 30.2646344 ], [ 119.9084807, 30.2647057 ], [ 119.9083616, 30.2647057 ], [ 119.9083341, 30.2647769 ], [ 119.9084624, 30.2647927 ], [ 119.9086732, 30.2648323 ], [ 119.9087465, 30.265046 ], [ 119.9087648, 30.2652201 ], [ 119.9088564, 30.2653705 ], [ 119.9087949, 30.2655679 ], [ 119.9087281, 30.2657821 ], [ 119.9087098, 30.2658929 ], [ 119.9089114, 30.2660908 ], [ 119.9092047, 30.2662174 ], [ 119.9094533, 30.2663516 ], [ 119.9095712, 30.2664153 ], [ 119.910231, 30.2666369 ], [ 119.9103776, 30.2667239 ], [ 119.9105884, 30.2669535 ], [ 119.9109641, 30.2672542 ], [ 119.9111474, 30.2673017 ], [ 119.9133558, 30.26727 ], [ 119.9143089, 30.2672542 ], [ 119.914483, 30.267278 ], [ 119.9165632, 30.2669772 ], [ 119.9167648, 30.2669455 ], [ 119.9169572, 30.2668268 ], [ 119.9169755, 30.2664469 ], [ 119.9172505, 30.2664311 ], [ 119.9181119, 30.2666052 ], [ 119.9182951, 30.2667398 ], [ 119.9184326, 30.2670326 ], [ 119.9186342, 30.2670959 ], [ 119.9188266, 30.2672146 ], [ 119.9190282, 30.2673492 ], [ 119.9192573, 30.2673967 ], [ 119.9193856, 30.2675471 ], [ 119.9193765, 30.2677212 ], [ 119.9193673, 30.2678636 ], [ 119.9194406, 30.2680457 ], [ 119.919688, 30.2682198 ], [ 119.9200637, 30.2684097 ], [ 119.9208976, 30.2686867 ], [ 119.9212, 30.268758 ], [ 119.92142, 30.268758 ], [ 119.921541, 30.2687921 ], [ 119.922822, 30.2691537 ], [ 119.9230053, 30.2692012 ], [ 119.9242608, 30.2687738 ], [ 119.9254979, 30.2683623 ], [ 119.9256719, 30.2683045 ], [ 119.9264509, 30.2680457 ], [ 119.9268724, 30.2679428 ], [ 119.9270282, 30.2678399 ], [ 119.927184, 30.2678241 ], [ 119.9274864, 30.2676579 ], [ 119.9277888, 30.2675708 ], [ 119.9280087, 30.2674125 ], [ 119.9282012, 30.2672463 ], [ 119.9283845, 30.2671751 ], [ 119.9286135, 30.2670484 ], [ 119.9287693, 30.266906 ], [ 119.9289434, 30.2666052 ], [ 119.9290351, 30.2662016 ], [ 119.9291359, 30.2659008 ], [ 119.9293741, 30.2655051 ], [ 119.9294841, 30.2652993 ], [ 119.9295483, 30.2650777 ], [ 119.9296949, 30.2650302 ], [ 119.9298048, 30.264951 ], [ 119.9300156, 30.2646819 ], [ 119.9302264, 30.2645474 ], [ 119.9302997, 30.2644207 ], [ 119.9302997, 30.2641516 ], [ 119.9304005, 30.2638509 ], [ 119.9305288, 30.2636451 ], [ 119.9306479, 30.263558 ], [ 119.9308495, 30.2634314 ], [ 119.9309228, 30.2632652 ], [ 119.9309778, 30.2631069 ], [ 119.9308312, 30.2626874 ], [ 119.9307212, 30.2622046 ], [ 119.9300981, 30.2612706 ], [ 119.9298507, 30.2607878 ], [ 119.9296124, 30.2603999 ], [ 119.9293283, 30.2599962 ], [ 119.9290168, 30.2594026 ], [ 119.928641, 30.2584369 ], [ 119.9285861, 30.2582153 ], [ 119.9287052, 30.258057 ], [ 119.9286135, 30.2579699 ], [ 119.9286044, 30.2578275 ], [ 119.928861, 30.2569963 ], [ 119.9288426, 30.2567826 ], [ 119.9287144, 30.2564106 ], [ 119.928641, 30.2560465 ], [ 119.9284944, 30.2556824 ], [ 119.9282012, 30.2548196 ], [ 119.9281554, 30.2546613 ], [ 119.9274497, 30.254408 ], [ 119.927337, 30.25439 ], [ 119.9271015, 30.2543525 ], [ 119.9260019, 30.2542338 ], [ 119.925562, 30.254123 ], [ 119.9249389, 30.2539409 ], [ 119.924499, 30.2539409 ], [ 119.9238301, 30.2539251 ], [ 119.9233627, 30.2539568 ], [ 119.9229228, 30.2539726 ], [ 119.922483, 30.2540201 ], [ 119.9220614, 30.2540755 ], [ 119.9214933, 30.2539963 ], [ 119.9206227, 30.2537747 ], [ 119.9202012, 30.2536797 ], [ 119.9198713, 30.2534818 ], [ 119.9194314, 30.2533789 ], [ 119.9191657, 30.2533393 ], [ 119.9188266, 30.2532998 ], [ 119.9186525, 30.2532523 ], [ 119.9185059, 30.2533868 ], [ 119.9183593, 30.2534264 ], [ 119.9182127, 30.2533868 ], [ 119.9181393, 30.2533077 ], [ 119.9179194, 30.253276 ], [ 119.9174429, 30.2531019 ], [ 119.9171497, 30.2528723 ], [ 119.9167006, 30.2526507 ], [ 119.9165632, 30.2526269 ], [ 119.9163341, 30.2529198 ], [ 119.9158942, 30.2528565 ], [ 119.9157476, 30.2529594 ], [ 119.9156193, 30.2530227 ], [ 119.9154544, 30.2530069 ], [ 119.9152986, 30.2529752 ], [ 119.9151886, 30.2528486 ], [ 119.9150878, 30.2528486 ], [ 119.9148312, 30.2528406 ], [ 119.9147029, 30.2527773 ], [ 119.9147349, 30.2524279 ], [ 119.9146304, 30.2523778 ], [ 119.9145659, 30.2525661 ], [ 119.9146204, 30.2525794 ], [ 119.9146296, 30.2526982 ], [ 119.9145288, 30.2528011 ], [ 119.9143547, 30.252991 ], [ 119.9142081, 30.2531256 ], [ 119.9140615, 30.2532127 ], [ 119.913979, 30.2533947 ], [ 119.9137682, 30.2536085 ], [ 119.91353, 30.253751 ], [ 119.9127694, 30.2541309 ], [ 119.9126502, 30.2542734 ], [ 119.9120638, 30.2545584 ], [ 119.9114864, 30.2547879 ], [ 119.9113307, 30.2549383 ], [ 119.9111199, 30.255065 ], [ 119.9108083, 30.2552391 ], [ 119.9105242, 30.2554053 ], [ 119.9101943, 30.2555241 ], [ 119.9098278, 30.2558248 ], [ 119.9089206, 30.2565056 ], [ 119.908774, 30.2566639 ], [ 119.9083616, 30.2572101 ], [ 119.9081783, 30.2576691 ], [ 119.90816, 30.2578433 ], [ 119.9082058, 30.2579383 ] ], [ [ 119.9164807, 30.2611281 ], [ 119.9165357, 30.2609461 ], [ 119.9166731, 30.2607482 ], [ 119.9169022, 30.2606136 ], [ 119.9171222, 30.2605266 ], [ 119.9174062, 30.2604632 ], [ 119.9177911, 30.2604474 ], [ 119.9179927, 30.2603999 ], [ 119.9182127, 30.2603049 ], [ 119.9187167, 30.2599488 ], [ 119.9188816, 30.2598459 ], [ 119.919074, 30.2598063 ], [ 119.9192023, 30.25983 ], [ 119.9194131, 30.2599171 ], [ 119.9197705, 30.2603366 ], [ 119.919908, 30.2605661 ], [ 119.9199171, 30.2608194 ], [ 119.9198072, 30.2611677 ], [ 119.9197338, 30.261421 ], [ 119.9195414, 30.2616584 ], [ 119.9194039, 30.2618167 ], [ 119.9193765, 30.2621254 ], [ 119.9192482, 30.2627111 ], [ 119.919184, 30.2629407 ], [ 119.9190466, 30.263091 ], [ 119.9188724, 30.2632414 ], [ 119.9186892, 30.2633522 ], [ 119.9183776, 30.2634393 ], [ 119.9181852, 30.2634314 ], [ 119.9180477, 30.2633522 ], [ 119.9179286, 30.2632652 ], [ 119.917782, 30.2631148 ], [ 119.9177388, 30.2630538 ], [ 119.9176812, 30.2629723 ], [ 119.9176537, 30.2627032 ], [ 119.9176445, 30.2624341 ], [ 119.9175987, 30.2622758 ], [ 119.9174154, 30.2621492 ], [ 119.9168014, 30.2618009 ], [ 119.9165815, 30.2615951 ], [ 119.9164715, 30.261326 ], [ 119.9164807, 30.2611281 ] ], [ [ 119.9233627, 30.2662807 ], [ 119.9235643, 30.2661462 ], [ 119.9237751, 30.2659008 ], [ 119.923995, 30.265885 ], [ 119.9242149, 30.2659245 ], [ 119.9243799, 30.2659483 ], [ 119.9246365, 30.2663203 ], [ 119.9247648, 30.2663757 ], [ 119.9249022, 30.2664627 ], [ 119.9249389, 30.2665577 ], [ 119.9249389, 30.266811 ], [ 119.9249297, 30.2669772 ], [ 119.9247556, 30.2671434 ], [ 119.9245448, 30.2671434 ], [ 119.9243432, 30.2670722 ], [ 119.9242779, 30.2670513 ], [ 119.9240958, 30.266993 ], [ 119.9238759, 30.2669772 ], [ 119.9235643, 30.266906 ], [ 119.9233444, 30.266716 ], [ 119.9233077, 30.2664469 ], [ 119.9233627, 30.2662807 ] ], [ [ 119.9254612, 30.2623866 ], [ 119.925562, 30.2622362 ], [ 119.9257086, 30.262165 ], [ 119.9259286, 30.2621571 ], [ 119.9262218, 30.2622441 ], [ 119.9264876, 30.2623629 ], [ 119.9266983, 30.2625766 ], [ 119.9268174, 30.2626953 ], [ 119.9269732, 30.2627507 ], [ 119.9272023, 30.262814 ], [ 119.9273306, 30.2629407 ], [ 119.9274497, 30.2631148 ], [ 119.9274497, 30.2633522 ], [ 119.9272573, 30.263463 ], [ 119.9270374, 30.2635343 ], [ 119.9269366, 30.263558 ], [ 119.9268174, 30.2637401 ], [ 119.9266617, 30.2638825 ], [ 119.9264784, 30.2639538 ], [ 119.9262218, 30.2639854 ], [ 119.9260294, 30.2639142 ], [ 119.9257819, 30.2637005 ], [ 119.9255803, 30.2634789 ], [ 119.9255254, 30.2632098 ], [ 119.9254887, 30.263004 ], [ 119.9253696, 30.2627903 ], [ 119.9253696, 30.2625924 ], [ 119.9254612, 30.2623866 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2645421, 29.9283571 ], [ 120.2646586, 29.9283778 ], [ 120.2647926, 29.9284175 ], [ 120.2647798, 29.9281088 ], [ 120.2646513, 29.9280495 ], [ 120.2645998, 29.9279393 ], [ 120.2644086, 29.9278953 ], [ 120.2643927, 29.9280816 ], [ 120.2642979, 29.9284083 ], [ 120.2645421, 29.9283571 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2584204, 29.9409331 ], [ 120.2585997, 29.9409289 ], [ 120.2587645, 29.9410227 ], [ 120.2588256, 29.9411841 ], [ 120.2589586, 29.9411841 ], [ 120.2590889, 29.9410736 ], [ 120.2591028, 29.9408295 ], [ 120.2589298, 29.9405982 ], [ 120.2586968, 29.9403909 ], [ 120.2585452, 29.9403928 ], [ 120.2583902, 29.9404707 ], [ 120.2583638, 29.9405833 ], [ 120.2583567, 29.9408137 ], [ 120.2583117, 29.9409364 ], [ 120.2584204, 29.9409331 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2563845, 29.9414222 ], [ 120.2567009, 29.9416163 ], [ 120.2567318, 29.9417801 ], [ 120.2568569, 29.942149 ], [ 120.2570587, 29.9424434 ], [ 120.257338, 29.9423568 ], [ 120.257332, 29.9420845 ], [ 120.2578769, 29.9419761 ], [ 120.2579111, 29.942139 ], [ 120.2582203, 29.9420445 ], [ 120.2579943, 29.9416369 ], [ 120.2580893, 29.9415804 ], [ 120.2581845, 29.9414565 ], [ 120.2578, 29.9412333 ], [ 120.2575698, 29.9409644 ], [ 120.257502, 29.9406611 ], [ 120.25741, 29.9406488 ], [ 120.2570478, 29.9407536 ], [ 120.2566621, 29.9408026 ], [ 120.25631, 29.9408324 ], [ 120.2562133, 29.9409017 ], [ 120.2563845, 29.9414222 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2585283, 29.941538 ], [ 120.2586338, 29.9414808 ], [ 120.2587205, 29.9414091 ], [ 120.2589521, 29.9415777 ], [ 120.2591083, 29.9418048 ], [ 120.2594513, 29.9423913 ], [ 120.2595145, 29.9423607 ], [ 120.2594515, 29.9419212 ], [ 120.2592798, 29.9417359 ], [ 120.2592351, 29.9413614 ], [ 120.2591123, 29.9412432 ], [ 120.2589413, 29.9413512 ], [ 120.258714, 29.941252 ], [ 120.2586822, 29.9411615 ], [ 120.2586103, 29.941017 ], [ 120.2584145, 29.9409935 ], [ 120.2583626, 29.9410781 ], [ 120.2582874, 29.9413701 ], [ 120.2585283, 29.941538 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2605753, 29.9430096 ], [ 120.2606481, 29.9429981 ], [ 120.2606536, 29.9429456 ], [ 120.2608163, 29.9429241 ], [ 120.2608435, 29.9427574 ], [ 120.2609076, 29.9427428 ], [ 120.2609481, 29.9426335 ], [ 120.2612042, 29.9426114 ], [ 120.2612158, 29.9425408 ], [ 120.2608913, 29.9424911 ], [ 120.2608489, 29.9427051 ], [ 120.2605846, 29.9427249 ], [ 120.2605301, 29.9427781 ], [ 120.2605753, 29.9430096 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2581725, 29.9477092 ], [ 120.2591088, 29.9477083 ], [ 120.2591349, 29.9474687 ], [ 120.2599318, 29.9472739 ], [ 120.2598083, 29.9467235 ], [ 120.2583589, 29.9469483 ], [ 120.2581767, 29.9473824 ], [ 120.2580359, 29.9476172 ], [ 120.2581725, 29.9477092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.258726, 29.9490235 ], [ 120.2590322, 29.9492234 ], [ 120.2592027, 29.9491974 ], [ 120.2592527, 29.9491069 ], [ 120.2594062, 29.94909 ], [ 120.259525, 29.9490183 ], [ 120.2591311, 29.9487072 ], [ 120.2587109, 29.9489584 ], [ 120.258726, 29.9490235 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.238342, 29.9527492 ], [ 120.2391938, 29.9526069 ], [ 120.2390985, 29.9519071 ], [ 120.2404745, 29.9516695 ], [ 120.2405573, 29.9514866 ], [ 120.2404632, 29.9509488 ], [ 120.2380828, 29.9513455 ], [ 120.238342, 29.9527492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3157469, 29.9444724 ], [ 120.316014, 29.9446433 ], [ 120.316252, 29.9447371 ], [ 120.3165426, 29.9446379 ], [ 120.3166138, 29.9445705 ], [ 120.3167704, 29.9443355 ], [ 120.3167287, 29.9441887 ], [ 120.3168412, 29.944076 ], [ 120.3170136, 29.943996 ], [ 120.3172269, 29.943745 ], [ 120.3175207, 29.9435148 ], [ 120.3178724, 29.9432817 ], [ 120.3180775, 29.9430597 ], [ 120.3186375, 29.9428145 ], [ 120.31872371207794, 29.942699471830256 ], [ 120.31870467418959, 29.942672637033265 ], [ 120.3181766, 29.9427255 ], [ 120.3176465, 29.9426107 ], [ 120.3174312, 29.9428977 ], [ 120.316189, 29.9430556 ], [ 120.3157086, 29.9431991 ], [ 120.3157469, 29.9444724 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2958049, 29.9423862 ], [ 120.2959317, 29.9421222 ], [ 120.2959199, 29.9417094 ], [ 120.296125, 29.9416262 ], [ 120.2961098, 29.9412386 ], [ 120.2955014, 29.9410017 ], [ 120.2938059, 29.9409623 ], [ 120.2937376, 29.9422821 ], [ 120.2958049, 29.9423862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2666676, 29.9428804 ], [ 120.2667785, 29.9429623 ], [ 120.2670444, 29.9428879 ], [ 120.2673904, 29.9425618 ], [ 120.2675115, 29.9423065 ], [ 120.2673645, 29.9423046 ], [ 120.2671672, 29.9421488 ], [ 120.2664596, 29.9424794 ], [ 120.2666676, 29.9428804 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2696446, 29.9429281 ], [ 120.2702402, 29.9430174 ], [ 120.2704123, 29.9423797 ], [ 120.2695679, 29.9422724 ], [ 120.2695568, 29.9425983 ], [ 120.2696446, 29.9429281 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.27097, 29.9431345 ], [ 120.2710144, 29.9427188 ], [ 120.2710144, 29.9424538 ], [ 120.2705145, 29.9423715 ], [ 120.2703565, 29.9430369 ], [ 120.27097, 29.9431345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2697957, 29.9437124 ], [ 120.2703006, 29.9437937 ], [ 120.2704574, 29.9431468 ], [ 120.2697105, 29.9430256 ], [ 120.2696874, 29.9433668 ], [ 120.2697957, 29.9437124 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2692296, 29.9459598 ], [ 120.2693342, 29.9452428 ], [ 120.2694588, 29.9452544 ], [ 120.2694846, 29.9446484 ], [ 120.268753, 29.9445492 ], [ 120.2684786, 29.9458249 ], [ 120.2692296, 29.9459598 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2806527, 29.9478694 ], [ 120.2812539, 29.947323 ], [ 120.2817845, 29.9470077 ], [ 120.2828622, 29.9461263 ], [ 120.2833097, 29.9458164 ], [ 120.2834592, 29.9459023 ], [ 120.2835476, 29.9461575 ], [ 120.2837844, 29.9463321 ], [ 120.2840033, 29.9466921 ], [ 120.2841648, 29.9467118 ], [ 120.2843309, 29.9462665 ], [ 120.2841358, 29.9458428 ], [ 120.2836741, 29.9455316 ], [ 120.2840064, 29.9452342 ], [ 120.2845597, 29.9455983 ], [ 120.284934, 29.9445982 ], [ 120.284927, 29.9445314 ], [ 120.2843982, 29.9446915 ], [ 120.284508, 29.9445157 ], [ 120.2839315, 29.9442116 ], [ 120.2826644, 29.9454199 ], [ 120.2802467, 29.9476136 ], [ 120.2806527, 29.9478694 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3057745, 29.9468209 ], [ 120.3063069, 29.9465178 ], [ 120.305527, 29.9459218 ], [ 120.3053868, 29.9459903 ], [ 120.3053114, 29.9467949 ], [ 120.3057745, 29.9468209 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2660406, 29.9477768 ], [ 120.2659498, 29.9479458 ], [ 120.2660042, 29.9480397 ], [ 120.2661932, 29.9479889 ], [ 120.2661743, 29.9479121 ], [ 120.2662701, 29.9475231 ], [ 120.2662472, 29.9473749 ], [ 120.2663311, 29.9470687 ], [ 120.26628, 29.9465111 ], [ 120.266049, 29.9464509 ], [ 120.2659761, 29.9467702 ], [ 120.265886, 29.947221 ], [ 120.2660406, 29.9477768 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3056579, 29.9482055 ], [ 120.3060285, 29.948499 ], [ 120.3069198, 29.9473072 ], [ 120.3064523, 29.9470087 ], [ 120.3063325, 29.946886 ], [ 120.3060321, 29.9469551 ], [ 120.3058232, 29.9469553 ], [ 120.3056973, 29.946996 ], [ 120.3057023, 29.9471732 ], [ 120.3054675, 29.9476015 ], [ 120.3056579, 29.9482055 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2843793, 29.9488543 ], [ 120.2845897, 29.9480894 ], [ 120.2846884, 29.9477248 ], [ 120.2844215, 29.9474467 ], [ 120.2843117, 29.9474618 ], [ 120.2839361, 29.9488546 ], [ 120.2843793, 29.9488543 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2834782, 29.9489092 ], [ 120.2835386, 29.94863 ], [ 120.2835967, 29.9479732 ], [ 120.2834164, 29.9479379 ], [ 120.2832759, 29.9489133 ], [ 120.2834782, 29.9489092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2710711, 29.9527369 ], [ 120.2715289, 29.9526981 ], [ 120.271995, 29.9527482 ], [ 120.2721069, 29.9529301 ], [ 120.2722176, 29.9529678 ], [ 120.2728633, 29.953202 ], [ 120.2733299, 29.9527481 ], [ 120.2730902, 29.9522956 ], [ 120.2711829, 29.9515042 ], [ 120.2709756, 29.9524086 ], [ 120.2710711, 29.9527369 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2716002, 29.9605985 ], [ 120.2720352, 29.9601247 ], [ 120.2711218, 29.9596835 ], [ 120.2707916, 29.9600153 ], [ 120.2716002, 29.9605985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.298943, 29.9669252 ], [ 120.29915, 29.9666357 ], [ 120.2992329, 29.9664721 ], [ 120.299288, 29.966098 ], [ 120.2992498, 29.9660725 ], [ 120.29844, 29.9662361 ], [ 120.2984011, 29.9663376 ], [ 120.298943, 29.9669252 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2978332, 29.9678346 ], [ 120.2981167, 29.967621 ], [ 120.2980824, 29.9675041 ], [ 120.2977039, 29.9676261 ], [ 120.2978332, 29.9678346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.270509, 29.9684853 ], [ 120.2707216, 29.9685632 ], [ 120.2709698, 29.9691472 ], [ 120.2711827, 29.9690633 ], [ 120.2712101, 29.9689253 ], [ 120.2712028, 29.968775 ], [ 120.2711941, 29.9683713 ], [ 120.2713392, 29.968315 ], [ 120.2713423, 29.9681784 ], [ 120.2710237, 29.9682181 ], [ 120.2709944, 29.9679184 ], [ 120.2704071, 29.9681056 ], [ 120.270509, 29.9684853 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2827446, 29.9700533 ], [ 120.2829319, 29.9701246 ], [ 120.2831474, 29.9699239 ], [ 120.2828615, 29.9696674 ], [ 120.2826518, 29.9693036 ], [ 120.2823825, 29.9694547 ], [ 120.2827446, 29.9700533 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2674965, 29.9714745 ], [ 120.2677764, 29.9716414 ], [ 120.2678933, 29.9716128 ], [ 120.2680937, 29.9714551 ], [ 120.2677756, 29.9713168 ], [ 120.2680428, 29.970998 ], [ 120.2677443, 29.9706096 ], [ 120.267451, 29.9705796 ], [ 120.2669292, 29.971026 ], [ 120.2674965, 29.9714745 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2713674, 29.9721137 ], [ 120.2722544, 29.9717971 ], [ 120.2722497, 29.9716965 ], [ 120.271283, 29.9719489 ], [ 120.2713674, 29.9721137 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3256638, 29.9595488 ], [ 120.3260059, 29.9598029 ], [ 120.3262681, 29.9598029 ], [ 120.3265688, 29.9601468 ], [ 120.3266812, 29.9598147 ], [ 120.3264577, 29.9593629 ], [ 120.3261144, 29.9590097 ], [ 120.3253848, 29.9587866 ], [ 120.325283, 29.9591571 ], [ 120.3252273, 29.9593598 ], [ 120.3256638, 29.9595488 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.318309, 29.9654062 ], [ 120.3189533, 29.9653991 ], [ 120.3196003, 29.9654113 ], [ 120.3200612, 29.9657212 ], [ 120.320541, 29.9666625 ], [ 120.3207155, 29.9665743 ], [ 120.321045, 29.9663123 ], [ 120.3210765, 29.9658862 ], [ 120.3206, 29.9650922 ], [ 120.3196512, 29.9645699 ], [ 120.3189703, 29.9642286 ], [ 120.3182835, 29.9644087 ], [ 120.3180074, 29.9645895 ], [ 120.318309, 29.9654062 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2371911, 29.9543994 ], [ 120.2383299, 29.9542673 ], [ 120.2382664, 29.9532957 ], [ 120.2379092, 29.9532146 ], [ 120.2377734, 29.9529683 ], [ 120.2371071, 29.9530619 ], [ 120.2371911, 29.9543994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2506881, 29.9550178 ], [ 120.2509317, 29.955102 ], [ 120.2513672, 29.95509 ], [ 120.2512884, 29.9545815 ], [ 120.2512823, 29.9542503 ], [ 120.2512274, 29.9542496 ], [ 120.2506675, 29.9544479 ], [ 120.2504816, 29.9544675 ], [ 120.2506881, 29.9550178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2616389, 29.9559528 ], [ 120.261876, 29.9560574 ], [ 120.2615957, 29.9562474 ], [ 120.2614735, 29.9564768 ], [ 120.2613198, 29.9564573 ], [ 120.2612687, 29.9566398 ], [ 120.2613612, 29.9567304 ], [ 120.2615687, 29.956739 ], [ 120.2617263, 29.9567896 ], [ 120.2619363, 29.9567823 ], [ 120.2624439, 29.9567952 ], [ 120.2624979, 29.9565622 ], [ 120.2623985, 29.9565437 ], [ 120.2623995, 29.9563397 ], [ 120.2624997, 29.9560393 ], [ 120.2620414, 29.9559654 ], [ 120.2619162, 29.9559077 ], [ 120.2617688, 29.9558544 ], [ 120.2616522, 29.9558617 ], [ 120.2615936, 29.9557849 ], [ 120.2615948, 29.9556797 ], [ 120.2615912, 29.9556108 ], [ 120.2613461, 29.9555438 ], [ 120.261232, 29.9556421 ], [ 120.2616389, 29.9559528 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2504947, 29.9580239 ], [ 120.2507778, 29.9583551 ], [ 120.2507212, 29.9585758 ], [ 120.2511194, 29.9589292 ], [ 120.2518988, 29.9592154 ], [ 120.2524917, 29.9592839 ], [ 120.2527676, 29.9590251 ], [ 120.2527658, 29.9587829 ], [ 120.253351, 29.9586892 ], [ 120.2535025, 29.9590342 ], [ 120.2531623, 29.9590766 ], [ 120.2530202, 29.9594481 ], [ 120.2533968, 29.9598269 ], [ 120.2536204, 29.9603784 ], [ 120.2532835, 29.9602807 ], [ 120.2529296, 29.960293 ], [ 120.2523634, 29.9602316 ], [ 120.2522501, 29.9603298 ], [ 120.2525049, 29.9605873 ], [ 120.2531503, 29.9614354 ], [ 120.2535148, 29.9613574 ], [ 120.2545347, 29.9614178 ], [ 120.254612, 29.9611652 ], [ 120.2546938, 29.9611263 ], [ 120.2546912, 29.9606187 ], [ 120.2548877, 29.9604569 ], [ 120.2549803, 29.9599415 ], [ 120.2548846, 29.959672 ], [ 120.2551186, 29.9594541 ], [ 120.2549616, 29.9583587 ], [ 120.2557269, 29.9582251 ], [ 120.2558001, 29.9577612 ], [ 120.2560699, 29.9578554 ], [ 120.2561303, 29.9578765 ], [ 120.2560596, 29.9581247 ], [ 120.2564345, 29.958329 ], [ 120.2568781, 29.9567358 ], [ 120.2563782, 29.956652 ], [ 120.2566025, 29.955972 ], [ 120.2566285, 29.9558933 ], [ 120.2562711, 29.9557387 ], [ 120.2561776, 29.9555574 ], [ 120.2558041, 29.9553782 ], [ 120.2554576, 29.9549088 ], [ 120.255118, 29.9554155 ], [ 120.2543109, 29.956061 ], [ 120.2542111, 29.9561507 ], [ 120.2545986, 29.9570176 ], [ 120.2546157, 29.9572791 ], [ 120.2525373, 29.957582 ], [ 120.2524002, 29.9574239 ], [ 120.252031, 29.9574681 ], [ 120.2516697, 29.9574842 ], [ 120.2503672, 29.9576437 ], [ 120.250254, 29.957889 ], [ 120.2504947, 29.9580239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2627611, 29.9625094 ], [ 120.2631155, 29.9615238 ], [ 120.2587615, 29.9607933 ], [ 120.2585967, 29.9614238 ], [ 120.2627611, 29.9625094 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2505113, 29.9622291 ], [ 120.2506802, 29.9626995 ], [ 120.2506027, 29.9630657 ], [ 120.2506305, 29.9634947 ], [ 120.2509621, 29.9635581 ], [ 120.2512629, 29.963587 ], [ 120.2515134, 29.9637714 ], [ 120.2516976, 29.9638923 ], [ 120.2519503, 29.9639403 ], [ 120.2523135, 29.9642449 ], [ 120.2521918, 29.9644558 ], [ 120.2521065, 29.9646774 ], [ 120.2522229, 29.9647435 ], [ 120.2528836, 29.9646618 ], [ 120.2531634, 29.9646618 ], [ 120.2533578, 29.9646833 ], [ 120.2533752, 29.9640591 ], [ 120.2533064, 29.9639593 ], [ 120.2530472, 29.9639593 ], [ 120.2528463, 29.9638392 ], [ 120.2528346, 29.963645 ], [ 120.2531969, 29.9637317 ], [ 120.2535062, 29.9638496 ], [ 120.2536609, 29.9638459 ], [ 120.2538422, 29.9637616 ], [ 120.2539121, 29.9629416 ], [ 120.2536605, 29.9629884 ], [ 120.253611, 29.9628688 ], [ 120.252519, 29.9629651 ], [ 120.2521685, 29.9628837 ], [ 120.2520524, 29.9627571 ], [ 120.2516697, 29.9624884 ], [ 120.2514573, 29.9621572 ], [ 120.2510326, 29.9616298 ], [ 120.2508673, 29.9616427 ], [ 120.2504511, 29.9621665 ], [ 120.2505113, 29.9622291 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2597566, 29.965891 ], [ 120.2598594, 29.9659793 ], [ 120.2599836, 29.96596 ], [ 120.2602266, 29.9657352 ], [ 120.2603482, 29.9657637 ], [ 120.2604311, 29.9656606 ], [ 120.2604378, 29.9655514 ], [ 120.2606106, 29.9652607 ], [ 120.2607682, 29.9651222 ], [ 120.2608564, 29.9651413 ], [ 120.2610359, 29.9649957 ], [ 120.2612001, 29.964948 ], [ 120.2612722, 29.9648467 ], [ 120.2612204, 29.9647083 ], [ 120.2610564, 29.9647065 ], [ 120.2606863, 29.9649927 ], [ 120.2598141, 29.9656217 ], [ 120.2597333, 29.9657438 ], [ 120.2597566, 29.965891 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2530449, 29.9655949 ], [ 120.2535941, 29.9655857 ], [ 120.253645, 29.9657703 ], [ 120.2537388, 29.9657913 ], [ 120.2541462, 29.9657217 ], [ 120.2546189, 29.9658041 ], [ 120.254775, 29.9657928 ], [ 120.2546789, 29.9655553 ], [ 120.2540106, 29.96534 ], [ 120.2531448, 29.9652221 ], [ 120.2529095, 29.9653641 ], [ 120.2528588, 29.9655177 ], [ 120.2530449, 29.9655949 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2310442, 29.9738131 ], [ 120.2314768, 29.9741281 ], [ 120.2315809, 29.9739724 ], [ 120.2317104, 29.9739247 ], [ 120.2314922, 29.973479 ], [ 120.2309807, 29.9733465 ], [ 120.2307806, 29.9734906 ], [ 120.2310442, 29.9738131 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2308218, 29.9804143 ], [ 120.231432, 29.9805978 ], [ 120.2314216, 29.9793045 ], [ 120.2307585, 29.9793098 ], [ 120.2308218, 29.9804143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3328615, 29.9749073 ], [ 120.3334491, 29.9750268 ], [ 120.3335264, 29.9748847 ], [ 120.333338, 29.9748847 ], [ 120.3331138, 29.974578 ], [ 120.332803, 29.9745078 ], [ 120.332624, 29.9747528 ], [ 120.3328615, 29.9749073 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3315539, 29.9758121 ], [ 120.331689, 29.9755635 ], [ 120.3317476, 29.9752462 ], [ 120.3315149, 29.9751911 ], [ 120.331279, 29.9759321 ], [ 120.3315539, 29.9758121 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3525646, 29.9811752 ], [ 120.3530513, 29.9808289 ], [ 120.353242, 29.9805766 ], [ 120.3530608, 29.9805211 ], [ 120.3525537, 29.9807407 ], [ 120.3523515, 29.9808549 ], [ 120.3525646, 29.9811752 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3214173, 29.9826393 ], [ 120.3215764, 29.982643 ], [ 120.3216001, 29.9821273 ], [ 120.3214041, 29.9822949 ], [ 120.3213805, 29.9825109 ], [ 120.3214173, 29.9826393 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3446697, 29.983501 ], [ 120.345349, 29.9834398 ], [ 120.3453171, 29.9833595 ], [ 120.3452781, 29.9830385 ], [ 120.3451415, 29.9827344 ], [ 120.3450001, 29.9824643 ], [ 120.3446149, 29.9824809 ], [ 120.3446149, 29.9831061 ], [ 120.3445732, 29.983353 ], [ 120.3446697, 29.983501 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3208944, 29.9848296 ], [ 120.3214199, 29.9850249 ], [ 120.321481, 29.9846894 ], [ 120.3216421, 29.9839681 ], [ 120.3214609, 29.9839439 ], [ 120.3210043, 29.9841621 ], [ 120.3206265, 29.9844621 ], [ 120.3204356, 29.9846171 ], [ 120.3208944, 29.9848296 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3130795, 29.9858592 ], [ 120.313832, 29.9847671 ], [ 120.3128565, 29.985084 ], [ 120.3128565, 29.9853128 ], [ 120.3125924, 29.9856296 ], [ 120.3130795, 29.9858592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3252952, 29.9903634 ], [ 120.3252975, 29.9900629 ], [ 120.3249614, 29.9898752 ], [ 120.3249715, 29.9900657 ], [ 120.3249486, 29.9902154 ], [ 120.3252952, 29.9903634 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2869989, 29.9724211 ], [ 120.2872556, 29.9724231 ], [ 120.2872053, 29.9719611 ], [ 120.2870165, 29.9718673 ], [ 120.2863882, 29.9719686 ], [ 120.2862346, 29.9722777 ], [ 120.2869989, 29.9724211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2881354, 29.9724757 ], [ 120.2883158, 29.9724708 ], [ 120.289047, 29.9721728 ], [ 120.2887668, 29.9718428 ], [ 120.2886756, 29.9718639 ], [ 120.2881336, 29.9720197 ], [ 120.2880661, 29.9724155 ], [ 120.2881354, 29.9724757 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2689893, 29.9721253 ], [ 120.269089, 29.9720205 ], [ 120.2693171, 29.9722649 ], [ 120.2695616, 29.9725945 ], [ 120.2694486, 29.9727437 ], [ 120.2695061, 29.9728602 ], [ 120.269304, 29.9730516 ], [ 120.2694529, 29.973144 ], [ 120.2695034, 29.97313 ], [ 120.2697756, 29.9729777 ], [ 120.2701028, 29.9730744 ], [ 120.2703164, 29.9730236 ], [ 120.2704306, 29.9728963 ], [ 120.2698869, 29.972612 ], [ 120.2695795, 29.9723314 ], [ 120.2694029, 29.9721578 ], [ 120.269316, 29.9721523 ], [ 120.2691769, 29.9719586 ], [ 120.2687065, 29.9717207 ], [ 120.2685846, 29.9718149 ], [ 120.2689893, 29.9721253 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2978261, 29.9760318 ], [ 120.297953, 29.9761296 ], [ 120.2982073, 29.9760601 ], [ 120.2981119, 29.9759197 ], [ 120.2978788, 29.9759123 ], [ 120.2977803, 29.975923 ], [ 120.2978261, 29.9760318 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2765043, 29.976704 ], [ 120.2768461, 29.9767616 ], [ 120.2769395, 29.9766852 ], [ 120.2770106, 29.9765614 ], [ 120.2770129, 29.9763872 ], [ 120.2768205, 29.9762118 ], [ 120.2767556, 29.9761822 ], [ 120.276315, 29.9763612 ], [ 120.2765043, 29.976704 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3046638, 29.9772351 ], [ 120.3052252, 29.9769736 ], [ 120.3047918, 29.976363 ], [ 120.3045989, 29.9763602 ], [ 120.3045851, 29.9764305 ], [ 120.3043961, 29.9768941 ], [ 120.3046638, 29.9772351 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.279006, 29.9781443 ], [ 120.2790653, 29.978138 ], [ 120.2790653, 29.9780548 ], [ 120.2793165, 29.9780102 ], [ 120.2794466, 29.9780077 ], [ 120.2794612, 29.9778416 ], [ 120.2793218, 29.9778078 ], [ 120.2790841, 29.9778853 ], [ 120.2789407, 29.978025 ], [ 120.279006, 29.9781443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2782729, 29.9786381 ], [ 120.2783344, 29.9785901 ], [ 120.2781596, 29.9784235 ], [ 120.2779858, 29.9784128 ], [ 120.2779546, 29.9786503 ], [ 120.2782729, 29.9786381 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2795014, 29.983747 ], [ 120.2798907, 29.9829812 ], [ 120.279754, 29.9828948 ], [ 120.2795856, 29.9826616 ], [ 120.2795105, 29.9824812 ], [ 120.2792794, 29.9824955 ], [ 120.2792313, 29.9831939 ], [ 120.2791221, 29.9836881 ], [ 120.2795014, 29.983747 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3029516, 29.9861551 ], [ 120.3030944, 29.9861117 ], [ 120.3030323, 29.9860031 ], [ 120.3029862, 29.9858434 ], [ 120.3028181, 29.9860072 ], [ 120.3027503, 29.9861699 ], [ 120.3029516, 29.9861551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1272117, 29.8728053 ], [ 120.1280663, 29.8731932 ], [ 120.12809, 29.8730316 ], [ 120.1282267, 29.8729169 ], [ 120.1284111, 29.8727009 ], [ 120.1280851, 29.8726069 ], [ 120.1278747, 29.8723531 ], [ 120.1279175, 29.8721427 ], [ 120.1275098, 29.8721799 ], [ 120.1273771, 29.8724076 ], [ 120.1272652, 29.8726018 ], [ 120.1272001, 29.872715 ], [ 120.1272117, 29.8728053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1292655, 29.8743788 ], [ 120.1296653, 29.874457 ], [ 120.1296985, 29.8742267 ], [ 120.1296689, 29.8739829 ], [ 120.1294643, 29.8737667 ], [ 120.1293332, 29.8738252 ], [ 120.1292195, 29.8740724 ], [ 120.1290298, 29.8742674 ], [ 120.1292655, 29.8743788 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1336284, 29.8764822 ], [ 120.1336461, 29.876923 ], [ 120.1335976, 29.8771533 ], [ 120.1335232, 29.8773776 ], [ 120.1336309, 29.8776067 ], [ 120.1337594, 29.8777566 ], [ 120.1345458, 29.8772099 ], [ 120.1346915, 29.8766789 ], [ 120.1347082, 29.876618 ], [ 120.1346252, 29.8763684 ], [ 120.1344236, 29.8762242 ], [ 120.1341868, 29.8762242 ], [ 120.1340607, 29.8760774 ], [ 120.1338327, 29.875997 ], [ 120.1335217, 29.8762246 ], [ 120.1336284, 29.8764822 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1406172, 29.8806861 ], [ 120.1408063, 29.8806619 ], [ 120.1408666, 29.880366 ], [ 120.1409164, 29.880084 ], [ 120.1405302, 29.8802749 ], [ 120.1406172, 29.8806861 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1272254, 29.8899701 ], [ 120.1275625, 29.8899584 ], [ 120.1281289, 29.8897597 ], [ 120.1282039, 29.8896909 ], [ 120.1276655, 29.8890151 ], [ 120.127309, 29.8891518 ], [ 120.1272254, 29.8892336 ], [ 120.1268883, 29.8894089 ], [ 120.1268479, 29.8896311 ], [ 120.1272254, 29.8899701 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1286278, 29.8936759 ], [ 120.1292615, 29.8933135 ], [ 120.1293999, 29.8931942 ], [ 120.1290524, 29.8927982 ], [ 120.1288247, 29.8930268 ], [ 120.1284567, 29.8932229 ], [ 120.128439, 29.8935006 ], [ 120.1286278, 29.8936759 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1302774, 29.8980281 ], [ 120.1303194, 29.8974234 ], [ 120.1297332, 29.8976059 ], [ 120.1296914, 29.8979058 ], [ 120.1302774, 29.8980281 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1416441, 29.8988139 ], [ 120.1417577, 29.8989701 ], [ 120.1420581, 29.8988399 ], [ 120.1420581, 29.8985609 ], [ 120.1419079, 29.8982818 ], [ 120.1415465, 29.8984675 ], [ 120.1416441, 29.8988139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1441978, 29.9235836 ], [ 120.1442913, 29.9236941 ], [ 120.1444338, 29.9238626 ], [ 120.1449034, 29.9238917 ], [ 120.1449393, 29.9238251 ], [ 120.1448229, 29.9232613 ], [ 120.1441978, 29.9233061 ], [ 120.1441978, 29.9235836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1285766, 29.9262244 ], [ 120.1287053, 29.9267079 ], [ 120.1290487, 29.9270426 ], [ 120.1295422, 29.927117 ], [ 120.1298168, 29.9270987 ], [ 120.1297868, 29.9264432 ], [ 120.1294563, 29.9264289 ], [ 120.1288555, 29.9256851 ], [ 120.1285551, 29.9253875 ], [ 120.1284693, 29.9255363 ], [ 120.1285766, 29.9262244 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1374151, 29.9317996 ], [ 120.1374361, 29.9322194 ], [ 120.1377099, 29.9324566 ], [ 120.1378657, 29.9323665 ], [ 120.1380466, 29.9324677 ], [ 120.1381597, 29.9324142 ], [ 120.1380184, 29.9317889 ], [ 120.1373944, 29.9317174 ], [ 120.1374151, 29.9317996 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1397739, 29.9324566 ], [ 120.1400898, 29.9320003 ], [ 120.1396857, 29.9318119 ], [ 120.139365, 29.932405 ], [ 120.1397739, 29.9324566 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1431756, 29.9324834 ], [ 120.1434665, 29.9323153 ], [ 120.143624, 29.932254 ], [ 120.1437756, 29.932254 ], [ 120.1439761, 29.932254 ], [ 120.143878, 29.9320896 ], [ 120.1434028, 29.9319601 ], [ 120.1430136, 29.9318305 ], [ 120.1424015, 29.9318083 ], [ 120.1423687, 29.9324487 ], [ 120.1431756, 29.9324834 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1315997, 29.9345217 ], [ 120.131904, 29.9347326 ], [ 120.1322552, 29.9343183 ], [ 120.1319186, 29.9342579 ], [ 120.1315558, 29.93435 ], [ 120.1315997, 29.9345217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1493447, 29.9361419 ], [ 120.149396, 29.9361381 ], [ 120.1495606, 29.9360879 ], [ 120.1496835, 29.9361168 ], [ 120.1498739, 29.9360155 ], [ 120.1501664, 29.9359069 ], [ 120.1501557, 29.9358868 ], [ 120.1501037, 29.9357892 ], [ 120.1498896, 29.9355765 ], [ 120.1496859, 29.9354769 ], [ 120.1493574, 29.9355447 ], [ 120.1493412, 29.9360834 ], [ 120.1493447, 29.9361419 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1459471, 29.9563934 ], [ 120.1461499, 29.9566637 ], [ 120.1459498, 29.9568255 ], [ 120.1464211, 29.9569135 ], [ 120.1465813, 29.9569966 ], [ 120.1467277, 29.9570816 ], [ 120.1468086, 29.9570095 ], [ 120.1467613, 29.9569163 ], [ 120.146489, 29.9565912 ], [ 120.1462387, 29.9562846 ], [ 120.146237, 29.9561373 ], [ 120.1462172, 29.9560556 ], [ 120.1458241, 29.9562381 ], [ 120.1459471, 29.9563934 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1520943, 29.9584068 ], [ 120.1522909, 29.9583816 ], [ 120.1526171, 29.9583378 ], [ 120.1530884, 29.9580661 ], [ 120.1532942, 29.957967 ], [ 120.1535321, 29.9579103 ], [ 120.1536669, 29.9578249 ], [ 120.153379, 29.9572572 ], [ 120.1529157, 29.957385 ], [ 120.1526209, 29.9575674 ], [ 120.1523681, 29.9578046 ], [ 120.1520733, 29.9581513 ], [ 120.1520943, 29.9584068 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1331199, 29.978414 ], [ 120.1334366, 29.9782956 ], [ 120.1336813, 29.978257 ], [ 120.1336316, 29.9780406 ], [ 120.1330864, 29.9778328 ], [ 120.1331199, 29.978414 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1501897, 29.9892473 ], [ 120.1512914, 29.9893524 ], [ 120.1512561, 29.9887408 ], [ 120.1509737, 29.9886032 ], [ 120.1504794, 29.9887867 ], [ 120.1501086, 29.9890466 ], [ 120.1501897, 29.9892473 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1298909, 29.9895414 ], [ 120.1303222, 29.9895568 ], [ 120.1303097, 29.9893927 ], [ 120.130033, 29.9891962 ], [ 120.1297449, 29.9893942 ], [ 120.1298909, 29.9895414 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2241309, 29.9590422 ], [ 120.2246697, 29.9592036 ], [ 120.2249706, 29.9591973 ], [ 120.2252522, 29.9585836 ], [ 120.225162, 29.9585391 ], [ 120.2251479, 29.9583864 ], [ 120.2247863, 29.9584111 ], [ 120.2242807, 29.958515 ], [ 120.2241294, 29.9585389 ], [ 120.2241309, 29.9590422 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2152795, 29.9712035 ], [ 120.2157123, 29.9713556 ], [ 120.2159789, 29.9713068 ], [ 120.2158892, 29.9711567 ], [ 120.2159632, 29.9709311 ], [ 120.2160006, 29.9706088 ], [ 120.2161598, 29.9703395 ], [ 120.2159266, 29.9703035 ], [ 120.2152196, 29.9710564 ], [ 120.2152795, 29.9712035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2102796, 29.9752096 ], [ 120.2108513, 29.9757212 ], [ 120.2116273, 29.9752945 ], [ 120.2120648, 29.9752419 ], [ 120.2122928, 29.9745539 ], [ 120.2122196, 29.9739099 ], [ 120.2099426, 29.973207 ], [ 120.2097438, 29.9739548 ], [ 120.2095085, 29.9747598 ], [ 120.2102796, 29.9752096 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2247228, 29.9759633 ], [ 120.2250895, 29.9758893 ], [ 120.2251591, 29.9757591 ], [ 120.2251113, 29.9754756 ], [ 120.2246657, 29.9755761 ], [ 120.2247228, 29.9759633 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2157576, 29.9773571 ], [ 120.2160964, 29.97706 ], [ 120.2163759, 29.9767941 ], [ 120.2159633, 29.9765017 ], [ 120.215964, 29.9761829 ], [ 120.2155266, 29.9761349 ], [ 120.2153959, 29.9764201 ], [ 120.2152642, 29.9767861 ], [ 120.2157576, 29.9773571 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2194442, 29.9775348 ], [ 120.219779, 29.9775433 ], [ 120.219264, 29.9767514 ], [ 120.2187634, 29.9775175 ], [ 120.2194442, 29.9775348 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2013971, 29.9793486 ], [ 120.2026385, 29.979203 ], [ 120.2030156, 29.9790742 ], [ 120.2022664, 29.9779695 ], [ 120.2019815, 29.9780707 ], [ 120.201552, 29.9786836 ], [ 120.2012473, 29.9787755 ], [ 120.2013971, 29.9793486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2127799, 29.9800592 ], [ 120.2135156, 29.9804739 ], [ 120.213924, 29.9802104 ], [ 120.2141157, 29.9798238 ], [ 120.2137125, 29.9795371 ], [ 120.213398, 29.9791848 ], [ 120.2128358, 29.9794753 ], [ 120.2123305, 29.9799337 ], [ 120.2127799, 29.9800592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2000932, 29.981255 ], [ 120.2015547, 29.9809537 ], [ 120.2014005, 29.9802703 ], [ 120.1999189, 29.9805479 ], [ 120.2000932, 29.981255 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2029914, 29.9813702 ], [ 120.20347, 29.981358 ], [ 120.2035264, 29.9815383 ], [ 120.2037372, 29.9815383 ], [ 120.2040092, 29.9823267 ], [ 120.2041808, 29.9822845 ], [ 120.2040647, 29.9814243 ], [ 120.2039939, 29.9812348 ], [ 120.2040917, 29.9811562 ], [ 120.2035589, 29.9798639 ], [ 120.2032662, 29.9798887 ], [ 120.2030431, 29.9800245 ], [ 120.2028798, 29.980124 ], [ 120.2027171, 29.9802677 ], [ 120.2029914, 29.9813702 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1673031, 29.9705847 ], [ 120.1676065, 29.9704005 ], [ 120.1673867, 29.9700867 ], [ 120.1670848, 29.9703199 ], [ 120.1673031, 29.9705847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.173807, 29.9892807 ], [ 120.1740615, 29.9891559 ], [ 120.1738119, 29.9889458 ], [ 120.1736919, 29.9889701 ], [ 120.173807, 29.9892807 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1788191, 29.9967006 ], [ 120.1794514, 29.9964349 ], [ 120.1791443, 29.9957893 ], [ 120.1784071, 29.9958803 ], [ 120.1788191, 29.9967006 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1720477, 29.9980169 ], [ 120.1717407, 29.9971868 ], [ 120.171667, 29.9974202 ], [ 120.171506, 29.9977258 ], [ 120.1720477, 29.9980169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1741688, 29.9985504 ], [ 120.1748938, 29.9981562 ], [ 120.1749094, 29.9978757 ], [ 120.1743643, 29.9978073 ], [ 120.1739936, 29.9977768 ], [ 120.1737232, 29.9977564 ], [ 120.1734782, 29.9978496 ], [ 120.1741688, 29.9985504 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1590325, 29.9998101 ], [ 120.1590432, 29.9994168 ], [ 120.1590297, 29.9989988 ], [ 120.1588304, 29.9987281 ], [ 120.1586, 29.9987535 ], [ 120.1583607, 29.9993881 ], [ 120.1582699, 29.9997051 ], [ 120.1590325, 29.9998101 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1742289, 30.0022874 ], [ 120.1746995, 30.0022136 ], [ 120.1745408, 30.0021186 ], [ 120.1742407, 30.0019657 ], [ 120.1739053, 30.0020422 ], [ 120.1737641, 30.0022103 ], [ 120.1737297, 30.0023245 ], [ 120.1742289, 30.0022874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1686374, 30.0027446 ], [ 120.1689199, 30.0027322 ], [ 120.1686259, 30.0023239 ], [ 120.1684928, 30.0024417 ], [ 120.1686374, 30.0027446 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1669322, 30.0039236 ], [ 120.1676806, 30.0034136 ], [ 120.1674583, 30.0030706 ], [ 120.1666707, 30.0035931 ], [ 120.1669322, 30.0039236 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1701207, 30.004658 ], [ 120.170539, 30.0045951 ], [ 120.1708037, 30.0042035 ], [ 120.1706427, 30.0040149 ], [ 120.1705688, 30.0041825 ], [ 120.1698586, 30.0045632 ], [ 120.1701207, 30.004658 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2021638, 29.9823965 ], [ 120.2029159, 29.9821959 ], [ 120.2027604, 29.981704 ], [ 120.2020016, 29.9817486 ], [ 120.2021638, 29.9823965 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2128389, 29.9840217 ], [ 120.2134429, 29.9838725 ], [ 120.2128769, 29.9835363 ], [ 120.2127217, 29.9832172 ], [ 120.2124547, 29.9831305 ], [ 120.2122162, 29.9836867 ], [ 120.2128389, 29.9840217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2085409, 29.9894034 ], [ 120.2086607, 29.9893664 ], [ 120.2088597, 29.9898672 ], [ 120.2085661, 29.9900561 ], [ 120.2088189, 29.9908615 ], [ 120.2095917, 29.9907447 ], [ 120.2095917, 29.9906571 ], [ 120.209738, 29.9905675 ], [ 120.2093759, 29.988808 ], [ 120.2091395, 29.9887503 ], [ 120.2083304, 29.9889665 ], [ 120.2085409, 29.9894034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.205783, 29.9941979 ], [ 120.2086424, 29.9935863 ], [ 120.209061, 29.9930269 ], [ 120.2091012, 29.9928072 ], [ 120.2079553, 29.9916233 ], [ 120.2063474, 29.9918915 ], [ 120.2063481, 29.9924558 ], [ 120.2060312, 29.9931287 ], [ 120.2056465, 29.993941 ], [ 120.205783, 29.9941979 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1992699, 29.9947159 ], [ 120.2012567, 29.9943812 ], [ 120.20109, 29.993546 ], [ 120.201363, 29.993417 ], [ 120.2011924, 29.9931004 ], [ 120.2009557, 29.9931463 ], [ 120.200926, 29.9929495 ], [ 120.2004748, 29.9930541 ], [ 120.2004307, 29.9926872 ], [ 120.199809, 29.9928595 ], [ 120.1998838, 29.9931287 ], [ 120.1988943, 29.9933113 ], [ 120.1992699, 29.9947159 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1849086, 29.994444 ], [ 120.1853467, 29.9945212 ], [ 120.1855598, 29.9946385 ], [ 120.1856274, 29.9942462 ], [ 120.1850701, 29.9942309 ], [ 120.1847264, 29.9942429 ], [ 120.1849086, 29.994444 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1973831, 29.9958529 ], [ 120.1990594, 29.9955174 ], [ 120.1987871, 29.9942967 ], [ 120.1970497, 29.9946713 ], [ 120.1968083, 29.995132 ], [ 120.1973831, 29.9958529 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2008406, 29.9968261 ], [ 120.2027084, 29.9964765 ], [ 120.2020046, 29.9935451 ], [ 120.2013044, 29.9937547 ], [ 120.2015513, 29.9952748 ], [ 120.2006276, 29.9954594 ], [ 120.200681, 29.995682 ], [ 120.2005704, 29.9958449 ], [ 120.2008406, 29.9968261 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2162671, 29.9947675 ], [ 120.2164217, 29.9947846 ], [ 120.2166606, 29.9951292 ], [ 120.2165734, 29.9952662 ], [ 120.2167302, 29.9954475 ], [ 120.2171439, 29.9958466 ], [ 120.2173289, 29.9959788 ], [ 120.2176623, 29.9958975 ], [ 120.2182384, 29.9960356 ], [ 120.2184592, 29.9962906 ], [ 120.2185814, 29.9967079 ], [ 120.2187527, 29.9972522 ], [ 120.21925, 29.9980176 ], [ 120.2199914, 29.9986655 ], [ 120.2202309, 29.9984226 ], [ 120.2194957, 29.9977536 ], [ 120.219493, 29.997246 ], [ 120.2188626, 29.9966287 ], [ 120.2184394, 29.9959284 ], [ 120.2177261, 29.9957324 ], [ 120.2174467, 29.995564 ], [ 120.2169185, 29.9951128 ], [ 120.2168028, 29.9948101 ], [ 120.2165135, 29.9945768 ], [ 120.2162446, 29.994627 ], [ 120.2162671, 29.9947675 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2255397, 29.9982052 ], [ 120.2262964, 29.9983838 ], [ 120.226255, 29.9982008 ], [ 120.2268899, 29.9981372 ], [ 120.2269145, 29.9979842 ], [ 120.2267718, 29.9979548 ], [ 120.226228, 29.9977576 ], [ 120.2258977, 29.9977785 ], [ 120.2255013, 29.9976449 ], [ 120.225385, 29.9979304 ], [ 120.2255397, 29.9982052 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2187971, 29.9985189 ], [ 120.2194889, 29.9989665 ], [ 120.2196488, 29.9989712 ], [ 120.219698, 29.9988486 ], [ 120.2192125, 29.9984868 ], [ 120.2190167, 29.9982754 ], [ 120.2188316, 29.9980362 ], [ 120.21875, 29.9980775 ], [ 120.2187441, 29.9981853 ], [ 120.2186611, 29.9983116 ], [ 120.2187971, 29.9985189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2007589, 29.9992074 ], [ 120.2009601, 29.9991747 ], [ 120.2011828, 29.9995333 ], [ 120.2027487, 29.9995619 ], [ 120.2029023, 29.99951 ], [ 120.2029663, 29.9982104 ], [ 120.2007123, 29.9982218 ], [ 120.2005535, 29.9985898 ], [ 120.2004933, 29.9988768 ], [ 120.2007589, 29.9992074 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1889918, 30.0028329 ], [ 120.1892983, 30.0028329 ], [ 120.1892878, 30.0033137 ], [ 120.1908877, 30.0032347 ], [ 120.1908853, 30.0011195 ], [ 120.1894284, 30.0012098 ], [ 120.1894011, 30.0020094 ], [ 120.1896491, 30.0020139 ], [ 120.1898603, 30.0021419 ], [ 120.1899042, 30.0023524 ], [ 120.1889649, 30.0023711 ], [ 120.1889918, 30.0028329 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2206284, 30.002771 ], [ 120.2214092, 30.003104 ], [ 120.2215286, 30.0030801 ], [ 120.2217083, 30.0027767 ], [ 120.2206494, 30.002271 ], [ 120.2204513, 30.002608 ], [ 120.2206284, 30.002771 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2059176, 30.0053297 ], [ 120.2059617, 30.0056512 ], [ 120.20615, 30.0057981 ], [ 120.2067002, 30.0061673 ], [ 120.2067297, 30.0064233 ], [ 120.2064433, 30.0065819 ], [ 120.2065712, 30.0067616 ], [ 120.2069006, 30.0069581 ], [ 120.207203, 30.006866 ], [ 120.2074534, 30.006866 ], [ 120.2075857, 30.0070377 ], [ 120.2075951, 30.0072242 ], [ 120.2078695, 30.0073925 ], [ 120.208101, 30.0075198 ], [ 120.208378, 30.0081334 ], [ 120.2084732, 30.0089545 ], [ 120.208809, 30.0091258 ], [ 120.208967, 30.0089846 ], [ 120.208949, 30.0087396 ], [ 120.2094883, 30.0086009 ], [ 120.2090866, 30.0065448 ], [ 120.2089254, 30.0065853 ], [ 120.2082482, 30.0056982 ], [ 120.2076875, 30.0057316 ], [ 120.2075577, 30.0050342 ], [ 120.2076382, 30.0043421 ], [ 120.207454, 30.0044445 ], [ 120.2071395, 30.0042146 ], [ 120.2070408, 30.0040183 ], [ 120.2068678, 30.0047045 ], [ 120.2063922, 30.0050902 ], [ 120.2060481, 30.0046211 ], [ 120.205749, 30.0048454 ], [ 120.2059176, 30.0053297 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2047442, 30.0064161 ], [ 120.2049627, 30.0071033 ], [ 120.2052116, 30.0070843 ], [ 120.2053891, 30.0066816 ], [ 120.2049028, 30.0061157 ], [ 120.2045485, 30.006087 ], [ 120.2043038, 30.0063631 ], [ 120.2047442, 30.0064161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2046964, 30.0085216 ], [ 120.2048647, 30.0086382 ], [ 120.2051907, 30.0085973 ], [ 120.2053241, 30.0083872 ], [ 120.2049572, 30.0081009 ], [ 120.2046726, 30.0081812 ], [ 120.2046964, 30.0085216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1884117, 30.0095468 ], [ 120.1889933, 30.0098378 ], [ 120.1893358, 30.0098378 ], [ 120.1894273, 30.0095285 ], [ 120.1891626, 30.0085239 ], [ 120.1888065, 30.0086329 ], [ 120.1884055, 30.0093356 ], [ 120.1884117, 30.0095468 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.207932, 30.0097699 ], [ 120.2086187, 30.009886 ], [ 120.2094064, 30.0100641 ], [ 120.2101077, 30.0101367 ], [ 120.2114474, 30.010077 ], [ 120.2121969, 30.0098014 ], [ 120.2128045, 30.0099625 ], [ 120.2133255, 30.0097245 ], [ 120.2139704, 30.0098146 ], [ 120.2151098, 30.0098339 ], [ 120.2156426, 30.0100149 ], [ 120.2158424, 30.0102611 ], [ 120.2162156, 30.0099768 ], [ 120.2165276, 30.0101508 ], [ 120.2168327, 30.0102998 ], [ 120.2171415, 30.0105821 ], [ 120.2175073, 30.0106418 ], [ 120.2175349, 30.0104483 ], [ 120.217692, 30.0102582 ], [ 120.2176693, 30.0099791 ], [ 120.2155268, 30.0095053 ], [ 120.2152615, 30.0095214 ], [ 120.2143226, 30.009545 ], [ 120.2136604, 30.0093859 ], [ 120.213471, 30.0093095 ], [ 120.2123519, 30.0093879 ], [ 120.2118682, 30.0094604 ], [ 120.210012, 30.0097614 ], [ 120.2094265, 30.0097713 ], [ 120.2073735, 30.0095481 ], [ 120.2065667, 30.0095728 ], [ 120.207932, 30.0097699 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2206561, 30.0107702 ], [ 120.2208739, 30.010174 ], [ 120.2198406, 30.0092684 ], [ 120.2197226, 30.0094732 ], [ 120.2195887, 30.0104349 ], [ 120.2206561, 30.0107702 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2187406, 30.010338 ], [ 120.2191189, 30.010879 ], [ 120.2193746, 30.0109191 ], [ 120.2195568, 30.0092685 ], [ 120.2187034, 30.0097498 ], [ 120.2187406, 30.010338 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2144258, 30.01081 ], [ 120.2148997, 30.0112674 ], [ 120.2149491, 30.0113016 ], [ 120.2150577, 30.0112417 ], [ 120.2155316, 30.0108399 ], [ 120.214801, 30.0101901 ], [ 120.2147565, 30.0101901 ], [ 120.2144159, 30.0107629 ], [ 120.2144258, 30.01081 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2136655, 30.0112161 ], [ 120.214327, 30.0117889 ], [ 120.2143912, 30.0117847 ], [ 120.2148849, 30.0114298 ], [ 120.214875, 30.0113785 ], [ 120.2142727, 30.0108698 ], [ 120.2142135, 30.0108741 ], [ 120.2139469, 30.0110194 ], [ 120.2138086, 30.0111007 ], [ 120.2136655, 30.0111691 ], [ 120.2136655, 30.0112161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1861295, 30.0119525 ], [ 120.1863492, 30.0119391 ], [ 120.1874298, 30.0118743 ], [ 120.187817, 30.0118743 ], [ 120.1878133, 30.0116943 ], [ 120.188338, 30.0116981 ], [ 120.188338, 30.011526 ], [ 120.1878241, 30.0115545 ], [ 120.1860827, 30.0117675 ], [ 120.1861295, 30.0119525 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2131817, 30.0116137 ], [ 120.2134433, 30.0120839 ], [ 120.2135223, 30.0122293 ], [ 120.213542, 30.0123276 ], [ 120.2135766, 30.0123661 ], [ 120.213784, 30.0122378 ], [ 120.2142678, 30.0118873 ], [ 120.214253, 30.0118274 ], [ 120.2135717, 30.0112503 ], [ 120.2135174, 30.0112503 ], [ 120.2131422, 30.0114726 ], [ 120.2131175, 30.0115153 ], [ 120.2131817, 30.0116137 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2155153, 30.0128285 ], [ 120.2155881, 30.0128457 ], [ 120.2158595, 30.0127024 ], [ 120.2159654, 30.0125935 ], [ 120.2160845, 30.0124617 ], [ 120.2161772, 30.0123242 ], [ 120.2162765, 30.0120662 ], [ 120.216336, 30.0119803 ], [ 120.2164221, 30.0118828 ], [ 120.2164419, 30.0117911 ], [ 120.2164022, 30.0116994 ], [ 120.2156146, 30.0110117 ], [ 120.2155683, 30.0109945 ], [ 120.2155153, 30.0110117 ], [ 120.2144298, 30.0118542 ], [ 120.2144232, 30.0119115 ], [ 120.2155153, 30.0128285 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2038295, 30.01257 ], [ 120.2043384, 30.0125509 ], [ 120.2044686, 30.0124126 ], [ 120.2046119, 30.0123484 ], [ 120.2050491, 30.0122864 ], [ 120.2052071, 30.0123851 ], [ 120.2051503, 30.0120921 ], [ 120.2049661, 30.0114152 ], [ 120.2046303, 30.0114345 ], [ 120.2044589, 30.011646 ], [ 120.2044452, 30.0117399 ], [ 120.2047181, 30.0117476 ], [ 120.2047266, 30.0120524 ], [ 120.2045568, 30.0121298 ], [ 120.2044332, 30.0122419 ], [ 120.2041395, 30.0122959 ], [ 120.2038566, 30.0122959 ], [ 120.2037369, 30.012456 ], [ 120.2038295, 30.01257 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2135562, 30.0126566 ], [ 120.2135959, 30.0127769 ], [ 120.2136157, 30.0128744 ], [ 120.2136025, 30.0129431 ], [ 120.2136422, 30.0130291 ], [ 120.2139202, 30.0133787 ], [ 120.2139798, 30.0134589 ], [ 120.2139864, 30.0135105 ], [ 120.2140327, 30.0135965 ], [ 120.2140923, 30.0136423 ], [ 120.2141849, 30.0136595 ], [ 120.2144629, 30.0135163 ], [ 120.214549, 30.0134933 ], [ 120.2154955, 30.0129431 ], [ 120.2155087, 30.0128801 ], [ 120.2143504, 30.011923 ], [ 120.2135959, 30.0124216 ], [ 120.2135495, 30.0124789 ], [ 120.2135429, 30.0125591 ], [ 120.2135562, 30.0126566 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2078388, 30.0165657 ], [ 120.2079766, 30.0165577 ], [ 120.2084773, 30.016506 ], [ 120.2086932, 30.01651 ], [ 120.2088218, 30.0164782 ], [ 120.208932, 30.0164424 ], [ 120.2090423, 30.0164543 ], [ 120.209079, 30.016518 ], [ 120.2091112, 30.0165577 ], [ 120.2091985, 30.0166254 ], [ 120.2093592, 30.0166373 ], [ 120.2095751, 30.016689 ], [ 120.2098507, 30.0167606 ], [ 120.2100712, 30.0167447 ], [ 120.2102044, 30.0167129 ], [ 120.2103606, 30.0166254 ], [ 120.2105536, 30.0165538 ], [ 120.2108659, 30.016343 ], [ 120.2110175, 30.0162475 ], [ 120.2110083, 30.0161759 ], [ 120.2109578, 30.0161003 ], [ 120.2108981, 30.0159412 ], [ 120.2108429, 30.0158776 ], [ 120.2107557, 30.0158617 ], [ 120.2106362, 30.0158577 ], [ 120.2105306, 30.0159134 ], [ 120.2103652, 30.0160645 ], [ 120.2102182, 30.01616 ], [ 120.2100666, 30.0162276 ], [ 120.2099059, 30.0162674 ], [ 120.2097635, 30.0162674 ], [ 120.209419, 30.0161441 ], [ 120.2091525, 30.0160526 ], [ 120.2089918, 30.0159929 ], [ 120.208808, 30.015981 ], [ 120.2086335, 30.0160088 ], [ 120.2085232, 30.0160844 ], [ 120.2084911, 30.0161401 ], [ 120.2084222, 30.0161719 ], [ 120.2083533, 30.0162077 ], [ 120.2083165, 30.0162594 ], [ 120.2083119, 30.0163072 ], [ 120.2082246, 30.0163191 ], [ 120.2081603, 30.016335 ], [ 120.2079904, 30.0163827 ], [ 120.2078755, 30.0164225 ], [ 120.2078112, 30.0164623 ], [ 120.2077974, 30.016518 ], [ 120.2078388, 30.0165657 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2255423, 30.0174061 ], [ 120.2258347, 30.0173761 ], [ 120.2260356, 30.0169089 ], [ 120.2260689, 30.0164416 ], [ 120.2265829, 30.0160018 ], [ 120.2265631, 30.0154585 ], [ 120.2263266, 30.0154079 ], [ 120.2258713, 30.0157297 ], [ 120.2258667, 30.0158741 ], [ 120.2258371, 30.016467 ], [ 120.2254555, 30.0170449 ], [ 120.2255423, 30.0174061 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2218677, 30.0179286 ], [ 120.2223472, 30.0176739 ], [ 120.2223784, 30.0173799 ], [ 120.2215757, 30.0170187 ], [ 120.2217878, 30.0162418 ], [ 120.2214397, 30.0162355 ], [ 120.2210749, 30.0165142 ], [ 120.2205814, 30.0167557 ], [ 120.2202431, 30.0175132 ], [ 120.2218677, 30.0179286 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.201644, 30.0183112 ], [ 120.2017237, 30.0182473 ], [ 120.2029584, 30.0184558 ], [ 120.2029779, 30.0188021 ], [ 120.2034365, 30.0190147 ], [ 120.2035191, 30.0193603 ], [ 120.2039667, 30.0196677 ], [ 120.2042187, 30.0200791 ], [ 120.2046303, 30.0200805 ], [ 120.2044333, 30.019881 ], [ 120.2044278, 30.0197002 ], [ 120.2040622, 30.0194681 ], [ 120.2036106, 30.0189763 ], [ 120.2032746, 30.0185366 ], [ 120.2027982, 30.0181033 ], [ 120.2026713, 30.0177228 ], [ 120.202514, 30.0177173 ], [ 120.2024307, 30.0181337 ], [ 120.2021067, 30.0179817 ], [ 120.2021474, 30.0176688 ], [ 120.2023463, 30.0175858 ], [ 120.2027252, 30.0171589 ], [ 120.2026404, 30.0169066 ], [ 120.2031238, 30.0167378 ], [ 120.2036985, 30.0166998 ], [ 120.2044194, 30.0165835 ], [ 120.2051661, 30.0162685 ], [ 120.2063441, 30.0156951 ], [ 120.2066271, 30.0154073 ], [ 120.2064378, 30.0151641 ], [ 120.2057037, 30.0151942 ], [ 120.2054947, 30.0154486 ], [ 120.2053171, 30.015627 ], [ 120.2049894, 30.0154732 ], [ 120.2047922, 30.0156254 ], [ 120.2047718, 30.0158009 ], [ 120.2043842, 30.0159825 ], [ 120.204012, 30.0161399 ], [ 120.2037616, 30.0162755 ], [ 120.2036094, 30.0164673 ], [ 120.2034633, 30.0164523 ], [ 120.203433, 30.0160675 ], [ 120.2036194, 30.0159753 ], [ 120.2035555, 30.0155065 ], [ 120.2028213, 30.0154691 ], [ 120.2029917, 30.0147515 ], [ 120.2026995, 30.014756 ], [ 120.2018069, 30.0175531 ], [ 120.2014851, 30.0180754 ], [ 120.2014149, 30.0182375 ], [ 120.201644, 30.0183112 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2233046, 30.0175142 ], [ 120.2238584, 30.0175849 ], [ 120.2242072, 30.0178363 ], [ 120.2244123, 30.0183832 ], [ 120.2246462, 30.018764 ], [ 120.2248247, 30.0187886 ], [ 120.224974, 30.0186376 ], [ 120.2250535, 30.0183631 ], [ 120.2250282, 30.0182139 ], [ 120.2254555, 30.0170449 ], [ 120.2255779, 30.0167101 ], [ 120.2238594, 30.0162339 ], [ 120.2238133, 30.016437 ], [ 120.2234478, 30.0163389 ], [ 120.2230757, 30.0174092 ], [ 120.2233046, 30.0175142 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2081879, 30.0183118 ], [ 120.2082017, 30.0183595 ], [ 120.208266, 30.0183873 ], [ 120.2084222, 30.0183754 ], [ 120.2085462, 30.0183675 ], [ 120.2085921, 30.0183555 ], [ 120.2086197, 30.0183277 ], [ 120.2086381, 30.0182959 ], [ 120.2086426, 30.0182163 ], [ 120.208661, 30.018101 ], [ 120.2086564, 30.0180373 ], [ 120.2085646, 30.0180373 ], [ 120.2084176, 30.018093 ], [ 120.2083349, 30.0181169 ], [ 120.2082246, 30.0181527 ], [ 120.2082246, 30.0181845 ], [ 120.2081879, 30.0182521 ], [ 120.2081879, 30.0183118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2098359, 30.0206378 ], [ 120.2100951, 30.0206732 ], [ 120.2104044, 30.0205984 ], [ 120.2105471, 30.0205428 ], [ 120.2106612, 30.0204687 ], [ 120.2107326, 30.0204007 ], [ 120.2108966, 30.0202525 ], [ 120.2110607, 30.0201907 ], [ 120.2112962, 30.0201166 ], [ 120.2115316, 30.0200857 ], [ 120.21171, 30.0200857 ], [ 120.2118455, 30.0200548 ], [ 120.2120595, 30.0199498 ], [ 120.2121951, 30.0198262 ], [ 120.2123092, 30.019715 ], [ 120.2123949, 30.0196656 ], [ 120.2124591, 30.0195791 ], [ 120.2124733, 30.0194741 ], [ 120.2124591, 30.0193629 ], [ 120.2123663, 30.019295 ], [ 120.2122165, 30.0192579 ], [ 120.2121737, 30.0191776 ], [ 120.2120381, 30.0191035 ], [ 120.2118455, 30.0190602 ], [ 120.2115173, 30.0191405 ], [ 120.2111963, 30.0192517 ], [ 120.2110037, 30.0192517 ], [ 120.2107896, 30.01919 ], [ 120.2105899, 30.0191158 ], [ 120.21044, 30.0189676 ], [ 120.2103473, 30.0187884 ], [ 120.210226, 30.0186155 ], [ 120.2101119, 30.0184116 ], [ 120.2100976, 30.0182386 ], [ 120.210226, 30.0181398 ], [ 120.2105257, 30.0181089 ], [ 120.2107468, 30.0181089 ], [ 120.2109395, 30.0181213 ], [ 120.2112177, 30.0180595 ], [ 120.2114531, 30.0180719 ], [ 120.2117385, 30.0180904 ], [ 120.2118955, 30.0180471 ], [ 120.2119525, 30.0179607 ], [ 120.2119668, 30.0178371 ], [ 120.2119422, 30.0177457 ], [ 120.2118669, 30.0174665 ], [ 120.2118384, 30.0174109 ], [ 120.2117528, 30.0173738 ], [ 120.2115958, 30.01738 ], [ 120.211553, 30.0172441 ], [ 120.2116244, 30.0171885 ], [ 120.2116315, 30.0170896 ], [ 120.2115601, 30.0166078 ], [ 120.2115316, 30.0165337 ], [ 120.2114175, 30.0165151 ], [ 120.2113033, 30.0165337 ], [ 120.2111963, 30.0166263 ], [ 120.2110179, 30.0167005 ], [ 120.2107682, 30.0168734 ], [ 120.2106541, 30.0169661 ], [ 120.2105899, 30.0170896 ], [ 120.210597, 30.0172008 ], [ 120.2106826, 30.017312 ], [ 120.2108467, 30.01738 ], [ 120.2109537, 30.0174726 ], [ 120.2110251, 30.0176456 ], [ 120.2110179, 30.0178309 ], [ 120.2109751, 30.0179236 ], [ 120.210861, 30.0179792 ], [ 120.210704, 30.017973 ], [ 120.2104686, 30.0179298 ], [ 120.2102902, 30.0179236 ], [ 120.2101261, 30.0179545 ], [ 120.209962, 30.0180966 ], [ 120.209905, 30.0182386 ], [ 120.2099549, 30.0184672 ], [ 120.2101119, 30.0188317 ], [ 120.2102617, 30.0190355 ], [ 120.2104044, 30.0191591 ], [ 120.2105827, 30.0192579 ], [ 120.2107397, 30.0193444 ], [ 120.2107825, 30.0194432 ], [ 120.2108824, 30.0194432 ], [ 120.2110037, 30.0193876 ], [ 120.2111678, 30.0193815 ], [ 120.2115173, 30.0193259 ], [ 120.2117884, 30.0192579 ], [ 120.2119097, 30.0193011 ], [ 120.2119668, 30.0193629 ], [ 120.2119383, 30.019505 ], [ 120.2118598, 30.0196285 ], [ 120.2117385, 30.019715 ], [ 120.2114959, 30.0197583 ], [ 120.2109609, 30.0199189 ], [ 120.2106041, 30.0199992 ], [ 120.2103758, 30.0200918 ], [ 120.2103259, 30.0201969 ], [ 120.210333, 30.0203142 ], [ 120.2103687, 30.0203945 ], [ 120.2102831, 30.0204439 ], [ 120.2101547, 30.0205057 ], [ 120.2099835, 30.0205181 ], [ 120.2097266, 30.0204501 ], [ 120.2096267, 30.0204316 ], [ 120.2095768, 30.0204748 ], [ 120.2095625, 30.0205428 ], [ 120.2098359, 30.0206378 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2085231, 30.0198486 ], [ 120.2086213, 30.0199154 ], [ 120.2086845, 30.0198364 ], [ 120.2086845, 30.0197696 ], [ 120.2086775, 30.0197089 ], [ 120.2087266, 30.0195995 ], [ 120.2087827, 30.0194841 ], [ 120.2088038, 30.0193443 ], [ 120.2087406, 30.0192714 ], [ 120.2086494, 30.0192775 ], [ 120.2085792, 30.0193322 ], [ 120.2085371, 30.0194537 ], [ 120.2085161, 30.0195752 ], [ 120.2085301, 30.0196845 ], [ 120.2085091, 30.0197635 ], [ 120.2085231, 30.0198486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2084389, 30.0202131 ], [ 120.2086003, 30.0202738 ], [ 120.2086775, 30.0203346 ], [ 120.208895, 30.020371 ], [ 120.2091546, 30.0204318 ], [ 120.2094142, 30.0204743 ], [ 120.2094703, 30.0204075 ], [ 120.209358, 30.020371 ], [ 120.2091476, 30.0203164 ], [ 120.2089301, 30.020286 ], [ 120.2087406, 30.0202799 ], [ 120.2085441, 30.0201888 ], [ 120.208474, 30.020128 ], [ 120.2084249, 30.0201584 ], [ 120.2084389, 30.0202131 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2005403, 30.0217016 ], [ 120.2006532, 30.021746 ], [ 120.2025301, 30.0214391 ], [ 120.202329, 30.0208447 ], [ 120.2021572, 30.0207891 ], [ 120.2021043, 30.0203991 ], [ 120.2020371, 30.0202014 ], [ 120.2019782, 30.0200962 ], [ 120.2022825, 30.0200143 ], [ 120.2020899, 30.0194334 ], [ 120.2019083, 30.0193104 ], [ 120.2017447, 30.0193278 ], [ 120.2016327, 30.0195612 ], [ 120.201408, 30.0194702 ], [ 120.2005322, 30.02062 ], [ 120.2005403, 30.0217016 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2076504, 30.0215095 ], [ 120.2077469, 30.0215095 ], [ 120.207825, 30.0214936 ], [ 120.2079444, 30.0215055 ], [ 120.2080179, 30.0215135 ], [ 120.2081236, 30.0215135 ], [ 120.2081787, 30.0214817 ], [ 120.2082292, 30.0214379 ], [ 120.2082292, 30.0214021 ], [ 120.2081787, 30.0213703 ], [ 120.2081328, 30.0213544 ], [ 120.2080363, 30.0213584 ], [ 120.2079812, 30.0213624 ], [ 120.2079352, 30.0213504 ], [ 120.2078801, 30.0213584 ], [ 120.2078066, 30.0213465 ], [ 120.2077377, 30.0213703 ], [ 120.207678, 30.0214061 ], [ 120.2076275, 30.0214499 ], [ 120.2076045, 30.0214777 ], [ 120.2076504, 30.0215095 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2235443, 30.021629 ], [ 120.2237228, 30.0216229 ], [ 120.223836, 30.0214483 ], [ 120.2240878, 30.0215315 ], [ 120.2240926, 30.0223339 ], [ 120.2246846, 30.0220861 ], [ 120.2244375, 30.0218389 ], [ 120.2242896, 30.0216302 ], [ 120.22437, 30.0212663 ], [ 120.2238242, 30.0211629 ], [ 120.2236971, 30.0214365 ], [ 120.2230334, 30.0215068 ], [ 120.2235443, 30.021629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2546797, 30.0190041 ], [ 120.2547009, 30.0190885 ], [ 120.2547445, 30.0193318 ], [ 120.254725, 30.0194205 ], [ 120.2548665, 30.0194385 ], [ 120.2549957, 30.0190581 ], [ 120.2550167, 30.0187763 ], [ 120.2550063, 30.0185005 ], [ 120.2547627, 30.0185236 ], [ 120.2545473, 30.0186505 ], [ 120.2545296, 30.0189062 ], [ 120.2546797, 30.0190041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2503839, 30.0197277 ], [ 120.250734, 30.0197546 ], [ 120.2505825, 30.0191616 ], [ 120.2502775, 30.0193081 ], [ 120.2503839, 30.0197277 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2492405, 30.0198632 ], [ 120.2497273, 30.0196266 ], [ 120.2496095, 30.0193886 ], [ 120.2493288, 30.0195662 ], [ 120.2490999, 30.0196284 ], [ 120.2492405, 30.0198632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.250559, 30.0203003 ], [ 120.2507933, 30.020822 ], [ 120.250991, 30.0207154 ], [ 120.2509111, 30.0203322 ], [ 120.2509012, 30.0200934 ], [ 120.2507761, 30.0200177 ], [ 120.2507344, 30.019861 ], [ 120.2503422, 30.0198162 ], [ 120.250559, 30.0203003 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2278164, 30.0219644 ], [ 120.2280304, 30.0220203 ], [ 120.2290148, 30.0222777 ], [ 120.2291932, 30.0213272 ], [ 120.2286258, 30.0211073 ], [ 120.2287861, 30.0204124 ], [ 120.2270449, 30.0197541 ], [ 120.2268439, 30.0204985 ], [ 120.2265638, 30.0206203 ], [ 120.2264236, 30.0219292 ], [ 120.2278164, 30.0219644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2497594, 30.0202102 ], [ 120.2499973, 30.0206335 ], [ 120.2501644, 30.0209356 ], [ 120.2503414, 30.0213005 ], [ 120.2500564, 30.0214426 ], [ 120.2501538, 30.0216357 ], [ 120.2504105, 30.0215839 ], [ 120.2505292, 30.0220017 ], [ 120.2507424, 30.0223807 ], [ 120.2506251, 30.0224025 ], [ 120.250772, 30.0226343 ], [ 120.2509236, 30.02259 ], [ 120.2508188, 30.0222821 ], [ 120.2506842, 30.0220015 ], [ 120.2505781, 30.0216861 ], [ 120.2505168, 30.0212824 ], [ 120.2504134, 30.0209613 ], [ 120.2501695, 30.0205825 ], [ 120.2499047, 30.0199414 ], [ 120.2498417, 30.0198968 ], [ 120.2496862, 30.0199838 ], [ 120.2497594, 30.0202102 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2448791, 30.0226538 ], [ 120.2454847, 30.0226522 ], [ 120.2455577, 30.0204574 ], [ 120.2448215, 30.0204536 ], [ 120.244617, 30.0225356 ], [ 120.2448791, 30.0226538 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2518784, 30.0224192 ], [ 120.2520353, 30.0225581 ], [ 120.252232, 30.0224858 ], [ 120.2523538, 30.0223738 ], [ 120.2523763, 30.022223 ], [ 120.2525824, 30.02213 ], [ 120.2527644, 30.0221062 ], [ 120.2527405, 30.021985 ], [ 120.2523553, 30.0220636 ], [ 120.2519136, 30.0221739 ], [ 120.2518063, 30.0221429 ], [ 120.2517515, 30.02229 ], [ 120.2518784, 30.0224192 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2534035, 30.0223652 ], [ 120.2535421, 30.0223958 ], [ 120.2537001, 30.0223563 ], [ 120.2538041, 30.0225122 ], [ 120.2540188, 30.0227444 ], [ 120.2540978, 30.0227377 ], [ 120.2541903, 30.0228093 ], [ 120.2545452, 30.0231364 ], [ 120.2547377, 30.0228502 ], [ 120.254994, 30.0223097 ], [ 120.2551605, 30.0217453 ], [ 120.2549045, 30.0216675 ], [ 120.2546966, 30.021825 ], [ 120.2542311, 30.0219852 ], [ 120.2541065, 30.0218303 ], [ 120.253722, 30.021982 ], [ 120.2537169, 30.0221575 ], [ 120.253361, 30.0223001 ], [ 120.2534035, 30.0223652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1725568, 30.0990997 ], [ 120.17269, 30.09942 ], [ 120.1731591, 30.1006048 ], [ 120.1731031, 30.1010539 ], [ 120.17279, 30.10121 ], [ 120.1787141, 30.1026268 ], [ 120.1784442, 30.1005186 ], [ 120.1783059, 30.0993557 ], [ 120.1783655, 30.0986743 ], [ 120.1787053, 30.0977229 ], [ 120.1788442, 30.0972543 ], [ 120.1790203, 30.0966557 ], [ 120.1788604, 30.0963401 ], [ 120.1787756, 30.0960866 ], [ 120.1788864, 30.0958789 ], [ 120.1790526, 30.0957192 ], [ 120.179071, 30.0955914 ], [ 120.1789972, 30.0953837 ], [ 120.1789049, 30.095208 ], [ 120.178591, 30.0953039 ], [ 120.178831, 30.0954157 ], [ 120.1788495, 30.0956872 ], [ 120.1786095, 30.095815 ], [ 120.178351, 30.0957831 ], [ 120.1781475, 30.0956388 ], [ 120.177927, 30.095133 ], [ 120.1775483, 30.0935145 ], [ 120.1773673, 30.0922916 ], [ 120.177147, 30.0908302 ], [ 120.1770159, 30.090639 ], [ 120.1769841, 30.0904708 ], [ 120.1770968, 30.0903199 ], [ 120.1772566, 30.0900802 ], [ 120.1772753, 30.0890645 ], [ 120.1771686, 30.0885112 ], [ 120.1770872, 30.0879496 ], [ 120.1769454, 30.0869597 ], [ 120.1768981, 30.0857244 ], [ 120.1770494, 30.0855281 ], [ 120.1771912, 30.0854463 ], [ 120.1773708, 30.085389 ], [ 120.1773425, 30.0853317 ], [ 120.1770116, 30.0853563 ], [ 120.1768981, 30.0852745 ], [ 120.1768319, 30.0850699 ], [ 120.1767333, 30.0841673 ], [ 120.1766516, 30.083319 ], [ 120.1767496, 30.0828666 ], [ 120.176962, 30.0823011 ], [ 120.1772398, 30.0818346 ], [ 120.1775992, 30.0815801 ], [ 120.1777462, 30.0816084 ], [ 120.1779586, 30.0819194 ], [ 120.1784978, 30.0821739 ], [ 120.1785963, 30.0820448 ], [ 120.1782037, 30.0818629 ], [ 120.177975, 30.0816367 ], [ 120.1778443, 30.0814105 ], [ 120.1780403, 30.0811843 ], [ 120.1784814, 30.0809581 ], [ 120.1790859, 30.0808026 ], [ 120.1796088, 30.0806612 ], [ 120.1800826, 30.0804915 ], [ 120.1830398, 30.0787526 ], [ 120.1839057, 30.078074 ], [ 120.1841181, 30.0780174 ], [ 120.1848859, 30.0773247 ], [ 120.1856865, 30.0765471 ], [ 120.1860459, 30.0760946 ], [ 120.1865361, 30.0756281 ], [ 120.1870099, 30.0752181 ], [ 120.1873203, 30.0747798 ], [ 120.1880719, 30.0739032 ], [ 120.1882843, 30.0737194 ], [ 120.1883496, 30.0733659 ], [ 120.1895913, 30.0714854 ], [ 120.1902448, 30.0720934 ], [ 120.1905716, 30.0718106 ], [ 120.1899671, 30.0711461 ], [ 120.1897383, 30.0709623 ], [ 120.1898364, 30.0706371 ], [ 120.1900814, 30.0702695 ], [ 120.1916009, 30.0680638 ], [ 120.1923197, 30.0672719 ], [ 120.1926955, 30.0669892 ], [ 120.1928752, 30.0667205 ], [ 120.1936758, 30.0661691 ], [ 120.1938884, 30.0660692 ], [ 120.1942476, 30.0659004 ], [ 120.1946397, 30.065858 ], [ 120.1953096, 30.0659287 ], [ 120.1956364, 30.0657449 ], [ 120.1958651, 30.0654479 ], [ 120.1964859, 30.0652358 ], [ 120.1969924, 30.0650662 ], [ 120.197891, 30.0646137 ], [ 120.1983648, 30.0642603 ], [ 120.1987569, 30.0638926 ], [ 120.2004397, 30.06221 ], [ 120.2009462, 30.0618989 ], [ 120.2012076, 30.0618282 ], [ 120.2014527, 30.0618847 ], [ 120.2021252, 30.0623441 ], [ 120.2024167, 30.0620438 ], [ 120.2025494, 30.0619071 ], [ 120.2022996, 30.061745 ], [ 120.2018611, 30.0614605 ], [ 120.2017958, 30.0612484 ], [ 120.2018448, 30.0610222 ], [ 120.2020572, 30.0607818 ], [ 120.2023023, 30.0606121 ], [ 120.2031682, 30.0600889 ], [ 120.2033316, 30.0599475 ], [ 120.2036257, 30.0599475 ], [ 120.2042313, 30.0599782 ], [ 120.2066535, 30.0586779 ], [ 120.2069096, 30.0583072 ], [ 120.2073834, 30.0578971 ], [ 120.2082003, 30.0573739 ], [ 120.209491, 30.0565395 ], [ 120.2102262, 30.0569921 ], [ 120.2104549, 30.0567941 ], [ 120.2099648, 30.0564123 ], [ 120.2098995, 30.0562426 ], [ 120.2100628, 30.0561153 ], [ 120.2114352, 30.0551537 ], [ 120.2125462, 30.054277 ], [ 120.2137716, 30.0534285 ], [ 120.2150296, 30.0524527 ], [ 120.2159935, 30.0519012 ], [ 120.2168104, 30.0515335 ], [ 120.2173823, 30.0514062 ], [ 120.2182318, 30.0511941 ], [ 120.218771, 30.0511375 ], [ 120.2193469, 30.0510428 ], [ 120.2205017, 30.0510067 ], [ 120.2216628, 30.0513072 ], [ 120.2224144, 30.0512648 ], [ 120.2231332, 30.0513779 ], [ 120.2238685, 30.0514203 ], [ 120.224473, 30.0513072 ], [ 120.2249468, 30.0511234 ], [ 120.2272341, 30.0497233 ], [ 120.2275935, 30.0494263 ], [ 120.2278713, 30.0489455 ], [ 120.2288189, 30.0474606 ], [ 120.2287045, 30.0473757 ], [ 120.2289496, 30.0470504 ], [ 120.2290639, 30.0467817 ], [ 120.2294887, 30.0453533 ], [ 120.2298318, 30.0433026 ], [ 120.2300279, 30.0424257 ], [ 120.2302403, 30.0420297 ], [ 120.2307304, 30.0409973 ], [ 120.2311225, 30.0404316 ], [ 120.2317256, 30.0399141 ], [ 120.2324623, 30.0393708 ], [ 120.2326322, 30.0392516 ], [ 120.2328193, 30.0391373 ], [ 120.2329541, 30.0390531 ], [ 120.2330802, 30.0389637 ], [ 120.2333029, 30.0388911 ], [ 120.2344392, 30.0384373 ], [ 120.2358279, 30.0379706 ], [ 120.23738, 30.0375038 ], [ 120.2390792, 30.0371502 ], [ 120.239602, 30.0371219 ], [ 120.2401738, 30.0370937 ], [ 120.2405986, 30.0372068 ], [ 120.2407549, 30.0371867 ], [ 120.2412775, 30.0376386 ], [ 120.241873, 30.0381686 ], [ 120.2423141, 30.0384373 ], [ 120.2439519, 30.0393245 ], [ 120.2443678, 30.0395498 ], [ 120.2451079, 30.0399507 ], [ 120.2452786, 30.0400936 ], [ 120.245598, 30.0403608 ], [ 120.2459901, 30.0408276 ], [ 120.2461045, 30.0411811 ], [ 120.246513, 30.0417893 ], [ 120.24666, 30.0424682 ], [ 120.2470358, 30.0431753 ], [ 120.247771, 30.0438683 ], [ 120.2478885, 30.04397 ], [ 120.2479999, 30.0440665 ], [ 120.2482121, 30.0442502 ], [ 120.2482871, 30.0445639 ], [ 120.2483101, 30.0446603 ], [ 120.2483681, 30.0452021 ], [ 120.2483918, 30.045424 ], [ 120.2484735, 30.0458059 ], [ 120.2487513, 30.0461453 ], [ 120.2488434, 30.0462326 ], [ 120.2490944, 30.0464706 ], [ 120.2492577, 30.0468242 ], [ 120.2492414, 30.0474464 ], [ 120.2490944, 30.047602 ], [ 120.2488166, 30.0477575 ], [ 120.2486042, 30.0481535 ], [ 120.2486206, 30.0486202 ], [ 120.2482448, 30.0494546 ], [ 120.2480651, 30.0501193 ], [ 120.2479344, 30.0504021 ], [ 120.2477383, 30.050487 ], [ 120.2474442, 30.0505436 ], [ 120.2465293, 30.0505153 ], [ 120.2462352, 30.0505718 ], [ 120.2461969, 30.0506713 ], [ 120.2461535, 30.050784 ], [ 120.2460228, 30.0510527 ], [ 120.2461208, 30.0518163 ], [ 120.2460718, 30.0523678 ], [ 120.2460086, 30.0526204 ], [ 120.2454018, 30.0532172 ], [ 120.245195, 30.0534321 ], [ 120.245126, 30.0538617 ], [ 120.2446986, 30.0544346 ], [ 120.2440643, 30.0549717 ], [ 120.2438574, 30.0552582 ], [ 120.2437609, 30.0555327 ], [ 120.2437349, 30.0562636 ], [ 120.2437333, 30.0563085 ], [ 120.2439677, 30.0563562 ], [ 120.2440643, 30.0555446 ], [ 120.2441194, 30.0552582 ], [ 120.2445331, 30.0548524 ], [ 120.2450295, 30.054363 ], [ 120.2452088, 30.0540766 ], [ 120.2453053, 30.0538259 ], [ 120.2454018, 30.0535634 ], [ 120.2455397, 30.0533605 ], [ 120.2462568, 30.0526682 ], [ 120.2463809, 30.0523459 ], [ 120.2463671, 30.0519998 ], [ 120.2462706, 30.0512001 ], [ 120.2463671, 30.0509136 ], [ 120.2465739, 30.0508181 ], [ 120.2468911, 30.0507585 ], [ 120.2477047, 30.0507346 ], [ 120.2479942, 30.0506749 ], [ 120.2481191, 30.0507058 ], [ 120.2481873, 30.0507227 ], [ 120.2485734, 30.0507943 ], [ 120.2488906, 30.0507107 ], [ 120.2491112, 30.0505317 ], [ 120.249318, 30.0503526 ], [ 120.2496362, 30.0500683 ], [ 120.2497455, 30.0499707 ], [ 120.2500075, 30.0500304 ], [ 120.2499799, 30.0497917 ], [ 120.2497455, 30.0498275 ], [ 120.2492077, 30.0502572 ], [ 120.2487802, 30.0506033 ], [ 120.2484769, 30.050663 ], [ 120.2483114, 30.0506272 ], [ 120.2482838, 30.050472 ], [ 120.2483941, 30.0497678 ], [ 120.2485458, 30.0494933 ], [ 120.2489181, 30.0489203 ], [ 120.2490009, 30.0486697 ], [ 120.2489043, 30.0484071 ], [ 120.2489319, 30.0481325 ], [ 120.2491112, 30.0478938 ], [ 120.2493732, 30.0477267 ], [ 120.2495088, 30.047608 ], [ 120.249577, 30.0473736 ], [ 120.2496076, 30.0468195 ], [ 120.2494283, 30.0463063 ], [ 120.249318, 30.046163 ], [ 120.249202, 30.04609 ], [ 120.2491663, 30.0460676 ], [ 120.2489733, 30.0459243 ], [ 120.2488071, 30.04579 ], [ 120.2487665, 30.0457572 ], [ 120.2486561, 30.0455543 ], [ 120.2486423, 30.0453514 ], [ 120.2485734, 30.0446232 ], [ 120.2484769, 30.0441338 ], [ 120.2485734, 30.0440383 ], [ 120.2485002, 30.043967 ], [ 120.2484631, 30.0439309 ], [ 120.2484177, 30.0439069 ], [ 120.2482576, 30.0438222 ], [ 120.2482149, 30.0437996 ], [ 120.2479253, 30.0435847 ], [ 120.2473737, 30.043167 ], [ 120.2471531, 30.0429402 ], [ 120.2468773, 30.0425821 ], [ 120.246767, 30.0423552 ], [ 120.2467517, 30.0421629 ], [ 120.2467402, 30.0420751 ], [ 120.2467394, 30.0420091 ], [ 120.2466291, 30.0416271 ], [ 120.2464498, 30.0413525 ], [ 120.2463119, 30.0410661 ], [ 120.2462981, 30.0408034 ], [ 120.2461603, 30.0405647 ], [ 120.2459948, 30.0402901 ], [ 120.2451812, 30.0396694 ], [ 120.2441746, 30.0391322 ], [ 120.2429749, 30.0385234 ], [ 120.2421889, 30.0380818 ], [ 120.2417476, 30.0377714 ], [ 120.241527, 30.0375088 ], [ 120.2413435, 30.037324 ], [ 120.2412963, 30.0371469 ], [ 120.2419787, 30.0371076 ], [ 120.24288, 30.0371246 ], [ 120.2438587, 30.0372456 ], [ 120.2462513, 30.0378239 ], [ 120.2472145, 30.0381333 ], [ 120.2481311, 30.0382274 ], [ 120.2488458, 30.0381333 ], [ 120.249374, 30.0379988 ], [ 120.2503994, 30.0376625 ], [ 120.2510519, 30.0374473 ], [ 120.2514558, 30.0372053 ], [ 120.251984, 30.0367211 ], [ 120.2522016, 30.0363848 ], [ 120.2523103, 30.0360889 ], [ 120.2524657, 30.0357258 ], [ 120.2524657, 30.0353896 ], [ 120.2524501, 30.0351071 ], [ 120.2524812, 30.034475 ], [ 120.25259, 30.0343539 ], [ 120.252823, 30.0342867 ], [ 120.252823, 30.0340715 ], [ 120.2525589, 30.0339908 ], [ 120.2524967, 30.0338025 ], [ 120.2526055, 30.0324037 ], [ 120.2527453, 30.0303861 ], [ 120.2529162, 30.0299288 ], [ 120.2529473, 30.0294984 ], [ 120.253056, 30.0285031 ], [ 120.2529473, 30.0271176 ], [ 120.2527298, 30.026472 ], [ 120.2522792, 30.0255439 ], [ 120.2519996, 30.0249789 ], [ 120.2510519, 30.0234858 ], [ 120.2501663, 30.0219927 ], [ 120.2494362, 30.0205668 ], [ 120.2488769, 30.0195849 ], [ 120.2487836, 30.0191544 ], [ 120.2485661, 30.0184145 ], [ 120.2481156, 30.0171366 ], [ 120.2473388, 30.0144999 ], [ 120.246997, 30.0129932 ], [ 120.2470125, 30.0128721 ], [ 120.2469349, 30.0126703 ], [ 120.24636, 30.0113789 ], [ 120.2460027, 30.0102892 ], [ 120.245925, 30.009751 ], [ 120.2460027, 30.0093205 ], [ 120.2462202, 30.0089573 ], [ 120.2465309, 30.0086613 ], [ 120.246997, 30.0083519 ], [ 120.2474009, 30.0081905 ], [ 120.2480068, 30.0080021 ], [ 120.2489856, 30.0078945 ], [ 120.2496847, 30.0078407 ], [ 120.2503062, 30.0077196 ], [ 120.2508344, 30.007585 ], [ 120.2517199, 30.0074236 ], [ 120.2521705, 30.0073698 ], [ 120.2528851, 30.0073698 ], [ 120.2533357, 30.0073698 ], [ 120.2538173, 30.0072218 ], [ 120.2543144, 30.0068855 ], [ 120.2547494, 30.0064684 ], [ 120.2551534, 30.0058764 ], [ 120.2552311, 30.005419 ], [ 120.2552, 30.0048943 ], [ 120.2550757, 30.00441 ], [ 120.2544698, 30.0034144 ], [ 120.2538484, 30.0025937 ], [ 120.2529939, 30.0012886 ], [ 120.2526987, 30.0008446 ], [ 120.2519064, 29.9993512 ], [ 120.2515801, 29.9985439 ], [ 120.2513937, 29.9978577 ], [ 120.2514092, 29.997454 ], [ 120.2515024, 29.9971042 ], [ 120.2517044, 29.9966333 ], [ 120.2520307, 29.9960278 ], [ 120.2522948, 29.9957318 ], [ 120.2527142, 29.9954358 ], [ 120.2535532, 29.9947899 ], [ 120.2539882, 29.9943459 ], [ 120.2543921, 29.9938212 ], [ 120.2548116, 29.993256 ], [ 120.2550757, 29.9926371 ], [ 120.2554175, 29.9914799 ], [ 120.2556661, 29.9902285 ], [ 120.2559768, 29.9893539 ], [ 120.2561788, 29.9886945 ], [ 120.256303, 29.9881428 ], [ 120.2563652, 29.98747 ], [ 120.2563186, 29.9868645 ], [ 120.25607, 29.9860436 ], [ 120.2556195, 29.9848191 ], [ 120.2554952, 29.9840252 ], [ 120.2555729, 29.9836215 ], [ 120.2556195, 29.9832985 ], [ 120.2558059, 29.9828544 ], [ 120.25607, 29.9824911 ], [ 120.2564584, 29.9822489 ], [ 120.2569089, 29.9821277 ], [ 120.2575304, 29.9822623 ], [ 120.2595967, 29.9826256 ], [ 120.2600161, 29.982666 ], [ 120.2605444, 29.982814 ], [ 120.2612124, 29.9830966 ], [ 120.2617717, 29.9832716 ], [ 120.2624708, 29.9834734 ], [ 120.262968, 29.983756 ], [ 120.2636826, 29.9841193 ], [ 120.2650809, 29.9844558 ], [ 120.2660752, 29.9844692 ], [ 120.2670073, 29.9843212 ], [ 120.267753, 29.9840252 ], [ 120.2687473, 29.9835003 ], [ 120.269027, 29.9833927 ], [ 120.2692134, 29.9834061 ], [ 120.2699281, 29.9838637 ], [ 120.2700834, 29.9841059 ], [ 120.2701767, 29.9841328 ], [ 120.2701767, 29.9838906 ], [ 120.2701456, 29.9836753 ], [ 120.2700524, 29.9835003 ], [ 120.2698659, 29.98346 ], [ 120.2696018, 29.9835273 ], [ 120.269229, 29.9832985 ], [ 120.2693999, 29.9830832 ], [ 120.2697416, 29.982814 ], [ 120.2702077, 29.9824507 ], [ 120.2707359, 29.9821681 ], [ 120.2715594, 29.9818048 ], [ 120.2721497, 29.981576 ], [ 120.2729887, 29.9812934 ], [ 120.273983, 29.9810646 ], [ 120.2747287, 29.980957 ], [ 120.2753191, 29.9807551 ], [ 120.2757696, 29.9805533 ], [ 120.2760337, 29.9803649 ], [ 120.2762512, 29.9800688 ], [ 120.2763444, 29.9797055 ], [ 120.2760026, 29.9802034 ], [ 120.2757385, 29.9804187 ], [ 120.2753035, 29.9806205 ], [ 120.2750083, 29.9807013 ], [ 120.2749307, 29.9805936 ], [ 120.2751792, 29.9803649 ], [ 120.2755676, 29.9800015 ], [ 120.2759871, 29.979221 ], [ 120.2761735, 29.9787231 ], [ 120.2762201, 29.9783059 ], [ 120.275925, 29.9771485 ], [ 120.275723, 29.9762603 ], [ 120.2755987, 29.9756278 ], [ 120.2751948, 29.9737706 ], [ 120.2750549, 29.9726536 ], [ 120.2748374, 29.9706752 ], [ 120.2745733, 29.9693697 ], [ 120.2745733, 29.9690871 ], [ 120.2743869, 29.9683065 ], [ 120.2751482, 29.9677143 ], [ 120.2749617, 29.9674989 ], [ 120.2743714, 29.9679431 ], [ 120.2741694, 29.9678623 ], [ 120.2739208, 29.9675932 ], [ 120.2733919, 29.9666759 ], [ 120.272892, 29.9657015 ], [ 120.2724077, 29.9646594 ], [ 120.2724077, 29.9644428 ], [ 120.2725795, 29.9641045 ], [ 120.273017, 29.963536 ], [ 120.2733763, 29.9634277 ], [ 120.2737512, 29.9633871 ], [ 120.274548, 29.9632383 ], [ 120.2753603, 29.9630488 ], [ 120.2762508, 29.9629405 ], [ 120.2778443, 29.9627375 ], [ 120.2794378, 29.9623585 ], [ 120.2802501, 29.9622502 ], [ 120.2810156, 29.9623314 ], [ 120.2814374, 29.9625345 ], [ 120.2818905, 29.9628728 ], [ 120.2827028, 29.963333 ], [ 120.2833277, 29.9634277 ], [ 120.2839839, 29.9634007 ], [ 120.2844525, 29.9632653 ], [ 120.2848275, 29.9630758 ], [ 120.2851868, 29.9628187 ], [ 120.2854367, 29.962548 ], [ 120.285593, 29.9622096 ], [ 120.2856414, 29.961799 ], [ 120.2855689, 29.9615224 ], [ 120.2853947, 29.9613212 ], [ 120.2853367, 29.9610824 ], [ 120.2854673, 29.9606926 ], [ 120.2853657, 29.9602903 ], [ 120.2850029, 29.9597749 ], [ 120.2844225, 29.9591714 ], [ 120.2838275, 29.9588194 ], [ 120.2835518, 29.9584422 ], [ 120.2830294, 29.9581153 ], [ 120.2823618, 29.957801 ], [ 120.2816798, 29.9576124 ], [ 120.2810993, 29.9575747 ], [ 120.2805334, 29.9575621 ], [ 120.2782261, 29.957713 ], [ 120.2779068, 29.957713 ], [ 120.2776456, 29.9577004 ], [ 120.277486, 29.9575621 ], [ 120.277428, 29.9573232 ], [ 120.2775731, 29.9570466 ], [ 120.2780374, 29.9567449 ], [ 120.2788791, 29.9564306 ], [ 120.2795757, 29.9562043 ], [ 120.2803738, 29.9560534 ], [ 120.2815637, 29.9558648 ], [ 120.2822457, 29.9557642 ], [ 120.2828407, 29.9555882 ], [ 120.283218, 29.9553744 ], [ 120.2837549, 29.9550475 ], [ 120.2842193, 29.9546578 ], [ 120.284524, 29.9542806 ], [ 120.2847852, 29.9536771 ], [ 120.2849304, 29.9523443 ], [ 120.2850464, 29.9509738 ], [ 120.2852206, 29.9499931 ], [ 120.285772, 29.9481699 ], [ 120.2860622, 29.9470257 ], [ 120.2867298, 29.9451144 ], [ 120.2870424, 29.9444071 ], [ 120.2859289, 29.9440521 ], [ 120.2856704, 29.9446743 ], [ 120.2853512, 29.9455545 ], [ 120.2849884, 29.9468119 ], [ 120.2849158, 29.9472646 ], [ 120.2848433, 29.9476167 ], [ 120.2848143, 29.9480316 ], [ 120.2846982, 29.948434 ], [ 120.2842483, 29.9498045 ], [ 120.2841032, 29.9503577 ], [ 120.2840452, 29.9510493 ], [ 120.2839436, 29.9520048 ], [ 120.2839, 29.9531364 ], [ 120.283842, 29.9535891 ], [ 120.2837259, 29.9539663 ], [ 120.2835228, 29.954268 ], [ 120.2832906, 29.9545069 ], [ 120.2829423, 29.9547206 ], [ 120.2809107, 29.9550098 ], [ 120.2802722, 29.955123 ], [ 120.2795031, 29.9553493 ], [ 120.2778633, 29.9559528 ], [ 120.2773989, 29.9561665 ], [ 120.2769781, 29.956418 ], [ 120.2767314, 29.956682 ], [ 120.2765718, 29.9570341 ], [ 120.2765283, 29.9573106 ], [ 120.2767024, 29.9577004 ], [ 120.2770507, 29.9580902 ], [ 120.2773264, 29.9582284 ], [ 120.2777182, 29.9582913 ], [ 120.2794886, 29.9586182 ], [ 120.2800255, 29.9586559 ], [ 120.280693, 29.9586559 ], [ 120.2811864, 29.9586182 ], [ 120.2816508, 29.9585805 ], [ 120.2821732, 29.9586559 ], [ 120.2828697, 29.9588822 ], [ 120.2835082, 29.9593348 ], [ 120.2841177, 29.9599006 ], [ 120.2844225, 29.9602903 ], [ 120.2846256, 29.9607681 ], [ 120.2847272, 29.9610447 ], [ 120.2847852, 29.9613715 ], [ 120.2847998, 29.9616607 ], [ 120.2847707, 29.9620504 ], [ 120.2846982, 29.9623144 ], [ 120.2845095, 29.9625533 ], [ 120.2841467, 29.9627293 ], [ 120.2837694, 29.9628047 ], [ 120.2833051, 29.9628173 ], [ 120.2828552, 29.9627167 ], [ 120.2822167, 29.9622767 ], [ 120.2814912, 29.9618493 ], [ 120.2809687, 29.9616355 ], [ 120.2803593, 29.961623 ], [ 120.2790387, 29.9617236 ], [ 120.2772974, 29.9619876 ], [ 120.2752077, 29.9623144 ], [ 120.2735244, 29.9626287 ], [ 120.2730891, 29.9627167 ], [ 120.2727553, 29.9627922 ], [ 120.2724215, 29.9627167 ], [ 120.2721458, 29.9626916 ], [ 120.2718121, 29.9628425 ], [ 120.2716234, 29.9632951 ], [ 120.2714202, 29.9633956 ], [ 120.2711735, 29.9631945 ], [ 120.2711445, 29.9633453 ], [ 120.2713477, 29.9635213 ], [ 120.2713477, 29.9637225 ], [ 120.2712896, 29.9640745 ], [ 120.2713187, 29.9643134 ], [ 120.2712751, 29.9644894 ], [ 120.27113, 29.9644139 ], [ 120.2709559, 29.9643888 ], [ 120.2709414, 29.9646402 ], [ 120.271101, 29.9646402 ], [ 120.2711881, 29.9648288 ], [ 120.2711881, 29.9650425 ], [ 120.2713332, 29.9654197 ], [ 120.2715654, 29.9657088 ], [ 120.2717685, 29.9660985 ], [ 120.2722039, 29.9669283 ], [ 120.2726247, 29.967846 ], [ 120.2729149, 29.9685877 ], [ 120.2731326, 29.9695808 ], [ 120.2734083, 29.9712402 ], [ 120.273626, 29.9727864 ], [ 120.2739452, 29.9745588 ], [ 120.2741339, 29.9752753 ], [ 120.274337, 29.975929 ], [ 120.2748885, 29.9773997 ], [ 120.2750771, 29.9779277 ], [ 120.2752077, 29.9785436 ], [ 120.2751497, 29.9791344 ], [ 120.274903, 29.979524 ], [ 120.2744676, 29.9798886 ], [ 120.2739888, 29.9801148 ], [ 120.2731761, 29.9803285 ], [ 120.2720152, 29.9806805 ], [ 120.2708978, 29.981045 ], [ 120.2702884, 29.9813592 ], [ 120.2695628, 29.9817866 ], [ 120.2689098, 29.982214 ], [ 120.2682277, 29.9827419 ], [ 120.2676473, 29.9831567 ], [ 120.2670378, 29.9833955 ], [ 120.2664138, 29.9835337 ], [ 120.2656737, 29.9836092 ], [ 120.2645564, 29.9834835 ], [ 120.2639033, 29.9832949 ], [ 120.2632213, 29.9830058 ], [ 120.262191, 29.9824151 ], [ 120.2613784, 29.9820128 ], [ 120.260187, 29.9816029 ], [ 120.2594724, 29.981428 ], [ 120.2578256, 29.9813741 ], [ 120.2572818, 29.9813472 ], [ 120.2569245, 29.9811723 ], [ 120.2566293, 29.9811185 ], [ 120.2562098, 29.9811992 ], [ 120.2558059, 29.9813069 ], [ 120.2554796, 29.9814683 ], [ 120.2551845, 29.9817644 ], [ 120.2549048, 29.9819797 ], [ 120.2545941, 29.9821277 ], [ 120.2543766, 29.982047 ], [ 120.2543455, 29.9818721 ], [ 120.2546252, 29.9816702 ], [ 120.2546096, 29.9815356 ], [ 120.2542678, 29.9817779 ], [ 120.2540037, 29.9818317 ], [ 120.253693, 29.981724 ], [ 120.2533357, 29.9815222 ], [ 120.2528075, 29.9809166 ], [ 120.2523258, 29.9811319 ], [ 120.2524501, 29.9813069 ], [ 120.2527608, 29.9816164 ], [ 120.2533046, 29.9819797 ], [ 120.2535376, 29.9822085 ], [ 120.2537707, 29.9824776 ], [ 120.253926, 29.9829082 ], [ 120.2541591, 29.9833119 ], [ 120.25433, 29.9837695 ], [ 120.2545009, 29.9847922 ], [ 120.2546407, 29.9860033 ], [ 120.2546718, 29.9863262 ], [ 120.2546407, 29.9865415 ], [ 120.2542678, 29.9866357 ], [ 120.2546096, 29.9866895 ], [ 120.2547494, 29.9870125 ], [ 120.2547184, 29.9876719 ], [ 120.2545009, 29.9886272 ], [ 120.25433, 29.9892731 ], [ 120.2541746, 29.9901747 ], [ 120.2539416, 29.9909686 ], [ 120.2536775, 29.9917625 ], [ 120.2532269, 29.9927851 ], [ 120.2529317, 29.993404 ], [ 120.252186, 29.9942248 ], [ 120.2518753, 29.9944939 ], [ 120.2516578, 29.9946419 ], [ 120.2515956, 29.9947765 ], [ 120.2508189, 29.9957722 ], [ 120.2504305, 29.9963642 ], [ 120.2501663, 29.9968889 ], [ 120.2500887, 29.9974944 ], [ 120.2501353, 29.9979788 ], [ 120.250244, 29.9982882 ], [ 120.2502751, 29.9985977 ], [ 120.2506324, 29.9997279 ], [ 120.2512539, 30.0010464 ], [ 120.2517355, 30.0019748 ], [ 120.251984, 30.0024053 ], [ 120.2529628, 30.0035355 ], [ 120.2536153, 30.0045311 ], [ 120.2538018, 30.0048001 ], [ 120.2539416, 30.005123 ], [ 120.2538484, 30.0054863 ], [ 120.2536309, 30.0058899 ], [ 120.2533512, 30.0061859 ], [ 120.2529783, 30.0063204 ], [ 120.2522637, 30.0063742 ], [ 120.2513315, 30.0063877 ], [ 120.2502906, 30.0064684 ], [ 120.2495604, 30.0066702 ], [ 120.2480379, 30.0070738 ], [ 120.2468106, 30.0074371 ], [ 120.2463445, 30.0075043 ], [ 120.2458163, 30.0075716 ], [ 120.2453657, 30.0076658 ], [ 120.2451172, 30.0079617 ], [ 120.2449929, 30.0082846 ], [ 120.2448997, 30.0084595 ], [ 120.2446821, 30.008473 ], [ 120.2432218, 30.0077061 ], [ 120.2427557, 30.0074371 ], [ 120.2415439, 30.0071411 ], [ 120.2410933, 30.0070873 ], [ 120.2408448, 30.0069393 ], [ 120.2393533, 30.0064819 ], [ 120.2389183, 30.0064011 ], [ 120.2383279, 30.0062128 ], [ 120.2376754, 30.0059168 ], [ 120.2372094, 30.0056612 ], [ 120.2365965, 30.0052095 ], [ 120.2364792, 30.005123 ], [ 120.2361063, 30.0049616 ], [ 120.2359851, 30.0049232 ], [ 120.2346615, 30.0045041 ], [ 120.2301947, 30.0028248 ], [ 120.2294724, 30.0025533 ], [ 120.2285558, 30.0022035 ], [ 120.2276858, 30.001921 ], [ 120.2276392, 30.002069 ], [ 120.2283849, 30.0022842 ], [ 120.2312591, 30.0033606 ], [ 120.2339002, 30.0043427 ], [ 120.2354693, 30.0049481 ], [ 120.2357596, 30.0050049 ], [ 120.2359509, 30.0050423 ], [ 120.2363393, 30.0052576 ], [ 120.2368986, 30.0056881 ], [ 120.2373336, 30.0059975 ], [ 120.2380172, 30.0063742 ], [ 120.2386542, 30.0066298 ], [ 120.2389805, 30.0066702 ], [ 120.2395864, 30.0067644 ], [ 120.2400058, 30.0069527 ], [ 120.2403787, 30.0071276 ], [ 120.2411244, 30.007316 ], [ 120.2423673, 30.007585 ], [ 120.2427402, 30.0076658 ], [ 120.2430353, 30.0078272 ], [ 120.2443404, 30.0085806 ], [ 120.2445579, 30.0087286 ], [ 120.2445889, 30.0089842 ], [ 120.2444957, 30.0093071 ], [ 120.2445113, 30.0096569 ], [ 120.24462, 30.0100066 ], [ 120.2447909, 30.0103968 ], [ 120.244853, 30.0107466 ], [ 120.2450084, 30.0109887 ], [ 120.2454123, 30.0120246 ], [ 120.24549, 30.0123206 ], [ 120.2454123, 30.0129663 ], [ 120.2457386, 30.0149035 ], [ 120.2458007, 30.0152129 ], [ 120.2460182, 30.0155627 ], [ 120.2462668, 30.0158855 ], [ 120.2465154, 30.0167196 ], [ 120.2468572, 30.018132 ], [ 120.2470591, 30.0187777 ], [ 120.2472456, 30.0193562 ], [ 120.2474475, 30.0198673 ], [ 120.2478204, 30.0206475 ], [ 120.2484574, 30.0217506 ], [ 120.2485972, 30.0220331 ], [ 120.2486438, 30.0223021 ], [ 120.2488302, 30.0226787 ], [ 120.2495449, 30.0239028 ], [ 120.2497935, 30.0243064 ], [ 120.2499954, 30.0246561 ], [ 120.2510674, 30.0260146 ], [ 120.2513315, 30.0262971 ], [ 120.2514175, 30.0266536 ], [ 120.2512577, 30.0267778 ], [ 120.2510236, 30.0267156 ], [ 120.2494339, 30.0258511 ], [ 120.2492125, 30.0260051 ], [ 120.2492733, 30.026054 ], [ 120.2493091, 30.0262457 ], [ 120.2513335, 30.0273946 ], [ 120.2514388, 30.0276328 ], [ 120.2517044, 30.0278709 ], [ 120.2516578, 30.0287586 ], [ 120.2515335, 30.0299288 ], [ 120.2513781, 30.0310855 ], [ 120.2513471, 30.0322961 ], [ 120.2514092, 30.0338563 ], [ 120.2513626, 30.034206 ], [ 120.2512383, 30.0346633 ], [ 120.2511296, 30.0348381 ], [ 120.2509121, 30.0352685 ], [ 120.250648, 30.0358065 ], [ 120.2503994, 30.0361427 ], [ 120.2501819, 30.0362638 ], [ 120.2499488, 30.0364924 ], [ 120.249576, 30.0368287 ], [ 120.248939, 30.0371515 ], [ 120.2481311, 30.0372322 ], [ 120.2470591, 30.037138 ], [ 120.2463756, 30.0369094 ], [ 120.245894, 30.0368421 ], [ 120.2434859, 30.0362503 ], [ 120.2423984, 30.0359948 ], [ 120.2417078, 30.0359332 ], [ 120.2405569, 30.0359638 ], [ 120.2396185, 30.0360405 ], [ 120.2387863, 30.0361324 ], [ 120.2369625, 30.0366076 ], [ 120.2362366, 30.0368835 ], [ 120.2346961, 30.0373281 ], [ 120.2337931, 30.0376193 ], [ 120.2336287, 30.0376646 ], [ 120.2334436, 30.037689 ], [ 120.2329735, 30.0379672 ], [ 120.2324257, 30.0382509 ], [ 120.2322668, 30.0383409 ], [ 120.232197, 30.0383861 ], [ 120.2321172, 30.0384395 ], [ 120.2320951, 30.0384619 ], [ 120.2320552, 30.0384958 ], [ 120.2319319, 30.0385817 ], [ 120.231509, 30.0388915 ], [ 120.231031, 30.0393054 ], [ 120.2306414, 30.0396733 ], [ 120.2302873, 30.0399951 ], [ 120.2298801, 30.0402557 ], [ 120.229579, 30.0405929 ], [ 120.2294905, 30.0409148 ], [ 120.2289947, 30.0406542 ], [ 120.2289062, 30.0407615 ], [ 120.2293843, 30.0410681 ], [ 120.2292603, 30.0415586 ], [ 120.2291541, 30.0419877 ], [ 120.2287646, 30.0426315 ], [ 120.2283927, 30.043965 ], [ 120.2280917, 30.0450532 ], [ 120.2280386, 30.0455437 ], [ 120.2277907, 30.0461721 ], [ 120.2275428, 30.0465706 ], [ 120.2272064, 30.0469384 ], [ 120.2270471, 30.0474136 ], [ 120.2267992, 30.0478887 ], [ 120.2261263, 30.0485171 ], [ 120.2251348, 30.0492527 ], [ 120.2245859, 30.0494673 ], [ 120.2240016, 30.0496359 ], [ 120.2235412, 30.0497892 ], [ 120.2229215, 30.0500191 ], [ 120.2217529, 30.050111 ], [ 120.2203718, 30.0498811 ], [ 120.2195219, 30.0498045 ], [ 120.2184949, 30.0498965 ], [ 120.2173972, 30.0501417 ], [ 120.2167774, 30.0502183 ], [ 120.2163879, 30.0501723 ], [ 120.216264, 30.0499424 ], [ 120.2161577, 30.050157 ], [ 120.2159807, 30.0502643 ], [ 120.2149714, 30.0506628 ], [ 120.213732, 30.0512911 ], [ 120.2111823, 30.0531149 ], [ 120.2097835, 30.0540805 ], [ 120.2069859, 30.055705 ], [ 120.2051622, 30.0568544 ], [ 120.2046664, 30.0571609 ], [ 120.2040998, 30.057544 ], [ 120.2038342, 30.0579118 ], [ 120.202577, 30.0584942 ], [ 120.2022583, 30.0587853 ], [ 120.2006294, 30.05995 ], [ 120.1998326, 30.0606396 ], [ 120.1981151, 30.0627697 ], [ 120.1977787, 30.0632141 ], [ 120.1973006, 30.0635053 ], [ 120.19661, 30.0638578 ], [ 120.1953883, 30.0642102 ], [ 120.1938833, 30.0646392 ], [ 120.1934406, 30.0647618 ], [ 120.192998, 30.0649916 ], [ 120.1919533, 30.0655433 ], [ 120.1912273, 30.0661103 ], [ 120.1907847, 30.0667079 ], [ 120.190342, 30.0671523 ], [ 120.1900233, 30.0674281 ], [ 120.1896161, 30.0678265 ], [ 120.1892088, 30.0683322 ], [ 120.1889609, 30.068654 ], [ 120.1887839, 30.0688226 ], [ 120.1885714, 30.0687 ], [ 120.1881288, 30.0678419 ], [ 120.18781, 30.0673668 ], [ 120.187509, 30.0662942 ], [ 120.1873851, 30.0655127 ], [ 120.1874736, 30.0651602 ], [ 120.1871781, 30.0639405 ], [ 120.1865129, 30.0640427 ], [ 120.1867477, 30.0652522 ], [ 120.1870841, 30.0669378 ], [ 120.1873143, 30.0675814 ], [ 120.1875622, 30.0682863 ], [ 120.1877923, 30.0687919 ], [ 120.1880402, 30.0693282 ], [ 120.1880048, 30.069696 ], [ 120.1880225, 30.0703089 ], [ 120.1878632, 30.0708452 ], [ 120.1874382, 30.0715041 ], [ 120.1867123, 30.0721783 ], [ 120.1855614, 30.0734042 ], [ 120.1853666, 30.0737566 ], [ 120.1849593, 30.0742163 ], [ 120.1845698, 30.0745227 ], [ 120.184198, 30.0748445 ], [ 120.1831002, 30.0760856 ], [ 120.1822326, 30.0766985 ], [ 120.1813827, 30.0771735 ], [ 120.1801595, 30.0777541 ], [ 120.179674, 30.0779398 ], [ 120.1790278, 30.0783073 ], [ 120.1783903, 30.078675 ], [ 120.1777911, 30.0789611 ], [ 120.1773673, 30.0792512 ], [ 120.1770742, 30.0794128 ], [ 120.1769738, 30.0793339 ], [ 120.1768765, 30.0790353 ], [ 120.1768939, 30.0787092 ], [ 120.17691, 30.0785421 ], [ 120.1770801, 30.0783992 ], [ 120.1773204, 30.0783182 ], [ 120.1772654, 30.0781499 ], [ 120.1770294, 30.0782253 ], [ 120.1766843, 30.0783904 ], [ 120.1764513, 30.0785738 ], [ 120.1765264, 30.0787819 ], [ 120.1767082, 30.0793645 ], [ 120.1767451, 30.079662 ], [ 120.176627, 30.0798639 ], [ 120.1764979, 30.0800415 ], [ 120.1761304, 30.0803554 ], [ 120.1758883, 30.080671 ], [ 120.1757108, 30.0808234 ], [ 120.1755654, 30.0809033 ], [ 120.175405, 30.0809599 ], [ 120.1752386, 30.080866 ], [ 120.1747783, 30.0805596 ], [ 120.1743887, 30.0804983 ], [ 120.1740346, 30.0806209 ], [ 120.173769, 30.080912 ], [ 120.173167, 30.0815861 ], [ 120.1733118, 30.0818414 ], [ 120.1734674, 30.0821617 ], [ 120.1735103, 30.0823752 ], [ 120.1735693, 30.0826862 ], [ 120.1736446, 30.0829936 ], [ 120.1737934, 30.083435 ], [ 120.1739126, 30.0843248 ], [ 120.1738359, 30.0844649 ], [ 120.1730707, 30.0845753 ], [ 120.1727732, 30.0846673 ], [ 120.1727732, 30.0848483 ], [ 120.1727732, 30.0849983 ], [ 120.1729645, 30.0850719 ], [ 120.1732195, 30.084888 ], [ 120.1738858, 30.0847982 ], [ 120.173977, 30.0849793 ], [ 120.1740697, 30.0855685 ], [ 120.1740485, 30.0858995 ], [ 120.1742823, 30.0860099 ], [ 120.1744311, 30.0862122 ], [ 120.1744948, 30.0867271 ], [ 120.1747712, 30.0879042 ], [ 120.1747924, 30.0884008 ], [ 120.1746832, 30.0888647 ], [ 120.1743212, 30.0895497 ], [ 120.174225, 30.0898869 ], [ 120.1741684, 30.0904412 ], [ 120.1741773, 30.0915291 ], [ 120.1742914, 30.0929075 ], [ 120.1746635, 30.0943945 ], [ 120.1745314, 30.0949422 ], [ 120.1741721, 30.0954771 ], [ 120.1738468, 30.0958701 ], [ 120.17387, 30.09619 ], [ 120.17367, 30.09622 ], [ 120.1733951, 30.0966884 ], [ 120.1731872, 30.0970974 ], [ 120.172921, 30.0976756 ], [ 120.17258, 30.09813 ], [ 120.1723821, 30.0983548 ], [ 120.1723455, 30.0985504 ], [ 120.1725568, 30.0990997 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1657932, 30.004934 ], [ 120.1664085, 30.0048772 ], [ 120.1663673, 30.0045799 ], [ 120.1665086, 30.004213 ], [ 120.1667149, 30.0039818 ], [ 120.166555, 30.0038391 ], [ 120.1664092, 30.0038391 ], [ 120.1657495, 30.0041519 ], [ 120.1654494, 30.0045035 ], [ 120.1654131, 30.004776 ], [ 120.1657932, 30.004934 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "戴村仙女湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1714773, 30.0173371 ], [ 120.17211, 30.0171117 ], [ 120.1723599, 30.0172332 ], [ 120.1722712, 30.0180188 ], [ 120.1733415, 30.0187139 ], [ 120.1741259, 30.0186793 ], [ 120.174409, 30.0184707 ], [ 120.1749027, 30.0183885 ], [ 120.1757001, 30.0181747 ], [ 120.1758224, 30.0181721 ], [ 120.1764596, 30.0181583 ], [ 120.1771811, 30.0183227 ], [ 120.1777196, 30.0182238 ], [ 120.1778076, 30.0182076 ], [ 120.1784912, 30.0183063 ], [ 120.1788352, 30.0181356 ], [ 120.1785671, 30.0176651 ], [ 120.1786056, 30.0175316 ], [ 120.178681, 30.0172705 ], [ 120.179404, 30.0166301 ], [ 120.179478, 30.0162554 ], [ 120.1777065, 30.0136599 ], [ 120.1757381, 30.014114 ], [ 120.1736931, 30.0144138 ], [ 120.1737992, 30.015009 ], [ 120.1728654, 30.0148717 ], [ 120.1728721, 30.0151501 ], [ 120.1722407, 30.0152268 ], [ 120.1722944, 30.0158426 ], [ 120.1717673, 30.0158839 ], [ 120.1712141, 30.0163299 ], [ 120.1714773, 30.0173371 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1721511, 30.0202013 ], [ 120.1724339, 30.0202013 ], [ 120.1728789, 30.0203608 ], [ 120.1730939, 30.0205638 ], [ 120.1731632, 30.0201221 ], [ 120.1732366, 30.0198761 ], [ 120.1731489, 30.0197139 ], [ 120.1721621, 30.0196022 ], [ 120.17195, 30.0199557 ], [ 120.1721511, 30.0202013 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1625579, 30.024639 ], [ 120.1626755, 30.0248937 ], [ 120.1630678, 30.0249786 ], [ 120.1630888, 30.0247216 ], [ 120.1632489, 30.0243699 ], [ 120.1633508, 30.02414 ], [ 120.1626389, 30.0238536 ], [ 120.1625579, 30.0243164 ], [ 120.1625579, 30.024639 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1602512, 30.0263117 ], [ 120.1608038, 30.0262662 ], [ 120.1603058, 30.0258575 ], [ 120.1599819, 30.0258123 ], [ 120.159896, 30.0259337 ], [ 120.1602512, 30.0263117 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1683859, 30.031064 ], [ 120.1686095, 30.0308186 ], [ 120.168657, 30.0305974 ], [ 120.168577, 30.0302933 ], [ 120.168219, 30.0300773 ], [ 120.1681984, 30.0303793 ], [ 120.1679792, 30.0306288 ], [ 120.1683859, 30.031064 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1687677, 30.0400231 ], [ 120.1694345, 30.0398005 ], [ 120.1693611, 30.0392711 ], [ 120.1685455, 30.0394743 ], [ 120.1687677, 30.0400231 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1697318, 30.0399119 ], [ 120.1698936, 30.0402477 ], [ 120.1702852, 30.0400755 ], [ 120.1703374, 30.0401867 ], [ 120.1706403, 30.0400085 ], [ 120.1701701, 30.0399549 ], [ 120.170176, 30.0397247 ], [ 120.1699965, 30.0396541 ], [ 120.1697318, 30.0396541 ], [ 120.1697318, 30.0399119 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1700408, 30.0414432 ], [ 120.1708812, 30.040826 ], [ 120.1718357, 30.041296 ], [ 120.1721819, 30.0409097 ], [ 120.1708304, 30.0401936 ], [ 120.1694651, 30.0406905 ], [ 120.1700408, 30.0414432 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1770515, 30.0447916 ], [ 120.1773031, 30.044194 ], [ 120.1776248, 30.0443905 ], [ 120.1789831, 30.0416184 ], [ 120.1772614, 30.0409714 ], [ 120.176051, 30.0437149 ], [ 120.1762942, 30.0438509 ], [ 120.1759845, 30.0444982 ], [ 120.1770515, 30.0447916 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2487193, 29.9828941 ], [ 120.2488419, 29.9830129 ], [ 120.2489667, 29.9829914 ], [ 120.249117, 29.9829838 ], [ 120.2491788, 29.9830889 ], [ 120.2492051, 29.9831336 ], [ 120.2492266, 29.9840099 ], [ 120.2494819, 29.9839584 ], [ 120.2497412, 29.9840668 ], [ 120.2501028, 29.9840832 ], [ 120.2506173, 29.9841397 ], [ 120.2510545, 29.9840782 ], [ 120.2513401, 29.9839347 ], [ 120.2515337, 29.9836888 ], [ 120.2515821, 29.9833348 ], [ 120.2516601, 29.9826722 ], [ 120.2519073, 29.9819175 ], [ 120.2520862, 29.9818041 ], [ 120.2524864, 29.9818964 ], [ 120.2525602, 29.9818744 ], [ 120.2525641, 29.9818186 ], [ 120.2521497, 29.9813673 ], [ 120.2520876, 29.9814225 ], [ 120.2519585, 29.9815374 ], [ 120.2516927, 29.9816187 ], [ 120.2516715, 29.9817568 ], [ 120.2516778, 29.9819551 ], [ 120.251669, 29.9820029 ], [ 120.2516395, 29.9821642 ], [ 120.2514376, 29.9827521 ], [ 120.2514351, 29.9828575 ], [ 120.2514302, 29.9830606 ], [ 120.2514534, 29.9834316 ], [ 120.2512613, 29.9837179 ], [ 120.2509779, 29.9837859 ], [ 120.2505915, 29.98386 ], [ 120.2504833, 29.9838807 ], [ 120.2498881, 29.9838383 ], [ 120.2495953, 29.9837246 ], [ 120.2495186, 29.9835554 ], [ 120.2493048, 29.9832045 ], [ 120.2492105, 29.9830356 ], [ 120.2492686, 29.9829617 ], [ 120.249363, 29.9828118 ], [ 120.2493658, 29.9826957 ], [ 120.2494863, 29.9825671 ], [ 120.249314, 29.9825369 ], [ 120.2491474, 29.9824697 ], [ 120.2490997, 29.982505 ], [ 120.2490611, 29.9825336 ], [ 120.248933, 29.9826206 ], [ 120.2486463, 29.9826549 ], [ 120.2487193, 29.9828941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2483019, 29.9832467 ], [ 120.2487098, 29.9830595 ], [ 120.2485814, 29.9829114 ], [ 120.2481702, 29.9829942 ], [ 120.2483019, 29.9832467 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2588683, 29.983957 ], [ 120.2590452, 29.9839477 ], [ 120.259247, 29.9838407 ], [ 120.2593544, 29.9837082 ], [ 120.2593137, 29.9836001 ], [ 120.2592217, 29.9834765 ], [ 120.2590346, 29.9835785 ], [ 120.2589012, 29.9836946 ], [ 120.2587406, 29.9837449 ], [ 120.2588683, 29.983957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2566194, 29.9842522 ], [ 120.2565955, 29.9843823 ], [ 120.2567487, 29.9843958 ], [ 120.2568249, 29.9843347 ], [ 120.2568226, 29.9840049 ], [ 120.2567934, 29.9839434 ], [ 120.2566039, 29.9838843 ], [ 120.2564411, 29.9841853 ], [ 120.2566194, 29.9842522 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2534963, 29.9846114 ], [ 120.2536099, 29.9846217 ], [ 120.2540182, 29.9843922 ], [ 120.2540032, 29.9842221 ], [ 120.2538086, 29.9842185 ], [ 120.2537075, 29.984235 ], [ 120.2534761, 29.9843649 ], [ 120.2534566, 29.9844559 ], [ 120.2534963, 29.9846114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2589969, 29.9873189 ], [ 120.2590879, 29.987403 ], [ 120.2598774, 29.9861053 ], [ 120.2598824, 29.9859626 ], [ 120.2599098, 29.985833 ], [ 120.2599723, 29.9855585 ], [ 120.2597061, 29.9854551 ], [ 120.2594701, 29.9857653 ], [ 120.2594305, 29.9859683 ], [ 120.2591961, 29.986245 ], [ 120.2587866, 29.987304 ], [ 120.2589969, 29.9873189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2534386, 29.9866216 ], [ 120.253488, 29.9866439 ], [ 120.2539896, 29.9867173 ], [ 120.254419, 29.9867441 ], [ 120.2545155, 29.9867441 ], [ 120.2546096, 29.9866895 ], [ 120.2542678, 29.9866357 ], [ 120.2542441, 29.9865619 ], [ 120.2540821, 29.9865649 ], [ 120.2539331, 29.9866059 ], [ 120.253753, 29.986547 ], [ 120.2534285, 29.9865628 ], [ 120.2534386, 29.9866216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2519066, 29.9879271 ], [ 120.2519469, 29.9876973 ], [ 120.2516372, 29.9874401 ], [ 120.2514216, 29.9871916 ], [ 120.2512665, 29.9871721 ], [ 120.2512052, 29.9872469 ], [ 120.2519066, 29.9879271 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2532232, 29.9879092 ], [ 120.2532012, 29.9880668 ], [ 120.2535299, 29.9881271 ], [ 120.2535379, 29.9874841 ], [ 120.253219, 29.9874305 ], [ 120.2531096, 29.9879052 ], [ 120.2532232, 29.9879092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2610224, 29.988744 ], [ 120.2610156, 29.9885665 ], [ 120.2611515, 29.9885516 ], [ 120.2611336, 29.9883255 ], [ 120.2610835, 29.9880063 ], [ 120.2610044, 29.987626 ], [ 120.2608406, 29.9874497 ], [ 120.2604082, 29.9877105 ], [ 120.2605295, 29.9879179 ], [ 120.2599363, 29.9882872 ], [ 120.2599354, 29.988677 ], [ 120.2610224, 29.988744 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3012766, 29.987665 ], [ 120.3016928, 29.9878689 ], [ 120.301851, 29.9878096 ], [ 120.3017819, 29.9876179 ], [ 120.3017932, 29.9873622 ], [ 120.3011847, 29.9874248 ], [ 120.3012766, 29.987665 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2912417, 29.9879847 ], [ 120.2915668, 29.9879574 ], [ 120.2917376, 29.987902 ], [ 120.291945, 29.9876195 ], [ 120.2924065, 29.9873943 ], [ 120.292228, 29.9873489 ], [ 120.292062, 29.9872959 ], [ 120.2916407, 29.9876854 ], [ 120.2913344, 29.9877483 ], [ 120.2912038, 29.987619 ], [ 120.2910623, 29.9876959 ], [ 120.2912417, 29.9879847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2787773, 29.9885574 ], [ 120.2790711, 29.9879932 ], [ 120.2785392, 29.9877025 ], [ 120.2784896, 29.988012 ], [ 120.2784156, 29.9884737 ], [ 120.2787773, 29.9885574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.292906, 29.9904631 ], [ 120.2929615, 29.9902588 ], [ 120.2926363, 29.9896955 ], [ 120.292616, 29.9900828 ], [ 120.2924341, 29.9903585 ], [ 120.292906, 29.9904631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2942409, 29.9931184 ], [ 120.294552, 29.9932362 ], [ 120.2946777, 29.9929548 ], [ 120.2944921, 29.992799 ], [ 120.2944934, 29.9926447 ], [ 120.2944508, 29.9925729 ], [ 120.2943641, 29.9926199 ], [ 120.2942229, 29.992783 ], [ 120.2942409, 29.9931184 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2971825, 29.9941833 ], [ 120.2972705, 29.9941823 ], [ 120.2976534, 29.9939934 ], [ 120.2977046, 29.9938547 ], [ 120.2974688, 29.9939064 ], [ 120.2972489, 29.9938135 ], [ 120.2971733, 29.9940767 ], [ 120.2971825, 29.9941833 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2841929, 29.9945215 ], [ 120.2843917, 29.9951633 ], [ 120.2846425, 29.9949911 ], [ 120.2841867, 29.9942498 ], [ 120.2840884, 29.9943032 ], [ 120.2841929, 29.9945215 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3062413, 29.9952944 ], [ 120.3064092, 29.995456 ], [ 120.306649, 29.9950757 ], [ 120.3067637, 29.9946643 ], [ 120.3065208, 29.994632 ], [ 120.3061062, 29.9949296 ], [ 120.3060558, 29.9949657 ], [ 120.3062413, 29.9952944 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2878726, 29.9954504 ], [ 120.2882825, 29.9953928 ], [ 120.2882457, 29.9952989 ], [ 120.287797, 29.9951879 ], [ 120.2878726, 29.9954504 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2872548, 29.995616 ], [ 120.2872959, 29.9955184 ], [ 120.2871788, 29.9952568 ], [ 120.2870897, 29.9952836 ], [ 120.2866391, 29.9952836 ], [ 120.2865786, 29.9955362 ], [ 120.2872548, 29.995616 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2605171, 29.9907702 ], [ 120.2607871, 29.9908752 ], [ 120.2610545, 29.99068 ], [ 120.2615098, 29.9904579 ], [ 120.2611569, 29.9899393 ], [ 120.2610112, 29.9899814 ], [ 120.2607805, 29.9902446 ], [ 120.2603261, 29.9904657 ], [ 120.2605171, 29.9907702 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2599884, 29.9912999 ], [ 120.2602763, 29.9907566 ], [ 120.2589092, 29.990046 ], [ 120.2584238, 29.990485 ], [ 120.2599884, 29.9912999 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2401427, 29.9911848 ], [ 120.2405908, 29.9917104 ], [ 120.2408923, 29.9925451 ], [ 120.241718, 29.992514 ], [ 120.2424382, 29.9917746 ], [ 120.2422134, 29.9911297 ], [ 120.2409527, 29.9905595 ], [ 120.24008, 29.9907063 ], [ 120.2401427, 29.9911848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2443813, 29.9957495 ], [ 120.2447818, 29.9958177 ], [ 120.2451707, 29.9957249 ], [ 120.2453995, 29.995517 ], [ 120.2451723, 29.9950656 ], [ 120.2451723, 29.9947345 ], [ 120.2453554, 29.9946998 ], [ 120.2461336, 29.9943439 ], [ 120.2463523, 29.9942934 ], [ 120.2468657, 29.9942316 ], [ 120.2468834, 29.9940836 ], [ 120.2471673, 29.9939644 ], [ 120.247162, 29.9938205 ], [ 120.2470248, 29.993784 ], [ 120.2465675, 29.9938113 ], [ 120.2465328, 29.994006 ], [ 120.2461186, 29.9941548 ], [ 120.245388, 29.9941247 ], [ 120.2451537, 29.9939942 ], [ 120.2449119, 29.9938119 ], [ 120.2447501, 29.9943401 ], [ 120.244451, 29.994491 ], [ 120.2443883, 29.9946951 ], [ 120.2446796, 29.9946951 ], [ 120.2448822, 29.9949845 ], [ 120.244804, 29.995309 ], [ 120.2442182, 29.9955203 ], [ 120.2443813, 29.9957495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.239968, 29.9964774 ], [ 120.2414445, 29.9965733 ], [ 120.2420859, 29.996223 ], [ 120.24199, 29.9957617 ], [ 120.2420381, 29.9951647 ], [ 120.241648, 29.994951 ], [ 120.2407467, 29.9949567 ], [ 120.2402769, 29.9953349 ], [ 120.2398195, 29.9955286 ], [ 120.2396104, 29.9959492 ], [ 120.239968, 29.9964774 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2561917, 29.9981214 ], [ 120.2563429, 29.9985759 ], [ 120.2565905, 29.9985226 ], [ 120.2565765, 29.9982958 ], [ 120.2565106, 29.9979355 ], [ 120.2563178, 29.9977682 ], [ 120.2562496, 29.9978268 ], [ 120.2561779, 29.9978712 ], [ 120.2560404, 29.9979563 ], [ 120.2559162, 29.9979586 ], [ 120.2558682, 29.998034 ], [ 120.2561917, 29.9981214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2383929, 29.9986568 ], [ 120.238413, 29.9989053 ], [ 120.2384614, 29.9994397 ], [ 120.2386851, 29.9996439 ], [ 120.2392855, 29.9993845 ], [ 120.2395691, 29.9991156 ], [ 120.2393, 29.9987893 ], [ 120.2388455, 29.9984695 ], [ 120.2384419, 29.9977061 ], [ 120.2383718, 29.9979911 ], [ 120.2380797, 29.9981557 ], [ 120.2383929, 29.9986568 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2552335, 30.0001684 ], [ 120.2555423, 30.0002562 ], [ 120.2556814, 30.0001454 ], [ 120.2557538, 30.0001271 ], [ 120.2557716, 29.9999844 ], [ 120.2557854, 29.999838 ], [ 120.2557854, 29.9997291 ], [ 120.2558324, 29.9996418 ], [ 120.2558178, 29.9995952 ], [ 120.2557086, 29.9996349 ], [ 120.2555177, 29.9996455 ], [ 120.2553661, 29.999662 ], [ 120.2552387, 29.9997603 ], [ 120.2551979, 29.9999809 ], [ 120.2552473, 30.0001307 ], [ 120.2550525, 30.0001662 ], [ 120.2552335, 30.0001684 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2597991, 30.0005429 ], [ 120.2601963, 30.0006942 ], [ 120.2603915, 30.0002113 ], [ 120.2606186, 30.0000607 ], [ 120.2607677, 29.9996604 ], [ 120.2605428, 29.9995807 ], [ 120.2601764, 29.9994817 ], [ 120.2598264, 29.9998902 ], [ 120.2596788, 30.0000427 ], [ 120.2597991, 30.0005429 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2567287, 30.0010691 ], [ 120.2569095, 30.0010732 ], [ 120.2569154, 30.0011363 ], [ 120.2571561, 30.0013679 ], [ 120.257062, 30.0014651 ], [ 120.2571302, 30.0015537 ], [ 120.2571873, 30.0015587 ], [ 120.2572752, 30.0015645 ], [ 120.2574228, 30.0013902 ], [ 120.2574336, 30.0013518 ], [ 120.2573788, 30.0012669 ], [ 120.2572635, 30.0013418 ], [ 120.2570061, 30.001063 ], [ 120.2570225, 30.0007791 ], [ 120.2569175, 30.0008541 ], [ 120.2569175, 30.0009393 ], [ 120.2569175, 30.0010043 ], [ 120.2567882, 30.0010036 ], [ 120.2567728, 30.0009712 ], [ 120.2567264, 30.0008899 ], [ 120.2567287, 30.0010691 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3171825, 29.9908891 ], [ 120.3174769, 29.9910359 ], [ 120.3176298, 29.9906473 ], [ 120.3172124, 29.9906599 ], [ 120.3171285, 29.990787 ], [ 120.3171825, 29.9908891 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.329023, 29.9925902 ], [ 120.3291181, 29.9924549 ], [ 120.3292415, 29.9924538 ], [ 120.3292403, 29.9923392 ], [ 120.3291824, 29.9922871 ], [ 120.3291034, 29.9922001 ], [ 120.3290943, 29.991848 ], [ 120.3291274, 29.9917223 ], [ 120.3286428, 29.9917673 ], [ 120.3283357, 29.991719 ], [ 120.3282957, 29.9919552 ], [ 120.3283086, 29.992118 ], [ 120.328238, 29.9922436 ], [ 120.329023, 29.9925902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3256459, 29.9922629 ], [ 120.3257351, 29.9921647 ], [ 120.3255357, 29.9920921 ], [ 120.3254673, 29.9924491 ], [ 120.3256459, 29.9922629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3465106, 29.994248 ], [ 120.3466224, 29.9940274 ], [ 120.3468401, 29.9938594 ], [ 120.3474683, 29.9938042 ], [ 120.3478762, 29.9938386 ], [ 120.3486272, 29.9940245 ], [ 120.3481337, 29.9935413 ], [ 120.3480063, 29.9934418 ], [ 120.3480063, 29.9932211 ], [ 120.3481766, 29.9929652 ], [ 120.347474, 29.9931324 ], [ 120.3472548, 29.9930011 ], [ 120.3464558, 29.9931678 ], [ 120.3460274, 29.9932846 ], [ 120.3465106, 29.994248 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3255239, 29.9940841 ], [ 120.3257529, 29.9941719 ], [ 120.3258895, 29.9939522 ], [ 120.3257724, 29.9935975 ], [ 120.325341, 29.9931407 ], [ 120.3252916, 29.9933669 ], [ 120.3255239, 29.9940841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3378688, 29.994377 ], [ 120.3396938, 29.9945713 ], [ 120.339721, 29.9944318 ], [ 120.3395422, 29.9943027 ], [ 120.3394642, 29.9940889 ], [ 120.3394642, 29.9938554 ], [ 120.3395254, 29.9936818 ], [ 120.3395401, 29.9935249 ], [ 120.3394976, 29.9933819 ], [ 120.3393036, 29.9933606 ], [ 120.3382863, 29.9934194 ], [ 120.3381792, 29.9934785 ], [ 120.3377879, 29.9942103 ], [ 120.3378688, 29.994377 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3178583, 29.9945304 ], [ 120.3181551, 29.9944956 ], [ 120.3181551, 29.994364 ], [ 120.3181404, 29.9941442 ], [ 120.3181199, 29.9939021 ], [ 120.3177135, 29.9940781 ], [ 120.3172461, 29.9944653 ], [ 120.3178583, 29.9945304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3294576, 29.998034 ], [ 120.3297898, 29.9977322 ], [ 120.3302116, 29.9975 ], [ 120.3299642, 29.9972511 ], [ 120.3296247, 29.9975726 ], [ 120.3293603, 29.997973 ], [ 120.3294576, 29.998034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3175306, 29.9986189 ], [ 120.3179167, 29.9984253 ], [ 120.3180183, 29.9980733 ], [ 120.3176392, 29.9979027 ], [ 120.3175712, 29.9980205 ], [ 120.3175102, 29.9983901 ], [ 120.3175306, 29.9986189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3123282, 30.0018219 ], [ 120.3126731, 30.0016109 ], [ 120.3128051, 30.0015757 ], [ 120.3128159, 30.0014347 ], [ 120.3125924, 30.0012236 ], [ 120.3122533, 30.0012114 ], [ 120.3123282, 30.0018219 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2885774, 29.9954584 ], [ 120.288903, 29.9955892 ], [ 120.2890469, 29.9953796 ], [ 120.2885464, 29.9953383 ], [ 120.2885774, 29.9954584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2818111, 29.9962686 ], [ 120.282178, 29.9962432 ], [ 120.2819775, 29.995566 ], [ 120.2817038, 29.9955438 ], [ 120.2813605, 29.9963801 ], [ 120.2818111, 29.9962686 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3022576, 29.9974718 ], [ 120.3026039, 29.9973313 ], [ 120.3022892, 29.9971405 ], [ 120.3021611, 29.997511 ], [ 120.3022576, 29.9974718 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3091508, 29.9976815 ], [ 120.3093321, 29.9979879 ], [ 120.3094584, 29.9978905 ], [ 120.3096289, 29.9977987 ], [ 120.3094825, 29.9976189 ], [ 120.3093865, 29.9974551 ], [ 120.3093014, 29.997443 ], [ 120.3090394, 29.9974447 ], [ 120.3088749, 29.9974929 ], [ 120.3091508, 29.9976815 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2933153, 29.9980875 ], [ 120.2933228, 29.9982127 ], [ 120.2934899, 29.9982127 ], [ 120.2936476, 29.9982993 ], [ 120.2938623, 29.9982922 ], [ 120.2938822, 29.9982062 ], [ 120.2938354, 29.9979722 ], [ 120.2936326, 29.997828 ], [ 120.2933536, 29.9979006 ], [ 120.2931969, 29.9979541 ], [ 120.2931888, 29.9980971 ], [ 120.2933153, 29.9980875 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2814757, 30.0006235 ], [ 120.2815392, 30.0006457 ], [ 120.2817627, 30.0007135 ], [ 120.2819738, 30.0008092 ], [ 120.2819928, 30.0008662 ], [ 120.282102, 30.0009489 ], [ 120.2822462, 30.0010025 ], [ 120.2823583, 30.0011158 ], [ 120.2823775, 30.0014164 ], [ 120.2824875, 30.0017096 ], [ 120.2826001, 30.0019 ], [ 120.282739, 30.0018916 ], [ 120.282822, 30.0014709 ], [ 120.2827745, 30.0013869 ], [ 120.2827813, 30.001108 ], [ 120.2828331, 30.0010038 ], [ 120.282792, 30.0009234 ], [ 120.2826946, 30.0008339 ], [ 120.2823961, 30.0007426 ], [ 120.2820219, 30.0004949 ], [ 120.2818583, 30.0004205 ], [ 120.2815838, 30.0004189 ], [ 120.2814049, 30.0004436 ], [ 120.2814757, 30.0006235 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3031653, 30.0023511 ], [ 120.3032443, 30.0022971 ], [ 120.3034475, 30.0022267 ], [ 120.3040369, 30.0022795 ], [ 120.3040572, 30.0019979 ], [ 120.303732, 30.0018219 ], [ 120.3036508, 30.0015227 ], [ 120.3036101, 30.0012587 ], [ 120.3034882, 30.0009772 ], [ 120.3031427, 30.0010828 ], [ 120.3027566, 30.0014875 ], [ 120.3023298, 30.0016635 ], [ 120.3022689, 30.0019451 ], [ 120.3031653, 30.0023511 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2758888, 30.0039619 ], [ 120.276039, 30.0036088 ], [ 120.2759961, 30.0032186 ], [ 120.2756099, 30.0030699 ], [ 120.2749661, 30.0031443 ], [ 120.2749084, 30.0032073 ], [ 120.27466, 30.0034781 ], [ 120.2758888, 30.0039619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2912481, 30.0038826 ], [ 120.2916478, 30.0038091 ], [ 120.2918319, 30.0040326 ], [ 120.2921377, 30.0039308 ], [ 120.2922685, 30.0037976 ], [ 120.2924695, 30.0034669 ], [ 120.2924968, 30.003099 ], [ 120.2920786, 30.0030635 ], [ 120.2914212, 30.0034282 ], [ 120.2911942, 30.0036728 ], [ 120.2912481, 30.0038826 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2894573, 30.0039962 ], [ 120.2894721, 30.0038753 ], [ 120.2896838, 30.0038414 ], [ 120.2894049, 30.0035694 ], [ 120.2890837, 30.0036568 ], [ 120.2890174, 30.004111 ], [ 120.2894573, 30.0039962 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2654053, 30.0040471 ], [ 120.2653917, 30.0043241 ], [ 120.2652604, 30.0073352 ], [ 120.2656515, 30.0071978 ], [ 120.2660557, 30.007237 ], [ 120.2668221, 30.0073958 ], [ 120.2671852, 30.007663 ], [ 120.2675331, 30.0076155 ], [ 120.2676519, 30.0074692 ], [ 120.2677504, 30.0072489 ], [ 120.2679684, 30.0070679 ], [ 120.2675393, 30.0068035 ], [ 120.2675198, 30.0064721 ], [ 120.2674433, 30.0062601 ], [ 120.2674613, 30.005839 ], [ 120.2678281, 30.0058371 ], [ 120.2678541, 30.0056173 ], [ 120.2676682, 30.0053574 ], [ 120.2675009, 30.0050326 ], [ 120.2676497, 30.0048814 ], [ 120.2680344, 30.0045211 ], [ 120.2679341, 30.0040686 ], [ 120.2673226, 30.0038561 ], [ 120.2669969, 30.0034821 ], [ 120.2666599, 30.0023904 ], [ 120.2664637, 30.0023904 ], [ 120.2660359, 30.0024631 ], [ 120.2659057, 30.002566 ], [ 120.2657902, 30.0027739 ], [ 120.2656793, 30.0030341 ], [ 120.2656235, 30.0031835 ], [ 120.2655818, 30.0032952 ], [ 120.2652458, 30.0035159 ], [ 120.2651923, 30.0036696 ], [ 120.2654053, 30.0040471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2874622, 30.0081839 ], [ 120.2879705, 30.0082327 ], [ 120.2880732, 30.0078849 ], [ 120.2879968, 30.0078325 ], [ 120.2879816, 30.0076183 ], [ 120.2885036, 30.0076023 ], [ 120.2886263, 30.0074378 ], [ 120.2889832, 30.0074577 ], [ 120.2891239, 30.0075472 ], [ 120.2890773, 30.0077985 ], [ 120.28945, 30.0079706 ], [ 120.28961, 30.0076212 ], [ 120.2893507, 30.0074632 ], [ 120.2891845, 30.0074851 ], [ 120.289076, 30.0073947 ], [ 120.2890797, 30.007294 ], [ 120.2893301, 30.0068896 ], [ 120.2896985, 30.0065656 ], [ 120.2899688, 30.0063251 ], [ 120.2897254, 30.0061733 ], [ 120.2894155, 30.0064746 ], [ 120.2888189, 30.0061507 ], [ 120.2885971, 30.0063359 ], [ 120.2885296, 30.006621 ], [ 120.2883599, 30.0064967 ], [ 120.2880834, 30.0063227 ], [ 120.2878518, 30.0061714 ], [ 120.2877607, 30.0062754 ], [ 120.2874845, 30.0064441 ], [ 120.2873227, 30.0066318 ], [ 120.2871889, 30.0066318 ], [ 120.287086, 30.0066829 ], [ 120.2868716, 30.0068664 ], [ 120.2867435, 30.0068668 ], [ 120.2867213, 30.0068887 ], [ 120.2866747, 30.0069346 ], [ 120.2874622, 30.0081839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2833346, 30.0088303 ], [ 120.2836779, 30.0086631 ], [ 120.2837638, 30.0082914 ], [ 120.2836994, 30.007734 ], [ 120.2834848, 30.0075296 ], [ 120.2831415, 30.007511 ], [ 120.2827123, 30.007734 ], [ 120.2822122, 30.0080274 ], [ 120.2833346, 30.0088303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2792559, 30.0090584 ], [ 120.2796879, 30.0091665 ], [ 120.279811, 30.009127 ], [ 120.2800412, 30.0081987 ], [ 120.2796201, 30.0081426 ], [ 120.2793594, 30.0081403 ], [ 120.2792279, 30.008391 ], [ 120.2791407, 30.0084413 ], [ 120.2792559, 30.0090584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3023525, 30.0115449 ], [ 120.3027038, 30.0113066 ], [ 120.303024, 30.011053 ], [ 120.3035824, 30.0110379 ], [ 120.30378, 30.0109696 ], [ 120.3046943, 30.0108307 ], [ 120.3052975, 30.0108639 ], [ 120.3059746, 30.0105867 ], [ 120.3061681, 30.010566 ], [ 120.3070488, 30.0099158 ], [ 120.3074862, 30.009679 ], [ 120.3075234, 30.0096053 ], [ 120.3071683, 30.0096467 ], [ 120.3067559, 30.0098629 ], [ 120.3066207, 30.0100158 ], [ 120.3062531, 30.0102353 ], [ 120.305974, 30.0103955 ], [ 120.3052604, 30.0105825 ], [ 120.3049535, 30.0106545 ], [ 120.3047212, 30.010617 ], [ 120.3046251, 30.0105875 ], [ 120.3041206, 30.0106686 ], [ 120.303827, 30.0107158 ], [ 120.3035332, 30.010829 ], [ 120.3032877, 30.010829 ], [ 120.3031699, 30.010829 ], [ 120.302242, 30.0114626 ], [ 120.3022117, 30.01174 ], [ 120.3023525, 30.0115449 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3012501, 30.0106037 ], [ 120.3012979, 30.0110808 ], [ 120.3014228, 30.0119167 ], [ 120.3016244, 30.0122782 ], [ 120.3017499, 30.0128483 ], [ 120.3017328, 30.0135612 ], [ 120.301987, 30.0135939 ], [ 120.3019506, 30.0125653 ], [ 120.3018402, 30.0119897 ], [ 120.3017562, 30.0117172 ], [ 120.3018917, 30.0115305 ], [ 120.3025423, 30.0111646 ], [ 120.3037538, 30.0102685 ], [ 120.3034472, 30.0098514 ], [ 120.3030005, 30.0100051 ], [ 120.3026991, 30.0101202 ], [ 120.3024496, 30.0101378 ], [ 120.3022864, 30.0099976 ], [ 120.3023087, 30.0099376 ], [ 120.3018617, 30.0098843 ], [ 120.3013087, 30.009813 ], [ 120.3012501, 30.0100001 ], [ 120.3012501, 30.0106037 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2700208, 30.0133994 ], [ 120.2700672, 30.0136133 ], [ 120.2701644, 30.0136533 ], [ 120.2701563, 30.013723 ], [ 120.2700954, 30.0139026 ], [ 120.2701376, 30.0139732 ], [ 120.2703665, 30.0139886 ], [ 120.2704263, 30.0137811 ], [ 120.2709216, 30.013891 ], [ 120.2710263, 30.0135656 ], [ 120.271592, 30.013518 ], [ 120.2719653, 30.0135482 ], [ 120.2723581, 30.0135708 ], [ 120.2729362, 30.0135544 ], [ 120.2734406, 30.0134841 ], [ 120.2735831, 30.0133176 ], [ 120.273782, 30.0133016 ], [ 120.273989, 30.0133033 ], [ 120.2740632, 30.0133527 ], [ 120.2740901, 30.0136909 ], [ 120.2741716, 30.0137346 ], [ 120.2742683, 30.0137278 ], [ 120.2742842, 30.0133509 ], [ 120.2743951, 30.0132597 ], [ 120.2744976, 30.0131571 ], [ 120.2746874, 30.0131883 ], [ 120.2747056, 30.0130967 ], [ 120.2747713, 30.0130733 ], [ 120.2749616, 30.0130443 ], [ 120.2750994, 30.0129511 ], [ 120.2751137, 30.0128318 ], [ 120.2750681, 30.0127187 ], [ 120.2750419, 30.0125592 ], [ 120.2750959, 30.0124877 ], [ 120.2751344, 30.012416 ], [ 120.2752326, 30.0123591 ], [ 120.2754067, 30.0124128 ], [ 120.2755096, 30.0123734 ], [ 120.2757079, 30.0123237 ], [ 120.275642, 30.0120887 ], [ 120.275341, 30.0120941 ], [ 120.274995, 30.0120974 ], [ 120.2748951, 30.0121385 ], [ 120.274845, 30.0122341 ], [ 120.274921, 30.0124314 ], [ 120.27492, 30.0126048 ], [ 120.2748812, 30.0127181 ], [ 120.2748751, 30.0128008 ], [ 120.2748238, 30.012857 ], [ 120.2747177, 30.0128435 ], [ 120.2746273, 30.0128429 ], [ 120.2745895, 30.01294 ], [ 120.2744129, 30.01295 ], [ 120.2743772, 30.0128564 ], [ 120.2743631, 30.0127487 ], [ 120.2740963, 30.0127197 ], [ 120.2740199, 30.0127549 ], [ 120.2739939, 30.0129091 ], [ 120.2738219, 30.0130643 ], [ 120.2735714, 30.0130643 ], [ 120.2733799, 30.0131063 ], [ 120.273293, 30.0132699 ], [ 120.2731682, 30.0132992 ], [ 120.2727592, 30.013348 ], [ 120.2723383, 30.0133654 ], [ 120.2721648, 30.0133267 ], [ 120.27207, 30.0131998 ], [ 120.2720412, 30.0130403 ], [ 120.2720041, 30.0127881 ], [ 120.2718769, 30.0125312 ], [ 120.2717329, 30.0123079 ], [ 120.2715073, 30.0120658 ], [ 120.2713359, 30.0120008 ], [ 120.2713221, 30.0120675 ], [ 120.2714025, 30.0121653 ], [ 120.2715772, 30.0123828 ], [ 120.2716786, 30.0125675 ], [ 120.271772, 30.0128054 ], [ 120.2718111, 30.0130518 ], [ 120.2718825, 30.0132624 ], [ 120.2719433, 30.0133653 ], [ 120.2719113, 30.0134107 ], [ 120.2715741, 30.0134015 ], [ 120.271345, 30.0133552 ], [ 120.2713351, 30.0132701 ], [ 120.2713351, 30.0131393 ], [ 120.2712972, 30.0130622 ], [ 120.2712269, 30.0130567 ], [ 120.2711422, 30.0131126 ], [ 120.2711724, 30.013297 ], [ 120.2709964, 30.0132486 ], [ 120.2700497, 30.0130702 ], [ 120.2700208, 30.0131908 ], [ 120.2700208, 30.0133994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3061001, 30.0139556 ], [ 120.3063182, 30.0138633 ], [ 120.3062868, 30.0137542 ], [ 120.3062715, 30.0135974 ], [ 120.3063044, 30.0135203 ], [ 120.3062815, 30.0134342 ], [ 120.3061068, 30.0133987 ], [ 120.3058068, 30.0141111 ], [ 120.3061001, 30.0139556 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3046953, 30.0145903 ], [ 120.3049868, 30.0147381 ], [ 120.305086, 30.0146449 ], [ 120.304982, 30.0145807 ], [ 120.3049569, 30.0144739 ], [ 120.3050275, 30.0143145 ], [ 120.3051586, 30.0142044 ], [ 120.3052317, 30.014113 ], [ 120.3052572, 30.0138374 ], [ 120.3052016, 30.0138019 ], [ 120.3049555, 30.0139025 ], [ 120.3044322, 30.0142066 ], [ 120.3043002, 30.0142928 ], [ 120.3042728, 30.0144284 ], [ 120.3046953, 30.0145903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2868293, 30.0154695 ], [ 120.2869122, 30.0152132 ], [ 120.2879112, 30.0154205 ], [ 120.2878485, 30.0156531 ], [ 120.2884559, 30.0157739 ], [ 120.2884958, 30.0150731 ], [ 120.2874845, 30.0148709 ], [ 120.2875362, 30.0146465 ], [ 120.2872588, 30.0145759 ], [ 120.2867589, 30.0144982 ], [ 120.28635, 30.014452 ], [ 120.2863718, 30.0146788 ], [ 120.2863533, 30.0149934 ], [ 120.2862507, 30.0153155 ], [ 120.2868293, 30.0154695 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3201412, 30.0033384 ], [ 120.321041, 30.002943 ], [ 120.3208859, 30.0027077 ], [ 120.3207211, 30.0024379 ], [ 120.3206398, 30.0021211 ], [ 120.3205382, 30.0017867 ], [ 120.3199082, 30.0028778 ], [ 120.3201412, 30.0033384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3460366, 30.0031481 ], [ 120.3461277, 30.00313 ], [ 120.3462813, 30.0031136 ], [ 120.3463629, 30.0031711 ], [ 120.3466075, 30.0030216 ], [ 120.3470267, 30.0029592 ], [ 120.3471405, 30.0030315 ], [ 120.3472049, 30.003107 ], [ 120.3473036, 30.0031153 ], [ 120.3473131, 30.0029904 ], [ 120.3472884, 30.002887 ], [ 120.3471803, 30.0027621 ], [ 120.3470646, 30.0026882 ], [ 120.3469622, 30.0026143 ], [ 120.3468711, 30.0025716 ], [ 120.3466227, 30.0025502 ], [ 120.3463704, 30.0025519 ], [ 120.3460556, 30.0024813 ], [ 120.3458337, 30.0030725 ], [ 120.3460366, 30.0031481 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3220768, 30.0040019 ], [ 120.322179, 30.0040019 ], [ 120.3222675, 30.0038837 ], [ 120.3223275, 30.0037692 ], [ 120.3223466, 30.0035742 ], [ 120.3223956, 30.0034175 ], [ 120.3225145, 30.0033336 ], [ 120.3227973, 30.0029937 ], [ 120.322972, 30.0028509 ], [ 120.3230426, 30.0026217 ], [ 120.3230515, 30.0023815 ], [ 120.3230049, 30.0021112 ], [ 120.3229484, 30.0020389 ], [ 120.3227326, 30.0021051 ], [ 120.3228383, 30.0023666 ], [ 120.3229676, 30.0024049 ], [ 120.3229312, 30.0024606 ], [ 120.3227972, 30.002445 ], [ 120.3227072, 30.0026324 ], [ 120.3225908, 30.0028321 ], [ 120.3222905, 30.0031478 ], [ 120.3220257, 30.0032614 ], [ 120.321819, 30.0038855 ], [ 120.3220768, 30.0040019 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3110906, 30.0041565 ], [ 120.3111926, 30.004161 ], [ 120.31128, 30.0041977 ], [ 120.3113806, 30.0041962 ], [ 120.311426, 30.0041191 ], [ 120.3114244, 30.0040342 ], [ 120.3112991, 30.0040002 ], [ 120.3111826, 30.0040095 ], [ 120.3110211, 30.0039697 ], [ 120.3110906, 30.0041565 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3409774, 30.0119922 ], [ 120.3410786, 30.0120313 ], [ 120.3412423, 30.0121561 ], [ 120.3413147, 30.0123396 ], [ 120.3413683, 30.0124557 ], [ 120.341717, 30.0126369 ], [ 120.341827, 30.0128204 ], [ 120.3420536, 30.0129562 ], [ 120.3423782, 30.0130573 ], [ 120.3425621, 30.0130533 ], [ 120.3427536, 30.0132126 ], [ 120.342839, 30.0131223 ], [ 120.3428234, 30.0130503 ], [ 120.3424369, 30.0124555 ], [ 120.34238, 30.0122912 ], [ 120.3423838, 30.0119661 ], [ 120.3423951, 30.0117986 ], [ 120.3421638, 30.0117444 ], [ 120.3417159, 30.0112948 ], [ 120.340949, 30.011936 ], [ 120.3409774, 30.0119922 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.323673, 30.0132853 ], [ 120.323793, 30.0133321 ], [ 120.3239241, 30.0130581 ], [ 120.3240656, 30.0128803 ], [ 120.3243728, 30.0127661 ], [ 120.3243668, 30.0126921 ], [ 120.3242323, 30.0127131 ], [ 120.323962, 30.0127131 ], [ 120.3239108, 30.0128799 ], [ 120.3236061, 30.0129732 ], [ 120.3234342, 30.0132888 ], [ 120.323673, 30.0132853 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3213137, 30.0140006 ], [ 120.3215788, 30.0140405 ], [ 120.3216697, 30.0140163 ], [ 120.3220896, 30.0139994 ], [ 120.3221239, 30.0138997 ], [ 120.3223507, 30.0136781 ], [ 120.3222149, 30.0136372 ], [ 120.3218669, 30.0135811 ], [ 120.3215932, 30.0136052 ], [ 120.3213137, 30.0138086 ], [ 120.3213137, 30.0140006 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3276536, 30.0153874 ], [ 120.3276581, 30.015545 ], [ 120.3275464, 30.0156508 ], [ 120.3275668, 30.0158047 ], [ 120.327791, 30.0157442 ], [ 120.3279998, 30.0157737 ], [ 120.3282516, 30.0157836 ], [ 120.3283726, 30.0156879 ], [ 120.3283145, 30.0154371 ], [ 120.3282373, 30.0152724 ], [ 120.3280689, 30.0151152 ], [ 120.3281256, 30.0147907 ], [ 120.3283795, 30.0147638 ], [ 120.3285891, 30.0147498 ], [ 120.3285095, 30.0145429 ], [ 120.3284778, 30.014296 ], [ 120.328295, 30.0141772 ], [ 120.3280362, 30.0140918 ], [ 120.3277625, 30.0139445 ], [ 120.3275712, 30.0140564 ], [ 120.3275712, 30.0143809 ], [ 120.3277372, 30.0145632 ], [ 120.3279438, 30.0145632 ], [ 120.3280797, 30.0146203 ], [ 120.3278682, 30.0149072 ], [ 120.3276145, 30.0149899 ], [ 120.3275261, 30.0151203 ], [ 120.3276536, 30.0153874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3211847, 30.0159177 ], [ 120.3213968, 30.0158725 ], [ 120.321646, 30.015917 ], [ 120.3216416, 30.0157582 ], [ 120.321294, 30.0156682 ], [ 120.3211861, 30.0156682 ], [ 120.3210575, 30.0157439 ], [ 120.3211847, 30.0159177 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3238612, 30.0164732 ], [ 120.3240091, 30.0164357 ], [ 120.3240855, 30.0160653 ], [ 120.3238811, 30.0160101 ], [ 120.3238585, 30.0163676 ], [ 120.3238612, 30.0164732 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2376963, 30.0054706 ], [ 120.238547, 30.0056745 ], [ 120.2384281, 30.0054376 ], [ 120.2387337, 30.0051456 ], [ 120.2390636, 30.0053928 ], [ 120.239141, 30.005357 ], [ 120.2392175, 30.0051985 ], [ 120.2396207, 30.0049405 ], [ 120.2379353, 30.0049027 ], [ 120.2376106, 30.0049288 ], [ 120.2376004, 30.0053075 ], [ 120.2376963, 30.0054706 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2598602, 30.0091469 ], [ 120.2599037, 30.0087588 ], [ 120.2600148, 30.0087281 ], [ 120.2599594, 30.0080802 ], [ 120.2595414, 30.0080802 ], [ 120.2594074, 30.0090194 ], [ 120.2598602, 30.0091469 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2602505, 30.0091824 ], [ 120.2603516, 30.0096828 ], [ 120.2608177, 30.0096746 ], [ 120.2610938, 30.0095543 ], [ 120.2614146, 30.0092075 ], [ 120.2614308, 30.0088706 ], [ 120.259992, 30.0088664 ], [ 120.2599797, 30.0091903 ], [ 120.2602505, 30.0091824 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2367062, 30.0113899 ], [ 120.2368796, 30.0114691 ], [ 120.2370386, 30.011366 ], [ 120.2371316, 30.0111564 ], [ 120.2370842, 30.011034 ], [ 120.2368559, 30.0110094 ], [ 120.2367062, 30.0112632 ], [ 120.2367062, 30.0113899 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2396541, 30.0119765 ], [ 120.2399897, 30.0122946 ], [ 120.2401193, 30.0124855 ], [ 120.2400416, 30.0126265 ], [ 120.2403035, 30.0127741 ], [ 120.2403578, 30.0127169 ], [ 120.240535, 30.0126846 ], [ 120.2413162, 30.0130025 ], [ 120.2411341, 30.0126955 ], [ 120.2407628, 30.0125917 ], [ 120.2402897, 30.0123659 ], [ 120.2403685, 30.0120531 ], [ 120.2402341, 30.0119729 ], [ 120.2398568, 30.0118635 ], [ 120.2396541, 30.0118496 ], [ 120.2396541, 30.0119765 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.252043, 30.0140186 ], [ 120.2523975, 30.0137262 ], [ 120.2524125, 30.0136194 ], [ 120.2520163, 30.0135799 ], [ 120.2518424, 30.0135895 ], [ 120.2517389, 30.0136178 ], [ 120.251626, 30.0137122 ], [ 120.252043, 30.0140186 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2523589, 30.0144344 ], [ 120.2525515, 30.0145326 ], [ 120.2527342, 30.0146576 ], [ 120.2528495, 30.0146394 ], [ 120.2528558, 30.0143873 ], [ 120.2529232, 30.0143285 ], [ 120.2532313, 30.0143395 ], [ 120.2532455, 30.0141456 ], [ 120.2532049, 30.0140222 ], [ 120.2531042, 30.0139017 ], [ 120.2531032, 30.013707 ], [ 120.2529595, 30.0136993 ], [ 120.2526242, 30.0139707 ], [ 120.2522625, 30.0142741 ], [ 120.2523589, 30.0144344 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2479907, 30.0157547 ], [ 120.2481287, 30.0158176 ], [ 120.248235, 30.0158147 ], [ 120.2482811, 30.0157212 ], [ 120.2484331, 30.0156566 ], [ 120.2486681, 30.0156911 ], [ 120.2487039, 30.0153689 ], [ 120.2491687, 30.0143242 ], [ 120.2489027, 30.014328 ], [ 120.2486046, 30.0144098 ], [ 120.2482279, 30.0145479 ], [ 120.2479582, 30.0146809 ], [ 120.2479339, 30.0148933 ], [ 120.2479261, 30.0151666 ], [ 120.2479907, 30.0157547 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2575995, 30.0153214 ], [ 120.2576477, 30.014974 ], [ 120.2573734, 30.0148815 ], [ 120.2572987, 30.0153072 ], [ 120.2575995, 30.0153214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2498377, 30.015116 ], [ 120.2500126, 30.015329 ], [ 120.2502447, 30.0152879 ], [ 120.2503866, 30.015195 ], [ 120.2504396, 30.0150754 ], [ 120.2504906, 30.0151778 ], [ 120.2506315, 30.0153154 ], [ 120.2506094, 30.0155289 ], [ 120.2507696, 30.0157223 ], [ 120.2510477, 30.0155817 ], [ 120.251249, 30.0155482 ], [ 120.2511453, 30.0152467 ], [ 120.2509715, 30.0149991 ], [ 120.2506605, 30.0147331 ], [ 120.2504228, 30.0145058 ], [ 120.2499005, 30.0148157 ], [ 120.2499113, 30.0149131 ], [ 120.2498301, 30.0149292 ], [ 120.2498377, 30.015116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2531635, 30.0153628 ], [ 120.2535559, 30.015863 ], [ 120.2537548, 30.0158421 ], [ 120.2539166, 30.0158457 ], [ 120.2540054, 30.0153195 ], [ 120.2538416, 30.015246 ], [ 120.2536656, 30.0149709 ], [ 120.2536059, 30.0147913 ], [ 120.2536059, 30.0145627 ], [ 120.2535833, 30.0145093 ], [ 120.252999, 30.0144396 ], [ 120.2529509, 30.014881 ], [ 120.2529483, 30.0150512 ], [ 120.2531635, 30.0153628 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2568229, 30.0154148 ], [ 120.2569003, 30.0149942 ], [ 120.2565752, 30.0149728 ], [ 120.256501, 30.0154249 ], [ 120.2568229, 30.0154148 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2515381, 30.0156362 ], [ 120.2516322, 30.0149765 ], [ 120.2514092, 30.0149369 ], [ 120.2513021, 30.0155995 ], [ 120.2515381, 30.0156362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2423977, 30.0157291 ], [ 120.242524, 30.015352 ], [ 120.2425266, 30.0151644 ], [ 120.2406995, 30.0148487 ], [ 120.2405662, 30.0152729 ], [ 120.2405642, 30.0153719 ], [ 120.2423977, 30.0157291 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.244245, 30.0158501 ], [ 120.2455388, 30.0158515 ], [ 120.2455388, 30.0157513 ], [ 120.2451723, 30.0152922 ], [ 120.2450386, 30.01514 ], [ 120.2448586, 30.0151258 ], [ 120.2446997, 30.0150649 ], [ 120.2445624, 30.0151471 ], [ 120.2445688, 30.0154282 ], [ 120.2440818, 30.0154634 ], [ 120.244245, 30.0158501 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2492512, 30.0160068 ], [ 120.2499113, 30.01592 ], [ 120.2497836, 30.0152895 ], [ 120.249325, 30.015218 ], [ 120.2491153, 30.0159693 ], [ 120.2492512, 30.0160068 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2573898, 30.0164676 ], [ 120.2576116, 30.0154232 ], [ 120.2572657, 30.0154374 ], [ 120.2570848, 30.0164325 ], [ 120.2573898, 30.0164676 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2432819, 30.0159832 ], [ 120.243652, 30.0160186 ], [ 120.2437037, 30.0162135 ], [ 120.2436557, 30.0165107 ], [ 120.2438933, 30.016521 ], [ 120.2441984, 30.0165406 ], [ 120.2442059, 30.0160512 ], [ 120.2440203, 30.0160526 ], [ 120.2437075, 30.015937 ], [ 120.2435617, 30.015813 ], [ 120.2434035, 30.0156975 ], [ 120.2432316, 30.0157382 ], [ 120.2430705, 30.0158967 ], [ 120.2432819, 30.0159832 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2520805, 30.016488 ], [ 120.2521452, 30.0159397 ], [ 120.2516615, 30.0158572 ], [ 120.2516661, 30.0157732 ], [ 120.2513826, 30.0157565 ], [ 120.2512599, 30.0163863 ], [ 120.2520805, 30.016488 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2481197, 30.0160031 ], [ 120.2481031, 30.0161443 ], [ 120.2480949, 30.0163071 ], [ 120.2482321, 30.0163326 ], [ 120.2482991, 30.0167847 ], [ 120.2484628, 30.0167643 ], [ 120.2484372, 30.0163483 ], [ 120.2485928, 30.0158102 ], [ 120.2484429, 30.0157824 ], [ 120.2483792, 30.0159109 ], [ 120.2483758, 30.0160732 ], [ 120.2482664, 30.0162059 ], [ 120.2482522, 30.0160941 ], [ 120.2482593, 30.0158673 ], [ 120.248013, 30.0158064 ], [ 120.2481197, 30.0160031 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2430546, 30.0169524 ], [ 120.2435217, 30.0169908 ], [ 120.243572, 30.0168143 ], [ 120.2435825, 30.0165435 ], [ 120.2432677, 30.0165387 ], [ 120.243133, 30.0166437 ], [ 120.243021, 30.0166238 ], [ 120.2430546, 30.0169524 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2539818, 30.0171988 ], [ 120.2547326, 30.0170073 ], [ 120.2547978, 30.0167716 ], [ 120.2547595, 30.0166269 ], [ 120.2545862, 30.0164154 ], [ 120.2544112, 30.0165164 ], [ 120.2543559, 30.0166793 ], [ 120.2543428, 30.0168304 ], [ 120.2543562, 30.0169939 ], [ 120.2543013, 30.0170096 ], [ 120.2540116, 30.0170927 ], [ 120.2539443, 30.017112 ], [ 120.2539818, 30.0171988 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2570202, 30.0171836 ], [ 120.2572937, 30.0172075 ], [ 120.2573767, 30.0167599 ], [ 120.2573048, 30.0166769 ], [ 120.25705, 30.0166652 ], [ 120.2569655, 30.0167242 ], [ 120.2569292, 30.0169966 ], [ 120.2570202, 30.0171836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2614361, 30.0177983 ], [ 120.2616405, 30.0177961 ], [ 120.2618105, 30.0177432 ], [ 120.2619095, 30.0175773 ], [ 120.262417, 30.0173998 ], [ 120.2623878, 30.0173414 ], [ 120.2622692, 30.0172745 ], [ 120.2619976, 30.0172025 ], [ 120.2618492, 30.0172889 ], [ 120.2616323, 30.0174039 ], [ 120.2616003, 30.0175323 ], [ 120.261373, 30.0176566 ], [ 120.2614361, 30.0177983 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2489912, 30.0172773 ], [ 120.2491539, 30.0177857 ], [ 120.2493465, 30.0180349 ], [ 120.2499828, 30.0189883 ], [ 120.2501224, 30.0190137 ], [ 120.2507162, 30.0187905 ], [ 120.2502316, 30.0171759 ], [ 120.2498888, 30.017203 ], [ 120.2497684, 30.0168974 ], [ 120.2495443, 30.0168974 ], [ 120.2493752, 30.0164966 ], [ 120.248879, 30.0165855 ], [ 120.2489912, 30.0172773 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2269967, 30.0181319 ], [ 120.2271091, 30.0182693 ], [ 120.2272571, 30.0181942 ], [ 120.2272571, 30.0180452 ], [ 120.22758, 30.0178382 ], [ 120.2273838, 30.0177763 ], [ 120.2273834, 30.0175993 ], [ 120.227077, 30.0175658 ], [ 120.2267089, 30.0181745 ], [ 120.2269967, 30.0181319 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2505809, 30.0166941 ], [ 120.2509283, 30.0169233 ], [ 120.2510221, 30.01732 ], [ 120.2510808, 30.0175495 ], [ 120.2511231, 30.0177461 ], [ 120.2511052, 30.0180929 ], [ 120.2511724, 30.0185866 ], [ 120.2513133, 30.0190295 ], [ 120.2514397, 30.01933 ], [ 120.2515607, 30.0194425 ], [ 120.2519025, 30.0199344 ], [ 120.2525636, 30.0203093 ], [ 120.2527334, 30.020334 ], [ 120.2533551, 30.0202602 ], [ 120.2537679, 30.0201309 ], [ 120.2537359, 30.019839 ], [ 120.2535276, 30.0197232 ], [ 120.2525926, 30.0195536 ], [ 120.2520823, 30.0193336 ], [ 120.2517741, 30.0190633 ], [ 120.2516642, 30.0187413 ], [ 120.2515924, 30.0182461 ], [ 120.251466, 30.0178211 ], [ 120.2517732, 30.0175073 ], [ 120.2518139, 30.0172488 ], [ 120.2517757, 30.0171005 ], [ 120.2515526, 30.0169414 ], [ 120.2512893, 30.0169063 ], [ 120.2512884, 30.0167064 ], [ 120.2511445, 30.0164551 ], [ 120.250916, 30.0162268 ], [ 120.2508014, 30.0160582 ], [ 120.2504522, 30.0160918 ], [ 120.2504522, 30.0162078 ], [ 120.2504214, 30.0163823 ], [ 120.2505809, 30.0166941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2508206, 30.0185509 ], [ 120.2510872, 30.0185213 ], [ 120.2510246, 30.01808 ], [ 120.2507018, 30.0181058 ], [ 120.2508206, 30.0185509 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2275793, 30.019623 ], [ 120.2279434, 30.0196702 ], [ 120.228107, 30.0195407 ], [ 120.2285139, 30.0196364 ], [ 120.2285139, 30.0199204 ], [ 120.2288659, 30.0199845 ], [ 120.2292671, 30.0197098 ], [ 120.2292775, 30.0194611 ], [ 120.229637, 30.0191899 ], [ 120.2296258, 30.0188598 ], [ 120.2293931, 30.0186206 ], [ 120.2294531, 30.0183278 ], [ 120.2295155, 30.0179149 ], [ 120.2294113, 30.0177293 ], [ 120.2294815, 30.017411 ], [ 120.2291888, 30.0171941 ], [ 120.2291031, 30.016744 ], [ 120.2286985, 30.0167836 ], [ 120.2282308, 30.0170364 ], [ 120.2278654, 30.0175328 ], [ 120.2277982, 30.0177283 ], [ 120.2281241, 30.0176065 ], [ 120.2288321, 30.0177367 ], [ 120.2290562, 30.0179638 ], [ 120.2291356, 30.0185414 ], [ 120.2289395, 30.0187608 ], [ 120.2285903, 30.0190862 ], [ 120.2281437, 30.0190862 ], [ 120.2280439, 30.0189971 ], [ 120.2276413, 30.0189262 ], [ 120.2276965, 30.019194 ], [ 120.2275328, 30.01939 ], [ 120.2275793, 30.019623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2270125, 30.0187497 ], [ 120.2273654, 30.0187901 ], [ 120.227325, 30.0185478 ], [ 120.2271515, 30.0183712 ], [ 120.226979, 30.0184723 ], [ 120.2270125, 30.0187497 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1462654, 29.9903387 ], [ 120.1465441, 29.990321 ], [ 120.1463357, 29.9897885 ], [ 120.146237, 29.9897112 ], [ 120.1460979, 29.9897033 ], [ 120.1459596, 29.9901779 ], [ 120.1462654, 29.9903387 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1327983, 29.9924581 ], [ 120.1327732, 29.9925537 ], [ 120.1330937, 29.9926155 ], [ 120.1331919, 29.9924839 ], [ 120.1330851, 29.9922999 ], [ 120.1328701, 29.9921647 ], [ 120.1327715, 29.9922666 ], [ 120.1327983, 29.9924581 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1513311, 29.9934304 ], [ 120.1514326, 29.9936641 ], [ 120.1515864, 29.9937125 ], [ 120.1517741, 29.9936784 ], [ 120.1517151, 29.9935265 ], [ 120.1515078, 29.9931962 ], [ 120.1513073, 29.9931962 ], [ 120.1511886, 29.9932883 ], [ 120.1513311, 29.9934304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1393351, 30.0012929 ], [ 120.1395227, 30.0013253 ], [ 120.1396553, 30.0013175 ], [ 120.1397468, 30.001226 ], [ 120.1399676, 30.0008599 ], [ 120.1396262, 30.0006714 ], [ 120.1393333, 30.0009378 ], [ 120.1392731, 30.0010913 ], [ 120.1393351, 30.0012929 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1438783, 30.0054032 ], [ 120.1441357, 30.0055704 ], [ 120.1444576, 30.005942 ], [ 120.1446293, 30.0060535 ], [ 120.1448653, 30.0056819 ], [ 120.1445649, 30.0051988 ], [ 120.1444811, 30.004913 ], [ 120.1443082, 30.0048699 ], [ 120.1437411, 30.005418 ], [ 120.1438783, 30.0054032 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1448868, 30.0107174 ], [ 120.1452515, 30.011182 ], [ 120.1455734, 30.0118323 ], [ 120.1460455, 30.012111 ], [ 120.146818, 30.0121853 ], [ 120.1471567, 30.0123269 ], [ 120.1472042, 30.0114792 ], [ 120.1469896, 30.0110705 ], [ 120.1466463, 30.0106803 ], [ 120.1460455, 30.0103644 ], [ 120.1456163, 30.0101414 ], [ 120.145037, 30.0101043 ], [ 120.1448009, 30.010383 ], [ 120.1448868, 30.0107174 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1395493, 30.0256812 ], [ 120.1398432, 30.0257923 ], [ 120.1401094, 30.0258277 ], [ 120.1401693, 30.0255498 ], [ 120.1396052, 30.0249359 ], [ 120.1392845, 30.0251256 ], [ 120.1392048, 30.0254292 ], [ 120.1395493, 30.0256812 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1502564, 30.0256654 ], [ 120.1503905, 30.0259159 ], [ 120.1511677, 30.0256281 ], [ 120.1513546, 30.0254189 ], [ 120.1504553, 30.0253843 ], [ 120.1499026, 30.0254091 ], [ 120.1498587, 30.0255071 ], [ 120.1502564, 30.0256654 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1489071, 30.0637122 ], [ 120.1490819, 30.0639734 ], [ 120.1492883, 30.0641521 ], [ 120.1493995, 30.0644133 ], [ 120.1496412, 30.0644304 ], [ 120.1498205, 30.06429 ], [ 120.1501143, 30.0644683 ], [ 120.1503049, 30.064427 ], [ 120.1503213, 30.0642988 ], [ 120.1503366, 30.0641796 ], [ 120.1502255, 30.0639047 ], [ 120.1497648, 30.063451 ], [ 120.1495584, 30.0632173 ], [ 120.149336, 30.0631486 ], [ 120.1490819, 30.0631486 ], [ 120.1489071, 30.0633823 ], [ 120.1489071, 30.0637122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1525921, 30.0682897 ], [ 120.1535769, 30.0676574 ], [ 120.1533068, 30.0672313 ], [ 120.152878, 30.0672725 ], [ 120.1525921, 30.0671351 ], [ 120.1521632, 30.0673 ], [ 120.1525921, 30.0682897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2079261, 30.0233709 ], [ 120.2080317, 30.0233709 ], [ 120.208119, 30.023339 ], [ 120.2082704, 30.0233427 ], [ 120.2083481, 30.023323 ], [ 120.2084668, 30.0232834 ], [ 120.2085491, 30.0232241 ], [ 120.2085628, 30.0232676 ], [ 120.2086176, 30.0233388 ], [ 120.2086633, 30.0233941 ], [ 120.2086953, 30.0234772 ], [ 120.2087044, 30.0235484 ], [ 120.2087501, 30.0235721 ], [ 120.208831, 30.0235419 ], [ 120.2089091, 30.0234146 ], [ 120.2089229, 30.0233589 ], [ 120.208932, 30.0232635 ], [ 120.2090974, 30.0230487 ], [ 120.2090377, 30.0230368 ], [ 120.2089872, 30.0229851 ], [ 120.2089366, 30.0229533 ], [ 120.2088631, 30.0229731 ], [ 120.2087988, 30.0230129 ], [ 120.2087483, 30.0230209 ], [ 120.2087299, 30.0229811 ], [ 120.2087483, 30.0228498 ], [ 120.2088034, 30.0227146 ], [ 120.2088448, 30.0225675 ], [ 120.2089412, 30.02248 ], [ 120.2090285, 30.0222374 ], [ 120.2090423, 30.0221538 ], [ 120.2090744, 30.0221379 ], [ 120.2092628, 30.0221499 ], [ 120.2093409, 30.0220982 ], [ 120.2094006, 30.0220345 ], [ 120.2094695, 30.0220465 ], [ 120.2096073, 30.0220703 ], [ 120.209837, 30.0221061 ], [ 120.2098967, 30.0221419 ], [ 120.2099518, 30.0222135 ], [ 120.2100437, 30.0222453 ], [ 120.210108, 30.0223249 ], [ 120.2101861, 30.0223527 ], [ 120.2103377, 30.0223567 ], [ 120.2106454, 30.0224283 ], [ 120.2107189, 30.0224402 ], [ 120.210774, 30.0223885 ], [ 120.2108246, 30.0222175 ], [ 120.2107832, 30.0221538 ], [ 120.2106638, 30.0220942 ], [ 120.2102733, 30.0220027 ], [ 120.2100023, 30.0219311 ], [ 120.2097451, 30.0218993 ], [ 120.2096946, 30.0217959 ], [ 120.2096532, 30.0217561 ], [ 120.2095338, 30.0217362 ], [ 120.2094281, 30.0217362 ], [ 120.2093133, 30.021772 ], [ 120.2092674, 30.0216726 ], [ 120.2092352, 30.021609 ], [ 120.2092168, 30.0214777 ], [ 120.2091847, 30.0213624 ], [ 120.2091158, 30.0212709 ], [ 120.2091801, 30.0210879 ], [ 120.2091433, 30.020905 ], [ 120.2091066, 30.0208811 ], [ 120.2087667, 30.0208294 ], [ 120.2086426, 30.0207976 ], [ 120.20856, 30.0208215 ], [ 120.2084727, 30.0209408 ], [ 120.208413, 30.0210521 ], [ 120.2083992, 30.0211595 ], [ 120.2085416, 30.0212033 ], [ 120.2088356, 30.0213067 ], [ 120.2089137, 30.0213544 ], [ 120.2089137, 30.0214777 ], [ 120.2089274, 30.0217163 ], [ 120.2088907, 30.0218476 ], [ 120.2088723, 30.021955 ], [ 120.2088999, 30.0220743 ], [ 120.2088402, 30.0222891 ], [ 120.2087896, 30.0223845 ], [ 120.208707, 30.0223766 ], [ 120.2086197, 30.022305 ], [ 120.20856, 30.0221737 ], [ 120.2085094, 30.02213 ], [ 120.2083946, 30.022122 ], [ 120.208266, 30.022134 ], [ 120.2081741, 30.0221857 ], [ 120.2081052, 30.0222214 ], [ 120.2080776, 30.0222811 ], [ 120.2081695, 30.0223447 ], [ 120.2083211, 30.0223726 ], [ 120.2086335, 30.0224879 ], [ 120.2086932, 30.0225516 ], [ 120.2086978, 30.0226868 ], [ 120.2086151, 30.0227464 ], [ 120.208514, 30.0227623 ], [ 120.2084084, 30.0227146 ], [ 120.2083211, 30.0227146 ], [ 120.20822, 30.0227305 ], [ 120.2081603, 30.0227663 ], [ 120.2081557, 30.02283 ], [ 120.2081833, 30.0229095 ], [ 120.2081971, 30.023005 ], [ 120.2081971, 30.0230885 ], [ 120.2081374, 30.0231402 ], [ 120.208119, 30.0232197 ], [ 120.2080455, 30.0232476 ], [ 120.2079582, 30.0232754 ], [ 120.2079215, 30.0233231 ], [ 120.2079261, 30.0233709 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2073289, 30.022822 ], [ 120.2073473, 30.0228856 ], [ 120.2074116, 30.0229294 ], [ 120.2074713, 30.0228896 ], [ 120.2074989, 30.022822 ], [ 120.2075126, 30.0227345 ], [ 120.2075402, 30.0226351 ], [ 120.2075494, 30.0225317 ], [ 120.2076091, 30.0224402 ], [ 120.2076229, 30.022301 ], [ 120.2076229, 30.0222055 ], [ 120.207531, 30.0221658 ], [ 120.2074346, 30.0221697 ], [ 120.2073748, 30.0222453 ], [ 120.2073565, 30.0224322 ], [ 120.2073059, 30.0227067 ], [ 120.2073289, 30.022822 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2245372, 30.0267303 ], [ 120.2246063, 30.0271819 ], [ 120.2251894, 30.0272724 ], [ 120.2252296, 30.0271445 ], [ 120.2249335, 30.0265001 ], [ 120.2245175, 30.0258585 ], [ 120.2247521, 30.0258018 ], [ 120.224494, 30.0255223 ], [ 120.2244854, 30.0252833 ], [ 120.224269, 30.0253085 ], [ 120.224207, 30.0258664 ], [ 120.2245372, 30.0267303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2164167, 30.0375293 ], [ 120.2165509, 30.037494 ], [ 120.2167306, 30.0374983 ], [ 120.2167861, 30.0376842 ], [ 120.216616, 30.0378987 ], [ 120.2166794, 30.0380178 ], [ 120.2169771, 30.0377484 ], [ 120.2172397, 30.0377021 ], [ 120.2172756, 30.0375738 ], [ 120.2170526, 30.0375659 ], [ 120.217158, 30.0373011 ], [ 120.2178135, 30.0370099 ], [ 120.2178218, 30.0361217 ], [ 120.2178404, 30.035867 ], [ 120.218116, 30.0357274 ], [ 120.2183446, 30.035584 ], [ 120.2184079, 30.0353642 ], [ 120.2186963, 30.0352479 ], [ 120.2186874, 30.0355364 ], [ 120.218699, 30.0357694 ], [ 120.2190277, 30.0357377 ], [ 120.218921, 30.0350562 ], [ 120.2187626, 30.0347576 ], [ 120.2185084, 30.0347532 ], [ 120.2183934, 30.0345282 ], [ 120.218645, 30.0342156 ], [ 120.2185498, 30.033943 ], [ 120.2182277, 30.0337811 ], [ 120.2182681, 30.0336686 ], [ 120.2184275, 30.0332245 ], [ 120.2188357, 30.0326536 ], [ 120.2188991, 30.032014 ], [ 120.2190871, 30.0317754 ], [ 120.2191351, 30.0315801 ], [ 120.2187782, 30.031673 ], [ 120.2184698, 30.0326962 ], [ 120.218236, 30.0328405 ], [ 120.2179471, 30.0327868 ], [ 120.2178241, 30.0325298 ], [ 120.2181544, 30.0322943 ], [ 120.2182487, 30.0318381 ], [ 120.218177, 30.0316498 ], [ 120.2180537, 30.0313261 ], [ 120.2181396, 30.0311315 ], [ 120.2179825, 30.030929 ], [ 120.2175177, 30.0303299 ], [ 120.2174036, 30.0297485 ], [ 120.217211, 30.0294971 ], [ 120.2171824, 30.0302706 ], [ 120.2173484, 30.0308392 ], [ 120.2173484, 30.0311974 ], [ 120.2173484, 30.0312794 ], [ 120.21706, 30.0316913 ], [ 120.2169289, 30.0322566 ], [ 120.2163184, 30.0324821 ], [ 120.2163283, 30.0329243 ], [ 120.2169535, 30.0329855 ], [ 120.217107, 30.0326813 ], [ 120.2174464, 30.0327314 ], [ 120.2173642, 30.0332285 ], [ 120.2174967, 30.0334449 ], [ 120.2173066, 30.0336359 ], [ 120.2176682, 30.0338482 ], [ 120.2177246, 30.0340127 ], [ 120.2178313, 30.0343238 ], [ 120.21823, 30.0349774 ], [ 120.2180092, 30.0351315 ], [ 120.2177859, 30.0355066 ], [ 120.2176285, 30.0359404 ], [ 120.2177133, 30.0361276 ], [ 120.2173327, 30.0368807 ], [ 120.2167558, 30.0366285 ], [ 120.2161005, 30.0372737 ], [ 120.2164167, 30.0375293 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1988436, 30.0403711 ], [ 120.1995549, 30.0400933 ], [ 120.2001149, 30.0399588 ], [ 120.2003002, 30.0399143 ], [ 120.20067, 30.0398097 ], [ 120.201121, 30.0395029 ], [ 120.2015813, 30.0392331 ], [ 120.2019123, 30.038835 ], [ 120.2023614, 30.0385545 ], [ 120.2031123, 30.0387506 ], [ 120.2035322, 30.0387506 ], [ 120.203604, 30.0386511 ], [ 120.2036027, 30.0384693 ], [ 120.2034391, 30.0380077 ], [ 120.2036245, 30.0375626 ], [ 120.2034642, 30.037509 ], [ 120.2034127, 30.0377678 ], [ 120.2032204, 30.0378594 ], [ 120.2029582, 30.0377713 ], [ 120.2029069, 30.0375828 ], [ 120.2024331, 30.0375617 ], [ 120.2023104, 30.0378433 ], [ 120.2025921, 30.0378934 ], [ 120.202541, 30.038016 ], [ 120.2019142, 30.0382736 ], [ 120.2011978, 30.0389519 ], [ 120.2002148, 30.0396556 ], [ 120.2001592, 30.0396954 ], [ 120.1995378, 30.0399782 ], [ 120.1987663, 30.0401805 ], [ 120.1988436, 30.0403711 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1976201, 30.040908 ], [ 120.1978648, 30.0408908 ], [ 120.1979695, 30.0410913 ], [ 120.1982801, 30.0411172 ], [ 120.198498, 30.0410426 ], [ 120.1986654, 30.0408243 ], [ 120.1986654, 30.0404968 ], [ 120.1982677, 30.040439 ], [ 120.197904, 30.0404501 ], [ 120.197545, 30.040624 ], [ 120.1976201, 30.040908 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2077007, 30.0427431 ], [ 120.2082004, 30.0427673 ], [ 120.2082088, 30.0428241 ], [ 120.2083021, 30.0434519 ], [ 120.2084345, 30.0445265 ], [ 120.2095269, 30.0444549 ], [ 120.2091122, 30.0399351 ], [ 120.2079922, 30.0400068 ], [ 120.2080661, 30.0407014 ], [ 120.2079485, 30.0409618 ], [ 120.2081483, 30.0422926 ], [ 120.2076429, 30.0423342 ], [ 120.2077007, 30.0427431 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1951426, 30.0447329 ], [ 120.1953617, 30.0445143 ], [ 120.1957397, 30.0445143 ], [ 120.195905, 30.0446328 ], [ 120.1962924, 30.0444849 ], [ 120.1962492, 30.044358 ], [ 120.1959809, 30.0443063 ], [ 120.1958005, 30.0441075 ], [ 120.1957699, 30.0439204 ], [ 120.1952696, 30.0439763 ], [ 120.1950188, 30.0443016 ], [ 120.19506, 30.0444638 ], [ 120.1949851, 30.0446915 ], [ 120.1951426, 30.0447329 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2048709, 30.0465757 ], [ 120.2051544, 30.0465332 ], [ 120.2052593, 30.0458089 ], [ 120.2046753, 30.0458066 ], [ 120.2045887, 30.0463528 ], [ 120.2048709, 30.0465757 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1992031, 30.0467084 ], [ 120.1994665, 30.0466166 ], [ 120.1994425, 30.0461272 ], [ 120.1988726, 30.046235 ], [ 120.1988539, 30.0466303 ], [ 120.1992031, 30.0467084 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2241554, 30.0478957 ], [ 120.2243749, 30.0480917 ], [ 120.224651, 30.0486816 ], [ 120.2251272, 30.0482747 ], [ 120.2249517, 30.0478191 ], [ 120.2253343, 30.0477079 ], [ 120.2252779, 30.0473961 ], [ 120.2241406, 30.0474998 ], [ 120.2241554, 30.0478957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2031508, 30.0505795 ], [ 120.2031741, 30.0507343 ], [ 120.2036029, 30.0506652 ], [ 120.2040966, 30.0503054 ], [ 120.2042147, 30.0501145 ], [ 120.204432, 30.0500302 ], [ 120.2048283, 30.0494832 ], [ 120.2053808, 30.0495082 ], [ 120.2048721, 30.049349 ], [ 120.2050589, 30.0488489 ], [ 120.2052497, 30.0484343 ], [ 120.205421, 30.0483874 ], [ 120.2055516, 30.0479116 ], [ 120.2052574, 30.0478394 ], [ 120.2050812, 30.0476638 ], [ 120.2052846, 30.047222 ], [ 120.2049169, 30.0472786 ], [ 120.2047756, 30.0475273 ], [ 120.2048519, 30.0479226 ], [ 120.2052004, 30.0479772 ], [ 120.2049541, 30.0484946 ], [ 120.2046778, 30.0492859 ], [ 120.2044993, 30.0494958 ], [ 120.204345, 30.0498114 ], [ 120.2037054, 30.0502394 ], [ 120.2034087, 30.0502675 ], [ 120.2031075, 30.0504762 ], [ 120.2031508, 30.0505795 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1902188, 30.0511115 ], [ 120.1910426, 30.0513051 ], [ 120.1909751, 30.051579 ], [ 120.193818, 30.0514094 ], [ 120.1942241, 30.0513124 ], [ 120.1941414, 30.0501482 ], [ 120.1939082, 30.0500042 ], [ 120.1927965, 30.0499042 ], [ 120.1900455, 30.0491901 ], [ 120.1902188, 30.0511115 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2016063, 30.0507504 ], [ 120.2017271, 30.0507954 ], [ 120.2024128, 30.0507549 ], [ 120.2024901, 30.0506326 ], [ 120.2024211, 30.0504182 ], [ 120.2022561, 30.0504188 ], [ 120.2015949, 30.0505567 ], [ 120.2016063, 30.0507504 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1857598, 30.0595803 ], [ 120.1861139, 30.0616139 ], [ 120.1862426, 30.0626817 ], [ 120.1864787, 30.063601 ], [ 120.1865129, 30.0640427 ], [ 120.1871781, 30.0639405 ], [ 120.1868542, 30.0622639 ], [ 120.1866503, 30.0615953 ], [ 120.1855775, 30.0555223 ], [ 120.1855345, 30.0550673 ], [ 120.1856418, 30.0539436 ], [ 120.1860173, 30.0516591 ], [ 120.1861246, 30.0510184 ], [ 120.186425, 30.0501454 ], [ 120.1866503, 30.0497089 ], [ 120.187219, 30.0489567 ], [ 120.1876696, 30.0481766 ], [ 120.1880129, 30.0470436 ], [ 120.1882811, 30.04657 ], [ 120.1887746, 30.045892 ], [ 120.1888712, 30.0455577 ], [ 120.1889356, 30.0453533 ], [ 120.1888176, 30.0447775 ], [ 120.188603, 30.0443132 ], [ 120.1885386, 30.0435145 ], [ 120.1883991, 30.0412576 ], [ 120.1883777, 30.0395765 ], [ 120.1880987, 30.0396044 ], [ 120.188088, 30.0410254 ], [ 120.1881631, 30.0438117 ], [ 120.1884099, 30.0446104 ], [ 120.1885601, 30.0451676 ], [ 120.1885601, 30.0455577 ], [ 120.1881738, 30.0463006 ], [ 120.1879378, 30.0465049 ], [ 120.1876267, 30.0472479 ], [ 120.1873692, 30.0478237 ], [ 120.1871331, 30.0483995 ], [ 120.186704, 30.0490774 ], [ 120.186425, 30.049421 ], [ 120.1860817, 30.050099 ], [ 120.1858135, 30.0509998 ], [ 120.1856204, 30.0517892 ], [ 120.1853951, 30.0524578 ], [ 120.1851161, 30.0538508 ], [ 120.1850947, 30.0546308 ], [ 120.1850088, 30.0555687 ], [ 120.1857598, 30.0595803 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1907682, 30.0546872 ], [ 120.1931102, 30.0546034 ], [ 120.1931269, 30.0553957 ], [ 120.1937604, 30.0552895 ], [ 120.193976, 30.054743 ], [ 120.1940416, 30.0542354 ], [ 120.1944118, 30.054055 ], [ 120.1942632, 30.0530295 ], [ 120.193184, 30.0526597 ], [ 120.1929903, 30.0524918 ], [ 120.1929903, 30.0521306 ], [ 120.1923417, 30.0519276 ], [ 120.1918674, 30.0522675 ], [ 120.1915382, 30.053165 ], [ 120.1906455, 30.0529898 ], [ 120.1905536, 30.0531847 ], [ 120.1907682, 30.0546872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1934058, 30.0573961 ], [ 120.1938275, 30.0572303 ], [ 120.1944221, 30.0572558 ], [ 120.1944839, 30.056928 ], [ 120.194622, 30.0561955 ], [ 120.1936111, 30.0562404 ], [ 120.1932431, 30.0572951 ], [ 120.1934058, 30.0573961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2188647, 30.0578737 ], [ 120.2188138, 30.05817 ], [ 120.2195374, 30.058266 ], [ 120.2198657, 30.0578235 ], [ 120.2196673, 30.0575516 ], [ 120.2190379, 30.0572602 ], [ 120.2187219, 30.0573383 ], [ 120.2188647, 30.0578737 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1891368, 30.0614217 ], [ 120.1891006, 30.0609457 ], [ 120.1887883, 30.0609735 ], [ 120.188737, 30.0611696 ], [ 120.1887311, 30.0615018 ], [ 120.1891368, 30.0614217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.189692, 30.0631577 ], [ 120.1900916, 30.0631524 ], [ 120.189966, 30.0626769 ], [ 120.190109, 30.06243 ], [ 120.1900315, 30.0622299 ], [ 120.1897914, 30.0622287 ], [ 120.1898754, 30.0624646 ], [ 120.1892561, 30.0627441 ], [ 120.189692, 30.0631577 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1548028, 30.0456671 ], [ 120.1548683, 30.0449752 ], [ 120.1546823, 30.0450326 ], [ 120.1545582, 30.0453901 ], [ 120.1545485, 30.0456049 ], [ 120.1548028, 30.0456671 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1721324, 30.0488969 ], [ 120.1722902, 30.0488141 ], [ 120.1724445, 30.0484864 ], [ 120.1726455, 30.0484598 ], [ 120.1728055, 30.0478465 ], [ 120.1726199, 30.047945 ], [ 120.172579, 30.0477026 ], [ 120.1724254, 30.0478989 ], [ 120.1723896, 30.0480534 ], [ 120.1722185, 30.0481911 ], [ 120.1720134, 30.0486406 ], [ 120.1721324, 30.0488969 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1716941, 30.0506881 ], [ 120.171842, 30.0506834 ], [ 120.1720601, 30.0506834 ], [ 120.1721574, 30.0503404 ], [ 120.1720071, 30.0503199 ], [ 120.1719752, 30.0502156 ], [ 120.1721915, 30.0500378 ], [ 120.1721841, 30.0496137 ], [ 120.1717017, 30.0496137 ], [ 120.1714076, 30.0497924 ], [ 120.1714125, 30.0499933 ], [ 120.1714125, 30.0501557 ], [ 120.171264, 30.0504158 ], [ 120.1716941, 30.0506881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1630179, 30.0531888 ], [ 120.163282, 30.0535644 ], [ 120.1635838, 30.0538093 ], [ 120.1644118, 30.0530449 ], [ 120.1639605, 30.0527031 ], [ 120.1632631, 30.0527643 ], [ 120.162999, 30.0528949 ], [ 120.1630179, 30.0531888 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1827129, 30.0546865 ], [ 120.1827772, 30.0548258 ], [ 120.1828201, 30.0550208 ], [ 120.1829274, 30.0551416 ], [ 120.1830347, 30.0551044 ], [ 120.1830991, 30.0549373 ], [ 120.1830347, 30.0546772 ], [ 120.182906, 30.0545101 ], [ 120.1827129, 30.0545565 ], [ 120.1827129, 30.0546865 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1542081, 30.053929 ], [ 120.1549045, 30.0540252 ], [ 120.1552974, 30.054558 ], [ 120.1553702, 30.0549771 ], [ 120.1552407, 30.0552021 ], [ 120.1549864, 30.0553366 ], [ 120.1551986, 30.055705 ], [ 120.155609, 30.0556664 ], [ 120.1564354, 30.0559208 ], [ 120.1568456, 30.0565159 ], [ 120.1569924, 30.0569708 ], [ 120.1570219, 30.0572387 ], [ 120.1571725, 30.0575524 ], [ 120.1572467, 30.0577071 ], [ 120.1574071, 30.0577849 ], [ 120.1574789, 30.0580372 ], [ 120.1576417, 30.0580144 ], [ 120.1579962, 30.0579186 ], [ 120.1581964, 30.0578507 ], [ 120.1583048, 30.0577881 ], [ 120.1585515, 30.0562838 ], [ 120.1584228, 30.0561445 ], [ 120.1582082, 30.0554201 ], [ 120.1579764, 30.0543807 ], [ 120.1576033, 30.0541394 ], [ 120.1574903, 30.053751 ], [ 120.1565074, 30.0532605 ], [ 120.1561046, 30.0526666 ], [ 120.1558694, 30.0521467 ], [ 120.1556793, 30.0520285 ], [ 120.155146, 30.0516967 ], [ 120.1547474, 30.05195 ], [ 120.1547612, 30.0521885 ], [ 120.1536392, 30.0529748 ], [ 120.15346, 30.053196 ], [ 120.1542081, 30.053929 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.180213, 30.0563302 ], [ 120.1802881, 30.055968 ], [ 120.1803954, 30.0559216 ], [ 120.1804813, 30.055578 ], [ 120.1806744, 30.055513 ], [ 120.1807173, 30.0552901 ], [ 120.1807924, 30.0552716 ], [ 120.180846, 30.0550023 ], [ 120.1805242, 30.0550023 ], [ 120.1804062, 30.0549651 ], [ 120.180213, 30.0554201 ], [ 120.180256, 30.0555873 ], [ 120.1802023, 30.055708 ], [ 120.1802452, 30.0558845 ], [ 120.1801487, 30.0563023 ], [ 120.180213, 30.0563302 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1822944, 30.0585496 ], [ 120.1825948, 30.0590789 ], [ 120.1832922, 30.059766 ], [ 120.183657, 30.0599982 ], [ 120.1839896, 30.060156 ], [ 120.1839896, 30.0602396 ], [ 120.1842471, 30.0602675 ], [ 120.1843436, 30.0601282 ], [ 120.1836141, 30.0595432 ], [ 120.1830669, 30.0590603 ], [ 120.182745, 30.0585496 ], [ 120.1826163, 30.0581781 ], [ 120.1826163, 30.0579181 ], [ 120.182745, 30.0577695 ], [ 120.1831635, 30.0576953 ], [ 120.1839896, 30.0576488 ], [ 120.1847084, 30.057621 ], [ 120.1848372, 30.0575374 ], [ 120.1848372, 30.0574352 ], [ 120.184644, 30.057426 ], [ 120.1846011, 30.0572867 ], [ 120.1839038, 30.0573517 ], [ 120.1836854, 30.0573492 ], [ 120.1830991, 30.0573424 ], [ 120.1825948, 30.0574538 ], [ 120.1823588, 30.0576581 ], [ 120.1821871, 30.0580388 ], [ 120.1822944, 30.0585496 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1549587, 30.0616777 ], [ 120.155197, 30.0619389 ], [ 120.1554987, 30.0619801 ], [ 120.1558641, 30.0621863 ], [ 120.1561182, 30.0621863 ], [ 120.1562135, 30.0621039 ], [ 120.1570235, 30.0622551 ], [ 120.1572618, 30.0618289 ], [ 120.1574683, 30.0617327 ], [ 120.1575318, 30.0613203 ], [ 120.15723, 30.0612378 ], [ 120.1569124, 30.061334 ], [ 120.1564676, 30.0612653 ], [ 120.156007, 30.0610041 ], [ 120.1554034, 30.0611278 ], [ 120.1550222, 30.0609904 ], [ 120.1548475, 30.0613203 ], [ 120.1549587, 30.0616777 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.158183, 30.0621589 ], [ 120.1581672, 30.0625163 ], [ 120.1579765, 30.0626537 ], [ 120.1587072, 30.0632173 ], [ 120.1588974, 30.0634273 ], [ 120.1591996, 30.0633686 ], [ 120.1595529, 30.0628736 ], [ 120.1593828, 30.0627177 ], [ 120.1592431, 30.0624758 ], [ 120.1590235, 30.0622685 ], [ 120.158866, 30.0619664 ], [ 120.1588025, 30.0613615 ], [ 120.1586754, 30.0613203 ], [ 120.1584213, 30.061444 ], [ 120.1581195, 30.0614165 ], [ 120.1581195, 30.0616227 ], [ 120.1582148, 30.0617877 ], [ 120.1579765, 30.0620076 ], [ 120.158183, 30.0621589 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.254884, 30.049023 ], [ 120.2550396, 30.0491083 ], [ 120.2551612, 30.0491065 ], [ 120.2553512, 30.0490198 ], [ 120.255459, 30.0489693 ], [ 120.2554226, 30.04881 ], [ 120.2552604, 30.0487483 ], [ 120.2551137, 30.0486739 ], [ 120.2549343, 30.0486885 ], [ 120.2548467, 30.0487645 ], [ 120.2548245, 30.0489212 ], [ 120.254884, 30.049023 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2367752, 30.0540466 ], [ 120.2368148, 30.0535549 ], [ 120.2367957, 30.0533258 ], [ 120.2353136, 30.0532981 ], [ 120.2353125, 30.0540503 ], [ 120.2367752, 30.0540466 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2487071, 30.0567802 ], [ 120.2489166, 30.0567581 ], [ 120.2489947, 30.0568395 ], [ 120.2493267, 30.0570064 ], [ 120.2496778, 30.0569681 ], [ 120.2497716, 30.0566952 ], [ 120.2495338, 30.0566085 ], [ 120.2487004, 30.056572 ], [ 120.2486482, 30.0566564 ], [ 120.2487071, 30.0567802 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2579559, 30.0607019 ], [ 120.2582044, 30.0606988 ], [ 120.2585018, 30.0606158 ], [ 120.2588063, 30.0605195 ], [ 120.2592492, 30.0601012 ], [ 120.2595156, 30.0600622 ], [ 120.2595675, 30.0599466 ], [ 120.259379, 30.0597687 ], [ 120.2593295, 30.0597299 ], [ 120.2588961, 30.0602284 ], [ 120.2584022, 30.0605153 ], [ 120.2582478, 30.0605247 ], [ 120.2581454, 30.0605774 ], [ 120.2580644, 30.060518 ], [ 120.2578267, 30.0605904 ], [ 120.2579559, 30.0607019 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2574083, 30.0610782 ], [ 120.2575547, 30.0610342 ], [ 120.2577121, 30.0609254 ], [ 120.2577242, 30.0608596 ], [ 120.2575502, 30.060603 ], [ 120.2574051, 30.0605143 ], [ 120.2568725, 30.0607197 ], [ 120.2574083, 30.0610782 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2027237, 30.0627373 ], [ 120.2027575, 30.0628348 ], [ 120.2035347, 30.0632248 ], [ 120.2067676, 30.0654768 ], [ 120.2073984, 30.0659057 ], [ 120.20768, 30.0660617 ], [ 120.2105637, 30.0675142 ], [ 120.2108904, 30.0677872 ], [ 120.2126476, 30.0699026 ], [ 120.2139205, 30.0713259 ], [ 120.2142134, 30.0715111 ], [ 120.2144161, 30.0715988 ], [ 120.2146189, 30.071862 ], [ 120.2146977, 30.0720765 ], [ 120.215306, 30.0720277 ], [ 120.2154299, 30.0721739 ], [ 120.2155694, 30.0721779 ], [ 120.2156439, 30.0720375 ], [ 120.2157341, 30.0719692 ], [ 120.2159256, 30.07194 ], [ 120.2171872, 30.0718133 ], [ 120.2178067, 30.071745 ], [ 120.2183136, 30.0716378 ], [ 120.2204538, 30.0712869 ], [ 120.2209382, 30.0711504 ], [ 120.2219971, 30.0708092 ], [ 120.2220421, 30.0705752 ], [ 120.2222336, 30.0703998 ], [ 120.2240021, 30.0686451 ], [ 120.2256467, 30.067095 ], [ 120.2267168, 30.0660324 ], [ 120.2270885, 30.0657985 ], [ 120.22728, 30.0657497 ], [ 120.2274152, 30.065818 ], [ 120.2278771, 30.0668903 ], [ 120.2281249, 30.0673777 ], [ 120.2283877, 30.0681082 ], [ 120.2284671, 30.0680824 ], [ 120.2285238, 30.0680726 ], [ 120.2281699, 30.067134 ], [ 120.2277982, 30.0663249 ], [ 120.2276518, 30.0659349 ], [ 120.2276405, 30.0657302 ], [ 120.2276743, 30.0655157 ], [ 120.2279784, 30.0653793 ], [ 120.2283727, 30.0653305 ], [ 120.2288233, 30.0653403 ], [ 120.2309297, 30.0655645 ], [ 120.2311437, 30.0656425 ], [ 120.2314591, 30.0658667 ], [ 120.2316394, 30.0659057 ], [ 120.231583, 30.0656912 ], [ 120.2316957, 30.065662 ], [ 120.2332164, 30.0658277 ], [ 120.233498, 30.0658082 ], [ 120.2337233, 30.0659252 ], [ 120.2336895, 30.0660129 ], [ 120.2338246, 30.0660422 ], [ 120.2340499, 30.0658472 ], [ 120.2344442, 30.0657595 ], [ 120.2349173, 30.0657107 ], [ 120.2355819, 30.0655547 ], [ 120.2369111, 30.0648528 ], [ 120.237249, 30.0647748 ], [ 120.2377446, 30.0647163 ], [ 120.2382966, 30.0645701 ], [ 120.2388711, 30.0644824 ], [ 120.2389499, 30.0645896 ], [ 120.2392541, 30.0660227 ], [ 120.2393187, 30.0660164 ], [ 120.2393652, 30.066009 ], [ 120.2390063, 30.0644141 ], [ 120.2390964, 30.0643069 ], [ 120.2391076, 30.0640144 ], [ 120.2391527, 30.0638779 ], [ 120.2394118, 30.0636342 ], [ 120.2403129, 30.06341 ], [ 120.2407635, 30.0633417 ], [ 120.2419918, 30.0633343 ], [ 120.242363, 30.063332 ], [ 120.244661, 30.0633222 ], [ 120.2451798, 30.0635427 ], [ 120.2452805, 30.0635855 ], [ 120.2465534, 30.0634392 ], [ 120.2474996, 30.063449 ], [ 120.2479164, 30.06341 ], [ 120.2482881, 30.0633222 ], [ 120.248581, 30.063332 ], [ 120.2487049, 30.0634197 ], [ 120.248431, 30.0640189 ], [ 120.2482699, 30.0645626 ], [ 120.2483666, 30.0655523 ], [ 120.2484865, 30.066201 ], [ 120.2484954, 30.0662493 ], [ 120.2484149, 30.0671693 ], [ 120.2481572, 30.0689117 ], [ 120.2483572, 30.0692949 ], [ 120.2483827, 30.0693438 ], [ 120.248882, 30.069776 ], [ 120.2492685, 30.0702359 ], [ 120.2494779, 30.0700269 ], [ 120.2486927, 30.06902 ], [ 120.2486082, 30.0689117 ], [ 120.2486726, 30.0684238 ], [ 120.248882, 30.0667093 ], [ 120.2488659, 30.0661378 ], [ 120.248737, 30.0654687 ], [ 120.2486726, 30.0648692 ], [ 120.2486404, 30.0644092 ], [ 120.248737, 30.0641723 ], [ 120.2488569, 30.0639709 ], [ 120.2490108, 30.0637122 ], [ 120.249188, 30.0634753 ], [ 120.2491847, 30.0634434 ], [ 120.2491719, 30.0633219 ], [ 120.250787, 30.0633219 ], [ 120.2509191, 30.0633219 ], [ 120.2513141, 30.0633219 ], [ 120.2516747, 30.0660164 ], [ 120.2521352, 30.0694573 ], [ 120.2521517, 30.0695808 ], [ 120.2525382, 30.0715044 ], [ 120.2537301, 30.0739715 ], [ 120.2540362, 30.0738879 ], [ 120.2538101, 30.0734287 ], [ 120.2528765, 30.0715323 ], [ 120.2527534, 30.071073 ], [ 120.2526188, 30.0705705 ], [ 120.2525883, 30.0703429 ], [ 120.2522214, 30.067601 ], [ 120.2520603, 30.0663979 ], [ 120.2520232, 30.0661206 ], [ 120.2519089, 30.0652666 ], [ 120.2516524, 30.0633498 ], [ 120.2518456, 30.063294 ], [ 120.2531986, 30.0634892 ], [ 120.2536174, 30.0637401 ], [ 120.254165, 30.0644092 ], [ 120.2546966, 30.0654129 ], [ 120.2552481, 30.0657217 ], [ 120.255518, 30.0658729 ], [ 120.2559046, 30.066082 ], [ 120.2559605, 30.0662756 ], [ 120.2560334, 30.0665281 ], [ 120.2566938, 30.0665002 ], [ 120.2566777, 30.0662772 ], [ 120.2567743, 30.0661935 ], [ 120.2569193, 30.0661935 ], [ 120.2571126, 30.0667093 ], [ 120.2578678, 30.0669844 ], [ 120.2582414, 30.0670547 ], [ 120.2587612, 30.0670125 ], [ 120.2592973, 30.0667876 ], [ 120.2597846, 30.0664502 ], [ 120.2604182, 30.0660144 ], [ 120.2608568, 30.0654661 ], [ 120.261734, 30.0638774 ], [ 120.2611817, 30.0635681 ], [ 120.2605644, 30.0642991 ], [ 120.2602233, 30.0647772 ], [ 120.2598009, 30.0652411 ], [ 120.2597632, 30.0652888 ], [ 120.259554, 30.0655539 ], [ 120.259346, 30.0658175 ], [ 120.2584038, 30.0662112 ], [ 120.2583259, 30.0662056 ], [ 120.257819, 30.066169 ], [ 120.2577413, 30.0661457 ], [ 120.2573967, 30.0660425 ], [ 120.2571018, 30.0658594 ], [ 120.2566494, 30.0655785 ], [ 120.2563895, 30.0652973 ], [ 120.2562691, 30.0651225 ], [ 120.2558859, 30.0645663 ], [ 120.2558481, 30.0645267 ], [ 120.2552686, 30.0639195 ], [ 120.2548625, 30.0636102 ], [ 120.2545863, 30.0634275 ], [ 120.2543751, 30.0632166 ], [ 120.2541738, 30.0632021 ], [ 120.2539852, 30.0631885 ], [ 120.2535141, 30.0630479 ], [ 120.2529164, 30.062897 ], [ 120.2527344, 30.062851 ], [ 120.2520521, 30.0628229 ], [ 120.2517724, 30.0628043 ], [ 120.2516298, 30.0627948 ], [ 120.2515233, 30.0626668 ], [ 120.2514721, 30.062242 ], [ 120.2510692, 30.0588988 ], [ 120.2502429, 30.0520424 ], [ 120.24999, 30.0520885 ], [ 120.2512546, 30.0627228 ], [ 120.2511481, 30.0627919 ], [ 120.2484592, 30.0627689 ], [ 120.2439002, 30.0627914 ], [ 120.2414949, 30.0628033 ], [ 120.2414706, 30.0628034 ], [ 120.2414041, 30.0626191 ], [ 120.2414803, 30.0625102 ], [ 120.2416703, 30.0622389 ], [ 120.241898, 30.0619472 ], [ 120.2420031, 30.0618126 ], [ 120.2420405, 30.0617464 ], [ 120.242296, 30.0612942 ], [ 120.2424424, 30.0610177 ], [ 120.2424589, 30.0609606 ], [ 120.2426287, 30.0603725 ], [ 120.2426687, 30.0599347 ], [ 120.2426922, 30.0598432 ], [ 120.2427752, 30.0595199 ], [ 120.2428684, 30.0590706 ], [ 120.2428645, 30.0590344 ], [ 120.2428284, 30.0587019 ], [ 120.2428018, 30.0582641 ], [ 120.2428574, 30.0581823 ], [ 120.2429349, 30.0580682 ], [ 120.2432544, 30.0578378 ], [ 120.2436005, 30.0577226 ], [ 120.2439333, 30.0575267 ], [ 120.2440398, 30.0571465 ], [ 120.2440131, 30.0566165 ], [ 120.2436937, 30.0565589 ], [ 120.2436404, 30.0573078 ], [ 120.2433875, 30.0575152 ], [ 120.2426953, 30.0580106 ], [ 120.2426021, 30.0582295 ], [ 120.2426599, 30.0589492 ], [ 120.2426687, 30.0590591 ], [ 120.2425755, 30.0593241 ], [ 120.2424856, 30.0595222 ], [ 120.2424291, 30.0596467 ], [ 120.2424157, 30.0600558 ], [ 120.2424024, 30.0604647 ], [ 120.2421495, 30.0610177 ], [ 120.2421125, 30.0610751 ], [ 120.2418866, 30.0614253 ], [ 120.2415875, 30.0618891 ], [ 120.2413318, 30.0622858 ], [ 120.2411911, 30.0625039 ], [ 120.2409648, 30.0627458 ], [ 120.2405655, 30.0628149 ], [ 120.2400796, 30.0629483 ], [ 120.2396577, 30.0630642 ], [ 120.2380762, 30.0637251 ], [ 120.2376369, 30.0638864 ], [ 120.2375304, 30.0637827 ], [ 120.2374772, 30.0635523 ], [ 120.2374239, 30.063391 ], [ 120.2371843, 30.0634025 ], [ 120.2369847, 30.0633795 ], [ 120.2368249, 30.0634831 ], [ 120.2372509, 30.0636329 ], [ 120.2373441, 30.0638518 ], [ 120.2373041, 30.0640016 ], [ 120.2371178, 30.0641744 ], [ 120.2351477, 30.0651191 ], [ 120.2344688, 30.0652804 ], [ 120.2337766, 30.0653495 ], [ 120.2327782, 30.0652804 ], [ 120.2309412, 30.0649924 ], [ 120.2307016, 30.0648656 ], [ 120.2305019, 30.0647619 ], [ 120.2295302, 30.0648311 ], [ 120.2293039, 30.0647735 ], [ 120.229224, 30.0646237 ], [ 120.2292107, 30.0644278 ], [ 120.2293571, 30.064255 ], [ 120.2314204, 30.0630914 ], [ 120.2326573, 30.0626395 ], [ 120.2332175, 30.0624348 ], [ 120.2335774, 30.0622941 ], [ 120.2336301, 30.0622735 ], [ 120.2339097, 30.0622735 ], [ 120.2344954, 30.0623426 ], [ 120.2343756, 30.0619394 ], [ 120.2332974, 30.0622274 ], [ 120.2319023, 30.0626802 ], [ 120.2315935, 30.0627804 ], [ 120.2306484, 30.0631721 ], [ 120.2287714, 30.064232 ], [ 120.2285185, 30.0638518 ], [ 120.2283188, 30.0639325 ], [ 120.2285718, 30.0644163 ], [ 120.2285318, 30.0646237 ], [ 120.2284253, 30.0646813 ], [ 120.2282523, 30.0646352 ], [ 120.2278796, 30.0647274 ], [ 120.2263887, 30.0654301 ], [ 120.2261624, 30.0655799 ], [ 120.2257364, 30.0661444 ], [ 120.2254835, 30.0664094 ], [ 120.2246182, 30.0670776 ], [ 120.2241124, 30.0675038 ], [ 120.2238861, 30.0678033 ], [ 120.2237286, 30.0682225 ], [ 120.2218361, 30.0699806 ], [ 120.2213569, 30.0704069 ], [ 120.2204917, 30.0707525 ], [ 120.2192271, 30.0709598 ], [ 120.218069, 30.0712017 ], [ 120.2173901, 30.0712709 ], [ 120.216831, 30.0712478 ], [ 120.2162187, 30.0711441 ], [ 120.2155398, 30.0709368 ], [ 120.214781, 30.0703262 ], [ 120.2143284, 30.0697502 ], [ 120.2137966, 30.0690935 ], [ 120.2133122, 30.0694054 ], [ 120.2131304, 30.0695198 ], [ 120.2114665, 30.0675844 ], [ 120.2112002, 30.067308 ], [ 120.2110005, 30.0671467 ], [ 120.2107876, 30.0669854 ], [ 120.2077925, 30.0655223 ], [ 120.2073133, 30.0651767 ], [ 120.2050636, 30.0636099 ], [ 120.2043714, 30.0631606 ], [ 120.203799, 30.0627458 ], [ 120.2033065, 30.0622389 ], [ 120.2031201, 30.0622504 ], [ 120.2030424, 30.0622185 ], [ 120.2028672, 30.0621467 ], [ 120.2027939, 30.0620915 ], [ 120.2025494, 30.0619071 ], [ 120.2024167, 30.0620438 ], [ 120.2021252, 30.0623441 ], [ 120.2027237, 30.0627373 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2552651, 30.0638743 ], [ 120.2552945, 30.0639206 ], [ 120.2553402, 30.0639553 ], [ 120.2553969, 30.0639746 ], [ 120.2554485, 30.0639769 ], [ 120.2554987, 30.0639662 ], [ 120.2555431, 30.0639434 ], [ 120.255578, 30.0639104 ], [ 120.2556002, 30.06387 ], [ 120.2556081, 30.0638258 ], [ 120.2555978, 30.0637739 ], [ 120.2555677, 30.063728 ], [ 120.2555214, 30.0636938 ], [ 120.2554644, 30.0636753 ], [ 120.2554035, 30.0636747 ], [ 120.255346, 30.063692 ], [ 120.2552987, 30.0637253 ], [ 120.2552674, 30.0637705 ], [ 120.2552557, 30.0638223 ], [ 120.2552651, 30.0638743 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2408587, 30.0657703 ], [ 120.2410761, 30.0656419 ], [ 120.2412003, 30.0654772 ], [ 120.2412724, 30.0653263 ], [ 120.2411291, 30.0651896 ], [ 120.241023, 30.0652396 ], [ 120.2409055, 30.0653477 ], [ 120.2407947, 30.0655614 ], [ 120.2406744, 30.0657765 ], [ 120.2408587, 30.0657703 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2451033, 30.0667766 ], [ 120.2452136, 30.0671311 ], [ 120.2454415, 30.0670753 ], [ 120.2455989, 30.0670391 ], [ 120.2455848, 30.0664788 ], [ 120.2450735, 30.0665675 ], [ 120.2451033, 30.0667766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2318752, 30.0721115 ], [ 120.2319771, 30.0719398 ], [ 120.2323513, 30.0710995 ], [ 120.2323607, 30.0709463 ], [ 120.2320978, 30.0708395 ], [ 120.231961, 30.070872 ], [ 120.2318403, 30.0720918 ], [ 120.2318752, 30.0721115 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1554511, 30.0637122 ], [ 120.1556735, 30.0640834 ], [ 120.1560388, 30.0640696 ], [ 120.1561817, 30.064427 ], [ 120.1563247, 30.0643996 ], [ 120.1564041, 30.0644973 ], [ 120.1566265, 30.0647707 ], [ 120.1572068, 30.0648083 ], [ 120.1574133, 30.06457 ], [ 120.1574524, 30.0642621 ], [ 120.157471, 30.0638533 ], [ 120.1571506, 30.063506 ], [ 120.1563723, 30.0628187 ], [ 120.1558641, 30.0627087 ], [ 120.1554034, 30.0629287 ], [ 120.1552287, 30.0631349 ], [ 120.1554511, 30.0637122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1845091, 30.0731225 ], [ 120.1861174, 30.0714685 ], [ 120.1856292, 30.0712143 ], [ 120.1853595, 30.0715859 ], [ 120.1842145, 30.0728862 ], [ 120.1845091, 30.0731225 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1727334, 30.076898 ], [ 120.1728272, 30.0762585 ], [ 120.1734067, 30.0763206 ], [ 120.1741629, 30.0766585 ], [ 120.1741779, 30.0768598 ], [ 120.1743842, 30.0769367 ], [ 120.1745738, 30.0756149 ], [ 120.174141, 30.075608 ], [ 120.1739976, 30.0760198 ], [ 120.172847, 30.075574 ], [ 120.172466, 30.0756592 ], [ 120.1723117, 30.0759301 ], [ 120.1720898, 30.0759264 ], [ 120.1717945, 30.0756522 ], [ 120.1716748, 30.0765759 ], [ 120.1727334, 30.076898 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1747858, 30.0790381 ], [ 120.1770557, 30.077832 ], [ 120.1790165, 30.0766032 ], [ 120.178434, 30.0763049 ], [ 120.178248, 30.0761823 ], [ 120.178047, 30.0762574 ], [ 120.1778461, 30.0762208 ], [ 120.1773848, 30.0765508 ], [ 120.1777601, 30.0770997 ], [ 120.1766712, 30.077808 ], [ 120.1766712, 30.0776358 ], [ 120.1745536, 30.0788116 ], [ 120.1747858, 30.0790381 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1772333, 30.0791545 ], [ 120.1798678, 30.0775634 ], [ 120.1809801, 30.0770879 ], [ 120.1809268, 30.076847 ], [ 120.1809682, 30.0766512 ], [ 120.1806463, 30.0765211 ], [ 120.1803687, 30.0761494 ], [ 120.1775429, 30.078061 ], [ 120.1775786, 30.0782228 ], [ 120.1772532, 30.0784513 ], [ 120.1769787, 30.0788837 ], [ 120.1772333, 30.0791545 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1754839, 30.0808194 ], [ 120.1765799, 30.0796262 ], [ 120.1762818, 30.0788509 ], [ 120.1761213, 30.0787645 ], [ 120.1748174, 30.0795171 ], [ 120.1742673, 30.0801507 ], [ 120.1754839, 30.0808194 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1640215, 30.0841699 ], [ 120.1683031, 30.084444 ], [ 120.1686371, 30.0838904 ], [ 120.1673808, 30.0831054 ], [ 120.1655297, 30.0819486 ], [ 120.1639229, 30.0814272 ], [ 120.1628198, 30.0810692 ], [ 120.1626078, 30.0840794 ], [ 120.1640215, 30.0841699 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.172678, 30.0835824 ], [ 120.1734829, 30.0833918 ], [ 120.1733182, 30.0828712 ], [ 120.1726599, 30.0828748 ], [ 120.1725223, 30.0830674 ], [ 120.172678, 30.0835824 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1710822, 30.0838047 ], [ 120.1715709, 30.0835594 ], [ 120.1717562, 30.0833907 ], [ 120.1719265, 30.0834583 ], [ 120.1720823, 30.0827187 ], [ 120.1719029, 30.0826978 ], [ 120.1715016, 30.082979 ], [ 120.1711988, 30.0834123 ], [ 120.17084, 30.0836629 ], [ 120.1710822, 30.0838047 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1569292, 30.0860915 ], [ 120.1593521, 30.0861942 ], [ 120.1598378, 30.0806384 ], [ 120.1567464, 30.0803964 ], [ 120.1565682, 30.0843831 ], [ 120.1569292, 30.0860915 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2306756, 30.0740138 ], [ 120.2312768, 30.0730035 ], [ 120.2316456, 30.072549 ], [ 120.2316477, 30.0718475 ], [ 120.2309836, 30.0717545 ], [ 120.2311963, 30.0713354 ], [ 120.2317624, 30.0713263 ], [ 120.2317867, 30.0708024 ], [ 120.231719, 30.0705505 ], [ 120.2306612, 30.0704396 ], [ 120.2306473, 30.0713395 ], [ 120.2299495, 30.0713439 ], [ 120.2299147, 30.0722245 ], [ 120.2296186, 30.0722082 ], [ 120.2294751, 30.073189 ], [ 120.2282883, 30.0730657 ], [ 120.2281543, 30.0738913 ], [ 120.2306756, 30.0740138 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2538101, 30.0734287 ], [ 120.2540862, 30.0734091 ], [ 120.2538732, 30.0712998 ], [ 120.2531102, 30.0713924 ], [ 120.2528765, 30.0715323 ], [ 120.2538101, 30.0734287 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2550399, 30.0749546 ], [ 120.2558645, 30.0751658 ], [ 120.2562637, 30.0750969 ], [ 120.2569974, 30.0751533 ], [ 120.2573834, 30.0751941 ], [ 120.2575773, 30.0751203 ], [ 120.2581627, 30.0751524 ], [ 120.2582559, 30.0749586 ], [ 120.2575964, 30.0747711 ], [ 120.2556425, 30.0747536 ], [ 120.2549769, 30.0746867 ], [ 120.2550399, 30.0749546 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2598762, 30.0753949 ], [ 120.2604494, 30.0755335 ], [ 120.2607461, 30.0755928 ], [ 120.2607722, 30.0757197 ], [ 120.260738, 30.0759053 ], [ 120.2606926, 30.0762373 ], [ 120.2608189, 30.0764909 ], [ 120.2610425, 30.0764267 ], [ 120.2612952, 30.0764945 ], [ 120.261415, 30.0766438 ], [ 120.2617256, 30.0766241 ], [ 120.2617383, 30.0763993 ], [ 120.2612543, 30.0763738 ], [ 120.2609655, 30.0763586 ], [ 120.2608002, 30.0761953 ], [ 120.2608021, 30.0760334 ], [ 120.26083, 30.0758659 ], [ 120.2608305, 30.0755015 ], [ 120.2608489, 30.0754986 ], [ 120.2611265, 30.0754545 ], [ 120.2611628, 30.0753717 ], [ 120.2611716, 30.0753709 ], [ 120.2615801, 30.0753341 ], [ 120.2618132, 30.0752082 ], [ 120.2619762, 30.0749986 ], [ 120.2619861, 30.0748302 ], [ 120.2615563, 30.0748488 ], [ 120.2612047, 30.0749312 ], [ 120.2605712, 30.0750461 ], [ 120.2598517, 30.0751464 ], [ 120.2598762, 30.0753949 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2504883, 30.0771266 ], [ 120.2513723, 30.0769353 ], [ 120.2513646, 30.076878 ], [ 120.2512857, 30.0767837 ], [ 120.2507155, 30.0768931 ], [ 120.2504848, 30.0770548 ], [ 120.2504883, 30.0771266 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2560154, 30.0783646 ], [ 120.2562942, 30.0783581 ], [ 120.2565611, 30.0788241 ], [ 120.2564815, 30.078921 ], [ 120.2562941, 30.0791493 ], [ 120.2564859, 30.0795941 ], [ 120.2565489, 30.0803048 ], [ 120.2565831, 30.0808918 ], [ 120.2568405, 30.0810229 ], [ 120.2568126, 30.0816499 ], [ 120.2572301, 30.082005 ], [ 120.2577821, 30.082357 ], [ 120.2578481, 30.0817994 ], [ 120.2578371, 30.0814385 ], [ 120.2578719, 30.0813483 ], [ 120.2582706, 30.0811763 ], [ 120.2584826, 30.081147 ], [ 120.2586418, 30.0812011 ], [ 120.2590775, 30.0809256 ], [ 120.2591214, 30.0808401 ], [ 120.2587921, 30.0805456 ], [ 120.2593928, 30.0799024 ], [ 120.2593706, 30.0796564 ], [ 120.2594073, 30.0794367 ], [ 120.2595377, 30.0789645 ], [ 120.2594542, 30.0786411 ], [ 120.2596712, 30.0786232 ], [ 120.2596419, 30.0784123 ], [ 120.2596255, 30.077678 ], [ 120.2583557, 30.0776272 ], [ 120.2582662, 30.0777099 ], [ 120.2578725, 30.077742 ], [ 120.2578628, 30.0776116 ], [ 120.2575335, 30.0775329 ], [ 120.2574585, 30.0774847 ], [ 120.2572888, 30.0774301 ], [ 120.2571018, 30.0775688 ], [ 120.2569844, 30.0775795 ], [ 120.2568683, 30.0773981 ], [ 120.2566292, 30.0773385 ], [ 120.2564705, 30.0772141 ], [ 120.2561977, 30.0772604 ], [ 120.255962, 30.0772566 ], [ 120.25585, 30.0773293 ], [ 120.2555645, 30.0774556 ], [ 120.2560154, 30.0783646 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2241945, 30.0823595 ], [ 120.2257901, 30.0821404 ], [ 120.2264281, 30.0821679 ], [ 120.2268445, 30.0821859 ], [ 120.2278193, 30.0818626 ], [ 120.2279451, 30.0818209 ], [ 120.2280313, 30.0817923 ], [ 120.228469, 30.0815181 ], [ 120.2291435, 30.0810955 ], [ 120.2293948, 30.0808635 ], [ 120.2300307, 30.0808635 ], [ 120.2299983, 30.0805849 ], [ 120.2298288, 30.0803218 ], [ 120.2291378, 30.0803511 ], [ 120.2290724, 30.0804634 ], [ 120.2289096, 30.0807431 ], [ 120.228402, 30.080777 ], [ 120.2280086, 30.0804224 ], [ 120.2279811, 30.080125 ], [ 120.2274175, 30.0800866 ], [ 120.2272322, 30.0799453 ], [ 120.2264662, 30.0799831 ], [ 120.2263323, 30.0801987 ], [ 120.2259234, 30.0802628 ], [ 120.2259234, 30.0806338 ], [ 120.2256364, 30.0805409 ], [ 120.2252041, 30.0807181 ], [ 120.2248553, 30.0807717 ], [ 120.2244497, 30.0814256 ], [ 120.2240109, 30.08174 ], [ 120.2241945, 30.0823595 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2488455, 30.083502 ], [ 120.2487807, 30.0837571 ], [ 120.2488669, 30.08401 ], [ 120.2490621, 30.0844274 ], [ 120.2494177, 30.0847168 ], [ 120.2495192, 30.0847436 ], [ 120.2496166, 30.0846681 ], [ 120.2497195, 30.0846904 ], [ 120.2500094, 30.0845167 ], [ 120.2500292, 30.0844476 ], [ 120.2501343, 30.0843587 ], [ 120.2502072, 30.0842728 ], [ 120.2504547, 30.0841347 ], [ 120.2505544, 30.0840425 ], [ 120.2508404, 30.0839261 ], [ 120.2509199, 30.0838648 ], [ 120.2509216, 30.0838012 ], [ 120.2509516, 30.0837534 ], [ 120.2513734, 30.083646 ], [ 120.2515382, 30.083653 ], [ 120.2516248, 30.0838021 ], [ 120.251672, 30.0839606 ], [ 120.2518933, 30.0839968 ], [ 120.2518652, 30.0838547 ], [ 120.25175, 30.0836952 ], [ 120.251672, 30.0832917 ], [ 120.2517128, 30.0832192 ], [ 120.2529843, 30.0828203 ], [ 120.2530573, 30.0827738 ], [ 120.2531078, 30.0826803 ], [ 120.2531449, 30.0825805 ], [ 120.2541847, 30.0820972 ], [ 120.2543563, 30.0820769 ], [ 120.2551276, 30.0817737 ], [ 120.2556426, 30.0815382 ], [ 120.2556416, 30.0814823 ], [ 120.2556624, 30.0814571 ], [ 120.2556343, 30.0814014 ], [ 120.2555843, 30.0813745 ], [ 120.2555455, 30.0812884 ], [ 120.2551538, 30.0814201 ], [ 120.2541396, 30.0820036 ], [ 120.2539314, 30.0820338 ], [ 120.2515205, 30.0829227 ], [ 120.2510943, 30.0828787 ], [ 120.2510286, 30.0827895 ], [ 120.2513158, 30.0824613 ], [ 120.2511695, 30.0821494 ], [ 120.2510084, 30.0821052 ], [ 120.2502968, 30.082337 ], [ 120.2502395, 30.0824796 ], [ 120.2504057, 30.08313 ], [ 120.249931, 30.0835435 ], [ 120.2494471, 30.0830542 ], [ 120.2491639, 30.0831062 ], [ 120.2490071, 30.0829946 ], [ 120.2488078, 30.0831067 ], [ 120.2486913, 30.0832592 ], [ 120.2488455, 30.083502 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2580806, 30.0839682 ], [ 120.258148, 30.0838562 ], [ 120.2583115, 30.0838562 ], [ 120.2586225, 30.083909 ], [ 120.2589979, 30.0839969 ], [ 120.259186, 30.0841055 ], [ 120.2594617, 30.083478 ], [ 120.2591991, 30.0833109 ], [ 120.2589924, 30.0836975 ], [ 120.2586391, 30.0836994 ], [ 120.2585019, 30.0837188 ], [ 120.2582412, 30.0835165 ], [ 120.2580295, 30.0835935 ], [ 120.2579161, 30.0839341 ], [ 120.2580806, 30.0839682 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2531751, 30.0844337 ], [ 120.253278, 30.0844858 ], [ 120.2535349, 30.0843676 ], [ 120.253405, 30.0841769 ], [ 120.2532217, 30.084202 ], [ 120.2531339, 30.0842578 ], [ 120.2531236, 30.0843442 ], [ 120.2531751, 30.0844337 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2050216, 30.0601148 ], [ 120.2053821, 30.060261 ], [ 120.2055849, 30.0604463 ], [ 120.2077251, 30.062981 ], [ 120.2079842, 30.0633125 ], [ 120.2081757, 30.063254 ], [ 120.2083559, 30.0633222 ], [ 120.2085812, 30.0634587 ], [ 120.2095161, 30.0645799 ], [ 120.210192, 30.0654475 ], [ 120.2103272, 30.065662 ], [ 120.2118366, 30.0674947 ], [ 120.2118479, 30.067641 ], [ 120.2133122, 30.0694054 ], [ 120.2137966, 30.0690935 ], [ 120.2136051, 30.068879 ], [ 120.2124787, 30.067407 ], [ 120.2112959, 30.0659642 ], [ 120.2108679, 30.0654085 ], [ 120.2106426, 30.0654475 ], [ 120.210406, 30.0653305 ], [ 120.2101475, 30.065183 ], [ 120.2087638, 30.0634362 ], [ 120.2086037, 30.0631078 ], [ 120.2086488, 30.0629518 ], [ 120.2083784, 30.0625813 ], [ 120.2082433, 30.0626301 ], [ 120.207038, 30.0611677 ], [ 120.207038, 30.0610605 ], [ 120.2070492, 30.0609825 ], [ 120.2066437, 30.0604852 ], [ 120.2063959, 30.0599003 ], [ 120.2063283, 30.0595396 ], [ 120.2063621, 30.0592861 ], [ 120.2064522, 30.0590521 ], [ 120.2066535, 30.0586779 ], [ 120.2042313, 30.0599782 ], [ 120.2050216, 30.0601148 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2202525, 30.0686868 ], [ 120.2204242, 30.0690396 ], [ 120.2206173, 30.0698567 ], [ 120.2217331, 30.069671 ], [ 120.2218404, 30.0698752 ], [ 120.2219906, 30.0698752 ], [ 120.2221408, 30.0697824 ], [ 120.2222695, 30.0694853 ], [ 120.2224197, 30.0693924 ], [ 120.2226558, 30.069151 ], [ 120.2229133, 30.0689653 ], [ 120.2232995, 30.0685753 ], [ 120.2234926, 30.0684639 ], [ 120.2235999, 30.0683525 ], [ 120.2237286, 30.0682225 ], [ 120.2237286, 30.0675725 ], [ 120.2234712, 30.0675725 ], [ 120.2229776, 30.0676468 ], [ 120.2226343, 30.0678325 ], [ 120.2222052, 30.0677954 ], [ 120.2219477, 30.0677211 ], [ 120.2208533, 30.0676468 ], [ 120.2200808, 30.0675911 ], [ 120.2199521, 30.0677397 ], [ 120.2202525, 30.0686868 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2243302, 30.0733787 ], [ 120.225128, 30.0732154 ], [ 120.2249815, 30.0728138 ], [ 120.2242084, 30.0729547 ], [ 120.2243302, 30.0733787 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2091427, 30.0749692 ], [ 120.2094112, 30.0748696 ], [ 120.2094304, 30.0743052 ], [ 120.209277, 30.0740728 ], [ 120.2090851, 30.0742388 ], [ 120.2091427, 30.0749692 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2228744, 30.0761002 ], [ 120.2236181, 30.0758843 ], [ 120.2259495, 30.0754928 ], [ 120.225579, 30.0742005 ], [ 120.2253341, 30.0741472 ], [ 120.2249837, 30.0735383 ], [ 120.224467, 30.0736124 ], [ 120.2241004, 30.0735313 ], [ 120.2237216, 30.0738968 ], [ 120.2235882, 30.0737231 ], [ 120.223523, 30.0733196 ], [ 120.2232958, 30.0734323 ], [ 120.2227166, 30.0734774 ], [ 120.2228337, 30.0738616 ], [ 120.2222226, 30.0740807 ], [ 120.2228744, 30.0761002 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2077002, 30.0770626 ], [ 120.2081965, 30.0770933 ], [ 120.2082792, 30.0768888 ], [ 120.2081779, 30.0767225 ], [ 120.2077785, 30.0766768 ], [ 120.2076056, 30.0768888 ], [ 120.2077002, 30.0770626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.200551, 30.0770217 ], [ 120.2007282, 30.0770422 ], [ 120.2008464, 30.0772058 ], [ 120.2012127, 30.0772876 ], [ 120.201579, 30.0774614 ], [ 120.2018863, 30.0775023 ], [ 120.2022408, 30.0773796 ], [ 120.2020635, 30.0772058 ], [ 120.2017917, 30.0772876 ], [ 120.2015909, 30.0772876 ], [ 120.2011891, 30.0770728 ], [ 120.2006455, 30.0767661 ], [ 120.2004092, 30.0768274 ], [ 120.200551, 30.0770217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2053916, 30.0926496 ], [ 120.2065225, 30.093004 ], [ 120.2067151, 30.0925425 ], [ 120.2071086, 30.0924977 ], [ 120.2075106, 30.0918162 ], [ 120.2078396, 30.0916501 ], [ 120.2078012, 30.0913681 ], [ 120.2072644, 30.0911691 ], [ 120.2071686, 30.0908539 ], [ 120.2068235, 30.0906715 ], [ 120.2065465, 30.0913227 ], [ 120.2056427, 30.091516 ], [ 120.205597, 30.0918461 ], [ 120.2053108, 30.0920548 ], [ 120.2053916, 30.0926496 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1963356, 30.095698 ], [ 120.1963922, 30.0967735 ], [ 120.1964755, 30.0967826 ], [ 120.1971607, 30.0968578 ], [ 120.1972785, 30.0960769 ], [ 120.1975208, 30.0959052 ], [ 120.1979091, 30.0950241 ], [ 120.1973184, 30.0948376 ], [ 120.1966682, 30.0948606 ], [ 120.196534, 30.0948654 ], [ 120.1965242, 30.0953992 ], [ 120.1960933, 30.09555 ], [ 120.1963356, 30.095698 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.211015, 30.100037 ], [ 120.2106971, 30.1010067 ], [ 120.2134577, 30.1014751 ], [ 120.2140248, 30.0997428 ], [ 120.2130404, 30.0995419 ], [ 120.2128081, 30.0994945 ], [ 120.2117605, 30.0992808 ], [ 120.2115444, 30.0993597 ], [ 120.2104459, 30.0991652 ], [ 120.2103091, 30.0997408 ], [ 120.211015, 30.100037 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1530209, 30.0699255 ], [ 120.152878, 30.0701729 ], [ 120.1531004, 30.0704616 ], [ 120.1546252, 30.0691282 ], [ 120.1539739, 30.0684959 ], [ 120.1536086, 30.0680286 ], [ 120.1532274, 30.0683585 ], [ 120.1526397, 30.0687021 ], [ 120.1525127, 30.0692519 ], [ 120.1530209, 30.0699255 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1313068, 30.0698303 ], [ 120.1315386, 30.0697378 ], [ 120.1320021, 30.0695372 ], [ 120.1324835, 30.0695218 ], [ 120.1325192, 30.0693057 ], [ 120.1317347, 30.0691514 ], [ 120.1314673, 30.0692903 ], [ 120.1316634, 30.0695372 ], [ 120.131182, 30.069676 ], [ 120.1313068, 30.0698303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1351757, 30.0719596 ], [ 120.1353718, 30.0728699 ], [ 120.1354253, 30.073271 ], [ 120.135764, 30.0734099 ], [ 120.1361206, 30.0732247 ], [ 120.1365128, 30.0727927 ], [ 120.1365842, 30.0722219 ], [ 120.1365485, 30.0718361 ], [ 120.1364772, 30.0714041 ], [ 120.1360315, 30.0707407 ], [ 120.1356214, 30.0705401 ], [ 120.1354253, 30.0705709 ], [ 120.1349261, 30.0707098 ], [ 120.1347656, 30.0709258 ], [ 120.1351757, 30.0719596 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1327153, 30.0720367 ], [ 120.1333215, 30.0722219 ], [ 120.1334284, 30.0724533 ], [ 120.1340168, 30.0721601 ], [ 120.1342486, 30.0723916 ], [ 120.1344982, 30.0726384 ], [ 120.1348548, 30.073163 ], [ 120.1347834, 30.072407 ], [ 120.134623, 30.0717899 ], [ 120.1344982, 30.0717744 ], [ 120.1340881, 30.071219 ], [ 120.1336602, 30.071219 ], [ 120.1332323, 30.0713424 ], [ 120.1325905, 30.0715121 ], [ 120.1327153, 30.0720367 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1393469, 30.0779739 ], [ 120.1394113, 30.0780296 ], [ 120.1395293, 30.0782988 ], [ 120.1398404, 30.0784102 ], [ 120.1400443, 30.078401 ], [ 120.140334, 30.0784752 ], [ 120.1403769, 30.0786145 ], [ 120.1405056, 30.0786052 ], [ 120.1405163, 30.0785216 ], [ 120.1406451, 30.0786145 ], [ 120.140806, 30.0785866 ], [ 120.1408811, 30.0784938 ], [ 120.1410313, 30.0785402 ], [ 120.1410635, 30.0786423 ], [ 120.1413103, 30.0786516 ], [ 120.1413854, 30.0784567 ], [ 120.1416321, 30.0785216 ], [ 120.1416429, 30.0786331 ], [ 120.1418896, 30.0787166 ], [ 120.141954, 30.0787816 ], [ 120.1420184, 30.078698 ], [ 120.1420935, 30.0784845 ], [ 120.1420935, 30.0783452 ], [ 120.1422115, 30.0782431 ], [ 120.1422437, 30.0779832 ], [ 120.1420935, 30.0778346 ], [ 120.1420935, 30.0776861 ], [ 120.142351, 30.0776768 ], [ 120.1426836, 30.0770733 ], [ 120.1424904, 30.0769898 ], [ 120.1424797, 30.0768598 ], [ 120.1425656, 30.0766741 ], [ 120.142233, 30.0764698 ], [ 120.1419111, 30.076377 ], [ 120.1416751, 30.0764141 ], [ 120.1416965, 30.0765163 ], [ 120.1416429, 30.0765998 ], [ 120.141439, 30.0764049 ], [ 120.1412995, 30.0762192 ], [ 120.1411708, 30.0758107 ], [ 120.1410635, 30.0758014 ], [ 120.140967, 30.0754393 ], [ 120.1404412, 30.0753836 ], [ 120.1402589, 30.0755136 ], [ 120.1400121, 30.0756064 ], [ 120.1400228, 30.0757364 ], [ 120.1399692, 30.0758571 ], [ 120.1399692, 30.076052 ], [ 120.1400014, 30.0760985 ], [ 120.1400014, 30.0763213 ], [ 120.1397653, 30.0766927 ], [ 120.1394542, 30.0770548 ], [ 120.1394756, 30.0773426 ], [ 120.139422, 30.0776025 ], [ 120.1394327, 30.0778253 ], [ 120.1392933, 30.0778625 ], [ 120.1393469, 30.0779739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1497247, 30.0894585 ], [ 120.1501984, 30.0895535 ], [ 120.1503498, 30.0898683 ], [ 120.151211, 30.089925 ], [ 120.1512691, 30.0895642 ], [ 120.1519956, 30.0895994 ], [ 120.1520509, 30.0891878 ], [ 120.154264, 30.0892593 ], [ 120.1543026, 30.0880319 ], [ 120.1555707, 30.0881738 ], [ 120.1554131, 30.0866383 ], [ 120.1549121, 30.0866206 ], [ 120.1530762, 30.0865556 ], [ 120.1529014, 30.0873065 ], [ 120.1495963, 30.0871249 ], [ 120.1495672, 30.0885986 ], [ 120.1497247, 30.0894585 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1683031, 30.084444 ], [ 120.1670953, 30.0844628 ], [ 120.1670502, 30.0849232 ], [ 120.1683031, 30.084444 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1616747, 30.0855118 ], [ 120.1637708, 30.0855802 ], [ 120.1640215, 30.0841699 ], [ 120.1609943, 30.0840197 ], [ 120.1608407, 30.0854846 ], [ 120.1616747, 30.0855118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1607172, 30.087709 ], [ 120.162469, 30.0870154 ], [ 120.1624276, 30.0866487 ], [ 120.1616281, 30.0866524 ], [ 120.1614604, 30.0867764 ], [ 120.1615428, 30.0869626 ], [ 120.1605521, 30.087102 ], [ 120.1607172, 30.087709 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1600338, 30.0879806 ], [ 120.159967, 30.0876224 ], [ 120.1590647, 30.087838 ], [ 120.1590266, 30.0872489 ], [ 120.1587094, 30.0872331 ], [ 120.1587077, 30.0885279 ], [ 120.1600338, 30.0879806 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1553452, 30.0935689 ], [ 120.1602243, 30.0961493 ], [ 120.1599521, 30.0933003 ], [ 120.1637196, 30.0930248 ], [ 120.1654529, 30.092898 ], [ 120.1656842, 30.0937376 ], [ 120.1650043, 30.0937682 ], [ 120.1650886, 30.094395 ], [ 120.1652236, 30.0943928 ], [ 120.1663226, 30.0943748 ], [ 120.1666666, 30.0943692 ], [ 120.1689524, 30.0940573 ], [ 120.1702818, 30.0940221 ], [ 120.1695071, 30.0952223 ], [ 120.1692509, 30.0958073 ], [ 120.1698211, 30.0965666 ], [ 120.1710641, 30.0966435 ], [ 120.1722642, 30.0959195 ], [ 120.17286, 30.0961273 ], [ 120.1732606, 30.0958795 ], [ 120.1740794, 30.0951677 ], [ 120.1743811, 30.0945423 ], [ 120.1738682, 30.0909206 ], [ 120.1720348, 30.0910937 ], [ 120.1722477, 30.0880946 ], [ 120.1719083, 30.0881325 ], [ 120.1714895, 30.0851661 ], [ 120.1706963, 30.085267 ], [ 120.1700566, 30.084943 ], [ 120.1694688, 30.0850979 ], [ 120.1691793, 30.0844275 ], [ 120.1679153, 30.0850694 ], [ 120.1681203, 30.0855732 ], [ 120.167617, 30.0857369 ], [ 120.1665112, 30.0860753 ], [ 120.1655418, 30.0866713 ], [ 120.1652203, 30.0862153 ], [ 120.1613764, 30.087815 ], [ 120.16154, 30.0882757 ], [ 120.162367, 30.0882151 ], [ 120.159766, 30.0887264 ], [ 120.1595991, 30.0885111 ], [ 120.1573381, 30.0895314 ], [ 120.1574324, 30.0897364 ], [ 120.1551234, 30.0908174 ], [ 120.1553452, 30.0935689 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1705808, 30.1001055 ], [ 120.1714361, 30.1000433 ], [ 120.1719101, 30.0995678 ], [ 120.1719684, 30.0988665 ], [ 120.1717754, 30.0982773 ], [ 120.1713741, 30.0982547 ], [ 120.1702659, 30.0994815 ], [ 120.1705808, 30.1001055 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1791264, 30.0977639 ], [ 120.1792372, 30.0980355 ], [ 120.1794034, 30.0981792 ], [ 120.1796249, 30.098291 ], [ 120.1800681, 30.098946 ], [ 120.1804004, 30.0996488 ], [ 120.1805666, 30.1000641 ], [ 120.1809359, 30.1012462 ], [ 120.1810282, 30.10139 ], [ 120.1811574, 30.1014379 ], [ 120.1817483, 30.1013181 ], [ 120.181859, 30.1012302 ], [ 120.1819329, 30.1011344 ], [ 120.1819144, 30.1009746 ], [ 120.1815452, 30.1003836 ], [ 120.1809359, 30.0992655 ], [ 120.1807512, 30.0986744 ], [ 120.1805481, 30.0984188 ], [ 120.1796803, 30.0975083 ], [ 120.1795142, 30.0974125 ], [ 120.1792741, 30.0973965 ], [ 120.179108, 30.0975722 ], [ 120.1791264, 30.0977639 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1811574, 30.1025081 ], [ 120.1812497, 30.1037061 ], [ 120.1813605, 30.1042811 ], [ 120.1812682, 30.1044409 ], [ 120.1812867, 30.1046325 ], [ 120.1814159, 30.1048082 ], [ 120.1814159, 30.1050319 ], [ 120.1815082, 30.1054631 ], [ 120.181619, 30.1056069 ], [ 120.1819329, 30.1056708 ], [ 120.1821175, 30.1057666 ], [ 120.1821729, 30.1055909 ], [ 120.182136, 30.1051756 ], [ 120.1821544, 30.1048402 ], [ 120.1822283, 30.1046964 ], [ 120.1821729, 30.104361 ], [ 120.1820437, 30.1036262 ], [ 120.1820437, 30.1031949 ], [ 120.1819329, 30.1028595 ], [ 120.1817852, 30.1016775 ], [ 120.1816929, 30.1015976 ], [ 120.181379, 30.1016136 ], [ 120.1811759, 30.1017094 ], [ 120.1811205, 30.101965 ], [ 120.1811574, 30.1025081 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.182376, 30.1057027 ], [ 120.1825053, 30.1057666 ], [ 120.1826899, 30.1057347 ], [ 120.1827268, 30.1054951 ], [ 120.182653, 30.1053673 ], [ 120.1824129, 30.1053513 ], [ 120.1823575, 30.1054471 ], [ 120.182376, 30.1057027 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1615065, 30.1125723 ], [ 120.1616119, 30.1130549 ], [ 120.1621487, 30.112943 ], [ 120.1621487, 30.1126781 ], [ 120.1617269, 30.112221 ], [ 120.1614962, 30.1122247 ], [ 120.161348, 30.1123787 ], [ 120.1615065, 30.1125723 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2884672, 30.0166624 ], [ 120.2885891, 30.0165549 ], [ 120.2884873, 30.0159244 ], [ 120.2861829, 30.0154473 ], [ 120.285905, 30.0158382 ], [ 120.2857952, 30.016102 ], [ 120.2884672, 30.0166624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2857896, 30.0175734 ], [ 120.2857796, 30.0178478 ], [ 120.2859204, 30.0180049 ], [ 120.2866351, 30.0176454 ], [ 120.286708, 30.0173912 ], [ 120.2856489, 30.0173203 ], [ 120.2856313, 30.017541 ], [ 120.2857896, 30.0175734 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2944962, 30.0181836 ], [ 120.2953758, 30.0177033 ], [ 120.2955992, 30.0177875 ], [ 120.2956175, 30.0181251 ], [ 120.2957501, 30.0184131 ], [ 120.2957322, 30.0187445 ], [ 120.2955691, 30.0190833 ], [ 120.2960791, 30.0192742 ], [ 120.2965651, 30.0192145 ], [ 120.2972142, 30.0195872 ], [ 120.2972666, 30.0196941 ], [ 120.2976146, 30.0199526 ], [ 120.2975601, 30.0201809 ], [ 120.2978368, 30.0204096 ], [ 120.2980237, 30.0208762 ], [ 120.2981093, 30.0216855 ], [ 120.2982864, 30.0223855 ], [ 120.2981399, 30.0222385 ], [ 120.2977681, 30.0222933 ], [ 120.2977129, 30.0221895 ], [ 120.2968439, 30.0223139 ], [ 120.2968058, 30.0224482 ], [ 120.2968654, 30.0225935 ], [ 120.2978839, 30.0226635 ], [ 120.2981326, 30.0226813 ], [ 120.2983228, 30.0225826 ], [ 120.2984414, 30.0225196 ], [ 120.2983148, 30.022057 ], [ 120.2983078, 30.021858 ], [ 120.2983769, 30.021858 ], [ 120.2982141, 30.0216105 ], [ 120.298136, 30.0211007 ], [ 120.2980878, 30.0209915 ], [ 120.2981856, 30.020919 ], [ 120.2981836, 30.0208783 ], [ 120.2981705, 30.0206034 ], [ 120.2979072, 30.020154 ], [ 120.2975598, 30.0196789 ], [ 120.2975875, 30.0193542 ], [ 120.2976125, 30.0192935 ], [ 120.2978562, 30.0191567 ], [ 120.2979545, 30.0192284 ], [ 120.2982172, 30.0191427 ], [ 120.2985473, 30.0193402 ], [ 120.2994481, 30.0189304 ], [ 120.2995265, 30.0187778 ], [ 120.2993294, 30.0186948 ], [ 120.2990229, 30.0187831 ], [ 120.2983412, 30.0188496 ], [ 120.2981801, 30.018801 ], [ 120.2981499, 30.0189186 ], [ 120.2976245, 30.0191493 ], [ 120.2968487, 30.0183131 ], [ 120.2959653, 30.0182756 ], [ 120.2957948, 30.0180561 ], [ 120.2957145, 30.0173187 ], [ 120.2944321, 30.0180583 ], [ 120.2944962, 30.0181836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2901904, 30.0207843 ], [ 120.2901927, 30.0209963 ], [ 120.2903487, 30.0209565 ], [ 120.2904202, 30.0209383 ], [ 120.2904204, 30.0207353 ], [ 120.2904891, 30.0205979 ], [ 120.2906649, 30.0205236 ], [ 120.2909766, 30.0205508 ], [ 120.2916336, 30.0202532 ], [ 120.2920134, 30.0201778 ], [ 120.2920289, 30.0201083 ], [ 120.2919546, 30.0199828 ], [ 120.2917652, 30.0199652 ], [ 120.2909235, 30.0201176 ], [ 120.2906744, 30.020227 ], [ 120.2904683, 30.0202281 ], [ 120.2902741, 30.0203452 ], [ 120.2901904, 30.0206354 ], [ 120.2901904, 30.0207843 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2794215, 30.0218619 ], [ 120.2795651, 30.0215325 ], [ 120.2799331, 30.021699 ], [ 120.2804933, 30.021359 ], [ 120.2805256, 30.0212941 ], [ 120.2805146, 30.0212296 ], [ 120.2792311, 30.0209714 ], [ 120.2791745, 30.0210341 ], [ 120.2791507, 30.0213166 ], [ 120.2790226, 30.0214855 ], [ 120.2787338, 30.0215473 ], [ 120.278688, 30.0217266 ], [ 120.2794215, 30.0218619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.277754, 30.0228491 ], [ 120.2779331, 30.0228661 ], [ 120.2780121, 30.0228357 ], [ 120.2780289, 30.0225737 ], [ 120.2781513, 30.0225592 ], [ 120.2787936, 30.0226086 ], [ 120.279529, 30.0220748 ], [ 120.2795339, 30.0220195 ], [ 120.2781859, 30.0217676 ], [ 120.2779809, 30.0219836 ], [ 120.2777442, 30.0222335 ], [ 120.2776589, 30.0228007 ], [ 120.277754, 30.0228491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2766851, 30.0234005 ], [ 120.2768733, 30.0233877 ], [ 120.2768797, 30.0232322 ], [ 120.277125, 30.0232586 ], [ 120.2772292, 30.0232242 ], [ 120.2773112, 30.0228901 ], [ 120.2773839, 30.0228063 ], [ 120.2774305, 30.0225029 ], [ 120.2774142, 30.0221274 ], [ 120.2775325, 30.0217152 ], [ 120.2773456, 30.0216571 ], [ 120.2773553, 30.0215441 ], [ 120.2768847, 30.0214751 ], [ 120.2768217, 30.0215254 ], [ 120.2766873, 30.0218292 ], [ 120.2766516, 30.0219937 ], [ 120.2766506, 30.0221032 ], [ 120.2768023, 30.0221927 ], [ 120.2770217, 30.0222914 ], [ 120.2772596, 30.0223401 ], [ 120.2773199, 30.0226571 ], [ 120.2771704, 30.0228644 ], [ 120.2769721, 30.0229742 ], [ 120.2767627, 30.0231902 ], [ 120.2766354, 30.0232767 ], [ 120.2766064, 30.0233504 ], [ 120.2766851, 30.0234005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2917294, 30.0228878 ], [ 120.2917205, 30.0231527 ], [ 120.2917715, 30.0234616 ], [ 120.2921499, 30.0234893 ], [ 120.2921071, 30.0236857 ], [ 120.2921775, 30.0236501 ], [ 120.2922003, 30.023886 ], [ 120.2924527, 30.0237881 ], [ 120.2929542, 30.0240119 ], [ 120.2931558, 30.0239966 ], [ 120.29322, 30.0239227 ], [ 120.2941902, 30.0239467 ], [ 120.2942234, 30.0240634 ], [ 120.294432, 30.0240844 ], [ 120.2943759, 30.023838 ], [ 120.2945215, 30.0238424 ], [ 120.2945476, 30.0238734 ], [ 120.2946452, 30.0239896 ], [ 120.2948269, 30.0239865 ], [ 120.295053, 30.0240105 ], [ 120.2950568, 30.0238262 ], [ 120.2953259, 30.0238493 ], [ 120.2953192, 30.023691 ], [ 120.2950178, 30.0235424 ], [ 120.2950178, 30.0233178 ], [ 120.2950027, 30.0231102 ], [ 120.2948396, 30.0230644 ], [ 120.294766, 30.0231633 ], [ 120.2944579, 30.0232875 ], [ 120.2944473, 30.0235801 ], [ 120.2942492, 30.0235503 ], [ 120.2940048, 30.0236583 ], [ 120.2939177, 30.0238048 ], [ 120.2934466, 30.023761 ], [ 120.2932124, 30.0237934 ], [ 120.2931393, 30.0233528 ], [ 120.2931413, 30.0230326 ], [ 120.2932638, 30.0225358 ], [ 120.2935883, 30.0225094 ], [ 120.2935904, 30.0224158 ], [ 120.2939113, 30.0222176 ], [ 120.2937914, 30.0218088 ], [ 120.2937491, 30.0220664 ], [ 120.2935658, 30.0222258 ], [ 120.2934181, 30.0222258 ], [ 120.2933996, 30.0220765 ], [ 120.2932712, 30.0219737 ], [ 120.2930425, 30.0220272 ], [ 120.2928517, 30.0220718 ], [ 120.2922468, 30.0221536 ], [ 120.2918842, 30.0223188 ], [ 120.2918355, 30.0223851 ], [ 120.291712, 30.0225533 ], [ 120.2917294, 30.0228878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2776425, 30.0235382 ], [ 120.278113, 30.0231278 ], [ 120.2783413, 30.0229525 ], [ 120.2785036, 30.0227745 ], [ 120.2785239, 30.022709 ], [ 120.2781828, 30.0226901 ], [ 120.2781037, 30.0227255 ], [ 120.2780874, 30.0228033 ], [ 120.2780846, 30.0229162 ], [ 120.2779841, 30.022952 ], [ 120.2774357, 30.0228702 ], [ 120.2773732, 30.0229301 ], [ 120.2772942, 30.0234988 ], [ 120.2776425, 30.0235382 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2932124, 30.0237934 ], [ 120.2934466, 30.023761 ], [ 120.2939177, 30.0238048 ], [ 120.2940048, 30.0236583 ], [ 120.2942492, 30.0235503 ], [ 120.2944473, 30.0235801 ], [ 120.294395, 30.0232541 ], [ 120.2944071, 30.0230878 ], [ 120.2942136, 30.0230881 ], [ 120.2937256, 30.0231582 ], [ 120.2936816, 30.0225025 ], [ 120.2932638, 30.0225358 ], [ 120.2931413, 30.0230326 ], [ 120.2931393, 30.0233528 ], [ 120.2932124, 30.0237934 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3219803, 30.0166197 ], [ 120.3220221, 30.0167728 ], [ 120.3221381, 30.0168875 ], [ 120.3223214, 30.0169022 ], [ 120.3224526, 30.016855 ], [ 120.3226104, 30.0168677 ], [ 120.3227415, 30.0169632 ], [ 120.322958, 30.016932 ], [ 120.3234195, 30.0170232 ], [ 120.3234833, 30.016932 ], [ 120.323419, 30.0168543 ], [ 120.3231958, 30.0167106 ], [ 120.3228543, 30.0167405 ], [ 120.3226492, 30.0166926 ], [ 120.3225797, 30.0165687 ], [ 120.3224039, 30.0164951 ], [ 120.3222517, 30.0163709 ], [ 120.3219803, 30.0164601 ], [ 120.3219803, 30.0166197 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3195857, 30.0166582 ], [ 120.3198259, 30.0167608 ], [ 120.3200565, 30.016998 ], [ 120.3203635, 30.017233 ], [ 120.3205031, 30.0172398 ], [ 120.320632, 30.0172027 ], [ 120.3206596, 30.0169703 ], [ 120.3206156, 30.0167794 ], [ 120.3203472, 30.0167496 ], [ 120.320238, 30.0166266 ], [ 120.3202139, 30.0163618 ], [ 120.3198726, 30.0162247 ], [ 120.3197446, 30.0163545 ], [ 120.3195467, 30.0164054 ], [ 120.3195857, 30.0166582 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3289034, 30.0194621 ], [ 120.3290266, 30.0197487 ], [ 120.3289437, 30.019905 ], [ 120.3291934, 30.0201884 ], [ 120.3295646, 30.0201968 ], [ 120.3298963, 30.0203053 ], [ 120.3302982, 30.0205422 ], [ 120.3306231, 30.0207361 ], [ 120.3307693, 30.0207361 ], [ 120.3309988, 30.0205581 ], [ 120.3309802, 30.0204671 ], [ 120.3309466, 30.0201074 ], [ 120.330942, 30.0198273 ], [ 120.3309205, 30.0194371 ], [ 120.3308777, 30.0190649 ], [ 120.3309606, 30.0187416 ], [ 120.3310643, 30.0184184 ], [ 120.3309814, 30.0180412 ], [ 120.3309606, 30.0178257 ], [ 120.3310021, 30.0175923 ], [ 120.3311888, 30.0173768 ], [ 120.3305666, 30.0176641 ], [ 120.3299236, 30.0179514 ], [ 120.3294466, 30.0180053 ], [ 120.3292364, 30.0183355 ], [ 120.3289848, 30.018782 ], [ 120.3286394, 30.0192588 ], [ 120.3289034, 30.0194621 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3147923, 30.0207769 ], [ 120.315071, 30.0206049 ], [ 120.3150665, 30.0205054 ], [ 120.3150751, 30.0204024 ], [ 120.3146439, 30.0201728 ], [ 120.3142991, 30.0203797 ], [ 120.3147923, 30.0207769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3143325, 30.024556 ], [ 120.3147933, 30.0242947 ], [ 120.3151348, 30.0241216 ], [ 120.314423, 30.0236953 ], [ 120.314269, 30.023882 ], [ 120.3141419, 30.0242809 ], [ 120.3140624, 30.0245285 ], [ 120.3143325, 30.024556 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3465563, 30.0237342 ], [ 120.3468863, 30.0238097 ], [ 120.3472163, 30.0239181 ], [ 120.3474098, 30.0240068 ], [ 120.347586800538167, 30.02412369311681 ], [ 120.347722649898813, 30.023811896752914 ], [ 120.3474743, 30.0237506 ], [ 120.3471329, 30.0237375 ], [ 120.3468863, 30.0236455 ], [ 120.3467422, 30.0236225 ], [ 120.3465335, 30.0236291 ], [ 120.3464463, 30.0236652 ], [ 120.3465563, 30.0237342 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3107575, 30.0278026 ], [ 120.3107893, 30.02761 ], [ 120.3110594, 30.0273762 ], [ 120.3113613, 30.0272661 ], [ 120.3117109, 30.0272661 ], [ 120.312046, 30.0271709 ], [ 120.3118698, 30.0270322 ], [ 120.3114408, 30.0268259 ], [ 120.3111706, 30.0266746 ], [ 120.3109323, 30.0268259 ], [ 120.3105669, 30.0271423 ], [ 120.3102841, 30.0273749 ], [ 120.3102491, 30.0274037 ], [ 120.3107575, 30.0278026 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3293158, 30.0284354 ], [ 120.3298833, 30.0285796 ], [ 120.3299929, 30.0284295 ], [ 120.3302395, 30.0285018 ], [ 120.3303681, 30.0285905 ], [ 120.3304921, 30.0286205 ], [ 120.3304281, 30.0282703 ], [ 120.3300467, 30.0280227 ], [ 120.3298225, 30.0278554 ], [ 120.3296977, 30.0277312 ], [ 120.329465, 30.0275232 ], [ 120.3292701, 30.0275935 ], [ 120.3291541, 30.0276608 ], [ 120.3289896, 30.0279852 ], [ 120.3288819, 30.0283148 ], [ 120.3293158, 30.0284354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3177568, 30.0297008 ], [ 120.3179508, 30.0295247 ], [ 120.3182164, 30.0297038 ], [ 120.3184111, 30.0295679 ], [ 120.3181995, 30.0292493 ], [ 120.318174, 30.0289428 ], [ 120.3181658, 30.0288453 ], [ 120.3181134, 30.0287671 ], [ 120.3176464, 30.0287986 ], [ 120.3177328, 30.0290957 ], [ 120.3176465, 30.0293074 ], [ 120.3176022, 30.0296805 ], [ 120.3177568, 30.0297008 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3215779, 30.0326172 ], [ 120.3219275, 30.0326447 ], [ 120.3222611, 30.0328098 ], [ 120.3224978, 30.0327278 ], [ 120.322693, 30.032537 ], [ 120.322725, 30.0322834 ], [ 120.322536, 30.0320021 ], [ 120.322563, 30.0317919 ], [ 120.321865, 30.03211 ], [ 120.3215461, 30.0323421 ], [ 120.3215779, 30.0326172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2591436, 30.0258009 ], [ 120.2592013, 30.0258605 ], [ 120.2595482, 30.0258999 ], [ 120.2596263, 30.025872 ], [ 120.2598096, 30.0258869 ], [ 120.259833, 30.0258149 ], [ 120.259201, 30.0255926 ], [ 120.2590354, 30.0256024 ], [ 120.2589733, 30.0257555 ], [ 120.2591436, 30.0258009 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2584526, 30.0259998 ], [ 120.2586434, 30.0260922 ], [ 120.2587477, 30.0260696 ], [ 120.2587721, 30.0259683 ], [ 120.2586324, 30.0259633 ], [ 120.2586954, 30.0258158 ], [ 120.2588258, 30.0257072 ], [ 120.2587143, 30.0256227 ], [ 120.2585489, 30.0256048 ], [ 120.2584101, 30.0257738 ], [ 120.2582971, 30.0258818 ], [ 120.2584526, 30.0259998 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.259984, 30.0263059 ], [ 120.2600786, 30.026279 ], [ 120.2601047, 30.0261752 ], [ 120.2603117, 30.0261998 ], [ 120.2603812, 30.0261344 ], [ 120.2606028, 30.0261327 ], [ 120.2609861, 30.0262008 ], [ 120.2610334, 30.0260171 ], [ 120.2610199, 30.0258037 ], [ 120.2608718, 30.0256196 ], [ 120.2607512, 30.0255705 ], [ 120.2605299, 30.0259769 ], [ 120.2603652, 30.0260382 ], [ 120.2601068, 30.0259504 ], [ 120.2600504, 30.0260773 ], [ 120.2599697, 30.0260931 ], [ 120.2597952, 30.0259997 ], [ 120.2597196, 30.0260753 ], [ 120.259984, 30.0263059 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.260549, 30.027 ], [ 120.2607694, 30.0270877 ], [ 120.2608789, 30.0271746 ], [ 120.261078, 30.027175 ], [ 120.261078, 30.0271293 ], [ 120.2611265, 30.0270855 ], [ 120.2611167, 30.0270233 ], [ 120.2610621, 30.0269284 ], [ 120.2609061, 30.0269284 ], [ 120.2607163, 30.0268922 ], [ 120.2605471, 30.026896 ], [ 120.260549, 30.027 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2591892, 30.0272628 ], [ 120.2592438, 30.0273312 ], [ 120.2594399, 30.0273351 ], [ 120.2596075, 30.0273914 ], [ 120.2597403, 30.0273347 ], [ 120.2598234, 30.0272601 ], [ 120.25988, 30.0270996 ], [ 120.2596192, 30.0270765 ], [ 120.2593721, 30.0270759 ], [ 120.2591892, 30.0270977 ], [ 120.2591892, 30.0272628 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.24929, 30.0272201 ], [ 120.250094, 30.027446 ], [ 120.2505723, 30.0278186 ], [ 120.2511132, 30.0279867 ], [ 120.2513307, 30.0282269 ], [ 120.2513364, 30.0278696 ], [ 120.2512243, 30.0276245 ], [ 120.2493893, 30.0267796 ], [ 120.2487436, 30.0270237 ], [ 120.24929, 30.0272201 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2357578, 30.0275442 ], [ 120.2359965, 30.027618 ], [ 120.2361731, 30.0278807 ], [ 120.2364358, 30.0278688 ], [ 120.2362727, 30.0284889 ], [ 120.2376982, 30.028704 ], [ 120.237985, 30.0288811 ], [ 120.2382954, 30.0287509 ], [ 120.2385494, 30.0285753 ], [ 120.2386996, 30.0284252 ], [ 120.2388741, 30.0285921 ], [ 120.2391582, 30.0285134 ], [ 120.2391704, 30.0283439 ], [ 120.238934, 30.0282654 ], [ 120.2386275, 30.0281693 ], [ 120.2383583, 30.0282427 ], [ 120.2381986, 30.0283613 ], [ 120.237718, 30.0284321 ], [ 120.2376631, 30.0282646 ], [ 120.2373387, 30.0280983 ], [ 120.2367463, 30.0277699 ], [ 120.2365233, 30.0274549 ], [ 120.2364285, 30.027088 ], [ 120.2359946, 30.0270704 ], [ 120.2357205, 30.0273358 ], [ 120.2357578, 30.0275442 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2407183, 30.0271668 ], [ 120.2408043, 30.0274895 ], [ 120.240921, 30.0278979 ], [ 120.2412146, 30.0289252 ], [ 120.2418301, 30.0303757 ], [ 120.2422575, 30.0309826 ], [ 120.2428045, 30.0314858 ], [ 120.2440354, 30.0324182 ], [ 120.2449757, 30.0329215 ], [ 120.2460699, 30.0333507 ], [ 120.2474204, 30.0337355 ], [ 120.2476769, 30.0328623 ], [ 120.2475572, 30.0327438 ], [ 120.2463263, 30.032285 ], [ 120.2453176, 30.0318854 ], [ 120.2443944, 30.0313822 ], [ 120.2436422, 30.0309382 ], [ 120.2433003, 30.0305829 ], [ 120.2429071, 30.0301981 ], [ 120.2424626, 30.0294284 ], [ 120.2422062, 30.0288216 ], [ 120.2419497, 30.0280075 ], [ 120.2418642, 30.0274155 ], [ 120.2418813, 30.0266754 ], [ 120.2421207, 30.0259649 ], [ 120.2425481, 30.0255061 ], [ 120.2429071, 30.0252692 ], [ 120.2433858, 30.024988 ], [ 120.2437961, 30.0248548 ], [ 120.2442919, 30.0247364 ], [ 120.2448731, 30.0247068 ], [ 120.2454202, 30.0248104 ], [ 120.2456766, 30.024914 ], [ 120.2460015, 30.0250324 ], [ 120.2460869, 30.0252544 ], [ 120.246275, 30.0250028 ], [ 120.2465998, 30.0251212 ], [ 120.2471298, 30.0252692 ], [ 120.2475033, 30.0253051 ], [ 120.2475914, 30.0253136 ], [ 120.2479504, 30.0253136 ], [ 120.2480895, 30.0252248 ], [ 120.2483977, 30.0248418 ], [ 120.247335, 30.0243811 ], [ 120.2463776, 30.0239667 ], [ 120.2458647, 30.0238483 ], [ 120.2453176, 30.0238039 ], [ 120.244856, 30.0238187 ], [ 120.2444286, 30.0237742 ], [ 120.2440867, 30.0237742 ], [ 120.2433516, 30.0239963 ], [ 120.2428045, 30.0242183 ], [ 120.2424284, 30.0244107 ], [ 120.2420694, 30.0245736 ], [ 120.2417104, 30.024988 ], [ 120.2414929, 30.0254694 ], [ 120.2414027, 30.0256689 ], [ 120.2414888, 30.0262654 ], [ 120.2411768, 30.0273262 ], [ 120.240905, 30.0272757 ], [ 120.2407017, 30.0271046 ], [ 120.2407183, 30.0271668 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2511346, 30.0294358 ], [ 120.2511047, 30.0287082 ], [ 120.2486484, 30.0284253 ], [ 120.248621, 30.0291928 ], [ 120.2511346, 30.0294358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2311762, 30.0300549 ], [ 120.2316747, 30.0302303 ], [ 120.2319559, 30.0305672 ], [ 120.2322051, 30.030325 ], [ 120.2320442, 30.0301257 ], [ 120.2318209, 30.029612 ], [ 120.2322674, 30.029132 ], [ 120.2327192, 30.029328 ], [ 120.2330248, 30.0293023 ], [ 120.232909, 30.02906 ], [ 120.2324104, 30.0289508 ], [ 120.2322401, 30.0287236 ], [ 120.2319787, 30.0287863 ], [ 120.2316973, 30.0289892 ], [ 120.2316916, 30.0293311 ], [ 120.2314978, 30.0294419 ], [ 120.2309921, 30.0298746 ], [ 120.2311762, 30.0300549 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.278165, 30.0242402 ], [ 120.2782818, 30.0242229 ], [ 120.2783831, 30.0238349 ], [ 120.278692, 30.0237607 ], [ 120.2787149, 30.0234362 ], [ 120.2785657, 30.0234239 ], [ 120.2782055, 30.0237839 ], [ 120.2781147, 30.0238802 ], [ 120.2779194, 30.0240414 ], [ 120.278165, 30.0242402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2784408, 30.0251438 ], [ 120.2785804, 30.0246425 ], [ 120.2786458, 30.0243553 ], [ 120.278788, 30.0238576 ], [ 120.2784542, 30.0239302 ], [ 120.2781179, 30.0250495 ], [ 120.2784408, 30.0251438 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2729814, 30.0261539 ], [ 120.2728533, 30.0264556 ], [ 120.2731349, 30.0266171 ], [ 120.2739128, 30.0267019 ], [ 120.2740975, 30.0254605 ], [ 120.2728241, 30.0251821 ], [ 120.2725762, 30.0257994 ], [ 120.2729814, 30.0261539 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2768293, 30.0265097 ], [ 120.2767586, 30.0271238 ], [ 120.2767586, 30.0272111 ], [ 120.2768324, 30.0272457 ], [ 120.2787681, 30.0274888 ], [ 120.278816, 30.0270585 ], [ 120.2784805, 30.0270383 ], [ 120.278529, 30.0266978 ], [ 120.2788755, 30.0267357 ], [ 120.2788819, 30.0265133 ], [ 120.2786984, 30.0263665 ], [ 120.2787746, 30.0260062 ], [ 120.2784447, 30.0258866 ], [ 120.2781224, 30.0257087 ], [ 120.2776303, 30.025353 ], [ 120.2774363, 30.0252586 ], [ 120.2770408, 30.0252114 ], [ 120.27688, 30.0252587 ], [ 120.2766099, 30.0256854 ], [ 120.2764879, 30.0264614 ], [ 120.2768293, 30.0265097 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2727254, 30.026737 ], [ 120.2729348, 30.0267634 ], [ 120.2729657, 30.0265956 ], [ 120.2723657, 30.0264154 ], [ 120.2722912, 30.0266144 ], [ 120.2727254, 30.026737 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2706705, 30.0268769 ], [ 120.2712186, 30.0269854 ], [ 120.2715616, 30.027126 ], [ 120.2718538, 30.0271533 ], [ 120.2719002, 30.027011 ], [ 120.2723173, 30.0271268 ], [ 120.272498, 30.0273437 ], [ 120.2726419, 30.0273356 ], [ 120.2729705, 30.0272986 ], [ 120.2729781, 30.0270266 ], [ 120.2729772, 30.0268188 ], [ 120.2726873, 30.0267826 ], [ 120.2723869, 30.0270629 ], [ 120.2722259, 30.0270641 ], [ 120.2719338, 30.0269571 ], [ 120.2706601, 30.0265837 ], [ 120.2706691, 30.0264086 ], [ 120.2705487, 30.026361 ], [ 120.2705459, 30.0262973 ], [ 120.270497, 30.0262722 ], [ 120.2703671, 30.0264949 ], [ 120.2702422, 30.0266974 ], [ 120.2701254, 30.0266927 ], [ 120.2701174, 30.026836 ], [ 120.2706705, 30.0268769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2954909, 30.0274189 ], [ 120.2956192, 30.0272824 ], [ 120.2958091, 30.027276 ], [ 120.2958402, 30.0271991 ], [ 120.2958126, 30.0270818 ], [ 120.2956816, 30.0270601 ], [ 120.2955221, 30.0271384 ], [ 120.2953222, 30.0273182 ], [ 120.2954909, 30.0274189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.302328, 30.0336945 ], [ 120.3024627, 30.0338085 ], [ 120.3025675, 30.0338047 ], [ 120.3027532, 30.0337023 ], [ 120.3025836, 30.0334091 ], [ 120.3023233, 30.0334719 ], [ 120.302328, 30.0336945 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3060105, 30.0363681 ], [ 120.306279, 30.0365061 ], [ 120.3063804, 30.0363457 ], [ 120.3065932, 30.0363431 ], [ 120.3065442, 30.0359281 ], [ 120.306206, 30.0360295 ], [ 120.3059018, 30.0361124 ], [ 120.3056718, 30.0363594 ], [ 120.3060105, 30.0363681 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2853203, 30.0383881 ], [ 120.2854358, 30.0383712 ], [ 120.28587, 30.0381142 ], [ 120.2858781, 30.0380155 ], [ 120.2858252, 30.0378999 ], [ 120.2855871, 30.0377033 ], [ 120.2853172, 30.0376047 ], [ 120.2852721, 30.0376145 ], [ 120.2852591, 30.0381039 ], [ 120.2853203, 30.0383881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2406596, 30.0300569 ], [ 120.2411694, 30.0303308 ], [ 120.2417022, 30.0303826 ], [ 120.2411897, 30.0293037 ], [ 120.2408959, 30.0293972 ], [ 120.2407233, 30.0292482 ], [ 120.2404232, 30.0291996 ], [ 120.2403879, 30.0296373 ], [ 120.2406596, 30.0300569 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2488527, 30.0306097 ], [ 120.2487455, 30.0312323 ], [ 120.2503137, 30.0312669 ], [ 120.2503119, 30.0320369 ], [ 120.2509728, 30.0320613 ], [ 120.2510895, 30.0308839 ], [ 120.2510964, 30.0303072 ], [ 120.2487003, 30.0300799 ], [ 120.2486102, 30.0306038 ], [ 120.2488527, 30.0306097 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2613427, 30.0375066 ], [ 120.2616432, 30.037553 ], [ 120.2616443, 30.0374448 ], [ 120.2615662, 30.0374299 ], [ 120.2618867, 30.0367382 ], [ 120.2618942, 30.0366504 ], [ 120.2622002, 30.0365916 ], [ 120.2624774, 30.0366039 ], [ 120.2625045, 30.0363067 ], [ 120.2624089, 30.0362303 ], [ 120.2622222, 30.0362056 ], [ 120.2619988, 30.0362142 ], [ 120.2620686, 30.0358112 ], [ 120.261824, 30.0358186 ], [ 120.2617175, 30.0360103 ], [ 120.2615138, 30.0361509 ], [ 120.2617309, 30.0361395 ], [ 120.2617103, 30.0367112 ], [ 120.2614876, 30.0367193 ], [ 120.2614569, 30.0369845 ], [ 120.2613538, 30.0371846 ], [ 120.2612538, 30.0373688 ], [ 120.2613427, 30.0375066 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.26205, 30.0376003 ], [ 120.2621545, 30.0376411 ], [ 120.2622959, 30.0376643 ], [ 120.262376, 30.0376307 ], [ 120.262468, 30.037362 ], [ 120.2625094, 30.0372053 ], [ 120.2625094, 30.0370442 ], [ 120.2624271, 30.0370067 ], [ 120.2622433, 30.0370459 ], [ 120.2622151, 30.0371911 ], [ 120.2620995, 30.0373224 ], [ 120.262001, 30.0374699 ], [ 120.26205, 30.0376003 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2634395, 30.037656 ], [ 120.263585, 30.0376425 ], [ 120.2637345, 30.0376107 ], [ 120.2637724, 30.0375261 ], [ 120.2637824, 30.0373087 ], [ 120.2636863, 30.0372707 ], [ 120.2635486, 30.0373096 ], [ 120.2633873, 30.0373696 ], [ 120.2632732, 30.0376232 ], [ 120.2634395, 30.037656 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2632159, 30.0382242 ], [ 120.2637618, 30.0383583 ], [ 120.2638726, 30.0382052 ], [ 120.2640542, 30.0382133 ], [ 120.2641266, 30.0380823 ], [ 120.2640007, 30.0379995 ], [ 120.263853, 30.0379995 ], [ 120.2637815, 30.0380948 ], [ 120.2626213, 30.0379078 ], [ 120.262594, 30.0379783 ], [ 120.2632159, 30.0382242 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2619402, 30.0382619 ], [ 120.2620733, 30.0382829 ], [ 120.2621073, 30.0384963 ], [ 120.262534, 30.0386382 ], [ 120.262817, 30.0388675 ], [ 120.2629679, 30.0392735 ], [ 120.2628895, 30.0393288 ], [ 120.2628392, 30.0394778 ], [ 120.2632344, 30.0395053 ], [ 120.2632972, 30.0393451 ], [ 120.2632749, 30.0390925 ], [ 120.2632608, 30.0388242 ], [ 120.2632277, 30.0387017 ], [ 120.2634013, 30.0387612 ], [ 120.2635831, 30.0388085 ], [ 120.2636584, 30.0385767 ], [ 120.2630609, 30.038378 ], [ 120.2625047, 30.0382143 ], [ 120.2619402, 30.0380493 ], [ 120.2619402, 30.0382619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2401188, 30.0393894 ], [ 120.2402264, 30.0393661 ], [ 120.2402803, 30.0393102 ], [ 120.2407594, 30.039012 ], [ 120.2407971, 30.0389001 ], [ 120.2407109, 30.0385599 ], [ 120.2401672, 30.0389048 ], [ 120.240038, 30.0390725 ], [ 120.2400327, 30.0392729 ], [ 120.2401188, 30.0393894 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2503184, 30.0395077 ], [ 120.2503545, 30.0391817 ], [ 120.250102, 30.0391616 ], [ 120.2500559, 30.0393562 ], [ 120.2503184, 30.0395077 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2612382, 30.0406385 ], [ 120.2614167, 30.0406418 ], [ 120.2615118, 30.0407092 ], [ 120.2618986, 30.0405214 ], [ 120.2621024, 30.0403599 ], [ 120.2621908, 30.0404085 ], [ 120.2622342, 30.0405093 ], [ 120.2624738, 30.0403646 ], [ 120.2625966, 30.0401581 ], [ 120.2624774, 30.0401073 ], [ 120.2622828, 30.0403406 ], [ 120.2622038, 30.0403481 ], [ 120.26235, 30.0400812 ], [ 120.2625424, 30.0399128 ], [ 120.2625295, 30.0397781 ], [ 120.2621773, 30.0397138 ], [ 120.2621551, 30.0395408 ], [ 120.2616503, 30.0397164 ], [ 120.2617158, 30.0399032 ], [ 120.2614979, 30.0403463 ], [ 120.26123, 30.0404281 ], [ 120.2612382, 30.0406385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2369566, 30.0406918 ], [ 120.2373094, 30.0407091 ], [ 120.2373959, 30.0406112 ], [ 120.237589, 30.04064 ], [ 120.2376222, 30.0405651 ], [ 120.2377687, 30.0401386 ], [ 120.2377421, 30.040081 ], [ 120.2375623, 30.0400349 ], [ 120.2372162, 30.03996 ], [ 120.2369566, 30.0399773 ], [ 120.2367768, 30.0401156 ], [ 120.2367435, 30.0406169 ], [ 120.2369566, 30.0406918 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.263545, 30.0418629 ], [ 120.2650951, 30.0414187 ], [ 120.2651584, 30.041455 ], [ 120.2652124, 30.0416193 ], [ 120.2653546, 30.0416276 ], [ 120.2654266, 30.0415542 ], [ 120.2654453, 30.0413678 ], [ 120.2654569, 30.0412498 ], [ 120.2658119, 30.0412327 ], [ 120.2657776, 30.0407911 ], [ 120.2656906, 30.0398807 ], [ 120.2641748, 30.0398554 ], [ 120.2641954, 30.0410895 ], [ 120.2633708, 30.0413142 ], [ 120.263545, 30.0418629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2646177, 30.0421383 ], [ 120.2646498, 30.0421994 ], [ 120.2647024, 30.0422485 ], [ 120.2647745, 30.042282 ], [ 120.2648552, 30.0422928 ], [ 120.2649356, 30.0422797 ], [ 120.2650063, 30.0422442 ], [ 120.2650594, 30.0421904 ], [ 120.2650887, 30.0421243 ], [ 120.265091, 30.0420536 ], [ 120.265066, 30.0419863 ], [ 120.2650165, 30.0419299 ], [ 120.2649482, 30.0418911 ], [ 120.2648732, 30.0418744 ], [ 120.2647959, 30.0418791 ], [ 120.2647243, 30.0419047 ], [ 120.2646657, 30.0419485 ], [ 120.2646261, 30.0420062 ], [ 120.2646095, 30.0420717 ], [ 120.2646177, 30.0421383 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2534136, 30.0472745 ], [ 120.2534366, 30.0470082 ], [ 120.252963, 30.0470157 ], [ 120.2527037, 30.0471912 ], [ 120.2527706, 30.0472389 ], [ 120.252699, 30.0473468 ], [ 120.2534136, 30.0472745 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2588608, 30.0473042 ], [ 120.2591514, 30.0474024 ], [ 120.2593351, 30.0473219 ], [ 120.259358, 30.0472126 ], [ 120.2592806, 30.0471394 ], [ 120.2591627, 30.0470776 ], [ 120.2590735, 30.0470265 ], [ 120.2589477, 30.0470686 ], [ 120.2589182, 30.0471271 ], [ 120.2588086, 30.047163 ], [ 120.2588608, 30.0473042 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2516848, 30.047827 ], [ 120.252099, 30.0475614 ], [ 120.2519578, 30.0472728 ], [ 120.251854, 30.0472813 ], [ 120.2519003, 30.0474649 ], [ 120.2515822, 30.0476216 ], [ 120.2516848, 30.047827 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.258361, 30.0481195 ], [ 120.258453, 30.0482601 ], [ 120.2586737, 30.0482766 ], [ 120.2588364, 30.0482312 ], [ 120.2589588, 30.0481444 ], [ 120.2590347, 30.048099 ], [ 120.2587703, 30.0476251 ], [ 120.2585889, 30.0477082 ], [ 120.2584702, 30.04776 ], [ 120.2583918, 30.047889 ], [ 120.258361, 30.0480077 ], [ 120.258361, 30.0481195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2369685, 30.048413 ], [ 120.2371657, 30.0483878 ], [ 120.2373568, 30.0483512 ], [ 120.2374042, 30.0482504 ], [ 120.237756, 30.048186 ], [ 120.2377832, 30.0480466 ], [ 120.2376476, 30.0478866 ], [ 120.2369373, 30.0480354 ], [ 120.2369685, 30.048413 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2575121, 30.0482766 ], [ 120.2576348, 30.0484077 ], [ 120.2579194, 30.04832 ], [ 120.2579084, 30.0481857 ], [ 120.2578504, 30.0480462 ], [ 120.2576473, 30.048041 ], [ 120.2575605, 30.0480795 ], [ 120.2575098, 30.0481921 ], [ 120.2575121, 30.0482766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2501635, 30.048643 ], [ 120.2503142, 30.0487038 ], [ 120.2505608, 30.0486317 ], [ 120.2507628, 30.0486109 ], [ 120.2507447, 30.0484393 ], [ 120.2506102, 30.0483199 ], [ 120.2502862, 30.0483575 ], [ 120.2501592, 30.0484563 ], [ 120.2501635, 30.048643 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3198736, 30.0400824 ], [ 120.3200846, 30.0401233 ], [ 120.3206197, 30.040132 ], [ 120.3206995, 30.0400021 ], [ 120.3206374, 30.039884 ], [ 120.3201675, 30.0396226 ], [ 120.3200626, 30.0394961 ], [ 120.3198477, 30.0393567 ], [ 120.3195432, 30.0392074 ], [ 120.3194312, 30.0396435 ], [ 120.3193538, 30.0399885 ], [ 120.3198736, 30.0400824 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3131357, 30.0435189 ], [ 120.3134922, 30.0434632 ], [ 120.3135635, 30.0431852 ], [ 120.3133851, 30.0429998 ], [ 120.3131889, 30.0430462 ], [ 120.3127845, 30.0431467 ], [ 120.3131357, 30.0435189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "天乐湖光" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3244849, 30.068713 ], [ 120.3251684, 30.0689805 ], [ 120.3252669, 30.0687873 ], [ 120.3249673, 30.0684737 ], [ 120.3252878, 30.0674164 ], [ 120.3253818, 30.067211 ], [ 120.3254939, 30.0666928 ], [ 120.3260275, 30.0652947 ], [ 120.3259019, 30.0652327 ], [ 120.3255503, 30.0653782 ], [ 120.3254598, 30.0658247 ], [ 120.3253111, 30.0661665 ], [ 120.3249781, 30.0661777 ], [ 120.324465, 30.066833 ], [ 120.3237551, 30.0679542 ], [ 120.3236961, 30.0683271 ], [ 120.3234339, 30.0685031 ], [ 120.3244849, 30.068713 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3288916, 30.0730056 ], [ 120.3292433, 30.0727697 ], [ 120.3292889, 30.0726328 ], [ 120.3292736, 30.072554 ], [ 120.3291466, 30.0725076 ], [ 120.3289643, 30.0725366 ], [ 120.3286208, 30.0726416 ], [ 120.3288916, 30.0730056 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3256922, 30.0737666 ], [ 120.3257585, 30.0739216 ], [ 120.3259734, 30.073934 ], [ 120.3261518, 30.0736797 ], [ 120.3258894, 30.0735484 ], [ 120.3258479, 30.0735053 ], [ 120.3255498, 30.0734555 ], [ 120.3252251, 30.0734569 ], [ 120.3251903, 30.0737603 ], [ 120.3256922, 30.0737666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3209419, 30.0797236 ], [ 120.3213635, 30.0795142 ], [ 120.3213351, 30.0794301 ], [ 120.3212766, 30.0794174 ], [ 120.3211648, 30.0794307 ], [ 120.3209639, 30.0794318 ], [ 120.3207527, 30.0794342 ], [ 120.3209419, 30.0797236 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3039676, 30.0413929 ], [ 120.3039877, 30.0412696 ], [ 120.3039209, 30.0408347 ], [ 120.3037531, 30.0409842 ], [ 120.3033239, 30.0414114 ], [ 120.3039676, 30.0413929 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2814248, 30.0431376 ], [ 120.2815099, 30.0432533 ], [ 120.2818135, 30.0432743 ], [ 120.28202, 30.0432218 ], [ 120.2823208, 30.0432037 ], [ 120.2822265, 30.043001 ], [ 120.2822386, 30.0427696 ], [ 120.2822265, 30.0425804 ], [ 120.2815443, 30.0427433 ], [ 120.2814248, 30.0429589 ], [ 120.2814248, 30.0431376 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.265684, 30.0701021 ], [ 120.2658924, 30.0700059 ], [ 120.2659908, 30.0699116 ], [ 120.2658761, 30.0697756 ], [ 120.2657112, 30.0697887 ], [ 120.2655665, 30.0698367 ], [ 120.2655294, 30.0699182 ], [ 120.265523, 30.070035 ], [ 120.265684, 30.0701021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2731405, 30.0781082 ], [ 120.2733042, 30.076956 ], [ 120.2727436, 30.0768723 ], [ 120.272583, 30.078071 ], [ 120.2731405, 30.0781082 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2791508, 30.0827258 ], [ 120.2791806, 30.0828137 ], [ 120.279271, 30.0828112 ], [ 120.2793301, 30.0827306 ], [ 120.279358, 30.0826545 ], [ 120.2791458, 30.0825515 ], [ 120.279038, 30.082648 ], [ 120.2791508, 30.0827258 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2787745, 30.0836738 ], [ 120.2789628, 30.0837287 ], [ 120.2790736, 30.0837186 ], [ 120.2791436, 30.0835944 ], [ 120.2792003, 30.0834924 ], [ 120.2791753, 30.0833985 ], [ 120.2792404, 30.0833059 ], [ 120.2793427, 30.0832551 ], [ 120.2793509, 30.0831691 ], [ 120.2791348, 30.0830694 ], [ 120.2790769, 30.0831533 ], [ 120.2789334, 30.0833501 ], [ 120.2787455, 30.0835143 ], [ 120.2787745, 30.0836738 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2785776, 30.0843673 ], [ 120.278715, 30.0842418 ], [ 120.2787561, 30.0840792 ], [ 120.2787515, 30.0839032 ], [ 120.2786977, 30.0838223 ], [ 120.2785617, 30.0838081 ], [ 120.2784696, 30.0838836 ], [ 120.278407, 30.084033 ], [ 120.278394, 30.0841793 ], [ 120.2783684, 30.0842332 ], [ 120.278366, 30.0843202 ], [ 120.2785776, 30.0843673 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2792278, 30.0817934 ], [ 120.279392, 30.0816361 ], [ 120.2811513, 30.0799507 ], [ 120.2819601, 30.0791584 ], [ 120.2820647, 30.0791235 ], [ 120.2821961, 30.0790841 ], [ 120.2822658, 30.0790539 ], [ 120.2823248, 30.0789611 ], [ 120.2823731, 30.0789355 ], [ 120.2825019, 30.0789402 ], [ 120.2826628, 30.0789912 ], [ 120.2827502, 30.0790148 ], [ 120.2830229, 30.0790392 ], [ 120.2833239, 30.078966 ], [ 120.2847064, 30.0785102 ], [ 120.2860137, 30.0779649 ], [ 120.2863711, 30.0778591 ], [ 120.286625, 30.0778266 ], [ 120.2867567, 30.0779242 ], [ 120.2868055, 30.077963 ], [ 120.2871047, 30.0782009 ], [ 120.2875937, 30.0786486 ], [ 120.287716, 30.0788602 ], [ 120.2882897, 30.0794624 ], [ 120.2887129, 30.0800158 ], [ 120.2892302, 30.0804309 ], [ 120.2896534, 30.0807076 ], [ 120.2897757, 30.0809599 ], [ 120.289945, 30.0810901 ], [ 120.2904905, 30.0813017 ], [ 120.2906315, 30.0813912 ], [ 120.2908949, 30.0816923 ], [ 120.2911582, 30.0818388 ], [ 120.2913651, 30.0819609 ], [ 120.2915438, 30.0821318 ], [ 120.2918354, 30.082498 ], [ 120.2920141, 30.0826852 ], [ 120.2921928, 30.0827503 ], [ 120.2922492, 30.0828642 ], [ 120.2923903, 30.0832711 ], [ 120.2925313, 30.0834339 ], [ 120.2928323, 30.0839059 ], [ 120.2930016, 30.0841907 ], [ 120.2929452, 30.0842558 ], [ 120.2926442, 30.0844104 ], [ 120.2923715, 30.0845976 ], [ 120.2919764, 30.0847766 ], [ 120.2917507, 30.0848336 ], [ 120.2916567, 30.0847604 ], [ 120.2916567, 30.0846383 ], [ 120.2916943, 30.0843697 ], [ 120.2915532, 30.0843128 ], [ 120.2914027, 30.0842884 ], [ 120.2912993, 30.0844104 ], [ 120.2912146, 30.0845569 ], [ 120.2909701, 30.0845813 ], [ 120.2908384, 30.0845162 ], [ 120.2906221, 30.0845244 ], [ 120.2901989, 30.0846302 ], [ 120.2899168, 30.0846464 ], [ 120.2896628, 30.0846057 ], [ 120.2894935, 30.0844755 ], [ 120.2893995, 30.0843209 ], [ 120.289296, 30.0842721 ], [ 120.2892302, 30.0843535 ], [ 120.2893148, 30.0845406 ], [ 120.2894653, 30.0846464 ], [ 120.2897004, 30.084736 ], [ 120.2900108, 30.0848092 ], [ 120.290293, 30.0847685 ], [ 120.2905845, 30.0846953 ], [ 120.2908667, 30.0846953 ], [ 120.2911676, 30.0847034 ], [ 120.2913651, 30.0847604 ], [ 120.2914215, 30.0849069 ], [ 120.2915626, 30.0850045 ], [ 120.29192, 30.0849964 ], [ 120.2924091, 30.0848173 ], [ 120.2928887, 30.0845244 ], [ 120.293105, 30.0844837 ], [ 120.2933496, 30.0845162 ], [ 120.2935753, 30.0846302 ], [ 120.2940643, 30.0848092 ], [ 120.2943653, 30.0849069 ], [ 120.2947415, 30.0851266 ], [ 120.2954751, 30.0854277 ], [ 120.2957855, 30.0855742 ], [ 120.2961617, 30.0857939 ], [ 120.2966131, 30.0858671 ], [ 120.2968482, 30.0859485 ], [ 120.2970175, 30.086038 ], [ 120.2970175, 30.0861764 ], [ 120.2969329, 30.0863961 ], [ 120.2969329, 30.0865588 ], [ 120.2968952, 30.0870146 ], [ 120.296773, 30.0873808 ], [ 120.2965755, 30.0878121 ], [ 120.2965567, 30.088105 ], [ 120.2966225, 30.0883654 ], [ 120.2966601, 30.0886584 ], [ 120.2965661, 30.0888374 ], [ 120.2963121, 30.0890164 ], [ 120.2957949, 30.0893175 ], [ 120.2955127, 30.0894477 ], [ 120.2953152, 30.0896919 ], [ 120.2951271, 30.0897895 ], [ 120.2949672, 30.0899441 ], [ 120.294845, 30.0902208 ], [ 120.294591, 30.0905219 ], [ 120.2945064, 30.0908555 ], [ 120.2944405, 30.091181 ], [ 120.2942524, 30.0915147 ], [ 120.2941396, 30.0917588 ], [ 120.2940643, 30.0918158 ], [ 120.2938857, 30.0918158 ], [ 120.2936223, 30.0916774 ], [ 120.2933836, 30.0916309 ], [ 120.2932461, 30.0916042 ], [ 120.2931897, 30.0916937 ], [ 120.2930674, 30.0920192 ], [ 120.2932179, 30.0920436 ], [ 120.2933025, 30.0918564 ], [ 120.2934248, 30.091832 ], [ 120.2938198, 30.0919704 ], [ 120.2938951, 30.0921168 ], [ 120.293848, 30.0922633 ], [ 120.293848, 30.0925074 ], [ 120.2938386, 30.0927027 ], [ 120.2936599, 30.0929387 ], [ 120.293406, 30.0930445 ], [ 120.2932649, 30.0930445 ], [ 120.2931144, 30.0929713 ], [ 120.2929546, 30.0928655 ], [ 120.2928417, 30.0928248 ], [ 120.2926818, 30.0928329 ], [ 120.2924843, 30.0928573 ], [ 120.2923244, 30.0929957 ], [ 120.2922398, 30.0932235 ], [ 120.2921617, 30.0933272 ], [ 120.2924043, 30.0933987 ], [ 120.2924561, 30.0932723 ], [ 120.2925501, 30.093077 ], [ 120.2926912, 30.0930364 ], [ 120.2929358, 30.093077 ], [ 120.2931521, 30.0931991 ], [ 120.2933496, 30.0932317 ], [ 120.2936599, 30.0932479 ], [ 120.2937728, 30.0931828 ], [ 120.2938857, 30.0930119 ], [ 120.2940267, 30.0929143 ], [ 120.2940173, 30.0927841 ], [ 120.2940173, 30.0925318 ], [ 120.2941396, 30.0921657 ], [ 120.2942713, 30.0919622 ], [ 120.2944405, 30.0917669 ], [ 120.2945722, 30.0914252 ], [ 120.2946663, 30.0912217 ], [ 120.2946569, 30.091059 ], [ 120.2947133, 30.0908799 ], [ 120.2948073, 30.0907579 ], [ 120.2948262, 30.0906277 ], [ 120.294892, 30.0904975 ], [ 120.2950519, 30.0902371 ], [ 120.2952024, 30.0900743 ], [ 120.2953622, 30.0900418 ], [ 120.2959453, 30.0901964 ], [ 120.2963968, 30.0903022 ], [ 120.2967448, 30.0903347 ], [ 120.2969611, 30.0904161 ], [ 120.2970363, 30.0904975 ], [ 120.2972432, 30.0906602 ], [ 120.2974407, 30.0906928 ], [ 120.2980333, 30.0907823 ], [ 120.2985223, 30.0908962 ], [ 120.2986822, 30.0908962 ], [ 120.2988139, 30.0908718 ], [ 120.2991336, 30.0909369 ], [ 120.2992371, 30.0910264 ], [ 120.2991619, 30.0912136 ], [ 120.2991713, 30.0913031 ], [ 120.2992653, 30.0913275 ], [ 120.2994158, 30.091295 ], [ 120.2994534, 30.0911403 ], [ 120.2994534, 30.0909125 ], [ 120.2995004, 30.0906846 ], [ 120.2995945, 30.0906033 ], [ 120.3002528, 30.0906684 ], [ 120.3005632, 30.090644 ], [ 120.300535, 30.0905544 ], [ 120.3001588, 30.0905219 ], [ 120.2998202, 30.0905138 ], [ 120.2995663, 30.0904975 ], [ 120.2994346, 30.0905382 ], [ 120.2993311, 30.090644 ], [ 120.2993311, 30.0907335 ], [ 120.2991713, 30.0907497 ], [ 120.2988891, 30.0907497 ], [ 120.2988421, 30.0906358 ], [ 120.2987292, 30.0905544 ], [ 120.2986352, 30.09053 ], [ 120.2985129, 30.09053 ], [ 120.2983812, 30.090644 ], [ 120.2981367, 30.0906521 ], [ 120.2975442, 30.090587 ], [ 120.2973655, 30.0905219 ], [ 120.2971492, 30.0903917 ], [ 120.2969987, 30.0903103 ], [ 120.2969047, 30.0902289 ], [ 120.2965849, 30.0901313 ], [ 120.2961334, 30.0900255 ], [ 120.2958325, 30.0899523 ], [ 120.295682, 30.0898872 ], [ 120.295635, 30.0897814 ], [ 120.2956914, 30.0896593 ], [ 120.2958607, 30.0895373 ], [ 120.2965755, 30.0890002 ], [ 120.2967542, 30.0888211 ], [ 120.2968106, 30.088634 ], [ 120.2968106, 30.0883492 ], [ 120.296773, 30.0881294 ], [ 120.2967824, 30.0880236 ], [ 120.29682, 30.0877551 ], [ 120.2968858, 30.0875842 ], [ 120.2970081, 30.0874133 ], [ 120.2970551, 30.0872587 ], [ 120.2971398, 30.086624 ], [ 120.2971962, 30.0863229 ], [ 120.2972714, 30.0862008 ], [ 120.2974031, 30.0861682 ], [ 120.2979392, 30.0862008 ], [ 120.2982119, 30.0861764 ], [ 120.2985035, 30.0860543 ], [ 120.2987857, 30.0859404 ], [ 120.2991619, 30.0856474 ], [ 120.2994346, 30.0855462 ], [ 120.2997257, 30.0854423 ], [ 120.3000703, 30.0853112 ], [ 120.3002688, 30.0852694 ], [ 120.3005572, 30.0852288 ], [ 120.3006564, 30.0852253 ], [ 120.3007677, 30.0852427 ], [ 120.3009233, 30.0852839 ], [ 120.3010055, 30.0851563 ], [ 120.3009568, 30.0851255 ], [ 120.3009434, 30.0850872 ], [ 120.3009555, 30.0850466 ], [ 120.3010334, 30.0849394 ], [ 120.3011933, 30.0846871 ], [ 120.3013173, 30.0844476 ], [ 120.3014755, 30.0841419 ], [ 120.3015319, 30.0839222 ], [ 120.3016824, 30.0833362 ], [ 120.301767, 30.083263 ], [ 120.3018423, 30.0828561 ], [ 120.3019175, 30.0826607 ], [ 120.3020774, 30.0824329 ], [ 120.30216, 30.0823034 ], [ 120.3022279, 30.0821969 ], [ 120.3022937, 30.081969 ], [ 120.3023125, 30.0816516 ], [ 120.3021809, 30.0816435 ], [ 120.302068, 30.0821318 ], [ 120.3019833, 30.0823515 ], [ 120.3018329, 30.0826526 ], [ 120.3017482, 30.0830025 ], [ 120.3015601, 30.0834501 ], [ 120.3014814, 30.0837498 ], [ 120.301419, 30.0839873 ], [ 120.3013156, 30.0842802 ], [ 120.3011492, 30.0845634 ], [ 120.301024, 30.0847766 ], [ 120.3008562, 30.0850106 ], [ 120.3007758, 30.0850628 ], [ 120.3006993, 30.0850837 ], [ 120.300537, 30.0851034 ], [ 120.3001454, 30.0851661 ], [ 120.2998061, 30.0852172 ], [ 120.2996171, 30.0852694 ], [ 120.2993876, 30.0853951 ], [ 120.2989832, 30.0855986 ], [ 120.2985976, 30.0858834 ], [ 120.2982684, 30.086038 ], [ 120.2979486, 30.0860543 ], [ 120.2974595, 30.0860217 ], [ 120.2972432, 30.0859973 ], [ 120.2970269, 30.0859078 ], [ 120.2968388, 30.0857857 ], [ 120.2966507, 30.0857125 ], [ 120.2963027, 30.0856393 ], [ 120.2962087, 30.085566 ], [ 120.2962087, 30.085444 ], [ 120.2961523, 30.0851103 ], [ 120.2961146, 30.0850126 ], [ 120.2959548, 30.0854602 ], [ 120.2958701, 30.0854602 ], [ 120.2957384, 30.0853626 ], [ 120.295381, 30.0852242 ], [ 120.2951647, 30.0851673 ], [ 120.294939, 30.0850615 ], [ 120.2942807, 30.0847034 ], [ 120.2939609, 30.0845406 ], [ 120.2936411, 30.0844267 ], [ 120.293453, 30.0843291 ], [ 120.2932649, 30.0841826 ], [ 120.2931521, 30.0839791 ], [ 120.2929075, 30.0835885 ], [ 120.2927194, 30.0832792 ], [ 120.2926442, 30.0830432 ], [ 120.2924561, 30.0826933 ], [ 120.292268, 30.0825387 ], [ 120.2921363, 30.0824573 ], [ 120.2917131, 30.0821236 ], [ 120.2916096, 30.0819771 ], [ 120.2910924, 30.0815051 ], [ 120.2903588, 30.0809843 ], [ 120.2900014, 30.080675 ], [ 120.2898402, 30.0805654 ], [ 120.2894747, 30.0803169 ], [ 120.2888916, 30.0798368 ], [ 120.2887505, 30.0796821 ], [ 120.288158, 30.0788846 ], [ 120.2872457, 30.0778428 ], [ 120.2870106, 30.0775743 ], [ 120.2869072, 30.0775254 ], [ 120.2867661, 30.0775254 ], [ 120.2853343, 30.0780884 ], [ 120.2846369, 30.0784319 ], [ 120.283969, 30.0786872 ], [ 120.283505, 30.0788497 ], [ 120.2832743, 30.0789077 ], [ 120.2830839, 30.0789541 ], [ 120.2829605, 30.078982 ], [ 120.2827245, 30.0789518 ], [ 120.282577, 30.0789216 ], [ 120.2823973, 30.0788775 ], [ 120.2823597, 30.0788311 ], [ 120.2823834, 30.0784939 ], [ 120.2823081, 30.0783311 ], [ 120.2822141, 30.0782009 ], [ 120.2817908, 30.0779405 ], [ 120.2810949, 30.0775743 ], [ 120.2795846, 30.0769122 ], [ 120.2793392, 30.0772945 ], [ 120.279797, 30.0774847 ], [ 120.2800227, 30.077501 ], [ 120.2810479, 30.0778998 ], [ 120.2816027, 30.0781765 ], [ 120.2820072, 30.0784695 ], [ 120.2820542, 30.078673 ], [ 120.2820354, 30.078852 ], [ 120.2817344, 30.0791369 ], [ 120.2813582, 30.0794461 ], [ 120.2805776, 30.0801379 ], [ 120.2795242, 30.0810819 ], [ 120.2789122, 30.0815845 ], [ 120.2792278, 30.0817934 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3021544, 30.0862124 ], [ 120.3025716, 30.0863696 ], [ 120.3029655, 30.0863974 ], [ 120.3032422, 30.0865825 ], [ 120.3036564, 30.0865746 ], [ 120.3042413, 30.0866123 ], [ 120.3045434, 30.0859592 ], [ 120.3048574, 30.0858122 ], [ 120.3048429, 30.0850616 ], [ 120.304756, 30.0849121 ], [ 120.3047454, 30.0843169 ], [ 120.3047279, 30.083786 ], [ 120.3044217, 30.0837488 ], [ 120.3042375, 30.0841803 ], [ 120.3027322, 30.0838475 ], [ 120.3023943, 30.0852637 ], [ 120.3020595, 30.0852263 ], [ 120.3021399, 30.0854592 ], [ 120.3020736, 30.0857563 ], [ 120.3019099, 30.085989 ], [ 120.3021544, 30.0862124 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2783116, 30.085473 ], [ 120.2784604, 30.0854886 ], [ 120.2785413, 30.0854128 ], [ 120.2785832, 30.0853071 ], [ 120.2786002, 30.0852126 ], [ 120.278354, 30.0851761 ], [ 120.2782972, 30.0853833 ], [ 120.2783116, 30.085473 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.292486, 30.0860808 ], [ 120.2927117, 30.0853585 ], [ 120.2922103, 30.0851265 ], [ 120.2919632, 30.0858488 ], [ 120.292486, 30.0860808 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2931215, 30.0863417 ], [ 120.2933472, 30.0856194 ], [ 120.2928458, 30.0853874 ], [ 120.2925987, 30.0861097 ], [ 120.2931215, 30.0863417 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2790525, 30.0862644 ], [ 120.2791189, 30.0861319 ], [ 120.2790708, 30.0860565 ], [ 120.279008, 30.086053 ], [ 120.2789589, 30.0860569 ], [ 120.2789072, 30.0861481 ], [ 120.2789065, 30.0862367 ], [ 120.2790525, 30.0862644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.292485, 30.0865827 ], [ 120.2925731, 30.0863136 ], [ 120.2912251, 30.0857224 ], [ 120.2909647, 30.0866951 ], [ 120.292485, 30.0865827 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2698222, 30.0869217 ], [ 120.2703455, 30.087719 ], [ 120.270479, 30.0877603 ], [ 120.2705975, 30.087757 ], [ 120.2706399, 30.0876617 ], [ 120.2702187, 30.0868278 ], [ 120.2701345, 30.0868015 ], [ 120.2699824, 30.0868015 ], [ 120.2698222, 30.0868128 ], [ 120.2698222, 30.0869217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2929578, 30.0883083 ], [ 120.2937327, 30.0874886 ], [ 120.294235, 30.0877992 ], [ 120.2946716, 30.0872909 ], [ 120.2939411, 30.0869876 ], [ 120.2932254, 30.0871221 ], [ 120.2923593, 30.087164 ], [ 120.2923027, 30.0873594 ], [ 120.2922334, 30.0876767 ], [ 120.292043, 30.0879279 ], [ 120.2929578, 30.0883083 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2781906, 30.0881204 ], [ 120.2784126, 30.0879864 ], [ 120.278526, 30.0878869 ], [ 120.2784629, 30.0877671 ], [ 120.2783748, 30.0876292 ], [ 120.2782555, 30.0875687 ], [ 120.2780679, 30.0876277 ], [ 120.277915, 30.0880683 ], [ 120.2781906, 30.0881204 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2921369, 30.0893442 ], [ 120.292224, 30.0891912 ], [ 120.2925236, 30.0893051 ], [ 120.2928673, 30.0884027 ], [ 120.2925726, 30.0883012 ], [ 120.2917455, 30.0879672 ], [ 120.291425, 30.0879827 ], [ 120.290965, 30.0889927 ], [ 120.2921369, 30.0893442 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2561065, 30.0670474 ], [ 120.2561922, 30.0676559 ], [ 120.2562066, 30.0677579 ], [ 120.2562818, 30.0682915 ], [ 120.2563328, 30.0686533 ], [ 120.2564768, 30.0696758 ], [ 120.2565564, 30.0702405 ], [ 120.2566863, 30.0707869 ], [ 120.2571877, 30.071526 ], [ 120.2581161, 30.0723455 ], [ 120.2591744, 30.0728919 ], [ 120.2594344, 30.0732936 ], [ 120.2599143, 30.0732132 ], [ 120.26001, 30.0731972 ], [ 120.2644477, 30.0735185 ], [ 120.264407, 30.0735847 ], [ 120.2642992, 30.0737596 ], [ 120.2629437, 30.0740809 ], [ 120.2629809, 30.074338 ], [ 120.265209, 30.073856 ], [ 120.2661745, 30.0736631 ], [ 120.2664531, 30.0736631 ], [ 120.266963, 30.0737015 ], [ 120.2681613, 30.0737917 ], [ 120.269957, 30.0740632 ], [ 120.2712436, 30.0742577 ], [ 120.271463, 30.0743276 ], [ 120.2714656, 30.0744309 ], [ 120.2713948, 30.0746657 ], [ 120.2712559, 30.0749259 ], [ 120.2707582, 30.07496 ], [ 120.2711556, 30.075138 ], [ 120.2714217, 30.0750858 ], [ 120.2722361, 30.0752506 ], [ 120.2723571, 30.0751227 ], [ 120.2715643, 30.07496 ], [ 120.2716181, 30.0744949 ], [ 120.2719528, 30.0744226 ], [ 120.2738157, 30.0747624 ], [ 120.2754399, 30.0751575 ], [ 120.2762384, 30.0756556 ], [ 120.2768511, 30.0761858 ], [ 120.2771853, 30.0767321 ], [ 120.2775567, 30.0775837 ], [ 120.2775381, 30.0780176 ], [ 120.277371, 30.0820987 ], [ 120.2771853, 30.0856012 ], [ 120.2770739, 30.0869347 ], [ 120.2767583, 30.0887823 ], [ 120.2764983, 30.0890876 ], [ 120.2760341, 30.0891679 ], [ 120.2756071, 30.0890233 ], [ 120.2751685, 30.0888772 ], [ 120.2742424, 30.0883712 ], [ 120.2740312, 30.0881743 ], [ 120.2743399, 30.0877807 ], [ 120.2744699, 30.0872746 ], [ 120.2745511, 30.0866842 ], [ 120.2744049, 30.0863187 ], [ 120.2741937, 30.0863328 ], [ 120.2742912, 30.0866139 ], [ 120.2742912, 30.0869373 ], [ 120.2742587, 30.0872606 ], [ 120.2742099, 30.0876261 ], [ 120.2740962, 30.0878651 ], [ 120.27395, 30.0880057 ], [ 120.2736575, 30.0880057 ], [ 120.2730726, 30.0877667 ], [ 120.2725004, 30.0875309 ], [ 120.2723903, 30.0874855 ], [ 120.2719191, 30.0874855 ], [ 120.2716592, 30.0875417 ], [ 120.2713342, 30.0877667 ], [ 120.271058, 30.0881181 ], [ 120.2709118, 30.0885117 ], [ 120.2708793, 30.0889475 ], [ 120.2719191, 30.0905501 ], [ 120.2720166, 30.0907188 ], [ 120.2722928, 30.0909015 ], [ 120.2726015, 30.0912529 ], [ 120.2728614, 30.0913373 ], [ 120.2730401, 30.0912811 ], [ 120.2729914, 30.091028 ], [ 120.2729589, 30.0907469 ], [ 120.2727964, 30.0904236 ], [ 120.2723578, 30.0900581 ], [ 120.2721628, 30.0898894 ], [ 120.2716267, 30.089074 ], [ 120.2713342, 30.0885539 ], [ 120.2714155, 30.0882306 ], [ 120.2714967, 30.0881041 ], [ 120.2717079, 30.0879635 ], [ 120.2722278, 30.0878651 ], [ 120.2729589, 30.0880197 ], [ 120.2741124, 30.0886664 ], [ 120.2749248, 30.0891303 ], [ 120.2754214, 30.0893607 ], [ 120.2760156, 30.0894249 ], [ 120.2764055, 30.0894249 ], [ 120.2765355, 30.0894892 ], [ 120.276554, 30.090903 ], [ 120.2767397, 30.0916099 ], [ 120.2777981, 30.093377 ], [ 120.2782437, 30.0941964 ], [ 120.2782251, 30.0943891 ], [ 120.2779652, 30.0944855 ], [ 120.2775381, 30.0944534 ], [ 120.2772039, 30.0943891 ], [ 120.276684, 30.0943891 ], [ 120.2762755, 30.0943249 ], [ 120.2758484, 30.0941642 ], [ 120.2754214, 30.0939233 ], [ 120.2751057, 30.0934092 ], [ 120.2747136, 30.0928976 ], [ 120.2743074, 30.0926024 ], [ 120.2737875, 30.0921948 ], [ 120.2732351, 30.0915481 ], [ 120.2730239, 30.091506 ], [ 120.2729752, 30.0917309 ], [ 120.2731376, 30.0918715 ], [ 120.2735276, 30.0922791 ], [ 120.2737063, 30.0925603 ], [ 120.2738038, 30.0928133 ], [ 120.274015, 30.0929398 ], [ 120.2746415, 30.093602 ], [ 120.2755142, 30.0949514 ], [ 120.2770925, 30.0950157 ], [ 120.2774081, 30.0948872 ], [ 120.2778166, 30.094839 ], [ 120.2782623, 30.094839 ], [ 120.278448, 30.094839 ], [ 120.2795992, 30.0964294 ], [ 120.2798591, 30.0969274 ], [ 120.2793763, 30.0976503 ], [ 120.2790236, 30.0983411 ], [ 120.2789493, 30.0985338 ], [ 120.2791721, 30.0986784 ], [ 120.2800448, 30.0971683 ], [ 120.2804719, 30.0976985 ], [ 120.2828671, 30.1009916 ], [ 120.283387, 30.1018912 ], [ 120.2834984, 30.1021804 ], [ 120.2833127, 30.1023892 ], [ 120.2825886, 30.1024695 ], [ 120.2816602, 30.1027747 ], [ 120.281066, 30.1030157 ], [ 120.2806204, 30.1032084 ], [ 120.2808769, 30.1035471 ], [ 120.2809732, 30.1036743 ], [ 120.2825515, 30.1030478 ], [ 120.2831085, 30.1028872 ], [ 120.2834242, 30.1029032 ], [ 120.283647, 30.103096 ], [ 120.2837955, 30.1036261 ], [ 120.2837398, 30.1041401 ], [ 120.2835609, 30.104573 ], [ 120.2829491, 30.1060534 ], [ 120.2824586, 30.1072403 ], [ 120.2822729, 30.1080916 ], [ 120.2821343, 30.1089612 ], [ 120.2821244, 30.1090233 ], [ 120.282143, 30.1096658 ], [ 120.2826072, 30.1103404 ], [ 120.2834799, 30.1108544 ], [ 120.283923075767916, 30.111058290306882 ], [ 120.282664, 30.109688 ], [ 120.282928049895943, 30.108594777547236 ], [ 120.2828857, 30.1084932 ], [ 120.2829785, 30.1081398 ], [ 120.283167610492299, 30.107602945977646 ], [ 120.283798, 30.104993 ], [ 120.284184861905118, 30.104783639976549 ], [ 120.2842437, 30.1046093 ], [ 120.2845939, 30.10361 ], [ 120.2845568, 30.1033209 ], [ 120.2841124, 30.1020391 ], [ 120.2840555, 30.1018751 ], [ 120.2839615, 30.1017295 ], [ 120.2821058, 30.0988551 ], [ 120.2806686, 30.0969075 ], [ 120.2805647, 30.0967667 ], [ 120.2806129, 30.09665 ], [ 120.2808432, 30.096092 ], [ 120.2809233, 30.0959418 ], [ 120.281066, 30.0956743 ], [ 120.2810803, 30.0955715 ], [ 120.2811217, 30.0952727 ], [ 120.2811668, 30.0951653 ], [ 120.281196, 30.095096 ], [ 120.2813355, 30.0949849 ], [ 120.281397, 30.094936 ], [ 120.2815591, 30.0948532 ], [ 120.2817647, 30.0947804 ], [ 120.2820545, 30.0946995 ], [ 120.2821947, 30.0946105 ], [ 120.2823817, 30.0944002 ], [ 120.2824565, 30.0942708 ], [ 120.2824845, 30.0941333 ], [ 120.2824845, 30.0940039 ], [ 120.2823911, 30.0938664 ], [ 120.2820826, 30.0934863 ], [ 120.2820356, 30.0933567 ], [ 120.2821036, 30.0932517 ], [ 120.2822252, 30.0931858 ], [ 120.2825313, 30.0931547 ], [ 120.2828491, 30.0931708 ], [ 120.2835409, 30.0932517 ], [ 120.2837559, 30.0932517 ], [ 120.2840924, 30.093187 ], [ 120.2847001, 30.092912 ], [ 120.2849805, 30.0927098 ], [ 120.285261, 30.0926289 ], [ 120.2857003, 30.0925319 ], [ 120.2860275, 30.092548 ], [ 120.2864015, 30.0926047 ], [ 120.2866726, 30.0925804 ], [ 120.2868595, 30.0925157 ], [ 120.2870184, 30.0924105 ], [ 120.2872241, 30.0923458 ], [ 120.2874391, 30.0923701 ], [ 120.2876074, 30.0924591 ], [ 120.287813, 30.092637 ], [ 120.2880171, 30.0929324 ], [ 120.2882402, 30.0931473 ], [ 120.2884475, 30.0932852 ], [ 120.2887479, 30.0933892 ], [ 120.2891405, 30.0934863 ], [ 120.2895144, 30.0935672 ], [ 120.2896266, 30.0935752 ], [ 120.2903932, 30.0935752 ], [ 120.2907484, 30.0935752 ], [ 120.2908138, 30.093551 ], [ 120.2910195, 30.0935186 ], [ 120.2911082, 30.0935139 ], [ 120.291328, 30.0935024 ], [ 120.2915248, 30.0935304 ], [ 120.2916175, 30.0935436 ], [ 120.2920104, 30.0935995 ], [ 120.2921506, 30.0936561 ], [ 120.2922348, 30.0938017 ], [ 120.2926272, 30.0945502 ], [ 120.2926385, 30.0946475 ], [ 120.2925597, 30.0947935 ], [ 120.2925935, 30.0948616 ], [ 120.2927284, 30.0948616 ], [ 120.2929309, 30.0949686 ], [ 120.2930883, 30.0950562 ], [ 120.2933583, 30.0949978 ], [ 120.2936561, 30.0949436 ], [ 120.2937856, 30.09492 ], [ 120.2941568, 30.0949102 ], [ 120.2945504, 30.0949686 ], [ 120.2951353, 30.0952119 ], [ 120.2954052, 30.0952605 ], [ 120.2958438, 30.0952605 ], [ 120.2961137, 30.095173 ], [ 120.2964849, 30.0950562 ], [ 120.2970247, 30.0950075 ], [ 120.2975758, 30.0949978 ], [ 120.2977783, 30.0950367 ], [ 120.2978233, 30.095134 ], [ 120.297857, 30.0955914 ], [ 120.2979245, 30.0966131 ], [ 120.2978907, 30.0971872 ], [ 120.2978345, 30.0981797 ], [ 120.2978907, 30.0986273 ], [ 120.2980032, 30.0987732 ], [ 120.2981044, 30.0988803 ], [ 120.2982281, 30.0988705 ], [ 120.2982731, 30.0987246 ], [ 120.2982506, 30.0985689 ], [ 120.2981494, 30.098384 ], [ 120.2980819, 30.0981505 ], [ 120.2980257, 30.0978878 ], [ 120.2980032, 30.0975764 ], [ 120.2980032, 30.0971297 ], [ 120.2980032, 30.0968855 ], [ 120.2979807, 30.0952313 ], [ 120.2980257, 30.0950951 ], [ 120.2981382, 30.0950854 ], [ 120.299544, 30.0950465 ], [ 120.2997352, 30.0951048 ], [ 120.2999039, 30.0952119 ], [ 120.3000051, 30.0953481 ], [ 120.2999939, 30.095533 ], [ 120.2997577, 30.0965547 ], [ 120.2996115, 30.0970802 ], [ 120.2995778, 30.0977029 ], [ 120.299589, 30.0979754 ], [ 120.2996902, 30.0981408 ], [ 120.2997915, 30.0981505 ], [ 120.2998702, 30.0980629 ], [ 120.2997915, 30.0979267 ], [ 120.2997352, 30.0974888 ], [ 120.299769, 30.0970899 ], [ 120.2998412, 30.0968319 ], [ 120.2999489, 30.0963893 ], [ 120.3000943, 30.0956527 ], [ 120.3001064, 30.0955914 ], [ 120.3001738, 30.095533 ], [ 120.3003201, 30.0956108 ], [ 120.3005113, 30.0957471 ], [ 120.3007362, 30.0957568 ], [ 120.301366, 30.0957665 ], [ 120.3018496, 30.0957081 ], [ 120.3021195, 30.0956692 ], [ 120.3024907, 30.0956498 ], [ 120.3026361, 30.0956749 ], [ 120.3027719, 30.0956984 ], [ 120.3036041, 30.0959709 ], [ 120.3038291, 30.0961168 ], [ 120.3039978, 30.0961849 ], [ 120.3044139, 30.0962822 ], [ 120.3044445, 30.0964133 ], [ 120.3044674, 30.0966909 ], [ 120.3044598, 30.0968382 ], [ 120.3045281, 30.0968337 ], [ 120.304582, 30.0968301 ], [ 120.3045956, 30.0967254 ], [ 120.3046278, 30.0957887 ], [ 120.304582, 30.09563 ], [ 120.3045823, 30.0952124 ], [ 120.3046293, 30.0951369 ], [ 120.3047501, 30.0951137 ], [ 120.304965, 30.0951311 ], [ 120.3052201, 30.0951543 ], [ 120.3054483, 30.0951311 ], [ 120.3057504, 30.0950788 ], [ 120.3058847, 30.0950846 ], [ 120.3060055, 30.0951369 ], [ 120.3060861, 30.0951659 ], [ 120.3062337, 30.0951776 ], [ 120.3064418, 30.0950904 ], [ 120.3064553, 30.0950091 ], [ 120.306462, 30.0948813 ], [ 120.3065291, 30.0948581 ], [ 120.3067507, 30.0948465 ], [ 120.3070662, 30.0947245 ], [ 120.3079254, 30.0947477 ], [ 120.3082812, 30.0947768 ], [ 120.3082947, 30.0947303 ], [ 120.3078248, 30.0947013 ], [ 120.3069856, 30.0946897 ], [ 120.3067842, 30.0947477 ], [ 120.3063546, 30.0948058 ], [ 120.3062942, 30.0948581 ], [ 120.3062472, 30.0949452 ], [ 120.3060659, 30.0949685 ], [ 120.3058779, 30.0949627 ], [ 120.3054953, 30.0950323 ], [ 120.3050657, 30.0950614 ], [ 120.3046897, 30.0950382 ], [ 120.3046494, 30.0949975 ], [ 120.3046427, 30.0948697 ], [ 120.304683, 30.0945561 ], [ 120.3047434, 30.0943412 ], [ 120.3048441, 30.0942134 ], [ 120.3048643, 30.094103 ], [ 120.3049113, 30.0937371 ], [ 120.3049985, 30.0936093 ], [ 120.3049851, 30.0934758 ], [ 120.3050254, 30.0933596 ], [ 120.3051999, 30.0930982 ], [ 120.305455, 30.0928775 ], [ 120.3054684, 30.0927788 ], [ 120.3056161, 30.0926858 ], [ 120.3056967, 30.0926045 ], [ 120.305737, 30.0925 ], [ 120.3057303, 30.0923083 ], [ 120.3057638, 30.092105 ], [ 120.3059115, 30.091681 ], [ 120.3059719, 30.0916519 ], [ 120.3062405, 30.0916636 ], [ 120.3068648, 30.0916636 ], [ 120.3074018, 30.0917216 ], [ 120.3077643, 30.0917972 ], [ 120.3080463, 30.0918901 ], [ 120.3089056, 30.0919249 ], [ 120.3090331, 30.0919656 ], [ 120.3091271, 30.0921747 ], [ 120.3092882, 30.0922967 ], [ 120.3094292, 30.0923606 ], [ 120.309597, 30.0923838 ], [ 120.3097313, 30.0923722 ], [ 120.3099125, 30.0923315 ], [ 120.3100804, 30.0922909 ], [ 120.3102012, 30.0922792 ], [ 120.3107987, 30.0923664 ], [ 120.3109933, 30.0923548 ], [ 120.3111276, 30.0923315 ], [ 120.311235, 30.0923315 ], [ 120.3113491, 30.0923489 ], [ 120.3114431, 30.0924245 ], [ 120.3115505, 30.0925406 ], [ 120.3116982, 30.0926394 ], [ 120.3119802, 30.0926974 ], [ 120.312383, 30.092773 ], [ 120.3129939, 30.092802 ], [ 120.3130341, 30.0927555 ], [ 120.3123964, 30.0927207 ], [ 120.3117788, 30.0926161 ], [ 120.3116244, 30.0925406 ], [ 120.311517, 30.0924245 ], [ 120.311423, 30.0923199 ], [ 120.3113089, 30.0922676 ], [ 120.3111947, 30.0922502 ], [ 120.3108255, 30.092256 ], [ 120.310557, 30.092256 ], [ 120.3101408, 30.0921747 ], [ 120.3100602, 30.0920934 ], [ 120.3100468, 30.0920004 ], [ 120.3101408, 30.0917158 ], [ 120.3103355, 30.0908155 ], [ 120.3104294, 30.0906064 ], [ 120.3104697, 30.0904264 ], [ 120.3104548, 30.0901241 ], [ 120.3104477, 30.0900133 ], [ 120.3104904, 30.0899148 ], [ 120.3105829, 30.089724 ], [ 120.3106042, 30.0895886 ], [ 120.31059, 30.0893793 ], [ 120.3105686, 30.0892192 ], [ 120.3105829, 30.0891146 ], [ 120.3106682, 30.0888622 ], [ 120.3107038, 30.0886467 ], [ 120.3107323, 30.0884374 ], [ 120.3107607, 30.0883204 ], [ 120.310903, 30.0882712 ], [ 120.311152, 30.0882712 ], [ 120.3120485, 30.0880434 ], [ 120.3121196, 30.0879819 ], [ 120.3126495, 30.0873097 ], [ 120.3128058, 30.0871004 ], [ 120.313008, 30.0869139 ], [ 120.312999, 30.0869007 ], [ 120.3129914, 30.0868897 ], [ 120.3127842, 30.0870932 ], [ 120.3120967, 30.0879567 ], [ 120.3119345, 30.0880044 ], [ 120.311804, 30.0880608 ], [ 120.3111517, 30.0882051 ], [ 120.3109197, 30.0882113 ], [ 120.310811, 30.0882239 ], [ 120.3107095, 30.088274 ], [ 120.3106733, 30.0883744 ], [ 120.3106008, 30.0888448 ], [ 120.3104993, 30.0891458 ], [ 120.3104993, 30.0892587 ], [ 120.31055, 30.089566 ], [ 120.3105065, 30.0897605 ], [ 120.3104051, 30.0899674 ], [ 120.3103616, 30.0901932 ], [ 120.3103326, 30.0904566 ], [ 120.3101441, 30.0904441 ], [ 120.3101006, 30.0907075 ], [ 120.3098614, 30.0916922 ], [ 120.3098034, 30.0918489 ], [ 120.3096875, 30.0920183 ], [ 120.3095932, 30.0921061 ], [ 120.3094772, 30.0921312 ], [ 120.309383, 30.0920935 ], [ 120.3093323, 30.0920183 ], [ 120.3092308, 30.0918427 ], [ 120.3091148, 30.09178 ], [ 120.3089408, 30.0917172 ], [ 120.3086219, 30.0916922 ], [ 120.3081218, 30.0916545 ], [ 120.307984, 30.091642 ], [ 120.3078753, 30.0915667 ], [ 120.3077521, 30.0915416 ], [ 120.3075999, 30.0915228 ], [ 120.3074549, 30.0915228 ], [ 120.3072664, 30.0914915 ], [ 120.3070562, 30.0914664 ], [ 120.3067083, 30.0914601 ], [ 120.3061719, 30.091435 ], [ 120.3058312, 30.0913723 ], [ 120.305708, 30.091297 ], [ 120.3056645, 30.0911904 ], [ 120.305708, 30.0910148 ], [ 120.305766, 30.0907702 ], [ 120.305865, 30.0903138 ], [ 120.3059248, 30.0897028 ], [ 120.3059727, 30.0883047 ], [ 120.3061522, 30.0878904 ], [ 120.3063557, 30.0876108 ], [ 120.306619, 30.0874762 ], [ 120.3067866, 30.0873623 ], [ 120.3069781, 30.0873105 ], [ 120.3070858, 30.0873105 ], [ 120.3072414, 30.0874141 ], [ 120.3073491, 30.087528 ], [ 120.3077082, 30.0875901 ], [ 120.3080792, 30.087559 ], [ 120.3082827, 30.0874762 ], [ 120.3083426, 30.0872587 ], [ 120.3082468, 30.0871551 ], [ 120.3079117, 30.0871137 ], [ 120.3078518, 30.0868237 ], [ 120.3079117, 30.0866684 ], [ 120.3080194, 30.0865441 ], [ 120.308187, 30.0864302 ], [ 120.3084263, 30.0863681 ], [ 120.3087734, 30.0863266 ], [ 120.3088213, 30.0861713 ], [ 120.3084503, 30.0861091 ], [ 120.3083785, 30.0859331 ], [ 120.3085101, 30.0856845 ], [ 120.3081511, 30.0855395 ], [ 120.3080314, 30.0857881 ], [ 120.3078279, 30.0858606 ], [ 120.3076364, 30.085757 ], [ 120.3074928, 30.0856742 ], [ 120.3072294, 30.0856742 ], [ 120.3069182, 30.0855706 ], [ 120.3068584, 30.0856638 ], [ 120.3070619, 30.0857363 ], [ 120.3072653, 30.0858088 ], [ 120.3075167, 30.0858709 ], [ 120.3076244, 30.0859434 ], [ 120.3076364, 30.0860988 ], [ 120.3074449, 30.0863888 ], [ 120.3073132, 30.0865648 ], [ 120.3071337, 30.0866684 ], [ 120.3068823, 30.0866995 ], [ 120.3066789, 30.0867512 ], [ 120.3062001, 30.0869998 ], [ 120.3056974, 30.0872484 ], [ 120.305482, 30.0872794 ], [ 120.3048476, 30.0871862 ], [ 120.3047279, 30.0871034 ], [ 120.3043449, 30.0871034 ], [ 120.3036387, 30.0866891 ], [ 120.3033634, 30.0866788 ], [ 120.30316, 30.0866063 ], [ 120.3028967, 30.0865027 ], [ 120.3025256, 30.0865027 ], [ 120.3022623, 30.0863991 ], [ 120.3018075, 30.0860159 ], [ 120.3016514, 30.0858134 ], [ 120.3014484, 30.0855499 ], [ 120.3012606, 30.085383 ], [ 120.3010055, 30.0851563 ], [ 120.3009233, 30.0852839 ], [ 120.3011133, 30.0853842 ], [ 120.3012689, 30.0855706 ], [ 120.3013766, 30.0856949 ], [ 120.3015681, 30.0859227 ], [ 120.3017357, 30.0862024 ], [ 120.3018913, 30.0864198 ], [ 120.3020947, 30.0865441 ], [ 120.3024777, 30.0866788 ], [ 120.3039499, 30.0871655 ], [ 120.304243, 30.08738 ], [ 120.3043991, 30.0875247 ], [ 120.3047223, 30.0876115 ], [ 120.3055027, 30.0876791 ], [ 120.3055807, 30.0877466 ], [ 120.3055695, 30.0879684 ], [ 120.3055918, 30.0882964 ], [ 120.3056141, 30.0885761 ], [ 120.3055918, 30.088769 ], [ 120.3055027, 30.0890969 ], [ 120.3054581, 30.0892898 ], [ 120.3055584, 30.0894828 ], [ 120.3055695, 30.0896467 ], [ 120.3055807, 30.089801 ], [ 120.3056141, 30.0901483 ], [ 120.3055473, 30.0906305 ], [ 120.3053689, 30.0913539 ], [ 120.3049676, 30.0928489 ], [ 120.3047781, 30.0932829 ], [ 120.3046889, 30.0935819 ], [ 120.304622, 30.0941028 ], [ 120.3045886, 30.0942378 ], [ 120.3045328, 30.0944982 ], [ 120.3044882, 30.09472 ], [ 120.3043433, 30.0949033 ], [ 120.3043433, 30.0952891 ], [ 120.3043991, 30.0955206 ], [ 120.3044771, 30.0956363 ], [ 120.3044325, 30.0958292 ], [ 120.3043322, 30.0959642 ], [ 120.3042095, 30.0959835 ], [ 120.3040423, 30.0959546 ], [ 120.3037525, 30.0958195 ], [ 120.3031282, 30.0955977 ], [ 120.302582, 30.0954916 ], [ 120.3022141, 30.095482 ], [ 120.3014338, 30.0955495 ], [ 120.3011105, 30.0955495 ], [ 120.3006758, 30.0955591 ], [ 120.3005357, 30.0955294 ], [ 120.3003748, 30.095482 ], [ 120.3001853, 30.0953277 ], [ 120.3000069, 30.0950576 ], [ 120.2997728, 30.0949419 ], [ 120.2995053, 30.0948936 ], [ 120.2983905, 30.0949129 ], [ 120.2980561, 30.094884 ], [ 120.2976994, 30.0948261 ], [ 120.2970417, 30.0948358 ], [ 120.2964954, 30.0949129 ], [ 120.2959827, 30.0950383 ], [ 120.295704, 30.0951058 ], [ 120.2954476, 30.0950865 ], [ 120.2948568, 30.0948551 ], [ 120.2946784, 30.0947779 ], [ 120.2941656, 30.09472 ], [ 120.293519, 30.094749 ], [ 120.2932069, 30.0947586 ], [ 120.2929282, 30.0946622 ], [ 120.292839, 30.0945464 ], [ 120.2927722, 30.0943439 ], [ 120.2926607, 30.0941317 ], [ 120.2924489, 30.0937845 ], [ 120.2924043, 30.0933987 ], [ 120.2921617, 30.0933272 ], [ 120.2918678, 30.0933272 ], [ 120.2905275, 30.0933883 ], [ 120.2895047, 30.0933883 ], [ 120.2886523, 30.0931639 ], [ 120.2883997, 30.0930477 ], [ 120.2882109, 30.0928615 ], [ 120.287801, 30.0923862 ], [ 120.2876588, 30.0921167 ], [ 120.287504, 30.0920074 ], [ 120.2872597, 30.091863 ], [ 120.2871298, 30.0917607 ], [ 120.2870357, 30.0916284 ], [ 120.287118, 30.0915267 ], [ 120.2873767, 30.0911707 ], [ 120.287553, 30.0909774 ], [ 120.2877411, 30.0909265 ], [ 120.2880233, 30.0908452 ], [ 120.2882232, 30.0905196 ], [ 120.2881174, 30.090479 ], [ 120.2878762, 30.0907172 ], [ 120.2877442, 30.0907474 ], [ 120.2875309, 30.0907977 ], [ 120.2871966, 30.0912879 ], [ 120.2871372, 30.0912676 ], [ 120.286901, 30.0917602 ], [ 120.2869621, 30.0918132 ], [ 120.286934, 30.0919471 ], [ 120.2869444, 30.0921216 ], [ 120.2864126, 30.0923405 ], [ 120.2862127, 30.0922896 ], [ 120.2857307, 30.0922083 ], [ 120.2855426, 30.092249 ], [ 120.2854829, 30.09228 ], [ 120.2852487, 30.0924015 ], [ 120.2850958, 30.0924727 ], [ 120.2847549, 30.0924422 ], [ 120.2843316, 30.0922388 ], [ 120.2839907, 30.0918217 ], [ 120.2836732, 30.0916488 ], [ 120.2834381, 30.0913131 ], [ 120.2833088, 30.0909978 ], [ 120.2833911, 30.0907943 ], [ 120.2832265, 30.0907841 ], [ 120.2831089, 30.0909265 ], [ 120.2831442, 30.0911097 ], [ 120.2832382, 30.0913131 ], [ 120.283344, 30.091425 ], [ 120.2834263, 30.0916284 ], [ 120.2837203, 30.0918014 ], [ 120.2838378, 30.0918929 ], [ 120.2842141, 30.0922998 ], [ 120.2844845, 30.0925541 ], [ 120.2845197, 30.0926864 ], [ 120.2844727, 30.0927983 ], [ 120.2842493, 30.0929407 ], [ 120.2838731, 30.0930424 ], [ 120.283685, 30.0930322 ], [ 120.2825681, 30.0928898 ], [ 120.2823094, 30.0928898 ], [ 120.282086, 30.092961 ], [ 120.2818274, 30.0932153 ], [ 120.2818156, 30.0933883 ], [ 120.2819567, 30.0936019 ], [ 120.2821566, 30.0938155 ], [ 120.2822506, 30.0940393 ], [ 120.28226, 30.0942097 ], [ 120.2822624, 30.0942529 ], [ 120.2822154, 30.0943851 ], [ 120.2820508, 30.094558 ], [ 120.281651, 30.0946903 ], [ 120.2812278, 30.0948327 ], [ 120.2809361, 30.0949835 ], [ 120.2807689, 30.0951763 ], [ 120.2807689, 30.095835 ], [ 120.2805647, 30.0962045 ], [ 120.2803233, 30.0961563 ], [ 120.2793949, 30.0950157 ], [ 120.2793578, 30.0945498 ], [ 120.2790421, 30.0943731 ], [ 120.2781839, 30.092888 ], [ 120.2774824, 30.0916741 ], [ 120.2771853, 30.0909833 ], [ 120.2770739, 30.0903086 ], [ 120.2771219, 30.08999 ], [ 120.2771639, 30.0897114 ], [ 120.2771853, 30.0895695 ], [ 120.2772311, 30.0893518 ], [ 120.2773339, 30.0888626 ], [ 120.2773452, 30.0888104 ], [ 120.2777981, 30.0867258 ], [ 120.2778538, 30.0845408 ], [ 120.2778909, 30.0837375 ], [ 120.2780952, 30.0831751 ], [ 120.2783737, 30.0827092 ], [ 120.2792278, 30.0817934 ], [ 120.2789122, 30.0815845 ], [ 120.2781694, 30.0824521 ], [ 120.2779652, 30.0823718 ], [ 120.2781323, 30.0793672 ], [ 120.2782066, 30.0777766 ], [ 120.2779838, 30.0772303 ], [ 120.277928, 30.0768928 ], [ 120.2780766, 30.0767643 ], [ 120.2783737, 30.0768607 ], [ 120.2793392, 30.0772945 ], [ 120.2795846, 30.0769122 ], [ 120.278343, 30.0763314 ], [ 120.2779515, 30.0760798 ], [ 120.2763185, 30.0749473 ], [ 120.2757704, 30.0746569 ], [ 120.2750992, 30.0743955 ], [ 120.2738338, 30.074158 ], [ 120.270458, 30.0735722 ], [ 120.2703218, 30.0735485 ], [ 120.2684063, 30.0732161 ], [ 120.2674573, 30.073166 ], [ 120.2672001, 30.0731524 ], [ 120.2662441, 30.0731015 ], [ 120.2648824, 30.0730161 ], [ 120.2614475, 30.0728005 ], [ 120.2613755, 30.072796 ], [ 120.2612137, 30.0726687 ], [ 120.2613166, 30.0725796 ], [ 120.2622757, 30.0722812 ], [ 120.2626257, 30.0721723 ], [ 120.2633465, 30.0718668 ], [ 120.2638717, 30.0715786 ], [ 120.2639495, 30.0715359 ], [ 120.2643761, 30.0713449 ], [ 120.2645763, 30.0713056 ], [ 120.2646997, 30.0712813 ], [ 120.2653295, 30.0714284 ], [ 120.2656263, 30.0714977 ], [ 120.2669942, 30.0719559 ], [ 120.2670236, 30.0718159 ], [ 120.266906, 30.0717268 ], [ 120.2670678, 30.0714213 ], [ 120.2671119, 30.0709249 ], [ 120.2669648, 30.0708994 ], [ 120.2669583, 30.0709756 ], [ 120.2668875, 30.0709993 ], [ 120.2669068, 30.0711043 ], [ 120.2668562, 30.0712718 ], [ 120.2668766, 30.0714722 ], [ 120.2666853, 30.0716504 ], [ 120.2662, 30.0715359 ], [ 120.2656999, 30.0713577 ], [ 120.2656116, 30.0711794 ], [ 120.2656207, 30.0709296 ], [ 120.2656422, 30.0706946 ], [ 120.2654939, 30.0707721 ], [ 120.2653803, 30.0709804 ], [ 120.2654351, 30.0711794 ], [ 120.265288, 30.0712431 ], [ 120.2644937, 30.0711667 ], [ 120.2642584, 30.0712049 ], [ 120.2633317, 30.0716504 ], [ 120.2623333, 30.0720142 ], [ 120.2622139, 30.0720577 ], [ 120.2621258, 30.072089 ], [ 120.2611818, 30.0724242 ], [ 120.260493, 30.0726687 ], [ 120.2602102, 30.0726311 ], [ 120.2601105, 30.0726178 ], [ 120.2590074, 30.0722614 ], [ 120.2585808, 30.0719432 ], [ 120.2581932, 30.0716335 ], [ 120.2581205, 30.0715754 ], [ 120.2580072, 30.0714849 ], [ 120.2576542, 30.0710394 ], [ 120.2574041, 30.0706321 ], [ 120.2572672, 30.0703458 ], [ 120.2572276, 30.070263 ], [ 120.2571982, 30.0698302 ], [ 120.2568011, 30.067297 ], [ 120.2567716, 30.0668388 ], [ 120.2566938, 30.0665002 ], [ 120.2560334, 30.0665281 ], [ 120.2561065, 30.0670474 ] ] ], [ [ [ 120.304433, 30.0977816 ], [ 120.3046278, 30.0983566 ], [ 120.3050289, 30.0990606 ], [ 120.305281, 30.0994374 ], [ 120.3054988, 30.0996456 ], [ 120.3057509, 30.0997546 ], [ 120.3061979, 30.0999034 ], [ 120.3065187, 30.0999331 ], [ 120.3067709, 30.0999331 ], [ 120.3067594, 30.0997943 ], [ 120.3061176, 30.0997844 ], [ 120.3056821, 30.0996059 ], [ 120.3053383, 30.0993184 ], [ 120.3050977, 30.0989615 ], [ 120.3048112, 30.0983864 ], [ 120.3045247, 30.0975734 ], [ 120.3044543, 30.0972663 ], [ 120.3045096, 30.0970761 ], [ 120.3044549, 30.0970814 ], [ 120.3044013, 30.0970865 ], [ 120.3043642, 30.0973156 ], [ 120.304433, 30.0977816 ] ] ], [ [ [ 120.3131686, 30.0867633 ], [ 120.3131716, 30.0867826 ], [ 120.3131994, 30.086771 ], [ 120.3133067, 30.0867314 ], [ 120.3137405, 30.0867028 ], [ 120.3162402, 30.0865869 ], [ 120.3169723, 30.0865493 ], [ 120.3173057, 30.0865179 ], [ 120.3175956, 30.0864238 ], [ 120.3176754, 30.0863611 ], [ 120.3175884, 30.0863611 ], [ 120.317284, 30.086474 ], [ 120.317023, 30.0864928 ], [ 120.3163126, 30.0865305 ], [ 120.3142009, 30.0866556 ], [ 120.3132967, 30.0867057 ], [ 120.3131664, 30.0867492 ], [ 120.3131686, 30.0867633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2984403, 30.0918519 ], [ 120.2986989, 30.0918494 ], [ 120.2991329, 30.0918788 ], [ 120.2993692, 30.0918157 ], [ 120.2994576, 30.0916981 ], [ 120.2993774, 30.0916186 ], [ 120.2990768, 30.0917304 ], [ 120.298944, 30.0917053 ], [ 120.2986749, 30.0916027 ], [ 120.2985435, 30.0914859 ], [ 120.2985785, 30.0912058 ], [ 120.2986374, 30.0910013 ], [ 120.2983685, 30.0909653 ], [ 120.2983973, 30.0912584 ], [ 120.2983542, 30.0915727 ], [ 120.2982665, 30.0917245 ], [ 120.2984403, 30.0918519 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3261415, 30.0834365 ], [ 120.3264108, 30.0833043 ], [ 120.3265742, 30.0831408 ], [ 120.3266611, 30.0829518 ], [ 120.326679, 30.0827696 ], [ 120.3265847, 30.0826104 ], [ 120.3264894, 30.0825421 ], [ 120.3261821, 30.0826152 ], [ 120.3258546, 30.0827147 ], [ 120.3256953, 30.0827576 ], [ 120.3261415, 30.0834365 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3140988, 30.0852031 ], [ 120.3141687, 30.0854141 ], [ 120.3143541, 30.0854909 ], [ 120.3146595, 30.0854979 ], [ 120.3148029, 30.0854777 ], [ 120.3149174, 30.0852892 ], [ 120.3149512, 30.0851366 ], [ 120.314907, 30.0848838 ], [ 120.3149144, 30.0846664 ], [ 120.3149321, 30.0844629 ], [ 120.3153463, 30.0842742 ], [ 120.3155049, 30.0841425 ], [ 120.315573, 30.0839118 ], [ 120.3153907, 30.0837537 ], [ 120.3151395, 30.0837049 ], [ 120.314816, 30.0837529 ], [ 120.3146777, 30.084245 ], [ 120.3144518, 30.0846016 ], [ 120.3142577, 30.0848389 ], [ 120.3140025, 30.0850603 ], [ 120.3140988, 30.0852031 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3153817, 30.0913641 ], [ 120.3156383, 30.0913734 ], [ 120.3158579, 30.0911839 ], [ 120.3158669, 30.0910226 ], [ 120.3156938, 30.0907235 ], [ 120.3155496, 30.090678 ], [ 120.3152856, 30.0912066 ], [ 120.3153817, 30.0913641 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3109328, 30.090823 ], [ 120.3112801, 30.0910425 ], [ 120.311516, 30.0913299 ], [ 120.3113019, 30.0916285 ], [ 120.3111915, 30.0917877 ], [ 120.3113925, 30.091745 ], [ 120.3116455, 30.0916517 ], [ 120.3118062, 30.09175 ], [ 120.3121373, 30.0916337 ], [ 120.312039, 30.0910515 ], [ 120.3119553, 30.0910515 ], [ 120.311738, 30.0911345 ], [ 120.3115094, 30.0909941 ], [ 120.3120145, 30.0909442 ], [ 120.3121172, 30.090796 ], [ 120.3120089, 30.0905546 ], [ 120.3117808, 30.0905597 ], [ 120.3116691, 30.0906126 ], [ 120.3116538, 30.0908164 ], [ 120.3113373, 30.0908491 ], [ 120.3111136, 30.0907757 ], [ 120.3107829, 30.0906121 ], [ 120.3107678, 30.0908248 ], [ 120.3109328, 30.090823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.314, 30.0946021 ], [ 120.3140331, 30.0942756 ], [ 120.313873, 30.0942014 ], [ 120.31376, 30.0942093 ], [ 120.3136823, 30.0944944 ], [ 120.314, 30.0946021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.3200538, 30.1287637 ], [ 120.321051923819681, 30.128034265690466 ], [ 120.319832134359856, 30.128564923553153 ], [ 120.3200538, 30.1287637 ] ] ], [ [ [ 120.3229824, 30.1273576 ], [ 120.323109225740382, 30.127406752559668 ], [ 120.322965, 30.127202 ], [ 120.322722278796533, 30.127307593562907 ], [ 120.3229824, 30.1273576 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2514674, 30.0852301 ], [ 120.2521897, 30.0848109 ], [ 120.2522179, 30.084651 ], [ 120.2520843, 30.0846088 ], [ 120.2513829, 30.0849656 ], [ 120.2513569, 30.0851511 ], [ 120.2514674, 30.0852301 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2575083, 30.0855043 ], [ 120.2576022, 30.0856332 ], [ 120.2576586, 30.0856124 ], [ 120.2577128, 30.0855923 ], [ 120.2577148, 30.08551 ], [ 120.257744, 30.0854441 ], [ 120.2577538, 30.0853235 ], [ 120.2577218, 30.08503 ], [ 120.2577118, 30.0850018 ], [ 120.2576597, 30.0848549 ], [ 120.2575733, 30.0848572 ], [ 120.2575377, 30.0849885 ], [ 120.2574922, 30.0851562 ], [ 120.2574592, 30.0853765 ], [ 120.2575083, 30.0855043 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2565159, 30.0855963 ], [ 120.2566983, 30.085767 ], [ 120.2567101, 30.085989 ], [ 120.256648, 30.0862661 ], [ 120.2568063, 30.0863305 ], [ 120.2568426, 30.0864373 ], [ 120.256916, 30.0864082 ], [ 120.2569449, 30.08631 ], [ 120.2569133, 30.0861215 ], [ 120.2570593, 30.0860396 ], [ 120.2569809, 30.0861877 ], [ 120.2570713, 30.0866464 ], [ 120.2574365, 30.0866992 ], [ 120.2574327, 30.0873514 ], [ 120.2575101, 30.0873773 ], [ 120.2575923, 30.0873375 ], [ 120.2576344, 30.0872519 ], [ 120.25766, 30.0870872 ], [ 120.2577854, 30.086977 ], [ 120.2578064, 30.0868398 ], [ 120.2577117, 30.0867034 ], [ 120.2577056, 30.0863837 ], [ 120.2576654, 30.0862966 ], [ 120.2574529, 30.0863301 ], [ 120.2574968, 30.0861687 ], [ 120.2575736, 30.0860452 ], [ 120.257541, 30.0856858 ], [ 120.2574527, 30.0855748 ], [ 120.257388, 30.085372 ], [ 120.2574922, 30.0851562 ], [ 120.2575078, 30.0851239 ], [ 120.2574141, 30.0850208 ], [ 120.2570708, 30.0849933 ], [ 120.2570028, 30.0851429 ], [ 120.2565199, 30.0852379 ], [ 120.2564101, 30.0853328 ], [ 120.2565159, 30.0855963 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2488021, 30.0929412 ], [ 120.2491347, 30.0936258 ], [ 120.2507084, 30.093905 ], [ 120.2512745, 30.0938361 ], [ 120.2520811, 30.0932251 ], [ 120.2514203, 30.0911998 ], [ 120.2514578, 30.0907953 ], [ 120.2512764, 30.0906696 ], [ 120.2506185, 30.090677 ], [ 120.2506355, 30.0909158 ], [ 120.2503107, 30.0910245 ], [ 120.2500429, 30.0914067 ], [ 120.25015, 30.0918236 ], [ 120.2499408, 30.0923662 ], [ 120.2491276, 30.0924616 ], [ 120.2485491, 30.0920899 ], [ 120.2481131, 30.0921911 ], [ 120.247991, 30.0925313 ], [ 120.2488021, 30.0929412 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2433775, 30.0953652 ], [ 120.2434598, 30.095745 ], [ 120.2435696, 30.0959111 ], [ 120.2436244, 30.0960654 ], [ 120.2435559, 30.0963027 ], [ 120.2436382, 30.0964689 ], [ 120.2438165, 30.0965876 ], [ 120.2438439, 30.0967656 ], [ 120.2441731, 30.0967656 ], [ 120.2445435, 30.0967656 ], [ 120.2445435, 30.0965401 ], [ 120.2445435, 30.0962434 ], [ 120.24442, 30.096101 ], [ 120.2441457, 30.0960298 ], [ 120.2438028, 30.095828 ], [ 120.243501, 30.0949736 ], [ 120.2433227, 30.0948786 ], [ 120.2432541, 30.0952347 ], [ 120.2433775, 30.0953652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2487408, 30.096457 ], [ 120.2488779, 30.0967893 ], [ 120.2488505, 30.0971809 ], [ 120.2494129, 30.0970148 ], [ 120.249989, 30.0970148 ], [ 120.2503319, 30.0967893 ], [ 120.2505788, 30.096552 ], [ 120.2508532, 30.096552 ], [ 120.2508669, 30.0963621 ], [ 120.2504279, 30.0965282 ], [ 120.2504554, 30.0963739 ], [ 120.2507297, 30.0961959 ], [ 120.2506337, 30.0961841 ], [ 120.2506337, 30.0958636 ], [ 120.2503045, 30.0958874 ], [ 120.2499204, 30.0959704 ], [ 120.2499616, 30.0960773 ], [ 120.2496324, 30.0960298 ], [ 120.2491797, 30.0958874 ], [ 120.2490563, 30.0959942 ], [ 120.2487682, 30.0959942 ], [ 120.2488094, 30.0962553 ], [ 120.2486173, 30.0963977 ], [ 120.2487408, 30.096457 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2516279, 30.1037813 ], [ 120.2519486, 30.1036931 ], [ 120.2523139, 30.1037013 ], [ 120.2520047, 30.1031149 ], [ 120.2516004, 30.1031825 ], [ 120.2515546, 30.1037174 ], [ 120.2516279, 30.1037813 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2485316, 30.1081197 ], [ 120.24891, 30.1080436 ], [ 120.2490375, 30.1084048 ], [ 120.2493345, 30.1081466 ], [ 120.2492737, 30.1079858 ], [ 120.2493239, 30.107785 ], [ 120.2493789, 30.1076963 ], [ 120.2495199, 30.1076255 ], [ 120.2495178, 30.1074205 ], [ 120.2493982, 30.107487 ], [ 120.2491608, 30.1077489 ], [ 120.2489258, 30.1078703 ], [ 120.2486174, 30.1077852 ], [ 120.2483672, 30.1075632 ], [ 120.2485316, 30.1081197 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2544592, 30.1406876 ], [ 120.2553042, 30.1407083 ], [ 120.2553378, 30.1407416 ], [ 120.2553522, 30.1407997 ], [ 120.255333, 30.1410737 ], [ 120.255333, 30.1413021 ], [ 120.255357, 30.1415014 ], [ 120.255381, 30.1415429 ], [ 120.2553522, 30.1416758 ], [ 120.2552562, 30.1416799 ], [ 120.2552274, 30.1417713 ], [ 120.2552466, 30.1422322 ], [ 120.2552898, 30.1423069 ], [ 120.2552562, 30.1424813 ], [ 120.2551602, 30.1426889 ], [ 120.2550449, 30.1428342 ], [ 120.2551048, 30.1429135 ], [ 120.2551986, 30.1430377 ], [ 120.2555731, 30.1430875 ], [ 120.2556451, 30.1429173 ], [ 120.2555731, 30.1428591 ], [ 120.2555347, 30.1427927 ], [ 120.2555107, 30.1427138 ], [ 120.2555683, 30.1423152 ], [ 120.2556691, 30.1421325 ], [ 120.2557411, 30.1418585 ], [ 120.2556259, 30.1416924 ], [ 120.2556067, 30.1414557 ], [ 120.2556259, 30.141327 ], [ 120.2556307, 30.1411111 ], [ 120.2556307, 30.140862 ], [ 120.2556259, 30.1406128 ], [ 120.2556883, 30.1405796 ], [ 120.2559092, 30.1405423 ], [ 120.2562068, 30.140617 ], [ 120.2563845, 30.1406751 ], [ 120.2568982, 30.1407208 ], [ 120.2569895, 30.1406959 ], [ 120.2571383, 30.1407083 ], [ 120.2573063, 30.1407914 ], [ 120.2578921, 30.1408703 ], [ 120.2593133, 30.1411153 ], [ 120.2605136, 30.1412855 ], [ 120.2610273, 30.1413229 ], [ 120.2611762, 30.1413768 ], [ 120.2612914, 30.1413851 ], [ 120.2616179, 30.1413976 ], [ 120.2618455, 30.1414064 ], [ 120.2628396, 30.141561 ], [ 120.2630267, 30.1416052 ], [ 120.2630494, 30.1416542 ], [ 120.2634634, 30.1416738 ], [ 120.2635784, 30.141733 ], [ 120.2637752, 30.1419288 ], [ 120.2638319, 30.1420171 ], [ 120.2638376, 30.1421789 ], [ 120.2638036, 30.142326 ], [ 120.2638263, 30.142429 ], [ 120.2639113, 30.1425123 ], [ 120.2640644, 30.1425614 ], [ 120.2642118, 30.1425712 ], [ 120.2642685, 30.1427379 ], [ 120.2642742, 30.1429095 ], [ 120.2642515, 30.1430125 ], [ 120.2643369, 30.1432603 ], [ 120.264605, 30.1432763 ], [ 120.2648677, 30.143292 ], [ 120.2648804, 30.1430458 ], [ 120.2648804, 30.1428953 ], [ 120.2649595, 30.1427517 ], [ 120.2650228, 30.1426423 ], [ 120.2650407, 30.1424444 ], [ 120.265069, 30.1422203 ], [ 120.2651194, 30.1418929 ], [ 120.2651317, 30.1416379 ], [ 120.2651745, 30.1414323 ], [ 120.2653235, 30.1413407 ], [ 120.2653065, 30.1411642 ], [ 120.2653746, 30.1409632 ], [ 120.2653632, 30.1407327 ], [ 120.2654029, 30.1404924 ], [ 120.2653405, 30.1400805 ], [ 120.2653122, 30.1398206 ], [ 120.2652952, 30.1397618 ], [ 120.2653122, 30.1396147 ], [ 120.2653576, 30.139497 ], [ 120.2654596, 30.1394087 ], [ 120.2654143, 30.1387908 ], [ 120.2653632, 30.1386143 ], [ 120.2653916, 30.1384917 ], [ 120.2654426, 30.1383544 ], [ 120.265505, 30.138222 ], [ 120.2655674, 30.1381386 ], [ 120.265505, 30.1377807 ], [ 120.2654823, 30.1374276 ], [ 120.2655277, 30.1367509 ], [ 120.2655617, 30.1367214 ], [ 120.265539, 30.1363929 ], [ 120.265573, 30.1363242 ], [ 120.2656638, 30.1357554 ], [ 120.2655163, 30.13552 ], [ 120.2655163, 30.1353827 ], [ 120.2656354, 30.1345196 ], [ 120.2656127, 30.1342155 ], [ 120.2655787, 30.1339311 ], [ 120.2654993, 30.1333279 ], [ 120.2654596, 30.1329846 ], [ 120.2655163, 30.1328817 ], [ 120.2655333, 30.1327247 ], [ 120.265522, 30.1322932 ], [ 120.2654936, 30.1321461 ], [ 120.2655277, 30.1319205 ], [ 120.26559, 30.1318861 ], [ 120.2657261, 30.1314055 ], [ 120.2657715, 30.1312486 ], [ 120.2657545, 30.1309446 ], [ 120.2656921, 30.1307042 ], [ 120.2657034, 30.1305179 ], [ 120.2657488, 30.1301403 ], [ 120.2658055, 30.1299049 ], [ 120.2659246, 30.1296989 ], [ 120.2660663, 30.1294046 ], [ 120.2661797, 30.1292428 ], [ 120.2663782, 30.129184 ], [ 120.2668488, 30.1291643 ], [ 120.2671664, 30.1291987 ], [ 120.2674102, 30.1291692 ], [ 120.2675973, 30.129233 ], [ 120.2679092, 30.1292183 ], [ 120.2682891, 30.1292869 ], [ 120.2686633, 30.1292722 ], [ 120.2689639, 30.1292036 ], [ 120.2690489, 30.1292134 ], [ 120.2693097, 30.1292771 ], [ 120.2695309, 30.1292379 ], [ 120.2697293, 30.1292379 ], [ 120.2699562, 30.1292918 ], [ 120.2700922, 30.1293115 ], [ 120.2705345, 30.1294292 ], [ 120.2705799, 30.1295616 ], [ 120.2706366, 30.1297528 ], [ 120.2706026, 30.1302384 ], [ 120.2706593, 30.1302923 ], [ 120.2706562, 30.1304245 ], [ 120.2706456, 30.1305194 ], [ 120.2706491, 30.1307979 ], [ 120.2706456, 30.1311316 ], [ 120.2706597, 30.1312662 ], [ 120.2706385, 30.1315234 ], [ 120.2706385, 30.1316672 ], [ 120.2706491, 30.1318509 ], [ 120.2706208, 30.1321203 ], [ 120.2706102, 30.1324172 ], [ 120.2705996, 30.1325488 ], [ 120.2706031, 30.1327233 ], [ 120.2705925, 30.1329039 ], [ 120.2705712, 30.1330722 ], [ 120.2705288, 30.1332038 ], [ 120.2704969, 30.1333538 ], [ 120.2704757, 30.1334916 ], [ 120.2705075, 30.1339231 ], [ 120.2705132, 30.1340538 ], [ 120.2705132, 30.1341976 ], [ 120.2705132, 30.1344621 ], [ 120.2705347, 30.1346801 ], [ 120.2705991, 30.1349028 ], [ 120.270642, 30.1351023 ], [ 120.2706634, 30.1352461 ], [ 120.2706259, 30.135376 ], [ 120.2706205, 30.1355384 ], [ 120.2705937, 30.135673 ], [ 120.2705342, 30.1358829 ], [ 120.2706575, 30.1358999 ], [ 120.2707352, 30.1359072 ], [ 120.2708018, 30.1359134 ], [ 120.2708995, 30.1358029 ], [ 120.2709853, 30.1357147 ], [ 120.2710175, 30.1355895 ], [ 120.2710068, 30.1354039 ], [ 120.2709746, 30.1352276 ], [ 120.270878, 30.1351162 ], [ 120.2708619, 30.1349771 ], [ 120.2708029, 30.1347868 ], [ 120.2707546, 30.1344853 ], [ 120.2707815, 30.1342626 ], [ 120.2708244, 30.1340074 ], [ 120.2709102, 30.1338404 ], [ 120.2709741, 30.1337501 ], [ 120.2710435, 30.1336795 ], [ 120.2710481, 30.1336475 ], [ 120.2710342, 30.1335982 ], [ 120.2710342, 30.1335689 ], [ 120.2710527, 30.1335542 ], [ 120.2710897, 30.1335542 ], [ 120.2711205, 30.1335662 ], [ 120.271159, 30.1335662 ], [ 120.2712283, 30.1335516 ], [ 120.2712638, 30.1335343 ], [ 120.2712715, 30.133505 ], [ 120.2712653, 30.1334703 ], [ 120.2711975, 30.1334743 ], [ 120.2711374, 30.1334517 ], [ 120.2711161, 30.133407 ], [ 120.2711297, 30.1333011 ], [ 120.2711251, 30.1332491 ], [ 120.2710989, 30.1331972 ], [ 120.2710606, 30.1331786 ], [ 120.2710358, 30.1331972 ], [ 120.2710342, 30.1332238 ], [ 120.2710585, 30.1332414 ], [ 120.2710419, 30.1332691 ], [ 120.2710157, 30.1332878 ], [ 120.2709772, 30.1332771 ], [ 120.2709541, 30.1332904 ], [ 120.2709464, 30.1333144 ], [ 120.2709264, 30.1333251 ], [ 120.2709141, 30.1333118 ], [ 120.2709156, 30.1332678 ], [ 120.2709541, 30.1332225 ], [ 120.2709218, 30.1331825 ], [ 120.2709603, 30.1331506 ], [ 120.2709464, 30.1331279 ], [ 120.2709572, 30.1330733 ], [ 120.2709865, 30.1330506 ], [ 120.2710653, 30.1330373 ], [ 120.2710664, 30.1330041 ], [ 120.2710296, 30.1329733 ], [ 120.2710093, 30.1329338 ], [ 120.2710093, 30.1327157 ], [ 120.2710039, 30.1325951 ], [ 120.2710415, 30.1324976 ], [ 120.2710254, 30.1319687 ], [ 120.2710093, 30.1318296 ], [ 120.2709932, 30.1316765 ], [ 120.2710147, 30.1309666 ], [ 120.2710308, 30.1303866 ], [ 120.2709804, 30.1302943 ], [ 120.2710188, 30.1297337 ], [ 120.2710812, 30.1295551 ], [ 120.2711725, 30.1293641 ], [ 120.2713933, 30.1293101 ], [ 120.2716622, 30.1292769 ], [ 120.2718734, 30.129227 ], [ 120.2722335, 30.1292852 ], [ 120.2723296, 30.1291855 ], [ 120.2725216, 30.1291689 ], [ 120.2725793, 30.1290098 ], [ 120.2726224, 30.1288907 ], [ 120.2722624, 30.1289073 ], [ 120.2721039, 30.1288367 ], [ 120.2714701, 30.128791 ], [ 120.2713405, 30.1288159 ], [ 120.2711725, 30.128791 ], [ 120.2709756, 30.1287619 ], [ 120.2707932, 30.1287578 ], [ 120.2706635, 30.1287204 ], [ 120.2706059, 30.1286498 ], [ 120.2705483, 30.1285419 ], [ 120.2705284, 30.1283774 ], [ 120.2705147, 30.1282636 ], [ 120.2704475, 30.1281017 ], [ 120.2701066, 30.1281681 ], [ 120.270145, 30.1285211 ], [ 120.2701258, 30.1286291 ], [ 120.270073, 30.1287246 ], [ 120.2700009, 30.1287827 ], [ 120.2698857, 30.1288118 ], [ 120.2691559, 30.1287578 ], [ 120.2689687, 30.1286955 ], [ 120.2688294, 30.1286249 ], [ 120.2687238, 30.1285045 ], [ 120.2687046, 30.1283758 ], [ 120.2687622, 30.1279979 ], [ 120.2687238, 30.1278982 ], [ 120.2686182, 30.1278442 ], [ 120.2685125, 30.1278359 ], [ 120.2684117, 30.1278442 ], [ 120.2683493, 30.1279148 ], [ 120.2682629, 30.1282096 ], [ 120.2682437, 30.1283841 ], [ 120.2682341, 30.1284837 ], [ 120.2681909, 30.128546 ], [ 120.2681044, 30.1286083 ], [ 120.2679796, 30.1286332 ], [ 120.2678596, 30.1286332 ], [ 120.2677875, 30.1286789 ], [ 120.2677251, 30.1287246 ], [ 120.2675331, 30.1287287 ], [ 120.2672978, 30.1287163 ], [ 120.2667121, 30.128708 ], [ 120.2666304, 30.1286747 ], [ 120.2665776, 30.1286166 ], [ 120.2664912, 30.1285792 ], [ 120.2662271, 30.1285751 ], [ 120.2661263, 30.1285502 ], [ 120.2660639, 30.1284962 ], [ 120.2660351, 30.1283342 ], [ 120.2659871, 30.1281266 ], [ 120.2659054, 30.1279729 ], [ 120.2659054, 30.1278234 ], [ 120.2659679, 30.127674 ], [ 120.2660735, 30.1274082 ], [ 120.2660831, 30.1272753 ], [ 120.2660495, 30.1272088 ], [ 120.2659535, 30.1271258 ], [ 120.2659823, 30.1270178 ], [ 120.2660351, 30.12686 ], [ 120.2660591, 30.1267064 ], [ 120.2660591, 30.1265569 ], [ 120.2660303, 30.1264074 ], [ 120.2660255, 30.1262496 ], [ 120.2660527, 30.1255692 ], [ 120.2659628, 30.1252979 ], [ 120.2659215, 30.1251733 ], [ 120.2661108, 30.1248941 ], [ 120.2662925, 30.1247488 ], [ 120.2663266, 30.1245255 ], [ 120.2662865, 30.124288 ], [ 120.2660643, 30.1239509 ], [ 120.2659071, 30.1236061 ], [ 120.2658392, 30.1228676 ], [ 120.2658911, 30.1226469 ], [ 120.2659086, 30.1221972 ], [ 120.2658403, 30.1218497 ], [ 120.2659188, 30.1205762 ], [ 120.2659994, 30.1200042 ], [ 120.2661258, 30.1196 ], [ 120.2672183, 30.1200113 ], [ 120.2674048, 30.1199314 ], [ 120.2667144, 30.1195717 ], [ 120.2661931, 30.1192106 ], [ 120.2661923, 30.1191959 ], [ 120.2660096, 30.1189681 ], [ 120.2660245, 30.1187195 ], [ 120.2659788, 30.118611 ], [ 120.265954, 30.1185523 ], [ 120.2659683, 30.118437 ], [ 120.2661948, 30.118361 ], [ 120.2664584, 30.1183288 ], [ 120.2664322, 30.1182363 ], [ 120.2663671, 30.1180057 ], [ 120.266214, 30.1177796 ], [ 120.2662201, 30.1174584 ], [ 120.2661438, 30.1172211 ], [ 120.2661142, 30.116903 ], [ 120.2660805, 30.1167745 ], [ 120.2661748, 30.1166656 ], [ 120.2664092, 30.1159266 ], [ 120.266676, 30.1155999 ], [ 120.2667362, 30.1155262 ], [ 120.2667198, 30.1151993 ], [ 120.2666873, 30.1147461 ], [ 120.2664564, 30.1145724 ], [ 120.2663856, 30.1143241 ], [ 120.2664701, 30.1121462 ], [ 120.2664767, 30.111977 ], [ 120.2666172, 30.1114837 ], [ 120.266478, 30.1112518 ], [ 120.2665952, 30.1107077 ], [ 120.2668686, 30.1106295 ], [ 120.2668279, 30.1101299 ], [ 120.266546, 30.1095004 ], [ 120.266553, 30.1093891 ], [ 120.266588, 30.1088353 ], [ 120.2666234, 30.1082756 ], [ 120.2666552, 30.1077714 ], [ 120.2666649, 30.1076178 ], [ 120.2667498, 30.107128 ], [ 120.2667785, 30.1070939 ], [ 120.2670444, 30.106778 ], [ 120.2669676, 30.1063364 ], [ 120.2671813, 30.1059621 ], [ 120.2671574, 30.105177 ], [ 120.2677014, 30.1040516 ], [ 120.2681295, 30.103166 ], [ 120.2682185, 30.1029819 ], [ 120.2689228, 30.1029422 ], [ 120.2693216, 30.1020012 ], [ 120.2690634, 30.1018297 ], [ 120.2688875, 30.1012348 ], [ 120.2691075, 30.1005377 ], [ 120.2696679, 30.0999423 ], [ 120.270022, 30.0991008 ], [ 120.2700551, 30.0987678 ], [ 120.2701374, 30.0985201 ], [ 120.2694804, 30.0982191 ], [ 120.269386, 30.0986337 ], [ 120.2694395, 30.098963 ], [ 120.2686866, 30.1005016 ], [ 120.2680926, 30.1009333 ], [ 120.2679158, 30.1009481 ], [ 120.2676712, 30.1009164 ], [ 120.2674143, 30.1008 ], [ 120.2671819, 30.1006836 ], [ 120.2669618, 30.1006307 ], [ 120.2666927, 30.1004085 ], [ 120.2666927, 30.1001863 ], [ 120.2667172, 30.0996572 ], [ 120.2667661, 30.0993397 ], [ 120.2669496, 30.0991704 ], [ 120.2670229, 30.0988847 ], [ 120.2670107, 30.0984614 ], [ 120.2670474, 30.0982286 ], [ 120.267341, 30.0978583 ], [ 120.2673776, 30.0976995 ], [ 120.2673165, 30.0974773 ], [ 120.2670474, 30.0973292 ], [ 120.2668517, 30.0972763 ], [ 120.2665826, 30.0970223 ], [ 120.2665582, 30.0966731 ], [ 120.2667172, 30.0964191 ], [ 120.2668762, 30.0964297 ], [ 120.2672064, 30.096472 ], [ 120.2673899, 30.0964826 ], [ 120.2677079, 30.0965779 ], [ 120.267928, 30.096726 ], [ 120.268454, 30.0969059 ], [ 120.2688454, 30.0970858 ], [ 120.2691878, 30.0972551 ], [ 120.2695425, 30.0972869 ], [ 120.2696893, 30.097107 ], [ 120.2697627, 30.09698 ], [ 120.2697669, 30.0967986 ], [ 120.2694447, 30.096853 ], [ 120.2691389, 30.096853 ], [ 120.2686007, 30.0967154 ], [ 120.2682583, 30.0965144 ], [ 120.2679403, 30.0963556 ], [ 120.26761, 30.0962181 ], [ 120.2672553, 30.0962075 ], [ 120.266656, 30.0959747 ], [ 120.2659711, 30.095435 ], [ 120.265345, 30.0948239 ], [ 120.2649693, 30.0943108 ], [ 120.2648387, 30.0940434 ], [ 120.2647746, 30.0938465 ], [ 120.2649681, 30.0930116 ], [ 120.2646624, 30.0928847 ], [ 120.2645767, 30.0929693 ], [ 120.2645034, 30.0931704 ], [ 120.2644055, 30.0934879 ], [ 120.2644177, 30.0937842 ], [ 120.264381, 30.094091 ], [ 120.2644789, 30.0943133 ], [ 120.2646257, 30.0944932 ], [ 120.2649804, 30.094853 ], [ 120.2652739, 30.0951916 ], [ 120.2657387, 30.0956149 ], [ 120.2662402, 30.0961228 ], [ 120.2663625, 30.0962287 ], [ 120.2663747, 30.0968212 ], [ 120.2663135, 30.0970435 ], [ 120.2661056, 30.0970646 ], [ 120.2658365, 30.0970329 ], [ 120.2656408, 30.0970858 ], [ 120.2656775, 30.0972551 ], [ 120.2658365, 30.0973927 ], [ 120.2658365, 30.097562 ], [ 120.2656408, 30.0977313 ], [ 120.2653228, 30.0978371 ], [ 120.2647602, 30.0978371 ], [ 120.2644667, 30.09789 ], [ 120.26443, 30.0980593 ], [ 120.2644422, 30.0983768 ], [ 120.2645156, 30.0985778 ], [ 120.2646991, 30.0986308 ], [ 120.2648458, 30.0987472 ], [ 120.2650415, 30.0990223 ], [ 120.2651761, 30.0991175 ], [ 120.2654207, 30.0992445 ], [ 120.2657998, 30.0993186 ], [ 120.2661301, 30.0993291 ], [ 120.2662157, 30.0994773 ], [ 120.2662035, 30.099763 ], [ 120.2661423, 30.1000487 ], [ 120.2660567, 30.1002603 ], [ 120.2660567, 30.1004508 ], [ 120.2660812, 30.1007153 ], [ 120.2661179, 30.1009799 ], [ 120.2662157, 30.1011174 ], [ 120.2665582, 30.1011809 ], [ 120.2668762, 30.1012021 ], [ 120.267133, 30.1012762 ], [ 120.2672553, 30.1013926 ], [ 120.2674755, 30.1014772 ], [ 120.2677568, 30.1015407 ], [ 120.2679404, 30.1016727 ], [ 120.2673668, 30.1026116 ], [ 120.2668512, 30.1040189 ], [ 120.2663022, 30.1045415 ], [ 120.2660634, 30.1048595 ], [ 120.2660841, 30.1052139 ], [ 120.2660461, 30.1053808 ], [ 120.2659635, 30.1055136 ], [ 120.2656801, 30.105483 ], [ 120.265503, 30.10534 ], [ 120.2652905, 30.1050846 ], [ 120.2647119, 30.1045637 ], [ 120.2638264, 30.1037261 ], [ 120.2634958, 30.1033685 ], [ 120.2632242, 30.1030519 ], [ 120.2631297, 30.1028885 ], [ 120.2627401, 30.1022756 ], [ 120.2626929, 30.1019895 ], [ 120.2627047, 30.1017648 ], [ 120.2628346, 30.101632 ], [ 120.2627873, 30.1012745 ], [ 120.2627401, 30.1009476 ], [ 120.262563, 30.100774 ], [ 120.2621615, 30.1005901 ], [ 120.2618782, 30.1004675 ], [ 120.2616774, 30.100539 ], [ 120.2615712, 30.100917 ], [ 120.2615358, 30.1010702 ], [ 120.2616184, 30.1012132 ], [ 120.2618191, 30.1013767 ], [ 120.2619254, 30.1015299 ], [ 120.2619018, 30.1016729 ], [ 120.2617601, 30.101867 ], [ 120.2616656, 30.1020406 ], [ 120.2613941, 30.1021836 ], [ 120.260969, 30.1023266 ], [ 120.260721, 30.102296 ], [ 120.2604377, 30.1020815 ], [ 120.2601661, 30.1019793 ], [ 120.2599182, 30.1019895 ], [ 120.2597647, 30.1019691 ], [ 120.2594222, 30.101867 ], [ 120.2592806, 30.1019385 ], [ 120.2589618, 30.1019078 ], [ 120.2589618, 30.1015605 ], [ 120.2589145, 30.1014175 ], [ 120.2586312, 30.1013562 ], [ 120.258395, 30.1013971 ], [ 120.2584186, 30.1016525 ], [ 120.2585721, 30.1017137 ], [ 120.2586468, 30.101746 ], [ 120.258761, 30.1017955 ], [ 120.2588555, 30.1019283 ], [ 120.2589381, 30.1021019 ], [ 120.2592451, 30.1021223 ], [ 120.2598001, 30.1021019 ], [ 120.2601307, 30.1021326 ], [ 120.2602488, 30.1022143 ], [ 120.2604731, 30.1023164 ], [ 120.2606384, 30.102439 ], [ 120.2607329, 30.1029089 ], [ 120.2605794, 30.103154 ], [ 120.2603196, 30.1032358 ], [ 120.2598355, 30.1031745 ], [ 120.2594459, 30.1030621 ], [ 120.2593986, 30.1031438 ], [ 120.2595285, 30.103246 ], [ 120.2598001, 30.1033685 ], [ 120.2599182, 30.1034605 ], [ 120.2598945, 30.1037056 ], [ 120.2598237, 30.1039916 ], [ 120.259682, 30.1041551 ], [ 120.2594459, 30.1042879 ], [ 120.2592806, 30.10439 ], [ 120.2591035, 30.1043798 ], [ 120.2589381, 30.1045535 ], [ 120.2590916, 30.1046658 ], [ 120.2590562, 30.1048395 ], [ 120.2589263, 30.1050438 ], [ 120.2586548, 30.1052378 ], [ 120.2584186, 30.1054013 ], [ 120.2582887, 30.105483 ], [ 120.2583242, 30.1057077 ], [ 120.2584304, 30.1057179 ], [ 120.2584777, 30.1055034 ], [ 120.2589263, 30.1053604 ], [ 120.2590326, 30.1054115 ], [ 120.2590926, 30.1053899 ], [ 120.2591743, 30.1053604 ], [ 120.2592806, 30.1051459 ], [ 120.2593032, 30.1048032 ], [ 120.2593042, 30.1047884 ], [ 120.259375, 30.104533 ], [ 120.2594256, 30.1045017 ], [ 120.2595403, 30.1044309 ], [ 120.2597227, 30.1043661 ], [ 120.2600008, 30.1042674 ], [ 120.260296, 30.1041142 ], [ 120.2604259, 30.1039201 ], [ 120.2604957, 30.1038296 ], [ 120.2605676, 30.1037363 ], [ 120.2608745, 30.1035013 ], [ 120.2610989, 30.1030519 ], [ 120.2612996, 30.102439 ], [ 120.2616302, 30.1022858 ], [ 120.2619608, 30.1022143 ], [ 120.2622206, 30.1022449 ], [ 120.2623386, 30.1023981 ], [ 120.2623848, 30.1024514 ], [ 120.2624803, 30.1025616 ], [ 120.2627047, 30.1027046 ], [ 120.2628464, 30.1028578 ], [ 120.2629644, 30.1030417 ], [ 120.2629644, 30.1032051 ], [ 120.2628582, 30.1033277 ], [ 120.262988, 30.1033583 ], [ 120.2632596, 30.1033992 ], [ 120.2633423, 30.1035422 ], [ 120.2634958, 30.1036443 ], [ 120.2637673, 30.103961 ], [ 120.2640271, 30.1041755 ], [ 120.2643577, 30.1045228 ], [ 120.2645112, 30.104676 ], [ 120.2645936, 30.1047473 ], [ 120.2647001, 30.1048395 ], [ 120.2647591, 30.1050233 ], [ 120.2648654, 30.105248 ], [ 120.2649953, 30.1053808 ], [ 120.265196, 30.1055851 ], [ 120.2654912, 30.105769 ], [ 120.265562, 30.1059937 ], [ 120.2656565, 30.106198 ], [ 120.2657746, 30.1063103 ], [ 120.2659399, 30.1064329 ], [ 120.2660331, 30.1066766 ], [ 120.2660147, 30.1071494 ], [ 120.2659873, 30.1078512 ], [ 120.265848, 30.1083956 ], [ 120.2659618, 30.108741 ], [ 120.2659567, 30.1095653 ], [ 120.2660213, 30.1103575 ], [ 120.2657429, 30.111138 ], [ 120.2658026, 30.1115196 ], [ 120.2656708, 30.1138682 ], [ 120.2656155, 30.1150854 ], [ 120.2654757, 30.1156661 ], [ 120.2655415, 30.1158015 ], [ 120.265365, 30.1166218 ], [ 120.2654866, 30.1168729 ], [ 120.2655774, 30.1171154 ], [ 120.2656071, 30.1174918 ], [ 120.2655998, 30.1181369 ], [ 120.2655963, 30.1184539 ], [ 120.2655437, 30.1187147 ], [ 120.2655678, 30.1189941 ], [ 120.2654758, 30.1192275 ], [ 120.2656086, 30.1194183 ], [ 120.2656479, 30.119653 ], [ 120.2654804, 30.1199263 ], [ 120.2654429, 30.1200934 ], [ 120.2654341, 30.120578 ], [ 120.2652499, 30.1209696 ], [ 120.2652999, 30.121465 ], [ 120.2652637, 30.1218042 ], [ 120.2651567, 30.1222954 ], [ 120.2651062, 30.1225657 ], [ 120.2651751, 30.1226885 ], [ 120.2652456, 30.122904 ], [ 120.2652605, 30.1240824 ], [ 120.2654233, 30.1244253 ], [ 120.2654304, 30.1246396 ], [ 120.2654374, 30.1247437 ], [ 120.265363, 30.1257473 ], [ 120.2653346, 30.1259865 ], [ 120.2653222, 30.1261831 ], [ 120.2652695, 30.1262793 ], [ 120.265206, 30.1263994 ], [ 120.2651258, 30.1264939 ], [ 120.2650571, 30.1266112 ], [ 120.2649135, 30.1266728 ], [ 120.2647819, 30.1266773 ], [ 120.2643414, 30.1266623 ], [ 120.2643092, 30.127348 ], [ 120.2645207, 30.1274185 ], [ 120.2647165, 30.1275158 ], [ 120.2648433, 30.127644 ], [ 120.264925, 30.1277944 ], [ 120.264926, 30.1279854 ], [ 120.264878, 30.128164 ], [ 120.2649068, 30.1282761 ], [ 120.2649116, 30.1284214 ], [ 120.2648636, 30.1285169 ], [ 120.2648156, 30.1286374 ], [ 120.2648588, 30.1287536 ], [ 120.2647819, 30.1288699 ], [ 120.2646715, 30.1289488 ], [ 120.2646043, 30.1290526 ], [ 120.2645995, 30.1291855 ], [ 120.2646763, 30.1293101 ], [ 120.264926, 30.1294762 ], [ 120.2650076, 30.1295676 ], [ 120.264998, 30.1297087 ], [ 120.2649068, 30.1300409 ], [ 120.2648396, 30.1304977 ], [ 120.2648252, 30.1306555 ], [ 120.2648444, 30.1307635 ], [ 120.2648732, 30.1308673 ], [ 120.2648059, 30.1310293 ], [ 120.2647531, 30.1310957 ], [ 120.2646763, 30.1310625 ], [ 120.2645707, 30.1310625 ], [ 120.2644987, 30.1310874 ], [ 120.2644363, 30.1310915 ], [ 120.264297, 30.1310334 ], [ 120.264177, 30.1310168 ], [ 120.2641722, 30.1311248 ], [ 120.2645707, 30.1311538 ], [ 120.264854, 30.1312078 ], [ 120.264902, 30.1317518 ], [ 120.2648828, 30.1319137 ], [ 120.2648204, 30.13203 ], [ 120.2647291, 30.1321048 ], [ 120.2646859, 30.1321712 ], [ 120.2646715, 30.1322626 ], [ 120.2645851, 30.1323664 ], [ 120.2646139, 30.1324702 ], [ 120.2645851, 30.1326778 ], [ 120.2646427, 30.1327941 ], [ 120.2646523, 30.1329186 ], [ 120.2644987, 30.1331014 ], [ 120.2642922, 30.1332591 ], [ 120.264081, 30.1332674 ], [ 120.263452, 30.1332467 ], [ 120.2631783, 30.1332467 ], [ 120.2627846, 30.1332342 ], [ 120.2625157, 30.1332093 ], [ 120.2622949, 30.1331761 ], [ 120.2620596, 30.1331263 ], [ 120.2617379, 30.1330972 ], [ 120.2614787, 30.1330889 ], [ 120.2612002, 30.1330889 ], [ 120.2610465, 30.1331138 ], [ 120.2608641, 30.1331636 ], [ 120.2606048, 30.133147 ], [ 120.2603984, 30.1331014 ], [ 120.2602927, 30.1331263 ], [ 120.2602015, 30.1331387 ], [ 120.2601199, 30.1331512 ], [ 120.2598654, 30.1331512 ], [ 120.2597886, 30.1331346 ], [ 120.2597838, 30.1330806 ], [ 120.2596734, 30.1330847 ], [ 120.259659, 30.1331595 ], [ 120.2591164, 30.1331595 ], [ 120.2590972, 30.133093 ], [ 120.2588187, 30.1331055 ], [ 120.2585883, 30.133118 ], [ 120.2584538, 30.1331678 ], [ 120.2582762, 30.1331969 ], [ 120.2581178, 30.1332218 ], [ 120.2578729, 30.1333214 ], [ 120.2579497, 30.1334626 ], [ 120.258257, 30.1334626 ], [ 120.2584586, 30.1334335 ], [ 120.2586219, 30.1334169 ], [ 120.2587995, 30.1334252 ], [ 120.258934, 30.1334668 ], [ 120.259078, 30.1334917 ], [ 120.2593421, 30.1334709 ], [ 120.2595533, 30.133446 ], [ 120.2597022, 30.1334668 ], [ 120.2597166, 30.1335207 ], [ 120.2608353, 30.1335498 ], [ 120.2611378, 30.1335581 ], [ 120.2613202, 30.1335457 ], [ 120.2616227, 30.1335706 ], [ 120.2619444, 30.1336204 ], [ 120.262074, 30.1335996 ], [ 120.2623333, 30.1335706 ], [ 120.2627462, 30.1335955 ], [ 120.2631495, 30.1336163 ], [ 120.2633704, 30.1336578 ], [ 120.2640521, 30.1336495 ], [ 120.2641338, 30.1336453 ], [ 120.2642634, 30.1336785 ], [ 120.264393, 30.1337325 ], [ 120.2644651, 30.1338488 ], [ 120.2644507, 30.1339609 ], [ 120.2644747, 30.1342682 ], [ 120.2645419, 30.1343263 ], [ 120.2645515, 30.1344758 ], [ 120.2645515, 30.134617 ], [ 120.2645419, 30.1347416 ], [ 120.2644795, 30.1348038 ], [ 120.2644603, 30.1349699 ], [ 120.2644603, 30.1351693 ], [ 120.2644891, 30.135327 ], [ 120.2644987, 30.1354724 ], [ 120.2644795, 30.1356177 ], [ 120.2644987, 30.1357464 ], [ 120.2645659, 30.1359042 ], [ 120.2644507, 30.1366849 ], [ 120.2643978, 30.1367513 ], [ 120.2643882, 30.1368219 ], [ 120.2644218, 30.1368842 ], [ 120.2644122, 30.1369506 ], [ 120.2643402, 30.1369921 ], [ 120.2643402, 30.1371084 ], [ 120.2643882, 30.137208 ], [ 120.2644459, 30.1373243 ], [ 120.2644699, 30.1374323 ], [ 120.2644411, 30.1375112 ], [ 120.2643018, 30.1377146 ], [ 120.2642394, 30.1378433 ], [ 120.2641962, 30.1379554 ], [ 120.2641098, 30.1380219 ], [ 120.2639657, 30.1380676 ], [ 120.2638265, 30.1381257 ], [ 120.2638025, 30.1382627 ], [ 120.2638793, 30.1383333 ], [ 120.2638985, 30.1384205 ], [ 120.2638409, 30.1387444 ], [ 120.2638601, 30.1388357 ], [ 120.2639273, 30.1388855 ], [ 120.2640473, 30.1389105 ], [ 120.2640617, 30.1389769 ], [ 120.2639897, 30.1390516 ], [ 120.2638745, 30.1390516 ], [ 120.2637977, 30.1395457 ], [ 120.2638697, 30.1396039 ], [ 120.2639081, 30.1396952 ], [ 120.2641578, 30.139745 ], [ 120.2642874, 30.1398322 ], [ 120.2642682, 30.1399319 ], [ 120.2642058, 30.1400523 ], [ 120.264225, 30.1404426 ], [ 120.2642154, 30.1405298 ], [ 120.2642778, 30.1406917 ], [ 120.2643018, 30.1408163 ], [ 120.264249, 30.1408869 ], [ 120.264129, 30.140945 ], [ 120.2639561, 30.1409782 ], [ 120.2637833, 30.1410405 ], [ 120.2637593, 30.1410903 ], [ 120.2637401, 30.1411568 ], [ 120.2636969, 30.1411775 ], [ 120.2636008, 30.1411692 ], [ 120.2635336, 30.1411651 ], [ 120.2631687, 30.1411485 ], [ 120.2630535, 30.141107 ], [ 120.2619588, 30.1409865 ], [ 120.2617379, 30.1410031 ], [ 120.2614162, 30.140945 ], [ 120.2604656, 30.1407623 ], [ 120.2602015, 30.1407416 ], [ 120.2600815, 30.1407457 ], [ 120.2598462, 30.1406627 ], [ 120.2595197, 30.140563 ], [ 120.2593661, 30.1405506 ], [ 120.2590252, 30.1406004 ], [ 120.2588908, 30.1405007 ], [ 120.2586411, 30.14048 ], [ 120.2583866, 30.140509 ], [ 120.258185, 30.14048 ], [ 120.2578009, 30.1403845 ], [ 120.2574552, 30.1403347 ], [ 120.2571911, 30.1403222 ], [ 120.2569895, 30.1403596 ], [ 120.2568646, 30.1403969 ], [ 120.256735, 30.1403928 ], [ 120.2566246, 30.1403388 ], [ 120.2563893, 30.1402682 ], [ 120.2561133, 30.140239 ], [ 120.2559572, 30.1402225 ], [ 120.2556931, 30.1402101 ], [ 120.2556979, 30.1401769 ], [ 120.2555011, 30.1401893 ], [ 120.2555011, 30.1402475 ], [ 120.255453, 30.1403513 ], [ 120.2554194, 30.1404758 ], [ 120.255381, 30.1405506 ], [ 120.2552994, 30.1406087 ], [ 120.2552466, 30.1406087 ], [ 120.2552466, 30.1405713 ], [ 120.2551986, 30.1405713 ], [ 120.2551506, 30.1405298 ], [ 120.2549969, 30.1405298 ], [ 120.2550449, 30.1405672 ], [ 120.2550305, 30.1406212 ], [ 120.2548817, 30.1406087 ], [ 120.2548097, 30.1405838 ], [ 120.2547424, 30.1405173 ], [ 120.2546656, 30.1405049 ], [ 120.25456, 30.1405547 ], [ 120.2544448, 30.1405879 ], [ 120.2544256, 30.1406378 ], [ 120.2544592, 30.1406876 ] ], [ [ 120.26388, 30.1420013 ], [ 120.2639121, 30.1419358 ], [ 120.2639704, 30.1419081 ], [ 120.2640549, 30.1419307 ], [ 120.2641074, 30.1419938 ], [ 120.2640928, 30.1420845 ], [ 120.2640258, 30.1421349 ], [ 120.263915, 30.1421626 ], [ 120.2638684, 30.1420895 ], [ 120.26388, 30.1420013 ] ], [ [ 120.2639033, 30.1422357 ], [ 120.2639908, 30.1422131 ], [ 120.2640141, 30.1422484 ], [ 120.2641132, 30.142261 ], [ 120.2641307, 30.1423164 ], [ 120.2641074, 30.1423618 ], [ 120.2641103, 30.1424072 ], [ 120.2641161, 30.1424626 ], [ 120.2641161, 30.1424878 ], [ 120.2640549, 30.1425029 ], [ 120.2639995, 30.1425029 ], [ 120.2639675, 30.1424727 ], [ 120.2639208, 30.1424298 ], [ 120.2638742, 30.1423492 ], [ 120.2638713, 30.1422912 ], [ 120.2639033, 30.1422357 ] ], [ [ 120.2640858, 30.139035 ], [ 120.2641674, 30.1390101 ], [ 120.2643594, 30.139006 ], [ 120.2644411, 30.1390392 ], [ 120.2644363, 30.1391139 ], [ 120.2643786, 30.1391804 ], [ 120.2642346, 30.139197 ], [ 120.2641194, 30.1391804 ], [ 120.2640714, 30.1390973 ], [ 120.2640858, 30.139035 ] ], [ [ 120.2653351, 30.098345 ], [ 120.2654818, 30.098271 ], [ 120.2657387, 30.0981334 ], [ 120.2661545, 30.0978477 ], [ 120.2662646, 30.0977207 ], [ 120.2663747, 30.0975937 ], [ 120.2664726, 30.0976255 ], [ 120.2664848, 30.0978371 ], [ 120.2663869, 30.0982286 ], [ 120.2663869, 30.0983662 ], [ 120.2662279, 30.0985038 ], [ 120.2661912, 30.0987789 ], [ 120.2660934, 30.0989376 ], [ 120.2659466, 30.0989694 ], [ 120.265702, 30.0989376 ], [ 120.2654696, 30.0988212 ], [ 120.2653228, 30.0986731 ], [ 120.2653106, 30.0985249 ], [ 120.2653351, 30.098345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2448658, 30.122321 ], [ 120.2450084, 30.1218987 ], [ 120.2450948, 30.1208537 ], [ 120.2447031, 30.1208571 ], [ 120.2446422, 30.1215263 ], [ 120.2435489, 30.1215927 ], [ 120.2435102, 30.1224175 ], [ 120.2448658, 30.122321 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3017336, 30.0980357 ], [ 120.301768, 30.0982207 ], [ 120.3019477, 30.0982207 ], [ 120.3019299, 30.0978284 ], [ 120.3019632, 30.0973032 ], [ 120.3016615, 30.0972636 ], [ 120.3016065, 30.0976329 ], [ 120.3017336, 30.0980357 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2912878, 30.098493 ], [ 120.292015, 30.0980241 ], [ 120.292672, 30.0977229 ], [ 120.2927656, 30.0972888 ], [ 120.2917068, 30.0972837 ], [ 120.2916541, 30.0974227 ], [ 120.2910626, 30.0972156 ], [ 120.2912878, 30.098493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2691332, 30.1028623 ], [ 120.2691953, 30.1027979 ], [ 120.2696671, 30.1028301 ], [ 120.2698781, 30.1026475 ], [ 120.270114, 30.1025831 ], [ 120.2705237, 30.1025079 ], [ 120.27107, 30.1024864 ], [ 120.2710948, 30.102422 ], [ 120.2714424, 30.1023145 ], [ 120.271728, 30.1022931 ], [ 120.2719887, 30.1023145 ], [ 120.2722246, 30.1022608 ], [ 120.2726716, 30.1022179 ], [ 120.2730316, 30.1021427 ], [ 120.2732427, 30.1020245 ], [ 120.2736896, 30.1020138 ], [ 120.2740124, 30.1020245 ], [ 120.274377, 30.1018931 ], [ 120.2744594, 30.1018634 ], [ 120.2749684, 30.1016056 ], [ 120.275169, 30.1015583 ], [ 120.2752415, 30.1015412 ], [ 120.2755395, 30.1015842 ], [ 120.2761603, 30.1020031 ], [ 120.27657, 30.1022071 ], [ 120.2767314, 30.1023575 ], [ 120.2766321, 30.1026797 ], [ 120.2765327, 30.1032705 ], [ 120.2765576, 30.1034853 ], [ 120.2764831, 30.1037323 ], [ 120.2763837, 30.1037968 ], [ 120.2765576, 30.1039042 ], [ 120.2766445, 30.1040975 ], [ 120.2767686, 30.104409 ], [ 120.2768431, 30.1045808 ], [ 120.2769549, 30.1047527 ], [ 120.2773646, 30.1049031 ], [ 120.2776625, 30.104946 ], [ 120.2780102, 30.1048708 ], [ 120.2786309, 30.1046883 ], [ 120.278695, 30.1046499 ], [ 120.2787923, 30.1045916 ], [ 120.2790779, 30.1045057 ], [ 120.2791306, 30.1044883 ], [ 120.2795, 30.104366 ], [ 120.2798725, 30.1041727 ], [ 120.2805925, 30.1038075 ], [ 120.2805429, 30.1037216 ], [ 120.2808769, 30.1035471 ], [ 120.2806204, 30.1032084 ], [ 120.2802998, 30.1034078 ], [ 120.280158, 30.103496 ], [ 120.2800339, 30.1036142 ], [ 120.2797855, 30.1037538 ], [ 120.2795124, 30.1038397 ], [ 120.2792393, 30.1040116 ], [ 120.2788916, 30.104162 ], [ 120.2788455, 30.1041748 ], [ 120.2778488, 30.104452 ], [ 120.277588, 30.1044412 ], [ 120.277552, 30.1044265 ], [ 120.2773521, 30.1043446 ], [ 120.2773275, 30.104326 ], [ 120.2771535, 30.1041942 ], [ 120.2769921, 30.1039257 ], [ 120.2769797, 30.1034423 ], [ 120.2769549, 30.102959 ], [ 120.2770418, 30.1027334 ], [ 120.2772032, 30.102046 ], [ 120.2772156, 30.1018312 ], [ 120.2773025, 30.1015197 ], [ 120.2774391, 30.1010901 ], [ 120.2775384, 30.1009504 ], [ 120.277552, 30.1009343 ], [ 120.2778305, 30.1006041 ], [ 120.2778736, 30.100553 ], [ 120.2780722, 30.1003489 ], [ 120.2781022, 30.1003067 ], [ 120.2785068, 30.0997367 ], [ 120.2788047, 30.0994359 ], [ 120.2789165, 30.0992533 ], [ 120.2790282, 30.0989741 ], [ 120.2791721, 30.0986784 ], [ 120.2789493, 30.0985338 ], [ 120.2787178, 30.098813 ], [ 120.2783578, 30.0991674 ], [ 120.2778115, 30.0997797 ], [ 120.2774763, 30.1001771 ], [ 120.2770666, 30.1008108 ], [ 120.2768679, 30.101176 ], [ 120.2768307, 30.1014875 ], [ 120.2767562, 30.1017023 ], [ 120.2766321, 30.1018634 ], [ 120.2764582, 30.1019494 ], [ 120.2761975, 30.1018419 ], [ 120.2757133, 30.1015412 ], [ 120.2755064, 30.1014047 ], [ 120.2754526, 30.1013693 ], [ 120.2754278, 30.1012727 ], [ 120.2755643, 30.101176 ], [ 120.275912, 30.1010686 ], [ 120.2761975, 30.1009075 ], [ 120.2763093, 30.1007893 ], [ 120.2761479, 30.1006712 ], [ 120.2758499, 30.1006067 ], [ 120.2756016, 30.1004456 ], [ 120.2753905, 30.1001556 ], [ 120.2750801, 30.0999515 ], [ 120.2748939, 30.0998549 ], [ 120.274807, 30.0997045 ], [ 120.2746084, 30.099683 ], [ 120.274509, 30.0995326 ], [ 120.2741862, 30.0992319 ], [ 120.2738883, 30.0989526 ], [ 120.273702, 30.0987378 ], [ 120.2736027, 30.0985659 ], [ 120.2733917, 30.0984478 ], [ 120.2732303, 30.0983081 ], [ 120.2731185, 30.0981792 ], [ 120.2726716, 30.0980074 ], [ 120.2724135, 30.0979215 ], [ 120.2721874, 30.0978462 ], [ 120.2714921, 30.0974703 ], [ 120.2710948, 30.097191 ], [ 120.2710203, 30.0970514 ], [ 120.2709707, 30.0969332 ], [ 120.2708713, 30.0968688 ], [ 120.270772, 30.096944 ], [ 120.2704741, 30.096858 ], [ 120.2702754, 30.0968258 ], [ 120.2700643, 30.0968365 ], [ 120.2699333, 30.0968198 ], [ 120.2699402, 30.0969869 ], [ 120.2701264, 30.0971158 ], [ 120.2701388, 30.0973306 ], [ 120.2702009, 30.0974918 ], [ 120.2702847, 30.0977242 ], [ 120.2704343, 30.0978231 ], [ 120.2706385, 30.0978174 ], [ 120.2707969, 30.0979107 ], [ 120.2710576, 30.0979536 ], [ 120.2715045, 30.0980181 ], [ 120.2718397, 30.0980503 ], [ 120.2718672, 30.0982089 ], [ 120.2720446, 30.0984105 ], [ 120.2722306, 30.0985658 ], [ 120.2724978, 30.0982329 ], [ 120.273044, 30.098394 ], [ 120.2733668, 30.0985229 ], [ 120.2735034, 30.0987163 ], [ 120.2735743, 30.0988583 ], [ 120.2736699, 30.0990227 ], [ 120.2737363, 30.0992118 ], [ 120.2736972, 30.0995845 ], [ 120.274, 30.0998011 ], [ 120.2743228, 30.0999515 ], [ 120.2745215, 30.0999193 ], [ 120.2746021, 30.0999416 ], [ 120.2748318, 30.1000052 ], [ 120.2749808, 30.1001449 ], [ 120.2750305, 30.1003167 ], [ 120.2753036, 30.1003704 ], [ 120.2756885, 30.1006604 ], [ 120.2758499, 30.1008323 ], [ 120.2758499, 30.1009934 ], [ 120.2756016, 30.1010686 ], [ 120.275254, 30.1011975 ], [ 120.2750677, 30.1013264 ], [ 120.2748691, 30.1014553 ], [ 120.2744973, 30.1016445 ], [ 120.2742359, 30.1017775 ], [ 120.2738883, 30.1018097 ], [ 120.2738156, 30.1017159 ], [ 120.2736275, 30.1017668 ], [ 120.2733296, 30.1017345 ], [ 120.273044, 30.1017238 ], [ 120.2728081, 30.1016271 ], [ 120.2727957, 30.1015627 ], [ 120.2727088, 30.1013586 ], [ 120.2726964, 30.1011545 ], [ 120.2727047, 30.1009868 ], [ 120.2729447, 30.1008967 ], [ 120.2728081, 30.1007141 ], [ 120.2723115, 30.1008645 ], [ 120.272386, 30.100929 ], [ 120.2724734, 30.1011656 ], [ 120.2726745, 30.10171 ], [ 120.2727212, 30.1018849 ], [ 120.2726061, 30.1019534 ], [ 120.2725226, 30.1020031 ], [ 120.272237, 30.1020031 ], [ 120.272088, 30.1019386 ], [ 120.2717404, 30.1019386 ], [ 120.2714673, 30.1019494 ], [ 120.2710452, 30.1019923 ], [ 120.2706851, 30.1020353 ], [ 120.270263, 30.1021105 ], [ 120.2699774, 30.102132 ], [ 120.2693216, 30.1020012 ], [ 120.2689228, 30.1029422 ], [ 120.2691332, 30.1028623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2667198, 30.1151993 ], [ 120.2667362, 30.1155262 ], [ 120.2668432, 30.1155209 ], [ 120.2671494, 30.1155059 ], [ 120.2673913, 30.115515 ], [ 120.2684306, 30.1154823 ], [ 120.2694393, 30.1155531 ], [ 120.2705706, 30.1154705 ], [ 120.2712794, 30.1155295 ], [ 120.2715929, 30.115612 ], [ 120.2719882, 30.115671 ], [ 120.272547, 30.1156356 ], [ 120.2729968, 30.1155531 ], [ 120.2739237, 30.1155413 ], [ 120.2751505, 30.1154941 ], [ 120.2764317, 30.115447 ], [ 120.2772359, 30.1154705 ], [ 120.2775222, 30.1155413 ], [ 120.2778357, 30.1155649 ], [ 120.2780129, 30.1157417 ], [ 120.2780537, 30.1161072 ], [ 120.2781628, 30.1164963 ], [ 120.2782855, 30.1168147 ], [ 120.2784081, 30.1171094 ], [ 120.2785172, 30.11764 ], [ 120.2785192, 30.1176627 ], [ 120.2786126, 30.1187247 ], [ 120.2786371, 30.11882 ], [ 120.2786671, 30.1189369 ], [ 120.2787898, 30.1190076 ], [ 120.2788089, 30.1193309 ], [ 120.278817, 30.1194675 ], [ 120.2788443, 30.1197976 ], [ 120.278967, 30.1200216 ], [ 120.2791169, 30.1201866 ], [ 120.2793077, 30.1203871 ], [ 120.279444, 30.1206347 ], [ 120.2795667, 30.1206229 ], [ 120.2795122, 30.1200923 ], [ 120.2794713, 30.1199273 ], [ 120.2790897, 30.1198919 ], [ 120.2789806, 30.1193967 ], [ 120.2789125, 30.1192317 ], [ 120.2789942, 30.1188544 ], [ 120.2787762, 30.1187129 ], [ 120.2787489, 30.1185125 ], [ 120.2787489, 30.1179465 ], [ 120.2786126, 30.1176871 ], [ 120.2786126, 30.1170858 ], [ 120.2784354, 30.1167557 ], [ 120.2783672, 30.1164609 ], [ 120.2783859, 30.1161783 ], [ 120.2783945, 30.1160483 ], [ 120.2784354, 30.1157771 ], [ 120.278708, 30.1155767 ], [ 120.2791851, 30.1154705 ], [ 120.2798802, 30.1154823 ], [ 120.2803573, 30.1155059 ], [ 120.2808616, 30.1154352 ], [ 120.2811751, 30.1152347 ], [ 120.2816794, 30.1150107 ], [ 120.281843, 30.114881 ], [ 120.2820066, 30.1147985 ], [ 120.282211, 30.1148103 ], [ 120.2824427, 30.114881 ], [ 120.2828108, 30.1149753 ], [ 120.2829743, 30.115105 ], [ 120.2829743, 30.1152465 ], [ 120.283097, 30.1152937 ], [ 120.2833424, 30.115329 ], [ 120.2834787, 30.1154234 ], [ 120.2835196, 30.1155767 ], [ 120.2836559, 30.1155767 ], [ 120.2835741, 30.1151876 ], [ 120.2834923, 30.1150579 ], [ 120.2834378, 30.1149753 ], [ 120.2835468, 30.1148456 ], [ 120.2837649, 30.1147513 ], [ 120.2840103, 30.114598 ], [ 120.2844055, 30.1145273 ], [ 120.2849099, 30.1144919 ], [ 120.2852915, 30.1144448 ], [ 120.2856186, 30.1143268 ], [ 120.2861639, 30.1141971 ], [ 120.286618323290782, 30.113991609849155 ], [ 120.286495155258081, 30.113857562347302 ], [ 120.2862593, 30.1139731 ], [ 120.2852735, 30.1141437 ], [ 120.2852012, 30.1141562 ], [ 120.2851688, 30.1141618 ], [ 120.2847054, 30.1142089 ], [ 120.2842965, 30.1141736 ], [ 120.2837104, 30.1142679 ], [ 120.2832878, 30.1144683 ], [ 120.2828789, 30.1145862 ], [ 120.2825791, 30.1145509 ], [ 120.2819521, 30.1144683 ], [ 120.2818327, 30.1144824 ], [ 120.2816522, 30.1145037 ], [ 120.2815159, 30.1145627 ], [ 120.2812978, 30.1146924 ], [ 120.280957, 30.1149164 ], [ 120.2807389, 30.1150107 ], [ 120.2804254, 30.1149871 ], [ 120.2799756, 30.1149871 ], [ 120.2797575, 30.1149635 ], [ 120.2797303, 30.1148221 ], [ 120.2797439, 30.1145037 ], [ 120.2798121, 30.1139731 ], [ 120.2797712, 30.1132893 ], [ 120.2797134, 30.1130644 ], [ 120.2796201, 30.1129892 ], [ 120.2795293, 30.1126915 ], [ 120.2795754, 30.1125142 ], [ 120.2795122, 30.112346 ], [ 120.2794713, 30.1120276 ], [ 120.2793214, 30.1087969 ], [ 120.2792941, 30.1086318 ], [ 120.2788443, 30.1083488 ], [ 120.2786944, 30.1081837 ], [ 120.2785035, 30.1080894 ], [ 120.2785308, 30.1079597 ], [ 120.2781764, 30.1078771 ], [ 120.278081, 30.1079832 ], [ 120.278081, 30.1081247 ], [ 120.2781492, 30.1082544 ], [ 120.2783536, 30.1082544 ], [ 120.2784627, 30.1081719 ], [ 120.2786262, 30.1082427 ], [ 120.2788307, 30.1084431 ], [ 120.2791442, 30.10862 ], [ 120.279226, 30.1087143 ], [ 120.2792669, 30.1098581 ], [ 120.2793759, 30.112063 ], [ 120.2794168, 30.112287 ], [ 120.2793486, 30.1124167 ], [ 120.2792941, 30.1126054 ], [ 120.2793486, 30.1128412 ], [ 120.2794032, 30.113077 ], [ 120.2795395, 30.1133128 ], [ 120.2795395, 30.1135369 ], [ 120.2794713, 30.1136901 ], [ 120.2794577, 30.1139024 ], [ 120.2795531, 30.1142207 ], [ 120.2793759, 30.1147041 ], [ 120.2793759, 30.1148338 ], [ 120.2792547, 30.1149081 ], [ 120.2790488, 30.1150343 ], [ 120.2786944, 30.1151286 ], [ 120.2782855, 30.1151404 ], [ 120.2781343, 30.1151473 ], [ 120.2777675, 30.115164 ], [ 120.2774813, 30.1151876 ], [ 120.2772904, 30.1152111 ], [ 120.2768637, 30.1152141 ], [ 120.2756003, 30.1152229 ], [ 120.2731331, 30.1151994 ], [ 120.2728605, 30.1151876 ], [ 120.2726561, 30.1149989 ], [ 120.2726016, 30.1149282 ], [ 120.272438, 30.114598 ], [ 120.2722063, 30.1140439 ], [ 120.2720563, 30.1136666 ], [ 120.2720154, 30.1129002 ], [ 120.2720154, 30.1126408 ], [ 120.2721654, 30.1125111 ], [ 120.2724244, 30.1124757 ], [ 120.2729014, 30.1124757 ], [ 120.273174, 30.1124285 ], [ 120.2733785, 30.1123106 ], [ 120.2734875, 30.1120866 ], [ 120.2737329, 30.1120276 ], [ 120.2739373, 30.1117918 ], [ 120.2742508, 30.1114145 ], [ 120.2745916, 30.1108249 ], [ 120.2749733, 30.1102236 ], [ 120.2750687, 30.1099052 ], [ 120.2752186, 30.1096222 ], [ 120.2753822, 30.1094336 ], [ 120.2756548, 30.1087497 ], [ 120.2756548, 30.1085846 ], [ 120.2757911, 30.1084313 ], [ 120.2761318, 30.1083959 ], [ 120.2763908, 30.1081955 ], [ 120.2766089, 30.1079597 ], [ 120.2770996, 30.1076295 ], [ 120.2772904, 30.107488 ], [ 120.2774949, 30.1071107 ], [ 120.2776994, 30.1068513 ], [ 120.278081, 30.1066744 ], [ 120.2782718, 30.1064386 ], [ 120.278967, 30.1058726 ], [ 120.2793895, 30.1055778 ], [ 120.2794168, 30.1054363 ], [ 120.2795395, 30.105224 ], [ 120.2796349, 30.1050235 ], [ 120.2794577, 30.104717 ], [ 120.2793077, 30.104658 ], [ 120.2791324, 30.1048571 ], [ 120.2790897, 30.1049056 ], [ 120.2791442, 30.105 ], [ 120.2793759, 30.1051886 ], [ 120.2794168, 30.1053183 ], [ 120.2792669, 30.105448 ], [ 120.2781764, 30.1063796 ], [ 120.277972, 30.1065683 ], [ 120.2776857, 30.1066626 ], [ 120.2774404, 30.1068277 ], [ 120.2773041, 30.1070399 ], [ 120.2772223, 30.1071932 ], [ 120.2770042, 30.1073111 ], [ 120.2766498, 30.1073347 ], [ 120.2764317, 30.1072404 ], [ 120.2762273, 30.1072286 ], [ 120.2760501, 30.1073347 ], [ 120.2758047, 30.1075588 ], [ 120.2753277, 30.108054 ], [ 120.2748097, 30.1086318 ], [ 120.2739646, 30.1098109 ], [ 120.2737738, 30.1100703 ], [ 120.2735693, 30.1102118 ], [ 120.273324, 30.1108132 ], [ 120.2731877, 30.1110961 ], [ 120.272956, 30.1112494 ], [ 120.2727924, 30.1112376 ], [ 120.2726561, 30.1110961 ], [ 120.2727242, 30.1109075 ], [ 120.2729151, 30.1104712 ], [ 120.2735693, 30.1092921 ], [ 120.2742236, 30.1080422 ], [ 120.2741009, 30.1079125 ], [ 120.273801, 30.10783 ], [ 120.2737465, 30.1076767 ], [ 120.2740055, 30.107146 ], [ 120.274428, 30.1065329 ], [ 120.2747961, 30.1061202 ], [ 120.2750414, 30.1059315 ], [ 120.2751368, 30.105731 ], [ 120.2751777, 30.1054952 ], [ 120.2752868, 30.1053419 ], [ 120.2755457, 30.1053891 ], [ 120.2758183, 30.1054127 ], [ 120.2759001, 30.105283 ], [ 120.2758047, 30.1050353 ], [ 120.2758865, 30.1048467 ], [ 120.2759955, 30.1047523 ], [ 120.276309, 30.1046462 ], [ 120.2765408, 30.1045165 ], [ 120.2764181, 30.1042453 ], [ 120.2762682, 30.1039741 ], [ 120.2761864, 30.1041627 ], [ 120.2759819, 30.1044104 ], [ 120.2757093, 30.1045519 ], [ 120.2754094, 30.1046698 ], [ 120.2751777, 30.1048585 ], [ 120.2748778, 30.1052476 ], [ 120.2745643, 30.1056367 ], [ 120.2743871, 30.1058961 ], [ 120.2742372, 30.1061791 ], [ 120.273951, 30.1065565 ], [ 120.2737465, 30.1067687 ], [ 120.2732558, 30.1074055 ], [ 120.2729832, 30.1078771 ], [ 120.2727106, 30.1084903 ], [ 120.2725334, 30.1090681 ], [ 120.2723426, 30.1092803 ], [ 120.2720972, 30.1095397 ], [ 120.2720018, 30.1097519 ], [ 120.27192, 30.1100114 ], [ 120.271811, 30.1101528 ], [ 120.2715656, 30.1103651 ], [ 120.271293, 30.1106127 ], [ 120.2712385, 30.1108721 ], [ 120.2712249, 30.1110608 ], [ 120.271293, 30.1112258 ], [ 120.2714293, 30.1117918 ], [ 120.2715384, 30.112004 ], [ 120.2717156, 30.1122635 ], [ 120.2717468, 30.1123489 ], [ 120.2717974, 30.1124875 ], [ 120.2718246, 30.1127705 ], [ 120.2717701, 30.113136 ], [ 120.2717565, 30.1134543 ], [ 120.271811, 30.1136784 ], [ 120.2718791, 30.1138788 ], [ 120.2719882, 30.1145037 ], [ 120.2720018, 30.1147985 ], [ 120.2719882, 30.1149518 ], [ 120.2715929, 30.1150697 ], [ 120.2711158, 30.1151758 ], [ 120.2702844, 30.115105 ], [ 120.2693842, 30.1151856 ], [ 120.2688396, 30.1151522 ], [ 120.2674901, 30.1151522 ], [ 120.2672312, 30.115105 ], [ 120.2668631, 30.1149989 ], [ 120.2666873, 30.1147461 ], [ 120.2667198, 30.1151993 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2666683, 30.1146483 ], [ 120.2669475, 30.1148099 ], [ 120.2672863, 30.1148622 ], [ 120.2673316, 30.114761 ], [ 120.2674661, 30.1147296 ], [ 120.2681931, 30.1147449 ], [ 120.2681931, 30.1149736 ], [ 120.2687446, 30.1149684 ], [ 120.2687146, 30.1143247 ], [ 120.2681352, 30.1143107 ], [ 120.2681279, 30.113945 ], [ 120.2672644, 30.1139442 ], [ 120.2672659, 30.1135486 ], [ 120.2665678, 30.113587 ], [ 120.2664939, 30.1143515 ], [ 120.2666683, 30.1146483 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2664411, 30.1171911 ], [ 120.2664411, 30.1178125 ], [ 120.2665955, 30.1179714 ], [ 120.2678587, 30.118303 ], [ 120.2678872, 30.1171715 ], [ 120.2679012, 30.1167584 ], [ 120.2676824, 30.1167496 ], [ 120.267625, 30.1171017 ], [ 120.2675667, 30.1172645 ], [ 120.2672089, 30.1172681 ], [ 120.2671304, 30.1170954 ], [ 120.2672472, 30.1167442 ], [ 120.2672509, 30.1163527 ], [ 120.2672406, 30.1158916 ], [ 120.2670959, 30.1158916 ], [ 120.2668939, 30.1157845 ], [ 120.2668513, 30.1156733 ], [ 120.2667205, 30.1157243 ], [ 120.2665418, 30.1160033 ], [ 120.266314, 30.1166257 ], [ 120.2667652, 30.1166998 ], [ 120.2667525, 30.116952 ], [ 120.2662813, 30.1169451 ], [ 120.2662376, 30.1171138 ], [ 120.2664411, 30.1171911 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2660021, 30.1221774 ], [ 120.2679676, 30.1224613 ], [ 120.2679834, 30.1220704 ], [ 120.2682817, 30.1216807 ], [ 120.2681403, 30.1213936 ], [ 120.2682047, 30.1210809 ], [ 120.2683305, 30.1208978 ], [ 120.2680953, 30.120778 ], [ 120.2665314, 30.1208452 ], [ 120.2665976, 30.1202975 ], [ 120.2666406, 30.11994 ], [ 120.2660546, 30.1197283 ], [ 120.2660274, 30.1203366 ], [ 120.2659256, 30.1217884 ], [ 120.2660021, 30.1221774 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2909078, 30.1187249 ], [ 120.29096492806957, 30.118722151527408 ], [ 120.2909078, 30.11865997731838 ], [ 120.2909078, 30.1187249 ] ] ], [ [ [ 120.2919446, 30.119906 ], [ 120.2919319, 30.1201466 ], [ 120.2920457, 30.1203434 ], [ 120.2923112, 30.1205512 ], [ 120.2923365, 30.1204419 ], [ 120.292196589015191, 30.120062605452546 ], [ 120.291851693513593, 30.119687245228196 ], [ 120.2919446, 30.119906 ] ] ], [ [ [ 120.2983801, 30.1269049 ], [ 120.2989743, 30.1279547 ], [ 120.299086099907356, 30.12834149562612 ], [ 120.299691, 30.128219 ], [ 120.298168933720433, 30.126562489150963 ], [ 120.2983801, 30.1269049 ] ] ], [ [ [ 120.2961169, 30.1287968 ], [ 120.295156, 30.1285453 ], [ 120.293702, 30.128589 ], [ 120.2927032, 30.1291686 ], [ 120.2926905, 30.1304699 ], [ 120.2929308, 30.1306011 ], [ 120.2932721, 30.1312681 ], [ 120.2933338, 30.1313382 ], [ 120.2934608, 30.1314825 ], [ 120.2937399, 30.1317602 ], [ 120.2940687, 30.1320882 ], [ 120.2945238, 30.1323835 ], [ 120.2948652, 30.132635 ], [ 120.2952698, 30.1329083 ], [ 120.2957882, 30.1334223 ], [ 120.296433, 30.1339471 ], [ 120.2970019, 30.134144 ], [ 120.297318, 30.1343736 ], [ 120.2975077, 30.134647 ], [ 120.2975962, 30.1347344 ], [ 120.2974445, 30.1349531 ], [ 120.2980008, 30.1353249 ], [ 120.29879, 30.1358722 ], [ 120.2992778, 30.1362106 ], [ 120.3001628, 30.1366808 ], [ 120.300757, 30.1370307 ], [ 120.301111, 30.1359263 ], [ 120.3008202, 30.1358607 ], [ 120.3006432, 30.1357514 ], [ 120.3005168, 30.1356092 ], [ 120.3002892, 30.1354452 ], [ 120.2998846, 30.135303 ], [ 120.2988858, 30.1348329 ], [ 120.2982536, 30.1345158 ], [ 120.2978111, 30.1342533 ], [ 120.2976088, 30.1340784 ], [ 120.2975582, 30.1338378 ], [ 120.2975582, 30.133784056846849 ], [ 120.295217, 30.132434 ], [ 120.294248220700865, 30.130880357215698 ], [ 120.2939296, 30.1305792 ], [ 120.2937779, 30.1302293 ], [ 120.293689108825149, 30.129983702908451 ], [ 120.293385, 30.129496 ], [ 120.29385430726856, 30.129400962673333 ], [ 120.293879, 30.1293763 ], [ 120.294056, 30.1292998 ], [ 120.294318573952111, 30.129306946093109 ], [ 120.296765969594631, 30.128811334891793 ], [ 120.2961169, 30.1287968 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.301111, 30.1359263 ], [ 120.300757, 30.1370307 ], [ 120.3017432, 30.1375774 ], [ 120.3024133, 30.1378836 ], [ 120.3025003, 30.137948 ], [ 120.3026059, 30.1380201 ], [ 120.3027457, 30.1380937 ], [ 120.3043604, 30.1388239 ], [ 120.3061811, 30.1396768 ], [ 120.3072305, 30.1401579 ], [ 120.3077362, 30.1403328 ], [ 120.3081281, 30.1403 ], [ 120.3084442, 30.1402672 ], [ 120.3086718, 30.1403219 ], [ 120.308912, 30.1402563 ], [ 120.309266, 30.1400595 ], [ 120.3097844, 30.139797 ], [ 120.3100626, 30.1397752 ], [ 120.3100499, 30.1396658 ], [ 120.3100677, 30.1395609 ], [ 120.3105051, 30.1390863 ], [ 120.3112258, 30.1382444 ], [ 120.3114786, 30.1377414 ], [ 120.3116683, 30.1371947 ], [ 120.3123763, 30.1351062 ], [ 120.3128252, 30.1339992 ], [ 120.3130591, 30.1334223 ], [ 120.3133625, 30.1321101 ], [ 120.313524373175369, 30.131309055371599 ], [ 120.312851, 30.131602 ], [ 120.311888335713377, 30.133501666451565 ], [ 120.31177, 30.1339001 ], [ 120.31167351457789, 30.133925582150763 ], [ 120.311246291944599, 30.134768638775071 ], [ 120.3111292, 30.1351002 ], [ 120.3111839, 30.1355664 ], [ 120.310946, 30.1364825 ], [ 120.3109235, 30.1367335 ], [ 120.3106871, 30.1372709 ], [ 120.3103808, 30.1372792 ], [ 120.3099405, 30.1381788 ], [ 120.3096784, 30.1384712 ], [ 120.3095939, 30.1385654 ], [ 120.3093071, 30.1388183 ], [ 120.309157981532451, 30.138889590684801 ], [ 120.308537, 30.140115 ], [ 120.30118049987081, 30.135872862050128 ], [ 120.301111, 30.1359263 ] ] ], [ [ [ 120.3158027, 30.1319023 ], [ 120.3159671, 30.131793 ], [ 120.315101076993855, 30.130623125294349 ], [ 120.31487787317667, 30.130720228003028 ], [ 120.3158027, 30.1319023 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3574376, 30.1695764 ], [ 120.3589054, 30.1691848 ], [ 120.3599654, 30.169058 ], [ 120.3628931, 30.1685546 ], [ 120.3629714, 30.1684115 ], [ 120.3637403, 30.1683837 ], [ 120.364124, 30.1682964 ], [ 120.3641896, 30.1679964 ], [ 120.3634111, 30.1680223 ], [ 120.3620929, 30.1683988 ], [ 120.361073, 30.168575 ], [ 120.3604627, 30.1686686 ], [ 120.3597916, 30.1688755 ], [ 120.3581101, 30.1690799 ], [ 120.3573118, 30.1693651 ], [ 120.3572779, 30.1695562 ], [ 120.3574376, 30.1695764 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2741176, 30.1398758 ], [ 120.2742004, 30.1398532 ], [ 120.2746779, 30.1399048 ], [ 120.2748026, 30.1399071 ], [ 120.2749059, 30.1399245 ], [ 120.2750105, 30.1399535 ], [ 120.275107, 30.1400045 ], [ 120.2752747, 30.1401251 ], [ 120.2753337, 30.140175 ], [ 120.2753685, 30.1402203 ], [ 120.2756943, 30.1401251 ], [ 120.2757018, 30.1400561 ], [ 120.2757031, 30.1400271 ], [ 120.2757166, 30.1399987 ], [ 120.2757394, 30.139986 ], [ 120.2757642, 30.1399837 ], [ 120.2758225, 30.13999 ], [ 120.2760579, 30.140015 ], [ 120.2768853, 30.1401217 ], [ 120.2775511, 30.1402036 ], [ 120.277769, 30.1401961 ], [ 120.2784575, 30.1401471 ], [ 120.2785795, 30.1401094 ], [ 120.278671, 30.140034 ], [ 120.2787189, 30.1399549 ], [ 120.2787538, 30.1398532 ], [ 120.2788235, 30.1397816 ], [ 120.2789237, 30.1396723 ], [ 120.2790065, 30.1396195 ], [ 120.2791067, 30.1395969 ], [ 120.2792747, 30.1395209 ], [ 120.2793845, 30.1394903 ], [ 120.2795402, 30.1394658 ], [ 120.2797101, 30.1395056 ], [ 120.2798127, 30.1395423 ], [ 120.2798835, 30.1396341 ], [ 120.2799118, 30.1397198 ], [ 120.2799649, 30.1398147 ], [ 120.2801418, 30.1400626 ], [ 120.2802126, 30.1400871 ], [ 120.2802763, 30.1401055 ], [ 120.2803436, 30.1401147 ], [ 120.2804604, 30.1400902 ], [ 120.2805807, 30.1400932 ], [ 120.2810479, 30.1401244 ], [ 120.2813133, 30.1401453 ], [ 120.2818829, 30.1402288 ], [ 120.2819493, 30.1402434 ], [ 120.2820405, 30.1402562 ], [ 120.282276, 30.1402065 ], [ 120.2825626, 30.1401238 ], [ 120.2827856, 30.1400657 ], [ 120.2831112, 30.1399371 ], [ 120.283405, 30.1397902 ], [ 120.2837164, 30.1396005 ], [ 120.2838191, 30.1395515 ], [ 120.2839359, 30.139527 ], [ 120.2840491, 30.1394964 ], [ 120.2841978, 30.1394168 ], [ 120.2842508, 30.1393648 ], [ 120.2842721, 30.1392913 ], [ 120.284265, 30.1392362 ], [ 120.2841517, 30.1392852 ], [ 120.2838509, 30.1394382 ], [ 120.2837837, 30.1394995 ], [ 120.2835465, 30.1395913 ], [ 120.2833377, 30.1396555 ], [ 120.2832139, 30.1396739 ], [ 120.2831335, 30.1397018 ], [ 120.283037, 30.1397494 ], [ 120.282982, 30.1398062 ], [ 120.2829216, 30.139848 ], [ 120.2827889, 30.1398874 ], [ 120.2826521, 30.1399083 ], [ 120.282545, 30.1399188 ], [ 120.2824911, 30.1399303 ], [ 120.2824, 30.1399442 ], [ 120.2822779, 30.1399697 ], [ 120.2821202, 30.1399739 ], [ 120.2820353, 30.1399555 ], [ 120.2818548, 30.1398912 ], [ 120.2817416, 30.1398239 ], [ 120.2816849, 30.1397627 ], [ 120.2816035, 30.1397137 ], [ 120.2814797, 30.1396831 ], [ 120.2813275, 30.1396892 ], [ 120.2805701, 30.1397168 ], [ 120.2805135, 30.1396923 ], [ 120.2804887, 30.1396341 ], [ 120.2804533, 30.1394352 ], [ 120.2804321, 30.1392852 ], [ 120.2803648, 30.1391842 ], [ 120.2801949, 30.1390036 ], [ 120.2800569, 30.1389883 ], [ 120.2795508, 30.1389853 ], [ 120.2793101, 30.1390128 ], [ 120.2791721, 30.1390801 ], [ 120.2790624, 30.1392026 ], [ 120.278889, 30.1394015 ], [ 120.2788288, 30.1395086 ], [ 120.278758, 30.139579 ], [ 120.2785987, 30.139729 ], [ 120.2784997, 30.1398361 ], [ 120.2784076, 30.1398576 ], [ 120.2782802, 30.139882 ], [ 120.2781528, 30.1398943 ], [ 120.277944, 30.1398912 ], [ 120.2778414, 30.1398698 ], [ 120.277629, 30.1398759 ], [ 120.2774874, 30.1399096 ], [ 120.2773069, 30.1399065 ], [ 120.2771898, 30.1398964 ], [ 120.2770238, 30.139882 ], [ 120.2769035, 30.1398576 ], [ 120.2766274, 30.1397474 ], [ 120.2764717, 30.1397229 ], [ 120.2759691, 30.13968 ], [ 120.2757851, 30.1396341 ], [ 120.2756435, 30.1395637 ], [ 120.2756086, 30.1394594 ], [ 120.2756187, 30.1393342 ], [ 120.27564, 30.1392393 ], [ 120.2756931, 30.139022 ], [ 120.2757462, 30.1388965 ], [ 120.2757391, 30.1387924 ], [ 120.2757214, 30.1387067 ], [ 120.2757391, 30.1386088 ], [ 120.2757674, 30.1385384 ], [ 120.275824, 30.1384925 ], [ 120.2761992, 30.1382721 ], [ 120.2766587, 30.1380804 ], [ 120.2768256, 30.1379905 ], [ 120.2769495, 30.1379079 ], [ 120.2772078, 30.1375895 ], [ 120.2772468, 30.137513 ], [ 120.2772612, 30.1374007 ], [ 120.2772574, 30.1373386 ], [ 120.2772574, 30.1372773 ], [ 120.2772729, 30.137214 ], [ 120.2775724, 30.1365611 ], [ 120.2776361, 30.1364938 ], [ 120.2777069, 30.1364203 ], [ 120.2780183, 30.1357225 ], [ 120.2779076, 30.1356848 ], [ 120.2778024, 30.135649 ], [ 120.2774754, 30.1362293 ], [ 120.2774459, 30.1363129 ], [ 120.2774124, 30.1364068 ], [ 120.2773909, 30.1364764 ], [ 120.2773487, 30.1365524 ], [ 120.2773091, 30.1366138 ], [ 120.2772742, 30.136677 ], [ 120.2772166, 30.1367663 ], [ 120.2771562, 30.1368881 ], [ 120.2770999, 30.137003 ], [ 120.2770418, 30.137113 ], [ 120.2769846, 30.1372231 ], [ 120.2769358, 30.1373329 ], [ 120.2769086, 30.1374251 ], [ 120.2768752, 30.1375467 ], [ 120.276815, 30.1376293 ], [ 120.2767053, 30.1376936 ], [ 120.2762027, 30.1379017 ], [ 120.2760718, 30.137966 ], [ 120.2759408, 30.1381129 ], [ 120.2756966, 30.1384129 ], [ 120.2756329, 30.1385384 ], [ 120.2755409, 30.1386149 ], [ 120.275463, 30.1386945 ], [ 120.2754099, 30.1388077 ], [ 120.2753781, 30.1389332 ], [ 120.2753565, 30.1390779 ], [ 120.2753136, 30.1393168 ], [ 120.2752867, 30.1394791 ], [ 120.2752259, 30.1395821 ], [ 120.275056, 30.1396831 ], [ 120.2749357, 30.1397106 ], [ 120.274826, 30.1397015 ], [ 120.2747516, 30.1396617 ], [ 120.2746349, 30.1396372 ], [ 120.2744544, 30.1396311 ], [ 120.274242, 30.1396464 ], [ 120.2741323, 30.1396862 ], [ 120.2739104, 30.1397138 ], [ 120.2738971, 30.1398877 ], [ 120.2741176, 30.1398758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2695386, 30.1403198 ], [ 120.2695386, 30.140287 ], [ 120.2695746, 30.140287 ], [ 120.2695992, 30.1403034 ], [ 120.2696732, 30.140228 ], [ 120.2696296, 30.1401853 ], [ 120.2699198, 30.1399656 ], [ 120.2699843, 30.1399262 ], [ 120.2700449, 30.1399196 ], [ 120.2701113, 30.1399229 ], [ 120.2704944, 30.1399508 ], [ 120.270576, 30.1399492 ], [ 120.2706557, 30.1399377 ], [ 120.2707239, 30.1399196 ], [ 120.2707979, 30.1399114 ], [ 120.2708757, 30.1399278 ], [ 120.2710236, 30.1399672 ], [ 120.2710558, 30.1399934 ], [ 120.2711564, 30.1400164 ], [ 120.2712607, 30.1400394 ], [ 120.2713233, 30.140041 ], [ 120.271329, 30.1400066 ], [ 120.2714845, 30.1400066 ], [ 120.2714864, 30.1400361 ], [ 120.2715243, 30.1400426 ], [ 120.27175, 30.1400098 ], [ 120.2718183, 30.1399984 ], [ 120.2718581, 30.1399639 ], [ 120.2719036, 30.1399311 ], [ 120.2719719, 30.1399016 ], [ 120.2720554, 30.1398835 ], [ 120.2721274, 30.1398835 ], [ 120.2721862, 30.1398983 ], [ 120.2723703, 30.1399041 ], [ 120.2725126, 30.1399123 ], [ 120.2726472, 30.1399287 ], [ 120.2727686, 30.1399418 ], [ 120.2729052, 30.1399418 ], [ 120.2730721, 30.1399385 ], [ 120.2732959, 30.13995 ], [ 120.2734571, 30.1399549 ], [ 120.2735462, 30.1399664 ], [ 120.2736107, 30.1399845 ], [ 120.2736866, 30.139991 ], [ 120.2737359, 30.1399763 ], [ 120.273789, 30.1399484 ], [ 120.2738174, 30.1399336 ], [ 120.273844, 30.1398943 ], [ 120.2738971, 30.1398877 ], [ 120.2739104, 30.1397138 ], [ 120.2738117, 30.1397106 ], [ 120.2736657, 30.1396843 ], [ 120.2735993, 30.1396515 ], [ 120.2735538, 30.1395957 ], [ 120.2735254, 30.13954 ], [ 120.2735045, 30.1394941 ], [ 120.2734476, 30.1394399 ], [ 120.2733888, 30.1394153 ], [ 120.2733167, 30.1393809 ], [ 120.273275, 30.139376 ], [ 120.2731062, 30.139353 ], [ 120.272761, 30.1392693 ], [ 120.2726017, 30.1392415 ], [ 120.2717084, 30.1392021 ], [ 120.2715624, 30.1391923 ], [ 120.271496, 30.1391791 ], [ 120.2714637, 30.139143 ], [ 120.2714524, 30.1390709 ], [ 120.271441, 30.1387609 ], [ 120.2714486, 30.1380162 ], [ 120.271403, 30.1378555 ], [ 120.2712589, 30.1377718 ], [ 120.2711527, 30.1376849 ], [ 120.2710655, 30.1375717 ], [ 120.2710199, 30.1374405 ], [ 120.2710161, 30.1372912 ], [ 120.2709687, 30.1371748 ], [ 120.2709403, 30.1370731 ], [ 120.2708834, 30.1370468 ], [ 120.2708606, 30.1370075 ], [ 120.2708701, 30.1369681 ], [ 120.2708948, 30.1369484 ], [ 120.2709327, 30.1369353 ], [ 120.2709573, 30.1369304 ], [ 120.2709365, 30.1368156 ], [ 120.270908, 30.1367483 ], [ 120.2709061, 30.1366844 ], [ 120.2709441, 30.1365909 ], [ 120.2709649, 30.136522 ], [ 120.270963, 30.1364465 ], [ 120.2710086, 30.1364137 ], [ 120.2710389, 30.1363629 ], [ 120.2710389, 30.1362973 ], [ 120.2710275, 30.1362021 ], [ 120.2709611, 30.1361874 ], [ 120.270963, 30.1361513 ], [ 120.2709611, 30.1361086 ], [ 120.2709441, 30.1360643 ], [ 120.2709004, 30.1360299 ], [ 120.2708587, 30.136025 ], [ 120.2708284, 30.1360201 ], [ 120.2708094, 30.1359922 ], [ 120.2708018, 30.1359544 ], [ 120.2708018, 30.1359134 ], [ 120.2707352, 30.1359072 ], [ 120.2706575, 30.1358999 ], [ 120.2705342, 30.1358829 ], [ 120.2704434, 30.1358856 ], [ 120.2703523, 30.1359118 ], [ 120.2703163, 30.1359544 ], [ 120.2702916, 30.1360151 ], [ 120.2702613, 30.1360955 ], [ 120.2701608, 30.1360578 ], [ 120.2701418, 30.1360332 ], [ 120.2701342, 30.1360135 ], [ 120.2701058, 30.1360184 ], [ 120.2700773, 30.1360397 ], [ 120.2700015, 30.1360988 ], [ 120.2699465, 30.1361135 ], [ 120.269863, 30.1361447 ], [ 120.2697852, 30.1361611 ], [ 120.2697321, 30.1361775 ], [ 120.2696923, 30.1362103 ], [ 120.2696733, 30.1362464 ], [ 120.269664, 30.136338 ], [ 120.2697524, 30.1364941 ], [ 120.2697984, 30.1365247 ], [ 120.2698657, 30.13654 ], [ 120.2702267, 30.136589 ], [ 120.2703045, 30.1366227 ], [ 120.2703435, 30.1366778 ], [ 120.2703612, 30.1369471 ], [ 120.2703789, 30.1369838 ], [ 120.2703789, 30.1370542 ], [ 120.2703541, 30.1371614 ], [ 120.2703389, 30.1372297 ], [ 120.2703351, 30.1372871 ], [ 120.2703351, 30.1373379 ], [ 120.270301, 30.1373396 ], [ 120.270301, 30.1374823 ], [ 120.2702687, 30.137479 ], [ 120.2702156, 30.1375479 ], [ 120.27021, 30.1375971 ], [ 120.2702175, 30.137666 ], [ 120.2702327, 30.1377021 ], [ 120.2702782, 30.1377267 ], [ 120.2703313, 30.1377382 ], [ 120.2703787, 30.137748 ], [ 120.27043, 30.1377841 ], [ 120.2704888, 30.137871 ], [ 120.2705096, 30.1379481 ], [ 120.2705172, 30.1379907 ], [ 120.2705589, 30.1380301 ], [ 120.2706196, 30.1380892 ], [ 120.2706613, 30.1381613 ], [ 120.2706803, 30.1382335 ], [ 120.2706689, 30.1383106 ], [ 120.2706462, 30.1384041 ], [ 120.2706367, 30.1385091 ], [ 120.2706443, 30.1386124 ], [ 120.2706576, 30.1387026 ], [ 120.2706879, 30.1389257 ], [ 120.2706879, 30.1390667 ], [ 120.2707277, 30.1391258 ], [ 120.2707144, 30.1391897 ], [ 120.2706689, 30.1392603 ], [ 120.2705931, 30.1392996 ], [ 120.2705267, 30.1393144 ], [ 120.2704356, 30.13938 ], [ 120.270301, 30.1395014 ], [ 120.2702631, 30.1394505 ], [ 120.2702005, 30.1394522 ], [ 120.2701834, 30.1394768 ], [ 120.2702118, 30.1395079 ], [ 120.2702175, 30.1395588 ], [ 120.2701758, 30.1395801 ], [ 120.2701303, 30.1395998 ], [ 120.2700734, 30.139649 ], [ 120.2700317, 30.1396523 ], [ 120.269897, 30.1396326 ], [ 120.2698837, 30.1396457 ], [ 120.2699672, 30.1396851 ], [ 120.2699786, 30.1397277 ], [ 120.2699539, 30.1397458 ], [ 120.2698193, 30.1398343 ], [ 120.2697339, 30.1399114 ], [ 120.2696789, 30.1399754 ], [ 120.2696637, 30.1400262 ], [ 120.2694077, 30.1402263 ], [ 120.269402, 30.1403166 ], [ 120.2695386, 30.1403198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2963738, 30.137668 ], [ 120.2965771, 30.1381673 ], [ 120.2966747, 30.138322 ], [ 120.2968291, 30.13854 ], [ 120.2969511, 30.1386243 ], [ 120.2971869, 30.1387439 ], [ 120.2972519, 30.1386384 ], [ 120.2979431, 30.1391377 ], [ 120.2980407, 30.1392572 ], [ 120.298091, 30.1392418 ], [ 120.2981789, 30.139215 ], [ 120.2982266, 30.1388845 ], [ 120.2982683, 30.1385962 ], [ 120.2984635, 30.1386103 ], [ 120.2984553, 30.1384064 ], [ 120.2983903, 30.1383501 ], [ 120.2982033, 30.1382024 ], [ 120.2980081, 30.138111 ], [ 120.2977317, 30.1380618 ], [ 120.2974796, 30.1376821 ], [ 120.2974308, 30.1376047 ], [ 120.2973333, 30.1374711 ], [ 120.2973251, 30.1373516 ], [ 120.2972845, 30.1372813 ], [ 120.2971869, 30.1372391 ], [ 120.2964389, 30.1375344 ], [ 120.2963657, 30.1375766 ], [ 120.2963738, 30.137668 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2894967, 30.140289 ], [ 120.2895621, 30.140214 ], [ 120.2894879, 30.1400675 ], [ 120.289436, 30.1398677 ], [ 120.2892502, 30.1396367 ], [ 120.2886549, 30.1396183 ], [ 120.2885225, 30.1401768 ], [ 120.2894967, 30.140289 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2906816, 30.1400447 ], [ 120.2908447, 30.1401216 ], [ 120.2911833, 30.1401857 ], [ 120.2912708, 30.1403912 ], [ 120.2914837, 30.1406151 ], [ 120.2919711, 30.1405066 ], [ 120.2928684, 30.1402661 ], [ 120.2930294, 30.1402005 ], [ 120.292948, 30.1400323 ], [ 120.2924686, 30.1401179 ], [ 120.2915943, 30.1400735 ], [ 120.2914955, 30.1398795 ], [ 120.2909456, 30.1397517 ], [ 120.2908541, 30.1396839 ], [ 120.290504, 30.1397746 ], [ 120.2906816, 30.1400447 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2917285, 30.1419836 ], [ 120.2917634, 30.1420589 ], [ 120.2917982, 30.1421494 ], [ 120.2918897, 30.1422587 ], [ 120.2919507, 30.1423302 ], [ 120.2920161, 30.1423529 ], [ 120.2921163, 30.1423679 ], [ 120.2922645, 30.1423453 ], [ 120.2925782, 30.142334 ], [ 120.2925913, 30.1424282 ], [ 120.2926218, 30.1424734 ], [ 120.2926871, 30.142481 ], [ 120.2930313, 30.1424699 ], [ 120.293271, 30.1424621 ], [ 120.2931664, 30.141765 ], [ 120.2916588, 30.1418592 ], [ 120.2917285, 30.1419836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2940876, 30.1415644 ], [ 120.294205, 30.1415507 ], [ 120.2942643, 30.1414576 ], [ 120.2942296, 30.1413808 ], [ 120.294237, 30.1412736 ], [ 120.2942476, 30.1411568 ], [ 120.2942895, 30.1409868 ], [ 120.2943184, 30.1408846 ], [ 120.2944169, 30.1408679 ], [ 120.2944617, 30.1410025 ], [ 120.2944257, 30.141468 ], [ 120.2943984, 30.1417947 ], [ 120.2944593, 30.1423215 ], [ 120.2945338, 30.1426836 ], [ 120.2945289, 30.1429349 ], [ 120.2945839, 30.1432561 ], [ 120.2947265, 30.1435469 ], [ 120.2947399, 30.1437611 ], [ 120.2948337, 30.1439928 ], [ 120.2950145, 30.1442881 ], [ 120.2951953, 30.1444676 ], [ 120.2953962, 30.1446471 ], [ 120.2954765, 30.1447919 ], [ 120.2957377, 30.1449367 ], [ 120.2961529, 30.145093 ], [ 120.29699, 30.1452668 ], [ 120.2976797, 30.1453768 ], [ 120.2978471, 30.1453536 ], [ 120.297961, 30.1454115 ], [ 120.298048, 30.1454115 ], [ 120.2981083, 30.1453536 ], [ 120.2984364, 30.1453247 ], [ 120.2991061, 30.1450641 ], [ 120.2992132, 30.1452668 ], [ 120.2991864, 30.1454057 ], [ 120.2990324, 30.1456547 ], [ 120.2989521, 30.1456547 ], [ 120.2989472, 30.1461067 ], [ 120.2995615, 30.1459559 ], [ 120.2995949, 30.1458458 ], [ 120.2996461, 30.1457299 ], [ 120.2995146, 30.1456432 ], [ 120.2994677, 30.145342 ], [ 120.2995213, 30.1453131 ], [ 120.2996217, 30.1451336 ], [ 120.2996351, 30.1449251 ], [ 120.299615, 30.1447803 ], [ 120.2994409, 30.1446124 ], [ 120.2995362, 30.1443684 ], [ 120.2996797, 30.1442313 ], [ 120.2998713, 30.1439817 ], [ 120.2998286, 30.1438143 ], [ 120.3001124, 30.1435649 ], [ 120.3006518, 30.1431626 ], [ 120.3006263, 30.1430653 ], [ 120.3007377, 30.1428199 ], [ 120.3013508, 30.1424398 ], [ 120.3020333, 30.1420661 ], [ 120.3022027, 30.1423433 ], [ 120.302308, 30.1428343 ], [ 120.3024328, 30.1427108 ], [ 120.3024007, 30.1422407 ], [ 120.3022905, 30.1419482 ], [ 120.3022849, 30.1418517 ], [ 120.3033171, 30.1414958 ], [ 120.3038194, 30.1414805 ], [ 120.3038658, 30.1414108 ], [ 120.304155, 30.1409765 ], [ 120.3044447, 30.1408678 ], [ 120.3046087, 30.140882 ], [ 120.3048249, 30.1409264 ], [ 120.3050673, 30.1408804 ], [ 120.3054325, 30.1406388 ], [ 120.3050482, 30.1404726 ], [ 120.3045515, 30.1403239 ], [ 120.3040635, 30.1404786 ], [ 120.3034884, 30.1411949 ], [ 120.3032618, 30.141241 ], [ 120.3033491, 30.1413783 ], [ 120.3031751, 30.1414117 ], [ 120.3028239, 30.1414632 ], [ 120.3026618, 30.1414005 ], [ 120.3025643, 30.141275 ], [ 120.3024214, 30.1414008 ], [ 120.3025192, 30.1416223 ], [ 120.3019213, 30.1418039 ], [ 120.3016874, 30.1421145 ], [ 120.3011844, 30.1423757 ], [ 120.3009134, 30.1423719 ], [ 120.3008419, 30.142319 ], [ 120.3006991, 30.1423941 ], [ 120.3007446, 30.1425745 ], [ 120.3002878, 30.1429428 ], [ 120.2999794, 30.1433121 ], [ 120.2996344, 30.1436673 ], [ 120.2995195, 30.1436393 ], [ 120.2993245, 30.1434776 ], [ 120.2991262, 30.1436518 ], [ 120.2992339, 30.1437904 ], [ 120.2993571, 30.1438343 ], [ 120.2994268, 30.1439507 ], [ 120.2993701, 30.1440942 ], [ 120.2989855, 30.1445255 ], [ 120.2987445, 30.1448556 ], [ 120.2984341, 30.1450761 ], [ 120.2983695, 30.145122 ], [ 120.2983226, 30.1451973 ], [ 120.2981351, 30.1451973 ], [ 120.298048, 30.1451799 ], [ 120.2979476, 30.1451452 ], [ 120.297673, 30.145122 ], [ 120.2974587, 30.1450641 ], [ 120.2968159, 30.1450351 ], [ 120.2962132, 30.1448614 ], [ 120.295885, 30.1448556 ], [ 120.2956306, 30.1446529 ], [ 120.2953694, 30.144346 ], [ 120.2951082, 30.1439985 ], [ 120.2950748, 30.1437148 ], [ 120.2948002, 30.1435121 ], [ 120.2947932, 30.1434293 ], [ 120.2947672, 30.1431191 ], [ 120.294604, 30.1421386 ], [ 120.2945926, 30.1420703 ], [ 120.2946879, 30.1420216 ], [ 120.2946877, 30.141741 ], [ 120.2946877, 30.1417095 ], [ 120.2946871, 30.1407708 ], [ 120.294687, 30.1405774 ], [ 120.2945188, 30.1405849 ], [ 120.2944479, 30.1406075 ], [ 120.2943581, 30.140636 ], [ 120.2942046, 30.1407459 ], [ 120.2940657, 30.1413256 ], [ 120.2940345, 30.1414735 ], [ 120.2940876, 30.1415644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2972551, 30.1448295 ], [ 120.2973597, 30.144837 ], [ 120.297412, 30.144724 ], [ 120.2974302, 30.1446559 ], [ 120.2974643, 30.1445281 ], [ 120.2975078, 30.1443698 ], [ 120.2976473, 30.1441362 ], [ 120.2976175, 30.1439815 ], [ 120.2975514, 30.1436388 ], [ 120.2976211, 30.1433374 ], [ 120.2978128, 30.143262 ], [ 120.2978564, 30.1431942 ], [ 120.2978564, 30.1430887 ], [ 120.2978564, 30.1430133 ], [ 120.2977083, 30.1429229 ], [ 120.2976821, 30.1428626 ], [ 120.2975514, 30.1428174 ], [ 120.2973074, 30.142953 ], [ 120.2972028, 30.1433148 ], [ 120.2971593, 30.1435936 ], [ 120.2972115, 30.1443698 ], [ 120.2972028, 30.1445507 ], [ 120.2970808, 30.1447315 ], [ 120.2972551, 30.1448295 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2690224, 30.1450176 ], [ 120.2701117, 30.1450703 ], [ 120.2703775, 30.1450703 ], [ 120.2706738, 30.1451193 ], [ 120.2708785, 30.1451645 ], [ 120.2709657, 30.1451532 ], [ 120.2710485, 30.1451155 ], [ 120.2714711, 30.1451268 ], [ 120.2717761, 30.1451645 ], [ 120.2727435, 30.1451833 ], [ 120.2728245, 30.1451527 ], [ 120.2729532, 30.1451457 ], [ 120.2732858, 30.1452153 ], [ 120.2732809, 30.145315 ], [ 120.2736236, 30.1453491 ], [ 120.2746955, 30.1454057 ], [ 120.2746955, 30.1455865 ], [ 120.2747173, 30.1458691 ], [ 120.2747042, 30.1460537 ], [ 120.2746606, 30.1463326 ], [ 120.2746258, 30.1465662 ], [ 120.2746171, 30.1472745 ], [ 120.2745953, 30.1477757 ], [ 120.2745953, 30.1478962 ], [ 120.2745691, 30.1479678 ], [ 120.2745735, 30.1482956 ], [ 120.2745822, 30.1483785 ], [ 120.2745953, 30.1484426 ], [ 120.274543, 30.1485292 ], [ 120.2745909, 30.1486159 ], [ 120.2745604, 30.1487289 ], [ 120.2745125, 30.1489512 ], [ 120.2745474, 30.1490341 ], [ 120.2745256, 30.1492414 ], [ 120.2745081, 30.1493054 ], [ 120.2745125, 30.1494787 ], [ 120.2744951, 30.1497839 ], [ 120.2744471, 30.149848 ], [ 120.2744091, 30.1501219 ], [ 120.2749944, 30.1501744 ], [ 120.2750092, 30.1498367 ], [ 120.2749569, 30.149686 ], [ 120.2749526, 30.1496106 ], [ 120.2750528, 30.1492376 ], [ 120.2749962, 30.1492037 ], [ 120.2750179, 30.1489964 ], [ 120.27497, 30.1489211 ], [ 120.2751312, 30.1484463 ], [ 120.2751879, 30.1483408 ], [ 120.2752925, 30.1482768 ], [ 120.2753099, 30.1482014 ], [ 120.2751835, 30.1479791 ], [ 120.2751835, 30.1477568 ], [ 120.2752358, 30.1473763 ], [ 120.2752573, 30.1473342 ], [ 120.2753186, 30.1472143 ], [ 120.2752489, 30.1471992 ], [ 120.2751835, 30.1467696 ], [ 120.2752576, 30.1466905 ], [ 120.275262, 30.1461818 ], [ 120.2752852, 30.1458406 ], [ 120.2752881, 30.1457975 ], [ 120.2753622, 30.1456129 ], [ 120.2753796, 30.1448329 ], [ 120.2755365, 30.1442112 ], [ 120.2754798, 30.1441848 ], [ 120.2754972, 30.1439324 ], [ 120.2755094, 30.1437169 ], [ 120.2755389, 30.143318 ], [ 120.2755737, 30.1432356 ], [ 120.2756448, 30.1431742 ], [ 120.2757172, 30.1431533 ], [ 120.2761191, 30.1431876 ], [ 120.2762271, 30.1431701 ], [ 120.2763392, 30.1431353 ], [ 120.2765071, 30.1430466 ], [ 120.276648, 30.1430095 ], [ 120.2768156, 30.1429875 ], [ 120.2769296, 30.1430083 ], [ 120.2770476, 30.143064 ], [ 120.277112, 30.1431197 ], [ 120.2771844, 30.1432171 ], [ 120.2772287, 30.1432797 ], [ 120.2772568, 30.1433522 ], [ 120.2772856, 30.1434015 ], [ 120.2773239, 30.1434386 ], [ 120.2773795, 30.1434699 ], [ 120.2774405, 30.1434966 ], [ 120.2774835, 30.1435273 ], [ 120.277511, 30.143572 ], [ 120.277523, 30.1436711 ], [ 120.2775485, 30.1437123 ], [ 120.2775934, 30.1437541 ], [ 120.277694, 30.1438039 ], [ 120.2777892, 30.1438144 ], [ 120.2779079, 30.1437929 ], [ 120.277987, 30.1437535 ], [ 120.2780239, 30.1437135 ], [ 120.2780554, 30.1436526 ], [ 120.2780809, 30.1436068 ], [ 120.2781031, 30.1435801 ], [ 120.2781238, 30.143576 ], [ 120.2781594, 30.1435813 ], [ 120.2781916, 30.1435946 ], [ 120.2782197, 30.1436265 ], [ 120.278266, 30.1436862 ], [ 120.2783049, 30.143721 ], [ 120.2783478, 30.1437599 ], [ 120.2783974, 30.1438103 ], [ 120.2784336, 30.1438637 ], [ 120.2784558, 30.143917 ], [ 120.2784779, 30.1439924 ], [ 120.2784993, 30.1440457 ], [ 120.2785221, 30.1441182 ], [ 120.2785396, 30.1442023 ], [ 120.2785349, 30.1443287 ], [ 120.2785242, 30.1444371 ], [ 120.278504, 30.1445682 ], [ 120.2784826, 30.1447538 ], [ 120.2784947, 30.1449834 ], [ 120.2784987, 30.1451133 ], [ 120.2785125, 30.1452335 ], [ 120.2785125, 30.1453777 ], [ 120.2784981, 30.1455219 ], [ 120.2784751, 30.1457854 ], [ 120.2784808, 30.1459842 ], [ 120.2785182, 30.1463621 ], [ 120.2784521, 30.1466828 ], [ 120.2783572, 30.1467922 ], [ 120.2783055, 30.1468692 ], [ 120.2782969, 30.1469736 ], [ 120.2783199, 30.1472868 ], [ 120.2783112, 30.1473689 ], [ 120.2782135, 30.1474733 ], [ 120.2781916, 30.147855 ], [ 120.2788353, 30.1478828 ], [ 120.2787826, 30.1474818 ], [ 120.2788436, 30.1469882 ], [ 120.2788741, 30.1468902 ], [ 120.278848, 30.1468224 ], [ 120.2789003, 30.1467659 ], [ 120.2789918, 30.146374 ], [ 120.2791486, 30.1460839 ], [ 120.2791748, 30.1457071 ], [ 120.2792271, 30.1447161 ], [ 120.2791617, 30.1447048 ], [ 120.2792053, 30.1445428 ], [ 120.2792096, 30.1441019 ], [ 120.2792256, 30.1439825 ], [ 120.2793838, 30.14326 ], [ 120.2794133, 30.1431962 ], [ 120.279483, 30.1431556 ], [ 120.2795689, 30.1431463 ], [ 120.2803574, 30.1430408 ], [ 120.2804151, 30.1430049 ], [ 120.2804299, 30.1429132 ], [ 120.2804079, 30.1427567 ], [ 120.2803937, 30.1426639 ], [ 120.2803628, 30.1426082 ], [ 120.2803253, 30.1425862 ], [ 120.280171, 30.1425584 ], [ 120.2798109, 30.1425005 ], [ 120.2793851, 30.1424702 ], [ 120.2790746, 30.1424666 ], [ 120.278905, 30.1424424 ], [ 120.2787535, 30.1424319 ], [ 120.2785604, 30.1424289 ], [ 120.2784297, 30.1424289 ], [ 120.2782452, 30.1424273 ], [ 120.2780293, 30.1424261 ], [ 120.2778161, 30.1424273 ], [ 120.2774842, 30.1424138 ], [ 120.2771312, 30.1423875 ], [ 120.2770441, 30.1423988 ], [ 120.2769177, 30.1423573 ], [ 120.2766083, 30.1423423 ], [ 120.276482, 30.1422933 ], [ 120.2763744, 30.1422127 ], [ 120.2762698, 30.1421756 ], [ 120.2759948, 30.142135 ], [ 120.2758768, 30.1421072 ], [ 120.2757856, 30.1420515 ], [ 120.2757105, 30.1419541 ], [ 120.2756703, 30.1417338 ], [ 120.2756676, 30.1415134 ], [ 120.2756703, 30.1412768 ], [ 120.2756628, 30.1410649 ], [ 120.275641, 30.1406541 ], [ 120.2756435, 30.1405751 ], [ 120.2756585, 30.1404394 ], [ 120.2756609, 30.1404035 ], [ 120.2756676, 30.1403362 ], [ 120.2756877, 30.1402237 ], [ 120.2756943, 30.1401251 ], [ 120.2753685, 30.1402203 ], [ 120.2754195, 30.1404058 ], [ 120.2754316, 30.1405079 ], [ 120.2754362, 30.1406278 ], [ 120.2754195, 30.1410159 ], [ 120.2753994, 30.1411168 ], [ 120.2753491, 30.141242 ], [ 120.2752398, 30.1414914 ], [ 120.2751704, 30.1416565 ], [ 120.2751432, 30.1417616 ], [ 120.275111, 30.1418602 ], [ 120.2750815, 30.1419309 ], [ 120.2750507, 30.1419611 ], [ 120.2749831, 30.1419767 ], [ 120.2749003, 30.1419805 ], [ 120.274848, 30.1420257 ], [ 120.274848, 30.1421614 ], [ 120.2747957, 30.1422782 ], [ 120.2747696, 30.1423912 ], [ 120.2747827, 30.1425005 ], [ 120.2748306, 30.1425721 ], [ 120.2748698, 30.1426475 ], [ 120.2748871, 30.1429005 ], [ 120.2749005, 30.143035 ], [ 120.2749434, 30.1433087 ], [ 120.2749729, 30.1435244 ], [ 120.2749622, 30.1437819 ], [ 120.2749005, 30.1439698 ], [ 120.2748549, 30.1441136 ], [ 120.27482, 30.1445311 ], [ 120.2747261, 30.1446076 ], [ 120.2742729, 30.1448001 ], [ 120.2739671, 30.1448581 ], [ 120.2736318, 30.1448396 ], [ 120.2730964, 30.1448329 ], [ 120.2729352, 30.1448292 ], [ 120.2724079, 30.1448216 ], [ 120.2710441, 30.1448028 ], [ 120.2706955, 30.1448028 ], [ 120.2704559, 30.1447839 ], [ 120.2701552, 30.1447425 ], [ 120.2699679, 30.1447274 ], [ 120.269628, 30.1447274 ], [ 120.2692751, 30.144735 ], [ 120.268264, 30.1446717 ], [ 120.2682551, 30.1449847 ], [ 120.2690224, 30.1450176 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2730049, 30.1499781 ], [ 120.2741622, 30.1499751 ], [ 120.2743144, 30.1499904 ], [ 120.2743675, 30.1500332 ], [ 120.2743852, 30.150073 ], [ 120.2744091, 30.1501219 ], [ 120.2744471, 30.149848 ], [ 120.2743781, 30.149868 ], [ 120.2739958, 30.1498863 ], [ 120.2738083, 30.1498618 ], [ 120.2735004, 30.1498312 ], [ 120.2732314, 30.1498129 ], [ 120.2729907, 30.1498098 ], [ 120.2730049, 30.1499781 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3239087, 30.145943 ], [ 120.3239579, 30.1452133 ], [ 120.3232269, 30.1451789 ], [ 120.3231663, 30.1459373 ], [ 120.3239087, 30.145943 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3243465, 30.1459836 ], [ 120.3243681, 30.1458399 ], [ 120.3244568, 30.1458171 ], [ 120.3244853, 30.1454456 ], [ 120.3242049, 30.1454456 ], [ 120.3241723, 30.1459581 ], [ 120.3243465, 30.1459836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3002936, 30.1456801 ], [ 120.3003982, 30.1456607 ], [ 120.3004953, 30.1456155 ], [ 120.3006073, 30.1454411 ], [ 120.3007268, 30.1454218 ], [ 120.3011974, 30.1454541 ], [ 120.3014289, 30.1454089 ], [ 120.3018024, 30.1453184 ], [ 120.3023401, 30.1451247 ], [ 120.3033783, 30.1447307 ], [ 120.3042373, 30.1445046 ], [ 120.304648, 30.1444336 ], [ 120.3047601, 30.14444 ], [ 120.3048124, 30.1444659 ], [ 120.3047974, 30.1447888 ], [ 120.3048572, 30.1448146 ], [ 120.3048273, 30.1450601 ], [ 120.3047526, 30.1450859 ], [ 120.3046854, 30.1454218 ], [ 120.3046256, 30.1454864 ], [ 120.3045136, 30.1454864 ], [ 120.3043642, 30.145467 ], [ 120.3041551, 30.1454734 ], [ 120.3041999, 30.145538 ], [ 120.3042597, 30.1456737 ], [ 120.3042298, 30.145777 ], [ 120.304185, 30.1459772 ], [ 120.3040431, 30.1462614 ], [ 120.303931, 30.1462679 ], [ 120.3034306, 30.1462485 ], [ 120.3026837, 30.1462872 ], [ 120.3026762, 30.1463389 ], [ 120.3034754, 30.1462937 ], [ 120.3035426, 30.1463648 ], [ 120.3036397, 30.1463906 ], [ 120.3037742, 30.146397 ], [ 120.3039982, 30.146397 ], [ 120.304058, 30.1463648 ], [ 120.3041177, 30.1462937 ], [ 120.3042597, 30.1458739 ], [ 120.3043717, 30.1457641 ], [ 120.3044912, 30.1456801 ], [ 120.3046075, 30.1456452 ], [ 120.304663, 30.1456285 ], [ 120.3047526, 30.1455768 ], [ 120.3048124, 30.145538 ], [ 120.3048721, 30.1453507 ], [ 120.3049393, 30.1453055 ], [ 120.3052605, 30.1454089 ], [ 120.3056862, 30.1456091 ], [ 120.3057086, 30.1456995 ], [ 120.3061194, 30.1458803 ], [ 120.3061941, 30.1460095 ], [ 120.3062614, 30.1461839 ], [ 120.3062389, 30.1465133 ], [ 120.3061792, 30.1468556 ], [ 120.3060746, 30.1472302 ], [ 120.3059626, 30.1474498 ], [ 120.3059103, 30.1478567 ], [ 120.3059327, 30.1481667 ], [ 120.3059477, 30.148367 ], [ 120.3059028, 30.1485413 ], [ 120.3057833, 30.1487609 ], [ 120.3057236, 30.1489289 ], [ 120.3056788, 30.1491162 ], [ 120.3055966, 30.149142 ], [ 120.3055742, 30.1495941 ], [ 120.3055219, 30.1507114 ], [ 120.3054547, 30.1509956 ], [ 120.3053277, 30.1515962 ], [ 120.3053501, 30.1518223 ], [ 120.3056115, 30.1540181 ], [ 120.3056713, 30.1543669 ], [ 120.3057236, 30.1544314 ], [ 120.3057609, 30.1545348 ], [ 120.3058282, 30.15489 ], [ 120.3059028, 30.1550579 ], [ 120.3059028, 30.1555164 ], [ 120.3059103, 30.1557231 ], [ 120.3058057, 30.1558458 ], [ 120.3058282, 30.1567822 ], [ 120.3058132, 30.1571116 ], [ 120.3057236, 30.1571245 ], [ 120.3056489, 30.157202 ], [ 120.3055817, 30.157273 ], [ 120.3054547, 30.1573699 ], [ 120.3053562, 30.1574391 ], [ 120.3052732, 30.158076 ], [ 120.3053707, 30.1581518 ], [ 120.3054204, 30.1583455 ], [ 120.3054951, 30.1584172 ], [ 120.3055615, 30.1584315 ], [ 120.3059094, 30.1585317 ], [ 120.3064438, 30.1586059 ], [ 120.3067969, 30.1586307 ], [ 120.3071118, 30.1586802 ], [ 120.3072549, 30.1586307 ], [ 120.3073695, 30.1585152 ], [ 120.3074649, 30.1583997 ], [ 120.3076176, 30.1583089 ], [ 120.3077512, 30.1582347 ], [ 120.3078561, 30.1582677 ], [ 120.307942, 30.1583584 ], [ 120.3081042, 30.1584492 ], [ 120.3083333, 30.1584492 ], [ 120.3084669, 30.1584079 ], [ 120.3086768, 30.1583749 ], [ 120.3090013, 30.1583502 ], [ 120.3091444, 30.1583997 ], [ 120.3092875, 30.1584904 ], [ 120.3093448, 30.158705 ], [ 120.3093448, 30.1588947 ], [ 120.3093925, 30.1590597 ], [ 120.3093639, 30.1592083 ], [ 120.3093734, 30.159431 ], [ 120.3094211, 30.1595218 ], [ 120.3094021, 30.1596456 ], [ 120.3093448, 30.1597941 ], [ 120.3093734, 30.1599096 ], [ 120.3096215, 30.1598931 ], [ 120.3102514, 30.1598188 ], [ 120.3102991, 30.1597693 ], [ 120.31028, 30.1596538 ], [ 120.310051, 30.1596456 ], [ 120.3100032, 30.1595713 ], [ 120.3100605, 30.1594475 ], [ 120.3102132, 30.1593403 ], [ 120.3103182, 30.1592825 ], [ 120.3103468, 30.1591588 ], [ 120.3103563, 30.1585977 ], [ 120.3104995, 30.1585317 ], [ 120.3107189, 30.1584987 ], [ 120.3108907, 30.1584327 ], [ 120.3109671, 30.1583502 ], [ 120.3109384, 30.1582759 ], [ 120.3108716, 30.1581934 ], [ 120.3107857, 30.1581191 ], [ 120.3108907, 30.1576818 ], [ 120.310948, 30.1575746 ], [ 120.3109957, 30.1574178 ], [ 120.3110911, 30.157228 ], [ 120.3112343, 30.1571455 ], [ 120.3115396, 30.1572363 ], [ 120.3120645, 30.1572528 ], [ 120.3122839, 30.157327 ], [ 120.3126657, 30.1573023 ], [ 120.3129615, 30.1573353 ], [ 120.3132382, 30.1574178 ], [ 120.3135436, 30.1574591 ], [ 120.3137154, 30.157393 ], [ 120.3139253, 30.1573023 ], [ 120.3140589, 30.1572033 ], [ 120.3142497, 30.1571043 ], [ 120.3144406, 30.1570878 ], [ 120.3145265, 30.1571785 ], [ 120.3145551, 30.15736 ], [ 120.3145456, 30.1575086 ], [ 120.3144311, 30.1576241 ], [ 120.3143356, 30.1577726 ], [ 120.3142402, 30.1579211 ], [ 120.3142307, 30.1581109 ], [ 120.3142879, 30.1582759 ], [ 120.3144406, 30.1583254 ], [ 120.3145169, 30.1582924 ], [ 120.3145647, 30.1582016 ], [ 120.3145647, 30.1580696 ], [ 120.3146124, 30.1579459 ], [ 120.3147841, 30.1578056 ], [ 120.3148128, 30.1576901 ], [ 120.3148128, 30.1575911 ], [ 120.3148032, 30.1574343 ], [ 120.314746, 30.157261 ], [ 120.3146982, 30.1571125 ], [ 120.314746, 30.1570217 ], [ 120.3148891, 30.1569392 ], [ 120.3150418, 30.156865 ], [ 120.3151468, 30.156799 ], [ 120.3153185, 30.1567825 ], [ 120.3155094, 30.1567825 ], [ 120.3156048, 30.1567165 ], [ 120.3155857, 30.1565844 ], [ 120.3159483, 30.1564607 ], [ 120.3163682, 30.1563369 ], [ 120.3163396, 30.1562791 ], [ 120.3155475, 30.1565267 ], [ 120.3154521, 30.1565102 ], [ 120.3154142, 30.1565164 ], [ 120.3152517, 30.1565432 ], [ 120.3150418, 30.1566257 ], [ 120.3148414, 30.156733 ], [ 120.3146601, 30.1567577 ], [ 120.3143833, 30.1567907 ], [ 120.3141448, 30.156898 ], [ 120.3139444, 30.1569392 ], [ 120.3138203, 30.1569722 ], [ 120.3138776, 30.1570878 ], [ 120.3138012, 30.1572115 ], [ 120.3136581, 30.157261 ], [ 120.3134863, 30.1573023 ], [ 120.3133146, 30.1573023 ], [ 120.3131428, 30.1572693 ], [ 120.3130855, 30.157162 ], [ 120.3130664, 30.1569887 ], [ 120.3130951, 30.1568815 ], [ 120.3132382, 30.156832 ], [ 120.3134959, 30.1568237 ], [ 120.3135913, 30.1567907 ], [ 120.3136008, 30.1565267 ], [ 120.3134672, 30.1564772 ], [ 120.3131428, 30.1564937 ], [ 120.313076, 30.1567907 ], [ 120.3129997, 30.1568485 ], [ 120.3129329, 30.1570547 ], [ 120.3127515, 30.1571208 ], [ 120.3125511, 30.1571208 ], [ 120.3124175, 30.1571538 ], [ 120.3123412, 30.157228 ], [ 120.3121981, 30.157195 ], [ 120.3121408, 30.1570878 ], [ 120.31195, 30.1570382 ], [ 120.3117209, 30.1570465 ], [ 120.3113774, 30.1570465 ], [ 120.3112343, 30.1569557 ], [ 120.3110625, 30.1569062 ], [ 120.3108335, 30.1568732 ], [ 120.3107285, 30.1568485 ], [ 120.3106521, 30.1567907 ], [ 120.3106235, 30.1564607 ], [ 120.3105376, 30.1559573 ], [ 120.3104899, 30.1557098 ], [ 120.3104136, 30.1556273 ], [ 120.3104327, 30.1555365 ], [ 120.3104327, 30.1550827 ], [ 120.3103754, 30.1550332 ], [ 120.3102323, 30.1550085 ], [ 120.3101178, 30.1550002 ], [ 120.3101082, 30.155091 ], [ 120.3103563, 30.155124 ], [ 120.3103563, 30.1557841 ], [ 120.3103563, 30.1563864 ], [ 120.3103945, 30.1568815 ], [ 120.3105376, 30.156931 ], [ 120.3107094, 30.156997 ], [ 120.310738, 30.1571043 ], [ 120.3107285, 30.157261 ], [ 120.3106235, 30.15736 ], [ 120.3104613, 30.1578304 ], [ 120.3103086, 30.1578304 ], [ 120.3101368, 30.1578056 ], [ 120.3098124, 30.1577478 ], [ 120.309736, 30.1576983 ], [ 120.3093353, 30.1576901 ], [ 120.3088104, 30.1576571 ], [ 120.308486, 30.1576158 ], [ 120.3082188, 30.1575911 ], [ 120.3081042, 30.1576488 ], [ 120.3079516, 30.1576406 ], [ 120.3079325, 30.1575498 ], [ 120.3078275, 30.1575086 ], [ 120.3076176, 30.1575003 ], [ 120.3074553, 30.1575251 ], [ 120.3072359, 30.1575168 ], [ 120.3070641, 30.1574343 ], [ 120.3069305, 30.1573023 ], [ 120.3068732, 30.1571455 ], [ 120.3068637, 30.156964 ], [ 120.3069114, 30.1567742 ], [ 120.3069973, 30.1567165 ], [ 120.3077512, 30.1566669 ], [ 120.3078561, 30.1565844 ], [ 120.3079039, 30.1564854 ], [ 120.3078943, 30.1563617 ], [ 120.3077512, 30.1562296 ], [ 120.3074649, 30.1562214 ], [ 120.3071404, 30.1561884 ], [ 120.3068732, 30.1561471 ], [ 120.3067949, 30.1560917 ], [ 120.3067683, 30.1560729 ], [ 120.3067301, 30.1559821 ], [ 120.3066347, 30.1556355 ], [ 120.306587, 30.155421 ], [ 120.3067015, 30.1550992 ], [ 120.3066251, 30.1548599 ], [ 120.3065106, 30.1546536 ], [ 120.3064534, 30.1545051 ], [ 120.3063482, 30.154063 ], [ 120.3062434, 30.1536222 ], [ 120.3060621, 30.1526898 ], [ 120.3059667, 30.1523185 ], [ 120.3059571, 30.1518894 ], [ 120.3060049, 30.1517987 ], [ 120.306148, 30.1517656 ], [ 120.3074172, 30.1517409 ], [ 120.307713, 30.1516501 ], [ 120.3083714, 30.1516254 ], [ 120.3085623, 30.1515429 ], [ 120.3107953, 30.1514521 ], [ 120.3110816, 30.1513861 ], [ 120.3111961, 30.1513613 ], [ 120.3130187, 30.1512458 ], [ 120.3134863, 30.1512623 ], [ 120.3135948, 30.1512652 ], [ 120.3141066, 30.1512788 ], [ 120.314412, 30.1513201 ], [ 120.3146028, 30.1513036 ], [ 120.3153567, 30.151188 ], [ 120.3155857, 30.1511715 ], [ 120.3155084, 30.1509252 ], [ 120.315433, 30.1506847 ], [ 120.3145456, 30.1508662 ], [ 120.3138323, 30.1508227 ], [ 120.3137344, 30.1508167 ], [ 120.3132942, 30.1508167 ], [ 120.3131046, 30.1508167 ], [ 120.3117496, 30.1509652 ], [ 120.3100987, 30.1511798 ], [ 120.309173, 30.151155 ], [ 120.3086291, 30.1511385 ], [ 120.3083714, 30.151155 ], [ 120.3064915, 30.1514686 ], [ 120.3061957, 30.1514603 ], [ 120.3061003, 30.1513531 ], [ 120.3061003, 30.1512128 ], [ 120.3060981, 30.1511943 ], [ 120.3060437, 30.150737 ], [ 120.3060335, 30.1506517 ], [ 120.3060335, 30.1503299 ], [ 120.3060954, 30.1500147 ], [ 120.3061194, 30.1498925 ], [ 120.3060621, 30.1498348 ], [ 120.306043, 30.1497027 ], [ 120.3060283, 30.1495883 ], [ 120.3059744, 30.1491686 ], [ 120.3059667, 30.1491086 ], [ 120.3060717, 30.1488693 ], [ 120.3061575, 30.1483907 ], [ 120.3063198, 30.1482422 ], [ 120.3065297, 30.1481184 ], [ 120.3068064, 30.1481019 ], [ 120.3071881, 30.1481019 ], [ 120.3075317, 30.1481266 ], [ 120.3077893, 30.1481349 ], [ 120.3079325, 30.1481349 ], [ 120.3080279, 30.1480771 ], [ 120.3079707, 30.1479864 ], [ 120.307274, 30.1479781 ], [ 120.3064724, 30.1479121 ], [ 120.3063579, 30.1478543 ], [ 120.3063198, 30.1477471 ], [ 120.3062721, 30.1475573 ], [ 120.3063961, 30.1471117 ], [ 120.306482, 30.1466578 ], [ 120.3064152, 30.1463112 ], [ 120.3063866, 30.1461132 ], [ 120.306377, 30.1459399 ], [ 120.3063675, 30.1452715 ], [ 120.3061385, 30.1452632 ], [ 120.3060717, 30.1454943 ], [ 120.3060049, 30.145519 ], [ 120.3059285, 30.145519 ], [ 120.3057854, 30.1454448 ], [ 120.3056518, 30.1453457 ], [ 120.3054514, 30.1452632 ], [ 120.3050792, 30.1450487 ], [ 120.3050124, 30.1449414 ], [ 120.3050042, 30.1446637 ], [ 120.3050029, 30.1446195 ], [ 120.3049647, 30.1444958 ], [ 120.3049742, 30.144339 ], [ 120.3051078, 30.1442647 ], [ 120.3052701, 30.1442152 ], [ 120.3054132, 30.1440914 ], [ 120.3056136, 30.1440254 ], [ 120.3061003, 30.1438438 ], [ 120.3062148, 30.1437696 ], [ 120.3066347, 30.1436705 ], [ 120.3068542, 30.143555 ], [ 120.3070625, 30.1434635 ], [ 120.3074553, 30.1432909 ], [ 120.3075985, 30.1432744 ], [ 120.3077703, 30.1433652 ], [ 120.3080184, 30.1433652 ], [ 120.3082092, 30.1433074 ], [ 120.3084764, 30.1432167 ], [ 120.3098696, 30.1427463 ], [ 120.3105949, 30.1424905 ], [ 120.3107857, 30.1424245 ], [ 120.3109003, 30.1424492 ], [ 120.3114442, 30.1423832 ], [ 120.3117973, 30.1423832 ], [ 120.3123221, 30.1422924 ], [ 120.3126657, 30.1421934 ], [ 120.3135818, 30.1418963 ], [ 120.313868, 30.1418385 ], [ 120.3139635, 30.1417725 ], [ 120.3140493, 30.14169 ], [ 120.314105, 30.1416579 ], [ 120.3141925, 30.1416075 ], [ 120.3142593, 30.1415167 ], [ 120.3143833, 30.1413599 ], [ 120.3145074, 30.1412691 ], [ 120.3149845, 30.1411536 ], [ 120.3151849, 30.1411453 ], [ 120.3154712, 30.1412114 ], [ 120.3158338, 30.1412774 ], [ 120.3160823, 30.1413245 ], [ 120.317072, 30.1414638 ], [ 120.3176128, 30.1416629 ], [ 120.3177624, 30.1417723 ], [ 120.3179005, 30.1419017 ], [ 120.3181192, 30.1420112 ], [ 120.3181652, 30.1421803 ], [ 120.3181997, 30.1425585 ], [ 120.3181537, 30.1428869 ], [ 120.3180846, 30.1429665 ], [ 120.3179465, 30.1430163 ], [ 120.3179811, 30.1432551 ], [ 120.3180616, 30.1433845 ], [ 120.3180731, 30.1435636 ], [ 120.3181537, 30.143693 ], [ 120.3181954, 30.143713 ], [ 120.3182572, 30.1437427 ], [ 120.3181537, 30.1435138 ], [ 120.3181537, 30.1433546 ], [ 120.3181882, 30.143265 ], [ 120.3182227, 30.1431854 ], [ 120.3182803, 30.1430262 ], [ 120.3183148, 30.142658 ], [ 120.3184184, 30.1425286 ], [ 120.3185795, 30.1424291 ], [ 120.3187636, 30.1423595 ], [ 120.3190513, 30.1423595 ], [ 120.3193735, 30.1423595 ], [ 120.3196266, 30.1423595 ], [ 120.3199028, 30.1423595 ], [ 120.3203171, 30.1423097 ], [ 120.3211456, 30.1422799 ], [ 120.3215254, 30.1423296 ], [ 120.3218131, 30.1423396 ], [ 120.3220432, 30.1423495 ], [ 120.3223194, 30.1424291 ], [ 120.3225725, 30.1424988 ], [ 120.3231364, 30.1426083 ], [ 120.3233551, 30.1427277 ], [ 120.3238038, 30.1432053 ], [ 120.324057, 30.1433546 ], [ 120.3243102, 30.1434342 ], [ 120.3247129, 30.1434044 ], [ 120.3250121, 30.1433248 ], [ 120.3254609, 30.1433745 ], [ 120.3256681, 30.1433148 ], [ 120.3258867, 30.1432949 ], [ 120.3261399, 30.1432252 ], [ 120.326347, 30.1431655 ], [ 120.3266117, 30.1431456 ], [ 120.3269569, 30.1431854 ], [ 120.3273596, 30.1432252 ], [ 120.3280271, 30.1431755 ], [ 120.3283838, 30.143066 ], [ 120.32866, 30.1430163 ], [ 120.3290052, 30.1429864 ], [ 120.3292008, 30.1429566 ], [ 120.3293389, 30.1429864 ], [ 120.3294964, 30.1435794 ], [ 120.3294964, 30.1439288 ], [ 120.3294579, 30.144694 ], [ 120.3294579, 30.1449602 ], [ 120.3295348, 30.1453096 ], [ 120.3296695, 30.1461414 ], [ 120.3296368, 30.1463536 ], [ 120.3295541, 30.14689 ], [ 120.329507, 30.1477592 ], [ 120.3301714, 30.1484861 ], [ 120.3304008, 30.1487601 ], [ 120.3305956, 30.148823 ], [ 120.3307213, 30.1488635 ], [ 120.3307336, 30.1486767 ], [ 120.3305523, 30.148303 ], [ 120.3301531, 30.1478486 ], [ 120.3301087, 30.1475072 ], [ 120.3313005, 30.1474962 ], [ 120.3316195, 30.1474907 ], [ 120.3320852, 30.1473914 ], [ 120.3325573, 30.1473804 ], [ 120.3328954, 30.1473749 ], [ 120.3331059, 30.1472756 ], [ 120.3333739, 30.1471542 ], [ 120.3335844, 30.1471156 ], [ 120.3343627, 30.1469336 ], [ 120.3348143, 30.146833 ], [ 120.335007, 30.1467901 ], [ 120.335428, 30.1466908 ], [ 120.3355569, 30.14664 ], [ 120.3357215, 30.146575 ], [ 120.3362452, 30.1463637 ], [ 120.3363913, 30.1463047 ], [ 120.3370803, 30.1459957 ], [ 120.337214013964186, 30.145919224061185 ], [ 120.336891148957477, 30.145685978819056 ], [ 120.3364612, 30.1459471 ], [ 120.3363084, 30.1460399 ], [ 120.3354791, 30.1464316 ], [ 120.3352494, 30.1465971 ], [ 120.3344137, 30.1467736 ], [ 120.3343052, 30.1468839 ], [ 120.3331506, 30.1470108 ], [ 120.3330676, 30.1470935 ], [ 120.3327487, 30.1470935 ], [ 120.3327359, 30.1471708 ], [ 120.3320916, 30.1473308 ], [ 120.3314983, 30.1473804 ], [ 120.331394, 30.1473774 ], [ 120.3311219, 30.1473694 ], [ 120.331039, 30.1473308 ], [ 120.3303947, 30.1472039 ], [ 120.3299895, 30.1470037 ], [ 120.3300103, 30.1466623 ], [ 120.3300347, 30.1462635 ], [ 120.3300543, 30.1459418 ], [ 120.3299966, 30.145792 ], [ 120.3298811, 30.1457089 ], [ 120.3298427, 30.1455259 ], [ 120.3297849, 30.1444445 ], [ 120.3298042, 30.1439121 ], [ 120.3298234, 30.1432134 ], [ 120.3298008, 30.1431288 ], [ 120.3297657, 30.1429971 ], [ 120.3296503, 30.1427476 ], [ 120.3295348, 30.1425979 ], [ 120.3295528, 30.1425015 ], [ 120.3296346, 30.14236 ], [ 120.3296048, 30.1422314 ], [ 120.3295677, 30.141955 ], [ 120.3295528, 30.1413184 ], [ 120.3295156, 30.140804 ], [ 120.3295453, 30.1406497 ], [ 120.3295528, 30.1404632 ], [ 120.3295528, 30.140206 ], [ 120.3294561, 30.1399038 ], [ 120.3293818, 30.1395502 ], [ 120.3293372, 30.1394987 ], [ 120.3292033, 30.1395116 ], [ 120.3291215, 30.1394409 ], [ 120.3290249, 30.1393766 ], [ 120.3289134, 30.1392994 ], [ 120.3288539, 30.1391837 ], [ 120.3288093, 30.1390937 ], [ 120.3287572, 30.1390358 ], [ 120.3286977, 30.1389843 ], [ 120.3285119, 30.1390165 ], [ 120.3285267, 30.1391772 ], [ 120.3286085, 30.1392673 ], [ 120.3286829, 30.1393766 ], [ 120.3286829, 30.1394795 ], [ 120.3288613, 30.1395695 ], [ 120.3290249, 30.139608 ], [ 120.3291736, 30.1396273 ], [ 120.3293, 30.1396659 ], [ 120.3293743, 30.1397752 ], [ 120.3294041, 30.1399424 ], [ 120.3294487, 30.1401932 ], [ 120.3294487, 30.1406561 ], [ 120.329472, 30.1411708 ], [ 120.3294784, 30.141312 ], [ 120.3294487, 30.1417042 ], [ 120.3294933, 30.1421993 ], [ 120.3294859, 30.1423279 ], [ 120.3293669, 30.1423986 ], [ 120.3291959, 30.1424886 ], [ 120.3290918, 30.1425787 ], [ 120.3289208, 30.1426237 ], [ 120.3287572, 30.1426622 ], [ 120.3285267, 30.1427201 ], [ 120.3282442, 30.142778 ], [ 120.3281401, 30.1427844 ], [ 120.3279765, 30.1428358 ], [ 120.3277906, 30.1428616 ], [ 120.3273966, 30.1428616 ], [ 120.3272702, 30.1427844 ], [ 120.3272256, 30.1426815 ], [ 120.3271958, 30.1425465 ], [ 120.327114, 30.1423729 ], [ 120.3271066, 30.1422122 ], [ 120.3271066, 30.1420836 ], [ 120.3271289, 30.1418971 ], [ 120.3270769, 30.1417299 ], [ 120.327062, 30.1415627 ], [ 120.327062, 30.1414277 ], [ 120.327062, 30.1412734 ], [ 120.3270546, 30.1408812 ], [ 120.327062, 30.140714 ], [ 120.3270694, 30.1406433 ], [ 120.3269951, 30.1405854 ], [ 120.3269133, 30.1405211 ], [ 120.3268761, 30.1405725 ], [ 120.3268815, 30.1406475 ], [ 120.3269207, 30.1411898 ], [ 120.3269356, 30.1417685 ], [ 120.3269505, 30.1422379 ], [ 120.3269356, 30.1423922 ], [ 120.3269356, 30.1425915 ], [ 120.3269207, 30.142733 ], [ 120.3267795, 30.1427844 ], [ 120.3266679, 30.1428037 ], [ 120.3264672, 30.1428487 ], [ 120.3261847, 30.1429001 ], [ 120.3258575, 30.1429773 ], [ 120.3257832, 30.143003 ], [ 120.3256568, 30.1430673 ], [ 120.3255006, 30.1430802 ], [ 120.3253897, 30.143074 ], [ 120.3252701, 30.1430673 ], [ 120.3250619, 30.1430545 ], [ 120.3246084, 30.1430545 ], [ 120.3244076, 30.1430545 ], [ 120.324311, 30.1430094 ], [ 120.3241995, 30.1429259 ], [ 120.3241177, 30.142823 ], [ 120.3239987, 30.142733 ], [ 120.3237162, 30.1426108 ], [ 120.3236046, 30.1425465 ], [ 120.3234485, 30.1424758 ], [ 120.3233295, 30.1424308 ], [ 120.3232998, 30.1423729 ], [ 120.3232998, 30.1422893 ], [ 120.3234262, 30.1407333 ], [ 120.3235823, 30.1390486 ], [ 120.3237905, 30.1367531 ], [ 120.3239244, 30.135287 ], [ 120.3240024, 30.1345078 ], [ 120.3240142, 30.1344261 ], [ 120.3240315, 30.1343066 ], [ 120.3240606, 30.1341557 ], [ 120.3247099, 30.1324123 ], [ 120.3247972, 30.1322782 ], [ 120.3251843, 30.1318898 ], [ 120.3252885, 30.1317853 ], [ 120.3251962, 30.1316856 ], [ 120.3250104, 30.1318507 ], [ 120.3249877, 30.1318829 ], [ 120.3245549, 30.1324961 ], [ 120.3245394, 30.1325391 ], [ 120.3241053, 30.1337418 ], [ 120.3239831, 30.1340803 ], [ 120.3239357, 30.1343202 ], [ 120.3239152, 30.1344239 ], [ 120.3238183, 30.1345497 ], [ 120.3236051, 30.1345245 ], [ 120.3232756, 30.1344072 ], [ 120.3224712, 30.13403 ], [ 120.3223646, 30.13403 ], [ 120.3222773, 30.1341306 ], [ 120.3222773, 30.1342814 ], [ 120.3223742, 30.1341976 ], [ 120.3224283, 30.1341796 ], [ 120.3225002, 30.1341557 ], [ 120.3234209, 30.1345329 ], [ 120.3238086, 30.1346502 ], [ 120.3238668, 30.1346922 ], [ 120.32381, 30.1353437 ], [ 120.3236809, 30.1368257 ], [ 120.3236148, 30.1375838 ], [ 120.3234668, 30.139074 ], [ 120.3233725, 30.1400229 ], [ 120.323198, 30.1422271 ], [ 120.3230817, 30.1423193 ], [ 120.3229945, 30.1423109 ], [ 120.3228007, 30.1422355 ], [ 120.3222289, 30.1421517 ], [ 120.3219672, 30.1421517 ], [ 120.3215343, 30.142115 ], [ 120.3214729, 30.1421098 ], [ 120.3209011, 30.1421349 ], [ 120.3205231, 30.1421685 ], [ 120.3201742, 30.1421685 ], [ 120.3201451, 30.1421685 ], [ 120.3197963, 30.1421685 ], [ 120.3193795, 30.1421349 ], [ 120.3190985, 30.1421098 ], [ 120.3187302, 30.142093 ], [ 120.31842, 30.1420847 ], [ 120.3183522, 30.1420092 ], [ 120.3181196, 30.1419254 ], [ 120.3179451, 30.1418248 ], [ 120.3178385, 30.1417159 ], [ 120.3177509, 30.1416446 ], [ 120.3176738, 30.1415818 ], [ 120.3175769, 30.1415063 ], [ 120.3173927, 30.1414812 ], [ 120.3169178, 30.1413303 ], [ 120.3167918, 30.1412717 ], [ 120.3167337, 30.1411962 ], [ 120.3167531, 30.1408861 ], [ 120.3166658, 30.1404838 ], [ 120.3166271, 30.1402156 ], [ 120.3166077, 30.1400564 ], [ 120.316598, 30.1399223 ], [ 120.3166465, 30.1397882 ], [ 120.3166755, 30.1396289 ], [ 120.3166658, 30.1395284 ], [ 120.3165786, 30.139411 ], [ 120.316472, 30.1393021 ], [ 120.3164236, 30.1391596 ], [ 120.3164042, 30.1390003 ], [ 120.3164236, 30.1388997 ], [ 120.3165205, 30.1387992 ], [ 120.3167271, 30.1385124 ], [ 120.3168977, 30.1382433 ], [ 120.3170182, 30.138087 ], [ 120.31749, 30.1381044 ], [ 120.3176707, 30.1381217 ], [ 120.3175, 30.1379741 ], [ 120.3172692, 30.1379741 ], [ 120.3171387, 30.1379481 ], [ 120.3170684, 30.13787 ], [ 120.3170584, 30.1377484 ], [ 120.3169942, 30.1369633 ], [ 120.3169881, 30.136889 ], [ 120.3169279, 30.136672 ], [ 120.3167171, 30.1361511 ], [ 120.3166669, 30.1359688 ], [ 120.3165765, 30.1354913 ], [ 120.3164561, 30.1349183 ], [ 120.3163758, 30.1345971 ], [ 120.3163356, 30.1344495 ], [ 120.3162252, 30.1338505 ], [ 120.3162151, 30.1337289 ], [ 120.3162205, 30.1336874 ], [ 120.3162252, 30.1336508 ], [ 120.3163557, 30.1336074 ], [ 120.3167605, 30.1335522 ], [ 120.3171759, 30.1335522 ], [ 120.3172959, 30.1335762 ], [ 120.3173698, 30.133656 ], [ 120.3174252, 30.1338237 ], [ 120.3174806, 30.1340073 ], [ 120.3175452, 30.1340951 ], [ 120.3176652, 30.134167 ], [ 120.3178683, 30.1341749 ], [ 120.3181307, 30.1341764 ], [ 120.3192438, 30.1341829 ], [ 120.3201207, 30.1341191 ], [ 120.3208962, 30.1341829 ], [ 120.3216716, 30.1343107 ], [ 120.3220962, 30.1343506 ], [ 120.3221147, 30.1342787 ], [ 120.3219854, 30.1342867 ], [ 120.3213393, 30.1341909 ], [ 120.3210162, 30.1341111 ], [ 120.3205269, 30.1340552 ], [ 120.3202038, 30.1340552 ], [ 120.3191053, 30.134127 ], [ 120.3189299, 30.1341111 ], [ 120.3183483, 30.1341191 ], [ 120.318106, 30.1341126 ], [ 120.3177483, 30.1341031 ], [ 120.3176098, 30.1340153 ], [ 120.3175267, 30.1339274 ], [ 120.3174713, 30.1337358 ], [ 120.317379, 30.1335602 ], [ 120.3172959, 30.1334963 ], [ 120.3171667, 30.1334804 ], [ 120.3166774, 30.1334883 ], [ 120.3163636, 30.1334724 ], [ 120.316262, 30.1334404 ], [ 120.3161882, 30.1333446 ], [ 120.316179, 30.1332568 ], [ 120.3162251, 30.133153 ], [ 120.3163082, 30.1330253 ], [ 120.3164282, 30.1328257 ], [ 120.3164282, 30.1325223 ], [ 120.3164282, 30.1323786 ], [ 120.316382, 30.1322429 ], [ 120.3162713, 30.1321471 ], [ 120.3159671, 30.131793 ], [ 120.3158027, 30.1319023 ], [ 120.3162159, 30.1323387 ], [ 120.3162251, 30.1324025 ], [ 120.3161974, 30.1327778 ], [ 120.3161974, 30.1328975 ], [ 120.316059, 30.133137 ], [ 120.3160405, 30.1332488 ], [ 120.3161051, 30.1340791 ], [ 120.3163913, 30.135117 ], [ 120.3164744, 30.1357477 ], [ 120.316539, 30.1359952 ], [ 120.3167513, 30.1366339 ], [ 120.3167738, 30.1368029 ], [ 120.3168713, 30.137536 ], [ 120.316899, 30.1379512 ], [ 120.3168713, 30.1380789 ], [ 120.3167909, 30.1382093 ], [ 120.3167236, 30.1383184 ], [ 120.316539, 30.1386457 ], [ 120.3164005, 30.1386617 ], [ 120.3163174, 30.1388054 ], [ 120.3162436, 30.1389012 ], [ 120.3162528, 30.1391646 ], [ 120.316299, 30.1393323 ], [ 120.3164097, 30.139444 ], [ 120.3164836, 30.1395159 ], [ 120.3165113, 30.1396356 ], [ 120.3165078, 30.1397123 ], [ 120.3165021, 30.1398352 ], [ 120.3164005, 30.1400268 ], [ 120.3163544, 30.1401945 ], [ 120.3164097, 30.1403462 ], [ 120.3164744, 30.1405218 ], [ 120.3165667, 30.1409209 ], [ 120.3165113, 30.1411445 ], [ 120.3164097, 30.1412083 ], [ 120.3162897, 30.1412083 ], [ 120.3161143, 30.1411604 ], [ 120.315902, 30.1410886 ], [ 120.3157174, 30.1410487 ], [ 120.3155605, 30.1410407 ], [ 120.3140927, 30.1412802 ], [ 120.3139081, 30.1414638 ], [ 120.3137696, 30.1415117 ], [ 120.3136219, 30.1415915 ], [ 120.3134188, 30.1416474 ], [ 120.3131696, 30.1417272 ], [ 120.3129572, 30.1418071 ], [ 120.3125787, 30.1418709 ], [ 120.3119233, 30.1420146 ], [ 120.3116095, 30.1420386 ], [ 120.3112217, 30.1420386 ], [ 120.3109817, 30.1420945 ], [ 120.3107971, 30.1421024 ], [ 120.3106402, 30.1420705 ], [ 120.3105848, 30.1419827 ], [ 120.3105571, 30.1419109 ], [ 120.3104832, 30.1414718 ], [ 120.3105109, 30.1412323 ], [ 120.3105756, 30.1411046 ], [ 120.3106033, 30.1409449 ], [ 120.3106402, 30.1404739 ], [ 120.3106771, 30.1403382 ], [ 120.3107417, 30.1401625 ], [ 120.3107417, 30.1400109 ], [ 120.3107048, 30.1399151 ], [ 120.3105848, 30.1398352 ], [ 120.3105017, 30.1397714 ], [ 120.3103448, 30.1397155 ], [ 120.3100499, 30.1396658 ], [ 120.3100626, 30.1397752 ], [ 120.3102363, 30.1398188 ], [ 120.3103522, 30.139919 ], [ 120.3103733, 30.1401559 ], [ 120.3103733, 30.1404292 ], [ 120.3103733, 30.1405477 ], [ 120.3103693, 30.1408294 ], [ 120.3102797, 30.1411976 ], [ 120.3102573, 30.1413203 ], [ 120.3102647, 30.1417272 ], [ 120.3102647, 30.1421471 ], [ 120.3102423, 30.142231 ], [ 120.3101602, 30.1423021 ], [ 120.3100705, 30.1423215 ], [ 120.3096373, 30.1424184 ], [ 120.3095253, 30.1424894 ], [ 120.3094133, 30.1425088 ], [ 120.3091967, 30.1425152 ], [ 120.3090846, 30.1425605 ], [ 120.3089203, 30.1426896 ], [ 120.3087709, 30.1427542 ], [ 120.3075834, 30.1430901 ], [ 120.3074863, 30.1430707 ], [ 120.306717, 30.1432451 ], [ 120.3061194, 30.143413 ], [ 120.3057983, 30.1435293 ], [ 120.3057012, 30.1435228 ], [ 120.3055294, 30.1436004 ], [ 120.3054099, 30.1436714 ], [ 120.3050887, 30.143807 ], [ 120.305014, 30.1436714 ], [ 120.3049842, 30.1435616 ], [ 120.3047451, 30.1430707 ], [ 120.3045136, 30.142625 ], [ 120.3045034, 30.1425908 ], [ 120.304409, 30.1422763 ], [ 120.3042223, 30.1419468 ], [ 120.303931, 30.1415141 ], [ 120.3038658, 30.1414108 ], [ 120.3038194, 30.1414805 ], [ 120.3038713, 30.1416045 ], [ 120.3040953, 30.142005 ], [ 120.3041252, 30.1421665 ], [ 120.304185, 30.1422763 ], [ 120.304424, 30.1426832 ], [ 120.3044763, 30.142864 ], [ 120.3045734, 30.1430707 ], [ 120.3048422, 30.1436068 ], [ 120.3049393, 30.1437295 ], [ 120.3049617, 30.1438975 ], [ 120.3048273, 30.1440202 ], [ 120.3045435, 30.1441494 ], [ 120.3041999, 30.1443561 ], [ 120.3041252, 30.1443883 ], [ 120.30358, 30.1445498 ], [ 120.303087, 30.1446984 ], [ 120.3029601, 30.1447823 ], [ 120.302721, 30.1448663 ], [ 120.3026464, 30.1448469 ], [ 120.3024447, 30.1443173 ], [ 120.3024298, 30.1442463 ], [ 120.3024148, 30.1440266 ], [ 120.3024447, 30.1437941 ], [ 120.3024298, 30.1437102 ], [ 120.3025044, 30.1436133 ], [ 120.3025194, 30.1434712 ], [ 120.3024447, 30.1431741 ], [ 120.3024298, 30.143032 ], [ 120.3024328, 30.1427108 ], [ 120.302308, 30.1428343 ], [ 120.3023327, 30.1431676 ], [ 120.3023849, 30.1434776 ], [ 120.3023849, 30.1435681 ], [ 120.3023177, 30.1436585 ], [ 120.3023028, 30.1438587 ], [ 120.3023103, 30.1441429 ], [ 120.3023849, 30.1444336 ], [ 120.3025343, 30.1448792 ], [ 120.3024596, 30.1449503 ], [ 120.3020862, 30.1451311 ], [ 120.3018621, 30.1450859 ], [ 120.30178, 30.1451182 ], [ 120.3013019, 30.1453507 ], [ 120.30116, 30.1453701 ], [ 120.3007044, 30.1453507 ], [ 120.3006596, 30.1452861 ], [ 120.300555, 30.1452797 ], [ 120.3003683, 30.1455509 ], [ 120.3003011, 30.1455832 ], [ 120.3001069, 30.1455832 ], [ 120.2996461, 30.1457299 ], [ 120.2995949, 30.1458458 ], [ 120.3002936, 30.1456801 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.32355, 30.1536346 ], [ 120.3248253, 30.153633 ], [ 120.3249118, 30.1535174 ], [ 120.3249036, 30.1533162 ], [ 120.3234871, 30.1534944 ], [ 120.3234814, 30.1535952 ], [ 120.32355, 30.1536346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.312295, 30.1579503 ], [ 120.3134687, 30.1578468 ], [ 120.3134809, 30.1575331 ], [ 120.3122765, 30.1574154 ], [ 120.312295, 30.1579503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3134563, 30.1586595 ], [ 120.3135431, 30.158207 ], [ 120.3135344, 30.1581372 ], [ 120.3132836, 30.1580921 ], [ 120.3131389, 30.1586639 ], [ 120.3134563, 30.1586595 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.311264, 30.1592526 ], [ 120.3113239, 30.1592477 ], [ 120.3113256, 30.1593641 ], [ 120.3116145, 30.1592796 ], [ 120.3116145, 30.159209 ], [ 120.3116863, 30.1591504 ], [ 120.3116728, 30.1586668 ], [ 120.3115252, 30.1586284 ], [ 120.3114184, 30.1585445 ], [ 120.3112148, 30.1585398 ], [ 120.3112005, 30.1591363 ], [ 120.311264, 30.1592526 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3376948, 30.1595128 ], [ 120.3379754, 30.1594918 ], [ 120.3379873, 30.1593055 ], [ 120.3379302, 30.1592852 ], [ 120.3380074, 30.1587087 ], [ 120.3377213, 30.1586378 ], [ 120.3376322, 30.1592798 ], [ 120.3376948, 30.1595128 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.333042, 30.1609198 ], [ 120.3332564, 30.1609198 ], [ 120.3331814, 30.1601783 ], [ 120.3333314, 30.1601505 ], [ 120.3338889, 30.16003 ], [ 120.3338781, 30.1598817 ], [ 120.3336423, 30.1597983 ], [ 120.3333422, 30.1598446 ], [ 120.3330313, 30.1598632 ], [ 120.3328598, 30.1599188 ], [ 120.3328491, 30.160271 ], [ 120.333042, 30.1609198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.307418, 30.1500673 ], [ 120.3074125, 30.14996 ], [ 120.3073022, 30.1499123 ], [ 120.3061194, 30.1498925 ], [ 120.3060954, 30.1500147 ], [ 120.307418, 30.1500673 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2693868, 30.1510163 ], [ 120.2694682, 30.1510438 ], [ 120.2695178, 30.1510898 ], [ 120.2696239, 30.1514264 ], [ 120.2696522, 30.1515672 ], [ 120.2696452, 30.1516467 ], [ 120.2696098, 30.1517783 ], [ 120.269585, 30.1518518 ], [ 120.2695142, 30.1519466 ], [ 120.269464, 30.1519969 ], [ 120.26944, 30.1520522 ], [ 120.2694301, 30.1521083 ], [ 120.2694329, 30.1521725 ], [ 120.2694395, 30.152294 ], [ 120.2695991, 30.1522987 ], [ 120.2696098, 30.1520507 ], [ 120.2696416, 30.1519038 ], [ 120.2696735, 30.1518181 ], [ 120.2697159, 30.1517355 ], [ 120.2697478, 30.1516467 ], [ 120.269762, 30.1513468 ], [ 120.2698115, 30.1511295 ], [ 120.2698398, 30.151102 ], [ 120.2698858, 30.1510898 ], [ 120.2703707, 30.1511173 ], [ 120.2705866, 30.1511112 ], [ 120.2707246, 30.1510836 ], [ 120.2708202, 30.1510438 ], [ 120.2709228, 30.1510163 ], [ 120.2716094, 30.1510316 ], [ 120.2727632, 30.1510959 ], [ 120.2727703, 30.1505848 ], [ 120.2727632, 30.1502328 ], [ 120.2727243, 30.1498411 ], [ 120.2726712, 30.1497309 ], [ 120.2724588, 30.1493729 ], [ 120.2724341, 30.1493086 ], [ 120.2724447, 30.1489995 ], [ 120.2721851, 30.1489767 ], [ 120.2721395, 30.149356 ], [ 120.2721924, 30.149573 ], [ 120.27235, 30.1500074 ], [ 120.2724367, 30.1500519 ], [ 120.2725331, 30.1502451 ], [ 120.2726075, 30.1503277 ], [ 120.272657, 30.1503981 ], [ 120.2726499, 30.1504869 ], [ 120.2725721, 30.1509398 ], [ 120.271935, 30.1509123 ], [ 120.2716625, 30.1509123 ], [ 120.2714749, 30.1509337 ], [ 120.2699531, 30.1508816 ], [ 120.2689869, 30.1508143 ], [ 120.2685692, 30.150799 ], [ 120.2683923, 30.1508113 ], [ 120.2683852, 30.1509 ], [ 120.2693868, 30.1510163 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2861932, 30.1536866 ], [ 120.2870187, 30.153514 ], [ 120.2871823, 30.1534606 ], [ 120.2872561, 30.153432 ], [ 120.2881107, 30.1531008 ], [ 120.2882848, 30.1530255 ], [ 120.2883183, 30.1529618 ], [ 120.288459, 30.1529097 ], [ 120.2885259, 30.1529444 ], [ 120.2887469, 30.1529097 ], [ 120.2890416, 30.1528228 ], [ 120.289296, 30.1526781 ], [ 120.289363, 30.1526086 ], [ 120.2895103, 30.1525507 ], [ 120.2896041, 30.1525623 ], [ 120.2897112, 30.1526318 ], [ 120.2899992, 30.1524465 ], [ 120.2901532, 30.1523712 ], [ 120.2904813, 30.1522438 ], [ 120.2906487, 30.1520701 ], [ 120.2907827, 30.1519601 ], [ 120.2909568, 30.151879 ], [ 120.2912715, 30.1518211 ], [ 120.2916197, 30.1517226 ], [ 120.2916867, 30.1517863 ], [ 120.2917202, 30.1519774 ], [ 120.2918005, 30.1520353 ], [ 120.2917871, 30.1521975 ], [ 120.291747, 30.152267 ], [ 120.291747, 30.1523712 ], [ 120.2918139, 30.1524465 ], [ 120.2917938, 30.1527649 ], [ 120.2917202, 30.152817 ], [ 120.2914121, 30.1528286 ], [ 120.2913452, 30.1528634 ], [ 120.2913184, 30.1529444 ], [ 120.2913385, 30.1530487 ], [ 120.2914121, 30.1531355 ], [ 120.2914121, 30.1532108 ], [ 120.2915595, 30.1533787 ], [ 120.2915862, 30.1536972 ], [ 120.291747, 30.153813 ], [ 120.2920349, 30.1542299 ], [ 120.2918675, 30.1546063 ], [ 120.2914255, 30.1546526 ], [ 120.291084, 30.1546063 ], [ 120.2907358, 30.1545831 ], [ 120.2905282, 30.1546237 ], [ 120.2902938, 30.1547395 ], [ 120.2902603, 30.1548032 ], [ 120.290113, 30.1548205 ], [ 120.289959, 30.1550521 ], [ 120.2902536, 30.1552201 ], [ 120.290334, 30.1554227 ], [ 120.2904947, 30.1557354 ], [ 120.2905215, 30.1559902 ], [ 120.2906487, 30.1560712 ], [ 120.2907492, 30.1563144 ], [ 120.2906822, 30.156546 ], [ 120.2905751, 30.1567429 ], [ 120.2904679, 30.1569513 ], [ 120.290401, 30.1571424 ], [ 120.290488, 30.1572466 ], [ 120.2905215, 30.1575361 ], [ 120.290555, 30.1575825 ], [ 120.2906356, 30.1577923 ], [ 120.2907959, 30.1578596 ], [ 120.2910019, 30.1578979 ], [ 120.2912405, 30.1588609 ], [ 120.2911041, 30.1589837 ], [ 120.29093, 30.1590705 ], [ 120.2906889, 30.1591458 ], [ 120.290421, 30.1591921 ], [ 120.290267, 30.1591574 ], [ 120.289671, 30.1591111 ], [ 120.2895572, 30.15947 ], [ 120.2893965, 30.1597248 ], [ 120.2890683, 30.1602343 ], [ 120.2887871, 30.1605007 ], [ 120.2884389, 30.160796 ], [ 120.2879701, 30.1612534 ], [ 120.2879299, 30.1613807 ], [ 120.2879634, 30.161485 ], [ 120.2880036, 30.1615255 ], [ 120.2880036, 30.1616645 ], [ 120.2878533, 30.1618086 ], [ 120.2877346, 30.1619385 ], [ 120.2876476, 30.16213 ], [ 120.2879877, 30.162171 ], [ 120.2881775, 30.1617881 ], [ 120.2882803, 30.1616719 ], [ 120.2883199, 30.161583 ], [ 120.2884385, 30.1615262 ], [ 120.2885121, 30.1614741 ], [ 120.2885322, 30.1614104 ], [ 120.2886193, 30.1614104 ], [ 120.288646, 30.1613236 ], [ 120.2887264, 30.1612888 ], [ 120.2888269, 30.1612715 ], [ 120.2888336, 30.1612252 ], [ 120.2909631, 30.1614278 ], [ 120.2909765, 30.161341 ], [ 120.2910434, 30.1613062 ], [ 120.2909765, 30.1612309 ], [ 120.2909028, 30.1611325 ], [ 120.2905881, 30.1610341 ], [ 120.2902733, 30.1609994 ], [ 120.2897041, 30.1610688 ], [ 120.2891349, 30.160843 ], [ 120.2891818, 30.1606867 ], [ 120.2892956, 30.1605014 ], [ 120.2894429, 30.1603914 ], [ 120.2895702, 30.1603219 ], [ 120.2896974, 30.1602119 ], [ 120.2897711, 30.1600556 ], [ 120.2897912, 30.1599861 ], [ 120.2898782, 30.1599398 ], [ 120.2899452, 30.1599629 ], [ 120.2905278, 30.1595924 ], [ 120.2908425, 30.1594882 ], [ 120.2909698, 30.1593492 ], [ 120.2912577, 30.1592739 ], [ 120.2913448, 30.1592971 ], [ 120.2918537, 30.159216 ], [ 120.2919809, 30.1592623 ], [ 120.292443, 30.1591697 ], [ 120.2929787, 30.1589671 ], [ 120.2932265, 30.1588512 ], [ 120.2934341, 30.1587933 ], [ 120.2937957, 30.1587007 ], [ 120.2941517, 30.1586197 ], [ 120.2944319, 30.158556 ], [ 120.294673, 30.1585617 ], [ 120.2950145, 30.1585617 ], [ 120.2962199, 30.1583533 ], [ 120.2965145, 30.1582722 ], [ 120.2965899, 30.1582468 ], [ 120.2967891, 30.1581796 ], [ 120.2969565, 30.1582375 ], [ 120.2972377, 30.1582259 ], [ 120.2975056, 30.158197 ], [ 120.2977199, 30.1582259 ], [ 120.2979409, 30.1582259 ], [ 120.2980413, 30.1582028 ], [ 120.2981887, 30.158278 ], [ 120.2983896, 30.1583012 ], [ 120.2985168, 30.1582896 ], [ 120.2983494, 30.1575658 ], [ 120.297673, 30.1575716 ], [ 120.297365, 30.1575543 ], [ 120.2970569, 30.1575427 ], [ 120.2968493, 30.1575601 ], [ 120.2964743, 30.1576237 ], [ 120.293481, 30.1583765 ], [ 120.2930886, 30.1584842 ], [ 120.2928969, 30.1583511 ], [ 120.2929118, 30.1580059 ], [ 120.2928381, 30.1577395 ], [ 120.2924832, 30.1576585 ], [ 120.291244, 30.1575183 ], [ 120.2910166, 30.1575543 ], [ 120.2909698, 30.1573748 ], [ 120.2909698, 30.1572242 ], [ 120.2910635, 30.1570216 ], [ 120.2910769, 30.1568305 ], [ 120.2910903, 30.1566915 ], [ 120.2911439, 30.1566336 ], [ 120.2912242, 30.1565815 ], [ 120.291251, 30.1564425 ], [ 120.291318, 30.1563904 ], [ 120.2913314, 30.1563152 ], [ 120.2913849, 30.1562573 ], [ 120.2913916, 30.1561878 ], [ 120.2913515, 30.1561183 ], [ 120.2913582, 30.1560083 ], [ 120.2913716, 30.1558577 ], [ 120.2912041, 30.1557651 ], [ 120.2910635, 30.1556609 ], [ 120.2910099, 30.1554987 ], [ 120.2909095, 30.1554061 ], [ 120.2908961, 30.1552555 ], [ 120.2909162, 30.1551108 ], [ 120.2912577, 30.1550818 ], [ 120.2915925, 30.1551745 ], [ 120.2919675, 30.1552382 ], [ 120.2920881, 30.1552555 ], [ 120.2923024, 30.1553192 ], [ 120.2924095, 30.1550934 ], [ 120.2923359, 30.1550239 ], [ 120.2923559, 30.1549544 ], [ 120.2924162, 30.1548618 ], [ 120.2926037, 30.1544507 ], [ 120.2926372, 30.154277 ], [ 120.2926104, 30.1541091 ], [ 120.2924631, 30.1539817 ], [ 120.2923024, 30.1539527 ], [ 120.2922756, 30.1538369 ], [ 120.2921818, 30.1537616 ], [ 120.2921015, 30.1535126 ], [ 120.2920211, 30.1532868 ], [ 120.2919073, 30.1530552 ], [ 120.291914, 30.1529626 ], [ 120.2920144, 30.1529336 ], [ 120.2921617, 30.1528873 ], [ 120.2923091, 30.1528467 ], [ 120.2923827, 30.152922 ], [ 120.2925033, 30.152922 ], [ 120.292731, 30.1528352 ], [ 120.2927443, 30.152783 ], [ 120.2936015, 30.1524472 ], [ 120.2936015, 30.152343 ], [ 120.293481, 30.1522793 ], [ 120.2933531, 30.1522869 ], [ 120.2932868, 30.1522909 ], [ 120.2926305, 30.1524935 ], [ 120.2925501, 30.1525862 ], [ 120.2924296, 30.1526093 ], [ 120.2922756, 30.1525398 ], [ 120.2922303, 30.1524147 ], [ 120.2922086, 30.1523546 ], [ 120.2921684, 30.1521229 ], [ 120.2922354, 30.1519724 ], [ 120.2922354, 30.1516944 ], [ 120.292289, 30.1516481 ], [ 120.292289, 30.1515902 ], [ 120.2923559, 30.1515381 ], [ 120.2927443, 30.1514744 ], [ 120.2928247, 30.1514107 ], [ 120.2928783, 30.1513528 ], [ 120.2928649, 30.1512833 ], [ 120.2926774, 30.1513296 ], [ 120.292597, 30.1512949 ], [ 120.2925434, 30.1512486 ], [ 120.2923961, 30.1512254 ], [ 120.2921952, 30.1512601 ], [ 120.2921684, 30.1511675 ], [ 120.2922622, 30.151127 ], [ 120.2923158, 30.1510517 ], [ 120.2924631, 30.15071 ], [ 120.2924832, 30.1506 ], [ 120.2925368, 30.1504437 ], [ 120.2926372, 30.1503221 ], [ 120.2926975, 30.1501368 ], [ 120.2926975, 30.1497256 ], [ 120.2926439, 30.1495751 ], [ 120.2925434, 30.1493666 ], [ 120.2926305, 30.1488339 ], [ 120.2925702, 30.1486833 ], [ 120.2925715, 30.1480754 ], [ 120.2926299, 30.1479059 ], [ 120.2929118, 30.1475252 ], [ 120.2932305, 30.1468419 ], [ 120.2933111, 30.1467174 ], [ 120.2934855, 30.1464887 ], [ 120.2938024, 30.1460369 ], [ 120.2943247, 30.1454115 ], [ 120.2943984, 30.1452494 ], [ 120.2952623, 30.1454231 ], [ 120.2952756, 30.1454984 ], [ 120.2955703, 30.1455853 ], [ 120.2958315, 30.145649 ], [ 120.296085, 30.1456529 ], [ 120.2962065, 30.1456547 ], [ 120.2970837, 30.1458053 ], [ 120.2975056, 30.145869 ], [ 120.2977467, 30.1458806 ], [ 120.2982891, 30.1461122 ], [ 120.2987512, 30.146118 ], [ 120.2986761, 30.1468951 ], [ 120.2985334, 30.1472286 ], [ 120.2983829, 30.1478668 ], [ 120.2984096, 30.1482606 ], [ 120.2987445, 30.1486833 ], [ 120.2987244, 30.1488281 ], [ 120.2990659, 30.1488107 ], [ 120.2990525, 30.1486428 ], [ 120.2990927, 30.1479884 ], [ 120.2990927, 30.1476931 ], [ 120.2989519, 30.1473121 ], [ 120.298968, 30.1468714 ], [ 120.2989454, 30.1462744 ], [ 120.2989472, 30.1461067 ], [ 120.2989521, 30.1456547 ], [ 120.2985637, 30.1456779 ], [ 120.2985101, 30.1459327 ], [ 120.2981485, 30.1459443 ], [ 120.2978136, 30.1457532 ], [ 120.2975257, 30.145759 ], [ 120.2960993, 30.1454579 ], [ 120.2960458, 30.1455853 ], [ 120.2958047, 30.1455968 ], [ 120.2956038, 30.1454289 ], [ 120.2950413, 30.145232 ], [ 120.2950748, 30.1451452 ], [ 120.2940435, 30.1446703 ], [ 120.2940238, 30.1447796 ], [ 120.2936139, 30.1446016 ], [ 120.2933259, 30.144398 ], [ 120.2932133, 30.1441577 ], [ 120.2930653, 30.1439297 ], [ 120.2927979, 30.1435804 ], [ 120.2927067, 30.1434639 ], [ 120.2927018, 30.1434479 ], [ 120.2926611, 30.1433139 ], [ 120.2925816, 30.1431685 ], [ 120.2925272, 30.1430437 ], [ 120.2924727, 30.1429495 ], [ 120.2923355, 30.1428468 ], [ 120.2921531, 30.1426905 ], [ 120.2920078, 30.142543 ], [ 120.2917568, 30.1422523 ], [ 120.2916182, 30.1420731 ], [ 120.2915794, 30.1419608 ], [ 120.2912201, 30.1415317 ], [ 120.2905961, 30.1408046 ], [ 120.2904578, 30.1406675 ], [ 120.2904104, 30.1405937 ], [ 120.2903892, 30.1405606 ], [ 120.2902432, 30.1400906 ], [ 120.2901606, 30.1399267 ], [ 120.2900562, 30.13984 ], [ 120.2899304, 30.1397317 ], [ 120.2897001, 30.1393822 ], [ 120.2893352, 30.1395273 ], [ 120.2895465, 30.1398174 ], [ 120.2896992, 30.1401867 ], [ 120.2898214, 30.1402772 ], [ 120.2901883, 30.1408049 ], [ 120.290286, 30.1410161 ], [ 120.2903246, 30.1410769 ], [ 120.2906108, 30.1413266 ], [ 120.2907228, 30.1420171 ], [ 120.2908223, 30.1420911 ], [ 120.2910769, 30.1420904 ], [ 120.2912303, 30.1420298 ], [ 120.2913114, 30.1421728 ], [ 120.2914123, 30.1421991 ], [ 120.2914575, 30.1422274 ], [ 120.2914783, 30.1422405 ], [ 120.2916888, 30.1425419 ], [ 120.2918789, 30.1428396 ], [ 120.2921813, 30.143429 ], [ 120.2923897, 30.1434263 ], [ 120.2924385, 30.1434515 ], [ 120.292477, 30.1435243 ], [ 120.2924798, 30.1435478 ], [ 120.2925116, 30.1438168 ], [ 120.2928144, 30.1440528 ], [ 120.2928607, 30.1441148 ], [ 120.2928684, 30.1442326 ], [ 120.2928497, 30.1443366 ], [ 120.2928265, 30.1444527 ], [ 120.2928509, 30.144532 ], [ 120.2929281, 30.1445313 ], [ 120.2930328, 30.1445361 ], [ 120.2931147, 30.1445395 ], [ 120.2931867, 30.1445463 ], [ 120.2934107, 30.1446411 ], [ 120.2935756, 30.1447694 ], [ 120.2939945, 30.1449337 ], [ 120.2939687, 30.1450357 ], [ 120.2940904, 30.1450988 ], [ 120.2941109, 30.1451792 ], [ 120.2941242, 30.1453471 ], [ 120.2937961, 30.1457409 ], [ 120.2934948, 30.1460015 ], [ 120.2933541, 30.1461636 ], [ 120.2930298, 30.1464312 ], [ 120.292931, 30.1465377 ], [ 120.2928277, 30.1467369 ], [ 120.2926912, 30.1470612 ], [ 120.292489, 30.1473461 ], [ 120.2921354, 30.1476287 ], [ 120.2919996, 30.1477899 ], [ 120.291901, 30.1480051 ], [ 120.2918541, 30.148422 ], [ 120.2918273, 30.1488563 ], [ 120.2918407, 30.1493253 ], [ 120.2919278, 30.1494875 ], [ 120.2920483, 30.1496496 ], [ 120.2921421, 30.1498233 ], [ 120.2921354, 30.1500665 ], [ 120.291895, 30.1504989 ], [ 120.2915919, 30.1509674 ], [ 120.2915329, 30.1510579 ], [ 120.2914819, 30.1511216 ], [ 120.2914336, 30.1511703 ], [ 120.2909635, 30.1514505 ], [ 120.2905014, 30.1516763 ], [ 120.2901465, 30.1518558 ], [ 120.289536, 30.1520691 ], [ 120.2894568, 30.1520795 ], [ 120.2893295, 30.1520817 ], [ 120.289249, 30.1520876 ], [ 120.2891497, 30.1521015 ], [ 120.289017, 30.152134 ], [ 120.2889512, 30.1521572 ], [ 120.2889009, 30.1521917 ], [ 120.2888474, 30.1522496 ], [ 120.288767, 30.1523075 ], [ 120.2883518, 30.152458 ], [ 120.2881077, 30.1525387 ], [ 120.2879266, 30.1526025 ], [ 120.2877805, 30.152657 ], [ 120.2876745, 30.152686 ], [ 120.2875324, 30.1527115 ], [ 120.2874197, 30.1527625 ], [ 120.2873486, 30.1528112 ], [ 120.2872762, 30.1528484 ], [ 120.287205, 30.152863 ], [ 120.2871408, 30.1528762 ], [ 120.2869651, 30.1528971 ], [ 120.2866777, 30.1529039 ], [ 120.2865091, 30.1529133 ], [ 120.2860853, 30.1529666 ], [ 120.2861932, 30.1536866 ] ], [ [ 120.291318, 30.1579596 ], [ 120.2922957, 30.1581217 ], [ 120.2923894, 30.1581738 ], [ 120.2924497, 30.1583533 ], [ 120.2924698, 30.1585965 ], [ 120.2923693, 30.1587007 ], [ 120.2921617, 30.1587876 ], [ 120.2920814, 30.1588165 ], [ 120.2919943, 30.1590481 ], [ 120.2916796, 30.1590713 ], [ 120.2916171, 30.1590018 ], [ 120.2915658, 30.1589034 ], [ 120.2915189, 30.158747 ], [ 120.2913496, 30.1588432 ], [ 120.2910672, 30.1579085 ], [ 120.291318, 30.1579596 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2999044, 30.1517154 ], [ 120.3000311, 30.1518061 ], [ 120.3001177, 30.1518027 ], [ 120.3005361, 30.151839 ], [ 120.3007236, 30.1518618 ], [ 120.3007292, 30.1517938 ], [ 120.3005956, 30.1516757 ], [ 120.3003328, 30.1515959 ], [ 120.3000057, 30.1515068 ], [ 120.2999161, 30.1513706 ], [ 120.2998483, 30.1513826 ], [ 120.2999044, 30.1517154 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2743077, 30.1540151 ], [ 120.2744091, 30.153907 ], [ 120.2744724, 30.1538811 ], [ 120.2745759, 30.1538389 ], [ 120.2746725, 30.1535142 ], [ 120.2750909, 30.1535327 ], [ 120.2750909, 30.1531987 ], [ 120.2748275, 30.1532113 ], [ 120.274694, 30.1531431 ], [ 120.2747261, 30.1522432 ], [ 120.2749622, 30.1512969 ], [ 120.2749622, 30.1511392 ], [ 120.2749836, 30.1510093 ], [ 120.2749944, 30.1501744 ], [ 120.2744091, 30.1501219 ], [ 120.2743184, 30.1514639 ], [ 120.2743506, 30.1516866 ], [ 120.2742433, 30.1518814 ], [ 120.2742433, 30.1524287 ], [ 120.2742004, 30.1530967 ], [ 120.2741897, 30.1534214 ], [ 120.2741897, 30.1537554 ], [ 120.2741731, 30.1538514 ], [ 120.2740336, 30.1540555 ], [ 120.2743077, 30.1540151 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2997969, 30.1523162 ], [ 120.3008485, 30.1522328 ], [ 120.3013755, 30.1522913 ], [ 120.3018827, 30.1525426 ], [ 120.3006836, 30.1525091 ], [ 120.3006423, 30.1522893 ], [ 120.3005603, 30.152305 ], [ 120.3005985, 30.1526537 ], [ 120.3021529, 30.1526523 ], [ 120.3021673, 30.1525724 ], [ 120.3016141, 30.1522967 ], [ 120.3013892, 30.152106 ], [ 120.3006572, 30.152079 ], [ 120.2997521, 30.1520221 ], [ 120.2997969, 30.1523162 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2675486, 30.1531348 ], [ 120.2675915, 30.1531464 ], [ 120.2676599, 30.153169 ], [ 120.2677242, 30.1531846 ], [ 120.26779, 30.1532032 ], [ 120.2678543, 30.1532241 ], [ 120.2679603, 30.1532565 ], [ 120.2681491, 30.1532759 ], [ 120.2682695, 30.1532774 ], [ 120.2685875, 30.1533068 ], [ 120.2689745, 30.1533386 ], [ 120.2691962, 30.1533645 ], [ 120.2694581, 30.1533656 ], [ 120.2697139, 30.1533386 ], [ 120.2700095, 30.1533217 ], [ 120.270228, 30.1533511 ], [ 120.2704983, 30.1533953 ], [ 120.2706163, 30.1533396 ], [ 120.2706592, 30.1533118 ], [ 120.2714215, 30.1533285 ], [ 120.271915, 30.1532172 ], [ 120.2723007, 30.1531077 ], [ 120.2724616, 30.1530242 ], [ 120.2727191, 30.1529871 ], [ 120.2733098, 30.153078 ], [ 120.2738027, 30.1532469 ], [ 120.2740919, 30.1533773 ], [ 120.2741897, 30.1534214 ], [ 120.2742004, 30.1530967 ], [ 120.2740242, 30.1530771 ], [ 120.2737818, 30.1530502 ], [ 120.2735496, 30.1530188 ], [ 120.2734385, 30.1530038 ], [ 120.2731166, 30.1529203 ], [ 120.2726338, 30.1528739 ], [ 120.2724616, 30.1529314 ], [ 120.272129, 30.153052 ], [ 120.2716677, 30.1531726 ], [ 120.2713571, 30.1532357 ], [ 120.2707456, 30.1531337 ], [ 120.2697585, 30.1529203 ], [ 120.2697158, 30.1528994 ], [ 120.2696823, 30.1528495 ], [ 120.2696756, 30.1527788 ], [ 120.2696796, 30.1525596 ], [ 120.2696447, 30.1523833 ], [ 120.2696313, 30.1523358 ], [ 120.2695991, 30.1522987 ], [ 120.2694395, 30.152294 ], [ 120.2693859, 30.1523799 ], [ 120.2693228, 30.1524854 ], [ 120.2692907, 30.1525457 ], [ 120.2692665, 30.1526292 ], [ 120.2692799, 30.1527046 ], [ 120.2692759, 30.1527718 ], [ 120.2692551, 30.1528078 ], [ 120.2692223, 30.1528368 ], [ 120.2691793, 30.152864 ], [ 120.2691387, 30.152876 ], [ 120.269115, 30.1528831 ], [ 120.2689621, 30.1528739 ], [ 120.2681534, 30.1527857 ], [ 120.2678997, 30.152758 ], [ 120.2674574, 30.1531116 ], [ 120.2675486, 30.1531348 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.274529, 30.1590105 ], [ 120.2745505, 30.1591543 ], [ 120.2746081, 30.1594047 ], [ 120.2746551, 30.1596761 ], [ 120.2746457, 30.1597665 ], [ 120.2746189, 30.1598454 ], [ 120.2745987, 30.1599045 ], [ 120.274584, 30.1599764 ], [ 120.274588, 30.1600587 ], [ 120.2746148, 30.1601352 ], [ 120.2746564, 30.1601666 ], [ 120.2747074, 30.1601863 ], [ 120.2747615, 30.1601897 ], [ 120.2749354, 30.1601955 ], [ 120.2749555, 30.1601735 ], [ 120.2749541, 30.1601515 ], [ 120.2749448, 30.1601271 ], [ 120.2749127, 30.1601033 ], [ 120.2748308, 30.160032 ], [ 120.2748133, 30.1599775 ], [ 120.2747945, 30.1599022 ], [ 120.2747785, 30.1598036 ], [ 120.2747583, 30.1596297 ], [ 120.2746953, 30.1590824 ], [ 120.2746873, 30.1589618 ], [ 120.2746765, 30.1588273 ], [ 120.2746859, 30.1586522 ], [ 120.2747101, 30.1584794 ], [ 120.2747673, 30.1581036 ], [ 120.2747823, 30.1579908 ], [ 120.2748124, 30.1578694 ], [ 120.2748576, 30.1577442 ], [ 120.2750181, 30.1574009 ], [ 120.2750683, 30.1573228 ], [ 120.2752388, 30.1571449 ], [ 120.275339, 30.1570751 ], [ 120.275441, 30.1570183 ], [ 120.2755047, 30.1569931 ], [ 120.2757065, 30.1569592 ], [ 120.2759747, 30.1569221 ], [ 120.2765131, 30.15685 ], [ 120.2768542, 30.1568587 ], [ 120.2769345, 30.1568847 ], [ 120.2772155, 30.1568717 ], [ 120.2772706, 30.1568196 ], [ 120.2774312, 30.1560865 ], [ 120.2775573, 30.1553589 ], [ 120.2775917, 30.1550281 ], [ 120.277662, 30.1548112 ], [ 120.2777121, 30.154603 ], [ 120.2777874, 30.1543427 ], [ 120.2779233, 30.1540429 ], [ 120.2779282, 30.153907 ], [ 120.2781379, 30.1538203 ], [ 120.2783632, 30.1539873 ], [ 120.2785612, 30.1540184 ], [ 120.2787328, 30.1539534 ], [ 120.2787602, 30.153876 ], [ 120.279125, 30.1538203 ], [ 120.2809167, 30.15387 ], [ 120.2813083, 30.1538978 ], [ 120.2813512, 30.1539187 ], [ 120.28137, 30.1539825 ], [ 120.2813821, 30.1540648 ], [ 120.2813981, 30.1542387 ], [ 120.2814317, 30.1543025 ], [ 120.281484, 30.1543292 ], [ 120.2815698, 30.1543222 ], [ 120.281656, 30.1542917 ], [ 120.2817951, 30.1541877 ], [ 120.2818501, 30.1541274 ], [ 120.281897, 30.1540764 ], [ 120.281944, 30.1540474 ], [ 120.2820125, 30.1540402 ], [ 120.282526, 30.1540312 ], [ 120.2830155, 30.1540068 ], [ 120.2831228, 30.1539964 ], [ 120.283273, 30.1539941 ], [ 120.283353, 30.1540004 ], [ 120.283831, 30.1540129 ], [ 120.2839026, 30.1537238 ], [ 120.2836552, 30.153674 ], [ 120.2836163, 30.1536508 ], [ 120.2835909, 30.1536033 ], [ 120.28356, 30.1535673 ], [ 120.2835023, 30.1535453 ], [ 120.2831939, 30.1535209 ], [ 120.2831469, 30.1535012 ], [ 120.2831295, 30.1534734 ], [ 120.2831148, 30.153427 ], [ 120.2831188, 30.1532635 ], [ 120.2831081, 30.1532078 ], [ 120.2830719, 30.1531452 ], [ 120.2830075, 30.1530756 ], [ 120.2829444, 30.1530211 ], [ 120.2829015, 30.1529724 ], [ 120.2828841, 30.1529318 ], [ 120.282922, 30.1526605 ], [ 120.2829538, 30.1525921 ], [ 120.2829927, 30.1525097 ], [ 120.2830383, 30.152388 ], [ 120.2830531, 30.1523138 ], [ 120.2831065, 30.1518683 ], [ 120.2831542, 30.1518675 ], [ 120.2831699, 30.1517687 ], [ 120.2834847, 30.1517791 ], [ 120.2834705, 30.1518731 ], [ 120.2838862, 30.1518779 ], [ 120.2839552, 30.1518587 ], [ 120.2839767, 30.1518194 ], [ 120.2839808, 30.1516629 ], [ 120.2834849, 30.151631 ], [ 120.2834423, 30.1515817 ], [ 120.2834322, 30.1511808 ], [ 120.2831242, 30.1510753 ], [ 120.2831253, 30.1512299 ], [ 120.2831884, 30.1512649 ], [ 120.2831359, 30.151503 ], [ 120.2831043, 30.1515785 ], [ 120.2830141, 30.1516195 ], [ 120.2828426, 30.1516394 ], [ 120.2825891, 30.151637 ], [ 120.2824398, 30.1516111 ], [ 120.2822957, 30.1515522 ], [ 120.2821458, 30.151526 ], [ 120.2821386, 30.1516422 ], [ 120.2822381, 30.1516777 ], [ 120.2823394, 30.1517557 ], [ 120.2825584, 30.1517782 ], [ 120.282789, 30.1517915 ], [ 120.2828456, 30.1518342 ], [ 120.2828773, 30.1519056 ], [ 120.2828747, 30.1522743 ], [ 120.2828599, 30.1523416 ], [ 120.2828192, 30.1524188 ], [ 120.2827714, 30.1524807 ], [ 120.2827473, 30.1525538 ], [ 120.282732, 30.1526571 ], [ 120.2826249, 30.1533572 ], [ 120.2825814, 30.1533935 ], [ 120.2825287, 30.1534108 ], [ 120.2814743, 30.1533783 ], [ 120.2809047, 30.1533447 ], [ 120.2807689, 30.1533367 ], [ 120.2794576, 30.153273 ], [ 120.27928, 30.1532484 ], [ 120.2791357, 30.1531338 ], [ 120.2789748, 30.1529575 ], [ 120.2789104, 30.1528555 ], [ 120.2789748, 30.1527256 ], [ 120.2789045, 30.1526639 ], [ 120.2787924, 30.1525308 ], [ 120.2786744, 30.152271 ], [ 120.278728, 30.1504805 ], [ 120.2787472, 30.1502055 ], [ 120.2787543, 30.1501034 ], [ 120.2786422, 30.1498868 ], [ 120.2786255, 30.1496859 ], [ 120.2786899, 30.1495004 ], [ 120.2787816, 30.1494786 ], [ 120.2787816, 30.1490518 ], [ 120.2788353, 30.1478828 ], [ 120.2781916, 30.147855 ], [ 120.2782178, 30.1481087 ], [ 120.27825, 30.1483685 ], [ 120.2783096, 30.148625 ], [ 120.2783251, 30.1490179 ], [ 120.2782715, 30.1491014 ], [ 120.2781964, 30.1498065 ], [ 120.2782345, 30.1501187 ], [ 120.2782237, 30.1505176 ], [ 120.2782667, 30.1508516 ], [ 120.2783144, 30.1509476 ], [ 120.278331, 30.1510279 ], [ 120.2782667, 30.1511114 ], [ 120.2782667, 30.151399 ], [ 120.2782023, 30.1519092 ], [ 120.2782345, 30.1522803 ], [ 120.2782071, 30.1524876 ], [ 120.2781594, 30.1527442 ], [ 120.2780521, 30.1529854 ], [ 120.2779882, 30.1530485 ], [ 120.2779019, 30.1531338 ], [ 120.2777088, 30.1531431 ], [ 120.2775693, 30.1532266 ], [ 120.2758468, 30.1532576 ], [ 120.275284, 30.1531987 ], [ 120.2753162, 30.1536069 ], [ 120.2755464, 30.1537122 ], [ 120.2755523, 30.1539038 ], [ 120.2757239, 30.1539316 ], [ 120.2758956, 30.1538203 ], [ 120.276196, 30.1538389 ], [ 120.2764369, 30.1538328 ], [ 120.2766573, 30.1538852 ], [ 120.276748, 30.153805 ], [ 120.2769792, 30.1537739 ], [ 120.2771879, 30.1537772 ], [ 120.2772844, 30.1538699 ], [ 120.2772474, 30.1540289 ], [ 120.277108, 30.1543582 ], [ 120.2769604, 30.1545785 ], [ 120.2770489, 30.154945 ], [ 120.2769282, 30.1555874 ], [ 120.2769175, 30.1557567 ], [ 120.2768236, 30.1564965 ], [ 120.2768183, 30.1565661 ], [ 120.2768008, 30.1566194 ], [ 120.2767284, 30.156689 ], [ 120.2766332, 30.15674 ], [ 120.2764439, 30.156774 ], [ 120.2757628, 30.156849 ], [ 120.2754707, 30.1569023 ], [ 120.2753337, 30.1569499 ], [ 120.2752089, 30.1570032 ], [ 120.2750722, 30.1570867 ], [ 120.2749984, 30.1571494 ], [ 120.2749045, 30.1572873 ], [ 120.274812, 30.1575065 ], [ 120.2747583, 30.1576665 ], [ 120.2746832, 30.1578822 ], [ 120.2746202, 30.1580956 ], [ 120.2745746, 30.1583646 ], [ 120.2745518, 30.158542 ], [ 120.2745223, 30.1588412 ], [ 120.274529, 30.1590105 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2995198, 30.1542265 ], [ 120.299682, 30.1542139 ], [ 120.2998999, 30.154197 ], [ 120.3000345, 30.1541865 ], [ 120.3001686, 30.1542412 ], [ 120.3003417, 30.1542384 ], [ 120.3004589, 30.1541788 ], [ 120.3010547, 30.1542118 ], [ 120.3012377, 30.154286 ], [ 120.3012812, 30.1544451 ], [ 120.3012913, 30.1547719 ], [ 120.3015048, 30.1547687 ], [ 120.3015434, 30.1544741 ], [ 120.3014365, 30.1541006 ], [ 120.3008028, 30.1539434 ], [ 120.2999979, 30.1540008 ], [ 120.2998664, 30.1540031 ], [ 120.2996422, 30.1540071 ], [ 120.2994828, 30.1540099 ], [ 120.2995198, 30.1542265 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2707039, 30.1583364 ], [ 120.2709866, 30.1581094 ], [ 120.2711969, 30.1578093 ], [ 120.2713085, 30.1577198 ], [ 120.2715874, 30.1575436 ], [ 120.2717805, 30.1570333 ], [ 120.2719479, 30.1567147 ], [ 120.2721131, 30.1567087 ], [ 120.2723449, 30.1567054 ], [ 120.2724629, 30.1563251 ], [ 120.2727526, 30.1559262 ], [ 120.2730787, 30.1555954 ], [ 120.2733255, 30.1552893 ], [ 120.2736581, 30.1548997 ], [ 120.2740288, 30.1543027 ], [ 120.2737927, 30.1542934 ], [ 120.2737761, 30.1544358 ], [ 120.2736747, 30.1546088 ], [ 120.2734709, 30.1549243 ], [ 120.273149, 30.1552675 ], [ 120.2729178, 30.1555676 ], [ 120.2726775, 30.1558519 ], [ 120.27242, 30.1560931 ], [ 120.2720767, 30.1564085 ], [ 120.2717012, 30.1567889 ], [ 120.2716411, 30.1569127 ], [ 120.2715939, 30.156993 ], [ 120.2715506, 30.1570283 ], [ 120.2711064, 30.157335 ], [ 120.2705881, 30.1578874 ], [ 120.2705654, 30.1581531 ], [ 120.2704386, 30.158325 ], [ 120.2707039, 30.1583364 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.244817, 30.1482 ], [ 120.2449739, 30.1481741 ], [ 120.2458367, 30.1481783 ], [ 120.2460458, 30.1482019 ], [ 120.2468389, 30.1482113 ], [ 120.2474, 30.1481734 ], [ 120.2478564, 30.148193 ], [ 120.2480458, 30.1481945 ], [ 120.2482155, 30.14819 ], [ 120.2488671, 30.1482516 ], [ 120.2494382, 30.1482919 ], [ 120.2504695, 30.1483583 ], [ 120.2521789, 30.1484609 ], [ 120.2528862, 30.148473 ], [ 120.2529844, 30.1484707 ], [ 120.2531481, 30.1484669 ], [ 120.253718, 30.1483911 ], [ 120.2537923, 30.1483812 ], [ 120.253318, 30.1471876 ], [ 120.2531163, 30.1466796 ], [ 120.252911, 30.1464592 ], [ 120.2527624, 30.1461287 ], [ 120.2527588, 30.1460063 ], [ 120.2528438, 30.1459512 ], [ 120.2530632, 30.145939 ], [ 120.253318, 30.1459604 ], [ 120.253403, 30.1460644 ], [ 120.2534773, 30.146092 ], [ 120.2538241, 30.1460338 ], [ 120.2542417, 30.1461103 ], [ 120.2543161, 30.1459818 ], [ 120.2542913, 30.1459145 ], [ 120.2538772, 30.1458961 ], [ 120.2532897, 30.1458747 ], [ 120.253088, 30.1458502 ], [ 120.252911, 30.1457706 ], [ 120.252681, 30.1456788 ], [ 120.2524155, 30.1455135 ], [ 120.2518917, 30.1445311 ], [ 120.2518351, 30.1443934 ], [ 120.2518492, 30.1443291 ], [ 120.2520262, 30.1443199 ], [ 120.2524792, 30.144222 ], [ 120.2525075, 30.14417 ], [ 120.2523447, 30.1441394 ], [ 120.2521996, 30.1441271 ], [ 120.2518032, 30.1441638 ], [ 120.251651, 30.1441516 ], [ 120.2515696, 30.1440475 ], [ 120.2514953, 30.1439312 ], [ 120.2515555, 30.1439037 ], [ 120.2513467, 30.1436466 ], [ 120.2510812, 30.1433069 ], [ 120.2509609, 30.1431355 ], [ 120.2503443, 30.1428065 ], [ 120.2499742, 30.142672 ], [ 120.2492071, 30.1425003 ], [ 120.2470376, 30.1420614 ], [ 120.2469806, 30.141977 ], [ 120.2469032, 30.1418844 ], [ 120.2468691, 30.1417335 ], [ 120.2468729, 30.1414809 ], [ 120.2468577, 30.1410889 ], [ 120.2468293, 30.1404296 ], [ 120.2468444, 30.140072 ], [ 120.2469601, 30.1395029 ], [ 120.2470436, 30.1391387 ], [ 120.2471384, 30.1391141 ], [ 120.2476239, 30.1391551 ], [ 120.2478743, 30.1391994 ], [ 120.2480962, 30.1392667 ], [ 120.2482897, 30.1392962 ], [ 120.2487221, 30.1393372 ], [ 120.2488378, 30.1393487 ], [ 120.2490142, 30.1394176 ], [ 120.2491033, 30.139429 ], [ 120.2492797, 30.1394848 ], [ 120.2494295, 30.1395471 ], [ 120.2499056, 30.1395586 ], [ 120.2499719, 30.1395389 ], [ 120.2501332, 30.1395373 ], [ 120.2502337, 30.1395734 ], [ 120.2502735, 30.1396259 ], [ 120.2506035, 30.1396324 ], [ 120.2506358, 30.1395865 ], [ 120.2506604, 30.1394684 ], [ 120.2506983, 30.1393995 ], [ 120.250759, 30.13937 ], [ 120.2508292, 30.1392814 ], [ 120.2508501, 30.1388943 ], [ 120.2507761, 30.1388451 ], [ 120.2507401, 30.1387894 ], [ 120.2507439, 30.1385154 ], [ 120.250759, 30.1384072 ], [ 120.2507951, 30.1383695 ], [ 120.2508975, 30.1383596 ], [ 120.2514342, 30.1384515 ], [ 120.2516315, 30.1384958 ], [ 120.2522706, 30.138504 ], [ 120.252521, 30.1385712 ], [ 120.2528169, 30.1385876 ], [ 120.2529382, 30.1386335 ], [ 120.2530217, 30.1386335 ], [ 120.2530116, 30.1385233 ], [ 120.2530046, 30.1384466 ], [ 120.2528036, 30.1384466 ], [ 120.2527429, 30.1384695 ], [ 120.2524584, 30.1384482 ], [ 120.2521986, 30.1384121 ], [ 120.252026, 30.1383957 ], [ 120.2516599, 30.1383498 ], [ 120.2515408, 30.138301 ], [ 120.2515348, 30.1382616 ], [ 120.2514825, 30.1381598 ], [ 120.2514565, 30.1380649 ], [ 120.2514433, 30.1380166 ], [ 120.251513, 30.1378697 ], [ 120.2514781, 30.1377755 ], [ 120.2515043, 30.1375795 ], [ 120.2516088, 30.1375456 ], [ 120.2516568, 30.1374853 ], [ 120.2517483, 30.1374778 ], [ 120.2517396, 30.1372743 ], [ 120.2517308, 30.1371952 ], [ 120.2517918, 30.1371612 ], [ 120.2517875, 30.1370444 ], [ 120.2518354, 30.1369841 ], [ 120.2518616, 30.1368899 ], [ 120.2519051, 30.1368522 ], [ 120.2520359, 30.1368447 ], [ 120.252062, 30.1368183 ], [ 120.2520576, 30.1367241 ], [ 120.2519836, 30.1366412 ], [ 120.2518136, 30.1365545 ], [ 120.2516306, 30.1363925 ], [ 120.2514574, 30.1363947 ], [ 120.2509284, 30.1364012 ], [ 120.2505936, 30.1364264 ], [ 120.2501361, 30.136336 ], [ 120.2493866, 30.1362832 ], [ 120.2490773, 30.1362305 ], [ 120.2487635, 30.1362267 ], [ 120.2485065, 30.1362644 ], [ 120.248245, 30.1362418 ], [ 120.2481332, 30.1361562 ], [ 120.2481869, 30.1359242 ], [ 120.2481011, 30.1359149 ], [ 120.2480742, 30.1357526 ], [ 120.2478758, 30.1357386 ], [ 120.2477738, 30.1363139 ], [ 120.2479669, 30.1368706 ], [ 120.2491632, 30.1370098 ], [ 120.2492008, 30.1369681 ], [ 120.2491793, 30.136866 ], [ 120.2493402, 30.1368521 ], [ 120.2493992, 30.1369124 ], [ 120.2494207, 30.1369681 ], [ 120.2495226, 30.1369681 ], [ 120.2496514, 30.1369263 ], [ 120.2496943, 30.1369588 ], [ 120.2497265, 30.1371072 ], [ 120.25022, 30.137214 ], [ 120.2502093, 30.1374691 ], [ 120.2506062, 30.1375248 ], [ 120.2508369, 30.1375016 ], [ 120.2508745, 30.1371676 ], [ 120.2512437, 30.1371904 ], [ 120.2513251, 30.1371954 ], [ 120.2513358, 30.1374969 ], [ 120.2512714, 30.1376825 ], [ 120.2513841, 30.1380537 ], [ 120.2513304, 30.1381279 ], [ 120.2512661, 30.1381928 ], [ 120.2511159, 30.1382114 ], [ 120.2506078, 30.1381214 ], [ 120.2504553, 30.1381666 ], [ 120.250451, 30.1382721 ], [ 120.2505294, 30.138355 ], [ 120.2505512, 30.1390823 ], [ 120.2504553, 30.1392858 ], [ 120.2503072, 30.1393423 ], [ 120.2501154, 30.1393536 ], [ 120.2498889, 30.139331 ], [ 120.2496187, 30.139233 ], [ 120.2495446, 30.1391727 ], [ 120.2488911, 30.1390107 ], [ 120.2487473, 30.1390371 ], [ 120.2486209, 30.1390296 ], [ 120.2484283, 30.1389861 ], [ 120.2482008, 30.1389219 ], [ 120.2480265, 30.1388578 ], [ 120.2477956, 30.1388653 ], [ 120.2474601, 30.1387787 ], [ 120.2471725, 30.1386656 ], [ 120.2470331, 30.138545 ], [ 120.2469982, 30.1384546 ], [ 120.2468849, 30.1384245 ], [ 120.2467629, 30.1384546 ], [ 120.2466496, 30.1385224 ], [ 120.2465494, 30.1385375 ], [ 120.2463446, 30.1384848 ], [ 120.2463359, 30.1388352 ], [ 120.2464405, 30.1388427 ], [ 120.2465494, 30.1388804 ], [ 120.2465935, 30.1389638 ], [ 120.2465511, 30.1394504 ], [ 120.2465263, 30.1403717 ], [ 120.2465688, 30.140586 ], [ 120.2465829, 30.1408645 ], [ 120.24659, 30.1410634 ], [ 120.2466042, 30.1411644 ], [ 120.2464944, 30.1412409 ], [ 120.246459, 30.1414032 ], [ 120.2465157, 30.1420153 ], [ 120.246367, 30.1420306 ], [ 120.2463757, 30.142168 ], [ 120.2463812, 30.142254 ], [ 120.246544, 30.1422418 ], [ 120.2465617, 30.1423397 ], [ 120.2468625, 30.142456 ], [ 120.2481862, 30.1427835 ], [ 120.2487524, 30.1428386 ], [ 120.24894, 30.1428814 ], [ 120.2492161, 30.1428998 ], [ 120.2493612, 30.1429518 ], [ 120.2500559, 30.1432169 ], [ 120.2505584, 30.1433945 ], [ 120.2506717, 30.1434557 ], [ 120.2510398, 30.1439821 ], [ 120.2511424, 30.143979 ], [ 120.2511813, 30.1440096 ], [ 120.2512592, 30.1441045 ], [ 120.2513088, 30.1441137 ], [ 120.2514432, 30.1444167 ], [ 120.2517547, 30.1449309 ], [ 120.2521971, 30.1456623 ], [ 120.2521971, 30.1457144 ], [ 120.2521759, 30.145745 ], [ 120.2522315, 30.1458777 ], [ 120.2525252, 30.1459634 ], [ 120.252596, 30.1460063 ], [ 120.2526208, 30.1460797 ], [ 120.2526739, 30.146398 ], [ 120.252727, 30.146496 ], [ 120.2527871, 30.1465541 ], [ 120.2528119, 30.1466612 ], [ 120.2529712, 30.1471019 ], [ 120.2531021, 30.1472794 ], [ 120.2533994, 30.1480568 ], [ 120.2534242, 30.1481547 ], [ 120.2533853, 30.1482159 ], [ 120.2528544, 30.1482435 ], [ 120.2523785, 30.148198 ], [ 120.2521204, 30.1482199 ], [ 120.2517988, 30.1481787 ], [ 120.2516466, 30.1481333 ], [ 120.2511537, 30.1480832 ], [ 120.2509367, 30.1481549 ], [ 120.2504898, 30.1481502 ], [ 120.2498028, 30.1481155 ], [ 120.2493765, 30.1480379 ], [ 120.2484169, 30.1480273 ], [ 120.2478761, 30.1480031 ], [ 120.2472939, 30.1479828 ], [ 120.2467751, 30.1479876 ], [ 120.245568, 30.1480091 ], [ 120.2448663, 30.147993 ], [ 120.2437767, 30.1479278 ], [ 120.2437098, 30.1480448 ], [ 120.2436231, 30.1481962 ], [ 120.244817, 30.1482 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2573147, 30.1465983 ], [ 120.2573935, 30.1465935 ], [ 120.257592, 30.1466073 ], [ 120.2580704, 30.14654 ], [ 120.2586403, 30.1465901 ], [ 120.2589831, 30.1466235 ], [ 120.2595986, 30.1466313 ], [ 120.2607764, 30.146758 ], [ 120.2619918, 30.1468295 ], [ 120.2629396, 30.1468769 ], [ 120.2635605, 30.1469302 ], [ 120.2636148, 30.1469349 ], [ 120.2637586, 30.1469594 ], [ 120.2638692, 30.147019 ], [ 120.2638799, 30.1473584 ], [ 120.2639135, 30.1479759 ], [ 120.2639259, 30.1483213 ], [ 120.2638843, 30.1487247 ], [ 120.2638233, 30.1489478 ], [ 120.2637345, 30.1490399 ], [ 120.2635551, 30.1490965 ], [ 120.2635284, 30.1495928 ], [ 120.2636744, 30.1499621 ], [ 120.2637496, 30.1501821 ], [ 120.2637615, 30.1504469 ], [ 120.2637186, 30.150737 ], [ 120.2636809, 30.1510256 ], [ 120.2637089, 30.1511594 ], [ 120.2637138, 30.1512693 ], [ 120.263636, 30.1515583 ], [ 120.2635766, 30.1516433 ], [ 120.2635719, 30.1517252 ], [ 120.2635992, 30.1518005 ], [ 120.2635734, 30.1519636 ], [ 120.2635144, 30.1520879 ], [ 120.2635061, 30.1521724 ], [ 120.2635092, 30.15241 ], [ 120.2635038, 30.1527672 ], [ 120.2635109, 30.1532462 ], [ 120.2635011, 30.1535673 ], [ 120.2636071, 30.153587 ], [ 120.2636822, 30.1536369 ], [ 120.2637063, 30.1536937 ], [ 120.2636994, 30.1538317 ], [ 120.2636487, 30.1544017 ], [ 120.2640134, 30.154415 ], [ 120.2640147, 30.1542886 ], [ 120.2640215, 30.154197 ], [ 120.2640282, 30.1541344 ], [ 120.2640456, 30.1540532 ], [ 120.2640778, 30.1539233 ], [ 120.2641136, 30.1537697 ], [ 120.2641556, 30.1534143 ], [ 120.2641902, 30.1532172 ], [ 120.2642454, 30.1531116 ], [ 120.2643259, 30.1530316 ], [ 120.2644198, 30.1529956 ], [ 120.2645539, 30.1529701 ], [ 120.2647261, 30.1529779 ], [ 120.2649549, 30.1530095 ], [ 120.2652197, 30.1530474 ], [ 120.265849, 30.1530986 ], [ 120.2666044, 30.1531093 ], [ 120.2669451, 30.1531081 ], [ 120.2672495, 30.1531046 ], [ 120.2674574, 30.1531116 ], [ 120.2678997, 30.152758 ], [ 120.2673982, 30.1526977 ], [ 120.2666042, 30.1526698 ], [ 120.2659846, 30.152649 ], [ 120.2655421, 30.152642 ], [ 120.2650271, 30.1525771 ], [ 120.2650164, 30.1525028 ], [ 120.2648554, 30.1525307 ], [ 120.2646623, 30.1524008 ], [ 120.2646087, 30.1523451 ], [ 120.2647261, 30.1522264 ], [ 120.2645121, 30.1521317 ], [ 120.2644799, 30.1520204 ], [ 120.2642332, 30.1518349 ], [ 120.2642541, 30.1511873 ], [ 120.2643506, 30.1508162 ], [ 120.2643834, 30.1504155 ], [ 120.2644048, 30.1502114 ], [ 120.2643725, 30.1499862 ], [ 120.264257, 30.1499786 ], [ 120.2643223, 30.149782 ], [ 120.2645209, 30.1486261 ], [ 120.2646434, 30.147363 ], [ 120.2647107, 30.1469285 ], [ 120.2648395, 30.1457163 ], [ 120.2648127, 30.1456699 ], [ 120.2648181, 30.1455772 ], [ 120.2648644, 30.145497 ], [ 120.2648771, 30.1454751 ], [ 120.2649736, 30.1451272 ], [ 120.2650595, 30.1449092 ], [ 120.2651668, 30.1448674 ], [ 120.267393, 30.1448999 ], [ 120.2675376, 30.1449442 ], [ 120.2682551, 30.1449847 ], [ 120.268264, 30.1446717 ], [ 120.2674233, 30.1445996 ], [ 120.2663226, 30.1445468 ], [ 120.2654293, 30.1444176 ], [ 120.2649832, 30.1439324 ], [ 120.2648677, 30.143292 ], [ 120.264605, 30.1432763 ], [ 120.2643369, 30.1432603 ], [ 120.2642837, 30.1443518 ], [ 120.2641636, 30.1444019 ], [ 120.2642506, 30.1445964 ], [ 120.2642884, 30.1447849 ], [ 120.2641325, 30.1454091 ], [ 120.2642158, 30.1457265 ], [ 120.2640419, 30.1462669 ], [ 120.2639392, 30.1463934 ], [ 120.2637537, 30.1465653 ], [ 120.2635872, 30.1465438 ], [ 120.2635185, 30.1465448 ], [ 120.2629701, 30.1465524 ], [ 120.2619252, 30.1464788 ], [ 120.260593, 30.1464411 ], [ 120.2603379, 30.1464339 ], [ 120.2595277, 30.1463469 ], [ 120.2592056, 30.1462603 ], [ 120.2580539, 30.1462505 ], [ 120.2577003, 30.1462109 ], [ 120.257687, 30.1462913 ], [ 120.2574487, 30.1462725 ], [ 120.2571524, 30.1462691 ], [ 120.2571261, 30.1463594 ], [ 120.2570997, 30.14645 ], [ 120.2573147, 30.1465983 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2572357, 30.1489413 ], [ 120.2579706, 30.1489459 ], [ 120.2583568, 30.1490201 ], [ 120.2589255, 30.149048 ], [ 120.2590489, 30.1490619 ], [ 120.2590971, 30.1491036 ], [ 120.2589577, 30.1509174 ], [ 120.259124, 30.1513256 ], [ 120.2591883, 30.1514694 ], [ 120.259242, 30.1516224 ], [ 120.2592849, 30.1517709 ], [ 120.2592849, 30.1518982 ], [ 120.2592849, 30.1519703 ], [ 120.2592581, 30.1522023 ], [ 120.2592473, 30.1522811 ], [ 120.2593278, 30.1525501 ], [ 120.2594405, 30.152898 ], [ 120.2595263, 30.1530465 ], [ 120.2596389, 30.1532413 ], [ 120.259698, 30.1533804 ], [ 120.2597301, 30.1535567 ], [ 120.2598453, 30.1539749 ], [ 120.2600167, 30.1539967 ], [ 120.25984, 30.1537279 ], [ 120.2597906, 30.1535387 ], [ 120.2598052, 30.153399 ], [ 120.2597731, 30.1531346 ], [ 120.2597069, 30.1529521 ], [ 120.2595638, 30.1527635 ], [ 120.2594726, 30.1524574 ], [ 120.259397, 30.1517842 ], [ 120.2593508, 30.1514929 ], [ 120.2592649, 30.1512416 ], [ 120.2592253, 30.1510475 ], [ 120.2594036, 30.1500138 ], [ 120.25943, 30.1498996 ], [ 120.2595291, 30.1498425 ], [ 120.2611141, 30.1497168 ], [ 120.2613849, 30.1496654 ], [ 120.2620322, 30.1495855 ], [ 120.2623756, 30.1495855 ], [ 120.2624548, 30.1495455 ], [ 120.2625539, 30.1495113 ], [ 120.2627718, 30.1495227 ], [ 120.2629766, 30.1494884 ], [ 120.2635284, 30.1495928 ], [ 120.2635551, 30.1490965 ], [ 120.2633297, 30.1492242 ], [ 120.2630003, 30.149275 ], [ 120.2625411, 30.1493077 ], [ 120.2615487, 30.149317 ], [ 120.2609103, 30.1493402 ], [ 120.2594941, 30.1494144 ], [ 120.2594726, 30.1487047 ], [ 120.2587163, 30.1486908 ], [ 120.2579984, 30.1486616 ], [ 120.2572357, 30.1486305 ], [ 120.2572357, 30.1489413 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2636095, 30.1569172 ], [ 120.2637284, 30.1569298 ], [ 120.2637825, 30.1562971 ], [ 120.2638678, 30.1561042 ], [ 120.2638469, 30.1551561 ], [ 120.2638469, 30.1550447 ], [ 120.2639435, 30.15472 ], [ 120.2640134, 30.154415 ], [ 120.2636487, 30.1544017 ], [ 120.2636136, 30.1546424 ], [ 120.263568, 30.1550355 ], [ 120.2635358, 30.1569094 ], [ 120.2636095, 30.1569172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "湘浦观鱼" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2342678, 30.1577211 ], [ 120.2343912, 30.1577396 ], [ 120.2345307, 30.1576793 ], [ 120.2346101, 30.1575638 ], [ 120.2346755, 30.1574521 ], [ 120.234771, 30.1572809 ], [ 120.234889, 30.1571371 ], [ 120.2349008, 30.1570763 ], [ 120.234933, 30.15703 ], [ 120.2350403, 30.1569697 ], [ 120.2351369, 30.1568769 ], [ 120.2352699, 30.1567985 ], [ 120.2353074, 30.1567243 ], [ 120.2353514, 30.156645 ], [ 120.235522, 30.1565295 ], [ 120.2356036, 30.156376 ], [ 120.2356948, 30.1561672 ], [ 120.235743, 30.1560466 ], [ 120.2358611, 30.1559167 ], [ 120.2359136, 30.1558337 ], [ 120.2359093, 30.1557359 ], [ 120.2358611, 30.1556524 ], [ 120.2357913, 30.1556153 ], [ 120.2356465, 30.1555781 ], [ 120.2355392, 30.1555828 ], [ 120.2353675, 30.1555828 ], [ 120.2352978, 30.1556106 ], [ 120.2352173, 30.1556663 ], [ 120.2352216, 30.1558244 ], [ 120.2353021, 30.1558662 ], [ 120.2353353, 30.1559678 ], [ 120.2354362, 30.1560888 ], [ 120.2354265, 30.1561997 ], [ 120.2354104, 30.1563203 ], [ 120.2353504, 30.1563996 ], [ 120.2352656, 30.156478 ], [ 120.235153, 30.1565105 ], [ 120.2350993, 30.1565754 ], [ 120.2350768, 30.1566686 ], [ 120.2349759, 30.156696 ], [ 120.2348847, 30.1567424 ], [ 120.2347978, 30.1569237 ], [ 120.2347281, 30.1570072 ], [ 120.2346594, 30.1570068 ], [ 120.2345886, 30.1570861 ], [ 120.2345307, 30.157183 ], [ 120.2344438, 30.1573597 ], [ 120.2343311, 30.1574572 ], [ 120.2342839, 30.1575587 ], [ 120.2342453, 30.1576473 ], [ 120.2342678, 30.1577211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2353772, 30.157962 ], [ 120.2355014, 30.1581154 ], [ 120.2357803, 30.1583751 ], [ 120.236136, 30.1587671 ], [ 120.236372, 30.1589619 ], [ 120.2365877, 30.15905 ], [ 120.2366024, 30.158952 ], [ 120.2363919, 30.1588297 ], [ 120.2362647, 30.1587207 ], [ 120.2361145, 30.1585816 ], [ 120.2362309, 30.1583102 ], [ 120.2362846, 30.1581618 ], [ 120.2365421, 30.158069 ], [ 120.2370158, 30.1579507 ], [ 120.2373682, 30.1578464 ], [ 120.2376472, 30.1578 ], [ 120.2378188, 30.1577722 ], [ 120.2380028, 30.1578116 ], [ 120.2381756, 30.1580446 ], [ 120.2382506, 30.1581791 ], [ 120.2382869, 30.1583439 ], [ 120.2384642, 30.158272 ], [ 120.2383794, 30.158098 ], [ 120.2382641, 30.1579241 ], [ 120.2381852, 30.1577096 ], [ 120.2382603, 30.1574869 ], [ 120.2384089, 30.1573176 ], [ 120.2386235, 30.1572063 ], [ 120.2389024, 30.1571228 ], [ 120.2390113, 30.1570045 ], [ 120.2390741, 30.1567239 ], [ 120.2390634, 30.1565384 ], [ 120.239301, 30.1562717 ], [ 120.2394389, 30.1561395 ], [ 120.2394925, 30.1560838 ], [ 120.2394563, 30.1559423 ], [ 120.2393332, 30.1558635 ], [ 120.2392565, 30.1560653 ], [ 120.239183, 30.1562531 ], [ 120.2388826, 30.156485 ], [ 120.2385822, 30.1565871 ], [ 120.2382496, 30.1566891 ], [ 120.2376686, 30.1566961 ], [ 120.2371874, 30.1566984 ], [ 120.2369069, 30.1567796 ], [ 120.2365743, 30.1571506 ], [ 120.2362095, 30.1575031 ], [ 120.2358876, 30.1578186 ], [ 120.235621, 30.1579693 ], [ 120.2353512, 30.1579299 ], [ 120.2353772, 30.157962 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2281953, 30.1581432 ], [ 120.2283133, 30.1581246 ], [ 120.228485, 30.1581432 ], [ 120.2287747, 30.1582081 ], [ 120.2290429, 30.1581895 ], [ 120.2291716, 30.1581246 ], [ 120.2294291, 30.1581246 ], [ 120.2296973, 30.1581988 ], [ 120.229869, 30.1583565 ], [ 120.2299977, 30.1584215 ], [ 120.2302338, 30.1585792 ], [ 120.2302016, 30.1586905 ], [ 120.230281, 30.158742 ], [ 120.2304591, 30.1586812 ], [ 120.2306415, 30.1587925 ], [ 120.2307273, 30.1589409 ], [ 120.2308453, 30.1591335 ], [ 120.2308427, 30.1593051 ], [ 120.230848, 30.1594036 ], [ 120.230923, 30.1594905 ], [ 120.2311713, 30.1596065 ], [ 120.2313291, 30.1596503 ], [ 120.2313924, 30.1596529 ], [ 120.2314505, 30.159621 ], [ 120.231505, 30.1595659 ], [ 120.2316232, 30.1595091 ], [ 120.2317411, 30.1594697 ], [ 120.2318752, 30.1594581 ], [ 120.2320281, 30.1594349 ], [ 120.2325083, 30.1593769 ], [ 120.23268, 30.1593213 ], [ 120.2329804, 30.1589131 ], [ 120.2332421, 30.1587698 ], [ 120.2333344, 30.1586626 ], [ 120.2334739, 30.1585421 ], [ 120.2332851, 30.1583616 ], [ 120.2333988, 30.1581524 ], [ 120.2335533, 30.1581761 ], [ 120.2335747, 30.1580926 ], [ 120.2336177, 30.15787 ], [ 120.233564, 30.157805 ], [ 120.2334675, 30.157703 ], [ 120.2334632, 30.1576237 ], [ 120.2333666, 30.1575773 ], [ 120.233152, 30.1576051 ], [ 120.2329267, 30.1576793 ], [ 120.2327658, 30.1577072 ], [ 120.2325512, 30.1577164 ], [ 120.2323581, 30.1577906 ], [ 120.2321113, 30.1578834 ], [ 120.2317144, 30.158004 ], [ 120.2312788, 30.158074 ], [ 120.2310599, 30.1580782 ], [ 120.2308131, 30.1580597 ], [ 120.23062, 30.1579669 ], [ 120.2304805, 30.1579576 ], [ 120.2301801, 30.1578741 ], [ 120.2296652, 30.1577999 ], [ 120.2295579, 30.1577443 ], [ 120.2295085, 30.1575731 ], [ 120.229472, 30.1574845 ], [ 120.2294012, 30.1574061 ], [ 120.2293047, 30.1571928 ], [ 120.2292038, 30.1568908 ], [ 120.2291223, 30.1567289 ], [ 120.2290912, 30.1565666 ], [ 120.2288111, 30.1566454 ], [ 120.2287639, 30.1569557 ], [ 120.2286717, 30.1570443 ], [ 120.2283927, 30.1573412 ], [ 120.2282919, 30.1575495 ], [ 120.2281417, 30.1576701 ], [ 120.2281524, 30.1578185 ], [ 120.2280773, 30.158004 ], [ 120.2281953, 30.1581432 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2336295, 30.1582823 ], [ 120.233667, 30.1584168 ], [ 120.2337314, 30.1584354 ], [ 120.2338494, 30.1584725 ], [ 120.2341123, 30.1581895 ], [ 120.2341219, 30.1581019 ], [ 120.2342936, 30.1578792 ], [ 120.2342721, 30.1577865 ], [ 120.2341391, 30.1577489 ], [ 120.2340264, 30.1577999 ], [ 120.2338912, 30.1578514 ], [ 120.2338333, 30.1579391 ], [ 120.2338011, 30.1580689 ], [ 120.2337207, 30.1581292 ], [ 120.2336338, 30.1581251 ], [ 120.2336069, 30.1582039 ], [ 120.2336295, 30.1582823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2369551, 30.1591637 ], [ 120.2372502, 30.159224 ], [ 120.2373414, 30.1592796 ], [ 120.2374701, 30.1594605 ], [ 120.2375881, 30.1596043 ], [ 120.2376793, 30.1597202 ], [ 120.2377078, 30.1598895 ], [ 120.2379277, 30.1601493 ], [ 120.2379476, 30.1602258 ], [ 120.2382319, 30.1603928 ], [ 120.2382764, 30.160474 ], [ 120.238484, 30.1606201 ], [ 120.238661, 30.160685 ], [ 120.2388504, 30.1607151 ], [ 120.2389255, 30.1607569 ], [ 120.2389577, 30.1608728 ], [ 120.2389362, 30.1609517 ], [ 120.2390473, 30.1608798 ], [ 120.2390419, 30.1607082 ], [ 120.2391385, 30.160634 ], [ 120.2392635, 30.1605296 ], [ 120.2393171, 30.1604415 ], [ 120.2394067, 30.160416 ], [ 120.2394174, 30.1603418 ], [ 120.2392672, 30.1602212 ], [ 120.2392082, 30.1600635 ], [ 120.2392297, 30.1596646 ], [ 120.2391991, 30.1595324 ], [ 120.2389362, 30.1590732 ], [ 120.238727, 30.1588506 ], [ 120.2386449, 30.1586488 ], [ 120.2384642, 30.158272 ], [ 120.2382869, 30.1583439 ], [ 120.2383475, 30.1584436 ], [ 120.2384894, 30.1587555 ], [ 120.2385822, 30.1589433 ], [ 120.2386342, 30.1590477 ], [ 120.2386305, 30.1591567 ], [ 120.2385875, 30.1592263 ], [ 120.2381101, 30.1594489 ], [ 120.2381906, 30.1595649 ], [ 120.2384196, 30.1594512 ], [ 120.2385929, 30.1593793 ], [ 120.238786, 30.159333 ], [ 120.2389024, 30.1594419 ], [ 120.2390167, 30.1595231 ], [ 120.2391009, 30.1596368 ], [ 120.2391438, 30.159762 ], [ 120.2390848, 30.15998 ], [ 120.2391277, 30.1601377 ], [ 120.2391277, 30.1602815 ], [ 120.2390795, 30.160365 ], [ 120.2389507, 30.160416 ], [ 120.2388327, 30.1604577 ], [ 120.2387147, 30.1605273 ], [ 120.2384642, 30.1604786 ], [ 120.2382694, 30.1603232 ], [ 120.2380028, 30.1600612 ], [ 120.2379422, 30.1598408 ], [ 120.2379905, 30.1596831 ], [ 120.2380886, 30.1595834 ], [ 120.2380227, 30.1594651 ], [ 120.2377507, 30.1594675 ], [ 120.2376096, 30.1593724 ], [ 120.2375093, 30.1591892 ], [ 120.2373897, 30.1590477 ], [ 120.2371644, 30.158992 ], [ 120.2369203, 30.1590083 ], [ 120.2366024, 30.158952 ], [ 120.2365877, 30.15905 ], [ 120.2369551, 30.1591637 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2578357, 30.1599261 ], [ 120.2580338, 30.1598713 ], [ 120.2581694, 30.1598127 ], [ 120.2582204, 30.1597721 ], [ 120.2582464, 30.1597514 ], [ 120.2583142, 30.1596822 ], [ 120.2583296, 30.1595756 ], [ 120.2583635, 30.1589895 ], [ 120.2584097, 30.1588164 ], [ 120.2584621, 30.1583155 ], [ 120.2585114, 30.158193 ], [ 120.2585761, 30.1581317 ], [ 120.2587209, 30.1580864 ], [ 120.2589889, 30.1580545 ], [ 120.2593987, 30.1579985 ], [ 120.2594973, 30.1579932 ], [ 120.2595466, 30.1580065 ], [ 120.259562, 30.1580518 ], [ 120.2595497, 30.1581584 ], [ 120.2595435, 30.158193 ], [ 120.259448, 30.1583182 ], [ 120.2593556, 30.1583608 ], [ 120.2592816, 30.1584248 ], [ 120.259069, 30.1587098 ], [ 120.2590663, 30.1594903 ], [ 120.2590659, 30.1596182 ], [ 120.2590351, 30.1596848 ], [ 120.2590228, 30.1599725 ], [ 120.2590629, 30.1600658 ], [ 120.2590228, 30.1605666 ], [ 120.2589889, 30.1607477 ], [ 120.2589458, 30.1609662 ], [ 120.2587085, 30.1619305 ], [ 120.2587424, 30.162085 ], [ 120.2587493, 30.1621406 ], [ 120.2587948, 30.1625059 ], [ 120.2587578, 30.1630094 ], [ 120.2587763, 30.1632705 ], [ 120.2588441, 30.1636807 ], [ 120.2589889, 30.1642641 ], [ 120.2591584, 30.1652923 ], [ 120.2593432, 30.1662593 ], [ 120.259374, 30.166523 ], [ 120.2593093, 30.1666509 ], [ 120.2591984, 30.1667627 ], [ 120.2591923, 30.1669412 ], [ 120.2596729, 30.166776 ], [ 120.2596051, 30.1664617 ], [ 120.2594788, 30.165881 ], [ 120.2593402, 30.1651858 ], [ 120.2592262, 30.1644745 ], [ 120.2591337, 30.164027 ], [ 120.2590906, 30.163702 ], [ 120.2590413, 30.163393 ], [ 120.2590043, 30.1631719 ], [ 120.2589858, 30.1628496 ], [ 120.2590228, 30.1626072 ], [ 120.2590074, 30.1621117 ], [ 120.2589951, 30.1619945 ], [ 120.2589982, 30.1618186 ], [ 120.2590598, 30.161491 ], [ 120.2593494, 30.1603535 ], [ 120.2593124, 30.1598234 ], [ 120.2593463, 30.1589363 ], [ 120.2596652, 30.1586407 ], [ 120.259686, 30.1586127 ], [ 120.2596954, 30.158593 ], [ 120.2597078, 30.1585588 ], [ 120.2597132, 30.1585217 ], [ 120.2597199, 30.1584092 ], [ 120.2597299, 30.158331 ], [ 120.2597527, 30.1582707 ], [ 120.2598017, 30.1581837 ], [ 120.2598466, 30.1581222 ], [ 120.2598962, 30.1580596 ], [ 120.2599753, 30.1579645 ], [ 120.2603368, 30.1573296 ], [ 120.2605963, 30.1567336 ], [ 120.2606598, 30.1565889 ], [ 120.2607601, 30.1564061 ], [ 120.2610332, 30.1558149 ], [ 120.2612169, 30.1553959 ], [ 120.2613934, 30.154998 ], [ 120.2615943, 30.1545744 ], [ 120.2616654, 30.1544244 ], [ 120.2616832, 30.1543966 ], [ 120.2617365, 30.1543132 ], [ 120.2618449, 30.15421 ], [ 120.2619299, 30.154048 ], [ 120.2620296, 30.1539448 ], [ 120.2621971, 30.153838 ], [ 120.2623275, 30.1537758 ], [ 120.2624966, 30.1537223 ], [ 120.2627023, 30.1536618 ], [ 120.2629242, 30.1535978 ], [ 120.2635011, 30.1535673 ], [ 120.2635038, 30.1527672 ], [ 120.2629564, 30.153069 ], [ 120.2619688, 30.1534744 ], [ 120.2618207, 30.1535331 ], [ 120.2615289, 30.1536506 ], [ 120.2612291, 30.153672 ], [ 120.2612144, 30.1535443 ], [ 120.2610582, 30.1535574 ], [ 120.2610359, 30.1536998 ], [ 120.2610252, 30.1539503 ], [ 120.2608852, 30.1540495 ], [ 120.2602522, 30.1541887 ], [ 120.2600167, 30.1539967 ], [ 120.2598453, 30.1539749 ], [ 120.2598981, 30.154133 ], [ 120.2598128, 30.154275 ], [ 120.2595983, 30.1543121 ], [ 120.2596519, 30.154442 ], [ 120.2600167, 30.1544234 ], [ 120.2607457, 30.1543464 ], [ 120.2610139, 30.1543742 ], [ 120.2611856, 30.1546525 ], [ 120.2611754, 30.1548316 ], [ 120.2604121, 30.1563616 ], [ 120.260118, 30.1570819 ], [ 120.259766, 30.1577717 ], [ 120.2596625, 30.1578917 ], [ 120.2595907, 30.1579211 ], [ 120.2594686, 30.1579417 ], [ 120.2591252, 30.1579646 ], [ 120.2591021, 30.1578932 ], [ 120.2590014, 30.1579103 ], [ 120.2589766, 30.1577205 ], [ 120.2589436, 30.1575606 ], [ 120.2588445, 30.1572865 ], [ 120.2587818, 30.1573065 ], [ 120.2588544, 30.1576377 ], [ 120.2589271, 30.1579446 ], [ 120.2585096, 30.1580246 ], [ 120.2584233, 30.1580608 ], [ 120.2583857, 30.1581181 ], [ 120.2583641, 30.158182 ], [ 120.258349, 30.158304 ], [ 120.2583343, 30.1584671 ], [ 120.2583112, 30.1587212 ], [ 120.2582782, 30.1589097 ], [ 120.2582633, 30.1593665 ], [ 120.2582221, 30.1595464 ], [ 120.2581824, 30.159632 ], [ 120.2580718, 30.1596877 ], [ 120.2579612, 30.1597262 ], [ 120.257872, 30.1597177 ], [ 120.2577845, 30.1597048 ], [ 120.2578357, 30.1599261 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2993214, 30.1565753 ], [ 120.2993445, 30.1570527 ], [ 120.2995251, 30.1570501 ], [ 120.2995562, 30.15634 ], [ 120.2992033, 30.1563511 ], [ 120.299202, 30.1565753 ], [ 120.2993214, 30.1565753 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3083057, 30.1593167 ], [ 120.3083658, 30.1594087 ], [ 120.3092882, 30.1595138 ], [ 120.3092362, 30.1589087 ], [ 120.3090882, 30.15859 ], [ 120.3088766, 30.1585151 ], [ 120.3085998, 30.1585392 ], [ 120.3082577, 30.1586374 ], [ 120.3081847, 30.1588695 ], [ 120.3076105, 30.1588268 ], [ 120.3074642, 30.1589468 ], [ 120.3074256, 30.1592959 ], [ 120.3083057, 30.1593167 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2769468, 30.1620207 ], [ 120.2770058, 30.1620764 ], [ 120.2770897, 30.1621097 ], [ 120.2771648, 30.1621144 ], [ 120.2772936, 30.1620773 ], [ 120.2774492, 30.1620495 ], [ 120.2776334, 30.1620253 ], [ 120.2778051, 30.1620392 ], [ 120.2779338, 30.1620949 ], [ 120.2780572, 30.1621135 ], [ 120.2782216, 30.1620587 ], [ 120.2785013, 30.1620456 ], [ 120.278622, 30.1620973 ], [ 120.2788364, 30.1620963 ], [ 120.2789883, 30.1620885 ], [ 120.2790889, 30.1620788 ], [ 120.279359, 30.1620446 ], [ 120.2795362, 30.1620113 ], [ 120.2796764, 30.1620352 ], [ 120.2798112, 30.1620721 ], [ 120.2798776, 30.1620856 ], [ 120.2799291, 30.1620412 ], [ 120.27999, 30.1620377 ], [ 120.2800449, 30.1620982 ], [ 120.2801532, 30.162114 ], [ 120.2802645, 30.1620788 ], [ 120.280397, 30.1620894 ], [ 120.2805073, 30.1620757 ], [ 120.2805804, 30.1620356 ], [ 120.2806729, 30.1620471 ], [ 120.2807727, 30.1620512 ], [ 120.2812866, 30.1620764 ], [ 120.2815334, 30.1621227 ], [ 120.2815924, 30.1622155 ], [ 120.2817372, 30.1622433 ], [ 120.2826561, 30.1622584 ], [ 120.2827325, 30.1622433 ], [ 120.2827835, 30.1622189 ], [ 120.2828372, 30.1621923 ], [ 120.2829069, 30.1621668 ], [ 120.2829753, 30.1621413 ], [ 120.2830477, 30.1621215 ], [ 120.2831483, 30.1621181 ], [ 120.2833267, 30.1621366 ], [ 120.283505, 30.1621737 ], [ 120.2836485, 30.1621853 ], [ 120.2837759, 30.1621853 ], [ 120.2852007, 30.1621561 ], [ 120.2854333, 30.1621413 ], [ 120.2861092, 30.1621969 ], [ 120.2863452, 30.1621969 ], [ 120.2864579, 30.1622712 ], [ 120.2867242, 30.1622999 ], [ 120.2869227, 30.1623092 ], [ 120.287301, 30.1623769 ], [ 120.2873754, 30.162527 ], [ 120.287389, 30.1628208 ], [ 120.2874104, 30.1631208 ], [ 120.2874553, 30.1634214 ], [ 120.2875331, 30.1637359 ], [ 120.2876037, 30.1640093 ], [ 120.2877285, 30.1643405 ], [ 120.2878033, 30.1644893 ], [ 120.2878931, 30.1646122 ], [ 120.287987, 30.1646794 ], [ 120.2880889, 30.1647258 ], [ 120.2883465, 30.164799 ], [ 120.2889446, 30.1648893 ], [ 120.2890491, 30.164916 ], [ 120.289139, 30.164945 ], [ 120.2891994, 30.1649832 ], [ 120.2892248, 30.16504 ], [ 120.2892356, 30.1651084 ], [ 120.2892517, 30.1653763 ], [ 120.2893395, 30.165411 ], [ 120.2894222, 30.1654437 ], [ 120.2895601, 30.1652476 ], [ 120.2897331, 30.165069 ], [ 120.2897921, 30.1650319 ], [ 120.2898659, 30.1650134 ], [ 120.2899812, 30.1650134 ], [ 120.2901193, 30.1650215 ], [ 120.2902324, 30.1650299 ], [ 120.2906236, 30.1650493 ], [ 120.2906598, 30.1648452 ], [ 120.2905257, 30.164829 ], [ 120.2900789, 30.164807 ], [ 120.2896867, 30.1647965 ], [ 120.2895936, 30.164778 ], [ 120.2895373, 30.1647478 ], [ 120.2894957, 30.1647107 ], [ 120.2894193, 30.1646481 ], [ 120.289363, 30.1646191 ], [ 120.2892409, 30.1645878 ], [ 120.2891162, 30.1645681 ], [ 120.2888557, 30.1645426 ], [ 120.288284, 30.1644997 ], [ 120.2882103, 30.1644893 ], [ 120.2881486, 30.164451 ], [ 120.2881189, 30.1644066 ], [ 120.2880856, 30.1643208 ], [ 120.2878873, 30.1636956 ], [ 120.2878435, 30.1635292 ], [ 120.287805, 30.1633358 ], [ 120.2877533, 30.1629699 ], [ 120.2877957, 30.1627643 ], [ 120.2879177, 30.1625438 ], [ 120.2879877, 30.162171 ], [ 120.2876476, 30.16213 ], [ 120.2869836, 30.1620717 ], [ 120.2862111, 30.1619372 ], [ 120.2859483, 30.161863 ], [ 120.285782, 30.161747 ], [ 120.2856108, 30.1617659 ], [ 120.285444, 30.1617702 ], [ 120.2853475, 30.1617842 ], [ 120.285149, 30.1617934 ], [ 120.2850685, 30.1618584 ], [ 120.2842263, 30.1618769 ], [ 120.284142, 30.1618456 ], [ 120.2840635, 30.1617944 ], [ 120.2839991, 30.1616691 ], [ 120.2839795, 30.1615569 ], [ 120.2840064, 30.1611905 ], [ 120.2840313, 30.1610059 ], [ 120.2840849, 30.1608203 ], [ 120.2840117, 30.1601886 ], [ 120.2840259, 30.1596098 ], [ 120.2840322, 30.159556 ], [ 120.2841244, 30.1587693 ], [ 120.284144, 30.1585662 ], [ 120.2841566, 30.1584307 ], [ 120.2841727, 30.1582127 ], [ 120.2840922, 30.1577211 ], [ 120.2840884, 30.1575553 ], [ 120.2840815, 30.1572572 ], [ 120.2841512, 30.1568769 ], [ 120.2842424, 30.1564594 ], [ 120.2842405, 30.155542 ], [ 120.2842459, 30.1551662 ], [ 120.2842868, 30.1549673 ], [ 120.2843282, 30.1547664 ], [ 120.2844008, 30.1544649 ], [ 120.2844623, 30.1542098 ], [ 120.2845409, 30.1541087 ], [ 120.2848735, 30.1539556 ], [ 120.285187, 30.1539111 ], [ 120.2852724, 30.153899 ], [ 120.2855781, 30.1538202 ], [ 120.285882, 30.1537933 ], [ 120.2861932, 30.1536866 ], [ 120.2860853, 30.1529666 ], [ 120.2859375, 30.1530177 ], [ 120.2858142, 30.153078 ], [ 120.2856674, 30.1531299 ], [ 120.285503, 30.1531476 ], [ 120.2853796, 30.1531244 ], [ 120.2852455, 30.153129 ], [ 120.2851436, 30.153194 ], [ 120.2850237, 30.1532506 ], [ 120.2849754, 30.1533433 ], [ 120.2842746, 30.1533609 ], [ 120.2840385, 30.1534537 ], [ 120.283942, 30.153565 ], [ 120.2839026, 30.1537238 ], [ 120.283831, 30.1540129 ], [ 120.283781, 30.1542144 ], [ 120.2838347, 30.1543582 ], [ 120.2838347, 30.1546922 ], [ 120.2838025, 30.1551004 ], [ 120.2836987, 30.1551755 ], [ 120.2836738, 30.1558982 ], [ 120.2835539, 30.1567155 ], [ 120.283545, 30.1569743 ], [ 120.2836845, 30.1571784 ], [ 120.2836738, 30.1574335 ], [ 120.2837435, 30.1576144 ], [ 120.2837596, 30.1577211 ], [ 120.2836469, 30.1581014 ], [ 120.2836523, 30.1582127 ], [ 120.2836791, 30.1584864 ], [ 120.2836577, 30.1587229 ], [ 120.2836397, 30.1588584 ], [ 120.2835807, 30.1590439 ], [ 120.2835933, 30.1592517 ], [ 120.2835236, 30.1592981 ], [ 120.2834967, 30.1596506 ], [ 120.283545, 30.1597294 ], [ 120.2835109, 30.1598649 ], [ 120.2834967, 30.1600402 ], [ 120.2835611, 30.1606524 ], [ 120.2835396, 30.161376 ], [ 120.2835305, 30.1618166 ], [ 120.2835104, 30.161892 ], [ 120.2834809, 30.1619395 ], [ 120.2834246, 30.1619766 ], [ 120.2833615, 30.161987 ], [ 120.2832113, 30.1619859 ], [ 120.2829818, 30.1619743 ], [ 120.2815012, 30.1618908 ], [ 120.2812544, 30.1619047 ], [ 120.2807877, 30.1618816 ], [ 120.2806053, 30.1618955 ], [ 120.2802951, 30.161771 ], [ 120.2801601, 30.1618166 ], [ 120.2800905, 30.1617679 ], [ 120.2799663, 30.1617467 ], [ 120.2797915, 30.1617203 ], [ 120.2796958, 30.1617141 ], [ 120.27952, 30.1617063 ], [ 120.2793746, 30.1617028 ], [ 120.2792604, 30.1616948 ], [ 120.2790964, 30.1616798 ], [ 120.2790791, 30.1608936 ], [ 120.2790874, 30.1607109 ], [ 120.2791039, 30.1606102 ], [ 120.2791337, 30.1605439 ], [ 120.2791809, 30.1605108 ], [ 120.2799676, 30.1605122 ], [ 120.2799774, 30.1604621 ], [ 120.2791553, 30.1604653 ], [ 120.2790793, 30.160525 ], [ 120.2790342, 30.1606966 ], [ 120.2790137, 30.1608308 ], [ 120.2790065, 30.1616831 ], [ 120.2789751, 30.1617108 ], [ 120.2788146, 30.16178 ], [ 120.278617, 30.1617715 ], [ 120.2784544, 30.1618272 ], [ 120.2782235, 30.1619233 ], [ 120.2781216, 30.1619094 ], [ 120.2780071, 30.1619196 ], [ 120.2779159, 30.1618964 ], [ 120.2778212, 30.161863 ], [ 120.2777407, 30.1618584 ], [ 120.2776066, 30.1619047 ], [ 120.2774974, 30.1619474 ], [ 120.2772794, 30.1619511 ], [ 120.2770916, 30.1619558 ], [ 120.2770112, 30.1619697 ], [ 120.2769414, 30.1619326 ], [ 120.2769468, 30.1620207 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3056353, 30.1602647 ], [ 120.3068722, 30.1600623 ], [ 120.3069802, 30.1599711 ], [ 120.3071901, 30.1588751 ], [ 120.305491, 30.1586413 ], [ 120.3056353, 30.1602647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2697365, 30.1606126 ], [ 120.2698658, 30.1605504 ], [ 120.2699892, 30.1603927 ], [ 120.2701348, 30.1602115 ], [ 120.270293, 30.1602335 ], [ 120.2704622, 30.1602826 ], [ 120.2705913, 30.1603621 ], [ 120.270636, 30.1604341 ], [ 120.270649, 30.160569 ], [ 120.2706973, 30.1605875 ], [ 120.2706973, 30.1602536 ], [ 120.2706377, 30.1601627 ], [ 120.2704714, 30.1600977 ], [ 120.2701447, 30.1600449 ], [ 120.2703802, 30.1590356 ], [ 120.2705524, 30.1586719 ], [ 120.2706529, 30.1585224 ], [ 120.2706732, 30.1584923 ], [ 120.2707039, 30.1583364 ], [ 120.2704386, 30.158325 ], [ 120.2702707, 30.1587406 ], [ 120.2701278, 30.1590176 ], [ 120.2700484, 30.1591175 ], [ 120.269982, 30.1592622 ], [ 120.2700369, 30.1594716 ], [ 120.2700061, 30.1598114 ], [ 120.2699277, 30.1601404 ], [ 120.2698658, 30.1602629 ], [ 120.26978, 30.1603742 ], [ 120.2696619, 30.160504 ], [ 120.2695808, 30.1606098 ], [ 120.2697365, 30.1606126 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2951136, 30.1615901 ], [ 120.295112, 30.1613918 ], [ 120.2950105, 30.1613367 ], [ 120.2950889, 30.1607053 ], [ 120.2949308, 30.1607248 ], [ 120.2947571, 30.1607262 ], [ 120.2945283, 30.1606527 ], [ 120.2943433, 30.1615676 ], [ 120.2951136, 30.1615901 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2960254, 30.1613643 ], [ 120.2960261, 30.1612514 ], [ 120.2955764, 30.1612855 ], [ 120.2955673, 30.1614221 ], [ 120.2960254, 30.1613643 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3019054, 30.1650233 ], [ 120.3020467, 30.1649929 ], [ 120.3021172, 30.1645735 ], [ 120.3021726, 30.1643397 ], [ 120.3022691, 30.1642662 ], [ 120.302318, 30.1640762 ], [ 120.3023619, 30.1639754 ], [ 120.3023302, 30.163763 ], [ 120.3021175, 30.163771 ], [ 120.3020499, 30.1638738 ], [ 120.302003, 30.1640737 ], [ 120.3019241, 30.1641765 ], [ 120.3018691, 30.1647986 ], [ 120.3019054, 30.1650233 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2894166, 30.1657331 ], [ 120.2894925, 30.165742 ], [ 120.290088, 30.1658778 ], [ 120.291064, 30.1662139 ], [ 120.291982, 30.1664785 ], [ 120.2924948, 30.166643 ], [ 120.2928091, 30.1667002 ], [ 120.2932227, 30.1667645 ], [ 120.2940663, 30.1670291 ], [ 120.2947032, 30.1672437 ], [ 120.2948438, 30.1673652 ], [ 120.2967296, 30.1680588 ], [ 120.2969198, 30.1681589 ], [ 120.2975319, 30.1684092 ], [ 120.2976229, 30.1684807 ], [ 120.2976642, 30.168681 ], [ 120.2977056, 30.1687811 ], [ 120.2977717, 30.1688383 ], [ 120.2978379, 30.1689169 ], [ 120.297871, 30.1689956 ], [ 120.2978424, 30.1690575 ], [ 120.2978214, 30.1691028 ], [ 120.2979041, 30.1691743 ], [ 120.2979537, 30.1690671 ], [ 120.297962, 30.1690027 ], [ 120.2979289, 30.1688883 ], [ 120.2978131, 30.168731 ], [ 120.2978131, 30.168588 ], [ 120.2978627, 30.1685308 ], [ 120.2982101, 30.1685594 ], [ 120.2984334, 30.168588 ], [ 120.2985575, 30.1686523 ], [ 120.2988139, 30.1687596 ], [ 120.2991943, 30.1688383 ], [ 120.2992557, 30.1688724 ], [ 120.2993101, 30.1689026 ], [ 120.2994094, 30.1689813 ], [ 120.3000463, 30.1693031 ], [ 120.3002448, 30.1693817 ], [ 120.3005673, 30.1694747 ], [ 120.301014, 30.1697464 ], [ 120.3012952, 30.1699395 ], [ 120.3015185, 30.1700825 ], [ 120.302784, 30.1707046 ], [ 120.3028749, 30.1707761 ], [ 120.302908, 30.1708404 ], [ 120.3029328, 30.1709548 ], [ 120.3029006, 30.171131 ], [ 120.3030822, 30.170929 ], [ 120.303565, 30.1711888 ], [ 120.3037611, 30.1712246 ], [ 120.3046194, 30.171686 ], [ 120.3053731, 30.1720733 ], [ 120.3062904, 30.1724837 ], [ 120.3068697, 30.172748 ], [ 120.3072694, 30.1729104 ], [ 120.3081932, 30.1733216 ], [ 120.308309, 30.1734146 ], [ 120.3086233, 30.1735791 ], [ 120.3088714, 30.1736506 ], [ 120.3090865, 30.1737793 ], [ 120.3093842, 30.1739294 ], [ 120.3097151, 30.1740152 ], [ 120.3099797, 30.1741296 ], [ 120.3114992, 30.1749694 ], [ 120.3126926, 30.1754667 ], [ 120.3140017, 30.1761937 ], [ 120.31658, 30.1777119 ], [ 120.3168116, 30.1778692 ], [ 120.3173823, 30.1781194 ], [ 120.3175312, 30.1782052 ], [ 120.3176222, 30.1782481 ], [ 120.3176421, 30.1782895 ], [ 120.3176635, 30.1783339 ], [ 120.31768, 30.1785413 ], [ 120.3176304, 30.1788702 ], [ 120.3175725, 30.1791991 ], [ 120.3173823, 30.1799999 ], [ 120.3174585, 30.1800035 ], [ 120.3175312, 30.180007 ], [ 120.3177357, 30.179218 ], [ 120.3177462, 30.1791776 ], [ 120.3177545, 30.1789417 ], [ 120.3178041, 30.1788201 ], [ 120.3179034, 30.178291 ], [ 120.3178537, 30.1782052 ], [ 120.3181432, 30.1780837 ], [ 120.3193921, 30.1777262 ], [ 120.3196485, 30.1777047 ], [ 120.3210546, 30.1775975 ], [ 120.3213606, 30.1775689 ], [ 120.3216253, 30.1775188 ], [ 120.3220389, 30.1773472 ], [ 120.322072, 30.1774402 ], [ 120.3221216, 30.1775474 ], [ 120.3222043, 30.1789774 ], [ 120.322287, 30.1789703 ], [ 120.3222126, 30.1775045 ], [ 120.3220802, 30.1772686 ], [ 120.3224028, 30.1768968 ], [ 120.3222208, 30.1767681 ], [ 120.3219313, 30.1771113 ], [ 120.3218569, 30.1771685 ], [ 120.321708, 30.17724 ], [ 120.3212779, 30.1773758 ], [ 120.3208396, 30.1774259 ], [ 120.3202192, 30.1774831 ], [ 120.3199298, 30.1774831 ], [ 120.3196734, 30.1774974 ], [ 120.3183748, 30.1778263 ], [ 120.3181184, 30.1778978 ], [ 120.3178703, 30.1779264 ], [ 120.3176966, 30.1779192 ], [ 120.317374, 30.1778406 ], [ 120.3170763, 30.1777262 ], [ 120.3164477, 30.1773472 ], [ 120.3154827, 30.1767738 ], [ 120.3139293, 30.1758506 ], [ 120.3127921, 30.1752407 ], [ 120.3120383, 30.1748854 ], [ 120.311459, 30.1746124 ], [ 120.3108045, 30.1742599 ], [ 120.3102118, 30.1739956 ], [ 120.3090286, 30.1735147 ], [ 120.3084111, 30.1731892 ], [ 120.3080112, 30.1729784 ], [ 120.3067006, 30.1723893 ], [ 120.3064513, 30.1722773 ], [ 120.3061668, 30.1721418 ], [ 120.3056493, 30.1719643 ], [ 120.3053677, 30.1718576 ], [ 120.3048956, 30.1715886 ], [ 120.3044155, 30.1712988 ], [ 120.3037342, 30.1708999 ], [ 120.301138, 30.1695319 ], [ 120.3003275, 30.1691815 ], [ 120.299947, 30.1689813 ], [ 120.2990372, 30.168588 ], [ 120.298756, 30.1684879 ], [ 120.2985906, 30.1683806 ], [ 120.2984086, 30.1683806 ], [ 120.2982325, 30.1682726 ], [ 120.2981522, 30.1682233 ], [ 120.2980281, 30.1680374 ], [ 120.2980281, 30.1678086 ], [ 120.2981082, 30.167058 ], [ 120.2981357, 30.1668003 ], [ 120.2982018, 30.166643 ], [ 120.2982266, 30.1664499 ], [ 120.2982432, 30.1663641 ], [ 120.2983259, 30.166314 ], [ 120.29845, 30.1658707 ], [ 120.2994673, 30.1658921 ], [ 120.2995662, 30.1658952 ], [ 120.3001538, 30.1659136 ], [ 120.3014193, 30.1659565 ], [ 120.3023042, 30.1660137 ], [ 120.3033464, 30.1661496 ], [ 120.3040329, 30.1662997 ], [ 120.3045628, 30.1663424 ], [ 120.3050089, 30.1663784 ], [ 120.3052405, 30.1663999 ], [ 120.3054969, 30.1664714 ], [ 120.3060779, 30.1666756 ], [ 120.3062495, 30.1667359 ], [ 120.3066383, 30.1668933 ], [ 120.3071593, 30.1670792 ], [ 120.307623, 30.1671746 ], [ 120.3076804, 30.1671864 ], [ 120.3090038, 30.1670935 ], [ 120.3097316, 30.1671578 ], [ 120.3100294, 30.167165 ], [ 120.3111046, 30.1672079 ], [ 120.3127092, 30.167258 ], [ 120.3127129, 30.1672005 ], [ 120.3127174, 30.1671292 ], [ 120.3122212, 30.1671292 ], [ 120.3114685, 30.1670863 ], [ 120.3103354, 30.1670291 ], [ 120.3103354, 30.1668718 ], [ 120.3101369, 30.166929 ], [ 120.3099136, 30.1668933 ], [ 120.3096916, 30.1668744 ], [ 120.309409, 30.1668504 ], [ 120.3083752, 30.1668575 ], [ 120.3081022, 30.1669719 ], [ 120.3074075, 30.1668718 ], [ 120.3072557, 30.1652356 ], [ 120.3072503, 30.165177 ], [ 120.3071759, 30.1651842 ], [ 120.3071803, 30.1652316 ], [ 120.3073247, 30.1667788 ], [ 120.3072834, 30.1668361 ], [ 120.3069063, 30.1666672 ], [ 120.3063736, 30.1664285 ], [ 120.3056871, 30.1662139 ], [ 120.3051826, 30.1661067 ], [ 120.3049427, 30.1660852 ], [ 120.304769, 30.1660352 ], [ 120.3045705, 30.1658778 ], [ 120.3042479, 30.1659207 ], [ 120.3040329, 30.1659207 ], [ 120.3038771, 30.165892 ], [ 120.3036442, 30.1658492 ], [ 120.3035456, 30.1658433 ], [ 120.3034043, 30.1658349 ], [ 120.3028584, 30.1658421 ], [ 120.3021471, 30.1658564 ], [ 120.3019817, 30.1658135 ], [ 120.3018659, 30.1656991 ], [ 120.3017997, 30.1657777 ], [ 120.3016757, 30.1658063 ], [ 120.3013779, 30.1657706 ], [ 120.3012373, 30.1657134 ], [ 120.3010801, 30.1656991 ], [ 120.3008899, 30.165649 ], [ 120.3007741, 30.165556 ], [ 120.3005921, 30.1655775 ], [ 120.3004102, 30.1656347 ], [ 120.30022, 30.1656562 ], [ 120.3000215, 30.1656419 ], [ 120.29852, 30.1653693 ], [ 120.2984583, 30.165316 ], [ 120.2984127, 30.1652116 ], [ 120.2984208, 30.1650632 ], [ 120.2985509, 30.1644 ], [ 120.2986179, 30.1640278 ], [ 120.2986313, 30.1639779 ], [ 120.2986689, 30.1639373 ], [ 120.2987172, 30.1639002 ], [ 120.2987601, 30.163862 ], [ 120.2987681, 30.1638214 ], [ 120.2987641, 30.1637333 ], [ 120.2987333, 30.1635211 ], [ 120.2987346, 30.1634538 ], [ 120.2987507, 30.1633924 ], [ 120.2988883, 30.1630317 ], [ 120.2991839, 30.1624984 ], [ 120.2992605, 30.162238 ], [ 120.2993019, 30.1621808 ], [ 120.2994342, 30.1622165 ], [ 120.2999718, 30.1623023 ], [ 120.30022, 30.1623381 ], [ 120.300435, 30.1623452 ], [ 120.3005012, 30.1623595 ], [ 120.3005425, 30.1624239 ], [ 120.3007162, 30.1624167 ], [ 120.3008155, 30.1623524 ], [ 120.3011132, 30.1623524 ], [ 120.3013035, 30.1623524 ], [ 120.3015599, 30.1623524 ], [ 120.3017832, 30.1622809 ], [ 120.3018576, 30.1620592 ], [ 120.3013448, 30.1620449 ], [ 120.3009809, 30.1620377 ], [ 120.3006914, 30.1620449 ], [ 120.3004764, 30.1620806 ], [ 120.3003357, 30.1620377 ], [ 120.3001042, 30.1619734 ], [ 120.2995335, 30.1620234 ], [ 120.299368, 30.1620163 ], [ 120.299244, 30.1619305 ], [ 120.2992026, 30.1618017 ], [ 120.2993267, 30.1616659 ], [ 120.2992853, 30.1615872 ], [ 120.2991861, 30.1616373 ], [ 120.2991365, 30.1616015 ], [ 120.2990372, 30.1615085 ], [ 120.2990289, 30.1613298 ], [ 120.2990868, 30.1612225 ], [ 120.2991861, 30.1610938 ], [ 120.2991778, 30.1609078 ], [ 120.2991695, 30.1602928 ], [ 120.2991388, 30.1597802 ], [ 120.2991785, 30.1595633 ], [ 120.2992841, 30.1593121 ], [ 120.2992973, 30.1591637 ], [ 120.2992973, 30.1591261 ], [ 120.2992973, 30.1590039 ], [ 120.2992709, 30.1588212 ], [ 120.2992709, 30.1583417 ], [ 120.2992841, 30.1582618 ], [ 120.2994259, 30.1581689 ], [ 120.2997981, 30.1580974 ], [ 120.3001978, 30.158049 ], [ 120.3006304, 30.1580204 ], [ 120.3011711, 30.1580759 ], [ 120.3014689, 30.1580974 ], [ 120.3017335, 30.158033 ], [ 120.3019321, 30.1580115 ], [ 120.3031479, 30.1580401 ], [ 120.3034291, 30.1580902 ], [ 120.3037351, 30.1581188 ], [ 120.3039171, 30.1581117 ], [ 120.3042068, 30.158076 ], [ 120.3046366, 30.1580905 ], [ 120.3049349, 30.1580546 ], [ 120.3052732, 30.158076 ], [ 120.3053562, 30.1574391 ], [ 120.3048972, 30.1574749 ], [ 120.3047731, 30.1575483 ], [ 120.3044464, 30.1576182 ], [ 120.3042977, 30.1575823 ], [ 120.3042068, 30.1574964 ], [ 120.3042034, 30.1573262 ], [ 120.304168, 30.157135 ], [ 120.3040441, 30.1564463 ], [ 120.3039999, 30.1562168 ], [ 120.3040087, 30.1560561 ], [ 120.3039202, 30.1552603 ], [ 120.3037963, 30.1541279 ], [ 120.3038052, 30.1539672 ], [ 120.3037432, 30.1538601 ], [ 120.3036548, 30.1538218 ], [ 120.3036813, 30.153929 ], [ 120.3037963, 30.1547706 ], [ 120.303814, 30.1551532 ], [ 120.3037344, 30.1552068 ], [ 120.3036194, 30.1552374 ], [ 120.3036548, 30.1553675 ], [ 120.3036459, 30.1554593 ], [ 120.3038052, 30.1554899 ], [ 120.3038406, 30.15575 ], [ 120.3038671, 30.1561556 ], [ 120.3038229, 30.1562015 ], [ 120.3036105, 30.1561862 ], [ 120.3036105, 30.1562627 ], [ 120.3038052, 30.1562856 ], [ 120.3038937, 30.1563239 ], [ 120.3038937, 30.1564463 ], [ 120.3039025, 30.1567065 ], [ 120.3038848, 30.1568442 ], [ 120.3039291, 30.1570661 ], [ 120.3039291, 30.1571809 ], [ 120.3038317, 30.157265 ], [ 120.303735, 30.1574249 ], [ 120.3037103, 30.1575395 ], [ 120.3036193, 30.1576254 ], [ 120.3035035, 30.1576897 ], [ 120.3033381, 30.1577398 ], [ 120.3030569, 30.1577827 ], [ 120.3018576, 30.1577827 ], [ 120.3016757, 30.1577255 ], [ 120.3016343, 30.1576468 ], [ 120.3016012, 30.1572106 ], [ 120.3016178, 30.1567386 ], [ 120.301502, 30.1563953 ], [ 120.3013779, 30.1563738 ], [ 120.3013035, 30.1564167 ], [ 120.3012952, 30.1571891 ], [ 120.3012921, 30.1574335 ], [ 120.3012921, 30.1575082 ], [ 120.3012921, 30.1575425 ], [ 120.3012706, 30.1575854 ], [ 120.3012479, 30.1575906 ], [ 120.3012207, 30.1575968 ], [ 120.3006376, 30.1576005 ], [ 120.3001025, 30.1576039 ], [ 120.2998665, 30.1575958 ], [ 120.2996613, 30.1575958 ], [ 120.2994172, 30.1576074 ], [ 120.2992536, 30.1576062 ], [ 120.2992094, 30.1575854 ], [ 120.2991892, 30.1575541 ], [ 120.2991731, 30.1575053 ], [ 120.2991303, 30.1562436 ], [ 120.2991282, 30.1561807 ], [ 120.2990786, 30.1552296 ], [ 120.2991695, 30.1545144 ], [ 120.2992771, 30.1545073 ], [ 120.2994838, 30.1543857 ], [ 120.2995335, 30.154307 ], [ 120.2995198, 30.1542265 ], [ 120.2994828, 30.1540099 ], [ 120.299459, 30.1538707 ], [ 120.2992274, 30.1529696 ], [ 120.2991943, 30.1526907 ], [ 120.2992109, 30.1525119 ], [ 120.2990951, 30.1515965 ], [ 120.2991116, 30.1508384 ], [ 120.2990786, 30.1506309 ], [ 120.2991199, 30.1505523 ], [ 120.2991447, 30.1492506 ], [ 120.2990537, 30.1492005 ], [ 120.2986815, 30.149222 ], [ 120.2985988, 30.1499372 ], [ 120.298483, 30.1501732 ], [ 120.298483, 30.1502876 ], [ 120.2985327, 30.1503377 ], [ 120.2985988, 30.1506095 ], [ 120.2987973, 30.1507239 ], [ 120.2986733, 30.1509385 ], [ 120.2986614, 30.1510311 ], [ 120.2986567, 30.1510672 ], [ 120.2987477, 30.1513175 ], [ 120.2988966, 30.1516966 ], [ 120.2989462, 30.1518253 ], [ 120.2989628, 30.1519612 ], [ 120.2989462, 30.1520971 ], [ 120.2988552, 30.1522759 ], [ 120.298847, 30.1523903 ], [ 120.298847, 30.1524976 ], [ 120.2989049, 30.1525691 ], [ 120.2989793, 30.1526692 ], [ 120.2989545, 30.1527622 ], [ 120.2989379, 30.1528552 ], [ 120.2989379, 30.1529625 ], [ 120.2988635, 30.1530483 ], [ 120.2987725, 30.153177 ], [ 120.2987387, 30.153294 ], [ 120.2986815, 30.1534917 ], [ 120.298665, 30.1536705 ], [ 120.2986898, 30.1538779 ], [ 120.2986485, 30.1539423 ], [ 120.2984913, 30.1540495 ], [ 120.2981605, 30.1541425 ], [ 120.2980033, 30.1541926 ], [ 120.2979785, 30.1542641 ], [ 120.2980033, 30.1543785 ], [ 120.298086, 30.1546288 ], [ 120.2981439, 30.1546932 ], [ 120.2985327, 30.154686 ], [ 120.2985823, 30.1547361 ], [ 120.2985823, 30.155251 ], [ 120.2985079, 30.1563095 ], [ 120.298483, 30.1564883 ], [ 120.2985244, 30.1566527 ], [ 120.2985823, 30.1567958 ], [ 120.298574, 30.1569603 ], [ 120.2984665, 30.1571319 ], [ 120.2984642, 30.1571853 ], [ 120.29845, 30.1575109 ], [ 120.2983494, 30.1575658 ], [ 120.2985168, 30.1582896 ], [ 120.298674, 30.1584252 ], [ 120.2986239, 30.1585472 ], [ 120.2985182, 30.1588212 ], [ 120.2985182, 30.1590381 ], [ 120.2986239, 30.159392 ], [ 120.2986899, 30.1596661 ], [ 120.2987163, 30.1599172 ], [ 120.2986503, 30.1600885 ], [ 120.298505, 30.1602369 ], [ 120.2984522, 30.1603396 ], [ 120.2985314, 30.1604538 ], [ 120.2986371, 30.160568 ], [ 120.2988139, 30.1607005 ], [ 120.2988139, 30.160822 ], [ 120.2988718, 30.1609078 ], [ 120.2988718, 30.1612296 ], [ 120.29892, 30.1612945 ], [ 120.2989462, 30.1613298 ], [ 120.2989545, 30.1615443 ], [ 120.2988718, 30.1615872 ], [ 120.2988966, 30.1618733 ], [ 120.2988883, 30.1619591 ], [ 120.2988139, 30.1619805 ], [ 120.2983094, 30.1618232 ], [ 120.2982928, 30.1619233 ], [ 120.2983838, 30.1619519 ], [ 120.2986402, 30.1620163 ], [ 120.2988714, 30.1621343 ], [ 120.298921, 30.162183 ], [ 120.2989264, 30.162234 ], [ 120.2989049, 30.16235 ], [ 120.2988432, 30.1625761 ], [ 120.2987681, 30.1627836 ], [ 120.2986815, 30.1629388 ], [ 120.298574, 30.1632248 ], [ 120.2985327, 30.1633106 ], [ 120.2985026, 30.1633935 ], [ 120.2984785, 30.1635048 ], [ 120.2984422, 30.1636683 ], [ 120.2984047, 30.1638666 ], [ 120.298347, 30.1641032 ], [ 120.2982018, 30.165177 ], [ 120.2981439, 30.1653558 ], [ 120.2980695, 30.165413 ], [ 120.2980366, 30.1654259 ], [ 120.2978875, 30.1654845 ], [ 120.297689, 30.1654988 ], [ 120.2975153, 30.1654559 ], [ 120.2973168, 30.165413 ], [ 120.2971183, 30.1653987 ], [ 120.2969364, 30.1654488 ], [ 120.2966882, 30.1654416 ], [ 120.2964833, 30.1654073 ], [ 120.2964318, 30.1653987 ], [ 120.2958942, 30.1653415 ], [ 120.2958198, 30.1653058 ], [ 120.2957536, 30.1652271 ], [ 120.2958611, 30.1646979 ], [ 120.2959273, 30.1646121 ], [ 120.2960348, 30.1642045 ], [ 120.2961258, 30.1634537 ], [ 120.29601, 30.1634322 ], [ 120.2959852, 30.1636753 ], [ 120.2959108, 30.1639328 ], [ 120.2959108, 30.1641116 ], [ 120.2959025, 30.1642689 ], [ 120.2958115, 30.1644405 ], [ 120.2958198, 30.1645406 ], [ 120.2957371, 30.1646336 ], [ 120.2957205, 30.1647909 ], [ 120.2956626, 30.1652343 ], [ 120.2956213, 30.1652915 ], [ 120.2951085, 30.1652843 ], [ 120.2948686, 30.1651985 ], [ 120.2942235, 30.1651341 ], [ 120.2940581, 30.1650626 ], [ 120.2939009, 30.1650698 ], [ 120.2936445, 30.1650626 ], [ 120.293446, 30.1649911 ], [ 120.293264, 30.1649554 ], [ 120.2929994, 30.1649983 ], [ 120.2927926, 30.165034 ], [ 120.2924039, 30.1649554 ], [ 120.2921805, 30.164891 ], [ 120.2918745, 30.1648553 ], [ 120.2916098, 30.1648839 ], [ 120.2913204, 30.1649482 ], [ 120.2912294, 30.1649268 ], [ 120.2911715, 30.1648195 ], [ 120.2912128, 30.1644834 ], [ 120.2911384, 30.164462 ], [ 120.2910888, 30.1645907 ], [ 120.2910309, 30.1647265 ], [ 120.2909316, 30.1648052 ], [ 120.2908489, 30.1648553 ], [ 120.2906598, 30.1648452 ], [ 120.2906236, 30.1650493 ], [ 120.2912542, 30.1651413 ], [ 120.2915437, 30.1651341 ], [ 120.291767, 30.1651627 ], [ 120.2921226, 30.1652057 ], [ 120.2927512, 30.1653058 ], [ 120.2940581, 30.1653558 ], [ 120.2947363, 30.1653701 ], [ 120.2949265, 30.1654273 ], [ 120.2951581, 30.1654845 ], [ 120.2958942, 30.1655632 ], [ 120.2968537, 30.1656276 ], [ 120.2978048, 30.1657563 ], [ 120.2979206, 30.165792 ], [ 120.2979868, 30.1658635 ], [ 120.297962, 30.1662497 ], [ 120.2978958, 30.1663999 ], [ 120.29778, 30.1677228 ], [ 120.2977552, 30.167973 ], [ 120.2976973, 30.1680517 ], [ 120.2975898, 30.1680517 ], [ 120.2962251, 30.1675869 ], [ 120.295522, 30.1673295 ], [ 120.2947942, 30.1670863 ], [ 120.2940867, 30.1668549 ], [ 120.293264, 30.1665858 ], [ 120.2926851, 30.1664714 ], [ 120.292516, 30.1664325 ], [ 120.2916264, 30.1662282 ], [ 120.2915271, 30.166171 ], [ 120.2909978, 30.1659851 ], [ 120.2904519, 30.1658278 ], [ 120.2893883, 30.1655285 ], [ 120.2893519, 30.1656196 ], [ 120.2893059, 30.1657348 ], [ 120.2894166, 30.1657331 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "茭河池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2666809, 30.1663797 ], [ 120.2667259, 30.1664652 ], [ 120.2667469, 30.1666 ], [ 120.2667379, 30.1666829 ], [ 120.2668398, 30.1666855 ], [ 120.2668338, 30.1665481 ], [ 120.2668158, 30.1664549 ], [ 120.2668218, 30.1660507 ], [ 120.2665521, 30.1660481 ], [ 120.2665491, 30.166302 ], [ 120.2666809, 30.1663797 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3107621, 30.1609432 ], [ 120.3106921, 30.1611563 ], [ 120.3108472, 30.1617571 ], [ 120.3111507, 30.1616166 ], [ 120.3111507, 30.1614398 ], [ 120.3112058, 30.1612787 ], [ 120.312238, 30.1610671 ], [ 120.3122146, 30.1608949 ], [ 120.3148254, 30.1604859 ], [ 120.3151224, 30.1604031 ], [ 120.3150814, 30.1601449 ], [ 120.3150987, 30.159624 ], [ 120.3146468, 30.1596928 ], [ 120.3146468, 30.1598271 ], [ 120.3111678, 30.1602389 ], [ 120.3109201, 30.1602536 ], [ 120.3106618, 30.1602482 ], [ 120.3107621, 30.1609432 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3152168, 30.1603149 ], [ 120.3152449, 30.160327 ], [ 120.3153056, 30.1602462 ], [ 120.3153709, 30.1601917 ], [ 120.3154317, 30.1601776 ], [ 120.3154807, 30.1601938 ], [ 120.3156558, 30.1600989 ], [ 120.3157921, 30.1600518 ], [ 120.315953, 30.1600216 ], [ 120.3161006, 30.1599741 ], [ 120.3162226, 30.1599288 ], [ 120.3162843, 30.1599149 ], [ 120.3163098, 30.1599219 ], [ 120.3163272, 30.1599439 ], [ 120.3163527, 30.1601097 ], [ 120.3163688, 30.1603254 ], [ 120.3163849, 30.160446 ], [ 120.3164217, 30.1605713 ], [ 120.316403, 30.1606399 ], [ 120.3164427, 30.1608822 ], [ 120.3164637, 30.1609347 ], [ 120.3165011, 30.1609529 ], [ 120.3165174, 30.1610397 ], [ 120.3165104, 30.16108 ], [ 120.3165501, 30.1612274 ], [ 120.3165595, 30.16129 ], [ 120.3165314, 30.1613324 ], [ 120.3165548, 30.161397 ], [ 120.3165898, 30.1614636 ], [ 120.3165922, 30.1615581 ], [ 120.3166766, 30.1616083 ], [ 120.3167161, 30.161692 ], [ 120.3167766, 30.1617773 ], [ 120.3168019, 30.1618316 ], [ 120.3167928, 30.1618791 ], [ 120.316832, 30.1619921 ], [ 120.3168261, 30.16214 ], [ 120.3168353, 30.1622854 ], [ 120.3169729, 30.1622587 ], [ 120.3174082, 30.1631889 ], [ 120.3174368, 30.163235 ], [ 120.3175393, 30.1634856 ], [ 120.3175976, 30.1637033 ], [ 120.3176037, 30.1637483 ], [ 120.3176151, 30.1638006 ], [ 120.3176734, 30.163826 ], [ 120.3177007, 30.1639314 ], [ 120.3177041, 30.1640612 ], [ 120.3178498, 30.1644581 ], [ 120.3179376, 30.1647634 ], [ 120.3179856, 30.1648949 ], [ 120.317717, 30.1650134 ], [ 120.3176884, 30.1650902 ], [ 120.3176989, 30.1651321 ], [ 120.3177166, 30.1652021 ], [ 120.318382, 30.1650308 ], [ 120.3183324, 30.1648013 ], [ 120.3182687, 30.1647829 ], [ 120.3180264, 30.1641287 ], [ 120.3178159, 30.1634541 ], [ 120.3177594, 30.1632168 ], [ 120.3177024, 30.1631734 ], [ 120.3175644, 30.1628123 ], [ 120.3175915, 30.1628082 ], [ 120.3175359, 30.1626573 ], [ 120.3174584, 30.1624468 ], [ 120.3173994, 30.162388 ], [ 120.3173977, 30.1623863 ], [ 120.3173534, 30.1623358 ], [ 120.3173557, 30.162249 ], [ 120.3173767, 30.1621561 ], [ 120.3175285, 30.1620915 ], [ 120.317846, 30.1620208 ], [ 120.3180609, 30.1620067 ], [ 120.3180749, 30.1620713 ], [ 120.3181449, 30.1620996 ], [ 120.3182148, 30.1620929 ], [ 120.3189295, 30.1620249 ], [ 120.3191023, 30.1620673 ], [ 120.3191202, 30.1620684 ], [ 120.3192657, 30.1620774 ], [ 120.3194881, 30.1620438 ], [ 120.3195739, 30.1620309 ], [ 120.3197607, 30.1619522 ], [ 120.3198541, 30.1618492 ], [ 120.3198611, 30.1617705 ], [ 120.3198718, 30.1617681 ], [ 120.3200433, 30.1617301 ], [ 120.3202513, 30.1616984 ], [ 120.3202814, 30.1616938 ], [ 120.3203258, 30.1617099 ], [ 120.3203422, 30.1617725 ], [ 120.3204075, 30.1617947 ], [ 120.3204235, 30.1617938 ], [ 120.3205803, 30.1617846 ], [ 120.3207368, 30.1617584 ], [ 120.3210123, 30.1617766 ], [ 120.3212481, 30.1617927 ], [ 120.3213135, 30.1617826 ], [ 120.3213555, 30.1617463 ], [ 120.3213882, 30.1616675 ], [ 120.3213766, 30.1616292 ], [ 120.3212341, 30.1616453 ], [ 120.3212084, 30.161508 ], [ 120.3210286, 30.1615303 ], [ 120.3210286, 30.1615565 ], [ 120.3209282, 30.1615747 ], [ 120.3209189, 30.1614757 ], [ 120.321024, 30.1614677 ], [ 120.3210263, 30.1614939 ], [ 120.3211944, 30.1614737 ], [ 120.3211664, 30.1612718 ], [ 120.3195576, 30.161502 ], [ 120.3194712, 30.1616171 ], [ 120.3193171, 30.1616998 ], [ 120.3191606, 30.161714 ], [ 120.3190416, 30.1617099 ], [ 120.3189645, 30.1616897 ], [ 120.3188851, 30.1616473 ], [ 120.3188618, 30.1616211 ], [ 120.3186843, 30.1616433 ], [ 120.3186936, 30.1616857 ], [ 120.3186656, 30.1616857 ], [ 120.318654, 30.1616453 ], [ 120.3185255, 30.1616696 ], [ 120.3184531, 30.1617342 ], [ 120.3183621, 30.1617967 ], [ 120.3181846, 30.1618593 ], [ 120.3180002, 30.1618351 ], [ 120.3177363, 30.1619078 ], [ 120.3175612, 30.1619138 ], [ 120.3174561, 30.161936 ], [ 120.317351, 30.1619381 ], [ 120.3172506, 30.1619118 ], [ 120.3171409, 30.1618089 ], [ 120.3171001, 30.1617231 ], [ 120.3170708, 30.1616615 ], [ 120.3170218, 30.1615949 ], [ 120.3169027, 30.1614616 ], [ 120.3168864, 30.1613587 ], [ 120.3168723, 30.1612456 ], [ 120.3168256, 30.1611426 ], [ 120.3167463, 30.1608721 ], [ 120.3166926, 30.1607671 ], [ 120.3166437, 30.1605933 ], [ 120.3166223, 30.1603741 ], [ 120.3166075, 30.1602547 ], [ 120.3166035, 30.1601376 ], [ 120.3165981, 30.1600726 ], [ 120.3165874, 30.1599196 ], [ 120.3165793, 30.1598314 ], [ 120.3165793, 30.1597375 ], [ 120.3166169, 30.1596378 ], [ 120.3166813, 30.1595856 ], [ 120.316814, 30.1595578 ], [ 120.3168838, 30.15953 ], [ 120.3168878, 30.1595137 ], [ 120.3168569, 30.159421 ], [ 120.316806, 30.1593757 ], [ 120.3167346, 30.1593398 ], [ 120.3166879, 30.1594367 ], [ 120.3166178, 30.1594468 ], [ 120.3165595, 30.1594266 ], [ 120.3164894, 30.1593801 ], [ 120.3162723, 30.1594205 ], [ 120.3162676, 30.1595598 ], [ 120.3162209, 30.1597415 ], [ 120.3161532, 30.1598526 ], [ 120.3160621, 30.159899 ], [ 120.3159407, 30.1599394 ], [ 120.3158076, 30.1599676 ], [ 120.3156114, 30.1600343 ], [ 120.315427, 30.1601049 ], [ 120.3152986, 30.1601897 ], [ 120.3152168, 30.1602584 ], [ 120.3152005, 30.1602725 ], [ 120.3152168, 30.1603149 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3101411, 30.1713839 ], [ 120.3104706, 30.1713522 ], [ 120.3104706, 30.1713988 ], [ 120.3110118, 30.1713966 ], [ 120.3110461, 30.1714376 ], [ 120.3113449, 30.1714139 ], [ 120.3118586, 30.1714154 ], [ 120.3122735, 30.1713136 ], [ 120.3125652, 30.1712637 ], [ 120.3122394, 30.1696922 ], [ 120.3121453, 30.1696922 ], [ 120.3121908, 30.1704095 ], [ 120.3121554, 30.1710748 ], [ 120.3101401, 30.1711385 ], [ 120.3101411, 30.1713839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3401747, 30.1799431 ], [ 120.3404753, 30.1798857 ], [ 120.3403719, 30.179678 ], [ 120.3402609, 30.1797218 ], [ 120.3401228, 30.1797529 ], [ 120.3401747, 30.1799431 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3417197, 30.1814432 ], [ 120.3419306, 30.1818565 ], [ 120.342071, 30.1820353 ], [ 120.3421743, 30.1820378 ], [ 120.3421111, 30.1817556 ], [ 120.34183, 30.1813417 ], [ 120.3417795, 30.181348 ], [ 120.341725, 30.1811822 ], [ 120.3415233, 30.1812197 ], [ 120.3417197, 30.1814432 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3407987, 30.182147 ], [ 120.3409076, 30.1820951 ], [ 120.340919, 30.1819904 ], [ 120.3408838, 30.1819288 ], [ 120.3408219, 30.1818739 ], [ 120.3407128, 30.1818688 ], [ 120.3406748, 30.1821498 ], [ 120.3407987, 30.182147 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3390285, 30.1830883 ], [ 120.3391228, 30.1831158 ], [ 120.3393245, 30.1830801 ], [ 120.3392814, 30.1829121 ], [ 120.3392194, 30.1829033 ], [ 120.3390198, 30.1829475 ], [ 120.3389973, 30.1830023 ], [ 120.3390285, 30.1830883 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3404074, 30.1831412 ], [ 120.3404872, 30.1831757 ], [ 120.3406471, 30.1831213 ], [ 120.3406098, 30.1829348 ], [ 120.340378, 30.1829748 ], [ 120.3404074, 30.1831412 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3423229, 30.1836407 ], [ 120.3424799, 30.1837766 ], [ 120.3426338, 30.1837642 ], [ 120.3427402, 30.1837417 ], [ 120.3428083, 30.1836207 ], [ 120.3428569, 30.1834909 ], [ 120.3431166, 30.1834257 ], [ 120.3431603, 30.1833334 ], [ 120.3431129, 30.1832595 ], [ 120.3429954, 30.1832309 ], [ 120.3428585, 30.1832164 ], [ 120.3425192, 30.1833089 ], [ 120.3423229, 30.1835097 ], [ 120.3423229, 30.1836407 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3433741, 30.1861124 ], [ 120.3434482, 30.1862989 ], [ 120.3435069, 30.1863744 ], [ 120.3436057, 30.1863859 ], [ 120.3436242, 30.1864431 ], [ 120.3436923, 30.1863989 ], [ 120.3437611, 30.186207 ], [ 120.3436393, 30.1860036 ], [ 120.3434986, 30.1859855 ], [ 120.3433694, 30.1860314 ], [ 120.3433741, 30.1861124 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2744284, 30.1664729 ], [ 120.2746001, 30.16709 ], [ 120.2747221, 30.1676071 ], [ 120.2747972, 30.1686181 ], [ 120.2748616, 30.1686831 ], [ 120.2749689, 30.1687295 ], [ 120.2756877, 30.1687666 ], [ 120.2763314, 30.1688593 ], [ 120.276873, 30.1688742 ], [ 120.2776833, 30.1688964 ], [ 120.2786381, 30.1690634 ], [ 120.2788378, 30.1691016 ], [ 120.2798505, 30.1692953 ], [ 120.2798505, 30.1694344 ], [ 120.2799363, 30.1694529 ], [ 120.2800114, 30.1693231 ], [ 120.2810045, 30.1695195 ], [ 120.2812774, 30.1695735 ], [ 120.2820821, 30.1701579 ], [ 120.2835197, 30.1712617 ], [ 120.2838416, 30.1715677 ], [ 120.2843995, 30.1720686 ], [ 120.2850325, 30.1725788 ], [ 120.2853329, 30.1727086 ], [ 120.2877147, 30.1727735 ], [ 120.2878327, 30.1727643 ], [ 120.2879293, 30.1726808 ], [ 120.2885408, 30.1714008 ], [ 120.2886667, 30.171046 ], [ 120.2887487, 30.1699214 ], [ 120.288774, 30.1697705 ], [ 120.288884, 30.1691774 ], [ 120.2888802, 30.1690808 ], [ 120.2888547, 30.1690147 ], [ 120.2888268, 30.1689206 ], [ 120.2888077, 30.1687805 ], [ 120.2888131, 30.1684987 ], [ 120.2888404, 30.1683719 ], [ 120.2888721, 30.1682228 ], [ 120.2888855, 30.1681277 ], [ 120.2888694, 30.1680106 ], [ 120.2888171, 30.1679202 ], [ 120.2887112, 30.1677984 ], [ 120.2886522, 30.1676941 ], [ 120.2886482, 30.1675097 ], [ 120.2886696, 30.1673312 ], [ 120.2887058, 30.1672036 ], [ 120.2887622, 30.1670459 ], [ 120.2888305, 30.1668882 ], [ 120.2888748, 30.1667897 ], [ 120.2889003, 30.1667178 ], [ 120.288911, 30.1666355 ], [ 120.28897, 30.1661659 ], [ 120.2889982, 30.1660952 ], [ 120.2890411, 30.1660291 ], [ 120.2891859, 30.1658865 ], [ 120.2893059, 30.1657348 ], [ 120.2893519, 30.1656196 ], [ 120.2893883, 30.1655285 ], [ 120.2894222, 30.1654437 ], [ 120.2893395, 30.165411 ], [ 120.2892517, 30.1653763 ], [ 120.2892141, 30.1654656 ], [ 120.2891645, 30.1654957 ], [ 120.2890549, 30.1655135 ], [ 120.2889633, 30.165549 ], [ 120.2888788, 30.1656082 ], [ 120.2888317, 30.1656692 ], [ 120.2887434, 30.1658563 ], [ 120.2886522, 30.1660975 ], [ 120.2885449, 30.1663734 ], [ 120.2884349, 30.1666958 ], [ 120.2883384, 30.1670448 ], [ 120.2883249, 30.167141 ], [ 120.2883035, 30.1675271 ], [ 120.2882928, 30.1678506 ], [ 120.288274, 30.1682518 ], [ 120.2882861, 30.1683167 ], [ 120.2883249, 30.1684141 ], [ 120.2883531, 30.1684837 ], [ 120.288384, 30.1687898 ], [ 120.2883826, 30.1689451 ], [ 120.2883585, 30.1691202 ], [ 120.2883075, 30.1692883 ], [ 120.2882566, 30.1695283 ], [ 120.2882163, 30.1697324 ], [ 120.2881882, 30.169933 ], [ 120.2881774, 30.1705498 ], [ 120.2880877, 30.1712666 ], [ 120.2876933, 30.1724489 ], [ 120.2875752, 30.1725509 ], [ 120.2874572, 30.1726066 ], [ 120.2856655, 30.1725231 ], [ 120.2855153, 30.1724953 ], [ 120.2852364, 30.1723561 ], [ 120.2835841, 30.1710576 ], [ 120.281889, 30.1697498 ], [ 120.2812023, 30.1692953 ], [ 120.279314, 30.1688964 ], [ 120.2789131, 30.1688782 ], [ 120.2787025, 30.1688686 ], [ 120.2781231, 30.1687295 ], [ 120.2778013, 30.1688222 ], [ 120.2775652, 30.1687944 ], [ 120.2771575, 30.1687202 ], [ 120.2768591, 30.1687012 ], [ 120.2760665, 30.1686508 ], [ 120.2754087, 30.1686089 ], [ 120.2751544, 30.1686039 ], [ 120.2749367, 30.1685996 ], [ 120.2748294, 30.167468 ], [ 120.2745612, 30.166392 ], [ 120.2744689, 30.1664034 ], [ 120.274411, 30.1664105 ], [ 120.2744284, 30.1664729 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3071231, 30.1708241 ], [ 120.3073563, 30.1708241 ], [ 120.3078818, 30.1709239 ], [ 120.3079183, 30.1708477 ], [ 120.3079147, 30.1708068 ], [ 120.307833, 30.1698734 ], [ 120.3077161, 30.1698195 ], [ 120.3077511, 30.1704999 ], [ 120.3070231, 30.1706773 ], [ 120.3071231, 30.1708241 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2934802, 30.1720562 ], [ 120.2935985, 30.1720144 ], [ 120.293663, 30.1720283 ], [ 120.2937545, 30.1720748 ], [ 120.2938781, 30.172112 ], [ 120.2942759, 30.1721178 ], [ 120.2944281, 30.172115 ], [ 120.2948411, 30.1719852 ], [ 120.2960642, 30.1717486 ], [ 120.2962198, 30.1717765 ], [ 120.2962573, 30.1718414 ], [ 120.2962573, 30.1720686 ], [ 120.2964397, 30.1729776 ], [ 120.2965255, 30.1732002 ], [ 120.2966436, 30.1733115 ], [ 120.2969171, 30.1732883 ], [ 120.2970727, 30.1732234 ], [ 120.2972176, 30.1731353 ], [ 120.2972336, 30.1730565 ], [ 120.2972229, 30.1729823 ], [ 120.2971317, 30.1729637 ], [ 120.2970352, 30.1729591 ], [ 120.2968581, 30.1729962 ], [ 120.2967777, 30.1729683 ], [ 120.2967026, 30.1728385 ], [ 120.2967133, 30.172384 ], [ 120.2966543, 30.1714797 ], [ 120.2966597, 30.1714055 ], [ 120.2967455, 30.1713869 ], [ 120.2976574, 30.1713869 ], [ 120.2989985, 30.171206 ], [ 120.2990806, 30.1711878 ], [ 120.2998072, 30.1710271 ], [ 120.2998998, 30.1710066 ], [ 120.3000661, 30.1710205 ], [ 120.3001143, 30.1710855 ], [ 120.3002933, 30.1718849 ], [ 120.3003075, 30.1719481 ], [ 120.3003343, 30.172384 ], [ 120.3003222, 30.1724342 ], [ 120.3002806, 30.1726066 ], [ 120.3005823, 30.1726635 ], [ 120.300801, 30.1725278 ], [ 120.3006293, 30.1722681 ], [ 120.300581, 30.1717486 ], [ 120.3003933, 30.171424 ], [ 120.3003772, 30.1708397 ], [ 120.3003075, 30.1707933 ], [ 120.3001197, 30.1707794 ], [ 120.2996369, 30.1709046 ], [ 120.2992238, 30.1709556 ], [ 120.2990853, 30.1709507 ], [ 120.2989118, 30.1709838 ], [ 120.2985426, 30.1710205 ], [ 120.2972658, 30.171206 ], [ 120.2966328, 30.1711689 ], [ 120.2962949, 30.170937 ], [ 120.2960857, 30.1705289 ], [ 120.2960374, 30.1703063 ], [ 120.2960383, 30.1702189 ], [ 120.2960427, 30.1697683 ], [ 120.2960803, 30.1697081 ], [ 120.2962734, 30.1695782 ], [ 120.2972176, 30.1694251 ], [ 120.2978184, 30.1694205 ], [ 120.297872, 30.1693649 ], [ 120.2978023, 30.1693138 ], [ 120.2975341, 30.1692907 ], [ 120.2962573, 30.1689475 ], [ 120.2961822, 30.1689846 ], [ 120.2961018, 30.1691144 ], [ 120.2958711, 30.1695457 ], [ 120.2958657, 30.1696292 ], [ 120.2958443, 30.1703805 ], [ 120.2959837, 30.170733 ], [ 120.2960052, 30.1710344 ], [ 120.2961715, 30.1712617 ], [ 120.2961608, 30.1714286 ], [ 120.2960964, 30.1715631 ], [ 120.2960427, 30.1716188 ], [ 120.2942939, 30.1719573 ], [ 120.2938889, 30.1719632 ], [ 120.2937598, 30.1719214 ], [ 120.2936039, 30.1719446 ], [ 120.2934802, 30.1719865 ], [ 120.2934802, 30.1720562 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2588749, 30.1736147 ], [ 120.2598985, 30.1738507 ], [ 120.2601334, 30.173911 ], [ 120.2603036, 30.1740611 ], [ 120.260376, 30.1740771 ], [ 120.2604738, 30.1740987 ], [ 120.2605088, 30.1740213 ], [ 120.2605359, 30.173994 ], [ 120.2618395, 30.174297 ], [ 120.2622901, 30.1744083 ], [ 120.2633522, 30.1746587 ], [ 120.2633522, 30.1747979 ], [ 120.2634703, 30.1748071 ], [ 120.2637707, 30.1747608 ], [ 120.2648114, 30.1749092 ], [ 120.2657448, 30.1750761 ], [ 120.2673219, 30.1754935 ], [ 120.2676009, 30.1755677 ], [ 120.2686416, 30.1757346 ], [ 120.2698264, 30.1760522 ], [ 120.2698938, 30.1759883 ], [ 120.2699836, 30.1760163 ], [ 120.2699942, 30.1761128 ], [ 120.2699397, 30.1763097 ], [ 120.2700578, 30.176319 ], [ 120.2701106, 30.1762255 ], [ 120.2702162, 30.1761969 ], [ 120.2711913, 30.1765326 ], [ 120.2721597, 30.1768512 ], [ 120.2730003, 30.1770913 ], [ 120.2732026, 30.1771491 ], [ 120.273298, 30.1771239 ], [ 120.2733886, 30.1771741 ], [ 120.2741133, 30.177367 ], [ 120.2757205, 30.1777719 ], [ 120.2765489, 30.1779501 ], [ 120.2774565, 30.1781625 ], [ 120.2776891, 30.1781992 ], [ 120.2782611, 30.1784031 ], [ 120.2788364, 30.1786127 ], [ 120.278898, 30.1784489 ], [ 120.2777299, 30.1779961 ], [ 120.2763775, 30.177663 ], [ 120.2750252, 30.1773299 ], [ 120.2731984, 30.176877 ], [ 120.2718038, 30.1764647 ], [ 120.2714684, 30.1763316 ], [ 120.2709053, 30.1761984 ], [ 120.2701972, 30.175948 ], [ 120.2686094, 30.175577 ], [ 120.2678336, 30.1754536 ], [ 120.2676108, 30.1754372 ], [ 120.2669082, 30.1752585 ], [ 120.2655905, 30.1748999 ], [ 120.2645551, 30.1747055 ], [ 120.2629553, 30.1743478 ], [ 120.2619621, 30.1741216 ], [ 120.2613881, 30.1739909 ], [ 120.2608123, 30.173921 ], [ 120.2605202, 30.173836 ], [ 120.2600379, 30.1737207 ], [ 120.2596289, 30.1736461 ], [ 120.2587545, 30.1734288 ], [ 120.257751, 30.1732569 ], [ 120.2576717, 30.1734139 ], [ 120.2588749, 30.1736147 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2634387, 30.1761643 ], [ 120.2635467, 30.1767502 ], [ 120.2635967, 30.1770252 ], [ 120.2637237, 30.1777241 ], [ 120.2641529, 30.1793193 ], [ 120.2642763, 30.1800242 ], [ 120.2644962, 30.1800288 ], [ 120.2649254, 30.1800474 ], [ 120.2652687, 30.1801865 ], [ 120.2656549, 30.1803395 ], [ 120.2658534, 30.1803766 ], [ 120.2670389, 30.1805157 ], [ 120.2677524, 30.1806085 ], [ 120.2686214, 30.1807569 ], [ 120.2692598, 30.1808496 ], [ 120.2704668, 30.1809516 ], [ 120.2712822, 30.180947 ], [ 120.2718401, 30.1809146 ], [ 120.2719957, 30.1809656 ], [ 120.272001, 30.1811325 ], [ 120.27206, 30.1814432 ], [ 120.2722317, 30.1816333 ], [ 120.2723229, 30.1816982 ], [ 120.2723068, 30.1819904 ], [ 120.2722263, 30.1825283 ], [ 120.2719635, 30.1829456 ], [ 120.27228, 30.1829178 ], [ 120.2723443, 30.1823289 ], [ 120.2724677, 30.1821341 ], [ 120.2725106, 30.1819997 ], [ 120.2724892, 30.1815035 ], [ 120.2723743, 30.1814803 ], [ 120.272275, 30.1814254 ], [ 120.2722025, 30.181345 ], [ 120.2721652, 30.1812483 ], [ 120.2721673, 30.1811464 ], [ 120.2721971, 30.1810776 ], [ 120.2722518, 30.1810213 ], [ 120.2723252, 30.1809841 ], [ 120.2724087, 30.1809702 ], [ 120.2725911, 30.1810027 ], [ 120.2729559, 30.1809377 ], [ 120.2746886, 30.1809053 ], [ 120.2746779, 30.1807893 ], [ 120.2745974, 30.1806734 ], [ 120.2736103, 30.1807059 ], [ 120.2735943, 30.1801077 ], [ 120.2736425, 30.1797367 ], [ 120.273782, 30.1795419 ], [ 120.2737652, 30.1795022 ], [ 120.2737633, 30.17946 ], [ 120.2737768, 30.1794193 ], [ 120.2738041, 30.1793843 ], [ 120.2738427, 30.1793583 ], [ 120.2738887, 30.1793439 ], [ 120.2739376, 30.1793425 ], [ 120.2740717, 30.1793425 ], [ 120.2741414, 30.1792637 ], [ 120.2742755, 30.179259 ], [ 120.2744365, 30.1793472 ], [ 120.2747422, 30.1794214 ], [ 120.2750373, 30.1795141 ], [ 120.275386, 30.1795002 ], [ 120.2757454, 30.1795651 ], [ 120.2761531, 30.1795837 ], [ 120.2764052, 30.1796115 ], [ 120.2767754, 30.1796625 ], [ 120.2771509, 30.1796022 ], [ 120.2772742, 30.1796161 ], [ 120.2773184, 30.1796743 ], [ 120.2773279, 30.1795141 ], [ 120.2766842, 30.1794631 ], [ 120.276196, 30.1794445 ], [ 120.2760458, 30.1793796 ], [ 120.2749193, 30.179324 ], [ 120.2745545, 30.1792544 ], [ 120.2742487, 30.1791941 ], [ 120.2739322, 30.1790967 ], [ 120.2736854, 30.1790736 ], [ 120.2734494, 30.1790504 ], [ 120.2731919, 30.1789994 ], [ 120.2727681, 30.178851 ], [ 120.2712983, 30.1781507 ], [ 120.270853, 30.1777473 ], [ 120.2705258, 30.1775154 ], [ 120.2700269, 30.1772603 ], [ 120.2699304, 30.1771676 ], [ 120.2699572, 30.1770702 ], [ 120.2700578, 30.176319 ], [ 120.2699397, 30.1763097 ], [ 120.2697587, 30.1773763 ], [ 120.2700698, 30.1774505 ], [ 120.270279, 30.1775525 ], [ 120.2705848, 30.1777797 ], [ 120.2707994, 30.1779235 ], [ 120.2709174, 30.1781322 ], [ 120.2712983, 30.1784522 ], [ 120.2716631, 30.1786284 ], [ 120.2721244, 30.1787675 ], [ 120.2723873, 30.1788695 ], [ 120.2723819, 30.1789483 ], [ 120.2728701, 30.1791385 ], [ 120.2734441, 30.1793564 ], [ 120.2734655, 30.1795883 ], [ 120.2734494, 30.179746 ], [ 120.2734977, 30.1799222 ], [ 120.2733421, 30.180219 ], [ 120.2733099, 30.1804786 ], [ 120.2733475, 30.1807847 ], [ 120.2728808, 30.1808357 ], [ 120.2723819, 30.1808125 ], [ 120.2711105, 30.1807522 ], [ 120.2705902, 30.180794 ], [ 120.2701503, 30.1807986 ], [ 120.2687395, 30.1806641 ], [ 120.2678919, 30.1805065 ], [ 120.2673072, 30.1804601 ], [ 120.2666259, 30.1803998 ], [ 120.2658641, 30.1802885 ], [ 120.2651668, 30.1799917 ], [ 120.2648449, 30.1799222 ], [ 120.2644157, 30.1798758 ], [ 120.2642816, 30.1792127 ], [ 120.2640992, 30.1784197 ], [ 120.2636486, 30.1762958 ], [ 120.2634287, 30.1754703 ], [ 120.2634703, 30.1748071 ], [ 120.2633522, 30.1747979 ], [ 120.263316, 30.1754981 ], [ 120.2634387, 30.1761643 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.305565, 30.1791278 ], [ 120.305623, 30.1790786 ], [ 120.3057603, 30.1790176 ], [ 120.3058326, 30.179035 ], [ 120.305759, 30.1786756 ], [ 120.3055053, 30.1787068 ], [ 120.305565, 30.1791278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2776159, 30.1796116 ], [ 120.2781788, 30.1796448 ], [ 120.2788981, 30.1797041 ], [ 120.2800247, 30.1798803 ], [ 120.2801051, 30.1798803 ], [ 120.2802124, 30.1797783 ], [ 120.280368, 30.1797227 ], [ 120.2805957, 30.1797158 ], [ 120.2807174, 30.1797624 ], [ 120.2808511, 30.1798228 ], [ 120.2809685, 30.1798516 ], [ 120.2814302, 30.1799406 ], [ 120.2814892, 30.1797134 ], [ 120.2810439, 30.1796809 ], [ 120.2808129, 30.1796479 ], [ 120.280594, 30.1794849 ], [ 120.2805632, 30.1794024 ], [ 120.2806214, 30.179024 ], [ 120.2805762, 30.1789444 ], [ 120.280531, 30.1788648 ], [ 120.2804567, 30.1788181 ], [ 120.2799657, 30.1786607 ], [ 120.2793325, 30.1785726 ], [ 120.278898, 30.1784489 ], [ 120.2788364, 30.1786127 ], [ 120.2793331, 30.1787556 ], [ 120.279858, 30.1788213 ], [ 120.2801699, 30.1789048 ], [ 120.280377, 30.1789592 ], [ 120.2804261, 30.1790035 ], [ 120.2803432, 30.1792818 ], [ 120.2802433, 30.1794102 ], [ 120.2801154, 30.1795236 ], [ 120.279997, 30.1796146 ], [ 120.2798257, 30.1796713 ], [ 120.279612, 30.179682 ], [ 120.2793822, 30.1796929 ], [ 120.278984, 30.1796067 ], [ 120.278509, 30.1795834 ], [ 120.2779969, 30.1794908 ], [ 120.2778683, 30.1794791 ], [ 120.2776909, 30.1794743 ], [ 120.2773279, 30.1795141 ], [ 120.2773184, 30.1796743 ], [ 120.2776159, 30.1796116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2826693, 30.1801586 ], [ 120.2846327, 30.18078 ], [ 120.2840641, 30.1820598 ], [ 120.2841928, 30.1828203 ], [ 120.2843323, 30.1830522 ], [ 120.2844825, 30.1831171 ], [ 120.287669, 30.182811 ], [ 120.2878299, 30.1827832 ], [ 120.2877977, 30.1825977 ], [ 120.2855876, 30.1828852 ], [ 120.2844825, 30.1829409 ], [ 120.2843859, 30.1828203 ], [ 120.2843108, 30.1820877 ], [ 120.2847615, 30.1808634 ], [ 120.2857378, 30.1813642 ], [ 120.2858987, 30.1813921 ], [ 120.286006, 30.1812901 ], [ 120.2856734, 30.181188 ], [ 120.2854588, 30.1809654 ], [ 120.2842357, 30.1802699 ], [ 120.2830234, 30.1799731 ], [ 120.2822534, 30.1798428 ], [ 120.2814892, 30.1797134 ], [ 120.2814302, 30.1799406 ], [ 120.2826693, 30.1801586 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2774365, 30.1881878 ], [ 120.277576, 30.188299 ], [ 120.277694, 30.1882712 ], [ 120.2777584, 30.1882063 ], [ 120.2779622, 30.1881878 ], [ 120.2779622, 30.1882898 ], [ 120.2786274, 30.1884938 ], [ 120.2789493, 30.1885309 ], [ 120.278842, 30.1884381 ], [ 120.2784343, 30.188197 ], [ 120.2784235, 30.1881136 ], [ 120.278445, 30.1880208 ], [ 120.2785201, 30.1879281 ], [ 120.2785952, 30.1877797 ], [ 120.2786703, 30.1876777 ], [ 120.2786703, 30.1875664 ], [ 120.2786274, 30.1874922 ], [ 120.2786703, 30.1872047 ], [ 120.2787561, 30.18701 ], [ 120.2787561, 30.1868338 ], [ 120.2787776, 30.1863052 ], [ 120.2785952, 30.1861939 ], [ 120.2785523, 30.1860455 ], [ 120.2785416, 30.1858878 ], [ 120.2784128, 30.1858878 ], [ 120.2784128, 30.1857487 ], [ 120.2783377, 30.1856467 ], [ 120.278445, 30.1855076 ], [ 120.2785523, 30.1855169 ], [ 120.2786596, 30.185387 ], [ 120.2789922, 30.1853128 ], [ 120.2791746, 30.1851366 ], [ 120.2792604, 30.1852016 ], [ 120.279593, 30.1851181 ], [ 120.2796574, 30.1849697 ], [ 120.2788634, 30.1849604 ], [ 120.2787347, 30.1848399 ], [ 120.2786596, 30.1845245 ], [ 120.2787025, 30.1842927 ], [ 120.2787776, 30.1841907 ], [ 120.278724, 30.1840423 ], [ 120.2788205, 30.1839032 ], [ 120.2792068, 30.1839588 ], [ 120.2793999, 30.1839125 ], [ 120.2794964, 30.1837826 ], [ 120.2794964, 30.1836528 ], [ 120.2792175, 30.1834487 ], [ 120.2788956, 30.1835508 ], [ 120.2787347, 30.1835508 ], [ 120.2785952, 30.1835137 ], [ 120.2785738, 30.1833467 ], [ 120.278445, 30.1832818 ], [ 120.2784128, 30.1833653 ], [ 120.2783377, 30.1834024 ], [ 120.2783377, 30.1835322 ], [ 120.2782948, 30.183662 ], [ 120.2780159, 30.183727 ], [ 120.2778978, 30.1838012 ], [ 120.2779086, 30.1839588 ], [ 120.2781446, 30.1840794 ], [ 120.2782519, 30.1842927 ], [ 120.2782412, 30.1847657 ], [ 120.2781231, 30.1850717 ], [ 120.2780266, 30.1850995 ], [ 120.2780588, 30.1852108 ], [ 120.2783699, 30.1854427 ], [ 120.2781982, 30.1857024 ], [ 120.2781982, 30.1859157 ], [ 120.2782841, 30.1861568 ], [ 120.2782412, 30.1865556 ], [ 120.2781768, 30.1868616 ], [ 120.2779086, 30.1874088 ], [ 120.2776511, 30.1876313 ], [ 120.2775116, 30.1880208 ], [ 120.2773936, 30.1880394 ], [ 120.2774365, 30.1881878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2810843, 30.1849604 ], [ 120.2812989, 30.1849233 ], [ 120.2815456, 30.1850903 ], [ 120.2816744, 30.1854241 ], [ 120.2815778, 30.185489 ], [ 120.2818568, 30.186064 ], [ 120.2818794, 30.1863955 ], [ 120.281889, 30.186537 ], [ 120.2819426, 30.1867503 ], [ 120.2819426, 30.1868616 ], [ 120.2821679, 30.1872882 ], [ 120.2821357, 30.1875479 ], [ 120.2822001, 30.1878724 ], [ 120.2825112, 30.1879374 ], [ 120.2824683, 30.1872975 ], [ 120.2823503, 30.1870193 ], [ 120.2822752, 30.1866112 ], [ 120.282252, 30.1864708 ], [ 120.2821988, 30.1861491 ], [ 120.2821786, 30.1860269 ], [ 120.2820284, 30.1856931 ], [ 120.2818139, 30.1853128 ], [ 120.2817924, 30.1850903 ], [ 120.2816315, 30.1850161 ], [ 120.2813633, 30.1848028 ], [ 120.2810521, 30.1848491 ], [ 120.2810843, 30.1849604 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1958795, 30.1020976 ], [ 120.1960535, 30.1019744 ], [ 120.1962828, 30.1019094 ], [ 120.1965636, 30.1018615 ], [ 120.1967415, 30.1018273 ], [ 120.1967969, 30.1017726 ], [ 120.1967653, 30.1016973 ], [ 120.1966625, 30.10167 ], [ 120.1963975, 30.1017315 ], [ 120.1959546, 30.1019984 ], [ 120.1957253, 30.1022139 ], [ 120.1958795, 30.1020976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1951045, 30.1029357 ], [ 120.1951836, 30.1030076 ], [ 120.1953773, 30.1030589 ], [ 120.1954841, 30.1030862 ], [ 120.1955118, 30.1031376 ], [ 120.1955632, 30.1031581 ], [ 120.1956146, 30.1030999 ], [ 120.1956937, 30.102987 ], [ 120.1957213, 30.1028331 ], [ 120.1957253, 30.1026484 ], [ 120.1957253, 30.1022139 ], [ 120.1953061, 30.102467 ], [ 120.1952033, 30.1026176 ], [ 120.1951163, 30.1027784 ], [ 120.1951005, 30.1028536 ], [ 120.1951045, 30.1029357 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2223101, 30.1035568 ], [ 120.2227783, 30.1036806 ], [ 120.2229299, 30.1033667 ], [ 120.2227856, 30.1032506 ], [ 120.2229638, 30.1031354 ], [ 120.2235626, 30.1031998 ], [ 120.2237242, 30.1031284 ], [ 120.2242243, 30.1032667 ], [ 120.2244293, 30.1028411 ], [ 120.2223267, 30.1022091 ], [ 120.2222995, 30.1026695 ], [ 120.2223054, 30.102961 ], [ 120.2223927, 30.103139 ], [ 120.2222937, 30.1033296 ], [ 120.2223101, 30.1035568 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1945396, 30.1048486 ], [ 120.1946503, 30.1049669 ], [ 120.194735, 30.1050458 ], [ 120.1949239, 30.1051359 ], [ 120.1950281, 30.1051134 ], [ 120.1950216, 30.1050401 ], [ 120.194989, 30.1049669 ], [ 120.1950411, 30.1049218 ], [ 120.1951258, 30.1049105 ], [ 120.1952886, 30.1050401 ], [ 120.195484, 30.1049331 ], [ 120.1953407, 30.1048598 ], [ 120.1952951, 30.1047697 ], [ 120.1951323, 30.1047753 ], [ 120.1951323, 30.1046682 ], [ 120.195002, 30.1046288 ], [ 120.1949825, 30.1045386 ], [ 120.1950281, 30.1044203 ], [ 120.1951453, 30.1043865 ], [ 120.1953538, 30.1043809 ], [ 120.1954254, 30.1039752 ], [ 120.1954971, 30.1035807 ], [ 120.1953668, 30.1035582 ], [ 120.1953668, 30.1034793 ], [ 120.195445, 30.1034455 ], [ 120.1955427, 30.103468 ], [ 120.1955752, 30.1033384 ], [ 120.195458, 30.1033046 ], [ 120.1953277, 30.1033046 ], [ 120.195217, 30.1033102 ], [ 120.1951453, 30.1033553 ], [ 120.1947545, 30.1042231 ], [ 120.1946112, 30.1045612 ], [ 120.1945135, 30.1046288 ], [ 120.1944419, 30.1046908 ], [ 120.1944336, 30.1047897 ], [ 120.1945396, 30.1048486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.213285, 30.1085218 ], [ 120.2131321, 30.1089247 ], [ 120.2134989, 30.1089445 ], [ 120.2138894, 30.1069926 ], [ 120.2136233, 30.1062313 ], [ 120.2135694, 30.1060896 ], [ 120.2136574, 30.1058683 ], [ 120.2132524, 30.1056379 ], [ 120.2133428, 30.1069697 ], [ 120.213087, 30.1082672 ], [ 120.213285, 30.1085218 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1894041, 30.1095846 ], [ 120.1899181, 30.1102722 ], [ 120.1899435, 30.1105224 ], [ 120.1905365, 30.1103472 ], [ 120.1911484, 30.1101571 ], [ 120.1908854, 30.109996 ], [ 120.1905936, 30.1099809 ], [ 120.190306, 30.1096728 ], [ 120.1902111, 30.1091403 ], [ 120.1904005, 30.1088717 ], [ 120.1904184, 30.1087135 ], [ 120.1905863, 30.1087349 ], [ 120.1906722, 30.1084428 ], [ 120.1906315, 30.1083471 ], [ 120.1911551, 30.1083085 ], [ 120.1909023, 30.1082096 ], [ 120.1904784, 30.1082386 ], [ 120.190149, 30.1081568 ], [ 120.1898891, 30.1086344 ], [ 120.190092, 30.108844 ], [ 120.1900945, 30.108938 ], [ 120.189707, 30.1091184 ], [ 120.1893608, 30.1092875 ], [ 120.1891987, 30.109413 ], [ 120.1894041, 30.1095846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1839455, 30.1115934 ], [ 120.1852612, 30.1122966 ], [ 120.1858817, 30.112419 ], [ 120.1860346, 30.112414 ], [ 120.186192, 30.1124088 ], [ 120.1863412, 30.1122287 ], [ 120.1866986, 30.1121268 ], [ 120.1878219, 30.1118788 ], [ 120.1883168, 30.1118006 ], [ 120.1886938, 30.1117904 ], [ 120.1904297, 30.1119365 ], [ 120.1944986, 30.1123 ], [ 120.195182, 30.112351 ], [ 120.1956376, 30.112317 ], [ 120.1960343, 30.1122423 ], [ 120.1963367, 30.1121675 ], [ 120.1968669, 30.1119467 ], [ 120.1977192, 30.1115118 ], [ 120.1987, 30.1109749 ], [ 120.1993019, 30.1106455 ], [ 120.1991095, 30.1103499 ], [ 120.1966391, 30.1116817 ], [ 120.1959439, 30.1118856 ], [ 120.195292, 30.1119535 ], [ 120.1948717, 30.1119569 ], [ 120.1937603, 30.1118482 ], [ 120.1918476, 30.1116715 ], [ 120.1894479, 30.1114269 ], [ 120.1886742, 30.1113997 ], [ 120.1880497, 30.1114303 ], [ 120.1871935, 30.1116206 ], [ 120.1861684, 30.111872 ], [ 120.1857285, 30.1118754 ], [ 120.1853436, 30.1117361 ], [ 120.1817896, 30.1098114 ], [ 120.1816397, 30.1100388 ], [ 120.1814967, 30.1102527 ], [ 120.1839455, 30.1115934 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2184897, 30.1147487 ], [ 120.2186011, 30.1151203 ], [ 120.2189804, 30.1157102 ], [ 120.2195061, 30.1155527 ], [ 120.219686, 30.1147654 ], [ 120.2198281, 30.1147563 ], [ 120.2201985, 30.1147327 ], [ 120.2204822, 30.1147572 ], [ 120.2209899, 30.1145523 ], [ 120.2208137, 30.113912 ], [ 120.2203894, 30.1141555 ], [ 120.2202637, 30.1142276 ], [ 120.2194831, 30.1144742 ], [ 120.2193504, 30.1145161 ], [ 120.2187521, 30.1146141 ], [ 120.2184509, 30.1146193 ], [ 120.2184897, 30.1147487 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1842257, 30.1219183 ], [ 120.1842888, 30.1217779 ], [ 120.1843867, 30.1217118 ], [ 120.1845784, 30.1216643 ], [ 120.1848494, 30.1215935 ], [ 120.1859477, 30.1216028 ], [ 120.1875275, 30.1216097 ], [ 120.1925071, 30.1216144 ], [ 120.1930515, 30.121619 ], [ 120.1930554, 30.1215663 ], [ 120.1930584, 30.121525 ], [ 120.1850465, 30.1215309 ], [ 120.184675, 30.1216132 ], [ 120.1843196, 30.1216747 ], [ 120.1841359, 30.1217605 ], [ 120.1840942, 30.1219223 ], [ 120.1842257, 30.1219183 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1833218, 30.1215889 ], [ 120.1840192, 30.1223811 ], [ 120.1845503, 30.1230574 ], [ 120.1852959, 30.1240364 ], [ 120.1854756, 30.1242847 ], [ 120.1857975, 30.124577 ], [ 120.1861006, 30.1248716 ], [ 120.1863903, 30.1251129 ], [ 120.186629, 30.125375 ], [ 120.1868355, 30.1255421 ], [ 120.1870662, 30.1256905 ], [ 120.1872137, 30.1258089 ], [ 120.1873639, 30.1255954 ], [ 120.1871882, 30.1255293 ], [ 120.187026, 30.1254238 ], [ 120.1868409, 30.1252822 ], [ 120.1866236, 30.1250433 ], [ 120.186291, 30.1247556 ], [ 120.1861167, 30.1246071 ], [ 120.1858357, 30.1242719 ], [ 120.1858914, 30.1242174 ], [ 120.1856124, 30.1238184 ], [ 120.1851001, 30.1232012 ], [ 120.1850063, 30.1231084 ], [ 120.1849097, 30.1228811 ], [ 120.1847139, 30.1225865 ], [ 120.1844698, 30.1225424 ], [ 120.1843974, 30.1221457 ], [ 120.1842257, 30.1219183 ], [ 120.1840942, 30.1219223 ], [ 120.18392, 30.1219276 ], [ 120.1837322, 30.1216213 ], [ 120.1833701, 30.1212432 ], [ 120.1831502, 30.1214009 ], [ 120.1833218, 30.1215889 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1340918, 30.1014595 ], [ 120.1342788, 30.1014349 ], [ 120.1344618, 30.101354 ], [ 120.1345309, 30.1012942 ], [ 120.1345146, 30.1012274 ], [ 120.1342666, 30.1008299 ], [ 120.1342097, 30.100633 ], [ 120.133641924041811, 30.1005066169819 ], [ 120.133640152306683, 30.100506751716306 ], [ 120.1336161, 30.100538 ], [ 120.1340918, 30.1014595 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1421807, 30.1009678 ], [ 120.142265, 30.1011511 ], [ 120.1425345, 30.1015235 ], [ 120.1426877, 30.1016652 ], [ 120.1428654, 30.1017924 ], [ 120.1431012, 30.101917 ], [ 120.1437659, 30.1021475 ], [ 120.1441772, 30.1022843 ], [ 120.1444368, 30.1024125 ], [ 120.144544, 30.1025371 ], [ 120.1446144, 30.1026325 ], [ 120.1447962, 30.1027773 ], [ 120.1452803, 30.1030252 ], [ 120.1461829, 30.1033999 ], [ 120.1464755, 30.1035128 ], [ 120.1465712, 30.1035341 ], [ 120.1466622, 30.1035201 ], [ 120.1467914, 30.1034811 ], [ 120.1474791, 30.1032985 ], [ 120.1475676, 30.1034148 ], [ 120.1482109, 30.1034582 ], [ 120.1486493, 30.103576 ], [ 120.1489935, 30.1036355 ], [ 120.1491528, 30.10365 ], [ 120.1494351, 30.1035767 ], [ 120.1496448, 30.1035112 ], [ 120.1496805, 30.1034564 ], [ 120.149559, 30.1033924 ], [ 120.1493535, 30.1033849 ], [ 120.1492419, 30.1034449 ], [ 120.1490155, 30.1034639 ], [ 120.1479762, 30.1033038 ], [ 120.1475335, 30.1032761 ], [ 120.1471549, 30.1032208 ], [ 120.1470215, 30.1032115 ], [ 120.1469309, 30.1032438 ], [ 120.1467975, 30.1033407 ], [ 120.1467229, 30.1033961 ], [ 120.1466269, 30.1034007 ], [ 120.1464935, 30.1033684 ], [ 120.1451762, 30.1028332 ], [ 120.1449256, 30.1026671 ], [ 120.1446003, 30.1023534 ], [ 120.1444509, 30.1022934 ], [ 120.1431976, 30.1018597 ], [ 120.1429363, 30.1017397 ], [ 120.142772, 30.1015251 ], [ 120.1426179, 30.1013674 ], [ 120.1424936, 30.1011854 ], [ 120.142348, 30.1009246 ], [ 120.1421808, 30.1007572 ], [ 120.1420955, 30.1007825 ], [ 120.1421807, 30.1009678 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1377534, 30.1080166 ], [ 120.1378177, 30.1080802 ], [ 120.1378453, 30.1081332 ], [ 120.1378422, 30.1081862 ], [ 120.1379555, 30.1083584 ], [ 120.1380045, 30.1083823 ], [ 120.1384824, 30.1083372 ], [ 120.1385069, 30.108316 ], [ 120.1384855, 30.1082604 ], [ 120.1383384, 30.1078709 ], [ 120.1383139, 30.1078497 ], [ 120.1380536, 30.1078921 ], [ 120.1377534, 30.1079768 ], [ 120.1377534, 30.1080166 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1477272, 30.1187161 ], [ 120.1479898, 30.1189658 ], [ 120.1483537, 30.1189546 ], [ 120.1484025, 30.1180911 ], [ 120.1480416, 30.1180394 ], [ 120.147687, 30.118186 ], [ 120.1477272, 30.1187161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1347859, 30.1218223 ], [ 120.135121, 30.1218223 ], [ 120.1350591, 30.1213953 ], [ 120.1347171, 30.1214088 ], [ 120.1347859, 30.1218223 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1315527, 30.1280285 ], [ 120.1317462, 30.1280285 ], [ 120.1317168, 30.1276541 ], [ 120.1314894, 30.127671 ], [ 120.1315527, 30.1280285 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1305405, 30.1281333 ], [ 120.1308762, 30.1281036 ], [ 120.1311931, 30.1280756 ], [ 120.1311452, 30.1277177 ], [ 120.1304669, 30.127734 ], [ 120.1305405, 30.1281333 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1378569, 30.1281354 ], [ 120.1382194, 30.1285762 ], [ 120.1385027, 30.1285574 ], [ 120.1384905, 30.1278456 ], [ 120.1377817, 30.1279939 ], [ 120.1378569, 30.1281354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1309549, 30.1297123 ], [ 120.1316444, 30.1295949 ], [ 120.1318879, 30.129373 ], [ 120.1318801, 30.1291756 ], [ 120.1315461, 30.1291996 ], [ 120.1314849, 30.1293085 ], [ 120.1310655, 30.1294455 ], [ 120.13089, 30.1295028 ], [ 120.1309549, 30.1297123 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1457413, 30.143982 ], [ 120.1460338, 30.1443304 ], [ 120.1460627, 30.1443492 ], [ 120.1461075, 30.1443304 ], [ 120.1463623, 30.1441464 ], [ 120.1463999, 30.1441147 ], [ 120.1463932, 30.1440799 ], [ 120.1463529, 30.1440231 ], [ 120.1463047, 30.1439779 ], [ 120.146247, 30.1439686 ], [ 120.1461585, 30.1440138 ], [ 120.1460539, 30.1440741 ], [ 120.146011, 30.1440625 ], [ 120.1459855, 30.1440289 ], [ 120.1459815, 30.1439848 ], [ 120.1460204, 30.1439385 ], [ 120.1461531, 30.143848 ], [ 120.1461612, 30.143826 ], [ 120.1461491, 30.1438004 ], [ 120.1461156, 30.1437355 ], [ 120.1460857, 30.1437247 ], [ 120.1460163, 30.1437517 ], [ 120.1457454, 30.1439234 ], [ 120.145732, 30.1439535 ], [ 120.1457413, 30.143982 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1694651, 30.1143422 ], [ 120.1696207, 30.1142958 ], [ 120.170198, 30.1142817 ], [ 120.1702958, 30.1140078 ], [ 120.1704086, 30.1131881 ], [ 120.1702901, 30.1131758 ], [ 120.1701143, 30.1135159 ], [ 120.1699203, 30.1135159 ], [ 120.1696622, 30.1136878 ], [ 120.1691868, 30.1139268 ], [ 120.1694651, 30.1143422 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1687544, 30.1151242 ], [ 120.1694779, 30.1147325 ], [ 120.1692245, 30.1143814 ], [ 120.1688128, 30.1146202 ], [ 120.1685915, 30.1144439 ], [ 120.1684579, 30.1147372 ], [ 120.1687544, 30.1151242 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1677766, 30.1168298 ], [ 120.1688022, 30.1162398 ], [ 120.1682666, 30.1156394 ], [ 120.1673434, 30.1163673 ], [ 120.1677766, 30.1168298 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.16564, 30.1172191 ], [ 120.1660436, 30.1168667 ], [ 120.1667497, 30.1164903 ], [ 120.1666113, 30.1162074 ], [ 120.1655526, 30.1171034 ], [ 120.16564, 30.1172191 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1662392, 30.1180619 ], [ 120.1667305, 30.117796 ], [ 120.1661868, 30.1170592 ], [ 120.1656403, 30.1174381 ], [ 120.1662392, 30.1180619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1647196, 30.1186079 ], [ 120.1654106, 30.1180989 ], [ 120.165163, 30.1176024 ], [ 120.1645132, 30.118142 ], [ 120.1647196, 30.1186079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1814885, 30.1244645 ], [ 120.1815529, 30.1250642 ], [ 120.1815972, 30.1257045 ], [ 120.1815784, 30.1260037 ], [ 120.1817125, 30.1259945 ], [ 120.1817688, 30.1254006 ], [ 120.1817474, 30.1251454 ], [ 120.1817098, 30.1243543 ], [ 120.1817286, 30.1240086 ], [ 120.1817796, 30.1236142 ], [ 120.181852, 30.1233683 ], [ 120.1819566, 30.1230133 ], [ 120.1820726, 30.1225917 ], [ 120.1820954, 30.122482 ], [ 120.1822503, 30.122257 ], [ 120.1825185, 30.1219473 ], [ 120.1828122, 30.1216237 ], [ 120.1829571, 30.1215123 ], [ 120.1831502, 30.1214009 ], [ 120.1833701, 30.1212432 ], [ 120.1834506, 30.1210065 ], [ 120.1836705, 30.1205332 ], [ 120.1840138, 30.119814 ], [ 120.1843894, 30.1190832 ], [ 120.1844886, 30.1189046 ], [ 120.1846817, 30.118596 ], [ 120.1849915, 30.1181587 ], [ 120.1850854, 30.1179858 ], [ 120.1852879, 30.1176993 ], [ 120.1856339, 30.1171297 ], [ 120.185709, 30.1169487 ], [ 120.1858485, 30.1166262 ], [ 120.1858377, 30.1163989 ], [ 120.185764, 30.1161842 ], [ 120.1858974, 30.1160456 ], [ 120.1860134, 30.1159371 ], [ 120.1860531, 30.1158114 ], [ 120.1861245, 30.1155873 ], [ 120.1861542, 30.1155044 ], [ 120.1861408, 30.1154128 ], [ 120.1860791, 30.1153316 ], [ 120.1859772, 30.1153374 ], [ 120.1859356, 30.1153049 ], [ 120.1858713, 30.1151993 ], [ 120.1859035, 30.1151471 ], [ 120.1858525, 30.1150427 ], [ 120.1858149, 30.1148258 ], [ 120.1858418, 30.1147423 ], [ 120.1859115, 30.1146854 ], [ 120.1859531, 30.1146031 ], [ 120.1859008, 30.1144778 ], [ 120.1858257, 30.1144302 ], [ 120.1857144, 30.1144244 ], [ 120.1856688, 30.1143676 ], [ 120.1857881, 30.114023 ], [ 120.1858766, 30.1138734 ], [ 120.1859799, 30.1136796 ], [ 120.1861086, 30.1133919 ], [ 120.1861395, 30.1130416 ], [ 120.1860979, 30.1129812 ], [ 120.1860993, 30.1128644 ], [ 120.1861113, 30.1127979 ], [ 120.1861301, 30.1127144 ], [ 120.1861489, 30.1125149 ], [ 120.186192, 30.1124088 ], [ 120.1858817, 30.112419 ], [ 120.1859102, 30.1124638 ], [ 120.1859598, 30.1125648 ], [ 120.1859544, 30.112704 ], [ 120.1859987, 30.1127817 ], [ 120.1859705, 30.1128838 ], [ 120.1859987, 30.1129511 ], [ 120.185937, 30.1131274 ], [ 120.1859128, 30.1133107 ], [ 120.1857948, 30.1135497 ], [ 120.1856071, 30.1140253 ], [ 120.1854998, 30.1143525 ], [ 120.1852047, 30.1154383 ], [ 120.1852155, 30.1155938 ], [ 120.1852852, 30.115668 ], [ 120.1854166, 30.1159557 ], [ 120.1855963, 30.1163014 ], [ 120.1856473, 30.116487 ], [ 120.1855856, 30.1165334 ], [ 120.1856339, 30.1166564 ], [ 120.1856044, 30.1167422 ], [ 120.1855588, 30.1168722 ], [ 120.1854944, 30.116893 ], [ 120.1854756, 30.1169139 ], [ 120.1855025, 30.116958 ], [ 120.1853549, 30.1171831 ], [ 120.1849821, 30.1177631 ], [ 120.1846951, 30.1182132 ], [ 120.1843867, 30.1187236 ], [ 120.1841426, 30.1191134 ], [ 120.1834667, 30.1204381 ], [ 120.1833916, 30.1205309 ], [ 120.1831287, 30.1208488 ], [ 120.1829892, 30.1210761 ], [ 120.1826245, 30.1215958 ], [ 120.1823723, 30.1218789 ], [ 120.1820183, 30.1223521 ], [ 120.1817849, 30.1228973 ], [ 120.1815999, 30.1233613 ], [ 120.1815435, 30.1238392 ], [ 120.1814671, 30.1242893 ], [ 120.1814885, 30.1244645 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1611515, 30.120698 ], [ 120.1617236, 30.1204658 ], [ 120.1618472, 30.1202205 ], [ 120.1616084, 30.120126 ], [ 120.1611591, 30.1204679 ], [ 120.1610325, 30.120637 ], [ 120.1611515, 30.120698 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1785126, 30.1273121 ], [ 120.1786602, 30.1274479 ], [ 120.1787044, 30.1275186 ], [ 120.1787923, 30.1279736 ], [ 120.1789445, 30.1286693 ], [ 120.179037, 30.1291054 ], [ 120.1790571, 30.1291924 ], [ 120.1790678, 30.1297433 ], [ 120.1790249, 30.1299568 ], [ 120.1790222, 30.1302514 ], [ 120.1790196, 30.1305298 ], [ 120.1790571, 30.1306411 ], [ 120.179029, 30.1309056 ], [ 120.178978, 30.1311654 ], [ 120.178919, 30.1313452 ], [ 120.1788399, 30.1315319 ], [ 120.1789364, 30.1315226 ], [ 120.1790652, 30.1314902 ], [ 120.1791805, 30.1310888 ], [ 120.1792663, 30.1306202 ], [ 120.1792476, 30.1304091 ], [ 120.1792207, 30.1301528 ], [ 120.1792368, 30.1299521 ], [ 120.17921, 30.1297607 ], [ 120.1792154, 30.129632 ], [ 120.1792127, 30.1292585 ], [ 120.1791215, 30.1287319 ], [ 120.1790705, 30.1284837 ], [ 120.1789901, 30.1280475 ], [ 120.1789083, 30.1276126 ], [ 120.1788989, 30.1274687 ], [ 120.178974, 30.1273609 ], [ 120.1800013, 30.1269039 ], [ 120.1809642, 30.1265327 ], [ 120.1812083, 30.12647 ], [ 120.1814282, 30.1263912 ], [ 120.1816119, 30.1262508 ], [ 120.1816978, 30.1261847 ], [ 120.1817125, 30.1259945 ], [ 120.1815784, 30.1260037 ], [ 120.1815274, 30.1261336 ], [ 120.1811761, 30.1262972 ], [ 120.1796633, 30.1268575 ], [ 120.1792637, 30.1270268 ], [ 120.1787809, 30.1272704 ], [ 120.178467, 30.127217 ], [ 120.1783584, 30.1271996 ], [ 120.1783517, 30.12726 ], [ 120.1785126, 30.1273121 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1789166, 30.1523176 ], [ 120.179197, 30.1523062 ], [ 120.179547, 30.1523804 ], [ 120.1798043, 30.1524666 ], [ 120.1801486, 30.1527355 ], [ 120.180264, 30.1530369 ], [ 120.180459, 30.1533584 ], [ 120.1806691, 30.1538021 ], [ 120.18039, 30.1539562 ], [ 120.1801546, 30.1540697 ], [ 120.1797273, 30.154721 ], [ 120.1797604, 30.1548751 ], [ 120.1803832, 30.1550634 ], [ 120.1806463, 30.1551065 ], [ 120.1802628, 30.1549379 ], [ 120.1799477, 30.154798 ], [ 120.1798331, 30.1547234 ], [ 120.1800225, 30.154468 ], [ 120.1804266, 30.1540828 ], [ 120.1807667, 30.153956 ], [ 120.1809207, 30.1538694 ], [ 120.181187, 30.1540794 ], [ 120.1812711, 30.1539946 ], [ 120.1813272, 30.1539379 ], [ 120.1812313, 30.1538614 ], [ 120.1810718, 30.1537177 ], [ 120.1808493, 30.1537457 ], [ 120.1806678, 30.1533433 ], [ 120.1804325, 30.1529781 ], [ 120.1803375, 30.1526409 ], [ 120.1804116, 30.1525968 ], [ 120.1805438, 30.1526109 ], [ 120.1806411, 30.1525868 ], [ 120.1806782, 30.1525107 ], [ 120.1806087, 30.1524185 ], [ 120.1804904, 30.1523483 ], [ 120.1803931, 30.15223 ], [ 120.1803861, 30.1520877 ], [ 120.1804904, 30.151735 ], [ 120.1808127, 30.1512198 ], [ 120.1809448, 30.1509312 ], [ 120.1811024, 30.1506426 ], [ 120.1813133, 30.1504181 ], [ 120.1814988, 30.1502056 ], [ 120.1816587, 30.1498789 ], [ 120.1817514, 30.1495462 ], [ 120.1819067, 30.1492796 ], [ 120.1820621, 30.1493076 ], [ 120.1823657, 30.1494059 ], [ 120.1824909, 30.1494239 ], [ 120.1827945, 30.1496003 ], [ 120.1830055, 30.1497707 ], [ 120.183337, 30.1499751 ], [ 120.1834783, 30.1500493 ], [ 120.1838075, 30.1501655 ], [ 120.1841181, 30.1504301 ], [ 120.1843406, 30.1502397 ], [ 120.1841019, 30.149943 ], [ 120.1838469, 30.1498067 ], [ 120.1836313, 30.1497386 ], [ 120.18333, 30.1497165 ], [ 120.1832187, 30.1496785 ], [ 120.1830171, 30.149484 ], [ 120.1827343, 30.1492776 ], [ 120.1825882, 30.1491393 ], [ 120.1824005, 30.1489088 ], [ 120.1824005, 30.1488306 ], [ 120.1825906, 30.1483555 ], [ 120.1825882, 30.1483034 ], [ 120.1825836, 30.1482734 ], [ 120.1824723, 30.1480769 ], [ 120.1823217, 30.1478244 ], [ 120.1821177, 30.1473233 ], [ 120.1817862, 30.146772 ], [ 120.1815521, 30.1468382 ], [ 120.1819392, 30.147644 ], [ 120.1822081, 30.1480709 ], [ 120.1822962, 30.1482393 ], [ 120.1821339, 30.1486542 ], [ 120.1820203, 30.1487925 ], [ 120.1818697, 30.1489669 ], [ 120.1817932, 30.1491032 ], [ 120.1817398, 30.1492094 ], [ 120.1816402, 30.1493177 ], [ 120.1814617, 30.1496965 ], [ 120.1810329, 30.1502898 ], [ 120.1809123, 30.1504041 ], [ 120.1808057, 30.1505444 ], [ 120.1806782, 30.1506867 ], [ 120.1800292, 30.1518332 ], [ 120.1798785, 30.1520256 ], [ 120.1797626, 30.1520857 ], [ 120.1795563, 30.1520857 ], [ 120.1792712, 30.1520677 ], [ 120.1789166, 30.1520341 ], [ 120.1789166, 30.1523176 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.187549, 30.1259829 ], [ 120.1880988, 30.1261499 ], [ 120.1886353, 30.1262868 ], [ 120.1887748, 30.1263796 ], [ 120.1890081, 30.1265211 ], [ 120.1892012, 30.1267461 ], [ 120.189507, 30.1269966 ], [ 120.1897779, 30.1271648 ], [ 120.1899496, 30.1272576 ], [ 120.1904055, 30.1274676 ], [ 120.1922294, 30.128319 ], [ 120.1927967, 30.1285427 ], [ 120.1929018, 30.128346 ], [ 120.1925379, 30.1281867 ], [ 120.1915502, 30.1277837 ], [ 120.1907462, 30.1274073 ], [ 120.1901454, 30.1271173 ], [ 120.1896948, 30.1268992 ], [ 120.1891637, 30.126412 ], [ 120.1890215, 30.1262404 ], [ 120.1888338, 30.1261568 ], [ 120.1878414, 30.1258181 ], [ 120.1873639, 30.1255954 ], [ 120.1872137, 30.1258089 ], [ 120.187549, 30.1259829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1860468, 30.1276931 ], [ 120.1866119, 30.1279389 ], [ 120.1870499, 30.1280013 ], [ 120.1875286, 30.1284909 ], [ 120.1876368, 30.1289482 ], [ 120.1875259, 30.1296314 ], [ 120.1881253, 30.1294503 ], [ 120.1882496, 30.1294127 ], [ 120.1889021, 30.1295361 ], [ 120.1893565, 30.1295018 ], [ 120.1891484, 30.1293989 ], [ 120.1883205, 30.1288745 ], [ 120.1880542, 30.1284202 ], [ 120.1879913, 30.1283129 ], [ 120.1872109, 30.1274297 ], [ 120.1861993, 30.1273403 ], [ 120.1861167, 30.1273307 ], [ 120.1859035, 30.1275327 ], [ 120.1860468, 30.1276931 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "湘湖" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1864372, 30.1159041 ], [ 120.1863925, 30.1160741 ], [ 120.1863836, 30.1161977 ], [ 120.186464, 30.116414 ], [ 120.1865265, 30.1165608 ], [ 120.1867141, 30.1167385 ], [ 120.1868034, 30.1168699 ], [ 120.1868212, 30.1170321 ], [ 120.1868659, 30.117233 ], [ 120.1869552, 30.1173952 ], [ 120.1871874, 30.1175266 ], [ 120.187509, 30.117627 ], [ 120.1878216, 30.1176811 ], [ 120.1881253, 30.1176966 ], [ 120.1883575, 30.117627 ], [ 120.1885272, 30.1174957 ], [ 120.1886701, 30.1174261 ], [ 120.188822, 30.1174261 ], [ 120.1890006, 30.1174725 ], [ 120.1892061, 30.1176116 ], [ 120.1893132, 30.1178124 ], [ 120.1893222, 30.1179901 ], [ 120.1892865, 30.1181601 ], [ 120.189845, 30.1181737 ], [ 120.1899469, 30.1181703 ], [ 120.1899667, 30.1182107 ], [ 120.1899751, 30.1183593 ], [ 120.1900153, 30.118386 ], [ 120.1900864, 30.1183946 ], [ 120.1902436, 30.1183977 ], [ 120.1902926, 30.1184271 ], [ 120.1903105, 30.1185654 ], [ 120.1902419, 30.118647 ], [ 120.1902221, 30.1187245 ], [ 120.1902243, 30.1188477 ], [ 120.1902332, 30.1190409 ], [ 120.1903103, 30.1192896 ], [ 120.190368, 30.119567 ], [ 120.1904681, 30.1200762 ], [ 120.1905621, 30.1201883 ], [ 120.1912604, 30.120277 ], [ 120.1916623, 30.1202616 ], [ 120.1919392, 30.1200684 ], [ 120.1920554, 30.1199216 ], [ 120.1921447, 30.1198135 ], [ 120.192368, 30.119744 ], [ 120.1925645, 30.1197671 ], [ 120.1927967, 30.1198367 ], [ 120.1930825, 30.1199835 ], [ 120.1934666, 30.1202461 ], [ 120.1935916, 30.1204238 ], [ 120.1936363, 30.1205783 ], [ 120.1935738, 30.1206942 ], [ 120.1934577, 30.1208024 ], [ 120.1934041, 30.1209106 ], [ 120.1934341, 30.1210546 ], [ 120.1934782, 30.1211692 ], [ 120.1935047, 30.1212838 ], [ 120.1934517, 30.121406 ], [ 120.1932574, 30.1214748 ], [ 120.1930596, 30.1215088 ], [ 120.1930584, 30.121525 ], [ 120.1930554, 30.1215663 ], [ 120.1930515, 30.121619 ], [ 120.1937256, 30.1216582 ], [ 120.1938669, 30.1216964 ], [ 120.1940171, 30.1217957 ], [ 120.1940612, 30.1219562 ], [ 120.1940524, 30.1222159 ], [ 120.1940612, 30.1224299 ], [ 120.1940877, 30.1225903 ], [ 120.1941937, 30.1227126 ], [ 120.1941849, 30.1228654 ], [ 120.1940082, 30.1230793 ], [ 120.1938404, 30.1232092 ], [ 120.1937521, 30.1232933 ], [ 120.1936637, 30.1235989 ], [ 120.1937079, 30.1238739 ], [ 120.1937167, 30.1240879 ], [ 120.1937874, 30.1242636 ], [ 120.1938316, 30.1244317 ], [ 120.1938051, 30.1246456 ], [ 120.193852, 30.1247614 ], [ 120.1939831, 30.1248193 ], [ 120.1941873, 30.1247396 ], [ 120.1942753, 30.1247462 ], [ 120.1944375, 30.1249031 ], [ 120.1944556, 30.125001 ], [ 120.1943527, 30.1252416 ], [ 120.1943969, 30.1254937 ], [ 120.1944941, 30.125677 ], [ 120.1946619, 30.1257993 ], [ 120.1949269, 30.1259674 ], [ 120.1951389, 30.1260438 ], [ 120.1957307, 30.126166 ], [ 120.1963314, 30.1263341 ], [ 120.1966848, 30.1265939 ], [ 120.1968879, 30.1266779 ], [ 120.1971529, 30.1266779 ], [ 120.1974179, 30.1266474 ], [ 120.1976123, 30.1266626 ], [ 120.1977624, 30.1267314 ], [ 120.1978684, 30.126846 ], [ 120.1978927, 30.1270837 ], [ 120.1979486, 30.1271624 ], [ 120.1979766, 30.1272955 ], [ 120.1978857, 30.1275497 ], [ 120.1978437, 30.127592 ], [ 120.1977178, 30.1276344 ], [ 120.1974519, 30.1276404 ], [ 120.197165, 30.1276525 ], [ 120.1968502, 30.1274952 ], [ 120.1967313, 30.1274347 ], [ 120.1965844, 30.1274226 ], [ 120.1964864, 30.1274771 ], [ 120.1963885, 30.127586 ], [ 120.1962835, 30.1276647 ], [ 120.1961716, 30.127707 ], [ 120.1959547, 30.1276949 ], [ 120.1957938, 30.1276223 ], [ 120.1957098, 30.1273681 ], [ 120.1956469, 30.1272411 ], [ 120.1954999, 30.1271443 ], [ 120.1951571, 30.1270958 ], [ 120.1948493, 30.1270595 ], [ 120.1946744, 30.1270111 ], [ 120.1942126, 30.1266481 ], [ 120.1940377, 30.1266299 ], [ 120.1939118, 30.126642 ], [ 120.1938348, 30.1266965 ], [ 120.1938418, 30.1268296 ], [ 120.1938068, 30.1269506 ], [ 120.1937649, 30.1270111 ], [ 120.1938558, 30.1270535 ], [ 120.1937229, 30.1275376 ], [ 120.1942896, 30.127701 ], [ 120.1944785, 30.1277917 ], [ 120.1945484, 30.1278704 ], [ 120.1946184, 30.1279793 ], [ 120.1945834, 30.1280943 ], [ 120.1944505, 30.1281608 ], [ 120.1943456, 30.1281911 ], [ 120.1943456, 30.1282698 ], [ 120.1943246, 30.1283545 ], [ 120.1942546, 30.1283968 ], [ 120.1941217, 30.1283908 ], [ 120.1939328, 30.1282758 ], [ 120.1938698, 30.1283 ], [ 120.1937579, 30.1285481 ], [ 120.1936739, 30.1285784 ], [ 120.1934626, 30.1285475 ], [ 120.1929018, 30.128346 ], [ 120.1927967, 30.1285427 ], [ 120.193129, 30.128675 ], [ 120.1933576, 30.1286777 ], [ 120.1947078, 30.1293228 ], [ 120.1972068, 30.1304435 ], [ 120.198312, 30.1308626 ], [ 120.1989708, 30.1310792 ], [ 120.1996894, 30.131277 ], [ 120.2001141, 30.1314182 ], [ 120.2009362, 30.1318185 ], [ 120.2017529, 30.132327 ], [ 120.2024007, 30.1328591 ], [ 120.2024225, 30.1329391 ], [ 120.2023681, 30.133005 ], [ 120.2021775, 30.1331604 ], [ 120.2021122, 30.1332405 ], [ 120.2021122, 30.1333299 ], [ 120.2021993, 30.1334853 ], [ 120.2022755, 30.1335371 ], [ 120.2023735, 30.1335654 ], [ 120.2026675, 30.1339279 ], [ 120.2027383, 30.1340221 ], [ 120.2028907, 30.1340551 ], [ 120.2030159, 30.1343093 ], [ 120.2030922, 30.1343658 ], [ 120.2031956, 30.1343611 ], [ 120.2032718, 30.1342999 ], [ 120.2032555, 30.1342057 ], [ 120.2031956, 30.134088 ], [ 120.2030867, 30.1339326 ], [ 120.2030377, 30.1338102 ], [ 120.2030758, 30.1336925 ], [ 120.2031466, 30.1336077 ], [ 120.2033535, 30.1335701 ], [ 120.203789, 30.1338667 ], [ 120.20374, 30.1339515 ], [ 120.203642, 30.1340551 ], [ 120.2035822, 30.1341021 ], [ 120.2035876, 30.1341681 ], [ 120.2036856, 30.1342246 ], [ 120.2038326, 30.1343234 ], [ 120.2040177, 30.1347284 ], [ 120.2040613, 30.1348743 ], [ 120.2041266, 30.1349921 ], [ 120.2042028, 30.1350486 ], [ 120.2042954, 30.1350768 ], [ 120.2044369, 30.135058 ], [ 120.2045077, 30.1349826 ], [ 120.2045676, 30.1348838 ], [ 120.2046547, 30.1348037 ], [ 120.2047581, 30.1348084 ], [ 120.2049051, 30.1347613 ], [ 120.2050412, 30.1347284 ], [ 120.2051556, 30.1347943 ], [ 120.2052699, 30.1348979 ], [ 120.205406, 30.1349873 ], [ 120.205455, 30.1350768 ], [ 120.2054739, 30.1353357 ], [ 120.2056349, 30.1358719 ], [ 120.2056752, 30.1360321 ], [ 120.2056993, 30.1362201 ], [ 120.205651, 30.1364151 ], [ 120.2052404, 30.1373274 ], [ 120.2051437, 30.1375294 ], [ 120.2051282, 30.1378206 ], [ 120.2052489, 30.1379552 ], [ 120.205391, 30.1380132 ], [ 120.2054796, 30.138041 ], [ 120.2056083, 30.1381175 ], [ 120.2056432, 30.1381964 ], [ 120.2057666, 30.1383541 ], [ 120.2059624, 30.1383727 ], [ 120.2062923, 30.1383472 ], [ 120.2065605, 30.1383518 ], [ 120.206708, 30.1383518 ], [ 120.2068931, 30.1383541 ], [ 120.2071372, 30.1383611 ], [ 120.2072659, 30.1383866 ], [ 120.2074027, 30.1384562 ], [ 120.2075663, 30.1384933 ], [ 120.2077648, 30.1384423 ], [ 120.2080223, 30.1383797 ], [ 120.2081913, 30.1383402 ], [ 120.2082315, 30.1382869 ], [ 120.2082449, 30.1381918 ], [ 120.2080116, 30.1379296 ], [ 120.2079955, 30.1378763 ], [ 120.2080357, 30.1378531 ], [ 120.2080974, 30.1378833 ], [ 120.2084246, 30.1382428 ], [ 120.2084246, 30.1383054 ], [ 120.2078494, 30.1387341 ], [ 120.2077447, 30.1387968 ], [ 120.207628, 30.138825 ], [ 120.2074108, 30.1386858 ], [ 120.2072659, 30.1385884 ], [ 120.2071533, 30.1385559 ], [ 120.2070674, 30.1385583 ], [ 120.2069306, 30.1386 ], [ 120.2068019, 30.1386302 ], [ 120.2066651, 30.138658 ], [ 120.2063942, 30.1386812 ], [ 120.2060187, 30.1387438 ], [ 120.2057371, 30.1388157 ], [ 120.2050424, 30.1390083 ], [ 120.2047527, 30.1391358 ], [ 120.204522, 30.1392785 ], [ 120.2045193, 30.1392889 ], [ 120.204577, 30.1393666 ], [ 120.2045958, 30.1393724 ], [ 120.2048619, 30.1392495 ], [ 120.2051604, 30.1391985 ], [ 120.2055654, 30.1390987 ], [ 120.2064773, 30.1388714 ], [ 120.2066517, 30.1388482 ], [ 120.2067322, 30.1388807 ], [ 120.2070621, 30.1390106 ], [ 120.207274, 30.1390895 ], [ 120.2074778, 30.1391057 ], [ 120.2077621, 30.1389874 ], [ 120.2085695, 30.1383889 ], [ 120.2086526, 30.1383913 ], [ 120.2094063, 30.1390523 ], [ 120.2094895, 30.1391683 ], [ 120.2094761, 30.1392425 ], [ 120.2093393, 30.1392889 ], [ 120.2091086, 30.1392913 ], [ 120.2088082, 30.1391289 ], [ 120.2086982, 30.1390871 ], [ 120.2085909, 30.1391034 ], [ 120.2084855, 30.139152 ], [ 120.2083535, 30.1392553 ], [ 120.2081618, 30.1393272 ], [ 120.208021, 30.139304 ], [ 120.2079445, 30.1392495 ], [ 120.2078882, 30.1392263 ], [ 120.2078238, 30.139224 ], [ 120.2077769, 30.1392216 ], [ 120.2076575, 30.1392889 ], [ 120.2075824, 30.1393145 ], [ 120.2074724, 30.1394397 ], [ 120.2074456, 30.1394815 ], [ 120.2073812, 30.1395186 ], [ 120.2073222, 30.1395418 ], [ 120.2071989, 30.1395232 ], [ 120.2071318, 30.1395093 ], [ 120.2070728, 30.1394977 ], [ 120.2070272, 30.1394768 ], [ 120.2069816, 30.1394444 ], [ 120.2069145, 30.1394165 ], [ 120.2068582, 30.1394049 ], [ 120.2067965, 30.1394072 ], [ 120.2067241, 30.1394119 ], [ 120.2066785, 30.1394142 ], [ 120.2066249, 30.1394142 ], [ 120.2065873, 30.1394235 ], [ 120.2065283, 30.1394165 ], [ 120.2064612, 30.1394212 ], [ 120.2063915, 30.1394281 ], [ 120.2063405, 30.139442 ], [ 120.2062896, 30.139456 ], [ 120.206252, 30.1394722 ], [ 120.206185, 30.1395139 ], [ 120.2061206, 30.1395418 ], [ 120.2060696, 30.1395742 ], [ 120.206024, 30.1395951 ], [ 120.2059087, 30.1396485 ], [ 120.2058631, 30.139667 ], [ 120.2058068, 30.1396949 ], [ 120.2057585, 30.1397088 ], [ 120.2057049, 30.1397459 ], [ 120.2056593, 30.1397946 ], [ 120.2056083, 30.1398665 ], [ 120.2055761, 30.1399245 ], [ 120.2055439, 30.1399686 ], [ 120.2055252, 30.140015 ], [ 120.2054849, 30.1400521 ], [ 120.2054581, 30.1401078 ], [ 120.2053991, 30.140182 ], [ 120.2053642, 30.1402492 ], [ 120.2053776, 30.1403397 ], [ 120.2055109, 30.1404237 ], [ 120.2055218, 30.1405132 ], [ 120.2055327, 30.141041 ], [ 120.2055491, 30.1411164 ], [ 120.2055981, 30.1412107 ], [ 120.205669, 30.1412861 ], [ 120.2057453, 30.1413191 ], [ 120.2058761, 30.1412955 ], [ 120.2059905, 30.1412955 ], [ 120.2061159, 30.1413191 ], [ 120.2061812, 30.1413756 ], [ 120.2062575, 30.1417668 ], [ 120.2062793, 30.1418611 ], [ 120.2063229, 30.1419082 ], [ 120.2064755, 30.141993 ], [ 120.20659, 30.1420307 ], [ 120.2066881, 30.1420402 ], [ 120.2068516, 30.1419883 ], [ 120.2069224, 30.1419742 ], [ 120.207075, 30.1420779 ], [ 120.2073257, 30.1420684 ], [ 120.2075546, 30.141993 ], [ 120.2077835, 30.1419412 ], [ 120.2078597, 30.1418846 ], [ 120.2078379, 30.1417762 ], [ 120.2077889, 30.1416584 ], [ 120.2078597, 30.1414935 ], [ 120.2079687, 30.1414322 ], [ 120.2080505, 30.1414369 ], [ 120.2081213, 30.1415123 ], [ 120.208214, 30.1417338 ], [ 120.2083012, 30.1418564 ], [ 120.2083829, 30.1419459 ], [ 120.2084701, 30.1419977 ], [ 120.2086554, 30.142026 ], [ 120.2089006, 30.1420213 ], [ 120.2090859, 30.1420119 ], [ 120.2093748, 30.1420449 ], [ 120.2096254, 30.1420307 ], [ 120.2097671, 30.1420166 ], [ 120.2098979, 30.1419789 ], [ 120.2099906, 30.1419459 ], [ 120.2100451, 30.1418846 ], [ 120.210105, 30.1417998 ], [ 120.2101486, 30.141748 ], [ 120.2102576, 30.141748 ], [ 120.2103393, 30.1418422 ], [ 120.2103121, 30.1419082 ], [ 120.2102195, 30.1419553 ], [ 120.210323, 30.1420213 ], [ 120.2107535, 30.1421862 ], [ 120.2111513, 30.1423088 ], [ 120.2112767, 30.1423465 ], [ 120.2113639, 30.1423983 ], [ 120.2115001, 30.1423889 ], [ 120.2116745, 30.1423936 ], [ 120.211789, 30.1423889 ], [ 120.211947, 30.1425114 ], [ 120.2119143, 30.1425727 ], [ 120.2120396, 30.1426764 ], [ 120.2121105, 30.1427518 ], [ 120.2121704, 30.1428507 ], [ 120.2121704, 30.1429403 ], [ 120.2120887, 30.1431241 ], [ 120.212056, 30.1432278 ], [ 120.2120451, 30.1433267 ], [ 120.2120832, 30.1434304 ], [ 120.2121922, 30.1436048 ], [ 120.2123503, 30.143765 ], [ 120.2125955, 30.1438875 ], [ 120.2127689, 30.1440589 ], [ 120.2127963, 30.1441712 ], [ 120.2127484, 30.1442895 ], [ 120.2126117, 30.1444492 ], [ 120.2122561, 30.1446502 ], [ 120.2121945, 30.1447153 ], [ 120.2121672, 30.1451174 ], [ 120.2121945, 30.1451825 ], [ 120.2122424, 30.1452593 ], [ 120.2122424, 30.145348 ], [ 120.2122082, 30.1454249 ], [ 120.2121603, 30.1454781 ], [ 120.2120646, 30.14549 ], [ 120.2119757, 30.1455373 ], [ 120.2118003, 30.145714 ], [ 120.2116785, 30.1458041 ], [ 120.2117414, 30.1458833 ], [ 120.2120714, 30.1456023 ], [ 120.2122834, 30.1455077 ], [ 120.212386, 30.1455314 ], [ 120.2124749, 30.1456082 ], [ 120.2125433, 30.1456851 ], [ 120.2126117, 30.1457561 ], [ 120.2127895, 30.1457916 ], [ 120.2131857, 30.1459066 ], [ 120.213411, 30.1460457 ], [ 120.2136041, 30.146222 ], [ 120.2138616, 30.1464632 ], [ 120.2141298, 30.1466488 ], [ 120.214677, 30.1469271 ], [ 120.2149237, 30.1470941 ], [ 120.2151598, 30.1471312 ], [ 120.2152456, 30.1469921 ], [ 120.2153851, 30.1469828 ], [ 120.2153743, 30.1470756 ], [ 120.2153851, 30.1471683 ], [ 120.2158142, 30.1472889 ], [ 120.2162477, 30.1472848 ], [ 120.2162756, 30.1471591 ], [ 120.2164043, 30.1471591 ], [ 120.2165867, 30.1470848 ], [ 120.2167197, 30.146858 ], [ 120.2167047, 30.1467416 ], [ 120.2172133, 30.1466075 ], [ 120.2174772, 30.146556 ], [ 120.2175416, 30.1466117 ], [ 120.2176489, 30.1465746 ], [ 120.2177669, 30.1466024 ], [ 120.2179922, 30.1466952 ], [ 120.2181638, 30.1466952 ], [ 120.2182819, 30.1466302 ], [ 120.2183891, 30.1466024 ], [ 120.2184964, 30.1466952 ], [ 120.2188827, 30.1467601 ], [ 120.2191187, 30.1468714 ], [ 120.2192045, 30.1471127 ], [ 120.219344, 30.1472054 ], [ 120.2196015, 30.1473632 ], [ 120.2198697, 30.1474838 ], [ 120.2203311, 30.1474652 ], [ 120.2205993, 30.1474467 ], [ 120.2208139, 30.1475209 ], [ 120.2214297, 30.1470528 ], [ 120.2214726, 30.1469044 ], [ 120.2216507, 30.1467323 ], [ 120.2216775, 30.1467044 ], [ 120.2216239, 30.1466488 ], [ 120.2214243, 30.1465889 ], [ 120.2213439, 30.1464359 ], [ 120.2210327, 30.1462503 ], [ 120.2208396, 30.1461251 ], [ 120.2206315, 30.1460643 ], [ 120.2204598, 30.1459298 ], [ 120.2202334, 30.1457029 ], [ 120.2200575, 30.1452246 ], [ 120.2199759, 30.1451741 ], [ 120.2198054, 30.1449556 ], [ 120.2197142, 30.1446912 ], [ 120.2197678, 30.1445288 ], [ 120.2197936, 30.1443901 ], [ 120.2194674, 30.1436381 ], [ 120.2191938, 30.1430768 ], [ 120.2190694, 30.1429938 ], [ 120.218888, 30.1426686 ], [ 120.2188026, 30.1425107 ], [ 120.2185838, 30.142319 ], [ 120.2184391, 30.1421535 ], [ 120.2183749, 30.1420484 ], [ 120.2183698, 30.1419688 ], [ 120.2183698, 30.1419069 ], [ 120.2183647, 30.1418362 ], [ 120.2183545, 30.1417875 ], [ 120.2183085, 30.1417743 ], [ 120.2182522, 30.1418892 ], [ 120.2182522, 30.1419909 ], [ 120.2182778, 30.1420926 ], [ 120.2183187, 30.1421721 ], [ 120.2183494, 30.1422827 ], [ 120.2183954, 30.1423534 ], [ 120.21838, 30.142433 ], [ 120.2182982, 30.1425037 ], [ 120.2182062, 30.1425081 ], [ 120.2181602, 30.1424639 ], [ 120.2180887, 30.1424285 ], [ 120.2179404, 30.1423711 ], [ 120.2178842, 30.1423269 ], [ 120.2178382, 30.1422694 ], [ 120.2177104, 30.1420705 ], [ 120.2176541, 30.1419997 ], [ 120.217649, 30.1419334 ], [ 120.2177001, 30.1418406 ], [ 120.2178433, 30.1417389 ], [ 120.2182267, 30.1415886 ], [ 120.218334, 30.1415753 ], [ 120.2183903, 30.1415842 ], [ 120.218334, 30.1414958 ], [ 120.2182267, 30.1414692 ], [ 120.2181398, 30.1414383 ], [ 120.2180784, 30.1415179 ], [ 120.21792, 30.1415753 ], [ 120.2178126, 30.141593 ], [ 120.2177308, 30.1415488 ], [ 120.2176899, 30.1414869 ], [ 120.217603, 30.1413764 ], [ 120.2175928, 30.1412703 ], [ 120.2175417, 30.1411554 ], [ 120.2174803, 30.1410537 ], [ 120.2173832, 30.1409697 ], [ 120.2172247, 30.1409034 ], [ 120.2170918, 30.1408548 ], [ 120.2169589, 30.1408459 ], [ 120.2168464, 30.1408459 ], [ 120.2166726, 30.1409166 ], [ 120.2165499, 30.1409299 ], [ 120.2163557, 30.1408459 ], [ 120.2161052, 30.1407531 ], [ 120.216003, 30.1407177 ], [ 120.2159518, 30.1406735 ], [ 120.2158649, 30.1406602 ], [ 120.2156042, 30.1402712 ], [ 120.2158394, 30.1401386 ], [ 120.2158752, 30.1401651 ], [ 120.2159161, 30.1400855 ], [ 120.2158292, 30.1399485 ], [ 120.2157832, 30.1398601 ], [ 120.2157576, 30.1397717 ], [ 120.2157269, 30.1395683 ], [ 120.215686, 30.1395108 ], [ 120.2156042, 30.139471 ], [ 120.2155224, 30.1392588 ], [ 120.2155633, 30.139166 ], [ 120.2154815, 30.1390289 ], [ 120.2153998, 30.1389096 ], [ 120.2153742, 30.1387902 ], [ 120.2153333, 30.1386841 ], [ 120.2153231, 30.1385824 ], [ 120.2153231, 30.1384808 ], [ 120.2152566, 30.1383879 ], [ 120.215139, 30.1382509 ], [ 120.2150828, 30.1381846 ], [ 120.2148119, 30.1381713 ], [ 120.214817, 30.1378397 ], [ 120.2150981, 30.1378397 ], [ 120.2151493, 30.1377469 ], [ 120.2152004, 30.137654 ], [ 120.2152822, 30.1376143 ], [ 120.2153742, 30.1375921 ], [ 120.2154202, 30.1375524 ], [ 120.2155224, 30.1375745 ], [ 120.21564, 30.1375303 ], [ 120.2157678, 30.1374551 ], [ 120.2160694, 30.1372827 ], [ 120.216095, 30.1371545 ], [ 120.2161359, 30.1370572 ], [ 120.2161717, 30.1369865 ], [ 120.2161921, 30.1369202 ], [ 120.2161512, 30.1368406 ], [ 120.2160848, 30.136761 ], [ 120.2159825, 30.1367035 ], [ 120.2158598, 30.1366107 ], [ 120.2158036, 30.1365134 ], [ 120.2157678, 30.136425 ], [ 120.2157014, 30.136341 ], [ 120.2155838, 30.1362128 ], [ 120.2153793, 30.1360713 ], [ 120.2153231, 30.1359652 ], [ 120.215318, 30.1358856 ], [ 120.215364, 30.1358105 ], [ 120.2154407, 30.135753 ], [ 120.2154713, 30.1357309 ], [ 120.2153946, 30.1356513 ], [ 120.2152515, 30.1357044 ], [ 120.2151237, 30.1357309 ], [ 120.2150215, 30.1357088 ], [ 120.2149039, 30.1356646 ], [ 120.2146381, 30.1355541 ], [ 120.2145767, 30.1354656 ], [ 120.2145767, 30.1353905 ], [ 120.2144183, 30.1350545 ], [ 120.2143825, 30.1349838 ], [ 120.2143109, 30.1349042 ], [ 120.2141678, 30.1348246 ], [ 120.2139377, 30.1346743 ], [ 120.2138457, 30.1345726 ], [ 120.2137537, 30.1344621 ], [ 120.2136872, 30.1342896 ], [ 120.2137077, 30.1341924 ], [ 120.2137895, 30.1341128 ], [ 120.2139122, 30.1340421 ], [ 120.2139991, 30.1339669 ], [ 120.21404, 30.1339404 ], [ 120.2138508, 30.1337945 ], [ 120.2138048, 30.1339006 ], [ 120.2136872, 30.1339492 ], [ 120.2135901, 30.1339404 ], [ 120.2134828, 30.1338741 ], [ 120.2134368, 30.1338033 ], [ 120.2133396, 30.1336972 ], [ 120.2132476, 30.1336353 ], [ 120.2131505, 30.1335911 ], [ 120.2130022, 30.1335469 ], [ 120.2129153, 30.1334938 ], [ 120.2128898, 30.1334275 ], [ 120.2128693, 30.1333303 ], [ 120.2128182, 30.1331269 ], [ 120.2127109, 30.1330031 ], [ 120.2125677, 30.1329235 ], [ 120.2124399, 30.1328837 ], [ 120.2123172, 30.1328926 ], [ 120.2121792, 30.1329014 ], [ 120.2120361, 30.1329235 ], [ 120.2119338, 30.1328837 ], [ 120.2118469, 30.1328263 ], [ 120.2117651, 30.1327732 ], [ 120.2116731, 30.132729 ], [ 120.2116067, 30.1327025 ], [ 120.2115351, 30.1327422 ], [ 120.211484, 30.1328484 ], [ 120.2114584, 30.1329721 ], [ 120.2114278, 30.1330606 ], [ 120.2113255, 30.1330783 ], [ 120.2111977, 30.133065 ], [ 120.2111159, 30.1330694 ], [ 120.2110341, 30.1331534 ], [ 120.2108859, 30.1332861 ], [ 120.2107632, 30.1333656 ], [ 120.2106149, 30.1333877 ], [ 120.2105076, 30.1333789 ], [ 120.2102878, 30.1333037 ], [ 120.2102264, 30.1332374 ], [ 120.2101804, 30.1331755 ], [ 120.2101498, 30.1331313 ], [ 120.2101037, 30.1330562 ], [ 120.2101191, 30.132981 ], [ 120.2101651, 30.1328572 ], [ 120.2102111, 30.1327644 ], [ 120.2102418, 30.1326185 ], [ 120.2101498, 30.1325123 ], [ 120.2100782, 30.1324062 ], [ 120.2100373, 30.1322913 ], [ 120.2099248, 30.1319951 ], [ 120.209889, 30.1319111 ], [ 120.2099044, 30.1317033 ], [ 120.2099657, 30.1316193 ], [ 120.2101242, 30.1315264 ], [ 120.2102315, 30.1315087 ], [ 120.2103645, 30.1315308 ], [ 120.2104463, 30.1315972 ], [ 120.2105536, 30.1316104 ], [ 120.2106405, 30.1315839 ], [ 120.2106967, 30.131522 ], [ 120.2107683, 30.1314557 ], [ 120.2108808, 30.1314468 ], [ 120.2109983, 30.1314689 ], [ 120.2111568, 30.1316104 ], [ 120.2113102, 30.1316546 ], [ 120.2114635, 30.1317386 ], [ 120.2116936, 30.1317784 ], [ 120.2117754, 30.1317077 ], [ 120.2118418, 30.1316148 ], [ 120.2119492, 30.1315087 ], [ 120.2120821, 30.1314336 ], [ 120.2122354, 30.1313982 ], [ 120.2124407, 30.1313736 ], [ 120.2125491, 30.1313736 ], [ 120.2127488, 30.1314723 ], [ 120.21284, 30.1314575 ], [ 120.2128914, 30.1313835 ], [ 120.2129256, 30.1313144 ], [ 120.2128637, 30.1312524 ], [ 120.2127738, 30.1312199 ], [ 120.2124225, 30.1311549 ], [ 120.2123004, 30.1310946 ], [ 120.2122307, 30.1310448 ], [ 120.2120858, 30.1308812 ], [ 120.2120684, 30.1307768 ], [ 120.2121019, 30.1307037 ], [ 120.2121498, 30.130604 ], [ 120.2121897, 30.130525 ], [ 120.2122182, 30.1303918 ], [ 120.2122702, 30.1301589 ], [ 120.2123152, 30.1299576 ], [ 120.2122468, 30.1298244 ], [ 120.2122525, 30.1296813 ], [ 120.2122639, 30.1295284 ], [ 120.2123494, 30.1293853 ], [ 120.2124692, 30.1292422 ], [ 120.2125491, 30.1290597 ], [ 120.2126233, 30.1289265 ], [ 120.2126518, 30.1288377 ], [ 120.2126538, 30.1287685 ], [ 120.2124938, 30.1287334 ], [ 120.2120743, 30.1286737 ], [ 120.2120528, 30.1287193 ], [ 120.2120186, 30.1288377 ], [ 120.2120414, 30.1291929 ], [ 120.2120642, 30.1292916 ], [ 120.21203, 30.1293804 ], [ 120.2119501, 30.1294593 ], [ 120.2118246, 30.1295235 ], [ 120.2117105, 30.1295728 ], [ 120.2115679, 30.1296764 ], [ 120.2115223, 30.1298047 ], [ 120.2113911, 30.1300563 ], [ 120.2112542, 30.1301106 ], [ 120.2111173, 30.1300909 ], [ 120.2110146, 30.1300316 ], [ 120.2109404, 30.1299083 ], [ 120.2108948, 30.1298047 ], [ 120.2107522, 30.1297258 ], [ 120.2106096, 30.1296715 ], [ 120.2104898, 30.1295876 ], [ 120.210427, 30.1294741 ], [ 120.2104099, 30.1292817 ], [ 120.2103414, 30.1288574 ], [ 120.2103529, 30.128665 ], [ 120.2103928, 30.1285071 ], [ 120.21037, 30.1283788 ], [ 120.2103471, 30.1282555 ], [ 120.2102901, 30.1280581 ], [ 120.210176, 30.1279002 ], [ 120.2101019, 30.1277571 ], [ 120.2100733, 30.1276585 ], [ 120.2100448, 30.1274068 ], [ 120.2100277, 30.1271305 ], [ 120.2100961, 30.1269973 ], [ 120.2102159, 30.1268493 ], [ 120.2103129, 30.1266964 ], [ 120.2103757, 30.1264694 ], [ 120.2103471, 30.1262375 ], [ 120.21037, 30.12605 ], [ 120.2104498, 30.1258921 ], [ 120.2105582, 30.1257836 ], [ 120.2106894, 30.12568 ], [ 120.2108206, 30.1256652 ], [ 120.211026, 30.1257096 ], [ 120.2111515, 30.1257194 ], [ 120.2112542, 30.1257096 ], [ 120.2113626, 30.1257342 ], [ 120.2115451, 30.1258526 ], [ 120.2117219, 30.1259168 ], [ 120.2118988, 30.1259316 ], [ 120.2121041, 30.1259661 ], [ 120.2123323, 30.1260451 ], [ 120.2124008, 30.1261487 ], [ 120.2124179, 30.1262523 ], [ 120.2123665, 30.1263806 ], [ 120.2120541, 30.1265466 ], [ 120.2119494, 30.1266825 ], [ 120.2119101, 30.1269089 ], [ 120.2119756, 30.127226 ], [ 120.212041, 30.1274751 ], [ 120.2120786, 30.1275944 ], [ 120.2121266, 30.1276911 ], [ 120.2122243, 30.1277582 ], [ 120.2120148, 30.1278148 ], [ 120.2118708, 30.1279167 ], [ 120.2118577, 30.1280866 ], [ 120.2118839, 30.1282451 ], [ 120.2120279, 30.1284149 ], [ 120.2120643, 30.1285426 ], [ 120.2125504, 30.1286408 ], [ 120.2126925, 30.1285944 ], [ 120.2127695, 30.128365 ], [ 120.2127218, 30.1281545 ], [ 120.2127087, 30.1279054 ], [ 120.2127611, 30.1276676 ], [ 120.2130491, 30.1273619 ], [ 120.2131669, 30.1271581 ], [ 120.2132193, 30.1269089 ], [ 120.21318, 30.1266372 ], [ 120.2129182, 30.12649 ], [ 120.2128557, 30.1264021 ], [ 120.2128135, 30.1263428 ], [ 120.2128135, 30.1260484 ], [ 120.2130229, 30.1258785 ], [ 120.2133371, 30.1256067 ], [ 120.213324, 30.1253237 ], [ 120.2131277, 30.1252331 ], [ 120.2130098, 30.1251991 ], [ 120.2127873, 30.1252104 ], [ 120.2125909, 30.1251651 ], [ 120.2124731, 30.1249613 ], [ 120.2123291, 30.1248254 ], [ 120.212185, 30.1245763 ], [ 120.2122112, 30.1242932 ], [ 120.2122946, 30.1241883 ], [ 120.2123552, 30.124112 ], [ 120.2126302, 30.1238629 ], [ 120.2126564, 30.1236478 ], [ 120.2125516, 30.1234779 ], [ 120.2125385, 30.1232627 ], [ 120.2125909, 30.1229457 ], [ 120.2127748, 30.1227789 ], [ 120.2129252, 30.1227491 ], [ 120.212963, 30.122673 ], [ 120.2129575, 30.1226173 ], [ 120.2130622, 30.122504 ], [ 120.2129836, 30.1223002 ], [ 120.2128527, 30.1221077 ], [ 120.2128593, 30.1219605 ], [ 120.2126442, 30.1218373 ], [ 120.2125722, 30.1217473 ], [ 120.21259, 30.1216895 ], [ 120.2129836, 30.1216661 ], [ 120.21318, 30.1216208 ], [ 120.2135335, 30.1216548 ], [ 120.2153533, 30.1222889 ], [ 120.2155497, 30.1223795 ], [ 120.2156282, 30.1225154 ], [ 120.2156937, 30.1226966 ], [ 120.2157068, 30.1229117 ], [ 120.2156151, 30.1231042 ], [ 120.2155627, 30.1232174 ], [ 120.2157199, 30.1232174 ], [ 120.2158115, 30.1230702 ], [ 120.2159817, 30.1229117 ], [ 120.2161126, 30.1227192 ], [ 120.2160995, 30.1225154 ], [ 120.2159031, 30.1223455 ], [ 120.2155758, 30.1222209 ], [ 120.215169, 30.1220204 ], [ 120.2152267, 30.1217385 ], [ 120.2153036, 30.1216133 ], [ 120.2154895, 30.1214312 ], [ 120.2156381, 30.1213348 ], [ 120.2158983, 30.1212276 ], [ 120.2161956, 30.1212169 ], [ 120.2165301, 30.1212276 ], [ 120.2168769, 30.1213348 ], [ 120.2172062, 30.1215123 ], [ 120.2172872, 30.1214066 ], [ 120.2173912, 30.121271 ], [ 120.2173027, 30.1212084 ], [ 120.2172652, 30.1210599 ], [ 120.2172652, 30.1208928 ], [ 120.2174963, 30.1203597 ], [ 120.2172238, 30.1201668 ], [ 120.2170503, 30.1198989 ], [ 120.2168763, 30.1195681 ], [ 120.2168521, 30.1192239 ], [ 120.2169017, 30.1189881 ], [ 120.2170008, 30.1187524 ], [ 120.2169512, 30.1185381 ], [ 120.2168274, 30.118238 ], [ 120.2160345, 30.117563 ], [ 120.2155019, 30.1173701 ], [ 120.2141667, 30.1167684 ], [ 120.2138126, 30.1166398 ], [ 120.2134487, 30.1165797 ], [ 120.2129629, 30.1166042 ], [ 120.2125995, 30.1167341 ], [ 120.2122686, 30.1168772 ], [ 120.2119984, 30.1170233 ], [ 120.2115296, 30.1172313 ], [ 120.2113271, 30.1173594 ], [ 120.2110422, 30.1176273 ], [ 120.2107649, 30.117842 ], [ 120.2105543, 30.1180276 ], [ 120.2103907, 30.1181065 ], [ 120.2101748, 30.118161 ], [ 120.2099079, 30.1181703 ], [ 120.2097295, 30.1181273 ], [ 120.2096263, 30.1181007 ], [ 120.2092977, 30.1179939 ], [ 120.2089074, 30.1179452 ], [ 120.2086513, 30.117938 ], [ 120.2084447, 30.1179986 ], [ 120.2081323, 30.1179684 ], [ 120.2079284, 30.1178872 ], [ 120.2078171, 30.117748 ], [ 120.2078493, 30.1175984 ], [ 120.2078976, 30.1174649 ], [ 120.2080062, 30.1173304 ], [ 120.2082312, 30.1172989 ], [ 120.2082761, 30.1171695 ], [ 120.2080817, 30.117176 ], [ 120.2079472, 30.1171243 ], [ 120.2076557, 30.1170532 ], [ 120.207409, 30.1171049 ], [ 120.2074838, 30.1172665 ], [ 120.2074987, 30.1173958 ], [ 120.2074613, 30.1175445 ], [ 120.2073717, 30.1177256 ], [ 120.2072894, 30.1178161 ], [ 120.20711, 30.1178872 ], [ 120.2069755, 30.1179195 ], [ 120.206826, 30.1179195 ], [ 120.2064897, 30.1179325 ], [ 120.2061907, 30.1179454 ], [ 120.2060337, 30.1179648 ], [ 120.2058543, 30.1180359 ], [ 120.2056151, 30.1181523 ], [ 120.2052788, 30.1184045 ], [ 120.2050919, 30.1185855 ], [ 120.2050554, 30.1186946 ], [ 120.2051211, 30.1187312 ], [ 120.2050225, 30.1189343 ], [ 120.2049379, 30.1190278 ], [ 120.2048627, 30.119105 ], [ 120.2048204, 30.1190766 ], [ 120.2049003, 30.1189791 ], [ 120.2047782, 30.1189222 ], [ 120.204656, 30.1190319 ], [ 120.2045808, 30.1190888 ], [ 120.204501, 30.1191497 ], [ 120.2048111, 30.1193245 ], [ 120.2047782, 30.1193814 ], [ 120.2043365, 30.1191782 ], [ 120.2043084, 30.1192432 ], [ 120.2038761, 30.1190441 ], [ 120.2039184, 30.1189547 ], [ 120.2038432, 30.1189181 ], [ 120.2036271, 30.1189872 ], [ 120.2034533, 30.1190156 ], [ 120.2033217, 30.1190116 ], [ 120.2031996, 30.1189669 ], [ 120.2030774, 30.1189018 ], [ 120.2030117, 30.1188287 ], [ 120.2029647, 30.1187677 ], [ 120.2029083, 30.1186458 ], [ 120.2028942, 30.1184792 ], [ 120.2028962, 30.1182598 ], [ 120.2028566, 30.11815 ], [ 120.202758, 30.1180403 ], [ 120.2026687, 30.1179428 ], [ 120.2025184, 30.1178574 ], [ 120.2023586, 30.1178371 ], [ 120.2022036, 30.1177883 ], [ 120.2021049, 30.1177396 ], [ 120.2020485, 30.1176502 ], [ 120.2020063, 30.1175689 ], [ 120.2020063, 30.1174957 ], [ 120.2020391, 30.1174063 ], [ 120.2020955, 30.1173454 ], [ 120.202166, 30.1173088 ], [ 120.2022741, 30.1173251 ], [ 120.2023586, 30.1173169 ], [ 120.2024291, 30.1172478 ], [ 120.2024902, 30.1171584 ], [ 120.2025747, 30.1171056 ], [ 120.2026687, 30.1170812 ], [ 120.2027908, 30.117065 ], [ 120.2029083, 30.1170528 ], [ 120.2030445, 30.1170243 ], [ 120.2031244, 30.1169999 ], [ 120.2030539, 30.116874 ], [ 120.2028942, 30.1168821 ], [ 120.2027768, 30.1168821 ], [ 120.2026076, 30.1168699 ], [ 120.2025137, 30.1168211 ], [ 120.2024338, 30.1167683 ], [ 120.2023069, 30.1167073 ], [ 120.202213, 30.1166708 ], [ 120.2020157, 30.1166383 ], [ 120.2017432, 30.1166098 ], [ 120.2015646, 30.1165407 ], [ 120.2014801, 30.1164879 ], [ 120.2014002, 30.1164188 ], [ 120.201325, 30.1163335 ], [ 120.2012687, 30.1162197 ], [ 120.2012311, 30.1161181 ], [ 120.2011935, 30.1160287 ], [ 120.20117, 30.1159758 ], [ 120.2006908, 30.1160083 ], [ 120.200672, 30.1162237 ], [ 120.2005874, 30.116431 ], [ 120.2005029, 30.1165489 ], [ 120.2004089, 30.1165895 ], [ 120.2002257, 30.1166708 ], [ 120.2001505, 30.1167317 ], [ 120.2000659, 30.1168293 ], [ 120.2000377, 30.1169431 ], [ 120.2000659, 30.1170731 ], [ 120.2001881, 30.1172153 ], [ 120.2003337, 30.1173494 ], [ 120.2003854, 30.1174348 ], [ 120.2003995, 30.1175201 ], [ 120.2004935, 30.1177883 ], [ 120.2004653, 30.1178818 ], [ 120.2003807, 30.1179875 ], [ 120.2002914, 30.1181524 ], [ 120.2001881, 30.1183085 ], [ 120.2000283, 30.1183857 ], [ 120.1999297, 30.1183979 ], [ 120.1998263, 30.1183857 ], [ 120.1997136, 30.1183776 ], [ 120.1995914, 30.1183735 ], [ 120.1994458, 30.1183939 ], [ 120.1992531, 30.1184264 ], [ 120.1989854, 30.1184873 ], [ 120.1987176, 30.118532 ], [ 120.1985578, 30.1185198 ], [ 120.1984357, 30.1184873 ], [ 120.198229, 30.1184182 ], [ 120.1981256, 30.1183573 ], [ 120.1980598, 30.1182923 ], [ 120.1979001, 30.118146 ], [ 120.1978202, 30.1180362 ], [ 120.1977732, 30.1179306 ], [ 120.1977216, 30.1178534 ], [ 120.197684, 30.1178168 ], [ 120.1972188, 30.1176177 ], [ 120.1971343, 30.1175933 ], [ 120.1970483, 30.1176193 ], [ 120.1966464, 30.1178047 ], [ 120.1964052, 30.1178279 ], [ 120.1960837, 30.1177815 ], [ 120.1958336, 30.1177197 ], [ 120.195646, 30.1175729 ], [ 120.195512, 30.1173798 ], [ 120.1954852, 30.1172098 ], [ 120.1956371, 30.1171171 ], [ 120.1956639, 30.1170089 ], [ 120.1953602, 30.1169008 ], [ 120.1950743, 30.116839 ], [ 120.1948957, 30.1168853 ], [ 120.1948689, 30.1169548 ], [ 120.194923, 30.1169816 ], [ 120.194994, 30.1170167 ], [ 120.1951279, 30.1170862 ], [ 120.1951994, 30.1171789 ], [ 120.1951369, 30.1172948 ], [ 120.1950565, 30.1173798 ], [ 120.19486, 30.117488 ], [ 120.1945116, 30.1175884 ], [ 120.1941544, 30.1176888 ], [ 120.1935738, 30.1176502 ], [ 120.192895, 30.1173412 ], [ 120.1926449, 30.1172639 ], [ 120.192368, 30.1172562 ], [ 120.1920196, 30.1173334 ], [ 120.1919303, 30.1173643 ], [ 120.1916891, 30.1174725 ], [ 120.1913229, 30.1175111 ], [ 120.1911264, 30.1174339 ], [ 120.1909031, 30.1173875 ], [ 120.1907513, 30.1173875 ], [ 120.1906173, 30.117318 ], [ 120.1905191, 30.1172098 ], [ 120.1904297, 30.117063 ], [ 120.1904297, 30.1168776 ], [ 120.1904744, 30.1167617 ], [ 120.1905459, 30.1166381 ], [ 120.1907334, 30.1165994 ], [ 120.1906977, 30.1163754 ], [ 120.1904476, 30.1164526 ], [ 120.1903226, 30.1164526 ], [ 120.1902064, 30.1164063 ], [ 120.1901886, 30.1162827 ], [ 120.19026, 30.1161745 ], [ 120.1900367, 30.1156414 ], [ 120.1898938, 30.1156414 ], [ 120.1897956, 30.11568 ], [ 120.1896437, 30.1157109 ], [ 120.1894383, 30.1157187 ], [ 120.1892954, 30.1158036 ], [ 120.189081, 30.1158036 ], [ 120.1888934, 30.1157418 ], [ 120.1887416, 30.11568 ], [ 120.1885362, 30.1156337 ], [ 120.188429, 30.1156414 ], [ 120.1883129, 30.1156955 ], [ 120.1881521, 30.1156568 ], [ 120.1880538, 30.1155796 ], [ 120.1880538, 30.1154482 ], [ 120.1881878, 30.1153555 ], [ 120.1885272, 30.1153864 ], [ 120.188822, 30.1153864 ], [ 120.1891614, 30.1154096 ], [ 120.1891346, 30.1152783 ], [ 120.1888845, 30.1152474 ], [ 120.1885719, 30.1152396 ], [ 120.1883754, 30.1152319 ], [ 120.1881432, 30.1152783 ], [ 120.1879824, 30.1153787 ], [ 120.1878841, 30.1153555 ], [ 120.1877144, 30.1152628 ], [ 120.1875358, 30.1152164 ], [ 120.1873304, 30.1151933 ], [ 120.1871428, 30.1152242 ], [ 120.1870088, 30.115286 ], [ 120.1868927, 30.1153246 ], [ 120.1867319, 30.1153787 ], [ 120.1866337, 30.115456 ], [ 120.1865443, 30.1156491 ], [ 120.1861245, 30.1155873 ], [ 120.1860531, 30.1158114 ], [ 120.1864372, 30.1159041 ] ], [ [ 120.1866917, 30.1163077 ], [ 120.1867864, 30.1162831 ], [ 120.1869476, 30.1163651 ], [ 120.1871087, 30.1164061 ], [ 120.1871655, 30.1165126 ], [ 120.1871561, 30.116652 ], [ 120.1869855, 30.116693 ], [ 120.1869191, 30.1166274 ], [ 120.1868433, 30.1165208 ], [ 120.1867485, 30.1164471 ], [ 120.1866727, 30.1163897 ], [ 120.1866917, 30.1163077 ] ], [ [ 120.1871845, 30.1168078 ], [ 120.1872793, 30.1167668 ], [ 120.1874309, 30.1168488 ], [ 120.1875731, 30.1169553 ], [ 120.1876015, 30.1171111 ], [ 120.1875731, 30.1172177 ], [ 120.1876204, 30.117357 ], [ 120.1875162, 30.11748 ], [ 120.187374, 30.1174308 ], [ 120.1873456, 30.1172915 ], [ 120.1872982, 30.1171767 ], [ 120.1871845, 30.1170865 ], [ 120.1871466, 30.1170045 ], [ 120.1871371, 30.1169061 ], [ 120.1871845, 30.1168078 ] ], [ [ 120.1883786, 30.1170865 ], [ 120.1884355, 30.1170127 ], [ 120.1885871, 30.1169963 ], [ 120.1888051, 30.1170291 ], [ 120.1890041, 30.1170209 ], [ 120.1891558, 30.1170537 ], [ 120.1891652, 30.1171849 ], [ 120.1890705, 30.1172341 ], [ 120.1889188, 30.1172505 ], [ 120.1888241, 30.1172751 ], [ 120.1885777, 30.1173652 ], [ 120.188426, 30.1172996 ], [ 120.1883597, 30.1171849 ], [ 120.1883786, 30.1170865 ] ], [ [ 120.1892695, 30.1172833 ], [ 120.1893927, 30.1172423 ], [ 120.1894685, 30.1172505 ], [ 120.1895633, 30.1173406 ], [ 120.189677, 30.1173734 ], [ 120.1898287, 30.1173898 ], [ 120.1898855, 30.11748 ], [ 120.189876, 30.1175784 ], [ 120.1897718, 30.1176194 ], [ 120.1895159, 30.1176358 ], [ 120.1893453, 30.1175702 ], [ 120.1892505, 30.1174718 ], [ 120.1892316, 30.1173734 ], [ 120.1892695, 30.1172833 ] ], [ [ 120.1904136, 30.1187967 ], [ 120.1904684, 30.1187217 ], [ 120.1904678, 30.1186131 ], [ 120.1904533, 30.118419 ], [ 120.1904806, 30.1183721 ], [ 120.1905397, 30.1182863 ], [ 120.190567, 30.1181997 ], [ 120.1905802, 30.1179864 ], [ 120.1906627, 30.1178265 ], [ 120.1907462, 30.117784 ], [ 120.1909933, 30.1177821 ], [ 120.1912909, 30.1178178 ], [ 120.1913966, 30.1178779 ], [ 120.1915368, 30.1180721 ], [ 120.1916139, 30.1181378 ], [ 120.1917047, 30.1181499 ], [ 120.1918541, 30.1181509 ], [ 120.1919612, 30.1181772 ], [ 120.1920413, 30.118249 ], [ 120.1921011, 30.1183537 ], [ 120.1921418, 30.1184552 ], [ 120.1921423, 30.118603 ], [ 120.1920722, 30.1189029 ], [ 120.1920001, 30.1189892 ], [ 120.1919624, 30.119082 ], [ 120.1919867, 30.1191749 ], [ 120.1920927, 30.11927 ], [ 120.1921799, 30.1193352 ], [ 120.1922292, 30.1194406 ], [ 120.1922308, 30.1195205 ], [ 120.1922225, 30.1196204 ], [ 120.1920206, 30.1197413 ], [ 120.1918188, 30.1197547 ], [ 120.1916968, 30.1197204 ], [ 120.1914853, 30.1195908 ], [ 120.1911894, 30.1193967 ], [ 120.1909891, 30.1192251 ], [ 120.1908508, 30.1191192 ], [ 120.1907309, 30.1190883 ], [ 120.190561, 30.1190832 ], [ 120.1904874, 30.1190902 ], [ 120.1904124, 30.1190472 ], [ 120.1903666, 30.1188627 ], [ 120.1904136, 30.1187967 ] ], [ [ 120.1926676, 30.1185178 ], [ 120.1927015, 30.1185125 ], [ 120.1927485, 30.1185013 ], [ 120.192842, 30.1184338 ], [ 120.192926, 30.1183689 ], [ 120.1931328, 30.1183002 ], [ 120.1933201, 30.1182563 ], [ 120.1935853, 30.118199 ], [ 120.1938428, 30.1182091 ], [ 120.1941354, 30.118253 ], [ 120.1943344, 30.1182327 ], [ 120.194549, 30.1181956 ], [ 120.1947987, 30.1181112 ], [ 120.1949508, 30.118064 ], [ 120.1951069, 30.1180471 ], [ 120.1953262, 30.1180492 ], [ 120.1954844, 30.1181105 ], [ 120.1957759, 30.1182582 ], [ 120.1959841, 30.1183266 ], [ 120.1962465, 30.1183302 ], [ 120.1966005, 30.118341 ], [ 120.1967545, 30.118413 ], [ 120.1968545, 30.1185211 ], [ 120.1970502, 30.1187769 ], [ 120.1972209, 30.1190434 ], [ 120.1975374, 30.1192559 ], [ 120.1977123, 30.1193172 ], [ 120.1978414, 30.1193424 ], [ 120.1979747, 30.1193136 ], [ 120.198083, 30.1193172 ], [ 120.1981996, 30.1193496 ], [ 120.198312, 30.1193352 ], [ 120.1984286, 30.1192631 ], [ 120.1985244, 30.1191731 ], [ 120.1986651, 30.1190416 ], [ 120.1987954, 30.1189921 ], [ 120.1989568, 30.118956 ], [ 120.1996601, 30.1189155 ], [ 120.2002748, 30.118938 ], [ 120.2007854, 30.1190461 ], [ 120.2010354, 30.1191453 ], [ 120.2011552, 30.1192489 ], [ 120.2012646, 30.1193796 ], [ 120.2015251, 30.1197671 ], [ 120.2018533, 30.120087 ], [ 120.202145, 30.1203484 ], [ 120.2023846, 30.1205331 ], [ 120.2024784, 30.1206593 ], [ 120.2025461, 30.1207855 ], [ 120.2025722, 30.1209387 ], [ 120.2025826, 30.1211775 ], [ 120.202567, 30.1212991 ], [ 120.2024628, 30.1215199 ], [ 120.2023586, 30.1216731 ], [ 120.2022232, 30.1217858 ], [ 120.2018429, 30.1219705 ], [ 120.2017491, 30.1220291 ], [ 120.201697, 30.1220922 ], [ 120.2016501, 30.1221823 ], [ 120.2016032, 30.1222544 ], [ 120.2015303, 30.1223085 ], [ 120.2014313, 30.1223625 ], [ 120.2012599, 30.1224244 ], [ 120.2010923, 30.1224561 ], [ 120.2009771, 30.1224471 ], [ 120.2008775, 30.1224289 ], [ 120.2007885, 30.1223972 ], [ 120.2006785, 30.1223383 ], [ 120.2006156, 30.1222749 ], [ 120.2005423, 30.122225 ], [ 120.2004375, 30.1222069 ], [ 120.200317, 30.1221888 ], [ 120.2002123, 30.1221843 ], [ 120.199856, 30.1221888 ], [ 120.1990755, 30.1221525 ], [ 120.1986879, 30.1221389 ], [ 120.198646, 30.1220891 ], [ 120.1986093, 30.1219894 ], [ 120.1985779, 30.1219124 ], [ 120.1984626, 30.1218671 ], [ 120.198316, 30.1218671 ], [ 120.1982636, 30.1219169 ], [ 120.1982269, 30.1220302 ], [ 120.1981798, 30.1220619 ], [ 120.1980802, 30.122071 ], [ 120.1977921, 30.1220393 ], [ 120.1975878, 30.1219894 ], [ 120.1974726, 30.1219079 ], [ 120.1968492, 30.1214684 ], [ 120.1966973, 30.1214684 ], [ 120.1965716, 30.1214548 ], [ 120.1964825, 30.1214095 ], [ 120.1964144, 30.1213279 ], [ 120.1963463, 30.1212282 ], [ 120.1960215, 30.1211648 ], [ 120.1956968, 30.1210742 ], [ 120.1954558, 30.1209881 ], [ 120.1952934, 30.1208839 ], [ 120.1951782, 30.1207751 ], [ 120.1951258, 30.1206528 ], [ 120.1949005, 30.1203764 ], [ 120.1947172, 30.1202133 ], [ 120.1944186, 30.1199776 ], [ 120.1941357, 30.1198508 ], [ 120.1938476, 30.119742 ], [ 120.1935595, 30.1196287 ], [ 120.193432, 30.1195827 ], [ 120.1931937, 30.1194649 ], [ 120.1929994, 30.1193557 ], [ 120.1928394, 30.1192109 ], [ 120.192735, 30.119089 ], [ 120.1926795, 30.1189908 ], [ 120.1927218, 30.1188378 ], [ 120.192704, 30.1186494 ], [ 120.1926802, 30.1185862 ], [ 120.1926547, 30.1185536 ], [ 120.1926676, 30.1185178 ] ], [ [ 120.1938286, 30.1211773 ], [ 120.1939701, 30.1210608 ], [ 120.1940981, 30.1210083 ], [ 120.1942463, 30.1209734 ], [ 120.1943541, 30.1209909 ], [ 120.1944349, 30.1210724 ], [ 120.1944147, 30.1211657 ], [ 120.1943002, 30.1212298 ], [ 120.1937747, 30.121358 ], [ 120.1937545, 30.1212706 ], [ 120.1938286, 30.1211773 ] ], [ [ 120.1938034, 30.1285802 ], [ 120.1939224, 30.1284059 ], [ 120.1940277, 30.128402 ], [ 120.194133, 30.1284535 ], [ 120.1942475, 30.1284653 ], [ 120.1943665, 30.1284891 ], [ 120.194426, 30.1284653 ], [ 120.1944214, 30.1284139 ], [ 120.1944489, 30.1283664 ], [ 120.1945038, 30.1283624 ], [ 120.1946274, 30.1284495 ], [ 120.1947693, 30.1285049 ], [ 120.1949616, 30.1286316 ], [ 120.1953599, 30.1288217 ], [ 120.195749, 30.1289682 ], [ 120.1958268, 30.1290276 ], [ 120.1958955, 30.1291265 ], [ 120.1959916, 30.129182 ], [ 120.1961198, 30.1292295 ], [ 120.1962434, 30.1292374 ], [ 120.1963761, 30.1292295 ], [ 120.1965867, 30.1291503 ], [ 120.1967561, 30.1291503 ], [ 120.196866, 30.1292057 ], [ 120.1969484, 30.1293087 ], [ 120.1970536, 30.1293681 ], [ 120.197136, 30.1293958 ], [ 120.1972184, 30.1294116 ], [ 120.1972505, 30.129471 ], [ 120.1972276, 30.1295581 ], [ 120.1971589, 30.1296056 ], [ 120.197072, 30.1296413 ], [ 120.1969804, 30.129665 ], [ 120.1969392, 30.1296967 ], [ 120.19693, 30.1297442 ], [ 120.196898, 30.1298155 ], [ 120.196811, 30.1299224 ], [ 120.1967424, 30.1299382 ], [ 120.196605, 30.1299382 ], [ 120.1965272, 30.1299184 ], [ 120.1938446, 30.1286712 ], [ 120.1937988, 30.1286237 ], [ 120.1938034, 30.1285802 ] ], [ [ 120.1938623, 30.1206995 ], [ 120.1939364, 30.120647 ], [ 120.1940105, 30.1206645 ], [ 120.1940374, 30.1207519 ], [ 120.1940374, 30.1208393 ], [ 120.193997, 30.1209384 ], [ 120.193869, 30.1210083 ], [ 120.1938151, 30.1209501 ], [ 120.1938151, 30.120886 ], [ 120.1938623, 30.1206995 ] ], [ [ 120.1942732, 30.1219815 ], [ 120.1943676, 30.1219757 ], [ 120.1944417, 30.1220748 ], [ 120.1945427, 30.1222146 ], [ 120.1945225, 30.1223195 ], [ 120.1944619, 30.1223895 ], [ 120.1943878, 30.1224419 ], [ 120.194253, 30.1223778 ], [ 120.1941991, 30.1223021 ], [ 120.1941924, 30.1222146 ], [ 120.1941924, 30.1221039 ], [ 120.1942732, 30.1219815 ] ], [ [ 120.1945104, 30.1282073 ], [ 120.1945758, 30.128175 ], [ 120.1946692, 30.1281831 ], [ 120.194758, 30.1282235 ], [ 120.1953933, 30.1285872 ], [ 120.1954587, 30.1286397 ], [ 120.1955896, 30.1287286 ], [ 120.195697, 30.128765 ], [ 120.1958699, 30.1287892 ], [ 120.1960007, 30.1287528 ], [ 120.1961175, 30.1286963 ], [ 120.1961922, 30.1286639 ], [ 120.196267, 30.1286559 ], [ 120.196337, 30.1286801 ], [ 120.1963978, 30.1287245 ], [ 120.1964492, 30.128866 ], [ 120.1965006, 30.1289185 ], [ 120.196566, 30.1289791 ], [ 120.1965613, 30.1290276 ], [ 120.1965099, 30.1290963 ], [ 120.1964211, 30.1291286 ], [ 120.1963511, 30.1291205 ], [ 120.196253, 30.1291003 ], [ 120.1960614, 30.1290195 ], [ 120.1959726, 30.1289953 ], [ 120.1958185, 30.1289508 ], [ 120.1954214, 30.1288094 ], [ 120.1950056, 30.1286114 ], [ 120.1945431, 30.1283245 ], [ 120.1944964, 30.1282599 ], [ 120.1945104, 30.1282073 ] ], [ [ 120.1945495, 30.121731 ], [ 120.1946505, 30.1217193 ], [ 120.1947651, 30.121731 ], [ 120.1950952, 30.1219116 ], [ 120.195203, 30.1219699 ], [ 120.1952299, 30.1220748 ], [ 120.195203, 30.1221972 ], [ 120.1951491, 30.1222321 ], [ 120.195075, 30.1222263 ], [ 120.1950076, 30.122203 ], [ 120.1947044, 30.122034 ], [ 120.1945697, 30.1218941 ], [ 120.194509, 30.1217834 ], [ 120.1945495, 30.121731 ] ], [ [ 120.1945629, 30.1225934 ], [ 120.1946438, 30.1225759 ], [ 120.1946977, 30.1226459 ], [ 120.1947583, 30.122809 ], [ 120.1947583, 30.1228848 ], [ 120.1947246, 30.1229373 ], [ 120.1946371, 30.1229664 ], [ 120.1945495, 30.1229314 ], [ 120.1945495, 30.1228265 ], [ 120.194536, 30.1226634 ], [ 120.1945629, 30.1225934 ] ], [ [ 120.1969706, 30.128941 ], [ 120.1970127, 30.1289622 ], [ 120.1971392, 30.1290291 ], [ 120.1972165, 30.1291172 ], [ 120.1972375, 30.1291597 ], [ 120.1972235, 30.129181 ], [ 120.1971813, 30.1292144 ], [ 120.1970795, 30.1292144 ], [ 120.1970338, 30.129184 ], [ 120.1969284, 30.1290169 ], [ 120.1969284, 30.1289531 ], [ 120.1969706, 30.128941 ] ], [ [ 120.1969851, 30.1299557 ], [ 120.1970433, 30.1298618 ], [ 120.1971365, 30.1298517 ], [ 120.1972607, 30.1298483 ], [ 120.1973577, 30.1298248 ], [ 120.1974431, 30.1297812 ], [ 120.1974935, 30.1297409 ], [ 120.1975323, 30.1296973 ], [ 120.197575, 30.1296671 ], [ 120.1976294, 30.1296469 ], [ 120.1978778, 30.1295832 ], [ 120.1979398, 30.1295764 ], [ 120.1980097, 30.1296067 ], [ 120.1986384, 30.129751 ], [ 120.1986617, 30.1297309 ], [ 120.1987199, 30.1297476 ], [ 120.1987199, 30.1297879 ], [ 120.1990382, 30.1298886 ], [ 120.1991585, 30.1299759 ], [ 120.1992051, 30.1300464 ], [ 120.1992283, 30.1301202 ], [ 120.19924, 30.130278 ], [ 120.1992866, 30.1303283 ], [ 120.1993836, 30.1303988 ], [ 120.1995737, 30.1304928 ], [ 120.1997717, 30.1305029 ], [ 120.1999696, 30.1305163 ], [ 120.2001792, 30.1306002 ], [ 120.2003499, 30.1306908 ], [ 120.2005091, 30.1307949 ], [ 120.2006294, 30.1308184 ], [ 120.2007575, 30.1308083 ], [ 120.2008661, 30.1307446 ], [ 120.2010214, 30.1306942 ], [ 120.2011533, 30.1306841 ], [ 120.2016501, 30.1307143 ], [ 120.2017782, 30.1307781 ], [ 120.2018364, 30.130852 ], [ 120.2018558, 30.1308822 ], [ 120.2019023, 30.1309057 ], [ 120.2018752, 30.1309963 ], [ 120.2018946, 30.1311138 ], [ 120.2019644, 30.131201 ], [ 120.2021158, 30.131295 ], [ 120.2025039, 30.1314394 ], [ 120.2026203, 30.1314864 ], [ 120.2026514, 30.1315401 ], [ 120.2026669, 30.1316374 ], [ 120.2026708, 30.1317415 ], [ 120.2027018, 30.1318321 ], [ 120.2028804, 30.1320469 ], [ 120.2030395, 30.132161 ], [ 120.2031326, 30.132208 ], [ 120.2032064, 30.1322181 ], [ 120.2032801, 30.1322114 ], [ 120.2033111, 30.132255 ], [ 120.2033888, 30.1324799 ], [ 120.2034121, 30.1327081 ], [ 120.2033965, 30.1328391 ], [ 120.2033484, 30.1329076 ], [ 120.2033422, 30.1329163 ], [ 120.2032238, 30.1330212 ], [ 120.2031527, 30.1330746 ], [ 120.2029932, 30.1330838 ], [ 120.2028899, 30.1330189 ], [ 120.2013512, 30.1318086 ], [ 120.2012581, 30.1317549 ], [ 120.2010641, 30.1316609 ], [ 120.2003189, 30.1313017 ], [ 120.1991507, 30.130909 ], [ 120.1978506, 30.1304794 ], [ 120.197544, 30.1303585 ], [ 120.197478, 30.1303552 ], [ 120.1970239, 30.1301336 ], [ 120.1969929, 30.13009 ], [ 120.1969774, 30.1300329 ], [ 120.1969851, 30.1299557 ] ], [ [ 120.1971673, 30.129263 ], [ 120.1972937, 30.1292509 ], [ 120.1973429, 30.1292721 ], [ 120.1973675, 30.1293299 ], [ 120.1973816, 30.129421 ], [ 120.1973605, 30.1294423 ], [ 120.1973148, 30.1294392 ], [ 120.1971743, 30.1293542 ], [ 120.1971251, 30.1293147 ], [ 120.1971251, 30.1292812 ], [ 120.1971673, 30.129263 ] ], [ [ 120.1971954, 30.1288498 ], [ 120.1972516, 30.1287921 ], [ 120.1973324, 30.1287647 ], [ 120.1973991, 30.1287556 ], [ 120.1974553, 30.1287708 ], [ 120.197508, 30.1288134 ], [ 120.1975115, 30.1289987 ], [ 120.1974624, 30.1291719 ], [ 120.1974378, 30.1292083 ], [ 120.197364, 30.1292083 ], [ 120.1972621, 30.129102 ], [ 120.1972059, 30.1289987 ], [ 120.1971778, 30.1289167 ], [ 120.1971954, 30.1288498 ] ], [ [ 120.1975186, 30.1291536 ], [ 120.1975432, 30.1290412 ], [ 120.1975923, 30.1289744 ], [ 120.197652, 30.1289531 ], [ 120.1976977, 30.1289713 ], [ 120.1977083, 30.129023 ], [ 120.1977083, 30.1291233 ], [ 120.1976731, 30.1291779 ], [ 120.1976239, 30.1292174 ], [ 120.1975432, 30.1292266 ], [ 120.197515, 30.1292022 ], [ 120.1975186, 30.1291536 ] ], [ [ 120.1976942, 30.1295 ], [ 120.1977293, 30.1294666 ], [ 120.1978347, 30.1293754 ], [ 120.197905, 30.1293602 ], [ 120.1979577, 30.1293815 ], [ 120.1979893, 30.1294271 ], [ 120.1979717, 30.1294635 ], [ 120.1977996, 30.1295608 ], [ 120.1977223, 30.1295547 ], [ 120.1976837, 30.1295273 ], [ 120.1976942, 30.1295 ] ], [ [ 120.1988624, 30.1275185 ], [ 120.1990841, 30.1273907 ], [ 120.1993797, 30.1273523 ], [ 120.1996162, 30.1274163 ], [ 120.1999118, 30.1276336 ], [ 120.2001778, 30.1277614 ], [ 120.2006656, 30.1278253 ], [ 120.2010499, 30.1279788 ], [ 120.2013751, 30.128081 ], [ 120.2017003, 30.1280682 ], [ 120.2019368, 30.1279915 ], [ 120.202188, 30.1279915 ], [ 120.2025575, 30.1281577 ], [ 120.2028041, 30.1282921 ], [ 120.2028923, 30.128411 ], [ 120.202951, 30.1285914 ], [ 120.2029059, 30.1288588 ], [ 120.2027581, 30.1289503 ], [ 120.2025428, 30.1290398 ], [ 120.2022767, 30.1290398 ], [ 120.2018628, 30.1290142 ], [ 120.2015525, 30.1288992 ], [ 120.2012864, 30.1287841 ], [ 120.2009908, 30.1288097 ], [ 120.2006952, 30.1288097 ], [ 120.2003257, 30.1287841 ], [ 120.20003, 30.1286435 ], [ 120.1998083, 30.1284773 ], [ 120.1996605, 30.12826 ], [ 120.199424, 30.1281322 ], [ 120.199025, 30.1280427 ], [ 120.1988919, 30.1279532 ], [ 120.1987293, 30.1278253 ], [ 120.1988624, 30.1275185 ] ], [ [ 120.1993681, 30.1301706 ], [ 120.1994107, 30.1301236 ], [ 120.1994767, 30.1301102 ], [ 120.1995621, 30.1301404 ], [ 120.1997562, 30.1301907 ], [ 120.1999347, 30.1301874 ], [ 120.200055, 30.1301437 ], [ 120.2001753, 30.13009 ], [ 120.2002607, 30.1300833 ], [ 120.2003771, 30.1301202 ], [ 120.2005129, 30.1301135 ], [ 120.2005867, 30.1300632 ], [ 120.2006721, 30.1300128 ], [ 120.2007575, 30.1299725 ], [ 120.2008312, 30.1299725 ], [ 120.2008855, 30.1300229 ], [ 120.2010641, 30.1303887 ], [ 120.2012232, 30.1304458 ], [ 120.2013435, 30.1304995 ], [ 120.2013939, 30.1305364 ], [ 120.2014095, 30.1305834 ], [ 120.2013745, 30.1306304 ], [ 120.2013357, 30.1306472 ], [ 120.2012038, 30.1306371 ], [ 120.2010718, 30.1305734 ], [ 120.2009903, 30.1305599 ], [ 120.2008816, 30.1305767 ], [ 120.2008467, 30.1306371 ], [ 120.2008001, 30.1306808 ], [ 120.2007342, 30.1307076 ], [ 120.2006527, 30.1306942 ], [ 120.2005906, 30.1306371 ], [ 120.2005207, 30.1305734 ], [ 120.2003499, 30.1304122 ], [ 120.2002723, 30.1303686 ], [ 120.200152, 30.1303653 ], [ 120.1999735, 30.1303921 ], [ 120.1997833, 30.1304223 ], [ 120.1996475, 30.1304223 ], [ 120.1995272, 30.1303787 ], [ 120.1993913, 30.1303183 ], [ 120.1993409, 30.1302746 ], [ 120.1993331, 30.1302276 ], [ 120.1993681, 30.1301706 ] ], [ [ 120.2002542, 30.1168842 ], [ 120.2002891, 30.1167898 ], [ 120.2003721, 30.1167332 ], [ 120.2005074, 30.1166992 ], [ 120.2006034, 30.116669 ], [ 120.2006864, 30.1166085 ], [ 120.2007562, 30.1165557 ], [ 120.2008479, 30.1165557 ], [ 120.200944, 30.1166501 ], [ 120.2009483, 30.1167483 ], [ 120.200861, 30.1168578 ], [ 120.2007562, 30.116956 ], [ 120.200717, 30.1170542 ], [ 120.2006951, 30.1171599 ], [ 120.2006253, 30.117209 ], [ 120.2005554, 30.1172317 ], [ 120.2004768, 30.1172317 ], [ 120.2003808, 30.1172052 ], [ 120.2003022, 30.1171486 ], [ 120.2002411, 30.1170617 ], [ 120.200228, 30.1169824 ], [ 120.2002542, 30.1168842 ] ], [ [ 120.2003949, 30.1275538 ], [ 120.2004588, 30.1275354 ], [ 120.2006079, 30.1275354 ], [ 120.2007712, 30.1275784 ], [ 120.2007854, 30.1276643 ], [ 120.2007641, 30.1277257 ], [ 120.2007073, 30.1277503 ], [ 120.2005369, 30.1277564 ], [ 120.2004162, 30.1277134 ], [ 120.2003524, 30.1276152 ], [ 120.2003949, 30.1275538 ] ], [ [ 120.2008305, 30.1182286 ], [ 120.2008916, 30.1181229 ], [ 120.2009833, 30.1180134 ], [ 120.2009876, 30.1179643 ], [ 120.2009745, 30.1178963 ], [ 120.200992, 30.1178246 ], [ 120.2010444, 30.1177415 ], [ 120.2010619, 30.1176131 ], [ 120.2010531, 30.1174885 ], [ 120.2010793, 30.1174054 ], [ 120.2011012, 30.1173487 ], [ 120.2010793, 30.1172203 ], [ 120.2010662, 30.1171335 ], [ 120.2011012, 30.1170466 ], [ 120.201219, 30.11699 ], [ 120.2013631, 30.1169635 ], [ 120.2014853, 30.1169598 ], [ 120.2016207, 30.1170353 ], [ 120.201708, 30.1172581 ], [ 120.201756, 30.1173903 ], [ 120.2017124, 30.1175187 ], [ 120.2016993, 30.1176735 ], [ 120.2016818, 30.1178246 ], [ 120.2017255, 30.1178774 ], [ 120.2018302, 30.1179076 ], [ 120.2019263, 30.1179492 ], [ 120.2019874, 30.1180134 ], [ 120.2020398, 30.1181078 ], [ 120.2020966, 30.1181569 ], [ 120.2021751, 30.11824 ], [ 120.2021839, 30.1182966 ], [ 120.202197, 30.1185043 ], [ 120.2021751, 30.1185874 ], [ 120.2020966, 30.1186554 ], [ 120.2020398, 30.1187082 ], [ 120.2019307, 30.1187347 ], [ 120.2018652, 30.1187233 ], [ 120.2018302, 30.1186931 ], [ 120.2017167, 30.1186554 ], [ 120.2015901, 30.1186252 ], [ 120.201481, 30.1186138 ], [ 120.2013587, 30.1186176 ], [ 120.2012496, 30.118644 ], [ 120.2011666, 30.1186591 ], [ 120.200992, 30.1186289 ], [ 120.200896, 30.1185798 ], [ 120.2008392, 30.1185232 ], [ 120.2007999, 30.1184477 ], [ 120.2007955, 30.1184024 ], [ 120.2008305, 30.1182286 ] ], [ [ 120.2017797, 30.1223445 ], [ 120.2018142, 30.1222335 ], [ 120.2019328, 30.1221309 ], [ 120.202081, 30.1220498 ], [ 120.2022736, 30.1219899 ], [ 120.2024959, 30.1219344 ], [ 120.2026441, 30.1218789 ], [ 120.2027033, 30.1218404 ], [ 120.2028416, 30.1217122 ], [ 120.2029799, 30.1216439 ], [ 120.2030985, 30.1216481 ], [ 120.2031973, 30.1216781 ], [ 120.2032664, 30.1217592 ], [ 120.203301, 30.1218319 ], [ 120.2033504, 30.1224855 ], [ 120.2033158, 30.1226479 ], [ 120.2032714, 30.1227803 ], [ 120.2032022, 30.1229384 ], [ 120.2030837, 30.1230623 ], [ 120.2029849, 30.1231093 ], [ 120.2028614, 30.1231435 ], [ 120.2027231, 30.1231691 ], [ 120.2026045, 30.123152 ], [ 120.2024712, 30.1231264 ], [ 120.2023131, 30.1230965 ], [ 120.2020464, 30.1230238 ], [ 120.2019081, 30.1229256 ], [ 120.2018488, 30.1228102 ], [ 120.2018093, 30.1226949 ], [ 120.2017698, 30.1225923 ], [ 120.20175, 30.1224727 ], [ 120.2017797, 30.1223445 ] ], [ [ 120.202077, 30.1307076 ], [ 120.2021042, 30.1306539 ], [ 120.2021857, 30.1306237 ], [ 120.2022904, 30.1306371 ], [ 120.2026514, 30.1307983 ], [ 120.2026863, 30.1308788 ], [ 120.2026863, 30.1309795 ], [ 120.2027756, 30.1312581 ], [ 120.2027717, 30.1313387 ], [ 120.2027368, 30.1313957 ], [ 120.202632, 30.1314327 ], [ 120.2025621, 30.1314125 ], [ 120.2025, 30.1313588 ], [ 120.202306, 30.1311608 ], [ 120.2020731, 30.1307748 ], [ 120.202077, 30.1307076 ] ], [ [ 120.2027678, 30.1316643 ], [ 120.2028377, 30.1316441 ], [ 120.2029075, 30.1316575 ], [ 120.2030007, 30.1317247 ], [ 120.2031016, 30.1317582 ], [ 120.2031908, 30.1317482 ], [ 120.2032413, 30.1317314 ], [ 120.2032917, 30.1317112 ], [ 120.2033694, 30.1317247 ], [ 120.2034082, 30.1317347 ], [ 120.203447, 30.1317247 ], [ 120.2035557, 30.1319596 ], [ 120.2035168, 30.1320133 ], [ 120.2034858, 30.132057 ], [ 120.2034315, 30.1320905 ], [ 120.2033577, 30.132114 ], [ 120.2032723, 30.1321308 ], [ 120.2032258, 30.1321308 ], [ 120.2031676, 30.1321442 ], [ 120.2030472, 30.1321208 ], [ 120.2029929, 30.1320805 ], [ 120.2029619, 30.1320133 ], [ 120.2028765, 30.1318757 ], [ 120.2027911, 30.1318019 ], [ 120.2027523, 30.131765 ], [ 120.2027406, 30.1317045 ], [ 120.2027678, 30.1316643 ] ], [ [ 120.2029153, 30.131144 ], [ 120.2029425, 30.1311171 ], [ 120.2029929, 30.1311339 ], [ 120.2030783, 30.1312044 ], [ 120.2030822, 30.1312648 ], [ 120.2030434, 30.1313286 ], [ 120.2029968, 30.1313756 ], [ 120.202923, 30.1313756 ], [ 120.202892, 30.1313353 ], [ 120.202892, 30.1312749 ], [ 120.2029153, 30.131144 ] ], [ [ 120.2030631, 30.1333561 ], [ 120.2031912, 30.1333226 ], [ 120.2032455, 30.1333427 ], [ 120.2032533, 30.1333897 ], [ 120.2032455, 30.1334333 ], [ 120.2032067, 30.1334535 ], [ 120.2030942, 30.1334669 ], [ 120.2030437, 30.13343 ], [ 120.2030398, 30.1333998 ], [ 120.2030631, 30.1333561 ] ], [ [ 120.2035285, 30.1329201 ], [ 120.2036171, 30.1329156 ], [ 120.2038726, 30.1329336 ], [ 120.2039926, 30.1329065 ], [ 120.2041282, 30.1328614 ], [ 120.2042429, 30.1328705 ], [ 120.2043159, 30.1329336 ], [ 120.2043837, 30.1330824 ], [ 120.2043681, 30.1331862 ], [ 120.2043003, 30.1332358 ], [ 120.204222, 30.1332448 ], [ 120.2040865, 30.1332403 ], [ 120.2039561, 30.1331997 ], [ 120.2038779, 30.1331907 ], [ 120.2037371, 30.1331907 ], [ 120.2036275, 30.1331591 ], [ 120.203518, 30.1331095 ], [ 120.2034763, 30.1330509 ], [ 120.2034763, 30.1330013 ], [ 120.2035285, 30.1329201 ] ], [ [ 120.2035537, 30.1284195 ], [ 120.2037454, 30.1283519 ], [ 120.2038945, 30.1283703 ], [ 120.2040435, 30.128487 ], [ 120.2040009, 30.1285852 ], [ 120.2037951, 30.1286405 ], [ 120.2036602, 30.1286159 ], [ 120.2035324, 30.1285238 ], [ 120.2035537, 30.1284195 ] ], [ [ 120.2038062, 30.133506 ], [ 120.2038871, 30.1335433 ], [ 120.2040704, 30.133618 ], [ 120.2041459, 30.1335807 ], [ 120.2041728, 30.133506 ], [ 120.2041944, 30.1334501 ], [ 120.2042537, 30.1334128 ], [ 120.2043346, 30.1334035 ], [ 120.2043993, 30.1334314 ], [ 120.2044155, 30.133506 ], [ 120.2043508, 30.1336273 ], [ 120.2043831, 30.1337252 ], [ 120.2044532, 30.1338464 ], [ 120.2044316, 30.1339257 ], [ 120.2043777, 30.1339677 ], [ 120.2042591, 30.1339397 ], [ 120.2037577, 30.1335853 ], [ 120.2037469, 30.1335294 ], [ 120.2038062, 30.133506 ] ], [ [ 120.2039086, 30.1339863 ], [ 120.2039841, 30.133963 ], [ 120.204038, 30.1339677 ], [ 120.2047875, 30.1345366 ], [ 120.2048414, 30.1346065 ], [ 120.2048144, 30.1346764 ], [ 120.2047659, 30.1347044 ], [ 120.2047012, 30.1347138 ], [ 120.2045934, 30.1346998 ], [ 120.2045179, 30.1346671 ], [ 120.2044802, 30.1346018 ], [ 120.2044586, 30.1345319 ], [ 120.2044316, 30.1344853 ], [ 120.2040165, 30.1341962 ], [ 120.2039248, 30.1341169 ], [ 120.2038871, 30.134033 ], [ 120.2039086, 30.1339863 ] ], [ [ 120.2047659, 30.134019 ], [ 120.2048522, 30.1339957 ], [ 120.2049169, 30.134019 ], [ 120.2050085, 30.1341309 ], [ 120.2051487, 30.1341868 ], [ 120.2054506, 30.134378 ], [ 120.205634, 30.1345692 ], [ 120.2056663, 30.1346718 ], [ 120.2056771, 30.1347557 ], [ 120.2056771, 30.134821 ], [ 120.205607, 30.134821 ], [ 120.2047228, 30.1340703 ], [ 120.2047659, 30.134019 ] ], [ [ 120.2049977, 30.1291696 ], [ 120.20506, 30.1291157 ], [ 120.2051791, 30.1290617 ], [ 120.2053889, 30.1290225 ], [ 120.2055307, 30.1289686 ], [ 120.2056158, 30.1288852 ], [ 120.2057178, 30.1287528 ], [ 120.2058936, 30.1285909 ], [ 120.2060184, 30.1285468 ], [ 120.2061602, 30.1285173 ], [ 120.2063586, 30.128537 ], [ 120.2065514, 30.1285222 ], [ 120.2067726, 30.1284389 ], [ 120.2069767, 30.1283653 ], [ 120.2071752, 30.1283113 ], [ 120.207317, 30.1283555 ], [ 120.2074134, 30.1283849 ], [ 120.2075438, 30.1283408 ], [ 120.2076515, 30.1284094 ], [ 120.2076856, 30.1285419 ], [ 120.2078443, 30.128689 ], [ 120.207901, 30.1288165 ], [ 120.2079521, 30.1289538 ], [ 120.2079407, 30.1290617 ], [ 120.2079067, 30.1291745 ], [ 120.2077933, 30.1292775 ], [ 120.2077026, 30.1293511 ], [ 120.2075608, 30.1294345 ], [ 120.2075324, 30.1295228 ], [ 120.2075211, 30.1296993 ], [ 120.2075041, 30.1299691 ], [ 120.2074984, 30.1302486 ], [ 120.2076175, 30.1305331 ], [ 120.2077649, 30.1306312 ], [ 120.2079294, 30.1306949 ], [ 120.2081109, 30.1306998 ], [ 120.208366, 30.1306214 ], [ 120.2084794, 30.1305674 ], [ 120.2086609, 30.1305625 ], [ 120.2088707, 30.1305919 ], [ 120.2090068, 30.13069 ], [ 120.209211, 30.1309303 ], [ 120.2092677, 30.1311069 ], [ 120.209313, 30.1312835 ], [ 120.2092847, 30.1314061 ], [ 120.2093811, 30.1314895 ], [ 120.2094491, 30.1316219 ], [ 120.2094605, 30.1316758 ], [ 120.2093187, 30.1318818 ], [ 120.2091259, 30.1319554 ], [ 120.2089161, 30.1320142 ], [ 120.2087006, 30.1320338 ], [ 120.2085191, 30.1320387 ], [ 120.2082866, 30.1320093 ], [ 120.2079904, 30.1318914 ], [ 120.2079037, 30.1318633 ], [ 120.2079037, 30.1316802 ], [ 120.2075931, 30.1316802 ], [ 120.2075767, 30.1318688 ], [ 120.2074078, 30.1318405 ], [ 120.2073042, 30.1317745 ], [ 120.2072225, 30.1317085 ], [ 120.207168, 30.1316095 ], [ 120.2071244, 30.1314776 ], [ 120.2070536, 30.1313268 ], [ 120.2070372, 30.1312561 ], [ 120.2070318, 30.1310581 ], [ 120.20701, 30.1309167 ], [ 120.2069173, 30.1307848 ], [ 120.2068356, 30.1306952 ], [ 120.2067048, 30.130634 ], [ 120.2060782, 30.1304832 ], [ 120.2059746, 30.130403 ], [ 120.2058207, 30.1303165 ], [ 120.2056129, 30.1301634 ], [ 120.2054116, 30.130023 ], [ 120.2052415, 30.1298612 ], [ 120.2052132, 30.1298023 ], [ 120.2051111, 30.129665 ], [ 120.2050317, 30.1295865 ], [ 120.204992, 30.1294688 ], [ 120.2049636, 30.1293903 ], [ 120.2049977, 30.1291696 ] ], [ [ 120.2052917, 30.1220887 ], [ 120.2053789, 30.1220725 ], [ 120.2054412, 30.1221156 ], [ 120.2055222, 30.122218 ], [ 120.2056156, 30.1222826 ], [ 120.2057464, 30.1223096 ], [ 120.205815, 30.1223635 ], [ 120.205871, 30.1224551 ], [ 120.2058461, 30.1225197 ], [ 120.205815, 30.1225736 ], [ 120.205734, 30.1226113 ], [ 120.2056655, 30.1226167 ], [ 120.2055533, 30.1226005 ], [ 120.20541, 30.1225413 ], [ 120.2053477, 30.1224605 ], [ 120.2052854, 30.1223473 ], [ 120.2052418, 30.1222557 ], [ 120.2052356, 30.1221641 ], [ 120.2052917, 30.1220887 ] ], [ [ 120.2052917, 30.121372 ], [ 120.2053228, 30.1212481 ], [ 120.20541, 30.1210272 ], [ 120.2056063, 30.1205826 ], [ 120.2058897, 30.1201273 ], [ 120.2060268, 30.119971 ], [ 120.2061638, 30.1199064 ], [ 120.2062884, 30.1198309 ], [ 120.2067432, 30.1197178 ], [ 120.2070235, 30.1196962 ], [ 120.2072851, 30.1197339 ], [ 120.2074284, 30.1197932 ], [ 120.2077648, 30.119901 ], [ 120.2079579, 30.1199118 ], [ 120.2082196, 30.1199064 ], [ 120.208394, 30.1198363 ], [ 120.2085622, 30.1197393 ], [ 120.2087429, 30.1196208 ], [ 120.2091478, 30.119443 ], [ 120.209397, 30.1193568 ], [ 120.209615, 30.1192975 ], [ 120.2098393, 30.119249 ], [ 120.2103625, 30.119249 ], [ 120.2107425, 30.1192651 ], [ 120.2110665, 30.1193298 ], [ 120.2113157, 30.1194322 ], [ 120.2114465, 30.1195453 ], [ 120.2116209, 30.1197447 ], [ 120.2117019, 30.119998 ], [ 120.2117019, 30.1202189 ], [ 120.211677, 30.1204075 ], [ 120.2115462, 30.1206392 ], [ 120.2115088, 30.1207847 ], [ 120.2115088, 30.1209086 ], [ 120.2116147, 30.1211942 ], [ 120.2117144, 30.1213181 ], [ 120.211758, 30.1213828 ], [ 120.2117019, 30.1214959 ], [ 120.2114776, 30.1215606 ], [ 120.2112471, 30.1215822 ], [ 120.2092599, 30.1216576 ], [ 120.2083878, 30.1217007 ], [ 120.2082133, 30.1217761 ], [ 120.2081261, 30.121857 ], [ 120.2077648, 30.1221857 ], [ 120.2075842, 30.1222395 ], [ 120.2074222, 30.1222395 ], [ 120.2072602, 30.1222126 ], [ 120.2068989, 30.1222072 ], [ 120.2066996, 30.1222018 ], [ 120.2065002, 30.1222341 ], [ 120.2063382, 30.1222557 ], [ 120.2061887, 30.1222773 ], [ 120.2060766, 30.1222773 ], [ 120.2059582, 30.1222341 ], [ 120.20579, 30.1221749 ], [ 120.2056468, 30.1220887 ], [ 120.2055159, 30.1219917 ], [ 120.2054163, 30.1218893 ], [ 120.2053415, 30.1217546 ], [ 120.2053041, 30.121636 ], [ 120.2052854, 30.1214959 ], [ 120.2052917, 30.121372 ] ], [ [ 120.2055122, 30.1401431 ], [ 120.2055529, 30.1401395 ], [ 120.2056304, 30.1401889 ], [ 120.2056956, 30.1402629 ], [ 120.2057119, 30.1403334 ], [ 120.2056956, 30.1403933 ], [ 120.2056345, 30.1404356 ], [ 120.2055448, 30.1403792 ], [ 120.2054714, 30.1403123 ], [ 120.2054633, 30.1402453 ], [ 120.2054633, 30.1401854 ], [ 120.2055122, 30.1401431 ] ], [ [ 120.2054973, 30.1186253 ], [ 120.2055956, 30.1185562 ], [ 120.2057737, 30.1185031 ], [ 120.2061422, 30.1183756 ], [ 120.2063018, 30.1182959 ], [ 120.2064124, 30.11828 ], [ 120.2064984, 30.1183384 ], [ 120.2065352, 30.1184234 ], [ 120.2065106, 30.1184925 ], [ 120.2063633, 30.11862 ], [ 120.2062466, 30.1187262 ], [ 120.2061237, 30.1188324 ], [ 120.2060009, 30.1189068 ], [ 120.2059088, 30.1189281 ], [ 120.2058105, 30.118944 ], [ 120.2056631, 30.1189334 ], [ 120.205571, 30.1188856 ], [ 120.2054973, 30.1188059 ], [ 120.2054789, 30.1187262 ], [ 120.2054973, 30.1186253 ] ], [ [ 120.205576, 30.1352335 ], [ 120.2056041, 30.1351808 ], [ 120.2056979, 30.1352416 ], [ 120.2058292, 30.1353633 ], [ 120.2057261, 30.1354768 ], [ 120.205651, 30.1354322 ], [ 120.2055713, 30.1352822 ], [ 120.205576, 30.1352335 ] ], [ [ 120.2059417, 30.1355093 ], [ 120.205998, 30.1355376 ], [ 120.2062278, 30.1357972 ], [ 120.2062372, 30.1358499 ], [ 120.2061996, 30.1358621 ], [ 120.2061059, 30.1358621 ], [ 120.2058855, 30.1355944 ], [ 120.2058761, 30.1355457 ], [ 120.2059417, 30.1355093 ] ], [ [ 120.2060918, 30.1351564 ], [ 120.2061481, 30.135124 ], [ 120.2062137, 30.135124 ], [ 120.2062887, 30.1351605 ], [ 120.2064435, 30.1353227 ], [ 120.2065091, 30.1353389 ], [ 120.206617, 30.1353511 ], [ 120.2066967, 30.1353754 ], [ 120.2067342, 30.13542 ], [ 120.2067295, 30.1355133 ], [ 120.2066685, 30.135562 ], [ 120.2065138, 30.1356269 ], [ 120.2064247, 30.1356228 ], [ 120.2060824, 30.1352051 ], [ 120.2060918, 30.1351564 ] ], [ [ 120.2062581, 30.1412746 ], [ 120.2063519, 30.1412218 ], [ 120.2064497, 30.1412112 ], [ 120.2065394, 30.1412323 ], [ 120.2066209, 30.1412993 ], [ 120.2066658, 30.1413698 ], [ 120.2066658, 30.1414333 ], [ 120.2066617, 30.1415003 ], [ 120.2066413, 30.1415285 ], [ 120.206572, 30.1415426 ], [ 120.2065027, 30.141539 ], [ 120.2064334, 30.1415108 ], [ 120.2063764, 30.1414967 ], [ 120.2063071, 30.1414509 ], [ 120.2062418, 30.141398 ], [ 120.2062255, 30.1413381 ], [ 120.2062581, 30.1412746 ] ], [ [ 120.206419, 30.1361864 ], [ 120.2064661, 30.1360744 ], [ 120.2065309, 30.1359828 ], [ 120.2065897, 30.1359421 ], [ 120.2067369, 30.1359268 ], [ 120.2068487, 30.1359217 ], [ 120.2069075, 30.1358555 ], [ 120.2069899, 30.1357843 ], [ 120.2070782, 30.1357283 ], [ 120.2071606, 30.1357283 ], [ 120.2072548, 30.1357741 ], [ 120.2073019, 30.1358199 ], [ 120.2073313, 30.1358912 ], [ 120.2074137, 30.1358657 ], [ 120.2074785, 30.1359014 ], [ 120.2075373, 30.1360133 ], [ 120.2075138, 30.1360897 ], [ 120.2074549, 30.1360999 ], [ 120.207449, 30.1360337 ], [ 120.2073961, 30.1359726 ], [ 120.207296, 30.1359624 ], [ 120.2072195, 30.1359472 ], [ 120.2071724, 30.1359777 ], [ 120.2071489, 30.1360337 ], [ 120.2072371, 30.1360948 ], [ 120.2073607, 30.1361508 ], [ 120.2074961, 30.136161 ], [ 120.2076491, 30.1361864 ], [ 120.2077669, 30.1362322 ], [ 120.2077963, 30.1363289 ], [ 120.2078139, 30.1365529 ], [ 120.2078846, 30.1366191 ], [ 120.2079846, 30.1366954 ], [ 120.2080611, 30.1367972 ], [ 120.2080553, 30.1369041 ], [ 120.2080317, 30.1370314 ], [ 120.2079199, 30.1370925 ], [ 120.2077727, 30.1370975 ], [ 120.2076138, 30.1370925 ], [ 120.2074431, 30.1371281 ], [ 120.2073431, 30.1371739 ], [ 120.2072018, 30.1371739 ], [ 120.2069958, 30.1370059 ], [ 120.2068605, 30.1368634 ], [ 120.2064367, 30.1363697 ], [ 120.2064132, 30.1362882 ], [ 120.206419, 30.1361864 ] ], [ [ 120.2070041, 30.1396989 ], [ 120.2070082, 30.1396319 ], [ 120.207049, 30.139572 ], [ 120.2070938, 30.1395473 ], [ 120.2071712, 30.1395473 ], [ 120.2072283, 30.139579 ], [ 120.2072528, 30.1396354 ], [ 120.2072446, 30.1396707 ], [ 120.2071957, 30.1397835 ], [ 120.2071753, 30.1398822 ], [ 120.2072283, 30.1400056 ], [ 120.2072854, 30.1400655 ], [ 120.2073669, 30.1401043 ], [ 120.2074933, 30.1401078 ], [ 120.2075789, 30.1400902 ], [ 120.20764, 30.1401078 ], [ 120.2076889, 30.1401501 ], [ 120.2077012, 30.1401995 ], [ 120.2077052, 30.1402911 ], [ 120.2076849, 30.140418 ], [ 120.2077175, 30.140485 ], [ 120.2077786, 30.1405555 ], [ 120.207799, 30.1406013 ], [ 120.207746, 30.1406436 ], [ 120.2076482, 30.1405943 ], [ 120.207583, 30.1405449 ], [ 120.2075585, 30.1405062 ], [ 120.2075463, 30.1404462 ], [ 120.2075463, 30.1403757 ], [ 120.20753, 30.1403052 ], [ 120.2075014, 30.140277 ], [ 120.2071794, 30.1402347 ], [ 120.2069715, 30.1398187 ], [ 120.2069593, 30.1397553 ], [ 120.2070041, 30.1396989 ] ], [ [ 120.2076402, 30.1317298 ], [ 120.2078557, 30.1317298 ], [ 120.2078557, 30.1319603 ], [ 120.2076232, 30.1319652 ], [ 120.2076402, 30.1317298 ] ], [ [ 120.2078066, 30.1399747 ], [ 120.207864, 30.1399002 ], [ 120.207991, 30.1397762 ], [ 120.2081099, 30.139684 ], [ 120.2081755, 30.1395387 ], [ 120.2081738, 30.1394293 ], [ 120.2082919, 30.1393817 ], [ 120.2083522, 30.1393933 ], [ 120.2083763, 30.1394304 ], [ 120.2084018, 30.1394849 ], [ 120.2084173, 30.139645 ], [ 120.2083518, 30.1397868 ], [ 120.2082821, 30.1398825 ], [ 120.2081919, 30.1399711 ], [ 120.2081222, 30.140081 ], [ 120.2080935, 30.140198 ], [ 120.2081099, 30.1403291 ], [ 120.2081468, 30.1404142 ], [ 120.208196, 30.1404142 ], [ 120.2081878, 30.1406553 ], [ 120.2081632, 30.1407581 ], [ 120.2081386, 30.1408538 ], [ 120.2080505, 30.1409776 ], [ 120.2078949, 30.1409753 ], [ 120.2078238, 30.1409266 ], [ 120.2077769, 30.140828 ], [ 120.2078024, 30.1407271 ], [ 120.2078722, 30.1404816 ], [ 120.2078517, 30.140393 ], [ 120.2078107, 30.1402866 ], [ 120.2077697, 30.1401874 ], [ 120.2077656, 30.1400881 ], [ 120.2078066, 30.1399747 ] ], [ [ 120.2082739, 30.1399711 ], [ 120.2083026, 30.1399286 ], [ 120.2083805, 30.1399038 ], [ 120.208446, 30.1399499 ], [ 120.2084583, 30.1400243 ], [ 120.2084501, 30.1400881 ], [ 120.2083518, 30.1401306 ], [ 120.2083026, 30.1401058 ], [ 120.2082616, 30.1400456 ], [ 120.2082739, 30.1399711 ] ], [ [ 120.2083092, 30.1184138 ], [ 120.2083581, 30.1183397 ], [ 120.2084192, 30.1182868 ], [ 120.208621, 30.1182392 ], [ 120.2087922, 30.1182551 ], [ 120.209318, 30.118382 ], [ 120.2097399, 30.1185724 ], [ 120.2099722, 30.1186623 ], [ 120.2101801, 30.1186835 ], [ 120.2103758, 30.1186729 ], [ 120.2105775, 30.1186306 ], [ 120.2107732, 30.1185407 ], [ 120.2109933, 30.1183979 ], [ 120.2111706, 30.1182868 ], [ 120.2112562, 30.1182657 ], [ 120.2113296, 30.1182763 ], [ 120.2113785, 30.1183767 ], [ 120.2113296, 30.1184561 ], [ 120.2112317, 30.1185566 ], [ 120.2111094, 30.1186518 ], [ 120.2109444, 30.1187205 ], [ 120.2107365, 30.118784 ], [ 120.2103635, 30.1188633 ], [ 120.2100884, 30.118858 ], [ 120.209905, 30.1188421 ], [ 120.2096849, 30.1187787 ], [ 120.2094525, 30.1187311 ], [ 120.2092202, 30.1187205 ], [ 120.2090307, 30.1186994 ], [ 120.2087494, 30.1186994 ], [ 120.2084865, 30.1186729 ], [ 120.2083398, 30.1186147 ], [ 120.2083031, 30.1185142 ], [ 120.2083092, 30.1184138 ] ], [ [ 120.2086715, 30.1395387 ], [ 120.2088641, 30.1393791 ], [ 120.2089215, 30.1393756 ], [ 120.2089707, 30.139404 ], [ 120.2091224, 30.1394642 ], [ 120.2092125, 30.1394607 ], [ 120.209274, 30.1394642 ], [ 120.2092863, 30.1395068 ], [ 120.209274, 30.1395528 ], [ 120.2091962, 30.1395883 ], [ 120.2091265, 30.1395812 ], [ 120.2090445, 30.1395599 ], [ 120.2089748, 30.1395351 ], [ 120.2089338, 30.1395351 ], [ 120.2088764, 30.1395564 ], [ 120.2087371, 30.1396344 ], [ 120.2086592, 30.1396379 ], [ 120.2086182, 30.1396202 ], [ 120.2086182, 30.1395883 ], [ 120.2086715, 30.1395387 ] ], [ [ 120.2088612, 30.1220402 ], [ 120.2089297, 30.1220779 ], [ 120.2090294, 30.1221641 ], [ 120.2090917, 30.1222557 ], [ 120.2091852, 30.1223635 ], [ 120.209235, 30.1224497 ], [ 120.2092225, 30.1225036 ], [ 120.2091353, 30.122579 ], [ 120.2090232, 30.1225574 ], [ 120.2089484, 30.1224605 ], [ 120.2088176, 30.1221695 ], [ 120.2088176, 30.1220994 ], [ 120.2088612, 30.1220402 ] ], [ [ 120.209154, 30.1218677 ], [ 120.209316, 30.1218085 ], [ 120.2095153, 30.1217977 ], [ 120.2097458, 30.1218354 ], [ 120.2098953, 30.1218785 ], [ 120.2102691, 30.1221048 ], [ 120.2103189, 30.1221964 ], [ 120.2103127, 30.1223473 ], [ 120.2103002, 30.1224173 ], [ 120.210213, 30.1224874 ], [ 120.2101196, 30.1225143 ], [ 120.2099888, 30.1225251 ], [ 120.2098517, 30.1224982 ], [ 120.2097957, 30.1224551 ], [ 120.2097334, 30.1224012 ], [ 120.2096461, 30.122315 ], [ 120.2095091, 30.122218 ], [ 120.2094094, 30.1221479 ], [ 120.2093222, 30.1221102 ], [ 120.2092038, 30.1220671 ], [ 120.2091229, 30.1220294 ], [ 120.2090917, 30.1219486 ], [ 120.209154, 30.1218677 ] ], [ [ 120.2107143, 30.1335795 ], [ 120.2110355, 30.1332452 ], [ 120.2111335, 30.1331981 ], [ 120.2112533, 30.1331793 ], [ 120.2113948, 30.1332169 ], [ 120.211471, 30.1332263 ], [ 120.2115527, 30.1331934 ], [ 120.2116453, 30.1331369 ], [ 120.2117433, 30.1330804 ], [ 120.211863, 30.1330615 ], [ 120.2119774, 30.133038 ], [ 120.2120536, 30.1330145 ], [ 120.2121897, 30.133005 ], [ 120.2122768, 30.1330474 ], [ 120.2123639, 30.1331463 ], [ 120.2124184, 30.1331934 ], [ 120.2124184, 30.1332781 ], [ 120.212353, 30.1333582 ], [ 120.212255, 30.1334241 ], [ 120.2121625, 30.1335183 ], [ 120.2121135, 30.1335654 ], [ 120.2120971, 30.1337396 ], [ 120.2121407, 30.1338196 ], [ 120.2122441, 30.1338808 ], [ 120.2123421, 30.1339091 ], [ 120.212402, 30.1339609 ], [ 120.2124184, 30.1340409 ], [ 120.2123748, 30.1341586 ], [ 120.2122714, 30.1342246 ], [ 120.2121897, 30.1342528 ], [ 120.2120155, 30.1342481 ], [ 120.2119229, 30.1342575 ], [ 120.2118249, 30.1342387 ], [ 120.211716, 30.134201 ], [ 120.2116398, 30.1341116 ], [ 120.2116017, 30.134008 ], [ 120.2115581, 30.1339326 ], [ 120.2114493, 30.1338997 ], [ 120.2113023, 30.1338903 ], [ 120.2111879, 30.1339326 ], [ 120.2110682, 30.1339279 ], [ 120.2109157, 30.1338997 ], [ 120.2107524, 30.1338385 ], [ 120.2106871, 30.1337678 ], [ 120.2106707, 30.1336689 ], [ 120.2107143, 30.1335795 ] ], [ [ 120.2108345, 30.1303104 ], [ 120.2109469, 30.1302057 ], [ 120.2110767, 30.1301757 ], [ 120.2111805, 30.1301982 ], [ 120.2112843, 30.1302954 ], [ 120.2113362, 30.1304002 ], [ 120.2114228, 30.1304975 ], [ 120.2114487, 30.1305947 ], [ 120.2114055, 30.1306845 ], [ 120.2113276, 30.1306696 ], [ 120.2111632, 30.1306172 ], [ 120.210921, 30.1305648 ], [ 120.2108431, 30.1305199 ], [ 120.2108085, 30.1304226 ], [ 120.2108345, 30.1303104 ] ], [ [ 120.2113948, 30.1379066 ], [ 120.2114602, 30.1378171 ], [ 120.211569, 30.1377889 ], [ 120.211716, 30.1378077 ], [ 120.2118195, 30.1378736 ], [ 120.2118739, 30.1379725 ], [ 120.2118957, 30.1380855 ], [ 120.2118739, 30.1381938 ], [ 120.211912, 30.138288 ], [ 120.2120318, 30.1383492 ], [ 120.2121843, 30.1384198 ], [ 120.2122496, 30.138514 ], [ 120.2122333, 30.1386223 ], [ 120.2121625, 30.1387164 ], [ 120.2120209, 30.1387823 ], [ 120.211814, 30.1387729 ], [ 120.2116943, 30.1387117 ], [ 120.2116344, 30.1386411 ], [ 120.2115963, 30.1385752 ], [ 120.2115908, 30.138481 ], [ 120.2115799, 30.1383821 ], [ 120.2115636, 30.1382456 ], [ 120.2114928, 30.138175 ], [ 120.2114112, 30.1380902 ], [ 120.2113839, 30.1379866 ], [ 120.2113948, 30.1379066 ] ], [ [ 120.2115527, 30.1345212 ], [ 120.2116943, 30.134427 ], [ 120.2118467, 30.1343799 ], [ 120.2119501, 30.134347 ], [ 120.212157, 30.1343423 ], [ 120.2123204, 30.1342999 ], [ 120.2125, 30.1342104 ], [ 120.2126361, 30.1341445 ], [ 120.2127668, 30.1341163 ], [ 120.212941, 30.1341633 ], [ 120.2130336, 30.1342434 ], [ 120.2130826, 30.1343847 ], [ 120.2131316, 30.1345259 ], [ 120.2132187, 30.1345871 ], [ 120.2133983, 30.1346107 ], [ 120.2134909, 30.1346436 ], [ 120.2136597, 30.1347378 ], [ 120.2137087, 30.1347943 ], [ 120.2136923, 30.1348649 ], [ 120.2136379, 30.134912 ], [ 120.2136379, 30.1350156 ], [ 120.2136161, 30.1351003 ], [ 120.2136325, 30.1352275 ], [ 120.2137359, 30.1353122 ], [ 120.2141551, 30.1354582 ], [ 120.2142204, 30.1355524 ], [ 120.214313, 30.1357077 ], [ 120.2143838, 30.1358208 ], [ 120.2145253, 30.1358773 ], [ 120.2146233, 30.135882 ], [ 120.214803, 30.1359479 ], [ 120.2150044, 30.1359903 ], [ 120.215195, 30.1360938 ], [ 120.2153256, 30.1361974 ], [ 120.2153638, 30.1362916 ], [ 120.2153638, 30.1364234 ], [ 120.2153039, 30.1368566 ], [ 120.2153256, 30.1369414 ], [ 120.2153964, 30.1370026 ], [ 120.2154835, 30.1370732 ], [ 120.215538, 30.137158 ], [ 120.2155652, 30.1372427 ], [ 120.2155271, 30.1373275 ], [ 120.2154835, 30.1373887 ], [ 120.2153692, 30.1374357 ], [ 120.2152222, 30.1375017 ], [ 120.2150425, 30.1375911 ], [ 120.2149173, 30.1376288 ], [ 120.2148193, 30.1375958 ], [ 120.2147377, 30.1375582 ], [ 120.2146342, 30.1374499 ], [ 120.214509, 30.1373934 ], [ 120.2143947, 30.1373745 ], [ 120.2143021, 30.137384 ], [ 120.2141606, 30.137464 ], [ 120.2140299, 30.1374687 ], [ 120.2139319, 30.1374499 ], [ 120.2138176, 30.1373887 ], [ 120.2137522, 30.1373227 ], [ 120.2137196, 30.1372474 ], [ 120.2137087, 30.137158 ], [ 120.2137304, 30.1370826 ], [ 120.2137304, 30.1370402 ], [ 120.2136542, 30.1370026 ], [ 120.213627, 30.1369555 ], [ 120.2136923, 30.1368802 ], [ 120.2138121, 30.1368237 ], [ 120.2139809, 30.1367483 ], [ 120.2140952, 30.1367059 ], [ 120.2141769, 30.1366965 ], [ 120.214264, 30.1367107 ], [ 120.2144546, 30.1367577 ], [ 120.2145417, 30.1367436 ], [ 120.2145689, 30.1366871 ], [ 120.2145689, 30.1365976 ], [ 120.2145308, 30.1365129 ], [ 120.2144709, 30.1364376 ], [ 120.2143838, 30.1363999 ], [ 120.2143076, 30.1363905 ], [ 120.2142313, 30.1363293 ], [ 120.2142422, 30.1362586 ], [ 120.2141714, 30.1362021 ], [ 120.2140843, 30.1361927 ], [ 120.2138938, 30.1361833 ], [ 120.2137032, 30.1361786 ], [ 120.2135671, 30.1362445 ], [ 120.2134528, 30.1362916 ], [ 120.2133439, 30.136301 ], [ 120.2132405, 30.1362775 ], [ 120.2131098, 30.1362257 ], [ 120.2129791, 30.1361645 ], [ 120.2126797, 30.1358443 ], [ 120.2125654, 30.1357125 ], [ 120.2124837, 30.1356277 ], [ 120.2123476, 30.1353358 ], [ 120.2122877, 30.1353358 ], [ 120.2122278, 30.1352604 ], [ 120.212255, 30.1352181 ], [ 120.212206, 30.1351145 ], [ 120.2121407, 30.1350438 ], [ 120.2119937, 30.1349638 ], [ 120.2118304, 30.1349544 ], [ 120.2116561, 30.1348932 ], [ 120.2115745, 30.1348178 ], [ 120.2115309, 30.1347048 ], [ 120.2115037, 30.1345871 ], [ 120.2115527, 30.1345212 ] ], [ [ 120.2116505, 30.118127 ], [ 120.2117081, 30.1180423 ], [ 120.2118291, 30.1179825 ], [ 120.2119673, 30.1179426 ], [ 120.2121228, 30.1179227 ], [ 120.2123359, 30.1179327 ], [ 120.2125548, 30.1179875 ], [ 120.2126296, 30.1180771 ], [ 120.2126987, 30.1181668 ], [ 120.2126757, 30.1183462 ], [ 120.2125605, 30.1185205 ], [ 120.2124684, 30.1185704 ], [ 120.2123935, 30.1186002 ], [ 120.2122725, 30.1186202 ], [ 120.2121861, 30.1185753 ], [ 120.2120767, 30.1184857 ], [ 120.2120076, 30.1184109 ], [ 120.2118924, 30.1183412 ], [ 120.2117657, 30.1183163 ], [ 120.2116966, 30.1182864 ], [ 120.2116448, 30.1182017 ], [ 120.2116505, 30.118127 ] ], [ [ 120.2121999, 30.1287824 ], [ 120.2122886, 30.1287475 ], [ 120.2123692, 30.1287824 ], [ 120.2123934, 30.1288591 ], [ 120.2123692, 30.1290124 ], [ 120.2122483, 30.1292146 ], [ 120.2121677, 30.1291658 ], [ 120.2121274, 30.1290822 ], [ 120.2121274, 30.1289706 ], [ 120.2121999, 30.1287824 ] ], [ [ 120.2122455, 30.1429512 ], [ 120.2123016, 30.1429366 ], [ 120.212355, 30.1429658 ], [ 120.2125656, 30.1431794 ], [ 120.2125965, 30.143262 ], [ 120.2125936, 30.1433154 ], [ 120.21256, 30.1433664 ], [ 120.2125178, 30.1434125 ], [ 120.2124533, 30.1434611 ], [ 120.2124308, 30.1435363 ], [ 120.2124336, 30.1436043 ], [ 120.2125038, 30.1436723 ], [ 120.21256, 30.143716 ], [ 120.2126554, 30.1437403 ], [ 120.2127144, 30.1437719 ], [ 120.2129165, 30.1439175 ], [ 120.2129727, 30.1439928 ], [ 120.2129951, 30.1440341 ], [ 120.2129418, 30.1440632 ], [ 120.2129025, 30.1440438 ], [ 120.2128548, 30.1440244 ], [ 120.2128211, 30.1439807 ], [ 120.2126807, 30.1438617 ], [ 120.2126049, 30.1438447 ], [ 120.2125122, 30.1438156 ], [ 120.2124336, 30.1437743 ], [ 120.2123746, 30.1437209 ], [ 120.212282, 30.1436456 ], [ 120.2122483, 30.1435703 ], [ 120.2122539, 30.1435048 ], [ 120.2122848, 30.1434198 ], [ 120.2123241, 30.1433688 ], [ 120.2123831, 30.143313 ], [ 120.2123999, 30.143279 ], [ 120.2123887, 30.1432353 ], [ 120.2122511, 30.1430847 ], [ 120.212195, 30.1430313 ], [ 120.212195, 30.1429876 ], [ 120.2122455, 30.1429512 ] ], [ [ 120.2123673, 30.1211524 ], [ 120.2125266, 30.1209487 ], [ 120.2126652, 30.1208169 ], [ 120.2128314, 30.120739 ], [ 120.2129353, 30.1207151 ], [ 120.2131362, 30.1206911 ], [ 120.2132816, 30.120751 ], [ 120.2133924, 30.1209008 ], [ 120.2135587, 30.1210626 ], [ 120.2136626, 30.1211105 ], [ 120.2137942, 30.1211884 ], [ 120.2140504, 30.1212004 ], [ 120.214376, 30.1212004 ], [ 120.2146045, 30.1212543 ], [ 120.2146807, 30.1213082 ], [ 120.2149439, 30.121464 ], [ 120.2150478, 30.1216377 ], [ 120.2150686, 30.1217336 ], [ 120.2150132, 30.1218833 ], [ 120.2149232, 30.1219073 ], [ 120.21475, 30.1219073 ], [ 120.2131985, 30.1213621 ], [ 120.2130392, 30.1213202 ], [ 120.2129284, 30.1213202 ], [ 120.2127621, 30.1213981 ], [ 120.2126859, 30.12141 ], [ 120.2125682, 30.121434 ], [ 120.2124158, 30.121422 ], [ 120.2123465, 30.1212543 ], [ 120.2123673, 30.1211524 ] ], [ [ 120.2124216, 30.1402347 ], [ 120.2126661, 30.1404885 ], [ 120.2127314, 30.1404991 ], [ 120.2128088, 30.1404991 ], [ 120.212927, 30.1405555 ], [ 120.2130126, 30.1406295 ], [ 120.2130697, 30.1406859 ], [ 120.2131349, 30.1407 ], [ 120.2131879, 30.1406683 ], [ 120.2132531, 30.1406613 ], [ 120.213302, 30.1406965 ], [ 120.2133306, 30.1407705 ], [ 120.2133143, 30.1408234 ], [ 120.2132409, 30.1409045 ], [ 120.213192, 30.1409433 ], [ 120.2132001, 30.1409856 ], [ 120.2131634, 30.141042 ], [ 120.2131023, 30.1410843 ], [ 120.2129352, 30.140968 ], [ 120.21287, 30.1408763 ], [ 120.2126987, 30.1406507 ], [ 120.2123523, 30.1402876 ], [ 120.2124216, 30.1402347 ] ], [ [ 120.212402, 30.1336454 ], [ 120.2124891, 30.1335842 ], [ 120.2125109, 30.1334947 ], [ 120.2125218, 30.1334147 ], [ 120.2125871, 30.1333582 ], [ 120.2126851, 30.1333582 ], [ 120.2127614, 30.1334006 ], [ 120.2128049, 30.1335089 ], [ 120.2128648, 30.1335465 ], [ 120.2129356, 30.133603 ], [ 120.2130063, 30.1336642 ], [ 120.2130172, 30.1337584 ], [ 120.2129846, 30.1338432 ], [ 120.2129192, 30.1338997 ], [ 120.2126525, 30.133942 ], [ 120.2125055, 30.1339185 ], [ 120.2124292, 30.1338714 ], [ 120.2123585, 30.1337867 ], [ 120.212353, 30.133716 ], [ 120.212402, 30.1336454 ] ], [ [ 120.2125392, 30.1422982 ], [ 120.2125754, 30.1422948 ], [ 120.2126196, 30.1423052 ], [ 120.2126718, 30.14234 ], [ 120.2126919, 30.1423747 ], [ 120.2126115, 30.1423991 ], [ 120.2125553, 30.1423886 ], [ 120.2125191, 30.1423608 ], [ 120.2125151, 30.1423226 ], [ 120.2125392, 30.1422982 ] ], [ [ 120.2126296, 30.1172103 ], [ 120.2127218, 30.1170708 ], [ 120.2128255, 30.117001 ], [ 120.2130328, 30.1169213 ], [ 120.2132977, 30.1169064 ], [ 120.2135281, 30.1169462 ], [ 120.213747, 30.1169911 ], [ 120.2138564, 30.1170459 ], [ 120.2141386, 30.1173597 ], [ 120.2142711, 30.1174394 ], [ 120.2144612, 30.1174893 ], [ 120.2146973, 30.1174843 ], [ 120.2151753, 30.1175042 ], [ 120.215423, 30.1175839 ], [ 120.215711, 30.1176836 ], [ 120.2158722, 30.1178081 ], [ 120.2160278, 30.1179626 ], [ 120.2163503, 30.1181369 ], [ 120.2165346, 30.1183262 ], [ 120.2166152, 30.1184807 ], [ 120.2166728, 30.1186501 ], [ 120.2166613, 30.1189141 ], [ 120.2166267, 30.1190038 ], [ 120.2165691, 30.1191532 ], [ 120.2165346, 30.1193575 ], [ 120.2166095, 30.1195966 ], [ 120.2168629, 30.1198457 ], [ 120.2169954, 30.1200699 ], [ 120.2170011, 30.1202194 ], [ 120.2169838, 30.1204136 ], [ 120.2169493, 30.1205083 ], [ 120.2167592, 30.1207026 ], [ 120.2166095, 30.1207972 ], [ 120.2164136, 30.120877 ], [ 120.216189, 30.1209268 ], [ 120.2157743, 30.1209716 ], [ 120.2154172, 30.1209218 ], [ 120.2152733, 30.1208072 ], [ 120.2151523, 30.1206827 ], [ 120.2150486, 30.1205482 ], [ 120.2149853, 30.1204386 ], [ 120.2149565, 30.120314 ], [ 120.2149507, 30.1201297 ], [ 120.214991, 30.1200251 ], [ 120.2150429, 30.1198806 ], [ 120.2150371, 30.1197262 ], [ 120.214991, 30.1195966 ], [ 120.2149046, 30.119507 ], [ 120.2147261, 30.1193525 ], [ 120.2146224, 30.1192579 ], [ 120.2145303, 30.1191283 ], [ 120.2144957, 30.1190436 ], [ 120.2144842, 30.1189689 ], [ 120.2144842, 30.1188593 ], [ 120.2145188, 30.1186949 ], [ 120.2145821, 30.1184906 ], [ 120.2145821, 30.118396 ], [ 120.2145072, 30.1182714 ], [ 120.2144036, 30.1181917 ], [ 120.2142596, 30.118107 ], [ 120.2139774, 30.1180323 ], [ 120.2137873, 30.1179974 ], [ 120.213459, 30.1180273 ], [ 120.213125, 30.1179825 ], [ 120.2128888, 30.1178878 ], [ 120.2127679, 30.1177683 ], [ 120.2126642, 30.1176437 ], [ 120.2126124, 30.1175042 ], [ 120.2125951, 30.1173697 ], [ 120.2126296, 30.1172103 ] ], [ [ 120.2126477, 30.1411962 ], [ 120.2127281, 30.1411267 ], [ 120.212905, 30.1412693 ], [ 120.2128929, 30.1413283 ], [ 120.2127763, 30.1414361 ], [ 120.2127201, 30.1414222 ], [ 120.2126316, 30.1412449 ], [ 120.2126477, 30.1411962 ] ], [ [ 120.2129138, 30.1390225 ], [ 120.2129791, 30.1392438 ], [ 120.2127668, 30.1392908 ], [ 120.2126906, 30.1390837 ], [ 120.2129138, 30.1390225 ] ], [ [ 120.2127108, 30.1185194 ], [ 120.2128999, 30.1183187 ], [ 120.2130674, 30.1182864 ], [ 120.2133323, 30.1182565 ], [ 120.2136491, 30.1183262 ], [ 120.2138334, 30.1184408 ], [ 120.2139313, 30.1185405 ], [ 120.2139716, 30.1186849 ], [ 120.2139543, 30.1188643 ], [ 120.2138161, 30.1190387 ], [ 120.2136606, 30.1191283 ], [ 120.2134705, 30.1192379 ], [ 120.2133438, 30.1193425 ], [ 120.213292, 30.1194522 ], [ 120.2133496, 30.1194771 ], [ 120.2133438, 30.1196415 ], [ 120.2133208, 30.1196763 ], [ 120.2133438, 30.1198308 ], [ 120.2134072, 30.1199852 ], [ 120.2133899, 30.1200848 ], [ 120.2133496, 30.1201845 ], [ 120.2132747, 30.1202592 ], [ 120.2131883, 30.120309 ], [ 120.2131077, 30.1203339 ], [ 120.2129867, 30.120319 ], [ 120.2128715, 30.1202542 ], [ 120.2128197, 30.1201795 ], [ 120.2127967, 30.1200998 ], [ 120.2127909, 30.1200051 ], [ 120.2128082, 30.1199204 ], [ 120.2128543, 30.1197909 ], [ 120.2128888, 30.1196564 ], [ 120.2128798, 30.1195345 ], [ 120.212865, 30.1194521 ], [ 120.2128382, 30.1193465 ], [ 120.2127457, 30.1191006 ], [ 120.2127275, 30.118949 ], [ 120.2127103, 30.1188194 ], [ 120.2127045, 30.1186451 ], [ 120.2127108, 30.1185194 ] ], [ [ 120.2127522, 30.1422496 ], [ 120.2128045, 30.1422113 ], [ 120.2128407, 30.1422044 ], [ 120.2129653, 30.142187 ], [ 120.2130135, 30.1421592 ], [ 120.2130537, 30.142107 ], [ 120.2130979, 30.1420479 ], [ 120.2131502, 30.142034 ], [ 120.2131824, 30.1420653 ], [ 120.2131703, 30.1421349 ], [ 120.213114, 30.1422739 ], [ 120.2130577, 30.142333 ], [ 120.2129894, 30.1423573 ], [ 120.2129251, 30.1423921 ], [ 120.2128849, 30.1424408 ], [ 120.2128688, 30.1425138 ], [ 120.2128567, 30.1425729 ], [ 120.2127964, 30.1425902 ], [ 120.2127522, 30.1425555 ], [ 120.2127321, 30.1425138 ], [ 120.2127281, 30.1424616 ], [ 120.2127522, 30.1422496 ] ], [ [ 120.2128929, 30.1427502 ], [ 120.2129572, 30.1427119 ], [ 120.2129854, 30.1426528 ], [ 120.2130095, 30.1425833 ], [ 120.2130296, 30.1425138 ], [ 120.2130658, 30.1424721 ], [ 120.213114, 30.1424755 ], [ 120.2131542, 30.1425172 ], [ 120.2131824, 30.1426598 ], [ 120.2131381, 30.1427397 ], [ 120.2130939, 30.1428232 ], [ 120.2130537, 30.1428544 ], [ 120.2130135, 30.1429135 ], [ 120.2130175, 30.1429587 ], [ 120.2130015, 30.1430387 ], [ 120.2129492, 30.1430422 ], [ 120.212909, 30.1430178 ], [ 120.2128889, 30.1429692 ], [ 120.2128648, 30.1428058 ], [ 120.2128929, 30.1427502 ] ], [ [ 120.2130216, 30.141384 ], [ 120.2130859, 30.1413735 ], [ 120.2132427, 30.1414848 ], [ 120.2133351, 30.1415508 ], [ 120.2133874, 30.1416238 ], [ 120.2133994, 30.1416899 ], [ 120.2133753, 30.1417594 ], [ 120.2133271, 30.1419054 ], [ 120.2132909, 30.1419124 ], [ 120.2132386, 30.141895 ], [ 120.2132226, 30.1418359 ], [ 120.2131904, 30.1417177 ], [ 120.2131502, 30.1416795 ], [ 120.2130376, 30.1416169 ], [ 120.2129773, 30.1415821 ], [ 120.2129452, 30.1415404 ], [ 120.2129412, 30.1414952 ], [ 120.2130216, 30.141384 ] ], [ [ 120.2130745, 30.1434086 ], [ 120.2130955, 30.1433144 ], [ 120.2131447, 30.143205 ], [ 120.2131764, 30.1431412 ], [ 120.2132291, 30.1430804 ], [ 120.2132853, 30.1430135 ], [ 120.213345, 30.142974 ], [ 120.2134048, 30.1429497 ], [ 120.213447, 30.1429315 ], [ 120.2134926, 30.1429497 ], [ 120.2135137, 30.1429923 ], [ 120.213454, 30.143047 ], [ 120.2133802, 30.1431077 ], [ 120.2132783, 30.1431959 ], [ 120.2132467, 30.1432688 ], [ 120.2132396, 30.1433691 ], [ 120.213208, 30.1434268 ], [ 120.2131483, 30.1435059 ], [ 120.2131553, 30.143594 ], [ 120.2132607, 30.143676 ], [ 120.2133521, 30.1437216 ], [ 120.2134259, 30.1437247 ], [ 120.2135032, 30.1437186 ], [ 120.2135418, 30.1437429 ], [ 120.2135418, 30.1437794 ], [ 120.213454, 30.1438098 ], [ 120.2133486, 30.1438128 ], [ 120.2132748, 30.1437946 ], [ 120.2132256, 30.1437642 ], [ 120.2131729, 30.1437064 ], [ 120.2131166, 30.1436669 ], [ 120.2130885, 30.1436335 ], [ 120.2130639, 30.1434998 ], [ 120.2130745, 30.1434086 ] ], [ [ 120.2131221, 30.1428927 ], [ 120.2132587, 30.1426459 ], [ 120.213307, 30.1426007 ], [ 120.2133994, 30.1425694 ], [ 120.2134798, 30.1425555 ], [ 120.2135361, 30.1425694 ], [ 120.2136044, 30.1425798 ], [ 120.2136728, 30.142559 ], [ 120.2137451, 30.1424825 ], [ 120.2137974, 30.1424686 ], [ 120.2138296, 30.142486 ], [ 120.2138376, 30.1425346 ], [ 120.2137773, 30.1426528 ], [ 120.213717, 30.1427397 ], [ 120.2136647, 30.1427919 ], [ 120.2136004, 30.1428232 ], [ 120.213516, 30.1428371 ], [ 120.2134477, 30.1428266 ], [ 120.2133874, 30.1428162 ], [ 120.2133351, 30.142851 ], [ 120.2132748, 30.1429692 ], [ 120.2132226, 30.1430074 ], [ 120.2131623, 30.1430109 ], [ 120.2131221, 30.1429831 ], [ 120.213114, 30.1429483 ], [ 120.2131221, 30.1428927 ] ], [ [ 120.213315, 30.1419645 ], [ 120.2133552, 30.1419923 ], [ 120.2134276, 30.1420514 ], [ 120.2134999, 30.1420862 ], [ 120.2136085, 30.1421279 ], [ 120.2137049, 30.1421731 ], [ 120.2137451, 30.1422252 ], [ 120.2137532, 30.1423052 ], [ 120.2137049, 30.1423643 ], [ 120.2136165, 30.1424095 ], [ 120.2135562, 30.1424095 ], [ 120.213524, 30.1424477 ], [ 120.2134678, 30.1424721 ], [ 120.2133793, 30.142486 ], [ 120.2133311, 30.1424721 ], [ 120.213311, 30.1424269 ], [ 120.2132829, 30.14234 ], [ 120.2132909, 30.1422739 ], [ 120.213311, 30.1422113 ], [ 120.213311, 30.1421418 ], [ 120.2132989, 30.1420792 ], [ 120.2132708, 30.1420306 ], [ 120.2132668, 30.1419854 ], [ 120.213315, 30.1419645 ] ], [ [ 120.2133169, 30.1432962 ], [ 120.2133626, 30.143205 ], [ 120.2134153, 30.1431381 ], [ 120.2135137, 30.1430439 ], [ 120.2136227, 30.142974 ], [ 120.2137422, 30.1429376 ], [ 120.2139425, 30.1429558 ], [ 120.2140936, 30.1429072 ], [ 120.2141814, 30.1428494 ], [ 120.2142342, 30.1427887 ], [ 120.2142763, 30.1427096 ], [ 120.2143325, 30.1425182 ], [ 120.2143993, 30.1424331 ], [ 120.2144977, 30.1423389 ], [ 120.2145821, 30.1422842 ], [ 120.2146488, 30.1422599 ], [ 120.214807, 30.1423115 ], [ 120.2148983, 30.1423905 ], [ 120.214937, 30.1425091 ], [ 120.2149757, 30.1426093 ], [ 120.2149405, 30.1427066 ], [ 120.2148491, 30.1427765 ], [ 120.2147297, 30.1428585 ], [ 120.2146734, 30.1429041 ], [ 120.2145926, 30.1429619 ], [ 120.2145223, 30.1430105 ], [ 120.2144345, 30.1430834 ], [ 120.2142904, 30.1432415 ], [ 120.214199, 30.1433357 ], [ 120.2140866, 30.1433569 ], [ 120.2139882, 30.1433569 ], [ 120.2138616, 30.1433782 ], [ 120.2137422, 30.1434603 ], [ 120.2136894, 30.1434937 ], [ 120.2135981, 30.1435393 ], [ 120.2134997, 30.143591 ], [ 120.2133907, 30.1436122 ], [ 120.2133415, 30.143594 ], [ 120.2132888, 30.1435514 ], [ 120.2132783, 30.1435211 ], [ 120.2132783, 30.1433813 ], [ 120.2133169, 30.1432962 ] ], [ [ 120.2133766, 30.1341539 ], [ 120.2134528, 30.1341398 ], [ 120.2135399, 30.1341445 ], [ 120.2136161, 30.1341822 ], [ 120.2135998, 30.1342434 ], [ 120.2135508, 30.1342952 ], [ 120.2134909, 30.1343423 ], [ 120.2134201, 30.1343376 ], [ 120.2133602, 30.1342858 ], [ 120.2133493, 30.1342199 ], [ 120.2133766, 30.1341539 ] ], [ [ 120.2134115, 30.1418116 ], [ 120.2134517, 30.1417733 ], [ 120.213512, 30.1417386 ], [ 120.2135803, 30.1417525 ], [ 120.2140225, 30.142041 ], [ 120.2140949, 30.1421105 ], [ 120.214324, 30.1422287 ], [ 120.21432, 30.1422843 ], [ 120.2142758, 30.1423469 ], [ 120.214123, 30.1423956 ], [ 120.2139542, 30.142413 ], [ 120.2138738, 30.1423678 ], [ 120.2138376, 30.1423017 ], [ 120.2138014, 30.1422079 ], [ 120.2137693, 30.1421175 ], [ 120.213717, 30.1420792 ], [ 120.2136286, 30.1420479 ], [ 120.21352, 30.1420236 ], [ 120.2134477, 30.1419923 ], [ 120.2134034, 30.1419367 ], [ 120.2133994, 30.1418776 ], [ 120.2134115, 30.1418116 ] ], [ [ 120.2135344, 30.1413346 ], [ 120.2135874, 30.1413134 ], [ 120.2136567, 30.1413451 ], [ 120.2138646, 30.1414862 ], [ 120.2139013, 30.1415108 ], [ 120.213836, 30.141606 ], [ 120.2137749, 30.1415919 ], [ 120.2135792, 30.1414438 ], [ 120.2135222, 30.1413874 ], [ 120.2135344, 30.1413346 ] ], [ [ 120.2136216, 30.1363716 ], [ 120.2137577, 30.1363669 ], [ 120.2138448, 30.1363481 ], [ 120.2139809, 30.1362586 ], [ 120.2140789, 30.1362775 ], [ 120.214117, 30.1363387 ], [ 120.2141279, 30.1363999 ], [ 120.2140952, 30.1364799 ], [ 120.2140136, 30.1365553 ], [ 120.2139482, 30.1365741 ], [ 120.2137849, 30.1365788 ], [ 120.2136433, 30.1365506 ], [ 120.2135726, 30.1365176 ], [ 120.2135617, 30.1364376 ], [ 120.2136216, 30.1363716 ] ], [ [ 120.2136332, 30.1436517 ], [ 120.2137105, 30.1435727 ], [ 120.2137668, 30.1435211 ], [ 120.21383, 30.1435089 ], [ 120.2138898, 30.1435241 ], [ 120.213939, 30.1435788 ], [ 120.213939, 30.1436274 ], [ 120.2138968, 30.14367 ], [ 120.2138476, 30.1437095 ], [ 120.2137738, 30.1437703 ], [ 120.213693, 30.1437824 ], [ 120.2136367, 30.1437551 ], [ 120.2136192, 30.1437095 ], [ 120.2136332, 30.1436517 ] ], [ [ 120.2138301, 30.1427009 ], [ 120.2138985, 30.1426557 ], [ 120.2139588, 30.1426245 ], [ 120.2140151, 30.1425619 ], [ 120.2140633, 30.1425167 ], [ 120.2141156, 30.142468 ], [ 120.2142442, 30.1424437 ], [ 120.2142683, 30.1424819 ], [ 120.2142442, 30.1425584 ], [ 120.214208, 30.1426453 ], [ 120.2140311, 30.1427844 ], [ 120.2139427, 30.1428157 ], [ 120.2138583, 30.1428296 ], [ 120.21381, 30.1428087 ], [ 120.213798, 30.1427635 ], [ 120.2138301, 30.1427009 ] ], [ [ 120.214081, 30.1196365 ], [ 120.2141386, 30.1196564 ], [ 120.2142308, 30.1195169 ], [ 120.2142941, 30.1195119 ], [ 120.2144381, 30.1193077 ], [ 120.2145015, 30.1192628 ], [ 120.2145879, 30.1192927 ], [ 120.2145648, 30.1193724 ], [ 120.2143805, 30.1198208 ], [ 120.2140522, 30.1196863 ], [ 120.214081, 30.1196365 ] ], [ [ 120.2142804, 30.1418979 ], [ 120.2143206, 30.1418979 ], [ 120.2145015, 30.1421134 ], [ 120.2145296, 30.1421621 ], [ 120.2145175, 30.1421934 ], [ 120.2144492, 30.1422108 ], [ 120.2143969, 30.1421864 ], [ 120.2142281, 30.1419674 ], [ 120.2142281, 30.1419292 ], [ 120.2142804, 30.1418979 ] ], [ [ 120.2147758, 30.1384245 ], [ 120.2148683, 30.1383821 ], [ 120.2150861, 30.1383303 ], [ 120.215146, 30.1383774 ], [ 120.2152385, 30.1385799 ], [ 120.2152222, 30.138627 ], [ 120.2149173, 30.1387117 ], [ 120.2148465, 30.1386788 ], [ 120.2148139, 30.1386317 ], [ 120.2147485, 30.1384716 ], [ 120.2147758, 30.1384245 ] ], [ [ 120.21502, 30.1415468 ], [ 120.2150843, 30.1414947 ], [ 120.2151728, 30.1414425 ], [ 120.2152532, 30.1414251 ], [ 120.2152974, 30.1414356 ], [ 120.2153295, 30.1415433 ], [ 120.2152813, 30.1416059 ], [ 120.2151286, 30.1416963 ], [ 120.215024, 30.141672 ], [ 120.2149999, 30.1416024 ], [ 120.21502, 30.1415468 ] ], [ [ 120.215422, 30.1419188 ], [ 120.2155104, 30.1417936 ], [ 120.2156351, 30.1416372 ], [ 120.2157195, 30.1415816 ], [ 120.2157958, 30.1415642 ], [ 120.2160129, 30.1416094 ], [ 120.2161898, 30.1416024 ], [ 120.2164069, 30.1415642 ], [ 120.2165074, 30.1415503 ], [ 120.2166883, 30.1415155 ], [ 120.2168209, 30.1414947 ], [ 120.2169335, 30.1414703 ], [ 120.2170902, 30.1414669 ], [ 120.2172028, 30.1414669 ], [ 120.2172711, 30.1414912 ], [ 120.2173395, 30.1416441 ], [ 120.2173475, 30.1418458 ], [ 120.2173194, 30.1419083 ], [ 120.2173475, 30.1420092 ], [ 120.2174158, 30.1420404 ], [ 120.2174601, 30.1421273 ], [ 120.2175485, 30.1422282 ], [ 120.2175606, 30.1422838 ], [ 120.2174681, 30.1423081 ], [ 120.2174078, 30.1422525 ], [ 120.2173154, 30.1421969 ], [ 120.217243, 30.1421656 ], [ 120.2171465, 30.1422212 ], [ 120.2170581, 30.1422351 ], [ 120.2169857, 30.1422873 ], [ 120.2169093, 30.1423185 ], [ 120.2168209, 30.1423429 ], [ 120.2167003, 30.1423464 ], [ 120.2165556, 30.1423533 ], [ 120.2164631, 30.1423429 ], [ 120.2163265, 30.1423255 ], [ 120.2162099, 30.1423151 ], [ 120.2161215, 30.1422907 ], [ 120.2160571, 30.142322 ], [ 120.216033, 30.1423776 ], [ 120.216021, 30.1424159 ], [ 120.2159888, 30.1424402 ], [ 120.2158843, 30.1424541 ], [ 120.21582, 30.1424263 ], [ 120.2157918, 30.1423672 ], [ 120.2157717, 30.1422768 ], [ 120.2157315, 30.1422247 ], [ 120.2156351, 30.1421795 ], [ 120.2155707, 30.1421378 ], [ 120.2155426, 30.1421239 ], [ 120.215414, 30.1420474 ], [ 120.2153979, 30.1419918 ], [ 120.215422, 30.1419188 ] ], [ [ 120.2158052, 30.1425511 ], [ 120.2159322, 30.1425108 ], [ 120.216061, 30.1425433 ], [ 120.2160664, 30.1426175 ], [ 120.2161457, 30.1426319 ], [ 120.2163185, 30.1426036 ], [ 120.2166082, 30.1425897 ], [ 120.2168442, 30.1425433 ], [ 120.2171714, 30.1424645 ], [ 120.2174075, 30.142483 ], [ 120.2175684, 30.1425572 ], [ 120.2177293, 30.1426036 ], [ 120.2178956, 30.1427382 ], [ 120.2181102, 30.1429979 ], [ 120.2183087, 30.1431835 ], [ 120.2184524, 30.1433602 ], [ 120.2186402, 30.1435504 ], [ 120.2189578, 30.1438144 ], [ 120.2191402, 30.1440139 ], [ 120.2192689, 30.1442041 ], [ 120.2193333, 30.1443525 ], [ 120.2193226, 30.1445288 ], [ 120.219344, 30.1446773 ], [ 120.2193268, 30.144803 ], [ 120.219285, 30.1449185 ], [ 120.2191874, 30.1450674 ], [ 120.2190973, 30.1451736 ], [ 120.2189953, 30.1452525 ], [ 120.2188494, 30.1452576 ], [ 120.2186788, 30.1452246 ], [ 120.2184471, 30.145239 ], [ 120.2178677, 30.1452808 ], [ 120.2173216, 30.1452618 ], [ 120.2170738, 30.1451509 ], [ 120.2169461, 30.1451133 ], [ 120.216929, 30.1450256 ], [ 120.2168431, 30.14497 ], [ 120.2166886, 30.144886 ], [ 120.2166017, 30.1447241 ], [ 120.2166178, 30.1445896 ], [ 120.2167208, 30.1445149 ], [ 120.2168388, 30.1445149 ], [ 120.2170792, 30.1442648 ], [ 120.2168388, 30.1439304 ], [ 120.216989, 30.1438098 ], [ 120.2171285, 30.1438562 ], [ 120.2173002, 30.1439582 ], [ 120.2173163, 30.1437077 ], [ 120.2171918, 30.1433231 ], [ 120.2168056, 30.1430726 ], [ 120.2165052, 30.1429799 ], [ 120.2160814, 30.1429379 ], [ 120.2159848, 30.142796 ], [ 120.2158881, 30.1427602 ], [ 120.2158397, 30.1427184 ], [ 120.2157983, 30.1426766 ], [ 120.2157983, 30.1425989 ], [ 120.2158052, 30.1425511 ] ], [ [ 120.217641, 30.1422977 ], [ 120.2177133, 30.1422768 ], [ 120.2177656, 30.1422838 ], [ 120.2178299, 30.1423116 ], [ 120.2178299, 30.1423464 ], [ 120.2177535, 30.1423881 ], [ 120.2176812, 30.1423637 ], [ 120.2176369, 30.1423255 ], [ 120.217641, 30.1422977 ] ] ], [ [ [ 120.2209641, 30.1479152 ], [ 120.2209748, 30.1479708 ], [ 120.221125, 30.1480451 ], [ 120.2213117, 30.1481012 ], [ 120.2213825, 30.1481518 ], [ 120.2214415, 30.1481564 ], [ 120.22164, 30.1483002 ], [ 120.2217795, 30.1484115 ], [ 120.2218599, 30.1484997 ], [ 120.2219297, 30.1486064 ], [ 120.2219618, 30.1487084 ], [ 120.221891, 30.1487877 ], [ 120.2216346, 30.1490981 ], [ 120.2215488, 30.1491073 ], [ 120.2215381, 30.1491491 ], [ 120.2214951, 30.1492001 ], [ 120.2213288, 30.1492975 ], [ 120.2212859, 30.1493949 ], [ 120.2212108, 30.1495619 ], [ 120.2211733, 30.1497336 ], [ 120.2211924, 30.1497514 ], [ 120.221243, 30.1497985 ], [ 120.2212537, 30.1498727 ], [ 120.2212967, 30.1499377 ], [ 120.2213932, 30.149933 ], [ 120.221522, 30.1498634 ], [ 120.2216561, 30.149882 ], [ 120.221758, 30.1498171 ], [ 120.2218599, 30.1497614 ], [ 120.2220209, 30.1497614 ], [ 120.2221335, 30.1497846 ], [ 120.2222514, 30.1498287 ], [ 120.2223485, 30.1498674 ], [ 120.2223786, 30.1499637 ], [ 120.2224281, 30.14996 ], [ 120.2224699, 30.1499282 ], [ 120.2230473, 30.149914 ], [ 120.2231098, 30.1495898 ], [ 120.2230776, 30.1495758 ], [ 120.2230712, 30.1495253 ], [ 120.2230723, 30.1494228 ], [ 120.2231635, 30.1493625 ], [ 120.2232225, 30.1493625 ], [ 120.2232482, 30.1493165 ], [ 120.2232107, 30.1492702 ], [ 120.2231957, 30.1491955 ], [ 120.2232708, 30.1491491 ], [ 120.2233673, 30.149214 ], [ 120.2234639, 30.1492975 ], [ 120.2234693, 30.1493254 ], [ 120.2235444, 30.1493857 ], [ 120.2236023, 30.1493861 ], [ 120.2237697, 30.1495155 ], [ 120.2239467, 30.1496269 ], [ 120.2240808, 30.1497614 ], [ 120.2242417, 30.1498774 ], [ 120.2246065, 30.150165 ], [ 120.2247245, 30.1502624 ], [ 120.2248157, 30.1503598 ], [ 120.2249123, 30.1504618 ], [ 120.2250196, 30.1505268 ], [ 120.225041, 30.1505685 ], [ 120.2250088, 30.1506103 ], [ 120.2250947, 30.1506984 ], [ 120.2251644, 30.150717 ], [ 120.225261, 30.1508097 ], [ 120.2253672, 30.1509076 ], [ 120.2254434, 30.1509814 ], [ 120.2255506, 30.1510463 ], [ 120.2256204, 30.1510602 ], [ 120.2256794, 30.1510881 ], [ 120.2259208, 30.1511947 ], [ 120.2261461, 30.1513061 ], [ 120.2262856, 30.1513849 ], [ 120.2263703, 30.1514689 ], [ 120.2264572, 30.1515334 ], [ 120.2265216, 30.151538 ], [ 120.2265645, 30.1516076 ], [ 120.2268435, 30.1516169 ], [ 120.226999, 30.1516169 ], [ 120.2272941, 30.1515658 ], [ 120.2276876, 30.1515097 ], [ 120.2277286, 30.1513988 ], [ 120.2278091, 30.1513525 ], [ 120.2278627, 30.1513803 ], [ 120.2279915, 30.1514313 ], [ 120.2280344, 30.151487 ], [ 120.2281792, 30.1514823 ], [ 120.2285762, 30.1514499 ], [ 120.2287157, 30.1514823 ], [ 120.2289463, 30.1515055 ], [ 120.2291663, 30.1515287 ], [ 120.229692, 30.1515751 ], [ 120.2297778, 30.1515844 ], [ 120.2299119, 30.1515334 ], [ 120.2300568, 30.1514174 ], [ 120.2300782, 30.1513525 ], [ 120.2301265, 30.1513432 ], [ 120.2302177, 30.1513525 ], [ 120.2303668, 30.151237 ], [ 120.2303239, 30.1510653 ], [ 120.230281, 30.1509725 ], [ 120.230164, 30.1508329 ], [ 120.2300085, 30.1506613 ], [ 120.2298304, 30.1505968 ], [ 120.2296748, 30.1505597 ], [ 120.2295203, 30.1505175 ], [ 120.2293261, 30.1503974 ], [ 120.2292242, 30.1502257 ], [ 120.2292027, 30.1500541 ], [ 120.2292564, 30.1498732 ], [ 120.2292725, 30.1497943 ], [ 120.2291759, 30.1496644 ], [ 120.2290697, 30.1495202 ], [ 120.2288766, 30.1493903 ], [ 120.2287307, 30.1491913 ], [ 120.2285966, 30.1490985 ], [ 120.2282704, 30.1489914 ], [ 120.2279228, 30.1488398 ], [ 120.2277114, 30.148746 ], [ 120.227337, 30.1486435 ], [ 120.2271696, 30.14863 ], [ 120.2269561, 30.1484904 ], [ 120.2264991, 30.1481569 ], [ 120.2263113, 30.1480826 ], [ 120.2259637, 30.1479569 ], [ 120.2258671, 30.147892 ], [ 120.225732, 30.1478089 ], [ 120.2256676, 30.1477023 ], [ 120.225556, 30.1476137 ], [ 120.225571, 30.1474889 ], [ 120.2254476, 30.1473265 ], [ 120.2252921, 30.1472477 ], [ 120.2251429, 30.1472194 ], [ 120.2249756, 30.1472477 ], [ 120.2248415, 30.1472384 ], [ 120.2246172, 30.147224 ], [ 120.224408, 30.1471822 ], [ 120.2241977, 30.1471688 ], [ 120.2239134, 30.147127 ], [ 120.2237375, 30.1470848 ], [ 120.223377, 30.1470575 ], [ 120.2230776, 30.1470152 ], [ 120.222862, 30.1470296 ], [ 120.2225991, 30.1470064 ], [ 120.2222505, 30.1469925 ], [ 120.2219458, 30.1470245 ], [ 120.2218707, 30.147108 ], [ 120.2218009, 30.1471451 ], [ 120.2214833, 30.1471688 ], [ 120.2211196, 30.1474606 ], [ 120.2211143, 30.1475023 ], [ 120.2210016, 30.1476554 ], [ 120.2209372, 30.1477946 ], [ 120.2209641, 30.1479152 ] ] ], [ [ [ 120.2232439, 30.1499052 ], [ 120.2234585, 30.1499191 ], [ 120.2235497, 30.1499377 ], [ 120.2236731, 30.1500119 ], [ 120.2237267, 30.1501139 ], [ 120.2237375, 30.1502763 ], [ 120.223834, 30.1503505 ], [ 120.2238394, 30.1504062 ], [ 120.2237536, 30.1504943 ], [ 120.2237858, 30.1505175 ], [ 120.2238179, 30.150601 ], [ 120.2237858, 30.1506474 ], [ 120.2238072, 30.150703 ], [ 120.2238609, 30.150768 ], [ 120.2238984, 30.1508515 ], [ 120.223952, 30.1508747 ], [ 120.2239628, 30.1509396 ], [ 120.2240314, 30.1509308 ], [ 120.2241559, 30.1510185 ], [ 120.2242621, 30.1511071 ], [ 120.2244027, 30.151204 ], [ 120.2246333, 30.1511808 ], [ 120.2247353, 30.1511901 ], [ 120.2247556, 30.151237 ], [ 120.2249219, 30.1513622 ], [ 120.2251043, 30.1514782 ], [ 120.2252438, 30.1515756 ], [ 120.2253381, 30.151653 ], [ 120.2254625, 30.1516912 ], [ 120.2255882, 30.1518163 ], [ 120.2257212, 30.1520162 ], [ 120.2259637, 30.1524379 ], [ 120.2260646, 30.1526193 ], [ 120.226586, 30.1529574 ], [ 120.2267512, 30.1530924 ], [ 120.2267619, 30.1532223 ], [ 120.2271439, 30.1538016 ], [ 120.2275237, 30.1541778 ], [ 120.2277876, 30.1542747 ], [ 120.2283927, 30.1550684 ], [ 120.2283992, 30.1555086 ], [ 120.2284678, 30.1557734 ], [ 120.2285107, 30.1560332 ], [ 120.2284893, 30.1561445 ], [ 120.2283455, 30.1561487 ], [ 120.2282962, 30.156228 ], [ 120.2281889, 30.1563671 ], [ 120.228088, 30.1564177 ], [ 120.2281889, 30.1565527 ], [ 120.2283455, 30.1565754 ], [ 120.2284743, 30.1564084 ], [ 120.2286137, 30.156362 ], [ 120.2288004, 30.1565898 ], [ 120.2290107, 30.1565197 ], [ 120.2290214, 30.1563899 ], [ 120.2291223, 30.1563671 ], [ 120.2292467, 30.1564455 ], [ 120.2293261, 30.1567011 ], [ 120.2294656, 30.1568588 ], [ 120.2296222, 30.1574289 ], [ 120.229515, 30.1574381 ], [ 120.2295901, 30.1575309 ], [ 120.2297188, 30.1575958 ], [ 120.2299548, 30.1576886 ], [ 120.2304162, 30.1577072 ], [ 120.2306629, 30.1578278 ], [ 120.230899, 30.1578556 ], [ 120.2312638, 30.1578927 ], [ 120.2315749, 30.1578185 ], [ 120.2317895, 30.1577257 ], [ 120.2321542, 30.157568 ], [ 120.2321542, 30.157466 ], [ 120.2320148, 30.1573546 ], [ 120.2319075, 30.1572712 ], [ 120.2318324, 30.1571691 ], [ 120.2319182, 30.1570671 ], [ 120.2319611, 30.1568815 ], [ 120.2320148, 30.1567609 ], [ 120.2321221, 30.1567424 ], [ 120.2324225, 30.1568537 ], [ 120.2327551, 30.1569186 ], [ 120.2330126, 30.1569279 ], [ 120.232931, 30.1571928 ], [ 120.2329589, 30.1572804 ], [ 120.2331413, 30.1572897 ], [ 120.233313, 30.1573639 ], [ 120.2334417, 30.1574196 ], [ 120.2334675, 30.157536 ], [ 120.2337421, 30.1576422 ], [ 120.2339138, 30.1576329 ], [ 120.234064, 30.157466 ], [ 120.2340747, 30.1573825 ], [ 120.2342893, 30.1572433 ], [ 120.2344009, 30.1571186 ], [ 120.2343966, 30.15703 ], [ 120.2343858, 30.1569465 ], [ 120.2344502, 30.1568723 ], [ 120.2345082, 30.1568959 ], [ 120.2346755, 30.1567888 ], [ 120.2348043, 30.1566032 ], [ 120.2350618, 30.1564826 ], [ 120.2351261, 30.1563249 ], [ 120.2351905, 30.1561301 ], [ 120.2351047, 30.1559167 ], [ 120.235169, 30.1558333 ], [ 120.2351476, 30.1557219 ], [ 120.2350618, 30.1556013 ], [ 120.2350081, 30.1554715 ], [ 120.2347828, 30.1551189 ], [ 120.2345253, 30.1547757 ], [ 120.2343794, 30.1546695 ], [ 120.2340425, 30.1543026 ], [ 120.2338494, 30.1541912 ], [ 120.2336885, 30.154015 ], [ 120.2335705, 30.1539222 ], [ 120.2333344, 30.153746 ], [ 120.2332057, 30.1535882 ], [ 120.2330662, 30.1533099 ], [ 120.2328731, 30.1530966 ], [ 120.2327229, 30.1529945 ], [ 120.2319968, 30.1528234 ], [ 120.2313496, 30.1525085 ], [ 120.2311457, 30.1523729 ], [ 120.2310063, 30.1522152 ], [ 120.2309741, 30.1519647 ], [ 120.2308668, 30.15164 ], [ 120.2307917, 30.1515102 ], [ 120.2305878, 30.1513432 ], [ 120.2304162, 30.1512504 ], [ 120.2302595, 30.1513854 ], [ 120.2302166, 30.1515338 ], [ 120.2300728, 30.1516215 ], [ 120.2298948, 30.1516823 ], [ 120.2297403, 30.1517143 ], [ 120.2295257, 30.151705 ], [ 120.2293862, 30.1516772 ], [ 120.2291609, 30.1516679 ], [ 120.2290107, 30.15164 ], [ 120.2286674, 30.15164 ], [ 120.2285279, 30.1516679 ], [ 120.2282811, 30.1515937 ], [ 120.2281738, 30.1515937 ], [ 120.2280558, 30.1515658 ], [ 120.2278734, 30.1515937 ], [ 120.2276374, 30.1515751 ], [ 120.22694, 30.1516679 ], [ 120.2265752, 30.15164 ], [ 120.2265581, 30.1517658 ], [ 120.2264465, 30.1517607 ], [ 120.2263714, 30.15164 ], [ 120.2261139, 30.1514731 ], [ 120.2259226, 30.1513776 ], [ 120.2257491, 30.1513246 ], [ 120.225556, 30.1512666 ], [ 120.2254595, 30.151204 ], [ 120.22532, 30.1510695 ], [ 120.2250292, 30.1507313 ], [ 120.2247395, 30.1504809 ], [ 120.2242728, 30.1500866 ], [ 120.2238394, 30.1497428 ], [ 120.2237106, 30.1496361 ], [ 120.2235283, 30.1495387 ], [ 120.2235191, 30.1494534 ], [ 120.2234454, 30.1494052 ], [ 120.2232761, 30.1493485 ], [ 120.2232708, 30.1494135 ], [ 120.2232708, 30.1494692 ], [ 120.223142, 30.1496037 ], [ 120.2230937, 30.1498913 ], [ 120.2232439, 30.1499052 ] ], [ [ 120.2294763, 30.1541314 ], [ 120.2295943, 30.1539923 ], [ 120.229769, 30.1540255 ], [ 120.2298733, 30.1541221 ], [ 120.230002, 30.1542335 ], [ 120.2300986, 30.1543262 ], [ 120.230002, 30.1545118 ], [ 120.2298733, 30.1545953 ], [ 120.2296587, 30.1546045 ], [ 120.2295407, 30.1544747 ], [ 120.2294699, 30.1542804 ], [ 120.2294763, 30.1541314 ] ], [ [ 120.2316737, 30.1564595 ], [ 120.2317434, 30.1564642 ], [ 120.2318185, 30.1564966 ], [ 120.2318882, 30.1565106 ], [ 120.2319633, 30.1565616 ], [ 120.2319902, 30.1566265 ], [ 120.2319312, 30.1566219 ], [ 120.2319312, 30.1566822 ], [ 120.2319043, 30.1567518 ], [ 120.2318668, 30.1567193 ], [ 120.2317863, 30.1567054 ], [ 120.2317166, 30.15671 ], [ 120.2316415, 30.1566915 ], [ 120.2316737, 30.1565848 ], [ 120.2316039, 30.1565198 ], [ 120.2316039, 30.1564735 ], [ 120.2316737, 30.1564595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2065975, 30.1478272 ], [ 120.2067048, 30.1480685 ], [ 120.2068658, 30.1482911 ], [ 120.2068647, 30.1483709 ], [ 120.2071018, 30.1484396 ], [ 120.2072091, 30.1484117 ], [ 120.2075739, 30.1484952 ], [ 120.2078517, 30.1487327 ], [ 120.2077777, 30.1490519 ], [ 120.2077659, 30.1492801 ], [ 120.2077241, 30.1498683 ], [ 120.2080996, 30.1492374 ], [ 120.2081425, 30.149089 ], [ 120.2083345, 30.149076 ], [ 120.2085287, 30.1489127 ], [ 120.2086789, 30.1489405 ], [ 120.2088291, 30.1490797 ], [ 120.2088506, 30.1491818 ], [ 120.2090748, 30.1494193 ], [ 120.2091725, 30.1496642 ], [ 120.2092036, 30.1499017 ], [ 120.2096435, 30.1502171 ], [ 120.2099235, 30.1501281 ], [ 120.2100082, 30.1502357 ], [ 120.2097733, 30.1503414 ], [ 120.2098376, 30.1504713 ], [ 120.2100737, 30.1505177 ], [ 120.2102228, 30.1505325 ], [ 120.2103623, 30.1504398 ], [ 120.2105028, 30.1502116 ], [ 120.2105565, 30.1501095 ], [ 120.2108022, 30.1500223 ], [ 120.2109213, 30.1500538 ], [ 120.2113279, 30.1495955 ], [ 120.211565, 30.1493209 ], [ 120.2118761, 30.1491168 ], [ 120.2120253, 30.1488812 ], [ 120.2120478, 30.148588 ], [ 120.2118654, 30.1485045 ], [ 120.2116401, 30.1484117 ], [ 120.2115972, 30.1481427 ], [ 120.2116508, 30.1478551 ], [ 120.2116723, 30.1475211 ], [ 120.2116616, 30.1472335 ], [ 120.2117474, 30.1469459 ], [ 120.211919, 30.1466675 ], [ 120.2121229, 30.1464263 ], [ 120.2121267, 30.1463685 ], [ 120.2117414, 30.1458833 ], [ 120.2116785, 30.1458041 ], [ 120.2108354, 30.1462779 ], [ 120.2105136, 30.146482 ], [ 120.2102014, 30.1467473 ], [ 120.2097507, 30.14697 ], [ 120.2091188, 30.1473541 ], [ 120.2089257, 30.147484 ], [ 120.2086135, 30.1475359 ], [ 120.2083678, 30.1475025 ], [ 120.208121, 30.1475025 ], [ 120.2079065, 30.1475953 ], [ 120.2075309, 30.1475211 ], [ 120.2071233, 30.1473912 ], [ 120.2069301, 30.1474005 ], [ 120.2068014, 30.147419 ], [ 120.2065761, 30.1475396 ], [ 120.2065975, 30.1478272 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2204866, 30.1505894 ], [ 120.2205586, 30.1505686 ], [ 120.2206073, 30.1505268 ], [ 120.2206368, 30.1504711 ], [ 120.2206502, 30.1503528 ], [ 120.2207065, 30.1503134 ], [ 120.2207651, 30.150281 ], [ 120.2207762, 30.1502531 ], [ 120.2207736, 30.1502136 ], [ 120.2207363, 30.1501943 ], [ 120.2207199, 30.1501858 ], [ 120.220669, 30.1501765 ], [ 120.2206368, 30.150209 ], [ 120.2205858, 30.1502531 ], [ 120.2205509, 30.1502971 ], [ 120.2205563, 30.1503227 ], [ 120.2204808, 30.1504063 ], [ 120.2204486, 30.1504248 ], [ 120.2204329, 30.1505059 ], [ 120.2204276, 30.1505755 ], [ 120.2204866, 30.1505894 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1841861, 30.153585 ], [ 120.1850336, 30.15337 ], [ 120.1854665, 30.1532425 ], [ 120.1856692, 30.1530992 ], [ 120.1859547, 30.1529797 ], [ 120.1863232, 30.1529956 ], [ 120.1865811, 30.1530832 ], [ 120.1867469, 30.1532585 ], [ 120.1869495, 30.1535213 ], [ 120.1880549, 30.1540072 ], [ 120.1882207, 30.1537364 ], [ 120.1876496, 30.1535372 ], [ 120.187318, 30.1532425 ], [ 120.1872535, 30.1530673 ], [ 120.1873272, 30.1528921 ], [ 120.1875207, 30.1527248 ], [ 120.1880918, 30.1519602 ], [ 120.1883865, 30.1515938 ], [ 120.1885523, 30.1512991 ], [ 120.1887089, 30.1510282 ], [ 120.1888936, 30.1508365 ], [ 120.1893537, 30.1503592 ], [ 120.1895103, 30.1501202 ], [ 120.1896669, 30.1497538 ], [ 120.1899985, 30.1494352 ], [ 120.1900354, 30.1492201 ], [ 120.1901459, 30.1489414 ], [ 120.1903301, 30.1487104 ], [ 120.1905696, 30.1485272 ], [ 120.1908368, 30.1480333 ], [ 120.1905604, 30.1479298 ], [ 120.190367, 30.1480891 ], [ 120.190367, 30.1481926 ], [ 120.189888, 30.1489015 ], [ 120.1894643, 30.1493794 ], [ 120.1892156, 30.1495547 ], [ 120.1889945, 30.1495626 ], [ 120.1889208, 30.149714 ], [ 120.1887181, 30.1500007 ], [ 120.1884879, 30.1502397 ], [ 120.1885247, 30.1503512 ], [ 120.1884879, 30.1504946 ], [ 120.1880457, 30.151092 ], [ 120.1878246, 30.1512831 ], [ 120.1875759, 30.1515858 ], [ 120.1872167, 30.1521912 ], [ 120.1869772, 30.1524142 ], [ 120.186839, 30.1525416 ], [ 120.186664, 30.1524938 ], [ 120.1864061, 30.1523106 ], [ 120.1857797, 30.1517212 ], [ 120.1856047, 30.151538 ], [ 120.1852362, 30.1512194 ], [ 120.1851717, 30.151084 ], [ 120.1851717, 30.1509645 ], [ 120.1855402, 30.1507335 ], [ 120.1856507, 30.150622 ], [ 120.1853191, 30.1503831 ], [ 120.1850152, 30.1506698 ], [ 120.1847849, 30.1506539 ], [ 120.1844901, 30.1504707 ], [ 120.1843406, 30.1502397 ], [ 120.1841181, 30.1504301 ], [ 120.1843059, 30.1508689 ], [ 120.1847296, 30.1511716 ], [ 120.1850612, 30.151761 ], [ 120.1855034, 30.1521593 ], [ 120.1856692, 30.1525098 ], [ 120.1856047, 30.1527089 ], [ 120.1853099, 30.1530673 ], [ 120.185181, 30.1532266 ], [ 120.1841124, 30.1535213 ], [ 120.1841861, 30.153585 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.188322, 30.1541505 ], [ 120.1886444, 30.1543258 ], [ 120.1887918, 30.1546921 ], [ 120.1885523, 30.1550107 ], [ 120.1881102, 30.1549629 ], [ 120.1880825, 30.1552895 ], [ 120.1880918, 30.1556798 ], [ 120.1881562, 30.156301 ], [ 120.1882207, 30.1567869 ], [ 120.188276, 30.1572648 ], [ 120.1882207, 30.1574957 ], [ 120.188147, 30.1582364 ], [ 120.1883405, 30.1582444 ], [ 120.1883654, 30.1580565 ], [ 120.1884049, 30.1577586 ], [ 120.1884694, 30.1575913 ], [ 120.188626, 30.1575037 ], [ 120.1890682, 30.1575515 ], [ 120.1892432, 30.157671 ], [ 120.1892616, 30.1578621 ], [ 120.1894182, 30.157878 ], [ 120.1895103, 30.1574639 ], [ 120.1891234, 30.1574161 ], [ 120.1889208, 30.1573205 ], [ 120.1887089, 30.1572409 ], [ 120.1884786, 30.1570656 ], [ 120.1883497, 30.1567789 ], [ 120.1882576, 30.156078 ], [ 120.1881839, 30.1556001 ], [ 120.1882484, 30.1553612 ], [ 120.1883681, 30.1552895 ], [ 120.1885892, 30.155186 ], [ 120.1888287, 30.154955 ], [ 120.1890497, 30.1549391 ], [ 120.1891971, 30.1550506 ], [ 120.1892432, 30.1552338 ], [ 120.1892156, 30.1555205 ], [ 120.1891695, 30.1557037 ], [ 120.1892708, 30.1561019 ], [ 120.1893906, 30.15654 ], [ 120.1895472, 30.1572966 ], [ 120.1898051, 30.1572249 ], [ 120.1897867, 30.1569302 ], [ 120.1896116, 30.1566196 ], [ 120.1893906, 30.155863 ], [ 120.1894366, 30.1556718 ], [ 120.1895298, 30.1555704 ], [ 120.1899709, 30.1550904 ], [ 120.1902841, 30.15517 ], [ 120.1905236, 30.1551382 ], [ 120.1910486, 30.1552019 ], [ 120.1913802, 30.1553134 ], [ 120.1916842, 30.1555046 ], [ 120.1923843, 30.1557594 ], [ 120.1933791, 30.1555842 ], [ 120.193591, 30.1553293 ], [ 120.1924856, 30.1552656 ], [ 120.1927619, 30.1546762 ], [ 120.1929677, 30.1541822 ], [ 120.1932892, 30.1538237 ], [ 120.1935082, 30.1535836 ], [ 120.1945537, 30.1530072 ], [ 120.1948474, 30.1529524 ], [ 120.1951201, 30.1529598 ], [ 120.1953476, 30.152974 ], [ 120.1955143, 30.1530408 ], [ 120.1956756, 30.1532211 ], [ 120.1958535, 30.1533533 ], [ 120.1961408, 30.1533909 ], [ 120.1963264, 30.1534645 ], [ 120.1964513, 30.1535118 ], [ 120.1966859, 30.1534616 ], [ 120.1968779, 30.1534481 ], [ 120.1972521, 30.1535883 ], [ 120.1975534, 30.153718 ], [ 120.1977919, 30.1539793 ], [ 120.1977995, 30.1541355 ], [ 120.198123, 30.1544213 ], [ 120.1983533, 30.1546762 ], [ 120.1983901, 30.1548435 ], [ 120.1985559, 30.154947 ], [ 120.1987309, 30.1549391 ], [ 120.1989152, 30.1550187 ], [ 120.1990902, 30.1548594 ], [ 120.1991086, 30.154732 ], [ 120.1991178, 30.1545647 ], [ 120.1993113, 30.1544452 ], [ 120.1995139, 30.1543736 ], [ 120.1997073, 30.1542461 ], [ 120.1999008, 30.1541983 ], [ 120.2000666, 30.1542302 ], [ 120.2001311, 30.1543258 ], [ 120.2001311, 30.1544851 ], [ 120.20026, 30.1547718 ], [ 120.2004535, 30.154724 ], [ 120.200389, 30.1541187 ], [ 120.2002416, 30.1539434 ], [ 120.2005179, 30.1535611 ], [ 120.200739, 30.1534656 ], [ 120.2009601, 30.1534098 ], [ 120.2011259, 30.1532266 ], [ 120.2011812, 30.1530673 ], [ 120.2012364, 30.1529478 ], [ 120.2014851, 30.1528443 ], [ 120.2018536, 30.1521035 ], [ 120.2016049, 30.1520557 ], [ 120.2014391, 30.1520478 ], [ 120.2007482, 30.1518168 ], [ 120.2003521, 30.1515699 ], [ 120.2002416, 30.1516655 ], [ 120.2006285, 30.1519363 ], [ 120.2013286, 30.1521593 ], [ 120.2014299, 30.1522708 ], [ 120.2013286, 30.1523027 ], [ 120.2011443, 30.1525257 ], [ 120.2008127, 30.1527885 ], [ 120.2006193, 30.1529239 ], [ 120.2005087, 30.1531151 ], [ 120.2002324, 30.1533381 ], [ 120.2001034, 30.1534656 ], [ 120.2000297, 30.1536089 ], [ 120.199735, 30.153808 ], [ 120.1995047, 30.1538558 ], [ 120.1994034, 30.1538957 ], [ 120.1991086, 30.1542541 ], [ 120.1988323, 30.1544373 ], [ 120.1986112, 30.154493 ], [ 120.1984454, 30.1544691 ], [ 120.1982888, 30.1543019 ], [ 120.1982335, 30.1541505 ], [ 120.1980401, 30.1539355 ], [ 120.1979111, 30.153808 ], [ 120.1978466, 30.1536647 ], [ 120.1968334, 30.153139 ], [ 120.1966123, 30.1531151 ], [ 120.1964926, 30.1530912 ], [ 120.196336, 30.1529399 ], [ 120.1961978, 30.1529239 ], [ 120.1960504, 30.1530036 ], [ 120.1959399, 30.1529558 ], [ 120.1958846, 30.1528443 ], [ 120.1954425, 30.1527328 ], [ 120.1952582, 30.1526213 ], [ 120.1951845, 30.1524779 ], [ 120.1951385, 30.1523345 ], [ 120.1950003, 30.1522788 ], [ 120.1948806, 30.1523186 ], [ 120.1947792, 30.1525416 ], [ 120.1946595, 30.1527009 ], [ 120.1942266, 30.1529717 ], [ 120.1939042, 30.1530992 ], [ 120.1933607, 30.1535372 ], [ 120.1929093, 30.1537125 ], [ 120.1926883, 30.1537364 ], [ 120.1926238, 30.1538877 ], [ 120.1927527, 30.1540072 ], [ 120.1925037, 30.1542361 ], [ 120.1925443, 30.1544327 ], [ 120.1923389, 30.1549254 ], [ 120.1922767, 30.1551599 ], [ 120.1921309, 30.1552023 ], [ 120.1918453, 30.1551132 ], [ 120.1911396, 30.1548144 ], [ 120.190603, 30.1546573 ], [ 120.1903695, 30.1545103 ], [ 120.1902393, 30.1544053 ], [ 120.1899125, 30.1544256 ], [ 120.1895913, 30.1543436 ], [ 120.1891971, 30.1542302 ], [ 120.1890759, 30.1541539 ], [ 120.1889791, 30.1540567 ], [ 120.1884514, 30.1538507 ], [ 120.1882207, 30.1537364 ], [ 120.1880549, 30.1540072 ], [ 120.188322, 30.1541505 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1935544, 30.1556384 ], [ 120.1936557, 30.155734 ], [ 120.1937847, 30.1558933 ], [ 120.1943466, 30.1571517 ], [ 120.1946229, 30.1581632 ], [ 120.1949822, 30.1581871 ], [ 120.1960323, 30.1587048 ], [ 120.1965849, 30.1590074 ], [ 120.1968244, 30.1592065 ], [ 120.1971653, 30.1595888 ], [ 120.1975241, 30.1600364 ], [ 120.1977824, 30.1602339 ], [ 120.1981652, 30.1604692 ], [ 120.1984254, 30.1606744 ], [ 120.1985568, 30.1607904 ], [ 120.1988475, 30.1610835 ], [ 120.198994, 30.1609817 ], [ 120.199141, 30.1608767 ], [ 120.1988612, 30.1605747 ], [ 120.1987526, 30.1604634 ], [ 120.198703, 30.1604193 ], [ 120.1986225, 30.1603846 ], [ 120.1984736, 30.1603416 ], [ 120.1983918, 30.160315 ], [ 120.1981233, 30.1601543 ], [ 120.1978377, 30.1598994 ], [ 120.1971837, 30.1591667 ], [ 120.1968705, 30.158872 ], [ 120.1958204, 30.1582906 ], [ 120.1955809, 30.1581871 ], [ 120.1954243, 30.1580039 ], [ 120.1948993, 30.1576057 ], [ 120.1941439, 30.1558136 ], [ 120.1939413, 30.155503 ], [ 120.193591, 30.1553293 ], [ 120.1933791, 30.1555842 ], [ 120.1935544, 30.1556384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1855264, 30.1584175 ], [ 120.1857953, 30.158554 ], [ 120.1861563, 30.1587117 ], [ 120.1863725, 30.158832 ], [ 120.1866188, 30.159006 ], [ 120.18682, 30.1592694 ], [ 120.1869592, 30.1594466 ], [ 120.18704, 30.1595441 ], [ 120.187087, 30.1595701 ], [ 120.1871391, 30.1594908 ], [ 120.187166, 30.1594498 ], [ 120.1871585, 30.1593702 ], [ 120.1871604, 30.1590304 ], [ 120.1872581, 30.1588239 ], [ 120.1874405, 30.1586564 ], [ 120.1875346, 30.1585524 ], [ 120.1876417, 30.1585036 ], [ 120.1877038, 30.1583947 ], [ 120.1877113, 30.1582614 ], [ 120.1876662, 30.1581459 ], [ 120.1875703, 30.1579525 ], [ 120.1873672, 30.157694 ], [ 120.1871905, 30.1575769 ], [ 120.1870908, 30.1575037 ], [ 120.1869385, 30.1573704 ], [ 120.1868219, 30.1571818 ], [ 120.1866677, 30.1570875 ], [ 120.1864647, 30.1570339 ], [ 120.186318, 30.1570306 ], [ 120.1861375, 30.1570534 ], [ 120.1860491, 30.1571022 ], [ 120.1860228, 30.1571981 ], [ 120.1860698, 30.1572648 ], [ 120.1862277, 30.157307 ], [ 120.1863894, 30.1573233 ], [ 120.1864985, 30.1573753 ], [ 120.1865775, 30.1574956 ], [ 120.1866339, 30.157733 ], [ 120.1866752, 30.1579704 ], [ 120.1867373, 30.1580939 ], [ 120.1867824, 30.1581638 ], [ 120.1867881, 30.158237 ], [ 120.1867448, 30.158289 ], [ 120.1866658, 30.1583362 ], [ 120.1863236, 30.1583215 ], [ 120.1862108, 30.1583118 ], [ 120.1860773, 30.1583264 ], [ 120.1859739, 30.1583118 ], [ 120.1858423, 30.1582402 ], [ 120.1855395, 30.1580029 ], [ 120.1854135, 30.1579655 ], [ 120.1852744, 30.1579525 ], [ 120.1851804, 30.1579655 ], [ 120.1850901, 30.1581313 ], [ 120.1855264, 30.1584175 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2241934, 30.1601562 ], [ 120.2246011, 30.1601191 ], [ 120.2250518, 30.1600634 ], [ 120.2254959, 30.1599386 ], [ 120.2259251, 30.1597531 ], [ 120.2266654, 30.1593449 ], [ 120.2270688, 30.1589131 ], [ 120.2272297, 30.158876 ], [ 120.2277018, 30.1585049 ], [ 120.227852, 30.1583751 ], [ 120.2280558, 30.1582359 ], [ 120.2279056, 30.1580504 ], [ 120.2276417, 30.1581854 ], [ 120.2274765, 30.1580504 ], [ 120.2273585, 30.1580411 ], [ 120.2269829, 30.1582545 ], [ 120.226649, 30.1583951 ], [ 120.2265645, 30.1584307 ], [ 120.2260431, 30.1585472 ], [ 120.2257641, 30.1587512 ], [ 120.2250732, 30.1592749 ], [ 120.2245797, 30.1596181 ], [ 120.2242256, 30.1597666 ], [ 120.2241398, 30.1598964 ], [ 120.2240969, 30.160082 ], [ 120.2241934, 30.1601562 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1464023, 30.1448023 ], [ 120.1468049, 30.1452289 ], [ 120.146908, 30.1453501 ], [ 120.1470261, 30.1454888 ], [ 120.1471168, 30.1456212 ], [ 120.1471282, 30.1457045 ], [ 120.1471168, 30.1457536 ], [ 120.1470601, 30.1458565 ], [ 120.1470434, 30.1458862 ], [ 120.1467561, 30.1463412 ], [ 120.14652, 30.1467861 ], [ 120.1464761, 30.1468961 ], [ 120.1464307, 30.147156 ], [ 120.1464477, 30.1472541 ], [ 120.1464931, 30.1473668 ], [ 120.1466178, 30.1474894 ], [ 120.1467499, 30.1475533 ], [ 120.1470476, 30.1476704 ], [ 120.1471174, 30.1476971 ], [ 120.1486288, 30.1480485 ], [ 120.1488769, 30.1481088 ], [ 120.1490968, 30.1481621 ], [ 120.1491545, 30.1481946 ], [ 120.1491827, 30.148248 ], [ 120.1492108, 30.1483048 ], [ 120.149235, 30.148386 ], [ 120.1492122, 30.1485367 ], [ 120.1492093, 30.148681 ], [ 120.1492546, 30.1489997 ], [ 120.1492489, 30.1491468 ], [ 120.1492376, 30.1492645 ], [ 120.1490051, 30.149848 ], [ 120.1489409, 30.1499848 ], [ 120.1487726, 30.1503432 ], [ 120.1486989, 30.150407 ], [ 120.1485685, 30.150456 ], [ 120.148336, 30.1504952 ], [ 120.1480751, 30.150505 ], [ 120.1479107, 30.1505296 ], [ 120.1477689, 30.1505737 ], [ 120.1476102, 30.150657 ], [ 120.1474797, 30.1507698 ], [ 120.1473323, 30.1509316 ], [ 120.1472302, 30.15127 ], [ 120.1471112, 30.15152 ], [ 120.1470488, 30.1516917 ], [ 120.146839, 30.1521918 ], [ 120.1467426, 30.1530744 ], [ 120.1467369, 30.1532264 ], [ 120.1467936, 30.1538442 ], [ 120.1469297, 30.1547758 ], [ 120.146958, 30.1549082 ], [ 120.1470148, 30.1550357 ], [ 120.1471225, 30.1551729 ], [ 120.1473153, 30.1553838 ], [ 120.1481602, 30.1560359 ], [ 120.1482169, 30.1560555 ], [ 120.148302, 30.1560996 ], [ 120.148421, 30.1562026 ], [ 120.1484948, 30.1563497 ], [ 120.1486195, 30.1567223 ], [ 120.148767, 30.1570508 ], [ 120.1490448, 30.1576049 ], [ 120.1490845, 30.1576882 ], [ 120.1490958, 30.1577912 ], [ 120.1490782, 30.1578324 ], [ 120.1490561, 30.1578843 ], [ 120.1487046, 30.1581393 ], [ 120.1486138, 30.158203 ], [ 120.1485912, 30.1583109 ], [ 120.1486422, 30.1583942 ], [ 120.1487216, 30.1583795 ], [ 120.1488747, 30.1581736 ], [ 120.1492263, 30.1578647 ], [ 120.1492489, 30.1577814 ], [ 120.1492149, 30.1576882 ], [ 120.1490732, 30.1574823 ], [ 120.1489314, 30.1572028 ], [ 120.1485458, 30.1562418 ], [ 120.1485118, 30.156129 ], [ 120.1482736, 30.1559869 ], [ 120.1473096, 30.1552759 ], [ 120.1471112, 30.1550504 ], [ 120.1469977, 30.1546875 ], [ 120.146941, 30.1543688 ], [ 120.146856, 30.1536922 ], [ 120.1468843, 30.1531773 ], [ 120.1469354, 30.1525448 ], [ 120.1470885, 30.1518633 ], [ 120.1472983, 30.151672 ], [ 120.1475931, 30.1509807 ], [ 120.1476839, 30.1508924 ], [ 120.1477576, 30.1508336 ], [ 120.1478937, 30.1507747 ], [ 120.1481886, 30.1507257 ], [ 120.1486365, 30.1506472 ], [ 120.148801, 30.1505884 ], [ 120.1489427, 30.1504854 ], [ 120.1493409, 30.149628 ], [ 120.1494429, 30.1493671 ], [ 120.1494697, 30.1489971 ], [ 120.1494644, 30.1489409 ], [ 120.1493731, 30.148604 ], [ 120.1493691, 30.1484973 ], [ 120.1493805, 30.1484532 ], [ 120.149416, 30.1484266 ], [ 120.1494804, 30.1484051 ], [ 120.1495501, 30.1484028 ], [ 120.1502864, 30.1485008 ], [ 120.1503293, 30.148241 ], [ 120.149935, 30.1481888 ], [ 120.1498666, 30.1481668 ], [ 120.1496561, 30.148023 ], [ 120.1494992, 30.1479059 ], [ 120.1493852, 30.1478722 ], [ 120.149294, 30.147856 ], [ 120.1491532, 30.1478235 ], [ 120.1490043, 30.1477847 ], [ 120.1473668, 30.1474304 ], [ 120.1472219, 30.1473835 ], [ 120.146941, 30.1472635 ], [ 120.1468843, 30.1472393 ], [ 120.146839, 30.1472099 ], [ 120.1468049, 30.1471266 ], [ 120.1468163, 30.1470187 ], [ 120.1468361, 30.1469832 ], [ 120.1468957, 30.1468765 ], [ 120.1474344, 30.1460184 ], [ 120.1475251, 30.1458271 ], [ 120.1475421, 30.1457192 ], [ 120.1475364, 30.1455917 ], [ 120.1474967, 30.1454888 ], [ 120.1474117, 30.1453417 ], [ 120.1472813, 30.1452142 ], [ 120.1471282, 30.1450474 ], [ 120.1470431, 30.1448317 ], [ 120.1468503, 30.1445816 ], [ 120.1466121, 30.1447238 ], [ 120.1465044, 30.1446061 ], [ 120.1463513, 30.144714 ], [ 120.1464023, 30.1448023 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1388401, 30.1605828 ], [ 120.1391941, 30.1607057 ], [ 120.1392773, 30.1606269 ], [ 120.1394463, 30.1603718 ], [ 120.1394382, 30.1601631 ], [ 120.1392612, 30.160061 ], [ 120.1390681, 30.1601306 ], [ 120.1388401, 30.1601399 ], [ 120.1387596, 30.1601329 ], [ 120.1386255, 30.1602674 ], [ 120.1386201, 30.1604785 ], [ 120.1388401, 30.1605828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1384431, 30.1631013 ], [ 120.138604, 30.1631477 ], [ 120.1387221, 30.1630689 ], [ 120.1388615, 30.1630364 ], [ 120.1388615, 30.1629019 ], [ 120.138706, 30.1627535 ], [ 120.1385504, 30.1627071 ], [ 120.1384109, 30.1629112 ], [ 120.1384431, 30.1631013 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1377243, 30.163913 ], [ 120.1379067, 30.1640475 ], [ 120.1381481, 30.16408 ], [ 120.1383841, 30.1638481 ], [ 120.1384377, 30.1636486 ], [ 120.1384377, 30.1634075 ], [ 120.1382607, 30.1633379 ], [ 120.1378906, 30.1633564 ], [ 120.1376975, 30.1634492 ], [ 120.1377726, 30.1636208 ], [ 120.1376599, 30.1637553 ], [ 120.1377243, 30.163913 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1389313, 30.1656998 ], [ 120.1390037, 30.1657798 ], [ 120.1390989, 30.1658331 ], [ 120.1392665, 30.1658169 ], [ 120.1393242, 30.165774 ], [ 120.1393001, 30.1656882 ], [ 120.1393148, 30.1655815 ], [ 120.1392424, 30.1654841 ], [ 120.1390681, 30.1654737 ], [ 120.1390091, 30.1655444 ], [ 120.138942, 30.1655514 ], [ 120.1389085, 30.1655606 ], [ 120.1388817, 30.1656673 ], [ 120.1389313, 30.1656998 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1405687, 30.1660573 ], [ 120.140654, 30.1661451 ], [ 120.1408776, 30.1662928 ], [ 120.1423209, 30.1672347 ], [ 120.1424876, 30.1673156 ], [ 120.1426746, 30.1673437 ], [ 120.1428413, 30.1673367 ], [ 120.1429917, 30.1673261 ], [ 120.1431663, 30.1672712 ], [ 120.1432896, 30.1677027 ], [ 120.1433142, 30.1678359 ], [ 120.1432588, 30.1679638 ], [ 120.1425734, 30.1694272 ], [ 120.1427162, 30.1695021 ], [ 120.1434104, 30.1680748 ], [ 120.1434917, 30.167885 ], [ 120.1434917, 30.1677795 ], [ 120.1431624, 30.1665599 ], [ 120.1431624, 30.166479 ], [ 120.1439511, 30.1654386 ], [ 120.1447624, 30.1643845 ], [ 120.1448487, 30.1642609 ], [ 120.1449181, 30.164195 ], [ 120.144981, 30.164132 ], [ 120.1450371, 30.1640705 ], [ 120.1450735, 30.1639976 ], [ 120.1451144, 30.1638905 ], [ 120.1451355, 30.1637491 ], [ 120.1452062, 30.1636506 ], [ 120.1456543, 30.1630104 ], [ 120.1457593, 30.1629342 ], [ 120.1458944, 30.1628875 ], [ 120.1460246, 30.1629155 ], [ 120.1461451, 30.1629708 ], [ 120.1461954, 30.163032 ], [ 120.1462564, 30.1630886 ], [ 120.1468613, 30.1634545 ], [ 120.1471175, 30.1636024 ], [ 120.147276, 30.1636904 ], [ 120.1474518, 30.1637738 ], [ 120.1478646, 30.1639024 ], [ 120.1482921, 30.1639943 ], [ 120.1483397, 30.1640112 ], [ 120.1485789, 30.1641674 ], [ 120.1485955, 30.1642081 ], [ 120.1486855, 30.1642744 ], [ 120.1487296, 30.1642959 ], [ 120.1487926, 30.164354 ], [ 120.1492849, 30.1647281 ], [ 120.1494228, 30.1648094 ], [ 120.1495608, 30.1648284 ], [ 120.150721, 30.1646603 ], [ 120.1512178, 30.1645795 ], [ 120.1511644, 30.1645421 ], [ 120.1511068, 30.164502 ], [ 120.1506491, 30.1645873 ], [ 120.1502716, 30.1646332 ], [ 120.1499058, 30.164702 ], [ 120.1495784, 30.1647505 ], [ 120.1494899, 30.1647403 ], [ 120.1493925, 30.1647071 ], [ 120.1492981, 30.1646306 ], [ 120.1492068, 30.1645504 ], [ 120.1491241, 30.1644776 ], [ 120.1487951, 30.1642247 ], [ 120.1483354, 30.1639109 ], [ 120.1482821, 30.1638924 ], [ 120.1478966, 30.1638184 ], [ 120.1475049, 30.1636879 ], [ 120.1472951, 30.1635557 ], [ 120.1472474, 30.163509 ], [ 120.1472164, 30.1634573 ], [ 120.1471436, 30.1633911 ], [ 120.146966, 30.163319 ], [ 120.1465423, 30.1630712 ], [ 120.1462313, 30.1628909 ], [ 120.1460889, 30.1627837 ], [ 120.1459489, 30.1627512 ], [ 120.1457747, 30.1627719 ], [ 120.1456309, 30.1628474 ], [ 120.1455349, 30.1629129 ], [ 120.1450589, 30.1635978 ], [ 120.1449683, 30.1637404 ], [ 120.1449092, 30.163843 ], [ 120.1448837, 30.1639569 ], [ 120.1448193, 30.164076 ], [ 120.1447236, 30.1641772 ], [ 120.1446319, 30.164267 ], [ 120.1443296, 30.1646748 ], [ 120.1441411, 30.1649708 ], [ 120.1438698, 30.1653402 ], [ 120.1434795, 30.1657972 ], [ 120.1430649, 30.1663525 ], [ 120.1429957, 30.1664544 ], [ 120.1429754, 30.1665529 ], [ 120.1429835, 30.1666618 ], [ 120.1431136, 30.1671363 ], [ 120.1428494, 30.1672136 ], [ 120.1426542, 30.1672347 ], [ 120.1424794, 30.1671961 ], [ 120.1423575, 30.1671574 ], [ 120.1410687, 30.1663138 ], [ 120.1410646, 30.1662435 ], [ 120.1407313, 30.1660221 ], [ 120.1403857, 30.1658147 ], [ 120.1402394, 30.165769 ], [ 120.1401987, 30.1658464 ], [ 120.1405687, 30.1660573 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1311797, 30.1673961 ], [ 120.1313621, 30.1674773 ], [ 120.1314774, 30.1674355 ], [ 120.1315713, 30.1672454 ], [ 120.1316035, 30.167083 ], [ 120.1315445, 30.1669462 ], [ 120.1314184, 30.1668859 ], [ 120.1312575, 30.166974 ], [ 120.1311609, 30.1671155 ], [ 120.1311448, 30.1672152 ], [ 120.1311797, 30.1673961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1321252, 30.1679422 ], [ 120.1322512, 30.1679921 ], [ 120.1322888, 30.1679468 ], [ 120.1323505, 30.1678216 ], [ 120.1323129, 30.16773 ], [ 120.1322512, 30.1677091 ], [ 120.132101, 30.1677636 ], [ 120.1320581, 30.1678529 ], [ 120.1321252, 30.1679422 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1467863, 30.1720385 ], [ 120.1467647, 30.1719254 ], [ 120.1467613, 30.1718541 ], [ 120.1467774, 30.1717933 ], [ 120.1469316, 30.1714501 ], [ 120.1470403, 30.1712095 ], [ 120.1471107, 30.1710327 ], [ 120.147116, 30.1709747 ], [ 120.1471717, 30.1705033 ], [ 120.1471849, 30.1704121 ], [ 120.1472801, 30.1699726 ], [ 120.1473021, 30.169851 ], [ 120.1473109, 30.1697015 ], [ 120.1472801, 30.1694001 ], [ 120.1472713, 30.1690543 ], [ 120.1472155, 30.1682511 ], [ 120.1472297, 30.1679868 ], [ 120.1472432, 30.16776 ], [ 120.1472851, 30.1675236 ], [ 120.147306, 30.1674533 ], [ 120.1475205, 30.1668969 ], [ 120.1478586, 30.1660677 ], [ 120.1482037, 30.1652883 ], [ 120.1486855, 30.1642744 ], [ 120.1485955, 30.1642081 ], [ 120.1485743, 30.1642676 ], [ 120.1484439, 30.1645686 ], [ 120.1480052, 30.1655264 ], [ 120.1476399, 30.1663389 ], [ 120.1473487, 30.1671422 ], [ 120.1472295, 30.1674512 ], [ 120.1471978, 30.1675541 ], [ 120.1471528, 30.167854 ], [ 120.1471369, 30.1682453 ], [ 120.1472137, 30.1690074 ], [ 120.1472163, 30.1696643 ], [ 120.147211, 30.1698108 ], [ 120.1471554, 30.1701724 ], [ 120.1470945, 30.1706255 ], [ 120.1470322, 30.1710715 ], [ 120.1469927, 30.1711701 ], [ 120.1468854, 30.1714199 ], [ 120.1466648, 30.1719133 ], [ 120.1466366, 30.172017 ], [ 120.1467863, 30.1720385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1429865, 30.1704318 ], [ 120.1430229, 30.1703277 ], [ 120.1427654, 30.1702624 ], [ 120.1427318, 30.1703664 ], [ 120.1429865, 30.1704318 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.177347, 30.1573454 ], [ 120.1776239, 30.1572797 ], [ 120.1775222, 30.1572467 ], [ 120.1774652, 30.157155 ], [ 120.1776611, 30.1569152 ], [ 120.17832, 30.1561669 ], [ 120.1785429, 30.155943 ], [ 120.1788215, 30.155566 ], [ 120.1790444, 30.15524 ], [ 120.1791625, 30.155155 ], [ 120.1792477, 30.1550785 ], [ 120.1789551, 30.1549164 ], [ 120.1787396, 30.1548205 ], [ 120.1785429, 30.1546391 ], [ 120.1782216, 30.1541516 ], [ 120.1780446, 30.1535818 ], [ 120.1779528, 30.1532899 ], [ 120.1780053, 30.1531651 ], [ 120.1779649, 30.1529817 ], [ 120.1779463, 30.1527853 ], [ 120.1779922, 30.1525047 ], [ 120.1780577, 30.1523176 ], [ 120.1784052, 30.1522808 ], [ 120.1789166, 30.1523176 ], [ 120.1789166, 30.1520341 ], [ 120.1785616, 30.152026 ], [ 120.1782765, 30.152038 ], [ 120.1780378, 30.1520801 ], [ 120.1778894, 30.1521382 ], [ 120.177799, 30.1522826 ], [ 120.1778013, 30.1530462 ], [ 120.177959, 30.1542127 ], [ 120.1780007, 30.1545695 ], [ 120.1781282, 30.154806 ], [ 120.1782464, 30.1549303 ], [ 120.178557, 30.1551467 ], [ 120.1786451, 30.155275 ], [ 120.1786011, 30.1554514 ], [ 120.1784921, 30.1556398 ], [ 120.1782904, 30.1559084 ], [ 120.1776599, 30.1565998 ], [ 120.1774745, 30.1567983 ], [ 120.1773679, 30.1569526 ], [ 120.1773266, 30.1571887 ], [ 120.177347, 30.1573454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1831006, 30.1572945 ], [ 120.1832513, 30.1570825 ], [ 120.1831828, 30.1569281 ], [ 120.1834233, 30.1565205 ], [ 120.183618, 30.1564715 ], [ 120.183762, 30.1564888 ], [ 120.1839838, 30.1564082 ], [ 120.1855087, 30.156906 ], [ 120.1855573, 30.1570046 ], [ 120.1857496, 30.1570404 ], [ 120.185828, 30.1570138 ], [ 120.1860491, 30.1571022 ], [ 120.1861375, 30.1570534 ], [ 120.1859332, 30.156903 ], [ 120.1858224, 30.156903 ], [ 120.1854616, 30.1567672 ], [ 120.1839806, 30.1562822 ], [ 120.1836741, 30.1561046 ], [ 120.1831247, 30.1561832 ], [ 120.1828819, 30.1561832 ], [ 120.1827717, 30.1562541 ], [ 120.1826641, 30.1565126 ], [ 120.1826314, 30.1570351 ], [ 120.1831006, 30.1572945 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1504353, 30.1485217 ], [ 120.150568, 30.1485599 ], [ 120.1507759, 30.1486956 ], [ 120.1508054, 30.1487026 ], [ 120.1508215, 30.1486933 ], [ 120.1509409, 30.148582 ], [ 120.1509603, 30.148575 ], [ 120.1509764, 30.148575 ], [ 120.1514988, 30.1491128 ], [ 120.1519291, 30.1494807 ], [ 120.1531529, 30.150417 ], [ 120.1531338, 30.1506237 ], [ 120.1533489, 30.150787 ], [ 120.1535042, 30.1507891 ], [ 120.1543671, 30.1513202 ], [ 120.1552635, 30.1518432 ], [ 120.1565446, 30.1526595 ], [ 120.1574888, 30.1532817 ], [ 120.1577995, 30.1535462 ], [ 120.1584975, 30.1541104 ], [ 120.1587532, 30.154375 ], [ 120.1588871, 30.154437 ], [ 120.1590759, 30.1545031 ], [ 120.15915, 30.1545589 ], [ 120.1592432, 30.1547697 ], [ 120.1592169, 30.1549041 ], [ 120.1592719, 30.1550901 ], [ 120.1593388, 30.1551542 ], [ 120.1593747, 30.1552348 ], [ 120.1593675, 30.1553009 ], [ 120.1591596, 30.1555448 ], [ 120.1590329, 30.1557019 ], [ 120.1590114, 30.1557949 ], [ 120.1590568, 30.1558775 ], [ 120.1591261, 30.1559664 ], [ 120.1593149, 30.1560883 ], [ 120.1597595, 30.1562123 ], [ 120.1599149, 30.1562909 ], [ 120.1600105, 30.1563777 ], [ 120.1600559, 30.156419 ], [ 120.1602734, 30.156479 ], [ 120.1607993, 30.156696 ], [ 120.1610837, 30.1568468 ], [ 120.1619872, 30.1571858 ], [ 120.1621187, 30.1572664 ], [ 120.162286, 30.1573986 ], [ 120.1628262, 30.1577645 ], [ 120.1631847, 30.1579815 ], [ 120.1639376, 30.1584609 ], [ 120.1643201, 30.1587048 ], [ 120.1643585, 30.1587624 ], [ 120.1642933, 30.1588797 ], [ 120.1645716, 30.1589734 ], [ 120.1648007, 30.1590029 ], [ 120.1649587, 30.1590571 ], [ 120.1650897, 30.1591444 ], [ 120.1651528, 30.1592189 ], [ 120.1651825, 30.1593232 ], [ 120.1651944, 30.1594414 ], [ 120.1651978, 30.1595988 ], [ 120.1652428, 30.1598418 ], [ 120.1655948, 30.1603476 ], [ 120.165731, 30.1605841 ], [ 120.1658393, 30.1606617 ], [ 120.1659289, 30.1607479 ], [ 120.1660533, 30.1609155 ], [ 120.1665749, 30.1615874 ], [ 120.1666199, 30.1616469 ], [ 120.1666361, 30.1617077 ], [ 120.1665872, 30.1618811 ], [ 120.1664815, 30.1619161 ], [ 120.166254, 30.1620996 ], [ 120.1661328, 30.1622635 ], [ 120.1660847, 30.1623312 ], [ 120.1660266, 30.1624033 ], [ 120.1658725, 30.1626087 ], [ 120.1657259, 30.1628883 ], [ 120.1656526, 30.1630784 ], [ 120.1654252, 30.1635045 ], [ 120.1653823, 30.1635918 ], [ 120.1653241, 30.1637142 ], [ 120.1651144, 30.1640965 ], [ 120.1650815, 30.164197 ], [ 120.1649441, 30.1646815 ], [ 120.1647373, 30.1650936 ], [ 120.1643027, 30.1660541 ], [ 120.1638471, 30.1667753 ], [ 120.1636473, 30.1671541 ], [ 120.1632337, 30.1680601 ], [ 120.163062, 30.1684995 ], [ 120.1630129, 30.1686994 ], [ 120.1629849, 30.1688419 ], [ 120.1630515, 30.168957 ], [ 120.1631741, 30.16916 ], [ 120.1632477, 30.1690146 ], [ 120.1631496, 30.1688903 ], [ 120.1631251, 30.1688146 ], [ 120.1631251, 30.1687813 ], [ 120.1631846, 30.1685692 ], [ 120.1633529, 30.1681146 ], [ 120.1637384, 30.1672874 ], [ 120.1639207, 30.1669632 ], [ 120.1643412, 30.1663178 ], [ 120.1646567, 30.1656572 ], [ 120.1647268, 30.1654754 ], [ 120.1651298, 30.16463 ], [ 120.1652595, 30.1642724 ], [ 120.1653401, 30.1641906 ], [ 120.1654943, 30.163936 ], [ 120.1655294, 30.16373 ], [ 120.1654943, 30.1636512 ], [ 120.1655259, 30.1635663 ], [ 120.1659745, 30.1627451 ], [ 120.1660235, 30.1626148 ], [ 120.1661953, 30.1623027 ], [ 120.166318, 30.1621633 ], [ 120.1663986, 30.1620967 ], [ 120.1668156, 30.1618118 ], [ 120.1670119, 30.1616845 ], [ 120.1671661, 30.1615936 ], [ 120.1674651, 30.1614512 ], [ 120.1674072, 30.161335 ], [ 120.167068, 30.1615209 ], [ 120.1669769, 30.161533 ], [ 120.1668504, 30.1614873 ], [ 120.1666564, 30.1612603 ], [ 120.1665675, 30.1611716 ], [ 120.1664233, 30.1609625 ], [ 120.1660254, 30.1604167 ], [ 120.1656677, 30.1599501 ], [ 120.1655379, 30.1597268 ], [ 120.1654435, 30.1594229 ], [ 120.1655539, 30.159436 ], [ 120.1656696, 30.1594572 ], [ 120.1660095, 30.1595785 ], [ 120.1661953, 30.1597148 ], [ 120.1664056, 30.1599906 ], [ 120.1664441, 30.15993 ], [ 120.1662829, 30.1596754 ], [ 120.1660586, 30.1594966 ], [ 120.1656696, 30.1593178 ], [ 120.1655224, 30.1592663 ], [ 120.1654593, 30.1591997 ], [ 120.1654312, 30.159136 ], [ 120.1653436, 30.1588906 ], [ 120.1652209, 30.1587481 ], [ 120.1650983, 30.1586966 ], [ 120.164895, 30.1586663 ], [ 120.1645936, 30.1585936 ], [ 120.1643623, 30.1585209 ], [ 120.1642256, 30.1584542 ], [ 120.1632022, 30.1578451 ], [ 120.1628201, 30.1575663 ], [ 120.1621963, 30.157142 ], [ 120.1621017, 30.1570541 ], [ 120.1619124, 30.1569996 ], [ 120.1611028, 30.1566723 ], [ 120.1601214, 30.156242 ], [ 120.1598516, 30.1561571 ], [ 120.1596833, 30.1560874 ], [ 120.1594555, 30.1559601 ], [ 120.1592277, 30.1558268 ], [ 120.1591821, 30.1557692 ], [ 120.1591997, 30.1556934 ], [ 120.1592382, 30.1556359 ], [ 120.1594871, 30.1553904 ], [ 120.1595151, 30.1553177 ], [ 120.1595256, 30.1551813 ], [ 120.1594555, 30.155051 ], [ 120.1593784, 30.1549207 ], [ 120.1593714, 30.1548449 ], [ 120.1593889, 30.154754 ], [ 120.1593924, 30.1546813 ], [ 120.1593539, 30.1545903 ], [ 120.1592382, 30.1544449 ], [ 120.1591471, 30.1543994 ], [ 120.1590069, 30.1543358 ], [ 120.1588772, 30.1542752 ], [ 120.1587896, 30.1541843 ], [ 120.1585022, 30.1538873 ], [ 120.157973, 30.1535145 ], [ 120.1578083, 30.1533418 ], [ 120.1568339, 30.1526629 ], [ 120.1553584, 30.1517174 ], [ 120.1546154, 30.1513143 ], [ 120.1541948, 30.1510415 ], [ 120.1537882, 30.1506718 ], [ 120.1534553, 30.1503809 ], [ 120.1529401, 30.149999 ], [ 120.1519237, 30.1493262 ], [ 120.1513489, 30.1488473 ], [ 120.1508644, 30.1483674 ], [ 120.1508337, 30.1482927 ], [ 120.1508302, 30.1481927 ], [ 120.1508372, 30.1478824 ], [ 120.1509393, 30.1474627 ], [ 120.1512749, 30.1467286 ], [ 120.1511742, 30.146694 ], [ 120.1509958, 30.1470152 ], [ 120.1509395, 30.1472135 ], [ 120.1507598, 30.1477064 ], [ 120.1506954, 30.1482294 ], [ 120.1506753, 30.1482619 ], [ 120.1506244, 30.1482735 ], [ 120.1503293, 30.148241 ], [ 120.1502864, 30.1485008 ], [ 120.1504353, 30.1485217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1674651, 30.1614512 ], [ 120.1676088, 30.1614292 ], [ 120.1676459, 30.1614773 ], [ 120.1683715, 30.1612107 ], [ 120.169046, 30.1610544 ], [ 120.1706106, 30.160864 ], [ 120.1721289, 30.1606977 ], [ 120.1726204, 30.1606155 ], [ 120.1730654, 30.1604952 ], [ 120.1736866, 30.1603028 ], [ 120.1740436, 30.1601505 ], [ 120.1742893, 30.1600383 ], [ 120.1743357, 30.1600463 ], [ 120.1743596, 30.1604037 ], [ 120.1744161, 30.160571 ], [ 120.1745018, 30.160782 ], [ 120.1746037, 30.160764 ], [ 120.1746901, 30.1607496 ], [ 120.1746476, 30.1606582 ], [ 120.1745907, 30.1605476 ], [ 120.1745489, 30.1604211 ], [ 120.1745314, 30.1603395 ], [ 120.1744585, 30.1599641 ], [ 120.1744979, 30.1598459 ], [ 120.1746973, 30.1597697 ], [ 120.1747844, 30.1596455 ], [ 120.1748696, 30.159647 ], [ 120.1750204, 30.1596385 ], [ 120.1751417, 30.1595775 ], [ 120.175281, 30.1594925 ], [ 120.1753826, 30.1594457 ], [ 120.1756039, 30.1593579 ], [ 120.1760071, 30.1591623 ], [ 120.1763595, 30.1590106 ], [ 120.1766168, 30.1589199 ], [ 120.177238, 30.1586096 ], [ 120.1774544, 30.1585401 ], [ 120.1778622, 30.1583481 ], [ 120.178087, 30.1581838 ], [ 120.1781519, 30.1579473 ], [ 120.1780152, 30.1576867 ], [ 120.1779642, 30.1576426 ], [ 120.1779145, 30.1576025 ], [ 120.177877, 30.1575325 ], [ 120.1778382, 30.1574834 ], [ 120.1777942, 30.1574202 ], [ 120.1777625, 30.1573715 ], [ 120.1776906, 30.1573304 ], [ 120.1776239, 30.1572797 ], [ 120.177347, 30.1573454 ], [ 120.1773862, 30.1574067 ], [ 120.1774951, 30.1574528 ], [ 120.1776203, 30.1575029 ], [ 120.1777037, 30.1576051 ], [ 120.1777849, 30.1577194 ], [ 120.1778312, 30.1577555 ], [ 120.1778938, 30.1579278 ], [ 120.1778868, 30.15803 ], [ 120.1778034, 30.1581282 ], [ 120.1776435, 30.1582004 ], [ 120.1769249, 30.1585251 ], [ 120.1763477, 30.1587836 ], [ 120.1762318, 30.1587456 ], [ 120.1761414, 30.1587796 ], [ 120.1760046, 30.1589179 ], [ 120.1759096, 30.1590201 ], [ 120.1756755, 30.1591223 ], [ 120.1754506, 30.1591985 ], [ 120.1751261, 30.1593729 ], [ 120.1748595, 30.1594671 ], [ 120.1746277, 30.1595773 ], [ 120.174491, 30.1596956 ], [ 120.1744098, 30.1597777 ], [ 120.1741618, 30.1598839 ], [ 120.1739671, 30.1599701 ], [ 120.1734525, 30.1601766 ], [ 120.1731349, 30.1602627 ], [ 120.1726713, 30.1604191 ], [ 120.1723607, 30.1604772 ], [ 120.1714683, 30.1606135 ], [ 120.1703696, 30.1607357 ], [ 120.1695189, 30.1608259 ], [ 120.1689927, 30.1608981 ], [ 120.1686334, 30.1609762 ], [ 120.1681049, 30.1610965 ], [ 120.1678337, 30.1611827 ], [ 120.1674072, 30.161335 ], [ 120.1674651, 30.1614512 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1750653, 30.1656529 ], [ 120.1751481, 30.1656328 ], [ 120.1752468, 30.1656088 ], [ 120.1752865, 30.1654961 ], [ 120.1752524, 30.1653343 ], [ 120.1752524, 30.1651578 ], [ 120.175139, 30.1650352 ], [ 120.175037, 30.1647068 ], [ 120.1750029, 30.1644469 ], [ 120.1749406, 30.1642705 ], [ 120.1748725, 30.1642459 ], [ 120.1747818, 30.1642754 ], [ 120.1747364, 30.164344 ], [ 120.1747024, 30.1644519 ], [ 120.1750653, 30.1656529 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1590196, 30.1704498 ], [ 120.1591164, 30.170496 ], [ 120.1591764, 30.1704902 ], [ 120.1592332, 30.1704787 ], [ 120.1592699, 30.1704498 ], [ 120.1593033, 30.1703892 ], [ 120.1595336, 30.169864 ], [ 120.1595403, 30.1698121 ], [ 120.1595102, 30.1697717 ], [ 120.1594134, 30.1697428 ], [ 120.1593567, 30.1697544 ], [ 120.1592866, 30.1698265 ], [ 120.1590629, 30.1702421 ], [ 120.1590062, 30.1703719 ], [ 120.1589995, 30.1704152 ], [ 120.1590196, 30.1704498 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1564258, 30.1703955 ], [ 120.1564774, 30.1704454 ], [ 120.1564925, 30.1704821 ], [ 120.156535, 30.1705005 ], [ 120.1565866, 30.1705267 ], [ 120.1566352, 30.1705005 ], [ 120.1566594, 30.170469 ], [ 120.1566291, 30.1704218 ], [ 120.1566139, 30.1703273 ], [ 120.1566139, 30.1702539 ], [ 120.1565714, 30.1702171 ], [ 120.1565016, 30.1702355 ], [ 120.156447, 30.1703011 ], [ 120.1564258, 30.1703483 ], [ 120.1564258, 30.1703955 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1603247, 30.1707961 ], [ 120.1604783, 30.1708741 ], [ 120.1605284, 30.1708625 ], [ 120.1605951, 30.1707615 ], [ 120.1608955, 30.1703921 ], [ 120.1609356, 30.1701526 ], [ 120.1609156, 30.1700631 ], [ 120.1608288, 30.1700285 ], [ 120.1607487, 30.1700199 ], [ 120.1606652, 30.1700285 ], [ 120.1606252, 30.1700805 ], [ 120.1605918, 30.1702132 ], [ 120.1605484, 30.1703546 ], [ 120.1603948, 30.1705855 ], [ 120.1603381, 30.1706576 ], [ 120.1602914, 30.170724 ], [ 120.1603247, 30.1707961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1604649, 30.1714599 ], [ 120.1605217, 30.1714945 ], [ 120.1605651, 30.1715436 ], [ 120.1606051, 30.1715782 ], [ 120.1607553, 30.1715984 ], [ 120.1608254, 30.1715696 ], [ 120.1608388, 30.171532 ], [ 120.1608288, 30.1714974 ], [ 120.1607787, 30.1714599 ], [ 120.1607587, 30.1713935 ], [ 120.160762, 30.1713185 ], [ 120.1607754, 30.1712059 ], [ 120.1607854, 30.171154 ], [ 120.1607019, 30.1711165 ], [ 120.1606485, 30.1711078 ], [ 120.1606252, 30.1712031 ], [ 120.1605818, 30.1712896 ], [ 120.1604616, 30.1714108 ], [ 120.1604649, 30.1714599 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1629498, 30.1756557 ], [ 120.1630391, 30.1756369 ], [ 120.1630981, 30.1756074 ], [ 120.1631353, 30.1755832 ], [ 120.1631757, 30.1755403 ], [ 120.1631912, 30.1754678 ], [ 120.1631943, 30.1753632 ], [ 120.1632005, 30.1746225 ], [ 120.1631912, 30.1744427 ], [ 120.1632098, 30.1743837 ], [ 120.163452, 30.1739784 ], [ 120.1637375, 30.1734659 ], [ 120.1638803, 30.1733639 ], [ 120.1639828, 30.1732968 ], [ 120.1640135, 30.1732529 ], [ 120.1640542, 30.1731948 ], [ 120.16411, 30.1731224 ], [ 120.1642777, 30.172532 ], [ 120.164318, 30.1723522 ], [ 120.1643646, 30.1722851 ], [ 120.1644298, 30.1721938 ], [ 120.1647464, 30.1718342 ], [ 120.1648178, 30.1717403 ], [ 120.164852, 30.1716544 ], [ 120.164852, 30.1714639 ], [ 120.1647806, 30.1713136 ], [ 120.1644732, 30.1709728 ], [ 120.1639983, 30.1706883 ], [ 120.1639145, 30.1706212 ], [ 120.1638897, 30.1705407 ], [ 120.1638865, 30.1701247 ], [ 120.1638183, 30.1699449 ], [ 120.1635482, 30.1695289 ], [ 120.1634768, 30.1696846 ], [ 120.1636041, 30.1699046 ], [ 120.1637034, 30.1700549 ], [ 120.1637344, 30.1701811 ], [ 120.1637251, 30.1705353 ], [ 120.1637158, 30.1706024 ], [ 120.16375, 30.1706641 ], [ 120.1638586, 30.1707044 ], [ 120.1639797, 30.1707769 ], [ 120.164436, 30.1711365 ], [ 120.1645043, 30.1712867 ], [ 120.1645757, 30.1713807 ], [ 120.16462, 30.1714282 ], [ 120.1646657, 30.1714773 ], [ 120.1646998, 30.171582 ], [ 120.1646781, 30.1716705 ], [ 120.1642435, 30.1722421 ], [ 120.1642022, 30.1723522 ], [ 120.1641794, 30.1724131 ], [ 120.164169, 30.1724407 ], [ 120.1639797, 30.1730714 ], [ 120.1639331, 30.1731519 ], [ 120.1636724, 30.1733451 ], [ 120.163601, 30.173439 ], [ 120.1634644, 30.1736832 ], [ 120.1633301, 30.1739358 ], [ 120.1632964, 30.1739992 ], [ 120.1631105, 30.1743488 ], [ 120.1630608, 30.1744293 ], [ 120.163036, 30.1746091 ], [ 120.1630477, 30.1748363 ], [ 120.1630509, 30.1748974 ], [ 120.1630732, 30.1753283 ], [ 120.1630546, 30.1754302 ], [ 120.1630112, 30.1754839 ], [ 120.1629491, 30.1755215 ], [ 120.1629498, 30.1756557 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2021902, 30.1600297 ], [ 120.2024093, 30.1602192 ], [ 120.2027571, 30.1604628 ], [ 120.2028788, 30.1605019 ], [ 120.2033031, 30.1606342 ], [ 120.2034492, 30.1607304 ], [ 120.2035605, 30.1607785 ], [ 120.2036613, 30.1607785 ], [ 120.2039152, 30.1603485 ], [ 120.2039257, 30.1603034 ], [ 120.2038074, 30.1602282 ], [ 120.2036231, 30.1601801 ], [ 120.2034527, 30.1602011 ], [ 120.2033727, 30.1602192 ], [ 120.2028301, 30.1600358 ], [ 120.2027362, 30.1599846 ], [ 120.202298, 30.1598884 ], [ 120.2022215, 30.1598944 ], [ 120.2021554, 30.1599125 ], [ 120.202138, 30.1599606 ], [ 120.2021902, 30.1600297 ] ], [ [ 120.2026493, 30.1600809 ], [ 120.2027188, 30.1600688 ], [ 120.2027953, 30.1600869 ], [ 120.2028718, 30.160147 ], [ 120.2029449, 30.1601651 ], [ 120.2029762, 30.1602011 ], [ 120.2031014, 30.1602342 ], [ 120.2031153, 30.1602793 ], [ 120.2031118, 30.1603365 ], [ 120.2030666, 30.1603906 ], [ 120.2029901, 30.1603966 ], [ 120.2028614, 30.1603846 ], [ 120.2027814, 30.1603515 ], [ 120.202691, 30.1602583 ], [ 120.2026145, 30.1602162 ], [ 120.202611, 30.160126 ], [ 120.2026493, 30.1600809 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2016494, 30.1621681 ], [ 120.2017068, 30.1622674 ], [ 120.2017417, 30.1622997 ], [ 120.2017941, 30.1622997 ], [ 120.2018365, 30.1622738 ], [ 120.2021334, 30.1617431 ], [ 120.2019937, 30.1616806 ], [ 120.2019862, 30.161631 ], [ 120.2021883, 30.1611089 ], [ 120.2022407, 30.1610571 ], [ 120.2022906, 30.1610355 ], [ 120.202348, 30.1610399 ], [ 120.2024528, 30.1610916 ], [ 120.2024952, 30.1611262 ], [ 120.20263, 30.1611801 ], [ 120.2026873, 30.161165 ], [ 120.2027322, 30.1611671 ], [ 120.2028495, 30.1611909 ], [ 120.2028969, 30.1611348 ], [ 120.2029593, 30.1607875 ], [ 120.2029518, 30.160727 ], [ 120.2028845, 30.1607033 ], [ 120.2027322, 30.1606343 ], [ 120.2025626, 30.1605674 ], [ 120.2022457, 30.1603538 ], [ 120.2021659, 30.1603474 ], [ 120.202071, 30.1603927 ], [ 120.2018415, 30.160781 ], [ 120.2017666, 30.1609212 ], [ 120.2017467, 30.1610248 ], [ 120.2017716, 30.1610701 ], [ 120.201819, 30.1611046 ], [ 120.2018864, 30.161152 ], [ 120.2019188, 30.1612124 ], [ 120.2019263, 30.1612836 ], [ 120.2019064, 30.1613721 ], [ 120.201819, 30.1616331 ], [ 120.2016768, 30.161974 ], [ 120.2016419, 30.1621013 ], [ 120.2016494, 30.1621681 ] ], [ [ 120.2023355, 30.1607227 ], [ 120.2023804, 30.1606904 ], [ 120.2024653, 30.1607055 ], [ 120.2025102, 30.1607249 ], [ 120.2025227, 30.1607702 ], [ 120.2024104, 30.160973 ], [ 120.2023555, 30.1609665 ], [ 120.2023056, 30.1609277 ], [ 120.2023031, 30.1607551 ], [ 120.2023355, 30.1607227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2024843, 30.162655 ], [ 120.2025473, 30.1627043 ], [ 120.2026462, 30.162738 ], [ 120.2027181, 30.1627354 ], [ 120.202763, 30.1625825 ], [ 120.20282, 30.1625384 ], [ 120.2028799, 30.1625125 ], [ 120.2029459, 30.1625203 ], [ 120.2030927, 30.1625436 ], [ 120.2031886, 30.1625384 ], [ 120.2032486, 30.1624762 ], [ 120.2032725, 30.1624166 ], [ 120.2033265, 30.1623804 ], [ 120.2034524, 30.1623778 ], [ 120.2035243, 30.1622715 ], [ 120.2035273, 30.1622301 ], [ 120.2034434, 30.162199 ], [ 120.2033085, 30.1621782 ], [ 120.2032276, 30.1621782 ], [ 120.2029459, 30.1620772 ], [ 120.202856, 30.1620228 ], [ 120.202805, 30.162028 ], [ 120.2027451, 30.1621083 ], [ 120.2026971, 30.1622042 ], [ 120.2025742, 30.16237 ], [ 120.2024603, 30.162554 ], [ 120.2024424, 30.1626058 ], [ 120.2024843, 30.162655 ] ], [ [ 120.2028919, 30.1622119 ], [ 120.2029788, 30.1622067 ], [ 120.2030538, 30.162243 ], [ 120.2031017, 30.1622923 ], [ 120.2030597, 30.1623285 ], [ 120.2030148, 30.1623493 ], [ 120.2029489, 30.1623467 ], [ 120.2028859, 30.1623467 ], [ 120.20285, 30.1623337 ], [ 120.20285, 30.1622715 ], [ 120.2028919, 30.1622119 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2122009, 30.1627903 ], [ 120.2121721, 30.163009 ], [ 120.2122181, 30.1632823 ], [ 120.2124366, 30.1634562 ], [ 120.2125917, 30.1634811 ], [ 120.2128044, 30.1636103 ], [ 120.2131263, 30.1636699 ], [ 120.2132413, 30.1636799 ], [ 120.2133218, 30.1636302 ], [ 120.2133677, 30.1634513 ], [ 120.2136034, 30.1629145 ], [ 120.2138161, 30.1624424 ], [ 120.2138391, 30.1623679 ], [ 120.2137011, 30.162348 ], [ 120.2135172, 30.1622535 ], [ 120.2133275, 30.1620895 ], [ 120.2131666, 30.1619454 ], [ 120.2131206, 30.1618261 ], [ 120.2132068, 30.1617317 ], [ 120.2132528, 30.1616969 ], [ 120.213224, 30.1615975 ], [ 120.2131378, 30.1615478 ], [ 120.2127182, 30.1614932 ], [ 120.2124021, 30.1614882 ], [ 120.2121836, 30.1615528 ], [ 120.2120974, 30.1617814 ], [ 120.2120572, 30.1619106 ], [ 120.2120112, 30.1625169 ], [ 120.2122009, 30.1627903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "白马湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1989025, 30.1614532 ], [ 120.1989582, 30.1614135 ], [ 120.1990335, 30.1614078 ], [ 120.199099, 30.1614361 ], [ 120.1991644, 30.1615634 ], [ 120.1992724, 30.1617587 ], [ 120.1994982, 30.1620133 ], [ 120.19958, 30.1620699 ], [ 120.1996356, 30.1620077 ], [ 120.1998975, 30.1619171 ], [ 120.1999629, 30.1619228 ], [ 120.2004505, 30.1624519 ], [ 120.2004505, 30.1624943 ], [ 120.2005421, 30.1625283 ], [ 120.2007843, 30.1630008 ], [ 120.2008727, 30.1632045 ], [ 120.2009774, 30.1635497 ], [ 120.201031, 30.1636822 ], [ 120.2012528, 30.1639808 ], [ 120.2013539, 30.1640245 ], [ 120.2014128, 30.1640924 ], [ 120.2015616, 30.164306 ], [ 120.2015841, 30.1645245 ], [ 120.2016908, 30.1647405 ], [ 120.2017076, 30.1648546 ], [ 120.201775, 30.1650172 ], [ 120.2017806, 30.1651362 ], [ 120.2016627, 30.1652017 ], [ 120.2016346, 30.1652114 ], [ 120.2017244, 30.1653571 ], [ 120.2018031, 30.1653352 ], [ 120.2018789, 30.1652867 ], [ 120.2019519, 30.1652867 ], [ 120.201994, 30.1653279 ], [ 120.2019968, 30.1654372 ], [ 120.2019996, 30.1657042 ], [ 120.2019631, 30.1657624 ], [ 120.2018536, 30.165845 ], [ 120.2017778, 30.1658668 ], [ 120.2017862, 30.1659202 ], [ 120.2016908, 30.1659129 ], [ 120.201629, 30.1658668 ], [ 120.2016009, 30.1657867 ], [ 120.2015307, 30.1657309 ], [ 120.2015083, 30.1656532 ], [ 120.2015195, 30.1655512 ], [ 120.2014774, 30.1654566 ], [ 120.2013623, 30.1653789 ], [ 120.2011321, 30.1653643 ], [ 120.2008273, 30.1653183 ], [ 120.2007093, 30.1653218 ], [ 120.2006368, 30.1653809 ], [ 120.2006355, 30.1654795 ], [ 120.2007446, 30.1659299 ], [ 120.2008603, 30.1662823 ], [ 120.2010591, 30.166347 ], [ 120.2010908, 30.1663969 ], [ 120.201111, 30.1664716 ], [ 120.201062, 30.1665563 ], [ 120.2011427, 30.1667157 ], [ 120.2011398, 30.1668179 ], [ 120.2011513, 30.1669225 ], [ 120.2011455, 30.1670047 ], [ 120.2012666, 30.1672563 ], [ 120.2014193, 30.1673111 ], [ 120.2015403, 30.167341 ], [ 120.201595, 30.1673859 ], [ 120.2016239, 30.1673535 ], [ 120.2016872, 30.1674008 ], [ 120.2017795, 30.1674581 ], [ 120.2017478, 30.1675079 ], [ 120.2018688, 30.1675627 ], [ 120.2020013, 30.1675827 ], [ 120.2021742, 30.1676076 ], [ 120.2022635, 30.1676399 ], [ 120.2023701, 30.1676649 ], [ 120.20252, 30.1677794 ], [ 120.2030674, 30.1676997 ], [ 120.2031222, 30.1675353 ], [ 120.2031366, 30.1673709 ], [ 120.2031165, 30.1672917 ], [ 120.2030502, 30.1671955 ], [ 120.2030327, 30.1671433 ], [ 120.2030354, 30.1670917 ], [ 120.2030656, 30.1669914 ], [ 120.2030964, 30.1668784 ], [ 120.2031179, 30.1668413 ], [ 120.2031367, 30.166814 ], [ 120.2031755, 30.166788 ], [ 120.203199, 30.1667694 ], [ 120.2032171, 30.1667456 ], [ 120.2032755, 30.1664494 ], [ 120.2032721, 30.166421 ], [ 120.2032332, 30.166316 ], [ 120.2032211, 30.1662505 ], [ 120.2032319, 30.1661694 ], [ 120.2033309, 30.1658731 ], [ 120.2035342, 30.1653082 ], [ 120.2036379, 30.164815 ], [ 120.2036985, 30.1644214 ], [ 120.2037071, 30.1643391 ], [ 120.2034622, 30.164252 ], [ 120.2033008, 30.1643641 ], [ 120.2030847, 30.1645584 ], [ 120.2029925, 30.1646456 ], [ 120.2029262, 30.1647701 ], [ 120.2027447, 30.1650043 ], [ 120.2026496, 30.1650716 ], [ 120.2025171, 30.1651239 ], [ 120.2023269, 30.1651812 ], [ 120.2022923, 30.1651762 ], [ 120.2022722, 30.1651064 ], [ 120.2021137, 30.1648872 ], [ 120.2019869, 30.164795 ], [ 120.2018947, 30.1647452 ], [ 120.2018371, 30.164663 ], [ 120.2018083, 30.1645509 ], [ 120.201791, 30.1644164 ], [ 120.2018111, 30.1643117 ], [ 120.2017766, 30.1642071 ], [ 120.2017161, 30.1641025 ], [ 120.2015893, 30.163948 ], [ 120.2014654, 30.1637761 ], [ 120.2013674, 30.1636914 ], [ 120.2013213, 30.1635918 ], [ 120.2012817, 30.1634677 ], [ 120.2012294, 30.1633432 ], [ 120.2012621, 30.1632045 ], [ 120.2012392, 30.1630546 ], [ 120.2010428, 30.1625849 ], [ 120.2011672, 30.1625396 ], [ 120.2012719, 30.1625453 ], [ 120.2014224, 30.1626471 ], [ 120.2016221, 30.1627433 ], [ 120.2016679, 30.1627858 ], [ 120.2017137, 30.1628056 ], [ 120.2018152, 30.1628141 ], [ 120.2019591, 30.162831 ], [ 120.2020606, 30.162882 ], [ 120.2021228, 30.1629386 ], [ 120.2022308, 30.1630659 ], [ 120.2023878, 30.1630715 ], [ 120.2024598, 30.1631196 ], [ 120.2026693, 30.1632017 ], [ 120.2029605, 30.1633262 ], [ 120.2032387, 30.1634309 ], [ 120.2033205, 30.1634705 ], [ 120.2033958, 30.1635752 ], [ 120.2034809, 30.1636403 ], [ 120.2035463, 30.163728 ], [ 120.2037721, 30.1637676 ], [ 120.2037819, 30.1636997 ], [ 120.2038376, 30.1636601 ], [ 120.2039488, 30.1636431 ], [ 120.2043252, 30.1637676 ], [ 120.2050746, 30.1640703 ], [ 120.2051008, 30.1641128 ], [ 120.2051728, 30.1641269 ], [ 120.2052579, 30.1641071 ], [ 120.2065047, 30.1644297 ], [ 120.2070283, 30.1645938 ], [ 120.2084355, 30.1649644 ], [ 120.2085369, 30.1649814 ], [ 120.2085827, 30.16512 ], [ 120.2086122, 30.1655642 ], [ 120.2086155, 30.1656746 ], [ 120.2086155, 30.1660226 ], [ 120.2086155, 30.1660848 ], [ 120.2086776, 30.1661471 ], [ 120.2087464, 30.166215 ], [ 120.2087889, 30.1663083 ], [ 120.2087955, 30.16643 ], [ 120.208766, 30.1665545 ], [ 120.208766, 30.1668487 ], [ 120.2087202, 30.1669138 ], [ 120.208694, 30.1669704 ], [ 120.2086384, 30.1670044 ], [ 120.2085173, 30.1670864 ], [ 120.208442, 30.1671996 ], [ 120.2082293, 30.1677541 ], [ 120.207997, 30.1683228 ], [ 120.2078857, 30.1686567 ], [ 120.2078366, 30.1689707 ], [ 120.2077973, 30.1698308 ], [ 120.2079413, 30.1698138 ], [ 120.208046, 30.1686312 ], [ 120.2085009, 30.1674599 ], [ 120.2085598, 30.1673382 ], [ 120.2086318, 30.1672958 ], [ 120.2087791, 30.1674146 ], [ 120.2089918, 30.1675532 ], [ 120.2090049, 30.1676127 ], [ 120.2090474, 30.1676636 ], [ 120.209162, 30.1676862 ], [ 120.2092503, 30.1677626 ], [ 120.209306, 30.1677428 ], [ 120.209378, 30.1677513 ], [ 120.2095121, 30.1679748 ], [ 120.20945, 30.1680738 ], [ 120.209463, 30.1681729 ], [ 120.209499, 30.1682323 ], [ 120.2095841, 30.1682634 ], [ 120.209594, 30.1681842 ], [ 120.209679, 30.1681842 ], [ 120.2097216, 30.1681106 ], [ 120.2098132, 30.1680625 ], [ 120.2099637, 30.1677371 ], [ 120.2101405, 30.1673241 ], [ 120.2101012, 30.1672477 ], [ 120.2100063, 30.1672222 ], [ 120.2099703, 30.1671656 ], [ 120.2100161, 30.1668487 ], [ 120.2101503, 30.1667582 ], [ 120.2102125, 30.1666592 ], [ 120.2103205, 30.1666677 ], [ 120.2104121, 30.1665602 ], [ 120.2104841, 30.1665602 ], [ 120.2105953, 30.16658 ], [ 120.2106281, 30.1665036 ], [ 120.2103434, 30.1663904 ], [ 120.2103106, 30.1663366 ], [ 120.2104808, 30.1661358 ], [ 120.2105495, 30.1661244 ], [ 120.2106215, 30.1661018 ], [ 120.211024, 30.1662489 ], [ 120.2111419, 30.1662235 ], [ 120.2112858, 30.1662716 ], [ 120.2113349, 30.1661471 ], [ 120.2113284, 30.1660792 ], [ 120.2114298, 30.1658839 ], [ 120.2114757, 30.1658924 ], [ 120.2116982, 30.1655331 ], [ 120.211852, 30.1653124 ], [ 120.2119142, 30.1651002 ], [ 120.2119371, 30.165004 ], [ 120.2119698, 30.1649729 ], [ 120.2119567, 30.1647664 ], [ 120.211852, 30.1646871 ], [ 120.2115378, 30.1646107 ], [ 120.2113153, 30.1645202 ], [ 120.211276, 30.1644127 ], [ 120.2113284, 30.1641524 ], [ 120.2113448, 30.1639911 ], [ 120.2112957, 30.1638581 ], [ 120.211204, 30.1638015 ], [ 120.211096, 30.1637761 ], [ 120.2108964, 30.1637732 ], [ 120.2108113, 30.1637223 ], [ 120.2106641, 30.163612 ], [ 120.2105659, 30.1635129 ], [ 120.2104514, 30.163346 ], [ 120.2104219, 30.1631932 ], [ 120.2103695, 30.1629527 ], [ 120.2103695, 30.1627886 ], [ 120.2104579, 30.1625283 ], [ 120.2104972, 30.1620077 ], [ 120.2105659, 30.1618917 ], [ 120.211312, 30.1618945 ], [ 120.2115607, 30.161869 ], [ 120.2116982, 30.1618351 ], [ 120.2118062, 30.161654 ], [ 120.2118225, 30.1615861 ], [ 120.2117931, 30.1615578 ], [ 120.2117309, 30.1615634 ], [ 120.2116393, 30.1616483 ], [ 120.211456, 30.1616851 ], [ 120.2111582, 30.1617077 ], [ 120.211024, 30.1616993 ], [ 120.2107262, 30.1616031 ], [ 120.2104383, 30.1614701 ], [ 120.2103434, 30.1614107 ], [ 120.2101994, 30.1611984 ], [ 120.2099507, 30.1608334 ], [ 120.2099572, 30.1607712 ], [ 120.2100325, 30.1607203 ], [ 120.2099965, 30.1606495 ], [ 120.2095449, 30.1599421 ], [ 120.2094172, 30.1597922 ], [ 120.2089427, 30.1592744 ], [ 120.2088151, 30.1591329 ], [ 120.2087006, 30.158949 ], [ 120.2085566, 30.1590169 ], [ 120.2087431, 30.1593508 ], [ 120.2088609, 30.15958 ], [ 120.2089165, 30.1598035 ], [ 120.2089754, 30.1598799 ], [ 120.209054, 30.1599308 ], [ 120.2090474, 30.1600044 ], [ 120.2088151, 30.160293 ], [ 120.2084518, 30.1604684 ], [ 120.2082359, 30.1605618 ], [ 120.2081769, 30.160576 ], [ 120.208082, 30.1605363 ], [ 120.2075683, 30.1603609 ], [ 120.2075159, 30.1603609 ], [ 120.207421, 30.1605109 ], [ 120.2073883, 30.1605873 ], [ 120.2074112, 30.1606382 ], [ 120.2075355, 30.1606948 ], [ 120.2079282, 30.1609013 ], [ 120.2081442, 30.1610626 ], [ 120.2083438, 30.1611164 ], [ 120.2087955, 30.1611419 ], [ 120.2089067, 30.1611588 ], [ 120.2089362, 30.1612352 ], [ 120.2089525, 30.1613229 ], [ 120.2090605, 30.1614333 ], [ 120.209342, 30.1617304 ], [ 120.2095187, 30.1618181 ], [ 120.2096005, 30.1618803 ], [ 120.2095776, 30.1619539 ], [ 120.209342, 30.1620445 ], [ 120.2089329, 30.1622227 ], [ 120.2088315, 30.1624038 ], [ 120.2088315, 30.1624547 ], [ 120.2088969, 30.1625 ], [ 120.2089951, 30.1625707 ], [ 120.2090343, 30.1626641 ], [ 120.2090573, 30.1627745 ], [ 120.2090278, 30.1630546 ], [ 120.2089754, 30.1632668 ], [ 120.2089329, 30.163711 ], [ 120.2089231, 30.1641354 ], [ 120.2089296, 30.1643533 ], [ 120.2089067, 30.1644806 ], [ 120.2088347, 30.1645259 ], [ 120.2087431, 30.1645259 ], [ 120.2085435, 30.1644749 ], [ 120.2080755, 30.1643448 ], [ 120.2079381, 30.1643674 ], [ 120.2077581, 30.1643108 ], [ 120.2074603, 30.1641778 ], [ 120.2070545, 30.1640242 ], [ 120.2070492, 30.1639757 ], [ 120.20714, 30.1636453 ], [ 120.2071694, 30.1632779 ], [ 120.207255, 30.1632663 ], [ 120.2074741, 30.1633056 ], [ 120.2074901, 30.1633772 ], [ 120.2074714, 30.1636938 ], [ 120.2074688, 30.163874 ], [ 120.2074848, 30.1639456 ], [ 120.2076024, 30.1639895 ], [ 120.2076772, 30.1639734 ], [ 120.2077039, 30.1639295 ], [ 120.2076986, 30.1636707 ], [ 120.20772, 30.1635806 ], [ 120.2077333, 30.1633957 ], [ 120.2076959, 30.163301 ], [ 120.2076879, 30.163197 ], [ 120.2076393, 30.1631226 ], [ 120.2074861, 30.1630615 ], [ 120.2073742, 30.1629978 ], [ 120.2073242, 30.1628578 ], [ 120.2072123, 30.1627178 ], [ 120.2065379, 30.1624759 ], [ 120.2059902, 30.1623333 ], [ 120.2058783, 30.1623537 ], [ 120.2058077, 30.1624097 ], [ 120.2057635, 30.162509 ], [ 120.2057605, 30.1630182 ], [ 120.2057311, 30.1630997 ], [ 120.2056398, 30.1631735 ], [ 120.2055191, 30.1632143 ], [ 120.2054739, 30.1633551 ], [ 120.2054535, 30.1634241 ], [ 120.2054821, 30.1635036 ], [ 120.2055537, 30.163569 ], [ 120.2058031, 30.163668 ], [ 120.2058195, 30.1636928 ], [ 120.2057786, 30.163691 ], [ 120.2055496, 30.1636061 ], [ 120.2054555, 30.1635266 ], [ 120.2054208, 30.16344 ], [ 120.205429, 30.163364 ], [ 120.2054126, 30.1633162 ], [ 120.2054042, 30.1632092 ], [ 120.2051716, 30.1631532 ], [ 120.2045473, 30.1628909 ], [ 120.2044001, 30.1628655 ], [ 120.2042941, 30.1628807 ], [ 120.2041822, 30.162924 ], [ 120.2039643, 30.1631124 ], [ 120.2038583, 30.1631837 ], [ 120.2037846, 30.163171 ], [ 120.2037729, 30.1631022 ], [ 120.2039054, 30.1626771 ], [ 120.2039996, 30.1626134 ], [ 120.2043147, 30.1625472 ], [ 120.2043706, 30.1624683 ], [ 120.2044178, 30.1622722 ], [ 120.2045031, 30.1621017 ], [ 120.2046857, 30.1617961 ], [ 120.2047534, 30.1616943 ], [ 120.204939, 30.1616255 ], [ 120.205148, 30.1613353 ], [ 120.2052688, 30.1611163 ], [ 120.2052688, 30.161012 ], [ 120.2052217, 30.1608261 ], [ 120.2052658, 30.1607446 ], [ 120.2055014, 30.1607242 ], [ 120.2057193, 30.1606606 ], [ 120.2058489, 30.1607166 ], [ 120.2059402, 30.1607573 ], [ 120.2060815, 30.1607624 ], [ 120.2062317, 30.1607115 ], [ 120.2063495, 30.1606606 ], [ 120.2064319, 30.160546 ], [ 120.2065586, 30.1604136 ], [ 120.2066528, 30.1603805 ], [ 120.2067912, 30.1603882 ], [ 120.2072182, 30.1605206 ], [ 120.2072947, 30.1605231 ], [ 120.2074243, 30.1603551 ], [ 120.2074302, 30.160294 ], [ 120.2073271, 30.1601641 ], [ 120.2072093, 30.1601056 ], [ 120.2070592, 30.1600623 ], [ 120.2069855, 30.1600674 ], [ 120.2069031, 30.1600699 ], [ 120.2064408, 30.1598382 ], [ 120.2059019, 30.1594232 ], [ 120.2058253, 30.1593392 ], [ 120.2058312, 30.1592781 ], [ 120.2059461, 30.159138 ], [ 120.2060697, 30.1590566 ], [ 120.2062052, 30.1589776 ], [ 120.2063171, 30.1589114 ], [ 120.2063819, 30.1587561 ], [ 120.2064408, 30.1587027 ], [ 120.2064143, 30.1585066 ], [ 120.2065939, 30.1582826 ], [ 120.2069266, 30.1579745 ], [ 120.2070091, 30.1578828 ], [ 120.2071946, 30.1576995 ], [ 120.2072564, 30.1576689 ], [ 120.2073536, 30.1576562 ], [ 120.2074449, 30.1576842 ], [ 120.2075986, 30.1577597 ], [ 120.2077428, 30.1578501 ], [ 120.2079357, 30.158087 ], [ 120.2080452, 30.1582844 ], [ 120.2081776, 30.1584947 ], [ 120.2085208, 30.1589894 ], [ 120.208671, 30.158909 ], [ 120.2080703, 30.1580526 ], [ 120.2078092, 30.1576877 ], [ 120.2076019, 30.1573878 ], [ 120.2074088, 30.1570508 ], [ 120.2072514, 30.1567726 ], [ 120.2071835, 30.1565252 ], [ 120.2071406, 30.1563335 ], [ 120.2070977, 30.1563243 ], [ 120.2070548, 30.1564665 ], [ 120.2070548, 30.1566613 ], [ 120.2070548, 30.1567602 ], [ 120.2071048, 30.1568344 ], [ 120.2071477, 30.156921 ], [ 120.2071513, 30.1570385 ], [ 120.2071263, 30.15719 ], [ 120.2070405, 30.1574002 ], [ 120.2068831, 30.1576754 ], [ 120.2066614, 30.1579443 ], [ 120.206336, 30.1582288 ], [ 120.2061751, 30.1583432 ], [ 120.2058712, 30.1587266 ], [ 120.205696, 30.1589213 ], [ 120.2053992, 30.159113 ], [ 120.2052597, 30.1591872 ], [ 120.2051668, 30.1592831 ], [ 120.2049487, 30.1594531 ], [ 120.2047949, 30.1595366 ], [ 120.2046698, 30.1595613 ], [ 120.2045303, 30.1595582 ], [ 120.2044338, 30.1595644 ], [ 120.204137, 30.15928 ], [ 120.2038473, 30.1590172 ], [ 120.2037758, 30.1589059 ], [ 120.2038044, 30.1588286 ], [ 120.2038867, 30.1587482 ], [ 120.2038724, 30.1586956 ], [ 120.2038259, 30.1585998 ], [ 120.2037186, 30.1585411 ], [ 120.2035935, 30.1584823 ], [ 120.2035005, 30.1583092 ], [ 120.2033467, 30.1579753 ], [ 120.2031894, 30.1577403 ], [ 120.2030106, 30.1578485 ], [ 120.2031, 30.1579598 ], [ 120.2031965, 30.1581886 ], [ 120.2032573, 30.1583432 ], [ 120.2033002, 30.1585472 ], [ 120.203306, 30.1586159 ], [ 120.2031254, 30.1588073 ], [ 120.2028225, 30.1589684 ], [ 120.2026652, 30.1590893 ], [ 120.2024672, 30.1592656 ], [ 120.2023973, 30.1592605 ], [ 120.2020361, 30.1595224 ], [ 120.2017408, 30.1596897 ], [ 120.2015738, 30.1597716 ], [ 120.2013662, 30.1599043 ], [ 120.2012489, 30.1599238 ], [ 120.2011767, 30.1598848 ], [ 120.2010414, 30.1599277 ], [ 120.2009511, 30.1599199 ], [ 120.2008879, 30.1599199 ], [ 120.2008248, 30.1599511 ], [ 120.2008157, 30.1600018 ], [ 120.2007706, 30.1600525 ], [ 120.2007074, 30.1600486 ], [ 120.2006533, 30.1600135 ], [ 120.2005495, 30.1600486 ], [ 120.2002607, 30.1601111 ], [ 120.1998952, 30.1603764 ], [ 120.1997959, 30.1605246 ], [ 120.1997463, 30.1606378 ], [ 120.1996741, 30.160708 ], [ 120.1996411, 30.1607767 ], [ 120.1994546, 30.160983 ], [ 120.1993898, 30.1610318 ], [ 120.19934, 30.1610362 ], [ 120.1992911, 30.161029 ], [ 120.1992059, 30.1609666 ], [ 120.1991864, 30.1609487 ], [ 120.1991703, 30.1609272 ], [ 120.1991542, 30.1609011 ], [ 120.199141, 30.1608767 ], [ 120.198994, 30.1609817 ], [ 120.1988475, 30.1610835 ], [ 120.1988709, 30.1611067 ], [ 120.1988991, 30.1611461 ], [ 120.1989098, 30.1611777 ], [ 120.1989041, 30.1612197 ], [ 120.1987987, 30.1613088 ], [ 120.1989025, 30.1614532 ] ], [ [ 120.201249, 30.1604713 ], [ 120.2012457, 30.1603722 ], [ 120.2012719, 30.1602817 ], [ 120.2014584, 30.16016 ], [ 120.2017562, 30.1599591 ], [ 120.2018806, 30.1598375 ], [ 120.2021424, 30.1597894 ], [ 120.2023257, 30.1597356 ], [ 120.2025449, 30.1597413 ], [ 120.2027086, 30.1597554 ], [ 120.2028002, 30.1598601 ], [ 120.2029311, 30.1599025 ], [ 120.2032027, 30.1599846 ], [ 120.203314, 30.1599025 ], [ 120.2034089, 30.1598431 ], [ 120.2035398, 30.1598063 ], [ 120.203687, 30.1598092 ], [ 120.2039227, 30.1598629 ], [ 120.2040045, 30.1598912 ], [ 120.2040667, 30.1599704 ], [ 120.2042466, 30.1602845 ], [ 120.2042434, 30.1604882 ], [ 120.2042859, 30.1608787 ], [ 120.2042663, 30.1610598 ], [ 120.204083, 30.1614305 ], [ 120.2039652, 30.1617615 ], [ 120.2039161, 30.1619313 ], [ 120.203602, 30.1624576 ], [ 120.2033107, 30.1628763 ], [ 120.2032256, 30.1629329 ], [ 120.2031045, 30.1629725 ], [ 120.2028427, 30.1629301 ], [ 120.202522, 30.1629188 ], [ 120.2023944, 30.162865 ], [ 120.2021751, 30.1627207 ], [ 120.2020475, 30.1626386 ], [ 120.2018773, 30.1625283 ], [ 120.2016646, 30.1623896 ], [ 120.201573, 30.1622369 ], [ 120.2015272, 30.1621435 ], [ 120.2015501, 30.1620331 ], [ 120.2017333, 30.1615606 ], [ 120.2018119, 30.1612465 ], [ 120.2017464, 30.161173 ], [ 120.2016253, 30.1611362 ], [ 120.2013406, 30.1611022 ], [ 120.2012294, 30.1610457 ], [ 120.2011966, 30.1609353 ], [ 120.201249, 30.1604713 ] ], [ [ 120.2014394, 30.1664591 ], [ 120.201523, 30.1664193 ], [ 120.2018025, 30.1664591 ], [ 120.2020273, 30.1665065 ], [ 120.2022981, 30.1666211 ], [ 120.2028888, 30.1667456 ], [ 120.2029695, 30.166783 ], [ 120.2029608, 30.1668552 ], [ 120.2029003, 30.1669499 ], [ 120.20286, 30.167072 ], [ 120.2027649, 30.1671766 ], [ 120.2026813, 30.1672189 ], [ 120.2025373, 30.1672538 ], [ 120.2024278, 30.1672713 ], [ 120.202373, 30.1672762 ], [ 120.2023039, 30.1673261 ], [ 120.2022261, 30.1673809 ], [ 120.2021108, 30.1673834 ], [ 120.2020301, 30.1673634 ], [ 120.2019062, 30.1672987 ], [ 120.2018371, 30.1672837 ], [ 120.2018169, 30.1672613 ], [ 120.2017074, 30.1671467 ], [ 120.20167, 30.1670246 ], [ 120.201595, 30.1668926 ], [ 120.2015461, 30.1667656 ], [ 120.2015057, 30.1666485 ], [ 120.2014798, 30.1665712 ], [ 120.2014279, 30.1665289 ], [ 120.2014394, 30.1664591 ] ], [ [ 120.2059422, 30.1637175 ], [ 120.2061037, 30.1637652 ], [ 120.2066668, 30.163918 ], [ 120.2069042, 30.1639596 ], [ 120.2069092, 30.1639869 ], [ 120.2067436, 30.163965 ], [ 120.206578, 30.1639314 ], [ 120.2059667, 30.1637635 ], [ 120.2059197, 30.1637246 ], [ 120.2059422, 30.1637175 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.203563, 30.1641473 ], [ 120.2037561, 30.164227 ], [ 120.2037763, 30.1641772 ], [ 120.2037618, 30.1640925 ], [ 120.2037618, 30.1640203 ], [ 120.2037647, 30.1639455 ], [ 120.2037721, 30.1637676 ], [ 120.2035463, 30.163728 ], [ 120.2035313, 30.163816 ], [ 120.203563, 30.1641473 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2123388, 30.1647185 ], [ 120.2124768, 30.1648279 ], [ 120.2143794, 30.1653099 ], [ 120.2145001, 30.1653149 ], [ 120.2148105, 30.1652751 ], [ 120.2150979, 30.1652304 ], [ 120.2153451, 30.1651062 ], [ 120.2154773, 30.164967 ], [ 120.2155347, 30.1647981 ], [ 120.2155635, 30.1645048 ], [ 120.2155118, 30.1642961 ], [ 120.2152991, 30.1642017 ], [ 120.2151669, 30.1640824 ], [ 120.2149944, 30.1640625 ], [ 120.2149427, 30.1639532 ], [ 120.214822, 30.1639482 ], [ 120.214822, 30.1640128 ], [ 120.214868, 30.1640774 ], [ 120.21473, 30.1640725 ], [ 120.2145173, 30.1640824 ], [ 120.2144599, 30.163993 ], [ 120.2143162, 30.1639234 ], [ 120.2137873, 30.1638439 ], [ 120.2135229, 30.1638588 ], [ 120.2133218, 30.1639482 ], [ 120.2132068, 30.163993 ], [ 120.2127584, 30.1639085 ], [ 120.212471, 30.1637991 ], [ 120.2123618, 30.1638141 ], [ 120.2123101, 30.1639134 ], [ 120.2122928, 30.1646092 ], [ 120.2123388, 30.1647185 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1938869, 30.1673944 ], [ 120.1939459, 30.1674726 ], [ 120.1938948, 30.1679044 ], [ 120.1939695, 30.1679044 ], [ 120.1940009, 30.167476 ], [ 120.1941071, 30.1674284 ], [ 120.1943549, 30.1674352 ], [ 120.1943706, 30.1673298 ], [ 120.1942605, 30.1672924 ], [ 120.1941386, 30.1671802 ], [ 120.1940757, 30.1670578 ], [ 120.1941858, 30.1664968 ], [ 120.1944886, 30.165725 ], [ 120.1949732, 30.1649864 ], [ 120.1951374, 30.1647326 ], [ 120.1953871, 30.1644183 ], [ 120.1955489, 30.1643447 ], [ 120.1956012, 30.1642414 ], [ 120.1956795, 30.1641027 ], [ 120.1959221, 30.163822 ], [ 120.1963848, 30.1633412 ], [ 120.1966461, 30.1630928 ], [ 120.197232, 30.1626604 ], [ 120.1976387, 30.1623539 ], [ 120.1981201, 30.1620184 ], [ 120.1989025, 30.1614532 ], [ 120.1987987, 30.1613088 ], [ 120.1979885, 30.1619135 ], [ 120.1971391, 30.1625153 ], [ 120.1962857, 30.1631954 ], [ 120.1958807, 30.1635694 ], [ 120.1954992, 30.1639672 ], [ 120.1951217, 30.1643786 ], [ 120.1947599, 30.164875 ], [ 120.194524, 30.1652422 ], [ 120.19417, 30.1659188 ], [ 120.1940245, 30.1663744 ], [ 120.1939223, 30.1666838 ], [ 120.1938869, 30.1669864 ], [ 120.1938869, 30.1673944 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2038638, 30.1649852 ], [ 120.2043364, 30.1652064 ], [ 120.2045402, 30.1653188 ], [ 120.2045966, 30.1653563 ], [ 120.2050996, 30.1653526 ], [ 120.205234, 30.1653188 ], [ 120.2055852, 30.1650189 ], [ 120.205802, 30.1648428 ], [ 120.2059364, 30.1647753 ], [ 120.2060665, 30.1647678 ], [ 120.2061575, 30.1647265 ], [ 120.2063917, 30.1647153 ], [ 120.2067038, 30.1647265 ], [ 120.2067906, 30.1647003 ], [ 120.2067429, 30.1646741 ], [ 120.2054508, 30.1643142 ], [ 120.2048134, 30.1641755 ], [ 120.2044448, 30.1641192 ], [ 120.2042541, 30.1641192 ], [ 120.2040731, 30.1641177 ], [ 120.2039529, 30.1643712 ], [ 120.2039525, 30.164448 ], [ 120.2039636, 30.1645466 ], [ 120.2038812, 30.1646628 ], [ 120.2038508, 30.1647865 ], [ 120.2038422, 30.1648765 ], [ 120.2038638, 30.1649852 ] ], [ [ 120.204072, 30.1643104 ], [ 120.2041327, 30.164213 ], [ 120.204187, 30.1641875 ], [ 120.204235, 30.1641986 ], [ 120.2042497, 30.1641755 ], [ 120.2043755, 30.1642167 ], [ 120.2043971, 30.1642617 ], [ 120.2044058, 30.1643404 ], [ 120.2043711, 30.1644529 ], [ 120.2042584, 30.1645279 ], [ 120.2041804, 30.1645354 ], [ 120.2040936, 30.1645054 ], [ 120.2040546, 30.1644679 ], [ 120.2040416, 30.1643854 ], [ 120.204072, 30.1643104 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2042957, 30.1684005 ], [ 120.2043715, 30.1684936 ], [ 120.2045111, 30.1685591 ], [ 120.2046068, 30.168597 ], [ 120.2046547, 30.1686522 ], [ 120.2047504, 30.1686625 ], [ 120.2048581, 30.1685694 ], [ 120.2051332, 30.1685349 ], [ 120.2054004, 30.1685143 ], [ 120.2054603, 30.1685315 ], [ 120.2055241, 30.1685556 ], [ 120.2057434, 30.1685212 ], [ 120.2060226, 30.1682764 ], [ 120.2061023, 30.1682315 ], [ 120.2061302, 30.1681626 ], [ 120.2061462, 30.1680867 ], [ 120.2061143, 30.168035 ], [ 120.2060904, 30.1679867 ], [ 120.2061422, 30.1677419 ], [ 120.2061342, 30.1676419 ], [ 120.2061701, 30.1675385 ], [ 120.2062339, 30.1674661 ], [ 120.2063775, 30.167442 ], [ 120.2066088, 30.1671385 ], [ 120.2067205, 30.1671144 ], [ 120.2068242, 30.167111 ], [ 120.206892, 30.1670489 ], [ 120.2069478, 30.1667558 ], [ 120.2070156, 30.1667179 ], [ 120.2070914, 30.1665938 ], [ 120.2073027, 30.1664455 ], [ 120.2077454, 30.1664386 ], [ 120.207869, 30.1664593 ], [ 120.2079568, 30.1664352 ], [ 120.2080086, 30.16638 ], [ 120.2080046, 30.1663076 ], [ 120.2082958, 30.1657835 ], [ 120.2083715, 30.1657835 ], [ 120.2084314, 30.1657456 ], [ 120.2084593, 30.1656938 ], [ 120.2084354, 30.1652387 ], [ 120.2083915, 30.1651594 ], [ 120.2082639, 30.165087 ], [ 120.2077733, 30.1649456 ], [ 120.2074304, 30.1649008 ], [ 120.2071831, 30.1648043 ], [ 120.2070316, 30.1647594 ], [ 120.2070196, 30.1648077 ], [ 120.2070674, 30.1648525 ], [ 120.2070954, 30.1649008 ], [ 120.2070954, 30.1649698 ], [ 120.2070475, 30.1650249 ], [ 120.2069677, 30.1650629 ], [ 120.206868, 30.1650422 ], [ 120.2067644, 30.164987 ], [ 120.2065849, 30.1649594 ], [ 120.2063576, 30.1649456 ], [ 120.2061582, 30.1649525 ], [ 120.2060864, 30.1649353 ], [ 120.2060345, 30.1649939 ], [ 120.2058989, 30.1650904 ], [ 120.2057873, 30.1651973 ], [ 120.2056836, 30.1653697 ], [ 120.2055241, 30.1656456 ], [ 120.2054323, 30.1657766 ], [ 120.2052967, 30.1659318 ], [ 120.2049777, 30.1661386 ], [ 120.2049298, 30.166249 ], [ 120.2049777, 30.1663352 ], [ 120.2050415, 30.1664558 ], [ 120.2050575, 30.1665593 ], [ 120.2051053, 30.1666834 ], [ 120.2051253, 30.1668282 ], [ 120.2049936, 30.1671247 ], [ 120.2049777, 30.1671834 ], [ 120.2048581, 30.1672765 ], [ 120.2048381, 30.167342 ], [ 120.204866, 30.1674247 ], [ 120.2048381, 30.1677074 ], [ 120.2046587, 30.1678419 ], [ 120.2046108, 30.1679005 ], [ 120.204555, 30.1679488 ], [ 120.2044234, 30.1680005 ], [ 120.2043117, 30.1681626 ], [ 120.2042798, 30.1683143 ], [ 120.2042957, 30.1684005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2389078, 30.1613158 ], [ 120.2389453, 30.1614085 ], [ 120.2390274, 30.1614016 ], [ 120.2390365, 30.1613622 ], [ 120.2390151, 30.1611766 ], [ 120.2390741, 30.1611303 ], [ 120.239235, 30.1610792 ], [ 120.2393906, 30.1610375 ], [ 120.2395086, 30.1610839 ], [ 120.2396588, 30.1610839 ], [ 120.239691, 30.1611534 ], [ 120.2396964, 30.1613065 ], [ 120.2397661, 30.1613622 ], [ 120.2398895, 30.1614271 ], [ 120.2400091, 30.1613877 ], [ 120.2401057, 30.1612532 ], [ 120.2401539, 30.161063 ], [ 120.24013, 30.1610124 ], [ 120.240029, 30.1609679 ], [ 120.2399393, 30.1609597 ], [ 120.2398558, 30.160941 ], [ 120.2397869, 30.1609371 ], [ 120.2397071, 30.1609586 ], [ 120.239353, 30.1609215 ], [ 120.2392726, 30.1609494 ], [ 120.2391401, 30.1609842 ], [ 120.2390848, 30.1609401 ], [ 120.2389561, 30.1610375 ], [ 120.2389936, 30.1611024 ], [ 120.2388971, 30.1611395 ], [ 120.2388702, 30.1612323 ], [ 120.2389078, 30.1613158 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2414207, 30.1609315 ], [ 120.2414817, 30.1609526 ], [ 120.2415101, 30.1609983 ], [ 120.2415142, 30.161044 ], [ 120.2414817, 30.1610932 ], [ 120.2414939, 30.1611635 ], [ 120.2415874, 30.1612057 ], [ 120.2417053, 30.161269 ], [ 120.2417378, 30.1613674 ], [ 120.2416728, 30.1614518 ], [ 120.2416687, 30.1615045 ], [ 120.2417134, 30.1615361 ], [ 120.2417785, 30.1617048 ], [ 120.2417866, 30.1617646 ], [ 120.2418435, 30.1618103 ], [ 120.2420143, 30.1617892 ], [ 120.2421037, 30.1617727 ], [ 120.2421931, 30.1617723 ], [ 120.2423197, 30.1617855 ], [ 120.2424493, 30.1618173 ], [ 120.2425712, 30.1618349 ], [ 120.2425799, 30.1618337 ], [ 120.2427013, 30.1618173 ], [ 120.2427257, 30.1617576 ], [ 120.2427623, 30.1616978 ], [ 120.2428111, 30.1616732 ], [ 120.242803, 30.1614728 ], [ 120.2427298, 30.1611706 ], [ 120.2426851, 30.1611741 ], [ 120.2426525, 30.1610792 ], [ 120.2425712, 30.1611038 ], [ 120.2424411, 30.1610159 ], [ 120.2425306, 30.1608999 ], [ 120.2424452, 30.1609315 ], [ 120.242368, 30.1609526 ], [ 120.2422663, 30.1609245 ], [ 120.2421972, 30.160812 ], [ 120.2421322, 30.1606855 ], [ 120.2420183, 30.1606398 ], [ 120.2418205, 30.1606353 ], [ 120.2416646, 30.1606609 ], [ 120.2414979, 30.1607136 ], [ 120.2414288, 30.160805 ], [ 120.2414063, 30.1608696 ], [ 120.2414207, 30.1609315 ] ], [ [ 120.2419614, 30.1608577 ], [ 120.2422216, 30.1612127 ], [ 120.2422094, 30.1612866 ], [ 120.2422135, 30.1613428 ], [ 120.2423029, 30.1613569 ], [ 120.2423354, 30.161392 ], [ 120.2423598, 30.1614518 ], [ 120.2424574, 30.1615361 ], [ 120.2423593, 30.1615866 ], [ 120.242307, 30.1616135 ], [ 120.2422501, 30.1615748 ], [ 120.2420021, 30.161631 ], [ 120.2418638, 30.1615256 ], [ 120.2419289, 30.1614166 ], [ 120.2416199, 30.1610756 ], [ 120.2419614, 30.1608577 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2408156, 30.1621143 ], [ 120.2408438, 30.1621444 ], [ 120.2408706, 30.1621375 ], [ 120.240888, 30.1621259 ], [ 120.24088, 30.1621108 ], [ 120.2408679, 30.1620864 ], [ 120.2408545, 30.1620621 ], [ 120.2408532, 30.1620447 ], [ 120.2408666, 30.1620273 ], [ 120.24088, 30.1620145 ], [ 120.2409873, 30.1620598 ], [ 120.2409484, 30.162134 ], [ 120.241002, 30.1621502 ], [ 120.2410838, 30.162192 ], [ 120.2411294, 30.1622233 ], [ 120.241171, 30.1622638 ], [ 120.2411737, 30.1622963 ], [ 120.2411911, 30.1623021 ], [ 120.241222, 30.162294 ], [ 120.2412743, 30.1622743 ], [ 120.2413293, 30.1622302 ], [ 120.2413574, 30.1621966 ], [ 120.2413521, 30.1621757 ], [ 120.2413319, 30.1621375 ], [ 120.2413105, 30.1620992 ], [ 120.2412877, 30.1620714 ], [ 120.2412421, 30.1620435 ], [ 120.2412099, 30.1620076 ], [ 120.2411576, 30.161974 ], [ 120.2409819, 30.16188 ], [ 120.2409189, 30.1619821 ], [ 120.2408827, 30.1619763 ], [ 120.2408428, 30.1619805 ], [ 120.2408183, 30.1620076 ], [ 120.2408076, 30.1620377 ], [ 120.2408022, 30.1620772 ], [ 120.2408156, 30.1621143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2380495, 30.1637368 ], [ 120.2388304, 30.1643743 ], [ 120.2388877, 30.1644875 ], [ 120.2389997, 30.1645788 ], [ 120.2391474, 30.1646799 ], [ 120.2391101, 30.1648467 ], [ 120.2392905, 30.1650382 ], [ 120.2394513, 30.1648755 ], [ 120.2393908, 30.1647362 ], [ 120.2389573, 30.1644253 ], [ 120.239006, 30.164348 ], [ 120.2388678, 30.164239 ], [ 120.2388678, 30.1641828 ], [ 120.2390264, 30.1640422 ], [ 120.2388109, 30.1638735 ], [ 120.2387621, 30.1639121 ], [ 120.238506, 30.1637188 ], [ 120.2385426, 30.1636696 ], [ 120.2382946, 30.1634938 ], [ 120.2381686, 30.1636133 ], [ 120.2379714, 30.1634675 ], [ 120.2379693, 30.1634271 ], [ 120.2380141, 30.1633884 ], [ 120.2378677, 30.16329 ], [ 120.2379165, 30.1632372 ], [ 120.2377945, 30.1632267 ], [ 120.237697, 30.1633075 ], [ 120.2376716, 30.1634197 ], [ 120.2380495, 30.1637368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2394147, 30.1651592 ], [ 120.2395987, 30.1649909 ], [ 120.2395421, 30.1649481 ], [ 120.2393634, 30.1651256 ], [ 120.2394147, 30.1651592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2377175, 30.1616755 ], [ 120.2384705, 30.1622982 ], [ 120.2404087, 30.1638535 ], [ 120.2404367, 30.163876 ], [ 120.2408122, 30.1641172 ], [ 120.2413915, 30.1644975 ], [ 120.2419939, 30.1650286 ], [ 120.2438608, 30.1666982 ], [ 120.2459636, 30.168776 ], [ 120.246543, 30.1692861 ], [ 120.2472387, 30.1697754 ], [ 120.2472789, 30.1697419 ], [ 120.247342, 30.1697721 ], [ 120.2475284, 30.1699805 ], [ 120.2478949, 30.1702632 ], [ 120.2481492, 30.1705058 ], [ 120.2493446, 30.1714765 ], [ 120.2498201, 30.1718761 ], [ 120.2500909, 30.1721302 ], [ 120.2502626, 30.1720103 ], [ 120.2499951, 30.1717962 ], [ 120.2497706, 30.1715849 ], [ 120.2494998, 30.1713109 ], [ 120.2476374, 30.1697636 ], [ 120.2475251, 30.1697521 ], [ 120.2473985, 30.1696425 ], [ 120.2473782, 30.1695528 ], [ 120.2463161, 30.1685881 ], [ 120.246177, 30.1684666 ], [ 120.2452539, 30.1676606 ], [ 120.2449213, 30.167373 ], [ 120.2449213, 30.1672339 ], [ 120.2441934, 30.1664941 ], [ 120.2429257, 30.1654065 ], [ 120.242561, 30.1649706 ], [ 120.2421441, 30.1647595 ], [ 120.2415203, 30.1642656 ], [ 120.2409318, 30.1638319 ], [ 120.2405332, 30.1635513 ], [ 120.238602, 30.1618631 ], [ 120.2379905, 30.1613993 ], [ 120.235857, 30.1596762 ], [ 120.2344178, 30.1584123 ], [ 120.2341066, 30.1586813 ], [ 120.2377175, 30.1616755 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2394058, 30.1654117 ], [ 120.2394359, 30.1654346 ], [ 120.2394996, 30.1654652 ], [ 120.2395386, 30.1655325 ], [ 120.2395563, 30.1655953 ], [ 120.239804, 30.1655937 ], [ 120.2398182, 30.1655631 ], [ 120.2398606, 30.1655035 ], [ 120.2397633, 30.1654943 ], [ 120.2396854, 30.165427 ], [ 120.2396465, 30.1653795 ], [ 120.2395917, 30.1653627 ], [ 120.2395987, 30.1652847 ], [ 120.2396306, 30.1652495 ], [ 120.2396518, 30.1652526 ], [ 120.2396731, 30.1651776 ], [ 120.2397916, 30.1650644 ], [ 120.2396784, 30.1649909 ], [ 120.2394483, 30.1651761 ], [ 120.2393952, 30.1652617 ], [ 120.2394058, 30.1654117 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2395502, 30.165719 ], [ 120.239644, 30.165794 ], [ 120.2397484, 30.1658414 ], [ 120.2398687, 30.1657527 ], [ 120.2397855, 30.1656777 ], [ 120.239536, 30.1656731 ], [ 120.2395502, 30.165719 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.240327, 30.1663035 ], [ 120.2404633, 30.166383 ], [ 120.2404403, 30.1664167 ], [ 120.2405553, 30.1665085 ], [ 120.2406739, 30.1663815 ], [ 120.2401235, 30.1659363 ], [ 120.2399997, 30.166051 ], [ 120.240327, 30.1663035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2465363, 30.1683128 ], [ 120.2466644, 30.1685432 ], [ 120.2469357, 30.1687949 ], [ 120.247236, 30.1689721 ], [ 120.2474265, 30.1687744 ], [ 120.2475769, 30.1687718 ], [ 120.2479473, 30.1684337 ], [ 120.2482546, 30.1683876 ], [ 120.248909, 30.1677566 ], [ 120.2479905, 30.1668741 ], [ 120.2476935, 30.1669148 ], [ 120.2468881, 30.1676703 ], [ 120.2468881, 30.1679046 ], [ 120.2464823, 30.1680774 ], [ 120.2465363, 30.1683128 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1406959, 30.1735378 ], [ 120.1408286, 30.1732556 ], [ 120.1411653, 30.1725719 ], [ 120.1418999, 30.1711473 ], [ 120.1424815, 30.1699564 ], [ 120.1427162, 30.1695021 ], [ 120.1425734, 30.1694272 ], [ 120.1419509, 30.1706048 ], [ 120.1405123, 30.1734805 ], [ 120.1406959, 30.1735378 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1466838, 30.1722602 ], [ 120.1467085, 30.1722896 ], [ 120.1499089, 30.1731263 ], [ 120.1499707, 30.1731584 ], [ 120.1500078, 30.1732225 ], [ 120.1500202, 30.1732947 ], [ 120.1500233, 30.1733883 ], [ 120.1499985, 30.1735192 ], [ 120.1499367, 30.1738213 ], [ 120.149946, 30.1739389 ], [ 120.1499676, 30.1740271 ], [ 120.1500356, 30.174102 ], [ 120.1501734, 30.1741494 ], [ 120.1504093, 30.1742057 ], [ 120.1504375, 30.1740703 ], [ 120.1501651, 30.1739939 ], [ 120.1500913, 30.1739363 ], [ 120.1500635, 30.173816 ], [ 120.1501501, 30.173292 ], [ 120.150147, 30.1732332 ], [ 120.1500851, 30.1731343 ], [ 120.1500233, 30.1730835 ], [ 120.1471785, 30.1723457 ], [ 120.1469714, 30.1722762 ], [ 120.1468322, 30.1721934 ], [ 120.1466714, 30.172172 ], [ 120.1466838, 30.1722602 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1520593, 30.1747026 ], [ 120.1522857, 30.1748067 ], [ 120.1523861, 30.1748662 ], [ 120.1524205, 30.1749083 ], [ 120.1524348, 30.1749703 ], [ 120.1524578, 30.1752776 ], [ 120.1524778, 30.1753842 ], [ 120.1525094, 30.1754573 ], [ 120.1525409, 30.1755304 ], [ 120.1526154, 30.1756073 ], [ 120.1526986, 30.1756643 ], [ 120.1528362, 30.1756915 ], [ 120.1529595, 30.1756915 ], [ 120.1534641, 30.1756841 ], [ 120.1534612, 30.1755676 ], [ 120.1530598, 30.1755627 ], [ 120.1529136, 30.1755552 ], [ 120.152776, 30.175523 ], [ 120.1526785, 30.1754561 ], [ 120.1526412, 30.1753768 ], [ 120.1526269, 30.1752752 ], [ 120.1525902, 30.1749229 ], [ 120.1525452, 30.174836 ], [ 120.1524318, 30.1747163 ], [ 120.1522942, 30.1746382 ], [ 120.1504375, 30.1740703 ], [ 120.1504093, 30.1742057 ], [ 120.1520593, 30.1747026 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1534641, 30.1756841 ], [ 120.1535808, 30.1756831 ], [ 120.1540963, 30.1756962 ], [ 120.1546612, 30.1756864 ], [ 120.1546622, 30.1756167 ], [ 120.1546631, 30.1755499 ], [ 120.1534612, 30.1755676 ], [ 120.1534641, 30.1756841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1388838, 30.1783551 ], [ 120.1390313, 30.1783533 ], [ 120.1392515, 30.1776996 ], [ 120.1392806, 30.1776045 ], [ 120.1392937, 30.1775686 ], [ 120.1393179, 30.177502 ], [ 120.1393865, 30.1773135 ], [ 120.1395361, 30.1768269 ], [ 120.1396711, 30.1764533 ], [ 120.1398165, 30.1760277 ], [ 120.1399889, 30.1754836 ], [ 120.1401427, 30.1749627 ], [ 120.1403566, 30.1743252 ], [ 120.1404439, 30.1740594 ], [ 120.1405291, 30.1738672 ], [ 120.1403816, 30.1738241 ], [ 120.1402445, 30.1741474 ], [ 120.1399245, 30.1749214 ], [ 120.1397459, 30.1755428 ], [ 120.1395091, 30.1763079 ], [ 120.1393179, 30.1768825 ], [ 120.1391268, 30.1774375 ], [ 120.1390914, 30.1775285 ], [ 120.1388519, 30.178355 ], [ 120.1388838, 30.1783551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1387083, 30.1788242 ], [ 120.1387746, 30.1788783 ], [ 120.138841, 30.1789094 ], [ 120.1388959, 30.1789307 ], [ 120.1389642, 30.1789422 ], [ 120.1390116, 30.1788242 ], [ 120.1389395, 30.1787898 ], [ 120.1389035, 30.1787652 ], [ 120.1388959, 30.1787194 ], [ 120.1387007, 30.1787177 ], [ 120.1386874, 30.1787816 ], [ 120.1387083, 30.1788242 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1379741, 30.180776 ], [ 120.1380451, 30.1806909 ], [ 120.1381396, 30.1806394 ], [ 120.138249, 30.180604 ], [ 120.1383817, 30.1806614 ], [ 120.1384812, 30.1805925 ], [ 120.1386139, 30.1805581 ], [ 120.138594, 30.1804721 ], [ 120.1385873, 30.1803746 ], [ 120.1387797, 30.1802255 ], [ 120.1388261, 30.1801567 ], [ 120.1387797, 30.1800822 ], [ 120.1386603, 30.1800191 ], [ 120.1385011, 30.1799273 ], [ 120.1384511, 30.179835 ], [ 120.1386509, 30.1793348 ], [ 120.1384981, 30.1793286 ], [ 120.137915, 30.1807624 ], [ 120.1379741, 30.180776 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1379378, 30.1811394 ], [ 120.1380695, 30.1808206 ], [ 120.1380309, 30.1808024 ], [ 120.1380035, 30.1808095 ], [ 120.1379322, 30.1809185 ], [ 120.1378883, 30.1809825 ], [ 120.1378471, 30.1811082 ], [ 120.1379378, 30.1811394 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.13754, 30.1819094 ], [ 120.1376031, 30.1819165 ], [ 120.137636, 30.1818952 ], [ 120.1376353, 30.181831 ], [ 120.1377597, 30.1815415 ], [ 120.137896, 30.1812337 ], [ 120.1377978, 30.1811983 ], [ 120.1376524, 30.181478 ], [ 120.1375373, 30.1818051 ], [ 120.13754, 30.1819094 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1373535, 30.1826205 ], [ 120.1374139, 30.1825897 ], [ 120.1375811, 30.1824783 ], [ 120.137647, 30.1822697 ], [ 120.1376607, 30.1821725 ], [ 120.137636, 30.182182 ], [ 120.1375482, 30.1823242 ], [ 120.1374578, 30.1824214 ], [ 120.137285, 30.1824973 ], [ 120.1372356, 30.1826514 ], [ 120.1373535, 30.1826205 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1460312, 30.1830119 ], [ 120.1460772, 30.1830486 ], [ 120.1461214, 30.1830716 ], [ 120.1462081, 30.1830838 ], [ 120.1462648, 30.1830899 ], [ 120.1462984, 30.1830746 ], [ 120.1463249, 30.1830486 ], [ 120.1463125, 30.1830333 ], [ 120.146309, 30.183018 ], [ 120.1462769, 30.1829771 ], [ 120.1462165, 30.1829484 ], [ 120.146163, 30.1829614 ], [ 120.1461094, 30.1829509 ], [ 120.1460557, 30.1829557 ], [ 120.1460228, 30.1829867 ], [ 120.1460312, 30.1830119 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1455835, 30.183658 ], [ 120.1455968, 30.1836685 ], [ 120.1456171, 30.1836756 ], [ 120.1457482, 30.1836185 ], [ 120.1458458, 30.1835798 ], [ 120.1458666, 30.183546 ], [ 120.1458663, 30.1835207 ], [ 120.145858, 30.1834955 ], [ 120.1458132, 30.1834688 ], [ 120.1457533, 30.1835054 ], [ 120.1456984, 30.1835486 ], [ 120.1456455, 30.1836053 ], [ 120.1455927, 30.1836255 ], [ 120.1455825, 30.1836378 ], [ 120.1455835, 30.183658 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1371025, 30.1891644 ], [ 120.1372812, 30.1892514 ], [ 120.1373094, 30.1891898 ], [ 120.1373959, 30.1889978 ], [ 120.1373611, 30.1889597 ], [ 120.1373542, 30.1889276 ], [ 120.1376555, 30.1882745 ], [ 120.1380194, 30.1874932 ], [ 120.1383184, 30.1868561 ], [ 120.138666, 30.1860908 ], [ 120.1387842, 30.1858704 ], [ 120.1388306, 30.1857101 ], [ 120.1391226, 30.1851191 ], [ 120.1393822, 30.1846743 ], [ 120.1398017, 30.1841093 ], [ 120.1399593, 30.183903 ], [ 120.1402259, 30.1836445 ], [ 120.1407984, 30.1830555 ], [ 120.1413477, 30.1824885 ], [ 120.1420662, 30.1818273 ], [ 120.1421334, 30.1817332 ], [ 120.1422099, 30.1816029 ], [ 120.1422539, 30.1814787 ], [ 120.1423049, 30.1813044 ], [ 120.1423142, 30.1812142 ], [ 120.1422655, 30.1808937 ], [ 120.1422261, 30.1807755 ], [ 120.142189, 30.1807033 ], [ 120.1413206, 30.1796288 ], [ 120.1412758, 30.1795733 ], [ 120.1411599, 30.1794771 ], [ 120.1410311, 30.1794166 ], [ 120.1393792, 30.1789126 ], [ 120.1393266, 30.1789001 ], [ 120.1392686, 30.1790444 ], [ 120.1405318, 30.179403 ], [ 120.1409652, 30.1795433 ], [ 120.1411576, 30.1796695 ], [ 120.1412665, 30.1798057 ], [ 120.1415539, 30.1801721 ], [ 120.1418135, 30.180503 ], [ 120.1420453, 30.1808095 ], [ 120.1420945, 30.1809342 ], [ 120.1421326, 30.1811361 ], [ 120.1421289, 30.1813009 ], [ 120.1420736, 30.1814932 ], [ 120.1419346, 30.1817398 ], [ 120.1412621, 30.1823254 ], [ 120.1403913, 30.1832244 ], [ 120.1398797, 30.1837808 ], [ 120.1397998, 30.1838908 ], [ 120.1397272, 30.1839778 ], [ 120.1395703, 30.1842188 ], [ 120.1392476, 30.1846451 ], [ 120.1389533, 30.1850759 ], [ 120.1386975, 30.1856497 ], [ 120.1382578, 30.1865588 ], [ 120.1380655, 30.1869996 ], [ 120.137803, 30.1875445 ], [ 120.1375455, 30.188059 ], [ 120.137314, 30.1886039 ], [ 120.1371923, 30.1888508 ], [ 120.1370196, 30.1888181 ], [ 120.1369322, 30.1890605 ], [ 120.1371025, 30.1891644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1379806, 30.1895017 ], [ 120.1382473, 30.1894838 ], [ 120.1390918, 30.1897827 ], [ 120.139517, 30.189848 ], [ 120.139878, 30.1898632 ], [ 120.1402447, 30.1898474 ], [ 120.140645, 30.1898183 ], [ 120.141122, 30.1897334 ], [ 120.1415442, 30.1895892 ], [ 120.1419779, 30.1893939 ], [ 120.1425344, 30.1890988 ], [ 120.1436661, 30.1883348 ], [ 120.1443629, 30.1879184 ], [ 120.146196, 30.1867295 ], [ 120.1462939, 30.1866611 ], [ 120.1463757, 30.1866077 ], [ 120.1466078, 30.1864257 ], [ 120.1467311, 30.1863342 ], [ 120.1469591, 30.18618 ], [ 120.1473048, 30.1859996 ], [ 120.1479484, 30.1856882 ], [ 120.1485305, 30.1854287 ], [ 120.1491691, 30.185234 ], [ 120.1499343, 30.1849993 ], [ 120.1508864, 30.184707 ], [ 120.1515424, 30.1845301 ], [ 120.1519004, 30.1844676 ], [ 120.1525199, 30.1844017 ], [ 120.1530823, 30.1843848 ], [ 120.1532748, 30.1843428 ], [ 120.1536193, 30.1842722 ], [ 120.1536147, 30.1841082 ], [ 120.1528876, 30.184135 ], [ 120.1521442, 30.184197 ], [ 120.1516784, 30.1842693 ], [ 120.1513775, 30.1843531 ], [ 120.1505973, 30.1845704 ], [ 120.1492726, 30.1850106 ], [ 120.1488666, 30.1851345 ], [ 120.1483018, 30.1853076 ], [ 120.1474329, 30.1856714 ], [ 120.1470946, 30.1858438 ], [ 120.1469162, 30.1859504 ], [ 120.1467083, 30.1860896 ], [ 120.1464307, 30.1862727 ], [ 120.1462698, 30.1863898 ], [ 120.1461518, 30.1864686 ], [ 120.1458286, 30.1866692 ], [ 120.1456194, 30.1868048 ], [ 120.1453458, 30.1869671 ], [ 120.143161, 30.188448 ], [ 120.1426279, 30.1887714 ], [ 120.1425344, 30.1888644 ], [ 120.1422538, 30.1890099 ], [ 120.1418516, 30.1892969 ], [ 120.1415803, 30.1893899 ], [ 120.1409022, 30.1895556 ], [ 120.1403029, 30.1896053 ], [ 120.1401718, 30.189611 ], [ 120.1399139, 30.1896295 ], [ 120.1397425, 30.1896214 ], [ 120.1394644, 30.1896201 ], [ 120.1391906, 30.1895475 ], [ 120.1380215, 30.1891311 ], [ 120.1378266, 30.1891804 ], [ 120.1377073, 30.1893504 ], [ 120.1376803, 30.189398 ], [ 120.1379806, 30.1895017 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1283967, 30.1867178 ], [ 120.1288975, 30.1867745 ], [ 120.1292554, 30.1869295 ], [ 120.1298062, 30.1872152 ], [ 120.1301564, 30.1873421 ], [ 120.130823, 30.1874593 ], [ 120.131001, 30.1874667 ], [ 120.1312609, 30.1874935 ], [ 120.1312552, 30.1875326 ], [ 120.1314529, 30.1875546 ], [ 120.131484, 30.1875399 ], [ 120.1319359, 30.1876425 ], [ 120.1320376, 30.1874325 ], [ 120.1319727, 30.1874105 ], [ 120.1314077, 30.1873006 ], [ 120.1308117, 30.1872225 ], [ 120.1305604, 30.1871859 ], [ 120.1298203, 30.1869491 ], [ 120.1293373, 30.1867244 ], [ 120.1291283, 30.1865828 ], [ 120.1288542, 30.186487 ], [ 120.1281248, 30.1864333 ], [ 120.1283967, 30.1867178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1411401, 30.1875308 ], [ 120.141193, 30.1876154 ], [ 120.1412406, 30.187636 ], [ 120.1413596, 30.1876977 ], [ 120.1414178, 30.1877572 ], [ 120.141476, 30.1878372 ], [ 120.1414707, 30.1877343 ], [ 120.1414204, 30.1876771 ], [ 120.1413834, 30.1876223 ], [ 120.1413966, 30.1875285 ], [ 120.1414204, 30.1874485 ], [ 120.1414945, 30.1874234 ], [ 120.1415712, 30.1873799 ], [ 120.141513, 30.1873502 ], [ 120.1414548, 30.1873365 ], [ 120.1414046, 30.1873708 ], [ 120.1413146, 30.1874325 ], [ 120.1412617, 30.1874119 ], [ 120.1412194, 30.1874371 ], [ 120.1411374, 30.1874737 ], [ 120.1411401, 30.1875308 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1334203, 30.1880838 ], [ 120.1333397, 30.1884973 ], [ 120.1335663, 30.1885017 ], [ 120.1336418, 30.1884668 ], [ 120.1336684, 30.188389 ], [ 120.1335714, 30.188368 ], [ 120.1336199, 30.1881135 ], [ 120.1337342, 30.1877871 ], [ 120.1338381, 30.1875775 ], [ 120.134046, 30.1872212 ], [ 120.1343439, 30.1869128 ], [ 120.1343785, 30.1869427 ], [ 120.1344336, 30.1869583 ], [ 120.1344699, 30.1869255 ], [ 120.1344889, 30.1868313 ], [ 120.1344652, 30.1867904 ], [ 120.1344273, 30.1867494 ], [ 120.1342188, 30.1869146 ], [ 120.1339978, 30.1871289 ], [ 120.1338671, 30.1872799 ], [ 120.1336372, 30.1876041 ], [ 120.1335223, 30.1878376 ], [ 120.1328425, 30.1876483 ], [ 120.1327354, 30.1878879 ], [ 120.1334203, 30.1880838 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1303686, 30.187968 ], [ 120.1307014, 30.188026 ], [ 120.130726, 30.1880846 ], [ 120.1306821, 30.1881631 ], [ 120.1306983, 30.1882017 ], [ 120.130669, 30.188247 ], [ 120.1308361, 30.1883369 ], [ 120.1310765, 30.1883262 ], [ 120.1312413, 30.1881545 ], [ 120.1312059, 30.1880573 ], [ 120.1306128, 30.1878642 ], [ 120.1303894, 30.1877377 ], [ 120.1303093, 30.187753 ], [ 120.130297, 30.1878162 ], [ 120.1303686, 30.187968 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1342305, 30.1883032 ], [ 120.1343011, 30.1883242 ], [ 120.1344464, 30.1880881 ], [ 120.1344037, 30.188077 ], [ 120.1339464, 30.187958 ], [ 120.1339001, 30.188078 ], [ 120.1338769, 30.1881981 ], [ 120.1342305, 30.1883032 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1414628, 30.1883836 ], [ 120.1415792, 30.1884568 ], [ 120.1416347, 30.1884728 ], [ 120.1416426, 30.1884019 ], [ 120.1416003, 30.188363 ], [ 120.1415289, 30.188331 ], [ 120.1415395, 30.1882624 ], [ 120.1415553, 30.1882098 ], [ 120.1415289, 30.188075 ], [ 120.1415157, 30.1881755 ], [ 120.1414416, 30.1882441 ], [ 120.1414204, 30.1882944 ], [ 120.1414628, 30.1883836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4248574, 30.1338517 ], [ 120.4250157, 30.1339213 ], [ 120.4255414, 30.1338401 ], [ 120.4256111, 30.1340697 ], [ 120.4259545, 30.1340512 ], [ 120.425950188671166, 30.133882336278518 ], [ 120.424822094353985, 30.133547122934338 ], [ 120.4248574, 30.1338517 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4278481, 30.1345406 ], [ 120.4279554, 30.1346009 ], [ 120.428052766534108, 30.134507117510097 ], [ 120.427846875616325, 30.134445937002372 ], [ 120.4278481, 30.1345406 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.3173326, 30.1296612 ], [ 120.3175863, 30.1298208 ], [ 120.3180936, 30.1297809 ], [ 120.3198923, 30.1297111 ], [ 120.3229791, 30.1296018 ], [ 120.3236711, 30.1295578 ], [ 120.3241003, 30.1295786 ], [ 120.3244168, 30.1296668 ], [ 120.3246796, 30.129857 ], [ 120.3247136, 30.1298929 ], [ 120.3249586, 30.1301516 ], [ 120.325167906082342, 30.130329393611316 ], [ 120.324204569010135, 30.128961775522964 ], [ 120.3241941, 30.1289871 ], [ 120.3240949, 30.1290312 ], [ 120.3238508, 30.129059 ], [ 120.3197194, 30.1291527 ], [ 120.3197424, 30.1289831 ], [ 120.3198923, 30.1288435 ], [ 120.3200538, 30.1287637 ], [ 120.319832134359856, 30.128564923553153 ], [ 120.317313659720355, 30.129660562114935 ], [ 120.3173326, 30.1296612 ] ] ], [ [ [ 120.325692, 30.1310873 ], [ 120.3254845, 30.1313565 ], [ 120.3251962, 30.1316856 ], [ 120.3252885, 30.1317853 ], [ 120.3255075, 30.1316756 ], [ 120.3257497, 30.1313266 ], [ 120.3274331, 30.1337498 ], [ 120.3275253, 30.134039 ], [ 120.32741, 30.1343182 ], [ 120.3274792, 30.1344279 ], [ 120.3276983, 30.1344279 ], [ 120.3283439, 30.1353852 ], [ 120.3285054, 30.135814 ], [ 120.3287129, 30.1360433 ], [ 120.3288397, 30.1362627 ], [ 120.3297276, 30.13723 ], [ 120.330858763275856, 30.138408517171108 ], [ 120.325666394608547, 30.131037081444511 ], [ 120.325692, 30.1310873 ] ] ], [ [ [ 120.3340975, 30.143103 ], [ 120.3341321, 30.1437611 ], [ 120.334282, 30.1439007 ], [ 120.3344088, 30.1442597 ], [ 120.3344549, 30.1445389 ], [ 120.33487, 30.144828 ], [ 120.3351929, 30.1449377 ], [ 120.3354119, 30.1450175 ], [ 120.3357348, 30.145177 ], [ 120.336023, 30.145177 ], [ 120.336120146255936, 30.145128988411084 ], [ 120.335046, 30.144353 ], [ 120.333927362369522, 30.142764906795765 ], [ 120.3340975, 30.143103 ] ] ], [ [ [ 120.3470161, 30.1532052 ], [ 120.3471501, 30.1536575 ], [ 120.3471628, 30.1538341 ], [ 120.3477306, 30.1541761 ], [ 120.3482473, 30.154496 ], [ 120.3485089, 30.1544408 ], [ 120.3489374, 30.1545774 ], [ 120.3489937, 30.1545953 ], [ 120.3491596, 30.154667 ], [ 120.3494275, 30.1545787 ], [ 120.3496891, 30.1546394 ], [ 120.3499187, 30.1545401 ], [ 120.3502505, 30.1543912 ], [ 120.350280502092573, 30.154275425941922 ], [ 120.3483, 30.153928 ], [ 120.347010521982057, 30.152996450881105 ], [ 120.3470161, 30.1532052 ] ] ], [ [ [ 120.3578228, 30.1558309 ], [ 120.3576442, 30.1566804 ], [ 120.3576536, 30.1574473 ], [ 120.3576633, 30.1582469 ], [ 120.3576949, 30.1585499 ], [ 120.3577271, 30.1588591 ], [ 120.357995, 30.1588591 ], [ 120.3578994, 30.1582138 ], [ 120.3578711, 30.1574637 ], [ 120.3578419, 30.1566914 ], [ 120.3580078, 30.1557647 ], [ 120.35808975595063, 30.155645349956394 ], [ 120.357836768389021, 30.155600970078073 ], [ 120.3578228, 30.1558309 ] ] ], [ [ [ 120.3594113, 30.1559026 ], [ 120.3619567, 30.1568844 ], [ 120.3622501, 30.1572871 ], [ 120.3623139, 30.1575739 ], [ 120.3624184, 30.1575834 ], [ 120.3625563, 30.157596 ], [ 120.3626839, 30.1571271 ], [ 120.3638193, 30.157331 ], [ 120.3641894, 30.1573974 ], [ 120.3657072, 30.1578376 ], [ 120.3662436, 30.1579931 ], [ 120.3663202, 30.1580704 ], [ 120.3661288, 30.1592066 ], [ 120.3663584, 30.1592177 ], [ 120.3665052, 30.1581366 ], [ 120.3667157, 30.1580373 ], [ 120.3675372, 30.1581221 ], [ 120.367998, 30.1581697 ], [ 120.3680299, 30.1582579 ], [ 120.3681128, 30.1592894 ], [ 120.3682393, 30.1592814 ], [ 120.3683743, 30.1592728 ], [ 120.3684849, 30.1586719 ], [ 120.3685083, 30.1585447 ], [ 120.3687507, 30.158291 ], [ 120.3693959, 30.1582318 ], [ 120.3708559, 30.1580979 ], [ 120.371057, 30.1580712 ], [ 120.371547651740045, 30.158006176606584 ], [ 120.368512997148798, 30.157473827898791 ], [ 120.3681224, 30.1574933 ], [ 120.3673865, 30.1573884 ], [ 120.3672348, 30.1572769 ], [ 120.367218935099487, 30.157246819440648 ], [ 120.359341861036455, 30.155864998191284 ], [ 120.3594113, 30.1559026 ] ] ], [ [ [ 120.37765, 30.1597582 ], [ 120.3776992, 30.1598497 ], [ 120.3777776, 30.1599954 ], [ 120.3778001, 30.1605796 ], [ 120.3778031, 30.1606573 ], [ 120.3779179, 30.1606407 ], [ 120.377969, 30.1604753 ], [ 120.377969, 30.1592508 ], [ 120.3781348, 30.1591901 ], [ 120.3797488, 30.1601278 ], [ 120.3804123, 30.1603153 ], [ 120.3815095, 30.1599513 ], [ 120.3832192, 30.159146 ], [ 120.3847439, 30.1580428 ], [ 120.3848204, 30.1579656 ], [ 120.3850501, 30.1577339 ], [ 120.3849544, 30.1573147 ], [ 120.3849353, 30.156912 ], [ 120.3857901, 30.1540382 ], [ 120.3859113, 30.1535638 ], [ 120.3863132, 30.1534645 ], [ 120.3866132, 30.1534818 ], [ 120.3867917, 30.1534921 ], [ 120.3869256, 30.1535417 ], [ 120.387117, 30.1540106 ], [ 120.3876146, 30.1555385 ], [ 120.3876914, 30.155479 ], [ 120.3877996, 30.1553951 ], [ 120.3874998, 30.1545732 ], [ 120.3873913, 30.1539444 ], [ 120.3871744, 30.1535031 ], [ 120.3869575, 30.1533486 ], [ 120.3861282, 30.1532493 ], [ 120.3860899, 30.1531059 ], [ 120.386911079880463, 30.151382041749681 ], [ 120.383803646636252, 30.15596686292222 ], [ 120.3835456, 30.1568046 ], [ 120.3832118, 30.1574999 ], [ 120.3826353, 30.1583395 ], [ 120.3821421, 30.1589495 ], [ 120.381684575153685, 30.159093418840211 ], [ 120.381266, 30.159711 ], [ 120.377671461585891, 30.159080434700943 ], [ 120.37765, 30.1597582 ] ] ], [ [ [ 120.3890436, 30.1485715 ], [ 120.38979, 30.1481633 ], [ 120.3904088, 30.1479647 ], [ 120.3909447, 30.1479095 ], [ 120.3916528, 30.1479702 ], [ 120.3921823, 30.1481026 ], [ 120.3927054, 30.1483398 ], [ 120.3945937, 30.1493714 ], [ 120.3957101, 30.1498568 ], [ 120.3970753, 30.1502099 ], [ 120.3970817, 30.1503312 ], [ 120.3976749, 30.1502982 ], [ 120.3987803, 30.1503554 ], [ 120.3991677, 30.1503754 ], [ 120.3992203, 30.1503725 ], [ 120.4029698, 30.1501658 ], [ 120.4031102, 30.1502816 ], [ 120.4032761, 30.1502761 ], [ 120.4035249, 30.1501547 ], [ 120.4036114, 30.1501509 ], [ 120.4037934, 30.1501428 ], [ 120.4048848, 30.1500944 ], [ 120.4051351, 30.1500833 ], [ 120.4062616, 30.1500334 ], [ 120.4059618, 30.1565866 ], [ 120.4059682, 30.1600506 ], [ 120.4059108, 30.1608117 ], [ 120.4060766, 30.1622513 ], [ 120.4065551, 30.1622513 ], [ 120.4063382, 30.1598741 ], [ 120.4063382, 30.1597478 ], [ 120.4063382, 30.1572304 ], [ 120.4063382, 30.1565976 ], [ 120.406595886360108, 30.151998191903683 ], [ 120.406275, 30.151896 ], [ 120.406897, 30.134056 ], [ 120.40668026141833, 30.133984750527077 ], [ 120.4066448, 30.134523 ], [ 120.4067022, 30.1348265 ], [ 120.4065884, 30.1365096 ], [ 120.4065746, 30.1367134 ], [ 120.4064534, 30.1380761 ], [ 120.4064318, 30.1383943 ], [ 120.4063243, 30.1399746 ], [ 120.4063195, 30.1400456 ], [ 120.4064088, 30.1406801 ], [ 120.4065427, 30.1410994 ], [ 120.4063833, 30.1423737 ], [ 120.4062753, 30.1428923 ], [ 120.4060962, 30.1437529 ], [ 120.4060582, 30.144139 ], [ 120.405653, 30.1441585 ], [ 120.4050735, 30.1441863 ], [ 120.4042723, 30.1442248 ], [ 120.4010054, 30.1443818 ], [ 120.4010565, 30.1444591 ], [ 120.4014521, 30.1444458 ], [ 120.4035125, 30.1443763 ], [ 120.4052287, 30.144417 ], [ 120.4060707, 30.144437 ], [ 120.4060795, 30.1445114 ], [ 120.4061635, 30.1452171 ], [ 120.4061763, 30.1453248 ], [ 120.4061855, 30.1454024 ], [ 120.4060834, 30.1480007 ], [ 120.4061397, 30.148501 ], [ 120.4061536, 30.1486241 ], [ 120.4061514, 30.1487616 ], [ 120.4061408, 30.1494074 ], [ 120.406026, 30.1495177 ], [ 120.4006163, 30.1497384 ], [ 120.4004185, 30.1496942 ], [ 120.400259, 30.1495508 ], [ 120.3987407, 30.1498377 ], [ 120.3977711, 30.1497825 ], [ 120.3968971, 30.1495949 ], [ 120.3957041, 30.1493026 ], [ 120.3950534, 30.1489937 ], [ 120.3927122, 30.1477194 ], [ 120.3921317, 30.1474601 ], [ 120.3917808, 30.1473773 ], [ 120.3915256, 30.1472339 ], [ 120.3914682, 30.1470077 ], [ 120.3916022, 30.1468091 ], [ 120.3927313, 30.1460699 ], [ 120.3933246, 30.145601 ], [ 120.3938541, 30.1451211 ], [ 120.3944474, 30.145088 ], [ 120.3945941, 30.1453528 ], [ 120.3946696, 30.1453576 ], [ 120.3948557, 30.1453693 ], [ 120.3948557, 30.14511 ], [ 120.3944857, 30.1442715 ], [ 120.3943262, 30.1434716 ], [ 120.3941157, 30.1430578 ], [ 120.393937, 30.1425889 ], [ 120.3936882, 30.1422524 ], [ 120.393523837354508, 30.141625336426273 ], [ 120.392861961811235, 30.142601891919472 ], [ 120.3928694, 30.1426151 ], [ 120.3931121, 30.1432514 ], [ 120.3932487, 30.1437369 ], [ 120.3932639, 30.1442552 ], [ 120.3930514, 30.1447735 ], [ 120.3925431, 30.1452458 ], [ 120.3919969, 30.145587 ], [ 120.391732, 30.145715 ], [ 120.3909652, 30.1460855 ], [ 120.39051, 30.1462561 ], [ 120.390359970147045, 30.146293422341536 ], [ 120.388272732545602, 30.149373009381758 ], [ 120.3890436, 30.1485715 ] ] ], [ [ [ 120.4108994, 30.1535031 ], [ 120.4103253, 30.1536575 ], [ 120.4101403, 30.153641 ], [ 120.4099999, 30.1534865 ], [ 120.4097575, 30.1534424 ], [ 120.4095024, 30.1535307 ], [ 120.4091196, 30.1538065 ], [ 120.4083222, 30.1539334 ], [ 120.408016, 30.1539885 ], [ 120.4072632, 30.1541485 ], [ 120.4069825, 30.1543029 ], [ 120.407059, 30.1544353 ], [ 120.4073334, 30.1545456 ], [ 120.4076204, 30.1545953 ], [ 120.4077544, 30.1544905 ], [ 120.4081754, 30.1545787 ], [ 120.4083732, 30.1544905 ], [ 120.4086858, 30.1542809 ], [ 120.4091834, 30.1540878 ], [ 120.4096363, 30.153823 ], [ 120.4100191, 30.1538672 ], [ 120.4104784, 30.1539058 ], [ 120.4110526, 30.1539995 ], [ 120.4111419, 30.1540382 ], [ 120.4111659, 30.1542113 ], [ 120.4111801, 30.154314 ], [ 120.411295, 30.1553344 ], [ 120.411397, 30.1554227 ], [ 120.411716, 30.1554889 ], [ 120.4119839, 30.1557261 ], [ 120.4121371, 30.155693 ], [ 120.4119967, 30.1554172 ], [ 120.4116522, 30.1552076 ], [ 120.411531, 30.1550366 ], [ 120.411434321783986, 30.15353907674103 ], [ 120.410889712029032, 30.153365636188422 ], [ 120.4108994, 30.1535031 ] ] ], [ [ [ 120.4166158, 30.1548685 ], [ 120.416612603641241, 30.154871132014723 ], [ 120.416455, 30.155138 ], [ 120.416317844975211, 30.155094320570694 ], [ 120.4148551, 30.1553484 ], [ 120.4142363, 30.1553042 ], [ 120.4139173, 30.1555138 ], [ 120.4133049, 30.1557014 ], [ 120.4127371, 30.1557896 ], [ 120.4128775, 30.1559827 ], [ 120.4166669, 30.1558503 ], [ 120.4167944, 30.1557179 ], [ 120.4175153, 30.1555304 ], [ 120.4184722, 30.1556076 ], [ 120.4186036, 30.155586 ], [ 120.4190081, 30.1555194 ], [ 120.4194674, 30.1554918 ], [ 120.4196779, 30.1562475 ], [ 120.4195886, 30.1563964 ], [ 120.4198858, 30.1564885 ], [ 120.4204435, 30.1566612 ], [ 120.420705, 30.1563688 ], [ 120.4225869, 30.1557565 ], [ 120.4241818, 30.1555083 ], [ 120.4246947, 30.1572519 ], [ 120.4247368, 30.1573948 ], [ 120.4255916, 30.1589393 ], [ 120.4238825, 30.159562 ], [ 120.4238054, 30.1595901 ], [ 120.423882, 30.159717 ], [ 120.4251004, 30.1594081 ], [ 120.4257192, 30.1594246 ], [ 120.4263572, 30.1602575 ], [ 120.4263584, 30.1603759 ], [ 120.4263595, 30.1604824 ], [ 120.4263614, 30.1606573 ], [ 120.4263625, 30.1607655 ], [ 120.4263699, 30.1614655 ], [ 120.4265804, 30.1613883 ], [ 120.4267527, 30.160605 ], [ 120.4272439, 30.1606326 ], [ 120.4273141, 30.1613331 ], [ 120.4272375, 30.161995 ], [ 120.427346, 30.1619564 ], [ 120.4275884, 30.1610739 ], [ 120.4277096, 30.1605664 ], [ 120.4280158, 30.1603899 ], [ 120.4291577, 30.1603513 ], [ 120.4295022, 30.1604065 ], [ 120.4294763, 30.1601951 ], [ 120.4294576, 30.1600424 ], [ 120.4293688, 30.1600515 ], [ 120.4282136, 30.1601693 ], [ 120.4276905, 30.16007 ], [ 120.4274608, 30.1598052 ], [ 120.4274098, 30.1593915 ], [ 120.4272056, 30.1593805 ], [ 120.4268867, 30.1594191 ], [ 120.4268101, 30.15991 ], [ 120.4265167, 30.1599486 ], [ 120.4263699, 30.1596398 ], [ 120.4257511, 30.1583546 ], [ 120.4252918, 30.1571907 ], [ 120.4246156, 30.1552436 ], [ 120.4251515, 30.1551001 ], [ 120.4252025, 30.155238 ], [ 120.4260829, 30.1551663 ], [ 120.4265076, 30.1548892 ], [ 120.4270717, 30.154521 ], [ 120.4298467, 30.1537597 ], [ 120.4305867, 30.1537321 ], [ 120.4307398, 30.1535611 ], [ 120.4309307, 30.1535295 ], [ 120.4320731, 30.1533405 ], [ 120.432105, 30.153506 ], [ 120.4326536, 30.1552325 ], [ 120.4334383, 30.1564791 ], [ 120.4336608, 30.1564283 ], [ 120.4338976, 30.1563743 ], [ 120.4329854, 30.1548023 ], [ 120.4326792, 30.15419 ], [ 120.4325707, 30.1532522 ], [ 120.4339168, 30.1530261 ], [ 120.4339231, 30.1527944 ], [ 120.4342612, 30.1526896 ], [ 120.4342804, 30.1521931 ], [ 120.4333217, 30.1520779 ], [ 120.4326281, 30.1519945 ], [ 120.4327621, 30.1511506 ], [ 120.4329471, 30.1509465 ], [ 120.4332788, 30.1503176 ], [ 120.4344207, 30.1502514 ], [ 120.436124, 30.1499535 ], [ 120.4365004, 30.1501356 ], [ 120.436762, 30.1507423 ], [ 120.4380123, 30.1509023 ], [ 120.4381463, 30.1499425 ], [ 120.4386439, 30.149937 ], [ 120.4405322, 30.1500142 ], [ 120.4419229, 30.1504831 ], [ 120.4421848, 30.1505737 ], [ 120.4422419, 30.1505934 ], [ 120.4428657, 30.1506178 ], [ 120.4432488, 30.1506328 ], [ 120.4435114, 30.1506431 ], [ 120.4437028, 30.1508692 ], [ 120.4435752, 30.1513988 ], [ 120.44369, 30.1515201 ], [ 120.4443188, 30.1515764 ], [ 120.4445535, 30.1515974 ], [ 120.444985, 30.151636 ], [ 120.4450424, 30.1504169 ], [ 120.445241254212831, 30.150372514694155 ], [ 120.445011553661431, 30.150053623467233 ], [ 120.4449786, 30.1500528 ], [ 120.4444364, 30.1500252 ], [ 120.4423695, 30.1501135 ], [ 120.4414253, 30.1499866 ], [ 120.440545, 30.1496998 ], [ 120.4390007, 30.1495745 ], [ 120.4385737, 30.1495398 ], [ 120.438478, 30.1488888 ], [ 120.4385673, 30.148784 ], [ 120.4387332, 30.1488006 ], [ 120.4388098, 30.1483593 ], [ 120.4386439, 30.148282 ], [ 120.4386567, 30.147918 ], [ 120.438478, 30.1479511 ], [ 120.4383504, 30.148602 ], [ 120.4377417, 30.1486504 ], [ 120.4368577, 30.14842 ], [ 120.4362392, 30.1483658 ], [ 120.4359237, 30.1489147 ], [ 120.4359724, 30.1495854 ], [ 120.4348545, 30.1497053 ], [ 120.4346185, 30.1497715 ], [ 120.4343113, 30.1499314 ], [ 120.434192, 30.1499935 ], [ 120.4333043, 30.1501576 ], [ 120.4331321, 30.1501135 ], [ 120.4330766, 30.1502574 ], [ 120.4328386, 30.1508747 ], [ 120.432609, 30.1511506 ], [ 120.4325197, 30.151487 ], [ 120.431971, 30.1521986 ], [ 120.4318179, 30.1521766 ], [ 120.4317286, 30.1525572 ], [ 120.4315372, 30.1528551 ], [ 120.4314543, 30.153164 ], [ 120.4311928, 30.1532909 ], [ 120.4307143, 30.1532909 ], [ 120.4297255, 30.1534177 ], [ 120.4285836, 30.1536935 ], [ 120.4266953, 30.1541569 ], [ 120.4258341, 30.1543665 ], [ 120.4252982, 30.1546754 ], [ 120.4245008, 30.1550229 ], [ 120.4239266, 30.1528275 ], [ 120.4239266, 30.1520332 ], [ 120.4248516, 30.151818 ], [ 120.4252089, 30.1519449 ], [ 120.4253939, 30.1523145 ], [ 120.425547, 30.1526951 ], [ 120.4256618, 30.1531088 ], [ 120.4260956, 30.1530371 ], [ 120.4261913, 30.1528827 ], [ 120.4260637, 30.1523421 ], [ 120.4278946, 30.1517573 ], [ 120.4280031, 30.1520773 ], [ 120.4283093, 30.1519504 ], [ 120.428086, 30.151134 ], [ 120.4281145, 30.1509655 ], [ 120.4281243, 30.1509078 ], [ 120.4295724, 30.150472 ], [ 120.4296553, 30.1505272 ], [ 120.4302358, 30.1520883 ], [ 120.4304464, 30.1520332 ], [ 120.4298148, 30.1503562 ], [ 120.4297827, 30.1502414 ], [ 120.4297701, 30.1501962 ], [ 120.4295851, 30.1502128 ], [ 120.4294743, 30.1498375 ], [ 120.4293462, 30.1494036 ], [ 120.4292694, 30.1493343 ], [ 120.4292171, 30.1493836 ], [ 120.429196, 30.1500804 ], [ 120.4289622, 30.1502215 ], [ 120.4289217, 30.1502459 ], [ 120.4282327, 30.1505051 ], [ 120.4273396, 30.1504886 ], [ 120.4272375, 30.1504555 ], [ 120.427161, 30.1501907 ], [ 120.4273141, 30.1500804 ], [ 120.4272439, 30.1496501 ], [ 120.4271227, 30.1496115 ], [ 120.427078, 30.1492364 ], [ 120.427901, 30.1490874 ], [ 120.4279393, 30.1488944 ], [ 120.4272248, 30.1488116 ], [ 120.4272758, 30.1484751 ], [ 120.427448, 30.1482489 ], [ 120.4282008, 30.1480724 ], [ 120.4285773, 30.1480257 ], [ 120.4286981, 30.1480553 ], [ 120.4286707, 30.1478937 ], [ 120.4286333, 30.1476728 ], [ 120.4283623, 30.147735 ], [ 120.4283489, 30.1478793 ], [ 120.4282625, 30.1479191 ], [ 120.4280732, 30.1478959 ], [ 120.4277229, 30.1480036 ], [ 120.4273013, 30.1481331 ], [ 120.4269632, 30.1480172 ], [ 120.4264848, 30.1481717 ], [ 120.4256235, 30.1480724 ], [ 120.425362, 30.148111 ], [ 120.4251068, 30.1482489 ], [ 120.4247304, 30.1482986 ], [ 120.4243477, 30.1482434 ], [ 120.423799, 30.1483648 ], [ 120.4230782, 30.14842 ], [ 120.4229187, 30.1482048 ], [ 120.4228357, 30.1480559 ], [ 120.422453, 30.1479842 ], [ 120.4223509, 30.1478959 ], [ 120.4221787, 30.147267 ], [ 120.4221595, 30.1469801 ], [ 120.4222233, 30.1468422 ], [ 120.423799, 30.1463347 ], [ 120.4244561, 30.1463182 ], [ 120.4264592, 30.1464947 ], [ 120.4279963, 30.1461109 ], [ 120.4299165, 30.1460819 ], [ 120.4298808, 30.1460076 ], [ 120.4298069, 30.1460096 ], [ 120.4279674, 30.1460601 ], [ 120.4263954, 30.1463347 ], [ 120.4260573, 30.1462906 ], [ 120.4238373, 30.1461361 ], [ 120.421713, 30.1465223 ], [ 120.4217449, 30.1472063 ], [ 120.4218087, 30.1477469 ], [ 120.4218852, 30.1485523 ], [ 120.4222552, 30.1495894 ], [ 120.4221914, 30.1498432 ], [ 120.4211643, 30.1502569 ], [ 120.4204435, 30.1502017 ], [ 120.4205073, 30.1504886 ], [ 120.4206986, 30.1506651 ], [ 120.4209347, 30.1511009 ], [ 120.4212728, 30.15216 ], [ 120.4210878, 30.1522704 ], [ 120.4211261, 30.1523807 ], [ 120.4215152, 30.1522924 ], [ 120.4214259, 30.1518125 ], [ 120.421579, 30.1506706 ], [ 120.4225869, 30.1503672 ], [ 120.4228038, 30.1509409 ], [ 120.4228421, 30.151294 ], [ 120.4231866, 30.1521655 ], [ 120.4233461, 30.1532081 ], [ 120.4237161, 30.1544823 ], [ 120.4237352, 30.1547637 ], [ 120.4234099, 30.1549567 ], [ 120.4227592, 30.1550946 ], [ 120.4214514, 30.1554587 ], [ 120.4213685, 30.1556076 ], [ 120.4206093, 30.1557786 ], [ 120.4203286, 30.1554311 ], [ 120.4196333, 30.1541403 ], [ 120.4195631, 30.1541679 ], [ 120.4196205, 30.1552105 ], [ 120.4185488, 30.1552711 ], [ 120.4174643, 30.1550339 ], [ 120.417363989410916, 30.15359882126765 ], [ 120.416616002988576, 30.154865375948628 ], [ 120.4166158, 30.1548685 ] ], [ [ 120.44429, 30.1507819 ], [ 120.4443115, 30.1506334 ], [ 120.444451, 30.150587 ], [ 120.4445046, 30.15087 ], [ 120.4445046, 30.1511715 ], [ 120.4443008, 30.1511808 ], [ 120.4442847, 30.1508886 ], [ 120.44429, 30.1507819 ] ] ], [ [ [ 120.4212154, 30.1471346 ], [ 120.421217783065487, 30.147073247745279 ], [ 120.421174903785243, 30.14714585461552 ], [ 120.4212154, 30.1471346 ] ] ], [ [ [ 120.4219362, 30.1457996 ], [ 120.4220128, 30.14559 ], [ 120.42157243621692, 30.144240248159811 ], [ 120.421512179458105, 30.145954546786673 ], [ 120.4219362, 30.1457996 ] ] ], [ [ [ 120.4219171, 30.1368678 ], [ 120.4222425, 30.1367796 ], [ 120.4231292, 30.1368403 ], [ 120.4244625, 30.1368127 ], [ 120.4258851, 30.1371437 ], [ 120.4264592, 30.1372761 ], [ 120.42896, 30.1375354 ], [ 120.4302422, 30.1375795 ], [ 120.4310652, 30.1376733 ], [ 120.4316266, 30.1375851 ], [ 120.4317414, 30.1373423 ], [ 120.4322071, 30.1373037 ], [ 120.4321497, 30.1369782 ], [ 120.4312948, 30.1371989 ], [ 120.430491, 30.1372154 ], [ 120.4301784, 30.1370334 ], [ 120.4286601, 30.1371823 ], [ 120.4279265, 30.1370554 ], [ 120.4264529, 30.1369285 ], [ 120.4248835, 30.1364706 ], [ 120.4245454, 30.1364519 ], [ 120.4241244, 30.1364596 ], [ 120.4238756, 30.1364154 ], [ 120.4238182, 30.1361175 ], [ 120.4246475, 30.1359961 ], [ 120.4269951, 30.1358086 ], [ 120.4287175, 30.1358582 ], [ 120.4304974, 30.1359906 ], [ 120.4321696, 30.1361304 ], [ 120.4324112, 30.1361506 ], [ 120.4327116, 30.1362596 ], [ 120.432928, 30.1363382 ], [ 120.4333043, 30.1362665 ], [ 120.4333235, 30.1361727 ], [ 120.433623095546267, 30.13616234135786 ], [ 120.431559452115721, 30.135549129496933 ], [ 120.4301066, 30.1354039 ], [ 120.4299041, 30.1353837 ], [ 120.4296681, 30.1351906 ], [ 120.4295724, 30.135003 ], [ 120.4270398, 30.1351575 ], [ 120.426708, 30.1350858 ], [ 120.4241371, 30.1353782 ], [ 120.423429, 30.1354499 ], [ 120.421858702897865, 30.136095990357358 ], [ 120.421829697048224, 30.136921203814126 ], [ 120.4219171, 30.1368678 ] ] ], [ [ [ 120.3951427, 30.1393119 ], [ 120.3959721, 30.1395546 ], [ 120.3968397, 30.1396539 ], [ 120.3972926, 30.1399243 ], [ 120.3984983, 30.1403822 ], [ 120.3993021, 30.1404925 ], [ 120.399889, 30.1402553 ], [ 120.4003994, 30.140167 ], [ 120.4007439, 30.1400953 ], [ 120.4013499, 30.1389809 ], [ 120.4015285, 30.138214 ], [ 120.4015413, 30.1376899 ], [ 120.4013435, 30.1359134 ], [ 120.4013882, 30.1351741 ], [ 120.4011394, 30.1351244 ], [ 120.4006099, 30.1326306 ], [ 120.400661457504413, 30.132006161375138 ], [ 120.400156, 30.13184 ], [ 120.399287729429048, 30.133121078299773 ], [ 120.3995303, 30.1343287 ], [ 120.3997047, 30.1350176 ], [ 120.4000006, 30.1356343 ], [ 120.4002813, 30.1363429 ], [ 120.4002813, 30.1366841 ], [ 120.4006379, 30.1376092 ], [ 120.4006682, 30.1381406 ], [ 120.4003799, 30.1385868 ], [ 120.3995985, 30.1388164 ], [ 120.3988475, 30.1387705 ], [ 120.3976792, 30.1385343 ], [ 120.3970343, 30.1384949 ], [ 120.3963743, 30.1383309 ], [ 120.39584492918253, 30.138200712268588 ], [ 120.395083648025562, 30.139323934456296 ], [ 120.3951427, 30.1393119 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4228066, 30.140429 ], [ 120.4229095, 30.1407259 ], [ 120.4228961, 30.1408192 ], [ 120.4224697, 30.1409202 ], [ 120.4220663, 30.1410599 ], [ 120.4221312, 30.1411854 ], [ 120.4223228, 30.1411961 ], [ 120.4224992, 30.14126 ], [ 120.4225474, 30.141493 ], [ 120.422602, 30.141824 ], [ 120.4226613, 30.1423673 ], [ 120.4227606, 30.1426034 ], [ 120.4230357, 30.1426302 ], [ 120.4235729, 30.142621 ], [ 120.4238182, 30.1425785 ], [ 120.4239213, 30.1424404 ], [ 120.4238662, 30.1423361 ], [ 120.4235287, 30.1423415 ], [ 120.4232527, 30.1424213 ], [ 120.4231229, 30.1423467 ], [ 120.423214, 30.142258 ], [ 120.4231663, 30.142112 ], [ 120.4228954, 30.1421157 ], [ 120.4229588, 30.1419328 ], [ 120.4228658, 30.1415329 ], [ 120.4230612, 30.1414878 ], [ 120.4231909, 30.1414034 ], [ 120.4232755, 30.1414873 ], [ 120.4235766, 30.1415357 ], [ 120.4241849, 30.1413803 ], [ 120.424373, 30.1411625 ], [ 120.4248176, 30.1411933 ], [ 120.4251985, 30.1411911 ], [ 120.425229, 30.1415484 ], [ 120.4252519, 30.1418579 ], [ 120.4249417, 30.1419137 ], [ 120.4249085, 30.1418145 ], [ 120.4245977, 30.141825 ], [ 120.4240259, 30.1418587 ], [ 120.4238079, 30.1419459 ], [ 120.4238421, 30.1421175 ], [ 120.4240735, 30.1421478 ], [ 120.4245159, 30.1421447 ], [ 120.4246511, 30.1420495 ], [ 120.4248954, 30.1420109 ], [ 120.4252203, 30.1419438 ], [ 120.4254164, 30.1419282 ], [ 120.4257278, 30.1419152 ], [ 120.4257441, 30.1421041 ], [ 120.4259222, 30.1421525 ], [ 120.4263374, 30.1421615 ], [ 120.4266562, 30.1421088 ], [ 120.4269668, 30.1421437 ], [ 120.4270438, 30.142564 ], [ 120.4271869, 30.1425736 ], [ 120.4275467, 30.1425761 ], [ 120.4277219, 30.1425095 ], [ 120.4278182, 30.1423413 ], [ 120.4277933, 30.1418804 ], [ 120.4275019, 30.1419049 ], [ 120.4274543, 30.1414977 ], [ 120.4277439, 30.1414652 ], [ 120.42786, 30.1412199 ], [ 120.4285098, 30.141296 ], [ 120.4292712, 30.1413317 ], [ 120.4300769, 30.1411239 ], [ 120.4308749, 30.1409861 ], [ 120.4308215, 30.1417536 ], [ 120.4307297, 30.1421828 ], [ 120.4305011, 30.1427805 ], [ 120.430284, 30.1430755 ], [ 120.4300967, 30.1437483 ], [ 120.4298195, 30.1438355 ], [ 120.4292206, 30.1438537 ], [ 120.4287882, 30.1440477 ], [ 120.4286244, 30.1439737 ], [ 120.4282638, 30.1438271 ], [ 120.4278514, 30.1438136 ], [ 120.427393, 30.1439205 ], [ 120.4264049, 30.1437537 ], [ 120.4258355, 30.1436496 ], [ 120.4255548, 30.1435795 ], [ 120.4252962, 30.1435931 ], [ 120.4248577, 30.143679 ], [ 120.4244331, 30.1435692 ], [ 120.4239602, 30.1436818 ], [ 120.4234086, 30.1438149 ], [ 120.4228914, 30.1438366 ], [ 120.42264, 30.1438561 ], [ 120.4224004, 30.1438905 ], [ 120.4223336, 30.1439898 ], [ 120.4223491, 30.1442711 ], [ 120.4223541, 30.1446195 ], [ 120.4225062, 30.1449482 ], [ 120.4226738, 30.1451763 ], [ 120.4227455, 30.1454311 ], [ 120.4228437, 30.1454579 ], [ 120.4230838, 30.1454495 ], [ 120.4231515, 30.1452896 ], [ 120.4231196, 30.1449246 ], [ 120.4230915, 30.1444408 ], [ 120.4231838, 30.144059 ], [ 120.423861, 30.143989 ], [ 120.4240378, 30.1445257 ], [ 120.4241772, 30.1446805 ], [ 120.4243476, 30.1447099 ], [ 120.4244942, 30.1445608 ], [ 120.4245054, 30.1440206 ], [ 120.4249933, 30.1438935 ], [ 120.4254666, 30.1439007 ], [ 120.4262998, 30.1441441 ], [ 120.4262742, 30.1447288 ], [ 120.4263913, 30.1450442 ], [ 120.4264647, 30.1450819 ], [ 120.4266884, 30.145097 ], [ 120.4266458, 30.1441889 ], [ 120.4267023, 30.1441859 ], [ 120.4269503, 30.1441727 ], [ 120.4287635, 30.144173 ], [ 120.4294121, 30.1440077 ], [ 120.429782, 30.1440259 ], [ 120.4298901, 30.1441612 ], [ 120.4299462, 30.1442808 ], [ 120.430057, 30.1444648 ], [ 120.4299974, 30.1452195 ], [ 120.4299311, 30.1455396 ], [ 120.4300317, 30.1454497 ], [ 120.4301375, 30.1454821 ], [ 120.4300572, 30.145243 ], [ 120.4300912, 30.1450071 ], [ 120.4302103, 30.1444617 ], [ 120.430281, 30.1441548 ], [ 120.4303153, 30.1439955 ], [ 120.4303395, 30.1438834 ], [ 120.4306191, 30.1438781 ], [ 120.430671, 30.1438368 ], [ 120.4305802, 30.1437387 ], [ 120.4304176, 30.1436772 ], [ 120.4304431, 30.1434184 ], [ 120.430756, 30.1429527 ], [ 120.4321366, 30.1431586 ], [ 120.4323534, 30.1431312 ], [ 120.4332495, 30.14326 ], [ 120.433731, 30.143396 ], [ 120.4341782, 30.1435327 ], [ 120.4342205, 30.1434197 ], [ 120.4340414, 30.1433938 ], [ 120.4333201, 30.1432155 ], [ 120.433199, 30.1431224 ], [ 120.432839, 30.1430993 ], [ 120.4309242, 30.1428107 ], [ 120.4311697, 30.1417445 ], [ 120.4311811, 30.1416952 ], [ 120.4312016, 30.1415856 ], [ 120.4312234, 30.141469 ], [ 120.431272, 30.140646 ], [ 120.4313746, 30.1399083 ], [ 120.4314311, 30.1394052 ], [ 120.4315437, 30.1391155 ], [ 120.4317469, 30.1391033 ], [ 120.4317714, 30.1389272 ], [ 120.4316308, 30.1387936 ], [ 120.4315184, 30.1384728 ], [ 120.4315584, 30.1378276 ], [ 120.4316266, 30.1375851 ], [ 120.4310652, 30.1376733 ], [ 120.431163, 30.1378942 ], [ 120.4310696, 30.1382704 ], [ 120.4310897, 30.1386231 ], [ 120.431122, 30.1388229 ], [ 120.4310558, 30.1391302 ], [ 120.4309869, 30.1392775 ], [ 120.4305603, 30.1393067 ], [ 120.430248, 30.1393199 ], [ 120.4299616, 30.1393199 ], [ 120.4298115, 30.139359 ], [ 120.4295775, 30.1393121 ], [ 120.4295757, 30.1391027 ], [ 120.4296564, 30.1389575 ], [ 120.4295562, 30.1387934 ], [ 120.4291975, 30.1388326 ], [ 120.4291834, 30.1387222 ], [ 120.4290881, 30.1387204 ], [ 120.4289532, 30.1386643 ], [ 120.4289518, 30.1384693 ], [ 120.4288649, 30.1384235 ], [ 120.4285975, 30.1384322 ], [ 120.4285082, 30.1385202 ], [ 120.4283127, 30.1384562 ], [ 120.4280703, 30.1384923 ], [ 120.4279545, 30.1386069 ], [ 120.4278976, 30.1390899 ], [ 120.4280769, 30.1392733 ], [ 120.4282016, 30.1392733 ], [ 120.4283981, 30.1392505 ], [ 120.4284365, 30.139474 ], [ 120.4283475, 30.1394923 ], [ 120.4281962, 30.1396509 ], [ 120.4281852, 30.139505 ], [ 120.4281447, 30.1394031 ], [ 120.4279302, 30.1394031 ], [ 120.4278144, 30.1394613 ], [ 120.4278187, 30.1402663 ], [ 120.4277322, 30.1403543 ], [ 120.4277214, 30.1395381 ], [ 120.4275477, 30.1395471 ], [ 120.4275456, 30.1393224 ], [ 120.4277774, 30.1392797 ], [ 120.427752, 30.1386298 ], [ 120.4277494, 30.1385694 ], [ 120.4274728, 30.1386436 ], [ 120.4274182, 30.1386885 ], [ 120.4273001, 30.1387629 ], [ 120.4273008, 30.1388846 ], [ 120.4269526, 30.1388473 ], [ 120.426964, 30.1386704 ], [ 120.426885, 30.1386371 ], [ 120.4264447, 30.1385921 ], [ 120.4262792, 30.1385189 ], [ 120.4262888, 30.1381233 ], [ 120.4257667, 30.1380879 ], [ 120.4257785, 30.1379943 ], [ 120.4258032, 30.1378311 ], [ 120.4260243, 30.137829 ], [ 120.4260243, 30.137993 ], [ 120.4262656, 30.138002 ], [ 120.4263377, 30.1373829 ], [ 120.4259658, 30.1372941 ], [ 120.4256031, 30.1371845 ], [ 120.424976, 30.1369957 ], [ 120.4243647, 30.1369012 ], [ 120.4239311, 30.1369116 ], [ 120.4234627, 30.136908 ], [ 120.4233647, 30.1370558 ], [ 120.4233899, 30.1373366 ], [ 120.4239214, 30.1373366 ], [ 120.4239214, 30.1375749 ], [ 120.4230469, 30.137537 ], [ 120.4230113, 30.1373082 ], [ 120.4230272, 30.1369186 ], [ 120.4227531, 30.1369255 ], [ 120.4224407, 30.1369807 ], [ 120.4222912, 30.1370098 ], [ 120.4219323, 30.1370932 ], [ 120.421821800473666, 30.137145860552923 ], [ 120.421797952988655, 30.137824319062794 ], [ 120.4220212, 30.1377804 ], [ 120.4222659, 30.1376972 ], [ 120.4229423, 30.1376397 ], [ 120.4231939, 30.137665 ], [ 120.4233042, 30.1379425 ], [ 120.4232872, 30.1383235 ], [ 120.4226636, 30.1383384 ], [ 120.422312, 30.1384708 ], [ 120.4221639, 30.1379084 ], [ 120.4218733, 30.1379432 ], [ 120.421791496016581, 30.138008019258042 ], [ 120.42175295647219, 30.139104465355512 ], [ 120.4219395, 30.1390133 ], [ 120.4221001, 30.138881 ], [ 120.4223519, 30.1388789 ], [ 120.4224785, 30.1389654 ], [ 120.4225198, 30.1394329 ], [ 120.4220971, 30.1394772 ], [ 120.4220472, 30.1392999 ], [ 120.4220117, 30.1390942 ], [ 120.421750270958043, 30.139180867958373 ], [ 120.421702491573512, 30.140540186562855 ], [ 120.4228066, 30.140429 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4247812, 30.1445963 ], [ 120.4250059, 30.1445682 ], [ 120.424958, 30.1440026 ], [ 120.4247458, 30.1440026 ], [ 120.4247812, 30.1445963 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4254598, 30.1453494 ], [ 120.4254123, 30.1454511 ], [ 120.4254526, 30.1456346 ], [ 120.4255204, 30.1456913 ], [ 120.4257612, 30.1456913 ], [ 120.4258128, 30.1456636 ], [ 120.4258596, 30.1455815 ], [ 120.425849, 30.1452451 ], [ 120.4258333, 30.1449821 ], [ 120.4259742, 30.1448469 ], [ 120.4259696, 30.1446954 ], [ 120.4257583, 30.1446241 ], [ 120.4256344, 30.1446181 ], [ 120.425389, 30.1446883 ], [ 120.4254598, 30.1453494 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.419174, 30.1529384 ], [ 120.419119, 30.151596 ], [ 120.4188762, 30.1516032 ], [ 120.4188624, 30.1511474 ], [ 120.418854574164513, 30.151074835483051 ], [ 120.41768778266001, 30.153050546802945 ], [ 120.419174, 30.1529384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4085001, 30.1555562 ], [ 120.4085429, 30.1553871 ], [ 120.4072741, 30.1555864 ], [ 120.4072639, 30.1557792 ], [ 120.4085001, 30.1555562 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4065382, 30.155861 ], [ 120.4070279, 30.1558288 ], [ 120.407017, 30.1556006 ], [ 120.4065371, 30.155687 ], [ 120.4065382, 30.155861 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4077246, 30.1565376 ], [ 120.4077696, 30.1564896 ], [ 120.4077696, 30.1564034 ], [ 120.4079249, 30.1564034 ], [ 120.4078825, 30.1562455 ], [ 120.4082345, 30.1561983 ], [ 120.4082444, 30.1561159 ], [ 120.407946, 30.1561466 ], [ 120.4073756, 30.1562342 ], [ 120.4073652, 30.1565004 ], [ 120.4077246, 30.1565376 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4079097, 30.1570399 ], [ 120.4081601, 30.1571091 ], [ 120.4081016, 30.1569798 ], [ 120.4081058, 30.1569308 ], [ 120.4080493, 30.1568408 ], [ 120.4080338, 30.1568162 ], [ 120.4078852, 30.1568735 ], [ 120.4079097, 30.1570399 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4413448, 30.1521122 ], [ 120.4413591, 30.1520059 ], [ 120.4413624, 30.1516494 ], [ 120.4412739, 30.1516662 ], [ 120.4412276, 30.1516749 ], [ 120.4412078, 30.1518993 ], [ 120.4411873, 30.1521304 ], [ 120.4413448, 30.1521122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4375525, 30.1520919 ], [ 120.4379458, 30.1520771 ], [ 120.437912, 30.1518981 ], [ 120.4375454, 30.1519168 ], [ 120.4375525, 30.1520919 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4368273, 30.1521501 ], [ 120.436994, 30.1522025 ], [ 120.4371798, 30.1521411 ], [ 120.4371835, 30.1518551 ], [ 120.4368017, 30.1518951 ], [ 120.4368273, 30.1521501 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4380792, 30.1522715 ], [ 120.4383392, 30.1522208 ], [ 120.438334, 30.151968 ], [ 120.4380151, 30.1519473 ], [ 120.4380792, 30.1522715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.438772, 30.1526832 ], [ 120.4391269, 30.1526399 ], [ 120.4392516, 30.1529369 ], [ 120.439577, 30.1528756 ], [ 120.4396219, 30.153231 ], [ 120.4402408, 30.1530379 ], [ 120.440545, 30.1529591 ], [ 120.440693, 30.1529591 ], [ 120.4407484, 30.1526087 ], [ 120.4403866, 30.1526087 ], [ 120.4402005, 30.1524141 ], [ 120.4402058, 30.1520812 ], [ 120.440377, 30.1518907 ], [ 120.4404437, 30.1516032 ], [ 120.4399401, 30.1515968 ], [ 120.4394742, 30.1515314 ], [ 120.4388023, 30.1515293 ], [ 120.4388657, 30.1521157 ], [ 120.4387557, 30.1523312 ], [ 120.438772, 30.1526832 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4382116, 30.1524727 ], [ 120.4385658, 30.1524749 ], [ 120.4385702, 30.1523021 ], [ 120.438163, 30.1523102 ], [ 120.4382116, 30.1524727 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.437665, 30.1526218 ], [ 120.4380978, 30.1526059 ], [ 120.4380456, 30.1525486 ], [ 120.4379681, 30.1522452 ], [ 120.437665, 30.1522805 ], [ 120.437665, 30.1526218 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4372365, 30.1525782 ], [ 120.4373232, 30.1526556 ], [ 120.4375827, 30.1526563 ], [ 120.437561, 30.1522421 ], [ 120.4372236, 30.1522421 ], [ 120.4372365, 30.1525782 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4366745, 30.1526882 ], [ 120.4366452, 30.1525186 ], [ 120.4361976, 30.1525367 ], [ 120.4361814, 30.1527815 ], [ 120.4366745, 30.1526882 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4352446, 30.1529461 ], [ 120.4352793, 30.1530162 ], [ 120.4353767, 30.153213 ], [ 120.4355681, 30.1531499 ], [ 120.435544, 30.153078 ], [ 120.435666, 30.1530261 ], [ 120.4358923, 30.1529721 ], [ 120.4361617, 30.1530613 ], [ 120.4361994, 30.1529663 ], [ 120.436501, 30.1528866 ], [ 120.4371147, 30.1527819 ], [ 120.4373365, 30.152761 ], [ 120.4372523, 30.1526364 ], [ 120.4367916, 30.1527175 ], [ 120.4362448, 30.1527845 ], [ 120.4361814, 30.1527815 ], [ 120.4360904, 30.1527771 ], [ 120.4361329, 30.1524725 ], [ 120.4362973, 30.1524627 ], [ 120.4362973, 30.15229 ], [ 120.435996, 30.1522421 ], [ 120.435642, 30.1521939 ], [ 120.4356402, 30.1523337 ], [ 120.4358276, 30.1523697 ], [ 120.4357465, 30.152768 ], [ 120.434646, 30.15275 ], [ 120.4342612, 30.1526896 ], [ 120.4339231, 30.1527944 ], [ 120.4339168, 30.1530261 ], [ 120.4352446, 30.1529461 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4383333, 30.1527215 ], [ 120.4383892, 30.1529937 ], [ 120.438582, 30.1530056 ], [ 120.4385768, 30.1526034 ], [ 120.4382717, 30.1525626 ], [ 120.4383333, 30.1527215 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4380016, 30.1531252 ], [ 120.4381972, 30.1531172 ], [ 120.4380997, 30.1527246 ], [ 120.437916, 30.1527531 ], [ 120.4380016, 30.1531252 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4428484, 30.1531069 ], [ 120.4434422, 30.1530596 ], [ 120.4434864, 30.1529725 ], [ 120.4434202, 30.152846 ], [ 120.4430173, 30.1528698 ], [ 120.4428484, 30.1528305 ], [ 120.4428484, 30.1531069 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4369218, 30.1530929 ], [ 120.4370596, 30.1530343 ], [ 120.4371405, 30.1530343 ], [ 120.4371441, 30.1528604 ], [ 120.43695, 30.1529032 ], [ 120.43676, 30.1529476 ], [ 120.4367548, 30.1530892 ], [ 120.4369218, 30.1530929 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4375231, 30.1531036 ], [ 120.4375226, 30.1532661 ], [ 120.4378217, 30.1532189 ], [ 120.4377089, 30.152744 ], [ 120.437418, 30.152789 ], [ 120.4375231, 30.1531036 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4364678, 30.1535348 ], [ 120.4364952, 30.1536325 ], [ 120.436578, 30.1536229 ], [ 120.4365773, 30.1535426 ], [ 120.4367112, 30.1535199 ], [ 120.4366826, 30.1533546 ], [ 120.4364639, 30.1532974 ], [ 120.4364678, 30.1535348 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4368726, 30.1536118 ], [ 120.4369201, 30.1537573 ], [ 120.4371528, 30.1537061 ], [ 120.4371307, 30.1536179 ], [ 120.4370935, 30.1534694 ], [ 120.4368726, 30.1534602 ], [ 120.4368726, 30.1536118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4354793, 30.1538308 ], [ 120.4357878, 30.1538498 ], [ 120.435896, 30.1537971 ], [ 120.4359557, 30.153618 ], [ 120.4354774, 30.1536216 ], [ 120.4354793, 30.1538308 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4336, 30.1540715 ], [ 120.4341765, 30.1540268 ], [ 120.4340585, 30.1535061 ], [ 120.433848, 30.1535453 ], [ 120.433827, 30.1534515 ], [ 120.4335108, 30.1535149 ], [ 120.4336, 30.1540715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4464431, 30.1539071 ], [ 120.4470064, 30.1539082 ], [ 120.44708, 30.1538524 ], [ 120.4470964, 30.153692 ], [ 120.4470086, 30.1536497 ], [ 120.4464201, 30.1536701 ], [ 120.4464431, 30.1539071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.387134, 30.1522132 ], [ 120.3875718, 30.1524544 ], [ 120.3877031, 30.1526864 ], [ 120.3879788, 30.1523932 ], [ 120.387827, 30.1522547 ], [ 120.3880299, 30.1519621 ], [ 120.3878652, 30.1518761 ], [ 120.3875447, 30.15164 ], [ 120.3869813, 30.1514159 ], [ 120.3867757, 30.151895 ], [ 120.3867583, 30.151979 ], [ 120.387134, 30.1522132 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3897492, 30.1526603 ], [ 120.3897883, 30.1527426 ], [ 120.3898482, 30.1527988 ], [ 120.390095, 30.1525943 ], [ 120.3900569, 30.1524488 ], [ 120.3899621, 30.1523425 ], [ 120.3896407, 30.1524854 ], [ 120.3897492, 30.1526603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3869254, 30.153056 ], [ 120.3872994, 30.152578 ], [ 120.3872605, 30.1524917 ], [ 120.3865986, 30.1521664 ], [ 120.386323, 30.1527843 ], [ 120.3869254, 30.153056 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3888275, 30.1525178 ], [ 120.3888734, 30.152573 ], [ 120.3889226, 30.1526159 ], [ 120.3889719, 30.1526368 ], [ 120.3889719, 30.1527537 ], [ 120.3890355, 30.1528365 ], [ 120.3892518, 30.152786 ], [ 120.3892908, 30.1526801 ], [ 120.3892593, 30.1526024 ], [ 120.389236, 30.1525068 ], [ 120.3888512, 30.1524196 ], [ 120.3888194, 30.1524585 ], [ 120.3888275, 30.1525178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3894091, 30.1529704 ], [ 120.3895576, 30.1530525 ], [ 120.389784, 30.1528824 ], [ 120.3895649, 30.1524778 ], [ 120.3893265, 30.1524632 ], [ 120.3893067, 30.1525447 ], [ 120.3894091, 30.1529704 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3874803, 30.1532848 ], [ 120.3877093, 30.153226 ], [ 120.3877305, 30.1531405 ], [ 120.3877646, 30.1530704 ], [ 120.3873917, 30.1526472 ], [ 120.3871176, 30.1529703 ], [ 120.3874803, 30.1532848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3891253, 30.1533544 ], [ 120.389524, 30.15313 ], [ 120.3894091, 30.1529704 ], [ 120.3893017, 30.1528212 ], [ 120.3889828, 30.1529311 ], [ 120.3891253, 30.1533544 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.388181, 30.1537582 ], [ 120.3889997, 30.1535106 ], [ 120.3888225, 30.1529915 ], [ 120.3879438, 30.1532815 ], [ 120.388181, 30.1537582 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3873771, 30.153671 ], [ 120.3875003, 30.1540218 ], [ 120.3878414, 30.1538934 ], [ 120.3876508, 30.1533669 ], [ 120.3873341, 30.1534893 ], [ 120.3873771, 30.153671 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3849544, 30.1573147 ], [ 120.3850403, 30.1573367 ], [ 120.3866321, 30.1559804 ], [ 120.3862727, 30.1556464 ], [ 120.3858882, 30.1560002 ], [ 120.3857034, 30.1558341 ], [ 120.3858709, 30.155615 ], [ 120.3859481, 30.1556625 ], [ 120.3864306, 30.1552985 ], [ 120.3867308, 30.1555485 ], [ 120.3871046, 30.1553055 ], [ 120.3869212, 30.154907 ], [ 120.3868251, 30.1549342 ], [ 120.3867738, 30.1549916 ], [ 120.3867028, 30.1548996 ], [ 120.386989, 30.1546803 ], [ 120.3870553, 30.1545848 ], [ 120.3871559, 30.154566 ], [ 120.3869501, 30.1539081 ], [ 120.386813, 30.1537203 ], [ 120.3869249, 30.1536773 ], [ 120.3867917, 30.1534921 ], [ 120.3866132, 30.1534818 ], [ 120.3863132, 30.1534645 ], [ 120.3859113, 30.1535638 ], [ 120.3849353, 30.156912 ], [ 120.3849544, 30.1573147 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4086353, 30.1572624 ], [ 120.408841, 30.1573161 ], [ 120.4089793, 30.1573141 ], [ 120.409101, 30.1573573 ], [ 120.4092269, 30.1573515 ], [ 120.4094166, 30.1574264 ], [ 120.4094456, 30.1573323 ], [ 120.4092821, 30.1571801 ], [ 120.4092518, 30.15717 ], [ 120.409161, 30.1571397 ], [ 120.4090931, 30.1570714 ], [ 120.4088533, 30.1570585 ], [ 120.408766, 30.1570926 ], [ 120.4085575, 30.1571248 ], [ 120.4085505, 30.1572156 ], [ 120.4086353, 30.1572624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4172204, 30.1591632 ], [ 120.4176062, 30.1590669 ], [ 120.4173154, 30.1582108 ], [ 120.4169311, 30.1583474 ], [ 120.4172204, 30.1591632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4199712, 30.1606085 ], [ 120.4202879, 30.1605202 ], [ 120.4203093, 30.1606302 ], [ 120.4204638, 30.1605748 ], [ 120.4205941, 30.1605734 ], [ 120.4205022, 30.1602779 ], [ 120.4203895, 30.1602767 ], [ 120.4202647, 30.1602946 ], [ 120.4201002, 30.1600853 ], [ 120.419966, 30.1601114 ], [ 120.4198442, 30.1599879 ], [ 120.419699, 30.1600859 ], [ 120.4199712, 30.1606085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4253821, 30.1639306 ], [ 120.4254042, 30.1638384 ], [ 120.4255365, 30.1638194 ], [ 120.4259496, 30.1638305 ], [ 120.4260269, 30.1637419 ], [ 120.4247105, 30.1636614 ], [ 120.4246111, 30.1638586 ], [ 120.4253821, 30.1639306 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4193205, 30.1822513 ], [ 120.419544, 30.1820963 ], [ 120.4201065, 30.1814824 ], [ 120.4201601, 30.1812955 ], [ 120.4200575, 30.1811295 ], [ 120.4199614, 30.1811919 ], [ 120.4188575, 30.1816972 ], [ 120.4193205, 30.1822513 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.41872, 30.1823541 ], [ 120.4188968, 30.1822461 ], [ 120.4186325, 30.1819024 ], [ 120.4183821, 30.1820234 ], [ 120.41872, 30.1823541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4180925, 30.1826122 ], [ 120.4184003, 30.1824169 ], [ 120.4182189, 30.1821788 ], [ 120.4178595, 30.182375 ], [ 120.4180925, 30.1826122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4167471, 30.1828136 ], [ 120.4170196, 30.1830422 ], [ 120.4172234, 30.1828952 ], [ 120.4171525, 30.1828257 ], [ 120.4172503, 30.1827163 ], [ 120.4170587, 30.1823223 ], [ 120.416565, 30.1824894 ], [ 120.4167471, 30.1828136 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.420397, 30.1881943 ], [ 120.4204715, 30.1882984 ], [ 120.4205955, 30.1884592 ], [ 120.4206387, 30.1885758 ], [ 120.4207387, 30.188683 ], [ 120.4208351, 30.1885847 ], [ 120.4209356, 30.1885976 ], [ 120.4210158, 30.1884322 ], [ 120.4210522, 30.1882121 ], [ 120.4211131, 30.1880754 ], [ 120.4210474, 30.1879078 ], [ 120.4209254, 30.1877683 ], [ 120.4203569, 30.1880037 ], [ 120.420397, 30.1881943 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4269307, 30.1901134 ], [ 120.4270519, 30.1901811 ], [ 120.4274291, 30.1900724 ], [ 120.4272915, 30.1898089 ], [ 120.4268701, 30.1899401 ], [ 120.4269307, 30.1901134 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4345497, 30.1678188 ], [ 120.4345622, 30.1674638 ], [ 120.4330664, 30.1674006 ], [ 120.4330234, 30.1677582 ], [ 120.4345497, 30.1678188 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4331797, 30.1682319 ], [ 120.4344372, 30.1682769 ], [ 120.4344476, 30.167944 ], [ 120.4331797, 30.1678671 ], [ 120.4331797, 30.1682319 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4384783, 30.1804692 ], [ 120.4385122, 30.1804269 ], [ 120.4386297, 30.1804513 ], [ 120.4386545, 30.1804873 ], [ 120.4388339, 30.1805005 ], [ 120.4388761, 30.1800157 ], [ 120.4388384, 30.1800323 ], [ 120.4387794, 30.1800582 ], [ 120.4384174, 30.1801562 ], [ 120.4383617, 30.1802809 ], [ 120.4384783, 30.1804692 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4302846, 30.1872989 ], [ 120.4304489, 30.1872987 ], [ 120.4309469, 30.1874549 ], [ 120.4311069, 30.1874487 ], [ 120.4312593, 30.1874474 ], [ 120.4312593, 30.1873645 ], [ 120.431146, 30.1872642 ], [ 120.4309781, 30.1872341 ], [ 120.43073, 30.1871573 ], [ 120.4304922, 30.1870794 ], [ 120.4302928, 30.1870891 ], [ 120.430191, 30.1871944 ], [ 120.4302846, 30.1872989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4304127, 30.1878639 ], [ 120.4303835, 30.187397 ], [ 120.4301153, 30.1873166 ], [ 120.430067, 30.1874598 ], [ 120.4298886, 30.1876918 ], [ 120.429874, 30.1878251 ], [ 120.4304127, 30.1878639 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.430563, 30.1876842 ], [ 120.4305216, 30.1878234 ], [ 120.4305899, 30.1879544 ], [ 120.4307881, 30.187948 ], [ 120.4309239, 30.1879192 ], [ 120.4310074, 30.18775 ], [ 120.4310047, 30.1876219 ], [ 120.4309438, 30.1876219 ], [ 120.4307614, 30.1875719 ], [ 120.430544, 30.1874884 ], [ 120.4305112, 30.1875514 ], [ 120.430563, 30.1876842 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4301678, 30.1881823 ], [ 120.4301276, 30.1878829 ], [ 120.4297041, 30.1878841 ], [ 120.4296688, 30.1881681 ], [ 120.4301678, 30.1881823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4335906, 30.188386 ], [ 120.4338025, 30.1883243 ], [ 120.4337649, 30.1882039 ], [ 120.4335284, 30.1881893 ], [ 120.4335906, 30.188386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4295916, 30.188419 ], [ 120.4297209, 30.1884627 ], [ 120.4299624, 30.1884572 ], [ 120.4299377, 30.1883104 ], [ 120.4297553, 30.1883071 ], [ 120.4295815, 30.1883448 ], [ 120.4295916, 30.188419 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4332796, 30.1885491 ], [ 120.4334029, 30.1888223 ], [ 120.4337254, 30.1887313 ], [ 120.433652, 30.1885439 ], [ 120.4335483, 30.1884512 ], [ 120.4334769, 30.1883241 ], [ 120.4333621, 30.1883581 ], [ 120.4332534, 30.1884423 ], [ 120.4332796, 30.1885491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4296535, 30.1888686 ], [ 120.4296505, 30.1886066 ], [ 120.429473, 30.1886118 ], [ 120.4294572, 30.1888526 ], [ 120.4296535, 30.1888686 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.429797, 30.1894769 ], [ 120.4305493, 30.1893538 ], [ 120.4304741, 30.1890329 ], [ 120.4296426, 30.1891926 ], [ 120.429797, 30.1894769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4321109, 30.1895473 ], [ 120.432203, 30.189729 ], [ 120.4323073, 30.1896887 ], [ 120.4323251, 30.189531 ], [ 120.4322216, 30.1893398 ], [ 120.4320752, 30.1893832 ], [ 120.4321109, 30.1895473 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4305663, 30.189847 ], [ 120.4306626, 30.1898475 ], [ 120.4307753, 30.1900156 ], [ 120.4305528, 30.1893921 ], [ 120.4303762, 30.1894359 ], [ 120.4305663, 30.189847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4302815, 30.189775 ], [ 120.4304016, 30.1899325 ], [ 120.4305274, 30.1899974 ], [ 120.4306338, 30.1899343 ], [ 120.4305663, 30.189847 ], [ 120.430372, 30.1895956 ], [ 120.4302706, 30.1896677 ], [ 120.4302815, 30.189775 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4398098, 30.1947406 ], [ 120.440166, 30.1945913 ], [ 120.4403001, 30.1945449 ], [ 120.4404804, 30.1944615 ], [ 120.4406113, 30.1943706 ], [ 120.4407411, 30.1942584 ], [ 120.4408258, 30.1941712 ], [ 120.4409127, 30.1940534 ], [ 120.4409675, 30.1939486 ], [ 120.4410243, 30.1937632 ], [ 120.4410576, 30.1935768 ], [ 120.4410737, 30.1934841 ], [ 120.441123, 30.1933617 ], [ 120.4412829, 30.1930723 ], [ 120.4413784, 30.192924 ], [ 120.4417002, 30.1925743 ], [ 120.4422059, 30.1920729 ], [ 120.4432498, 30.1909595 ], [ 120.4434607, 30.1905241 ], [ 120.4435156, 30.1900415 ], [ 120.4435487, 30.1897503 ], [ 120.4436762, 30.1888546 ], [ 120.4436891, 30.1888093 ], [ 120.4438112, 30.1883811 ], [ 120.4439387, 30.1879352 ], [ 120.4442178, 30.1874381 ], [ 120.4445654, 30.1867336 ], [ 120.4446736, 30.1865292 ], [ 120.4447043, 30.1865058 ], [ 120.4448288, 30.1864918 ], [ 120.4449479, 30.1859412 ], [ 120.444594, 30.1860727 ], [ 120.444469, 30.1863352 ], [ 120.4440913, 30.1871955 ], [ 120.4436524, 30.1880888 ], [ 120.4435682, 30.1883424 ], [ 120.4434687, 30.1887019 ], [ 120.4434304, 30.1889291 ], [ 120.4432986, 30.1900165 ], [ 120.4432339, 30.1905503 ], [ 120.4430655, 30.1908083 ], [ 120.4430425, 30.1909517 ], [ 120.4420856, 30.1919288 ], [ 120.441958, 30.1919817 ], [ 120.4416068, 30.1923731 ], [ 120.441093, 30.1929456 ], [ 120.4408837, 30.1931617 ], [ 120.4408352, 30.1932676 ], [ 120.4407459, 30.1936734 ], [ 120.4406592, 30.1939248 ], [ 120.440501, 30.1941167 ], [ 120.4403453, 30.1942513 ], [ 120.4398937, 30.1944382 ], [ 120.4392098, 30.1947211 ], [ 120.4390979, 30.1949016 ], [ 120.4398098, 30.1947406 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4416578, 30.1986638 ], [ 120.4421588, 30.1985142 ], [ 120.4420809, 30.198293 ], [ 120.4418197, 30.1983363 ], [ 120.4415948, 30.1984268 ], [ 120.4416578, 30.1986638 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4395045, 30.1989091 ], [ 120.4396898, 30.1988345 ], [ 120.4397147, 30.1985672 ], [ 120.4398205, 30.1982724 ], [ 120.4398857, 30.1982255 ], [ 120.4397972, 30.1980977 ], [ 120.4392838, 30.1982602 ], [ 120.4395045, 30.1989091 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4386657, 30.1994135 ], [ 120.4393566, 30.1988915 ], [ 120.439195, 30.1984945 ], [ 120.4384342, 30.1987927 ], [ 120.4386657, 30.1994135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4413014, 30.1994118 ], [ 120.4415267, 30.1993374 ], [ 120.4417055, 30.1992666 ], [ 120.4416365, 30.1990914 ], [ 120.4411859, 30.1992187 ], [ 120.4413014, 30.1994118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4015032, 30.1640882 ], [ 120.4015918, 30.1640882 ], [ 120.4015645, 30.1638805 ], [ 120.401603, 30.1637121 ], [ 120.4018602, 30.1636459 ], [ 120.4019279, 30.1635359 ], [ 120.4013703, 30.1635641 ], [ 120.4015032, 30.1640882 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3983503, 30.1761274 ], [ 120.3985504, 30.1757611 ], [ 120.3978364, 30.1756012 ], [ 120.397792, 30.1759114 ], [ 120.3983503, 30.1761274 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3999583, 30.176543 ], [ 120.4002153, 30.1767267 ], [ 120.4001041, 30.1768387 ], [ 120.4005971, 30.1771677 ], [ 120.4005956, 30.1764919 ], [ 120.400341, 30.1763584 ], [ 120.4002912, 30.1759982 ], [ 120.4001509, 30.1760945 ], [ 120.4001649, 30.1764023 ], [ 120.3998271, 30.1764109 ], [ 120.399735, 30.1765335 ], [ 120.3999583, 30.176543 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3947302, 30.2046254 ], [ 120.3952541, 30.2047692 ], [ 120.3954822, 30.2047942 ], [ 120.3955375, 30.20475 ], [ 120.3961289, 30.2046364 ], [ 120.3963069, 30.2045774 ], [ 120.3962468, 30.2044607 ], [ 120.396161, 30.2044339 ], [ 120.3960255, 30.2044325 ], [ 120.3960149, 30.2045013 ], [ 120.3956624, 30.2045476 ], [ 120.395292, 30.204523 ], [ 120.3952137, 30.2045776 ], [ 120.3950026, 30.2045776 ], [ 120.3948416, 30.2045228 ], [ 120.3945628, 30.2045613 ], [ 120.3947302, 30.2046254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3955754, 30.2062966 ], [ 120.3959184, 30.20628 ], [ 120.3959046, 30.20622 ], [ 120.3958315, 30.2061816 ], [ 120.3949047, 30.2060851 ], [ 120.3948977, 30.206198 ], [ 120.3955754, 30.2062966 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.401877, 30.2328132 ], [ 120.401898, 30.2328555 ], [ 120.4019457, 30.2328895 ], [ 120.4021139, 30.2329621 ], [ 120.4021463, 30.232935 ], [ 120.4021754, 30.2329108 ], [ 120.4021162, 30.2328167 ], [ 120.4025234, 30.2321309 ], [ 120.4024561, 30.2320668 ], [ 120.4024073, 30.2320455 ], [ 120.402306, 30.2320012 ], [ 120.4018868, 30.232709 ], [ 120.4018714, 30.2327677 ], [ 120.401877, 30.2328132 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4022741, 30.2330378 ], [ 120.4057563, 30.2345864 ], [ 120.4058075, 30.2345963 ], [ 120.4058759, 30.2345756 ], [ 120.4058303, 30.2345235 ], [ 120.4023083, 30.2329651 ], [ 120.4022689, 30.2329569 ], [ 120.4022559, 30.2329785 ], [ 120.4022408, 30.2330082 ], [ 120.4022741, 30.2330378 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3856299, 30.2348542 ], [ 120.385709, 30.233932 ], [ 120.3855182, 30.2339198 ], [ 120.3854388, 30.2348419 ], [ 120.3856299, 30.2348542 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3874611, 30.234818 ], [ 120.3875124, 30.2340676 ], [ 120.387281, 30.2340526 ], [ 120.3872117, 30.2348072 ], [ 120.3874611, 30.234818 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3837886, 30.2353582 ], [ 120.3846751, 30.2354146 ], [ 120.3846979, 30.2352347 ], [ 120.3837886, 30.2351707 ], [ 120.3837886, 30.2353582 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4256089, 30.191662 ], [ 120.425729, 30.1916323 ], [ 120.4254476, 30.191062 ], [ 120.425397, 30.1911066 ], [ 120.4256089, 30.191662 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4234896, 30.201661 ], [ 120.4240186, 30.2015861 ], [ 120.4239677, 30.2009556 ], [ 120.4237758, 30.2009678 ], [ 120.4235518, 30.2006534 ], [ 120.4233206, 30.200669 ], [ 120.4234288, 30.2009652 ], [ 120.4233089, 30.2010387 ], [ 120.4234896, 30.201661 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4122376, 30.2171884 ], [ 120.4123329, 30.2174468 ], [ 120.4124723, 30.2179672 ], [ 120.4129519, 30.2195562 ], [ 120.4131577, 30.2201993 ], [ 120.4132023, 30.2203594 ], [ 120.4135659, 30.2214589 ], [ 120.4140151, 30.2228606 ], [ 120.414046, 30.2228843 ], [ 120.4141615, 30.2229263 ], [ 120.4141424, 30.2228632 ], [ 120.4136978, 30.2213946 ], [ 120.4133065, 30.2202217 ], [ 120.4132727, 30.2201341 ], [ 120.4130467, 30.2193881 ], [ 120.4125877, 30.2178733 ], [ 120.4125018, 30.2175778 ], [ 120.4123919, 30.2171397 ], [ 120.4123202, 30.217141 ], [ 120.4122041, 30.2171432 ], [ 120.4122376, 30.2171884 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4138959, 30.2214176 ], [ 120.415412, 30.2220958 ], [ 120.4154172, 30.2220957 ], [ 120.4154345, 30.2220724 ], [ 120.4154335, 30.2220677 ], [ 120.4139157, 30.2213887 ], [ 120.413908, 30.221389 ], [ 120.4138926, 30.221411 ], [ 120.4138959, 30.2214176 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4146015, 30.2230419 ], [ 120.4146031, 30.2230812 ], [ 120.4146014, 30.2231201 ], [ 120.4163653, 30.2238934 ], [ 120.416391, 30.2239294 ], [ 120.4164166, 30.2239376 ], [ 120.4164415, 30.2239456 ], [ 120.4164908, 30.2239027 ], [ 120.4164479, 30.2237999 ], [ 120.4146033, 30.2229695 ], [ 120.4145988, 30.22301 ], [ 120.4146015, 30.2230419 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4181372, 30.2247083 ], [ 120.4181589, 30.2246663 ], [ 120.4172352, 30.2242696 ], [ 120.417219, 30.2243069 ], [ 120.4181372, 30.2247083 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4160425, 30.2246177 ], [ 120.4160586, 30.2246455 ], [ 120.4167494, 30.2249663 ], [ 120.4167719, 30.2249244 ], [ 120.4161167, 30.224626 ], [ 120.4160909, 30.2246093 ], [ 120.4160909, 30.2245786 ], [ 120.4163427, 30.2241212 ], [ 120.4163201, 30.2241092 ], [ 120.4163007, 30.2240989 ], [ 120.4160522, 30.2245368 ], [ 120.4160393, 30.2245758 ], [ 120.4160425, 30.2246177 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4191543, 30.2251572 ], [ 120.4197624, 30.2254447 ], [ 120.419904, 30.2254976 ], [ 120.4199346, 30.2254513 ], [ 120.4191428, 30.225101 ], [ 120.4191313, 30.2251274 ], [ 120.4191543, 30.2251572 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4154957, 30.2271035 ], [ 120.4165937, 30.22523 ], [ 120.4164979, 30.2251881 ], [ 120.4154004, 30.2270618 ], [ 120.4154957, 30.2271035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4202597, 30.2256661 ], [ 120.4207072, 30.2258578 ], [ 120.4228148, 30.2267865 ], [ 120.4228607, 30.226803 ], [ 120.4228913, 30.2267634 ], [ 120.4228607, 30.2267336 ], [ 120.4202865, 30.2256 ], [ 120.4201258, 30.2255438 ], [ 120.4201105, 30.2255802 ], [ 120.4202597, 30.2256661 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2824361, 30.188772 ], [ 120.2825863, 30.1890688 ], [ 120.2827258, 30.1890873 ], [ 120.2828116, 30.1890502 ], [ 120.2830584, 30.1887813 ], [ 120.2830799, 30.1886236 ], [ 120.2829833, 30.1884845 ], [ 120.2828331, 30.1884474 ], [ 120.2827258, 30.1883269 ], [ 120.2823181, 30.1882805 ], [ 120.2822108, 30.1882248 ], [ 120.2824361, 30.188772 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0675563, 30.0883606 ], [ 120.067647853363908, 30.088218901875372 ], [ 120.067503871869107, 30.088299191982475 ], [ 120.0675563, 30.0883606 ] ] ], [ [ [ 120.078, 30.08282 ], [ 120.0783, 30.08257 ], [ 120.0794676, 30.0823349 ], [ 120.080319, 30.0820925 ], [ 120.0808829, 30.0819616 ], [ 120.0815967, 30.0820106 ], [ 120.0823193, 30.0820821 ], [ 120.0830587, 30.0820695 ], [ 120.0840756, 30.0821736 ], [ 120.0848586, 30.0823143 ], [ 120.0855246, 30.0824148 ], [ 120.085619, 30.082539 ], [ 120.0862114, 30.0826556 ], [ 120.0870604, 30.0827612 ], [ 120.0875546, 30.082932 ], [ 120.0884781, 30.0832171 ], [ 120.0890843, 30.0833839 ], [ 120.0898087, 30.0835497 ], [ 120.0902493, 30.0835231 ], [ 120.0909388, 30.0836889 ], [ 120.0911448, 30.083621 ], [ 120.0915703, 30.0837153 ], [ 120.0919434, 30.0839226 ], [ 120.0925034, 30.0842792 ], [ 120.09302, 30.08444 ], [ 120.0934009, 30.0845254 ], [ 120.0936523, 30.0847364 ], [ 120.093913, 30.084889 ], [ 120.0943048, 30.0847316 ], [ 120.094614, 30.0847207 ], [ 120.0948796, 30.0848682 ], [ 120.0953519, 30.0849642 ], [ 120.0958582, 30.0849443 ], [ 120.09626, 30.08503 ], [ 120.0967853, 30.0851618 ], [ 120.0973354, 30.0854671 ], [ 120.09773, 30.0857823 ], [ 120.0980696, 30.0862949 ], [ 120.0984102, 30.0866407 ], [ 120.0989033, 30.0870252 ], [ 120.0990769, 30.087395 ], [ 120.0992731, 30.0879827 ], [ 120.09984, 30.08883 ], [ 120.100064, 30.0892448 ], [ 120.1001712, 30.0894769 ], [ 120.1013154, 30.0910855 ], [ 120.1027456, 30.093251 ], [ 120.1039255, 30.0949834 ], [ 120.1051054, 30.0965147 ], [ 120.1058562, 30.0973344 ], [ 120.1059814, 30.0975355 ], [ 120.1059098, 30.0977211 ], [ 120.1062853, 30.0981078 ], [ 120.1068216, 30.0986027 ], [ 120.1068931, 30.0988502 ], [ 120.1073222, 30.0992523 ], [ 120.1076261, 30.0994688 ], [ 120.1078764, 30.0996235 ], [ 120.1081266, 30.1000102 ], [ 120.108359, 30.1002112 ], [ 120.1086451, 30.1003659 ], [ 120.1090205, 30.100567 ], [ 120.1093215, 30.1006599 ], [ 120.1094973, 30.1006535 ], [ 120.1096091, 30.1007298 ], [ 120.1096004, 30.1009106 ], [ 120.1094234, 30.1010814 ], [ 120.1098858, 30.1014166 ], [ 120.11025, 30.10191 ], [ 120.110627, 30.1022994 ], [ 120.11082, 30.1027 ], [ 120.1111439, 30.103405 ], [ 120.11123, 30.10373 ], [ 120.1112632, 30.1038787 ], [ 120.1118215, 30.1044365 ], [ 120.112198, 30.1048079 ], [ 120.1124782, 30.1051137 ], [ 120.1129502, 30.1055329 ], [ 120.1134441, 30.1058579 ], [ 120.1137877, 30.1061086 ], [ 120.1140566, 30.1062208 ], [ 120.1148294, 30.106463 ], [ 120.1154071, 30.1066445 ], [ 120.115558, 30.1066432 ], [ 120.1156989, 30.1067343 ], [ 120.1157294, 30.1068943 ], [ 120.1157432, 30.1071548 ], [ 120.1159356, 30.1072056 ], [ 120.1163216, 30.1073743 ], [ 120.1165685, 30.1075521 ], [ 120.1169056, 30.1079939 ], [ 120.1172242, 30.1081747 ], [ 120.117355, 30.1082523 ], [ 120.117353, 30.1083499 ], [ 120.1171931, 30.1084343 ], [ 120.1177409, 30.1087958 ], [ 120.1183522, 30.1091507 ], [ 120.1186966, 30.1093272 ], [ 120.1192226, 30.1095322 ], [ 120.119813, 30.1097458 ], [ 120.1208327, 30.1100522 ], [ 120.1213279, 30.1101933 ], [ 120.122865, 30.1106439 ], [ 120.1230214, 30.1105193 ], [ 120.1235037, 30.1104957 ], [ 120.12419, 30.11032 ], [ 120.1250451, 30.1100412 ], [ 120.12569, 30.10983 ], [ 120.1260174, 30.1097682 ], [ 120.1262776, 30.1094154 ], [ 120.1263683, 30.1092624 ], [ 120.1264829, 30.1091789 ], [ 120.1267021, 30.1092275 ], [ 120.1268017, 30.1093522 ], [ 120.1268313, 30.1095487 ], [ 120.126781, 30.1098409 ], [ 120.1265903, 30.1105681 ], [ 120.1266846, 30.110859 ], [ 120.1268388, 30.110824 ], [ 120.1275309, 30.1109776 ], [ 120.1285764, 30.1110755 ], [ 120.129077, 30.1110658 ], [ 120.1297007, 30.1111498 ], [ 120.1298028, 30.1112291 ], [ 120.1298208, 30.1113431 ], [ 120.1300479, 30.1114021 ], [ 120.1305154, 30.1113348 ], [ 120.1309376, 30.1113154 ], [ 120.1312484, 30.1112749 ], [ 120.1317146, 30.1113978 ], [ 120.1321216, 30.1116804 ], [ 120.1345637, 30.1118651 ], [ 120.134675, 30.1117139 ], [ 120.1348289, 30.1116675 ], [ 120.13569, 30.11159 ], [ 120.1360909, 30.1114079 ], [ 120.1363909, 30.1112355 ], [ 120.13659, 30.1110806 ], [ 120.1367314, 30.110881 ], [ 120.1368006, 30.110697 ], [ 120.1369364, 30.1106315 ], [ 120.1371476, 30.110663 ], [ 120.1372903, 30.1108293 ], [ 120.1372642, 30.1109833 ], [ 120.1373971, 30.1115899 ], [ 120.1375301, 30.1117115 ], [ 120.13895, 30.11142 ], [ 120.139397, 30.1113152 ], [ 120.1397967, 30.1112667 ], [ 120.1401076, 30.1112457 ], [ 120.1407953, 30.111264 ], [ 120.1431233, 30.1114981 ], [ 120.1440734, 30.1115206 ], [ 120.1449101, 30.1114918 ], [ 120.1474685, 30.1112126 ], [ 120.1476342, 30.1110914 ], [ 120.1476936, 30.1108018 ], [ 120.1478184, 30.1107676 ], [ 120.1481527, 30.1107597 ], [ 120.14872, 30.11111 ], [ 120.1496253, 30.1110584 ], [ 120.1508022, 30.1109914 ], [ 120.1516478, 30.110923 ], [ 120.1523732, 30.1108447 ], [ 120.1541283, 30.1107141 ], [ 120.15464, 30.11046 ], [ 120.15524, 30.11022 ], [ 120.1560098, 30.1099305 ], [ 120.1566145, 30.1095863 ], [ 120.1570941, 30.1092083 ], [ 120.1576226, 30.1088888 ], [ 120.1580923, 30.1086318 ], [ 120.158444, 30.1084741 ], [ 120.1587487, 30.1082867 ], [ 120.15913, 30.1081239 ], [ 120.1597053, 30.1080634 ], [ 120.1602068, 30.1080537 ], [ 120.1606372, 30.1081163 ], [ 120.1611928, 30.108156 ], [ 120.1622596, 30.1082376 ], [ 120.1631423, 30.1083916 ], [ 120.1642088, 30.1084234 ], [ 120.1651973, 30.1084486 ], [ 120.1656916, 30.1083832 ], [ 120.1670093, 30.1084686 ], [ 120.1679237, 30.1085114 ], [ 120.1686488, 30.1087467 ], [ 120.16917, 30.10911 ], [ 120.1695573, 30.1093734 ], [ 120.1699287, 30.1096015 ], [ 120.1706969, 30.1101625 ], [ 120.1710833, 30.1104258 ], [ 120.1712436, 30.1108091 ], [ 120.1713329, 30.1113467 ], [ 120.1713424, 30.1117661 ], [ 120.1713631, 30.1124522 ], [ 120.1713387, 30.1131144 ], [ 120.1712215, 30.1136738 ], [ 120.1710153, 30.1143558 ], [ 120.1707411, 30.1151484 ], [ 120.1702027, 30.1159414 ], [ 120.1695873, 30.1165437 ], [ 120.1685731, 30.1173189 ], [ 120.1666305, 30.1191234 ], [ 120.166338, 30.1189694 ], [ 120.1654271, 30.1194484 ], [ 120.1647456, 30.119935 ], [ 120.1627167, 30.121123 ], [ 120.16172, 30.12154 ], [ 120.1603209, 30.1220567 ], [ 120.15573, 30.12411 ], [ 120.1551667, 30.1242972 ], [ 120.15482, 30.12461 ], [ 120.15467, 30.12473 ], [ 120.1539201, 30.1253099 ], [ 120.1534214, 30.125547 ], [ 120.153221, 30.1255483 ], [ 120.152978, 30.1255499 ], [ 120.15182, 30.12621 ], [ 120.15092, 30.12683 ], [ 120.1503817, 30.1269419 ], [ 120.1496843, 30.1272388 ], [ 120.14882, 30.12769 ], [ 120.1468304, 30.1287885 ], [ 120.14582, 30.12942 ], [ 120.1443091, 30.130301 ], [ 120.14401, 30.13054 ], [ 120.1436976, 30.1306351 ], [ 120.1422814, 30.1314887 ], [ 120.1411012, 30.1320269 ], [ 120.1407793, 30.1321754 ], [ 120.1405433, 30.132194 ], [ 120.1404253, 30.1323239 ], [ 120.1401571, 30.1322311 ], [ 120.1398245, 30.131795 ], [ 120.1397673, 30.1318444 ], [ 120.1397494, 30.1318599 ], [ 120.1400069, 30.1323053 ], [ 120.1400712, 30.1325002 ], [ 120.1389125, 30.1333074 ], [ 120.138, 30.13375 ], [ 120.13785, 30.13388 ], [ 120.1372905, 30.1342738 ], [ 120.1367852, 30.134555 ], [ 120.136219, 30.1348582 ], [ 120.1356508, 30.1351539 ], [ 120.1354569, 30.135371 ], [ 120.1350868, 30.1355157 ], [ 120.1345037, 30.1357996 ], [ 120.13379, 30.13623 ], [ 120.1328123, 30.1369654 ], [ 120.13229, 30.13722 ], [ 120.1321977, 30.1375404 ], [ 120.1318245, 30.137871 ], [ 120.1316436, 30.1380196 ], [ 120.1314208, 30.1382025 ], [ 120.1310382, 30.1385028 ], [ 120.1302934, 30.1390157 ], [ 120.12986, 30.13936 ], [ 120.1292579, 30.1397061 ], [ 120.12896, 30.13985 ], [ 120.1283769, 30.1400579 ], [ 120.12776, 30.14047 ], [ 120.1272885, 30.1407539 ], [ 120.1268479, 30.1410204 ], [ 120.1264, 30.14134 ], [ 120.12625, 30.14146 ], [ 120.1257008, 30.1418583 ], [ 120.12504, 30.14246 ], [ 120.12473, 30.14271 ], [ 120.1239945, 30.1432675 ], [ 120.12232, 30.14447 ], [ 120.1219402, 30.1447997 ], [ 120.12156, 30.14509 ], [ 120.12141, 30.14521 ], [ 120.1211826, 30.1456229 ], [ 120.1207177, 30.1460304 ], [ 120.11972, 30.14736 ], [ 120.11911, 30.14786 ], [ 120.1188022, 30.1483101 ], [ 120.1185968, 30.148611 ], [ 120.1184045, 30.1488893 ], [ 120.11789, 30.14938 ], [ 120.11758, 30.14963 ], [ 120.11696, 30.15064 ], [ 120.1165868, 30.1511772 ], [ 120.1162869, 30.1516494 ], [ 120.1161262, 30.1519276 ], [ 120.1159977, 30.1520669 ], [ 120.11588, 30.15229 ], [ 120.1157623, 30.1525403 ], [ 120.1156269, 30.15292 ], [ 120.1153733, 30.1534625 ], [ 120.1152693, 30.1537125 ], [ 120.11509, 30.15394 ], [ 120.1148824, 30.1544172 ], [ 120.11433, 30.15469 ], [ 120.1140843, 30.1552588 ], [ 120.1140842, 30.1555883 ], [ 120.1142091, 30.1560458 ], [ 120.1140908, 30.1565954 ], [ 120.113942, 30.1569802 ], [ 120.1138634, 30.1572632 ], [ 120.1137515, 30.1575821 ], [ 120.1137415, 30.158422 ], [ 120.11347, 30.15853 ], [ 120.1130221, 30.1584354 ], [ 120.1129684, 30.1586506 ], [ 120.1133519, 30.1587116 ], [ 120.1133492, 30.1588213 ], [ 120.1128997, 30.1600807 ], [ 120.1127139, 30.1602626 ], [ 120.1126518, 30.1602795 ], [ 120.11254, 30.16031 ], [ 120.11239, 30.16043 ], [ 120.1123003, 30.1605813 ], [ 120.1126553, 30.1608103 ], [ 120.1128569, 30.1610102 ], [ 120.11279, 30.161268 ], [ 120.1125151, 30.1628561 ], [ 120.1120358, 30.1648366 ], [ 120.1118917, 30.1649607 ], [ 120.1115308, 30.1652228 ], [ 120.1114838, 30.1654552 ], [ 120.1119137, 30.1660229 ], [ 120.111901, 30.1663658 ], [ 120.1118933, 30.1663883 ], [ 120.1116914, 30.1665762 ], [ 120.1116804, 30.1667669 ], [ 120.1116162, 30.1678795 ], [ 120.1115614, 30.1686949 ], [ 120.1114993, 30.1690844 ], [ 120.1111445, 30.1706184 ], [ 120.11104, 30.17107 ], [ 120.11103, 30.17133 ], [ 120.11103, 30.17159 ], [ 120.11101, 30.17236 ], [ 120.11099, 30.17287 ], [ 120.1109827, 30.173611 ], [ 120.1109479, 30.1741954 ], [ 120.1109154, 30.1748813 ], [ 120.1110796, 30.1756746 ], [ 120.1115838, 30.1776038 ], [ 120.1119341, 30.178797 ], [ 120.1122045, 30.1797096 ], [ 120.1124445, 30.1807163 ], [ 120.1126251, 30.1813962 ], [ 120.1130086, 30.1828551 ], [ 120.1134807, 30.1846681 ], [ 120.113509, 30.1848389 ], [ 120.1135051, 30.1850096 ], [ 120.1134008, 30.1852027 ], [ 120.113238, 30.1853408 ], [ 120.1128403, 30.1855994 ], [ 120.1126267, 30.1856959 ], [ 120.1124603, 30.1857201 ], [ 120.1122498, 30.1857209 ], [ 120.1121021, 30.1856998 ], [ 120.1119716, 30.1856587 ], [ 120.1118482, 30.1855932 ], [ 120.1117422, 30.1854999 ], [ 120.1117142, 30.1854173 ], [ 120.1117149, 30.1853134 ], [ 120.1116315, 30.185179 ], [ 120.1113866, 30.1853078 ], [ 120.1112154, 30.185395 ], [ 120.1115474, 30.185922 ], [ 120.1117697, 30.1862225 ], [ 120.1121251, 30.1866931 ], [ 120.1124097, 30.1870585 ], [ 120.1126236, 30.1872963 ], [ 120.1128032, 30.1875073 ], [ 120.1130452, 30.187818 ], [ 120.113238, 30.1880283 ], [ 120.1134093, 30.1881943 ], [ 120.1136393, 30.1883843 ], [ 120.1139101, 30.1885436 ], [ 120.1140747, 30.1884061 ], [ 120.1140738, 30.1880896 ], [ 120.1139558, 30.1872934 ], [ 120.1138697, 30.1865952 ], [ 120.1138606, 30.1865237 ], [ 120.1139166, 30.1864751 ], [ 120.1139963, 30.1865028 ], [ 120.1140269, 30.1865669 ], [ 120.1142087, 30.1877954 ], [ 120.1142687, 30.1882215 ], [ 120.1145168, 30.1885639 ], [ 120.11475, 30.1889233 ], [ 120.1150286, 30.1890578 ], [ 120.1151093, 30.1890967 ], [ 120.1156573, 30.1894014 ], [ 120.116168, 30.1895674 ], [ 120.1167827, 30.1899414 ], [ 120.1173207, 30.190142 ], [ 120.1177793, 30.1904467 ], [ 120.1181907, 30.19062 ], [ 120.1186193, 30.1909247 ], [ 120.1191, 30.1912714 ], [ 120.1192513, 30.191576 ], [ 120.1196873, 30.191836 ], [ 120.1200247, 30.1921753 ], [ 120.1204186, 30.192418 ], [ 120.1207953, 30.192636 ], [ 120.1212693, 30.1929667 ], [ 120.1216306, 30.1932094 ], [ 120.1219206, 30.1933394 ], [ 120.122476, 30.1937047 ], [ 120.1226138, 30.1939844 ], [ 120.123121, 30.1945523 ], [ 120.1234322, 30.1948518 ], [ 120.1237796, 30.1952026 ], [ 120.124352, 30.1956214 ], [ 120.1252094, 30.1962367 ], [ 120.1257363, 30.1965291 ], [ 120.1271301, 30.1971836 ], [ 120.1283233, 30.1978258 ], [ 120.1297993, 30.198553 ], [ 120.1304125, 30.1987243 ], [ 120.1313069, 30.1990103 ], [ 120.1321088, 30.1993233 ], [ 120.1328788, 30.1995876 ], [ 120.1337668, 30.1998997 ], [ 120.1340742, 30.2001044 ], [ 120.1342774, 30.2001182 ], [ 120.1349565, 30.200269 ], [ 120.1355177, 30.2004157 ], [ 120.1380603, 30.2010702 ], [ 120.1394964, 30.2014209 ], [ 120.1407403, 30.2017404 ], [ 120.1407949, 30.2017559 ], [ 120.140857, 30.2017708 ], [ 120.1416642, 30.2019582 ], [ 120.1417498, 30.2017542 ], [ 120.141955, 30.2018144 ], [ 120.1418967, 30.2020081 ], [ 120.1449013, 30.2027682 ], [ 120.1456383, 30.2029708 ], [ 120.1505201, 30.2042952 ], [ 120.1508814, 30.2043612 ], [ 120.1517217, 30.2047032 ], [ 120.1534555, 30.205304 ], [ 120.1548717, 30.2057565 ], [ 120.1561248, 30.2062905 ], [ 120.1574638, 30.2068765 ], [ 120.1584251, 30.2073068 ], [ 120.1593263, 30.2077221 ], [ 120.1612146, 30.2085826 ], [ 120.1626909, 30.2093021 ], [ 120.1627939, 30.209176 ], [ 120.1625535, 30.2090573 ], [ 120.1626222, 30.2090054 ], [ 120.1629484, 30.2091537 ], [ 120.1628797, 30.2092131 ], [ 120.1627939, 30.2093688 ], [ 120.1636093, 30.2097842 ], [ 120.1647508, 30.2103776 ], [ 120.1656778, 30.2109116 ], [ 120.1667335, 30.2114679 ], [ 120.1675317, 30.2118833 ], [ 120.1680896, 30.2121652 ], [ 120.1687076, 30.2124841 ], [ 120.1696517, 30.2129143 ], [ 120.1711881, 30.2137376 ], [ 120.1723224, 30.2143174 ], [ 120.1724069, 30.2143606 ], [ 120.1736343, 30.2150282 ], [ 120.1750419, 30.2157847 ], [ 120.1757285, 30.2161704 ], [ 120.1771104, 30.2169566 ], [ 120.1784665, 30.2178243 ], [ 120.1790159, 30.2181062 ], [ 120.179136, 30.2180023 ], [ 120.1792133, 30.2180394 ], [ 120.1791532, 30.2181136 ], [ 120.1796167, 30.2184918 ], [ 120.1800973, 30.2187218 ], [ 120.1818225, 30.2196118 ], [ 120.1830757, 30.2202051 ], [ 120.1836003, 30.2204836 ], [ 120.1839254, 30.2206946 ], [ 120.1845348, 30.2209097 ], [ 120.1848695, 30.2211618 ], [ 120.1856403, 30.2215536 ], [ 120.1861999, 30.2218071 ], [ 120.1866548, 30.2220147 ], [ 120.187041, 30.222252 ], [ 120.1874959, 30.2225339 ], [ 120.1882603, 30.2228936 ], [ 120.1886632, 30.2230604 ], [ 120.1889722, 30.2232458 ], [ 120.1894303, 30.2234336 ], [ 120.1898649, 30.2236834 ], [ 120.1903541, 30.2238614 ], [ 120.1906888, 30.224121 ], [ 120.1911266, 30.2242396 ], [ 120.1914527, 30.2244176 ], [ 120.1917274, 30.2244844 ], [ 120.1919103, 30.2246436 ], [ 120.1922003, 30.2249036 ], [ 120.1924903, 30.2251736 ], [ 120.1928432, 30.2254411 ], [ 120.1936389, 30.2260753 ], [ 120.194062, 30.2264126 ], [ 120.1960018, 30.2279181 ], [ 120.1981389, 30.2295718 ], [ 120.2003276, 30.2312775 ], [ 120.2029111, 30.2334058 ], [ 120.2051921, 30.235273 ], [ 120.2055118, 30.2355488 ], [ 120.2057779, 30.2358455 ], [ 120.2062156, 30.2363571 ], [ 120.2065675, 30.2367724 ], [ 120.2068851, 30.2371951 ], [ 120.2071769, 30.2375288 ], [ 120.2074602, 30.2378921 ], [ 120.2077176, 30.2381665 ], [ 120.2079837, 30.2384927 ], [ 120.2083957, 30.2389377 ], [ 120.2086875, 30.239301 ], [ 120.2090051, 30.2396643 ], [ 120.209254, 30.2399016 ], [ 120.2100179, 30.2407099 ], [ 120.2104814, 30.2412363 ], [ 120.2107818, 30.2416219 ], [ 120.2113912, 30.2424895 ], [ 120.2119212, 30.2432878 ], [ 120.2125174, 30.2440254 ], [ 120.2132398, 30.2450962 ], [ 120.2139575, 30.2461079 ], [ 120.2145927, 30.2470347 ], [ 120.2149961, 30.2476205 ], [ 120.215451, 30.2483323 ], [ 120.2159831, 30.2490811 ], [ 120.2167299, 30.2501043 ], [ 120.2175624, 30.2512164 ], [ 120.2185066, 30.2524398 ], [ 120.2192275, 30.2534036 ], [ 120.2199142, 30.2544861 ], [ 120.2204034, 30.2552349 ], [ 120.2209527, 30.2561246 ], [ 120.2231414, 30.2596832 ], [ 120.2233131, 30.2598389 ], [ 120.2233388, 30.2600168 ], [ 120.2232272, 30.2602466 ], [ 120.2229162, 30.260744 ], [ 120.2224507, 30.2613634 ], [ 120.2213245, 30.2627823 ], [ 120.2205277, 30.2638432 ], [ 120.2195139, 30.264951 ], [ 120.2192437, 30.265106 ], [ 120.2194134, 30.2652216 ], [ 120.2200229, 30.2649853 ], [ 120.2200772, 30.2650342 ], [ 120.2197065, 30.2655973 ], [ 120.2198979, 30.265787 ], [ 120.2220919, 30.2630066 ], [ 120.2231506, 30.2616227 ], [ 120.2232782, 30.2615889 ], [ 120.2233817, 30.2616497 ], [ 120.2234166, 30.2617673 ], [ 120.2224223, 30.2630391 ], [ 120.2201042, 30.2659397 ], [ 120.2207398, 30.266404 ], [ 120.2229687, 30.2635095 ], [ 120.2232283, 30.2632661 ], [ 120.2233036, 30.2633058 ], [ 120.2240485, 30.2623169 ], [ 120.2242599, 30.2621435 ], [ 120.224446, 30.2620866 ], [ 120.2246187, 30.2621074 ], [ 120.2247379, 30.2621445 ], [ 120.2249353, 30.2623298 ], [ 120.2289522, 30.2679564 ], [ 120.2316215, 30.2716629 ], [ 120.2317488, 30.2717571 ], [ 120.2319297, 30.2718085 ], [ 120.2321029, 30.2718456 ], [ 120.2323023, 30.2719955 ], [ 120.232582, 30.2723757 ], [ 120.2326085, 30.2724379 ], [ 120.2327569, 30.2727625 ], [ 120.232757, 30.2729662 ], [ 120.2328486, 30.2732866 ], [ 120.233149, 30.2737147 ], [ 120.2334083, 30.2740103 ], [ 120.2338604, 30.2746963 ], [ 120.2339775, 30.2748511 ], [ 120.2340075, 30.2749495 ], [ 120.2342861, 30.2753355 ], [ 120.2343295, 30.2754731 ], [ 120.2352092, 30.2766515 ], [ 120.2355488, 30.2773195 ], [ 120.2356639, 30.2773195 ], [ 120.2357329, 30.2772797 ], [ 120.2359861, 30.2774388 ], [ 120.2359286, 30.2775183 ], [ 120.2359861, 30.2776574 ], [ 120.2375975, 30.2788601 ], [ 120.2404757, 30.2809615 ], [ 120.2409685, 30.2813063 ], [ 120.2417136, 30.2813015 ], [ 120.242014, 30.2813708 ], [ 120.2420479, 30.2814572 ], [ 120.2418707, 30.2817388 ], [ 120.2420141, 30.281683 ], [ 120.2421759, 30.2815588 ], [ 120.2423167, 30.28156 ], [ 120.2424536, 30.2816233 ], [ 120.2426383, 30.2817233 ], [ 120.2427628, 30.2819058 ], [ 120.2426325, 30.2821115 ], [ 120.2423737, 30.2822434 ], [ 120.2426138, 30.2823738 ], [ 120.2426385, 30.2824662 ], [ 120.2424845, 30.2825234 ], [ 120.2430315, 30.2828395 ], [ 120.2445103, 30.2836714 ], [ 120.2462367, 30.2846319 ], [ 120.2469393, 30.2849986 ], [ 120.2476132, 30.2853452 ], [ 120.2480311, 30.2855675 ], [ 120.2493063, 30.2862369 ], [ 120.2499181, 30.2865367 ], [ 120.2506858, 30.286901 ], [ 120.2518103, 30.2874199 ], [ 120.2525114, 30.2877467 ], [ 120.255045, 30.2888748 ], [ 120.2560536, 30.2892819 ], [ 120.2561282, 30.2893224 ], [ 120.256366, 30.2886785 ], [ 120.2566409, 30.2880269 ], [ 120.2565314, 30.2879835 ], [ 120.2565936, 30.2878274 ], [ 120.2574313, 30.2880836 ], [ 120.257377, 30.2882413 ], [ 120.2572451, 30.2882094 ], [ 120.2566973, 30.2895521 ], [ 120.2587266, 30.2903607 ], [ 120.2604658, 30.2910293 ], [ 120.2622858, 30.2916858 ], [ 120.2647844, 30.2925378 ], [ 120.264913, 30.2926246 ], [ 120.2649988, 30.2926956 ], [ 120.2653397, 30.2932868 ], [ 120.2654255, 30.2933404 ], [ 120.2656152, 30.2927951 ], [ 120.2656849, 30.2928069 ], [ 120.2655332, 30.2933205 ], [ 120.2655258, 30.2934271 ], [ 120.265598, 30.2935627 ], [ 120.2657871, 30.2936559 ], [ 120.2659651, 30.2937126 ], [ 120.2668572, 30.29374 ], [ 120.2668932, 30.2938041 ], [ 120.2668879, 30.2940457 ], [ 120.2670095, 30.2940895 ], [ 120.267153, 30.2941315 ], [ 120.2672636, 30.2940011 ], [ 120.2673947, 30.2936412 ], [ 120.2674759, 30.2934945 ], [ 120.2675918, 30.2934398 ], [ 120.2677496, 30.2934866 ], [ 120.2678604, 30.2935758 ], [ 120.2678604, 30.2937544 ], [ 120.2677519, 30.2938176 ], [ 120.2678019, 30.2940917 ], [ 120.2679425, 30.2942994 ], [ 120.268167, 30.2945273 ], [ 120.2684449, 30.2946644 ], [ 120.2685364, 30.2947136 ], [ 120.2686379, 30.2947474 ], [ 120.2687165, 30.2947713 ], [ 120.268784, 30.294788 ], [ 120.269653, 30.2949414 ], [ 120.2718892, 30.2953168 ], [ 120.2721765, 30.2953472 ], [ 120.272278, 30.2952671 ], [ 120.2723111, 30.2949449 ], [ 120.2723725, 30.2949308 ], [ 120.2723549, 30.295263 ], [ 120.2724579, 30.2953521 ], [ 120.2725173, 30.2954206 ], [ 120.2748017, 30.296015 ], [ 120.2760929, 30.2963593 ], [ 120.2761626, 30.296228 ], [ 120.276181, 30.2959454 ], [ 120.2762558, 30.2959548 ], [ 120.2762502, 30.2962419 ], [ 120.2763889, 30.2964553 ], [ 120.2792792, 30.2971333 ], [ 120.279938, 30.297094 ], [ 120.2801086, 30.2970902 ], [ 120.2802668, 30.2971162 ], [ 120.2804949, 30.2971661 ], [ 120.2807009, 30.2972721 ], [ 120.280956, 30.2973979 ], [ 120.2816648, 30.2975238 ], [ 120.2822508, 30.297634 ], [ 120.2827742, 30.2977631 ], [ 120.2830391, 30.2978499 ], [ 120.2831872, 30.2978425 ], [ 120.2835614, 30.2977842 ], [ 120.2840104, 30.2977717 ], [ 120.2842997, 30.2977962 ], [ 120.2844022, 30.2977208 ], [ 120.2846048, 30.2977225 ], [ 120.284795, 30.2978663 ], [ 120.2849719, 30.2979124 ], [ 120.2851668, 30.2980416 ], [ 120.2854507, 30.2983229 ], [ 120.2858047, 30.2985824 ], [ 120.2859899, 30.2986698 ], [ 120.2862502, 30.2986707 ], [ 120.2874481, 30.2986038 ], [ 120.288701, 30.2985151 ], [ 120.2897026, 30.29839 ], [ 120.2898646, 30.2983171 ], [ 120.2899229, 30.2982278 ], [ 120.2901663, 30.2982232 ], [ 120.2906172, 30.2982229 ], [ 120.2916471, 30.297908 ], [ 120.2916972, 30.2978092 ], [ 120.2918832, 30.2977659 ], [ 120.2919833, 30.2976486 ], [ 120.2920119, 30.2975004 ], [ 120.2918689, 30.2973522 ], [ 120.2917473, 30.2972225 ], [ 120.2918068, 30.2971751 ], [ 120.2914898, 30.2968952 ], [ 120.2914755, 30.2967902 ], [ 120.2915971, 30.2967902 ], [ 120.2926628, 30.2976918 ], [ 120.2937927, 30.2973812 ], [ 120.2937786, 30.2961726 ], [ 120.2939801, 30.2962026 ], [ 120.2940635, 30.2962467 ], [ 120.2944012, 30.2968523 ], [ 120.2947279, 30.296834 ], [ 120.294766, 30.2969726 ], [ 120.2952719, 30.296797 ], [ 120.2952362, 30.2966564 ], [ 120.2973135, 30.2959693 ], [ 120.2984049, 30.2955683 ], [ 120.2998, 30.29501 ], [ 120.3022986, 30.2940316 ], [ 120.3036366, 30.2935961 ], [ 120.30444, 30.2932582 ], [ 120.3050662, 30.2929769 ], [ 120.3061372, 30.2921995 ], [ 120.3072353, 30.29134 ], [ 120.3087787, 30.2900374 ], [ 120.3092381, 30.2897158 ], [ 120.3100553, 30.2889363 ], [ 120.3102394, 30.2886983 ], [ 120.3098819, 30.2884395 ], [ 120.3098726, 30.2883501 ], [ 120.3099029, 30.2882352 ], [ 120.3100376, 30.288173 ], [ 120.3106668, 30.2881099 ], [ 120.3113453, 30.2883169 ], [ 120.3114782, 30.288424 ], [ 120.3121747, 30.288606 ], [ 120.3131879, 30.2888107 ], [ 120.31389, 30.2886907 ], [ 120.31449, 30.28837 ], [ 120.31509, 30.28813 ], [ 120.3155582, 30.2878961 ], [ 120.31629, 30.2876077 ], [ 120.3167208, 30.28739 ], [ 120.31719, 30.28714 ], [ 120.3179692, 30.2868256 ], [ 120.3190353, 30.2863275 ], [ 120.3192332, 30.2861159 ], [ 120.3196453, 30.2857368 ], [ 120.321174, 30.28438 ], [ 120.3216805, 30.2839634 ], [ 120.3222829, 30.2833407 ], [ 120.3236053, 30.2821818 ], [ 120.3263149, 30.2795503 ], [ 120.3277786, 30.2782713 ], [ 120.3282277, 30.2778667 ], [ 120.3285177, 30.2776012 ], [ 120.3289886, 30.2771709 ], [ 120.3295075, 30.276667 ], [ 120.3298808, 30.2763361 ], [ 120.330111, 30.2761313 ], [ 120.3304319, 30.2757853 ], [ 120.3306691, 30.2755655 ], [ 120.3309168, 30.2753305 ], [ 120.3311012, 30.2751609 ], [ 120.3322061, 30.2741665 ], [ 120.33448, 30.2722 ], [ 120.3345832, 30.2721183 ], [ 120.3348389, 30.271916 ], [ 120.3350342, 30.2716504 ], [ 120.33539, 30.27132 ], [ 120.335676, 30.2709645 ], [ 120.3360318, 30.2706436 ], [ 120.336286, 30.2703496 ], [ 120.3365162, 30.2701392 ], [ 120.3366104, 30.2700348 ], [ 120.337015, 30.2696291 ], [ 120.3373185, 30.2693183 ], [ 120.3375906, 30.2689478 ], [ 120.3380053, 30.2685583 ], [ 120.3381308, 30.2683384 ], [ 120.3382659, 30.2681448 ], [ 120.3384199, 30.2678591 ], [ 120.3386675, 30.2675639 ], [ 120.3388903, 30.2673289 ], [ 120.3392286, 30.2668078 ], [ 120.3394414, 30.2664574 ], [ 120.3397383, 30.266041 ], [ 120.3401072, 30.265733 ], [ 120.3404979, 30.2653468 ], [ 120.3408611, 30.2649712 ], [ 120.341363, 30.2646007 ], [ 120.3419356, 30.2642496 ], [ 120.3425317, 30.2639595 ], [ 120.343058, 30.2637659 ], [ 120.3437875, 30.26358 ], [ 120.3444529, 30.2634166 ], [ 120.3450569, 30.2632112 ], [ 120.3457092, 30.2630315 ], [ 120.3464553, 30.2628417 ], [ 120.3481232, 30.2626519 ], [ 120.3502839, 30.2622524 ], [ 120.3517087, 30.2622294 ], [ 120.3546946, 30.2626571 ], [ 120.3554006, 30.2627177 ], [ 120.3587968, 30.2631502 ], [ 120.3604093, 30.263581 ], [ 120.3622061, 30.2642003 ], [ 120.3622673, 30.263302 ], [ 120.3623416, 30.2631589 ], [ 120.3624847, 30.2631792 ], [ 120.3625762, 30.2633931 ], [ 120.3625259, 30.2642018 ], [ 120.3646545, 30.2657095 ], [ 120.3676042, 30.2677614 ], [ 120.3688599, 30.2686713 ], [ 120.3711317, 30.2707709 ], [ 120.3741059, 30.2736742 ], [ 120.3754451, 30.2753023 ], [ 120.377263, 30.2777493 ], [ 120.3784858, 30.2794629 ], [ 120.3807373, 30.2844112 ], [ 120.3828298, 30.2887073 ], [ 120.3864908, 30.2964138 ], [ 120.3965875, 30.3171878 ], [ 120.3966183, 30.317434 ], [ 120.3964004, 30.3175656 ], [ 120.3964189, 30.317611 ], [ 120.3965058, 30.3176135 ], [ 120.3966302, 30.3175881 ], [ 120.3967182, 30.3175884 ], [ 120.3967329, 30.3176267 ], [ 120.3968261, 30.317625 ], [ 120.396857, 30.3176398 ], [ 120.3968715, 30.317678 ], [ 120.3968495, 30.3177067 ], [ 120.3966877, 30.3177999 ], [ 120.3967071, 30.3178383 ], [ 120.3967647, 30.3178531 ], [ 120.3968962, 30.3178384 ], [ 120.3968949, 30.3178727 ], [ 120.3970733, 30.31787 ], [ 120.3972727, 30.3178391 ], [ 120.3974421, 30.3178422 ], [ 120.3975284, 30.3178638 ], [ 120.3975603, 30.3178915 ], [ 120.3975869, 30.3179517 ], [ 120.3978653, 30.3179214 ], [ 120.3978818, 30.3179868 ], [ 120.3978099, 30.3180058 ], [ 120.3978248, 30.3180756 ], [ 120.3977948, 30.3182332 ], [ 120.3976896, 30.3184186 ], [ 120.3972687, 30.318813 ], [ 120.3977933, 30.3201593 ], [ 120.3979671, 30.3206674 ], [ 120.3981444, 30.3207539 ], [ 120.3987301, 30.3205942 ], [ 120.3987841, 30.320734 ], [ 120.3986993, 30.3208404 ], [ 120.3981829, 30.3210533 ], [ 120.398838, 30.3227432 ], [ 120.3991217, 30.3234103 ], [ 120.3994189, 30.3241289 ], [ 120.3998923, 30.3252043 ], [ 120.3998226, 30.3252555 ], [ 120.3993977, 30.3253933 ], [ 120.3994603, 30.3255537 ], [ 120.3994849, 30.3256518 ], [ 120.3999191, 30.3255162 ], [ 120.4000196, 30.3255108 ], [ 120.400022449200605, 30.325518342834055 ], [ 120.408358, 30.318838 ], [ 120.434106, 30.376121 ], [ 120.44115, 30.382382 ], [ 120.502378, 30.392518 ], [ 120.636348, 30.3895 ], [ 120.673879285864828, 30.375975933238472 ], [ 120.6592025, 30.36117 ], [ 120.6588204, 30.3614896 ], [ 120.6582693, 30.3619484 ], [ 120.6572266, 30.3628164 ], [ 120.656455, 30.3631922 ], [ 120.6563281, 30.3634732 ], [ 120.6560918, 30.3639488 ], [ 120.6559738, 30.3639743 ], [ 120.655725, 30.3638023 ], [ 120.655561, 30.3639537 ], [ 120.6557452, 30.3642305 ], [ 120.6555698, 30.3644503 ], [ 120.6554469, 30.3645476 ], [ 120.6552404, 30.3646408 ], [ 120.6534584, 30.3650451 ], [ 120.64945, 30.3674235 ], [ 120.6406837, 30.3718703 ], [ 120.6401055, 30.3721421 ], [ 120.6394127, 30.3723987 ], [ 120.6388193, 30.3725461 ], [ 120.6373412, 30.3728588 ], [ 120.6358045, 30.373575 ], [ 120.6353042, 30.3737868 ], [ 120.6344557, 30.374146 ], [ 120.6308314, 30.3752352 ], [ 120.6275873, 30.3762102 ], [ 120.6269937, 30.3762932 ], [ 120.625371, 30.3762315 ], [ 120.6246984, 30.3762059 ], [ 120.6218227, 30.3758721 ], [ 120.6174207, 30.3763467 ], [ 120.6164338, 30.3763424 ], [ 120.6031296, 30.3760724 ], [ 120.6025658, 30.3760841 ], [ 120.602249, 30.3761825 ], [ 120.602118, 30.376393 ], [ 120.6020833, 30.3769182 ], [ 120.6019914, 30.3769551 ], [ 120.6018889, 30.3767998 ], [ 120.6015613, 30.3767873 ], [ 120.6015027, 30.3767244 ], [ 120.6014792, 30.3763495 ], [ 120.6013635, 30.3763559 ], [ 120.6012689, 30.376735 ], [ 120.6009763, 30.3768533 ], [ 120.600238, 30.3770295 ], [ 120.5955733, 30.377413 ], [ 120.589329, 30.3778414 ], [ 120.5825586, 30.3783661 ], [ 120.5794823, 30.3785611 ], [ 120.5750859, 30.3786677 ], [ 120.566888, 30.3787497 ], [ 120.5586676, 30.3789348 ], [ 120.5557431, 30.3790346 ], [ 120.5556026, 30.3790217 ], [ 120.5552755, 30.379128 ], [ 120.5546917, 30.3794191 ], [ 120.5544569, 30.3794516 ], [ 120.5543255, 30.3793847 ], [ 120.554235, 30.3790106 ], [ 120.5539745, 30.3790209 ], [ 120.5538965, 30.3794218 ], [ 120.5535333, 30.3795355 ], [ 120.553276, 30.3794956 ], [ 120.5524573, 30.379195 ], [ 120.5521163, 30.3791843 ], [ 120.5473988, 30.3793217 ], [ 120.5454745, 30.3793796 ], [ 120.5401841, 30.3798219 ], [ 120.5080434, 30.382605 ], [ 120.5049109, 30.3826567 ], [ 120.5039335, 30.3831357 ], [ 120.5037368, 30.3831069 ], [ 120.5036713, 30.383042 ], [ 120.5036411, 30.3828422 ], [ 120.5035078, 30.3827701 ], [ 120.503517, 30.3825685 ], [ 120.5032595, 30.3825923 ], [ 120.5031388, 30.3830246 ], [ 120.5030049, 30.3832108 ], [ 120.5028815, 30.3832032 ], [ 120.5026965, 30.3830572 ], [ 120.5021312, 30.3826953 ], [ 120.5016502, 30.3825615 ], [ 120.4946659, 30.3797291 ], [ 120.4776496, 30.3768813 ], [ 120.45665, 30.3734427 ], [ 120.4539516, 30.37287 ], [ 120.4472076, 30.3717332 ], [ 120.4459244, 30.3714282 ], [ 120.4456884, 30.3712739 ], [ 120.4455105, 30.3711398 ], [ 120.444163, 30.3701244 ], [ 120.4439568, 30.3698879 ], [ 120.4423488, 30.3679121 ], [ 120.4421228, 30.3675444 ], [ 120.4417142, 30.3668206 ], [ 120.4404155, 30.3645648 ], [ 120.4387028, 30.3609895 ], [ 120.4375861, 30.3587557 ], [ 120.43748, 30.3586118 ], [ 120.4371912, 30.3580649 ], [ 120.4369823, 30.3575729 ], [ 120.4367047, 30.3573416 ], [ 120.4364558, 30.3571951 ], [ 120.4359577, 30.3570346 ], [ 120.4354888, 30.356739 ], [ 120.435419, 30.3565848 ], [ 120.4355533, 30.3563952 ], [ 120.43577, 30.3562055 ], [ 120.4353349, 30.355826 ], [ 120.4351953, 30.3559882 ], [ 120.4349025, 30.3560901 ], [ 120.4347453, 30.3560563 ], [ 120.4345056, 30.3558726 ], [ 120.4344691, 30.3556636 ], [ 120.434778, 30.3550941 ], [ 120.4351466, 30.354297 ], [ 120.4351932, 30.3539901 ], [ 120.435108, 30.3535837 ], [ 120.4339443, 30.3513279 ], [ 120.4331845, 30.3512395 ], [ 120.4329761, 30.3512152 ], [ 120.4328467, 30.3511334 ], [ 120.4326145, 30.3509243 ], [ 120.4324798, 30.3509627 ], [ 120.4322757, 30.3509909 ], [ 120.432243, 30.3508641 ], [ 120.4325138, 30.3507584 ], [ 120.4325387, 30.3504506 ], [ 120.4326341, 30.3501874 ], [ 120.4327952, 30.3499851 ], [ 120.4331992, 30.3495547 ], [ 120.4331411, 30.349295 ], [ 120.4324089, 30.3477488 ], [ 120.4315323, 30.3456383 ], [ 120.4299415, 30.3419 ], [ 120.4268224, 30.3347295 ], [ 120.4212293, 30.321593 ], [ 120.417637, 30.3131144 ], [ 120.4163715, 30.310274 ], [ 120.4161184, 30.3100978 ], [ 120.4154081, 30.3099568 ], [ 120.4149999, 30.3099286 ], [ 120.4147223, 30.3098229 ], [ 120.4145916, 30.3097031 ], [ 120.4146488, 30.3096185 ], [ 120.4148774, 30.3095269 ], [ 120.4149509, 30.3094211 ], [ 120.4151223, 30.3088572 ], [ 120.4153101, 30.308533 ], [ 120.4153264, 30.3077154 ], [ 120.4146488, 30.3061013 ], [ 120.4145345, 30.3059603 ], [ 120.4143059, 30.3058687 ], [ 120.4136527, 30.3056924 ], [ 120.4132853, 30.3054598 ], [ 120.4129261, 30.305488 ], [ 120.4128935, 30.3053682 ], [ 120.4131139, 30.305199 ], [ 120.4132772, 30.3046422 ], [ 120.4135221, 30.3041699 ], [ 120.4135629, 30.3036694 ], [ 120.4134241, 30.3032888 ], [ 120.4103298, 30.2959859 ], [ 120.4074641, 30.2892465 ], [ 120.4069335, 30.288901 ], [ 120.4066967, 30.2886331 ], [ 120.4066477, 30.2884357 ], [ 120.406762, 30.2883512 ], [ 120.4068623, 30.2883319 ], [ 120.4069083, 30.2884035 ], [ 120.4071866, 30.2883089 ], [ 120.4075376, 30.2882172 ], [ 120.4075605, 30.2880788 ], [ 120.4075866, 30.2879211 ], [ 120.407436, 30.2878482 ], [ 120.4069933, 30.2878062 ], [ 120.4068587, 30.2877579 ], [ 120.4065416, 30.287484 ], [ 120.4063832, 30.2873291 ], [ 120.4061603, 30.2871282 ], [ 120.4060273, 30.2870045 ], [ 120.4059142, 30.2869388 ], [ 120.4058813, 30.2868567 ], [ 120.4059173, 30.2867645 ], [ 120.4058551, 30.2865048 ], [ 120.4057304, 30.286223 ], [ 120.4055667, 30.2861031 ], [ 120.4052826, 30.2859824 ], [ 120.4049813, 30.2858961 ], [ 120.4048554, 30.2858993 ], [ 120.4046057, 30.2859478 ], [ 120.4044982, 30.2860099 ], [ 120.4044316, 30.2860381 ], [ 120.4042857, 30.286042 ], [ 120.4041449, 30.2861918 ], [ 120.4039406, 30.2862733 ], [ 120.4037014, 30.2862684 ], [ 120.4035112, 30.2861994 ], [ 120.4032955, 30.2860803 ], [ 120.4032115, 30.286153 ], [ 120.4031153, 30.2860257 ], [ 120.4031276, 30.2859994 ], [ 120.4031902, 30.2859603 ], [ 120.4031633, 30.2858308 ], [ 120.40321, 30.2855818 ], [ 120.4019558, 30.2824486 ], [ 120.4016957, 30.2815638 ], [ 120.4014723, 30.2811379 ], [ 120.4012509, 30.2807104 ], [ 120.4011612, 30.280194 ], [ 120.4014143, 30.2797287 ], [ 120.4018062, 30.2794749 ], [ 120.4023451, 30.2794185 ], [ 120.4026472, 30.2792986 ], [ 120.4026308, 30.2791717 ], [ 120.4028513, 30.2789743 ], [ 120.4027288, 30.2788333 ], [ 120.4024757, 30.2789461 ], [ 120.4019858, 30.2789249 ], [ 120.4014307, 30.278516 ], [ 120.4010143, 30.2784314 ], [ 120.3958248, 30.2717761 ], [ 120.395344, 30.2712032 ], [ 120.3932057, 30.2688422 ], [ 120.3930977, 30.2688321 ], [ 120.392919, 30.2688649 ], [ 120.3926, 30.269032 ], [ 120.3925359, 30.2689668 ], [ 120.3928181, 30.2687509 ], [ 120.392881, 30.2686358 ], [ 120.3928872, 30.2685513 ], [ 120.3916914, 30.2672548 ], [ 120.391266, 30.2675517 ], [ 120.3911354, 30.2674388 ], [ 120.3911844, 30.2673119 ], [ 120.3913803, 30.2671356 ], [ 120.3874033, 30.2627682 ], [ 120.3873203, 30.2627622 ], [ 120.3871169, 30.2629703 ], [ 120.385753, 30.2642881 ], [ 120.3855141, 30.2644479 ], [ 120.3851596, 30.2644479 ], [ 120.3848591, 30.2643613 ], [ 120.3841425, 30.2639021 ], [ 120.3841118, 30.2638697 ], [ 120.3839767, 30.2637266 ], [ 120.3839036, 30.2636492 ], [ 120.3840115, 30.2635227 ], [ 120.3842966, 30.2636425 ], [ 120.3847358, 30.2639088 ], [ 120.3850722, 30.2641334 ], [ 120.3852971, 30.2641724 ], [ 120.3855219, 30.264138 ], [ 120.3866777, 30.2629304 ], [ 120.3867393, 30.2627707 ], [ 120.387167, 30.2622682 ], [ 120.3872082, 30.2619305 ], [ 120.3859828, 30.2604934 ], [ 120.3843272, 30.2586963 ], [ 120.3825725, 30.2570092 ], [ 120.3813717, 30.2560045 ], [ 120.3797039, 30.256475 ], [ 120.3794332, 30.256526 ], [ 120.3788125, 30.256427 ], [ 120.3785511, 30.2565197 ], [ 120.3782736, 30.2567993 ], [ 120.3779493, 30.2569117 ], [ 120.3778064, 30.2568308 ], [ 120.3778615, 30.2565753 ], [ 120.3783133, 30.2561139 ], [ 120.37823, 30.2555701 ], [ 120.3781729, 30.2553613 ], [ 120.3784656, 30.2543351 ], [ 120.3784906, 30.2538123 ], [ 120.3782843, 30.2535536 ], [ 120.3761956, 30.2521 ], [ 120.3742438, 30.2509544 ], [ 120.3741498, 30.250933 ], [ 120.37294, 30.25151 ], [ 120.3722893, 30.251711 ], [ 120.3716868, 30.2516331 ], [ 120.3714716, 30.2517474 ], [ 120.3713074, 30.2520115 ], [ 120.3711672, 30.2520139 ], [ 120.3709855, 30.2523202 ], [ 120.3708264, 30.2522821 ], [ 120.3710536, 30.2519888 ], [ 120.3710766, 30.2518366 ], [ 120.3712503, 30.2514615 ], [ 120.3708294, 30.2508898 ], [ 120.3707862, 30.2493981 ], [ 120.3708027, 30.2490854 ], [ 120.3664097, 30.2472424 ], [ 120.3660013, 30.2470958 ], [ 120.3649985, 30.247746 ], [ 120.3643396, 30.2480517 ], [ 120.3636711, 30.2481405 ], [ 120.3635931, 30.2482408 ], [ 120.3633873, 30.248464 ], [ 120.3632473, 30.248616 ], [ 120.3631353, 30.2485764 ], [ 120.3630946, 30.2484219 ], [ 120.3632266, 30.2481829 ], [ 120.3617229, 30.2475503 ], [ 120.3614654, 30.2477395 ], [ 120.3609961, 30.247663 ], [ 120.3610932, 30.2456589 ], [ 120.3609384, 30.245362 ], [ 120.3586545, 30.2448636 ], [ 120.3579106, 30.2445625 ], [ 120.3573368, 30.2444646 ], [ 120.357072, 30.2444757 ], [ 120.3561495, 30.245418 ], [ 120.35563, 30.24577 ], [ 120.35503, 30.24588 ], [ 120.35501, 30.2464 ], [ 120.3548746, 30.2467696 ], [ 120.354706, 30.2468696 ], [ 120.3545958, 30.2468572 ], [ 120.3544885, 30.2466608 ], [ 120.3546334, 30.2459334 ], [ 120.3540166, 30.2455408 ], [ 120.3535108, 30.2454912 ], [ 120.351717, 30.2457083 ], [ 120.3501458, 30.2459304 ], [ 120.3488276, 30.2461105 ], [ 120.3484225, 30.2463534 ], [ 120.3481001, 30.2467055 ], [ 120.3476841, 30.2469251 ], [ 120.3475531, 30.2469783 ], [ 120.3475916, 30.247198 ], [ 120.3474992, 30.2472312 ], [ 120.3474298, 30.2471847 ], [ 120.3474144, 30.2469983 ], [ 120.3470061, 30.2469451 ], [ 120.34642, 30.24661 ], [ 120.3459156, 30.2464055 ], [ 120.3452519, 30.2465156 ], [ 120.3448443, 30.2466444 ], [ 120.3436435, 30.2468651 ], [ 120.3409196, 30.2474388 ], [ 120.34017, 30.24777 ], [ 120.3392907, 30.2480654 ], [ 120.3386906, 30.2482602 ], [ 120.3383264, 30.2484351 ], [ 120.3378874, 30.2485837 ], [ 120.3372224, 30.2488334 ], [ 120.33688, 30.24899 ], [ 120.3366657, 30.2492861 ], [ 120.3364728, 30.2498046 ], [ 120.3361511, 30.249971 ], [ 120.3357766, 30.2501102 ], [ 120.3350794, 30.2500156 ], [ 120.33434, 30.25009 ], [ 120.33418, 30.25022 ], [ 120.33403, 30.25034 ], [ 120.33388, 30.25046 ], [ 120.33373, 30.25059 ], [ 120.33358, 30.25072 ], [ 120.33343, 30.25084 ], [ 120.33328, 30.25097 ], [ 120.33268, 30.25121 ], [ 120.33252, 30.25135 ], [ 120.33237, 30.25147 ], [ 120.33178, 30.25171 ], [ 120.33118, 30.25195 ], [ 120.3308342, 30.2522057 ], [ 120.3306051, 30.252387 ], [ 120.330194, 30.2527259 ], [ 120.3297426, 30.2530584 ], [ 120.3294087, 30.2533314 ], [ 120.3291597, 30.2535128 ], [ 120.3287776, 30.2538452 ], [ 120.3283072, 30.2542854 ], [ 120.3277957, 30.2546874 ], [ 120.3275466, 30.2549072 ], [ 120.32739, 30.255033 ], [ 120.3271674, 30.2551972 ], [ 120.3268183, 30.2554942 ], [ 120.3266023, 30.2556756 ], [ 120.3263572, 30.2558707 ], [ 120.3261583, 30.2560487 ], [ 120.3259876, 30.2562214 ], [ 120.325864, 30.256397 ], [ 120.3256597, 30.256753 ], [ 120.3254191, 30.2571171 ], [ 120.3252361, 30.2574254 ], [ 120.3250695, 30.2576581 ], [ 120.324918, 30.2578657 ], [ 120.3245551, 30.2583087 ], [ 120.3240555, 30.2589201 ], [ 120.3236636, 30.2593952 ], [ 120.3232461, 30.2598767 ], [ 120.3228436, 30.2603924 ], [ 120.3223874, 30.2609414 ], [ 120.3219367, 30.2614792 ], [ 120.3212296, 30.2623554 ], [ 120.3211865, 30.26242 ], [ 120.3211608, 30.2625222 ], [ 120.3211094, 30.2626739 ], [ 120.3209324, 30.2629209 ], [ 120.3208487, 30.2629483 ], [ 120.3206485, 30.2628635 ], [ 120.3205764, 30.2629283 ], [ 120.3205202, 30.2629988 ], [ 120.3206921, 30.2631234 ], [ 120.3207145, 30.2631932 ], [ 120.3205323, 30.2634197 ], [ 120.3202052, 30.2635914 ], [ 120.320125, 30.2637022 ], [ 120.3199052, 30.2639526 ], [ 120.3197286, 30.264147 ], [ 120.31883, 30.26494 ], [ 120.31868, 30.26507 ], [ 120.31853, 30.26519 ], [ 120.3184819, 30.2653888 ], [ 120.3178873, 30.2659955 ], [ 120.3176003, 30.2662874 ], [ 120.3168817, 30.2669641 ], [ 120.3148457, 30.2689539 ], [ 120.3149555, 30.2690534 ], [ 120.3148162, 30.2691873 ], [ 120.3142639, 30.2695489 ], [ 120.3141032, 30.2696411 ], [ 120.3139485, 30.2697156 ], [ 120.3138039, 30.2698356 ], [ 120.3136277, 30.2699741 ], [ 120.31321, 30.27022 ], [ 120.3129311, 30.2703861 ], [ 120.3125356, 30.2706559 ], [ 120.3120207, 30.2710485 ], [ 120.3115602, 30.2713958 ], [ 120.3110953, 30.2717257 ], [ 120.3106353, 30.2720715 ], [ 120.310194, 30.2724039 ], [ 120.3098148, 30.2727468 ], [ 120.3095198, 30.2729182 ], [ 120.3092194, 30.2730873 ], [ 120.3090718, 30.2731962 ], [ 120.3088438, 30.2733282 ], [ 120.308581, 30.2734718 ], [ 120.3082672, 30.2736618 ], [ 120.3077334, 30.2739351 ], [ 120.3073686, 30.2741714 ], [ 120.3068078, 30.2744903 ], [ 120.30627, 30.27484 ], [ 120.30611, 30.27496 ], [ 120.3059176, 30.2750725 ], [ 120.30537, 30.27533 ], [ 120.30522, 30.27546 ], [ 120.30507, 30.27558 ], [ 120.30492, 30.27571 ], [ 120.30476, 30.27583 ], [ 120.30417, 30.27608 ], [ 120.30401, 30.2762 ], [ 120.3037853, 30.2762931 ], [ 120.3034194, 30.2764869 ], [ 120.3030579, 30.2766927 ], [ 120.302724, 30.2768864 ], [ 120.302028, 30.2773108 ], [ 120.3017702, 30.2774678 ], [ 120.3013734, 30.2777084 ], [ 120.3011707, 30.2778477 ], [ 120.301, 30.27794 ], [ 120.300786, 30.27807 ], [ 120.3003354, 30.2783192 ], [ 120.2999802, 30.2785222 ], [ 120.2993833, 30.2789327 ], [ 120.2991372, 30.2791172 ], [ 120.2987507, 30.2793849 ], [ 120.29814, 30.27981 ], [ 120.29799, 30.27994 ], [ 120.29784, 30.28006 ], [ 120.2975282, 30.2803459 ], [ 120.2969312, 30.2808386 ], [ 120.2967065, 30.2810147 ], [ 120.29632, 30.28131 ], [ 120.29617, 30.28144 ], [ 120.29602, 30.28157 ], [ 120.29587, 30.28169 ], [ 120.29572, 30.28182 ], [ 120.2955107, 30.2819851 ], [ 120.2952374, 30.2820766 ], [ 120.2948218, 30.2820997 ], [ 120.2939965, 30.2821176 ], [ 120.2934302, 30.282127 ], [ 120.2900888, 30.2822846 ], [ 120.2896364, 30.2823126 ], [ 120.2886646, 30.2827072 ], [ 120.2881496, 30.2829147 ], [ 120.2876947, 30.2829221 ], [ 120.2835319, 30.2827294 ], [ 120.2826993, 30.2826257 ], [ 120.2800128, 30.282218 ], [ 120.2789228, 30.2819438 ], [ 120.2771375, 30.2814249 ], [ 120.2769573, 30.2813879 ], [ 120.2767598, 30.2813953 ], [ 120.2750175, 30.2815732 ], [ 120.2736442, 30.2818104 ], [ 120.2735069, 30.2817955 ], [ 120.2733009, 30.2816992 ], [ 120.2721336, 30.280743 ], [ 120.2679365, 30.2779857 ], [ 120.2677219, 30.2778819 ], [ 120.2674816, 30.2778078 ], [ 120.2629239, 30.2765996 ], [ 120.2627265, 30.2765774 ], [ 120.2624433, 30.2766219 ], [ 120.2619369, 30.2767405 ], [ 120.2616107, 30.2767627 ], [ 120.2612932, 30.2766886 ], [ 120.2602718, 30.2762586 ], [ 120.2597911, 30.275977 ], [ 120.2580745, 30.2746724 ], [ 120.2578943, 30.2745834 ], [ 120.2577226, 30.2745612 ], [ 120.2573192, 30.2746279 ], [ 120.2571561, 30.2746353 ], [ 120.2569587, 30.2745983 ], [ 120.255388, 30.2741461 ], [ 120.2551048, 30.2740646 ], [ 120.2549159, 30.2739534 ], [ 120.2495944, 30.2700321 ], [ 120.2494314, 30.2699134 ], [ 120.2492082, 30.2698541 ], [ 120.2470453, 30.2692166 ], [ 120.2468736, 30.269313 ], [ 120.2465732, 30.2692018 ], [ 120.2465904, 30.2690758 ], [ 120.246453, 30.2690165 ], [ 120.2463586, 30.2691499 ], [ 120.24617, 30.26909 ], [ 120.2457063, 30.2688534 ], [ 120.2454402, 30.2687274 ], [ 120.2453115, 30.2687348 ], [ 120.2450712, 30.268631 ], [ 120.2448909, 30.2684976 ], [ 120.2448995, 30.2684235 ], [ 120.2441871, 30.2675191 ], [ 120.2437322, 30.2669186 ], [ 120.2391574, 30.260684 ], [ 120.23787, 30.2589492 ], [ 120.2363078, 30.2567473 ], [ 120.234411, 30.2544787 ], [ 120.2331493, 30.2526177 ], [ 120.232659, 30.251847 ], [ 120.2324737, 30.2515557 ], [ 120.2322978, 30.2512793 ], [ 120.2315786, 30.2501488 ], [ 120.2288749, 30.2457965 ], [ 120.2281548, 30.2447408 ], [ 120.2275969, 30.244052 ], [ 120.226042, 30.2421903 ], [ 120.2253798, 30.2411716 ], [ 120.2241217, 30.2395007 ], [ 120.221977, 30.2366611 ], [ 120.2216019, 30.2361626 ], [ 120.2215714, 30.2360459 ], [ 120.2216507, 30.2357695 ], [ 120.2216993, 30.2357046 ], [ 120.2218007, 30.2356572 ], [ 120.2217453, 30.2355728 ], [ 120.2216722, 30.2356015 ], [ 120.2215911, 30.23556 ], [ 120.2214795, 30.2354281 ], [ 120.2212226, 30.2350633 ], [ 120.2211831, 30.2350638 ], [ 120.2211331, 30.2351857 ], [ 120.2213241, 30.235247 ], [ 120.2213033, 30.2352967 ], [ 120.2209936, 30.2352003 ], [ 120.2210124, 30.2351501 ], [ 120.2210689, 30.2351657 ], [ 120.2211169, 30.2350387 ], [ 120.2208927, 30.2349514 ], [ 120.2208188, 30.2349979 ], [ 120.2205848, 30.2348363 ], [ 120.2201076, 30.2343036 ], [ 120.219801, 30.2339681 ], [ 120.2184496, 30.2323031 ], [ 120.2180272, 30.2317733 ], [ 120.2172604, 30.2322471 ], [ 120.2172423, 30.232318 ], [ 120.2174695, 30.232599 ], [ 120.2173845, 30.2326447 ], [ 120.2167756, 30.2319141 ], [ 120.216864, 30.2318579 ], [ 120.2171363, 30.2321882 ], [ 120.2172215, 30.2321914 ], [ 120.2179834, 30.2317231 ], [ 120.2173564, 30.2309919 ], [ 120.2168072, 30.2306063 ], [ 120.2154471, 30.2292378 ], [ 120.2154804, 30.2290991 ], [ 120.2146613, 30.2282814 ], [ 120.2118118, 30.2253817 ], [ 120.2116916, 30.2254188 ], [ 120.2115457, 30.225315 ], [ 120.2113311, 30.2254633 ], [ 120.2112024, 30.2255078 ], [ 120.210962, 30.2252482 ], [ 120.2109706, 30.2251667 ], [ 120.2113483, 30.2248329 ], [ 120.2105501, 30.2240097 ], [ 120.2090309, 30.2227119 ], [ 120.2072284, 30.2211618 ], [ 120.2067306, 30.2206872 ], [ 120.2052457, 30.2191 ], [ 120.2035334, 30.2172157 ], [ 120.2033018, 30.2170993 ], [ 120.2030263, 30.2170462 ], [ 120.2008728, 30.2160157 ], [ 120.2006596, 30.2159129 ], [ 120.2004072, 30.2159383 ], [ 120.200269, 30.215852 ], [ 120.2001589, 30.2156837 ], [ 120.1962778, 30.2141034 ], [ 120.1959241, 30.2139429 ], [ 120.1955717, 30.2137005 ], [ 120.1947812, 30.2128749 ], [ 120.1945133, 30.2126656 ], [ 120.1935856, 30.2124233 ], [ 120.1930399, 30.2122868 ], [ 120.1884143, 30.2103108 ], [ 120.1883886, 30.2099919 ], [ 120.1885423, 30.2095594 ], [ 120.188485, 30.2095356 ], [ 120.1884277, 30.2095118 ], [ 120.1883541, 30.2095549 ], [ 120.1881397, 30.2094578 ], [ 120.1881568, 30.2093614 ], [ 120.1880624, 30.2093169 ], [ 120.187762, 30.2097026 ], [ 120.1874464, 30.209881 ], [ 120.187041, 30.2097026 ], [ 120.1857692, 30.2091719 ], [ 120.1855332, 30.2089797 ], [ 120.1853264, 30.208797 ], [ 120.1844451, 30.2082892 ], [ 120.1841325, 30.2085273 ], [ 120.1837676, 30.2089771 ], [ 120.1837242, 30.2089543 ], [ 120.1835756, 30.2091232 ], [ 120.1835398, 30.2091026 ], [ 120.1836702, 30.2089378 ], [ 120.1836511, 30.208918 ], [ 120.1840272, 30.2084662 ], [ 120.1839943, 30.2083907 ], [ 120.1840273, 30.2082087 ], [ 120.1840787, 30.2081253 ], [ 120.1831605, 30.2076322 ], [ 120.1820817, 30.2073319 ], [ 120.1799538, 30.2063932 ], [ 120.1793486, 30.2061487 ], [ 120.1782432, 30.2054909 ], [ 120.1779968, 30.2053146 ], [ 120.1778791, 30.2055108 ], [ 120.1775739, 30.2053262 ], [ 120.1770148, 30.205067 ], [ 120.1771459, 30.2046354 ], [ 120.1760381, 30.2034756 ], [ 120.1764309, 30.2028148 ], [ 120.1762145, 30.2026886 ], [ 120.1760616, 30.2025995 ], [ 120.1759529, 30.2025406 ], [ 120.1757637, 30.2024381 ], [ 120.1752514, 30.2030268 ], [ 120.1748847, 30.2028603 ], [ 120.1741525, 30.2025021 ], [ 120.1729409, 30.2018035 ], [ 120.1723193, 30.2013877 ], [ 120.170894, 30.2007463 ], [ 120.1696386, 30.2000962 ], [ 120.1677304, 30.198578 ], [ 120.1636372, 30.1972494 ], [ 120.157069, 30.1950213 ], [ 120.1543381, 30.194788 ], [ 120.1517895, 30.1946098 ], [ 120.1498395, 30.1946046 ], [ 120.1493461, 30.1945061 ], [ 120.1492904, 30.1944971 ], [ 120.1481063, 30.194175 ], [ 120.1475027, 30.1941134 ], [ 120.1466958, 30.1939783 ], [ 120.14536, 30.1938758 ], [ 120.1435727, 30.1932968 ], [ 120.1416399, 30.1926166 ], [ 120.1414504, 30.1925633 ], [ 120.1385464, 30.1918597 ], [ 120.1367704, 30.1913946 ], [ 120.134913, 30.1908929 ], [ 120.1335905, 30.1904555 ], [ 120.1332936, 30.1902844 ], [ 120.1317411, 30.1894731 ], [ 120.1299093, 30.1883734 ], [ 120.1290258, 30.1877612 ], [ 120.1287703, 30.1875565 ], [ 120.1283334, 30.1875984 ], [ 120.1275895, 30.1875697 ], [ 120.1273292, 30.1874992 ], [ 120.1271993, 30.1872905 ], [ 120.1271698, 30.187236 ], [ 120.127261, 30.1871027 ], [ 120.1272355, 30.1870448 ], [ 120.1273133, 30.1870274 ], [ 120.1272181, 30.1867387 ], [ 120.1271309, 30.1867538 ], [ 120.1271041, 30.1866831 ], [ 120.1268506, 30.1866043 ], [ 120.1265724, 30.1862097 ], [ 120.126499, 30.1860936 ], [ 120.1261502, 30.1855649 ], [ 120.1259688, 30.1852753 ], [ 120.1258704, 30.1852196 ], [ 120.1258613, 30.1851284 ], [ 120.1259203, 30.1849785 ], [ 120.1259771, 30.1847794 ], [ 120.126197, 30.1845792 ], [ 120.1262127, 30.1844077 ], [ 120.1262552, 30.1843599 ], [ 120.1262418, 30.1840898 ], [ 120.1261738, 30.1835975 ], [ 120.1260614, 30.1829286 ], [ 120.1260195, 30.1825232 ], [ 120.1259424, 30.182149 ], [ 120.1258667, 30.1816628 ], [ 120.125782, 30.1811307 ], [ 120.1257271, 30.1807276 ], [ 120.1255677, 30.1791538 ], [ 120.125548, 30.1784594 ], [ 120.1255559, 30.1770738 ], [ 120.125531, 30.1754678 ], [ 120.1255835, 30.1733768 ], [ 120.1256312, 30.1724526 ], [ 120.1256407, 30.1720817 ], [ 120.1256816, 30.1715674 ], [ 120.1258424, 30.1696776 ], [ 120.12622, 30.16806 ], [ 120.1265991, 30.1667317 ], [ 120.1269252, 30.1658783 ], [ 120.1268308, 30.1655147 ], [ 120.1269767, 30.1652772 ], [ 120.1273715, 30.165203 ], [ 120.1275689, 30.1648913 ], [ 120.1279466, 30.1643199 ], [ 120.1283414, 30.1637411 ], [ 120.128556, 30.1633552 ], [ 120.1288135, 30.1627541 ], [ 120.12905, 30.16221 ], [ 120.1295345, 30.1613812 ], [ 120.1309, 30.15943 ], [ 120.1323583, 30.1575964 ], [ 120.1339891, 30.1551028 ], [ 120.1347616, 30.1541677 ], [ 120.1387184, 30.1493362 ], [ 120.1389158, 30.14921 ], [ 120.140907, 30.1483861 ], [ 120.14115, 30.14808 ], [ 120.1424114, 30.1468298 ], [ 120.1426477, 30.146737 ], [ 120.1428325, 30.1466983 ], [ 120.1432073, 30.1463822 ], [ 120.1439283, 30.1456919 ], [ 120.1442373, 30.1451872 ], [ 120.1449592, 30.144171 ], [ 120.145087, 30.1439031 ], [ 120.1449775, 30.143849 ], [ 120.1449232, 30.1437665 ], [ 120.1449124, 30.1436856 ], [ 120.144931, 30.1436014 ], [ 120.1449687, 30.1435295 ], [ 120.1450591, 30.1434569 ], [ 120.1451909, 30.1434503 ], [ 120.1452628, 30.1434781 ], [ 120.145522, 30.1437292 ], [ 120.1459363, 30.1434935 ], [ 120.1457385, 30.1432479 ], [ 120.1457226, 30.1431806 ], [ 120.1457406, 30.143106 ], [ 120.1458179, 30.1430173 ], [ 120.1459105, 30.1429606 ], [ 120.1460171, 30.1429408 ], [ 120.146125, 30.1429577 ], [ 120.1462047, 30.1430395 ], [ 120.1463117, 30.1430587 ], [ 120.1464715, 30.1430421 ], [ 120.1468498, 30.1427921 ], [ 120.1472298, 30.1425434 ], [ 120.1477306, 30.1422331 ], [ 120.1486404, 30.1416245 ], [ 120.1492153, 30.1413404 ], [ 120.1496079, 30.1411002 ], [ 120.1500701, 30.1408302 ], [ 120.1505475, 30.140465 ], [ 120.1507418, 30.1403267 ], [ 120.1510495, 30.1400967 ], [ 120.1516187, 30.1397136 ], [ 120.1520113, 30.1394467 ], [ 120.1522441, 30.1392701 ], [ 120.15234, 30.13907 ], [ 120.15249, 30.13882 ], [ 120.1528032, 30.1385144 ], [ 120.1531, 30.13832 ], [ 120.1539962, 30.1373341 ], [ 120.1543138, 30.1371189 ], [ 120.1551463, 30.1363395 ], [ 120.1564596, 30.1353819 ], [ 120.156863, 30.1351444 ], [ 120.1572749, 30.1349811 ], [ 120.1583564, 30.1343353 ], [ 120.159189, 30.1336226 ], [ 120.1603477, 30.1321454 ], [ 120.1609686, 30.1315458 ], [ 120.1611297, 30.1313935 ], [ 120.1615579, 30.13098 ], [ 120.1616008, 30.1307795 ], [ 120.161721, 30.1305865 ], [ 120.1622102, 30.1303861 ], [ 120.1626222, 30.1300446 ], [ 120.1631715, 30.1294582 ], [ 120.16328, 30.12916 ], [ 120.16356, 30.12891 ], [ 120.1639182, 30.1287826 ], [ 120.1645534, 30.128122 ], [ 120.1648366, 30.1279289 ], [ 120.16525, 30.12727 ], [ 120.16555, 30.12702 ], [ 120.1659868, 30.1269045 ], [ 120.1664073, 30.126563 ], [ 120.1665275, 30.1260062 ], [ 120.1667936, 30.1256647 ], [ 120.167506, 30.1254494 ], [ 120.1685102, 30.1249595 ], [ 120.168905, 30.1247145 ], [ 120.16962, 30.12415 ], [ 120.1729648, 30.1218786 ], [ 120.1731794, 30.121589 ], [ 120.17325, 30.12141 ], [ 120.1737802, 30.1212475 ], [ 120.1747735, 30.1206036 ], [ 120.1761844, 30.1194092 ], [ 120.1765712, 30.1190393 ], [ 120.17703, 30.11853 ], [ 120.1774264, 30.1180947 ], [ 120.1777048, 30.11777 ], [ 120.178254, 30.1171292 ], [ 120.1785424, 30.1166472 ], [ 120.1787876, 30.1162384 ], [ 120.1792173, 30.1151469 ], [ 120.1793653, 30.1147661 ], [ 120.1794921, 30.114295 ], [ 120.17967, 30.11396 ], [ 120.1798756, 30.1135505 ], [ 120.1799604, 30.1132741 ], [ 120.179991, 30.1129327 ], [ 120.180194, 30.1126637 ], [ 120.1801834, 30.1123312 ], [ 120.1806338, 30.1112825 ], [ 120.1808589, 30.1107487 ], [ 120.1813298, 30.1102633 ], [ 120.1814179, 30.1102527 ], [ 120.1814967, 30.1102527 ], [ 120.1816397, 30.1100388 ], [ 120.1817896, 30.1098114 ], [ 120.18183, 30.1097455 ], [ 120.1816572, 30.1096333 ], [ 120.1817632, 30.109494 ], [ 120.1818344, 30.1092588 ], [ 120.1818278, 30.1083744 ], [ 120.1819822, 30.1081429 ], [ 120.1820503, 30.1079692 ], [ 120.1821032, 30.1078343 ], [ 120.182371, 30.1064827 ], [ 120.182232, 30.1062808 ], [ 120.1814135, 30.1060856 ], [ 120.1799776, 30.1057632 ], [ 120.1791434, 30.1055759 ], [ 120.1790269, 30.1053949 ], [ 120.1787141, 30.1026268 ], [ 120.1767946, 30.1021677 ], [ 120.1762941, 30.102048 ], [ 120.17279, 30.10121 ], [ 120.1720477, 30.1012106 ], [ 120.1708235, 30.1009435 ], [ 120.1697654, 30.1007484 ], [ 120.16909, 30.1003619 ], [ 120.1685283, 30.1001235 ], [ 120.1675958, 30.0998751 ], [ 120.1672162, 30.0997632 ], [ 120.166671, 30.099598 ], [ 120.1660757, 30.0993784 ], [ 120.1653837, 30.0991025 ], [ 120.1642007, 30.0987219 ], [ 120.1639343, 30.0987639 ], [ 120.1631793, 30.0984406 ], [ 120.1624796, 30.0981548 ], [ 120.1616933, 30.0979064 ], [ 120.1613485, 30.0977887 ], [ 120.1608057, 30.0976422 ], [ 120.1604632, 30.0974232 ], [ 120.1601587, 30.0970929 ], [ 120.1594889, 30.096868 ], [ 120.1590315, 30.0966442 ], [ 120.1576416, 30.0957119 ], [ 120.1568872, 30.0952809 ], [ 120.1560879, 30.0949506 ], [ 120.1545578, 30.0942696 ], [ 120.1527084, 30.0934717 ], [ 120.1515251, 30.0928353 ], [ 120.1513172, 30.0926001 ], [ 120.1504697, 30.0921296 ], [ 120.1489345, 30.0913825 ], [ 120.1483268, 30.0910089 ], [ 120.1482309, 30.0907737 ], [ 120.147991, 30.090663 ], [ 120.1476392, 30.090663 ], [ 120.1470795, 30.0904693 ], [ 120.1458801, 30.0898052 ], [ 120.1454004, 30.0896668 ], [ 120.1438492, 30.0890718 ], [ 120.1421062, 30.088214 ], [ 120.1418823, 30.0881863 ], [ 120.1416744, 30.088131 ], [ 120.1414345, 30.0879649 ], [ 120.1412107, 30.0879234 ], [ 120.140523, 30.0875637 ], [ 120.1399953, 30.087107 ], [ 120.1389719, 30.0864152 ], [ 120.1383162, 30.086097 ], [ 120.1380764, 30.0860416 ], [ 120.1377086, 30.0859309 ], [ 120.1375167, 30.0857649 ], [ 120.1371009, 30.0856127 ], [ 120.1366531, 30.0851975 ], [ 120.1360455, 30.0848931 ], [ 120.1353418, 30.0842843 ], [ 120.1344143, 30.083883 ], [ 120.1340625, 30.0836063 ], [ 120.133183, 30.0832188 ], [ 120.1327033, 30.0830528 ], [ 120.1323195, 30.0828591 ], [ 120.1317278, 30.08261 ], [ 120.1306564, 30.0820842 ], [ 120.1301573, 30.0818714 ], [ 120.1297903, 30.0817332 ], [ 120.129704148445157, 30.081693589465754 ], [ 120.129601, 30.082737 ], [ 120.14389, 30.091716 ], [ 120.142796799167513, 30.094445038815362 ], [ 120.1443617, 30.0955658 ], [ 120.1446956, 30.0958229 ], [ 120.1450566, 30.0961568 ], [ 120.1453282, 30.0963429 ], [ 120.1453673, 30.0965674 ], [ 120.1452683, 30.0968281 ], [ 120.1452234, 30.0970502 ], [ 120.1450483, 30.0970683 ], [ 120.1445664, 30.096741 ], [ 120.1441774, 30.0967015 ], [ 120.1437885, 30.096465 ], [ 120.1434832, 30.096459 ], [ 120.1434379, 30.096768 ], [ 120.1436617, 30.0969437 ], [ 120.1437675, 30.0971124 ], [ 120.1438855, 30.0972108 ], [ 120.1444757, 30.0974898 ], [ 120.1446995, 30.0976795 ], [ 120.1450818, 30.0978464 ], [ 120.1452873, 30.0979658 ], [ 120.145914, 30.098147 ], [ 120.146326, 30.0982098 ], [ 120.1466464, 30.0984172 ], [ 120.1469875, 30.0985053 ], [ 120.1472288, 30.0986595 ], [ 120.1475126, 30.0987464 ], [ 120.148084, 30.0990196 ], [ 120.1485647, 30.099244 ], [ 120.1487769, 30.0993062 ], [ 120.1487526, 30.0991565 ], [ 120.1487905, 30.0990072 ], [ 120.1489345, 30.0988793 ], [ 120.1491413, 30.0989133 ], [ 120.1501267, 30.0996056 ], [ 120.1509633, 30.0999448 ], [ 120.150844, 30.1002614 ], [ 120.1511888, 30.1001883 ], [ 120.1514911, 30.1003258 ], [ 120.1516573, 30.1004924 ], [ 120.1518753, 30.1005487 ], [ 120.1521535, 30.1006724 ], [ 120.1524415, 30.1008337 ], [ 120.1525383, 30.100952 ], [ 120.1527192, 30.1007948 ], [ 120.152985, 30.1009564 ], [ 120.1528309, 30.1011085 ], [ 120.1533733, 30.1013312 ], [ 120.1534745, 30.1014501 ], [ 120.153912, 30.1016946 ], [ 120.1541121, 30.1016029 ], [ 120.1541462, 30.1016588 ], [ 120.1539963, 30.1018066 ], [ 120.1541671, 30.1019827 ], [ 120.1541932, 30.1023616 ], [ 120.1540667, 30.102535 ], [ 120.1541132, 30.1026349 ], [ 120.1540793, 30.1027184 ], [ 120.1540829, 30.1027672 ], [ 120.1541504, 30.1028078 ], [ 120.1542, 30.1030258 ], [ 120.1540726, 30.1031818 ], [ 120.1541652, 30.1032983 ], [ 120.1543643, 30.1034996 ], [ 120.1545012, 30.1037334 ], [ 120.1546809, 30.1039505 ], [ 120.1548884, 30.1042322 ], [ 120.1548289, 30.1042957 ], [ 120.1546928, 30.1042752 ], [ 120.154654, 30.1041555 ], [ 120.1546292, 30.1040887 ], [ 120.1545213, 30.1040845 ], [ 120.154262, 30.1042375 ], [ 120.1536045, 30.104428 ], [ 120.1524665, 30.1047618 ], [ 120.1513075, 30.1050991 ], [ 120.150992, 30.105148 ], [ 120.1508991, 30.1051055 ], [ 120.150777, 30.1050359 ], [ 120.1505761, 30.1046315 ], [ 120.1504325, 30.1040387 ], [ 120.150355, 30.1037605 ], [ 120.1502643, 30.1036765 ], [ 120.1498952, 30.1036568 ], [ 120.1497591, 30.1037743 ], [ 120.1498915, 30.1040076 ], [ 120.1499807, 30.1041513 ], [ 120.1500434, 30.1042447 ], [ 120.1500836, 30.1043693 ], [ 120.150199, 30.1045667 ], [ 120.1505274, 30.1052526 ], [ 120.1504894, 30.105342 ], [ 120.1498585, 30.1056327 ], [ 120.148705, 30.1060323 ], [ 120.147722, 30.1063761 ], [ 120.1471685, 30.1065257 ], [ 120.146636, 30.1066818 ], [ 120.1458324, 30.1069248 ], [ 120.1453397, 30.1070922 ], [ 120.1450293, 30.1071611 ], [ 120.143645, 30.1075736 ], [ 120.1428601, 30.1077671 ], [ 120.1425435, 30.1078282 ], [ 120.1420265, 30.1079389 ], [ 120.1410422, 30.1081127 ], [ 120.1381538, 30.1085186 ], [ 120.1378963, 30.1085711 ], [ 120.137853, 30.108518 ], [ 120.1377759, 30.1085327 ], [ 120.1377465, 30.1086256 ], [ 120.1375951, 30.1086535 ], [ 120.1375795, 30.1084246 ], [ 120.1375216, 30.1084242 ], [ 120.1375061, 30.1084789 ], [ 120.1373605, 30.1084302 ], [ 120.1372176, 30.1081919 ], [ 120.1369209, 30.1079602 ], [ 120.1365082, 30.1079952 ], [ 120.1361701, 30.1079858 ], [ 120.1354988, 30.1078538 ], [ 120.1349215, 30.1077907 ], [ 120.1350489, 30.1080777 ], [ 120.1350072, 30.1082214 ], [ 120.1348316, 30.1082636 ], [ 120.1348009, 30.1081921 ], [ 120.1346375, 30.108186 ], [ 120.1342914, 30.1080817 ], [ 120.1341774, 30.1079403 ], [ 120.1341277, 30.1079264 ], [ 120.1341544, 30.1079893 ], [ 120.1341273, 30.1080222 ], [ 120.1339629, 30.1079929 ], [ 120.1338767, 30.1079665 ], [ 120.1338172, 30.1079262 ], [ 120.1338164, 30.1077643 ], [ 120.1337566, 30.1077789 ], [ 120.1337642, 30.1078936 ], [ 120.1336994, 30.1079571 ], [ 120.1336035, 30.1079452 ], [ 120.1329816, 30.1076193 ], [ 120.1328301, 30.1074788 ], [ 120.1326774, 30.1072366 ], [ 120.1323784, 30.1069398 ], [ 120.1322063, 30.1068874 ], [ 120.1319872, 30.1067434 ], [ 120.1318332, 30.106645 ], [ 120.1316454, 30.1066747 ], [ 120.1315612, 30.1066744 ], [ 120.1313918, 30.1065554 ], [ 120.1308817, 30.1060971 ], [ 120.1306867, 30.1057492 ], [ 120.1304767, 30.1054139 ], [ 120.1300765, 30.1051876 ], [ 120.1296891, 30.1048658 ], [ 120.1294683, 30.1047762 ], [ 120.1291529, 30.1047235 ], [ 120.1287772, 30.1046581 ], [ 120.128499, 30.1046313 ], [ 120.128394, 30.1046904 ], [ 120.1283921, 30.1048521 ], [ 120.1286057, 30.1049049 ], [ 120.1290208, 30.1050139 ], [ 120.129677, 30.1053033 ], [ 120.1299806, 30.1055653 ], [ 120.130252, 30.1058505 ], [ 120.1304444, 30.1061095 ], [ 120.1306684, 30.1064513 ], [ 120.1306078, 30.1064715 ], [ 120.1289553, 30.1060355 ], [ 120.1285901, 30.1057127 ], [ 120.1281545, 30.1051839 ], [ 120.1281223, 30.1051143 ], [ 120.1283096, 30.1045695 ], [ 120.1283719, 30.1043581 ], [ 120.1283731, 30.1041467 ], [ 120.1282573, 30.1040001 ], [ 120.1281792, 30.1040469 ], [ 120.1282683, 30.1042104 ], [ 120.1283155, 30.1043658 ], [ 120.1281085, 30.1047675 ], [ 120.1279953, 30.1047711 ], [ 120.127835, 30.1049774 ], [ 120.1277103, 30.1051038 ], [ 120.1275883, 30.1051739 ], [ 120.127635, 30.1052828 ], [ 120.1275964, 30.105346 ], [ 120.1273223, 30.1053078 ], [ 120.1269463, 30.1048391 ], [ 120.126665, 30.1046535 ], [ 120.1265559, 30.1045128 ], [ 120.1265259, 30.104545 ], [ 120.1265754, 30.1046412 ], [ 120.1265678, 30.1046588 ], [ 120.1265219, 30.1046513 ], [ 120.1264694, 30.1046704 ], [ 120.1264799, 30.1046947 ], [ 120.1265543, 30.1046968 ], [ 120.1265792, 30.1047174 ], [ 120.1265575, 30.1047325 ], [ 120.1264446, 30.1047382 ], [ 120.1264334, 30.1047753 ], [ 120.1265826, 30.1047752 ], [ 120.1266785, 30.1048455 ], [ 120.1267982, 30.1049111 ], [ 120.1268884, 30.1052295 ], [ 120.1271184, 30.1055311 ], [ 120.1271929, 30.1057216 ], [ 120.127285, 30.1058048 ], [ 120.127422, 30.1058349 ], [ 120.127517, 30.1059655 ], [ 120.1274876, 30.1061071 ], [ 120.127008, 30.1061352 ], [ 120.1254202, 30.1060389 ], [ 120.1243714, 30.1060403 ], [ 120.123911, 30.1061074 ], [ 120.1234544, 30.1060288 ], [ 120.1228858, 30.105958 ], [ 120.1226035, 30.1059313 ], [ 120.1219174, 30.1057074 ], [ 120.1210942, 30.1053408 ], [ 120.1203251, 30.1048988 ], [ 120.1197312, 30.1045079 ], [ 120.1196325, 30.1044189 ], [ 120.1195656, 30.1043586 ], [ 120.1194422, 30.1042923 ], [ 120.119272, 30.1042223 ], [ 120.1189502, 30.1039935 ], [ 120.1184995, 30.1036613 ], [ 120.11694, 30.1023798 ], [ 120.1162127, 30.1017858 ], [ 120.116141, 30.1016335 ], [ 120.1153884, 30.1010151 ], [ 120.1153227, 30.1009479 ], [ 120.1141264, 30.099725 ], [ 120.1136251, 30.0992124 ], [ 120.1131164, 30.0986818 ], [ 120.1128237, 30.0984927 ], [ 120.1123811, 30.0980994 ], [ 120.1122906, 30.0977954 ], [ 120.1117199, 30.0973194 ], [ 120.1107078, 30.0964663 ], [ 120.1097433, 30.095544 ], [ 120.109591, 30.0952658 ], [ 120.1093541, 30.0950755 ], [ 120.1082884, 30.0940717 ], [ 120.1080727, 30.0939123 ], [ 120.1079555, 30.0937302 ], [ 120.1067652, 30.0922792 ], [ 120.106751, 30.0922598 ], [ 120.1063252, 30.0916789 ], [ 120.1056315, 30.0904345 ], [ 120.1053568, 30.0900247 ], [ 120.1053269, 30.089966 ], [ 120.1049645, 30.0896763 ], [ 120.104947, 30.0895361 ], [ 120.1051532, 30.0893141 ], [ 120.1050408, 30.0878525 ], [ 120.1048875, 30.0877123 ], [ 120.1049063, 30.0875769 ], [ 120.1050097, 30.0875092 ], [ 120.1050099, 30.0874201 ], [ 120.1050507, 30.0873563 ], [ 120.1051234, 30.0870711 ], [ 120.1052039, 30.0865712 ], [ 120.105199, 30.0860925 ], [ 120.1052423, 30.0857054 ], [ 120.1053783, 30.0854974 ], [ 120.1054284, 30.0853393 ], [ 120.1054115, 30.0850904 ], [ 120.1054236, 30.0848882 ], [ 120.1053584, 30.0846755 ], [ 120.1053741, 30.0845937 ], [ 120.1055792, 30.0844737 ], [ 120.1057366, 30.0844101 ], [ 120.1058716, 30.0844187 ], [ 120.1061385, 30.0845128 ], [ 120.1064012, 30.0846069 ], [ 120.1066886, 30.0847325 ], [ 120.1070044, 30.0847842 ], [ 120.1070754, 30.0847781 ], [ 120.107731, 30.0848529 ], [ 120.1079308, 30.0848204 ], [ 120.1080246, 30.0847535 ], [ 120.10817, 30.084736 ], [ 120.1082628, 30.0848179 ], [ 120.1084295, 30.0848438 ], [ 120.108934052029554, 30.084866132630818 ], [ 120.108594, 30.084514 ], [ 120.079598, 30.081555 ], [ 120.077237078260168, 30.082871548766207 ], [ 120.078, 30.08282 ] ], [ [ 120.2679085, 30.2942093 ], [ 120.2679123, 30.2942049 ], [ 120.2679209, 30.2942048 ], [ 120.2679408, 30.2942087 ], [ 120.2679556, 30.2942145 ], [ 120.2679958, 30.2942481 ], [ 120.2680384, 30.2942764 ], [ 120.2680475, 30.2942811 ], [ 120.2680582, 30.2942811 ], [ 120.2680703, 30.2942741 ], [ 120.2680733, 30.2942677 ], [ 120.2680713, 30.2942602 ], [ 120.2680629, 30.294255 ], [ 120.2680059, 30.2942191 ], [ 120.2679697, 30.2941693 ], [ 120.267971, 30.2941311 ], [ 120.2679911, 30.294101 ], [ 120.2680454, 30.2940473 ], [ 120.2681065, 30.2940385 ], [ 120.2681858, 30.2940458 ], [ 120.2685159, 30.294145 ], [ 120.2687347, 30.2942357 ], [ 120.2690881, 30.2943685 ], [ 120.2694073, 30.2944565 ], [ 120.2696353, 30.294526 ], [ 120.2697158, 30.2945723 ], [ 120.2698032, 30.294674 ], [ 120.269866, 30.2947645 ], [ 120.269933, 30.2948456 ], [ 120.2700028, 30.2948849 ], [ 120.2701423, 30.2949289 ], [ 120.2702817, 30.2949336 ], [ 120.2703729, 30.2949127 ], [ 120.2704494, 30.2949046 ], [ 120.2704963, 30.2949069 ], [ 120.27055, 30.2949428 ], [ 120.2705808, 30.2949961 ], [ 120.2705955, 30.2950332 ], [ 120.2706016, 30.2950499 ], [ 120.2705969, 30.2950725 ], [ 120.2705815, 30.2950818 ], [ 120.2705614, 30.2950818 ], [ 120.270507, 30.2950702 ], [ 120.2697281, 30.2949356 ], [ 120.2689249, 30.2947973 ], [ 120.2687957, 30.2947701 ], [ 120.2687023, 30.2947474 ], [ 120.2685659, 30.2947032 ], [ 120.2684288, 30.2946355 ], [ 120.2682808, 30.2945595 ], [ 120.2681483, 30.2944798 ], [ 120.2680702, 30.2944067 ], [ 120.2680287, 30.2943604 ], [ 120.2679908, 30.2943121 ], [ 120.2679214, 30.2942334 ], [ 120.2679103, 30.2942188 ], [ 120.2679076, 30.2942146 ], [ 120.2679085, 30.2942093 ] ] ], [ [ [ 120.045287, 30.092166 ], [ 120.0460985, 30.0931094 ], [ 120.0463394, 30.0935373 ], [ 120.0467198, 30.0944917 ], [ 120.0467705, 30.094733 ], [ 120.0466817, 30.0951389 ], [ 120.0468085, 30.0952048 ], [ 120.0471001, 30.0950951 ], [ 120.0473284, 30.0950731 ], [ 120.0476707, 30.0952157 ], [ 120.0478102, 30.0954242 ], [ 120.0477341, 30.0956765 ], [ 120.0479116, 30.0957752 ], [ 120.0480891, 30.0956545 ], [ 120.0483554, 30.0956326 ], [ 120.048571, 30.0956875 ], [ 120.0488626, 30.0958301 ], [ 120.049243, 30.095863 ], [ 120.0498135, 30.095841 ], [ 120.0511068, 30.0955558 ], [ 120.0514999, 30.0955119 ], [ 120.05292, 30.0955448 ], [ 120.0535793, 30.0956107 ], [ 120.0544035, 30.0955339 ], [ 120.0553671, 30.0952596 ], [ 120.0566478, 30.0947769 ], [ 120.0569197, 30.0946462 ], [ 120.058009, 30.0938608 ], [ 120.059279134228959, 30.092885649894132 ], [ 120.055206, 30.095157 ], [ 120.054603956125533, 30.09493116789821 ], [ 120.0541599, 30.0949918 ], [ 120.0533731, 30.0950337 ], [ 120.0520054, 30.0949814 ], [ 120.0512791, 30.0949709 ], [ 120.0509039, 30.0949499 ], [ 120.0506134, 30.0948557 ], [ 120.0501413, 30.0947824 ], [ 120.0494756, 30.0944682 ], [ 120.0490882, 30.094374 ], [ 120.0485193, 30.0940807 ], [ 120.0477428, 30.0932977 ], [ 120.047334, 30.0925988 ], [ 120.046883943485284, 30.092035321342259 ], [ 120.044889, 30.091287 ], [ 120.044690209294842, 30.091364706632756 ], [ 120.045287, 30.092166 ] ] ], [ [ [ 120.0649569, 30.0897764 ], [ 120.0651989, 30.0898078 ], [ 120.06519270613893, 30.089587994715409 ], [ 120.06488519378712, 30.089759476472103 ], [ 120.0649569, 30.0897764 ] ] ], [ [ [ 120.0669662, 30.0887396 ], [ 120.0672688, 30.0887186 ], [ 120.0675714, 30.0885929 ], [ 120.0674745, 30.0884777 ], [ 120.0672203, 30.0885615 ], [ 120.0670509, 30.088572 ], [ 120.067035523645245, 30.088560362552368 ], [ 120.0667505046315, 30.088719301082417 ], [ 120.0669662, 30.0887396 ] ] ], [ [ [ 120.2565812, 30.2895113 ], [ 120.2571351, 30.2881778 ], [ 120.2567491, 30.2880618 ], [ 120.2562035, 30.2893663 ], [ 120.2565812, 30.2895113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2885901, 30.1926115 ], [ 120.2885908, 30.1927391 ], [ 120.2890604, 30.1927273 ], [ 120.2924875, 30.1926412 ], [ 120.2926661, 30.1926232 ], [ 120.292459, 30.1920614 ], [ 120.2924265, 30.1921563 ], [ 120.292207, 30.1923496 ], [ 120.292207, 30.1922863 ], [ 120.2915524, 30.1923355 ], [ 120.2915524, 30.1923742 ], [ 120.2914223, 30.1923601 ], [ 120.2914098, 30.1923921 ], [ 120.2909784, 30.1923921 ], [ 120.2908675, 30.1923761 ], [ 120.290764, 30.1918591 ], [ 120.2907566, 30.1918222 ], [ 120.2903006, 30.1918914 ], [ 120.2903499, 30.1923282 ], [ 120.2902574, 30.1924347 ], [ 120.2899182, 30.1924329 ], [ 120.2885838, 30.1924258 ], [ 120.2885901, 30.1926115 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2500356, 30.1936952 ], [ 120.2500565, 30.193826 ], [ 120.2507617, 30.1938035 ], [ 120.257041, 30.1936035 ], [ 120.259721, 30.1935266 ], [ 120.262856, 30.1934366 ], [ 120.2673943, 30.1933253 ], [ 120.2728982, 30.1931955 ], [ 120.2776523, 30.1930253 ], [ 120.2780802, 30.19301 ], [ 120.2829726, 30.192908 ], [ 120.2863629, 30.1927967 ], [ 120.2885908, 30.1927391 ], [ 120.2885901, 30.1926115 ], [ 120.2885838, 30.1924258 ], [ 120.2860196, 30.1925185 ], [ 120.2859445, 30.1923423 ], [ 120.2843673, 30.1923609 ], [ 120.2841527, 30.1925463 ], [ 120.2835197, 30.1925654 ], [ 120.2810843, 30.1926391 ], [ 120.280073, 30.1926748 ], [ 120.276769, 30.1927913 ], [ 120.2763529, 30.192806 ], [ 120.2673514, 30.1930656 ], [ 120.2619226, 30.1931955 ], [ 120.2563543, 30.1933717 ], [ 120.2520583, 30.1934974 ], [ 120.2507325, 30.1935363 ], [ 120.2500136, 30.1935571 ], [ 120.2500356, 30.1936952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2921467, 30.1888843 ], [ 120.2923132, 30.1906704 ], [ 120.2923729, 30.1909704 ], [ 120.2923107, 30.1910265 ], [ 120.292459, 30.1920614 ], [ 120.2926661, 30.1926232 ], [ 120.2932466, 30.1958356 ], [ 120.2952505, 30.2066735 ], [ 120.2957993, 30.2094013 ], [ 120.2958155, 30.2094819 ], [ 120.2958416, 30.2096117 ], [ 120.2958592, 30.2096992 ], [ 120.2967086, 30.2139076 ], [ 120.2977521, 30.2193766 ], [ 120.2979389, 30.2204258 ], [ 120.2981087, 30.2213679 ], [ 120.2982699, 30.2213462 ], [ 120.2984382, 30.2213236 ], [ 120.2982376, 30.2202112 ], [ 120.2981804, 30.2199054 ], [ 120.2981303, 30.2196389 ], [ 120.2977707, 30.2177261 ], [ 120.2961848, 30.2096747 ], [ 120.2961361, 30.2094203 ], [ 120.2955992, 30.2066133 ], [ 120.2947447, 30.2024147 ], [ 120.292678, 30.1910692 ], [ 120.2925895, 30.1903804 ], [ 120.2924882, 30.1895926 ], [ 120.2924098, 30.1889826 ], [ 120.2924015, 30.1886695 ], [ 120.2923803, 30.1878687 ], [ 120.2924511, 30.187006 ], [ 120.293379, 30.1856555 ], [ 120.2934138, 30.1856048 ], [ 120.2937407, 30.1851821 ], [ 120.2942651, 30.184504 ], [ 120.2968571, 30.182999 ], [ 120.2989582, 30.1817711 ], [ 120.3008251, 30.18068 ], [ 120.3009325, 30.1806172 ], [ 120.3018054, 30.1799165 ], [ 120.3020415, 30.1793971 ], [ 120.302036, 30.1790377 ], [ 120.30208, 30.1785579 ], [ 120.3020827, 30.1784322 ], [ 120.3018201, 30.1769248 ], [ 120.3022728, 30.1764451 ], [ 120.3021116, 30.1760502 ], [ 120.301641, 30.1760326 ], [ 120.3015271, 30.175819 ], [ 120.3010544, 30.1733128 ], [ 120.3010008, 30.1728861 ], [ 120.3029944, 30.1715665 ], [ 120.303565, 30.1711888 ], [ 120.3030822, 30.170929 ], [ 120.3029006, 30.171131 ], [ 120.3027818, 30.171263 ], [ 120.3019878, 30.1717917 ], [ 120.300801, 30.1725278 ], [ 120.3005823, 30.1726635 ], [ 120.3004751, 30.1733128 ], [ 120.3007862, 30.1741383 ], [ 120.3009642, 30.1750045 ], [ 120.3011156, 30.1757413 ], [ 120.3011617, 30.1759655 ], [ 120.3017563, 30.1787434 ], [ 120.3017732, 30.1788221 ], [ 120.3017411, 30.1794342 ], [ 120.3015265, 30.1797774 ], [ 120.3007433, 30.1803709 ], [ 120.2993795, 30.1812147 ], [ 120.2968507, 30.1827188 ], [ 120.2955742, 30.1834919 ], [ 120.294257, 30.1841596 ], [ 120.2936261, 30.1848278 ], [ 120.2924511, 30.1863329 ], [ 120.2923849, 30.1864841 ], [ 120.2921538, 30.1870121 ], [ 120.2920972, 30.1879299 ], [ 120.2921467, 30.1888843 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2986014, 30.2236147 ], [ 120.2986948, 30.2240667 ], [ 120.2987032, 30.2243905 ], [ 120.2989535, 30.2258303 ], [ 120.2990871, 30.2265281 ], [ 120.2992459, 30.2274965 ], [ 120.2995821, 30.2293526 ], [ 120.2998716, 30.2292638 ], [ 120.2993206, 30.2262295 ], [ 120.2993673, 30.2260681 ], [ 120.2991338, 30.224793 ], [ 120.2984382, 30.2213236 ], [ 120.2982699, 30.2213462 ], [ 120.2981087, 30.2213679 ], [ 120.2986014, 30.2236147 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2747927, 30.2409951 ], [ 120.2749704, 30.240883 ], [ 120.2767322, 30.2397587 ], [ 120.2771076, 30.2395555 ], [ 120.2779785, 30.2390279 ], [ 120.2779885, 30.2389674 ], [ 120.2785541, 30.2385566 ], [ 120.2799355, 30.2376615 ], [ 120.2812069, 30.2368442 ], [ 120.2825833, 30.2359534 ], [ 120.2865424, 30.2333372 ], [ 120.2866625, 30.2332983 ], [ 120.2871981, 30.2329566 ], [ 120.2873082, 30.2328096 ], [ 120.2888347, 30.231802 ], [ 120.2897907, 30.2312052 ], [ 120.2917377, 30.2299382 ], [ 120.2921031, 30.2296787 ], [ 120.294911, 30.2278234 ], [ 120.2951863, 30.2275813 ], [ 120.2954116, 30.2273607 ], [ 120.2961223, 30.2265304 ], [ 120.2967279, 30.2257865 ], [ 120.2975788, 30.224701 ], [ 120.2979642, 30.2242902 ], [ 120.2983862, 30.2240241 ], [ 120.2985909, 30.2239186 ], [ 120.2986372, 30.2239585 ], [ 120.2986948, 30.2240667 ], [ 120.2986014, 30.2236147 ], [ 120.2984138, 30.2237252 ], [ 120.2982844, 30.2237891 ], [ 120.2979393, 30.2239915 ], [ 120.2976497, 30.2242257 ], [ 120.2971999, 30.2247795 ], [ 120.2962074, 30.2259941 ], [ 120.2961486, 30.2260713 ], [ 120.2953565, 30.2271099 ], [ 120.2950061, 30.2274256 ], [ 120.2945807, 30.2277543 ], [ 120.2934095, 30.2285327 ], [ 120.2920431, 30.2294279 ], [ 120.2915225, 30.229709 ], [ 120.2899885, 30.2307663 ], [ 120.2890677, 30.2313441 ], [ 120.2884493, 30.2317977 ], [ 120.2877538, 30.2322297 ], [ 120.2872631, 30.2325502 ], [ 120.2865224, 30.2330821 ], [ 120.2854813, 30.2337653 ], [ 120.2840848, 30.2346821 ], [ 120.2822579, 30.2358626 ], [ 120.280356, 30.237121 ], [ 120.2790997, 30.2379166 ], [ 120.277498, 30.238989 ], [ 120.2766822, 30.239469 ], [ 120.276562, 30.2395771 ], [ 120.2749704, 30.2406019 ], [ 120.274739, 30.2407136 ], [ 120.2747927, 30.2409951 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3007967, 30.2489738 ], [ 120.3008906, 30.2489924 ], [ 120.3009737, 30.249048 ], [ 120.3010005, 30.2490989 ], [ 120.3010569, 30.2490549 ], [ 120.3010998, 30.2490874 ], [ 120.3011534, 30.2491592 ], [ 120.3012205, 30.2491013 ], [ 120.3012339, 30.2490549 ], [ 120.3012741, 30.2490225 ], [ 120.3012661, 30.2489785 ], [ 120.3013519, 30.2488835 ], [ 120.3015102, 30.2488325 ], [ 120.3016577, 30.2488603 ], [ 120.3017355, 30.2489066 ], [ 120.3017864, 30.2489228 ], [ 120.301773, 30.2489507 ], [ 120.3017381, 30.248946 ], [ 120.3017113, 30.2489715 ], [ 120.3017274, 30.24899 ], [ 120.3017355, 30.2490109 ], [ 120.3017864, 30.248997 ], [ 120.3018267, 30.2490387 ], [ 120.3018186, 30.2490735 ], [ 120.301883, 30.2490804 ], [ 120.3019259, 30.2490456 ], [ 120.3019366, 30.2490086 ], [ 120.3019393, 30.2489831 ], [ 120.3020144, 30.2489715 ], [ 120.3020144, 30.2489391 ], [ 120.3020493, 30.2489298 ], [ 120.3020922, 30.2489761 ], [ 120.3020868, 30.2489043 ], [ 120.3020573, 30.2488696 ], [ 120.3020219, 30.2488649 ], [ 120.3020273, 30.2488215 ], [ 120.3019795, 30.2487885 ], [ 120.3019527, 30.2487977 ], [ 120.3018991, 30.2487699 ], [ 120.3018401, 30.2487421 ], [ 120.3018454, 30.248763 ], [ 120.3018347, 30.2488302 ], [ 120.3017998, 30.2488278 ], [ 120.3017462, 30.2487861 ], [ 120.3017435, 30.2487491 ], [ 120.301758, 30.2487223 ], [ 120.3018178, 30.2487164 ], [ 120.3018776, 30.2486865 ], [ 120.3017703, 30.2486355 ], [ 120.3017971, 30.2486147 ], [ 120.3018387, 30.2485653 ], [ 120.3018201, 30.2485413 ], [ 120.3018301, 30.2484902 ], [ 120.3017168, 30.2483814 ], [ 120.3016094, 30.2483529 ], [ 120.3015911, 30.248325 ], [ 120.3015725, 30.24832 ], [ 120.3015545, 30.2483413 ], [ 120.3014431, 30.2483505 ], [ 120.301419, 30.248383 ], [ 120.3013546, 30.2483969 ], [ 120.3012956, 30.2483691 ], [ 120.3012665, 30.2483481 ], [ 120.3012232, 30.2483737 ], [ 120.3012258, 30.2484131 ], [ 120.3012553, 30.2484641 ], [ 120.3012097, 30.2485266 ], [ 120.3011346, 30.248522 ], [ 120.3010917, 30.248566 ], [ 120.3009978, 30.248573 ], [ 120.3009093, 30.2486286 ], [ 120.3008701, 30.2486847 ], [ 120.3009013, 30.2487027 ], [ 120.3008637, 30.2487653 ], [ 120.3007994, 30.2488255 ], [ 120.3007457, 30.2489298 ], [ 120.3007967, 30.2489738 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2864197, 30.2542518 ], [ 120.2920211, 30.2532777 ], [ 120.2925263, 30.2531978 ], [ 120.2944551, 30.2527614 ], [ 120.2947755, 30.2526443 ], [ 120.2950466, 30.2525112 ], [ 120.295213, 30.2523568 ], [ 120.2956136, 30.2518991 ], [ 120.2966303, 30.250563 ], [ 120.2976039, 30.2493813 ], [ 120.2990274, 30.2476885 ], [ 120.3005124, 30.2459425 ], [ 120.3014306, 30.2447874 ], [ 120.302398, 30.2436002 ], [ 120.3036181, 30.2421416 ], [ 120.3040741, 30.2415614 ], [ 120.3042713, 30.2413325 ], [ 120.3043822, 30.2412473 ], [ 120.3044808, 30.2412579 ], [ 120.3045609, 30.2413644 ], [ 120.3047581, 30.2416572 ], [ 120.3049861, 30.2419766 ], [ 120.3055715, 30.2427751 ], [ 120.3065328, 30.2441326 ], [ 120.3070812, 30.2448725 ], [ 120.3078823, 30.2459425 ], [ 120.3081288, 30.2462832 ], [ 120.3084122, 30.2467889 ], [ 120.3085601, 30.2469859 ], [ 120.3101499, 30.2491843 ], [ 120.3111297, 30.2504619 ], [ 120.3111297, 30.2505311 ], [ 120.3113885, 30.2508717 ], [ 120.3114502, 30.2508983 ], [ 120.3118692, 30.2514466 ], [ 120.3119308, 30.2516489 ], [ 120.3117336, 30.2518884 ], [ 120.3116165, 30.2520268 ], [ 120.3113762, 30.2522344 ], [ 120.3113392, 30.252277 ], [ 120.3112838, 30.2523409 ], [ 120.3111729, 30.2524313 ], [ 120.3107662, 30.2527081 ], [ 120.3103718, 30.2531286 ], [ 120.3098911, 30.2535917 ], [ 120.3098172, 30.2536343 ], [ 120.3097371, 30.2536237 ], [ 120.309694, 30.2536929 ], [ 120.309798, 30.2538624 ], [ 120.3099074, 30.2540365 ], [ 120.3102714, 30.2536566 ], [ 120.3108171, 30.2531627 ], [ 120.3118413, 30.2522224 ], [ 120.3119872, 30.2521227 ], [ 120.3121148, 30.2520927 ], [ 120.3122101, 30.2521524 ], [ 120.3122803, 30.2522794 ], [ 120.3141183, 30.2555313 ], [ 120.3143771, 30.2559391 ], [ 120.3154432, 30.2578712 ], [ 120.3167804, 30.2601812 ], [ 120.3167804, 30.2602504 ], [ 120.3171378, 30.2608678 ], [ 120.3172918, 30.2611552 ], [ 120.3174335, 30.2613096 ], [ 120.3176122, 30.2614479 ], [ 120.3191096, 30.2623847 ], [ 120.3194897, 30.2625559 ], [ 120.3198614, 30.2621079 ], [ 120.3197382, 30.262044 ], [ 120.3194486, 30.2618205 ], [ 120.3179943, 30.2609263 ], [ 120.3178033, 30.2607986 ], [ 120.3176431, 30.2606709 ], [ 120.3175568, 30.2605378 ], [ 120.3169036, 30.2594307 ], [ 120.3162504, 30.2582864 ], [ 120.3158499, 30.2576104 ], [ 120.3155048, 30.2570036 ], [ 120.3145254, 30.2552558 ], [ 120.3132803, 30.2530275 ], [ 120.3126518, 30.2518991 ], [ 120.3125285, 30.2516329 ], [ 120.312356, 30.2514519 ], [ 120.3122143, 30.2513348 ], [ 120.3120602, 30.2511805 ], [ 120.3118692, 30.2510048 ], [ 120.3117891, 30.2509143 ], [ 120.3117336, 30.2507706 ], [ 120.311635, 30.250563 ], [ 120.3108401, 30.249525 ], [ 120.3091825, 30.2472041 ], [ 120.3076913, 30.2452771 ], [ 120.3072784, 30.2447394 ], [ 120.3068101, 30.2441219 ], [ 120.3055161, 30.2422534 ], [ 120.3047335, 30.2411674 ], [ 120.3046842, 30.241061 ], [ 120.3046965, 30.2409971 ], [ 120.3048629, 30.2409492 ], [ 120.3049799, 30.2409013 ], [ 120.3050662, 30.2408693 ], [ 120.3068717, 30.2405339 ], [ 120.309848, 30.2400708 ], [ 120.3128674, 30.2395704 ], [ 120.3146355, 30.2392676 ], [ 120.317033, 30.238857 ], [ 120.3186941, 30.2385686 ], [ 120.3207118, 30.2382182 ], [ 120.3229055, 30.2378455 ], [ 120.3250437, 30.2374143 ], [ 120.3249821, 30.2371534 ], [ 120.3222215, 30.2376964 ], [ 120.318666, 30.2382927 ], [ 120.3149042, 30.2389479 ], [ 120.3120162, 30.2394625 ], [ 120.3083824, 30.2400808 ], [ 120.3071635, 30.2402963 ], [ 120.3065575, 30.2404034 ], [ 120.3060943, 30.2404852 ], [ 120.3055889, 30.2405746 ], [ 120.3048838, 30.2406992 ], [ 120.3048888, 30.2407424 ], [ 120.304655, 30.2407904 ], [ 120.3045564, 30.2408011 ], [ 120.3044825, 30.2407851 ], [ 120.303552, 30.2396299 ], [ 120.3033795, 30.2397257 ], [ 120.3042422, 30.2409288 ], [ 120.3037615, 30.2415144 ], [ 120.3033671, 30.2420361 ], [ 120.3022888, 30.2433297 ], [ 120.3018266, 30.243894 ], [ 120.3007421, 30.2451929 ], [ 120.3003908, 30.2456347 ], [ 120.2993987, 30.246875 ], [ 120.298992, 30.2473382 ], [ 120.2977843, 30.2488552 ], [ 120.2966936, 30.2501328 ], [ 120.295948, 30.2510803 ], [ 120.2953256, 30.2519107 ], [ 120.295036, 30.2522141 ], [ 120.2948018, 30.2523738 ], [ 120.2944383, 30.2525068 ], [ 120.2935078, 30.2527464 ], [ 120.292528, 30.2529167 ], [ 120.2919919, 30.2530231 ], [ 120.2911107, 30.2531615 ], [ 120.290248, 30.2533106 ], [ 120.2889786, 30.2535554 ], [ 120.2860393, 30.254109 ], [ 120.286027, 30.2543645 ], [ 120.2864197, 30.2542518 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2889748, 30.2515936 ], [ 120.289174, 30.2518044 ], [ 120.2893285, 30.2519308 ], [ 120.2893814, 30.2520537 ], [ 120.2894627, 30.2520396 ], [ 120.2895196, 30.2519413 ], [ 120.2897188, 30.2519167 ], [ 120.2901741, 30.2517411 ], [ 120.2903246, 30.2517763 ], [ 120.2904221, 30.251836 ], [ 120.2905888, 30.2516814 ], [ 120.2904872, 30.2515375 ], [ 120.2905156, 30.2514251 ], [ 120.2905725, 30.2513794 ], [ 120.29054, 30.2511406 ], [ 120.2906295, 30.2510317 ], [ 120.2906376, 30.2509369 ], [ 120.2906254, 30.2508386 ], [ 120.2905156, 30.2508245 ], [ 120.2904262, 30.2508281 ], [ 120.290288, 30.2509299 ], [ 120.290166, 30.2510001 ], [ 120.2899099, 30.2509861 ], [ 120.2896212, 30.2510282 ], [ 120.2893001, 30.251109 ], [ 120.2890724, 30.251267 ], [ 120.2889545, 30.2513864 ], [ 120.2889748, 30.2515936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "东湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2406041, 30.1691862 ], [ 120.240624, 30.1692351 ], [ 120.2407288, 30.169299 ], [ 120.2409691, 30.1691818 ], [ 120.2410431, 30.1691605 ], [ 120.2411232, 30.1691765 ], [ 120.240963, 30.1693843 ], [ 120.2410431, 30.1694109 ], [ 120.2411232, 30.1694748 ], [ 120.2412094, 30.1695654 ], [ 120.2413142, 30.1696134 ], [ 120.2413697, 30.1695601 ], [ 120.2413881, 30.1694376 ], [ 120.2414867, 30.1694162 ], [ 120.2415875, 30.1694293 ], [ 120.2418565, 30.1694642 ], [ 120.2419735, 30.1695867 ], [ 120.2419859, 30.1695175 ], [ 120.2424973, 30.169672 ], [ 120.2428239, 30.1697838 ], [ 120.242885, 30.1698274 ], [ 120.2430704, 30.1699596 ], [ 120.2432799, 30.1701141 ], [ 120.2435017, 30.1702953 ], [ 120.2436989, 30.170503 ], [ 120.2438776, 30.1706575 ], [ 120.244007, 30.1707374 ], [ 120.2440925, 30.1708819 ], [ 120.2441426, 30.1709665 ], [ 120.2441673, 30.1710944 ], [ 120.2441426, 30.1711903 ], [ 120.244044, 30.1712755 ], [ 120.2440317, 30.1713607 ], [ 120.2441056, 30.1714033 ], [ 120.2441426, 30.1713447 ], [ 120.2442165, 30.1713341 ], [ 120.244309, 30.1713501 ], [ 120.2447588, 30.1709559 ], [ 120.2448204, 30.1709399 ], [ 120.2451224, 30.1706362 ], [ 120.2451778, 30.1704977 ], [ 120.2452641, 30.1704018 ], [ 120.2454058, 30.1703539 ], [ 120.2455168, 30.1703485 ], [ 120.2455969, 30.1702686 ], [ 120.2456708, 30.1701727 ], [ 120.2456708, 30.1699543 ], [ 120.2454921, 30.1697838 ], [ 120.2453689, 30.1696826 ], [ 120.2452888, 30.1696134 ], [ 120.2452148, 30.1694748 ], [ 120.2451285, 30.1694589 ], [ 120.2450299, 30.1694162 ], [ 120.244993, 30.1693736 ], [ 120.2449806, 30.1692884 ], [ 120.2449991, 30.1692138 ], [ 120.2449005, 30.1691872 ], [ 120.2447896, 30.1690327 ], [ 120.2446541, 30.1689315 ], [ 120.2445678, 30.1688675 ], [ 120.2445555, 30.168745 ], [ 120.244463, 30.168745 ], [ 120.2443829, 30.1686864 ], [ 120.2442597, 30.1685905 ], [ 120.2441488, 30.16842 ], [ 120.2439701, 30.1683667 ], [ 120.2437174, 30.168127 ], [ 120.2436989, 30.1680471 ], [ 120.2436003, 30.1679832 ], [ 120.2435942, 30.1679139 ], [ 120.2434771, 30.1679139 ], [ 120.2434032, 30.16785 ], [ 120.2434032, 30.1676902 ], [ 120.243206, 30.1676902 ], [ 120.243132, 30.1677008 ], [ 120.2431074, 30.1677541 ], [ 120.2429841, 30.1677115 ], [ 120.2417764, 30.1686118 ], [ 120.241647, 30.1685798 ], [ 120.2415668, 30.1685106 ], [ 120.2414621, 30.1683401 ], [ 120.2413943, 30.1682708 ], [ 120.241382, 30.168404 ], [ 120.2413388, 30.1685319 ], [ 120.2412218, 30.1686278 ], [ 120.2410985, 30.1686491 ], [ 120.2410184, 30.1686118 ], [ 120.2409383, 30.1685585 ], [ 120.2408767, 30.1685958 ], [ 120.240852, 30.1687237 ], [ 120.2407966, 30.1688728 ], [ 120.2406672, 30.1690007 ], [ 120.2405871, 30.1691445 ], [ 120.2406041, 30.1691862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2319853, 30.1779865 ], [ 120.23213, 30.1780734 ], [ 120.232457, 30.178281 ], [ 120.2326229, 30.1783826 ], [ 120.2327218, 30.1784989 ], [ 120.2327395, 30.1786036 ], [ 120.2326954, 30.1789331 ], [ 120.2326367, 30.1790742 ], [ 120.2325973, 30.1792467 ], [ 120.2326051, 30.1793634 ], [ 120.2325744, 30.1795304 ], [ 120.2325024, 30.1799686 ], [ 120.2324854, 30.1804666 ], [ 120.2325257, 30.1807033 ], [ 120.2325131, 30.1810806 ], [ 120.2325059, 30.1816566 ], [ 120.2324389, 30.1818513 ], [ 120.2325514, 30.1826841 ], [ 120.2325807, 30.1827707 ], [ 120.2326238, 30.1828439 ], [ 120.232687, 30.1829105 ], [ 120.232764, 30.1829678 ], [ 120.2328472, 30.1830024 ], [ 120.2329288, 30.1830197 ], [ 120.2330013, 30.1830277 ], [ 120.2331478, 30.1830045 ], [ 120.2355144, 30.1824608 ], [ 120.2355211, 30.1823878 ], [ 120.235505, 30.1823577 ], [ 120.2354379, 30.1823496 ], [ 120.2330933, 30.1828924 ], [ 120.2330075, 30.1829051 ], [ 120.2329163, 30.1828924 ], [ 120.2328426, 30.1828669 ], [ 120.2327608, 30.1827903 ], [ 120.2327205, 30.1827046 ], [ 120.2326333, 30.1821133 ], [ 120.2326494, 30.181696 ], [ 120.2327152, 30.181216 ], [ 120.2326282, 30.1809921 ], [ 120.2326244, 30.1806405 ], [ 120.2326512, 30.1799287 ], [ 120.2327327, 30.1794918 ], [ 120.2328198, 30.1793486 ], [ 120.2328567, 30.1789737 ], [ 120.2328047, 30.1788879 ], [ 120.2328023, 30.1788136 ], [ 120.2328604, 30.1786633 ], [ 120.2328657, 30.1785447 ], [ 120.2328015, 30.1784144 ], [ 120.2325472, 30.1781398 ], [ 120.232152, 30.1778501 ], [ 120.2320526, 30.1778342 ], [ 120.2319373, 30.1778331 ], [ 120.2319185, 30.1778934 ], [ 120.2319853, 30.1779865 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2310309, 30.182397 ], [ 120.231033, 30.1820206 ], [ 120.2307423, 30.1820193 ], [ 120.2307402, 30.1823958 ], [ 120.2310309, 30.182397 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2568346, 30.1858869 ], [ 120.2570961, 30.18623 ], [ 120.2573203, 30.1870333 ], [ 120.2573996, 30.187768 ], [ 120.2574323, 30.1883331 ], [ 120.2575491, 30.1885834 ], [ 120.2576005, 30.188648 ], [ 120.2576845, 30.1888821 ], [ 120.2576798, 30.1889668 ], [ 120.2577265, 30.1890476 ], [ 120.2576612, 30.1891202 ], [ 120.2575911, 30.1892131 ], [ 120.2576145, 30.1893382 ], [ 120.2574463, 30.1894028 ], [ 120.2572595, 30.1894391 ], [ 120.2567599, 30.1895966 ], [ 120.2571988, 30.1895158 ], [ 120.257479, 30.1895037 ], [ 120.2574977, 30.189536 ], [ 120.2577359, 30.1895158 ], [ 120.257862, 30.1894755 ], [ 120.2579227, 30.1895199 ], [ 120.2585472, 30.18949 ], [ 120.258734, 30.1894214 ], [ 120.2590387, 30.1894464 ], [ 120.2594812, 30.1893649 ], [ 120.2594672, 30.1893164 ], [ 120.2598641, 30.1893245 ], [ 120.2599575, 30.1892559 ], [ 120.2599529, 30.1891671 ], [ 120.2598968, 30.1890581 ], [ 120.2598128, 30.1890783 ], [ 120.2595746, 30.1890904 ], [ 120.2595092, 30.189054 ], [ 120.2594451, 30.1890557 ], [ 120.2594591, 30.1891324 ], [ 120.2594077, 30.1891808 ], [ 120.259291, 30.1891969 ], [ 120.2585858, 30.189209 ], [ 120.2585251, 30.1891162 ], [ 120.2585064, 30.1889951 ], [ 120.2582449, 30.1889507 ], [ 120.2581982, 30.1886924 ], [ 120.2581795, 30.1884138 ], [ 120.2580861, 30.1881313 ], [ 120.2577312, 30.1869203 ], [ 120.2577826, 30.1867709 ], [ 120.2577779, 30.1866458 ], [ 120.2577125, 30.1866256 ], [ 120.2577032, 30.1863188 ], [ 120.2576238, 30.1860201 ], [ 120.2576892, 30.1857214 ], [ 120.2578027, 30.185676 ], [ 120.2580175, 30.1856357 ], [ 120.2586667, 30.1856437 ], [ 120.2589313, 30.1855163 ], [ 120.2591932, 30.1854214 ], [ 120.2596427, 30.1853786 ], [ 120.2596847, 30.1854701 ], [ 120.2600332, 30.1854718 ], [ 120.2604114, 30.1854233 ], [ 120.2607897, 30.1854152 ], [ 120.2609765, 30.1854879 ], [ 120.2612193, 30.1855323 ], [ 120.2613781, 30.1854354 ], [ 120.2615883, 30.1853184 ], [ 120.2618498, 30.1852901 ], [ 120.2619619, 30.185274 ], [ 120.2637561, 30.1851843 ], [ 120.2638084, 30.1850384 ], [ 120.2618368, 30.1850849 ], [ 120.2615288, 30.1850493 ], [ 120.2609939, 30.1850686 ], [ 120.2600835, 30.1852177 ], [ 120.2599189, 30.1852141 ], [ 120.2596931, 30.1852092 ], [ 120.2590835, 30.185196 ], [ 120.2585128, 30.185267 ], [ 120.2577091, 30.1853374 ], [ 120.2569423, 30.1853132 ], [ 120.2563042, 30.1853632 ], [ 120.256294, 30.1857415 ], [ 120.2568346, 30.1858869 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2139466, 30.1949798 ], [ 120.2140479, 30.1949504 ], [ 120.214072, 30.1949562 ], [ 120.2140895, 30.1949864 ], [ 120.2141136, 30.1951579 ], [ 120.2141596, 30.1956479 ], [ 120.2141897, 30.1957003 ], [ 120.2141841, 30.1957868 ], [ 120.2141364, 30.1958555 ], [ 120.2140973, 30.1962061 ], [ 120.2141145, 30.1962066 ], [ 120.21411, 30.1962992 ], [ 120.2140789, 30.1962994 ], [ 120.2140827, 30.1964202 ], [ 120.2140772, 30.1965488 ], [ 120.2141015, 30.1966937 ], [ 120.2141345, 30.1968876 ], [ 120.2143203, 30.1969139 ], [ 120.2142801, 30.1967066 ], [ 120.214239, 30.196582 ], [ 120.2142526, 30.1964345 ], [ 120.2142929, 30.19629 ], [ 120.2143098, 30.1960839 ], [ 120.2143348, 30.195875 ], [ 120.2142848, 30.1958187 ], [ 120.214294, 30.1957 ], [ 120.214363, 30.1956428 ], [ 120.2144006, 30.1950235 ], [ 120.2144113, 30.1949528 ], [ 120.2144811, 30.1949273 ], [ 120.2157788, 30.1948758 ], [ 120.2173135, 30.1948187 ], [ 120.2196486, 30.1947546 ], [ 120.2227681, 30.1946669 ], [ 120.2242745, 30.1946272 ], [ 120.2247142, 30.1946157 ], [ 120.225934, 30.1945495 ], [ 120.2275099, 30.1945097 ], [ 120.2295356, 30.1944461 ], [ 120.229733, 30.1944141 ], [ 120.2304826, 30.19439 ], [ 120.231499, 30.1943714 ], [ 120.2332014, 30.1943341 ], [ 120.2360056, 30.1942423 ], [ 120.237496, 30.1941988 ], [ 120.2380722, 30.1941905 ], [ 120.2388243, 30.1941741 ], [ 120.2394375, 30.1941499 ], [ 120.2412044, 30.1941015 ], [ 120.2417145, 30.1940756 ], [ 120.2418825, 30.1940892 ], [ 120.2420103, 30.1940881 ], [ 120.2421504, 30.1940625 ], [ 120.2432666, 30.1940279 ], [ 120.2447882, 30.1939846 ], [ 120.2459694, 30.1939587 ], [ 120.2463197, 30.1939457 ], [ 120.2481366, 30.1938851 ], [ 120.2492283, 30.1938515 ], [ 120.2500565, 30.193826 ], [ 120.2500136, 30.1935571 ], [ 120.2494246, 30.1935701 ], [ 120.2464517, 30.1936619 ], [ 120.2450257, 30.1936793 ], [ 120.2449713, 30.1935572 ], [ 120.2449411, 30.1934658 ], [ 120.244941, 30.1933139 ], [ 120.244936, 30.1930605 ], [ 120.2449613, 30.1927737 ], [ 120.2450367, 30.1916304 ], [ 120.2450704, 30.1913045 ], [ 120.2450819, 30.1911928 ], [ 120.2451573, 30.1908274 ], [ 120.2451026, 30.190687 ], [ 120.2451127, 30.1904389 ], [ 120.2451736, 30.189884 ], [ 120.2452152, 30.1896762 ], [ 120.2452077, 30.1892575 ], [ 120.245309, 30.1882911 ], [ 120.2453263, 30.1879039 ], [ 120.2452623, 30.1877629 ], [ 120.2452884, 30.186298 ], [ 120.2452912, 30.1860205 ], [ 120.2452818, 30.1855098 ], [ 120.2452672, 30.1852977 ], [ 120.2452849, 30.1852047 ], [ 120.2452837, 30.1847428 ], [ 120.2452381, 30.1842003 ], [ 120.2452174, 30.1838999 ], [ 120.2451297, 30.1836734 ], [ 120.2450819, 30.1831353 ], [ 120.2450146, 30.1820939 ], [ 120.2449967, 30.1819667 ], [ 120.2450372, 30.1819545 ], [ 120.245074, 30.1819313 ], [ 120.2450726, 30.1816314 ], [ 120.2450297, 30.1815933 ], [ 120.2449729, 30.1815756 ], [ 120.2449411, 30.1808714 ], [ 120.2449228, 30.1805483 ], [ 120.2449137, 30.1804387 ], [ 120.2449742, 30.1803406 ], [ 120.2449921, 30.1802402 ], [ 120.2448646, 30.1798911 ], [ 120.244848, 30.1796288 ], [ 120.2448047, 30.1792831 ], [ 120.2446976, 30.1793618 ], [ 120.2447557, 30.1795491 ], [ 120.2447538, 30.1796033 ], [ 120.2447124, 30.1796463 ], [ 120.2447122, 30.1797783 ], [ 120.2446786, 30.1798139 ], [ 120.2446841, 30.1798566 ], [ 120.2446226, 30.1798679 ], [ 120.2446051, 30.1799074 ], [ 120.2446011, 30.1802426 ], [ 120.2446379, 30.1803551 ], [ 120.2446331, 30.1804413 ], [ 120.2446349, 30.180616 ], [ 120.2446785, 30.1807441 ], [ 120.2446773, 30.1808435 ], [ 120.2447091, 30.1809201 ], [ 120.2447155, 30.1813721 ], [ 120.2446985, 30.1815927 ], [ 120.2447344, 30.1817482 ], [ 120.2447184, 30.1818022 ], [ 120.2446731, 30.1818302 ], [ 120.2446685, 30.1819205 ], [ 120.2447252, 30.181987 ], [ 120.2447529, 30.182057 ], [ 120.2447487, 30.1821458 ], [ 120.2447272, 30.1822663 ], [ 120.2447239, 30.182433 ], [ 120.2447568, 30.1825094 ], [ 120.2448225, 30.1826282 ], [ 120.2449013, 30.182877 ], [ 120.2449465, 30.1831235 ], [ 120.2449552, 30.1833707 ], [ 120.2449827, 30.1837525 ], [ 120.2449875, 30.1839362 ], [ 120.2450072, 30.1840788 ], [ 120.2450171, 30.1842166 ], [ 120.2450401, 30.18463 ], [ 120.2450423, 30.184878 ], [ 120.2449936, 30.1860372 ], [ 120.2449791, 30.1862349 ], [ 120.2450102, 30.1862929 ], [ 120.2449745, 30.1872431 ], [ 120.2449231, 30.1879148 ], [ 120.244879, 30.1882136 ], [ 120.2448675, 30.1882914 ], [ 120.2449865, 30.1883696 ], [ 120.2449443, 30.188924 ], [ 120.2449499, 30.1890551 ], [ 120.2449649, 30.1896368 ], [ 120.2449299, 30.1896838 ], [ 120.2450049, 30.1898558 ], [ 120.2448708, 30.1904007 ], [ 120.2448586, 30.1906094 ], [ 120.2448013, 30.1907792 ], [ 120.2448268, 30.1911446 ], [ 120.2448271, 30.1915674 ], [ 120.2447126, 30.1928325 ], [ 120.2447082, 30.193042 ], [ 120.2447207, 30.1931359 ], [ 120.2447706, 30.1934425 ], [ 120.2447968, 30.1935822 ], [ 120.2447681, 30.1936667 ], [ 120.2446908, 30.1937061 ], [ 120.2445084, 30.1937011 ], [ 120.2411639, 30.1937933 ], [ 120.2387977, 30.1938761 ], [ 120.2377773, 30.193889 ], [ 120.2376471, 30.193737 ], [ 120.2370314, 30.1937578 ], [ 120.2369367, 30.193948 ], [ 120.2356638, 30.1939908 ], [ 120.2346339, 30.1940428 ], [ 120.2335923, 30.1940439 ], [ 120.2323216, 30.1940501 ], [ 120.2319317, 30.1941056 ], [ 120.2310979, 30.1941231 ], [ 120.2304749, 30.1941441 ], [ 120.229158, 30.1941666 ], [ 120.2268607, 30.1942347 ], [ 120.2247357, 30.1943272 ], [ 120.2238444, 30.1943604 ], [ 120.2226756, 30.1943925 ], [ 120.2191628, 30.1944847 ], [ 120.2190643, 30.1944475 ], [ 120.2180948, 30.1944882 ], [ 120.2180079, 30.1945522 ], [ 120.2164379, 30.1946015 ], [ 120.2163586, 30.194544 ], [ 120.2148274, 30.194645 ], [ 120.2146131, 30.1946479 ], [ 120.214501, 30.1945931 ], [ 120.2144449, 30.1945052 ], [ 120.2144187, 30.1943516 ], [ 120.2143858, 30.1940097 ], [ 120.2142475, 30.1939995 ], [ 120.2141713, 30.1940486 ], [ 120.214182, 30.1941437 ], [ 120.2141941, 30.1942306 ], [ 120.2142008, 30.1943361 ], [ 120.2142061, 30.1943975 ], [ 120.2142088, 30.1944972 ], [ 120.2141927, 30.1945737 ], [ 120.2141176, 30.1946282 ], [ 120.2139303, 30.194674 ], [ 120.2139466, 30.1949798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2418423, 30.1965269 ], [ 120.2418537, 30.1966318 ], [ 120.2418885, 30.1966313 ], [ 120.2419361, 30.1966306 ], [ 120.2419589, 30.1965448 ], [ 120.2419683, 30.196485 ], [ 120.2419764, 30.1964191 ], [ 120.2419921, 30.196251 ], [ 120.2419865, 30.1961116 ], [ 120.2419856, 30.1959738 ], [ 120.2420099, 30.1958059 ], [ 120.242015, 30.1956182 ], [ 120.2420072, 30.1953863 ], [ 120.2420112, 30.1951463 ], [ 120.242018, 30.1949841 ], [ 120.2420206, 30.1949203 ], [ 120.242018, 30.1946862 ], [ 120.2419991, 30.1945647 ], [ 120.2419707, 30.1944958 ], [ 120.2419459, 30.1944625 ], [ 120.2418999, 30.194459 ], [ 120.2418687, 30.1944836 ], [ 120.2418714, 30.1945391 ], [ 120.2418597, 30.1946305 ], [ 120.2418584, 30.1948739 ], [ 120.2418664, 30.1954141 ], [ 120.2418691, 30.1957769 ], [ 120.241861, 30.1959288 ], [ 120.2418476, 30.1960111 ], [ 120.2418369, 30.1961652 ], [ 120.2418423, 30.1965269 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2617187, 30.2022725 ], [ 120.2618789, 30.2022619 ], [ 120.2619498, 30.2028424 ], [ 120.2620391, 30.2028583 ], [ 120.2621223, 30.2029036 ], [ 120.2622086, 30.2029622 ], [ 120.2622301, 30.2030261 ], [ 120.2627631, 30.2029702 ], [ 120.2627847, 30.2031353 ], [ 120.2628525, 30.203122 ], [ 120.2628217, 30.2029329 ], [ 120.2627786, 30.2028983 ], [ 120.26268, 30.2028876 ], [ 120.2623256, 30.2029116 ], [ 120.2621839, 30.202861 ], [ 120.26211, 30.2027891 ], [ 120.2620391, 30.2023657 ], [ 120.2619898, 30.2022725 ], [ 120.2619035, 30.2022326 ], [ 120.2617156, 30.2022299 ], [ 120.2617187, 30.2022725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2416461, 30.2100994 ], [ 120.2417212, 30.2109431 ], [ 120.241744, 30.2110057 ], [ 120.2417761, 30.2112247 ], [ 120.2417963, 30.2114229 ], [ 120.2417936, 30.2116709 ], [ 120.241811, 30.2118622 ], [ 120.2418258, 30.2119595 ], [ 120.241858, 30.212065 ], [ 120.2418745, 30.2124763 ], [ 120.2418885, 30.2124994 ], [ 120.2419308, 30.2125157 ], [ 120.2419791, 30.2125029 ], [ 120.2419925, 30.2124803 ], [ 120.2419985, 30.2124374 ], [ 120.2419754, 30.2122447 ], [ 120.2419623, 30.211934 ], [ 120.2419323, 30.2117696 ], [ 120.2419169, 30.2115921 ], [ 120.2418989, 30.2112443 ], [ 120.2418745, 30.210986 ], [ 120.2418433, 30.2109083 ], [ 120.2418312, 30.210835 ], [ 120.2418296, 30.2107495 ], [ 120.2418358, 30.2106442 ], [ 120.2418143, 30.2106326 ], [ 120.2417939, 30.2104784 ], [ 120.2417886, 30.2103519 ], [ 120.2417746, 30.2103148 ], [ 120.2417744, 30.2102394 ], [ 120.2417605, 30.2101363 ], [ 120.2417524, 30.2100916 ], [ 120.2417405, 30.2098341 ], [ 120.2417707, 30.2091398 ], [ 120.2417708, 30.2088897 ], [ 120.2417835, 30.2087338 ], [ 120.2417728, 30.2086041 ], [ 120.2417514, 30.208537 ], [ 120.2417554, 30.2084784 ], [ 120.2417725, 30.2083829 ], [ 120.2417841, 30.2082641 ], [ 120.2417829, 30.2078816 ], [ 120.2417944, 30.2074223 ], [ 120.2417838, 30.2073811 ], [ 120.2417763, 30.2071135 ], [ 120.2417549, 30.2069055 ], [ 120.2417704, 30.2064148 ], [ 120.2417896, 30.2062335 ], [ 120.2417982, 30.2056038 ], [ 120.2417882, 30.2055732 ], [ 120.2417961, 30.2055425 ], [ 120.241808, 30.2054453 ], [ 120.2418379, 30.2042934 ], [ 120.2418449, 30.2037998 ], [ 120.2418734, 30.2031939 ], [ 120.2418895, 30.202499 ], [ 120.24187, 30.2024603 ], [ 120.2418587, 30.2021342 ], [ 120.2418718, 30.2020264 ], [ 120.2418826, 30.2014924 ], [ 120.2418717, 30.2013806 ], [ 120.2418626, 30.2012194 ], [ 120.24188, 30.2009279 ], [ 120.241861, 30.2007975 ], [ 120.24188, 30.2006737 ], [ 120.2418676, 30.2003234 ], [ 120.2418594, 30.199998 ], [ 120.2418961, 30.1997195 ], [ 120.2419311, 30.1995712 ], [ 120.2419306, 30.1989472 ], [ 120.2419625, 30.1988924 ], [ 120.2419638, 30.1987841 ], [ 120.2419649, 30.198551 ], [ 120.2419498, 30.198326 ], [ 120.2419192, 30.1981035 ], [ 120.2419045, 30.198037 ], [ 120.2419076, 30.1979463 ], [ 120.2419391, 30.1976228 ], [ 120.2419449, 30.1972542 ], [ 120.2419415, 30.1971319 ], [ 120.2418997, 30.197128 ], [ 120.2418543, 30.1971238 ], [ 120.2418539, 30.1972259 ], [ 120.2418513, 30.1973986 ], [ 120.2418244, 30.1978298 ], [ 120.2418244, 30.1980617 ], [ 120.2418365, 30.1981498 ], [ 120.2418566, 30.1982019 ], [ 120.2418754, 30.1983236 ], [ 120.24187, 30.1984789 ], [ 120.2418821, 30.1985578 ], [ 120.2418513, 30.1986215 ], [ 120.2418311, 30.1986586 ], [ 120.2418217, 30.1987363 ], [ 120.241815, 30.1993772 ], [ 120.2418097, 30.199572 ], [ 120.2418325, 30.1995986 ], [ 120.2418338, 30.1996403 ], [ 120.2417963, 30.1997864 ], [ 120.2417802, 30.1999498 ], [ 120.2417829, 30.2001677 ], [ 120.2417949, 30.2002964 ], [ 120.2417842, 30.2004169 ], [ 120.2417909, 30.2008458 ], [ 120.2417788, 30.2012909 ], [ 120.2418003, 30.201401 ], [ 120.2417936, 30.2016351 ], [ 120.241803, 30.2017093 ], [ 120.2417963, 30.2017951 ], [ 120.2417788, 30.2020906 ], [ 120.2417681, 30.2024789 ], [ 120.2416957, 30.2045999 ], [ 120.2417118, 30.2050589 ], [ 120.241697, 30.2062747 ], [ 120.2416782, 30.2066352 ], [ 120.2416729, 30.2070942 ], [ 120.241685, 30.207392 ], [ 120.241689, 30.2076238 ], [ 120.2416528, 30.2078371 ], [ 120.2416581, 30.2082103 ], [ 120.2416541, 30.2089346 ], [ 120.2416353, 30.2090957 ], [ 120.2416514, 30.2092348 ], [ 120.24163, 30.2098294 ], [ 120.2416461, 30.2100994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.245848, 30.210507 ], [ 120.245848, 30.2106792 ], [ 120.2458317, 30.2107354 ], [ 120.2458561, 30.2108373 ], [ 120.2459252, 30.2109673 ], [ 120.2458724, 30.2109813 ], [ 120.2458968, 30.2110656 ], [ 120.2458358, 30.211301 ], [ 120.2458317, 30.2114697 ], [ 120.24597, 30.2116664 ], [ 120.2460553, 30.2116524 ], [ 120.2460269, 30.2114134 ], [ 120.246031, 30.2113502 ], [ 120.2460675, 30.2112308 ], [ 120.2460797, 30.2111464 ], [ 120.2460472, 30.2110656 ], [ 120.2460391, 30.2109883 ], [ 120.2460757, 30.2109567 ], [ 120.246031, 30.210897 ], [ 120.2459984, 30.2107459 ], [ 120.2460092, 30.2106296 ], [ 120.2460147, 30.2105703 ], [ 120.2461163, 30.2104543 ], [ 120.2460391, 30.2104122 ], [ 120.2460594, 30.2103349 ], [ 120.2460066, 30.2102435 ], [ 120.2460431, 30.2102049 ], [ 120.2459781, 30.2101206 ], [ 120.2460188, 30.2099906 ], [ 120.2460716, 30.2098641 ], [ 120.2460797, 30.2097032 ], [ 120.2459781, 30.2097045 ], [ 120.2459537, 30.2098781 ], [ 120.245909, 30.2099449 ], [ 120.2458724, 30.2100222 ], [ 120.2458236, 30.2100643 ], [ 120.2458114, 30.2101697 ], [ 120.2458724, 30.2103454 ], [ 120.2458073, 30.2104473 ], [ 120.245848, 30.210507 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2327891, 30.2160833 ], [ 120.2336813, 30.2160669 ], [ 120.2348525, 30.2160409 ], [ 120.2367294, 30.2159934 ], [ 120.2384462, 30.2159588 ], [ 120.2393822, 30.2159155 ], [ 120.2414943, 30.2158204 ], [ 120.2422952, 30.2157858 ], [ 120.2427256, 30.2157555 ], [ 120.2432862, 30.2157209 ], [ 120.2446576, 30.2156301 ], [ 120.2458088, 30.2155392 ], [ 120.2473754, 30.2154095 ], [ 120.2493446, 30.2152192 ], [ 120.2499097, 30.2151735 ], [ 120.2502187, 30.2151419 ], [ 120.2506496, 30.2151208 ], [ 120.2510927, 30.2150997 ], [ 120.2513692, 30.2151032 ], [ 120.2542882, 30.2151067 ], [ 120.2550982, 30.2151044 ], [ 120.2552457, 30.2151554 ], [ 120.2554528, 30.2151673 ], [ 120.2554934, 30.2151408 ], [ 120.2555673, 30.2151355 ], [ 120.2585005, 30.2151142 ], [ 120.260968, 30.2150835 ], [ 120.2610264, 30.2150827 ], [ 120.2610639, 30.2150822 ], [ 120.2632021, 30.2150716 ], [ 120.2634055, 30.2150449 ], [ 120.2643052, 30.2149171 ], [ 120.2647303, 30.2148639 ], [ 120.2653774, 30.214784 ], [ 120.265593, 30.2147414 ], [ 120.2661599, 30.2146615 ], [ 120.2678545, 30.2144219 ], [ 120.2706829, 30.2139693 ], [ 120.272778, 30.2135965 ], [ 120.2751628, 30.2131918 ], [ 120.2778063, 30.2127339 ], [ 120.2809983, 30.2121694 ], [ 120.2832967, 30.2117754 ], [ 120.2838144, 30.2116955 ], [ 120.286575, 30.2112322 ], [ 120.2902846, 30.2105719 ], [ 120.2949123, 30.2097731 ], [ 120.2958416, 30.2096117 ], [ 120.2957993, 30.2094013 ], [ 120.2945549, 30.2096187 ], [ 120.2906358, 30.2102897 ], [ 120.2877211, 30.2108062 ], [ 120.2843751, 30.2114239 ], [ 120.2829209, 30.2116476 ], [ 120.2787676, 30.2123665 ], [ 120.2781687, 30.2124673 ], [ 120.2772909, 30.212615 ], [ 120.276426, 30.2127605 ], [ 120.2755571, 30.2129149 ], [ 120.2752983, 30.2129735 ], [ 120.2720571, 30.213538 ], [ 120.2710095, 30.2136977 ], [ 120.2684276, 30.2141024 ], [ 120.2672938, 30.2142568 ], [ 120.266961, 30.214374 ], [ 120.2654082, 30.214603 ], [ 120.2646995, 30.2146722 ], [ 120.2637321, 30.2147361 ], [ 120.2631898, 30.2148106 ], [ 120.2626291, 30.2148639 ], [ 120.2623641, 30.2148639 ], [ 120.2611933, 30.2148692 ], [ 120.2592214, 30.2148852 ], [ 120.2590485, 30.2148753 ], [ 120.256014, 30.2149015 ], [ 120.251466, 30.2148694 ], [ 120.2506024, 30.2149274 ], [ 120.250133, 30.2149737 ], [ 120.2492848, 30.2150327 ], [ 120.2464702, 30.2152883 ], [ 120.244695, 30.2154457 ], [ 120.2428515, 30.2155309 ], [ 120.2423573, 30.2155543 ], [ 120.242212, 30.215551 ], [ 120.2395818, 30.2156817 ], [ 120.2387548, 30.2157079 ], [ 120.2373589, 30.2157866 ], [ 120.2360844, 30.2158128 ], [ 120.2344021, 30.215852 ], [ 120.234278, 30.2158549 ], [ 120.2327688, 30.2158901 ], [ 120.2327891, 30.2160833 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3430221, 30.1868763 ], [ 120.3431415, 30.1869132 ], [ 120.3432585, 30.1868098 ], [ 120.3432543, 30.1867303 ], [ 120.3431827, 30.1866657 ], [ 120.3430925, 30.186691 ], [ 120.3430355, 30.1867619 ], [ 120.3429876, 30.1868344 ], [ 120.3430221, 30.1868763 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3414948, 30.186974 ], [ 120.3417655, 30.1868925 ], [ 120.341902, 30.1869077 ], [ 120.3418989, 30.1868696 ], [ 120.3418873, 30.1868243 ], [ 120.3418173, 30.1867975 ], [ 120.3416773, 30.1867975 ], [ 120.34151, 30.1868539 ], [ 120.341474, 30.1869086 ], [ 120.3414948, 30.186974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3367636, 30.1873977 ], [ 120.337014, 30.1873404 ], [ 120.3370341, 30.1872671 ], [ 120.3370716, 30.1872483 ], [ 120.3370743, 30.1870773 ], [ 120.336903, 30.1871068 ], [ 120.3369518, 30.1871687 ], [ 120.3368101, 30.1872027 ], [ 120.3367949, 30.1872373 ], [ 120.3367095, 30.1872749 ], [ 120.3367636, 30.1873977 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3438599, 30.1874906 ], [ 120.3440851, 30.1873984 ], [ 120.3440972, 30.1873502 ], [ 120.3440139, 30.1872045 ], [ 120.3439524, 30.1872045 ], [ 120.3438902, 30.1873097 ], [ 120.3437596, 30.1873426 ], [ 120.3438599, 30.1874906 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2982376, 30.2202112 ], [ 120.3014317, 30.2197511 ], [ 120.3117905, 30.2181 ], [ 120.3200199, 30.2167845 ], [ 120.3284268, 30.2154754 ], [ 120.3312645, 30.2150397 ], [ 120.331743, 30.2149772 ], [ 120.3325413, 30.2148728 ], [ 120.3334479, 30.2148032 ], [ 120.3337161, 30.214794 ], [ 120.3352986, 30.2145668 ], [ 120.3373746, 30.2142933 ], [ 120.3388433, 30.2140387 ], [ 120.3393926, 30.2139435 ], [ 120.3453975, 30.2130887 ], [ 120.3497279, 30.2123419 ], [ 120.3544479, 30.2122181 ], [ 120.3569073, 30.2121218 ], [ 120.3639036, 30.2119017 ], [ 120.3655274, 30.211881 ], [ 120.3655035, 30.2115784 ], [ 120.3588096, 30.211826 ], [ 120.353628, 30.2119567 ], [ 120.3517496, 30.2120255 ], [ 120.3499667, 30.2120667 ], [ 120.3493857, 30.2121424 ], [ 120.3459721, 30.2126584 ], [ 120.3425278, 30.2131705 ], [ 120.3406287, 30.2134528 ], [ 120.3393058, 30.2137092 ], [ 120.3387559, 30.2137988 ], [ 120.3379111, 30.2139364 ], [ 120.3364144, 30.2141496 ], [ 120.3344725, 30.214386 ], [ 120.3334157, 30.2145205 ], [ 120.3321604, 30.2146178 ], [ 120.3306584, 30.2147708 ], [ 120.3237997, 30.2158242 ], [ 120.317287, 30.2168845 ], [ 120.306172, 30.2186621 ], [ 120.2981804, 30.2199054 ], [ 120.2982376, 30.2202112 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3468407, 30.2356047 ], [ 120.3468467, 30.2360464 ], [ 120.3492631, 30.2360618 ], [ 120.349351, 30.2351572 ], [ 120.3500031, 30.2352502 ], [ 120.3500535, 30.2342145 ], [ 120.3465521, 30.2342554 ], [ 120.3468407, 30.2356047 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3250437, 30.2374143 ], [ 120.3319004, 30.2362157 ], [ 120.3387756, 30.2350578 ], [ 120.3434937, 30.2342093 ], [ 120.3442464, 30.235954 ], [ 120.3443107, 30.2362236 ], [ 120.3446595, 30.239142 ], [ 120.3449808, 30.2417827 ], [ 120.344944, 30.2419096 ], [ 120.3447972, 30.2420285 ], [ 120.3445861, 30.2420523 ], [ 120.3399322, 30.2417113 ], [ 120.3391979, 30.2417034 ], [ 120.3353334, 30.241751 ], [ 120.3308815, 30.2418144 ], [ 120.3286234, 30.2419968 ], [ 120.3265856, 30.2421475 ], [ 120.3265122, 30.2422188 ], [ 120.3265489, 30.2425281 ], [ 120.3280359, 30.2423933 ], [ 120.3283205, 30.2424012 ], [ 120.33101, 30.2421316 ], [ 120.331827, 30.2421475 ], [ 120.3345348, 30.2421237 ], [ 120.3371417, 30.2420999 ], [ 120.3400332, 30.2420761 ], [ 120.3442097, 30.2423854 ], [ 120.3446962, 30.2424091 ], [ 120.3449165, 30.2423774 ], [ 120.3451552, 30.2422743 ], [ 120.3453112, 30.2421237 ], [ 120.3453846, 30.2419492 ], [ 120.345403, 30.241751 ], [ 120.3453938, 30.2414972 ], [ 120.345403, 30.2412593 ], [ 120.3452929, 30.2407518 ], [ 120.3450542, 30.2390309 ], [ 120.3450909, 30.2387772 ], [ 120.3450725, 30.2386424 ], [ 120.3450083, 30.2385551 ], [ 120.3449716, 30.2383093 ], [ 120.3449624, 30.2380952 ], [ 120.3449532, 30.2379604 ], [ 120.344889, 30.2377859 ], [ 120.3448522, 30.2374845 ], [ 120.3447696, 30.2368184 ], [ 120.3447146, 30.2365487 ], [ 120.3446411, 30.2363108 ], [ 120.3444025, 30.235835 ], [ 120.3437416, 30.2341934 ], [ 120.344182, 30.2341216 ], [ 120.3448703, 30.2340095 ], [ 120.3453479, 30.2339317 ], [ 120.3456967, 30.2338841 ], [ 120.3458069, 30.2339317 ], [ 120.3458895, 30.2340824 ], [ 120.345972, 30.2344172 ], [ 120.3463843, 30.2360913 ], [ 120.3464403, 30.2363188 ], [ 120.346532, 30.236636 ], [ 120.3466514, 30.236866 ], [ 120.3467396, 30.2369598 ], [ 120.34689, 30.2371197 ], [ 120.3472096, 30.2374676 ], [ 120.3491481, 30.2395781 ], [ 120.3500521, 30.2405829 ], [ 120.3506535, 30.2412514 ], [ 120.3508922, 30.241751 ], [ 120.3510207, 30.2419254 ], [ 120.3515072, 30.2423378 ], [ 120.3518193, 30.2425281 ], [ 120.3519661, 30.2427263 ], [ 120.3519386, 30.242877 ], [ 120.3517367, 30.2429404 ], [ 120.3514613, 30.2429325 ], [ 120.3506351, 30.2428374 ], [ 120.34689, 30.2425598 ], [ 120.3468625, 30.2428453 ], [ 120.3518743, 30.2431308 ], [ 120.3521038, 30.2430515 ], [ 120.3521864, 30.2429801 ], [ 120.3522501, 30.2430148 ], [ 120.3523363, 30.2428559 ], [ 120.3520763, 30.242536 ], [ 120.3514796, 30.2419571 ], [ 120.350984, 30.2411959 ], [ 120.3506443, 30.240839 ], [ 120.3503055, 30.2404732 ], [ 120.3483312, 30.238341 ], [ 120.3469176, 30.2368342 ], [ 120.346734, 30.2365487 ], [ 120.3466606, 30.2363584 ], [ 120.3465963, 30.2361364 ], [ 120.3462475, 30.2345185 ], [ 120.3462108, 30.2341299 ], [ 120.3462475, 30.2339555 ], [ 120.3463852, 30.2338444 ], [ 120.3466055, 30.2338286 ], [ 120.3507361, 30.2337969 ], [ 120.351856, 30.2338048 ], [ 120.3572534, 30.233781 ], [ 120.3608241, 30.2337969 ], [ 120.365992, 30.233781 ], [ 120.3660721, 30.233816 ], [ 120.3660728, 30.2334882 ], [ 120.365992, 30.233551 ], [ 120.3657744, 30.2335602 ], [ 120.365432, 30.2335748 ], [ 120.362872, 30.2335581 ], [ 120.3604414, 30.2335422 ], [ 120.3593462, 30.2335351 ], [ 120.358924, 30.2335748 ], [ 120.3548668, 30.2335431 ], [ 120.3488268, 30.2336065 ], [ 120.3452102, 30.2336462 ], [ 120.3446228, 30.2337176 ], [ 120.3444208, 30.2336858 ], [ 120.3443382, 30.2335907 ], [ 120.3436773, 30.2309339 ], [ 120.3434387, 30.2309656 ], [ 120.3441087, 30.2335907 ], [ 120.3440812, 30.2337572 ], [ 120.3439802, 30.2338127 ], [ 120.3433101, 30.2339396 ], [ 120.3373345, 30.2350182 ], [ 120.3337179, 30.235613 ], [ 120.3301288, 30.2362712 ], [ 120.3249821, 30.2371534 ], [ 120.3250437, 30.2374143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3405501, 30.2402772 ], [ 120.3406369, 30.2403522 ], [ 120.3411361, 30.2403615 ], [ 120.3426553, 30.2352335 ], [ 120.3424166, 30.2349522 ], [ 120.3422429, 30.2348584 ], [ 120.341798, 30.2349241 ], [ 120.3416787, 30.2350366 ], [ 120.3417763, 30.2352803 ], [ 120.3410493, 30.2381022 ], [ 120.3404416, 30.2400991 ], [ 120.3404308, 30.2402116 ], [ 120.3405501, 30.2402772 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3466653, 30.2457447 ], [ 120.3537552, 30.2449368 ], [ 120.3533612, 30.2438018 ], [ 120.3473375, 30.2433264 ], [ 120.3465757, 30.2441449 ], [ 120.3466653, 30.2457447 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3287907, 30.247192 ], [ 120.3292047, 30.2473146 ], [ 120.329394, 30.2474372 ], [ 120.330494, 30.2478357 ], [ 120.3323864, 30.248602 ], [ 120.3330015, 30.2488676 ], [ 120.3334391, 30.2490311 ], [ 120.3340423, 30.2493274 ], [ 120.3342316, 30.2493989 ], [ 120.3345864, 30.2492048 ], [ 120.3349294, 30.2490209 ], [ 120.335237, 30.2490005 ], [ 120.3356983, 30.2487961 ], [ 120.3363488, 30.2485305 ], [ 120.3369638, 30.2482546 ], [ 120.3374133, 30.2480605 ], [ 120.3379219, 30.2478868 ], [ 120.339152, 30.2474065 ], [ 120.3395187, 30.247192 ], [ 120.3404413, 30.2468956 ], [ 120.340938, 30.2468037 ], [ 120.3431972, 30.2462826 ], [ 120.3455391, 30.245741 ], [ 120.3457165, 30.2456491 ], [ 120.3457165, 30.2455162 ], [ 120.345681, 30.2453527 ], [ 120.34548, 30.2452914 ], [ 120.3420972, 30.2460373 ], [ 120.3409735, 30.2462724 ], [ 120.3402284, 30.2464767 ], [ 120.3383595, 30.2471715 ], [ 120.3375671, 30.2474678 ], [ 120.3352606, 30.2483772 ], [ 120.3345746, 30.2485202 ], [ 120.3340542, 30.2485407 ], [ 120.333309, 30.2483874 ], [ 120.3329069, 30.2484181 ], [ 120.3315112, 30.2478663 ], [ 120.3290036, 30.2469467 ], [ 120.3287079, 30.2469263 ], [ 120.3286251, 30.2470693 ], [ 120.3287907, 30.247192 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2419961, 30.2132529 ], [ 120.2419921, 30.2133491 ], [ 120.2420135, 30.2135658 ], [ 120.2420162, 30.2137223 ], [ 120.242031, 30.2137686 ], [ 120.2420243, 30.2138335 ], [ 120.2420457, 30.2140282 ], [ 120.2420886, 30.214165 ], [ 120.2420927, 30.2142484 ], [ 120.2421208, 30.2144698 ], [ 120.2421396, 30.2145149 ], [ 120.2421382, 30.2145683 ], [ 120.2421315, 30.214625 ], [ 120.2421302, 30.2146969 ], [ 120.2421396, 30.2147803 ], [ 120.2421423, 30.2149368 ], [ 120.2421678, 30.2150423 ], [ 120.2421691, 30.2150979 ], [ 120.2421785, 30.2151396 ], [ 120.2422066, 30.2152671 ], [ 120.2422013, 30.2154015 ], [ 120.2422066, 30.2154398 ], [ 120.2422174, 30.2154896 ], [ 120.242212, 30.215551 ], [ 120.2423573, 30.2155543 ], [ 120.2423417, 30.2154384 ], [ 120.2423267, 30.2152323 ], [ 120.242309, 30.2151825 ], [ 120.2422929, 30.2151337 ], [ 120.2423043, 30.2150682 ], [ 120.2423061, 30.2149751 ], [ 120.2422917, 30.2149008 ], [ 120.242261, 30.2148197 ], [ 120.2422431, 30.2147398 ], [ 120.2422389, 30.2146226 ], [ 120.2422432, 30.2145473 ], [ 120.2422345, 30.2144906 ], [ 120.2422177, 30.21442 ], [ 120.2421891, 30.2142506 ], [ 120.2421594, 30.2139367 ], [ 120.2421584, 30.2138635 ], [ 120.2421614, 30.2137757 ], [ 120.2421644, 30.2136966 ], [ 120.2421419, 30.2136054 ], [ 120.2421194, 30.2134905 ], [ 120.2421015, 30.2131741 ], [ 120.2420864, 30.212992 ], [ 120.2420649, 30.2129312 ], [ 120.2420126, 30.2129155 ], [ 120.2419683, 30.2129248 ], [ 120.2419509, 30.2129572 ], [ 120.2419429, 30.2130036 ], [ 120.2419961, 30.2132529 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.264069, 30.2212926 ], [ 120.2641038, 30.2212571 ], [ 120.2641259, 30.2211862 ], [ 120.2641385, 30.2211152 ], [ 120.2641448, 30.2210524 ], [ 120.264148, 30.2209787 ], [ 120.2641385, 30.2209132 ], [ 120.2640469, 30.2208395 ], [ 120.2637847, 30.2210579 ], [ 120.264069, 30.2212926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2301927, 30.2161957 ], [ 120.2302127, 30.2162433 ], [ 120.2302577, 30.2162649 ], [ 120.2303078, 30.2163947 ], [ 120.2303128, 30.2165028 ], [ 120.2303028, 30.2166412 ], [ 120.2302978, 30.2167364 ], [ 120.2303278, 30.2167883 ], [ 120.2303486, 30.2168781 ], [ 120.2303733, 30.2170964 ], [ 120.2303733, 30.2172029 ], [ 120.2303363, 30.2173094 ], [ 120.2302993, 30.217336 ], [ 120.2303363, 30.2174159 ], [ 120.230361, 30.2176023 ], [ 120.2303671, 30.2180815 ], [ 120.2303733, 30.2190027 ], [ 120.2303425, 30.2191198 ], [ 120.2303055, 30.2191944 ], [ 120.230324, 30.2192636 ], [ 120.2303856, 30.2193008 ], [ 120.2303979, 30.2200144 ], [ 120.2304411, 30.2202912 ], [ 120.2304349, 30.2207066 ], [ 120.2305027, 30.2207705 ], [ 120.2304719, 30.2209142 ], [ 120.2304466, 30.2213877 ], [ 120.2303973, 30.222292 ], [ 120.2303879, 30.222584 ], [ 120.2303959, 30.2226906 ], [ 120.2304067, 30.2228007 ], [ 120.2304134, 30.2228436 ], [ 120.230508, 30.2245391 ], [ 120.2304928, 30.2247227 ], [ 120.230508, 30.2250242 ], [ 120.2305376, 30.226102 ], [ 120.2308181, 30.226004 ], [ 120.2307082, 30.2255462 ], [ 120.2307232, 30.2250748 ], [ 120.2307182, 30.2247764 ], [ 120.2307132, 30.2245083 ], [ 120.2306982, 30.2242402 ], [ 120.2307082, 30.2231071 ], [ 120.2306896, 30.2228018 ], [ 120.2306829, 30.2222352 ], [ 120.2306882, 30.2216539 ], [ 120.2306782, 30.2212344 ], [ 120.2306431, 30.2208019 ], [ 120.2306331, 30.2200537 ], [ 120.2306308, 30.2192503 ], [ 120.2306582, 30.2189595 ], [ 120.2306081, 30.2185443 ], [ 120.2305931, 30.2173462 ], [ 120.2305731, 30.2172813 ], [ 120.230548, 30.2171862 ], [ 120.230538, 30.2168012 ], [ 120.2305631, 30.2167277 ], [ 120.230533, 30.2163904 ], [ 120.2306331, 30.2161611 ], [ 120.2307076, 30.2160974 ], [ 120.2301506, 30.2161431 ], [ 120.2301927, 30.2161957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2347144, 30.2275256 ], [ 120.2347776, 30.2275196 ], [ 120.2350322, 30.2276173 ], [ 120.2352415, 30.2276858 ], [ 120.2353603, 30.2277542 ], [ 120.2355074, 30.2278177 ], [ 120.2356715, 30.227808 ], [ 120.2358638, 30.2277884 ], [ 120.2363277, 30.2276271 ], [ 120.2367463, 30.2274511 ], [ 120.236933, 30.2274169 ], [ 120.2370405, 30.2274071 ], [ 120.2372102, 30.2274463 ], [ 120.2373913, 30.2275391 ], [ 120.2375327, 30.2276418 ], [ 120.2376402, 30.2277689 ], [ 120.2377703, 30.2278666 ], [ 120.2379457, 30.2279595 ], [ 120.2381324, 30.2280181 ], [ 120.2383041, 30.2280528 ], [ 120.2385276, 30.2280774 ], [ 120.238947, 30.2281403 ], [ 120.2394865, 30.2282216 ], [ 120.2397758, 30.2282651 ], [ 120.2415437, 30.2285314 ], [ 120.2435306, 30.2288089 ], [ 120.2438133, 30.2288484 ], [ 120.2451134, 30.22903 ], [ 120.2467602, 30.2292595 ], [ 120.2469952, 30.2292922 ], [ 120.2480947, 30.2294454 ], [ 120.2485381, 30.2295065 ], [ 120.25111, 30.2298609 ], [ 120.2538368, 30.2302422 ], [ 120.2539839, 30.2302422 ], [ 120.2540518, 30.2303155 ], [ 120.2540461, 30.230423 ], [ 120.2540348, 30.2306136 ], [ 120.2540292, 30.2316401 ], [ 120.2540348, 30.232862 ], [ 120.2540179, 30.2333899 ], [ 120.2540292, 30.2337516 ], [ 120.2540128, 30.2345886 ], [ 120.2539833, 30.2349953 ], [ 120.2539793, 30.2353811 ], [ 120.2540195, 30.2357739 ], [ 120.2540088, 30.236505 ], [ 120.2540275, 30.2366939 ], [ 120.2540235, 30.2368237 ], [ 120.2540396, 30.23695 ], [ 120.254045, 30.2370033 ], [ 120.2541938, 30.236997 ], [ 120.2541777, 30.2369135 ], [ 120.2541697, 30.2366082 ], [ 120.2541724, 30.2364204 ], [ 120.2542354, 30.2356882 ], [ 120.2542448, 30.23484 ], [ 120.2542724, 30.2330576 ], [ 120.2542498, 30.2317916 ], [ 120.2542837, 30.2304866 ], [ 120.2544473, 30.2296317 ], [ 120.2544299, 30.2293617 ], [ 120.2544352, 30.2289167 ], [ 120.2544487, 30.2287927 ], [ 120.2545184, 30.2285992 ], [ 120.2550814, 30.227544 ], [ 120.2552285, 30.2271579 ], [ 120.2555001, 30.2262976 ], [ 120.2558361, 30.2249501 ], [ 120.2557222, 30.2249041 ], [ 120.2556035, 30.2248562 ], [ 120.255517, 30.2251097 ], [ 120.2554081, 30.2254534 ], [ 120.2552228, 30.226179 ], [ 120.254996, 30.2269438 ], [ 120.2548664, 30.2274023 ], [ 120.2544017, 30.2283223 ], [ 120.2542783, 30.2285436 ], [ 120.2542301, 30.2287035 ], [ 120.254226, 30.2288194 ], [ 120.2541925, 30.2292435 ], [ 120.2541254, 30.2298623 ], [ 120.254099, 30.2299861 ], [ 120.2539975, 30.230048 ], [ 120.2536035, 30.2299964 ], [ 120.2528931, 30.2299036 ], [ 120.2508573, 30.229625 ], [ 120.2493111, 30.2293774 ], [ 120.2474246, 30.2291092 ], [ 120.246541, 30.2290112 ], [ 120.244153, 30.2286708 ], [ 120.2433888, 30.2285728 ], [ 120.2402009, 30.2280982 ], [ 120.2393949, 30.2279641 ], [ 120.2388158, 30.2278764 ], [ 120.2382964, 30.2278197 ], [ 120.238189, 30.227799 ], [ 120.2380278, 30.227732 ], [ 120.2376278, 30.2274173 ], [ 120.2374965, 30.2272987 ], [ 120.2372815, 30.2271955 ], [ 120.2370368, 30.22718 ], [ 120.2367741, 30.2272265 ], [ 120.2359622, 30.2275102 ], [ 120.2357472, 30.2275875 ], [ 120.2355204, 30.2275772 ], [ 120.2351502, 30.2273812 ], [ 120.2348159, 30.2272935 ], [ 120.2344935, 30.2272626 ], [ 120.2347144, 30.2275256 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2438858, 30.2371858 ], [ 120.2438625, 30.2373763 ], [ 120.2439285, 30.2373823 ], [ 120.2439524, 30.2371868 ], [ 120.2440276, 30.2371937 ], [ 120.2440034, 30.237391 ], [ 120.2440797, 30.237398 ], [ 120.2441041, 30.2371989 ], [ 120.244155, 30.2372035 ], [ 120.2441642, 30.2371285 ], [ 120.243845, 30.2370993 ], [ 120.2438349, 30.2371811 ], [ 120.2438858, 30.2371858 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.22277, 30.2348099 ], [ 120.2227892, 30.2349425 ], [ 120.222753, 30.2350618 ], [ 120.2229618, 30.2350833 ], [ 120.2230386, 30.2352242 ], [ 120.2231345, 30.235481 ], [ 120.2233838, 30.2357296 ], [ 120.2234605, 30.2358787 ], [ 120.2234989, 30.236061 ], [ 120.2235947, 30.2361521 ], [ 120.2237961, 30.2362847 ], [ 120.2242181, 30.2367238 ], [ 120.224477, 30.2371297 ], [ 120.2250044, 30.2378588 ], [ 120.2251099, 30.2379913 ], [ 120.2253209, 30.2380576 ], [ 120.2254935, 30.238215 ], [ 120.2256469, 30.2384056 ], [ 120.2259154, 30.238621 ], [ 120.2263128, 30.2391318 ], [ 120.2271894, 30.2400295 ], [ 120.2275355, 30.2403911 ], [ 120.2276163, 30.2405306 ], [ 120.2276163, 30.2407129 ], [ 120.2273972, 30.2414422 ], [ 120.2273566, 30.2417086 ], [ 120.2274459, 30.2419961 ], [ 120.2279816, 30.2424379 ], [ 120.2281114, 30.2426202 ], [ 120.2290449, 30.2435177 ], [ 120.2290854, 30.2436018 ], [ 120.2291179, 30.2437 ], [ 120.2291558, 30.2437363 ], [ 120.2291909, 30.2437701 ], [ 120.2293127, 30.2438332 ], [ 120.2294588, 30.2439244 ], [ 120.2296455, 30.2441277 ], [ 120.2296942, 30.2442469 ], [ 120.2297916, 30.2445835 ], [ 120.2298159, 30.2447097 ], [ 120.2299458, 30.2448009 ], [ 120.2300919, 30.244857 ], [ 120.2303029, 30.244857 ], [ 120.2304165, 30.244885 ], [ 120.2307087, 30.2451304 ], [ 120.230725, 30.2452005 ], [ 120.2306438, 30.2452636 ], [ 120.2306528, 30.2452909 ], [ 120.23066, 30.2453127 ], [ 120.2307412, 30.2453478 ], [ 120.2308548, 30.2454249 ], [ 120.2308954, 30.245502 ], [ 120.2309847, 30.2458596 ], [ 120.2312363, 30.2470095 ], [ 120.231285, 30.247304 ], [ 120.2313581, 30.2475985 ], [ 120.2314473, 30.2478088 ], [ 120.2316016, 30.2479701 ], [ 120.2319019, 30.2482295 ], [ 120.232608, 30.2487414 ], [ 120.2330301, 30.249141 ], [ 120.2334846, 30.2495056 ], [ 120.2336956, 30.249744 ], [ 120.2340365, 30.2501927 ], [ 120.2340365, 30.250326 ], [ 120.2339472, 30.2504381 ], [ 120.2338174, 30.2504802 ], [ 120.2322978, 30.2512793 ], [ 120.2324737, 30.2515557 ], [ 120.232659, 30.251847 ], [ 120.2344099, 30.250971 ], [ 120.234556, 30.25095 ], [ 120.2346859, 30.2510411 ], [ 120.2348401, 30.2512234 ], [ 120.2353514, 30.2519876 ], [ 120.2353758, 30.2521278 ], [ 120.2354326, 30.2523031 ], [ 120.2359115, 30.2530183 ], [ 120.2362118, 30.252864 ], [ 120.2358546, 30.2521629 ], [ 120.2357329, 30.2519806 ], [ 120.2356111, 30.2516721 ], [ 120.2352865, 30.2510972 ], [ 120.2349943, 30.2507396 ], [ 120.2349699, 30.2506344 ], [ 120.235043, 30.2505363 ], [ 120.2360332, 30.2499754 ], [ 120.2386873, 30.2486082 ], [ 120.2411953, 30.2473671 ], [ 120.2447341, 30.245509 ], [ 120.2463006, 30.2447097 ], [ 120.2468406, 30.2445496 ], [ 120.2472171, 30.2444287 ], [ 120.2477805, 30.2444406 ], [ 120.2489417, 30.2442266 ], [ 120.2499104, 30.2438564 ], [ 120.2508035, 30.2433698 ], [ 120.2524719, 30.2423827 ], [ 120.2529949, 30.2421672 ], [ 120.253361, 30.2421163 ], [ 120.2534603, 30.2417745 ], [ 120.2533436, 30.2417872 ], [ 120.2529225, 30.2419077 ], [ 120.2522546, 30.2421857 ], [ 120.2506319, 30.2431358 ], [ 120.249846, 30.2435807 ], [ 120.2491353, 30.2437951 ], [ 120.247544, 30.2440442 ], [ 120.2467933, 30.2441641 ], [ 120.2465729, 30.2441633 ], [ 120.2458786, 30.2444362 ], [ 120.2437683, 30.2456142 ], [ 120.2410573, 30.2469675 ], [ 120.2390363, 30.2479911 ], [ 120.2374617, 30.2487484 ], [ 120.236504, 30.2492111 ], [ 120.2354163, 30.2498422 ], [ 120.2349293, 30.2500245 ], [ 120.2347021, 30.2501156 ], [ 120.2345885, 30.2501927 ], [ 120.2344748, 30.2501787 ], [ 120.2344099, 30.2501226 ], [ 120.23428, 30.2500245 ], [ 120.234207, 30.2498772 ], [ 120.2340528, 30.2498141 ], [ 120.2339229, 30.2496178 ], [ 120.2337443, 30.2495056 ], [ 120.2334359, 30.2491971 ], [ 120.2333223, 30.2490288 ], [ 120.2329164, 30.2486783 ], [ 120.232608, 30.2484188 ], [ 120.2324944, 30.2482926 ], [ 120.2325187, 30.2481805 ], [ 120.2325999, 30.2481384 ], [ 120.2325674, 30.2480402 ], [ 120.2324619, 30.2480402 ], [ 120.2321616, 30.2479982 ], [ 120.2319262, 30.247907 ], [ 120.2317142, 30.2476756 ], [ 120.2315934, 30.2473391 ], [ 120.2316097, 30.2470937 ], [ 120.2316908, 30.2469604 ], [ 120.2317801, 30.2468483 ], [ 120.2317314, 30.2468062 ], [ 120.2315853, 30.2468413 ], [ 120.231496, 30.2467852 ], [ 120.2314473, 30.2464977 ], [ 120.2311552, 30.2453337 ], [ 120.2310821, 30.2451374 ], [ 120.2308386, 30.2448429 ], [ 120.2306519, 30.2446746 ], [ 120.2304409, 30.2446256 ], [ 120.2301974, 30.2445554 ], [ 120.2300838, 30.2444783 ], [ 120.2299945, 30.2443731 ], [ 120.2299214, 30.2440085 ], [ 120.2298159, 30.2438963 ], [ 120.2291666, 30.2432653 ], [ 120.2282893, 30.2424379 ], [ 120.2278867, 30.2420238 ], [ 120.2277142, 30.2418416 ], [ 120.2276567, 30.241659 ], [ 120.2277045, 30.2415096 ], [ 120.228038, 30.2409301 ], [ 120.2281412, 30.2404499 ], [ 120.2280565, 30.2402169 ], [ 120.2278182, 30.2399423 ], [ 120.2267577, 30.2388256 ], [ 120.2264738, 30.23849 ], [ 120.2261982, 30.2381643 ], [ 120.2260884, 30.2380042 ], [ 120.2259545, 30.2378737 ], [ 120.2255117, 30.2375327 ], [ 120.2253401, 30.2373874 ], [ 120.2251513, 30.2372184 ], [ 120.2248253, 30.2367825 ], [ 120.2247292, 30.2366727 ], [ 120.2246777, 30.2366372 ], [ 120.2245232, 30.2365571 ], [ 120.2243859, 30.236391 ], [ 120.2241045, 30.2359611 ], [ 120.2238985, 30.2357505 ], [ 120.2237544, 30.23562 ], [ 120.223648, 30.2354658 ], [ 120.2235622, 30.2352968 ], [ 120.2235519, 30.2352167 ], [ 120.223545, 30.2351218 ], [ 120.2235553, 30.2350299 ], [ 120.2236445, 30.2349261 ], [ 120.2237853, 30.2348342 ], [ 120.224029, 30.2347304 ], [ 120.2241663, 30.2346948 ], [ 120.2243173, 30.2346266 ], [ 120.2244477, 30.2344902 ], [ 120.2245026, 30.2343894 ], [ 120.2246674, 30.2342708 ], [ 120.2249317, 30.234164 ], [ 120.225117, 30.2340869 ], [ 120.2252886, 30.2340128 ], [ 120.225498, 30.2339119 ], [ 120.2258687, 30.2336866 ], [ 120.2260025, 30.2336629 ], [ 120.226435, 30.2334523 ], [ 120.2266924, 30.2333129 ], [ 120.226943, 30.2332121 ], [ 120.2272039, 30.233132 ], [ 120.227475, 30.2330104 ], [ 120.2278629, 30.232794 ], [ 120.2279864, 30.2326991 ], [ 120.2281683, 30.2326338 ], [ 120.2282782, 30.2326012 ], [ 120.2284326, 30.2324974 ], [ 120.2287278, 30.2323284 ], [ 120.2290196, 30.2322276 ], [ 120.2295001, 30.2321416 ], [ 120.2295825, 30.2321416 ], [ 120.2297198, 30.2321356 ], [ 120.2298742, 30.2320585 ], [ 120.2300149, 30.2320289 ], [ 120.2301007, 30.2320259 ], [ 120.2302449, 30.2319666 ], [ 120.2304817, 30.2318302 ], [ 120.2305984, 30.2317412 ], [ 120.2306842, 30.2316938 ], [ 120.2307563, 30.2316671 ], [ 120.2308661, 30.2316463 ], [ 120.2310481, 30.2316196 ], [ 120.2311676, 30.231562 ], [ 120.2313158, 30.2315307 ], [ 120.2314977, 30.2314239 ], [ 120.2317139, 30.2312371 ], [ 120.2318066, 30.2311155 ], [ 120.2318478, 30.2309435 ], [ 120.2318547, 30.2307952 ], [ 120.2318169, 30.2306825 ], [ 120.2317483, 30.2306262 ], [ 120.2317174, 30.2305698 ], [ 120.2317105, 30.2305313 ], [ 120.2317517, 30.2304987 ], [ 120.2316316, 30.2304542 ], [ 120.2315355, 30.2304067 ], [ 120.2314634, 30.2303296 ], [ 120.2314119, 30.230214 ], [ 120.2313673, 30.2302021 ], [ 120.2313261, 30.2301784 ], [ 120.2312265, 30.2300479 ], [ 120.2311934, 30.2300014 ], [ 120.2309794, 30.2297009 ], [ 120.2308902, 30.2295141 ], [ 120.230849, 30.2293421 ], [ 120.2307941, 30.2287134 ], [ 120.2308387, 30.2286956 ], [ 120.2308353, 30.2283961 ], [ 120.2308149, 30.2279736 ], [ 120.2307381, 30.2277205 ], [ 120.2307214, 30.2273112 ], [ 120.2307401, 30.2272286 ], [ 120.2308606, 30.2267152 ], [ 120.2307609, 30.2262844 ], [ 120.2307796, 30.2262341 ], [ 120.2308732, 30.2261765 ], [ 120.2319089, 30.2258368 ], [ 120.2320335, 30.2258285 ], [ 120.2321582, 30.2259363 ], [ 120.2327144, 30.2264997 ], [ 120.2329733, 30.2268974 ], [ 120.233261, 30.2272288 ], [ 120.2333856, 30.2273034 ], [ 120.2337788, 30.2273614 ], [ 120.2335583, 30.2270963 ], [ 120.2334048, 30.2270714 ], [ 120.2328774, 30.2264003 ], [ 120.2323212, 30.2258534 ], [ 120.2321774, 30.2256711 ], [ 120.2320431, 30.2256214 ], [ 120.2318897, 30.2256297 ], [ 120.2308181, 30.226004 ], [ 120.2305376, 30.226102 ], [ 120.2305567, 30.2263588 ], [ 120.2304896, 30.2269305 ], [ 120.2304225, 30.2272454 ], [ 120.2304225, 30.2275603 ], [ 120.2304225, 30.227726 ], [ 120.2304896, 30.2278751 ], [ 120.2305184, 30.2280574 ], [ 120.23048, 30.2288942 ], [ 120.2304704, 30.2295239 ], [ 120.2306143, 30.2300956 ], [ 120.230643, 30.2302779 ], [ 120.230528, 30.2308165 ], [ 120.2304321, 30.2309573 ], [ 120.2300581, 30.231239 ], [ 120.2293101, 30.231703 ], [ 120.2285333, 30.2320676 ], [ 120.2269127, 30.2328298 ], [ 120.2265871, 30.2329705 ], [ 120.2251291, 30.2336003 ], [ 120.2248606, 30.2337743 ], [ 120.224688, 30.2338654 ], [ 120.2245153, 30.2339317 ], [ 120.2243715, 30.2339649 ], [ 120.2241605, 30.2339731 ], [ 120.2239496, 30.2340394 ], [ 120.2238249, 30.2341306 ], [ 120.2237098, 30.2342797 ], [ 120.2235431, 30.2343554 ], [ 120.2234267, 30.2343772 ], [ 120.2230637, 30.234398 ], [ 120.2229581, 30.2344643 ], [ 120.222655, 30.234636 ], [ 120.22277, 30.2348099 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2535689, 30.2420351 ], [ 120.253538, 30.241903 ], [ 120.2537499, 30.2411384 ], [ 120.2537727, 30.2408777 ], [ 120.2538277, 30.2406529 ], [ 120.2539203, 30.2402706 ], [ 120.2539739, 30.2398118 ], [ 120.253998, 30.2397156 ], [ 120.2540678, 30.2395268 ], [ 120.2541268, 30.2390088 ], [ 120.2541134, 30.2387667 ], [ 120.2541402, 30.2384724 ], [ 120.2541804, 30.2378664 ], [ 120.2541992, 30.237381 ], [ 120.2541938, 30.236997 ], [ 120.254045, 30.2370033 ], [ 120.2540289, 30.237352 ], [ 120.2539954, 30.2381179 ], [ 120.2539685, 30.2384666 ], [ 120.2538908, 30.2390355 ], [ 120.2538452, 30.2395418 ], [ 120.2537271, 30.2400632 ], [ 120.2536936, 30.2402659 ], [ 120.2536131, 30.2407166 ], [ 120.2534603, 30.2417745 ], [ 120.253361, 30.2421163 ], [ 120.2535689, 30.2420351 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.251568, 30.2505527 ], [ 120.2516323, 30.2505191 ], [ 120.2516605, 30.250511 ], [ 120.2516873, 30.250511 ], [ 120.2517959, 30.250533 ], [ 120.2525617, 30.2501194 ], [ 120.2525845, 30.2500928 ], [ 120.2525872, 30.2500673 ], [ 120.2525698, 30.2500059 ], [ 120.2525604, 30.2499329 ], [ 120.2525738, 30.2498437 ], [ 120.2526328, 30.2497429 ], [ 120.2527186, 30.2496734 ], [ 120.2548845, 30.2485056 ], [ 120.2549596, 30.2484396 ], [ 120.2558662, 30.2482925 ], [ 120.2560016, 30.2482542 ], [ 120.2561116, 30.248194 ], [ 120.2564643, 30.2478221 ], [ 120.256577, 30.247675 ], [ 120.256632, 30.2474989 ], [ 120.2566373, 30.2474016 ], [ 120.2564791, 30.2467319 ], [ 120.2568841, 30.2454205 ], [ 120.2570472, 30.2450253 ], [ 120.2597579, 30.2446466 ], [ 120.2611864, 30.2444503 ], [ 120.2632642, 30.2441768 ], [ 120.2649849, 30.2439174 ], [ 120.2667462, 30.243665 ], [ 120.267217, 30.2435528 ], [ 120.2679637, 30.2433564 ], [ 120.2686293, 30.2431321 ], [ 120.2710236, 30.2422906 ], [ 120.2744164, 30.2411407 ], [ 120.2747927, 30.2409951 ], [ 120.274739, 30.2407136 ], [ 120.2746537, 30.2407988 ], [ 120.2744617, 30.2408793 ], [ 120.2707082, 30.2421512 ], [ 120.2677752, 30.2431517 ], [ 120.2673387, 30.2432924 ], [ 120.2667277, 30.2434332 ], [ 120.2656278, 30.2435941 ], [ 120.2626308, 30.2440616 ], [ 120.2604486, 30.2443582 ], [ 120.2588599, 30.2445995 ], [ 120.2569994, 30.2448806 ], [ 120.2569444, 30.2447601 ], [ 120.2567795, 30.2447161 ], [ 120.2561706, 30.2445979 ], [ 120.2561009, 30.2447624 ], [ 120.2566749, 30.2448968 ], [ 120.2567098, 30.2450497 ], [ 120.2561948, 30.2466045 ], [ 120.256172, 30.24674 ], [ 120.2561961, 30.2469103 ], [ 120.2563275, 30.2474027 ], [ 120.2563222, 30.2475047 ], [ 120.2562819, 30.2475985 ], [ 120.2559118, 30.2479866 ], [ 120.2558327, 30.2480283 ], [ 120.2546793, 30.2482067 ], [ 120.2545774, 30.2482531 ], [ 120.252327, 30.2494753 ], [ 120.2522036, 30.249561 ], [ 120.2521259, 30.2496444 ], [ 120.251914, 30.2499271 ], [ 120.2513212, 30.2502434 ], [ 120.251568, 30.2505527 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2464467, 30.2686659 ], [ 120.2465441, 30.26875 ], [ 120.2465441, 30.2688552 ], [ 120.2466659, 30.2689042 ], [ 120.2467227, 30.2688131 ], [ 120.2467957, 30.2687921 ], [ 120.2474288, 30.2676985 ], [ 120.2479077, 30.2669765 ], [ 120.2480213, 30.2665909 ], [ 120.248888, 30.2653167 ], [ 120.2490846, 30.2650276 ], [ 120.2493529, 30.2644985 ], [ 120.2498395, 30.263913 ], [ 120.2503589, 30.2632119 ], [ 120.2505781, 30.2628544 ], [ 120.2509027, 30.2623286 ], [ 120.2509677, 30.261936 ], [ 120.2510488, 30.2618028 ], [ 120.2511219, 30.2617047 ], [ 120.2512923, 30.2614804 ], [ 120.2514988, 30.2611853 ], [ 120.2515277, 30.2611439 ], [ 120.2513004, 30.2610597 ], [ 120.2509433, 30.2613752 ], [ 120.2507242, 30.261894 ], [ 120.2504807, 30.2624478 ], [ 120.2500829, 30.2631839 ], [ 120.249814, 30.2634738 ], [ 120.2493077, 30.2640833 ], [ 120.2491259, 30.2642894 ], [ 120.248685, 30.2649999 ], [ 120.2484028, 30.2654903 ], [ 120.2481187, 30.2660021 ], [ 120.2476723, 30.2668503 ], [ 120.2475019, 30.2669274 ], [ 120.2473396, 30.2672919 ], [ 120.2471691, 30.2674602 ], [ 120.2465522, 30.2684416 ], [ 120.246325, 30.2685117 ], [ 120.2462601, 30.2685958 ], [ 120.2464467, 30.2686659 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2535782, 30.2640798 ], [ 120.253591, 30.2641792 ], [ 120.2537402, 30.2642729 ], [ 120.2539232, 30.2644486 ], [ 120.2540927, 30.2645775 ], [ 120.2560048, 30.266141 ], [ 120.2588253, 30.268501 ], [ 120.2616798, 30.270855 ], [ 120.261951, 30.2710893 ], [ 120.2621138, 30.2710834 ], [ 120.2621409, 30.2710366 ], [ 120.262107, 30.2709663 ], [ 120.2604323, 30.2695902 ], [ 120.2572523, 30.266914 ], [ 120.2552589, 30.265368 ], [ 120.2543775, 30.264677 ], [ 120.2540453, 30.2644311 ], [ 120.2539029, 30.2641968 ], [ 120.2536927, 30.264068 ], [ 120.2535706, 30.2640211 ], [ 120.2535782, 30.2640798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2884582, 30.2527891 ], [ 120.2886824, 30.252898 ], [ 120.2887945, 30.252894 ], [ 120.2889766, 30.2529545 ], [ 120.2890466, 30.2528859 ], [ 120.2892381, 30.2527044 ], [ 120.2894436, 30.2527447 ], [ 120.2895463, 30.2526681 ], [ 120.2894809, 30.2523736 ], [ 120.2894016, 30.2523938 ], [ 120.2893595, 30.2525914 ], [ 120.2892288, 30.2526157 ], [ 120.2889906, 30.2525793 ], [ 120.2889439, 30.2524583 ], [ 120.2887291, 30.2524583 ], [ 120.2885656, 30.2525027 ], [ 120.2884535, 30.2526197 ], [ 120.2884582, 30.2527891 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2989006, 30.2715472 ], [ 120.2990781, 30.2716279 ], [ 120.2993022, 30.2714182 ], [ 120.2994423, 30.2710875 ], [ 120.3023191, 30.2660538 ], [ 120.304542, 30.2620768 ], [ 120.3057375, 30.2600035 ], [ 120.3065968, 30.2584787 ], [ 120.3077269, 30.2566877 ], [ 120.3087636, 30.2554534 ], [ 120.3089504, 30.2551306 ], [ 120.3099074, 30.2540365 ], [ 120.309798, 30.2538624 ], [ 120.309694, 30.2536929 ], [ 120.3075027, 30.2564215 ], [ 120.3066621, 30.257559 ], [ 120.3048595, 30.2607941 ], [ 120.3025339, 30.264868 ], [ 120.2999654, 30.2694096 ], [ 120.2989006, 30.271281 ], [ 120.2989006, 30.2715472 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3031069, 30.2657444 ], [ 120.3033657, 30.2656592 ], [ 120.3035197, 30.2655262 ], [ 120.3049062, 30.2661755 ], [ 120.3056025, 30.266729 ], [ 120.3061263, 30.2678466 ], [ 120.3064098, 30.2688152 ], [ 120.3066624, 30.2694219 ], [ 120.3069459, 30.2697732 ], [ 120.3072478, 30.2700233 ], [ 120.3075806, 30.2700339 ], [ 120.3071006, 30.269501 ], [ 120.3069543, 30.269213 ], [ 120.3069787, 30.2685248 ], [ 120.3071006, 30.2683423 ], [ 120.3071494, 30.2680894 ], [ 120.3068405, 30.2674153 ], [ 120.3064176, 30.2672819 ], [ 120.3059461, 30.2667622 ], [ 120.3052143, 30.266088 ], [ 120.3036857, 30.2653647 ], [ 120.3036232, 30.2651712 ], [ 120.3053037, 30.2621974 ], [ 120.3075153, 30.2583488 ], [ 120.3081821, 30.2573093 ], [ 120.3088325, 30.2565087 ], [ 120.3089138, 30.2564946 ], [ 120.3118166, 30.2602169 ], [ 120.3116296, 30.2604627 ], [ 120.3112637, 30.2606453 ], [ 120.3109526, 30.2606208 ], [ 120.3110573, 30.2610004 ], [ 120.3111499, 30.2609613 ], [ 120.3113043, 30.260863 ], [ 120.3117968, 30.2606569 ], [ 120.3120922, 30.2603246 ], [ 120.3122993, 30.2602663 ], [ 120.3124276, 30.2604245 ], [ 120.3129401, 30.2610995 ], [ 120.3131598, 30.2613375 ], [ 120.3134247, 30.2617013 ], [ 120.3137905, 30.2621612 ], [ 120.3146382, 30.2632148 ], [ 120.3151693, 30.2638755 ], [ 120.3156521, 30.2645163 ], [ 120.3160195, 30.2649732 ], [ 120.3162642, 30.2647489 ], [ 120.3161556, 30.264725 ], [ 120.3160343, 30.2646065 ], [ 120.3157808, 30.2642861 ], [ 120.3144452, 30.2626422 ], [ 120.3139373, 30.261994 ], [ 120.3139036, 30.2619509 ], [ 120.3136949, 30.2616897 ], [ 120.313479, 30.260828 ], [ 120.3131599, 30.2606151 ], [ 120.3127679, 30.2601888 ], [ 120.3127089, 30.2601455 ], [ 120.3125208, 30.2599947 ], [ 120.3124222, 30.2598153 ], [ 120.3121469, 30.2596166 ], [ 120.3120754, 30.2596659 ], [ 120.3120506, 30.259746 ], [ 120.3120425, 30.25986 ], [ 120.3118735, 30.25995 ], [ 120.3104343, 30.2580819 ], [ 120.3091984, 30.2564806 ], [ 120.3089301, 30.256298 ], [ 120.3087024, 30.2563401 ], [ 120.3078162, 30.2573444 ], [ 120.3030576, 30.2657124 ], [ 120.3031069, 30.2657444 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3054822, 30.2626473 ], [ 120.305536, 30.2627071 ], [ 120.3056194, 30.2627413 ], [ 120.3057714, 30.2628482 ], [ 120.3058286, 30.2629083 ], [ 120.3059678, 30.2629647 ], [ 120.3059992, 30.2629496 ], [ 120.3060423, 30.2629108 ], [ 120.3061003, 30.2628912 ], [ 120.3061582, 30.2628886 ], [ 120.3062073, 30.2629252 ], [ 120.306218, 30.2629706 ], [ 120.3061518, 30.2630519 ], [ 120.3060997, 30.2631516 ], [ 120.3061069, 30.2632726 ], [ 120.3061508, 30.2633654 ], [ 120.3062485, 30.2634273 ], [ 120.3064224, 30.2634928 ], [ 120.3066951, 30.2636733 ], [ 120.3070255, 30.2639302 ], [ 120.3071782, 30.2641232 ], [ 120.3073128, 30.2643547 ], [ 120.307403, 30.2645222 ], [ 120.3074596, 30.2646364 ], [ 120.3075606, 30.2647293 ], [ 120.3076441, 30.2647829 ], [ 120.3079191, 30.2648937 ], [ 120.3080509, 30.264979 ], [ 120.3081547, 30.2650966 ], [ 120.3082133, 30.2652038 ], [ 120.308346, 30.2653238 ], [ 120.3083618, 30.2653699 ], [ 120.3084121, 30.265416 ], [ 120.3084633, 30.2654316 ], [ 120.3086413, 30.2654232 ], [ 120.3087551, 30.2654362 ], [ 120.3088338, 30.2654815 ], [ 120.3089004, 30.2655745 ], [ 120.3089756, 30.265653 ], [ 120.3090706, 30.2656889 ], [ 120.3091572, 30.2657497 ], [ 120.3092859, 30.265883 ], [ 120.3093364, 30.2660299 ], [ 120.3093771, 30.2661001 ], [ 120.3094882, 30.2662063 ], [ 120.3095325, 30.2663335 ], [ 120.3095321, 30.2665578 ], [ 120.3095072, 30.2666871 ], [ 120.3094478, 30.2668412 ], [ 120.3093786, 30.2669911 ], [ 120.3092376, 30.2670589 ], [ 120.3091358, 30.2670876 ], [ 120.3091229, 30.2671418 ], [ 120.3091395, 30.2671874 ], [ 120.3091923, 30.2672209 ], [ 120.3092895, 30.2672161 ], [ 120.3094886, 30.2672116 ], [ 120.3096926, 30.26722 ], [ 120.3099575, 30.2673014 ], [ 120.3102619, 30.2674254 ], [ 120.31035, 30.2674197 ], [ 120.3103724, 30.2673212 ], [ 120.31037, 30.2672227 ], [ 120.3103655, 30.267085 ], [ 120.3103732, 30.2669387 ], [ 120.310448, 30.2667783 ], [ 120.3105415, 30.2666275 ], [ 120.3106845, 30.2665219 ], [ 120.3108391, 30.2664314 ], [ 120.3111094, 30.266317 ], [ 120.3112445, 30.2662925 ], [ 120.3113383, 30.2662576 ], [ 120.3114029, 30.2662177 ], [ 120.3115455, 30.2660644 ], [ 120.3116301, 30.2658928 ], [ 120.3116578, 30.2658271 ], [ 120.311773, 30.2657614 ], [ 120.3120018, 30.2656938 ], [ 120.3123054, 30.2656248 ], [ 120.3124309, 30.2656822 ], [ 120.312485, 30.2657411 ], [ 120.3125586, 30.2657529 ], [ 120.3125955, 30.2657009 ], [ 120.312576, 30.2656371 ], [ 120.3125458, 30.2655801 ], [ 120.3125332, 30.2655281 ], [ 120.3125269, 30.2653774 ], [ 120.3124919, 30.2652969 ], [ 120.3124364, 30.2652365 ], [ 120.312365, 30.2652063 ], [ 120.312311, 30.2652315 ], [ 120.3123517, 30.2653022 ], [ 120.3123625, 30.2654188 ], [ 120.3123143, 30.2655109 ], [ 120.3122748, 30.2653991 ], [ 120.3122003, 30.2653074 ], [ 120.3120125, 30.2652093 ], [ 120.311807, 30.2649351 ], [ 120.3117856, 30.264751 ], [ 120.3118262, 30.2645908 ], [ 120.3119579, 30.2644264 ], [ 120.3121241, 30.264274 ], [ 120.3124406, 30.2641122 ], [ 120.3126967, 30.2639591 ], [ 120.3128943, 30.263806 ], [ 120.3130285, 30.2637366 ], [ 120.3130459, 30.2635704 ], [ 120.3130151, 30.2634815 ], [ 120.3129398, 30.2634049 ], [ 120.3129815, 30.2632926 ], [ 120.312992, 30.2631948 ], [ 120.3129474, 30.2631327 ], [ 120.3126417, 30.2629072 ], [ 120.3124665, 30.2627612 ], [ 120.3123119, 30.2625736 ], [ 120.3121644, 30.2622279 ], [ 120.3120685, 30.261918 ], [ 120.3118336, 30.2617588 ], [ 120.3115642, 30.2616114 ], [ 120.3114172, 30.2614204 ], [ 120.3114798, 30.2613675 ], [ 120.3112223, 30.2612015 ], [ 120.3110721, 30.261054 ], [ 120.3110573, 30.2610004 ], [ 120.3109526, 30.2606208 ], [ 120.3106641, 30.2604433 ], [ 120.3103819, 30.2601489 ], [ 120.3100136, 30.2598872 ], [ 120.3096971, 30.2596909 ], [ 120.3095418, 30.2595406 ], [ 120.3094194, 30.2594268 ], [ 120.3092695, 30.259313 ], [ 120.3089971, 30.2592062 ], [ 120.3088005, 30.2591738 ], [ 120.3085837, 30.2591694 ], [ 120.3083394, 30.2591799 ], [ 120.3081192, 30.2592009 ], [ 120.3079343, 30.2591861 ], [ 120.3076737, 30.2591149 ], [ 120.307366, 30.2589606 ], [ 120.307081, 30.2589492 ], [ 120.3073238, 30.2593364 ], [ 120.3078655, 30.2595623 ], [ 120.3080336, 30.2603045 ], [ 120.3081457, 30.260482 ], [ 120.3085006, 30.2607401 ], [ 120.3089303, 30.2609822 ], [ 120.3092665, 30.2614017 ], [ 120.3092105, 30.2619018 ], [ 120.3086874, 30.2623859 ], [ 120.3079963, 30.2623375 ], [ 120.3074546, 30.26216 ], [ 120.3070623, 30.2621922 ], [ 120.3065392, 30.262402 ], [ 120.3063338, 30.2626117 ], [ 120.3062597, 30.2626427 ], [ 120.3060474, 30.2625708 ], [ 120.3056574, 30.2624008 ], [ 120.3055741, 30.2623937 ], [ 120.305476, 30.2625848 ], [ 120.3054822, 30.2626473 ] ], [ [ 120.3086617, 30.264222 ], [ 120.3087674, 30.2640184 ], [ 120.3088731, 30.2638709 ], [ 120.3090194, 30.2639201 ], [ 120.3093284, 30.2640043 ], [ 120.3094829, 30.2640465 ], [ 120.3095479, 30.264208 ], [ 120.3095642, 30.2643765 ], [ 120.3095479, 30.264503 ], [ 120.3094341, 30.2645451 ], [ 120.309304, 30.2645451 ], [ 120.3091577, 30.2645521 ], [ 120.3090845, 30.2645802 ], [ 120.3089706, 30.2646294 ], [ 120.308743, 30.2646715 ], [ 120.3086454, 30.2645381 ], [ 120.3086129, 30.2644678 ], [ 120.3085885, 30.2643274 ], [ 120.3086617, 30.264222 ] ], [ [ 120.3114994, 30.2629439 ], [ 120.311662, 30.2629017 ], [ 120.3118653, 30.2628947 ], [ 120.311971, 30.2629439 ], [ 120.3120604, 30.2630141 ], [ 120.3121498, 30.2631265 ], [ 120.3121417, 30.2632248 ], [ 120.3121336, 30.2633582 ], [ 120.3120116, 30.2634987 ], [ 120.3118327, 30.2635759 ], [ 120.3116457, 30.2635408 ], [ 120.3115156, 30.2634566 ], [ 120.3114506, 30.2633512 ], [ 120.3114018, 30.2632108 ], [ 120.3114018, 30.2630843 ], [ 120.3114994, 30.2629439 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.256894, 30.2634426 ], [ 120.2570004, 30.2634593 ], [ 120.2586241, 30.2634176 ], [ 120.2624129, 30.2632089 ], [ 120.2661243, 30.2629835 ], [ 120.2664143, 30.2629167 ], [ 120.2732669, 30.2614224 ], [ 120.2760795, 30.2607045 ], [ 120.275222, 30.2666265 ], [ 120.2752155, 30.2666714 ], [ 120.2751908, 30.2668418 ], [ 120.2752312, 30.2671989 ], [ 120.2753925, 30.2676431 ], [ 120.2769003, 30.2707927 ], [ 120.2769164, 30.2706722 ], [ 120.2769862, 30.2706166 ], [ 120.2771042, 30.2706074 ], [ 120.2769657, 30.2705085 ], [ 120.2758261, 30.268035 ], [ 120.275453, 30.2672686 ], [ 120.2754026, 30.2671031 ], [ 120.2753724, 30.2668244 ], [ 120.2753824, 30.2666328 ], [ 120.2757455, 30.2643073 ], [ 120.2763303, 30.2605795 ], [ 120.2790127, 30.2597346 ], [ 120.2791842, 30.2596388 ], [ 120.2792043, 30.259543 ], [ 120.2781253, 30.2598652 ], [ 120.2763909, 30.260414 ], [ 120.2763707, 30.2603356 ], [ 120.2770665, 30.255963 ], [ 120.2769051, 30.2559804 ], [ 120.2768951, 30.2561111 ], [ 120.2761791, 30.2604401 ], [ 120.2760379, 30.2605446 ], [ 120.2738295, 30.2610759 ], [ 120.2663975, 30.2627657 ], [ 120.2649288, 30.2628984 ], [ 120.2587213, 30.2631492 ], [ 120.2581919, 30.2631049 ], [ 120.2581151, 30.2632819 ], [ 120.2579187, 30.2633409 ], [ 120.2571075, 30.263363 ], [ 120.2569623, 30.2633483 ], [ 120.2569538, 30.2632008 ], [ 120.2569453, 30.2629574 ], [ 120.2570221, 30.2620946 ], [ 120.2569424, 30.2620819 ], [ 120.256836, 30.2633592 ], [ 120.256894, 30.2634426 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2914395, 30.2642913 ], [ 120.2914015, 30.2645157 ], [ 120.2918869, 30.2645618 ], [ 120.293131, 30.2646798 ], [ 120.2931556, 30.2644783 ], [ 120.2931322, 30.2641494 ], [ 120.2928586, 30.2641326 ], [ 120.2925038, 30.2641436 ], [ 120.2922314, 30.2640889 ], [ 120.2916612, 30.2640123 ], [ 120.2914268, 30.2640232 ], [ 120.2912494, 30.2640998 ], [ 120.2912114, 30.264264 ], [ 120.2914395, 30.2642913 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3067129, 30.2655351 ], [ 120.3071659, 30.2653639 ], [ 120.3073216, 30.2652111 ], [ 120.3073712, 30.2650705 ], [ 120.3072509, 30.2649237 ], [ 120.3070951, 30.2648748 ], [ 120.3068616, 30.2649115 ], [ 120.3067058, 30.2650093 ], [ 120.3065926, 30.2652539 ], [ 120.3065572, 30.2654495 ], [ 120.3067129, 30.2655351 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3072438, 30.2665561 ], [ 120.3074845, 30.2666661 ], [ 120.3081711, 30.2666417 ], [ 120.3082843, 30.2666233 ], [ 120.3082914, 30.2662076 ], [ 120.3082277, 30.2661404 ], [ 120.3080224, 30.2662076 ], [ 120.3077605, 30.2660425 ], [ 120.307173, 30.2663666 ], [ 120.3071305, 30.2664705 ], [ 120.3072438, 30.2665561 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2730034, 30.2676444 ], [ 120.2730358, 30.2676413 ], [ 120.2730431, 30.2675433 ], [ 120.2730741, 30.2674819 ], [ 120.2731228, 30.2674286 ], [ 120.2732348, 30.2673718 ], [ 120.2746523, 30.2668019 ], [ 120.2747829, 30.266762 ], [ 120.2750224, 30.2667071 ], [ 120.2752155, 30.2666714 ], [ 120.275222, 30.2666265 ], [ 120.2750126, 30.2666649 ], [ 120.2748782, 30.2666839 ], [ 120.2747315, 30.2667219 ], [ 120.2731525, 30.2673721 ], [ 120.2730719, 30.2674206 ], [ 120.2730107, 30.2674797 ], [ 120.2729985, 30.2675916 ], [ 120.2730034, 30.2676444 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3079233, 30.2678644 ], [ 120.3083055, 30.2679133 ], [ 120.3084825, 30.2678766 ], [ 120.3085391, 30.2677543 ], [ 120.3085321, 30.2676504 ], [ 120.3086099, 30.2675587 ], [ 120.3085533, 30.2674303 ], [ 120.3084542, 30.2673264 ], [ 120.3080012, 30.2673875 ], [ 120.3080012, 30.267522 ], [ 120.307803, 30.2676565 ], [ 120.3077251, 30.2677849 ], [ 120.3079233, 30.2678644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3125285, 30.2516329 ], [ 120.3129649, 30.2513709 ], [ 120.3140176, 30.2510235 ], [ 120.3159811, 30.2505024 ], [ 120.3206176, 30.2491129 ], [ 120.3266972, 30.2474883 ], [ 120.3272531, 30.2473657 ], [ 120.3281047, 30.2469059 ], [ 120.3283649, 30.2467832 ], [ 120.328495, 30.24663 ], [ 120.3284595, 30.2464767 ], [ 120.3277735, 30.2442492 ], [ 120.3273714, 30.2443207 ], [ 120.3279628, 30.2464256 ], [ 120.3279273, 30.2465482 ], [ 120.3277735, 30.2466913 ], [ 120.3270741, 30.2470037 ], [ 120.3256572, 30.2474196 ], [ 120.3213374, 30.2484654 ], [ 120.3203468, 30.2487507 ], [ 120.3166874, 30.2498915 ], [ 120.3128216, 30.2510918 ], [ 120.3124089, 30.2513414 ], [ 120.312356, 30.2514519 ], [ 120.3125285, 30.2516329 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3201534, 30.2629985 ], [ 120.3202242, 30.2629159 ], [ 120.3202454, 30.2628762 ], [ 120.3202808, 30.2628609 ], [ 120.3205202, 30.2629988 ], [ 120.3205764, 30.2629283 ], [ 120.3206485, 30.2628635 ], [ 120.3204861, 30.2627448 ], [ 120.320433, 30.262702 ], [ 120.320433, 30.2626622 ], [ 120.3205286, 30.2625399 ], [ 120.3201513, 30.2622969 ], [ 120.3197756, 30.2627667 ], [ 120.3201534, 30.2629985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3143219, 30.2645579 ], [ 120.3145868, 30.2645472 ], [ 120.3146793, 30.2645898 ], [ 120.314821, 30.2647442 ], [ 120.315012, 30.2648346 ], [ 120.3151414, 30.2647814 ], [ 120.3152524, 30.2646643 ], [ 120.3151969, 30.2645685 ], [ 120.3149812, 30.2644674 ], [ 120.3147163, 30.2644195 ], [ 120.3143527, 30.2644302 ], [ 120.3139029, 30.2645685 ], [ 120.3143219, 30.2645579 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3145591, 30.2678231 ], [ 120.3146141, 30.2678978 ], [ 120.3148042, 30.2677884 ], [ 120.3176108, 30.2650431 ], [ 120.3179592, 30.2647023 ], [ 120.3178452, 30.264571 ], [ 120.3178452, 30.2644068 ], [ 120.3179568, 30.2642565 ], [ 120.3183838, 30.2637779 ], [ 120.3182476, 30.2637386 ], [ 120.3182476, 30.2635974 ], [ 120.3181295, 30.2633385 ], [ 120.3180114, 30.2631031 ], [ 120.3178115, 30.263464 ], [ 120.3176025, 30.2636366 ], [ 120.3175662, 30.2637857 ], [ 120.3174118, 30.2640133 ], [ 120.3175753, 30.2641859 ], [ 120.3174299, 30.2643193 ], [ 120.3171937, 30.2642094 ], [ 120.3170567, 30.2642818 ], [ 120.3167486, 30.2644448 ], [ 120.3166214, 30.2644213 ], [ 120.3162642, 30.2647489 ], [ 120.3160195, 30.2649732 ], [ 120.3147046, 30.2661789 ], [ 120.3145774, 30.2664143 ], [ 120.3145744, 30.2667318 ], [ 120.3145254, 30.2677774 ], [ 120.3145591, 30.2678231 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3132373, 30.2655531 ], [ 120.3133852, 30.2657341 ], [ 120.3135824, 30.265782 ], [ 120.3137242, 30.2657554 ], [ 120.3137488, 30.2656968 ], [ 120.313755, 30.2655478 ], [ 120.3138289, 30.2654094 ], [ 120.3137858, 30.265319 ], [ 120.3136071, 30.2652445 ], [ 120.3133976, 30.2652391 ], [ 120.3132312, 30.2652817 ], [ 120.3131819, 30.2653775 ], [ 120.3132373, 30.2655531 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3121651, 30.266559 ], [ 120.3124856, 30.2666655 ], [ 120.3126458, 30.2665803 ], [ 120.3126396, 30.2663781 ], [ 120.3125102, 30.2663036 ], [ 120.3123623, 30.2663621 ], [ 120.3122576, 30.2663887 ], [ 120.3120357, 30.2663249 ], [ 120.3121651, 30.266559 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3348139, 30.2720279 ], [ 120.3352619, 30.2718608 ], [ 120.335435, 30.2717817 ], [ 120.3404846, 30.2682998 ], [ 120.3408104, 30.2680799 ], [ 120.3452085, 30.2650375 ], [ 120.3455445, 30.2647825 ], [ 120.3473465, 30.2636394 ], [ 120.3475298, 30.2635339 ], [ 120.3478148, 30.2634108 ], [ 120.3493929, 30.2629799 ], [ 120.3496474, 30.2629359 ], [ 120.3512254, 30.2627337 ], [ 120.3525489, 30.2626721 ], [ 120.3546946, 30.2626571 ], [ 120.3517087, 30.2622294 ], [ 120.3502839, 30.2622524 ], [ 120.3481232, 30.2626519 ], [ 120.3464553, 30.2628417 ], [ 120.3457092, 30.2630315 ], [ 120.3450569, 30.2632112 ], [ 120.3444529, 30.2634166 ], [ 120.3437875, 30.26358 ], [ 120.343058, 30.2637659 ], [ 120.3425317, 30.2639595 ], [ 120.3419356, 30.2642496 ], [ 120.341363, 30.2646007 ], [ 120.3408611, 30.2649712 ], [ 120.3404979, 30.2653468 ], [ 120.3401072, 30.265733 ], [ 120.3397383, 30.266041 ], [ 120.3394414, 30.2664574 ], [ 120.3392286, 30.2668078 ], [ 120.3388903, 30.2673289 ], [ 120.3386675, 30.2675639 ], [ 120.3384199, 30.2678591 ], [ 120.3382659, 30.2681448 ], [ 120.3381308, 30.2683384 ], [ 120.3380053, 30.2685583 ], [ 120.3375906, 30.2689478 ], [ 120.3373185, 30.2693183 ], [ 120.337015, 30.2696291 ], [ 120.3366104, 30.2700348 ], [ 120.3365162, 30.2701392 ], [ 120.336286, 30.2703496 ], [ 120.3360318, 30.2706436 ], [ 120.335676, 30.2709645 ], [ 120.33539, 30.27132 ], [ 120.3350342, 30.2716504 ], [ 120.3348389, 30.271916 ], [ 120.3345832, 30.2721183 ], [ 120.3348139, 30.2720279 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3105898, 30.2675312 ], [ 120.3107657, 30.2676213 ], [ 120.3109155, 30.2678294 ], [ 120.3110327, 30.2682963 ], [ 120.3109155, 30.2686282 ], [ 120.3109155, 30.2688139 ], [ 120.3110979, 30.2690501 ], [ 120.3112021, 30.2690051 ], [ 120.3112151, 30.2689039 ], [ 120.3113844, 30.2688757 ], [ 120.3112281, 30.268617 ], [ 120.311189, 30.2684145 ], [ 120.3112346, 30.2682119 ], [ 120.3113454, 30.2680544 ], [ 120.3114821, 30.2680713 ], [ 120.311658, 30.2679644 ], [ 120.3116645, 30.2678519 ], [ 120.3119641, 30.2677788 ], [ 120.3124527, 30.2678407 ], [ 120.3125764, 30.2680038 ], [ 120.3127588, 30.2678857 ], [ 120.31285, 30.2677338 ], [ 120.3128435, 30.2674469 ], [ 120.3125569, 30.2675312 ], [ 120.3122898, 30.2675031 ], [ 120.312153, 30.2674187 ], [ 120.3121074, 30.2671656 ], [ 120.3120757, 30.2670331 ], [ 120.3120799, 30.2669495 ], [ 120.3120217, 30.266899 ], [ 120.31191, 30.2669063 ], [ 120.3118196, 30.2669652 ], [ 120.3118481, 30.2670178 ], [ 120.3119221, 30.2669663 ], [ 120.311991, 30.2670021 ], [ 120.3119749, 30.2670969 ], [ 120.3120162, 30.2671881 ], [ 120.3120814, 30.2674131 ], [ 120.3119576, 30.26743 ], [ 120.3118664, 30.2673569 ], [ 120.3117687, 30.2671375 ], [ 120.3117687, 30.2669631 ], [ 120.3113779, 30.2669799 ], [ 120.3112867, 30.2672218 ], [ 120.3109415, 30.2671656 ], [ 120.3108178, 30.2673118 ], [ 120.3107005, 30.2673231 ], [ 120.3106289, 30.2673456 ], [ 120.3105282, 30.2673715 ], [ 120.3105144, 30.2674589 ], [ 120.3105898, 30.2675312 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3204551, 30.2859873 ], [ 120.3205061, 30.2860944 ], [ 120.3206509, 30.2863983 ], [ 120.3207409, 30.2863573 ], [ 120.3208449, 30.2863099 ], [ 120.3206631, 30.2860442 ], [ 120.3206422, 30.285996 ], [ 120.3206389, 30.2859529 ], [ 120.3206436, 30.2858906 ], [ 120.3206565, 30.2858425 ], [ 120.3207882, 30.2856832 ], [ 120.3209649, 30.2855073 ], [ 120.3211469, 30.2853221 ], [ 120.3212882, 30.2852015 ], [ 120.3214432, 30.2850943 ], [ 120.3215854, 30.2849771 ], [ 120.3217047, 30.2848357 ], [ 120.3217654, 30.2847337 ], [ 120.3218467, 30.2846381 ], [ 120.3219398, 30.2845542 ], [ 120.3220108, 30.2844615 ], [ 120.3220886, 30.2843631 ], [ 120.3221822, 30.284314 ], [ 120.3225129, 30.2842642 ], [ 120.3225948, 30.2842674 ], [ 120.3227152, 30.2842926 ], [ 120.3228388, 30.2843287 ], [ 120.3229814, 30.2843756 ], [ 120.3230018, 30.2844753 ], [ 120.3229067, 30.2846102 ], [ 120.322866, 30.2847098 ], [ 120.3228796, 30.2848681 ], [ 120.3229611, 30.284962 ], [ 120.3230358, 30.2850147 ], [ 120.3257518, 30.2838186 ], [ 120.3293233, 30.2823234 ], [ 120.3305048, 30.2818309 ], [ 120.3347963, 30.2802632 ], [ 120.3372473, 30.2794326 ], [ 120.3382862, 30.2790632 ], [ 120.3390806, 30.2786117 ], [ 120.3395539, 30.2786164 ], [ 120.3401642, 30.2786224 ], [ 120.3402689, 30.2786234 ], [ 120.3402621, 30.2784299 ], [ 120.3390263, 30.2784358 ], [ 120.3382115, 30.278858 ], [ 120.3345137, 30.2801717 ], [ 120.3342816, 30.2802572 ], [ 120.3309597, 30.2814556 ], [ 120.3293098, 30.2821358 ], [ 120.3266956, 30.2832264 ], [ 120.3262592, 30.2834175 ], [ 120.3252765, 30.2838479 ], [ 120.3240271, 30.2843698 ], [ 120.3236604, 30.2845163 ], [ 120.3234703, 30.2845926 ], [ 120.3233685, 30.2845632 ], [ 120.3232598, 30.284446 ], [ 120.3232123, 30.284358 ], [ 120.323253, 30.2842935 ], [ 120.3232938, 30.2842114 ], [ 120.3232191, 30.2841645 ], [ 120.3231444, 30.2841118 ], [ 120.3231512, 30.2840355 ], [ 120.3231987, 30.2839476 ], [ 120.3233481, 30.2839183 ], [ 120.3236401, 30.2836486 ], [ 120.3240882, 30.2832616 ], [ 120.3242715, 30.2831208 ], [ 120.3243598, 30.2829508 ], [ 120.3245296, 30.2826928 ], [ 120.3246518, 30.2824055 ], [ 120.3248691, 30.2822765 ], [ 120.3252221, 30.2821592 ], [ 120.3255616, 30.2820009 ], [ 120.3259147, 30.2817019 ], [ 120.3261184, 30.281479 ], [ 120.3263561, 30.2811741 ], [ 120.3264715, 30.2808927 ], [ 120.3264695, 30.2805541 ], [ 120.3264713, 30.2802518 ], [ 120.3264861, 30.2802182 ], [ 120.3265317, 30.28018 ], [ 120.326694, 30.280107 ], [ 120.3267932, 30.280063 ], [ 120.3270094, 30.2799268 ], [ 120.3271929, 30.2797884 ], [ 120.3274047, 30.2795917 ], [ 120.3278741, 30.2791446 ], [ 120.3282523, 30.278781 ], [ 120.329234, 30.2778869 ], [ 120.3294472, 30.2776819 ], [ 120.3299153, 30.2772487 ], [ 120.3305591, 30.2766708 ], [ 120.3312517, 30.2760433 ], [ 120.3318424, 30.2755214 ], [ 120.3330669, 30.274315 ], [ 120.3333466, 30.2740189 ], [ 120.3335966, 30.2737776 ], [ 120.3339493, 30.2734788 ], [ 120.3348369, 30.2729647 ], [ 120.3354276, 30.2725542 ], [ 120.3366973, 30.2716629 ], [ 120.3374986, 30.2710941 ], [ 120.3382658, 30.2705839 ], [ 120.3393319, 30.2698801 ], [ 120.3400312, 30.2694462 ], [ 120.3404982, 30.2691514 ], [ 120.340778, 30.2689975 ], [ 120.3410819, 30.2688109 ], [ 120.3416094, 30.2684829 ], [ 120.3419815, 30.2682701 ], [ 120.3420309, 30.2682395 ], [ 120.3420394, 30.2681693 ], [ 120.3421208, 30.2681369 ], [ 120.3422582, 30.2681502 ], [ 120.342355, 30.2681486 ], [ 120.3424511, 30.2681276 ], [ 120.3424733, 30.2680761 ], [ 120.342485, 30.2679645 ], [ 120.3424811, 30.2678575 ], [ 120.3425774, 30.2678287 ], [ 120.3426603, 30.2678839 ], [ 120.3427676, 30.2679156 ], [ 120.3428769, 30.2678808 ], [ 120.3429192, 30.2678244 ], [ 120.342921, 30.2677353 ], [ 120.3428816, 30.2676455 ], [ 120.3428778, 30.2675243 ], [ 120.3430053, 30.2675227 ], [ 120.3431207, 30.2675696 ], [ 120.3432435, 30.2675888 ], [ 120.3433308, 30.2675943 ], [ 120.3433851, 30.2674979 ], [ 120.3433825, 30.2673796 ], [ 120.3433448, 30.2672705 ], [ 120.3433908, 30.2671463 ], [ 120.3438269, 30.266901 ], [ 120.3439763, 30.2669362 ], [ 120.3441596, 30.2670007 ], [ 120.3442731, 30.2670044 ], [ 120.3443008, 30.2669652 ], [ 120.3443079, 30.2668791 ], [ 120.3442916, 30.2667143 ], [ 120.3443111, 30.2666198 ], [ 120.3443874, 30.2665928 ], [ 120.3445183, 30.2666136 ], [ 120.3447214, 30.2666044 ], [ 120.3448176, 30.2665546 ], [ 120.3448575, 30.266457 ], [ 120.3449157, 30.266303 ], [ 120.3449557, 30.2661481 ], [ 120.345084, 30.2659933 ], [ 120.3453185, 30.2658862 ], [ 120.3455864, 30.2658352 ], [ 120.3458284, 30.2658636 ], [ 120.3460225, 30.2659284 ], [ 120.3461747, 30.266017 ], [ 120.3462948, 30.2660987 ], [ 120.3464148, 30.2662244 ], [ 120.3464731, 30.2662558 ], [ 120.3465681, 30.2662991 ], [ 120.3466914, 30.2662747 ], [ 120.3468224, 30.266215 ], [ 120.3469534, 30.2661396 ], [ 120.3470371, 30.266083 ], [ 120.3471826, 30.2660798 ], [ 120.3473609, 30.2661144 ], [ 120.3474919, 30.2661836 ], [ 120.3476447, 30.2662936 ], [ 120.3478103, 30.2663118 ], [ 120.3479551, 30.2662849 ], [ 120.3480703, 30.2662278 ], [ 120.348199, 30.2661406 ], [ 120.3483818, 30.2660451 ], [ 120.3485692, 30.2659646 ], [ 120.3487525, 30.2659004 ], [ 120.3490334, 30.2658732 ], [ 120.3493956, 30.2659068 ], [ 120.3496361, 30.2659753 ], [ 120.3498931, 30.2660893 ], [ 120.3501233, 30.26617 ], [ 120.3502975, 30.2662001 ], [ 120.3504902, 30.2661905 ], [ 120.3506265, 30.266148 ], [ 120.3507572, 30.266115 ], [ 120.3508651, 30.2661188 ], [ 120.3509381, 30.266145 ], [ 120.3510497, 30.2661869 ], [ 120.3511658, 30.2662007 ], [ 120.3512557, 30.2661758 ], [ 120.3513696, 30.2661072 ], [ 120.3516368, 30.2658674 ], [ 120.3517224, 30.2657996 ], [ 120.3518523, 30.2657824 ], [ 120.3519924, 30.2657884 ], [ 120.3523404, 30.2658844 ], [ 120.352843, 30.2660071 ], [ 120.3533005, 30.266046 ], [ 120.353781, 30.2660652 ], [ 120.3544296, 30.2659628 ], [ 120.3550207, 30.265805 ], [ 120.3553882, 30.2656536 ], [ 120.3560008, 30.2654094 ], [ 120.3567899, 30.2651945 ], [ 120.3574153, 30.2650871 ], [ 120.3579793, 30.2650803 ], [ 120.3585532, 30.2650945 ], [ 120.3592272, 30.2651778 ], [ 120.3602993, 30.2654462 ], [ 120.3603805, 30.2654653 ], [ 120.3604422, 30.2654723 ], [ 120.360475, 30.2654787 ], [ 120.3605334, 30.2655007 ], [ 120.3605488, 30.2655146 ], [ 120.3605729, 30.2655279 ], [ 120.360703, 30.2655702 ], [ 120.3609323, 30.2656455 ], [ 120.3611987, 30.2657615 ], [ 120.3614032, 30.265803 ], [ 120.3620261, 30.2659564 ], [ 120.3621126, 30.2659338 ], [ 120.3623091, 30.2660079 ], [ 120.3623219, 30.2660975 ], [ 120.3624154, 30.266171 ], [ 120.362548, 30.2661889 ], [ 120.3626702, 30.2661698 ], [ 120.3628612, 30.2661254 ], [ 120.3629725, 30.2661254 ], [ 120.3630174, 30.2661899 ], [ 120.3630643, 30.2663025 ], [ 120.3631208, 30.2663582 ], [ 120.3631872, 30.2663889 ], [ 120.3632637, 30.2664262 ], [ 120.3633609, 30.2664202 ], [ 120.3635568, 30.2663707 ], [ 120.3636648, 30.2663684 ], [ 120.36375, 30.2664204 ], [ 120.3638523, 30.2665429 ], [ 120.3639355, 30.2666105 ], [ 120.364027, 30.266657 ], [ 120.3641261, 30.2666531 ], [ 120.3642308, 30.2666535 ], [ 120.3643188, 30.2667025 ], [ 120.3644201, 30.2667764 ], [ 120.3645041, 30.2668638 ], [ 120.3645072, 30.2669689 ], [ 120.3645759, 30.2670708 ], [ 120.3647447, 30.2671214 ], [ 120.3649273, 30.2671464 ], [ 120.3650211, 30.2672112 ], [ 120.3650563, 30.2672969 ], [ 120.3651013, 30.2674226 ], [ 120.365149, 30.2675129 ], [ 120.3652613, 30.2675764 ], [ 120.3653672, 30.2675937 ], [ 120.3655791, 30.2676554 ], [ 120.3656891, 30.2677202 ], [ 120.3657398, 30.2677912 ], [ 120.3658718, 30.2680418 ], [ 120.3659494, 30.2681038 ], [ 120.3660368, 30.2681326 ], [ 120.3663441, 30.268204 ], [ 120.3664967, 30.2682626 ], [ 120.366573, 30.2683687 ], [ 120.3665814, 30.2684895 ], [ 120.366513, 30.2688103 ], [ 120.3668117, 30.2688986 ], [ 120.36684, 30.268764 ], [ 120.366912, 30.2686469 ], [ 120.3670264, 30.268603 ], [ 120.3674418, 30.2687677 ], [ 120.3675986, 30.2688592 ], [ 120.3680987, 30.2690605 ], [ 120.368158, 30.2691154 ], [ 120.3680522, 30.2693279 ], [ 120.3684322, 30.2695164 ], [ 120.3684844, 30.2692545 ], [ 120.3684293, 30.269174 ], [ 120.3683021, 30.2691301 ], [ 120.3681707, 30.2690239 ], [ 120.3681199, 30.2689873 ], [ 120.3679843, 30.2689214 ], [ 120.3678063, 30.2688592 ], [ 120.3675689, 30.2686725 ], [ 120.3673401, 30.2685334 ], [ 120.3670264, 30.2682735 ], [ 120.3668188, 30.2680978 ], [ 120.3666493, 30.268032 ], [ 120.3664246, 30.2679661 ], [ 120.3662774, 30.2679212 ], [ 120.3661654, 30.2678818 ], [ 120.3660967, 30.2678072 ], [ 120.3659776, 30.2676198 ], [ 120.3658864, 30.2674949 ], [ 120.3657275, 30.2674138 ], [ 120.3654859, 30.2673762 ], [ 120.3653601, 30.2673072 ], [ 120.3652802, 30.2671959 ], [ 120.3652403, 30.2671036 ], [ 120.3651736, 30.2670239 ], [ 120.3650646, 30.2669661 ], [ 120.3649899, 30.2669123 ], [ 120.3648404, 30.2668827 ], [ 120.3646442, 30.2668134 ], [ 120.3646069, 30.2667102 ], [ 120.3645181, 30.2666183 ], [ 120.3644131, 30.266532 ], [ 120.3642671, 30.2664808 ], [ 120.3641615, 30.2664753 ], [ 120.3640585, 30.2664358 ], [ 120.3639743, 30.2663434 ], [ 120.3638949, 30.2662448 ], [ 120.3638344, 30.2661815 ], [ 120.3637384, 30.2661793 ], [ 120.3635973, 30.2661888 ], [ 120.3634842, 30.2662226 ], [ 120.3633815, 30.2662224 ], [ 120.3632789, 30.2661819 ], [ 120.3632182, 30.2660932 ], [ 120.3631271, 30.2659963 ], [ 120.3630302, 30.2659398 ], [ 120.3628445, 30.2659167 ], [ 120.3626494, 30.2659419 ], [ 120.3624823, 30.2659368 ], [ 120.3623831, 30.2658613 ], [ 120.3623205, 30.2657691 ], [ 120.3621342, 30.2657019 ], [ 120.3614831, 30.2655557 ], [ 120.3600879, 30.265168 ], [ 120.3596143, 30.2650445 ], [ 120.3591059, 30.26493 ], [ 120.3586616, 30.2648727 ], [ 120.3581611, 30.2648617 ], [ 120.3575781, 30.2648679 ], [ 120.3570557, 30.2649355 ], [ 120.3565094, 30.2650514 ], [ 120.356114, 30.2651387 ], [ 120.3555496, 30.2653465 ], [ 120.3547158, 30.2656684 ], [ 120.3542622, 30.2657791 ], [ 120.3538304, 30.2658011 ], [ 120.3531025, 30.2657278 ], [ 120.3525566, 30.2655931 ], [ 120.3524841, 30.2654493 ], [ 120.3524779, 30.2651087 ], [ 120.3525263, 30.2649822 ], [ 120.352733, 30.2647083 ], [ 120.3528592, 30.2645408 ], [ 120.3529558, 30.264377 ], [ 120.3529793, 30.2641839 ], [ 120.3529554, 30.2638221 ], [ 120.3528936, 30.2634654 ], [ 120.3529058, 30.2632988 ], [ 120.3528103, 30.2631274 ], [ 120.3526797, 30.2630727 ], [ 120.3522009, 30.2631144 ], [ 120.3514401, 30.2631296 ], [ 120.350796, 30.2631958 ], [ 120.3498299, 30.2633086 ], [ 120.3494904, 30.2633556 ], [ 120.3484286, 30.2636684 ], [ 120.3479785, 30.2637874 ], [ 120.3477947, 30.263847 ], [ 120.3468795, 30.264377 ], [ 120.3457426, 30.2651242 ], [ 120.345442, 30.2653159 ], [ 120.3453094, 30.2654349 ], [ 120.3449897, 30.2656195 ], [ 120.3443179, 30.2661228 ], [ 120.343855, 30.2664257 ], [ 120.3438275, 30.2664943 ], [ 120.3431107, 30.2669564 ], [ 120.3426436, 30.2672691 ], [ 120.3426443, 30.2673204 ], [ 120.3420583, 30.2676873 ], [ 120.3410926, 30.2683625 ], [ 120.3405212, 30.2687693 ], [ 120.3380499, 30.2704902 ], [ 120.3361188, 30.2718764 ], [ 120.3347057, 30.2727491 ], [ 120.3340506, 30.2731979 ], [ 120.3336791, 30.2734556 ], [ 120.3334142, 30.2736641 ], [ 120.333315, 30.273795 ], [ 120.3331326, 30.2739849 ], [ 120.332851, 30.2742455 ], [ 120.3325626, 30.2745281 ], [ 120.3323869, 30.2746868 ], [ 120.3320643, 30.2750829 ], [ 120.3308454, 30.2761689 ], [ 120.3303656, 30.2766023 ], [ 120.3296001, 30.277251 ], [ 120.3294982, 30.2773622 ], [ 120.3291965, 30.2776124 ], [ 120.3291213, 30.2777016 ], [ 120.3290623, 30.2777722 ], [ 120.3290087, 30.2778243 ], [ 120.3288679, 30.2779679 ], [ 120.3285728, 30.2782088 ], [ 120.3282778, 30.2784671 ], [ 120.3277192, 30.2789981 ], [ 120.3272203, 30.2794915 ], [ 120.3268736, 30.2797795 ], [ 120.3267688, 30.2798711 ], [ 120.3266508, 30.2799516 ], [ 120.326478, 30.2800312 ], [ 120.3263707, 30.2800897 ], [ 120.3263399, 30.2801152 ], [ 120.3262909, 30.280176 ], [ 120.3262769, 30.2801962 ], [ 120.3262521, 30.2802443 ], [ 120.3261796, 30.2809222 ], [ 120.3261354, 30.2811032 ], [ 120.3258873, 30.2813652 ], [ 120.3254074, 30.2818224 ], [ 120.3252254, 30.2819176 ], [ 120.3248338, 30.2820653 ], [ 120.3246574, 30.282151 ], [ 120.3244864, 30.2822701 ], [ 120.3243981, 30.2824177 ], [ 120.3242768, 30.2826368 ], [ 120.3240727, 30.2829226 ], [ 120.3239845, 30.2830226 ], [ 120.3237473, 30.2831798 ], [ 120.3234661, 30.2833845 ], [ 120.3231738, 30.2835179 ], [ 120.3230138, 30.2836608 ], [ 120.3229366, 30.2837798 ], [ 120.3228136, 30.2839041 ], [ 120.3227011, 30.2839584 ], [ 120.3225811, 30.2839796 ], [ 120.3222562, 30.2839983 ], [ 120.3221771, 30.2840238 ], [ 120.3221114, 30.284062 ], [ 120.3216501, 30.284465 ], [ 120.3212142, 30.2848518 ], [ 120.3209528, 30.2850488 ], [ 120.3208562, 30.2851906 ], [ 120.3207766, 30.2853168 ], [ 120.3205841, 30.2856095 ], [ 120.3205128, 30.2857569 ], [ 120.3204692, 30.2858924 ], [ 120.3204525, 30.2859381 ], [ 120.3204551, 30.2859873 ] ], [ [ 120.3462903, 30.2651839 ], [ 120.3463027, 30.2650908 ], [ 120.3463841, 30.2650131 ], [ 120.3465104, 30.2649247 ], [ 120.346561, 30.2648912 ], [ 120.3465605, 30.2648673 ], [ 120.3465374, 30.2648405 ], [ 120.3466029, 30.2648015 ], [ 120.3466897, 30.2648055 ], [ 120.3468132, 30.264698 ], [ 120.3468985, 30.2646547 ], [ 120.3469239, 30.2645792 ], [ 120.3469859, 30.2645387 ], [ 120.3470202, 30.2645661 ], [ 120.3470875, 30.2645544 ], [ 120.3471566, 30.2645151 ], [ 120.3476188, 30.2642318 ], [ 120.3479621, 30.2640926 ], [ 120.3485607, 30.263868 ], [ 120.3491976, 30.2636711 ], [ 120.3494504, 30.2635994 ], [ 120.3499617, 30.2635392 ], [ 120.3499601, 30.2635208 ], [ 120.3504472, 30.2634737 ], [ 120.3504895, 30.26352 ], [ 120.3506989, 30.2634881 ], [ 120.3507036, 30.2634411 ], [ 120.3509263, 30.2634083 ], [ 120.3512364, 30.2633607 ], [ 120.3514134, 30.2633579 ], [ 120.3514245, 30.2633117 ], [ 120.3515286, 30.2633106 ], [ 120.3520594, 30.2633377 ], [ 120.352349, 30.2633927 ], [ 120.3525412, 30.263507 ], [ 120.3526569, 30.2636359 ], [ 120.3526667, 30.263728 ], [ 120.3526974, 30.263804 ], [ 120.3527309, 30.2638637 ], [ 120.3527173, 30.2638946 ], [ 120.3526956, 30.2640719 ], [ 120.3526542, 30.2641775 ], [ 120.3526275, 30.2642676 ], [ 120.3526198, 30.2644581 ], [ 120.3525829, 30.2645449 ], [ 120.3524737, 30.2647129 ], [ 120.352345, 30.2648566 ], [ 120.3521848, 30.2649807 ], [ 120.3518736, 30.26521 ], [ 120.3518375, 30.2652619 ], [ 120.3517918, 30.2652825 ], [ 120.3517394, 30.2652888 ], [ 120.3516711, 30.2652706 ], [ 120.3516, 30.2652677 ], [ 120.3514888, 30.2652889 ], [ 120.3512624, 30.2653298 ], [ 120.3511249, 30.265371 ], [ 120.3510503, 30.2653956 ], [ 120.3509904, 30.2654244 ], [ 120.3509421, 30.2654585 ], [ 120.3508708, 30.2655371 ], [ 120.3507248, 30.265714 ], [ 120.3506443, 30.2657817 ], [ 120.3505234, 30.2658396 ], [ 120.3503731, 30.2658432 ], [ 120.3501346, 30.2658224 ], [ 120.3499337, 30.2657948 ], [ 120.3498347, 30.2657473 ], [ 120.3496848, 30.26569 ], [ 120.3495662, 30.2656273 ], [ 120.3494527, 30.2655991 ], [ 120.3493225, 30.2655948 ], [ 120.349117, 30.2656166 ], [ 120.348799, 30.2656298 ], [ 120.3486292, 30.2656597 ], [ 120.348446, 30.2657113 ], [ 120.348236, 30.2657999 ], [ 120.3480068, 30.2659099 ], [ 120.3478547, 30.2659681 ], [ 120.3477369, 30.2659767 ], [ 120.3476267, 30.2659657 ], [ 120.3475391, 30.2659267 ], [ 120.3474596, 30.2658808 ], [ 120.347367, 30.2658035 ], [ 120.3472542, 30.2656824 ], [ 120.3471332, 30.265568 ], [ 120.3470463, 30.265498 ], [ 120.346968, 30.2654489 ], [ 120.3468251, 30.2654036 ], [ 120.3466849, 30.2653902 ], [ 120.3465696, 30.2653585 ], [ 120.3465098, 30.2653257 ], [ 120.3464538, 30.2652986 ], [ 120.3463629, 30.2652893 ], [ 120.3463058, 30.265302 ], [ 120.3462767, 30.2652719 ], [ 120.3462903, 30.2651839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3396689, 30.2787241 ], [ 120.3396814, 30.2792672 ], [ 120.3397437, 30.2793559 ], [ 120.3398526, 30.2796033 ], [ 120.3422655, 30.2828107 ], [ 120.3438533, 30.2848486 ], [ 120.3462132, 30.2879295 ], [ 120.3467798, 30.2887037 ], [ 120.3499492, 30.2928114 ], [ 120.350905, 30.2940991 ], [ 120.3509974, 30.294227 ], [ 120.3513046, 30.2946575 ], [ 120.352013, 30.2946522 ], [ 120.3520021, 30.2944309 ], [ 120.3514852, 30.2943564 ], [ 120.3513672, 30.29429 ], [ 120.3507306, 30.2935265 ], [ 120.3477854, 30.2895774 ], [ 120.3463097, 30.2876822 ], [ 120.3442922, 30.2849669 ], [ 120.3439, 30.284534 ], [ 120.3434983, 30.283991 ], [ 120.342144, 30.2822031 ], [ 120.3399896, 30.2792699 ], [ 120.3399803, 30.278716 ], [ 120.3401642, 30.2786224 ], [ 120.3395539, 30.2786164 ], [ 120.3396689, 30.2787241 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2701993, 30.2689411 ], [ 120.2702485, 30.2689755 ], [ 120.2712299, 30.2687675 ], [ 120.2712878, 30.2687219 ], [ 120.2713222, 30.2686513 ], [ 120.2713911, 30.2685918 ], [ 120.2716105, 30.2685249 ], [ 120.2716552, 30.2685097 ], [ 120.2726259, 30.2681794 ], [ 120.2728453, 30.2680679 ], [ 120.2730174, 30.2679675 ], [ 120.2730648, 30.2679007 ], [ 120.2730562, 30.267804 ], [ 120.2730217, 30.2678263 ], [ 120.2730303, 30.2679081 ], [ 120.2729744, 30.2679601 ], [ 120.2728066, 30.2680233 ], [ 120.2722559, 30.26825 ], [ 120.2715503, 30.2684878 ], [ 120.2713782, 30.2685621 ], [ 120.271219, 30.2686476 ], [ 120.2710684, 30.2686476 ], [ 120.2702294, 30.2688408 ], [ 120.2701907, 30.268878 ], [ 120.2701993, 30.2689411 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3090559, 30.2688364 ], [ 120.3091974, 30.2689587 ], [ 120.3096788, 30.2689709 ], [ 120.3097212, 30.2688609 ], [ 120.3093461, 30.2684451 ], [ 120.3092187, 30.2683779 ], [ 120.3090983, 30.2684696 ], [ 120.3090346, 30.2687019 ], [ 120.3090559, 30.2688364 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.262324, 30.2710123 ], [ 120.2623723, 30.2710541 ], [ 120.262991, 30.2708996 ], [ 120.2647586, 30.2704456 ], [ 120.2652338, 30.2703235 ], [ 120.2661751, 30.2700798 ], [ 120.2671112, 30.2698375 ], [ 120.2692651, 30.2692799 ], [ 120.2692941, 30.2692506 ], [ 120.2692845, 30.269188 ], [ 120.269241, 30.2690795 ], [ 120.269212, 30.268925 ], [ 120.2672471, 30.2694519 ], [ 120.267235, 30.2694552 ], [ 120.2672592, 30.2695888 ], [ 120.2672398, 30.2696347 ], [ 120.2670901, 30.2696768 ], [ 120.2658284, 30.2700313 ], [ 120.2655724, 30.2700968 ], [ 120.265468, 30.2701235 ], [ 120.2623675, 30.2709163 ], [ 120.262324, 30.2709497 ], [ 120.262324, 30.2710123 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2702283, 30.2765541 ], [ 120.2710307, 30.275336 ], [ 120.2712922, 30.2749379 ], [ 120.2714208, 30.2748211 ], [ 120.2734349, 30.2734983 ], [ 120.276675, 30.2713533 ], [ 120.2773027, 30.2709132 ], [ 120.2799581, 30.2691619 ], [ 120.2818678, 30.2678878 ], [ 120.2828763, 30.2672067 ], [ 120.2830641, 30.2670862 ], [ 120.2832035, 30.2670631 ], [ 120.2834878, 30.2676793 ], [ 120.2836702, 30.2679712 ], [ 120.283799, 30.2682213 ], [ 120.2839706, 30.2686152 ], [ 120.2840618, 30.2688098 ], [ 120.2841638, 30.2690599 ], [ 120.2842281, 30.2692221 ], [ 120.2848182, 30.2703896 ], [ 120.2849201, 30.2705981 ], [ 120.2849684, 30.2707973 ], [ 120.2850382, 30.2708993 ], [ 120.2855692, 30.2713996 ], [ 120.2856765, 30.2714691 ], [ 120.285934, 30.2715757 ], [ 120.2860735, 30.2716035 ], [ 120.2862237, 30.2715988 ], [ 120.2864275, 30.2715664 ], [ 120.2866421, 30.2715386 ], [ 120.2867565, 30.2715442 ], [ 120.2871142, 30.2715618 ], [ 120.2884231, 30.2718027 ], [ 120.2885304, 30.2718143 ], [ 120.288694, 30.2718421 ], [ 120.2893458, 30.2720019 ], [ 120.2894638, 30.2720158 ], [ 120.2895655, 30.2720136 ], [ 120.2896526, 30.272038 ], [ 120.2897076, 30.2720901 ], [ 120.2897277, 30.2721353 ], [ 120.2897475, 30.2721714 ], [ 120.2897878, 30.2722004 ], [ 120.2898231, 30.2722157 ], [ 120.2906386, 30.2722984 ], [ 120.290981, 30.2722783 ], [ 120.2912559, 30.2722829 ], [ 120.291494, 30.2723426 ], [ 120.2917072, 30.2723791 ], [ 120.2918266, 30.272393 ], [ 120.2920119, 30.2723957 ], [ 120.2921592, 30.2723762 ], [ 120.2922962, 30.2723447 ], [ 120.2925541, 30.2722991 ], [ 120.2927519, 30.2722881 ], [ 120.2927949, 30.2722951 ], [ 120.2928405, 30.2723119 ], [ 120.2930892, 30.2724011 ], [ 120.2933313, 30.2725499 ], [ 120.2935526, 30.2726512 ], [ 120.2938036, 30.2727246 ], [ 120.2941094, 30.2727617 ], [ 120.2946297, 30.2727941 ], [ 120.2946458, 30.2728405 ], [ 120.2946834, 30.2729841 ], [ 120.2947478, 30.2730953 ], [ 120.2948658, 30.2731648 ], [ 120.2950053, 30.273225 ], [ 120.2950428, 30.2736373 ], [ 120.2950857, 30.2742813 ], [ 120.2951125, 30.2748187 ], [ 120.2951608, 30.2752542 ], [ 120.2951823, 30.2758657 ], [ 120.2952091, 30.2761992 ], [ 120.2952091, 30.2766301 ], [ 120.2952788, 30.2771073 ], [ 120.2953647, 30.2783164 ], [ 120.2953861, 30.2787333 ], [ 120.2953754, 30.2789279 ], [ 120.2952896, 30.2789789 ], [ 120.29537, 30.279053 ], [ 120.2953861, 30.2791688 ], [ 120.2953486, 30.2795857 ], [ 120.2953271, 30.280276 ], [ 120.2952681, 30.280415 ], [ 120.2952145, 30.2809986 ], [ 120.295193, 30.2811932 ], [ 120.2953378, 30.2812951 ], [ 120.295421, 30.2804595 ], [ 120.2954948, 30.2800742 ], [ 120.2955041, 30.2795498 ], [ 120.2955417, 30.2790831 ], [ 120.295531, 30.2785388 ], [ 120.2954988, 30.2779041 ], [ 120.295429, 30.2777836 ], [ 120.295429, 30.277691 ], [ 120.295488, 30.2775659 ], [ 120.295488, 30.2773991 ], [ 120.2954451, 30.2771026 ], [ 120.2954451, 30.2767922 ], [ 120.295429, 30.2764957 ], [ 120.2954076, 30.2759908 ], [ 120.2953593, 30.2758194 ], [ 120.2953164, 30.2746751 ], [ 120.2952788, 30.2737253 ], [ 120.2952413, 30.2732065 ], [ 120.2953432, 30.2731138 ], [ 120.2953325, 30.2729794 ], [ 120.2954022, 30.2728729 ], [ 120.2954183, 30.272669 ], [ 120.2953808, 30.2725532 ], [ 120.2953218, 30.2723679 ], [ 120.294324, 30.2721363 ], [ 120.2941201, 30.2721177 ], [ 120.2938519, 30.2720946 ], [ 120.2936641, 30.2720482 ], [ 120.2934979, 30.2719509 ], [ 120.293412, 30.2717842 ], [ 120.2933691, 30.2716174 ], [ 120.2932672, 30.2714923 ], [ 120.2932511, 30.2713811 ], [ 120.2931974, 30.2712745 ], [ 120.293235, 30.2711587 ], [ 120.2933584, 30.2709873 ], [ 120.2935354, 30.270802 ], [ 120.2936802, 30.270612 ], [ 120.2936105, 30.2705518 ], [ 120.2934657, 30.2705008 ], [ 120.2933208, 30.2706676 ], [ 120.2931384, 30.2707093 ], [ 120.2929223, 30.2708004 ], [ 120.2928076, 30.2708409 ], [ 120.2926688, 30.2709075 ], [ 120.2925508, 30.2710135 ], [ 120.292475, 30.2710975 ], [ 120.2923851, 30.2711855 ], [ 120.2923241, 30.2712202 ], [ 120.2922638, 30.2712365 ], [ 120.2922168, 30.2712365 ], [ 120.2921621, 30.2712467 ], [ 120.2921404, 30.2712712 ], [ 120.292127, 30.2712978 ], [ 120.2921511, 30.271365 ], [ 120.292186, 30.2714646 ], [ 120.2921846, 30.2716025 ], [ 120.292131, 30.2717113 ], [ 120.2920076, 30.271855 ], [ 120.2919164, 30.2719384 ], [ 120.2917944, 30.2720194 ], [ 120.2917166, 30.2720391 ], [ 120.291631, 30.2720436 ], [ 120.2912233, 30.2719695 ], [ 120.2908371, 30.2719278 ], [ 120.2905099, 30.2718861 ], [ 120.2901129, 30.2718444 ], [ 120.2898554, 30.2718212 ], [ 120.2897401, 30.2718258 ], [ 120.289662, 30.2718156 ], [ 120.2895604, 30.2717749 ], [ 120.2893619, 30.27171 ], [ 120.2887664, 30.2715618 ], [ 120.288289, 30.2714645 ], [ 120.2878867, 30.271395 ], [ 120.2871571, 30.2713116 ], [ 120.286728, 30.2712838 ], [ 120.2862076, 30.2713023 ], [ 120.286052, 30.2713116 ], [ 120.2859662, 30.2712745 ], [ 120.2856122, 30.2708298 ], [ 120.2849684, 30.2702645 ], [ 120.2849255, 30.2701348 ], [ 120.2849631, 30.2700375 ], [ 120.2847431, 30.2695927 ], [ 120.2842013, 30.2685735 ], [ 120.2839492, 30.2680082 ], [ 120.2837668, 30.267582 ], [ 120.2840136, 30.2675217 ], [ 120.2840726, 30.2674522 ], [ 120.2840672, 30.2673874 ], [ 120.2841584, 30.2673364 ], [ 120.284094, 30.2672855 ], [ 120.2840028, 30.2672021 ], [ 120.2839599, 30.2671465 ], [ 120.2839116, 30.2670538 ], [ 120.2838473, 30.2669519 ], [ 120.2837346, 30.2668314 ], [ 120.2836059, 30.2668036 ], [ 120.2834449, 30.2667573 ], [ 120.2833591, 30.2667387 ], [ 120.2832179, 30.2666315 ], [ 120.2827187, 30.2656068 ], [ 120.282372, 30.2648113 ], [ 120.2820931, 30.2642692 ], [ 120.2819483, 30.2639495 ], [ 120.2819268, 30.2637827 ], [ 120.2820126, 30.2636252 ], [ 120.2822058, 30.2635372 ], [ 120.2825008, 30.263514 ], [ 120.2831123, 30.2635418 ], [ 120.2845822, 30.2637364 ], [ 120.2850625, 30.2637951 ], [ 120.2851884, 30.2638105 ], [ 120.2857677, 30.2638847 ], [ 120.2860896, 30.2638522 ], [ 120.2866421, 30.2638986 ], [ 120.2877043, 30.263982 ], [ 120.2896837, 30.2641256 ], [ 120.2897374, 30.2642044 ], [ 120.2909819, 30.2643295 ], [ 120.2910517, 30.2642507 ], [ 120.2910892, 30.2640793 ], [ 120.2906976, 30.2639773 ], [ 120.2901612, 30.2639727 ], [ 120.2898822, 30.2639588 ], [ 120.2897964, 30.2639217 ], [ 120.2893297, 30.2638754 ], [ 120.2876238, 30.2638105 ], [ 120.2873556, 30.2637874 ], [ 120.2872268, 30.2637596 ], [ 120.2869908, 30.263741 ], [ 120.2863417, 30.263704 ], [ 120.2858106, 30.2636762 ], [ 120.2850918, 30.2636206 ], [ 120.2848236, 30.2635696 ], [ 120.284609, 30.2635557 ], [ 120.2839438, 30.2634908 ], [ 120.2830962, 30.263426 ], [ 120.2826456, 30.2634074 ], [ 120.2819965, 30.2634677 ], [ 120.2819912, 30.2635279 ], [ 120.2818195, 30.2636159 ], [ 120.2817176, 30.2637364 ], [ 120.2816908, 30.263843 ], [ 120.281723, 30.2639171 ], [ 120.2819536, 30.2642878 ], [ 120.2826211, 30.2657849 ], [ 120.2830443, 30.2667806 ], [ 120.2798508, 30.2689765 ], [ 120.2791427, 30.2694352 ], [ 120.2772007, 30.2707232 ], [ 120.2771042, 30.2706074 ], [ 120.2769862, 30.2706166 ], [ 120.2769164, 30.2706722 ], [ 120.2769003, 30.2707927 ], [ 120.2769111, 30.2709548 ], [ 120.2753339, 30.2719695 ], [ 120.2747921, 30.2723355 ], [ 120.272855, 30.2735567 ], [ 120.2714922, 30.2744407 ], [ 120.2712413, 30.274615 ], [ 120.271015, 30.2748011 ], [ 120.2708356, 30.2749969 ], [ 120.2705588, 30.2753562 ], [ 120.2699506, 30.2764273 ], [ 120.2702283, 30.2765541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2984174, 30.2785782 ], [ 120.3067259, 30.2735582 ], [ 120.3067275, 30.2732456 ], [ 120.3087198, 30.272032 ], [ 120.3092732, 30.2716281 ], [ 120.3094615, 30.2714334 ], [ 120.3094343, 30.2713417 ], [ 120.3093542, 30.2711598 ], [ 120.3093105, 30.2710605 ], [ 120.3114079, 30.2694404 ], [ 120.3125347, 30.2686528 ], [ 120.312906, 30.2682759 ], [ 120.3133359, 30.2679384 ], [ 120.3134922, 30.2677527 ], [ 120.3137592, 30.2676065 ], [ 120.3139025, 30.2675727 ], [ 120.3140232, 30.2676304 ], [ 120.314005, 30.2671989 ], [ 120.3131057, 30.2671989 ], [ 120.3130512, 30.2678815 ], [ 120.3128695, 30.2680384 ], [ 120.3089722, 30.270965 ], [ 120.3091811, 30.2711847 ], [ 120.3093573, 30.2713947 ], [ 120.3093719, 30.2714122 ], [ 120.3092591, 30.271462 ], [ 120.3035406, 30.2751868 ], [ 120.303272, 30.2751666 ], [ 120.2980651, 30.2780727 ], [ 120.2984174, 30.2785782 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2660587, 30.2765907 ], [ 120.2660705, 30.2766377 ], [ 120.2661274, 30.2766725 ], [ 120.2663619, 30.2766909 ], [ 120.2663903, 30.2766787 ], [ 120.2664188, 30.2766398 ], [ 120.2664401, 30.2765804 ], [ 120.2664354, 30.276517 ], [ 120.2663903, 30.2764188 ], [ 120.2663501, 30.2763963 ], [ 120.2662766, 30.2764065 ], [ 120.26617, 30.2764556 ], [ 120.2660871, 30.2764904 ], [ 120.2660563, 30.2765334 ], [ 120.2660587, 30.2765907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2873203, 30.2788075 ], [ 120.2872725, 30.2774133 ], [ 120.2864977, 30.2774186 ], [ 120.2863347, 30.2788966 ], [ 120.2873203, 30.2788075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2830237, 30.2813454 ], [ 120.2836082, 30.2814094 ], [ 120.2836779, 30.2808106 ], [ 120.283643, 30.2807804 ], [ 120.2830586, 30.2807352 ], [ 120.2830019, 30.2813153 ], [ 120.2830237, 30.2813454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2828362, 30.2813341 ], [ 120.2828711, 30.2809989 ], [ 120.2821383, 30.2809575 ], [ 120.2820991, 30.2812625 ], [ 120.2828362, 30.2813341 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2808604, 30.2816354 ], [ 120.2814536, 30.2816919 ], [ 120.2814884, 30.2816279 ], [ 120.2815277, 30.2814207 ], [ 120.2816193, 30.2809085 ], [ 120.2816018, 30.2808445 ], [ 120.2815408, 30.2808332 ], [ 120.2813794, 30.2808482 ], [ 120.2812442, 30.2808784 ], [ 120.2811439, 30.2809198 ], [ 120.2810349, 30.2809801 ], [ 120.2809651, 30.2810403 ], [ 120.2808386, 30.2816053 ], [ 120.2808604, 30.2816354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3635301, 30.2698034 ], [ 120.363547, 30.269812 ], [ 120.3635716, 30.2698121 ], [ 120.3635988, 30.2698092 ], [ 120.3636199, 30.2698112 ], [ 120.363634, 30.2698173 ], [ 120.3636584, 30.2698532 ], [ 120.3637108, 30.2698862 ], [ 120.363752, 30.2699169 ], [ 120.3637909, 30.2699366 ], [ 120.3638218, 30.2699502 ], [ 120.3638684, 30.2699722 ], [ 120.3638922, 30.269985 ], [ 120.3639046, 30.2699971 ], [ 120.3639054, 30.270005 ], [ 120.3639026, 30.2700125 ], [ 120.3638742, 30.270032 ], [ 120.3638685, 30.270033 ], [ 120.3638622, 30.2700325 ], [ 120.3638228, 30.2700197 ], [ 120.3637993, 30.270018 ], [ 120.3637782, 30.2700275 ], [ 120.3637718, 30.2700423 ], [ 120.3637752, 30.2700629 ], [ 120.3638586, 30.2701248 ], [ 120.3638731, 30.2701266 ], [ 120.3638891, 30.2701202 ], [ 120.3638995, 30.270102 ], [ 120.3639032, 30.2700762 ], [ 120.363926, 30.2700342 ], [ 120.3639381, 30.2700145 ], [ 120.3639388, 30.2700021 ], [ 120.3639347, 30.2699911 ], [ 120.3639113, 30.2699757 ], [ 120.3638821, 30.2699575 ], [ 120.3638607, 30.2699412 ], [ 120.3638342, 30.2699265 ], [ 120.3638003, 30.2699016 ], [ 120.3637762, 30.2698784 ], [ 120.3637671, 30.2698521 ], [ 120.3637639, 30.2698371 ], [ 120.3637594, 30.2698251 ], [ 120.3637423, 30.2698107 ], [ 120.3637302, 30.2698043 ], [ 120.3637279, 30.269797 ], [ 120.3637319, 30.2697736 ], [ 120.3637282, 30.26976 ], [ 120.3637148, 30.2697446 ], [ 120.3636937, 30.26974 ], [ 120.3636722, 30.2697429 ], [ 120.3636464, 30.2697629 ], [ 120.363633, 30.269769 ], [ 120.3636179, 30.2697687 ], [ 120.3635837, 30.2697637 ], [ 120.3635428, 30.2697681 ], [ 120.3635277, 30.2697797 ], [ 120.3635254, 30.269793 ], [ 120.3635301, 30.2698034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3664929, 30.2690562 ], [ 120.3665197, 30.2691767 ], [ 120.3665734, 30.2693006 ], [ 120.3667061, 30.2694386 ], [ 120.3668784, 30.269517 ], [ 120.3670788, 30.2696005 ], [ 120.3674064, 30.2697603 ], [ 120.3676377, 30.2699188 ], [ 120.3677613, 30.2700382 ], [ 120.3678656, 30.2701966 ], [ 120.368024, 30.2703232 ], [ 120.3681248, 30.2704082 ], [ 120.3681995, 30.2704401 ], [ 120.3682979, 30.2704526 ], [ 120.3683593, 30.2704413 ], [ 120.368451, 30.2704286 ], [ 120.3685214, 30.2704565 ], [ 120.3685726, 30.2705156 ], [ 120.3686792, 30.2705533 ], [ 120.3686475, 30.270611 ], [ 120.3690061, 30.2706687 ], [ 120.3692516, 30.2708372 ], [ 120.3696429, 30.2711221 ], [ 120.3698349, 30.2712942 ], [ 120.3698986, 30.2714569 ], [ 120.369981, 30.2716958 ], [ 120.3700633, 30.2719175 ], [ 120.3701524, 30.2720518 ], [ 120.3702707, 30.2721563 ], [ 120.370407, 30.2722443 ], [ 120.3707436, 30.2723884 ], [ 120.3710201, 30.2725498 ], [ 120.3714474, 30.2728151 ], [ 120.3715475, 30.2728209 ], [ 120.3716201, 30.2728633 ], [ 120.3716581, 30.2729109 ], [ 120.3716697, 30.272983 ], [ 120.3717571, 30.2730531 ], [ 120.3718622, 30.2731352 ], [ 120.3718773, 30.273226 ], [ 120.3719023, 30.2733773 ], [ 120.3719173, 30.2734724 ], [ 120.3719774, 30.2735156 ], [ 120.3719624, 30.2736237 ], [ 120.3719924, 30.2736799 ], [ 120.3720074, 30.273749 ], [ 120.3720775, 30.2738614 ], [ 120.3721576, 30.2739176 ], [ 120.3722927, 30.2739435 ], [ 120.3724479, 30.2739565 ], [ 120.372578, 30.2739781 ], [ 120.3727081, 30.2739954 ], [ 120.3728182, 30.2739868 ], [ 120.3728583, 30.2739608 ], [ 120.3728357, 30.2739215 ], [ 120.3728073, 30.2738872 ], [ 120.3727736, 30.2738607 ], [ 120.3726831, 30.2738052 ], [ 120.3724592, 30.273744 ], [ 120.3724171, 30.2737364 ], [ 120.3723778, 30.2737101 ], [ 120.3723477, 30.2736496 ], [ 120.3723477, 30.2735977 ], [ 120.3724078, 30.2735821 ], [ 120.3724535, 30.2736253 ], [ 120.3725008, 30.2736804 ], [ 120.372508, 30.2737223 ], [ 120.3725893, 30.2735763 ], [ 120.372524, 30.273498 ], [ 120.3724942, 30.2735377 ], [ 120.3724182, 30.2735495 ], [ 120.3722958, 30.2735098 ], [ 120.3722439, 30.2735188 ], [ 120.3722061, 30.2734741 ], [ 120.3721776, 30.2734205 ], [ 120.3721626, 30.2732995 ], [ 120.3721025, 30.2732044 ], [ 120.3721074, 30.2731754 ], [ 120.3721536, 30.2731738 ], [ 120.3721869, 30.273181 ], [ 120.3722877, 30.273092 ], [ 120.3720274, 30.2728759 ], [ 120.3717124, 30.2726121 ], [ 120.3711954, 30.2721721 ], [ 120.3700615, 30.2711575 ], [ 120.3696063, 30.2707727 ], [ 120.369151, 30.2704484 ], [ 120.368538, 30.2700268 ], [ 120.368455, 30.2698726 ], [ 120.3683475, 30.2697036 ], [ 120.3683701, 30.2696081 ], [ 120.3684322, 30.2695164 ], [ 120.3680522, 30.2693279 ], [ 120.3680502, 30.2693765 ], [ 120.3680741, 30.2694276 ], [ 120.3679058, 30.2694086 ], [ 120.3677496, 30.2693405 ], [ 120.3676294, 30.269278 ], [ 120.3674414, 30.2692375 ], [ 120.3672265, 30.2692516 ], [ 120.3670255, 30.2692432 ], [ 120.366931, 30.2691882 ], [ 120.3668703, 30.2691332 ], [ 120.3668084, 30.2690233 ], [ 120.3668117, 30.2688986 ], [ 120.366513, 30.2688103 ], [ 120.3664922, 30.2689191 ], [ 120.3664929, 30.2690562 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3737033, 30.2748381 ], [ 120.373745, 30.274897 ], [ 120.373745, 30.2749757 ], [ 120.3737033, 30.2750019 ], [ 120.3736358, 30.2749738 ], [ 120.3737068, 30.2751347 ], [ 120.373745, 30.2750772 ], [ 120.3738209, 30.2750576 ], [ 120.3739157, 30.2750739 ], [ 120.3739688, 30.2751362 ], [ 120.3739992, 30.2751919 ], [ 120.3740333, 30.2752377 ], [ 120.3741206, 30.2752836 ], [ 120.3742306, 30.2753458 ], [ 120.3742419, 30.2754441 ], [ 120.3742149, 30.2755596 ], [ 120.374342, 30.2753876 ], [ 120.3738196, 30.2746774 ], [ 120.3736305, 30.2748457 ], [ 120.3737033, 30.2748381 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3402689, 30.2786234 ], [ 120.3467017, 30.2786008 ], [ 120.347286, 30.2785425 ], [ 120.3492086, 30.2785425 ], [ 120.3498618, 30.2786383 ], [ 120.3512359, 30.2786171 ], [ 120.3515256, 30.2785532 ], [ 120.3519199, 30.2785958 ], [ 120.3521541, 30.2786117 ], [ 120.3534112, 30.2785958 ], [ 120.3567257, 30.2785809 ], [ 120.3595917, 30.2785958 ], [ 120.3603928, 30.2785692 ], [ 120.3618717, 30.2785851 ], [ 120.365304, 30.2785851 ], [ 120.3657448, 30.2785764 ], [ 120.3659527, 30.2785723 ], [ 120.3666473, 30.2785585 ], [ 120.3705726, 30.2785638 ], [ 120.3740727, 30.2785638 ], [ 120.3743192, 30.2785266 ], [ 120.3745718, 30.2784308 ], [ 120.374769, 30.2783137 ], [ 120.3751387, 30.2779465 ], [ 120.3754591, 30.2777284 ], [ 120.3755516, 30.2776964 ], [ 120.3756279, 30.277685 ], [ 120.3751972, 30.2773579 ], [ 120.375151, 30.2774623 ], [ 120.3751634, 30.27759 ], [ 120.3751449, 30.2776485 ], [ 120.3749169, 30.2778986 ], [ 120.3745348, 30.2782286 ], [ 120.3743869, 30.2783031 ], [ 120.3741528, 30.2783776 ], [ 120.3739063, 30.2783882 ], [ 120.3664933, 30.2783882 ], [ 120.3612863, 30.2784148 ], [ 120.3567002, 30.2783669 ], [ 120.3524376, 30.2784361 ], [ 120.3521726, 30.2783776 ], [ 120.3518768, 30.2783776 ], [ 120.3513653, 30.2783829 ], [ 120.3510634, 30.2784414 ], [ 120.3467438, 30.2784414 ], [ 120.3440201, 30.2784414 ], [ 120.3402621, 30.2784299 ], [ 120.3402689, 30.2786234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3770852, 30.2809 ], [ 120.3774501, 30.280637 ], [ 120.377379, 30.2806296 ], [ 120.3772993, 30.2806066 ], [ 120.3772576, 30.280551 ], [ 120.3772386, 30.2804822 ], [ 120.3772803, 30.2803937 ], [ 120.3773524, 30.2803577 ], [ 120.377451, 30.2803348 ], [ 120.3775231, 30.2803479 ], [ 120.3775807, 30.2803977 ], [ 120.3775272, 30.28028 ], [ 120.3775173, 30.2802413 ], [ 120.3774662, 30.2802791 ], [ 120.3773979, 30.2802889 ], [ 120.377269, 30.2803315 ], [ 120.37714, 30.2804691 ], [ 120.3770755, 30.280587 ], [ 120.3770603, 30.2807115 ], [ 120.3770852, 30.2809 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3782345, 30.2812707 ], [ 120.3783424, 30.281324 ], [ 120.3783993, 30.2814125 ], [ 120.3784752, 30.2815959 ], [ 120.3785169, 30.2817859 ], [ 120.3785662, 30.2819791 ], [ 120.378608, 30.282084 ], [ 120.3787293, 30.2822346 ], [ 120.3788393, 30.2824017 ], [ 120.3788849, 30.2825131 ], [ 120.3789759, 30.2826801 ], [ 120.379029, 30.2827915 ], [ 120.3790821, 30.2828931 ], [ 120.3790144, 30.2830204 ], [ 120.3792478, 30.2832823 ], [ 120.3793097, 30.2831748 ], [ 120.3792907, 30.2830994 ], [ 120.3791542, 30.2828537 ], [ 120.3790176, 30.2825917 ], [ 120.3787635, 30.2821888 ], [ 120.3786573, 30.2819857 ], [ 120.3785624, 30.2816909 ], [ 120.3785055, 30.2814485 ], [ 120.3784524, 30.2812716 ], [ 120.3783955, 30.2811864 ], [ 120.3783197, 30.2811209 ], [ 120.3781944, 30.2810881 ], [ 120.3782345, 30.2812707 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3657782, 30.2786179 ], [ 120.3658226, 30.294417 ], [ 120.3659307, 30.2944177 ], [ 120.3659135, 30.2786196 ], [ 120.3659527, 30.2785723 ], [ 120.3657448, 30.2785764 ], [ 120.3657782, 30.2786179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3722373, 30.2732237 ], [ 120.3722696, 30.2732821 ], [ 120.3723015, 30.2733137 ], [ 120.372339, 30.2733394 ], [ 120.3724282, 30.2733747 ], [ 120.3725002, 30.2734124 ], [ 120.3725164, 30.2734539 ], [ 120.372524, 30.273498 ], [ 120.3725893, 30.2735763 ], [ 120.372508, 30.2737223 ], [ 120.3724592, 30.273744 ], [ 120.3726831, 30.2738052 ], [ 120.3726449, 30.2737774 ], [ 120.3726201, 30.2737485 ], [ 120.3726067, 30.2737222 ], [ 120.3726305, 30.2737153 ], [ 120.3726955, 30.2737188 ], [ 120.3727376, 30.2737445 ], [ 120.3728368, 30.2738455 ], [ 120.3729295, 30.2738637 ], [ 120.3730103, 30.2739249 ], [ 120.3729971, 30.2739537 ], [ 120.3730356, 30.2739899 ], [ 120.3730378, 30.2740101 ], [ 120.3729858, 30.2740384 ], [ 120.3729289, 30.2740364 ], [ 120.3729136, 30.2740558 ], [ 120.3729249, 30.2740845 ], [ 120.3730078, 30.2742096 ], [ 120.3731181, 30.2742885 ], [ 120.3732122, 30.2743675 ], [ 120.3733098, 30.2744749 ], [ 120.3733387, 30.274546 ], [ 120.373418, 30.2745586 ], [ 120.3734693, 30.2746161 ], [ 120.3735141, 30.274708 ], [ 120.3734899, 30.2748918 ], [ 120.373487, 30.2751154 ], [ 120.3735496, 30.2753266 ], [ 120.3736596, 30.2755394 ], [ 120.3737582, 30.275644 ], [ 120.3738644, 30.2757024 ], [ 120.3740691, 30.2757799 ], [ 120.3743436, 30.2759479 ], [ 120.374663, 30.2762577 ], [ 120.3747993, 30.2764973 ], [ 120.3748628, 30.2767421 ], [ 120.3749459, 30.2769855 ], [ 120.3751836, 30.2772322 ], [ 120.3751972, 30.2773579 ], [ 120.3756279, 30.277685 ], [ 120.3757283, 30.27771 ], [ 120.3757655, 30.277775 ], [ 120.3757702, 30.2778426 ], [ 120.3758212, 30.2779129 ], [ 120.375906, 30.2779938 ], [ 120.3759403, 30.2780673 ], [ 120.3759377, 30.2782259 ], [ 120.3759658, 30.2783552 ], [ 120.3759882, 30.2784223 ], [ 120.3760599, 30.2784761 ], [ 120.3762975, 30.2786063 ], [ 120.3763905, 30.2786643 ], [ 120.3764348, 30.2787643 ], [ 120.3763733, 30.2791663 ], [ 120.3764476, 30.2792141 ], [ 120.3765172, 30.2793103 ], [ 120.3765634, 30.2794054 ], [ 120.3766651, 30.2794667 ], [ 120.3768777, 30.2796296 ], [ 120.3770228, 30.2797375 ], [ 120.3773884, 30.2800214 ], [ 120.3775004, 30.2801753 ], [ 120.3775173, 30.2802413 ], [ 120.3775272, 30.28028 ], [ 120.3775807, 30.2803977 ], [ 120.3776271, 30.2804824 ], [ 120.3775957, 30.2805382 ], [ 120.3775416, 30.2806005 ], [ 120.3774501, 30.280637 ], [ 120.3770852, 30.2809 ], [ 120.3771063, 30.2809968 ], [ 120.3771941, 30.2811479 ], [ 120.3772787, 30.2812076 ], [ 120.3777361, 30.281314 ], [ 120.3777952, 30.281368 ], [ 120.3778391, 30.281435 ], [ 120.3778025, 30.2818146 ], [ 120.3780225, 30.2821069 ], [ 120.3781248, 30.2821502 ], [ 120.3781001, 30.282221 ], [ 120.3781029, 30.2822761 ], [ 120.3781589, 30.2824098 ], [ 120.3782572, 30.282642 ], [ 120.3782946, 30.2827789 ], [ 120.3783391, 30.2828628 ], [ 120.3784507, 30.2829062 ], [ 120.3784839, 30.2830281 ], [ 120.378593, 30.2834541 ], [ 120.3786432, 30.2835883 ], [ 120.3787154, 30.2836793 ], [ 120.3788039, 30.2837725 ], [ 120.379009, 30.2840235 ], [ 120.3792576, 30.2842972 ], [ 120.3792973, 30.2843768 ], [ 120.3792967, 30.2844563 ], [ 120.379174, 30.2847929 ], [ 120.3791435, 30.2848853 ], [ 120.3791666, 30.2849653 ], [ 120.3794259, 30.285452 ], [ 120.3794827, 30.2854812 ], [ 120.3795336, 30.2855786 ], [ 120.3795207, 30.2856695 ], [ 120.3797354, 30.2862671 ], [ 120.3798, 30.2863709 ], [ 120.3799198, 30.2864575 ], [ 120.3800708, 30.2864734 ], [ 120.3802186, 30.2864447 ], [ 120.3804692, 30.2864363 ], [ 120.3805329, 30.2864842 ], [ 120.3808116, 30.2867203 ], [ 120.3808645, 30.2868296 ], [ 120.3808863, 30.2869996 ], [ 120.3808831, 30.2871264 ], [ 120.3809235, 30.2872105 ], [ 120.3810511, 30.2873304 ], [ 120.3811567, 30.2874492 ], [ 120.3812933, 30.2875777 ], [ 120.381305, 30.2876814 ], [ 120.3812631, 30.2878003 ], [ 120.3810578, 30.2880379 ], [ 120.3810308, 30.2881182 ], [ 120.3810211, 30.2881698 ], [ 120.3809377, 30.288221 ], [ 120.3809123, 30.2886115 ], [ 120.3808989, 30.2887796 ], [ 120.3810403, 30.2890674 ], [ 120.3812228, 30.2893473 ], [ 120.3812926, 30.2895443 ], [ 120.381353, 30.289709 ], [ 120.3813849, 30.2899445 ], [ 120.3814486, 30.2901493 ], [ 120.38152, 30.2903169 ], [ 120.3815788, 30.2904666 ], [ 120.3816498, 30.2907176 ], [ 120.3817542, 30.2909375 ], [ 120.3818044, 30.2910384 ], [ 120.3819422, 30.2911193 ], [ 120.3819748, 30.29116 ], [ 120.3820073, 30.2912658 ], [ 120.382161, 30.291437 ], [ 120.3822579, 30.2917413 ], [ 120.3822367, 30.2918015 ], [ 120.3824278, 30.2924461 ], [ 120.3826232, 30.2926546 ], [ 120.3827713, 30.2929345 ], [ 120.3828892, 30.2931386 ], [ 120.3829848, 30.2933212 ], [ 120.3830547, 30.2934443 ], [ 120.3830578, 30.2936594 ], [ 120.3831434, 30.2937951 ], [ 120.3832492, 30.293857 ], [ 120.3833674, 30.2939161 ], [ 120.383597, 30.2942976 ], [ 120.3837311, 30.2946255 ], [ 120.3838055, 30.2948075 ], [ 120.3838079, 30.2952342 ], [ 120.3838596, 30.2953861 ], [ 120.3840097, 30.2955527 ], [ 120.3843284, 30.2956923 ], [ 120.384527, 30.2956892 ], [ 120.384901, 30.295661 ], [ 120.3849765, 30.2958061 ], [ 120.3850621, 30.2958543 ], [ 120.3851306, 30.2959751 ], [ 120.3852163, 30.2962326 ], [ 120.3852636, 30.2963193 ], [ 120.3854043, 30.2966882 ], [ 120.3857926, 30.2974508 ], [ 120.3866098, 30.2992005 ], [ 120.3876164, 30.3012959 ], [ 120.3886191, 30.3033865 ], [ 120.3889333, 30.3034131 ], [ 120.3876774, 30.3009122 ], [ 120.3865162, 30.2984612 ], [ 120.3863353, 30.2981466 ], [ 120.3857519, 30.2969384 ], [ 120.3855148, 30.2964112 ], [ 120.3853578, 30.2960908 ], [ 120.385282, 30.2958695 ], [ 120.3852421, 30.2957164 ], [ 120.3851802, 30.2956076 ], [ 120.3850745, 30.2955411 ], [ 120.384908, 30.2954761 ], [ 120.3847601, 30.2954514 ], [ 120.3844568, 30.295526 ], [ 120.3842824, 30.2954982 ], [ 120.3842092, 30.2954561 ], [ 120.3841454, 30.2953898 ], [ 120.3840861, 30.2953101 ], [ 120.3841078, 30.29482 ], [ 120.3840852, 30.2946571 ], [ 120.3838384, 30.2942039 ], [ 120.383729, 30.2940318 ], [ 120.3836043, 30.2938409 ], [ 120.3834859, 30.2936769 ], [ 120.3833356, 30.2932904 ], [ 120.3832512, 30.2930932 ], [ 120.3832027, 30.2929775 ], [ 120.3830944, 30.2928149 ], [ 120.3829422, 30.2924956 ], [ 120.3829206, 30.2923776 ], [ 120.3829191, 30.2922823 ], [ 120.382895, 30.2921822 ], [ 120.3825467, 30.2915677 ], [ 120.3824052, 30.2914539 ], [ 120.3823162, 30.2913388 ], [ 120.3821897, 30.2910866 ], [ 120.3819086, 30.290816 ], [ 120.381833, 30.2906583 ], [ 120.3817844, 30.2905043 ], [ 120.3817807, 30.2902688 ], [ 120.381749, 30.2901381 ], [ 120.3816491, 30.2898671 ], [ 120.3815571, 30.2897639 ], [ 120.3814831, 30.289555 ], [ 120.3814647, 30.2894143 ], [ 120.3815023, 30.2892149 ], [ 120.381346, 30.2889435 ], [ 120.3811832, 30.2886601 ], [ 120.3811298, 30.2884619 ], [ 120.3811312, 30.2882983 ], [ 120.3812066, 30.2881681 ], [ 120.3815338, 30.2878368 ], [ 120.3816138, 30.2876833 ], [ 120.3815183, 30.2876308 ], [ 120.3815734, 30.287544 ], [ 120.3815869, 30.2874603 ], [ 120.3815446, 30.2873862 ], [ 120.3814627, 30.2873048 ], [ 120.3814031, 30.2872197 ], [ 120.3813969, 30.2870855 ], [ 120.3812163, 30.2866272 ], [ 120.3810941, 30.2864952 ], [ 120.3809303, 30.2863929 ], [ 120.3807363, 30.2863378 ], [ 120.3805459, 30.2862618 ], [ 120.3802125, 30.286252 ], [ 120.3801187, 30.2862293 ], [ 120.3800778, 30.286171 ], [ 120.3798687, 30.2856611 ], [ 120.3796545, 30.2852287 ], [ 120.379616, 30.2850647 ], [ 120.3796061, 30.2847166 ], [ 120.3796058, 30.2843047 ], [ 120.3795963, 30.2841875 ], [ 120.3795449, 30.2840724 ], [ 120.379403, 30.2839229 ], [ 120.379206, 30.2837272 ], [ 120.3791298, 30.2835692 ], [ 120.3791618, 30.2834075 ], [ 120.3792478, 30.2832823 ], [ 120.3790144, 30.2830204 ], [ 120.3789405, 30.2829375 ], [ 120.378711, 30.2825814 ], [ 120.3785271, 30.2822581 ], [ 120.3783962, 30.2819119 ], [ 120.3783004, 30.2816143 ], [ 120.3782449, 30.2813181 ], [ 120.3782345, 30.2812707 ], [ 120.3781944, 30.2810881 ], [ 120.3780549, 30.281008 ], [ 120.3779624, 30.2808697 ], [ 120.3779161, 30.2807022 ], [ 120.3778665, 30.280517 ], [ 120.3778227, 30.2802409 ], [ 120.3778108, 30.2801369 ], [ 120.3777687, 30.2800263 ], [ 120.3776526, 30.279777 ], [ 120.3775338, 30.2795838 ], [ 120.3773671, 30.2794026 ], [ 120.3771155, 30.2792877 ], [ 120.3768703, 30.2792665 ], [ 120.3767617, 30.2792116 ], [ 120.3767261, 30.2791438 ], [ 120.3767652, 30.2787856 ], [ 120.3767517, 30.278701 ], [ 120.376726, 30.2785472 ], [ 120.3766868, 30.2784525 ], [ 120.376553, 30.2782738 ], [ 120.3763453, 30.2780126 ], [ 120.3761745, 30.2778205 ], [ 120.3759713, 30.277539 ], [ 120.374342, 30.2753876 ], [ 120.3742149, 30.2755596 ], [ 120.3741459, 30.2755594 ], [ 120.3739934, 30.2754873 ], [ 120.3739023, 30.2753223 ], [ 120.3738187, 30.2752491 ], [ 120.3737274, 30.2751814 ], [ 120.3737068, 30.2751347 ], [ 120.3736358, 30.2749738 ], [ 120.3736158, 30.2749222 ], [ 120.3736305, 30.2748457 ], [ 120.3738196, 30.2746774 ], [ 120.3736403, 30.2744686 ], [ 120.3735145, 30.274302 ], [ 120.3734114, 30.2741817 ], [ 120.3732015, 30.273964 ], [ 120.3730215, 30.2737949 ], [ 120.3727867, 30.2735575 ], [ 120.3724916, 30.2732599 ], [ 120.3722877, 30.273092 ], [ 120.3721869, 30.273181 ], [ 120.3722373, 30.2732237 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3545192, 30.2945005 ], [ 120.3545701, 30.2945248 ], [ 120.3546117, 30.2945491 ], [ 120.3546667, 30.2945943 ], [ 120.3547177, 30.2946174 ], [ 120.3547914, 30.2946244 ], [ 120.3549108, 30.2946325 ], [ 120.3596134, 30.2946294 ], [ 120.3605354, 30.2937802 ], [ 120.3605703, 30.2937663 ], [ 120.3616512, 30.2937756 ], [ 120.3616914, 30.2937849 ], [ 120.3617437, 30.2938277 ], [ 120.3626651, 30.2946372 ], [ 120.3657452, 30.2946346 ], [ 120.3661066, 30.294633 ], [ 120.366536, 30.2946344 ], [ 120.3683571, 30.2946571 ], [ 120.369116, 30.2946471 ], [ 120.3714273, 30.2946422 ], [ 120.3720137, 30.2946322 ], [ 120.3739513, 30.2946223 ], [ 120.3769237, 30.2946124 ], [ 120.3773722, 30.2946223 ], [ 120.3777114, 30.2946273 ], [ 120.3779471, 30.2946223 ], [ 120.3783381, 30.2946025 ], [ 120.3793557, 30.2946074 ], [ 120.3813048, 30.2946173 ], [ 120.3815405, 30.2946124 ], [ 120.3832884, 30.2946223 ], [ 120.3833918, 30.2945975 ], [ 120.3834838, 30.2946025 ], [ 120.3836333, 30.2945876 ], [ 120.3837311, 30.2946255 ], [ 120.383597, 30.2942976 ], [ 120.3835829, 30.2943691 ], [ 120.3835274, 30.2944117 ], [ 120.3834442, 30.294441 ], [ 120.3833826, 30.2944596 ], [ 120.3832532, 30.2944489 ], [ 120.3832224, 30.2944383 ], [ 120.3831515, 30.2944436 ], [ 120.3824306, 30.294441 ], [ 120.3819191, 30.294433 ], [ 120.3815401, 30.294441 ], [ 120.3812783, 30.2944543 ], [ 120.3793557, 30.2944489 ], [ 120.3790938, 30.2944356 ], [ 120.3785947, 30.2944277 ], [ 120.3781787, 30.2944436 ], [ 120.3777628, 30.2944569 ], [ 120.3773438, 30.2944463 ], [ 120.3769093, 30.2944463 ], [ 120.3757324, 30.294441 ], [ 120.3745184, 30.2944383 ], [ 120.3737266, 30.2944622 ], [ 120.3728485, 30.2944569 ], [ 120.3720135, 30.2944543 ], [ 120.3714466, 30.2944569 ], [ 120.3709506, 30.2944649 ], [ 120.370661, 30.2944622 ], [ 120.3698168, 30.2944516 ], [ 120.3691204, 30.2944596 ], [ 120.3683409, 30.2944729 ], [ 120.3665211, 30.2944219 ], [ 120.3659307, 30.2944177 ], [ 120.3658226, 30.294417 ], [ 120.3655247, 30.2944219 ], [ 120.3627776, 30.2943896 ], [ 120.3617808, 30.2935377 ], [ 120.3604692, 30.2935384 ], [ 120.3594932, 30.2943909 ], [ 120.355813, 30.294436 ], [ 120.3550355, 30.2944449 ], [ 120.3548585, 30.2944495 ], [ 120.3547941, 30.2944345 ], [ 120.3547405, 30.2944102 ], [ 120.3546868, 30.2943708 ], [ 120.3546238, 30.2943465 ], [ 120.3545567, 30.2943395 ], [ 120.3544594, 30.2943743 ], [ 120.3544454, 30.2944763 ], [ 120.3545192, 30.2945005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3539958, 30.2945491 ], [ 120.3542334, 30.2944915 ], [ 120.3543961, 30.2944695 ], [ 120.3544454, 30.2944763 ], [ 120.3544594, 30.2943743 ], [ 120.3543805, 30.2944136 ], [ 120.3542079, 30.2944339 ], [ 120.3539562, 30.2944598 ], [ 120.3539958, 30.2945491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.258219, 30.270627 ], [ 120.2583309, 30.269269 ], [ 120.2574945, 30.2691616 ], [ 120.2574193, 30.2705261 ], [ 120.258219, 30.270627 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.259149, 30.2707288 ], [ 120.2592609, 30.2693708 ], [ 120.2584246, 30.2692635 ], [ 120.2583494, 30.2706279 ], [ 120.259149, 30.2707288 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2581233, 30.2722209 ], [ 120.2582352, 30.2708629 ], [ 120.2573988, 30.2707555 ], [ 120.2573236, 30.27212 ], [ 120.2581233, 30.2722209 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2590319, 30.2723663 ], [ 120.2591438, 30.2710083 ], [ 120.2583075, 30.2709009 ], [ 120.2582323, 30.2722654 ], [ 120.2590319, 30.2723663 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2618478, 30.2755278 ], [ 120.2618806, 30.2755751 ], [ 120.2619134, 30.2754995 ], [ 120.2619681, 30.2744557 ], [ 120.2621103, 30.2722689 ], [ 120.2621541, 30.2713479 ], [ 120.2620994, 30.2713243 ], [ 120.2620064, 30.2713385 ], [ 120.2619791, 30.2713904 ], [ 120.2619408, 30.2722925 ], [ 120.2618423, 30.2736622 ], [ 120.2618259, 30.2751028 ], [ 120.2618478, 30.2755278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2282476, 30.2756199 ], [ 120.2284224, 30.2758376 ], [ 120.2285119, 30.2759885 ], [ 120.2285688, 30.2761044 ], [ 120.2286867, 30.276287 ], [ 120.2287727, 30.2763678 ], [ 120.2288249, 30.2764169 ], [ 120.2290038, 30.2765889 ], [ 120.2290642, 30.2766689 ], [ 120.2290808, 30.2767283 ], [ 120.2291326, 30.2766893 ], [ 120.2291708, 30.2766465 ], [ 120.2291315, 30.2765934 ], [ 120.2290716, 30.2765339 ], [ 120.2289635, 30.2764337 ], [ 120.228809, 30.2762348 ], [ 120.2283371, 30.2755427 ], [ 120.228268, 30.275332 ], [ 120.2281785, 30.2755286 ], [ 120.2282476, 30.2756199 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2299411, 30.27623 ], [ 120.2300378, 30.2763084 ], [ 120.2303251, 30.2760919 ], [ 120.2303755, 30.2760928 ], [ 120.2304617, 30.2761125 ], [ 120.2307041, 30.2763451 ], [ 120.230844, 30.2764689 ], [ 120.2311743, 30.2766523 ], [ 120.2314686, 30.27679 ], [ 120.2318144, 30.2770735 ], [ 120.2322974, 30.2774098 ], [ 120.2326808, 30.2776863 ], [ 120.2327688, 30.2777597 ], [ 120.2331057, 30.2780557 ], [ 120.2332316, 30.2779696 ], [ 120.2331011, 30.2778818 ], [ 120.2329515, 30.277746 ], [ 120.2328634, 30.2776743 ], [ 120.2328928, 30.2776455 ], [ 120.2325599, 30.277316 ], [ 120.232518, 30.2773502 ], [ 120.2322769, 30.2771924 ], [ 120.2323114, 30.2771565 ], [ 120.2322305, 30.2771034 ], [ 120.2321007, 30.2770623 ], [ 120.2319285, 30.2769708 ], [ 120.231707, 30.2767376 ], [ 120.2316365, 30.2767325 ], [ 120.2314986, 30.2766475 ], [ 120.2314912, 30.2765888 ], [ 120.2311855, 30.2764667 ], [ 120.2308894, 30.2762889 ], [ 120.2307498, 30.2761332 ], [ 120.2304629, 30.2759357 ], [ 120.2303436, 30.2759193 ], [ 120.2302244, 30.2759174 ], [ 120.230179, 30.2759412 ], [ 120.2300144, 30.2760484 ], [ 120.2298671, 30.2761622 ], [ 120.2299411, 30.27623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2480907, 30.2939053 ], [ 120.2481631, 30.2939517 ], [ 120.2482122, 30.29399 ], [ 120.2482051, 30.2940122 ], [ 120.2482332, 30.2940404 ], [ 120.2482752, 30.2940726 ], [ 120.2482962, 30.2940444 ], [ 120.2483312, 30.2940142 ], [ 120.2483803, 30.2940041 ], [ 120.2484457, 30.2940081 ], [ 120.248476, 30.2940142 ], [ 120.2484924, 30.2939779 ], [ 120.2485204, 30.2939476 ], [ 120.2485787, 30.2939335 ], [ 120.2486371, 30.2939416 ], [ 120.2486698, 30.2939759 ], [ 120.2486768, 30.2940081 ], [ 120.2487072, 30.2940162 ], [ 120.2487632, 30.29399 ], [ 120.2488169, 30.2939537 ], [ 120.2488146, 30.2938892 ], [ 120.2488099, 30.2938186 ], [ 120.2487749, 30.2937662 ], [ 120.2487142, 30.2937218 ], [ 120.2486418, 30.2936734 ], [ 120.2485998, 30.2936331 ], [ 120.2485717, 30.2936613 ], [ 120.2485414, 30.2936674 ], [ 120.2484924, 30.2936795 ], [ 120.2484386, 30.2936674 ], [ 120.2483966, 30.2936976 ], [ 120.2483896, 30.293746 ], [ 120.2483546, 30.2937924 ], [ 120.2482985, 30.2938368 ], [ 120.2482308, 30.2938509 ], [ 120.2481865, 30.2938347 ], [ 120.2481468, 30.2938226 ], [ 120.2481141, 30.2938388 ], [ 120.2480907, 30.293869 ], [ 120.2480907, 30.2939053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2487162, 30.2904222 ], [ 120.2492471, 30.2907095 ], [ 120.2494925, 30.2908582 ], [ 120.2496588, 30.290956 ], [ 120.2497827, 30.2910558 ], [ 120.249929, 30.2911424 ], [ 120.2501637, 30.2912657 ], [ 120.2503784, 30.291393 ], [ 120.2505778, 30.291503 ], [ 120.250822, 30.2916314 ], [ 120.2513163, 30.2918962 ], [ 120.2519616, 30.2922483 ], [ 120.2520924, 30.2922873 ], [ 120.2523196, 30.2923908 ], [ 120.2530169, 30.2927463 ], [ 120.2536495, 30.2930682 ], [ 120.2537902, 30.2931339 ], [ 120.2538765, 30.2931826 ], [ 120.2539597, 30.2932553 ], [ 120.2540768, 30.2932713 ], [ 120.2541599, 30.2933174 ], [ 120.2542226, 30.2933511 ], [ 120.2543808, 30.2934052 ], [ 120.254543, 30.2935214 ], [ 120.2545954, 30.2935639 ], [ 120.254658, 30.2935941 ], [ 120.2547228, 30.2936012 ], [ 120.2547854, 30.2936376 ], [ 120.2548429, 30.2936659 ], [ 120.2549692, 30.2937067 ], [ 120.255076, 30.2937608 ], [ 120.255149, 30.2938114 ], [ 120.2552393, 30.2938628 ], [ 120.2553102, 30.2938717 ], [ 120.2553811, 30.2938938 ], [ 120.2554252, 30.2939373 ], [ 120.2554643, 30.2939887 ], [ 120.2555516, 30.2940162 ], [ 120.2556666, 30.2940765 ], [ 120.2558258, 30.2941607 ], [ 120.2567576, 30.2947357 ], [ 120.2568425, 30.2947856 ], [ 120.2570234, 30.294918 ], [ 120.2570896, 30.2949727 ], [ 120.2572373, 30.2950647 ], [ 120.2573829, 30.2951364 ], [ 120.2575362, 30.2951985 ], [ 120.2576778, 30.2953014 ], [ 120.2580282, 30.2955489 ], [ 120.2583467, 30.2957771 ], [ 120.2585402, 30.2959227 ], [ 120.2587596, 30.2961265 ], [ 120.2588917, 30.2962528 ], [ 120.2590215, 30.2964147 ], [ 120.2591336, 30.2964993 ], [ 120.2592822, 30.2966195 ], [ 120.2593707, 30.2967529 ], [ 120.2595347, 30.2969505 ], [ 120.2596845, 30.2971217 ], [ 120.2600125, 30.2974507 ], [ 120.2602496, 30.2977532 ], [ 120.2602933, 30.2978255 ], [ 120.2605033, 30.2980954 ], [ 120.2608088, 30.2985467 ], [ 120.2609056, 30.2986618 ], [ 120.2609881, 30.2988054 ], [ 120.2611415, 30.2989826 ], [ 120.2612901, 30.2991293 ], [ 120.2614081, 30.299334 ], [ 120.2615273, 30.2995846 ], [ 120.2616216, 30.2997048 ], [ 120.2617514, 30.299826 ], [ 120.2619036, 30.2999707 ], [ 120.2620381, 30.3001438 ], [ 120.2622162, 30.3004687 ], [ 120.2623059, 30.3005105 ], [ 120.2625029, 30.3008375 ], [ 120.2625005, 30.3009047 ], [ 120.2625819, 30.301086 ], [ 120.2626893, 30.3011532 ], [ 120.2626893, 30.3012662 ], [ 120.2631925, 30.3004926 ], [ 120.2631397, 30.30054 ], [ 120.2630709, 30.3005568 ], [ 120.2629712, 30.3005018 ], [ 120.2628059, 30.3007758 ], [ 120.2627575, 30.3008696 ], [ 120.2626816, 30.3008678 ], [ 120.2625962, 30.3008128 ], [ 120.262519, 30.3006812 ], [ 120.2624011, 30.3004735 ], [ 120.2623938, 30.300382 ], [ 120.2623461, 30.3003074 ], [ 120.2623298, 30.3003079 ], [ 120.2622492, 30.3001374 ], [ 120.2621598, 30.2999938 ], [ 120.2620525, 30.2998564 ], [ 120.2618201, 30.2996526 ], [ 120.2616216, 30.2993886 ], [ 120.2615429, 30.2991972 ], [ 120.2614446, 30.2990459 ], [ 120.2612729, 30.2988915 ], [ 120.2611817, 30.2987757 ], [ 120.2611102, 30.2986414 ], [ 120.2610351, 30.2985333 ], [ 120.2609743, 30.2984577 ], [ 120.2608795, 30.2983851 ], [ 120.2607794, 30.2982878 ], [ 120.2607633, 30.2981705 ], [ 120.2606667, 30.29803 ], [ 120.2599175, 30.2971191 ], [ 120.2598567, 30.2971315 ], [ 120.2597441, 30.2969848 ], [ 120.2595402, 30.2967331 ], [ 120.2594794, 30.2965926 ], [ 120.2594401, 30.2964923 ], [ 120.259052, 30.2961727 ], [ 120.2590664, 30.2961279 ], [ 120.2589769, 30.2960553 ], [ 120.2582155, 30.2954631 ], [ 120.2565125, 30.2943905 ], [ 120.2559428, 30.2940303 ], [ 120.2538645, 30.2929882 ], [ 120.2531709, 30.292648 ], [ 120.2530163, 30.2925645 ], [ 120.2528901, 30.2925186 ], [ 120.2525326, 30.2923383 ], [ 120.2519994, 30.2920735 ], [ 120.2513529, 30.2917353 ], [ 120.2508374, 30.2914704 ], [ 120.2505011, 30.2912657 ], [ 120.2500316, 30.2909947 ], [ 120.2497815, 30.2908501 ], [ 120.2497166, 30.2907889 ], [ 120.2494146, 30.2906137 ], [ 120.2493179, 30.2905883 ], [ 120.2492223, 30.2905343 ], [ 120.2487127, 30.2902276 ], [ 120.2485852, 30.2903346 ], [ 120.2487162, 30.2904222 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2384589, 30.3052045 ], [ 120.2385367, 30.3051094 ], [ 120.2385675, 30.3050948 ], [ 120.2386153, 30.3050815 ], [ 120.238663, 30.3050788 ], [ 120.2387123, 30.3050855 ], [ 120.2387508, 30.3051055 ], [ 120.2387616, 30.3051493 ], [ 120.2388078, 30.3051826 ], [ 120.2388741, 30.3052424 ], [ 120.2388849, 30.305273 ], [ 120.2388895, 30.3052996 ], [ 120.2389265, 30.3053409 ], [ 120.2390066, 30.3053475 ], [ 120.2390066, 30.3053741 ], [ 120.2390389, 30.3054127 ], [ 120.239079, 30.3054127 ], [ 120.2391267, 30.3053196 ], [ 120.2390697, 30.3052664 ], [ 120.2389804, 30.3052504 ], [ 120.2389496, 30.3052305 ], [ 120.2389188, 30.3051799 ], [ 120.2389449, 30.3051666 ], [ 120.2389835, 30.3051267 ], [ 120.2389557, 30.3050855 ], [ 120.2388833, 30.3050935 ], [ 120.2388448, 30.3050855 ], [ 120.2388202, 30.3050576 ], [ 120.2387909, 30.3050296 ], [ 120.2387678, 30.3050296 ], [ 120.2387216, 30.3050363 ], [ 120.2386969, 30.3050203 ], [ 120.2386892, 30.3049977 ], [ 120.2386368, 30.3049924 ], [ 120.2385952, 30.3049751 ], [ 120.2385598, 30.3049512 ], [ 120.2385198, 30.3049325 ], [ 120.2384766, 30.3049379 ], [ 120.2384412, 30.3049804 ], [ 120.2384227, 30.3050177 ], [ 120.2384242, 30.3050576 ], [ 120.2384474, 30.3050868 ], [ 120.2384088, 30.3051773 ], [ 120.2384589, 30.3052045 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2830019, 30.2816995 ], [ 120.2830368, 30.2817221 ], [ 120.2835733, 30.2817748 ], [ 120.2835733, 30.2815187 ], [ 120.2835427, 30.2814885 ], [ 120.2829757, 30.2814433 ], [ 120.2830019, 30.2816995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3101863, 30.2926025 ], [ 120.3102179, 30.2926597 ], [ 120.3102675, 30.2927062 ], [ 120.3103309, 30.2927381 ], [ 120.3104023, 30.2927524 ], [ 120.3104755, 30.2927478 ], [ 120.3105438, 30.2927249 ], [ 120.3106093, 30.2926777 ], [ 120.3106522, 30.292614 ], [ 120.3106672, 30.2925415 ], [ 120.3106527, 30.2924689 ], [ 120.3106103, 30.292405 ], [ 120.3105451, 30.2923575 ], [ 120.3104651, 30.292332 ], [ 120.3103798, 30.2923317 ], [ 120.3102995, 30.2923566 ], [ 120.3102339, 30.2924037 ], [ 120.3101909, 30.2924674 ], [ 120.3101757, 30.2925398 ], [ 120.3101863, 30.2926025 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3067671, 30.2936646 ], [ 120.3067986, 30.2937217 ], [ 120.3068483, 30.2937683 ], [ 120.3069117, 30.2938002 ], [ 120.3069831, 30.2938144 ], [ 120.3070562, 30.2938099 ], [ 120.3071246, 30.2937869 ], [ 120.3071901, 30.2937397 ], [ 120.3072329, 30.2936761 ], [ 120.307248, 30.2936036 ], [ 120.3072335, 30.293531 ], [ 120.307191, 30.2934671 ], [ 120.3071259, 30.2934195 ], [ 120.3070458, 30.2933941 ], [ 120.3069605, 30.2933938 ], [ 120.3068803, 30.2934187 ], [ 120.3068147, 30.2934658 ], [ 120.3067717, 30.2935294 ], [ 120.3067565, 30.2936019 ], [ 120.3067671, 30.2936646 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3062858, 30.2940007 ], [ 120.3063173, 30.2940579 ], [ 120.306367, 30.2941044 ], [ 120.3064303, 30.2941363 ], [ 120.3065018, 30.2941506 ], [ 120.3065749, 30.2941461 ], [ 120.3066432, 30.2941231 ], [ 120.3067087, 30.2940759 ], [ 120.3067516, 30.2940122 ], [ 120.3067667, 30.2939397 ], [ 120.3067521, 30.2938671 ], [ 120.3067097, 30.2938032 ], [ 120.3066446, 30.2937557 ], [ 120.3065645, 30.2937302 ], [ 120.3064792, 30.2937299 ], [ 120.3063989, 30.2937548 ], [ 120.3063333, 30.2938019 ], [ 120.3062904, 30.2938656 ], [ 120.3062752, 30.2939381 ], [ 120.3062858, 30.2940007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3071741, 30.2940802 ], [ 120.3072056, 30.2941373 ], [ 120.3072553, 30.2941839 ], [ 120.3073187, 30.2942158 ], [ 120.3073901, 30.2942301 ], [ 120.3074632, 30.2942255 ], [ 120.3075316, 30.2942025 ], [ 120.3075971, 30.2941554 ], [ 120.3076399, 30.2940917 ], [ 120.307655, 30.2940192 ], [ 120.3076405, 30.2939466 ], [ 120.3075981, 30.2938827 ], [ 120.3075329, 30.2938351 ], [ 120.3074528, 30.2938097 ], [ 120.3073675, 30.2938094 ], [ 120.3072873, 30.2938343 ], [ 120.3072217, 30.2938814 ], [ 120.3071787, 30.293945 ], [ 120.3071635, 30.2940175 ], [ 120.3071741, 30.2940802 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3066904, 30.2944308 ], [ 120.3067219, 30.2944879 ], [ 120.3067716, 30.2945345 ], [ 120.306835, 30.2945664 ], [ 120.3069064, 30.2945807 ], [ 120.3069795, 30.2945761 ], [ 120.3070479, 30.2945532 ], [ 120.3071134, 30.294506 ], [ 120.3071562, 30.2944423 ], [ 120.3071713, 30.2943698 ], [ 120.3071568, 30.2942972 ], [ 120.3071144, 30.2942333 ], [ 120.3070492, 30.2941857 ], [ 120.3069692, 30.2941603 ], [ 120.3068839, 30.29416 ], [ 120.3068036, 30.2941849 ], [ 120.306738, 30.294232 ], [ 120.306695, 30.2942956 ], [ 120.3066798, 30.2943681 ], [ 120.3066904, 30.2944308 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2679103, 30.2942188 ], [ 120.2679214, 30.2942334 ], [ 120.2679908, 30.2943121 ], [ 120.2680287, 30.2943604 ], [ 120.2680702, 30.2944067 ], [ 120.2681483, 30.2944798 ], [ 120.2682808, 30.2945595 ], [ 120.2684288, 30.2946355 ], [ 120.2685659, 30.2947032 ], [ 120.2687023, 30.2947474 ], [ 120.2687957, 30.2947701 ], [ 120.2689249, 30.2947973 ], [ 120.2697281, 30.2949356 ], [ 120.270507, 30.2950702 ], [ 120.2705614, 30.2950818 ], [ 120.2705815, 30.2950818 ], [ 120.2705969, 30.2950725 ], [ 120.2706016, 30.2950499 ], [ 120.2705955, 30.2950332 ], [ 120.2705808, 30.2949961 ], [ 120.27055, 30.2949428 ], [ 120.2704963, 30.2949069 ], [ 120.2704494, 30.2949046 ], [ 120.2703729, 30.2949127 ], [ 120.2702817, 30.2949336 ], [ 120.2701423, 30.2949289 ], [ 120.2700028, 30.2948849 ], [ 120.269933, 30.2948456 ], [ 120.269866, 30.2947645 ], [ 120.2698032, 30.294674 ], [ 120.2697158, 30.2945723 ], [ 120.2696353, 30.294526 ], [ 120.2694073, 30.2944565 ], [ 120.2690881, 30.2943685 ], [ 120.2687347, 30.2942357 ], [ 120.2685159, 30.294145 ], [ 120.2681858, 30.2940458 ], [ 120.2681065, 30.2940385 ], [ 120.2680454, 30.2940473 ], [ 120.2679911, 30.294101 ], [ 120.267971, 30.2941311 ], [ 120.2679697, 30.2941693 ], [ 120.2680059, 30.2942191 ], [ 120.2680629, 30.294255 ], [ 120.2680713, 30.2942602 ], [ 120.2680733, 30.2942677 ], [ 120.2680703, 30.2942741 ], [ 120.2680582, 30.2942811 ], [ 120.2680475, 30.2942811 ], [ 120.2680384, 30.2942764 ], [ 120.2679958, 30.2942481 ], [ 120.2679556, 30.2942145 ], [ 120.2679408, 30.2942087 ], [ 120.2679209, 30.2942048 ], [ 120.2679123, 30.2942049 ], [ 120.2679085, 30.2942093 ], [ 120.2679076, 30.2942146 ], [ 120.2679103, 30.2942188 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3050099, 30.2949064 ], [ 120.3050414, 30.2949635 ], [ 120.3050911, 30.2950101 ], [ 120.3051544, 30.295042 ], [ 120.3052259, 30.2950563 ], [ 120.305299, 30.2950517 ], [ 120.3053673, 30.2950288 ], [ 120.3054328, 30.2949816 ], [ 120.3054757, 30.2949179 ], [ 120.3054908, 30.2948454 ], [ 120.3054762, 30.2947728 ], [ 120.3054338, 30.2947089 ], [ 120.3053687, 30.2946613 ], [ 120.3052886, 30.2946359 ], [ 120.3052033, 30.2946356 ], [ 120.305123, 30.2946605 ], [ 120.3050575, 30.2947076 ], [ 120.3050145, 30.2947712 ], [ 120.3049993, 30.2948437 ], [ 120.3050099, 30.2949064 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3045286, 30.2952425 ], [ 120.3045601, 30.2952997 ], [ 120.3046097, 30.2953463 ], [ 120.3046731, 30.2953781 ], [ 120.3047446, 30.2953924 ], [ 120.3048177, 30.2953879 ], [ 120.304886, 30.2953649 ], [ 120.3049515, 30.2953177 ], [ 120.3049944, 30.295254 ], [ 120.3050095, 30.2951815 ], [ 120.3049949, 30.2951089 ], [ 120.3049525, 30.295045 ], [ 120.3048874, 30.2949975 ], [ 120.3048073, 30.294972 ], [ 120.304722, 30.2949717 ], [ 120.3046417, 30.2949967 ], [ 120.3045761, 30.2950438 ], [ 120.3045331, 30.2951074 ], [ 120.304518, 30.2951799 ], [ 120.3045286, 30.2952425 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3054169, 30.295322 ], [ 120.3054484, 30.2953791 ], [ 120.3054981, 30.2954257 ], [ 120.3055615, 30.2954576 ], [ 120.3056329, 30.2954719 ], [ 120.305706, 30.2954673 ], [ 120.3057744, 30.2954444 ], [ 120.3058399, 30.2953972 ], [ 120.3058827, 30.2953335 ], [ 120.3058978, 30.295261 ], [ 120.3058832, 30.2951884 ], [ 120.3058408, 30.2951245 ], [ 120.3057757, 30.2950769 ], [ 120.3056956, 30.2950515 ], [ 120.3056103, 30.2950512 ], [ 120.30553, 30.2950761 ], [ 120.3054645, 30.2951232 ], [ 120.3054215, 30.2951868 ], [ 120.3054063, 30.2952593 ], [ 120.3054169, 30.295322 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2120062, 30.164991 ], [ 120.2123047, 30.1651334 ], [ 120.2125242, 30.1652194 ], [ 120.2135912, 30.1655279 ], [ 120.2137284, 30.1655872 ], [ 120.2137867, 30.1656762 ], [ 120.213797, 30.1658541 ], [ 120.2136872, 30.1664918 ], [ 120.2136015, 30.1666134 ], [ 120.2134368, 30.1671711 ], [ 120.2134814, 30.1672185 ], [ 120.2135843, 30.1672956 ], [ 120.2138004, 30.1673935 ], [ 120.21402, 30.1675003 ], [ 120.2142258, 30.167699 ], [ 120.2141744, 30.167785 ], [ 120.2142155, 30.1678473 ], [ 120.2138759, 30.1682121 ], [ 120.2138279, 30.168224 ], [ 120.2135809, 30.1681884 ], [ 120.2133888, 30.1680846 ], [ 120.2131383, 30.1678888 ], [ 120.2130182, 30.1678592 ], [ 120.2129153, 30.1678918 ], [ 120.2128639, 30.167963 ], [ 120.2128982, 30.1679986 ], [ 120.2131109, 30.1680253 ], [ 120.2132824, 30.1680787 ], [ 120.2135191, 30.1682507 ], [ 120.2137387, 30.1682892 ], [ 120.2138862, 30.1682981 ], [ 120.2140406, 30.1682181 ], [ 120.2143425, 30.1680104 ], [ 120.2146272, 30.1681558 ], [ 120.2149188, 30.1683278 ], [ 120.2150115, 30.1683723 ], [ 120.2151384, 30.1684494 ], [ 120.2151624, 30.1685087 ], [ 120.2151453, 30.1686778 ], [ 120.2151178, 30.1687875 ], [ 120.2150904, 30.1688617 ], [ 120.2150046, 30.1688795 ], [ 120.2147439, 30.1688142 ], [ 120.2145449, 30.1686867 ], [ 120.2142396, 30.1683693 ], [ 120.2141538, 30.168313 ], [ 120.2140612, 30.1684138 ], [ 120.2141366, 30.1685147 ], [ 120.2142567, 30.1686808 ], [ 120.2142876, 30.1688824 ], [ 120.2144454, 30.1691375 ], [ 120.2147267, 30.169271 ], [ 120.2150389, 30.1693392 ], [ 120.2152104, 30.1693956 ], [ 120.2154026, 30.1694134 ], [ 120.215454, 30.169618 ], [ 120.2154506, 30.1697337 ], [ 120.2154403, 30.1698227 ], [ 120.2153785, 30.1699146 ], [ 120.2151727, 30.1701756 ], [ 120.21496, 30.170493 ], [ 120.2148708, 30.1707154 ], [ 120.2148228, 30.1707421 ], [ 120.2147919, 30.1707955 ], [ 120.2148399, 30.1708845 ], [ 120.2150286, 30.1709556 ], [ 120.2150732, 30.1710387 ], [ 120.2150526, 30.1711039 ], [ 120.2149977, 30.1711573 ], [ 120.214888, 30.1711514 ], [ 120.2147027, 30.1712166 ], [ 120.2146101, 30.1712522 ], [ 120.2146718, 30.1713234 ], [ 120.2149428, 30.1713857 ], [ 120.2150972, 30.171356 ], [ 120.215183, 30.1714094 ], [ 120.2152001, 30.1715488 ], [ 120.2147439, 30.171537 ], [ 120.2142945, 30.1714598 ], [ 120.2141847, 30.1714243 ], [ 120.2140543, 30.1714065 ], [ 120.2139274, 30.1714302 ], [ 120.2131486, 30.1713709 ], [ 120.2131408, 30.1714233 ], [ 120.2131315, 30.1714865 ], [ 120.2131761, 30.1715103 ], [ 120.2132824, 30.1716081 ], [ 120.2133339, 30.1720945 ], [ 120.2134539, 30.1723852 ], [ 120.2135157, 30.1724979 ], [ 120.2135637, 30.1724742 ], [ 120.2135603, 30.172406 ], [ 120.2134402, 30.172142 ], [ 120.2134093, 30.1719047 ], [ 120.2134402, 30.1715429 ], [ 120.2135294, 30.1715221 ], [ 120.2139171, 30.1715488 ], [ 120.2140372, 30.1715221 ], [ 120.2141538, 30.1715251 ], [ 120.2142533, 30.1715785 ], [ 120.2143356, 30.171623 ], [ 120.2146787, 30.1716645 ], [ 120.2151899, 30.1716853 ], [ 120.215406, 30.1717119 ], [ 120.2155844, 30.1718009 ], [ 120.2156907, 30.1718958 ], [ 120.2158074, 30.1721361 ], [ 120.2160132, 30.1721034 ], [ 120.2160064, 30.1719551 ], [ 120.215972, 30.1716675 ], [ 120.2159103, 30.1713234 ], [ 120.2159377, 30.1710476 ], [ 120.2158897, 30.1706768 ], [ 120.215887, 30.1703803 ], [ 120.2158863, 30.1702972 ], [ 120.2158691, 30.1699887 ], [ 120.2158657, 30.1695616 ], [ 120.2158511, 30.1692671 ], [ 120.2158383, 30.16901 ], [ 120.2158177, 30.1687401 ], [ 120.2157456, 30.1682685 ], [ 120.2157353, 30.1680846 ], [ 120.2157731, 30.1678948 ], [ 120.2158451, 30.1677524 ], [ 120.2160921, 30.1675952 ], [ 120.2162945, 30.1675448 ], [ 120.2165072, 30.1675033 ], [ 120.2168194, 30.1675418 ], [ 120.2182432, 30.1678325 ], [ 120.2190116, 30.1679749 ], [ 120.2193718, 30.1680282 ], [ 120.2197012, 30.1681528 ], [ 120.2198693, 30.1683011 ], [ 120.2199962, 30.1685621 ], [ 120.2200648, 30.1687846 ], [ 120.2200751, 30.1692265 ], [ 120.2200545, 30.1695676 ], [ 120.2201335, 30.1698998 ], [ 120.2201261, 30.1699843 ], [ 120.2201197, 30.170057 ], [ 120.2200751, 30.1701519 ], [ 120.2201026, 30.1703269 ], [ 120.2201883, 30.1704603 ], [ 120.2202226, 30.170662 ], [ 120.2201815, 30.1707955 ], [ 120.2201986, 30.1708785 ], [ 120.2202535, 30.1709675 ], [ 120.2202261, 30.1710476 ], [ 120.2201609, 30.1712166 ], [ 120.2202557, 30.1712335 ], [ 120.2205074, 30.1711455 ], [ 120.2205932, 30.1711662 ], [ 120.220751, 30.1711395 ], [ 120.2209705, 30.1711544 ], [ 120.2209568, 30.1713768 ], [ 120.2210096, 30.1715214 ], [ 120.2210735, 30.1716378 ], [ 120.2211463, 30.1717092 ], [ 120.2212147, 30.1717714 ], [ 120.2213098, 30.1718763 ], [ 120.2214031, 30.1720178 ], [ 120.2215252, 30.1720666 ], [ 120.2215835, 30.1719863 ], [ 120.2215749, 30.1719221 ], [ 120.2215537, 30.1718334 ], [ 120.2214776, 30.1715792 ], [ 120.2214338, 30.1714162 ], [ 120.2214281, 30.1713231 ], [ 120.2214475, 30.1712403 ], [ 120.2215893, 30.1711511 ], [ 120.2216556, 30.1711034 ], [ 120.2216948, 30.1710395 ], [ 120.2217137, 30.1709477 ], [ 120.2217113, 30.1707648 ], [ 120.2216785, 30.1706164 ], [ 120.2216645, 30.1703862 ], [ 120.2216807, 30.1702977 ], [ 120.2217023, 30.1701908 ], [ 120.2217289, 30.1701142 ], [ 120.2217325, 30.1699809 ], [ 120.221691, 30.1698345 ], [ 120.2215881, 30.16979 ], [ 120.2215503, 30.1696981 ], [ 120.2214783, 30.1696862 ], [ 120.221444, 30.1696269 ], [ 120.2214714, 30.1695112 ], [ 120.2216189, 30.1695083 ], [ 120.2216738, 30.1694756 ], [ 120.2216841, 30.1694311 ], [ 120.2216155, 30.1693718 ], [ 120.2216395, 30.1690604 ], [ 120.2217184, 30.1690485 ], [ 120.2217836, 30.1689981 ], [ 120.2217493, 30.1689418 ], [ 120.2214611, 30.1688884 ], [ 120.2213651, 30.1688824 ], [ 120.2213033, 30.1688113 ], [ 120.2211386, 30.1681172 ], [ 120.2211832, 30.1680312 ], [ 120.221245, 30.1679926 ], [ 120.2212553, 30.1678651 ], [ 120.2211386, 30.1678265 ], [ 120.2210666, 30.1677761 ], [ 120.2209774, 30.1676871 ], [ 120.2209602, 30.1676071 ], [ 120.2208882, 30.1675537 ], [ 120.2209465, 30.167352 ], [ 120.2208505, 30.1673016 ], [ 120.2208024, 30.1673194 ], [ 120.2207613, 30.1673846 ], [ 120.2206412, 30.1673846 ], [ 120.2203736, 30.1672541 ], [ 120.2202261, 30.167177 ], [ 120.220082, 30.1671325 ], [ 120.2197492, 30.1671681 ], [ 120.2196737, 30.1671859 ], [ 120.2195674, 30.1670406 ], [ 120.2194748, 30.1669308 ], [ 120.2193993, 30.1667084 ], [ 120.2191969, 30.1665482 ], [ 120.2188264, 30.1664147 ], [ 120.2185691, 30.1663643 ], [ 120.218274, 30.1661596 ], [ 120.2177251, 30.1657355 ], [ 120.2175364, 30.1655783 ], [ 120.2174987, 30.1653173 ], [ 120.2174507, 30.1651719 ], [ 120.2173169, 30.1649673 ], [ 120.2171899, 30.1648635 ], [ 120.2169841, 30.1645283 ], [ 120.2169121, 30.164377 ], [ 120.2169738, 30.164205 ], [ 120.2170081, 30.164119 ], [ 120.2169464, 30.1639944 ], [ 120.2170287, 30.1639232 ], [ 120.2169429, 30.1636088 ], [ 120.2170012, 30.163505 ], [ 120.2170047, 30.1634308 ], [ 120.2168572, 30.1633033 ], [ 120.2165347, 30.1630957 ], [ 120.2163631, 30.1631016 ], [ 120.2160064, 30.1631995 ], [ 120.2157937, 30.1632588 ], [ 120.2157525, 30.1633062 ], [ 120.2156736, 30.1633685 ], [ 120.2157559, 30.1633715 ], [ 120.2159, 30.1633596 ], [ 120.2159755, 30.1633448 ], [ 120.2160784, 30.1633448 ], [ 120.2162191, 30.1634368 ], [ 120.2163151, 30.1634842 ], [ 120.2163563, 30.1636829 ], [ 120.2163151, 30.1637541 ], [ 120.2161745, 30.1638283 ], [ 120.2161264, 30.1638787 ], [ 120.2161642, 30.163941 ], [ 120.2163837, 30.1639914 ], [ 120.2166067, 30.1640656 ], [ 120.2166822, 30.1641961 ], [ 120.216641, 30.1643236 ], [ 120.2165484, 30.1644571 ], [ 120.2164969, 30.1645639 ], [ 120.2163872, 30.1646499 ], [ 120.2159034, 30.1648783 ], [ 120.2156839, 30.1649643 ], [ 120.2155329, 30.16508 ], [ 120.2154094, 30.1652224 ], [ 120.2153099, 30.1652787 ], [ 120.2151693, 30.1653351 ], [ 120.2146581, 30.1654418 ], [ 120.2145106, 30.1654507 ], [ 120.2143905, 30.165433 ], [ 120.2138382, 30.1652935 ], [ 120.2130388, 30.1651304 ], [ 120.2121469, 30.1648872 ], [ 120.2121023, 30.1648457 ], [ 120.2120439, 30.1648397 ], [ 120.2119993, 30.1648724 ], [ 120.2120062, 30.164991 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2159728, 30.1683952 ], [ 120.2160444, 30.1690714 ], [ 120.2161636, 30.1691621 ], [ 120.2162733, 30.1693064 ], [ 120.2164163, 30.1698217 ], [ 120.2163973, 30.1700403 ], [ 120.2164402, 30.1701887 ], [ 120.2164831, 30.1702423 ], [ 120.2172748, 30.1702134 ], [ 120.2174226, 30.1701392 ], [ 120.2175943, 30.1700526 ], [ 120.2175609, 30.1697352 ], [ 120.217661, 30.1692734 ], [ 120.2177755, 30.1689435 ], [ 120.2178089, 30.168758 ], [ 120.2178137, 30.1686343 ], [ 120.2178709, 30.1685354 ], [ 120.2179377, 30.1684818 ], [ 120.2180044, 30.1684941 ], [ 120.2180473, 30.1685477 ], [ 120.2180616, 30.1690219 ], [ 120.2181809, 30.169764 ], [ 120.2182476, 30.169863 ], [ 120.2183239, 30.1698795 ], [ 120.2188438, 30.1698671 ], [ 120.2191251, 30.1698506 ], [ 120.2192491, 30.1698052 ], [ 120.2196354, 30.1697104 ], [ 120.2196783, 30.1696403 ], [ 120.2196545, 30.1694672 ], [ 120.2196545, 30.169294 ], [ 120.2196688, 30.1690507 ], [ 120.2196449, 30.1689394 ], [ 120.2195686, 30.1688528 ], [ 120.2190107, 30.1683375 ], [ 120.2188295, 30.1682014 ], [ 120.2188199, 30.1681231 ], [ 120.218076, 30.1679581 ], [ 120.2180044, 30.1680035 ], [ 120.2178804, 30.1679788 ], [ 120.2178518, 30.1679334 ], [ 120.2175991, 30.1678839 ], [ 120.2164879, 30.167686 ], [ 120.2163782, 30.1677066 ], [ 120.216216, 30.1677602 ], [ 120.2160873, 30.1678592 ], [ 120.2160014, 30.167987 ], [ 120.2159728, 30.1681189 ], [ 120.2159728, 30.1683952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.221896, 30.1731144 ], [ 120.2219742, 30.1731595 ], [ 120.2220934, 30.1731917 ], [ 120.2222101, 30.1732214 ], [ 120.2223508, 30.173236 ], [ 120.2226893, 30.1732186 ], [ 120.2226683, 30.1731239 ], [ 120.2226584, 30.1730318 ], [ 120.22248, 30.1730347 ], [ 120.222282, 30.1730386 ], [ 120.2221821, 30.1730233 ], [ 120.2220807, 30.1729985 ], [ 120.2219893, 30.1729647 ], [ 120.2218378, 30.1729992 ], [ 120.221896, 30.1731144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2215749, 30.1719221 ], [ 120.2221106, 30.172006 ], [ 120.2223609, 30.1720499 ], [ 120.2226323, 30.1721128 ], [ 120.2227123, 30.1727479 ], [ 120.222733, 30.1730263 ], [ 120.2226584, 30.1730318 ], [ 120.2226683, 30.1731239 ], [ 120.2226893, 30.1732186 ], [ 120.2227758, 30.1732317 ], [ 120.2228362, 30.1732805 ], [ 120.2228708, 30.1734101 ], [ 120.2228418, 30.1734782 ], [ 120.2227687, 30.1734791 ], [ 120.2227766, 30.1736036 ], [ 120.2228046, 30.1736766 ], [ 120.2229446, 30.1740757 ], [ 120.2229522, 30.1741674 ], [ 120.2230313, 30.174485 ], [ 120.2230513, 30.1745403 ], [ 120.2231123, 30.1745811 ], [ 120.2231956, 30.1746201 ], [ 120.2233176, 30.1746453 ], [ 120.223464, 30.1746431 ], [ 120.2239551, 30.1746371 ], [ 120.2252552, 30.1747879 ], [ 120.2252851, 30.1748453 ], [ 120.2252604, 30.1768401 ], [ 120.2255548, 30.1768292 ], [ 120.2255506, 30.1746411 ], [ 120.2255608, 30.1741831 ], [ 120.2255977, 30.1739953 ], [ 120.225665, 30.1737819 ], [ 120.2257584, 30.1735895 ], [ 120.2258641, 30.1733822 ], [ 120.2261486, 30.1728128 ], [ 120.2261608, 30.1727671 ], [ 120.2261934, 30.172732 ], [ 120.2262462, 30.1726898 ], [ 120.2263113, 30.1726757 ], [ 120.2269983, 30.1723383 ], [ 120.2268845, 30.1723735 ], [ 120.2267788, 30.1724016 ], [ 120.2266812, 30.1724121 ], [ 120.2263763, 30.1724297 ], [ 120.2261202, 30.1724438 ], [ 120.226047, 30.1724473 ], [ 120.2260104, 30.1724648 ], [ 120.2259738, 30.1725246 ], [ 120.2256689, 30.1729007 ], [ 120.2254169, 30.1734208 ], [ 120.2254511, 30.1736905 ], [ 120.2253447, 30.1744838 ], [ 120.2253066, 30.1745425 ], [ 120.2252102, 30.1745807 ], [ 120.2233338, 30.1743939 ], [ 120.2230517, 30.1736917 ], [ 120.2230258, 30.1735671 ], [ 120.2230669, 30.1734625 ], [ 120.2230906, 30.1733513 ], [ 120.2230346, 30.1731614 ], [ 120.2228158, 30.1720532 ], [ 120.2225509, 30.1719856 ], [ 120.2215537, 30.1718334 ], [ 120.2215749, 30.1719221 ] ] ], [ [ [ 120.2297442, 30.1742657 ], [ 120.2297804, 30.1743341 ], [ 120.22983, 30.1742808 ], [ 120.2297884, 30.1741532 ], [ 120.2297938, 30.1740779 ], [ 120.2298206, 30.1740129 ], [ 120.2298743, 30.1739341 ], [ 120.2299426, 30.1738761 ], [ 120.2301009, 30.1737706 ], [ 120.2302296, 30.1736535 ], [ 120.2304281, 30.1735098 ], [ 120.2307259, 30.1733753 ], [ 120.2310048, 30.1733092 ], [ 120.2311765, 30.1732802 ], [ 120.2313548, 30.173286 ], [ 120.2315319, 30.1733277 ], [ 120.231961, 30.1734506 ], [ 120.2320455, 30.1734483 ], [ 120.2321219, 30.1734344 ], [ 120.2322882, 30.1733277 ], [ 120.2323231, 30.1732466 ], [ 120.2323338, 30.1731446 ], [ 120.2322695, 30.1724605 ], [ 120.2321058, 30.1723098 ], [ 120.2319583, 30.1722379 ], [ 120.2307295, 30.1722487 ], [ 120.2307921, 30.1723655 ], [ 120.2311762, 30.1725286 ], [ 120.2316982, 30.1725509 ], [ 120.2317639, 30.1725602 ], [ 120.2318564, 30.1726043 ], [ 120.2318913, 30.1726762 ], [ 120.231898, 30.173235 ], [ 120.2318631, 30.1732721 ], [ 120.231788, 30.1732814 ], [ 120.2315104, 30.1732095 ], [ 120.2311188, 30.1732025 ], [ 120.2309056, 30.1732373 ], [ 120.2307272, 30.1732837 ], [ 120.2304804, 30.1733904 ], [ 120.2302887, 30.1734843 ], [ 120.2301478, 30.1735967 ], [ 120.2300143, 30.1737339 ], [ 120.2299743, 30.1737772 ], [ 120.2299092, 30.1738291 ], [ 120.2298166, 30.1739051 ], [ 120.2297401, 30.1740315 ], [ 120.22972, 30.17413 ], [ 120.2297442, 30.1742657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2189811, 30.176412 ], [ 120.2190465, 30.1765372 ], [ 120.2192239, 30.1766865 ], [ 120.2194387, 30.1768359 ], [ 120.2195788, 30.1768642 ], [ 120.2196816, 30.1768682 ], [ 120.2205689, 30.1773688 ], [ 120.2206436, 30.1774334 ], [ 120.2206576, 30.1775101 ], [ 120.2206109, 30.1787656 ], [ 120.2206109, 30.1788665 ], [ 120.2205876, 30.1789594 ], [ 120.2204008, 30.1798193 ], [ 120.2202233, 30.1805944 ], [ 120.2201206, 30.1810061 ], [ 120.2200552, 30.181321 ], [ 120.2200365, 30.1816238 ], [ 120.2200038, 30.1824312 ], [ 120.2199478, 30.1834 ], [ 120.2199431, 30.1839813 ], [ 120.2198263, 30.184389 ], [ 120.219831, 30.1846837 ], [ 120.219803, 30.1849986 ], [ 120.2201299, 30.1850269 ], [ 120.2201439, 30.1844698 ], [ 120.2201299, 30.183945 ], [ 120.2201288, 30.1838558 ], [ 120.2201252, 30.1835776 ], [ 120.2201299, 30.183283 ], [ 120.2201626, 30.1830892 ], [ 120.2201719, 30.1825361 ], [ 120.2202046, 30.1823141 ], [ 120.2202373, 30.1820759 ], [ 120.2202466, 30.1817651 ], [ 120.220214, 30.1815875 ], [ 120.2201859, 30.1814865 ], [ 120.2203015, 30.1807976 ], [ 120.2206353, 30.1794336 ], [ 120.2206543, 30.1793057 ], [ 120.2206922, 30.1791975 ], [ 120.2207415, 30.1790991 ], [ 120.2207529, 30.1789023 ], [ 120.2208288, 30.1787777 ], [ 120.2208515, 30.1780531 ], [ 120.2208515, 30.177453 ], [ 120.2208022, 30.177371 ], [ 120.2206581, 30.1772792 ], [ 120.2194442, 30.1766299 ], [ 120.2192204, 30.1765119 ], [ 120.219137, 30.1763938 ], [ 120.2191218, 30.1762987 ], [ 120.2191522, 30.1761446 ], [ 120.2193722, 30.1756724 ], [ 120.2194673, 30.1754668 ], [ 120.2195567, 30.1753602 ], [ 120.2196584, 30.1750859 ], [ 120.2196668, 30.1745885 ], [ 120.2197656, 30.1743869 ], [ 120.2198892, 30.1740668 ], [ 120.2199499, 30.1737487 ], [ 120.2200106, 30.1735257 ], [ 120.2200372, 30.1734404 ], [ 120.2200979, 30.1733552 ], [ 120.2201586, 30.173306 ], [ 120.2202041, 30.1731092 ], [ 120.2201965, 30.1729912 ], [ 120.2201813, 30.1729518 ], [ 120.2201813, 30.1729059 ], [ 120.2202231, 30.1728403 ], [ 120.2202458, 30.1725255 ], [ 120.2202458, 30.1721877 ], [ 120.2202268, 30.1721156 ], [ 120.2202003, 30.1716762 ], [ 120.2202193, 30.1713089 ], [ 120.2202557, 30.1712335 ], [ 120.2201609, 30.1712166 ], [ 120.2200973, 30.171303 ], [ 120.2200726, 30.1714015 ], [ 120.2200942, 30.1714814 ], [ 120.2200819, 30.1716226 ], [ 120.2200572, 30.1717638 ], [ 120.2200634, 30.1719875 ], [ 120.2200541, 30.1728159 ], [ 120.2200757, 30.1729012 ], [ 120.220088, 30.172997 ], [ 120.2200726, 30.1730823 ], [ 120.2200018, 30.173338 ], [ 120.2199309, 30.1734871 ], [ 120.2198785, 30.173591 ], [ 120.2198508, 30.1738174 ], [ 120.2198077, 30.1738174 ], [ 120.2197922, 30.1739879 ], [ 120.2197429, 30.1741983 ], [ 120.2196135, 30.1743715 ], [ 120.2195889, 30.1744753 ], [ 120.2195088, 30.1746458 ], [ 120.2193547, 30.1751201 ], [ 120.2193593, 30.1752412 ], [ 120.219336, 30.1753946 ], [ 120.2191445, 30.1757257 ], [ 120.2189857, 30.1761456 ], [ 120.2189811, 30.1762949 ], [ 120.2189811, 30.176412 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1992858, 30.1875075 ], [ 120.1993745, 30.1874832 ], [ 120.1994539, 30.1875357 ], [ 120.1994212, 30.1876447 ], [ 120.1995893, 30.1876326 ], [ 120.1996127, 30.1875115 ], [ 120.1996874, 30.187459 ], [ 120.1998182, 30.1874267 ], [ 120.1999956, 30.1873016 ], [ 120.2000704, 30.1870634 ], [ 120.2001731, 30.1869504 ], [ 120.2002198, 30.1868777 ], [ 120.2003039, 30.1868818 ], [ 120.2005093, 30.1868979 ], [ 120.2003646, 30.1868051 ], [ 120.2004393, 30.1867284 ], [ 120.2005841, 30.1866153 ], [ 120.2006681, 30.1866759 ], [ 120.2008082, 30.1867445 ], [ 120.2006821, 30.1868051 ], [ 120.2006214, 30.1868576 ], [ 120.2008596, 30.186793 ], [ 120.2009203, 30.1867728 ], [ 120.2010483, 30.1867631 ], [ 120.2010306, 30.1862361 ], [ 120.2013873, 30.1862354 ], [ 120.2014293, 30.186139 ], [ 120.2015227, 30.1860946 ], [ 120.2016535, 30.1860785 ], [ 120.2017983, 30.1860623 ], [ 120.2019617, 30.1860946 ], [ 120.2020831, 30.1860421 ], [ 120.2022186, 30.1860421 ], [ 120.2022045, 30.1858484 ], [ 120.2021578, 30.1858524 ], [ 120.2020785, 30.1858363 ], [ 120.2020177, 30.185921 ], [ 120.201929, 30.1859291 ], [ 120.2018776, 30.1858887 ], [ 120.2017842, 30.1858807 ], [ 120.2016908, 30.185921 ], [ 120.2015274, 30.1860058 ], [ 120.2012986, 30.1860058 ], [ 120.2010044, 30.1860462 ], [ 120.2007568, 30.1861188 ], [ 120.2005327, 30.1861067 ], [ 120.200486, 30.1860381 ], [ 120.2003459, 30.1860906 ], [ 120.2002852, 30.1861915 ], [ 120.2003085, 30.1863651 ], [ 120.2002151, 30.1865265 ], [ 120.2000704, 30.186575 ], [ 120.1998555, 30.1865508 ], [ 120.1997341, 30.1865614 ], [ 120.1997108, 30.1866941 ], [ 120.1997058, 30.1867419 ], [ 120.1997902, 30.1868414 ], [ 120.1998228, 30.187124 ], [ 120.1997808, 30.187237 ], [ 120.1996547, 30.1873944 ], [ 120.1994959, 30.1874429 ], [ 120.1994072, 30.1873662 ], [ 120.1992858, 30.1873985 ], [ 120.1992858, 30.1875075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1862085, 30.1869418 ], [ 120.1863304, 30.18694 ], [ 120.1862329, 30.186796 ], [ 120.186115, 30.1867977 ], [ 120.1862085, 30.1869418 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1870792, 30.1901486 ], [ 120.1870824, 30.1901024 ], [ 120.1860221, 30.1900599 ], [ 120.1860081, 30.1901068 ], [ 120.1870792, 30.1901486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1795599, 30.2019865 ], [ 120.1802708, 30.2020364 ], [ 120.1835961, 30.2022699 ], [ 120.1845774, 30.202301 ], [ 120.1849286, 30.2023969 ], [ 120.1873981, 30.2024874 ], [ 120.1875816, 30.2024642 ], [ 120.1881025, 30.2025027 ], [ 120.1905691, 30.202601 ], [ 120.1916064, 30.2024471 ], [ 120.1919107, 30.2023957 ], [ 120.1920329, 30.2023743 ], [ 120.1921127, 30.202405 ], [ 120.192125, 30.2024826 ], [ 120.192093, 30.2026047 ], [ 120.1913746, 30.2039234 ], [ 120.1907101, 30.2051576 ], [ 120.1907856, 30.2051781 ], [ 120.1906433, 30.2054906 ], [ 120.1903547, 30.2058311 ], [ 120.1900823, 30.2063359 ], [ 120.1899603, 30.2068172 ], [ 120.1900335, 30.2068559 ], [ 120.1903791, 30.2064202 ], [ 120.1908222, 30.205591 ], [ 120.1909169, 30.2054049 ], [ 120.1912369, 30.2047759 ], [ 120.1921597, 30.2030789 ], [ 120.192551, 30.2024275 ], [ 120.1927656, 30.2022328 ], [ 120.1934201, 30.2019547 ], [ 120.1942209, 30.201691 ], [ 120.1945154, 30.2015866 ], [ 120.197429, 30.2006394 ], [ 120.1980587, 30.2004191 ], [ 120.1982579, 30.2003382 ], [ 120.1984246, 30.2003031 ], [ 120.1987012, 30.2003077 ], [ 120.198902, 30.2002149 ], [ 120.1990671, 30.200008 ], [ 120.2000833, 30.1995828 ], [ 120.2007206, 30.1993443 ], [ 120.2008392, 30.1992767 ], [ 120.2008963, 30.1992693 ], [ 120.2009974, 30.1992676 ], [ 120.2015159, 30.1990607 ], [ 120.2016088, 30.1990488 ], [ 120.2047535, 30.1977525 ], [ 120.2048039, 30.197665 ], [ 120.2053362, 30.197423 ], [ 120.2056969, 30.1972968 ], [ 120.2062582, 30.1970301 ], [ 120.2064701, 30.1969054 ], [ 120.2083281, 30.1961569 ], [ 120.2090639, 30.1958863 ], [ 120.209129, 30.195925 ], [ 120.2097931, 30.1956272 ], [ 120.2098965, 30.1955854 ], [ 120.2100419, 30.1955961 ], [ 120.2107518, 30.1954032 ], [ 120.211599, 30.1952944 ], [ 120.2127595, 30.1951238 ], [ 120.2132948, 30.1950223 ], [ 120.2134285, 30.1949935 ], [ 120.2139466, 30.1949798 ], [ 120.2139303, 30.194674 ], [ 120.2134872, 30.1947092 ], [ 120.2106739, 30.1950887 ], [ 120.2104299, 30.1951379 ], [ 120.2102104, 30.1951941 ], [ 120.2100356, 30.1952538 ], [ 120.2098892, 30.1953136 ], [ 120.2094298, 30.1955209 ], [ 120.208755, 30.1957563 ], [ 120.2083809, 30.1958969 ], [ 120.2082834, 30.1958688 ], [ 120.2076126, 30.1960972 ], [ 120.2074459, 30.1961991 ], [ 120.2065799, 30.1965364 ], [ 120.2064214, 30.1966804 ], [ 120.205588, 30.1970178 ], [ 120.2054415, 30.1970245 ], [ 120.2034298, 30.1978972 ], [ 120.2033154, 30.1980051 ], [ 120.2023967, 30.1982856 ], [ 120.2019909, 30.1984356 ], [ 120.2017676, 30.1984558 ], [ 120.2004939, 30.1990347 ], [ 120.2003882, 30.1991506 ], [ 120.1996402, 30.1994317 ], [ 120.1982905, 30.1999588 ], [ 120.1975424, 30.2002609 ], [ 120.1964366, 30.200665 ], [ 120.1952535, 30.201048 ], [ 120.1938672, 30.2015259 ], [ 120.1930663, 30.2017507 ], [ 120.1924402, 30.2019229 ], [ 120.1908181, 30.2022497 ], [ 120.1905864, 30.2022953 ], [ 120.1899156, 30.2023094 ], [ 120.1896513, 30.2022918 ], [ 120.189196, 30.2023024 ], [ 120.1888301, 30.2022813 ], [ 120.1877528, 30.2022075 ], [ 120.1844638, 30.2020178 ], [ 120.1830611, 30.2019327 ], [ 120.1805206, 30.2017672 ], [ 120.1796909, 30.2017051 ], [ 120.1794887, 30.2016497 ], [ 120.1788684, 30.2016257 ], [ 120.1788618, 30.2019375 ], [ 120.1795599, 30.2019865 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "江南实验学校门口喷泉" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2072914, 30.201708 ], [ 120.2073182, 30.2017242 ], [ 120.2074275, 30.2017381 ], [ 120.2074818, 30.2017399 ], [ 120.2078325, 30.2017758 ], [ 120.2078547, 30.2017862 ], [ 120.2078741, 30.2017955 ], [ 120.2079117, 30.2018013 ], [ 120.2081651, 30.201832 ], [ 120.208194, 30.2018326 ], [ 120.2082127, 30.201817 ], [ 120.2082322, 30.2017051 ], [ 120.2082288, 30.2016883 ], [ 120.2082127, 30.2016727 ], [ 120.2081859, 30.2016637 ], [ 120.208147, 30.2016651 ], [ 120.2081229, 30.201668 ], [ 120.2081105, 30.2016808 ], [ 120.2081001, 30.2017283 ], [ 120.208087, 30.2017448 ], [ 120.2080602, 30.201757 ], [ 120.2080273, 30.2017558 ], [ 120.20786, 30.2017323 ], [ 120.2078386, 30.2017248 ], [ 120.2077618, 30.2016747 ], [ 120.2077521, 30.2016654 ], [ 120.2077544, 30.201655 ], [ 120.2077584, 30.2016515 ], [ 120.2077933, 30.2016511 ], [ 120.2078176, 30.2016447 ], [ 120.2078329, 30.2016373 ], [ 120.2078439, 30.2016217 ], [ 120.2078446, 30.2015898 ], [ 120.2078459, 30.2015637 ], [ 120.2078345, 30.2015492 ], [ 120.2075006, 30.201504 ], [ 120.2074818, 30.2015081 ], [ 120.2074503, 30.2015736 ], [ 120.2074376, 30.2015938 ], [ 120.2074074, 30.2015985 ], [ 120.207345, 30.2015938 ], [ 120.2073243, 30.2015979 ], [ 120.2073129, 30.2016095 ], [ 120.2072887, 30.2016941 ], [ 120.2072914, 30.201708 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1583535, 30.1729293 ], [ 120.1586433, 30.1730363 ], [ 120.1586675, 30.1730284 ], [ 120.1588063, 30.1727727 ], [ 120.1588003, 30.1727361 ], [ 120.1584924, 30.1726109 ], [ 120.1584532, 30.1726317 ], [ 120.1583233, 30.1728875 ], [ 120.1583535, 30.1729293 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "感恩湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1810148, 30.1727902 ], [ 120.1810484, 30.172872 ], [ 120.1810793, 30.1729309 ], [ 120.1811183, 30.1729634 ], [ 120.1811713, 30.173013 ], [ 120.1811815, 30.1730801 ], [ 120.1811822, 30.1730936 ], [ 120.1811812, 30.1731314 ], [ 120.1811988, 30.1731676 ], [ 120.1812111, 30.1732029 ], [ 120.1812404, 30.1732141 ], [ 120.1812912, 30.1732061 ], [ 120.1812802, 30.1731466 ], [ 120.1812625, 30.1730959 ], [ 120.1812758, 30.1730553 ], [ 120.1813145, 30.1730474 ], [ 120.1813426, 30.1730606 ], [ 120.1813589, 30.1730596 ], [ 120.1813726, 30.1730276 ], [ 120.1813507, 30.173002 ], [ 120.1813641, 30.1729816 ], [ 120.1813763, 30.172958 ], [ 120.1813995, 30.1729373 ], [ 120.1814008, 30.1729094 ], [ 120.1814228, 30.1728986 ], [ 120.1814116, 30.1728604 ], [ 120.1814071, 30.1728117 ], [ 120.1813768, 30.1727811 ], [ 120.1813526, 30.1727551 ], [ 120.1813532, 30.1727317 ], [ 120.1813648, 30.1727102 ], [ 120.1813933, 30.1726873 ], [ 120.1813933, 30.172661 ], [ 120.1813912, 30.1726293 ], [ 120.1813648, 30.1725942 ], [ 120.1813282, 30.1725819 ], [ 120.1812713, 30.1725924 ], [ 120.1812124, 30.1726012 ], [ 120.1811555, 30.1726047 ], [ 120.1811067, 30.1725889 ], [ 120.1810824, 30.172595 ], [ 120.1810478, 30.1726092 ], [ 120.1810275, 30.1726526 ], [ 120.1810143, 30.1727085 ], [ 120.1810148, 30.1727902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1607284, 30.175692 ], [ 120.1623755, 30.1756548 ], [ 120.1629498, 30.1756557 ], [ 120.1629491, 30.1755215 ], [ 120.1623769, 30.1755234 ], [ 120.1607277, 30.1755611 ], [ 120.1607284, 30.175692 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1549785, 30.1756892 ], [ 120.1563369, 30.1756944 ], [ 120.1578058, 30.1756864 ], [ 120.1592225, 30.1756677 ], [ 120.1605519, 30.1756917 ], [ 120.1607284, 30.175692 ], [ 120.1607277, 30.1755611 ], [ 120.1605519, 30.1755574 ], [ 120.1590377, 30.1755559 ], [ 120.158123, 30.1755666 ], [ 120.1566664, 30.175574 ], [ 120.1555669, 30.1755603 ], [ 120.154988, 30.1755466 ], [ 120.1546631, 30.1755499 ], [ 120.1546622, 30.1756167 ], [ 120.1546612, 30.1756864 ], [ 120.1549785, 30.1756892 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1579333, 30.1784984 ], [ 120.1579304, 30.1785334 ], [ 120.1579362, 30.178556 ], [ 120.1579999, 30.1786011 ], [ 120.1580571, 30.1786227 ], [ 120.158192, 30.1785679 ], [ 120.1582138, 30.1785228 ], [ 120.158198, 30.1784893 ], [ 120.1582115, 30.1784234 ], [ 120.1582661, 30.1783976 ], [ 120.1583568, 30.178463 ], [ 120.1583959, 30.1785145 ], [ 120.1585157, 30.1785207 ], [ 120.1585734, 30.1785585 ], [ 120.158605, 30.1786937 ], [ 120.1586415, 30.1787275 ], [ 120.1586998, 30.178722 ], [ 120.1587501, 30.178703 ], [ 120.1587849, 30.1785284 ], [ 120.158753, 30.1785009 ], [ 120.1586922, 30.1785234 ], [ 120.158614, 30.1785234 ], [ 120.1585387, 30.1784834 ], [ 120.1584605, 30.1784784 ], [ 120.1584257, 30.1784483 ], [ 120.1583649, 30.1783857 ], [ 120.1582983, 30.1783682 ], [ 120.1582548, 30.1782405 ], [ 120.1582114, 30.1781929 ], [ 120.1580955, 30.1781253 ], [ 120.1580028, 30.1781128 ], [ 120.1579652, 30.1781453 ], [ 120.1579883, 30.1781979 ], [ 120.1580144, 30.178268 ], [ 120.1580086, 30.1783156 ], [ 120.1579275, 30.1783406 ], [ 120.1579333, 30.1784984 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1554879, 30.1845509 ], [ 120.155729, 30.1846337 ], [ 120.1563927, 30.1849134 ], [ 120.1570235, 30.1851731 ], [ 120.1576311, 30.18545 ], [ 120.1589156, 30.1860066 ], [ 120.1603554, 30.1866146 ], [ 120.1604742, 30.1865918 ], [ 120.1606658, 30.1866746 ], [ 120.1606823, 30.1867631 ], [ 120.1616829, 30.1871912 ], [ 120.1619966, 30.1872825 ], [ 120.1623499, 30.1874452 ], [ 120.1628287, 30.1876764 ], [ 120.1641529, 30.1882445 ], [ 120.1648166, 30.1885213 ], [ 120.1652591, 30.1886583 ], [ 120.1655827, 30.1887982 ], [ 120.1657611, 30.1888895 ], [ 120.1658502, 30.1889638 ], [ 120.1663654, 30.1891293 ], [ 120.166438, 30.189175 ], [ 120.1664611, 30.1892178 ], [ 120.1668244, 30.189389 ], [ 120.1669763, 30.1894433 ], [ 120.1670687, 30.1894518 ], [ 120.1671579, 30.1894975 ], [ 120.1671942, 30.1895746 ], [ 120.1677391, 30.1897858 ], [ 120.167848, 30.1898143 ], [ 120.1679372, 30.1898172 ], [ 120.1680264, 30.1898543 ], [ 120.1680528, 30.1898828 ], [ 120.1680891, 30.1899257 ], [ 120.1684457, 30.1900769 ], [ 120.1688849, 30.1902482 ], [ 120.1690831, 30.1902653 ], [ 120.1697468, 30.1902482 ], [ 120.170361, 30.1902838 ], [ 120.1712247, 30.1903845 ], [ 120.1715729, 30.190432 ], [ 120.171929, 30.1905012 ], [ 120.1722546, 30.1905622 ], [ 120.1728672, 30.190718 ], [ 120.172997, 30.1907787 ], [ 120.1737334, 30.1909969 ], [ 120.1747866, 30.1913133 ], [ 120.1753624, 30.1915166 ], [ 120.1757265, 30.1916386 ], [ 120.1758284, 30.1917677 ], [ 120.1759064, 30.1918341 ], [ 120.1760128, 30.1918463 ], [ 120.176076, 30.1918048 ], [ 120.1764531, 30.1921875 ], [ 120.1765175, 30.1919464 ], [ 120.176196, 30.1916211 ], [ 120.1761002, 30.1915526 ], [ 120.175978, 30.1914898 ], [ 120.1755785, 30.1913728 ], [ 120.1747364, 30.1910959 ], [ 120.1744161, 30.1909732 ], [ 120.172732, 30.1904879 ], [ 120.1722036, 30.1903481 ], [ 120.1715762, 30.1902254 ], [ 120.1710743, 30.1901454 ], [ 120.1703247, 30.1900826 ], [ 120.1697204, 30.1900855 ], [ 120.1689278, 30.1900798 ], [ 120.1685151, 30.1899628 ], [ 120.1683929, 30.1898971 ], [ 120.1682806, 30.1898058 ], [ 120.1681683, 30.1897002 ], [ 120.1669994, 30.189195 ], [ 120.1669036, 30.189155 ], [ 120.1656587, 30.188664 ], [ 120.1652756, 30.1884842 ], [ 120.1651072, 30.1883986 ], [ 120.1636741, 30.1877792 ], [ 120.1626933, 30.1873482 ], [ 120.1624622, 30.1872997 ], [ 120.1623862, 30.1872768 ], [ 120.1620494, 30.1871113 ], [ 120.1617456, 30.18698 ], [ 120.161564, 30.1868458 ], [ 120.1599294, 30.1861608 ], [ 120.1582387, 30.1854272 ], [ 120.1570961, 30.1849562 ], [ 120.1569838, 30.1848877 ], [ 120.1568418, 30.1848392 ], [ 120.1567197, 30.1848021 ], [ 120.1566404, 30.184765 ], [ 120.1565579, 30.1846965 ], [ 120.1559271, 30.1844396 ], [ 120.1557455, 30.1843882 ], [ 120.1555507, 30.1843596 ], [ 120.155478, 30.1843739 ], [ 120.1553658, 30.1843511 ], [ 120.1553162, 30.1844852 ], [ 120.1554879, 30.1845509 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.17318, 30.1947366 ], [ 120.1732207, 30.1947752 ], [ 120.1732207, 30.1948104 ], [ 120.1733386, 30.1948771 ], [ 120.1734138, 30.1948192 ], [ 120.1734524, 30.1947998 ], [ 120.1735093, 30.1947612 ], [ 120.1734931, 30.194719 ], [ 120.1734748, 30.1946241 ], [ 120.1734504, 30.194654 ], [ 120.1734016, 30.1946628 ], [ 120.1733345, 30.1946347 ], [ 120.1732674, 30.1946382 ], [ 120.1732153, 30.1946276 ], [ 120.1731739, 30.1946944 ], [ 120.17318, 30.1947366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1771263, 30.1928969 ], [ 120.1771693, 30.192985 ], [ 120.1774187, 30.1932493 ], [ 120.1778049, 30.1936319 ], [ 120.1780732, 30.1939013 ], [ 120.178474, 30.1941727 ], [ 120.1787373, 30.1943321 ], [ 120.179177, 30.1945397 ], [ 120.180273, 30.1949254 ], [ 120.1814796, 30.1953196 ], [ 120.18167, 30.1954169 ], [ 120.1817505, 30.1954679 ], [ 120.1817666, 30.1955862 ], [ 120.1817558, 30.195716 ], [ 120.1816834, 30.1962932 ], [ 120.1816341, 30.1964973 ], [ 120.1815208, 30.1970479 ], [ 120.1814658, 30.1972881 ], [ 120.1812712, 30.1974448 ], [ 120.1809018, 30.1975703 ], [ 120.1804788, 30.1977142 ], [ 120.1800955, 30.1978513 ], [ 120.1799042, 30.1979608 ], [ 120.1795538, 30.198106 ], [ 120.1793581, 30.1981905 ], [ 120.1791875, 30.1983069 ], [ 120.1790731, 30.1984462 ], [ 120.1787965, 30.1987149 ], [ 120.1785858, 30.198958 ], [ 120.1782785, 30.1993705 ], [ 120.1785364, 30.1994943 ], [ 120.178851, 30.1991044 ], [ 120.1788387, 30.1989866 ], [ 120.1790196, 30.1987158 ], [ 120.17922, 30.1984993 ], [ 120.1793577, 30.1983864 ], [ 120.1794955, 30.198306 ], [ 120.1797844, 30.1982058 ], [ 120.1800312, 30.1981385 ], [ 120.1802887, 30.1980435 ], [ 120.1803772, 30.1979299 ], [ 120.1810586, 30.1976729 ], [ 120.1813147, 30.1975774 ], [ 120.1814843, 30.1974941 ], [ 120.1816245, 30.1973714 ], [ 120.1817994, 30.1971606 ], [ 120.1818679, 30.1969645 ], [ 120.1818821, 30.1967028 ], [ 120.1818692, 30.1966018 ], [ 120.1818978, 30.1964353 ], [ 120.1819702, 30.1959117 ], [ 120.1820009, 30.1956951 ], [ 120.182077, 30.1953241 ], [ 120.1821709, 30.1953337 ], [ 120.1823296, 30.1951809 ], [ 120.1823587, 30.195104 ], [ 120.1824062, 30.1950017 ], [ 120.1826457, 30.1940294 ], [ 120.1828975, 30.1928759 ], [ 120.1827317, 30.1928673 ], [ 120.1824792, 30.1940502 ], [ 120.1823911, 30.1944019 ], [ 120.1823257, 30.1948114 ], [ 120.1822276, 30.1950065 ], [ 120.1821421, 30.1950877 ], [ 120.1820393, 30.195145 ], [ 120.1819194, 30.1951898 ], [ 120.1817907, 30.1952037 ], [ 120.1817049, 30.1951921 ], [ 120.1816029, 30.1951364 ], [ 120.1811014, 30.1949672 ], [ 120.180345, 30.1947099 ], [ 120.1794518, 30.1943969 ], [ 120.179138, 30.1942833 ], [ 120.1788912, 30.1941581 ], [ 120.1788215, 30.1941233 ], [ 120.178733, 30.1940492 ], [ 120.1785855, 30.1939796 ], [ 120.1783655, 30.193808 ], [ 120.1783441, 30.1937663 ], [ 120.1782153, 30.193706 ], [ 120.177701, 30.1931893 ], [ 120.177636, 30.1931241 ], [ 120.1765175, 30.1919464 ], [ 120.1764531, 30.1921875 ], [ 120.1771263, 30.1928969 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1762145, 30.2026886 ], [ 120.1762881, 30.2026121 ], [ 120.1763927, 30.2025631 ], [ 120.1764177, 30.2025436 ], [ 120.1764385, 30.2025043 ], [ 120.1764423, 30.2024371 ], [ 120.176467, 30.202383 ], [ 120.1765599, 30.2022666 ], [ 120.1767782, 30.2019658 ], [ 120.1768412, 30.2019214 ], [ 120.1769159, 30.2018931 ], [ 120.1770233, 30.201879 ], [ 120.1776496, 30.2018851 ], [ 120.1776682, 30.2015577 ], [ 120.1771763, 30.201535 ], [ 120.1771293, 30.2014982 ], [ 120.1771071, 30.2013952 ], [ 120.1771175, 30.2012962 ], [ 120.177156, 30.2012274 ], [ 120.1772329, 30.2011791 ], [ 120.1772957, 30.2011614 ], [ 120.1773995, 30.2010399 ], [ 120.1774766, 30.2009447 ], [ 120.1775858, 30.2007912 ], [ 120.1777995, 30.2004942 ], [ 120.1782162, 30.1998663 ], [ 120.1784442, 30.1995733 ], [ 120.1785364, 30.1994943 ], [ 120.1782785, 30.1993705 ], [ 120.1776713, 30.2001703 ], [ 120.1775818, 30.2003127 ], [ 120.1775571, 30.2003936 ], [ 120.1772883, 30.2005134 ], [ 120.17745, 30.2005842 ], [ 120.1772876, 30.2008148 ], [ 120.1770007, 30.2010549 ], [ 120.177045, 30.2011345 ], [ 120.1769511, 30.2012708 ], [ 120.1769033, 30.2013859 ], [ 120.1768872, 30.2014831 ], [ 120.1767989, 30.2015482 ], [ 120.1766984, 30.2016026 ], [ 120.1765967, 30.2016025 ], [ 120.176491, 30.2016105 ], [ 120.1763946, 30.2016589 ], [ 120.1763476, 30.2017596 ], [ 120.1763656, 30.2018276 ], [ 120.1763876, 30.2018587 ], [ 120.1763288, 30.2019411 ], [ 120.1762207, 30.202102 ], [ 120.1759529, 30.2025406 ], [ 120.1762145, 30.2026886 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1836072, 30.2053214 ], [ 120.1837386, 30.2054512 ], [ 120.1837601, 30.2055184 ], [ 120.183811, 30.2055161 ], [ 120.1838486, 30.2054767 ], [ 120.183921, 30.2054744 ], [ 120.1839344, 30.2054049 ], [ 120.1839639, 30.2053492 ], [ 120.1838432, 30.2052959 ], [ 120.1837413, 30.2052635 ], [ 120.183516, 30.2052519 ], [ 120.1834945, 30.2052866 ], [ 120.1836072, 30.2053214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1362249, 30.1888346 ], [ 120.1362678, 30.1887396 ], [ 120.1363134, 30.188626 ], [ 120.1353898, 30.188377 ], [ 120.135314, 30.1885776 ], [ 120.1362249, 30.1888346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1332832, 30.189004 ], [ 120.1336369, 30.1889824 ], [ 120.1336369, 30.1888681 ], [ 120.1336155, 30.1887816 ], [ 120.1335655, 30.1887291 ], [ 120.1335012, 30.1887013 ], [ 120.1332796, 30.1886982 ], [ 120.1332832, 30.189004 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1400696, 30.1893384 ], [ 120.1401012, 30.1893596 ], [ 120.1401435, 30.189351 ], [ 120.1401605, 30.1893244 ], [ 120.1401547, 30.1892983 ], [ 120.1401358, 30.1892821 ], [ 120.1401148, 30.189277 ], [ 120.1400797, 30.189288 ], [ 120.1400648, 30.1893114 ], [ 120.1400696, 30.1893384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1377015, 30.2068135 ], [ 120.1378014, 30.2068315 ], [ 120.1379342, 30.2068895 ], [ 120.1380612, 30.2069502 ], [ 120.1381226, 30.2070129 ], [ 120.1381662, 30.2070338 ], [ 120.1382292, 30.2070291 ], [ 120.1383231, 30.2069926 ], [ 120.1383586, 30.2069949 ], [ 120.1384391, 30.2070083 ], [ 120.1384994, 30.2070274 ], [ 120.1385652, 30.2070477 ], [ 120.1385812, 30.2070859 ], [ 120.1385133, 30.2072577 ], [ 120.1385964, 30.2073096 ], [ 120.1386928, 30.2073206 ], [ 120.1388158, 30.2073704 ], [ 120.1388581, 30.2072475 ], [ 120.1387709, 30.2071686 ], [ 120.1388005, 30.2070665 ], [ 120.1388166, 30.2070107 ], [ 120.1385698, 30.2068993 ], [ 120.1384894, 30.2068634 ], [ 120.138486, 30.2068419 ], [ 120.1385564, 30.2067927 ], [ 120.1386061, 30.2067162 ], [ 120.1386892, 30.2065336 ], [ 120.1386315, 30.2064525 ], [ 120.1385762, 30.2063727 ], [ 120.1384943, 30.2062627 ], [ 120.1385714, 30.2061382 ], [ 120.1389389, 30.2061501 ], [ 120.1390248, 30.2061876 ], [ 120.1392073, 30.2063231 ], [ 120.1393792, 30.2063019 ], [ 120.1394854, 30.2063421 ], [ 120.1400529, 30.206322 ], [ 120.1401698, 30.2066497 ], [ 120.1407755, 30.2066883 ], [ 120.1409249, 30.2063652 ], [ 120.1407096, 30.2062645 ], [ 120.1408047, 30.2061189 ], [ 120.141109, 30.2062885 ], [ 120.1411772, 30.2062819 ], [ 120.1421221, 30.2067051 ], [ 120.1421658, 30.2066369 ], [ 120.142186, 30.2064244 ], [ 120.1426577, 30.2059661 ], [ 120.1426521, 30.2057926 ], [ 120.1428397, 30.2055634 ], [ 120.1424117, 30.2053011 ], [ 120.1418902, 30.2051733 ], [ 120.1416334, 30.2051666 ], [ 120.1414705, 30.2052768 ], [ 120.1413934, 30.2054611 ], [ 120.1409998, 30.2053152 ], [ 120.141026, 30.2052074 ], [ 120.1409342, 30.2051083 ], [ 120.1407409, 30.2050701 ], [ 120.1405905, 30.2051061 ], [ 120.1405438, 30.2052406 ], [ 120.1405205, 30.2053415 ], [ 120.1403421, 30.2056742 ], [ 120.1402972, 30.2058064 ], [ 120.1403086, 30.2059014 ], [ 120.140383, 30.2059512 ], [ 120.1404701, 30.2060019 ], [ 120.1404106, 30.2060817 ], [ 120.1402038, 30.2060334 ], [ 120.1397786, 30.2062411 ], [ 120.1394319, 30.2062708 ], [ 120.1392174, 30.2062822 ], [ 120.139078, 30.2061406 ], [ 120.1388314, 30.2060547 ], [ 120.1385525, 30.2060071 ], [ 120.1384346, 30.2060244 ], [ 120.138342, 30.2062575 ], [ 120.1384203, 30.2063453 ], [ 120.1385571, 30.2064514 ], [ 120.1386081, 30.2065012 ], [ 120.1385987, 30.2066136 ], [ 120.1385571, 30.2066803 ], [ 120.1382701, 30.2066814 ], [ 120.1380166, 30.2065342 ], [ 120.1379402, 30.2065447 ], [ 120.1377766, 30.2065777 ], [ 120.1377498, 30.2065841 ], [ 120.1376773, 30.2067568 ], [ 120.1377015, 30.2068135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "江洋畈生态公园" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1347914, 30.211924 ], [ 120.1352748, 30.2121227 ], [ 120.135348, 30.2135438 ], [ 120.1357293, 30.2135778 ], [ 120.1365786, 30.2127526 ], [ 120.136714, 30.2128264 ], [ 120.1370261, 30.2124462 ], [ 120.1368797, 30.2123185 ], [ 120.1368284, 30.2121174 ], [ 120.1368323, 30.2119128 ], [ 120.1369152, 30.2116538 ], [ 120.1369037, 30.2114608 ], [ 120.1367739, 30.2113011 ], [ 120.1368505, 30.2110216 ], [ 120.1366784, 30.2109151 ], [ 120.1364205, 30.2107356 ], [ 120.1365849, 30.21042 ], [ 120.1365142, 30.2101438 ], [ 120.1368946, 30.2099786 ], [ 120.1377235, 30.2095982 ], [ 120.1380811, 30.2098091 ], [ 120.1381403, 30.2098909 ], [ 120.1385006, 30.2100693 ], [ 120.1388857, 30.2099085 ], [ 120.1390649, 30.2101058 ], [ 120.1393307, 30.2100026 ], [ 120.1396196, 30.2101047 ], [ 120.1396987, 30.2098613 ], [ 120.1398432, 30.2095708 ], [ 120.1399456, 30.2093731 ], [ 120.1399439, 30.2093131 ], [ 120.1395846, 30.2085256 ], [ 120.1393301, 30.2079855 ], [ 120.1391099, 30.2079826 ], [ 120.139119, 30.2082491 ], [ 120.1381608, 30.2082487 ], [ 120.1381468, 30.2080252 ], [ 120.1365849, 30.2079894 ], [ 120.1365549, 30.2079887 ], [ 120.1363105, 30.2079565 ], [ 120.1358357, 30.2078109 ], [ 120.1359964, 30.2082673 ], [ 120.1362455, 30.2084141 ], [ 120.1363691, 30.2083845 ], [ 120.1364452, 30.2084557 ], [ 120.1365029, 30.2086821 ], [ 120.1365213, 30.2088038 ], [ 120.1365258, 30.2089305 ], [ 120.1365174, 30.2090677 ], [ 120.1364987, 30.2092056 ], [ 120.1364711, 30.2093097 ], [ 120.1364089, 30.2094214 ], [ 120.1363483, 30.209475 ], [ 120.1362536, 30.2095013 ], [ 120.136162, 30.20951 ], [ 120.1360814, 30.2095382 ], [ 120.1360202, 30.2095759 ], [ 120.135961, 30.2096581 ], [ 120.1359286, 30.2097556 ], [ 120.1359219, 30.2099038 ], [ 120.1358971, 30.2101016 ], [ 120.1358923, 30.2102042 ], [ 120.1355129, 30.2102836 ], [ 120.1352618, 30.210268 ], [ 120.1350778, 30.2106403 ], [ 120.1352679, 30.2108997 ], [ 120.1347506, 30.2118174 ], [ 120.1347914, 30.211924 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1357229, 30.211692 ], [ 120.1360102, 30.21198 ], [ 120.1357587, 30.212556 ], [ 120.1357701, 30.21303 ], [ 120.1359853, 30.2131331 ], [ 120.1360415, 30.2125814 ], [ 120.1363041, 30.2119601 ], [ 120.1366254, 30.2118116 ], [ 120.1367724, 30.2116282 ], [ 120.136634, 30.2114879 ], [ 120.1364205, 30.2107356 ], [ 120.1365849, 30.21042 ], [ 120.1365142, 30.2101438 ], [ 120.1377235, 30.2095982 ], [ 120.1380811, 30.2098091 ], [ 120.1381403, 30.2098909 ], [ 120.1385006, 30.2100693 ], [ 120.1388857, 30.2099085 ], [ 120.1390649, 30.2101058 ], [ 120.1393307, 30.2100026 ], [ 120.1394253, 30.2098563 ], [ 120.1395754, 30.209681 ], [ 120.1396515, 30.2092338 ], [ 120.1393369, 30.2085687 ], [ 120.1379937, 30.208557 ], [ 120.1367696, 30.208574 ], [ 120.1366618, 30.2086322 ], [ 120.1367043, 30.2092003 ], [ 120.1365916, 30.209492 ], [ 120.1361115, 30.2097259 ], [ 120.136028, 30.2101119 ], [ 120.1357837, 30.210637 ], [ 120.1356061, 30.2112143 ], [ 120.1357229, 30.211692 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1441527, 30.210754 ], [ 120.1442761, 30.2107703 ], [ 120.144319, 30.2108954 ], [ 120.1443727, 30.210958 ], [ 120.1444692, 30.2111875 ], [ 120.1444934, 30.2111597 ], [ 120.14448, 30.2110785 ], [ 120.1444236, 30.2109232 ], [ 120.1443781, 30.2108746 ], [ 120.144362, 30.2107424 ], [ 120.1444049, 30.2106729 ], [ 120.14437, 30.2105802 ], [ 120.1442761, 30.2105431 ], [ 120.1441715, 30.2105547 ], [ 120.1441232, 30.2106752 ], [ 120.1441527, 30.210754 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1403265, 30.2110491 ], [ 120.1403864, 30.2110962 ], [ 120.1403919, 30.2111268 ], [ 120.1403837, 30.2111833 ], [ 120.1403701, 30.211221 ], [ 120.1404055, 30.2112446 ], [ 120.140629, 30.2113341 ], [ 120.1406372, 30.2113011 ], [ 120.1405772, 30.2112351 ], [ 120.14052, 30.2111645 ], [ 120.1404927, 30.2111032 ], [ 120.1405309, 30.2109737 ], [ 120.1405527, 30.2107076 ], [ 120.1405718, 30.2106864 ], [ 120.1406235, 30.2106864 ], [ 120.1406726, 30.2105616 ], [ 120.140547, 30.2105147 ], [ 120.1402829, 30.2104367 ], [ 120.1403129, 30.2105074 ], [ 120.1402992, 30.2105945 ], [ 120.1403019, 30.210677 ], [ 120.1403238, 30.2107594 ], [ 120.1403265, 30.2108159 ], [ 120.1403265, 30.2108701 ], [ 120.1402856, 30.2109996 ], [ 120.1402638, 30.2110255 ], [ 120.1403265, 30.2110491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1275111, 30.2120851 ], [ 120.1276177, 30.2121228 ], [ 120.1278082, 30.2121274 ], [ 120.1279423, 30.2120672 ], [ 120.1281381, 30.2120509 ], [ 120.1283312, 30.2119976 ], [ 120.1285833, 30.211986 ], [ 120.1287496, 30.2119629 ], [ 120.129101, 30.2119049 ], [ 120.1293799, 30.2118377 ], [ 120.1297393, 30.2118261 ], [ 120.1296998, 30.2116957 ], [ 120.1296703, 30.2116001 ], [ 120.1295167, 30.2116233 ], [ 120.129327, 30.2116586 ], [ 120.1290963, 30.2117183 ], [ 120.1290225, 30.2117711 ], [ 120.1289166, 30.2117873 ], [ 120.1287442, 30.2117971 ], [ 120.1286054, 30.211829 ], [ 120.1284445, 30.2118817 ], [ 120.1283426, 30.2118725 ], [ 120.1281253, 30.2119107 ], [ 120.1280328, 30.211942 ], [ 120.1279061, 30.2119339 ], [ 120.1278336, 30.2119634 ], [ 120.1277418, 30.2119901 ], [ 120.1276419, 30.211975 ], [ 120.1275158, 30.2120133 ], [ 120.127489, 30.2120469 ], [ 120.1275111, 30.2120851 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1453671, 30.2134017 ], [ 120.1456541, 30.2136832 ], [ 120.1460963, 30.2141927 ], [ 120.1462126, 30.2144273 ], [ 120.1463436, 30.2146587 ], [ 120.1463833, 30.2147289 ], [ 120.1465307, 30.2149702 ], [ 120.1467867, 30.2151579 ], [ 120.146833, 30.2150541 ], [ 120.1470349, 30.2150708 ], [ 120.1473219, 30.2151646 ], [ 120.1476244, 30.2151244 ], [ 120.1475546, 30.2150104 ], [ 120.1472818, 30.2149716 ], [ 120.1472415, 30.2149175 ], [ 120.1472244, 30.2148591 ], [ 120.1472574, 30.2148166 ], [ 120.147312, 30.2147838 ], [ 120.1474791, 30.2147793 ], [ 120.1475603, 30.2148912 ], [ 120.1477181, 30.2148192 ], [ 120.1479441, 30.2144916 ], [ 120.1483447, 30.2139527 ], [ 120.1485785, 30.2136028 ], [ 120.1487104, 30.2132274 ], [ 120.1485863, 30.2127984 ], [ 120.1483225, 30.2125906 ], [ 120.1478028, 30.2121281 ], [ 120.1475391, 30.2122219 ], [ 120.1471978, 30.2121281 ], [ 120.1469806, 30.2120409 ], [ 120.1469546, 30.2120403 ], [ 120.1468806, 30.2120386 ], [ 120.1468319, 30.2120375 ], [ 120.1466936, 30.2120342 ], [ 120.1464997, 30.2119471 ], [ 120.1461816, 30.2120074 ], [ 120.1459877, 30.2121951 ], [ 120.1458403, 30.2124632 ], [ 120.1455843, 30.2126509 ], [ 120.1453206, 30.2129325 ], [ 120.1452508, 30.2131872 ], [ 120.1453671, 30.2134017 ] ], [ [ 120.1458418, 30.2129384 ], [ 120.1464645, 30.2122973 ], [ 120.1475044, 30.212337 ], [ 120.1481351, 30.2130005 ], [ 120.1481204, 30.2138186 ], [ 120.1473195, 30.2143774 ], [ 120.1464448, 30.2143303 ], [ 120.1458017, 30.2137128 ], [ 120.1458418, 30.2129384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2112668, 30.2030347 ], [ 120.2113069, 30.2030021 ], [ 120.2113117, 30.2028919 ], [ 120.2112573, 30.2028633 ], [ 120.2112644, 30.202796 ], [ 120.2111983, 30.2027939 ], [ 120.2111605, 30.2029939 ], [ 120.2112668, 30.2030347 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "天圆地方" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2078393, 30.2030417 ], [ 120.2078789, 30.2030601 ], [ 120.2079276, 30.2030654 ], [ 120.2079763, 30.2030496 ], [ 120.2080037, 30.2030128 ], [ 120.2080068, 30.202968 ], [ 120.2079885, 30.2029365 ], [ 120.207955, 30.2029233 ], [ 120.2079185, 30.2029207 ], [ 120.2078759, 30.2029233 ], [ 120.2078424, 30.2029417 ], [ 120.2078302, 30.2029917 ], [ 120.2078393, 30.2030417 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2113471, 30.2031755 ], [ 120.2114037, 30.203198 ], [ 120.2114226, 30.2031796 ], [ 120.2114344, 30.2031265 ], [ 120.211451, 30.2030939 ], [ 120.2114155, 30.2030653 ], [ 120.2113825, 30.2030755 ], [ 120.2113471, 30.2030878 ], [ 120.2113164, 30.2031184 ], [ 120.2113471, 30.2031755 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2047954, 30.2052051 ], [ 120.2048309, 30.204971 ], [ 120.2047954, 30.2049748 ], [ 120.2047643, 30.2051898 ], [ 120.2047954, 30.2052051 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1866287, 30.2060551 ], [ 120.1867222, 30.2060973 ], [ 120.1868035, 30.2060622 ], [ 120.1868726, 30.2060235 ], [ 120.1869682, 30.2060411 ], [ 120.1870271, 30.2061008 ], [ 120.1870129, 30.2062027 ], [ 120.1870434, 30.2061781 ], [ 120.1871186, 30.2061553 ], [ 120.1870901, 30.2061166 ], [ 120.1870393, 30.20602 ], [ 120.1869397, 30.205948 ], [ 120.1867832, 30.2059216 ], [ 120.1866511, 30.2059445 ], [ 120.1866084, 30.2059901 ], [ 120.1866287, 30.2060551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2067744, 30.206398 ], [ 120.2069105, 30.2064375 ], [ 120.2069742, 30.2064479 ], [ 120.2070064, 30.2064722 ], [ 120.2070145, 30.2065058 ], [ 120.206993, 30.2065928 ], [ 120.2069809, 30.2066693 ], [ 120.2069467, 30.2067579 ], [ 120.2069642, 30.2067759 ], [ 120.2070104, 30.2067933 ], [ 120.207052, 30.2067828 ], [ 120.2070641, 30.206711 ], [ 120.2070627, 30.2066611 ], [ 120.2070621, 30.2066084 ], [ 120.2070674, 30.2065221 ], [ 120.2070862, 30.2064821 ], [ 120.2071325, 30.2063337 ], [ 120.2072078, 30.2061081 ], [ 120.2066998, 30.2060316 ], [ 120.20664, 30.2063118 ], [ 120.2067744, 30.206398 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2125309, 30.2109506 ], [ 120.2125919, 30.2111297 ], [ 120.2126895, 30.2112808 ], [ 120.2128345, 30.2113982 ], [ 120.2130553, 30.2115127 ], [ 120.2149742, 30.2123067 ], [ 120.2160516, 30.2127564 ], [ 120.2166777, 30.2130269 ], [ 120.2167264, 30.2130483 ], [ 120.2168461, 30.213101 ], [ 120.2169013, 30.2131253 ], [ 120.2180152, 30.2135925 ], [ 120.2200398, 30.2144216 ], [ 120.2202553, 30.2145024 ], [ 120.2208367, 30.2146359 ], [ 120.2223124, 30.2148854 ], [ 120.224337, 30.215191 ], [ 120.2261462, 30.215465 ], [ 120.2270243, 30.2156161 ], [ 120.2285001, 30.215848 ], [ 120.2290977, 30.2159569 ], [ 120.2292237, 30.2159358 ], [ 120.2293091, 30.2159498 ], [ 120.2294107, 30.2160271 ], [ 120.2301506, 30.2161431 ], [ 120.2307076, 30.2160974 ], [ 120.2310532, 30.2161044 ], [ 120.2312971, 30.2161114 ], [ 120.2327891, 30.2160833 ], [ 120.2327688, 30.2158901 ], [ 120.2311589, 30.2159323 ], [ 120.2304312, 30.2159358 ], [ 120.2300368, 30.2159182 ], [ 120.2290164, 30.2157426 ], [ 120.2264701, 30.2153344 ], [ 120.2264572, 30.2151194 ], [ 120.2263874, 30.2149536 ], [ 120.2261265, 30.2148246 ], [ 120.2257524, 30.2147812 ], [ 120.2254997, 30.2148046 ], [ 120.2252241, 30.2151521 ], [ 120.2230564, 30.2148151 ], [ 120.221044, 30.2144989 ], [ 120.2203813, 30.2143654 ], [ 120.2191779, 30.2138595 ], [ 120.2162345, 30.2126404 ], [ 120.2137465, 30.2115935 ], [ 120.213031, 30.2112843 ], [ 120.2128846, 30.2111895 ], [ 120.2127952, 30.2111016 ], [ 120.212726, 30.210926 ], [ 120.2127464, 30.2107046 ], [ 120.2127708, 30.2105114 ], [ 120.2128114, 30.2103498 ], [ 120.2128643, 30.2101671 ], [ 120.2129374, 30.2096331 ], [ 120.213035, 30.2082699 ], [ 120.2130513, 30.2080802 ], [ 120.2130797, 30.2079818 ], [ 120.2131326, 30.2078377 ], [ 120.2131854, 30.2076726 ], [ 120.2132464, 30.2071245 ], [ 120.2132708, 30.206868 ], [ 120.2132302, 30.2067275 ], [ 120.2132171, 30.2065239 ], [ 120.2132911, 30.205814 ], [ 120.2134578, 30.2041591 ], [ 120.2135188, 30.2036918 ], [ 120.2135513, 30.2034494 ], [ 120.2136164, 30.2028872 ], [ 120.2136164, 30.2026624 ], [ 120.2136448, 30.2025499 ], [ 120.213718, 30.2023883 ], [ 120.213779, 30.2018929 ], [ 120.2138156, 30.2016539 ], [ 120.2137953, 30.2014994 ], [ 120.213779, 30.2013237 ], [ 120.2138075, 30.2009758 ], [ 120.2138603, 30.2005015 ], [ 120.213905, 30.1999112 ], [ 120.2140148, 30.1990925 ], [ 120.2141205, 30.1979997 ], [ 120.2141652, 30.1977924 ], [ 120.2142465, 30.1976027 ], [ 120.2143203, 30.1969139 ], [ 120.2141345, 30.1968876 ], [ 120.2140798, 30.1973848 ], [ 120.2140839, 30.1974867 ], [ 120.2140473, 30.1976132 ], [ 120.2139619, 30.1977959 ], [ 120.2139172, 30.1979505 ], [ 120.213905, 30.1982141 ], [ 120.2138725, 30.1984565 ], [ 120.2138603, 30.1986814 ], [ 120.2138481, 30.1990714 ], [ 120.2137871, 30.1994439 ], [ 120.213718, 30.1997812 ], [ 120.213653, 30.2004207 ], [ 120.2136001, 30.2010356 ], [ 120.2135635, 30.2013553 ], [ 120.2135961, 30.2015099 ], [ 120.2136042, 30.2016434 ], [ 120.2135798, 30.201805 ], [ 120.2135229, 30.202304 ], [ 120.2135025, 30.2024305 ], [ 120.2134538, 30.2025499 ], [ 120.2134253, 30.2026483 ], [ 120.2133399, 30.2033967 ], [ 120.2132424, 30.2043875 ], [ 120.2131529, 30.2052553 ], [ 120.2130106, 30.2064499 ], [ 120.2130147, 30.2066045 ], [ 120.2130472, 30.2067134 ], [ 120.2130675, 30.206861 ], [ 120.2130391, 30.2070999 ], [ 120.212974, 30.2077183 ], [ 120.212848, 30.2079958 ], [ 120.2127748, 30.2087547 ], [ 120.2127504, 30.2091482 ], [ 120.2127301, 30.2095944 ], [ 120.2126935, 30.2098509 ], [ 120.212661, 30.2101144 ], [ 120.2125716, 30.2103498 ], [ 120.2125268, 30.2107538 ], [ 120.2125309, 30.2109506 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2068593, 30.2070496 ], [ 120.2070567, 30.2070687 ], [ 120.2071291, 30.2070102 ], [ 120.2071761, 30.2068972 ], [ 120.2071758, 30.2068548 ], [ 120.2068631, 30.2068395 ], [ 120.2067918, 30.2069586 ], [ 120.2068593, 30.2070496 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2225385, 30.2075575 ], [ 120.2226412, 30.207503 ], [ 120.2227043, 30.2074122 ], [ 120.2227253, 30.207277 ], [ 120.222723, 30.20717 ], [ 120.2227977, 30.2071317 ], [ 120.2228631, 30.2069985 ], [ 120.2229121, 30.2069138 ], [ 120.2231316, 30.2068774 ], [ 120.2233231, 30.206827 ], [ 120.2235192, 30.2067584 ], [ 120.2236079, 30.2067806 ], [ 120.2237037, 30.206823 ], [ 120.2238064, 30.2067927 ], [ 120.2238134, 30.2067604 ], [ 120.223678, 30.2067604 ], [ 120.2235752, 30.2066958 ], [ 120.2234772, 30.2066857 ], [ 120.2234001, 30.2066555 ], [ 120.2233137, 30.2066716 ], [ 120.2232507, 30.2066434 ], [ 120.223218, 30.2065768 ], [ 120.2231293, 30.2065727 ], [ 120.2231479, 30.2066131 ], [ 120.2231876, 30.2066575 ], [ 120.2232553, 30.2067523 ], [ 120.2232367, 30.2067866 ], [ 120.2231129, 30.206829 ], [ 120.2230592, 30.2068512 ], [ 120.222772, 30.2068532 ], [ 120.222751, 30.2069117 ], [ 120.222786, 30.2070066 ], [ 120.2226693, 30.2071135 ], [ 120.2225735, 30.2071135 ], [ 120.2225222, 30.2071579 ], [ 120.2225455, 30.2071963 ], [ 120.2226366, 30.2072124 ], [ 120.2226716, 30.2072972 ], [ 120.2226342, 30.2074243 ], [ 120.2225875, 30.2074505 ], [ 120.2224685, 30.2074203 ], [ 120.2224498, 30.2074586 ], [ 120.2225385, 30.2075575 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1887355, 30.2092199 ], [ 120.1899367, 30.2070225 ], [ 120.1898566, 30.2069793 ], [ 120.1896664, 30.2071956 ], [ 120.1885753, 30.2091507 ], [ 120.1887355, 30.2092199 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2104383, 30.2079778 ], [ 120.2106131, 30.2080007 ], [ 120.2107956, 30.2080756 ], [ 120.2108931, 30.2082056 ], [ 120.2110034, 30.2082821 ], [ 120.2110648, 30.2083252 ], [ 120.2111239, 30.2083012 ], [ 120.211189, 30.2083632 ], [ 120.2111601, 30.2084507 ], [ 120.2110493, 30.2085063 ], [ 120.2110929, 30.208581 ], [ 120.2111588, 30.2085561 ], [ 120.2112589, 30.2085522 ], [ 120.2113327, 30.2083626 ], [ 120.2113324, 30.2083228 ], [ 120.2112315, 30.2083167 ], [ 120.2111811, 30.2082861 ], [ 120.2111718, 30.2082158 ], [ 120.2109018, 30.2081256 ], [ 120.2108123, 30.2080446 ], [ 120.2107716, 30.2080375 ], [ 120.2106923, 30.2079146 ], [ 120.2106375, 30.2079181 ], [ 120.2106171, 30.2078794 ], [ 120.2106537, 30.2078408 ], [ 120.2106293, 30.2077828 ], [ 120.2105419, 30.2077899 ], [ 120.2104322, 30.2078953 ], [ 120.2104383, 30.2079778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2235111, 30.2087513 ], [ 120.2235735, 30.2087705 ], [ 120.223627, 30.2088398 ], [ 120.2237651, 30.2089014 ], [ 120.2238586, 30.2089476 ], [ 120.2238586, 30.2088437 ], [ 120.2238363, 30.2087859 ], [ 120.2238007, 30.2088052 ], [ 120.2237472, 30.2087821 ], [ 120.2237383, 30.2087359 ], [ 120.2237294, 30.2086781 ], [ 120.2236492, 30.2086627 ], [ 120.2234978, 30.2086627 ], [ 120.223471, 30.2087051 ], [ 120.2235111, 30.2087513 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2196576, 30.2092248 ], [ 120.219809, 30.2092672 ], [ 120.2199026, 30.2093095 ], [ 120.2199561, 30.2093018 ], [ 120.2199561, 30.2092633 ], [ 120.2199917, 30.2092287 ], [ 120.2199718, 30.2091769 ], [ 120.2199082, 30.209155 ], [ 120.2197939, 30.209111 ], [ 120.2196795, 30.2091001 ], [ 120.2196287, 30.2091165 ], [ 120.2196033, 30.2091934 ], [ 120.2196576, 30.2092248 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2222398, 30.2100883 ], [ 120.2222969, 30.2100444 ], [ 120.2223351, 30.2099785 ], [ 120.2223668, 30.2099126 ], [ 120.2223541, 30.2098467 ], [ 120.2222842, 30.2098193 ], [ 120.2222334, 30.2098467 ], [ 120.2222017, 30.2098852 ], [ 120.2221762, 30.2099455 ], [ 120.2221699, 30.2100004 ], [ 120.2221572, 30.2100663 ], [ 120.2222398, 30.2100883 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2091078, 30.2118085 ], [ 120.2092385, 30.2116635 ], [ 120.2088834, 30.2114244 ], [ 120.2087527, 30.2115694 ], [ 120.2091078, 30.2118085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1963441, 30.2130116 ], [ 120.1966866, 30.213486 ], [ 120.1969381, 30.2137015 ], [ 120.1972027, 30.2138925 ], [ 120.1974704, 30.2140341 ], [ 120.1976217, 30.2141011 ], [ 120.1977294, 30.2141343 ], [ 120.1979223, 30.2141674 ], [ 120.1980282, 30.2141705 ], [ 120.1980873, 30.2141539 ], [ 120.198295, 30.2139568 ], [ 120.1983314, 30.2139798 ], [ 120.1983939, 30.2139688 ], [ 120.1984513, 30.2139882 ], [ 120.1984844, 30.214013 ], [ 120.1985314, 30.2140216 ], [ 120.1986181, 30.2140052 ], [ 120.1987005, 30.2140152 ], [ 120.1987897, 30.214034 ], [ 120.198858, 30.2140695 ], [ 120.1989534, 30.2141338 ], [ 120.1990555, 30.2141522 ], [ 120.1991229, 30.2141339 ], [ 120.1991783, 30.2141216 ], [ 120.1992237, 30.2141292 ], [ 120.1992784, 30.2140677 ], [ 120.1993572, 30.2140026 ], [ 120.1994386, 30.21397 ], [ 120.1994513, 30.2140788 ], [ 120.1993946, 30.214103 ], [ 120.1993195, 30.2141736 ], [ 120.1992631, 30.2142482 ], [ 120.1993214, 30.2142562 ], [ 120.1993797, 30.2142481 ], [ 120.1994307, 30.2142 ], [ 120.1995313, 30.2141305 ], [ 120.1996177, 30.2141068 ], [ 120.1996617, 30.2140649 ], [ 120.1999157, 30.2136518 ], [ 120.1994793, 30.2134347 ], [ 120.1995138, 30.21339 ], [ 120.1992204, 30.213241 ], [ 120.1992432, 30.2132013 ], [ 120.1991335, 30.2131568 ], [ 120.1990811, 30.2132372 ], [ 120.1989855, 30.2131909 ], [ 120.1989497, 30.2132598 ], [ 120.1984013, 30.2129869 ], [ 120.1984803, 30.2128678 ], [ 120.19805, 30.2126698 ], [ 120.1980884, 30.2126184 ], [ 120.1977239, 30.2124497 ], [ 120.1974195, 30.2123324 ], [ 120.1971899, 30.2122723 ], [ 120.196863, 30.2122307 ], [ 120.1966224, 30.2122437 ], [ 120.196492, 30.2122797 ], [ 120.1963742, 30.2123535 ], [ 120.1962823, 30.2124521 ], [ 120.1962335, 30.2125519 ], [ 120.1962192, 30.2126568 ], [ 120.1963441, 30.2130116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2164691, 30.2135631 ], [ 120.2166218, 30.2133974 ], [ 120.2168166, 30.2131206 ], [ 120.2168461, 30.213101 ], [ 120.2167264, 30.2130483 ], [ 120.2167274, 30.2130978 ], [ 120.2164098, 30.2135215 ], [ 120.2163827, 30.2136184 ], [ 120.2164691, 30.2135631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.211434, 30.2187991 ], [ 120.2114836, 30.218879 ], [ 120.2115562, 30.2189418 ], [ 120.212712, 30.2197693 ], [ 120.2139767, 30.220691 ], [ 120.2140626, 30.2207794 ], [ 120.2144753, 30.2212616 ], [ 120.2148155, 30.2215869 ], [ 120.2148518, 30.2216411 ], [ 120.214832, 30.2217125 ], [ 120.214789, 30.2217553 ], [ 120.2136795, 30.2225941 ], [ 120.2132436, 30.2229194 ], [ 120.2128408, 30.2232333 ], [ 120.2123784, 30.2235928 ], [ 120.2124399, 30.2236466 ], [ 120.2125205, 30.2237418 ], [ 120.2137786, 30.2227654 ], [ 120.2149508, 30.2218637 ], [ 120.2149938, 30.2217838 ], [ 120.2150169, 30.2216982 ], [ 120.215007, 30.2215983 ], [ 120.2149674, 30.2215013 ], [ 120.2149277, 30.2214385 ], [ 120.2145612, 30.2211247 ], [ 120.2144654, 30.2210134 ], [ 120.2142442, 30.2207166 ], [ 120.2141649, 30.2206196 ], [ 120.2140725, 30.2205226 ], [ 120.2132898, 30.2199519 ], [ 120.2131181, 30.2198949 ], [ 120.2130323, 30.2198349 ], [ 120.2127252, 30.2196095 ], [ 120.2126624, 30.2195467 ], [ 120.21257, 30.2194383 ], [ 120.2116189, 30.218762 ], [ 120.2115859, 30.2187078 ], [ 120.2115859, 30.2186622 ], [ 120.2119029, 30.2183169 ], [ 120.2121011, 30.2181086 ], [ 120.2127021, 30.2175236 ], [ 120.2136135, 30.2166676 ], [ 120.2146503, 30.215686 ], [ 120.2154297, 30.2149298 ], [ 120.2158821, 30.2144989 ], [ 120.2159925, 30.2141231 ], [ 120.2156047, 30.2143819 ], [ 120.2155353, 30.2144704 ], [ 120.2154792, 30.2145531 ], [ 120.215466, 30.2146444 ], [ 120.2154132, 30.2147443 ], [ 120.2152646, 30.2148813 ], [ 120.2149145, 30.2152323 ], [ 120.2147923, 30.2152751 ], [ 120.2138776, 30.2161283 ], [ 120.2137984, 30.2162224 ], [ 120.2137621, 30.2163023 ], [ 120.2133757, 30.2166904 ], [ 120.2132998, 30.2167589 ], [ 120.2132205, 30.2167988 ], [ 120.2131412, 30.2168388 ], [ 120.2126063, 30.2173581 ], [ 120.2123256, 30.2176406 ], [ 120.2119789, 30.2179374 ], [ 120.2119459, 30.2180144 ], [ 120.2119062, 30.2180972 ], [ 120.211827, 30.2181799 ], [ 120.2117741, 30.2182341 ], [ 120.2114604, 30.218568 ], [ 120.2114208, 30.2186821 ], [ 120.211434, 30.2187991 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2107706, 30.2198481 ], [ 120.2107307, 30.2199286 ], [ 120.2107764, 30.2200241 ], [ 120.2108409, 30.2200759 ], [ 120.2109472, 30.2200778 ], [ 120.2110534, 30.2201756 ], [ 120.2111141, 30.2201631 ], [ 120.2111795, 30.2201346 ], [ 120.2111831, 30.2200807 ], [ 120.2110988, 30.2200668 ], [ 120.2110908, 30.2200349 ], [ 120.2110961, 30.219959 ], [ 120.2109184, 30.2198451 ], [ 120.2108239, 30.2196913 ], [ 120.2107411, 30.2196797 ], [ 120.2106958, 30.2197679 ], [ 120.2107706, 30.2198481 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.215143, 30.2231219 ], [ 120.2152158, 30.2231251 ], [ 120.2152954, 30.223071 ], [ 120.2153545, 30.2230035 ], [ 120.2153528, 30.2229004 ], [ 120.2152559, 30.2227778 ], [ 120.2152665, 30.2227335 ], [ 120.2152565, 30.2226882 ], [ 120.2150827, 30.2225975 ], [ 120.2151052, 30.222573 ], [ 120.2149555, 30.2224962 ], [ 120.2148315, 30.2225202 ], [ 120.2147433, 30.2225921 ], [ 120.2146966, 30.2226958 ], [ 120.215143, 30.2231219 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1470504, 30.2160663 ], [ 120.147273, 30.2159945 ], [ 120.1472891, 30.2157998 ], [ 120.147155, 30.2157766 ], [ 120.1470262, 30.2157859 ], [ 120.1469726, 30.2159504 ], [ 120.1470504, 30.2160663 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1488278, 30.2262107 ], [ 120.1494561, 30.2258068 ], [ 120.1495541, 30.2254682 ], [ 120.1496366, 30.2251601 ], [ 120.1495798, 30.2249483 ], [ 120.1492986, 30.2251736 ], [ 120.1490476, 30.2254865 ], [ 120.1486506, 30.2257747 ], [ 120.1485775, 30.2258278 ], [ 120.1488278, 30.2262107 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1478523, 30.2263554 ], [ 120.1479009, 30.2265618 ], [ 120.1478989, 30.2266837 ], [ 120.1479519, 30.2267952 ], [ 120.1482284, 30.2269231 ], [ 120.1484027, 30.2269672 ], [ 120.1484596, 30.226932 ], [ 120.1484292, 30.2267701 ], [ 120.1484061, 30.2266328 ], [ 120.1484178, 30.2265113 ], [ 120.1482008, 30.2262186 ], [ 120.1480627, 30.2260949 ], [ 120.147858, 30.2261943 ], [ 120.1477962, 30.2262691 ], [ 120.1478523, 30.2263554 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.138368, 30.227605 ], [ 120.1384967, 30.2276073 ], [ 120.1385423, 30.2276444 ], [ 120.1385906, 30.2277163 ], [ 120.1385718, 30.227809 ], [ 120.1386547, 30.2277304 ], [ 120.1386386, 30.2276446 ], [ 120.1385718, 30.227605 ], [ 120.1385182, 30.2274868 ], [ 120.1386308, 30.2273292 ], [ 120.1385557, 30.2271693 ], [ 120.1385048, 30.2272134 ], [ 120.1384967, 30.2273014 ], [ 120.1384669, 30.2274198 ], [ 120.1383892, 30.2274291 ], [ 120.1383489, 30.2275288 ], [ 120.138368, 30.227605 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1324754, 30.2280041 ], [ 120.132805, 30.2282772 ], [ 120.132982, 30.2282262 ], [ 120.1331086, 30.2281451 ], [ 120.1331378, 30.2281024 ], [ 120.1331536, 30.228039 ], [ 120.1331161, 30.2279852 ], [ 120.1329981, 30.2277812 ], [ 120.1328962, 30.2278925 ], [ 120.132746, 30.2277998 ], [ 120.1327943, 30.2276514 ], [ 120.1329262, 30.2276074 ], [ 120.1330839, 30.2276561 ], [ 120.1331569, 30.2275564 ], [ 120.1332803, 30.2275101 ], [ 120.1333768, 30.227422 ], [ 120.1334058, 30.2272899 ], [ 120.1333575, 30.2272343 ], [ 120.1333575, 30.2271184 ], [ 120.1332878, 30.2270535 ], [ 120.1331805, 30.2270582 ], [ 120.1327943, 30.2273038 ], [ 120.1325761, 30.2276676 ], [ 120.1324649, 30.2277947 ], [ 120.1324126, 30.2278687 ], [ 120.1324754, 30.2280041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1377857, 30.2276864 ], [ 120.1378315, 30.2277186 ], [ 120.137853, 30.2277649 ], [ 120.1378235, 30.2278159 ], [ 120.1378664, 30.227853 ], [ 120.1379064, 30.2277698 ], [ 120.1378956, 30.2276956 ], [ 120.1378447, 30.2276331 ], [ 120.1378393, 30.2275751 ], [ 120.1377618, 30.2276143 ], [ 120.1377591, 30.2276467 ], [ 120.1377857, 30.2276864 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1344556, 30.2279976 ], [ 120.1345164, 30.2280343 ], [ 120.1346005, 30.2280459 ], [ 120.1346531, 30.2280904 ], [ 120.1347539, 30.228105 ], [ 120.1348369, 30.228115 ], [ 120.1348706, 30.2281662 ], [ 120.1349289, 30.2280999 ], [ 120.1349104, 30.228042 ], [ 120.1348253, 30.2279826 ], [ 120.1347773, 30.2278969 ], [ 120.1346085, 30.2278559 ], [ 120.1344287, 30.2278257 ], [ 120.1344052, 30.2278723 ], [ 120.1344556, 30.2279976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.136231, 30.2287759 ], [ 120.1362893, 30.2288304 ], [ 120.1364053, 30.2288762 ], [ 120.1364623, 30.2289005 ], [ 120.1365005, 30.2289434 ], [ 120.1365414, 30.2290065 ], [ 120.1365931, 30.2290836 ], [ 120.1366621, 30.2291357 ], [ 120.1367399, 30.2291855 ], [ 120.1367969, 30.2292244 ], [ 120.1368506, 30.2292504 ], [ 120.1369096, 30.2292672 ], [ 120.1369672, 30.2292754 ], [ 120.1370155, 30.2292736 ], [ 120.1371687, 30.229238 ], [ 120.1372311, 30.2292316 ], [ 120.1372864, 30.2292125 ], [ 120.1373615, 30.2291838 ], [ 120.1373934, 30.2291598 ], [ 120.1373957, 30.2291493 ], [ 120.1373927, 30.2291409 ], [ 120.1373867, 30.2291349 ], [ 120.1373732, 30.2291337 ], [ 120.1372609, 30.2291803 ], [ 120.1371858, 30.2291937 ], [ 120.1370685, 30.2291867 ], [ 120.1369954, 30.2291728 ], [ 120.1369531, 30.2291369 ], [ 120.136941, 30.2290233 ], [ 120.1369283, 30.2289805 ], [ 120.1369109, 30.2289428 ], [ 120.1369149, 30.2289254 ], [ 120.136929, 30.2289115 ], [ 120.1369739, 30.2289127 ], [ 120.1370564, 30.2289202 ], [ 120.1371154, 30.2288964 ], [ 120.1371603, 30.2288541 ], [ 120.1371751, 30.2288136 ], [ 120.1371992, 30.2287139 ], [ 120.137222, 30.2286913 ], [ 120.1373099, 30.2286659 ], [ 120.1373857, 30.2286635 ], [ 120.137448, 30.2286844 ], [ 120.1374909, 30.228718 ], [ 120.1375137, 30.2287522 ], [ 120.1375332, 30.2288037 ], [ 120.1375278, 30.228915 ], [ 120.137555, 30.229005 ], [ 120.1375687, 30.2290552 ], [ 120.1375808, 30.2291073 ], [ 120.1375721, 30.2291618 ], [ 120.1375519, 30.2291925 ], [ 120.1375607, 30.2292927 ], [ 120.137554, 30.229342 ], [ 120.1375476, 30.2293898 ], [ 120.1375583, 30.2294092 ], [ 120.1375768, 30.2294196 ], [ 120.1376006, 30.2294185 ], [ 120.1376183, 30.2294106 ], [ 120.1376348, 30.2293802 ], [ 120.1376502, 30.2293495 ], [ 120.1376498, 30.2292875 ], [ 120.137627, 30.2291896 ], [ 120.1376247, 30.2291681 ], [ 120.1376224, 30.2291456 ], [ 120.1376331, 30.2290726 ], [ 120.1376525, 30.2290222 ], [ 120.1376901, 30.228944 ], [ 120.1377337, 30.2289034 ], [ 120.1377685, 30.2288779 ], [ 120.1377994, 30.2288298 ], [ 120.1378148, 30.2287956 ], [ 120.1378115, 30.2287597 ], [ 120.1377913, 30.2287128 ], [ 120.137786, 30.2286803 ], [ 120.1377873, 30.2286514 ], [ 120.1378101, 30.2285981 ], [ 120.1378161, 30.2285639 ], [ 120.1378155, 30.2285291 ], [ 120.137786, 30.2283999 ], [ 120.1378034, 30.2283124 ], [ 120.137847, 30.2282603 ], [ 120.1379073, 30.2282412 ], [ 120.1379838, 30.22824 ], [ 120.1380834, 30.228282 ], [ 120.1381239, 30.2282562 ], [ 120.1381427, 30.2281635 ], [ 120.1381853, 30.2280966 ], [ 120.1381641, 30.2280059 ], [ 120.1382017, 30.2279364 ], [ 120.1383009, 30.227853 ], [ 120.1383358, 30.2277881 ], [ 120.1383301, 30.2277397 ], [ 120.1382607, 30.2277163 ], [ 120.1382634, 30.227612 ], [ 120.1382231, 30.2276375 ], [ 120.1382202, 30.2277443 ], [ 120.1382044, 30.2278344 ], [ 120.1381105, 30.2279202 ], [ 120.1381156, 30.2279876 ], [ 120.1381024, 30.2280963 ], [ 120.1380646, 30.2281661 ], [ 120.137971, 30.228189 ], [ 120.1378798, 30.2281798 ], [ 120.1378127, 30.2282006 ], [ 120.1377591, 30.2281774 ], [ 120.1377555, 30.22814 ], [ 120.1377662, 30.2280789 ], [ 120.1377595, 30.2280448 ], [ 120.1377467, 30.2280332 ], [ 120.1377239, 30.2280326 ], [ 120.1377055, 30.2280407 ], [ 120.1376985, 30.2280671 ], [ 120.1376958, 30.2281236 ], [ 120.1376918, 30.2281517 ], [ 120.137681, 30.2281659 ], [ 120.1376643, 30.2281693 ], [ 120.1376207, 30.228158 ], [ 120.1375965, 30.2281615 ], [ 120.1375818, 30.2281708 ], [ 120.1375684, 30.2281858 ], [ 120.1375687, 30.2282096 ], [ 120.1375929, 30.2282389 ], [ 120.1377109, 30.2282867 ], [ 120.1377317, 30.2283234 ], [ 120.137727, 30.2284028 ], [ 120.1377303, 30.2284341 ], [ 120.1377417, 30.2284689 ], [ 120.1377337, 30.2285088 ], [ 120.1377223, 30.2285262 ], [ 120.1376975, 30.2285401 ], [ 120.1376726, 30.2285395 ], [ 120.1376136, 30.2285152 ], [ 120.1375929, 30.2285164 ], [ 120.137564, 30.2285326 ], [ 120.1375533, 30.2285581 ], [ 120.1375607, 30.228601 ], [ 120.1375969, 30.2286412 ], [ 120.1375967, 30.2286522 ], [ 120.1375927, 30.2286624 ], [ 120.1375828, 30.228665 ], [ 120.1375696, 30.2286619 ], [ 120.1375305, 30.2286456 ], [ 120.1374706, 30.2286305 ], [ 120.1374117, 30.2286351 ], [ 120.1372779, 30.2286393 ], [ 120.1371477, 30.2286759 ], [ 120.1370794, 30.228595 ], [ 120.1370886, 30.2285164 ], [ 120.1370307, 30.22848 ], [ 120.1369934, 30.2284803 ], [ 120.1368623, 30.2284513 ], [ 120.1368062, 30.2285067 ], [ 120.1367932, 30.2285693 ], [ 120.1366594, 30.2286687 ], [ 120.1365736, 30.2286363 ], [ 120.1365521, 30.2287058 ], [ 120.136477, 30.2287313 ], [ 120.1364066, 30.2286913 ], [ 120.1362544, 30.2285871 ], [ 120.1361639, 30.2286073 ], [ 120.1361572, 30.2286635 ], [ 120.136231, 30.2287759 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1377054, 30.2296072 ], [ 120.1377296, 30.2296212 ], [ 120.1378396, 30.2296212 ], [ 120.1379308, 30.2295934 ], [ 120.1380086, 30.229656 ], [ 120.1381263, 30.2296585 ], [ 120.1380217, 30.2296076 ], [ 120.137952, 30.2295427 ], [ 120.1379844, 30.2294891 ], [ 120.1381132, 30.2294729 ], [ 120.13814, 30.2294034 ], [ 120.1381156, 30.2293526 ], [ 120.1380407, 30.2293107 ], [ 120.1380434, 30.2292458 ], [ 120.1381293, 30.2292134 ], [ 120.138199, 30.2292134 ], [ 120.1382687, 30.2292528 ], [ 120.1383492, 30.2292412 ], [ 120.1383704, 30.2291696 ], [ 120.1384377, 30.2291299 ], [ 120.1384401, 30.2290583 ], [ 120.1383623, 30.2290073 ], [ 120.1383465, 30.2289584 ], [ 120.1383706, 30.2289167 ], [ 120.1384994, 30.2289329 ], [ 120.1385825, 30.2289121 ], [ 120.1386762, 30.2288405 ], [ 120.1388374, 30.2288124 ], [ 120.1388746, 30.2287362 ], [ 120.1388424, 30.2287084 ], [ 120.1388988, 30.2286365 ], [ 120.1388612, 30.2285693 ], [ 120.1388414, 30.2285193 ], [ 120.1389135, 30.2284373 ], [ 120.1389701, 30.2284243 ], [ 120.139001, 30.2283616 ], [ 120.1389554, 30.2282725 ], [ 120.1389876, 30.2282319 ], [ 120.1390707, 30.2282076 ], [ 120.1391754, 30.2282354 ], [ 120.1392652, 30.2282192 ], [ 120.1393121, 30.2281716 ], [ 120.1391914, 30.2281716 ], [ 120.1391485, 30.2281496 ], [ 120.1391311, 30.2280465 ], [ 120.1390493, 30.2279758 ], [ 120.1389621, 30.2279828 ], [ 120.1389259, 30.2279851 ], [ 120.1388776, 30.2279445 ], [ 120.1388468, 30.2279167 ], [ 120.1388025, 30.227919 ], [ 120.1387435, 30.2279573 ], [ 120.1387301, 30.2280025 ], [ 120.1387073, 30.2280604 ], [ 120.1386979, 30.228101 ], [ 120.1386805, 30.2281543 ], [ 120.1387073, 30.2282087 ], [ 120.1387784, 30.228262 ], [ 120.1388817, 30.2283171 ], [ 120.1389071, 30.2283675 ], [ 120.1388977, 30.2283964 ], [ 120.1388599, 30.2284303 ], [ 120.1388106, 30.2284781 ], [ 120.1387817, 30.228543 ], [ 120.1387958, 30.2286131 ], [ 120.1387247, 30.2286085 ], [ 120.1386737, 30.2286572 ], [ 120.138612, 30.2286687 ], [ 120.1386469, 30.2287197 ], [ 120.1386574, 30.228771 ], [ 120.1386064, 30.2288451 ], [ 120.138483, 30.2288521 ], [ 120.1384297, 30.2288333 ], [ 120.1383489, 30.2288915 ], [ 120.1382875, 30.2289098 ], [ 120.1382902, 30.2289978 ], [ 120.1383331, 30.2290627 ], [ 120.1383251, 30.2291554 ], [ 120.1382765, 30.2291672 ], [ 120.1381317, 30.2291696 ], [ 120.1380434, 30.229211 ], [ 120.1379815, 30.229209 ], [ 120.1379522, 30.2292829 ], [ 120.1379788, 30.2293225 ], [ 120.1379603, 30.2293802 ], [ 120.1379039, 30.2294497 ], [ 120.1378476, 30.2295587 ], [ 120.1377508, 30.2295635 ], [ 120.1376813, 30.2295262 ], [ 120.1376542, 30.2295774 ], [ 120.1377054, 30.2296072 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "浴鹄湾" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1297419, 30.2319527 ], [ 120.1298063, 30.2318553 ], [ 120.1300209, 30.231568 ], [ 120.1301389, 30.2314845 ], [ 120.1302944, 30.2312899 ], [ 120.1304983, 30.2312343 ], [ 120.1306431, 30.2310767 ], [ 120.1306646, 30.230882 ], [ 120.1309435, 30.2305993 ], [ 120.1309489, 30.2302841 ], [ 120.1311259, 30.2300802 ], [ 120.1313673, 30.2298345 ], [ 120.1314263, 30.229663 ], [ 120.1316263, 30.2295923 ], [ 120.1317886, 30.2295297 ], [ 120.1318851, 30.2295123 ], [ 120.1319548, 30.2295309 ], [ 120.1320367, 30.2295007 ], [ 120.1321198, 30.2294428 ], [ 120.1321694, 30.2293791 ], [ 120.1321292, 30.2293234 ], [ 120.1322203, 30.2292459 ], [ 120.1323652, 30.2292238 ], [ 120.132392, 30.2291867 ], [ 120.1323585, 30.229094 ], [ 120.132408, 30.2290141 ], [ 120.1325207, 30.2290141 ], [ 120.1325314, 30.2288983 ], [ 120.1326602, 30.2287731 ], [ 120.1327782, 30.2288473 ], [ 120.1327996, 30.2289492 ], [ 120.1327621, 30.2290558 ], [ 120.1326333, 30.2290837 ], [ 120.1326494, 30.2291624 ], [ 120.1326011, 30.2292412 ], [ 120.13251, 30.2292876 ], [ 120.1326065, 30.229422 ], [ 120.1327889, 30.2296167 ], [ 120.1329445, 30.2298855 ], [ 120.1330786, 30.2300014 ], [ 120.1333307, 30.230108 ], [ 120.1333844, 30.229955 ], [ 120.1333361, 30.2297974 ], [ 120.1335775, 30.2296862 ], [ 120.133618, 30.2296256 ], [ 120.1334772, 30.2295896 ], [ 120.1336772, 30.2292786 ], [ 120.1337845, 30.2292018 ], [ 120.1336472, 30.2290744 ], [ 120.1334519, 30.2289284 ], [ 120.1332932, 30.228685 ], [ 120.1332288, 30.2285182 ], [ 120.1329691, 30.2287754 ], [ 120.1327943, 30.2286989 ], [ 120.1327889, 30.2285692 ], [ 120.1327245, 30.2285228 ], [ 120.1327835, 30.2283652 ], [ 120.132569, 30.2282447 ], [ 120.1324885, 30.2282725 ], [ 120.1322557, 30.22821 ], [ 120.1319628, 30.2280871 ], [ 120.1318126, 30.2281474 ], [ 120.1313673, 30.228305 ], [ 120.1309596, 30.2283374 ], [ 120.13067, 30.2284533 ], [ 120.1306109, 30.2285738 ], [ 120.1306539, 30.2288148 ], [ 120.1307397, 30.2289863 ], [ 120.1310401, 30.2291161 ], [ 120.1312547, 30.2292227 ], [ 120.1312815, 30.2293617 ], [ 120.131142, 30.2294637 ], [ 120.1308845, 30.2296259 ], [ 120.1309382, 30.2298299 ], [ 120.130729, 30.2300199 ], [ 120.1307129, 30.2301126 ], [ 120.1307719, 30.2301404 ], [ 120.1307665, 30.2303304 ], [ 120.1306324, 30.2305483 ], [ 120.1304339, 30.2306688 ], [ 120.1300906, 30.2309423 ], [ 120.1299028, 30.2310952 ], [ 120.1298009, 30.2313223 ], [ 120.1298063, 30.2315262 ], [ 120.1297097, 30.2317858 ], [ 120.1296561, 30.2319156 ], [ 120.1297419, 30.2319527 ] ], [ [ 120.1311442, 30.2296339 ], [ 120.1312278, 30.2296685 ], [ 120.1312598, 30.2297304 ], [ 120.1311503, 30.2297739 ], [ 120.1310703, 30.2297526 ], [ 120.1310532, 30.2296804 ], [ 120.1311442, 30.2296339 ] ], [ [ 120.1311754, 30.2289363 ], [ 120.1312338, 30.2289136 ], [ 120.131287, 30.2289257 ], [ 120.1313742, 30.2289756 ], [ 120.1313282, 30.2290636 ], [ 120.1312209, 30.2290775 ], [ 120.1311404, 30.2289756 ], [ 120.1311754, 30.2289363 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1833255, 30.205931 ], [ 120.1833497, 30.2060771 ], [ 120.1833068, 30.2062301 ], [ 120.1833631, 30.206237 ], [ 120.1833872, 30.2061559 ], [ 120.1834516, 30.2060446 ], [ 120.1834623, 30.2059241 ], [ 120.1835213, 30.2058464 ], [ 120.1835025, 30.2057989 ], [ 120.1832799, 30.205887 ], [ 120.1833255, 30.205931 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1564276, 30.2081897 ], [ 120.156484, 30.2081225 ], [ 120.1565349, 30.2080136 ], [ 120.1565215, 30.2079487 ], [ 120.1565376, 30.2079023 ], [ 120.1565966, 30.207849 ], [ 120.1566154, 30.2077748 ], [ 120.1565644, 30.2076775 ], [ 120.1565832, 30.207594 ], [ 120.1566342, 30.2075222 ], [ 120.1565966, 30.2074758 ], [ 120.1565596, 30.2074683 ], [ 120.1565001, 30.2075848 ], [ 120.1564813, 30.2076844 ], [ 120.1564995, 30.2077615 ], [ 120.1564131, 30.2078786 ], [ 120.1563928, 30.2078977 ], [ 120.1564142, 30.2079626 ], [ 120.1564223, 30.2080553 ], [ 120.1563767, 30.2081689 ], [ 120.1564276, 30.2081897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1692858, 30.214308 ], [ 120.1695831, 30.2138147 ], [ 120.1680312, 30.213135 ], [ 120.1677696, 30.2135975 ], [ 120.1692858, 30.214308 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1768467, 30.2194075 ], [ 120.1770612, 30.2192962 ], [ 120.17719, 30.2191433 ], [ 120.1771417, 30.2189718 ], [ 120.1769754, 30.2189671 ], [ 120.1767662, 30.2191294 ], [ 120.1767555, 30.2192267 ], [ 120.1767501, 30.2193241 ], [ 120.1768467, 30.2194075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1761639, 30.2203363 ], [ 120.1763745, 30.2200768 ], [ 120.1761719, 30.2199541 ], [ 120.1759613, 30.2202135 ], [ 120.1761639, 30.2203363 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1833707, 30.22241 ], [ 120.1835423, 30.2224517 ], [ 120.1835933, 30.2224911 ], [ 120.1835692, 30.2225513 ], [ 120.183655, 30.2225792 ], [ 120.1837234, 30.2225038 ], [ 120.1837435, 30.2224192 ], [ 120.1837274, 30.2223659 ], [ 120.1834297, 30.2222894 ], [ 120.1833707, 30.2223312 ], [ 120.1833707, 30.22241 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1797932, 30.2239465 ], [ 120.1799381, 30.2239928 ], [ 120.1799944, 30.2239511 ], [ 120.1799783, 30.2238654 ], [ 120.1799622, 30.2237611 ], [ 120.1798978, 30.2236707 ], [ 120.1798093, 30.2236614 ], [ 120.1797557, 30.2237054 ], [ 120.179745, 30.2237912 ], [ 120.1797932, 30.2239465 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "半月池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.156499, 30.2295584 ], [ 120.1565344, 30.2295339 ], [ 120.1565415, 30.2294942 ], [ 120.1565415, 30.2294575 ], [ 120.1565131, 30.2294147 ], [ 120.1564601, 30.2293902 ], [ 120.1563963, 30.2293963 ], [ 120.156499, 30.2295584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1678075, 30.239692 ], [ 120.1677876, 30.2397313 ], [ 120.167804, 30.2397404 ], [ 120.1678705, 30.2397273 ], [ 120.1678635, 30.2397122 ], [ 120.1680106, 30.2396758 ], [ 120.1679779, 30.2395871 ], [ 120.1679055, 30.2395851 ], [ 120.1677678, 30.2396305 ], [ 120.1678075, 30.239692 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1742948, 30.2383861 ], [ 120.1748692, 30.2391486 ], [ 120.1754234, 30.2398533 ], [ 120.1760679, 30.2408108 ], [ 120.1766143, 30.2416688 ], [ 120.1771217, 30.2425483 ], [ 120.1773132, 30.2428643 ], [ 120.1775841, 30.2433512 ], [ 120.1780557, 30.2440343 ], [ 120.1784667, 30.2444848 ], [ 120.1787923, 30.2448867 ], [ 120.1792724, 30.2454334 ], [ 120.1800527, 30.2466177 ], [ 120.1802746, 30.2470159 ], [ 120.1806495, 30.2476697 ], [ 120.1810195, 30.2482983 ], [ 120.1811564, 30.2485313 ], [ 120.1812666, 30.2486667 ], [ 120.1814943, 30.2490081 ], [ 120.1815701, 30.2489766 ], [ 120.1814644, 30.248669 ], [ 120.1810023, 30.2477102 ], [ 120.1805869, 30.2469982 ], [ 120.1797307, 30.2457153 ], [ 120.1789757, 30.2447027 ], [ 120.1781024, 30.2435462 ], [ 120.1776899, 30.2430123 ], [ 120.1775778, 30.242703 ], [ 120.1774393, 30.2425295 ], [ 120.177307, 30.2423372 ], [ 120.1766018, 30.2411255 ], [ 120.175811, 30.239977 ], [ 120.1757332, 30.2398183 ], [ 120.1753222, 30.2392508 ], [ 120.1750062, 30.2389267 ], [ 120.1743291, 30.2382368 ], [ 120.1742466, 30.2382825 ], [ 120.1742948, 30.2383861 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1491571, 30.2303018 ], [ 120.1491908, 30.2303682 ], [ 120.149195, 30.23043 ], [ 120.1491605, 30.2305089 ], [ 120.1491648, 30.2305994 ], [ 120.1492342, 30.2306754 ], [ 120.1493083, 30.23073 ], [ 120.1494011, 30.2307382 ], [ 120.149451, 30.2307055 ], [ 120.1494562, 30.2306426 ], [ 120.1494541, 30.2305822 ], [ 120.1494372, 30.2305181 ], [ 120.149425, 30.2304551 ], [ 120.1494472, 30.2304099 ], [ 120.1494781, 30.2303783 ], [ 120.1495183, 30.2303791 ], [ 120.1495866, 30.2303925 ], [ 120.1495554, 30.2304234 ], [ 120.1495617, 30.2305061 ], [ 120.1495509, 30.2305774 ], [ 120.1495263, 30.2306215 ], [ 120.1495591, 30.2306517 ], [ 120.14959, 30.2306632 ], [ 120.1496496, 30.2306789 ], [ 120.1497188, 30.2306723 ], [ 120.149762, 30.2306833 ], [ 120.1497979, 30.2307109 ], [ 120.1498288, 30.2307559 ], [ 120.1498499, 30.2307678 ], [ 120.149868, 30.2307649 ], [ 120.1498784, 30.2307536 ], [ 120.1498817, 30.2307371 ], [ 120.149877, 30.2307206 ], [ 120.1498613, 30.2306839 ], [ 120.1498292, 30.2306506 ], [ 120.1498123, 30.2306172 ], [ 120.1498204, 30.2305752 ], [ 120.1498204, 30.2305275 ], [ 120.1498005, 30.2304866 ], [ 120.1497719, 30.2304544 ], [ 120.1497361, 30.230448 ], [ 120.1497119, 30.2304315 ], [ 120.1496972, 30.230397 ], [ 120.1496481, 30.2303711 ], [ 120.149625, 30.2303328 ], [ 120.149541, 30.2303119 ], [ 120.1494861, 30.2302989 ], [ 120.1494508, 30.230249 ], [ 120.1494496, 30.2301866 ], [ 120.1494505, 30.2300778 ], [ 120.1494005, 30.2300156 ], [ 120.1493651, 30.2299444 ], [ 120.1493386, 30.2298817 ], [ 120.1493128, 30.2297893 ], [ 120.1492659, 30.2296987 ], [ 120.1492484, 30.2296133 ], [ 120.1491965, 30.2297368 ], [ 120.1491984, 30.229895 ], [ 120.149177, 30.2300683 ], [ 120.149143, 30.2301963 ], [ 120.1491243, 30.2302457 ], [ 120.1491571, 30.2303018 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1413739, 30.2303691 ], [ 120.1414667, 30.2303863 ], [ 120.1415688, 30.2303883 ], [ 120.141608, 30.2303312 ], [ 120.1415531, 30.2302683 ], [ 120.1415514, 30.2302142 ], [ 120.1415087, 30.2301881 ], [ 120.1414785, 30.2301317 ], [ 120.1414484, 30.2300796 ], [ 120.141363, 30.2300232 ], [ 120.1412575, 30.2299971 ], [ 120.1411645, 30.2300253 ], [ 120.1411042, 30.2300709 ], [ 120.1410716, 30.2301143 ], [ 120.1410163, 30.2301252 ], [ 120.1409887, 30.2301751 ], [ 120.1409587, 30.2302886 ], [ 120.1413739, 30.2303691 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1412734, 30.230841 ], [ 120.1413494, 30.2309214 ], [ 120.1414795, 30.2309722 ], [ 120.1415916, 30.230966 ], [ 120.141682, 30.2309152 ], [ 120.1416795, 30.230874 ], [ 120.1416795, 30.2308284 ], [ 120.1417348, 30.2308089 ], [ 120.1417875, 30.2308046 ], [ 120.1418302, 30.2308132 ], [ 120.1418754, 30.2308089 ], [ 120.1419282, 30.2308176 ], [ 120.1419704, 30.2307978 ], [ 120.1420161, 30.2307763 ], [ 120.1420463, 30.2307221 ], [ 120.141996, 30.23067 ], [ 120.1419558, 30.2306157 ], [ 120.1419282, 30.2305636 ], [ 120.1419382, 30.2305007 ], [ 120.142001, 30.2304746 ], [ 120.142099, 30.2304768 ], [ 120.1421568, 30.2304247 ], [ 120.1421367, 30.2303509 ], [ 120.1420513, 30.2303705 ], [ 120.1419282, 30.2303466 ], [ 120.1419232, 30.2302532 ], [ 120.1418754, 30.2302424 ], [ 120.1418051, 30.2301925 ], [ 120.1417297, 30.2301751 ], [ 120.1416971, 30.2302163 ], [ 120.1416845, 30.230275 ], [ 120.1416857, 30.2302945 ], [ 120.1417432, 30.2304055 ], [ 120.1417388, 30.2306771 ], [ 120.1417825, 30.2307156 ], [ 120.1417448, 30.2307438 ], [ 120.1416619, 30.2307308 ], [ 120.1415966, 30.2306852 ], [ 120.1415966, 30.2306374 ], [ 120.1415765, 30.2306092 ], [ 120.1415313, 30.2305788 ], [ 120.1415087, 30.2306157 ], [ 120.1415036, 30.2306613 ], [ 120.1414509, 30.230696 ], [ 120.1414057, 30.2306656 ], [ 120.1413404, 30.230657 ], [ 120.1413127, 30.2307025 ], [ 120.1412467, 30.2308106 ], [ 120.1412734, 30.230841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1332234, 30.2312737 ], [ 120.1333173, 30.2312829 ], [ 120.1333226, 30.2311532 ], [ 120.1332889, 30.2309941 ], [ 120.1332513, 30.2311308 ], [ 120.1332138, 30.231198 ], [ 120.1332234, 30.2312737 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1329927, 30.2319086 ], [ 120.1329965, 30.2319558 ], [ 120.1330609, 30.2320068 ], [ 120.1331038, 30.2320624 ], [ 120.1331108, 30.2321566 ], [ 120.1331724, 30.2320709 ], [ 120.1332315, 30.2320315 ], [ 120.1332958, 30.2319596 ], [ 120.1332529, 30.2318414 ], [ 120.1331939, 30.2317858 ], [ 120.1331778, 30.2317093 ], [ 120.1331682, 30.2316035 ], [ 120.1331962, 30.2315513 ], [ 120.1332691, 30.2315948 ], [ 120.1333212, 30.2315894 ], [ 120.1333532, 30.2316207 ], [ 120.1334006, 30.2316448 ], [ 120.133442, 30.2316178 ], [ 120.1334707, 30.2315826 ], [ 120.1334559, 30.2315535 ], [ 120.1334058, 30.2315418 ], [ 120.1333611, 30.2315292 ], [ 120.1333506, 30.2314957 ], [ 120.1333158, 30.2314569 ], [ 120.1332906, 30.231451 ], [ 120.1332563, 30.2314159 ], [ 120.1332123, 30.2314367 ], [ 120.1332355, 30.2314941 ], [ 120.1332393, 30.2315228 ], [ 120.1332117, 30.2315253 ], [ 120.1331704, 30.2315634 ], [ 120.1331422, 30.2316457 ], [ 120.1331494, 30.2317333 ], [ 120.1331494, 30.2318075 ], [ 120.1331939, 30.23186 ], [ 120.1332261, 30.2319642 ], [ 120.1331349, 30.2319735 ], [ 120.1330249, 30.231897 ], [ 120.1330088, 30.2317835 ], [ 120.1329428, 30.2316916 ], [ 120.1328854, 30.2318345 ], [ 120.1329927, 30.2319086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "放生池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1439204, 30.2323956 ], [ 120.1439199, 30.232424 ], [ 120.144379, 30.2324762 ], [ 120.1443898, 30.2324352 ], [ 120.1444353, 30.2324433 ], [ 120.1444559, 30.2322041 ], [ 120.1439912, 30.2321493 ], [ 120.1439687, 30.2321982 ], [ 120.1439097, 30.2321959 ], [ 120.143888, 30.2323815 ], [ 120.1439204, 30.2323956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1340308, 30.232393 ], [ 120.1340522, 30.2324741 ], [ 120.1341257, 30.232454 ], [ 120.1341595, 30.2324857 ], [ 120.1342748, 30.2325482 ], [ 120.1343258, 30.2325088 ], [ 120.1343135, 30.2324517 ], [ 120.1342614, 30.2323976 ], [ 120.1342035, 30.2323984 ], [ 120.1341498, 30.2323868 ], [ 120.1340935, 30.2323891 ], [ 120.1340211, 30.2323637 ], [ 120.1340308, 30.232393 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1348382, 30.2330279 ], [ 120.1349334, 30.233102 ], [ 120.1351346, 30.2332144 ], [ 120.1352271, 30.2332318 ], [ 120.1352674, 30.2333141 ], [ 120.1353921, 30.2334079 ], [ 120.1355329, 30.2334543 ], [ 120.1356402, 30.2334554 ], [ 120.1356965, 30.2334264 ], [ 120.1358145, 30.233423 ], [ 120.1359165, 30.2334635 ], [ 120.1360197, 30.2334797 ], [ 120.1360975, 30.2334589 ], [ 120.1361954, 30.2334461 ], [ 120.136288, 30.2334751 ], [ 120.1363523, 30.2334369 ], [ 120.1364194, 30.2333326 ], [ 120.1364663, 30.233182 ], [ 120.1364127, 30.2330968 ], [ 120.1362772, 30.2330504 ], [ 120.1361237, 30.2330554 ], [ 120.1360875, 30.2330226 ], [ 120.1360358, 30.2329707 ], [ 120.1359882, 30.2329653 ], [ 120.1359716, 30.2329588 ], [ 120.1358888, 30.232926 ], [ 120.1359199, 30.2328482 ], [ 120.1359281, 30.2328276 ], [ 120.1359509, 30.2327542 ], [ 120.1359944, 30.2327488 ], [ 120.1359985, 30.2326826 ], [ 120.1360001, 30.2326461 ], [ 120.1360047, 30.2325413 ], [ 120.1360731, 30.2324143 ], [ 120.1361228, 30.2323337 ], [ 120.1360751, 30.2321835 ], [ 120.1360317, 30.2321173 ], [ 120.1359302, 30.2319849 ], [ 120.1358625, 30.2319938 ], [ 120.1358349, 30.2319974 ], [ 120.1357977, 30.2320242 ], [ 120.1357619, 30.232056 ], [ 120.1357169, 30.2320958 ], [ 120.1356506, 30.2321533 ], [ 120.1356548, 30.2323859 ], [ 120.1356258, 30.2324933 ], [ 120.1354684, 30.2325167 ], [ 120.1354449, 30.2325883 ], [ 120.1352667, 30.2325991 ], [ 120.1350776, 30.2325572 ], [ 120.1349755, 30.2326579 ], [ 120.1349174, 30.2327806 ], [ 120.1348548, 30.2328721 ], [ 120.134794, 30.2329641 ], [ 120.1348382, 30.2330279 ] ], [ [ 120.135081, 30.2329734 ], [ 120.1351078, 30.2329421 ], [ 120.1351735, 30.2329456 ], [ 120.1352325, 30.2329282 ], [ 120.1352057, 30.23289 ], [ 120.1352459, 30.2328506 ], [ 120.1353197, 30.2328448 ], [ 120.1353545, 30.23281 ], [ 120.1353425, 30.2327602 ], [ 120.135292, 30.2327063 ], [ 120.1352961, 30.2326383 ], [ 120.1353948, 30.2326327 ], [ 120.1354618, 30.2326756 ], [ 120.1355343, 30.232693 ], [ 120.1355705, 30.2326663 ], [ 120.1356268, 30.2326872 ], [ 120.1356699, 30.232709 ], [ 120.1356904, 30.2327797 ], [ 120.1356653, 30.2328655 ], [ 120.1356702, 30.2329586 ], [ 120.1356751, 30.2330516 ], [ 120.1357807, 30.2331303 ], [ 120.1359505, 30.2331446 ], [ 120.1360478, 30.2331124 ], [ 120.1361334, 30.2330949 ], [ 120.1362497, 30.2330904 ], [ 120.1362953, 30.233113 ], [ 120.1362933, 30.2331802 ], [ 120.1362403, 30.2332358 ], [ 120.1362276, 30.2333001 ], [ 120.1361981, 30.2333361 ], [ 120.136129, 30.2333245 ], [ 120.1360559, 30.2332735 ], [ 120.136007, 30.2332295 ], [ 120.1359299, 30.2332341 ], [ 120.1358528, 30.2332532 ], [ 120.135785, 30.2332758 ], [ 120.1357046, 30.2332579 ], [ 120.1356543, 30.2332167 ], [ 120.1356053, 30.2331698 ], [ 120.1355349, 30.233124 ], [ 120.1354109, 30.2331043 ], [ 120.1353143, 30.2330499 ], [ 120.1352084, 30.2330336 ], [ 120.1351453, 30.2330336 ], [ 120.1350676, 30.2330093 ], [ 120.135081, 30.2329734 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.132885, 30.2331588 ], [ 120.1329575, 30.2330913 ], [ 120.1329954, 30.233044 ], [ 120.1330609, 30.2329754 ], [ 120.1331102, 30.232946 ], [ 120.1331252, 30.2328967 ], [ 120.1331617, 30.232824 ], [ 120.1331322, 30.2326479 ], [ 120.1331188, 30.2326085 ], [ 120.1330448, 30.2326163 ], [ 120.133033, 30.2326618 ], [ 120.1330877, 30.2327599 ], [ 120.1330893, 30.2328194 ], [ 120.1330599, 30.2328564 ], [ 120.1330273, 30.2329116 ], [ 120.132975, 30.2329838 ], [ 120.1329495, 30.2330158 ], [ 120.132934, 30.2330753 ], [ 120.1328697, 30.2331402 ], [ 120.132885, 30.2331588 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1502259, 30.2331066 ], [ 120.1502796, 30.2330626 ], [ 120.1503423, 30.2331052 ], [ 120.150419, 30.2330811 ], [ 120.1504298, 30.2329838 ], [ 120.150455, 30.2329476 ], [ 120.150419, 30.2329121 ], [ 120.1504566, 30.2327777 ], [ 120.1503692, 30.2327368 ], [ 120.1503171, 30.2326826 ], [ 120.1502125, 30.2326873 ], [ 120.1501642, 30.232875 ], [ 120.1502098, 30.2329607 ], [ 120.1501991, 30.2330209 ], [ 120.1501481, 30.2330417 ], [ 120.1502259, 30.2331066 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1320432, 30.2331304 ], [ 120.1320864, 30.2331558 ], [ 120.1321414, 30.2330846 ], [ 120.1321944, 30.2330253 ], [ 120.1322434, 30.2329507 ], [ 120.132161, 30.2329032 ], [ 120.1321374, 30.2328337 ], [ 120.1320688, 30.2328472 ], [ 120.1320374, 30.2328828 ], [ 120.1319961, 30.2328659 ], [ 120.1319785, 30.23291 ], [ 120.1320256, 30.2329642 ], [ 120.1320099, 30.2330219 ], [ 120.1319785, 30.2330693 ], [ 120.1319765, 30.2331287 ], [ 120.1320432, 30.2331304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1316425, 30.2333486 ], [ 120.1317154, 30.233378 ], [ 120.1317931, 30.2333915 ], [ 120.13185, 30.2333898 ], [ 120.1319488, 30.2333804 ], [ 120.1320457, 30.2333743 ], [ 120.1320605, 30.2333574 ], [ 120.1320585, 30.2333322 ], [ 120.1320288, 30.2332976 ], [ 120.1319897, 30.2332898 ], [ 120.1319116, 30.2333071 ], [ 120.1318537, 30.2333235 ], [ 120.13182, 30.2333175 ], [ 120.1317963, 30.2332946 ], [ 120.1317963, 30.2332337 ], [ 120.1318187, 30.2331783 ], [ 120.1318626, 30.2331119 ], [ 120.1318723, 30.2330758 ], [ 120.1318633, 30.23304 ], [ 120.1318333, 30.2330196 ], [ 120.1317929, 30.233008 ], [ 120.1317526, 30.2330246 ], [ 120.1317349, 30.2330662 ], [ 120.1317307, 30.2331033 ], [ 120.1317512, 30.2331547 ], [ 120.1317551, 30.2331886 ], [ 120.1317422, 30.2332216 ], [ 120.131713, 30.2332475 ], [ 120.1316359, 30.233285 ], [ 120.1316282, 30.233321 ], [ 120.1316425, 30.2333486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1315772, 30.234373 ], [ 120.1316608, 30.2344377 ], [ 120.1317385, 30.2344933 ], [ 120.1317757, 30.2345202 ], [ 120.1318003, 30.2345368 ], [ 120.1318394, 30.234548 ], [ 120.131873, 30.234537 ], [ 120.1319011, 30.2345045 ], [ 120.1319111, 30.2344466 ], [ 120.1319198, 30.2343951 ], [ 120.1319534, 30.2343614 ], [ 120.1320151, 30.2343354 ], [ 120.1320486, 30.2342931 ], [ 120.1320671, 30.2342338 ], [ 120.1321033, 30.2341272 ], [ 120.1321371, 30.2340729 ], [ 120.1322069, 30.2340012 ], [ 120.1322616, 30.2339464 ], [ 120.1323342, 30.2338795 ], [ 120.132408, 30.2337786 ], [ 120.1324738, 30.2337022 ], [ 120.132581, 30.2336025 ], [ 120.1326682, 30.2335006 ], [ 120.1327352, 30.2334218 ], [ 120.1327699, 30.2333725 ], [ 120.1327775, 30.2333612 ], [ 120.1327864, 30.2333492 ], [ 120.1328195, 30.2333022 ], [ 120.132862, 30.2332507 ], [ 120.1328869, 30.2332188 ], [ 120.1328969, 30.2331876 ], [ 120.132885, 30.2331588 ], [ 120.1328697, 30.2331402 ], [ 120.132826, 30.2331191 ], [ 120.1327508, 30.233116 ], [ 120.1326614, 30.2331261 ], [ 120.1325562, 30.2331599 ], [ 120.1324973, 30.2331878 ], [ 120.1324402, 30.2332354 ], [ 120.1324324, 30.2332422 ], [ 120.1324191, 30.2332542 ], [ 120.1323601, 30.2333057 ], [ 120.1323182, 30.2333546 ], [ 120.1322428, 30.2334598 ], [ 120.1321747, 30.2335794 ], [ 120.1320742, 30.2336958 ], [ 120.1320792, 30.2337216 ], [ 120.1321151, 30.2337399 ], [ 120.1321261, 30.2337634 ], [ 120.132089, 30.2338447 ], [ 120.1320727, 30.2338597 ], [ 120.1320365, 30.2338597 ], [ 120.1320118, 30.2338667 ], [ 120.131948, 30.233978 ], [ 120.1319334, 30.2339849 ], [ 120.1319024, 30.2339756 ], [ 120.1318871, 30.2339823 ], [ 120.1318707, 30.2340081 ], [ 120.131877, 30.2340208 ], [ 120.1320062, 30.2340905 ], [ 120.1320105, 30.2341135 ], [ 120.1320019, 30.2341352 ], [ 120.131938, 30.2342236 ], [ 120.1318677, 30.2343068 ], [ 120.1318466, 30.2343102 ], [ 120.1318244, 30.2343055 ], [ 120.1317143, 30.2342299 ], [ 120.1317053, 30.2342215 ], [ 120.1316933, 30.2342033 ], [ 120.1316755, 30.2341973 ], [ 120.1316543, 30.2342025 ], [ 120.1316246, 30.2342361 ], [ 120.1316041, 30.2342741 ], [ 120.1315718, 30.2343511 ], [ 120.1315772, 30.234373 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "乌龟潭" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1265465, 30.2346848 ], [ 120.1265554, 30.2347103 ], [ 120.1268591, 30.2349768 ], [ 120.1272421, 30.2351414 ], [ 120.1273977, 30.2352387 ], [ 120.1273977, 30.2352628 ], [ 120.1273977, 30.2353777 ], [ 120.127167, 30.2353453 ], [ 120.1271026, 30.2354565 ], [ 120.1270804, 30.2355169 ], [ 120.12705, 30.2355994 ], [ 120.1275865, 30.2356271 ], [ 120.1277451, 30.2356963 ], [ 120.1278547, 30.2357016 ], [ 120.1279064, 30.2357675 ], [ 120.1279073, 30.2358412 ], [ 120.1280307, 30.2357948 ], [ 120.1281648, 30.2356326 ], [ 120.1280789, 30.2355492 ], [ 120.1279341, 30.235577 ], [ 120.1278483, 30.2355075 ], [ 120.1279395, 30.2354241 ], [ 120.1276745, 30.2353569 ], [ 120.1276498, 30.2352943 ], [ 120.1276927, 30.2352294 ], [ 120.128101, 30.2352039 ], [ 120.1283667, 30.2352146 ], [ 120.1285674, 30.2351931 ], [ 120.1286981, 30.2351427 ], [ 120.1291819, 30.23481 ], [ 120.1296218, 30.2345319 ], [ 120.1298009, 30.234372 ], [ 120.129994, 30.2343627 ], [ 120.1301282, 30.2344786 ], [ 120.1302569, 30.2343627 ], [ 120.1300638, 30.2342353 ], [ 120.1298733, 30.2341494 ], [ 120.1297441, 30.233984 ], [ 120.1295266, 30.2338088 ], [ 120.1295542, 30.2336722 ], [ 120.1296936, 30.2331994 ], [ 120.1299028, 30.2326618 ], [ 120.1298117, 30.2325088 ], [ 120.1297097, 30.2322307 ], [ 120.1295756, 30.2321798 ], [ 120.1294147, 30.232481 ], [ 120.1291143, 30.2329955 ], [ 120.1289694, 30.2331716 ], [ 120.1288729, 30.233459 ], [ 120.1289373, 30.2337509 ], [ 120.1286529, 30.2340615 ], [ 120.1282774, 30.2342052 ], [ 120.1279663, 30.2343164 ], [ 120.1279364, 30.234314 ], [ 120.127623, 30.2342886 ], [ 120.1275523, 30.2342826 ], [ 120.1273494, 30.2342654 ], [ 120.1271338, 30.2344476 ], [ 120.1270296, 30.2344666 ], [ 120.1269417, 30.234397 ], [ 120.1269524, 30.2342978 ], [ 120.1270114, 30.2341217 ], [ 120.1269449, 30.2340082 ], [ 120.1270919, 30.2338251 ], [ 120.1271402, 30.2336304 ], [ 120.1270597, 30.233306 ], [ 120.1269846, 30.2334821 ], [ 120.1269846, 30.2336073 ], [ 120.126888, 30.2338436 ], [ 120.126711, 30.2339966 ], [ 120.126652, 30.2341912 ], [ 120.1265018, 30.2343164 ], [ 120.1264696, 30.2344647 ], [ 120.1265465, 30.2346848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1371241, 30.2345295 ], [ 120.1371349, 30.2345504 ], [ 120.1372985, 30.2346106 ], [ 120.1373233, 30.2346112 ], [ 120.1373528, 30.234606 ], [ 120.1373803, 30.2345776 ], [ 120.1374259, 30.2344936 ], [ 120.1374259, 30.2344733 ], [ 120.1374118, 30.2344588 ], [ 120.1372556, 30.2343858 ], [ 120.1372247, 30.2343899 ], [ 120.1371778, 30.234416 ], [ 120.1371449, 30.2344461 ], [ 120.1371241, 30.2345034 ], [ 120.1371241, 30.2345295 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1415705, 30.2349047 ], [ 120.1419297, 30.2351438 ], [ 120.1420158, 30.2351086 ], [ 120.1421767, 30.2351642 ], [ 120.1422945, 30.2352829 ], [ 120.1424181, 30.2353311 ], [ 120.1425629, 30.2354145 ], [ 120.1427612, 30.2354961 ], [ 120.1424449, 30.2351364 ], [ 120.1423054, 30.2351086 ], [ 120.1421392, 30.2348954 ], [ 120.1419138, 30.2348352 ], [ 120.1418173, 30.2348352 ], [ 120.1417207, 30.2349325 ], [ 120.1416242, 30.2349001 ], [ 120.1416242, 30.2348166 ], [ 120.1417154, 30.2346637 ], [ 120.1415166, 30.2345413 ], [ 120.141372, 30.2347842 ], [ 120.1415705, 30.2349047 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1298867, 30.2352038 ], [ 120.1299511, 30.2351436 ], [ 120.1300139, 30.2351538 ], [ 120.1300058, 30.2352094 ], [ 120.1301255, 30.235278 ], [ 120.1301399, 30.2353507 ], [ 120.1303357, 30.2354805 ], [ 120.1304876, 30.2355537 ], [ 120.1305895, 30.2355398 ], [ 120.1306871, 30.2355964 ], [ 120.1311082, 30.2356033 ], [ 120.1312396, 30.2357053 ], [ 120.1312387, 30.2357721 ], [ 120.1313287, 30.2356357 ], [ 120.1312493, 30.23557 ], [ 120.1312171, 30.2354332 ], [ 120.1311286, 30.2352085 ], [ 120.1312305, 30.2349582 ], [ 120.1313164, 30.2349536 ], [ 120.1314371, 30.2349929 ], [ 120.1315535, 30.23498 ], [ 120.1317106, 30.2349165 ], [ 120.1316677, 30.2347844 ], [ 120.1317546, 30.2346857 ], [ 120.1317938, 30.2345944 ], [ 120.1316168, 30.2346314 ], [ 120.1314934, 30.2345434 ], [ 120.1315148, 30.2344067 ], [ 120.131481, 30.2343636 ], [ 120.1314102, 30.2344484 ], [ 120.1312128, 30.2343682 ], [ 120.1312396, 30.2344238 ], [ 120.1311619, 30.2345049 ], [ 120.1311393, 30.2345805 ], [ 120.130891, 30.2347204 ], [ 120.130796, 30.2346152 ], [ 120.1306968, 30.2345944 ], [ 120.1305769, 30.2345909 ], [ 120.1305358, 30.2345897 ], [ 120.1303749, 30.2345109 ], [ 120.130258, 30.2346185 ], [ 120.1302891, 30.2346986 ], [ 120.1303009, 30.2347807 ], [ 120.1302875, 30.2349012 ], [ 120.1302462, 30.2349698 ], [ 120.1301711, 30.2350022 ], [ 120.1300933, 30.2349767 ], [ 120.1300852, 30.2348191 ], [ 120.1299683, 30.2349359 ], [ 120.1299013, 30.2350237 ], [ 120.1298905, 30.2350379 ], [ 120.1298626, 30.235176 ], [ 120.1298867, 30.2352038 ] ], [ [ 120.1303196, 30.2349823 ], [ 120.1303652, 30.2349406 ], [ 120.130376, 30.234885 ], [ 120.1303357, 30.234885 ], [ 120.1303384, 30.2348432 ], [ 120.1304028, 30.2348154 ], [ 120.1304082, 30.2347737 ], [ 120.1304618, 30.2347691 ], [ 120.1304833, 30.2348062 ], [ 120.1305289, 30.2347807 ], [ 120.1305745, 30.234732 ], [ 120.1306657, 30.2346903 ], [ 120.1307783, 30.2347019 ], [ 120.13084, 30.234739 ], [ 120.1309312, 30.2347482 ], [ 120.1311672, 30.2349174 ], [ 120.1311833, 30.2350078 ], [ 120.1311189, 30.2350217 ], [ 120.1310438, 30.2349707 ], [ 120.1309929, 30.2349753 ], [ 120.1309044, 30.2349452 ], [ 120.1308105, 30.235126 ], [ 120.1307005, 30.2351144 ], [ 120.1306361, 30.2351306 ], [ 120.1305342, 30.2351236 ], [ 120.1304484, 30.2351932 ], [ 120.1303357, 30.2351932 ], [ 120.1302606, 30.2351677 ], [ 120.1302311, 30.2351028 ], [ 120.1303196, 30.2349823 ] ], [ [ 120.1302633, 30.2352163 ], [ 120.1303867, 30.2352187 ], [ 120.130443, 30.2352465 ], [ 120.1304994, 30.2352488 ], [ 120.1305905, 30.2353925 ], [ 120.1306361, 30.2354388 ], [ 120.130604, 30.235513 ], [ 120.1304699, 30.2355176 ], [ 120.1304323, 30.2354365 ], [ 120.1303894, 30.2354156 ], [ 120.1303706, 30.2353693 ], [ 120.1302901, 30.235316 ], [ 120.1302606, 30.2352766 ], [ 120.1302633, 30.2352163 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1290098, 30.2369591 ], [ 120.1290668, 30.2369326 ], [ 120.129189, 30.2368513 ], [ 120.1291945, 30.2368101 ], [ 120.1291572, 30.2368047 ], [ 120.1291338, 30.2367725 ], [ 120.1291572, 30.2367267 ], [ 120.129179, 30.2367012 ], [ 120.1292584, 30.2366621 ], [ 120.1292288, 30.2366554 ], [ 120.129193, 30.2366662 ], [ 120.1291556, 30.236689 ], [ 120.1291213, 30.2367213 ], [ 120.1290949, 30.2367644 ], [ 120.1290622, 30.2367819 ], [ 120.1289605, 30.2368245 ], [ 120.12895, 30.2368666 ], [ 120.1289442, 30.2369041 ], [ 120.1290098, 30.2369591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1282916, 30.2369216 ], [ 120.1284056, 30.2370208 ], [ 120.1284626, 30.2370321 ], [ 120.1284907, 30.2370953 ], [ 120.1284946, 30.2371498 ], [ 120.1286482, 30.2372835 ], [ 120.1286689, 30.237269 ], [ 120.1287466, 30.2373365 ], [ 120.1288879, 30.2372152 ], [ 120.1288706, 30.2371963 ], [ 120.1288853, 30.2371701 ], [ 120.1287376, 30.2370417 ], [ 120.128756, 30.2370259 ], [ 120.1287087, 30.2369931 ], [ 120.1286869, 30.2370012 ], [ 120.1286822, 30.2370429 ], [ 120.1286464, 30.2370657 ], [ 120.1286043, 30.2370671 ], [ 120.1285467, 30.2370119 ], [ 120.1284813, 30.2369568 ], [ 120.1284813, 30.2369043 ], [ 120.1284953, 30.2368828 ], [ 120.1283879, 30.2367846 ], [ 120.128405, 30.2367375 ], [ 120.128391, 30.2367133 ], [ 120.1283536, 30.2366985 ], [ 120.1283163, 30.2366998 ], [ 120.12828, 30.2367324 ], [ 120.1283663, 30.2368075 ], [ 120.1282756, 30.2368853 ], [ 120.1282916, 30.2369216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1315446, 30.2415119 ], [ 120.1316165, 30.24152 ], [ 120.1317041, 30.2414632 ], [ 120.1317104, 30.241393 ], [ 120.1317072, 30.2413605 ], [ 120.1316634, 30.2413416 ], [ 120.1316165, 30.2413362 ], [ 120.131554, 30.2413551 ], [ 120.1315289, 30.2413903 ], [ 120.1315196, 30.2414767 ], [ 120.1315446, 30.2415119 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1268065, 30.2451492 ], [ 120.1272047, 30.2452213 ], [ 120.1273637, 30.2452502 ], [ 120.127598, 30.2452926 ], [ 120.1276719, 30.245306 ], [ 120.127796, 30.2453295 ], [ 120.1278747, 30.2453935 ], [ 120.127891, 30.2453135 ], [ 120.1278407, 30.2452619 ], [ 120.1278533, 30.2452191 ], [ 120.1268, 30.2449908 ], [ 120.1267374, 30.2451925 ], [ 120.1268065, 30.2451492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1522547, 30.245373 ], [ 120.1524199, 30.2453174 ], [ 120.1523534, 30.2451747 ], [ 120.1521903, 30.245234 ], [ 120.1522547, 30.245373 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1523405, 30.2455751 ], [ 120.1525014, 30.2455157 ], [ 120.152437, 30.2453619 ], [ 120.1522654, 30.2454212 ], [ 120.1523405, 30.2455751 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "西湖" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1192708, 30.2430473 ], [ 120.1194756, 30.2430904 ], [ 120.1194856, 30.2431011 ], [ 120.1195284, 30.243147 ], [ 120.1196737, 30.2432228 ], [ 120.1197782, 30.2432522 ], [ 120.1200285, 30.2433224 ], [ 120.1204797, 30.2434489 ], [ 120.1204604, 30.2435914 ], [ 120.1206569, 30.2436393 ], [ 120.1206967, 30.2435702 ], [ 120.1207398, 30.2435855 ], [ 120.1208772, 30.243633 ], [ 120.1208428, 30.2437065 ], [ 120.1208395, 30.2437727 ], [ 120.121107, 30.2438511 ], [ 120.1213692, 30.2439279 ], [ 120.1214189, 30.2439235 ], [ 120.1215676, 30.2436512 ], [ 120.1214064, 30.2435792 ], [ 120.1214033, 30.2435785 ], [ 120.1214608, 30.2434883 ], [ 120.1215878, 30.243545 ], [ 120.1216459, 30.2434479 ], [ 120.1216934, 30.2434691 ], [ 120.1217941, 30.2432507 ], [ 120.1219107, 30.2432232 ], [ 120.1219752, 30.2432483 ], [ 120.1220977, 30.2431898 ], [ 120.1221378, 30.2431337 ], [ 120.1221654, 30.2430951 ], [ 120.1222828, 30.243151 ], [ 120.1223841, 30.2431992 ], [ 120.1225457, 30.2432761 ], [ 120.1226295, 30.2434098 ], [ 120.1225715, 30.2434571 ], [ 120.1226456, 30.2434961 ], [ 120.1227037, 30.2434906 ], [ 120.1227198, 30.2434488 ], [ 120.1227327, 30.2433903 ], [ 120.1227875, 30.2433931 ], [ 120.1228552, 30.2434878 ], [ 120.1230099, 30.2436632 ], [ 120.1230582, 30.2436632 ], [ 120.1231195, 30.2437439 ], [ 120.1231066, 30.2437857 ], [ 120.1232065, 30.243886 ], [ 120.1233258, 30.2439584 ], [ 120.1235063, 30.2441115 ], [ 120.1235868, 30.2441421 ], [ 120.1238995, 30.2442006 ], [ 120.1240123, 30.2442312 ], [ 120.1243798, 30.2443844 ], [ 120.124412, 30.2444373 ], [ 120.1248343, 30.2446044 ], [ 120.1249084, 30.2446489 ], [ 120.1249632, 30.2447882 ], [ 120.1251115, 30.2448522 ], [ 120.1252146, 30.244855 ], [ 120.1253242, 30.2448216 ], [ 120.1254177, 30.2447882 ], [ 120.1255047, 30.2447909 ], [ 120.1254531, 30.2447547 ], [ 120.1252372, 30.2446461 ], [ 120.1252147, 30.2446417 ], [ 120.1250534, 30.2446099 ], [ 120.1245377, 30.2444317 ], [ 120.1242927, 30.2442702 ], [ 120.1242251, 30.2442006 ], [ 120.1242637, 30.244131 ], [ 120.1243314, 30.2441004 ], [ 120.1243991, 30.2440196 ], [ 120.1244765, 30.2440168 ], [ 120.1245828, 30.2440697 ], [ 120.124802, 30.2442758 ], [ 120.1250212, 30.2443538 ], [ 120.1252468, 30.2444039 ], [ 120.125437, 30.2444039 ], [ 120.1255563, 30.2443705 ], [ 120.1255982, 30.2442925 ], [ 120.1256788, 30.2441477 ], [ 120.125711, 30.2439779 ], [ 120.12574, 30.2438804 ], [ 120.1257883, 30.2438163 ], [ 120.1258722, 30.243808 ], [ 120.1259624, 30.2438665 ], [ 120.1260398, 30.2438999 ], [ 120.1261719, 30.2438999 ], [ 120.1263073, 30.2439222 ], [ 120.1264362, 30.2439918 ], [ 120.1264588, 30.2440697 ], [ 120.1264814, 30.2441505 ], [ 120.1264975, 30.244234 ], [ 120.1265301, 30.2442677 ], [ 120.1265569, 30.2442943 ], [ 120.1265851, 30.2442978 ], [ 120.1266092, 30.2442886 ], [ 120.1266293, 30.2442364 ], [ 120.1266749, 30.2441437 ], [ 120.1267312, 30.244087 ], [ 120.1267701, 30.2440754 ], [ 120.1268171, 30.2440858 ], [ 120.1268466, 30.2441055 ], [ 120.1268801, 30.2441542 ], [ 120.1268613, 30.2442526 ], [ 120.1267889, 30.2444867 ], [ 120.1266012, 30.2449987 ], [ 120.1265642, 30.2451242 ], [ 120.1265287, 30.2452444 ], [ 120.1263934, 30.245525 ], [ 120.1263412, 30.2456334 ], [ 120.1263119, 30.2458199 ], [ 120.1263005, 30.2458922 ], [ 120.1262179, 30.24597 ], [ 120.1260481, 30.2459423 ], [ 120.1259978, 30.2459974 ], [ 120.1259225, 30.2463264 ], [ 120.1257409, 30.2464612 ], [ 120.1257154, 30.2465749 ], [ 120.1257112, 30.2466392 ], [ 120.1256881, 30.2469877 ], [ 120.1256792, 30.247122 ], [ 120.1257566, 30.2472563 ], [ 120.1259386, 30.2473982 ], [ 120.12598, 30.2476264 ], [ 120.1260031, 30.2478197 ], [ 120.1259751, 30.2481455 ], [ 120.1259628, 30.2482889 ], [ 120.1259158, 30.248836 ], [ 120.1258606, 30.248919 ], [ 120.1257347, 30.2489947 ], [ 120.1257636, 30.2491021 ], [ 120.1257636, 30.249248 ], [ 120.125646, 30.2493574 ], [ 120.125634, 30.2493824 ], [ 120.1254881, 30.2494226 ], [ 120.1254409, 30.2494173 ], [ 120.1253496, 30.2494901 ], [ 120.1253112, 30.2495059 ], [ 120.125211, 30.2495051 ], [ 120.1248201, 30.2493542 ], [ 120.124762, 30.2494025 ], [ 120.1245983, 30.2493966 ], [ 120.1243189, 30.249275 ], [ 120.1243208, 30.2493058 ], [ 120.1243386, 30.249494 ], [ 120.1243561, 30.2496247 ], [ 120.1243729, 30.2496757 ], [ 120.1244279, 30.2497226 ], [ 120.1244654, 30.2497458 ], [ 120.1244929, 30.2497661 ], [ 120.1245043, 30.249791 ], [ 120.1244909, 30.2498837 ], [ 120.12444, 30.2499862 ], [ 120.1244094, 30.2500729 ], [ 120.1243822, 30.2502158 ], [ 120.1243993, 30.2503485 ], [ 120.1243881, 30.2504266 ], [ 120.1243366, 30.250472 ], [ 120.1242465, 30.2504975 ], [ 120.1241921, 30.250496 ], [ 120.1240923, 30.2504561 ], [ 120.1240526, 30.2505103 ], [ 120.1239591, 30.2505351 ], [ 120.1239173, 30.2505751 ], [ 120.1238665, 30.2505931 ], [ 120.1238043, 30.2505917 ], [ 120.1237308, 30.250546 ], [ 120.1235991, 30.2504195 ], [ 120.1235128, 30.2502535 ], [ 120.1234574, 30.2501602 ], [ 120.1230157, 30.2501351 ], [ 120.1229312, 30.2501401 ], [ 120.1229118, 30.2501413 ], [ 120.1220984, 30.2500855 ], [ 120.1218948, 30.2500666 ], [ 120.1218191, 30.2500245 ], [ 120.1217776, 30.2499594 ], [ 120.1217807, 30.2500307 ], [ 120.1218077, 30.2501092 ], [ 120.121831, 30.2501884 ], [ 120.1219679, 30.2502032 ], [ 120.1220528, 30.2501674 ], [ 120.1225978, 30.2501988 ], [ 120.1232865, 30.2502545 ], [ 120.1234004, 30.2502778 ], [ 120.1234405, 30.2503211 ], [ 120.1235967, 30.2504563 ], [ 120.1237386, 30.2505839 ], [ 120.1238084, 30.2506782 ], [ 120.1238448, 30.2507851 ], [ 120.1238347, 30.250825 ], [ 120.1238003, 30.2508748 ], [ 120.1237234, 30.2509237 ], [ 120.123591, 30.2510476 ], [ 120.1234385, 30.2512009 ], [ 120.1233572, 30.2512548 ], [ 120.1231427, 30.2512823 ], [ 120.1230524, 30.2513696 ], [ 120.1229314, 30.2514703 ], [ 120.1227712, 30.2515454 ], [ 120.122576, 30.2515997 ], [ 120.1224847, 30.2516669 ], [ 120.122451, 30.2517325 ], [ 120.1224186, 30.2518312 ], [ 120.1224175, 30.2519445 ], [ 120.1224487, 30.2520991 ], [ 120.1224356, 30.2521729 ], [ 120.122369, 30.2522763 ], [ 120.1223641, 30.2523492 ], [ 120.122406, 30.2524901 ], [ 120.122454, 30.2525726 ], [ 120.1229377, 30.2526826 ], [ 120.1231165, 30.2527248 ], [ 120.1231493, 30.2526863 ], [ 120.1232216, 30.2527176 ], [ 120.1232919, 30.2527527 ], [ 120.1233412, 30.252842 ], [ 120.1235948, 30.2527628 ], [ 120.1236256, 30.2527162 ], [ 120.1236478, 30.2526708 ], [ 120.1238209, 30.2526476 ], [ 120.1239085, 30.2527002 ], [ 120.124062, 30.2527549 ], [ 120.1242327, 30.252835 ], [ 120.1242534, 30.2528425 ], [ 120.1245216, 30.2529397 ], [ 120.1249552, 30.2530984 ], [ 120.1253488, 30.2532142 ], [ 120.1254621, 30.2532542 ], [ 120.1255109, 30.2533091 ], [ 120.1255012, 30.2535589 ], [ 120.1256761, 30.2535876 ], [ 120.125658, 30.2539289 ], [ 120.125617, 30.2539399 ], [ 120.1254426, 30.2539146 ], [ 120.1252823, 30.2542545 ], [ 120.1254887, 30.2543199 ], [ 120.1256821, 30.2539888 ], [ 120.1257937, 30.2537689 ], [ 120.1257886, 30.2536413 ], [ 120.1257847, 30.2535433 ], [ 120.125769, 30.2535041 ], [ 120.1257482, 30.2534521 ], [ 120.125688, 30.253396 ], [ 120.1256532, 30.2533454 ], [ 120.125635, 30.2532045 ], [ 120.1256385, 30.2531385 ], [ 120.1256761, 30.2530978 ], [ 120.1257588, 30.2530421 ], [ 120.125829, 30.2529722 ], [ 120.1258149, 30.252896 ], [ 120.1257764, 30.2528182 ], [ 120.1257756, 30.2526512 ], [ 120.1257595, 30.2525766 ], [ 120.1257926, 30.2524583 ], [ 120.1258673, 30.2523018 ], [ 120.1259206, 30.2521683 ], [ 120.1259472, 30.2520946 ], [ 120.1259312, 30.2519841 ], [ 120.1259152, 30.251892 ], [ 120.1258619, 30.2517585 ], [ 120.1258619, 30.2517217 ], [ 120.1258992, 30.2516112 ], [ 120.125948, 30.2514725 ], [ 120.1259936, 30.251403 ], [ 120.1260084, 30.2513474 ], [ 120.1260178, 30.2512895 ], [ 120.1260245, 30.2511933 ], [ 120.1260372, 30.2510864 ], [ 120.1260645, 30.2508561 ], [ 120.1260698, 30.2506489 ], [ 120.1260358, 30.2505774 ], [ 120.1259901, 30.2504814 ], [ 120.1259043, 30.2503933 ], [ 120.1258628, 30.2503302 ], [ 120.1258693, 30.2502464 ], [ 120.1258812, 30.2502091 ], [ 120.1258969, 30.2501599 ], [ 120.1259068, 30.2501289 ], [ 120.1259842, 30.2501462 ], [ 120.1262059, 30.2502063 ], [ 120.1262155, 30.2501488 ], [ 120.1260214, 30.2501127 ], [ 120.125941, 30.2500506 ], [ 120.1259193, 30.2499874 ], [ 120.1259098, 30.2499015 ], [ 120.1257878, 30.2498081 ], [ 120.1257019, 30.2497778 ], [ 120.1257845, 30.2493833 ], [ 120.1258511, 30.2493678 ], [ 120.1259868, 30.2492714 ], [ 120.125947, 30.2491265 ], [ 120.1260384, 30.2488823 ], [ 120.1261013, 30.248316 ], [ 120.1261241, 30.2481109 ], [ 120.1261282, 30.2475689 ], [ 120.1261932, 30.247324 ], [ 120.1262017, 30.2472769 ], [ 120.1259026, 30.2472351 ], [ 120.1258119, 30.2471689 ], [ 120.1257607, 30.2470738 ], [ 120.1257642, 30.2469924 ], [ 120.1257671, 30.2469253 ], [ 120.125783, 30.2465562 ], [ 120.1258492, 30.2464501 ], [ 120.1260145, 30.2463105 ], [ 120.1261614, 30.2462792 ], [ 120.1264474, 30.2459199 ], [ 120.1267058, 30.2452953 ], [ 120.1267374, 30.2451925 ], [ 120.1267835, 30.2450428 ], [ 120.1268, 30.2449908 ], [ 120.1269123, 30.2446373 ], [ 120.1270089, 30.2443129 ], [ 120.1271188, 30.2439699 ], [ 120.1272315, 30.2437776 ], [ 120.1273066, 30.2436873 ], [ 120.1273951, 30.2436085 ], [ 120.1275104, 30.2435876 ], [ 120.1276949, 30.2436149 ], [ 120.1277333, 30.2436256 ], [ 120.1278762, 30.2436654 ], [ 120.128227, 30.2438397 ], [ 120.1281648, 30.2440847 ], [ 120.1280734, 30.2444713 ], [ 120.1278533, 30.2452191 ], [ 120.1278407, 30.2452619 ], [ 120.127891, 30.2453135 ], [ 120.1278747, 30.2453935 ], [ 120.1278043, 30.2457022 ], [ 120.1277516, 30.2459329 ], [ 120.1277362, 30.2460005 ], [ 120.1278197, 30.2461996 ], [ 120.1278471, 30.2463171 ], [ 120.1278189, 30.2464264 ], [ 120.1277851, 30.2464515 ], [ 120.1277663, 30.2465136 ], [ 120.1276903, 30.2465378 ], [ 120.1278044, 30.2466441 ], [ 120.1279057, 30.2473563 ], [ 120.1278855, 30.2481426 ], [ 120.1278732, 30.2487026 ], [ 120.1278693, 30.2488821 ], [ 120.1279141, 30.2490003 ], [ 120.1279999, 30.2490675 ], [ 120.1281904, 30.2491463 ], [ 120.1282883, 30.2492042 ], [ 120.1283003, 30.2492353 ], [ 120.1283218, 30.2492911 ], [ 120.1283325, 30.2493143 ], [ 120.1283352, 30.2494058 ], [ 120.1283607, 30.2494382 ], [ 120.1284653, 30.2494423 ], [ 120.1285169, 30.2493606 ], [ 120.1286839, 30.249433 ], [ 120.1286403, 30.2495106 ], [ 120.1286544, 30.2495448 ], [ 120.1288971, 30.2496433 ], [ 120.1289521, 30.2496319 ], [ 120.1296229, 30.2496752 ], [ 120.1298276, 30.2496884 ], [ 120.1300316, 30.2497977 ], [ 120.1301718, 30.2498922 ], [ 120.1302484, 30.2499377 ], [ 120.1305067, 30.250049 ], [ 120.1306611, 30.2501057 ], [ 120.1308555, 30.2501327 ], [ 120.1308368, 30.2502317 ], [ 120.1303822, 30.2501809 ], [ 120.1300681, 30.2501664 ], [ 120.1299173, 30.250322 ], [ 120.1299229, 30.2504479 ], [ 120.1299257, 30.2505101 ], [ 120.129894, 30.2507216 ], [ 120.1299184, 30.2508758 ], [ 120.1299424, 30.2509768 ], [ 120.1299503, 30.2511268 ], [ 120.1299611, 30.2513342 ], [ 120.1299718, 30.2514218 ], [ 120.1299524, 30.2515146 ], [ 120.1299324, 30.2516102 ], [ 120.1298897, 30.2517441 ], [ 120.1298587, 30.2518415 ], [ 120.1297369, 30.2519702 ], [ 120.1297051, 30.2519819 ], [ 120.1295127, 30.2520529 ], [ 120.1294189, 30.2520875 ], [ 120.1291844, 30.2520441 ], [ 120.129021, 30.2520514 ], [ 120.1283007, 30.2521925 ], [ 120.1281792, 30.2522467 ], [ 120.1281568, 30.2523043 ], [ 120.12813, 30.2524028 ], [ 120.1280911, 30.2524677 ], [ 120.1280764, 30.2525673 ], [ 120.1280589, 30.2526333 ], [ 120.1279614, 30.25267 ], [ 120.1279237, 30.2527532 ], [ 120.1278609, 30.252746 ], [ 120.1278028, 30.2527492 ], [ 120.127752, 30.2527207 ], [ 120.1277196, 30.252653 ], [ 120.1277035, 30.2525928 ], [ 120.1277438, 30.2525209 ], [ 120.1277156, 30.2524908 ], [ 120.1276901, 30.2524468 ], [ 120.1277035, 30.2523877 ], [ 120.1277411, 30.2523738 ], [ 120.1277934, 30.2523785 ], [ 120.1278175, 30.2523993 ], [ 120.1279034, 30.2524028 ], [ 120.1279584, 30.2523634 ], [ 120.1279798, 30.2523298 ], [ 120.1279758, 30.2522441 ], [ 120.1279154, 30.2522139 ], [ 120.1278645, 30.2521861 ], [ 120.1277639, 30.2521827 ], [ 120.1276191, 30.2521966 ], [ 120.1275158, 30.2521746 ], [ 120.12743, 30.2521386 ], [ 120.1274058, 30.2520969 ], [ 120.1274018, 30.2520367 ], [ 120.1274514, 30.2520182 ], [ 120.1274796, 30.2519776 ], [ 120.1274997, 30.2519498 ], [ 120.1276016, 30.251995 ], [ 120.1276875, 30.2520205 ], [ 120.1277679, 30.2520274 ], [ 120.1278108, 30.2519846 ], [ 120.1278108, 30.2518664 ], [ 120.1277981, 30.2516498 ], [ 120.1277353, 30.2513965 ], [ 120.1277604, 30.2512844 ], [ 120.127886, 30.2511397 ], [ 120.12802, 30.2509045 ], [ 120.128108, 30.2508575 ], [ 120.1279195, 30.2506874 ], [ 120.127819, 30.2508104 ], [ 120.1277185, 30.2510564 ], [ 120.1276473, 30.2511216 ], [ 120.1274881, 30.251165 ], [ 120.1273039, 30.251241 ], [ 120.1271028, 30.251411 ], [ 120.1270651, 30.2516787 ], [ 120.127107, 30.2518307 ], [ 120.1270638, 30.2520796 ], [ 120.127033, 30.2521352 ], [ 120.1269861, 30.2521653 ], [ 120.1268949, 30.2521832 ], [ 120.1268043, 30.2521937 ], [ 120.1267373, 30.2521943 ], [ 120.1266012, 30.2521734 ], [ 120.1265093, 30.2521769 ], [ 120.1264898, 30.252189 ], [ 120.1264731, 30.252207 ], [ 120.1264677, 30.2522354 ], [ 120.1264791, 30.2522933 ], [ 120.1265254, 30.2524173 ], [ 120.1265515, 30.2524891 ], [ 120.1265556, 30.2525551 ], [ 120.1265381, 30.2526171 ], [ 120.1264402, 30.2527584 ], [ 120.1263893, 30.2529032 ], [ 120.1264034, 30.2529667 ], [ 120.1264791, 30.2530266 ], [ 120.1265556, 30.253048 ], [ 120.1265998, 30.2530353 ], [ 120.1266199, 30.2529901 ], [ 120.1266501, 30.2529698 ], [ 120.1266816, 30.2529774 ], [ 120.1267071, 30.2530046 ], [ 120.1267152, 30.2531349 ], [ 120.126695, 30.2531952 ], [ 120.1266454, 30.2532728 ], [ 120.1265837, 30.2533875 ], [ 120.1265435, 30.2535172 ], [ 120.1265368, 30.2535832 ], [ 120.1265274, 30.2536632 ], [ 120.1265421, 30.2537396 ], [ 120.1266575, 30.2538091 ], [ 120.1267385, 30.2538386 ], [ 120.1269814, 30.2537771 ], [ 120.127174, 30.2537119 ], [ 120.1273834, 30.2535926 ], [ 120.1276599, 30.2534515 ], [ 120.127745, 30.2533844 ], [ 120.1279405, 30.2532706 ], [ 120.1286316, 30.2530603 ], [ 120.1286776, 30.2530463 ], [ 120.1288905, 30.25304 ], [ 120.1290687, 30.2530607 ], [ 120.1291858, 30.2530799 ], [ 120.129248, 30.2530933 ], [ 120.1293598, 30.2531485 ], [ 120.1296307, 30.2532236 ], [ 120.1295545, 30.2531224 ], [ 120.1295923, 30.2530922 ], [ 120.1297215, 30.2532273 ], [ 120.1298072, 30.2532143 ], [ 120.1297875, 30.2531398 ], [ 120.1298477, 30.2531295 ], [ 120.1298612, 30.2532025 ], [ 120.129955, 30.2531874 ], [ 120.129966, 30.253288 ], [ 120.1309057, 30.2532127 ], [ 120.1309685, 30.2530614 ], [ 120.1310063, 30.2529703 ], [ 120.1311487, 30.2528835 ], [ 120.1311806, 30.2528798 ], [ 120.1312743, 30.252869 ], [ 120.1313664, 30.2529233 ], [ 120.1313748, 30.2531005 ], [ 120.1313832, 30.25339 ], [ 120.1314502, 30.2535093 ], [ 120.1315621, 30.2535797 ], [ 120.1316663, 30.2536162 ], [ 120.1317434, 30.2536432 ], [ 120.1319905, 30.2537517 ], [ 120.1323097, 30.2538041 ], [ 120.1332218, 30.2539362 ], [ 120.1337239, 30.2541068 ], [ 120.1337783, 30.2541687 ], [ 120.133813, 30.2542083 ], [ 120.1338622, 30.2542644 ], [ 120.1338667, 30.2543346 ], [ 120.1339469, 30.2544036 ], [ 120.1345271, 30.2548793 ], [ 120.1354307, 30.2556605 ], [ 120.1358236, 30.2559714 ], [ 120.135933, 30.2560455 ], [ 120.136124, 30.2562624 ], [ 120.1363042, 30.2564774 ], [ 120.1366432, 30.2568258 ], [ 120.1368725, 30.2569765 ], [ 120.1371368, 30.2571502 ], [ 120.1374013, 30.2572468 ], [ 120.1377521, 30.2573388 ], [ 120.1381677, 30.2574478 ], [ 120.1385122, 30.2575997 ], [ 120.1392452, 30.2579432 ], [ 120.1395488, 30.2580747 ], [ 120.1396364, 30.2581127 ], [ 120.1398629, 30.2582892 ], [ 120.1402884, 30.2587622 ], [ 120.140625, 30.2590852 ], [ 120.141096, 30.2595238 ], [ 120.1417035, 30.2599954 ], [ 120.1419968, 30.2602033 ], [ 120.1421706, 30.2603055 ], [ 120.1423663, 30.260363 ], [ 120.1426359, 30.2604661 ], [ 120.1428386, 30.2605747 ], [ 120.1433837, 30.2609702 ], [ 120.1439454, 30.2613794 ], [ 120.1440319, 30.2614043 ], [ 120.1441346, 30.2614269 ], [ 120.1442711, 30.2614133 ], [ 120.1447435, 30.2613911 ], [ 120.1448831, 30.2614109 ], [ 120.145038, 30.261473 ], [ 120.1454968, 30.2617163 ], [ 120.1458211, 30.2617742 ], [ 120.1462235, 30.2618134 ], [ 120.1468247, 30.2618721 ], [ 120.1469656, 30.2618549 ], [ 120.1471267, 30.2617721 ], [ 120.1472742, 30.2616591 ], [ 120.1471545, 30.261555 ], [ 120.1472556, 30.2614774 ], [ 120.1472914, 30.2614944 ], [ 120.1473622, 30.2614384 ], [ 120.1474134, 30.2613979 ], [ 120.1475526, 30.2613067 ], [ 120.1478597, 30.2613814 ], [ 120.1482073, 30.2614971 ], [ 120.1489097, 30.2617889 ], [ 120.1492111, 30.261909 ], [ 120.1494098, 30.2619577 ], [ 120.1497748, 30.262004 ], [ 120.1500667, 30.2620205 ], [ 120.1503264, 30.2620784 ], [ 120.1505902, 30.2622159 ], [ 120.1510049, 30.2623823 ], [ 120.1516838, 30.2626095 ], [ 120.1517982, 30.2625926 ], [ 120.1518166, 30.2625128 ], [ 120.1518468, 30.2623054 ], [ 120.1518689, 30.2620234 ], [ 120.1519038, 30.261838 ], [ 120.1519668, 30.2616116 ], [ 120.1520345, 30.2615925 ], [ 120.1520868, 30.2615901 ], [ 120.1521707, 30.2616127 ], [ 120.1523675, 30.2617074 ], [ 120.1525468, 30.261743 ], [ 120.1527405, 30.261639 ], [ 120.1528923, 30.2616838 ], [ 120.1529034, 30.2617268 ], [ 120.1528395, 30.2618246 ], [ 120.15279, 30.261963 ], [ 120.1526928, 30.2622343 ], [ 120.1526506, 30.2624149 ], [ 120.1526418, 30.2625279 ], [ 120.152703, 30.2626109 ], [ 120.1528059, 30.2626789 ], [ 120.152928, 30.2626639 ], [ 120.1529906, 30.2625907 ], [ 120.1529435, 30.262493 ], [ 120.1528416, 30.2624478 ], [ 120.1527833, 30.2623433 ], [ 120.1528202, 30.262149 ], [ 120.1528542, 30.2620296 ], [ 120.1528982, 30.2619308 ], [ 120.1529451, 30.2618673 ], [ 120.1530404, 30.2617659 ], [ 120.1530561, 30.261725 ], [ 120.1530316, 30.2616713 ], [ 120.1529698, 30.2616117 ], [ 120.1528724, 30.2615703 ], [ 120.1527656, 30.2615818 ], [ 120.1526897, 30.2616107 ], [ 120.1526094, 30.2616324 ], [ 120.152462, 30.2616383 ], [ 120.152392, 30.2616249 ], [ 120.1521776, 30.2615 ], [ 120.1520996, 30.2614546 ], [ 120.1520754, 30.261432 ], [ 120.1520473, 30.2613926 ], [ 120.15205, 30.2613353 ], [ 120.1521224, 30.2611407 ], [ 120.1524463, 30.2604984 ], [ 120.1524476, 30.2604764 ], [ 120.1524335, 30.2604561 ], [ 120.1523544, 30.2604208 ], [ 120.1523128, 30.2603895 ], [ 120.1522739, 30.26036 ], [ 120.1522337, 30.2603281 ], [ 120.1522256, 30.2603096 ], [ 120.1522659, 30.2602418 ], [ 120.1523155, 30.2601567 ], [ 120.1523517, 30.2601022 ], [ 120.1524074, 30.2600009 ], [ 120.1524315, 30.2599928 ], [ 120.1525019, 30.2600223 ], [ 120.1525247, 30.2600188 ], [ 120.1526032, 30.2599169 ], [ 120.1526622, 30.2598398 ], [ 120.1527044, 30.2597941 ], [ 120.1527822, 30.2597026 ], [ 120.1529089, 30.2595769 ], [ 120.1533991, 30.2589618 ], [ 120.1534845, 30.2588745 ], [ 120.1535601, 30.2588007 ], [ 120.1536935, 30.258766 ], [ 120.1539365, 30.2587805 ], [ 120.1542735, 30.2587475 ], [ 120.1544908, 30.2586873 ], [ 120.1545799, 30.258637 ], [ 120.1546705, 30.2585575 ], [ 120.1548396, 30.2584199 ], [ 120.155054, 30.2580455 ], [ 120.1552794, 30.2576528 ], [ 120.1553719, 30.2574918 ], [ 120.1558252, 30.2568427 ], [ 120.156194, 30.2563148 ], [ 120.1563683, 30.2560658 ], [ 120.1563884, 30.2560403 ], [ 120.1564085, 30.2560148 ], [ 120.1564502, 30.2559603 ], [ 120.1568186, 30.255466 ], [ 120.1568793, 30.2553846 ], [ 120.1569454, 30.2553079 ], [ 120.157, 30.2552445 ], [ 120.1570748, 30.2551361 ], [ 120.1572502, 30.2548819 ], [ 120.1572785, 30.2548409 ], [ 120.1574853, 30.2545411 ], [ 120.1578394, 30.2539755 ], [ 120.1579072, 30.2538203 ], [ 120.1578897, 30.2537224 ], [ 120.1578616, 30.2535728 ], [ 120.1578075, 30.2534204 ], [ 120.1577805, 30.2533857 ], [ 120.1576804, 30.2532569 ], [ 120.1576588, 30.253229 ], [ 120.1575775, 30.253155 ], [ 120.1574831, 30.2530952 ], [ 120.1574279, 30.2530653 ], [ 120.1573862, 30.2530428 ], [ 120.1572273, 30.2529988 ], [ 120.1570858, 30.2529745 ], [ 120.1570094, 30.2529588 ], [ 120.1569949, 30.252953 ], [ 120.1569799, 30.2529467 ], [ 120.1569182, 30.2528835 ], [ 120.1568679, 30.2528384 ], [ 120.1568321, 30.2526848 ], [ 120.1568671, 30.2525306 ], [ 120.1568294, 30.2525225 ], [ 120.1567547, 30.2526069 ], [ 120.1567263, 30.2526181 ], [ 120.1567078, 30.2526167 ], [ 120.1566838, 30.2526052 ], [ 120.1566319, 30.2525814 ], [ 120.156621, 30.2525757 ], [ 120.1566065, 30.2525682 ], [ 120.1565076, 30.2525246 ], [ 120.1564216, 30.2524854 ], [ 120.1564068, 30.2524784 ], [ 120.1563935, 30.2524715 ], [ 120.156383, 30.2524661 ], [ 120.1563145, 30.2524292 ], [ 120.1562437, 30.2523911 ], [ 120.1559649, 30.252214 ], [ 120.1557757, 30.2520996 ], [ 120.1556072, 30.2519977 ], [ 120.1558977, 30.2516903 ], [ 120.1559961, 30.2516942 ], [ 120.1560758, 30.2516267 ], [ 120.1561686, 30.2515766 ], [ 120.1561271, 30.2513867 ], [ 120.1559814, 30.2514295 ], [ 120.1559969, 30.2515285 ], [ 120.155725, 30.2518018 ], [ 120.1555877, 30.2519397 ], [ 120.1554475, 30.2518521 ], [ 120.1553278, 30.2518506 ], [ 120.1551625, 30.2517614 ], [ 120.1550656, 30.2517041 ], [ 120.1550327, 30.2515983 ], [ 120.1549767, 30.2515091 ], [ 120.1549215, 30.251454 ], [ 120.1548395, 30.251326 ], [ 120.1547758, 30.2512356 ], [ 120.1546946, 30.2511406 ], [ 120.1546014, 30.2510155 ], [ 120.1544941, 30.2508377 ], [ 120.1544351, 30.2507155 ], [ 120.1543477, 30.250556 ], [ 120.1543783, 30.2505274 ], [ 120.1546436, 30.2504272 ], [ 120.1547027, 30.2503875 ], [ 120.1547367, 30.2503447 ], [ 120.1547416, 30.2503065 ], [ 120.1547484, 30.2502718 ], [ 120.1547536, 30.2502451 ], [ 120.1547375, 30.2501802 ], [ 120.1546644, 30.2500818 ], [ 120.1546195, 30.2500592 ], [ 120.1545719, 30.2500534 ], [ 120.1544593, 30.2500673 ], [ 120.1542091, 30.2501159 ], [ 120.1541518, 30.2501159 ], [ 120.1541086, 30.2501159 ], [ 120.154069, 30.2500992 ], [ 120.1540402, 30.250087 ], [ 120.1539664, 30.2500059 ], [ 120.153798, 30.2497897 ], [ 120.1536338, 30.249579 ], [ 120.1535044, 30.2493849 ], [ 120.1534074, 30.2491806 ], [ 120.1533743, 30.2491109 ], [ 120.1532985, 30.2489482 ], [ 120.1532958, 30.2488173 ], [ 120.1533805, 30.2486657 ], [ 120.153448, 30.2485918 ], [ 120.1535507, 30.2485619 ], [ 120.1538141, 30.2485807 ], [ 120.153926, 30.248553 ], [ 120.1540345, 30.2485301 ], [ 120.1541411, 30.2485212 ], [ 120.1543138, 30.2485744 ], [ 120.1544133, 30.248582 ], [ 120.1545742, 30.2485881 ], [ 120.1546836, 30.248651 ], [ 120.1547013, 30.2487668 ], [ 120.1549037, 30.2488031 ], [ 120.1549893, 30.2488574 ], [ 120.155091, 30.2489333 ], [ 120.1551895, 30.2489626 ], [ 120.1553255, 30.2489668 ], [ 120.1553875, 30.2489623 ], [ 120.1554368, 30.2489465 ], [ 120.155481, 30.2489745 ], [ 120.1554926, 30.2490026 ], [ 120.1555194, 30.2490745 ], [ 120.155572, 30.2492277 ], [ 120.1556391, 30.2492515 ], [ 120.1557172, 30.2492612 ], [ 120.155736, 30.2491729 ], [ 120.1557367, 30.2491057 ], [ 120.1557997, 30.2488416 ], [ 120.1557863, 30.248779 ], [ 120.1557648, 30.2487385 ], [ 120.1557098, 30.2487095 ], [ 120.1555744, 30.2486898 ], [ 120.1554094, 30.2486725 ], [ 120.1552772, 30.2486405 ], [ 120.155215, 30.2486041 ], [ 120.1551814, 30.2485636 ], [ 120.1551403, 30.2484692 ], [ 120.1550768, 30.2483701 ], [ 120.1549414, 30.2482102 ], [ 120.15459, 30.2478632 ], [ 120.1543848, 30.2476738 ], [ 120.1542132, 30.2475394 ], [ 120.1540844, 30.2474467 ], [ 120.1540026, 30.2473691 ], [ 120.1539382, 30.2472799 ], [ 120.1537934, 30.2470656 ], [ 120.1536606, 30.2469022 ], [ 120.1535587, 30.2468049 ], [ 120.1531336, 30.2464574 ], [ 120.1528519, 30.2462245 ], [ 120.1526454, 30.2460264 ], [ 120.1521566, 30.2455707 ], [ 120.1519952, 30.2456067 ], [ 120.1519381, 30.2454758 ], [ 120.1519049, 30.2453998 ], [ 120.1517205, 30.245164 ], [ 120.1516302, 30.2450798 ], [ 120.1510709, 30.2445423 ], [ 120.150741, 30.2442272 ], [ 120.1505238, 30.244007 ], [ 120.1502743, 30.2437035 ], [ 120.1499652, 30.2433437 ], [ 120.149937, 30.2432997 ], [ 120.1499075, 30.2432505 ], [ 120.1498814, 30.243203 ], [ 120.1498479, 30.2431277 ], [ 120.1497949, 30.243013 ], [ 120.149748, 30.2428873 ], [ 120.1497164, 30.2427627 ], [ 120.1496407, 30.2424296 ], [ 120.149562, 30.2420834 ], [ 120.1495126, 30.241866 ], [ 120.1494858, 30.2416064 ], [ 120.1495178, 30.2414037 ], [ 120.1497159, 30.2410227 ], [ 120.1498328, 30.2409463 ], [ 120.1499964, 30.2409142 ], [ 120.1500942, 30.2409386 ], [ 120.1501685, 30.2409759 ], [ 120.1502408, 30.2410903 ], [ 120.1503265, 30.2411887 ], [ 120.1503439, 30.2412655 ], [ 120.1503986, 30.2413555 ], [ 120.1504023, 30.2414382 ], [ 120.1503656, 30.2415116 ], [ 120.1503548, 30.2416 ], [ 120.1503875, 30.2416173 ], [ 120.1503953, 30.2416368 ], [ 120.1503756, 30.2416658 ], [ 120.1503807, 30.2417022 ], [ 120.1504141, 30.241751 ], [ 120.1504492, 30.241843 ], [ 120.1504696, 30.2418774 ], [ 120.1505018, 30.2418951 ], [ 120.1505797, 30.2419124 ], [ 120.150623, 30.2419717 ], [ 120.1506354, 30.2420535 ], [ 120.1506044, 30.2423601 ], [ 120.1506673, 30.242444 ], [ 120.1506895, 30.2425119 ], [ 120.1506693, 30.242613 ], [ 120.1506499, 30.2426747 ], [ 120.1506448, 30.2427265 ], [ 120.1506592, 30.2427792 ], [ 120.1506834, 30.2428167 ], [ 120.150736, 30.242863 ], [ 120.1507962, 30.2428635 ], [ 120.1508507, 30.2428458 ], [ 120.150911, 30.2427519 ], [ 120.1508944, 30.2427007 ], [ 120.1508866, 30.2426489 ], [ 120.1508921, 30.2426041 ], [ 120.1509003, 30.2425757 ], [ 120.1508696, 30.2425556 ], [ 120.1508511, 30.2425212 ], [ 120.1508468, 30.2424708 ], [ 120.1507329, 30.2424381 ], [ 120.1506626, 30.2423812 ], [ 120.150644, 30.2422496 ], [ 120.1506711, 30.2420077 ], [ 120.1506592, 30.2419482 ], [ 120.1505808, 30.2418436 ], [ 120.1505409, 30.2418232 ], [ 120.1505001, 30.2417947 ], [ 120.1504608, 30.2416761 ], [ 120.150455, 30.2415758 ], [ 120.1504892, 30.2414529 ], [ 120.1504548, 30.2412923 ], [ 120.1503537, 30.2411179 ], [ 120.1503371, 30.2410392 ], [ 120.150345, 30.240974 ], [ 120.1503796, 30.2409218 ], [ 120.1506538, 30.2409236 ], [ 120.1509029, 30.2409527 ], [ 120.1509726, 30.2410003 ], [ 120.1509813, 30.2410358 ], [ 120.1509313, 30.2410645 ], [ 120.1509044, 30.2410922 ], [ 120.1509, 30.2411289 ], [ 120.1509136, 30.2411756 ], [ 120.1509671, 30.2412188 ], [ 120.15102, 30.2412409 ], [ 120.1510691, 30.2412491 ], [ 120.1511174, 30.2412353 ], [ 120.1511327, 30.241205 ], [ 120.151113, 30.2411632 ], [ 120.1511302, 30.2411264 ], [ 120.1511775, 30.2410973 ], [ 120.15134, 30.2411188 ], [ 120.1515228, 30.2411846 ], [ 120.1516418, 30.2411791 ], [ 120.1517608, 30.2411827 ], [ 120.1518434, 30.2412301 ], [ 120.1520328, 30.2412368 ], [ 120.1521799, 30.2413655 ], [ 120.152182, 30.24152 ], [ 120.1521118, 30.2416976 ], [ 120.1521035, 30.2417895 ], [ 120.1521415, 30.2418308 ], [ 120.1522833, 30.2418119 ], [ 120.1523947, 30.2417834 ], [ 120.1524309, 30.2416983 ], [ 120.1524442, 30.2415856 ], [ 120.1523786, 30.2413987 ], [ 120.1522885, 30.2412437 ], [ 120.1521628, 30.2411725 ], [ 120.151139, 30.2410558 ], [ 120.1510305, 30.2410069 ], [ 120.150907, 30.2409055 ], [ 120.1506073, 30.2408824 ], [ 120.1502919, 30.2408728 ], [ 120.1501895, 30.2408967 ], [ 120.1501186, 30.2408854 ], [ 120.1500617, 30.2408618 ], [ 120.1500527, 30.2407912 ], [ 120.1500639, 30.2406995 ], [ 120.1500021, 30.2407039 ], [ 120.1499849, 30.2407824 ], [ 120.1499125, 30.2408553 ], [ 120.1498489, 30.240856 ], [ 120.1497967, 30.2408204 ], [ 120.1497915, 30.2406448 ], [ 120.1496941, 30.2399706 ], [ 120.1495108, 30.2397055 ], [ 120.1495648, 30.2392248 ], [ 120.1497025, 30.2388996 ], [ 120.1500669, 30.2389357 ], [ 120.150649, 30.2389683 ], [ 120.1509458, 30.2390521 ], [ 120.151072, 30.2390877 ], [ 120.1512689, 30.2390768 ], [ 120.1515034, 30.2391239 ], [ 120.1517505, 30.2391058 ], [ 120.1517631, 30.2389755 ], [ 120.1517045, 30.2388417 ], [ 120.1515453, 30.2387657 ], [ 120.1511684, 30.238791 ], [ 120.1508501, 30.2387621 ], [ 120.1507621, 30.2388091 ], [ 120.1505108, 30.2388091 ], [ 120.1502079, 30.2387837 ], [ 120.1500794, 30.2387729 ], [ 120.1495416, 30.2385483 ], [ 120.1494805, 30.2384581 ], [ 120.1494344, 30.2382374 ], [ 120.1494303, 30.2377815 ], [ 120.1495433, 30.2372568 ], [ 120.1497843, 30.2366369 ], [ 120.1499952, 30.2361418 ], [ 120.1501718, 30.2350244 ], [ 120.1501599, 30.2348262 ], [ 120.1496701, 30.2340702 ], [ 120.1495266, 30.2337758 ], [ 120.1493786, 30.2331391 ], [ 120.1494005, 30.2328251 ], [ 120.1492935, 30.2327468 ], [ 120.1491897, 30.2327385 ], [ 120.1491036, 30.2330738 ], [ 120.1491538, 30.2333054 ], [ 120.1490994, 30.2336058 ], [ 120.1489675, 30.2338259 ], [ 120.1487853, 30.2339097 ], [ 120.1484742, 30.2343896 ], [ 120.1483623, 30.2344018 ], [ 120.1479267, 30.2347619 ], [ 120.147956, 30.2349157 ], [ 120.1478974, 30.2350423 ], [ 120.1478178, 30.2351075 ], [ 120.1476586, 30.23514 ], [ 120.1474869, 30.2349989 ], [ 120.1473445, 30.2350423 ], [ 120.1474032, 30.2351364 ], [ 120.147089, 30.2352196 ], [ 120.147022, 30.2354005 ], [ 120.1469508, 30.2354982 ], [ 120.1467833, 30.2355634 ], [ 120.1466828, 30.2355417 ], [ 120.1462832, 30.2359334 ], [ 120.1463812, 30.2360374 ], [ 120.1458411, 30.2367645 ], [ 120.1456944, 30.2370904 ], [ 120.1454347, 30.2373219 ], [ 120.1452192, 30.2374008 ], [ 120.1451209, 30.237439 ], [ 120.145088, 30.2374828 ], [ 120.1450091, 30.2374764 ], [ 120.1449733, 30.2374484 ], [ 120.1449626, 30.2373962 ], [ 120.1449632, 30.2373633 ], [ 120.1448597, 30.2373088 ], [ 120.1445845, 30.2370506 ], [ 120.1445552, 30.2369673 ], [ 120.1446469, 30.2366258 ], [ 120.1436353, 30.235897 ], [ 120.1428254, 30.2355779 ], [ 120.1423145, 30.2354331 ], [ 120.1418203, 30.2352341 ], [ 120.1415364, 30.2349611 ], [ 120.1413512, 30.2348867 ], [ 120.1412255, 30.2346805 ], [ 120.1410538, 30.2345683 ], [ 120.1408905, 30.2343078 ], [ 120.1408342, 30.2341385 ], [ 120.1408695, 30.2339278 ], [ 120.1409575, 30.2338048 ], [ 120.1416402, 30.2330015 ], [ 120.14175, 30.2329001 ], [ 120.1423223, 30.2326651 ], [ 120.1424336, 30.2325886 ], [ 120.1425603, 30.2325227 ], [ 120.1426703, 30.2324896 ], [ 120.1426971, 30.2324757 ], [ 120.1427172, 30.2324387 ], [ 120.1427393, 30.2324172 ], [ 120.1427829, 30.2324033 ], [ 120.1429117, 30.2323952 ], [ 120.1429613, 30.2323796 ], [ 120.1429908, 30.232361 ], [ 120.1430203, 30.2323407 ], [ 120.1430511, 30.2323309 ], [ 120.1430813, 30.2323378 ], [ 120.1431088, 30.2323575 ], [ 120.1431678, 30.2323981 ], [ 120.1432349, 30.2324195 ], [ 120.1433207, 30.2324195 ], [ 120.1433911, 30.2324039 ], [ 120.1434337, 30.2323842 ], [ 120.1434471, 30.2323683 ], [ 120.1434505, 30.2323483 ], [ 120.1434427, 30.2323312 ], [ 120.1434243, 30.2323153 ], [ 120.1434126, 30.2322982 ], [ 120.1434112, 30.2322814 ], [ 120.1434307, 30.2322602 ], [ 120.1434662, 30.2322394 ], [ 120.1434816, 30.2322179 ], [ 120.1434776, 30.2321976 ], [ 120.1434568, 30.2321704 ], [ 120.1433938, 30.2321275 ], [ 120.1433482, 30.2321113 ], [ 120.1432711, 30.232109 ], [ 120.1431987, 30.2321316 ], [ 120.1431631, 30.23216 ], [ 120.1431155, 30.2322255 ], [ 120.143082, 30.2322446 ], [ 120.1430532, 30.2322463 ], [ 120.1430129, 30.2322382 ], [ 120.1429895, 30.2322202 ], [ 120.1429311, 30.2321722 ], [ 120.1429063, 30.2321693 ], [ 120.1428895, 30.2321762 ], [ 120.1428761, 30.2321884 ], [ 120.142846, 30.2322 ], [ 120.1427923, 30.2322121 ], [ 120.142736, 30.232248 ], [ 120.1427038, 30.2322956 ], [ 120.1426783, 30.232379 ], [ 120.1426099, 30.2324334 ], [ 120.1425205, 30.2324683 ], [ 120.1424145, 30.23251 ], [ 120.1421154, 30.2326233 ], [ 120.1420301, 30.2326559 ], [ 120.1419342, 30.2326568 ], [ 120.1418537, 30.2326013 ], [ 120.1418228, 30.2325494 ], [ 120.1417167, 30.2324545 ], [ 120.1416527, 30.2323972 ], [ 120.1414228, 30.2321135 ], [ 120.1413764, 30.2320526 ], [ 120.1412781, 30.2320046 ], [ 120.1410702, 30.2319535 ], [ 120.1406935, 30.231824 ], [ 120.1401872, 30.2317347 ], [ 120.1396715, 30.2316229 ], [ 120.1395896, 30.2316506 ], [ 120.1395521, 30.2317168 ], [ 120.1393995, 30.2319846 ], [ 120.1393366, 30.232133 ], [ 120.139211, 30.2323212 ], [ 120.1389304, 30.2328712 ], [ 120.1388424, 30.23294 ], [ 120.1387587, 30.2329327 ], [ 120.1386498, 30.2328965 ], [ 120.1386246, 30.232788 ], [ 120.1388215, 30.232408 ], [ 120.1388801, 30.2322199 ], [ 120.1389052, 30.2319702 ], [ 120.1389513, 30.2317169 ], [ 120.1392168, 30.2309954 ], [ 120.1392754, 30.2308362 ], [ 120.1383131, 30.2303879 ], [ 120.1373484, 30.2300076 ], [ 120.1372346, 30.2299627 ], [ 120.1371349, 30.2299234 ], [ 120.1370499, 30.2299872 ], [ 120.1368681, 30.2300965 ], [ 120.1367415, 30.2301633 ], [ 120.1366765, 30.2302383 ], [ 120.1366038, 30.2303224 ], [ 120.1365221, 30.2303938 ], [ 120.1364635, 30.2304757 ], [ 120.1364381, 30.230557 ], [ 120.1363727, 30.2306171 ], [ 120.1362114, 30.2307372 ], [ 120.1361189, 30.2308882 ], [ 120.1360782, 30.2310583 ], [ 120.1360599, 30.2311636 ], [ 120.1359795, 30.2312797 ], [ 120.135873, 30.231374 ], [ 120.1358213, 30.2314105 ], [ 120.1357414, 30.2314245 ], [ 120.135681, 30.231406 ], [ 120.1353879, 30.2312566 ], [ 120.1352932, 30.2312163 ], [ 120.1351884, 30.2311537 ], [ 120.1350178, 30.2310408 ], [ 120.1348611, 30.2309722 ], [ 120.1347865, 30.2309456 ], [ 120.1347286, 30.2309173 ], [ 120.134666, 30.2308705 ], [ 120.1346033, 30.2308325 ], [ 120.134453, 30.2307815 ], [ 120.1343822, 30.2307382 ], [ 120.134367, 30.2306864 ], [ 120.1344091, 30.2303802 ], [ 120.134452, 30.2302307 ], [ 120.1345405, 30.2301033 ], [ 120.1346547, 30.2299292 ], [ 120.134766, 30.2298508 ], [ 120.134865, 30.2298263 ], [ 120.135026, 30.2298507 ], [ 120.1351359, 30.2298889 ], [ 120.135211, 30.2299654 ], [ 120.1352982, 30.2300859 ], [ 120.1353747, 30.2301797 ], [ 120.1354189, 30.2302006 ], [ 120.1354592, 30.2301832 ], [ 120.1354431, 30.2300917 ], [ 120.1353983, 30.2299065 ], [ 120.1353814, 30.2298368 ], [ 120.1353827, 30.2297707 ], [ 120.1354243, 30.2297105 ], [ 120.1355343, 30.2296178 ], [ 120.1355249, 30.2295888 ], [ 120.1354902, 30.2295693 ], [ 120.1354417, 30.2296224 ], [ 120.1353398, 30.2297177 ], [ 120.1352754, 30.2297278 ], [ 120.1352124, 30.2297232 ], [ 120.1351584, 30.2297015 ], [ 120.1350413, 30.2296711 ], [ 120.1348425, 30.2296758 ], [ 120.1346304, 30.2297278 ], [ 120.1345304, 30.2297961 ], [ 120.1344305, 30.2298924 ], [ 120.1343571, 30.2300037 ], [ 120.1342817, 30.2303385 ], [ 120.1342481, 30.2303721 ], [ 120.1341806, 30.2303893 ], [ 120.1340885, 30.2303877 ], [ 120.134055, 30.2303744 ], [ 120.1340369, 30.2303536 ], [ 120.1340336, 30.2303246 ], [ 120.1340403, 30.230291 ], [ 120.1340792, 30.2302469 ], [ 120.1341315, 30.2301844 ], [ 120.1341476, 30.2300905 ], [ 120.1341677, 30.2299515 ], [ 120.1341757, 30.2297846 ], [ 120.1341543, 30.2297394 ], [ 120.1340719, 30.2296914 ], [ 120.1338948, 30.2295982 ], [ 120.1338171, 30.2295573 ], [ 120.133756, 30.2295112 ], [ 120.1337318, 30.229459 ], [ 120.1336772, 30.2292786 ], [ 120.1334772, 30.2295896 ], [ 120.133618, 30.2296256 ], [ 120.1337184, 30.2296085 ], [ 120.1337787, 30.2296189 ], [ 120.134, 30.2297626 ], [ 120.1340054, 30.2298008 ], [ 120.1339906, 30.2298495 ], [ 120.1337995, 30.2301418 ], [ 120.1336661, 30.2303512 ], [ 120.133654, 30.2303976 ], [ 120.1336607, 30.2304358 ], [ 120.1337303, 30.2304986 ], [ 120.1337452, 30.2305459 ], [ 120.1337425, 30.230656 ], [ 120.1337828, 30.2306896 ], [ 120.1338539, 30.2307058 ], [ 120.1339209, 30.2307367 ], [ 120.1339713, 30.2308176 ], [ 120.1340175, 30.2308379 ], [ 120.1340671, 30.2308402 ], [ 120.1341945, 30.2307904 ], [ 120.1342726, 30.2307967 ], [ 120.1343455, 30.2308369 ], [ 120.134493, 30.2309657 ], [ 120.1345525, 30.2310327 ], [ 120.134616, 30.2310791 ], [ 120.1346951, 30.2310983 ], [ 120.1347685, 30.2311173 ], [ 120.1348472, 30.231146 ], [ 120.1348914, 30.2311819 ], [ 120.1349136, 30.231215 ], [ 120.1349416, 30.2312598 ], [ 120.1350203, 30.2313093 ], [ 120.1350781, 30.2313465 ], [ 120.1351136, 30.2313905 ], [ 120.1351591, 30.2314181 ], [ 120.1352165, 30.2314189 ], [ 120.1353387, 30.2313975 ], [ 120.1354036, 30.2314109 ], [ 120.1354597, 30.2315383 ], [ 120.1355102, 30.2315829 ], [ 120.1355611, 30.2316015 ], [ 120.1356228, 30.2315922 ], [ 120.135659, 30.2315354 ], [ 120.1357113, 30.2315192 ], [ 120.1357837, 30.2315586 ], [ 120.1358575, 30.2316455 ], [ 120.1359393, 30.2317197 ], [ 120.1359473, 30.2318054 ], [ 120.1359768, 30.2318321 ], [ 120.1360345, 30.2318668 ], [ 120.1360801, 30.2319433 ], [ 120.1360734, 30.2319897 ], [ 120.136216, 30.2321723 ], [ 120.1363336, 30.2323987 ], [ 120.1364636, 30.2325331 ], [ 120.1365155, 30.2326681 ], [ 120.1365726, 30.2328307 ], [ 120.1367979, 30.2332716 ], [ 120.1370466, 30.2333619 ], [ 120.1371869, 30.2333949 ], [ 120.1372454, 30.233306 ], [ 120.1374166, 30.2333704 ], [ 120.1374856, 30.2334448 ], [ 120.1375302, 30.2334928 ], [ 120.1375506, 30.2335104 ], [ 120.1375791, 30.2335194 ], [ 120.1376059, 30.2335267 ], [ 120.1376136, 30.2335313 ], [ 120.1376163, 30.2335372 ], [ 120.1376188, 30.2335529 ], [ 120.1376199, 30.233567 ], [ 120.137626, 30.2336086 ], [ 120.1376512, 30.2336703 ], [ 120.1377149, 30.233803 ], [ 120.1377001, 30.2338934 ], [ 120.1376975, 30.2340313 ], [ 120.1376317, 30.234095 ], [ 120.1376371, 30.2341657 ], [ 120.1376653, 30.2341981 ], [ 120.1377095, 30.2342086 ], [ 120.1377538, 30.2341645 ], [ 120.1377819, 30.2341703 ], [ 120.1377868, 30.2342225 ], [ 120.137845, 30.234219 ], [ 120.1378839, 30.2341692 ], [ 120.1380059, 30.2339791 ], [ 120.1380676, 30.2338301 ], [ 120.1382644, 30.2334574 ], [ 120.1383859, 30.2331896 ], [ 120.1384739, 30.2330702 ], [ 120.1385786, 30.2330196 ], [ 120.1387168, 30.2330413 ], [ 120.1387503, 30.2330919 ], [ 120.1387419, 30.2332005 ], [ 120.1386665, 30.2333633 ], [ 120.1384529, 30.2336528 ], [ 120.1383608, 30.2338301 ], [ 120.1378163, 30.2347275 ], [ 120.1373849, 30.2353716 ], [ 120.1370708, 30.2359071 ], [ 120.1366604, 30.2366742 ], [ 120.1365933, 30.2367466 ], [ 120.1365389, 30.2368443 ], [ 120.1364509, 30.2368769 ], [ 120.1363195, 30.2368314 ], [ 120.1363044, 30.2368262 ], [ 120.136296, 30.2367394 ], [ 120.1363546, 30.2366272 ], [ 120.1371253, 30.2353463 ], [ 120.1374286, 30.2347908 ], [ 120.1374507, 30.2347398 ], [ 120.1374507, 30.2347143 ], [ 120.1374158, 30.2346935 ], [ 120.136984, 30.2345805 ], [ 120.1368485, 30.234526 ], [ 120.1367815, 30.2344855 ], [ 120.1367158, 30.2344426 ], [ 120.1366353, 30.2344136 ], [ 120.13652, 30.2344055 ], [ 120.1364087, 30.2344299 ], [ 120.136288, 30.2344797 ], [ 120.1360975, 30.2345029 ], [ 120.1358038, 30.2344866 ], [ 120.1354551, 30.2345179 ], [ 120.1353455, 30.2346062 ], [ 120.1351367, 30.2345837 ], [ 120.1349467, 30.2345284 ], [ 120.1348846, 30.2343801 ], [ 120.1347199, 30.2342776 ], [ 120.1344615, 30.234116 ], [ 120.1342396, 30.2339133 ], [ 120.1339966, 30.233736 ], [ 120.133708, 30.2334713 ], [ 120.1336406, 30.2335153 ], [ 120.133582, 30.2336854 ], [ 120.1334815, 30.2338012 ], [ 120.1332679, 30.2338482 ], [ 120.1330836, 30.2337867 ], [ 120.1329596, 30.2338148 ], [ 120.1326941, 30.2341884 ], [ 120.1325601, 30.2342824 ], [ 120.1324889, 30.2342933 ], [ 120.1323297, 30.2344815 ], [ 120.1321706, 30.2346334 ], [ 120.1320533, 30.2346407 ], [ 120.1319989, 30.2347167 ], [ 120.1320282, 30.2347782 ], [ 120.1319654, 30.2348578 ], [ 120.1317476, 30.23514 ], [ 120.1313916, 30.2351219 ], [ 120.1313664, 30.2352522 ], [ 120.1314544, 30.2354186 ], [ 120.1314502, 30.235538 ], [ 120.1313287, 30.2356357 ], [ 120.1312387, 30.2357721 ], [ 120.1311007, 30.2359813 ], [ 120.1308096, 30.2364157 ], [ 120.1308308, 30.2364863 ], [ 120.1309914, 30.2365649 ], [ 120.1310763, 30.236633 ], [ 120.1311551, 30.2367377 ], [ 120.1311278, 30.2372272 ], [ 120.1310884, 30.2372901 ], [ 120.1310187, 30.2373189 ], [ 120.1307096, 30.2372822 ], [ 120.130649, 30.2372613 ], [ 120.1305733, 30.2371801 ], [ 120.1304914, 30.2371618 ], [ 120.1303672, 30.2371722 ], [ 120.1303096, 30.2372168 ], [ 120.130243, 30.2373031 ], [ 120.1301598, 30.2375632 ], [ 120.1301157, 30.2377011 ], [ 120.130043, 30.2378869 ], [ 120.1298824, 30.2380493 ], [ 120.1294006, 30.2383503 ], [ 120.1291612, 30.2384969 ], [ 120.1290703, 30.2386697 ], [ 120.1290763, 30.2387744 ], [ 120.1291066, 30.238866 ], [ 120.1294309, 30.2391592 ], [ 120.1295127, 30.2391697 ], [ 120.1295915, 30.2391043 ], [ 120.130274, 30.2396576 ], [ 120.1303793, 30.239743 ], [ 120.1304127, 30.2398059 ], [ 120.1305702, 30.2399263 ], [ 120.1307642, 30.2401488 ], [ 120.1309005, 30.2402849 ], [ 120.1313096, 30.2406122 ], [ 120.1314338, 30.2407012 ], [ 120.1315763, 30.2407587 ], [ 120.1316641, 30.2408294 ], [ 120.131755, 30.2408661 ], [ 120.1318672, 30.2408687 ], [ 120.1320793, 30.2409211 ], [ 120.1321793, 30.2409525 ], [ 120.1322748, 30.2410112 ], [ 120.1323288, 30.2414329 ], [ 120.1322292, 30.2415879 ], [ 120.1320952, 30.241711 ], [ 120.1319528, 30.2418738 ], [ 120.1317317, 30.2423562 ], [ 120.1313581, 30.2426879 ], [ 120.131245, 30.2428688 ], [ 120.1310356, 30.2429014 ], [ 120.1309644, 30.2429846 ], [ 120.1307591, 30.2431076 ], [ 120.1305649, 30.2431734 ], [ 120.1301519, 30.2431546 ], [ 120.1296953, 30.2429484 ], [ 120.1296446, 30.2428425 ], [ 120.1286537, 30.242483 ], [ 120.1284622, 30.2429059 ], [ 120.1284682, 30.2430895 ], [ 120.1283719, 30.2431763 ], [ 120.1282223, 30.2436402 ], [ 120.1279566, 30.2435471 ], [ 120.1278616, 30.2435139 ], [ 120.1274713, 30.2434076 ], [ 120.1276628, 30.2426868 ], [ 120.1272605, 30.2425469 ], [ 120.1272026, 30.2421719 ], [ 120.1263635, 30.2417851 ], [ 120.1256276, 30.241278 ], [ 120.1251563, 30.241228 ], [ 120.1243205, 30.2413742 ], [ 120.12413, 30.2413321 ], [ 120.1237225, 30.2410221 ], [ 120.123549, 30.2409489 ], [ 120.1234199, 30.2409065 ], [ 120.1232839, 30.2408575 ], [ 120.1224156, 30.2404786 ], [ 120.1222694, 30.2402987 ], [ 120.1222808, 30.2399704 ], [ 120.122199, 30.2396774 ], [ 120.1219958, 30.2392418 ], [ 120.1220511, 30.2391105 ], [ 120.1221524, 30.2390527 ], [ 120.1222308, 30.2389909 ], [ 120.1221309, 30.2389398 ], [ 120.122085, 30.2389982 ], [ 120.1220199, 30.2390167 ], [ 120.1218867, 30.2391766 ], [ 120.121676, 30.239012 ], [ 120.1216108, 30.2389797 ], [ 120.1215543, 30.2389946 ], [ 120.1215153, 30.2390677 ], [ 120.1214633, 30.2390913 ], [ 120.1212465, 30.2391036 ], [ 120.1211861, 30.2391612 ], [ 120.1211334, 30.2393054 ], [ 120.1211498, 30.2393828 ], [ 120.1212023, 30.2394041 ], [ 120.1212162, 30.239468 ], [ 120.1212046, 30.239539 ], [ 120.1211774, 30.2395937 ], [ 120.1210259, 30.2397208 ], [ 120.1208952, 30.2398037 ], [ 120.1207943, 30.2398128 ], [ 120.1207738, 30.2398097 ], [ 120.1206568, 30.2397918 ], [ 120.120581, 30.2397846 ], [ 120.1204433, 30.2397533 ], [ 120.1203512, 30.2396403 ], [ 120.1202848, 30.2395762 ], [ 120.1202343, 30.2395275 ], [ 120.120193, 30.2394531 ], [ 120.1201753, 30.2393407 ], [ 120.1201898, 30.2392301 ], [ 120.1201249, 30.2392745 ], [ 120.1201451, 30.2393516 ], [ 120.1201745, 30.2394744 ], [ 120.1203129, 30.2396738 ], [ 120.1203971, 30.239817 ], [ 120.1204557, 30.2398908 ], [ 120.1205762, 30.239945 ], [ 120.1206378, 30.2400545 ], [ 120.1207539, 30.2401168 ], [ 120.1211573, 30.2402406 ], [ 120.1213029, 30.240329 ], [ 120.1213354, 30.240421 ], [ 120.121315, 30.2404667 ], [ 120.12114, 30.2405197 ], [ 120.1211468, 30.2405406 ], [ 120.1211901, 30.2405327 ], [ 120.1212819, 30.240509 ], [ 120.1213644, 30.2405291 ], [ 120.1213512, 30.2405917 ], [ 120.1212453, 30.2407351 ], [ 120.121022, 30.2408351 ], [ 120.120949, 30.240908 ], [ 120.1209292, 30.240985 ], [ 120.1209777, 30.2413651 ], [ 120.1210209, 30.241528 ], [ 120.1210501, 30.2416174 ], [ 120.1211847, 30.2417724 ], [ 120.121325, 30.2418498 ], [ 120.1215433, 30.2419026 ], [ 120.1215884, 30.2419344 ], [ 120.1216624, 30.2420284 ], [ 120.1217645, 30.2421403 ], [ 120.1219061, 30.2422884 ], [ 120.1221148, 30.2424005 ], [ 120.1221591, 30.2424243 ], [ 120.1221834, 30.2425372 ], [ 120.1223169, 30.2425512 ], [ 120.1224278, 30.242537 ], [ 120.1224307, 30.2426699 ], [ 120.1224447, 30.2427346 ], [ 120.1224833, 30.2429124 ], [ 120.1223225, 30.2429208 ], [ 120.122138, 30.2429456 ], [ 120.121902, 30.2429894 ], [ 120.1217973, 30.242981 ], [ 120.1215642, 30.2428627 ], [ 120.1215496, 30.2428072 ], [ 120.1211578, 30.242638 ], [ 120.1203948, 30.2423905 ], [ 120.120161, 30.2423778 ], [ 120.1199137, 30.2422936 ], [ 120.1199037, 30.2424658 ], [ 120.1198169, 30.2425408 ], [ 120.1198115, 30.24257 ], [ 120.1197838, 30.2427194 ], [ 120.1196801, 30.2428699 ], [ 120.1195796, 30.2429911 ], [ 120.1195072, 30.2430521 ], [ 120.119251, 30.2430163 ], [ 120.1190199, 30.2430188 ], [ 120.1189926, 30.2430648 ], [ 120.1192708, 30.2430473 ] ], [ [ 120.1225628, 30.2518324 ], [ 120.1225835, 30.2517474 ], [ 120.1226249, 30.2516669 ], [ 120.1226819, 30.2516267 ], [ 120.1227595, 30.2515954 ], [ 120.1228475, 30.251573 ], [ 120.12292, 30.251573 ], [ 120.123008, 30.2516043 ], [ 120.1230546, 30.251649 ], [ 120.1230546, 30.2517206 ], [ 120.1230287, 30.2517966 ], [ 120.1229821, 30.2519218 ], [ 120.1229252, 30.251962 ], [ 120.1228527, 30.2519889 ], [ 120.1227336, 30.2519933 ], [ 120.1226404, 30.2519755 ], [ 120.122568, 30.2519352 ], [ 120.1225576, 30.251886 ], [ 120.1225628, 30.2518324 ] ], [ [ 120.1232744, 30.2436683 ], [ 120.1233694, 30.2435792 ], [ 120.1235458, 30.2434947 ], [ 120.1236191, 30.2434947 ], [ 120.1237521, 30.243537 ], [ 120.1238173, 30.2436096 ], [ 120.1238797, 30.2437058 ], [ 120.1239855, 30.243687 ], [ 120.1240887, 30.2436659 ], [ 120.1242461, 30.2437081 ], [ 120.1243303, 30.2438207 ], [ 120.1243628, 30.2439309 ], [ 120.1242977, 30.2440505 ], [ 120.1242136, 30.2441185 ], [ 120.1241294, 30.2441373 ], [ 120.1240344, 30.2441373 ], [ 120.1239204, 30.244156 ], [ 120.123763, 30.2441326 ], [ 120.123649, 30.2441021 ], [ 120.1235675, 30.2440739 ], [ 120.1233585, 30.2439286 ], [ 120.123231, 30.2437808 ], [ 120.1232282, 30.2437339 ], [ 120.1232744, 30.2436683 ] ], [ [ 120.1233024, 30.2523497 ], [ 120.1233638, 30.252313 ], [ 120.1234393, 30.252313 ], [ 120.1235621, 30.2523456 ], [ 120.123718, 30.2524191 ], [ 120.1237936, 30.2524803 ], [ 120.1238219, 30.252521 ], [ 120.1238219, 30.2525578 ], [ 120.1237699, 30.2525945 ], [ 120.123633, 30.2526108 ], [ 120.1235291, 30.2525986 ], [ 120.1234677, 30.2525822 ], [ 120.1233968, 30.2525578 ], [ 120.1233024, 30.252517 ], [ 120.1232835, 30.252468 ], [ 120.1232787, 30.2524109 ], [ 120.1233024, 30.2523497 ] ], [ [ 120.123668, 30.2432556 ], [ 120.123725, 30.2432204 ], [ 120.1238471, 30.2431969 ], [ 120.1239367, 30.243204 ], [ 120.1239774, 30.2432345 ], [ 120.123991, 30.243286 ], [ 120.1239638, 30.2433306 ], [ 120.1239014, 30.2433705 ], [ 120.1239448, 30.2433916 ], [ 120.1239421, 30.2434385 ], [ 120.1239177, 30.2434666 ], [ 120.1238444, 30.2434713 ], [ 120.1237983, 30.2434596 ], [ 120.1237847, 30.2434174 ], [ 120.1238281, 30.2433822 ], [ 120.1237575, 30.2433752 ], [ 120.1236761, 30.2433517 ], [ 120.1236381, 30.2433048 ], [ 120.123668, 30.2432556 ] ], [ [ 120.1236914, 30.2510291 ], [ 120.1237323, 30.2509605 ], [ 120.1237758, 30.2509229 ], [ 120.1238091, 30.2508898 ], [ 120.123845, 30.2508632 ], [ 120.1239141, 30.2508212 ], [ 120.1239499, 30.2508234 ], [ 120.1239704, 30.2508699 ], [ 120.1240242, 30.2508721 ], [ 120.1240856, 30.250892 ], [ 120.1241036, 30.2509362 ], [ 120.1241292, 30.2509959 ], [ 120.1241266, 30.2510291 ], [ 120.1241164, 30.2510755 ], [ 120.124142, 30.2510955 ], [ 120.1241496, 30.2511375 ], [ 120.124142, 30.2511751 ], [ 120.1241087, 30.2512082 ], [ 120.1239371, 30.251279 ], [ 120.123909, 30.2512945 ], [ 120.1238706, 30.2512989 ], [ 120.1238245, 30.2512812 ], [ 120.1237656, 30.2512702 ], [ 120.1237554, 30.2512259 ], [ 120.1237349, 30.2511928 ], [ 120.1236888, 30.251164 ], [ 120.1236709, 30.2510955 ], [ 120.1236914, 30.2510291 ] ], [ [ 120.1236944, 30.2517908 ], [ 120.1237085, 30.2517092 ], [ 120.1237416, 30.2516684 ], [ 120.1237841, 30.2516357 ], [ 120.123888, 30.2516112 ], [ 120.12394, 30.2515908 ], [ 120.1239683, 30.251546 ], [ 120.1239778, 30.2514521 ], [ 120.1239305, 30.2513868 ], [ 120.1239305, 30.2513175 ], [ 120.1239589, 30.2512849 ], [ 120.1241006, 30.2512277 ], [ 120.1241808, 30.2512277 ], [ 120.1242706, 30.2512685 ], [ 120.1243178, 30.2513216 ], [ 120.1243887, 30.2513868 ], [ 120.1244312, 30.2513991 ], [ 120.1244926, 30.2516031 ], [ 120.1244737, 30.2516765 ], [ 120.1244737, 30.2517622 ], [ 120.1245115, 30.2520763 ], [ 120.1245067, 30.2522028 ], [ 120.1244973, 30.2522477 ], [ 120.1244501, 30.2523211 ], [ 120.1243934, 30.2523456 ], [ 120.1243084, 30.2523497 ], [ 120.124195, 30.2523497 ], [ 120.12411, 30.2523742 ], [ 120.1240108, 30.2523619 ], [ 120.1239683, 30.2523334 ], [ 120.123888, 30.2523007 ], [ 120.1238408, 30.2522477 ], [ 120.1238266, 30.2522028 ], [ 120.1238219, 30.2521416 ], [ 120.1237699, 30.2521008 ], [ 120.1237369, 30.2520682 ], [ 120.1237133, 30.252007 ], [ 120.1236897, 30.2519417 ], [ 120.1236897, 30.2518683 ], [ 120.1236944, 30.2517908 ] ], [ [ 120.1243076, 30.2506985 ], [ 120.1244334, 30.2505511 ], [ 120.1245486, 30.2504461 ], [ 120.1246476, 30.2504279 ], [ 120.124735, 30.2504032 ], [ 120.1248291, 30.2503442 ], [ 120.1249082, 30.2503204 ], [ 120.1250424, 30.2503254 ], [ 120.1252087, 30.2503523 ], [ 120.1255141, 30.2503761 ], [ 120.1256762, 30.250423 ], [ 120.1256912, 30.250522 ], [ 120.1257425, 30.2505435 ], [ 120.1259058, 30.2505257 ], [ 120.1259727, 30.2505613 ], [ 120.1260242, 30.2506636 ], [ 120.1260191, 30.2509749 ], [ 120.1259963, 30.2510756 ], [ 120.1259574, 30.2511458 ], [ 120.12594, 30.2512003 ], [ 120.1259065, 30.2513497 ], [ 120.1258837, 30.2514308 ], [ 120.1258389, 30.2515219 ], [ 120.125772, 30.2516597 ], [ 120.1257668, 30.2517487 ], [ 120.1258235, 30.2518643 ], [ 120.1258904, 30.2520155 ], [ 120.1258801, 30.25218 ], [ 120.1257256, 30.2524869 ], [ 120.1256999, 30.2525847 ], [ 120.1256433, 30.2526336 ], [ 120.125566, 30.2526114 ], [ 120.1255094, 30.2526025 ], [ 120.1254528, 30.2526514 ], [ 120.1253807, 30.2526603 ], [ 120.1253142, 30.2526914 ], [ 120.1252297, 30.2526679 ], [ 120.1251266, 30.2526599 ], [ 120.1250002, 30.2526486 ], [ 120.1248768, 30.2526564 ], [ 120.1247725, 30.2526551 ], [ 120.1246877, 30.2526397 ], [ 120.1245788, 30.2525636 ], [ 120.1245034, 30.2524781 ], [ 120.1245479, 30.2522443 ], [ 120.1245483, 30.2517672 ], [ 120.1245284, 30.2514448 ], [ 120.1244981, 30.2513874 ], [ 120.1243961, 30.2513324 ], [ 120.1243316, 30.2512129 ], [ 120.1243141, 30.2509974 ], [ 120.1242649, 30.2508624 ], [ 120.1243076, 30.2506985 ] ], [ [ 120.1245671, 30.2498987 ], [ 120.1245975, 30.249802 ], [ 120.1246177, 30.2497672 ], [ 120.1246331, 30.2497389 ], [ 120.1246594, 30.2496948 ], [ 120.1247215, 30.2496412 ], [ 120.1248198, 30.2496367 ], [ 120.1248923, 30.2496009 ], [ 120.125001, 30.249592 ], [ 120.1250632, 30.2496367 ], [ 120.125146, 30.2497306 ], [ 120.1252599, 30.249753 ], [ 120.1254255, 30.2497709 ], [ 120.1255601, 30.2498066 ], [ 120.125586, 30.2498558 ], [ 120.1256688, 30.2499095 ], [ 120.1257724, 30.2499408 ], [ 120.1258448, 30.2500034 ], [ 120.1258655, 30.250066 ], [ 120.1258268, 30.2501497 ], [ 120.1258108, 30.2501843 ], [ 120.1257931, 30.2502225 ], [ 120.1256947, 30.2502404 ], [ 120.125586, 30.2502225 ], [ 120.1255135, 30.2502136 ], [ 120.1254255, 30.2502717 ], [ 120.1253634, 30.2503075 ], [ 120.1252961, 30.250312 ], [ 120.1252081, 30.250312 ], [ 120.1251201, 30.2502896 ], [ 120.1249855, 30.2502672 ], [ 120.1248509, 30.2502985 ], [ 120.1247422, 30.2503522 ], [ 120.1246594, 30.2503522 ], [ 120.1246231, 30.2503209 ], [ 120.1246128, 30.2502404 ], [ 120.1246231, 30.2501644 ], [ 120.1246231, 30.250066 ], [ 120.1245921, 30.2500123 ], [ 120.124561, 30.2499408 ], [ 120.1245671, 30.2498987 ] ], [ [ 120.1247593, 30.2413999 ], [ 120.124826, 30.2414114 ], [ 120.1249992, 30.2414766 ], [ 120.125017, 30.2415572 ], [ 120.1250703, 30.2416033 ], [ 120.1250792, 30.2416801 ], [ 120.1250525, 30.2417338 ], [ 120.1249459, 30.2417492 ], [ 120.1247682, 30.2416839 ], [ 120.1247282, 30.2416263 ], [ 120.124706, 30.2415227 ], [ 120.1247016, 30.2414421 ], [ 120.1247593, 30.2413999 ] ], [ [ 120.1249084, 30.2434807 ], [ 120.1249817, 30.2433423 ], [ 120.1250469, 30.243286 ], [ 120.125112, 30.2432743 ], [ 120.1251799, 30.2432814 ], [ 120.1256739, 30.2434947 ], [ 120.1256956, 30.2435299 ], [ 120.1257526, 30.2435135 ], [ 120.1258693, 30.2435604 ], [ 120.1259209, 30.2436096 ], [ 120.125929, 30.24368 ], [ 120.125891, 30.2437222 ], [ 120.1258123, 30.2437269 ], [ 120.1257282, 30.2436988 ], [ 120.1256685, 30.2436448 ], [ 120.1256739, 30.243748 ], [ 120.125625, 30.243816 ], [ 120.1255735, 30.2439168 ], [ 120.1255979, 30.2439567 ], [ 120.1256142, 30.2440177 ], [ 120.1255816, 30.2440599 ], [ 120.1255083, 30.2440739 ], [ 120.1253509, 30.2440317 ], [ 120.1251554, 30.2439192 ], [ 120.1250116, 30.2438183 ], [ 120.1249763, 30.2437574 ], [ 120.1249084, 30.2437199 ], [ 120.1248704, 30.2436519 ], [ 120.1248677, 30.2435839 ], [ 120.1249084, 30.2434807 ] ], [ [ 120.1262439, 30.2435979 ], [ 120.1262792, 30.2435885 ], [ 120.1263416, 30.2435862 ], [ 120.1263823, 30.2435932 ], [ 120.126423, 30.2436331 ], [ 120.1265181, 30.2436823 ], [ 120.1265506, 30.243741 ], [ 120.1265479, 30.2437926 ], [ 120.1265181, 30.2438559 ], [ 120.1264963, 30.2438793 ], [ 120.126461, 30.2438746 ], [ 120.1263769, 30.2438394 ], [ 120.12629, 30.2438066 ], [ 120.1261733, 30.2437503 ], [ 120.1261625, 30.2437011 ], [ 120.1262439, 30.2435979 ] ], [ [ 120.1266924, 30.2526449 ], [ 120.1267306, 30.2525487 ], [ 120.1267346, 30.2524914 ], [ 120.1267192, 30.2524485 ], [ 120.1267239, 30.2524022 ], [ 120.126748, 30.2523327 ], [ 120.1267695, 30.2523176 ], [ 120.126805, 30.2523113 ], [ 120.1268399, 30.2523234 ], [ 120.1268882, 30.2523645 ], [ 120.126919, 30.2524057 ], [ 120.1269726, 30.2524491 ], [ 120.1270632, 30.2524671 ], [ 120.127145, 30.2524752 ], [ 120.1271785, 30.2525169 ], [ 120.1271819, 30.2526125 ], [ 120.1271383, 30.2526478 ], [ 120.1270229, 30.2526449 ], [ 120.1269559, 30.2526582 ], [ 120.1268868, 30.2526912 ], [ 120.1267708, 30.2528378 ], [ 120.1267266, 30.2528615 ], [ 120.1266716, 30.2528488 ], [ 120.1266501, 30.2528187 ], [ 120.1266924, 30.2526449 ] ], [ [ 120.1269939, 30.2530564 ], [ 120.1270997, 30.253062 ], [ 120.1272848, 30.2530594 ], [ 120.1275381, 30.2530322 ], [ 120.1275726, 30.2530285 ], [ 120.1277104, 30.2529975 ], [ 120.1278197, 30.2530016 ], [ 120.1277874, 30.2531853 ], [ 120.1277443, 30.2532324 ], [ 120.1277009, 30.2532734 ], [ 120.127627, 30.2533301 ], [ 120.1274427, 30.2534567 ], [ 120.1272794, 30.2534241 ], [ 120.1271119, 30.2534711 ], [ 120.1270281, 30.2533807 ], [ 120.126982, 30.2532288 ], [ 120.1269939, 30.2530564 ] ], [ [ 120.1275509, 30.2516122 ], [ 120.1276172, 30.2516018 ], [ 120.1276353, 30.251633 ], [ 120.1276474, 30.2516695 ], [ 120.1276112, 30.2517034 ], [ 120.127569, 30.2517034 ], [ 120.1275448, 30.2516825 ], [ 120.1275358, 30.2516461 ], [ 120.1275509, 30.2516122 ] ], [ [ 120.1294591, 30.2386612 ], [ 120.1294612, 30.2386409 ], [ 120.1295612, 30.2385388 ], [ 120.1296794, 30.2384655 ], [ 120.1298672, 30.2383791 ], [ 120.1299642, 30.238298 ], [ 120.1300066, 30.2382508 ], [ 120.1301642, 30.2381278 ], [ 120.1302218, 30.238099 ], [ 120.1303808, 30.2379392 ], [ 120.1306127, 30.2377063 ], [ 120.1306581, 30.2376199 ], [ 120.1307036, 30.2375545 ], [ 120.1307854, 30.2375231 ], [ 120.1308793, 30.2375204 ], [ 120.1310066, 30.2375361 ], [ 120.1310702, 30.2375806 ], [ 120.1310672, 30.2377011 ], [ 120.1310217, 30.2377351 ], [ 120.130949, 30.2377325 ], [ 120.1308672, 30.237743 ], [ 120.1307914, 30.2377875 ], [ 120.1307369, 30.2378293 ], [ 120.1308611, 30.2379341 ], [ 120.130852, 30.2379733 ], [ 120.1310884, 30.2381828 ], [ 120.1311399, 30.2382404 ], [ 120.1315308, 30.2384472 ], [ 120.1316672, 30.2385126 ], [ 120.1320611, 30.2386749 ], [ 120.1321338, 30.2387273 ], [ 120.132153, 30.2387577 ], [ 120.1321702, 30.2387849 ], [ 120.1322096, 30.2389079 ], [ 120.1323065, 30.2390755 ], [ 120.1323112, 30.239099 ], [ 120.1323372, 30.2392286 ], [ 120.1323846, 30.2394656 ], [ 120.1324338, 30.2397116 ], [ 120.1324471, 30.2398016 ], [ 120.132452, 30.2398346 ], [ 120.1323793, 30.2398462 ], [ 120.1323707, 30.2398164 ], [ 120.1323252, 30.2396583 ], [ 120.1323182, 30.2396341 ], [ 120.132266, 30.239617 ], [ 120.1322138, 30.2396248 ], [ 120.1321952, 30.2396248 ], [ 120.1321545, 30.2396248 ], [ 120.1321113, 30.2395828 ], [ 120.1320717, 30.239572 ], [ 120.1320069, 30.2395937 ], [ 120.1319512, 30.2396295 ], [ 120.1319062, 30.2396621 ], [ 120.1318468, 30.239659 ], [ 120.1317442, 30.2396372 ], [ 120.1316759, 30.2395968 ], [ 120.1316165, 30.2395626 ], [ 120.1316003, 30.2395176 ], [ 120.1316579, 30.23946 ], [ 120.1316291, 30.2394243 ], [ 120.1315967, 30.2393777 ], [ 120.1315661, 30.2393015 ], [ 120.1314978, 30.2392424 ], [ 120.1314834, 30.2391803 ], [ 120.1315247, 30.2390264 ], [ 120.1315355, 30.2389689 ], [ 120.1315283, 30.2389051 ], [ 120.1314816, 30.2388554 ], [ 120.1314217, 30.2387951 ], [ 120.131406, 30.2387792 ], [ 120.1313817, 30.2387642 ], [ 120.1313484, 30.2387435 ], [ 120.1313198, 30.2387156 ], [ 120.1313823, 30.2386095 ], [ 120.1313853, 30.2385519 ], [ 120.1313066, 30.2384995 ], [ 120.1311823, 30.2384472 ], [ 120.131049, 30.2384655 ], [ 120.1310005, 30.2384341 ], [ 120.1309975, 30.2383739 ], [ 120.1309642, 30.2383189 ], [ 120.1308975, 30.238311 ], [ 120.1308157, 30.2383425 ], [ 120.1307369, 30.2383137 ], [ 120.130652, 30.238277 ], [ 120.1305399, 30.238277 ], [ 120.1304793, 30.238311 ], [ 120.1304308, 30.2383582 ], [ 120.1304399, 30.238421 ], [ 120.1304793, 30.238476 ], [ 120.1306096, 30.2384995 ], [ 120.1306884, 30.2385152 ], [ 120.1307581, 30.2384786 ], [ 120.1307884, 30.2384315 ], [ 120.1308975, 30.2384158 ], [ 120.1309369, 30.2384262 ], [ 120.1309642, 30.2384838 ], [ 120.1310187, 30.2385021 ], [ 120.1310429, 30.2385362 ], [ 120.1310066, 30.2385755 ], [ 120.130946, 30.2385624 ], [ 120.1308823, 30.23851 ], [ 120.1308369, 30.2385126 ], [ 120.130749, 30.2385519 ], [ 120.130749, 30.2385938 ], [ 120.1307914, 30.2386435 ], [ 120.1308642, 30.2386959 ], [ 120.1309642, 30.2386985 ], [ 120.1309702, 30.2387456 ], [ 120.1309399, 30.2388529 ], [ 120.1309355, 30.2388721 ], [ 120.130925, 30.2389173 ], [ 120.1309113, 30.2389765 ], [ 120.1309096, 30.2389838 ], [ 120.130849, 30.2390414 ], [ 120.1307854, 30.2390833 ], [ 120.1307763, 30.2391592 ], [ 120.1307369, 30.2392247 ], [ 120.1306724, 30.2392723 ], [ 120.1305702, 30.2393477 ], [ 120.1304793, 30.2393791 ], [ 120.1303642, 30.239387 ], [ 120.1303127, 30.239353 ], [ 120.1302702, 30.2393032 ], [ 120.1302672, 30.2392325 ], [ 120.1301824, 30.2392221 ], [ 120.1301066, 30.2391776 ], [ 120.1300612, 30.23912 ], [ 120.1299793, 30.2390728 ], [ 120.1298793, 30.2390624 ], [ 120.1297793, 30.2390755 ], [ 120.1296733, 30.2390362 ], [ 120.1296309, 30.2390336 ], [ 120.1295521, 30.2389786 ], [ 120.1294854, 30.2388791 ], [ 120.1294491, 30.2387587 ], [ 120.1294591, 30.2386612 ] ], [ [ 120.1304945, 30.2395388 ], [ 120.1305399, 30.2394629 ], [ 120.1306011, 30.2393836 ], [ 120.1306127, 30.2393687 ], [ 120.1306556, 30.2393257 ], [ 120.1306702, 30.2393111 ], [ 120.1306935, 30.2393 ], [ 120.1307642, 30.2392666 ], [ 120.1308187, 30.2392823 ], [ 120.1308854, 30.2393242 ], [ 120.1309702, 30.2393111 ], [ 120.1310248, 30.2392613 ], [ 120.1310854, 30.2389995 ], [ 120.1310369, 30.2389603 ], [ 120.1310318, 30.2389006 ], [ 120.1310308, 30.2388896 ], [ 120.1310945, 30.2388687 ], [ 120.1312217, 30.2388372 ], [ 120.1312975, 30.2387535 ], [ 120.131352, 30.2387606 ], [ 120.1313844, 30.2388041 ], [ 120.1314222, 30.2388399 ], [ 120.131442, 30.2388712 ], [ 120.1314762, 30.2389254 ], [ 120.1314798, 30.2389704 ], [ 120.1314618, 30.2390342 ], [ 120.131442, 30.2390901 ], [ 120.1314186, 30.2391554 ], [ 120.1313934, 30.2392238 ], [ 120.131352, 30.2392766 ], [ 120.1313808, 30.2393248 ], [ 120.1314258, 30.2393606 ], [ 120.1314564, 30.2393388 ], [ 120.1315122, 30.2393217 ], [ 120.1315643, 30.2393528 ], [ 120.1315733, 30.2393994 ], [ 120.1315445, 30.2395129 ], [ 120.1315032, 30.2395533 ], [ 120.1315265, 30.2395751 ], [ 120.1316201, 30.2396155 ], [ 120.1316615, 30.2396777 ], [ 120.1317155, 30.2397398 ], [ 120.1317982, 30.2398098 ], [ 120.1318702, 30.2398253 ], [ 120.1319619, 30.2398253 ], [ 120.1320663, 30.2398207 ], [ 120.132212, 30.2398098 ], [ 120.1322624, 30.2397989 ], [ 120.1323038, 30.2398067 ], [ 120.1323368, 30.239853 ], [ 120.1323096, 30.2401252 ], [ 120.1322885, 30.2402265 ], [ 120.1322399, 30.2404603 ], [ 120.1322096, 30.2405345 ], [ 120.1322035, 30.2405493 ], [ 120.1321914, 30.2406514 ], [ 120.1322035, 30.2407404 ], [ 120.1322065, 30.2407902 ], [ 120.1321368, 30.2408163 ], [ 120.132044, 30.2408125 ], [ 120.1320096, 30.2408111 ], [ 120.1319934, 30.2408064 ], [ 120.1318641, 30.2407692 ], [ 120.1318278, 30.2406409 ], [ 120.1318005, 30.2406252 ], [ 120.1317459, 30.2405938 ], [ 120.1316672, 30.2406148 ], [ 120.1315611, 30.240654 ], [ 120.1314732, 30.2406174 ], [ 120.1312338, 30.2404551 ], [ 120.1310278, 30.2402928 ], [ 120.1307217, 30.2399446 ], [ 120.1306187, 30.2397666 ], [ 120.1305685, 30.2397232 ], [ 120.1305399, 30.2396985 ], [ 120.130446, 30.2396514 ], [ 120.1304399, 30.239586 ], [ 120.1304945, 30.2395388 ] ], [ [ 120.1311026, 30.2524493 ], [ 120.1316722, 30.2507525 ], [ 120.1317266, 30.2506947 ], [ 120.1318313, 30.2506874 ], [ 120.1319695, 30.25072 ], [ 120.1320198, 30.2507706 ], [ 120.1320407, 30.2508249 ], [ 120.1320449, 30.2509515 ], [ 120.1319444, 30.2512988 ], [ 120.1314879, 30.2526302 ], [ 120.1314418, 30.2526953 ], [ 120.1313874, 30.2527424 ], [ 120.1312994, 30.2527424 ], [ 120.1311319, 30.2526266 ], [ 120.13109, 30.252547 ], [ 120.1311026, 30.2524493 ] ], [ [ 120.1311475, 30.2502091 ], [ 120.1311935, 30.2501886 ], [ 120.1313958, 30.2501773 ], [ 120.1315633, 30.2501339 ], [ 120.1316551, 30.2500821 ], [ 120.1318648, 30.2499638 ], [ 120.1319821, 30.2498517 ], [ 120.13238, 30.2486686 ], [ 120.1323758, 30.248542 ], [ 120.13238, 30.2484226 ], [ 120.1324428, 30.2483104 ], [ 120.1325308, 30.2482308 ], [ 120.1325768, 30.2481476 ], [ 120.1327025, 30.2477677 ], [ 120.1330124, 30.2469935 ], [ 120.1330794, 30.2467691 ], [ 120.1331255, 30.2465629 ], [ 120.1332176, 30.2464435 ], [ 120.1332721, 30.2464146 ], [ 120.1334229, 30.2464616 ], [ 120.1334647, 30.246505 ], [ 120.1334773, 30.2465521 ], [ 120.1334773, 30.2466172 ], [ 120.1333014, 30.2472431 ], [ 120.1331841, 30.2475868 ], [ 120.1329705, 30.2481114 ], [ 120.1329203, 30.2482525 ], [ 120.1329203, 30.2483394 ], [ 120.1329454, 30.248419 ], [ 120.1329328, 30.2485058 ], [ 120.132891, 30.248589 ], [ 120.1327988, 30.2487012 ], [ 120.1326774, 30.248911 ], [ 120.1323046, 30.2501158 ], [ 120.1321496, 30.2505282 ], [ 120.1320868, 30.2505933 ], [ 120.1319989, 30.2506187 ], [ 120.1312636, 30.2504012 ], [ 120.1311742, 30.250346 ], [ 120.1311337, 30.2502999 ], [ 120.1311475, 30.2502091 ] ], [ [ 120.1331925, 30.245908 ], [ 120.1334354, 30.2455209 ], [ 120.1338626, 30.2440845 ], [ 120.1338752, 30.2439362 ], [ 120.1339045, 30.2438276 ], [ 120.1339757, 30.2437227 ], [ 120.1345998, 30.2415662 ], [ 120.1346374, 30.2415228 ], [ 120.1347212, 30.2414939 ], [ 120.1348427, 30.241512 ], [ 120.1348678, 30.2415445 ], [ 120.1348971, 30.2415807 ], [ 120.1349013, 30.2416856 ], [ 120.1346542, 30.2424816 ], [ 120.1342689, 30.2437878 ], [ 120.1342605, 30.2438927 ], [ 120.1342228, 30.2440375 ], [ 120.1341809, 30.244099 ], [ 120.1341432, 30.2442726 ], [ 120.1337663, 30.2455896 ], [ 120.1336783, 30.2459225 ], [ 120.1336155, 30.2461866 ], [ 120.133582, 30.2462626 ], [ 120.1335318, 30.2463133 ], [ 120.1334606, 30.2463277 ], [ 120.1331758, 30.2462481 ], [ 120.1331255, 30.2462192 ], [ 120.1330794, 30.2461541 ], [ 120.1331925, 30.245908 ] ], [ [ 120.1338378, 30.2305633 ], [ 120.1338552, 30.2305389 ], [ 120.1338713, 30.2305262 ], [ 120.1339122, 30.230514 ], [ 120.1339913, 30.2305042 ], [ 120.134047, 30.2305024 ], [ 120.1340919, 30.2305117 ], [ 120.1341241, 30.2305279 ], [ 120.1341536, 30.2305639 ], [ 120.1341563, 30.2306062 ], [ 120.1341509, 30.2306351 ], [ 120.1341187, 30.2306571 ], [ 120.1340805, 30.2306734 ], [ 120.1340396, 30.2306774 ], [ 120.1339558, 30.2306699 ], [ 120.1338606, 30.2306398 ], [ 120.1338378, 30.2306137 ], [ 120.1338317, 30.2305911 ], [ 120.1338378, 30.2305633 ] ], [ [ 120.1340129, 30.2526959 ], [ 120.1341069, 30.2525809 ], [ 120.134853, 30.2522849 ], [ 120.1366297, 30.2522775 ], [ 120.1369215, 30.2522033 ], [ 120.1382605, 30.2524554 ], [ 120.1393505, 30.2526482 ], [ 120.1396166, 30.2527668 ], [ 120.139711, 30.2526852 ], [ 120.1400886, 30.2529744 ], [ 120.1406637, 30.2536936 ], [ 120.1408354, 30.2538937 ], [ 120.1412146, 30.254243 ], [ 120.141286, 30.2542064 ], [ 120.1413504, 30.2542644 ], [ 120.141491, 30.2541722 ], [ 120.1415456, 30.2542189 ], [ 120.1416264, 30.2541611 ], [ 120.1416851, 30.25422 ], [ 120.1415993, 30.2542644 ], [ 120.1416577, 30.2543714 ], [ 120.1415666, 30.2544564 ], [ 120.141654, 30.2545526 ], [ 120.1415916, 30.254621 ], [ 120.1424576, 30.2553098 ], [ 120.143374, 30.2564267 ], [ 120.143273, 30.2565405 ], [ 120.1432426, 30.2565602 ], [ 120.14317, 30.2566072 ], [ 120.142758, 30.2561031 ], [ 120.1424306, 30.2557244 ], [ 120.1422773, 30.2555471 ], [ 120.1415134, 30.2549169 ], [ 120.1412467, 30.2547555 ], [ 120.1410598, 30.2548608 ], [ 120.1396709, 30.2559693 ], [ 120.139434, 30.2559659 ], [ 120.1392457, 30.2560486 ], [ 120.1385879, 30.2559074 ], [ 120.1384515, 30.2558845 ], [ 120.1382586, 30.2558655 ], [ 120.1381012, 30.2558676 ], [ 120.1379389, 30.2558404 ], [ 120.1378372, 30.2558049 ], [ 120.1377452, 30.2558258 ], [ 120.1374691, 30.2557568 ], [ 120.1371874, 30.2556982 ], [ 120.1371131, 30.2556982 ], [ 120.1370235, 30.2556459 ], [ 120.1367039, 30.255535 ], [ 120.1364072, 30.2554402 ], [ 120.1362985, 30.2554005 ], [ 120.1362447, 30.2553447 ], [ 120.1362285, 30.2552675 ], [ 120.1361419, 30.2552428 ], [ 120.1361166, 30.2552012 ], [ 120.1361475, 30.2551444 ], [ 120.136304, 30.2550274 ], [ 120.136483, 30.2548464 ], [ 120.1365936, 30.2547555 ], [ 120.1366188, 30.2546818 ], [ 120.1366022, 30.2546081 ], [ 120.1365287, 30.2545522 ], [ 120.1363104, 30.25444 ], [ 120.1353992, 30.2539915 ], [ 120.134462, 30.2538699 ], [ 120.1343882, 30.2538651 ], [ 120.1342406, 30.2539006 ], [ 120.1341592, 30.2539551 ], [ 120.1341165, 30.2539295 ], [ 120.1340331, 30.2538794 ], [ 120.1340381, 30.2538579 ], [ 120.1340216, 30.2537966 ], [ 120.1340036, 30.2537215 ], [ 120.1340012, 30.2535085 ], [ 120.1339519, 30.2534134 ], [ 120.1339501, 30.2533522 ], [ 120.1340129, 30.2526959 ] ], [ [ 120.1352322, 30.2394278 ], [ 120.1352405, 30.2393229 ], [ 120.135228, 30.2392071 ], [ 120.135207, 30.2391022 ], [ 120.1352615, 30.2390081 ], [ 120.1353411, 30.238914 ], [ 120.1354081, 30.2388597 ], [ 120.135429, 30.2387729 ], [ 120.136141, 30.237018 ], [ 120.1362038, 30.2369601 ], [ 120.136275, 30.2369456 ], [ 120.1363672, 30.2370325 ], [ 120.1363797, 30.2370976 ], [ 120.1363839, 30.2371663 ], [ 120.1357054, 30.2389321 ], [ 120.1357096, 30.2390153 ], [ 120.1357348, 30.2391203 ], [ 120.1357515, 30.2392071 ], [ 120.1357222, 30.2392903 ], [ 120.1356719, 30.2393663 ], [ 120.135584, 30.2394134 ], [ 120.1355337, 30.2395038 ], [ 120.1349851, 30.2413274 ], [ 120.1349474, 30.241407 ], [ 120.1348636, 30.2414468 ], [ 120.1347422, 30.2413889 ], [ 120.1347128, 30.241331 ], [ 120.1346877, 30.2412514 ], [ 120.1352322, 30.2394278 ] ], [ [ 120.1364277, 30.2485199 ], [ 120.1365141, 30.2484591 ], [ 120.1366036, 30.2484315 ], [ 120.1366793, 30.2483802 ], [ 120.1369293, 30.2484138 ], [ 120.1370065, 30.2484564 ], [ 120.137064, 30.2484453 ], [ 120.1372263, 30.2485667 ], [ 120.1372778, 30.2487818 ], [ 120.1372175, 30.2489978 ], [ 120.1370864, 30.2491496 ], [ 120.1369905, 30.2491441 ], [ 120.1369841, 30.2491966 ], [ 120.1368242, 30.24918 ], [ 120.1367285, 30.2492208 ], [ 120.136368, 30.2489968 ], [ 120.1363059, 30.2486768 ], [ 120.1364277, 30.2485199 ] ], [ [ 120.139038, 30.240402 ], [ 120.1394744, 30.2402384 ], [ 120.1399256, 30.2401174 ], [ 120.1406111, 30.2398503 ], [ 120.1408034, 30.239818 ], [ 120.1410671, 30.239806 ], [ 120.1412298, 30.2397853 ], [ 120.1414276, 30.2397022 ], [ 120.1416299, 30.2397514 ], [ 120.1417142, 30.2398226 ], [ 120.1418133, 30.2398475 ], [ 120.1420113, 30.2400285 ], [ 120.1418482, 30.2401323 ], [ 120.1419512, 30.2401916 ], [ 120.1420971, 30.2403547 ], [ 120.1421486, 30.2405698 ], [ 120.1421829, 30.2406958 ], [ 120.1421572, 30.2409702 ], [ 120.1421005, 30.2410449 ], [ 120.1420341, 30.2413826 ], [ 120.1420092, 30.241716 ], [ 120.1420193, 30.2420177 ], [ 120.141954, 30.2420187 ], [ 120.1418804, 30.242143 ], [ 120.1417078, 30.2421457 ], [ 120.1415564, 30.2423568 ], [ 120.1411873, 30.2425846 ], [ 120.1405769, 30.2427314 ], [ 120.1402346, 30.2427201 ], [ 120.1397676, 30.2423673 ], [ 120.1396698, 30.2421549 ], [ 120.1392531, 30.2417158 ], [ 120.1391134, 30.2413425 ], [ 120.1389045, 30.2410314 ], [ 120.1389277, 30.2408478 ], [ 120.1388685, 30.2407287 ], [ 120.1388441, 30.2405994 ], [ 120.139038, 30.240402 ] ], [ [ 120.1393721, 30.2483569 ], [ 120.139408, 30.2482277 ], [ 120.1394688, 30.2482167 ], [ 120.1395086, 30.2481558 ], [ 120.1396734, 30.2481974 ], [ 120.1397118, 30.2481808 ], [ 120.1398269, 30.2482029 ], [ 120.1398301, 30.2482277 ], [ 120.1399452, 30.248236 ], [ 120.1399501, 30.2482067 ], [ 120.1400315, 30.2482084 ], [ 120.1400347, 30.2482471 ], [ 120.1401211, 30.2482802 ], [ 120.1402026, 30.2483329 ], [ 120.1401882, 30.2484763 ], [ 120.1401211, 30.2485785 ], [ 120.1400731, 30.2485979 ], [ 120.1400827, 30.2486752 ], [ 120.1400411, 30.2486724 ], [ 120.1400603, 30.2487415 ], [ 120.1400321, 30.2488157 ], [ 120.1399804, 30.2489045 ], [ 120.139796, 30.2488958 ], [ 120.139679, 30.2488811 ], [ 120.1393453, 30.2487508 ], [ 120.139298, 30.2485009 ], [ 120.1393721, 30.2483569 ] ], [ [ 120.1439854, 30.2574821 ], [ 120.1440341, 30.257454 ], [ 120.1441141, 30.2574079 ], [ 120.1442085, 30.2574302 ], [ 120.1453587, 30.2587721 ], [ 120.1457792, 30.2592614 ], [ 120.1460882, 30.2596246 ], [ 120.1467319, 30.2603141 ], [ 120.1467319, 30.2603957 ], [ 120.1466395, 30.2604649 ], [ 120.1466032, 30.260492 ], [ 120.1464916, 30.260492 ], [ 120.1460625, 30.260025 ], [ 120.1455303, 30.2594467 ], [ 120.1451012, 30.2589203 ], [ 120.1439682, 30.2575859 ], [ 120.1439854, 30.2574821 ] ] ], [ [ [ 120.1393353, 30.2410546 ], [ 120.1394536, 30.2413474 ], [ 120.1394964, 30.2413558 ], [ 120.1395463, 30.2413778 ], [ 120.1398408, 30.2412861 ], [ 120.1402946, 30.2411259 ], [ 120.1405521, 30.240985 ], [ 120.1404835, 30.2408886 ], [ 120.1404622, 30.2406852 ], [ 120.1404832, 30.2406541 ], [ 120.1406632, 30.2406058 ], [ 120.1407753, 30.2406439 ], [ 120.140947, 30.2408886 ], [ 120.1411873, 30.2408367 ], [ 120.1415049, 30.2407625 ], [ 120.1415499, 30.2409308 ], [ 120.1413179, 30.240983 ], [ 120.1412021, 30.2409928 ], [ 120.1411089, 30.2410201 ], [ 120.1410315, 30.24105 ], [ 120.1409899, 30.2411185 ], [ 120.1408955, 30.2412149 ], [ 120.140844, 30.2412149 ], [ 120.140698, 30.2412149 ], [ 120.1405086, 30.2412147 ], [ 120.1401957, 30.2412877 ], [ 120.1399551, 30.2413773 ], [ 120.1395439, 30.2415398 ], [ 120.1396834, 30.2417139 ], [ 120.1397874, 30.2418005 ], [ 120.1399599, 30.2419564 ], [ 120.1401049, 30.2421838 ], [ 120.14024, 30.2422755 ], [ 120.1403491, 30.2423527 ], [ 120.1406304, 30.2424159 ], [ 120.1409843, 30.2422397 ], [ 120.1411546, 30.2421595 ], [ 120.1413289, 30.2418914 ], [ 120.1412633, 30.241759 ], [ 120.1409692, 30.2417756 ], [ 120.1408783, 30.2416004 ], [ 120.1409963, 30.2415325 ], [ 120.1410843, 30.2414966 ], [ 120.1412388, 30.2415115 ], [ 120.1414276, 30.2416153 ], [ 120.1415993, 30.2418229 ], [ 120.1417023, 30.2416598 ], [ 120.1417795, 30.2414521 ], [ 120.1418131, 30.2412214 ], [ 120.1417853, 30.2410342 ], [ 120.1418034, 30.2408527 ], [ 120.1416288, 30.2408908 ], [ 120.1416119, 30.2407618 ], [ 120.1417709, 30.2407181 ], [ 120.1418153, 30.2404941 ], [ 120.141784, 30.2402412 ], [ 120.1415951, 30.2401027 ], [ 120.1411087, 30.2400569 ], [ 120.1409847, 30.2400525 ], [ 120.1408751, 30.2400739 ], [ 120.1406638, 30.2400809 ], [ 120.1404786, 30.2401377 ], [ 120.1403384, 30.2401418 ], [ 120.1401831, 30.2401916 ], [ 120.1396778, 30.2403363 ], [ 120.1396001, 30.2404348 ], [ 120.1395067, 30.24053 ], [ 120.1393649, 30.2406361 ], [ 120.1392922, 30.2407485 ], [ 120.1392819, 30.2408279 ], [ 120.1393353, 30.2410546 ] ], [ [ 120.1403585, 30.2404165 ], [ 120.1404864, 30.2403696 ], [ 120.1405279, 30.2404138 ], [ 120.1405215, 30.2404773 ], [ 120.1404546, 30.2405398 ], [ 120.1404064, 30.2405408 ], [ 120.1404, 30.2405049 ], [ 120.1403489, 30.2404911 ], [ 120.1403585, 30.2404165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1271537, 30.2462907 ], [ 120.127219, 30.2463428 ], [ 120.1275605, 30.2463971 ], [ 120.1276157, 30.2463762 ], [ 120.1276647, 30.2461009 ], [ 120.1276108, 30.246026 ], [ 120.1274073, 30.2459935 ], [ 120.1274576, 30.2458785 ], [ 120.1275329, 30.2459002 ], [ 120.1275455, 30.2458351 ], [ 120.1275756, 30.2457614 ], [ 120.1275404, 30.2456919 ], [ 120.1275128, 30.2456615 ], [ 120.1273973, 30.2456615 ], [ 120.1273445, 30.2456659 ], [ 120.1273144, 30.2457223 ], [ 120.1273069, 30.2458091 ], [ 120.1273872, 30.2458221 ], [ 120.1274224, 30.2458807 ], [ 120.1274023, 30.2459219 ], [ 120.1273219, 30.2459306 ], [ 120.1272617, 30.2459306 ], [ 120.1272412, 30.2459615 ], [ 120.1272315, 30.2459761 ], [ 120.1271989, 30.2460521 ], [ 120.1271938, 30.2461389 ], [ 120.1271461, 30.2462105 ], [ 120.1271537, 30.2462907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1268019, 30.2503238 ], [ 120.1271393, 30.2503056 ], [ 120.1274495, 30.2503135 ], [ 120.1275653, 30.2503165 ], [ 120.1276876, 30.2502983 ], [ 120.1278394, 30.2502 ], [ 120.1280166, 30.250087 ], [ 120.1280883, 30.2500178 ], [ 120.1280756, 30.2499267 ], [ 120.1280714, 30.2497955 ], [ 120.1281263, 30.2495951 ], [ 120.1281726, 30.2495441 ], [ 120.128295, 30.249453 ], [ 120.1283607, 30.2494382 ], [ 120.1283352, 30.2494058 ], [ 120.1283218, 30.2492911 ], [ 120.1282654, 30.2493838 ], [ 120.1282317, 30.2494421 ], [ 120.1280925, 30.2495223 ], [ 120.1279828, 30.2495988 ], [ 120.1279238, 30.2498429 ], [ 120.1279365, 30.2500032 ], [ 120.1278858, 30.2500615 ], [ 120.1277256, 30.2501745 ], [ 120.1276075, 30.250251 ], [ 120.1274303, 30.2502583 ], [ 120.1271519, 30.2502437 ], [ 120.1269664, 30.2502619 ], [ 120.1267681, 30.2502619 ], [ 120.1267133, 30.2501672 ], [ 120.1267934, 30.2491251 ], [ 120.1268862, 30.2488737 ], [ 120.1269453, 30.2488373 ], [ 120.1276075, 30.2488628 ], [ 120.1278693, 30.2488821 ], [ 120.1278732, 30.2487026 ], [ 120.1278057, 30.2487681 ], [ 120.1277003, 30.2488008 ], [ 120.1268904, 30.248779 ], [ 120.1268145, 30.2487389 ], [ 120.1267808, 30.248677 ], [ 120.1269706, 30.2473252 ], [ 120.1270212, 30.2472232 ], [ 120.1270212, 30.2471248 ], [ 120.1271477, 30.2464945 ], [ 120.1272279, 30.2464762 ], [ 120.1274303, 30.2464908 ], [ 120.127599, 30.2465309 ], [ 120.1276903, 30.2465378 ], [ 120.1277663, 30.2465136 ], [ 120.127308, 30.2464435 ], [ 120.1271604, 30.2464398 ], [ 120.1270887, 30.2464435 ], [ 120.127017, 30.2466074 ], [ 120.1269326, 30.24699 ], [ 120.1269252, 30.2470139 ], [ 120.1268736, 30.2471795 ], [ 120.1268736, 30.2473762 ], [ 120.1267428, 30.2481742 ], [ 120.1266669, 30.2486879 ], [ 120.1266964, 30.2488118 ], [ 120.126785, 30.24883 ], [ 120.1267175, 30.2490668 ], [ 120.12665, 30.2501635 ], [ 120.1266416, 30.2502437 ], [ 120.1265488, 30.2502874 ], [ 120.1264433, 30.250291 ], [ 120.1264054, 30.2503238 ], [ 120.1268019, 30.2503238 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1284653, 30.2494423 ], [ 120.1285169, 30.2493606 ], [ 120.1286839, 30.249433 ], [ 120.1286403, 30.2495106 ], [ 120.1286544, 30.2495448 ], [ 120.1288971, 30.2496433 ], [ 120.1289521, 30.2496319 ], [ 120.1296229, 30.2496752 ], [ 120.1293677, 30.2493922 ], [ 120.1292642, 30.2493107 ], [ 120.1291181, 30.249224 ], [ 120.1286068, 30.2490662 ], [ 120.1283607, 30.2494382 ], [ 120.1284653, 30.2494423 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1316551, 30.2500821 ], [ 120.1318648, 30.2499638 ], [ 120.1319821, 30.2498517 ], [ 120.132327, 30.2488694 ], [ 120.1321897, 30.2488543 ], [ 120.1320778, 30.2488692 ], [ 120.1319702, 30.2489064 ], [ 120.1319013, 30.2489808 ], [ 120.1315871, 30.2497727 ], [ 120.1315785, 30.2498731 ], [ 120.1316551, 30.2500821 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1299184, 30.2508758 ], [ 120.1299424, 30.2509768 ], [ 120.1299503, 30.2511268 ], [ 120.1303127, 30.2511135 ], [ 120.1304737, 30.2509008 ], [ 120.1306287, 30.250402 ], [ 120.1306014, 30.2503548 ], [ 120.1299173, 30.250322 ], [ 120.1299229, 30.2504479 ], [ 120.1299257, 30.2505101 ], [ 120.129894, 30.2507216 ], [ 120.1299184, 30.2508758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1275561, 30.2503651 ], [ 120.1276232, 30.250373 ], [ 120.1280047, 30.2505207 ], [ 120.1281299, 30.2505655 ], [ 120.1281818, 30.2506024 ], [ 120.1282397, 30.2508133 ], [ 120.1282184, 30.2508555 ], [ 120.128108, 30.2508575 ], [ 120.12802, 30.2509045 ], [ 120.1280963, 30.2509373 ], [ 120.128194, 30.2509504 ], [ 120.1283344, 30.2509663 ], [ 120.1284381, 30.2510612 ], [ 120.1285694, 30.2511244 ], [ 120.1285785, 30.2512615 ], [ 120.1285907, 30.2513934 ], [ 120.1286884, 30.2515067 ], [ 120.1288227, 30.2516069 ], [ 120.129192, 30.2518205 ], [ 120.1294057, 30.2519998 ], [ 120.1294189, 30.2520875 ], [ 120.1295127, 30.2520529 ], [ 120.1294576, 30.2519919 ], [ 120.1292195, 30.2517757 ], [ 120.1292348, 30.2517282 ], [ 120.1291707, 30.2517414 ], [ 120.1289753, 30.2516517 ], [ 120.1289021, 30.2515911 ], [ 120.1288776, 30.2515595 ], [ 120.128838, 30.2515542 ], [ 120.1287128, 30.2514646 ], [ 120.1286548, 30.2513986 ], [ 120.1286335, 30.2513486 ], [ 120.1286304, 30.2512747 ], [ 120.1286182, 30.2511824 ], [ 120.1286365, 30.2511403 ], [ 120.1287006, 30.2511403 ], [ 120.1287128, 30.2510981 ], [ 120.1287006, 30.2510559 ], [ 120.1286457, 30.2510401 ], [ 120.1285999, 30.2509794 ], [ 120.1285976, 30.2509835 ], [ 120.1285663, 30.2510374 ], [ 120.1285022, 30.2510374 ], [ 120.128429, 30.2510058 ], [ 120.1284229, 30.2509557 ], [ 120.1285022, 30.2509109 ], [ 120.1285541, 30.2509425 ], [ 120.1285907, 30.2509162 ], [ 120.1286518, 30.250932 ], [ 120.1287495, 30.2509293 ], [ 120.1287996, 30.2509162 ], [ 120.1288899, 30.2508924 ], [ 120.1289814, 30.2509135 ], [ 120.129073, 30.2509293 ], [ 120.129192, 30.2509109 ], [ 120.129247, 30.2508371 ], [ 120.1292409, 30.2507501 ], [ 120.1292348, 30.250671 ], [ 120.1291981, 30.2506209 ], [ 120.1290882, 30.2506077 ], [ 120.1289173, 30.2506156 ], [ 120.128838, 30.2506288 ], [ 120.1287983, 30.2507105 ], [ 120.128783, 30.2508054 ], [ 120.1286981, 30.2508421 ], [ 120.1286548, 30.2508608 ], [ 120.1284809, 30.2508397 ], [ 120.128374, 30.2508212 ], [ 120.1283069, 30.2507949 ], [ 120.1282642, 30.2507237 ], [ 120.1282516, 30.2506871 ], [ 120.1282238, 30.2506059 ], [ 120.1282001, 30.2505365 ], [ 120.1282306, 30.2503229 ], [ 120.1282642, 30.2502808 ], [ 120.1286579, 30.2502676 ], [ 120.1288227, 30.2502307 ], [ 120.1297933, 30.2502254 ], [ 120.1298971, 30.2502544 ], [ 120.1299173, 30.250322 ], [ 120.1300681, 30.2501664 ], [ 120.1294423, 30.2501621 ], [ 120.1289387, 30.2501463 ], [ 120.1284076, 30.2502017 ], [ 120.1282611, 30.250228 ], [ 120.1281818, 30.2502227 ], [ 120.1281818, 30.2502834 ], [ 120.1281665, 30.2503889 ], [ 120.128139, 30.2504811 ], [ 120.1280902, 30.2504996 ], [ 120.1280108, 30.2504785 ], [ 120.1276751, 30.2503572 ], [ 120.1276507, 30.2503282 ], [ 120.1276876, 30.2502983 ], [ 120.1275653, 30.2503165 ], [ 120.1274495, 30.2503135 ], [ 120.1275561, 30.2503651 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4485493, 30.2138056 ], [ 120.4488635, 30.2137116 ], [ 120.4486399, 30.2131646 ], [ 120.448439, 30.21322 ], [ 120.4485055, 30.213506 ], [ 120.44843, 30.2135297 ], [ 120.4485493, 30.2138056 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4358934, 30.2271562 ], [ 120.4375864, 30.2271227 ], [ 120.4375662, 30.226921 ], [ 120.4372954, 30.2269716 ], [ 120.4371976, 30.2266843 ], [ 120.4371914, 30.2266369 ], [ 120.4371508, 30.226328 ], [ 120.4365538, 30.2263942 ], [ 120.436566, 30.2266089 ], [ 120.4367253, 30.2266063 ], [ 120.4367, 30.2267233 ], [ 120.4364053, 30.2267366 ], [ 120.4363712, 30.226363 ], [ 120.4358543, 30.2263707 ], [ 120.4358934, 30.2271562 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4258384, 30.2241227 ], [ 120.4310624, 30.2264485 ], [ 120.4479425, 30.2339103 ], [ 120.4479724, 30.2338894 ], [ 120.4479837, 30.2338765 ], [ 120.4479724, 30.2338442 ], [ 120.445129, 30.2325843 ], [ 120.4231669, 30.222852 ], [ 120.4231267, 30.2228316 ], [ 120.4231104, 30.222593 ], [ 120.4230675, 30.2219621 ], [ 120.4229406, 30.2200995 ], [ 120.4229277, 30.2198251 ], [ 120.4229989, 30.2196852 ], [ 120.4227916, 30.2196404 ], [ 120.4228111, 30.2202226 ], [ 120.4228883, 30.2216776 ], [ 120.4230247, 30.2227309 ], [ 120.4230115, 30.222788 ], [ 120.4221995, 30.2224234 ], [ 120.4221792, 30.2224934 ], [ 120.4258384, 30.2241227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4438292, 30.227958 ], [ 120.4444544, 30.2279402 ], [ 120.4444326, 30.2277573 ], [ 120.4444304, 30.2276442 ], [ 120.4450734, 30.2275712 ], [ 120.4449009, 30.2267339 ], [ 120.4468113, 30.2263655 ], [ 120.4469258, 30.2263353 ], [ 120.4468639, 30.2261606 ], [ 120.4457985, 30.2262398 ], [ 120.4452009, 30.2263139 ], [ 120.4449226, 30.2264527 ], [ 120.4438913, 30.2265691 ], [ 120.443942, 30.2268343 ], [ 120.4439481, 30.2272137 ], [ 120.4442718, 30.2270823 ], [ 120.444345, 30.2276575 ], [ 120.4438157, 30.2277185 ], [ 120.4438292, 30.227958 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4347355, 30.2278479 ], [ 120.4350989, 30.2280068 ], [ 120.4350968, 30.2274318 ], [ 120.4347355, 30.2275177 ], [ 120.4347355, 30.2278479 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4368814, 30.2278283 ], [ 120.4368978, 30.2280509 ], [ 120.4371224, 30.2280729 ], [ 120.4371706, 30.2281588 ], [ 120.4373497, 30.228149 ], [ 120.4373139, 30.2274448 ], [ 120.4368093, 30.2274368 ], [ 120.4368814, 30.2278283 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4372346, 30.2289608 ], [ 120.4377621, 30.2289978 ], [ 120.437721, 30.2287052 ], [ 120.437189, 30.2286735 ], [ 120.4372346, 30.2289608 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4382961, 30.2294707 ], [ 120.4394893, 30.2299124 ], [ 120.4400712, 30.2298788 ], [ 120.4398609, 30.2288655 ], [ 120.4390214, 30.2289732 ], [ 120.4389309, 30.228493 ], [ 120.4381349, 30.2286203 ], [ 120.4382961, 30.2294707 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4418829, 30.2302678 ], [ 120.4423502, 30.2302546 ], [ 120.4423532, 30.2301568 ], [ 120.4427361, 30.2301568 ], [ 120.4427149, 30.2299244 ], [ 120.4425468, 30.2299186 ], [ 120.4425381, 30.2296711 ], [ 120.4418139, 30.2297368 ], [ 120.4418829, 30.2302678 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4312348, 30.2304964 ], [ 120.4312489, 30.2304659 ], [ 120.4299196, 30.2298825 ], [ 120.429902, 30.2299099 ], [ 120.4312348, 30.2304964 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4236572, 30.2271793 ], [ 120.4251706, 30.2278544 ], [ 120.4257716, 30.2280904 ], [ 120.4258044, 30.228029 ], [ 120.4253018, 30.2278308 ], [ 120.4245587, 30.2275098 ], [ 120.4236845, 30.2271132 ], [ 120.4236463, 30.2271368 ], [ 120.4236572, 30.2271793 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4148285, 30.2282314 ], [ 120.4152663, 30.227475 ], [ 120.4151609, 30.227427 ], [ 120.4147629, 30.2281246 ], [ 120.4147829, 30.2281521 ], [ 120.4147547, 30.2282014 ], [ 120.4148285, 30.2282314 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4266269, 30.2284822 ], [ 120.4269645, 30.2286169 ], [ 120.4269801, 30.2285765 ], [ 120.4265074, 30.2283745 ], [ 120.4260139, 30.2281321 ], [ 120.4259931, 30.228177 ], [ 120.4266269, 30.2284822 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4139672, 30.2292748 ], [ 120.4140925, 30.2290725 ], [ 120.4144787, 30.2288045 ], [ 120.4146409, 30.228533 ], [ 120.4145526, 30.2284993 ], [ 120.4144006, 30.2287655 ], [ 120.413996, 30.2290069 ], [ 120.4138624, 30.2292287 ], [ 120.4139672, 30.2292748 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.428572, 30.2293352 ], [ 120.4286035, 30.2292977 ], [ 120.4271979, 30.2286922 ], [ 120.4271782, 30.2287262 ], [ 120.428572, 30.2293352 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4029369, 30.2310913 ], [ 120.4029582, 30.2311004 ], [ 120.4030168, 30.2311253 ], [ 120.4031346, 30.2311059 ], [ 120.4042993, 30.2291032 ], [ 120.4057058, 30.2287142 ], [ 120.4092531, 30.2302906 ], [ 120.4093339, 30.2303024 ], [ 120.4094398, 30.2302729 ], [ 120.4095002, 30.2302207 ], [ 120.4099591, 30.2294353 ], [ 120.4100194, 30.2293901 ], [ 120.4100934, 30.2293704 ], [ 120.4101116, 30.2293309 ], [ 120.4101241, 30.2293035 ], [ 120.4099397, 30.2292425 ], [ 120.4096822, 30.2293214 ], [ 120.4093106, 30.2299698 ], [ 120.409258, 30.2299977 ], [ 120.4091987, 30.2299848 ], [ 120.40513, 30.228192 ], [ 120.4040683, 30.228942 ], [ 120.4028823, 30.2310429 ], [ 120.4029369, 30.2310913 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4134549, 30.2300278 ], [ 120.4137466, 30.230152 ], [ 120.413784, 30.2300596 ], [ 120.4135909, 30.2299769 ], [ 120.4136876, 30.2297608 ], [ 120.4136888, 30.2296864 ], [ 120.4136085, 30.2296579 ], [ 120.4134354, 30.2300118 ], [ 120.4134549, 30.2300278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4103822, 30.2295184 ], [ 120.4122638, 30.2303578 ], [ 120.4123982, 30.2303994 ], [ 120.4133897, 30.2308444 ], [ 120.4134166, 30.2308005 ], [ 120.4134286, 30.230781 ], [ 120.41029, 30.2293846 ], [ 120.410277, 30.2294031 ], [ 120.4102581, 30.2294377 ], [ 120.4103822, 30.2295184 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4139516, 30.2308369 ], [ 120.4142037, 30.2303271 ], [ 120.4142146, 30.2302653 ], [ 120.4142364, 30.2302101 ], [ 120.4141493, 30.2302007 ], [ 120.4140917, 30.2303016 ], [ 120.4141041, 30.2303352 ], [ 120.4139142, 30.2307199 ], [ 120.4138519, 30.2307952 ], [ 120.4139516, 30.2308369 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4144263, 30.2312527 ], [ 120.4144773, 30.2312805 ], [ 120.4145282, 30.2313246 ], [ 120.4145993, 30.231357 ], [ 120.4147495, 30.2314219 ], [ 120.4156145, 30.2318049 ], [ 120.4156591, 30.2317315 ], [ 120.4156492, 30.2317106 ], [ 120.415066, 30.231452 ], [ 120.4144411, 30.2311716 ], [ 120.4137866, 30.2308761 ], [ 120.4137353, 30.230879 ], [ 120.4137154, 30.2308978 ], [ 120.4136953, 30.230925 ], [ 120.4144263, 30.2312527 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3707752, 30.1962794 ], [ 120.3712284, 30.1962134 ], [ 120.3712182, 30.1959748 ], [ 120.3707179, 30.1960126 ], [ 120.3707752, 30.1962794 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3658596, 30.2119038 ], [ 120.3661466, 30.2119281 ], [ 120.3666173, 30.2120127 ], [ 120.3806317, 30.2144929 ], [ 120.3818627, 30.2149465 ], [ 120.384578, 30.2162449 ], [ 120.3963268, 30.2186578 ], [ 120.3963415, 30.2185732 ], [ 120.3963712, 30.2184376 ], [ 120.3847072, 30.2160859 ], [ 120.3818446, 30.2145555 ], [ 120.3816737, 30.2145091 ], [ 120.3804326, 30.2141722 ], [ 120.3669982, 30.2118296 ], [ 120.366447, 30.2117206 ], [ 120.3658475, 30.2115932 ], [ 120.3658596, 30.2119038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3736705, 30.2335 ], [ 120.3738482, 30.2322624 ], [ 120.3736987, 30.2322434 ], [ 120.3735036, 30.2334951 ], [ 120.3736705, 30.2335 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3788496, 30.2346542 ], [ 120.3788644, 30.234488 ], [ 120.3763635, 30.2341602 ], [ 120.3763386, 30.2343353 ], [ 120.3788496, 30.2346542 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3801889, 30.240268 ], [ 120.3804417, 30.2390308 ], [ 120.3802177, 30.2390096 ], [ 120.3799949, 30.2402213 ], [ 120.3801889, 30.240268 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3785553, 30.2424546 ], [ 120.3790696, 30.2400305 ], [ 120.3793461, 30.2387269 ], [ 120.379091, 30.2386728 ], [ 120.3787566, 30.2403132 ], [ 120.3786333, 30.2409178 ], [ 120.3785444, 30.2413541 ], [ 120.3783278, 30.2424163 ], [ 120.3785553, 30.2424546 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3797828, 30.2427122 ], [ 120.3800795, 30.241249 ], [ 120.3797922, 30.2412038 ], [ 120.3794718, 30.2426523 ], [ 120.3797828, 30.2427122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3623558, 30.268698 ], [ 120.3623752, 30.2687014 ], [ 120.3623855, 30.2687204 ], [ 120.3623962, 30.2687531 ], [ 120.3624174, 30.2687729 ], [ 120.3623916, 30.2688657 ], [ 120.362444, 30.268879 ], [ 120.3624779, 30.2688351 ], [ 120.3625087, 30.2687792 ], [ 120.3625749, 30.2687832 ], [ 120.362635, 30.2688045 ], [ 120.3626704, 30.2688071 ], [ 120.3626612, 30.2687779 ], [ 120.3626412, 30.2687499 ], [ 120.3626258, 30.2687286 ], [ 120.3625826, 30.268726 ], [ 120.362541, 30.2687166 ], [ 120.3624725, 30.2687043 ], [ 120.3624463, 30.2686877 ], [ 120.3624559, 30.2686601 ], [ 120.3624147, 30.2686598 ], [ 120.362402, 30.2686817 ], [ 120.362384, 30.2686776 ], [ 120.3623538, 30.2686852 ], [ 120.3623558, 30.268698 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.362818, 30.2688121 ], [ 120.3628658, 30.2688213 ], [ 120.3628605, 30.2688472 ], [ 120.3629065, 30.2688625 ], [ 120.3629773, 30.2688549 ], [ 120.363018, 30.2688304 ], [ 120.3630374, 30.2687876 ], [ 120.3629932, 30.2687754 ], [ 120.3629366, 30.2687846 ], [ 120.3629012, 30.2687678 ], [ 120.3628853, 30.2687448 ], [ 120.3629118, 30.268728 ], [ 120.3628888, 30.2686913 ], [ 120.3628269, 30.2686837 ], [ 120.3627755, 30.2687127 ], [ 120.3627649, 30.2687555 ], [ 120.3627632, 30.2687968 ], [ 120.362818, 30.2688121 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3617136, 30.2673163 ], [ 120.3617773, 30.267353 ], [ 120.3618941, 30.2673698 ], [ 120.3620109, 30.2673927 ], [ 120.3621348, 30.2674401 ], [ 120.3622268, 30.2674691 ], [ 120.3623524, 30.2675165 ], [ 120.3624675, 30.2675562 ], [ 120.3625276, 30.2675853 ], [ 120.3625966, 30.2676296 ], [ 120.3627329, 30.2676632 ], [ 120.3628055, 30.2677075 ], [ 120.3629063, 30.2677626 ], [ 120.362986, 30.2677962 ], [ 120.3629771, 30.2678329 ], [ 120.3630709, 30.2678848 ], [ 120.3631541, 30.267975 ], [ 120.3631824, 30.2680514 ], [ 120.3632815, 30.2680805 ], [ 120.3634177, 30.2681355 ], [ 120.3635363, 30.2682272 ], [ 120.3636018, 30.268296 ], [ 120.3636832, 30.268403 ], [ 120.3637097, 30.2684794 ], [ 120.3636823, 30.2684985 ], [ 120.3635885, 30.2685153 ], [ 120.3634903, 30.2685489 ], [ 120.363393, 30.2685726 ], [ 120.3633133, 30.2685779 ], [ 120.3632868, 30.2686742 ], [ 120.3634514, 30.2686398 ], [ 120.3636, 30.2686246 ], [ 120.3637274, 30.2686307 ], [ 120.3638814, 30.2686414 ], [ 120.36403, 30.2686414 ], [ 120.3641964, 30.2686719 ], [ 120.3642565, 30.2687178 ], [ 120.364276, 30.268785 ], [ 120.3643415, 30.2688477 ], [ 120.3643185, 30.2689241 ], [ 120.3643539, 30.268944 ], [ 120.3643733, 30.2690158 ], [ 120.3643769, 30.2691518 ], [ 120.3643432, 30.2692466 ], [ 120.364299, 30.2693643 ], [ 120.364341, 30.2694278 ], [ 120.3645166, 30.2693959 ], [ 120.36476, 30.2693693 ], [ 120.3649972, 30.2693879 ], [ 120.3652345, 30.2694119 ], [ 120.3654255, 30.2696381 ], [ 120.3654193, 30.2697658 ], [ 120.3654008, 30.2698696 ], [ 120.3653762, 30.2700425 ], [ 120.365367, 30.2701303 ], [ 120.3653854, 30.2701836 ], [ 120.3654717, 30.2701862 ], [ 120.3656443, 30.2701543 ], [ 120.3658353, 30.2701383 ], [ 120.366014, 30.2701703 ], [ 120.3662635, 30.2702288 ], [ 120.3663745, 30.2702394 ], [ 120.3664053, 30.2703219 ], [ 120.3664928, 30.270297 ], [ 120.3665385, 30.2703309 ], [ 120.366491, 30.270376 ], [ 120.3665921, 30.2704474 ], [ 120.3667908, 30.2705905 ], [ 120.3670448, 30.2707688 ], [ 120.3672675, 30.2705343 ], [ 120.3670797, 30.2703973 ], [ 120.3670433, 30.270408 ], [ 120.3670761, 30.2704598 ], [ 120.3670763, 30.2705401 ], [ 120.367029, 30.2705914 ], [ 120.3669549, 30.270615 ], [ 120.3668726, 30.2705681 ], [ 120.3667185, 30.2704423 ], [ 120.3666536, 30.2703676 ], [ 120.3665819, 30.2702656 ], [ 120.3665532, 30.2701862 ], [ 120.3664268, 30.2701357 ], [ 120.3663498, 30.2701224 ], [ 120.3662697, 30.2700984 ], [ 120.3661495, 30.2700479 ], [ 120.3660571, 30.269992 ], [ 120.3660325, 30.26996 ], [ 120.3659678, 30.2699095 ], [ 120.3658846, 30.2698988 ], [ 120.3657737, 30.2698509 ], [ 120.3657028, 30.2697871 ], [ 120.3656781, 30.2697073 ], [ 120.3656073, 30.2696088 ], [ 120.3654964, 30.2695636 ], [ 120.3653947, 30.2694944 ], [ 120.36537, 30.2694119 ], [ 120.3653516, 30.2693294 ], [ 120.3652653, 30.2692655 ], [ 120.365256, 30.2691804 ], [ 120.3651749, 30.2691549 ], [ 120.3650617, 30.269132 ], [ 120.3649732, 30.2690953 ], [ 120.3649166, 30.2690571 ], [ 120.3648688, 30.2691167 ], [ 120.3647732, 30.2691595 ], [ 120.36466, 30.2691411 ], [ 120.3645857, 30.2690938 ], [ 120.3645485, 30.2690296 ], [ 120.3645237, 30.2689639 ], [ 120.3645131, 30.268892 ], [ 120.3644742, 30.2688523 ], [ 120.3644335, 30.2688324 ], [ 120.3643662, 30.2687743 ], [ 120.3643397, 30.2687346 ], [ 120.3643715, 30.2686903 ], [ 120.3643344, 30.2686429 ], [ 120.3642972, 30.2685711 ], [ 120.3642565, 30.2684503 ], [ 120.3641875, 30.2683892 ], [ 120.3640813, 30.2683388 ], [ 120.3639468, 30.2682853 ], [ 120.3637929, 30.2682027 ], [ 120.3636389, 30.268134 ], [ 120.3634744, 30.2680621 ], [ 120.3633399, 30.2679567 ], [ 120.3632762, 30.2678665 ], [ 120.3631877, 30.2678084 ], [ 120.3630957, 30.2677351 ], [ 120.3629488, 30.2676464 ], [ 120.3628692, 30.2675654 ], [ 120.3627046, 30.2674661 ], [ 120.3626073, 30.2674141 ], [ 120.3624745, 30.2673759 ], [ 120.3623277, 30.2673499 ], [ 120.3622463, 30.2673316 ], [ 120.3621153, 30.2672643 ], [ 120.3619932, 30.26722 ], [ 120.3618676, 30.2672185 ], [ 120.3617632, 30.2672399 ], [ 120.3617101, 30.2672674 ], [ 120.3617136, 30.2673163 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4271417, 30.2324272 ], [ 120.4280214, 30.230942 ], [ 120.4278503, 30.2308663 ], [ 120.4269709, 30.2323517 ], [ 120.4271417, 30.2324272 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4196569, 30.2338761 ], [ 120.4197418, 30.2338955 ], [ 120.4198197, 30.2338843 ], [ 120.4200403, 30.2337987 ], [ 120.4200863, 30.2337946 ], [ 120.4201312, 30.2337141 ], [ 120.420117, 30.2337079 ], [ 120.4200226, 30.2337192 ], [ 120.4197631, 30.2338262 ], [ 120.4197065, 30.2338252 ], [ 120.4181326, 30.2331279 ], [ 120.4180988, 30.2331856 ], [ 120.4196569, 30.2338761 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4214542, 30.2344071 ], [ 120.4214924, 30.2343412 ], [ 120.4214721, 30.2343249 ], [ 120.4203085, 30.2338085 ], [ 120.4202621, 30.2338839 ], [ 120.4214542, 30.2344071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4239486, 30.235129 ], [ 120.4239463, 30.2351902 ], [ 120.4239793, 30.2352167 ], [ 120.4240466, 30.2351892 ], [ 120.4240961, 30.2351851 ], [ 120.4241622, 30.2351718 ], [ 120.42424, 30.2351433 ], [ 120.4243037, 30.2351351 ], [ 120.4243616, 30.2351657 ], [ 120.4244005, 30.235234 ], [ 120.4244618, 30.2352483 ], [ 120.4245255, 30.2352361 ], [ 120.4245635, 30.2351938 ], [ 120.424576, 30.2351196 ], [ 120.4246261, 30.2350563 ], [ 120.4246708, 30.2350223 ], [ 120.4248085, 30.2349682 ], [ 120.4248657, 30.234911 ], [ 120.4248728, 30.2348044 ], [ 120.4247977, 30.2347396 ], [ 120.4246708, 30.2347071 ], [ 120.4245313, 30.2346809 ], [ 120.4243793, 30.2346283 ], [ 120.4243221, 30.2345573 ], [ 120.4242094, 30.2345248 ], [ 120.4240932, 30.2345464 ], [ 120.4240467, 30.2345655 ], [ 120.4240078, 30.2346276 ], [ 120.4240113, 30.2346949 ], [ 120.4240479, 30.2347499 ], [ 120.4241008, 30.2348192 ], [ 120.4240961, 30.2348752 ], [ 120.4240643, 30.2349068 ], [ 120.4239711, 30.2349527 ], [ 120.4239369, 30.2350383 ], [ 120.4239486, 30.235129 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4232886, 30.2352323 ], [ 120.4234227, 30.2352398 ], [ 120.4237428, 30.2353822 ], [ 120.4237648, 30.2353565 ], [ 120.4237207, 30.2353201 ], [ 120.4236422, 30.2352762 ], [ 120.4234064, 30.2351702 ], [ 120.4219934, 30.2345524 ], [ 120.4219436, 30.2346331 ], [ 120.4232886, 30.2352323 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.40562, 30.2352572 ], [ 120.4056986, 30.2352882 ], [ 120.4057483, 30.2352453 ], [ 120.4058241, 30.2352588 ], [ 120.4058738, 30.2351684 ], [ 120.4057875, 30.2351255 ], [ 120.4058137, 30.2350758 ], [ 120.4059157, 30.2350306 ], [ 120.4059418, 30.2349809 ], [ 120.4059288, 30.2348882 ], [ 120.4059732, 30.2347978 ], [ 120.4059569, 30.2347453 ], [ 120.4059904, 30.2347428 ], [ 120.4059906, 30.2347279 ], [ 120.4059442, 30.2347297 ], [ 120.4059104, 30.2346735 ], [ 120.4058725, 30.2346843 ], [ 120.4058561, 30.234689 ], [ 120.4058677, 30.2347739 ], [ 120.4058269, 30.234853 ], [ 120.4057738, 30.2348661 ], [ 120.4057212, 30.2349583 ], [ 120.405735, 30.2350079 ], [ 120.405697, 30.2350815 ], [ 120.4056683, 30.2350751 ], [ 120.4055783, 30.2352407 ], [ 120.40562, 30.2352572 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.406218, 30.2348223 ], [ 120.4061811, 30.2348855 ], [ 120.4062777, 30.2349311 ], [ 120.406317, 30.2349311 ], [ 120.4070865, 30.2352702 ], [ 120.407186, 30.2352726 ], [ 120.4071986, 30.2352496 ], [ 120.4071243, 30.2351818 ], [ 120.4062322, 30.2347873 ], [ 120.4062142, 30.234806 ], [ 120.4060426, 30.2347274 ], [ 120.4060424, 30.2347415 ], [ 120.406218, 30.2348223 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4073636, 30.2353877 ], [ 120.4075514, 30.2354737 ], [ 120.4075794, 30.2354664 ], [ 120.4081163, 30.2357147 ], [ 120.4081415, 30.2357147 ], [ 120.4081794, 30.2356469 ], [ 120.4074014, 30.2353102 ], [ 120.4073005, 30.2353102 ], [ 120.4072935, 30.2353185 ], [ 120.4073636, 30.2353877 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4084733, 30.2358718 ], [ 120.408972, 30.2360931 ], [ 120.4090175, 30.2360971 ], [ 120.4090528, 30.2360361 ], [ 120.4084642, 30.2357744 ], [ 120.4084358, 30.2358354 ], [ 120.4084733, 30.2358718 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4047994, 30.2366274 ], [ 120.4048661, 30.2366543 ], [ 120.4049576, 30.2365856 ], [ 120.4054415, 30.2357521 ], [ 120.4084999, 30.2371077 ], [ 120.4086115, 30.2371108 ], [ 120.408624, 30.2370908 ], [ 120.4085584, 30.2370106 ], [ 120.4054959, 30.2356583 ], [ 120.4056278, 30.2354311 ], [ 120.4055434, 30.2353954 ], [ 120.4054872, 30.2353736 ], [ 120.4047959, 30.2365365 ], [ 120.4047994, 30.2366274 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.410332, 30.2366579 ], [ 120.4103694, 30.2367171 ], [ 120.4106403, 30.2368327 ], [ 120.4107212, 30.2368354 ], [ 120.4108706, 30.2369053 ], [ 120.4108831, 30.2368838 ], [ 120.4107337, 30.2368166 ], [ 120.410687, 30.2367574 ], [ 120.4104161, 30.2366364 ], [ 120.4103414, 30.2366391 ], [ 120.4101919, 30.2365727 ], [ 120.4101795, 30.2365906 ], [ 120.410332, 30.2366579 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.412353, 30.2375604 ], [ 120.4123605, 30.2375458 ], [ 120.4120261, 30.2373913 ], [ 120.4119953, 30.2373967 ], [ 120.412353, 30.2375604 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4094801, 30.2375484 ], [ 120.410306, 30.2379109 ], [ 120.4104022, 30.2379102 ], [ 120.4104179, 30.2378849 ], [ 120.4103635, 30.2378119 ], [ 120.4095406, 30.2374495 ], [ 120.4094387, 30.2374439 ], [ 120.4094175, 30.2374786 ], [ 120.4094801, 30.2375484 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4163134, 30.2393541 ], [ 120.4164504, 30.2393648 ], [ 120.4163601, 30.2392841 ], [ 120.4157126, 30.2390152 ], [ 120.4156721, 30.2390743 ], [ 120.4163134, 30.2393541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4113257, 30.2383667 ], [ 120.4165341, 30.2406838 ], [ 120.4166303, 30.2406832 ], [ 120.416646, 30.2406579 ], [ 120.4165916, 30.2405849 ], [ 120.4113861, 30.2382678 ], [ 120.4112842, 30.2382622 ], [ 120.4112631, 30.2382968 ], [ 120.4113257, 30.2383667 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4051223, 30.2387491 ], [ 120.4101533, 30.2409862 ], [ 120.4102091, 30.240881 ], [ 120.4101658, 30.2408151 ], [ 120.4052723, 30.2386401 ], [ 120.405177, 30.2386425 ], [ 120.4050634, 30.2386752 ], [ 120.4051223, 30.2387491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4178571, 30.2400367 ], [ 120.419757, 30.2408867 ], [ 120.4198058, 30.2408773 ], [ 120.4198248, 30.2408375 ], [ 120.4197922, 30.2408 ], [ 120.4178977, 30.2399548 ], [ 120.41783, 30.2399805 ], [ 120.4178571, 30.2400367 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4201067, 30.2410472 ], [ 120.4204242, 30.2411817 ], [ 120.4204678, 30.2411763 ], [ 120.4204896, 30.2411252 ], [ 120.4204585, 30.2410956 ], [ 120.4201471, 30.2409557 ], [ 120.4200973, 30.2409584 ], [ 120.4200724, 30.2410015 ], [ 120.4201067, 30.2410472 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4193016, 30.2419043 ], [ 120.4193711, 30.2418952 ], [ 120.4193869, 30.2418699 ], [ 120.4193619, 30.2418102 ], [ 120.4189497, 30.2416319 ], [ 120.4188949, 30.2417199 ], [ 120.4193016, 30.2419043 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4220893, 30.24192 ], [ 120.423391, 30.2424946 ], [ 120.4234483, 30.2425008 ], [ 120.4234804, 30.2424545 ], [ 120.423434, 30.2424143 ], [ 120.4221429, 30.2418396 ], [ 120.4220857, 30.2418365 ], [ 120.4220607, 30.2418829 ], [ 120.4220893, 30.24192 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4387547, 30.2389615 ], [ 120.4389754, 30.2385951 ], [ 120.4389488, 30.2385831 ], [ 120.4387281, 30.2389495 ], [ 120.4387547, 30.2389615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4368571, 30.2421899 ], [ 120.437165, 30.241668 ], [ 120.437203, 30.2417026 ], [ 120.4372677, 30.241731 ], [ 120.4373016, 30.2416759 ], [ 120.4372685, 30.241661 ], [ 120.4372482, 30.2415828 ], [ 120.4374704, 30.2412116 ], [ 120.4374501, 30.2411548 ], [ 120.4375576, 30.2409757 ], [ 120.4376098, 30.2409685 ], [ 120.4378044, 30.2406347 ], [ 120.4377879, 30.240626 ], [ 120.4379043, 30.2404162 ], [ 120.4378777, 30.2404053 ], [ 120.4377892, 30.2405506 ], [ 120.437745, 30.2404905 ], [ 120.437731, 30.2405134 ], [ 120.4377475, 30.2405801 ], [ 120.4375591, 30.2409045 ], [ 120.4374946, 30.2409264 ], [ 120.4373593, 30.2411521 ], [ 120.4373784, 30.2412234 ], [ 120.4371668, 30.2415765 ], [ 120.4371758, 30.2416337 ], [ 120.4371574, 30.2416391 ], [ 120.4368459, 30.2421862 ], [ 120.4368571, 30.2421899 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4361063, 30.24165 ], [ 120.4361486, 30.2416728 ], [ 120.4362173, 30.2416683 ], [ 120.4364341, 30.2412983 ], [ 120.4363072, 30.241248 ], [ 120.436101, 30.2415997 ], [ 120.4361063, 30.24165 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4378087, 30.2419647 ], [ 120.4379275, 30.2419331 ], [ 120.4382184, 30.2414262 ], [ 120.4382651, 30.2414077 ], [ 120.4383119, 30.2413257 ], [ 120.4381842, 30.2413432 ], [ 120.4378732, 30.2418828 ], [ 120.4378074, 30.2419036 ], [ 120.4377809, 30.2419549 ], [ 120.4378087, 30.2419647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.434117, 30.2450769 ], [ 120.434185, 30.2450622 ], [ 120.4351073, 30.2435202 ], [ 120.435086, 30.2434651 ], [ 120.4350478, 30.2434541 ], [ 120.4350053, 30.2434725 ], [ 120.4340958, 30.2450329 ], [ 120.434117, 30.2450769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4386514, 30.2415485 ], [ 120.4389197, 30.2416017 ], [ 120.4393998, 30.2417522 ], [ 120.439845, 30.2419285 ], [ 120.4403352, 30.24214 ], [ 120.442868, 30.2432674 ], [ 120.4445592, 30.2440226 ], [ 120.4459868, 30.2446484 ], [ 120.4461702, 30.2443377 ], [ 120.4468854, 30.2446527 ], [ 120.4454965, 30.2469598 ], [ 120.4454811, 30.2470743 ], [ 120.4455896, 30.2471148 ], [ 120.4476491, 30.2435979 ], [ 120.4448409, 30.244033 ], [ 120.4432634, 30.2433356 ], [ 120.4401639, 30.2419515 ], [ 120.4398126, 30.2417972 ], [ 120.4393807, 30.2416259 ], [ 120.4390148, 30.2415135 ], [ 120.4386082, 30.2414327 ], [ 120.4385516, 30.2415314 ], [ 120.4386514, 30.2415485 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4353461, 30.2449328 ], [ 120.4360001, 30.243838 ], [ 120.4358981, 30.2437903 ], [ 120.4352569, 30.2448941 ], [ 120.4353461, 30.2449328 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4306321, 30.24473 ], [ 120.4324703, 30.2455395 ], [ 120.4325311, 30.2455302 ], [ 120.4325525, 30.2454931 ], [ 120.4325239, 30.2454375 ], [ 120.4307, 30.244625 ], [ 120.4306392, 30.2446281 ], [ 120.4306035, 30.2446806 ], [ 120.4306321, 30.24473 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.430346, 30.2455951 ], [ 120.4318301, 30.2462439 ], [ 120.4318802, 30.2462377 ], [ 120.4319017, 30.2461883 ], [ 120.4318802, 30.2461481 ], [ 120.4304139, 30.2454993 ], [ 120.4303424, 30.2455024 ], [ 120.4303138, 30.2455488 ], [ 120.430346, 30.2455951 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4285382, 30.2460061 ], [ 120.4301669, 30.2467253 ], [ 120.4302594, 30.2467422 ], [ 120.4302962, 30.246685 ], [ 120.4302462, 30.2466348 ], [ 120.4285987, 30.2459072 ], [ 120.4285087, 30.2458858 ], [ 120.4284702, 30.2459504 ], [ 120.4285382, 30.2460061 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3855086, 30.2361035 ], [ 120.385606, 30.235018 ], [ 120.3854098, 30.2350048 ], [ 120.3853126, 30.2360904 ], [ 120.3855086, 30.2361035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3873361, 30.2362839 ], [ 120.3874153, 30.2353713 ], [ 120.3871839, 30.2353563 ], [ 120.387105, 30.2362689 ], [ 120.3873361, 30.2362839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3951193, 30.2401932 ], [ 120.3953839, 30.2373823 ], [ 120.39531, 30.2372664 ], [ 120.3951927, 30.23727 ], [ 120.3949452, 30.2401866 ], [ 120.3951193, 30.2401932 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3664718, 30.2342303 ], [ 120.3665819, 30.2340205 ], [ 120.366652, 30.2339398 ], [ 120.3667701, 30.2339115 ], [ 120.3680513, 30.2338932 ], [ 120.3699779, 30.2340195 ], [ 120.3717526, 30.2343308 ], [ 120.37308, 30.2346789 ], [ 120.3744846, 30.2350473 ], [ 120.3756148, 30.2353775 ], [ 120.3760335, 30.2354688 ], [ 120.3773507, 30.2358727 ], [ 120.3796721, 30.2366139 ], [ 120.3813308, 30.2371793 ], [ 120.3841076, 30.2381593 ], [ 120.3852378, 30.2386721 ], [ 120.3866403, 30.2393394 ], [ 120.3876079, 30.2398276 ], [ 120.3879738, 30.2400208 ], [ 120.3887137, 30.2405301 ], [ 120.3892707, 30.2409691 ], [ 120.3901936, 30.2420579 ], [ 120.3907383, 30.242827 ], [ 120.3911126, 30.2434699 ], [ 120.391775, 30.2446077 ], [ 120.3920393, 30.2451169 ], [ 120.3922818, 30.2458817 ], [ 120.3923645, 30.2461425 ], [ 120.3924946, 30.246578 ], [ 120.392645, 30.2478914 ], [ 120.392706, 30.2486009 ], [ 120.3926532, 30.2498827 ], [ 120.3924458, 30.2511821 ], [ 120.3920555, 30.2526044 ], [ 120.3919783, 30.2528186 ], [ 120.3916124, 30.253542 ], [ 120.3912994, 30.2541426 ], [ 120.3907465, 30.255017 ], [ 120.3902789, 30.2556034 ], [ 120.3897342, 30.2562742 ], [ 120.3894089, 30.2568571 ], [ 120.3893601, 30.2570502 ], [ 120.3893114, 30.2575243 ], [ 120.3893317, 30.2577526 ], [ 120.3894374, 30.2582056 ], [ 120.3896894, 30.258799 ], [ 120.3899664, 30.2593362 ], [ 120.3899827, 30.2593947 ], [ 120.3899804, 30.2594411 ], [ 120.3900458, 30.2595641 ], [ 120.3900971, 30.2595762 ], [ 120.3902676, 30.2599191 ], [ 120.3902793, 30.2599917 ], [ 120.3902606, 30.2600421 ], [ 120.3901555, 30.2602176 ], [ 120.3900131, 30.2604092 ], [ 120.3894784, 30.2609315 ], [ 120.3883818, 30.2619815 ], [ 120.3885325, 30.262102 ], [ 120.3901742, 30.2606038 ], [ 120.3904392, 30.2602392 ], [ 120.3905347, 30.2597788 ], [ 120.3903437, 30.2594834 ], [ 120.3899062, 30.2586956 ], [ 120.3898244, 30.2585136 ], [ 120.3896823, 30.2581973 ], [ 120.3896621, 30.2581523 ], [ 120.3895557, 30.2575057 ], [ 120.3895611, 30.2573943 ], [ 120.3896104, 30.2571095 ], [ 120.3896193, 30.2570865 ], [ 120.389823, 30.2565613 ], [ 120.390054, 30.2562073 ], [ 120.3907966, 30.2553317 ], [ 120.3911817, 30.2547356 ], [ 120.3914999, 30.2542072 ], [ 120.3916962, 30.2538813 ], [ 120.3921029, 30.2529897 ], [ 120.3924049, 30.2521407 ], [ 120.3926329, 30.2513023 ], [ 120.3927746, 30.2506928 ], [ 120.3928825, 30.2499103 ], [ 120.3928855, 30.24908 ], [ 120.3928763, 30.2480632 ], [ 120.3928177, 30.247161 ], [ 120.39275, 30.2466765 ], [ 120.3926699, 30.2464157 ], [ 120.3923458, 30.2453265 ], [ 120.3923032, 30.2451834 ], [ 120.3923186, 30.2451434 ], [ 120.3924164, 30.2451235 ], [ 120.3924472, 30.2451305 ], [ 120.3941163, 30.2456722 ], [ 120.3971611, 30.246705 ], [ 120.4000145, 30.247657 ], [ 120.4007476, 30.2478951 ], [ 120.40128, 30.2480282 ], [ 120.4014715, 30.2480403 ], [ 120.4017704, 30.2480484 ], [ 120.4019245, 30.2480806 ], [ 120.4098907, 30.2481715 ], [ 120.4152853, 30.2482944 ], [ 120.4234999, 30.2484034 ], [ 120.4235419, 30.2481815 ], [ 120.4179099, 30.2481048 ], [ 120.4146736, 30.2480685 ], [ 120.4095049, 30.2479704 ], [ 120.4060714, 30.2479193 ], [ 120.404535, 30.2479152 ], [ 120.4024048, 30.2478443 ], [ 120.4016256, 30.2478184 ], [ 120.4007672, 30.2476414 ], [ 120.4006599, 30.2476112 ], [ 120.3976748, 30.2466001 ], [ 120.3976328, 30.2465355 ], [ 120.3976701, 30.2464508 ], [ 120.3975767, 30.2463621 ], [ 120.3942377, 30.245301 ], [ 120.39378, 30.2452768 ], [ 120.392421, 30.2447927 ], [ 120.392295, 30.2446354 ], [ 120.3919494, 30.2440302 ], [ 120.3913469, 30.2430378 ], [ 120.3905811, 30.2419606 ], [ 120.3900907, 30.2413877 ], [ 120.389988, 30.2413352 ], [ 120.3898946, 30.24119 ], [ 120.3898759, 30.2410528 ], [ 120.3899366, 30.2374379 ], [ 120.3899377, 30.2347364 ], [ 120.3899505, 30.2340098 ], [ 120.3900954, 30.2243567 ], [ 120.3901141, 30.2237071 ], [ 120.3901001, 30.2235295 ], [ 120.3901374, 30.2207291 ], [ 120.3901386, 30.2205457 ], [ 120.390159, 30.2174491 ], [ 120.3898519, 30.2173947 ], [ 120.3898292, 30.2203941 ], [ 120.3898058, 30.223812 ], [ 120.3897591, 30.2269675 ], [ 120.389758, 30.2270621 ], [ 120.3897124, 30.2308652 ], [ 120.3896588, 30.2326142 ], [ 120.3896443, 30.2340102 ], [ 120.3896409, 30.2343398 ], [ 120.389628, 30.23538 ], [ 120.3896471, 30.2364292 ], [ 120.3896097, 30.2374903 ], [ 120.389605, 30.2390477 ], [ 120.389577, 30.240609 ], [ 120.389563, 30.2406655 ], [ 120.389521, 30.2407099 ], [ 120.3894603, 30.240726 ], [ 120.3893435, 30.2407018 ], [ 120.3880079, 30.2397739 ], [ 120.3874755, 30.2394592 ], [ 120.3856122, 30.2385555 ], [ 120.3840944, 30.237918 ], [ 120.3829316, 30.2375024 ], [ 120.380237, 30.2365745 ], [ 120.3797794, 30.2363929 ], [ 120.379756, 30.2363445 ], [ 120.379756, 30.2362638 ], [ 120.3799615, 30.2349929 ], [ 120.3802323, 30.2331812 ], [ 120.3800782, 30.233157 ], [ 120.3797467, 30.235122 ], [ 120.3797794, 30.2353439 ], [ 120.3797513, 30.2354649 ], [ 120.379686, 30.2356707 ], [ 120.3795785, 30.2362719 ], [ 120.3795459, 30.2363203 ], [ 120.3794851, 30.2363324 ], [ 120.3761134, 30.2352511 ], [ 120.375936, 30.2352269 ], [ 120.3754456, 30.2350655 ], [ 120.3733581, 30.2344804 ], [ 120.3726763, 30.2342585 ], [ 120.3721906, 30.2341375 ], [ 120.3712519, 30.2339761 ], [ 120.3700564, 30.2337461 ], [ 120.3697015, 30.2337219 ], [ 120.3668528, 30.2336049 ], [ 120.36661, 30.2335847 ], [ 120.3665212, 30.2335686 ], [ 120.3664711, 30.2334959 ], [ 120.3664718, 30.2342303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4014787, 30.2443703 ], [ 120.402269, 30.2420898 ], [ 120.402277, 30.2404606 ], [ 120.4020451, 30.2394974 ], [ 120.4019517, 30.2390267 ], [ 120.4017551, 30.239094 ], [ 120.4020134, 30.2403549 ], [ 120.4020214, 30.2420591 ], [ 120.4016657, 30.2431683 ], [ 120.4015757, 30.2434469 ], [ 120.4012835, 30.2441983 ], [ 120.4014787, 30.2443703 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3997752, 30.2467506 ], [ 120.3999124, 30.2467981 ], [ 120.4000538, 30.2467423 ], [ 120.4002972, 30.2467625 ], [ 120.4006106, 30.2468483 ], [ 120.4011607, 30.2455508 ], [ 120.4002513, 30.245274 ], [ 120.3996991, 30.2466508 ], [ 120.3997752, 30.2467506 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3553202, 30.2437102 ], [ 120.3622595, 30.2452945 ], [ 120.3627561, 30.2454522 ], [ 120.3630249, 30.2453713 ], [ 120.3637447, 30.2455854 ], [ 120.3639099, 30.2457215 ], [ 120.3644357, 30.2458993 ], [ 120.3644495, 30.2460475 ], [ 120.3663299, 30.2466902 ], [ 120.3716652, 30.2490542 ], [ 120.3761094, 30.2515622 ], [ 120.3791786, 30.2536277 ], [ 120.3822223, 30.2561346 ], [ 120.3841334, 30.2578832 ], [ 120.3864552, 30.2602126 ], [ 120.3877505, 30.2618206 ], [ 120.3880013, 30.261972 ], [ 120.3880367, 30.2620255 ], [ 120.3880898, 30.2621325 ], [ 120.3880721, 30.2626525 ], [ 120.3880987, 30.2627825 ], [ 120.3958007, 30.2710021 ], [ 120.401201, 30.2777378 ], [ 120.4013692, 30.2778601 ], [ 120.4015728, 30.2779213 ], [ 120.4020508, 30.2779824 ], [ 120.4028653, 30.2779824 ], [ 120.4030601, 30.2779824 ], [ 120.4032106, 30.2780054 ], [ 120.4033256, 30.2780665 ], [ 120.4033611, 30.2781659 ], [ 120.4033522, 30.2782653 ], [ 120.4033079, 30.2783876 ], [ 120.4032106, 30.2785099 ], [ 120.4029273, 30.2787317 ], [ 120.4030335, 30.2788463 ], [ 120.4036798, 30.278617 ], [ 120.4038021, 30.2785401 ], [ 120.4039362, 30.2785563 ], [ 120.4041776, 30.278774 ], [ 120.4049018, 30.2796264 ], [ 120.4050359, 30.2797747 ], [ 120.4051539, 30.2798534 ], [ 120.4053846, 30.2799183 ], [ 120.4069, 30.2801128 ], [ 120.4077879, 30.2802402 ], [ 120.4091048, 30.280414 ], [ 120.4122725, 30.2808842 ], [ 120.4129511, 30.280993 ], [ 120.4139073, 30.2811436 ], [ 120.4145309, 30.2812374 ], [ 120.4150701, 30.2813057 ], [ 120.415864, 30.2814123 ], [ 120.4164514, 30.2814956 ], [ 120.4168752, 30.2815536 ], [ 120.4170095, 30.2815722 ], [ 120.4171461, 30.2815999 ], [ 120.4174063, 30.2817053 ], [ 120.4177013, 30.2818674 ], [ 120.4180674, 30.2821338 ], [ 120.4184537, 30.282392 ], [ 120.4191525, 30.2828733 ], [ 120.4197988, 30.2833208 ], [ 120.4202843, 30.2836544 ], [ 120.4211575, 30.2842684 ], [ 120.4215401, 30.2845307 ], [ 120.4225937, 30.2852502 ], [ 120.423916, 30.2861466 ], [ 120.4250586, 30.2869479 ], [ 120.4253738, 30.2871726 ], [ 120.4256138, 30.2873174 ], [ 120.4258217, 30.2874355 ], [ 120.4264279, 30.2877146 ], [ 120.4270716, 30.2880018 ], [ 120.4278521, 30.2883272 ], [ 120.4283899, 30.2885298 ], [ 120.4294065, 30.2889073 ], [ 120.4306591, 30.2893404 ], [ 120.4316287, 30.2896543 ], [ 120.4326171, 30.289975 ], [ 120.4336604, 30.2903248 ], [ 120.4347293, 30.2906548 ], [ 120.4356024, 30.29092 ], [ 120.4361469, 30.2911215 ], [ 120.4365894, 30.2912743 ], [ 120.436606, 30.2912015 ], [ 120.4366545, 30.2910098 ], [ 120.4346153, 30.290378 ], [ 120.434001, 30.2901695 ], [ 120.4332916, 30.289953 ], [ 120.430186, 30.2889282 ], [ 120.4289988, 30.2885148 ], [ 120.4278039, 30.2880736 ], [ 120.4270515, 30.2877551 ], [ 120.4263166, 30.2874392 ], [ 120.4260309, 30.2873197 ], [ 120.4258311, 30.2872015 ], [ 120.4254667, 30.2869575 ], [ 120.4250988, 30.2866816 ], [ 120.4241565, 30.2860402 ], [ 120.4234144, 30.2855374 ], [ 120.4209709, 30.2838582 ], [ 120.4194367, 30.2828043 ], [ 120.4180835, 30.2818709 ], [ 120.4177697, 30.2816647 ], [ 120.4174975, 30.2815281 ], [ 120.417193, 30.281425 ], [ 120.416961, 30.2813613 ], [ 120.4166687, 30.2813138 ], [ 120.4163106, 30.2812629 ], [ 120.4154187, 30.2811459 ], [ 120.4144867, 30.2809976 ], [ 120.4138657, 30.2809027 ], [ 120.4128948, 30.2807614 ], [ 120.4118299, 30.2805969 ], [ 120.410859, 30.2804464 ], [ 120.4100972, 30.2803329 ], [ 120.4086059, 30.2801152 ], [ 120.407804, 30.2799993 ], [ 120.4070368, 30.2799113 ], [ 120.4055321, 30.2797168 ], [ 120.4052559, 30.2796426 ], [ 120.4051378, 30.2795662 ], [ 120.4050091, 30.2794133 ], [ 120.404626, 30.2788203 ], [ 120.4045048, 30.2786327 ], [ 120.4044586, 30.2785765 ], [ 120.4039896, 30.2780054 ], [ 120.4038126, 30.2778677 ], [ 120.4035204, 30.2777837 ], [ 120.403184, 30.2777148 ], [ 120.402281, 30.2777072 ], [ 120.4018915, 30.2776996 ], [ 120.4016524, 30.2776613 ], [ 120.4013957, 30.277539 ], [ 120.4004553, 30.2763293 ], [ 120.3993242, 30.2748743 ], [ 120.3988638, 30.2742821 ], [ 120.3989346, 30.2742209 ], [ 120.3988998, 30.2741799 ], [ 120.3971109, 30.2720725 ], [ 120.3970667, 30.2719501 ], [ 120.3971109, 30.2718507 ], [ 120.3971817, 30.2717743 ], [ 120.3973322, 30.2717131 ], [ 120.4024399, 30.2696699 ], [ 120.4029966, 30.2694451 ], [ 120.4081231, 30.2673748 ], [ 120.4090351, 30.2669787 ], [ 120.4092121, 30.2669277 ], [ 120.4094562, 30.2669115 ], [ 120.4098183, 30.266893 ], [ 120.4107276, 30.2669231 ], [ 120.4119721, 30.2669833 ], [ 120.4138282, 30.2670783 ], [ 120.4193317, 30.2673626 ], [ 120.4193546, 30.267261 ], [ 120.4193777, 30.2671223 ], [ 120.4159499, 30.2670032 ], [ 120.4145336, 30.26693 ], [ 120.4126319, 30.2668188 ], [ 120.4115188, 30.266747 ], [ 120.410344, 30.2666937 ], [ 120.4097003, 30.2666752 ], [ 120.4092953, 30.2667123 ], [ 120.4090324, 30.266747 ], [ 120.408799, 30.2668443 ], [ 120.4078871, 30.2672613 ], [ 120.4062382, 30.2680049 ], [ 120.4036301, 30.2689927 ], [ 120.4030562, 30.2692101 ], [ 120.4029481, 30.269251 ], [ 120.4019201, 30.2696404 ], [ 120.4002056, 30.2702897 ], [ 120.3970047, 30.2716061 ], [ 120.3968807, 30.2716214 ], [ 120.396748, 30.2715449 ], [ 120.3949951, 30.2696105 ], [ 120.3949493, 30.2695641 ], [ 120.3935521, 30.2681501 ], [ 120.3929725, 30.2674932 ], [ 120.392524, 30.2669847 ], [ 120.3923662, 30.2668059 ], [ 120.3919862, 30.2663751 ], [ 120.3918523, 30.2662233 ], [ 120.3915867, 30.2660092 ], [ 120.3913719, 30.2657705 ], [ 120.3908157, 30.2651522 ], [ 120.3894266, 30.2636083 ], [ 120.388683, 30.263096 ], [ 120.388412, 30.2628268 ], [ 120.3883927, 30.2627725 ], [ 120.3884158, 30.2622279 ], [ 120.3884335, 30.2621884 ], [ 120.3885325, 30.262102 ], [ 120.3883818, 30.2619815 ], [ 120.3881784, 30.261819 ], [ 120.3879881, 30.2616232 ], [ 120.3879045, 30.2615272 ], [ 120.3878368, 30.2614496 ], [ 120.386802, 30.2602616 ], [ 120.3842821, 30.2576509 ], [ 120.3823638, 30.2558717 ], [ 120.3795537, 30.2536338 ], [ 120.3790795, 30.253267 ], [ 120.3763221, 30.2513685 ], [ 120.3714295, 30.2485973 ], [ 120.3689631, 30.24745 ], [ 120.36587, 30.2462134 ], [ 120.3640475, 30.2456521 ], [ 120.3662782, 30.2422003 ], [ 120.3664277, 30.2416341 ], [ 120.3664718, 30.2342303 ], [ 120.3664737, 30.2339153 ], [ 120.3664715, 30.2335627 ], [ 120.3664711, 30.2334959 ], [ 120.3664347, 30.2276242 ], [ 120.3664109, 30.2223011 ], [ 120.3664122, 30.2221055 ], [ 120.3664132, 30.2219647 ], [ 120.366419, 30.2211204 ], [ 120.3664204, 30.2209115 ], [ 120.3664268, 30.2199764 ], [ 120.3663472, 30.2173147 ], [ 120.365997, 30.2138276 ], [ 120.365869, 30.2123059 ], [ 120.3658596, 30.2119038 ], [ 120.3658475, 30.2115932 ], [ 120.3658301, 30.2115004 ], [ 120.3657741, 30.2110763 ], [ 120.3654988, 30.2081585 ], [ 120.365201, 30.2050025 ], [ 120.3650737, 30.2041339 ], [ 120.3650415, 30.2038256 ], [ 120.3649878, 30.2033481 ], [ 120.3649329, 30.2027152 ], [ 120.3646378, 30.2027164 ], [ 120.3646807, 30.2031197 ], [ 120.3646995, 30.2033075 ], [ 120.3647733, 30.2041339 ], [ 120.3651692, 30.2074238 ], [ 120.3655035, 30.2115784 ], [ 120.3655274, 30.211881 ], [ 120.3658059, 30.2148042 ], [ 120.3660766, 30.2178306 ], [ 120.3660845, 30.2206436 ], [ 120.3660925, 30.2223836 ], [ 120.3660447, 30.2275898 ], [ 120.3660728, 30.2334882 ], [ 120.3660721, 30.233816 ], [ 120.3660565, 30.2413576 ], [ 120.3659464, 30.2418743 ], [ 120.365726, 30.2422006 ], [ 120.3653955, 30.2424861 ], [ 120.3650178, 30.242928 ], [ 120.3648179, 30.2432979 ], [ 120.3634949, 30.2454132 ], [ 120.3603105, 30.2444899 ], [ 120.3576659, 30.2439138 ], [ 120.3538196, 30.2432036 ], [ 120.3523363, 30.2428559 ], [ 120.3522501, 30.2430148 ], [ 120.3553202, 30.2437102 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3874242, 30.2490534 ], [ 120.38801, 30.2470413 ], [ 120.3878079, 30.2470064 ], [ 120.3872403, 30.2490009 ], [ 120.3874242, 30.2490534 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3879045, 30.2615272 ], [ 120.3900458, 30.2595641 ], [ 120.3899804, 30.2594411 ], [ 120.3878368, 30.2614496 ], [ 120.3879045, 30.2615272 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3858323, 30.3102417 ], [ 120.3858683, 30.3102351 ], [ 120.3859024, 30.3102155 ], [ 120.3860276, 30.3102171 ], [ 120.3860769, 30.3102237 ], [ 120.3861357, 30.3102253 ], [ 120.3861888, 30.3102122 ], [ 120.3862609, 30.3102171 ], [ 120.3863519, 30.3102335 ], [ 120.3864392, 30.3102384 ], [ 120.3865074, 30.3102269 ], [ 120.3865795, 30.3102089 ], [ 120.386663, 30.3102024 ], [ 120.3867464, 30.3102188 ], [ 120.3867862, 30.3102253 ], [ 120.3868223, 30.310222 ], [ 120.3868337, 30.3101975 ], [ 120.3868299, 30.3101614 ], [ 120.3867995, 30.3101434 ], [ 120.3867578, 30.3101271 ], [ 120.3866876, 30.3101271 ], [ 120.3866099, 30.310132 ], [ 120.3865397, 30.3101565 ], [ 120.3864733, 30.3101876 ], [ 120.3864164, 30.3101991 ], [ 120.3863386, 30.3101958 ], [ 120.3862571, 30.3101795 ], [ 120.3861926, 30.3101795 ], [ 120.3861414, 30.3101942 ], [ 120.3860864, 30.3101975 ], [ 120.3860295, 30.3101991 ], [ 120.3859536, 30.3101827 ], [ 120.3858607, 30.3101713 ], [ 120.3858285, 30.310186 ], [ 120.3858209, 30.3102089 ], [ 120.3858323, 30.3102417 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.419512, 30.2419978 ], [ 120.4206239, 30.2424911 ], [ 120.4207088, 30.2424844 ], [ 120.4207246, 30.2424591 ], [ 120.4206911, 30.2424007 ], [ 120.4195682, 30.2419086 ], [ 120.419507, 30.2419188 ], [ 120.4194956, 30.2419438 ], [ 120.419512, 30.2419978 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4106075, 30.2411934 ], [ 120.4112242, 30.2410517 ], [ 120.4187272, 30.2443903 ], [ 120.4187875, 30.2442885 ], [ 120.4112288, 30.2409309 ], [ 120.4106916, 30.2410541 ], [ 120.4104127, 30.2409318 ], [ 120.4103173, 30.240927 ], [ 120.4102543, 30.2410335 ], [ 120.4106075, 30.2411934 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4250764, 30.2432616 ], [ 120.4266891, 30.2439663 ], [ 120.4267327, 30.2439582 ], [ 120.4267669, 30.2438964 ], [ 120.4267483, 30.2438668 ], [ 120.4251449, 30.2431594 ], [ 120.4250857, 30.2431514 ], [ 120.4250453, 30.2432186 ], [ 120.4250764, 30.2432616 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4287963, 30.2439041 ], [ 120.4293509, 30.244149 ], [ 120.4293889, 30.2441419 ], [ 120.4294166, 30.2440886 ], [ 120.4293878, 30.2440567 ], [ 120.4288538, 30.2438154 ], [ 120.4287852, 30.243818 ], [ 120.4287634, 30.2438615 ], [ 120.4287963, 30.2439041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4226183, 30.2433774 ], [ 120.426562, 30.24512 ], [ 120.4266214, 30.2451219 ], [ 120.4266522, 30.2450668 ], [ 120.4266195, 30.245021 ], [ 120.4226788, 30.2432785 ], [ 120.4225769, 30.2432729 ], [ 120.4225557, 30.2433076 ], [ 120.4226183, 30.2433774 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4283647, 30.2447146 ], [ 120.4286676, 30.2448505 ], [ 120.4287055, 30.2448457 ], [ 120.4287402, 30.2447795 ], [ 120.4287188, 30.2447424 ], [ 120.4284362, 30.2446188 ], [ 120.4283719, 30.2446157 ], [ 120.4283397, 30.2446775 ], [ 120.4283647, 30.2447146 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4239412, 30.2467027 ], [ 120.4277566, 30.2483955 ], [ 120.4278657, 30.2484067 ], [ 120.4278963, 30.2483628 ], [ 120.4278334, 30.2482949 ], [ 120.4188886, 30.2443339 ], [ 120.4188257, 30.244433 ], [ 120.4239412, 30.2467027 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4177831, 30.2838034 ], [ 120.4180199, 30.2837027 ], [ 120.4185952, 30.2839826 ], [ 120.4186823, 30.2841877 ], [ 120.4188335, 30.2841428 ], [ 120.4190071, 30.2841225 ], [ 120.4191628, 30.2843553 ], [ 120.4195096, 30.2847251 ], [ 120.4196959, 30.2847803 ], [ 120.4198009, 30.2849572 ], [ 120.4201241, 30.2855708 ], [ 120.420235, 30.2855064 ], [ 120.4201446, 30.2852173 ], [ 120.4195218, 30.2845254 ], [ 120.4192766, 30.2842685 ], [ 120.4193443, 30.2842303 ], [ 120.4192589, 30.2840883 ], [ 120.4187978, 30.2839796 ], [ 120.4185374, 30.2838832 ], [ 120.4180871, 30.2836965 ], [ 120.4176453, 30.2835204 ], [ 120.4172886, 30.2834305 ], [ 120.4170068, 30.2834449 ], [ 120.4169974, 30.283532 ], [ 120.4177831, 30.2838034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4216246, 30.2863744 ], [ 120.4215883, 30.2864711 ], [ 120.4216242, 30.2865263 ], [ 120.421726, 30.2865829 ], [ 120.4219016, 30.2867018 ], [ 120.4219768, 30.2867039 ], [ 120.422047, 30.2866741 ], [ 120.4221174, 30.2866283 ], [ 120.4221622, 30.2865235 ], [ 120.4221291, 30.2863983 ], [ 120.4219879, 30.2863334 ], [ 120.4219089, 30.286401 ], [ 120.4215868, 30.2863029 ], [ 120.4216246, 30.2863744 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4226996, 30.2871075 ], [ 120.4229144, 30.2872284 ], [ 120.4231847, 30.2872769 ], [ 120.4232702, 30.2872525 ], [ 120.4232222, 30.2871775 ], [ 120.4230075, 30.2870747 ], [ 120.4229446, 30.2869287 ], [ 120.422814, 30.2868538 ], [ 120.4226031, 30.286806 ], [ 120.4225675, 30.2869774 ], [ 120.4226996, 30.2871075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.352013, 30.2946522 ], [ 120.3533308, 30.2946079 ], [ 120.3534028, 30.2946088 ], [ 120.3536525, 30.2946118 ], [ 120.3538372, 30.2946141 ], [ 120.3539958, 30.2945491 ], [ 120.3539724, 30.2945001 ], [ 120.3539562, 30.2944598 ], [ 120.3537599, 30.2944225 ], [ 120.3536716, 30.294416 ], [ 120.3536154, 30.2944171 ], [ 120.353465, 30.2944514 ], [ 120.3520021, 30.2944309 ], [ 120.352013, 30.2946522 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3548878, 30.2992702 ], [ 120.3549453, 30.2993243 ], [ 120.3549453, 30.2993588 ], [ 120.3549378, 30.299428 ], [ 120.3549403, 30.2994798 ], [ 120.3549579, 30.2995403 ], [ 120.3550129, 30.2996095 ], [ 120.355073, 30.2996635 ], [ 120.355123, 30.2997024 ], [ 120.3551906, 30.2997283 ], [ 120.3551781, 30.2998363 ], [ 120.3551806, 30.2999055 ], [ 120.3551956, 30.2999941 ], [ 120.3551756, 30.3000589 ], [ 120.3551856, 30.3001605 ], [ 120.3552306, 30.3002836 ], [ 120.3552832, 30.300383 ], [ 120.3553783, 30.3005472 ], [ 120.3554033, 30.3005904 ], [ 120.3554609, 30.3006358 ], [ 120.3556711, 30.3007352 ], [ 120.3557512, 30.3007676 ], [ 120.3558588, 30.3007655 ], [ 120.3559339, 30.3007438 ], [ 120.3561416, 30.3006293 ], [ 120.3562041, 30.3006099 ], [ 120.3562592, 30.3006337 ], [ 120.3562917, 30.300692 ], [ 120.3563543, 30.3007914 ], [ 120.3564344, 30.3008497 ], [ 120.3564995, 30.3009189 ], [ 120.3565746, 30.3010832 ], [ 120.3565971, 30.3011675 ], [ 120.3565896, 30.3012042 ], [ 120.356527, 30.3012215 ], [ 120.356457, 30.3011955 ], [ 120.3564019, 30.3012042 ], [ 120.3563343, 30.3012431 ], [ 120.3563193, 30.3013036 ], [ 120.3563418, 30.3013511 ], [ 120.3563744, 30.3013986 ], [ 120.3563869, 30.3014678 ], [ 120.3564169, 30.3015153 ], [ 120.3564203, 30.3015605 ], [ 120.3563702, 30.3016037 ], [ 120.3563452, 30.3016599 ], [ 120.3563602, 30.3017442 ], [ 120.3564128, 30.3017982 ], [ 120.3564903, 30.301822 ], [ 120.3566004, 30.3018155 ], [ 120.3567156, 30.3018025 ], [ 120.3567706, 30.3017917 ], [ 120.3568332, 30.3018004 ], [ 120.3568557, 30.3018501 ], [ 120.3568496, 30.3019606 ], [ 120.3568897, 30.3020511 ], [ 120.3569266, 30.3021016 ], [ 120.356979, 30.3021495 ], [ 120.3570252, 30.3021867 ], [ 120.357056, 30.302224 ], [ 120.3570622, 30.3022586 ], [ 120.3570098, 30.3024208 ], [ 120.3570191, 30.302474 ], [ 120.3570622, 30.3025219 ], [ 120.3571084, 30.3025645 ], [ 120.3571885, 30.3025911 ], [ 120.3572625, 30.3026443 ], [ 120.3573148, 30.3027028 ], [ 120.3573395, 30.3027799 ], [ 120.3573703, 30.3029316 ], [ 120.3573826, 30.3030114 ], [ 120.3574134, 30.3030539 ], [ 120.3574935, 30.3031178 ], [ 120.3575706, 30.3031976 ], [ 120.357626, 30.303312 ], [ 120.3576574, 30.3034535 ], [ 120.3577097, 30.3034408 ], [ 120.357703, 30.303413 ], [ 120.3576476, 30.3032614 ], [ 120.3575675, 30.3031337 ], [ 120.3574874, 30.303046 ], [ 120.3574319, 30.3029848 ], [ 120.3574011, 30.30274 ], [ 120.3573456, 30.3026416 ], [ 120.3571978, 30.3025379 ], [ 120.3571084, 30.30249 ], [ 120.3570499, 30.3024262 ], [ 120.3571053, 30.3022213 ], [ 120.3570807, 30.3021681 ], [ 120.3569451, 30.3020564 ], [ 120.3569081, 30.3019793 ], [ 120.356902, 30.3019234 ], [ 120.3568958, 30.3017691 ], [ 120.3567598, 30.3014051 ], [ 120.3566622, 30.3011955 ], [ 120.3565971, 30.3010573 ], [ 120.3565445, 30.3009232 ], [ 120.3564869, 30.3008497 ], [ 120.3564344, 30.3007979 ], [ 120.3563893, 30.3007093 ], [ 120.3562617, 30.3003679 ], [ 120.3561841, 30.3001605 ], [ 120.356049, 30.2998515 ], [ 120.3559564, 30.2996224 ], [ 120.3558813, 30.2994474 ], [ 120.3556711, 30.2990952 ], [ 120.355596, 30.2989937 ], [ 120.3555435, 30.2990023 ], [ 120.3554984, 30.299039 ], [ 120.3554484, 30.2990974 ], [ 120.3554233, 30.2991968 ], [ 120.3554158, 30.2993156 ], [ 120.3554308, 30.2994085 ], [ 120.3555109, 30.299616 ], [ 120.355556, 30.2996743 ], [ 120.355601, 30.2996916 ], [ 120.3556761, 30.2997045 ], [ 120.3558162, 30.2996721 ], [ 120.3558838, 30.29967 ], [ 120.3559214, 30.2996851 ], [ 120.3559464, 30.2997197 ], [ 120.3560415, 30.2999638 ], [ 120.3561441, 30.3002361 ], [ 120.3562066, 30.3003636 ], [ 120.3561966, 30.3004435 ], [ 120.3561441, 30.3005062 ], [ 120.3560965, 30.3005623 ], [ 120.3559839, 30.3006574 ], [ 120.3559013, 30.3006898 ], [ 120.3558288, 30.300705 ], [ 120.3557236, 30.3006942 ], [ 120.3555985, 30.3006445 ], [ 120.3554984, 30.3005969 ], [ 120.3554484, 30.3005537 ], [ 120.3553082, 30.3002923 ], [ 120.3552557, 30.3001713 ], [ 120.3552432, 30.3001108 ], [ 120.3552432, 30.3000373 ], [ 120.3553207, 30.3000524 ], [ 120.3553758, 30.3000524 ], [ 120.3554534, 30.30002 ], [ 120.3554959, 30.2999746 ], [ 120.3555109, 30.2999185 ], [ 120.3555059, 30.2998363 ], [ 120.3554534, 30.2997629 ], [ 120.3553483, 30.2996873 ], [ 120.3553708, 30.2996354 ], [ 120.3552457, 30.299644 ], [ 120.3551781, 30.2996419 ], [ 120.3551255, 30.2996376 ], [ 120.3550705, 30.2995965 ], [ 120.3550129, 30.2995425 ], [ 120.3549679, 30.2994582 ], [ 120.3549679, 30.2994042 ], [ 120.3549829, 30.2993372 ], [ 120.3549804, 30.2993048 ], [ 120.3549278, 30.2992659 ], [ 120.3549103, 30.2992227 ], [ 120.3548678, 30.2992335 ], [ 120.3548878, 30.2992702 ] ], [ [ 120.3552328, 30.2997495 ], [ 120.3552628, 30.2997149 ], [ 120.3553079, 30.2996977 ], [ 120.3553529, 30.2997171 ], [ 120.355438, 30.299797 ], [ 120.355458, 30.2998381 ], [ 120.3554781, 30.2998792 ], [ 120.3554681, 30.2999245 ], [ 120.355443, 30.2999742 ], [ 120.355413, 30.3000002 ], [ 120.3553454, 30.3000239 ], [ 120.3552804, 30.3000174 ], [ 120.3552353, 30.2999915 ], [ 120.3552253, 30.299944 ], [ 120.3552328, 30.2997495 ] ], [ [ 120.3555059, 30.2991838 ], [ 120.3555284, 30.2991298 ], [ 120.3555735, 30.2990995 ], [ 120.3556135, 30.2991103 ], [ 120.3556461, 30.2991428 ], [ 120.3556861, 30.2992292 ], [ 120.3557337, 30.2992875 ], [ 120.3557862, 30.2993415 ], [ 120.3558313, 30.299415 ], [ 120.3558438, 30.2994841 ], [ 120.3558438, 30.2995317 ], [ 120.3558263, 30.2995706 ], [ 120.3557887, 30.2996008 ], [ 120.3557312, 30.2996095 ], [ 120.3556511, 30.2996073 ], [ 120.3555835, 30.2995879 ], [ 120.3555535, 30.2995317 ], [ 120.3555259, 30.299428 ], [ 120.3555034, 30.2992249 ], [ 120.3555059, 30.2991838 ] ], [ [ 120.3564103, 30.3012674 ], [ 120.3566441, 30.3012551 ], [ 120.3566481, 30.3012727 ], [ 120.3565302, 30.3014763 ], [ 120.3564957, 30.301485 ], [ 120.3564632, 30.3014657 ], [ 120.3564428, 30.3013885 ], [ 120.3564184, 30.3013376 ], [ 120.356392, 30.3013148 ], [ 120.3563859, 30.3012867 ], [ 120.3564103, 30.3012674 ] ], [ [ 120.3564367, 30.3016219 ], [ 120.3564835, 30.3016009 ], [ 120.3565201, 30.3016184 ], [ 120.3565424, 30.3016711 ], [ 120.3565485, 30.3017062 ], [ 120.3565831, 30.3017395 ], [ 120.3566014, 30.3017658 ], [ 120.3565709, 30.3017851 ], [ 120.3565221, 30.3017922 ], [ 120.3564713, 30.3017834 ], [ 120.3564367, 30.3017395 ], [ 120.3564225, 30.3016816 ], [ 120.3564367, 30.3016219 ] ], [ [ 120.3566014, 30.3014447 ], [ 120.356638, 30.3014096 ], [ 120.3566786, 30.3014148 ], [ 120.3567071, 30.3014412 ], [ 120.3567172, 30.3014798 ], [ 120.3567274, 30.3015184 ], [ 120.3567986, 30.3016763 ], [ 120.3568067, 30.301722 ], [ 120.3567864, 30.3017518 ], [ 120.3567498, 30.3017641 ], [ 120.356705, 30.3017553 ], [ 120.3566664, 30.3017307 ], [ 120.3565851, 30.3015359 ], [ 120.3565831, 30.3014815 ], [ 120.3566014, 30.3014447 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3567837, 30.3038141 ], [ 120.3568055, 30.3038502 ], [ 120.3569032, 30.3038564 ], [ 120.3569299, 30.3038701 ], [ 120.356981, 30.3039727 ], [ 120.3570264, 30.3040232 ], [ 120.3570861, 30.3040475 ], [ 120.3571558, 30.3040162 ], [ 120.3572416, 30.3039606 ], [ 120.3573409, 30.3039039 ], [ 120.3575367, 30.3037719 ], [ 120.3576748, 30.3036909 ], [ 120.3577901, 30.3036318 ], [ 120.357906, 30.3035597 ], [ 120.3580703, 30.3034602 ], [ 120.3584724, 30.3032815 ], [ 120.3584212, 30.3031804 ], [ 120.357853, 30.303399 ], [ 120.3577097, 30.3034408 ], [ 120.3576574, 30.3034535 ], [ 120.3573972, 30.3035751 ], [ 120.3572363, 30.303611 ], [ 120.3570941, 30.3036422 ], [ 120.3569949, 30.3036758 ], [ 120.3569385, 30.3036943 ], [ 120.3568594, 30.3037221 ], [ 120.3567564, 30.3037691 ], [ 120.3567837, 30.3038141 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3584724, 30.3032815 ], [ 120.3586024, 30.303309 ], [ 120.3586619, 30.3033784 ], [ 120.3590075, 30.304046 ], [ 120.3590699, 30.3041531 ], [ 120.3591718, 30.3042282 ], [ 120.359272, 30.3042792 ], [ 120.3594074, 30.3043199 ], [ 120.3596142, 30.3043381 ], [ 120.3609712, 30.3042883 ], [ 120.3612851, 30.3042854 ], [ 120.3665593, 30.3042899 ], [ 120.3714383, 30.3043083 ], [ 120.3757096, 30.3042969 ], [ 120.3794108, 30.3042935 ], [ 120.382905, 30.304289 ], [ 120.3849936, 30.3042992 ], [ 120.3871482, 30.3042861 ], [ 120.3873834, 30.3042599 ], [ 120.3876565, 30.3041486 ], [ 120.3883013, 30.3037032 ], [ 120.3886351, 30.3035853 ], [ 120.3887186, 30.3035853 ], [ 120.3887717, 30.3037163 ], [ 120.3888163, 30.3037429 ], [ 120.3888347, 30.3038706 ], [ 120.3889888, 30.3041632 ], [ 120.3890627, 30.3043334 ], [ 120.3891244, 30.3045196 ], [ 120.3891117, 30.3048525 ], [ 120.3894567, 30.3048426 ], [ 120.3894633, 30.3045516 ], [ 120.3893708, 30.3043281 ], [ 120.3890874, 30.3037323 ], [ 120.3889333, 30.3034131 ], [ 120.3886191, 30.3033865 ], [ 120.3882878, 30.3035359 ], [ 120.3882062, 30.3035727 ], [ 120.3880706, 30.3036418 ], [ 120.3879597, 30.3037536 ], [ 120.3878028, 30.3038839 ], [ 120.3876178, 30.3040065 ], [ 120.3874362, 30.3041034 ], [ 120.387215, 30.3041205 ], [ 120.3849893, 30.3041291 ], [ 120.3829502, 30.3041309 ], [ 120.3826058, 30.3041312 ], [ 120.3773695, 30.3041299 ], [ 120.3720351, 30.3041496 ], [ 120.367756, 30.3041332 ], [ 120.3661101, 30.3041477 ], [ 120.3654123, 30.3041485 ], [ 120.3613707, 30.3041534 ], [ 120.3612865, 30.3041535 ], [ 120.3609842, 30.3041575 ], [ 120.359497, 30.3041772 ], [ 120.3592681, 30.3040797 ], [ 120.3591886, 30.3039821 ], [ 120.3588614, 30.3033031 ], [ 120.3588375, 30.3032127 ], [ 120.3587575, 30.3031644 ], [ 120.3585293, 30.3030964 ], [ 120.3584212, 30.3031804 ], [ 120.3584724, 30.3032815 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3519013, 30.2957143 ], [ 120.3527181, 30.2972973 ], [ 120.3534746, 30.2987488 ], [ 120.3540783, 30.2999688 ], [ 120.3545207, 30.3008334 ], [ 120.3545581, 30.3009544 ], [ 120.3547495, 30.3013172 ], [ 120.3559077, 30.3036155 ], [ 120.3559777, 30.3037727 ], [ 120.3560385, 30.3038453 ], [ 120.3560198, 30.3039179 ], [ 120.3559871, 30.3039582 ], [ 120.3553987, 30.3041396 ], [ 120.3554543, 30.3042695 ], [ 120.3560151, 30.3041275 ], [ 120.3561085, 30.3041033 ], [ 120.3562112, 30.3041638 ], [ 120.3563187, 30.3042162 ], [ 120.3566689, 30.3044662 ], [ 120.3567016, 30.3045388 ], [ 120.3567343, 30.3051677 ], [ 120.356753, 30.3053008 ], [ 120.3568417, 30.3054459 ], [ 120.357673, 30.3070667 ], [ 120.3583875, 30.3084133 ], [ 120.359172, 30.3100381 ], [ 120.3598819, 30.3115016 ], [ 120.3604236, 30.3126022 ], [ 120.3605263, 30.3127876 ], [ 120.3609466, 30.3130094 ], [ 120.3609474, 30.3135302 ], [ 120.3611907, 30.3135294 ], [ 120.3611194, 30.3129086 ], [ 120.3606851, 30.3126264 ], [ 120.3603442, 30.3118926 ], [ 120.3596857, 30.3104533 ], [ 120.3589665, 30.3089657 ], [ 120.3582941, 30.3076795 ], [ 120.3576496, 30.3064216 ], [ 120.3569538, 30.3053088 ], [ 120.3568837, 30.3051677 ], [ 120.356865, 30.3049621 ], [ 120.356865, 30.3043856 ], [ 120.3568004, 30.3043149 ], [ 120.356767, 30.3042485 ], [ 120.3567615, 30.3041829 ], [ 120.356739, 30.3040912 ], [ 120.3567025, 30.3040324 ], [ 120.3566757, 30.3039815 ], [ 120.3566782, 30.30393 ], [ 120.3568055, 30.3038502 ], [ 120.3567837, 30.3038141 ], [ 120.3567564, 30.3037691 ], [ 120.3565845, 30.3038472 ], [ 120.3564678, 30.3038807 ], [ 120.3563471, 30.3038599 ], [ 120.3562693, 30.3038055 ], [ 120.356217, 30.3037071 ], [ 120.3561599, 30.3035832 ], [ 120.3561124, 30.3035137 ], [ 120.3560682, 30.3034315 ], [ 120.3554687, 30.3023333 ], [ 120.3553099, 30.3021116 ], [ 120.3546375, 30.3006923 ], [ 120.3542965, 30.2999141 ], [ 120.3536708, 30.298644 ], [ 120.3530216, 30.2974061 ], [ 120.3523258, 30.2960392 ], [ 120.3522225, 30.2958147 ], [ 120.3522397, 30.2957323 ], [ 120.3522844, 30.2956893 ], [ 120.353463, 30.2956804 ], [ 120.3535586, 30.2956392 ], [ 120.3535922, 30.2955507 ], [ 120.3536525, 30.2946118 ], [ 120.3534028, 30.2946088 ], [ 120.3533603, 30.2952869 ], [ 120.3533383, 30.2953445 ], [ 120.3532834, 30.2953657 ], [ 120.3521156, 30.2953685 ], [ 120.3520003, 30.2954235 ], [ 120.3519028, 30.2954868 ], [ 120.351876, 30.2955775 ], [ 120.3519013, 30.2957143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3726883, 30.3059294 ], [ 120.3727693, 30.3059289 ], [ 120.3728552, 30.3058605 ], [ 120.3729873, 30.3057123 ], [ 120.3730798, 30.3056609 ], [ 120.3731788, 30.3055754 ], [ 120.3732251, 30.3054956 ], [ 120.3731656, 30.3054443 ], [ 120.3730798, 30.3054443 ], [ 120.3730335, 30.305507 ], [ 120.3729939, 30.3055982 ], [ 120.3729014, 30.3056609 ], [ 120.3727826, 30.3056894 ], [ 120.3726571, 30.3057864 ], [ 120.3726307, 30.3058833 ], [ 120.3726883, 30.3059294 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3736819, 30.3084288 ], [ 120.3739623, 30.3084278 ], [ 120.3739602, 30.3079744 ], [ 120.37368, 30.3079753 ], [ 120.3736819, 30.3084288 ] ], [ [ 120.3737318, 30.3080502 ], [ 120.3739415, 30.3080484 ], [ 120.3739395, 30.3083458 ], [ 120.3737297, 30.3083484 ], [ 120.3737318, 30.3080502 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3736819, 30.3084288 ], [ 120.3739623, 30.3084278 ], [ 120.3739602, 30.3079744 ], [ 120.37368, 30.3079753 ], [ 120.3736819, 30.3084288 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3559582, 30.3134789 ], [ 120.3580932, 30.3136346 ], [ 120.3581715, 30.3136547 ], [ 120.3598728, 30.3137401 ], [ 120.3600453, 30.3139133 ], [ 120.3601801, 30.3138823 ], [ 120.360905, 30.3137591 ], [ 120.3608762, 30.3136658 ], [ 120.3601, 30.3137576 ], [ 120.3598823, 30.3135785 ], [ 120.3573033, 30.3134164 ], [ 120.355529, 30.3133238 ], [ 120.3555238, 30.3133808 ], [ 120.3555173, 30.3134505 ], [ 120.3559582, 30.3134789 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3544688, 30.3136574 ], [ 120.3545502, 30.3136513 ], [ 120.3545537, 30.3137368 ], [ 120.3545997, 30.3137521 ], [ 120.3546351, 30.3138071 ], [ 120.3546245, 30.3138499 ], [ 120.3546599, 30.3138682 ], [ 120.354713, 30.313859 ], [ 120.354713, 30.3139079 ], [ 120.354759, 30.3139629 ], [ 120.3549655, 30.3139492 ], [ 120.3549585, 30.3137779 ], [ 120.354739, 30.31379 ], [ 120.3546723, 30.3137737 ], [ 120.3546292, 30.3137464 ], [ 120.3546378, 30.3137017 ], [ 120.3546033, 30.3135901 ], [ 120.3545056, 30.3135752 ], [ 120.3544251, 30.3136099 ], [ 120.3544688, 30.3136574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "碧湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3848924, 30.310562 ], [ 120.3849799, 30.3107197 ], [ 120.3850057, 30.3107997 ], [ 120.3855383, 30.310773 ], [ 120.3855434, 30.3105398 ], [ 120.3853942, 30.3105531 ], [ 120.3853273, 30.3105909 ], [ 120.3852501, 30.310642 ], [ 120.3851575, 30.3106597 ], [ 120.3850648, 30.3106375 ], [ 120.3850288, 30.3105909 ], [ 120.3849568, 30.3104976 ], [ 120.3848822, 30.3104265 ], [ 120.3848153, 30.3103843 ], [ 120.3847767, 30.3104621 ], [ 120.3848924, 30.310562 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3845683, 30.3107419 ], [ 120.3846068, 30.3107664 ], [ 120.3846249, 30.3108508 ], [ 120.384823, 30.3108463 ], [ 120.3847844, 30.3107441 ], [ 120.3847612, 30.310662 ], [ 120.3847046, 30.3105576 ], [ 120.3846171, 30.3104754 ], [ 120.3846043, 30.3106864 ], [ 120.3845683, 30.3107042 ], [ 120.3845683, 30.3107419 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3837878, 30.3109496 ], [ 120.3837868, 30.3108841 ], [ 120.3840565, 30.3108814 ], [ 120.3840575, 30.3109457 ], [ 120.3841273, 30.3109374 ], [ 120.3841222, 30.3109204 ], [ 120.3840831, 30.3108692 ], [ 120.3840265, 30.3108322 ], [ 120.3839589, 30.3108135 ], [ 120.3838879, 30.3108153 ], [ 120.3838216, 30.3108374 ], [ 120.3837677, 30.3108773 ], [ 120.3837322, 30.3109305 ], [ 120.3837282, 30.3109492 ], [ 120.3837878, 30.3109496 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3837303, 30.3110514 ], [ 120.3837619, 30.311103 ], [ 120.3838109, 30.3111432 ], [ 120.3838721, 30.311168 ], [ 120.3839393, 30.3111747 ], [ 120.3840054, 30.3111626 ], [ 120.3840638, 30.3111331 ], [ 120.3841082, 30.3110891 ], [ 120.3841342, 30.3110352 ], [ 120.3840584, 30.3110275 ], [ 120.3840595, 30.3111088 ], [ 120.3837899, 30.3111114 ], [ 120.3837888, 30.3110292 ], [ 120.3837265, 30.3110309 ], [ 120.3837303, 30.3110514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3857298, 30.3113688 ], [ 120.3861543, 30.3113977 ], [ 120.3865763, 30.3114799 ], [ 120.3868619, 30.3114666 ], [ 120.3868593, 30.3113488 ], [ 120.3857221, 30.3112533 ], [ 120.3857298, 30.3113688 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3849588, 30.3115919 ], [ 120.3850284, 30.3115345 ], [ 120.3850425, 30.3114986 ], [ 120.385076, 30.3114743 ], [ 120.3851112, 30.3114685 ], [ 120.3851497, 30.3114767 ], [ 120.3851773, 30.311488 ], [ 120.3852438, 30.3114525 ], [ 120.3853452, 30.3114306 ], [ 120.3855638, 30.3113786 ], [ 120.3855733, 30.3112474 ], [ 120.3849778, 30.3112118 ], [ 120.3849366, 30.3113431 ], [ 120.3848479, 30.3115072 ], [ 120.3849588, 30.3115919 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3873919, 30.3114688 ], [ 120.3873919, 30.3113933 ], [ 120.3870394, 30.3113644 ], [ 120.3870368, 30.3114532 ], [ 120.3873919, 30.3114688 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3878499, 30.3115932 ], [ 120.3880429, 30.3115487 ], [ 120.3881329, 30.3115687 ], [ 120.3883002, 30.3115976 ], [ 120.3883002, 30.311471 ], [ 120.3879528, 30.3114466 ], [ 120.3878473, 30.3115354 ], [ 120.3878499, 30.3115932 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3850564, 30.3115629 ], [ 120.3850681, 30.3115775 ], [ 120.3850847, 30.3115881 ], [ 120.3851043, 30.3115935 ], [ 120.3851249, 30.3115933 ], [ 120.3851444, 30.3115874 ], [ 120.3851606, 30.3115765 ], [ 120.3851719, 30.3115616 ], [ 120.3851772, 30.3115444 ], [ 120.3851756, 30.3115261 ], [ 120.3851672, 30.3115092 ], [ 120.3851528, 30.3114958 ], [ 120.385134, 30.3114871 ], [ 120.385113, 30.3114843 ], [ 120.3850921, 30.3114876 ], [ 120.3850736, 30.3114966 ], [ 120.3850596, 30.3115104 ], [ 120.3850517, 30.3115274 ], [ 120.3850506, 30.3115458 ], [ 120.3850564, 30.3115629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3884751, 30.3116442 ], [ 120.3887273, 30.311662 ], [ 120.3893191, 30.3116509 ], [ 120.3893191, 30.3115776 ], [ 120.3884751, 30.3114821 ], [ 120.3884751, 30.3116442 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1867217, 30.2291972 ], [ 120.1867647, 30.2291439 ], [ 120.1868022, 30.2291509 ], [ 120.1868827, 30.2292111 ], [ 120.1869176, 30.2291926 ], [ 120.1869176, 30.2291138 ], [ 120.1869819, 30.2291091 ], [ 120.1869658, 30.2288565 ], [ 120.1869122, 30.228838 ], [ 120.1868049, 30.2288936 ], [ 120.1866654, 30.2291161 ], [ 120.1867217, 30.2291972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2223315, 30.2353758 ], [ 120.2225794, 30.2352458 ], [ 120.2226364, 30.235158 ], [ 120.2225916, 30.2350948 ], [ 120.2224738, 30.2351018 ], [ 120.2222258, 30.2352353 ], [ 120.2223315, 30.2353758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1860376, 30.2370126 ], [ 120.1860859, 30.236957 ], [ 120.1861395, 30.2369547 ], [ 120.1861529, 30.2368921 ], [ 120.1861207, 30.2368713 ], [ 120.1861234, 30.2368203 ], [ 120.1860805, 30.2368133 ], [ 120.1859383, 30.2369686 ], [ 120.1860376, 30.2370126 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2064347, 30.2462468 ], [ 120.2066942, 30.2465624 ], [ 120.2071877, 30.24708 ], [ 120.2072966, 30.2470219 ], [ 120.2072133, 30.2468918 ], [ 120.2064859, 30.2461361 ], [ 120.206377, 30.2459921 ], [ 120.2062392, 30.2458676 ], [ 120.2060886, 30.2459617 ], [ 120.2064347, 30.2462468 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2079313, 30.2479587 ], [ 120.2079774, 30.2480216 ], [ 120.208426, 30.2485251 ], [ 120.20861, 30.2488132 ], [ 120.208771, 30.2489722 ], [ 120.2088362, 30.2490385 ], [ 120.2089167, 30.2491941 ], [ 120.2090854, 30.2490915 ], [ 120.208564, 30.2484853 ], [ 120.2080847, 30.2479388 ], [ 120.208008, 30.2478726 ], [ 120.2079237, 30.2479256 ], [ 120.2079313, 30.2479587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1894326, 30.2552475 ], [ 120.1893736, 30.2551503 ], [ 120.1894056, 30.2550597 ], [ 120.1893446, 30.2549579 ], [ 120.1889051, 30.2549547 ], [ 120.1888995, 30.255247 ], [ 120.1894326, 30.2552475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1928241, 30.2563898 ], [ 120.192926, 30.2565937 ], [ 120.1930816, 30.2566864 ], [ 120.193205, 30.2566864 ], [ 120.1932157, 30.2565798 ], [ 120.1932747, 30.2565428 ], [ 120.193323, 30.2565474 ], [ 120.1933927, 30.2565706 ], [ 120.1934088, 30.2565335 ], [ 120.1934142, 30.2564408 ], [ 120.1934517, 30.2562972 ], [ 120.1934035, 30.2562323 ], [ 120.1932479, 30.2561211 ], [ 120.1931674, 30.2561396 ], [ 120.1929743, 30.2561628 ], [ 120.1928241, 30.2562601 ], [ 120.1928241, 30.2563898 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1927478, 30.2589508 ], [ 120.1927471, 30.2590023 ], [ 120.1927505, 30.2590371 ], [ 120.1927488, 30.2590565 ], [ 120.1927535, 30.2590707 ], [ 120.1927706, 30.2590837 ], [ 120.1928229, 30.2591101 ], [ 120.1928386, 30.2591138 ], [ 120.1928742, 30.259115 ], [ 120.1928926, 30.2591112 ], [ 120.1929027, 30.259102 ], [ 120.1929248, 30.2590739 ], [ 120.1929466, 30.259038 ], [ 120.1929549, 30.2589667 ], [ 120.1929582, 30.2588676 ], [ 120.1929724, 30.2587533 ], [ 120.1929997, 30.2586522 ], [ 120.1930743, 30.2584895 ], [ 120.1931775, 30.2582885 ], [ 120.1932245, 30.2581729 ], [ 120.1932447, 30.2581359 ], [ 120.1932661, 30.2581028 ], [ 120.1932755, 30.2580664 ], [ 120.1932889, 30.257965 ], [ 120.1932862, 30.2577762 ], [ 120.193295, 30.2577408 ], [ 120.1933178, 30.2576986 ], [ 120.1933204, 30.2576626 ], [ 120.1933043, 30.2576308 ], [ 120.1932876, 30.2575735 ], [ 120.1932836, 30.2574924 ], [ 120.1932762, 30.2574287 ], [ 120.1932514, 30.257402 ], [ 120.1932266, 30.2573864 ], [ 120.1932004, 30.2573719 ], [ 120.1931676, 30.2573661 ], [ 120.1930871, 30.2573609 ], [ 120.193016, 30.2573644 ], [ 120.1929797, 30.2573814 ], [ 120.192962, 30.2573965 ], [ 120.192951, 30.2574148 ], [ 120.1929463, 30.2574385 ], [ 120.1929372, 30.2574553 ], [ 120.1929208, 30.2574669 ], [ 120.1928812, 30.2574814 ], [ 120.1928341, 30.2574955 ], [ 120.1928128, 30.2575103 ], [ 120.1928001, 30.2575358 ], [ 120.1927833, 30.2576377 ], [ 120.1927887, 30.2579105 ], [ 120.1927954, 30.2579514 ], [ 120.1928142, 30.2579812 ], [ 120.1928343, 30.2580055 ], [ 120.192849, 30.2580692 ], [ 120.1928457, 30.2581092 ], [ 120.1928447, 30.2581529 ], [ 120.1928658, 30.2581845 ], [ 120.1928893, 30.2582033 ], [ 120.1929124, 30.2582056 ], [ 120.1929399, 30.258208 ], [ 120.1929526, 30.25821 ], [ 120.1929627, 30.2582172 ], [ 120.1929684, 30.258243 ], [ 120.1929664, 30.258261 ], [ 120.1929523, 30.2583079 ], [ 120.1929322, 30.258338 ], [ 120.1929158, 30.2583704 ], [ 120.1929079, 30.258391 ], [ 120.1928983, 30.2584301 ], [ 120.1928849, 30.2584486 ], [ 120.1928511, 30.2584669 ], [ 120.1928155, 30.2584816 ], [ 120.192789, 30.2585141 ], [ 120.1927713, 30.2585506 ], [ 120.1927639, 30.2585888 ], [ 120.1927491, 30.2587961 ], [ 120.1927411, 30.2588981 ], [ 120.1927478, 30.2589508 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2167113, 30.2681393 ], [ 120.2167261, 30.2681532 ], [ 120.2170587, 30.2683489 ], [ 120.2170774, 30.2683466 ], [ 120.2170882, 30.2683258 ], [ 120.2171686, 30.2681115 ], [ 120.2171713, 30.2680825 ], [ 120.2171566, 30.2680605 ], [ 120.2169715, 30.2679424 ], [ 120.216938, 30.2679424 ], [ 120.2169031, 30.2679551 ], [ 120.2168092, 30.2680292 ], [ 120.2167113, 30.2681254 ], [ 120.2167113, 30.2681393 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2160548, 30.2689912 ], [ 120.2160622, 30.2690045 ], [ 120.2160884, 30.2690259 ], [ 120.2161246, 30.2690485 ], [ 120.2162822, 30.2691464 ], [ 120.2163103, 30.2691626 ], [ 120.2163378, 30.2691736 ], [ 120.2163552, 30.2691736 ], [ 120.216374, 30.2691724 ], [ 120.2163901, 30.2691597 ], [ 120.216596, 30.2689559 ], [ 120.2166751, 30.2688725 ], [ 120.2167287, 30.2687983 ], [ 120.2167301, 30.2687705 ], [ 120.2167086, 30.268745 ], [ 120.216419, 30.2685644 ], [ 120.2163747, 30.2685458 ], [ 120.2163425, 30.2685481 ], [ 120.2163009, 30.2686003 ], [ 120.2162258, 30.2686906 ], [ 120.2161695, 30.268774 ], [ 120.216075, 30.268913 ], [ 120.2160535, 30.2689721 ], [ 120.2160548, 30.2689912 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1280912, 30.2528828 ], [ 120.1281733, 30.2528723 ], [ 120.1282249, 30.2528513 ], [ 120.1284285, 30.2526754 ], [ 120.1284802, 30.2525546 ], [ 120.1284954, 30.2524706 ], [ 120.12813, 30.2524028 ], [ 120.1280911, 30.2524677 ], [ 120.1280764, 30.2525673 ], [ 120.1280589, 30.2526333 ], [ 120.1279614, 30.25267 ], [ 120.1279237, 30.2527532 ], [ 120.1278906, 30.2528119 ], [ 120.1280912, 30.2528828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1299087, 30.2530276 ], [ 120.1306779, 30.252948 ], [ 120.1306565, 30.2528037 ], [ 120.1298894, 30.2528758 ], [ 120.1299087, 30.2530276 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1286316, 30.2530603 ], [ 120.1286776, 30.2530463 ], [ 120.1288905, 30.25304 ], [ 120.1290687, 30.2530607 ], [ 120.1291858, 30.2530799 ], [ 120.1291883, 30.252888 ], [ 120.1289543, 30.2528198 ], [ 120.128778, 30.2527935 ], [ 120.1286139, 30.2528513 ], [ 120.1286316, 30.2530603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "印泉" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1352467, 30.2529506 ], [ 120.1352627, 30.2529498 ], [ 120.1352659, 30.2529431 ], [ 120.1352632, 30.2529301 ], [ 120.1352522, 30.252925 ], [ 120.1352417, 30.252925 ], [ 120.1352381, 30.2529403 ], [ 120.1352467, 30.2529506 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1279932, 30.2538205 ], [ 120.128004, 30.2538103 ], [ 120.1280348, 30.2537779 ], [ 120.1280965, 30.2537593 ], [ 120.1281166, 30.2537709 ], [ 120.1282078, 30.2537512 ], [ 120.1281837, 30.2537084 ], [ 120.128189, 30.2536475 ], [ 120.1282011, 30.2536012 ], [ 120.1282212, 30.2535734 ], [ 120.1282514, 30.2535462 ], [ 120.1282521, 30.2535126 ], [ 120.1283211, 30.253494 ], [ 120.1283158, 30.2534628 ], [ 120.1284163, 30.2534321 ], [ 120.1285753, 30.2534014 ], [ 120.1286302, 30.2534338 ], [ 120.1287054, 30.2534998 ], [ 120.1287872, 30.2535137 ], [ 120.1289414, 30.2535207 ], [ 120.1290473, 30.253523 ], [ 120.1290809, 30.2535995 ], [ 120.1291881, 30.2536377 ], [ 120.1292324, 30.2536273 ], [ 120.1292029, 30.2535717 ], [ 120.1291828, 30.2535242 ], [ 120.1291184, 30.2534801 ], [ 120.1290171, 30.2534739 ], [ 120.1288904, 30.2534662 ], [ 120.1287711, 30.253413 ], [ 120.128759, 30.2533701 ], [ 120.1286316, 30.2532971 ], [ 120.1285055, 30.2533319 ], [ 120.1283768, 30.2533794 ], [ 120.1282286, 30.2533996 ], [ 120.1281314, 30.2534153 ], [ 120.1281045, 30.2534523 ], [ 120.1280643, 30.2535201 ], [ 120.1280616, 30.2535902 ], [ 120.1280361, 30.2536377 ], [ 120.1280281, 30.2536892 ], [ 120.1280341, 30.2537333 ], [ 120.1280261, 30.2537564 ], [ 120.1279832, 30.2537698 ], [ 120.1279724, 30.2537895 ], [ 120.1279932, 30.2538205 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1344762, 30.2540855 ], [ 120.1345449, 30.2541761 ], [ 120.1350653, 30.2545881 ], [ 120.1360049, 30.2551313 ], [ 120.1361475, 30.2551444 ], [ 120.136304, 30.2550274 ], [ 120.136483, 30.2548464 ], [ 120.1365936, 30.2547555 ], [ 120.1366188, 30.2546818 ], [ 120.1366022, 30.2546081 ], [ 120.1365287, 30.2545522 ], [ 120.1363104, 30.25444 ], [ 120.1353992, 30.2539915 ], [ 120.134462, 30.2538699 ], [ 120.1344545, 30.2539794 ], [ 120.1344762, 30.2540855 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1397995, 30.2560709 ], [ 120.1399152, 30.2561115 ], [ 120.1406994, 30.256124 ], [ 120.1418812, 30.2559554 ], [ 120.1422462, 30.2558524 ], [ 120.1424306, 30.2557244 ], [ 120.1422773, 30.2555471 ], [ 120.1415134, 30.2549169 ], [ 120.1412467, 30.2547555 ], [ 120.1410598, 30.2548608 ], [ 120.1396709, 30.2559693 ], [ 120.1397995, 30.2560709 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1371368, 30.2571502 ], [ 120.1374013, 30.2572468 ], [ 120.1377521, 30.2573388 ], [ 120.1378188, 30.2571066 ], [ 120.1370957, 30.2568546 ], [ 120.1368725, 30.2569765 ], [ 120.1371368, 30.2571502 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1384846, 30.2581186 ], [ 120.1384946, 30.2581132 ], [ 120.1385484, 30.2580332 ], [ 120.1384445, 30.2579814 ], [ 120.1383933, 30.2580721 ], [ 120.1384846, 30.2581186 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1396364, 30.2581127 ], [ 120.1398629, 30.2582892 ], [ 120.1402884, 30.2587622 ], [ 120.140625, 30.2590852 ], [ 120.141096, 30.2595238 ], [ 120.1417035, 30.2599954 ], [ 120.1419968, 30.2602033 ], [ 120.1422695, 30.2599297 ], [ 120.1418245, 30.2595102 ], [ 120.1413923, 30.2591074 ], [ 120.1400957, 30.2580761 ], [ 120.1399631, 30.2580225 ], [ 120.1397833, 30.2580096 ], [ 120.1396592, 30.2580225 ], [ 120.1395488, 30.2580747 ], [ 120.1396364, 30.2581127 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1832691, 30.2499646 ], [ 120.183886, 30.2498117 ], [ 120.1835963, 30.2489683 ], [ 120.1830009, 30.2491351 ], [ 120.1832691, 30.2499646 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1826793, 30.2505758 ], [ 120.1833159, 30.2504131 ], [ 120.1831502, 30.2499296 ], [ 120.1825137, 30.2500923 ], [ 120.1826793, 30.2505758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1547505, 30.2503488 ], [ 120.1547966, 30.2503163 ], [ 120.1548483, 30.2502939 ], [ 120.1552193, 30.2502552 ], [ 120.1554263, 30.2502134 ], [ 120.1555471, 30.2501985 ], [ 120.1556196, 30.2502075 ], [ 120.1556923, 30.2501776 ], [ 120.1556923, 30.2501492 ], [ 120.1556629, 30.2501238 ], [ 120.1548185, 30.2502449 ], [ 120.1547536, 30.2502451 ], [ 120.1547484, 30.2502718 ], [ 120.1547416, 30.2503065 ], [ 120.1547367, 30.2503447 ], [ 120.1547027, 30.2503875 ], [ 120.1547505, 30.2503488 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1815167, 30.2492192 ], [ 120.1817835, 30.2502889 ], [ 120.1818312, 30.2505654 ], [ 120.1817666, 30.2505945 ], [ 120.1820334, 30.2510772 ], [ 120.1822693, 30.2516302 ], [ 120.182873, 30.2526344 ], [ 120.1829263, 30.252695 ], [ 120.1831818, 30.2525835 ], [ 120.1831285, 30.2524986 ], [ 120.1828842, 30.2522778 ], [ 120.1825613, 30.2512979 ], [ 120.1824012, 30.2507085 ], [ 120.1823984, 30.2506697 ], [ 120.1822749, 30.2506988 ], [ 120.1822552, 30.2506357 ], [ 120.1824012, 30.2506018 ], [ 120.1824012, 30.2504417 ], [ 120.182303, 30.2501118 ], [ 120.1822328, 30.2501288 ], [ 120.1821626, 30.2499008 ], [ 120.1822131, 30.2498886 ], [ 120.1821373, 30.2496679 ], [ 120.1820615, 30.2496922 ], [ 120.1820165, 30.2496 ], [ 120.1819604, 30.2495733 ], [ 120.1818986, 30.2495976 ], [ 120.1816684, 30.2490833 ], [ 120.1815701, 30.2489766 ], [ 120.1814943, 30.2490081 ], [ 120.1815167, 30.2492192 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1739184, 30.2500579 ], [ 120.1741674, 30.2504452 ], [ 120.1742935, 30.2508206 ], [ 120.1743069, 30.2515828 ], [ 120.1742854, 30.2522408 ], [ 120.1743385, 30.2524499 ], [ 120.1745197, 30.2524279 ], [ 120.1744713, 30.2521966 ], [ 120.1744713, 30.2519226 ], [ 120.1744591, 30.2515399 ], [ 120.174447, 30.2511641 ], [ 120.174386, 30.2507708 ], [ 120.1741502, 30.2501211 ], [ 120.1740404, 30.2499525 ], [ 120.1739868, 30.2497325 ], [ 120.1738411, 30.2497478 ], [ 120.1739184, 30.2500579 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1573324, 30.2534603 ], [ 120.1574732, 30.2535461 ], [ 120.1575002, 30.2535507 ], [ 120.1575706, 30.2535336 ], [ 120.1577805, 30.2533857 ], [ 120.1576804, 30.2532569 ], [ 120.1576588, 30.253229 ], [ 120.1575775, 30.253155 ], [ 120.1574279, 30.2530653 ], [ 120.157226, 30.2533216 ], [ 120.1572133, 30.2533575 ], [ 120.1573324, 30.2534603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.182513, 30.253489 ], [ 120.1827907, 30.2543225 ], [ 120.1828717, 30.2551581 ], [ 120.1829804, 30.2561256 ], [ 120.1830661, 30.2576028 ], [ 120.1831031, 30.2585283 ], [ 120.1831285, 30.2593538 ], [ 120.1831887, 30.2596436 ], [ 120.1832998, 30.2597956 ], [ 120.18336, 30.2598835 ], [ 120.1834016, 30.2599075 ], [ 120.1835127, 30.2599055 ], [ 120.1837973, 30.2595277 ], [ 120.1838482, 30.2594098 ], [ 120.1838228, 30.2586782 ], [ 120.1837835, 30.2579506 ], [ 120.1836978, 30.2570511 ], [ 120.1836191, 30.2563155 ], [ 120.1835243, 30.2555179 ], [ 120.1834849, 30.2551161 ], [ 120.1833831, 30.2544485 ], [ 120.1832257, 30.2540067 ], [ 120.1829457, 30.253377 ], [ 120.1826912, 30.2529932 ], [ 120.1826634, 30.2528653 ], [ 120.1827004, 30.2528353 ], [ 120.1826495, 30.2527633 ], [ 120.1825523, 30.2528093 ], [ 120.1825361, 30.2529093 ], [ 120.1825685, 30.2530272 ], [ 120.1824505, 30.2532211 ], [ 120.182513, 30.253489 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1744839, 30.2531204 ], [ 120.1745478, 30.253712 ], [ 120.1745661, 30.2538875 ], [ 120.1746323, 30.2546153 ], [ 120.1746871, 30.2551793 ], [ 120.1747716, 30.2557255 ], [ 120.1748173, 30.2561022 ], [ 120.1747762, 30.2564237 ], [ 120.1747887, 30.2568559 ], [ 120.1747653, 30.2574123 ], [ 120.1747423, 30.2577423 ], [ 120.1747181, 30.2580526 ], [ 120.174671, 30.2585886 ], [ 120.1746529, 30.2593975 ], [ 120.1746985, 30.2598609 ], [ 120.1747373, 30.2601745 ], [ 120.1748515, 30.2601686 ], [ 120.1748652, 30.2599418 ], [ 120.1748424, 30.2592338 ], [ 120.1749059, 30.258383 ], [ 120.1749653, 30.257781 ], [ 120.1750383, 30.2568784 ], [ 120.1750113, 30.2565104 ], [ 120.1749908, 30.2558794 ], [ 120.1748743, 30.2552838 ], [ 120.1748264, 30.2548973 ], [ 120.1747921, 30.2544003 ], [ 120.1747419, 30.2536903 ], [ 120.1746118, 30.253004 ], [ 120.1746273, 30.2528688 ], [ 120.1744278, 30.2528921 ], [ 120.1744839, 30.2531204 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1831022, 30.2614864 ], [ 120.1830972, 30.2624188 ], [ 120.1831525, 30.2632838 ], [ 120.1832532, 30.2642574 ], [ 120.1834041, 30.2658048 ], [ 120.1834318, 30.2659048 ], [ 120.1834872, 30.2659439 ], [ 120.1835355, 30.26595 ], [ 120.1843644, 30.265797 ], [ 120.1844045, 30.2657681 ], [ 120.1844078, 30.2656988 ], [ 120.1843376, 30.2646019 ], [ 120.1841605, 30.2631931 ], [ 120.1841171, 30.2624541 ], [ 120.1841003, 30.261539 ], [ 120.1840493, 30.2611467 ], [ 120.1839601, 30.2609764 ], [ 120.1836278, 30.260457 ], [ 120.1836307, 30.2603576 ], [ 120.1835803, 30.2603141 ], [ 120.1835357, 30.2603054 ], [ 120.1834091, 30.2603129 ], [ 120.1833847, 30.260339 ], [ 120.1833918, 30.2604396 ], [ 120.1833674, 30.2604868 ], [ 120.1832883, 30.2605229 ], [ 120.1830926, 30.2608285 ], [ 120.1831022, 30.2614864 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1747715, 30.2615016 ], [ 120.1748281, 30.2622454 ], [ 120.1748589, 30.2631803 ], [ 120.1748332, 30.2636799 ], [ 120.1747767, 30.2639619 ], [ 120.1747869, 30.2646458 ], [ 120.1747381, 30.2653829 ], [ 120.174697, 30.2656316 ], [ 120.1746892, 30.2662555 ], [ 120.1747238, 30.2667274 ], [ 120.1749148, 30.2667262 ], [ 120.1749129, 30.2661401 ], [ 120.174954, 30.2657426 ], [ 120.17499, 30.2652764 ], [ 120.1750414, 30.2647856 ], [ 120.1750826, 30.2639974 ], [ 120.1750877, 30.2633757 ], [ 120.1750209, 30.2627051 ], [ 120.1749926, 30.2622366 ], [ 120.1749618, 30.2615371 ], [ 120.1749078, 30.2610197 ], [ 120.1748358, 30.26064 ], [ 120.1748126, 30.2605201 ], [ 120.174679, 30.2605179 ], [ 120.1746378, 30.26064 ], [ 120.1747715, 30.2615016 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1743207, 30.2722067 ], [ 120.1744022, 30.2722139 ], [ 120.1744859, 30.2721127 ], [ 120.1745236, 30.2720025 ], [ 120.1745236, 30.2718779 ], [ 120.1745843, 30.271278 ], [ 120.1746282, 30.2708046 ], [ 120.1746658, 30.2704668 ], [ 120.17467, 30.2702373 ], [ 120.1746512, 30.2700223 ], [ 120.1745989, 30.2697061 ], [ 120.1746094, 30.2695923 ], [ 120.174647, 30.2692923 ], [ 120.1747537, 30.26909 ], [ 120.1747997, 30.26879 ], [ 120.1747955, 30.2686383 ], [ 120.17476, 30.2683889 ], [ 120.1746679, 30.2680167 ], [ 120.1746324, 30.2676427 ], [ 120.1746658, 30.2674927 ], [ 120.1747746, 30.2673102 ], [ 120.1748562, 30.2672209 ], [ 120.1749001, 30.2670763 ], [ 120.1747268, 30.2670774 ], [ 120.1746009, 30.2673046 ], [ 120.1745329, 30.2675115 ], [ 120.1744608, 30.2678342 ], [ 120.1745382, 30.2684829 ], [ 120.1745257, 30.2690719 ], [ 120.1745006, 30.2691315 ], [ 120.174511, 30.2692074 ], [ 120.1744148, 30.2696971 ], [ 120.1743876, 30.2697675 ], [ 120.1743646, 30.2698452 ], [ 120.1743876, 30.2698994 ], [ 120.1744085, 30.2699627 ], [ 120.1744148, 30.2700566 ], [ 120.1744525, 30.2705354 ], [ 120.1744022, 30.2709763 ], [ 120.1743562, 30.2710666 ], [ 120.174329, 30.2711841 ], [ 120.1743269, 30.2718634 ], [ 120.1743123, 30.2720079 ], [ 120.1743207, 30.2722067 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.184501, 30.2716619 ], [ 120.1845742, 30.2716935 ], [ 120.1846535, 30.2716707 ], [ 120.1847063, 30.2716391 ], [ 120.1848364, 30.2716426 ], [ 120.1848527, 30.2714126 ], [ 120.1847897, 30.2713582 ], [ 120.1847185, 30.2713599 ], [ 120.1846799, 30.2714126 ], [ 120.1846576, 30.2715302 ], [ 120.1845722, 30.271546 ], [ 120.1845092, 30.2715723 ], [ 120.1844929, 30.271611 ], [ 120.184501, 30.2716619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1815382, 30.277198 ], [ 120.1815734, 30.2772423 ], [ 120.1816221, 30.277268 ], [ 120.1816789, 30.2772797 ], [ 120.1817682, 30.2772937 ], [ 120.1820448, 30.2773118 ], [ 120.1820516, 30.2772649 ], [ 120.1820855, 30.2772669 ], [ 120.1820799, 30.2772981 ], [ 120.1820629, 30.2772981 ], [ 120.1820607, 30.2773137 ], [ 120.1825707, 30.2773577 ], [ 120.1826503, 30.2768025 ], [ 120.182776, 30.276319 ], [ 120.183133, 30.2752755 ], [ 120.1833473, 30.2745379 ], [ 120.183493, 30.274042 ], [ 120.1835701, 30.2735067 ], [ 120.1839072, 30.2726235 ], [ 120.1841424, 30.2718549 ], [ 120.1843295, 30.2711068 ], [ 120.1844882, 30.270293 ], [ 120.1845972, 30.2694297 ], [ 120.1846395, 30.2682645 ], [ 120.1846068, 30.2674687 ], [ 120.1845241, 30.2666086 ], [ 120.1844832, 30.2662165 ], [ 120.1844738, 30.2661921 ], [ 120.1843891, 30.2661858 ], [ 120.1836465, 30.266307 ], [ 120.1835922, 30.2663389 ], [ 120.1835213, 30.2664361 ], [ 120.1834977, 30.2665082 ], [ 120.1835752, 30.2675097 ], [ 120.183613, 30.2681195 ], [ 120.1836185, 30.2692292 ], [ 120.1834399, 30.2705819 ], [ 120.1832262, 30.2715164 ], [ 120.1829557, 30.2723785 ], [ 120.1826527, 30.273355 ], [ 120.1823822, 30.2742217 ], [ 120.1820441, 30.2754062 ], [ 120.1817519, 30.276413 ], [ 120.1815464, 30.2770508 ], [ 120.1815274, 30.2771279 ], [ 120.1815382, 30.277198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1584627, 30.2735396 ], [ 120.1585139, 30.2735527 ], [ 120.1585386, 30.2735953 ], [ 120.1585803, 30.2736101 ], [ 120.1586277, 30.2736084 ], [ 120.15866, 30.2735904 ], [ 120.1586808, 30.2735593 ], [ 120.1587188, 30.2735577 ], [ 120.1587529, 30.2735347 ], [ 120.1587757, 30.2734921 ], [ 120.1587757, 30.2734446 ], [ 120.1587434, 30.2734184 ], [ 120.1587529, 30.2733742 ], [ 120.1587339, 30.2733365 ], [ 120.158696, 30.2733087 ], [ 120.1586486, 30.2733038 ], [ 120.1586145, 30.2733185 ], [ 120.1585803, 30.2732989 ], [ 120.1585329, 30.2733038 ], [ 120.1584931, 30.27333 ], [ 120.1584684, 30.2733693 ], [ 120.1584798, 30.2734053 ], [ 120.1584513, 30.273425 ], [ 120.1584362, 30.2734627 ], [ 120.1584343, 30.2734987 ], [ 120.1584627, 30.2735396 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1731555, 30.2765536 ], [ 120.1731252, 30.27669 ], [ 120.1732646, 30.276702 ], [ 120.1733274, 30.2766699 ], [ 120.1733738, 30.2764733 ], [ 120.1734165, 30.2762755 ], [ 120.1734121, 30.2761442 ], [ 120.1734796, 30.2759232 ], [ 120.1735082, 30.2757973 ], [ 120.1735295, 30.2757109 ], [ 120.1737177, 30.2753157 ], [ 120.1738756, 30.2748883 ], [ 120.1741405, 30.2742282 ], [ 120.1742822, 30.273855 ], [ 120.1743867, 30.2735441 ], [ 120.1743775, 30.2733555 ], [ 120.1743473, 30.273217 ], [ 120.1743519, 30.2730906 ], [ 120.1743891, 30.2726994 ], [ 120.1743705, 30.2726512 ], [ 120.1742381, 30.2726271 ], [ 120.1741916, 30.2726793 ], [ 120.1741753, 30.2731729 ], [ 120.1741335, 30.2736002 ], [ 120.1740731, 30.273841 ], [ 120.1738222, 30.2745713 ], [ 120.173648, 30.2749485 ], [ 120.173569, 30.2752996 ], [ 120.1735202, 30.2753799 ], [ 120.1734714, 30.2754019 ], [ 120.1733645, 30.275406 ], [ 120.173267, 30.2753919 ], [ 120.1732437, 30.2755143 ], [ 120.1733227, 30.2755364 ], [ 120.173404, 30.2755825 ], [ 120.1734203, 30.2756427 ], [ 120.1733835, 30.2757682 ], [ 120.173287, 30.2761188 ], [ 120.1732228, 30.2763108 ], [ 120.1731555, 30.2763449 ], [ 120.173116, 30.2765395 ], [ 120.1731555, 30.2765536 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1734121, 30.2761442 ], [ 120.1734796, 30.2759232 ], [ 120.1735082, 30.2757973 ], [ 120.1733835, 30.2757682 ], [ 120.173287, 30.2761188 ], [ 120.1734121, 30.2761442 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1728757, 30.2776645 ], [ 120.1728899, 30.2775804 ], [ 120.173177, 30.2773566 ], [ 120.1731949, 30.2772855 ], [ 120.1730262, 30.2772744 ], [ 120.1730106, 30.2773336 ], [ 120.172755, 30.2775274 ], [ 120.1726025, 30.2775888 ], [ 120.1728757, 30.2776645 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1813435, 30.278638 ], [ 120.1813737, 30.278668 ], [ 120.1813756, 30.2787193 ], [ 120.1813469, 30.2787396 ], [ 120.1813323, 30.2787844 ], [ 120.1813439, 30.2788446 ], [ 120.1813425, 30.2789068 ], [ 120.1813901, 30.2788667 ], [ 120.1814211, 30.2788419 ], [ 120.1814673, 30.2788451 ], [ 120.1815184, 30.2788662 ], [ 120.1815791, 30.2788759 ], [ 120.1816335, 30.2788737 ], [ 120.1816862, 30.2788385 ], [ 120.1817106, 30.2788001 ], [ 120.1817602, 30.278688 ], [ 120.1817674, 30.2785759 ], [ 120.1817633, 30.2784778 ], [ 120.1817781, 30.2784273 ], [ 120.1817716, 30.2783829 ], [ 120.181743, 30.2783553 ], [ 120.1816636, 30.2783361 ], [ 120.1815941, 30.278318 ], [ 120.1814631, 30.2782922 ], [ 120.1813901, 30.2783202 ], [ 120.1813612, 30.2783584 ], [ 120.1813536, 30.2784148 ], [ 120.1813806, 30.2784523 ], [ 120.1813829, 30.278505 ], [ 120.1813543, 30.2785411 ], [ 120.1813293, 30.2785864 ], [ 120.1813435, 30.278638 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1547311, 30.2784495 ], [ 120.1547977, 30.2784487 ], [ 120.1548251, 30.2784834 ], [ 120.1548488, 30.2785299 ], [ 120.1548635, 30.278578 ], [ 120.1549, 30.278608 ], [ 120.1549694, 30.2786308 ], [ 120.1551501, 30.2786545 ], [ 120.155225, 30.2786758 ], [ 120.1552588, 30.2787112 ], [ 120.1552916, 30.2787704 ], [ 120.1553108, 30.2788413 ], [ 120.1553537, 30.2789028 ], [ 120.1554085, 30.278947 ], [ 120.1554313, 30.2789281 ], [ 120.1554295, 30.2789052 ], [ 120.1554295, 30.2788855 ], [ 120.1554295, 30.2788642 ], [ 120.155424, 30.2788508 ], [ 120.1554167, 30.2788437 ], [ 120.1553957, 30.2788327 ], [ 120.1553811, 30.2788256 ], [ 120.1553528, 30.2788129 ], [ 120.15533, 30.2788003 ], [ 120.1553136, 30.278757 ], [ 120.1553254, 30.2787081 ], [ 120.1553355, 30.2786695 ], [ 120.1553382, 30.2786505 ], [ 120.1553236, 30.2786237 ], [ 120.1553035, 30.2786135 ], [ 120.1552935, 30.2786048 ], [ 120.1552907, 30.2785875 ], [ 120.1553026, 30.2785662 ], [ 120.1553291, 30.2785591 ], [ 120.1553574, 30.2785559 ], [ 120.155372, 30.2785488 ], [ 120.1553784, 30.2785433 ], [ 120.1553802, 30.2785291 ], [ 120.1553756, 30.2785181 ], [ 120.1553711, 30.2785118 ], [ 120.1553565, 30.2785078 ], [ 120.1553254, 30.2785141 ], [ 120.1553062, 30.2785244 ], [ 120.1552898, 30.2785417 ], [ 120.155277, 30.2785512 ], [ 120.1552551, 30.278563 ], [ 120.1552396, 30.278567 ], [ 120.155225, 30.2785662 ], [ 120.1552049, 30.2785614 ], [ 120.1551848, 30.2785528 ], [ 120.1551684, 30.278552 ], [ 120.155151, 30.2785551 ], [ 120.155131, 30.2785662 ], [ 120.1551109, 30.278578 ], [ 120.1550725, 30.2785796 ], [ 120.155046, 30.2785756 ], [ 120.1550104, 30.2785638 ], [ 120.1549831, 30.2785496 ], [ 120.1549593, 30.2785236 ], [ 120.1549493, 30.2785118 ], [ 120.1549274, 30.2785007 ], [ 120.1549, 30.2784913 ], [ 120.1548735, 30.2784771 ], [ 120.1548525, 30.2784495 ], [ 120.1548507, 30.2784195 ], [ 120.1548379, 30.2783864 ], [ 120.1548132, 30.2783564 ], [ 120.1547749, 30.2783336 ], [ 120.1547238, 30.2783288 ], [ 120.1547055, 30.2784377 ], [ 120.1547311, 30.2784495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1691437, 30.2776011 ], [ 120.1691766, 30.2776836 ], [ 120.1691602, 30.2782529 ], [ 120.1691252, 30.2785189 ], [ 120.1691117, 30.2791397 ], [ 120.1691461, 30.2795817 ], [ 120.169171, 30.2800329 ], [ 120.1691591, 30.2803201 ], [ 120.1690971, 30.2807049 ], [ 120.1690726, 30.2808569 ], [ 120.169266, 30.2808727 ], [ 120.1693612, 30.280402 ], [ 120.1693975, 30.2801031 ], [ 120.1694041, 30.2795765 ], [ 120.1693513, 30.2788365 ], [ 120.1693733, 30.2786043 ], [ 120.1694601, 30.2781192 ], [ 120.1695765, 30.2777687 ], [ 120.1696325, 30.2777124 ], [ 120.1698228, 30.2775742 ], [ 120.1690118, 30.2775306 ], [ 120.1691437, 30.2776011 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "断桥荷塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1468247, 30.2618721 ], [ 120.1469656, 30.2618549 ], [ 120.1471267, 30.2617721 ], [ 120.1472742, 30.2616591 ], [ 120.1471545, 30.261555 ], [ 120.1472556, 30.2614774 ], [ 120.1472914, 30.2614944 ], [ 120.1473622, 30.2614384 ], [ 120.147067, 30.2611105 ], [ 120.1469957, 30.2612051 ], [ 120.146881, 30.2612469 ], [ 120.1466925, 30.2613064 ], [ 120.1465243, 30.2613966 ], [ 120.1463943, 30.2615066 ], [ 120.1462848, 30.2616585 ], [ 120.1462235, 30.2618134 ], [ 120.1468247, 30.2618721 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1436995, 30.2617216 ], [ 120.1439316, 30.261799 ], [ 120.1440544, 30.2617403 ], [ 120.1440848, 30.2617101 ], [ 120.1441013, 30.2616778 ], [ 120.1437563, 30.2615468 ], [ 120.143681, 30.2616949 ], [ 120.1436995, 30.2617216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1505811, 30.2639341 ], [ 120.1506041, 30.2638824 ], [ 120.1504682, 30.2638386 ], [ 120.1504452, 30.2638904 ], [ 120.1505811, 30.2639341 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1352342, 30.2641946 ], [ 120.1352644, 30.2642598 ], [ 120.1354531, 30.2642696 ], [ 120.1354946, 30.2642565 ], [ 120.1354833, 30.2641979 ], [ 120.1354154, 30.2641359 ], [ 120.1353097, 30.264087 ], [ 120.1352644, 30.2640903 ], [ 120.1352304, 30.2641392 ], [ 120.1352342, 30.2641946 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1507234, 30.2706277 ], [ 120.1508054, 30.2707102 ], [ 120.151239, 30.2709922 ], [ 120.1513188, 30.2710801 ], [ 120.1514996, 30.2711685 ], [ 120.1519404, 30.2713877 ], [ 120.1526734, 30.2717874 ], [ 120.1528171, 30.271909 ], [ 120.1528833, 30.2720282 ], [ 120.1529206, 30.2721499 ], [ 120.1529178, 30.2722517 ], [ 120.1527311, 30.2726103 ], [ 120.1527948, 30.2725996 ], [ 120.1528486, 30.2725906 ], [ 120.1529896, 30.2723808 ], [ 120.1530529, 30.2722268 ], [ 120.1530759, 30.2720828 ], [ 120.153073, 30.2719786 ], [ 120.1530155, 30.2718395 ], [ 120.1528948, 30.2717204 ], [ 120.1523284, 30.2714075 ], [ 120.151811, 30.2711444 ], [ 120.1515207, 30.2710252 ], [ 120.1512808, 30.2708936 ], [ 120.1508592, 30.2706238 ], [ 120.1508448, 30.2705766 ], [ 120.1508449, 30.2705294 ], [ 120.1508931, 30.2704557 ], [ 120.1509783, 30.2701476 ], [ 120.1511051, 30.2695769 ], [ 120.1511628, 30.2693134 ], [ 120.1512027, 30.2691559 ], [ 120.151228, 30.2690835 ], [ 120.1512326, 30.2689695 ], [ 120.1512481, 30.2687279 ], [ 120.1512506, 30.268587 ], [ 120.1512734, 30.2682817 ], [ 120.151334, 30.2680682 ], [ 120.1514203, 30.2677851 ], [ 120.1515505, 30.267327 ], [ 120.1515561, 30.2673073 ], [ 120.1515903, 30.2670753 ], [ 120.1516851, 30.2668484 ], [ 120.1517501, 30.2667052 ], [ 120.1517769, 30.266646 ], [ 120.1518282, 30.2664537 ], [ 120.1518362, 30.2663954 ], [ 120.1518745, 30.2661143 ], [ 120.1519596, 30.2657458 ], [ 120.1519937, 30.2655388 ], [ 120.1520329, 30.2653016 ], [ 120.1520414, 30.2652498 ], [ 120.1521577, 30.2649567 ], [ 120.152278, 30.2646449 ], [ 120.152324, 30.2644523 ], [ 120.1523605, 30.2644002 ], [ 120.1523778, 30.2643009 ], [ 120.1523864, 30.2640774 ], [ 120.1524065, 30.2638986 ], [ 120.1524353, 30.2637645 ], [ 120.1524497, 30.2636553 ], [ 120.1524468, 30.2635212 ], [ 120.1523433, 30.2634865 ], [ 120.1523088, 30.2635113 ], [ 120.1523174, 30.2635709 ], [ 120.1523271, 30.2635863 ], [ 120.1523548, 30.2636305 ], [ 120.1523577, 30.2637645 ], [ 120.1523318, 30.2639334 ], [ 120.1523174, 30.2640526 ], [ 120.1522542, 30.2641196 ], [ 120.1522388, 30.2641531 ], [ 120.1522179, 30.2641986 ], [ 120.1522108, 30.2642598 ], [ 120.1522356, 30.2642842 ], [ 120.1522285, 30.2643331 ], [ 120.1521754, 30.2643637 ], [ 120.1521506, 30.2644921 ], [ 120.1521259, 30.2645991 ], [ 120.1520763, 30.2647007 ], [ 120.1520763, 30.2647703 ], [ 120.1520407, 30.264814 ], [ 120.1519772, 30.2648192 ], [ 120.1519807, 30.2649506 ], [ 120.1519725, 30.2650631 ], [ 120.1519437, 30.2652568 ], [ 120.1518374, 30.2654976 ], [ 120.1518115, 30.2656863 ], [ 120.1517867, 30.2658728 ], [ 120.1517442, 30.2660929 ], [ 120.151706, 30.2663303 ], [ 120.1516993, 30.2663721 ], [ 120.1516884, 30.26644 ], [ 120.1516239, 30.2665956 ], [ 120.1515557, 30.266838 ], [ 120.1514162, 30.2672487 ], [ 120.1514077, 30.2672737 ], [ 120.1513223, 30.2673109 ], [ 120.1512705, 30.2673904 ], [ 120.1512907, 30.2674748 ], [ 120.1513395, 30.2675071 ], [ 120.1511182, 30.2682172 ], [ 120.1511228, 30.2685059 ], [ 120.1511239, 30.2685772 ], [ 120.1511383, 30.2686839 ], [ 120.1510406, 30.2689645 ], [ 120.1509946, 30.269106 ], [ 120.1508796, 30.2695157 ], [ 120.1508911, 30.2695802 ], [ 120.1508738, 30.2697366 ], [ 120.1508336, 30.2698533 ], [ 120.1508322, 30.2699217 ], [ 120.1507872, 30.2700162 ], [ 120.1507598, 30.2701461 ], [ 120.1506761, 30.2705011 ], [ 120.1507234, 30.2706277 ] ] ], [ [ [ 120.1516352, 30.2754022 ], [ 120.1518937, 30.274911 ], [ 120.1521034, 30.2742885 ], [ 120.1521846, 30.2740775 ], [ 120.1522142, 30.2739866 ], [ 120.1522745, 30.273872 ], [ 120.1523698, 30.2737335 ], [ 120.152494, 30.2735628 ], [ 120.152574, 30.2734163 ], [ 120.1526159, 30.2732126 ], [ 120.152567, 30.2732183 ], [ 120.1524664, 30.2732299 ], [ 120.1523773, 30.2734583 ], [ 120.1522738, 30.2736072 ], [ 120.1521416, 30.2737413 ], [ 120.1520668, 30.2738704 ], [ 120.1519691, 30.274208 ], [ 120.1518857, 30.2744762 ], [ 120.1517909, 30.2748684 ], [ 120.1514973, 30.2753943 ], [ 120.1516352, 30.2754022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1506903, 30.2770206 ], [ 120.1507192, 30.2770246 ], [ 120.15093, 30.2767866 ], [ 120.1511745, 30.2762981 ], [ 120.151617, 30.2754539 ], [ 120.1516352, 30.2754022 ], [ 120.1514973, 30.2753943 ], [ 120.1512108, 30.2759801 ], [ 120.1506455, 30.2770145 ], [ 120.1506903, 30.2770206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1487899, 30.2805202 ], [ 120.1488635, 30.2804004 ], [ 120.1492011, 30.2797397 ], [ 120.1493677, 30.2794064 ], [ 120.1495096, 30.2790524 ], [ 120.1496252, 30.2788134 ], [ 120.14978, 30.2785862 ], [ 120.1499894, 30.2782821 ], [ 120.1504177, 30.2776001 ], [ 120.1505683, 30.2773507 ], [ 120.1505958, 30.2772354 ], [ 120.1505486, 30.277216 ], [ 120.1505302, 30.2772079 ], [ 120.1499482, 30.2780985 ], [ 120.1496721, 30.2784245 ], [ 120.1494563, 30.2786791 ], [ 120.149289, 30.2790063 ], [ 120.1487907, 30.2800253 ], [ 120.1486564, 30.2802646 ], [ 120.1486181, 30.280393 ], [ 120.1486157, 30.2804828 ], [ 120.1487899, 30.2805202 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.146252, 30.2869132 ], [ 120.1463301, 30.2869364 ], [ 120.14647, 30.2866189 ], [ 120.1466392, 30.2859866 ], [ 120.1468465, 30.285408 ], [ 120.1470468, 30.2849309 ], [ 120.1470779, 30.28474 ], [ 120.1473473, 30.2841166 ], [ 120.1473853, 30.2839944 ], [ 120.1474037, 30.2839634 ], [ 120.1474157, 30.2839433 ], [ 120.147627, 30.2835887 ], [ 120.1480311, 30.2827596 ], [ 120.148266, 30.2820945 ], [ 120.1484387, 30.281662 ], [ 120.1486459, 30.2810626 ], [ 120.1487899, 30.2805202 ], [ 120.1486157, 30.2804828 ], [ 120.1484318, 30.2812326 ], [ 120.1481347, 30.282011 ], [ 120.1479862, 30.2824196 ], [ 120.1476305, 30.2833173 ], [ 120.1473404, 30.2838095 ], [ 120.1471159, 30.2841852 ], [ 120.1469777, 30.2845163 ], [ 120.146736, 30.2851814 ], [ 120.1466945, 30.2853186 ], [ 120.1464251, 30.2859359 ], [ 120.1464044, 30.2861238 ], [ 120.1464078, 30.2861984 ], [ 120.1462697, 30.2866577 ], [ 120.1461437, 30.2868669 ], [ 120.146252, 30.2869132 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1179579, 30.2734624 ], [ 120.1179686, 30.2734855 ], [ 120.1179778, 30.2735112 ], [ 120.1179901, 30.2735458 ], [ 120.1179888, 30.2735804 ], [ 120.1184233, 30.2734534 ], [ 120.1184637, 30.2733809 ], [ 120.1183459, 30.2733205 ], [ 120.1181274, 30.2733762 ], [ 120.1179192, 30.273412 ], [ 120.1179579, 30.2734624 ] ] ], [ [ [ 120.1189126, 30.2732958 ], [ 120.1192738, 30.2732219 ], [ 120.1199238, 30.273029 ], [ 120.1206597, 30.2728644 ], [ 120.1207846, 30.2728552 ], [ 120.1215215, 30.2727515 ], [ 120.1222561, 30.2726192 ], [ 120.1226328, 30.2725795 ], [ 120.1232616, 30.2725652 ], [ 120.1238115, 30.272556 ], [ 120.1242317, 30.2725845 ], [ 120.1248734, 30.2726366 ], [ 120.1253324, 30.2726922 ], [ 120.1254585, 30.2727367 ], [ 120.1256746, 30.27275 ], [ 120.1274576, 30.2728722 ], [ 120.1277741, 30.27291 ], [ 120.1279028, 30.2728944 ], [ 120.1280983, 30.2728967 ], [ 120.1282398, 30.2729122 ], [ 120.1284071, 30.2729656 ], [ 120.1285666, 30.2730522 ], [ 120.1286489, 30.2730855 ], [ 120.1287364, 30.2731033 ], [ 120.1292433, 30.27309 ], [ 120.1296626, 30.2730855 ], [ 120.1306352, 30.2730811 ], [ 120.1309646, 30.2730789 ], [ 120.1311849, 30.2730605 ], [ 120.1313017, 30.27303 ], [ 120.131483, 30.272956 ], [ 120.1315253, 30.2729327 ], [ 120.1315324, 30.2728933 ], [ 120.1315197, 30.2728872 ], [ 120.1314959, 30.2728867 ], [ 120.131403, 30.2729217 ], [ 120.1312514, 30.2729784 ], [ 120.1310727, 30.2729981 ], [ 120.1304711, 30.2730031 ], [ 120.129126, 30.2729925 ], [ 120.1287126, 30.2729958 ], [ 120.1283694, 30.2728106 ], [ 120.1282134, 30.2728072 ], [ 120.1259137, 30.2726799 ], [ 120.1256538, 30.2726488 ], [ 120.1252808, 30.2725621 ], [ 120.1248459, 30.2725276 ], [ 120.1244545, 30.2725004 ], [ 120.1240087, 30.2724723 ], [ 120.1236704, 30.2724707 ], [ 120.1230299, 30.2724565 ], [ 120.1224132, 30.2724895 ], [ 120.1223186, 30.2725005 ], [ 120.1220348, 30.2725398 ], [ 120.1218274, 30.2725728 ], [ 120.12141, 30.2726413 ], [ 120.1209779, 30.2727284 ], [ 120.1208698, 30.272747 ], [ 120.1206906, 30.2727588 ], [ 120.1204534, 30.2728041 ], [ 120.1196675, 30.2729636 ], [ 120.1189615, 30.2731875 ], [ 120.1188671, 30.2732145 ], [ 120.1188565, 30.2732704 ], [ 120.1189126, 30.2732958 ] ] ], [ [ [ 120.132084, 30.2729661 ], [ 120.1321269, 30.2729963 ], [ 120.1337382, 30.2732255 ], [ 120.1343197, 30.2732744 ], [ 120.1344715, 30.2732744 ], [ 120.134649, 30.2732811 ], [ 120.1351276, 30.27335 ], [ 120.1352562, 30.2733366 ], [ 120.1360367, 30.2733616 ], [ 120.136073, 30.2733435 ], [ 120.1360782, 30.2733184 ], [ 120.1360696, 30.2732845 ], [ 120.1360345, 30.2732655 ], [ 120.1354906, 30.2732249 ], [ 120.1351513, 30.273272 ], [ 120.1345117, 30.2731743 ], [ 120.1321412, 30.2728928 ], [ 120.132095, 30.2728968 ], [ 120.1320709, 30.2729269 ], [ 120.132084, 30.2729661 ] ] ], [ [ [ 120.1328268, 30.2952749 ], [ 120.1329298, 30.2947205 ], [ 120.132971, 30.2944224 ], [ 120.1330027, 30.2943102 ], [ 120.1330724, 30.2942282 ], [ 120.1334145, 30.2940258 ], [ 120.133538, 30.293941 ], [ 120.1336014, 30.2938781 ], [ 120.134086, 30.292888 ], [ 120.1341842, 30.2926965 ], [ 120.1342983, 30.2924367 ], [ 120.1343521, 30.2921795 ], [ 120.1344186, 30.2920209 ], [ 120.1344947, 30.2919416 ], [ 120.1347132, 30.2917474 ], [ 120.1349065, 30.291586 ], [ 120.1351789, 30.291307 ], [ 120.1352907, 30.2911738 ], [ 120.1356889, 30.2906998 ], [ 120.1360278, 30.2903278 ], [ 120.1363699, 30.2898601 ], [ 120.1364776, 30.2896932 ], [ 120.1365726, 30.2894006 ], [ 120.1366714, 30.2892299 ], [ 120.1370676, 30.2889455 ], [ 120.1370985, 30.2889499 ], [ 120.1371396, 30.2890121 ], [ 120.1371499, 30.2891388 ], [ 120.137222, 30.289221 ], [ 120.1373249, 30.2893032 ], [ 120.1374535, 30.2893587 ], [ 120.1386731, 30.2894454 ], [ 120.1388789, 30.289492 ], [ 120.1396302, 30.2896786 ], [ 120.1398953, 30.2897342 ], [ 120.1402092, 30.2898297 ], [ 120.140622, 30.2899629 ], [ 120.1411031, 30.2901349 ], [ 120.1411679, 30.2899951 ], [ 120.1407011, 30.2898557 ], [ 120.1398775, 30.289615 ], [ 120.1392883, 30.2894372 ], [ 120.138772, 30.2893113 ], [ 120.1384045, 30.2892621 ], [ 120.1377583, 30.289232 ], [ 120.1375936, 30.2892156 ], [ 120.1374352, 30.28915 ], [ 120.1373085, 30.2890241 ], [ 120.1372293, 30.2887862 ], [ 120.1371596, 30.2883321 ], [ 120.1371058, 30.2878917 ], [ 120.1371153, 30.2871341 ], [ 120.1371026, 30.2866581 ], [ 120.1370899, 30.2860372 ], [ 120.1370234, 30.2855503 ], [ 120.1369981, 30.2854245 ], [ 120.136846, 30.284943 ], [ 120.1367225, 30.284489 ], [ 120.1366148, 30.2841662 ], [ 120.1362505, 30.283496 ], [ 120.1360066, 30.2831869 ], [ 120.1357785, 30.2827137 ], [ 120.1357183, 30.2825769 ], [ 120.1357215, 30.2824374 ], [ 120.1358799, 30.2816906 ], [ 120.1359812, 30.2811435 ], [ 120.1360319, 30.2809521 ], [ 120.1361301, 30.280725 ], [ 120.1362885, 30.2804843 ], [ 120.1365387, 30.2802463 ], [ 120.1372451, 30.2796281 ], [ 120.1375397, 30.2794229 ], [ 120.1377868, 30.2792506 ], [ 120.1379769, 30.2790892 ], [ 120.1381574, 30.2789086 ], [ 120.1386864, 30.278263 ], [ 120.1398458, 30.2768597 ], [ 120.1405427, 30.2760445 ], [ 120.140888, 30.2756232 ], [ 120.1412016, 30.275232 ], [ 120.1413346, 30.2750514 ], [ 120.1415545, 30.2746301 ], [ 120.1414878, 30.2745639 ], [ 120.1413855, 30.2745814 ], [ 120.1411843, 30.2750587 ], [ 120.1410608, 30.2752321 ], [ 120.1409141, 30.2754276 ], [ 120.1407984, 30.2755565 ], [ 120.1405822, 30.2758276 ], [ 120.1402117, 30.2762542 ], [ 120.1399313, 30.276563 ], [ 120.1392752, 30.2773585 ], [ 120.1389741, 30.2777518 ], [ 120.1385187, 30.2782784 ], [ 120.1382203, 30.2786695 ], [ 120.138071, 30.2788561 ], [ 120.1379578, 30.278945 ], [ 120.1378472, 30.2790428 ], [ 120.1376645, 30.279185 ], [ 120.1374278, 30.2793716 ], [ 120.1371654, 30.2795938 ], [ 120.1366868, 30.2799693 ], [ 120.1364192, 30.2801982 ], [ 120.1362365, 30.2803893 ], [ 120.1361362, 30.2805048 ], [ 120.1360333, 30.2806737 ], [ 120.1359509, 30.2808403 ], [ 120.13583, 30.2812314 ], [ 120.1357863, 30.281438 ], [ 120.1357399, 30.2816491 ], [ 120.1355727, 30.2825712 ], [ 120.1355779, 30.2826645 ], [ 120.1356087, 30.2827533 ], [ 120.1358171, 30.2830888 ], [ 120.1358737, 30.2832688 ], [ 120.1361851, 30.2837687 ], [ 120.1365015, 30.2843331 ], [ 120.136571, 30.2845175 ], [ 120.1366508, 30.2847397 ], [ 120.1367357, 30.2850663 ], [ 120.1368077, 30.2855329 ], [ 120.1368798, 30.2858906 ], [ 120.1369003, 30.2862572 ], [ 120.1369158, 30.2866149 ], [ 120.1369261, 30.2869148 ], [ 120.1369595, 30.2877791 ], [ 120.136975, 30.2882656 ], [ 120.1370033, 30.2885433 ], [ 120.1370341, 30.2887722 ], [ 120.1365736, 30.289101 ], [ 120.136489, 30.289208 ], [ 120.1362316, 30.2897771 ], [ 120.135982, 30.2902014 ], [ 120.1355024, 30.2907166 ], [ 120.1350929, 30.2912453 ], [ 120.1348511, 30.2914372 ], [ 120.1345001, 30.2917268 ], [ 120.1343129, 30.291912 ], [ 120.134167, 30.2921912 ], [ 120.1339907, 30.2926683 ], [ 120.1335273, 30.2935599 ], [ 120.1334625, 30.2936632 ], [ 120.1334783, 30.2937068 ], [ 120.1334627, 30.2938011 ], [ 120.1333652, 30.2938819 ], [ 120.1329558, 30.2940772 ], [ 120.13287, 30.2941446 ], [ 120.1328232, 30.2942725 ], [ 120.1328154, 30.2946867 ], [ 120.1327366, 30.2951061 ], [ 120.1327075, 30.2952646 ], [ 120.1328268, 30.2952749 ] ] ], [ [ [ 120.1364064, 30.2733595 ], [ 120.1369955, 30.2733744 ], [ 120.1375976, 30.27341 ], [ 120.1387452, 30.2735122 ], [ 120.1388532, 30.2735077 ], [ 120.1389639, 30.2734766 ], [ 120.1400368, 30.2731589 ], [ 120.1401397, 30.2731367 ], [ 120.140258, 30.2731522 ], [ 120.1404047, 30.2731789 ], [ 120.1404433, 30.2731633 ], [ 120.1409611, 30.2732541 ], [ 120.1409898, 30.2732325 ], [ 120.1409787, 30.2731988 ], [ 120.140454, 30.2730982 ], [ 120.1401721, 30.2730517 ], [ 120.1400359, 30.2730571 ], [ 120.1397064, 30.2731255 ], [ 120.1396051, 30.273183 ], [ 120.1387821, 30.2734202 ], [ 120.1364083, 30.2732904 ], [ 120.1363872, 30.2733279 ], [ 120.1364064, 30.2733595 ] ] ], [ [ [ 120.1418029, 30.2739429 ], [ 120.1418522, 30.2739027 ], [ 120.1419998, 30.2736699 ], [ 120.1420093, 30.2735906 ], [ 120.1419282, 30.2735342 ], [ 120.1419162, 30.2734551 ], [ 120.141883, 30.2735336 ], [ 120.1418724, 30.2735586 ], [ 120.1419022, 30.2736011 ], [ 120.1418867, 30.2736677 ], [ 120.1417732, 30.273879 ], [ 120.1418029, 30.2739429 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1414406, 30.2902165 ], [ 120.1422721, 30.290431 ], [ 120.1425745, 30.290438 ], [ 120.1434491, 30.2906828 ], [ 120.1435652, 30.2906986 ], [ 120.1436797, 30.2907143 ], [ 120.1438244, 30.290734 ], [ 120.1438919, 30.2908133 ], [ 120.1439702, 30.2909182 ], [ 120.1439648, 30.2909788 ], [ 120.1439459, 30.2911117 ], [ 120.1438352, 30.2914846 ], [ 120.1438082, 30.2916222 ], [ 120.1438892, 30.2917644 ], [ 120.1441861, 30.2919625 ], [ 120.1445182, 30.2920581 ], [ 120.1445607, 30.292036 ], [ 120.1445874, 30.2919899 ], [ 120.144564, 30.291965 ], [ 120.1443218, 30.2918978 ], [ 120.1441263, 30.2918144 ], [ 120.1439756, 30.2916944 ], [ 120.1439648, 30.2916408 ], [ 120.1439594, 30.2914753 ], [ 120.144035, 30.2912096 ], [ 120.1441969, 30.2908879 ], [ 120.1444291, 30.2904636 ], [ 120.1445074, 30.2903028 ], [ 120.1446667, 30.2901559 ], [ 120.1448206, 30.2899927 ], [ 120.1449636, 30.2898109 ], [ 120.1450635, 30.2896011 ], [ 120.1451472, 30.2892911 ], [ 120.1453146, 30.2889671 ], [ 120.145428, 30.28865 ], [ 120.1455846, 30.2881908 ], [ 120.145665, 30.2879473 ], [ 120.1458742, 30.2876115 ], [ 120.1460995, 30.2872664 ], [ 120.1463301, 30.2869364 ], [ 120.146252, 30.2869132 ], [ 120.1461437, 30.2868669 ], [ 120.1459372, 30.2871992 ], [ 120.1455751, 30.287806 ], [ 120.1454145, 30.2881255 ], [ 120.145266, 30.2886617 ], [ 120.1452012, 30.2887946 ], [ 120.1450527, 30.289065 ], [ 120.1449717, 30.2892631 ], [ 120.1449096, 30.2895079 ], [ 120.1448179, 30.2897084 ], [ 120.1446478, 30.2899648 ], [ 120.1444939, 30.2901233 ], [ 120.1443697, 30.2902375 ], [ 120.1441834, 30.2905685 ], [ 120.1440512, 30.2906408 ], [ 120.1439405, 30.2906758 ], [ 120.1437461, 30.2906828 ], [ 120.1435928, 30.2906384 ], [ 120.1433115, 30.2905569 ], [ 120.1425421, 30.2903494 ], [ 120.1418347, 30.2901256 ], [ 120.1412516, 30.2900277 ], [ 120.1411679, 30.2899951 ], [ 120.1411085, 30.2900976 ], [ 120.1411031, 30.2901349 ], [ 120.1414406, 30.2902165 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1885736, 30.2690572 ], [ 120.1885917, 30.2690763 ], [ 120.1887184, 30.269162 ], [ 120.1887707, 30.2691823 ], [ 120.1889049, 30.2692269 ], [ 120.1889464, 30.2692373 ], [ 120.188995, 30.2692364 ], [ 120.1890443, 30.2692188 ], [ 120.1890839, 30.2691991 ], [ 120.1890953, 30.2691765 ], [ 120.1890933, 30.2691487 ], [ 120.1890544, 30.2691006 ], [ 120.1890202, 30.2690531 ], [ 120.1889826, 30.2690033 ], [ 120.1889203, 30.2689628 ], [ 120.1887942, 30.268931 ], [ 120.1887372, 30.2689275 ], [ 120.1886688, 30.268924 ], [ 120.1886058, 30.2689286 ], [ 120.188585, 30.2689362 ], [ 120.1885736, 30.2689518 ], [ 120.1885682, 30.268975 ], [ 120.1885649, 30.2690346 ], [ 120.1885736, 30.2690572 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "京杭运河三堡段(北)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2170058, 30.272099 ], [ 120.2169693, 30.2718428 ], [ 120.2177164, 30.2708306 ], [ 120.2179435, 30.2704131 ], [ 120.2193352, 30.2685659 ], [ 120.2191814, 30.268433 ], [ 120.2191667, 30.2683381 ], [ 120.2201995, 30.2670033 ], [ 120.2203875, 30.2667968 ], [ 120.2202215, 30.2667085 ], [ 120.2200771, 30.2669303 ], [ 120.2189606, 30.2683485 ], [ 120.218925, 30.268395 ], [ 120.2175266, 30.2701894 ], [ 120.2163616, 30.2716844 ], [ 120.2170058, 30.272099 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "京杭运河三堡段(南)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2128581, 30.2769787 ], [ 120.2140883, 30.2753746 ], [ 120.2152796, 30.2738838 ], [ 120.2155957, 30.2737914 ], [ 120.2157707, 30.2736612 ], [ 120.216311, 30.2729779 ], [ 120.2170058, 30.272099 ], [ 120.2163616, 30.2716844 ], [ 120.2162086, 30.2717046 ], [ 120.2160675, 30.2716794 ], [ 120.2159482, 30.2715659 ], [ 120.2159409, 30.2714586 ], [ 120.2162862, 30.2709862 ], [ 120.2164469, 30.2707723 ], [ 120.2170593, 30.2699573 ], [ 120.2175266, 30.2693619 ], [ 120.2182409, 30.2684517 ], [ 120.2180367, 30.268353 ], [ 120.2179313, 30.2682667 ], [ 120.2185258, 30.2675 ], [ 120.2195323, 30.2662628 ], [ 120.2194166, 30.2661637 ], [ 120.2184229, 30.2674468 ], [ 120.217847, 30.2681976 ], [ 120.216932, 30.269394 ], [ 120.2154939, 30.2711794 ], [ 120.2153046, 30.2715074 ], [ 120.2150547, 30.2727614 ], [ 120.2149722, 30.273284 ], [ 120.2147934, 30.2736641 ], [ 120.2141057, 30.2745846 ], [ 120.2135899, 30.2752617 ], [ 120.2124622, 30.2767226 ], [ 120.2128581, 30.2769787 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "华家池" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1868744, 30.2728909 ], [ 120.1871321, 30.2729548 ], [ 120.1872366, 30.2729616 ], [ 120.1873802, 30.2729511 ], [ 120.1875459, 30.2730269 ], [ 120.1877638, 30.2730661 ], [ 120.1881107, 30.2731054 ], [ 120.1881369, 30.2730659 ], [ 120.1882107, 30.2730752 ], [ 120.1881738, 30.2731234 ], [ 120.1882727, 30.2731902 ], [ 120.1886775, 30.2733038 ], [ 120.1888716, 30.2733914 ], [ 120.189198, 30.2734839 ], [ 120.1897969, 30.273489 ], [ 120.1899359, 30.2735588 ], [ 120.1904092, 30.273579 ], [ 120.1904514, 30.273495 ], [ 120.190574, 30.273478 ], [ 120.1905626, 30.2734209 ], [ 120.1905178, 30.273379 ], [ 120.1903063, 30.2733574 ], [ 120.1903411, 30.2732066 ], [ 120.1904105, 30.2731103 ], [ 120.1908611, 30.2731473 ], [ 120.1909684, 30.2733326 ], [ 120.1910066, 30.2734177 ], [ 120.191037, 30.2734855 ], [ 120.1911286, 30.2734895 ], [ 120.1912198, 30.2734279 ], [ 120.1913546, 30.2731473 ], [ 120.1915554, 30.2729329 ], [ 120.1916872, 30.2727582 ], [ 120.1916762, 30.272597 ], [ 120.1916192, 30.2724159 ], [ 120.1914132, 30.2723518 ], [ 120.19118, 30.2722249 ], [ 120.1909412, 30.2721774 ], [ 120.1907151, 30.2721468 ], [ 120.1905465, 30.2719871 ], [ 120.190412, 30.2719031 ], [ 120.1902602, 30.271839 ], [ 120.1902327, 30.2717703 ], [ 120.1900745, 30.2718458 ], [ 120.1899104, 30.2719772 ], [ 120.189729, 30.2721037 ], [ 120.1895387, 30.2722177 ], [ 120.18931, 30.2722686 ], [ 120.189064, 30.2723344 ], [ 120.18894, 30.2724064 ], [ 120.1887495, 30.2724511 ], [ 120.1885956, 30.2724083 ], [ 120.1882979, 30.2722861 ], [ 120.1880132, 30.2722006 ], [ 120.187739, 30.2721837 ], [ 120.1874815, 30.2719984 ], [ 120.1867735, 30.2720362 ], [ 120.1867381, 30.2728431 ], [ 120.1868744, 30.2728909 ] ] ], [ [ [ 120.1910439, 30.2717388 ], [ 120.1915394, 30.2719466 ], [ 120.1917588, 30.2718549 ], [ 120.1918508, 30.2709868 ], [ 120.1915181, 30.2709073 ], [ 120.1909943, 30.2710969 ], [ 120.1910439, 30.2717388 ] ] ], [ [ [ 120.1920894, 30.2709855 ], [ 120.1925565, 30.2709855 ], [ 120.1927477, 30.2710894 ], [ 120.1931441, 30.271071 ], [ 120.1931794, 30.2708815 ], [ 120.1928751, 30.2707226 ], [ 120.1924858, 30.270747 ], [ 120.1924645, 30.2708999 ], [ 120.1920894, 30.2709182 ], [ 120.1920894, 30.2709855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1906494, 30.2742628 ], [ 120.1906621, 30.2742846 ], [ 120.1906825, 30.2743016 ], [ 120.1907082, 30.2743117 ], [ 120.1907364, 30.2743139 ], [ 120.1907638, 30.2743079 ], [ 120.1907918, 30.2742914 ], [ 120.1908036, 30.2742762 ], [ 120.1908126, 30.2742539 ], [ 120.1908128, 30.2742302 ], [ 120.1908042, 30.2742078 ], [ 120.1907877, 30.2741889 ], [ 120.190765, 30.2741756 ], [ 120.1907386, 30.2741693 ], [ 120.1907113, 30.2741706 ], [ 120.1906859, 30.2741795 ], [ 120.1906652, 30.274195 ], [ 120.1906513, 30.2742154 ], [ 120.1906457, 30.2742386 ], [ 120.1906494, 30.2742628 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1906336, 30.2744159 ], [ 120.1906335, 30.2743632 ], [ 120.1908124, 30.274365 ], [ 120.1908124, 30.2744176 ], [ 120.1909283, 30.2744211 ], [ 120.1909323, 30.2742965 ], [ 120.1907918, 30.2742914 ], [ 120.1907638, 30.2743079 ], [ 120.1907364, 30.2743139 ], [ 120.1907082, 30.2743117 ], [ 120.1906825, 30.2743016 ], [ 120.1906621, 30.2742846 ], [ 120.1905177, 30.2742825 ], [ 120.1905167, 30.2744119 ], [ 120.1906336, 30.2744159 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2088976, 30.2819105 ], [ 120.2089579, 30.2819155 ], [ 120.2090125, 30.2819353 ], [ 120.2090758, 30.2819701 ], [ 120.2103665, 30.2825311 ], [ 120.2105131, 30.2826577 ], [ 120.2112577, 30.2830028 ], [ 120.2119275, 30.2833354 ], [ 120.2121402, 30.2834174 ], [ 120.2123156, 30.2834794 ], [ 120.2126721, 30.2835787 ], [ 120.2132068, 30.2837202 ], [ 120.2140548, 30.2839362 ], [ 120.2142388, 30.2839809 ], [ 120.2142934, 30.2839809 ], [ 120.215015, 30.2841596 ], [ 120.2151063, 30.2841915 ], [ 120.2151594, 30.2842031 ], [ 120.2152095, 30.2842114 ], [ 120.2153283, 30.2842316 ], [ 120.2154089, 30.284247 ], [ 120.2154932, 30.284257 ], [ 120.2155633, 30.2842629 ], [ 120.2156109, 30.2842667 ], [ 120.2156569, 30.2842687 ], [ 120.2156807, 30.2842705 ], [ 120.2156974, 30.2842739 ], [ 120.2157149, 30.2842829 ], [ 120.215735, 30.2842948 ], [ 120.2158017, 30.2843079 ], [ 120.2159617, 30.2843367 ], [ 120.2160366, 30.2843669 ], [ 120.2161674, 30.2844227 ], [ 120.2166017, 30.2845007 ], [ 120.2166822, 30.2844923 ], [ 120.2167737, 30.2844982 ], [ 120.2170697, 30.2845904 ], [ 120.2171985, 30.2846222 ], [ 120.2173742, 30.2846657 ], [ 120.2174326, 30.2846878 ], [ 120.217519, 30.2847463 ], [ 120.2175774, 30.284833 ], [ 120.2176288, 30.2849943 ], [ 120.2176568, 30.2851375 ], [ 120.2176474, 30.2852827 ], [ 120.2176077, 30.2854077 ], [ 120.2172431, 30.2860837 ], [ 120.2174082, 30.2861236 ], [ 120.2177534, 30.2854635 ], [ 120.2177746, 30.2854084 ], [ 120.2178136, 30.2852618 ], [ 120.2178164, 30.2850743 ], [ 120.2177959, 30.2849195 ], [ 120.217718, 30.2846964 ], [ 120.2176543, 30.2845955 ], [ 120.2175057, 30.2845283 ], [ 120.2170314, 30.2844091 ], [ 120.2169606, 30.2843907 ], [ 120.2169535, 30.2843632 ], [ 120.2172013, 30.2839812 ], [ 120.2176154, 30.2833516 ], [ 120.2178242, 30.2830552 ], [ 120.217941, 30.2829085 ], [ 120.2181038, 30.2827343 ], [ 120.2182522, 30.2825275 ], [ 120.2182965, 30.2824708 ], [ 120.2183193, 30.2824302 ], [ 120.218377, 30.2822322 ], [ 120.2184185, 30.2820504 ], [ 120.2184863, 30.2819282 ], [ 120.2185674, 30.2818153 ], [ 120.2186371, 30.2816798 ], [ 120.2186512, 30.2814735 ], [ 120.2186566, 30.2814054 ], [ 120.2186648, 30.2811338 ], [ 120.2186659, 30.2810825 ], [ 120.2186582, 30.2810456 ], [ 120.21865, 30.280996 ], [ 120.2186433, 30.2809444 ], [ 120.218648, 30.2808741 ], [ 120.2186556, 30.2807953 ], [ 120.2186594, 30.2806824 ], [ 120.2186771, 30.2805673 ], [ 120.218727, 30.2799523 ], [ 120.218758, 30.2796975 ], [ 120.2188258, 30.2791239 ], [ 120.2188822, 30.2784261 ], [ 120.2189253, 30.2780909 ], [ 120.218928, 30.2779705 ], [ 120.2189311, 30.2778303 ], [ 120.2189138, 30.2773908 ], [ 120.2189196, 30.2773362 ], [ 120.2189483, 30.2772642 ], [ 120.2192186, 30.2769142 ], [ 120.2195031, 30.2765319 ], [ 120.2196785, 30.2762712 ], [ 120.2197926, 30.2760549 ], [ 120.2200069, 30.2757257 ], [ 120.22006, 30.2756618 ], [ 120.2201093, 30.27558 ], [ 120.2201643, 30.2755456 ], [ 120.2202231, 30.2755456 ], [ 120.2202534, 30.2755554 ], [ 120.2203103, 30.2755308 ], [ 120.2203236, 30.2754997 ], [ 120.2203179, 30.275462 ], [ 120.2202762, 30.2754227 ], [ 120.2202667, 30.2753605 ], [ 120.2202762, 30.2753097 ], [ 120.2203407, 30.2752212 ], [ 120.2203881, 30.2751787 ], [ 120.2204336, 30.2751623 ], [ 120.2204867, 30.2751426 ], [ 120.2205569, 30.2750656 ], [ 120.2205835, 30.275028 ], [ 120.2205721, 30.2748806 ], [ 120.2205721, 30.274838 ], [ 120.2206043, 30.274815 ], [ 120.2206555, 30.2748118 ], [ 120.2207124, 30.2748396 ], [ 120.2207485, 30.2748658 ], [ 120.2207655, 30.2748642 ], [ 120.220775, 30.2748494 ], [ 120.2207902, 30.2748298 ], [ 120.2208433, 30.2748167 ], [ 120.220866, 30.2748003 ], [ 120.2208736, 30.2747823 ], [ 120.2209021, 30.2747708 ], [ 120.2209078, 30.2747462 ], [ 120.2208888, 30.2747364 ], [ 120.2208054, 30.2747315 ], [ 120.2207769, 30.2747348 ], [ 120.2207655, 30.2747118 ], [ 120.2207845, 30.2746889 ], [ 120.220849, 30.2746594 ], [ 120.2208812, 30.2746365 ], [ 120.2208983, 30.274571 ], [ 120.2209248, 30.2745104 ], [ 120.2209628, 30.2744612 ], [ 120.2210235, 30.2744039 ], [ 120.2210576, 30.2743056 ], [ 120.2210728, 30.2742303 ], [ 120.22105, 30.2742205 ], [ 120.2210254, 30.2741975 ], [ 120.2210348, 30.2741418 ], [ 120.2210804, 30.2741025 ], [ 120.2211486, 30.274073 ], [ 120.2212055, 30.2740632 ], [ 120.2212586, 30.2740796 ], [ 120.221289, 30.2741025 ], [ 120.221325, 30.2740517 ], [ 120.2213118, 30.2740337 ], [ 120.2213345, 30.2739977 ], [ 120.2213952, 30.2739387 ], [ 120.2214142, 30.273883 ], [ 120.2214976, 30.2737995 ], [ 120.2215033, 30.2737602 ], [ 120.2214935, 30.2737305 ], [ 120.2219535, 30.2730872 ], [ 120.2220446, 30.2729663 ], [ 120.2222524, 30.2727001 ], [ 120.2223691, 30.2725186 ], [ 120.2224275, 30.272446 ], [ 120.2225232, 30.2724016 ], [ 120.2226026, 30.2723976 ], [ 120.222694, 30.2724087 ], [ 120.2233241, 30.2727669 ], [ 120.224556, 30.2735042 ], [ 120.2246861, 30.2735639 ], [ 120.2248487, 30.2735814 ], [ 120.2249829, 30.2735533 ], [ 120.225987, 30.27296 ], [ 120.2260602, 30.2729143 ], [ 120.2261456, 30.2729108 ], [ 120.2262106, 30.2729424 ], [ 120.2271498, 30.2737149 ], [ 120.2272717, 30.2738272 ], [ 120.2273937, 30.2739993 ], [ 120.2276703, 30.2743875 ], [ 120.2279144, 30.2749074 ], [ 120.2279925, 30.2751145 ], [ 120.2280078, 30.2753355 ], [ 120.2279508, 30.2756269 ], [ 120.2279549, 30.2757112 ], [ 120.2279915, 30.275806 ], [ 120.2281338, 30.275978 ], [ 120.228268, 30.2761641 ], [ 120.2283208, 30.2762905 ], [ 120.2284997, 30.2765152 ], [ 120.2285729, 30.2765573 ], [ 120.2287831, 30.276648 ], [ 120.2289843, 30.2767033 ], [ 120.2290808, 30.2767283 ], [ 120.2290642, 30.2766689 ], [ 120.2290038, 30.2765889 ], [ 120.2288249, 30.2764169 ], [ 120.2287727, 30.2763678 ], [ 120.228768, 30.2764134 ], [ 120.2287314, 30.2764555 ], [ 120.2286542, 30.2764625 ], [ 120.2285647, 30.2764169 ], [ 120.2284306, 30.2762378 ], [ 120.2283818, 30.2761325 ], [ 120.2282232, 30.2759324 ], [ 120.2280891, 30.2757814 ], [ 120.2280647, 30.2756831 ], [ 120.2280687, 30.2755988 ], [ 120.2280931, 30.2755286 ], [ 120.2281419, 30.2755111 ], [ 120.2281785, 30.2755286 ], [ 120.228268, 30.275332 ], [ 120.228227, 30.2750935 ], [ 120.2280908, 30.2747566 ], [ 120.2279259, 30.2744085 ], [ 120.2278086, 30.2742717 ], [ 120.2277248, 30.2741325 ], [ 120.2274221, 30.2736973 ], [ 120.2272311, 30.2735182 ], [ 120.2263326, 30.272802 ], [ 120.2262228, 30.2727318 ], [ 120.2260805, 30.2727282 ], [ 120.2259667, 30.2727634 ], [ 120.2249422, 30.2733638 ], [ 120.2248446, 30.2733778 ], [ 120.2247308, 30.2733602 ], [ 120.2246088, 30.2733006 ], [ 120.2243486, 30.2731671 ], [ 120.2232607, 30.272525 ], [ 120.2227378, 30.2722127 ], [ 120.2225461, 30.2720998 ], [ 120.2222585, 30.2718514 ], [ 120.2213696, 30.2711138 ], [ 120.2210864, 30.270873 ], [ 120.2207689, 30.2705011 ], [ 120.2203544, 30.270065 ], [ 120.2200406, 30.2698118 ], [ 120.2199491, 30.2697591 ], [ 120.2198751, 30.2697139 ], [ 120.2197182, 30.2695559 ], [ 120.2196746, 30.2694731 ], [ 120.2196661, 30.2694035 ], [ 120.2196697, 30.2692415 ], [ 120.2196657, 30.2692175 ], [ 120.2196542, 30.2691934 ], [ 120.2195104, 30.2690948 ], [ 120.2194786, 30.2691407 ], [ 120.2195862, 30.2692055 ], [ 120.2196112, 30.269252 ], [ 120.2196074, 30.2693168 ], [ 120.2195949, 30.2694606 ], [ 120.2196099, 30.2695222 ], [ 120.219635, 30.26956 ], [ 120.2199128, 30.2698312 ], [ 120.2199666, 30.2700074 ], [ 120.2204884, 30.2705142 ], [ 120.2208287, 30.2708784 ], [ 120.2209739, 30.270966 ], [ 120.2213251, 30.2712731 ], [ 120.2213497, 30.271341 ], [ 120.2214052, 30.2714088 ], [ 120.2217734, 30.2717308 ], [ 120.2221862, 30.2720488 ], [ 120.2222771, 30.2721499 ], [ 120.2223018, 30.2722098 ], [ 120.2223033, 30.2722803 ], [ 120.2222756, 30.2723548 ], [ 120.2220753, 30.2726302 ], [ 120.2215309, 30.2733736 ], [ 120.2215864, 30.2734528 ], [ 120.221409, 30.273717 ], [ 120.2213389, 30.2737795 ], [ 120.2212689, 30.2738199 ], [ 120.2211965, 30.2738763 ], [ 120.2211264, 30.2739731 ], [ 120.2211054, 30.2740256 ], [ 120.2210654, 30.2740595 ], [ 120.2210223, 30.2740994 ], [ 120.2209899, 30.2740994 ], [ 120.2209684, 30.2741088 ], [ 120.2209345, 30.2741433 ], [ 120.2209745, 30.2741739 ], [ 120.220936, 30.2742405 ], [ 120.2208559, 30.2743575 ], [ 120.2207974, 30.2744121 ], [ 120.220745, 30.274456 ], [ 120.2207096, 30.2744853 ], [ 120.2206911, 30.2745252 ], [ 120.2206941, 30.2745664 ], [ 120.2206818, 30.274629 ], [ 120.2206479, 30.2746808 ], [ 120.2206063, 30.2747208 ], [ 120.2205586, 30.2747527 ], [ 120.2204908, 30.274774 ], [ 120.2204631, 30.2747833 ], [ 120.2204507, 30.2748298 ], [ 120.2204199, 30.2749549 ], [ 120.220346, 30.275056 ], [ 120.2203044, 30.2750906 ], [ 120.2202536, 30.2751332 ], [ 120.2202089, 30.2751651 ], [ 120.2201596, 30.2752343 ], [ 120.2201257, 30.2753035 ], [ 120.2200826, 30.2753913 ], [ 120.220044, 30.2754232 ], [ 120.2199917, 30.2754738 ], [ 120.219967, 30.2755177 ], [ 120.2199593, 30.2755549 ], [ 120.2199393, 30.2755815 ], [ 120.2198777, 30.275668 ], [ 120.2197606, 30.2759115 ], [ 120.2197483, 30.27597 ], [ 120.2197329, 30.2760152 ], [ 120.2196836, 30.2760778 ], [ 120.2195911, 30.2762135 ], [ 120.2194818, 30.2763771 ], [ 120.2192907, 30.2766605 ], [ 120.2190735, 30.2769372 ], [ 120.2189888, 30.2770503 ], [ 120.2188655, 30.2772219 ], [ 120.218844, 30.2772672 ], [ 120.2188178, 30.277343 ], [ 120.2186949, 30.2776853 ], [ 120.2186285, 30.278238 ], [ 120.2186107, 30.278681 ], [ 120.2185857, 30.2793381 ], [ 120.2185667, 30.2798268 ], [ 120.2185436, 30.2801022 ], [ 120.2184734, 30.2805678 ], [ 120.2184496, 30.2807037 ], [ 120.2184491, 30.2809294 ], [ 120.2184689, 30.2810201 ], [ 120.2185028, 30.2811239 ], [ 120.218513, 30.2812157 ], [ 120.2184894, 30.2815753 ], [ 120.2184712, 30.2817368 ], [ 120.2184413, 30.2818209 ], [ 120.2183813, 30.2819127 ], [ 120.2183392, 30.2820228 ], [ 120.2183148, 30.2821612 ], [ 120.2182941, 30.28223 ], [ 120.2182696, 30.2822798 ], [ 120.2182236, 30.2823394 ], [ 120.218031, 30.2825355 ], [ 120.2177406, 30.2828632 ], [ 120.2176141, 30.2830146 ], [ 120.2174589, 30.2832232 ], [ 120.2172433, 30.2835608 ], [ 120.2169587, 30.2839877 ], [ 120.2167546, 30.2843129 ], [ 120.2167029, 30.2843576 ], [ 120.2166447, 30.2843673 ], [ 120.2165821, 30.2843527 ], [ 120.2165131, 30.284308 ], [ 120.2162199, 30.284241 ], [ 120.2161108, 30.2842384 ], [ 120.2158966, 30.2842531 ], [ 120.2158641, 30.2842432 ], [ 120.2158235, 30.2842068 ], [ 120.2157965, 30.2841948 ], [ 120.2155526, 30.2841563 ], [ 120.2154526, 30.2841373 ], [ 120.2153842, 30.2841307 ], [ 120.2153041, 30.2841186 ], [ 120.2152028, 30.2840968 ], [ 120.2151246, 30.2840771 ], [ 120.2148659, 30.2840051 ], [ 120.2147509, 30.2839555 ], [ 120.2143312, 30.2838711 ], [ 120.2141127, 30.2838289 ], [ 120.213509, 30.283675 ], [ 120.2125431, 30.2834416 ], [ 120.2120573, 30.2832852 ], [ 120.2117385, 30.2831558 ], [ 120.2112094, 30.2829068 ], [ 120.2106423, 30.2826317 ], [ 120.2106328, 30.2824237 ], [ 120.2095138, 30.2819127 ], [ 120.2093526, 30.281929 ], [ 120.2091743, 30.2818521 ], [ 120.2091326, 30.2818193 ], [ 120.2091017, 30.281769 ], [ 120.209092, 30.2816381 ], [ 120.20885, 30.2819224 ], [ 120.2088976, 30.2819105 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1736718, 30.2785324 ], [ 120.1745984, 30.2788638 ], [ 120.1763663, 30.2793878 ], [ 120.1774371, 30.2797006 ], [ 120.1787598, 30.2798026 ], [ 120.1807676, 30.2797754 ], [ 120.1814605, 30.2798502 ], [ 120.1818935, 30.2800066 ], [ 120.1835548, 30.2808157 ], [ 120.1854681, 30.2820668 ], [ 120.1863893, 30.2825495 ], [ 120.1876491, 30.2831138 ], [ 120.1888144, 30.2835422 ], [ 120.1901765, 30.2839026 ], [ 120.1927433, 30.2841949 ], [ 120.196751, 30.2846641 ], [ 120.1969399, 30.2848068 ], [ 120.2024515, 30.28531 ], [ 120.2027034, 30.285004 ], [ 120.2037034, 30.284902 ], [ 120.2051127, 30.2845349 ], [ 120.2061048, 30.2841337 ], [ 120.207089, 30.283583 ], [ 120.2078685, 30.2829439 ], [ 120.2084669, 30.2823727 ], [ 120.20885, 30.2819224 ], [ 120.209092, 30.2816381 ], [ 120.2097975, 30.2808089 ], [ 120.21201, 30.2781163 ], [ 120.2123649, 30.2776493 ], [ 120.2132945, 30.2781636 ], [ 120.2135398, 30.277824 ], [ 120.2127273, 30.2773662 ], [ 120.2126708, 30.2772567 ], [ 120.2128581, 30.2769787 ], [ 120.2124622, 30.2767226 ], [ 120.210236, 30.2795631 ], [ 120.2087164, 30.2813392 ], [ 120.2076244, 30.2825155 ], [ 120.2068607, 30.2831546 ], [ 120.2062308, 30.2835354 ], [ 120.2051678, 30.2840657 ], [ 120.2040577, 30.2843785 ], [ 120.202916, 30.2845689 ], [ 120.2018767, 30.2845961 ], [ 120.1995697, 30.2844125 ], [ 120.1933102, 30.283787 ], [ 120.1904285, 30.2835286 ], [ 120.1895151, 30.2833314 ], [ 120.1885231, 30.2829983 ], [ 120.186972, 30.2823183 ], [ 120.1857752, 30.2817268 ], [ 120.1842713, 30.2807545 ], [ 120.1829171, 30.279959 ], [ 120.1819801, 30.2794626 ], [ 120.1810589, 30.2792246 ], [ 120.1803442, 30.2792246 ], [ 120.1797913, 30.2792246 ], [ 120.1783583, 30.2792382 ], [ 120.1775079, 30.279109 ], [ 120.176571, 30.2788371 ], [ 120.1762741, 30.2787421 ], [ 120.1731056, 30.2777282 ], [ 120.172944, 30.2782721 ], [ 120.1736718, 30.2785324 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2159224, 30.2883132 ], [ 120.2159685, 30.2883278 ], [ 120.2159883, 30.2882565 ], [ 120.2160114, 30.2882251 ], [ 120.2160709, 30.2881738 ], [ 120.2161138, 30.2879827 ], [ 120.216193, 30.287555 ], [ 120.2162657, 30.2872471 ], [ 120.2163416, 30.2869733 ], [ 120.2163945, 30.2869049 ], [ 120.2164341, 30.2868222 ], [ 120.2165365, 30.2865542 ], [ 120.216652, 30.2863032 ], [ 120.2167049, 30.2862291 ], [ 120.2168304, 30.2860865 ], [ 120.2168964, 30.2860751 ], [ 120.2169426, 30.2860979 ], [ 120.217253, 30.2862319 ], [ 120.2173092, 30.2862262 ], [ 120.2173554, 30.286212 ], [ 120.2174082, 30.2861236 ], [ 120.2173498, 30.2861043 ], [ 120.2172431, 30.2860837 ], [ 120.2169063, 30.2859468 ], [ 120.2168403, 30.2859382 ], [ 120.2167643, 30.2859525 ], [ 120.2167082, 30.2859839 ], [ 120.216652, 30.2860352 ], [ 120.2163978, 30.2865057 ], [ 120.2161996, 30.2870132 ], [ 120.2161336, 30.2871957 ], [ 120.2160279, 30.2876434 ], [ 120.215952, 30.2880084 ], [ 120.2159024, 30.2881937 ], [ 120.2158793, 30.2883078 ], [ 120.2159224, 30.2883132 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2206644, 30.2900285 ], [ 120.2207111, 30.2901414 ], [ 120.2207065, 30.2902059 ], [ 120.220663, 30.2903213 ], [ 120.2206598, 30.2903591 ], [ 120.2206878, 30.2904035 ], [ 120.2210445, 30.2904974 ], [ 120.2211389, 30.2904914 ], [ 120.2211968, 30.2903471 ], [ 120.2212061, 30.2902543 ], [ 120.2211828, 30.2901938 ], [ 120.2211501, 30.2901454 ], [ 120.2210754, 30.2901212 ], [ 120.2209867, 30.2901132 ], [ 120.220982, 30.2900366 ], [ 120.2209773, 30.2899882 ], [ 120.2210147, 30.2899317 ], [ 120.2210614, 30.2898511 ], [ 120.2210707, 30.2897785 ], [ 120.22101, 30.2897623 ], [ 120.220954, 30.2897301 ], [ 120.2209259, 30.2896736 ], [ 120.2209446, 30.2895486 ], [ 120.2209259, 30.2895123 ], [ 120.2208512, 30.2895043 ], [ 120.2207952, 30.2895083 ], [ 120.2207345, 30.2896051 ], [ 120.2206691, 30.289847 ], [ 120.2206504, 30.2899357 ], [ 120.2206644, 30.2900285 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.171284, 30.2802878 ], [ 120.17129, 30.2802974 ], [ 120.1712994, 30.2803173 ], [ 120.1712968, 30.2803335 ], [ 120.1712908, 30.2803659 ], [ 120.1712985, 30.2803939 ], [ 120.1713446, 30.2804064 ], [ 120.1713667, 30.2803931 ], [ 120.1713932, 30.2803917 ], [ 120.1714247, 30.2803998 ], [ 120.1714418, 30.2803939 ], [ 120.1714401, 30.2803578 ], [ 120.1714324, 30.2803188 ], [ 120.1714059, 30.2802856 ], [ 120.1713616, 30.2802702 ], [ 120.1713164, 30.2802635 ], [ 120.1712917, 30.2802672 ], [ 120.1712806, 30.2802775 ], [ 120.171284, 30.2802878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1544083, 30.2811551 ], [ 120.1544688, 30.281217 ], [ 120.1545556, 30.2812594 ], [ 120.1546425, 30.2812692 ], [ 120.1547331, 30.2812594 ], [ 120.1547822, 30.2812333 ], [ 120.1548049, 30.2812007 ], [ 120.1547936, 30.2811648 ], [ 120.1547294, 30.2811029 ], [ 120.1546576, 30.2810702 ], [ 120.1546009, 30.2810637 ], [ 120.1544876, 30.2810605 ], [ 120.1544385, 30.2810866 ], [ 120.1544045, 30.2811094 ], [ 120.1544083, 30.2811551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1633453, 30.2814172 ], [ 120.1633977, 30.2814546 ], [ 120.1635086, 30.2814907 ], [ 120.163602, 30.2815011 ], [ 120.1636567, 30.2815018 ], [ 120.1637456, 30.2814959 ], [ 120.1638466, 30.2814834 ], [ 120.1638747, 30.2814533 ], [ 120.1638686, 30.281429 ], [ 120.1638519, 30.2814008 ], [ 120.1637555, 30.2813818 ], [ 120.1636499, 30.2814054 ], [ 120.1635793, 30.2814139 ], [ 120.1635124, 30.2814113 ], [ 120.1634608, 30.2813988 ], [ 120.1634236, 30.2813411 ], [ 120.1633879, 30.28133 ], [ 120.1633499, 30.2813641 ], [ 120.1632944, 30.2813411 ], [ 120.1632648, 30.2813719 ], [ 120.1633453, 30.2814172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1685275, 30.284025 ], [ 120.1685854, 30.2837808 ], [ 120.1687491, 30.2834306 ], [ 120.168842, 30.2833198 ], [ 120.1689098, 30.2833173 ], [ 120.169001, 30.2833534 ], [ 120.1692833, 30.2834653 ], [ 120.1700491, 30.2836417 ], [ 120.1713816, 30.2838375 ], [ 120.1713946, 30.2837215 ], [ 120.1706893, 30.2835808 ], [ 120.1699819, 30.283471 ], [ 120.1699544, 30.283466 ], [ 120.1691932, 30.2833268 ], [ 120.1689735, 30.2832377 ], [ 120.1688504, 30.2831219 ], [ 120.1688482, 30.2830707 ], [ 120.1689032, 30.2828468 ], [ 120.1691034, 30.2822506 ], [ 120.169238, 30.2817003 ], [ 120.1692647, 30.2813578 ], [ 120.1692547, 30.2811715 ], [ 120.1692701, 30.2810653 ], [ 120.1690174, 30.2810463 ], [ 120.1690008, 30.2811974 ], [ 120.1689691, 30.2814865 ], [ 120.1689339, 30.2816572 ], [ 120.1688163, 30.2820205 ], [ 120.1686857, 30.2823725 ], [ 120.1685868, 30.2827026 ], [ 120.1685385, 30.2827235 ], [ 120.168491, 30.2831215 ], [ 120.1684117, 30.2833077 ], [ 120.1682964, 30.2835073 ], [ 120.1683205, 30.283638 ], [ 120.1681232, 30.2839852 ], [ 120.1685275, 30.284025 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1714782, 30.2838771 ], [ 120.1715716, 30.2839153 ], [ 120.1716431, 30.2839902 ], [ 120.1716686, 30.2840783 ], [ 120.171665, 30.2843353 ], [ 120.171791, 30.284346 ], [ 120.1718076, 30.2840067 ], [ 120.1717681, 30.283901 ], [ 120.1716686, 30.2838239 ], [ 120.1714399, 30.2837384 ], [ 120.1713946, 30.2837215 ], [ 120.1713816, 30.2838375 ], [ 120.1714782, 30.2838771 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1683421, 30.2845537 ], [ 120.1685275, 30.284025 ], [ 120.1681232, 30.2839852 ], [ 120.1679673, 30.2845155 ], [ 120.1683421, 30.2845537 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1716662, 30.2850668 ], [ 120.1716991, 30.2852234 ], [ 120.1718414, 30.2854506 ], [ 120.172209, 30.2858885 ], [ 120.1722544, 30.2857247 ], [ 120.1718934, 30.2852286 ], [ 120.1718154, 30.2851295 ], [ 120.171791, 30.284346 ], [ 120.171665, 30.2843353 ], [ 120.1716577, 30.2848996 ], [ 120.1716662, 30.2850668 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1551141, 30.285766 ], [ 120.1552947, 30.2857397 ], [ 120.1554658, 30.2857364 ], [ 120.1555685, 30.285743 ], [ 120.1557301, 30.2857266 ], [ 120.1559963, 30.2857315 ], [ 120.156544, 30.2857693 ], [ 120.1572893, 30.2858218 ], [ 120.1581089, 30.2859614 ], [ 120.1584519, 30.2859894 ], [ 120.1584826, 30.285945 ], [ 120.1585027, 30.2859111 ], [ 120.1581336, 30.2858662 ], [ 120.1573102, 30.2857529 ], [ 120.1560895, 30.2856494 ], [ 120.1557621, 30.2856407 ], [ 120.1556762, 30.2856384 ], [ 120.1555324, 30.2856346 ], [ 120.1553232, 30.2856346 ], [ 120.1552833, 30.2856182 ], [ 120.1552745, 30.2855801 ], [ 120.1549492, 30.285816 ], [ 120.1551141, 30.285766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1604695, 30.2862383 ], [ 120.1612862, 30.2863489 ], [ 120.162003, 30.2864441 ], [ 120.1624347, 30.2865114 ], [ 120.1624637, 30.2864634 ], [ 120.1624803, 30.2864359 ], [ 120.1621122, 30.2863877 ], [ 120.1608114, 30.2861863 ], [ 120.1604832, 30.2861403 ], [ 120.1603329, 30.2861192 ], [ 120.1594943, 30.2860175 ], [ 120.1589322, 30.2859565 ], [ 120.1589277, 30.2859924 ], [ 120.1589194, 30.2860349 ], [ 120.1604695, 30.2862383 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1634022, 30.286548 ], [ 120.1642566, 30.2866997 ], [ 120.1646547, 30.2867768 ], [ 120.1648445, 30.286838 ], [ 120.1654226, 30.2870778 ], [ 120.1657257, 30.2871683 ], [ 120.1661309, 30.2872466 ], [ 120.1664525, 30.2873075 ], [ 120.1664619, 30.2872297 ], [ 120.165611, 30.2870472 ], [ 120.1647638, 30.2867205 ], [ 120.1639845, 30.2865725 ], [ 120.1632124, 30.2864281 ], [ 120.1631902, 30.2864611 ], [ 120.1631571, 30.2865101 ], [ 120.1634022, 30.286548 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1607282, 30.2870701 ], [ 120.1607732, 30.2870962 ], [ 120.1608235, 30.2871106 ], [ 120.1609147, 30.2871425 ], [ 120.1609703, 30.2871685 ], [ 120.1610072, 30.2871894 ], [ 120.1610293, 30.2872311 ], [ 120.1610474, 30.2872409 ], [ 120.161083, 30.2872224 ], [ 120.1611098, 30.2872091 ], [ 120.1611332, 30.2872045 ], [ 120.1612679, 30.2872276 ], [ 120.1613173, 30.2872426 ], [ 120.1613638, 30.2872702 ], [ 120.161358, 30.2873154 ], [ 120.1613464, 30.2873555 ], [ 120.1613028, 30.2873931 ], [ 120.1613173, 30.2874207 ], [ 120.1613609, 30.2874308 ], [ 120.1613957, 30.2874233 ], [ 120.1614219, 30.2873505 ], [ 120.1614568, 30.2873129 ], [ 120.1614219, 30.2872727 ], [ 120.1614016, 30.2872401 ], [ 120.1613522, 30.28722 ], [ 120.1612737, 30.2871924 ], [ 120.1611725, 30.2871629 ], [ 120.1611423, 30.2871494 ], [ 120.1611292, 30.2871205 ], [ 120.1611051, 30.2870765 ], [ 120.1610836, 30.2870469 ], [ 120.1610394, 30.2870215 ], [ 120.1609877, 30.2869989 ], [ 120.160922, 30.2869682 ], [ 120.160861, 30.2869543 ], [ 120.1608054, 30.2869578 ], [ 120.1607638, 30.2869659 ], [ 120.1607289, 30.2869943 ], [ 120.1607135, 30.2870348 ], [ 120.1607282, 30.2870701 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1682736, 30.2875203 ], [ 120.1692317, 30.2875077 ], [ 120.1698066, 30.2875151 ], [ 120.1703157, 30.2874879 ], [ 120.1710965, 30.2875126 ], [ 120.1716526, 30.2875208 ], [ 120.1721285, 30.2875278 ], [ 120.1721095, 30.2873594 ], [ 120.1714968, 30.2873447 ], [ 120.1712939, 30.2873447 ], [ 120.1712052, 30.2873299 ], [ 120.1705834, 30.2873374 ], [ 120.1703796, 30.2873399 ], [ 120.1699782, 30.2873447 ], [ 120.1682496, 30.2873627 ], [ 120.1682736, 30.2875203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1849137, 30.2875137 ], [ 120.1850389, 30.287509 ], [ 120.1850442, 30.2874751 ], [ 120.1850692, 30.2874164 ], [ 120.1850174, 30.2873855 ], [ 120.1848886, 30.2874148 ], [ 120.1849137, 30.2875137 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1668784, 30.2873873 ], [ 120.1674207, 30.287423 ], [ 120.1676762, 30.2874468 ], [ 120.1678489, 30.2874766 ], [ 120.1678696, 30.2875482 ], [ 120.1678316, 30.2880164 ], [ 120.1677729, 30.288401 ], [ 120.1676728, 30.2889855 ], [ 120.1675353, 30.2896293 ], [ 120.1675174, 30.2897131 ], [ 120.1674034, 30.2901395 ], [ 120.167248, 30.2908939 ], [ 120.1670097, 30.2919018 ], [ 120.1667742, 30.2926894 ], [ 120.1666201, 30.2931536 ], [ 120.1669539, 30.2932013 ], [ 120.1669948, 30.2930206 ], [ 120.1670588, 30.2927381 ], [ 120.1672804, 30.2920064 ], [ 120.1674475, 30.2913888 ], [ 120.1675739, 30.2908836 ], [ 120.1676477, 30.2905261 ], [ 120.1676894, 30.290328 ], [ 120.1677799, 30.2898985 ], [ 120.1678946, 30.2894117 ], [ 120.1680073, 30.2887438 ], [ 120.1681123, 30.2880976 ], [ 120.1682425, 30.2877066 ], [ 120.1682736, 30.2875203 ], [ 120.1682496, 30.2873627 ], [ 120.1681744, 30.2869647 ], [ 120.1682347, 30.2863874 ], [ 120.1682405, 30.2861222 ], [ 120.1681492, 30.2855633 ], [ 120.1681711, 30.2852671 ], [ 120.1681842, 30.28509 ], [ 120.1682444, 30.2847929 ], [ 120.1683421, 30.2845537 ], [ 120.1679673, 30.2845155 ], [ 120.1679412, 30.2845999 ], [ 120.1679026, 30.2851398 ], [ 120.1678635, 30.2856875 ], [ 120.1678836, 30.2863666 ], [ 120.1678695, 30.2872027 ], [ 120.1678615, 30.2872824 ], [ 120.1678291, 30.2873201 ], [ 120.1677078, 30.2873794 ], [ 120.1674681, 30.2873666 ], [ 120.1669418, 30.2873203 ], [ 120.1664619, 30.2872297 ], [ 120.1664525, 30.2873075 ], [ 120.1668784, 30.2873873 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1679674, 30.2922497 ], [ 120.1680302, 30.2922316 ], [ 120.168093, 30.2922399 ], [ 120.1681848, 30.2921899 ], [ 120.1682186, 30.2922052 ], [ 120.1682476, 30.2922121 ], [ 120.1682943, 30.2922094 ], [ 120.1683377, 30.2921941 ], [ 120.1683619, 30.2921635 ], [ 120.1683957, 30.2921273 ], [ 120.1684891, 30.2921204 ], [ 120.1685793, 30.292119 ], [ 120.168597, 30.2921371 ], [ 120.1686131, 30.2921802 ], [ 120.1686598, 30.2922483 ], [ 120.1687194, 30.2923109 ], [ 120.1687934, 30.2923178 ], [ 120.1688289, 30.2922942 ], [ 120.1688627, 30.2922469 ], [ 120.1688643, 30.2922024 ], [ 120.1688289, 30.2921426 ], [ 120.1687628, 30.2920592 ], [ 120.1687145, 30.2920258 ], [ 120.1686485, 30.2919744 ], [ 120.1684166, 30.2918993 ], [ 120.1683249, 30.2919132 ], [ 120.1682427, 30.291909 ], [ 120.1681767, 30.2918896 ], [ 120.1681059, 30.2918673 ], [ 120.1680205, 30.2919549 ], [ 120.1679545, 30.2921551 ], [ 120.1679416, 30.2922219 ], [ 120.1679674, 30.2922497 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1732087, 30.2910861 ], [ 120.1733294, 30.2913786 ], [ 120.1733923, 30.2915978 ], [ 120.1734713, 30.2918205 ], [ 120.1736686, 30.2922922 ], [ 120.173843, 30.2927274 ], [ 120.1739392, 30.2928785 ], [ 120.1740474, 30.2931479 ], [ 120.1740949, 30.2933217 ], [ 120.174087, 30.2935115 ], [ 120.1740901, 30.2936818 ], [ 120.1741081, 30.2939031 ], [ 120.1742026, 30.2943374 ], [ 120.1742716, 30.2946111 ], [ 120.1744218, 30.2945815 ], [ 120.1743638, 30.294281 ], [ 120.1742568, 30.2938134 ], [ 120.1742372, 30.2937277 ], [ 120.1743084, 30.2936526 ], [ 120.1744191, 30.2936275 ], [ 120.174551, 30.293648 ], [ 120.1747197, 30.2937482 ], [ 120.174907, 30.2938734 ], [ 120.1750917, 30.2939986 ], [ 120.1757323, 30.2942195 ], [ 120.1763569, 30.2943734 ], [ 120.1768503, 30.294495 ], [ 120.1769007, 30.2944925 ], [ 120.1770771, 30.2944836 ], [ 120.17747, 30.2944267 ], [ 120.1777996, 30.2943652 ], [ 120.1779288, 30.2943652 ], [ 120.1779894, 30.2943925 ], [ 120.178029, 30.2944494 ], [ 120.1780321, 30.2944799 ], [ 120.1780421, 30.2945769 ], [ 120.1780817, 30.2947864 ], [ 120.1780911, 30.2950851 ], [ 120.1780922, 30.2951188 ], [ 120.1781661, 30.2953078 ], [ 120.1782354, 30.2953833 ], [ 120.1784878, 30.2956584 ], [ 120.1791681, 30.2964325 ], [ 120.1794344, 30.2966874 ], [ 120.1797007, 30.2968149 ], [ 120.1798325, 30.2969106 ], [ 120.1799222, 30.2969402 ], [ 120.1800171, 30.296881 ], [ 120.180025, 30.296799 ], [ 120.18, 30.2966801 ], [ 120.1799881, 30.2966237 ], [ 120.1798009, 30.296585 ], [ 120.179677, 30.2965463 ], [ 120.1795109, 30.2963915 ], [ 120.1790204, 30.2958724 ], [ 120.17882, 30.2957381 ], [ 120.1784218, 30.2952531 ], [ 120.1783819, 30.295145 ], [ 120.178345, 30.2948181 ], [ 120.1783467, 30.2947696 ], [ 120.1783017, 30.2945937 ], [ 120.178183, 30.2942696 ], [ 120.1780659, 30.2941505 ], [ 120.1779119, 30.2941616 ], [ 120.1778814, 30.2942502 ], [ 120.177782, 30.2942696 ], [ 120.1777178, 30.2942544 ], [ 120.1776777, 30.2942003 ], [ 120.1775333, 30.2942253 ], [ 120.1770562, 30.2942677 ], [ 120.1768397, 30.2942699 ], [ 120.176073, 30.29407 ], [ 120.1753411, 30.2938508 ], [ 120.1751892, 30.2937906 ], [ 120.1748308, 30.2935885 ], [ 120.1744798, 30.2932769 ], [ 120.1742259, 30.2930168 ], [ 120.1741537, 30.2928448 ], [ 120.174069, 30.2925912 ], [ 120.1740441, 30.2924773 ], [ 120.1739595, 30.2924278 ], [ 120.1739695, 30.2923397 ], [ 120.1739396, 30.2922817 ], [ 120.1738749, 30.2922064 ], [ 120.1738549, 30.2921119 ], [ 120.1736882, 30.2917142 ], [ 120.173499, 30.291136 ], [ 120.1731978, 30.2905041 ], [ 120.1730409, 30.2902998 ], [ 120.1728916, 30.2904589 ], [ 120.1732087, 30.2910861 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "翔园池塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1599458, 30.2946936 ], [ 120.1600551, 30.2947069 ], [ 120.1601722, 30.2946284 ], [ 120.1601291, 30.2945034 ], [ 120.160089, 30.2944994 ], [ 120.160032, 30.2945619 ], [ 120.1599735, 30.2945566 ], [ 120.1599227, 30.2946164 ], [ 120.1599458, 30.2946936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1744339, 30.2951752 ], [ 120.1744639, 30.2954421 ], [ 120.1745734, 30.2958349 ], [ 120.1747601, 30.2958016 ], [ 120.1746464, 30.2953642 ], [ 120.1744618, 30.2947731 ], [ 120.1744218, 30.2945815 ], [ 120.1742716, 30.2946111 ], [ 120.1744339, 30.2951752 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1741043, 30.3043062 ], [ 120.1740853, 30.3041951 ], [ 120.1740929, 30.3039629 ], [ 120.174194, 30.3037862 ], [ 120.1743266, 30.3034625 ], [ 120.1745955, 30.3029579 ], [ 120.1749288, 30.3024566 ], [ 120.1750874, 30.3020987 ], [ 120.1752496, 30.3015843 ], [ 120.1752728, 30.3013957 ], [ 120.1753086, 30.3012523 ], [ 120.1754837, 30.3007387 ], [ 120.1755744, 30.3004656 ], [ 120.175799, 30.2999068 ], [ 120.175995, 30.2994192 ], [ 120.1761977, 30.2989122 ], [ 120.1762624, 30.2986531 ], [ 120.1762818, 30.2985292 ], [ 120.1762768, 30.2984184 ], [ 120.1761462, 30.297942 ], [ 120.1760349, 30.2976191 ], [ 120.1758339, 30.297191 ], [ 120.1756622, 30.2969266 ], [ 120.1754294, 30.296633 ], [ 120.1751607, 30.2963324 ], [ 120.1750516, 30.2962104 ], [ 120.1747988, 30.2963271 ], [ 120.1749269, 30.2964519 ], [ 120.1751664, 30.2967021 ], [ 120.1752717, 30.2968312 ], [ 120.1754798, 30.29714 ], [ 120.1756977, 30.2975274 ], [ 120.1758942, 30.2980862 ], [ 120.176011, 30.2985928 ], [ 120.1756165, 30.2998368 ], [ 120.1751562, 30.3011703 ], [ 120.1750693, 30.3015484 ], [ 120.1749806, 30.301932 ], [ 120.17497, 30.302033 ], [ 120.1749072, 30.3021894 ], [ 120.1748723, 30.3022976 ], [ 120.1747378, 30.3024299 ], [ 120.174108, 30.3035215 ], [ 120.1741044, 30.3036445 ], [ 120.1740281, 30.3038847 ], [ 120.1739755, 30.3042768 ], [ 120.1741043, 30.3043062 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1532062, 30.3007544 ], [ 120.1534942, 30.3008537 ], [ 120.1545515, 30.3012183 ], [ 120.1547676, 30.3012928 ], [ 120.156497, 30.3018975 ], [ 120.1568937, 30.3020673 ], [ 120.1569447, 30.3019594 ], [ 120.157006, 30.3018149 ], [ 120.1557796, 30.3014258 ], [ 120.1549667, 30.3011752 ], [ 120.1535963, 30.300738 ], [ 120.1526649, 30.3004031 ], [ 120.1525133, 30.3005387 ], [ 120.1532062, 30.3007544 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.144987, 30.2923011 ], [ 120.1451807, 30.2924683 ], [ 120.1452406, 30.2925108 ], [ 120.146417, 30.2929791 ], [ 120.1465071, 30.2928326 ], [ 120.1464473, 30.2928295 ], [ 120.1451899, 30.2923675 ], [ 120.1449732, 30.2922002 ], [ 120.1448164, 30.2921033 ], [ 120.1447887, 30.2921458 ], [ 120.1447779, 30.2921936 ], [ 120.144987, 30.2923011 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1389263, 30.2949411 ], [ 120.138985, 30.2949563 ], [ 120.1390612, 30.2949563 ], [ 120.139114, 30.2949613 ], [ 120.1391257, 30.2949107 ], [ 120.139155, 30.2948651 ], [ 120.1392137, 30.294855 ], [ 120.1392957, 30.2948601 ], [ 120.1393485, 30.2948905 ], [ 120.1394247, 30.2948955 ], [ 120.1394951, 30.2948955 ], [ 120.1395955, 30.2949056 ], [ 120.1397078, 30.2948884 ], [ 120.1397963, 30.294893 ], [ 120.1398814, 30.2949156 ], [ 120.1399411, 30.2949533 ], [ 120.1399995, 30.2950222 ], [ 120.140027, 30.2950772 ], [ 120.1400819, 30.2951084 ], [ 120.1401678, 30.2951293 ], [ 120.1402228, 30.2951223 ], [ 120.1402523, 30.2950934 ], [ 120.1402791, 30.2950633 ], [ 120.1403166, 30.2949984 ], [ 120.1403555, 30.2949822 ], [ 120.1404107, 30.2949833 ], [ 120.1404473, 30.2949626 ], [ 120.1404528, 30.2949271 ], [ 120.1404217, 30.2948884 ], [ 120.1403555, 30.2948791 ], [ 120.1402798, 30.2948878 ], [ 120.1401671, 30.2948936 ], [ 120.1400866, 30.2948873 ], [ 120.1399847, 30.294867 ], [ 120.1398975, 30.2948467 ], [ 120.1398177, 30.2948253 ], [ 120.1397339, 30.294794 ], [ 120.139671, 30.2947436 ], [ 120.1396358, 30.2947031 ], [ 120.1396534, 30.2946474 ], [ 120.139671, 30.2945968 ], [ 120.1397531, 30.2945867 ], [ 120.1399173, 30.2945918 ], [ 120.1399876, 30.2945766 ], [ 120.1400287, 30.2945107 ], [ 120.1399583, 30.2943994 ], [ 120.1398469, 30.2942627 ], [ 120.1397707, 30.294212 ], [ 120.1396916, 30.2942052 ], [ 120.1396124, 30.2942171 ], [ 120.1395713, 30.294293 ], [ 120.1395127, 30.2943335 ], [ 120.1394423, 30.2943184 ], [ 120.1394013, 30.2942728 ], [ 120.1393251, 30.2943082 ], [ 120.1392195, 30.2943082 ], [ 120.1391433, 30.2942981 ], [ 120.1390788, 30.2943538 ], [ 120.1390612, 30.2944146 ], [ 120.1390964, 30.2944804 ], [ 120.1391609, 30.29445 ], [ 120.1392254, 30.2944297 ], [ 120.1393075, 30.2944196 ], [ 120.1393837, 30.2944297 ], [ 120.1394599, 30.2944551 ], [ 120.1395186, 30.2945209 ], [ 120.1395193, 30.2945538 ], [ 120.1395127, 30.2946019 ], [ 120.139501, 30.294693 ], [ 120.1394599, 30.2947689 ], [ 120.1393837, 30.2948044 ], [ 120.1393075, 30.2947943 ], [ 120.1392137, 30.2947943 ], [ 120.1391198, 30.2947841 ], [ 120.1390495, 30.2947538 ], [ 120.1390202, 30.2946879 ], [ 120.1390319, 30.2946323 ], [ 120.1390084, 30.2945816 ], [ 120.1389381, 30.2945715 ], [ 120.1389263, 30.2946474 ], [ 120.1389557, 30.2946981 ], [ 120.1389146, 30.2947436 ], [ 120.1388912, 30.2948905 ], [ 120.1389263, 30.2949411 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1534467, 30.2949269 ], [ 120.1534751, 30.2949376 ], [ 120.1535454, 30.2949511 ], [ 120.1535857, 30.2949481 ], [ 120.1536341, 30.2949385 ], [ 120.1536744, 30.2949446 ], [ 120.1537047, 30.2949622 ], [ 120.1537182, 30.2950055 ], [ 120.1537328, 30.2950232 ], [ 120.1537479, 30.2950222 ], [ 120.1538145, 30.2949793 ], [ 120.153839, 30.2949501 ], [ 120.1538338, 30.2949188 ], [ 120.1538265, 30.2948793 ], [ 120.1537767, 30.2948858 ], [ 120.1537622, 30.2949104 ], [ 120.1537276, 30.2949283 ], [ 120.1536831, 30.2949255 ], [ 120.1536237, 30.2949114 ], [ 120.1535971, 30.294898 ], [ 120.1535898, 30.29487 ], [ 120.1536281, 30.2948415 ], [ 120.1537247, 30.2948367 ], [ 120.1537551, 30.2948451 ], [ 120.1537758, 30.2948659 ], [ 120.1538229, 30.294859 ], [ 120.153926, 30.2947697 ], [ 120.1539207, 30.2947344 ], [ 120.153898, 30.2947056 ], [ 120.1538466, 30.294693 ], [ 120.1538028, 30.2946976 ], [ 120.1537835, 30.2947308 ], [ 120.1537812, 30.2947681 ], [ 120.1537555, 30.294809 ], [ 120.153703, 30.294817 ], [ 120.1536802, 30.2948009 ], [ 120.1536376, 30.2947989 ], [ 120.1536143, 30.2948135 ], [ 120.1535792, 30.2948256 ], [ 120.1535314, 30.2947999 ], [ 120.1535051, 30.2947979 ], [ 120.1534356, 30.2949073 ], [ 120.1534467, 30.2949269 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1491619, 30.2944966 ], [ 120.1493666, 30.2945941 ], [ 120.1497171, 30.2947099 ], [ 120.1505411, 30.2949847 ], [ 120.1513271, 30.2952239 ], [ 120.1532819, 30.2958185 ], [ 120.1536703, 30.2959198 ], [ 120.1538835, 30.2959368 ], [ 120.15405, 30.2958939 ], [ 120.1541739, 30.2957563 ], [ 120.1542269, 30.2956269 ], [ 120.1544022, 30.2951361 ], [ 120.1544853, 30.2947567 ], [ 120.1545463, 30.2946789 ], [ 120.1546998, 30.2941224 ], [ 120.1544527, 30.29406 ], [ 120.154188, 30.2946495 ], [ 120.1539654, 30.2951831 ], [ 120.1538795, 30.2955281 ], [ 120.1534544, 30.2956519 ], [ 120.1504852, 30.2946962 ], [ 120.149793, 30.2945526 ], [ 120.1491349, 30.2943555 ], [ 120.1491055, 30.2944377 ], [ 120.1491619, 30.2944966 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.137171, 30.2963053 ], [ 120.1372797, 30.2963187 ], [ 120.1388974, 30.2965766 ], [ 120.1390525, 30.2966235 ], [ 120.1401892, 30.2968278 ], [ 120.1408122, 30.2968809 ], [ 120.1409151, 30.2969133 ], [ 120.1409809, 30.2968885 ], [ 120.1409955, 30.2968295 ], [ 120.1408758, 30.2968077 ], [ 120.140484, 30.2967039 ], [ 120.1385793, 30.2964125 ], [ 120.1380711, 30.2963053 ], [ 120.1372525, 30.2961981 ], [ 120.1371555, 30.2962752 ], [ 120.137171, 30.2963053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1421461, 30.2971674 ], [ 120.1423346, 30.2972457 ], [ 120.1423752, 30.2971633 ], [ 120.142905, 30.2973384 ], [ 120.1429517, 30.2972557 ], [ 120.1421747, 30.29705 ], [ 120.142115, 30.2971159 ], [ 120.1421461, 30.2971674 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1396958, 30.2981097 ], [ 120.1397505, 30.2981097 ], [ 120.1397641, 30.2980802 ], [ 120.1397949, 30.2979062 ], [ 120.1397812, 30.2978826 ], [ 120.139747, 30.2978738 ], [ 120.1395899, 30.2978679 ], [ 120.1395865, 30.2980418 ], [ 120.1395729, 30.298089 ], [ 120.1396958, 30.2981097 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1479624, 30.2989661 ], [ 120.1489138, 30.299319 ], [ 120.149433, 30.2994833 ], [ 120.1502669, 30.2997814 ], [ 120.1503444, 30.2997632 ], [ 120.1504854, 30.2998322 ], [ 120.1505018, 30.2998605 ], [ 120.150678, 30.2999194 ], [ 120.150725, 30.2999437 ], [ 120.1507179, 30.2999985 ], [ 120.1510304, 30.3000897 ], [ 120.1510609, 30.3000492 ], [ 120.1511055, 30.300039 ], [ 120.1517062, 30.3002489 ], [ 120.1516915, 30.3002711 ], [ 120.1519221, 30.3003395 ], [ 120.1520405, 30.3002216 ], [ 120.1509575, 30.2998788 ], [ 120.150732, 30.2997754 ], [ 120.1499239, 30.2995218 ], [ 120.1489843, 30.2992014 ], [ 120.1490007, 30.2991446 ], [ 120.148826, 30.2990603 ], [ 120.1486152, 30.2989396 ], [ 120.1475968, 30.2985507 ], [ 120.1474171, 30.2987595 ], [ 120.1479624, 30.2989661 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1450094, 30.3021028 ], [ 120.1451628, 30.3029283 ], [ 120.1452252, 30.3037924 ], [ 120.1452732, 30.3042599 ], [ 120.1453178, 30.3046936 ], [ 120.1453824, 30.3055112 ], [ 120.1454319, 30.3066577 ], [ 120.1455546, 30.3065239 ], [ 120.1455546, 30.3063102 ], [ 120.1455804, 30.3062638 ], [ 120.1455589, 30.3054685 ], [ 120.1454405, 30.3046267 ], [ 120.1453135, 30.3031624 ], [ 120.1452295, 30.3023708 ], [ 120.1451736, 30.3022816 ], [ 120.1451542, 30.3021831 ], [ 120.1451435, 30.3017278 ], [ 120.1452849, 30.3014586 ], [ 120.1454944, 30.3012445 ], [ 120.1456097, 30.301062 ], [ 120.1459134, 30.3007467 ], [ 120.1462363, 30.3004215 ], [ 120.1462709, 30.3003651 ], [ 120.1462325, 30.2999121 ], [ 120.1462209, 30.2996814 ], [ 120.1462882, 30.2995304 ], [ 120.1464727, 30.2992616 ], [ 120.1467264, 30.2988782 ], [ 120.1466149, 30.2988434 ], [ 120.1466092, 30.2989065 ], [ 120.1463881, 30.2992151 ], [ 120.1461921, 30.2993777 ], [ 120.1461325, 30.299537 ], [ 120.1460922, 30.2997295 ], [ 120.1461018, 30.2999535 ], [ 120.1461171, 30.300151 ], [ 120.1461075, 30.3002655 ], [ 120.1460862, 30.3003527 ], [ 120.1460388, 30.3004456 ], [ 120.1459183, 30.3006091 ], [ 120.14549, 30.3010272 ], [ 120.1452855, 30.3012633 ], [ 120.1452037, 30.3013933 ], [ 120.1450938, 30.301661 ], [ 120.1449559, 30.3017022 ], [ 120.1450094, 30.3021028 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1455397, 30.3076043 ], [ 120.1455873, 30.3081894 ], [ 120.1456031, 30.3084001 ], [ 120.1456498, 30.3090227 ], [ 120.1457523, 30.3099424 ], [ 120.1457973, 30.3107368 ], [ 120.1459248, 30.3108124 ], [ 120.1458048, 30.309394 ], [ 120.1456902, 30.3077929 ], [ 120.1456329, 30.3072331 ], [ 120.1454761, 30.3073829 ], [ 120.1455397, 30.3076043 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1316437, 30.3426195 ], [ 120.1317235, 30.3426608 ], [ 120.131712, 30.3431962 ], [ 120.1317006, 30.3432476 ], [ 120.131666, 30.3434044 ], [ 120.1329751, 30.3432728 ], [ 120.1330964, 30.3432606 ], [ 120.1331941, 30.3430326 ], [ 120.1336651, 30.3429632 ], [ 120.1334994, 30.3425129 ], [ 120.1334893, 30.3425143 ], [ 120.1333475, 30.3425339 ], [ 120.1333293, 30.3419831 ], [ 120.1334472, 30.3417186 ], [ 120.1335116, 30.341574 ], [ 120.1334873, 30.341123 ], [ 120.1333232, 30.340761 ], [ 120.1331409, 30.3395966 ], [ 120.1332199, 30.3395547 ], [ 120.1331712, 30.3389515 ], [ 120.1331712, 30.3384908 ], [ 120.1331712, 30.3378342 ], [ 120.1331455, 30.337647 ], [ 120.1329707, 30.336376 ], [ 120.1327883, 30.3348931 ], [ 120.1327823, 30.3348444 ], [ 120.1329585, 30.3340209 ], [ 120.1332077, 30.3334963 ], [ 120.133463, 30.3331973 ], [ 120.1335057, 30.3329608 ], [ 120.1336514, 30.3321535 ], [ 120.1337254, 30.3319594 ], [ 120.1339605, 30.3313431 ], [ 120.1340619, 30.3309577 ], [ 120.1344597, 30.3291529 ], [ 120.1347271, 30.3281772 ], [ 120.1350707, 30.3270682 ], [ 120.1351238, 30.326897 ], [ 120.1352332, 30.3267807 ], [ 120.1352916, 30.3263168 ], [ 120.1352984, 30.3262625 ], [ 120.1352497, 30.3261156 ], [ 120.1353348, 30.3243897 ], [ 120.1354138, 30.3229628 ], [ 120.1353652, 30.3217247 ], [ 120.1352902, 30.3216987 ], [ 120.1351951, 30.3211774 ], [ 120.1350796, 30.3205443 ], [ 120.1350697, 30.3205077 ], [ 120.1350442, 30.3204136 ], [ 120.1350022, 30.3202583 ], [ 120.1349519, 30.3200722 ], [ 120.1348859, 30.3191607 ], [ 120.134879, 30.3190649 ], [ 120.134871, 30.3189088 ], [ 120.1348243, 30.3179999 ], [ 120.1345508, 30.3169821 ], [ 120.1344124, 30.3164614 ], [ 120.1344952, 30.3164175 ], [ 120.1346011, 30.3164144 ], [ 120.1345808, 30.3162888 ], [ 120.1345009, 30.3162617 ], [ 120.1343709, 30.3162637 ], [ 120.1341133, 30.3145215 ], [ 120.1339613, 30.3113998 ], [ 120.1338276, 30.3099675 ], [ 120.1337061, 30.309128 ], [ 120.1339492, 30.3087135 ], [ 120.133858, 30.3086453 ], [ 120.1340039, 30.3083147 ], [ 120.1341619, 30.3083357 ], [ 120.1341558, 30.3079265 ], [ 120.1354199, 30.3067617 ], [ 120.1364592, 30.3058329 ], [ 120.1368989, 30.3054071 ], [ 120.1397817, 30.3018262 ], [ 120.1412968, 30.2994772 ], [ 120.1422997, 30.2985007 ], [ 120.1438895, 30.297561 ], [ 120.1451805, 30.2968793 ], [ 120.1452451, 30.2968662 ], [ 120.1453192, 30.2969344 ], [ 120.1456394, 30.2970652 ], [ 120.1457355, 30.297053 ], [ 120.146128, 30.2972437 ], [ 120.1463344, 30.2974371 ], [ 120.1465336, 30.2976602 ], [ 120.1467611, 30.2980225 ], [ 120.1468555, 30.2981468 ], [ 120.1468816, 30.2983557 ], [ 120.1468341, 30.2985083 ], [ 120.1467846, 30.2985757 ], [ 120.1468109, 30.2985928 ], [ 120.146892, 30.2986571 ], [ 120.1469564, 30.2986019 ], [ 120.1470393, 30.2985629 ], [ 120.1470827, 30.2985641 ], [ 120.1471498, 30.2985931 ], [ 120.1472214, 30.2985636 ], [ 120.1473064, 30.2984458 ], [ 120.1471674, 30.2983456 ], [ 120.147075, 30.2982707 ], [ 120.1469563, 30.2981255 ], [ 120.1468978, 30.2980093 ], [ 120.1468796, 30.2978147 ], [ 120.146908, 30.2977268 ], [ 120.1468593, 30.2975991 ], [ 120.1463821, 30.2971352 ], [ 120.146201, 30.2970862 ], [ 120.1458098, 30.2969203 ], [ 120.1456947, 30.2968164 ], [ 120.1456243, 30.2966801 ], [ 120.1455978, 30.296607 ], [ 120.1455968, 30.296557 ], [ 120.1455987, 30.2964772 ], [ 120.1470263, 30.2944104 ], [ 120.1474018, 30.2938991 ], [ 120.1485539, 30.2944091 ], [ 120.1487092, 30.294158 ], [ 120.1483618, 30.2940947 ], [ 120.1481304, 30.2940416 ], [ 120.1479058, 30.2939706 ], [ 120.1477935, 30.2938052 ], [ 120.1478081, 30.293705 ], [ 120.1485036, 30.2929197 ], [ 120.1489895, 30.291923 ], [ 120.149164, 30.2915865 ], [ 120.1493818, 30.2914741 ], [ 120.1495749, 30.2910351 ], [ 120.1496498, 30.2907561 ], [ 120.1502409, 30.2899258 ], [ 120.1511364, 30.2890683 ], [ 120.154108, 30.286533 ], [ 120.1542499, 30.286499 ], [ 120.1543247, 30.2864309 ], [ 120.1543444, 30.2863152 ], [ 120.1549492, 30.285816 ], [ 120.1549711, 30.2857979 ], [ 120.1552745, 30.2855801 ], [ 120.155582, 30.2852874 ], [ 120.1560115, 30.2842732 ], [ 120.156047, 30.2838274 ], [ 120.1562148, 30.2829303 ], [ 120.156646, 30.2806249 ], [ 120.1567449, 30.2805239 ], [ 120.1569889, 30.2792259 ], [ 120.1571189, 30.2787868 ], [ 120.1571667, 30.2786735 ], [ 120.1574224, 30.2782695 ], [ 120.1576943, 30.27797 ], [ 120.1580301, 30.2777278 ], [ 120.1580766, 30.2776943 ], [ 120.1582429, 30.2775673 ], [ 120.1584084, 30.2775296 ], [ 120.1586088, 30.277492 ], [ 120.1588025, 30.2774503 ], [ 120.1590559, 30.2774236 ], [ 120.159097, 30.2774193 ], [ 120.1595438, 30.2774118 ], [ 120.1600729, 30.2774959 ], [ 120.1600831, 30.2775477 ], [ 120.1602879, 30.277575 ], [ 120.1602953, 30.2775156 ], [ 120.1606102, 30.2775445 ], [ 120.1606465, 30.277518 ], [ 120.1611954, 30.2776377 ], [ 120.1612744, 30.2776549 ], [ 120.1617219, 30.2777127 ], [ 120.163362, 30.2777602 ], [ 120.1636197, 30.2776009 ], [ 120.1655037, 30.2773978 ], [ 120.1660796, 30.2774345 ], [ 120.1660976, 30.2774356 ], [ 120.1690118, 30.2775306 ], [ 120.1691447, 30.2775364 ], [ 120.1698228, 30.2775742 ], [ 120.1709765, 30.277733 ], [ 120.172944, 30.2782721 ], [ 120.1731056, 30.2777282 ], [ 120.1728757, 30.2776645 ], [ 120.1726025, 30.2775888 ], [ 120.1704889, 30.2770586 ], [ 120.1679576, 30.2768947 ], [ 120.1662354, 30.2768263 ], [ 120.1655378, 30.2768122 ], [ 120.163997, 30.2770183 ], [ 120.1633517, 30.2770563 ], [ 120.1617426, 30.2770581 ], [ 120.1613747, 30.2770292 ], [ 120.1605327, 30.2767857 ], [ 120.1591451, 30.2766108 ], [ 120.1586621, 30.27661 ], [ 120.1583793, 30.2765865 ], [ 120.1583055, 30.2765769 ], [ 120.1576431, 30.2765369 ], [ 120.1575055, 30.2765221 ], [ 120.1571694, 30.2764928 ], [ 120.1566019, 30.2764574 ], [ 120.1565633, 30.2767212 ], [ 120.1565115, 30.2770747 ], [ 120.1566177, 30.2771567 ], [ 120.1567375, 30.2773469 ], [ 120.1567375, 30.277626 ], [ 120.1564718, 30.2785553 ], [ 120.1563386, 30.2791374 ], [ 120.1557008, 30.2821618 ], [ 120.155411, 30.2835363 ], [ 120.1552391, 30.2836164 ], [ 120.1551524, 30.2838478 ], [ 120.1551011, 30.2842971 ], [ 120.1548134, 30.2849233 ], [ 120.1543839, 30.2853725 ], [ 120.1538715, 30.2860361 ], [ 120.152232, 30.2873736 ], [ 120.1506429, 30.2887517 ], [ 120.1502488, 30.2891328 ], [ 120.1495985, 30.2898066 ], [ 120.1492557, 30.2902729 ], [ 120.148897, 30.2910011 ], [ 120.1487039, 30.2913278 ], [ 120.1487354, 30.291498 ], [ 120.1486558, 30.291789 ], [ 120.148593, 30.2918885 ], [ 120.1485081, 30.2919618 ], [ 120.1481284, 30.292289 ], [ 120.1479044, 30.2925316 ], [ 120.147685, 30.2928632 ], [ 120.1475661, 30.2929793 ], [ 120.1474531, 30.2929548 ], [ 120.1473657, 30.2930544 ], [ 120.1472074, 30.2931119 ], [ 120.147107, 30.2930828 ], [ 120.1470314, 30.2930609 ], [ 120.1465071, 30.2928326 ], [ 120.146417, 30.2929791 ], [ 120.146926, 30.2932222 ], [ 120.1468661, 30.2934874 ], [ 120.146933, 30.2935226 ], [ 120.1465756, 30.2940507 ], [ 120.1459274, 30.2948065 ], [ 120.1447857, 30.2964371 ], [ 120.143452, 30.2971649 ], [ 120.143186, 30.2972664 ], [ 120.1430222, 30.2972811 ], [ 120.1429517, 30.2972557 ], [ 120.142905, 30.2973384 ], [ 120.1428379, 30.2974573 ], [ 120.1428501, 30.2975257 ], [ 120.1428361, 30.297591 ], [ 120.1423858, 30.2978603 ], [ 120.1422725, 30.2979281 ], [ 120.1416854, 30.2981426 ], [ 120.1413822, 30.2985068 ], [ 120.1410582, 30.2988959 ], [ 120.1407818, 30.2992404 ], [ 120.1400538, 30.3002606 ], [ 120.1394567, 30.3013163 ], [ 120.1392211, 30.3017219 ], [ 120.1388002, 30.3022402 ], [ 120.1381669, 30.3030239 ], [ 120.137552, 30.3037507 ], [ 120.1369188, 30.3044839 ], [ 120.1363697, 30.3051317 ], [ 120.1358646, 30.3055394 ], [ 120.1356011, 30.3057764 ], [ 120.1353485, 30.3061556 ], [ 120.1342945, 30.3071072 ], [ 120.1342458, 30.3071512 ], [ 120.1341799, 30.3071352 ], [ 120.133839, 30.3074387 ], [ 120.1336363, 30.3077084 ], [ 120.1334817, 30.3079031 ], [ 120.133339, 30.3080295 ], [ 120.1330389, 30.3081243 ], [ 120.1329303, 30.3081033 ], [ 120.1327896, 30.3080302 ], [ 120.132587, 30.3082588 ], [ 120.1326324, 30.3082953 ], [ 120.1326461, 30.3083235 ], [ 120.1326293, 30.3084057 ], [ 120.1327697, 30.3084928 ], [ 120.1328267, 30.3084319 ], [ 120.1329281, 30.3084491 ], [ 120.1330593, 30.3085902 ], [ 120.1330352, 30.3093693 ], [ 120.1330693, 30.3097895 ], [ 120.1330755, 30.3098654 ], [ 120.1330544, 30.3100565 ], [ 120.1330535, 30.310172 ], [ 120.1331335, 30.3110501 ], [ 120.1331523, 30.3112084 ], [ 120.1331411, 30.3114141 ], [ 120.1330755, 30.3114272 ], [ 120.1330915, 30.3116536 ], [ 120.1331702, 30.3116595 ], [ 120.1332289, 30.3126598 ], [ 120.1332731, 30.3130032 ], [ 120.1332768, 30.3134993 ], [ 120.1333097, 30.3140175 ], [ 120.1332731, 30.3143999 ], [ 120.1332906, 30.314621 ], [ 120.1334159, 30.3150508 ], [ 120.1334488, 30.3153573 ], [ 120.1334744, 30.3159798 ], [ 120.1336015, 30.3163789 ], [ 120.1336155, 30.3164367 ], [ 120.1336411, 30.3164735 ], [ 120.1336757, 30.3165706 ], [ 120.1337308, 30.3167891 ], [ 120.1337673, 30.316934 ], [ 120.1339356, 30.317528 ], [ 120.1339795, 30.3182548 ], [ 120.1339959, 30.3183831 ], [ 120.1340381, 30.3187129 ], [ 120.1339979, 30.3187761 ], [ 120.1340015, 30.318972 ], [ 120.1340381, 30.3190194 ], [ 120.1340652, 30.3192473 ], [ 120.1340502, 30.3192779 ], [ 120.1340552, 30.319382 ], [ 120.1340276, 30.3193904 ], [ 120.1340384, 30.3195007 ], [ 120.134084, 30.3194948 ], [ 120.1341498, 30.3199531 ], [ 120.1341958, 30.3199868 ], [ 120.1342329, 30.3202161 ], [ 120.1343003, 30.3202959 ], [ 120.1343392, 30.3203772 ], [ 120.1343517, 30.3205143 ], [ 120.1342973, 30.3205698 ], [ 120.1342526, 30.3205934 ], [ 120.134144, 30.3206219 ], [ 120.1341615, 30.3206647 ], [ 120.1342006, 30.3206982 ], [ 120.1342631, 30.3207519 ], [ 120.1343213, 30.320802 ], [ 120.1343658, 30.3209631 ], [ 120.1344051, 30.321063 ], [ 120.1343749, 30.3213196 ], [ 120.1344005, 30.3216229 ], [ 120.134514, 30.3224002 ], [ 120.1345945, 30.3225329 ], [ 120.1345798, 30.3230574 ], [ 120.1345286, 30.3235503 ], [ 120.1345286, 30.3238441 ], [ 120.1345066, 30.3241127 ], [ 120.1344298, 30.3242643 ], [ 120.1343932, 30.3249562 ], [ 120.1342175, 30.3261853 ], [ 120.1341457, 30.3264104 ], [ 120.1341523, 30.3264901 ], [ 120.1341589, 30.3265702 ], [ 120.1342555, 30.3267249 ], [ 120.1342823, 30.3268036 ], [ 120.1343134, 30.3268948 ], [ 120.1342612, 30.3270188 ], [ 120.1341186, 30.3273574 ], [ 120.1336375, 30.327258 ], [ 120.1335852, 30.3274332 ], [ 120.1340329, 30.3275346 ], [ 120.1340162, 30.3275691 ], [ 120.1336135, 30.3284885 ], [ 120.1335001, 30.3285675 ], [ 120.1333939, 30.3288012 ], [ 120.1334159, 30.3289529 ], [ 120.133145, 30.3297459 ], [ 120.1330462, 30.3304378 ], [ 120.1328412, 30.3311233 ], [ 120.1326948, 30.3313698 ], [ 120.1326765, 30.331752 ], [ 120.1326216, 30.3319258 ], [ 120.1325118, 30.3318974 ], [ 120.1321018, 30.3330442 ], [ 120.1321618, 30.3332572 ], [ 120.1322226, 30.3334201 ], [ 120.1322482, 30.3334991 ], [ 120.1320799, 30.3340204 ], [ 120.1320213, 30.334311 ], [ 120.131712, 30.3358288 ], [ 120.1317292, 30.3368551 ], [ 120.1317809, 30.337099 ], [ 120.1317614, 30.3375614 ], [ 120.1317577, 30.3376494 ], [ 120.1317464, 30.3379161 ], [ 120.1317809, 30.3383623 ], [ 120.1319188, 30.3384764 ], [ 120.131959, 30.3391903 ], [ 120.1320049, 30.3393936 ], [ 120.1320624, 30.3398497 ], [ 120.131959, 30.3405438 ], [ 120.1319491, 30.3409311 ], [ 120.131936, 30.3414461 ], [ 120.1320681, 30.3416841 ], [ 120.131959, 30.3422542 ], [ 120.1317062, 30.3424377 ], [ 120.1315511, 30.3425715 ], [ 120.1316437, 30.3426195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1393556, 30.3103292 ], [ 120.1393822, 30.3103626 ], [ 120.1394233, 30.310373 ], [ 120.1395006, 30.3103542 ], [ 120.1396263, 30.3103897 ], [ 120.1396819, 30.3103834 ], [ 120.1397375, 30.3103542 ], [ 120.1397714, 30.3103333 ], [ 120.1398173, 30.3103396 ], [ 120.1398415, 30.3103271 ], [ 120.1398584, 30.3102916 ], [ 120.1398415, 30.3102666 ], [ 120.1397956, 30.3102394 ], [ 120.1397883, 30.3102165 ], [ 120.1398101, 30.3101664 ], [ 120.1398125, 30.3101288 ], [ 120.1397738, 30.3101038 ], [ 120.1397327, 30.3100912 ], [ 120.139694, 30.3101163 ], [ 120.1396892, 30.3101476 ], [ 120.1396626, 30.3101768 ], [ 120.1396094, 30.3102123 ], [ 120.1395707, 30.3102039 ], [ 120.1395466, 30.3102269 ], [ 120.1395466, 30.3102582 ], [ 120.1395055, 30.3102582 ], [ 120.1394281, 30.3102227 ], [ 120.1393652, 30.3102436 ], [ 120.1393483, 30.3102937 ], [ 120.1393556, 30.3103292 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.136934, 30.3104736 ], [ 120.1369713, 30.3105034 ], [ 120.1370259, 30.3105009 ], [ 120.1370517, 30.3104711 ], [ 120.1370603, 30.3104017 ], [ 120.1370402, 30.3103546 ], [ 120.1370087, 30.3103398 ], [ 120.136957, 30.3103596 ], [ 120.136934, 30.3104067 ], [ 120.136934, 30.3104736 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1353568, 30.3106359 ], [ 120.1354404, 30.3107101 ], [ 120.1354947, 30.3107432 ], [ 120.1355173, 30.3107764 ], [ 120.1355105, 30.3108252 ], [ 120.1354879, 30.3108779 ], [ 120.1354992, 30.3109305 ], [ 120.1355579, 30.3109813 ], [ 120.1356438, 30.3110027 ], [ 120.1357116, 30.3109949 ], [ 120.1357613, 30.3109871 ], [ 120.1357907, 30.3109676 ], [ 120.1358178, 30.3109383 ], [ 120.1358257, 30.310893 ], [ 120.1358336, 30.3107881 ], [ 120.1357901, 30.3106995 ], [ 120.1357936, 30.3106012 ], [ 120.1358684, 30.3104906 ], [ 120.1358404, 30.3104272 ], [ 120.1358861, 30.3103032 ], [ 120.1359075, 30.310168 ], [ 120.1358506, 30.3100667 ], [ 120.1357331, 30.3100697 ], [ 120.1356833, 30.3101557 ], [ 120.1356762, 30.3102571 ], [ 120.1357189, 30.3103124 ], [ 120.1357771, 30.3103687 ], [ 120.1357726, 30.3104662 ], [ 120.135726, 30.3105581 ], [ 120.1356371, 30.3106165 ], [ 120.1355517, 30.3106134 ], [ 120.1354969, 30.3105774 ], [ 120.1354675, 30.3105696 ], [ 120.1353568, 30.3105891 ], [ 120.1353568, 30.3106359 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1459112, 30.3120298 ], [ 120.1459653, 30.3128184 ], [ 120.1459549, 30.3128543 ], [ 120.1460599, 30.3128825 ], [ 120.1461131, 30.3128969 ], [ 120.1460765, 30.3124829 ], [ 120.1459737, 30.3113202 ], [ 120.1458426, 30.3112484 ], [ 120.1459112, 30.3120298 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1460476, 30.3138043 ], [ 120.1461228, 30.3145549 ], [ 120.1461756, 30.3153265 ], [ 120.1463361, 30.3153195 ], [ 120.1463056, 30.3151231 ], [ 120.1462224, 30.314048 ], [ 120.1461309, 30.3130449 ], [ 120.1460765, 30.3130362 ], [ 120.1459765, 30.3130203 ], [ 120.1460476, 30.3138043 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.152885, 30.3161002 ], [ 120.1534442, 30.3160694 ], [ 120.1538332, 30.316024 ], [ 120.1540229, 30.3159817 ], [ 120.1540562, 30.3159717 ], [ 120.1543433, 30.3158857 ], [ 120.1548403, 30.3157135 ], [ 120.1550267, 30.3156458 ], [ 120.1551215, 30.315626 ], [ 120.1551934, 30.3156317 ], [ 120.155236, 30.3156655 ], [ 120.1552785, 30.3157389 ], [ 120.1553373, 30.3158293 ], [ 120.1554289, 30.3159026 ], [ 120.1555381, 30.3159621 ], [ 120.1550938, 30.315376 ], [ 120.1550725, 30.3154454 ], [ 120.1550398, 30.3154792 ], [ 120.1549482, 30.315547 ], [ 120.1546964, 30.3156571 ], [ 120.1543498, 30.3157418 ], [ 120.1539673, 30.3158293 ], [ 120.1533984, 30.3158991 ], [ 120.1527117, 30.3159055 ], [ 120.152885, 30.3161002 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1478934, 30.3158493 ], [ 120.1478861, 30.3159866 ], [ 120.1481281, 30.3159967 ], [ 120.1482259, 30.3159919 ], [ 120.1483964, 30.3159702 ], [ 120.1493941, 30.3159774 ], [ 120.1495534, 30.3160112 ], [ 120.1501123, 30.3161029 ], [ 120.1504812, 30.3161342 ], [ 120.1505684, 30.3160707 ], [ 120.1511995, 30.3160594 ], [ 120.1519023, 30.3160467 ], [ 120.1522698, 30.3160401 ], [ 120.1521021, 30.3158809 ], [ 120.1508278, 30.3159243 ], [ 120.1505092, 30.3159677 ], [ 120.1504253, 30.3159677 ], [ 120.1495171, 30.3158423 ], [ 120.1492935, 30.3158061 ], [ 120.1482762, 30.3158061 ], [ 120.1481924, 30.3157651 ], [ 120.1481029, 30.3157579 ], [ 120.1478514, 30.3157437 ], [ 120.1478934, 30.3158493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1348994, 30.3164014 ], [ 120.1357732, 30.3162766 ], [ 120.1371624, 30.3162401 ], [ 120.1376113, 30.3162948 ], [ 120.1375838, 30.3161302 ], [ 120.1371714, 30.3160555 ], [ 120.1360173, 30.3161023 ], [ 120.1352972, 30.3161621 ], [ 120.1348602, 30.3162428 ], [ 120.1348994, 30.3164014 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1377951, 30.3163052 ], [ 120.1379006, 30.3161985 ], [ 120.1379729, 30.3161361 ], [ 120.1381025, 30.3161283 ], [ 120.1385665, 30.3161361 ], [ 120.1387383, 30.3163312 ], [ 120.1389251, 30.316724 ], [ 120.1390065, 30.3167838 ], [ 120.1390667, 30.3168124 ], [ 120.1399376, 30.316828 ], [ 120.1409681, 30.316815 ], [ 120.1420448, 30.3168029 ], [ 120.1420497, 30.3167315 ], [ 120.1420491, 30.3166613 ], [ 120.1405161, 30.3167032 ], [ 120.1395428, 30.3167084 ], [ 120.1391481, 30.3166355 ], [ 120.1390336, 30.3165887 ], [ 120.1389733, 30.3165029 ], [ 120.1389281, 30.3163806 ], [ 120.1388317, 30.3161647 ], [ 120.1387714, 30.3160997 ], [ 120.1386087, 30.3160503 ], [ 120.1379157, 30.3160503 ], [ 120.1377844, 30.316128 ], [ 120.1377951, 30.3163052 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3127199, 30.290775 ], [ 120.3127515, 30.2908322 ], [ 120.3128011, 30.2908788 ], [ 120.3128645, 30.2909106 ], [ 120.3129359, 30.2909249 ], [ 120.3130091, 30.2909204 ], [ 120.3130774, 30.2908974 ], [ 120.3131429, 30.2908502 ], [ 120.3131857, 30.2907865 ], [ 120.3132008, 30.290714 ], [ 120.3131863, 30.2906414 ], [ 120.3131439, 30.2905775 ], [ 120.3130787, 30.29053 ], [ 120.3129987, 30.2905045 ], [ 120.3129134, 30.2905042 ], [ 120.3128331, 30.2905291 ], [ 120.3127675, 30.2905762 ], [ 120.3127245, 30.2906399 ], [ 120.3127093, 30.2907124 ], [ 120.3127199, 30.290775 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3122386, 30.2911112 ], [ 120.3122701, 30.2911683 ], [ 120.3123198, 30.2912149 ], [ 120.3123832, 30.2912468 ], [ 120.3124546, 30.2912611 ], [ 120.3125277, 30.2912565 ], [ 120.3125961, 30.2912336 ], [ 120.3126616, 30.2911864 ], [ 120.3127044, 30.2911227 ], [ 120.3127195, 30.2910502 ], [ 120.3127049, 30.2909776 ], [ 120.3126625, 30.2909137 ], [ 120.3125974, 30.2908661 ], [ 120.3125173, 30.2908407 ], [ 120.312432, 30.2908404 ], [ 120.3123517, 30.2908653 ], [ 120.3122862, 30.2909124 ], [ 120.3122432, 30.290976 ], [ 120.312228, 30.2910485 ], [ 120.3122386, 30.2911112 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3131269, 30.2911906 ], [ 120.3131585, 30.2912478 ], [ 120.3132081, 30.2912944 ], [ 120.3132715, 30.2913262 ], [ 120.3133429, 30.2913405 ], [ 120.3134161, 30.291336 ], [ 120.3134844, 30.291313 ], [ 120.3135499, 30.2912658 ], [ 120.3135928, 30.2912021 ], [ 120.3136078, 30.2911296 ], [ 120.3135933, 30.2910571 ], [ 120.3135509, 30.2909931 ], [ 120.3134857, 30.2909456 ], [ 120.3134057, 30.2909201 ], [ 120.3133204, 30.2909198 ], [ 120.3132401, 30.2909448 ], [ 120.3131745, 30.2909919 ], [ 120.3131315, 30.2910555 ], [ 120.3131163, 30.291128 ], [ 120.3131269, 30.2911906 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3116873, 30.2915192 ], [ 120.3117188, 30.2915764 ], [ 120.3117685, 30.291623 ], [ 120.3118319, 30.2916548 ], [ 120.3119033, 30.2916691 ], [ 120.3119764, 30.2916646 ], [ 120.3120448, 30.2916416 ], [ 120.3121103, 30.2915944 ], [ 120.3121531, 30.2915307 ], [ 120.3121682, 30.2914582 ], [ 120.3121536, 30.2913856 ], [ 120.3121112, 30.2913217 ], [ 120.3120461, 30.2912742 ], [ 120.311966, 30.2912487 ], [ 120.3118807, 30.2912484 ], [ 120.3118004, 30.2912734 ], [ 120.3117349, 30.2913205 ], [ 120.3116919, 30.2913841 ], [ 120.3116767, 30.2914566 ], [ 120.3116873, 30.2915192 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3126432, 30.2915412 ], [ 120.3126748, 30.2915984 ], [ 120.3127244, 30.291645 ], [ 120.3127878, 30.2916768 ], [ 120.3128592, 30.2916911 ], [ 120.3129324, 30.2916866 ], [ 120.3130007, 30.2916636 ], [ 120.3130662, 30.2916164 ], [ 120.3131091, 30.2915528 ], [ 120.3131241, 30.2914803 ], [ 120.3131096, 30.2914077 ], [ 120.3130672, 30.2913438 ], [ 120.313002, 30.2912962 ], [ 120.312922, 30.2912708 ], [ 120.3128367, 30.2912705 ], [ 120.3127564, 30.2912954 ], [ 120.3126908, 30.2913425 ], [ 120.3126478, 30.2914061 ], [ 120.3126326, 30.2914786 ], [ 120.3126432, 30.2915412 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.311206, 30.2918554 ], [ 120.3112375, 30.2919125 ], [ 120.3112872, 30.2919591 ], [ 120.3113505, 30.291991 ], [ 120.311422, 30.2920053 ], [ 120.3114951, 30.2920007 ], [ 120.3115634, 30.2919778 ], [ 120.3116289, 30.2919306 ], [ 120.3116718, 30.2918669 ], [ 120.3116869, 30.2917944 ], [ 120.3116723, 30.2917218 ], [ 120.3116299, 30.2916579 ], [ 120.3115648, 30.2916103 ], [ 120.3114847, 30.2915849 ], [ 120.3113994, 30.2915846 ], [ 120.3113191, 30.2916095 ], [ 120.3112535, 30.2916566 ], [ 120.3112106, 30.2917202 ], [ 120.3111954, 30.2917927 ], [ 120.311206, 30.2918554 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3120943, 30.2919348 ], [ 120.3121258, 30.291992 ], [ 120.3121755, 30.2920386 ], [ 120.3122389, 30.2920704 ], [ 120.3123103, 30.2920847 ], [ 120.3123834, 30.2920802 ], [ 120.3124518, 30.2920572 ], [ 120.3125173, 30.29201 ], [ 120.3125601, 30.2919463 ], [ 120.3125752, 30.2918738 ], [ 120.3125607, 30.2918013 ], [ 120.3125183, 30.2917373 ], [ 120.3124531, 30.2916898 ], [ 120.312373, 30.2916643 ], [ 120.3122877, 30.2916641 ], [ 120.3122075, 30.291689 ], [ 120.3121419, 30.2917361 ], [ 120.3120989, 30.2917997 ], [ 120.3120837, 30.2918722 ], [ 120.3120943, 30.2919348 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3106677, 30.2922663 ], [ 120.3106992, 30.2923235 ], [ 120.3107489, 30.2923701 ], [ 120.3108122, 30.2924019 ], [ 120.3108837, 30.2924162 ], [ 120.3109568, 30.2924117 ], [ 120.3110251, 30.2923887 ], [ 120.3110906, 30.2923415 ], [ 120.3111335, 30.2922778 ], [ 120.3111486, 30.2922053 ], [ 120.311134, 30.2921328 ], [ 120.3110916, 30.2920688 ], [ 120.3110265, 30.2920213 ], [ 120.3109464, 30.2919958 ], [ 120.3108611, 30.2919956 ], [ 120.3107808, 30.2920205 ], [ 120.3107152, 30.2920676 ], [ 120.3106723, 30.2921312 ], [ 120.3106571, 30.2922037 ], [ 120.3106677, 30.2922663 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3116106, 30.2922855 ], [ 120.3116421, 30.2923426 ], [ 120.3116918, 30.2923892 ], [ 120.3117552, 30.2924211 ], [ 120.3118266, 30.2924353 ], [ 120.3118997, 30.2924308 ], [ 120.3119681, 30.2924078 ], [ 120.3120336, 30.2923606 ], [ 120.3120764, 30.292297 ], [ 120.3120915, 30.2922245 ], [ 120.312077, 30.2921519 ], [ 120.3120346, 30.292088 ], [ 120.3119694, 30.2920404 ], [ 120.3118894, 30.292015 ], [ 120.311804, 30.2920147 ], [ 120.3117238, 30.2920396 ], [ 120.3116582, 30.2920867 ], [ 120.3116152, 30.2921503 ], [ 120.3116, 30.2922228 ], [ 120.3116106, 30.2922855 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3110747, 30.2926819 ], [ 120.3111062, 30.2927391 ], [ 120.3111559, 30.2927857 ], [ 120.3112192, 30.2928175 ], [ 120.3112907, 30.2928318 ], [ 120.3113638, 30.2928273 ], [ 120.3114321, 30.2928043 ], [ 120.3114976, 30.2927571 ], [ 120.3115405, 30.2926935 ], [ 120.3115556, 30.292621 ], [ 120.311541, 30.2925484 ], [ 120.3114986, 30.2924845 ], [ 120.3114335, 30.2924369 ], [ 120.3113534, 30.2924115 ], [ 120.3112681, 30.2924112 ], [ 120.3111878, 30.2924361 ], [ 120.3111222, 30.2924832 ], [ 120.3110793, 30.2925468 ], [ 120.3110641, 30.2926193 ], [ 120.3110747, 30.2926819 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.310591, 30.2930326 ], [ 120.3106225, 30.2930897 ], [ 120.3106722, 30.2931363 ], [ 120.3107355, 30.2931682 ], [ 120.310807, 30.2931825 ], [ 120.3108801, 30.2931779 ], [ 120.3109484, 30.2931549 ], [ 120.3110139, 30.2931078 ], [ 120.3110568, 30.2930441 ], [ 120.3110719, 30.2929716 ], [ 120.3110573, 30.292899 ], [ 120.3110149, 30.2928351 ], [ 120.3109498, 30.2927875 ], [ 120.3108697, 30.2927621 ], [ 120.3107844, 30.2927618 ], [ 120.3107041, 30.2927867 ], [ 120.3106386, 30.2928338 ], [ 120.3105956, 30.2928974 ], [ 120.3105804, 30.2929699 ], [ 120.310591, 30.2930326 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3210232, 30.2865613 ], [ 120.321427, 30.2863932 ], [ 120.3214134, 30.2863688 ], [ 120.3219043, 30.2861737 ], [ 120.321918, 30.286203 ], [ 120.3219856, 30.2862088 ], [ 120.3220532, 30.2862302 ], [ 120.3221028, 30.2862633 ], [ 120.32214, 30.2863187 ], [ 120.3257293, 30.2923017 ], [ 120.3258762, 30.2925548 ], [ 120.3260499, 30.2929586 ], [ 120.3260907, 30.2930534 ], [ 120.3261254, 30.2931342 ], [ 120.3262774, 30.2932448 ], [ 120.3264533, 30.2934497 ], [ 120.3266189, 30.2937652 ], [ 120.3267811, 30.2940659 ], [ 120.3269842, 30.294377 ], [ 120.3273445, 30.2949888 ], [ 120.3273513, 30.2954134 ], [ 120.3275187, 30.2956832 ], [ 120.3279079, 30.2959382 ], [ 120.3285653, 30.297038 ], [ 120.3285533, 30.2973785 ], [ 120.3288009, 30.2977426 ], [ 120.3290502, 30.2977972 ], [ 120.3292295, 30.2981436 ], [ 120.330481, 30.3002133 ], [ 120.3307251, 30.30066 ], [ 120.3318725, 30.30251 ], [ 120.3320227, 30.3024444 ], [ 120.3309746, 30.3007835 ], [ 120.3310031, 30.3007556 ], [ 120.3295328, 30.2982871 ], [ 120.3293647, 30.2980617 ], [ 120.3293647, 30.2979659 ], [ 120.3291376, 30.2976278 ], [ 120.329016, 30.2976232 ], [ 120.3287764, 30.2972666 ], [ 120.3287611, 30.2971434 ], [ 120.3287442, 30.2970072 ], [ 120.3280665, 30.2958461 ], [ 120.3276928, 30.295613 ], [ 120.327548, 30.2953814 ], [ 120.327539, 30.294929 ], [ 120.3266289, 30.2933943 ], [ 120.3264644, 30.2931072 ], [ 120.3263589, 30.293101 ], [ 120.3261067, 30.2926965 ], [ 120.3261031, 30.2925637 ], [ 120.325885, 30.2922132 ], [ 120.3248926, 30.2904484 ], [ 120.3248014, 30.2903866 ], [ 120.324653, 30.2901488 ], [ 120.3223033, 30.2862408 ], [ 120.3221728, 30.2860015 ], [ 120.3220906, 30.2859629 ], [ 120.3219922, 30.2859768 ], [ 120.3218903, 30.2860061 ], [ 120.3217758, 30.2861096 ], [ 120.3213771, 30.2862671 ], [ 120.3213592, 30.28623 ], [ 120.3209376, 30.2863979 ], [ 120.3210232, 30.2865613 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3287611, 30.2971434 ], [ 120.3337407, 30.2949102 ], [ 120.3352258, 30.2942317 ], [ 120.3357225, 30.294029 ], [ 120.3363106, 30.2938882 ], [ 120.3368542, 30.293837 ], [ 120.3371285, 30.2938306 ], [ 120.3384382, 30.2939309 ], [ 120.3442798, 30.2942979 ], [ 120.3485893, 30.2945902 ], [ 120.3502202, 30.294667 ], [ 120.3509974, 30.294227 ], [ 120.350905, 30.2940991 ], [ 120.3501707, 30.2945539 ], [ 120.3426093, 30.2940973 ], [ 120.3371755, 30.2937154 ], [ 120.3368691, 30.293709 ], [ 120.336276, 30.2937901 ], [ 120.3358016, 30.2938946 ], [ 120.3353766, 30.2940717 ], [ 120.3293917, 30.296711 ], [ 120.3287442, 30.2970072 ], [ 120.3287611, 30.2971434 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3147458, 30.2915438 ], [ 120.3154765, 30.2927542 ], [ 120.3160673, 30.2936918 ], [ 120.3161066, 30.2938392 ], [ 120.3161527, 30.2939336 ], [ 120.3162892, 30.2942741 ], [ 120.3163439, 30.2944186 ], [ 120.3164292, 30.2945527 ], [ 120.3164446, 30.2946206 ], [ 120.3164258, 30.29465 ], [ 120.3164514, 30.2947871 ], [ 120.3164753, 30.2949257 ], [ 120.3164822, 30.2950422 ], [ 120.3164446, 30.2952029 ], [ 120.3163942, 30.2953315 ], [ 120.316047, 30.2961866 ], [ 120.3159117, 30.2965846 ], [ 120.3158097, 30.2967963 ], [ 120.3154685, 30.2973517 ], [ 120.3146859, 30.2989435 ], [ 120.3145153, 30.2992534 ], [ 120.3144545, 30.2994126 ], [ 120.3144055, 30.2999375 ], [ 120.31438, 30.3004133 ], [ 120.31438, 30.3006775 ], [ 120.3144192, 30.3009044 ], [ 120.3144368, 30.3010382 ], [ 120.3143721, 30.301216 ], [ 120.3142623, 30.3012989 ], [ 120.3141387, 30.3014192 ], [ 120.3141348, 30.3016715 ], [ 120.3139916, 30.3045196 ], [ 120.3139524, 30.3048803 ], [ 120.3139995, 30.3049209 ], [ 120.3139621, 30.3068891 ], [ 120.3141509, 30.3068891 ], [ 120.3143354, 30.3068891 ], [ 120.3143836, 30.3068453 ], [ 120.3144105, 30.3064425 ], [ 120.3143021, 30.3063972 ], [ 120.3142945, 30.3059088 ], [ 120.3143501, 30.3058469 ], [ 120.3143575, 30.3055685 ], [ 120.3143093, 30.3054704 ], [ 120.3143353, 30.3051611 ], [ 120.3143958, 30.3051195 ], [ 120.3143773, 30.3049627 ], [ 120.3143316, 30.3049072 ], [ 120.3143192, 30.304856 ], [ 120.3143439, 30.3045552 ], [ 120.3144848, 30.303449 ], [ 120.3145021, 30.3032922 ], [ 120.3144835, 30.3031482 ], [ 120.3144588, 30.3029338 ], [ 120.3145663, 30.3015502 ], [ 120.3146837, 30.3015481 ], [ 120.3146891, 30.3014299 ], [ 120.3146948, 30.3013038 ], [ 120.3145651, 30.301258 ], [ 120.3146034, 30.3009177 ], [ 120.3146232, 30.3003608 ], [ 120.3146417, 30.2999896 ], [ 120.3146503, 30.2996322 ], [ 120.3146627, 30.2994285 ], [ 120.3147158, 30.2993218 ], [ 120.3154003, 30.2978924 ], [ 120.3155251, 30.297663 ], [ 120.3155016, 30.2976587 ], [ 120.3154905, 30.2976374 ], [ 120.3155584, 30.2975008 ], [ 120.3155757, 30.2974912 ], [ 120.3156091, 30.2974966 ], [ 120.3156462, 30.2973984 ], [ 120.3157833, 30.2972619 ], [ 120.3160873, 30.2966421 ], [ 120.3161466, 30.2964682 ], [ 120.3161251, 30.2964619 ], [ 120.316143, 30.2964072 ], [ 120.316169, 30.2964059 ], [ 120.3166284, 30.2952542 ], [ 120.3166532, 30.2951765 ], [ 120.3166655, 30.2950782 ], [ 120.3166642, 30.2949566 ], [ 120.3166618, 30.2947891 ], [ 120.3166074, 30.2945256 ], [ 120.3164604, 30.294133 ], [ 120.3163368, 30.2938993 ], [ 120.3160242, 30.2933926 ], [ 120.314491, 30.290877 ], [ 120.3139214, 30.2899318 ], [ 120.3148789, 30.2895232 ], [ 120.3152236, 30.2894122 ], [ 120.315404, 30.2893674 ], [ 120.3155201, 30.2893023 ], [ 120.3156079, 30.2892191 ], [ 120.3157425, 30.2891007 ], [ 120.3158006, 30.2890591 ], [ 120.3160317, 30.2889865 ], [ 120.3162763, 30.288888 ], [ 120.3164678, 30.2887791 ], [ 120.3167157, 30.288602 ], [ 120.3169545, 30.2884561 ], [ 120.3172496, 30.2883064 ], [ 120.3175267, 30.2881585 ], [ 120.3210232, 30.2865613 ], [ 120.3209376, 30.2863979 ], [ 120.3209038, 30.2864076 ], [ 120.3208678, 30.2863843 ], [ 120.3208449, 30.2863099 ], [ 120.3206509, 30.2863983 ], [ 120.3207239, 30.2864832 ], [ 120.3207188, 30.2865054 ], [ 120.3206843, 30.286537 ], [ 120.3205897, 30.2865788 ], [ 120.3203675, 30.2866628 ], [ 120.3201909, 30.2867249 ], [ 120.3200142, 30.2867639 ], [ 120.319891, 30.2868135 ], [ 120.3197657, 30.2868721 ], [ 120.3196178, 30.2869608 ], [ 120.3193939, 30.2870778 ], [ 120.3191988, 30.2871452 ], [ 120.3187695, 30.2873669 ], [ 120.3186524, 30.2874485 ], [ 120.3185168, 30.287523 ], [ 120.3183936, 30.2875496 ], [ 120.3182067, 30.2876064 ], [ 120.3180567, 30.287672 ], [ 120.3178534, 30.2877607 ], [ 120.3177384, 30.2878245 ], [ 120.3175966, 30.2879274 ], [ 120.3174261, 30.2880179 ], [ 120.3170852, 30.2881917 ], [ 120.316964, 30.2882254 ], [ 120.3168674, 30.2882555 ], [ 120.316775, 30.2882946 ], [ 120.3166004, 30.2884152 ], [ 120.3164628, 30.2885464 ], [ 120.316319, 30.288667 ], [ 120.3162451, 30.2887025 ], [ 120.316167, 30.2887273 ], [ 120.3160684, 30.2887397 ], [ 120.3159863, 30.2887468 ], [ 120.3158836, 30.288777 ], [ 120.3157562, 30.288832 ], [ 120.3156597, 30.2889153 ], [ 120.3155529, 30.2890111 ], [ 120.3153947, 30.2891033 ], [ 120.3152632, 30.2891672 ], [ 120.3150784, 30.2892062 ], [ 120.3148689, 30.2892701 ], [ 120.3147354, 30.2893428 ], [ 120.3145854, 30.2894421 ], [ 120.3144334, 30.2895148 ], [ 120.3142794, 30.2895946 ], [ 120.3142136, 30.2896567 ], [ 120.3140924, 30.2897011 ], [ 120.3138932, 30.2897631 ], [ 120.3138887, 30.2898336 ], [ 120.3138528, 30.2898764 ], [ 120.3138135, 30.2899117 ], [ 120.3137538, 30.2899265 ], [ 120.3147458, 30.2915438 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3082109, 30.3015546 ], [ 120.3081978, 30.301531 ], [ 120.308204, 30.3015076 ], [ 120.3082361, 30.301498 ], [ 120.3084173, 30.3014297 ], [ 120.3085641, 30.3013825 ], [ 120.3087024, 30.3013619 ], [ 120.3089278, 30.3013589 ], [ 120.3089292, 30.3013256 ], [ 120.3091067, 30.3013352 ], [ 120.3091053, 30.3013678 ], [ 120.3095032, 30.3013796 ], [ 120.3095612, 30.3012955 ], [ 120.3097593, 30.3013206 ], [ 120.3098873, 30.3013014 ], [ 120.3101708, 30.3013486 ], [ 120.310333, 30.3014415 ], [ 120.3126021, 30.3015889 ], [ 120.3132219, 30.3015992 ], [ 120.3137665, 30.3016036 ], [ 120.3140431, 30.301639 ], [ 120.3141348, 30.3016715 ], [ 120.3141387, 30.3014192 ], [ 120.3140465, 30.3014267 ], [ 120.3140431, 30.3014872 ], [ 120.3116067, 30.3014312 ], [ 120.3114137, 30.3013884 ], [ 120.3103159, 30.301325 ], [ 120.3102186, 30.3012572 ], [ 120.3099249, 30.3012027 ], [ 120.3097781, 30.3012513 ], [ 120.3093239, 30.3012174 ], [ 120.3091207, 30.3012086 ], [ 120.309119, 30.3012395 ], [ 120.3089346, 30.3012351 ], [ 120.3089346, 30.3011953 ], [ 120.3085931, 30.3011909 ], [ 120.3084873, 30.3012145 ], [ 120.3082892, 30.3012779 ], [ 120.3080468, 30.301325 ], [ 120.3078709, 30.3013206 ], [ 120.3077147, 30.3012559 ], [ 120.3082109, 30.3015546 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3335888, 30.3025288 ], [ 120.3335964, 30.3024863 ], [ 120.3335926, 30.3024437 ], [ 120.3335812, 30.3024077 ], [ 120.3335698, 30.3023716 ], [ 120.3335509, 30.3023454 ], [ 120.3335888, 30.3023291 ], [ 120.333566, 30.302293 ], [ 120.3335319, 30.3022636 ], [ 120.3334864, 30.3022341 ], [ 120.3334409, 30.3022144 ], [ 120.3334105, 30.3022112 ], [ 120.3334181, 30.3021817 ], [ 120.3333347, 30.3021751 ], [ 120.3332474, 30.3021751 ], [ 120.3331829, 30.3021882 ], [ 120.3331374, 30.3022079 ], [ 120.3330767, 30.3022537 ], [ 120.3335888, 30.3025288 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3151033, 30.3015898 ], [ 120.3160194, 30.3015827 ], [ 120.3177768, 30.3016515 ], [ 120.3188042, 30.3017133 ], [ 120.318798, 30.3017644 ], [ 120.3198316, 30.3018343 ], [ 120.321649, 30.3019266 ], [ 120.3221422, 30.3019503 ], [ 120.3224779, 30.3021541 ], [ 120.3235582, 30.3022133 ], [ 120.3318304, 30.3027105 ], [ 120.332671, 30.3023423 ], [ 120.3335427, 30.3028261 ], [ 120.3341903, 30.3028557 ], [ 120.3387824, 30.3031621 ], [ 120.3390222, 30.3030089 ], [ 120.3394798, 30.3030331 ], [ 120.3396448, 30.3032347 ], [ 120.3407438, 30.3032858 ], [ 120.3438603, 30.3034981 ], [ 120.3442619, 30.3031863 ], [ 120.3448316, 30.3032051 ], [ 120.3451648, 30.3035519 ], [ 120.3452495, 30.3035572 ], [ 120.3474188, 30.3036943 ], [ 120.3496666, 30.3039524 ], [ 120.3509867, 30.3040814 ], [ 120.3549126, 30.3043421 ], [ 120.3554543, 30.3042695 ], [ 120.3553987, 30.3041396 ], [ 120.3548679, 30.3042284 ], [ 120.3525919, 30.3040222 ], [ 120.3508366, 30.3038978 ], [ 120.3481691, 30.3036043 ], [ 120.3474807, 30.3035338 ], [ 120.3452177, 30.3034186 ], [ 120.3448713, 30.3030657 ], [ 120.3442131, 30.3030435 ], [ 120.3438044, 30.3033778 ], [ 120.3397817, 30.3031122 ], [ 120.339431, 30.302815 ], [ 120.3390825, 30.3028819 ], [ 120.338975, 30.3028744 ], [ 120.3387405, 30.3030286 ], [ 120.3336142, 30.3026516 ], [ 120.3326785, 30.3021445 ], [ 120.3320227, 30.3024444 ], [ 120.3318725, 30.30251 ], [ 120.3318761, 30.302542 ], [ 120.3318481, 30.3025624 ], [ 120.3316667, 30.3026003 ], [ 120.3225429, 30.3020539 ], [ 120.3222377, 30.3018776 ], [ 120.322144, 30.3018501 ], [ 120.3215348, 30.3018073 ], [ 120.3196477, 30.3016577 ], [ 120.3191964, 30.3016351 ], [ 120.3189529, 30.301606 ], [ 120.318702, 30.3015639 ], [ 120.3185316, 30.3015607 ], [ 120.3153835, 30.3013893 ], [ 120.3146891, 30.3014299 ], [ 120.3146837, 30.3015481 ], [ 120.3151033, 30.3015898 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3331685, 30.3036092 ], [ 120.3331835, 30.3036481 ], [ 120.333211, 30.3037 ], [ 120.333236, 30.303734 ], [ 120.3333309, 30.3036587 ], [ 120.3333726, 30.3036423 ], [ 120.3333991, 30.3036423 ], [ 120.3334484, 30.3036259 ], [ 120.3334826, 30.303603 ], [ 120.3335129, 30.3035735 ], [ 120.3335167, 30.3035441 ], [ 120.3335205, 30.3035179 ], [ 120.3335589, 30.3034882 ], [ 120.3335935, 30.30346 ], [ 120.333649, 30.3034147 ], [ 120.3336239, 30.3033867 ], [ 120.3335764, 30.3033629 ], [ 120.3335389, 30.3033478 ], [ 120.3334888, 30.3033348 ], [ 120.3334312, 30.3033326 ], [ 120.3333712, 30.3033326 ], [ 120.3333186, 30.3033456 ], [ 120.3332686, 30.3033759 ], [ 120.333231, 30.3034147 ], [ 120.333191, 30.3034601 ], [ 120.3331785, 30.303512 ], [ 120.333166, 30.3035617 ], [ 120.3331685, 30.3036092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3348393, 30.3039092 ], [ 120.3348507, 30.3037258 ], [ 120.3348165, 30.303716 ], [ 120.3347596, 30.3038503 ], [ 120.3348393, 30.3039092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3347824, 30.304168 ], [ 120.3348128, 30.304145 ], [ 120.3348203, 30.3040533 ], [ 120.3347065, 30.3040009 ], [ 120.3346458, 30.3041221 ], [ 120.3347824, 30.304168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3049332, 30.2956726 ], [ 120.3049647, 30.2957297 ], [ 120.3050144, 30.2957763 ], [ 120.3050778, 30.2958082 ], [ 120.3051492, 30.2958225 ], [ 120.3052223, 30.2958179 ], [ 120.3052907, 30.295795 ], [ 120.3053562, 30.2957478 ], [ 120.305399, 30.2956841 ], [ 120.3054141, 30.2956116 ], [ 120.3053996, 30.295539 ], [ 120.3053572, 30.2954751 ], [ 120.305292, 30.2954275 ], [ 120.3052119, 30.2954021 ], [ 120.3051266, 30.2954018 ], [ 120.3050464, 30.2954267 ], [ 120.3049808, 30.2954738 ], [ 120.3049378, 30.2955374 ], [ 120.3049226, 30.2956099 ], [ 120.3049332, 30.2956726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3032272, 30.2962451 ], [ 120.3033253, 30.2964346 ], [ 120.3034233, 30.2966967 ], [ 120.30347, 30.2969145 ], [ 120.3034887, 30.2971443 ], [ 120.303414, 30.2979144 ], [ 120.3030871, 30.2987894 ], [ 120.3030404, 30.2990636 ], [ 120.3030124, 30.2993741 ], [ 120.303003, 30.2995555 ], [ 120.3031104, 30.2996926 ], [ 120.3033019, 30.2998136 ], [ 120.3037082, 30.3000071 ], [ 120.3039612, 30.3000573 ], [ 120.304362, 30.300116 ], [ 120.30531, 30.3003942 ], [ 120.3057256, 30.3005393 ], [ 120.3060586, 30.300695 ], [ 120.3066805, 30.3009857 ], [ 120.3071528, 30.3012228 ], [ 120.307244, 30.3012686 ], [ 120.307439, 30.3014035 ], [ 120.3077028, 30.3015115 ], [ 120.3077814, 30.3015792 ], [ 120.3081274, 30.3016613 ], [ 120.3082109, 30.3015546 ], [ 120.3077147, 30.3012559 ], [ 120.3072904, 30.3009757 ], [ 120.3072082, 30.3008738 ], [ 120.3067291, 30.3006056 ], [ 120.3065204, 30.3005663 ], [ 120.3059439, 30.3003338 ], [ 120.30498, 30.2998384 ], [ 120.3036995, 30.2995776 ], [ 120.3035793, 30.2994918 ], [ 120.3035183, 30.2993464 ], [ 120.3035159, 30.2991731 ], [ 120.3037436, 30.2981026 ], [ 120.3037798, 30.2977861 ], [ 120.3038008, 30.29728 ], [ 120.3038043, 30.2968616 ], [ 120.3037518, 30.2965481 ], [ 120.3033502, 30.295528 ], [ 120.3028785, 30.2944998 ], [ 120.3026165, 30.2945959 ], [ 120.3024847, 30.2946443 ], [ 120.3032272, 30.2962451 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2948489, 30.2987296 ], [ 120.2948081, 30.2990244 ], [ 120.2948196, 30.3001315 ], [ 120.2949025, 30.3003456 ], [ 120.2954502, 30.3003128 ], [ 120.2955084, 30.3000811 ], [ 120.2954596, 30.2990077 ], [ 120.2953605, 30.2987515 ], [ 120.2952719, 30.296797 ], [ 120.294766, 30.2969726 ], [ 120.2948489, 30.2987296 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3088921, 30.2997448 ], [ 120.3089193, 30.2997609 ], [ 120.3089324, 30.2997763 ], [ 120.3089202, 30.29979 ], [ 120.3089239, 30.299807 ], [ 120.3089562, 30.2998102 ], [ 120.3089855, 30.2998115 ], [ 120.3090051, 30.2998533 ], [ 120.3090496, 30.2998666 ], [ 120.3090661, 30.2998845 ], [ 120.3091345, 30.2999241 ], [ 120.3091631, 30.3000068 ], [ 120.3092074, 30.3000328 ], [ 120.30932, 30.3000357 ], [ 120.3093421, 30.300046 ], [ 120.3093514, 30.3000897 ], [ 120.3093685, 30.3001232 ], [ 120.3094056, 30.3001278 ], [ 120.3094619, 30.3001236 ], [ 120.3095183, 30.3001271 ], [ 120.3095547, 30.3001531 ], [ 120.309578, 30.3001912 ], [ 120.3096145, 30.3002311 ], [ 120.309638, 30.3002797 ], [ 120.3096655, 30.3002872 ], [ 120.3096974, 30.3002209 ], [ 120.3096206, 30.3001288 ], [ 120.3096037, 30.3001449 ], [ 120.3095775, 30.3001466 ], [ 120.3095251, 30.3001061 ], [ 120.3094932, 30.3000989 ], [ 120.3094305, 30.3000916 ], [ 120.3093968, 30.3000633 ], [ 120.3093593, 30.3000027 ], [ 120.3093359, 30.300001 ], [ 120.309261, 30.3000051 ], [ 120.3092208, 30.2999938 ], [ 120.3091852, 30.299963 ], [ 120.3091796, 30.2999129 ], [ 120.309144, 30.2998919 ], [ 120.3090953, 30.2998765 ], [ 120.3090588, 30.2998491 ], [ 120.3090279, 30.2998434 ], [ 120.3090185, 30.2997973 ], [ 120.3089857, 30.2997965 ], [ 120.3089483, 30.2997836 ], [ 120.3089427, 30.2997601 ], [ 120.3089492, 30.2997359 ], [ 120.3089436, 30.2997229 ], [ 120.3089193, 30.2997092 ], [ 120.3089061, 30.2996882 ], [ 120.3088762, 30.2997092 ], [ 120.3088921, 30.2997448 ] ], [ [ 120.3096206, 30.3001684 ], [ 120.3096534, 30.3002112 ], [ 120.3096234, 30.3002015 ], [ 120.3096075, 30.3001732 ], [ 120.309599, 30.3001627 ], [ 120.3096206, 30.3001684 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3068798, 30.3017502 ], [ 120.3070666, 30.3017649 ], [ 120.307315, 30.3016321 ], [ 120.3075067, 30.3015422 ], [ 120.3076346, 30.3015089 ], [ 120.3077028, 30.3015115 ], [ 120.307439, 30.3014035 ], [ 120.3074351, 30.30143 ], [ 120.3073963, 30.3014597 ], [ 120.3071589, 30.3015943 ], [ 120.3068905, 30.3016974 ], [ 120.3065387, 30.3017234 ], [ 120.3068798, 30.3017502 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3082122, 30.3017039 ], [ 120.3084442, 30.3018133 ], [ 120.30864, 30.301895 ], [ 120.3087017, 30.3019066 ], [ 120.3087713, 30.301882 ], [ 120.3087701, 30.3018371 ], [ 120.3087454, 30.3017917 ], [ 120.3085684, 30.3016741 ], [ 120.3084588, 30.3016342 ], [ 120.3082973, 30.301575 ], [ 120.3082109, 30.3015546 ], [ 120.3081274, 30.3016613 ], [ 120.3082122, 30.3017039 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2926843, 30.2978771 ], [ 120.2927607, 30.3012754 ], [ 120.2929158, 30.3017868 ], [ 120.2930909, 30.305108 ], [ 120.2931013, 30.3053469 ], [ 120.2930223, 30.3059482 ], [ 120.2930858, 30.3071194 ], [ 120.2941041, 30.3070782 ], [ 120.294058, 30.3061546 ], [ 120.2939024, 30.305366 ], [ 120.2939033, 30.3053193 ], [ 120.2938845, 30.3050737 ], [ 120.2936806, 30.3017399 ], [ 120.2938376, 30.3012185 ], [ 120.2937927, 30.2973812 ], [ 120.2926628, 30.2976918 ], [ 120.2926843, 30.2978771 ] ], [ [ 120.293125, 30.300675 ], [ 120.2931543, 30.3005559 ], [ 120.2932855, 30.3005068 ], [ 120.2934056, 30.3005525 ], [ 120.293434, 30.3006832 ], [ 120.2934945, 30.3015326 ], [ 120.2936493, 30.3050844 ], [ 120.2936588, 30.305303 ], [ 120.2936592, 30.3053277 ], [ 120.2935712, 30.3058237 ], [ 120.2935366, 30.3058237 ], [ 120.2935366, 30.3055923 ], [ 120.2933844, 30.3055938 ], [ 120.2933947, 30.3058237 ], [ 120.2933619, 30.3058237 ], [ 120.2932799, 30.3053172 ], [ 120.2932693, 30.3050973 ], [ 120.2930985, 30.3015528 ], [ 120.293125, 30.300675 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2810745, 30.303816 ], [ 120.2811994, 30.3038402 ], [ 120.2812333, 30.3038291 ], [ 120.2813232, 30.3038181 ], [ 120.2814317, 30.3037959 ], [ 120.2814469, 30.3037707 ], [ 120.2814341, 30.3037263 ], [ 120.2814586, 30.3037142 ], [ 120.2813897, 30.3036679 ], [ 120.2813418, 30.3036729 ], [ 120.2812881, 30.3037031 ], [ 120.2812321, 30.3037283 ], [ 120.2811632, 30.3037364 ], [ 120.2811142, 30.3037364 ], [ 120.2810733, 30.3037273 ], [ 120.2810558, 30.3037304 ], [ 120.281029, 30.3037415 ], [ 120.2810243, 30.3037919 ], [ 120.2810745, 30.303816 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2839857, 30.3052235 ], [ 120.2840207, 30.30529 ], [ 120.2840604, 30.3053243 ], [ 120.2840697, 30.3053767 ], [ 120.2840651, 30.3054271 ], [ 120.2840931, 30.3054614 ], [ 120.2840861, 30.3055138 ], [ 120.2841118, 30.3055541 ], [ 120.2841094, 30.3055884 ], [ 120.2841491, 30.3056327 ], [ 120.2842378, 30.3056831 ], [ 120.2842915, 30.3057154 ], [ 120.2843715, 30.3057813 ], [ 120.2843809, 30.3057964 ], [ 120.2843809, 30.3058774 ], [ 120.2843795, 30.3059087 ], [ 120.2843996, 30.3059342 ], [ 120.2844332, 30.3059597 ], [ 120.2844747, 30.3059793 ], [ 120.2845257, 30.3059863 ], [ 120.2846651, 30.3059512 ], [ 120.2846511, 30.305921 ], [ 120.2845647, 30.305929 ], [ 120.284511, 30.3059149 ], [ 120.2844667, 30.3058746 ], [ 120.2844457, 30.3058182 ], [ 120.2844293, 30.3057637 ], [ 120.2844036, 30.3056549 ], [ 120.2843826, 30.3055823 ], [ 120.2843359, 30.3055178 ], [ 120.2842822, 30.3054714 ], [ 120.2842262, 30.3054654 ], [ 120.2841865, 30.3053908 ], [ 120.2842122, 30.3053686 ], [ 120.2842052, 30.3053283 ], [ 120.2841655, 30.3052759 ], [ 120.2841071, 30.3052577 ], [ 120.2840651, 30.3052174 ], [ 120.2840417, 30.3051469 ], [ 120.2840347, 30.3050864 ], [ 120.284044, 30.30504 ], [ 120.2840721, 30.3050037 ], [ 120.2841164, 30.3049533 ], [ 120.2841725, 30.304909 ], [ 120.2842355, 30.3048747 ], [ 120.2842799, 30.3048183 ], [ 120.2842986, 30.3047699 ], [ 120.2843032, 30.3047316 ], [ 120.2843242, 30.3047014 ], [ 120.2842892, 30.3046489 ], [ 120.2842168, 30.3046086 ], [ 120.2841608, 30.3045683 ], [ 120.2841001, 30.3045098 ], [ 120.2840651, 30.304528 ], [ 120.2840931, 30.3045804 ], [ 120.2841444, 30.3046227 ], [ 120.2841981, 30.3046711 ], [ 120.2842262, 30.3047034 ], [ 120.2842285, 30.3047397 ], [ 120.2842192, 30.3047941 ], [ 120.2841841, 30.3048384 ], [ 120.2841374, 30.3048747 ], [ 120.2840464, 30.3049493 ], [ 120.2840207, 30.305032 ], [ 120.283995, 30.3050864 ], [ 120.2839787, 30.3051408 ], [ 120.2839857, 30.3052235 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2682205, 30.3056213 ], [ 120.2682537, 30.3056444 ], [ 120.2682895, 30.3056422 ], [ 120.2683303, 30.3056224 ], [ 120.2683457, 30.3055805 ], [ 120.268499, 30.3055474 ], [ 120.2686369, 30.305546 ], [ 120.2686676, 30.3055772 ], [ 120.2687182, 30.3055738 ], [ 120.2687436, 30.3056025 ], [ 120.2688004, 30.3055993 ], [ 120.2688203, 30.3055385 ], [ 120.2688484, 30.3054988 ], [ 120.2688867, 30.3054746 ], [ 120.2689378, 30.3054702 ], [ 120.2690976, 30.3055344 ], [ 120.2691944, 30.305564 ], [ 120.2692868, 30.3055739 ], [ 120.2693764, 30.3055633 ], [ 120.2694456, 30.3055098 ], [ 120.2694551, 30.3054454 ], [ 120.2694224, 30.3054023 ], [ 120.2693722, 30.3054036 ], [ 120.2693245, 30.3054408 ], [ 120.2692718, 30.3055105 ], [ 120.2692118, 30.3055256 ], [ 120.269148, 30.305513 ], [ 120.2689684, 30.3054393 ], [ 120.2689353, 30.3054129 ], [ 120.2688816, 30.3053952 ], [ 120.2688407, 30.3054062 ], [ 120.2688126, 30.3054415 ], [ 120.2687513, 30.3054548 ], [ 120.2687007, 30.3054338 ], [ 120.2686547, 30.3054228 ], [ 120.2686011, 30.3054316 ], [ 120.2685756, 30.305404 ], [ 120.2684912, 30.3054129 ], [ 120.2684172, 30.3054614 ], [ 120.2683712, 30.3054757 ], [ 120.2683048, 30.3054933 ], [ 120.2682614, 30.3055067 ], [ 120.2682282, 30.3055385 ], [ 120.2682026, 30.3055782 ], [ 120.2682205, 30.3056213 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3411314, 30.3065308 ], [ 120.3412123, 30.3065295 ], [ 120.3412407, 30.306521 ], [ 120.3412691, 30.3064646 ], [ 120.3413415, 30.3063752 ], [ 120.3413301, 30.306347 ], [ 120.3413599, 30.3063298 ], [ 120.3414749, 30.3062771 ], [ 120.3415302, 30.3062686 ], [ 120.34157, 30.3062526 ], [ 120.341631, 30.3062085 ], [ 120.3416707, 30.3062024 ], [ 120.3417161, 30.3062024 ], [ 120.3417403, 30.306222 ], [ 120.341753, 30.3062588 ], [ 120.341763, 30.3062967 ], [ 120.3417899, 30.3063323 ], [ 120.3418226, 30.3063457 ], [ 120.3418595, 30.3063506 ], [ 120.342044, 30.3062722 ], [ 120.3420695, 30.3062502 ], [ 120.3420539, 30.3062281 ], [ 120.342, 30.306211 ], [ 120.3419205, 30.3061987 ], [ 120.3419006, 30.3061693 ], [ 120.341885, 30.3061325 ], [ 120.34178, 30.306108 ], [ 120.3417601, 30.3060554 ], [ 120.3417573, 30.3060149 ], [ 120.341736, 30.3060039 ], [ 120.3416849, 30.3060198 ], [ 120.3416636, 30.3060505 ], [ 120.3416324, 30.3060982 ], [ 120.3415671, 30.3061571 ], [ 120.3414607, 30.3062159 ], [ 120.3413727, 30.3062391 ], [ 120.3413202, 30.3062477 ], [ 120.3412932, 30.3062355 ], [ 120.341296, 30.3061938 ], [ 120.3413273, 30.3061436 ], [ 120.3413642, 30.3061252 ], [ 120.3413287, 30.3061227 ], [ 120.3412946, 30.3061656 ], [ 120.3412577, 30.3062134 ], [ 120.3412066, 30.30626 ], [ 120.3411243, 30.3062759 ], [ 120.341069, 30.3062992 ], [ 120.3410008, 30.3063237 ], [ 120.3409838, 30.3063556 ], [ 120.3411314, 30.3065308 ] ], [ [ 120.3410423, 30.306337 ], [ 120.3410981, 30.3063385 ], [ 120.3411386, 30.3063647 ], [ 120.3412045, 30.3063881 ], [ 120.3412198, 30.3064425 ], [ 120.3412102, 30.3064669 ], [ 120.3411736, 30.3064926 ], [ 120.3411522, 30.3064936 ], [ 120.3411285, 30.3064897 ], [ 120.3410513, 30.3064032 ], [ 120.3410322, 30.3063662 ], [ 120.3410423, 30.306337 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3444495, 30.3120124 ], [ 120.3444925, 30.3121177 ], [ 120.3445832, 30.3121223 ], [ 120.3446703, 30.3121267 ], [ 120.3446798, 30.3119971 ], [ 120.3446255, 30.3119941 ], [ 120.3446307, 30.3118713 ], [ 120.3445419, 30.3117385 ], [ 120.3444458, 30.3116503 ], [ 120.3446561, 30.3088945 ], [ 120.3448823, 30.3087397 ], [ 120.3449225, 30.3080465 ], [ 120.3447491, 30.3078716 ], [ 120.3448023, 30.3071937 ], [ 120.3448592, 30.3063538 ], [ 120.3449266, 30.3054515 ], [ 120.3450438, 30.3041133 ], [ 120.3452012, 30.3040268 ], [ 120.3452495, 30.3035572 ], [ 120.3451648, 30.3035519 ], [ 120.3451333, 30.3039537 ], [ 120.3448206, 30.3040875 ], [ 120.3447843, 30.3042073 ], [ 120.3444722, 30.3079473 ], [ 120.3447584, 30.3081916 ], [ 120.3447271, 30.3085214 ], [ 120.3447232, 30.3085621 ], [ 120.3445012, 30.3087399 ], [ 120.3444508, 30.308784 ], [ 120.3441934, 30.3117614 ], [ 120.3444495, 30.3120124 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "金沙湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3068913, 30.3113951 ], [ 120.3069394, 30.3114276 ], [ 120.3069981, 30.3114325 ], [ 120.307124, 30.3114025 ], [ 120.3071748, 30.3113632 ], [ 120.3072441, 30.3113264 ], [ 120.3072921, 30.3113203 ], [ 120.3073719, 30.3113081 ], [ 120.3077142, 30.3112964 ], [ 120.3077132, 30.3113634 ], [ 120.3078936, 30.3113632 ], [ 120.3078948, 30.3112701 ], [ 120.3081227, 30.3112599 ], [ 120.3081867, 30.3111562 ], [ 120.3083827, 30.3111689 ], [ 120.3086258, 30.3111993 ], [ 120.3089696, 30.311019 ], [ 120.3092934, 30.3108405 ], [ 120.3094933, 30.3106628 ], [ 120.3095739, 30.3106109 ], [ 120.309618, 30.3105825 ], [ 120.3097526, 30.3105108 ], [ 120.3097881, 30.3104567 ], [ 120.3098422, 30.3104268 ], [ 120.3099194, 30.3104248 ], [ 120.3099567, 30.3104499 ], [ 120.3102794, 30.3103561 ], [ 120.31075, 30.3103216 ], [ 120.3111339, 30.3103128 ], [ 120.3114914, 30.3103383 ], [ 120.3123922, 30.3105132 ], [ 120.3134652, 30.3107041 ], [ 120.3137394, 30.3107313 ], [ 120.3139821, 30.3107243 ], [ 120.3139778, 30.3105479 ], [ 120.3142487, 30.3105494 ], [ 120.3142395, 30.3106869 ], [ 120.3144375, 30.3106314 ], [ 120.3146264, 30.3105789 ], [ 120.3147687, 30.3105238 ], [ 120.3148855, 30.3104454 ], [ 120.3150016, 30.3103845 ], [ 120.3151037, 30.3103682 ], [ 120.3152186, 30.310372 ], [ 120.3153898, 30.3103618 ], [ 120.31555, 30.310314 ], [ 120.3156829, 30.3102623 ], [ 120.3158155, 30.3102011 ], [ 120.3159528, 30.3101601 ], [ 120.3160956, 30.3101366 ], [ 120.3162381, 30.3101347 ], [ 120.3164187, 30.3101504 ], [ 120.3166276, 30.3102112 ], [ 120.3168366, 30.3103325 ], [ 120.3170098, 30.3104499 ], [ 120.3171549, 30.3105411 ], [ 120.3172297, 30.310573 ], [ 120.3173137, 30.3105823 ], [ 120.3174771, 30.3105633 ], [ 120.3177437, 30.3105411 ], [ 120.3179515, 30.3105438 ], [ 120.3181652, 30.3105591 ], [ 120.3183801, 30.3105964 ], [ 120.3186227, 30.3106536 ], [ 120.3187861, 30.310749 ], [ 120.3189039, 30.3107838 ], [ 120.3190697, 30.3107899 ], [ 120.3192078, 30.310761 ], [ 120.3193104, 30.3106924 ], [ 120.3193726, 30.3106195 ], [ 120.3194196, 30.3105269 ], [ 120.3194519, 30.3104254 ], [ 120.3194921, 30.3102019 ], [ 120.3197051, 30.3099147 ], [ 120.3197503, 30.3097929 ], [ 120.3197927, 30.3096229 ], [ 120.3198087, 30.3094976 ], [ 120.3198112, 30.3093474 ], [ 120.3197709, 30.3091556 ], [ 120.3197518, 30.3090434 ], [ 120.3200329, 30.3088038 ], [ 120.3200944, 30.30874 ], [ 120.3200985, 30.3086531 ], [ 120.3200723, 30.3085699 ], [ 120.3200056, 30.3085067 ], [ 120.3199085, 30.3084966 ], [ 120.3197541, 30.3085141 ], [ 120.3196082, 30.3085513 ], [ 120.3194467, 30.3085623 ], [ 120.3192997, 30.3084923 ], [ 120.319077, 30.3083563 ], [ 120.3189325, 30.308236 ], [ 120.3188417, 30.3081656 ], [ 120.3187379, 30.3081211 ], [ 120.3186113, 30.3080924 ], [ 120.3184718, 30.3080973 ], [ 120.3183468, 30.3081242 ], [ 120.3181134, 30.3081744 ], [ 120.3171887, 30.308371 ], [ 120.3169738, 30.3084205 ], [ 120.3165494, 30.3082805 ], [ 120.3161513, 30.3081414 ], [ 120.3159534, 30.3080645 ], [ 120.3158401, 30.3080314 ], [ 120.3155608, 30.3079872 ], [ 120.3154197, 30.3079581 ], [ 120.3153324, 30.3079205 ], [ 120.3152513, 30.3078678 ], [ 120.3152038, 30.3078267 ], [ 120.3151205, 30.3078106 ], [ 120.3150536, 30.3078161 ], [ 120.3149523, 30.3078354 ], [ 120.3148735, 30.3078391 ], [ 120.3148123, 30.3078265 ], [ 120.314756, 30.3078047 ], [ 120.3147013, 30.3077547 ], [ 120.3146182, 30.3077138 ], [ 120.3145343, 30.3077002 ], [ 120.3144705, 30.3077074 ], [ 120.314411, 30.3077202 ], [ 120.3143258, 30.30775 ], [ 120.3142153, 30.3077822 ], [ 120.3141122, 30.3078166 ], [ 120.31403, 30.3078541 ], [ 120.3138774, 30.3079378 ], [ 120.313747, 30.3080032 ], [ 120.3135862, 30.3080297 ], [ 120.3135057, 30.3080298 ], [ 120.313444, 30.3079984 ], [ 120.3134227, 30.3079468 ], [ 120.3134413, 30.3078716 ], [ 120.3135318, 30.3077958 ], [ 120.3136767, 30.3077118 ], [ 120.3137164, 30.307673 ], [ 120.3137313, 30.3076225 ], [ 120.3136695, 30.3076202 ], [ 120.3131966, 30.3077322 ], [ 120.3130996, 30.3077706 ], [ 120.3130478, 30.3078031 ], [ 120.3129561, 30.3078241 ], [ 120.3123719, 30.3078139 ], [ 120.3112123, 30.3078204 ], [ 120.3110543, 30.3078246 ], [ 120.3108586, 30.3078177 ], [ 120.3107351, 30.3078315 ], [ 120.310543, 30.3078838 ], [ 120.3102837, 30.3079221 ], [ 120.3102242, 30.3079313 ], [ 120.3101642, 30.3079297 ], [ 120.3099264, 30.3079279 ], [ 120.3095983, 30.3079255 ], [ 120.308919, 30.3079436 ], [ 120.308865, 30.307943 ], [ 120.3087949, 30.3079436 ], [ 120.3087118, 30.3079424 ], [ 120.3086373, 30.3079563 ], [ 120.3085092, 30.3080055 ], [ 120.308286, 30.3081323 ], [ 120.3081827, 30.3081613 ], [ 120.3081046, 30.3081995 ], [ 120.3080962, 30.3082099 ], [ 120.3080942, 30.308222 ], [ 120.3081056, 30.308255 ], [ 120.3081042, 30.3082666 ], [ 120.3080935, 30.3082753 ], [ 120.3078239, 30.3083969 ], [ 120.3078146, 30.3084084 ], [ 120.3077421, 30.3086267 ], [ 120.3077099, 30.308871 ], [ 120.307714, 30.308882 ], [ 120.3077227, 30.3088866 ], [ 120.3078635, 30.3088843 ], [ 120.3079057, 30.3088889 ], [ 120.3079346, 30.3088982 ], [ 120.308005, 30.3089468 ], [ 120.3080586, 30.308959 ], [ 120.3081129, 30.3089735 ], [ 120.3081257, 30.308981 ], [ 120.3081431, 30.3090169 ], [ 120.3081686, 30.3090458 ], [ 120.3082068, 30.3090603 ], [ 120.3082833, 30.3090782 ], [ 120.3083912, 30.3091326 ], [ 120.3083973, 30.3091454 ], [ 120.3083564, 30.3092183 ], [ 120.308357, 30.3092426 ], [ 120.3083792, 30.3092687 ], [ 120.3084387, 30.3093154 ], [ 120.3085736, 30.309452 ], [ 120.3090812, 30.3094523 ], [ 120.3091334, 30.3095866 ], [ 120.3091054, 30.3097208 ], [ 120.3085894, 30.3097427 ], [ 120.3085779, 30.3098198 ], [ 120.3084434, 30.309941 ], [ 120.3082869, 30.3100102 ], [ 120.3081757, 30.3100676 ], [ 120.3081179, 30.3101079 ], [ 120.30808, 30.3101711 ], [ 120.3081097, 30.3102461 ], [ 120.3081758, 30.310265 ], [ 120.3082486, 30.3102344 ], [ 120.3083215, 30.3101732 ], [ 120.308573, 30.3101763 ], [ 120.3091422, 30.3101389 ], [ 120.3093145, 30.3100857 ], [ 120.3094289, 30.310109 ], [ 120.3095477, 30.3101901 ], [ 120.309545, 30.3103177 ], [ 120.3094962, 30.310343 ], [ 120.3094454, 30.310484 ], [ 120.3094091, 30.3105487 ], [ 120.3093347, 30.3106065 ], [ 120.3092062, 30.310647 ], [ 120.3091125, 30.3106812 ], [ 120.3090335, 30.310733 ], [ 120.308994, 30.3107843 ], [ 120.3089481, 30.310811 ], [ 120.3088808, 30.3108377 ], [ 120.308301, 30.3109605 ], [ 120.3081103, 30.3109541 ], [ 120.3078257, 30.3109444 ], [ 120.3076713, 30.3110591 ], [ 120.3075162, 30.3111187 ], [ 120.3074468, 30.3111277 ], [ 120.3073262, 30.3111299 ], [ 120.3071962, 30.3111426 ], [ 120.3070485, 30.3111395 ], [ 120.3069759, 30.3111582 ], [ 120.3069194, 30.3111953 ], [ 120.3068976, 30.3112511 ], [ 120.3068942, 30.3112978 ], [ 120.3068861, 30.3113488 ], [ 120.3068913, 30.3113951 ] ], [ [ 120.3080875, 30.3085619 ], [ 120.3081304, 30.3084895 ], [ 120.308233, 30.3084235 ], [ 120.3084093, 30.3083471 ], [ 120.3086731, 30.3082741 ], [ 120.3089759, 30.3082058 ], [ 120.3091228, 30.3081902 ], [ 120.309161, 30.3081804 ], [ 120.3092569, 30.3081155 ], [ 120.3093166, 30.3080935 ], [ 120.3093924, 30.3080814 ], [ 120.3094722, 30.3080906 ], [ 120.3096039, 30.3081326 ], [ 120.3097498, 30.3081856 ], [ 120.3098993, 30.3082759 ], [ 120.3099255, 30.3083066 ], [ 120.3099348, 30.3083425 ], [ 120.3099194, 30.3083986 ], [ 120.3098638, 30.3084397 ], [ 120.3097927, 30.3084698 ], [ 120.30968, 30.3084837 ], [ 120.3095017, 30.3084773 ], [ 120.3093582, 30.3084374 ], [ 120.3093018, 30.3084235 ], [ 120.3092777, 30.3084238 ], [ 120.3091123, 30.3084679 ], [ 120.3089406, 30.308525 ], [ 120.3087061, 30.308639 ], [ 120.3085555, 30.3086956 ], [ 120.3083798, 30.3087164 ], [ 120.308235, 30.3087101 ], [ 120.3081545, 30.3086915 ], [ 120.3081103, 30.3086695 ], [ 120.3080774, 30.308625 ], [ 120.3080875, 30.3085619 ] ], [ [ 120.310177, 30.3082182 ], [ 120.3102232, 30.308189 ], [ 120.3103464, 30.3081597 ], [ 120.3103187, 30.3081092 ], [ 120.3105529, 30.3080347 ], [ 120.3106515, 30.3080427 ], [ 120.3106977, 30.3080108 ], [ 120.3108887, 30.3079576 ], [ 120.3108918, 30.3079868 ], [ 120.3110458, 30.3079416 ], [ 120.311243, 30.3079017 ], [ 120.3114063, 30.3078991 ], [ 120.3116312, 30.3079416 ], [ 120.3116959, 30.3079868 ], [ 120.311699, 30.3080427 ], [ 120.3116713, 30.3080826 ], [ 120.3115419, 30.3081225 ], [ 120.3115296, 30.308173 ], [ 120.3110458, 30.3082794 ], [ 120.3108148, 30.308306 ], [ 120.3106792, 30.3083379 ], [ 120.3104974, 30.3084044 ], [ 120.3103742, 30.3084257 ], [ 120.3103988, 30.3083858 ], [ 120.3102355, 30.3083326 ], [ 120.3101708, 30.3082661 ], [ 120.310177, 30.3082182 ] ], [ [ 120.3146049, 30.3092859 ], [ 120.3146525, 30.309251 ], [ 120.314721, 30.309232 ], [ 120.3148204, 30.3092312 ], [ 120.3149972, 30.309307 ], [ 120.3152044, 30.3093614 ], [ 120.3153203, 30.3094705 ], [ 120.3153371, 30.3095661 ], [ 120.3152838, 30.3096671 ], [ 120.3151648, 30.3097282 ], [ 120.3150079, 30.3097525 ], [ 120.3148621, 30.3097231 ], [ 120.3147306, 30.3096762 ], [ 120.3146389, 30.3096046 ], [ 120.3145827, 30.3095304 ], [ 120.314576, 30.3093904 ], [ 120.3146049, 30.3092859 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3465992, 30.3100471 ], [ 120.34666, 30.3100955 ], [ 120.346744, 30.3101196 ], [ 120.3467814, 30.3100753 ], [ 120.346786, 30.3099785 ], [ 120.3468328, 30.3099246 ], [ 120.3468981, 30.3098866 ], [ 120.3468981, 30.3098042 ], [ 120.3469628, 30.3097776 ], [ 120.3470306, 30.3097377 ], [ 120.3470429, 30.3097084 ], [ 120.3470009, 30.3096721 ], [ 120.3469402, 30.3096802 ], [ 120.3469028, 30.3097165 ], [ 120.3468281, 30.3097568 ], [ 120.3467487, 30.3097447 ], [ 120.3466786, 30.3097608 ], [ 120.3466179, 30.3098052 ], [ 120.3465619, 30.3098858 ], [ 120.3465525, 30.3099745 ], [ 120.3465992, 30.3100471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3334174, 30.312161 ], [ 120.3335341, 30.3123574 ], [ 120.3336926, 30.3124676 ], [ 120.333708, 30.3124197 ], [ 120.3337296, 30.3123798 ], [ 120.3337881, 30.3123266 ], [ 120.3337302, 30.3122768 ], [ 120.3336882, 30.3122042 ], [ 120.3336695, 30.3121155 ], [ 120.3336835, 30.3120066 ], [ 120.3333878, 30.3120041 ], [ 120.3334174, 30.312161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "月雅湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3391823, 30.3127542 ], [ 120.3392172, 30.3128132 ], [ 120.3392467, 30.312863 ], [ 120.3392762, 30.3128989 ], [ 120.3393057, 30.312929 ], [ 120.3393406, 30.3129614 ], [ 120.3393795, 30.3129996 ], [ 120.339405, 30.3130193 ], [ 120.3394425, 30.3130529 ], [ 120.3394774, 30.3130737 ], [ 120.3395122, 30.3130934 ], [ 120.3395672, 30.3131246 ], [ 120.3396075, 30.3131397 ], [ 120.3396214, 30.3131457 ], [ 120.339637, 30.3131524 ], [ 120.3396772, 30.3131675 ], [ 120.3397188, 30.3131779 ], [ 120.3397577, 30.3131814 ], [ 120.3398282, 30.3131849 ], [ 120.3398945, 30.3131814 ], [ 120.339954, 30.3131713 ], [ 120.3399556, 30.3131418 ], [ 120.3399652, 30.3131163 ], [ 120.3399918, 30.3130812 ], [ 120.3400296, 30.3130633 ], [ 120.3400704, 30.3130634 ], [ 120.3400809, 30.3130573 ], [ 120.3400852, 30.3130503 ], [ 120.340082, 30.3130375 ], [ 120.3401024, 30.3130373 ], [ 120.3401407, 30.3130189 ], [ 120.3401372, 30.3128734 ], [ 120.3401318, 30.3128109 ], [ 120.340097, 30.3127252 ], [ 120.3400514, 30.3126439 ], [ 120.3393782, 30.3126104 ], [ 120.3394076, 30.3126442 ], [ 120.3391528, 30.3126465 ], [ 120.3391823, 30.3127542 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.333745, 30.3124995 ], [ 120.3337727, 30.312582 ], [ 120.3338097, 30.3126963 ], [ 120.3338682, 30.3129065 ], [ 120.3338959, 30.3130049 ], [ 120.3339268, 30.3131512 ], [ 120.3339483, 30.3132655 ], [ 120.3339791, 30.3134358 ], [ 120.334009, 30.3135473 ], [ 120.3340562, 30.3136479 ], [ 120.3341363, 30.3136379 ], [ 120.3340931, 30.3135209 ], [ 120.3340099, 30.3131724 ], [ 120.3339915, 30.3129862 ], [ 120.333936, 30.31284 ], [ 120.3339083, 30.3127123 ], [ 120.3338836, 30.3125953 ], [ 120.3338959, 30.3124649 ], [ 120.3340409, 30.3124321 ], [ 120.3347525, 30.3122708 ], [ 120.3383173, 30.3124596 ], [ 120.3383249, 30.3123556 ], [ 120.3354426, 30.3121989 ], [ 120.3348603, 30.3121777 ], [ 120.3347432, 30.3121697 ], [ 120.3342872, 30.3122442 ], [ 120.3339576, 30.3123452 ], [ 120.333899, 30.3123585 ], [ 120.3338497, 30.3123532 ], [ 120.3337881, 30.3123266 ], [ 120.3337296, 30.3123798 ], [ 120.333708, 30.3124197 ], [ 120.3336926, 30.3124676 ], [ 120.333745, 30.3124995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3441235, 30.3138349 ], [ 120.3444734, 30.3137592 ], [ 120.3447862, 30.3136213 ], [ 120.3450086, 30.3134562 ], [ 120.3450566, 30.3134139 ], [ 120.3451678, 30.313316 ], [ 120.3453195, 30.3131249 ], [ 120.3454056, 30.3129004 ], [ 120.3470225, 30.3130065 ], [ 120.3473332, 30.3130269 ], [ 120.3476128, 30.3130424 ], [ 120.3532925, 30.3133576 ], [ 120.3535563, 30.3133655 ], [ 120.354887, 30.3133996 ], [ 120.3548676, 30.3133442 ], [ 120.354841, 30.3132683 ], [ 120.3536059, 30.3132138 ], [ 120.3532358, 30.3131953 ], [ 120.3476409, 30.3129064 ], [ 120.346974, 30.3128617 ], [ 120.3453095, 30.3127848 ], [ 120.3452003, 30.3129858 ], [ 120.3450577, 30.3131866 ], [ 120.3448611, 30.3133655 ], [ 120.3446196, 30.3135194 ], [ 120.3443753, 30.3136087 ], [ 120.3442459, 30.313646 ], [ 120.344082, 30.3136807 ], [ 120.3436563, 30.3137058 ], [ 120.3436516, 30.3138348 ], [ 120.3441235, 30.3138349 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3472833, 30.3135307 ], [ 120.3472828, 30.3135574 ], [ 120.3473751, 30.3135585 ], [ 120.3473755, 30.3135311 ], [ 120.3474085, 30.3135315 ], [ 120.3474093, 30.3134804 ], [ 120.3473551, 30.3134637 ], [ 120.3472963, 30.3134645 ], [ 120.3472409, 30.3134784 ], [ 120.3472401, 30.3135302 ], [ 120.3472833, 30.3135307 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3380626, 30.3135017 ], [ 120.3381035, 30.3135369 ], [ 120.3381712, 30.3135853 ], [ 120.3382622, 30.3136377 ], [ 120.338344, 30.313678 ], [ 120.3384584, 30.3137143 ], [ 120.3384594, 30.313768 ], [ 120.338463, 30.3139542 ], [ 120.3384981, 30.3139542 ], [ 120.3384997, 30.3136801 ], [ 120.3384047, 30.3136498 ], [ 120.3382973, 30.3136095 ], [ 120.3382132, 30.3135631 ], [ 120.3381291, 30.3134986 ], [ 120.3380731, 30.3134442 ], [ 120.3380217, 30.3134664 ], [ 120.3380626, 30.3135017 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3389928, 30.3139485 ], [ 120.3389937, 30.3138392 ], [ 120.3389947, 30.3137193 ], [ 120.3390744, 30.313698 ], [ 120.3391673, 30.3136636 ], [ 120.3392641, 30.3136145 ], [ 120.3393285, 30.3135703 ], [ 120.3393816, 30.3135277 ], [ 120.3393437, 30.3135032 ], [ 120.3392811, 30.3135556 ], [ 120.3392015, 30.3136063 ], [ 120.3391503, 30.3136309 ], [ 120.3390687, 30.3136636 ], [ 120.3389853, 30.3136898 ], [ 120.3389549, 30.3136898 ], [ 120.338953, 30.3139485 ], [ 120.3389928, 30.3139485 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3384659, 30.3150862 ], [ 120.3389976, 30.3150861 ], [ 120.3389975, 30.3140317 ], [ 120.3389288, 30.3140317 ], [ 120.3389289, 30.3149927 ], [ 120.3385231, 30.3149928 ], [ 120.338523, 30.3140314 ], [ 120.3384658, 30.3140314 ], [ 120.3384659, 30.3150862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3461536, 30.3149755 ], [ 120.3462598, 30.3150549 ], [ 120.3463589, 30.3150434 ], [ 120.3464107, 30.3150087 ], [ 120.3465199, 30.3150385 ], [ 120.3465774, 30.3150186 ], [ 120.3465774, 30.3149442 ], [ 120.3466407, 30.3148548 ], [ 120.3466965, 30.3148423 ], [ 120.346693, 30.3148639 ], [ 120.346737, 30.3148604 ], [ 120.3467017, 30.3148924 ], [ 120.346683, 30.3149171 ], [ 120.3466967, 30.3149458 ], [ 120.3467291, 30.3149496 ], [ 120.3467554, 30.3149324 ], [ 120.3467632, 30.3148907 ], [ 120.346805, 30.3148776 ], [ 120.3468657, 30.3148972 ], [ 120.3470022, 30.3148677 ], [ 120.347025, 30.3147957 ], [ 120.3469832, 30.3146942 ], [ 120.346915, 30.3146745 ], [ 120.3468808, 30.3145566 ], [ 120.3468429, 30.3145206 ], [ 120.3467063, 30.314501 ], [ 120.3467063, 30.3144322 ], [ 120.3466646, 30.3143962 ], [ 120.3466115, 30.3144027 ], [ 120.3463687, 30.3145272 ], [ 120.3463005, 30.3145828 ], [ 120.3462663, 30.3146975 ], [ 120.3462056, 30.3146942 ], [ 120.3461487, 30.3147695 ], [ 120.3461182, 30.3148533 ], [ 120.3461536, 30.3149755 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3390777, 30.3124614 ], [ 120.3390843, 30.3125246 ], [ 120.3421868, 30.3127053 ], [ 120.3422543, 30.3128846 ], [ 120.3423369, 30.3130509 ], [ 120.3424921, 30.3132411 ], [ 120.3427098, 30.3134679 ], [ 120.3429476, 30.3136213 ], [ 120.3432178, 30.3137401 ], [ 120.3434481, 30.3138028 ], [ 120.3435382, 30.3140447 ], [ 120.3435882, 30.3179226 ], [ 120.3434881, 30.3180393 ], [ 120.3435181, 30.3180372 ], [ 120.3435507, 30.3180349 ], [ 120.3436483, 30.3179334 ], [ 120.3436469, 30.3176975 ], [ 120.3435909, 30.313851 ], [ 120.3436516, 30.3138348 ], [ 120.3436563, 30.3137058 ], [ 120.3435582, 30.3136978 ], [ 120.3433527, 30.3136534 ], [ 120.3431893, 30.3135849 ], [ 120.3429464, 30.3134639 ], [ 120.3427923, 30.313347 ], [ 120.3426195, 30.3131656 ], [ 120.3425215, 30.3130608 ], [ 120.3424327, 30.3129278 ], [ 120.342358, 30.3127584 ], [ 120.3423071, 30.3125826 ], [ 120.3390726, 30.3123954 ], [ 120.3390777, 30.3124614 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3384206, 30.3156769 ], [ 120.3384259, 30.3156977 ], [ 120.3384506, 30.3157045 ], [ 120.3389858, 30.315707 ], [ 120.3390167, 30.3156971 ], [ 120.3390339, 30.3156767 ], [ 120.3390427, 30.3151777 ], [ 120.3390267, 30.3151623 ], [ 120.3390039, 30.3151605 ], [ 120.338446, 30.3151621 ], [ 120.3384266, 30.3151738 ], [ 120.3384186, 30.3151947 ], [ 120.3384206, 30.3156769 ] ], [ [ 120.3385023, 30.3155211 ], [ 120.3385024, 30.3155066 ], [ 120.3385028, 30.3153835 ], [ 120.3385025, 30.3153676 ], [ 120.338501, 30.3152784 ], [ 120.3385522, 30.3152803 ], [ 120.3385531, 30.3152353 ], [ 120.3386333, 30.315238 ], [ 120.3386498, 30.3152384 ], [ 120.338796, 30.3152423 ], [ 120.3388145, 30.3152428 ], [ 120.3388961, 30.3152411 ], [ 120.3388945, 30.3152778 ], [ 120.3389504, 30.3152786 ], [ 120.3389477, 30.31537 ], [ 120.3389473, 30.3153821 ], [ 120.3389506, 30.3154996 ], [ 120.3389509, 30.31551 ], [ 120.3389504, 30.3155864 ], [ 120.3389002, 30.3155856 ], [ 120.338903, 30.3156282 ], [ 120.3388027, 30.3156298 ], [ 120.3387916, 30.31563 ], [ 120.3386539, 30.3156307 ], [ 120.33864, 30.3156308 ], [ 120.3385566, 30.3156307 ], [ 120.3385559, 30.3155848 ], [ 120.338499, 30.3155824 ], [ 120.3385023, 30.3155211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "外院水池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3391862, 30.3154635 ], [ 120.3392667, 30.3154773 ], [ 120.3393686, 30.3154797 ], [ 120.3394491, 30.3154797 ], [ 120.3395457, 30.3154797 ], [ 120.3395726, 30.3154704 ], [ 120.3395993, 30.3154611 ], [ 120.3396959, 30.3154426 ], [ 120.3397369, 30.315448 ], [ 120.3397844, 30.3154542 ], [ 120.3398457, 30.3154682 ], [ 120.339895, 30.3154773 ], [ 120.3399453, 30.3154889 ], [ 120.3400821, 30.3154959 ], [ 120.3401411, 30.3154959 ], [ 120.3402028, 30.3154797 ], [ 120.3403128, 30.3154797 ], [ 120.3403155, 30.3154218 ], [ 120.3402404, 30.3154264 ], [ 120.3400928, 30.3154287 ], [ 120.3399399, 30.3154287 ], [ 120.3398581, 30.3154196 ], [ 120.3398353, 30.3154171 ], [ 120.3397602, 30.3154009 ], [ 120.3396422, 30.3153894 ], [ 120.3395671, 30.3154148 ], [ 120.3394652, 30.3154426 ], [ 120.3393633, 30.3154496 ], [ 120.3392882, 30.3154496 ], [ 120.3391836, 30.3154403 ], [ 120.3391862, 30.3154635 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "东区水池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3406537, 30.3154297 ], [ 120.3406546, 30.3154645 ], [ 120.3406561, 30.3155332 ], [ 120.3407297, 30.3155324 ], [ 120.3407511, 30.3155322 ], [ 120.3407693, 30.315532 ], [ 120.340886, 30.3155309 ], [ 120.3409399, 30.3154969 ], [ 120.3409418, 30.3154594 ], [ 120.340995, 30.3154601 ], [ 120.3415582, 30.3154671 ], [ 120.3417552, 30.3154697 ], [ 120.3417577, 30.3153935 ], [ 120.3415864, 30.3153946 ], [ 120.3409867, 30.3153982 ], [ 120.3409423, 30.3153985 ], [ 120.3409444, 30.3153687 ], [ 120.3407706, 30.3153692 ], [ 120.3407484, 30.3153692 ], [ 120.3407257, 30.3153693 ], [ 120.3406523, 30.3153695 ], [ 120.3406537, 30.3154297 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "东区水池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3420162, 30.3154538 ], [ 120.3423854, 30.3154397 ], [ 120.342589, 30.3154289 ], [ 120.3427017, 30.3154292 ], [ 120.3428318, 30.3154374 ], [ 120.3428836, 30.3154362 ], [ 120.3429977, 30.3155029 ], [ 120.3430219, 30.3155369 ], [ 120.3430684, 30.3155366 ], [ 120.343065, 30.3153725 ], [ 120.3429933, 30.3153683 ], [ 120.3429917, 30.3153897 ], [ 120.3429347, 30.3154115 ], [ 120.3428641, 30.3154075 ], [ 120.3428261, 30.3153834 ], [ 120.3420064, 30.3154014 ], [ 120.3418891, 30.3154014 ], [ 120.3418869, 30.3153868 ], [ 120.3418711, 30.3153878 ], [ 120.34187, 30.3154569 ], [ 120.3420162, 30.3154538 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3139984, 30.3149837 ], [ 120.314669, 30.3150061 ], [ 120.3167108, 30.3151152 ], [ 120.3171281, 30.315184 ], [ 120.3181409, 30.315387 ], [ 120.3184102, 30.315446 ], [ 120.3187706, 30.315482 ], [ 120.319093, 30.3155868 ], [ 120.3193016, 30.3156326 ], [ 120.3198137, 30.3157538 ], [ 120.3200185, 30.3158258 ], [ 120.3201968, 30.3159437 ], [ 120.3203068, 30.3160026 ], [ 120.3208151, 30.3160321 ], [ 120.3209403, 30.3159895 ], [ 120.3211375, 30.315983 ], [ 120.3215055, 30.3160092 ], [ 120.3218585, 30.3160864 ], [ 120.3220798, 30.3161182 ], [ 120.3223751, 30.3161259 ], [ 120.32256, 30.3160747 ], [ 120.3227371, 30.3160809 ], [ 120.3229316, 30.3160983 ], [ 120.3230389, 30.3161344 ], [ 120.3233191, 30.3161509 ], [ 120.3236904, 30.3161336 ], [ 120.3237966, 30.3161303 ], [ 120.3240462, 30.3161492 ], [ 120.3241873, 30.3161598 ], [ 120.3244149, 30.3161467 ], [ 120.3246123, 30.316148 ], [ 120.3247942, 30.3161794 ], [ 120.3249433, 30.3162183 ], [ 120.3251625, 30.3162286 ], [ 120.3253163, 30.3162143 ], [ 120.3254643, 30.3162004 ], [ 120.3256373, 30.3161909 ], [ 120.3258683, 30.3162039 ], [ 120.3261543, 30.3162537 ], [ 120.326382, 30.3162553 ], [ 120.3266746, 30.3162699 ], [ 120.3266803, 30.3162448 ], [ 120.3266894, 30.3162041 ], [ 120.3264001, 30.3161988 ], [ 120.3261595, 30.316197 ], [ 120.3260168, 30.3161468 ], [ 120.325866, 30.3161247 ], [ 120.3257228, 30.3161226 ], [ 120.3255951, 30.3161395 ], [ 120.3254657, 30.3161206 ], [ 120.3253654, 30.3160898 ], [ 120.3251502, 30.3161212 ], [ 120.3249693, 30.3161211 ], [ 120.3247702, 30.3160983 ], [ 120.3244562, 30.3160675 ], [ 120.324288, 30.3160653 ], [ 120.3240914, 30.3160525 ], [ 120.3238034, 30.3160173 ], [ 120.3234636, 30.3160227 ], [ 120.3233031, 30.3160417 ], [ 120.3231303, 30.3160253 ], [ 120.3229874, 30.3159916 ], [ 120.3228416, 30.3159734 ], [ 120.3227001, 30.3159717 ], [ 120.3225623, 30.3159897 ], [ 120.3222667, 30.3160042 ], [ 120.3219839, 30.3159922 ], [ 120.3218482, 30.3159518 ], [ 120.3213446, 30.3158951 ], [ 120.3209999, 30.3158723 ], [ 120.3208601, 30.3158823 ], [ 120.3203248, 30.3158589 ], [ 120.3200778, 30.3157112 ], [ 120.3199071, 30.3156393 ], [ 120.3191434, 30.3154624 ], [ 120.3188738, 30.3153706 ], [ 120.3187163, 30.3153433 ], [ 120.3184432, 30.3153128 ], [ 120.3176169, 30.3151431 ], [ 120.3169447, 30.3150135 ], [ 120.315444, 30.3149304 ], [ 120.3146103, 30.3148951 ], [ 120.3140957, 30.3148804 ], [ 120.3140405, 30.3148675 ], [ 120.3139907, 30.3148326 ], [ 120.3139899, 30.3148537 ], [ 120.3139849, 30.3149865 ], [ 120.3139835, 30.3150235 ], [ 120.3139984, 30.3149837 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3441853, 30.320215 ], [ 120.3442024, 30.3202632 ], [ 120.3443348, 30.3203083 ], [ 120.3444393, 30.3203575 ], [ 120.3446751, 30.3202064 ], [ 120.3447073, 30.3200998 ], [ 120.3448404, 30.3199328 ], [ 120.3448927, 30.3199129 ], [ 120.3450155, 30.3198857 ], [ 120.3451631, 30.3199225 ], [ 120.3452454, 30.3199172 ], [ 120.3453624, 30.3199168 ], [ 120.3453627, 30.3199565 ], [ 120.3454633, 30.3199561 ], [ 120.345463, 30.3198959 ], [ 120.3455126, 30.3198957 ], [ 120.3455124, 30.3198712 ], [ 120.3456459, 30.3198707 ], [ 120.3456533, 30.3198819 ], [ 120.3458094, 30.3198595 ], [ 120.3458711, 30.3197983 ], [ 120.3459076, 30.3197803 ], [ 120.345976, 30.3197323 ], [ 120.3460082, 30.3197169 ], [ 120.3460605, 30.319708 ], [ 120.3461728, 30.3196831 ], [ 120.3462979, 30.3196967 ], [ 120.3464005, 30.3197132 ], [ 120.346489, 30.319725 ], [ 120.3466137, 30.3197389 ], [ 120.3467439, 30.3197654 ], [ 120.3469137, 30.3197009 ], [ 120.3470211, 30.3196894 ], [ 120.3471263, 30.3196767 ], [ 120.3472222, 30.319671 ], [ 120.347224, 30.3197109 ], [ 120.3472213, 30.3197341 ], [ 120.3472213, 30.3197943 ], [ 120.3473125, 30.3197989 ], [ 120.3473179, 30.3198267 ], [ 120.3473252, 30.3198393 ], [ 120.3473447, 30.319873 ], [ 120.3474574, 30.3198822 ], [ 120.3475691, 30.319899 ], [ 120.3476344, 30.3198683 ], [ 120.3477685, 30.3198545 ], [ 120.3478919, 30.3198267 ], [ 120.3480313, 30.3197943 ], [ 120.3481655, 30.3197202 ], [ 120.3483318, 30.3196414 ], [ 120.3483908, 30.3196507 ], [ 120.3483908, 30.3197202 ], [ 120.3484047, 30.3197773 ], [ 120.3484782, 30.3198313 ], [ 120.3484622, 30.3200685 ], [ 120.3484279, 30.3200726 ], [ 120.3484338, 30.3202131 ], [ 120.3484394, 30.3203672 ], [ 120.3485034, 30.3204009 ], [ 120.3485422, 30.3204358 ], [ 120.3487341, 30.3204518 ], [ 120.3488235, 30.320468 ], [ 120.3488939, 30.3204657 ], [ 120.3489382, 30.3204396 ], [ 120.3489851, 30.320406 ], [ 120.3490213, 30.3204014 ], [ 120.3491467, 30.3203487 ], [ 120.3492708, 30.3203013 ], [ 120.3494599, 30.3202799 ], [ 120.349748, 30.3203592 ], [ 120.3498696, 30.3203881 ], [ 120.3499592, 30.3203892 ], [ 120.3499758, 30.3203888 ], [ 120.3500573, 30.320373 ], [ 120.3501445, 30.3203406 ], [ 120.3502196, 30.3202781 ], [ 120.350265, 30.320207 ], [ 120.3502673, 30.3202015 ], [ 120.35027, 30.3201949 ], [ 120.3502776, 30.3201589 ], [ 120.3502757, 30.3201199 ], [ 120.3502737, 30.320111 ], [ 120.3502718, 30.3201023 ], [ 120.3502522, 30.3200119 ], [ 120.3501878, 30.3198081 ], [ 120.3502147, 30.319697 ], [ 120.3502386, 30.3196112 ], [ 120.3503056, 30.3195967 ], [ 120.3503439, 30.3195851 ], [ 120.35034, 30.3195153 ], [ 120.3503376, 30.3194725 ], [ 120.3501718, 30.3195766 ], [ 120.3500806, 30.3195581 ], [ 120.3500698, 30.3194423 ], [ 120.3501784, 30.3193081 ], [ 120.3502352, 30.3191841 ], [ 120.3501999, 30.3190632 ], [ 120.3501342, 30.31897 ], [ 120.3500449, 30.3189144 ], [ 120.3500089, 30.3188453 ], [ 120.3500875, 30.3187573 ], [ 120.349984, 30.3186597 ], [ 120.3499089, 30.3186644 ], [ 120.3498499, 30.3186921 ], [ 120.3497426, 30.3186783 ], [ 120.3494261, 30.3186551 ], [ 120.3493349, 30.3186551 ], [ 120.3492692, 30.3186794 ], [ 120.3492611, 30.318706 ], [ 120.3492647, 30.3187361 ], [ 120.3493, 30.3187709 ], [ 120.3493416, 30.3187963 ], [ 120.3493342, 30.3188317 ], [ 120.349307, 30.3188571 ], [ 120.34928, 30.3188611 ], [ 120.3489567, 30.3188507 ], [ 120.3489234, 30.3188536 ], [ 120.348897, 30.3188641 ], [ 120.3486342, 30.3188299 ], [ 120.3486214, 30.3186319 ], [ 120.3486395, 30.3184064 ], [ 120.3484517, 30.3184132 ], [ 120.3484283, 30.3187477 ], [ 120.3484605, 30.3189052 ], [ 120.3485141, 30.3190256 ], [ 120.3484981, 30.3191274 ], [ 120.3483908, 30.3193127 ], [ 120.348262, 30.3194933 ], [ 120.348085, 30.3196275 ], [ 120.3479723, 30.3197248 ], [ 120.3478758, 30.3197479 ], [ 120.3477202, 30.3197618 ], [ 120.3476344, 30.3197387 ], [ 120.3475311, 30.3196854 ], [ 120.347473, 30.3196402 ], [ 120.3474421, 30.3195714 ], [ 120.3475226, 30.3195025 ], [ 120.3476306, 30.3193786 ], [ 120.3476668, 30.319279 ], [ 120.3476641, 30.3191615 ], [ 120.3476451, 30.3190626 ], [ 120.3475593, 30.3189746 ], [ 120.3474127, 30.3188947 ], [ 120.3473148, 30.3188646 ], [ 120.347245, 30.3188594 ], [ 120.3472122, 30.3188652 ], [ 120.3472048, 30.318875 ], [ 120.3471947, 30.3188866 ], [ 120.3471833, 30.3189045 ], [ 120.3471639, 30.3189115 ], [ 120.3471418, 30.3189109 ], [ 120.3470989, 30.3189121 ], [ 120.3470533, 30.3189092 ], [ 120.3470318, 30.3189069 ], [ 120.3470217, 30.318893 ], [ 120.3470124, 30.3188542 ], [ 120.3469943, 30.3188467 ], [ 120.3469614, 30.3188472 ], [ 120.3468896, 30.3188553 ], [ 120.3467837, 30.3188721 ], [ 120.3466849, 30.3189005 ], [ 120.3465991, 30.3189515 ], [ 120.3464328, 30.3190811 ], [ 120.3462611, 30.3191737 ], [ 120.3460271, 30.3192685 ], [ 120.3459126, 30.3192664 ], [ 120.3457333, 30.319262 ], [ 120.345382, 30.3192196 ], [ 120.3452418, 30.3192929 ], [ 120.3452032, 30.3193626 ], [ 120.3452133, 30.3194611 ], [ 120.3451696, 30.3195549 ], [ 120.3451442, 30.3197004 ], [ 120.3450778, 30.3197601 ], [ 120.344996, 30.3198058 ], [ 120.3448874, 30.3198301 ], [ 120.3448304, 30.319837 ], [ 120.3446571, 30.3199008 ], [ 120.3444372, 30.3199285 ], [ 120.3442501, 30.3200483 ], [ 120.344169, 30.3201693 ], [ 120.3441853, 30.320215 ] ], [ [ 120.3446069, 30.3199609 ], [ 120.3446447, 30.3199227 ], [ 120.3447516, 30.3199041 ], [ 120.3447721, 30.319925 ], [ 120.3447684, 30.3199787 ], [ 120.3446847, 30.320063 ], [ 120.3446366, 30.320064 ], [ 120.3446047, 30.3200341 ], [ 120.3446069, 30.3199609 ] ], [ [ 120.3456346, 30.3195545 ], [ 120.3457139, 30.3194979 ], [ 120.3457193, 30.3194516 ], [ 120.3458158, 30.3194192 ], [ 120.345872, 30.3194367 ], [ 120.3459607, 30.319396 ], [ 120.3459982, 30.3194145 ], [ 120.3461041, 30.319347 ], [ 120.3461857, 30.3193309 ], [ 120.3463362, 30.319308 ], [ 120.3464381, 30.3193682 ], [ 120.3464977, 30.319415 ], [ 120.3466115, 30.3194346 ], [ 120.3466784, 30.3193575 ], [ 120.3467493, 30.3194145 ], [ 120.3468136, 30.3194747 ], [ 120.3468404, 30.3195257 ], [ 120.3468244, 30.319572 ], [ 120.3467546, 30.3196044 ], [ 120.3466902, 30.3196275 ], [ 120.3465776, 30.3196229 ], [ 120.3464542, 30.319609 ], [ 120.3463255, 30.3195581 ], [ 120.3462154, 30.3195459 ], [ 120.3460937, 30.3195962 ], [ 120.3459871, 30.3196515 ], [ 120.3459552, 30.3196721 ], [ 120.3459029, 30.3196915 ], [ 120.3458105, 30.3197387 ], [ 120.3457139, 30.3197665 ], [ 120.3456281, 30.3197155 ], [ 120.345612, 30.3196461 ], [ 120.3456346, 30.3195545 ] ], [ [ 120.3466416, 30.319178 ], [ 120.3467766, 30.3190745 ], [ 120.3468394, 30.3191172 ], [ 120.3468413, 30.3191468 ], [ 120.3468242, 30.3192042 ], [ 120.3466911, 30.3192798 ], [ 120.346615, 30.3192666 ], [ 120.3465807, 30.3192404 ], [ 120.3465769, 30.3191911 ], [ 120.3466416, 30.319178 ] ], [ [ 120.3473472, 30.3193602 ], [ 120.3473681, 30.3193257 ], [ 120.3473986, 30.3193487 ], [ 120.3474005, 30.3193783 ], [ 120.3473624, 30.3194029 ], [ 120.3473225, 30.3194012 ], [ 120.3473187, 30.3193668 ], [ 120.3473472, 30.3193602 ] ], [ [ 120.3485184, 30.3193537 ], [ 120.3485667, 30.3192889 ], [ 120.3486438, 30.3191835 ], [ 120.3486912, 30.3190533 ], [ 120.3486717, 30.318995 ], [ 120.3486703, 30.318958 ], [ 120.3487183, 30.3189308 ], [ 120.3488964, 30.3189207 ], [ 120.3489733, 30.3189303 ], [ 120.349056, 30.3189347 ], [ 120.3491418, 30.318948 ], [ 120.3492035, 30.3189538 ], [ 120.3492746, 30.3189596 ], [ 120.3493117, 30.3189792 ], [ 120.3493443, 30.3190221 ], [ 120.3493852, 30.3190412 ], [ 120.349457, 30.3190557 ], [ 120.349587, 30.3190579 ], [ 120.3497364, 30.3190504 ], [ 120.3496621, 30.3189792 ], [ 120.3496514, 30.3189237 ], [ 120.3496826, 30.3188852 ], [ 120.349748, 30.3188913 ], [ 120.3498177, 30.3189376 ], [ 120.349897, 30.3189931 ], [ 120.349901, 30.3190328 ], [ 120.349789, 30.3190328 ], [ 120.3498136, 30.3190983 ], [ 120.3499161, 30.3191054 ], [ 120.3500055, 30.3191367 ], [ 120.3500752, 30.3192108 ], [ 120.3500323, 30.3192941 ], [ 120.3499196, 30.3193682 ], [ 120.3498392, 30.3194608 ], [ 120.3498553, 30.3195349 ], [ 120.3498982, 30.3195905 ], [ 120.349984, 30.3196368 ], [ 120.3500162, 30.3197109 ], [ 120.3500967, 30.3198406 ], [ 120.350102, 30.3200119 ], [ 120.3500865, 30.3200356 ], [ 120.3500757, 30.3200519 ], [ 120.3500108, 30.3201508 ], [ 120.3499385, 30.3202022 ], [ 120.3499196, 30.3202156 ], [ 120.3498726, 30.3202201 ], [ 120.3498291, 30.3202243 ], [ 120.3497748, 30.3202295 ], [ 120.3495173, 30.3202203 ], [ 120.3492701, 30.3201861 ], [ 120.3491581, 30.3202017 ], [ 120.3489985, 30.3202364 ], [ 120.348902, 30.3202631 ], [ 120.3487866, 30.3202689 ], [ 120.3486004, 30.3202907 ], [ 120.3485654, 30.3201369 ], [ 120.3485714, 30.3196889 ], [ 120.3485446, 30.3195395 ], [ 120.3485218, 30.3194915 ], [ 120.3485077, 30.3194284 ], [ 120.3485184, 30.3193537 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3693624, 30.3161532 ], [ 120.3696701, 30.3161542 ], [ 120.3696711, 30.3159256 ], [ 120.3692582, 30.3159242 ], [ 120.3692574, 30.3161025 ], [ 120.3693624, 30.3161532 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3684274, 30.3164876 ], [ 120.3684519, 30.3164242 ], [ 120.3684747, 30.3163825 ], [ 120.3685015, 30.3163559 ], [ 120.3685498, 30.3163072 ], [ 120.3685807, 30.3162679 ], [ 120.3686055, 30.3162326 ], [ 120.368639, 30.3161845 ], [ 120.3686826, 30.3161417 ], [ 120.3687436, 30.3161058 ], [ 120.3687999, 30.3160896 ], [ 120.3688596, 30.3160786 ], [ 120.3688985, 30.3160803 ], [ 120.3689213, 30.3161197 ], [ 120.3689503, 30.3161254 ], [ 120.3689477, 30.315928 ], [ 120.3686734, 30.315927 ], [ 120.3686193, 30.3159433 ], [ 120.3685591, 30.3159874 ], [ 120.3685045, 30.3160589 ], [ 120.3684175, 30.3161865 ], [ 120.3683749, 30.3163081 ], [ 120.3683661, 30.3164141 ], [ 120.3683642, 30.3165146 ], [ 120.3684274, 30.3164876 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3650949, 30.3164322 ], [ 120.3651477, 30.3164362 ], [ 120.3651832, 30.3164653 ], [ 120.3651731, 30.3164995 ], [ 120.3651329, 30.316525 ], [ 120.3653437, 30.3165203 ], [ 120.3661504, 30.3165222 ], [ 120.3661779, 30.316453 ], [ 120.366087, 30.31644 ], [ 120.365881, 30.3164572 ], [ 120.3656581, 30.3164689 ], [ 120.3654432, 30.3163762 ], [ 120.365366, 30.3163548 ], [ 120.3651895, 30.3164054 ], [ 120.3650781, 30.3163912 ], [ 120.3650949, 30.3164322 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3683035, 30.3165207 ], [ 120.3683036, 30.3164751 ], [ 120.3674918, 30.3164744 ], [ 120.3666647, 30.3164723 ], [ 120.3661779, 30.316453 ], [ 120.3661504, 30.3165222 ], [ 120.3683035, 30.3165207 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3736427, 30.3188072 ], [ 120.3741949, 30.3186342 ], [ 120.374345, 30.3185939 ], [ 120.3746136, 30.3186524 ], [ 120.3749337, 30.3186652 ], [ 120.3753062, 30.3184981 ], [ 120.3754583, 30.3183818 ], [ 120.3758492, 30.3182385 ], [ 120.3761073, 30.3181476 ], [ 120.3764327, 30.3177388 ], [ 120.3767981, 30.3172778 ], [ 120.377092, 30.3168615 ], [ 120.3773566, 30.3166336 ], [ 120.3775495, 30.3165328 ], [ 120.3778108, 30.3164647 ], [ 120.377823, 30.3163426 ], [ 120.3778017, 30.3159006 ], [ 120.3779807, 30.3158827 ], [ 120.3781597, 30.3158909 ], [ 120.3783658, 30.3158686 ], [ 120.3784961, 30.3158202 ], [ 120.3786959, 30.3157101 ], [ 120.3790556, 30.3153658 ], [ 120.3796676, 30.3149493 ], [ 120.3797641, 30.3149018 ], [ 120.3796703, 30.3148246 ], [ 120.3795745, 30.3147458 ], [ 120.3793988, 30.3146014 ], [ 120.3794142, 30.3147535 ], [ 120.379361, 30.3148565 ], [ 120.3792469, 30.3149465 ], [ 120.3789971, 30.3151433 ], [ 120.3789292, 30.3151968 ], [ 120.3785038, 30.3155424 ], [ 120.3783623, 30.3156131 ], [ 120.378117, 30.3156845 ], [ 120.3778718, 30.3157559 ], [ 120.3776924, 30.3157676 ], [ 120.3777257, 30.3162337 ], [ 120.3777143, 30.3163907 ], [ 120.3773671, 30.3164331 ], [ 120.3772619, 30.3164675 ], [ 120.3772016, 30.3165698 ], [ 120.3771374, 30.3166373 ], [ 120.3770332, 30.3166841 ], [ 120.3768114, 30.3167572 ], [ 120.3767853, 30.3168715 ], [ 120.3767136, 30.3170186 ], [ 120.3764068, 30.3172639 ], [ 120.3763316, 30.3173399 ], [ 120.3762715, 30.3174355 ], [ 120.37625, 30.3175548 ], [ 120.3760172, 30.3176362 ], [ 120.3759838, 30.3176586 ], [ 120.3758438, 30.3177532 ], [ 120.37575, 30.3177523 ], [ 120.3756443, 30.3177617 ], [ 120.3755156, 30.3178188 ], [ 120.3754285, 30.3178932 ], [ 120.3754476, 30.3179676 ], [ 120.3754725, 30.3180616 ], [ 120.3752786, 30.3181577 ], [ 120.3750923, 30.3182702 ], [ 120.3749094, 30.3184167 ], [ 120.3746117, 30.3184542 ], [ 120.3743503, 30.3184757 ], [ 120.3741342, 30.3185098 ], [ 120.3735521, 30.3187066 ], [ 120.3736427, 30.3188072 ] ], [ [ 120.3758315, 30.3178648 ], [ 120.3759339, 30.3177665 ], [ 120.3760087, 30.3177118 ], [ 120.3760401, 30.3176912 ], [ 120.3761577, 30.3176683 ], [ 120.3762563, 30.3176716 ], [ 120.3762942, 30.3177272 ], [ 120.3762791, 30.3177927 ], [ 120.376188, 30.3178975 ], [ 120.376097, 30.3179728 ], [ 120.3759946, 30.3180219 ], [ 120.3758542, 30.3180219 ], [ 120.3758049, 30.3179794 ], [ 120.3757822, 30.3179106 ], [ 120.3758315, 30.3178648 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3593867, 30.3170941 ], [ 120.3594137, 30.31707 ], [ 120.3594803, 30.3170413 ], [ 120.3595541, 30.3170333 ], [ 120.3596269, 30.3170468 ], [ 120.3596842, 30.3170772 ], [ 120.3597373, 30.3171302 ], [ 120.3597514, 30.3171552 ], [ 120.3598028, 30.3171518 ], [ 120.359961, 30.3168753 ], [ 120.3599254, 30.3168992 ], [ 120.359878, 30.3168958 ], [ 120.3598345, 30.3168616 ], [ 120.3598107, 30.3168207 ], [ 120.3597554, 30.3168411 ], [ 120.3597277, 30.316906 ], [ 120.3596213, 30.316892 ], [ 120.3594759, 30.3168916 ], [ 120.3593377, 30.3169279 ], [ 120.3592533, 30.3169693 ], [ 120.3592111, 30.3170199 ], [ 120.3593867, 30.3170941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3594983, 30.3171972 ], [ 120.3595152, 30.3172189 ], [ 120.3595391, 30.317234 ], [ 120.3595712, 30.317234 ], [ 120.3596004, 30.3172229 ], [ 120.3596197, 30.3172083 ], [ 120.3596232, 30.3171907 ], [ 120.3596185, 30.3171675 ], [ 120.359709, 30.3171398 ], [ 120.3596967, 30.3171146 ], [ 120.3596716, 30.3170939 ], [ 120.3596349, 30.3170682 ], [ 120.3595946, 30.3170536 ], [ 120.3595397, 30.3170486 ], [ 120.3595543, 30.3171297 ], [ 120.3595298, 30.3171388 ], [ 120.3595053, 30.3171529 ], [ 120.3594959, 30.3171801 ], [ 120.3594983, 30.3171972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.377379, 30.3174028 ], [ 120.3776473, 30.3174098 ], [ 120.3776392, 30.3173186 ], [ 120.3778791, 30.3173396 ], [ 120.3779116, 30.3172449 ], [ 120.377875, 30.3172414 ], [ 120.3778466, 30.317273 ], [ 120.3778222, 30.3172554 ], [ 120.3777937, 30.3172309 ], [ 120.3778018, 30.3171922 ], [ 120.3778506, 30.3171887 ], [ 120.3778953, 30.3171852 ], [ 120.3778466, 30.3171431 ], [ 120.3778953, 30.3170905 ], [ 120.3778994, 30.3169711 ], [ 120.3778018, 30.316929 ], [ 120.377749, 30.3169782 ], [ 120.3775986, 30.3169711 ], [ 120.3774807, 30.3171256 ], [ 120.3775254, 30.3171958 ], [ 120.3774563, 30.3173045 ], [ 120.377379, 30.3173467 ], [ 120.377379, 30.3174028 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3634933, 30.317354 ], [ 120.3635791, 30.317354 ], [ 120.3636918, 30.3173123 ], [ 120.3637669, 30.3172521 ], [ 120.3637454, 30.3171873 ], [ 120.3636757, 30.3171271 ], [ 120.3635791, 30.3171132 ], [ 120.363504, 30.3171687 ], [ 120.363445, 30.317303 ], [ 120.3634933, 30.317354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3597135, 30.3174241 ], [ 120.3597836, 30.3173555 ], [ 120.359821, 30.3173596 ], [ 120.3598444, 30.3173878 ], [ 120.3598369, 30.3174161 ], [ 120.3597864, 30.317467 ], [ 120.3597322, 30.3174944 ], [ 120.3597836, 30.3175114 ], [ 120.3598453, 30.3175073 ], [ 120.3598715, 30.3174096 ], [ 120.3598584, 30.3172538 ], [ 120.3598028, 30.3171518 ], [ 120.3597514, 30.3171552 ], [ 120.3597855, 30.3172054 ], [ 120.3597593, 30.3172958 ], [ 120.3597284, 30.3173539 ], [ 120.3596929, 30.317379 ], [ 120.3597135, 30.3174241 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2954996, 30.3104507 ], [ 120.2956838, 30.3065174 ], [ 120.2957052, 30.3054553 ], [ 120.2955693, 30.3018983 ], [ 120.2955108, 30.3015886 ], [ 120.2954502, 30.3003128 ], [ 120.2949025, 30.3003456 ], [ 120.2950003, 30.3015981 ], [ 120.294897, 30.3019601 ], [ 120.2951011, 30.3057215 ], [ 120.2947629, 30.3095851 ], [ 120.2945317, 30.3099377 ], [ 120.2944111, 30.3121003 ], [ 120.2954996, 30.3104507 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2944032, 30.3125596 ], [ 120.2946544, 30.312335 ], [ 120.2947004, 30.3123671 ], [ 120.2948253, 30.3121759 ], [ 120.294965, 30.3120014 ], [ 120.2952474, 30.311637 ], [ 120.2956948, 30.3110609 ], [ 120.2963964, 30.3100959 ], [ 120.29682, 30.3095441 ], [ 120.2972317, 30.3091181 ], [ 120.2977371, 30.3086176 ], [ 120.2982821, 30.3080555 ], [ 120.2988012, 30.307563 ], [ 120.2992317, 30.3071484 ], [ 120.2995523, 30.3068299 ], [ 120.2997041, 30.3066834 ], [ 120.3000847, 30.3064045 ], [ 120.3015791, 30.3054423 ], [ 120.301843, 30.3052877 ], [ 120.3022706, 30.3048948 ], [ 120.3025969, 30.3046369 ], [ 120.3030569, 30.3042988 ], [ 120.3051696, 30.3027326 ], [ 120.305669, 30.3024005 ], [ 120.3058987, 30.302363 ], [ 120.305625, 30.302343 ], [ 120.30549, 30.3023331 ], [ 120.3049353, 30.3027269 ], [ 120.3043921, 30.3031032 ], [ 120.3031654, 30.3040534 ], [ 120.3025941, 30.3045305 ], [ 120.3021146, 30.3048692 ], [ 120.3017582, 30.305189 ], [ 120.3000365, 30.3062669 ], [ 120.2996271, 30.3066015 ], [ 120.2988846, 30.3072789 ], [ 120.2978323, 30.3083002 ], [ 120.2977638, 30.3083298 ], [ 120.2977046, 30.3083325 ], [ 120.2971925, 30.3088445 ], [ 120.2971769, 30.3089668 ], [ 120.2967395, 30.3093955 ], [ 120.2967473, 30.3094385 ], [ 120.2967301, 30.309495 ], [ 120.2965106, 30.309796 ], [ 120.2964048, 30.3098215 ], [ 120.2958797, 30.310599 ], [ 120.2953867, 30.3112002 ], [ 120.2950468, 30.3116665 ], [ 120.2946544, 30.3121622 ], [ 120.2944172, 30.3124796 ], [ 120.2943566, 30.3125079 ], [ 120.2944032, 30.3125596 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3034877, 30.3085208 ], [ 120.3037536, 30.3076122 ], [ 120.3028587, 30.3074198 ], [ 120.3025984, 30.3083658 ], [ 120.3034877, 30.3085208 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3032424, 30.3095004 ], [ 120.3034697, 30.308576 ], [ 120.3025813, 30.3084267 ], [ 120.3023504, 30.3093335 ], [ 120.3032424, 30.3095004 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3029797, 30.3104374 ], [ 120.3032267, 30.3095479 ], [ 120.3023305, 30.309383 ], [ 120.3020897, 30.3102929 ], [ 120.3029797, 30.3104374 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3027194, 30.3113739 ], [ 120.3029617, 30.3104874 ], [ 120.3020783, 30.3103494 ], [ 120.3019735, 30.3107194 ], [ 120.3021015, 30.3107688 ], [ 120.3019446, 30.3113152 ], [ 120.3018215, 30.3113118 ], [ 120.3017467, 30.3114807 ], [ 120.3027194, 30.3113739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.303899, 30.321213 ], [ 120.3039853, 30.321231 ], [ 120.3043784, 30.3197605 ], [ 120.3045681, 30.3191252 ], [ 120.3047061, 30.3185768 ], [ 120.3050166, 30.3173956 ], [ 120.3051661, 30.3168298 ], [ 120.3055915, 30.3152754 ], [ 120.3056332, 30.315115 ], [ 120.3056636, 30.3150953 ], [ 120.3058632, 30.3150979 ], [ 120.3059057, 30.3149299 ], [ 120.305771, 30.3149247 ], [ 120.3056838, 30.3149021 ], [ 120.3056664, 30.3148495 ], [ 120.3058494, 30.3141386 ], [ 120.306137, 30.3130665 ], [ 120.3061526, 30.3129477 ], [ 120.3061943, 30.3127404 ], [ 120.3066431, 30.3110456 ], [ 120.3068105, 30.3104716 ], [ 120.3069238, 30.3100196 ], [ 120.3071111, 30.3092819 ], [ 120.3074279, 30.3080754 ], [ 120.3075607, 30.3075256 ], [ 120.3077426, 30.306837 ], [ 120.3079819, 30.305998 ], [ 120.3081016, 30.3054858 ], [ 120.308449, 30.3042809 ], [ 120.3088047, 30.3029352 ], [ 120.308835, 30.3027836 ], [ 120.3088679, 30.3027124 ], [ 120.3088586, 30.3026545 ], [ 120.3088425, 30.3026059 ], [ 120.308821, 30.3025642 ], [ 120.3087793, 30.302543 ], [ 120.3087083, 30.3025619 ], [ 120.3086647, 30.3026189 ], [ 120.3086277, 30.3028681 ], [ 120.3085559, 30.3032043 ], [ 120.3084323, 30.3037317 ], [ 120.3082928, 30.3042128 ], [ 120.3081137, 30.3049013 ], [ 120.3079266, 30.3056529 ], [ 120.3077794, 30.3062153 ], [ 120.3075091, 30.3072063 ], [ 120.3071691, 30.3084266 ], [ 120.3069941, 30.3090552 ], [ 120.3066652, 30.3103485 ], [ 120.3064884, 30.3109729 ], [ 120.3064137, 30.3112925 ], [ 120.3063684, 30.3115227 ], [ 120.3062687, 30.3119069 ], [ 120.3061741, 30.3122613 ], [ 120.305985, 30.3130236 ], [ 120.3058281, 30.3136405 ], [ 120.305497, 30.3149118 ], [ 120.3051048, 30.3165104 ], [ 120.304765, 30.317857 ], [ 120.3044643, 30.3189967 ], [ 120.3039763, 30.3206742 ], [ 120.3038218, 30.3211956 ], [ 120.303899, 30.321213 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3086756, 30.3150383 ], [ 120.3104294, 30.3149977 ], [ 120.3105111, 30.3149796 ], [ 120.3105812, 30.3149614 ], [ 120.3106572, 30.3149263 ], [ 120.3124596, 30.3131527 ], [ 120.3125937, 30.3130971 ], [ 120.3127976, 30.3130786 ], [ 120.3136966, 30.3130013 ], [ 120.3136699, 30.3127395 ], [ 120.313629, 30.3128285 ], [ 120.312622, 30.3129195 ], [ 120.3125139, 30.3129386 ], [ 120.31242, 30.3129577 ], [ 120.3123032, 30.3130371 ], [ 120.3119245, 30.3134129 ], [ 120.3115352, 30.3137856 ], [ 120.311022, 30.3142562 ], [ 120.3105513, 30.3147419 ], [ 120.3104805, 30.3148092 ], [ 120.3103956, 30.3148244 ], [ 120.3059057, 30.3149299 ], [ 120.3058632, 30.3150979 ], [ 120.3086756, 30.3150383 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2435571, 30.3095574 ], [ 120.2444287, 30.3099587 ], [ 120.244999, 30.3102388 ], [ 120.2452311, 30.3103544 ], [ 120.2456472, 30.3106197 ], [ 120.2466892, 30.3111594 ], [ 120.2472861, 30.3114583 ], [ 120.2474053, 30.3114912 ], [ 120.2475088, 30.311566 ], [ 120.2477722, 30.3117197 ], [ 120.2481874, 30.3119375 ], [ 120.248658, 30.3121607 ], [ 120.2511409, 30.3134779 ], [ 120.2530892, 30.3145318 ], [ 120.2539015, 30.3149357 ], [ 120.2547071, 30.3152796 ], [ 120.2552222, 30.31548 ], [ 120.2564902, 30.315897 ], [ 120.2568054, 30.3159053 ], [ 120.2572139, 30.3160178 ], [ 120.2574908, 30.3161339 ], [ 120.2578208, 30.3161834 ], [ 120.2579858, 30.3161568 ], [ 120.2581739, 30.3162006 ], [ 120.2583209, 30.3163079 ], [ 120.2588508, 30.3164153 ], [ 120.2637673, 30.3170377 ], [ 120.2640178, 30.3169805 ], [ 120.2643709, 30.3170373 ], [ 120.2646184, 30.317117 ], [ 120.2655674, 30.3172464 ], [ 120.2659566, 30.3172552 ], [ 120.2678249, 30.3174862 ], [ 120.2732092, 30.3181112 ], [ 120.2749712, 30.3183403 ], [ 120.2755437, 30.3184134 ], [ 120.2761903, 30.3185798 ], [ 120.2773123, 30.3187184 ], [ 120.2781587, 30.3187566 ], [ 120.2837093, 30.3194596 ], [ 120.2878057, 30.3200463 ], [ 120.2878261, 30.3199534 ], [ 120.2879939, 30.3199712 ], [ 120.2879777, 30.3200723 ], [ 120.2881658, 30.3201042 ], [ 120.2884083, 30.3201205 ], [ 120.2889795, 30.3201371 ], [ 120.2891404, 30.3201511 ], [ 120.2892542, 30.3201711 ], [ 120.2895061, 30.3198622 ], [ 120.2891168, 30.3198058 ], [ 120.2882046, 30.3197493 ], [ 120.2880366, 30.3197481 ], [ 120.2880144, 30.3198858 ], [ 120.2878448, 30.3198661 ], [ 120.2878654, 30.3197327 ], [ 120.2844242, 30.3192757 ], [ 120.2836362, 30.3191653 ], [ 120.2808662, 30.3188571 ], [ 120.2806417, 30.3188058 ], [ 120.2803445, 30.3187659 ], [ 120.2781139, 30.3184864 ], [ 120.2775838, 30.3185036 ], [ 120.2762233, 30.3183383 ], [ 120.275695, 30.3182186 ], [ 120.2754242, 30.3181673 ], [ 120.2729021, 30.3178235 ], [ 120.2728536, 30.3177944 ], [ 120.2727916, 30.3178331 ], [ 120.2721073, 30.3177446 ], [ 120.2720723, 30.3176978 ], [ 120.2720488, 30.3176028 ], [ 120.2720028, 30.3175954 ], [ 120.271962, 30.3175889 ], [ 120.2719625, 30.317601 ], [ 120.2719649, 30.317667 ], [ 120.2719212, 30.3177096 ], [ 120.2709822, 30.3176119 ], [ 120.2702794, 30.317523 ], [ 120.2699228, 30.3174831 ], [ 120.2696493, 30.3174509 ], [ 120.2686611, 30.3173269 ], [ 120.2677935, 30.3172334 ], [ 120.2674271, 30.3171864 ], [ 120.2660875, 30.3170024 ], [ 120.2654753, 30.3169451 ], [ 120.2646987, 30.3168617 ], [ 120.2643751, 30.3168845 ], [ 120.2640581, 30.3168617 ], [ 120.2637477, 30.3167534 ], [ 120.2623409, 30.3165709 ], [ 120.2622551, 30.3165709 ], [ 120.2619579, 30.3165253 ], [ 120.2614163, 30.3164569 ], [ 120.2600228, 30.3162916 ], [ 120.2594614, 30.3162118 ], [ 120.2588142, 30.3161205 ], [ 120.2585302, 30.3160806 ], [ 120.2583849, 30.3160236 ], [ 120.2582, 30.3159495 ], [ 120.2579887, 30.3159039 ], [ 120.2577905, 30.3159153 ], [ 120.2576056, 30.3158811 ], [ 120.2574141, 30.3158184 ], [ 120.2570839, 30.3156986 ], [ 120.2567735, 30.3156359 ], [ 120.2565819, 30.3156302 ], [ 120.2551224, 30.3151456 ], [ 120.2545214, 30.3149062 ], [ 120.2536892, 30.314547 ], [ 120.2529165, 30.3141308 ], [ 120.2522561, 30.3137488 ], [ 120.2512324, 30.3132072 ], [ 120.2507767, 30.3129734 ], [ 120.250288, 30.3127396 ], [ 120.2495747, 30.312369 ], [ 120.2486501, 30.3118502 ], [ 120.2479038, 30.3114454 ], [ 120.246781, 30.3109209 ], [ 120.2458432, 30.3104533 ], [ 120.2455526, 30.3102196 ], [ 120.2449186, 30.3099231 ], [ 120.2444101, 30.3096551 ], [ 120.2439081, 30.3094498 ], [ 120.2438685, 30.3095069 ], [ 120.2428901, 30.3091205 ], [ 120.2428095, 30.3092672 ], [ 120.2435571, 30.3095574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2924918, 30.3298846 ], [ 120.2928336, 30.3335942 ], [ 120.2930456, 30.3361027 ], [ 120.2937693, 30.3359908 ], [ 120.2936173, 30.3345632 ], [ 120.2936648, 30.334352 ], [ 120.2946296, 30.3333978 ], [ 120.2945726, 30.3329237 ], [ 120.2937015, 30.3329808 ], [ 120.2933782, 30.3287851 ], [ 120.2943032, 30.328732 ], [ 120.2942614, 30.3277215 ], [ 120.2934382, 30.3277844 ], [ 120.2933179, 30.3276762 ], [ 120.2932662, 30.3275742 ], [ 120.2934856, 30.3263553 ], [ 120.293666, 30.3253929 ], [ 120.2939644, 30.3238889 ], [ 120.2942741, 30.3222579 ], [ 120.2944514, 30.3211259 ], [ 120.2945325, 30.3200268 ], [ 120.294546, 30.3191865 ], [ 120.2945095, 30.3182576 ], [ 120.294322, 30.3143415 ], [ 120.2942871, 30.313208 ], [ 120.2941991, 30.3124131 ], [ 120.2944111, 30.3121003 ], [ 120.2945317, 30.3099377 ], [ 120.2943548, 30.309942 ], [ 120.2942335, 30.3098853 ], [ 120.2941041, 30.3070782 ], [ 120.2930858, 30.3071194 ], [ 120.2931093, 30.3077189 ], [ 120.2932056, 30.3099092 ], [ 120.2931777, 30.3099576 ], [ 120.2930687, 30.3099929 ], [ 120.2934973, 30.3123393 ], [ 120.2935818, 30.3132459 ], [ 120.2936445, 30.314874 ], [ 120.2933501, 30.3153307 ], [ 120.2933816, 30.316606 ], [ 120.2934451, 30.3181562 ], [ 120.2938315, 30.3186884 ], [ 120.2938013, 30.3203156 ], [ 120.2937478, 30.320967 ], [ 120.2936455, 30.3217176 ], [ 120.2933305, 30.3234514 ], [ 120.2927766, 30.3263505 ], [ 120.2924846, 30.3278523 ], [ 120.2924451, 30.3288975 ], [ 120.2924918, 30.3298846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3739582, 30.317212 ], [ 120.3740609, 30.3173733 ], [ 120.3741403, 30.3174862 ], [ 120.3740889, 30.3177079 ], [ 120.374131, 30.3178208 ], [ 120.3742384, 30.3179659 ], [ 120.3743411, 30.3181352 ], [ 120.3744252, 30.3183327 ], [ 120.3744252, 30.3183972 ], [ 120.3743503, 30.3184757 ], [ 120.3746117, 30.3184542 ], [ 120.3744766, 30.3183852 ], [ 120.3744579, 30.3182965 ], [ 120.3744345, 30.3182239 ], [ 120.3743878, 30.318111 ], [ 120.3743224, 30.317982 ], [ 120.3742431, 30.3178772 ], [ 120.374187, 30.3178127 ], [ 120.3741497, 30.317716 ], [ 120.3741637, 30.3176353 ], [ 120.3742093, 30.3175084 ], [ 120.3742844, 30.3174742 ], [ 120.3743239, 30.3174621 ], [ 120.3743615, 30.3174659 ], [ 120.3743631, 30.3174224 ], [ 120.3743575, 30.3173582 ], [ 120.3743893, 30.3173564 ], [ 120.3745563, 30.3173469 ], [ 120.374559, 30.3173715 ], [ 120.3747397, 30.3173613 ], [ 120.3747316, 30.3172184 ], [ 120.3747806, 30.3172178 ], [ 120.3749308, 30.3169857 ], [ 120.3751829, 30.3170985 ], [ 120.3752452, 30.3170034 ], [ 120.3753004, 30.3170236 ], [ 120.3754679, 30.3171009 ], [ 120.3755236, 30.317091 ], [ 120.3756087, 30.3170574 ], [ 120.3756912, 30.3170204 ], [ 120.3757489, 30.316988 ], [ 120.375834, 30.3169295 ], [ 120.3759272, 30.3168519 ], [ 120.3760225, 30.3167987 ], [ 120.3760064, 30.3167657 ], [ 120.3759795, 30.3167512 ], [ 120.3758857, 30.3167964 ], [ 120.3758427, 30.3168682 ], [ 120.3757878, 30.3169133 ], [ 120.3757328, 30.3169359 ], [ 120.3756635, 30.3169696 ], [ 120.3755933, 30.3169947 ], [ 120.3754925, 30.3170004 ], [ 120.3753213, 30.316904 ], [ 120.3750797, 30.3167726 ], [ 120.3749429, 30.3167599 ], [ 120.3748021, 30.3167692 ], [ 120.3747055, 30.316797 ], [ 120.3746384, 30.316819 ], [ 120.3745472, 30.3168514 ], [ 120.3744869, 30.3168803 ], [ 120.3744212, 30.3169081 ], [ 120.3743581, 30.3169417 ], [ 120.3743032, 30.3169695 ], [ 120.3742472, 30.3169819 ], [ 120.3740889, 30.3169702 ], [ 120.3739582, 30.3169943 ], [ 120.3739208, 30.3171113 ], [ 120.3739582, 30.317212 ] ], [ [ 120.3740128, 30.3170178 ], [ 120.3740954, 30.3169845 ], [ 120.374198, 30.3169876 ], [ 120.3742276, 30.3169993 ], [ 120.3743006, 30.3170222 ], [ 120.3743807, 30.317074 ], [ 120.3744057, 30.317128 ], [ 120.3744032, 30.3171907 ], [ 120.3743757, 30.3172836 ], [ 120.3743495, 30.3173328 ], [ 120.3743281, 30.3173635 ], [ 120.3742731, 30.3174067 ], [ 120.3741955, 30.3174283 ], [ 120.3741429, 30.3174024 ], [ 120.3739803, 30.3171345 ], [ 120.3739803, 30.3170654 ], [ 120.3740128, 30.3170178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3769913, 30.3187829 ], [ 120.3770313, 30.3188414 ], [ 120.3771361, 30.3188972 ], [ 120.3772347, 30.3189212 ], [ 120.3773086, 30.3188839 ], [ 120.3773364, 30.3188254 ], [ 120.377324, 30.3187829 ], [ 120.3772871, 30.318743 ], [ 120.3772963, 30.3186978 ], [ 120.3773333, 30.3186632 ], [ 120.377398, 30.3186446 ], [ 120.3774658, 30.3186286 ], [ 120.3775274, 30.318602 ], [ 120.3775798, 30.3185302 ], [ 120.3775705, 30.3184903 ], [ 120.3775058, 30.3184158 ], [ 120.3774042, 30.3183786 ], [ 120.3773086, 30.3183786 ], [ 120.3772255, 30.3183892 ], [ 120.3771484, 30.3184132 ], [ 120.3770591, 30.3184611 ], [ 120.3770375, 30.3184424 ], [ 120.3770036, 30.3185355 ], [ 120.3769913, 30.3186233 ], [ 120.3769666, 30.3186871 ], [ 120.3769913, 30.3187829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.35034, 30.3195153 ], [ 120.3503439, 30.3195851 ], [ 120.3506419, 30.3195415 ], [ 120.3507221, 30.3195629 ], [ 120.351109, 30.3195825 ], [ 120.3514138, 30.3196148 ], [ 120.3515308, 30.3195874 ], [ 120.3517049, 30.3195914 ], [ 120.3518044, 30.3195982 ], [ 120.3522608, 30.3195829 ], [ 120.3524398, 30.3196019 ], [ 120.3527541, 30.319606 ], [ 120.3529021, 30.3196321 ], [ 120.3532657, 30.3196368 ], [ 120.3535823, 30.3196015 ], [ 120.3537744, 30.3195722 ], [ 120.353958, 30.3195511 ], [ 120.3540774, 30.3195751 ], [ 120.3542167, 30.3196121 ], [ 120.3543307, 30.3196097 ], [ 120.3545385, 30.319592 ], [ 120.3549768, 30.3195585 ], [ 120.3556654, 30.3195271 ], [ 120.3560015, 30.3195249 ], [ 120.3561532, 30.3194988 ], [ 120.3563564, 30.3194941 ], [ 120.3566906, 30.3195173 ], [ 120.3570799, 30.3195533 ], [ 120.3573079, 30.3195521 ], [ 120.3576043, 30.3195634 ], [ 120.3577225, 30.3195518 ], [ 120.3578391, 30.3195201 ], [ 120.3580209, 30.3195186 ], [ 120.3581585, 30.3195175 ], [ 120.3583087, 30.3195282 ], [ 120.3584363, 30.3195681 ], [ 120.3585327, 30.3196096 ], [ 120.3586691, 30.3196295 ], [ 120.3601054, 30.3196241 ], [ 120.3602143, 30.319648 ], [ 120.3603232, 30.3196848 ], [ 120.3604308, 30.3197627 ], [ 120.360525, 30.3198015 ], [ 120.3606017, 30.3198079 ], [ 120.361407, 30.3198123 ], [ 120.3614919, 30.3197785 ], [ 120.3615193, 30.3197509 ], [ 120.3615413, 30.3196826 ], [ 120.3615598, 30.319629 ], [ 120.3615482, 30.3195927 ], [ 120.3614471, 30.3191969 ], [ 120.3614309, 30.319136 ], [ 120.3614604, 30.3190818 ], [ 120.3614949, 30.3190491 ], [ 120.3615706, 30.3190301 ], [ 120.3620965, 30.318915 ], [ 120.3622874, 30.3187582 ], [ 120.3624315, 30.318746 ], [ 120.3623158, 30.3185325 ], [ 120.3622753, 30.3186474 ], [ 120.362163, 30.3187656 ], [ 120.3620593, 30.3188236 ], [ 120.3615519, 30.3189413 ], [ 120.3615132, 30.3189518 ], [ 120.3614093, 30.3189671 ], [ 120.3613493, 30.3189966 ], [ 120.3613151, 30.3190813 ], [ 120.3613123, 30.3191712 ], [ 120.3613409, 30.3192225 ], [ 120.3613896, 30.3192653 ], [ 120.3614702, 30.3195663 ], [ 120.3614692, 30.3196281 ], [ 120.3614196, 30.3196695 ], [ 120.3613517, 30.3196961 ], [ 120.3605717, 30.3196915 ], [ 120.3603767, 30.3195683 ], [ 120.360191, 30.3195163 ], [ 120.3600057, 30.3194866 ], [ 120.35992, 30.3194816 ], [ 120.3587241, 30.3195064 ], [ 120.3580409, 30.3194477 ], [ 120.3574228, 30.3194662 ], [ 120.3571099, 30.3194707 ], [ 120.3569651, 30.3194741 ], [ 120.3566324, 30.3194262 ], [ 120.3562647, 30.3193782 ], [ 120.355895, 30.3193505 ], [ 120.3557413, 30.3193889 ], [ 120.3556126, 30.3194187 ], [ 120.3553601, 30.3194265 ], [ 120.3552107, 30.3194204 ], [ 120.3550855, 30.3193851 ], [ 120.3544773, 30.319362 ], [ 120.3540593, 30.3193744 ], [ 120.3537865, 30.3194361 ], [ 120.353557, 30.3194873 ], [ 120.3532148, 30.3194891 ], [ 120.3529129, 30.3194953 ], [ 120.3526232, 30.3194213 ], [ 120.3523275, 30.3194242 ], [ 120.3521025, 30.3194709 ], [ 120.3518946, 30.3194809 ], [ 120.3514517, 30.3194779 ], [ 120.3513165, 30.3194897 ], [ 120.3510271, 30.3194877 ], [ 120.350713, 30.319475 ], [ 120.3503376, 30.3194725 ], [ 120.35034, 30.3195153 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3653907, 30.3182913 ], [ 120.3653717, 30.3183503 ], [ 120.3654096, 30.318442 ], [ 120.3655993, 30.3189069 ], [ 120.3656524, 30.3190936 ], [ 120.3657358, 30.3192278 ], [ 120.3657965, 30.3193031 ], [ 120.3657965, 30.3193883 ], [ 120.3658117, 30.3194636 ], [ 120.3658838, 30.3195847 ], [ 120.3659445, 30.3196371 ], [ 120.3660469, 30.3197354 ], [ 120.3661588, 30.31994 ], [ 120.3662327, 30.3202036 ], [ 120.3662999, 30.3201973 ], [ 120.3661868, 30.3198064 ], [ 120.3662565, 30.3196582 ], [ 120.3664666, 30.3196814 ], [ 120.3664923, 30.3197795 ], [ 120.3665484, 30.3198579 ], [ 120.3667649, 30.3198351 ], [ 120.3669966, 30.3197828 ], [ 120.3671792, 30.3197045 ], [ 120.367442, 30.3196165 ], [ 120.3682306, 30.3195147 ], [ 120.3688851, 30.3195517 ], [ 120.3695181, 30.3194684 ], [ 120.37028, 30.319515 ], [ 120.3706204, 30.3196209 ], [ 120.3710252, 30.3196679 ], [ 120.3712586, 30.3196554 ], [ 120.3714502, 30.3196036 ], [ 120.3716587, 30.3194817 ], [ 120.371945, 30.3193684 ], [ 120.3722968, 30.3193052 ], [ 120.3727775, 30.319206 ], [ 120.372999, 30.3190652 ], [ 120.3732205, 30.3189407 ], [ 120.3736427, 30.3188072 ], [ 120.3735521, 30.3187066 ], [ 120.3731659, 30.318827 ], [ 120.3728494, 30.3189798 ], [ 120.3725892, 30.3191488 ], [ 120.3724041, 30.3191836 ], [ 120.3721064, 30.3192322 ], [ 120.3717282, 30.3192276 ], [ 120.3714975, 30.3192276 ], [ 120.371468, 30.3192415 ], [ 120.3713795, 30.3192808 ], [ 120.3712561, 30.3193086 ], [ 120.3711515, 30.3193156 ], [ 120.3711515, 30.3193896 ], [ 120.3711837, 30.3193896 ], [ 120.3711837, 30.3194776 ], [ 120.3710898, 30.3194753 ], [ 120.3710872, 30.319392 ], [ 120.371114, 30.3193896 ], [ 120.3711059, 30.319135 ], [ 120.3709557, 30.3191373 ], [ 120.3709718, 30.3193364 ], [ 120.3708243, 30.3193364 ], [ 120.3708243, 30.3193109 ], [ 120.3706875, 30.3193179 ], [ 120.3706848, 30.319348 ], [ 120.3706634, 30.319348 ], [ 120.3706634, 30.3193156 ], [ 120.3705373, 30.3193156 ], [ 120.37054, 30.3193503 ], [ 120.3705078, 30.3193526 ], [ 120.3705078, 30.3193202 ], [ 120.3702986, 30.3193294 ], [ 120.3700143, 30.3193549 ], [ 120.3694993, 30.3193294 ], [ 120.369384, 30.3193595 ], [ 120.3691781, 30.3193699 ], [ 120.3690708, 30.3194131 ], [ 120.3688663, 30.3194244 ], [ 120.3688582, 30.3193457 ], [ 120.3686785, 30.3193387 ], [ 120.3684023, 30.3193225 ], [ 120.3681904, 30.3193063 ], [ 120.3679892, 30.3193109 ], [ 120.3678417, 30.3193457 ], [ 120.3677344, 30.3194128 ], [ 120.3675654, 30.3194568 ], [ 120.3672999, 30.3194823 ], [ 120.3670129, 30.3196003 ], [ 120.3667742, 30.3196744 ], [ 120.3665918, 30.3196582 ], [ 120.3664335, 30.3196119 ], [ 120.3662538, 30.3195957 ], [ 120.3661438, 30.3196073 ], [ 120.3659963, 30.3195587 ], [ 120.3659132, 30.3194197 ], [ 120.3659159, 30.3192878 ], [ 120.3657657, 30.319128 ], [ 120.3657576, 30.3189891 ], [ 120.3656423, 30.3185306 ], [ 120.365653, 30.3184542 ], [ 120.3656181, 30.318394 ], [ 120.3655403, 30.3183686 ], [ 120.3654813, 30.3183199 ], [ 120.3654626, 30.3182852 ], [ 120.3654626, 30.3181556 ], [ 120.36533, 30.3181702 ], [ 120.3653907, 30.3182913 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3637217, 30.3185061 ], [ 120.3638916, 30.3185397 ], [ 120.3640473, 30.3185183 ], [ 120.3641181, 30.3184786 ], [ 120.3641677, 30.3185275 ], [ 120.3641323, 30.3185764 ], [ 120.3639199, 30.3186375 ], [ 120.3638208, 30.3186925 ], [ 120.3638138, 30.3188116 ], [ 120.3638952, 30.318998 ], [ 120.3640969, 30.3190866 ], [ 120.3643022, 30.3191813 ], [ 120.36438, 30.3193677 ], [ 120.3644331, 30.3194288 ], [ 120.3645747, 30.3193951 ], [ 120.3646525, 30.3194563 ], [ 120.3646879, 30.3195998 ], [ 120.3646384, 30.319719 ], [ 120.3646207, 30.3197954 ], [ 120.3645181, 30.3198992 ], [ 120.364557, 30.3200428 ], [ 120.3646809, 30.3200734 ], [ 120.364787, 30.3200856 ], [ 120.3648472, 30.3199848 ], [ 120.3648401, 30.3198809 ], [ 120.3647764, 30.3198565 ], [ 120.3646879, 30.3198717 ], [ 120.3646809, 30.3198198 ], [ 120.3648083, 30.3197893 ], [ 120.3647516, 30.3196426 ], [ 120.3647198, 30.3194318 ], [ 120.3646596, 30.3191263 ], [ 120.3646207, 30.3190133 ], [ 120.3643305, 30.3190896 ], [ 120.3642172, 30.3190835 ], [ 120.364111, 30.3189766 ], [ 120.3641854, 30.3189277 ], [ 120.3643906, 30.318833 ], [ 120.3644437, 30.3187597 ], [ 120.3643659, 30.3185794 ], [ 120.3642137, 30.3185458 ], [ 120.3641677, 30.3184083 ], [ 120.3640084, 30.3183075 ], [ 120.363697, 30.3183045 ], [ 120.3636226, 30.3183656 ], [ 120.3637217, 30.3185061 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3788575, 30.3230449 ], [ 120.3789416, 30.3230325 ], [ 120.3790087, 30.3229771 ], [ 120.3790444, 30.3229126 ], [ 120.3789925, 30.3229136 ], [ 120.3789563, 30.322892 ], [ 120.3789593, 30.3228559 ], [ 120.378988, 30.3228413 ], [ 120.3790311, 30.3228391 ], [ 120.3790331, 30.3227877 ], [ 120.3790036, 30.3227566 ], [ 120.3788829, 30.3227525 ], [ 120.3787648, 30.322763 ], [ 120.3787628, 30.3230448 ], [ 120.3788575, 30.3230449 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "日月湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3567709, 30.3229425 ], [ 120.3567762, 30.322917 ], [ 120.3567856, 30.3228997 ], [ 120.3568044, 30.3228834 ], [ 120.3568285, 30.3228753 ], [ 120.3568218, 30.3228603 ], [ 120.3568312, 30.3228395 ], [ 120.3568446, 30.3228221 ], [ 120.3568647, 30.3228117 ], [ 120.3568875, 30.3228082 ], [ 120.356901, 30.322807 ], [ 120.3569157, 30.322785 ], [ 120.3569331, 30.3227723 ], [ 120.3569613, 30.3227642 ], [ 120.3569854, 30.3227642 ], [ 120.3569975, 30.3227712 ], [ 120.3570163, 30.3227526 ], [ 120.3570431, 30.3227445 ], [ 120.3570699, 30.3227526 ], [ 120.3570954, 30.3227515 ], [ 120.3571222, 30.3227457 ], [ 120.3571477, 30.3227457 ], [ 120.3571732, 30.3227376 ], [ 120.3571745, 30.3227526 ], [ 120.3572027, 30.3227607 ], [ 120.3572242, 30.3227746 ], [ 120.3572403, 30.3227816 ], [ 120.357259, 30.3227885 ], [ 120.3572631, 30.3228001 ], [ 120.3572818, 30.3228175 ], [ 120.3572926, 30.3228325 ], [ 120.3572993, 30.3228487 ], [ 120.3573154, 30.3228591 ], [ 120.3573154, 30.3228765 ], [ 120.3573207, 30.3228962 ], [ 120.3573207, 30.3229159 ], [ 120.3573328, 30.3229335 ], [ 120.3573355, 30.3229483 ], [ 120.3573261, 30.3229587 ], [ 120.3573221, 30.3229761 ], [ 120.3573167, 30.3229957 ], [ 120.3573113, 30.3230108 ], [ 120.3573086, 30.3230212 ], [ 120.3573086, 30.3230374 ], [ 120.3572939, 30.3230444 ], [ 120.3572832, 30.3230606 ], [ 120.3572738, 30.3230733 ], [ 120.3572631, 30.3230826 ], [ 120.3572537, 30.323093 ], [ 120.357247, 30.3231011 ], [ 120.3572456, 30.3231127 ], [ 120.3572242, 30.3231127 ], [ 120.3572081, 30.3231184 ], [ 120.3571853, 30.3231231 ], [ 120.3571692, 30.3231254 ], [ 120.3571517, 30.3231254 ], [ 120.3571303, 30.3231231 ], [ 120.3568889, 30.3231173 ], [ 120.3568849, 30.3231509 ], [ 120.3569425, 30.3231543 ], [ 120.3569385, 30.323196 ], [ 120.3570015, 30.323203 ], [ 120.3570056, 30.3232238 ], [ 120.3570458, 30.3232284 ], [ 120.3570431, 30.3232863 ], [ 120.3570874, 30.3232863 ], [ 120.3571169, 30.323284 ], [ 120.357137, 30.3232759 ], [ 120.3571638, 30.3232701 ], [ 120.3571947, 30.3232574 ], [ 120.3572228, 30.3232539 ], [ 120.3572563, 30.3232423 ], [ 120.3572899, 30.3232203 ], [ 120.3573113, 30.3232018 ], [ 120.3573382, 30.3231821 ], [ 120.3573811, 30.3231439 ], [ 120.357428, 30.3231034 ], [ 120.3574562, 30.3230779 ], [ 120.3575125, 30.3230444 ], [ 120.3575608, 30.3230281 ], [ 120.3575916, 30.3230397 ], [ 120.3576332, 30.3230143 ], [ 120.3576587, 30.3230038 ], [ 120.3576989, 30.3230015 ], [ 120.3577619, 30.3230062 ], [ 120.3578008, 30.32302 ], [ 120.3578303, 30.3230328 ], [ 120.3578746, 30.3230536 ], [ 120.3578907, 30.323071 ], [ 120.3579202, 30.323093 ], [ 120.3579631, 30.3231416 ], [ 120.3579926, 30.3231856 ], [ 120.3580422, 30.3232307 ], [ 120.3580932, 30.323255 ], [ 120.3581415, 30.3232759 ], [ 120.3581763, 30.3232921 ], [ 120.358226, 30.3233071 ], [ 120.3582622, 30.3233129 ], [ 120.3582917, 30.323321 ], [ 120.3583373, 30.3233338 ], [ 120.3583681, 30.3233407 ], [ 120.3584513, 30.32335 ], [ 120.3584928, 30.32335 ], [ 120.3585384, 30.3233488 ], [ 120.358572, 30.3233419 ], [ 120.3586216, 30.3233349 ], [ 120.3586833, 30.3233257 ], [ 120.3587463, 30.3233129 ], [ 120.3587772, 30.323306 ], [ 120.3587423, 30.3232493 ], [ 120.3587275, 30.3232319 ], [ 120.3586846, 30.3232168 ], [ 120.3586565, 30.3231914 ], [ 120.3586565, 30.3231555 ], [ 120.3586591, 30.3231381 ], [ 120.3586632, 30.3231277 ], [ 120.3586565, 30.3231057 ], [ 120.3586511, 30.323086 ], [ 120.3586229, 30.3230745 ], [ 120.3586095, 30.3230525 ], [ 120.3586122, 30.3230363 ], [ 120.3586202, 30.32302 ], [ 120.3586296, 30.3230038 ], [ 120.358627, 30.3229807 ], [ 120.3586471, 30.3229622 ], [ 120.358635, 30.3229425 ], [ 120.3586471, 30.322924 ], [ 120.3586404, 30.3228939 ], [ 120.3586632, 30.32288 ], [ 120.3586819, 30.3228777 ], [ 120.3586565, 30.3228614 ], [ 120.358694, 30.3228314 ], [ 120.3587061, 30.3228175 ], [ 120.3587235, 30.3228256 ], [ 120.3587356, 30.3228001 ], [ 120.3587463, 30.3227735 ], [ 120.3587624, 30.3227631 ], [ 120.3587222, 30.3227364 ], [ 120.3586672, 30.3227133 ], [ 120.3583614, 30.3226369 ], [ 120.3582756, 30.3226346 ], [ 120.3582394, 30.3226241 ], [ 120.3580986, 30.3225697 ], [ 120.3579685, 30.3225628 ], [ 120.3577941, 30.3225547 ], [ 120.3576292, 30.3225547 ], [ 120.3574521, 30.3225628 ], [ 120.3572993, 30.3225709 ], [ 120.3571853, 30.3225848 ], [ 120.3570217, 30.3226334 ], [ 120.3569264, 30.3226693 ], [ 120.3568433, 30.3227272 ], [ 120.3567963, 30.3227978 ], [ 120.3567548, 30.3228499 ], [ 120.3567279, 30.3229425 ], [ 120.3567709, 30.3229425 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3776449, 30.3233384 ], [ 120.3777742, 30.3233887 ], [ 120.3779772, 30.3234114 ], [ 120.3779915, 30.3233383 ], [ 120.3780218, 30.3232929 ], [ 120.3780666, 30.3233055 ], [ 120.3780986, 30.3233319 ], [ 120.3781562, 30.3233265 ], [ 120.3781754, 30.3233183 ], [ 120.3781816, 30.3232776 ], [ 120.3781717, 30.3232177 ], [ 120.3781889, 30.3231779 ], [ 120.378233, 30.3231579 ], [ 120.3782994, 30.3231614 ], [ 120.3783919, 30.323084 ], [ 120.3783969, 30.3227723 ], [ 120.3782298, 30.3227791 ], [ 120.3782133, 30.3227798 ], [ 120.3780704, 30.3228391 ], [ 120.3779276, 30.3228956 ], [ 120.3778531, 30.3229981 ], [ 120.3777819, 30.3230314 ], [ 120.3777089, 30.3231133 ], [ 120.3776135, 30.3231621 ], [ 120.3775804, 30.3232336 ], [ 120.3776449, 30.3233384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.360905, 30.3137591 ], [ 120.3609952, 30.3137927 ], [ 120.361084, 30.3138564 ], [ 120.3611628, 30.3140361 ], [ 120.3612598, 30.314389 ], [ 120.361403, 30.3149633 ], [ 120.3615376, 30.3154898 ], [ 120.3618713, 30.3167051 ], [ 120.3619318, 30.3167846 ], [ 120.3619313, 30.316924 ], [ 120.3619912, 30.3170915 ], [ 120.3620502, 30.3171907 ], [ 120.3620468, 30.3173104 ], [ 120.3621083, 30.3173469 ], [ 120.36211, 30.3175442 ], [ 120.3621459, 30.3178132 ], [ 120.3622101, 30.3179843 ], [ 120.3622358, 30.3181932 ], [ 120.3623158, 30.3185325 ], [ 120.3624315, 30.318746 ], [ 120.3626778, 30.3195593 ], [ 120.3629041, 30.3204331 ], [ 120.3628861, 30.3206772 ], [ 120.3629862, 30.3211525 ], [ 120.3630263, 30.3212735 ], [ 120.3630863, 30.3218092 ], [ 120.3632415, 30.3223536 ], [ 120.3635018, 30.3235417 ], [ 120.3636319, 30.3240645 ], [ 120.3637921, 30.3250884 ], [ 120.3639973, 30.3255204 ], [ 120.3641374, 30.3259525 ], [ 120.3642726, 30.3267387 ], [ 120.3643376, 30.3273436 ], [ 120.3644227, 30.327443 ], [ 120.3644327, 30.327538 ], [ 120.3643827, 30.3276417 ], [ 120.3644578, 30.3281558 ], [ 120.3645323, 30.3282961 ], [ 120.3645679, 30.3283632 ], [ 120.364668, 30.3286353 ], [ 120.3648281, 30.3293568 ], [ 120.3649182, 30.3300307 ], [ 120.3649633, 30.3303202 ], [ 120.3650434, 30.3305448 ], [ 120.3652536, 30.3312922 ], [ 120.3655239, 30.3326833 ], [ 120.365634, 30.3332233 ], [ 120.365674, 30.3334781 ], [ 120.3657391, 30.3337546 ], [ 120.3659043, 30.3341737 ], [ 120.3659643, 30.334502 ], [ 120.3660594, 30.334826 ], [ 120.3661895, 30.3352666 ], [ 120.3663032, 30.3354587 ], [ 120.3663833, 30.3357161 ], [ 120.3664298, 30.3359578 ], [ 120.3665996, 30.3365206 ], [ 120.3667366, 30.3368492 ], [ 120.3668062, 30.3369742 ], [ 120.3670905, 30.3368822 ], [ 120.3672073, 30.3368406 ], [ 120.3672784, 30.3368024 ], [ 120.3672504, 30.336722 ], [ 120.3671641, 30.3364747 ], [ 120.3670627, 30.3363799 ], [ 120.366952, 30.3362094 ], [ 120.3668647, 30.3360538 ], [ 120.366635, 30.335376 ], [ 120.3665244, 30.3352604 ], [ 120.3664298, 30.3349037 ], [ 120.3662196, 30.3343249 ], [ 120.3660744, 30.3339058 ], [ 120.3660044, 30.333422 ], [ 120.3659343, 30.3329468 ], [ 120.3658192, 30.3323938 ], [ 120.365624, 30.3315687 ], [ 120.3653412, 30.3305816 ], [ 120.3651985, 30.3297586 ], [ 120.3650634, 30.3289377 ], [ 120.3648746, 30.3282244 ], [ 120.364663, 30.3273876 ], [ 120.3643476, 30.3254772 ], [ 120.3641975, 30.325002 ], [ 120.3640323, 30.3241466 ], [ 120.3639222, 30.3239781 ], [ 120.3638421, 30.3235071 ], [ 120.3635919, 30.3226214 ], [ 120.3635243, 30.3223028 ], [ 120.3635656, 30.3221435 ], [ 120.3635262, 30.3220293 ], [ 120.3634267, 30.3219669 ], [ 120.3633716, 30.321779 ], [ 120.3634868, 30.3216234 ], [ 120.3632315, 30.3213253 ], [ 120.3631914, 30.3207031 ], [ 120.3632465, 30.3206167 ], [ 120.3629362, 30.3193378 ], [ 120.3626158, 30.3184694 ], [ 120.3624948, 30.3181924 ], [ 120.3623927, 30.3179891 ], [ 120.3621034, 30.3168334 ], [ 120.3618108, 30.315748 ], [ 120.3614807, 30.3145547 ], [ 120.361301, 30.3138666 ], [ 120.3612746, 30.3136727 ], [ 120.3612023, 30.3136551 ], [ 120.3611907, 30.3135294 ], [ 120.3609474, 30.3135302 ], [ 120.3609313, 30.3136365 ], [ 120.3608762, 30.3136658 ], [ 120.360905, 30.3137591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3672504, 30.336722 ], [ 120.3674152, 30.3366855 ], [ 120.3674936, 30.3367151 ], [ 120.367587, 30.3366901 ], [ 120.367658, 30.3367881 ], [ 120.3677805, 30.33681 ], [ 120.3678858, 30.3367816 ], [ 120.3685858, 30.3366576 ], [ 120.3689346, 30.3366235 ], [ 120.3693387, 30.3366236 ], [ 120.3699079, 30.3365595 ], [ 120.3702827, 30.3364819 ], [ 120.3707986, 30.3364444 ], [ 120.3742263, 30.3362301 ], [ 120.3750964, 30.3360028 ], [ 120.3753041, 30.3359118 ], [ 120.375538, 30.3357281 ], [ 120.3756919, 30.3355444 ], [ 120.3757816, 30.3352152 ], [ 120.3757808, 30.3335545 ], [ 120.3757376, 30.3303505 ], [ 120.3758113, 30.3285445 ], [ 120.3758603, 30.3280734 ], [ 120.3759894, 30.3277585 ], [ 120.3761719, 30.3275428 ], [ 120.3765778, 30.3272469 ], [ 120.377114, 30.3269246 ], [ 120.3783637, 30.3267665 ], [ 120.3785871, 30.3267389 ], [ 120.3813707, 30.3267325 ], [ 120.382528, 30.3267104 ], [ 120.3841136, 30.3267218 ], [ 120.384494, 30.3262842 ], [ 120.3830058, 30.3262601 ], [ 120.3817979, 30.3262705 ], [ 120.3810639, 30.326205 ], [ 120.3806734, 30.3261531 ], [ 120.3802931, 30.3261359 ], [ 120.3798726, 30.3262223 ], [ 120.3794322, 30.3262655 ], [ 120.3790217, 30.3262568 ], [ 120.3784512, 30.3261445 ], [ 120.3780507, 30.3260927 ], [ 120.3774501, 30.3261099 ], [ 120.3769196, 30.3261963 ], [ 120.3764891, 30.3263864 ], [ 120.3761888, 30.3265938 ], [ 120.3759185, 30.3267839 ], [ 120.3757183, 30.3268444 ], [ 120.3754881, 30.3269049 ], [ 120.375403, 30.3270863 ], [ 120.3753855, 30.3274261 ], [ 120.3753626, 30.3278096 ], [ 120.3753358, 30.328143 ], [ 120.3752894, 30.3288113 ], [ 120.3752339, 30.3295158 ], [ 120.3752185, 30.3298531 ], [ 120.3752067, 30.3303455 ], [ 120.3752122, 30.3335858 ], [ 120.3752307, 30.3352387 ], [ 120.375197, 30.3353665 ], [ 120.375079, 30.3355148 ], [ 120.3739, 30.3358111 ], [ 120.3705957, 30.3359804 ], [ 120.3700549, 30.3360596 ], [ 120.3696741, 30.3361682 ], [ 120.3695775, 30.3362585 ], [ 120.3693368, 30.3362913 ], [ 120.369116, 30.336214 ], [ 120.3686954, 30.3362091 ], [ 120.3671641, 30.3364747 ], [ 120.3672504, 30.336722 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2912355, 30.3232078 ], [ 120.2930415, 30.3233106 ], [ 120.2931421, 30.3226027 ], [ 120.2923343, 30.3225436 ], [ 120.2920914, 30.3232191 ], [ 120.2919626, 30.3232036 ], [ 120.2921648, 30.3225478 ], [ 120.291335, 30.3224887 ], [ 120.2911801, 30.3231642 ], [ 120.2912355, 30.3232078 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2909842, 30.3239568 ], [ 120.2917303, 30.3240005 ], [ 120.2917794, 30.3239782 ], [ 120.2918131, 30.3239402 ], [ 120.2918402, 30.3238285 ], [ 120.2919101, 30.3238274 ], [ 120.2919658, 30.3238497 ], [ 120.2919256, 30.3239502 ], [ 120.29198, 30.3240273 ], [ 120.2926787, 30.3240731 ], [ 120.292759, 30.3240597 ], [ 120.2928159, 30.3239927 ], [ 120.2928793, 30.3239882 ], [ 120.2930165, 30.3235493 ], [ 120.2929789, 30.3234688 ], [ 120.2929039, 30.3234096 ], [ 120.292165, 30.3233683 ], [ 120.2921042, 30.323423 ], [ 120.2920382, 30.3235169 ], [ 120.2919929, 30.3237503 ], [ 120.2919735, 30.3237671 ], [ 120.2919256, 30.323747 ], [ 120.2918735, 30.3237316 ], [ 120.2919418, 30.3234365 ], [ 120.2918586, 30.3233544 ], [ 120.2911868, 30.3233082 ], [ 120.2910946, 30.3234237 ], [ 120.2910322, 30.3236572 ], [ 120.2909103, 30.3238881 ], [ 120.2909842, 30.3239568 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2769447, 30.3279527 ], [ 120.2774839, 30.3275564 ], [ 120.2784514, 30.3268038 ], [ 120.2785869, 30.3267161 ], [ 120.2793264, 30.3264634 ], [ 120.2796746, 30.3263544 ], [ 120.2799642, 30.3262693 ], [ 120.2811966, 30.3260406 ], [ 120.2818744, 30.325889 ], [ 120.2822103, 30.3258225 ], [ 120.2829805, 30.3256815 ], [ 120.2844872, 30.3253837 ], [ 120.2852266, 30.3252374 ], [ 120.2852636, 30.3252055 ], [ 120.2854022, 30.3251816 ], [ 120.2854762, 30.3251975 ], [ 120.2883908, 30.3246098 ], [ 120.2884001, 30.3243784 ], [ 120.2854176, 30.3249741 ], [ 120.2853622, 30.32503 ], [ 120.2852328, 30.3250486 ], [ 120.2851588, 30.3250273 ], [ 120.2846598, 30.3251404 ], [ 120.2837478, 30.3253071 ], [ 120.2818488, 30.3256543 ], [ 120.2803307, 30.3259692 ], [ 120.2796119, 30.3261313 ], [ 120.2789842, 30.3263211 ], [ 120.2784853, 30.326511 ], [ 120.2782976, 30.3266036 ], [ 120.2778362, 30.3269601 ], [ 120.277273, 30.3274139 ], [ 120.276758, 30.3278074 ], [ 120.2769447, 30.3279527 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2885691, 30.3245746 ], [ 120.2885365, 30.3247477 ], [ 120.2885251, 30.3250305 ], [ 120.2885642, 30.3253105 ], [ 120.2886082, 30.3255139 ], [ 120.2885474, 30.3266841 ], [ 120.288561, 30.327138 ], [ 120.2885877, 30.3275036 ], [ 120.2886871, 30.3285221 ], [ 120.2887322, 30.3287729 ], [ 120.2888966, 30.3293155 ], [ 120.289185, 30.330278 ], [ 120.2896942, 30.3319114 ], [ 120.2902146, 30.3335157 ], [ 120.290658, 30.3345679 ], [ 120.2911323, 30.3358461 ], [ 120.2913953, 30.3366094 ], [ 120.2917459, 30.3375972 ], [ 120.2920042, 30.3381705 ], [ 120.292293, 30.3388758 ], [ 120.2925444, 30.339494 ], [ 120.2927043, 30.3397828 ], [ 120.2928263, 30.3399618 ], [ 120.292932, 30.3399267 ], [ 120.2925105, 30.3389314 ], [ 120.2922422, 30.3382402 ], [ 120.2920511, 30.3376823 ], [ 120.2916825, 30.3366332 ], [ 120.2913369, 30.3356519 ], [ 120.2908288, 30.3343349 ], [ 120.2906621, 30.3339197 ], [ 120.2904615, 30.3331126 ], [ 120.2898544, 30.3311277 ], [ 120.2895427, 30.3301276 ], [ 120.2891768, 30.3287509 ], [ 120.2890562, 30.328331 ], [ 120.2890223, 30.3277614 ], [ 120.2889139, 30.3260852 ], [ 120.2889617, 30.3254257 ], [ 120.2890111, 30.3246309 ], [ 120.2889828, 30.3246288 ], [ 120.2890289, 30.3241855 ], [ 120.2890885, 30.3235152 ], [ 120.2891725, 30.3225584 ], [ 120.2892111, 30.3217487 ], [ 120.2892703, 30.3213543 ], [ 120.2893433, 30.3208851 ], [ 120.2894416, 30.3204285 ], [ 120.2895829, 30.3202275 ], [ 120.2898237, 30.3199371 ], [ 120.2901897, 30.319111 ], [ 120.2904866, 30.3186307 ], [ 120.2913202, 30.3173246 ], [ 120.291609, 30.3165477 ], [ 120.2924374, 30.3150053 ], [ 120.2931651, 30.3139181 ], [ 120.2934219, 30.3135991 ], [ 120.2932724, 30.3135208 ], [ 120.2924552, 30.3146708 ], [ 120.2918723, 30.3157112 ], [ 120.2915057, 30.3165324 ], [ 120.2912611, 30.3171746 ], [ 120.2909119, 30.3177204 ], [ 120.2905391, 30.3182867 ], [ 120.2899705, 30.3192439 ], [ 120.2895061, 30.3198622 ], [ 120.2892542, 30.3201711 ], [ 120.2892668, 30.3203118 ], [ 120.2892585, 30.3204767 ], [ 120.2892326, 30.3206035 ], [ 120.289072, 30.320956 ], [ 120.2889724, 30.3211763 ], [ 120.2887817, 30.3217873 ], [ 120.2887208, 30.3222156 ], [ 120.2886963, 30.3224384 ], [ 120.2886645, 30.3230215 ], [ 120.2885854, 30.3241763 ], [ 120.2885724, 30.3243452 ], [ 120.2884001, 30.3243784 ], [ 120.2883908, 30.3246098 ], [ 120.2885691, 30.3245746 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "丰收湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2756631, 30.3324117 ], [ 120.2757119, 30.3324679 ], [ 120.2757729, 30.3325135 ], [ 120.2758013, 30.3325732 ], [ 120.2758298, 30.3326504 ], [ 120.2759192, 30.3326995 ], [ 120.2760737, 30.3327065 ], [ 120.2762242, 30.3327205 ], [ 120.2765128, 30.3328188 ], [ 120.2767974, 30.3329276 ], [ 120.2770291, 30.3329767 ], [ 120.2772365, 30.3329697 ], [ 120.2774519, 30.3329065 ], [ 120.277578, 30.3327732 ], [ 120.2776999, 30.3326609 ], [ 120.2778829, 30.3326433 ], [ 120.2780333, 30.3326504 ], [ 120.2780292, 30.3327381 ], [ 120.2781837, 30.3327872 ], [ 120.2782935, 30.3328644 ], [ 120.2783748, 30.3329591 ], [ 120.2783951, 30.3330363 ], [ 120.2784932, 30.3334476 ], [ 120.278608, 30.3334092 ], [ 120.2785605, 30.3331491 ], [ 120.2785781, 30.3329942 ], [ 120.2785293, 30.3328995 ], [ 120.2784561, 30.3328083 ], [ 120.2784276, 30.332717 ], [ 120.2784683, 30.3326047 ], [ 120.2783951, 30.3324995 ], [ 120.278265, 30.33231 ], [ 120.2781756, 30.3320784 ], [ 120.2780861, 30.3319801 ], [ 120.277956, 30.3319415 ], [ 120.277765, 30.33191 ], [ 120.2776877, 30.3318082 ], [ 120.2777121, 30.3316994 ], [ 120.2777975, 30.3316257 ], [ 120.2779642, 30.3315871 ], [ 120.278017, 30.331531 ], [ 120.2780536, 30.3313906 ], [ 120.2780048, 30.3311626 ], [ 120.2778991, 30.3310818 ], [ 120.277769, 30.3310538 ], [ 120.2776105, 30.3310573 ], [ 120.2774072, 30.3310573 ], [ 120.2772121, 30.3309801 ], [ 120.2770372, 30.3308608 ], [ 120.2769356, 30.3307555 ], [ 120.2768218, 30.3307555 ], [ 120.2766998, 30.3307415 ], [ 120.2766632, 30.3306818 ], [ 120.2766998, 30.3306011 ], [ 120.2766429, 30.3305064 ], [ 120.2765535, 30.3304888 ], [ 120.2761225, 30.3306222 ], [ 120.2760859, 30.3307099 ], [ 120.2761916, 30.3308081 ], [ 120.2763339, 30.3308748 ], [ 120.2763746, 30.3310292 ], [ 120.2763461, 30.331131 ], [ 120.2771714, 30.3316749 ], [ 120.2773503, 30.3316924 ], [ 120.2774682, 30.3317345 ], [ 120.2774844, 30.3318187 ], [ 120.2774479, 30.3319135 ], [ 120.277395, 30.3320012 ], [ 120.2772934, 30.3320503 ], [ 120.2771877, 30.3320152 ], [ 120.2763624, 30.3314994 ], [ 120.2762201, 30.3314433 ], [ 120.2762282, 30.331538 ], [ 120.2762038, 30.3316678 ], [ 120.2760371, 30.3318854 ], [ 120.2759924, 30.3319661 ], [ 120.2758257, 30.3320258 ], [ 120.2758461, 30.3320784 ], [ 120.2758501, 30.332138 ], [ 120.2758054, 30.3322223 ], [ 120.2757241, 30.3322749 ], [ 120.2756591, 30.332331 ], [ 120.2756631, 30.3324117 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3085453, 30.3374244 ], [ 120.3085881, 30.3376733 ], [ 120.3086039, 30.3380135 ], [ 120.3088247, 30.3380233 ], [ 120.3088157, 30.3373369 ], [ 120.3087765, 30.3371233 ], [ 120.308759, 30.3369445 ], [ 120.308525, 30.3369499 ], [ 120.3085138, 30.337191 ], [ 120.3085453, 30.3374244 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2958995, 30.341877 ], [ 120.2960459, 30.3419963 ], [ 120.2961922, 30.3420314 ], [ 120.296363, 30.3420244 ], [ 120.2967451, 30.3417647 ], [ 120.2968752, 30.3417296 ], [ 120.2970948, 30.3417647 ], [ 120.2972574, 30.341877 ], [ 120.2972899, 30.3420524 ], [ 120.297233, 30.3422138 ], [ 120.296859, 30.3424875 ], [ 120.2967289, 30.3425927 ], [ 120.2967207, 30.3427962 ], [ 120.296859, 30.3429506 ], [ 120.2979648, 30.3434067 ], [ 120.2981193, 30.3434067 ], [ 120.29829, 30.3433015 ], [ 120.2983713, 30.3431892 ], [ 120.2983713, 30.3430278 ], [ 120.2963386, 30.3406069 ], [ 120.296176, 30.3405227 ], [ 120.2959727, 30.3405227 ], [ 120.2958345, 30.3405998 ], [ 120.2957532, 30.3407753 ], [ 120.2958995, 30.341877 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2949176, 30.3406348 ], [ 120.2950211, 30.3413432 ], [ 120.2951679, 30.341899 ], [ 120.2953147, 30.3423309 ], [ 120.295545, 30.3428579 ], [ 120.2957785, 30.3431718 ], [ 120.2960321, 30.3434022 ], [ 120.2967062, 30.3436556 ], [ 120.298498, 30.3442315 ], [ 120.2986715, 30.3439004 ], [ 120.2972701, 30.3434915 ], [ 120.2967362, 30.343264 ], [ 120.2963625, 30.3430768 ], [ 120.2961189, 30.3429069 ], [ 120.2958953, 30.3426189 ], [ 120.2956784, 30.3421092 ], [ 120.2955483, 30.3417348 ], [ 120.2953214, 30.3402201 ], [ 120.2948709, 30.3401913 ], [ 120.2949176, 30.3406348 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2947346, 30.343125 ], [ 120.2948403, 30.3434899 ], [ 120.2952415, 30.3440746 ], [ 120.2962443, 30.3453564 ], [ 120.2969327, 30.346023 ], [ 120.2971685, 30.3462125 ], [ 120.2973148, 30.3461563 ], [ 120.297575, 30.3457143 ], [ 120.2969544, 30.3453681 ], [ 120.2958594, 30.3443272 ], [ 120.2952631, 30.343422 ], [ 120.2948376, 30.3426057 ], [ 120.2946967, 30.3426595 ], [ 120.2947346, 30.343125 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2976745, 30.3456691 ], [ 120.2985147, 30.3445277 ], [ 120.2979184, 30.3441932 ], [ 120.2970403, 30.3453276 ], [ 120.2976745, 30.3456691 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3137373, 30.3198235 ], [ 120.3142432, 30.3198706 ], [ 120.3144674, 30.3198756 ], [ 120.3147952, 30.3198855 ], [ 120.3151603, 30.3199054 ], [ 120.3160687, 30.3199178 ], [ 120.3167011, 30.3199277 ], [ 120.3181062, 30.3199676 ], [ 120.3194617, 30.319992 ], [ 120.3195785, 30.3200103 ], [ 120.3196528, 30.320047 ], [ 120.3199111, 30.3202731 ], [ 120.3200916, 30.32031 ], [ 120.3202676, 30.320346 ], [ 120.3204491, 30.3203831 ], [ 120.3206048, 30.3202486 ], [ 120.3225231, 30.3207497 ], [ 120.3226894, 30.3208108 ], [ 120.3227991, 30.3208719 ], [ 120.3232026, 30.3212079 ], [ 120.3233336, 30.3212904 ], [ 120.323681, 30.3214049 ], [ 120.3240428, 30.3215242 ], [ 120.3241582, 30.3215623 ], [ 120.3244873, 30.3216173 ], [ 120.324774, 30.3216876 ], [ 120.3250394, 30.3217517 ], [ 120.3252235, 30.3218281 ], [ 120.3256623, 30.3220481 ], [ 120.3258712, 30.3221611 ], [ 120.326264, 30.3222802 ], [ 120.3264764, 30.3223352 ], [ 120.3266215, 30.3223291 ], [ 120.3267595, 30.3222833 ], [ 120.3268621, 30.3222253 ], [ 120.3269683, 30.3222253 ], [ 120.3273753, 30.3223352 ], [ 120.3275629, 30.3224513 ], [ 120.3278177, 30.3226407 ], [ 120.328115, 30.3228729 ], [ 120.3283451, 30.3230226 ], [ 120.3286211, 30.3231479 ], [ 120.3289326, 30.3232181 ], [ 120.3291697, 30.3232487 ], [ 120.3298563, 30.3234625 ], [ 120.3299554, 30.3235084 ], [ 120.3299872, 30.3236031 ], [ 120.3299837, 30.3237069 ], [ 120.3298492, 30.3242354 ], [ 120.3298209, 30.3244157 ], [ 120.3298492, 30.3245165 ], [ 120.3298315, 30.3246265 ], [ 120.3297262, 30.3254044 ], [ 120.32968, 30.3254566 ], [ 120.3296047, 30.3254841 ], [ 120.329605, 30.3256346 ], [ 120.3300544, 30.3256895 ], [ 120.3300651, 30.3255575 ], [ 120.3299709, 30.3255216 ], [ 120.3299342, 30.3254483 ], [ 120.329966, 30.3249534 ], [ 120.3299837, 30.3246906 ], [ 120.3299589, 30.3245257 ], [ 120.3299448, 30.3244004 ], [ 120.329966, 30.3243179 ], [ 120.3300403, 30.3242629 ], [ 120.3301288, 30.3237314 ], [ 120.3301394, 30.3236092 ], [ 120.33015, 30.3235053 ], [ 120.3301146, 30.3234259 ], [ 120.3299412, 30.3233587 ], [ 120.3294528, 30.3231906 ], [ 120.3290847, 30.323099 ], [ 120.3288972, 30.3231112 ], [ 120.3286848, 30.3230776 ], [ 120.3285079, 30.3229921 ], [ 120.327931, 30.3225735 ], [ 120.3276797, 30.3223902 ], [ 120.3274107, 30.322268 ], [ 120.3269718, 30.3220725 ], [ 120.3269435, 30.3220175 ], [ 120.3268834, 30.3218587 ], [ 120.3268621, 30.321767 ], [ 120.3268409, 30.3212812 ], [ 120.3268232, 30.3209849 ], [ 120.3269683, 30.3206366 ], [ 120.3269754, 30.32049 ], [ 120.3269541, 30.3204044 ], [ 120.3269329, 30.3202945 ], [ 120.3269506, 30.3201356 ], [ 120.3269648, 30.3199706 ], [ 120.32694, 30.319879 ], [ 120.3269294, 30.319769 ], [ 120.3269471, 30.3196468 ], [ 120.3269683, 30.3195551 ], [ 120.3269188, 30.3194665 ], [ 120.326894, 30.319326 ], [ 120.3269577, 30.3191824 ], [ 120.3270072, 30.3190266 ], [ 120.326986, 30.3188891 ], [ 120.3269754, 30.318773 ], [ 120.326986, 30.31866 ], [ 120.3269966, 30.3184889 ], [ 120.3269789, 30.3183575 ], [ 120.3268869, 30.3181864 ], [ 120.3268727, 30.3176212 ], [ 120.326894, 30.3175357 ], [ 120.32694, 30.3174593 ], [ 120.3270745, 30.3173157 ], [ 120.3271311, 30.3171232 ], [ 120.3271311, 30.3169185 ], [ 120.3270851, 30.3167749 ], [ 120.3269895, 30.3165672 ], [ 120.3269966, 30.3164389 ], [ 120.3270426, 30.3163839 ], [ 120.3271346, 30.3162525 ], [ 120.3271842, 30.3160844 ], [ 120.3271842, 30.3155192 ], [ 120.3271488, 30.3152626 ], [ 120.3271134, 30.315177 ], [ 120.3270731, 30.3150834 ], [ 120.3270905, 30.3148201 ], [ 120.3271515, 30.3147675 ], [ 120.3272561, 30.3147524 ], [ 120.3308769, 30.3149781 ], [ 120.3324539, 30.3150755 ], [ 120.3327201, 30.315148 ], [ 120.33343, 30.3151984 ], [ 120.3335701, 30.3152186 ], [ 120.3336308, 30.3152004 ], [ 120.3336401, 30.3151541 ], [ 120.3336004, 30.3151279 ], [ 120.333075, 30.3151017 ], [ 120.3327762, 30.3150533 ], [ 120.332496, 30.3149807 ], [ 120.3306046, 30.3148457 ], [ 120.3285078, 30.3147267 ], [ 120.327861, 30.3146602 ], [ 120.3274897, 30.3146622 ], [ 120.3270041, 30.3146441 ], [ 120.326934, 30.3146804 ], [ 120.326906, 30.314765 ], [ 120.32692, 30.3150734 ], [ 120.3269223, 30.3151138 ], [ 120.3270648, 30.3153153 ], [ 120.3270181, 30.3154927 ], [ 120.3270461, 30.3157346 ], [ 120.3270414, 30.3158898 ], [ 120.3269994, 30.3159745 ], [ 120.3269947, 30.316047 ], [ 120.3269223, 30.3161619 ], [ 120.3268476, 30.3162163 ], [ 120.3266894, 30.3162041 ], [ 120.3266746, 30.3162699 ], [ 120.3267258, 30.3163302 ], [ 120.3267339, 30.3163841 ], [ 120.3267868, 30.316397 ], [ 120.3268345, 30.3164564 ], [ 120.3268408, 30.3165098 ], [ 120.326879, 30.3165992 ], [ 120.3269131, 30.3167238 ], [ 120.3269503, 30.3168211 ], [ 120.3269854, 30.31694 ], [ 120.326976, 30.3171053 ], [ 120.3269527, 30.3172121 ], [ 120.3268243, 30.3174681 ], [ 120.3267938, 30.3176009 ], [ 120.3267635, 30.3179801 ], [ 120.3267682, 30.3180667 ], [ 120.3268943, 30.3183691 ], [ 120.3269153, 30.3184598 ], [ 120.326927, 30.3185505 ], [ 120.3269083, 30.3186634 ], [ 120.3268938, 30.3187344 ], [ 120.3268995, 30.3187964 ], [ 120.3269225, 30.3189677 ], [ 120.326934, 30.3190421 ], [ 120.3269024, 30.3191364 ], [ 120.3268248, 30.3192878 ], [ 120.3268162, 30.3193473 ], [ 120.3268571, 30.3194727 ], [ 120.3268751, 30.3196178 ], [ 120.3268535, 30.3198139 ], [ 120.326888, 30.3199677 ], [ 120.3268708, 30.3201811 ], [ 120.3268708, 30.3202928 ], [ 120.3268938, 30.3204963 ], [ 120.326888, 30.3205955 ], [ 120.326842, 30.3207593 ], [ 120.3267987, 30.320851 ], [ 120.3267527, 30.3209396 ], [ 120.3267421, 30.3212389 ], [ 120.3267491, 30.3218805 ], [ 120.3268022, 30.3219569 ], [ 120.3268305, 30.3220577 ], [ 120.3267314, 30.3221585 ], [ 120.326597, 30.3222013 ], [ 120.3264731, 30.3222105 ], [ 120.3261086, 30.3221005 ], [ 120.3259741, 30.3220638 ], [ 120.3255777, 30.32185 ], [ 120.3252662, 30.3216972 ], [ 120.3249228, 30.3215655 ], [ 120.3247072, 30.3215307 ], [ 120.3243824, 30.3214786 ], [ 120.3241294, 30.3214166 ], [ 120.3233935, 30.3211585 ], [ 120.3232785, 30.321089 ], [ 120.3232325, 30.3210469 ], [ 120.3229852, 30.3208359 ], [ 120.3228444, 30.3207317 ], [ 120.3227179, 30.3206722 ], [ 120.3222378, 30.3205357 ], [ 120.3207487, 30.3201386 ], [ 120.3206423, 30.3201113 ], [ 120.3205877, 30.3201312 ], [ 120.3204641, 30.3202453 ], [ 120.3202768, 30.3202138 ], [ 120.3201078, 30.3201854 ], [ 120.3199179, 30.3201535 ], [ 120.3197368, 30.3199525 ], [ 120.3196678, 30.3199054 ], [ 120.3195959, 30.3198632 ], [ 120.3194982, 30.3198557 ], [ 120.3177073, 30.3198111 ], [ 120.3167442, 30.3197887 ], [ 120.3159249, 30.3197689 ], [ 120.3152695, 30.319749 ], [ 120.3149619, 30.319754 ], [ 120.3137045, 30.3197206 ], [ 120.3136748, 30.3198546 ], [ 120.3137373, 30.3198235 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3479057, 30.3226283 ], [ 120.3480649, 30.3228162 ], [ 120.3483056, 30.322975 ], [ 120.3486454, 30.323059 ], [ 120.3486454, 30.323004 ], [ 120.3487515, 30.3230056 ], [ 120.3487515, 30.323056 ], [ 120.3490913, 30.3229766 ], [ 120.349332, 30.3228162 ], [ 120.3494912, 30.3226161 ], [ 120.3495408, 30.3224526 ], [ 120.3489285, 30.3224496 ], [ 120.3488436, 30.3225183 ], [ 120.3486949, 30.3225534 ], [ 120.3485757, 30.3225307 ], [ 120.3484619, 30.3224464 ], [ 120.3478358, 30.3224534 ], [ 120.3479057, 30.3226283 ] ], [ [ 120.3483394, 30.32277 ], [ 120.3484118, 30.3228809 ], [ 120.3483394, 30.3229071 ], [ 120.3481713, 30.3228405 ], [ 120.3481549, 30.3227156 ], [ 120.3483394, 30.32277 ] ], [ [ 120.3490409, 30.3224979 ], [ 120.3490865, 30.3224799 ], [ 120.3491471, 30.322529 ], [ 120.3490713, 30.3225569 ], [ 120.3490296, 30.3225323 ], [ 120.3490409, 30.3224979 ] ], [ [ 120.3491187, 30.3225765 ], [ 120.3491566, 30.3225593 ], [ 120.3491946, 30.3225945 ], [ 120.3491509, 30.3226494 ], [ 120.3491054, 30.3226158 ], [ 120.3491187, 30.3225765 ] ], [ [ 120.3492477, 30.3225176 ], [ 120.3492951, 30.3225405 ], [ 120.3492894, 30.3225765 ], [ 120.3492287, 30.322606 ], [ 120.3491908, 30.3225307 ], [ 120.3492477, 30.3225176 ] ], [ [ 120.3493311, 30.3225544 ], [ 120.3493975, 30.3225511 ], [ 120.3494354, 30.3225855 ], [ 120.3494127, 30.3226387 ], [ 120.3493273, 30.3226166 ], [ 120.3493311, 30.3225544 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3384656, 30.3226961 ], [ 120.3385151, 30.3227332 ], [ 120.3385415, 30.3227617 ], [ 120.3385316, 30.3228101 ], [ 120.338558, 30.3228415 ], [ 120.3386043, 30.3228501 ], [ 120.3386472, 30.3228615 ], [ 120.3386934, 30.3228672 ], [ 120.3387066, 30.3229128 ], [ 120.3387165, 30.3229527 ], [ 120.3386637, 30.3229755 ], [ 120.3386109, 30.3229698 ], [ 120.3385613, 30.3229698 ], [ 120.3385217, 30.3229983 ], [ 120.338525, 30.3230638 ], [ 120.3387033, 30.3231265 ], [ 120.3387513, 30.3231301 ], [ 120.3387892, 30.323118 ], [ 120.3388817, 30.3230439 ], [ 120.3388618, 30.3229954 ], [ 120.3389048, 30.3229641 ], [ 120.3389048, 30.3228415 ], [ 120.3389378, 30.3228158 ], [ 120.3389774, 30.3227788 ], [ 120.3390071, 30.3227474 ], [ 120.3390071, 30.3226904 ], [ 120.3389873, 30.3226448 ], [ 120.3384592, 30.3226416 ], [ 120.3384656, 30.3226961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.312936, 30.3241679 ], [ 120.313378, 30.3241346 ], [ 120.3146267, 30.3240233 ], [ 120.316474, 30.3239824 ], [ 120.317204, 30.3240174 ], [ 120.3196191, 30.3242372 ], [ 120.3201756, 30.3243052 ], [ 120.3203085, 30.3243052 ], [ 120.3211218, 30.3244258 ], [ 120.3215386, 30.3245055 ], [ 120.3217211, 30.324525 ], [ 120.32205, 30.3245211 ], [ 120.3226786, 30.324595 ], [ 120.3231224, 30.3247 ], [ 120.3234964, 30.3247642 ], [ 120.323983, 30.3247875 ], [ 120.3258619, 30.3250695 ], [ 120.3264207, 30.325227 ], [ 120.3268712, 30.3253204 ], [ 120.3271078, 30.3253534 ], [ 120.3274593, 30.3253729 ], [ 120.3281937, 30.3253943 ], [ 120.329605, 30.3256346 ], [ 120.3296047, 30.3254841 ], [ 120.3283221, 30.325264 ], [ 120.3281667, 30.3252504 ], [ 120.3277093, 30.325227 ], [ 120.3267608, 30.3251181 ], [ 120.3265784, 30.3251337 ], [ 120.3264387, 30.325124 ], [ 120.3260557, 30.3249723 ], [ 120.3255578, 30.3248828 ], [ 120.3241655, 30.3246942 ], [ 120.3239312, 30.3246825 ], [ 120.3236789, 30.324667 ], [ 120.3229106, 30.3245133 ], [ 120.3227033, 30.3244725 ], [ 120.3219419, 30.3243928 ], [ 120.321685, 30.3243889 ], [ 120.3209145, 30.3242741 ], [ 120.3204211, 30.3241827 ], [ 120.3202229, 30.3241652 ], [ 120.3200945, 30.3242041 ], [ 120.3196619, 30.3241652 ], [ 120.319502, 30.3241127 ], [ 120.3177357, 30.323926 ], [ 120.3169336, 30.3238619 ], [ 120.3152282, 30.3238774 ], [ 120.3145951, 30.3239494 ], [ 120.3140454, 30.3239708 ], [ 120.3135047, 30.324033 ], [ 120.3133557, 30.3240257 ], [ 120.3128685, 30.3240506 ], [ 120.312936, 30.3241679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3313637, 30.3258826 ], [ 120.3323543, 30.3260539 ], [ 120.3326833, 30.3260694 ], [ 120.3328496, 30.3260107 ], [ 120.3333915, 30.3260972 ], [ 120.3338135, 30.3262175 ], [ 120.3344286, 30.326341 ], [ 120.338622, 30.3269192 ], [ 120.340068, 30.3270628 ], [ 120.3403453, 30.3271248 ], [ 120.3434099, 30.3273783 ], [ 120.3442233, 30.3273908 ], [ 120.3478097, 30.327506 ], [ 120.3478528, 30.3275149 ], [ 120.3478669, 30.3275541 ], [ 120.3479945, 30.3275515 ], [ 120.3480069, 30.3275149 ], [ 120.3480521, 30.3274989 ], [ 120.3500219, 30.3275326 ], [ 120.3515953, 30.3275645 ], [ 120.3535158, 30.3276868 ], [ 120.3588624, 30.3279687 ], [ 120.3645323, 30.3282961 ], [ 120.3644578, 30.3281558 ], [ 120.3587844, 30.3278287 ], [ 120.3516117, 30.3274262 ], [ 120.3482123, 30.3273624 ], [ 120.3480829, 30.3273748 ], [ 120.3479904, 30.3274244 ], [ 120.3478425, 30.3274156 ], [ 120.3441782, 30.3272631 ], [ 120.3437386, 30.3272613 ], [ 120.3436934, 30.327233 ], [ 120.3434942, 30.3272489 ], [ 120.3399612, 30.3269422 ], [ 120.3398298, 30.3268801 ], [ 120.3395196, 30.3268961 ], [ 120.3394169, 30.3269103 ], [ 120.3391355, 30.3268997 ], [ 120.3388274, 30.3268571 ], [ 120.3374882, 30.3266178 ], [ 120.3343455, 30.3261656 ], [ 120.3337129, 30.3260486 ], [ 120.3333986, 30.3260451 ], [ 120.3328563, 30.3259759 ], [ 120.3328152, 30.325944 ], [ 120.3327064, 30.3259192 ], [ 120.3324147, 30.325921 ], [ 120.3300651, 30.3255575 ], [ 120.3300544, 30.3256895 ], [ 120.3313637, 30.3258826 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3492219, 30.329502 ], [ 120.3492488, 30.3295191 ], [ 120.3493113, 30.3295057 ], [ 120.3493695, 30.3295191 ], [ 120.3493681, 30.3294922 ], [ 120.3494078, 30.3294836 ], [ 120.3493993, 30.3294285 ], [ 120.3494404, 30.3294064 ], [ 120.349449, 30.329366 ], [ 120.349405, 30.3293403 ], [ 120.3493908, 30.3292974 ], [ 120.3493624, 30.3292974 ], [ 120.3493595, 30.3293231 ], [ 120.3493212, 30.3293268 ], [ 120.34929, 30.3292974 ], [ 120.3492304, 30.3293011 ], [ 120.3491949, 30.3292974 ], [ 120.3491864, 30.3293158 ], [ 120.3491381, 30.3293231 ], [ 120.3491197, 30.329491 ], [ 120.3492219, 30.329502 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3487107, 30.3316134 ], [ 120.3487298, 30.3314013 ], [ 120.348271, 30.3313695 ], [ 120.3482522, 30.3315826 ], [ 120.3487107, 30.3316134 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3493445, 30.3316458 ], [ 120.3493636, 30.3314338 ], [ 120.3489048, 30.3314019 ], [ 120.348886, 30.3316151 ], [ 120.3493445, 30.3316458 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3129531, 30.331961 ], [ 120.3129877, 30.3320132 ], [ 120.3133004, 30.3320116 ], [ 120.3133732, 30.3319588 ], [ 120.3138896, 30.331961 ], [ 120.3143931, 30.3319498 ], [ 120.3157336, 30.3319989 ], [ 120.318658, 30.3320391 ], [ 120.3187926, 30.3320615 ], [ 120.3188935, 30.3321039 ], [ 120.3189944, 30.3322 ], [ 120.3191212, 30.3322536 ], [ 120.3197009, 30.3322826 ], [ 120.319908, 30.3322245 ], [ 120.3200348, 30.3322111 ], [ 120.3202237, 30.3322245 ], [ 120.3213443, 30.3323541 ], [ 120.3221698, 30.3324457 ], [ 120.3240823, 30.3327338 ], [ 120.3247681, 30.3328008 ], [ 120.3261474, 30.3329214 ], [ 120.3288777, 30.3332408 ], [ 120.3289579, 30.3332699 ], [ 120.3291028, 30.3332609 ], [ 120.3295169, 30.333319 ], [ 120.3296774, 30.3333615 ], [ 120.3297239, 30.3333458 ], [ 120.3302312, 30.3333592 ], [ 120.3324749, 30.3335066 ], [ 120.332744, 30.3335871 ], [ 120.3328553, 30.3335848 ], [ 120.3334531, 30.3336228 ], [ 120.333655, 30.3335714 ], [ 120.3355002, 30.3336876 ], [ 120.3356684, 30.3336697 ], [ 120.3358185, 30.3336898 ], [ 120.3365586, 30.3337367 ], [ 120.3386419, 30.3338663 ], [ 120.3388153, 30.3339176 ], [ 120.3393432, 30.3339534 ], [ 120.3395917, 30.3339221 ], [ 120.3432536, 30.3341432 ], [ 120.343427, 30.334208 ], [ 120.3440688, 30.3342147 ], [ 120.3442059, 30.3341477 ], [ 120.3462426, 30.3339869 ], [ 120.3473192, 30.3341097 ], [ 120.3474192, 30.3341551 ], [ 120.3474367, 30.3338975 ], [ 120.3473244, 30.3339511 ], [ 120.3464057, 30.3338551 ], [ 120.3455931, 30.3338864 ], [ 120.3441231, 30.3340159 ], [ 120.3439653, 30.3340762 ], [ 120.3434684, 30.3340628 ], [ 120.3432976, 30.3339757 ], [ 120.3394286, 30.333768 ], [ 120.3392501, 30.3338127 ], [ 120.3388024, 30.333797 ], [ 120.3385927, 30.3337278 ], [ 120.3358211, 30.3335804 ], [ 120.3356891, 30.3334932 ], [ 120.335614, 30.3334731 ], [ 120.3355597, 30.3334888 ], [ 120.3355028, 30.3335312 ], [ 120.3337326, 30.3334597 ], [ 120.3334919, 30.3334821 ], [ 120.3328553, 30.333462 ], [ 120.3325707, 30.3333994 ], [ 120.3297214, 30.3331962 ], [ 120.3295531, 30.333223 ], [ 120.3290977, 30.3331604 ], [ 120.3272525, 30.3328969 ], [ 120.3259559, 30.3327517 ], [ 120.3244265, 30.3326534 ], [ 120.3240616, 30.3326087 ], [ 120.3222733, 30.3323228 ], [ 120.3216419, 30.3322491 ], [ 120.3200141, 30.3320816 ], [ 120.3197423, 30.3321553 ], [ 120.3191342, 30.3321352 ], [ 120.3190721, 30.3321084 ], [ 120.3188288, 30.3319185 ], [ 120.3146855, 30.3318292 ], [ 120.3144009, 30.331847 ], [ 120.3141783, 30.331818 ], [ 120.3138962, 30.3318336 ], [ 120.3133753, 30.3318127 ], [ 120.3129895, 30.3317982 ], [ 120.3129439, 30.3318448 ], [ 120.3128507, 30.3318493 ], [ 120.3128443, 30.3319503 ], [ 120.3129531, 30.331961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "幸福河" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.3125016, 30.3547245 ], [ 120.3125277, 30.3546196 ], [ 120.3125071, 30.3545178 ], [ 120.3125426, 30.3538988 ], [ 120.3126606, 30.3512545 ], [ 120.3127037, 30.3506313 ], [ 120.3125164, 30.350633 ], [ 120.3125052, 30.3513789 ], [ 120.3124228, 30.3529713 ], [ 120.3123629, 30.3541687 ], [ 120.3123124, 30.3547273 ], [ 120.3125016, 30.3547245 ] ] ], [ [ [ 120.3126938, 30.3503303 ], [ 120.3127644, 30.3495019 ], [ 120.3127998, 30.3486276 ], [ 120.3128864, 30.3466863 ], [ 120.3127289, 30.3466571 ], [ 120.3126269, 30.3484386 ], [ 120.3125232, 30.3503259 ], [ 120.3126938, 30.3503303 ] ] ], [ [ [ 120.3129047, 30.3460203 ], [ 120.3129811, 30.3441574 ], [ 120.3129587, 30.3441364 ], [ 120.3129587, 30.3440717 ], [ 120.3129924, 30.3440329 ], [ 120.3131365, 30.3402721 ], [ 120.3129728, 30.3402636 ], [ 120.3129587, 30.3403868 ], [ 120.3129381, 30.340765 ], [ 120.3129736, 30.3408006 ], [ 120.3129755, 30.3409024 ], [ 120.3129306, 30.3409493 ], [ 120.3128201, 30.3440119 ], [ 120.3128482, 30.344062 ], [ 120.3128426, 30.3441331 ], [ 120.3128126, 30.3441881 ], [ 120.3127321, 30.3460192 ], [ 120.3129047, 30.3460203 ] ] ], [ [ [ 120.3128341, 30.3374456 ], [ 120.312866, 30.337486 ], [ 120.3128435, 30.3380808 ], [ 120.3128379, 30.3381422 ], [ 120.3128341, 30.3381907 ], [ 120.3128997, 30.338354 ], [ 120.3128903, 30.3390425 ], [ 120.3129371, 30.3391928 ], [ 120.3129484, 30.3394805 ], [ 120.3130176, 30.3396696 ], [ 120.3129989, 30.3397213 ], [ 120.3130289, 30.3397762 ], [ 120.3130027, 30.3398215 ], [ 120.3129502, 30.3398797 ], [ 120.312924, 30.3399476 ], [ 120.312967, 30.3399792 ], [ 120.3134987, 30.3400239 ], [ 120.3131309, 30.3398781 ], [ 120.3131188, 30.3397633 ], [ 120.3131412, 30.3397132 ], [ 120.3131469, 30.3391847 ], [ 120.3132049, 30.339015 ], [ 120.3132311, 30.3385075 ], [ 120.3131525, 30.3381438 ], [ 120.3131525, 30.3376541 ], [ 120.3131787, 30.3362803 ], [ 120.3133004, 30.3320116 ], [ 120.3129877, 30.3320132 ], [ 120.3130027, 30.3320988 ], [ 120.312969, 30.3326597 ], [ 120.3129764, 30.3327632 ], [ 120.3129727, 30.3331252 ], [ 120.3129484, 30.3339512 ], [ 120.3129034, 30.3354511 ], [ 120.3128491, 30.3373664 ], [ 120.3128341, 30.3374052 ], [ 120.3128341, 30.3374456 ] ] ], [ [ [ 120.3133557, 30.3240257 ], [ 120.313342, 30.3238783 ], [ 120.313284, 30.3237722 ], [ 120.3132891, 30.3236396 ], [ 120.3132464, 30.3235114 ], [ 120.3132737, 30.3232991 ], [ 120.3132498, 30.3231355 ], [ 120.3133096, 30.3229852 ], [ 120.3132976, 30.3229307 ], [ 120.3133352, 30.3228467 ], [ 120.3133318, 30.3227583 ], [ 120.3133437, 30.3226772 ], [ 120.3133813, 30.3220376 ], [ 120.3133659, 30.3219138 ], [ 120.3133625, 30.3218253 ], [ 120.3133676, 30.3214967 ], [ 120.3133625, 30.3212697 ], [ 120.3133642, 30.3211488 ], [ 120.3133915, 30.3210103 ], [ 120.3134991, 30.320717 ], [ 120.313523, 30.3206035 ], [ 120.3135418, 30.320182 ], [ 120.3135725, 30.3198725 ], [ 120.3135998, 30.3198474 ], [ 120.3136459, 30.319843 ], [ 120.3136748, 30.3198546 ], [ 120.3137045, 30.3197206 ], [ 120.313663, 30.3197325 ], [ 120.3136289, 30.319703 ], [ 120.3136272, 30.3196647 ], [ 120.3136647, 30.3195586 ], [ 120.3137193, 30.3192726 ], [ 120.3137159, 30.319112 ], [ 120.3136954, 30.3188762 ], [ 120.3137057, 30.3187877 ], [ 120.3137415, 30.3186801 ], [ 120.3137757, 30.3186123 ], [ 120.3137945, 30.3184473 ], [ 120.313815, 30.318207 ], [ 120.3138184, 30.3180876 ], [ 120.3137928, 30.3178872 ], [ 120.3138064, 30.3177192 ], [ 120.3138303, 30.3176072 ], [ 120.3138269, 30.3174406 ], [ 120.3138491, 30.3169616 ], [ 120.3138952, 30.3162924 ], [ 120.3138764, 30.316117 ], [ 120.3138781, 30.3159903 ], [ 120.3138918, 30.3158517 ], [ 120.3139225, 30.3156675 ], [ 120.3139498, 30.3155054 ], [ 120.3139584, 30.3152961 ], [ 120.3139464, 30.3150455 ], [ 120.3139567, 30.3149998 ], [ 120.3139849, 30.3149865 ], [ 120.3139899, 30.3148537 ], [ 120.313957, 30.3148388 ], [ 120.3139409, 30.3148128 ], [ 120.3139419, 30.3147905 ], [ 120.3139364, 30.3146582 ], [ 120.3139445, 30.3146258 ], [ 120.3139527, 30.3145907 ], [ 120.3139771, 30.3142135 ], [ 120.3139738, 30.3138293 ], [ 120.3139738, 30.3134268 ], [ 120.3139738, 30.3132677 ], [ 120.3139853, 30.3131143 ], [ 120.3139771, 30.3129032 ], [ 120.3139771, 30.3126696 ], [ 120.3140276, 30.3124162 ], [ 120.3140374, 30.312108 ], [ 120.3140276, 30.3119997 ], [ 120.3140456, 30.3119279 ], [ 120.3140766, 30.3119011 ], [ 120.3140925, 30.3114246 ], [ 120.3139832, 30.3114375 ], [ 120.3136463, 30.3114673 ], [ 120.3136559, 30.3119405 ], [ 120.3136934, 30.3119462 ], [ 120.313726, 30.3119701 ], [ 120.3137407, 30.3120222 ], [ 120.3137146, 30.3124486 ], [ 120.3136771, 30.3126077 ], [ 120.3136699, 30.3127395 ], [ 120.3136804, 30.3130256 ], [ 120.3136853, 30.3131002 ], [ 120.313682, 30.313241 ], [ 120.3136885, 30.3133381 ], [ 120.3136543, 30.3134099 ], [ 120.3136657, 30.3137195 ], [ 120.3136511, 30.3146315 ], [ 120.3136576, 30.3147891 ], [ 120.3136233, 30.3148623 ], [ 120.3136543, 30.3154365 ], [ 120.313625, 30.3156983 ], [ 120.31355, 30.3160825 ], [ 120.3135614, 30.3162148 ], [ 120.3135924, 30.3163386 ], [ 120.3135875, 30.3164976 ], [ 120.3135663, 30.3166848 ], [ 120.3135598, 30.3167158 ], [ 120.3136005, 30.316758 ], [ 120.3135581, 30.3168199 ], [ 120.3135386, 30.3168875 ], [ 120.3135744, 30.3169395 ], [ 120.3135793, 30.3174082 ], [ 120.31355, 30.3174912 ], [ 120.3135174, 30.317556 ], [ 120.3135092, 30.3176615 ], [ 120.3134848, 30.3176643 ], [ 120.3135043, 30.3178205 ], [ 120.313488, 30.3180344 ], [ 120.3134831, 30.3181259 ], [ 120.313506, 30.3183032 ], [ 120.3135076, 30.3184355 ], [ 120.313431, 30.3186269 ], [ 120.3133869, 30.3187339 ], [ 120.3133984, 30.3188507 ], [ 120.3133609, 30.3189478 ], [ 120.3133609, 30.3190505 ], [ 120.3133902, 30.3191476 ], [ 120.3134081, 30.3192701 ], [ 120.313338, 30.3195276 ], [ 120.3133217, 30.319567 ], [ 120.3133462, 30.3196092 ], [ 120.3133168, 30.3197077 ], [ 120.3133266, 30.3197697 ], [ 120.3132973, 30.31984 ], [ 120.3133136, 30.3198597 ], [ 120.313294, 30.3198949 ], [ 120.3132875, 30.3199653 ], [ 120.3132908, 30.3200694 ], [ 120.3132663, 30.3202101 ], [ 120.3132582, 30.3203129 ], [ 120.3132745, 30.3205971 ], [ 120.3132435, 30.320652 ], [ 120.3131163, 30.3209194 ], [ 120.3130658, 30.3210869 ], [ 120.3130641, 30.3212262 ], [ 120.3130935, 30.3213543 ], [ 120.3131098, 30.3214288 ], [ 120.3131098, 30.3215513 ], [ 120.3130674, 30.3217708 ], [ 120.3130511, 30.3218637 ], [ 120.3130576, 30.3219763 ], [ 120.3130527, 30.3220368 ], [ 120.3130364, 30.3226926 ], [ 120.3129631, 30.3228305 ], [ 120.3128783, 30.3229782 ], [ 120.3128734, 30.3230416 ], [ 120.3128718, 30.323164 ], [ 120.3128685, 30.3240506 ], [ 120.3133557, 30.3240257 ] ] ], [ [ [ 120.3130404, 30.3242557 ], [ 120.3130907, 30.3244784 ], [ 120.3130663, 30.3245825 ], [ 120.3130794, 30.3247361 ], [ 120.3132424, 30.3257981 ], [ 120.3132255, 30.3259258 ], [ 120.3132349, 30.3260098 ], [ 120.3132592, 30.3260616 ], [ 120.3132424, 30.3261472 ], [ 120.313248, 30.3262782 ], [ 120.3132293, 30.32638 ], [ 120.3131955, 30.3267534 ], [ 120.3131487, 30.3271559 ], [ 120.3131131, 30.3278429 ], [ 120.3130776, 30.3292395 ], [ 120.3130851, 30.3294674 ], [ 120.3130532, 30.3302335 ], [ 120.3130176, 30.331024 ], [ 120.3130401, 30.3311403 ], [ 120.313027, 30.3312438 ], [ 120.3130027, 30.3313133 ], [ 120.3130176, 30.3314087 ], [ 120.3130289, 30.3317255 ], [ 120.3129895, 30.3317982 ], [ 120.3133753, 30.3318127 ], [ 120.3133379, 30.3317675 ], [ 120.3133248, 30.3317255 ], [ 120.3133191, 30.3313828 ], [ 120.3133603, 30.3298682 ], [ 120.3133847, 30.3295498 ], [ 120.3133622, 30.3294658 ], [ 120.3133772, 30.3292443 ], [ 120.3134203, 30.3274889 ], [ 120.3134371, 30.3271333 ], [ 120.3135383, 30.3262717 ], [ 120.3135514, 30.3259694 ], [ 120.3134933, 30.3253487 ], [ 120.3133676, 30.3244841 ], [ 120.313378, 30.3241346 ], [ 120.312936, 30.3241679 ], [ 120.3130404, 30.3242557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.4348004, 30.1372546 ], [ 120.4350793, 30.1373474 ], [ 120.4351491, 30.1375284 ], [ 120.4352027, 30.1375562 ], [ 120.4352564, 30.1377882 ], [ 120.4352452, 30.1381157 ], [ 120.4352295, 30.1385768 ], [ 120.4354441, 30.1385954 ], [ 120.4355031, 30.1381083 ], [ 120.4356426, 30.1380665 ], [ 120.4361576, 30.1381315 ], [ 120.4361468, 30.1382335 ], [ 120.4364955, 30.1382846 ], [ 120.4365471695682, 30.138302594519995 ], [ 120.43554712843067, 30.136914246327603 ], [ 120.4351705, 30.1369113 ], [ 120.4351276, 30.1370969 ], [ 120.4347628, 30.1371108 ], [ 120.4348004, 30.1372546 ] ] ], [ [ [ 120.4368442, 30.1387578 ], [ 120.436905028767455, 30.138799407254762 ], [ 120.436845470424586, 30.138716722938515 ], [ 120.4368442, 30.1387578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4322071, 30.1373037 ], [ 120.4324045, 30.1374688 ], [ 120.4326572, 30.1377638 ], [ 120.4328736, 30.1381722 ], [ 120.4329964, 30.1385758 ], [ 120.4330351, 30.1387056 ], [ 120.433007, 30.1390934 ], [ 120.4331254, 30.1393751 ], [ 120.4331803, 30.1395056 ], [ 120.4333408, 30.1398114 ], [ 120.4334047, 30.1401332 ], [ 120.4333414, 30.1402999 ], [ 120.433184, 30.1403706 ], [ 120.432727, 30.1403558 ], [ 120.4326952, 30.1404288 ], [ 120.4327147, 30.1405097 ], [ 120.4328696, 30.140522 ], [ 120.4329907, 30.1406003 ], [ 120.4331693, 30.1406297 ], [ 120.4333272, 30.1405617 ], [ 120.4335745, 30.140589 ], [ 120.4336564, 30.140598 ], [ 120.4338394, 30.1406849 ], [ 120.4341233, 30.1406668 ], [ 120.4345544, 30.1406757 ], [ 120.4347773, 30.1407721 ], [ 120.434774, 30.1409605 ], [ 120.4347728, 30.1410327 ], [ 120.4347277, 30.1412654 ], [ 120.4346648, 30.1414288 ], [ 120.4348837, 30.1415236 ], [ 120.4349571, 30.1415266 ], [ 120.4351234, 30.1415334 ], [ 120.4355294, 30.1415404 ], [ 120.435591, 30.1414795 ], [ 120.4355046, 30.1414319 ], [ 120.4351173, 30.1414007 ], [ 120.4348046, 30.1413049 ], [ 120.4348722, 30.1410357 ], [ 120.4348676, 30.1407553 ], [ 120.4347817, 30.1406264 ], [ 120.4346272, 30.140556 ], [ 120.4337551, 30.1405109 ], [ 120.4336092, 30.1404761 ], [ 120.4335314, 30.1400865 ], [ 120.4334437, 30.1396572 ], [ 120.4332588, 30.1391534 ], [ 120.4332311, 30.1389808 ], [ 120.4337021, 30.138939 ], [ 120.434037, 30.1390754 ], [ 120.4345581, 30.1390345 ], [ 120.4352133, 30.139063 ], [ 120.435344, 30.1390687 ], [ 120.4353506, 30.1388283 ], [ 120.4353859, 30.1387017 ], [ 120.4354099, 30.1386156 ], [ 120.4352587, 30.1385706 ], [ 120.4351739, 30.1389204 ], [ 120.4339979, 30.138898 ], [ 120.4333129, 30.1387784 ], [ 120.4332076, 30.1380539 ], [ 120.4330197, 30.1373637 ], [ 120.4331285, 30.1371628 ], [ 120.4331427, 30.13705 ], [ 120.4331578, 30.1369297 ], [ 120.4331649, 30.1368014 ], [ 120.4331786, 30.1365521 ], [ 120.4333734, 30.1365442 ], [ 120.4345246, 30.1364977 ], [ 120.434605429215651, 30.136454241910322 ], [ 120.434049886140457, 30.136289162227499 ], [ 120.43358, 30.1363273 ], [ 120.4333043, 30.1362665 ], [ 120.432928, 30.1363382 ], [ 120.4327116, 30.1362596 ], [ 120.4326917, 30.1365775 ], [ 120.4328359, 30.1366873 ], [ 120.4328254, 30.1368278 ], [ 120.4327564, 30.1369564 ], [ 120.4325677, 30.1370075 ], [ 120.4323207, 30.1370411 ], [ 120.4321497, 30.1369782 ], [ 120.4322071, 30.1373037 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4333066, 30.1443991 ], [ 120.4333139, 30.1442582 ], [ 120.4330773, 30.1442343 ], [ 120.4325412, 30.1441804 ], [ 120.4324904, 30.1443167 ], [ 120.4333066, 30.1443991 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.435332, 30.1465245 ], [ 120.437635, 30.146721 ], [ 120.4390368, 30.1468509 ], [ 120.4391373, 30.1465901 ], [ 120.4394981, 30.146563 ], [ 120.4402683, 30.1465269 ], [ 120.4407154, 30.1464854 ], [ 120.4410894, 30.1463092 ], [ 120.4416825, 30.1462821 ], [ 120.4416825, 30.1466053 ], [ 120.4417401, 30.1466685 ], [ 120.4417863, 30.1467192 ], [ 120.4421152, 30.1467426 ], [ 120.4422423, 30.1465214 ], [ 120.442520714309509, 30.146595613409438 ], [ 120.441871534189033, 30.145694362437883 ], [ 120.4416127, 30.1457412 ], [ 120.44126, 30.1456627 ], [ 120.440818, 30.1456456 ], [ 120.4405168, 30.1455905 ], [ 120.4401935, 30.1456441 ], [ 120.4402243, 30.1457688 ], [ 120.4398343, 30.1459312 ], [ 120.4394863, 30.145984 ], [ 120.4389819, 30.1458691 ], [ 120.4390016, 30.145703 ], [ 120.4389975, 30.1453931 ], [ 120.4391006, 30.1449196 ], [ 120.4391091, 30.1443976 ], [ 120.4391168, 30.1440407 ], [ 120.4391945, 30.143981 ], [ 120.439198, 30.143836 ], [ 120.4389971, 30.1438615 ], [ 120.438732, 30.1437934 ], [ 120.4385117, 30.1435866 ], [ 120.4377856, 30.1435951 ], [ 120.4377061, 30.1432683 ], [ 120.437736, 30.1429148 ], [ 120.437783, 30.1422952 ], [ 120.4376803, 30.1421274 ], [ 120.4371149, 30.1419973 ], [ 120.4370128, 30.1421622 ], [ 120.4374237, 30.1423572 ], [ 120.4375911, 30.1424981 ], [ 120.43761, 30.1427381 ], [ 120.4375015, 30.1434129 ], [ 120.4373644, 30.1434594 ], [ 120.4370251, 30.1435294 ], [ 120.4365151, 30.1436923 ], [ 120.4355851, 30.143616 ], [ 120.4347292, 30.1434935 ], [ 120.434318, 30.1434459 ], [ 120.4342886, 30.1435498 ], [ 120.4344801, 30.1437029 ], [ 120.4352196, 30.1438385 ], [ 120.4356484, 30.1438287 ], [ 120.4367916, 30.1440571 ], [ 120.4367644, 30.144364 ], [ 120.4371279, 30.1444042 ], [ 120.4372326, 30.1441323 ], [ 120.4372673, 30.144132 ], [ 120.437605, 30.1441287 ], [ 120.437708, 30.1442697 ], [ 120.4379208, 30.1440547 ], [ 120.4387393, 30.1440439 ], [ 120.4387543, 30.1448696 ], [ 120.4387193, 30.1452397 ], [ 120.438701, 30.1454332 ], [ 120.4384331, 30.1459608 ], [ 120.4379107, 30.1462489 ], [ 120.437417, 30.1463941 ], [ 120.4372677, 30.1462897 ], [ 120.4373012, 30.145036 ], [ 120.4373028, 30.1449764 ], [ 120.4371815, 30.1449585 ], [ 120.4371704, 30.1450201 ], [ 120.4369481, 30.1462599 ], [ 120.4367052, 30.1463339 ], [ 120.4365717, 30.146333 ], [ 120.4353867, 30.1463253 ], [ 120.4351944, 30.146379 ], [ 120.4349022, 30.1462572 ], [ 120.4348589, 30.1462392 ], [ 120.4340437, 30.1461358 ], [ 120.4338142, 30.1462112 ], [ 120.4337172, 30.1462431 ], [ 120.435332, 30.1465245 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4343973, 30.1450689 ], [ 120.4350119, 30.1451508 ], [ 120.4350557, 30.145184 ], [ 120.4350557, 30.1452962 ], [ 120.4352684, 30.1453282 ], [ 120.4353133, 30.1452654 ], [ 120.4353766, 30.1451791 ], [ 120.4353867, 30.145099 ], [ 120.43527, 30.1450743 ], [ 120.4351608, 30.1450779 ], [ 120.4350518, 30.1450221 ], [ 120.4349918, 30.1450723 ], [ 120.4349052, 30.1450438 ], [ 120.4346577, 30.1449622 ], [ 120.4344373, 30.1449573 ], [ 120.4341885, 30.1449689 ], [ 120.4341861, 30.1450855 ], [ 120.4343973, 30.1450689 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4365226, 30.1483239 ], [ 120.4367797, 30.1483055 ], [ 120.4368827, 30.1477393 ], [ 120.4364741, 30.1477239 ], [ 120.4364059, 30.1483014 ], [ 120.4365226, 30.1483239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4349549, 30.1479334 ], [ 120.4350074, 30.1483476 ], [ 120.4351249, 30.1484618 ], [ 120.4354537, 30.1485025 ], [ 120.4355195, 30.1482002 ], [ 120.4353612, 30.1481666 ], [ 120.4353675, 30.1479939 ], [ 120.4352863, 30.1479955 ], [ 120.435296, 30.1477814 ], [ 120.4349617, 30.1477416 ], [ 120.4349487, 30.1478838 ], [ 120.4349549, 30.1479334 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4413501, 30.1514294 ], [ 120.441724, 30.1513523 ], [ 120.4417614, 30.1511319 ], [ 120.4417645, 30.1509202 ], [ 120.4419754, 30.1509161 ], [ 120.4419627, 30.1508355 ], [ 120.4419305, 30.1505503 ], [ 120.4414087, 30.1504339 ], [ 120.4413123, 30.1511462 ], [ 120.4413501, 30.1514294 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4366176, 30.1512685 ], [ 120.4367505, 30.1514101 ], [ 120.4370038, 30.1513431 ], [ 120.4371753, 30.151367 ], [ 120.437359, 30.15145 ], [ 120.4379294, 30.1514436 ], [ 120.438571, 30.1514722 ], [ 120.4385328, 30.1508792 ], [ 120.4380123, 30.1509023 ], [ 120.436762, 30.1507423 ], [ 120.4367352, 30.150904 ], [ 120.4365537, 30.1510384 ], [ 120.4366176, 30.1512685 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4367782, 30.1517835 ], [ 120.4371697, 30.1517877 ], [ 120.4371715, 30.1514761 ], [ 120.4370496, 30.1513897 ], [ 120.4367288, 30.151469 ], [ 120.4367782, 30.1517835 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.445784, 30.1512562 ], [ 120.4458363, 30.1513652 ], [ 120.445839, 30.151509 ], [ 120.4457746, 30.151582 ], [ 120.445784, 30.1520227 ], [ 120.4460523, 30.152432 ], [ 120.4466102, 30.1524958 ], [ 120.4468328, 30.1524448 ], [ 120.4473826, 30.1526535 ], [ 120.4474913, 30.1529133 ], [ 120.4476267, 30.1529979 ], [ 120.449101163696, 30.153042089509938 ], [ 120.448738773598848, 30.152892944575985 ], [ 120.4478252, 30.1528339 ], [ 120.4477246, 30.1527701 ], [ 120.447727048717269, 30.152476560017409 ], [ 120.446762903433296, 30.152079757274109 ], [ 120.4466289, 30.1520505 ], [ 120.4464653, 30.1520412 ], [ 120.446291, 30.1519462 ], [ 120.446242198849149, 30.151762117205863 ], [ 120.445776624856975, 30.151115764984727 ], [ 120.445784, 30.1512562 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4422958, 30.1508952 ], [ 120.4424267, 30.1509873 ], [ 120.4424104, 30.1513271 ], [ 120.4423912, 30.1516331 ], [ 120.442998, 30.1515485 ], [ 120.4430703, 30.1510231 ], [ 120.4433794, 30.1511027 ], [ 120.443379, 30.1512568 ], [ 120.4433215, 30.1516288 ], [ 120.4434794, 30.1517746 ], [ 120.4430992, 30.1517871 ], [ 120.4430992, 30.1519352 ], [ 120.4428665, 30.1519712 ], [ 120.4428665, 30.1521766 ], [ 120.4423631, 30.152283 ], [ 120.4423843, 30.1525265 ], [ 120.4428185, 30.1526452 ], [ 120.4430282, 30.1526139 ], [ 120.4431822, 30.1525191 ], [ 120.4434644, 30.152372 ], [ 120.4437621, 30.1522962 ], [ 120.4439964, 30.1523128 ], [ 120.4440524, 30.1523142 ], [ 120.4441718, 30.1523172 ], [ 120.4442971, 30.1521948 ], [ 120.4445672, 30.152102 ], [ 120.4445784, 30.1518901 ], [ 120.4442881, 30.1518844 ], [ 120.4442243, 30.1521043 ], [ 120.4440636, 30.1521256 ], [ 120.4438278, 30.1520819 ], [ 120.4438221, 30.1519153 ], [ 120.4439178, 30.1518491 ], [ 120.4439534, 30.1516876 ], [ 120.44369, 30.1515201 ], [ 120.4435752, 30.1513988 ], [ 120.4437028, 30.1508692 ], [ 120.4434626, 30.1507288 ], [ 120.4432493, 30.1507307 ], [ 120.4432488, 30.1506328 ], [ 120.4428657, 30.1506178 ], [ 120.4422419, 30.1505934 ], [ 120.4422958, 30.1508952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4381204, 30.1518639 ], [ 120.4383831, 30.1518594 ], [ 120.4383795, 30.1515641 ], [ 120.4380601, 30.1515486 ], [ 120.4381204, 30.1518639 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4358204, 30.1521206 ], [ 120.4363394, 30.1522242 ], [ 120.436712, 30.1520174 ], [ 120.4365634, 30.1512683 ], [ 120.4361339, 30.1513271 ], [ 120.4361518, 30.1517045 ], [ 120.4357889, 30.1518202 ], [ 120.4358204, 30.1521206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4372651, 30.1521861 ], [ 120.4374898, 30.152178 ], [ 120.4374855, 30.1518342 ], [ 120.4379032, 30.1517746 ], [ 120.4379008, 30.1515661 ], [ 120.437504, 30.1515303 ], [ 120.4374585, 30.1515095 ], [ 120.4372144, 30.1515235 ], [ 120.4372651, 30.1521861 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4384631, 30.1521554 ], [ 120.4385495, 30.1521472 ], [ 120.4385549, 30.151598 ], [ 120.4384492, 30.151598 ], [ 120.4384631, 30.1521554 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4513078, 30.1540206 ], [ 120.4513415, 30.1540839 ], [ 120.4514364, 30.1540956 ], [ 120.451457467573931, 30.154011847759392 ], [ 120.451297319195703, 30.153945937240643 ], [ 120.4513078, 30.1540206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4354992, 30.1542842 ], [ 120.4358819, 30.1543172 ], [ 120.4360348, 30.1542519 ], [ 120.4359863, 30.1540176 ], [ 120.4354777, 30.1540656 ], [ 120.4354992, 30.1542842 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.450446, 30.1543767 ], [ 120.4502784, 30.1541357 ], [ 120.449999, 30.1541695 ], [ 120.449972, 30.1544248 ], [ 120.450446, 30.1543767 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4512542, 30.1544252 ], [ 120.4515141, 30.1544568 ], [ 120.4515288, 30.1542695 ], [ 120.451415, 30.1542005 ], [ 120.4512695, 30.1542274 ], [ 120.4512146, 30.1542879 ], [ 120.4512542, 30.1544252 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4359535, 30.1547067 ], [ 120.4364684, 30.1546413 ], [ 120.4365155, 30.1547697 ], [ 120.4366996, 30.1547444 ], [ 120.436743, 30.1546774 ], [ 120.4368697, 30.1547042 ], [ 120.4369917, 30.1547271 ], [ 120.4370966, 30.1546698 ], [ 120.4372093, 30.1547182 ], [ 120.4373888, 30.1546749 ], [ 120.4372657, 30.1542856 ], [ 120.4370779, 30.154302 ], [ 120.4365196, 30.1544152 ], [ 120.4361877, 30.1544575 ], [ 120.4359499, 30.1545982 ], [ 120.4359535, 30.1547067 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.436646, 30.1551216 ], [ 120.436765, 30.1551811 ], [ 120.4371853, 30.1550852 ], [ 120.4371853, 30.1549146 ], [ 120.4371197, 30.1548426 ], [ 120.436697, 30.1548711 ], [ 120.4366228, 30.154991 ], [ 120.436646, 30.1551216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4494779, 30.1548086 ], [ 120.4494779, 30.1549349 ], [ 120.4494796, 30.1550929 ], [ 120.4493506, 30.1550997 ], [ 120.4493593, 30.1553494 ], [ 120.4494012, 30.1554061 ], [ 120.4500672, 30.1554368 ], [ 120.4501951, 30.1555437 ], [ 120.4503193, 30.1555276 ], [ 120.4503339, 30.1550776 ], [ 120.4496869, 30.1550201 ], [ 120.4497005, 30.1547212 ], [ 120.4496404, 30.1546607 ], [ 120.4492712, 30.1546689 ], [ 120.4492529, 30.1547336 ], [ 120.4494779, 30.1548086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4354737, 30.155315 ], [ 120.4354749, 30.1553775 ], [ 120.4354749, 30.1554956 ], [ 120.4356175, 30.1554758 ], [ 120.4357518, 30.155729 ], [ 120.4358639, 30.1557103 ], [ 120.4358989, 30.1558727 ], [ 120.435983, 30.155917 ], [ 120.4366162, 30.1557383 ], [ 120.4371464, 30.1555378 ], [ 120.4371255, 30.1553552 ], [ 120.4367519, 30.1553557 ], [ 120.4366531, 30.1554294 ], [ 120.4364423, 30.1554472 ], [ 120.4365211, 30.1553015 ], [ 120.4364935, 30.1550981 ], [ 120.4363255, 30.1550188 ], [ 120.4358754, 30.1550916 ], [ 120.435809, 30.1547211 ], [ 120.4357972, 30.1546556 ], [ 120.4359056, 30.1544557 ], [ 120.4362278, 30.154389 ], [ 120.4361868, 30.1542933 ], [ 120.4358997, 30.1544076 ], [ 120.4354823, 30.1544463 ], [ 120.4355394, 30.1545816 ], [ 120.4354861, 30.1547117 ], [ 120.43547, 30.155123 ], [ 120.4354737, 30.155315 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.450477, 30.1556116 ], [ 120.4507039, 30.1555995 ], [ 120.4507652, 30.1555035 ], [ 120.4507486, 30.1548654 ], [ 120.4506227, 30.1548523 ], [ 120.4505439, 30.1548668 ], [ 120.4504812, 30.1548783 ], [ 120.450457, 30.1552082 ], [ 120.4504155, 30.1555053 ], [ 120.450477, 30.1556116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4335456, 30.1570377 ], [ 120.433694, 30.1570381 ], [ 120.4338074, 30.1572585 ], [ 120.4342906, 30.1586422 ], [ 120.4345535, 30.1588 ], [ 120.4347623, 30.1592885 ], [ 120.4348415, 30.159615 ], [ 120.4349838, 30.1602012 ], [ 120.4351141, 30.1607384 ], [ 120.435124, 30.160963 ], [ 120.4351307, 30.1611152 ], [ 120.4351493, 30.1615386 ], [ 120.4354132, 30.1615287 ], [ 120.4353933, 30.1613852 ], [ 120.4353475, 30.1610547 ], [ 120.4353341, 30.1609584 ], [ 120.4353578, 30.1606095 ], [ 120.4353486, 30.1605816 ], [ 120.4351073, 30.1598528 ], [ 120.435063, 30.1595096 ], [ 120.4349581, 30.1591986 ], [ 120.4348722, 30.1586444 ], [ 120.434651, 30.1581717 ], [ 120.4346399, 30.1581158 ], [ 120.4345837, 30.1578344 ], [ 120.4350176, 30.1577493 ], [ 120.4350311, 30.1576445 ], [ 120.4347826, 30.1576445 ], [ 120.4347354, 30.1574577 ], [ 120.4346573, 30.1571489 ], [ 120.4348272, 30.1570713 ], [ 120.4349113, 30.1570328 ], [ 120.4349714, 30.1570054 ], [ 120.4355012, 30.1568497 ], [ 120.4355093, 30.1569607 ], [ 120.4367241, 30.1566925 ], [ 120.4367507, 30.1565551 ], [ 120.4370545, 30.1563734 ], [ 120.437173, 30.1563026 ], [ 120.4373271, 30.1562079 ], [ 120.4373803, 30.1561752 ], [ 120.4378061, 30.1560239 ], [ 120.4378193, 30.1561582 ], [ 120.4384881, 30.1560898 ], [ 120.4386161, 30.1560244 ], [ 120.4385958, 30.1555659 ], [ 120.4385495, 30.155119 ], [ 120.4385479, 30.1544698 ], [ 120.4385495, 30.1540626 ], [ 120.4388085, 30.1538382 ], [ 120.4390243, 30.153801 ], [ 120.4407557, 30.1537169 ], [ 120.4411079, 30.1536421 ], [ 120.4413042, 30.1537282 ], [ 120.4413175, 30.1539055 ], [ 120.4413894, 30.1539055 ], [ 120.4414357, 30.1538011 ], [ 120.4413859, 30.1532736 ], [ 120.4414698, 30.1528667 ], [ 120.4423334, 30.1528226 ], [ 120.4424726, 30.153018 ], [ 120.4426309, 30.1540276 ], [ 120.4436403, 30.1539992 ], [ 120.4436356, 30.1539121 ], [ 120.4428595, 30.153866 ], [ 120.4427605, 30.1538096 ], [ 120.4427317, 30.1528289 ], [ 120.4427093, 30.152725 ], [ 120.4422356, 30.1526485 ], [ 120.4421869, 30.152016 ], [ 120.4422978, 30.1510206 ], [ 120.4421572, 30.1509877 ], [ 120.4421848, 30.1505737 ], [ 120.4419229, 30.1504831 ], [ 120.4419305, 30.1505503 ], [ 120.4419627, 30.1508355 ], [ 120.4419754, 30.1509161 ], [ 120.4420409, 30.1513321 ], [ 120.4420441, 30.1515364 ], [ 120.4413717, 30.1515098 ], [ 120.4413501, 30.1514294 ], [ 120.4406173, 30.1514012 ], [ 120.4406173, 30.1515008 ], [ 120.4405292, 30.1518254 ], [ 120.4405816, 30.1520277 ], [ 120.440825, 30.1520117 ], [ 120.4408655, 30.1519302 ], [ 120.4408287, 30.1517262 ], [ 120.4406894, 30.1516982 ], [ 120.4407246, 30.1515217 ], [ 120.4412713, 30.1515882 ], [ 120.4415908, 30.151627 ], [ 120.4418335, 30.1517038 ], [ 120.4418811, 30.1521047 ], [ 120.4419401, 30.1526014 ], [ 120.4417505, 30.152705 ], [ 120.4413101, 30.1527462 ], [ 120.4412503, 30.1532323 ], [ 120.4410694, 30.1535034 ], [ 120.4407128, 30.1536246 ], [ 120.4403874, 30.1536166 ], [ 120.4391189, 30.1535854 ], [ 120.4385583, 30.1535746 ], [ 120.4385751, 30.1532173 ], [ 120.4374192, 30.153394 ], [ 120.4374175, 30.1536154 ], [ 120.4374159, 30.1538271 ], [ 120.4373788, 30.153889 ], [ 120.4369281, 30.1539761 ], [ 120.4366672, 30.1540265 ], [ 120.4365765, 30.1539946 ], [ 120.4363371, 30.1540066 ], [ 120.4363535, 30.1541184 ], [ 120.4361273, 30.1541546 ], [ 120.4361868, 30.1542933 ], [ 120.4362278, 30.154389 ], [ 120.4369857, 30.1542018 ], [ 120.437216, 30.1542002 ], [ 120.4372552, 30.154021 ], [ 120.4382969, 30.1538814 ], [ 120.4383393, 30.1548265 ], [ 120.4380356, 30.1549369 ], [ 120.4380462, 30.1551048 ], [ 120.4382738, 30.1551533 ], [ 120.4382967, 30.1552413 ], [ 120.438178, 30.1555398 ], [ 120.437161, 30.1558186 ], [ 120.4371895, 30.1560172 ], [ 120.4370161, 30.1561311 ], [ 120.4366396, 30.1561448 ], [ 120.4364282, 30.1561029 ], [ 120.4360091, 30.156128 ], [ 120.4359957, 30.1562697 ], [ 120.4359684, 30.1564079 ], [ 120.4357371, 30.1565462 ], [ 120.4354011, 30.1566776 ], [ 120.4351594, 30.1567721 ], [ 120.4350111, 30.1567025 ], [ 120.4342377, 30.1568214 ], [ 120.4341151, 30.1567472 ], [ 120.4337125, 30.1567457 ], [ 120.4335369, 30.1568069 ], [ 120.4335456, 30.1570377 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4426647, 30.1563497 ], [ 120.4428747, 30.1563526 ], [ 120.4428157, 30.1562212 ], [ 120.4428903, 30.1560544 ], [ 120.4426872, 30.1560516 ], [ 120.4426634, 30.1562317 ], [ 120.4426647, 30.1563497 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4485554, 30.1562835 ], [ 120.4490307, 30.1563296 ], [ 120.4490255, 30.1561401 ], [ 120.4485353, 30.1560838 ], [ 120.4485134, 30.1562025 ], [ 120.4485554, 30.1562835 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4430694, 30.1565929 ], [ 120.4431503, 30.1565049 ], [ 120.4434487, 30.1563996 ], [ 120.4435657, 30.1563699 ], [ 120.4435396, 30.1562801 ], [ 120.4437526, 30.1562744 ], [ 120.443689, 30.155986 ], [ 120.4434963, 30.1560069 ], [ 120.4432304, 30.1560493 ], [ 120.4431915, 30.1561873 ], [ 120.4431319, 30.1563588 ], [ 120.4430446, 30.1564236 ], [ 120.4428747, 30.1564263 ], [ 120.4428747, 30.1564852 ], [ 120.4428496, 30.156559 ], [ 120.4430694, 30.1565929 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4501548, 30.15644 ], [ 120.4501571, 30.1565495 ], [ 120.4502404, 30.1565946 ], [ 120.4503236, 30.156527 ], [ 120.4503153, 30.1563084 ], [ 120.4500432, 30.1562078 ], [ 120.4500411, 30.156394 ], [ 120.4501548, 30.15644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.442499, 30.1567783 ], [ 120.4427324, 30.1567786 ], [ 120.4427496, 30.1565468 ], [ 120.4425303, 30.1565198 ], [ 120.4424656, 30.1566495 ], [ 120.442499, 30.1567783 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4430972, 30.1570003 ], [ 120.4433562, 30.1569849 ], [ 120.4435499, 30.1569734 ], [ 120.4436007, 30.1568968 ], [ 120.443604, 30.1567845 ], [ 120.4434876, 30.1567952 ], [ 120.4430972, 30.1568184 ], [ 120.4430972, 30.1570003 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4504217, 30.1570619 ], [ 120.4504913, 30.1567694 ], [ 120.4500869, 30.1568051 ], [ 120.4500578, 30.1570207 ], [ 120.4504217, 30.1570619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4426128, 30.1572964 ], [ 120.4426865, 30.1572225 ], [ 120.4426469, 30.1569384 ], [ 120.4423271, 30.1569384 ], [ 120.4422444, 30.1569912 ], [ 120.442196, 30.1572767 ], [ 120.4426128, 30.1572964 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4430001, 30.1572454 ], [ 120.4432711, 30.1573025 ], [ 120.4433854, 30.1572639 ], [ 120.4433437, 30.1571578 ], [ 120.4431364, 30.1571022 ], [ 120.4429832, 30.1571035 ], [ 120.4429664, 30.1571792 ], [ 120.4430001, 30.1572454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.437044, 30.1574536 ], [ 120.4371076, 30.1575396 ], [ 120.4374169, 30.1575658 ], [ 120.4376266, 30.1575176 ], [ 120.4377199, 30.1575302 ], [ 120.4377879, 30.1575206 ], [ 120.4379723, 30.157466 ], [ 120.4380828, 30.1573989 ], [ 120.4381093, 30.1573278 ], [ 120.4380817, 30.157149 ], [ 120.4379502, 30.1571261 ], [ 120.4377469, 30.1571543 ], [ 120.4375266, 30.1572099 ], [ 120.4373697, 30.1572158 ], [ 120.4373175, 30.1572689 ], [ 120.4370398, 30.1573606 ], [ 120.437044, 30.1574536 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4511555, 30.1569848 ], [ 120.4514895, 30.1569828 ], [ 120.4519822, 30.1571071 ], [ 120.4521193, 30.157172 ], [ 120.452338, 30.1571555 ], [ 120.4526123, 30.1572589 ], [ 120.4523863, 30.1565295 ], [ 120.4522672, 30.15558 ], [ 120.4517879, 30.1556654 ], [ 120.4516407, 30.1556916 ], [ 120.4513379, 30.1556131 ], [ 120.4513611, 30.1560317 ], [ 120.4514622, 30.156158 ], [ 120.4512334, 30.1563872 ], [ 120.4512284, 30.1568187 ], [ 120.4510403, 30.1568524 ], [ 120.4511555, 30.1569848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.453406, 30.1554206 ], [ 120.4534576, 30.1556159 ], [ 120.4535204, 30.1558535 ], [ 120.4535015, 30.1559685 ], [ 120.4542298, 30.1559897 ], [ 120.4541846, 30.1563417 ], [ 120.4542418, 30.1564748 ], [ 120.4542701, 30.1567686 ], [ 120.4545239, 30.156775 ], [ 120.4545194, 30.1565269 ], [ 120.4543443, 30.1564448 ], [ 120.4542922, 30.1562983 ], [ 120.4543878, 30.1562067 ], [ 120.4545576, 30.1562205 ], [ 120.4545945, 30.156662 ], [ 120.4549432, 30.1566469 ], [ 120.4554952, 30.1567389 ], [ 120.4554717, 30.1577824 ], [ 120.455439, 30.1580358 ], [ 120.4551048, 30.1580645 ], [ 120.4548361, 30.1584924 ], [ 120.4546896, 30.158743 ], [ 120.4551268, 30.1588558 ], [ 120.4551593, 30.1594953 ], [ 120.454793, 30.1595961 ], [ 120.4548891, 30.1598002 ], [ 120.4564305, 30.1597995 ], [ 120.456465576901962, 30.158095093999478 ], [ 120.455179281146698, 30.155871858001827 ], [ 120.4546352, 30.1559046 ], [ 120.454592, 30.1561035 ], [ 120.4543864, 30.1561216 ], [ 120.454237, 30.1558244 ], [ 120.454183613585499, 30.155133817896058 ], [ 120.453228908817707, 30.154740900482889 ], [ 120.4532198, 30.1548605 ], [ 120.453208, 30.1551537 ], [ 120.453406, 30.1554206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4500121, 30.1616447 ], [ 120.4501206, 30.1618238 ], [ 120.4503949, 30.1618191 ], [ 120.4504922, 30.1614314 ], [ 120.4507822, 30.1610059 ], [ 120.4512748, 30.1609893 ], [ 120.4515931, 30.1600582 ], [ 120.4541147, 30.1600963 ], [ 120.4545207, 30.1602835 ], [ 120.4550654, 30.1603228 ], [ 120.4551262, 30.1603371 ], [ 120.4553956, 30.1604006 ], [ 120.4556046, 30.1602471 ], [ 120.4564029, 30.1602285 ], [ 120.4568308, 30.1601893 ], [ 120.4568784, 30.159921 ], [ 120.4568343, 30.1595787 ], [ 120.4569583, 30.1594496 ], [ 120.4569473, 30.1592801 ], [ 120.4566995, 30.1592775 ], [ 120.4565545, 30.1594332 ], [ 120.4565153, 30.1598553 ], [ 120.4564046, 30.1598913 ], [ 120.4547889, 30.1598817 ], [ 120.4546664, 30.1596923 ], [ 120.4540391, 30.1596674 ], [ 120.452225, 30.1595655 ], [ 120.4521863, 30.1588906 ], [ 120.4522695, 30.1583743 ], [ 120.4522695, 30.1579436 ], [ 120.4523033, 30.1574875 ], [ 120.4520278, 30.1574657 ], [ 120.4518334, 30.1574504 ], [ 120.4517863, 30.1579652 ], [ 120.4517164, 30.1587292 ], [ 120.4516737, 30.1592441 ], [ 120.4516055, 30.1593922 ], [ 120.4512303, 30.1596067 ], [ 120.4510764, 30.1598424 ], [ 120.4508666, 30.1605459 ], [ 120.4506747, 30.1606001 ], [ 120.4503336, 30.1606096 ], [ 120.4500739, 30.1606357 ], [ 120.4499974, 30.1608961 ], [ 120.4500121, 30.1616447 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.4570694, 30.1599961 ], [ 120.4571405, 30.1600309 ], [ 120.4571418, 30.1600993 ], [ 120.4571271, 30.1601608 ], [ 120.4571539, 30.1602176 ], [ 120.4573712, 30.1602234 ], [ 120.4575174, 30.1602234 ], [ 120.4576005, 30.1601979 ], [ 120.4576595, 30.1602153 ], [ 120.45769107860454, 30.160213253442354 ], [ 120.457549898040213, 30.159969236689982 ], [ 120.4574396, 30.1600007 ], [ 120.4572639, 30.1599578 ], [ 120.457052, 30.159952 ], [ 120.4570694, 30.1599961 ] ] ], [ [ [ 120.4581061, 30.1611858 ], [ 120.4582255, 30.1615232 ], [ 120.4580659, 30.1615719 ], [ 120.45809, 30.161856 ], [ 120.4580766, 30.1620624 ], [ 120.4581678, 30.1623129 ], [ 120.4580873, 30.1624845 ], [ 120.45813631393294, 30.163176094901274 ], [ 120.458465329861511, 30.162012937010637 ], [ 120.4584601, 30.1620091 ], [ 120.458457934121995, 30.161538687958025 ], [ 120.458086670677574, 30.160896995523871 ], [ 120.4581061, 30.1611858 ] ] ], [ [ [ 120.4584186, 30.168908 ], [ 120.4585607, 30.1696524 ], [ 120.4586814, 30.1700338 ], [ 120.4587968, 30.1706408 ], [ 120.4588437, 30.1707695 ], [ 120.4589604, 30.1706727 ], [ 120.4586077, 30.1691272 ], [ 120.4586948, 30.168944 ], [ 120.458689205082848, 30.168769630233964 ], [ 120.458416322497271, 30.168722774441761 ], [ 120.4584186, 30.168908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4557089, 30.1604967 ], [ 120.4558094, 30.1605432 ], [ 120.455805, 30.1611055 ], [ 120.455755, 30.1612047 ], [ 120.4557474, 30.1612925 ], [ 120.4558722, 30.1612925 ], [ 120.4558796, 30.1614405 ], [ 120.4560075, 30.1614378 ], [ 120.4560291, 30.1615053 ], [ 120.4561826, 30.1615153 ], [ 120.4561764, 30.1612379 ], [ 120.4561558, 30.1607926 ], [ 120.4561399, 30.1605871 ], [ 120.4561399, 30.1603701 ], [ 120.4560084, 30.16035 ], [ 120.4557089, 30.1603737 ], [ 120.4557089, 30.1604967 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4557099, 30.1619848 ], [ 120.4561804, 30.1619915 ], [ 120.456201, 30.1618221 ], [ 120.4561868, 30.161705 ], [ 120.4560627, 30.1617598 ], [ 120.4557061, 30.1618011 ], [ 120.4557099, 30.1619848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4426945, 30.1576382 ], [ 120.443084, 30.1576398 ], [ 120.443077, 30.1574888 ], [ 120.4428541, 30.1574711 ], [ 120.4426863, 30.1574335 ], [ 120.4426945, 30.1576382 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4423391, 30.1577492 ], [ 120.4423186, 30.1575374 ], [ 120.4422438, 30.1575386 ], [ 120.4422405, 30.1576122 ], [ 120.4421824, 30.1576226 ], [ 120.4421347, 30.1577509 ], [ 120.4423391, 30.1577492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4371131, 30.157881 ], [ 120.4372003, 30.157925 ], [ 120.4373378, 30.157871 ], [ 120.4375551, 30.1578903 ], [ 120.4376533, 30.1579168 ], [ 120.4376299, 30.1576242 ], [ 120.4375488, 30.1575996 ], [ 120.4374079, 30.1576178 ], [ 120.4371623, 30.1576124 ], [ 120.4370855, 30.1576408 ], [ 120.4370724, 30.1577503 ], [ 120.4371131, 30.157881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4362131, 30.1580823 ], [ 120.4363175, 30.1581795 ], [ 120.4366634, 30.1581066 ], [ 120.4367315, 30.1579942 ], [ 120.4366143, 30.1576507 ], [ 120.4365584, 30.1575481 ], [ 120.4364496, 30.1575513 ], [ 120.4362701, 30.1576026 ], [ 120.4362587, 30.1577158 ], [ 120.4361598, 30.1578199 ], [ 120.4362131, 30.1580823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4415611, 30.1580644 ], [ 120.4418079, 30.15808 ], [ 120.4418486, 30.1578739 ], [ 120.441943, 30.1578557 ], [ 120.4419144, 30.157727 ], [ 120.4417727, 30.157756 ], [ 120.4416007, 30.1577933 ], [ 120.4415363, 30.1580164 ], [ 120.4415611, 30.1580644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4367219, 30.1589116 ], [ 120.4370599, 30.158798 ], [ 120.4370483, 30.1586327 ], [ 120.436942, 30.1585936 ], [ 120.436932, 30.1585273 ], [ 120.4370085, 30.1584806 ], [ 120.4370051, 30.158153 ], [ 120.43687, 30.158146 ], [ 120.4368008, 30.1581981 ], [ 120.4365808, 30.1582158 ], [ 120.4367219, 30.1589116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4355201, 30.1589532 ], [ 120.4355625, 30.1589941 ], [ 120.4358528, 30.1589303 ], [ 120.4357968, 30.158713 ], [ 120.4356217, 30.1587336 ], [ 120.4354866, 30.1587722 ], [ 120.4355201, 30.1589532 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4514888, 30.159189 ], [ 120.4515181, 30.1590771 ], [ 120.4516065, 30.1590668 ], [ 120.4516137, 30.1589158 ], [ 120.4505706, 30.158913 ], [ 120.4505477, 30.1591599 ], [ 120.4514888, 30.159189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4355938, 30.1592606 ], [ 120.4356308, 30.159295 ], [ 120.435892, 30.1592325 ], [ 120.4358829, 30.1591262 ], [ 120.4358618, 30.1589733 ], [ 120.4355901, 30.1590114 ], [ 120.4355521, 30.1590608 ], [ 120.4355938, 30.1592606 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4363972, 30.1593829 ], [ 120.4366144, 30.1593756 ], [ 120.4367059, 30.1593019 ], [ 120.4368656, 30.1594065 ], [ 120.4368564, 30.1595018 ], [ 120.4370271, 30.1594777 ], [ 120.4370737, 30.1594331 ], [ 120.4372134, 30.1594331 ], [ 120.4372769, 30.1591573 ], [ 120.4374629, 30.1591289 ], [ 120.4376211, 30.1589918 ], [ 120.4378087, 30.1589649 ], [ 120.4384543, 30.1588726 ], [ 120.4386799, 30.1587967 ], [ 120.4394812, 30.1588247 ], [ 120.4396233, 30.1588297 ], [ 120.4397661, 30.1588947 ], [ 120.4401685, 30.1589667 ], [ 120.4404458, 30.1590287 ], [ 120.4405549, 30.1590287 ], [ 120.4405564, 30.1589471 ], [ 120.4414317, 30.1590599 ], [ 120.4414721, 30.1592451 ], [ 120.4415749, 30.1593136 ], [ 120.4417482, 30.1597465 ], [ 120.4417897, 30.1598501 ], [ 120.441902, 30.1598985 ], [ 120.4419353, 30.1599439 ], [ 120.4419847, 30.1600112 ], [ 120.4425634, 30.1602797 ], [ 120.44292, 30.1604451 ], [ 120.4433761, 30.1605248 ], [ 120.4434455, 30.1604878 ], [ 120.4438085, 30.1604948 ], [ 120.4443977, 30.1606062 ], [ 120.4446652, 30.1606599 ], [ 120.4449233, 30.1606682 ], [ 120.4450464, 30.1607479 ], [ 120.4460043, 30.1610724 ], [ 120.4462947, 30.1611145 ], [ 120.4466259, 30.1612042 ], [ 120.4470287, 30.1613662 ], [ 120.4472473, 30.1615629 ], [ 120.4477876, 30.1618628 ], [ 120.4478997, 30.1616905 ], [ 120.4479946, 30.1614437 ], [ 120.4480212, 30.1613746 ], [ 120.4481661, 30.1606674 ], [ 120.448195, 30.1605264 ], [ 120.4481855, 30.1602038 ], [ 120.4483959, 30.1595157 ], [ 120.4486724, 30.1595312 ], [ 120.4488894, 30.1595183 ], [ 120.4491201, 30.1595315 ], [ 120.4492362, 30.1591719 ], [ 120.4492956, 30.1591152 ], [ 120.4493063, 30.1589774 ], [ 120.4491085, 30.1589617 ], [ 120.4491042, 30.1591504 ], [ 120.4490424, 30.1592587 ], [ 120.4488646, 30.1592587 ], [ 120.4486249, 30.1591204 ], [ 120.44847, 30.1589969 ], [ 120.4485394, 30.1585166 ], [ 120.4485282, 30.1583567 ], [ 120.4486628, 30.1583744 ], [ 120.4486686, 30.1584398 ], [ 120.4487932, 30.1584578 ], [ 120.4488305, 30.158305 ], [ 120.4487932, 30.1582621 ], [ 120.4486258, 30.1582785 ], [ 120.4484937, 30.158191 ], [ 120.4484756, 30.1580075 ], [ 120.4485068, 30.1578486 ], [ 120.4483071, 30.1578221 ], [ 120.4479588, 30.1578245 ], [ 120.4479021, 30.1581505 ], [ 120.4478492, 30.1581867 ], [ 120.4471331, 30.158166 ], [ 120.447131, 30.1582565 ], [ 120.4478159, 30.1583034 ], [ 120.4480995, 30.1583228 ], [ 120.4482621, 30.158328 ], [ 120.4483771, 30.1584939 ], [ 120.448285, 30.1589157 ], [ 120.4482009, 30.1592709 ], [ 120.4481338, 30.1592927 ], [ 120.4480668, 30.1594418 ], [ 120.4478984, 30.1597525 ], [ 120.4478059, 30.1608711 ], [ 120.4478122, 30.1610252 ], [ 120.4477166, 30.1612514 ], [ 120.4476518, 30.1613056 ], [ 120.4475846, 30.1613056 ], [ 120.4472991, 30.1610825 ], [ 120.4469486, 30.1609914 ], [ 120.4464483, 30.160783 ], [ 120.4461352, 30.1607437 ], [ 120.4453053, 30.1604385 ], [ 120.4452197, 30.1601822 ], [ 120.4453428, 30.1597092 ], [ 120.4454102, 30.1596874 ], [ 120.4454754, 30.1595302 ], [ 120.4457488, 30.1595433 ], [ 120.4460061, 30.1595365 ], [ 120.4462261, 30.1595703 ], [ 120.4463121, 30.1595835 ], [ 120.446401, 30.1598665 ], [ 120.4465518, 30.159851 ], [ 120.4465518, 30.1596558 ], [ 120.446537, 30.1595802 ], [ 120.4464899, 30.1593397 ], [ 120.4463309, 30.1593926 ], [ 120.446101, 30.1593554 ], [ 120.4458025, 30.1593554 ], [ 120.4453404, 30.1592896 ], [ 120.4450928, 30.159859 ], [ 120.4450247, 30.1601824 ], [ 120.4450182, 30.1604326 ], [ 120.4448467, 30.1603962 ], [ 120.4447763, 30.1603364 ], [ 120.444495, 30.1603393 ], [ 120.4436867, 30.1602372 ], [ 120.4434287, 30.1601793 ], [ 120.4434354, 30.1601185 ], [ 120.4428731, 30.1600336 ], [ 120.4425015, 30.1598309 ], [ 120.442296, 30.1598309 ], [ 120.4421664, 30.1597144 ], [ 120.4422231, 30.1591541 ], [ 120.4425034, 30.1591053 ], [ 120.4433235, 30.1590513 ], [ 120.4439206, 30.1590356 ], [ 120.4442285, 30.1591032 ], [ 120.4447337, 30.159145 ], [ 120.4447916, 30.1591498 ], [ 120.4449181, 30.1587142 ], [ 120.44478, 30.1587096 ], [ 120.4446329, 30.1587046 ], [ 120.4445081, 30.1586069 ], [ 120.4444342, 30.1583899 ], [ 120.4442656, 30.1583842 ], [ 120.4442656, 30.1582637 ], [ 120.4443225, 30.1582723 ], [ 120.4443852, 30.1580074 ], [ 120.4440097, 30.1580006 ], [ 120.4440067, 30.1581385 ], [ 120.4439845, 30.1582681 ], [ 120.4437489, 30.1582414 ], [ 120.4436632, 30.1581731 ], [ 120.4433255, 30.1581472 ], [ 120.4430711, 30.1580535 ], [ 120.4429724, 30.1580114 ], [ 120.4428298, 30.1579894 ], [ 120.4426862, 30.1580043 ], [ 120.4425046, 30.1580207 ], [ 120.4423956, 30.1580685 ], [ 120.4424462, 30.1581867 ], [ 120.4424462, 30.1582691 ], [ 120.4423202, 30.1582812 ], [ 120.442128, 30.1582798 ], [ 120.4420482, 30.1581844 ], [ 120.4417466, 30.1581475 ], [ 120.4414202, 30.158161 ], [ 120.441411, 30.1578568 ], [ 120.4415115, 30.157695 ], [ 120.4417751, 30.1576487 ], [ 120.441981, 30.1576278 ], [ 120.4420649, 30.1575829 ], [ 120.4420351, 30.1574129 ], [ 120.4420806, 30.1573337 ], [ 120.4421129, 30.1572252 ], [ 120.4422119, 30.1569296 ], [ 120.4420653, 30.1568646 ], [ 120.4419858, 30.1572157 ], [ 120.4413945, 30.1574137 ], [ 120.4403691, 30.1575652 ], [ 120.4403608, 30.1581292 ], [ 120.4403592, 30.1582562 ], [ 120.4403228, 30.1585081 ], [ 120.4402498, 30.1585917 ], [ 120.4396349, 30.158621 ], [ 120.4394983, 30.1586228 ], [ 120.4392527, 30.1586228 ], [ 120.4387565, 30.158447 ], [ 120.4384501, 30.1582855 ], [ 120.438468, 30.1580873 ], [ 120.4383418, 30.1581052 ], [ 120.4382671, 30.1580781 ], [ 120.4382656, 30.1580264 ], [ 120.4377523, 30.1580043 ], [ 120.4376314, 30.1579955 ], [ 120.4374255, 30.1580413 ], [ 120.4370598, 30.1581119 ], [ 120.4371059, 30.1588536 ], [ 120.4367033, 30.1589858 ], [ 120.4365858, 30.1590416 ], [ 120.4366117, 30.1592002 ], [ 120.4363785, 30.1592747 ], [ 120.4363972, 30.1593829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4566633, 30.1640766 ], [ 120.4575292, 30.1641323 ], [ 120.4575561, 30.1642423 ], [ 120.457833761116731, 30.16424569872575 ], [ 120.458085994617761, 30.163353986922381 ], [ 120.4580359, 30.1626002 ], [ 120.4580143, 30.1619798 ], [ 120.4561182, 30.1620777 ], [ 120.4561918, 30.1627047 ], [ 120.4564243, 30.1627215 ], [ 120.4568475, 30.1627722 ], [ 120.4569151, 30.1630091 ], [ 120.4567634, 30.1631557 ], [ 120.4564303, 30.1634305 ], [ 120.4560773, 30.1640825 ], [ 120.4566633, 30.1640766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4518661, 30.1634478 ], [ 120.4537847, 30.1634897 ], [ 120.4537915, 30.1632709 ], [ 120.4533218, 30.1632608 ], [ 120.4532432, 30.1632591 ], [ 120.4531941, 30.1629915 ], [ 120.452593, 30.1629339 ], [ 120.4521156, 30.1629821 ], [ 120.4520681, 30.1631035 ], [ 120.4519366, 30.1631203 ], [ 120.4519166, 30.1632783 ], [ 120.4518632, 30.163304 ], [ 120.4518661, 30.1634478 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.455771, 30.1634918 ], [ 120.4557784, 30.1631582 ], [ 120.4556422, 30.1631569 ], [ 120.4556387, 30.163457 ], [ 120.455771, 30.1634918 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4544421, 30.1634739 ], [ 120.4545735, 30.1635047 ], [ 120.454746, 30.1634925 ], [ 120.4547584, 30.1633625 ], [ 120.4546916, 30.1632744 ], [ 120.4545652, 30.1632731 ], [ 120.454431, 30.1633094 ], [ 120.4544421, 30.1634739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4550764, 30.1635047 ], [ 120.4550797, 30.1632925 ], [ 120.4548495, 30.1633289 ], [ 120.4548405, 30.1634835 ], [ 120.4550764, 30.1635047 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4550269, 30.1641089 ], [ 120.4550854, 30.1637047 ], [ 120.4548973, 30.1636976 ], [ 120.4548713, 30.1640688 ], [ 120.4550269, 30.1641089 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.455682, 30.1642814 ], [ 120.4557279, 30.1636085 ], [ 120.4554855, 30.1636119 ], [ 120.4554834, 30.1642519 ], [ 120.455682, 30.1642814 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4551572, 30.1641525 ], [ 120.4552191, 30.1642516 ], [ 120.4553037, 30.1642537 ], [ 120.4552983, 30.1637929 ], [ 120.4551342, 30.163797 ], [ 120.4551572, 30.1641525 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4525439, 30.1642876 ], [ 120.4526021, 30.1643182 ], [ 120.4529701, 30.1643913 ], [ 120.4530773, 30.1643668 ], [ 120.4531264, 30.1642317 ], [ 120.4531168, 30.1641009 ], [ 120.452594, 30.1640837 ], [ 120.4525087, 30.1641136 ], [ 120.4524035, 30.1641147 ], [ 120.452398, 30.1642247 ], [ 120.4525439, 30.1642876 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4560996, 30.1643704 ], [ 120.4563087, 30.1643258 ], [ 120.4564944, 30.1643616 ], [ 120.456622, 30.1644191 ], [ 120.4567193, 30.1643935 ], [ 120.4567193, 30.1643318 ], [ 120.4567164, 30.1641673 ], [ 120.4561075, 30.1641356 ], [ 120.4560838, 30.1642934 ], [ 120.4560996, 30.1643704 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4547725, 30.1647624 ], [ 120.4548153, 30.164756 ], [ 120.4548951, 30.1647439 ], [ 120.454958, 30.164591 ], [ 120.4545471, 30.1644736 ], [ 120.4543553, 30.1644435 ], [ 120.4543202, 30.1647736 ], [ 120.4547725, 30.1647624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.45765768048021, 30.164868190112852 ], [ 120.457759097829367, 30.164509653094793 ], [ 120.457554, 30.1645039 ], [ 120.4575938, 30.1647527 ], [ 120.4575061, 30.1648701 ], [ 120.45765768048021, 30.164868190112852 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4551109, 30.1648108 ], [ 120.4553362, 30.1648329 ], [ 120.4553375, 30.1645817 ], [ 120.4551506, 30.1645514 ], [ 120.4550295, 30.1645601 ], [ 120.4549901, 30.1647682 ], [ 120.4551109, 30.1648108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4535191, 30.1649149 ], [ 120.4537578, 30.1649694 ], [ 120.453818, 30.1645452 ], [ 120.4537015, 30.1645084 ], [ 120.4535146, 30.1645099 ], [ 120.4535191, 30.1649149 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4563405, 30.1651252 ], [ 120.4562846, 30.1647974 ], [ 120.4561968, 30.1646781 ], [ 120.4559933, 30.1647294 ], [ 120.4559933, 30.1649328 ], [ 120.4559667, 30.1651739 ], [ 120.4563405, 30.1651252 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4556118, 30.1651424 ], [ 120.4556774, 30.1650594 ], [ 120.455638, 30.1648892 ], [ 120.4554407, 30.1648794 ], [ 120.4554287, 30.165132 ], [ 120.4556118, 30.1651424 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4548588, 30.165307 ], [ 120.4550936, 30.1653371 ], [ 120.4553269, 30.1653163 ], [ 120.4553386, 30.1650504 ], [ 120.4551218, 30.1650094 ], [ 120.4549706, 30.164971 ], [ 120.4549718, 30.1650487 ], [ 120.4548286, 30.1650266 ], [ 120.4548588, 30.165307 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.456218, 30.1655545 ], [ 120.4562589, 30.1654053 ], [ 120.4562016, 30.1653762 ], [ 120.4560473, 30.1653786 ], [ 120.4560304, 30.1654669 ], [ 120.4559323, 30.1654567 ], [ 120.4559117, 30.1655992 ], [ 120.456218, 30.1655545 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4525498, 30.1657134 ], [ 120.4527739, 30.1656775 ], [ 120.4527897, 30.1653896 ], [ 120.4527759, 30.1653107 ], [ 120.4526305, 30.1653544 ], [ 120.4524668, 30.1653351 ], [ 120.4524439, 30.1656794 ], [ 120.4525498, 30.1657134 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4550121, 30.1656236 ], [ 120.4551084, 30.1656992 ], [ 120.4553371, 30.1656847 ], [ 120.4553418, 30.1655862 ], [ 120.4555243, 30.1656018 ], [ 120.4555718, 30.165413 ], [ 120.4554652, 30.1653447 ], [ 120.4551483, 30.1653679 ], [ 120.455006, 30.165373 ], [ 120.4550121, 30.1656236 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4531092, 30.1659364 ], [ 120.4532118, 30.1659668 ], [ 120.4534772, 30.165946 ], [ 120.4533869, 30.1654227 ], [ 120.4531647, 30.1653976 ], [ 120.4528715, 30.1653555 ], [ 120.4528901, 30.1656084 ], [ 120.452862, 30.1659624 ], [ 120.4531092, 30.1659364 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4543689, 30.1659113 ], [ 120.4543864, 30.1662323 ], [ 120.4547411, 30.166185 ], [ 120.4548088, 30.166176 ], [ 120.4548105, 30.1660857 ], [ 120.4549519, 30.1660885 ], [ 120.454915, 30.165515 ], [ 120.4546462, 30.1654617 ], [ 120.4543586, 30.165467 ], [ 120.4543144, 30.1656854 ], [ 120.4543689, 30.1659113 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.455067, 30.1660623 ], [ 120.455067, 30.166119 ], [ 120.4553123, 30.1661098 ], [ 120.4556076, 30.1660385 ], [ 120.4555619, 30.1656663 ], [ 120.4554607, 30.1656743 ], [ 120.4553225, 30.1657711 ], [ 120.45508, 30.1657831 ], [ 120.4550266, 30.1659022 ], [ 120.4550016, 30.1660536 ], [ 120.455067, 30.1660623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4524854, 30.1661003 ], [ 120.4526237, 30.1660653 ], [ 120.452635, 30.1660127 ], [ 120.452686, 30.1659804 ], [ 120.4527683, 30.1659318 ], [ 120.4527853, 30.1657325 ], [ 120.4524661, 30.1657908 ], [ 120.4524374, 30.1658695 ], [ 120.4524362, 30.1660367 ], [ 120.4524854, 30.1661003 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.453912, 30.1661853 ], [ 120.4542772, 30.1662496 ], [ 120.4543282, 30.1659455 ], [ 120.4542743, 30.1657501 ], [ 120.453942, 30.1656854 ], [ 120.4538416, 30.1660106 ], [ 120.453912, 30.1661853 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4521416, 30.1661143 ], [ 120.4521909, 30.1661581 ], [ 120.4522725, 30.1661733 ], [ 120.4523257, 30.1661504 ], [ 120.4523811, 30.1660766 ], [ 120.4523794, 30.1658749 ], [ 120.4522841, 30.165826 ], [ 120.4522287, 30.1658248 ], [ 120.4521353, 30.1658497 ], [ 120.4521018, 30.1658974 ], [ 120.4521416, 30.1661143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4554554, 30.1664168 ], [ 120.4554801, 30.1665922 ], [ 120.4557704, 30.1665648 ], [ 120.455771, 30.1665229 ], [ 120.4557761, 30.1662114 ], [ 120.455744, 30.1661374 ], [ 120.4554323, 30.1662522 ], [ 120.4554554, 30.1664168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.454256, 30.1664825 ], [ 120.4542769, 30.1666664 ], [ 120.4543467, 30.1667456 ], [ 120.4546317, 30.1667476 ], [ 120.4547273, 30.1663707 ], [ 120.4545615, 30.1663707 ], [ 120.4544067, 30.1662725 ], [ 120.4542176, 30.1663142 ], [ 120.4542174, 30.1664111 ], [ 120.454256, 30.1664825 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4550177, 30.1666925 ], [ 120.4550191, 30.1664011 ], [ 120.4548946, 30.1664011 ], [ 120.4548734, 30.1666924 ], [ 120.4550177, 30.1666925 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4517787, 30.1668563 ], [ 120.451853, 30.1669314 ], [ 120.4518979, 30.1668843 ], [ 120.4518926, 30.166814 ], [ 120.4518717, 30.1665636 ], [ 120.4518011, 30.1665636 ], [ 120.4517566, 30.1666086 ], [ 120.4517787, 30.1668563 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4379384, 30.1610988 ], [ 120.4378721, 30.161265 ], [ 120.4380894, 30.1615129 ], [ 120.4384072, 30.1614822 ], [ 120.438384, 30.1609006 ], [ 120.4381699, 30.1608641 ], [ 120.4378647, 30.1608793 ], [ 120.4379384, 30.1610988 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4400953, 30.1613219 ], [ 120.4401556, 30.1613801 ], [ 120.4403721, 30.1614015 ], [ 120.4405755, 30.1613682 ], [ 120.4407067, 30.1612921 ], [ 120.4407321, 30.1611848 ], [ 120.4406604, 30.1611282 ], [ 120.440569, 30.1610815 ], [ 120.4402814, 30.1610865 ], [ 120.440251, 30.1611876 ], [ 120.4400953, 30.1612189 ], [ 120.4400953, 30.1613219 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4382905, 30.1647356 ], [ 120.4388651, 30.1646921 ], [ 120.4396871, 30.1645743 ], [ 120.4398312, 30.1647235 ], [ 120.4398918, 30.1649614 ], [ 120.4398954, 30.1654209 ], [ 120.4398965, 30.1655609 ], [ 120.4400787, 30.1658945 ], [ 120.4404588, 30.1659225 ], [ 120.440433, 30.1664544 ], [ 120.4412562, 30.1666773 ], [ 120.4420529, 30.166893 ], [ 120.4430229, 30.1670085 ], [ 120.4430069, 30.1666685 ], [ 120.4429687, 30.1660371 ], [ 120.4431261, 30.1656503 ], [ 120.4435827, 30.1656023 ], [ 120.4441208, 30.1656545 ], [ 120.4443378, 30.1657973 ], [ 120.4443649, 30.166216 ], [ 120.4443023, 30.1667278 ], [ 120.4441181, 30.1668573 ], [ 120.4436366, 30.1669183 ], [ 120.4434186, 30.1669833 ], [ 120.4433802, 30.167332 ], [ 120.4436157, 30.167332 ], [ 120.4437861, 30.1671673 ], [ 120.4440879, 30.1671407 ], [ 120.4443069, 30.1669828 ], [ 120.4443432, 30.1671007 ], [ 120.4443545, 30.1671373 ], [ 120.444518, 30.1673764 ], [ 120.4446153, 30.1673334 ], [ 120.4445839, 30.16704 ], [ 120.4449093, 30.1669963 ], [ 120.4453878, 30.1671872 ], [ 120.4456074, 30.1668314 ], [ 120.4453434, 30.1668783 ], [ 120.4449991, 30.1668783 ], [ 120.4448615, 30.1668783 ], [ 120.4445525, 30.1668513 ], [ 120.4444638, 30.1666751 ], [ 120.4445049, 30.1664014 ], [ 120.4446543, 30.1661517 ], [ 120.4450105, 30.1660158 ], [ 120.4452852, 30.1660076 ], [ 120.4453359, 30.1654758 ], [ 120.4454067, 30.1650868 ], [ 120.4455295, 30.164956 ], [ 120.4457394, 30.1649219 ], [ 120.4457552, 30.165191 ], [ 120.4457432, 30.1654218 ], [ 120.4457982, 30.1656223 ], [ 120.4459671, 30.1657016 ], [ 120.4461125, 30.1652448 ], [ 120.4461125, 30.1648759 ], [ 120.446049, 30.1648217 ], [ 120.4457116, 30.1648002 ], [ 120.445444, 30.1648105 ], [ 120.4452871, 30.164621 ], [ 120.4454787, 30.1645171 ], [ 120.4459322, 30.1646077 ], [ 120.4461431, 30.1645865 ], [ 120.4461021, 30.164151 ], [ 120.4461456, 30.16336 ], [ 120.4446005, 30.1633498 ], [ 120.444565, 30.162831 ], [ 120.444754, 30.1624832 ], [ 120.4445657, 30.1621649 ], [ 120.4442827, 30.1620645 ], [ 120.4439364, 30.1619416 ], [ 120.4437914, 30.1618901 ], [ 120.4435547, 30.1616964 ], [ 120.4435541, 30.1613392 ], [ 120.4433342, 30.1611649 ], [ 120.4433501, 30.1609551 ], [ 120.4433728, 30.1606562 ], [ 120.4431625, 30.1606698 ], [ 120.4431713, 30.1610941 ], [ 120.4431938, 30.1618718 ], [ 120.443132, 30.1622507 ], [ 120.4427329, 30.1622971 ], [ 120.4419306, 30.1622911 ], [ 120.4414486, 30.1624681 ], [ 120.4415383, 30.1630187 ], [ 120.4412158, 30.1631249 ], [ 120.4410129, 30.1633488 ], [ 120.4410577, 30.1640147 ], [ 120.4410306, 30.1642346 ], [ 120.4407246, 30.1642321 ], [ 120.4406793, 30.1642163 ], [ 120.4403867, 30.1641141 ], [ 120.44026, 30.1644097 ], [ 120.4388062, 30.164409 ], [ 120.4381308, 30.1644251 ], [ 120.4382905, 30.1647356 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4510252, 30.1663786 ], [ 120.4516142, 30.1662048 ], [ 120.4515817, 30.1656657 ], [ 120.4515772, 30.1655899 ], [ 120.4509675, 30.1656109 ], [ 120.4510252, 30.1663786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4508996, 30.1668171 ], [ 120.4509876, 30.1667668 ], [ 120.4510177, 30.1665879 ], [ 120.4509494, 30.1665429 ], [ 120.4507902, 30.1665244 ], [ 120.4507806, 30.1668162 ], [ 120.4508996, 30.1668171 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4504338, 30.1669458 ], [ 120.4506163, 30.1669468 ], [ 120.4507849, 30.1669477 ], [ 120.4507825, 30.1668729 ], [ 120.4507806, 30.1668162 ], [ 120.4507738, 30.1666039 ], [ 120.4506252, 30.1664199 ], [ 120.4504991, 30.1664394 ], [ 120.4504246, 30.1667106 ], [ 120.4504338, 30.1669458 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4403913, 30.1672516 ], [ 120.4406133, 30.1666794 ], [ 120.4399739, 30.1664785 ], [ 120.4394917, 30.1663706 ], [ 120.4393282, 30.1668553 ], [ 120.4403913, 30.1672516 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4507904, 30.1671185 ], [ 120.4512179, 30.1671639 ], [ 120.4512658, 30.1670297 ], [ 120.4511152, 30.1669351 ], [ 120.4507825, 30.1668729 ], [ 120.4507904, 30.1671185 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4350739, 30.1639944 ], [ 120.4352042, 30.1640807 ], [ 120.4352477, 30.1643571 ], [ 120.4352483, 30.1644187 ], [ 120.43525, 30.1645816 ], [ 120.4353147, 30.1648231 ], [ 120.4353284, 30.1651455 ], [ 120.4353133, 30.165449 ], [ 120.4353899, 30.1655367 ], [ 120.4354783, 30.1655042 ], [ 120.4357493, 30.1654607 ], [ 120.4360484, 30.1655019 ], [ 120.4364724, 30.1656461 ], [ 120.4367485, 30.1659645 ], [ 120.4370618, 30.1662008 ], [ 120.4370549, 30.1665689 ], [ 120.436863, 30.1665674 ], [ 120.4367713, 30.1666426 ], [ 120.4370083, 30.166662 ], [ 120.4374532, 30.1666108 ], [ 120.4378129, 30.1666764 ], [ 120.4379826, 30.1668961 ], [ 120.4380421, 30.1670392 ], [ 120.4380019, 30.1672263 ], [ 120.4379407, 30.1672729 ], [ 120.4379476, 30.1674141 ], [ 120.4378297, 30.1675325 ], [ 120.4376123, 30.1675859 ], [ 120.4374045, 30.1675712 ], [ 120.4373136, 30.1676353 ], [ 120.4374231, 30.1677184 ], [ 120.4377012, 30.1678105 ], [ 120.4376074, 30.1684893 ], [ 120.4376994, 30.1686657 ], [ 120.4378438, 30.1686516 ], [ 120.4379291, 30.1684977 ], [ 120.438043, 30.168343 ], [ 120.4380893, 30.1679493 ], [ 120.4381636, 30.1673166 ], [ 120.4382109, 30.1672266 ], [ 120.4385225, 30.1672383 ], [ 120.4387961, 30.1676142 ], [ 120.4399423, 30.1686449 ], [ 120.4420362, 30.1703561 ], [ 120.4421543, 30.1706701 ], [ 120.442157, 30.1708865 ], [ 120.4422207, 30.1711172 ], [ 120.4420746, 30.1713541 ], [ 120.4419281, 30.1722078 ], [ 120.4416598, 30.1732465 ], [ 120.4416598, 30.1735203 ], [ 120.4419043, 30.1735489 ], [ 120.4419448, 30.1733632 ], [ 120.4421152, 30.1729052 ], [ 120.4429303, 30.1729711 ], [ 120.4429399, 30.1728442 ], [ 120.4421541, 30.1727354 ], [ 120.4420848, 30.1727258 ], [ 120.4422672, 30.1714711 ], [ 120.4423076, 30.1711215 ], [ 120.4423965, 30.1707667 ], [ 120.442419, 30.1705011 ], [ 120.4432927, 30.1708402 ], [ 120.4439642, 30.1712069 ], [ 120.4442778, 30.1713252 ], [ 120.4448836, 30.1717185 ], [ 120.4449105, 30.171736 ], [ 120.4448426, 30.1713843 ], [ 120.4440955, 30.1710232 ], [ 120.4426518, 30.1702137 ], [ 120.4425723, 30.1701187 ], [ 120.4425773, 30.1700027 ], [ 120.441983, 30.1697605 ], [ 120.4404355, 30.1686635 ], [ 120.4390579, 30.1673517 ], [ 120.4385539, 30.1668647 ], [ 120.4385166, 30.1664117 ], [ 120.4382692, 30.1662904 ], [ 120.4381637, 30.1659308 ], [ 120.4382191, 30.1655246 ], [ 120.4381754, 30.1653045 ], [ 120.4382006, 30.1651475 ], [ 120.438065, 30.1650173 ], [ 120.438195, 30.164896 ], [ 120.4382905, 30.1647356 ], [ 120.4381308, 30.1644251 ], [ 120.4380916, 30.1643691 ], [ 120.4381303, 30.16407 ], [ 120.4381612, 30.1638309 ], [ 120.4381728, 30.1634834 ], [ 120.4381728, 30.163351 ], [ 120.438263, 30.1632533 ], [ 120.4382511, 30.1626387 ], [ 120.4382849, 30.1622896 ], [ 120.4381886, 30.1618139 ], [ 120.437811, 30.1613738 ], [ 120.4377299, 30.1613204 ], [ 120.437668, 30.161463 ], [ 120.4377816, 30.1615025 ], [ 120.4379233, 30.1621892 ], [ 120.4380249, 30.1622044 ], [ 120.4380443, 30.1625602 ], [ 120.4380493, 30.162652 ], [ 120.4379412, 30.1627223 ], [ 120.4379535, 30.1630799 ], [ 120.4379681, 30.1634897 ], [ 120.4378826, 30.1638473 ], [ 120.4378079, 30.1643815 ], [ 120.4379117, 30.1647231 ], [ 120.4376832, 30.1647462 ], [ 120.4375455, 30.1648464 ], [ 120.4375598, 30.1650356 ], [ 120.4375043, 30.1655298 ], [ 120.4374228, 30.165704 ], [ 120.4372308, 30.1656972 ], [ 120.4369431, 30.1655542 ], [ 120.4356555, 30.1651511 ], [ 120.4356055, 30.1647161 ], [ 120.4355564, 30.1640857 ], [ 120.4354751, 30.16364 ], [ 120.4354309, 30.1631298 ], [ 120.4354298, 30.1629545 ], [ 120.4354282, 30.1626731 ], [ 120.4354214, 30.1625432 ], [ 120.4354162, 30.1624417 ], [ 120.4353624, 30.1621236 ], [ 120.4354349, 30.1617802 ], [ 120.4357687, 30.1616198 ], [ 120.4354132, 30.1615287 ], [ 120.4351493, 30.1615386 ], [ 120.4352009, 30.1622028 ], [ 120.4351235, 30.1625501 ], [ 120.4351452, 30.1628843 ], [ 120.4351489, 30.1636476 ], [ 120.4351147, 30.163707 ], [ 120.4350377, 30.1637421 ], [ 120.4350739, 30.1639944 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4507935, 30.1678365 ], [ 120.4508469, 30.1678306 ], [ 120.4510952, 30.1678032 ], [ 120.4511418, 30.16766 ], [ 120.4512209, 30.1672289 ], [ 120.450792, 30.1671686 ], [ 120.4507405, 30.1677908 ], [ 120.4507935, 30.1678365 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4517266, 30.1669574 ], [ 120.4517249, 30.166649 ], [ 120.4515141, 30.1666373 ], [ 120.4514054, 30.1669902 ], [ 120.4517266, 30.1669574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4512793, 30.1677943 ], [ 120.4513894, 30.1678068 ], [ 120.4515209, 30.1678219 ], [ 120.4515183, 30.1677497 ], [ 120.4513388, 30.1677401 ], [ 120.4514203, 30.1672005 ], [ 120.4520062, 30.1671966 ], [ 120.4520128, 30.1670719 ], [ 120.4513854, 30.1670393 ], [ 120.4513156, 30.1670439 ], [ 120.4512337, 30.1676859 ], [ 120.4512793, 30.1677943 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4534133, 30.167828 ], [ 120.4535677, 30.1678504 ], [ 120.4535314, 30.1672355 ], [ 120.4533932, 30.1672441 ], [ 120.4534133, 30.167828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4529245, 30.1677599 ], [ 120.4531499, 30.167734 ], [ 120.4531539, 30.1675562 ], [ 120.4529112, 30.1675796 ], [ 120.4529245, 30.1677599 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.456134, 30.1680747 ], [ 120.456446, 30.1680383 ], [ 120.4564599, 30.1679951 ], [ 120.4564544, 30.1679279 ], [ 120.456414, 30.1674274 ], [ 120.4562404, 30.167449 ], [ 120.4562309, 30.1675983 ], [ 120.4562286, 30.167635 ], [ 120.4563127, 30.167935 ], [ 120.4561149, 30.1679501 ], [ 120.456134, 30.1680747 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4553378, 30.1678667 ], [ 120.4553937, 30.1678954 ], [ 120.4553937, 30.1679862 ], [ 120.4555393, 30.1679944 ], [ 120.4554808, 30.167577 ], [ 120.4553037, 30.1675916 ], [ 120.4553378, 30.1678667 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4557142, 30.1684509 ], [ 120.4557869, 30.1685054 ], [ 120.4561096, 30.1685341 ], [ 120.4560715, 30.1683504 ], [ 120.4560438, 30.1682165 ], [ 120.4556918, 30.1682337 ], [ 120.4557142, 30.1684509 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4550678, 30.1684695 ], [ 120.4550678, 30.1685588 ], [ 120.4550389, 30.1686796 ], [ 120.455137, 30.1686446 ], [ 120.455182, 30.1685374 ], [ 120.4554951, 30.168522 ], [ 120.4555119, 30.1684157 ], [ 120.4551899, 30.1684227 ], [ 120.455144, 30.1683376 ], [ 120.455002, 30.1683518 ], [ 120.4549985, 30.1684486 ], [ 120.4550678, 30.1684695 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4545607, 30.1687195 ], [ 120.454887, 30.1687685 ], [ 120.4549636, 30.168661 ], [ 120.4549788, 30.1685486 ], [ 120.4545715, 30.1685242 ], [ 120.4545411, 30.1686735 ], [ 120.4545607, 30.1687195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4518087, 30.169223 ], [ 120.4519986, 30.1691655 ], [ 120.4520345, 30.1688771 ], [ 120.4519893, 30.1687528 ], [ 120.4519609, 30.1686777 ], [ 120.4518198, 30.1686447 ], [ 120.4518186, 30.1683324 ], [ 120.4517407, 30.1683346 ], [ 120.4516806, 30.1687602 ], [ 120.4515878, 30.1687649 ], [ 120.4515765, 30.1689768 ], [ 120.4514606, 30.169026 ], [ 120.4514491, 30.169237 ], [ 120.4518087, 30.169223 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4558596, 30.169573 ], [ 120.4560062, 30.1695826 ], [ 120.4559228, 30.1690064 ], [ 120.4557654, 30.1690237 ], [ 120.4558596, 30.169573 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4548949, 30.1695522 ], [ 120.4551084, 30.1695448 ], [ 120.4550496, 30.1690985 ], [ 120.4548292, 30.169124 ], [ 120.4548949, 30.1695522 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4726748, 30.172402 ], [ 120.4730668, 30.172408 ], [ 120.4730294, 30.1722102 ], [ 120.4727122, 30.1722508 ], [ 120.4726644, 30.172275 ], [ 120.4726748, 30.172402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4629974, 30.1853071 ], [ 120.4630458, 30.1853091 ], [ 120.463282, 30.1852296 ], [ 120.4633725, 30.1852362 ], [ 120.4638645, 30.185037 ], [ 120.4642009, 30.184896 ], [ 120.4641643, 30.1847823 ], [ 120.464043, 30.1847604 ], [ 120.4639382, 30.1847802 ], [ 120.4635676, 30.1849104 ], [ 120.4635537, 30.1849448 ], [ 120.4632883, 30.1850241 ], [ 120.4631932, 30.1851083 ], [ 120.4629659, 30.1851931 ], [ 120.4629418, 30.1852339 ], [ 120.4629974, 30.1853071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.466967, 30.1852132 ], [ 120.4670456, 30.1852358 ], [ 120.4677177, 30.1850178 ], [ 120.4677839, 30.1849826 ], [ 120.4677629, 30.1849307 ], [ 120.4676296, 30.1848566 ], [ 120.4669891, 30.1851221 ], [ 120.4669453, 30.185166 ], [ 120.466967, 30.1852132 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4632096, 30.1860786 ], [ 120.4644685, 30.1856344 ], [ 120.4644307, 30.1855323 ], [ 120.4643837, 30.1855147 ], [ 120.4631419, 30.185935 ], [ 120.4632096, 30.1860786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.463534, 30.1868857 ], [ 120.4640745, 30.1866877 ], [ 120.4640144, 30.1865596 ], [ 120.4634464, 30.1867124 ], [ 120.463534, 30.1868857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.462211, 30.2174411 ], [ 120.4627434, 30.2172794 ], [ 120.4626403, 30.2169926 ], [ 120.4625027, 30.2169985 ], [ 120.4624258, 30.2167327 ], [ 120.4624585, 30.2166448 ], [ 120.4623925, 30.2164734 ], [ 120.461892, 30.2166203 ], [ 120.462211, 30.2174411 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4629777, 30.2193724 ], [ 120.463005, 30.2194604 ], [ 120.4631529, 30.2194359 ], [ 120.4634318, 30.2193813 ], [ 120.4634954, 30.2193234 ], [ 120.4634623, 30.2191064 ], [ 120.4633467, 30.21896 ], [ 120.4631804, 30.2190028 ], [ 120.462986, 30.2191007 ], [ 120.4629446, 30.2191953 ], [ 120.4629777, 30.2193724 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.46328, 30.220401 ], [ 120.463335, 30.2204556 ], [ 120.463277, 30.2205688 ], [ 120.4633226, 30.2209029 ], [ 120.4633968, 30.2211803 ], [ 120.4634524, 30.2212176 ], [ 120.4636978, 30.2211362 ], [ 120.4639242, 30.2211615 ], [ 120.4641628, 30.2210913 ], [ 120.4641628, 30.2209608 ], [ 120.4642719, 30.2209155 ], [ 120.4644136, 30.2208468 ], [ 120.4644121, 30.2207536 ], [ 120.4643648, 30.2206479 ], [ 120.4642639, 30.2206524 ], [ 120.4641123, 30.2207104 ], [ 120.4640438, 30.220598 ], [ 120.4639829, 30.2204684 ], [ 120.4639035, 30.2204703 ], [ 120.4639234, 30.220295 ], [ 120.4638711, 30.2201293 ], [ 120.4637187, 30.2201077 ], [ 120.4635278, 30.2201754 ], [ 120.4632582, 30.2202223 ], [ 120.4632438, 30.2202757 ], [ 120.46328, 30.220401 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4382234, 30.1995398 ], [ 120.4384476, 30.1994669 ], [ 120.4382795, 30.1990214 ], [ 120.4381828, 30.1990214 ], [ 120.4380739, 30.1990646 ], [ 120.4382234, 30.1995398 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4370883, 30.1995544 ], [ 120.4372653, 30.1995592 ], [ 120.4374549, 30.1994698 ], [ 120.4373682, 30.1992915 ], [ 120.4372608, 30.1992537 ], [ 120.4369338, 30.1994144 ], [ 120.4370883, 30.1995544 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4375636, 30.2032736 ], [ 120.4376264, 30.2034218 ], [ 120.4378607, 30.2039744 ], [ 120.4379629, 30.2042156 ], [ 120.438042, 30.2043523 ], [ 120.4381313, 30.2044957 ], [ 120.4381288, 30.2045772 ], [ 120.4380956, 30.204639 ], [ 120.4381254, 30.2048276 ], [ 120.4381339, 30.2048816 ], [ 120.4381083, 30.2049235 ], [ 120.4380522, 30.2049499 ], [ 120.4385338, 30.2048747 ], [ 120.4384562, 30.2048622 ], [ 120.4384165, 30.2048123 ], [ 120.4383876, 30.2046829 ], [ 120.4382938, 30.2044755 ], [ 120.4382234, 30.2042369 ], [ 120.437776, 30.2031905 ], [ 120.4378066, 30.2030705 ], [ 120.4378842, 30.2029504 ], [ 120.4384869, 30.2020693 ], [ 120.4387413, 30.2017434 ], [ 120.4389073, 30.2015828 ], [ 120.4389795, 30.2014767 ], [ 120.4390011, 30.2013099 ], [ 120.438929, 30.2008311 ], [ 120.4388929, 30.2006377 ], [ 120.4389193, 30.2004175 ], [ 120.4389882, 30.2002587 ], [ 120.439177, 30.2000227 ], [ 120.4394475, 30.1997911 ], [ 120.4397358, 30.1995441 ], [ 120.4401849, 30.1992221 ], [ 120.4404835, 30.199017 ], [ 120.4406187, 30.1989001 ], [ 120.4406468, 30.1986752 ], [ 120.440532, 30.1981679 ], [ 120.4402105, 30.1972504 ], [ 120.4400911, 30.1968183 ], [ 120.4398175, 30.1958279 ], [ 120.4397027, 30.1954088 ], [ 120.4396184, 30.1951265 ], [ 120.4396082, 30.1949898 ], [ 120.4396261, 30.1949126 ], [ 120.4396873, 30.1948332 ], [ 120.4398098, 30.1947406 ], [ 120.4390979, 30.1949016 ], [ 120.4392535, 30.194981 ], [ 120.4393275, 30.1950361 ], [ 120.4393607, 30.195131 ], [ 120.4394245, 30.1954155 ], [ 120.4394066, 30.195475 ], [ 120.4396184, 30.196194 ], [ 120.4398803, 30.1970816 ], [ 120.4400089, 30.1975173 ], [ 120.4400677, 30.1977401 ], [ 120.4401696, 30.198126 ], [ 120.440287, 30.1985958 ], [ 120.4403151, 30.1987127 ], [ 120.4402819, 30.1987987 ], [ 120.4402028, 30.1988671 ], [ 120.4397435, 30.1991802 ], [ 120.439621, 30.1992971 ], [ 120.4392893, 30.1996037 ], [ 120.4388988, 30.1999477 ], [ 120.4388274, 30.2000558 ], [ 120.4386947, 30.2002719 ], [ 120.438636, 30.2004086 ], [ 120.4386079, 30.2005211 ], [ 120.438672, 30.2008587 ], [ 120.4387077, 30.2010197 ], [ 120.4387179, 30.2011807 ], [ 120.438653, 30.201367 ], [ 120.4375939, 30.2029065 ], [ 120.4375424, 30.2030664 ], [ 120.4375211, 30.2031582 ], [ 120.4375636, 30.2032736 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.43671, 30.2037025 ], [ 120.43683, 30.2038124 ], [ 120.4367634, 30.2040446 ], [ 120.4369503, 30.2042077 ], [ 120.4376264, 30.2034218 ], [ 120.4374892, 30.2032269 ], [ 120.4372029, 30.2033326 ], [ 120.4370495, 30.2031783 ], [ 120.4366515, 30.2033017 ], [ 120.43671, 30.2037025 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4476232, 30.2070099 ], [ 120.447667, 30.2070287 ], [ 120.4478426, 30.2069914 ], [ 120.4477681, 30.2067634 ], [ 120.4475453, 30.2068022 ], [ 120.4476232, 30.2070099 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4492664, 30.208365 ], [ 120.4498282, 30.2082246 ], [ 120.4497559, 30.2080087 ], [ 120.4491942, 30.2081492 ], [ 120.4492664, 30.208365 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4453419, 30.2085656 ], [ 120.4454909, 30.208523 ], [ 120.4453531, 30.2081635 ], [ 120.4452042, 30.2082061 ], [ 120.4453419, 30.2085656 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4465254, 30.2089648 ], [ 120.44677, 30.2088843 ], [ 120.4467196, 30.208685 ], [ 120.4464533, 30.2087386 ], [ 120.4465254, 30.2089648 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.449318, 30.2114512 ], [ 120.4494375, 30.2114859 ], [ 120.4499453, 30.2113669 ], [ 120.4500054, 30.2113265 ], [ 120.4500066, 30.2111851 ], [ 120.4499317, 30.2110433 ], [ 120.449711, 30.2110572 ], [ 120.4495364, 30.2111567 ], [ 120.4493608, 30.2111557 ], [ 120.4492586, 30.211163 ], [ 120.4492211, 30.2112098 ], [ 120.449318, 30.2114512 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.448106, 30.2136413 ], [ 120.4483115, 30.2135771 ], [ 120.4482015, 30.2132855 ], [ 120.4479934, 30.2133588 ], [ 120.448106, 30.2136413 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5130507, 30.2071433 ], [ 120.5151196, 30.2066171 ], [ 120.5150912, 30.2065309 ], [ 120.5130197, 30.2069811 ], [ 120.5130507, 30.2071433 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5145855, 30.20741 ], [ 120.5150689, 30.2072637 ], [ 120.5153673, 30.2072585 ], [ 120.515507, 30.2071838 ], [ 120.5154574, 30.207095 ], [ 120.5145945, 30.2072515 ], [ 120.5144923, 30.2073772 ], [ 120.5145855, 30.20741 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5135, 30.2075526 ], [ 120.513773, 30.2075669 ], [ 120.5138878, 30.2074944 ], [ 120.5139522, 30.2073662 ], [ 120.5138669, 30.2073413 ], [ 120.5133659, 30.2074092 ], [ 120.5135, 30.2075526 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5136214, 30.2081733 ], [ 120.5140747, 30.2080621 ], [ 120.5143924, 30.2079917 ], [ 120.5153537, 30.2078638 ], [ 120.5157892, 30.2078058 ], [ 120.5156266, 30.207704 ], [ 120.513563, 30.2080195 ], [ 120.5136214, 30.2081733 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "小泗埠避塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4762578, 30.3011657 ], [ 120.4839589, 30.3011283 ], [ 120.4845507, 30.3010722 ], [ 120.4843775, 30.3000378 ], [ 120.4837135, 30.3000689 ], [ 120.4762073, 30.3000939 ], [ 120.4762578, 30.3011657 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4796805, 30.3074189 ], [ 120.4799828, 30.3077768 ], [ 120.4802316, 30.3078891 ], [ 120.4807865, 30.3081516 ], [ 120.4809903, 30.3085128 ], [ 120.4810654, 30.3090778 ], [ 120.4811333, 30.3096339 ], [ 120.4814881, 30.3104848 ], [ 120.4815053, 30.3116249 ], [ 120.4813551, 30.3117916 ], [ 120.480925, 30.3121492 ], [ 120.479693, 30.3122598 ], [ 120.4796795, 30.3123669 ], [ 120.4797366, 30.3125527 ], [ 120.4803359, 30.3128938 ], [ 120.4809903, 30.3129864 ], [ 120.4812585, 30.3131161 ], [ 120.4812478, 30.3134218 ], [ 120.4811727, 30.3139034 ], [ 120.4815268, 30.314598 ], [ 120.4819344, 30.3149685 ], [ 120.4820847, 30.3156909 ], [ 120.4821919, 30.3160243 ], [ 120.4824172, 30.3166541 ], [ 120.4828035, 30.3168486 ], [ 120.4832756, 30.3168857 ], [ 120.4838871, 30.318738 ], [ 120.4841875, 30.31959 ], [ 120.4842982, 30.3199281 ], [ 120.4843883, 30.3201744 ], [ 120.4846955, 30.3200382 ], [ 120.4847561, 30.3198493 ], [ 120.4847472, 30.3197858 ], [ 120.4847132, 30.3195437 ], [ 120.4831575, 30.3154408 ], [ 120.4829751, 30.3145332 ], [ 120.4830502, 30.3139126 ], [ 120.4834472, 30.3132921 ], [ 120.4838864, 30.3128203 ], [ 120.4839086, 30.3118565 ], [ 120.4843311, 30.3110643 ], [ 120.4847972, 30.3110168 ], [ 120.4851436, 30.3110276 ], [ 120.4854191, 30.3109758 ], [ 120.4859431, 30.3104721 ], [ 120.4857291, 30.310345 ], [ 120.4858491, 30.3101664 ], [ 120.4859908, 30.3101731 ], [ 120.4865902, 30.3096563 ], [ 120.4865821, 30.3090001 ], [ 120.4869277, 30.308855 ], [ 120.4872732, 30.3086292 ], [ 120.4878897, 30.3085566 ], [ 120.4885528, 30.3082583 ], [ 120.4885541, 30.3080497 ], [ 120.4866659, 30.3079015 ], [ 120.4857754, 30.3080404 ], [ 120.4846274, 30.3079478 ], [ 120.4839729, 30.3079756 ], [ 120.4836832, 30.3080497 ], [ 120.483179, 30.3080589 ], [ 120.4830487, 30.3078032 ], [ 120.482092, 30.3077632 ], [ 120.4816888, 30.3078279 ], [ 120.4810761, 30.3075773 ], [ 120.4810629, 30.3073707 ], [ 120.4811496, 30.3070077 ], [ 120.4808187, 30.3067714 ], [ 120.4805612, 30.3065584 ], [ 120.4802071, 30.3066047 ], [ 120.4797256, 30.3066989 ], [ 120.479655, 30.3068681 ], [ 120.4796805, 30.3074189 ] ], [ [ 120.4822772, 30.3106504 ], [ 120.4825667, 30.3103198 ], [ 120.4829964, 30.3102876 ], [ 120.4832672, 30.3106101 ], [ 120.483398, 30.3108681 ], [ 120.4833793, 30.3116261 ], [ 120.4831925, 30.3120615 ], [ 120.4828189, 30.3121663 ], [ 120.482436, 30.3121824 ], [ 120.4822959, 30.3119889 ], [ 120.4822212, 30.3117148 ], [ 120.4822025, 30.3108762 ], [ 120.4822772, 30.3106504 ] ], [ [ 120.4861857, 30.3081905 ], [ 120.4864145, 30.3081421 ], [ 120.4866153, 30.3081502 ], [ 120.4869936, 30.3081058 ], [ 120.4871337, 30.3081502 ], [ 120.4871477, 30.3082429 ], [ 120.4870309, 30.3084163 ], [ 120.4867367, 30.3085493 ], [ 120.4863911, 30.3086259 ], [ 120.4861623, 30.3086662 ], [ 120.4857514, 30.3085775 ], [ 120.485728, 30.3084122 ], [ 120.4861857, 30.3081905 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "东沙湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4848613, 30.3199786 ], [ 120.485137, 30.31986 ], [ 120.4854005, 30.3197247 ], [ 120.4857168, 30.3196531 ], [ 120.4860353, 30.3196592 ], [ 120.4863538, 30.3196409 ], [ 120.4865733, 30.3195676 ], [ 120.4867431, 30.3196043 ], [ 120.4869059, 30.3197265 ], [ 120.487182, 30.3198303 ], [ 120.4873306, 30.3200381 ], [ 120.4873943, 30.3202275 ], [ 120.4872386, 30.320643 ], [ 120.4869555, 30.3209179 ], [ 120.486644, 30.3209729 ], [ 120.4863751, 30.3210768 ], [ 120.4861485, 30.3211135 ], [ 120.4859574, 30.321089 ], [ 120.4858725, 30.3209607 ], [ 120.4858229, 30.3208018 ], [ 120.4856743, 30.320698 ], [ 120.4856177, 30.3205147 ], [ 120.4856601, 30.3203802 ], [ 120.4856531, 30.3202519 ], [ 120.4854903, 30.3201542 ], [ 120.4853062, 30.3201664 ], [ 120.4851576, 30.3202458 ], [ 120.4851434, 30.320368 ], [ 120.4852354, 30.320478 ], [ 120.4855681, 30.320698 ], [ 120.4855894, 30.3208568 ], [ 120.4855752, 30.3209607 ], [ 120.4854336, 30.3210035 ], [ 120.4854124, 30.3212723 ], [ 120.485554, 30.3213334 ], [ 120.4857592, 30.3212418 ], [ 120.4865114, 30.3212427 ], [ 120.4865208, 30.3212456 ], [ 120.4865234, 30.3212523 ], [ 120.4865218, 30.3214633 ], [ 120.4865271, 30.3214711 ], [ 120.4865352, 30.321474 ], [ 120.4868936, 30.3214728 ], [ 120.4868983, 30.3214757 ], [ 120.4869005, 30.3214805 ], [ 120.4868979, 30.3216488 ], [ 120.4869011, 30.3216538 ], [ 120.486907, 30.3216572 ], [ 120.487259, 30.3216569 ], [ 120.4872671, 30.3216602 ], [ 120.4872706, 30.321665 ], [ 120.4872771, 30.3218618 ], [ 120.4872813, 30.3218671 ], [ 120.4872892, 30.3218705 ], [ 120.4874354, 30.3218715 ], [ 120.4874389, 30.3218708 ], [ 120.4874418, 30.321868 ], [ 120.4874414, 30.3218562 ], [ 120.4874435, 30.3218539 ], [ 120.4874474, 30.3218527 ], [ 120.4875475, 30.3218528 ], [ 120.4875509, 30.3218556 ], [ 120.4875532, 30.3218637 ], [ 120.4875571, 30.3218657 ], [ 120.4877737, 30.3218655 ], [ 120.4877775, 30.3218641 ], [ 120.4877806, 30.3218608 ], [ 120.4877801, 30.3218348 ], [ 120.4877822, 30.3218318 ], [ 120.4877861, 30.321831 ], [ 120.4878864, 30.3218303 ], [ 120.4878892, 30.3218313 ], [ 120.4878909, 30.3218333 ], [ 120.4878906, 30.3218396 ], [ 120.4878928, 30.3218425 ], [ 120.4878965, 30.3218439 ], [ 120.4880161, 30.3218441 ], [ 120.4880179, 30.3218462 ], [ 120.4880182, 30.3218583 ], [ 120.4880188, 30.3218606 ], [ 120.4880209, 30.3218618 ], [ 120.4880482, 30.3218616 ], [ 120.4880504, 30.3218598 ], [ 120.4880517, 30.3218559 ], [ 120.4880542, 30.3218539 ], [ 120.4880577, 30.321853 ], [ 120.4882484, 30.3218528 ], [ 120.4882541, 30.321854 ], [ 120.4882571, 30.3218563 ], [ 120.4882597, 30.3218604 ], [ 120.4882644, 30.3218627 ], [ 120.4882711, 30.3218628 ], [ 120.4882762, 30.3218613 ], [ 120.4882786, 30.3218577 ], [ 120.4882788, 30.3218265 ], [ 120.4882813, 30.3218255 ], [ 120.4884568, 30.3218252 ], [ 120.4884602, 30.3218258 ], [ 120.4884617, 30.3218275 ], [ 120.4884623, 30.3218324 ], [ 120.4884649, 30.3218364 ], [ 120.4884686, 30.3218374 ], [ 120.4884732, 30.3218368 ], [ 120.4884758, 30.3218343 ], [ 120.4884763, 30.3218061 ], [ 120.4884777, 30.3218043 ], [ 120.4884813, 30.3218034 ], [ 120.4885342, 30.3218035 ], [ 120.4885366, 30.3218029 ], [ 120.4885379, 30.3218013 ], [ 120.4885384, 30.3217852 ], [ 120.4885402, 30.3217839 ], [ 120.4886996, 30.3217853 ], [ 120.488702, 30.3217867 ], [ 120.4887031, 30.3217891 ], [ 120.488704, 30.3218326 ], [ 120.4887054, 30.3218347 ], [ 120.4887085, 30.3218357 ], [ 120.4887855, 30.3218363 ], [ 120.4888848, 30.3218392 ], [ 120.4888948, 30.3218372 ], [ 120.4889056, 30.321832 ], [ 120.4890098, 30.3217449 ], [ 120.4891225, 30.3216771 ], [ 120.489382, 30.3215052 ], [ 120.489445, 30.321478 ], [ 120.4894953, 30.3214705 ], [ 120.4895369, 30.3214746 ], [ 120.4895966, 30.3214994 ], [ 120.489732, 30.3215064 ], [ 120.4898608, 30.3214867 ], [ 120.4899546, 30.3214485 ], [ 120.4900928, 30.3213466 ], [ 120.4901732, 30.3213142 ], [ 120.4905514, 30.3212957 ], [ 120.4905756, 30.3213003 ], [ 120.4906051, 30.3213478 ], [ 120.4906614, 30.321386 ], [ 120.4907353, 30.321419 ], [ 120.4908586, 30.3215238 ], [ 120.4908907, 30.3215747 ], [ 120.4909444, 30.321621 ], [ 120.4910034, 30.3216349 ], [ 120.4912875, 30.3216023 ], [ 120.4914339, 30.3215851 ], [ 120.4915398, 30.3216036 ], [ 120.4916552, 30.3216731 ], [ 120.491875, 30.3218711 ], [ 120.4924696, 30.3218589 ], [ 120.4924625, 30.3217428 ], [ 120.4927173, 30.3217367 ], [ 120.4927173, 30.3216512 ], [ 120.4933827, 30.3216389 ], [ 120.4933756, 30.3218524 ], [ 120.4936592, 30.3218587 ], [ 120.4936705, 30.3220792 ], [ 120.494104, 30.3220566 ], [ 120.494098, 30.3219386 ], [ 120.4943416, 30.321934 ], [ 120.4943416, 30.3218686 ], [ 120.4945833, 30.3218682 ], [ 120.4945768, 30.3218084 ], [ 120.4947773, 30.3218009 ], [ 120.4947773, 30.3215451 ], [ 120.4951607, 30.3215225 ], [ 120.4951694, 30.3214323 ], [ 120.4956574, 30.3214247 ], [ 120.4956662, 30.321357 ], [ 120.4961803, 30.3213495 ], [ 120.4967642, 30.3213119 ], [ 120.4979668, 30.3212818 ], [ 120.4981498, 30.3212141 ], [ 120.4989864, 30.3212743 ], [ 120.5000409, 30.3212969 ], [ 120.5009123, 30.3212818 ], [ 120.501714, 30.3212743 ], [ 120.5020016, 30.3212969 ], [ 120.5025245, 30.3213194 ], [ 120.5026465, 30.3214022 ], [ 120.5026814, 30.3210862 ], [ 120.5024286, 30.3210937 ], [ 120.5021236, 30.3210937 ], [ 120.5018883, 30.3210712 ], [ 120.5015572, 30.321026 ], [ 120.5011302, 30.3210185 ], [ 120.5006422, 30.3209884 ], [ 120.5004504, 30.3209358 ], [ 120.500372, 30.3208004 ], [ 120.5000147, 30.3207477 ], [ 120.499457, 30.3207477 ], [ 120.4992827, 30.3207853 ], [ 120.4991345, 30.3209207 ], [ 120.4989515, 30.321026 ], [ 120.4981062, 30.3210862 ], [ 120.4978012, 30.3210411 ], [ 120.4972348, 30.3208982 ], [ 120.4969908, 30.3209057 ], [ 120.4967816, 30.3209583 ], [ 120.4965986, 30.3209057 ], [ 120.4964679, 30.3208154 ], [ 120.4960757, 30.32068 ], [ 120.4960147, 30.3205296 ], [ 120.4961455, 30.320334 ], [ 120.4964243, 30.3200857 ], [ 120.4964505, 30.3197547 ], [ 120.4968252, 30.3194237 ], [ 120.4971738, 30.3196344 ], [ 120.4974004, 30.3195742 ], [ 120.4974788, 30.3194689 ], [ 120.4975311, 30.3192658 ], [ 120.4974701, 30.3190777 ], [ 120.4973045, 30.3187091 ], [ 120.4978187, 30.3186339 ], [ 120.4978971, 30.3184232 ], [ 120.4976966, 30.3184007 ], [ 120.4977141, 30.3181524 ], [ 120.4976008, 30.3181449 ], [ 120.4973481, 30.3182201 ], [ 120.4970692, 30.3181599 ], [ 120.4969385, 30.3182051 ], [ 120.4967903, 30.3182728 ], [ 120.4967468, 30.3183631 ], [ 120.4967991, 30.3184082 ], [ 120.4968426, 30.3184834 ], [ 120.4967032, 30.3185361 ], [ 120.4967032, 30.3186113 ], [ 120.4970866, 30.3186113 ], [ 120.4971215, 30.318664 ], [ 120.4967293, 30.3187091 ], [ 120.4965115, 30.3187693 ], [ 120.4963285, 30.3188821 ], [ 120.4959886, 30.3186489 ], [ 120.4957272, 30.3185436 ], [ 120.4954396, 30.3186263 ], [ 120.495335, 30.3187618 ], [ 120.4953437, 30.3189273 ], [ 120.4953263, 30.3191078 ], [ 120.49503, 30.3191605 ], [ 120.4946989, 30.3190175 ], [ 120.4944548, 30.3187843 ], [ 120.4939058, 30.318017 ], [ 120.4937664, 30.3179117 ], [ 120.4935485, 30.3179042 ], [ 120.4934091, 30.318002 ], [ 120.4932958, 30.3181299 ], [ 120.4930257, 30.3182427 ], [ 120.4928949, 30.3182502 ], [ 120.4920932, 30.318175 ], [ 120.4918074, 30.3181781 ], [ 120.491733, 30.3181995 ], [ 120.4915486, 30.3182991 ], [ 120.4914956, 30.3183529 ], [ 120.4914118, 30.3184872 ], [ 120.4912381, 30.318772 ], [ 120.4911818, 30.3188148 ], [ 120.4909323, 30.3188837 ], [ 120.4908324, 30.3189225 ], [ 120.4907419, 30.3189688 ], [ 120.4906889, 30.3190319 ], [ 120.4906601, 30.3191326 ], [ 120.4906688, 30.3193369 ], [ 120.4907171, 30.3194845 ], [ 120.490827, 30.3196379 ], [ 120.4908472, 30.319686 ], [ 120.4908378, 30.3197716 ], [ 120.4908492, 30.3198168 ], [ 120.4909611, 30.3199812 ], [ 120.4909806, 30.3200257 ], [ 120.4909833, 30.3200784 ], [ 120.4909611, 30.3203013 ], [ 120.4908351, 30.3205311 ], [ 120.4906446, 30.3207661 ], [ 120.4905997, 30.3208917 ], [ 120.4905823, 30.3209368 ], [ 120.4905769, 30.3209811 ], [ 120.4905716, 30.3209901 ], [ 120.4905605, 30.3209938 ], [ 120.4901893, 30.3209889 ], [ 120.4901692, 30.320982 ], [ 120.4901551, 30.3209652 ], [ 120.4901196, 30.3207933 ], [ 120.4900854, 30.3207666 ], [ 120.4900104, 30.3207327 ], [ 120.4899305, 30.3206787 ], [ 120.4898903, 30.3205976 ], [ 120.4898849, 30.320211 ], [ 120.4897951, 30.3200315 ], [ 120.4897669, 30.319859 ], [ 120.4897548, 30.3194805 ], [ 120.4897682, 30.319389 ], [ 120.4898152, 30.3193034 ], [ 120.4899251, 30.3192223 ], [ 120.4900257, 30.3191806 ], [ 120.49007, 30.3191424 ], [ 120.4900874, 30.3190834 ], [ 120.49007, 30.319029 ], [ 120.490023, 30.319 ], [ 120.4898326, 30.3189757 ], [ 120.4897763, 30.3189537 ], [ 120.4897267, 30.318875 ], [ 120.4896435, 30.318838 ], [ 120.4895067, 30.3188241 ], [ 120.4894423, 30.3187986 ], [ 120.4893418, 30.3187882 ], [ 120.4888165, 30.3188671 ], [ 120.488584, 30.3188495 ], [ 120.4883748, 30.3188194 ], [ 120.4882675, 30.318852 ], [ 120.4878492, 30.3187994 ], [ 120.4876139, 30.3189498 ], [ 120.4872392, 30.3192357 ], [ 120.4866379, 30.3193034 ], [ 120.4863678, 30.3193184 ], [ 120.4861935, 30.3192959 ], [ 120.486054, 30.3192507 ], [ 120.4858188, 30.3192432 ], [ 120.4856009, 30.3192206 ], [ 120.4854615, 30.3192959 ], [ 120.4853482, 30.3193937 ], [ 120.4853133, 30.3195441 ], [ 120.485201, 30.3196601 ], [ 120.4847472, 30.3197858 ], [ 120.4847561, 30.3198493 ], [ 120.4846955, 30.3200382 ], [ 120.4848613, 30.3199786 ] ], [ [ 120.4930358, 30.3182905 ], [ 120.4932128, 30.3182233 ], [ 120.4933473, 30.3182417 ], [ 120.4934747, 30.318205 ], [ 120.4936375, 30.3181867 ], [ 120.4937578, 30.3182233 ], [ 120.4937083, 30.3186083 ], [ 120.4935738, 30.3187488 ], [ 120.4931774, 30.318761 ], [ 120.4930783, 30.3186816 ], [ 120.4929084, 30.3186633 ], [ 120.4928093, 30.3186144 ], [ 120.4927952, 30.3185411 ], [ 120.4930358, 30.3182905 ] ], [ [ 120.49516, 30.320695 ], [ 120.4952874, 30.3205545 ], [ 120.4954432, 30.3204628 ], [ 120.4956555, 30.3205117 ], [ 120.4957617, 30.3206156 ], [ 120.4958325, 30.3207439 ], [ 120.4958325, 30.320915 ], [ 120.4957688, 30.3210311 ], [ 120.4955281, 30.3210188 ], [ 120.4952308, 30.320915 ], [ 120.495153, 30.3207989 ], [ 120.49516, 30.320695 ] ], [ [ 120.4954856, 30.3189169 ], [ 120.4956131, 30.3189292 ], [ 120.4958042, 30.3190452 ], [ 120.4958112, 30.3191308 ], [ 120.4957334, 30.3191797 ], [ 120.4955706, 30.3191736 ], [ 120.4954149, 30.319033 ], [ 120.4954856, 30.3189169 ] ], [ [ 120.4963805, 30.3209635 ], [ 120.4963934, 30.3209405 ], [ 120.4964141, 30.3209222 ], [ 120.4964404, 30.3209104 ], [ 120.4964696, 30.3209063 ], [ 120.4964988, 30.3209104 ], [ 120.4965251, 30.3209222 ], [ 120.4965458, 30.3209405 ], [ 120.4965587, 30.3209635 ], [ 120.4965626, 30.3209888 ], [ 120.4965564, 30.3210157 ], [ 120.49654, 30.3210392 ], [ 120.4965154, 30.3210566 ], [ 120.4964855, 30.3210658 ], [ 120.4964537, 30.3210658 ], [ 120.4964238, 30.3210566 ], [ 120.4963993, 30.3210392 ], [ 120.4963829, 30.3210157 ], [ 120.4963766, 30.3209889 ], [ 120.4963805, 30.3209635 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4890048, 30.3230088 ], [ 120.4890397, 30.3229818 ], [ 120.4891441, 30.3230823 ], [ 120.4891963, 30.3230419 ], [ 120.489285, 30.3231274 ], [ 120.489344, 30.3230818 ], [ 120.4891986, 30.3229419 ], [ 120.4891453, 30.3229831 ], [ 120.4890224, 30.3228648 ], [ 120.4889297, 30.3229365 ], [ 120.4890048, 30.3230088 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5869034, 30.1501955 ], [ 120.586913093511043, 30.150061991212919 ], [ 120.586576627013557, 30.150145468173843 ], [ 120.5869034, 30.1501955 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6038995, 30.3617559 ], [ 120.6039359, 30.3615148 ], [ 120.6039814, 30.3614544 ], [ 120.6042228, 30.361474 ], [ 120.6042752, 30.3613729 ], [ 120.6043592, 30.3613412 ], [ 120.6044502, 30.3613382 ], [ 120.6044921, 30.3613593 ], [ 120.6045168, 30.3614361 ], [ 120.6045985, 30.3614382 ], [ 120.6049423, 30.3614318 ], [ 120.6065975, 30.3613975 ], [ 120.6156023, 30.3611319 ], [ 120.6262374, 30.3608179 ], [ 120.6324285, 30.3606272 ], [ 120.6345765, 30.3605608 ], [ 120.6345975, 30.3607631 ], [ 120.6347898, 30.3607631 ], [ 120.6349263, 30.3607631 ], [ 120.6349193, 30.3605699 ], [ 120.6352797, 30.3605488 ], [ 120.6352762, 30.3602831 ], [ 120.6349928, 30.3602922 ], [ 120.6348983, 30.3601986 ], [ 120.6349053, 30.3600296 ], [ 120.6347351, 30.3600359 ], [ 120.63458, 30.3600416 ], [ 120.6345835, 30.3601926 ], [ 120.634454, 30.3602861 ], [ 120.6193579, 30.3607208 ], [ 120.6046186, 30.3611828 ], [ 120.6045456, 30.3612415 ], [ 120.6044528, 30.3613119 ], [ 120.604344, 30.3612948 ], [ 120.6042878, 30.3612578 ], [ 120.6042633, 30.3611401 ], [ 120.6040709, 30.3610827 ], [ 120.6040114, 30.3610133 ], [ 120.6040534, 30.360796 ], [ 120.6036791, 30.360799 ], [ 120.6036161, 30.3610858 ], [ 120.6035811, 30.3613695 ], [ 120.6035006, 30.3616985 ], [ 120.6038995, 30.3617559 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6246984, 30.3762059 ], [ 120.625371, 30.3762315 ], [ 120.6254647, 30.3761024 ], [ 120.6254907, 30.3759452 ], [ 120.6255949, 30.3761586 ], [ 120.6266102, 30.3762035 ], [ 120.6267795, 30.3761249 ], [ 120.6271049, 30.3761249 ], [ 120.6275996, 30.3760463 ], [ 120.6279641, 30.3759228 ], [ 120.6308314, 30.3752352 ], [ 120.6344557, 30.374146 ], [ 120.6348242, 30.3738226 ], [ 120.6350195, 30.3736205 ], [ 120.6351367, 30.3734745 ], [ 120.6351627, 30.3737216 ], [ 120.6353042, 30.3737868 ], [ 120.6358045, 30.373575 ], [ 120.6373412, 30.3728588 ], [ 120.6354491, 30.3732611 ], [ 120.6310882, 30.3741596 ], [ 120.6260245, 30.3751928 ], [ 120.6246837, 30.3754286 ], [ 120.6218227, 30.3758721 ], [ 120.6246984, 30.3762059 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6356261, 30.2127712 ], [ 120.6357548, 30.2129346 ], [ 120.635833422377658, 30.212917580993668 ], [ 120.635540656862389, 30.212438177585014 ], [ 120.6354403, 30.2124983 ], [ 120.6356261, 30.2127712 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6406436, 30.2212111 ], [ 120.6597145, 30.2326158 ], [ 120.6646742, 30.235643 ], [ 120.6649942, 30.2359056 ], [ 120.6654582, 30.2363756 ], [ 120.6667381, 30.2379099 ], [ 120.6672181, 30.2383798 ], [ 120.669298, 30.2408678 ], [ 120.6599225, 30.2401214 ], [ 120.6597145, 30.2400661 ], [ 120.6596665, 30.2396515 ], [ 120.6594425, 30.2394027 ], [ 120.6525949, 30.2326296 ], [ 120.6471552, 30.22728 ], [ 120.6466593, 30.2270173 ], [ 120.6449953, 30.2265058 ], [ 120.6447714, 30.2265611 ], [ 120.6448194, 30.2266855 ], [ 120.6451073, 30.2267961 ], [ 120.6463393, 30.2271003 ], [ 120.6468192, 30.2272938 ], [ 120.651699, 30.232132 ], [ 120.6527549, 30.2331549 ], [ 120.6534909, 30.233929 ], [ 120.6559867, 30.2363756 ], [ 120.6590906, 30.2394027 ], [ 120.6593465, 30.2395824 ], [ 120.6594585, 30.2398726 ], [ 120.6594105, 30.2400247 ], [ 120.6592505, 30.24008 ], [ 120.6475072, 30.2391124 ], [ 120.6473952, 30.2394165 ], [ 120.6484352, 30.2394994 ], [ 120.6587546, 30.2403011 ], [ 120.6590426, 30.2403288 ], [ 120.6592185, 30.2404255 ], [ 120.6538108, 30.2495337 ], [ 120.6535709, 30.2500036 ], [ 120.6536791, 30.2500581 ], [ 120.6537629, 30.2501004 ], [ 120.6592665, 30.2409507 ], [ 120.6595065, 30.2404393 ], [ 120.6598585, 30.2403979 ], [ 120.669458, 30.2411995 ], [ 120.669682, 30.241241 ], [ 120.6699379, 30.2414621 ], [ 120.6705139, 30.2421671 ], [ 120.6708179, 30.2426508 ], [ 120.6714419, 30.2435216 ], [ 120.6732018, 30.2454427 ], [ 120.6733137, 30.2456224 ], [ 120.6732018, 30.2457883 ], [ 120.6730898, 30.2459818 ], [ 120.6730578, 30.246272 ], [ 120.6730418, 30.2465761 ], [ 120.6718418, 30.2479443 ], [ 120.6663861, 30.2548545 ], [ 120.6634743, 30.2586411 ], [ 120.6632823, 30.2586411 ], [ 120.6633463, 30.2587793 ], [ 120.6621944, 30.2602442 ], [ 120.6620344, 30.2602856 ], [ 120.6620984, 30.2603823 ], [ 120.6599065, 30.26316 ], [ 120.6538908, 30.2707876 ], [ 120.6537469, 30.2709534 ], [ 120.6531709, 30.2712988 ], [ 120.6424515, 30.2704974 ], [ 120.6419875, 30.2704145 ], [ 120.6417955, 30.2707323 ], [ 120.6522109, 30.2715752 ], [ 120.6526269, 30.2715752 ], [ 120.6528989, 30.271589 ], [ 120.6529629, 30.2717548 ], [ 120.6529469, 30.2719759 ], [ 120.651171, 30.2742834 ], [ 120.650947, 30.2746426 ], [ 120.6447554, 30.2900061 ], [ 120.6450753, 30.2900613 ], [ 120.6488991, 30.2804871 ], [ 120.651315, 30.274615 ], [ 120.6531869, 30.2722661 ], [ 120.6533789, 30.2720035 ], [ 120.6535069, 30.2715476 ], [ 120.6540348, 30.2711469 ], [ 120.6580826, 30.2660342 ], [ 120.6646102, 30.2576738 ], [ 120.668818, 30.2522978 ], [ 120.6731538, 30.2469354 ], [ 120.6733137, 30.2467005 ], [ 120.6734257, 30.2464517 ], [ 120.6734737, 30.2462444 ], [ 120.6736497, 30.2461338 ], [ 120.6738417, 30.2463135 ], [ 120.6739697, 30.2463688 ], [ 120.6741937, 30.2463549 ], [ 120.6742741, 30.2464262 ], [ 120.6745271, 30.2461438 ], [ 120.6742936, 30.2459461 ], [ 120.6737845, 30.2454112 ], [ 120.6728076, 30.2443296 ], [ 120.6715555, 30.2428081 ], [ 120.6713766, 30.2423802 ], [ 120.6706749, 30.2413936 ], [ 120.6703997, 30.2410964 ], [ 120.6698631, 30.2409062 ], [ 120.6654038, 30.2358834 ], [ 120.6644822, 30.235173 ], [ 120.6413956, 30.2212941 ], [ 120.6407556, 30.2209761 ], [ 120.6405796, 30.2207411 ], [ 120.6402916, 30.2209761 ], [ 120.6406436, 30.2212111 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6833211, 30.2620584 ], [ 120.6833822, 30.2621253 ], [ 120.683466, 30.2621704 ], [ 120.6835541, 30.2621878 ], [ 120.6836441, 30.2621806 ], [ 120.683727, 30.2621496 ], [ 120.6837947, 30.2620979 ], [ 120.6838403, 30.2620305 ], [ 120.6838593, 30.2619542 ], [ 120.6838499, 30.2618766 ], [ 120.683813, 30.2618054 ], [ 120.6837522, 30.2617476 ], [ 120.6836737, 30.2617091 ], [ 120.6835766, 30.2616934 ], [ 120.6834792, 30.2617071 ], [ 120.6833929, 30.2617485 ], [ 120.683328, 30.2618128 ], [ 120.6832922, 30.2618923 ], [ 120.6832898, 30.2619775 ], [ 120.6833211, 30.2620584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6858746, 30.263021 ], [ 120.6859358, 30.263088 ], [ 120.6860196, 30.263133 ], [ 120.6861077, 30.2631504 ], [ 120.6861977, 30.2631433 ], [ 120.6862806, 30.2631123 ], [ 120.6863482, 30.2630605 ], [ 120.6863938, 30.2629931 ], [ 120.6864129, 30.2629168 ], [ 120.6864035, 30.2628392 ], [ 120.6863665, 30.262768 ], [ 120.6863058, 30.2627102 ], [ 120.6862272, 30.2626717 ], [ 120.6861302, 30.262656 ], [ 120.6860327, 30.2626697 ], [ 120.6859464, 30.2627111 ], [ 120.6858816, 30.2627754 ], [ 120.6858458, 30.2628549 ], [ 120.6858434, 30.2629401 ], [ 120.6858746, 30.263021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6829047, 30.2630633 ], [ 120.6829658, 30.2631303 ], [ 120.6830496, 30.2631753 ], [ 120.6831377, 30.2631927 ], [ 120.6832277, 30.2631856 ], [ 120.6833106, 30.2631546 ], [ 120.6833783, 30.2631028 ], [ 120.6834239, 30.2630354 ], [ 120.6834429, 30.2629591 ], [ 120.6834335, 30.2628815 ], [ 120.6833966, 30.2628103 ], [ 120.6833358, 30.2627525 ], [ 120.6832572, 30.262714 ], [ 120.6831602, 30.2626983 ], [ 120.6830628, 30.262712 ], [ 120.6829765, 30.2627534 ], [ 120.6829116, 30.2628177 ], [ 120.6828758, 30.2628972 ], [ 120.6828734, 30.2629824 ], [ 120.6829047, 30.2630633 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6865298, 30.263222 ], [ 120.686591, 30.2632889 ], [ 120.6866748, 30.263334 ], [ 120.6867629, 30.2633514 ], [ 120.6868529, 30.2633442 ], [ 120.6869358, 30.2633132 ], [ 120.6870034, 30.2632615 ], [ 120.6870491, 30.2631941 ], [ 120.6870681, 30.2631178 ], [ 120.6870587, 30.2630402 ], [ 120.6870218, 30.262969 ], [ 120.686961, 30.2629112 ], [ 120.6868824, 30.2628727 ], [ 120.6867854, 30.262857 ], [ 120.6866879, 30.2628707 ], [ 120.6866017, 30.2629121 ], [ 120.6865368, 30.2629764 ], [ 120.686501, 30.2630559 ], [ 120.6864986, 30.2631411 ], [ 120.6865298, 30.263222 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6856542, 30.2635975 ], [ 120.6857153, 30.2636645 ], [ 120.6857991, 30.2637095 ], [ 120.6858872, 30.2637269 ], [ 120.6859772, 30.2637198 ], [ 120.6860601, 30.2636888 ], [ 120.6861278, 30.263637 ], [ 120.6861734, 30.2635696 ], [ 120.6861924, 30.2634933 ], [ 120.686183, 30.2634157 ], [ 120.6861461, 30.2633445 ], [ 120.6860853, 30.2632867 ], [ 120.6860067, 30.2632482 ], [ 120.6859097, 30.2632325 ], [ 120.6858123, 30.2632462 ], [ 120.685726, 30.2632876 ], [ 120.6856611, 30.2633519 ], [ 120.6856253, 30.2634314 ], [ 120.6856229, 30.2635166 ], [ 120.6856542, 30.2635975 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6862971, 30.2637721 ], [ 120.6863583, 30.263839 ], [ 120.6864421, 30.263884 ], [ 120.6865302, 30.2639015 ], [ 120.6866202, 30.2638943 ], [ 120.6867031, 30.2638633 ], [ 120.6867707, 30.2638116 ], [ 120.6868164, 30.2637442 ], [ 120.6868354, 30.2636679 ], [ 120.686826, 30.2635903 ], [ 120.6867891, 30.263519 ], [ 120.6867283, 30.2634613 ], [ 120.6866497, 30.2634227 ], [ 120.6865527, 30.263407 ], [ 120.6864552, 30.2634207 ], [ 120.686369, 30.2634622 ], [ 120.6863041, 30.2635265 ], [ 120.6862683, 30.2636059 ], [ 120.6862659, 30.2636912 ], [ 120.6862971, 30.2637721 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6825907, 30.2639109 ], [ 120.6826519, 30.2639778 ], [ 120.6827357, 30.2640228 ], [ 120.6828238, 30.2640403 ], [ 120.6829138, 30.2640331 ], [ 120.6829967, 30.2640021 ], [ 120.6830643, 30.2639504 ], [ 120.6831099, 30.263883 ], [ 120.683129, 30.2638067 ], [ 120.6831196, 30.2637291 ], [ 120.6830827, 30.2636578 ], [ 120.6830219, 30.2636001 ], [ 120.6829433, 30.2635615 ], [ 120.6828463, 30.2635458 ], [ 120.6827488, 30.2635595 ], [ 120.6826625, 30.263601 ], [ 120.6825977, 30.2636653 ], [ 120.6825619, 30.2637447 ], [ 120.6825595, 30.26383 ], [ 120.6825907, 30.2639109 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6745376, 30.2467176 ], [ 120.6745166, 30.2468087 ], [ 120.6744533, 30.2469544 ], [ 120.6745482, 30.2471093 ], [ 120.6747063, 30.2473096 ], [ 120.6749277, 30.2474554 ], [ 120.6751281, 30.2475464 ], [ 120.6753706, 30.2476193 ], [ 120.6769626, 30.2495957 ], [ 120.6785335, 30.2515902 ], [ 120.6796932, 30.2531749 ], [ 120.6796089, 30.2533934 ], [ 120.6795456, 30.2534936 ], [ 120.6792926, 30.2539034 ], [ 120.6786811, 30.2547959 ], [ 120.6780801, 30.2556611 ], [ 120.6771313, 30.2572184 ], [ 120.6751597, 30.2602873 ], [ 120.6754338, 30.2604331 ], [ 120.6766357, 30.2585298 ], [ 120.6788287, 30.2550418 ], [ 120.6795245, 30.2537759 ], [ 120.6796827, 30.2535938 ], [ 120.6797881, 30.2534754 ], [ 120.679883, 30.2534663 ], [ 120.6800095, 30.25353 ], [ 120.6825293, 30.2565445 ], [ 120.6840581, 30.2585024 ], [ 120.6847856, 30.2592674 ], [ 120.6871156, 30.2620267 ], [ 120.6871683, 30.2621906 ], [ 120.6871999, 30.2624092 ], [ 120.6872843, 30.2625275 ], [ 120.6874424, 30.2626368 ], [ 120.6874951, 30.2628463 ], [ 120.6875057, 30.2630739 ], [ 120.6872316, 30.2639663 ], [ 120.6870102, 30.2645036 ], [ 120.6868098, 30.2647586 ], [ 120.6862721, 30.265997 ], [ 120.6851019, 30.2691932 ], [ 120.6847645, 30.2701402 ], [ 120.683921, 30.2724348 ], [ 120.6835204, 30.273491 ], [ 120.6829721, 30.2749023 ], [ 120.6829194, 30.2751026 ], [ 120.6833833, 30.275221 ], [ 120.68429, 30.2728991 ], [ 120.6854814, 30.2697213 ], [ 120.6861562, 30.2680003 ], [ 120.6871894, 30.2652503 ], [ 120.6873475, 30.264285 ], [ 120.6875584, 30.2639208 ], [ 120.6876955, 30.2636931 ], [ 120.6878536, 30.2635383 ], [ 120.6879696, 30.2635019 ], [ 120.6883913, 30.2635657 ], [ 120.6885916, 30.2637842 ], [ 120.6887392, 30.2639663 ], [ 120.6893191, 30.2645764 ], [ 120.6904999, 30.2661882 ], [ 120.692113, 30.2683828 ], [ 120.6924715, 30.2691476 ], [ 120.6924188, 30.269266 ], [ 120.6922079, 30.269521 ], [ 120.6921657, 30.2696667 ], [ 120.6922501, 30.2697304 ], [ 120.6924188, 30.2697577 ], [ 120.692598, 30.2697304 ], [ 120.6926613, 30.2698488 ], [ 120.6932728, 30.2721161 ], [ 120.6935996, 30.2728354 ], [ 120.6941584, 30.2736094 ], [ 120.6944009, 30.2738916 ], [ 120.6950018, 30.2743742 ], [ 120.6954236, 30.2746565 ], [ 120.6964673, 30.2752665 ], [ 120.6967415, 30.2754577 ], [ 120.6968047, 30.2755761 ], [ 120.6968153, 30.2757218 ], [ 120.696499, 30.2763864 ], [ 120.6944325, 30.2811392 ], [ 120.6942955, 30.2814578 ], [ 120.6942955, 30.2815944 ], [ 120.6944641, 30.2816399 ], [ 120.6946223, 30.281731 ], [ 120.6947383, 30.2817219 ], [ 120.6948437, 30.281649 ], [ 120.6958347, 30.2794275 ], [ 120.6972264, 30.2761679 ], [ 120.6974054, 30.2758753 ], [ 120.6975531, 30.2758231 ], [ 120.6977793, 30.2759345 ], [ 120.6979871, 30.2756832 ], [ 120.6977958, 30.2755397 ], [ 120.6977655, 30.2754859 ], [ 120.6977941, 30.2754121 ], [ 120.697005, 30.2749296 ], [ 120.6957082, 30.2741739 ], [ 120.695276, 30.273837 ], [ 120.6949175, 30.2735001 ], [ 120.6945063, 30.273063 ], [ 120.6942849, 30.272717 ], [ 120.6939686, 30.2721525 ], [ 120.6938632, 30.2719066 ], [ 120.6932833, 30.2696393 ], [ 120.692967, 30.2686468 ], [ 120.6927351, 30.2682826 ], [ 120.6924399, 30.2678091 ], [ 120.6910903, 30.2660425 ], [ 120.6896354, 30.2640756 ], [ 120.6889395, 30.2634564 ], [ 120.6887814, 30.2634473 ], [ 120.6885284, 30.263338 ], [ 120.6881048, 30.2631181 ], [ 120.6881963, 30.2628737 ], [ 120.6881699, 30.2626186 ], [ 120.6880961, 30.2624729 ], [ 120.6874213, 30.2616351 ], [ 120.6853233, 30.2590853 ], [ 120.6826453, 30.2558432 ], [ 120.6798936, 30.2524736 ], [ 120.6762878, 30.2480838 ], [ 120.675851776581908, 30.247474919584953 ], [ 120.6748409702749, 30.246279926056811 ], [ 120.6747907, 30.2462258 ], [ 120.6746325, 30.2461529 ], [ 120.6745271, 30.2461438 ], [ 120.6742741, 30.2464262 ], [ 120.6745376, 30.2467176 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6828336, 30.2645216 ], [ 120.6829561, 30.2642149 ], [ 120.6824295, 30.2640509 ], [ 120.682307, 30.2643736 ], [ 120.6828336, 30.2645216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6821933, 30.264924 ], [ 120.6822544, 30.264991 ], [ 120.6823383, 30.265036 ], [ 120.6824263, 30.2650534 ], [ 120.6825163, 30.2650463 ], [ 120.6825993, 30.2650153 ], [ 120.6826669, 30.2649635 ], [ 120.6827125, 30.2648961 ], [ 120.6827315, 30.2648199 ], [ 120.6827221, 30.2647422 ], [ 120.6826852, 30.264671 ], [ 120.6826244, 30.2646132 ], [ 120.6825459, 30.2645747 ], [ 120.6824488, 30.264559 ], [ 120.6823514, 30.2645727 ], [ 120.6822651, 30.2646142 ], [ 120.6822002, 30.2646784 ], [ 120.6821645, 30.2647579 ], [ 120.682162, 30.2648431 ], [ 120.6821933, 30.264924 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6851214, 30.2649462 ], [ 120.6851826, 30.2650132 ], [ 120.6852664, 30.2650582 ], [ 120.6853545, 30.2650756 ], [ 120.6854445, 30.2650685 ], [ 120.6855274, 30.2650375 ], [ 120.685595, 30.2649857 ], [ 120.6856406, 30.2649183 ], [ 120.6856597, 30.264842 ], [ 120.6856503, 30.2647644 ], [ 120.6856133, 30.2646932 ], [ 120.6855526, 30.2646354 ], [ 120.685474, 30.2645969 ], [ 120.685377, 30.2645812 ], [ 120.6852795, 30.2645949 ], [ 120.6851932, 30.2646363 ], [ 120.6851284, 30.2647006 ], [ 120.6850926, 30.2647801 ], [ 120.6850902, 30.2648653 ], [ 120.6851214, 30.2649462 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6857705, 30.2651472 ], [ 120.6858317, 30.2652141 ], [ 120.6859155, 30.2652592 ], [ 120.6860036, 30.2652766 ], [ 120.6860936, 30.2652694 ], [ 120.6861765, 30.2652385 ], [ 120.6862441, 30.2651867 ], [ 120.6862897, 30.2651193 ], [ 120.6863088, 30.265043 ], [ 120.6862994, 30.2649654 ], [ 120.6862624, 30.2648942 ], [ 120.6862017, 30.2648364 ], [ 120.6861231, 30.2647979 ], [ 120.6860261, 30.2647822 ], [ 120.6859286, 30.2647959 ], [ 120.6858423, 30.2648373 ], [ 120.6857775, 30.2649016 ], [ 120.6857417, 30.2649811 ], [ 120.6857393, 30.2650663 ], [ 120.6857705, 30.2651472 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6849132, 30.2655069 ], [ 120.6849744, 30.2655738 ], [ 120.6850582, 30.2656188 ], [ 120.6851463, 30.2656362 ], [ 120.6852362, 30.2656291 ], [ 120.6853192, 30.2655981 ], [ 120.6853868, 30.2655463 ], [ 120.6854324, 30.265479 ], [ 120.6854515, 30.2654027 ], [ 120.6854421, 30.2653251 ], [ 120.6854051, 30.2652538 ], [ 120.6853444, 30.2651961 ], [ 120.6852658, 30.2651575 ], [ 120.6851688, 30.2651418 ], [ 120.6850713, 30.2651555 ], [ 120.684985, 30.265197 ], [ 120.6849202, 30.2652612 ], [ 120.6848844, 30.2653407 ], [ 120.684882, 30.265426 ], [ 120.6849132, 30.2655069 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6855439, 30.2657025 ], [ 120.6856051, 30.2657695 ], [ 120.6856889, 30.2658145 ], [ 120.685777, 30.2658319 ], [ 120.685867, 30.2658248 ], [ 120.6859499, 30.2657938 ], [ 120.6860175, 30.265742 ], [ 120.6860632, 30.2656747 ], [ 120.6860822, 30.2655984 ], [ 120.6860728, 30.2655207 ], [ 120.6860359, 30.2654495 ], [ 120.6859751, 30.2653918 ], [ 120.6858965, 30.2653532 ], [ 120.6857995, 30.2653375 ], [ 120.685702, 30.2653512 ], [ 120.6856158, 30.2653927 ], [ 120.6855509, 30.2654569 ], [ 120.6855151, 30.2655364 ], [ 120.6855127, 30.2656217 ], [ 120.6855439, 30.2657025 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6454513, 30.290636 ], [ 120.6520605, 30.290607 ], [ 120.6523294, 30.2906844 ], [ 120.6524638, 30.2907521 ], [ 120.6525198, 30.2912067 ], [ 120.6525348, 30.2917179 ], [ 120.6561357, 30.3084688 ], [ 120.6562598, 30.3086296 ], [ 120.6563995, 30.3086296 ], [ 120.656518, 30.3084744 ], [ 120.6559659, 30.305758 ], [ 120.655371, 30.3031098 ], [ 120.6541348, 30.2971209 ], [ 120.6527158, 30.2912004 ], [ 120.6526409, 30.2907129 ], [ 120.6528003, 30.2906389 ], [ 120.6640359, 30.2906682 ], [ 120.6642039, 30.2907231 ], [ 120.6634383, 30.2927037 ], [ 120.6597503, 30.3014971 ], [ 120.6568282, 30.3089431 ], [ 120.6572285, 30.3090614 ], [ 120.6583081, 30.3066198 ], [ 120.6605288, 30.30121 ], [ 120.6689108, 30.2803662 ], [ 120.6684165, 30.2775713 ], [ 120.6674315, 30.2720675 ], [ 120.6680896, 30.2719891 ], [ 120.6723071, 30.2731621 ], [ 120.6790429, 30.2748056 ], [ 120.681728, 30.2754348 ], [ 120.6817799, 30.2752553 ], [ 120.6818592, 30.2752668 ], [ 120.6819085, 30.2751603 ], [ 120.6818263, 30.2751106 ], [ 120.6818839, 30.2749757 ], [ 120.6755504, 30.2733841 ], [ 120.6687498, 30.271832 ], [ 120.668405, 30.2717533 ], [ 120.6682977, 30.2716235 ], [ 120.6711945, 30.2670276 ], [ 120.6754338, 30.2604331 ], [ 120.6751597, 30.2602873 ], [ 120.6679759, 30.271568 ], [ 120.6677827, 30.2716606 ], [ 120.6674823, 30.2717347 ], [ 120.6673107, 30.2716606 ], [ 120.6654868, 30.2610042 ], [ 120.6649289, 30.2582797 ], [ 120.6645426, 30.258669 ], [ 120.666903, 30.2715494 ], [ 120.6668171, 30.2716977 ], [ 120.6545434, 30.2714938 ], [ 120.6542859, 30.2714197 ], [ 120.6539915, 30.2714143 ], [ 120.6538659, 30.2714932 ], [ 120.6539344, 30.2716017 ], [ 120.6542085, 30.271789 ], [ 120.6544711, 30.2717989 ], [ 120.6667607, 30.2720412 ], [ 120.6669708, 30.272097 ], [ 120.6670193, 30.2723203 ], [ 120.6683858, 30.2803429 ], [ 120.6679934, 30.2812711 ], [ 120.6677716, 30.2812859 ], [ 120.649805, 30.2812859 ], [ 120.6496856, 30.2814479 ], [ 120.6497368, 30.2815806 ], [ 120.6677033, 30.2816395 ], [ 120.6678228, 30.2817132 ], [ 120.6677033, 30.2819931 ], [ 120.6642665, 30.290355 ], [ 120.6457538, 30.2903168 ], [ 120.6455073, 30.2902685 ], [ 120.6453841, 30.2903168 ], [ 120.6453393, 30.2905296 ], [ 120.6454513, 30.290636 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6780847, 30.2913542 ], [ 120.6782018, 30.2916013 ], [ 120.6784229, 30.2918934 ], [ 120.6786181, 30.2921181 ], [ 120.6788393, 30.2923316 ], [ 120.6792557, 30.2925338 ], [ 120.6850196, 30.2941403 ], [ 120.6852928, 30.294174 ], [ 120.6856051, 30.2942077 ], [ 120.6858133, 30.2943763 ], [ 120.6859434, 30.2944774 ], [ 120.6861906, 30.2944886 ], [ 120.6870494, 30.2947358 ], [ 120.6872055, 30.2945897 ], [ 120.6872445, 30.2944774 ], [ 120.6872966, 30.2943201 ], [ 120.6872966, 30.2941516 ], [ 120.6874267, 30.2938595 ], [ 120.6876869, 30.2934887 ], [ 120.687843, 30.2931966 ], [ 120.68783, 30.2930618 ], [ 120.687843, 30.292736 ], [ 120.6879731, 30.2925001 ], [ 120.6882334, 30.2924215 ], [ 120.6883244, 30.2922979 ], [ 120.6881943, 30.2919721 ], [ 120.6883244, 30.2911519 ], [ 120.6884155, 30.2907138 ], [ 120.6885977, 30.2904329 ], [ 120.6888059, 30.2902419 ], [ 120.6890921, 30.2901408 ], [ 120.6894304, 30.2900397 ], [ 120.6895995, 30.2899161 ], [ 120.6934639, 30.2826693 ], [ 120.693568, 30.2824333 ], [ 120.6935419, 30.2822648 ], [ 120.6935029, 30.2820401 ], [ 120.6933858, 30.2818378 ], [ 120.6909527, 30.2806019 ], [ 120.6846943, 30.2775681 ], [ 120.6843691, 30.2773996 ], [ 120.6841088, 30.2773321 ], [ 120.6836534, 30.2773659 ], [ 120.6833282, 30.2775007 ], [ 120.6830809, 30.2778265 ], [ 120.6811163, 30.2830288 ], [ 120.6780847, 30.2911632 ], [ 120.6780847, 30.2913542 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6731289, 30.3045404 ], [ 120.6732823, 30.3045607 ], [ 120.6733295, 30.3046524 ], [ 120.6734593, 30.3047645 ], [ 120.6734829, 30.3049377 ], [ 120.6734121, 30.3050905 ], [ 120.6733177, 30.3052433 ], [ 120.6734121, 30.3053961 ], [ 120.6735301, 30.3055285 ], [ 120.6741909, 30.3059869 ], [ 120.6795007, 30.3074743 ], [ 120.6796187, 30.3073011 ], [ 120.6798901, 30.307189 ], [ 120.6806099, 30.3074437 ], [ 120.6807515, 30.3074539 ], [ 120.6815067, 30.3058851 ], [ 120.6814477, 30.3057119 ], [ 120.6812471, 30.3055285 ], [ 120.6810701, 30.3053452 ], [ 120.6809521, 30.3050497 ], [ 120.6812471, 30.3039189 ], [ 120.6814005, 30.3035624 ], [ 120.6815303, 30.3034096 ], [ 120.6819551, 30.3033383 ], [ 120.6823916, 30.3032873 ], [ 120.6827456, 30.3032568 ], [ 120.6849994, 30.2986825 ], [ 120.6863091, 30.2961966 ], [ 120.6864035, 30.2959521 ], [ 120.6863681, 30.2956566 ], [ 120.6862147, 30.295351 ], [ 120.6861675, 30.2949027 ], [ 120.6803385, 30.2932828 ], [ 120.6783444, 30.2926511 ], [ 120.6779904, 30.2926103 ], [ 120.677778, 30.2926205 ], [ 120.6776364, 30.2927428 ], [ 120.677424, 30.292916 ], [ 120.6748989, 30.2994975 ], [ 120.6730817, 30.3044385 ], [ 120.6731289, 30.3045404 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6812471, 30.308116 ], [ 120.6813533, 30.308167 ], [ 120.6815657, 30.3082485 ], [ 120.6817309, 30.308279 ], [ 120.6818253, 30.3082179 ], [ 120.6829816, 30.3055591 ], [ 120.684138, 30.3030123 ], [ 120.6871233, 30.2965124 ], [ 120.6876661, 30.2953408 ], [ 120.6874537, 30.2952389 ], [ 120.6870997, 30.2951268 ], [ 120.6840672, 30.3009951 ], [ 120.6822736, 30.3046524 ], [ 120.6807751, 30.3079429 ], [ 120.6812471, 30.308116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6516749, 30.3202395 ], [ 120.6524124, 30.3202987 ], [ 120.6528755, 30.3203284 ], [ 120.65327, 30.3202543 ], [ 120.663801, 30.3205356 ], [ 120.6641268, 30.3206541 ], [ 120.6643498, 30.3207725 ], [ 120.6644527, 30.3209798 ], [ 120.6644013, 30.3211871 ], [ 120.6626175, 30.3251844 ], [ 120.6605079, 30.329981 ], [ 120.6592215, 30.3327493 ], [ 120.6590157, 30.3328381 ], [ 120.6555854, 30.3333562 ], [ 120.654402, 30.3335191 ], [ 120.6543848, 30.3336375 ], [ 120.6549508, 30.3335931 ], [ 120.6550023, 30.33383 ], [ 120.6593244, 30.3332526 ], [ 120.6594788, 30.3331786 ], [ 120.6596332, 30.3330158 ], [ 120.66188, 30.3281601 ], [ 120.665499, 30.3200322 ], [ 120.6677972, 30.3150131 ], [ 120.669804, 30.3105859 ], [ 120.6697868, 30.310349 ], [ 120.6697525, 30.3101121 ], [ 120.6698383, 30.30989 ], [ 120.6708159, 30.3077281 ], [ 120.6711418, 30.3074468 ], [ 120.6720851, 30.3052405 ], [ 120.6771448, 30.2918534 ], [ 120.6802835, 30.2832486 ], [ 120.682719, 30.2770278 ], [ 120.6833833, 30.275221 ], [ 120.6829194, 30.2751026 ], [ 120.6828036, 30.27519 ], [ 120.6827566, 30.27519 ], [ 120.6824936, 30.27519 ], [ 120.6822075, 30.2751385 ], [ 120.6821717, 30.2752415 ], [ 120.6820525, 30.2752003 ], [ 120.6820048, 30.2753342 ], [ 120.6821002, 30.2754062 ], [ 120.6820883, 30.2754886 ], [ 120.6825294, 30.275643 ], [ 120.6826844, 30.2758284 ], [ 120.6827559, 30.275921 ], [ 120.6827678, 30.2760961 ], [ 120.6826128, 30.2761887 ], [ 120.6824698, 30.2762711 ], [ 120.6823625, 30.2764976 ], [ 120.6813297, 30.2792496 ], [ 120.6810896, 30.2796939 ], [ 120.6801463, 30.2822563 ], [ 120.6799233, 30.2826414 ], [ 120.6795117, 30.2831153 ], [ 120.679323, 30.2835004 ], [ 120.6786027, 30.285722 ], [ 120.6785169, 30.286196 ], [ 120.6777794, 30.2885804 ], [ 120.6772134, 30.2900614 ], [ 120.6770762, 30.2901799 ], [ 120.6653274, 30.2903132 ], [ 120.6652417, 30.2905502 ], [ 120.6654303, 30.2906686 ], [ 120.6657562, 30.2907131 ], [ 120.6767674, 30.2906835 ], [ 120.6768875, 30.2907871 ], [ 120.6767331, 30.2912314 ], [ 120.6743148, 30.2977623 ], [ 120.6718964, 30.304352 ], [ 120.6717078, 30.3049591 ], [ 120.6715877, 30.3052109 ], [ 120.671399, 30.3051813 ], [ 120.6625489, 30.2987693 ], [ 120.6624117, 30.2987989 ], [ 120.6622573, 30.2990063 ], [ 120.6625146, 30.2993024 ], [ 120.6712104, 30.3057143 ], [ 120.671279, 30.3058476 ], [ 120.6711589, 30.3062178 ], [ 120.6699755, 30.308276 ], [ 120.6679688, 30.3129698 ], [ 120.6664423, 30.3162716 ], [ 120.6662022, 30.3171007 ], [ 120.6655676, 30.3186701 ], [ 120.665276, 30.3191587 ], [ 120.6651559, 30.3195141 ], [ 120.6650016, 30.3199286 ], [ 120.6647443, 30.3201655 ], [ 120.6643841, 30.3202099 ], [ 120.6633722, 30.3201211 ], [ 120.653613, 30.3199138 ], [ 120.6531499, 30.3198546 ], [ 120.6528926, 30.3198398 ], [ 120.6530127, 30.3194992 ], [ 120.6526354, 30.31944 ], [ 120.652481, 30.3197954 ], [ 120.6521037, 30.3198694 ], [ 120.6517778, 30.319899 ], [ 120.6514862, 30.3199582 ], [ 120.6514176, 30.3200767 ], [ 120.6516749, 30.3202395 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6530127, 30.3194992 ], [ 120.6543393, 30.3163349 ], [ 120.6572285, 30.3090614 ], [ 120.6568282, 30.3089431 ], [ 120.6564672, 30.308853 ], [ 120.6563429, 30.3089335 ], [ 120.656405, 30.3091346 ], [ 120.6564516, 30.3094296 ], [ 120.6565604, 30.3095503 ], [ 120.6545412, 30.3145248 ], [ 120.652724, 30.3189493 ], [ 120.6528017, 30.3192175 ], [ 120.6526354, 30.31944 ], [ 120.6530127, 30.3194992 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6883769, 30.2786407 ], [ 120.6885421, 30.2782365 ], [ 120.6919148, 30.2711271 ], [ 120.6923553, 30.2700927 ], [ 120.6921901, 30.2699976 ], [ 120.6920663, 30.2700332 ], [ 120.6881016, 30.2784861 ], [ 120.6883769, 30.2786407 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6980696, 30.2761701 ], [ 120.6981718, 30.2763135 ], [ 120.6990403, 30.2768319 ], [ 120.6996712, 30.2771943 ], [ 120.6998187, 30.2773217 ], [ 120.6999797, 30.2775232 ], [ 120.700180033104445, 30.277256089194072 ], [ 120.699601360632599, 30.276523028209336 ], [ 120.6982396, 30.2756897 ], [ 120.6979419, 30.2760487 ], [ 120.6980696, 30.2761701 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6878064, 30.2950283 ], [ 120.6918567, 30.2873065 ], [ 120.6945568, 30.2821512 ], [ 120.6940614, 30.2818838 ], [ 120.693987, 30.281948 ], [ 120.690841, 30.2880124 ], [ 120.687311, 30.2948358 ], [ 120.6878064, 30.2950283 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6356633, 30.3724942 ], [ 120.6356712, 30.372679 ], [ 120.6359585, 30.3726195 ], [ 120.6384868, 30.3721238 ], [ 120.6388545, 30.3720147 ], [ 120.6391878, 30.3718957 ], [ 120.6397739, 30.3716578 ], [ 120.6439454, 30.3695855 ], [ 120.6483813, 30.3672951 ], [ 120.6497719, 30.3665317 ], [ 120.6505648, 30.3660557 ], [ 120.6523116, 30.3651237 ], [ 120.6545295, 30.3637355 ], [ 120.6547364, 30.3636562 ], [ 120.6549202, 30.3636562 ], [ 120.6550467, 30.3636661 ], [ 120.6551846, 30.3636958 ], [ 120.6553867, 30.3638623 ], [ 120.6556043, 30.3636828 ], [ 120.6553489, 30.3633603 ], [ 120.6553347, 30.3633073 ], [ 120.6553867, 30.3632215 ], [ 120.6555617, 30.3630379 ], [ 120.6556942, 30.3629317 ], [ 120.6562713, 30.3626052 ], [ 120.6564463, 30.3625318 ], [ 120.6565267, 30.3624705 ], [ 120.6567775, 30.3622625 ], [ 120.6569363, 30.3620378 ], [ 120.6579396, 30.3605804 ], [ 120.658092, 30.3603119 ], [ 120.658219, 30.3601475 ], [ 120.6582761, 30.3600324 ], [ 120.6583269, 30.3597749 ], [ 120.6587778, 30.3581037 ], [ 120.6587905, 30.3579284 ], [ 120.6575116, 30.351911 ], [ 120.6558895, 30.3441918 ], [ 120.6553125, 30.3414455 ], [ 120.6553329, 30.3412761 ], [ 120.6553802, 30.3412118 ], [ 120.6556172, 30.3411826 ], [ 120.6555969, 30.3410891 ], [ 120.655299, 30.3410774 ], [ 120.6552448, 30.3410365 ], [ 120.6539891, 30.3349821 ], [ 120.652739, 30.3290812 ], [ 120.6508576, 30.3202325 ], [ 120.6510362, 30.3201952 ], [ 120.6511035, 30.3201589 ], [ 120.6511035, 30.3199629 ], [ 120.6510026, 30.3198613 ], [ 120.6508092, 30.3198105 ], [ 120.6507504, 30.3195493 ], [ 120.6490629, 30.311379 ], [ 120.6457858, 30.2959039 ], [ 120.6448082, 30.2911671 ], [ 120.6446995, 30.2910733 ], [ 120.6447357, 30.290745 ], [ 120.6448539, 30.2906172 ], [ 120.6449805, 30.2906125 ], [ 120.6450852, 30.2905744 ], [ 120.6451182, 30.2905316 ], [ 120.6451293, 30.2903461 ], [ 120.6450687, 30.2902843 ], [ 120.6449916, 30.29027 ], [ 120.6450026, 30.2901844 ], [ 120.6450753, 30.2900613 ], [ 120.6447554, 30.2900061 ], [ 120.6446776, 30.2901368 ], [ 120.6445729, 30.2901939 ], [ 120.6444518, 30.2902367 ], [ 120.6443857, 30.290446 ], [ 120.6444848, 30.2904698 ], [ 120.6444187, 30.2906886 ], [ 120.6445123, 30.2907599 ], [ 120.6445674, 30.290817 ], [ 120.6445399, 30.2909597 ], [ 120.6444407, 30.2911309 ], [ 120.6442865, 30.2912641 ], [ 120.6446579, 30.292813 ], [ 120.6448878, 30.2934778 ], [ 120.6454279, 30.2960775 ], [ 120.6463473, 30.3005426 ], [ 120.6462783, 30.3006517 ], [ 120.6463128, 30.300741 ], [ 120.6463932, 30.3008204 ], [ 120.6464349, 30.3010295 ], [ 120.647416, 30.3059499 ], [ 120.6490594, 30.3133709 ], [ 120.6492547, 30.3140654 ], [ 120.6492202, 30.3141745 ], [ 120.6491283, 30.3142439 ], [ 120.6488755, 30.3142043 ], [ 120.6435432, 30.3130336 ], [ 120.6390499, 30.3121011 ], [ 120.6389579, 30.3120217 ], [ 120.6388545, 30.3116447 ], [ 120.6387396, 30.3116844 ], [ 120.6385902, 30.3118927 ], [ 120.6384408, 30.3119721 ], [ 120.6383029, 30.3119721 ], [ 120.6382339, 30.3122995 ], [ 120.6386362, 30.3123788 ], [ 120.6403829, 30.3127856 ], [ 120.648818, 30.3145118 ], [ 120.6492202, 30.3145812 ], [ 120.6493696, 30.3146904 ], [ 120.6494156, 30.3148094 ], [ 120.6504729, 30.3197993 ], [ 120.6504384, 30.3198787 ], [ 120.650335, 30.3198985 ], [ 120.6422102, 30.3199283 ], [ 120.6422102, 30.3202358 ], [ 120.6503924, 30.3201961 ], [ 120.6504614, 30.3202557 ], [ 120.6505303, 30.3203549 ], [ 120.6505878, 30.3204739 ], [ 120.6520932, 30.327378 ], [ 120.6532539, 30.3330418 ], [ 120.6530815, 30.3330517 ], [ 120.6531275, 30.3333294 ], [ 120.6532424, 30.3333294 ], [ 120.6533344, 30.333379 ], [ 120.6546329, 30.3396871 ], [ 120.655966, 30.346094 ], [ 120.65592, 30.3462229 ], [ 120.6557936, 30.3462527 ], [ 120.6469104, 30.346213 ], [ 120.6433823, 30.3462031 ], [ 120.6433708, 30.3464808 ], [ 120.6559086, 30.3465204 ], [ 120.6560005, 30.34657 ], [ 120.6560579, 30.3466692 ], [ 120.6576783, 30.3543251 ], [ 120.6584598, 30.358014 ], [ 120.6584598, 30.3581429 ], [ 120.6580575, 30.3594419 ], [ 120.6579196, 30.359551 ], [ 120.6577128, 30.3595907 ], [ 120.6551501, 30.3596502 ], [ 120.6551501, 30.3599476 ], [ 120.6577128, 30.3598386 ], [ 120.6578162, 30.3598782 ], [ 120.6578737, 30.3599873 ], [ 120.6578162, 30.3601162 ], [ 120.6564946, 30.36203 ], [ 120.6562303, 30.362268 ], [ 120.6548858, 30.3629819 ], [ 120.6545985, 30.3627737 ], [ 120.6533114, 30.3614747 ], [ 120.6529551, 30.3608996 ], [ 120.6528402, 30.3605624 ], [ 120.6527942, 30.360027 ], [ 120.652438, 30.3600468 ], [ 120.6525069, 30.3604434 ], [ 120.6526219, 30.3608599 ], [ 120.6527827, 30.361207 ], [ 120.6530356, 30.3616036 ], [ 120.6534723, 30.3620994 ], [ 120.6545755, 30.3631406 ], [ 120.6546329, 30.3632496 ], [ 120.654587, 30.3633289 ], [ 120.6508521, 30.3655798 ], [ 120.6486916, 30.3667696 ], [ 120.6465196, 30.3679099 ], [ 120.6406587, 30.3708547 ], [ 120.6393257, 30.3714793 ], [ 120.6388545, 30.3717073 ], [ 120.6384523, 30.3718164 ], [ 120.6361654, 30.3722527 ], [ 120.6356597, 30.3724113 ], [ 120.6356633, 30.3724942 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6352797, 30.3605488 ], [ 120.6355793, 30.3605426 ], [ 120.6437616, 30.3603145 ], [ 120.652438, 30.3600468 ], [ 120.6527942, 30.360027 ], [ 120.6551501, 30.3599476 ], [ 120.6551501, 30.3596502 ], [ 120.6511394, 30.3597493 ], [ 120.6497259, 30.3598187 ], [ 120.6454394, 30.3599774 ], [ 120.6355793, 30.3603145 ], [ 120.6352762, 30.3602831 ], [ 120.6352797, 30.3605488 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.431606, 30.2306553 ], [ 120.4316237, 30.2306247 ], [ 120.4314469, 30.2305514 ], [ 120.4314328, 30.2305789 ], [ 120.431606, 30.2306553 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4431307, 30.2315366 ], [ 120.4430252, 30.2303489 ], [ 120.4408787, 30.230406 ], [ 120.440863, 30.2305805 ], [ 120.4431307, 30.2315366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4344918, 30.2319479 ], [ 120.4345155, 30.2319139 ], [ 120.4323777, 30.2309835 ], [ 120.432354, 30.2310176 ], [ 120.4344918, 30.2319479 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.436299, 30.2327237 ], [ 120.4365706, 30.2328463 ], [ 120.4365875, 30.2328135 ], [ 120.4359994, 30.2325487 ], [ 120.4359783, 30.2325815 ], [ 120.436299, 30.2327237 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.436996, 30.2330362 ], [ 120.4373234, 30.2331814 ], [ 120.4373438, 30.2331501 ], [ 120.4370199, 30.2330051 ], [ 120.4365875, 30.2328135 ], [ 120.4365706, 30.2328463 ], [ 120.436996, 30.2330362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4394468, 30.2341592 ], [ 120.4394666, 30.2341249 ], [ 120.4389939, 30.2339018 ], [ 120.43897, 30.2339327 ], [ 120.4394468, 30.2341592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4416868, 30.235145 ], [ 120.4417017, 30.2351097 ], [ 120.4412188, 30.2348819 ], [ 120.4411965, 30.2349204 ], [ 120.4416868, 30.235145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4444317, 30.2363442 ], [ 120.444451, 30.2363115 ], [ 120.4426218, 30.2355048 ], [ 120.4426026, 30.2355373 ], [ 120.4444317, 30.2363442 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4394592, 30.2377848 ], [ 120.4402681, 30.2363976 ], [ 120.4403137, 30.2363869 ], [ 120.4403043, 30.236357 ], [ 120.4402479, 30.2363703 ], [ 120.4394307, 30.2377724 ], [ 120.4394592, 30.2377848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4507723, 30.2391777 ], [ 120.4519073, 30.2388865 ], [ 120.4522599, 30.2382709 ], [ 120.4523162, 30.2382222 ], [ 120.4523769, 30.2382072 ], [ 120.4524506, 30.2382222 ], [ 120.4526674, 30.2383196 ], [ 120.4526978, 30.2382784 ], [ 120.4525243, 30.2381885 ], [ 120.452442, 30.2381697 ], [ 120.4523986, 30.2381622 ], [ 120.4523249, 30.2381697 ], [ 120.4522512, 30.2382072 ], [ 120.4521341, 30.2383758 ], [ 120.451978, 30.2383158 ], [ 120.451952, 30.2383533 ], [ 120.4521254, 30.2384319 ], [ 120.4518807, 30.2388417 ], [ 120.450783, 30.2391346 ], [ 120.4503781, 30.2389526 ], [ 120.449589, 30.2386267 ], [ 120.4495543, 30.2386717 ], [ 120.4507723, 30.2391777 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4545557, 30.2212319 ], [ 120.4548602, 30.2211538 ], [ 120.4551323, 30.2211424 ], [ 120.4551519, 30.2212187 ], [ 120.4552242, 30.2212557 ], [ 120.455262, 30.2212261 ], [ 120.4553722, 30.2211555 ], [ 120.4554833, 30.2210952 ], [ 120.4554766, 30.220978 ], [ 120.4551957, 30.2209875 ], [ 120.4550117, 30.2209673 ], [ 120.4546364, 30.2210179 ], [ 120.4545047, 30.2211051 ], [ 120.4545557, 30.2212319 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4640822, 30.2213233 ], [ 120.4641441, 30.2213273 ], [ 120.4642359, 30.2213143 ], [ 120.4642782, 30.2212643 ], [ 120.4642349, 30.2211224 ], [ 120.4641685, 30.2211194 ], [ 120.4640181, 30.2211914 ], [ 120.4640822, 30.2213233 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4636, 30.2216517 ], [ 120.4636905, 30.2218543 ], [ 120.4638861, 30.2218328 ], [ 120.4639204, 30.2216437 ], [ 120.4638418, 30.2214436 ], [ 120.4640289, 30.2213419 ], [ 120.4639522, 30.2211849 ], [ 120.4637019, 30.2212037 ], [ 120.463452, 30.221306 ], [ 120.4636, 30.2216517 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4644191, 30.2217091 ], [ 120.4645051, 30.2217277 ], [ 120.4646901, 30.2216657 ], [ 120.464775, 30.2216567 ], [ 120.4649455, 30.2215726 ], [ 120.4649329, 30.2214903 ], [ 120.4648852, 30.2214428 ], [ 120.4647306, 30.2214341 ], [ 120.4644732, 30.2214972 ], [ 120.4643922, 30.2216016 ], [ 120.4644191, 30.2217091 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4533171, 30.2344388 ], [ 120.4533917, 30.2346018 ], [ 120.4533873, 30.2347194 ], [ 120.4535313, 30.235324 ], [ 120.4543031, 30.2382624 ], [ 120.4551411, 30.2406904 ], [ 120.4551808, 30.2407535 ], [ 120.4552704, 30.2408716 ], [ 120.4553729, 30.2409097 ], [ 120.4555577, 30.2409156 ], [ 120.4563389, 30.2408871 ], [ 120.456386, 30.2414627 ], [ 120.4565216, 30.2414681 ], [ 120.4565637, 30.2413862 ], [ 120.4566741, 30.2413144 ], [ 120.4566349, 30.2408662 ], [ 120.4564987, 30.2407532 ], [ 120.4562883, 30.2407398 ], [ 120.4554973, 30.2407813 ], [ 120.4553872, 30.2407712 ], [ 120.4553113, 30.2407332 ], [ 120.455279, 30.2406579 ], [ 120.4552205, 30.2404182 ], [ 120.4544931, 30.2383426 ], [ 120.454109, 30.23682 ], [ 120.4537121, 30.2352465 ], [ 120.4533083, 30.2336651 ], [ 120.4529571, 30.2321557 ], [ 120.4529045, 30.232114 ], [ 120.4528167, 30.2321178 ], [ 120.4527947, 30.2321785 ], [ 120.4533171, 30.2344388 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4637907, 30.2458226 ], [ 120.4638431, 30.2459344 ], [ 120.4638724, 30.2459557 ], [ 120.4639001, 30.245965 ], [ 120.4639525, 30.2459597 ], [ 120.4640511, 30.2459304 ], [ 120.4640942, 30.2459105 ], [ 120.4641143, 30.2458852 ], [ 120.4641235, 30.2458639 ], [ 120.4641235, 30.2458346 ], [ 120.4640665, 30.2457308 ], [ 120.4640434, 30.2457148 ], [ 120.4640003, 30.2457122 ], [ 120.4638323, 30.2457614 ], [ 120.4638108, 30.2457774 ], [ 120.4637907, 30.2457974 ], [ 120.4637907, 30.2458226 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4551617, 30.2531586 ], [ 120.4550833, 30.2533084 ], [ 120.4553466, 30.2532561 ], [ 120.4554086, 30.2531467 ], [ 120.4554718, 30.2530684 ], [ 120.456411, 30.2525951 ], [ 120.4566571, 30.2524711 ], [ 120.4568482, 30.2524392 ], [ 120.456986, 30.2524622 ], [ 120.4578033, 30.2525989 ], [ 120.4588139, 30.2525723 ], [ 120.4595348, 30.2524392 ], [ 120.4594239, 30.2523487 ], [ 120.4587338, 30.2524552 ], [ 120.4583103, 30.252447 ], [ 120.4575875, 30.2524329 ], [ 120.4573447, 30.2524087 ], [ 120.4572329, 30.252372 ], [ 120.456931, 30.2522588 ], [ 120.4568324, 30.252147 ], [ 120.4568201, 30.2520406 ], [ 120.4568324, 30.251338 ], [ 120.4568632, 30.2512421 ], [ 120.4570111, 30.2510079 ], [ 120.4570604, 30.2508163 ], [ 120.4570542, 30.2504703 ], [ 120.4570851, 30.2503319 ], [ 120.4574918, 30.249427 ], [ 120.457615, 30.2492992 ], [ 120.4582194, 30.2488126 ], [ 120.4584777, 30.2486711 ], [ 120.4587091, 30.248431 ], [ 120.4588139, 30.2482606 ], [ 120.45882, 30.2481382 ], [ 120.4579132, 30.2463301 ], [ 120.4575781, 30.2456619 ], [ 120.4576891, 30.2455877 ], [ 120.4631175, 30.2447377 ], [ 120.4638702, 30.2446493 ], [ 120.4648826, 30.244519 ], [ 120.4647938, 30.2442435 ], [ 120.4574877, 30.2453908 ], [ 120.4574397, 30.2453861 ], [ 120.4567216, 30.243985 ], [ 120.4565339, 30.2436187 ], [ 120.4565216, 30.2414681 ], [ 120.456386, 30.2414627 ], [ 120.4564415, 30.2437997 ], [ 120.4572138, 30.2453378 ], [ 120.457222, 30.2453975 ], [ 120.4571366, 30.2454292 ], [ 120.4562381, 30.2455872 ], [ 120.4562544, 30.2457979 ], [ 120.4572545, 30.2456399 ], [ 120.4573399, 30.245689 ], [ 120.4574113, 30.2457882 ], [ 120.45858, 30.2480787 ], [ 120.4585724, 30.2481038 ], [ 120.4585431, 30.2482011 ], [ 120.4584753, 30.2482916 ], [ 120.4583767, 30.2483129 ], [ 120.4581286, 30.2485408 ], [ 120.4581245, 30.2485759 ], [ 120.4580838, 30.2487269 ], [ 120.4576651, 30.2490535 ], [ 120.4574781, 30.2492045 ], [ 120.4571366, 30.2496119 ], [ 120.4570715, 30.2497278 ], [ 120.4568723, 30.2505566 ], [ 120.4567667, 30.2508903 ], [ 120.4565877, 30.2514557 ], [ 120.4565949, 30.251775 ], [ 120.456604, 30.2521756 ], [ 120.4565674, 30.2522704 ], [ 120.4565024, 30.2523371 ], [ 120.4563967, 30.2523898 ], [ 120.4559001, 30.2526557 ], [ 120.4558434, 30.252686 ], [ 120.4553701, 30.2529039 ], [ 120.4552454, 30.2530876 ], [ 120.4550565, 30.2530464 ], [ 120.4550285, 30.2530886 ], [ 120.4551617, 30.2531586 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4658905, 30.2502059 ], [ 120.4659415, 30.2502314 ], [ 120.4660865, 30.2502637 ], [ 120.4661078, 30.2502685 ], [ 120.4661775, 30.2502963 ], [ 120.4662121, 30.250286 ], [ 120.4662553, 30.2502731 ], [ 120.4662741, 30.2502245 ], [ 120.4664028, 30.2501967 ], [ 120.4664135, 30.2501434 ], [ 120.4664001, 30.2500901 ], [ 120.4662714, 30.250009 ], [ 120.4661882, 30.2499789 ], [ 120.4660944, 30.2499881 ], [ 120.4659844, 30.2500345 ], [ 120.4659066, 30.2501017 ], [ 120.4658905, 30.2501596 ], [ 120.4658905, 30.2502059 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4546853, 30.2526361 ], [ 120.4547346, 30.2527426 ], [ 120.4548701, 30.2528118 ], [ 120.4550858, 30.2528011 ], [ 120.4552275, 30.2527799 ], [ 120.4553816, 30.2527266 ], [ 120.4554617, 30.2526361 ], [ 120.4555665, 30.2524871 ], [ 120.4558129, 30.252024 ], [ 120.4558499, 30.2519388 ], [ 120.4556589, 30.2515875 ], [ 120.4555172, 30.2515343 ], [ 120.4553385, 30.251513 ], [ 120.4551967, 30.2514278 ], [ 120.4551351, 30.2514065 ], [ 120.4549872, 30.2514065 ], [ 120.4548455, 30.2514332 ], [ 120.4546853, 30.2516887 ], [ 120.4545497, 30.2522689 ], [ 120.4545189, 30.2523327 ], [ 120.4546853, 30.2526361 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4196244, 30.2673505 ], [ 120.4199342, 30.2673609 ], [ 120.420527, 30.2673794 ], [ 120.4213464, 30.2674292 ], [ 120.4220492, 30.2674663 ], [ 120.4241395, 30.2675914 ], [ 120.4245534, 30.2675914 ], [ 120.4247807, 30.2675494 ], [ 120.4308964, 30.2658586 ], [ 120.4316179, 30.2656883 ], [ 120.4337327, 30.2652011 ], [ 120.4352238, 30.2647697 ], [ 120.4370132, 30.264252 ], [ 120.4382862, 30.2638917 ], [ 120.4415354, 30.2629721 ], [ 120.4436544, 30.2623477 ], [ 120.4440245, 30.2623037 ], [ 120.4442069, 30.2623037 ], [ 120.4442764, 30.2623947 ], [ 120.444442, 30.2624758 ], [ 120.4446168, 30.2625613 ], [ 120.4447618, 30.2624712 ], [ 120.4452442, 30.2622295 ], [ 120.4453397, 30.2621817 ], [ 120.445529, 30.2621074 ], [ 120.4465976, 30.2617448 ], [ 120.4467773, 30.2616838 ], [ 120.4469739, 30.2616171 ], [ 120.4497998, 30.2609027 ], [ 120.4507555, 30.2606611 ], [ 120.4515789, 30.2604399 ], [ 120.4523823, 30.2602418 ], [ 120.4531668, 30.2600449 ], [ 120.4549277, 30.2595908 ], [ 120.4550879, 30.2595474 ], [ 120.4551188, 30.2595421 ], [ 120.4551329, 30.2595474 ], [ 120.4551436, 30.2595618 ], [ 120.4551651, 30.2595653 ], [ 120.4552502, 30.2595433 ], [ 120.4552858, 30.2595207 ], [ 120.4553079, 30.2594935 ], [ 120.4553334, 30.2594784 ], [ 120.4554648, 30.2594477 ], [ 120.4558209, 30.2593713 ], [ 120.4569206, 30.2591089 ], [ 120.4577561, 30.2588958 ], [ 120.4583864, 30.2587243 ], [ 120.4610504, 30.2581358 ], [ 120.4612824, 30.2581058 ], [ 120.4616594, 30.2580657 ], [ 120.4642926, 30.2579273 ], [ 120.4644307, 30.2579482 ], [ 120.464534, 30.2580131 ], [ 120.4646681, 30.2581683 ], [ 120.464758, 30.2582899 ], [ 120.4648451, 30.2583444 ], [ 120.4650812, 30.2584741 ], [ 120.4656176, 30.2587382 ], [ 120.4667254, 30.2592375 ], [ 120.4670419, 30.2593834 ], [ 120.4672591, 30.2594865 ], [ 120.467404, 30.2595445 ], [ 120.4677674, 30.2596255 ], [ 120.4679431, 30.2596591 ], [ 120.4682636, 30.2597356 ], [ 120.4691379, 30.259971 ], [ 120.4693004, 30.2600541 ], [ 120.4694207, 30.2601789 ], [ 120.4698962, 30.260865 ], [ 120.4705281, 30.2616395 ], [ 120.4720205, 30.263464 ], [ 120.4722552, 30.2636667 ], [ 120.4723937, 30.2637083 ], [ 120.4725381, 30.2636979 ], [ 120.4772743, 30.2634692 ], [ 120.4773706, 30.2634328 ], [ 120.4809995, 30.2632457 ], [ 120.4843305, 30.2630743 ], [ 120.4890998, 30.2628299 ], [ 120.4890878, 30.2626583 ], [ 120.4847718, 30.2628317 ], [ 120.4798019, 30.263095 ], [ 120.4766183, 30.2633081 ], [ 120.4741509, 30.2634484 ], [ 120.4726404, 30.2635004 ], [ 120.4724177, 30.2634744 ], [ 120.4722974, 30.2634068 ], [ 120.4699624, 30.2606311 ], [ 120.4697999, 30.2603816 ], [ 120.4696253, 30.2600801 ], [ 120.469517, 30.2599398 ], [ 120.4694207, 30.2598878 ], [ 120.4692522, 30.2598514 ], [ 120.4680718, 30.2595294 ], [ 120.4678532, 30.2594599 ], [ 120.4678199, 30.2594148 ], [ 120.4678139, 30.259368 ], [ 120.4681509, 30.2567845 ], [ 120.4682231, 30.2555577 ], [ 120.4681581, 30.2542611 ], [ 120.468205, 30.2541396 ], [ 120.4681798, 30.2539994 ], [ 120.4679283, 30.2539869 ], [ 120.4679963, 30.2549454 ], [ 120.4680065, 30.2559164 ], [ 120.4679403, 30.2569716 ], [ 120.4677393, 30.2582598 ], [ 120.4676132, 30.2590869 ], [ 120.4675622, 30.2592653 ], [ 120.4675253, 30.2592902 ], [ 120.4674368, 30.2592966 ], [ 120.4673678, 30.2592908 ], [ 120.4672974, 30.2592809 ], [ 120.4671572, 30.2592525 ], [ 120.4668836, 30.2591355 ], [ 120.4658885, 30.2586838 ], [ 120.4656889, 30.2585904 ], [ 120.4653387, 30.2584266 ], [ 120.4650168, 30.2582308 ], [ 120.4648679, 30.2581046 ], [ 120.4646815, 30.2578868 ], [ 120.4645662, 30.2578127 ], [ 120.4644428, 30.2577663 ], [ 120.4637818, 30.2578085 ], [ 120.4615431, 30.2578969 ], [ 120.461176, 30.2579489 ], [ 120.4578339, 30.2587394 ], [ 120.45682, 30.2589722 ], [ 120.4559, 30.259183 ], [ 120.4555728, 30.259234 ], [ 120.4552254, 30.2592514 ], [ 120.4550403, 30.2592711 ], [ 120.4549102, 30.2592942 ], [ 120.4548258, 30.2593475 ], [ 120.4547024, 30.2593916 ], [ 120.4539662, 30.2595788 ], [ 120.4535469, 30.2596854 ], [ 120.4535054, 30.259696 ], [ 120.4532084, 30.2597715 ], [ 120.4504538, 30.2604932 ], [ 120.4503778, 30.2605109 ], [ 120.4475529, 30.2611673 ], [ 120.4474054, 30.2611917 ], [ 120.4473223, 30.2611685 ], [ 120.4472888, 30.261121 ], [ 120.4472727, 30.2610364 ], [ 120.4471372, 30.260477 ], [ 120.447009, 30.2598954 ], [ 120.4468381, 30.2592502 ], [ 120.4466871, 30.2587858 ], [ 120.4465646, 30.2584231 ], [ 120.4463084, 30.2578799 ], [ 120.4461603, 30.2576465 ], [ 120.4455293, 30.2566168 ], [ 120.4453072, 30.256203 ], [ 120.445202, 30.2560717 ], [ 120.4450267, 30.255991 ], [ 120.4446411, 30.2558295 ], [ 120.4443022, 30.255779 ], [ 120.4438815, 30.2556881 ], [ 120.4437646, 30.2556276 ], [ 120.4436373, 30.2554889 ], [ 120.4431846, 30.2554719 ], [ 120.4430468, 30.2555399 ], [ 120.4428204, 30.2555569 ], [ 120.441295, 30.2555399 ], [ 120.4408423, 30.2556079 ], [ 120.439499, 30.2558317 ], [ 120.435026, 30.256577 ], [ 120.4304494, 30.2573331 ], [ 120.4298641, 30.2574298 ], [ 120.4295003, 30.2574802 ], [ 120.4290046, 30.2575965 ], [ 120.4289076, 30.2576192 ], [ 120.4286611, 30.2576847 ], [ 120.4216022, 30.2595607 ], [ 120.4215727, 30.2596627 ], [ 120.421681, 30.2596882 ], [ 120.4290283, 30.2576864 ], [ 120.429554, 30.2575845 ], [ 120.4325263, 30.257138 ], [ 120.4413048, 30.2556334 ], [ 120.4432042, 30.2556334 ], [ 120.4433617, 30.2556589 ], [ 120.4436373, 30.2558629 ], [ 120.4438243, 30.2559139 ], [ 120.4442868, 30.2559819 ], [ 120.4447592, 30.2559989 ], [ 120.4449265, 30.2561349 ], [ 120.4450446, 30.256305 ], [ 120.4459248, 30.257749 ], [ 120.4461327, 30.2580768 ], [ 120.4462601, 30.2583791 ], [ 120.4464184, 30.2587625 ], [ 120.4466164, 30.2594043 ], [ 120.4466973, 30.2597089 ], [ 120.4468462, 30.2602499 ], [ 120.4468702, 30.2603498 ], [ 120.4469213, 30.2605627 ], [ 120.4469722, 30.2608013 ], [ 120.4469977, 30.2610353 ], [ 120.4470035, 30.2610729 ], [ 120.4470246, 30.261209 ], [ 120.4470313, 30.2612809 ], [ 120.4470205, 30.2613052 ], [ 120.446987, 30.2613214 ], [ 120.4464242, 30.2615237 ], [ 120.4450741, 30.2620089 ], [ 120.4444836, 30.2621704 ], [ 120.4443303, 30.2621369 ], [ 120.4441854, 30.2620929 ], [ 120.4431447, 30.2623037 ], [ 120.4430587, 30.2623279 ], [ 120.4428163, 30.2623959 ], [ 120.4426092, 30.2624541 ], [ 120.4424543, 30.2624975 ], [ 120.4412232, 30.2628432 ], [ 120.4410574, 30.2628898 ], [ 120.44087, 30.2629424 ], [ 120.4407201, 30.2629845 ], [ 120.4400012, 30.2631863 ], [ 120.4398697, 30.2632235 ], [ 120.4379522, 30.2637661 ], [ 120.4346958, 30.2646875 ], [ 120.4325227, 30.2652029 ], [ 120.431575, 30.2654277 ], [ 120.4309246, 30.2655933 ], [ 120.4245842, 30.2673895 ], [ 120.4243086, 30.267398 ], [ 120.4218614, 30.2672601 ], [ 120.4210313, 30.2672184 ], [ 120.4203942, 30.2671791 ], [ 120.4200308, 30.267142 ], [ 120.4198859, 30.2671074 ], [ 120.4197961, 30.2670968 ], [ 120.4197384, 30.2670968 ], [ 120.419666, 30.2671153 ], [ 120.4193777, 30.2671223 ], [ 120.4193546, 30.267261 ], [ 120.4193317, 30.2673626 ], [ 120.4196244, 30.2673505 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.5366379, 30.1600781 ], [ 120.5366734, 30.160177 ], [ 120.5368598, 30.1601521 ], [ 120.5383041, 30.159959 ], [ 120.5386957, 30.1598987 ], [ 120.5388701, 30.159843 ], [ 120.5389264, 30.1598523 ], [ 120.5389345, 30.1599057 ], [ 120.5388594, 30.1599938 ], [ 120.5387655, 30.1602025 ], [ 120.5386394, 30.1602303 ], [ 120.5385911, 30.1602721 ], [ 120.5385777, 30.1603764 ], [ 120.538618, 30.1604367 ], [ 120.5388808, 30.1606269 ], [ 120.5389371, 30.1606339 ], [ 120.5390471, 30.1605852 ], [ 120.5393556, 30.160286 ], [ 120.5395031, 30.1600981 ], [ 120.5395541, 30.1598848 ], [ 120.5394816, 30.1596622 ], [ 120.5395755, 30.1595253 ], [ 120.5396372, 30.1594975 ], [ 120.5397713, 30.1595276 ], [ 120.5399376, 30.1595114 ], [ 120.5400315, 30.1594882 ], [ 120.5401924, 30.1593978 ], [ 120.540216035092726, 30.159392079179842 ], [ 120.539336447294133, 30.159314782908712 ], [ 120.5390739, 30.159414 ], [ 120.5385858, 30.1595508 ], [ 120.5380762, 30.1597433 ], [ 120.5366009, 30.1599752 ], [ 120.5366379, 30.1600781 ] ] ], [ [ [ 120.5406028, 30.1596529 ], [ 120.5407047, 30.1597433 ], [ 120.5408522, 30.1598129 ], [ 120.5410561, 30.1598894 ], [ 120.5414772, 30.1599544 ], [ 120.5418929, 30.1600634 ], [ 120.5419546, 30.1600448 ], [ 120.5419493, 30.1599961 ], [ 120.5419198, 30.1599497 ], [ 120.5415979, 30.159857 ], [ 120.541437, 30.1597735 ], [ 120.5410373, 30.1597364 ], [ 120.5408093, 30.1596227 ], [ 120.5407664, 30.1595763 ], [ 120.5407584, 30.1595276 ], [ 120.540782094918171, 30.159441823291587 ], [ 120.540548245156785, 30.15942127308092 ], [ 120.5406028, 30.1596529 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.534158, 30.1764652 ], [ 120.534257, 30.1765402 ], [ 120.5344583, 30.1765295 ], [ 120.5345509, 30.1765823 ], [ 120.5345996, 30.1766956 ], [ 120.5344664, 30.1767594 ], [ 120.5345224, 30.1768869 ], [ 120.535014, 30.1767561 ], [ 120.5349483, 30.1764377 ], [ 120.5348486, 30.1762164 ], [ 120.5346913, 30.1761276 ], [ 120.5344091, 30.1761037 ], [ 120.5342189, 30.1761422 ], [ 120.5341113, 30.1762449 ], [ 120.534158, 30.1764652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.529954, 30.1780551 ], [ 120.5299904, 30.1782702 ], [ 120.5304144, 30.1791987 ], [ 120.5321374, 30.1786531 ], [ 120.531912, 30.1781243 ], [ 120.5335453, 30.1776869 ], [ 120.5337852, 30.1782031 ], [ 120.5341632, 30.1781274 ], [ 120.5342241, 30.1781727 ], [ 120.5349899, 30.1779771 ], [ 120.5345224, 30.1768869 ], [ 120.5341081, 30.1769828 ], [ 120.5339585, 30.1765619 ], [ 120.5335342, 30.1766764 ], [ 120.5333528, 30.1762258 ], [ 120.5296391, 30.1773039 ], [ 120.529954, 30.1780551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5009633, 30.3801263 ], [ 120.5011577, 30.3801686 ], [ 120.5012311, 30.3803163 ], [ 120.5014513, 30.3803796 ], [ 120.5016838, 30.3803796 ], [ 120.5024545, 30.3804219 ], [ 120.5028215, 30.3805485 ], [ 120.5029561, 30.3806329 ], [ 120.5031885, 30.3819205 ], [ 120.5032252, 30.3819944 ], [ 120.5032619, 30.3821949 ], [ 120.5035066, 30.3821527 ], [ 120.5038124, 30.3796936 ], [ 120.5038981, 30.3794403 ], [ 120.5040327, 30.3793454 ], [ 120.5040816, 30.3789021 ], [ 120.5039103, 30.3786805 ], [ 120.5036779, 30.3786171 ], [ 120.5036045, 30.3784694 ], [ 120.5036289, 30.3779944 ], [ 120.5035188, 30.3771712 ], [ 120.5035267, 30.377127 ], [ 120.5035262, 30.3768969 ], [ 120.5035221, 30.3750392 ], [ 120.5035188, 30.3735088 ], [ 120.5034454, 30.3733927 ], [ 120.5034032, 30.3721912 ], [ 120.503372, 30.3713029 ], [ 120.5030907, 30.3657192 ], [ 120.5030907, 30.365508 ], [ 120.5029194, 30.3652442 ], [ 120.5029194, 30.3650014 ], [ 120.5029928, 30.3647692 ], [ 120.5031396, 30.3646847 ], [ 120.5033843, 30.3646847 ], [ 120.5038247, 30.3646847 ], [ 120.5043997, 30.3646425 ], [ 120.5049257, 30.3645686 ], [ 120.5062592, 30.3646319 ], [ 120.5065528, 30.3646214 ], [ 120.5066629, 30.3646636 ], [ 120.5067363, 30.3649803 ], [ 120.5068342, 30.3650647 ], [ 120.5068342, 30.3652125 ], [ 120.5067608, 30.365318 ], [ 120.5068342, 30.3663314 ], [ 120.5069932, 30.3682736 ], [ 120.5070422, 30.3727383 ], [ 120.5071645, 30.3780578 ], [ 120.50714, 30.3784166 ], [ 120.5075315, 30.3783955 ], [ 120.507556, 30.3781739 ], [ 120.5074459, 30.3760947 ], [ 120.5075315, 30.3759786 ], [ 120.5075193, 30.3738993 ], [ 120.5076416, 30.3738888 ], [ 120.5076783, 30.3737832 ], [ 120.5076538, 30.3736249 ], [ 120.507507, 30.3736038 ], [ 120.5073969, 30.3715984 ], [ 120.5072868, 30.3674714 ], [ 120.5071033, 30.3652758 ], [ 120.5070055, 30.3650647 ], [ 120.5070789, 30.3648958 ], [ 120.5070055, 30.3646003 ], [ 120.5073113, 30.364558 ], [ 120.5129388, 30.3639986 ], [ 120.5177957, 30.3636291 ], [ 120.518077, 30.3637136 ], [ 120.5185297, 30.3636819 ], [ 120.5188967, 30.3635869 ], [ 120.5194227, 30.3634075 ], [ 120.5197041, 30.363418 ], [ 120.5202424, 30.3635236 ], [ 120.5204504, 30.3633969 ], [ 120.5287326, 30.3627108 ], [ 120.5304454, 30.3625947 ], [ 120.5316198, 30.3626052 ], [ 120.5322804, 30.3625102 ], [ 120.5331246, 30.3624574 ], [ 120.5343602, 30.3622991 ], [ 120.5349719, 30.3622041 ], [ 120.5359016, 30.3622252 ], [ 120.5362564, 30.3622463 ], [ 120.539058, 30.3620352 ], [ 120.5403058, 30.3619613 ], [ 120.5421531, 30.3620563 ], [ 120.5422754, 30.3618663 ], [ 120.543352, 30.3616869 ], [ 120.54471, 30.3616235 ], [ 120.5471689, 30.3613174 ], [ 120.5474014, 30.3612646 ], [ 120.5475604, 30.361423 ], [ 120.547695, 30.3614757 ], [ 120.5478663, 30.3612963 ], [ 120.5480008, 30.3612119 ], [ 120.5493833, 30.3611063 ], [ 120.5509981, 30.3609163 ], [ 120.5525396, 30.3605574 ], [ 120.5530534, 30.3604835 ], [ 120.5536773, 30.3604413 ], [ 120.5540199, 30.3603779 ], [ 120.5539587, 30.3600085 ], [ 120.5536895, 30.3599873 ], [ 120.5532614, 30.3600085 ], [ 120.5527475, 30.3599873 ], [ 120.5517688, 30.360114 ], [ 120.5515486, 30.3602196 ], [ 120.548429, 30.3607791 ], [ 120.5478296, 30.3607368 ], [ 120.5474014, 30.3607685 ], [ 120.5470221, 30.3608952 ], [ 120.5467652, 30.3609163 ], [ 120.5463003, 30.3608635 ], [ 120.5419696, 30.3612646 ], [ 120.5403425, 30.3614546 ], [ 120.5390457, 30.3616658 ], [ 120.5387276, 30.3616446 ], [ 120.5369293, 30.3618241 ], [ 120.5344458, 30.3620141 ], [ 120.5317422, 30.3621936 ], [ 120.5312895, 30.362183 ], [ 120.530531, 30.3622358 ], [ 120.5302986, 30.3622991 ], [ 120.5300294, 30.3623097 ], [ 120.5298949, 30.362373 ], [ 120.5296869, 30.3623836 ], [ 120.529589, 30.3622991 ], [ 120.5296135, 30.3620669 ], [ 120.5296502, 30.3610007 ], [ 120.5296257, 30.3584039 ], [ 120.5296991, 30.3569788 ], [ 120.5293076, 30.3569999 ], [ 120.5293443, 30.3572005 ], [ 120.5292832, 30.3574855 ], [ 120.5293076, 30.3580978 ], [ 120.5292098, 30.361043 ], [ 120.5291853, 30.361898 ], [ 120.5291975, 30.3620774 ], [ 120.5291486, 30.3622358 ], [ 120.5289651, 30.3623836 ], [ 120.5210498, 30.3630169 ], [ 120.520536, 30.3630275 ], [ 120.5198999, 30.3628163 ], [ 120.5197898, 30.3629113 ], [ 120.519435, 30.3627636 ], [ 120.5191169, 30.3624574 ], [ 120.519019, 30.362278 ], [ 120.5191169, 30.3616235 ], [ 120.5190802, 30.3614335 ], [ 120.519227, 30.3606102 ], [ 120.519227, 30.360304 ], [ 120.519227, 30.3575911 ], [ 120.5191658, 30.355902 ], [ 120.5192515, 30.354213 ], [ 120.5192882, 30.3536007 ], [ 120.5191536, 30.3530517 ], [ 120.519019, 30.3527773 ], [ 120.5187499, 30.3527984 ], [ 120.5188233, 30.3529567 ], [ 120.5187988, 30.3531573 ], [ 120.5187988, 30.3534001 ], [ 120.51886, 30.3539913 ], [ 120.5188233, 30.3542974 ], [ 120.5188233, 30.3546986 ], [ 120.5187866, 30.3551948 ], [ 120.5187744, 30.3560604 ], [ 120.5188233, 30.3567043 ], [ 120.5187377, 30.357855 ], [ 120.5188111, 30.3591323 ], [ 120.5188355, 30.3593645 ], [ 120.5188355, 30.3597762 ], [ 120.5188845, 30.3608002 ], [ 120.5188233, 30.3614335 ], [ 120.5187254, 30.3617819 ], [ 120.5188233, 30.362278 ], [ 120.5187988, 30.3624891 ], [ 120.5188233, 30.3627319 ], [ 120.5188355, 30.3630697 ], [ 120.5187866, 30.3631964 ], [ 120.5168536, 30.3633969 ], [ 120.5160218, 30.3634391 ], [ 120.5149207, 30.363513 ], [ 120.5134649, 30.3636608 ], [ 120.5125718, 30.3636714 ], [ 120.5089262, 30.3638825 ], [ 120.5076906, 30.3641253 ], [ 120.5065161, 30.3641675 ], [ 120.5044119, 30.3643258 ], [ 120.5040571, 30.3643892 ], [ 120.5030784, 30.3643047 ], [ 120.5030539, 30.3641886 ], [ 120.5030784, 30.3576544 ], [ 120.5030172, 30.357211 ], [ 120.5030417, 30.3533368 ], [ 120.5023811, 30.3533262 ], [ 120.5022588, 30.3551103 ], [ 120.502271, 30.3559759 ], [ 120.5024423, 30.3574222 ], [ 120.5026013, 30.3580344 ], [ 120.5025401, 30.3592062 ], [ 120.5024423, 30.3627002 ], [ 120.5024912, 30.3629008 ], [ 120.5026135, 30.3634075 ], [ 120.5025768, 30.3635764 ], [ 120.5025157, 30.3636503 ], [ 120.5025157, 30.3639036 ], [ 120.5024923, 30.3643137 ], [ 120.5024701, 30.3646305 ], [ 120.5025768, 30.364843 ], [ 120.5025768, 30.3650225 ], [ 120.5025646, 30.365223 ], [ 120.5025034, 30.3654869 ], [ 120.502479, 30.3660569 ], [ 120.5026258, 30.3686535 ], [ 120.5025646, 30.3721472 ], [ 120.5025768, 30.3725167 ], [ 120.5025034, 30.3732766 ], [ 120.5025646, 30.3745537 ], [ 120.5028093, 30.3778678 ], [ 120.5029194, 30.3800103 ], [ 120.5029071, 30.3802636 ], [ 120.5029316, 30.3804641 ], [ 120.5028215, 30.3803269 ], [ 120.5027726, 30.3801264 ], [ 120.502638, 30.3800947 ], [ 120.5023811, 30.3801158 ], [ 120.5021487, 30.3801052 ], [ 120.5016838, 30.3799153 ], [ 120.5014024, 30.3799047 ], [ 120.5012556, 30.3799997 ], [ 120.5011944, 30.3800736 ], [ 120.5009458, 30.3799903 ], [ 120.5009633, 30.3801263 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5045342, 30.3792398 ], [ 120.5058188, 30.3790815 ], [ 120.5065283, 30.3790076 ], [ 120.5072012, 30.3789337 ], [ 120.5160707, 30.3780261 ], [ 120.5162053, 30.3778678 ], [ 120.5165356, 30.3777517 ], [ 120.516768, 30.3777939 ], [ 120.5170005, 30.3778994 ], [ 120.5190924, 30.37772 ], [ 120.5196307, 30.377625 ], [ 120.5247689, 30.3771184 ], [ 120.530739, 30.3764324 ], [ 120.5365133, 30.3758836 ], [ 120.5411989, 30.3753559 ], [ 120.544453, 30.3749864 ], [ 120.5443796, 30.374617 ], [ 120.542569, 30.3748387 ], [ 120.5389968, 30.3751448 ], [ 120.5338953, 30.3757358 ], [ 120.5276071, 30.3764641 ], [ 120.5237657, 30.3768229 ], [ 120.5210376, 30.3771184 ], [ 120.5173185, 30.3774984 ], [ 120.512792, 30.3779839 ], [ 120.507923, 30.3785538 ], [ 120.5076538, 30.3785644 ], [ 120.507556, 30.3785221 ], [ 120.5075315, 30.3783955 ], [ 120.50714, 30.3784166 ], [ 120.5071278, 30.3785855 ], [ 120.5070177, 30.3786593 ], [ 120.5065406, 30.3787543 ], [ 120.5061212, 30.3787785 ], [ 120.5053683, 30.3788241 ], [ 120.5040816, 30.3789021 ], [ 120.5040327, 30.3793454 ], [ 120.5045342, 30.3792398 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4454999, 30.2474367 ], [ 120.4455746, 30.2474488 ], [ 120.4457474, 30.2474609 ], [ 120.4462564, 30.2473359 ], [ 120.4481664, 30.2470131 ], [ 120.4562544, 30.2457979 ], [ 120.4562381, 30.2455872 ], [ 120.4556758, 30.2456939 ], [ 120.4507349, 30.246404 ], [ 120.4506089, 30.2463354 ], [ 120.450552, 30.2460851 ], [ 120.4503939, 30.2460636 ], [ 120.4504617, 30.246377 ], [ 120.4504511, 30.2464198 ], [ 120.4503909, 30.2464534 ], [ 120.4495132, 30.2466063 ], [ 120.4483311, 30.2467959 ], [ 120.4472764, 30.246964 ], [ 120.4470251, 30.2470313 ], [ 120.446158, 30.2471383 ], [ 120.4456236, 30.2471719 ], [ 120.4455426, 30.2471652 ], [ 120.4454252, 30.2473735 ], [ 120.4454999, 30.2474367 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4451957, 30.2477554 ], [ 120.4453863, 30.2474451 ], [ 120.4452818, 30.2474007 ], [ 120.445158, 30.2475332 ], [ 120.445066, 30.2477003 ], [ 120.4451957, 30.2477554 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4380102, 30.2489866 ], [ 120.4380995, 30.2489899 ], [ 120.4381293, 30.2489397 ], [ 120.4380554, 30.2488864 ], [ 120.4353153, 30.2476763 ], [ 120.4352619, 30.2477686 ], [ 120.4380102, 30.2489866 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4326071, 30.2478006 ], [ 120.4378333, 30.2501205 ], [ 120.4379171, 30.2501314 ], [ 120.4379486, 30.2500781 ], [ 120.4378908, 30.2500216 ], [ 120.4326676, 30.2477017 ], [ 120.4325797, 30.2476919 ], [ 120.4325457, 30.2477513 ], [ 120.4326071, 30.2478006 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.42802, 30.2485084 ], [ 120.4353748, 30.251771 ], [ 120.4355878, 30.2522553 ], [ 120.4358934, 30.2523934 ], [ 120.4359901, 30.2523921 ], [ 120.4360139, 30.252351 ], [ 120.4359663, 30.252282 ], [ 120.4356817, 30.2521548 ], [ 120.4354769, 30.2516811 ], [ 120.4280884, 30.24841 ], [ 120.4279996, 30.2484041 ], [ 120.4279722, 30.2484533 ], [ 120.42802, 30.2485084 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4412808, 30.2504331 ], [ 120.4422524, 30.2508475 ], [ 120.4423093, 30.2507667 ], [ 120.4413377, 30.2503523 ], [ 120.4413174, 30.2503207 ], [ 120.4412117, 30.2502715 ], [ 120.4411588, 30.2503558 ], [ 120.4412808, 30.2504331 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4388588, 30.2505801 ], [ 120.4396847, 30.2509425 ], [ 120.4397674, 30.2509556 ], [ 120.439798, 30.2509014 ], [ 120.4397421, 30.2508436 ], [ 120.4389192, 30.2504812 ], [ 120.4388192, 30.2504635 ], [ 120.4387852, 30.2505192 ], [ 120.4388588, 30.2505801 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4429354, 30.251153 ], [ 120.4430452, 30.2511846 ], [ 120.4430899, 30.2511073 ], [ 120.4425045, 30.2508404 ], [ 120.4424516, 30.2509388 ], [ 120.4429354, 30.251153 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4406511, 30.2513629 ], [ 120.4445783, 30.2530978 ], [ 120.4443547, 30.25347 ], [ 120.4443588, 30.2535473 ], [ 120.4444198, 30.2535754 ], [ 120.444497, 30.2535121 ], [ 120.4453223, 30.2521004 ], [ 120.4433587, 30.2512435 ], [ 120.4431798, 30.2511627 ], [ 120.4431392, 30.2512295 ], [ 120.4432083, 30.2512751 ], [ 120.4434833, 30.2513969 ], [ 120.4451516, 30.2521355 ], [ 120.4446393, 30.2529889 ], [ 120.4408706, 30.2513278 ], [ 120.4406226, 30.251226 ], [ 120.440582, 30.2513102 ], [ 120.4406511, 30.2513629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4361516, 30.2525067 ], [ 120.4416297, 30.2549345 ], [ 120.4417401, 30.2549388 ], [ 120.4417438, 30.2548845 ], [ 120.4417017, 30.2548123 ], [ 120.4362382, 30.2523955 ], [ 120.4361187, 30.2523876 ], [ 120.4360863, 30.2524377 ], [ 120.4361516, 30.2525067 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4533141, 30.3095375 ], [ 120.4532398, 30.3096979 ], [ 120.4540018, 30.3100135 ], [ 120.454169, 30.3096284 ], [ 120.4541628, 30.3095054 ], [ 120.4532894, 30.3091417 ], [ 120.4531655, 30.3094787 ], [ 120.4533141, 30.3095375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4548505, 30.3105964 ], [ 120.4548443, 30.3106552 ], [ 120.4552345, 30.3103397 ], [ 120.4548319, 30.3100081 ], [ 120.454231, 30.3097033 ], [ 120.4540699, 30.3100616 ], [ 120.4548505, 30.3105964 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4550735, 30.3109226 ], [ 120.4552036, 30.3110564 ], [ 120.4552841, 30.311174 ], [ 120.4554823, 30.311281 ], [ 120.4556682, 30.3113719 ], [ 120.4558231, 30.3115002 ], [ 120.4558602, 30.3115965 ], [ 120.4560399, 30.3115163 ], [ 120.4560832, 30.3114254 ], [ 120.4561328, 30.3113238 ], [ 120.4562133, 30.3112542 ], [ 120.4563063, 30.3112489 ], [ 120.4564549, 30.311297 ], [ 120.4565293, 30.3113505 ], [ 120.4565664, 30.3114307 ], [ 120.4565479, 30.3115216 ], [ 120.4564983, 30.3116072 ], [ 120.4563806, 30.3117035 ], [ 120.4562443, 30.3117195 ], [ 120.4561266, 30.3116767 ], [ 120.4560647, 30.3116286 ], [ 120.4559779, 30.3116714 ], [ 120.4559284, 30.3117195 ], [ 120.4559408, 30.311773 ], [ 120.4563806, 30.312126 ], [ 120.4566036, 30.3118746 ], [ 120.4567337, 30.3118532 ], [ 120.4568452, 30.3117142 ], [ 120.45687, 30.3116179 ], [ 120.4568328, 30.3115698 ], [ 120.4567151, 30.3114521 ], [ 120.4564859, 30.3112542 ], [ 120.4563558, 30.311174 ], [ 120.4562567, 30.3111312 ], [ 120.4560894, 30.3109761 ], [ 120.4558293, 30.3108424 ], [ 120.4556992, 30.3107996 ], [ 120.4555815, 30.3107248 ], [ 120.4552717, 30.3104253 ], [ 120.4548938, 30.3107355 ], [ 120.4550735, 30.3109226 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4543673, 30.3112917 ], [ 120.4544788, 30.3113986 ], [ 120.4546027, 30.3115002 ], [ 120.4548195, 30.3117088 ], [ 120.4548752, 30.311789 ], [ 120.4550735, 30.3119174 ], [ 120.4553894, 30.3119013 ], [ 120.4554452, 30.3118853 ], [ 120.455408, 30.3118158 ], [ 120.4545903, 30.3111205 ], [ 120.4545221, 30.3111152 ], [ 120.4543425, 30.3112382 ], [ 120.4543673, 30.3112917 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.455439, 30.3121153 ], [ 120.4561266, 30.3129121 ], [ 120.4561886, 30.3129495 ], [ 120.4562567, 30.3129495 ], [ 120.4563434, 30.3128854 ], [ 120.4563248, 30.3128372 ], [ 120.4562567, 30.3127463 ], [ 120.4556496, 30.3121366 ], [ 120.4555567, 30.3120671 ], [ 120.45547, 30.3120404 ], [ 120.4554142, 30.3120564 ], [ 120.455439, 30.3121153 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.458309, 30.3125859 ], [ 120.4583662, 30.3126518 ], [ 120.4584473, 30.3126682 ], [ 120.4584759, 30.3125859 ], [ 120.4585045, 30.3124418 ], [ 120.458452, 30.3124048 ], [ 120.458371, 30.3123883 ], [ 120.4582995, 30.3123925 ], [ 120.4582565, 30.3124789 ], [ 120.458309, 30.3125859 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.456386, 30.3122731 ], [ 120.4567177, 30.3125651 ], [ 120.4569259, 30.3126999 ], [ 120.4571081, 30.3128179 ], [ 120.4572252, 30.3129302 ], [ 120.4575764, 30.3132728 ], [ 120.4576805, 30.3132615 ], [ 120.4580123, 30.3132952 ], [ 120.4580644, 30.3132615 ], [ 120.4580904, 30.3131941 ], [ 120.4580839, 30.313065 ], [ 120.4580448, 30.3129527 ], [ 120.4578367, 30.3126494 ], [ 120.4576415, 30.3125202 ], [ 120.4572382, 30.3123405 ], [ 120.4571211, 30.3123068 ], [ 120.4570365, 30.3122394 ], [ 120.4567828, 30.3120766 ], [ 120.4566787, 30.312026 ], [ 120.4566071, 30.3120092 ], [ 120.4565551, 30.3120541 ], [ 120.4563729, 30.3122282 ], [ 120.456386, 30.3122731 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4590242, 30.3132569 ], [ 120.4590385, 30.3135615 ], [ 120.4590624, 30.3136109 ], [ 120.4592436, 30.3136315 ], [ 120.4593008, 30.3135944 ], [ 120.4593246, 30.3135244 ], [ 120.4593675, 30.3133433 ], [ 120.4594057, 30.3130963 ], [ 120.4594247, 30.3129317 ], [ 120.4593914, 30.3128576 ], [ 120.4592912, 30.3128288 ], [ 120.45911, 30.3128329 ], [ 120.4590195, 30.3128658 ], [ 120.4589956, 30.3129358 ], [ 120.4589861, 30.3130469 ], [ 120.4590242, 30.3132569 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4576468, 30.3136411 ], [ 120.4577504, 30.3139038 ], [ 120.4578216, 30.3139932 ], [ 120.4578993, 30.3140435 ], [ 120.4580385, 30.3140352 ], [ 120.4582166, 30.3140379 ], [ 120.4582748, 30.3140044 ], [ 120.4583007, 30.3139485 ], [ 120.4583072, 30.3138591 ], [ 120.4582425, 30.3136802 ], [ 120.4581518, 30.3134119 ], [ 120.4580935, 30.3133672 ], [ 120.4577633, 30.3133281 ], [ 120.457705, 30.313356 ], [ 120.4576597, 30.3134455 ], [ 120.4576468, 30.3135405 ], [ 120.4576468, 30.3136411 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4589527, 30.3139361 ], [ 120.4590004, 30.3139978 ], [ 120.4590195, 30.3141089 ], [ 120.4590385, 30.3141913 ], [ 120.4590528, 30.3142736 ], [ 120.4591625, 30.3142818 ], [ 120.4593198, 30.3142736 ], [ 120.4593246, 30.3142324 ], [ 120.4593246, 30.3141748 ], [ 120.4593294, 30.3138702 ], [ 120.4593151, 30.3137385 ], [ 120.4592483, 30.3136973 ], [ 120.4591291, 30.313652 ], [ 120.4590433, 30.313652 ], [ 120.458967, 30.313685 ], [ 120.4589289, 30.3137879 ], [ 120.4589146, 30.3138661 ], [ 120.4589527, 30.3139361 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4589002, 30.3145041 ], [ 120.4589146, 30.3146358 ], [ 120.458905, 30.3148622 ], [ 120.4589193, 30.3150392 ], [ 120.4589575, 30.315101 ], [ 120.4592626, 30.315101 ], [ 120.4593389, 30.3150721 ], [ 120.4593675, 30.3150227 ], [ 120.4594534, 30.3144794 ], [ 120.4594486, 30.3144218 ], [ 120.4593961, 30.3143395 ], [ 120.4593103, 30.3143271 ], [ 120.4590051, 30.3143189 ], [ 120.4589146, 30.31436 ], [ 120.4588859, 30.3144218 ], [ 120.4589002, 30.3145041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4589417, 30.3152956 ], [ 120.4589741, 30.3153962 ], [ 120.4590712, 30.3154968 ], [ 120.459136, 30.3155583 ], [ 120.4591619, 30.3156254 ], [ 120.4591684, 30.3156924 ], [ 120.4592202, 30.3157148 ], [ 120.459259, 30.3156813 ], [ 120.4592784, 30.3155527 ], [ 120.4592849, 30.3154465 ], [ 120.4593367, 30.3153738 ], [ 120.4593561, 30.3153068 ], [ 120.4592655, 30.315195 ], [ 120.4591813, 30.3151279 ], [ 120.4590065, 30.3151223 ], [ 120.4589417, 30.3151614 ], [ 120.4589353, 30.3152229 ], [ 120.4589417, 30.3152956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4224862, 30.3228571 ], [ 120.4242057, 30.3268928 ], [ 120.4255038, 30.3299742 ], [ 120.4262806, 30.3318087 ], [ 120.4285172, 30.3371293 ], [ 120.4295187, 30.3395398 ], [ 120.4314549, 30.3441302 ], [ 120.4335913, 30.3488068 ], [ 120.4345594, 30.3511113 ], [ 120.4347708, 30.351505 ], [ 120.4352048, 30.3519467 ], [ 120.436618, 30.3530414 ], [ 120.4367181, 30.3531374 ], [ 120.4366959, 30.3535695 ], [ 120.4367627, 30.3536943 ], [ 120.436796, 30.3540592 ], [ 120.4367738, 30.3541841 ], [ 120.436707, 30.3543569 ], [ 120.4365624, 30.3546065 ], [ 120.4364066, 30.3546449 ], [ 120.4363176, 30.354741 ], [ 120.4362619, 30.3549234 ], [ 120.4362285, 30.3550002 ], [ 120.4361173, 30.3550866 ], [ 120.4359058, 30.3552883 ], [ 120.4357946, 30.3554515 ], [ 120.4361952, 30.3558452 ], [ 120.436529, 30.3557204 ], [ 120.4366514, 30.3555859 ], [ 120.436796, 30.3554707 ], [ 120.4369518, 30.3553171 ], [ 120.4371076, 30.3550098 ], [ 120.4371744, 30.3546834 ], [ 120.4370297, 30.3542897 ], [ 120.4369741, 30.353992 ], [ 120.4370297, 30.3537808 ], [ 120.4372077, 30.3535023 ], [ 120.437319, 30.3534735 ], [ 120.4384763, 30.3540784 ], [ 120.4404903, 30.3549234 ], [ 120.4421038, 30.3555379 ], [ 120.4421483, 30.3558164 ], [ 120.4423041, 30.3559604 ], [ 120.4424154, 30.3560084 ], [ 120.4425378, 30.3559796 ], [ 120.4426157, 30.3558836 ], [ 120.4426602, 30.3556628 ], [ 120.4441401, 30.3560756 ], [ 120.4451861, 30.3562965 ], [ 120.4568699, 30.3582648 ], [ 120.4645478, 30.3595034 ], [ 120.4648371, 30.359513 ], [ 120.4650708, 30.3596283 ], [ 120.4654714, 30.3597435 ], [ 120.4655827, 30.3596859 ], [ 120.4705566, 30.3603292 ], [ 120.4897848, 30.3629215 ], [ 120.50089, 30.3643905 ], [ 120.500979, 30.3644385 ], [ 120.5010346, 30.3645345 ], [ 120.5010903, 30.3647457 ], [ 120.5010508, 30.3648711 ], [ 120.5012259, 30.3648862 ], [ 120.5013573, 30.3646017 ], [ 120.5014686, 30.3645153 ], [ 120.5016466, 30.3644961 ], [ 120.5019248, 30.3645345 ], [ 120.5024701, 30.3646305 ], [ 120.5024923, 30.3643137 ], [ 120.5020584, 30.3642849 ], [ 120.5012572, 30.3642273 ], [ 120.5009456, 30.3641697 ], [ 120.4994323, 30.3640065 ], [ 120.4940244, 30.363296 ], [ 120.4898516, 30.3627007 ], [ 120.4850557, 30.3620766 ], [ 120.4849221, 30.3620574 ], [ 120.484822, 30.3619422 ], [ 120.4848442, 30.3612989 ], [ 120.4844659, 30.3612317 ], [ 120.484477, 30.3613181 ], [ 120.4845772, 30.3614909 ], [ 120.4845994, 30.3619518 ], [ 120.4844993, 30.3619902 ], [ 120.4782457, 30.3611645 ], [ 120.4738949, 30.3605596 ], [ 120.4692213, 30.3599643 ], [ 120.4657496, 30.3594554 ], [ 120.4650597, 30.3593018 ], [ 120.4647815, 30.3593114 ], [ 120.4645589, 30.359225 ], [ 120.4642585, 30.3591866 ], [ 120.4641695, 30.3592442 ], [ 120.4584611, 30.358284 ], [ 120.4522409, 30.3572183 ], [ 120.4453753, 30.3560756 ], [ 120.4447966, 30.3560276 ], [ 120.44404, 30.3558356 ], [ 120.4431498, 30.3555571 ], [ 120.4414918, 30.3550194 ], [ 120.4400341, 30.3545105 ], [ 120.4393776, 30.3542033 ], [ 120.4373635, 30.3531854 ], [ 120.4372411, 30.3530606 ], [ 120.43723, 30.3529166 ], [ 120.4374615, 30.3506357 ], [ 120.4381313, 30.3440342 ], [ 120.4382203, 30.3438709 ], [ 120.4382287, 30.3437728 ], [ 120.4382426, 30.3436116 ], [ 120.4382092, 30.3435348 ], [ 120.4380539, 30.3435348 ], [ 120.4379088, 30.3435348 ], [ 120.4378531, 30.343698 ], [ 120.4376751, 30.3451289 ], [ 120.4368628, 30.3524077 ], [ 120.4368072, 30.3527245 ], [ 120.436707, 30.3527437 ], [ 120.4355275, 30.3518411 ], [ 120.4350268, 30.3513226 ], [ 120.4349266, 30.3511306 ], [ 120.4317664, 30.3438613 ], [ 120.4277606, 30.3345939 ], [ 120.4260939, 30.3305808 ], [ 120.425697, 30.329627 ], [ 120.4252571, 30.3286523 ], [ 120.4248341, 30.3276596 ], [ 120.4218964, 30.3206383 ], [ 120.4216334, 30.3207203 ], [ 120.4224862, 30.3228571 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4425079, 30.3567138 ], [ 120.4438209, 30.3609587 ], [ 120.443996, 30.3613666 ], [ 120.4461318, 30.368028 ], [ 120.4470247, 30.3707015 ], [ 120.4471822, 30.3709432 ], [ 120.4472697, 30.3710943 ], [ 120.4475499, 30.3712453 ], [ 120.4510337, 30.3718495 ], [ 120.4587367, 30.3731635 ], [ 120.4664047, 30.3744776 ], [ 120.4776967, 30.3764108 ], [ 120.4872904, 30.3779816 ], [ 120.4920873, 30.3788123 ], [ 120.5005957, 30.3802471 ], [ 120.5008232, 30.3802169 ], [ 120.5009633, 30.3801263 ], [ 120.5009458, 30.3799903 ], [ 120.5007357, 30.3797638 ], [ 120.5006657, 30.3795523 ], [ 120.5008057, 30.379205 ], [ 120.5008583, 30.3786008 ], [ 120.5007357, 30.37848 ], [ 120.5008057, 30.370913 ], [ 120.5008057, 30.3699614 ], [ 120.5008758, 30.3677259 ], [ 120.5011209, 30.3657018 ], [ 120.5013134, 30.3653242 ], [ 120.5012784, 30.3650674 ], [ 120.5012259, 30.3648862 ], [ 120.5010508, 30.3648711 ], [ 120.5009108, 30.3651127 ], [ 120.5009283, 30.3653997 ], [ 120.5007357, 30.3656716 ], [ 120.5004906, 30.3675144 ], [ 120.500263, 30.3756859 ], [ 120.500228, 30.3792201 ], [ 120.5003155, 30.3794466 ], [ 120.500263, 30.3796581 ], [ 120.500088, 30.3797034 ], [ 120.4997553, 30.3796883 ], [ 120.4931727, 30.3786159 ], [ 120.4930677, 30.3785102 ], [ 120.4928401, 30.3784951 ], [ 120.4904242, 30.3781326 ], [ 120.4903191, 30.3783139 ], [ 120.4898114, 30.3782233 ], [ 120.4897064, 30.3779212 ], [ 120.4894438, 30.377891 ], [ 120.484892, 30.3772415 ], [ 120.4847694, 30.3771358 ], [ 120.4847694, 30.3769244 ], [ 120.484787, 30.3729974 ], [ 120.484822, 30.3635569 ], [ 120.4845769, 30.3635569 ], [ 120.4845594, 30.3736469 ], [ 120.4845419, 30.3740849 ], [ 120.4844893, 30.3769546 ], [ 120.4844193, 30.3770754 ], [ 120.4842267, 30.3770603 ], [ 120.4647416, 30.3737677 ], [ 120.4646366, 30.3672879 ], [ 120.4646015, 30.3670915 ], [ 120.4643389, 30.3670311 ], [ 120.4643564, 30.3674842 ], [ 120.464409, 30.3735562 ], [ 120.4643214, 30.373662 ], [ 120.4640413, 30.3736167 ], [ 120.4476724, 30.3708677 ], [ 120.4474798, 30.3707469 ], [ 120.4473923, 30.3704599 ], [ 120.445344, 30.3640251 ], [ 120.4426606, 30.3561487 ], [ 120.4425399, 30.3561001 ], [ 120.442379, 30.3561233 ], [ 120.4423503, 30.3562455 ], [ 120.4425079, 30.3567138 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4885937, 30.3234576 ], [ 120.4886576, 30.3234123 ], [ 120.4886365, 30.3233902 ], [ 120.4888778, 30.3232188 ], [ 120.4888956, 30.3232375 ], [ 120.48896, 30.3231918 ], [ 120.4888911, 30.3231195 ], [ 120.4888273, 30.3231648 ], [ 120.4888509, 30.3231895 ], [ 120.4886095, 30.3233608 ], [ 120.4885933, 30.3233438 ], [ 120.4885289, 30.3233896 ], [ 120.4885937, 30.3234576 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4889421, 30.3234362 ], [ 120.489207, 30.3237117 ], [ 120.4892137, 30.3237137 ], [ 120.4892197, 30.3237114 ], [ 120.4892486, 30.3236851 ], [ 120.4892526, 30.3236775 ], [ 120.4892566, 30.3235288 ], [ 120.4892626, 30.3235172 ], [ 120.489384, 30.3234275 ], [ 120.4894081, 30.3234177 ], [ 120.489433, 30.3234165 ], [ 120.4894725, 30.3234246 ], [ 120.489502, 30.3234223 ], [ 120.4895902, 30.3233968 ], [ 120.4895932, 30.3233932 ], [ 120.4895932, 30.3233876 ], [ 120.4894152, 30.3232055 ], [ 120.4894038, 30.3232032 ], [ 120.4893947, 30.3232058 ], [ 120.4891594, 30.3233742 ], [ 120.489146, 30.3233789 ], [ 120.4891305, 30.32338 ], [ 120.4890484, 30.3233566 ], [ 120.4890393, 30.3233575 ], [ 120.489033, 30.3233606 ], [ 120.4889451, 30.3234249 ], [ 120.4889408, 30.3234298 ], [ 120.4889421, 30.3234362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4822642, 30.3246066 ], [ 120.4827941, 30.3244971 ], [ 120.4832568, 30.3244133 ], [ 120.4835851, 30.3244069 ], [ 120.4839881, 30.3244391 ], [ 120.4844061, 30.3245164 ], [ 120.484615, 30.3245744 ], [ 120.4847643, 30.3246646 ], [ 120.4847792, 30.3248063 ], [ 120.4846897, 30.3250446 ], [ 120.4846971, 30.3252508 ], [ 120.4847717, 30.3254505 ], [ 120.4848538, 30.3256759 ], [ 120.4848165, 30.3258821 ], [ 120.4846673, 30.3261268 ], [ 120.4845553, 30.3262428 ], [ 120.4845255, 30.3263974 ], [ 120.4845777, 30.3265198 ], [ 120.4845255, 30.3266293 ], [ 120.4845777, 30.3267002 ], [ 120.4847046, 30.3268612 ], [ 120.4847568, 30.3270029 ], [ 120.484727, 30.3271575 ], [ 120.48463, 30.3273314 ], [ 120.4845628, 30.327544 ], [ 120.484615, 30.3277179 ], [ 120.4846971, 30.3279885 ], [ 120.4847792, 30.3281817 ], [ 120.4847568, 30.3283621 ], [ 120.4846747, 30.3286069 ], [ 120.4847195, 30.328652 ], [ 120.484712, 30.3288581 ], [ 120.4846673, 30.3294507 ], [ 120.4846822, 30.3310224 ], [ 120.48463, 30.331293 ], [ 120.4846523, 30.3316795 ], [ 120.4846897, 30.3319436 ], [ 120.4846598, 30.3324524 ], [ 120.4846449, 30.3337214 ], [ 120.48463, 30.3349387 ], [ 120.4846449, 30.3354862 ], [ 120.4846306, 30.3364823 ], [ 120.4845813, 30.3367836 ], [ 120.4845789, 30.3375182 ], [ 120.4845317, 30.3387552 ], [ 120.4845594, 30.3422192 ], [ 120.4846702, 30.3426701 ], [ 120.4846623, 30.3429299 ], [ 120.4846162, 30.3438626 ], [ 120.4846983, 30.3438755 ], [ 120.4846759, 30.3441073 ], [ 120.4846237, 30.3443714 ], [ 120.4846685, 30.3447707 ], [ 120.4846834, 30.3448609 ], [ 120.4846834, 30.3450476 ], [ 120.4846386, 30.3451571 ], [ 120.4846536, 30.3452473 ], [ 120.4846685, 30.3453632 ], [ 120.4846013, 30.3454985 ], [ 120.4846386, 30.3464259 ], [ 120.4846461, 30.3472954 ], [ 120.4846536, 30.3488217 ], [ 120.4846162, 30.3495044 ], [ 120.4845715, 30.3504575 ], [ 120.4846088, 30.3507473 ], [ 120.4845939, 30.3508826 ], [ 120.4845939, 30.3517777 ], [ 120.4846312, 30.3518743 ], [ 120.4845939, 30.3526793 ], [ 120.4846162, 30.3530271 ], [ 120.4846013, 30.3535552 ], [ 120.4848551, 30.3535423 ], [ 120.4848551, 30.3531237 ], [ 120.4849222, 30.3529691 ], [ 120.4849297, 30.3526987 ], [ 120.48487, 30.3519709 ], [ 120.4848183, 30.3503099 ], [ 120.4849213, 30.3495775 ], [ 120.4848304, 30.3492166 ], [ 120.4848849, 30.3480605 ], [ 120.4849031, 30.3477466 ], [ 120.4849274, 30.3476786 ], [ 120.4849152, 30.3466219 ], [ 120.4849077, 30.3462986 ], [ 120.4848781, 30.3461244 ], [ 120.484888, 30.3454318 ], [ 120.484952, 30.3451301 ], [ 120.4849578, 30.3448651 ], [ 120.4849218, 30.3448306 ], [ 120.4848938, 30.3447202 ], [ 120.4848938, 30.3445649 ], [ 120.4849498, 30.3444268 ], [ 120.4849538, 30.3441783 ], [ 120.4848778, 30.3441093 ], [ 120.4848579, 30.3439988 ], [ 120.4848818, 30.3439332 ], [ 120.4848874, 30.3437436 ], [ 120.4848711, 30.3432025 ], [ 120.4848322, 30.3431269 ], [ 120.4848841, 30.3427453 ], [ 120.4849475, 30.3422598 ], [ 120.4849317, 30.3421163 ], [ 120.4848366, 30.3419112 ], [ 120.4848921, 30.3373096 ], [ 120.4849475, 30.3368789 ], [ 120.4849521, 30.3364492 ], [ 120.4849297, 30.336198 ], [ 120.4849521, 30.3329001 ], [ 120.4849371, 30.3319919 ], [ 120.4849819, 30.3316827 ], [ 120.4850118, 30.331264 ], [ 120.4849745, 30.330987 ], [ 120.4849819, 30.3292994 ], [ 120.4849969, 30.3290224 ], [ 120.484967, 30.3288485 ], [ 120.4849969, 30.3286681 ], [ 120.4851013, 30.3284942 ], [ 120.485176, 30.3282623 ], [ 120.4852357, 30.3280304 ], [ 120.4853775, 30.3278758 ], [ 120.4854918, 30.3278222 ], [ 120.4855645, 30.3277385 ], [ 120.4855766, 30.3275711 ], [ 120.485613, 30.327367 ], [ 120.4856918, 30.3272362 ], [ 120.485807, 30.3271734 ], [ 120.4860131, 30.3271054 ], [ 120.4860616, 30.3269851 ], [ 120.4861707, 30.3268229 ], [ 120.4862737, 30.326645 ], [ 120.4861646, 30.3265874 ], [ 120.4861161, 30.3265089 ], [ 120.4861283, 30.3264305 ], [ 120.4861828, 30.3263572 ], [ 120.4860919, 30.3262787 ], [ 120.4858868, 30.3261936 ], [ 120.485783, 30.326085 ], [ 120.4857667, 30.3259938 ], [ 120.4858676, 30.3257764 ], [ 120.485904, 30.3255828 ], [ 120.4858009, 30.3254468 ], [ 120.4856615, 30.3253945 ], [ 120.4855572, 30.325317 ], [ 120.4854677, 30.3251758 ], [ 120.4854312, 30.3250177 ], [ 120.4853584, 30.3249183 ], [ 120.4852129, 30.3248451 ], [ 120.4851705, 30.3245887 ], [ 120.4849523, 30.3244265 ], [ 120.4849159, 30.3243427 ], [ 120.4849887, 30.3241073 ], [ 120.4850371, 30.3240079 ], [ 120.4850311, 30.3236311 ], [ 120.485019, 30.3232125 ], [ 120.4850493, 30.32293 ], [ 120.4850614, 30.3224905 ], [ 120.4851099, 30.3220352 ], [ 120.4851099, 30.3217998 ], [ 120.4850432, 30.32158 ], [ 120.4850856, 30.3213707 ], [ 120.4851463, 30.3212451 ], [ 120.4850614, 30.3211562 ], [ 120.485019, 30.3210358 ], [ 120.4850068, 30.3208841 ], [ 120.4848189, 30.3204079 ], [ 120.4845926, 30.3204193 ], [ 120.4847195, 30.3208252 ], [ 120.4846971, 30.3209476 ], [ 120.4845404, 30.3209798 ], [ 120.4841747, 30.3209733 ], [ 120.4842568, 30.3212181 ], [ 120.4844583, 30.321347 ], [ 120.4846523, 30.3214049 ], [ 120.4847494, 30.3215338 ], [ 120.4847419, 30.3218752 ], [ 120.4847419, 30.3226547 ], [ 120.4847195, 30.3230799 ], [ 120.484727, 30.3235179 ], [ 120.4846747, 30.3240397 ], [ 120.484615, 30.3242652 ], [ 120.4845404, 30.3243876 ], [ 120.484421, 30.3243747 ], [ 120.4841075, 30.3243296 ], [ 120.4836299, 30.3242974 ], [ 120.4831896, 30.3243425 ], [ 120.4825702, 30.3244455 ], [ 120.482197, 30.3245551 ], [ 120.4822642, 30.3246066 ] ], [ [ 120.484951, 30.3275329 ], [ 120.4850395, 30.3273547 ], [ 120.4851609, 30.327221 ], [ 120.4852903, 30.3271243 ], [ 120.485352, 30.3271017 ], [ 120.4854251, 30.3271064 ], [ 120.4854619, 30.3271278 ], [ 120.4854868, 30.3271631 ], [ 120.4854921, 30.3272418 ], [ 120.4854814, 30.3273118 ], [ 120.4854559, 30.327372 ], [ 120.4853349, 30.3276698 ], [ 120.4853097, 30.3277205 ], [ 120.4850449, 30.3280237 ], [ 120.4850073, 30.3280289 ], [ 120.4849805, 30.3280168 ], [ 120.4849429, 30.3278753 ], [ 120.4849242, 30.3276197 ], [ 120.484951, 30.3275329 ] ], [ [ 120.4853104, 30.3250907 ], [ 120.4853795, 30.3251467 ], [ 120.4854353, 30.3252305 ], [ 120.485481, 30.3253235 ], [ 120.4855307, 30.3254596 ], [ 120.485543, 30.3255188 ], [ 120.4854938, 30.3255644 ], [ 120.4854282, 30.3255354 ], [ 120.4853597, 30.3254808 ], [ 120.4852891, 30.325348 ], [ 120.4852178, 30.3252117 ], [ 120.4851999, 30.3251293 ], [ 120.4853104, 30.3250907 ] ], [ [ 120.4854995, 30.3258093 ], [ 120.4855411, 30.3258093 ], [ 120.4855867, 30.3258405 ], [ 120.4855974, 30.325888 ], [ 120.4856229, 30.325976 ], [ 120.4856569, 30.326083 ], [ 120.4856378, 30.3260987 ], [ 120.4855763, 30.3260852 ], [ 120.4855143, 30.3260072 ], [ 120.4854729, 30.3259109 ], [ 120.4854687, 30.3258602 ], [ 120.4854995, 30.3258093 ] ], [ [ 120.4855438, 30.3256223 ], [ 120.4855478, 30.3255899 ], [ 120.4855599, 30.3255662 ], [ 120.485586, 30.3255488 ], [ 120.4856209, 30.3255552 ], [ 120.485641, 30.3255726 ], [ 120.4856618, 30.3256275 ], [ 120.4856678, 30.3256924 ], [ 120.4856403, 30.3257311 ], [ 120.4855967, 30.3257456 ], [ 120.4855652, 30.3257427 ], [ 120.4855431, 30.3257103 ], [ 120.4855438, 30.3256223 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5941451, 30.1522169 ], [ 120.594416, 30.1521845 ], [ 120.5945025, 30.1521955 ], [ 120.5945588, 30.152214 ], [ 120.5949095, 30.152388 ], [ 120.5949651, 30.1524112 ], [ 120.5950235, 30.1524181 ], [ 120.5952032, 30.1524135 ], [ 120.5952602, 30.1524257 ], [ 120.595281, 30.1524419 ], [ 120.595293, 30.1524628 ], [ 120.5955002, 30.1524923 ], [ 120.5955465, 30.1524129 ], [ 120.5948062, 30.1521555 ], [ 120.5947747, 30.1521404 ], [ 120.5947667, 30.152116 ], [ 120.594776, 30.1520934 ], [ 120.5948015, 30.1520807 ], [ 120.5949672, 30.152047 ], [ 120.5960937, 30.1517908 ], [ 120.5962265, 30.1517629 ], [ 120.5963713, 30.1517397 ], [ 120.5963793, 30.1517206 ], [ 120.5963834, 30.1516707 ], [ 120.5963954, 30.1516557 ], [ 120.5965939, 30.151629 ], [ 120.5966201, 30.15164 ], [ 120.5966375, 30.1516684 ], [ 120.5966576, 30.1516864 ], [ 120.5966771, 30.151691 ], [ 120.597176, 30.1516203 ], [ 120.5976098, 30.1515339 ], [ 120.5976406, 30.1515003 ], [ 120.5977922, 30.1514974 ], [ 120.5978378, 30.1515356 ], [ 120.5978485, 30.1515606 ], [ 120.5979746, 30.1516887 ], [ 120.5980367, 30.1516463 ], [ 120.598104, 30.1516104 ], [ 120.5982153, 30.151569 ], [ 120.5986767, 30.1514707 ], [ 120.5988081, 30.1514516 ], [ 120.5989328, 30.1514637 ], [ 120.5999963, 30.1513971 ], [ 120.600658706200591, 30.151347598149879 ], [ 120.60041248145545, 30.151215809162178 ], [ 120.6002974, 30.1512306 ], [ 120.5996449, 30.1512602 ], [ 120.5989717, 30.1512851 ], [ 120.598446, 30.1512909 ], [ 120.5979437, 30.1513663 ], [ 120.5973818, 30.15144 ], [ 120.5973201, 30.1514336 ], [ 120.5972571, 30.1514214 ], [ 120.5972276, 30.1514208 ], [ 120.5967958, 30.1514794 ], [ 120.5966751, 30.151509 ], [ 120.5966489, 30.1515223 ], [ 120.5966288, 30.1515397 ], [ 120.5966167, 30.1515606 ], [ 120.5963351, 30.1516023 ], [ 120.5962794, 30.151593 ], [ 120.5962251, 30.1515954 ], [ 120.5953051, 30.151814 ], [ 120.5946909, 30.1519253 ], [ 120.5940941, 30.1520238 ], [ 120.5941451, 30.1522169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5953225, 30.1561185 ], [ 120.5954312, 30.1577686 ], [ 120.5955626, 30.1596146 ], [ 120.5956404, 30.1597329 ], [ 120.5956511, 30.1597885 ], [ 120.5956323, 30.1598743 ], [ 120.5955975, 30.1599961 ], [ 120.5956887, 30.1612739 ], [ 120.5961487, 30.168141 ], [ 120.5964149, 30.1720188 ], [ 120.5965195, 30.1733434 ], [ 120.5968259, 30.1774574 ], [ 120.5969077, 30.1786197 ], [ 120.5970144, 30.1788736 ], [ 120.5970549, 30.1791222 ], [ 120.597066, 30.1791454 ], [ 120.5970841, 30.1791657 ], [ 120.5973396, 30.1793129 ], [ 120.5974348, 30.1794457 ], [ 120.5974562, 30.1794944 ], [ 120.5974744, 30.1795477 ], [ 120.597479, 30.1796886 ], [ 120.5976856, 30.179666 ], [ 120.5976708, 30.1794747 ], [ 120.5974764, 30.1791918 ], [ 120.5973429, 30.1790428 ], [ 120.5973369, 30.1789994 ], [ 120.597344, 30.1789726 ], [ 120.597359, 30.1789483 ], [ 120.597758, 30.1786145 ], [ 120.5975676, 30.1784574 ], [ 120.5971914, 30.1787443 ], [ 120.5971699, 30.1787373 ], [ 120.5971451, 30.1786991 ], [ 120.5970928, 30.178284 ], [ 120.5969493, 30.1761381 ], [ 120.5968595, 30.1746228 ], [ 120.5967662, 30.173348 ], [ 120.5966744, 30.1719283 ], [ 120.5965725, 30.1704953 ], [ 120.596429, 30.1686448 ], [ 120.5963351, 30.1672048 ], [ 120.596315, 30.1663236 ], [ 120.5962037, 30.1643107 ], [ 120.5961178, 30.1624393 ], [ 120.5960226, 30.1607289 ], [ 120.5959783, 30.1598094 ], [ 120.5956437, 30.154858 ], [ 120.5955787, 30.1541593 ], [ 120.595574, 30.1538717 ], [ 120.59557, 30.153848 ], [ 120.5955445, 30.1537766 ], [ 120.5955405, 30.153725 ], [ 120.5955432, 30.1537001 ], [ 120.5957209, 30.1532536 ], [ 120.5957584, 30.1532142 ], [ 120.5961742, 30.153031 ], [ 120.5964551, 30.1529574 ], [ 120.596491, 30.1529017 ], [ 120.5964843, 30.152891 ], [ 120.596494, 30.1528684 ], [ 120.5966911, 30.152624 ], [ 120.5965396, 30.1525579 ], [ 120.5963572, 30.1526257 ], [ 120.5962955, 30.1526396 ], [ 120.596266, 30.1526454 ], [ 120.5962379, 30.1526454 ], [ 120.596152, 30.1526367 ], [ 120.5960642, 30.1526124 ], [ 120.5955465, 30.1524129 ], [ 120.5955002, 30.1524923 ], [ 120.5956176, 30.1525602 ], [ 120.5958134, 30.1526448 ], [ 120.5958664, 30.1526767 ], [ 120.5958865, 30.1526924 ], [ 120.5958992, 30.1527144 ], [ 120.5959039, 30.1527393 ], [ 120.5958999, 30.1527736 ], [ 120.5958489, 30.1528634 ], [ 120.5958141, 30.1529029 ], [ 120.5957551, 30.1529521 ], [ 120.5957101, 30.1529794 ], [ 120.5955277, 30.1530623 ], [ 120.5955049, 30.1530774 ], [ 120.5954855, 30.1530983 ], [ 120.5951784, 30.1537163 ], [ 120.5951616, 30.1538514 ], [ 120.5951596, 30.1539413 ], [ 120.5953225, 30.1561185 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5843036, 30.1986307 ], [ 120.5842655, 30.1979273 ], [ 120.5815572, 30.1973573 ], [ 120.5812691, 30.1980821 ], [ 120.5843036, 30.1986307 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5985505, 30.2260454 ], [ 120.598954, 30.2263589 ], [ 120.599409, 30.2266355 ], [ 120.602918, 30.2268194 ], [ 120.6030909, 30.2260619 ], [ 120.6035406, 30.2260018 ], [ 120.6035908, 30.2257324 ], [ 120.601658, 30.2254201 ], [ 120.6006751, 30.2253181 ], [ 120.5998388, 30.2253751 ], [ 120.5993939, 30.2251395 ], [ 120.5988701, 30.2251667 ], [ 120.5985505, 30.2254602 ], [ 120.5985505, 30.2260454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.6014358, 30.22817 ], [ 120.6013525, 30.2287122 ], [ 120.604493, 30.2289351 ], [ 120.6046861, 30.2288438 ], [ 120.6047592, 30.2272576 ], [ 120.6045413, 30.2271197 ], [ 120.6038413, 30.2271685 ], [ 120.603549, 30.2275309 ], [ 120.6022299, 30.2276148 ], [ 120.6014559, 30.2275964 ], [ 120.5981549, 30.2274763 ], [ 120.5948922, 30.2271493 ], [ 120.5945286, 30.227019 ], [ 120.5944614, 30.2275444 ], [ 120.6014358, 30.22817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.5865521, 30.2794478 ], [ 120.586831, 30.2795312 ], [ 120.600893, 30.280475 ], [ 120.6067794, 30.2808304 ], [ 120.6131489, 30.2812452 ], [ 120.6135351, 30.2813008 ], [ 120.6135351, 30.2811618 ], [ 120.6132562, 30.2811155 ], [ 120.6041796, 30.2805225 ], [ 120.5872924, 30.27942 ], [ 120.5868525, 30.2793736 ], [ 120.5865521, 30.2793551 ], [ 120.5865521, 30.2794478 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.294015, 30.5062554 ], [ 120.2944066, 30.5061182 ], [ 120.2946454, 30.5060667 ], [ 120.2948512, 30.5059924 ], [ 120.2950635, 30.5058895 ], [ 120.2953121, 30.5057425 ], [ 120.2955393, 30.5056461 ], [ 120.2957211, 30.5055738 ], [ 120.2959729, 30.5054382 ], [ 120.2960657, 30.5053624 ], [ 120.2962292, 30.5053317 ], [ 120.2963291, 30.5053512 ], [ 120.2964381, 30.5053747 ], [ 120.2965699, 30.5053199 ], [ 120.2965616, 30.5052412 ], [ 120.2965244, 30.5050655 ], [ 120.2964745, 30.5048346 ], [ 120.2964472, 30.5047055 ], [ 120.296429, 30.5045372 ], [ 120.2964018, 30.5043611 ], [ 120.2964109, 30.5042867 ], [ 120.2964881, 30.5041811 ], [ 120.2966788, 30.5041686 ], [ 120.2968714, 30.5041443 ], [ 120.2970672, 30.5041467 ], [ 120.2973843, 30.5041871 ], [ 120.2977463, 30.5042359 ], [ 120.2980279, 30.5042789 ], [ 120.2982142, 30.5043102 ], [ 120.2984504, 30.5043533 ], [ 120.2987456, 30.5044041 ], [ 120.2989682, 30.5044589 ], [ 120.299159, 30.5044785 ], [ 120.2993815, 30.5045333 ], [ 120.2995496, 30.5045646 ], [ 120.2997131, 30.5045998 ], [ 120.2998358, 30.5046233 ], [ 120.2999947, 30.5048229 ], [ 120.3000674, 30.5049129 ], [ 120.3000983, 30.5049804 ], [ 120.3001333, 30.5050406 ], [ 120.3001368, 30.5050828 ], [ 120.3000598, 30.505146 ], [ 120.2997452, 30.5053629 ], [ 120.2995564, 30.5054382 ], [ 120.2993396, 30.5055768 ], [ 120.298997, 30.5058148 ], [ 120.2987208, 30.5060106 ], [ 120.2984306, 30.5061732 ], [ 120.2979377, 30.5064865 ], [ 120.2977524, 30.5066341 ], [ 120.2975216, 30.5067666 ], [ 120.2974552, 30.506875 ], [ 120.2974307, 30.5070347 ], [ 120.2974832, 30.5073239 ], [ 120.2975237, 30.5075819 ], [ 120.2975374, 30.5077541 ], [ 120.2975464, 30.5079224 ], [ 120.2975192, 30.5081181 ], [ 120.2974829, 30.5082511 ], [ 120.2973875, 30.5084077 ], [ 120.2972603, 30.5085212 ], [ 120.2970986, 30.5086492 ], [ 120.2969203, 30.5087456 ], [ 120.2967001, 30.5089022 ], [ 120.2968958, 30.5091733 ], [ 120.2970602, 30.5090829 ], [ 120.2972559, 30.5089715 ], [ 120.2975007, 30.508851 ], [ 120.2976615, 30.5087576 ], [ 120.2978293, 30.5086853 ], [ 120.2978957, 30.5086281 ], [ 120.2979866, 30.5083962 ], [ 120.2980286, 30.5082546 ], [ 120.298109, 30.5081402 ], [ 120.298137, 30.5080377 ], [ 120.2980705, 30.5079052 ], [ 120.2980356, 30.5077907 ], [ 120.2979761, 30.5076341 ], [ 120.2979342, 30.5075076 ], [ 120.2979237, 30.5073841 ], [ 120.2979622, 30.5072365 ], [ 120.2980111, 30.507104 ], [ 120.2980915, 30.5069955 ], [ 120.2981579, 30.5069022 ], [ 120.2982314, 30.5068118 ], [ 120.2983397, 30.5067064 ], [ 120.2984901, 30.5065859 ], [ 120.298574, 30.5065166 ], [ 120.2986509, 30.5064955 ], [ 120.2987173, 30.5065046 ], [ 120.2988642, 30.5064262 ], [ 120.2989586, 30.5063961 ], [ 120.2990075, 30.5062997 ], [ 120.2991299, 30.5061913 ], [ 120.2992802, 30.506128 ], [ 120.2993921, 30.5060407 ], [ 120.2995809, 30.5059413 ], [ 120.2997277, 30.505863 ], [ 120.2999025, 30.5057605 ], [ 120.3000494, 30.5056792 ], [ 120.3003011, 30.5056009 ], [ 120.3004619, 30.5055497 ], [ 120.3006682, 30.5054473 ], [ 120.3009164, 30.5052304 ], [ 120.3011821, 30.5050195 ], [ 120.3013324, 30.5049231 ], [ 120.3014478, 30.5049141 ], [ 120.3015536, 30.5050051 ], [ 120.3017459, 30.5049852 ], [ 120.3017939, 30.5049442 ], [ 120.3018044, 30.504881 ], [ 120.3019198, 30.5047635 ], [ 120.3019967, 30.5047063 ], [ 120.3020631, 30.5047033 ], [ 120.3020876, 30.5048057 ], [ 120.3020876, 30.5048509 ], [ 120.3023323, 30.5047635 ], [ 120.3023498, 30.5048569 ], [ 120.3022589, 30.5049322 ], [ 120.3020771, 30.5050045 ], [ 120.3019792, 30.505128 ], [ 120.3019618, 30.5053117 ], [ 120.3021191, 30.5056913 ], [ 120.302161, 30.5060196 ], [ 120.3021925, 30.506375 ], [ 120.3022589, 30.5067335 ], [ 120.3022799, 30.5070588 ], [ 120.3022589, 30.5073419 ], [ 120.3022694, 30.5076341 ], [ 120.3022764, 30.5079263 ], [ 120.3023708, 30.5083179 ], [ 120.3024477, 30.5086372 ], [ 120.3025771, 30.5089052 ], [ 120.3027938, 30.5093239 ], [ 120.3028148, 30.5095137 ], [ 120.3028148, 30.5097185 ], [ 120.3028847, 30.5099745 ], [ 120.3029057, 30.510083 ], [ 120.3028812, 30.5101793 ], [ 120.3028603, 30.5102336 ], [ 120.3029547, 30.5102908 ], [ 120.3030421, 30.5103601 ], [ 120.3041468, 30.5098992 ], [ 120.3040245, 30.5097366 ], [ 120.3039091, 30.5095257 ], [ 120.3038252, 30.5094203 ], [ 120.3036574, 30.5092335 ], [ 120.3035105, 30.5090167 ], [ 120.3032623, 30.508607 ], [ 120.3031994, 30.5083811 ], [ 120.3030945, 30.5082034 ], [ 120.3030036, 30.507848 ], [ 120.3030071, 30.5076401 ], [ 120.3030176, 30.5074443 ], [ 120.3030001, 30.5073088 ], [ 120.3030001, 30.5071431 ], [ 120.3030421, 30.5067034 ], [ 120.3030421, 30.5064533 ], [ 120.303063, 30.5063359 ], [ 120.3031504, 30.5062786 ], [ 120.3032728, 30.5062485 ], [ 120.3033532, 30.5062485 ], [ 120.3034266, 30.5061822 ], [ 120.3035979, 30.5060768 ], [ 120.3036609, 30.5060196 ], [ 120.3036329, 30.5059172 ], [ 120.3035245, 30.505872 ], [ 120.3034476, 30.5057274 ], [ 120.3034301, 30.5055919 ], [ 120.3034161, 30.5053539 ], [ 120.3033707, 30.5051671 ], [ 120.3033218, 30.5051099 ], [ 120.3031994, 30.5050828 ], [ 120.3028882, 30.5050527 ], [ 120.3027239, 30.5049894 ], [ 120.302661, 30.5049322 ], [ 120.3025806, 30.5048539 ], [ 120.3025141, 30.5048478 ], [ 120.3024833, 30.5047757 ], [ 120.3025882, 30.5047433 ], [ 120.3027998, 30.5046306 ], [ 120.3028767, 30.5045478 ], [ 120.3037075, 30.5044881 ], [ 120.3038846, 30.5044382 ], [ 120.3040524, 30.5044231 ], [ 120.3042273, 30.5044713 ], [ 120.3043741, 30.5045135 ], [ 120.3047132, 30.5045075 ], [ 120.3048775, 30.5044653 ], [ 120.3051118, 30.5044261 ], [ 120.3056817, 30.504393 ], [ 120.3059509, 30.5043599 ], [ 120.3062655, 30.5042996 ], [ 120.3070451, 30.5042484 ], [ 120.3076325, 30.5042153 ], [ 120.3084541, 30.5041731 ], [ 120.3094225, 30.5040797 ], [ 120.3097966, 30.5040195 ], [ 120.3100483, 30.5040315 ], [ 120.3101008, 30.5041309 ], [ 120.3101462, 30.5044322 ], [ 120.310321, 30.5044231 ], [ 120.3102861, 30.5040134 ], [ 120.310363, 30.5039532 ], [ 120.3105658, 30.503905 ], [ 120.3113664, 30.5038086 ], [ 120.3120167, 30.5037725 ], [ 120.3123838, 30.5037544 ], [ 120.3127019, 30.503667 ], [ 120.3137717, 30.5034562 ], [ 120.3141353, 30.5034291 ], [ 120.3150338, 30.5033929 ], [ 120.315387, 30.5033959 ], [ 120.3164917, 30.5034471 ], [ 120.3169357, 30.5034923 ], [ 120.3170231, 30.5035827 ], [ 120.3169113, 30.5037996 ], [ 120.3166735, 30.5043327 ], [ 120.3167085, 30.5043478 ], [ 120.3170022, 30.5037243 ], [ 120.3170896, 30.5036098 ], [ 120.3171665, 30.5035375 ], [ 120.3173658, 30.5035646 ], [ 120.3181349, 30.5037634 ], [ 120.3185055, 30.5038809 ], [ 120.320219026889419, 30.504433570508994 ], [ 120.321188582685878, 30.50123071383382 ], [ 120.3211816, 30.501201 ], [ 120.3211491, 30.5007242 ], [ 120.3211918, 30.5001647 ], [ 120.3219704000863, 30.497642707376041 ], [ 120.321990038661554, 30.495985646615843 ], [ 120.3217711, 30.4959337 ], [ 120.3205623, 30.4997817 ], [ 120.3201748, 30.5005457 ], [ 120.3198489, 30.5009624 ], [ 120.3194105, 30.5014072 ], [ 120.3189119, 30.5017602 ], [ 120.3185432, 30.5019677 ], [ 120.3179047, 30.502057 ], [ 120.3128251, 30.502576 ], [ 120.3125001, 30.5029459 ], [ 120.3122778, 30.5029752 ], [ 120.3119258, 30.5029997 ], [ 120.311226, 30.5030765 ], [ 120.3106373, 30.5031647 ], [ 120.3100791, 30.5032275 ], [ 120.3096851, 30.5032858 ], [ 120.3091546, 30.503377 ], [ 120.308605, 30.5034687 ], [ 120.3083492, 30.5034471 ], [ 120.3076849, 30.5034863 ], [ 120.3071151, 30.5034923 ], [ 120.3068668, 30.5034532 ], [ 120.3065277, 30.5033598 ], [ 120.3064019, 30.5032785 ], [ 120.3063005, 30.503173 ], [ 120.3062096, 30.5030766 ], [ 120.305804, 30.5025886 ], [ 120.3057096, 30.5023898 ], [ 120.3056432, 30.5020886 ], [ 120.3056257, 30.501941 ], [ 120.3056782, 30.5015976 ], [ 120.3056642, 30.5015343 ], [ 120.3055873, 30.5014801 ], [ 120.3054789, 30.5014319 ], [ 120.3053985, 30.5013536 ], [ 120.3053181, 30.5009499 ], [ 120.3053285, 30.5008535 ], [ 120.3053565, 30.5007029 ], [ 120.3051048, 30.5007752 ], [ 120.3052551, 30.5012692 ], [ 120.3052411, 30.5013446 ], [ 120.3051817, 30.5014138 ], [ 120.3051887, 30.5014982 ], [ 120.3051572, 30.5016126 ], [ 120.3051537, 30.5017422 ], [ 120.3051572, 30.5020916 ], [ 120.3052097, 30.5022181 ], [ 120.3052027, 30.5023296 ], [ 120.3053076, 30.5026368 ], [ 120.3052901, 30.5028055 ], [ 120.3053285, 30.5029411 ], [ 120.3053775, 30.5029923 ], [ 120.3054159, 30.5031881 ], [ 120.3055313, 30.503173 ], [ 120.3055733, 30.5033748 ], [ 120.3055348, 30.5035044 ], [ 120.3054684, 30.5036188 ], [ 120.3053705, 30.5036851 ], [ 120.3052376, 30.5037363 ], [ 120.3050174, 30.5037936 ], [ 120.3048356, 30.5038357 ], [ 120.3042657, 30.503908 ], [ 120.3040245, 30.5039261 ], [ 120.3036714, 30.5038568 ], [ 120.3033847, 30.5038387 ], [ 120.3029826, 30.5038056 ], [ 120.3025841, 30.5037875 ], [ 120.3024792, 30.5037514 ], [ 120.3023297, 30.5037786 ], [ 120.3022974, 30.5037845 ], [ 120.302231, 30.5036128 ], [ 120.3020876, 30.5032152 ], [ 120.3019827, 30.5032423 ], [ 120.3021331, 30.5037152 ], [ 120.3021331, 30.5037905 ], [ 120.3020736, 30.5038387 ], [ 120.3019827, 30.5038899 ], [ 120.3012031, 30.5040104 ], [ 120.3006297, 30.5041129 ], [ 120.3005248, 30.5041249 ], [ 120.3004374, 30.5041098 ], [ 120.300392, 30.5040586 ], [ 120.300336, 30.5040044 ], [ 120.3002207, 30.5039743 ], [ 120.3001298, 30.5039261 ], [ 120.2997802, 30.5037725 ], [ 120.2996368, 30.5037002 ], [ 120.2995249, 30.503658 ], [ 120.2994201, 30.5036249 ], [ 120.2992942, 30.5036219 ], [ 120.2991509, 30.5036038 ], [ 120.2990075, 30.503649 ], [ 120.2988747, 30.5037002 ], [ 120.2987558, 30.5037333 ], [ 120.298539, 30.5037966 ], [ 120.2984551, 30.5038508 ], [ 120.2983782, 30.5038417 ], [ 120.2979377, 30.5037393 ], [ 120.2973923, 30.503667 ], [ 120.2970637, 30.5035767 ], [ 120.2967875, 30.5034381 ], [ 120.2964763, 30.5032724 ], [ 120.2963469, 30.5031941 ], [ 120.2962134, 30.5030685 ], [ 120.295439, 30.5034348 ], [ 120.2955854, 30.5037035 ], [ 120.2957894, 30.5037988 ], [ 120.2958678, 30.503989 ], [ 120.296112, 30.5041228 ], [ 120.2961385, 30.5042658 ], [ 120.2960721, 30.504889 ], [ 120.2960788, 30.505009 ], [ 120.2960058, 30.5051577 ], [ 120.2956408, 30.5053406 ], [ 120.295382, 30.5054893 ], [ 120.2949441, 30.5056608 ], [ 120.2942606, 30.5059924 ], [ 120.2939487, 30.5061353 ], [ 120.294015, 30.5062554 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0259729, 30.1838127 ], [ 120.0260751, 30.1837768 ], [ 120.0262467, 30.1836237 ], [ 120.026048, 30.1835113 ], [ 120.0258763, 30.1835113 ], [ 120.0258012, 30.1833814 ], [ 120.0255652, 30.1833629 ], [ 120.0254686, 30.1834974 ], [ 120.0259729, 30.1838127 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0339087, 30.1843035 ], [ 120.0340611, 30.1843024 ], [ 120.0341968, 30.1844306 ], [ 120.0344425, 30.1845934 ], [ 120.0346335, 30.1847009 ], [ 120.0347668, 30.1848576 ], [ 120.0349501, 30.1848796 ], [ 120.0351541, 30.184535 ], [ 120.0346313, 30.1842729 ], [ 120.0342877, 30.1841605 ], [ 120.0339176, 30.1841048 ], [ 120.0338532, 30.1841419 ], [ 120.0338354, 30.1842069 ], [ 120.0339087, 30.1843035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "静思湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0335803, 30.2245521 ], [ 120.0336348, 30.2245905 ], [ 120.0336589, 30.2246217 ], [ 120.0337005, 30.2246542 ], [ 120.0337501, 30.2246635 ], [ 120.0338199, 30.2246716 ], [ 120.0338816, 30.2246797 ], [ 120.0339406, 30.2246866 ], [ 120.0339996, 30.224682 ], [ 120.0340559, 30.2246658 ], [ 120.0340908, 30.2246333 ], [ 120.0341042, 30.2245997 ], [ 120.0341029, 30.2244479 ], [ 120.0340613, 30.2244468 ], [ 120.034009, 30.2244456 ], [ 120.033958, 30.2244456 ], [ 120.0339057, 30.2244305 ], [ 120.0338682, 30.2244016 ], [ 120.0338454, 30.2243633 ], [ 120.0338333, 30.2243344 ], [ 120.0338306, 30.2243008 ], [ 120.0338293, 30.2242683 ], [ 120.0338413, 30.2242428 ], [ 120.0338668, 30.2242127 ], [ 120.0339191, 30.2241721 ], [ 120.0339754, 30.2241385 ], [ 120.0340371, 30.2241269 ], [ 120.0340385, 30.2240586 ], [ 120.0340103, 30.2239763 ], [ 120.0339795, 30.2239091 ], [ 120.0339151, 30.2238616 ], [ 120.0338534, 30.2238106 ], [ 120.0338507, 30.2237492 ], [ 120.0338615, 30.2236518 ], [ 120.0338883, 30.2236229 ], [ 120.0339419, 30.223573 ], [ 120.0339728, 30.2235093 ], [ 120.0339741, 30.2234293 ], [ 120.0339567, 30.2233668 ], [ 120.0339325, 30.2233042 ], [ 120.0338789, 30.2232729 ], [ 120.0338615, 30.2232196 ], [ 120.0338722, 30.2231362 ], [ 120.033899, 30.223084 ], [ 120.0339379, 30.2230319 ], [ 120.0340009, 30.2230052 ], [ 120.0340398, 30.2229959 ], [ 120.0340881, 30.2229971 ], [ 120.0341377, 30.2230122 ], [ 120.0341981, 30.2230272 ], [ 120.0342638, 30.2230226 ], [ 120.0343174, 30.2230075 ], [ 120.0343456, 30.2229936 ], [ 120.0344006, 30.2229844 ], [ 120.0344475, 30.2229693 ], [ 120.0344596, 30.2229496 ], [ 120.034469, 30.2229067 ], [ 120.0344663, 30.2228615 ], [ 120.0344408, 30.2228221 ], [ 120.0344207, 30.2227874 ], [ 120.0343751, 30.2227711 ], [ 120.0343013, 30.2227816 ], [ 120.0342101, 30.2228186 ], [ 120.0339942, 30.2228441 ], [ 120.0339728, 30.2228754 ], [ 120.0339513, 30.2228859 ], [ 120.0338963, 30.2228893 ], [ 120.0338333, 30.2229635 ], [ 120.0337863, 30.2230469 ], [ 120.0337555, 30.2231234 ], [ 120.0337662, 30.2232057 ], [ 120.0337877, 30.2232648 ], [ 120.0337863, 30.223478 ], [ 120.0338373, 30.2234826 ], [ 120.0338494, 30.2235383 ], [ 120.0338038, 30.223602 ], [ 120.0337595, 30.2236785 ], [ 120.0337086, 30.2237329 ], [ 120.0336965, 30.2237851 ], [ 120.0337086, 30.22385 ], [ 120.0337595, 30.2238929 ], [ 120.0337944, 30.2239346 ], [ 120.0337971, 30.2240145 ], [ 120.0337689, 30.2240713 ], [ 120.0337126, 30.2241524 ], [ 120.0337327, 30.2242046 ], [ 120.0337314, 30.2242718 ], [ 120.0337072, 30.2243425 ], [ 120.0336542, 30.2244016 ], [ 120.0335787, 30.2244062 ], [ 120.0335803, 30.2245521 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "静思湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0331608, 30.2246537 ], [ 120.0331962, 30.2246995 ], [ 120.0332281, 30.224695 ], [ 120.0332829, 30.2246659 ], [ 120.0333413, 30.224643 ], [ 120.0333661, 30.224591 ], [ 120.0333997, 30.2245589 ], [ 120.0333997, 30.2244029 ], [ 120.0333095, 30.2244014 ], [ 120.033267, 30.2244151 ], [ 120.0332334, 30.2244534 ], [ 120.0331874, 30.2244732 ], [ 120.033152, 30.2245115 ], [ 120.0331608, 30.2246537 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0258114, 30.2243814 ], [ 120.0258363, 30.2244221 ], [ 120.0259325, 30.2245009 ], [ 120.0259798, 30.2244611 ], [ 120.0260276, 30.2244429 ], [ 120.026067, 30.2243335 ], [ 120.0261597, 30.224235 ], [ 120.0262126, 30.2240777 ], [ 120.0265006, 30.2240196 ], [ 120.0265662, 30.2239741 ], [ 120.0265516, 30.223943 ], [ 120.0265622, 30.2238408 ], [ 120.0265899, 30.2238213 ], [ 120.0265302, 30.2237578 ], [ 120.02656, 30.2236673 ], [ 120.0265927, 30.2236585 ], [ 120.026655, 30.2235983 ], [ 120.0266998, 30.2235093 ], [ 120.0267599, 30.223503 ], [ 120.0267779, 30.2234557 ], [ 120.0269891, 30.2234518 ], [ 120.0270868, 30.2235092 ], [ 120.0272469, 30.2234989 ], [ 120.0273281, 30.2234979 ], [ 120.0273998, 30.2235094 ], [ 120.0274452, 30.2235421 ], [ 120.0274906, 30.2236272 ], [ 120.0275234, 30.2237938 ], [ 120.0275488, 30.2238565 ], [ 120.0276396, 30.2238569 ], [ 120.0276561, 30.2238871 ], [ 120.0278687, 30.2238855 ], [ 120.0278662, 30.2238333 ], [ 120.0278816, 30.2237589 ], [ 120.0277588, 30.2237606 ], [ 120.027733, 30.2237346 ], [ 120.0276966, 30.2236866 ], [ 120.0277035, 30.2236391 ], [ 120.0277197, 30.2236009 ], [ 120.0277715, 30.223562 ], [ 120.0278269, 30.2235522 ], [ 120.0278989, 30.2235641 ], [ 120.0279387, 30.2236088 ], [ 120.0281512, 30.2236909 ], [ 120.0282416, 30.2237552 ], [ 120.028321, 30.2238641 ], [ 120.0284024, 30.223931 ], [ 120.028457, 30.2239696 ], [ 120.028525, 30.224064 ], [ 120.028559, 30.2242244 ], [ 120.0286083, 30.2242963 ], [ 120.0286545, 30.2243553 ], [ 120.0288772, 30.2243816 ], [ 120.0290555, 30.2243596 ], [ 120.0292375, 30.2244059 ], [ 120.0293095, 30.2244627 ], [ 120.0294603, 30.224653 ], [ 120.0294658, 30.2247058 ], [ 120.0294792, 30.2248329 ], [ 120.029464, 30.224954 ], [ 120.029464, 30.2250325 ], [ 120.0294337, 30.2252713 ], [ 120.0294981, 30.2254873 ], [ 120.0295057, 30.2255756 ], [ 120.0294489, 30.2257556 ], [ 120.0294603, 30.2258112 ], [ 120.02943, 30.2258701 ], [ 120.0293277, 30.2259846 ], [ 120.0290967, 30.2259911 ], [ 120.0289566, 30.2259322 ], [ 120.0288032, 30.2259873 ], [ 120.0287678, 30.2260291 ], [ 120.0287408, 30.2261449 ], [ 120.0286613, 30.2263379 ], [ 120.0286007, 30.2263739 ], [ 120.028568, 30.2264444 ], [ 120.0285791, 30.2265164 ], [ 120.0286171, 30.2265729 ], [ 120.0286932, 30.2266114 ], [ 120.0287067, 30.2266389 ], [ 120.0286613, 30.2267469 ], [ 120.0286726, 30.2268156 ], [ 120.0287604, 30.2269081 ], [ 120.0288787, 30.2269301 ], [ 120.0288879, 30.2269775 ], [ 120.0289447, 30.2270462 ], [ 120.0290426, 30.2270987 ], [ 120.0291318, 30.2270868 ], [ 120.0291967, 30.2270198 ], [ 120.0291761, 30.2268527 ], [ 120.0291768, 30.2268164 ], [ 120.0291086, 30.2268113 ], [ 120.0291106, 30.2267222 ], [ 120.02906, 30.2267199 ], [ 120.0290629, 30.2265951 ], [ 120.029126, 30.2265922 ], [ 120.0291264, 30.2265558 ], [ 120.0291488, 30.2265259 ], [ 120.02909, 30.2264799 ], [ 120.0290734, 30.2264475 ], [ 120.0290659, 30.226405 ], [ 120.029074, 30.2262967 ], [ 120.0291514, 30.2262633 ], [ 120.0293737, 30.2262232 ], [ 120.0295486, 30.2261422 ], [ 120.0296225, 30.2260352 ], [ 120.0296338, 30.2258782 ], [ 120.0296376, 30.2255314 ], [ 120.0296111, 30.2252304 ], [ 120.0296073, 30.2251453 ], [ 120.0296301, 30.2250046 ], [ 120.0296338, 30.2248247 ], [ 120.0296187, 30.2246382 ], [ 120.0294748, 30.2245269 ], [ 120.0294363, 30.2244511 ], [ 120.0293385, 30.2243666 ], [ 120.0292855, 30.2241801 ], [ 120.0292592, 30.2241306 ], [ 120.0292275, 30.224113 ], [ 120.0291909, 30.2240861 ], [ 120.0291254, 30.2240579 ], [ 120.0289939, 30.2240028 ], [ 120.0289723, 30.2240143 ], [ 120.0286045, 30.2238752 ], [ 120.0285688, 30.2237634 ], [ 120.0287409, 30.22348 ], [ 120.0286819, 30.2234521 ], [ 120.0286182, 30.223422 ], [ 120.0284341, 30.2237111 ], [ 120.0283843, 30.2237057 ], [ 120.0282101, 30.2236174 ], [ 120.0278276, 30.2234636 ], [ 120.0275437, 30.2233785 ], [ 120.0273013, 30.2232509 ], [ 120.0269075, 30.2230383 ], [ 120.0267674, 30.222999 ], [ 120.026703, 30.223071 ], [ 120.0266879, 30.223156 ], [ 120.0263492, 30.2236104 ], [ 120.0258593, 30.2241859 ], [ 120.0258502, 30.2242265 ], [ 120.0258083, 30.2242852 ], [ 120.0257902, 30.2243149 ], [ 120.0257685, 30.2243547 ], [ 120.0258114, 30.2243814 ] ], [ [ 120.0285976, 30.2239937 ], [ 120.0286462, 30.2239784 ], [ 120.0287022, 30.224001 ], [ 120.0287499, 30.2240332 ], [ 120.0288134, 30.2240679 ], [ 120.0288788, 30.2240857 ], [ 120.0288853, 30.2241228 ], [ 120.0288171, 30.2241374 ], [ 120.0286751, 30.2240873 ], [ 120.0285939, 30.224026 ], [ 120.0285976, 30.2239937 ] ], [ [ 120.0289236, 30.2241914 ], [ 120.0290048, 30.224206 ], [ 120.0290282, 30.2242334 ], [ 120.0290123, 30.2242649 ], [ 120.02896, 30.2242641 ], [ 120.0289124, 30.2242536 ], [ 120.0288741, 30.2242374 ], [ 120.0288657, 30.2242092 ], [ 120.0289236, 30.2241914 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0303674, 30.225366 ], [ 120.0304364, 30.2253751 ], [ 120.0304844, 30.2253887 ], [ 120.0305211, 30.225365 ], [ 120.0305334, 30.2253235 ], [ 120.0304984, 30.2252672 ], [ 120.0304984, 30.2252187 ], [ 120.0304704, 30.2251501 ], [ 120.0305124, 30.2250775 ], [ 120.0306173, 30.2250458 ], [ 120.0307753, 30.2250398 ], [ 120.030979, 30.2250699 ], [ 120.0312329, 30.2251046 ], [ 120.0324645, 30.225703 ], [ 120.0328857, 30.2259243 ], [ 120.0333293, 30.2261348 ], [ 120.0335386, 30.2263042 ], [ 120.0335993, 30.226397 ], [ 120.033646, 30.2264414 ], [ 120.0339915, 30.2264777 ], [ 120.0346874, 30.2268691 ], [ 120.0347294, 30.2269861 ], [ 120.0350003, 30.2271798 ], [ 120.0353318, 30.2273331 ], [ 120.0355876, 30.2275532 ], [ 120.0355934, 30.2277851 ], [ 120.0355326, 30.2279384 ], [ 120.0356214, 30.2280998 ], [ 120.0357615, 30.2282007 ], [ 120.0359856, 30.2281563 ], [ 120.0360417, 30.228015 ], [ 120.0362238, 30.2279263 ], [ 120.0362612, 30.2277568 ], [ 120.0363639, 30.22766 ], [ 120.0306338, 30.2247265 ], [ 120.0305264, 30.2247022 ], [ 120.0304517, 30.2247144 ], [ 120.0303536, 30.2247386 ], [ 120.0303583, 30.2248556 ], [ 120.0303863, 30.2249323 ], [ 120.0303489, 30.225017 ], [ 120.0303583, 30.2251017 ], [ 120.0303396, 30.225247 ], [ 120.0303674, 30.225366 ] ], [ [ 120.0356682, 30.2274231 ], [ 120.0357511, 30.227468 ], [ 120.0358259, 30.2275214 ], [ 120.0358503, 30.2275748 ], [ 120.0358682, 30.2276352 ], [ 120.0358503, 30.2277209 ], [ 120.035808, 30.2277757 ], [ 120.0357641, 30.2277982 ], [ 120.0357202, 30.2277378 ], [ 120.0357104, 30.2276886 ], [ 120.0356893, 30.2275917 ], [ 120.0356649, 30.2275383 ], [ 120.0356129, 30.2274666 ], [ 120.0356015, 30.2274118 ], [ 120.0356682, 30.2274231 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0386669, 30.2315347 ], [ 120.038679, 30.231546 ], [ 120.0386899, 30.2315684 ], [ 120.0386881, 30.2316616 ], [ 120.0387028, 30.2316715 ], [ 120.0387193, 30.2316827 ], [ 120.0387172, 30.2317006 ], [ 120.0387164, 30.2317075 ], [ 120.03872, 30.2317259 ], [ 120.038738, 30.2317505 ], [ 120.0387497, 30.2317819 ], [ 120.0387529, 30.2318172 ], [ 120.0387487, 30.2318538 ], [ 120.0387483, 30.2319047 ], [ 120.0387837, 30.2318956 ], [ 120.0388385, 30.2318879 ], [ 120.0388881, 30.2318956 ], [ 120.0389429, 30.23192 ], [ 120.0389199, 30.2318986 ], [ 120.0389058, 30.2318803 ], [ 120.0388969, 30.2318528 ], [ 120.0389164, 30.2318268 ], [ 120.0389075, 30.2318054 ], [ 120.0388651, 30.2317641 ], [ 120.0388456, 30.2316983 ], [ 120.038835, 30.2316173 ], [ 120.038835, 30.2315546 ], [ 120.0388474, 30.2315026 ], [ 120.0388278, 30.2314824 ], [ 120.0388614, 30.231157 ], [ 120.0388922, 30.2311292 ], [ 120.0390985, 30.2311619 ], [ 120.0390563, 30.231129 ], [ 120.0388096, 30.2310848 ], [ 120.0387335, 30.2311715 ], [ 120.0387093, 30.231339 ], [ 120.0386916, 30.2313803 ], [ 120.0386799, 30.2314119 ], [ 120.0386598, 30.2314338 ], [ 120.0386669, 30.2315347 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0386669, 30.2330897 ], [ 120.0387288, 30.2331279 ], [ 120.0388049, 30.233163 ], [ 120.0389199, 30.2331523 ], [ 120.0389854, 30.2331126 ], [ 120.0390385, 30.2330499 ], [ 120.0389877, 30.232951 ], [ 120.0389128, 30.2329738 ], [ 120.0388634, 30.2329223 ], [ 120.0388919, 30.2328911 ], [ 120.0388795, 30.2328771 ], [ 120.0389682, 30.2328146 ], [ 120.038932, 30.2327621 ], [ 120.038925, 30.2326844 ], [ 120.0389437, 30.2325089 ], [ 120.0389379, 30.2324958 ], [ 120.0389414, 30.2324797 ], [ 120.0389425, 30.2324565 ], [ 120.0389589, 30.2324504 ], [ 120.0389624, 30.2323324 ], [ 120.0389507, 30.2323122 ], [ 120.0389929, 30.2322633 ], [ 120.0390137, 30.2322326 ], [ 120.0390016, 30.232181 ], [ 120.0389836, 30.2321103 ], [ 120.0389567, 30.2321295 ], [ 120.0389279, 30.2321457 ], [ 120.038897, 30.2321579 ], [ 120.0388608, 30.2321671 ], [ 120.038834, 30.2321712 ], [ 120.0388051, 30.2321654 ], [ 120.038777, 30.232159 ], [ 120.0387542, 30.2321411 ], [ 120.0387388, 30.2321202 ], [ 120.0387207, 30.2321046 ], [ 120.0386793, 30.2322121 ], [ 120.0387023, 30.2322717 ], [ 120.0387518, 30.232264 ], [ 120.0387412, 30.232501 ], [ 120.0386899, 30.2325637 ], [ 120.0387164, 30.2325821 ], [ 120.0387235, 30.2326126 ], [ 120.0387005, 30.2326356 ], [ 120.0386987, 30.2326539 ], [ 120.0387483, 30.2326692 ], [ 120.0387536, 30.2327013 ], [ 120.03872, 30.2327349 ], [ 120.0387518, 30.2327579 ], [ 120.0387607, 30.2328129 ], [ 120.0387182, 30.2328343 ], [ 120.0387872, 30.232842 ], [ 120.038796, 30.2329261 ], [ 120.0387766, 30.2329826 ], [ 120.0387005, 30.2330132 ], [ 120.0386262, 30.2330438 ], [ 120.0386669, 30.2330897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0408284, 30.24995 ], [ 120.0410193, 30.250005 ], [ 120.041166, 30.2500098 ], [ 120.041202, 30.2499141 ], [ 120.0411633, 30.2498591 ], [ 120.0410166, 30.2498161 ], [ 120.0408505, 30.2497802 ], [ 120.0407979, 30.2498281 ], [ 120.0407868, 30.2499261 ], [ 120.0408284, 30.24995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.039906, 30.2514513 ], [ 120.0399259, 30.2515457 ], [ 120.0398862, 30.251592 ], [ 120.0398862, 30.2516298 ], [ 120.0399358, 30.2516418 ], [ 120.0400074, 30.2515903 ], [ 120.0400849, 30.2515732 ], [ 120.0401386, 30.2515234 ], [ 120.040065, 30.251453 ], [ 120.0400591, 30.2513156 ], [ 120.0400551, 30.2512401 ], [ 120.0399975, 30.2512126 ], [ 120.039906, 30.2512556 ], [ 120.0398663, 30.251374 ], [ 120.039906, 30.2514513 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0174836, 30.2231511 ], [ 120.0174816, 30.2230011 ], [ 120.0173396, 30.223021 ], [ 120.0173364, 30.2231568 ], [ 120.0174836, 30.2231511 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0177145, 30.2232915 ], [ 120.0179713, 30.223259 ], [ 120.0179559, 30.2230379 ], [ 120.0176512, 30.2230509 ], [ 120.0176217, 30.223195 ], [ 120.0177145, 30.2232915 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0172053, 30.2232765 ], [ 120.0172572, 30.223171 ], [ 120.017133, 30.2231143 ], [ 120.0170482, 30.2231795 ], [ 120.0172053, 30.2232765 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0173011, 30.2233647 ], [ 120.0174225, 30.2233512 ], [ 120.0174272, 30.2232174 ], [ 120.017288, 30.2232364 ], [ 120.0173011, 30.2233647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0170389, 30.2233944 ], [ 120.0171488, 30.223343 ], [ 120.0170394, 30.2232453 ], [ 120.0169711, 30.223334 ], [ 120.0170389, 30.2233944 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0178229, 30.223416 ], [ 120.0179334, 30.2234281 ], [ 120.0179585, 30.2233034 ], [ 120.017794, 30.2233397 ], [ 120.0178229, 30.223416 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0176071, 30.2234346 ], [ 120.0177444, 30.2234137 ], [ 120.0177396, 30.2233382 ], [ 120.017591, 30.2233319 ], [ 120.0176071, 30.2234346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9809449, 30.2465777 ], [ 119.9813937, 30.2467069 ], [ 119.9820358, 30.2471248 ], [ 119.9823173, 30.2473081 ], [ 119.9836227, 30.2482749 ], [ 119.9843411, 30.2486641 ], [ 119.9846089, 30.2487062 ], [ 119.9852369, 30.2492763 ], [ 119.9857325, 30.2497452 ], [ 119.9863948, 30.2506498 ], [ 119.9865362, 30.2512571 ], [ 119.9869019, 30.2514214 ], [ 119.9868848, 30.2520544 ], [ 119.9867977, 30.2524127 ], [ 119.9866265, 30.2527098 ], [ 119.9852823, 30.2526697 ], [ 119.9852726, 30.2527978 ], [ 119.9865044, 30.2528581 ], [ 119.9866101, 30.2531321 ], [ 119.9866524, 30.2536436 ], [ 119.9866247, 30.2547964 ], [ 119.9862528, 30.2558591 ], [ 119.9858699, 30.2565481 ], [ 119.9851575, 30.2581174 ], [ 119.984931, 30.2585642 ], [ 119.9849204, 30.2590801 ], [ 119.9849834, 30.2596795 ], [ 119.9849414, 30.2599918 ], [ 119.9847965, 30.2600351 ], [ 119.9848282, 30.2602098 ], [ 119.9848876, 30.2602753 ], [ 119.9848582, 30.2607367 ], [ 119.984862, 30.2608007 ], [ 119.98493, 30.2607888 ], [ 119.9850141, 30.2602535 ], [ 119.9851407, 30.2600615 ], [ 119.9851439, 30.2597584 ], [ 119.9851086, 30.2591603 ], [ 119.9850563, 30.2587987 ], [ 119.9851369, 30.2585101 ], [ 119.9862448, 30.2563121 ], [ 119.9864198, 30.2560001 ], [ 119.9867582, 30.2552694 ], [ 119.9870542, 30.255105 ], [ 119.9874349, 30.2551415 ], [ 119.9881328, 30.2555617 ], [ 119.9896555, 30.2570413 ], [ 119.9898458, 30.2569135 ], [ 119.988873, 30.2559818 ], [ 119.9880482, 30.2551598 ], [ 119.9873503, 30.2549223 ], [ 119.9869908, 30.2547579 ], [ 119.9869662, 30.254507 ], [ 119.986967, 30.2529339 ], [ 119.9871797, 30.2514621 ], [ 119.9890438, 30.2517654 ], [ 119.9900538, 30.2520724 ], [ 119.9909786, 30.252309 ], [ 119.9914154, 30.2522339 ], [ 119.992057, 30.2518561 ], [ 119.99272, 30.2518521 ], [ 119.9934816, 30.2517713 ], [ 119.9941898, 30.2516905 ], [ 119.9943635, 30.251702 ], [ 119.994457, 30.251979 ], [ 119.9945906, 30.2519329 ], [ 119.9944837, 30.2516443 ], [ 119.9948044, 30.2515404 ], [ 119.9954057, 30.2514135 ], [ 119.9957263, 30.2514135 ], [ 119.9975034, 30.2517828 ], [ 119.9981715, 30.2519098 ], [ 119.9987241, 30.2521394 ], [ 119.9989926, 30.2521262 ], [ 119.99964, 30.2519259 ], [ 119.9999368, 30.2521439 ], [ 119.9999397, 30.2522614 ], [ 119.9999454, 30.252494 ], [ 120.0001888, 30.2526257 ], [ 120.0005471, 30.2525517 ], [ 120.0006002, 30.2524027 ], [ 120.0003879, 30.2521162 ], [ 120.0001359, 30.2518641 ], [ 120.000043, 30.2517151 ], [ 120.0001093, 30.2514859 ], [ 120.0004941, 30.250913 ], [ 120.0003481, 30.2507525 ], [ 120.0000563, 30.2511192 ], [ 119.9999369, 30.2512224 ], [ 119.999645, 30.2505463 ], [ 119.9993134, 30.2496982 ], [ 119.9991807, 30.2484262 ], [ 119.9991192, 30.2479858 ], [ 119.9990533, 30.247397 ], [ 119.9991302, 30.2471595 ], [ 119.9991962, 30.2469886 ], [ 119.9991302, 30.2467606 ], [ 119.9989543, 30.2465802 ], [ 119.9987894, 30.2462858 ], [ 119.9981642, 30.2450795 ], [ 119.9981298, 30.2450131 ], [ 119.997756, 30.2441488 ], [ 119.9973932, 30.2435315 ], [ 119.9972502, 30.2427812 ], [ 119.9972612, 30.2419833 ], [ 119.9974701, 30.2400648 ], [ 119.9975911, 30.2394569 ], [ 119.9975801, 30.2391909 ], [ 119.9975141, 30.2378042 ], [ 119.9972063, 30.2377377 ], [ 119.9972063, 30.2380322 ], [ 119.9972722, 30.2384881 ], [ 119.9973052, 30.2392479 ], [ 119.9972063, 30.2396658 ], [ 119.9970633, 30.2398273 ], [ 119.9971513, 30.2399603 ], [ 119.9972063, 30.2401692 ], [ 119.9971953, 30.2404922 ], [ 119.9970963, 30.2406536 ], [ 119.9969864, 30.2407771 ], [ 119.9970633, 30.2408531 ], [ 119.9970963, 30.2409386 ], [ 119.9969974, 30.2418029 ], [ 119.9969881, 30.2421864 ], [ 119.9969864, 30.2422588 ], [ 119.9971073, 30.2433035 ], [ 119.9971676, 30.2434857 ], [ 119.9971953, 30.2435695 ], [ 119.9973932, 30.2440254 ], [ 119.997767, 30.2446997 ], [ 119.9978769, 30.2450701 ], [ 119.9982507, 30.2458394 ], [ 119.9983057, 30.2460768 ], [ 119.9985146, 30.2463238 ], [ 119.9986685, 30.2465897 ], [ 119.9987015, 30.2469221 ], [ 119.9987674, 30.247397 ], [ 119.9988114, 30.2476724 ], [ 119.9988314, 30.2479044 ], [ 119.9988261, 30.2482589 ], [ 119.9988554, 30.2486126 ], [ 119.99892, 30.248991 ], [ 119.9989361, 30.249181 ], [ 119.9988958, 30.2493247 ], [ 119.9988905, 30.249524 ], [ 119.9989103, 30.2497997 ], [ 119.9992229, 30.2504412 ], [ 119.9993232, 30.2508819 ], [ 119.999457, 30.2513586 ], [ 119.9995156, 30.2517849 ], [ 119.9994236, 30.251886 ], [ 119.9990556, 30.2519654 ], [ 119.9987964, 30.2519149 ], [ 119.9985789, 30.251821 ], [ 119.9971071, 30.2513875 ], [ 119.9968562, 30.251337 ], [ 119.9966137, 30.2511925 ], [ 119.9962458, 30.2512286 ], [ 119.9959196, 30.2512358 ], [ 119.9955349, 30.2511347 ], [ 119.9953593, 30.2511708 ], [ 119.9947405, 30.251337 ], [ 119.9934192, 30.2516115 ], [ 119.9929592, 30.2516115 ], [ 119.9925411, 30.2515609 ], [ 119.9923906, 30.251467 ], [ 119.9922986, 30.2515826 ], [ 119.9920895, 30.251662 ], [ 119.9910693, 30.2520232 ], [ 119.9908351, 30.2520666 ], [ 119.9906344, 30.2520232 ], [ 119.9898149, 30.2517415 ], [ 119.9891124, 30.2515176 ], [ 119.9880169, 30.2513586 ], [ 119.9876406, 30.2513153 ], [ 119.9872726, 30.2511853 ], [ 119.9870482, 30.2509887 ], [ 119.9867801, 30.2506666 ], [ 119.9866885, 30.2505875 ], [ 119.9865133, 30.25045 ], [ 119.9864007, 30.2503616 ], [ 119.9862242, 30.2500226 ], [ 119.9859168, 30.249644 ], [ 119.9858187, 30.2495424 ], [ 119.9854197, 30.2491243 ], [ 119.9848148, 30.2487127 ], [ 119.9846717, 30.2485104 ], [ 119.9845482, 30.2485385 ], [ 119.9844571, 30.248516 ], [ 119.9837742, 30.248134 ], [ 119.9835668, 30.2479913 ], [ 119.983423, 30.2478924 ], [ 119.9832278, 30.247662 ], [ 119.9826165, 30.2473362 ], [ 119.9824316, 30.2472297 ], [ 119.9823823, 30.2472013 ], [ 119.9822457, 30.2470103 ], [ 119.9821287, 30.2469092 ], [ 119.9819986, 30.2468698 ], [ 119.9814392, 30.2465327 ], [ 119.9811856, 30.2463754 ], [ 119.9803596, 30.2459147 ], [ 119.9802945, 30.2460551 ], [ 119.9809449, 30.2465777 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9942968, 30.2545849 ], [ 119.9992321, 30.2525528 ], [ 119.9999397, 30.2522614 ], [ 119.9995078, 30.2520317 ], [ 119.9984242, 30.2522228 ], [ 119.9958605, 30.2518257 ], [ 119.9940072, 30.2520516 ], [ 119.9923398, 30.2524612 ], [ 119.991891, 30.2526965 ], [ 119.9942968, 30.2545849 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0107099, 30.2536315 ], [ 120.0107453, 30.2536468 ], [ 120.0107913, 30.2536377 ], [ 120.0108043, 30.2536081 ], [ 120.0108432, 30.253601 ], [ 120.0108892, 30.2536193 ], [ 120.0109471, 30.2536295 ], [ 120.0110025, 30.2536285 ], [ 120.0110591, 30.2536214 ], [ 120.0110952, 30.2536107 ], [ 120.0111221, 30.2535984 ], [ 120.011131, 30.2535884 ], [ 120.0111891, 30.2535706 ], [ 120.0112231, 30.2535497 ], [ 120.0112293, 30.253532 ], [ 120.0112293, 30.2535142 ], [ 120.0112249, 30.253491 ], [ 120.0112007, 30.2534771 ], [ 120.0111435, 30.2534733 ], [ 120.0110836, 30.2534779 ], [ 120.0110318, 30.2534856 ], [ 120.0109826, 30.2534748 ], [ 120.0108976, 30.2534478 ], [ 120.0107966, 30.2534571 ], [ 120.0107194, 30.253494 ], [ 120.010691, 30.2535724 ], [ 120.0107099, 30.2536315 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9576958, 30.2402734 ], [ 119.9580921, 30.2399187 ], [ 119.9585452, 30.2400288 ], [ 119.958715, 30.2403101 ], [ 119.9585735, 30.2405302 ], [ 119.9587717, 30.2407748 ], [ 119.9591114, 30.2408237 ], [ 119.9591681, 30.2406525 ], [ 119.959253, 30.2405791 ], [ 119.959522, 30.2406158 ], [ 119.959706, 30.2403345 ], [ 119.9599608, 30.2402122 ], [ 119.9604563, 30.2399554 ], [ 119.9606545, 30.2399554 ], [ 119.9609377, 30.2398331 ], [ 119.9608527, 30.2396374 ], [ 119.9607395, 30.2395396 ], [ 119.9606687, 30.2393439 ], [ 119.9603714, 30.2391237 ], [ 119.9599041, 30.2391418 ], [ 119.9584744, 30.2391971 ], [ 119.9581771, 30.2396985 ], [ 119.9574976, 30.2399798 ], [ 119.9573985, 30.2402367 ], [ 119.9576958, 30.2402734 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9680501, 30.24841 ], [ 119.968197, 30.2484362 ], [ 119.9684199, 30.2484056 ], [ 119.9694684, 30.2480862 ], [ 119.9695089, 30.2480643 ], [ 119.9695241, 30.2480162 ], [ 119.9693266, 30.2475261 ], [ 119.9693012, 30.2474692 ], [ 119.9691442, 30.2474736 ], [ 119.9688251, 30.2475611 ], [ 119.9686377, 30.2477011 ], [ 119.9680552, 30.2482087 ], [ 119.9680096, 30.2482831 ], [ 119.9679944, 30.2483531 ], [ 119.9680501, 30.24841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.965887, 30.2486712 ], [ 119.9660856, 30.2488912 ], [ 119.9661519, 30.2489176 ], [ 119.9661773, 30.2488868 ], [ 119.9661722, 30.2488164 ], [ 119.9662028, 30.2487328 ], [ 119.9663149, 30.2485876 ], [ 119.9664065, 30.248416 ], [ 119.9665033, 30.24835 ], [ 119.9668853, 30.247976 ], [ 119.9670279, 30.2478396 ], [ 119.9670228, 30.2477384 ], [ 119.9669668, 30.247712 ], [ 119.9666357, 30.2480464 ], [ 119.9663963, 30.248262 ], [ 119.965943, 30.2485436 ], [ 119.9658972, 30.2485788 ], [ 119.9658615, 30.2486096 ], [ 119.965887, 30.2486712 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9618939, 30.2514227 ], [ 119.9618947, 30.251469 ], [ 119.9618533, 30.2514897 ], [ 119.9618598, 30.2515334 ], [ 119.9618611, 30.2515422 ], [ 119.9618947, 30.2516459 ], [ 119.9618994, 30.2517236 ], [ 119.9619126, 30.2517641 ], [ 119.9620441, 30.2517702 ], [ 119.9620715, 30.2517608 ], [ 119.9620977, 30.251771 ], [ 119.9622121, 30.2517749 ], [ 119.9622116, 30.2517574 ], [ 119.9622104, 30.25172 ], [ 119.9623069, 30.2517239 ], [ 119.9623087, 30.2516992 ], [ 119.9623588, 30.2516969 ], [ 119.9623623, 30.2516559 ], [ 119.9622157, 30.2516559 ], [ 119.9621755, 30.2515965 ], [ 119.962171, 30.2514042 ], [ 119.9621916, 30.2513833 ], [ 119.9622369, 30.2513401 ], [ 119.9624428, 30.2513364 ], [ 119.9624519, 30.2513003 ], [ 119.9624422, 30.2512662 ], [ 119.9623311, 30.2512644 ], [ 119.9622846, 30.251208 ], [ 119.9622434, 30.2511933 ], [ 119.9622059, 30.2511987 ], [ 119.962137, 30.2512211 ], [ 119.9620602, 30.2512273 ], [ 119.9620119, 30.2512219 ], [ 119.9619502, 30.2512134 ], [ 119.9618572, 30.2512072 ], [ 119.96185, 30.2514049 ], [ 119.9618939, 30.2514227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9773621, 30.2546082 ], [ 119.9780574, 30.254947 ], [ 119.9784815, 30.2554777 ], [ 119.9784766, 30.2560272 ], [ 119.9787547, 30.2557276 ], [ 119.9791191, 30.2556904 ], [ 119.9789147, 30.2553743 ], [ 119.9789798, 30.2550342 ], [ 119.9789376, 30.2546033 ], [ 119.9787821, 30.2543101 ], [ 119.9779304, 30.2540498 ], [ 119.9772639, 30.2542028 ], [ 119.9773621, 30.2546082 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9634222, 30.2588456 ], [ 119.9640091, 30.2589205 ], [ 119.9642201, 30.2588951 ], [ 119.9642925, 30.2588967 ], [ 119.9643287, 30.2589261 ], [ 119.9645053, 30.2589122 ], [ 119.96453, 30.2588698 ], [ 119.9646885, 30.2588185 ], [ 119.9648338, 30.2587985 ], [ 119.9649961, 30.2587609 ], [ 119.9651621, 30.2587066 ], [ 119.9653281, 30.2586522 ], [ 119.9656593, 30.2585152 ], [ 119.9658447, 30.2584182 ], [ 119.9659777, 30.2583112 ], [ 119.966081, 30.2582213 ], [ 119.9662051, 30.2580673 ], [ 119.9664007, 30.2578066 ], [ 119.9664841, 30.2575574 ], [ 119.9664855, 30.2574008 ], [ 119.9664894, 30.2572996 ], [ 119.9665428, 30.2571483 ], [ 119.9665168, 30.2570826 ], [ 119.9664848, 30.2569797 ], [ 119.9664009, 30.2569564 ], [ 119.9663388, 30.2570352 ], [ 119.966327, 30.2571417 ], [ 119.9663494, 30.2572462 ], [ 119.9663415, 30.2573411 ], [ 119.9663046, 30.2574727 ], [ 119.9662373, 30.2576105 ], [ 119.9661894, 30.2578494 ], [ 119.966118, 30.2579904 ], [ 119.966039, 30.2581198 ], [ 119.9659337, 30.2582492 ], [ 119.9658069, 30.2583757 ], [ 119.9655139, 30.2585188 ], [ 119.9651132, 30.2586617 ], [ 119.9649921, 30.2587075 ], [ 119.9648413, 30.2587418 ], [ 119.9646027, 30.2587843 ], [ 119.9645366, 30.2587814 ], [ 119.9645135, 30.2587614 ], [ 119.9644838, 30.2586987 ], [ 119.9644112, 30.2586188 ], [ 119.9643253, 30.2585618 ], [ 119.9642791, 30.2584933 ], [ 119.9642362, 30.258442 ], [ 119.9641503, 30.2582708 ], [ 119.9641668, 30.2581767 ], [ 119.9642064, 30.2581453 ], [ 119.9642527, 30.2580911 ], [ 119.9642989, 30.2580227 ], [ 119.9642857, 30.257997 ], [ 119.9642527, 30.2579856 ], [ 119.9642362, 30.2579514 ], [ 119.9641734, 30.2579485 ], [ 119.9639191, 30.257863 ], [ 119.9637672, 30.2579 ], [ 119.9637474, 30.2579685 ], [ 119.9637309, 30.2580541 ], [ 119.963688, 30.2581254 ], [ 119.9636748, 30.2582594 ], [ 119.9636153, 30.2583678 ], [ 119.9635328, 30.2585789 ], [ 119.9634799, 30.2586245 ], [ 119.9634758, 30.2586866 ], [ 119.9634453, 30.2587543 ], [ 119.963404, 30.2588042 ], [ 119.9634222, 30.2588456 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9635708, 30.2604538 ], [ 119.9639426, 30.2604698 ], [ 119.9641921, 30.26046 ], [ 119.9642938, 30.2602117 ], [ 119.9642158, 30.2598701 ], [ 119.9641336, 30.2598559 ], [ 119.9641213, 30.2599074 ], [ 119.9640648, 30.2599021 ], [ 119.9641038, 30.2602143 ], [ 119.9640884, 30.2602596 ], [ 119.9640196, 30.2603128 ], [ 119.9639292, 30.2603225 ], [ 119.9637403, 30.2603208 ], [ 119.9635574, 30.2602871 ], [ 119.9635708, 30.2604538 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9411814, 30.2612076 ], [ 119.9412324, 30.2611938 ], [ 119.9413058, 30.2611167 ], [ 119.9413632, 30.2611167 ], [ 119.9414046, 30.2610451 ], [ 119.9414333, 30.2610203 ], [ 119.9415801, 30.261023 ], [ 119.941612, 30.2609955 ], [ 119.9416247, 30.2609404 ], [ 119.9415737, 30.2609266 ], [ 119.9414142, 30.2609321 ], [ 119.9413377, 30.2609431 ], [ 119.941277, 30.2610092 ], [ 119.941226, 30.2610588 ], [ 119.9411558, 30.2611525 ], [ 119.9411814, 30.2612076 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9395641, 30.2737844 ], [ 119.9396503, 30.2738009 ], [ 119.9398161, 30.2738009 ], [ 119.9400426, 30.2737733 ], [ 119.9401957, 30.2737348 ], [ 119.9402847, 30.2736476 ], [ 119.9402053, 30.2736191 ], [ 119.9402531, 30.2735227 ], [ 119.9401797, 30.2734428 ], [ 119.9400745, 30.2734263 ], [ 119.9399565, 30.2734373 ], [ 119.9398257, 30.2734869 ], [ 119.9397236, 30.2735309 ], [ 119.9396279, 30.273553 ], [ 119.9394971, 30.273575 ], [ 119.9393791, 30.2736218 ], [ 119.9393759, 30.2737651 ], [ 119.9395641, 30.2737844 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9455253, 30.275616 ], [ 119.9455766, 30.2756911 ], [ 119.945627, 30.2756975 ], [ 119.9457041, 30.2757148 ], [ 119.9457465, 30.2757408 ], [ 119.9457699, 30.275778 ], [ 119.9457717, 30.2759184 ], [ 119.9457714, 30.2759851 ], [ 119.9457458, 30.2760622 ], [ 119.9458415, 30.2760099 ], [ 119.9459245, 30.2760154 ], [ 119.9459755, 30.2760237 ], [ 119.9460042, 30.2760209 ], [ 119.9460106, 30.2759824 ], [ 119.946017, 30.2759438 ], [ 119.9459404, 30.275941 ], [ 119.9458894, 30.2759438 ], [ 119.9458096, 30.2759328 ], [ 119.9458001, 30.2758777 ], [ 119.9458032, 30.2758171 ], [ 119.9458128, 30.2757151 ], [ 119.9458383, 30.2756022 ], [ 119.9458644, 30.2755126 ], [ 119.9458351, 30.2754727 ], [ 119.9457139, 30.275492 ], [ 119.9456661, 30.2755003 ], [ 119.9455497, 30.2755092 ], [ 119.9455242, 30.275563 ], [ 119.9455253, 30.275616 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9877358, 30.2593193 ], [ 119.9883281, 30.2587433 ], [ 119.9890514, 30.2582706 ], [ 119.9895596, 30.2577302 ], [ 119.9898529, 30.2575445 ], [ 119.990107, 30.2574094 ], [ 119.9903611, 30.2572574 ], [ 119.990713, 30.2569366 ], [ 119.9903416, 30.2569535 ], [ 119.990107, 30.2570548 ], [ 119.9898458, 30.2569135 ], [ 119.9896555, 30.2570413 ], [ 119.9896574, 30.2573419 ], [ 119.9894814, 30.257612 ], [ 119.9887501, 30.2581587 ], [ 119.9884649, 30.2583719 ], [ 119.9881913, 30.2584563 ], [ 119.9873346, 30.2592466 ], [ 119.9877358, 30.2593193 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0197374, 30.2622101 ], [ 120.0197723, 30.2622438 ], [ 120.0198072, 30.2621799 ], [ 120.0198627, 30.2620983 ], [ 120.0199777, 30.2620291 ], [ 120.0200106, 30.2619812 ], [ 120.0199716, 30.2619191 ], [ 120.0200352, 30.2618322 ], [ 120.0201112, 30.2617506 ], [ 120.0201215, 30.2616707 ], [ 120.0201605, 30.2616494 ], [ 120.0201112, 30.2615838 ], [ 120.0200229, 30.2615448 ], [ 120.0199777, 30.2615536 ], [ 120.0200024, 30.2615962 ], [ 120.0199407, 30.2616743 ], [ 120.0199366, 30.2617488 ], [ 120.0198935, 30.2618233 ], [ 120.019838, 30.2618925 ], [ 120.0198052, 30.2620255 ], [ 120.0197148, 30.2621497 ], [ 120.0197374, 30.2622101 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0204871, 30.2625241 ], [ 120.0205857, 30.2624921 ], [ 120.0206576, 30.2624265 ], [ 120.0207624, 30.2622313 ], [ 120.0208178, 30.2620451 ], [ 120.0208445, 30.2618765 ], [ 120.020824, 30.2618268 ], [ 120.0207706, 30.2617985 ], [ 120.0206412, 30.2617807 ], [ 120.020598, 30.2618002 ], [ 120.0205754, 30.2618322 ], [ 120.0205939, 30.2618783 ], [ 120.0205939, 30.2619581 ], [ 120.0205652, 30.2621231 ], [ 120.0205138, 30.2622686 ], [ 120.020481, 30.2623733 ], [ 120.0204337, 30.2624212 ], [ 120.0204173, 30.2624975 ], [ 120.0204871, 30.2625241 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0182114, 30.262845 ], [ 120.0182976, 30.2628929 ], [ 120.0183161, 30.262955 ], [ 120.0184106, 30.2628965 ], [ 120.0184845, 30.2629089 ], [ 120.0185318, 30.2629338 ], [ 120.0185236, 30.2629888 ], [ 120.01854, 30.2630367 ], [ 120.0185133, 30.2631573 ], [ 120.0187392, 30.2631892 ], [ 120.0188132, 30.2631839 ], [ 120.0188769, 30.2631431 ], [ 120.0189611, 30.2631112 ], [ 120.0189981, 30.2631041 ], [ 120.0190248, 30.2631608 ], [ 120.0189755, 30.2631821 ], [ 120.0189857, 30.2632354 ], [ 120.0190925, 30.2632655 ], [ 120.0192918, 30.262971 ], [ 120.0192363, 30.2628894 ], [ 120.0191911, 30.2628717 ], [ 120.0191131, 30.2628912 ], [ 120.0189714, 30.2629054 ], [ 120.0188029, 30.2628734 ], [ 120.0187413, 30.2628167 ], [ 120.0186715, 30.2628113 ], [ 120.0185523, 30.2628042 ], [ 120.0185092, 30.2628468 ], [ 120.0184558, 30.2628326 ], [ 120.0185277, 30.2627351 ], [ 120.0185873, 30.2626215 ], [ 120.0186345, 30.2626251 ], [ 120.0186201, 30.2626588 ], [ 120.0187064, 30.2626872 ], [ 120.0186633, 30.2627404 ], [ 120.0187043, 30.2627581 ], [ 120.0187701, 30.2627475 ], [ 120.0188214, 30.2627155 ], [ 120.0188769, 30.2627492 ], [ 120.0189138, 30.26279 ], [ 120.0191213, 30.2628397 ], [ 120.0191994, 30.2628309 ], [ 120.0192774, 30.2628291 ], [ 120.0192979, 30.2627989 ], [ 120.0193246, 30.2626942 ], [ 120.0193, 30.2626446 ], [ 120.0192486, 30.2626126 ], [ 120.0191727, 30.2626251 ], [ 120.0191151, 30.2626322 ], [ 120.0190617, 30.2626091 ], [ 120.0190104, 30.2626091 ], [ 120.0188687, 30.2625364 ], [ 120.0188666, 30.2625009 ], [ 120.0189755, 30.2625346 ], [ 120.0190905, 30.2625452 ], [ 120.0192137, 30.2625399 ], [ 120.0192979, 30.2625505 ], [ 120.0194335, 30.2625913 ], [ 120.0195301, 30.2626339 ], [ 120.0196697, 30.262657 ], [ 120.0197355, 30.262641 ], [ 120.0197478, 30.2626038 ], [ 120.0197478, 30.2625239 ], [ 120.0197046, 30.2624672 ], [ 120.0195711, 30.2624193 ], [ 120.0194561, 30.262398 ], [ 120.0192671, 30.2623412 ], [ 120.0191603, 30.2622809 ], [ 120.0191665, 30.262217 ], [ 120.0191727, 30.2621407 ], [ 120.0192343, 30.2618498 ], [ 120.0193041, 30.2616333 ], [ 120.0192795, 30.261557 ], [ 120.0192425, 30.2615251 ], [ 120.019148, 30.2614949 ], [ 120.0190042, 30.2614825 ], [ 120.0189488, 30.2615056 ], [ 120.0187372, 30.2617735 ], [ 120.0185523, 30.262146 ], [ 120.0184435, 30.2624388 ], [ 120.0183962, 30.2625044 ], [ 120.0183264, 30.2625293 ], [ 120.0182791, 30.2625576 ], [ 120.0181949, 30.262673 ], [ 120.0181806, 30.2627404 ], [ 120.0182114, 30.262845 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0175683, 30.2623946 ], [ 120.0175807, 30.2624531 ], [ 120.0176669, 30.2624691 ], [ 120.0177327, 30.2624797 ], [ 120.0177881, 30.2624762 ], [ 120.017823, 30.262446 ], [ 120.0178826, 30.2624567 ], [ 120.0179216, 30.2624744 ], [ 120.0179915, 30.2625081 ], [ 120.0180161, 30.2625507 ], [ 120.0180223, 30.2625826 ], [ 120.0179915, 30.2626039 ], [ 120.0180428, 30.2626358 ], [ 120.0181003, 30.2626376 ], [ 120.0182174, 30.2624283 ], [ 120.0179874, 30.2623573 ], [ 120.0179483, 30.2623786 ], [ 120.0175786, 30.2622934 ], [ 120.017554, 30.2623378 ], [ 120.0175683, 30.2623946 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0194791, 30.2628682 ], [ 120.0197237, 30.262928 ], [ 120.0199066, 30.2629408 ], [ 120.0199782, 30.2629109 ], [ 120.02004, 30.2628447 ], [ 120.020082, 30.2627145 ], [ 120.0201463, 30.2626761 ], [ 120.0202006, 30.2626782 ], [ 120.0202327, 30.2627188 ], [ 120.0202327, 30.2628618 ], [ 120.0202673, 30.2629557 ], [ 120.0203291, 30.2630283 ], [ 120.0204551, 30.263056 ], [ 120.0205095, 30.2630304 ], [ 120.0205367, 30.2629088 ], [ 120.0205293, 30.2627743 ], [ 120.0204799, 30.2626612 ], [ 120.020381, 30.2626228 ], [ 120.0202624, 30.2626035 ], [ 120.0200573, 30.2625609 ], [ 120.0200079, 30.262627 ], [ 120.0199066, 30.2626782 ], [ 120.019788, 30.2626782 ], [ 120.0195236, 30.2626057 ], [ 120.0194297, 30.2626014 ], [ 120.0193926, 30.2626356 ], [ 120.0193629, 30.2627572 ], [ 120.0194791, 30.2628682 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0184095, 30.2632974 ], [ 120.0182991, 30.2629102 ], [ 120.0180918, 30.2628771 ], [ 120.0180332, 30.2629511 ], [ 120.0179386, 30.2632916 ], [ 120.0184095, 30.2632974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0193481, 30.2632225 ], [ 120.0194074, 30.2632652 ], [ 120.0196891, 30.2633015 ], [ 120.0199041, 30.2633612 ], [ 120.0199634, 30.2633292 ], [ 120.019998, 30.2632566 ], [ 120.0200252, 30.2631755 ], [ 120.0200029, 30.2631136 ], [ 120.0199412, 30.2630432 ], [ 120.0195137, 30.262945 ], [ 120.0194222, 30.2629536 ], [ 120.0193629, 30.2629941 ], [ 120.0192937, 30.2631606 ], [ 120.0193481, 30.2632225 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0185425, 30.2632566 ], [ 120.0186933, 30.263246 ], [ 120.0188119, 30.2633015 ], [ 120.0190639, 30.2633399 ], [ 120.0191974, 30.2633911 ], [ 120.019316, 30.263357 ], [ 120.0193358, 30.263278 ], [ 120.0192616, 30.2632694 ], [ 120.0191924, 30.2632353 ], [ 120.0190392, 30.2632012 ], [ 120.0188712, 30.2631947 ], [ 120.0187328, 30.2631713 ], [ 120.0186266, 30.2631265 ], [ 120.0185549, 30.2631179 ], [ 120.0185129, 30.2631691 ], [ 120.0185425, 30.2632566 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.019447, 30.2634231 ], [ 120.0195384, 30.2634295 ], [ 120.0197114, 30.2634338 ], [ 120.0198275, 30.2634402 ], [ 120.019825, 30.2633932 ], [ 120.0197435, 30.263374 ], [ 120.0195359, 30.263342 ], [ 120.019442, 30.2633143 ], [ 120.0193703, 30.263374 ], [ 120.019447, 30.2634231 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0341223, 30.2631089 ], [ 120.0349407, 30.2632948 ], [ 120.0349488, 30.2632511 ], [ 120.034776, 30.262958 ], [ 120.0341141, 30.2627864 ], [ 120.0341027, 30.2630526 ], [ 120.0341223, 30.2631089 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0213487, 30.2632402 ], [ 120.0213981, 30.2633512 ], [ 120.0216057, 30.2634002 ], [ 120.0217564, 30.2634173 ], [ 120.0218948, 30.2633405 ], [ 120.0220381, 30.2629713 ], [ 120.0220628, 30.2628667 ], [ 120.0219763, 30.2628432 ], [ 120.0217614, 30.2628005 ], [ 120.0215143, 30.2627365 ], [ 120.0213734, 30.2629179 ], [ 120.0213017, 30.2631164 ], [ 120.0213487, 30.2632402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0399884, 30.2632203 ], [ 120.0399738, 30.2633464 ], [ 120.039992, 30.2635009 ], [ 120.040003, 30.2636176 ], [ 120.0400249, 30.2637311 ], [ 120.0400249, 30.2637784 ], [ 120.0400797, 30.2638225 ], [ 120.0401673, 30.2638288 ], [ 120.0402257, 30.2638194 ], [ 120.0402768, 30.2638383 ], [ 120.0402987, 30.2638824 ], [ 120.0402914, 30.2639392 ], [ 120.0402439, 30.2639959 ], [ 120.0401965, 30.2640747 ], [ 120.040233, 30.2641662 ], [ 120.0403023, 30.2642009 ], [ 120.0403826, 30.2642009 ], [ 120.0404483, 30.2642481 ], [ 120.0404995, 30.2642986 ], [ 120.0405688, 30.2643081 ], [ 120.0406199, 30.2643207 ], [ 120.0406528, 30.2643553 ], [ 120.0406491, 30.2644026 ], [ 120.0406601, 30.2644594 ], [ 120.0406783, 30.2645098 ], [ 120.0406564, 30.2645887 ], [ 120.0406017, 30.2646202 ], [ 120.0405287, 30.264699 ], [ 120.0404885, 30.264781 ], [ 120.0404885, 30.2648409 ], [ 120.0405287, 30.2649071 ], [ 120.0405834, 30.2649575 ], [ 120.0406126, 30.2649954 ], [ 120.0406199, 30.2650332 ], [ 120.0405798, 30.2650584 ], [ 120.0405177, 30.2650774 ], [ 120.0404702, 30.2651278 ], [ 120.0404629, 30.2651814 ], [ 120.0405141, 30.265194 ], [ 120.0405688, 30.2651782 ], [ 120.0406199, 30.2651593 ], [ 120.0406674, 30.2651593 ], [ 120.0407258, 30.2651625 ], [ 120.0407842, 30.2651436 ], [ 120.0408681, 30.265153 ], [ 120.0409229, 30.2651278 ], [ 120.0409229, 30.2650805 ], [ 120.0408681, 30.2650805 ], [ 120.0408024, 30.2650963 ], [ 120.0407477, 30.2650679 ], [ 120.0407185, 30.2650332 ], [ 120.0407404, 30.2649859 ], [ 120.0407659, 30.2649323 ], [ 120.0407513, 30.2648377 ], [ 120.0407769, 30.2647211 ], [ 120.0407988, 30.264617 ], [ 120.0408316, 30.2645288 ], [ 120.0408645, 30.2644184 ], [ 120.0408097, 30.2643963 ], [ 120.0407477, 30.2643806 ], [ 120.0407002, 30.2643427 ], [ 120.0406747, 30.2642671 ], [ 120.0406929, 30.264204 ], [ 120.040671, 30.2641567 ], [ 120.0406929, 30.2641157 ], [ 120.0407221, 30.2640464 ], [ 120.0407513, 30.2639329 ], [ 120.0407477, 30.2638383 ], [ 120.0407258, 30.2637973 ], [ 120.0406272, 30.2637878 ], [ 120.0405469, 30.263791 ], [ 120.0404556, 30.26375 ], [ 120.0403899, 30.2637468 ], [ 120.0402987, 30.2637405 ], [ 120.0402111, 30.2637405 ], [ 120.0401454, 30.2636712 ], [ 120.0401198, 30.2635577 ], [ 120.0401162, 30.2634347 ], [ 120.0401125, 30.2632991 ], [ 120.0400943, 30.2631699 ], [ 120.039992, 30.2631604 ], [ 120.0399701, 30.2631919 ], [ 120.0399884, 30.2632203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0340535, 30.2646332 ], [ 120.0341441, 30.2645952 ], [ 120.0341881, 30.2645125 ], [ 120.0342398, 30.2642152 ], [ 120.0341027, 30.2642085 ], [ 120.0339603, 30.2642979 ], [ 120.0339487, 30.2645918 ], [ 120.0340535, 30.2646332 ] ] ], [ [ [ 120.0341081, 30.2650015 ], [ 120.0341447, 30.265044 ], [ 120.0344845, 30.2651397 ], [ 120.0345336, 30.2651351 ], [ 120.0346821, 30.2648548 ], [ 120.0346534, 30.2647845 ], [ 120.0345944, 30.2647521 ], [ 120.0342824, 30.2646857 ], [ 120.0342314, 30.264688 ], [ 120.0341912, 30.2647119 ], [ 120.0340991, 30.2649544 ], [ 120.0341081, 30.2650015 ] ] ], [ [ [ 120.0342976, 30.2646648 ], [ 120.0346347, 30.264739 ], [ 120.0347044, 30.2647127 ], [ 120.0347393, 30.2646849 ], [ 120.0347643, 30.2645953 ], [ 120.0347339, 30.2645606 ], [ 120.0344585, 30.2645058 ], [ 120.0342949, 30.2644741 ], [ 120.0342574, 30.2645004 ], [ 120.0342332, 30.2646069 ], [ 120.0342976, 30.2646648 ] ] ], [ [ [ 120.0343635, 30.2644584 ], [ 120.0345214, 30.2644886 ], [ 120.0345951, 30.2644774 ], [ 120.0347569, 30.2645065 ], [ 120.0347362, 30.2643992 ], [ 120.0346857, 30.2643903 ], [ 120.0346961, 30.2643445 ], [ 120.0345201, 30.2643098 ], [ 120.0344851, 30.2642808 ], [ 120.0344088, 30.2642852 ], [ 120.0343324, 30.2643199 ], [ 120.0343143, 30.2644171 ], [ 120.0343635, 30.2644584 ] ] ], [ [ [ 120.0343727, 30.2653104 ], [ 120.034404, 30.265322 ], [ 120.0344228, 30.2653174 ], [ 120.034505, 30.2651845 ], [ 120.0344916, 30.2651652 ], [ 120.034429, 30.2651475 ], [ 120.0343629, 30.2651544 ], [ 120.0343727, 30.2653104 ] ] ], [ [ [ 120.0344023, 30.2641098 ], [ 120.0345045, 30.2641802 ], [ 120.0346171, 30.2642103 ], [ 120.0347168, 30.2642126 ], [ 120.034951, 30.2642003 ], [ 120.0349639, 30.2640896 ], [ 120.0346288, 30.2640081 ], [ 120.034524, 30.2639868 ], [ 120.0344036, 30.2640103 ], [ 120.034379, 30.2640606 ], [ 120.0344023, 30.2641098 ] ] ], [ [ [ 120.0351321, 30.2652483 ], [ 120.0354483, 30.2653157 ], [ 120.035494, 30.2652946 ], [ 120.0356847, 30.2653326 ], [ 120.0356994, 30.2653692 ], [ 120.0358738, 30.2653692 ], [ 120.0358526, 30.265158 ], [ 120.0352851, 30.2650552 ], [ 120.0351831, 30.265062 ], [ 120.0350654, 30.2649925 ], [ 120.0349595, 30.2651314 ], [ 120.0351321, 30.2652483 ] ] ], [ [ [ 120.035313, 30.26502 ], [ 120.03582, 30.2651256 ], [ 120.0359977, 30.2651467 ], [ 120.0360809, 30.2651242 ], [ 120.0360923, 30.264982 ], [ 120.0360238, 30.2649412 ], [ 120.0358591, 30.2649397 ], [ 120.0356081, 30.2649088 ], [ 120.0354336, 30.2648468 ], [ 120.0353195, 30.2647891 ], [ 120.0352087, 30.2648102 ], [ 120.0351744, 30.2649496 ], [ 120.035313, 30.26502 ] ] ], [ [ [ 120.0353945, 30.2647694 ], [ 120.0355086, 30.2647651 ], [ 120.0355119, 30.2647215 ], [ 120.0354711, 30.2646976 ], [ 120.0354695, 30.2646553 ], [ 120.0355755, 30.2645722 ], [ 120.0355918, 30.2645384 ], [ 120.0355853, 30.2644892 ], [ 120.0355478, 30.2644652 ], [ 120.0354842, 30.264468 ], [ 120.035432, 30.2644976 ], [ 120.0353538, 30.2646736 ], [ 120.0352576, 30.2647285 ], [ 120.0353945, 30.2647694 ] ] ], [ [ [ 120.0354375, 30.2643678 ], [ 120.0357667, 30.2644475 ], [ 120.0358746, 30.2644303 ], [ 120.0359001, 30.2643568 ], [ 120.0358703, 30.2642943 ], [ 120.0358192, 30.2642587 ], [ 120.0355482, 30.264206 ], [ 120.0354644, 30.264233 ], [ 120.0353963, 30.2643139 ], [ 120.0354375, 30.2643678 ] ] ], [ [ [ 120.0354852, 30.26415 ], [ 120.0358087, 30.2642174 ], [ 120.035918, 30.2642664 ], [ 120.0359847, 30.2642627 ], [ 120.0360614, 30.2642713 ], [ 120.0361508, 30.2642995 ], [ 120.036209, 30.2642811 ], [ 120.036253, 30.2641291 ], [ 120.0361323, 30.2641022 ], [ 120.0359209, 30.2640482 ], [ 120.0355093, 30.2639636 ], [ 120.0354497, 30.2641181 ], [ 120.0354852, 30.26415 ] ] ], [ [ [ 120.035551, 30.2647877 ], [ 120.0356603, 30.264844 ], [ 120.0359472, 30.2648876 ], [ 120.0360695, 30.2648989 ], [ 120.0362211, 30.2649017 ], [ 120.0363727, 30.2649412 ], [ 120.0364819, 30.264982 ], [ 120.0365227, 30.2649806 ], [ 120.0365597, 30.2649514 ], [ 120.0365471, 30.2647314 ], [ 120.036252, 30.2646863 ], [ 120.035957, 30.2645835 ], [ 120.0358983, 30.2645413 ], [ 120.0358102, 30.2645244 ], [ 120.0357206, 30.2645356 ], [ 120.0355983, 30.2646567 ], [ 120.0355429, 30.2647356 ], [ 120.035551, 30.2647877 ] ] ], [ [ [ 120.0355888, 30.2639391 ], [ 120.0357236, 30.2639747 ], [ 120.03584, 30.2639747 ], [ 120.036199, 30.2640629 ], [ 120.0362317, 30.2640421 ], [ 120.0362416, 30.2638742 ], [ 120.0361863, 30.2638496 ], [ 120.0360756, 30.2638337 ], [ 120.0359393, 30.2638276 ], [ 120.0356938, 30.2637467 ], [ 120.0356299, 30.2637614 ], [ 120.0355717, 30.2638227 ], [ 120.0355575, 30.2639207 ], [ 120.0355888, 30.2639391 ] ] ], [ [ [ 120.036253, 30.2638325 ], [ 120.0363339, 30.2636106 ], [ 120.0362941, 30.2635603 ], [ 120.0361948, 30.2635003 ], [ 120.0360713, 30.2634807 ], [ 120.0360003, 30.2634721 ], [ 120.0359436, 30.2634267 ], [ 120.035752, 30.2634966 ], [ 120.0357477, 30.2637074 ], [ 120.036253, 30.2638325 ] ] ], [ [ [ 120.0359553, 30.2644006 ], [ 120.0360317, 30.2644319 ], [ 120.0362219, 30.264471 ], [ 120.0364121, 30.2644867 ], [ 120.0365221, 30.2645325 ], [ 120.0366204, 30.2645526 ], [ 120.0366592, 30.2644151 ], [ 120.0365751, 30.2643972 ], [ 120.0364134, 30.264357 ], [ 120.0363086, 30.2643447 ], [ 120.0361727, 30.2643246 ], [ 120.0360873, 30.2643235 ], [ 120.0360666, 30.2642877 ], [ 120.0360149, 30.2642754 ], [ 120.0359696, 30.2642855 ], [ 120.0359243, 30.2643335 ], [ 120.0359553, 30.2644006 ] ] ], [ [ [ 120.0359476, 30.2644978 ], [ 120.0360278, 30.2645559 ], [ 120.0362025, 30.2645615 ], [ 120.036394, 30.2645995 ], [ 120.036548, 30.264642 ], [ 120.0365958, 30.2646152 ], [ 120.0365363, 30.264585 ], [ 120.0362944, 30.2645269 ], [ 120.0361624, 30.2645202 ], [ 120.035945, 30.2644453 ], [ 120.0359476, 30.2644978 ] ] ], [ [ [ 120.0363187, 30.2657354 ], [ 120.037109, 30.265839 ], [ 120.0372794, 30.2658713 ], [ 120.0372925, 30.2657953 ], [ 120.0373674, 30.2657387 ], [ 120.0374535, 30.265729 ], [ 120.0375022, 30.2656255 ], [ 120.0374741, 30.2656028 ], [ 120.0374779, 30.2654233 ], [ 120.0374311, 30.2653715 ], [ 120.0374311, 30.2653343 ], [ 120.0373693, 30.2653036 ], [ 120.0372195, 30.265268 ], [ 120.0370959, 30.2652583 ], [ 120.0364554, 30.2651613 ], [ 120.0364853, 30.265103 ], [ 120.036534, 30.265048 ], [ 120.0365191, 30.2650238 ], [ 120.0362494, 30.2649849 ], [ 120.0361764, 30.2649914 ], [ 120.0361445, 30.2650157 ], [ 120.0361071, 30.2654572 ], [ 120.0363187, 30.2657354 ] ] ], [ [ [ 120.0366338, 30.2651361 ], [ 120.0374245, 30.2652722 ], [ 120.0374869, 30.2653197 ], [ 120.0375835, 30.2653312 ], [ 120.0376118, 30.2651695 ], [ 120.0375657, 30.2651233 ], [ 120.0374186, 30.2650629 ], [ 120.0370024, 30.2648973 ], [ 120.037047, 30.2647766 ], [ 120.0369102, 30.2647779 ], [ 120.0367586, 30.2647561 ], [ 120.0366679, 30.2647086 ], [ 120.0366694, 30.264819 ], [ 120.0366144, 30.2649474 ], [ 120.03661, 30.2650552 ], [ 120.0366338, 30.2651361 ] ] ], [ [ [ 120.0367344, 30.2647019 ], [ 120.0368505, 30.2647229 ], [ 120.0370472, 30.2647278 ], [ 120.0370565, 30.2645224 ], [ 120.0369048, 30.2644916 ], [ 120.0367606, 30.2644334 ], [ 120.0366558, 30.2646307 ], [ 120.0367344, 30.2647019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0403608, 30.2647521 ], [ 120.0403858, 30.2648937 ], [ 120.0404191, 30.2650329 ], [ 120.0404608, 30.2650401 ], [ 120.0404608, 30.2649417 ], [ 120.0404358, 30.2648313 ], [ 120.040433, 30.2647449 ], [ 120.0404608, 30.2646321 ], [ 120.0404719, 30.2645025 ], [ 120.0405136, 30.2643897 ], [ 120.0404941, 30.2643538 ], [ 120.040433, 30.2643609 ], [ 120.0403663, 30.2644689 ], [ 120.0403663, 30.2645601 ], [ 120.0403413, 30.2646417 ], [ 120.0403608, 30.2647521 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0405455, 30.2663903 ], [ 120.0406891, 30.2663903 ], [ 120.0406891, 30.2664647 ], [ 120.0406662, 30.2666533 ], [ 120.0406317, 30.2667575 ], [ 120.0406547, 30.2668022 ], [ 120.0407926, 30.2668419 ], [ 120.040919, 30.2668469 ], [ 120.040873, 30.266688 ], [ 120.040919, 30.2665392 ], [ 120.040919, 30.2662811 ], [ 120.0408845, 30.266152 ], [ 120.0407868, 30.2660974 ], [ 120.0406776, 30.2661272 ], [ 120.0406374, 30.2661868 ], [ 120.04058, 30.2662662 ], [ 120.0405225, 30.2663208 ], [ 120.0405455, 30.2663903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0290862, 30.2700909 ], [ 120.0291501, 30.2700525 ], [ 120.0293524, 30.2699463 ], [ 120.0295061, 30.2698858 ], [ 120.0297861, 30.2697915 ], [ 120.0299995, 30.2696941 ], [ 120.0306133, 30.2693778 ], [ 120.0310769, 30.2691625 ], [ 120.0314947, 30.2689325 ], [ 120.0316826, 30.268844 ], [ 120.0318823, 30.2687467 ], [ 120.0319728, 30.268688 ], [ 120.0320317, 30.2686214 ], [ 120.0320904, 30.2685704 ], [ 120.0324337, 30.2683626 ], [ 120.0326012, 30.2683198 ], [ 120.0327027, 30.268278 ], [ 120.0327664, 30.2682199 ], [ 120.0327841, 30.2681945 ], [ 120.032849, 30.2681812 ], [ 120.0329292, 30.2681568 ], [ 120.0330613, 30.2680783 ], [ 120.0331345, 30.2680437 ], [ 120.0332241, 30.2680202 ], [ 120.0333503, 30.2680325 ], [ 120.0334223, 30.2680426 ], [ 120.0337963, 30.2680233 ], [ 120.0339084, 30.2679958 ], [ 120.034044, 30.268006 ], [ 120.0341148, 30.2680569 ], [ 120.0342115, 30.268172 ], [ 120.0342399, 30.2682658 ], [ 120.034234, 30.2683962 ], [ 120.0342458, 30.2684584 ], [ 120.0342788, 30.2684991 ], [ 120.034241, 30.2686295 ], [ 120.0342033, 30.2689067 ], [ 120.0341986, 30.2690636 ], [ 120.0341596, 30.2692623 ], [ 120.0339871, 30.2697526 ], [ 120.0340967, 30.269788 ], [ 120.0342161, 30.2694571 ], [ 120.0343033, 30.269207 ], [ 120.034364, 30.2688722 ], [ 120.0343609, 30.2686719 ], [ 120.03435, 30.2685119 ], [ 120.034378, 30.2684407 ], [ 120.0343842, 30.2683627 ], [ 120.0344527, 30.2680696 ], [ 120.0344979, 30.2680037 ], [ 120.0345446, 30.2679862 ], [ 120.0347485, 30.2679513 ], [ 120.0352482, 30.2678531 ], [ 120.0364172, 30.2676528 ], [ 120.0366321, 30.2675896 ], [ 120.0370975, 30.2673624 ], [ 120.0373746, 30.2671917 ], [ 120.037538, 30.2668408 ], [ 120.0375209, 30.2667762 ], [ 120.0375474, 30.2666875 ], [ 120.0376532, 30.2664764 ], [ 120.0376859, 30.2663043 ], [ 120.0376797, 30.2662075 ], [ 120.0377248, 30.2661336 ], [ 120.0377513, 30.2660556 ], [ 120.0378338, 30.2658163 ], [ 120.0379257, 30.265265 ], [ 120.0380035, 30.2647662 ], [ 120.0381093, 30.264379 ], [ 120.0381623, 30.2641988 ], [ 120.0381794, 30.2640173 ], [ 120.0381872, 30.2639259 ], [ 120.0382308, 30.2637847 ], [ 120.038302, 30.2636126 ], [ 120.0382828, 30.2635105 ], [ 120.0382277, 30.2635669 ], [ 120.0381545, 30.2637511 ], [ 120.0380876, 30.2639851 ], [ 120.0380019, 30.2643521 ], [ 120.0378587, 30.264738 ], [ 120.0376859, 30.2651575 ], [ 120.0375956, 30.2656576 ], [ 120.037524, 30.2659037 ], [ 120.0374711, 30.2662398 ], [ 120.0374353, 30.2662882 ], [ 120.0373793, 30.2665463 ], [ 120.0373886, 30.266588 ], [ 120.0374649, 30.2666122 ], [ 120.037426, 30.2667144 ], [ 120.0373466, 30.2666902 ], [ 120.03718, 30.2667964 ], [ 120.0370508, 30.2669174 ], [ 120.0369154, 30.2670182 ], [ 120.0367877, 30.2670814 ], [ 120.0363752, 30.267275 ], [ 120.0358771, 30.2674807 ], [ 120.0356887, 30.2675385 ], [ 120.0350614, 30.2676569 ], [ 120.0346831, 30.2677348 ], [ 120.0346504, 30.2677268 ], [ 120.0346273, 30.2677112 ], [ 120.0342765, 30.2677457 ], [ 120.0342348, 30.2677873 ], [ 120.0341789, 30.2678066 ], [ 120.0341648, 30.2678115 ], [ 120.0340365, 30.2678306 ], [ 120.0338993, 30.2678135 ], [ 120.0331963, 30.2678679 ], [ 120.0331864, 30.2676577 ], [ 120.0331481, 30.2676321 ], [ 120.0330765, 30.2676321 ], [ 120.0329826, 30.2676791 ], [ 120.0328998, 30.2677879 ], [ 120.032843, 30.2679416 ], [ 120.0324268, 30.2680878 ], [ 120.0324652, 30.2681646 ], [ 120.0324558, 30.2682331 ], [ 120.0324262, 30.2682909 ], [ 120.0319888, 30.2685598 ], [ 120.0317631, 30.2687185 ], [ 120.0317257, 30.2687346 ], [ 120.0315685, 30.2685249 ], [ 120.0314518, 30.2685975 ], [ 120.0314813, 30.2686566 ], [ 120.0314284, 30.2686714 ], [ 120.0315, 30.2688072 ], [ 120.0314876, 30.2688516 ], [ 120.0314518, 30.2688933 ], [ 120.0301706, 30.2695157 ], [ 120.0296959, 30.2697228 ], [ 120.0294826, 30.2697524 ], [ 120.0293456, 30.2697698 ], [ 120.0293394, 30.2698639 ], [ 120.029302, 30.2699231 ], [ 120.0291775, 30.2699661 ], [ 120.0289977, 30.270003 ], [ 120.0290862, 30.2700909 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0267655, 30.267177 ], [ 120.0268046, 30.267174 ], [ 120.0268829, 30.2673645 ], [ 120.0269185, 30.2674076 ], [ 120.0268687, 30.2674875 ], [ 120.0269114, 30.2676412 ], [ 120.0269576, 30.2677088 ], [ 120.0269221, 30.2677949 ], [ 120.0270181, 30.2679209 ], [ 120.027077, 30.2678923 ], [ 120.0270292, 30.2676675 ], [ 120.0271414, 30.2675294 ], [ 120.0272656, 30.2674448 ], [ 120.0274637, 30.2673562 ], [ 120.0276929, 30.2673005 ], [ 120.0279317, 30.2672036 ], [ 120.0279794, 30.2670984 ], [ 120.0281394, 30.2669891 ], [ 120.0284521, 30.2668675 ], [ 120.0287692, 30.2667126 ], [ 120.028762, 30.2666084 ], [ 120.0286552, 30.2665961 ], [ 120.0285805, 30.2666268 ], [ 120.0282887, 30.2667836 ], [ 120.0281285, 30.2668574 ], [ 120.0280289, 30.2668389 ], [ 120.027979, 30.2667621 ], [ 120.0279577, 30.2666268 ], [ 120.0279257, 30.2664485 ], [ 120.0278509, 30.2664793 ], [ 120.0277584, 30.2664608 ], [ 120.027794, 30.2665531 ], [ 120.0278118, 30.2667252 ], [ 120.0278047, 30.2668266 ], [ 120.027737, 30.2670049 ], [ 120.0275342, 30.2671494 ], [ 120.0273206, 30.2672293 ], [ 120.0272424, 30.2672262 ], [ 120.0271356, 30.2669711 ], [ 120.0270751, 30.2670172 ], [ 120.0269256, 30.267091 ], [ 120.0267477, 30.2671432 ], [ 120.0267655, 30.267177 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0408641, 30.2685357 ], [ 120.0408595, 30.2686098 ], [ 120.0408548, 30.2686599 ], [ 120.0408595, 30.2686999 ], [ 120.0408919, 30.2687319 ], [ 120.0409336, 30.268742 ], [ 120.0409916, 30.268746 ], [ 120.0410449, 30.2687139 ], [ 120.0410797, 30.2686498 ], [ 120.041082, 30.2685737 ], [ 120.0410635, 30.2684616 ], [ 120.0410704, 30.2683755 ], [ 120.0410357, 30.2683415 ], [ 120.0409777, 30.2683515 ], [ 120.0409244, 30.2683515 ], [ 120.040885, 30.2683515 ], [ 120.0408502, 30.2683915 ], [ 120.0408479, 30.2684576 ], [ 120.0408641, 30.2685357 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0231689, 30.2710157 ], [ 120.0232893, 30.2710015 ], [ 120.0233821, 30.2709964 ], [ 120.0235326, 30.2709483 ], [ 120.0236643, 30.2709256 ], [ 120.0238824, 30.2708866 ], [ 120.0240629, 30.2708704 ], [ 120.0242172, 30.2708541 ], [ 120.0244288, 30.2708277 ], [ 120.0245218, 30.2708086 ], [ 120.0247889, 30.2706917 ], [ 120.0249431, 30.2705942 ], [ 120.0250221, 30.2705293 ], [ 120.0250747, 30.2704546 ], [ 120.0251913, 30.2703766 ], [ 120.0253794, 30.2703506 ], [ 120.0254847, 30.2703376 ], [ 120.0259323, 30.2702856 ], [ 120.0264062, 30.2702207 ], [ 120.0268124, 30.2701882 ], [ 120.0271434, 30.270159 ], [ 120.0274179, 30.2701752 ], [ 120.0275947, 30.2702109 ], [ 120.0276775, 30.2702662 ], [ 120.0279031, 30.2702694 ], [ 120.0281439, 30.2703279 ], [ 120.0283733, 30.2703604 ], [ 120.0285764, 30.2703993 ], [ 120.0286742, 30.2704643 ], [ 120.0287833, 30.2705942 ], [ 120.0289112, 30.2707242 ], [ 120.0290277, 30.2708054 ], [ 120.0291067, 30.2708931 ], [ 120.0291895, 30.2709873 ], [ 120.0292986, 30.2710977 ], [ 120.0293884, 30.2712763 ], [ 120.0294637, 30.2712166 ], [ 120.0289901, 30.2705942 ], [ 120.0289789, 30.2704546 ], [ 120.0290165, 30.2703474 ], [ 120.0290428, 30.2702824 ], [ 120.0290578, 30.2701752 ], [ 120.0290862, 30.2700909 ], [ 120.0289977, 30.270003 ], [ 120.0288472, 30.2700875 ], [ 120.0287532, 30.270133 ], [ 120.0286403, 30.2701037 ], [ 120.0285275, 30.2700583 ], [ 120.0284673, 30.2699803 ], [ 120.028426, 30.2699511 ], [ 120.0282605, 30.2699803 ], [ 120.0281251, 30.2699251 ], [ 120.0280686, 30.2699446 ], [ 120.0279746, 30.2699608 ], [ 120.0278618, 30.2700063 ], [ 120.0276812, 30.2700453 ], [ 120.0274593, 30.2700648 ], [ 120.027102, 30.2700745 ], [ 120.026835, 30.2701102 ], [ 120.0255223, 30.2702402 ], [ 120.0254132, 30.2702109 ], [ 120.0253305, 30.2702077 ], [ 120.0251763, 30.2702304 ], [ 120.0250672, 30.2702532 ], [ 120.0249769, 30.2702921 ], [ 120.0248829, 30.2703051 ], [ 120.0248528, 30.2702726 ], [ 120.0247625, 30.2702726 ], [ 120.0247061, 30.2702434 ], [ 120.024672, 30.270169 ], [ 120.024597, 30.270107 ], [ 120.0245481, 30.270133 ], [ 120.0245218, 30.2701784 ], [ 120.0245331, 30.2702207 ], [ 120.0245331, 30.2702726 ], [ 120.0245293, 30.2703409 ], [ 120.0244127, 30.2704123 ], [ 120.0243338, 30.2704513 ], [ 120.0242924, 30.2705747 ], [ 120.0241871, 30.2706527 ], [ 120.0240479, 30.2706527 ], [ 120.0239125, 30.2706754 ], [ 120.023841, 30.2707307 ], [ 120.023826, 30.2707697 ], [ 120.0236943, 30.2708151 ], [ 120.0236605, 30.2707924 ], [ 120.0236492, 30.2707502 ], [ 120.0235702, 30.2707177 ], [ 120.023495, 30.2707079 ], [ 120.0234875, 30.2707632 ], [ 120.0234687, 30.2708216 ], [ 120.0234198, 30.2708476 ], [ 120.0233145, 30.2708704 ], [ 120.0231585, 30.2708833 ], [ 120.0231689, 30.2710157 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0185086, 30.2639513 ], [ 120.0185154, 30.2635426 ], [ 120.0182157, 30.2635485 ], [ 120.0182045, 30.2639435 ], [ 120.0185086, 30.2639513 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0189592, 30.2639765 ], [ 120.0189367, 30.2635407 ], [ 120.018583, 30.2635465 ], [ 120.0185694, 30.263959 ], [ 120.0189592, 30.2639765 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0188961, 30.2644144 ], [ 120.0189569, 30.2640641 ], [ 120.0185537, 30.264033 ], [ 120.0185289, 30.2643443 ], [ 120.0188961, 30.2644144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0193377, 30.2645136 ], [ 120.019412, 30.2641439 ], [ 120.019011, 30.2640816 ], [ 120.0189299, 30.2644299 ], [ 120.0193377, 30.2645136 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0133503, 30.2672662 ], [ 120.0133982, 30.2672449 ], [ 120.0134996, 30.2672012 ], [ 120.0135613, 30.2670625 ], [ 120.0137998, 30.2666111 ], [ 120.013864, 30.2664841 ], [ 120.0139135, 30.2664307 ], [ 120.0140098, 30.2661661 ], [ 120.0140543, 30.2661383 ], [ 120.0140988, 30.2661778 ], [ 120.0141593, 30.2661917 ], [ 120.0143039, 30.2661789 ], [ 120.0144571, 30.2661554 ], [ 120.0146437, 30.266164 ], [ 120.0148463, 30.2661949 ], [ 120.0149179, 30.266228 ], [ 120.0150267, 30.2662931 ], [ 120.0150131, 30.2663582 ], [ 120.0150007, 30.2664339 ], [ 120.0150168, 30.2664862 ], [ 120.0150983, 30.2665044 ], [ 120.0151799, 30.2664905 ], [ 120.0153578, 30.2665289 ], [ 120.0155579, 30.2666239 ], [ 120.015684, 30.266657 ], [ 120.015768, 30.2666986 ], [ 120.0158248, 30.2667082 ], [ 120.0158928, 30.2666996 ], [ 120.0160719, 30.2667637 ], [ 120.0162424, 30.2668138 ], [ 120.0164352, 30.2668533 ], [ 120.016644, 30.2668971 ], [ 120.0167107, 30.2669419 ], [ 120.0168157, 30.2671094 ], [ 120.0169281, 30.2671393 ], [ 120.0171901, 30.2672087 ], [ 120.017321, 30.2672471 ], [ 120.0174397, 30.2672172 ], [ 120.017494, 30.2673079 ], [ 120.0181736, 30.2674157 ], [ 120.0182526, 30.2674712 ], [ 120.0183453, 30.2676099 ], [ 120.0183156, 30.2677155 ], [ 120.0183824, 30.267723 ], [ 120.0183836, 30.2677486 ], [ 120.0183058, 30.2678244 ], [ 120.0183045, 30.2678543 ], [ 120.0183577, 30.2678809 ], [ 120.0184787, 30.2678457 ], [ 120.0185294, 30.2677732 ], [ 120.0187048, 30.2674082 ], [ 120.0187913, 30.2672759 ], [ 120.0189013, 30.2672183 ], [ 120.0190088, 30.2672097 ], [ 120.0190077, 30.2671661 ], [ 120.0192007, 30.2671625 ], [ 120.0192013, 30.2671876 ], [ 120.0192601, 30.267188 ], [ 120.0192611, 30.2672201 ], [ 120.0193315, 30.2672229 ], [ 120.0193323, 30.2672053 ], [ 120.0193997, 30.2672093 ], [ 120.0194013, 30.2671838 ], [ 120.0194509, 30.2671839 ], [ 120.0194511, 30.2671446 ], [ 120.0196302, 30.2671404 ], [ 120.019634, 30.2671713 ], [ 120.0197377, 30.2671766 ], [ 120.0202048, 30.2672343 ], [ 120.0205198, 30.2672951 ], [ 120.0208213, 30.2673186 ], [ 120.0208917, 30.2672919 ], [ 120.020998, 30.2672908 ], [ 120.0210894, 30.2672866 ], [ 120.021166, 30.2672407 ], [ 120.0212871, 30.2671841 ], [ 120.0213921, 30.2671969 ], [ 120.0215638, 30.267167 ], [ 120.0216701, 30.2671863 ], [ 120.0217146, 30.2672001 ], [ 120.0218122, 30.2671905 ], [ 120.02189, 30.2672119 ], [ 120.0219061, 30.267182 ], [ 120.0220926, 30.2671852 ], [ 120.0222928, 30.2672236 ], [ 120.0222903, 30.2672471 ], [ 120.0223731, 30.2672535 ], [ 120.0224262, 30.2672204 ], [ 120.0225621, 30.2672588 ], [ 120.0227685, 30.2672844 ], [ 120.0231181, 30.267293 ], [ 120.0231873, 30.2672706 ], [ 120.0233059, 30.2672844 ], [ 120.0233344, 30.2672471 ], [ 120.0233974, 30.2672321 ], [ 120.0234505, 30.2672599 ], [ 120.0234814, 30.2672844 ], [ 120.0235716, 30.267294 ], [ 120.0235988, 30.2672599 ], [ 120.0236679, 30.2672375 ], [ 120.0237347, 30.2672684 ], [ 120.0237618, 30.2673186 ], [ 120.023941, 30.2673314 ], [ 120.0242066, 30.2673677 ], [ 120.0243932, 30.2673901 ], [ 120.0246205, 30.2674231 ], [ 120.025263, 30.2674765 ], [ 120.0254224, 30.2674904 ], [ 120.0255447, 30.2675213 ], [ 120.0255781, 30.2676696 ], [ 120.0255435, 30.2678148 ], [ 120.0254866, 30.2678735 ], [ 120.0254236, 30.2679652 ], [ 120.0254113, 30.2680367 ], [ 120.0253446, 30.268105 ], [ 120.0253174, 30.2681755 ], [ 120.0253693, 30.2681989 ], [ 120.0252865, 30.2683366 ], [ 120.0251444, 30.268534 ], [ 120.0249097, 30.2687026 ], [ 120.0247787, 30.2687741 ], [ 120.0246749, 30.2687933 ], [ 120.0245446, 30.2687482 ], [ 120.0243402, 30.2687695 ], [ 120.0242483, 30.2687739 ], [ 120.0242638, 30.2688544 ], [ 120.0244864, 30.2688387 ], [ 120.0247918, 30.2689036 ], [ 120.0249289, 30.2689561 ], [ 120.024982, 30.269069 ], [ 120.0249639, 30.2692198 ], [ 120.0248836, 30.2694903 ], [ 120.0247465, 30.2697685 ], [ 120.0247245, 30.2698613 ], [ 120.0247478, 30.2698881 ], [ 120.0247038, 30.2699719 ], [ 120.0246262, 30.2700043 ], [ 120.024597, 30.270107 ], [ 120.024672, 30.270169 ], [ 120.0247125, 30.2701087 ], [ 120.0247756, 30.2700328 ], [ 120.0247853, 30.2699941 ], [ 120.0247779, 30.2699106 ], [ 120.0247928, 30.2698695 ], [ 120.0248507, 30.2697835 ], [ 120.025265, 30.2693568 ], [ 120.0252519, 30.269326 ], [ 120.0252537, 30.2692904 ], [ 120.0252238, 30.2692209 ], [ 120.0251077, 30.2691837 ], [ 120.0250796, 30.2691643 ], [ 120.0250777, 30.2691255 ], [ 120.0251882, 30.2689476 ], [ 120.0251732, 30.2688392 ], [ 120.02528, 30.2686079 ], [ 120.0254073, 30.2684413 ], [ 120.0254429, 30.2684397 ], [ 120.0255365, 30.2685125 ], [ 120.0256358, 30.2684591 ], [ 120.0256676, 30.268396 ], [ 120.0258418, 30.2683443 ], [ 120.0258792, 30.2682844 ], [ 120.0260197, 30.2682925 ], [ 120.0260403, 30.2681987 ], [ 120.0260628, 30.2681518 ], [ 120.0261526, 30.2681178 ], [ 120.0261976, 30.2681243 ], [ 120.0262032, 30.2680224 ], [ 120.0261583, 30.2680256 ], [ 120.0260628, 30.2679917 ], [ 120.0260328, 30.2679626 ], [ 120.026044, 30.2679108 ], [ 120.0261077, 30.2678542 ], [ 120.0260365, 30.2677895 ], [ 120.0260403, 30.2677361 ], [ 120.0261058, 30.2675 ], [ 120.0259541, 30.2675986 ], [ 120.0258905, 30.2676132 ], [ 120.0258586, 30.2675695 ], [ 120.0258755, 30.2674903 ], [ 120.0258586, 30.2674062 ], [ 120.0259148, 30.2672444 ], [ 120.0258923, 30.2671619 ], [ 120.0258942, 30.26706 ], [ 120.0258586, 30.2670342 ], [ 120.025735, 30.266997 ], [ 120.0257575, 30.2670309 ], [ 120.0257313, 30.2670811 ], [ 120.0256826, 30.2670989 ], [ 120.0255122, 30.2670261 ], [ 120.0254841, 30.2669905 ], [ 120.0254991, 30.2668837 ], [ 120.0254373, 30.2668918 ], [ 120.0254635, 30.2669323 ], [ 120.0254448, 30.2670018 ], [ 120.0253923, 30.2671425 ], [ 120.0253436, 30.2672331 ], [ 120.0252463, 30.2672719 ], [ 120.0251152, 30.2672897 ], [ 120.0249635, 30.2672994 ], [ 120.0248305, 30.2672606 ], [ 120.0247181, 30.2672315 ], [ 120.0245964, 30.2672541 ], [ 120.0244635, 30.2672703 ], [ 120.0243043, 30.2672654 ], [ 120.0241245, 30.2672412 ], [ 120.0239447, 30.2672169 ], [ 120.02319, 30.2671797 ], [ 120.0231282, 30.2671668 ], [ 120.0230739, 30.2671393 ], [ 120.0230383, 30.2670891 ], [ 120.0230009, 30.2670681 ], [ 120.022984, 30.2671086 ], [ 120.0229203, 30.2671441 ], [ 120.0228155, 30.2671538 ], [ 120.0226732, 30.2671538 ], [ 120.0226114, 30.2671263 ], [ 120.0225514, 30.2670891 ], [ 120.0224765, 30.2670989 ], [ 120.0223866, 30.2670875 ], [ 120.0223754, 30.2671134 ], [ 120.0222967, 30.2671021 ], [ 120.02219, 30.2670875 ], [ 120.0220795, 30.2670536 ], [ 120.0219784, 30.2669727 ], [ 120.0218754, 30.266997 ], [ 120.0217499, 30.2670164 ], [ 120.021587, 30.2669872 ], [ 120.0214727, 30.2669484 ], [ 120.0212986, 30.2668643 ], [ 120.0212649, 30.2667964 ], [ 120.021263, 30.2667188 ], [ 120.0211338, 30.2667155 ], [ 120.0211282, 30.2667851 ], [ 120.0210832, 30.2668643 ], [ 120.0209821, 30.2669339 ], [ 120.0208473, 30.2670665 ], [ 120.0207667, 30.2670972 ], [ 120.0206862, 30.2670827 ], [ 120.0205345, 30.2670746 ], [ 120.020409, 30.2670519 ], [ 120.0203585, 30.2670989 ], [ 120.020263, 30.2671231 ], [ 120.0201506, 30.2671118 ], [ 120.0201188, 30.2670584 ], [ 120.0201001, 30.2671118 ], [ 120.0200064, 30.2671069 ], [ 120.0199165, 30.2671053 ], [ 120.0198697, 30.2670746 ], [ 120.0197836, 30.2670891 ], [ 120.0196731, 30.2670665 ], [ 120.0195719, 30.2670131 ], [ 120.0194259, 30.2668854 ], [ 120.0194146, 30.2668045 ], [ 120.0194239, 30.266612 ], [ 120.0194239, 30.266455 ], [ 120.0194465, 30.2663724 ], [ 120.0195186, 30.2662209 ], [ 120.0195304, 30.2661838 ], [ 120.0195057, 30.2661411 ], [ 120.0194368, 30.2660844 ], [ 120.0194465, 30.2659599 ], [ 120.0195175, 30.2659135 ], [ 120.0195638, 30.2658456 ], [ 120.0196046, 30.2657918 ], [ 120.0196595, 30.2657332 ], [ 120.019709, 30.2657165 ], [ 120.0197864, 30.2657332 ], [ 120.019857, 30.2657674 ], [ 120.019829, 30.265713 ], [ 120.0198422, 30.2656074 ], [ 120.0198617, 30.2654501 ], [ 120.0199022, 30.2653311 ], [ 120.020007, 30.2651577 ], [ 120.0201423, 30.2649254 ], [ 120.0206503, 30.2640968 ], [ 120.0207084, 30.2640745 ], [ 120.02076, 30.2640745 ], [ 120.0207191, 30.2640076 ], [ 120.0206933, 30.2639352 ], [ 120.02076, 30.2637661 ], [ 120.0209536, 30.2634929 ], [ 120.021059, 30.2633963 ], [ 120.0211472, 30.2634093 ], [ 120.0212634, 30.2634707 ], [ 120.0214011, 30.2635041 ], [ 120.0215753, 30.2635487 ], [ 120.02167, 30.2635727 ], [ 120.0217249, 30.2636092 ], [ 120.0218367, 30.2636278 ], [ 120.021822, 30.2635854 ], [ 120.0217524, 30.2635202 ], [ 120.0216631, 30.2634999 ], [ 120.0215602, 30.2634813 ], [ 120.0214768, 30.2634575 ], [ 120.0213287, 30.2634008 ], [ 120.0212179, 30.2633364 ], [ 120.0210905, 30.2632695 ], [ 120.0210924, 30.263184 ], [ 120.0210791, 30.2631516 ], [ 120.0210267, 30.2631338 ], [ 120.0210014, 30.263284 ], [ 120.0209397, 30.263361 ], [ 120.0208714, 30.2634329 ], [ 120.0208216, 30.2635228 ], [ 120.020719, 30.263541 ], [ 120.0206804, 30.2635333 ], [ 120.0206387, 30.2635615 ], [ 120.020612, 30.2636706 ], [ 120.0205823, 30.263817 ], [ 120.0205124, 30.2639646 ], [ 120.0204544, 30.2640224 ], [ 120.0204084, 30.2640185 ], [ 120.0204039, 30.2639864 ], [ 120.0203876, 30.2639441 ], [ 120.0203266, 30.2639312 ], [ 120.0202599, 30.2639532 ], [ 120.0202196, 30.2640057 ], [ 120.0202136, 30.2640262 ], [ 120.0202255, 30.2641135 ], [ 120.020227, 30.2641636 ], [ 120.0201914, 30.2641931 ], [ 120.0201914, 30.2642304 ], [ 120.020172, 30.2642573 ], [ 120.0202107, 30.2642663 ], [ 120.0202746, 30.2642894 ], [ 120.0202895, 30.2643446 ], [ 120.0202657, 30.2643793 ], [ 120.0202389, 30.264387 ], [ 120.0202419, 30.2644666 ], [ 120.0202374, 30.2645629 ], [ 120.0202151, 30.2646027 ], [ 120.0201735, 30.2646232 ], [ 120.0201022, 30.2646296 ], [ 120.0200784, 30.2646771 ], [ 120.0200338, 30.2647041 ], [ 120.0199981, 30.2647066 ], [ 120.0199966, 30.2646412 ], [ 120.019958, 30.264654 ], [ 120.019906, 30.2646784 ], [ 120.019906, 30.2647336 ], [ 120.0199327, 30.2647503 ], [ 120.0199558, 30.2648143 ], [ 120.0199175, 30.2650256 ], [ 120.0198631, 30.2651953 ], [ 120.0197361, 30.2655532 ], [ 120.0196949, 30.2655748 ], [ 120.0196252, 30.2655918 ], [ 120.019509, 30.2657802 ], [ 120.0194357, 30.2658281 ], [ 120.0193337, 30.2658466 ], [ 120.019298, 30.2659161 ], [ 120.0192014, 30.26633 ], [ 120.0191513, 30.2664737 ], [ 120.0190691, 30.2666219 ], [ 120.0188652, 30.26673 ], [ 120.0187884, 30.2667764 ], [ 120.0187776, 30.2668721 ], [ 120.0187007, 30.2669524 ], [ 120.0185899, 30.2669771 ], [ 120.0185268, 30.2670386 ], [ 120.0183838, 30.2670803 ], [ 120.0182729, 30.2670912 ], [ 120.018112, 30.2671143 ], [ 120.0174343, 30.2669522 ], [ 120.0171678, 30.2668533 ], [ 120.0171178, 30.2668085 ], [ 120.0170963, 30.2666232 ], [ 120.0170158, 30.2666248 ], [ 120.0169175, 30.2668286 ], [ 120.0168352, 30.2668332 ], [ 120.0166046, 30.2667715 ], [ 120.0164704, 30.2667329 ], [ 120.0162809, 30.2667251 ], [ 120.0160306, 30.266651 ], [ 120.0159698, 30.2666047 ], [ 120.0159698, 30.266546 ], [ 120.0159787, 30.2665089 ], [ 120.0159125, 30.2665043 ], [ 120.0158339, 30.2664827 ], [ 120.0158088, 30.2664271 ], [ 120.0158535, 30.2663668 ], [ 120.0159376, 30.2663406 ], [ 120.0159859, 30.2663267 ], [ 120.0159376, 30.266251 ], [ 120.0158464, 30.2662865 ], [ 120.0157337, 30.2662973 ], [ 120.0156425, 30.2662634 ], [ 120.0156014, 30.2662201 ], [ 120.0155424, 30.2661877 ], [ 120.0154476, 30.2662016 ], [ 120.0152849, 30.2661815 ], [ 120.0151919, 30.2661475 ], [ 120.0150918, 30.2660595 ], [ 120.0150721, 30.2659406 ], [ 120.0151365, 30.2658371 ], [ 120.015217, 30.2657429 ], [ 120.0152831, 30.2656626 ], [ 120.0153582, 30.2654788 ], [ 120.0153153, 30.2653305 ], [ 120.0152366, 30.2653398 ], [ 120.0152187, 30.2654433 ], [ 120.0151472, 30.2655962 ], [ 120.015065, 30.2657553 ], [ 120.0149684, 30.2659267 ], [ 120.0149183, 30.2660672 ], [ 120.0148772, 30.2660981 ], [ 120.014795, 30.2660842 ], [ 120.0144769, 30.2660124 ], [ 120.0141149, 30.2659068 ], [ 120.0139999, 30.2658737 ], [ 120.0139184, 30.2658918 ], [ 120.0138752, 30.2659324 ], [ 120.0138505, 30.266005 ], [ 120.0138406, 30.2661544 ], [ 120.0137924, 30.2662952 ], [ 120.0137677, 30.2663262 ], [ 120.0137145, 30.2663048 ], [ 120.0136997, 30.2663368 ], [ 120.0137195, 30.266372 ], [ 120.0136725, 30.2664937 ], [ 120.0136256, 30.2665951 ], [ 120.0136194, 30.2667071 ], [ 120.0135922, 30.2668074 ], [ 120.0135317, 30.2669056 ], [ 120.0134588, 30.2669248 ], [ 120.0134538, 30.2669899 ], [ 120.013423, 30.2670401 ], [ 120.0133896, 30.2670891 ], [ 120.0134081, 30.2671297 ], [ 120.0133538, 30.2672119 ], [ 120.0132879, 30.2672488 ], [ 120.0133503, 30.2672662 ] ] ], [ [ [ 120.017183, 30.268373 ], [ 120.017312, 30.2684343 ], [ 120.017355, 30.2685402 ], [ 120.0173383, 30.2686303 ], [ 120.0176498, 30.2688106 ], [ 120.017781, 30.2687112 ], [ 120.0179101, 30.2686517 ], [ 120.0184328, 30.2685495 ], [ 120.0185296, 30.2685384 ], [ 120.0186479, 30.2685012 ], [ 120.0187598, 30.2685254 ], [ 120.0190028, 30.2685179 ], [ 120.0192933, 30.2685402 ], [ 120.019472, 30.2685581 ], [ 120.0195121, 30.2686108 ], [ 120.0195091, 30.2686711 ], [ 120.0195478, 30.2687327 ], [ 120.0195612, 30.2686916 ], [ 120.0196117, 30.2686505 ], [ 120.0197321, 30.2686839 ], [ 120.0199402, 30.2686814 ], [ 120.0200175, 30.2686531 ], [ 120.020013, 30.2685876 ], [ 120.0199, 30.2685389 ], [ 120.0196786, 30.2685389 ], [ 120.0195344, 30.2685299 ], [ 120.0194159, 30.2685161 ], [ 120.0189276, 30.2684901 ], [ 120.0186823, 30.2684659 ], [ 120.0184457, 30.2684808 ], [ 120.0181759, 30.2683849 ], [ 120.0179308, 30.2682372 ], [ 120.0178207, 30.2681371 ], [ 120.0176863, 30.2681129 ], [ 120.0175207, 30.2681018 ], [ 120.0174067, 30.2681334 ], [ 120.0174217, 30.268046 ], [ 120.0173766, 30.268033 ], [ 120.0173228, 30.2680646 ], [ 120.0173163, 30.2681668 ], [ 120.017226, 30.2682337 ], [ 120.0171894, 30.2682969 ], [ 120.0171206, 30.2682857 ], [ 120.0171077, 30.2683433 ], [ 120.017183, 30.268373 ] ] ], [ [ [ 120.018379, 30.2681556 ], [ 120.0183812, 30.2683247 ], [ 120.0184608, 30.2684046 ], [ 120.0185317, 30.2684213 ], [ 120.0186221, 30.2683247 ], [ 120.0186264, 30.2682448 ], [ 120.0186651, 30.2680906 ], [ 120.0186393, 30.2680052 ], [ 120.0185145, 30.2679197 ], [ 120.0183553, 30.2679847 ], [ 120.0183209, 30.2681018 ], [ 120.018379, 30.2681556 ] ] ], [ [ [ 120.0186481, 30.2678876 ], [ 120.0186406, 30.2679544 ], [ 120.0187001, 30.2679865 ], [ 120.0188027, 30.2679621 ], [ 120.0188621, 30.2678478 ], [ 120.0190241, 30.2677336 ], [ 120.0191029, 30.267722 ], [ 120.0191891, 30.2677374 ], [ 120.0192278, 30.2676424 ], [ 120.0191683, 30.2676116 ], [ 120.0191044, 30.2676065 ], [ 120.0191297, 30.2675628 ], [ 120.0192129, 30.2675295 ], [ 120.0192515, 30.2674139 ], [ 120.0192144, 30.2673703 ], [ 120.0190241, 30.2673767 ], [ 120.019039, 30.2674319 ], [ 120.0189989, 30.2674717 ], [ 120.0189037, 30.2675012 ], [ 120.0188606, 30.2674987 ], [ 120.0188651, 30.2674049 ], [ 120.0187997, 30.2673934 ], [ 120.0187046, 30.2675783 ], [ 120.0187224, 30.2676771 ], [ 120.0186956, 30.2677593 ], [ 120.0186302, 30.2677888 ], [ 120.0186213, 30.2678504 ], [ 120.0186481, 30.2678876 ] ] ], [ [ [ 120.0193813, 30.2612914 ], [ 120.0194172, 30.2613298 ], [ 120.0194629, 30.2613415 ], [ 120.0196902, 30.2614387 ], [ 120.0197569, 30.2614557 ], [ 120.0198286, 30.2614536 ], [ 120.0198966, 30.261444 ], [ 120.0200485, 30.2614845 ], [ 120.0201301, 30.2615208 ], [ 120.0202005, 30.2615998 ], [ 120.02024, 30.2616243 ], [ 120.0202437, 30.2616446 ], [ 120.0203154, 30.2616617 ], [ 120.0203957, 30.2616649 ], [ 120.0205119, 30.2616905 ], [ 120.0205193, 30.261714 ], [ 120.0205526, 30.2617076 ], [ 120.0206058, 30.2617161 ], [ 120.0207498, 30.2617502 ], [ 120.0208236, 30.2617679 ], [ 120.0209202, 30.2618104 ], [ 120.0209532, 30.2618733 ], [ 120.0209159, 30.2619613 ], [ 120.0210262, 30.2619956 ], [ 120.0211207, 30.2620533 ], [ 120.0211827, 30.2620801 ], [ 120.0212348, 30.2621336 ], [ 120.0212446, 30.2622364 ], [ 120.0211712, 30.2623434 ], [ 120.0211843, 30.2623786 ], [ 120.0212136, 30.2623927 ], [ 120.0211941, 30.2624434 ], [ 120.0211419, 30.2624349 ], [ 120.021093, 30.2624391 ], [ 120.0211272, 30.2626715 ], [ 120.0211166, 30.2626898 ], [ 120.0210808, 30.2626947 ], [ 120.0210718, 30.2627236 ], [ 120.0210433, 30.2627419 ], [ 120.0210156, 30.2627975 ], [ 120.0209846, 30.2628334 ], [ 120.0210017, 30.262863 ], [ 120.0210147, 30.26292 ], [ 120.0210098, 30.262951 ], [ 120.0210522, 30.2629629 ], [ 120.0210685, 30.2629869 ], [ 120.0210522, 30.2630348 ], [ 120.0211112, 30.2630347 ], [ 120.0211675, 30.2630467 ], [ 120.0212336, 30.2629841 ], [ 120.0212799, 30.262865 ], [ 120.0213761, 30.2626309 ], [ 120.0214195, 30.2626157 ], [ 120.0214805, 30.2625244 ], [ 120.0215482, 30.2623839 ], [ 120.0216255, 30.2622072 ], [ 120.0216661, 30.2621604 ], [ 120.0217637, 30.2621229 ], [ 120.021845, 30.2621046 ], [ 120.0218203, 30.2620843 ], [ 120.0218228, 30.2620437 ], [ 120.0219167, 30.2619349 ], [ 120.0219105, 30.2619007 ], [ 120.0218635, 30.2618837 ], [ 120.021819, 30.2618986 ], [ 120.0217437, 30.2618794 ], [ 120.0216955, 30.261825 ], [ 120.0216411, 30.2617631 ], [ 120.0216127, 30.2617503 ], [ 120.0215744, 30.2616948 ], [ 120.0215126, 30.2616585 ], [ 120.0214682, 30.2616638 ], [ 120.0213965, 30.2617172 ], [ 120.021352, 30.2617161 ], [ 120.0211531, 30.261651 ], [ 120.0204414, 30.2614835 ], [ 120.0203698, 30.2614611 ], [ 120.0203228, 30.2614333 ], [ 120.0202882, 30.261397 ], [ 120.0202524, 30.2612562 ], [ 120.0202302, 30.2611975 ], [ 120.0201783, 30.2611612 ], [ 120.0201276, 30.2611687 ], [ 120.0200448, 30.2611452 ], [ 120.0200028, 30.2611463 ], [ 120.0199126, 30.2611825 ], [ 120.0198743, 30.2611708 ], [ 120.0198447, 30.2611367 ], [ 120.0198249, 30.2610694 ], [ 120.0198088, 30.2609894 ], [ 120.019815, 30.2609179 ], [ 120.0197718, 30.2609083 ], [ 120.0196927, 30.260968 ], [ 120.0196322, 30.2609915 ], [ 120.0195481, 30.2609787 ], [ 120.0195234, 30.2609894 ], [ 120.0194888, 30.2610801 ], [ 120.0194407, 30.2611601 ], [ 120.0194209, 30.2611964 ], [ 120.019348, 30.2612028 ], [ 120.0193406, 30.2612775 ], [ 120.0193813, 30.2612914 ] ] ], [ [ [ 120.0195726, 30.2684804 ], [ 120.0197352, 30.2684687 ], [ 120.0198301, 30.2684008 ], [ 120.0197976, 30.2682159 ], [ 120.0196946, 30.2682065 ], [ 120.0196675, 30.2681387 ], [ 120.0196404, 30.2679514 ], [ 120.0195645, 30.2679818 ], [ 120.019494, 30.2680684 ], [ 120.0194886, 30.268141 ], [ 120.0195184, 30.26823 ], [ 120.0194778, 30.2683634 ], [ 120.0194236, 30.268457 ], [ 120.0195726, 30.2684804 ] ] ], [ [ [ 120.01962, 30.2667052 ], [ 120.0198254, 30.2667335 ], [ 120.0198747, 30.2666519 ], [ 120.019774, 30.2666023 ], [ 120.0196426, 30.2665845 ], [ 120.0196056, 30.2666253 ], [ 120.01962, 30.2667052 ] ] ], [ [ [ 120.0197288, 30.2664923 ], [ 120.0199075, 30.2665349 ], [ 120.0199178, 30.2665774 ], [ 120.0200801, 30.2666023 ], [ 120.0201664, 30.2665757 ], [ 120.0202547, 30.2664408 ], [ 120.0202547, 30.266235 ], [ 120.0204252, 30.266086 ], [ 120.0203985, 30.2659689 ], [ 120.0201848, 30.2659068 ], [ 120.0200144, 30.2659033 ], [ 120.0199712, 30.2660222 ], [ 120.02, 30.2660789 ], [ 120.019924, 30.2661286 ], [ 120.019887, 30.2662049 ], [ 120.0197925, 30.2662244 ], [ 120.0197247, 30.2663379 ], [ 120.0197288, 30.2664923 ] ] ], [ [ [ 120.0199848, 30.2657096 ], [ 120.0200875, 30.2658171 ], [ 120.0203988, 30.265887 ], [ 120.0207164, 30.2657714 ], [ 120.0207257, 30.2655644 ], [ 120.0206759, 30.2654003 ], [ 120.0205047, 30.2653277 ], [ 120.0205202, 30.2652686 ], [ 120.0202618, 30.2652013 ], [ 120.0202027, 30.2652605 ], [ 120.0200782, 30.2652578 ], [ 120.0200626, 30.2653466 ], [ 120.0199785, 30.265446 ], [ 120.0199661, 30.2656208 ], [ 120.0199848, 30.2657096 ] ] ], [ [ [ 120.0202259, 30.2686302 ], [ 120.020261, 30.2686536 ], [ 120.0205077, 30.2687028 ], [ 120.0206459, 30.2687005 ], [ 120.0212124, 30.2687332 ], [ 120.021215, 30.2687012 ], [ 120.0206058, 30.2686369 ], [ 120.0202703, 30.2685949 ], [ 120.0202216, 30.268603 ], [ 120.0202259, 30.2686302 ] ] ], [ [ [ 120.0202743, 30.2651314 ], [ 120.0207351, 30.2652766 ], [ 120.0208191, 30.2651072 ], [ 120.020844, 30.2650346 ], [ 120.0208067, 30.2649136 ], [ 120.0209188, 30.264763 ], [ 120.0209374, 30.2645829 ], [ 120.020732, 30.2644807 ], [ 120.0206043, 30.2645667 ], [ 120.0203988, 30.264841 ], [ 120.0203054, 30.2648034 ], [ 120.0202307, 30.2648975 ], [ 120.0202245, 30.2649997 ], [ 120.0202743, 30.2651314 ] ] ], [ [ [ 120.0205821, 30.2669576 ], [ 120.0206499, 30.2669895 ], [ 120.0209662, 30.2668015 ], [ 120.0209765, 30.2666915 ], [ 120.0211079, 30.266523 ], [ 120.0211346, 30.2664609 ], [ 120.0211079, 30.2663757 ], [ 120.0210401, 30.2662906 ], [ 120.0209087, 30.2662639 ], [ 120.0207793, 30.2662338 ], [ 120.0207444, 30.2662959 ], [ 120.020654, 30.2663828 ], [ 120.020654, 30.266436 ], [ 120.0207074, 30.2664875 ], [ 120.020691, 30.2665691 ], [ 120.0206376, 30.2666099 ], [ 120.0205759, 30.2667305 ], [ 120.0205985, 30.2667962 ], [ 120.0205677, 30.2668973 ], [ 120.0205821, 30.2669576 ] ] ], [ [ [ 120.0210199, 30.2681012 ], [ 120.0211121, 30.2678367 ], [ 120.021188, 30.2676471 ], [ 120.0210335, 30.2675886 ], [ 120.0209793, 30.2676284 ], [ 120.0208953, 30.2676167 ], [ 120.0208167, 30.2677431 ], [ 120.0208411, 30.267818 ], [ 120.0207787, 30.268024 ], [ 120.0210199, 30.2681012 ] ] ], [ [ [ 120.0210263, 30.2658169 ], [ 120.0210979, 30.2658357 ], [ 120.0212068, 30.2659137 ], [ 120.0213718, 30.2659379 ], [ 120.0214715, 30.2658169 ], [ 120.0214808, 30.2656529 ], [ 120.0215524, 30.2655695 ], [ 120.0215555, 30.2654082 ], [ 120.021487, 30.2652549 ], [ 120.0209951, 30.2653867 ], [ 120.0209889, 30.265626 ], [ 120.0210263, 30.2658169 ] ] ], [ [ [ 120.0211175, 30.2685085 ], [ 120.0212042, 30.2685577 ], [ 120.0213506, 30.2685764 ], [ 120.0213262, 30.2685202 ], [ 120.0213533, 30.2683774 ], [ 120.0214292, 30.2683002 ], [ 120.0215241, 30.268134 ], [ 120.0214156, 30.268141 ], [ 120.0213398, 30.2681199 ], [ 120.0212828, 30.2681714 ], [ 120.0211202, 30.2683166 ], [ 120.0210796, 30.2684055 ], [ 120.0211175, 30.2685085 ] ] ], [ [ [ 120.0212701, 30.2645871 ], [ 120.0214351, 30.2645844 ], [ 120.0215192, 30.2646489 ], [ 120.0215752, 30.2646973 ], [ 120.0217838, 30.2647511 ], [ 120.0219519, 30.264493 ], [ 120.0217745, 30.2644634 ], [ 120.0216468, 30.2645306 ], [ 120.021597, 30.2645656 ], [ 120.0213573, 30.2644365 ], [ 120.0212141, 30.2644419 ], [ 120.0211144, 30.2645145 ], [ 120.0212701, 30.2645871 ] ] ], [ [ [ 120.0215103, 30.2687531 ], [ 120.0216788, 30.2687822 ], [ 120.0217406, 30.2687628 ], [ 120.0218249, 30.2687433 ], [ 120.0220665, 30.2687272 ], [ 120.0220964, 30.2687595 ], [ 120.0221358, 30.2687433 ], [ 120.0221526, 30.2687078 ], [ 120.0223642, 30.2687369 ], [ 120.0225665, 30.2687644 ], [ 120.0229878, 30.2687498 ], [ 120.0229897, 30.2687951 ], [ 120.0231114, 30.2687951 ], [ 120.0231414, 30.2687692 ], [ 120.0233961, 30.2687919 ], [ 120.0234972, 30.2687838 ], [ 120.0235703, 30.2687676 ], [ 120.023677, 30.268787 ], [ 120.0238118, 30.2687757 ], [ 120.0239523, 30.2688194 ], [ 120.0241414, 30.2688517 ], [ 120.0242051, 30.2688161 ], [ 120.0241995, 30.2687628 ], [ 120.024074, 30.2687692 ], [ 120.0240347, 30.2687983 ], [ 120.0239111, 30.2687757 ], [ 120.0235234, 30.2686689 ], [ 120.0234148, 30.2687466 ], [ 120.0232931, 30.2687757 ], [ 120.0231526, 30.2687466 ], [ 120.0231264, 30.2687078 ], [ 120.0229672, 30.268711 ], [ 120.0228942, 30.2687272 ], [ 120.0225702, 30.268711 ], [ 120.0222818, 30.2686706 ], [ 120.0221751, 30.268622 ], [ 120.0220665, 30.2686851 ], [ 120.0219129, 30.268711 ], [ 120.0217425, 30.2686964 ], [ 120.0215871, 30.2686431 ], [ 120.0215178, 30.2686269 ], [ 120.021441, 30.2686867 ], [ 120.0214241, 30.2687433 ], [ 120.0215103, 30.2687531 ] ] ], [ [ [ 120.021478, 30.2677665 ], [ 120.0215701, 30.2677384 ], [ 120.0216081, 30.2678133 ], [ 120.0216704, 30.2677314 ], [ 120.0216758, 30.2675722 ], [ 120.0215295, 30.2675628 ], [ 120.0214617, 30.2675558 ], [ 120.021478, 30.2677665 ] ] ], [ [ [ 120.0216619, 30.2664195 ], [ 120.0217194, 30.2664142 ], [ 120.0218057, 30.2664674 ], [ 120.0218242, 30.2665224 ], [ 120.0219556, 30.2664994 ], [ 120.0220111, 30.2664586 ], [ 120.0220439, 30.2664 ], [ 120.022009, 30.2663876 ], [ 120.0220213, 30.2663202 ], [ 120.0220111, 30.2662368 ], [ 120.0219515, 30.2661836 ], [ 120.021894, 30.2662173 ], [ 120.0218344, 30.2661854 ], [ 120.0218201, 30.2661392 ], [ 120.0217625, 30.2661783 ], [ 120.0216742, 30.2661428 ], [ 120.0216023, 30.2661623 ], [ 120.0216249, 30.266235 ], [ 120.0216023, 30.2662829 ], [ 120.021553, 30.2662776 ], [ 120.0215181, 30.2662457 ], [ 120.0214914, 30.266267 ], [ 120.0216619, 30.2664195 ] ] ], [ [ [ 120.0215178, 30.2659901 ], [ 120.0215209, 30.2660385 ], [ 120.0215863, 30.2660895 ], [ 120.0217669, 30.2660815 ], [ 120.0218292, 30.2660089 ], [ 120.0218696, 30.2658126 ], [ 120.0219786, 30.2657642 ], [ 120.0221187, 30.265463 ], [ 120.022293, 30.2653313 ], [ 120.0222339, 30.2652102 ], [ 120.0223584, 30.2650785 ], [ 120.0222837, 30.2649951 ], [ 120.0219412, 30.264936 ], [ 120.0217233, 30.2648741 ], [ 120.0216517, 30.2648526 ], [ 120.0216361, 30.2649145 ], [ 120.0215676, 30.2649978 ], [ 120.0215365, 30.2651511 ], [ 120.0215645, 30.2652506 ], [ 120.0216019, 30.2653904 ], [ 120.0215894, 30.265705 ], [ 120.0214991, 30.2658986 ], [ 120.0215178, 30.2659901 ] ] ], [ [ [ 120.0216027, 30.2685506 ], [ 120.0216379, 30.2686092 ], [ 120.0217273, 30.2685179 ], [ 120.0218927, 30.2684828 ], [ 120.0220092, 30.2684874 ], [ 120.022077, 30.2684547 ], [ 120.022142, 30.2684757 ], [ 120.0222179, 30.2684242 ], [ 120.0224049, 30.2683985 ], [ 120.0225133, 30.2681691 ], [ 120.0225106, 30.268031 ], [ 120.0223832, 30.2680193 ], [ 120.0222314, 30.268052 ], [ 120.0221432, 30.2682362 ], [ 120.0220932, 30.2683049 ], [ 120.0220526, 30.2682487 ], [ 120.0220092, 30.2681129 ], [ 120.0219089, 30.268127 ], [ 120.021833, 30.2680567 ], [ 120.0217409, 30.2680684 ], [ 120.0217002, 30.2681363 ], [ 120.0216325, 30.268155 ], [ 120.0215945, 30.2683423 ], [ 120.0216027, 30.2685506 ] ] ], [ [ [ 120.0220076, 30.2642092 ], [ 120.0221166, 30.2641474 ], [ 120.022101, 30.2639565 ], [ 120.0218084, 30.263865 ], [ 120.0217461, 30.2639726 ], [ 120.0217337, 30.2641286 ], [ 120.0220076, 30.2642092 ] ] ], [ [ [ 120.0218168, 30.2678437 ], [ 120.0219794, 30.2679327 ], [ 120.0221041, 30.267942 ], [ 120.0222721, 30.2678718 ], [ 120.0223697, 30.2679139 ], [ 120.0224591, 30.2679093 ], [ 120.022516, 30.2678741 ], [ 120.0226028, 30.2676611 ], [ 120.0225404, 30.2675932 ], [ 120.0223778, 30.2675722 ], [ 120.0222233, 30.2676143 ], [ 120.022077, 30.2676167 ], [ 120.0220173, 30.2675394 ], [ 120.0217517, 30.2675581 ], [ 120.0217409, 30.2677407 ], [ 120.0218168, 30.2678437 ] ] ], [ [ [ 120.0218851, 30.2669739 ], [ 120.0220084, 30.266965 ], [ 120.0221173, 30.2670235 ], [ 120.0222898, 30.2670076 ], [ 120.0223453, 30.266981 ], [ 120.0223884, 30.2667663 ], [ 120.0223658, 30.2667184 ], [ 120.022298, 30.2666616 ], [ 120.0220166, 30.2666155 ], [ 120.0219468, 30.2666386 ], [ 120.0218872, 30.2668071 ], [ 120.0218276, 30.2668656 ], [ 120.0218215, 30.2669295 ], [ 120.0218851, 30.2669739 ] ] ], [ [ [ 120.0220137, 30.2648783 ], [ 120.0221445, 30.2649052 ], [ 120.0222441, 30.2648595 ], [ 120.0226052, 30.2642141 ], [ 120.0226115, 30.2641173 ], [ 120.0224994, 30.263999 ], [ 120.0223282, 30.2639829 ], [ 120.0222472, 30.2640501 ], [ 120.0221912, 30.2642222 ], [ 120.0220635, 30.2644992 ], [ 120.0219203, 30.2646444 ], [ 120.021911, 30.2647735 ], [ 120.0220137, 30.2648783 ] ] ], [ [ [ 120.0223789, 30.2636686 ], [ 120.0224505, 30.2636175 ], [ 120.0226435, 30.2636363 ], [ 120.0228117, 30.2635476 ], [ 120.0226716, 30.263354 ], [ 120.022575, 30.2632088 ], [ 120.0224474, 30.2632061 ], [ 120.0224505, 30.2630905 ], [ 120.0223758, 30.2630259 ], [ 120.0222948, 30.2630448 ], [ 120.0221734, 30.2631012 ], [ 120.0221454, 30.2632249 ], [ 120.0221454, 30.2633513 ], [ 120.022024, 30.2635557 ], [ 120.0223789, 30.2636686 ] ] ], [ [ [ 120.0221114, 30.2659634 ], [ 120.0222017, 30.2661113 ], [ 120.0226065, 30.2661946 ], [ 120.0227466, 30.2661435 ], [ 120.0227746, 30.2660037 ], [ 120.0227995, 30.2658262 ], [ 120.0227154, 30.2657563 ], [ 120.0228773, 30.2657482 ], [ 120.0229614, 30.2655143 ], [ 120.0229583, 30.2653341 ], [ 120.0228088, 30.2652535 ], [ 120.0226158, 30.2652266 ], [ 120.0225162, 30.2653126 ], [ 120.0224414, 30.2654121 ], [ 120.0224414, 30.2656649 ], [ 120.0223263, 30.2656891 ], [ 120.022183, 30.2657375 ], [ 120.0221052, 30.2658208 ], [ 120.0221114, 30.2659634 ] ] ], [ [ [ 120.0222477, 30.2665673 ], [ 120.0223545, 30.2665869 ], [ 120.0224737, 30.2665691 ], [ 120.0225476, 30.2664857 ], [ 120.0226072, 30.2664716 ], [ 120.0226092, 30.2663722 ], [ 120.0225374, 30.2663616 ], [ 120.022523, 30.2662569 ], [ 120.0224655, 30.2662125 ], [ 120.0222868, 30.2662179 ], [ 120.0222806, 30.2663704 ], [ 120.0222765, 30.2664893 ], [ 120.0222416, 30.2665159 ], [ 120.0222477, 30.2665673 ] ] ], [ [ [ 120.0223395, 30.2653535 ], [ 120.0225575, 30.2652002 ], [ 120.0225357, 30.2651518 ], [ 120.0224298, 30.2650738 ], [ 120.0223676, 30.265133 ], [ 120.0223177, 30.2652432 ], [ 120.0223395, 30.2653535 ] ] ], [ [ [ 120.022361, 30.264962 ], [ 120.0225602, 30.2650992 ], [ 120.0227066, 30.2650992 ], [ 120.0227937, 30.2650212 ], [ 120.0228342, 30.2649271 ], [ 120.0229245, 30.2647389 ], [ 120.0230708, 30.2644753 ], [ 120.0230521, 30.264314 ], [ 120.0229712, 30.2642064 ], [ 120.0228436, 30.2641285 ], [ 120.0227564, 30.2641392 ], [ 120.0226318, 30.2643032 ], [ 120.0224949, 30.2645184 ], [ 120.0223361, 30.2648491 ], [ 120.022361, 30.264962 ] ] ], [ [ [ 120.0226326, 30.2679584 ], [ 120.0227003, 30.2679888 ], [ 120.0229063, 30.2679678 ], [ 120.0229958, 30.2678999 ], [ 120.0230391, 30.2676401 ], [ 120.0229578, 30.2675956 ], [ 120.0229172, 30.2675605 ], [ 120.0226543, 30.2676377 ], [ 120.0226028, 30.2678952 ], [ 120.0226326, 30.2679584 ] ] ], [ [ [ 120.0227356, 30.2685998 ], [ 120.0228873, 30.268663 ], [ 120.023115, 30.2686185 ], [ 120.0233047, 30.2685413 ], [ 120.0234077, 30.2684008 ], [ 120.0234538, 30.2682463 ], [ 120.0233996, 30.2682229 ], [ 120.0233915, 30.2680778 ], [ 120.0231719, 30.2680731 ], [ 120.0230283, 30.2681621 ], [ 120.0229632, 30.2680942 ], [ 120.0228684, 30.2680661 ], [ 120.0227572, 30.2680965 ], [ 120.0226814, 30.2682136 ], [ 120.0226299, 30.2685015 ], [ 120.0227356, 30.2685998 ] ] ], [ [ [ 120.0226366, 30.2669789 ], [ 120.0226837, 30.2670602 ], [ 120.0228916, 30.2670399 ], [ 120.0229739, 30.2669755 ], [ 120.0231034, 30.2665249 ], [ 120.0229151, 30.2664674 ], [ 120.0227464, 30.2666435 ], [ 120.0226327, 30.2668434 ], [ 120.0226366, 30.2669789 ] ] ], [ [ [ 120.0229218, 30.2664139 ], [ 120.0230944, 30.2664546 ], [ 120.0231925, 30.2664647 ], [ 120.0233101, 30.2664309 ], [ 120.0233729, 30.2663597 ], [ 120.0233729, 30.2662716 ], [ 120.0234866, 30.2660853 ], [ 120.0234278, 30.2659125 ], [ 120.0231375, 30.2658143 ], [ 120.0230552, 30.2658414 ], [ 120.0229767, 30.2659091 ], [ 120.0228865, 30.2662547 ], [ 120.0228786, 30.2663563 ], [ 120.0229218, 30.2664139 ] ] ], [ [ [ 120.0231502, 30.2679865 ], [ 120.0233427, 30.2680099 ], [ 120.0235026, 30.2679678 ], [ 120.0235893, 30.2678765 ], [ 120.0236218, 30.2676658 ], [ 120.0235541, 30.2675558 ], [ 120.0234131, 30.2676916 ], [ 120.0233129, 30.2676635 ], [ 120.0232587, 30.2675932 ], [ 120.0231042, 30.267626 ], [ 120.0231015, 30.2678601 ], [ 120.0231502, 30.2679865 ] ] ], [ [ [ 120.0231222, 30.2656991 ], [ 120.023146, 30.2657556 ], [ 120.0232144, 30.265789 ], [ 120.0234968, 30.2658737 ], [ 120.023586, 30.265789 ], [ 120.0236217, 30.2656195 ], [ 120.0236662, 30.265468 ], [ 120.023589, 30.2653885 ], [ 120.0232768, 30.265314 ], [ 120.0231876, 30.2654809 ], [ 120.0231133, 30.265617 ], [ 120.0231222, 30.2656991 ] ] ], [ [ [ 120.023959, 30.2686313 ], [ 120.0240987, 30.2680778 ], [ 120.023729, 30.2680104 ], [ 120.0235934, 30.2682197 ], [ 120.0235441, 30.2685461 ], [ 120.023959, 30.2686313 ] ] ], [ [ [ 120.0242031, 30.2666673 ], [ 120.0245875, 30.2667011 ], [ 120.0246738, 30.2666978 ], [ 120.0247091, 30.2666368 ], [ 120.0247209, 30.2663149 ], [ 120.0247052, 30.2662235 ], [ 120.0245914, 30.2661726 ], [ 120.024156, 30.2661421 ], [ 120.024054, 30.2661625 ], [ 120.024007, 30.2665419 ], [ 120.0242031, 30.2666673 ] ] ], [ [ [ 120.02428, 30.267187 ], [ 120.0244133, 30.2672141 ], [ 120.0246448, 30.2672107 ], [ 120.0247664, 30.2671497 ], [ 120.0248605, 30.2672446 ], [ 120.025088, 30.2672582 ], [ 120.0252763, 30.2672243 ], [ 120.0253587, 30.2671464 ], [ 120.0253783, 30.2670278 ], [ 120.0253391, 30.266899 ], [ 120.0252332, 30.266855 ], [ 120.0248762, 30.2668381 ], [ 120.0247977, 30.2668652 ], [ 120.0247742, 30.2670718 ], [ 120.0246918, 30.2670684 ], [ 120.0247232, 30.2668584 ], [ 120.0246683, 30.2667703 ], [ 120.0242721, 30.2667568 ], [ 120.0242015, 30.2667974 ], [ 120.024178, 30.2671159 ], [ 120.02428, 30.267187 ] ] ], [ [ [ 120.0248856, 30.2666671 ], [ 120.0251288, 30.2667586 ], [ 120.0252817, 30.2667213 ], [ 120.0253876, 30.2666366 ], [ 120.025368, 30.2664842 ], [ 120.0252857, 30.2663757 ], [ 120.0252582, 30.2662741 ], [ 120.0250817, 30.2662436 ], [ 120.0248895, 30.2662165 ], [ 120.0248306, 30.2663046 ], [ 120.0247796, 30.2665519 ], [ 120.0248856, 30.2666671 ] ] ], [ [ [ 120.0256568, 30.266524 ], [ 120.0257313, 30.2668187 ], [ 120.0258098, 30.2669271 ], [ 120.0259627, 30.2669373 ], [ 120.0260569, 30.2668662 ], [ 120.026053, 30.2666155 ], [ 120.0259902, 30.2662631 ], [ 120.0260334, 30.2661581 ], [ 120.0261903, 30.2661547 ], [ 120.0261118, 30.265633 ], [ 120.0259784, 30.2656397 ], [ 120.0259981, 30.2658701 ], [ 120.0259549, 30.2659853 ], [ 120.0258647, 30.2660327 ], [ 120.0256882, 30.2660158 ], [ 120.0255979, 30.2660836 ], [ 120.0255509, 30.2662563 ], [ 120.0256568, 30.266524 ] ] ], [ [ [ 120.0255783, 30.2658396 ], [ 120.0256058, 30.2658938 ], [ 120.0257039, 30.265904 ], [ 120.0258921, 30.2659108 ], [ 120.0259157, 30.2657211 ], [ 120.0258529, 30.2656228 ], [ 120.0256529, 30.2656126 ], [ 120.0255705, 30.2656228 ], [ 120.0255783, 30.2658396 ] ] ], [ [ [ 120.0262099, 30.2669271 ], [ 120.026457, 30.2669136 ], [ 120.0265394, 30.2668221 ], [ 120.0265864, 30.2663207 ], [ 120.0265001, 30.2662394 ], [ 120.0261785, 30.2662225 ], [ 120.026151, 30.2666595 ], [ 120.0262099, 30.2669271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9833529, 30.2691793 ], [ 119.9836932, 30.2692862 ], [ 119.9838313, 30.2693578 ], [ 119.9839974, 30.2693789 ], [ 119.9841131, 30.2694781 ], [ 119.98426, 30.2694966 ], [ 119.9843872, 30.2694743 ], [ 119.9845416, 30.2694181 ], [ 119.9847194, 30.2694128 ], [ 119.9850874, 30.2692959 ], [ 119.9854552, 30.2692465 ], [ 119.9859153, 30.2691548 ], [ 119.9867038, 30.2691581 ], [ 119.9868992, 30.2691854 ], [ 119.9870388, 30.2692451 ], [ 119.9871977, 30.2693062 ], [ 119.9873423, 30.2693387 ], [ 119.9874972, 30.2694075 ], [ 119.9877106, 30.2694635 ], [ 119.9879211, 30.2695043 ], [ 119.9881547, 30.2695089 ], [ 119.9883926, 30.2694551 ], [ 119.9885741, 30.269357 ], [ 119.9888741, 30.2691732 ], [ 119.9891083, 30.2690835 ], [ 119.9895961, 30.269002 ], [ 119.9898699, 30.2690319 ], [ 119.9901047, 30.2691147 ], [ 119.9902529, 30.2691737 ], [ 119.9904673, 30.2692589 ], [ 119.9907333, 30.2693669 ], [ 119.990864, 30.2693966 ], [ 119.99099, 30.2693918 ], [ 119.9911197, 30.2693294 ], [ 119.9912033, 30.2692203 ], [ 119.9912851, 30.2691309 ], [ 119.9914298, 30.2690591 ], [ 119.9915568, 30.2690081 ], [ 119.991651, 30.2689944 ], [ 119.9923587, 30.2690883 ], [ 119.9924509, 30.26912 ], [ 119.992507, 30.2691736 ], [ 119.9925478, 30.2692526 ], [ 119.9925619, 30.2693382 ], [ 119.9925124, 30.2695766 ], [ 119.9926592, 30.2695615 ], [ 119.992827, 30.2695629 ], [ 119.992971, 30.2694286 ], [ 119.9930737, 30.2693721 ], [ 119.9931624, 30.2693439 ], [ 119.9933679, 30.2693358 ], [ 119.9934706, 30.26936 ], [ 119.9935781, 30.2694003 ], [ 119.9937368, 30.2694971 ], [ 119.9937929, 30.2695415 ], [ 119.9939766, 30.269586 ], [ 119.9941665, 30.2695617 ], [ 119.9942505, 30.2695375 ], [ 119.9943299, 30.2695173 ], [ 119.9943673, 30.269485 ], [ 119.9952219, 30.2696101 ], [ 119.9953386, 30.2695939 ], [ 119.9954928, 30.2695738 ], [ 119.9955955, 30.2695738 ], [ 119.9957963, 30.2695939 ], [ 119.9959037, 30.2696101 ], [ 119.9960532, 30.2696585 ], [ 119.9961092, 30.2697109 ], [ 119.9962073, 30.2697795 ], [ 119.9962338, 30.2698018 ], [ 119.9964081, 30.2699489 ], [ 119.9964828, 30.2699892 ], [ 119.9965715, 30.2700053 ], [ 119.9966883, 30.2700174 ], [ 119.9967583, 30.2700295 ], [ 119.996833, 30.2700376 ], [ 119.9969451, 30.2700416 ], [ 119.9970572, 30.2700134 ], [ 119.9970992, 30.269969 ], [ 119.9972143, 30.2699145 ], [ 119.9977484, 30.2700274 ], [ 119.9986605, 30.2702053 ], [ 119.9988321, 30.2702111 ], [ 119.998987, 30.2702462 ], [ 119.9991238, 30.2702554 ], [ 119.9992137, 30.2702774 ], [ 119.9993411, 30.2703527 ], [ 119.9994256, 30.2704755 ], [ 119.9994645, 30.2705543 ], [ 119.999553, 30.2706237 ], [ 119.999671, 30.2706434 ], [ 119.9997689, 30.2706226 ], [ 119.9998668, 30.2705658 ], [ 119.9999325, 30.2704917 ], [ 120.000035, 30.2704553 ], [ 120.0001284, 30.2704351 ], [ 120.0002031, 30.2704351 ], [ 120.0003199, 30.2704149 ], [ 120.0004646, 30.2704553 ], [ 120.0011558, 30.2705399 ], [ 120.0012445, 30.270544 ], [ 120.0015547, 30.2705521 ], [ 120.0017959, 30.2706298 ], [ 120.0019729, 30.2707113 ], [ 120.0020877, 30.2707156 ], [ 120.0022415, 30.270703 ], [ 120.0024685, 30.2707876 ], [ 120.0026091, 30.2707938 ], [ 120.0027212, 30.2707205 ], [ 120.0028553, 30.2707066 ], [ 120.0031987, 30.2707344 ], [ 120.003365, 30.2708132 ], [ 120.003483, 30.2708873 ], [ 120.0036064, 30.2709336 ], [ 120.0037244, 30.2709383 ], [ 120.0038424, 30.2709383 ], [ 120.0040141, 30.2709707 ], [ 120.0043145, 30.2712255 ], [ 120.0045666, 30.2713275 ], [ 120.004749, 30.2714433 ], [ 120.0050548, 30.2714896 ], [ 120.0054593, 30.2715972 ], [ 120.0056503, 30.2717622 ], [ 120.0058193, 30.2720239 ], [ 120.0064169, 30.2719578 ], [ 120.0064274, 30.2719377 ], [ 120.0064674, 30.2719031 ], [ 120.0065229, 30.2718925 ], [ 120.0065599, 30.2718792 ], [ 120.0066492, 30.2718818 ], [ 120.0067725, 30.2718845 ], [ 120.0068556, 30.2718818 ], [ 120.0075088, 30.2718712 ], [ 120.0076105, 30.2718552 ], [ 120.0077286, 30.2718048 ], [ 120.0078519, 30.2717835 ], [ 120.0080552, 30.2717954 ], [ 120.0082809, 30.2717892 ], [ 120.0084036, 30.2717879 ], [ 120.0085448, 30.2717997 ], [ 120.0087443, 30.2717993 ], [ 120.0089662, 30.2718286 ], [ 120.0090832, 30.2718286 ], [ 120.0092866, 30.2718605 ], [ 120.0094838, 30.2718712 ], [ 120.0096594, 30.2718872 ], [ 120.0098812, 30.2719404 ], [ 120.0100106, 30.271975 ], [ 120.01014, 30.2720601 ], [ 120.0103126, 30.2721293 ], [ 120.0106854, 30.272257 ], [ 120.0115142, 30.2724114 ], [ 120.011659, 30.2724513 ], [ 120.0118161, 30.2724885 ], [ 120.0119455, 30.2725391 ], [ 120.0120873, 30.2726136 ], [ 120.0125309, 30.2726987 ], [ 120.0128329, 30.2727041 ], [ 120.01299, 30.2726801 ], [ 120.0130763, 30.2725843 ], [ 120.013446, 30.2725604 ], [ 120.0135384, 30.2725364 ], [ 120.0136062, 30.2724699 ], [ 120.0136709, 30.2724646 ], [ 120.0137295, 30.2724247 ], [ 120.0137418, 30.2723794 ], [ 120.0139821, 30.2723235 ], [ 120.0141547, 30.2723262 ], [ 120.0142317, 30.2723528 ], [ 120.0143056, 30.2724539 ], [ 120.0143591, 30.2724622 ], [ 120.0144028, 30.2724388 ], [ 120.0144073, 30.2723954 ], [ 120.0143118, 30.2723209 ], [ 120.0141793, 30.2721054 ], [ 120.0136031, 30.2720628 ], [ 120.0135535, 30.2721884 ], [ 120.0134253, 30.2722684 ], [ 120.0132766, 30.2723794 ], [ 120.0131441, 30.2724326 ], [ 120.0129654, 30.2725018 ], [ 120.0127682, 30.2725284 ], [ 120.0124478, 30.2725098 ], [ 120.0121643, 30.2724912 ], [ 120.0120996, 30.2723901 ], [ 120.0118993, 30.2723581 ], [ 120.0117976, 30.2723023 ], [ 120.0114865, 30.272249 ], [ 120.011277, 30.2721932 ], [ 120.0107354, 30.2720796 ], [ 120.0105883, 30.2720272 ], [ 120.0104762, 30.2719808 ], [ 120.0104132, 30.2719425 ], [ 120.0102287, 30.2719042 ], [ 120.0101026, 30.2718417 ], [ 120.0099088, 30.2717933 ], [ 120.0097337, 30.271761 ], [ 120.0095679, 30.2717428 ], [ 120.0094535, 30.2717065 ], [ 120.0093297, 30.2717005 ], [ 120.009192, 30.2716682 ], [ 120.0090379, 30.2716561 ], [ 120.0087763, 30.271644 ], [ 120.0084398, 30.2715712 ], [ 120.0082888, 30.2715233 ], [ 120.0081317, 30.2714195 ], [ 120.0080023, 30.2713397 ], [ 120.0079468, 30.2713237 ], [ 120.0078944, 30.2713131 ], [ 120.007839, 30.2713424 ], [ 120.0077527, 30.271377 ], [ 120.0076572, 30.2714541 ], [ 120.0076233, 30.2714861 ], [ 120.0074662, 30.2716377 ], [ 120.0068808, 30.2716484 ], [ 120.0067593, 30.2716101 ], [ 120.0066473, 30.2715133 ], [ 120.0065725, 30.2715012 ], [ 120.0065655, 30.2715294 ], [ 120.0065562, 30.2716121 ], [ 120.0064978, 30.2716504 ], [ 120.0064418, 30.2716927 ], [ 120.0063717, 30.2716443 ], [ 120.0063297, 30.2715617 ], [ 120.0062667, 30.2714265 ], [ 120.0061811, 30.2712717 ], [ 120.0060067, 30.2711003 ], [ 120.0058887, 30.2711049 ], [ 120.0057599, 30.2710331 ], [ 120.0057197, 30.270915 ], [ 120.0056929, 30.2708014 ], [ 120.0056553, 30.2707343 ], [ 120.0056205, 30.2706671 ], [ 120.0056124, 30.2705837 ], [ 120.0056232, 30.2705049 ], [ 120.0055802, 30.27041 ], [ 120.00554, 30.2703567 ], [ 120.0055078, 30.2703057 ], [ 120.005481, 30.2702432 ], [ 120.0054756, 30.2700713 ], [ 120.0041937, 30.2699261 ], [ 120.0040862, 30.26992 ], [ 120.0040536, 30.2699704 ], [ 120.0039415, 30.2700451 ], [ 120.0038138, 30.2701139 ], [ 120.0034651, 30.2702084 ], [ 120.003269, 30.270154 ], [ 120.00304, 30.2700466 ], [ 120.0030211, 30.2701104 ], [ 120.0031712, 30.2702055 ], [ 120.003234, 30.2702346 ], [ 120.0033064, 30.2702729 ], [ 120.0033274, 30.2703758 ], [ 120.003304, 30.2704101 ], [ 120.0032223, 30.2704302 ], [ 120.0031219, 30.2704443 ], [ 120.0029117, 30.2703415 ], [ 120.0028354, 30.2703038 ], [ 120.002767, 30.2703193 ], [ 120.0027296, 30.2703617 ], [ 120.0026175, 30.2703677 ], [ 120.0025008, 30.2703415 ], [ 120.0023233, 30.2702689 ], [ 120.0023281, 30.2702019 ], [ 120.0023677, 30.2700753 ], [ 120.0023956, 30.2699265 ], [ 120.0023584, 30.2698549 ], [ 120.0023569, 30.2697596 ], [ 120.0023564, 30.269624 ], [ 120.0024318, 30.2692288 ], [ 120.0024654, 30.2691845 ], [ 120.0025176, 30.2691585 ], [ 120.0026043, 30.2691012 ], [ 120.002645, 30.26904 ], [ 120.0026468, 30.2689667 ], [ 120.0026096, 30.2689407 ], [ 120.0026539, 30.2688696 ], [ 120.002714, 30.2688245 ], [ 120.0027583, 30.268758 ], [ 120.0027866, 30.2687076 ], [ 120.002822, 30.2686411 ], [ 120.0028742, 30.2685991 ], [ 120.0028954, 30.2685609 ], [ 120.0029485, 30.2685196 ], [ 120.0029874, 30.2684822 ], [ 120.0029901, 30.2684142 ], [ 120.0029688, 30.2683782 ], [ 120.0029803, 30.2683148 ], [ 120.0030042, 30.268201 ], [ 120.0030299, 30.2681673 ], [ 120.0030662, 30.268123 ], [ 120.0030989, 30.2680863 ], [ 120.0031423, 30.2679908 ], [ 120.00316, 30.2679427 ], [ 120.0031989, 30.2679136 ], [ 120.0032219, 30.2678999 ], [ 120.0032219, 30.2678731 ], [ 120.003244, 30.2678357 ], [ 120.0032847, 30.2678021 ], [ 120.003305, 30.2677555 ], [ 120.003301, 30.2677092 ], [ 120.0033131, 30.2676721 ], [ 120.0033399, 30.2676478 ], [ 120.0033815, 30.267627 ], [ 120.0034203, 30.2676182 ], [ 120.0035116, 30.2675233 ], [ 120.0035511, 30.2674874 ], [ 120.003586, 30.267463 ], [ 120.0036075, 30.2674434 ], [ 120.0036028, 30.2674243 ], [ 120.0036135, 30.2673976 ], [ 120.0036081, 30.2673304 ], [ 120.0036323, 30.2672772 ], [ 120.0036604, 30.2672517 ], [ 120.0037181, 30.2672389 ], [ 120.003765, 30.267203 ], [ 120.0038254, 30.2671474 ], [ 120.0038656, 30.2671092 ], [ 120.0038924, 30.2670629 ], [ 120.0039032, 30.2669957 ], [ 120.0039353, 30.2669343 ], [ 120.0039702, 30.2668764 ], [ 120.0040279, 30.2668127 ], [ 120.0040654, 30.2667524 ], [ 120.0041043, 30.2666864 ], [ 120.0041499, 30.2666459 ], [ 120.0041848, 30.2666019 ], [ 120.0041754, 30.2665718 ], [ 120.0041995, 30.2665196 ], [ 120.004279, 30.2664409 ], [ 120.0043533, 30.2664042 ], [ 120.0044418, 30.266337 ], [ 120.0045391, 30.2662238 ], [ 120.0045904, 30.2661535 ], [ 120.0046417, 30.266045 ], [ 120.00464, 30.2659503 ], [ 120.0046293, 30.2658815 ], [ 120.004624, 30.2658112 ], [ 120.0046966, 30.2657393 ], [ 120.0047196, 30.265669 ], [ 120.0047638, 30.2656324 ], [ 120.0047143, 30.2655682 ], [ 120.004716, 30.2654581 ], [ 120.0047373, 30.2653848 ], [ 120.0048098, 30.2653007 ], [ 120.00487, 30.2652625 ], [ 120.0048824, 30.2651891 ], [ 120.0048983, 30.2651173 ], [ 120.0049178, 30.2650363 ], [ 120.0049302, 30.2649278 ], [ 120.0049691, 30.2648406 ], [ 120.005008, 30.2647367 ], [ 120.0050487, 30.2647046 ], [ 120.0051372, 30.2646939 ], [ 120.0052115, 30.2647061 ], [ 120.0053106, 30.2647321 ], [ 120.0053266, 30.264619 ], [ 120.0052115, 30.2645808 ], [ 120.0050841, 30.2645548 ], [ 120.0050187, 30.2645105 ], [ 120.0049726, 30.2644769 ], [ 120.0049319, 30.2644142 ], [ 120.0049355, 30.2643317 ], [ 120.0048258, 30.2643332 ], [ 120.0048169, 30.2644692 ], [ 120.0048205, 30.2645564 ], [ 120.0048151, 30.2646863 ], [ 120.0047868, 30.2647963 ], [ 120.0047284, 30.2648666 ], [ 120.004709, 30.2649431 ], [ 120.0046966, 30.265021 ], [ 120.0046789, 30.2651081 ], [ 120.0046081, 30.2652304 ], [ 120.0046152, 30.2652732 ], [ 120.0046063, 30.2653389 ], [ 120.0045692, 30.2653832 ], [ 120.0045426, 30.2654704 ], [ 120.0045214, 30.2655193 ], [ 120.0045179, 30.2655942 ], [ 120.0045032, 30.2657935 ], [ 120.0044554, 30.265852 ], [ 120.004457, 30.2658853 ], [ 120.0044154, 30.2659918 ], [ 120.0043799, 30.2660184 ], [ 120.0043599, 30.2660503 ], [ 120.0043722, 30.2661022 ], [ 120.0043106, 30.2661754 ], [ 120.0042505, 30.2662259 ], [ 120.0042382, 30.2662925 ], [ 120.004229, 30.266347 ], [ 120.0041442, 30.2663922 ], [ 120.0041088, 30.2664548 ], [ 120.0040487, 30.2665705 ], [ 120.0039717, 30.2666411 ], [ 120.0038685, 30.266685 ], [ 120.0038408, 30.2667448 ], [ 120.0038115, 30.2667967 ], [ 120.0037807, 30.2668952 ], [ 120.0037006, 30.2669644 ], [ 120.0036651, 30.266995 ], [ 120.0036312, 30.2670362 ], [ 120.0036097, 30.2670828 ], [ 120.0035742, 30.267152 ], [ 120.0034895, 30.2671946 ], [ 120.0034695, 30.2672571 ], [ 120.0034833, 30.267301 ], [ 120.003472, 30.2673196 ], [ 120.0034208, 30.2673562 ], [ 120.003357, 30.267419 ], [ 120.003291, 30.2675226 ], [ 120.0032577, 30.2675488 ], [ 120.0032169, 30.2676258 ], [ 120.0031814, 30.2676962 ], [ 120.0031829, 30.2677228 ], [ 120.0030967, 30.2678931 ], [ 120.0030582, 30.2679197 ], [ 120.0030428, 30.2680022 ], [ 120.0029734, 30.2681113 ], [ 120.0028733, 30.2681805 ], [ 120.0028764, 30.2682058 ], [ 120.002844, 30.2682443 ], [ 120.0027824, 30.2683415 ], [ 120.0027562, 30.2683814 ], [ 120.0027008, 30.2684785 ], [ 120.0026391, 30.2685517 ], [ 120.002596, 30.2685929 ], [ 120.0025729, 30.2686608 ], [ 120.002539, 30.268702 ], [ 120.0024882, 30.2687366 ], [ 120.0024204, 30.2687699 ], [ 120.0023757, 30.2687965 ], [ 120.002291, 30.2688258 ], [ 120.0021477, 30.268895 ], [ 120.0021277, 30.2689162 ], [ 120.00212, 30.2689522 ], [ 120.0021215, 30.269032 ], [ 120.0021416, 30.2691491 ], [ 120.0020291, 30.2696454 ], [ 120.0019629, 30.2697757 ], [ 120.0018981, 30.2699461 ], [ 120.0018427, 30.2700246 ], [ 120.0017302, 30.2700796 ], [ 120.001569, 30.2701409 ], [ 120.0013293, 30.2701759 ], [ 120.0009214, 30.2701056 ], [ 120.0007103, 30.2701159 ], [ 120.0005836, 30.2701401 ], [ 120.0004804, 30.2701538 ], [ 120.0003669, 30.2701772 ], [ 120.0002035, 30.2701667 ], [ 119.9999706, 30.2701309 ], [ 119.9998292, 30.2700977 ], [ 119.9996721, 30.2700591 ], [ 119.9995673, 30.2700418 ], [ 119.9994487, 30.2700152 ], [ 119.9993363, 30.2700192 ], [ 119.9992066, 30.2699807 ], [ 119.9991312, 30.2699685 ], [ 119.9989037, 30.2699056 ], [ 119.9987585, 30.2698675 ], [ 119.9986949, 30.2698327 ], [ 119.9977287, 30.2695698 ], [ 119.9976053, 30.2695632 ], [ 119.9972838, 30.2694574 ], [ 119.9971403, 30.2694278 ], [ 119.9970954, 30.2694267 ], [ 119.9970163, 30.2694371 ], [ 119.9969888, 30.2694383 ], [ 119.9969687, 30.2694273 ], [ 119.9969593, 30.2694047 ], [ 119.9969653, 30.2693723 ], [ 119.9969626, 30.2693306 ], [ 119.9968795, 30.2692426 ], [ 119.9967191, 30.2691598 ], [ 119.9965489, 30.2691364 ], [ 119.9964619, 30.2691259 ], [ 119.9963024, 30.2691379 ], [ 119.9962289, 30.2691401 ], [ 119.9961355, 30.269143 ], [ 119.996046, 30.2691443 ], [ 119.9960057, 30.269147 ], [ 119.9959427, 30.26914 ], [ 119.9957613, 30.2691272 ], [ 119.995502, 30.2690917 ], [ 119.9953978, 30.269134 ], [ 119.9943144, 30.2689874 ], [ 119.9941855, 30.2689381 ], [ 119.9940726, 30.2688739 ], [ 119.9939551, 30.2688082 ], [ 119.9937761, 30.2687701 ], [ 119.99359, 30.2687772 ], [ 119.9933663, 30.2687938 ], [ 119.9932459, 30.2687712 ], [ 119.9930811, 30.2687005 ], [ 119.9929031, 30.2686597 ], [ 119.9926304, 30.2686055 ], [ 119.9922928, 30.2685558 ], [ 119.9918203, 30.2685016 ], [ 119.9917002, 30.2685299 ], [ 119.9915563, 30.2685297 ], [ 119.9914263, 30.2685102 ], [ 119.9912783, 30.2684491 ], [ 119.9911837, 30.2683331 ], [ 119.9911381, 30.2676683 ], [ 119.9904933, 30.2676916 ], [ 119.9902854, 30.2668597 ], [ 119.9902392, 30.2666244 ], [ 119.9902348, 30.2662833 ], [ 119.9900978, 30.2659698 ], [ 119.9901627, 30.2652374 ], [ 119.9901632, 30.2649266 ], [ 119.9902243, 30.2647864 ], [ 119.9907464, 30.2641913 ], [ 119.9908933, 30.2638594 ], [ 119.9912438, 30.2632702 ], [ 119.9913358, 30.2629613 ], [ 119.991226, 30.2626619 ], [ 119.9912359, 30.2629205 ], [ 119.9911429, 30.2631114 ], [ 119.9910235, 30.2634385 ], [ 119.9903691, 30.2643883 ], [ 119.990085, 30.2647514 ], [ 119.9900027, 30.2649178 ], [ 119.9899766, 30.2659226 ], [ 119.9900652, 30.2662866 ], [ 119.9901178, 30.2667151 ], [ 119.990216, 30.267222 ], [ 119.9902465, 30.2676785 ], [ 119.9899712, 30.2677426 ], [ 119.9899925, 30.2682256 ], [ 119.9899854, 30.2682928 ], [ 119.9899925, 30.2683723 ], [ 119.9899783, 30.2684334 ], [ 119.9899217, 30.2685129 ], [ 119.989766, 30.2685741 ], [ 119.9892351, 30.2685374 ], [ 119.9889236, 30.2685802 ], [ 119.9886546, 30.2685802 ], [ 119.9885414, 30.2686107 ], [ 119.9883644, 30.2686474 ], [ 119.9878619, 30.2686291 ], [ 119.9876212, 30.2686535 ], [ 119.9873098, 30.2686902 ], [ 119.9869441, 30.2686805 ], [ 119.9866769, 30.2686866 ], [ 119.9865653, 30.268695 ], [ 119.9860356, 30.2686841 ], [ 119.9858233, 30.2687024 ], [ 119.9855543, 30.2687391 ], [ 119.9852853, 30.2687941 ], [ 119.9851579, 30.2688186 ], [ 119.9850305, 30.2687513 ], [ 119.9849456, 30.2687269 ], [ 119.9847898, 30.2687636 ], [ 119.9845209, 30.2687636 ], [ 119.9840254, 30.268788 ], [ 119.9833459, 30.2688002 ], [ 119.9833388, 30.2688614 ], [ 119.983268, 30.2691365 ], [ 119.9833529, 30.2691793 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0108242, 30.2671224 ], [ 120.0110275, 30.2672523 ], [ 120.0111007, 30.267333 ], [ 120.0112592, 30.2674314 ], [ 120.0114056, 30.2675051 ], [ 120.0115276, 30.2675332 ], [ 120.0116333, 30.2675999 ], [ 120.0118621, 30.2677005 ], [ 120.0120037, 30.2677739 ], [ 120.0121806, 30.2678839 ], [ 120.0122797, 30.2679756 ], [ 120.0122514, 30.2680551 ], [ 120.0121806, 30.2680979 ], [ 120.0121665, 30.2681957 ], [ 120.0121594, 30.2682691 ], [ 120.0121028, 30.2683302 ], [ 120.0121274, 30.26846 ], [ 120.0122657, 30.2685021 ], [ 120.0124201, 30.2684881 ], [ 120.0125015, 30.2684108 ], [ 120.0126478, 30.2685092 ], [ 120.0127373, 30.2686917 ], [ 120.0127535, 30.2688533 ], [ 120.0127616, 30.2690709 ], [ 120.0129405, 30.2693167 ], [ 120.0132007, 30.2698013 ], [ 120.0133607, 30.2702144 ], [ 120.013528, 30.2705818 ], [ 120.0136317, 30.2709178 ], [ 120.0137048, 30.2710723 ], [ 120.0137533, 30.2712077 ], [ 120.0137861, 30.2714234 ], [ 120.0137861, 30.2716833 ], [ 120.0136031, 30.2720628 ], [ 120.0141793, 30.2721054 ], [ 120.0142058, 30.271743 ], [ 120.0142005, 30.2716488 ], [ 120.014297, 30.2716398 ], [ 120.0143909, 30.2716352 ], [ 120.0145223, 30.2716097 ], [ 120.0146416, 30.2716039 ], [ 120.0147798, 30.2715881 ], [ 120.014853, 30.2715758 ], [ 120.0149587, 30.2715372 ], [ 120.0150198, 30.2715081 ], [ 120.0151646, 30.2714557 ], [ 120.0153036, 30.2713957 ], [ 120.0154531, 30.2713314 ], [ 120.0155544, 30.271321 ], [ 120.015608, 30.271328 ], [ 120.0156867, 30.2713411 ], [ 120.0157176, 30.2712879 ], [ 120.0157761, 30.2712241 ], [ 120.0158531, 30.2711256 ], [ 120.0159394, 30.2710591 ], [ 120.0160472, 30.2709287 ], [ 120.0163338, 30.2707318 ], [ 120.0163522, 30.2707025 ], [ 120.0164108, 30.2706759 ], [ 120.016417, 30.2706466 ], [ 120.0164508, 30.2706094 ], [ 120.0165094, 30.2706094 ], [ 120.0167836, 30.2704417 ], [ 120.0168699, 30.2703832 ], [ 120.0169376, 30.2703087 ], [ 120.0170393, 30.270314 ], [ 120.017104, 30.2703273 ], [ 120.0171318, 30.2703912 ], [ 120.0171533, 30.2704604 ], [ 120.017178, 30.2705375 ], [ 120.0171656, 30.2705854 ], [ 120.0171626, 30.27062 ], [ 120.0171995, 30.2706706 ], [ 120.017295, 30.2706706 ], [ 120.0173659, 30.2706546 ], [ 120.0174121, 30.270636 ], [ 120.0174614, 30.2705854 ], [ 120.0175076, 30.2705349 ], [ 120.01756, 30.270487 ], [ 120.0175693, 30.2704178 ], [ 120.0175662, 30.2703486 ], [ 120.0176124, 30.2702847 ], [ 120.0176525, 30.2702847 ], [ 120.0176956, 30.2702608 ], [ 120.0178065, 30.2702794 ], [ 120.0179482, 30.2702821 ], [ 120.0180746, 30.2702821 ], [ 120.0181517, 30.2703084 ], [ 120.0184566, 30.2704125 ], [ 120.0187986, 30.2705242 ], [ 120.018851, 30.2705482 ], [ 120.0189188, 30.2705615 ], [ 120.019002, 30.27062 ], [ 120.0190759, 30.2706706 ], [ 120.0190975, 30.2707132 ], [ 120.0191529, 30.270777 ], [ 120.0191683, 30.2708036 ], [ 120.0192022, 30.2708276 ], [ 120.0192669, 30.2708542 ], [ 120.0193255, 30.2708622 ], [ 120.0193994, 30.2708941 ], [ 120.0194487, 30.270926 ], [ 120.0195042, 30.2709234 ], [ 120.0195689, 30.2709127 ], [ 120.0196644, 30.27095 ], [ 120.0196952, 30.2709766 ], [ 120.0197383, 30.2709793 ], [ 120.0197938, 30.2709872 ], [ 120.0198616, 30.2709952 ], [ 120.0199139, 30.2710032 ], [ 120.0200988, 30.2710005 ], [ 120.0201201, 30.2708617 ], [ 120.0200493, 30.270828 ], [ 120.0200529, 30.2707608 ], [ 120.0200776, 30.2706477 ], [ 120.020067, 30.2705988 ], [ 120.0199962, 30.2706324 ], [ 120.0199644, 30.2706874 ], [ 120.0199467, 30.2707577 ], [ 120.0198618, 30.2708066 ], [ 120.0196671, 30.2707853 ], [ 120.0195928, 30.2707394 ], [ 120.0195008, 30.270718 ], [ 120.0194229, 30.2706538 ], [ 120.0193946, 30.2706752 ], [ 120.0193415, 30.2706171 ], [ 120.0192318, 30.2705468 ], [ 120.0190371, 30.2704368 ], [ 120.0189805, 30.2703787 ], [ 120.0189628, 30.270339 ], [ 120.0189451, 30.270284 ], [ 120.0189345, 30.2703115 ], [ 120.0188779, 30.2703115 ], [ 120.0188319, 30.2702595 ], [ 120.0187575, 30.2702106 ], [ 120.0180568, 30.2699722 ], [ 120.0179824, 30.2699966 ], [ 120.0178126, 30.2699814 ], [ 120.0176745, 30.2699294 ], [ 120.017494, 30.2698591 ], [ 120.0173419, 30.2697399 ], [ 120.0172569, 30.2695504 ], [ 120.017264, 30.2694709 ], [ 120.0173737, 30.269263 ], [ 120.017487, 30.269043 ], [ 120.0176498, 30.2688106 ], [ 120.0173383, 30.2686303 ], [ 120.0173029, 30.2686914 ], [ 120.0172746, 30.2687342 ], [ 120.0172286, 30.2688106 ], [ 120.017179, 30.2688718 ], [ 120.0170941, 30.268939 ], [ 120.0169985, 30.2690338 ], [ 120.0168959, 30.269153 ], [ 120.0169596, 30.269208 ], [ 120.0170693, 30.2692447 ], [ 120.0171189, 30.2694373 ], [ 120.0171861, 30.2695259 ], [ 120.0171932, 30.2695932 ], [ 120.0171401, 30.2696421 ], [ 120.0170906, 30.2696849 ], [ 120.0171083, 30.269746 ], [ 120.0171472, 30.2697888 ], [ 120.017126, 30.2698377 ], [ 120.0171189, 30.2698897 ], [ 120.0170729, 30.2699966 ], [ 120.0169561, 30.27007 ], [ 120.0168428, 30.2701617 ], [ 120.0167862, 30.2701953 ], [ 120.0166623, 30.2702259 ], [ 120.0165774, 30.2701984 ], [ 120.0164995, 30.2701953 ], [ 120.0164677, 30.27018 ], [ 120.0164429, 30.2701495 ], [ 120.0163933, 30.2701311 ], [ 120.0163686, 30.2700853 ], [ 120.0163049, 30.2701036 ], [ 120.0162872, 30.2701281 ], [ 120.0162482, 30.2701342 ], [ 120.0161881, 30.2701586 ], [ 120.0161633, 30.2701923 ], [ 120.0161314, 30.2702534 ], [ 120.0161244, 30.270284 ], [ 120.0161173, 30.2703206 ], [ 120.0161102, 30.2703482 ], [ 120.0161208, 30.2703757 ], [ 120.0161314, 30.2704154 ], [ 120.0161385, 30.2704551 ], [ 120.0161385, 30.270501 ], [ 120.0160359, 30.2705316 ], [ 120.0160111, 30.2705621 ], [ 120.0160253, 30.2706355 ], [ 120.0159616, 30.2707027 ], [ 120.0159333, 30.2707455 ], [ 120.0158271, 30.2708433 ], [ 120.0157103, 30.2709381 ], [ 120.0156855, 30.2710267 ], [ 120.0156218, 30.2711184 ], [ 120.0155316, 30.2712301 ], [ 120.0154383, 30.2712799 ], [ 120.0152942, 30.2713534 ], [ 120.0150874, 30.2714302 ], [ 120.0149564, 30.2714516 ], [ 120.0148255, 30.2715005 ], [ 120.0146556, 30.2715372 ], [ 120.0144432, 30.2715708 ], [ 120.0142486, 30.2715983 ], [ 120.0141955, 30.2715891 ], [ 120.0140999, 30.2715372 ], [ 120.0140507, 30.2714552 ], [ 120.0140231, 30.2713184 ], [ 120.0139779, 30.2711455 ], [ 120.0139664, 30.2710533 ], [ 120.013993, 30.2708765 ], [ 120.0138906, 30.2707051 ], [ 120.0138289, 30.2705994 ], [ 120.013782, 30.2704787 ], [ 120.0137088, 30.2703586 ], [ 120.0136302, 30.2702733 ], [ 120.0135605, 30.2701773 ], [ 120.0134703, 30.2699969 ], [ 120.0133786, 30.269824 ], [ 120.0132797, 30.2696108 ], [ 120.013242, 30.2695069 ], [ 120.0131837, 30.2693316 ], [ 120.013119, 30.2691911 ], [ 120.013031, 30.2690392 ], [ 120.0129674, 30.2689299 ], [ 120.0128966, 30.2688168 ], [ 120.0128506, 30.2686792 ], [ 120.0128188, 30.2686089 ], [ 120.0127515, 30.2684989 ], [ 120.0126984, 30.2684286 ], [ 120.0126374, 30.2683302 ], [ 120.0126293, 30.2682354 ], [ 120.0125968, 30.2681652 ], [ 120.0125846, 30.2680599 ], [ 120.0126334, 30.2680177 ], [ 120.0127066, 30.2679651 ], [ 120.0127542, 30.2679119 ], [ 120.0128448, 30.2678106 ], [ 120.0129302, 30.2677755 ], [ 120.0130074, 30.2677052 ], [ 120.0131538, 30.2675543 ], [ 120.0131903, 30.2675051 ], [ 120.0132351, 30.267463 ], [ 120.0133042, 30.2673822 ], [ 120.0133123, 30.2673366 ], [ 120.0133503, 30.2672662 ], [ 120.0132879, 30.2672488 ], [ 120.0132473, 30.2672979 ], [ 120.0131375, 30.2674595 ], [ 120.0130806, 30.2675156 ], [ 120.0129911, 30.2676175 ], [ 120.0129505, 30.2676526 ], [ 120.0128773, 30.2677052 ], [ 120.0128001, 30.2677333 ], [ 120.0127391, 30.267772 ], [ 120.0126578, 30.2678738 ], [ 120.0126049, 30.2679054 ], [ 120.0125399, 30.2679194 ], [ 120.0124342, 30.2679194 ], [ 120.0123447, 30.2678913 ], [ 120.0123041, 30.2678457 ], [ 120.012239, 30.2678 ], [ 120.0121618, 30.2676912 ], [ 120.0120276, 30.2676175 ], [ 120.0118813, 30.2675227 ], [ 120.0117024, 30.2673998 ], [ 120.0116129, 30.2673506 ], [ 120.0115642, 30.2672698 ], [ 120.0115113, 30.2671996 ], [ 120.01143, 30.2671505 ], [ 120.0113121, 30.2670943 ], [ 120.0112064, 30.2670943 ], [ 120.0110804, 30.2670557 ], [ 120.0109828, 30.26701 ], [ 120.0109381, 30.2669573 ], [ 120.0108446, 30.2669679 ], [ 120.0107673, 30.2670732 ], [ 120.0108242, 30.2671224 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0023415, 30.2701827 ], [ 120.0023584, 30.2701572 ], [ 120.0024412, 30.2701412 ], [ 120.0025062, 30.2701514 ], [ 120.0025848, 30.2701572 ], [ 120.002671, 30.2701689 ], [ 120.0027082, 30.2701711 ], [ 120.0027343, 30.2702039 ], [ 120.0027588, 30.2702426 ], [ 120.002767, 30.2703193 ], [ 120.0028354, 30.2703038 ], [ 120.0028188, 30.270255 ], [ 120.0028197, 30.2702273 ], [ 120.0028171, 30.2701959 ], [ 120.0028298, 30.270147 ], [ 120.0028737, 30.2701105 ], [ 120.002927, 30.2700959 ], [ 120.0030211, 30.2701104 ], [ 120.00304, 30.2700466 ], [ 120.0029101, 30.2699711 ], [ 120.002829, 30.2699602 ], [ 120.0027335, 30.2699522 ], [ 120.0025468, 30.2699741 ], [ 120.0024589, 30.2699631 ], [ 120.0023956, 30.2699265 ], [ 120.0023677, 30.2700753 ], [ 120.0023281, 30.2702019 ], [ 120.0023415, 30.2701827 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0193986, 30.2716998 ], [ 120.0194268, 30.2718098 ], [ 120.0194764, 30.2719221 ], [ 120.0195234, 30.2719789 ], [ 120.0196038, 30.272038 ], [ 120.0197527, 30.272119 ], [ 120.0199096, 30.2721677 ], [ 120.0200397, 30.2721943 ], [ 120.020273, 30.2722279 ], [ 120.0204125, 30.2722337 ], [ 120.0204594, 30.2722314 ], [ 120.0206043, 30.2721897 ], [ 120.0206727, 30.272141 ], [ 120.0207344, 30.2720878 ], [ 120.02078, 30.2720704 ], [ 120.0208323, 30.2720716 ], [ 120.0209731, 30.272119 ], [ 120.0211045, 30.2721631 ], [ 120.0211622, 30.272192 ], [ 120.0212091, 30.2722279 ], [ 120.0212762, 30.2723125 ], [ 120.0213459, 30.272375 ], [ 120.021468, 30.2724457 ], [ 120.0215377, 30.2724723 ], [ 120.0216342, 30.2724885 ], [ 120.02194, 30.2725175 ], [ 120.0221057, 30.2725121 ], [ 120.0224126, 30.2725291 ], [ 120.0224394, 30.2723855 ], [ 120.0223276, 30.272397 ], [ 120.0222445, 30.272397 ], [ 120.022117, 30.2723959 ], [ 120.0219266, 30.272382 ], [ 120.0217643, 30.2723472 ], [ 120.0216477, 30.2723067 ], [ 120.0215243, 30.2722407 ], [ 120.0213781, 30.2721561 ], [ 120.0211917, 30.2720241 ], [ 120.0211407, 30.2719939 ], [ 120.0210468, 30.271958 ], [ 120.0208873, 30.2719279 ], [ 120.0208162, 30.2719256 ], [ 120.0207116, 30.2719395 ], [ 120.0206204, 30.2719719 ], [ 120.0205091, 30.272009 ], [ 120.0203843, 30.2720241 ], [ 120.020273, 30.2720125 ], [ 120.0200927, 30.271968 ], [ 120.0199032, 30.2718884 ], [ 120.0197853, 30.2717645 ], [ 120.0197352, 30.2717044 ], [ 120.0197124, 30.2716557 ], [ 120.0196964, 30.2715561 ], [ 120.0197151, 30.2714496 ], [ 120.0197546, 30.2713354 ], [ 120.0198161, 30.2711983 ], [ 120.0198616, 30.2709952 ], [ 120.0196952, 30.2709766 ], [ 120.0195395, 30.2712646 ], [ 120.0193807, 30.2714814 ], [ 120.0193986, 30.2716998 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9918419, 30.2760034 ], [ 119.9918765, 30.2756284 ], [ 119.9919945, 30.2751738 ], [ 119.9920973, 30.2744965 ], [ 119.9920776, 30.2740649 ], [ 119.9920987, 30.2738669 ], [ 119.9923071, 30.2731638 ], [ 119.9924093, 30.2725372 ], [ 119.9924234, 30.2722659 ], [ 119.9923915, 30.2718804 ], [ 119.9924153, 30.2716845 ], [ 119.9925417, 30.271343 ], [ 119.9925838, 30.2711347 ], [ 119.9926709, 30.2705563 ], [ 119.992827, 30.2695629 ], [ 119.9926592, 30.2695615 ], [ 119.9925124, 30.2695766 ], [ 119.9924099, 30.2704674 ], [ 119.992357, 30.2709356 ], [ 119.9922776, 30.2712721 ], [ 119.9921188, 30.2723036 ], [ 119.992107, 30.2725628 ], [ 119.9919971, 30.2730357 ], [ 119.9918492, 30.2739615 ], [ 119.9918818, 30.2742525 ], [ 119.9918765, 30.2743892 ], [ 119.9917383, 30.2749393 ], [ 119.9916914, 30.2751906 ], [ 119.9916337, 30.2754118 ], [ 119.9915266, 30.2760173 ], [ 119.9918419, 30.2760034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9088283, 30.2675842 ], [ 119.9092303, 30.2677546 ], [ 119.9093801, 30.2672905 ], [ 119.9090621, 30.267164 ], [ 119.9083093, 30.2668035 ], [ 119.9078201, 30.2667212 ], [ 119.9073179, 30.2669649 ], [ 119.9071592, 30.2674663 ], [ 119.9088283, 30.2675842 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9240326, 30.2695175 ], [ 119.9240126, 30.2696241 ], [ 119.9241494, 30.2695982 ], [ 119.9242395, 30.2696933 ], [ 119.9245331, 30.2697279 ], [ 119.9248434, 30.2698201 ], [ 119.9252339, 30.2699008 ], [ 119.9253974, 30.2698172 ], [ 119.9254347, 30.2695878 ], [ 119.9255876, 30.2686472 ], [ 119.9255609, 30.2685665 ], [ 119.9238658, 30.2691688 ], [ 119.9237657, 30.2694109 ], [ 119.9240326, 30.2695175 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8648092, 30.2720576 ], [ 119.8653144, 30.273472 ], [ 119.8660866, 30.2738066 ], [ 119.8661544, 30.2730867 ], [ 119.8662784, 30.2721771 ], [ 119.8666122, 30.2719661 ], [ 119.8669687, 30.2724397 ], [ 119.8672825, 30.2721592 ], [ 119.8667438, 30.2715689 ], [ 119.8667281, 30.2705568 ], [ 119.8679549, 30.2682655 ], [ 119.8681373, 30.2674955 ], [ 119.8696173, 30.2669268 ], [ 119.8677965, 30.2658563 ], [ 119.8664989, 30.2648456 ], [ 119.8661671, 30.2653218 ], [ 119.866209, 30.2673808 ], [ 119.8646072, 30.2703805 ], [ 119.8646213, 30.2706678 ], [ 119.8645256, 30.2710802 ], [ 119.8648092, 30.2720576 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9255508, 30.2700449 ], [ 119.9256109, 30.2701746 ], [ 119.9256743, 30.2703215 ], [ 119.9259112, 30.2703158 ], [ 119.926038, 30.2702524 ], [ 119.9261314, 30.2700622 ], [ 119.9260213, 30.269993 ], [ 119.9260213, 30.2699123 ], [ 119.9260914, 30.2698518 ], [ 119.926058, 30.2697826 ], [ 119.9258011, 30.2696731 ], [ 119.9255876, 30.2697077 ], [ 119.9255208, 30.2698086 ], [ 119.9254941, 30.2699037 ], [ 119.9254608, 30.2699815 ], [ 119.9255508, 30.2700449 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9261982, 30.2700679 ], [ 119.9261882, 30.2701717 ], [ 119.9264151, 30.2701601 ], [ 119.9265085, 30.2701918 ], [ 119.9264918, 30.2702985 ], [ 119.926385, 30.27031 ], [ 119.926365, 30.2703475 ], [ 119.9264518, 30.2704397 ], [ 119.9265485, 30.2703331 ], [ 119.9266753, 30.2703302 ], [ 119.9267855, 30.2702697 ], [ 119.9268922, 30.2701342 ], [ 119.9269723, 30.2700939 ], [ 119.9269523, 30.2699757 ], [ 119.9268889, 30.2699411 ], [ 119.9267087, 30.2699872 ], [ 119.926702, 30.2699238 ], [ 119.9265619, 30.2698403 ], [ 119.9261748, 30.2698374 ], [ 119.9261515, 30.2700132 ], [ 119.9261982, 30.2700679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8757941, 30.2724033 ], [ 119.8761819, 30.272483 ], [ 119.8768361, 30.272341 ], [ 119.8768584, 30.2719767 ], [ 119.8765904, 30.271809 ], [ 119.8763959, 30.2713538 ], [ 119.8767572, 30.2701083 ], [ 119.8766845, 30.2697774 ], [ 119.8767296, 30.2694976 ], [ 119.8762306, 30.2693889 ], [ 119.8762415, 30.2692814 ], [ 119.8761131, 30.2691409 ], [ 119.876014, 30.2691827 ], [ 119.8759758, 30.2693945 ], [ 119.8759853, 30.2695177 ], [ 119.8758678, 30.2695402 ], [ 119.8757203, 30.2697386 ], [ 119.8757963, 30.2700086 ], [ 119.8755551, 30.2703724 ], [ 119.8755809, 30.2706341 ], [ 119.8756774, 30.2712438 ], [ 119.875417, 30.2717316 ], [ 119.8757941, 30.2724033 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9283249, 30.2710384 ], [ 119.9288298, 30.2714357 ], [ 119.9289324, 30.2715977 ], [ 119.9289195, 30.2717821 ], [ 119.9290103, 30.2718535 ], [ 119.929205, 30.2718861 ], [ 119.9293347, 30.2718372 ], [ 119.9294078, 30.2718175 ], [ 119.9296152, 30.2719395 ], [ 119.9298477, 30.271958 ], [ 119.9300068, 30.2719256 ], [ 119.9300533, 30.2717712 ], [ 119.929828, 30.2716554 ], [ 119.9298781, 30.271521 ], [ 119.9299621, 30.2713619 ], [ 119.9299871, 30.2712924 ], [ 119.9301695, 30.2711612 ], [ 119.9302697, 30.2710438 ], [ 119.9302411, 30.2709017 ], [ 119.9303126, 30.2708693 ], [ 119.9305093, 30.2709311 ], [ 119.9306094, 30.2709326 ], [ 119.9305969, 30.2708152 ], [ 119.9304467, 30.2706902 ], [ 119.9302732, 30.2706469 ], [ 119.9300462, 30.2705682 ], [ 119.9298226, 30.2705944 ], [ 119.9296492, 30.270511 ], [ 119.9293148, 30.2704755 ], [ 119.9290484, 30.2705033 ], [ 119.9289786, 30.270545 ], [ 119.929009, 30.2705666 ], [ 119.9291002, 30.2705743 ], [ 119.9291396, 30.2706515 ], [ 119.9290359, 30.2707874 ], [ 119.9289876, 30.2708863 ], [ 119.9288463, 30.270911 ], [ 119.9287641, 30.2708044 ], [ 119.9287176, 30.2707071 ], [ 119.9286514, 30.2707828 ], [ 119.9284493, 30.2708847 ], [ 119.9284368, 30.2709959 ], [ 119.9283084, 30.2709976 ], [ 119.9283249, 30.2710384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8814602, 30.2733123 ], [ 119.8815981, 30.2732434 ], [ 119.8822742, 30.2730458 ], [ 119.8826844, 30.2731905 ], [ 119.8831007, 30.2731694 ], [ 119.8836086, 30.2727303 ], [ 119.8832843, 30.2721829 ], [ 119.8827148, 30.2724784 ], [ 119.8821405, 30.2726212 ], [ 119.8815509, 30.2727115 ], [ 119.8810712, 30.2731856 ], [ 119.8814602, 30.2733123 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9063409, 30.2727467 ], [ 119.9064136, 30.2725676 ], [ 119.9065276, 30.2725732 ], [ 119.9067562, 30.2727161 ], [ 119.907029, 30.2727373 ], [ 119.90704, 30.2729339 ], [ 119.9074399, 30.2729798 ], [ 119.9072798, 30.274192 ], [ 119.9080691, 30.2743952 ], [ 119.9086741, 30.274519 ], [ 119.9086741, 30.2743058 ], [ 119.9081771, 30.2742946 ], [ 119.9081836, 30.2733579 ], [ 119.9086158, 30.2733935 ], [ 119.9093061, 30.2734316 ], [ 119.9094069, 30.2734371 ], [ 119.9095106, 30.2735241 ], [ 119.9098493, 30.2735402 ], [ 119.9104035, 30.2729419 ], [ 119.9106781, 30.272518 ], [ 119.9079093, 30.2720777 ], [ 119.9078669, 30.2723038 ], [ 119.9069674, 30.2722444 ], [ 119.9065737, 30.2722855 ], [ 119.9065069, 30.272461 ], [ 119.9059314, 30.2724616 ], [ 119.905916, 30.272708 ], [ 119.9063409, 30.2727467 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9086903, 30.2741843 ], [ 119.9090244, 30.274277 ], [ 119.9091274, 30.2739407 ], [ 119.9086607, 30.2737583 ], [ 119.9086903, 30.2741843 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9976915, 30.2733676 ], [ 119.9980737, 30.2734024 ], [ 119.9983124, 30.2734429 ], [ 119.9988556, 30.2735981 ], [ 119.9989803, 30.2736282 ], [ 119.9994363, 30.2736722 ], [ 119.9994523, 30.2734398 ], [ 119.9991674, 30.2734707 ], [ 119.9990098, 30.2734574 ], [ 119.9988838, 30.2734284 ], [ 119.9987718, 30.2733856 ], [ 119.9983782, 30.2732645 ], [ 119.9981877, 30.2732194 ], [ 119.9979611, 30.2731858 ], [ 119.9924234, 30.2722659 ], [ 119.9924093, 30.2725372 ], [ 119.9976915, 30.2733676 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0056953, 30.2752992 ], [ 120.0057947, 30.2748812 ], [ 120.0059475, 30.2745268 ], [ 120.0061219, 30.2741307 ], [ 120.006366, 30.2739592 ], [ 120.0064733, 30.2738874 ], [ 120.0065752, 30.2738921 ], [ 120.00672, 30.2739245 ], [ 120.0068729, 30.2739245 ], [ 120.0069078, 30.2739175 ], [ 120.0069105, 30.2738573 ], [ 120.0068514, 30.2738365 ], [ 120.0068166, 30.2738295 ], [ 120.0067737, 30.2737994 ], [ 120.00672, 30.2737855 ], [ 120.0066503, 30.27376 ], [ 120.0065457, 30.2737508 ], [ 120.0064303, 30.2736581 ], [ 120.0063955, 30.2736071 ], [ 120.0063713, 30.2734334 ], [ 120.0064008, 30.273306 ], [ 120.0064598, 30.2731902 ], [ 120.006484, 30.2730188 ], [ 120.006492, 30.2728821 ], [ 120.0064625, 30.2726505 ], [ 120.0064142, 30.2723725 ], [ 120.0063955, 30.2723076 ], [ 120.0063767, 30.2721594 ], [ 120.0064169, 30.2719578 ], [ 120.0058193, 30.2720239 ], [ 120.0058598, 30.2722717 ], [ 120.0059061, 30.272414 ], [ 120.0059506, 30.2726489 ], [ 120.0058892, 30.2728716 ], [ 120.0058191, 30.273049 ], [ 120.0058148, 30.2732449 ], [ 120.005799, 30.2735267 ], [ 120.0057042, 30.2739011 ], [ 120.0057063, 30.2741383 ], [ 120.0054637, 30.2745669 ], [ 120.0053972, 30.2746275 ], [ 120.0053379, 30.2747593 ], [ 120.0053756, 30.274795 ], [ 120.0053949, 30.2748807 ], [ 120.0053025, 30.275231 ], [ 120.0056953, 30.2752992 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0004817, 30.2737736 ], [ 120.0007425, 30.2738674 ], [ 120.000878, 30.2739172 ], [ 120.0018543, 30.2741019 ], [ 120.0020568, 30.2741031 ], [ 120.0021735, 30.2740938 ], [ 120.0022539, 30.274088 ], [ 120.002545, 30.2741401 ], [ 120.0026777, 30.2741749 ], [ 120.0053379, 30.2747593 ], [ 120.0053972, 30.2746275 ], [ 120.0054637, 30.2745669 ], [ 120.000878, 30.273733 ], [ 120.0007962, 30.273718 ], [ 120.0005125, 30.2736879 ], [ 120.0004705, 30.2737107 ], [ 120.0004817, 30.2737736 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9969506, 30.2771229 ], [ 119.9979571, 30.2773208 ], [ 119.9980724, 30.2774282 ], [ 119.9980589, 30.2775123 ], [ 119.9983379, 30.2775394 ], [ 119.9983875, 30.2774699 ], [ 119.9984466, 30.2774444 ], [ 119.9985082, 30.2774479 ], [ 119.9989173, 30.2775325 ], [ 119.9990367, 30.277573 ], [ 119.9990564, 30.2775399 ], [ 119.9990758, 30.2775074 ], [ 119.9989602, 30.2773889 ], [ 119.9988851, 30.2772962 ], [ 119.998873, 30.2772013 ], [ 119.9998326, 30.2737406 ], [ 119.9998949, 30.2736925 ], [ 119.9999379, 30.2736705 ], [ 120.0000294, 30.273647 ], [ 120.0000465, 30.2736392 ], [ 120.0000569, 30.2736195 ], [ 120.0000572, 30.2735865 ], [ 120.0000488, 30.2735755 ], [ 120.0000373, 30.2735664 ], [ 119.9994523, 30.2734398 ], [ 119.9994363, 30.2736722 ], [ 119.9994618, 30.2737203 ], [ 119.9994752, 30.2737973 ], [ 119.9994591, 30.2739189 ], [ 119.9994068, 30.2741911 ], [ 119.9992298, 30.2747007 ], [ 119.9988509, 30.2762724 ], [ 119.9985914, 30.2771132 ], [ 119.9985552, 30.2771572 ], [ 119.9984707, 30.27717 ], [ 119.9982843, 30.2771758 ], [ 119.9981475, 30.2771989 ], [ 119.9969961, 30.2769397 ], [ 119.9968044, 30.2768152 ], [ 119.9963363, 30.2767398 ], [ 119.9963026, 30.2769611 ], [ 119.9969506, 30.2771229 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0016666, 30.2780904 ], [ 120.0017497, 30.2780974 ], [ 120.0018632, 30.2781257 ], [ 120.0020072, 30.2781946 ], [ 120.0020984, 30.2782711 ], [ 120.0022218, 30.2783614 ], [ 120.0024096, 30.2784332 ], [ 120.0026537, 30.2784749 ], [ 120.0028602, 30.2785097 ], [ 120.0032142, 30.278607 ], [ 120.0037158, 30.278688 ], [ 120.0038526, 30.2787367 ], [ 120.0038982, 30.2788224 ], [ 120.0038794, 30.2789034 ], [ 120.0036668, 30.2794586 ], [ 120.003925, 30.2795281 ], [ 120.0042196, 30.2789073 ], [ 120.0042504, 30.2788557 ], [ 120.0043105, 30.2787598 ], [ 120.0043791, 30.2786456 ], [ 120.0044348, 30.278608 ], [ 120.0047045, 30.2785951 ], [ 120.005139, 30.2785823 ], [ 120.0058328, 30.2785536 ], [ 120.0060534, 30.2785638 ], [ 120.0066763, 30.2785819 ], [ 120.006801, 30.2786092 ], [ 120.0069036, 30.2786478 ], [ 120.0070746, 30.2787106 ], [ 120.0072354, 30.2787601 ], [ 120.0075029, 30.2788248 ], [ 120.0076863, 30.2788956 ], [ 120.0079056, 30.2790097 ], [ 120.0081298, 30.2791181 ], [ 120.0083532, 30.2791654 ], [ 120.0086344, 30.2791887 ], [ 120.0087865, 30.2792091 ], [ 120.0088683, 30.27923 ], [ 120.0090344, 30.2792822 ], [ 120.0092063, 30.279332 ], [ 120.0093813, 30.2793848 ], [ 120.0095138, 30.2794288 ], [ 120.009623, 30.2794517 ], [ 120.0096889, 30.2794556 ], [ 120.0097541, 30.2794559 ], [ 120.0098366, 30.2794617 ], [ 120.0099332, 30.2793088 ], [ 120.0098593, 30.2792876 ], [ 120.0097782, 30.2792758 ], [ 120.0096967, 30.2792729 ], [ 120.0095849, 30.2792684 ], [ 120.0095041, 30.2792639 ], [ 120.0093986, 30.2792475 ], [ 120.0092849, 30.2792164 ], [ 120.0091504, 30.2791638 ], [ 120.0090549, 30.2791274 ], [ 120.0089376, 30.2790883 ], [ 120.0088186, 30.2790644 ], [ 120.0086874, 30.2790504 ], [ 120.0085813, 30.2790253 ], [ 120.0084409, 30.2789983 ], [ 120.0083089, 30.278955 ], [ 120.0082036, 30.2789051 ], [ 120.0080786, 30.2788448 ], [ 120.0079602, 30.2788139 ], [ 120.0078687, 30.2787994 ], [ 120.0077282, 30.2787475 ], [ 120.0075795, 30.2787025 ], [ 120.0073779, 30.2786482 ], [ 120.0072154, 30.2786025 ], [ 120.0070955, 30.2785624 ], [ 120.0070303, 30.2785336 ], [ 120.006961, 30.2784936 ], [ 120.0068966, 30.2784439 ], [ 120.0068195, 30.2784172 ], [ 120.0067154, 30.2784176 ], [ 120.0061347, 30.2783717 ], [ 120.0060731, 30.278367 ], [ 120.0059394, 30.2783939 ], [ 120.0058187, 30.2783978 ], [ 120.0056926, 30.2784031 ], [ 120.0054834, 30.2783985 ], [ 120.0052554, 30.2783985 ], [ 120.0050515, 30.2783985 ], [ 120.0046482, 30.278406 ], [ 120.0045309, 30.2784133 ], [ 120.0044454, 30.2783889 ], [ 120.0044299, 30.2782643 ], [ 120.0044722, 30.278146 ], [ 120.0045875, 30.2778495 ], [ 120.0047029, 30.2776225 ], [ 120.0048182, 30.2774187 ], [ 120.004904, 30.2773168 ], [ 120.0049469, 30.2773052 ], [ 120.005014, 30.2773005 ], [ 120.0050623, 30.2773098 ], [ 120.0052688, 30.2773376 ], [ 120.0055511, 30.2773947 ], [ 120.0059259, 30.2774622 ], [ 120.0060815, 30.2774859 ], [ 120.0061915, 30.2774998 ], [ 120.0062121, 30.2774066 ], [ 120.0061352, 30.2773978 ], [ 120.0058723, 30.2773561 ], [ 120.0055343, 30.2772843 ], [ 120.0050783, 30.2771624 ], [ 120.0050059, 30.2770782 ], [ 120.0050328, 30.2769276 ], [ 120.0051186, 30.2767423 ], [ 120.0051226, 30.2767344 ], [ 120.0051857, 30.276608 ], [ 120.005368, 30.2761354 ], [ 120.0055478, 30.275693 ], [ 120.0056516, 30.2754509 ], [ 120.0056738, 30.2753919 ], [ 120.0056953, 30.2752992 ], [ 120.0053025, 30.275231 ], [ 120.0052243, 30.2754618 ], [ 120.0050688, 30.2758118 ], [ 120.0049566, 30.2760938 ], [ 120.0048665, 30.2763647 ], [ 120.0047056, 30.276737 ], [ 120.0046304, 30.277025 ], [ 120.0045318, 30.2772424 ], [ 120.0043944, 30.2774859 ], [ 120.0043139, 30.2776295 ], [ 120.0042903, 30.2776846 ], [ 120.0042243, 30.2779123 ], [ 120.0041611, 30.2781599 ], [ 120.0041481, 30.2781896 ], [ 120.0040672, 30.2783753 ], [ 120.0039787, 30.2785143 ], [ 120.003858, 30.2785583 ], [ 120.0037748, 30.278549 ], [ 120.0037051, 30.2785421 ], [ 120.003493, 30.2784554 ], [ 120.0031353, 30.2784134 ], [ 120.0027101, 30.2783086 ], [ 120.0023637, 30.2782511 ], [ 120.0022426, 30.2782121 ], [ 120.0020754, 30.2781128 ], [ 120.0018865, 30.2779561 ], [ 120.0015816, 30.2778627 ], [ 120.0015767, 30.2779529 ], [ 120.0015714, 30.278051 ], [ 120.0016666, 30.2780904 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9995154, 30.2776819 ], [ 119.9996256, 30.2776962 ], [ 119.9996804, 30.2776981 ], [ 119.9998265, 30.2777032 ], [ 120.0001337, 30.277705 ], [ 120.0004622, 30.2776853 ], [ 120.0006352, 30.2776969 ], [ 120.0008632, 30.2777629 ], [ 120.0015714, 30.278051 ], [ 120.0015767, 30.2779529 ], [ 120.0015816, 30.2778627 ], [ 120.0011509, 30.2778084 ], [ 120.0006621, 30.2776101 ], [ 120.0004703, 30.2775869 ], [ 120.0000827, 30.2775869 ], [ 119.9998621, 30.2775991 ], [ 119.9996932, 30.2775997 ], [ 119.9996227, 30.2775951 ], [ 119.9994457, 30.2775713 ], [ 119.9994347, 30.2776098 ], [ 119.9994258, 30.2776463 ], [ 119.9995154, 30.2776819 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9931802, 30.2795825 ], [ 119.9931931, 30.2794766 ], [ 119.9932479, 30.2794501 ], [ 119.9933528, 30.2794446 ], [ 119.9933819, 30.2793874 ], [ 119.9934028, 30.2791868 ], [ 119.9934641, 30.2791464 ], [ 119.9936916, 30.2791548 ], [ 119.9937691, 30.2791436 ], [ 119.9938271, 30.2791715 ], [ 119.993832, 30.279237 ], [ 119.9938675, 30.279322 ], [ 119.9938288, 30.279393 ], [ 119.9938175, 30.2794501 ], [ 119.9938223, 30.2795546 ], [ 119.9938063, 30.2795997 ], [ 119.9937755, 30.2796319 ], [ 119.9937935, 30.2796553 ], [ 119.9938515, 30.2796533 ], [ 119.9938861, 30.279719 ], [ 119.9939726, 30.2797223 ], [ 119.9939698, 30.279638 ], [ 119.9939659, 30.2795811 ], [ 119.9939514, 30.2795505 ], [ 119.9939016, 30.2794915 ], [ 119.9938969, 30.2794741 ], [ 119.9939029, 30.2794394 ], [ 119.9939237, 30.2794214 ], [ 119.9939693, 30.2794106 ], [ 119.9939855, 30.2794107 ], [ 119.9940045, 30.2794197 ], [ 119.9940162, 30.2794261 ], [ 119.9940417, 30.2794434 ], [ 119.9940585, 30.2794533 ], [ 119.9940826, 30.2794533 ], [ 119.9942435, 30.2794168 ], [ 119.994265, 30.2794012 ], [ 119.9942663, 30.2793907 ], [ 119.9942509, 30.2793681 ], [ 119.9942355, 30.2793624 ], [ 119.9941865, 30.2793676 ], [ 119.9940779, 30.2793826 ], [ 119.9940149, 30.2793803 ], [ 119.9939425, 30.2793653 ], [ 119.9939284, 30.2793554 ], [ 119.9939197, 30.2793241 ], [ 119.9939089, 30.2792593 ], [ 119.9939089, 30.2792489 ], [ 119.9939223, 30.2792315 ], [ 119.9939284, 30.279213 ], [ 119.9939277, 30.2791938 ], [ 119.9939197, 30.2791788 ], [ 119.9939069, 30.2791649 ], [ 119.9939009, 30.2791435 ], [ 119.9939277, 30.2791081 ], [ 119.9939834, 30.2790844 ], [ 119.9940821, 30.2790935 ], [ 119.9941766, 30.2790603 ], [ 119.9942305, 30.2790294 ], [ 119.9941946, 30.2789805 ], [ 119.9941353, 30.2789667 ], [ 119.9940475, 30.2789471 ], [ 119.9939465, 30.2789402 ], [ 119.9937416, 30.2789235 ], [ 119.9936093, 30.2789249 ], [ 119.9935303, 30.2789625 ], [ 119.9934109, 30.2790043 ], [ 119.9932754, 30.2790238 ], [ 119.9932286, 30.2790781 ], [ 119.9932254, 30.279269 ], [ 119.993177, 30.2794362 ], [ 119.9931479, 30.2794515 ], [ 119.9931431, 30.2795184 ], [ 119.9931366, 30.2795825 ], [ 119.9931802, 30.2795825 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0191291, 30.2795569 ], [ 120.0191794, 30.2794237 ], [ 120.0191143, 30.2794052 ], [ 120.0190788, 30.2795135 ], [ 120.0191291, 30.2795569 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0192183, 30.2797324 ], [ 120.0193055, 30.2794787 ], [ 120.0192277, 30.2794579 ], [ 120.0191553, 30.2796687 ], [ 120.0192183, 30.2797324 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0100974, 30.2795784 ], [ 120.0101524, 30.2795854 ], [ 120.0102449, 30.2796004 ], [ 120.0102932, 30.2796027 ], [ 120.0103361, 30.2796108 ], [ 120.0104635, 30.2796319 ], [ 120.0105226, 30.2796433 ], [ 120.0106272, 30.2796583 ], [ 120.0106821, 30.2796618 ], [ 120.0107331, 30.2796491 ], [ 120.0108163, 30.2796549 ], [ 120.0108645, 30.2796433 ], [ 120.0109262, 30.2796375 ], [ 120.0110121, 30.279641 ], [ 120.011114, 30.2796491 ], [ 120.0111904, 30.2796722 ], [ 120.0112628, 30.2796757 ], [ 120.0113383, 30.2796914 ], [ 120.0113406, 30.2796919 ], [ 120.0114372, 30.279707 ], [ 120.0115069, 30.2797197 ], [ 120.0115887, 30.2797255 ], [ 120.0117228, 30.2797579 ], [ 120.0117832, 30.2797637 ], [ 120.0117939, 30.2797637 ], [ 120.0118261, 30.2797672 ], [ 120.0118704, 30.2797892 ], [ 120.0118865, 30.2798019 ], [ 120.011928, 30.2798158 ], [ 120.0119629, 30.2798332 ], [ 120.0119844, 30.2798402 ], [ 120.0120273, 30.2798541 ], [ 120.0120662, 30.2798795 ], [ 120.0121091, 30.2798946 ], [ 120.0121432, 30.2799178 ], [ 120.0121713, 30.2799297 ], [ 120.0121979, 30.2799494 ], [ 120.0122238, 30.2799582 ], [ 120.0122365, 30.2799618 ], [ 120.0122727, 30.2799849 ], [ 120.0123116, 30.2800023 ], [ 120.0123518, 30.2800185 ], [ 120.0123626, 30.2800174 ], [ 120.0123719, 30.2799965 ], [ 120.012384, 30.279978 ], [ 120.0124028, 30.2799606 ], [ 120.0124806, 30.2799421 ], [ 120.0125275, 30.2799386 ], [ 120.0125382, 30.2799201 ], [ 120.0126817, 30.2799062 ], [ 120.0126817, 30.2799201 ], [ 120.0127287, 30.2799143 ], [ 120.0128105, 30.2798969 ], [ 120.0128802, 30.2798957 ], [ 120.0129218, 30.2798911 ], [ 120.0129728, 30.2798761 ], [ 120.0130197, 30.2798471 ], [ 120.0130653, 30.2798332 ], [ 120.0131297, 30.2798124 ], [ 120.0133657, 30.2798425 ], [ 120.013411, 30.2798473 ], [ 120.0134923, 30.2798596 ], [ 120.0136428, 30.2798912 ], [ 120.0137383, 30.2798947 ], [ 120.0138786, 30.2799123 ], [ 120.0140546, 30.2799302 ], [ 120.0142424, 30.2799579 ], [ 120.0143562, 30.2799684 ], [ 120.0145168, 30.2799737 ], [ 120.0146307, 30.2799825 ], [ 120.014775, 30.2800018 ], [ 120.0148136, 30.2800088 ], [ 120.0148909, 30.2800183 ], [ 120.0149518, 30.2800264 ], [ 120.0150218, 30.2800411 ], [ 120.0150587, 30.2800496 ], [ 120.0151145, 30.2800527 ], [ 120.0151714, 30.280058 ], [ 120.015256, 30.2800735 ], [ 120.0152586, 30.2799264 ], [ 120.0152019, 30.2799298 ], [ 120.0150636, 30.279921 ], [ 120.0149783, 30.2799035 ], [ 120.0149031, 30.2798807 ], [ 120.01484, 30.2798508 ], [ 120.0146977, 30.2798157 ], [ 120.0146754, 30.2798175 ], [ 120.0145348, 30.2798223 ], [ 120.0144462, 30.2798175 ], [ 120.0143803, 30.2798108 ], [ 120.0143018, 30.2798062 ], [ 120.0142566, 30.2798034 ], [ 120.0140818, 30.2797718 ], [ 120.0140737, 30.2798052 ], [ 120.0138521, 30.2797841 ], [ 120.0138542, 30.2797613 ], [ 120.0135094, 30.2797116 ], [ 120.0134264, 30.2796947 ], [ 120.0132315, 30.2796551 ], [ 120.0132137, 30.2796572 ], [ 120.0131615, 30.2796632 ], [ 120.012991, 30.2797116 ], [ 120.0128556, 30.2797242 ], [ 120.0127725, 30.2797278 ], [ 120.0126968, 30.279744 ], [ 120.0126373, 30.2797733 ], [ 120.0125661, 30.2798023 ], [ 120.0124131, 30.2798179 ], [ 120.0122415, 30.2798124 ], [ 120.0121318, 30.2797882 ], [ 120.0119613, 30.2797338 ], [ 120.0118726, 30.2796894 ], [ 120.0117558, 30.279635 ], [ 120.0117231, 30.279637 ], [ 120.0116578, 30.2796491 ], [ 120.0116111, 30.2796451 ], [ 120.0115667, 30.2796309 ], [ 120.0115457, 30.2796309 ], [ 120.011492, 30.279637 ], [ 120.0114102, 30.2796209 ], [ 120.0113449, 30.2796088 ], [ 120.0112461, 30.2795857 ], [ 120.0111173, 30.2795695 ], [ 120.0110503, 30.2795621 ], [ 120.0109698, 30.2795556 ], [ 120.0105209, 30.2795064 ], [ 120.0103702, 30.2794824 ], [ 120.0102831, 30.2794821 ], [ 120.0102031, 30.2794457 ], [ 120.0101636, 30.2794368 ], [ 120.0099332, 30.2793088 ], [ 120.0098366, 30.2794617 ], [ 120.0100974, 30.2795784 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0190131, 30.2798899 ], [ 120.019117, 30.279594 ], [ 120.0190674, 30.2795453 ], [ 120.0189453, 30.2798737 ], [ 120.0190131, 30.2798899 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0011053, 30.2795326 ], [ 120.0011348, 30.2795436 ], [ 120.0012147, 30.2795599 ], [ 120.0012299, 30.2795765 ], [ 120.0012322, 30.2796037 ], [ 120.0012307, 30.2796681 ], [ 120.0012273, 30.2797017 ], [ 120.0012361, 30.2797318 ], [ 120.0012535, 30.2797556 ], [ 120.0012689, 30.2797729 ], [ 120.0012696, 30.2798088 ], [ 120.0012749, 30.2798372 ], [ 120.0012723, 30.279865 ], [ 120.0014003, 30.2798957 ], [ 120.0013963, 30.2799096 ], [ 120.0016578, 30.2799669 ], [ 120.0016598, 30.2799119 ], [ 120.0016464, 30.2798291 ], [ 120.0016035, 30.2797434 ], [ 120.0015593, 30.2796485 ], [ 120.0014754, 30.2795922 ], [ 120.001395, 30.2795702 ], [ 120.0012757, 30.2795367 ], [ 120.0011536, 30.2795164 ], [ 120.0011107, 30.2795054 ], [ 120.0011033, 30.2795181 ], [ 120.0011053, 30.2795326 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0191486, 30.2799304 ], [ 120.0192009, 30.2797914 ], [ 120.0191446, 30.2797046 ], [ 120.0190708, 30.2799049 ], [ 120.0191486, 30.2799304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9934155, 30.2788007 ], [ 119.993459, 30.2787968 ], [ 119.9935404, 30.278792 ], [ 119.9936006, 30.2787872 ], [ 119.9936864, 30.2787776 ], [ 119.993789, 30.2787603 ], [ 119.9938759, 30.2787391 ], [ 119.9939818, 30.2787439 ], [ 119.9940744, 30.2787574 ], [ 119.9941256, 30.2787843 ], [ 119.9941758, 30.2788132 ], [ 119.9942338, 30.278819 ], [ 119.9943018, 30.2788238 ], [ 119.994391, 30.2788248 ], [ 119.9944333, 30.2788074 ], [ 119.9944913, 30.278793 ], [ 119.9945727, 30.2787862 ], [ 119.9947076, 30.2788036 ], [ 119.9947566, 30.2788132 ], [ 119.9948257, 30.2788161 ], [ 119.9948893, 30.2788267 ], [ 119.994945, 30.2788498 ], [ 119.9950074, 30.2788633 ], [ 119.9950676, 30.2788883 ], [ 119.995159, 30.2788979 ], [ 119.995246, 30.2789047 ], [ 119.9953374, 30.2789066 ], [ 119.9954021, 30.2789403 ], [ 119.99545, 30.2790183 ], [ 119.9954511, 30.2791068 ], [ 119.9954946, 30.2792175 ], [ 119.9955358, 30.279309 ], [ 119.9955202, 30.2794014 ], [ 119.9954444, 30.2795468 ], [ 119.9953541, 30.2797278 ], [ 119.9952382, 30.2799636 ], [ 119.9951646, 30.2801119 ], [ 119.9950866, 30.2801706 ], [ 119.9950141, 30.2802736 ], [ 119.9949918, 30.2803785 ], [ 119.9948792, 30.2805643 ], [ 119.994838, 30.2807463 ], [ 119.9948112, 30.280831 ], [ 119.9947923, 30.2809311 ], [ 119.9947767, 30.2810091 ], [ 119.9947177, 30.2811041 ], [ 119.9947022, 30.2811725 ], [ 119.9946966, 30.2812615 ], [ 119.9946981, 30.2813337 ], [ 119.9947097, 30.2813774 ], [ 119.9948034, 30.2813813 ], [ 119.9949053, 30.2813871 ], [ 119.9948688, 30.2813322 ], [ 119.9948566, 30.2812909 ], [ 119.9948508, 30.2812433 ], [ 119.9948505, 30.2811974 ], [ 119.9948137, 30.2811528 ], [ 119.9948359, 30.2810671 ], [ 119.9948774, 30.2809093 ], [ 119.9948984, 30.2808317 ], [ 119.9949042, 30.280746 ], [ 119.9949656, 30.2806145 ], [ 119.9950094, 30.280478 ], [ 119.9950784, 30.2803095 ], [ 119.9950952, 30.2802421 ], [ 119.9951587, 30.2801583 ], [ 119.9952144, 30.2801323 ], [ 119.9952945, 30.2799948 ], [ 119.9953605, 30.2798919 ], [ 119.9954286, 30.2797613 ], [ 119.9954861, 30.2796602 ], [ 119.9955585, 30.2795812 ], [ 119.995682, 30.279515 ], [ 119.9957778, 30.2794598 ], [ 119.9959055, 30.2793661 ], [ 119.9961903, 30.2791969 ], [ 119.9964356, 30.2791252 ], [ 119.996757, 30.2790499 ], [ 119.9969955, 30.2790333 ], [ 119.9974, 30.2790076 ], [ 119.9977321, 30.2789763 ], [ 119.9979322, 30.2789984 ], [ 119.9981004, 30.2790921 ], [ 119.9982071, 30.2791286 ], [ 119.9982729, 30.2791815 ], [ 119.9983453, 30.2792287 ], [ 119.9985512, 30.2790828 ], [ 119.9985557, 30.2790048 ], [ 119.998559, 30.278949 ], [ 119.9985401, 30.2788883 ], [ 119.9985189, 30.2788498 ], [ 119.9985111, 30.2788104 ], [ 119.99852, 30.2787805 ], [ 119.9985267, 30.2787401 ], [ 119.9985077, 30.2787064 ], [ 119.9985122, 30.2786573 ], [ 119.9982045, 30.2786159 ], [ 119.9981644, 30.2786226 ], [ 119.9981209, 30.2786043 ], [ 119.9980395, 30.2786014 ], [ 119.9980128, 30.2786246 ], [ 119.9979615, 30.2786265 ], [ 119.9979147, 30.2786236 ], [ 119.9978623, 30.278588 ], [ 119.9978188, 30.2785562 ], [ 119.9977018, 30.2785341 ], [ 119.9975502, 30.2785004 ], [ 119.9974576, 30.2785061 ], [ 119.9974063, 30.2785523 ], [ 119.9973506, 30.2785389 ], [ 119.9972949, 30.2784869 ], [ 119.9972124, 30.2784561 ], [ 119.997131, 30.2784445 ], [ 119.9969738, 30.2784387 ], [ 119.9967687, 30.2784262 ], [ 119.9966829, 30.2784262 ], [ 119.9966015, 30.278433 ], [ 119.9965312, 30.2784407 ], [ 119.9964666, 30.278459 ], [ 119.9963886, 30.2784503 ], [ 119.9963094, 30.2784339 ], [ 119.9962604, 30.2784233 ], [ 119.9961767, 30.2784359 ], [ 119.9960407, 30.2784561 ], [ 119.995975, 30.2784426 ], [ 119.995907, 30.2784108 ], [ 119.995878, 30.2783791 ], [ 119.9958133, 30.2783434 ], [ 119.9956952, 30.2783406 ], [ 119.9956784, 30.2783675 ], [ 119.9956673, 30.2783983 ], [ 119.9956361, 30.2784301 ], [ 119.9956283, 30.2784609 ], [ 119.9956182, 30.2785254 ], [ 119.9956283, 30.2786005 ], [ 119.9956595, 30.2786409 ], [ 119.9956517, 30.2787112 ], [ 119.9956138, 30.2787767 ], [ 119.9955636, 30.2787786 ], [ 119.9955313, 30.2788027 ], [ 119.9954722, 30.2788161 ], [ 119.9953897, 30.2788181 ], [ 119.9953462, 30.2788402 ], [ 119.9952348, 30.278845 ], [ 119.9951344, 30.2788181 ], [ 119.9950051, 30.2787353 ], [ 119.9949527, 30.278717 ], [ 119.9949014, 30.2787227 ], [ 119.9948569, 30.2787112 ], [ 119.9948145, 30.2786968 ], [ 119.9947443, 30.2786823 ], [ 119.9946818, 30.27869 ], [ 119.9946161, 30.2787083 ], [ 119.9945347, 30.2787016 ], [ 119.9944522, 30.2787199 ], [ 119.9943831, 30.2787256 ], [ 119.9942359, 30.2787237 ], [ 119.994149, 30.2787122 ], [ 119.9940921, 30.2786948 ], [ 119.9940364, 30.2786717 ], [ 119.9939171, 30.2786765 ], [ 119.9938536, 30.2786573 ], [ 119.9937978, 30.278664 ], [ 119.9937376, 30.2786968 ], [ 119.9936997, 30.2787064 ], [ 119.9936406, 30.2787035 ], [ 119.9935983, 30.2787227 ], [ 119.9935236, 30.2787362 ], [ 119.9933775, 30.2787632 ], [ 119.9932852, 30.2787557 ], [ 119.9932842, 30.2787748 ], [ 119.9932826, 30.2788034 ], [ 119.9934155, 30.2788007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.01957, 30.2801725 ], [ 120.0195773, 30.2801956 ], [ 120.0196202, 30.2802017 ], [ 120.0196501, 30.2802191 ], [ 120.0196672, 30.2802246 ], [ 120.0196782, 30.28022 ], [ 120.0196769, 30.2802032 ], [ 120.0196769, 30.2801823 ], [ 120.0196625, 30.2801629 ], [ 120.0196504, 30.2801545 ], [ 120.0196397, 30.2801525 ], [ 120.0196363, 30.2801432 ], [ 120.019638, 30.2801267 ], [ 120.0196477, 30.2801201 ], [ 120.0196682, 30.280116 ], [ 120.0196977, 30.2801163 ], [ 120.0197252, 30.2801204 ], [ 120.0197406, 30.2801279 ], [ 120.0197443, 30.2801412 ], [ 120.0197466, 30.280156 ], [ 120.0197621, 30.2801647 ], [ 120.0197691, 30.2801479 ], [ 120.019865, 30.2801745 ], [ 120.019861, 30.2801872 ], [ 120.0198687, 30.280189 ], [ 120.0198918, 30.2801835 ], [ 120.0199156, 30.2801707 ], [ 120.019926, 30.2801444 ], [ 120.0199327, 30.280118 ], [ 120.0199431, 30.2800885 ], [ 120.0199388, 30.280079 ], [ 120.0199428, 30.2800558 ], [ 120.0199538, 30.2800283 ], [ 120.019974, 30.280017 ], [ 120.0199934, 30.2800014 ], [ 120.0200155, 30.2799953 ], [ 120.0200477, 30.2799993 ], [ 120.0200638, 30.2799976 ], [ 120.0200823, 30.279977 ], [ 120.0201, 30.2799545 ], [ 120.0201198, 30.2799322 ], [ 120.0201051, 30.2799203 ], [ 120.0200776, 30.2799047 ], [ 120.0200655, 30.2798838 ], [ 120.0200543, 30.279881 ], [ 120.0200434, 30.2798783 ], [ 120.0200477, 30.2798971 ], [ 120.0200591, 30.2799119 ], [ 120.0200816, 30.2799307 ], [ 120.0200813, 30.2799478 ], [ 120.0200702, 30.2799605 ], [ 120.0200497, 30.2799631 ], [ 120.0200236, 30.2799591 ], [ 120.0199884, 30.2799559 ], [ 120.0199505, 30.2799455 ], [ 120.0199227, 30.279931 ], [ 120.0198942, 30.2799168 ], [ 120.0197708, 30.2799044 ], [ 120.0197413, 30.2799107 ], [ 120.0197292, 30.2799258 ], [ 120.0197178, 30.2799507 ], [ 120.0197175, 30.2799762 ], [ 120.0197108, 30.2799927 ], [ 120.0197135, 30.2800118 ], [ 120.0197118, 30.2800483 ], [ 120.0197124, 30.2800697 ], [ 120.0197021, 30.280083 ], [ 120.0196876, 30.2800934 ], [ 120.0196628, 30.2800969 ], [ 120.0196464, 30.2801021 ], [ 120.0196189, 30.2800975 ], [ 120.019586, 30.2801262 ], [ 120.01957, 30.2801473 ], [ 120.01957, 30.2801725 ] ], [ [ 120.0198449, 30.2799695 ], [ 120.0198637, 30.2799631 ], [ 120.0198865, 30.2799643 ], [ 120.0198979, 30.2799724 ], [ 120.0199032, 30.2799814 ], [ 120.019922, 30.2799846 ], [ 120.0199391, 30.2799918 ], [ 120.0199451, 30.2800028 ], [ 120.0199414, 30.2800153 ], [ 120.019924, 30.2800222 ], [ 120.0198942, 30.2800199 ], [ 120.0198647, 30.2800045 ], [ 120.0198425, 30.2799886 ], [ 120.0198409, 30.2799825 ], [ 120.0198449, 30.2799695 ] ] ], [ [ [ 120.0200487, 30.2797865 ], [ 120.0200551, 30.2798068 ], [ 120.0200517, 30.2798311 ], [ 120.0200504, 30.2798385 ], [ 120.0200567, 30.27984 ], [ 120.0200663, 30.2798422 ], [ 120.0200725, 30.2798198 ], [ 120.0200712, 30.2798027 ], [ 120.0200635, 30.2797912 ], [ 120.0200608, 30.279781 ], [ 120.0200631, 30.2797694 ], [ 120.0200688, 30.2797608 ], [ 120.0200715, 30.2797524 ], [ 120.0200779, 30.279737 ], [ 120.0200916, 30.2797231 ], [ 120.0201044, 30.2797121 ], [ 120.0201185, 30.2797089 ], [ 120.0201376, 30.2797089 ], [ 120.020155, 30.279711 ], [ 120.0201724, 30.2797141 ], [ 120.0201942, 30.2797153 ], [ 120.020211, 30.2797095 ], [ 120.0202147, 30.2796968 ], [ 120.0201718, 30.2796829 ], [ 120.0201597, 30.2796814 ], [ 120.0201483, 30.2796823 ], [ 120.0201339, 30.2796837 ], [ 120.0201158, 30.2796884 ], [ 120.0201007, 30.2796945 ], [ 120.0200829, 30.2797095 ], [ 120.0200608, 30.2797364 ], [ 120.0200514, 30.2797582 ], [ 120.0200471, 30.2797758 ], [ 120.0200487, 30.2797865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0154531, 30.2801001 ], [ 120.0155805, 30.2800989 ], [ 120.0156945, 30.2800943 ], [ 120.0158222, 30.2801189 ], [ 120.0159121, 30.2801467 ], [ 120.0159744, 30.2801765 ], [ 120.01607, 30.2802037 ], [ 120.0161679, 30.2802136 ], [ 120.0164469, 30.2801985 ], [ 120.0167406, 30.2801922 ], [ 120.0167868, 30.2801927 ], [ 120.0168706, 30.2801765 ], [ 120.0169719, 30.2801725 ], [ 120.0170624, 30.2801852 ], [ 120.0171529, 30.2802315 ], [ 120.0172167, 30.2802553 ], [ 120.0172643, 30.2802379 ], [ 120.0173032, 30.2801991 ], [ 120.0174084, 30.280165 ], [ 120.0176565, 30.2801499 ], [ 120.0177021, 30.2801783 ], [ 120.0178141, 30.2802095 ], [ 120.0178523, 30.2802026 ], [ 120.0179147, 30.2801962 ], [ 120.0179831, 30.2801985 ], [ 120.0180857, 30.280213 ], [ 120.0181665, 30.2802313 ], [ 120.0182077, 30.2802437 ], [ 120.0182718, 30.2802611 ], [ 120.018312, 30.2802756 ], [ 120.0183462, 30.2803007 ], [ 120.0183864, 30.2803893 ], [ 120.0183915, 30.2804455 ], [ 120.0183861, 30.2804962 ], [ 120.0184055, 30.2805309 ], [ 120.0184525, 30.2805269 ], [ 120.018482, 30.2804997 ], [ 120.0184941, 30.2804585 ], [ 120.0185101, 30.280407 ], [ 120.0185376, 30.2803694 ], [ 120.0186034, 30.2803589 ], [ 120.018665, 30.2803653 ], [ 120.0188823, 30.2804765 ], [ 120.0188902, 30.2804834 ], [ 120.0189199, 30.2805095 ], [ 120.0190131, 30.2805645 ], [ 120.0191291, 30.2805726 ], [ 120.0192337, 30.2806126 ], [ 120.0194181, 30.2806994 ], [ 120.0195689, 30.2807475 ], [ 120.0197554, 30.2807944 ], [ 120.0198945, 30.2808367 ], [ 120.0199361, 30.2808575 ], [ 120.0200514, 30.2808827 ], [ 120.0201285, 30.280887 ], [ 120.0201885, 30.2808943 ], [ 120.0202395, 30.2808833 ], [ 120.0202566, 30.2808662 ], [ 120.0202744, 30.2808416 ], [ 120.0202901, 30.2808181 ], [ 120.0203002, 30.2807872 ], [ 120.0203143, 30.2807573 ], [ 120.0203545, 30.2807602 ], [ 120.0203884, 30.2807501 ], [ 120.0204149, 30.2807484 ], [ 120.0204497, 30.2807524 ], [ 120.020496, 30.280757 ], [ 120.020495, 30.2807345 ], [ 120.0204879, 30.2807 ], [ 120.0205158, 30.2806508 ], [ 120.0205533, 30.2806091 ], [ 120.020674, 30.2805807 ], [ 120.0207498, 30.280557 ], [ 120.0208598, 30.2805315 ], [ 120.0209992, 30.2804973 ], [ 120.0211193, 30.2804788 ], [ 120.0212916, 30.2804342 ], [ 120.0214123, 30.2804064 ], [ 120.0215652, 30.2803798 ], [ 120.0216752, 30.2803456 ], [ 120.0218817, 30.2802808 ], [ 120.0220044, 30.280264 ], [ 120.022052, 30.2802738 ], [ 120.0220942, 30.2802564 ], [ 120.0221714, 30.28022 ], [ 120.0223833, 30.2801684 ], [ 120.0225542, 30.2801244 ], [ 120.0227259, 30.2800984 ], [ 120.0228084, 30.2800949 ], [ 120.0229208, 30.2800904 ], [ 120.0229833, 30.2801021 ], [ 120.0230225, 30.2801454 ], [ 120.0230511, 30.2802171 ], [ 120.023149, 30.2801985 ], [ 120.0232516, 30.2801922 ], [ 120.0232945, 30.2801881 ], [ 120.0233314, 30.2801626 ], [ 120.0233998, 30.2801007 ], [ 120.0234877, 30.2800318 ], [ 120.0235762, 30.2799327 ], [ 120.0236794, 30.279847 ], [ 120.0237445, 30.2797909 ], [ 120.0237975, 30.2797399 ], [ 120.0239483, 30.2796965 ], [ 120.0240663, 30.2797063 ], [ 120.024173, 30.2797666 ], [ 120.0242541, 30.2798627 ], [ 120.0243498, 30.2800633 ], [ 120.0244065, 30.280187 ], [ 120.0245243, 30.2802856 ], [ 120.0246264, 30.2803421 ], [ 120.0247087, 30.2803794 ], [ 120.0247997, 30.280431 ], [ 120.0248804, 30.2804778 ], [ 120.0249712, 30.2805094 ], [ 120.025034, 30.280539 ], [ 120.0250624, 30.2805725 ], [ 120.0250782, 30.2806189 ], [ 120.02504, 30.2807822 ], [ 120.0250085, 30.2808529 ], [ 120.0249672, 30.2809276 ], [ 120.0249454, 30.2810741 ], [ 120.0249787, 30.2811416 ], [ 120.0250816, 30.2811766 ], [ 120.0252143, 30.2812032 ], [ 120.0253806, 30.2812345 ], [ 120.0256616, 30.2812947 ], [ 120.0257313, 30.2813185 ], [ 120.0258031, 30.2813625 ], [ 120.0258849, 30.2812093 ], [ 120.0257813, 30.281171 ], [ 120.0256879, 30.281137 ], [ 120.0256247, 30.2811187 ], [ 120.0255442, 30.2810938 ], [ 120.0254618, 30.2810747 ], [ 120.0254021, 30.2810446 ], [ 120.0253002, 30.2810087 ], [ 120.0252653, 30.2809525 ], [ 120.0252277, 30.2809033 ], [ 120.0252204, 30.2808378 ], [ 120.0252143, 30.2807932 ], [ 120.0252713, 30.2806392 ], [ 120.0252733, 30.2806137 ], [ 120.0252619, 30.2805709 ], [ 120.0252709, 30.2805305 ], [ 120.0253062, 30.2804994 ], [ 120.025332, 30.2804822 ], [ 120.0253454, 30.2804583 ], [ 120.0253399, 30.2804353 ], [ 120.025319, 30.2804176 ], [ 120.0252888, 30.2803943 ], [ 120.0252561, 30.2803764 ], [ 120.0251982, 30.2803514 ], [ 120.0251386, 30.2803201 ], [ 120.0250635, 30.2802929 ], [ 120.024993, 30.2802773 ], [ 120.0249133, 30.280275 ], [ 120.024852, 30.2802678 ], [ 120.0247783, 30.2802443 ], [ 120.0247309, 30.280213 ], [ 120.0246877, 30.2801695 ], [ 120.0246463, 30.28013 ], [ 120.0246021, 30.2800798 ], [ 120.0245719, 30.2800439 ], [ 120.0245416, 30.279999 ], [ 120.0245243, 30.2799639 ], [ 120.0244814, 30.2798911 ], [ 120.0244405, 30.2798302 ], [ 120.0243756, 30.2797554 ], [ 120.0243569, 30.2796906 ], [ 120.0243549, 30.2796518 ], [ 120.0243437, 30.2796366 ], [ 120.0243047, 30.279614 ], [ 120.0242494, 30.2796038 ], [ 120.024175, 30.2795992 ], [ 120.024031, 30.279578 ], [ 120.0239061, 30.2795679 ], [ 120.0238391, 30.2795706 ], [ 120.0237767, 30.2795771 ], [ 120.0237361, 30.2795849 ], [ 120.0236163, 30.2795939 ], [ 120.0235306, 30.2796444 ], [ 120.0234814, 30.2796823 ], [ 120.0234521, 30.2797622 ], [ 120.0234233, 30.2798169 ], [ 120.0233509, 30.2799096 ], [ 120.0232939, 30.2799519 ], [ 120.0232476, 30.2799814 ], [ 120.0231745, 30.2799935 ], [ 120.0231383, 30.2799901 ], [ 120.0230531, 30.2799692 ], [ 120.0229827, 30.2799547 ], [ 120.0228453, 30.2799559 ], [ 120.0227125, 30.2799658 ], [ 120.0226146, 30.2799536 ], [ 120.0225482, 30.2799437 ], [ 120.0222869, 30.2800158 ], [ 120.0219564, 30.2800806 ], [ 120.0217516, 30.2801267 ], [ 120.0216302, 30.2801418 ], [ 120.021545, 30.2801669 ], [ 120.0214472, 30.2801875 ], [ 120.0213515, 30.2802224 ], [ 120.0212058, 30.2802524 ], [ 120.0211118, 30.2802632 ], [ 120.0209999, 30.2802837 ], [ 120.0209395, 30.2802935 ], [ 120.020877, 30.2803127 ], [ 120.0208021, 30.2803216 ], [ 120.0207031, 30.2803346 ], [ 120.0206287, 30.2803541 ], [ 120.0204913, 30.2804056 ], [ 120.020332, 30.2804895 ], [ 120.0202589, 30.2805836 ], [ 120.0202449, 30.2806328 ], [ 120.020218, 30.2806548 ], [ 120.0201946, 30.2806606 ], [ 120.0201711, 30.2806809 ], [ 120.0200866, 30.2806763 ], [ 120.0200437, 30.2806722 ], [ 120.0199619, 30.2806722 ], [ 120.0197956, 30.2806184 ], [ 120.019632, 30.2805622 ], [ 120.0194322, 30.2805072 ], [ 120.0193503, 30.2804939 ], [ 120.0191861, 30.2804724 ], [ 120.0191036, 30.2804394 ], [ 120.0190459, 30.2803943 ], [ 120.0189427, 30.280319 ], [ 120.0187308, 30.2802148 ], [ 120.0186396, 30.2801568 ], [ 120.018543, 30.2800688 ], [ 120.0184464, 30.2800318 ], [ 120.018362, 30.2800352 ], [ 120.0182788, 30.280019 ], [ 120.0181997, 30.2799889 ], [ 120.0181485, 30.2799998 ], [ 120.0180937, 30.2800121 ], [ 120.0180495, 30.2800376 ], [ 120.0179588, 30.2800405 ], [ 120.0178295, 30.2800318 ], [ 120.0176901, 30.2800387 ], [ 120.0174379, 30.2800225 ], [ 120.0173521, 30.2800063 ], [ 120.0172703, 30.2800086 ], [ 120.0171845, 30.2800144 ], [ 120.0171107, 30.2799762 ], [ 120.0169913, 30.2799762 ], [ 120.0168613, 30.2800005 ], [ 120.0162913, 30.279967 ], [ 120.0162712, 30.2799658 ], [ 120.0161692, 30.2799692 ], [ 120.0160673, 30.2799623 ], [ 120.0159667, 30.2799472 ], [ 120.0158696, 30.2799417 ], [ 120.0158112, 30.2799252 ], [ 120.0157776, 30.2798963 ], [ 120.0157106, 30.2798951 ], [ 120.0156234, 30.2799102 ], [ 120.0155148, 30.2799333 ], [ 120.0154243, 30.2799436 ], [ 120.0153659, 30.2799426 ], [ 120.0152586, 30.2799264 ], [ 120.015256, 30.2800735 ], [ 120.0154531, 30.2801001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0046283, 30.2805857 ], [ 120.0046556, 30.2805001 ], [ 120.0045503, 30.2804751 ], [ 120.0045567, 30.2804549 ], [ 120.0045169, 30.2804454 ], [ 120.0045103, 30.280466 ], [ 120.0044057, 30.2804412 ], [ 120.0043785, 30.2805264 ], [ 120.0046283, 30.2805857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0184398, 30.2806665 ], [ 120.0184606, 30.2806719 ], [ 120.0184669, 30.2806545 ], [ 120.0182628, 30.2805999 ], [ 120.0182566, 30.2806173 ], [ 120.0184398, 30.2806665 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0189045, 30.2809856 ], [ 120.0188904, 30.2810272 ], [ 120.0189782, 30.2810342 ], [ 120.0190734, 30.2809944 ], [ 120.0191002, 30.2809549 ], [ 120.0191244, 30.2809017 ], [ 120.0191445, 30.2808264 ], [ 120.0191499, 30.2807615 ], [ 120.0191324, 30.2807059 ], [ 120.0190748, 30.2806747 ], [ 120.0189728, 30.2806503 ], [ 120.0189232, 30.2806446 ], [ 120.0188964, 30.2806909 ], [ 120.0188977, 30.2807372 ], [ 120.0189046, 30.2807672 ], [ 120.018975, 30.2807837 ], [ 120.0189298, 30.2809272 ], [ 120.0188593, 30.2809106 ], [ 120.0188354, 30.280967 ], [ 120.0189045, 30.2809856 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0202999, 30.28108 ], [ 120.020371, 30.2810985 ], [ 120.0204179, 30.2810869 ], [ 120.0204568, 30.2810417 ], [ 120.0204877, 30.2809723 ], [ 120.0204944, 30.2809271 ], [ 120.020493, 30.2808796 ], [ 120.0204555, 30.2808541 ], [ 120.0203938, 30.2808588 ], [ 120.0203656, 30.2808727 ], [ 120.0203187, 30.2809225 ], [ 120.0202892, 30.2809676 ], [ 120.0202691, 30.2810163 ], [ 120.020265, 30.2810591 ], [ 120.0202999, 30.28108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0192357, 30.2811194 ], [ 120.0192558, 30.2811472 ], [ 120.0193349, 30.281168 ], [ 120.0193886, 30.2811599 ], [ 120.0194436, 30.2811426 ], [ 120.0195039, 30.2811101 ], [ 120.0195287, 30.2810899 ], [ 120.0195009, 30.2810647 ], [ 120.0195177, 30.2810461 ], [ 120.0195579, 30.2810618 ], [ 120.0195817, 30.2810395 ], [ 120.0196072, 30.2810036 ], [ 120.0196206, 30.2809688 ], [ 120.0195844, 30.2809445 ], [ 120.0195106, 30.2809028 ], [ 120.0194583, 30.2808565 ], [ 120.0194141, 30.2808102 ], [ 120.0193363, 30.280794 ], [ 120.0192907, 30.2808495 ], [ 120.0192612, 30.2809248 ], [ 120.0192397, 30.280985 ], [ 120.0192263, 30.2810406 ], [ 120.0192357, 30.2811194 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.01895, 30.2812642 ], [ 120.0190225, 30.2812804 ], [ 120.0190801, 30.2812769 ], [ 120.019115, 30.2812259 ], [ 120.019115, 30.281175 ], [ 120.0191029, 30.2811229 ], [ 120.0190761, 30.2810916 ], [ 120.0190064, 30.2810812 ], [ 120.0189353, 30.2810916 ], [ 120.018879, 30.2811263 ], [ 120.0188521, 30.2811819 ], [ 120.0188414, 30.2812352 ], [ 120.01895, 30.2812642 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0198211, 30.2813869 ], [ 120.0198532, 30.2814136 ], [ 120.0198855, 30.2814205 ], [ 120.0199666, 30.2813956 ], [ 120.0200316, 30.2814175 ], [ 120.0200826, 30.2814406 ], [ 120.0201289, 30.2814552 ], [ 120.0201745, 30.2814691 ], [ 120.0202134, 30.2814784 ], [ 120.0202509, 30.2814529 ], [ 120.020259, 30.2813997 ], [ 120.0202764, 30.2813394 ], [ 120.0202938, 30.2812862 ], [ 120.0203193, 30.2812445 ], [ 120.0203341, 30.2811958 ], [ 120.0203381, 30.2811588 ], [ 120.0203113, 30.2811333 ], [ 120.0202697, 30.2811078 ], [ 120.0202093, 30.2810928 ], [ 120.0201919, 30.2811101 ], [ 120.020157, 30.2811576 ], [ 120.0201369, 30.2812039 ], [ 120.0201141, 30.2812618 ], [ 120.0200846, 30.2813122 ], [ 120.0200712, 30.2813063 ], [ 120.0200618, 30.2812918 ], [ 120.0200685, 30.2812513 ], [ 120.0200833, 30.2812055 ], [ 120.0200933, 30.2811609 ], [ 120.0200819, 30.2811175 ], [ 120.0201322, 30.2810961 ], [ 120.0201597, 30.2810532 ], [ 120.0201838, 30.2810168 ], [ 120.0201731, 30.2809936 ], [ 120.0201248, 30.2809791 ], [ 120.0200672, 30.2809791 ], [ 120.0200169, 30.2809971 ], [ 120.0200175, 30.2810272 ], [ 120.0200035, 30.2810556 ], [ 120.0199431, 30.2810851 ], [ 120.0199243, 30.2811447 ], [ 120.019876, 30.2812086 ], [ 120.0198452, 30.2812653 ], [ 120.0198211, 30.2813232 ], [ 120.0198211, 30.2813869 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0017768, 30.2823713 ], [ 120.0018772, 30.2823995 ], [ 120.0021551, 30.2824721 ], [ 120.0022741, 30.2825044 ], [ 120.0023092, 30.2825629 ], [ 120.0023208, 30.2826233 ], [ 120.0023232, 30.282706 ], [ 120.0023045, 30.2828089 ], [ 120.0022531, 30.2829198 ], [ 120.0024679, 30.2830044 ], [ 120.0024913, 30.2829157 ], [ 120.0025146, 30.2828411 ], [ 120.0025357, 30.2827564 ], [ 120.0026034, 30.2826677 ], [ 120.0026361, 30.2826153 ], [ 120.0026968, 30.2825931 ], [ 120.0028407, 30.2826009 ], [ 120.0028951, 30.282496 ], [ 120.002931, 30.2824118 ], [ 120.0028551, 30.2823311 ], [ 120.0028133, 30.2822586 ], [ 120.0028066, 30.2821813 ], [ 120.0028229, 30.2820346 ], [ 120.0028626, 30.2819055 ], [ 120.0029294, 30.2817767 ], [ 120.0029931, 30.2816546 ], [ 120.0030397, 30.2815123 ], [ 120.0031852, 30.2811679 ], [ 120.0032026, 30.2810546 ], [ 120.0032691, 30.2809899 ], [ 120.0033503, 30.2808952 ], [ 120.0033984, 30.280813 ], [ 120.0034311, 30.2806824 ], [ 120.0034543, 30.2805489 ], [ 120.003472, 30.2804568 ], [ 120.0035346, 30.2803032 ], [ 120.0036012, 30.2801596 ], [ 120.0036929, 30.2800396 ], [ 120.0037569, 30.2799475 ], [ 120.0037839, 30.2798725 ], [ 120.0038251, 30.2797624 ], [ 120.003889, 30.2796363 ], [ 120.0039156, 30.279565 ], [ 120.003925, 30.2795281 ], [ 120.0036668, 30.2794586 ], [ 120.0036028, 30.2795705 ], [ 120.0035307, 30.2797214 ], [ 120.0035257, 30.2797318 ], [ 120.0034486, 30.2798992 ], [ 120.0033506, 30.2800706 ], [ 120.0032204, 30.280243 ], [ 120.0031966, 30.2803772 ], [ 120.0031508, 30.2804933 ], [ 120.0030091, 30.2807413 ], [ 120.0029761, 30.2809014 ], [ 120.0029413, 30.2810117 ], [ 120.002897, 30.2811013 ], [ 120.0028176, 30.2812698 ], [ 120.0026746, 30.2816789 ], [ 120.0025745, 30.281995 ], [ 120.0025266, 30.2821519 ], [ 120.0024474, 30.2822641 ], [ 120.0023718, 30.2822983 ], [ 120.0022626, 30.2823139 ], [ 120.0021901, 30.2823065 ], [ 120.0020629, 30.28228 ], [ 120.0019716, 30.2822557 ], [ 120.0017841, 30.2822035 ], [ 120.0017908, 30.2822725 ], [ 120.0017581, 30.2823189 ], [ 120.0017394, 30.2823592 ], [ 120.0017768, 30.2823713 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0195187, 30.2814124 ], [ 120.0195884, 30.2814321 ], [ 120.0196461, 30.2814321 ], [ 120.0197091, 30.281417 ], [ 120.0197212, 30.2813499 ], [ 120.0197158, 30.2813116 ], [ 120.0197091, 30.2812445 ], [ 120.0197011, 30.2811958 ], [ 120.0196796, 30.2811622 ], [ 120.0196182, 30.2811668 ], [ 120.019571, 30.2811961 ], [ 120.0195361, 30.2812181 ], [ 120.0195053, 30.2812804 ], [ 120.0194892, 30.2813325 ], [ 120.0194865, 30.28138 ], [ 120.0195187, 30.2814124 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0042589, 30.2814719 ], [ 120.0042911, 30.2814754 ], [ 120.0043011, 30.2814024 ], [ 120.0042703, 30.2813943 ], [ 120.0042294, 30.2814592 ], [ 120.0042589, 30.2814719 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9922699, 30.2812527 ], [ 119.992301, 30.2812524 ], [ 119.9923479, 30.2812652 ], [ 119.9923627, 30.2813104 ], [ 119.9923734, 30.2813659 ], [ 119.9925705, 30.2814053 ], [ 119.9925987, 30.2813497 ], [ 119.9926792, 30.2813497 ], [ 119.9930091, 30.2814285 ], [ 119.9932854, 30.2814748 ], [ 119.9934329, 30.281498 ], [ 119.9935254, 30.2815096 ], [ 119.9936434, 30.2815316 ], [ 119.9938741, 30.2815825 ], [ 119.9939519, 30.2815825 ], [ 119.994153, 30.2816126 ], [ 119.9941571, 30.2816288 ], [ 119.9943086, 30.2816532 ], [ 119.9944548, 30.2816717 ], [ 119.9946077, 30.2816937 ], [ 119.9946251, 30.2817968 ], [ 119.9948491, 30.2818211 ], [ 119.9949228, 30.2817122 ], [ 119.9956819, 30.2817504 ], [ 119.9959541, 30.2817597 ], [ 119.9964141, 30.2817852 ], [ 119.9969694, 30.2818188 ], [ 119.9969667, 30.2817956 ], [ 119.9971383, 30.2818014 ], [ 119.9971705, 30.2818246 ], [ 119.9971926, 30.2818259 ], [ 119.9975621, 30.2818477 ], [ 119.9979444, 30.281872 ], [ 119.9980178, 30.2816693 ], [ 119.9976698, 30.2816444 ], [ 119.9976103, 30.2816424 ], [ 119.9972395, 30.2816215 ], [ 119.9963653, 30.2815707 ], [ 119.9963638, 30.2815956 ], [ 119.996183, 30.2815918 ], [ 119.9961829, 30.2815601 ], [ 119.9956061, 30.2815315 ], [ 119.9951265, 30.281511 ], [ 119.99504, 30.2815067 ], [ 119.9950069, 30.2814702 ], [ 119.9949526, 30.2814194 ], [ 119.9949053, 30.2813871 ], [ 119.9948034, 30.2813813 ], [ 119.9947097, 30.2813774 ], [ 119.9946799, 30.2813747 ], [ 119.9946006, 30.2814483 ], [ 119.9945597, 30.2814867 ], [ 119.9945015, 30.2814848 ], [ 119.9942094, 30.2814335 ], [ 119.9939917, 30.2813937 ], [ 119.9937946, 30.2813593 ], [ 119.9935801, 30.2813429 ], [ 119.9935777, 30.2813119 ], [ 119.9935877, 30.2812267 ], [ 119.9933193, 30.2811702 ], [ 119.9932914, 30.2812584 ], [ 119.9930526, 30.2812115 ], [ 119.993043, 30.2812427 ], [ 119.9929201, 30.2812175 ], [ 119.9929202, 30.2811802 ], [ 119.9927895, 30.2811599 ], [ 119.9927262, 30.2811491 ], [ 119.9926524, 30.2811224 ], [ 119.9925368, 30.2811012 ], [ 119.992467, 30.2810886 ], [ 119.9923454, 30.2810762 ], [ 119.992124, 30.2810289 ], [ 119.9920795, 30.2812543 ], [ 119.9922699, 30.2812527 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9982012, 30.2818815 ], [ 119.9982941, 30.2819111 ], [ 119.9983944, 30.2819428 ], [ 119.9984751, 30.2819766 ], [ 119.998601, 30.282022 ], [ 119.998892, 30.2820125 ], [ 119.9988944, 30.2820389 ], [ 119.9989617, 30.2820251 ], [ 119.9989813, 30.282079 ], [ 119.9990925, 30.2820874 ], [ 119.9994068, 30.2821012 ], [ 119.9996293, 30.2821128 ], [ 119.9998249, 30.282135 ], [ 120.0000218, 30.2821497 ], [ 120.0003825, 30.2821825 ], [ 120.0003959, 30.282155 ], [ 120.0007163, 30.2821825 ], [ 120.0007236, 30.2822247 ], [ 120.0011907, 30.282268 ], [ 120.0013435, 30.2822859 ], [ 120.001467, 30.2822965 ], [ 120.0015685, 30.2823218 ], [ 120.0015661, 30.282268 ], [ 120.0015832, 30.282211 ], [ 120.0016063, 30.2821584 ], [ 120.0014976, 30.2821371 ], [ 120.0013297, 30.2820911 ], [ 120.0010697, 30.2820339 ], [ 120.0009169, 30.2820211 ], [ 120.0008085, 30.2820171 ], [ 120.0006117, 30.2820081 ], [ 120.0003859, 30.2819979 ], [ 120.0000135, 30.2819727 ], [ 119.9997919, 30.2819512 ], [ 119.9997787, 30.2819493 ], [ 119.9996917, 30.2819365 ], [ 119.999562, 30.2819143 ], [ 119.9994446, 30.2818994 ], [ 119.9993261, 30.2818794 ], [ 119.999128, 30.2818407 ], [ 119.9991237, 30.2818808 ], [ 119.9989832, 30.2818631 ], [ 119.9989835, 30.2818206 ], [ 119.9980178, 30.2816693 ], [ 119.9979828, 30.2817659 ], [ 119.9979444, 30.281872 ], [ 119.9982012, 30.2818815 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0015685, 30.2823218 ], [ 120.0017394, 30.2823592 ], [ 120.0017581, 30.2823189 ], [ 120.0017908, 30.2822725 ], [ 120.0017841, 30.2822035 ], [ 120.0016063, 30.2821584 ], [ 120.0015832, 30.282211 ], [ 120.0015661, 30.282268 ], [ 120.0015685, 30.2823218 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.002943, 30.2826329 ], [ 120.0030099, 30.2826548 ], [ 120.0031638, 30.2827206 ], [ 120.0032471, 30.2825607 ], [ 120.002931, 30.2824118 ], [ 120.0028951, 30.282496 ], [ 120.0028407, 30.2826009 ], [ 120.002943, 30.2826329 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1144299, 30.2344176 ], [ 120.1144809, 30.2344671 ], [ 120.1145668, 30.2344753 ], [ 120.1145827, 30.2345028 ], [ 120.1145668, 30.2345578 ], [ 120.1145668, 30.2345936 ], [ 120.1145954, 30.2346046 ], [ 120.11464, 30.2345633 ], [ 120.114675, 30.2345001 ], [ 120.1147124, 30.2344075 ], [ 120.1147644, 30.2343987 ], [ 120.1148645, 30.2344147 ], [ 120.1149131, 30.2344434 ], [ 120.1148763, 30.2345838 ], [ 120.1149328, 30.2346073 ], [ 120.114971, 30.2345908 ], [ 120.1150028, 30.2345358 ], [ 120.1150187, 30.2344671 ], [ 120.1149933, 30.2344286 ], [ 120.1148755, 30.2343708 ], [ 120.114745, 30.2343653 ], [ 120.1146623, 30.2343598 ], [ 120.1145541, 30.2343268 ], [ 120.1144713, 30.2343351 ], [ 120.1144299, 30.2343708 ], [ 120.1144299, 30.2344176 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1184437, 30.2346792 ], [ 120.1184634, 30.2347519 ], [ 120.1184926, 30.2347676 ], [ 120.1186467, 30.2346178 ], [ 120.1186711, 30.234588 ], [ 120.1187482, 30.234574 ], [ 120.1188027, 30.2345631 ], [ 120.1188538, 30.2345529 ], [ 120.118864, 30.2345669 ], [ 120.1189026, 30.2345757 ], [ 120.1188944, 30.2345985 ], [ 120.1188924, 30.2346529 ], [ 120.1188924, 30.2347161 ], [ 120.1189208, 30.2347739 ], [ 120.1189432, 30.2347739 ], [ 120.1189207, 30.2347143 ], [ 120.1189147, 30.2346985 ], [ 120.1189371, 30.2345968 ], [ 120.1189533, 30.2345424 ], [ 120.1190264, 30.2345547 ], [ 120.119067, 30.2344722 ], [ 120.1191198, 30.2343827 ], [ 120.1191056, 30.2343284 ], [ 120.1190142, 30.23426 ], [ 120.1188315, 30.2342073 ], [ 120.1187726, 30.2341863 ], [ 120.1187259, 30.2342003 ], [ 120.1186955, 30.2342617 ], [ 120.1186812, 30.2343108 ], [ 120.1186366, 30.2343459 ], [ 120.1185797, 30.2343547 ], [ 120.1185269, 30.2343845 ], [ 120.1184863, 30.2344406 ], [ 120.1184559, 30.2345284 ], [ 120.1184213, 30.2346108 ], [ 120.1184437, 30.2346792 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.115407, 30.2345303 ], [ 120.1154675, 30.2345578 ], [ 120.1154866, 30.2345908 ], [ 120.1156107, 30.2345798 ], [ 120.1157189, 30.2345826 ], [ 120.1157921, 30.2345606 ], [ 120.1157348, 30.2345523 ], [ 120.1156075, 30.2345468 ], [ 120.1154388, 30.2345083 ], [ 120.1154007, 30.2345028 ], [ 120.115407, 30.2345303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1237499, 30.2348553 ], [ 120.1237933, 30.2348707 ], [ 120.1238494, 30.2348531 ], [ 120.1238673, 30.2348244 ], [ 120.123903, 30.23482 ], [ 120.1239413, 30.2348068 ], [ 120.1239438, 30.2347693 ], [ 120.1239183, 30.2347517 ], [ 120.1238622, 30.2347186 ], [ 120.1238162, 30.234701 ], [ 120.1237856, 30.2347142 ], [ 120.1237754, 30.2347495 ], [ 120.1237473, 30.2347825 ], [ 120.1237371, 30.2348222 ], [ 120.1237499, 30.2348553 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.124983, 30.2351427 ], [ 120.1250139, 30.2351484 ], [ 120.1255818, 30.2349972 ], [ 120.125597, 30.2349728 ], [ 120.1255392, 30.2348051 ], [ 120.1253052, 30.2347072 ], [ 120.125212, 30.234734 ], [ 120.1251694, 30.2347196 ], [ 120.1251281, 30.2347365 ], [ 120.124961, 30.2351116 ], [ 120.124983, 30.2351427 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1183126, 30.2350336 ], [ 120.1183618, 30.2350557 ], [ 120.1183761, 30.2350928 ], [ 120.1184601, 30.235136 ], [ 120.1185313, 30.2351521 ], [ 120.1185654, 30.2351376 ], [ 120.1186095, 30.2350924 ], [ 120.1186283, 30.235037 ], [ 120.1186553, 30.2350079 ], [ 120.1186994, 30.2349862 ], [ 120.1187373, 30.2349881 ], [ 120.1187637, 30.2349629 ], [ 120.1187554, 30.2349299 ], [ 120.118747, 30.2348993 ], [ 120.1187047, 30.234889 ], [ 120.1186863, 30.2348845 ], [ 120.1186143, 30.2348673 ], [ 120.11853, 30.2348156 ], [ 120.1185042, 30.2347965 ], [ 120.1184926, 30.2347676 ], [ 120.1184634, 30.2347519 ], [ 120.1184126, 30.2347245 ], [ 120.1183563, 30.2347496 ], [ 120.118317, 30.234809 ], [ 120.1183244, 30.2348632 ], [ 120.118329, 30.2349063 ], [ 120.1183215, 30.2349594 ], [ 120.1183042, 30.2349978 ], [ 120.1183126, 30.2350336 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1179203, 30.2358652 ], [ 120.1180043, 30.2358596 ], [ 120.1180518, 30.2358429 ], [ 120.1181423, 30.2358429 ], [ 120.1181897, 30.2358335 ], [ 120.1182199, 30.2357926 ], [ 120.1182651, 30.2358038 ], [ 120.1182824, 30.2358335 ], [ 120.1182824, 30.2358671 ], [ 120.1183319, 30.2359117 ], [ 120.1184138, 30.2359415 ], [ 120.1184785, 30.235949 ], [ 120.1185173, 30.2359993 ], [ 120.1185582, 30.2360365 ], [ 120.1186164, 30.2360886 ], [ 120.1186121, 30.2361128 ], [ 120.118653, 30.2361389 ], [ 120.1187004, 30.2361463 ], [ 120.1187694, 30.2360775 ], [ 120.1187672, 30.2360514 ], [ 120.1187457, 30.2360179 ], [ 120.1187241, 30.2359806 ], [ 120.1187328, 30.2359508 ], [ 120.118791, 30.2359788 ], [ 120.1188362, 30.2359899 ], [ 120.1188535, 30.2359806 ], [ 120.118847, 30.2359453 ], [ 120.1187974, 30.2358913 ], [ 120.1187349, 30.235908 ], [ 120.1187134, 30.2358969 ], [ 120.1186832, 30.2358726 ], [ 120.1186703, 30.2358466 ], [ 120.1186854, 30.2358205 ], [ 120.1187522, 30.2358187 ], [ 120.1187845, 30.235828 ], [ 120.1188394, 30.2359114 ], [ 120.118819, 30.2358484 ], [ 120.1187974, 30.2358075 ], [ 120.1187996, 30.2357796 ], [ 120.11875, 30.2357851 ], [ 120.1187198, 30.2357591 ], [ 120.1187198, 30.2357162 ], [ 120.1186875, 30.2357162 ], [ 120.1186595, 30.2357311 ], [ 120.1186272, 30.2357572 ], [ 120.1185754, 30.2358 ], [ 120.1184914, 30.2357851 ], [ 120.1185345, 30.2358019 ], [ 120.1185776, 30.2358335 ], [ 120.1186013, 30.2358689 ], [ 120.1185927, 30.2358987 ], [ 120.1185647, 30.2359248 ], [ 120.118528, 30.2359062 ], [ 120.1184763, 30.2359024 ], [ 120.118403, 30.2359024 ], [ 120.1183664, 30.2358875 ], [ 120.1183405, 30.2358633 ], [ 120.118347, 30.2358205 ], [ 120.1183815, 30.2357926 ], [ 120.1184311, 30.2357833 ], [ 120.1183836, 30.2357684 ], [ 120.1183469, 30.2357595 ], [ 120.1183298, 30.2357553 ], [ 120.1182953, 30.2357572 ], [ 120.1182285, 30.2357647 ], [ 120.1181854, 30.2357553 ], [ 120.1181595, 30.2357088 ], [ 120.1181337, 30.2356976 ], [ 120.1181293, 30.2357274 ], [ 120.118138, 30.2357591 ], [ 120.1181143, 30.2357889 ], [ 120.1180604, 30.2358 ], [ 120.1179634, 30.2358298 ], [ 120.1179074, 30.2358466 ], [ 120.1179203, 30.2358652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1173255, 30.2365753 ], [ 120.1174852, 30.2367543 ], [ 120.1175132, 30.2367375 ], [ 120.1175284, 30.2367058 ], [ 120.1175284, 30.236661 ], [ 120.1174053, 30.2365156 ], [ 120.1173686, 30.2365025 ], [ 120.1173276, 30.2365007 ], [ 120.1173061, 30.2365268 ], [ 120.1173255, 30.2365753 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1175625, 30.2368352 ], [ 120.1175828, 30.2368615 ], [ 120.1175926, 30.2368742 ], [ 120.117627, 30.2368965 ], [ 120.1176722, 30.2369021 ], [ 120.1177475, 30.2368612 ], [ 120.117711, 30.236811 ], [ 120.1176808, 30.2367757 ], [ 120.1176313, 30.2367422 ], [ 120.1175991, 30.2367459 ], [ 120.1175732, 30.2367701 ], [ 120.1175625, 30.2368017 ], [ 120.1175625, 30.2368352 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1187784, 30.235005 ], [ 120.118826, 30.235069 ], [ 120.118826, 30.2351215 ], [ 120.1188233, 30.2351718 ], [ 120.1188471, 30.2352221 ], [ 120.1188948, 30.2352929 ], [ 120.1188789, 30.2353684 ], [ 120.1188313, 30.2354301 ], [ 120.1188313, 30.2354758 ], [ 120.118908, 30.2355101 ], [ 120.1189768, 30.2355581 ], [ 120.1189582, 30.2356175 ], [ 120.1189873, 30.2356723 ], [ 120.1190508, 30.2357409 ], [ 120.119117, 30.2357912 ], [ 120.1191963, 30.2358437 ], [ 120.1192757, 30.2358849 ], [ 120.1193709, 30.2358917 ], [ 120.1194661, 30.2358803 ], [ 120.1194838, 30.2359058 ], [ 120.1195118, 30.2359464 ], [ 120.1195561, 30.2360106 ], [ 120.1195243, 30.2360677 ], [ 120.1194952, 30.2361568 ], [ 120.1194952, 30.2362711 ], [ 120.1195243, 30.2364059 ], [ 120.1195984, 30.2364974 ], [ 120.1196592, 30.2365431 ], [ 120.1198153, 30.2366756 ], [ 120.119855, 30.2366688 ], [ 120.1198259, 30.2366322 ], [ 120.1197756, 30.2365751 ], [ 120.1198259, 30.2365385 ], [ 120.1198391, 30.2364608 ], [ 120.1198021, 30.2363762 ], [ 120.1197201, 30.2363031 ], [ 120.1197651, 30.2362414 ], [ 120.1197915, 30.2361683 ], [ 120.1198259, 30.2361637 ], [ 120.119892, 30.2361843 ], [ 120.1199344, 30.2362185 ], [ 120.1199449, 30.2362825 ], [ 120.1199449, 30.2363854 ], [ 120.1199291, 30.2366185 ], [ 120.1198973, 30.2366756 ], [ 120.1199661, 30.2368013 ], [ 120.1199635, 30.2368996 ], [ 120.1199978, 30.236975 ], [ 120.1200217, 30.236991 ], [ 120.1200693, 30.2369796 ], [ 120.1201301, 30.2369407 ], [ 120.1202068, 30.2369156 ], [ 120.1202888, 30.2368973 ], [ 120.1203497, 30.2368859 ], [ 120.1203788, 30.236863 ], [ 120.1203761, 30.236815 ], [ 120.1203708, 30.2367648 ], [ 120.1204184, 30.2367556 ], [ 120.1204872, 30.2367785 ], [ 120.1205586, 30.2368036 ], [ 120.120556, 30.2368265 ], [ 120.1205295, 30.2368265 ], [ 120.1204502, 30.2367968 ], [ 120.1204714, 30.2368447 ], [ 120.1204555, 30.2368905 ], [ 120.1203788, 30.236943 ], [ 120.1202703, 30.2369544 ], [ 120.1201883, 30.236975 ], [ 120.1201142, 30.2370047 ], [ 120.1200825, 30.2370573 ], [ 120.1201142, 30.237103 ], [ 120.1201883, 30.2371578 ], [ 120.1203417, 30.2373224 ], [ 120.1203893, 30.2373681 ], [ 120.120437, 30.2374229 ], [ 120.120437, 30.2374709 ], [ 120.1204237, 30.2375441 ], [ 120.1203655, 30.2376401 ], [ 120.1198047, 30.2379874 ], [ 120.1198947, 30.238136 ], [ 120.1199053, 30.2381657 ], [ 120.1199132, 30.2382365 ], [ 120.1199344, 30.2382663 ], [ 120.1199529, 30.2382868 ], [ 120.1199899, 30.2382663 ], [ 120.1200322, 30.2382663 ], [ 120.1200746, 30.2382754 ], [ 120.1200931, 30.2383097 ], [ 120.1201328, 30.2383348 ], [ 120.1201407, 30.2383759 ], [ 120.1201328, 30.2384148 ], [ 120.1201195, 30.2384537 ], [ 120.1201116, 30.2385199 ], [ 120.1201275, 30.2385679 ], [ 120.1201301, 30.2386273 ], [ 120.1201248, 30.238673 ], [ 120.1201169, 30.2387256 ], [ 120.1201063, 30.2388033 ], [ 120.1201116, 30.2388399 ], [ 120.1201433, 30.2388787 ], [ 120.120183, 30.2389016 ], [ 120.1202227, 30.2389107 ], [ 120.1202809, 30.2388993 ], [ 120.1203841, 30.2388513 ], [ 120.1204687, 30.2388125 ], [ 120.1205322, 30.2387645 ], [ 120.1206063, 30.2386913 ], [ 120.1206645, 30.2386342 ], [ 120.1207174, 30.2386091 ], [ 120.1208364, 30.2385245 ], [ 120.1209052, 30.2384994 ], [ 120.120974, 30.2384674 ], [ 120.1210533, 30.2384194 ], [ 120.1211776, 30.238312 ], [ 120.1212491, 30.2382183 ], [ 120.1212755, 30.2381588 ], [ 120.1212729, 30.2380926 ], [ 120.1212649, 30.2380057 ], [ 120.1212411, 30.2378869 ], [ 120.1212438, 30.2376743 ], [ 120.1211909, 30.2375098 ], [ 120.1210612, 30.2372858 ], [ 120.1210216, 30.2372081 ], [ 120.1209819, 30.2371898 ], [ 120.1209158, 30.2371578 ], [ 120.1208761, 30.2370984 ], [ 120.1208417, 30.2371144 ], [ 120.1208655, 30.2371647 ], [ 120.1208496, 30.2372104 ], [ 120.1207835, 30.2372218 ], [ 120.1207094, 30.2371967 ], [ 120.1206565, 30.2371418 ], [ 120.1206327, 30.2370801 ], [ 120.1206909, 30.2370276 ], [ 120.1206248, 30.2369796 ], [ 120.1205904, 30.2369384 ], [ 120.120593, 30.2368813 ], [ 120.1206406, 30.236863 ], [ 120.12072, 30.236863 ], [ 120.1207914, 30.2368927 ], [ 120.1208311, 30.2369362 ], [ 120.120839, 30.2369819 ], [ 120.1208126, 30.2370093 ], [ 120.1207518, 30.2370367 ], [ 120.1207888, 30.2370573 ], [ 120.120839, 30.2370664 ], [ 120.1208893, 30.2370413 ], [ 120.1209422, 30.2369956 ], [ 120.1209475, 30.2369544 ], [ 120.1209316, 30.2368927 ], [ 120.1208867, 30.2368402 ], [ 120.1207729, 30.236815 ], [ 120.1206697, 30.2368036 ], [ 120.1205586, 30.236767 ], [ 120.1204528, 30.2367236 ], [ 120.1204264, 30.2367008 ], [ 120.1203973, 30.2366116 ], [ 120.120392, 30.2365065 ], [ 120.1203761, 30.2364562 ], [ 120.1203206, 30.2363922 ], [ 120.1201698, 30.2362985 ], [ 120.1200587, 30.2361614 ], [ 120.1199449, 30.2360654 ], [ 120.1198285, 30.2360563 ], [ 120.1197518, 30.2360449 ], [ 120.1197386, 30.2359694 ], [ 120.1196857, 30.2359557 ], [ 120.1196407, 30.2359489 ], [ 120.1195587, 30.2358369 ], [ 120.1195825, 30.2358026 ], [ 120.1196804, 30.235734 ], [ 120.1196672, 30.2356975 ], [ 120.1196698, 30.2356129 ], [ 120.1196963, 30.2355421 ], [ 120.1196883, 30.2355078 ], [ 120.1196381, 30.2354484 ], [ 120.1195905, 30.2353501 ], [ 120.1195534, 30.2352335 ], [ 120.1194556, 30.2351535 ], [ 120.1193656, 30.2350827 ], [ 120.1193259, 30.2349913 ], [ 120.1192148, 30.2349227 ], [ 120.1191884, 30.2348564 ], [ 120.119154, 30.2348633 ], [ 120.1190932, 30.2348633 ], [ 120.1190112, 30.2348427 ], [ 120.1189432, 30.2347739 ], [ 120.1189208, 30.2347739 ], [ 120.1189821, 30.2348541 ], [ 120.119035, 30.2348747 ], [ 120.1191302, 30.2348953 ], [ 120.1191461, 30.2349273 ], [ 120.1191223, 30.2349501 ], [ 120.1190773, 30.2350164 ], [ 120.1190667, 30.235085 ], [ 120.1189821, 30.2351672 ], [ 120.1189371, 30.2351787 ], [ 120.1188842, 30.235149 ], [ 120.118863, 30.2350575 ], [ 120.1187637, 30.2349629 ], [ 120.1187373, 30.2349881 ], [ 120.1187784, 30.235005 ] ], [ [ 120.1190614, 30.2355626 ], [ 120.119072, 30.2355352 ], [ 120.1190932, 30.2355101 ], [ 120.1191328, 30.2354918 ], [ 120.1191884, 30.2354964 ], [ 120.1192148, 30.2355146 ], [ 120.1192386, 30.2355946 ], [ 120.1192545, 30.2357363 ], [ 120.1192651, 30.2357957 ], [ 120.1192439, 30.235814 ], [ 120.1192095, 30.2358095 ], [ 120.1191514, 30.2357752 ], [ 120.1190905, 30.2357112 ], [ 120.1190588, 30.235654 ], [ 120.1190482, 30.2356106 ], [ 120.1190614, 30.2355626 ] ], [ [ 120.1200243, 30.2378983 ], [ 120.1201857, 30.2380629 ], [ 120.1199687, 30.2382 ], [ 120.119855, 30.237992 ], [ 120.1200243, 30.2378983 ] ], [ [ 120.1205084, 30.2377818 ], [ 120.1205586, 30.237768 ], [ 120.1206116, 30.2377658 ], [ 120.1206592, 30.2377726 ], [ 120.1206883, 30.2378069 ], [ 120.1206988, 30.2378549 ], [ 120.1206988, 30.237912 ], [ 120.1206909, 30.2379714 ], [ 120.1206724, 30.2380217 ], [ 120.1206274, 30.2380606 ], [ 120.1205613, 30.2380606 ], [ 120.1204925, 30.2380194 ], [ 120.1204634, 30.2379737 ], [ 120.1204475, 30.2379234 ], [ 120.1204475, 30.2378686 ], [ 120.1205084, 30.2377818 ] ], [ [ 120.120892, 30.2381885 ], [ 120.1209131, 30.2381543 ], [ 120.1209343, 30.2381314 ], [ 120.1209845, 30.2381223 ], [ 120.1210136, 30.2381223 ], [ 120.1210771, 30.2381474 ], [ 120.12113, 30.2381748 ], [ 120.1211512, 30.2382297 ], [ 120.1211538, 30.2382685 ], [ 120.12113, 30.2383097 ], [ 120.1210824, 30.2383462 ], [ 120.1210269, 30.2383417 ], [ 120.1209819, 30.2383325 ], [ 120.1208972, 30.2382617 ], [ 120.1208867, 30.2382251 ], [ 120.120892, 30.2381885 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "九溪烟树" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1081717, 30.2053856 ], [ 120.1082173, 30.2053903 ], [ 120.1082817, 30.2053856 ], [ 120.1083769, 30.2053486 ], [ 120.108452, 30.2053277 ], [ 120.1085123, 30.2052941 ], [ 120.1085646, 30.2052686 ], [ 120.1086411, 30.2052303 ], [ 120.1087014, 30.2051944 ], [ 120.1087283, 30.205162 ], [ 120.1087423, 30.2051173 ], [ 120.1087551, 30.2050675 ], [ 120.1087611, 30.2050382 ], [ 120.108791, 30.2050133 ], [ 120.1088228, 30.2050011 ], [ 120.1088583, 30.2049835 ], [ 120.1088664, 30.2049667 ], [ 120.108855, 30.2049354 ], [ 120.1087886, 30.204889 ], [ 120.1087041, 30.2048496 ], [ 120.1086538, 30.2047841 ], [ 120.1086123, 30.2047279 ], [ 120.1085827, 30.2047134 ], [ 120.1085465, 30.204707 ], [ 120.1085217, 30.2047262 ], [ 120.1085204, 30.204758 ], [ 120.1085258, 30.2047951 ], [ 120.1085103, 30.2048444 ], [ 120.1084734, 30.2048971 ], [ 120.1084024, 30.2049858 ], [ 120.1083581, 30.2050576 ], [ 120.1082924, 30.205133 ], [ 120.1082401, 30.2051909 ], [ 120.1081932, 30.2052477 ], [ 120.108165, 30.2053346 ], [ 120.1081717, 30.2053856 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1084497, 30.2261098 ], [ 120.1084531, 30.2261241 ], [ 120.1084453, 30.2261395 ], [ 120.1084553, 30.2261519 ], [ 120.1084841, 30.2261644 ], [ 120.1084985, 30.2261414 ], [ 120.1085385, 30.2261577 ], [ 120.1085739, 30.2261174 ], [ 120.1085695, 30.2260877 ], [ 120.1085784, 30.2260657 ], [ 120.1086316, 30.2260408 ], [ 120.1086405, 30.2260072 ], [ 120.1085983, 30.2259929 ], [ 120.1085806, 30.2259641 ], [ 120.1085484, 30.2259584 ], [ 120.1085307, 30.2259737 ], [ 120.1085174, 30.2260025 ], [ 120.1084797, 30.2260187 ], [ 120.1084375, 30.2260101 ], [ 120.1084021, 30.2259996 ], [ 120.108381, 30.2260082 ], [ 120.1083632, 30.2260389 ], [ 120.1083544, 30.2260705 ], [ 120.1084497, 30.2261098 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0942193, 30.2400494 ], [ 120.0943679, 30.2400341 ], [ 120.0943557, 30.2398703 ], [ 120.0943155, 30.2397155 ], [ 120.0941827, 30.2397303 ], [ 120.0941492, 30.2399379 ], [ 120.0942193, 30.2400494 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1008869, 30.2443222 ], [ 120.1009835, 30.2443361 ], [ 120.1010747, 30.2443778 ], [ 120.101172, 30.2443734 ], [ 120.1012356, 30.2443963 ], [ 120.1012678, 30.2444566 ], [ 120.1012954, 30.2445402 ], [ 120.1013751, 30.2445678 ], [ 120.1014824, 30.2445632 ], [ 120.1015843, 30.2445307 ], [ 120.1015958, 30.2444383 ], [ 120.1015521, 30.24435 ], [ 120.1015145, 30.2442527 ], [ 120.101477, 30.2441878 ], [ 120.1014233, 30.244211 ], [ 120.1013598, 30.2442344 ], [ 120.1012793, 30.2441973 ], [ 120.1012624, 30.2441183 ], [ 120.10129, 30.2440351 ], [ 120.1011664, 30.2440166 ], [ 120.1010961, 30.2440488 ], [ 120.1010808, 30.2441046 ], [ 120.1010103, 30.2441229 ], [ 120.1010049, 30.2441693 ], [ 120.1009942, 30.2442434 ], [ 120.1009137, 30.2442666 ], [ 120.1008823, 30.2442807 ], [ 120.1008869, 30.2443222 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1085412, 30.2561253 ], [ 120.1086032, 30.2561491 ], [ 120.1086192, 30.2561848 ], [ 120.108688, 30.2561887 ], [ 120.1087201, 30.2561531 ], [ 120.1087362, 30.2560976 ], [ 120.1087362, 30.2560382 ], [ 120.1087476, 30.2559411 ], [ 120.1087086, 30.2559015 ], [ 120.1086307, 30.2559035 ], [ 120.10861, 30.2559411 ], [ 120.1085779, 30.2559946 ], [ 120.1085458, 30.2560659 ], [ 120.1085252, 30.2561035 ], [ 120.1085412, 30.2561253 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0942966, 30.2687428 ], [ 120.0945311, 30.2688528 ], [ 120.0946747, 30.2685777 ], [ 120.0942946, 30.2684982 ], [ 120.0942966, 30.2687428 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0946686, 30.268995 ], [ 120.0946707, 30.2686837 ], [ 120.0945108, 30.2689944 ], [ 120.0946686, 30.268995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0942959, 30.2689986 ], [ 120.0944658, 30.2689994 ], [ 120.0945105, 30.2689044 ], [ 120.0942896, 30.2688102 ], [ 120.0942959, 30.2689986 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0923747, 30.2669715 ], [ 120.0924895, 30.2669509 ], [ 120.0927908, 30.2669617 ], [ 120.0934011, 30.2669654 ], [ 120.0937054, 30.2670326 ], [ 120.0948592, 30.2674055 ], [ 120.0950923, 30.2674749 ], [ 120.0952896, 30.2675469 ], [ 120.0953844, 30.2675666 ], [ 120.0965565, 30.2679958 ], [ 120.0967841, 30.2681301 ], [ 120.0972274, 30.2682753 ], [ 120.0973348, 30.2682958 ], [ 120.097715, 30.2685416 ], [ 120.0979175, 30.2687443 ], [ 120.0981019, 30.2689016 ], [ 120.0983233, 30.2690428 ], [ 120.0984538, 30.2690773 ], [ 120.098613, 30.2690773 ], [ 120.0988694, 30.2690545 ], [ 120.0990738, 30.269134 ], [ 120.0993089, 30.2692423 ], [ 120.1005341, 30.2698075 ], [ 120.1007484, 30.269982 ], [ 120.1009921, 30.2701119 ], [ 120.1012012, 30.2701997 ], [ 120.1014233, 30.2702698 ], [ 120.1016823, 30.2704032 ], [ 120.1019083, 30.2705299 ], [ 120.1021582, 30.2706058 ], [ 120.1024426, 30.2707476 ], [ 120.1025746, 30.2707323 ], [ 120.1028, 30.2708426 ], [ 120.1030086, 30.2709621 ], [ 120.1031204, 30.2710434 ], [ 120.103344, 30.2711489 ], [ 120.1035553, 30.2712145 ], [ 120.1036209, 30.271297 ], [ 120.1039089, 30.2713966 ], [ 120.1039559, 30.2715166 ], [ 120.1040455, 30.2715971 ], [ 120.1041654, 30.2716676 ], [ 120.1042378, 30.271666 ], [ 120.1043003, 30.271715 ], [ 120.1044104, 30.2717417 ], [ 120.1044905, 30.2717182 ], [ 120.1045355, 30.2716719 ], [ 120.1045806, 30.2715342 ], [ 120.1045255, 30.2715219 ], [ 120.1044775, 30.2714662 ], [ 120.1043994, 30.2714364 ], [ 120.1041421, 30.2713518 ], [ 120.1039629, 30.2712908 ], [ 120.1037766, 30.2712498 ], [ 120.1036074, 30.2711641 ], [ 120.1034228, 30.271104 ], [ 120.1033479, 30.2710847 ], [ 120.1032505, 30.271047 ], [ 120.103138, 30.270979 ], [ 120.1030996, 30.270874 ], [ 120.1028975, 30.2707012 ], [ 120.1027143, 30.2706253 ], [ 120.102508, 30.270575 ], [ 120.1022472, 30.2704352 ], [ 120.1021277, 30.2704374 ], [ 120.1019605, 30.2703672 ], [ 120.1017321, 30.2702569 ], [ 120.1015598, 30.2702067 ], [ 120.1014395, 30.270139 ], [ 120.1012965, 30.2699993 ], [ 120.100477, 30.2696293 ], [ 120.0995931, 30.2692019 ], [ 120.0990203, 30.2688858 ], [ 120.0987692, 30.2688351 ], [ 120.0983893, 30.2687764 ], [ 120.0981287, 30.2687068 ], [ 120.097888, 30.2685697 ], [ 120.0976903, 30.2684272 ], [ 120.0974984, 30.268286 ], [ 120.0972317, 30.2681366 ], [ 120.0967765, 30.2679696 ], [ 120.0964123, 30.2678156 ], [ 120.0962985, 30.2677927 ], [ 120.0961696, 30.2677599 ], [ 120.0960406, 30.2676583 ], [ 120.0958585, 30.2676125 ], [ 120.0956158, 30.2675732 ], [ 120.0954754, 30.2675076 ], [ 120.0948939, 30.2673367 ], [ 120.0944954, 30.2671906 ], [ 120.094289, 30.2670655 ], [ 120.0940055, 30.2669617 ], [ 120.0937867, 30.2668739 ], [ 120.0935094, 30.2667914 ], [ 120.0932322, 30.2667595 ], [ 120.0930565, 30.2667701 ], [ 120.0928347, 30.2667754 ], [ 120.0925358, 30.2667621 ], [ 120.0923202, 30.2667541 ], [ 120.0917121, 30.2667287 ], [ 120.091674, 30.2669402 ], [ 120.0923747, 30.2669715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0851492, 30.2716186 ], [ 120.0851795, 30.2716933 ], [ 120.0851578, 30.2717717 ], [ 120.0852184, 30.2717866 ], [ 120.0852529, 30.2717381 ], [ 120.0852486, 30.2716746 ], [ 120.0852227, 30.2716074 ], [ 120.0851924, 30.2715514 ], [ 120.0851492, 30.2715103 ], [ 120.0850887, 30.2715141 ], [ 120.0850844, 30.2715514 ], [ 120.0851492, 30.2716186 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1256269, 30.2372956 ], [ 120.1256547, 30.2372956 ], [ 120.1256871, 30.2372956 ], [ 120.1257057, 30.2372849 ], [ 120.1257319, 30.2372862 ], [ 120.1257489, 30.2372769 ], [ 120.1257551, 30.2372529 ], [ 120.125772, 30.2372422 ], [ 120.125772, 30.2372169 ], [ 120.1257689, 30.2371889 ], [ 120.1257535, 30.2371795 ], [ 120.1257288, 30.2371795 ], [ 120.1257026, 30.2371782 ], [ 120.1256871, 30.2371835 ], [ 120.1256593, 30.2371822 ], [ 120.1256377, 30.2371995 ], [ 120.1256377, 30.2372235 ], [ 120.1256207, 30.2372422 ], [ 120.1256207, 30.2372636 ], [ 120.1256099, 30.2372809 ], [ 120.1256269, 30.2372956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1234119, 30.2403647 ], [ 120.1234868, 30.2403922 ], [ 120.1236102, 30.2404148 ], [ 120.1236795, 30.240397 ], [ 120.1237505, 30.240418 ], [ 120.1237375, 30.2403114 ], [ 120.1236926, 30.2403017 ], [ 120.1236327, 30.2402871 ], [ 120.1235672, 30.2402144 ], [ 120.1234681, 30.2402144 ], [ 120.1234213, 30.2402645 ], [ 120.1233989, 30.2403178 ], [ 120.1234119, 30.2403647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1202282, 30.2409326 ], [ 120.1203303, 30.2409699 ], [ 120.1204663, 30.2409424 ], [ 120.1204754, 30.2409091 ], [ 120.120455, 30.2408837 ], [ 120.1204096, 30.2408837 ], [ 120.1202577, 30.2408895 ], [ 120.1202214, 30.2409111 ], [ 120.1202282, 30.2409326 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1199674, 30.2411932 ], [ 120.1199901, 30.2412343 ], [ 120.1200355, 30.2412814 ], [ 120.1200627, 30.2412618 ], [ 120.120099, 30.2411716 ], [ 120.1201353, 30.2410796 ], [ 120.1201693, 30.2410051 ], [ 120.1201625, 30.2409679 ], [ 120.1201171, 30.2409483 ], [ 120.1200695, 30.2409483 ], [ 120.1200287, 30.2409679 ], [ 120.1199924, 30.2409993 ], [ 120.1199584, 30.2410619 ], [ 120.1199561, 30.2411227 ], [ 120.1199674, 30.2411932 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1161801, 30.2415908 ], [ 120.1163825, 30.2415578 ], [ 120.1163481, 30.241444 ], [ 120.1163099, 30.2414423 ], [ 120.116203, 30.2414522 ], [ 120.116182, 30.2414621 ], [ 120.1161687, 30.2414819 ], [ 120.1161801, 30.2415908 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1151931, 30.2422222 ], [ 120.1152145, 30.2422599 ], [ 120.1152521, 30.242308 ], [ 120.1152876, 30.242334 ], [ 120.1153634, 30.2423636 ], [ 120.1154579, 30.242381 ], [ 120.1155317, 30.242392 ], [ 120.1155967, 30.2423891 ], [ 120.1156329, 30.2423804 ], [ 120.1156611, 30.2423671 ], [ 120.1156859, 30.2423456 ], [ 120.1156946, 30.2423178 ], [ 120.115696, 30.2422883 ], [ 120.1157047, 30.2422674 ], [ 120.1157174, 30.2422471 ], [ 120.1157375, 30.2422286 ], [ 120.1157791, 30.2422112 ], [ 120.1158026, 30.242195 ], [ 120.115816, 30.2421782 ], [ 120.1158207, 30.2421272 ], [ 120.1158093, 30.2420878 ], [ 120.1157919, 30.2420681 ], [ 120.1157684, 30.2420554 ], [ 120.1157399, 30.2420513 ], [ 120.1156887, 30.2420719 ], [ 120.1155867, 30.2421099 ], [ 120.1155147, 30.2421161 ], [ 120.1154328, 30.2421161 ], [ 120.115352, 30.2421232 ], [ 120.1152936, 30.2421238 ], [ 120.1152447, 30.2421238 ], [ 120.1152226, 30.2421296 ], [ 120.1152038, 30.2421446 ], [ 120.115191, 30.2421701 ], [ 120.1151877, 30.2422002 ], [ 120.1151931, 30.2422222 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.115974, 30.2424406 ], [ 120.1160458, 30.2424552 ], [ 120.1161091, 30.2424406 ], [ 120.1161429, 30.2423968 ], [ 120.1161724, 30.2423166 ], [ 120.1162695, 30.2422911 ], [ 120.116375, 30.2422692 ], [ 120.1164456, 30.242298 ], [ 120.1164743, 30.2423187 ], [ 120.116487, 30.242339 ], [ 120.1164763, 30.2423571 ], [ 120.1163856, 30.2424294 ], [ 120.1162031, 30.2424727 ], [ 120.1162703, 30.2424968 ], [ 120.116565, 30.2424333 ], [ 120.1166114, 30.2424771 ], [ 120.1166621, 30.2425427 ], [ 120.1167465, 30.2426448 ], [ 120.1168605, 30.2426667 ], [ 120.1169534, 30.2426995 ], [ 120.1171138, 30.2427542 ], [ 120.1172034, 30.2426925 ], [ 120.1172799, 30.2426967 ], [ 120.1173386, 30.242746 ], [ 120.1174177, 30.2428272 ], [ 120.1175106, 30.2428563 ], [ 120.1176541, 30.2428782 ], [ 120.1178145, 30.2429001 ], [ 120.1179411, 30.2429001 ], [ 120.1180636, 30.2429293 ], [ 120.1181775, 30.2430095 ], [ 120.1183422, 30.2430168 ], [ 120.1184181, 30.242922 ], [ 120.1184477, 30.2428746 ], [ 120.1185152, 30.242849 ], [ 120.1185701, 30.2428563 ], [ 120.1186883, 30.2428673 ], [ 120.1187685, 30.2428563 ], [ 120.1188192, 30.2428235 ], [ 120.1188825, 30.2427141 ], [ 120.1188656, 30.2425537 ], [ 120.1188952, 30.2424406 ], [ 120.1189458, 30.2423859 ], [ 120.1190049, 30.2422802 ], [ 120.1190471, 30.2421744 ], [ 120.1190091, 30.2421051 ], [ 120.1189205, 30.2420577 ], [ 120.1188403, 30.2420541 ], [ 120.1187432, 30.2420832 ], [ 120.1186419, 30.2420723 ], [ 120.1185279, 30.2420686 ], [ 120.1184266, 30.2421088 ], [ 120.1183084, 30.2421197 ], [ 120.1182029, 30.2420796 ], [ 120.1181058, 30.2420577 ], [ 120.1179834, 30.2420504 ], [ 120.1178103, 30.2420613 ], [ 120.1177174, 30.2420905 ], [ 120.1175992, 30.2421015 ], [ 120.1174937, 30.2420759 ], [ 120.1174641, 30.2421088 ], [ 120.1175106, 30.2421562 ], [ 120.1176161, 30.2421963 ], [ 120.1177216, 30.2422072 ], [ 120.1178314, 30.2422291 ], [ 120.1178567, 30.2422729 ], [ 120.1178187, 30.2423349 ], [ 120.1178652, 30.2423786 ], [ 120.1179243, 30.242437 ], [ 120.1179158, 30.2424807 ], [ 120.1178483, 30.2425135 ], [ 120.1177681, 30.2425172 ], [ 120.1176921, 30.2424807 ], [ 120.1176457, 30.2425172 ], [ 120.1176541, 30.2425792 ], [ 120.1176457, 30.2426558 ], [ 120.1175866, 30.2427287 ], [ 120.1175021, 30.2427433 ], [ 120.117432, 30.2427137 ], [ 120.1174028, 30.242641 ], [ 120.1174293, 30.2425692 ], [ 120.1174461, 30.2425165 ], [ 120.1174791, 30.2424397 ], [ 120.1175192, 30.2424256 ], [ 120.117546, 30.2423815 ], [ 120.1175477, 30.2423685 ], [ 120.1175179, 30.2423346 ], [ 120.1174575, 30.242341 ], [ 120.1173589, 30.2423282 ], [ 120.1173013, 30.2423033 ], [ 120.1172446, 30.2422036 ], [ 120.1171771, 30.2420869 ], [ 120.1170969, 30.2420613 ], [ 120.1169745, 30.2420577 ], [ 120.1168647, 30.2420577 ], [ 120.1167929, 30.2420285 ], [ 120.1167212, 30.2420322 ], [ 120.1166494, 30.2420723 ], [ 120.116641, 30.2421416 ], [ 120.1166241, 30.2422145 ], [ 120.1165777, 30.2422364 ], [ 120.1164754, 30.2422709 ], [ 120.1164113, 30.2422409 ], [ 120.1164341, 30.2420942 ], [ 120.1164173, 30.2419884 ], [ 120.116375, 30.2419556 ], [ 120.1162611, 30.2419665 ], [ 120.116164, 30.2419665 ], [ 120.1160838, 30.2419738 ], [ 120.1160753, 30.2420249 ], [ 120.1161091, 30.2420723 ], [ 120.1160922, 30.2421343 ], [ 120.1160458, 30.2422254 ], [ 120.1160205, 30.2423093 ], [ 120.1159614, 30.2423604 ], [ 120.115936, 30.2424041 ], [ 120.115974, 30.2424406 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1195093, 30.2427662 ], [ 120.1195588, 30.2427689 ], [ 120.11963, 30.2426245 ], [ 120.1196888, 30.2425202 ], [ 120.1197229, 30.2424319 ], [ 120.1197353, 30.2423276 ], [ 120.1197105, 30.2422902 ], [ 120.1196579, 30.2422955 ], [ 120.1196238, 30.2423249 ], [ 120.1196238, 30.2423784 ], [ 120.1196145, 30.2424453 ], [ 120.1195402, 30.2425924 ], [ 120.1195, 30.2426512 ], [ 120.1194876, 30.242702 ], [ 120.1195093, 30.2427662 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1160266, 30.2442514 ], [ 120.1160938, 30.2442602 ], [ 120.1161437, 30.2442386 ], [ 120.1161657, 30.2441485 ], [ 120.1161088, 30.2441187 ], [ 120.116013, 30.2441203 ], [ 120.1160036, 30.244213 ], [ 120.1160266, 30.2442514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1258012, 30.2441756 ], [ 120.1258754, 30.2441254 ], [ 120.1258141, 30.2441059 ], [ 120.1257561, 30.2441505 ], [ 120.1257463, 30.2441713 ], [ 120.1257271, 30.2442118 ], [ 120.1257142, 30.244312 ], [ 120.1258012, 30.2441756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1258464, 30.2445905 ], [ 120.1259656, 30.2446239 ], [ 120.1261429, 30.2446406 ], [ 120.1262332, 30.2446099 ], [ 120.1263008, 30.2445348 ], [ 120.126346, 30.2444484 ], [ 120.1263718, 30.2444067 ], [ 120.1263395, 30.2443565 ], [ 120.1262299, 30.2443036 ], [ 120.1261622, 30.2442591 ], [ 120.1261107, 30.2442591 ], [ 120.126072, 30.2442842 ], [ 120.1260043, 30.244273 ], [ 120.1259656, 30.2443064 ], [ 120.1259785, 30.244376 ], [ 120.126043, 30.2444234 ], [ 120.1260333, 30.2444874 ], [ 120.1259624, 30.2445097 ], [ 120.1258464, 30.2444846 ], [ 120.1257755, 30.2444791 ], [ 120.125769, 30.2445348 ], [ 120.1258464, 30.2445905 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1244636, 30.2452894 ], [ 120.1245023, 30.2453729 ], [ 120.1245345, 30.2454147 ], [ 120.1245345, 30.2454843 ], [ 120.1245861, 30.2455372 ], [ 120.1245893, 30.2456152 ], [ 120.1245796, 30.2456876 ], [ 120.1246247, 30.2457265 ], [ 120.124715, 30.2457739 ], [ 120.1247827, 30.2457906 ], [ 120.1249535, 30.2457934 ], [ 120.1251179, 30.2457906 ], [ 120.1252146, 30.2457405 ], [ 120.1253016, 30.2456681 ], [ 120.1253306, 30.2455873 ], [ 120.125263, 30.2455008 ], [ 120.1252501, 30.2454843 ], [ 120.1252339, 30.2453868 ], [ 120.1253016, 30.24532 ], [ 120.1254628, 30.245217 ], [ 120.1256626, 30.2452337 ], [ 120.1258174, 30.2452476 ], [ 120.1258528, 30.2452866 ], [ 120.125856, 30.2453478 ], [ 120.125885, 30.2454119 ], [ 120.1259656, 30.2454425 ], [ 120.1261913, 30.2454592 ], [ 120.1262493, 30.2455093 ], [ 120.1263718, 30.2455734 ], [ 120.1263934, 30.245525 ], [ 120.1262783, 30.2454926 ], [ 120.1262299, 30.245423 ], [ 120.1262686, 30.245359 ], [ 120.1263331, 30.2452615 ], [ 120.1263879, 30.245139 ], [ 120.1264491, 30.2450861 ], [ 120.1265642, 30.2451242 ], [ 120.1266012, 30.2449987 ], [ 120.1265168, 30.2449246 ], [ 120.1264781, 30.2448606 ], [ 120.1266071, 30.2444484 ], [ 120.1266296, 30.2443371 ], [ 120.1266092, 30.2442886 ], [ 120.1265851, 30.2442978 ], [ 120.1265569, 30.2442943 ], [ 120.1265748, 30.24439 ], [ 120.1265748, 30.2444735 ], [ 120.1264588, 30.2447854 ], [ 120.1264266, 30.244855 ], [ 120.1263041, 30.2449023 ], [ 120.1261268, 30.2449079 ], [ 120.1258206, 30.2448661 ], [ 120.1257045, 30.2448216 ], [ 120.1256143, 30.244752 ], [ 120.1255692, 30.2447937 ], [ 120.1255047, 30.2447909 ], [ 120.1255756, 30.2448411 ], [ 120.1255692, 30.2448773 ], [ 120.1255144, 30.2449719 ], [ 120.125466, 30.2450332 ], [ 120.1254112, 30.2450304 ], [ 120.1252823, 30.2449859 ], [ 120.1252436, 30.2449998 ], [ 120.1252694, 30.245061 ], [ 120.1253274, 30.2451223 ], [ 120.1253983, 30.2451836 ], [ 120.1253951, 30.2452281 ], [ 120.1253339, 30.2452754 ], [ 120.1252952, 30.2452838 ], [ 120.1252404, 30.2452671 ], [ 120.1251598, 30.2452225 ], [ 120.1251131, 30.2452066 ], [ 120.1247924, 30.2450972 ], [ 120.124657, 30.2450443 ], [ 120.1245861, 30.2450499 ], [ 120.1245087, 30.2451167 ], [ 120.1244539, 30.2452281 ], [ 120.1244636, 30.2452894 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1246011, 30.2462228 ], [ 120.1246347, 30.2462502 ], [ 120.1247242, 30.2462631 ], [ 120.1247914, 30.2462631 ], [ 120.124838, 30.2462566 ], [ 120.1248436, 30.2462421 ], [ 120.1248548, 30.2461906 ], [ 120.124853, 30.2461245 ], [ 120.124825, 30.2460939 ], [ 120.1247802, 30.2460794 ], [ 120.1247112, 30.2460713 ], [ 120.124644, 30.2460826 ], [ 120.1246105, 30.2461003 ], [ 120.1245788, 30.2461326 ], [ 120.1245769, 30.2461793 ], [ 120.1246011, 30.2462228 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1248996, 30.2467707 ], [ 120.1249201, 30.246819 ], [ 120.1249257, 30.2468754 ], [ 120.1249509, 30.246929 ], [ 120.125004, 30.2469511 ], [ 120.125129, 30.2469254 ], [ 120.1251309, 30.2468577 ], [ 120.1251141, 30.2468109 ], [ 120.1250861, 30.2467465 ], [ 120.12506, 30.2467062 ], [ 120.1249761, 30.2466804 ], [ 120.1249723, 30.2465837 ], [ 120.1249083, 30.2466168 ], [ 120.124894, 30.2466514 ], [ 120.1248782, 30.2467111 ], [ 120.1248996, 30.2467707 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1200999, 30.2464907 ], [ 120.1201502, 30.2465063 ], [ 120.1202428, 30.2465641 ], [ 120.1203801, 30.246589 ], [ 120.1206814, 30.2466145 ], [ 120.1209239, 30.2466634 ], [ 120.1210416, 30.246703 ], [ 120.1211446, 30.2467576 ], [ 120.1212636, 30.246821 ], [ 120.1213313, 30.2468666 ], [ 120.1213927, 30.24688 ], [ 120.1214471, 30.2468767 ], [ 120.121523, 30.2468788 ], [ 120.1215984, 30.2468788 ], [ 120.1216919, 30.2468415 ], [ 120.1217853, 30.2468229 ], [ 120.1218464, 30.2468074 ], [ 120.1219254, 30.2468105 ], [ 120.1220117, 30.2468198 ], [ 120.1221051, 30.2468198 ], [ 120.1221914, 30.2468291 ], [ 120.1229137, 30.2469719 ], [ 120.1229449, 30.2469955 ], [ 120.1230893, 30.2469936 ], [ 120.1232184, 30.2469926 ], [ 120.1233617, 30.2469936 ], [ 120.1234797, 30.2470021 ], [ 120.1236275, 30.2470412 ], [ 120.1236751, 30.2470585 ], [ 120.1237268, 30.2470773 ], [ 120.1237455, 30.2470841 ], [ 120.1239127, 30.2471502 ], [ 120.1239563, 30.2471851 ], [ 120.1240233, 30.2472322 ], [ 120.1240419, 30.2472901 ], [ 120.1240497, 30.2473708 ], [ 120.1240637, 30.2474959 ], [ 120.1240809, 30.2475322 ], [ 120.1240964, 30.2474999 ], [ 120.1240902, 30.2474529 ], [ 120.1240528, 30.2472309 ], [ 120.1240264, 30.2471865 ], [ 120.1239625, 30.2471421 ], [ 120.1238706, 30.247095 ], [ 120.1237507, 30.24706 ], [ 120.1236589, 30.2470197 ], [ 120.1235639, 30.2469914 ], [ 120.1234486, 30.2469659 ], [ 120.1233287, 30.2469618 ], [ 120.1231808, 30.2469578 ], [ 120.1230905, 30.2469686 ], [ 120.1229892, 30.2469659 ], [ 120.122928, 30.2469471 ], [ 120.1222489, 30.2468105 ], [ 120.1221411, 30.246795 ], [ 120.1220225, 30.2467919 ], [ 120.1219218, 30.2467732 ], [ 120.1218104, 30.2467732 ], [ 120.1217098, 30.2468074 ], [ 120.1216056, 30.2468478 ], [ 120.1215086, 30.2468478 ], [ 120.121408, 30.2468198 ], [ 120.121293, 30.2467298 ], [ 120.1212391, 30.2467018 ], [ 120.121178, 30.2466925 ], [ 120.121178, 30.2466491 ], [ 120.1211313, 30.2465777 ], [ 120.1210594, 30.2465311 ], [ 120.1209803, 30.2465156 ], [ 120.1208114, 30.2464876 ], [ 120.1208078, 30.2464535 ], [ 120.1207503, 30.2464411 ], [ 120.120585, 30.2464131 ], [ 120.1204485, 30.2464131 ], [ 120.1203119, 30.2463945 ], [ 120.1202149, 30.2463759 ], [ 120.1201251, 30.2463728 ], [ 120.1200783, 30.2464007 ], [ 120.1200748, 30.2464535 ], [ 120.1200999, 30.2464907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1215199, 30.2469184 ], [ 120.1215477, 30.2469535 ], [ 120.121568, 30.247019 ], [ 120.1215717, 30.2470957 ], [ 120.1215495, 30.2471788 ], [ 120.1215162, 30.2472586 ], [ 120.1215008, 30.2472877 ], [ 120.1214552, 30.2473736 ], [ 120.121433, 30.2474232 ], [ 120.1214386, 30.2474759 ], [ 120.1214459, 30.2475238 ], [ 120.1214922, 30.2475446 ], [ 120.1214829, 30.2474839 ], [ 120.1214792, 30.247412 ], [ 120.121507, 30.2473848 ], [ 120.1215474, 30.2472892 ], [ 120.1215698, 30.2472363 ], [ 120.1215851, 30.2472025 ], [ 120.1215994, 30.2471708 ], [ 120.1216198, 30.2470781 ], [ 120.1216176, 30.2470285 ], [ 120.1216161, 30.2469934 ], [ 120.1215902, 30.246912 ], [ 120.1215984, 30.2468788 ], [ 120.121523, 30.2468788 ], [ 120.1214471, 30.2468767 ], [ 120.1213927, 30.24688 ], [ 120.1215199, 30.2469184 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1254986, 30.2476194 ], [ 120.1255033, 30.2476329 ], [ 120.1255174, 30.2476464 ], [ 120.1255143, 30.2479255 ], [ 120.1255582, 30.2479268 ], [ 120.1255629, 30.2476478 ], [ 120.1255738, 30.2476424 ], [ 120.125588, 30.2476207 ], [ 120.1255911, 30.2476031 ], [ 120.1255864, 30.2475855 ], [ 120.1255676, 30.2475733 ], [ 120.1255441, 30.2475679 ], [ 120.1255221, 30.2475706 ], [ 120.1255033, 30.2475828 ], [ 120.125497, 30.247599 ], [ 120.1254986, 30.2476194 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1243764, 30.248191 ], [ 120.1243904, 30.2482076 ], [ 120.1244323, 30.2482046 ], [ 120.1244532, 30.2481986 ], [ 120.1244602, 30.248182 ], [ 120.124462, 30.2481684 ], [ 120.1244532, 30.2481488 ], [ 120.1244218, 30.2481352 ], [ 120.1243939, 30.2481367 ], [ 120.1243781, 30.2481518 ], [ 120.1243729, 30.2481684 ], [ 120.1243764, 30.248191 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1247904, 30.2482017 ], [ 120.1247962, 30.2482215 ], [ 120.1248172, 30.2482265 ], [ 120.1248172, 30.2482463 ], [ 120.1248841, 30.2482471 ], [ 120.1249109, 30.248243 ], [ 120.1249319, 30.2482248 ], [ 120.1249339, 30.2482 ], [ 120.1253163, 30.2482083 ], [ 120.1253163, 30.2481918 ], [ 120.1249319, 30.2481802 ], [ 120.1249166, 30.2481439 ], [ 120.1249071, 30.248129 ], [ 120.1248746, 30.2481224 ], [ 120.124844, 30.2481241 ], [ 120.124821, 30.2481274 ], [ 120.1248115, 30.2481521 ], [ 120.1247943, 30.2481554 ], [ 120.1247828, 30.2481703 ], [ 120.1247656, 30.248172 ], [ 120.1247637, 30.2481967 ], [ 120.1247904, 30.2482017 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1111455, 30.2484943 ], [ 120.111214, 30.2483783 ], [ 120.111105, 30.2483279 ], [ 120.1110365, 30.2484462 ], [ 120.1111455, 30.2484943 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1203495, 30.2480701 ], [ 120.1203853, 30.2481474 ], [ 120.1204881, 30.248298 ], [ 120.1205417, 30.2483598 ], [ 120.1205596, 30.2484216 ], [ 120.1205552, 30.2484756 ], [ 120.1205552, 30.2485374 ], [ 120.1205999, 30.248549 ], [ 120.1206356, 30.2485027 ], [ 120.1206401, 30.248437 ], [ 120.1206625, 30.2484061 ], [ 120.1207177, 30.2483927 ], [ 120.1207674, 30.2483832 ], [ 120.1208005, 30.2484023 ], [ 120.1208447, 30.2484213 ], [ 120.1209192, 30.2484166 ], [ 120.1209854, 30.2484023 ], [ 120.1210241, 30.248388 ], [ 120.1210489, 30.2483546 ], [ 120.121129, 30.2483212 ], [ 120.1212118, 30.2483212 ], [ 120.1212863, 30.248326 ], [ 120.1213498, 30.2483283 ], [ 120.1214078, 30.2483522 ], [ 120.1214989, 30.2483736 ], [ 120.1215762, 30.2483593 ], [ 120.1216479, 30.2483403 ], [ 120.1217059, 30.2483546 ], [ 120.121797, 30.2483641 ], [ 120.1219074, 30.2483689 ], [ 120.1220399, 30.2483951 ], [ 120.1221089, 30.2484094 ], [ 120.1221531, 30.2484094 ], [ 120.1222028, 30.2483832 ], [ 120.1222442, 30.2483617 ], [ 120.1223104, 30.2483546 ], [ 120.1223877, 30.2483593 ], [ 120.1224484, 30.2483856 ], [ 120.1225202, 30.2483975 ], [ 120.122603, 30.2483832 ], [ 120.1226775, 30.2483784 ], [ 120.122741, 30.2483951 ], [ 120.1228984, 30.2484595 ], [ 120.1229646, 30.2484738 ], [ 120.123053, 30.248481 ], [ 120.1232048, 30.2484786 ], [ 120.1232793, 30.2484929 ], [ 120.1233511, 30.2485215 ], [ 120.1233787, 30.248624 ], [ 120.1234725, 30.2486836 ], [ 120.1236023, 30.2486884 ], [ 120.1236878, 30.2487051 ], [ 120.1237817, 30.2487003 ], [ 120.1238397, 30.2486908 ], [ 120.1239031, 30.2487194 ], [ 120.124008, 30.2488172 ], [ 120.1240118, 30.2489298 ], [ 120.1240523, 30.2489981 ], [ 120.1240927, 30.2490364 ], [ 120.124112, 30.2490691 ], [ 120.1241323, 30.2491033 ], [ 120.1241433, 30.2491319 ], [ 120.1241737, 30.2491629 ], [ 120.1242151, 30.2492035 ], [ 120.1242399, 30.2492535 ], [ 120.1243208, 30.2493058 ], [ 120.1243189, 30.249275 ], [ 120.1242592, 30.249182 ], [ 120.1242206, 30.2491534 ], [ 120.1241875, 30.2491152 ], [ 120.1241539, 30.2490249 ], [ 120.1241395, 30.2489359 ], [ 120.12413, 30.2488614 ], [ 120.1240868, 30.2488158 ], [ 120.1240675, 30.2488066 ], [ 120.1240221, 30.2487848 ], [ 120.1239766, 30.2487268 ], [ 120.1239257, 30.2486702 ], [ 120.123892, 30.2486392 ], [ 120.1238381, 30.2486004 ], [ 120.1238022, 30.2485461 ], [ 120.1238135, 30.2484879 ], [ 120.1237977, 30.2484355 ], [ 120.1238359, 30.2483851 ], [ 120.1238943, 30.2483715 ], [ 120.1239437, 30.2483735 ], [ 120.124002, 30.2483677 ], [ 120.1240222, 30.2483405 ], [ 120.1240213, 30.2482881 ], [ 120.1239984, 30.2482456 ], [ 120.1239558, 30.2482286 ], [ 120.1239525, 30.2482031 ], [ 120.1239197, 30.248189 ], [ 120.1239, 30.2481607 ], [ 120.1239132, 30.2481323 ], [ 120.1238885, 30.2481134 ], [ 120.1238269, 30.2480968 ], [ 120.1237885, 30.2480669 ], [ 120.1237885, 30.2480071 ], [ 120.1238813, 30.2479427 ], [ 120.1239081, 30.2478191 ], [ 120.1238679, 30.2477225 ], [ 120.1238097, 30.2477071 ], [ 120.1235952, 30.247653 ], [ 120.1235013, 30.2476492 ], [ 120.1234163, 30.2476608 ], [ 120.1233493, 30.2477071 ], [ 120.1233046, 30.247765 ], [ 120.1232822, 30.2478307 ], [ 120.1232465, 30.2478539 ], [ 120.1231794, 30.2478423 ], [ 120.123157, 30.247877 ], [ 120.1231883, 30.2479195 ], [ 120.1232688, 30.2479504 ], [ 120.123318, 30.2480045 ], [ 120.1233627, 30.2480972 ], [ 120.1234119, 30.2482053 ], [ 120.1234163, 30.2482748 ], [ 120.1234074, 30.2483366 ], [ 120.1233672, 30.2483868 ], [ 120.1232643, 30.2484254 ], [ 120.1231794, 30.2484138 ], [ 120.1231034, 30.2484022 ], [ 120.1229916, 30.2484022 ], [ 120.1228818, 30.2484022 ], [ 120.122853, 30.2484022 ], [ 120.1228318, 30.24839 ], [ 120.1227701, 30.2483545 ], [ 120.1227323, 30.2483327 ], [ 120.1226429, 30.2483405 ], [ 120.1225848, 30.2483675 ], [ 120.1225088, 30.2483675 ], [ 120.1224507, 30.2483366 ], [ 120.1223434, 30.2483173 ], [ 120.1222406, 30.248325 ], [ 120.1220305, 30.2483636 ], [ 120.1219589, 30.2483289 ], [ 120.1218472, 30.2483327 ], [ 120.1217622, 30.2483327 ], [ 120.1216817, 30.2482903 ], [ 120.1216549, 30.2482323 ], [ 120.1216862, 30.2481705 ], [ 120.1216549, 30.2481165 ], [ 120.1216057, 30.2480701 ], [ 120.1216013, 30.2480122 ], [ 120.1216281, 30.2479543 ], [ 120.1216996, 30.2479002 ], [ 120.121722, 30.2478345 ], [ 120.1216639, 30.2477766 ], [ 120.1215879, 30.2477419 ], [ 120.1215432, 30.2476646 ], [ 120.1215163, 30.2476221 ], [ 120.1214582, 30.247599 ], [ 120.1213912, 30.247599 ], [ 120.1213554, 30.2476337 ], [ 120.1213554, 30.2476955 ], [ 120.1213241, 30.2477457 ], [ 120.121333, 30.247823 ], [ 120.1213196, 30.2478847 ], [ 120.1212749, 30.2479311 ], [ 120.1212034, 30.2479427 ], [ 120.1211095, 30.2479465 ], [ 120.1211632, 30.2479813 ], [ 120.1212302, 30.2479929 ], [ 120.1212749, 30.2480276 ], [ 120.1212928, 30.2480778 ], [ 120.1212883, 30.2481358 ], [ 120.1212883, 30.2482053 ], [ 120.1212839, 30.2482903 ], [ 120.1212079, 30.2483018 ], [ 120.121114, 30.2482825 ], [ 120.1210246, 30.2482825 ], [ 120.1209709, 30.2482555 ], [ 120.1209396, 30.2482207 ], [ 120.1209083, 30.2481512 ], [ 120.1209262, 30.2480315 ], [ 120.1209486, 30.2479388 ], [ 120.120877, 30.2479002 ], [ 120.1208592, 30.2478268 ], [ 120.1208457, 30.247765 ], [ 120.1207921, 30.2477341 ], [ 120.1207206, 30.2477264 ], [ 120.1206401, 30.2477457 ], [ 120.1205552, 30.2477457 ], [ 120.1204926, 30.2477766 ], [ 120.1204166, 30.2478191 ], [ 120.1203674, 30.2478616 ], [ 120.1203406, 30.2479581 ], [ 120.1203495, 30.2480701 ] ], [ [ 120.1233732, 30.2478886 ], [ 120.12342, 30.2478571 ], [ 120.123433, 30.2478279 ], [ 120.1234668, 30.2477875 ], [ 120.1235292, 30.2477561 ], [ 120.1235916, 30.2477695 ], [ 120.1236514, 30.2478212 ], [ 120.1236826, 30.2478571 ], [ 120.123745, 30.2478661 ], [ 120.1237736, 30.2478953 ], [ 120.1237502, 30.2479492 ], [ 120.1237242, 30.2479695 ], [ 120.1236748, 30.2479874 ], [ 120.123602, 30.2479874 ], [ 120.1235734, 30.2480099 ], [ 120.1235422, 30.2480413 ], [ 120.1234876, 30.248093 ], [ 120.1234486, 30.248084 ], [ 120.1234356, 30.2480211 ], [ 120.1233862, 30.2479897 ], [ 120.123355, 30.2479335 ], [ 120.1233732, 30.2478886 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1254533, 30.2488227 ], [ 120.1254648, 30.2488312 ], [ 120.1254795, 30.2488383 ], [ 120.125514, 30.2488411 ], [ 120.1255304, 30.2488354 ], [ 120.1255419, 30.2488241 ], [ 120.1255435, 30.2488042 ], [ 120.1255435, 30.2487915 ], [ 120.1255386, 30.2487773 ], [ 120.1255255, 30.2487646 ], [ 120.1255419, 30.2484811 ], [ 120.1254894, 30.2484796 ], [ 120.1254779, 30.2487631 ], [ 120.1254615, 30.2487759 ], [ 120.1254517, 30.2487887 ], [ 120.12545, 30.2488042 ], [ 120.1254533, 30.2488227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1183888, 30.2498725 ], [ 120.1185939, 30.2498415 ], [ 120.1188605, 30.249784 ], [ 120.1191732, 30.249722 ], [ 120.1198805, 30.2496624 ], [ 120.1202815, 30.2496584 ], [ 120.1205165, 30.2496186 ], [ 120.1205648, 30.2496062 ], [ 120.1206871, 30.2495748 ], [ 120.1208853, 30.249547 ], [ 120.1212586, 30.2495111 ], [ 120.1214245, 30.2494395 ], [ 120.1215904, 30.2493917 ], [ 120.1217425, 30.2493997 ], [ 120.1218485, 30.2493997 ], [ 120.1220421, 30.2493837 ], [ 120.1221896, 30.2493678 ], [ 120.1223324, 30.2493957 ], [ 120.1224477, 30.2494156 ], [ 120.1225537, 30.2494395 ], [ 120.1226274, 30.2494793 ], [ 120.1226919, 30.2495111 ], [ 120.1226919, 30.2494554 ], [ 120.1227334, 30.2494156 ], [ 120.1228118, 30.2493917 ], [ 120.1229039, 30.2494116 ], [ 120.1229546, 30.2494435 ], [ 120.1229731, 30.2494912 ], [ 120.1229777, 30.249539 ], [ 120.1229132, 30.2495709 ], [ 120.1228348, 30.2495828 ], [ 120.1227288, 30.2495589 ], [ 120.1228025, 30.2496107 ], [ 120.1228993, 30.2496306 ], [ 120.1229961, 30.2496306 ], [ 120.1231252, 30.2496186 ], [ 120.1231989, 30.2496346 ], [ 120.1233786, 30.2497022 ], [ 120.1234754, 30.249758 ], [ 120.1235907, 30.2497819 ], [ 120.1237335, 30.2497739 ], [ 120.1239916, 30.2497301 ], [ 120.1242036, 30.2497221 ], [ 120.1244279, 30.2497226 ], [ 120.1243729, 30.2496757 ], [ 120.1243053, 30.2496865 ], [ 120.1241823, 30.2496732 ], [ 120.1240285, 30.2496467 ], [ 120.1238541, 30.2496644 ], [ 120.1236952, 30.2497175 ], [ 120.1235773, 30.249691 ], [ 120.1233927, 30.2496334 ], [ 120.1232338, 30.2495758 ], [ 120.1231005, 30.2494961 ], [ 120.1230082, 30.2494075 ], [ 120.1228544, 30.2493411 ], [ 120.122516, 30.2492968 ], [ 120.1223212, 30.2492569 ], [ 120.1221212, 30.2492392 ], [ 120.1220033, 30.2492171 ], [ 120.1218649, 30.2492215 ], [ 120.1217008, 30.2492525 ], [ 120.1215419, 30.2493012 ], [ 120.1214137, 30.2493721 ], [ 120.1212958, 30.2494075 ], [ 120.1211215, 30.2494784 ], [ 120.1206908, 30.2495359 ], [ 120.1205766, 30.2495619 ], [ 120.1203986, 30.2496024 ], [ 120.1202653, 30.2496245 ], [ 120.1200111, 30.2496216 ], [ 120.1199156, 30.2496205 ], [ 120.1198808, 30.2496201 ], [ 120.1194979, 30.2496566 ], [ 120.1191835, 30.2496865 ], [ 120.1188759, 30.2497397 ], [ 120.1186093, 30.2497972 ], [ 120.1183632, 30.2498282 ], [ 120.1183888, 30.2498725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1207776, 30.2508795 ], [ 120.1208759, 30.2509249 ], [ 120.1211041, 30.2510857 ], [ 120.1211217, 30.251113 ], [ 120.1211497, 30.2511433 ], [ 120.1211392, 30.2511797 ], [ 120.1211778, 30.25121 ], [ 120.1212024, 30.2511736 ], [ 120.1212094, 30.2511281 ], [ 120.1212129, 30.2510523 ], [ 120.1212445, 30.2509795 ], [ 120.1213042, 30.2508067 ], [ 120.1213358, 30.2507551 ], [ 120.1213569, 30.2506611 ], [ 120.1213463, 30.2505823 ], [ 120.1213182, 30.2505216 ], [ 120.1213182, 30.2504792 ], [ 120.1213358, 30.2504125 ], [ 120.1213323, 30.2503761 ], [ 120.1212796, 30.2503488 ], [ 120.121241, 30.2503154 ], [ 120.1212445, 30.2502669 ], [ 120.1212375, 30.2502123 ], [ 120.1212059, 30.2501941 ], [ 120.1211568, 30.2501972 ], [ 120.1211357, 30.2502336 ], [ 120.1211006, 30.2502669 ], [ 120.1210374, 30.250279 ], [ 120.1210409, 30.2503397 ], [ 120.1210493, 30.2503739 ], [ 120.121055, 30.2503973 ], [ 120.121083, 30.250458 ], [ 120.1211427, 30.2505095 ], [ 120.121234, 30.2505338 ], [ 120.1212902, 30.250555 ], [ 120.1213182, 30.2506065 ], [ 120.1213217, 30.2506702 ], [ 120.1213077, 30.2507278 ], [ 120.1212656, 30.2508097 ], [ 120.121241, 30.2509128 ], [ 120.1212199, 30.2509462 ], [ 120.1211778, 30.2509795 ], [ 120.1211041, 30.2509795 ], [ 120.1210409, 30.2509431 ], [ 120.1209883, 30.2509401 ], [ 120.1209286, 30.2509189 ], [ 120.1208935, 30.2508613 ], [ 120.1208654, 30.2508309 ], [ 120.1208408, 30.2507855 ], [ 120.1207952, 30.2507824 ], [ 120.1207706, 30.2508309 ], [ 120.1207776, 30.2508795 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1254547, 30.2511676 ], [ 120.1254609, 30.2510462 ], [ 120.1253447, 30.251033 ], [ 120.1253478, 30.2509934 ], [ 120.125253, 30.2509907 ], [ 120.1252469, 30.2511518 ], [ 120.1254547, 30.2511676 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1105056, 30.251979 ], [ 120.1105121, 30.2520379 ], [ 120.1105348, 30.2521249 ], [ 120.1105933, 30.2522203 ], [ 120.1106355, 30.252282 ], [ 120.1107135, 30.2523578 ], [ 120.1107102, 30.2524167 ], [ 120.1106842, 30.2524784 ], [ 120.1107297, 30.2525205 ], [ 120.1108174, 30.2525121 ], [ 120.1108888, 30.2525654 ], [ 120.1109798, 30.252571 ], [ 120.1110601, 30.2524989 ], [ 120.1110999, 30.2524279 ], [ 120.1111064, 30.2523325 ], [ 120.1110707, 30.2522007 ], [ 120.1110025, 30.2520604 ], [ 120.1109343, 30.2519229 ], [ 120.1107557, 30.2518808 ], [ 120.1106193, 30.2518836 ], [ 120.1105186, 30.2518893 ], [ 120.1104731, 30.2519285 ], [ 120.1105056, 30.251979 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1118872, 30.2522503 ], [ 120.1118836, 30.2523379 ], [ 120.1118148, 30.2524348 ], [ 120.1119089, 30.2525036 ], [ 120.1120428, 30.2525442 ], [ 120.1121225, 30.2525724 ], [ 120.1121406, 30.2526286 ], [ 120.1122491, 30.252638 ], [ 120.1123396, 30.252638 ], [ 120.1124808, 30.2525692 ], [ 120.1125169, 30.2525223 ], [ 120.1124844, 30.2524848 ], [ 120.1124409, 30.2524098 ], [ 120.1123288, 30.2524035 ], [ 120.1121985, 30.2523785 ], [ 120.1120899, 30.2523097 ], [ 120.112032, 30.2522472 ], [ 120.1119777, 30.2521097 ], [ 120.1119705, 30.252044 ], [ 120.1118258, 30.2519328 ], [ 120.1117931, 30.2520378 ], [ 120.1118872, 30.2522503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.125138, 30.2524771 ], [ 120.1251428, 30.2523634 ], [ 120.1250638, 30.2523634 ], [ 120.1250614, 30.2524771 ], [ 120.125138, 30.2524771 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1086661, 30.2526873 ], [ 120.1087714, 30.2527161 ], [ 120.1088525, 30.2527484 ], [ 120.1089201, 30.2527575 ], [ 120.1091324, 30.2527176 ], [ 120.1091826, 30.252693 ], [ 120.1092461, 30.2526901 ], [ 120.1092946, 30.2526656 ], [ 120.1093163, 30.2526353 ], [ 120.1092912, 30.2526021 ], [ 120.1092628, 30.2525775 ], [ 120.109221, 30.2525544 ], [ 120.1092177, 30.2525082 ], [ 120.1092077, 30.2524476 ], [ 120.1091625, 30.2524346 ], [ 120.1091074, 30.2524404 ], [ 120.1090422, 30.2524635 ], [ 120.1089519, 30.2524707 ], [ 120.1088533, 30.2524736 ], [ 120.1088483, 30.2524996 ], [ 120.1089369, 30.252514 ], [ 120.1089971, 30.2525458 ], [ 120.1090221, 30.2525732 ], [ 120.1090088, 30.2526266 ], [ 120.1089569, 30.2526598 ], [ 120.1088901, 30.2526656 ], [ 120.1088232, 30.2526396 ], [ 120.1087748, 30.2526006 ], [ 120.1087781, 30.2525573 ], [ 120.1087931, 30.2525025 ], [ 120.1087363, 30.2525198 ], [ 120.1087079, 30.2525515 ], [ 120.1086761, 30.2525775 ], [ 120.1086444, 30.2526237 ], [ 120.1086427, 30.2526699 ], [ 120.1086661, 30.2526873 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1175896, 30.2529106 ], [ 120.1176169, 30.2529436 ], [ 120.1176769, 30.2529813 ], [ 120.1177697, 30.252986 ], [ 120.1178079, 30.2529436 ], [ 120.1179416, 30.252953 ], [ 120.1180425, 30.253019 ], [ 120.1181189, 30.252953 ], [ 120.1181298, 30.2528965 ], [ 120.1181298, 30.2528446 ], [ 120.1180698, 30.2527692 ], [ 120.1180098, 30.2527504 ], [ 120.1179825, 30.2528069 ], [ 120.1179334, 30.2528069 ], [ 120.1178788, 30.2528211 ], [ 120.1178297, 30.2527975 ], [ 120.117857, 30.2526797 ], [ 120.1177806, 30.2526467 ], [ 120.1176988, 30.2526514 ], [ 120.1176497, 30.2527268 ], [ 120.1176551, 30.2527833 ], [ 120.1175896, 30.2527833 ], [ 120.1175623, 30.252854 ], [ 120.1175896, 30.2529106 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1229765, 30.2531882 ], [ 120.1232065, 30.2531866 ], [ 120.123212, 30.253036 ], [ 120.1231561, 30.2530362 ], [ 120.1231527, 30.2530969 ], [ 120.1229969, 30.2530953 ], [ 120.1229962, 30.2530344 ], [ 120.122971, 30.2530344 ], [ 120.1229765, 30.2531882 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1257847, 30.2535433 ], [ 120.1257886, 30.2536413 ], [ 120.1258267, 30.2536244 ], [ 120.1258629, 30.2536122 ], [ 120.1259212, 30.2536053 ], [ 120.1259655, 30.2536053 ], [ 120.125999, 30.2535919 ], [ 120.126005, 30.2535786 ], [ 120.126001, 30.2535607 ], [ 120.1259811, 30.2535503 ], [ 120.125902, 30.2535503 ], [ 120.1258558, 30.2535389 ], [ 120.125769, 30.2535041 ], [ 120.1257847, 30.2535433 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1243269, 30.2539652 ], [ 120.1243575, 30.254026 ], [ 120.1243857, 30.2540316 ], [ 120.1244233, 30.2540392 ], [ 120.1244498, 30.2540379 ], [ 120.1244561, 30.2540116 ], [ 120.1246646, 30.254055 ], [ 120.1246573, 30.2540773 ], [ 120.1247018, 30.2540643 ], [ 120.1247095, 30.2540286 ], [ 120.1247248, 30.2539718 ], [ 120.124708, 30.2539255 ], [ 120.1246651, 30.2538872 ], [ 120.1247125, 30.2536875 ], [ 120.1247921, 30.2536558 ], [ 120.1248396, 30.2536241 ], [ 120.1248411, 30.2535725 ], [ 120.1248129, 30.2535202 ], [ 120.1247833, 30.2534802 ], [ 120.1248074, 30.253435 ], [ 120.1247974, 30.2533301 ], [ 120.1247344, 30.2533123 ], [ 120.124688, 30.2534701 ], [ 120.1245748, 30.2534479 ], [ 120.12458, 30.2534267 ], [ 120.1245396, 30.2534363 ], [ 120.1245136, 30.2534998 ], [ 120.1245143, 30.2535869 ], [ 120.1245075, 30.2535998 ], [ 120.124483, 30.2536466 ], [ 120.1243682, 30.2537973 ], [ 120.1243207, 30.2538885 ], [ 120.1243269, 30.2539652 ] ], [ [ 120.1245444, 30.2535895 ], [ 120.1245457, 30.2535487 ], [ 120.1245518, 30.2535038 ], [ 120.1246008, 30.2534747 ], [ 120.1246421, 30.2534945 ], [ 120.1246773, 30.2535262 ], [ 120.124708, 30.2535752 ], [ 120.1247003, 30.2536175 ], [ 120.1246712, 30.253669 ], [ 120.1246345, 30.2537074 ], [ 120.1245794, 30.2537113 ], [ 120.1245365, 30.2537021 ], [ 120.124529, 30.2536522 ], [ 120.1245444, 30.2535895 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1103443, 30.254261 ], [ 120.1104631, 30.2542373 ], [ 120.1105454, 30.254182 ], [ 120.1107132, 30.254185 ], [ 120.11072, 30.2541139 ], [ 120.110707, 30.2540803 ], [ 120.1106355, 30.2540634 ], [ 120.1105186, 30.2540803 ], [ 120.1103822, 30.2541251 ], [ 120.110314, 30.2541869 ], [ 120.1102978, 30.2542374 ], [ 120.1103443, 30.254261 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1096811, 30.2546205 ], [ 120.1098183, 30.2546403 ], [ 120.1098952, 30.2546396 ], [ 120.1099815, 30.2546389 ], [ 120.1100104, 30.2544428 ], [ 120.1099795, 30.2544281 ], [ 120.1098528, 30.2543832 ], [ 120.1097424, 30.2543468 ], [ 120.1096547, 30.254372 ], [ 120.1096385, 30.2544337 ], [ 120.1096547, 30.254487 ], [ 120.1096262, 30.2545297 ], [ 120.1096811, 30.2546205 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1162871, 30.2558017 ], [ 120.1163239, 30.2558405 ], [ 120.1163157, 30.2558793 ], [ 120.116328, 30.255904 ], [ 120.1163892, 30.2559286 ], [ 120.1164463, 30.2559498 ], [ 120.1165157, 30.2559357 ], [ 120.1165851, 30.255911 ], [ 120.1166096, 30.2558617 ], [ 120.1166096, 30.2558193 ], [ 120.1166177, 30.255777 ], [ 120.116679, 30.2557418 ], [ 120.1167157, 30.2557383 ], [ 120.1167647, 30.2557559 ], [ 120.1168463, 30.2557876 ], [ 120.1169035, 30.2557524 ], [ 120.1169035, 30.2557206 ], [ 120.1169973, 30.2556924 ], [ 120.1171565, 30.255696 ], [ 120.11723, 30.2556748 ], [ 120.1172096, 30.255569 ], [ 120.1171443, 30.2555549 ], [ 120.1170708, 30.2556008 ], [ 120.116981, 30.2556642 ], [ 120.1169198, 30.2556748 ], [ 120.1168381, 30.2556501 ], [ 120.1167606, 30.2556113 ], [ 120.1167443, 30.2555338 ], [ 120.1166708, 30.255495 ], [ 120.1166137, 30.2555161 ], [ 120.1166137, 30.2555761 ], [ 120.1166341, 30.2556325 ], [ 120.1165851, 30.2556818 ], [ 120.1165524, 30.2556889 ], [ 120.1164871, 30.2556818 ], [ 120.1164586, 30.2555902 ], [ 120.1163933, 30.2555338 ], [ 120.1163157, 30.2555444 ], [ 120.1162871, 30.2555831 ], [ 120.1163239, 30.255636 ], [ 120.1163688, 30.2556889 ], [ 120.1163524, 30.2557383 ], [ 120.1162749, 30.2557453 ], [ 120.1162871, 30.2558017 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1100834, 30.2562011 ], [ 120.1101321, 30.2562375 ], [ 120.1101906, 30.2562179 ], [ 120.1103237, 30.256187 ], [ 120.1104578, 30.2561927 ], [ 120.1104578, 30.2561682 ], [ 120.1103793, 30.2560665 ], [ 120.1101439, 30.2559987 ], [ 120.1100509, 30.2560496 ], [ 120.1100444, 30.2561197 ], [ 120.1100834, 30.2562011 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1157271, 30.2567119 ], [ 120.1157336, 30.2567345 ], [ 120.1157827, 30.2567656 ], [ 120.1157991, 30.2568051 ], [ 120.1157762, 30.256856 ], [ 120.11575, 30.2568927 ], [ 120.1157271, 30.2569238 ], [ 120.1157423, 30.2569608 ], [ 120.1160511, 30.2569192 ], [ 120.1160714, 30.2569936 ], [ 120.1161169, 30.2569892 ], [ 120.1161499, 30.2569629 ], [ 120.116198, 30.2569564 ], [ 120.1162562, 30.2569651 ], [ 120.1162714, 30.2569454 ], [ 120.1162511, 30.2569148 ], [ 120.11616, 30.2569148 ], [ 120.116122, 30.2568886 ], [ 120.1161043, 30.2568252 ], [ 120.1160562, 30.2567967 ], [ 120.1160118, 30.2567741 ], [ 120.1159594, 30.2567486 ], [ 120.1159888, 30.2567175 ], [ 120.1160281, 30.2566949 ], [ 120.1160281, 30.2565819 ], [ 120.1159888, 30.2565112 ], [ 120.1159332, 30.2565056 ], [ 120.1159038, 30.2565536 ], [ 120.1159071, 30.256596 ], [ 120.1159463, 30.2566271 ], [ 120.1159365, 30.2566808 ], [ 120.1158874, 30.2567119 ], [ 120.1158482, 30.2567062 ], [ 120.1158396, 30.256685 ], [ 120.1158253, 30.2566497 ], [ 120.1158449, 30.2566186 ], [ 120.1157598, 30.2565904 ], [ 120.1157173, 30.2566441 ], [ 120.1157271, 30.2567119 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1178286, 30.2572566 ], [ 120.1178458, 30.2572937 ], [ 120.1178886, 30.2573233 ], [ 120.1179487, 30.2572974 ], [ 120.1179101, 30.2571381 ], [ 120.1179015, 30.2570158 ], [ 120.1179058, 30.2569454 ], [ 120.1178458, 30.2569602 ], [ 120.1178286, 30.2570158 ], [ 120.1178329, 30.2570936 ], [ 120.1178329, 30.2571418 ], [ 120.11785, 30.2571714 ], [ 120.1178243, 30.2572048 ], [ 120.1178286, 30.2572566 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.116108, 30.257345 ], [ 120.1163409, 30.2573104 ], [ 120.1163233, 30.2572174 ], [ 120.116088, 30.2572563 ], [ 120.116108, 30.257345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1166891, 30.2581538 ], [ 120.1167487, 30.2581741 ], [ 120.116789, 30.2582268 ], [ 120.1168037, 30.2582789 ], [ 120.1168057, 30.2583299 ], [ 120.1168004, 30.2583919 ], [ 120.116819, 30.2584482 ], [ 120.1168655, 30.2584726 ], [ 120.1169461, 30.25846 ], [ 120.1170235, 30.2584525 ], [ 120.1170552, 30.2584845 ], [ 120.1170659, 30.2585135 ], [ 120.1170619, 30.2585506 ], [ 120.1170592, 30.2585772 ], [ 120.1170572, 30.2585899 ], [ 120.1170565, 30.2586047 ], [ 120.1170592, 30.2586189 ], [ 120.1170612, 30.2586328 ], [ 120.1170672, 30.2586537 ], [ 120.117076, 30.2586739 ], [ 120.1170874, 30.2586965 ], [ 120.1170981, 30.2587255 ], [ 120.1171008, 30.2587533 ], [ 120.1170994, 30.2587857 ], [ 120.1170927, 30.2588274 ], [ 120.1170941, 30.2588622 ], [ 120.1171075, 30.2588865 ], [ 120.1171249, 30.2589039 ], [ 120.1171584, 30.2589294 ], [ 120.1171955, 30.2589432 ], [ 120.1172463, 30.2589502 ], [ 120.1173261, 30.2589572 ], [ 120.1173911, 30.2589792 ], [ 120.117434, 30.2590122 ], [ 120.1174856, 30.2590105 ], [ 120.1175157, 30.2589822 ], [ 120.1175472, 30.2589456 ], [ 120.1175882, 30.2589112 ], [ 120.1176404, 30.2588731 ], [ 120.1177342, 30.2588024 ], [ 120.1177807, 30.2587203 ], [ 120.1177727, 30.2586542 ], [ 120.1176976, 30.2585789 ], [ 120.1174568, 30.2585158 ], [ 120.1174052, 30.2584423 ], [ 120.1173864, 30.2583861 ], [ 120.1173843, 30.258324 ], [ 120.1173617, 30.2582676 ], [ 120.1173127, 30.2581868 ], [ 120.1172584, 30.2581388 ], [ 120.1172148, 30.2580785 ], [ 120.1171846, 30.2580084 ], [ 120.1168748, 30.2580119 ], [ 120.1167595, 30.25802 ], [ 120.1166575, 30.2580721 ], [ 120.1166461, 30.2581231 ], [ 120.1166891, 30.2581538 ] ], [ [ 120.1168929, 30.2582004 ], [ 120.1168961, 30.2581507 ], [ 120.1169344, 30.2581369 ], [ 120.1169664, 30.258148 ], [ 120.1169936, 30.2581908 ], [ 120.1170895, 30.2581908 ], [ 120.1171391, 30.2582198 ], [ 120.1171423, 30.2582723 ], [ 120.1171007, 30.2582805 ], [ 120.1169312, 30.2582888 ], [ 120.1168961, 30.2582805 ], [ 120.1168833, 30.2582474 ], [ 120.1168929, 30.2582004 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1206731, 30.2588379 ], [ 120.1207154, 30.2591243 ], [ 120.1207985, 30.2593065 ], [ 120.1208305, 30.2594557 ], [ 120.1209008, 30.2595054 ], [ 120.120984, 30.2595054 ], [ 120.1209712, 30.2594281 ], [ 120.1210291, 30.2593216 ], [ 120.1210375, 30.2592606 ], [ 120.1210183, 30.2591969 ], [ 120.1209336, 30.2590585 ], [ 120.1209008, 30.2589254 ], [ 120.1208689, 30.2586824 ], [ 120.1208202, 30.2585399 ], [ 120.1207478, 30.2582818 ], [ 120.1207221, 30.2582521 ], [ 120.1206967, 30.2582488 ], [ 120.120678, 30.2582624 ], [ 120.1206611, 30.2582847 ], [ 120.1206731, 30.2588379 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1216258, 30.2591886 ], [ 120.1216403, 30.2592158 ], [ 120.1218439, 30.2594592 ], [ 120.1219124, 30.2594701 ], [ 120.1219684, 30.2594366 ], [ 120.1219943, 30.259374 ], [ 120.1219865, 30.2593224 ], [ 120.1219603, 30.2592877 ], [ 120.1218831, 30.2592093 ], [ 120.1217833, 30.2591022 ], [ 120.1217453, 30.2590614 ], [ 120.1216263, 30.2588831 ], [ 120.121607, 30.2588832 ], [ 120.1215936, 30.2588952 ], [ 120.1216258, 30.2591886 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1127895, 30.2597664 ], [ 120.1128079, 30.259781 ], [ 120.1128351, 30.259789 ], [ 120.1128572, 30.2597901 ], [ 120.1128772, 30.2597861 ], [ 120.1128913, 30.259776 ], [ 120.1129284, 30.2597418 ], [ 120.1129613, 30.2597243 ], [ 120.112994, 30.2597008 ], [ 120.1130034, 30.2596797 ], [ 120.1130052, 30.2596548 ], [ 120.1129982, 30.2596343 ], [ 120.1129782, 30.2596128 ], [ 120.1129532, 30.2595988 ], [ 120.1129178, 30.2595889 ], [ 120.1128843, 30.2595842 ], [ 120.1128593, 30.2595977 ], [ 120.1128401, 30.2596311 ], [ 120.1128156, 30.2596494 ], [ 120.1127944, 30.2596775 ], [ 120.1127836, 30.2597028 ], [ 120.1127767, 30.2597286 ], [ 120.1127759, 30.2597471 ], [ 120.1127895, 30.2597664 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1188677, 30.2598248 ], [ 120.118926, 30.2599418 ], [ 120.118985, 30.2600171 ], [ 120.1190802, 30.2600623 ], [ 120.1191768, 30.2600778 ], [ 120.119327, 30.260068 ], [ 120.1194097, 30.2600536 ], [ 120.1194406, 30.2599799 ], [ 120.1194252, 30.2598914 ], [ 120.1193438, 30.259757 ], [ 120.1191989, 30.2595856 ], [ 120.1191151, 30.2595236 ], [ 120.1190259, 30.2595004 ], [ 120.118873, 30.2594819 ], [ 120.1188375, 30.2594999 ], [ 120.118816, 30.2595642 ], [ 120.1188677, 30.2598248 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1181581, 30.263333 ], [ 120.1181742, 30.2633724 ], [ 120.1182171, 30.2633956 ], [ 120.1182707, 30.2633956 ], [ 120.118319, 30.2633817 ], [ 120.1183485, 30.2633608 ], [ 120.1183592, 30.2633354 ], [ 120.1183646, 30.2633006 ], [ 120.1183592, 30.2632751 ], [ 120.1183458, 30.2632496 ], [ 120.1183244, 30.2632242 ], [ 120.1182868, 30.2632079 ], [ 120.1182359, 30.2632126 ], [ 120.118201, 30.2632149 ], [ 120.1181769, 30.2632357 ], [ 120.1181581, 30.2632566 ], [ 120.11815, 30.263289 ], [ 120.1181581, 30.263333 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1155997, 30.2650041 ], [ 120.1158048, 30.2649394 ], [ 120.1158471, 30.2650396 ], [ 120.1159829, 30.2649968 ], [ 120.1159138, 30.2648333 ], [ 120.115573, 30.2649409 ], [ 120.1155997, 30.2650041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1158342, 30.2655358 ], [ 120.1161694, 30.2654272 ], [ 120.1161027, 30.2652606 ], [ 120.1159653, 30.2653025 ], [ 120.1160084, 30.2654079 ], [ 120.1158083, 30.265469 ], [ 120.1158342, 30.2655358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1176591, 30.2736108 ], [ 120.11768, 30.27364 ], [ 120.1177106, 30.273662 ], [ 120.1177477, 30.2736745 ], [ 120.1177874, 30.2736764 ], [ 120.1178258, 30.2736674 ], [ 120.1178589, 30.2736483 ], [ 120.1178834, 30.2736212 ], [ 120.1178973, 30.2735868 ], [ 120.117897, 30.2735504 ], [ 120.1178826, 30.2735161 ], [ 120.1178559, 30.2734879 ], [ 120.1178198, 30.273469 ], [ 120.1177785, 30.2734616 ], [ 120.1177367, 30.2734665 ], [ 120.1176992, 30.2734832 ], [ 120.1176702, 30.2735098 ], [ 120.1176532, 30.2735431 ], [ 120.1176498, 30.2735773 ], [ 120.1176591, 30.2736108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1179754, 30.28058 ], [ 120.1181906, 30.2804071 ], [ 120.1183533, 30.2801996 ], [ 120.1185034, 30.279843 ], [ 120.118526, 30.2797026 ], [ 120.1186786, 30.2793179 ], [ 120.1186886, 30.2791579 ], [ 120.1187011, 30.2789851 ], [ 120.1186711, 30.2785377 ], [ 120.1187962, 30.2780601 ], [ 120.1188213, 30.2779844 ], [ 120.1188813, 30.2779412 ], [ 120.1193193, 30.2778547 ], [ 120.1193818, 30.2778288 ], [ 120.1194194, 30.277764 ], [ 120.1194169, 30.2772842 ], [ 120.1194119, 30.2768022 ], [ 120.1193868, 30.2766293 ], [ 120.1194069, 30.2764672 ], [ 120.1194519, 30.2763678 ], [ 120.119522, 30.2762403 ], [ 120.119567, 30.2758902 ], [ 120.1196146, 30.2754687 ], [ 120.1197072, 30.2748485 ], [ 120.1196821, 30.2748333 ], [ 120.1196321, 30.2748485 ], [ 120.1196046, 30.2748874 ], [ 120.1194744, 30.2760544 ], [ 120.1194319, 30.2761992 ], [ 120.1193393, 30.2764629 ], [ 120.1193193, 30.2766207 ], [ 120.1193243, 30.2776343 ], [ 120.1193193, 30.2777359 ], [ 120.1192742, 30.277764 ], [ 120.1189514, 30.2778158 ], [ 120.1188288, 30.2778612 ], [ 120.1187287, 30.2779174 ], [ 120.1186961, 30.2779866 ], [ 120.118601, 30.2783583 ], [ 120.118576, 30.2784966 ], [ 120.118576, 30.278877 ], [ 120.1185159, 30.2792682 ], [ 120.1184334, 30.2794973 ], [ 120.1183608, 30.2797328 ], [ 120.1182206, 30.2801434 ], [ 120.1180104, 30.2803358 ], [ 120.1178828, 30.2803855 ], [ 120.1177201, 30.2804374 ], [ 120.1174999, 30.280433 ], [ 120.1179754, 30.28058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0809373, 30.2690459 ], [ 120.0810799, 30.269031 ], [ 120.0816544, 30.2690571 ], [ 120.0826694, 30.2691466 ], [ 120.0827818, 30.2691466 ], [ 120.0829934, 30.2691354 ], [ 120.0830905, 30.2691947 ], [ 120.0830712, 30.2690944 ], [ 120.0828941, 30.2690608 ], [ 120.0827688, 30.2690534 ], [ 120.0827688, 30.2689713 ], [ 120.082812, 30.2689079 ], [ 120.0828336, 30.2688183 ], [ 120.0828595, 30.2687325 ], [ 120.0828659, 30.2686422 ], [ 120.0828639, 30.2685737 ], [ 120.0828717, 30.2684496 ], [ 120.0828811, 30.2683408 ], [ 120.0828854, 30.268117 ], [ 120.0828681, 30.2679901 ], [ 120.0828077, 30.2678857 ], [ 120.0826003, 30.2678782 ], [ 120.0825485, 30.2678931 ], [ 120.0825787, 30.2679416 ], [ 120.0827256, 30.2679677 ], [ 120.0827515, 30.2680834 ], [ 120.0827688, 30.2681729 ], [ 120.0827731, 30.268352 ], [ 120.0827663, 30.2685253 ], [ 120.0827636, 30.2686175 ], [ 120.0827472, 30.2687848 ], [ 120.0826824, 30.2689079 ], [ 120.0826738, 30.2690161 ], [ 120.0826262, 30.2690757 ], [ 120.081974, 30.2690049 ], [ 120.0819524, 30.2689564 ], [ 120.0819956, 30.2688519 ], [ 120.0820215, 30.2687661 ], [ 120.0820734, 30.2683781 ], [ 120.0821079, 30.2680237 ], [ 120.0821511, 30.267923 ], [ 120.0821511, 30.2678148 ], [ 120.0821036, 30.2678036 ], [ 120.0820906, 30.2678446 ], [ 120.082069, 30.2679454 ], [ 120.0820474, 30.2680535 ], [ 120.0820258, 30.2681767 ], [ 120.0820042, 30.2684639 ], [ 120.0819567, 30.2686542 ], [ 120.0818833, 30.2689676 ], [ 120.0818444, 30.2690161 ], [ 120.0809503, 30.2689638 ], [ 120.08092, 30.2689937 ], [ 120.0809373, 30.2690459 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0813166, 30.2701487 ], [ 120.0813654, 30.270175 ], [ 120.0815027, 30.2701618 ], [ 120.0815454, 30.2701882 ], [ 120.0816063, 30.2701935 ], [ 120.0816551, 30.270175 ], [ 120.0816795, 30.2701381 ], [ 120.0817344, 30.2701276 ], [ 120.0817924, 30.2700855 ], [ 120.0818198, 30.2700512 ], [ 120.0817649, 30.2700328 ], [ 120.0817192, 30.2700091 ], [ 120.0817344, 30.2699459 ], [ 120.0818015, 30.2699011 ], [ 120.0818747, 30.2698748 ], [ 120.0819235, 30.2698379 ], [ 120.0819387, 30.2697773 ], [ 120.0819967, 30.2697563 ], [ 120.0821156, 30.2698642 ], [ 120.0821567, 30.2699035 ], [ 120.082201, 30.2699459 ], [ 120.0822132, 30.2699749 ], [ 120.0822071, 30.270046 ], [ 120.0821918, 30.2701013 ], [ 120.0821309, 30.2701381 ], [ 120.0820973, 30.2701671 ], [ 120.0821278, 30.2701987 ], [ 120.0821918, 30.2701829 ], [ 120.0822528, 30.2701513 ], [ 120.0822711, 30.2700144 ], [ 120.0822711, 30.2699512 ], [ 120.0821857, 30.2698642 ], [ 120.0818869, 30.2696219 ], [ 120.0818533, 30.2696483 ], [ 120.0818351, 30.2697062 ], [ 120.0818107, 30.2697457 ], [ 120.0817192, 30.269801 ], [ 120.0817314, 30.2698353 ], [ 120.0817009, 30.2698958 ], [ 120.0816185, 30.2699406 ], [ 120.0815454, 30.2699643 ], [ 120.0814874, 30.2699274 ], [ 120.0814966, 30.2698642 ], [ 120.0815423, 30.2698274 ], [ 120.0814691, 30.2697852 ], [ 120.0814264, 30.2697536 ], [ 120.0813837, 30.2697563 ], [ 120.0813441, 30.2697773 ], [ 120.0813166, 30.26983 ], [ 120.0813349, 30.2699064 ], [ 120.0813288, 30.2699986 ], [ 120.0812953, 30.2700539 ], [ 120.0812831, 30.2701039 ], [ 120.0813166, 30.2701487 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0803033, 30.2708669 ], [ 120.0803204, 30.2709816 ], [ 120.0803481, 30.2711283 ], [ 120.080418, 30.2711392 ], [ 120.0804703, 30.2710297 ], [ 120.0805517, 30.2709372 ], [ 120.0805946, 30.2709002 ], [ 120.0807146, 30.2709076 ], [ 120.0811387, 30.2709409 ], [ 120.081343, 30.2709834 ], [ 120.0813264, 30.2709111 ], [ 120.0815986, 30.2709292 ], [ 120.0816054, 30.270871 ], [ 120.0813144, 30.2708595 ], [ 120.0808516, 30.2708003 ], [ 120.0806717, 30.2707744 ], [ 120.0805475, 30.2707189 ], [ 120.0804832, 30.2708114 ], [ 120.0804361, 30.270841 ], [ 120.0803804, 30.2708262 ], [ 120.0803889, 30.2707485 ], [ 120.0804453, 30.2706845 ], [ 120.0804832, 30.270508 ], [ 120.080503, 30.2703957 ], [ 120.0806285, 30.2704323 ], [ 120.0808029, 30.2704884 ], [ 120.0809124, 30.2705514 ], [ 120.0810259, 30.2706144 ], [ 120.0811353, 30.2706599 ], [ 120.0812894, 30.2706915 ], [ 120.0814232, 30.270688 ], [ 120.0816422, 30.2706775 ], [ 120.0818246, 30.270695 ], [ 120.0819787, 30.2706915 ], [ 120.0821084, 30.270702 ], [ 120.0822341, 30.2707195 ], [ 120.0823314, 30.270716 ], [ 120.0824003, 30.270681 ], [ 120.0823882, 30.2706214 ], [ 120.0823274, 30.2705934 ], [ 120.0820963, 30.2705934 ], [ 120.0817841, 30.2705899 ], [ 120.0814461, 30.270576 ], [ 120.0814435, 30.2705759 ], [ 120.0812367, 30.2705829 ], [ 120.0810989, 30.2705514 ], [ 120.0809286, 30.2705059 ], [ 120.0808799, 30.2704569 ], [ 120.0807583, 30.2704218 ], [ 120.0806488, 30.2703833 ], [ 120.0805596, 30.2703518 ], [ 120.0805227, 30.2702841 ], [ 120.0805817, 30.2699492 ], [ 120.0805696, 30.2698887 ], [ 120.0805518, 30.2697997 ], [ 120.0805092, 30.2697956 ], [ 120.0804918, 30.2699529 ], [ 120.0804746, 30.2700861 ], [ 120.0804661, 30.2702119 ], [ 120.0804061, 30.2703748 ], [ 120.0803804, 30.2704821 ], [ 120.0803333, 30.2706264 ], [ 120.080299, 30.2707818 ], [ 120.0803033, 30.2708669 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0739622, 30.2710449 ], [ 120.0741194, 30.2710751 ], [ 120.0741602, 30.2709845 ], [ 120.0742475, 30.2707532 ], [ 120.0742766, 30.2705672 ], [ 120.0742417, 30.2705119 ], [ 120.0741311, 30.2705018 ], [ 120.0740845, 30.2705571 ], [ 120.0740496, 30.2707432 ], [ 120.0740263, 30.2708488 ], [ 120.0739506, 30.270884 ], [ 120.0739215, 30.2709745 ], [ 120.0739622, 30.2710449 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0745386, 30.2711002 ], [ 120.0745969, 30.2711555 ], [ 120.0746551, 30.2711002 ], [ 120.0747832, 30.2706728 ], [ 120.074789, 30.2705923 ], [ 120.0747424, 30.2705672 ], [ 120.0746726, 30.2706124 ], [ 120.0745386, 30.2710348 ], [ 120.0745386, 30.2711002 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0747832, 30.2711807 ], [ 120.0748356, 30.2711455 ], [ 120.074987, 30.2706175 ], [ 120.0749287, 30.2705974 ], [ 120.0747715, 30.2711052 ], [ 120.0747599, 30.2711455 ], [ 120.0747832, 30.2711807 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0792479, 30.2721651 ], [ 120.0792443, 30.2721925 ], [ 120.0793186, 30.2721803 ], [ 120.0793221, 30.2721162 ], [ 120.0792938, 30.2720521 ], [ 120.0793893, 30.2715819 ], [ 120.0794529, 30.2715453 ], [ 120.079513, 30.2715942 ], [ 120.0797604, 30.2715331 ], [ 120.0798771, 30.2715728 ], [ 120.0800008, 30.2715667 ], [ 120.0800468, 30.2716033 ], [ 120.0802447, 30.2716277 ], [ 120.0803013, 30.2715453 ], [ 120.0803261, 30.2712339 ], [ 120.080418, 30.2711392 ], [ 120.0803755, 30.2711118 ], [ 120.0803481, 30.2711283 ], [ 120.0802589, 30.271182 ], [ 120.0801953, 30.2715056 ], [ 120.0801422, 30.27153 ], [ 120.0800079, 30.2715148 ], [ 120.0800008, 30.2714751 ], [ 120.08022, 30.2705897 ], [ 120.0801882, 30.2704767 ], [ 120.0801422, 30.2704676 ], [ 120.0800645, 30.2705042 ], [ 120.0799584, 30.270495 ], [ 120.079916, 30.2705164 ], [ 120.0798594, 30.2705378 ], [ 120.0796791, 30.2712858 ], [ 120.0796968, 30.2713377 ], [ 120.0798311, 30.271353 ], [ 120.0799195, 30.2713438 ], [ 120.0799018, 30.2714965 ], [ 120.0797675, 30.2714812 ], [ 120.0792832, 30.2714537 ], [ 120.0792688, 30.2715071 ], [ 120.0791453, 30.2719666 ], [ 120.0791241, 30.2721284 ], [ 120.0792479, 30.2721651 ] ], [ [ 120.0798842, 30.2708492 ], [ 120.0799301, 30.270608 ], [ 120.0799478, 30.2705378 ], [ 120.0800468, 30.2705439 ], [ 120.0800715, 30.2706477 ], [ 120.0799231, 30.2712675 ], [ 120.0798417, 30.2712736 ], [ 120.0797675, 30.2712522 ], [ 120.0798842, 30.2708492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0815768, 30.2716902 ], [ 120.0816461, 30.271608 ], [ 120.0817284, 30.2716117 ], [ 120.0816937, 30.2719745 ], [ 120.0818886, 30.2719894 ], [ 120.0820272, 30.27132 ], [ 120.0818496, 30.2711928 ], [ 120.0817674, 30.2711779 ], [ 120.0817587, 30.2714472 ], [ 120.0817154, 30.271507 ], [ 120.0816071, 30.2714509 ], [ 120.0815508, 30.2713574 ], [ 120.0815379, 30.2715182 ], [ 120.0815335, 30.2716678 ], [ 120.0815768, 30.2716902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0740795, 30.2716874 ], [ 120.0741718, 30.2717173 ], [ 120.074472, 30.2717722 ], [ 120.0745181, 30.2717373 ], [ 120.0745528, 30.2716974 ], [ 120.0745297, 30.2716276 ], [ 120.0743854, 30.2715778 ], [ 120.0742065, 30.2715479 ], [ 120.0741141, 30.2715578 ], [ 120.074068, 30.2716127 ], [ 120.0740795, 30.2716874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0811698, 30.2724943 ], [ 120.0811741, 30.2723597 ], [ 120.0811221, 30.2723223 ], [ 120.0811221, 30.2721727 ], [ 120.0811871, 30.2720979 ], [ 120.0814383, 30.2710844 ], [ 120.0815855, 30.2709834 ], [ 120.0815986, 30.2709292 ], [ 120.0813264, 30.2709111 ], [ 120.081343, 30.2709834 ], [ 120.081278, 30.2710582 ], [ 120.0812131, 30.2712676 ], [ 120.0811221, 30.2716678 ], [ 120.0810009, 30.2722587 ], [ 120.0809922, 30.2723821 ], [ 120.0811698, 30.2724943 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0781096, 30.2719443 ], [ 120.0781261, 30.2719966 ], [ 120.0781977, 30.2720109 ], [ 120.0782528, 30.2719966 ], [ 120.0783079, 30.2719823 ], [ 120.078341, 30.2720251 ], [ 120.078385, 30.272068 ], [ 120.0784787, 30.2720918 ], [ 120.078633, 30.2721203 ], [ 120.0787652, 30.2721203 ], [ 120.0788258, 30.2720727 ], [ 120.0788423, 30.2718348 ], [ 120.0788037, 30.2717539 ], [ 120.0785999, 30.2716588 ], [ 120.0785062, 30.2716683 ], [ 120.0784511, 30.2717587 ], [ 120.0783905, 30.2718443 ], [ 120.0783575, 30.27193 ], [ 120.0783134, 30.2719395 ], [ 120.0782693, 30.2719014 ], [ 120.078385, 30.2715636 ], [ 120.078363, 30.2715017 ], [ 120.0783079, 30.2714494 ], [ 120.0782363, 30.2714684 ], [ 120.0781922, 30.2715351 ], [ 120.0781096, 30.2717872 ], [ 120.0781041, 30.2718538 ], [ 120.0781096, 30.2719443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0759224, 30.2718443 ], [ 120.0760436, 30.2718586 ], [ 120.0762144, 30.2718491 ], [ 120.076286, 30.271811 ], [ 120.0763025, 30.2717682 ], [ 120.076275, 30.2717254 ], [ 120.0761372, 30.2717349 ], [ 120.0760381, 30.2717301 ], [ 120.0759389, 30.2717111 ], [ 120.0759003, 30.2717634 ], [ 120.0759224, 30.2718443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0765174, 30.2721251 ], [ 120.0766331, 30.2721013 ], [ 120.0767157, 30.2717682 ], [ 120.0767433, 30.2715588 ], [ 120.0767984, 30.271654 ], [ 120.0767708, 30.2719871 ], [ 120.0767488, 30.2721013 ], [ 120.0767873, 30.2721441 ], [ 120.0769085, 30.2721679 ], [ 120.0769857, 30.2721441 ], [ 120.0770187, 30.2719776 ], [ 120.0771069, 30.2715922 ], [ 120.0771014, 30.2715017 ], [ 120.0770077, 30.2714637 ], [ 120.076881, 30.2714304 ], [ 120.0768039, 30.2714066 ], [ 120.0767488, 30.2714256 ], [ 120.0766496, 30.2715113 ], [ 120.0765394, 30.2716112 ], [ 120.0764898, 30.2716778 ], [ 120.0764788, 30.2717682 ], [ 120.0764733, 30.2718586 ], [ 120.0764072, 30.271949 ], [ 120.0763135, 30.2719728 ], [ 120.0762584, 30.2720013 ], [ 120.0762419, 30.2720537 ], [ 120.0765174, 30.2721251 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0823779, 30.2720119 ], [ 120.0825252, 30.2720007 ], [ 120.0825901, 30.2716528 ], [ 120.0823043, 30.2716304 ], [ 120.0822394, 30.2719707 ], [ 120.0823779, 30.2720119 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0749582, 30.2721726 ], [ 120.0750023, 30.272244 ], [ 120.0751015, 30.2722678 ], [ 120.0751456, 30.2722155 ], [ 120.0751786, 30.2718586 ], [ 120.0752172, 30.2717301 ], [ 120.0752282, 30.2716064 ], [ 120.0751896, 30.2715684 ], [ 120.075118, 30.2715636 ], [ 120.075085, 30.2716207 ], [ 120.0750739, 30.2716968 ], [ 120.075085, 30.2717777 ], [ 120.0750684, 30.2718681 ], [ 120.0750244, 30.2719443 ], [ 120.0749748, 30.2720013 ], [ 120.0749472, 30.272087 ], [ 120.0749582, 30.2721726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0796473, 30.272278 ], [ 120.0797428, 30.2716338 ], [ 120.0796756, 30.2716308 ], [ 120.0796155, 30.2716857 ], [ 120.0796296, 30.2719117 ], [ 120.0795766, 30.272278 ], [ 120.0796473, 30.272278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0798205, 30.2722964 ], [ 120.0799655, 30.2717529 ], [ 120.0799337, 30.2717163 ], [ 120.0798488, 30.2717315 ], [ 120.0797428, 30.272275 ], [ 120.0798205, 30.2722964 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0740622, 30.2720712 ], [ 120.074143, 30.2721011 ], [ 120.0745643, 30.2721659 ], [ 120.074622, 30.2721211 ], [ 120.0746451, 30.2720513 ], [ 120.0746566, 30.2719715 ], [ 120.0745989, 30.2719217 ], [ 120.0743334, 30.2718718 ], [ 120.0742007, 30.2718469 ], [ 120.0741026, 30.2718669 ], [ 120.0740564, 30.2719416 ], [ 120.0740276, 30.2720114 ], [ 120.0740622, 30.2720712 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0803946, 30.2728272 ], [ 120.0805289, 30.2728197 ], [ 120.0805808, 30.2726215 ], [ 120.0806458, 30.2726738 ], [ 120.0806112, 30.2728272 ], [ 120.0807151, 30.2729281 ], [ 120.0805419, 30.2729057 ], [ 120.0804683, 30.2731413 ], [ 120.0807844, 30.2731862 ], [ 120.0809186, 30.2729319 ], [ 120.0807974, 30.2729394 ], [ 120.0806978, 30.2728085 ], [ 120.0807151, 30.2725841 ], [ 120.0807411, 30.2724607 ], [ 120.0807714, 30.2723223 ], [ 120.080767, 30.2721877 ], [ 120.0808537, 30.2720792 ], [ 120.0809316, 30.272068 ], [ 120.0809229, 30.2719558 ], [ 120.080767, 30.2719296 ], [ 120.0809316, 30.2710732 ], [ 120.080819, 30.2709834 ], [ 120.0806025, 30.271952 ], [ 120.0805462, 30.2720044 ], [ 120.0804986, 30.2719707 ], [ 120.0805375, 30.2718698 ], [ 120.0804466, 30.2718772 ], [ 120.0804163, 30.2720081 ], [ 120.0804293, 30.2720755 ], [ 120.0805938, 30.2720904 ], [ 120.0805895, 30.2721951 ], [ 120.0804639, 30.2722998 ], [ 120.0803557, 30.2728047 ], [ 120.0803946, 30.2728272 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0800256, 30.2724582 ], [ 120.0801069, 30.2724551 ], [ 120.0801458, 30.2724154 ], [ 120.080273, 30.2719819 ], [ 120.0802978, 30.2718476 ], [ 120.0800574, 30.2718262 ], [ 120.0799549, 30.2724154 ], [ 120.0800256, 30.2724582 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0755863, 30.2721679 ], [ 120.0755808, 30.2722488 ], [ 120.0755863, 30.2723297 ], [ 120.0756359, 30.272363 ], [ 120.0757626, 30.2723963 ], [ 120.0758397, 30.2724772 ], [ 120.0759444, 30.2724914 ], [ 120.0759995, 30.2725343 ], [ 120.0760821, 30.2725628 ], [ 120.0761207, 30.2725247 ], [ 120.0761813, 30.2721584 ], [ 120.0761483, 30.2721108 ], [ 120.0757075, 30.2720394 ], [ 120.0756304, 30.2720489 ], [ 120.0755808, 30.272087 ], [ 120.0755863, 30.2721679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0762199, 30.272677 ], [ 120.0763025, 30.2726627 ], [ 120.0766276, 30.2726104 ], [ 120.0767873, 30.2726009 ], [ 120.0769747, 30.2725818 ], [ 120.0770683, 30.2725295 ], [ 120.0770187, 30.2724724 ], [ 120.0769581, 30.2724153 ], [ 120.0769691, 30.2722773 ], [ 120.076903, 30.2722393 ], [ 120.0765945, 30.2722297 ], [ 120.0764292, 30.2722012 ], [ 120.0763356, 30.2722059 ], [ 120.076297, 30.272263 ], [ 120.0762805, 30.2723392 ], [ 120.076297, 30.2724391 ], [ 120.0762419, 30.272558 ], [ 120.0761868, 30.2726247 ], [ 120.0762199, 30.272677 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0784807, 30.2723846 ], [ 120.0786215, 30.2724316 ], [ 120.0786442, 30.2724865 ], [ 120.0786442, 30.2725728 ], [ 120.0786306, 30.272663 ], [ 120.078617, 30.272714 ], [ 120.0786397, 30.2727964 ], [ 120.0785579, 30.2728787 ], [ 120.078567, 30.2729493 ], [ 120.0786442, 30.2729846 ], [ 120.0787214, 30.2730042 ], [ 120.0787577, 30.2729964 ], [ 120.0787714, 30.2729101 ], [ 120.0787577, 30.2728081 ], [ 120.0787986, 30.2725885 ], [ 120.0788395, 30.2724552 ], [ 120.0789349, 30.2723885 ], [ 120.0789848, 30.2723297 ], [ 120.0789666, 30.2722512 ], [ 120.0789121, 30.2722042 ], [ 120.0788395, 30.2721728 ], [ 120.078726, 30.2721924 ], [ 120.0786306, 30.2722512 ], [ 120.0785897, 30.2722787 ], [ 120.0785216, 30.2722355 ], [ 120.078449, 30.2722277 ], [ 120.0784308, 30.272314 ], [ 120.0784807, 30.2723846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.078905, 30.2729466 ], [ 120.0789368, 30.2729955 ], [ 120.0792196, 30.273026 ], [ 120.0793115, 30.2729894 ], [ 120.0793115, 30.2729039 ], [ 120.0794034, 30.2724643 ], [ 120.0794458, 30.2724521 ], [ 120.0794918, 30.2724948 ], [ 120.0794847, 30.2727635 ], [ 120.0794741, 30.2729558 ], [ 120.0794812, 30.2730413 ], [ 120.0795519, 30.2730382 ], [ 120.0795307, 30.2728703 ], [ 120.0796402, 30.2723788 ], [ 120.0795483, 30.2723666 ], [ 120.0794882, 30.2724276 ], [ 120.0794317, 30.2724002 ], [ 120.079467, 30.2723025 ], [ 120.0794635, 30.2722231 ], [ 120.0793999, 30.27222 ], [ 120.0791277, 30.272333 ], [ 120.0791383, 30.2724337 ], [ 120.0789686, 30.2725314 ], [ 120.0789014, 30.2728734 ], [ 120.078905, 30.2729466 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0759279, 30.2728626 ], [ 120.075972, 30.2727008 ], [ 120.0759389, 30.2726437 ], [ 120.0757846, 30.2725676 ], [ 120.0753604, 30.2724534 ], [ 120.0752833, 30.2724819 ], [ 120.0751345, 30.2724724 ], [ 120.0749197, 30.2724105 ], [ 120.0748481, 30.2726389 ], [ 120.0759279, 30.2728626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737852, 30.2727541 ], [ 120.0738833, 30.2728189 ], [ 120.0741603, 30.2728587 ], [ 120.074345, 30.2728886 ], [ 120.0745066, 30.2729136 ], [ 120.0745932, 30.2729136 ], [ 120.0746739, 30.2728787 ], [ 120.0746739, 30.272789 ], [ 120.0746278, 30.2727291 ], [ 120.07427, 30.2726594 ], [ 120.0739237, 30.2725896 ], [ 120.0738313, 30.2726095 ], [ 120.0737852, 30.2726793 ], [ 120.0737852, 30.2727541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0782719, 30.2729689 ], [ 120.0783082, 30.2730591 ], [ 120.0784126, 30.2730238 ], [ 120.078458, 30.2729689 ], [ 120.0784444, 30.2728787 ], [ 120.078399, 30.2728238 ], [ 120.0783854, 30.2727493 ], [ 120.0784399, 30.2725885 ], [ 120.0784308, 30.2725101 ], [ 120.0783491, 30.2725493 ], [ 120.0783127, 30.2726317 ], [ 120.0782764, 30.2727415 ], [ 120.0782582, 30.272867 ], [ 120.0782719, 30.2729689 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0766, 30.2729625 ], [ 120.0766606, 30.2730338 ], [ 120.0769636, 30.2730814 ], [ 120.0770077, 30.2730434 ], [ 120.0770628, 30.2729434 ], [ 120.0771014, 30.2728483 ], [ 120.0772005, 30.2728626 ], [ 120.0772556, 30.2728102 ], [ 120.0772722, 30.2727151 ], [ 120.0772832, 30.2725961 ], [ 120.0772336, 30.2725723 ], [ 120.0771565, 30.2725913 ], [ 120.0771069, 30.2726532 ], [ 120.0770628, 30.2726199 ], [ 120.0769747, 30.2726389 ], [ 120.076859, 30.2727103 ], [ 120.0767818, 30.2727579 ], [ 120.0767047, 30.2727341 ], [ 120.0766386, 30.2727531 ], [ 120.0765945, 30.2728292 ], [ 120.0765835, 30.2729054 ], [ 120.0766, 30.2729625 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0822629, 30.2732095 ], [ 120.0823602, 30.2732248 ], [ 120.0824089, 30.2731827 ], [ 120.0824133, 30.2730796 ], [ 120.0826876, 30.2725829 ], [ 120.0825991, 30.2724454 ], [ 120.0824885, 30.2724568 ], [ 120.0825062, 30.2726784 ], [ 120.0823558, 30.2727663 ], [ 120.0823381, 30.2729382 ], [ 120.0822098, 30.2731407 ], [ 120.0822629, 30.2732095 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0774319, 30.2731005 ], [ 120.0775035, 30.2731147 ], [ 120.0775531, 30.2730719 ], [ 120.0776137, 30.2728055 ], [ 120.0776248, 30.272696 ], [ 120.0776137, 30.2726056 ], [ 120.0775256, 30.2725771 ], [ 120.077465, 30.2726104 ], [ 120.0774429, 30.2728292 ], [ 120.0774044, 30.2730386 ], [ 120.0774319, 30.2731005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0403492, 30.252064 ], [ 120.0405223, 30.252103 ], [ 120.0406803, 30.2521193 ], [ 120.0408082, 30.2521225 ], [ 120.0409022, 30.2520868 ], [ 120.0408759, 30.2519535 ], [ 120.0408571, 30.2518528 ], [ 120.0409285, 30.2517423 ], [ 120.0409285, 30.2516578 ], [ 120.0409285, 30.2515441 ], [ 120.0409311, 30.2515135 ], [ 120.0406177, 30.2514364 ], [ 120.0405928, 30.2514846 ], [ 120.040558, 30.2515876 ], [ 120.0405035, 30.2516895 ], [ 120.0403191, 30.2518024 ], [ 120.040289, 30.2519568 ], [ 120.0403492, 30.252064 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0402138, 30.2524117 ], [ 120.040274, 30.2524475 ], [ 120.0403793, 30.2524605 ], [ 120.0405373, 30.252493 ], [ 120.0406765, 30.2525384 ], [ 120.0407818, 30.2525612 ], [ 120.0408608, 30.252467 ], [ 120.0409699, 30.2524085 ], [ 120.0411016, 30.2523955 ], [ 120.0411655, 30.2523012 ], [ 120.0411693, 30.2521713 ], [ 120.0410978, 30.2521193 ], [ 120.0409887, 30.252116 ], [ 120.040921, 30.252168 ], [ 120.0408721, 30.2522135 ], [ 120.0407894, 30.2522135 ], [ 120.0406238, 30.252181 ], [ 120.0404583, 30.2521615 ], [ 120.040274, 30.2521453 ], [ 120.0402439, 30.252168 ], [ 120.0402627, 30.252259 ], [ 120.0402138, 30.2523532 ], [ 120.0402138, 30.2524117 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.040274, 30.2534191 ], [ 120.0403605, 30.2533736 ], [ 120.0404019, 30.2532078 ], [ 120.0404734, 30.2530681 ], [ 120.0405486, 30.2529479 ], [ 120.0405862, 30.2527627 ], [ 120.0406201, 30.2526294 ], [ 120.0405298, 30.2525774 ], [ 120.0404809, 30.2527107 ], [ 120.0404282, 30.2528601 ], [ 120.040353, 30.2530064 ], [ 120.0402665, 30.2531331 ], [ 120.0402477, 30.2532598 ], [ 120.0402138, 30.2533541 ], [ 120.040274, 30.2534191 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0406502, 30.2536075 ], [ 120.0407969, 30.2535458 ], [ 120.0408909, 30.2533768 ], [ 120.0409624, 30.2532533 ], [ 120.0409473, 30.2531494 ], [ 120.0410602, 30.2530259 ], [ 120.0411806, 30.2528309 ], [ 120.0412596, 30.2526879 ], [ 120.0412408, 30.2525872 ], [ 120.0411016, 30.2525287 ], [ 120.0409699, 30.2525027 ], [ 120.0408571, 30.2526294 ], [ 120.0407705, 30.2528179 ], [ 120.0406991, 30.2530389 ], [ 120.0406652, 30.2532403 ], [ 120.0406201, 30.2533541 ], [ 120.0405787, 30.2535035 ], [ 120.0406502, 30.2536075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0391487, 30.2546742 ], [ 120.0391717, 30.2547422 ], [ 120.0392439, 30.2547848 ], [ 120.0393096, 30.2547564 ], [ 120.0393785, 30.2546174 ], [ 120.0393851, 30.2545153 ], [ 120.0393785, 30.2544558 ], [ 120.0394442, 30.2543906 ], [ 120.0394934, 30.2542828 ], [ 120.0394901, 30.2542091 ], [ 120.0394212, 30.2541665 ], [ 120.0393325, 30.254175 ], [ 120.0392373, 30.2541609 ], [ 120.0391815, 30.2541835 ], [ 120.0391651, 30.2543821 ], [ 120.0391487, 30.2545806 ], [ 120.0391487, 30.2546742 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0406064, 30.2553434 ], [ 120.0406458, 30.255369 ], [ 120.0407311, 30.2553718 ], [ 120.0408001, 30.2553463 ], [ 120.0408624, 30.2552754 ], [ 120.0409084, 30.2551591 ], [ 120.0409971, 30.2549549 ], [ 120.041066, 30.2547819 ], [ 120.0410627, 30.2546827 ], [ 120.0408887, 30.2546742 ], [ 120.0408001, 30.2547365 ], [ 120.0407705, 30.2548727 ], [ 120.0407344, 30.2550343 ], [ 120.0407344, 30.2551478 ], [ 120.0406129, 30.2551931 ], [ 120.0405965, 30.2552924 ], [ 120.0406064, 30.2553434 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0391643, 30.2555142 ], [ 120.0391405, 30.255856 ], [ 120.0391405, 30.2561806 ], [ 120.0391485, 30.2566557 ], [ 120.0391485, 30.2568641 ], [ 120.0391682, 30.2569291 ], [ 120.0393186, 30.2569256 ], [ 120.0392988, 30.256683 ], [ 120.0392355, 30.256413 ], [ 120.0391999, 30.2561841 ], [ 120.0392553, 30.2560132 ], [ 120.0393819, 30.2559619 ], [ 120.0395362, 30.2559277 ], [ 120.0396865, 30.2559756 ], [ 120.0398369, 30.2560337 ], [ 120.0399516, 30.2560269 ], [ 120.0400466, 30.2559004 ], [ 120.0399318, 30.2557979 ], [ 120.039821, 30.2557466 ], [ 120.0397854, 30.2556543 ], [ 120.0398606, 30.2556133 ], [ 120.0399516, 30.2556441 ], [ 120.0400782, 30.2556236 ], [ 120.0400782, 30.2555723 ], [ 120.039916, 30.2555347 ], [ 120.0398052, 30.2555211 ], [ 120.0397221, 30.2554869 ], [ 120.039647, 30.2554903 ], [ 120.0395955, 30.2554835 ], [ 120.0395995, 30.2554288 ], [ 120.0396311, 30.2553399 ], [ 120.0397657, 30.2553741 ], [ 120.0399002, 30.2553604 ], [ 120.0400268, 30.2553844 ], [ 120.0401653, 30.2554151 ], [ 120.0402523, 30.2553844 ], [ 120.0402681, 30.2553263 ], [ 120.0401732, 30.2552613 ], [ 120.040094, 30.2551998 ], [ 120.0399872, 30.2551691 ], [ 120.0398685, 30.255193 ], [ 120.0397815, 30.2552374 ], [ 120.0396984, 30.2552887 ], [ 120.0396549, 30.2552682 ], [ 120.0396786, 30.2552203 ], [ 120.0397973, 30.2551759 ], [ 120.0398606, 30.2550597 ], [ 120.0399002, 30.2549708 ], [ 120.0399177, 30.2549493 ], [ 120.0399902, 30.254966 ], [ 120.0399775, 30.2550068 ], [ 120.0399871, 30.2550475 ], [ 120.0400007, 30.2550773 ], [ 120.0400205, 30.2550974 ], [ 120.0400608, 30.2551152 ], [ 120.0400948, 30.2551202 ], [ 120.0401283, 30.2551203 ], [ 120.0401534, 30.2550994 ], [ 120.0401684, 30.2550766 ], [ 120.0401852, 30.2550412 ], [ 120.0401964, 30.2549946 ], [ 120.0402176, 30.2549507 ], [ 120.0402547, 30.2548722 ], [ 120.0402819, 30.2548245 ], [ 120.0402817, 30.2547838 ], [ 120.0402465, 30.2547472 ], [ 120.0401937, 30.2547412 ], [ 120.0401288, 30.254755 ], [ 120.0401028, 30.2547858 ], [ 120.0400706, 30.2548215 ], [ 120.0400495, 30.254862 ], [ 120.0400285, 30.254905 ], [ 120.0400126, 30.2549473 ], [ 120.0399316, 30.2549225 ], [ 120.0399833, 30.2548683 ], [ 120.0400307, 30.2547863 ], [ 120.0401019, 30.2547111 ], [ 120.040189, 30.2546838 ], [ 120.0403156, 30.2546974 ], [ 120.0404145, 30.2547487 ], [ 120.0405015, 30.254735 ], [ 120.0405728, 30.2546599 ], [ 120.0406638, 30.2546393 ], [ 120.0407468, 30.2546223 ], [ 120.0408418, 30.2545368 ], [ 120.0409407, 30.2544685 ], [ 120.0410634, 30.2544685 ], [ 120.0412137, 30.2544138 ], [ 120.0413403, 30.2543523 ], [ 120.041459, 30.2542976 ], [ 120.0416212, 30.254219 ], [ 120.041732, 30.254178 ], [ 120.041728, 30.2540994 ], [ 120.0415896, 30.2541062 ], [ 120.0413997, 30.2540994 ], [ 120.0412256, 30.2539969 ], [ 120.0411029, 30.2539627 ], [ 120.0409842, 30.2539285 ], [ 120.0408378, 30.2538841 ], [ 120.0406954, 30.2538533 ], [ 120.0405688, 30.2538294 ], [ 120.040462, 30.2538396 ], [ 120.0403987, 30.253908 ], [ 120.0403789, 30.2539661 ], [ 120.0403116, 30.2539285 ], [ 120.0403433, 30.2538055 ], [ 120.0403275, 30.25372 ], [ 120.0402286, 30.2536995 ], [ 120.0401573, 30.2536209 ], [ 120.040003, 30.2535423 ], [ 120.0398923, 30.2535047 ], [ 120.039738, 30.2534876 ], [ 120.03973, 30.2536243 ], [ 120.0397063, 30.2536961 ], [ 120.0396628, 30.2538055 ], [ 120.0396588, 30.2539388 ], [ 120.0396153, 30.2541711 ], [ 120.0395441, 30.2543591 ], [ 120.0394847, 30.2545744 ], [ 120.0394571, 30.2547282 ], [ 120.0393898, 30.2548786 ], [ 120.0392513, 30.2548922 ], [ 120.0391366, 30.2548547 ], [ 120.0391643, 30.2555142 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0330885, 30.2553399 ], [ 120.0334688, 30.255401 ], [ 120.0335365, 30.2553603 ], [ 120.0335572, 30.2551821 ], [ 120.0331445, 30.2550752 ], [ 120.0330738, 30.2553017 ], [ 120.0330885, 30.2553399 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0337723, 30.2557422 ], [ 120.0338136, 30.2557218 ], [ 120.0338578, 30.2555869 ], [ 120.0339226, 30.255429 ], [ 120.0339639, 30.2552585 ], [ 120.0336191, 30.2551821 ], [ 120.0335601, 30.2556862 ], [ 120.0337723, 30.2557422 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0330355, 30.2556174 ], [ 120.0330915, 30.2556072 ], [ 120.0331239, 30.2556429 ], [ 120.0332654, 30.2556709 ], [ 120.0334717, 30.2556734 ], [ 120.0335071, 30.2554596 ], [ 120.0330473, 30.2553654 ], [ 120.0329942, 30.2556047 ], [ 120.0330355, 30.2556174 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0443165, 30.2545923 ], [ 120.0444448, 30.2546598 ], [ 120.0445843, 30.2547128 ], [ 120.0447461, 30.2546887 ], [ 120.0448382, 30.2545465 ], [ 120.0448214, 30.2543151 ], [ 120.0448242, 30.2541971 ], [ 120.0448075, 30.2540669 ], [ 120.044615, 30.2540621 ], [ 120.0444839, 30.2540211 ], [ 120.0443918, 30.2540235 ], [ 120.0443444, 30.2541175 ], [ 120.0443332, 30.2542525 ], [ 120.0443416, 30.2543706 ], [ 120.0443137, 30.2544766 ], [ 120.0443165, 30.2545923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0464134, 30.2548937 ], [ 120.0465271, 30.2548972 ], [ 120.0466773, 30.2548586 ], [ 120.04673, 30.2546833 ], [ 120.0468031, 30.254543 ], [ 120.0467788, 30.2544238 ], [ 120.0466123, 30.2543993 ], [ 120.0464459, 30.2544098 ], [ 120.0463809, 30.2545255 ], [ 120.0463687, 30.2546693 ], [ 120.0463038, 30.2547569 ], [ 120.0462997, 30.2548551 ], [ 120.0464134, 30.2548937 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0453254, 30.2546658 ], [ 120.0454878, 30.2547184 ], [ 120.0456218, 30.2547745 ], [ 120.045772, 30.2548201 ], [ 120.0458775, 30.2548551 ], [ 120.0459547, 30.2548516 ], [ 120.0459628, 30.2547254 ], [ 120.0459141, 30.2546026 ], [ 120.0457923, 30.2545325 ], [ 120.0456664, 30.2544799 ], [ 120.0454919, 30.2544554 ], [ 120.0453823, 30.2544939 ], [ 120.0453295, 30.2545536 ], [ 120.0453254, 30.2546202 ], [ 120.0453254, 30.2546658 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0467625, 30.255034 ], [ 120.0468193, 30.2550901 ], [ 120.0469168, 30.2550901 ], [ 120.0469817, 30.2550515 ], [ 120.0470954, 30.2548586 ], [ 120.0471725, 30.2546903 ], [ 120.0472253, 30.2545956 ], [ 120.047205, 30.2544904 ], [ 120.0470832, 30.2544694 ], [ 120.0470183, 30.2544343 ], [ 120.0469411, 30.2544308 ], [ 120.0468681, 30.254501 ], [ 120.0468356, 30.2545991 ], [ 120.0468275, 30.2546938 ], [ 120.0468153, 30.2547745 ], [ 120.0467503, 30.2548621 ], [ 120.0467463, 30.2549603 ], [ 120.0467625, 30.255034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0448903, 30.2553041 ], [ 120.0449613, 30.2553041 ], [ 120.045056, 30.2553304 ], [ 120.0452115, 30.2553596 ], [ 120.0452791, 30.2552457 ], [ 120.0452825, 30.2551318 ], [ 120.0451844, 30.2550325 ], [ 120.0450458, 30.2550004 ], [ 120.0449545, 30.2550296 ], [ 120.0448565, 30.255126 ], [ 120.0448362, 30.2551844 ], [ 120.0448193, 30.2552603 ], [ 120.0448903, 30.2553041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0424129, 30.2554782 ], [ 120.042499, 30.2555194 ], [ 120.0425851, 30.2555547 ], [ 120.0426644, 30.2555612 ], [ 120.0427676, 30.2555818 ], [ 120.0428293, 30.2556412 ], [ 120.0428434, 30.2557142 ], [ 120.0428705, 30.2557824 ], [ 120.0429726, 30.2558035 ], [ 120.0430421, 30.2557809 ], [ 120.0430914, 30.2556717 ], [ 120.0431048, 30.2556428 ], [ 120.0431349, 30.255611 ], [ 120.0432017, 30.255611 ], [ 120.0432419, 30.255611 ], [ 120.043282, 30.2556226 ], [ 120.0432953, 30.2556745 ], [ 120.0433288, 30.255689 ], [ 120.0434223, 30.255689 ], [ 120.0434758, 30.2556861 ], [ 120.043526, 30.2556861 ], [ 120.0435427, 30.2556139 ], [ 120.0435393, 30.2555446 ], [ 120.0435159, 30.2554638 ], [ 120.0435393, 30.2554349 ], [ 120.0436095, 30.2554234 ], [ 120.043663, 30.2554667 ], [ 120.04377, 30.2555244 ], [ 120.0438602, 30.2555273 ], [ 120.0439404, 30.2554609 ], [ 120.0439538, 30.2553367 ], [ 120.0440173, 30.255201 ], [ 120.0440942, 30.2550711 ], [ 120.0441243, 30.2549614 ], [ 120.044044, 30.2549152 ], [ 120.0439371, 30.2549268 ], [ 120.0438836, 30.2549874 ], [ 120.0438201, 30.2550769 ], [ 120.0436563, 30.255178 ], [ 120.0436129, 30.2551751 ], [ 120.0435694, 30.2551664 ], [ 120.0434925, 30.2551635 ], [ 120.0434023, 30.2552184 ], [ 120.0433789, 30.255305 ], [ 120.0433488, 30.255406 ], [ 120.0432853, 30.2554927 ], [ 120.0432385, 30.2555417 ], [ 120.0431984, 30.255585 ], [ 120.0431449, 30.2555822 ], [ 120.0431382, 30.2555244 ], [ 120.0431884, 30.2554407 ], [ 120.0432719, 30.2553772 ], [ 120.043292, 30.2552732 ], [ 120.0432786, 30.2551722 ], [ 120.0431951, 30.2551173 ], [ 120.0429878, 30.2550423 ], [ 120.0428708, 30.2549874 ], [ 120.0427238, 30.2548863 ], [ 120.0425734, 30.2548806 ], [ 120.0425232, 30.2550047 ], [ 120.042453, 30.2551924 ], [ 120.0424062, 30.2553425 ], [ 120.0424129, 30.2554782 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0458069, 30.2555407 ], [ 120.0458739, 30.2555686 ], [ 120.0459657, 30.2556114 ], [ 120.0460798, 30.2556221 ], [ 120.0461691, 30.2555128 ], [ 120.0462163, 30.2554528 ], [ 120.0461939, 30.2553757 ], [ 120.046122, 30.2553692 ], [ 120.0460922, 30.255395 ], [ 120.0459979, 30.2553864 ], [ 120.0459731, 30.2553692 ], [ 120.0459086, 30.2553671 ], [ 120.0458267, 30.2554314 ], [ 120.0457969, 30.25547 ], [ 120.0458069, 30.2555407 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0436766, 30.2558166 ], [ 120.0437358, 30.25585 ], [ 120.0438314, 30.25585 ], [ 120.0439042, 30.2558402 ], [ 120.0439292, 30.2557969 ], [ 120.0440021, 30.2557832 ], [ 120.0440248, 30.2558362 ], [ 120.0440453, 30.2558795 ], [ 120.0440476, 30.2559601 ], [ 120.0441295, 30.2559424 ], [ 120.0442069, 30.2559404 ], [ 120.0442797, 30.255966 ], [ 120.0443048, 30.2559267 ], [ 120.0443935, 30.2559208 ], [ 120.044414, 30.2559581 ], [ 120.0444573, 30.256023 ], [ 120.0445597, 30.2560662 ], [ 120.0446666, 30.2560879 ], [ 120.0448146, 30.2561016 ], [ 120.0449352, 30.2561233 ], [ 120.0450194, 30.2560957 ], [ 120.0450285, 30.2560132 ], [ 120.0449671, 30.2559503 ], [ 120.0449807, 30.2558716 ], [ 120.0450353, 30.2558048 ], [ 120.0450649, 30.2557261 ], [ 120.0450672, 30.2556455 ], [ 120.045008, 30.2556043 ], [ 120.0449147, 30.2555708 ], [ 120.044826, 30.2555335 ], [ 120.0447417, 30.2555984 ], [ 120.0447031, 30.2556809 ], [ 120.0447122, 30.2557674 ], [ 120.0447031, 30.2558421 ], [ 120.0446439, 30.2558402 ], [ 120.0445961, 30.2557674 ], [ 120.0445415, 30.2557222 ], [ 120.0444777, 30.2556809 ], [ 120.0444982, 30.255622 ], [ 120.0445938, 30.2556475 ], [ 120.0446848, 30.2556239 ], [ 120.0447008, 30.2555197 ], [ 120.0447827, 30.2554686 ], [ 120.0447258, 30.2553644 ], [ 120.044719, 30.2552465 ], [ 120.0447213, 30.2551344 ], [ 120.0446575, 30.2550833 ], [ 120.044505, 30.2550538 ], [ 120.0443935, 30.2550165 ], [ 120.0442729, 30.2549614 ], [ 120.0441932, 30.2550459 ], [ 120.0441523, 30.2551737 ], [ 120.0440954, 30.2552995 ], [ 120.044018, 30.2554313 ], [ 120.0440089, 30.2555355 ], [ 120.0440362, 30.2556062 ], [ 120.0441341, 30.2555885 ], [ 120.0442206, 30.2555079 ], [ 120.0442888, 30.2554332 ], [ 120.0443412, 30.2553015 ], [ 120.0443844, 30.2552347 ], [ 120.0444072, 30.2551737 ], [ 120.0444436, 30.255158 ], [ 120.0444664, 30.2551836 ], [ 120.0444322, 30.2552877 ], [ 120.0444117, 30.2553644 ], [ 120.044389, 30.2554568 ], [ 120.0443389, 30.2555138 ], [ 120.0443161, 30.2555689 ], [ 120.0443344, 30.2556023 ], [ 120.0443412, 30.2556829 ], [ 120.044323, 30.2557497 ], [ 120.0442433, 30.2557753 ], [ 120.0441728, 30.255736 ], [ 120.044084, 30.2556986 ], [ 120.0439839, 30.2557301 ], [ 120.0438792, 30.2556927 ], [ 120.0437267, 30.2556062 ], [ 120.043688, 30.255677 ], [ 120.0436743, 30.2557655 ], [ 120.0436766, 30.2558166 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0407981, 30.2555532 ], [ 120.0408149, 30.2555854 ], [ 120.0408223, 30.255637 ], [ 120.0408354, 30.2556773 ], [ 120.0408727, 30.2557095 ], [ 120.04091, 30.2557353 ], [ 120.0409343, 30.2557562 ], [ 120.0409977, 30.2557788 ], [ 120.0410854, 30.2557869 ], [ 120.0411433, 30.2557965 ], [ 120.0411918, 30.2558014 ], [ 120.0412478, 30.2558207 ], [ 120.0412851, 30.2558449 ], [ 120.0412944, 30.2558755 ], [ 120.0412795, 30.2559352 ], [ 120.0412926, 30.2559642 ], [ 120.041272, 30.2559642 ], [ 120.0412347, 30.2559738 ], [ 120.0411899, 30.2559738 ], [ 120.0411862, 30.2559352 ], [ 120.0411545, 30.2559239 ], [ 120.0411116, 30.2559142 ], [ 120.0410537, 30.2559013 ], [ 120.0410015, 30.2558771 ], [ 120.0409492, 30.2558642 ], [ 120.0408802, 30.2558675 ], [ 120.040882, 30.2559142 ], [ 120.0408522, 30.2559497 ], [ 120.0408503, 30.2559964 ], [ 120.040869, 30.2560512 ], [ 120.0408951, 30.2560899 ], [ 120.0409268, 30.2561092 ], [ 120.0409828, 30.2561076 ], [ 120.0409977, 30.2561238 ], [ 120.0410313, 30.256135 ], [ 120.041078, 30.2561238 ], [ 120.0411246, 30.2561221 ], [ 120.0411563, 30.256156 ], [ 120.0411937, 30.2561769 ], [ 120.0412329, 30.2561657 ], [ 120.0412832, 30.2561399 ], [ 120.0413075, 30.2561334 ], [ 120.0413467, 30.2561383 ], [ 120.0413336, 30.2561802 ], [ 120.0413672, 30.2562027 ], [ 120.0413411, 30.2562479 ], [ 120.0413056, 30.2562866 ], [ 120.0412683, 30.2563446 ], [ 120.0412459, 30.2564413 ], [ 120.0412273, 30.2565106 ], [ 120.0411918, 30.2566412 ], [ 120.0411507, 30.2567089 ], [ 120.0411563, 30.2568152 ], [ 120.0411358, 30.2569071 ], [ 120.0411284, 30.2569668 ], [ 120.0411433, 30.2570183 ], [ 120.0411957, 30.2570627 ], [ 120.0413442, 30.2571044 ], [ 120.0414853, 30.2571044 ], [ 120.0415558, 30.2570499 ], [ 120.0416227, 30.2569954 ], [ 120.0416895, 30.2569954 ], [ 120.0418194, 30.2569697 ], [ 120.041968, 30.2569537 ], [ 120.0420051, 30.2568767 ], [ 120.0420571, 30.256803 ], [ 120.0421313, 30.2567388 ], [ 120.0421313, 30.2566683 ], [ 120.0420385, 30.2566234 ], [ 120.0419531, 30.2565785 ], [ 120.0419271, 30.2565496 ], [ 120.0418454, 30.256572 ], [ 120.0418306, 30.2564951 ], [ 120.041838, 30.2564277 ], [ 120.0419011, 30.2563924 ], [ 120.0419457, 30.2564726 ], [ 120.0419643, 30.2565219 ], [ 120.0420521, 30.2565606 ], [ 120.0421789, 30.2564236 ], [ 120.0421528, 30.2564042 ], [ 120.0420793, 30.2564718 ], [ 120.042067, 30.2564832 ], [ 120.0419662, 30.2564123 ], [ 120.042011, 30.2563559 ], [ 120.0420147, 30.2563059 ], [ 120.0419755, 30.2562785 ], [ 120.0419065, 30.2562575 ], [ 120.0418897, 30.2562269 ], [ 120.0418692, 30.2561866 ], [ 120.0418524, 30.2561479 ], [ 120.0418822, 30.256098 ], [ 120.0421472, 30.2561044 ], [ 120.0421584, 30.2560222 ], [ 120.0417703, 30.2560174 ], [ 120.0417535, 30.2560835 ], [ 120.0417106, 30.2560964 ], [ 120.0416732, 30.2560786 ], [ 120.0416341, 30.2560802 ], [ 120.0415743, 30.2560609 ], [ 120.0415482, 30.2560158 ], [ 120.0414922, 30.255998 ], [ 120.0414307, 30.2559755 ], [ 120.0413821, 30.2559819 ], [ 120.0413392, 30.2560415 ], [ 120.0412944, 30.2560754 ], [ 120.0412329, 30.2560689 ], [ 120.0412086, 30.2560319 ], [ 120.0412347, 30.2560045 ], [ 120.0412814, 30.2560254 ], [ 120.0413094, 30.2559916 ], [ 120.0413485, 30.2559674 ], [ 120.0413206, 30.255919 ], [ 120.0413504, 30.2558771 ], [ 120.0413523, 30.255832 ], [ 120.0414027, 30.2557885 ], [ 120.0414493, 30.2557917 ], [ 120.041453, 30.2558385 ], [ 120.0414941, 30.2558385 ], [ 120.0415519, 30.2558578 ], [ 120.0415519, 30.2559142 ], [ 120.0415855, 30.2559303 ], [ 120.0416191, 30.2559094 ], [ 120.0416695, 30.2558884 ], [ 120.041718, 30.2557885 ], [ 120.0417759, 30.255745 ], [ 120.0418113, 30.2557014 ], [ 120.041911, 30.2556865 ], [ 120.0419637, 30.2556436 ], [ 120.0420255, 30.2556565 ], [ 120.0420558, 30.2556708 ], [ 120.0421155, 30.2556966 ], [ 120.0421491, 30.2556483 ], [ 120.0421995, 30.255616 ], [ 120.0422368, 30.255558 ], [ 120.0422443, 30.2554419 ], [ 120.0422592, 30.2553646 ], [ 120.042289, 30.2552807 ], [ 120.042317, 30.2552114 ], [ 120.0422928, 30.2551856 ], [ 120.0422181, 30.2551727 ], [ 120.0421733, 30.2551647 ], [ 120.0421155, 30.2551566 ], [ 120.0420987, 30.2551083 ], [ 120.0421099, 30.2550438 ], [ 120.0421454, 30.2550019 ], [ 120.0421808, 30.2549584 ], [ 120.0422424, 30.2549439 ], [ 120.0423021, 30.254968 ], [ 120.0423805, 30.2549664 ], [ 120.0424103, 30.2548907 ], [ 120.0424495, 30.2548423 ], [ 120.0424644, 30.2547633 ], [ 120.0424906, 30.2546698 ], [ 120.042457, 30.2546231 ], [ 120.0424047, 30.2546521 ], [ 120.042373, 30.2547182 ], [ 120.0423189, 30.2547456 ], [ 120.0422834, 30.2547327 ], [ 120.042304, 30.2546731 ], [ 120.04236, 30.2546247 ], [ 120.0423655, 30.2545731 ], [ 120.0423245, 30.2545409 ], [ 120.0423469, 30.2544909 ], [ 120.0422555, 30.2544635 ], [ 120.0421696, 30.2544635 ], [ 120.0421006, 30.2544522 ], [ 120.0420502, 30.2544409 ], [ 120.0420185, 30.2544619 ], [ 120.0419923, 30.2545119 ], [ 120.0419849, 30.2545651 ], [ 120.0419531, 30.2545973 ], [ 120.041914, 30.2545957 ], [ 120.0419196, 30.2545473 ], [ 120.0419196, 30.254507 ], [ 120.041886, 30.2544845 ], [ 120.0418393, 30.2545151 ], [ 120.0417759, 30.2544925 ], [ 120.0417218, 30.2544635 ], [ 120.0416527, 30.2544651 ], [ 120.0415818, 30.2544941 ], [ 120.0415221, 30.2545038 ], [ 120.0414493, 30.2544925 ], [ 120.0413784, 30.2544893 ], [ 120.0413168, 30.2544861 ], [ 120.0412646, 30.2545135 ], [ 120.0412291, 30.2545876 ], [ 120.0412049, 30.2546714 ], [ 120.0411899, 30.2547214 ], [ 120.0411619, 30.2547778 ], [ 120.0411414, 30.254823 ], [ 120.0411395, 30.2548649 ], [ 120.0411228, 30.2549019 ], [ 120.0411022, 30.2549551 ], [ 120.0410686, 30.2550325 ], [ 120.0410295, 30.2550954 ], [ 120.0409977, 30.255147 ], [ 120.040994, 30.2552066 ], [ 120.041035, 30.2552566 ], [ 120.0410854, 30.2552662 ], [ 120.0411451, 30.2552485 ], [ 120.0412161, 30.2552034 ], [ 120.0412683, 30.255213 ], [ 120.0412814, 30.2552646 ], [ 120.0412478, 30.2553033 ], [ 120.041231, 30.2553388 ], [ 120.0411862, 30.2553678 ], [ 120.041175, 30.255421 ], [ 120.0411526, 30.2554742 ], [ 120.0411078, 30.2554887 ], [ 120.0410257, 30.2554709 ], [ 120.0409735, 30.2554516 ], [ 120.0409287, 30.2554242 ], [ 120.0408839, 30.2554306 ], [ 120.0408596, 30.2554468 ], [ 120.0408205, 30.2554564 ], [ 120.0407887, 30.2554887 ], [ 120.0407757, 30.2555338 ], [ 120.0407981, 30.2555532 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0448044, 30.2564644 ], [ 120.0448466, 30.2565052 ], [ 120.0449087, 30.2565352 ], [ 120.0450948, 30.2565759 ], [ 120.0450823, 30.2566338 ], [ 120.0451419, 30.2566402 ], [ 120.0451518, 30.2565866 ], [ 120.0452933, 30.2565995 ], [ 120.0453702, 30.2566145 ], [ 120.0453975, 30.2565223 ], [ 120.0454024, 30.2564452 ], [ 120.0453975, 30.2563916 ], [ 120.0453727, 30.2563509 ], [ 120.0453057, 30.256323 ], [ 120.0452486, 30.2562866 ], [ 120.0452188, 30.2562158 ], [ 120.0452537, 30.2561604 ], [ 120.0453217, 30.2560827 ], [ 120.0453577, 30.2559998 ], [ 120.0454136, 30.2559187 ], [ 120.0454536, 30.2558531 ], [ 120.0454716, 30.255784 ], [ 120.0455416, 30.2557046 ], [ 120.0455556, 30.2556131 ], [ 120.0455576, 30.2555319 ], [ 120.0456055, 30.2554818 ], [ 120.0456755, 30.2554715 ], [ 120.0457275, 30.2553903 ], [ 120.0457655, 30.2553489 ], [ 120.0458174, 30.2553091 ], [ 120.0458514, 30.2552781 ], [ 120.0458594, 30.2552297 ], [ 120.0458994, 30.2552004 ], [ 120.0459514, 30.2551969 ], [ 120.0459914, 30.2552107 ], [ 120.0460813, 30.2551934 ], [ 120.0461713, 30.2552073 ], [ 120.0462432, 30.255228 ], [ 120.0462932, 30.2552729 ], [ 120.0463352, 30.2553143 ], [ 120.0464352, 30.2553454 ], [ 120.0465011, 30.2553402 ], [ 120.0465691, 30.2553575 ], [ 120.0466491, 30.2553713 ], [ 120.0466976, 30.2553992 ], [ 120.0467721, 30.2554185 ], [ 120.0468217, 30.2554507 ], [ 120.0469036, 30.2554121 ], [ 120.0469185, 30.2553585 ], [ 120.0468639, 30.2553007 ], [ 120.0468267, 30.2552985 ], [ 120.0468167, 30.2553757 ], [ 120.0467969, 30.2553992 ], [ 120.046782, 30.2553885 ], [ 120.0467919, 30.2552964 ], [ 120.0467249, 30.2552556 ], [ 120.0466728, 30.2551892 ], [ 120.0465885, 30.2551571 ], [ 120.0464793, 30.2551013 ], [ 120.0463825, 30.2550392 ], [ 120.0462287, 30.2549534 ], [ 120.0460997, 30.2549299 ], [ 120.0459954, 30.2549899 ], [ 120.0458987, 30.254992 ], [ 120.0458118, 30.2549534 ], [ 120.0457523, 30.2549063 ], [ 120.0456233, 30.2549106 ], [ 120.0454992, 30.2549299 ], [ 120.0454198, 30.2549406 ], [ 120.0454038, 30.2549598 ], [ 120.0453751, 30.2549942 ], [ 120.0454322, 30.2550499 ], [ 120.0455215, 30.2550949 ], [ 120.0456009, 30.2551571 ], [ 120.0456357, 30.2552299 ], [ 120.0456059, 30.2553242 ], [ 120.0455364, 30.2554335 ], [ 120.0454719, 30.2554721 ], [ 120.0454446, 30.2555386 ], [ 120.0454049, 30.2556457 ], [ 120.0453727, 30.2557357 ], [ 120.0453156, 30.25583 ], [ 120.0452784, 30.2559179 ], [ 120.0452957, 30.2559758 ], [ 120.0452312, 30.2560937 ], [ 120.0451469, 30.2561365 ], [ 120.0451171, 30.2562137 ], [ 120.0450302, 30.2562651 ], [ 120.0449558, 30.2562716 ], [ 120.0448938, 30.2562823 ], [ 120.0448367, 30.2563209 ], [ 120.044802, 30.2563809 ], [ 120.0448044, 30.2564644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0327761, 30.2557829 ], [ 120.0328174, 30.2557676 ], [ 120.0329029, 30.2554901 ], [ 120.0320629, 30.2553068 ], [ 120.0319803, 30.2555996 ], [ 120.0327761, 30.2557829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0401059, 30.256167 ], [ 120.0402602, 30.2562046 ], [ 120.0403987, 30.256143 ], [ 120.040462, 30.2559858 ], [ 120.0405253, 30.2557842 ], [ 120.0405767, 30.2556646 ], [ 120.04064, 30.2555279 ], [ 120.0405886, 30.2554664 ], [ 120.0405055, 30.2554493 ], [ 120.0403908, 30.2554493 ], [ 120.0402998, 30.2554561 ], [ 120.0403552, 30.2555211 ], [ 120.0403686, 30.2555817 ], [ 120.0403096, 30.2557402 ], [ 120.0402842, 30.2558377 ], [ 120.0402211, 30.255952 ], [ 120.0401653, 30.2560029 ], [ 120.0400505, 30.256061 ], [ 120.0400228, 30.2561191 ], [ 120.0401059, 30.256167 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0327172, 30.2560477 ], [ 120.0327938, 30.2558338 ], [ 120.0319774, 30.2556429 ], [ 120.0319214, 30.2558542 ], [ 120.0327172, 30.2560477 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0332035, 30.2561521 ], [ 120.0332624, 30.2557498 ], [ 120.0329648, 30.2556556 ], [ 120.0328469, 30.2560782 ], [ 120.0332035, 30.2561521 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0336397, 30.2562539 ], [ 120.03379, 30.2557829 ], [ 120.0335071, 30.2557142 ], [ 120.0333214, 30.2557345 ], [ 120.0332713, 30.2561597 ], [ 120.0336397, 30.2562539 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0405385, 30.2566843 ], [ 120.0405459, 30.2567388 ], [ 120.0405868, 30.2567677 ], [ 120.0406647, 30.2567709 ], [ 120.0407575, 30.2566715 ], [ 120.0407984, 30.2565592 ], [ 120.0408838, 30.256354 ], [ 120.0409395, 30.2562545 ], [ 120.0408095, 30.256184 ], [ 120.0407241, 30.2562545 ], [ 120.0406944, 30.2563091 ], [ 120.0406127, 30.2563219 ], [ 120.040583, 30.2563892 ], [ 120.0405868, 30.2564566 ], [ 120.0405645, 30.2565464 ], [ 120.0405385, 30.2566169 ], [ 120.0405385, 30.2566843 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0408244, 30.2568254 ], [ 120.0409989, 30.2568671 ], [ 120.0411103, 30.2568511 ], [ 120.0411251, 30.2566747 ], [ 120.041166, 30.2564181 ], [ 120.0412031, 30.2563058 ], [ 120.0411957, 30.2562128 ], [ 120.0411103, 30.2562096 ], [ 120.0410286, 30.2562257 ], [ 120.0409803, 30.2563572 ], [ 120.0409321, 30.2564854 ], [ 120.0409135, 30.2565849 ], [ 120.0408467, 30.256665 ], [ 120.0407947, 30.2567484 ], [ 120.0408244, 30.2568254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.039374, 30.2565907 ], [ 120.0393819, 30.2566796 ], [ 120.0394214, 30.2567377 ], [ 120.0396944, 30.2568163 ], [ 120.0398883, 30.256847 ], [ 120.0401376, 30.256847 ], [ 120.0403156, 30.2568231 ], [ 120.0403196, 30.2567411 ], [ 120.0402167, 30.2566796 ], [ 120.0400663, 30.2566283 ], [ 120.0399476, 30.2566112 ], [ 120.0398369, 30.25656 ], [ 120.0398084, 30.2564389 ], [ 120.0398209, 30.2562688 ], [ 120.0397084, 30.2562309 ], [ 120.0396363, 30.2562871 ], [ 120.0395556, 30.2563199 ], [ 120.0394573, 30.256269 ], [ 120.0393591, 30.2562649 ], [ 120.0393388, 30.2565056 ], [ 120.039374, 30.2565907 ] ], [ [ 120.0395929, 30.2564294 ], [ 120.0396706, 30.2564464 ], [ 120.0397223, 30.2565422 ], [ 120.039678, 30.2566018 ], [ 120.0396102, 30.2565955 ], [ 120.0395473, 30.2565944 ], [ 120.0395128, 30.2564847 ], [ 120.0395929, 30.2564294 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0318741, 30.2572069 ], [ 120.031932, 30.2571652 ], [ 120.0319875, 30.2570004 ], [ 120.0315385, 30.2569066 ], [ 120.0314806, 30.2571193 ], [ 120.0318741, 30.2572069 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.032002, 30.257234 ], [ 120.0322941, 30.257307 ], [ 120.0323327, 30.2572965 ], [ 120.0323907, 30.2571318 ], [ 120.0320937, 30.2570422 ], [ 120.0320431, 30.2570547 ], [ 120.0320117, 30.2570943 ], [ 120.0319706, 30.2571923 ], [ 120.032002, 30.257234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0454645, 30.2562523 ], [ 120.0454818, 30.2562951 ], [ 120.0455513, 30.256323 ], [ 120.045787, 30.256338 ], [ 120.0459285, 30.2563401 ], [ 120.0459632, 30.2562758 ], [ 120.0459855, 30.2562351 ], [ 120.0459557, 30.2561623 ], [ 120.0459781, 30.2560744 ], [ 120.0460426, 30.2559801 ], [ 120.0460575, 30.2558836 ], [ 120.0460476, 30.2558022 ], [ 120.0460848, 30.2557593 ], [ 120.0460327, 30.2557207 ], [ 120.0460079, 30.2556586 ], [ 120.0459285, 30.2556329 ], [ 120.0458391, 30.2556221 ], [ 120.0457002, 30.2556586 ], [ 120.0456406, 30.2557615 ], [ 120.0456406, 30.255845 ], [ 120.0456158, 30.2559222 ], [ 120.0456158, 30.2559886 ], [ 120.0456158, 30.2560637 ], [ 120.0455712, 30.2561065 ], [ 120.0454769, 30.2561172 ], [ 120.0454124, 30.2561344 ], [ 120.0453999, 30.2561944 ], [ 120.045395, 30.256233 ], [ 120.0454645, 30.2562523 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0464806, 30.2559053 ], [ 120.0465736, 30.2559187 ], [ 120.046586, 30.2558517 ], [ 120.0466139, 30.25575 ], [ 120.046679, 30.2557152 ], [ 120.0467782, 30.2557098 ], [ 120.0468805, 30.2557259 ], [ 120.0469518, 30.2557794 ], [ 120.0470666, 30.2558035 ], [ 120.0470976, 30.2558651 ], [ 120.0470604, 30.2559642 ], [ 120.047048, 30.2560606 ], [ 120.0470542, 30.2561597 ], [ 120.0470852, 30.256224 ], [ 120.0471441, 30.2562561 ], [ 120.0472247, 30.2562454 ], [ 120.0472898, 30.2562535 ], [ 120.0473549, 30.2562588 ], [ 120.0474107, 30.2562079 ], [ 120.0474231, 30.2561276 ], [ 120.0474231, 30.2560472 ], [ 120.0474603, 30.2560419 ], [ 120.047513, 30.2560553 ], [ 120.0475905, 30.2560285 ], [ 120.0476556, 30.2560633 ], [ 120.0476587, 30.256141 ], [ 120.0476711, 30.2562561 ], [ 120.0476773, 30.2563874 ], [ 120.0476494, 30.2565186 ], [ 120.0476432, 30.2566284 ], [ 120.0477021, 30.2567435 ], [ 120.0478014, 30.2567757 ], [ 120.0478882, 30.256765 ], [ 120.0479409, 30.2567194 ], [ 120.0479719, 30.2566391 ], [ 120.0479626, 30.2565079 ], [ 120.0479843, 30.2564382 ], [ 120.047975, 30.2563231 ], [ 120.0479626, 30.2562508 ], [ 120.0479812, 30.2561945 ], [ 120.0479843, 30.256141 ], [ 120.0479254, 30.2560794 ], [ 120.0479316, 30.2560392 ], [ 120.0479719, 30.2560767 ], [ 120.0480277, 30.2560874 ], [ 120.0480804, 30.2560767 ], [ 120.048068, 30.2559937 ], [ 120.0480649, 30.2559187 ], [ 120.0480494, 30.2558384 ], [ 120.0479967, 30.2557687 ], [ 120.0479502, 30.2557366 ], [ 120.0478634, 30.2557232 ], [ 120.0477859, 30.2557071 ], [ 120.0476928, 30.2557205 ], [ 120.0476153, 30.2557178 ], [ 120.0475037, 30.2556803 ], [ 120.0473611, 30.2556911 ], [ 120.0472774, 30.2556589 ], [ 120.0471751, 30.2556241 ], [ 120.047079, 30.255592 ], [ 120.04702, 30.2556 ], [ 120.0469797, 30.2556054 ], [ 120.0469704, 30.2555625 ], [ 120.0468588, 30.2555464 ], [ 120.0467534, 30.2555143 ], [ 120.0466635, 30.2554634 ], [ 120.0465302, 30.2554447 ], [ 120.046462, 30.255525 ], [ 120.0464403, 30.2556375 ], [ 120.0464279, 30.255758 ], [ 120.0464248, 30.2558491 ], [ 120.0464806, 30.2559053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0481613, 30.256253 ], [ 120.0482114, 30.2563036 ], [ 120.0482344, 30.2563164 ], [ 120.048266, 30.2563301 ], [ 120.0483336, 30.2563301 ], [ 120.0484256, 30.2563301 ], [ 120.0484471, 30.25634 ], [ 120.0484385, 30.2563574 ], [ 120.0483925, 30.2563574 ], [ 120.0483192, 30.2563574 ], [ 120.0482459, 30.2563748 ], [ 120.0481913, 30.2563984 ], [ 120.0481784, 30.2564306 ], [ 120.0481985, 30.2564766 ], [ 120.0482395, 30.25652 ], [ 120.0482348, 30.2565754 ], [ 120.0482229, 30.2566678 ], [ 120.04823, 30.2567418 ], [ 120.0482134, 30.2568116 ], [ 120.0482168, 30.2568935 ], [ 120.0482788, 30.2569337 ], [ 120.048378, 30.2569149 ], [ 120.0484834, 30.2568185 ], [ 120.04853, 30.2567168 ], [ 120.048561, 30.2565882 ], [ 120.0485765, 30.2565213 ], [ 120.0485548, 30.2564382 ], [ 120.0484989, 30.2564061 ], [ 120.0484803, 30.2563525 ], [ 120.0485393, 30.2563204 ], [ 120.0486354, 30.2562588 ], [ 120.0486354, 30.2561785 ], [ 120.0486137, 30.2560714 ], [ 120.0486292, 30.2560098 ], [ 120.0486819, 30.2560017 ], [ 120.0487377, 30.2560044 ], [ 120.0487656, 30.2560767 ], [ 120.0487873, 30.2561356 ], [ 120.0487842, 30.2562213 ], [ 120.0487408, 30.2563177 ], [ 120.048685, 30.2564088 ], [ 120.0486478, 30.2564784 ], [ 120.0486292, 30.2565588 ], [ 120.0486292, 30.2565936 ], [ 120.0486881, 30.2566311 ], [ 120.0487811, 30.2566096 ], [ 120.0488865, 30.2565079 ], [ 120.0490012, 30.2564034 ], [ 120.0490508, 30.2563177 ], [ 120.0490694, 30.2562213 ], [ 120.0490384, 30.2561196 ], [ 120.0489671, 30.2560419 ], [ 120.0489113, 30.2560071 ], [ 120.0488524, 30.2559642 ], [ 120.0487873, 30.2559294 ], [ 120.0487593, 30.255959 ], [ 120.048735, 30.2559758 ], [ 120.0486981, 30.2559758 ], [ 120.0486516, 30.2559808 ], [ 120.0486186, 30.2559783 ], [ 120.0486186, 30.2559397 ], [ 120.0486176, 30.2559029 ], [ 120.0486283, 30.2558719 ], [ 120.0486176, 30.2558341 ], [ 120.0485642, 30.2558316 ], [ 120.0484706, 30.2558222 ], [ 120.0483814, 30.2557981 ], [ 120.0483117, 30.2557981 ], [ 120.0482309, 30.2558078 ], [ 120.0482281, 30.2558583 ], [ 120.0482309, 30.2558872 ], [ 120.0482393, 30.2559425 ], [ 120.0482226, 30.2560292 ], [ 120.0481891, 30.2560821 ], [ 120.0481585, 30.2561447 ], [ 120.0481501, 30.2561904 ], [ 120.0481613, 30.256253 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0461365, 30.2566413 ], [ 120.0462056, 30.2566721 ], [ 120.046285, 30.2566865 ], [ 120.0463927, 30.2566989 ], [ 120.0464783, 30.2567262 ], [ 120.0465729, 30.2567106 ], [ 120.0466368, 30.2566875 ], [ 120.04669, 30.2566289 ], [ 120.0466945, 30.2565667 ], [ 120.0466719, 30.2564578 ], [ 120.04669, 30.2563916 ], [ 120.0467067, 30.2563172 ], [ 120.0466858, 30.2562483 ], [ 120.0465642, 30.2562266 ], [ 120.0464572, 30.256232 ], [ 120.0463671, 30.256261 ], [ 120.046279, 30.2562429 ], [ 120.0462245, 30.256252 ], [ 120.0461763, 30.2563588 ], [ 120.0461616, 30.2564512 ], [ 120.0461239, 30.2565417 ], [ 120.0461155, 30.2565979 ], [ 120.0461365, 30.2566413 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0433824, 30.2566662 ], [ 120.0434781, 30.2566808 ], [ 120.043585, 30.2566338 ], [ 120.0436188, 30.2565625 ], [ 120.0436506, 30.2565107 ], [ 120.0436544, 30.2564588 ], [ 120.0436319, 30.2564378 ], [ 120.0435794, 30.2564442 ], [ 120.04354, 30.256428 ], [ 120.043525, 30.2563843 ], [ 120.0434912, 30.2563649 ], [ 120.0434781, 30.2563292 ], [ 120.0434349, 30.2563325 ], [ 120.0434387, 30.2563632 ], [ 120.0434237, 30.2563875 ], [ 120.0434049, 30.2564005 ], [ 120.0434049, 30.2564199 ], [ 120.0434462, 30.2564199 ], [ 120.0434725, 30.2564896 ], [ 120.0434162, 30.2565414 ], [ 120.0433843, 30.2565496 ], [ 120.043358, 30.2565982 ], [ 120.0433487, 30.2566322 ], [ 120.0433824, 30.2566662 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0467968, 30.2563927 ], [ 120.0468092, 30.2564731 ], [ 120.0468216, 30.2565775 ], [ 120.0469208, 30.2566498 ], [ 120.0470232, 30.256698 ], [ 120.0471193, 30.2567516 ], [ 120.0471627, 30.2568453 ], [ 120.0471999, 30.2569203 ], [ 120.0472774, 30.2569658 ], [ 120.0473425, 30.2569524 ], [ 120.0473797, 30.2568748 ], [ 120.0473797, 30.2567784 ], [ 120.0473921, 30.2567034 ], [ 120.0473766, 30.2565909 ], [ 120.0473828, 30.2564731 ], [ 120.0473983, 30.2563793 ], [ 120.0473518, 30.2563097 ], [ 120.0472557, 30.2562883 ], [ 120.0471534, 30.2563017 ], [ 120.0470697, 30.2562722 ], [ 120.0470107, 30.2562481 ], [ 120.0468867, 30.2562669 ], [ 120.0468433, 30.2562776 ], [ 120.0467968, 30.2562963 ], [ 120.0467782, 30.2563472 ], [ 120.0467968, 30.2563927 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0456903, 30.2569051 ], [ 120.0457758, 30.2569829 ], [ 120.0459154, 30.2570646 ], [ 120.0460685, 30.257119 ], [ 120.0462982, 30.2571774 ], [ 120.0464153, 30.2571851 ], [ 120.0465098, 30.2571346 ], [ 120.0465774, 30.2570412 ], [ 120.0466404, 30.2570023 ], [ 120.046726, 30.2570373 ], [ 120.0468296, 30.2570762 ], [ 120.0469376, 30.2570879 ], [ 120.0470727, 30.2570412 ], [ 120.0470772, 30.2569168 ], [ 120.0470502, 30.2568117 ], [ 120.0469511, 30.2567378 ], [ 120.046807, 30.2566873 ], [ 120.0467125, 30.2566873 ], [ 120.0466945, 30.2567262 ], [ 120.0466719, 30.256804 ], [ 120.0465999, 30.256839 ], [ 120.0465368, 30.2568467 ], [ 120.0464648, 30.2568078 ], [ 120.0463252, 30.2567767 ], [ 120.0461901, 30.2567534 ], [ 120.0460865, 30.2567651 ], [ 120.04601, 30.2567962 ], [ 120.0458794, 30.256804 ], [ 120.0457803, 30.2567884 ], [ 120.0457308, 30.2568195 ], [ 120.0456858, 30.2568623 ], [ 120.0456903, 30.2569051 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0423693, 30.2569278 ], [ 120.0424025, 30.2569851 ], [ 120.0423914, 30.2570447 ], [ 120.0423721, 30.2570996 ], [ 120.0423527, 30.2571713 ], [ 120.0424329, 30.2572333 ], [ 120.0425987, 30.2572858 ], [ 120.0427369, 30.2572906 ], [ 120.0428806, 30.257293 ], [ 120.0430325, 30.257324 ], [ 120.0431624, 30.257324 ], [ 120.0432343, 30.2573002 ], [ 120.0432122, 30.2572381 ], [ 120.0431293, 30.2571641 ], [ 120.043121, 30.257114 ], [ 120.0430298, 30.2570638 ], [ 120.04298, 30.2570352 ], [ 120.0428861, 30.2570137 ], [ 120.0428695, 30.256923 ], [ 120.0428667, 30.2568657 ], [ 120.0428806, 30.2567822 ], [ 120.0429524, 30.2567416 ], [ 120.0429275, 30.2566986 ], [ 120.0428419, 30.2566533 ], [ 120.0427673, 30.2566031 ], [ 120.0426512, 30.256584 ], [ 120.0425379, 30.2565864 ], [ 120.042455, 30.256627 ], [ 120.0424577, 30.2567273 ], [ 120.0424412, 30.2567893 ], [ 120.0423859, 30.2568084 ], [ 120.0423279, 30.2568347 ], [ 120.0423223, 30.2568824 ], [ 120.0423693, 30.2569278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.043996, 30.2574557 ], [ 120.0440474, 30.2575072 ], [ 120.0441645, 30.257548 ], [ 120.0442858, 30.2575303 ], [ 120.0443351, 30.2574646 ], [ 120.0443741, 30.2573705 ], [ 120.0444111, 30.2573048 ], [ 120.0444255, 30.2571859 ], [ 120.0444707, 30.2571273 ], [ 120.0444974, 30.2570439 ], [ 120.0444584, 30.2570102 ], [ 120.0443865, 30.2570208 ], [ 120.0443002, 30.2570226 ], [ 120.0442323, 30.2570208 ], [ 120.0441912, 30.2570279 ], [ 120.0441173, 30.2570954 ], [ 120.0440392, 30.2571894 ], [ 120.0440166, 30.2572533 ], [ 120.0440001, 30.2573368 ], [ 120.0439878, 30.2574042 ], [ 120.043996, 30.2574557 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0483652, 30.2576726 ], [ 120.0484544, 30.2576855 ], [ 120.0485288, 30.2577163 ], [ 120.0485942, 30.2577035 ], [ 120.0487012, 30.2577035 ], [ 120.0487755, 30.2577497 ], [ 120.0488588, 30.2577805 ], [ 120.0489212, 30.2577625 ], [ 120.0489747, 30.2577317 ], [ 120.0490104, 30.2576829 ], [ 120.0490015, 30.2576264 ], [ 120.0489807, 30.2575571 ], [ 120.0489777, 30.2575057 ], [ 120.0489599, 30.2574466 ], [ 120.0489391, 30.2573901 ], [ 120.0488707, 30.2573645 ], [ 120.0487993, 30.2573824 ], [ 120.0487547, 30.257403 ], [ 120.0486953, 30.2574107 ], [ 120.0486328, 30.2573953 ], [ 120.0486209, 30.2573439 ], [ 120.0485942, 30.2573182 ], [ 120.048505, 30.2573054 ], [ 120.0484336, 30.2573336 ], [ 120.0484039, 30.2574056 ], [ 120.0483652, 30.2574723 ], [ 120.0483771, 30.2575468 ], [ 120.0483325, 30.257611 ], [ 120.0483652, 30.2576726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0445318, 30.2575124 ], [ 120.0446033, 30.257533 ], [ 120.044647, 30.2574987 ], [ 120.0447304, 30.2574267 ], [ 120.0447622, 30.2573615 ], [ 120.0448814, 30.2572894 ], [ 120.0449926, 30.2572586 ], [ 120.0450243, 30.2571934 ], [ 120.0450561, 30.2571213 ], [ 120.0451236, 30.257039 ], [ 120.0451554, 30.2569429 ], [ 120.0452666, 30.2569464 ], [ 120.0453341, 30.2570116 ], [ 120.0455049, 30.2570973 ], [ 120.0456479, 30.2571968 ], [ 120.0456876, 30.2573478 ], [ 120.0457234, 30.2574987 ], [ 120.0457114, 30.2576256 ], [ 120.0455605, 30.2577354 ], [ 120.0455049, 30.2578761 ], [ 120.0456241, 30.257931 ], [ 120.0456916, 30.2580099 ], [ 120.0456836, 30.2580956 ], [ 120.0455843, 30.2582157 ], [ 120.0455486, 30.2583015 ], [ 120.0455526, 30.2584112 ], [ 120.0456513, 30.2584262 ], [ 120.0457114, 30.2584353 ], [ 120.0458147, 30.2583666 ], [ 120.0458465, 30.2582534 ], [ 120.04591, 30.2581437 ], [ 120.0461086, 30.2580922 ], [ 120.0462158, 30.2580167 ], [ 120.0464383, 30.2579241 ], [ 120.0466686, 30.2578521 ], [ 120.0468315, 30.2578555 ], [ 120.0469983, 30.2578075 ], [ 120.0471095, 30.2577251 ], [ 120.0471889, 30.2575193 ], [ 120.0472179, 30.2572683 ], [ 120.0472597, 30.2572567 ], [ 120.0472286, 30.2572277 ], [ 120.0471412, 30.2571831 ], [ 120.0470499, 30.2572037 ], [ 120.0469665, 30.257238 ], [ 120.0468751, 30.2572448 ], [ 120.0466766, 30.2572483 ], [ 120.0465336, 30.2573512 ], [ 120.0463827, 30.2573786 ], [ 120.0462675, 30.257358 ], [ 120.0460093, 30.2572826 ], [ 120.0459061, 30.257214 ], [ 120.0456876, 30.2571213 ], [ 120.0455804, 30.2570493 ], [ 120.045489, 30.2569875 ], [ 120.0454573, 30.2569018 ], [ 120.0453421, 30.2567817 ], [ 120.0451117, 30.2567165 ], [ 120.0449806, 30.2566891 ], [ 120.0448575, 30.2567165 ], [ 120.0447503, 30.2567543 ], [ 120.0446589, 30.2568743 ], [ 120.0446153, 30.2570218 ], [ 120.0446073, 30.2571385 ], [ 120.0445557, 30.2572826 ], [ 120.044516, 30.2574267 ], [ 120.0445318, 30.2575124 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0488658, 30.257953 ], [ 120.0489176, 30.257993 ], [ 120.0489667, 30.2579977 ], [ 120.0489967, 30.2579647 ], [ 120.0490376, 30.2579318 ], [ 120.0491386, 30.2579105 ], [ 120.0492067, 30.2579129 ], [ 120.0492504, 30.2579412 ], [ 120.0493158, 30.257953 ], [ 120.0493486, 30.2579058 ], [ 120.0493758, 30.2578587 ], [ 120.0493868, 30.2577857 ], [ 120.0494031, 30.2576891 ], [ 120.0493949, 30.2576278 ], [ 120.0493486, 30.2575925 ], [ 120.0492913, 30.2575807 ], [ 120.0492586, 30.2575572 ], [ 120.0492177, 30.2575572 ], [ 120.0491631, 30.2575689 ], [ 120.0490976, 30.2576066 ], [ 120.0490785, 30.2576325 ], [ 120.0490567, 30.2576844 ], [ 120.0490595, 30.2577291 ], [ 120.0490622, 30.2577715 ], [ 120.0490431, 30.2578045 ], [ 120.0490404, 30.2578304 ], [ 120.0490567, 30.2578729 ], [ 120.0490322, 30.2578917 ], [ 120.048994, 30.2578681 ], [ 120.048934, 30.2578587 ], [ 120.0488931, 30.2578729 ], [ 120.0488576, 30.2579105 ], [ 120.0488658, 30.257953 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0472872, 30.2578217 ], [ 120.0473528, 30.2578918 ], [ 120.0474058, 30.2579376 ], [ 120.0474463, 30.2580103 ], [ 120.0474183, 30.2580939 ], [ 120.0474339, 30.2581451 ], [ 120.0475493, 30.2581504 ], [ 120.0476585, 30.2581531 ], [ 120.0477864, 30.2581424 ], [ 120.0478394, 30.2581046 ], [ 120.0478644, 30.2580427 ], [ 120.0478644, 30.257978 ], [ 120.0478519, 30.257943 ], [ 120.0477989, 30.257916 ], [ 120.0477334, 30.2579187 ], [ 120.0476678, 30.2579349 ], [ 120.047621, 30.2578998 ], [ 120.0476366, 30.2578406 ], [ 120.0476398, 30.2577597 ], [ 120.0476148, 30.2577004 ], [ 120.0475425, 30.257675 ], [ 120.0474776, 30.2576427 ], [ 120.0473853, 30.2576395 ], [ 120.0473335, 30.2576659 ], [ 120.0472935, 30.2576977 ], [ 120.047281, 30.257757 ], [ 120.0472872, 30.2578217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0424683, 30.2580721 ], [ 120.0426042, 30.2581293 ], [ 120.0427034, 30.2581102 ], [ 120.0427769, 30.2579357 ], [ 120.0428026, 30.2578246 ], [ 120.0426703, 30.2577453 ], [ 120.0425307, 30.2577294 ], [ 120.0424683, 30.2578405 ], [ 120.0424095, 30.257923 ], [ 120.0423948, 30.2580118 ], [ 120.0424683, 30.2580721 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0482166, 30.2581015 ], [ 120.0482968, 30.2581118 ], [ 120.0483355, 30.2581272 ], [ 120.0484039, 30.25814 ], [ 120.0485079, 30.2581272 ], [ 120.0485674, 30.2581349 ], [ 120.0486417, 30.2581349 ], [ 120.0487488, 30.2581118 ], [ 120.0487636, 30.2580681 ], [ 120.0487963, 30.2580014 ], [ 120.0487963, 30.2579192 ], [ 120.0487696, 30.2578858 ], [ 120.0487071, 30.2578524 ], [ 120.0486179, 30.2578319 ], [ 120.0485466, 30.2578087 ], [ 120.0484842, 30.2577728 ], [ 120.0484128, 30.2577548 ], [ 120.0483563, 30.2577702 ], [ 120.0482909, 30.2578344 ], [ 120.0482344, 30.2578473 ], [ 120.0482106, 30.257914 ], [ 120.048169, 30.2579782 ], [ 120.0481541, 30.2580219 ], [ 120.0481512, 30.2580604 ], [ 120.0482166, 30.2581015 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0466742, 30.2579903 ], [ 120.0467686, 30.2580159 ], [ 120.0468144, 30.2580811 ], [ 120.0468953, 30.2580741 ], [ 120.0470221, 30.2580671 ], [ 120.0471111, 30.2580415 ], [ 120.0470976, 30.2579996 ], [ 120.0469735, 30.2579507 ], [ 120.0468791, 30.2579507 ], [ 120.0467982, 30.2579437 ], [ 120.0466796, 30.2579017 ], [ 120.0466175, 30.2579087 ], [ 120.0466067, 30.2579623 ], [ 120.0466742, 30.2579903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0439746, 30.2583736 ], [ 120.0440187, 30.2584466 ], [ 120.0441767, 30.2584498 ], [ 120.0442575, 30.2584212 ], [ 120.0442171, 30.2582879 ], [ 120.0442465, 30.2581769 ], [ 120.0442832, 30.2580785 ], [ 120.0442355, 30.2580309 ], [ 120.0442428, 30.2578944 ], [ 120.0441914, 30.2578659 ], [ 120.0440959, 30.2578785 ], [ 120.0440444, 30.257942 ], [ 120.043993, 30.2581324 ], [ 120.0439709, 30.2582721 ], [ 120.0439746, 30.2583736 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.042854, 30.2580912 ], [ 120.0429422, 30.2581642 ], [ 120.0430414, 30.2581959 ], [ 120.0431994, 30.2581832 ], [ 120.0433647, 30.2581896 ], [ 120.0435007, 30.2581959 ], [ 120.0436146, 30.2582181 ], [ 120.0436954, 30.258307 ], [ 120.0436733, 30.2583768 ], [ 120.043677, 30.2584815 ], [ 120.0437321, 30.2585228 ], [ 120.043846, 30.2585164 ], [ 120.0438681, 30.2584054 ], [ 120.0438717, 30.2583006 ], [ 120.0438828, 30.2581261 ], [ 120.0439342, 30.2579833 ], [ 120.0439011, 30.2578817 ], [ 120.0437872, 30.2578754 ], [ 120.0436329, 30.2578754 ], [ 120.0434272, 30.2578627 ], [ 120.0432655, 30.2577992 ], [ 120.0430671, 30.2578056 ], [ 120.0429643, 30.2578119 ], [ 120.0428797, 30.2578785 ], [ 120.0428504, 30.2579896 ], [ 120.042854, 30.2580912 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.044331, 30.2582308 ], [ 120.0443861, 30.2582721 ], [ 120.044489, 30.2582943 ], [ 120.044647, 30.2583736 ], [ 120.0447535, 30.2583514 ], [ 120.0448086, 30.2582943 ], [ 120.0449446, 30.2582911 ], [ 120.0450548, 30.2583101 ], [ 120.0450621, 30.2582181 ], [ 120.0450548, 30.2581483 ], [ 120.0449666, 30.2580531 ], [ 120.0448711, 30.2580626 ], [ 120.0447609, 30.2580214 ], [ 120.0446653, 30.2580594 ], [ 120.044647, 30.258142 ], [ 120.0445955, 30.2581673 ], [ 120.0445478, 30.2581197 ], [ 120.0444486, 30.258088 ], [ 120.0443641, 30.2581134 ], [ 120.04432, 30.2581642 ], [ 120.044331, 30.2582308 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0461294, 30.2581976 ], [ 120.0461806, 30.2582232 ], [ 120.0462454, 30.2582023 ], [ 120.0462912, 30.2582046 ], [ 120.0463586, 30.2582186 ], [ 120.0464045, 30.2582628 ], [ 120.0464611, 30.2583444 ], [ 120.0465339, 30.258377 ], [ 120.0465906, 30.258328 ], [ 120.0465825, 30.2582512 ], [ 120.0465339, 30.2582069 ], [ 120.0464773, 30.25813 ], [ 120.0465636, 30.2581161 ], [ 120.0466607, 30.2581487 ], [ 120.0466876, 30.2581324 ], [ 120.0466634, 30.2580881 ], [ 120.0465717, 30.2580438 ], [ 120.0463856, 30.2580229 ], [ 120.0462723, 30.2580392 ], [ 120.0461779, 30.2580741 ], [ 120.0461213, 30.2581161 ], [ 120.0461078, 30.2581603 ], [ 120.0461294, 30.2581976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0318284, 30.2573989 ], [ 120.031867, 30.2573802 ], [ 120.0319081, 30.2574031 ], [ 120.031966, 30.2573948 ], [ 120.0319757, 30.2574115 ], [ 120.0319612, 30.2574469 ], [ 120.0322484, 30.2575512 ], [ 120.0323233, 30.2573406 ], [ 120.0319226, 30.2572592 ], [ 120.0314736, 30.2571487 ], [ 120.0314277, 30.2572801 ], [ 120.0318284, 30.2573989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0313808, 30.2575458 ], [ 120.0317367, 30.2575953 ], [ 120.0318099, 30.2575748 ], [ 120.0318554, 30.2574416 ], [ 120.0314481, 30.2573204 ], [ 120.0314026, 30.2573357 ], [ 120.0313492, 30.2575065 ], [ 120.0313808, 30.2575458 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0323735, 30.2576044 ], [ 120.0324491, 30.2576261 ], [ 120.0324815, 30.2576914 ], [ 120.0329637, 30.2578189 ], [ 120.0330213, 30.2578033 ], [ 120.0330393, 30.2577505 ], [ 120.0329997, 30.2577225 ], [ 120.0330788, 30.2575795 ], [ 120.0331544, 30.2575609 ], [ 120.033266, 30.2574148 ], [ 120.0332516, 30.2573837 ], [ 120.0325139, 30.2571941 ], [ 120.0324599, 30.2571941 ], [ 120.0323699, 30.2575515 ], [ 120.0323735, 30.2576044 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0319028, 30.2578447 ], [ 120.0321519, 30.2578737 ], [ 120.0322389, 30.2576124 ], [ 120.0319265, 30.2575253 ], [ 120.0318949, 30.2575731 ], [ 120.0318909, 30.2576073 ], [ 120.0319166, 30.2576654 ], [ 120.031887, 30.2578054 ], [ 120.0319028, 30.2578447 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0312938, 30.2578037 ], [ 120.0317545, 30.257884 ], [ 120.0317802, 30.2578703 ], [ 120.0318316, 30.2577251 ], [ 120.0318079, 30.2576517 ], [ 120.0317268, 30.2576397 ], [ 120.031371, 30.2575817 ], [ 120.0313314, 30.2575919 ], [ 120.0312681, 30.2577849 ], [ 120.0312938, 30.2578037 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0392387, 30.2580243 ], [ 120.0393683, 30.2579907 ], [ 120.0394234, 30.2578452 ], [ 120.0394428, 30.2577221 ], [ 120.0393327, 30.2576913 ], [ 120.0392549, 30.2577444 ], [ 120.0392225, 30.2578172 ], [ 120.0391836, 30.2579319 ], [ 120.0392387, 30.2580243 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0323123, 30.2578344 ], [ 120.0328593, 30.2579991 ], [ 120.0328917, 30.2579898 ], [ 120.0329349, 30.2578624 ], [ 120.0323339, 30.2577194 ], [ 120.0323088, 30.2577411 ], [ 120.0322872, 30.2578189 ], [ 120.0323123, 30.2578344 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0311634, 30.258106 ], [ 120.031626, 30.2581743 ], [ 120.0316636, 30.2581589 ], [ 120.0317585, 30.2579608 ], [ 120.0317506, 30.2579301 ], [ 120.0312721, 30.2578361 ], [ 120.0312345, 30.2578481 ], [ 120.0311416, 30.2580803 ], [ 120.0311634, 30.258106 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0322772, 30.2582098 ], [ 120.0323182, 30.2581952 ], [ 120.0324027, 30.2579262 ], [ 120.0323858, 30.2578991 ], [ 120.0322724, 30.2578491 ], [ 120.0321638, 30.2581806 ], [ 120.0322772, 30.2582098 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0317881, 30.2581931 ], [ 120.0320313, 30.2582272 ], [ 120.0320551, 30.2581999 ], [ 120.0321341, 30.2579301 ], [ 120.0321183, 30.2579062 ], [ 120.031883, 30.2578771 ], [ 120.0318554, 30.2579044 ], [ 120.0317644, 30.2581572 ], [ 120.0317881, 30.2581931 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0491931, 30.2582545 ], [ 120.0492204, 30.2583016 ], [ 120.0492367, 30.2583605 ], [ 120.0492749, 30.2584006 ], [ 120.0493213, 30.2584241 ], [ 120.0493704, 30.2584406 ], [ 120.0494304, 30.2584383 ], [ 120.0494988, 30.2584165 ], [ 120.0494872, 30.2583707 ], [ 120.0494795, 30.2583252 ], [ 120.0494549, 30.258271 ], [ 120.0494222, 30.2582168 ], [ 120.049354, 30.2582027 ], [ 120.0492777, 30.2581862 ], [ 120.0492177, 30.2581626 ], [ 120.0491604, 30.2582027 ], [ 120.0491931, 30.2582545 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0480441, 30.2583814 ], [ 120.0480501, 30.2584379 ], [ 120.0480768, 30.2584816 ], [ 120.0481244, 30.258497 ], [ 120.0481809, 30.2584893 ], [ 120.0482582, 30.2584174 ], [ 120.0483563, 30.2583763 ], [ 120.0484277, 30.258366 ], [ 120.0484961, 30.258366 ], [ 120.0485555, 30.2583429 ], [ 120.0486239, 30.2583455 ], [ 120.0486625, 30.2583583 ], [ 120.0487458, 30.2583686 ], [ 120.0487904, 30.2583866 ], [ 120.0488439, 30.2583891 ], [ 120.0488915, 30.2583481 ], [ 120.0489242, 30.2583198 ], [ 120.048945, 30.2582941 ], [ 120.0489182, 30.2582402 ], [ 120.0488885, 30.2581811 ], [ 120.0488439, 30.2581554 ], [ 120.0487636, 30.2581709 ], [ 120.0486953, 30.2581631 ], [ 120.048612, 30.2581734 ], [ 120.048499, 30.2581811 ], [ 120.0484277, 30.2581786 ], [ 120.0483742, 30.258194 ], [ 120.0483266, 30.2581965 ], [ 120.0482493, 30.258194 ], [ 120.0481274, 30.2581965 ], [ 120.0480679, 30.2582453 ], [ 120.0480441, 30.2583224 ], [ 120.0480441, 30.2583814 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0410919, 30.2579897 ], [ 120.041156, 30.2580086 ], [ 120.0412009, 30.2580555 ], [ 120.0412056, 30.2580434 ], [ 120.0412633, 30.2579387 ], [ 120.0414173, 30.2579327 ], [ 120.0414083, 30.2580626 ], [ 120.0414415, 30.2580879 ], [ 120.0414754, 30.2581449 ], [ 120.041585, 30.2581554 ], [ 120.0417052, 30.2581748 ], [ 120.0417201, 30.2582647 ], [ 120.0417145, 30.2583097 ], [ 120.0416531, 30.2583804 ], [ 120.0416401, 30.2584446 ], [ 120.0416438, 30.2585233 ], [ 120.0417294, 30.2585908 ], [ 120.0418261, 30.2586197 ], [ 120.0419302, 30.258594 ], [ 120.0419804, 30.2584976 ], [ 120.0419823, 30.2583804 ], [ 120.0420158, 30.2582872 ], [ 120.0420325, 30.2582246 ], [ 120.0420994, 30.2581844 ], [ 120.0421664, 30.2581748 ], [ 120.0422073, 30.2582117 ], [ 120.0421813, 30.2583515 ], [ 120.0421868, 30.2584993 ], [ 120.0421255, 30.2586454 ], [ 120.0420994, 30.2587723 ], [ 120.0420808, 30.2588992 ], [ 120.0420964, 30.2589627 ], [ 120.0422, 30.2590052 ], [ 120.0423493, 30.258973 ], [ 120.0424206, 30.2588117 ], [ 120.0424495, 30.2587003 ], [ 120.0424512, 30.2585756 ], [ 120.0425072, 30.2585478 ], [ 120.0426124, 30.2585727 ], [ 120.0426905, 30.2585888 ], [ 120.0427448, 30.2586006 ], [ 120.0428283, 30.2585958 ], [ 120.0430047, 30.2586338 ], [ 120.0432251, 30.2586624 ], [ 120.0434713, 30.2586751 ], [ 120.0435962, 30.2586116 ], [ 120.0436035, 30.258453 ], [ 120.0435925, 30.2583641 ], [ 120.0435264, 30.2583038 ], [ 120.0433904, 30.2583038 ], [ 120.04317, 30.2582879 ], [ 120.0430047, 30.2582467 ], [ 120.0427842, 30.2582435 ], [ 120.0426189, 30.2581959 ], [ 120.0424646, 30.2581451 ], [ 120.042358, 30.2581166 ], [ 120.0422368, 30.2581197 ], [ 120.0422073, 30.2580912 ], [ 120.0422724, 30.2580639 ], [ 120.0423338, 30.2580382 ], [ 120.0423579, 30.2579499 ], [ 120.0423784, 30.2578342 ], [ 120.0422928, 30.2578358 ], [ 120.0422259, 30.2578856 ], [ 120.0422017, 30.2578358 ], [ 120.0419934, 30.2577796 ], [ 120.0418781, 30.2578262 ], [ 120.0418298, 30.2578728 ], [ 120.0418093, 30.2579933 ], [ 120.0417491, 30.2580166 ], [ 120.041637, 30.2579768 ], [ 120.0415978, 30.2579248 ], [ 120.0416329, 30.2578875 ], [ 120.0416426, 30.2578441 ], [ 120.0415954, 30.2577999 ], [ 120.0415326, 30.2577913 ], [ 120.0415091, 30.2578102 ], [ 120.0414856, 30.2578231 ], [ 120.0414459, 30.2578435 ], [ 120.0414081, 30.2578349 ], [ 120.0413627, 30.2577945 ], [ 120.0413297, 30.2577893 ], [ 120.0413008, 30.2578065 ], [ 120.0412804, 30.2578209 ], [ 120.0412431, 30.2578359 ], [ 120.0412162, 30.2578568 ], [ 120.0411979, 30.2578603 ], [ 120.0411912, 30.2578402 ], [ 120.0411986, 30.2578248 ], [ 120.041221, 30.2578002 ], [ 120.0412544, 30.2577741 ], [ 120.0412888, 30.2577405 ], [ 120.0413282, 30.257729 ], [ 120.0413533, 30.2577175 ], [ 120.0413043, 30.2576916 ], [ 120.0411636, 30.2576917 ], [ 120.0411116, 30.2577371 ], [ 120.0410912, 30.2577918 ], [ 120.0410816, 30.2578696 ], [ 120.0410729, 30.2579532 ], [ 120.0410919, 30.2579897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0460754, 30.2584585 ], [ 120.0462346, 30.2584585 ], [ 120.046337, 30.2584375 ], [ 120.0463613, 30.258363 ], [ 120.0463478, 30.2583001 ], [ 120.046275, 30.2582978 ], [ 120.0461671, 30.2582954 ], [ 120.0460269, 30.2582838 ], [ 120.0459433, 30.2582558 ], [ 120.0458894, 30.2583048 ], [ 120.0458867, 30.2583933 ], [ 120.0460754, 30.2584585 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0410865, 30.2587296 ], [ 120.0411187, 30.2587516 ], [ 120.0411612, 30.2587706 ], [ 120.0412172, 30.2587838 ], [ 120.0412766, 30.2587193 ], [ 120.0412953, 30.2586372 ], [ 120.0413258, 30.258517 ], [ 120.0413903, 30.2584583 ], [ 120.0413937, 30.25841 ], [ 120.041392, 30.2583425 ], [ 120.0413615, 30.2582707 ], [ 120.0413055, 30.2582399 ], [ 120.0412443, 30.258259 ], [ 120.0411849, 30.2583117 ], [ 120.0411815, 30.2583953 ], [ 120.0411934, 30.2584789 ], [ 120.041168, 30.2585463 ], [ 120.0411221, 30.2585874 ], [ 120.0410984, 30.2586416 ], [ 120.0410865, 30.25869 ], [ 120.0410865, 30.2587296 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.04432, 30.2585894 ], [ 120.0444743, 30.2586465 ], [ 120.0446139, 30.2586402 ], [ 120.0447903, 30.2585323 ], [ 120.0447903, 30.2584244 ], [ 120.04468, 30.258418 ], [ 120.0445404, 30.258418 ], [ 120.0444082, 30.2584276 ], [ 120.0443347, 30.2584625 ], [ 120.0443016, 30.2585386 ], [ 120.04432, 30.2585894 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0414056, 30.2588469 ], [ 120.0414446, 30.2588469 ], [ 120.0414769, 30.2588234 ], [ 120.0415516, 30.2587516 ], [ 120.0415516, 30.2586797 ], [ 120.0415668, 30.258624 ], [ 120.0416127, 30.2585536 ], [ 120.0415753, 30.2585331 ], [ 120.0415125, 30.2585331 ], [ 120.0415142, 30.2584745 ], [ 120.0415584, 30.2583968 ], [ 120.0415584, 30.2583191 ], [ 120.041499, 30.2583176 ], [ 120.0414395, 30.2583865 ], [ 120.0414005, 30.258495 ], [ 120.041409, 30.2586079 ], [ 120.0414124, 30.2587208 ], [ 120.0413784, 30.2587648 ], [ 120.0413716, 30.2588234 ], [ 120.0414056, 30.2588469 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0417026, 30.2589187 ], [ 120.0418147, 30.2589202 ], [ 120.0418995, 30.2588791 ], [ 120.0419539, 30.2588923 ], [ 120.0419793, 30.2588967 ], [ 120.0420116, 30.2588351 ], [ 120.0420116, 30.2587706 ], [ 120.0420031, 30.2587076 ], [ 120.041964, 30.2586226 ], [ 120.0418826, 30.2586343 ], [ 120.0417773, 30.2586343 ], [ 120.041706, 30.2586401 ], [ 120.0416381, 30.2587179 ], [ 120.041628, 30.2588073 ], [ 120.0416263, 30.2589085 ], [ 120.0417026, 30.2589187 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0482481, 30.2588861 ], [ 120.0482637, 30.2590181 ], [ 120.0483043, 30.2591151 ], [ 120.0483604, 30.2591232 ], [ 120.0484322, 30.2591043 ], [ 120.0484821, 30.2590801 ], [ 120.0485694, 30.2590424 ], [ 120.0486256, 30.2590289 ], [ 120.0487067, 30.2590397 ], [ 120.0487504, 30.2590666 ], [ 120.0487597, 30.2591367 ], [ 120.0488221, 30.2591448 ], [ 120.0488876, 30.2591286 ], [ 120.0490093, 30.2591043 ], [ 120.0491559, 30.2590963 ], [ 120.0492713, 30.2590936 ], [ 120.0493493, 30.2590451 ], [ 120.0494086, 30.2589858 ], [ 120.0494523, 30.2588995 ], [ 120.0494616, 30.2588079 ], [ 120.0494149, 30.2587406 ], [ 120.0493774, 30.2586543 ], [ 120.0492713, 30.258622 ], [ 120.0491715, 30.2586058 ], [ 120.0491216, 30.2586328 ], [ 120.0490686, 30.2586867 ], [ 120.0490155, 30.2587244 ], [ 120.0489812, 30.2587217 ], [ 120.0489313, 30.2586436 ], [ 120.0488845, 30.2586382 ], [ 120.0488128, 30.2587028 ], [ 120.0487816, 30.2587513 ], [ 120.0487254, 30.2587756 ], [ 120.0486942, 30.2587864 ], [ 120.0486693, 30.2588349 ], [ 120.0486318, 30.2589346 ], [ 120.0485944, 30.2589238 ], [ 120.0485694, 30.2588672 ], [ 120.0485413, 30.2587998 ], [ 120.0485445, 30.2587325 ], [ 120.0485164, 30.2587244 ], [ 120.0484758, 30.2587648 ], [ 120.0484571, 30.2588187 ], [ 120.0483947, 30.2588861 ], [ 120.0483666, 30.2589319 ], [ 120.0483386, 30.2589049 ], [ 120.0483386, 30.2588295 ], [ 120.0483386, 30.258754 ], [ 120.0483791, 30.2587082 ], [ 120.0484571, 30.2587001 ], [ 120.048507, 30.2586705 ], [ 120.0485008, 30.2586328 ], [ 120.0484446, 30.2585924 ], [ 120.0484977, 30.2585735 ], [ 120.0485757, 30.258587 ], [ 120.0486661, 30.2585897 ], [ 120.0487753, 30.2585843 ], [ 120.0488284, 30.2585681 ], [ 120.0489126, 30.2585681 ], [ 120.0489188, 30.2585358 ], [ 120.0489063, 30.2584927 ], [ 120.048872, 30.2584253 ], [ 120.0488034, 30.2584172 ], [ 120.0487285, 30.2584172 ], [ 120.0486505, 30.2584118 ], [ 120.0485569, 30.2584307 ], [ 120.048532, 30.258401 ], [ 120.0484883, 30.258401 ], [ 120.0484322, 30.258401 ], [ 120.0483666, 30.2584226 ], [ 120.0483386, 30.258463 ], [ 120.0483822, 30.2585439 ], [ 120.0484072, 30.2586274 ], [ 120.0483729, 30.2586355 ], [ 120.0482793, 30.2586463 ], [ 120.0482356, 30.2587217 ], [ 120.0482325, 30.258781 ], [ 120.0482481, 30.2588861 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0456036, 30.2588195 ], [ 120.0456977, 30.2588858 ], [ 120.0458477, 30.2589641 ], [ 120.0460012, 30.2589581 ], [ 120.0461268, 30.2589671 ], [ 120.0462802, 30.2590063 ], [ 120.0464302, 30.2590545 ], [ 120.0465418, 30.2590394 ], [ 120.0466465, 30.2589129 ], [ 120.0467023, 30.2588225 ], [ 120.0466255, 30.2587412 ], [ 120.0465488, 30.2587351 ], [ 120.0464546, 30.2587653 ], [ 120.0464058, 30.2588255 ], [ 120.046357, 30.2588647 ], [ 120.0463012, 30.2588526 ], [ 120.0462907, 30.2588075 ], [ 120.0462698, 30.2587683 ], [ 120.0461756, 30.2587683 ], [ 120.0460989, 30.2587954 ], [ 120.0459907, 30.2588105 ], [ 120.045921, 30.2587623 ], [ 120.0457535, 30.2587412 ], [ 120.0456594, 30.258708 ], [ 120.0456036, 30.2586749 ], [ 120.0455309, 30.2586385 ], [ 120.0454541, 30.2587807 ], [ 120.0456036, 30.2588195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0324003, 30.258239 ], [ 120.0327117, 30.2583287 ], [ 120.0327455, 30.2583141 ], [ 120.0328445, 30.258066 ], [ 120.0328252, 30.2580368 ], [ 120.0324703, 30.2579283 ], [ 120.032422, 30.2580013 ], [ 120.0323714, 30.2582057 ], [ 120.0324003, 30.258239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0401782, 30.2585196 ], [ 120.040261, 30.2585514 ], [ 120.0403484, 30.2585315 ], [ 120.0403726, 30.2586017 ], [ 120.040437, 30.2586013 ], [ 120.0404897, 30.2585576 ], [ 120.0405394, 30.2585865 ], [ 120.0405914, 30.2586138 ], [ 120.0405969, 30.2585335 ], [ 120.0406935, 30.2585912 ], [ 120.0407625, 30.2585534 ], [ 120.0408108, 30.2583726 ], [ 120.0408545, 30.2581778 ], [ 120.0408522, 30.257995 ], [ 120.0409166, 30.25785 ], [ 120.0409097, 30.2577268 ], [ 120.0407372, 30.2577347 ], [ 120.040636, 30.2577824 ], [ 120.0406268, 30.2579056 ], [ 120.0405693, 30.2579632 ], [ 120.0404634, 30.257993 ], [ 120.0403047, 30.257993 ], [ 120.0402357, 30.2580566 ], [ 120.0401828, 30.2582335 ], [ 120.0401575, 30.2584004 ], [ 120.040146, 30.2584759 ], [ 120.0401782, 30.2585196 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0311851, 30.258427 ], [ 120.0312662, 30.2581845 ], [ 120.0311693, 30.2581657 ], [ 120.0310685, 30.2584168 ], [ 120.0311851, 30.258427 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0315825, 30.2584526 ], [ 120.0316596, 30.2582306 ], [ 120.0313196, 30.258176 ], [ 120.0312504, 30.2584048 ], [ 120.0315825, 30.2584526 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0319206, 30.2585927 ], [ 120.0320195, 30.2582853 ], [ 120.031711, 30.2582306 ], [ 120.0316438, 30.2585073 ], [ 120.0319206, 30.2585927 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0408896, 30.2587354 ], [ 120.0409473, 30.2587413 ], [ 120.0410169, 30.2587105 ], [ 120.0410508, 30.258646 ], [ 120.0410525, 30.2585595 ], [ 120.0410865, 30.2584891 ], [ 120.0411001, 30.2584158 ], [ 120.0411052, 30.2583586 ], [ 120.0411459, 30.2583235 ], [ 120.0411663, 30.2582384 ], [ 120.041151, 30.2581754 ], [ 120.0410593, 30.2581593 ], [ 120.0409948, 30.2581856 ], [ 120.0409626, 30.2583044 ], [ 120.0409337, 30.2584129 ], [ 120.0409269, 30.2584833 ], [ 120.0409066, 30.2585243 ], [ 120.0408794, 30.2586284 ], [ 120.0408573, 30.2586929 ], [ 120.0408896, 30.2587354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0321237, 30.258561 ], [ 120.0321188, 30.2586379 ], [ 120.032399, 30.2587036 ], [ 120.0324395, 30.2586981 ], [ 120.0325026, 30.2584477 ], [ 120.0324557, 30.2584155 ], [ 120.0324055, 30.2583847 ], [ 120.0324006, 30.2583232 ], [ 120.0322873, 30.2582882 ], [ 120.0322727, 30.2583512 ], [ 120.0322128, 30.2583987 ], [ 120.0321302, 30.2583735 ], [ 120.0320832, 30.2585204 ], [ 120.0321237, 30.258561 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0393456, 30.2593311 ], [ 120.0393942, 30.2594123 ], [ 120.0395594, 30.2594207 ], [ 120.0396178, 30.2594654 ], [ 120.0395756, 30.2595018 ], [ 120.039472, 30.2594878 ], [ 120.0394072, 30.2594766 ], [ 120.0393813, 30.2595298 ], [ 120.0393975, 30.2596082 ], [ 120.0394396, 30.2596473 ], [ 120.0395854, 30.2596753 ], [ 120.0397052, 30.2597117 ], [ 120.0397992, 30.2597117 ], [ 120.0399158, 30.2596977 ], [ 120.0399644, 30.2596501 ], [ 120.0399191, 30.2595718 ], [ 120.0398802, 30.2594822 ], [ 120.0399061, 30.2593787 ], [ 120.0399385, 30.2592975 ], [ 120.0399838, 30.2592052 ], [ 120.0399838, 30.2590961 ], [ 120.0400616, 30.2590345 ], [ 120.0401685, 30.2590373 ], [ 120.0402301, 30.2588918 ], [ 120.0402787, 30.2588386 ], [ 120.0403435, 30.2587714 ], [ 120.0403402, 30.2586847 ], [ 120.0402268, 30.2586427 ], [ 120.0401134, 30.2586119 ], [ 120.0400292, 30.2585588 ], [ 120.0400486, 30.258444 ], [ 120.0400746, 30.2582985 ], [ 120.0401167, 30.258195 ], [ 120.0401685, 30.2580746 ], [ 120.0402009, 30.2579011 ], [ 120.0402398, 30.257778 ], [ 120.040256, 30.2576549 ], [ 120.0401685, 30.257543 ], [ 120.0400843, 30.2575569 ], [ 120.0400422, 30.2576857 ], [ 120.0400033, 30.2577892 ], [ 120.0399709, 30.2579263 ], [ 120.0398964, 30.2581054 ], [ 120.0398737, 30.2582817 ], [ 120.0398381, 30.2584133 ], [ 120.0398413, 30.2585028 ], [ 120.0398381, 30.2585616 ], [ 120.0397279, 30.258556 ], [ 120.0396566, 30.2585672 ], [ 120.0396113, 30.258514 ], [ 120.0396404, 30.2583545 ], [ 120.0396858, 30.2582733 ], [ 120.0397085, 30.2582146 ], [ 120.0397959, 30.2579039 ], [ 120.0398769, 30.2576521 ], [ 120.0398964, 30.257515 ], [ 120.0398769, 30.257403 ], [ 120.0397214, 30.2574114 ], [ 120.0395951, 30.2574534 ], [ 120.0395368, 30.2575374 ], [ 120.0395594, 30.2576745 ], [ 120.0394752, 30.2578032 ], [ 120.0394849, 30.2580047 ], [ 120.0394266, 30.2581782 ], [ 120.0393715, 30.2583405 ], [ 120.0394266, 30.258458 ], [ 120.0394493, 30.2585923 ], [ 120.0393942, 30.2587658 ], [ 120.0393651, 30.2589142 ], [ 120.0394104, 30.2590261 ], [ 120.0393424, 30.2591996 ], [ 120.0393456, 30.2593311 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0325302, 30.2587288 ], [ 120.0327812, 30.2587736 ], [ 120.0328055, 30.258747 ], [ 120.0328297, 30.2586981 ], [ 120.032867, 30.2586715 ], [ 120.0328897, 30.2585162 ], [ 120.0328071, 30.2584519 ], [ 120.0327277, 30.2584323 ], [ 120.0327326, 30.2584057 ], [ 120.0326111, 30.2583554 ], [ 120.0325577, 30.2584449 ], [ 120.0325739, 30.2584687 ], [ 120.0325269, 30.2585708 ], [ 120.0325059, 30.2586855 ], [ 120.0325302, 30.2587288 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0385888, 30.2591986 ], [ 120.0385459, 30.2588248 ], [ 120.0381525, 30.2587522 ], [ 120.0379719, 30.2587445 ], [ 120.0379022, 30.2588943 ], [ 120.0378628, 30.2589283 ], [ 120.0378003, 30.2590642 ], [ 120.0385888, 30.2591986 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0467039, 30.25946 ], [ 120.0467569, 30.2594843 ], [ 120.0468411, 30.2594924 ], [ 120.0468973, 30.2594627 ], [ 120.046916, 30.2593927 ], [ 120.0469472, 30.259363 ], [ 120.0469784, 30.2593549 ], [ 120.0470813, 30.2593927 ], [ 120.0471843, 30.2593981 ], [ 120.0472498, 30.2593792 ], [ 120.047306, 30.2592903 ], [ 120.0473496, 30.2591421 ], [ 120.0473871, 30.2590478 ], [ 120.0473871, 30.2589427 ], [ 120.0474245, 30.2588349 ], [ 120.0475119, 30.2587271 ], [ 120.047593, 30.2585924 ], [ 120.0476522, 30.2585007 ], [ 120.0476647, 30.2584199 ], [ 120.0476554, 30.2583445 ], [ 120.0476179, 30.258296 ], [ 120.0475306, 30.2582906 ], [ 120.0474089, 30.2582906 ], [ 120.0473153, 30.2583337 ], [ 120.047228, 30.2584037 ], [ 120.0471687, 30.2585924 ], [ 120.0471344, 30.2587028 ], [ 120.0471313, 30.2587837 ], [ 120.0470813, 30.2589238 ], [ 120.0470533, 30.25901 ], [ 120.0470221, 30.2590909 ], [ 120.0469472, 30.2591528 ], [ 120.046863, 30.2591582 ], [ 120.0467725, 30.2592121 ], [ 120.0467507, 30.2592741 ], [ 120.0467195, 30.2593469 ], [ 120.0466945, 30.2594034 ], [ 120.0467039, 30.25946 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0475988, 30.2593001 ], [ 120.0477992, 30.2592043 ], [ 120.0479996, 30.2590126 ], [ 120.0481248, 30.2588302 ], [ 120.0481034, 30.2586541 ], [ 120.0480783, 30.2585521 ], [ 120.0479316, 30.2585119 ], [ 120.0478242, 30.2585922 ], [ 120.0477205, 30.2587746 ], [ 120.047631, 30.2588457 ], [ 120.0475272, 30.2589632 ], [ 120.0475201, 30.2591208 ], [ 120.0474664, 30.2592506 ], [ 120.0475988, 30.2593001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0416685, 30.259152 ], [ 120.041769, 30.259166 ], [ 120.0418208, 30.2591604 ], [ 120.041905, 30.2591017 ], [ 120.0419083, 30.2590233 ], [ 120.041769, 30.2589841 ], [ 120.041662, 30.2590177 ], [ 120.0416426, 30.2590933 ], [ 120.0416685, 30.259152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0414482, 30.2592919 ], [ 120.0415098, 30.2593255 ], [ 120.0415681, 30.2592556 ], [ 120.0415843, 30.25911 ], [ 120.0416264, 30.2590233 ], [ 120.0415681, 30.2590009 ], [ 120.0414871, 30.2590317 ], [ 120.0414612, 30.259138 ], [ 120.0414353, 30.2592136 ], [ 120.0414482, 30.2592919 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0488637, 30.2598166 ], [ 120.0489018, 30.2598435 ], [ 120.0490023, 30.2598465 ], [ 120.049172, 30.2598435 ], [ 120.0492516, 30.2598406 ], [ 120.0493694, 30.2598435 ], [ 120.0494837, 30.2598645 ], [ 120.0496223, 30.2598914 ], [ 120.0497054, 30.2599243 ], [ 120.0497851, 30.2599542 ], [ 120.0498717, 30.2599542 ], [ 120.0499479, 30.2599423 ], [ 120.0500275, 30.2599453 ], [ 120.0501003, 30.2599722 ], [ 120.0501141, 30.2599363 ], [ 120.0501245, 30.2598854 ], [ 120.0501418, 30.2598047 ], [ 120.0501591, 30.2597628 ], [ 120.0501819, 30.2597603 ], [ 120.0501755, 30.2598117 ], [ 120.0501626, 30.2598783 ], [ 120.0501498, 30.259931 ], [ 120.0501305, 30.259981 ], [ 120.0501192, 30.2600323 ], [ 120.0500983, 30.2600961 ], [ 120.0502581, 30.2601228 ], [ 120.0503871, 30.2601423 ], [ 120.0504308, 30.2599287 ], [ 120.0504599, 30.2597591 ], [ 120.0504999, 30.2595581 ], [ 120.0505217, 30.2594576 ], [ 120.0505253, 30.2593131 ], [ 120.0505108, 30.2591781 ], [ 120.0505181, 30.2590681 ], [ 120.0505181, 30.2589174 ], [ 120.0505217, 30.25882 ], [ 120.0504926, 30.2587132 ], [ 120.0505035, 30.2586504 ], [ 120.0504993, 30.2585741 ], [ 120.050562, 30.258537 ], [ 120.0506084, 30.258519 ], [ 120.0506159, 30.258496 ], [ 120.0505639, 30.2584619 ], [ 120.0504975, 30.2584776 ], [ 120.0504915, 30.2583212 ], [ 120.0504664, 30.2583175 ], [ 120.0503638, 30.2583196 ], [ 120.0501396, 30.2583519 ], [ 120.049989, 30.2583376 ], [ 120.0499028, 30.2583536 ], [ 120.0498024, 30.2583267 ], [ 120.0497019, 30.2583177 ], [ 120.049598, 30.2583267 ], [ 120.0495565, 30.2583387 ], [ 120.0494872, 30.2583707 ], [ 120.0494988, 30.2584165 ], [ 120.0495426, 30.2584583 ], [ 120.0496153, 30.2585002 ], [ 120.0496881, 30.25859 ], [ 120.0497712, 30.2587366 ], [ 120.0498162, 30.2588413 ], [ 120.0497712, 30.2589221 ], [ 120.049747, 30.2589999 ], [ 120.0497608, 30.2590537 ], [ 120.0497955, 30.2591046 ], [ 120.0498232, 30.2591764 ], [ 120.0498162, 30.2592811 ], [ 120.0498197, 30.2593978 ], [ 120.0498093, 30.2595294 ], [ 120.0498093, 30.2596012 ], [ 120.0498232, 30.2596491 ], [ 120.049882, 30.2596581 ], [ 120.0499201, 30.259688 ], [ 120.0498994, 30.2597329 ], [ 120.0498336, 30.2597239 ], [ 120.0497712, 30.2597448 ], [ 120.0496881, 30.2597448 ], [ 120.0495703, 30.2597239 ], [ 120.0494664, 30.2597209 ], [ 120.0493729, 30.259676 ], [ 120.049269, 30.259667 ], [ 120.0491304, 30.2596491 ], [ 120.0490057, 30.2596491 ], [ 120.0489261, 30.259673 ], [ 120.0488672, 30.2597329 ], [ 120.0488602, 30.2597688 ], [ 120.0488637, 30.2598166 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.048905, 30.2594852 ], [ 120.0490793, 30.2595228 ], [ 120.0492263, 30.2595275 ], [ 120.0494114, 30.2595228 ], [ 120.0495421, 30.2594946 ], [ 120.0495366, 30.2593253 ], [ 120.049504, 30.2592313 ], [ 120.0493787, 30.2592077 ], [ 120.0492426, 30.2591748 ], [ 120.0490902, 30.259156 ], [ 120.048954, 30.2591607 ], [ 120.0488941, 30.2591889 ], [ 120.048856, 30.2592783 ], [ 120.0488343, 30.2594335 ], [ 120.048905, 30.2594852 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0411826, 30.2596865 ], [ 120.0412085, 30.2597677 ], [ 120.0413057, 30.2598012 ], [ 120.0414093, 30.2597481 ], [ 120.0414871, 30.2597117 ], [ 120.0415584, 30.2597397 ], [ 120.0415908, 30.259804 ], [ 120.0417171, 30.2598628 ], [ 120.0418694, 30.2599076 ], [ 120.0419309, 30.2597509 ], [ 120.0419763, 30.2596697 ], [ 120.0420735, 30.2596165 ], [ 120.0420735, 30.2595298 ], [ 120.041986, 30.2594486 ], [ 120.0420152, 30.2593143 ], [ 120.042067, 30.2592388 ], [ 120.0420864, 30.2590905 ], [ 120.0420346, 30.2590037 ], [ 120.0419601, 30.2590177 ], [ 120.0419569, 30.2591352 ], [ 120.0419504, 30.2592108 ], [ 120.0418888, 30.2592975 ], [ 120.0418402, 30.2592975 ], [ 120.0418305, 30.2592276 ], [ 120.0417074, 30.2592052 ], [ 120.0416491, 30.2592751 ], [ 120.0415778, 30.2594039 ], [ 120.0414677, 30.2594291 ], [ 120.0413964, 30.2593731 ], [ 120.0412797, 30.2593759 ], [ 120.041215, 30.2594794 ], [ 120.0411728, 30.2595662 ], [ 120.0411826, 30.2596865 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0479748, 30.2596137 ], [ 120.0481106, 30.2596208 ], [ 120.0482259, 30.2596635 ], [ 120.0483699, 30.259699 ], [ 120.0484729, 30.259731 ], [ 120.0485552, 30.2596955 ], [ 120.0485964, 30.259635 ], [ 120.0485758, 30.259539 ], [ 120.0485223, 30.2594608 ], [ 120.0484811, 30.2593221 ], [ 120.0484564, 30.2592475 ], [ 120.0483988, 30.2592297 ], [ 120.0483205, 30.2592333 ], [ 120.0482753, 30.2593079 ], [ 120.0482176, 30.2593613 ], [ 120.0481477, 30.2593541 ], [ 120.0480818, 30.2593506 ], [ 120.0479995, 30.2593755 ], [ 120.0479624, 30.2594537 ], [ 120.0479212, 30.2595355 ], [ 120.0479748, 30.2596137 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0461021, 30.2598327 ], [ 120.0461289, 30.259859 ], [ 120.0461791, 30.2598811 ], [ 120.0462258, 30.2598227 ], [ 120.0462445, 30.2597702 ], [ 120.0463145, 30.2597097 ], [ 120.0464382, 30.2597097 ], [ 120.0465246, 30.2596674 ], [ 120.0465386, 30.2595545 ], [ 120.0465386, 30.2594415 ], [ 120.046576, 30.2593226 ], [ 120.0466927, 30.2592056 ], [ 120.0466787, 30.259131 ], [ 120.0465923, 30.259135 ], [ 120.0464873, 30.2591451 ], [ 120.0463775, 30.2591451 ], [ 120.0462982, 30.2591713 ], [ 120.0462421, 30.25925 ], [ 120.0461838, 30.2593185 ], [ 120.0461184, 30.2594496 ], [ 120.0460764, 30.2595444 ], [ 120.04606, 30.2596553 ], [ 120.0461021, 30.2598327 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0421584, 30.2597005 ], [ 120.0423238, 30.2596798 ], [ 120.0423504, 30.2596084 ], [ 120.0423318, 30.2595185 ], [ 120.0422357, 30.2594885 ], [ 120.0421264, 30.2595922 ], [ 120.0421023, 30.2596591 ], [ 120.0421584, 30.2597005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0452718, 30.2592622 ], [ 120.0452637, 30.2593041 ], [ 120.0452313, 30.2594439 ], [ 120.0452151, 30.2595324 ], [ 120.0452448, 30.2596069 ], [ 120.0452987, 30.2596582 ], [ 120.0453742, 30.2597118 ], [ 120.0454093, 30.259763 ], [ 120.0453958, 30.2598469 ], [ 120.0453958, 30.2599028 ], [ 120.0453931, 30.259954 ], [ 120.0454228, 30.2600146 ], [ 120.0454228, 30.2600868 ], [ 120.0454498, 30.2601357 ], [ 120.045528, 30.2601357 ], [ 120.0456143, 30.2601054 ], [ 120.0456224, 30.2599983 ], [ 120.0456332, 30.2598585 ], [ 120.0457006, 30.259798 ], [ 120.0457761, 30.2596791 ], [ 120.0458624, 30.2595301 ], [ 120.0459001, 30.2594206 ], [ 120.0459163, 30.2593134 ], [ 120.0458543, 30.2592133 ], [ 120.0457329, 30.2592156 ], [ 120.0456385, 30.2592086 ], [ 120.0455657, 30.2591667 ], [ 120.0454821, 30.2591667 ], [ 120.0454255, 30.2592016 ], [ 120.0453581, 30.2592133 ], [ 120.0453149, 30.2591969 ], [ 120.0452556, 30.2591341 ], [ 120.0452083, 30.2591268 ], [ 120.0451516, 30.2592088 ], [ 120.0452718, 30.2592622 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0428452, 30.2600599 ], [ 120.0429189, 30.2600655 ], [ 120.0430661, 30.2600599 ], [ 120.0431909, 30.2601069 ], [ 120.0433254, 30.2601982 ], [ 120.0434566, 30.260176 ], [ 120.0435174, 30.2600959 ], [ 120.0435622, 30.2599991 ], [ 120.043623, 30.2599079 ], [ 120.0437351, 30.2598775 ], [ 120.0438983, 30.2599106 ], [ 120.0440359, 30.2599576 ], [ 120.0441832, 30.2600019 ], [ 120.0443688, 30.2598692 ], [ 120.0443688, 30.2597337 ], [ 120.0443688, 30.2596563 ], [ 120.0443656, 30.2595733 ], [ 120.044132, 30.2595402 ], [ 120.0439335, 30.2595208 ], [ 120.0438279, 30.2595402 ], [ 120.0437511, 30.2596563 ], [ 120.0437511, 30.2597282 ], [ 120.0437031, 30.2597835 ], [ 120.0436262, 30.259847 ], [ 120.0435014, 30.2598139 ], [ 120.043399, 30.2597586 ], [ 120.0432806, 30.259706 ], [ 120.0431269, 30.2596812 ], [ 120.0430341, 30.2596618 ], [ 120.0429605, 30.2596701 ], [ 120.0429253, 30.2597337 ], [ 120.0428901, 30.2598277 ], [ 120.0428388, 30.2599106 ], [ 120.042826, 30.2600267 ], [ 120.0428452, 30.2600599 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0476619, 30.2598839 ], [ 120.0477442, 30.2599159 ], [ 120.0478266, 30.2599124 ], [ 120.0479624, 30.2599408 ], [ 120.0481147, 30.2599728 ], [ 120.0482464, 30.2600084 ], [ 120.0483452, 30.2600191 ], [ 120.048444, 30.2600048 ], [ 120.0484646, 30.2599586 ], [ 120.0484564, 30.2598911 ], [ 120.048444, 30.2598377 ], [ 120.0483411, 30.2597915 ], [ 120.04823, 30.2597559 ], [ 120.0481271, 30.2597239 ], [ 120.048053, 30.2597239 ], [ 120.0479459, 30.2597133 ], [ 120.0478224, 30.259731 ], [ 120.0477607, 30.2597239 ], [ 120.0476742, 30.2597488 ], [ 120.0476495, 30.2598271 ], [ 120.0476619, 30.2598839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0470983, 30.2599412 ], [ 120.0471187, 30.2600267 ], [ 120.0471041, 30.2600997 ], [ 120.0471216, 30.260155 ], [ 120.0472439, 30.2601927 ], [ 120.0473954, 30.2602129 ], [ 120.0474711, 30.2601978 ], [ 120.0475381, 30.2601953 ], [ 120.0475847, 30.2602405 ], [ 120.0475847, 30.2602858 ], [ 120.0476226, 30.2603663 ], [ 120.0476837, 30.2604393 ], [ 120.0477944, 30.2604695 ], [ 120.0478818, 30.2604695 ], [ 120.0479954, 30.2605122 ], [ 120.0480682, 30.2605047 ], [ 120.0481468, 30.2604267 ], [ 120.0481759, 30.2603286 ], [ 120.0481759, 30.260243 ], [ 120.0481963, 30.2601575 ], [ 120.0481963, 30.2601022 ], [ 120.0481381, 30.2600443 ], [ 120.0480769, 30.2600217 ], [ 120.0479866, 30.2600242 ], [ 120.0478468, 30.2600116 ], [ 120.0476604, 30.259999 ], [ 120.0475643, 30.2599839 ], [ 120.0475235, 30.2598733 ], [ 120.0475002, 30.2597701 ], [ 120.0475672, 30.2596821 ], [ 120.0477128, 30.2596418 ], [ 120.0478002, 30.2595311 ], [ 120.047873, 30.2594179 ], [ 120.0478235, 30.25935 ], [ 120.0477274, 30.25935 ], [ 120.0476109, 30.2593726 ], [ 120.0475206, 30.2594557 ], [ 120.0474187, 30.2595286 ], [ 120.0473313, 30.259584 ], [ 120.0472148, 30.2596695 ], [ 120.0471274, 30.25975 ], [ 120.0471274, 30.2598481 ], [ 120.0470499, 30.2598509 ], [ 120.0470242, 30.2599235 ], [ 120.0470983, 30.2599412 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0488234, 30.2600355 ], [ 120.0488451, 30.2600919 ], [ 120.048954, 30.260106 ], [ 120.0491936, 30.2601201 ], [ 120.0493406, 30.2601295 ], [ 120.0494277, 30.2601436 ], [ 120.0495312, 30.2601201 ], [ 120.0495475, 30.2600778 ], [ 120.0495584, 30.2599978 ], [ 120.0494876, 30.2599414 ], [ 120.0493733, 30.2599367 ], [ 120.0492263, 30.2599273 ], [ 120.0490847, 30.2599132 ], [ 120.0489649, 30.2599038 ], [ 120.048856, 30.2599226 ], [ 120.0488234, 30.259979 ], [ 120.0488234, 30.2600355 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.04127, 30.2599915 ], [ 120.0413121, 30.2600727 ], [ 120.0412927, 30.2601174 ], [ 120.0412603, 30.2601678 ], [ 120.0412862, 30.2602238 ], [ 120.0414839, 30.2602238 ], [ 120.0416588, 30.2601678 ], [ 120.0417463, 30.2600727 ], [ 120.0417366, 30.2599607 ], [ 120.0416523, 30.2599412 ], [ 120.0415033, 30.2598992 ], [ 120.0414417, 30.2598516 ], [ 120.0413899, 30.2598236 ], [ 120.0413089, 30.259846 ], [ 120.0412506, 30.2599048 ], [ 120.04127, 30.2599915 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.045838, 30.2600957 ], [ 120.0459312, 30.2601597 ], [ 120.0460435, 30.2602133 ], [ 120.0461128, 30.2601679 ], [ 120.0461391, 30.2601039 ], [ 120.0462514, 30.2601039 ], [ 120.0463255, 30.2600606 ], [ 120.0463231, 30.2599656 ], [ 120.046261, 30.2599223 ], [ 120.0461678, 30.2599594 ], [ 120.0461176, 30.2600049 ], [ 120.0460268, 30.2600028 ], [ 120.0459336, 30.2599698 ], [ 120.045838, 30.2600152 ], [ 120.045838, 30.2600957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0464592, 30.2604619 ], [ 120.0464779, 30.2605002 ], [ 120.0465736, 30.2605385 ], [ 120.0466857, 30.2605708 ], [ 120.0467627, 30.2605546 ], [ 120.0468141, 30.2604962 ], [ 120.0468515, 30.2603873 ], [ 120.0469098, 30.2602804 ], [ 120.0469238, 30.2602159 ], [ 120.0469378, 30.260103 ], [ 120.0469799, 30.2600263 ], [ 120.0470242, 30.2599235 ], [ 120.0470499, 30.2598509 ], [ 120.0470476, 30.2597743 ], [ 120.0470242, 30.2597057 ], [ 120.0469518, 30.2596694 ], [ 120.0468865, 30.2596492 ], [ 120.0468071, 30.2596694 ], [ 120.046702, 30.2597057 ], [ 120.0466437, 30.259748 ], [ 120.0466577, 30.2598126 ], [ 120.0466507, 30.2598791 ], [ 120.0466157, 30.2599739 ], [ 120.0465806, 30.2600505 ], [ 120.0465363, 30.2601655 ], [ 120.0464966, 30.2602744 ], [ 120.0464592, 30.2603772 ], [ 120.0464592, 30.2604619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0460005, 30.2605766 ], [ 120.0460578, 30.2605394 ], [ 120.0461367, 30.2604796 ], [ 120.0462347, 30.260461 ], [ 120.0463589, 30.2603413 ], [ 120.0464235, 30.260234 ], [ 120.0464115, 30.2601597 ], [ 120.0463446, 30.2601246 ], [ 120.0462395, 30.2601659 ], [ 120.0461893, 30.2602298 ], [ 120.04612, 30.2602402 ], [ 120.046077, 30.2602422 ], [ 120.0460483, 30.2602897 ], [ 120.0460841, 30.260331 ], [ 120.0460985, 30.2603619 ], [ 120.0460674, 30.2604094 ], [ 120.0460077, 30.2604548 ], [ 120.0459503, 30.2605601 ], [ 120.0460005, 30.2605766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0485402, 30.2603976 ], [ 120.048562, 30.2604681 ], [ 120.0486437, 30.2605057 ], [ 120.0488179, 30.2605293 ], [ 120.0489649, 30.2605481 ], [ 120.0490738, 30.2605481 ], [ 120.0491991, 30.2605057 ], [ 120.0492481, 30.2604493 ], [ 120.0492862, 30.260327 ], [ 120.0492916, 30.2602471 ], [ 120.0491446, 30.2601812 ], [ 120.0489704, 30.2601624 ], [ 120.0488451, 30.2601624 ], [ 120.0487798, 30.2601624 ], [ 120.0486491, 30.2602095 ], [ 120.0485402, 30.2603411 ], [ 120.0485402, 30.2603976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.046976, 30.2606556 ], [ 120.0470517, 30.2606808 ], [ 120.0471682, 30.2607009 ], [ 120.0473517, 30.2607034 ], [ 120.0474711, 30.2606556 ], [ 120.0475556, 30.2605701 ], [ 120.0475556, 30.260477 ], [ 120.0475061, 30.260394 ], [ 120.0474711, 30.260321 ], [ 120.0474099, 30.2603009 ], [ 120.0472818, 30.2602783 ], [ 120.0472002, 30.2602355 ], [ 120.04711, 30.2602129 ], [ 120.0470459, 30.2602833 ], [ 120.0469876, 30.2603638 ], [ 120.0469993, 30.2605072 ], [ 120.0469702, 30.2605827 ], [ 120.046976, 30.2606556 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0493461, 30.2606845 ], [ 120.0494005, 30.2607221 ], [ 120.049504, 30.260755 ], [ 120.0495584, 30.2607409 ], [ 120.0495802, 30.2606656 ], [ 120.0495965, 30.2605763 ], [ 120.0497163, 30.2605057 ], [ 120.0497381, 30.2604399 ], [ 120.0497381, 30.260327 ], [ 120.0497163, 30.2602424 ], [ 120.0496183, 30.2602189 ], [ 120.0495584, 30.2602001 ], [ 120.0494658, 30.2601954 ], [ 120.0493951, 30.2602471 ], [ 120.0493733, 30.2603882 ], [ 120.0493733, 30.2604634 ], [ 120.0493243, 30.2605904 ], [ 120.0493461, 30.2606845 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0516649, 30.2604655 ], [ 120.0517139, 30.2604754 ], [ 120.0517283, 30.2605276 ], [ 120.0517052, 30.2605849 ], [ 120.0516851, 30.2606222 ], [ 120.0516678, 30.2606694 ], [ 120.0517254, 30.2606843 ], [ 120.0518089, 30.2606943 ], [ 120.0518895, 30.2607316 ], [ 120.051927, 30.2607639 ], [ 120.052022, 30.2607913 ], [ 120.052094, 30.2607938 ], [ 120.0521031, 30.2607675 ], [ 120.0521113, 30.260744 ], [ 120.052094, 30.2606968 ], [ 120.0521026, 30.2606047 ], [ 120.0521113, 30.2605276 ], [ 120.0521401, 30.2604704 ], [ 120.052117, 30.2603884 ], [ 120.0520479, 30.260351 ], [ 120.0519903, 30.2603088 ], [ 120.0519298, 30.2603436 ], [ 120.0518751, 30.2603908 ], [ 120.051806, 30.2604107 ], [ 120.0517398, 30.2603908 ], [ 120.0516764, 30.2604008 ], [ 120.051662, 30.2604381 ], [ 120.0516649, 30.2604655 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0439425, 30.2608845 ], [ 120.0439784, 30.2609173 ], [ 120.0440842, 30.2609173 ], [ 120.0441541, 30.2609035 ], [ 120.0441621, 30.2608449 ], [ 120.0441621, 30.2607742 ], [ 120.0441441, 30.2607087 ], [ 120.0441221, 30.2606363 ], [ 120.0441361, 30.2605742 ], [ 120.04419, 30.2605449 ], [ 120.0442638, 30.260519 ], [ 120.0442958, 30.2604604 ], [ 120.0442798, 30.2603915 ], [ 120.0441621, 30.2603553 ], [ 120.0440722, 30.2603829 ], [ 120.0439924, 30.260407 ], [ 120.0439365, 30.2604346 ], [ 120.0439185, 30.2605001 ], [ 120.0439505, 30.2605742 ], [ 120.0439285, 30.2606414 ], [ 120.0439285, 30.2607518 ], [ 120.0439086, 30.2608087 ], [ 120.0439425, 30.2608845 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0504557, 30.2607597 ], [ 120.0504884, 30.2608138 ], [ 120.0504666, 30.260882 ], [ 120.050502, 30.2609338 ], [ 120.0505101, 30.2610137 ], [ 120.0505292, 30.2610561 ], [ 120.0505837, 30.2610984 ], [ 120.0506163, 30.2611925 ], [ 120.0506926, 30.2612631 ], [ 120.0507797, 30.2612584 ], [ 120.0508832, 30.2612866 ], [ 120.0509431, 30.2613148 ], [ 120.0510221, 30.2613148 ], [ 120.0510629, 30.2612725 ], [ 120.0511011, 30.2611831 ], [ 120.0511256, 30.2611078 ], [ 120.051161, 30.2610561 ], [ 120.0511991, 30.2610067 ], [ 120.0511991, 30.2609267 ], [ 120.0511964, 30.2608726 ], [ 120.0511746, 30.2607809 ], [ 120.0510983, 30.2607503 ], [ 120.051003, 30.2607339 ], [ 120.0509132, 30.260708 ], [ 120.0508832, 30.2606703 ], [ 120.0509132, 30.2606163 ], [ 120.0509921, 30.2605998 ], [ 120.051033, 30.2605575 ], [ 120.0510303, 30.2605245 ], [ 120.0509894, 30.2604916 ], [ 120.0509921, 30.2604257 ], [ 120.0510166, 30.2603999 ], [ 120.0510684, 30.2603716 ], [ 120.0510847, 30.2603011 ], [ 120.0510847, 30.2602352 ], [ 120.0510657, 30.2601835 ], [ 120.0508206, 30.2601223 ], [ 120.0507253, 30.2601059 ], [ 120.0506463, 30.2601482 ], [ 120.0505918, 30.2601905 ], [ 120.0505891, 30.2602446 ], [ 120.0506163, 30.2602799 ], [ 120.0507171, 30.260294 ], [ 120.0507934, 30.2603081 ], [ 120.050856, 30.2603293 ], [ 120.0508914, 30.2603481 ], [ 120.0509023, 30.2603787 ], [ 120.0508778, 30.2604116 ], [ 120.0508206, 30.2604116 ], [ 120.0507607, 30.2603834 ], [ 120.0507035, 30.260381 ], [ 120.050649, 30.2603575 ], [ 120.0505918, 30.2603317 ], [ 120.0505537, 30.260334 ], [ 120.0505619, 30.2603716 ], [ 120.0505619, 30.260421 ], [ 120.050521, 30.260461 ], [ 120.0505129, 30.2605104 ], [ 120.050521, 30.2605669 ], [ 120.0505238, 30.260621 ], [ 120.050472, 30.2606492 ], [ 120.0504421, 30.2606703 ], [ 120.0504312, 30.2607127 ], [ 120.0504557, 30.2607597 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0512917, 30.2609879 ], [ 120.0513516, 30.2609855 ], [ 120.0513652, 30.2609479 ], [ 120.0513952, 30.2608867 ], [ 120.0514333, 30.2608326 ], [ 120.0514823, 30.2607997 ], [ 120.0515449, 30.2607997 ], [ 120.0515558, 30.260835 ], [ 120.0515613, 30.2608726 ], [ 120.0515677, 30.2609108 ], [ 120.0517263, 30.2609558 ], [ 120.0517573, 30.2609338 ], [ 120.0517818, 30.2608914 ], [ 120.0517764, 30.2608515 ], [ 120.0517165, 30.2608421 ], [ 120.0516293, 30.260795 ], [ 120.051564, 30.2607574 ], [ 120.0515014, 30.2607268 ], [ 120.0514033, 30.2607292 ], [ 120.0513516, 30.2607644 ], [ 120.0513189, 30.2608232 ], [ 120.0512971, 30.2608773 ], [ 120.0512835, 30.2609267 ], [ 120.0512917, 30.2609879 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0485729, 30.2610184 ], [ 120.0488179, 30.2610466 ], [ 120.0490139, 30.2610795 ], [ 120.0491283, 30.2610842 ], [ 120.0491827, 30.2609854 ], [ 120.0491609, 30.2608867 ], [ 120.0491501, 30.2607926 ], [ 120.0490902, 30.2607503 ], [ 120.0489867, 30.2607456 ], [ 120.0488996, 30.2607409 ], [ 120.0487526, 30.2606798 ], [ 120.04866, 30.2606845 ], [ 120.0485675, 30.2607409 ], [ 120.0485239, 30.2608114 ], [ 120.0485185, 30.2608867 ], [ 120.0485076, 30.2609713 ], [ 120.0485729, 30.2610184 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0442561, 30.2602365 ], [ 120.0442796, 30.2602638 ], [ 120.0443351, 30.2603171 ], [ 120.044369, 30.2603704 ], [ 120.0444461, 30.2603944 ], [ 120.0444924, 30.2603225 ], [ 120.044514, 30.2602319 ], [ 120.0445726, 30.2601839 ], [ 120.0446219, 30.2601946 ], [ 120.0447021, 30.2602692 ], [ 120.0447391, 30.2603624 ], [ 120.0447422, 30.2604823 ], [ 120.0446836, 30.2605542 ], [ 120.0446281, 30.2606181 ], [ 120.0446158, 30.2606927 ], [ 120.0446281, 30.2607993 ], [ 120.0446898, 30.2608738 ], [ 120.04477, 30.2608738 ], [ 120.0448625, 30.2609005 ], [ 120.0449704, 30.2609005 ], [ 120.0450629, 30.2609085 ], [ 120.0451524, 30.2609404 ], [ 120.0451986, 30.2610097 ], [ 120.0452171, 30.2610603 ], [ 120.0451369, 30.2611216 ], [ 120.0450938, 30.2611828 ], [ 120.0451308, 30.2612921 ], [ 120.0451123, 30.2614199 ], [ 120.0451092, 30.2615451 ], [ 120.045103, 30.261649 ], [ 120.0451154, 30.2617449 ], [ 120.0451308, 30.2618141 ], [ 120.0451308, 30.2618887 ], [ 120.0450675, 30.2619218 ], [ 120.0449566, 30.261901 ], [ 120.0448444, 30.261905 ], [ 120.0447695, 30.2619059 ], [ 120.0447184, 30.2618727 ], [ 120.0446681, 30.2618652 ], [ 120.0446214, 30.2618622 ], [ 120.0445534, 30.2618458 ], [ 120.044503, 30.2618163 ], [ 120.044452, 30.2617861 ], [ 120.0443997, 30.2617624 ], [ 120.0444018, 30.2617441 ], [ 120.0444038, 30.2617125 ], [ 120.044378, 30.261689 ], [ 120.0443361, 30.2616721 ], [ 120.0443313, 30.2617015 ], [ 120.0443205, 30.2617387 ], [ 120.0442903, 30.2617737 ], [ 120.044236, 30.261818 ], [ 120.0442436, 30.2618654 ], [ 120.0442588, 30.2619035 ], [ 120.0443042, 30.2619229 ], [ 120.0443563, 30.261931 ], [ 120.0444042, 30.2619472 ], [ 120.0444574, 30.2619448 ], [ 120.0445233, 30.2619196 ], [ 120.0445746, 30.2619289 ], [ 120.0446439, 30.2619179 ], [ 120.0446838, 30.2619361 ], [ 120.0447233, 30.2619601 ], [ 120.0448055, 30.2619697 ], [ 120.0448747, 30.2619705 ], [ 120.0449692, 30.2619787 ], [ 120.0450897, 30.2619877 ], [ 120.0451863, 30.2620006 ], [ 120.0452325, 30.2620379 ], [ 120.0453621, 30.2621711 ], [ 120.0453621, 30.2622457 ], [ 120.0454775, 30.262279 ], [ 120.0455841, 30.2622776 ], [ 120.045581, 30.2621578 ], [ 120.0456119, 30.2620858 ], [ 120.0456365, 30.2620406 ], [ 120.0456031, 30.2619951 ], [ 120.0455502, 30.261958 ], [ 120.0454638, 30.261974 ], [ 120.0454022, 30.2619527 ], [ 120.0453867, 30.2618941 ], [ 120.0453867, 30.2618168 ], [ 120.0454299, 30.2617342 ], [ 120.0454823, 30.2616756 ], [ 120.0455255, 30.2615771 ], [ 120.0455656, 30.2614918 ], [ 120.0455681, 30.2614412 ], [ 120.0455718, 30.261364 ], [ 120.0455656, 30.2612361 ], [ 120.0455101, 30.2611669 ], [ 120.0455255, 30.261055 ], [ 120.0455841, 30.2609964 ], [ 120.0456304, 30.2608898 ], [ 120.0456643, 30.2608126 ], [ 120.0456643, 30.2607327 ], [ 120.0456921, 30.2606474 ], [ 120.0456921, 30.2605782 ], [ 120.045689, 30.2605009 ], [ 120.045652, 30.260445 ], [ 120.0455255, 30.2604024 ], [ 120.0454423, 30.260397 ], [ 120.045359, 30.2604183 ], [ 120.045248, 30.260389 ], [ 120.0451678, 30.260405 ], [ 120.0450876, 30.260429 ], [ 120.0450321, 30.260445 ], [ 120.0449612, 30.2604343 ], [ 120.0449365, 30.2603757 ], [ 120.0449365, 30.2602958 ], [ 120.0449982, 30.2602505 ], [ 120.0450105, 30.2601759 ], [ 120.0449272, 30.260128 ], [ 120.0448471, 30.2600721 ], [ 120.0447422, 30.2600348 ], [ 120.0447484, 30.2599842 ], [ 120.0447854, 30.2599256 ], [ 120.0448594, 30.2598696 ], [ 120.0449087, 30.2598163 ], [ 120.0449026, 30.2597124 ], [ 120.0448878, 30.2596236 ], [ 120.0447669, 30.2596112 ], [ 120.0447144, 30.2597018 ], [ 120.0446127, 30.2598456 ], [ 120.0445572, 30.2599469 ], [ 120.04444, 30.2600534 ], [ 120.0443382, 30.260088 ], [ 120.0442303, 30.2601466 ], [ 120.0442277, 30.2602034 ], [ 120.0442561, 30.2602365 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0457799, 30.2612503 ], [ 120.0458336, 30.2613048 ], [ 120.0459316, 30.2613128 ], [ 120.0459947, 30.2612886 ], [ 120.0460974, 30.2612665 ], [ 120.0461884, 30.2612947 ], [ 120.0462888, 30.2613068 ], [ 120.0464032, 30.2613431 ], [ 120.0465129, 30.2612927 ], [ 120.0465316, 30.2611777 ], [ 120.0465922, 30.261107 ], [ 120.0466325, 30.2610518 ], [ 120.0466838, 30.2609832 ], [ 120.0467738, 30.2608484 ], [ 120.0467797, 30.2607275 ], [ 120.0466716, 30.2606228 ], [ 120.0464932, 30.2606016 ], [ 120.0463235, 30.2605767 ], [ 120.0461609, 30.260623 ], [ 120.0460667, 30.2607244 ], [ 120.0460404, 30.2607839 ], [ 120.046032, 30.2608491 ], [ 120.0459503, 30.2608692 ], [ 120.0458452, 30.2609035 ], [ 120.0458009, 30.2609761 ], [ 120.0457845, 30.2610547 ], [ 120.0457799, 30.2611677 ], [ 120.0457799, 30.2612503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0472934, 30.26137 ], [ 120.0473692, 30.2614204 ], [ 120.047474, 30.2614178 ], [ 120.047573, 30.2614405 ], [ 120.0476662, 30.2614405 ], [ 120.0477886, 30.261365 ], [ 120.0478789, 30.2613248 ], [ 120.0479167, 30.2612417 ], [ 120.0480099, 30.2611889 ], [ 120.0480419, 30.2610128 ], [ 120.0480944, 30.2609348 ], [ 120.0480944, 30.2608468 ], [ 120.0480719, 30.2607566 ], [ 120.0480623, 30.2607185 ], [ 120.0480099, 30.2606506 ], [ 120.0479429, 30.260633 ], [ 120.0477798, 30.2605751 ], [ 120.0476808, 30.2605349 ], [ 120.0475876, 30.2605625 ], [ 120.0475439, 30.2606606 ], [ 120.0474828, 30.2607487 ], [ 120.0473954, 30.2608091 ], [ 120.0473954, 30.2609374 ], [ 120.0473721, 30.2610355 ], [ 120.0473371, 30.2611411 ], [ 120.0473109, 30.2612267 ], [ 120.0472818, 30.2612895 ], [ 120.0472934, 30.26137 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0529579, 30.2608485 ], [ 120.0530241, 30.2608933 ], [ 120.0531364, 30.2608958 ], [ 120.0532171, 30.2608933 ], [ 120.0533611, 30.2608709 ], [ 120.0534475, 30.2607913 ], [ 120.0535281, 30.2607291 ], [ 120.0536058, 30.2606819 ], [ 120.0537671, 30.2606495 ], [ 120.0538506, 30.2606147 ], [ 120.0540032, 30.2606047 ], [ 120.0540152, 30.2605865 ], [ 120.0540637, 30.2605127 ], [ 120.0540493, 30.2604207 ], [ 120.0539802, 30.2603635 ], [ 120.0539716, 30.2602565 ], [ 120.0539572, 30.2601595 ], [ 120.0539053, 30.2600799 ], [ 120.0537469, 30.2601123 ], [ 120.053698, 30.260167 ], [ 120.053626, 30.2601222 ], [ 120.0535598, 30.2600774 ], [ 120.0534734, 30.2601371 ], [ 120.0534359, 30.2602739 ], [ 120.0533956, 30.2603734 ], [ 120.0533467, 30.2604306 ], [ 120.0532286, 30.2604207 ], [ 120.053122, 30.2604058 ], [ 120.0530501, 30.2604829 ], [ 120.0529982, 30.2605873 ], [ 120.0529579, 30.2606968 ], [ 120.0529493, 30.2607814 ], [ 120.0529579, 30.2608485 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0540925, 30.2606097 ], [ 120.0541242, 30.2606694 ], [ 120.0541616, 30.2607266 ], [ 120.0542192, 30.2606719 ], [ 120.0543171, 30.2606819 ], [ 120.0543718, 30.2607266 ], [ 120.0543862, 30.2607938 ], [ 120.0543517, 30.2608485 ], [ 120.0543171, 30.2608933 ], [ 120.0543286, 30.260948 ], [ 120.0543834, 30.2610052 ], [ 120.0545101, 30.2610152 ], [ 120.0545878, 30.2610052 ], [ 120.0546742, 30.2609629 ], [ 120.0547145, 30.2609007 ], [ 120.0547865, 30.2608659 ], [ 120.0547894, 30.2608336 ], [ 120.0547923, 30.2607341 ], [ 120.0547174, 30.2607042 ], [ 120.0545965, 30.260662 ], [ 120.0545475, 30.2606421 ], [ 120.0544986, 30.2607067 ], [ 120.054464, 30.2607192 ], [ 120.0544122, 30.2607018 ], [ 120.0544237, 30.2606197 ], [ 120.0544323, 30.260565 ], [ 120.0543373, 30.26056 ], [ 120.0542739, 30.2605252 ], [ 120.0542077, 30.2605475 ], [ 120.0541357, 30.2605401 ], [ 120.0540637, 30.2605127 ], [ 120.0540152, 30.2605865 ], [ 120.0540925, 30.2606097 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0596809, 30.2605085 ], [ 120.0597793, 30.2605287 ], [ 120.0599433, 30.2605449 ], [ 120.060037, 30.260557 ], [ 120.0600932, 30.2606299 ], [ 120.0601167, 30.2606987 ], [ 120.0600979, 30.2607837 ], [ 120.0600651, 30.2608565 ], [ 120.0600276, 30.2609294 ], [ 120.060023, 30.2609941 ], [ 120.0600698, 30.2610386 ], [ 120.060126, 30.2610832 ], [ 120.0601823, 30.2611196 ], [ 120.0603088, 30.261152 ], [ 120.06044, 30.2611722 ], [ 120.0605852, 30.2611722 ], [ 120.0606883, 30.2611924 ], [ 120.0607539, 30.2612248 ], [ 120.060768, 30.2612896 ], [ 120.0608242, 30.2613503 ], [ 120.0609086, 30.2612855 ], [ 120.0608851, 30.261241 ], [ 120.0608289, 30.261241 ], [ 120.0607774, 30.2611803 ], [ 120.0607024, 30.2611398 ], [ 120.0604822, 30.2611236 ], [ 120.0602994, 30.2610953 ], [ 120.060201, 30.2610751 ], [ 120.0601214, 30.2610305 ], [ 120.0600932, 30.2609617 ], [ 120.0601167, 30.2608808 ], [ 120.0601729, 30.2607675 ], [ 120.0601916, 30.2606582 ], [ 120.0601542, 30.2605732 ], [ 120.0600604, 30.2605287 ], [ 120.0599574, 30.2605125 ], [ 120.0598402, 30.2605085 ], [ 120.0597418, 30.2604801 ], [ 120.0596622, 30.2604275 ], [ 120.0596481, 30.2604639 ], [ 120.0596809, 30.2605085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0540859, 30.261236 ], [ 120.0540567, 30.2613115 ], [ 120.0540604, 30.261365 ], [ 120.0541296, 30.2614027 ], [ 120.0543043, 30.2614121 ], [ 120.0545082, 30.2614121 ], [ 120.0546903, 30.2614058 ], [ 120.0547595, 30.2613209 ], [ 120.0546284, 30.2612203 ], [ 120.054541, 30.26117 ], [ 120.0543735, 30.2611291 ], [ 120.0542643, 30.2611228 ], [ 120.0541769, 30.2611197 ], [ 120.0540932, 30.2611134 ], [ 120.0540567, 30.2611637 ], [ 120.0540859, 30.261236 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0641485, 30.2616989 ], [ 120.0642565, 30.2617536 ], [ 120.0643645, 30.2616474 ], [ 120.0644278, 30.2615284 ], [ 120.0644167, 30.2614801 ], [ 120.0643385, 30.2614383 ], [ 120.0642267, 30.2614287 ], [ 120.064182, 30.2614576 ], [ 120.064156, 30.2615477 ], [ 120.0641224, 30.2616313 ], [ 120.0641485, 30.2616989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0550404, 30.2616514 ], [ 120.0551436, 30.2616979 ], [ 120.0551794, 30.2617173 ], [ 120.0555204, 30.2617948 ], [ 120.0555384, 30.2617521 ], [ 120.055489, 30.2617134 ], [ 120.0553814, 30.2617017 ], [ 120.0552826, 30.2616514 ], [ 120.0552198, 30.2615739 ], [ 120.0552153, 30.2614808 ], [ 120.0551032, 30.2614731 ], [ 120.0550179, 30.2614847 ], [ 120.054991, 30.2615739 ], [ 120.0550404, 30.2616514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0518356, 30.2623368 ], [ 120.0518684, 30.2623997 ], [ 120.0519412, 30.2624154 ], [ 120.0520286, 30.2624028 ], [ 120.0520942, 30.2623714 ], [ 120.0521415, 30.2623085 ], [ 120.0521998, 30.2622518 ], [ 120.0522726, 30.2622487 ], [ 120.0523745, 30.2622487 ], [ 120.052451, 30.2622361 ], [ 120.0524619, 30.2621764 ], [ 120.0523636, 30.2621449 ], [ 120.0523527, 30.2620883 ], [ 120.0523454, 30.2620002 ], [ 120.0523745, 30.2619122 ], [ 120.0524182, 30.261843 ], [ 120.0524947, 30.2617864 ], [ 120.0525784, 30.2617707 ], [ 120.0526731, 30.2617958 ], [ 120.0527132, 30.2618524 ], [ 120.0527059, 30.2619059 ], [ 120.0527095, 30.2619688 ], [ 120.0527496, 30.2620443 ], [ 120.0527022, 30.2621135 ], [ 120.0526731, 30.2621889 ], [ 120.0526367, 30.2622518 ], [ 120.0526476, 30.2623116 ], [ 120.0527022, 30.2623368 ], [ 120.0527496, 30.2622959 ], [ 120.0527641, 30.2622267 ], [ 120.0527969, 30.2621575 ], [ 120.0528078, 30.2621009 ], [ 120.0528807, 30.2621072 ], [ 120.0529134, 30.2621544 ], [ 120.052877, 30.2622141 ], [ 120.0529061, 30.2623022 ], [ 120.0530154, 30.262321 ], [ 120.05311, 30.2623588 ], [ 120.0531938, 30.2623273 ], [ 120.0531974, 30.2622424 ], [ 120.0532193, 30.2621732 ], [ 120.0532739, 30.2621764 ], [ 120.0533176, 30.262233 ], [ 120.0534159, 30.2622581 ], [ 120.0535033, 30.2622927 ], [ 120.0535907, 30.2623022 ], [ 120.0536817, 30.2623147 ], [ 120.0537363, 30.2622676 ], [ 120.0536708, 30.2621701 ], [ 120.0536234, 30.2620726 ], [ 120.0536307, 30.261994 ], [ 120.0536817, 30.2619028 ], [ 120.053729, 30.2618461 ], [ 120.0538091, 30.2617895 ], [ 120.0539002, 30.2618053 ], [ 120.0539839, 30.2618147 ], [ 120.0541296, 30.2617895 ], [ 120.0542133, 30.2618336 ], [ 120.0542971, 30.2618493 ], [ 120.0544463, 30.2618902 ], [ 120.0545811, 30.2618776 ], [ 120.0546648, 30.2619185 ], [ 120.0547595, 30.2619468 ], [ 120.0548469, 30.2619342 ], [ 120.0548724, 30.2618902 ], [ 120.0548578, 30.261821 ], [ 120.0548432, 30.2617675 ], [ 120.0548796, 30.2617487 ], [ 120.0549124, 30.2616795 ], [ 120.0548724, 30.2616354 ], [ 120.0547267, 30.2616229 ], [ 120.0546138, 30.2615945 ], [ 120.0544318, 30.2615442 ], [ 120.0542898, 30.2614908 ], [ 120.0541842, 30.2615159 ], [ 120.0541077, 30.2615662 ], [ 120.0540968, 30.2616197 ], [ 120.054075, 30.2616952 ], [ 120.054024, 30.2617298 ], [ 120.0539075, 30.2617203 ], [ 120.0538091, 30.2616952 ], [ 120.0537218, 30.261692 ], [ 120.0536562, 30.2617266 ], [ 120.0535798, 30.2617361 ], [ 120.0535251, 30.2617392 ], [ 120.0534851, 30.2617927 ], [ 120.0534159, 30.2618178 ], [ 120.0533285, 30.2618021 ], [ 120.0532448, 30.2617707 ], [ 120.0531574, 30.2617549 ], [ 120.0530481, 30.2617235 ], [ 120.0529899, 30.2617235 ], [ 120.0529243, 30.2617424 ], [ 120.0529171, 30.2617832 ], [ 120.0529171, 30.261821 ], [ 120.0529389, 30.2618776 ], [ 120.0530227, 30.2619499 ], [ 120.0531246, 30.2619782 ], [ 120.0531902, 30.2619719 ], [ 120.0532484, 30.2619342 ], [ 120.0532484, 30.2618682 ], [ 120.0532848, 30.2618556 ], [ 120.0533576, 30.2618713 ], [ 120.0533941, 30.2619216 ], [ 120.0533504, 30.2620002 ], [ 120.0532885, 30.2620537 ], [ 120.0533285, 30.2621009 ], [ 120.0532848, 30.262126 ], [ 120.0531938, 30.2621166 ], [ 120.0531829, 30.2620726 ], [ 120.0530773, 30.2620569 ], [ 120.0530372, 30.2620383 ], [ 120.0529779, 30.2620424 ], [ 120.0529589, 30.2620896 ], [ 120.0529114, 30.2620875 ], [ 120.0528379, 30.2620465 ], [ 120.0528118, 30.2620014 ], [ 120.0528118, 30.261944 ], [ 120.0528212, 30.2618518 ], [ 120.0528046, 30.2617821 ], [ 120.0527857, 30.261735 ], [ 120.0527643, 30.2616858 ], [ 120.0527572, 30.2616448 ], [ 120.0527975, 30.2615935 ], [ 120.0527999, 30.2615464 ], [ 120.0528141, 30.261491 ], [ 120.0527999, 30.2614275 ], [ 120.0527999, 30.2613619 ], [ 120.0528189, 30.2613024 ], [ 120.052826, 30.261241 ], [ 120.0528281, 30.261189 ], [ 120.0528672, 30.2611467 ], [ 120.0529114, 30.2611511 ], [ 120.0529522, 30.2611849 ], [ 120.0528995, 30.2612319 ], [ 120.0528859, 30.2613083 ], [ 120.0528927, 30.2613876 ], [ 120.052891, 30.2614713 ], [ 120.0528961, 30.26153 ], [ 120.052908, 30.2615594 ], [ 120.0529488, 30.2615829 ], [ 120.0529794, 30.2616079 ], [ 120.0530518, 30.2616166 ], [ 120.0531392, 30.2616606 ], [ 120.0532193, 30.2616606 ], [ 120.0532775, 30.2616197 ], [ 120.0533103, 30.2615694 ], [ 120.0533759, 30.2615662 ], [ 120.053445, 30.2615851 ], [ 120.0535288, 30.261582 ], [ 120.0535943, 30.2615128 ], [ 120.0536526, 30.261409 ], [ 120.0536963, 30.2613115 ], [ 120.0536963, 30.2612266 ], [ 120.0536198, 30.2612014 ], [ 120.0534669, 30.2612046 ], [ 120.0533759, 30.2611668 ], [ 120.0532703, 30.2611637 ], [ 120.0531683, 30.261192 ], [ 120.0530846, 30.261236 ], [ 120.0529862, 30.2611826 ], [ 120.0529644, 30.2611291 ], [ 120.0529353, 30.2610913 ], [ 120.0528151, 30.2610756 ], [ 120.0527458, 30.2611219 ], [ 120.0527496, 30.2611951 ], [ 120.0527496, 30.2612863 ], [ 120.052695, 30.2612926 ], [ 120.0526658, 30.2613681 ], [ 120.0526185, 30.2614656 ], [ 120.0526585, 30.26156 ], [ 120.052695, 30.2616606 ], [ 120.0526986, 30.2617329 ], [ 120.0526403, 30.2617361 ], [ 120.0525784, 30.26167 ], [ 120.0525821, 30.2615474 ], [ 120.0525566, 30.2614625 ], [ 120.0524801, 30.2614027 ], [ 120.0523927, 30.2614027 ], [ 120.0523782, 30.2614845 ], [ 120.0522653, 30.2615128 ], [ 120.052207, 30.2615474 ], [ 120.0521561, 30.2616354 ], [ 120.0521852, 30.2617329 ], [ 120.0521597, 30.2618713 ], [ 120.0520978, 30.2619971 ], [ 120.0520395, 30.2621072 ], [ 120.0519303, 30.2621072 ], [ 120.0518247, 30.2620977 ], [ 120.0517737, 30.2622015 ], [ 120.0517701, 30.2622613 ], [ 120.0518356, 30.2623368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0628859, 30.261929 ], [ 120.0629984, 30.2619452 ], [ 120.063064, 30.2619938 ], [ 120.0632514, 30.2619897 ], [ 120.0634248, 30.262014 ], [ 120.0635232, 30.2620424 ], [ 120.0636263, 30.2620747 ], [ 120.0637294, 30.2620464 ], [ 120.0637715, 30.2619857 ], [ 120.0637434, 30.2619331 ], [ 120.0635935, 30.2618724 ], [ 120.0634061, 30.2618198 ], [ 120.063317, 30.2618238 ], [ 120.0631765, 30.2618279 ], [ 120.0630687, 30.2618157 ], [ 120.0630312, 30.2617348 ], [ 120.0629656, 30.2617429 ], [ 120.0629047, 30.2617671 ], [ 120.0628531, 30.2618279 ], [ 120.0628157, 30.2618926 ], [ 120.0628859, 30.261929 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.055, 30.2621629 ], [ 120.0550673, 30.2621552 ], [ 120.0551077, 30.2621552 ], [ 120.0551166, 30.2622056 ], [ 120.0552064, 30.2622133 ], [ 120.0552782, 30.2621939 ], [ 120.0552961, 30.2621242 ], [ 120.0553858, 30.2620777 ], [ 120.0555204, 30.2620622 ], [ 120.055507, 30.2619304 ], [ 120.0554262, 30.2618568 ], [ 120.0552737, 30.261849 ], [ 120.0551705, 30.261849 ], [ 120.0550673, 30.261942 ], [ 120.0550224, 30.2620467 ], [ 120.054982, 30.2621087 ], [ 120.055, 30.2621629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0540518, 30.2621024 ], [ 120.0541702, 30.2621453 ], [ 120.0542772, 30.2621255 ], [ 120.0543727, 30.2621321 ], [ 120.0544949, 30.2621651 ], [ 120.0546325, 30.2621552 ], [ 120.0547165, 30.2621255 ], [ 120.054705, 30.2620529 ], [ 120.0545561, 30.2620298 ], [ 120.0544415, 30.261977 ], [ 120.0543383, 30.261977 ], [ 120.0542505, 30.2619968 ], [ 120.054155, 30.2620331 ], [ 120.0540977, 30.2620331 ], [ 120.0540098, 30.2620529 ], [ 120.0540518, 30.2621024 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0435243, 30.2606227 ], [ 120.0435659, 30.2607249 ], [ 120.043579, 30.2608347 ], [ 120.0436075, 30.260899 ], [ 120.043601, 30.2610164 ], [ 120.0436273, 30.2611357 ], [ 120.0436338, 30.2612 ], [ 120.0436733, 30.2612663 ], [ 120.0437434, 30.2612966 ], [ 120.0438092, 30.2612776 ], [ 120.0438508, 30.2612114 ], [ 120.0439297, 30.2611924 ], [ 120.0439889, 30.2612303 ], [ 120.0440064, 30.2613193 ], [ 120.0440042, 30.2614177 ], [ 120.0440371, 30.2614858 ], [ 120.044105, 30.2615105 ], [ 120.0441861, 30.2615086 ], [ 120.0442168, 30.2614707 ], [ 120.0441839, 30.2614253 ], [ 120.0441883, 30.2613836 ], [ 120.0442014, 30.2613533 ], [ 120.0442321, 30.2613041 ], [ 120.0442321, 30.261253 ], [ 120.0442606, 30.2612133 ], [ 120.0443023, 30.2611924 ], [ 120.0443877, 30.2611924 ], [ 120.0444535, 30.2611924 ], [ 120.0445083, 30.2612114 ], [ 120.0445039, 30.2612795 ], [ 120.0444578, 30.2613268 ], [ 120.0444206, 30.2614026 ], [ 120.0444184, 30.261465 ], [ 120.0444381, 30.2615256 ], [ 120.044482, 30.26159 ], [ 120.044563, 30.2616316 ], [ 120.0446266, 30.2616335 ], [ 120.0446945, 30.2616202 ], [ 120.0448436, 30.2615956 ], [ 120.0449641, 30.2615445 ], [ 120.0450101, 30.2614442 ], [ 120.0450189, 30.2613136 ], [ 120.0450518, 30.2612284 ], [ 120.0450518, 30.2611357 ], [ 120.045032, 30.2610562 ], [ 120.0449137, 30.261041 ], [ 120.0448326, 30.2610713 ], [ 120.0447625, 30.2611262 ], [ 120.0447208, 30.2611281 ], [ 120.0446441, 30.2611281 ], [ 120.0445302, 30.2611489 ], [ 120.0444272, 30.2611148 ], [ 120.0443527, 30.2611148 ], [ 120.044311, 30.2611073 ], [ 120.0442102, 30.2611016 ], [ 120.0440809, 30.2610353 ], [ 120.0440283, 30.2610808 ], [ 120.0439626, 30.2610997 ], [ 120.0438793, 30.2610808 ], [ 120.0438245, 30.2610088 ], [ 120.0438092, 30.2608858 ], [ 120.043807, 30.2608006 ], [ 120.043785, 30.2607268 ], [ 120.0437829, 30.2606321 ], [ 120.0438092, 30.2605526 ], [ 120.0438092, 30.2604807 ], [ 120.0437215, 30.260458 ], [ 120.0436053, 30.2604561 ], [ 120.0435155, 30.2604845 ], [ 120.0434936, 30.2605375 ], [ 120.0435243, 30.2606227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0456897, 30.2614766 ], [ 120.0456912, 30.2615226 ], [ 120.0457729, 30.261571 ], [ 120.0458826, 30.2616113 ], [ 120.0459433, 30.2616113 ], [ 120.0460344, 30.2616335 ], [ 120.0461628, 30.2616577 ], [ 120.0462561, 30.261696 ], [ 120.0463659, 30.2617 ], [ 120.0465106, 30.2617323 ], [ 120.046611, 30.2617282 ], [ 120.0466857, 30.2617081 ], [ 120.0467581, 30.2616698 ], [ 120.0467674, 30.2616093 ], [ 120.0467651, 30.2615528 ], [ 120.0467768, 30.2615044 ], [ 120.0468094, 30.2614742 ], [ 120.0468538, 30.2614661 ], [ 120.0469052, 30.261454 ], [ 120.0469822, 30.2614621 ], [ 120.0471386, 30.2614923 ], [ 120.047232, 30.2614298 ], [ 120.0472367, 30.2613128 ], [ 120.047246, 30.2611838 ], [ 120.0472834, 30.2610688 ], [ 120.0473137, 30.2609458 ], [ 120.0473207, 30.2608309 ], [ 120.0472997, 30.2607704 ], [ 120.04719, 30.2607543 ], [ 120.0470826, 30.2607523 ], [ 120.0469892, 30.2607623 ], [ 120.0469589, 30.260837 ], [ 120.0469659, 30.2609317 ], [ 120.0469659, 30.2610467 ], [ 120.0469425, 30.2611717 ], [ 120.0469308, 30.2612665 ], [ 120.0469495, 30.2613592 ], [ 120.0469285, 30.2614237 ], [ 120.0468351, 30.2614278 ], [ 120.0467908, 30.261458 ], [ 120.0467347, 30.2615125 ], [ 120.0466297, 30.2615105 ], [ 120.0464429, 30.2615125 ], [ 120.0463122, 30.2614762 ], [ 120.0462188, 30.2614379 ], [ 120.0460951, 30.2613935 ], [ 120.0459783, 30.2614076 ], [ 120.0458266, 30.2613794 ], [ 120.0457285, 30.2614036 ], [ 120.0456888, 30.2614479 ], [ 120.0456897, 30.2614766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0419454, 30.2612603 ], [ 120.0419063, 30.2614076 ], [ 120.0418743, 30.2615518 ], [ 120.0419098, 30.2617113 ], [ 120.0420093, 30.2618278 ], [ 120.0421549, 30.2618769 ], [ 120.0422934, 30.2618984 ], [ 120.0424177, 30.2618677 ], [ 120.0424674, 30.261788 ], [ 120.0424603, 30.2616116 ], [ 120.0425136, 30.2614651 ], [ 120.0426361, 30.2613458 ], [ 120.0427009, 30.2612126 ], [ 120.0427942, 30.2611407 ], [ 120.042986, 30.2611315 ], [ 120.0431032, 30.2610701 ], [ 120.0431422, 30.2609597 ], [ 120.0430605, 30.2607358 ], [ 120.0429185, 30.2606161 ], [ 120.0427409, 30.260656 ], [ 120.0425456, 30.2607235 ], [ 120.042336, 30.2607603 ], [ 120.0422437, 30.2608677 ], [ 120.0421549, 30.2609198 ], [ 120.0420022, 30.2609168 ], [ 120.0418779, 30.2609597 ], [ 120.0418601, 30.2610824 ], [ 120.0419454, 30.2612603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0483987, 30.261404 ], [ 120.0485729, 30.2614463 ], [ 120.0486764, 30.2614181 ], [ 120.0487744, 30.2614181 ], [ 120.0489595, 30.2614134 ], [ 120.0489813, 30.2613005 ], [ 120.0489323, 30.2611924 ], [ 120.0487689, 30.2611359 ], [ 120.0485784, 30.2611218 ], [ 120.0484967, 30.2611218 ], [ 120.0483932, 30.2611641 ], [ 120.0483714, 30.2612018 ], [ 120.0483333, 30.2613099 ], [ 120.0483987, 30.261404 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0412085, 30.2614018 ], [ 120.0412772, 30.2614767 ], [ 120.0413712, 30.2614705 ], [ 120.0414435, 30.2614361 ], [ 120.0415159, 30.2614299 ], [ 120.0415809, 30.2614705 ], [ 120.0416207, 30.2615111 ], [ 120.0417002, 30.2615173 ], [ 120.0417979, 30.2613799 ], [ 120.0418015, 30.2612644 ], [ 120.0418123, 30.2611363 ], [ 120.0417942, 30.2610614 ], [ 120.041646, 30.2610614 ], [ 120.0415231, 30.2611269 ], [ 120.0415665, 30.2612331 ], [ 120.0415267, 30.2613143 ], [ 120.0413568, 30.2613112 ], [ 120.0412375, 30.2612456 ], [ 120.0411724, 30.2613018 ], [ 120.0412085, 30.2614018 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0432239, 30.2611346 ], [ 120.0433269, 30.2611652 ], [ 120.0434121, 30.2612266 ], [ 120.0434121, 30.2613401 ], [ 120.043469, 30.2614475 ], [ 120.043469, 30.2614965 ], [ 120.0434903, 30.2615855 ], [ 120.0435151, 30.2617358 ], [ 120.0435364, 30.2617788 ], [ 120.0436465, 30.2617972 ], [ 120.0437105, 30.2617849 ], [ 120.0437602, 30.261699 ], [ 120.0437815, 30.2616223 ], [ 120.0437495, 30.2615916 ], [ 120.0436678, 30.2615978 ], [ 120.0436146, 30.2615426 ], [ 120.0435826, 30.2614536 ], [ 120.0435897, 30.2613493 ], [ 120.0435364, 30.2612266 ], [ 120.0434405, 30.2610824 ], [ 120.0433518, 30.2609751 ], [ 120.0433376, 30.2608493 ], [ 120.0432878, 30.2608585 ], [ 120.0432275, 30.2609045 ], [ 120.0432061, 30.2609597 ], [ 120.0432239, 30.2611346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0514416, 30.2614205 ], [ 120.0514592, 30.2614553 ], [ 120.0514893, 30.2614842 ], [ 120.0515977, 30.2615271 ], [ 120.0516733, 30.2615293 ], [ 120.0517488, 30.2615793 ], [ 120.0518823, 30.2615663 ], [ 120.0518848, 30.2614814 ], [ 120.0519427, 30.2614379 ], [ 120.0520107, 30.261451 ], [ 120.0520737, 30.2614532 ], [ 120.0521543, 30.2614227 ], [ 120.0522172, 30.2613944 ], [ 120.0522726, 30.2613749 ], [ 120.0522903, 30.2613314 ], [ 120.0522726, 30.2613096 ], [ 120.0522172, 30.261327 ], [ 120.0521165, 30.2612813 ], [ 120.052046, 30.2612335 ], [ 120.0519956, 30.2611878 ], [ 120.051905, 30.261153 ], [ 120.0517312, 30.2611291 ], [ 120.0516481, 30.2610986 ], [ 120.0515826, 30.2611008 ], [ 120.0515046, 30.2610965 ], [ 120.0514668, 30.2611073 ], [ 120.0514995, 30.2611639 ], [ 120.0514743, 30.2612183 ], [ 120.0514466, 30.2612748 ], [ 120.0514567, 30.2613227 ], [ 120.0514391, 30.2613662 ], [ 120.0514416, 30.2614205 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.04316, 30.2613677 ], [ 120.0432061, 30.2614413 ], [ 120.0432949, 30.2615027 ], [ 120.0432949, 30.261426 ], [ 120.0433233, 30.2613585 ], [ 120.0433269, 30.2612573 ], [ 120.0432665, 30.2611898 ], [ 120.0431919, 30.2611959 ], [ 120.0431458, 30.2612787 ], [ 120.04316, 30.2613677 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0481843, 30.2619348 ], [ 120.0482406, 30.2619612 ], [ 120.048318, 30.261947 ], [ 120.0484377, 30.2619267 ], [ 120.0485526, 30.261945 ], [ 120.0486159, 30.2619673 ], [ 120.0487051, 30.2619794 ], [ 120.0487778, 30.261949 ], [ 120.0488646, 30.2619247 ], [ 120.0489749, 30.2619429 ], [ 120.0490757, 30.2619936 ], [ 120.0491133, 30.2620645 ], [ 120.0490664, 30.2621395 ], [ 120.0489725, 30.2621476 ], [ 120.0489209, 30.262099 ], [ 120.0488365, 30.2620949 ], [ 120.0487731, 30.2621314 ], [ 120.048752, 30.2621719 ], [ 120.0487497, 30.2622286 ], [ 120.048813, 30.2622448 ], [ 120.0488904, 30.2622732 ], [ 120.0490101, 30.2622732 ], [ 120.0491062, 30.2621881 ], [ 120.0491836, 30.262101 ], [ 120.0492279, 30.2620584 ], [ 120.0492874, 30.2620155 ], [ 120.0493833, 30.2619898 ], [ 120.0495915, 30.2620854 ], [ 120.0496754, 30.2620557 ], [ 120.0497338, 30.2619495 ], [ 120.0498074, 30.2617988 ], [ 120.0499255, 30.2615912 ], [ 120.0498179, 30.2614849 ], [ 120.0496943, 30.2614582 ], [ 120.0496603, 30.2614564 ], [ 120.0496305, 30.2614251 ], [ 120.0496262, 30.2613534 ], [ 120.0496262, 30.2613148 ], [ 120.0496071, 30.2612596 ], [ 120.0496049, 30.2612045 ], [ 120.0495773, 30.2611788 ], [ 120.0495453, 30.2611788 ], [ 120.049524, 30.261142 ], [ 120.049556, 30.261074 ], [ 120.0496177, 30.2610114 ], [ 120.0496283, 30.2609305 ], [ 120.0496092, 30.2608699 ], [ 120.0495687, 30.2608368 ], [ 120.0495177, 30.2608258 ], [ 120.0494559, 30.2608239 ], [ 120.0493772, 30.2608386 ], [ 120.0493452, 30.2608772 ], [ 120.0493282, 30.2609728 ], [ 120.0493154, 30.2610721 ], [ 120.0493154, 30.2611604 ], [ 120.0493154, 30.2612174 ], [ 120.0492707, 30.2612596 ], [ 120.0492473, 30.2613314 ], [ 120.0492388, 30.2613993 ], [ 120.0492448, 30.2614746 ], [ 120.0492599, 30.2615187 ], [ 120.0492403, 30.2615926 ], [ 120.0492253, 30.2616329 ], [ 120.0491953, 30.2616471 ], [ 120.0491803, 30.2616264 ], [ 120.0491848, 30.2615693 ], [ 120.0491637, 30.2615044 ], [ 120.0491382, 30.261472 ], [ 120.0491187, 30.2614331 ], [ 120.0490331, 30.2614331 ], [ 120.048982, 30.2614629 ], [ 120.048964, 30.2614979 ], [ 120.0489249, 30.2615485 ], [ 120.0488964, 30.2615797 ], [ 120.0489084, 30.2616212 ], [ 120.0489084, 30.2616497 ], [ 120.0489414, 30.2616835 ], [ 120.0489414, 30.2617276 ], [ 120.0488964, 30.2617418 ], [ 120.0488769, 30.2617872 ], [ 120.0488603, 30.2618132 ], [ 120.0488378, 30.2617989 ], [ 120.0488258, 30.2617717 ], [ 120.0488378, 30.261734 ], [ 120.0488513, 30.2617081 ], [ 120.0488814, 30.261686 ], [ 120.0488949, 30.2616653 ], [ 120.0488829, 30.2616367 ], [ 120.0488874, 30.261616 ], [ 120.0488664, 30.2615913 ], [ 120.0488247, 30.2615478 ], [ 120.0487567, 30.2615418 ], [ 120.0486652, 30.2614769 ], [ 120.0485995, 30.2614729 ], [ 120.0485315, 30.2614708 ], [ 120.0483978, 30.2614648 ], [ 120.0483086, 30.2614871 ], [ 120.0482711, 30.2615499 ], [ 120.0482711, 30.2616593 ], [ 120.0482711, 30.2617565 ], [ 120.0482125, 30.2618072 ], [ 120.0481655, 30.2618862 ], [ 120.0481843, 30.2619348 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0425846, 30.2620395 ], [ 120.0426983, 30.2619996 ], [ 120.0428332, 30.2619536 ], [ 120.0429007, 30.2618524 ], [ 120.0430144, 30.2617818 ], [ 120.0430854, 30.2617113 ], [ 120.0430854, 30.2616468 ], [ 120.0430179, 30.2615057 ], [ 120.0429931, 30.2613922 ], [ 120.0429931, 30.2612971 ], [ 120.0429646, 30.2612174 ], [ 120.0428901, 30.261199 ], [ 120.0428261, 30.2612603 ], [ 120.0427729, 30.2613616 ], [ 120.0427906, 30.2615211 ], [ 120.042851, 30.2616284 ], [ 120.0429114, 30.2616775 ], [ 120.0429149, 30.2617542 ], [ 120.0428972, 30.2618033 ], [ 120.0428581, 30.2618432 ], [ 120.0428155, 30.2619015 ], [ 120.0427587, 30.2619199 ], [ 120.0426734, 30.2619015 ], [ 120.0426166, 30.2619475 ], [ 120.0425456, 30.2619965 ], [ 120.0425846, 30.2620395 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0503109, 30.2621361 ], [ 120.0504116, 30.2621709 ], [ 120.0505804, 30.2622058 ], [ 120.0506534, 30.2622362 ], [ 120.0507365, 30.2622493 ], [ 120.050802, 30.2622232 ], [ 120.0508498, 30.2621557 ], [ 120.0508901, 30.2621144 ], [ 120.0508951, 30.2620665 ], [ 120.0508473, 30.2620361 ], [ 120.0507944, 30.2620187 ], [ 120.0507264, 30.2619948 ], [ 120.0506408, 30.2619687 ], [ 120.0506257, 30.2619295 ], [ 120.050661, 30.2619034 ], [ 120.0507214, 30.2619143 ], [ 120.0507843, 30.2619339 ], [ 120.0508372, 30.261923 ], [ 120.0508725, 30.2618817 ], [ 120.0509203, 30.2618077 ], [ 120.0509505, 30.2617577 ], [ 120.0509405, 30.2617251 ], [ 120.0509052, 30.2616903 ], [ 120.0509077, 30.2616402 ], [ 120.0509455, 30.261575 ], [ 120.0509682, 30.2615162 ], [ 120.0509556, 30.261451 ], [ 120.0509128, 30.2613988 ], [ 120.0508523, 30.2613705 ], [ 120.0507617, 30.261327 ], [ 120.0506811, 30.2613074 ], [ 120.050593, 30.2612987 ], [ 120.0505451, 30.2613444 ], [ 120.0505224, 30.2614053 ], [ 120.0505149, 30.2614771 ], [ 120.0504847, 30.2615206 ], [ 120.0504872, 30.2615967 ], [ 120.0504368, 30.2616685 ], [ 120.0504368, 30.2617751 ], [ 120.0503839, 30.2618621 ], [ 120.0503562, 30.261936 ], [ 120.050321, 30.2620143 ], [ 120.0502933, 30.2620861 ], [ 120.0503109, 30.2621361 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0473721, 30.261682 ], [ 120.0474245, 30.2617172 ], [ 120.0474245, 30.2618052 ], [ 120.0474012, 30.2618405 ], [ 120.0473925, 30.2618832 ], [ 120.0473983, 30.2619335 ], [ 120.0474274, 30.2619562 ], [ 120.0475177, 30.2619889 ], [ 120.0475818, 30.2619813 ], [ 120.0476342, 30.2620015 ], [ 120.0477332, 30.2619738 ], [ 120.0477857, 30.2619386 ], [ 120.0478206, 30.2618681 ], [ 120.0478235, 30.2618027 ], [ 120.0478439, 30.261765 ], [ 120.0478789, 30.2617197 ], [ 120.0478876, 30.2616769 ], [ 120.0478876, 30.2616241 ], [ 120.0478293, 30.2615839 ], [ 120.0477594, 30.261599 ], [ 120.0476779, 30.2616015 ], [ 120.0475818, 30.2615914 ], [ 120.0475148, 30.2615763 ], [ 120.047442, 30.2615738 ], [ 120.0473663, 30.2616141 ], [ 120.0473575, 30.2616543 ], [ 120.0473721, 30.261682 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.038302, 30.2636126 ], [ 120.0383514, 30.2635397 ], [ 120.0384005, 30.263509 ], [ 120.0384586, 30.2635026 ], [ 120.0385809, 30.2634812 ], [ 120.0387601, 30.2634279 ], [ 120.0388849, 30.2633158 ], [ 120.038938, 30.26324 ], [ 120.0389738, 30.2629957 ], [ 120.0389998, 30.2628932 ], [ 120.0390344, 30.2628388 ], [ 120.0390665, 30.2628228 ], [ 120.0393012, 30.2628089 ], [ 120.0393659, 30.2620606 ], [ 120.0395439, 30.2619882 ], [ 120.039804, 30.2617764 ], [ 120.0399152, 30.2617102 ], [ 120.0402624, 30.2615267 ], [ 120.0403563, 30.261468 ], [ 120.040423, 30.2614168 ], [ 120.0406219, 30.2613037 ], [ 120.0406405, 30.2613378 ], [ 120.0406936, 30.2613314 ], [ 120.0407603, 30.2612652 ], [ 120.0409419, 30.2611873 ], [ 120.0409938, 30.2611692 ], [ 120.0410692, 30.2611062 ], [ 120.0411408, 30.2609835 ], [ 120.0412063, 30.260849 ], [ 120.0412619, 30.2607562 ], [ 120.0413237, 30.2606644 ], [ 120.0413805, 30.2605972 ], [ 120.0414534, 30.2605406 ], [ 120.0416696, 30.2605043 ], [ 120.0419859, 30.2604862 ], [ 120.0421985, 30.2604969 ], [ 120.0424332, 30.2605075 ], [ 120.042831, 30.2605172 ], [ 120.0429324, 30.2605172 ], [ 120.0429941, 30.2605364 ], [ 120.0430744, 30.2605257 ], [ 120.043329, 30.2604563 ], [ 120.0433858, 30.2604307 ], [ 120.0435415, 30.2603133 ], [ 120.0436008, 30.2602738 ], [ 120.0436687, 30.2602568 ], [ 120.0437527, 30.2602482 ], [ 120.0437898, 30.26026 ], [ 120.0439702, 30.2602514 ], [ 120.0441576, 30.2602362 ], [ 120.0442561, 30.2602365 ], [ 120.0442277, 30.2602034 ], [ 120.0442303, 30.2601466 ], [ 120.0441928, 30.2601667 ], [ 120.0440707, 30.2601689 ], [ 120.044016, 30.2601306 ], [ 120.0438846, 30.2601085 ], [ 120.0437093, 30.2600754 ], [ 120.0436627, 30.2600589 ], [ 120.0436402, 30.2600331 ], [ 120.0435996, 30.2600302 ], [ 120.0435778, 30.2600881 ], [ 120.0435773, 30.2601343 ], [ 120.0435773, 30.2602316 ], [ 120.0435004, 30.2602957 ], [ 120.0433237, 30.2603872 ], [ 120.0430838, 30.2604366 ], [ 120.0429395, 30.2604469 ], [ 120.0423855, 30.2604484 ], [ 120.0415087, 30.2604639 ], [ 120.0413397, 30.2604705 ], [ 120.0412595, 30.2605199 ], [ 120.0411562, 30.2606113 ], [ 120.0411382, 30.260702 ], [ 120.0411015, 30.2609092 ], [ 120.0410512, 30.2610036 ], [ 120.0408932, 30.2611061 ], [ 120.0407353, 30.2611467 ], [ 120.0406107, 30.2611902 ], [ 120.0404672, 30.2612565 ], [ 120.0402828, 30.2613701 ], [ 120.0399619, 30.2615456 ], [ 120.0397145, 30.2616455 ], [ 120.0394213, 30.2618284 ], [ 120.039134, 30.2620122 ], [ 120.0390212, 30.2620715 ], [ 120.0389536, 30.2622282 ], [ 120.03888, 30.2623849 ], [ 120.0388339, 30.2624603 ], [ 120.0388339, 30.2625476 ], [ 120.0388692, 30.2627144 ], [ 120.0389055, 30.262866 ], [ 120.038929, 30.2629651 ], [ 120.0389094, 30.2631371 ], [ 120.0389045, 30.2632082 ], [ 120.03888, 30.263248 ], [ 120.0388104, 30.2632955 ], [ 120.0387025, 30.2633099 ], [ 120.0386437, 30.2633429 ], [ 120.0385054, 30.26337 ], [ 120.0383838, 30.2634064 ], [ 120.0382828, 30.2635105 ], [ 120.038302, 30.2636126 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0511696, 30.2618186 ], [ 120.0512225, 30.2618338 ], [ 120.0513031, 30.2618338 ], [ 120.0513912, 30.2618882 ], [ 120.0514189, 30.2619534 ], [ 120.0514114, 30.262023 ], [ 120.0514215, 30.2620752 ], [ 120.0514869, 30.262134 ], [ 120.0515625, 30.2621731 ], [ 120.0516305, 30.2621688 ], [ 120.0516834, 30.2620905 ], [ 120.0516859, 30.26201 ], [ 120.051701, 30.2619795 ], [ 120.0517236, 30.2619317 ], [ 120.0517891, 30.2619165 ], [ 120.0518546, 30.261936 ], [ 120.0519327, 30.2619513 ], [ 120.0519881, 30.2619012 ], [ 120.0520233, 30.2618382 ], [ 120.0520535, 30.2617816 ], [ 120.0520712, 30.2617055 ], [ 120.0520661, 30.2616468 ], [ 120.051978, 30.2616424 ], [ 120.0519377, 30.2616598 ], [ 120.0519402, 30.2617425 ], [ 120.0519276, 30.2618099 ], [ 120.0519125, 30.2618621 ], [ 120.0518672, 30.2618838 ], [ 120.0517942, 30.2618751 ], [ 120.0517438, 30.2618403 ], [ 120.0517287, 30.2617838 ], [ 120.0516884, 30.261762 ], [ 120.0516204, 30.2617533 ], [ 120.0515625, 30.2617251 ], [ 120.0514995, 30.2617142 ], [ 120.0514215, 30.2616424 ], [ 120.0513535, 30.2616446 ], [ 120.0512477, 30.2616468 ], [ 120.0511999, 30.2616968 ], [ 120.0511722, 30.2617403 ], [ 120.0511545, 30.2617773 ], [ 120.0511696, 30.2618186 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.045613, 30.2619738 ], [ 120.0456596, 30.262004 ], [ 120.0457236, 30.2620392 ], [ 120.0458023, 30.2620669 ], [ 120.0458489, 30.2621222 ], [ 120.0458489, 30.2621826 ], [ 120.0458401, 30.2622455 ], [ 120.0458139, 30.2623461 ], [ 120.0458809, 30.2623863 ], [ 120.0459421, 30.2624115 ], [ 120.0460731, 30.2624165 ], [ 120.0461314, 30.2623486 ], [ 120.0461459, 30.2622731 ], [ 120.0461984, 30.2621801 ], [ 120.0462333, 30.2620568 ], [ 120.0462886, 30.2619813 ], [ 120.0463207, 30.2618857 ], [ 120.0462974, 30.2617901 ], [ 120.0462013, 30.2617298 ], [ 120.0461139, 30.2617071 ], [ 120.0460149, 30.2616543 ], [ 120.0458955, 30.2616493 ], [ 120.0457586, 30.2616493 ], [ 120.0456945, 30.2617147 ], [ 120.0456596, 30.2618153 ], [ 120.0455867, 30.2619184 ], [ 120.045613, 30.2619738 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0470663, 30.2623436 ], [ 120.0471566, 30.2623511 ], [ 120.0472643, 30.2623838 ], [ 120.0473983, 30.2624165 ], [ 120.0474828, 30.2624366 ], [ 120.0475323, 30.2624316 ], [ 120.0475439, 30.2623561 ], [ 120.0475556, 30.2622857 ], [ 120.0476429, 30.2621977 ], [ 120.0476429, 30.2621323 ], [ 120.0476196, 30.2620643 ], [ 120.0475789, 30.2620266 ], [ 120.0475031, 30.2620241 ], [ 120.0474245, 30.262004 ], [ 120.0473138, 30.2619688 ], [ 120.047241, 30.2619184 ], [ 120.0471478, 30.261921 ], [ 120.0470838, 30.2619662 ], [ 120.0470838, 30.2620191 ], [ 120.0470954, 30.2620945 ], [ 120.0470838, 30.2621801 ], [ 120.0470546, 30.2622203 ], [ 120.0470255, 30.2622731 ], [ 120.0470109, 30.2623209 ], [ 120.0470663, 30.2623436 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.045613, 30.2626857 ], [ 120.0456479, 30.2627259 ], [ 120.045811, 30.2627285 ], [ 120.0459159, 30.2627536 ], [ 120.0460265, 30.2627435 ], [ 120.0461052, 30.2627285 ], [ 120.0461722, 30.2627913 ], [ 120.0462275, 30.2628618 ], [ 120.0463323, 30.2629222 ], [ 120.046443, 30.2629574 ], [ 120.0466265, 30.2629976 ], [ 120.0467663, 30.2629699 ], [ 120.0468129, 30.2628794 ], [ 120.0468508, 30.2627813 ], [ 120.0468508, 30.2627008 ], [ 120.0467925, 30.262648 ], [ 120.0467022, 30.2625826 ], [ 120.0467372, 30.2625272 ], [ 120.0467954, 30.262487 ], [ 120.0467954, 30.2624014 ], [ 120.0467838, 30.2622933 ], [ 120.0467867, 30.2622203 ], [ 120.0467954, 30.2621499 ], [ 120.0468362, 30.2620568 ], [ 120.0468886, 30.2619411 ], [ 120.0469381, 30.2618656 ], [ 120.0470372, 30.261848 ], [ 120.0471449, 30.261848 ], [ 120.0472527, 30.2618354 ], [ 120.0472652, 30.2617784 ], [ 120.0472731, 30.2617423 ], [ 120.0472527, 30.2616442 ], [ 120.0471828, 30.2616115 ], [ 120.0471012, 30.2615964 ], [ 120.0470139, 30.2616015 ], [ 120.0469323, 30.2616769 ], [ 120.0468799, 30.2617298 ], [ 120.0468449, 30.2617826 ], [ 120.0467809, 30.2618354 ], [ 120.0466935, 30.2618354 ], [ 120.0466061, 30.2618103 ], [ 120.0465275, 30.2618153 ], [ 120.0464547, 30.261853 ], [ 120.0464576, 30.2619562 ], [ 120.0464576, 30.2620191 ], [ 120.0464255, 30.2620593 ], [ 120.0463673, 30.262092 ], [ 120.0463178, 30.2621448 ], [ 120.046277, 30.2622404 ], [ 120.0462508, 30.2623436 ], [ 120.0462916, 30.2624467 ], [ 120.0463556, 30.2624769 ], [ 120.0464197, 30.2624719 ], [ 120.0465042, 30.2624819 ], [ 120.0465449, 30.2625348 ], [ 120.0465071, 30.2625976 ], [ 120.0464226, 30.2625901 ], [ 120.046376, 30.2625448 ], [ 120.0462945, 30.2625398 ], [ 120.0461809, 30.2625473 ], [ 120.0460877, 30.2625222 ], [ 120.0460149, 30.2624844 ], [ 120.0459129, 30.2624694 ], [ 120.0458081, 30.2624744 ], [ 120.0456799, 30.262492 ], [ 120.0456392, 30.2625473 ], [ 120.0455897, 30.2626102 ], [ 120.045613, 30.2626857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0503142, 30.2624757 ], [ 120.0504638, 30.262508 ], [ 120.050657, 30.2625403 ], [ 120.0507194, 30.2624542 ], [ 120.0507131, 30.2623626 ], [ 120.0505947, 30.2623034 ], [ 120.0504388, 30.2622495 ], [ 120.0503142, 30.2622226 ], [ 120.0502518, 30.2622926 ], [ 120.0502456, 30.2624057 ], [ 120.0503142, 30.2624757 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0508217, 30.2625129 ], [ 120.0508635, 30.2625629 ], [ 120.0509568, 30.2625851 ], [ 120.0510758, 30.2626018 ], [ 120.0511691, 30.2626045 ], [ 120.0512688, 30.2625934 ], [ 120.0513363, 30.2625379 ], [ 120.0513299, 30.262474 ], [ 120.0512398, 30.262449 ], [ 120.0512302, 30.2623295 ], [ 120.051227, 30.2622656 ], [ 120.0511884, 30.2621934 ], [ 120.0510469, 30.2621795 ], [ 120.0509246, 30.2622601 ], [ 120.0508282, 30.2623684 ], [ 120.0508217, 30.2624406 ], [ 120.0508217, 30.2625129 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.04799, 30.2627989 ], [ 120.0480101, 30.2628532 ], [ 120.0480503, 30.262877 ], [ 120.0481006, 30.262864 ], [ 120.0481358, 30.2628553 ], [ 120.0481634, 30.2628749 ], [ 120.0482438, 30.2628836 ], [ 120.0483292, 30.2628575 ], [ 120.0483619, 30.2627772 ], [ 120.0484171, 30.2626492 ], [ 120.0484397, 30.2625125 ], [ 120.0485101, 30.2624387 ], [ 120.0485176, 30.2623628 ], [ 120.0485754, 30.2623085 ], [ 120.0485603, 30.2622521 ], [ 120.0485251, 30.2622499 ], [ 120.0484623, 30.2622239 ], [ 120.0484221, 30.262187 ], [ 120.0483794, 30.2621805 ], [ 120.0483141, 30.2621957 ], [ 120.0482664, 30.2621632 ], [ 120.0481885, 30.262148 ], [ 120.0481282, 30.262161 ], [ 120.048073, 30.2622174 ], [ 120.0480629, 30.2623237 ], [ 120.0480554, 30.2624496 ], [ 120.0480353, 30.2625516 ], [ 120.0480051, 30.2626601 ], [ 120.04798, 30.2627338 ], [ 120.04799, 30.2627989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0402365, 30.2594095 ], [ 120.0402527, 30.2593535 ], [ 120.0403175, 30.2592891 ], [ 120.0403921, 30.2591884 ], [ 120.0403953, 30.25911 ], [ 120.0404439, 30.2590261 ], [ 120.0405087, 30.2589701 ], [ 120.0405767, 30.2589841 ], [ 120.0406415, 30.2590345 ], [ 120.0407193, 30.2590177 ], [ 120.0407193, 30.2589477 ], [ 120.0407225, 30.2588778 ], [ 120.0408035, 30.2588498 ], [ 120.0408229, 30.2589086 ], [ 120.0408132, 30.2590037 ], [ 120.0408391, 30.2590373 ], [ 120.0409461, 30.2590793 ], [ 120.0410465, 30.2590849 ], [ 120.0411534, 30.2590933 ], [ 120.0412409, 30.2590485 ], [ 120.0412959, 30.2589729 ], [ 120.0413024, 30.2588442 ], [ 120.0411696, 30.2588246 ], [ 120.0410562, 30.2588162 ], [ 120.0409169, 30.2587798 ], [ 120.0408035, 30.2587575 ], [ 120.0407258, 30.2587714 ], [ 120.0405216, 30.2587015 ], [ 120.0404115, 30.2587099 ], [ 120.0403694, 30.2588022 ], [ 120.0403402, 30.2589198 ], [ 120.0403078, 30.2590429 ], [ 120.0402042, 30.2591996 ], [ 120.0401653, 30.2593591 ], [ 120.0402365, 30.2594095 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0400551, 30.2598656 ], [ 120.0401458, 30.2598964 ], [ 120.0403013, 30.2598964 ], [ 120.0405184, 30.2599356 ], [ 120.0407808, 30.2599467 ], [ 120.041108, 30.2600083 ], [ 120.0411923, 30.2599607 ], [ 120.0412052, 30.2598544 ], [ 120.041108, 30.2596781 ], [ 120.0410659, 30.2595326 ], [ 120.0411955, 30.2593647 ], [ 120.0413186, 30.2592528 ], [ 120.0412862, 30.2591688 ], [ 120.0411048, 30.2591632 ], [ 120.0408877, 30.2591828 ], [ 120.040742, 30.2591464 ], [ 120.0406156, 30.259152 ], [ 120.0405087, 30.2592276 ], [ 120.0404115, 30.2593563 ], [ 120.0402916, 30.259485 ], [ 120.0401102, 30.2594962 ], [ 120.0400195, 30.259527 ], [ 120.040026, 30.2596809 ], [ 120.04, 30.259804 ], [ 120.0400551, 30.2598656 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0372911, 30.2604198 ], [ 120.0381451, 30.2604974 ], [ 120.038682, 30.2605581 ], [ 120.0387125, 30.2604861 ], [ 120.0386582, 30.2599167 ], [ 120.0386114, 30.2594784 ], [ 120.0382499, 30.2594379 ], [ 120.0382574, 30.2594007 ], [ 120.0384335, 30.259425 ], [ 120.0384372, 30.2593765 ], [ 120.0384971, 30.2593684 ], [ 120.038499, 30.2594218 ], [ 120.0385983, 30.2594201 ], [ 120.0385945, 30.2593182 ], [ 120.0385365, 30.2592535 ], [ 120.0384503, 30.2592131 ], [ 120.0377949, 30.2591306 ], [ 120.0376975, 30.259336 ], [ 120.0378117, 30.2593554 ], [ 120.0378136, 30.2594024 ], [ 120.0376694, 30.2594007 ], [ 120.0376151, 30.2595544 ], [ 120.0378417, 30.2597307 ], [ 120.0378248, 30.2598245 ], [ 120.0374297, 30.2598213 ], [ 120.0373567, 30.2599588 ], [ 120.0373772, 30.2599814 ], [ 120.0377892, 30.2600688 ], [ 120.0379522, 30.2601076 ], [ 120.0383829, 30.2601222 ], [ 120.0384316, 30.2601885 ], [ 120.0381844, 30.2601691 ], [ 120.0381245, 30.2602241 ], [ 120.0381994, 30.2602985 ], [ 120.0381657, 30.2603195 ], [ 120.0379484, 30.2603017 ], [ 120.0376825, 30.2602888 ], [ 120.0376544, 30.2603276 ], [ 120.0372705, 30.260326 ], [ 120.0372106, 30.260368 ], [ 120.0372068, 30.2604036 ], [ 120.0372911, 30.2604198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.039932, 30.2602546 ], [ 120.0399515, 30.2603413 ], [ 120.0400227, 30.2604141 ], [ 120.0401944, 30.2604616 ], [ 120.0403853, 30.2604439 ], [ 120.0405052, 30.2604394 ], [ 120.0405414, 30.2604735 ], [ 120.0407096, 30.2605456 ], [ 120.0408995, 30.2605354 ], [ 120.0409363, 30.260549 ], [ 120.0409886, 30.2605601 ], [ 120.041043, 30.2605384 ], [ 120.0411032, 30.2605086 ], [ 120.0411413, 30.2604678 ], [ 120.0411434, 30.2604304 ], [ 120.0411873, 30.2603756 ], [ 120.0411972, 30.2603226 ], [ 120.0411932, 30.2601939 ], [ 120.041175, 30.2601071 ], [ 120.041121, 30.2600559 ], [ 120.0409525, 30.2600447 ], [ 120.0407905, 30.2600167 ], [ 120.0405922, 30.2599802 ], [ 120.040418, 30.2599775 ], [ 120.0402653, 30.2599527 ], [ 120.0401526, 30.2599397 ], [ 120.0400616, 30.2599467 ], [ 120.0399644, 30.2599859 ], [ 120.0399288, 30.2600979 ], [ 120.039932, 30.2602546 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0396156, 30.2611188 ], [ 120.0396139, 30.2612033 ], [ 120.0396328, 30.2612093 ], [ 120.0396792, 30.2612226 ], [ 120.0397359, 30.2612226 ], [ 120.0397685, 30.2612137 ], [ 120.0398201, 30.2612078 ], [ 120.0398648, 30.2612301 ], [ 120.0399318, 30.261239 ], [ 120.0400142, 30.2612419 ], [ 120.0400864, 30.2612686 ], [ 120.0401482, 30.2612894 ], [ 120.0402049, 30.261279 ], [ 120.0402702, 30.2612701 ], [ 120.0403355, 30.2612375 ], [ 120.0404059, 30.2612093 ], [ 120.0404609, 30.2611692 ], [ 120.0404677, 30.2611247 ], [ 120.0404403, 30.2610906 ], [ 120.0404832, 30.2610698 ], [ 120.0405519, 30.2610891 ], [ 120.0406275, 30.261101 ], [ 120.0406739, 30.2610876 ], [ 120.0407151, 30.2610594 ], [ 120.0407615, 30.2610312 ], [ 120.0407375, 30.2610015 ], [ 120.0407151, 30.2609733 ], [ 120.0407598, 30.2609377 ], [ 120.0407323, 30.2609021 ], [ 120.0406773, 30.2608843 ], [ 120.0406138, 30.2608457 ], [ 120.0405433, 30.2608175 ], [ 120.0404557, 30.2608146 ], [ 120.0403819, 30.2608353 ], [ 120.0403406, 30.2608472 ], [ 120.0402994, 30.2608057 ], [ 120.0402582, 30.2607968 ], [ 120.0402049, 30.2607968 ], [ 120.0401877, 30.2608309 ], [ 120.040131, 30.2608294 ], [ 120.0401053, 30.260773 ], [ 120.0400486, 30.2607701 ], [ 120.0400091, 30.2607879 ], [ 120.0399816, 30.2608264 ], [ 120.0399214, 30.2608576 ], [ 120.0399043, 30.2609095 ], [ 120.0399094, 30.2609615 ], [ 120.0399214, 30.2609778 ], [ 120.0399799, 30.2609748 ], [ 120.0400262, 30.2609971 ], [ 120.0400572, 30.2610149 ], [ 120.040107, 30.2610297 ], [ 120.0401723, 30.2610312 ], [ 120.0402358, 30.2610327 ], [ 120.0403011, 30.2610431 ], [ 120.040332, 30.2610446 ], [ 120.0403337, 30.2610668 ], [ 120.0403028, 30.2610861 ], [ 120.0402547, 30.2610802 ], [ 120.0401568, 30.2610817 ], [ 120.0400537, 30.2610698 ], [ 120.0399455, 30.2610297 ], [ 120.039863, 30.2610283 ], [ 120.0397273, 30.2610164 ], [ 120.0396277, 30.2609986 ], [ 120.0396122, 30.2610312 ], [ 120.0396156, 30.2611188 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0367058, 30.261937 ], [ 120.0367058, 30.26204 ], [ 120.0367626, 30.2620547 ], [ 120.0368165, 30.2621405 ], [ 120.0369016, 30.2621503 ], [ 120.0369669, 30.2621675 ], [ 120.0370464, 30.2622116 ], [ 120.0371543, 30.2622165 ], [ 120.0372235, 30.2621007 ], [ 120.0372631, 30.2620111 ], [ 120.0372038, 30.2618467 ], [ 120.0371502, 30.2617913 ], [ 120.0371962, 30.2616249 ], [ 120.0371177, 30.2615983 ], [ 120.0370368, 30.2617527 ], [ 120.0367516, 30.2617592 ], [ 120.036754, 30.2618254 ], [ 120.0367491, 30.2618723 ], [ 120.0366888, 30.2618954 ], [ 120.0367058, 30.261937 ] ] ], [ [ [ 120.0371324, 30.2609968 ], [ 120.037313, 30.2609057 ], [ 120.0372647, 30.2607574 ], [ 120.0370824, 30.2607034 ], [ 120.0370055, 30.260796 ], [ 120.0371324, 30.2609968 ] ] ], [ [ [ 120.0382916, 30.261941 ], [ 120.0383719, 30.2619749 ], [ 120.0386775, 30.2620088 ], [ 120.0388363, 30.2620088 ], [ 120.038908, 30.2619779 ], [ 120.0388828, 30.261638 ], [ 120.0387996, 30.2609057 ], [ 120.0386963, 30.2609102 ], [ 120.0386895, 30.2613496 ], [ 120.0387236, 30.2615325 ], [ 120.0388038, 30.2616357 ], [ 120.0384197, 30.2615944 ], [ 120.0383309, 30.2616431 ], [ 120.0382711, 30.2618835 ], [ 120.0382916, 30.261941 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0400335, 30.2618858 ], [ 120.0400769, 30.2619326 ], [ 120.0401564, 30.2619889 ], [ 120.0402215, 30.2620919 ], [ 120.0403119, 30.262145 ], [ 120.0404818, 30.26212 ], [ 120.0405758, 30.2619795 ], [ 120.0406192, 30.2618671 ], [ 120.0405613, 30.2617234 ], [ 120.0403516, 30.2616641 ], [ 120.0401926, 30.2616672 ], [ 120.040066, 30.2617328 ], [ 120.0400262, 30.2618046 ], [ 120.0400335, 30.2618858 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0340125, 30.2672037 ], [ 120.0340811, 30.2671892 ], [ 120.0341329, 30.2671624 ], [ 120.0342209, 30.2671545 ], [ 120.0343503, 30.2671456 ], [ 120.0344124, 30.2671981 ], [ 120.0344383, 30.2672775 ], [ 120.0344085, 30.2673691 ], [ 120.0344046, 30.2675055 ], [ 120.0343593, 30.2676373 ], [ 120.0342765, 30.2677457 ], [ 120.0346273, 30.2677112 ], [ 120.0346134, 30.2676613 ], [ 120.0345526, 30.2674434 ], [ 120.0346028, 30.2668595 ], [ 120.0345991, 30.2664305 ], [ 120.0345746, 30.2660394 ], [ 120.0345533, 30.2659076 ], [ 120.0345474, 30.265783 ], [ 120.0345766, 30.2656801 ], [ 120.034656, 30.2655629 ], [ 120.0346971, 30.2654363 ], [ 120.0347794, 30.2652988 ], [ 120.0348044, 30.2651907 ], [ 120.0348884, 30.2650208 ], [ 120.03496, 30.2649544 ], [ 120.0350315, 30.2648927 ], [ 120.0353516, 30.2641313 ], [ 120.036091, 30.2624629 ], [ 120.0362054, 30.2622536 ], [ 120.0363243, 30.2618412 ], [ 120.0364879, 30.2615269 ], [ 120.0367633, 30.2610033 ], [ 120.0368599, 30.2608311 ], [ 120.0369529, 30.2605647 ], [ 120.0369806, 30.2604921 ], [ 120.0371469, 30.2603029 ], [ 120.0373963, 30.2596951 ], [ 120.0374571, 30.25955 ], [ 120.0375626, 30.2593716 ], [ 120.0377396, 30.2590271 ], [ 120.0379283, 30.2585545 ], [ 120.0380698, 30.2582229 ], [ 120.0382585, 30.2579991 ], [ 120.0385451, 30.2578275 ], [ 120.0391212, 30.2573738 ], [ 120.0392701, 30.2572771 ], [ 120.0393717, 30.2572097 ], [ 120.039494, 30.2571804 ], [ 120.0396193, 30.2571786 ], [ 120.0401215, 30.257207 ], [ 120.0404429, 30.2572541 ], [ 120.041158, 30.2573452 ], [ 120.0415035, 30.2573773 ], [ 120.041734, 30.2573953 ], [ 120.0419284, 30.2574049 ], [ 120.0422454, 30.2574558 ], [ 120.0425773, 30.257515 ], [ 120.0428056, 30.2575567 ], [ 120.042969, 30.2575861 ], [ 120.0433368, 30.2576348 ], [ 120.0437383, 30.257685 ], [ 120.0439056, 30.2577042 ], [ 120.0440515, 30.2577362 ], [ 120.044146, 30.2577362 ], [ 120.044309, 30.2577361 ], [ 120.0448703, 30.2578045 ], [ 120.0449189, 30.2578171 ], [ 120.044957, 30.2578653 ], [ 120.0450948, 30.2578333 ], [ 120.0453355, 30.2578466 ], [ 120.0455049, 30.2578761 ], [ 120.0455605, 30.2577354 ], [ 120.045417, 30.2577367 ], [ 120.0452457, 30.257759 ], [ 120.045006, 30.2577694 ], [ 120.044851, 30.2577522 ], [ 120.0446717, 30.2577168 ], [ 120.0445078, 30.2576785 ], [ 120.0444514, 30.2576836 ], [ 120.0443106, 30.2576696 ], [ 120.044183, 30.2576607 ], [ 120.0440536, 30.2576119 ], [ 120.0439713, 30.2575391 ], [ 120.0438953, 30.257461 ], [ 120.0438295, 30.2574238 ], [ 120.0437761, 30.2574539 ], [ 120.043659, 30.2575516 ], [ 120.0435797, 30.2575441 ], [ 120.0434684, 30.257533 ], [ 120.043361, 30.2575117 ], [ 120.0431656, 30.2574972 ], [ 120.0429017, 30.2574536 ], [ 120.0427425, 30.2574357 ], [ 120.0425924, 30.2574067 ], [ 120.0423, 30.2573653 ], [ 120.0422567, 30.2573304 ], [ 120.0421982, 30.2572135 ], [ 120.0420979, 30.2571301 ], [ 120.0419977, 30.2571044 ], [ 120.041942, 30.2571589 ], [ 120.0418529, 30.2571621 ], [ 120.0417823, 30.2571365 ], [ 120.0416969, 30.2571012 ], [ 120.0416375, 30.257082 ], [ 120.0415336, 30.2571237 ], [ 120.0415081, 30.2571932 ], [ 120.0414744, 30.2572289 ], [ 120.0414033, 30.2572401 ], [ 120.0411432, 30.2572111 ], [ 120.0409154, 30.2571731 ], [ 120.0404742, 30.2571351 ], [ 120.0402659, 30.2571228 ], [ 120.0394416, 30.2570926 ], [ 120.0391945, 30.2570982 ], [ 120.0391078, 30.2571183 ], [ 120.0385022, 30.2576548 ], [ 120.0384194, 30.2576917 ], [ 120.0383689, 30.2576805 ], [ 120.0382861, 30.2575855 ], [ 120.0381878, 30.257619 ], [ 120.0381231, 30.2576219 ], [ 120.0381094, 30.2577099 ], [ 120.0380021, 30.257974 ], [ 120.0378519, 30.258286 ], [ 120.0377374, 30.2585702 ], [ 120.0376784, 30.2587771 ], [ 120.0374746, 30.2591308 ], [ 120.0373315, 30.2594938 ], [ 120.0371563, 30.2598135 ], [ 120.0369614, 30.2602398 ], [ 120.0368903, 30.2602667 ], [ 120.036858, 30.2602611 ], [ 120.0368295, 30.2603326 ], [ 120.0368864, 30.2603505 ], [ 120.0368994, 30.2603885 ], [ 120.0368334, 30.2605741 ], [ 120.0367868, 30.2605674 ], [ 120.0367506, 30.2606668 ], [ 120.0367738, 30.2607339 ], [ 120.0366936, 30.2609127 ], [ 120.0363507, 30.2615978 ], [ 120.0360919, 30.2621622 ], [ 120.0358551, 30.2626339 ], [ 120.0356119, 30.2632061 ], [ 120.0352974, 30.2638755 ], [ 120.0350852, 30.2642678 ], [ 120.0349765, 30.2645372 ], [ 120.0348109, 30.2648501 ], [ 120.0347333, 30.2649283 ], [ 120.0345987, 30.2651923 ], [ 120.0345948, 30.2651999 ], [ 120.0344344, 30.2654569 ], [ 120.0343878, 30.2654592 ], [ 120.0343606, 30.2656033 ], [ 120.0343166, 30.2657252 ], [ 120.0343334, 30.265771 ], [ 120.0343878, 30.2658213 ], [ 120.0344176, 30.2658615 ], [ 120.0343852, 30.265942 ], [ 120.0343347, 30.2659532 ], [ 120.0342856, 30.2659319 ], [ 120.0342545, 30.2659487 ], [ 120.03427, 30.2660426 ], [ 120.0343192, 30.2664617 ], [ 120.0344137, 30.2666617 ], [ 120.0344408, 30.2667757 ], [ 120.0344383, 30.2670081 ], [ 120.0343943, 30.2670685 ], [ 120.0342765, 30.2670875 ], [ 120.0341406, 30.2671098 ], [ 120.0340734, 30.2670908 ], [ 120.0340203, 30.2671031 ], [ 120.0339634, 30.2670864 ], [ 120.0339595, 30.267197 ], [ 120.0340125, 30.2672037 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.021665, 30.2626084 ], [ 120.0217861, 30.2626639 ], [ 120.021917, 30.2627002 ], [ 120.0220109, 30.2626874 ], [ 120.0221246, 30.2625401 ], [ 120.0221666, 30.2624483 ], [ 120.0221543, 30.2623587 ], [ 120.0220925, 30.2622776 ], [ 120.021922, 30.2621666 ], [ 120.0218231, 30.2621645 ], [ 120.0217218, 30.2622178 ], [ 120.0216526, 30.2623416 ], [ 120.0216106, 30.262474 ], [ 120.021665, 30.2626084 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.022258, 30.2628603 ], [ 120.0223668, 30.2629115 ], [ 120.022473, 30.262903 ], [ 120.0225397, 30.2628368 ], [ 120.022604, 30.2627557 ], [ 120.0226287, 30.2626575 ], [ 120.0226262, 30.2625849 ], [ 120.0225323, 30.2625209 ], [ 120.0223865, 30.2624569 ], [ 120.0223099, 30.2624996 ], [ 120.0222333, 30.2625935 ], [ 120.0221963, 30.2627109 ], [ 120.0221938, 30.262792 ], [ 120.022258, 30.2628603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0636872, 30.2626454 ], [ 120.0637669, 30.2626656 ], [ 120.0638512, 30.2626292 ], [ 120.0638746, 30.2625402 ], [ 120.0639309, 30.2624228 ], [ 120.0639824, 30.2623095 ], [ 120.0640339, 30.2622123 ], [ 120.0640152, 30.2621354 ], [ 120.0639074, 30.2621031 ], [ 120.0638559, 30.2621314 ], [ 120.0638184, 30.2622042 ], [ 120.0637762, 30.2623338 ], [ 120.0636778, 30.2625078 ], [ 120.0636638, 30.2625887 ], [ 120.0636872, 30.2626454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0539983, 30.2625181 ], [ 120.0539907, 30.2625907 ], [ 120.0540251, 30.2626633 ], [ 120.0540938, 30.2627293 ], [ 120.0542123, 30.2627755 ], [ 120.0542925, 30.2627755 ], [ 120.0543765, 30.2627755 ], [ 120.0544606, 30.2627623 ], [ 120.0544758, 30.2626699 ], [ 120.0543918, 30.2626402 ], [ 120.0542199, 30.2626237 ], [ 120.0541206, 30.2625907 ], [ 120.0540938, 30.2625214 ], [ 120.0541664, 30.2624785 ], [ 120.0542772, 30.2625016 ], [ 120.0544185, 30.2625247 ], [ 120.0545561, 30.2625379 ], [ 120.0546668, 30.2624983 ], [ 120.0547547, 30.2624093 ], [ 120.05477, 30.2623367 ], [ 120.0546668, 30.2623037 ], [ 120.054579, 30.2622707 ], [ 120.0544185, 30.2622608 ], [ 120.0542887, 30.2622146 ], [ 120.0542161, 30.2621981 ], [ 120.054155, 30.2622113 ], [ 120.0540709, 30.2622542 ], [ 120.0540595, 30.262307 ], [ 120.0540174, 30.2623664 ], [ 120.0539907, 30.2624555 ], [ 120.0539983, 30.2625181 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0642167, 30.2627506 ], [ 120.0642917, 30.2628073 ], [ 120.0643713, 30.2628194 ], [ 120.064465, 30.2627992 ], [ 120.0646009, 30.2625442 ], [ 120.0646525, 30.2624552 ], [ 120.0646571, 30.2623783 ], [ 120.0646197, 30.2623378 ], [ 120.0645494, 30.2623378 ], [ 120.0645166, 30.2622852 ], [ 120.0644275, 30.2622528 ], [ 120.0643338, 30.2622569 ], [ 120.0642823, 30.2622811 ], [ 120.0642589, 30.2623702 ], [ 120.0642495, 30.2624511 ], [ 120.0642261, 30.2626171 ], [ 120.0642026, 30.262694 ], [ 120.0642167, 30.2627506 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0626001, 30.2625806 ], [ 120.0626938, 30.2625968 ], [ 120.062736, 30.2626332 ], [ 120.0628063, 30.2626616 ], [ 120.0629187, 30.2626454 ], [ 120.0629703, 30.2626697 ], [ 120.0630125, 30.2626413 ], [ 120.0630874, 30.2626413 ], [ 120.0631109, 30.2626049 ], [ 120.0630265, 30.2625766 ], [ 120.0629, 30.2625604 ], [ 120.062811, 30.2625563 ], [ 120.0627501, 30.262524 ], [ 120.062647, 30.2624997 ], [ 120.0626001, 30.262528 ], [ 120.0626001, 30.2625806 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0544758, 30.2631648 ], [ 120.0545446, 30.2632176 ], [ 120.0546516, 30.2632473 ], [ 120.0547394, 30.2632968 ], [ 120.0548693, 30.2633562 ], [ 120.0549839, 30.2633958 ], [ 120.0550679, 30.2633991 ], [ 120.0551252, 30.2633463 ], [ 120.0551634, 30.2632968 ], [ 120.0551634, 30.2632077 ], [ 120.0550756, 30.2631582 ], [ 120.0549075, 30.2631021 ], [ 120.0547738, 30.2630592 ], [ 120.0546898, 30.2630197 ], [ 120.0546745, 30.2629537 ], [ 120.0547241, 30.2629306 ], [ 120.0548235, 30.2629702 ], [ 120.0549075, 30.2630065 ], [ 120.0550259, 30.2630427 ], [ 120.0550985, 30.2630328 ], [ 120.0550985, 30.26299 ], [ 120.0550183, 30.262924 ], [ 120.0550259, 30.2628415 ], [ 120.0550527, 30.2627491 ], [ 120.05511, 30.2627194 ], [ 120.0551978, 30.2626897 ], [ 120.0552207, 30.2626402 ], [ 120.0551787, 30.2625412 ], [ 120.0551367, 30.2624785 ], [ 120.0550297, 30.2624423 ], [ 120.0548999, 30.2624489 ], [ 120.0547967, 30.2624851 ], [ 120.0547318, 30.2625346 ], [ 120.0546974, 30.2626072 ], [ 120.0546668, 30.2627359 ], [ 120.0545752, 30.2628679 ], [ 120.0545446, 30.2629504 ], [ 120.0544682, 30.2630098 ], [ 120.0544606, 30.2630889 ], [ 120.0544758, 30.2631648 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.059109, 30.2631322 ], [ 120.0591496, 30.2631829 ], [ 120.0591857, 30.2631946 ], [ 120.0592849, 30.2631985 ], [ 120.0594429, 30.2632413 ], [ 120.059515, 30.2632141 ], [ 120.0595511, 30.2631478 ], [ 120.0595692, 30.263101 ], [ 120.0596414, 30.2630543 ], [ 120.0597677, 30.2630426 ], [ 120.0598038, 30.2630777 ], [ 120.0598625, 30.2631322 ], [ 120.0598895, 30.2630855 ], [ 120.0599572, 30.263066 ], [ 120.0600204, 30.2630426 ], [ 120.0599933, 30.2629958 ], [ 120.0599076, 30.2629763 ], [ 120.0597722, 30.2629491 ], [ 120.0596459, 30.2629179 ], [ 120.0594113, 30.2628438 ], [ 120.059294, 30.2628049 ], [ 120.0591992, 30.2628166 ], [ 120.0591451, 30.262836 ], [ 120.0591631, 30.2629023 ], [ 120.059127, 30.2629763 ], [ 120.0590819, 30.2630582 ], [ 120.059109, 30.2631322 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0528554, 30.2632387 ], [ 120.0529744, 30.2632234 ], [ 120.053096, 30.2630637 ], [ 120.0532074, 30.2629325 ], [ 120.0531872, 30.2628406 ], [ 120.0530808, 30.2628056 ], [ 120.0529871, 30.2628166 ], [ 120.0529593, 30.262915 ], [ 120.0528833, 30.26302 ], [ 120.0528453, 30.2631228 ], [ 120.0527491, 30.2631775 ], [ 120.0527364, 30.2632562 ], [ 120.0528554, 30.2632387 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0582923, 30.2628633 ], [ 120.0583059, 30.2629763 ], [ 120.0583871, 30.2630114 ], [ 120.0584728, 30.2630153 ], [ 120.0585585, 30.2629802 ], [ 120.0586172, 30.2627425 ], [ 120.0586442, 30.2626334 ], [ 120.058739, 30.26261 ], [ 120.0588428, 30.2626451 ], [ 120.0588924, 30.2627152 ], [ 120.0589104, 30.2627737 ], [ 120.0588834, 30.2630231 ], [ 120.0588428, 30.2633855 ], [ 120.0588292, 30.2634752 ], [ 120.0588292, 30.2635414 ], [ 120.0588473, 30.2635921 ], [ 120.0588789, 30.2635531 ], [ 120.0588698, 30.2634791 ], [ 120.0589556, 30.2627776 ], [ 120.058933, 30.2627035 ], [ 120.0589059, 30.2626451 ], [ 120.0588473, 30.2626139 ], [ 120.0587661, 30.2625866 ], [ 120.0586894, 30.2625905 ], [ 120.0586397, 30.2625243 ], [ 120.0585766, 30.262497 ], [ 120.0584502, 30.2624775 ], [ 120.058369, 30.2624892 ], [ 120.0583239, 30.2625555 ], [ 120.0582923, 30.2627386 ], [ 120.0582923, 30.2628633 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0586307, 30.2632842 ], [ 120.0586397, 30.2633466 ], [ 120.0586803, 30.2633699 ], [ 120.0587255, 30.263331 ], [ 120.0587209, 30.2632219 ], [ 120.058748, 30.2631127 ], [ 120.0587616, 30.2628555 ], [ 120.0587661, 30.2627737 ], [ 120.0587345, 30.2627503 ], [ 120.0586849, 30.2627659 ], [ 120.0586758, 30.2628399 ], [ 120.0586803, 30.2629802 ], [ 120.0586578, 30.2630816 ], [ 120.0586442, 30.2631166 ], [ 120.0586127, 30.2631829 ], [ 120.0586307, 30.2632842 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0576652, 30.2633388 ], [ 120.0578186, 30.2633777 ], [ 120.0579359, 30.2633621 ], [ 120.0579855, 30.2633154 ], [ 120.0579855, 30.2632374 ], [ 120.0579855, 30.26314 ], [ 120.057999, 30.2629452 ], [ 120.0579855, 30.2628711 ], [ 120.0579268, 30.2628672 ], [ 120.0578908, 30.2628984 ], [ 120.0578817, 30.2629763 ], [ 120.0578953, 30.2630816 ], [ 120.0578817, 30.2631673 ], [ 120.0577419, 30.2631946 ], [ 120.0576426, 30.2632102 ], [ 120.0576381, 30.2632764 ], [ 120.0576652, 30.2633388 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0446447, 30.2626956 ], [ 120.0446929, 30.2627105 ], [ 120.0447376, 30.2627016 ], [ 120.0448063, 30.2626897 ], [ 120.0448648, 30.262657 ], [ 120.0448889, 30.2626214 ], [ 120.0449301, 30.2625976 ], [ 120.0449989, 30.2626303 ], [ 120.0450952, 30.262654 ], [ 120.0451846, 30.2626303 ], [ 120.0452327, 30.2625917 ], [ 120.045274, 30.262556 ], [ 120.04529, 30.2624622 ], [ 120.0452878, 30.2624045 ], [ 120.045219, 30.262357 ], [ 120.0451227, 30.2623541 ], [ 120.0450161, 30.2623719 ], [ 120.0449301, 30.2623689 ], [ 120.0448614, 30.2623689 ], [ 120.0447582, 30.2623897 ], [ 120.0446997, 30.2624313 ], [ 120.0446413, 30.2625382 ], [ 120.0446084, 30.2626605 ], [ 120.0446447, 30.2626956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.050071, 30.2626911 ], [ 120.050258, 30.2627449 ], [ 120.0504638, 30.2627719 ], [ 120.0505635, 30.2626857 ], [ 120.0505074, 30.2625942 ], [ 120.0502892, 30.2625511 ], [ 120.050096, 30.262508 ], [ 120.0499962, 30.2625349 ], [ 120.0499837, 30.2626265 ], [ 120.050071, 30.2626911 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0514018, 30.2626503 ], [ 120.0514575, 30.2626503 ], [ 120.0515031, 30.2626088 ], [ 120.0515512, 30.2625497 ], [ 120.0516145, 30.2625584 ], [ 120.0516348, 30.2626044 ], [ 120.051655, 30.2626394 ], [ 120.0517031, 30.2626394 ], [ 120.0517361, 30.2626788 ], [ 120.0517842, 30.2627247 ], [ 120.0518171, 30.2627269 ], [ 120.0518171, 30.2626744 ], [ 120.0518196, 30.2626241 ], [ 120.0518526, 30.2625869 ], [ 120.051926, 30.2625891 ], [ 120.051964, 30.2626394 ], [ 120.0519564, 30.2626941 ], [ 120.0519311, 30.2627356 ], [ 120.0519361, 30.2627772 ], [ 120.0519209, 30.2628319 ], [ 120.0519032, 30.2628997 ], [ 120.0518779, 30.2629369 ], [ 120.0518728, 30.2629828 ], [ 120.0518779, 30.2630156 ], [ 120.0519159, 30.2630375 ], [ 120.0519615, 30.2630375 ], [ 120.0520273, 30.2630134 ], [ 120.0520931, 30.2630375 ], [ 120.052159, 30.26302 ], [ 120.0521868, 30.2629675 ], [ 120.0522071, 30.2628428 ], [ 120.0522324, 30.2627881 ], [ 120.0522198, 30.2627203 ], [ 120.0521463, 30.2626153 ], [ 120.0520501, 30.2625891 ], [ 120.0518956, 30.2625453 ], [ 120.051812, 30.2625147 ], [ 120.0517437, 30.2625147 ], [ 120.0517437, 30.2624644 ], [ 120.0518298, 30.2624206 ], [ 120.0517614, 30.2624228 ], [ 120.0516803, 30.2623922 ], [ 120.0516576, 30.2623988 ], [ 120.0515841, 30.2623616 ], [ 120.0515816, 30.2623091 ], [ 120.0515309, 30.2622806 ], [ 120.0514752, 30.2622916 ], [ 120.0514727, 30.2623353 ], [ 120.0514853, 30.2623703 ], [ 120.0514853, 30.2624228 ], [ 120.0514322, 30.2625016 ], [ 120.0513815, 30.2625869 ], [ 120.0514018, 30.2626503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0485327, 30.2629747 ], [ 120.048593, 30.2630137 ], [ 120.0486759, 30.2630094 ], [ 120.0487362, 30.2629812 ], [ 120.0487362, 30.2629573 ], [ 120.0488191, 30.2629118 ], [ 120.0489196, 30.2628749 ], [ 120.0489598, 30.2628185 ], [ 120.048907, 30.2627707 ], [ 120.0488593, 30.2627056 ], [ 120.0488216, 30.2626535 ], [ 120.0487663, 30.2625884 ], [ 120.0487412, 30.2625364 ], [ 120.0487412, 30.2624669 ], [ 120.0487613, 30.2623867 ], [ 120.0487136, 30.2623498 ], [ 120.0486533, 30.2623476 ], [ 120.0486206, 30.262391 ], [ 120.0486106, 30.2624756 ], [ 120.0485779, 30.2626101 ], [ 120.0485226, 30.2627165 ], [ 120.0485176, 30.262825 ], [ 120.0485327, 30.2629747 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0507027, 30.2627712 ], [ 120.0507381, 30.2628768 ], [ 120.0508732, 30.2628907 ], [ 120.0510694, 30.2629157 ], [ 120.0511787, 30.2629268 ], [ 120.0512559, 30.2628462 ], [ 120.0512141, 30.2627323 ], [ 120.0510726, 30.2626823 ], [ 120.0508861, 30.2626629 ], [ 120.0507638, 30.262649 ], [ 120.0507027, 30.2626823 ], [ 120.0507027, 30.2627712 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0468643, 30.2632613 ], [ 120.0469792, 30.2632999 ], [ 120.0471132, 30.2633523 ], [ 120.047244, 30.2633192 ], [ 120.0472759, 30.2631539 ], [ 120.0473334, 30.2630023 ], [ 120.0473844, 30.2628369 ], [ 120.0474482, 30.2626991 ], [ 120.0474451, 30.2625338 ], [ 120.0473812, 30.2624814 ], [ 120.0472408, 30.2624814 ], [ 120.0471164, 30.2624373 ], [ 120.0470111, 30.2624483 ], [ 120.0469473, 30.2625117 ], [ 120.046976, 30.2626743 ], [ 120.0469696, 30.2628424 ], [ 120.0469058, 30.2629665 ], [ 120.0468803, 30.263085 ], [ 120.046842, 30.2631676 ], [ 120.0468643, 30.2632613 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0432245, 30.2629273 ], [ 120.0432451, 30.2629867 ], [ 120.0433036, 30.263058 ], [ 120.0432829, 30.2631293 ], [ 120.0432589, 30.2631827 ], [ 120.0432417, 30.2632303 ], [ 120.0433208, 30.2632718 ], [ 120.0433586, 30.2633194 ], [ 120.0434642, 30.2633309 ], [ 120.0436268, 30.2633045 ], [ 120.0436165, 30.2631946 ], [ 120.0436337, 30.2630817 ], [ 120.0436371, 30.2629718 ], [ 120.0436371, 30.2629065 ], [ 120.0436028, 30.2628501 ], [ 120.0435821, 30.2628144 ], [ 120.0435924, 30.2627342 ], [ 120.0436956, 30.2626422 ], [ 120.043871, 30.2626095 ], [ 120.0439641, 30.2625749 ], [ 120.0438435, 30.2624669 ], [ 120.0437713, 30.2624639 ], [ 120.0436578, 30.2625026 ], [ 120.0435237, 30.2625055 ], [ 120.0433689, 30.2625531 ], [ 120.0433242, 30.2626214 ], [ 120.0433861, 30.2626481 ], [ 120.043393, 30.2627342 ], [ 120.0433311, 30.2628026 ], [ 120.0432417, 30.2628144 ], [ 120.0432107, 30.2628412 ], [ 120.0432245, 30.2629273 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0409135, 30.263055 ], [ 120.0409739, 30.2630695 ], [ 120.0410512, 30.2630942 ], [ 120.0411268, 30.2630869 ], [ 120.0411436, 30.2630623 ], [ 120.0411571, 30.2630115 ], [ 120.0411117, 30.262981 ], [ 120.0410731, 30.2629404 ], [ 120.0410479, 30.2628882 ], [ 120.0409756, 30.2628751 ], [ 120.0409235, 30.2629128 ], [ 120.0408967, 30.2629694 ], [ 120.0408899, 30.2630202 ], [ 120.0409135, 30.263055 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0416527, 30.2636094 ], [ 120.04169, 30.2634777 ], [ 120.0417181, 30.2633406 ], [ 120.0417865, 30.2631685 ], [ 120.0418301, 30.2630475 ], [ 120.0418986, 30.2629588 ], [ 120.0418924, 30.2628217 ], [ 120.0419079, 30.2626953 ], [ 120.0419142, 30.2625636 ], [ 120.0419079, 30.2624587 ], [ 120.0418799, 30.2623861 ], [ 120.0418395, 30.2624883 ], [ 120.0418395, 30.2625743 ], [ 120.0418395, 30.2626469 ], [ 120.0418301, 30.2627303 ], [ 120.041827, 30.2628405 ], [ 120.0418332, 30.2629238 ], [ 120.0418083, 30.2630153 ], [ 120.0417647, 30.2630529 ], [ 120.0417616, 30.2631255 ], [ 120.0417212, 30.2631712 ], [ 120.0416651, 30.2631954 ], [ 120.0416247, 30.263225 ], [ 120.041634, 30.2632787 ], [ 120.0416558, 30.2633379 ], [ 120.0416465, 30.2634105 ], [ 120.0416496, 30.2634777 ], [ 120.0416402, 30.2635395 ], [ 120.0416216, 30.2635852 ], [ 120.0416527, 30.2636094 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0444006, 30.2630372 ], [ 120.0445072, 30.263055 ], [ 120.0445897, 30.263052 ], [ 120.0446653, 30.2630699 ], [ 120.0447135, 30.2631085 ], [ 120.0447444, 30.263156 ], [ 120.0447169, 30.2632065 ], [ 120.0446481, 30.2632006 ], [ 120.0445897, 30.2631174 ], [ 120.0445175, 30.2631174 ], [ 120.0445072, 30.2631916 ], [ 120.0444418, 30.2632243 ], [ 120.0444418, 30.2633075 ], [ 120.0444934, 30.2633728 ], [ 120.0446344, 30.2633728 ], [ 120.0447685, 30.2634322 ], [ 120.0448785, 30.2634293 ], [ 120.0449852, 30.2634055 ], [ 120.0450195, 30.2633283 ], [ 120.045023, 30.2632778 ], [ 120.0450161, 30.2632392 ], [ 120.0449301, 30.2632303 ], [ 120.0448854, 30.2632065 ], [ 120.0448338, 30.2631709 ], [ 120.0447754, 30.2631382 ], [ 120.0447444, 30.2630936 ], [ 120.0446929, 30.263052 ], [ 120.0446894, 30.2629956 ], [ 120.0447204, 30.26296 ], [ 120.0447479, 30.2629659 ], [ 120.0447582, 30.2630372 ], [ 120.0448166, 30.2631055 ], [ 120.0449233, 30.2631233 ], [ 120.0449748, 30.2631144 ], [ 120.0450539, 30.2630817 ], [ 120.0451124, 30.2630669 ], [ 120.0451537, 30.2630342 ], [ 120.0451571, 30.2629926 ], [ 120.0451399, 30.2629481 ], [ 120.0450711, 30.2628946 ], [ 120.044992, 30.262856 ], [ 120.044992, 30.2628055 ], [ 120.044992, 30.2627728 ], [ 120.0449611, 30.2627164 ], [ 120.0448717, 30.2627224 ], [ 120.0447926, 30.262755 ], [ 120.0447651, 30.2628026 ], [ 120.0447444, 30.262862 ], [ 120.0446997, 30.2629035 ], [ 120.044631, 30.2628976 ], [ 120.0445691, 30.2628709 ], [ 120.0445484, 30.2628085 ], [ 120.0445484, 30.262755 ], [ 120.0445828, 30.2626956 ], [ 120.0446084, 30.2626605 ], [ 120.0444509, 30.2626341 ], [ 120.0444625, 30.2627342 ], [ 120.0444212, 30.2627966 ], [ 120.0443455, 30.2628857 ], [ 120.0443421, 30.2630045 ], [ 120.0444006, 30.2630372 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0438263, 30.2633788 ], [ 120.0439226, 30.2634144 ], [ 120.0441323, 30.2634144 ], [ 120.044263, 30.2634293 ], [ 120.044373, 30.2634114 ], [ 120.0443937, 30.2632986 ], [ 120.0443937, 30.2632303 ], [ 120.0443421, 30.2632006 ], [ 120.0442321, 30.2631649 ], [ 120.0442114, 30.2630996 ], [ 120.0442114, 30.2630164 ], [ 120.0442011, 30.2629511 ], [ 120.0440739, 30.2629303 ], [ 120.0439226, 30.2629243 ], [ 120.0438091, 30.2629629 ], [ 120.0437884, 30.2630758 ], [ 120.0437953, 30.2631946 ], [ 120.0437781, 30.2632986 ], [ 120.0438263, 30.2633788 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.049884, 30.2634665 ], [ 120.050096, 30.2635365 ], [ 120.0503827, 30.2635688 ], [ 120.0504326, 30.2634988 ], [ 120.0504326, 30.2633372 ], [ 120.0505448, 30.2631757 ], [ 120.0505573, 30.2630034 ], [ 120.0506009, 30.2628742 ], [ 120.0504513, 30.2628849 ], [ 120.0503142, 30.2628796 ], [ 120.0501957, 30.2628419 ], [ 120.0500648, 30.2627934 ], [ 120.0499837, 30.2628257 ], [ 120.0499588, 30.2630411 ], [ 120.0498778, 30.2631865 ], [ 120.0498279, 30.2632834 ], [ 120.0498216, 30.2633696 ], [ 120.049884, 30.2634665 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0520881, 30.2635799 ], [ 120.0521514, 30.2635931 ], [ 120.0522198, 30.2635865 ], [ 120.0522755, 30.2635406 ], [ 120.0523211, 30.2634859 ], [ 120.0523591, 30.2634159 ], [ 120.0523844, 30.263335 ], [ 120.0524072, 30.2632606 ], [ 120.0524046, 30.2631775 ], [ 120.0523945, 30.2630856 ], [ 120.052392, 30.2630156 ], [ 120.0524604, 30.2629719 ], [ 120.0524983, 30.2629062 ], [ 120.0525566, 30.2628931 ], [ 120.0526148, 30.2628931 ], [ 120.0526351, 30.2629062 ], [ 120.0526351, 30.2629544 ], [ 120.0526047, 30.2629959 ], [ 120.0526148, 30.2630353 ], [ 120.0526706, 30.2630353 ], [ 120.0527085, 30.2629784 ], [ 120.0527212, 30.2629216 ], [ 120.0527288, 30.2628341 ], [ 120.0526959, 30.2627728 ], [ 120.052625, 30.2628056 ], [ 120.0525591, 30.2628384 ], [ 120.0525009, 30.2628122 ], [ 120.0524401, 30.2627772 ], [ 120.0523692, 30.2627816 ], [ 120.0523211, 30.2628603 ], [ 120.0523033, 30.2629478 ], [ 120.0522679, 30.2630484 ], [ 120.052278, 30.2631468 ], [ 120.0522603, 30.2632387 ], [ 120.0522274, 30.2633175 ], [ 120.0521944, 30.2633765 ], [ 120.0521058, 30.2634881 ], [ 120.0520577, 30.2635099 ], [ 120.0520425, 30.2635493 ], [ 120.0520881, 30.2635799 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0513309, 30.263324 ], [ 120.0514195, 30.263335 ], [ 120.0514879, 30.2633415 ], [ 120.0515563, 30.2633546 ], [ 120.0516398, 30.2633371 ], [ 120.0516854, 30.2632475 ], [ 120.0517107, 30.2631512 ], [ 120.0516879, 30.2631031 ], [ 120.0516373, 30.2630703 ], [ 120.0515411, 30.2630725 ], [ 120.0514626, 30.2631337 ], [ 120.0513714, 30.2631622 ], [ 120.0513359, 30.2632497 ], [ 120.0513283, 30.2632978 ], [ 120.0513309, 30.263324 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0473972, 30.2634405 ], [ 120.0474802, 30.2635259 ], [ 120.0476046, 30.2635369 ], [ 120.0477769, 30.2635948 ], [ 120.0480345, 30.2635749 ], [ 120.0482071, 30.263569 ], [ 120.0483209, 30.2635713 ], [ 120.0484814, 30.2635737 ], [ 120.0486352, 30.2635976 ], [ 120.0487756, 30.2635066 ], [ 120.0488394, 30.2633413 ], [ 120.0488075, 30.2631539 ], [ 120.0487437, 30.2630795 ], [ 120.0486129, 30.2630767 ], [ 120.0485299, 30.2630464 ], [ 120.048415, 30.2629968 ], [ 120.0483672, 30.2630298 ], [ 120.0483098, 30.2630161 ], [ 120.0482938, 30.262994 ], [ 120.0481502, 30.2629196 ], [ 120.0479652, 30.2628783 ], [ 120.0477897, 30.2628424 ], [ 120.0477664, 30.2628585 ], [ 120.047678, 30.2629196 ], [ 120.0475504, 30.2629334 ], [ 120.047477, 30.263005 ], [ 120.0474419, 30.2631346 ], [ 120.0474036, 30.2632255 ], [ 120.0473812, 30.263322 ], [ 120.0473972, 30.2634405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0454891, 30.2632669 ], [ 120.0455146, 30.2633909 ], [ 120.045588, 30.2635149 ], [ 120.0456327, 30.2635232 ], [ 120.0457029, 30.2635783 ], [ 120.0458178, 30.2635755 ], [ 120.0458912, 30.2634653 ], [ 120.0459294, 30.2633109 ], [ 120.0459837, 30.2632393 ], [ 120.0460028, 30.2631318 ], [ 120.0459965, 30.2630574 ], [ 120.0458624, 30.2629692 ], [ 120.0457859, 30.2628976 ], [ 120.0456455, 30.2628976 ], [ 120.0455083, 30.2629554 ], [ 120.0454732, 30.263085 ], [ 120.0454891, 30.2632669 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0411621, 30.2633716 ], [ 120.0412415, 30.2633859 ], [ 120.0413573, 30.2634659 ], [ 120.0414466, 30.2634973 ], [ 120.0416153, 30.2634888 ], [ 120.0415988, 30.2633802 ], [ 120.041526, 30.2633002 ], [ 120.0413407, 30.263263 ], [ 120.0412348, 30.263263 ], [ 120.0411257, 30.2632401 ], [ 120.0410165, 30.2632544 ], [ 120.0410099, 30.2633316 ], [ 120.0411621, 30.2633716 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0517234, 30.2635843 ], [ 120.0517918, 30.2635953 ], [ 120.0518348, 30.2635865 ], [ 120.0519057, 30.2635843 ], [ 120.0519893, 30.2635603 ], [ 120.0520222, 30.2635187 ], [ 120.0520501, 30.2634596 ], [ 120.0520982, 30.2633875 ], [ 120.0521159, 30.2633065 ], [ 120.0521083, 30.26323 ], [ 120.0520628, 30.2631818 ], [ 120.0519792, 30.2631534 ], [ 120.051888, 30.2631534 ], [ 120.0518222, 30.2631709 ], [ 120.0518019, 30.2632343 ], [ 120.0517462, 30.2633043 ], [ 120.0517538, 30.2633831 ], [ 120.0517361, 30.26344 ], [ 120.0517183, 30.2635406 ], [ 120.0517234, 30.2635843 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0498632, 30.2637644 ], [ 120.0499937, 30.2637503 ], [ 120.0501649, 30.2637714 ], [ 120.0502791, 30.2637996 ], [ 120.0503647, 30.263782 ], [ 120.0503932, 30.2637397 ], [ 120.0506012, 30.2638383 ], [ 120.050911, 30.2638665 ], [ 120.0510497, 30.2637608 ], [ 120.0509477, 30.2635671 ], [ 120.0509926, 30.2634368 ], [ 120.0511149, 30.2632256 ], [ 120.0511271, 30.2630495 ], [ 120.0509396, 30.2629403 ], [ 120.050699, 30.2629403 ], [ 120.0506216, 30.2632115 ], [ 120.0505156, 30.2635566 ], [ 120.0503892, 30.2636517 ], [ 120.0501486, 30.2636024 ], [ 120.0499407, 30.263546 ], [ 120.0498306, 30.2635812 ], [ 120.0498183, 30.263701 ], [ 120.0498632, 30.2637644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0459614, 30.2636389 ], [ 120.046022, 30.2636913 ], [ 120.0460762, 30.2637078 ], [ 120.0461879, 30.2637188 ], [ 120.0462294, 30.2637574 ], [ 120.0464208, 30.2637602 ], [ 120.0465293, 30.2636279 ], [ 120.0465604, 30.2635888 ], [ 120.0466346, 30.2634956 ], [ 120.0467016, 30.2633192 ], [ 120.0467335, 30.2631869 ], [ 120.0466314, 30.2631373 ], [ 120.0464527, 30.2631373 ], [ 120.0463251, 30.263118 ], [ 120.0461943, 30.2631483 ], [ 120.0460954, 30.2632283 ], [ 120.0460411, 30.2634074 ], [ 120.0459614, 30.263548 ], [ 120.0459614, 30.2636389 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0575478, 30.2636583 ], [ 120.057593, 30.2636934 ], [ 120.0578456, 30.2636622 ], [ 120.0580081, 30.2636349 ], [ 120.0581434, 30.2636038 ], [ 120.058175, 30.2635687 ], [ 120.058175, 30.2634985 ], [ 120.0581931, 30.2633816 ], [ 120.0581885, 30.2629919 ], [ 120.0582021, 30.2628166 ], [ 120.058157, 30.2627659 ], [ 120.0580757, 30.2627737 ], [ 120.0580667, 30.2628205 ], [ 120.0580757, 30.2628789 ], [ 120.0580803, 30.2629646 ], [ 120.0580803, 30.2631166 ], [ 120.0580712, 30.2632764 ], [ 120.0580893, 30.2633621 ], [ 120.0580577, 30.2634284 ], [ 120.0580081, 30.2634596 ], [ 120.0578862, 30.2634557 ], [ 120.0576967, 30.2634401 ], [ 120.057611, 30.263444 ], [ 120.0575704, 30.2634869 ], [ 120.0575433, 30.2636038 ], [ 120.0575478, 30.2636583 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0640339, 30.2635358 ], [ 120.0641323, 30.2634589 ], [ 120.0641651, 30.2634265 ], [ 120.0642261, 30.2633901 ], [ 120.0642776, 30.2633496 ], [ 120.0642917, 30.2632403 ], [ 120.0643198, 30.2631149 ], [ 120.0643291, 30.2630461 ], [ 120.0642729, 30.2630218 ], [ 120.0641839, 30.2630056 ], [ 120.0641277, 30.2630299 ], [ 120.0640855, 30.2631027 ], [ 120.0640527, 30.2631998 ], [ 120.064048, 30.2633091 ], [ 120.0639824, 30.2634143 ], [ 120.063973, 30.2634831 ], [ 120.0640339, 30.2635358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0582698, 30.2635609 ], [ 120.0582788, 30.2636116 ], [ 120.0583284, 30.2636388 ], [ 120.0584863, 30.2636466 ], [ 120.0585224, 30.2636232 ], [ 120.0585314, 30.2635726 ], [ 120.0585405, 30.2635063 ], [ 120.0585675, 30.2634596 ], [ 120.0586488, 30.2634518 ], [ 120.0586488, 30.2634128 ], [ 120.0585946, 30.2634011 ], [ 120.0585269, 30.2633582 ], [ 120.0584999, 30.2632803 ], [ 120.0584863, 30.263179 ], [ 120.0584547, 30.2631439 ], [ 120.0583555, 30.2631439 ], [ 120.0582878, 30.2631478 ], [ 120.0582607, 30.2631829 ], [ 120.0582652, 30.2632725 ], [ 120.0582562, 30.2634752 ], [ 120.0582698, 30.2635609 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0590323, 30.2634907 ], [ 120.0590999, 30.2635258 ], [ 120.0593842, 30.2635492 ], [ 120.059488, 30.2635297 ], [ 120.0596188, 30.2635258 ], [ 120.0597136, 30.2634985 ], [ 120.0597948, 30.2634985 ], [ 120.0598489, 30.263444 ], [ 120.0598354, 30.2633738 ], [ 120.0597587, 30.2633505 ], [ 120.0595647, 30.2633427 ], [ 120.0594158, 30.2633076 ], [ 120.0591857, 30.2632452 ], [ 120.0591045, 30.2632452 ], [ 120.0590503, 30.2633037 ], [ 120.0590323, 30.2634284 ], [ 120.0590323, 30.2634907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.060061, 30.2635375 ], [ 120.0604896, 30.2636155 ], [ 120.0605438, 30.2636155 ], [ 120.0605753, 30.2635648 ], [ 120.0605889, 30.2635141 ], [ 120.0605979, 30.2634362 ], [ 120.0605483, 30.263405 ], [ 120.0604445, 30.2633972 ], [ 120.0603588, 30.263366 ], [ 120.0602234, 30.2632881 ], [ 120.0601467, 30.2632959 ], [ 120.0601151, 30.2633505 ], [ 120.0600835, 30.2634206 ], [ 120.0600429, 30.2634596 ], [ 120.0600294, 30.2635063 ], [ 120.060061, 30.2635375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.061452, 30.2637788 ], [ 120.0615328, 30.2637582 ], [ 120.0615803, 30.2636967 ], [ 120.0616516, 30.2636721 ], [ 120.0617799, 30.2636926 ], [ 120.0617942, 30.2635571 ], [ 120.0618607, 30.2633027 ], [ 120.0618417, 30.2632411 ], [ 120.0617561, 30.2632206 ], [ 120.0616469, 30.2632165 ], [ 120.0615851, 30.2632206 ], [ 120.0615043, 30.263278 ], [ 120.0614568, 30.2633765 ], [ 120.061414, 30.2635243 ], [ 120.0614283, 30.2636105 ], [ 120.0614045, 30.2637049 ], [ 120.061452, 30.2637788 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0566215, 30.2636573 ], [ 120.0566519, 30.2635972 ], [ 120.0566737, 30.2635558 ], [ 120.0566998, 30.2634994 ], [ 120.056752, 30.263507 ], [ 120.0567303, 30.2634243 ], [ 120.0566476, 30.2634168 ], [ 120.0565997, 30.2634356 ], [ 120.0565823, 30.2635182 ], [ 120.0565649, 30.263631 ], [ 120.0566215, 30.2636573 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0537031, 30.263695 ], [ 120.0537683, 30.2637304 ], [ 120.0538505, 30.2637033 ], [ 120.0539471, 30.2637033 ], [ 120.0540317, 30.2637471 ], [ 120.0540244, 30.2638452 ], [ 120.0539833, 30.263912 ], [ 120.0539833, 30.2639642 ], [ 120.0540413, 30.2640017 ], [ 120.0540872, 30.2640038 ], [ 120.0542515, 30.2640101 ], [ 120.0543771, 30.2640017 ], [ 120.054423, 30.2639662 ], [ 120.054452, 30.2639099 ], [ 120.0544351, 30.2638097 ], [ 120.0543916, 30.2637346 ], [ 120.0542974, 30.2637096 ], [ 120.0541669, 30.2636929 ], [ 120.0540462, 30.2636845 ], [ 120.0539471, 30.2635781 ], [ 120.0538843, 30.2635197 ], [ 120.0537756, 30.2634592 ], [ 120.0537103, 30.2634926 ], [ 120.0536838, 30.2635969 ], [ 120.0537031, 30.263695 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0565997, 30.2638001 ], [ 120.0566606, 30.2638189 ], [ 120.0567172, 30.2637888 ], [ 120.0567303, 30.2637325 ], [ 120.0566868, 30.2637099 ], [ 120.0566389, 30.2637024 ], [ 120.056591, 30.2637362 ], [ 120.0565562, 30.26377 ], [ 120.0565997, 30.2638001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0575298, 30.2638688 ], [ 120.0575975, 30.2638649 ], [ 120.0576787, 30.2638259 ], [ 120.0577599, 30.2638103 ], [ 120.0578186, 30.2638298 ], [ 120.0579043, 30.2638298 ], [ 120.057981, 30.2638571 ], [ 120.0580261, 30.2638882 ], [ 120.0580893, 30.2638882 ], [ 120.0581479, 30.2638688 ], [ 120.0581479, 30.2637791 ], [ 120.0581344, 30.2637129 ], [ 120.0580396, 30.2636739 ], [ 120.0579494, 30.2637012 ], [ 120.0578231, 30.2637207 ], [ 120.0576291, 30.2637518 ], [ 120.0575433, 30.2637635 ], [ 120.0575118, 30.2637908 ], [ 120.0575072, 30.2638415 ], [ 120.0575298, 30.2638688 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0511105, 30.263719 ], [ 120.0510945, 30.2637809 ], [ 120.0511244, 30.2637603 ], [ 120.0511304, 30.2637087 ], [ 120.0511583, 30.2636502 ], [ 120.0511762, 30.263571 ], [ 120.051234, 30.2635022 ], [ 120.05122, 30.2634471 ], [ 120.05122, 30.2633714 ], [ 120.0512499, 30.2632063 ], [ 120.0511603, 30.2632045 ], [ 120.0511463, 30.2632923 ], [ 120.0511782, 30.2633439 ], [ 120.0511503, 30.2633938 ], [ 120.0511384, 30.2634643 ], [ 120.0511384, 30.2635297 ], [ 120.0510965, 30.2636519 ], [ 120.0510866, 30.2636915 ], [ 120.0511105, 30.263719 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0420405, 30.2640949 ], [ 120.0421702, 30.2641254 ], [ 120.0421584, 30.2642222 ], [ 120.0421231, 30.2642883 ], [ 120.0420523, 30.2643749 ], [ 120.0421466, 30.2644462 ], [ 120.0422469, 30.2644869 ], [ 120.042353, 30.2644716 ], [ 120.042353, 30.2644156 ], [ 120.042353, 30.2642629 ], [ 120.0423824, 30.2640388 ], [ 120.0423824, 30.2638555 ], [ 120.0423883, 30.2637181 ], [ 120.0424119, 30.2635704 ], [ 120.0425298, 30.2635093 ], [ 120.0425298, 30.2633565 ], [ 120.0426536, 30.2632954 ], [ 120.0429366, 30.2632802 ], [ 120.042972, 30.2631121 ], [ 120.042972, 30.2629288 ], [ 120.0429425, 30.2627863 ], [ 120.0429307, 30.2626793 ], [ 120.0428894, 30.2626284 ], [ 120.0427597, 30.2627303 ], [ 120.0427126, 30.2627608 ], [ 120.0425593, 30.2628525 ], [ 120.0424473, 30.2630154 ], [ 120.0424355, 30.2630918 ], [ 120.0423766, 30.2631885 ], [ 120.0422999, 30.2633311 ], [ 120.042294, 30.2635246 ], [ 120.0422528, 30.2636366 ], [ 120.0421879, 30.2637537 ], [ 120.0421466, 30.2638352 ], [ 120.0420641, 30.2639421 ], [ 120.0419993, 30.2640439 ], [ 120.0420405, 30.2640949 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0427846, 30.2635297 ], [ 120.0429188, 30.2635181 ], [ 120.0430664, 30.2635258 ], [ 120.0432185, 30.2635142 ], [ 120.0433169, 30.2635567 ], [ 120.0434153, 30.2635799 ], [ 120.0434511, 30.2636688 ], [ 120.0433393, 30.2637074 ], [ 120.0431961, 30.2636997 ], [ 120.0430127, 30.2637151 ], [ 120.0428428, 30.2637306 ], [ 120.0428562, 30.2638117 ], [ 120.0430575, 30.263804 ], [ 120.0432453, 30.263831 ], [ 120.0433706, 30.2638619 ], [ 120.0434847, 30.2639017 ], [ 120.0435367, 30.2636651 ], [ 120.0434706, 30.2634721 ], [ 120.0434676, 30.2634053 ], [ 120.0433706, 30.2634176 ], [ 120.0432498, 30.2634254 ], [ 120.0431201, 30.2633983 ], [ 120.0430217, 30.2633829 ], [ 120.0428875, 30.2634138 ], [ 120.0427891, 30.2633867 ], [ 120.0426504, 30.2634022 ], [ 120.042637, 30.2634833 ], [ 120.0427846, 30.2635297 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.043816, 30.263753 ], [ 120.0439191, 30.2637679 ], [ 120.0440601, 30.2637768 ], [ 120.0442149, 30.2637738 ], [ 120.0442664, 30.2637203 ], [ 120.0443593, 30.2637174 ], [ 120.0443421, 30.263753 ], [ 120.0443765, 30.2637857 ], [ 120.0445106, 30.263857 ], [ 120.044686, 30.2638599 ], [ 120.0448442, 30.2638421 ], [ 120.0448854, 30.2637471 ], [ 120.0449026, 30.263649 ], [ 120.0448648, 30.2635718 ], [ 120.0446791, 30.263554 ], [ 120.0444865, 30.263551 ], [ 120.0444006, 30.2635481 ], [ 120.0442217, 30.2635481 ], [ 120.0440429, 30.2635154 ], [ 120.0438985, 30.2635094 ], [ 120.0438022, 30.263554 ], [ 120.0437678, 30.2636609 ], [ 120.043816, 30.263753 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0465676, 30.264022 ], [ 120.0466314, 30.2640578 ], [ 120.0467176, 30.2640798 ], [ 120.0468548, 30.2641239 ], [ 120.046992, 30.2641928 ], [ 120.0471356, 30.2642424 ], [ 120.0472472, 30.264248 ], [ 120.0472705, 30.2641517 ], [ 120.0472504, 30.2640523 ], [ 120.047193, 30.2640054 ], [ 120.0471579, 30.2638621 ], [ 120.047177, 30.2637574 ], [ 120.0472121, 30.2636554 ], [ 120.0472345, 30.2635424 ], [ 120.0471515, 30.2634543 ], [ 120.0470845, 30.2634157 ], [ 120.0469664, 30.2633606 ], [ 120.0468548, 30.2633413 ], [ 120.0467846, 30.263355 ], [ 120.0467271, 30.2634487 ], [ 120.0467335, 30.2635507 ], [ 120.0467846, 30.2636031 ], [ 120.0467208, 30.2636334 ], [ 120.046625, 30.2637078 ], [ 120.0465899, 30.263818 ], [ 120.0465006, 30.2639263 ], [ 120.0465676, 30.264022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0514386, 30.2637694 ], [ 120.051531, 30.2638253 ], [ 120.0516234, 30.2638492 ], [ 120.0517128, 30.2639503 ], [ 120.0517159, 30.2640834 ], [ 120.0518484, 30.2640887 ], [ 120.0519038, 30.2639716 ], [ 120.0519962, 30.2639024 ], [ 120.0521688, 30.2638918 ], [ 120.0523198, 30.263945 ], [ 120.0524615, 30.2639982 ], [ 120.0526032, 30.2639876 ], [ 120.0526648, 30.2639104 ], [ 120.052597, 30.2638226 ], [ 120.052406, 30.2637987 ], [ 120.0523074, 30.2637694 ], [ 120.052215, 30.2637241 ], [ 120.0520671, 30.2636949 ], [ 120.0519439, 30.2637188 ], [ 120.0518083, 30.2636949 ], [ 120.0516265, 30.2637002 ], [ 120.0514817, 30.2636629 ], [ 120.0514324, 30.2636949 ], [ 120.0514386, 30.2637694 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0437575, 30.2642639 ], [ 120.0438882, 30.2642728 ], [ 120.0440498, 30.2642579 ], [ 120.0440911, 30.2641213 ], [ 120.0441151, 30.26405 ], [ 120.0441151, 30.2639134 ], [ 120.0440704, 30.263848 ], [ 120.0439329, 30.263857 ], [ 120.0438503, 30.2639223 ], [ 120.043816, 30.2640352 ], [ 120.0437713, 30.2640975 ], [ 120.0437162, 30.2641896 ], [ 120.0437575, 30.2642639 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0425062, 30.2645022 ], [ 120.0425833, 30.2645244 ], [ 120.0426772, 30.2645175 ], [ 120.0427126, 30.2643444 ], [ 120.0427715, 30.2641916 ], [ 120.0427715, 30.2640338 ], [ 120.0428128, 30.2638912 ], [ 120.0428069, 30.2637639 ], [ 120.0426949, 30.2636417 ], [ 120.0425121, 30.2636519 ], [ 120.0425004, 30.2637537 ], [ 120.0425475, 30.2638555 ], [ 120.042577, 30.2639981 ], [ 120.0425888, 30.2641661 ], [ 120.042518, 30.2642578 ], [ 120.0424886, 30.2643749 ], [ 120.0425062, 30.2645022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0503079, 30.2642022 ], [ 120.0502987, 30.2642737 ], [ 120.0503447, 30.2642796 ], [ 120.0503654, 30.264234 ], [ 120.0503906, 30.2641844 ], [ 120.0504503, 30.2641308 ], [ 120.0504687, 30.2640614 ], [ 120.0505238, 30.2640495 ], [ 120.0505974, 30.2640773 ], [ 120.05068, 30.2640892 ], [ 120.0507099, 30.2640217 ], [ 120.0506755, 30.2639781 ], [ 120.0505905, 30.2639741 ], [ 120.0504825, 30.2639761 ], [ 120.0504503, 30.2639245 ], [ 120.0502941, 30.2639384 ], [ 120.0502941, 30.2640019 ], [ 120.0503424, 30.2640495 ], [ 120.0503355, 30.2641507 ], [ 120.0502781, 30.2641407 ], [ 120.0502666, 30.2641705 ], [ 120.0503079, 30.2642022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0428854, 30.2643795 ], [ 120.0428931, 30.2644162 ], [ 120.0429047, 30.2644395 ], [ 120.0429548, 30.2644428 ], [ 120.0430126, 30.2644162 ], [ 120.0430164, 30.2643762 ], [ 120.0430396, 30.2643329 ], [ 120.0430396, 30.2642664 ], [ 120.0430396, 30.2641932 ], [ 120.0430434, 30.2640867 ], [ 120.0430511, 30.2640334 ], [ 120.0430627, 30.2639602 ], [ 120.0430164, 30.2639169 ], [ 120.0429509, 30.2639169 ], [ 120.0429471, 30.2639835 ], [ 120.0429471, 30.2640467 ], [ 120.0429471, 30.2641266 ], [ 120.0429317, 30.2641732 ], [ 120.0429162, 30.2642398 ], [ 120.0429008, 30.264313 ], [ 120.0428854, 30.2643463 ], [ 120.0428854, 30.2643795 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0590142, 30.2638921 ], [ 120.0590232, 30.2639428 ], [ 120.0591045, 30.2639701 ], [ 120.0592443, 30.2639857 ], [ 120.059312, 30.2639779 ], [ 120.0593436, 30.2639506 ], [ 120.0593571, 30.2638804 ], [ 120.0593526, 30.263783 ], [ 120.0593301, 30.2637324 ], [ 120.0592579, 30.2637129 ], [ 120.0592173, 30.2636544 ], [ 120.059127, 30.2636116 ], [ 120.0590729, 30.2635843 ], [ 120.0590323, 30.2636194 ], [ 120.0590187, 30.2636739 ], [ 120.0590052, 30.2637713 ], [ 120.0590142, 30.2638921 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0599347, 30.2638843 ], [ 120.0600068, 30.2638999 ], [ 120.0604039, 30.2639779 ], [ 120.0604174, 30.2639116 ], [ 120.0604445, 30.2638103 ], [ 120.0604445, 30.2637363 ], [ 120.0604039, 30.2637051 ], [ 120.0600881, 30.2636155 ], [ 120.0600159, 30.2636116 ], [ 120.0599753, 30.2636349 ], [ 120.0599437, 30.2637518 ], [ 120.0599301, 30.2638376 ], [ 120.0599347, 30.2638843 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0585495, 30.2640519 ], [ 120.058563, 30.2641221 ], [ 120.0586307, 30.2641415 ], [ 120.0586578, 30.2640558 ], [ 120.0586262, 30.2639545 ], [ 120.0586217, 30.2638532 ], [ 120.0586623, 30.263631 ], [ 120.0586713, 30.263557 ], [ 120.0586397, 30.2635336 ], [ 120.0586036, 30.2635687 ], [ 120.0585856, 30.2636739 ], [ 120.0585675, 30.2637986 ], [ 120.0585495, 30.2639311 ], [ 120.0585495, 30.2640519 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0630859, 30.2640707 ], [ 120.0630624, 30.2641928 ], [ 120.0630718, 30.264258 ], [ 120.0631661, 30.2642865 ], [ 120.0632368, 30.2642539 ], [ 120.0632462, 30.2641765 ], [ 120.0632792, 30.2640463 ], [ 120.0633075, 30.2639282 ], [ 120.0633546, 30.2638142 ], [ 120.0633593, 30.2637491 ], [ 120.0632792, 30.2637288 ], [ 120.0632038, 30.263745 ], [ 120.0631613, 30.263798 ], [ 120.0631472, 30.2638834 ], [ 120.0631095, 30.2639771 ], [ 120.0630577, 30.2640341 ], [ 120.0630859, 30.2640707 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0582517, 30.2639038 ], [ 120.0582427, 30.2640909 ], [ 120.0582517, 30.2642974 ], [ 120.0582743, 30.2643676 ], [ 120.0583104, 30.2643871 ], [ 120.0583961, 30.264391 ], [ 120.0584818, 30.2643481 ], [ 120.0584863, 30.2642624 ], [ 120.0584728, 30.2641688 ], [ 120.0584683, 30.2640324 ], [ 120.0584908, 30.2639155 ], [ 120.0584683, 30.2638181 ], [ 120.0583916, 30.2637791 ], [ 120.0583104, 30.2637596 ], [ 120.0582562, 30.2637791 ], [ 120.0582382, 30.2638181 ], [ 120.0582517, 30.2639038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0524882, 30.2635646 ], [ 120.0524983, 30.2636324 ], [ 120.0525237, 30.2636696 ], [ 120.0525465, 30.2637374 ], [ 120.0525996, 30.263744 ], [ 120.0526503, 30.2637243 ], [ 120.0527465, 30.2636981 ], [ 120.0527617, 30.263639 ], [ 120.0527592, 30.2636018 ], [ 120.0527668, 30.2635515 ], [ 120.0528326, 30.2635449 ], [ 120.0528934, 30.2635909 ], [ 120.0529213, 30.2636456 ], [ 120.0529643, 30.2636587 ], [ 120.0530606, 30.2637068 ], [ 120.0531213, 30.2637484 ], [ 120.0531846, 30.2637593 ], [ 120.0532758, 30.2637812 ], [ 120.0533771, 30.2638009 ], [ 120.053443, 30.2638337 ], [ 120.0535417, 30.263884 ], [ 120.0535924, 30.2638665 ], [ 120.0536506, 30.2638621 ], [ 120.0536785, 30.2639102 ], [ 120.0537367, 30.2639168 ], [ 120.0537469, 30.2639627 ], [ 120.0538178, 30.2640371 ], [ 120.0538482, 30.2641005 ], [ 120.0539393, 30.2641312 ], [ 120.0539317, 30.2641705 ], [ 120.0538963, 30.2641924 ], [ 120.0538507, 30.2642012 ], [ 120.0538102, 30.2641705 ], [ 120.0538076, 30.264129 ], [ 120.0537874, 30.2640787 ], [ 120.0537646, 30.2640415 ], [ 120.0537038, 30.2640284 ], [ 120.0536835, 30.2640743 ], [ 120.0537139, 30.2641027 ], [ 120.0537772, 30.2641049 ], [ 120.0537772, 30.2641312 ], [ 120.0537266, 30.2641312 ], [ 120.0536785, 30.2641421 ], [ 120.0536481, 30.264164 ], [ 120.0535848, 30.2642449 ], [ 120.0535696, 30.2643193 ], [ 120.0535113, 30.2643936 ], [ 120.0535291, 30.2644789 ], [ 120.0536, 30.2645271 ], [ 120.0536785, 30.2645402 ], [ 120.0537342, 30.2645511 ], [ 120.0537874, 30.2645249 ], [ 120.0538406, 30.2644899 ], [ 120.0538836, 30.2644199 ], [ 120.0539343, 30.2643543 ], [ 120.0540077, 30.2643783 ], [ 120.0540001, 30.2644396 ], [ 120.0539798, 30.2644943 ], [ 120.0539545, 30.2645883 ], [ 120.0539495, 30.2646474 ], [ 120.0540204, 30.2646802 ], [ 120.0540913, 30.2646889 ], [ 120.0541217, 30.2647174 ], [ 120.0541799, 30.2647086 ], [ 120.054228, 30.264702 ], [ 120.0542711, 30.2646671 ], [ 120.0543065, 30.2645883 ], [ 120.0543344, 30.2645249 ], [ 120.0543471, 30.264433 ], [ 120.0543572, 30.2643455 ], [ 120.0542787, 30.2642843 ], [ 120.0541976, 30.264269 ], [ 120.0541495, 30.2642318 ], [ 120.0541959, 30.2642248 ], [ 120.0541938, 30.2642054 ], [ 120.0541419, 30.2641837 ], [ 120.0541217, 30.2641508 ], [ 120.0540533, 30.2641202 ], [ 120.0539672, 30.2640874 ], [ 120.0539191, 30.2640087 ], [ 120.0538963, 30.2639343 ], [ 120.0538026, 30.2638599 ], [ 120.0537038, 30.2637943 ], [ 120.0536, 30.2636718 ], [ 120.0534455, 30.2635143 ], [ 120.0532302, 30.2634837 ], [ 120.0531036, 30.2634706 ], [ 120.0529922, 30.2634378 ], [ 120.0528276, 30.2634421 ], [ 120.0526883, 30.2634356 ], [ 120.0525541, 30.2634509 ], [ 120.0525135, 30.2634706 ], [ 120.0524857, 30.2635121 ], [ 120.0524882, 30.2635646 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0549698, 30.2642654 ], [ 120.0550649, 30.2642654 ], [ 120.0551952, 30.2642524 ], [ 120.0552804, 30.2642264 ], [ 120.0553706, 30.2641788 ], [ 120.0554057, 30.2641226 ], [ 120.0554057, 30.2640447 ], [ 120.0553956, 30.2639884 ], [ 120.0553656, 30.2639495 ], [ 120.0553105, 30.2639321 ], [ 120.0552153, 30.2639495 ], [ 120.0551, 30.2639538 ], [ 120.0550499, 30.2639495 ], [ 120.0550199, 30.2639841 ], [ 120.0549848, 30.264036 ], [ 120.0549497, 30.2642091 ], [ 120.0549698, 30.2642654 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0525046, 30.2644001 ], [ 120.0526587, 30.264416 ], [ 120.0527727, 30.2643495 ], [ 120.0528836, 30.2642244 ], [ 120.052976, 30.2641686 ], [ 120.0530777, 30.2640674 ], [ 120.0530746, 30.2639716 ], [ 120.05305, 30.2638945 ], [ 120.0528867, 30.2638971 ], [ 120.0527295, 30.2640435 ], [ 120.0526032, 30.2641233 ], [ 120.0524707, 30.2641765 ], [ 120.0524122, 30.2642883 ], [ 120.052406, 30.2643708 ], [ 120.0525046, 30.2644001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0613427, 30.2645832 ], [ 120.0614568, 30.2646078 ], [ 120.0616183, 30.2646037 ], [ 120.0616516, 30.2645175 ], [ 120.0616944, 30.2643821 ], [ 120.0618274, 30.2640948 ], [ 120.0618654, 30.2639511 ], [ 120.0618227, 30.2638362 ], [ 120.0617514, 30.2637582 ], [ 120.0616421, 30.2637295 ], [ 120.0615756, 30.2637582 ], [ 120.0615518, 30.2638444 ], [ 120.0615518, 30.2639183 ], [ 120.0614853, 30.2640537 ], [ 120.061376, 30.2643657 ], [ 120.0613285, 30.2645257 ], [ 120.0613427, 30.2645832 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0548796, 30.264525 ], [ 120.0549196, 30.264564 ], [ 120.0549948, 30.2646029 ], [ 120.05507, 30.2646332 ], [ 120.0551802, 30.2646159 ], [ 120.0552203, 30.2645683 ], [ 120.0552303, 30.264525 ], [ 120.0552604, 30.2644644 ], [ 120.0553205, 30.2644558 ], [ 120.0553606, 30.264512 ], [ 120.0553706, 30.2645769 ], [ 120.0553856, 30.2646116 ], [ 120.0554608, 30.2646072 ], [ 120.0555109, 30.2645813 ], [ 120.055556, 30.2644731 ], [ 120.055586, 30.2643519 ], [ 120.0556411, 30.2642437 ], [ 120.0556962, 30.2641745 ], [ 120.0557564, 30.2641572 ], [ 120.0557814, 30.2640836 ], [ 120.0557914, 30.264023 ], [ 120.0557714, 30.2639408 ], [ 120.0557313, 30.2638759 ], [ 120.0556712, 30.2638413 ], [ 120.0556111, 30.2638456 ], [ 120.055576, 30.2638802 ], [ 120.055571, 30.2639624 ], [ 120.0555259, 30.26401 ], [ 120.0555359, 30.2640793 ], [ 120.055561, 30.2641226 ], [ 120.0555459, 30.2642221 ], [ 120.0555259, 30.264261 ], [ 120.0554708, 30.2642697 ], [ 120.0554507, 30.2643043 ], [ 120.0553405, 30.2643303 ], [ 120.0552403, 30.2643389 ], [ 120.0551351, 30.2643259 ], [ 120.0550349, 30.2643519 ], [ 120.0549447, 30.2643606 ], [ 120.0548946, 30.2644082 ], [ 120.0548695, 30.2644558 ], [ 120.0548796, 30.264525 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0589691, 30.2644377 ], [ 120.0591315, 30.2644416 ], [ 120.0592443, 30.2644572 ], [ 120.0592714, 30.264391 ], [ 120.0592714, 30.2642663 ], [ 120.059303, 30.2641299 ], [ 120.0592804, 30.2640753 ], [ 120.0591766, 30.2640519 ], [ 120.0590323, 30.2640285 ], [ 120.0589962, 30.2640402 ], [ 120.0589917, 30.2640948 ], [ 120.0589646, 30.2641454 ], [ 120.0589962, 30.2642156 ], [ 120.0589781, 30.2643247 ], [ 120.0589556, 30.2643637 ], [ 120.0589195, 30.2644026 ], [ 120.0589691, 30.2644377 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0529614, 30.2644712 ], [ 120.0530411, 30.2644942 ], [ 120.0531257, 30.2645276 ], [ 120.0532272, 30.2645004 ], [ 120.0533721, 30.2644524 ], [ 120.0534349, 30.2643711 ], [ 120.0534808, 30.2643105 ], [ 120.0535002, 30.2641999 ], [ 120.0535002, 30.2641353 ], [ 120.0534422, 30.2640873 ], [ 120.0533455, 30.2639996 ], [ 120.053261, 30.2639934 ], [ 120.0531668, 30.2640121 ], [ 120.0531426, 30.2641207 ], [ 120.0530363, 30.2641874 ], [ 120.0530073, 30.2642688 ], [ 120.0529638, 30.2643439 ], [ 120.0529541, 30.2643731 ], [ 120.0529348, 30.264419 ], [ 120.0529614, 30.2644712 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0636138, 30.2644493 ], [ 120.0636986, 30.2644696 ], [ 120.0638259, 30.2645063 ], [ 120.0638825, 30.2645388 ], [ 120.0639861, 30.2645511 ], [ 120.0640191, 30.2645022 ], [ 120.063972, 30.2644615 ], [ 120.063873, 30.2644371 ], [ 120.0637693, 30.2644167 ], [ 120.0637458, 30.264376 ], [ 120.0637882, 30.264319 ], [ 120.0638495, 30.2643027 ], [ 120.0639249, 30.2643312 ], [ 120.0639767, 30.264319 ], [ 120.064104, 30.2643068 ], [ 120.0641511, 30.2642742 ], [ 120.0641652, 30.2641603 ], [ 120.064137, 30.2640544 ], [ 120.0640568, 30.2640341 ], [ 120.0639343, 30.2640504 ], [ 120.06384, 30.2640259 ], [ 120.0637411, 30.2640015 ], [ 120.0636798, 30.2640259 ], [ 120.0636421, 30.2641114 ], [ 120.0636327, 30.264205 ], [ 120.0636657, 30.2642742 ], [ 120.0636562, 30.2643557 ], [ 120.0636091, 30.2643964 ], [ 120.0636138, 30.2644493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0575794, 30.2639974 ], [ 120.0576742, 30.2640597 ], [ 120.0576742, 30.2641377 ], [ 120.0576652, 30.264239 ], [ 120.0576922, 30.2643676 ], [ 120.0577103, 30.2644533 ], [ 120.0577283, 30.2646676 ], [ 120.0577419, 30.2647534 ], [ 120.057787, 30.2647729 ], [ 120.0578231, 30.2647339 ], [ 120.0577734, 30.2646053 ], [ 120.0577509, 30.2645079 ], [ 120.0577464, 30.2644299 ], [ 120.0578005, 30.2643637 ], [ 120.0578547, 30.2642857 ], [ 120.0578953, 30.2641844 ], [ 120.0579268, 30.2640831 ], [ 120.0579178, 30.2639857 ], [ 120.0578411, 30.2639428 ], [ 120.0577419, 30.2639233 ], [ 120.0576155, 30.2639233 ], [ 120.0575704, 30.2639272 ], [ 120.0575298, 30.263974 ], [ 120.0575794, 30.2639974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0578727, 30.2645819 ], [ 120.0579088, 30.2647066 ], [ 120.0579404, 30.2647417 ], [ 120.0580667, 30.2647378 ], [ 120.0581795, 30.2647066 ], [ 120.0582111, 30.2646676 ], [ 120.0582156, 30.2645897 ], [ 120.0581976, 30.2644689 ], [ 120.058166, 30.2640948 ], [ 120.058157, 30.2640129 ], [ 120.0580667, 30.2639974 ], [ 120.0580216, 30.2640285 ], [ 120.057999, 30.2641104 ], [ 120.057999, 30.2642078 ], [ 120.0579765, 30.2642857 ], [ 120.0579314, 30.2643481 ], [ 120.0578547, 30.2643987 ], [ 120.0578276, 30.2644494 ], [ 120.0578727, 30.2645819 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0620349, 30.2647139 ], [ 120.0620773, 30.2647546 ], [ 120.0621857, 30.2647953 ], [ 120.062247, 30.2647587 ], [ 120.0622894, 30.2646243 ], [ 120.0622894, 30.26449 ], [ 120.0623224, 30.2643109 ], [ 120.0623648, 30.2641684 ], [ 120.0624167, 30.2640626 ], [ 120.0624072, 30.2640096 ], [ 120.0623413, 30.2639893 ], [ 120.0622517, 30.2639893 ], [ 120.0622187, 30.2640137 ], [ 120.062181, 30.2640951 ], [ 120.0620349, 30.2645633 ], [ 120.0620113, 30.2646488 ], [ 120.0620349, 30.2647139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0623648, 30.2648319 ], [ 120.0624449, 30.2648686 ], [ 120.0625392, 30.2648523 ], [ 120.0625769, 30.2647831 ], [ 120.0626005, 30.2646935 ], [ 120.0626005, 30.2645714 ], [ 120.0626759, 30.2644045 ], [ 120.0627372, 30.264258 ], [ 120.0627607, 30.2641318 ], [ 120.0627277, 30.2640666 ], [ 120.0626759, 30.2640341 ], [ 120.0626146, 30.26403 ], [ 120.0625722, 30.2640585 ], [ 120.0625298, 30.2641399 ], [ 120.0624968, 30.2642295 ], [ 120.0624355, 30.264376 ], [ 120.0624072, 30.26449 ], [ 120.0623743, 30.2646365 ], [ 120.0623507, 30.2647546 ], [ 120.0623648, 30.2648319 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0561923, 30.2645986 ], [ 120.0562574, 30.2646029 ], [ 120.0563526, 30.2645942 ], [ 120.0564578, 30.2646159 ], [ 120.056538, 30.2646375 ], [ 120.0566081, 30.2646202 ], [ 120.0566382, 30.2645726 ], [ 120.0567033, 30.2645986 ], [ 120.0567284, 30.2646548 ], [ 120.0567434, 30.2647197 ], [ 120.0567634, 30.264776 ], [ 120.0567935, 30.264802 ], [ 120.0568887, 30.2648063 ], [ 120.0569789, 30.2647803 ], [ 120.057024, 30.2647457 ], [ 120.057039, 30.2646721 ], [ 120.057034, 30.2645942 ], [ 120.057029, 30.2644644 ], [ 120.0569889, 30.2643389 ], [ 120.0569488, 30.2643 ], [ 120.0568787, 30.2643086 ], [ 120.0567835, 30.2642913 ], [ 120.0567234, 30.264313 ], [ 120.0566482, 30.2643259 ], [ 120.0566031, 30.2643173 ], [ 120.0565781, 30.2642264 ], [ 120.0565079, 30.2641961 ], [ 120.0564027, 30.2641961 ], [ 120.0563326, 30.2642134 ], [ 120.0562774, 30.2642697 ], [ 120.0562424, 30.2643649 ], [ 120.0562374, 30.2644687 ], [ 120.0562173, 30.2645293 ], [ 120.0561672, 30.264564 ], [ 120.0561923, 30.2645986 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0586397, 30.264769 ], [ 120.0588428, 30.2647768 ], [ 120.058915, 30.2647651 ], [ 120.0589646, 30.2647378 ], [ 120.0589511, 30.2646949 ], [ 120.0588608, 30.264656 ], [ 120.0588563, 30.2645585 ], [ 120.0588608, 30.2644845 ], [ 120.0587706, 30.2644494 ], [ 120.0587164, 30.2644299 ], [ 120.0587164, 30.264352 ], [ 120.0586488, 30.2643442 ], [ 120.0586533, 30.2643987 ], [ 120.0587029, 30.2647105 ], [ 120.0586533, 30.2647378 ], [ 120.0585901, 30.2647378 ], [ 120.0586397, 30.264769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0582923, 30.2646598 ], [ 120.058351, 30.2646793 ], [ 120.0585675, 30.2646482 ], [ 120.0585811, 30.264617 ], [ 120.0585901, 30.2645741 ], [ 120.0585766, 30.2645001 ], [ 120.0584683, 30.2644923 ], [ 120.0583374, 30.2644962 ], [ 120.0582923, 30.264539 ], [ 120.0582833, 30.2646092 ], [ 120.0582923, 30.2646598 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0451124, 30.2644955 ], [ 120.0451743, 30.2645015 ], [ 120.0452362, 30.2644361 ], [ 120.0452465, 30.264347 ], [ 120.0452878, 30.264246 ], [ 120.0453393, 30.2641599 ], [ 120.0453737, 30.2640708 ], [ 120.0453703, 30.2639936 ], [ 120.0454184, 30.2638777 ], [ 120.0453565, 30.2638777 ], [ 120.045305, 30.2638777 ], [ 120.0452534, 30.263952 ], [ 120.0452087, 30.2641183 ], [ 120.0451708, 30.2642163 ], [ 120.0451743, 30.2643411 ], [ 120.0451227, 30.2643916 ], [ 120.0450986, 30.264451 ], [ 120.0451124, 30.2644955 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0407303, 30.264325 ], [ 120.0407775, 30.264349 ], [ 120.0408442, 30.2643562 ], [ 120.0409359, 30.2643969 ], [ 120.0410637, 30.2644089 ], [ 120.0411609, 30.2643969 ], [ 120.0412248, 30.2643442 ], [ 120.0412193, 30.2642602 ], [ 120.0412915, 30.264205 ], [ 120.0413332, 30.264145 ], [ 120.0413916, 30.2640298 ], [ 120.0413054, 30.2640202 ], [ 120.0412943, 30.2640802 ], [ 120.0412554, 30.2640778 ], [ 120.0411971, 30.2640346 ], [ 120.0411193, 30.264025 ], [ 120.0410331, 30.2640226 ], [ 120.0410081, 30.2640418 ], [ 120.0410331, 30.2641282 ], [ 120.0410193, 30.2641786 ], [ 120.0409915, 30.2642194 ], [ 120.0409387, 30.2642122 ], [ 120.0408748, 30.2642146 ], [ 120.0407998, 30.2642242 ], [ 120.0407414, 30.2642266 ], [ 120.0407053, 30.2642674 ], [ 120.0407303, 30.264325 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0512589, 30.2642102 ], [ 120.0513738, 30.2642876 ], [ 120.0514496, 30.2643014 ], [ 120.0515483, 30.2643927 ], [ 120.0516379, 30.2644165 ], [ 120.0518079, 30.2644106 ], [ 120.0519457, 30.2644106 ], [ 120.0519319, 30.264355 ], [ 120.0518401, 30.264353 ], [ 120.0517895, 30.2642876 ], [ 120.0516678, 30.2642895 ], [ 120.0516012, 30.2642181 ], [ 120.0514542, 30.2642241 ], [ 120.0513646, 30.2642082 ], [ 120.051275, 30.2641507 ], [ 120.051213, 30.2641407 ], [ 120.0512589, 30.2642102 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "东关荷塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0440188, 30.2644302 ], [ 120.0440188, 30.2644629 ], [ 120.0440636, 30.2645609 ], [ 120.044122, 30.2646589 ], [ 120.0441977, 30.2647124 ], [ 120.0443318, 30.2647242 ], [ 120.0444556, 30.2647183 ], [ 120.0445862, 30.2647242 ], [ 120.044741, 30.2647213 ], [ 120.044882, 30.2646975 ], [ 120.0449852, 30.2645549 ], [ 120.0450608, 30.2643916 ], [ 120.0451365, 30.2642193 ], [ 120.0451605, 30.26405 ], [ 120.0451984, 30.2639847 ], [ 120.0451984, 30.2638985 ], [ 120.045133, 30.2638688 ], [ 120.0450367, 30.263848 ], [ 120.0449542, 30.2638777 ], [ 120.0448614, 30.2638777 ], [ 120.0447479, 30.2639045 ], [ 120.0446069, 30.2639282 ], [ 120.0444934, 30.2639253 ], [ 120.04449, 30.2639698 ], [ 120.0445691, 30.2640144 ], [ 120.0445656, 30.2641243 ], [ 120.0444521, 30.2641599 ], [ 120.044349, 30.2642134 ], [ 120.0442217, 30.2642401 ], [ 120.0441083, 30.2642698 ], [ 120.0440188, 30.2643678 ], [ 120.0440188, 30.2644302 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "东关荷塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0440188, 30.2644302 ], [ 120.0440188, 30.2644629 ], [ 120.0440636, 30.2645609 ], [ 120.044122, 30.2646589 ], [ 120.0441977, 30.2647124 ], [ 120.0443318, 30.2647242 ], [ 120.0444556, 30.2647183 ], [ 120.0445862, 30.2647242 ], [ 120.044741, 30.2647213 ], [ 120.044882, 30.2646975 ], [ 120.0449852, 30.2645549 ], [ 120.0450608, 30.2643916 ], [ 120.0451365, 30.2642193 ], [ 120.0451605, 30.26405 ], [ 120.0451984, 30.2639847 ], [ 120.0451984, 30.2638985 ], [ 120.045133, 30.2638688 ], [ 120.0450367, 30.263848 ], [ 120.0449542, 30.2638777 ], [ 120.0448614, 30.2638777 ], [ 120.0447479, 30.2639045 ], [ 120.0446069, 30.2639282 ], [ 120.0444934, 30.2639253 ], [ 120.04449, 30.2639698 ], [ 120.0445691, 30.2640144 ], [ 120.0445656, 30.2641243 ], [ 120.0444521, 30.2641599 ], [ 120.044349, 30.2642134 ], [ 120.0442217, 30.2642401 ], [ 120.0441083, 30.2642698 ], [ 120.0440188, 30.2643678 ], [ 120.0440188, 30.2644302 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0453293, 30.2645554 ], [ 120.0453925, 30.2645697 ], [ 120.0454955, 30.2645697 ], [ 120.0455654, 30.2645583 ], [ 120.0455886, 30.2644779 ], [ 120.0456119, 30.2644061 ], [ 120.0456451, 30.2643429 ], [ 120.0456784, 30.2642769 ], [ 120.0457216, 30.2642338 ], [ 120.0457814, 30.264208 ], [ 120.0458147, 30.2642367 ], [ 120.0457914, 30.2643027 ], [ 120.0457914, 30.2643831 ], [ 120.0457183, 30.2644549 ], [ 120.0456352, 30.264541 ], [ 120.045592, 30.2646042 ], [ 120.0455521, 30.2646817 ], [ 120.0455255, 30.2647736 ], [ 120.045562, 30.2648339 ], [ 120.0456485, 30.264854 ], [ 120.0457914, 30.2648425 ], [ 120.0458379, 30.2647592 ], [ 120.0459111, 30.2646702 ], [ 120.0459144, 30.2645784 ], [ 120.0459476, 30.264498 ], [ 120.0459697, 30.264426 ], [ 120.0459843, 30.2643629 ], [ 120.0460062, 30.2643156 ], [ 120.0460263, 30.2642825 ], [ 120.0460445, 30.2642604 ], [ 120.0460792, 30.2642636 ], [ 120.0461321, 30.2642841 ], [ 120.0461394, 30.264314 ], [ 120.0461193, 30.2643503 ], [ 120.0461102, 30.2643913 ], [ 120.0460828, 30.264426 ], [ 120.0460518, 30.2644607 ], [ 120.0460427, 30.2645048 ], [ 120.0460153, 30.2645442 ], [ 120.0459971, 30.2645663 ], [ 120.046025, 30.2645783 ], [ 120.046054, 30.2645812 ], [ 120.0460888, 30.2645524 ], [ 120.0461371, 30.2645123 ], [ 120.0462036, 30.2644606 ], [ 120.0462635, 30.2643946 ], [ 120.0462701, 30.2642855 ], [ 120.0462502, 30.2642166 ], [ 120.0461637, 30.264208 ], [ 120.0460507, 30.2642022 ], [ 120.0459643, 30.2641448 ], [ 120.0458612, 30.2641362 ], [ 120.0457914, 30.264119 ], [ 120.0456983, 30.2640788 ], [ 120.0455787, 30.2640357 ], [ 120.0454756, 30.2640328 ], [ 120.0454324, 30.2641103 ], [ 120.0454424, 30.264185 ], [ 120.0454457, 30.264251 ], [ 120.0453593, 30.2642884 ], [ 120.0452994, 30.2643889 ], [ 120.0452928, 30.2644893 ], [ 120.0453293, 30.2645554 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0461272, 30.26521 ], [ 120.0462169, 30.2652014 ], [ 120.0462202, 30.2651411 ], [ 120.0462302, 30.265055 ], [ 120.0462834, 30.2649975 ], [ 120.0463399, 30.2649286 ], [ 120.0463898, 30.2647679 ], [ 120.0464297, 30.264653 ], [ 120.0464762, 30.2645181 ], [ 120.0465227, 30.264386 ], [ 120.046566, 30.2642597 ], [ 120.0465759, 30.2641649 ], [ 120.0465161, 30.2640788 ], [ 120.0464396, 30.2640816 ], [ 120.0463665, 30.2640845 ], [ 120.0463266, 30.2640328 ], [ 120.0462302, 30.2640185 ], [ 120.0462171, 30.2640391 ], [ 120.0461936, 30.2640759 ], [ 120.0461936, 30.2641391 ], [ 120.0462169, 30.2641735 ], [ 120.0462399, 30.264172 ], [ 120.0462601, 30.2641706 ], [ 120.0462767, 30.2641448 ], [ 120.0463266, 30.2641161 ], [ 120.0463732, 30.2641276 ], [ 120.0463831, 30.264185 ], [ 120.0463299, 30.2642998 ], [ 120.0463299, 30.2644176 ], [ 120.0462867, 30.2645209 ], [ 120.0462468, 30.2645784 ], [ 120.0462269, 30.2646186 ], [ 120.0462332, 30.2646687 ], [ 120.0462402, 30.2647248 ], [ 120.0462201, 30.2647818 ], [ 120.0461936, 30.2648569 ], [ 120.0461604, 30.2649947 ], [ 120.0461371, 30.265055 ], [ 120.0461222, 30.2651469 ], [ 120.0461272, 30.26521 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.042198, 30.2647074 ], [ 120.0423626, 30.2647277 ], [ 120.0425201, 30.2647378 ], [ 120.0426824, 30.2647236 ], [ 120.0427129, 30.2646546 ], [ 120.0426283, 30.2646119 ], [ 120.042546, 30.2645734 ], [ 120.0423861, 30.2645937 ], [ 120.0423015, 30.2645652 ], [ 120.0422263, 30.264549 ], [ 120.0421769, 30.2645754 ], [ 120.0421628, 30.2646485 ], [ 120.042198, 30.2647074 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.052209, 30.2648234 ], [ 120.0522797, 30.2648587 ], [ 120.0523832, 30.2648046 ], [ 120.0523423, 30.2647388 ], [ 120.0523206, 30.2646777 ], [ 120.0523505, 30.2646306 ], [ 120.0523886, 30.264593 ], [ 120.0523423, 30.2645507 ], [ 120.0522444, 30.264593 ], [ 120.0522062, 30.2646847 ], [ 120.0521954, 30.2647599 ], [ 120.052209, 30.2648234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0488969, 30.2650004 ], [ 120.0489295, 30.2650744 ], [ 120.0490111, 30.2651448 ], [ 120.0490722, 30.2651483 ], [ 120.049113, 30.2651835 ], [ 120.0490967, 30.2652434 ], [ 120.0490518, 30.2652857 ], [ 120.0490518, 30.265349 ], [ 120.0489947, 30.2653948 ], [ 120.0489662, 30.2654617 ], [ 120.0489988, 30.265504 ], [ 120.0490926, 30.2655216 ], [ 120.0491905, 30.2655251 ], [ 120.0492353, 30.2654864 ], [ 120.0492802, 30.2654476 ], [ 120.0493902, 30.2654476 ], [ 120.0494473, 30.2653878 ], [ 120.0494677, 30.2652786 ], [ 120.0494636, 30.2651906 ], [ 120.0494392, 30.2651025 ], [ 120.0493291, 30.2650532 ], [ 120.0492149, 30.2650603 ], [ 120.0491375, 30.2650638 ], [ 120.0490681, 30.2650885 ], [ 120.0490559, 30.265018 ], [ 120.0491171, 30.2649722 ], [ 120.0492108, 30.2649863 ], [ 120.0493046, 30.2649863 ], [ 120.0493902, 30.265018 ], [ 120.0494514, 30.265018 ], [ 120.0495085, 30.2649722 ], [ 120.0496788, 30.2650546 ], [ 120.0497286, 30.2649934 ], [ 120.0497857, 30.2649124 ], [ 120.0497327, 30.2648631 ], [ 120.0496593, 30.2648596 ], [ 120.0496145, 30.2648877 ], [ 120.0495533, 30.264937 ], [ 120.0495289, 30.2648842 ], [ 120.0495289, 30.2647926 ], [ 120.0495166, 30.2647081 ], [ 120.0495248, 30.2646166 ], [ 120.0496104, 30.2645285 ], [ 120.049692, 30.2644898 ], [ 120.0497286, 30.2645285 ], [ 120.0496716, 30.2646201 ], [ 120.0496675, 30.2646659 ], [ 120.0496675, 30.2647398 ], [ 120.0497817, 30.2647962 ], [ 120.0499244, 30.2648525 ], [ 120.0500141, 30.264856 ], [ 120.0500956, 30.2648208 ], [ 120.0500997, 30.2646764 ], [ 120.0500711, 30.264525 ], [ 120.050063, 30.2643736 ], [ 120.0501119, 30.2642433 ], [ 120.050169, 30.2641024 ], [ 120.0501812, 30.2639756 ], [ 120.0501486, 30.2639545 ], [ 120.0500059, 30.2639827 ], [ 120.0498306, 30.2640144 ], [ 120.0496797, 30.2640285 ], [ 120.0495289, 30.2639897 ], [ 120.0494629, 30.2638963 ], [ 120.0492872, 30.2641577 ], [ 120.0490245, 30.2644635 ], [ 120.048961, 30.2645905 ], [ 120.0490192, 30.2645884 ], [ 120.0490844, 30.2645637 ], [ 120.0491089, 30.2645954 ], [ 120.0490885, 30.2646835 ], [ 120.0490396, 30.2647891 ], [ 120.0490396, 30.2648666 ], [ 120.0489336, 30.2649053 ], [ 120.0488765, 30.2648877 ], [ 120.0488529, 30.2648065 ], [ 120.048795, 30.2649863 ], [ 120.0488969, 30.2650004 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0635101, 30.264604 ], [ 120.0636704, 30.2646365 ], [ 120.0639343, 30.2646976 ], [ 120.0639909, 30.2646691 ], [ 120.0639909, 30.2646284 ], [ 120.0639673, 30.2645999 ], [ 120.0638872, 30.2645877 ], [ 120.0637505, 30.2645551 ], [ 120.0635761, 30.2645104 ], [ 120.0635195, 30.2645144 ], [ 120.0634818, 30.2645551 ], [ 120.0635101, 30.264604 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0629351, 30.2646365 ], [ 120.0629822, 30.2646813 ], [ 120.0630765, 30.2646935 ], [ 120.0631755, 30.2647017 ], [ 120.0632368, 30.2647139 ], [ 120.063298, 30.2647017 ], [ 120.0633404, 30.2646773 ], [ 120.0633499, 30.2646284 ], [ 120.0633404, 30.2645714 ], [ 120.0632933, 30.2645511 ], [ 120.0632226, 30.2645877 ], [ 120.0631661, 30.2645755 ], [ 120.06302, 30.2645307 ], [ 120.0629587, 30.2645348 ], [ 120.0629163, 30.2645796 ], [ 120.0629351, 30.2646365 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0634394, 30.2647872 ], [ 120.0635572, 30.2648116 ], [ 120.0636845, 30.2648401 ], [ 120.0637929, 30.2648604 ], [ 120.0638448, 30.2648808 ], [ 120.0638966, 30.2648889 ], [ 120.0639484, 30.2648767 ], [ 120.0639767, 30.2648401 ], [ 120.0639579, 30.264775 ], [ 120.0638589, 30.2647546 ], [ 120.0637741, 30.264718 ], [ 120.0635007, 30.264661 ], [ 120.0634394, 30.2646732 ], [ 120.0634111, 30.2647342 ], [ 120.0634394, 30.2647872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0547794, 30.2647803 ], [ 120.0547994, 30.2648409 ], [ 120.0548695, 30.2648712 ], [ 120.0550048, 30.2648928 ], [ 120.0552854, 30.2649491 ], [ 120.0553856, 30.2649145 ], [ 120.0554006, 30.2648582 ], [ 120.0553956, 30.2647976 ], [ 120.0553555, 30.2647587 ], [ 120.0552954, 30.2647414 ], [ 120.0552153, 30.2647457 ], [ 120.0551201, 30.2647457 ], [ 120.0550449, 30.2647068 ], [ 120.0548996, 30.2646462 ], [ 120.0548345, 30.2646289 ], [ 120.0547844, 30.2646548 ], [ 120.0547794, 30.2647241 ], [ 120.0547794, 30.2647803 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0640239, 30.2648442 ], [ 120.0640616, 30.2648726 ], [ 120.0640993, 30.2648116 ], [ 120.0641087, 30.2647505 ], [ 120.0640757, 30.2647342 ], [ 120.064038, 30.2647424 ], [ 120.0640191, 30.2647953 ], [ 120.0640239, 30.2648442 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0554608, 30.2649275 ], [ 120.0555159, 30.2649578 ], [ 120.055581, 30.2649837 ], [ 120.0556261, 30.2650573 ], [ 120.0557814, 30.2650486 ], [ 120.0559017, 30.2650227 ], [ 120.0559818, 30.2650356 ], [ 120.056077, 30.2650616 ], [ 120.0561923, 30.2650443 ], [ 120.0562875, 30.2650486 ], [ 120.0563326, 30.2651049 ], [ 120.0563676, 30.2651438 ], [ 120.0564578, 30.2651698 ], [ 120.0565731, 30.2651784 ], [ 120.0567133, 30.2651784 ], [ 120.0568687, 30.2651741 ], [ 120.057039, 30.2651568 ], [ 120.0571092, 30.2651179 ], [ 120.0571392, 30.265053 ], [ 120.0571342, 30.2649578 ], [ 120.0571041, 30.2648885 ], [ 120.057014, 30.2648799 ], [ 120.0569138, 30.2648928 ], [ 120.0568236, 30.2649188 ], [ 120.0566733, 30.2649231 ], [ 120.0565981, 30.2648972 ], [ 120.056548, 30.2648279 ], [ 120.0564278, 30.2648409 ], [ 120.0563626, 30.2648799 ], [ 120.0563225, 30.2649275 ], [ 120.0562173, 30.2649491 ], [ 120.0561372, 30.2649361 ], [ 120.056057, 30.2649621 ], [ 120.0559818, 30.2649448 ], [ 120.0558816, 30.2649058 ], [ 120.0558115, 30.2648669 ], [ 120.0557614, 30.2647803 ], [ 120.0557013, 30.2647803 ], [ 120.0556461, 30.2648106 ], [ 120.0556011, 30.2648452 ], [ 120.0555409, 30.2648755 ], [ 120.0554608, 30.2648885 ], [ 120.0554608, 30.2649275 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0574248, 30.2648279 ], [ 120.0574499, 30.2649145 ], [ 120.0574899, 30.265001 ], [ 120.05753, 30.2651179 ], [ 120.0575601, 30.2651914 ], [ 120.0576002, 30.2652304 ], [ 120.0576904, 30.265252 ], [ 120.0577304, 30.2652347 ], [ 120.0577555, 30.2652044 ], [ 120.0577405, 30.2651482 ], [ 120.0577104, 30.2650486 ], [ 120.0577054, 30.2649404 ], [ 120.0576904, 30.2648582 ], [ 120.0576403, 30.264789 ], [ 120.0575901, 30.2647327 ], [ 120.057525, 30.2647284 ], [ 120.0574649, 30.2647371 ], [ 120.0574248, 30.264776 ], [ 120.0574248, 30.2648279 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0630247, 30.2650884 ], [ 120.0630247, 30.2651535 ], [ 120.0630718, 30.2652187 ], [ 120.0631519, 30.2652553 ], [ 120.0633075, 30.2652268 ], [ 120.0633499, 30.265178 ], [ 120.0633687, 30.2650518 ], [ 120.0633876, 30.26495 ], [ 120.063463, 30.2648889 ], [ 120.063331, 30.2647994 ], [ 120.0632038, 30.2647709 ], [ 120.0631331, 30.2647709 ], [ 120.0630671, 30.2647953 ], [ 120.0630341, 30.2648849 ], [ 120.0630011, 30.2650029 ], [ 120.0630247, 30.2650884 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0635054, 30.265239 ], [ 120.0635855, 30.2652065 ], [ 120.0636374, 30.2652349 ], [ 120.0637175, 30.2651983 ], [ 120.0637552, 30.2651169 ], [ 120.0637552, 30.2650558 ], [ 120.0637222, 30.2650111 ], [ 120.0636515, 30.265007 ], [ 120.0635997, 30.2649907 ], [ 120.0635148, 30.2649744 ], [ 120.063463, 30.2650192 ], [ 120.0634253, 30.2650803 ], [ 120.0634206, 30.2651535 ], [ 120.063397, 30.2652349 ], [ 120.0635054, 30.265239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0547443, 30.2651482 ], [ 120.0548245, 30.2651828 ], [ 120.0549096, 30.2652217 ], [ 120.0549948, 30.2652607 ], [ 120.0551702, 30.2652953 ], [ 120.0552303, 30.2652477 ], [ 120.0552353, 30.26504 ], [ 120.0551802, 30.265001 ], [ 120.05507, 30.264988 ], [ 120.0549196, 30.264988 ], [ 120.0547794, 30.2649361 ], [ 120.0547393, 30.2649707 ], [ 120.0547242, 30.2650227 ], [ 120.0547192, 30.2651006 ], [ 120.0547443, 30.2651482 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0463399, 30.2650751 ], [ 120.0463565, 30.2651124 ], [ 120.0464097, 30.2651268 ], [ 120.0464662, 30.2650636 ], [ 120.0465261, 30.2649832 ], [ 120.0465527, 30.2648827 ], [ 120.0465859, 30.2647851 ], [ 120.0465959, 30.2646903 ], [ 120.0465992, 30.2646358 ], [ 120.0466491, 30.2645841 ], [ 120.0467255, 30.2645525 ], [ 120.0467488, 30.2646473 ], [ 120.0466956, 30.264788 ], [ 120.0466092, 30.2649028 ], [ 120.046546, 30.2650033 ], [ 120.0465327, 30.2650722 ], [ 120.0465327, 30.2651153 ], [ 120.0465793, 30.2651325 ], [ 120.0466191, 30.2651526 ], [ 120.0466557, 30.2652272 ], [ 120.0467355, 30.2651842 ], [ 120.0467421, 30.2651325 ], [ 120.046782, 30.2651124 ], [ 120.0468552, 30.2651067 ], [ 120.0468518, 30.2651382 ], [ 120.0468718, 30.2651698 ], [ 120.0469283, 30.2651698 ], [ 120.047028, 30.2650406 ], [ 120.0470746, 30.2649373 ], [ 120.0470746, 30.2648368 ], [ 120.0470987, 30.2647937 ], [ 120.0471278, 30.264742 ], [ 120.0471278, 30.264653 ], [ 120.0471577, 30.2645726 ], [ 120.0472042, 30.2645008 ], [ 120.0472242, 30.2644377 ], [ 120.0472375, 30.2643544 ], [ 120.0471643, 30.2643458 ], [ 120.0470546, 30.2643889 ], [ 120.0469915, 30.2644807 ], [ 120.0469416, 30.2646415 ], [ 120.0469283, 30.2647564 ], [ 120.0469084, 30.2648511 ], [ 120.0468851, 30.2649229 ], [ 120.0468485, 30.2649803 ], [ 120.0468352, 30.265032 ], [ 120.0467854, 30.2650665 ], [ 120.0467322, 30.2650435 ], [ 120.046792, 30.2649315 ], [ 120.0468485, 30.2647564 ], [ 120.0468951, 30.2646358 ], [ 120.0469416, 30.2645353 ], [ 120.0469483, 30.2643659 ], [ 120.0469483, 30.2642798 ], [ 120.0469084, 30.2642108 ], [ 120.0468153, 30.2642108 ], [ 120.0467289, 30.2642597 ], [ 120.0466424, 30.2642597 ], [ 120.0466059, 30.2643228 ], [ 120.0465427, 30.2644807 ], [ 120.0465028, 30.2646013 ], [ 120.0464496, 30.264719 ], [ 120.0464097, 30.2648655 ], [ 120.0463732, 30.2649516 ], [ 120.0463399, 30.2650176 ], [ 120.0463399, 30.2650751 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0408722, 30.264742 ], [ 120.0409145, 30.2647185 ], [ 120.0409175, 30.2646533 ], [ 120.0409688, 30.2646454 ], [ 120.0409839, 30.2647054 ], [ 120.0409598, 30.2647915 ], [ 120.0409175, 30.2648385 ], [ 120.0409084, 30.2648855 ], [ 120.0408752, 30.2649585 ], [ 120.0409084, 30.2650029 ], [ 120.0409386, 30.2650316 ], [ 120.0410746, 30.2650629 ], [ 120.0411742, 30.2650472 ], [ 120.041144, 30.2649507 ], [ 120.0410746, 30.2648463 ], [ 120.0410866, 30.2647368 ], [ 120.0411108, 30.2646454 ], [ 120.0411229, 30.2645359 ], [ 120.0411078, 30.2644654 ], [ 120.0410232, 30.2644993 ], [ 120.0409839, 30.2645854 ], [ 120.0409507, 30.2645959 ], [ 120.0409477, 30.264468 ], [ 120.0409114, 30.2644106 ], [ 120.0408722, 30.2644576 ], [ 120.0408601, 30.264562 ], [ 120.0408571, 30.2646637 ], [ 120.0408722, 30.264742 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0471661, 30.2651466 ], [ 120.0472759, 30.265138 ], [ 120.0473008, 30.2650518 ], [ 120.0473607, 30.264957 ], [ 120.0474106, 30.264845 ], [ 120.0474455, 30.2647158 ], [ 120.0474462, 30.2646951 ], [ 120.0474505, 30.2645607 ], [ 120.0474505, 30.2644572 ], [ 120.0473757, 30.2644228 ], [ 120.0472609, 30.2644443 ], [ 120.0472709, 30.2645219 ], [ 120.0472909, 30.264621 ], [ 120.047236, 30.264733 ], [ 120.0472011, 30.2648278 ], [ 120.0471711, 30.2649097 ], [ 120.0471911, 30.2649786 ], [ 120.0471362, 30.2650734 ], [ 120.0471661, 30.2651466 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0477548, 30.2653362 ], [ 120.0479244, 30.2653578 ], [ 120.0480641, 30.2653405 ], [ 120.0481239, 30.2653233 ], [ 120.0482137, 30.26525 ], [ 120.0483135, 30.265026 ], [ 120.0483883, 30.2647976 ], [ 120.0483883, 30.2646253 ], [ 120.0483883, 30.2645133 ], [ 120.0483734, 30.2644616 ], [ 120.0483035, 30.2643452 ], [ 120.0482237, 30.2642763 ], [ 120.0480741, 30.264272 ], [ 120.0479843, 30.2643495 ], [ 120.0480042, 30.2644228 ], [ 120.0480791, 30.2644529 ], [ 120.048089, 30.2645305 ], [ 120.0479942, 30.264552 ], [ 120.0479094, 30.2646124 ], [ 120.0479094, 30.2647589 ], [ 120.0478995, 30.2648321 ], [ 120.0479045, 30.2648881 ], [ 120.0479194, 30.2649484 ], [ 120.0480441, 30.2649657 ], [ 120.048099, 30.2650044 ], [ 120.0480791, 30.2650561 ], [ 120.0479793, 30.2650432 ], [ 120.0478546, 30.2650389 ], [ 120.0477498, 30.2651122 ], [ 120.0476949, 30.2651725 ], [ 120.047675, 30.265263 ], [ 120.0477548, 30.2653362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0449301, 30.265149 ], [ 120.0449748, 30.2651727 ], [ 120.0450333, 30.2651579 ], [ 120.0450711, 30.2651104 ], [ 120.0450814, 30.2649767 ], [ 120.0451158, 30.2648935 ], [ 120.0451227, 30.2647836 ], [ 120.045164, 30.2647153 ], [ 120.045164, 30.2646559 ], [ 120.0451743, 30.2645936 ], [ 120.0451502, 30.2645341 ], [ 120.0450505, 30.2645341 ], [ 120.0450092, 30.2646589 ], [ 120.044992, 30.2647391 ], [ 120.0449955, 30.2648044 ], [ 120.0449611, 30.2648846 ], [ 120.044968, 30.2649767 ], [ 120.0449404, 30.265042 ], [ 120.0449267, 30.2651104 ], [ 120.0449301, 30.265149 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0451915, 30.2651846 ], [ 120.0452431, 30.2651638 ], [ 120.0452878, 30.2651668 ], [ 120.0453806, 30.2651519 ], [ 120.045446, 30.2650985 ], [ 120.0454597, 30.2650509 ], [ 120.0454597, 30.2649767 ], [ 120.0454116, 30.2649173 ], [ 120.0454322, 30.264849 ], [ 120.0454631, 30.2647955 ], [ 120.0454735, 30.2647153 ], [ 120.0454803, 30.26465 ], [ 120.0454116, 30.2646292 ], [ 120.0453187, 30.2646233 ], [ 120.0452327, 30.264653 ], [ 120.0452018, 30.2646975 ], [ 120.0452018, 30.2647599 ], [ 120.0452396, 30.2648044 ], [ 120.0452568, 30.2648371 ], [ 120.045274, 30.2648906 ], [ 120.0452362, 30.2649232 ], [ 120.0451743, 30.2649678 ], [ 120.0451433, 30.2650302 ], [ 120.0451399, 30.2650866 ], [ 120.0451296, 30.2651341 ], [ 120.0451915, 30.2651846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0474305, 30.265306 ], [ 120.0475403, 30.2653491 ], [ 120.0475852, 30.265263 ], [ 120.0476001, 30.2650734 ], [ 120.0476351, 30.2650346 ], [ 120.0476899, 30.2649183 ], [ 120.0477249, 30.2648235 ], [ 120.0477548, 30.2647158 ], [ 120.0477947, 30.2646339 ], [ 120.0479294, 30.2645348 ], [ 120.0478995, 30.2644917 ], [ 120.0477648, 30.264496 ], [ 120.0476301, 30.2645693 ], [ 120.0475907, 30.2647269 ], [ 120.0475752, 30.264789 ], [ 120.0474804, 30.2649269 ], [ 120.0474255, 30.2651079 ], [ 120.0474106, 30.2651854 ], [ 120.0474305, 30.265306 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0503164, 30.2646919 ], [ 120.0503825, 30.2646829 ], [ 120.0504311, 30.2647039 ], [ 120.0503338, 30.2647459 ], [ 120.0503095, 30.2648119 ], [ 120.0503442, 30.264848 ], [ 120.0504207, 30.264851 ], [ 120.0504555, 30.264899 ], [ 120.050379, 30.2649651 ], [ 120.0503408, 30.2650191 ], [ 120.0502921, 30.2651182 ], [ 120.0502851, 30.2652172 ], [ 120.0503164, 30.2652983 ], [ 120.0503477, 30.2653583 ], [ 120.0504346, 30.2653883 ], [ 120.0505006, 30.2654244 ], [ 120.0506084, 30.2654424 ], [ 120.0506988, 30.2654514 ], [ 120.0507648, 30.2654304 ], [ 120.0508343, 30.2653943 ], [ 120.0508893, 30.2652579 ], [ 120.0508834, 30.2651433 ], [ 120.0508488, 30.2650788 ], [ 120.0507449, 30.2650232 ], [ 120.0505953, 30.2649719 ], [ 120.0505145, 30.2649046 ], [ 120.0505945, 30.2649017 ], [ 120.0506939, 30.2649251 ], [ 120.0507897, 30.2649547 ], [ 120.0508729, 30.2649447 ], [ 120.0509453, 30.265 ], [ 120.0510038, 30.2650779 ], [ 120.0510021, 30.2651589 ], [ 120.0509056, 30.2653273 ], [ 120.0509005, 30.2654146 ], [ 120.0509666, 30.26548 ], [ 120.0510466, 30.2654937 ], [ 120.0511124, 30.2655715 ], [ 120.0511993, 30.2656375 ], [ 120.0513035, 30.2656315 ], [ 120.05138, 30.2656015 ], [ 120.0514461, 30.2655474 ], [ 120.0515017, 30.2655054 ], [ 120.0516233, 30.2655024 ], [ 120.0517519, 30.2655054 ], [ 120.0518562, 30.2655264 ], [ 120.0519466, 30.2655414 ], [ 120.0520404, 30.2655535 ], [ 120.0521134, 30.2655234 ], [ 120.0521746, 30.2654878 ], [ 120.0521799, 30.2654299 ], [ 120.0521308, 30.2654214 ], [ 120.052103, 30.2653613 ], [ 120.0520265, 30.2653433 ], [ 120.0518666, 30.2653103 ], [ 120.0517762, 30.2652863 ], [ 120.0516859, 30.2652593 ], [ 120.0515781, 30.2652833 ], [ 120.051526, 30.2653433 ], [ 120.0514461, 30.2654184 ], [ 120.05138, 30.2654484 ], [ 120.0512827, 30.2655174 ], [ 120.0512132, 30.2655114 ], [ 120.0512584, 30.2654784 ], [ 120.0512931, 30.2654304 ], [ 120.051307, 30.2653703 ], [ 120.0513348, 30.2652502 ], [ 120.0512479, 30.2651572 ], [ 120.0511159, 30.2651632 ], [ 120.0510707, 30.2650821 ], [ 120.0511541, 30.2650491 ], [ 120.051168, 30.2650011 ], [ 120.0511089, 30.26495 ], [ 120.0509733, 30.264911 ], [ 120.0508656, 30.264863 ], [ 120.0507683, 30.26483 ], [ 120.0506362, 30.2647879 ], [ 120.0505076, 30.2647489 ], [ 120.050518, 30.2647159 ], [ 120.0506292, 30.2647339 ], [ 120.05073, 30.2647729 ], [ 120.0508934, 30.264836 ], [ 120.0510672, 30.264905 ], [ 120.0511159, 30.264911 ], [ 120.0511819, 30.264881 ], [ 120.051241, 30.264833 ], [ 120.0512445, 30.2647579 ], [ 120.0512723, 30.2646679 ], [ 120.0513209, 30.2645868 ], [ 120.0513453, 30.2644877 ], [ 120.0512862, 30.2644457 ], [ 120.0511854, 30.2644217 ], [ 120.0511159, 30.2643706 ], [ 120.0509942, 30.2643586 ], [ 120.0508795, 30.2643226 ], [ 120.0507996, 30.2643196 ], [ 120.0506988, 30.2643286 ], [ 120.0506153, 30.2643076 ], [ 120.0505423, 30.2642686 ], [ 120.0504833, 30.2642686 ], [ 120.0503929, 30.2643256 ], [ 120.0503547, 30.2643947 ], [ 120.0503373, 30.2644907 ], [ 120.0503095, 30.2645808 ], [ 120.0502782, 30.2646618 ], [ 120.0503164, 30.2646919 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0441019, 30.2649611 ], [ 120.0440949, 30.2650452 ], [ 120.0441273, 30.2650892 ], [ 120.0441737, 30.2650972 ], [ 120.0442455, 30.2650852 ], [ 120.0443591, 30.2651172 ], [ 120.0444888, 30.2651252 ], [ 120.0445699, 30.2651292 ], [ 120.0446719, 30.2651192 ], [ 120.0446997, 30.2650832 ], [ 120.0447437, 30.2650672 ], [ 120.0447484, 30.2651493 ], [ 120.0448133, 30.2651753 ], [ 120.0448805, 30.2651673 ], [ 120.0448897, 30.2651012 ], [ 120.0448851, 30.2650132 ], [ 120.0449175, 30.2649211 ], [ 120.0449175, 30.264843 ], [ 120.0448272, 30.264827 ], [ 120.0447692, 30.264783 ], [ 120.0446395, 30.264777 ], [ 120.0445143, 30.264799 ], [ 120.0444031, 30.264781 ], [ 120.0442386, 30.264769 ], [ 120.0441389, 30.264787 ], [ 120.0440879, 30.2648791 ], [ 120.0441019, 30.2649611 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0435179, 30.2650812 ], [ 120.0435897, 30.2650752 ], [ 120.0436546, 30.2650712 ], [ 120.0437404, 30.2650732 ], [ 120.0438377, 30.2650832 ], [ 120.0440393, 30.2651112 ], [ 120.0440601, 30.2650612 ], [ 120.0440601, 30.2649871 ], [ 120.0440648, 30.2649131 ], [ 120.0438887, 30.2649131 ], [ 120.0437867, 30.2649031 ], [ 120.0436407, 30.2648831 ], [ 120.0435503, 30.2648911 ], [ 120.0435063, 30.2648991 ], [ 120.0434924, 30.2649551 ], [ 120.0434878, 30.2650392 ], [ 120.0435179, 30.2650812 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0692895, 30.2648798 ], [ 120.0695679, 30.2649333 ], [ 120.0696545, 30.26496 ], [ 120.0697659, 30.2649653 ], [ 120.0698339, 30.2648798 ], [ 120.0698587, 30.264773 ], [ 120.0696483, 30.2646982 ], [ 120.0695617, 30.2646714 ], [ 120.0695803, 30.2647516 ], [ 120.0695493, 30.2648104 ], [ 120.0694318, 30.2647676 ], [ 120.0693081, 30.2647676 ], [ 120.0692524, 30.2648317 ], [ 120.0692895, 30.2648798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0683368, 30.2650829 ], [ 120.0684363, 30.2650448 ], [ 120.0685671, 30.2648598 ], [ 120.0687018, 30.2647943 ], [ 120.0686894, 30.2647142 ], [ 120.0686337, 30.2646554 ], [ 120.0684729, 30.2647356 ], [ 120.0684729, 30.2648264 ], [ 120.0683739, 30.2649493 ], [ 120.0683244, 30.2650081 ], [ 120.0683368, 30.2650829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0653718, 30.2651169 ], [ 120.0655415, 30.2651413 ], [ 120.0656075, 30.2651495 ], [ 120.0656687, 30.2651454 ], [ 120.0657112, 30.2651006 ], [ 120.0657347, 30.2650395 ], [ 120.0657677, 30.2649256 ], [ 120.065763, 30.2648075 ], [ 120.06573, 30.2647505 ], [ 120.0656357, 30.2647098 ], [ 120.0655321, 30.2646976 ], [ 120.0654519, 30.264718 ], [ 120.0654001, 30.2647831 ], [ 120.0653482, 30.2649215 ], [ 120.06532, 30.2650111 ], [ 120.0653105, 30.2650762 ], [ 120.0653718, 30.2651169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0691781, 30.2655104 ], [ 120.0693142, 30.2655531 ], [ 120.0693823, 30.2656332 ], [ 120.0694504, 30.265676 ], [ 120.0695617, 30.2657187 ], [ 120.0696854, 30.265676 ], [ 120.0697164, 30.2655424 ], [ 120.0697287, 30.2654516 ], [ 120.0698339, 30.2654195 ], [ 120.0699082, 30.2653768 ], [ 120.0699762, 30.2652165 ], [ 120.0700381, 30.2650562 ], [ 120.0700814, 30.264805 ], [ 120.0700999, 30.2646768 ], [ 120.0701618, 30.2645753 ], [ 120.0702793, 30.2645325 ], [ 120.0704464, 30.2644898 ], [ 120.0706072, 30.2644737 ], [ 120.0707248, 30.2645111 ], [ 120.07083, 30.2645592 ], [ 120.0709599, 30.264586 ], [ 120.0710032, 30.264634 ], [ 120.0710217, 30.2647089 ], [ 120.0709722, 30.2647837 ], [ 120.0708918, 30.2648104 ], [ 120.0707619, 30.2648104 ], [ 120.0706382, 30.2647623 ], [ 120.0705144, 30.2647249 ], [ 120.070434, 30.2647195 ], [ 120.0703845, 30.2647569 ], [ 120.0703598, 30.2648478 ], [ 120.0703721, 30.2649066 ], [ 120.0704031, 30.2649546 ], [ 120.0705083, 30.2649974 ], [ 120.0706258, 30.2650401 ], [ 120.0707495, 30.2650455 ], [ 120.0709351, 30.2650401 ], [ 120.0710774, 30.26496 ], [ 120.0710774, 30.2648692 ], [ 120.0711022, 30.2647463 ], [ 120.071164, 30.2646821 ], [ 120.0712445, 30.264634 ], [ 120.0712445, 30.2645165 ], [ 120.0712445, 30.2643776 ], [ 120.0711764, 30.2643615 ], [ 120.0710527, 30.2643829 ], [ 120.0709599, 30.264447 ], [ 120.0708176, 30.2644417 ], [ 120.0707248, 30.2643989 ], [ 120.0707805, 30.264244 ], [ 120.0707433, 30.2642119 ], [ 120.0706629, 30.2642493 ], [ 120.0706196, 30.2643402 ], [ 120.0705763, 30.264415 ], [ 120.0704093, 30.264447 ], [ 120.0702422, 30.2644737 ], [ 120.0699453, 30.2643455 ], [ 120.069902, 30.2643989 ], [ 120.0697844, 30.264447 ], [ 120.0696916, 30.2644844 ], [ 120.0696978, 30.2645699 ], [ 120.0697782, 30.264634 ], [ 120.069871, 30.2646821 ], [ 120.0699638, 30.2647035 ], [ 120.0700071, 30.2647569 ], [ 120.0699948, 30.2648692 ], [ 120.0699329, 30.2649493 ], [ 120.0699082, 30.2650134 ], [ 120.0698834, 30.2650829 ], [ 120.0697349, 30.2651363 ], [ 120.0696854, 30.265163 ], [ 120.0696978, 30.2652539 ], [ 120.0696607, 30.2653394 ], [ 120.0696978, 30.2653981 ], [ 120.0696421, 30.2654516 ], [ 120.0694998, 30.2654302 ], [ 120.0692524, 30.2653714 ], [ 120.0691596, 30.2653607 ], [ 120.0691101, 30.2654355 ], [ 120.0691781, 30.2655104 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678295, 30.2653287 ], [ 120.0679099, 30.2653554 ], [ 120.0679594, 30.2652432 ], [ 120.0680336, 30.2650455 ], [ 120.0680646, 30.2649386 ], [ 120.0681264, 30.2648104 ], [ 120.0681636, 30.2647302 ], [ 120.0681079, 30.2646821 ], [ 120.0680213, 30.2646714 ], [ 120.0679656, 30.2647142 ], [ 120.0679223, 30.2648157 ], [ 120.0679408, 30.2649279 ], [ 120.0679347, 30.2650241 ], [ 120.0678975, 30.2651417 ], [ 120.0678295, 30.2652646 ], [ 120.0678295, 30.2653287 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0659815, 30.2652994 ], [ 120.0660943, 30.2653404 ], [ 120.0661774, 30.2652225 ], [ 120.0662248, 30.2650636 ], [ 120.0662426, 30.2649662 ], [ 120.0662367, 30.2648893 ], [ 120.0661655, 30.2648739 ], [ 120.0661002, 30.2649047 ], [ 120.0660587, 30.2649662 ], [ 120.0660349, 30.2650482 ], [ 120.0660349, 30.2651405 ], [ 120.0660171, 30.2652328 ], [ 120.0659815, 30.2652584 ], [ 120.0659815, 30.2652994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0690606, 30.2651256 ], [ 120.0692029, 30.2651524 ], [ 120.0692524, 30.2651684 ], [ 120.0693019, 30.2652165 ], [ 120.0693823, 30.2652004 ], [ 120.0694009, 30.2651043 ], [ 120.0693142, 30.2650722 ], [ 120.0691843, 30.2650508 ], [ 120.069073, 30.2650027 ], [ 120.0690235, 30.2650562 ], [ 120.0690606, 30.2651256 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0670082, 30.2655198 ], [ 120.0671507, 30.2655762 ], [ 120.0672278, 30.2655659 ], [ 120.0672812, 30.2655352 ], [ 120.0673703, 30.2653763 ], [ 120.0674059, 30.2652738 ], [ 120.0674059, 30.2651969 ], [ 120.0672931, 30.2651405 ], [ 120.0671922, 30.2650995 ], [ 120.0670913, 30.2650431 ], [ 120.0670023, 30.2650585 ], [ 120.0669429, 30.26512 ], [ 120.0668895, 30.2652379 ], [ 120.0669073, 30.2653096 ], [ 120.0668599, 30.2654583 ], [ 120.0670082, 30.2655198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0713516, 30.2655199 ], [ 120.0714702, 30.2655684 ], [ 120.0716012, 30.2654337 ], [ 120.0715825, 30.2653637 ], [ 120.0715637, 30.265229 ], [ 120.0715138, 30.2651697 ], [ 120.0714265, 30.2651967 ], [ 120.0713766, 30.2652721 ], [ 120.0713142, 30.2653637 ], [ 120.071308, 30.2654283 ], [ 120.0713516, 30.2655199 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0663969, 30.2655813 ], [ 120.0664385, 30.2656275 ], [ 120.0665334, 30.2655198 ], [ 120.0665334, 30.2654122 ], [ 120.0665216, 30.2653404 ], [ 120.0664563, 30.2653096 ], [ 120.0663791, 30.2653455 ], [ 120.0663495, 30.2654327 ], [ 120.0663376, 30.2655249 ], [ 120.0663969, 30.2655813 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.045527, 30.2651753 ], [ 120.0456011, 30.2651833 ], [ 120.0456266, 30.2650912 ], [ 120.0456568, 30.2649711 ], [ 120.0456892, 30.2648971 ], [ 120.0456521, 30.2648811 ], [ 120.0455733, 30.2648911 ], [ 120.0455409, 30.2649671 ], [ 120.0455293, 30.2650472 ], [ 120.0454992, 30.2651092 ], [ 120.0454946, 30.2651513 ], [ 120.045527, 30.2651753 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0456764, 30.2651311 ], [ 120.0456832, 30.2651787 ], [ 120.0457967, 30.2651995 ], [ 120.0458586, 30.2652351 ], [ 120.0459411, 30.2652381 ], [ 120.046003, 30.2652529 ], [ 120.0460374, 30.2653361 ], [ 120.0460581, 30.2654044 ], [ 120.0460959, 30.2654311 ], [ 120.0461681, 30.2654282 ], [ 120.0462678, 30.2654074 ], [ 120.0463538, 30.2654044 ], [ 120.0464604, 30.2654014 ], [ 120.0465945, 30.2654252 ], [ 120.0467149, 30.2654252 ], [ 120.0468559, 30.2654311 ], [ 120.0469556, 30.2654608 ], [ 120.0470175, 30.2654252 ], [ 120.0469934, 30.265339 ], [ 120.0469728, 30.2652886 ], [ 120.0469453, 30.265241 ], [ 120.0468421, 30.2652351 ], [ 120.0467561, 30.265247 ], [ 120.0466702, 30.2652589 ], [ 120.0465911, 30.2652915 ], [ 120.0464535, 30.2652856 ], [ 120.0464535, 30.2653361 ], [ 120.0464088, 30.2653569 ], [ 120.0463228, 30.2653331 ], [ 120.0462678, 30.2653123 ], [ 120.0461991, 30.2653123 ], [ 120.0461406, 30.2653123 ], [ 120.0460684, 30.2652826 ], [ 120.0460409, 30.2652321 ], [ 120.0460168, 30.2651668 ], [ 120.0460546, 30.2651044 ], [ 120.0460856, 30.2650123 ], [ 120.0461062, 30.2649114 ], [ 120.0461303, 30.2648579 ], [ 120.0461612, 30.2648015 ], [ 120.0461784, 30.2647302 ], [ 120.0461681, 30.2646856 ], [ 120.0461165, 30.2646351 ], [ 120.0460305, 30.2646233 ], [ 120.045948, 30.2646737 ], [ 120.0459068, 30.2647718 ], [ 120.0458724, 30.264846 ], [ 120.0458277, 30.2648935 ], [ 120.0457589, 30.2649351 ], [ 120.0457142, 30.2650183 ], [ 120.0456729, 30.2650747 ], [ 120.0456764, 30.2651311 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0517025, 30.2652073 ], [ 120.051742, 30.2651936 ], [ 120.0517914, 30.2651953 ], [ 120.0518466, 30.2652482 ], [ 120.0519157, 30.2652772 ], [ 120.0519946, 30.2652993 ], [ 120.0520795, 30.2653096 ], [ 120.0521427, 30.2652976 ], [ 120.0521822, 30.2652482 ], [ 120.0522335, 30.2652329 ], [ 120.0522828, 30.2651868 ], [ 120.0523499, 30.2651442 ], [ 120.0523953, 30.2651203 ], [ 120.0523953, 30.2650811 ], [ 120.0523381, 30.2650453 ], [ 120.0522789, 30.2650181 ], [ 120.0522058, 30.2649891 ], [ 120.0521822, 30.2649448 ], [ 120.052115, 30.2649124 ], [ 120.0520736, 30.2648578 ], [ 120.0520104, 30.2648271 ], [ 120.0519275, 30.2648135 ], [ 120.0518111, 30.2648322 ], [ 120.051746, 30.2648766 ], [ 120.0517479, 30.2649448 ], [ 120.0517242, 30.2650061 ], [ 120.0517183, 30.2650385 ], [ 120.0517223, 30.2651016 ], [ 120.0516946, 30.2651391 ], [ 120.0516927, 30.2651834 ], [ 120.0517025, 30.2652073 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0514686, 30.2651079 ], [ 120.0515094, 30.2651737 ], [ 120.051523, 30.2652442 ], [ 120.0515748, 30.2652677 ], [ 120.051602, 30.2651925 ], [ 120.051602, 30.2651008 ], [ 120.0516156, 30.2650373 ], [ 120.0516782, 30.265035 ], [ 120.0516891, 30.2649786 ], [ 120.0516809, 30.2649222 ], [ 120.0516183, 30.2649198 ], [ 120.0516183, 30.2649997 ], [ 120.0515639, 30.2650138 ], [ 120.0514713, 30.2650021 ], [ 120.0514495, 30.2650397 ], [ 120.0514686, 30.2651079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0430911, 30.2658926 ], [ 120.0431276, 30.2659224 ], [ 120.0431783, 30.2659276 ], [ 120.0432311, 30.2659119 ], [ 120.0432717, 30.2659276 ], [ 120.0433265, 30.2659469 ], [ 120.0433752, 30.2659469 ], [ 120.0434178, 30.2659259 ], [ 120.0434198, 30.2658558 ], [ 120.04343, 30.2657909 ], [ 120.0434056, 30.2657033 ], [ 120.0434361, 30.2656069 ], [ 120.043434, 30.2654824 ], [ 120.0434381, 30.2653001 ], [ 120.0434584, 30.2651354 ], [ 120.0434381, 30.265081 ], [ 120.0434117, 30.2649934 ], [ 120.0433934, 30.2649356 ], [ 120.0433894, 30.2648409 ], [ 120.0432839, 30.2648392 ], [ 120.043227, 30.2648707 ], [ 120.0432047, 30.2649321 ], [ 120.0431763, 30.2649601 ], [ 120.0431662, 30.2650583 ], [ 120.0431499, 30.2650986 ], [ 120.0431641, 30.2651687 ], [ 120.0431885, 30.2652318 ], [ 120.0431743, 30.2652774 ], [ 120.0431682, 30.2653317 ], [ 120.043152, 30.2654123 ], [ 120.0431682, 30.2655035 ], [ 120.043154, 30.2655613 ], [ 120.0431377, 30.2656157 ], [ 120.0431377, 30.2656945 ], [ 120.0431175, 30.2657524 ], [ 120.0430911, 30.2657769 ], [ 120.0430708, 30.2658645 ], [ 120.0430911, 30.2658926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.04238, 30.2658247 ], [ 120.0424404, 30.2658226 ], [ 120.0425171, 30.2657343 ], [ 120.0425055, 30.2656199 ], [ 120.0425148, 30.2655516 ], [ 120.0425334, 30.2654352 ], [ 120.0425613, 30.265387 ], [ 120.0425868, 30.2652806 ], [ 120.0426008, 30.2652084 ], [ 120.0425822, 30.2651281 ], [ 120.0425287, 30.265098 ], [ 120.0424683, 30.2651221 ], [ 120.0424311, 30.2652345 ], [ 120.0424358, 30.2653208 ], [ 120.0424334, 30.2654011 ], [ 120.0424381, 30.2654894 ], [ 120.0423986, 30.2655797 ], [ 120.0424125, 30.265644 ], [ 120.0423823, 30.2657102 ], [ 120.0423567, 30.2657885 ], [ 120.04238, 30.2658247 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0418105, 30.2655637 ], [ 120.0418129, 30.26564 ], [ 120.041871, 30.2656841 ], [ 120.0420244, 30.2657263 ], [ 120.0422382, 30.2657022 ], [ 120.0423172, 30.2656922 ], [ 120.0423126, 30.2656058 ], [ 120.0422824, 30.2655336 ], [ 120.0423381, 30.2654854 ], [ 120.0423428, 30.2654412 ], [ 120.0422731, 30.2654011 ], [ 120.0421266, 30.2654111 ], [ 120.0420453, 30.2654151 ], [ 120.0419732, 30.2654091 ], [ 120.04195, 30.265385 ], [ 120.0419872, 30.265373 ], [ 120.0420337, 30.2653449 ], [ 120.0420569, 30.2652867 ], [ 120.0420639, 30.2652365 ], [ 120.042029, 30.2652224 ], [ 120.0419546, 30.2652264 ], [ 120.0418919, 30.2652505 ], [ 120.0419082, 30.2653489 ], [ 120.0418872, 30.2654031 ], [ 120.0418291, 30.2654432 ], [ 120.0418105, 30.2655035 ], [ 120.0418105, 30.2655637 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0464086, 30.2656041 ], [ 120.0464143, 30.2656385 ], [ 120.046457, 30.2656656 ], [ 120.0465169, 30.2656631 ], [ 120.0466536, 30.2657001 ], [ 120.0467619, 30.2657197 ], [ 120.0469329, 30.2657148 ], [ 120.0470554, 30.2656902 ], [ 120.0471722, 30.2656656 ], [ 120.0472719, 30.2656976 ], [ 120.0473545, 30.2656902 ], [ 120.0474144, 30.2656533 ], [ 120.0474885, 30.2656631 ], [ 120.0475853, 30.2656902 ], [ 120.0476423, 30.2656877 ], [ 120.0476537, 30.265609 ], [ 120.0477078, 30.2655696 ], [ 120.047762, 30.2655401 ], [ 120.0477933, 30.2654761 ], [ 120.0477819, 30.2654121 ], [ 120.0477534, 30.2653949 ], [ 120.0477135, 30.2653851 ], [ 120.0476167, 30.2654146 ], [ 120.0475483, 30.2654146 ], [ 120.0474856, 30.2653949 ], [ 120.0474286, 30.2653924 ], [ 120.0473659, 30.2653678 ], [ 120.0473374, 30.2652989 ], [ 120.0472491, 30.2652719 ], [ 120.0471921, 30.2652817 ], [ 120.0471779, 30.2653186 ], [ 120.0471352, 30.265358 ], [ 120.0470867, 30.2654023 ], [ 120.0470839, 30.2654712 ], [ 120.0470525, 30.2655327 ], [ 120.0469671, 30.2655672 ], [ 120.0468759, 30.2655795 ], [ 120.0468075, 30.2655598 ], [ 120.0467391, 30.2655327 ], [ 120.0466479, 30.2655204 ], [ 120.0466081, 30.2655056 ], [ 120.0465169, 30.2654933 ], [ 120.0464542, 30.2655204 ], [ 120.0464086, 30.2655598 ], [ 120.0464086, 30.2656041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0425939, 30.2658821 ], [ 120.0426446, 30.2659154 ], [ 120.0427156, 30.2658996 ], [ 120.0427745, 30.2658347 ], [ 120.0427968, 30.2657506 ], [ 120.0428313, 30.265684 ], [ 120.0428415, 30.2655613 ], [ 120.0428739, 30.2654772 ], [ 120.0429084, 30.2653405 ], [ 120.0429226, 30.2653037 ], [ 120.042947, 30.2652966 ], [ 120.0429795, 30.2653124 ], [ 120.0429835, 30.2653878 ], [ 120.0429531, 30.2655245 ], [ 120.042945, 30.2656472 ], [ 120.0429429, 30.2657489 ], [ 120.0429287, 30.2658032 ], [ 120.0429247, 30.2658225 ], [ 120.0429287, 30.2658751 ], [ 120.042951, 30.2659014 ], [ 120.0430038, 30.2658943 ], [ 120.0430302, 30.2658645 ], [ 120.0430525, 30.2658032 ], [ 120.0430282, 30.2657015 ], [ 120.0430403, 30.2656454 ], [ 120.0430403, 30.2655701 ], [ 120.0430485, 30.2655087 ], [ 120.0430505, 30.2654386 ], [ 120.0430911, 30.2653738 ], [ 120.0430911, 30.2652949 ], [ 120.043085, 30.2652406 ], [ 120.043085, 30.2651932 ], [ 120.043085, 30.2651336 ], [ 120.0430687, 30.2650828 ], [ 120.0430302, 30.2650933 ], [ 120.0430058, 30.2651249 ], [ 120.0429997, 30.2651862 ], [ 120.0429795, 30.2652195 ], [ 120.0429795, 30.2652528 ], [ 120.042951, 30.2652668 ], [ 120.0429084, 30.2652581 ], [ 120.0429023, 30.2652002 ], [ 120.0429023, 30.2651494 ], [ 120.042876, 30.2651108 ], [ 120.0428252, 30.2650951 ], [ 120.0427704, 30.2651056 ], [ 120.0427075, 30.2651021 ], [ 120.0426527, 30.2651406 ], [ 120.0426446, 30.265209 ], [ 120.0426527, 30.2652844 ], [ 120.0426568, 30.2653562 ], [ 120.0426426, 30.2654281 ], [ 120.0426345, 30.2654947 ], [ 120.0426405, 30.2655385 ], [ 120.0426243, 30.2655788 ], [ 120.042604, 30.2656139 ], [ 120.0426142, 30.2656858 ], [ 120.0425979, 30.2657383 ], [ 120.0425857, 30.2657857 ], [ 120.0425939, 30.2658821 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0434831, 30.2658438 ], [ 120.0434924, 30.2659158 ], [ 120.0435387, 30.2659358 ], [ 120.0435967, 30.2659358 ], [ 120.0436245, 30.2658858 ], [ 120.0436384, 30.2658458 ], [ 120.0436546, 30.2657477 ], [ 120.0436523, 30.2656716 ], [ 120.0436036, 30.2656396 ], [ 120.0435526, 30.2656096 ], [ 120.043599, 30.2655836 ], [ 120.0436291, 30.2655355 ], [ 120.0436361, 30.2654535 ], [ 120.0436407, 30.2653654 ], [ 120.04365, 30.2652473 ], [ 120.0436523, 30.2652273 ], [ 120.0436801, 30.2652253 ], [ 120.0436778, 30.2653094 ], [ 120.0436801, 30.2654014 ], [ 120.0436685, 30.2654795 ], [ 120.0437125, 30.2655435 ], [ 120.043745, 30.2655716 ], [ 120.0437195, 30.2656216 ], [ 120.0436894, 30.2657217 ], [ 120.0436894, 30.2657637 ], [ 120.0436917, 30.2658438 ], [ 120.0437844, 30.2659438 ], [ 120.0438748, 30.2659999 ], [ 120.0439674, 30.2660019 ], [ 120.0440323, 30.2659578 ], [ 120.0440509, 30.2658898 ], [ 120.0440764, 30.2658237 ], [ 120.0440323, 30.2657797 ], [ 120.0440092, 30.2656936 ], [ 120.0440045, 30.2656216 ], [ 120.0440184, 30.2655435 ], [ 120.0440323, 30.2655075 ], [ 120.0441042, 30.2655375 ], [ 120.044132, 30.2655876 ], [ 120.0441389, 30.2656576 ], [ 120.0441204, 30.2657337 ], [ 120.0441343, 30.2657857 ], [ 120.0441412, 30.2658918 ], [ 120.04422, 30.2659458 ], [ 120.0443174, 30.2659498 ], [ 120.0443707, 30.2659398 ], [ 120.0443776, 30.2658618 ], [ 120.0443869, 30.2657797 ], [ 120.0443776, 30.2657057 ], [ 120.044366, 30.2656136 ], [ 120.044366, 30.2655215 ], [ 120.0443637, 30.2654555 ], [ 120.0443544, 30.2653894 ], [ 120.0443637, 30.2653314 ], [ 120.0443846, 30.2653114 ], [ 120.044417, 30.2653334 ], [ 120.044424, 30.2654315 ], [ 120.0444263, 30.2655135 ], [ 120.0444147, 30.2655916 ], [ 120.0444309, 30.2656576 ], [ 120.0444518, 30.2657157 ], [ 120.044468, 30.2657677 ], [ 120.044468, 30.2658077 ], [ 120.0444355, 30.2658478 ], [ 120.0444263, 30.2658858 ], [ 120.0444263, 30.2659618 ], [ 120.0444332, 30.2659919 ], [ 120.0444726, 30.2660259 ], [ 120.0445143, 30.2660179 ], [ 120.0445537, 30.2659979 ], [ 120.0446163, 30.2660059 ], [ 120.0446626, 30.2660119 ], [ 120.044702, 30.2660079 ], [ 120.044709, 30.2659318 ], [ 120.0447229, 30.2658938 ], [ 120.0447623, 30.2658898 ], [ 120.0447831, 30.2658698 ], [ 120.0447762, 30.2658197 ], [ 120.0447808, 30.2657757 ], [ 120.0447924, 30.2657297 ], [ 120.0447924, 30.2656896 ], [ 120.0447878, 30.2656196 ], [ 120.0447716, 30.2655756 ], [ 120.0447994, 30.2655155 ], [ 120.0447878, 30.2654575 ], [ 120.0448086, 30.2653874 ], [ 120.0448133, 30.2653154 ], [ 120.0448249, 30.2652613 ], [ 120.0448434, 30.2652974 ], [ 120.0448619, 30.2653614 ], [ 120.0448828, 30.2654615 ], [ 120.0448851, 30.2655696 ], [ 120.0448735, 30.2656736 ], [ 120.0448758, 30.2657597 ], [ 120.0448758, 30.2657857 ], [ 120.0448921, 30.2658398 ], [ 120.0448828, 30.2658978 ], [ 120.0448434, 30.2659498 ], [ 120.0448202, 30.2660319 ], [ 120.0448596, 30.2660879 ], [ 120.0449546, 30.2660879 ], [ 120.0450265, 30.2660819 ], [ 120.0450983, 30.2660379 ], [ 120.045089, 30.2659438 ], [ 120.0450682, 30.2658197 ], [ 120.0450728, 30.2656956 ], [ 120.0450798, 30.2656216 ], [ 120.0450659, 30.2655555 ], [ 120.0451006, 30.2655375 ], [ 120.0451817, 30.2655475 ], [ 120.0451562, 30.2656296 ], [ 120.0451331, 30.2657077 ], [ 120.0451331, 30.2658057 ], [ 120.0451609, 30.2659438 ], [ 120.0451817, 30.2660319 ], [ 120.0452188, 30.2660419 ], [ 120.0452489, 30.2659799 ], [ 120.0452211, 30.2658598 ], [ 120.0452257, 30.2657837 ], [ 120.0452257, 30.2656716 ], [ 120.0452095, 30.2655595 ], [ 120.0452257, 30.2654915 ], [ 120.045184, 30.2653834 ], [ 120.0452165, 30.2653214 ], [ 120.0452628, 30.2653134 ], [ 120.0452767, 30.2653734 ], [ 120.0453115, 30.2654715 ], [ 120.0453022, 30.2655816 ], [ 120.0453045, 30.2656956 ], [ 120.0453254, 30.2658057 ], [ 120.0453045, 30.2658938 ], [ 120.0453231, 30.2659698 ], [ 120.0453764, 30.2660079 ], [ 120.0454413, 30.2660439 ], [ 120.0455154, 30.2660439 ], [ 120.0455502, 30.2660079 ], [ 120.0455409, 30.2658678 ], [ 120.0455339, 30.2657977 ], [ 120.0455154, 30.2657257 ], [ 120.0455085, 30.2656596 ], [ 120.0455293, 30.2656096 ], [ 120.0455293, 30.2655455 ], [ 120.0455247, 30.2654895 ], [ 120.0455247, 30.2653894 ], [ 120.0455339, 30.2653354 ], [ 120.0455919, 30.2653474 ], [ 120.0456011, 30.2654255 ], [ 120.0456058, 30.2655075 ], [ 120.0456058, 30.2655976 ], [ 120.045629, 30.2656396 ], [ 120.0456313, 30.2657017 ], [ 120.0456174, 30.2657857 ], [ 120.0456614, 30.2658277 ], [ 120.0456197, 30.2658998 ], [ 120.0456243, 30.2659618 ], [ 120.0456243, 30.2660159 ], [ 120.0456382, 30.2660659 ], [ 120.0457263, 30.2660879 ], [ 120.0457402, 30.2660479 ], [ 120.045768, 30.2659899 ], [ 120.0457541, 30.2658858 ], [ 120.0457912, 30.2658037 ], [ 120.0457819, 30.2657257 ], [ 120.0457749, 30.2656516 ], [ 120.0457749, 30.2655856 ], [ 120.0457842, 30.2655515 ], [ 120.0457888, 30.2654835 ], [ 120.0457726, 30.2654134 ], [ 120.0457958, 30.2653574 ], [ 120.0457935, 30.2653094 ], [ 120.0457726, 30.2652573 ], [ 120.0457147, 30.2652253 ], [ 120.0456568, 30.2652573 ], [ 120.045629, 30.2652894 ], [ 120.0455919, 30.2652934 ], [ 120.0455386, 30.2652974 ], [ 120.0455085, 30.2652753 ], [ 120.0454366, 30.2652473 ], [ 120.0453717, 30.2652433 ], [ 120.0453208, 30.2652693 ], [ 120.045286, 30.2652693 ], [ 120.045235, 30.2652533 ], [ 120.0451701, 30.2652433 ], [ 120.0451585, 30.2652753 ], [ 120.0451516, 30.2653334 ], [ 120.0451678, 30.2653934 ], [ 120.0451794, 30.2654435 ], [ 120.0451562, 30.2654655 ], [ 120.0451006, 30.2654475 ], [ 120.0450705, 30.2654074 ], [ 120.045096, 30.2653254 ], [ 120.0450867, 30.2652553 ], [ 120.045045, 30.2652173 ], [ 120.0449778, 30.2652073 ], [ 120.0449175, 30.2651853 ], [ 120.0448735, 30.2652033 ], [ 120.0448364, 30.2652273 ], [ 120.0447739, 30.2652233 ], [ 120.0446511, 30.2651953 ], [ 120.0445839, 30.2651793 ], [ 120.0445051, 30.2651653 ], [ 120.044424, 30.2651613 ], [ 120.044417, 30.2652053 ], [ 120.0444124, 30.2652613 ], [ 120.0443938, 30.2652874 ], [ 120.044373, 30.2652713 ], [ 120.0443822, 30.2652213 ], [ 120.044373, 30.2651753 ], [ 120.044315, 30.2651633 ], [ 120.0442594, 30.2651693 ], [ 120.0442108, 30.2651813 ], [ 120.0441575, 30.2651833 ], [ 120.0441134, 30.2652113 ], [ 120.0441181, 30.2652874 ], [ 120.0441181, 30.2653574 ], [ 120.0441204, 30.2654094 ], [ 120.044132, 30.2654535 ], [ 120.0441389, 30.2654915 ], [ 120.0441088, 30.2654995 ], [ 120.0440648, 30.2654475 ], [ 120.0440532, 30.2653734 ], [ 120.0440625, 30.2653054 ], [ 120.0440694, 30.2652493 ], [ 120.0440694, 30.2651933 ], [ 120.04403, 30.2651593 ], [ 120.0439605, 30.2651553 ], [ 120.0439072, 30.2651593 ], [ 120.0438307, 30.2651553 ], [ 120.0437797, 30.2651573 ], [ 120.0437357, 30.2651753 ], [ 120.0437033, 30.2651993 ], [ 120.0436639, 30.2651893 ], [ 120.0436268, 30.2651553 ], [ 120.0435735, 30.2651472 ], [ 120.0435063, 30.2651472 ], [ 120.043497, 30.2652293 ], [ 120.0434854, 30.2653634 ], [ 120.043497, 30.2654575 ], [ 120.0435063, 30.2655495 ], [ 120.043504, 30.2656236 ], [ 120.0434854, 30.2657137 ], [ 120.0434831, 30.2657997 ], [ 120.0434831, 30.2658438 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.067489, 30.2655403 ], [ 120.0676848, 30.265607 ], [ 120.0678569, 30.2656787 ], [ 120.0679459, 30.2655813 ], [ 120.0678925, 30.2655198 ], [ 120.0678094, 30.2654686 ], [ 120.0677501, 30.2653968 ], [ 120.067572, 30.2653404 ], [ 120.0675068, 30.2653712 ], [ 120.0674652, 30.2654583 ], [ 120.067489, 30.2655403 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0639861, 30.2656705 ], [ 120.0640616, 30.2657438 ], [ 120.0641558, 30.2658374 ], [ 120.0642642, 30.2658781 ], [ 120.064448, 30.265931 ], [ 120.0645706, 30.2660002 ], [ 120.0646271, 30.2660572 ], [ 120.0647308, 30.2660654 ], [ 120.0648157, 30.2660654 ], [ 120.0649005, 30.2660898 ], [ 120.0649382, 30.266159 ], [ 120.06499, 30.2662038 ], [ 120.065122, 30.2661997 ], [ 120.0652116, 30.2662241 ], [ 120.06532, 30.2662608 ], [ 120.0653812, 30.2662323 ], [ 120.0654001, 30.2661468 ], [ 120.0653577, 30.2660776 ], [ 120.0653247, 30.2659717 ], [ 120.0653718, 30.2658903 ], [ 120.0654944, 30.2658171 ], [ 120.0655273, 30.2657479 ], [ 120.0655745, 30.2655077 ], [ 120.0655556, 30.2654507 ], [ 120.0655085, 30.2654466 ], [ 120.0654142, 30.2654914 ], [ 120.0653153, 30.265524 ], [ 120.065221, 30.2655077 ], [ 120.0651833, 30.265471 ], [ 120.0651739, 30.2653449 ], [ 120.0651974, 30.2652309 ], [ 120.0651833, 30.2651739 ], [ 120.0651032, 30.2651454 ], [ 120.0649853, 30.2651617 ], [ 120.0648628, 30.2651169 ], [ 120.0648015, 30.2650273 ], [ 120.064712, 30.2649378 ], [ 120.0646648, 30.2649663 ], [ 120.064613, 30.2650192 ], [ 120.064613, 30.2651372 ], [ 120.0646318, 30.2651983 ], [ 120.0646696, 30.2652553 ], [ 120.0646554, 30.2653041 ], [ 120.0645706, 30.2653245 ], [ 120.0645093, 30.2653001 ], [ 120.0644386, 30.2653204 ], [ 120.0643255, 30.2652757 ], [ 120.0642548, 30.2652268 ], [ 120.0642407, 30.2651413 ], [ 120.0642925, 30.2651006 ], [ 120.0644103, 30.2651128 ], [ 120.0645046, 30.265121 ], [ 120.0645423, 30.2650233 ], [ 120.0644622, 30.26495 ], [ 120.0643868, 30.2649134 ], [ 120.0642972, 30.264893 ], [ 120.0642454, 30.2648971 ], [ 120.0641982, 30.2649663 ], [ 120.0641605, 30.2650762 ], [ 120.0641417, 30.2651576 ], [ 120.0640945, 30.2651983 ], [ 120.0640427, 30.2652431 ], [ 120.064038, 30.2653123 ], [ 120.0640898, 30.2653978 ], [ 120.0642077, 30.2654263 ], [ 120.0643915, 30.2654588 ], [ 120.064613, 30.2655158 ], [ 120.0647261, 30.2655565 ], [ 120.0647874, 30.2655158 ], [ 120.0648015, 30.2654385 ], [ 120.0647497, 30.2653774 ], [ 120.0647261, 30.2653164 ], [ 120.0647827, 30.2652757 ], [ 120.0648864, 30.2652797 ], [ 120.0649712, 30.265296 ], [ 120.0650042, 30.2653734 ], [ 120.0649618, 30.2654588 ], [ 120.0649099, 30.265524 ], [ 120.0648675, 30.2656054 ], [ 120.0648722, 30.2656583 ], [ 120.06499, 30.2657031 ], [ 120.0650466, 30.2656542 ], [ 120.0651079, 30.2656339 ], [ 120.0652068, 30.2656583 ], [ 120.0652398, 30.2657153 ], [ 120.0652068, 30.2657845 ], [ 120.0650937, 30.265813 ], [ 120.0649995, 30.2657682 ], [ 120.0649759, 30.2658211 ], [ 120.0649288, 30.2658863 ], [ 120.0648769, 30.2659107 ], [ 120.0647827, 30.26587 ], [ 120.0647025, 30.2657682 ], [ 120.0646271, 30.2657316 ], [ 120.0644857, 30.2656746 ], [ 120.0642029, 30.2655932 ], [ 120.0640474, 30.2655525 ], [ 120.0639909, 30.2655687 ], [ 120.0639532, 30.2656135 ], [ 120.0639861, 30.2656705 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0680172, 30.2659145 ], [ 120.0680765, 30.2658222 ], [ 120.0681121, 30.2657454 ], [ 120.0681774, 30.2656018 ], [ 120.0682724, 30.2655301 ], [ 120.0683851, 30.2655249 ], [ 120.0684326, 30.2654481 ], [ 120.0685454, 30.2654275 ], [ 120.0686641, 30.2654224 ], [ 120.0687412, 30.2654583 ], [ 120.068854, 30.2655096 ], [ 120.0689549, 30.2655403 ], [ 120.069032, 30.2656531 ], [ 120.0690617, 30.2657556 ], [ 120.0691032, 30.2658427 ], [ 120.0692635, 30.2658786 ], [ 120.0692516, 30.2658017 ], [ 120.0691448, 30.2657607 ], [ 120.0691032, 30.2656531 ], [ 120.0690498, 30.2655608 ], [ 120.0690261, 30.2654839 ], [ 120.0689727, 30.2654173 ], [ 120.0688955, 30.2654122 ], [ 120.0687709, 30.2654019 ], [ 120.0686522, 30.2653609 ], [ 120.0684741, 30.2653814 ], [ 120.0683554, 30.2654224 ], [ 120.0683495, 30.2653455 ], [ 120.0682961, 30.2653455 ], [ 120.0682546, 30.2654122 ], [ 120.0682368, 30.2654839 ], [ 120.0681774, 30.2655403 ], [ 120.0681121, 30.2655916 ], [ 120.0680884, 30.2656582 ], [ 120.0680409, 30.2657505 ], [ 120.0679934, 30.2658633 ], [ 120.0680172, 30.2659145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0698392, 30.2659453 ], [ 120.0699223, 30.265976 ], [ 120.0700469, 30.2658171 ], [ 120.0700884, 30.2656941 ], [ 120.070124, 30.2655865 ], [ 120.0700469, 30.2655403 ], [ 120.0699816, 30.2655813 ], [ 120.0699223, 30.2656685 ], [ 120.069857, 30.265812 ], [ 120.0698332, 30.2658889 ], [ 120.0698392, 30.2659453 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0666047, 30.2658889 ], [ 120.0666581, 30.2659196 ], [ 120.0669786, 30.2659811 ], [ 120.0670616, 30.2658786 ], [ 120.0670973, 30.2657556 ], [ 120.0670973, 30.2657095 ], [ 120.0669904, 30.2656531 ], [ 120.0668421, 30.2655916 ], [ 120.0667293, 30.2656018 ], [ 120.0665928, 30.2658069 ], [ 120.0666047, 30.2658889 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0696255, 30.266422 ], [ 120.0696967, 30.2663758 ], [ 120.0697679, 30.2662733 ], [ 120.0698629, 30.2662016 ], [ 120.0699519, 30.2662016 ], [ 120.0699638, 30.2662682 ], [ 120.0700884, 30.2662477 ], [ 120.0701597, 30.2662682 ], [ 120.0701715, 30.2663707 ], [ 120.0701122, 30.2664066 ], [ 120.0701062, 30.2664937 ], [ 120.0701715, 30.2665604 ], [ 120.0702427, 30.2665245 ], [ 120.0702605, 30.2664169 ], [ 120.0702427, 30.2663143 ], [ 120.0703021, 30.2662426 ], [ 120.070397, 30.2660324 ], [ 120.0705039, 30.2658735 ], [ 120.0705454, 30.2656941 ], [ 120.0705395, 30.2655967 ], [ 120.0704505, 30.2655454 ], [ 120.0704386, 30.2654122 ], [ 120.0704801, 30.2653507 ], [ 120.0705276, 30.2652584 ], [ 120.070492, 30.265161 ], [ 120.0703674, 30.2651046 ], [ 120.0702724, 30.26512 ], [ 120.0701953, 30.2651866 ], [ 120.0701656, 30.2653148 ], [ 120.0701715, 30.2654275 ], [ 120.0702309, 30.2654839 ], [ 120.0703377, 30.2655198 ], [ 120.070314, 30.2656121 ], [ 120.0702487, 30.2655967 ], [ 120.0701953, 30.2656326 ], [ 120.0701893, 30.2657351 ], [ 120.070041, 30.2660273 ], [ 120.0700113, 30.2661144 ], [ 120.0699519, 30.2661452 ], [ 120.0698688, 30.2661401 ], [ 120.0698214, 30.2660734 ], [ 120.0697561, 30.2661144 ], [ 120.0697086, 30.2661811 ], [ 120.0696374, 30.2662887 ], [ 120.0695958, 30.2663707 ], [ 120.0696255, 30.266422 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0711021, 30.2659564 ], [ 120.071152, 30.2658863 ], [ 120.0711832, 30.265854 ], [ 120.0712019, 30.2658001 ], [ 120.071127, 30.2657893 ], [ 120.0710959, 30.2658486 ], [ 120.0710709, 30.2659133 ], [ 120.0711021, 30.2659564 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0672931, 30.2660734 ], [ 120.0676195, 30.2661708 ], [ 120.0676729, 30.2661759 ], [ 120.0677382, 30.2661349 ], [ 120.0678094, 30.265976 ], [ 120.0678272, 30.2658684 ], [ 120.0677857, 30.265812 ], [ 120.0676848, 30.2657607 ], [ 120.0674771, 30.2656992 ], [ 120.0673881, 30.265689 ], [ 120.0673287, 30.2657351 ], [ 120.0672694, 30.2659043 ], [ 120.0672456, 30.2660068 ], [ 120.0672931, 30.2660734 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0682724, 30.2661862 ], [ 120.068486, 30.2661657 ], [ 120.0686106, 30.2661349 ], [ 120.0686878, 30.2660734 ], [ 120.0687353, 30.2659555 ], [ 120.0687353, 30.2658171 ], [ 120.0687115, 30.2657402 ], [ 120.0685394, 30.2657095 ], [ 120.0684148, 30.2657351 ], [ 120.0683317, 30.2658017 ], [ 120.0682902, 30.2659043 ], [ 120.0682546, 30.2660529 ], [ 120.0682427, 30.2661247 ], [ 120.0682724, 30.2661862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0693525, 30.2661657 ], [ 120.0694, 30.2662323 ], [ 120.0694949, 30.2662682 ], [ 120.0695602, 30.2661708 ], [ 120.0696433, 30.2659811 ], [ 120.0696671, 30.2659094 ], [ 120.0696552, 30.265853 ], [ 120.0695484, 30.2658069 ], [ 120.0694593, 30.265812 ], [ 120.0694, 30.2658838 ], [ 120.0693703, 30.2659965 ], [ 120.0693347, 30.2661144 ], [ 120.0693525, 30.2661657 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0639249, 30.2652838 ], [ 120.0639626, 30.2652512 ], [ 120.0640144, 30.2650111 ], [ 120.0639956, 30.2649785 ], [ 120.0639484, 30.2649785 ], [ 120.0639154, 30.2650151 ], [ 120.063906, 30.2650965 ], [ 120.0638872, 30.2651902 ], [ 120.0639249, 30.2652838 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0518043, 30.2657394 ], [ 120.0518752, 30.2658108 ], [ 120.0519579, 30.2658448 ], [ 120.0520563, 30.2658686 ], [ 120.0521547, 30.2658754 ], [ 120.0522374, 30.2659264 ], [ 120.0523673, 30.2660352 ], [ 120.0523712, 30.2661134 ], [ 120.0523251, 30.2661082 ], [ 120.052288, 30.2661099 ], [ 120.0522745, 30.2661492 ], [ 120.0522688, 30.2661792 ], [ 120.0522931, 30.2662018 ], [ 120.0523671, 30.2661915 ], [ 120.0523831, 30.266212 ], [ 120.0524264, 30.2662494 ], [ 120.0528003, 30.2663514 ], [ 120.0528791, 30.2663684 ], [ 120.052824, 30.2662936 ], [ 120.0528438, 30.266226 ], [ 120.0528517, 30.2661886 ], [ 120.0529108, 30.2661069 ], [ 120.0529108, 30.2660149 ], [ 120.0528832, 30.2659128 ], [ 120.052899, 30.2658379 ], [ 120.0529542, 30.2658106 ], [ 120.0530054, 30.2657698 ], [ 120.0530803, 30.2657528 ], [ 120.053171, 30.2657698 ], [ 120.0531868, 30.2658379 ], [ 120.0531986, 30.2658924 ], [ 120.0532302, 30.2659196 ], [ 120.0532853, 30.2658924 ], [ 120.0532893, 30.265814 ], [ 120.0533326, 30.2657528 ], [ 120.0533524, 30.2656778 ], [ 120.0533918, 30.2655859 ], [ 120.0534299, 30.2656212 ], [ 120.0534901, 30.2656524 ], [ 120.0535624, 30.265692 ], [ 120.0536154, 30.2656878 ], [ 120.0536804, 30.2656795 ], [ 120.0537406, 30.2656961 ], [ 120.0538201, 30.2656982 ], [ 120.0538707, 30.2657585 ], [ 120.0538996, 30.2657877 ], [ 120.0539501, 30.2657544 ], [ 120.0540248, 30.2657336 ], [ 120.0540846, 30.2657494 ], [ 120.054089, 30.2657118 ], [ 120.054116, 30.2655875 ], [ 120.0540682, 30.2656316 ], [ 120.0540007, 30.2656337 ], [ 120.0540104, 30.2655859 ], [ 120.054032, 30.2655214 ], [ 120.0540417, 30.2654715 ], [ 120.0540393, 30.2653883 ], [ 120.0540441, 30.2653321 ], [ 120.0540296, 30.2652863 ], [ 120.053979, 30.2652489 ], [ 120.0539622, 30.265201 ], [ 120.053902, 30.2651886 ], [ 120.0538466, 30.2651927 ], [ 120.053784, 30.2652052 ], [ 120.0537358, 30.2652094 ], [ 120.0536924, 30.2651948 ], [ 120.0536346, 30.2651698 ], [ 120.053613, 30.2651345 ], [ 120.0536081, 30.2650991 ], [ 120.0536419, 30.2650804 ], [ 120.0536997, 30.26507 ], [ 120.0537695, 30.2650721 ], [ 120.0538201, 30.2650825 ], [ 120.053849, 30.2651137 ], [ 120.0538851, 30.2651116 ], [ 120.0538972, 30.2650679 ], [ 120.0539622, 30.2650575 ], [ 120.054032, 30.2650429 ], [ 120.054085, 30.2650055 ], [ 120.0541332, 30.2649868 ], [ 120.0541838, 30.2649556 ], [ 120.0542006, 30.2648848 ], [ 120.0542054, 30.2648412 ], [ 120.0541717, 30.2648141 ], [ 120.0541091, 30.2648391 ], [ 120.0540513, 30.2648266 ], [ 120.0539935, 30.2648183 ], [ 120.0539333, 30.2647912 ], [ 120.0538562, 30.2647538 ], [ 120.0538177, 30.2647122 ], [ 120.0537984, 30.2646831 ], [ 120.0537526, 30.2646831 ], [ 120.0537237, 30.2646643 ], [ 120.053678, 30.2646456 ], [ 120.0536033, 30.2646227 ], [ 120.0535238, 30.2645853 ], [ 120.053466, 30.2645603 ], [ 120.0534082, 30.2645624 ], [ 120.0533408, 30.2645957 ], [ 120.0532926, 30.2646352 ], [ 120.053218, 30.2646311 ], [ 120.0531337, 30.2646082 ], [ 120.0530542, 30.2645915 ], [ 120.0529867, 30.2645811 ], [ 120.0529121, 30.2645728 ], [ 120.0528567, 30.2645749 ], [ 120.0528206, 30.2645978 ], [ 120.0528302, 30.2646477 ], [ 120.0528736, 30.2646935 ], [ 120.0529362, 30.2647143 ], [ 120.0530397, 30.2647309 ], [ 120.0530975, 30.2647455 ], [ 120.0532107, 30.2647642 ], [ 120.0532878, 30.2647975 ], [ 120.0533143, 30.264837 ], [ 120.0533095, 30.2648828 ], [ 120.0532324, 30.2648828 ], [ 120.0531529, 30.2648578 ], [ 120.0530397, 30.2648328 ], [ 120.0529506, 30.2648183 ], [ 120.052876, 30.26481 ], [ 120.0527965, 30.264785 ], [ 120.052717, 30.2647517 ], [ 120.0526688, 30.2647392 ], [ 120.0526688, 30.2647871 ], [ 120.0526809, 30.2648328 ], [ 120.0526977, 30.2648703 ], [ 120.0526857, 30.2649119 ], [ 120.0526086, 30.2649327 ], [ 120.052611, 30.2649639 ], [ 120.0527122, 30.2649951 ], [ 120.0527411, 30.2650367 ], [ 120.0528254, 30.2650741 ], [ 120.0528856, 30.2651158 ], [ 120.0529699, 30.2651324 ], [ 120.0530301, 30.265174 ], [ 120.0531096, 30.2652218 ], [ 120.0531818, 30.2652551 ], [ 120.0532324, 30.2652947 ], [ 120.053283, 30.2653071 ], [ 120.0533312, 30.2653217 ], [ 120.0533817, 30.2652988 ], [ 120.053401, 30.265253 ], [ 120.053401, 30.2652052 ], [ 120.0534106, 30.2651532 ], [ 120.0534106, 30.2651199 ], [ 120.0533938, 30.2650721 ], [ 120.0533577, 30.2650429 ], [ 120.0532878, 30.2650159 ], [ 120.0532493, 30.2650034 ], [ 120.0531867, 30.2649951 ], [ 120.0531457, 30.2650159 ], [ 120.0530879, 30.2650013 ], [ 120.0530301, 30.2649785 ], [ 120.0529506, 30.2649743 ], [ 120.0528856, 30.2649493 ], [ 120.052823, 30.2649202 ], [ 120.0527893, 30.2648807 ], [ 120.0527435, 30.2648724 ], [ 120.0527194, 30.264837 ], [ 120.0527218, 30.2647933 ], [ 120.0527628, 30.2648141 ], [ 120.0528013, 30.2648328 ], [ 120.0528639, 30.2648391 ], [ 120.0529289, 30.2648516 ], [ 120.0529723, 30.2648828 ], [ 120.0530373, 30.2648828 ], [ 120.0530951, 30.2648932 ], [ 120.0531433, 30.2649098 ], [ 120.0532011, 30.2649223 ], [ 120.0532589, 30.2649285 ], [ 120.0532999, 30.2649285 ], [ 120.0533528, 30.2649098 ], [ 120.0533721, 30.2648724 ], [ 120.0533793, 30.2648266 ], [ 120.0534058, 30.2647871 ], [ 120.0534106, 30.2647455 ], [ 120.0534299, 30.2647143 ], [ 120.053454, 30.2646789 ], [ 120.0534853, 30.2646477 ], [ 120.0535287, 30.2646519 ], [ 120.0535792, 30.2646539 ], [ 120.0536178, 30.2646706 ], [ 120.0536081, 30.2647164 ], [ 120.0535961, 30.2647517 ], [ 120.0535503, 30.2647746 ], [ 120.0535431, 30.2648162 ], [ 120.0535576, 30.264864 ], [ 120.0535431, 30.2649119 ], [ 120.053507, 30.2649306 ], [ 120.0534829, 30.2649743 ], [ 120.0534925, 30.2650221 ], [ 120.0535287, 30.2650263 ], [ 120.0535768, 30.2650617 ], [ 120.0535913, 30.2651074 ], [ 120.0535889, 30.2651636 ], [ 120.0535672, 30.2652135 ], [ 120.0535287, 30.2652593 ], [ 120.053507, 30.2653279 ], [ 120.0535094, 30.2653737 ], [ 120.0535479, 30.2654215 ], [ 120.0536081, 30.2654611 ], [ 120.0536828, 30.2654985 ], [ 120.0537502, 30.2655152 ], [ 120.0538369, 30.2655339 ], [ 120.0538803, 30.2655692 ], [ 120.053861, 30.2656192 ], [ 120.0538153, 30.26564 ], [ 120.0537599, 30.2656004 ], [ 120.05369, 30.2655776 ], [ 120.0536443, 30.2655422 ], [ 120.0535985, 30.2655339 ], [ 120.0535527, 30.2655568 ], [ 120.0535142, 30.2655713 ], [ 120.0534564, 30.2655651 ], [ 120.0534395, 30.265538 ], [ 120.0534155, 30.265486 ], [ 120.0533793, 30.2654465 ], [ 120.0532878, 30.2653987 ], [ 120.0532372, 30.2653987 ], [ 120.0531578, 30.265382 ], [ 120.0530783, 30.2653508 ], [ 120.0529651, 30.2653113 ], [ 120.0528567, 30.2652426 ], [ 120.0527676, 30.2651906 ], [ 120.052717, 30.2651657 ], [ 120.0526134, 30.2651199 ], [ 120.0525123, 30.265097 ], [ 120.0524352, 30.2651449 ], [ 120.0523726, 30.2651969 ], [ 120.0523076, 30.2652614 ], [ 120.0522498, 30.2653279 ], [ 120.0522064, 30.2653883 ], [ 120.0521799, 30.2654299 ], [ 120.0521746, 30.2654878 ], [ 120.0521705, 30.2655319 ], [ 120.0522295, 30.2655932 ], [ 120.0522925, 30.2656374 ], [ 120.0523594, 30.2656646 ], [ 120.0524303, 30.2656748 ], [ 120.0524933, 30.265668 ], [ 120.0525366, 30.2656714 ], [ 120.0525838, 30.2656918 ], [ 120.0526586, 30.2657224 ], [ 120.0525484, 30.2657462 ], [ 120.052509, 30.2657666 ], [ 120.0524264, 30.2657326 ], [ 120.0523476, 30.2657088 ], [ 120.0523083, 30.265719 ], [ 120.0522728, 30.2657292 ], [ 120.0522177, 30.2657292 ], [ 120.0521665, 30.2656884 ], [ 120.0521035, 30.2656306 ], [ 120.052013, 30.2656 ], [ 120.0519539, 30.2656 ], [ 120.0518595, 30.2655932 ], [ 120.0518043, 30.2656136 ], [ 120.0517886, 30.2656748 ], [ 120.0518043, 30.2657394 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0544787, 30.265728 ], [ 120.0545238, 30.2657497 ], [ 120.0546291, 30.265741 ], [ 120.0546641, 30.2656761 ], [ 120.0546792, 30.2656112 ], [ 120.0547293, 30.2655203 ], [ 120.0547493, 30.2654208 ], [ 120.0547493, 30.2653386 ], [ 120.0546842, 30.2653039 ], [ 120.054599, 30.265291 ], [ 120.0545439, 30.2653213 ], [ 120.0545188, 30.2653905 ], [ 120.0545088, 30.2654684 ], [ 120.0544737, 30.265542 ], [ 120.0544737, 30.2656198 ], [ 120.0544587, 30.2656804 ], [ 120.0544787, 30.265728 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.055581, 30.2656891 ], [ 120.0556612, 30.2657453 ], [ 120.0561873, 30.2658925 ], [ 120.0562825, 30.2659055 ], [ 120.0563326, 30.2658795 ], [ 120.0563476, 30.2658146 ], [ 120.0563225, 30.265715 ], [ 120.0562774, 30.2655766 ], [ 120.0562624, 30.2653775 ], [ 120.0562374, 30.265252 ], [ 120.0561271, 30.2652087 ], [ 120.056052, 30.2652261 ], [ 120.0559919, 30.2652347 ], [ 120.0559418, 30.2651828 ], [ 120.0558115, 30.2651698 ], [ 120.0557413, 30.2651871 ], [ 120.0556812, 30.2652304 ], [ 120.0556311, 30.2652737 ], [ 120.0556211, 30.2653213 ], [ 120.055591, 30.2654338 ], [ 120.0555409, 30.2655939 ], [ 120.0555259, 30.2656458 ], [ 120.055581, 30.2656891 ] ], [ [ 120.0559267, 30.265477 ], [ 120.0559568, 30.2654467 ], [ 120.0560069, 30.2654511 ], [ 120.0560319, 30.2654944 ], [ 120.0560219, 30.2655506 ], [ 120.0559518, 30.2655679 ], [ 120.0559217, 30.2655333 ], [ 120.0559267, 30.265477 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0547543, 30.2658535 ], [ 120.0547894, 30.2659011 ], [ 120.0548695, 30.2659011 ], [ 120.0549547, 30.2658708 ], [ 120.0550048, 30.2658925 ], [ 120.0550349, 30.2659531 ], [ 120.0550299, 30.2660007 ], [ 120.0550249, 30.2660569 ], [ 120.0550349, 30.2661132 ], [ 120.0551, 30.2661348 ], [ 120.0552353, 30.2661391 ], [ 120.0553205, 30.2660959 ], [ 120.0553906, 30.2660829 ], [ 120.0554558, 30.2660959 ], [ 120.0555008, 30.2661478 ], [ 120.0555409, 30.2661867 ], [ 120.0556361, 30.2661738 ], [ 120.0556762, 30.2661478 ], [ 120.0557564, 30.2661045 ], [ 120.0558265, 30.2661045 ], [ 120.0558566, 30.2660396 ], [ 120.0558165, 30.2659877 ], [ 120.0557564, 30.2659487 ], [ 120.0556762, 30.2659228 ], [ 120.055596, 30.2658795 ], [ 120.0555109, 30.2657886 ], [ 120.0554457, 30.2657843 ], [ 120.0554708, 30.2658362 ], [ 120.0554507, 30.2658708 ], [ 120.0553906, 30.2658968 ], [ 120.0553205, 30.2659271 ], [ 120.0552704, 30.2659141 ], [ 120.0551752, 30.2658708 ], [ 120.0551, 30.2658579 ], [ 120.05507, 30.2658059 ], [ 120.055095, 30.265741 ], [ 120.0551601, 30.2656848 ], [ 120.0552303, 30.2656501 ], [ 120.0552854, 30.2656848 ], [ 120.0553505, 30.265728 ], [ 120.0553956, 30.2657021 ], [ 120.0553956, 30.2656242 ], [ 120.0554407, 30.2654251 ], [ 120.0554808, 30.2652693 ], [ 120.0555359, 30.2651179 ], [ 120.0555008, 30.2651006 ], [ 120.0554658, 30.2651222 ], [ 120.0554407, 30.2652001 ], [ 120.0554157, 30.2653429 ], [ 120.0553806, 30.2654338 ], [ 120.0553355, 30.2654597 ], [ 120.0552604, 30.2654511 ], [ 120.0552102, 30.2654294 ], [ 120.0551501, 30.2653732 ], [ 120.055085, 30.2653429 ], [ 120.0549798, 30.2653256 ], [ 120.0548946, 30.2653299 ], [ 120.0548545, 30.2653559 ], [ 120.0548345, 30.2654121 ], [ 120.0547794, 30.2655852 ], [ 120.0547593, 30.2656545 ], [ 120.0547543, 30.2657756 ], [ 120.0547543, 30.2658535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.057054, 30.2654338 ], [ 120.0571041, 30.2656545 ], [ 120.0571943, 30.265979 ], [ 120.0572294, 30.2660223 ], [ 120.0573897, 30.2659747 ], [ 120.0573897, 30.2659271 ], [ 120.0573897, 30.2658622 ], [ 120.0573747, 30.265767 ], [ 120.0573497, 30.2656415 ], [ 120.0572645, 30.2653472 ], [ 120.0572344, 30.265291 ], [ 120.0571793, 30.265278 ], [ 120.0571092, 30.2652866 ], [ 120.0570641, 30.2653083 ], [ 120.057044, 30.2653559 ], [ 120.057054, 30.2654338 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0564177, 30.2654944 ], [ 120.0564628, 30.2657843 ], [ 120.0564779, 30.2658708 ], [ 120.0565079, 30.2659228 ], [ 120.0565981, 30.2659747 ], [ 120.0567584, 30.266018 ], [ 120.0570039, 30.2660699 ], [ 120.0570641, 30.2660612 ], [ 120.0570841, 30.2660093 ], [ 120.0570791, 30.2659444 ], [ 120.057044, 30.2658319 ], [ 120.057009, 30.2656285 ], [ 120.0569388, 30.2653386 ], [ 120.0568937, 30.2653083 ], [ 120.0568336, 30.2652953 ], [ 120.0566432, 30.2653039 ], [ 120.0564728, 30.2652996 ], [ 120.0564328, 30.2653256 ], [ 120.0564177, 30.2653862 ], [ 120.0564177, 30.2654944 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0618134, 30.2659025 ], [ 120.0619124, 30.2659025 ], [ 120.0619642, 30.2658333 ], [ 120.0620396, 30.2658171 ], [ 120.0620585, 30.2657601 ], [ 120.0620726, 30.2656583 ], [ 120.0620868, 30.2655525 ], [ 120.0620679, 30.2655036 ], [ 120.0619925, 30.2654914 ], [ 120.0619406, 30.2655199 ], [ 120.0618558, 30.265524 ], [ 120.0618841, 30.2655891 ], [ 120.0618464, 30.2656746 ], [ 120.0617804, 30.2657397 ], [ 120.0617663, 30.2658171 ], [ 120.0618134, 30.2659025 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0631142, 30.2660817 ], [ 120.0631802, 30.2660532 ], [ 120.0631943, 30.2660084 ], [ 120.0632179, 30.2659229 ], [ 120.0632509, 30.2657723 ], [ 120.0632886, 30.2656705 ], [ 120.0633169, 30.2655728 ], [ 120.0632839, 30.2655403 ], [ 120.0631849, 30.265524 ], [ 120.0631189, 30.2655484 ], [ 120.0630954, 30.2656054 ], [ 120.0631236, 30.2656705 ], [ 120.0630671, 30.2659677 ], [ 120.0630624, 30.266045 ], [ 120.0631142, 30.2660817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0517633, 30.2663126 ], [ 120.0517912, 30.2663441 ], [ 120.0517955, 30.2663738 ], [ 120.0518191, 30.2664109 ], [ 120.0518427, 30.2664405 ], [ 120.0518856, 30.2664461 ], [ 120.0519157, 30.2664387 ], [ 120.0519181, 30.2664148 ], [ 120.0518576, 30.2664083 ], [ 120.0518746, 30.2662893 ], [ 120.0520147, 30.2663043 ], [ 120.0519976, 30.2664233 ], [ 120.0519405, 30.2664172 ], [ 120.0519457, 30.2664498 ], [ 120.0519779, 30.2664535 ], [ 120.0520187, 30.2664554 ], [ 120.0520638, 30.2664665 ], [ 120.052111, 30.2664739 ], [ 120.0521389, 30.2664739 ], [ 120.0521021, 30.2664528 ], [ 120.0521195, 30.2663389 ], [ 120.0522588, 30.2663547 ], [ 120.0522414, 30.2664687 ], [ 120.0521379, 30.2664569 ], [ 120.0521754, 30.2664887 ], [ 120.0522999, 30.2665036 ], [ 120.0523793, 30.2665147 ], [ 120.0523621, 30.2664257 ], [ 120.0524158, 30.2664331 ], [ 120.0524051, 30.2664739 ], [ 120.0525725, 30.2665165 ], [ 120.0525832, 30.2664813 ], [ 120.0526154, 30.2664887 ], [ 120.0525875, 30.2665629 ], [ 120.0526176, 30.2665722 ], [ 120.0526627, 30.2665675 ], [ 120.0526627, 30.2664646 ], [ 120.0527791, 30.2664646 ], [ 120.0527791, 30.2665462 ], [ 120.0528107, 30.2665462 ], [ 120.0528537, 30.2665499 ], [ 120.0529138, 30.2665703 ], [ 120.0529245, 30.2666074 ], [ 120.0529245, 30.2666704 ], [ 120.0529481, 30.2667056 ], [ 120.0529867, 30.2667149 ], [ 120.0530211, 30.2667056 ], [ 120.0530146, 30.2666797 ], [ 120.052991, 30.2666482 ], [ 120.0530018, 30.2665925 ], [ 120.0530254, 30.2665647 ], [ 120.0530962, 30.2665369 ], [ 120.0531606, 30.2665351 ], [ 120.0532379, 30.2665462 ], [ 120.0532937, 30.2665202 ], [ 120.053371, 30.2665202 ], [ 120.0534182, 30.2665373 ], [ 120.0535903, 30.2665322 ], [ 120.0536972, 30.2665835 ], [ 120.0538159, 30.2666399 ], [ 120.0539703, 30.2666501 ], [ 120.0541543, 30.2666757 ], [ 120.0543562, 30.2667065 ], [ 120.0544452, 30.2667783 ], [ 120.0544749, 30.2668757 ], [ 120.0544452, 30.2669885 ], [ 120.0543799, 30.2672039 ], [ 120.0543206, 30.2673013 ], [ 120.0543111, 30.2673163 ], [ 120.0542493, 30.2674141 ], [ 120.0542731, 30.2675218 ], [ 120.0542078, 30.2676141 ], [ 120.0542315, 30.267691 ], [ 120.0542078, 30.2678141 ], [ 120.0541543, 30.2679679 ], [ 120.0541424, 30.2680602 ], [ 120.0541246, 30.268173 ], [ 120.054095, 30.2683678 ], [ 120.0541009, 30.268655 ], [ 120.0541187, 30.2688703 ], [ 120.0541306, 30.2689985 ], [ 120.0541306, 30.2691062 ], [ 120.0541603, 30.2691728 ], [ 120.0541306, 30.2692754 ], [ 120.0540593, 30.2695164 ], [ 120.0539822, 30.269865 ], [ 120.0539881, 30.2701214 ], [ 120.0540059, 30.2702701 ], [ 120.0540297, 30.2704034 ], [ 120.0539643, 30.2705008 ], [ 120.0538575, 30.2705008 ], [ 120.0538159, 30.2706905 ], [ 120.0537744, 30.2707674 ], [ 120.0537862, 30.2708495 ], [ 120.0538278, 30.2709469 ], [ 120.0538219, 30.2710187 ], [ 120.0537031, 30.2710905 ], [ 120.0536022, 30.2711212 ], [ 120.0534953, 30.2710648 ], [ 120.0533766, 30.271111 ], [ 120.0533588, 30.2711674 ], [ 120.053436, 30.2712084 ], [ 120.0535013, 30.2712494 ], [ 120.0536141, 30.2712443 ], [ 120.0537387, 30.271234 ], [ 120.0537981, 30.2713109 ], [ 120.0537566, 30.2713827 ], [ 120.0536972, 30.2715109 ], [ 120.0536913, 30.2716647 ], [ 120.0536913, 30.2718134 ], [ 120.0537922, 30.2718288 ], [ 120.0538753, 30.2718954 ], [ 120.0540118, 30.2719365 ], [ 120.0541662, 30.2719518 ], [ 120.0542493, 30.2720185 ], [ 120.0542612, 30.2721108 ], [ 120.0542909, 30.2722441 ], [ 120.0542968, 30.272362 ], [ 120.0543443, 30.2724646 ], [ 120.0543799, 30.2726081 ], [ 120.0543443, 30.2727517 ], [ 120.0543918, 30.2728542 ], [ 120.0544393, 30.2732798 ], [ 120.054469, 30.273408 ], [ 120.054463, 30.2735874 ], [ 120.0544512, 30.2738079 ], [ 120.0544512, 30.2739053 ], [ 120.0543859, 30.2740181 ], [ 120.0544334, 30.2740694 ], [ 120.0543621, 30.2742078 ], [ 120.0544666, 30.274233 ], [ 120.0545867, 30.2741906 ], [ 120.0547067, 30.274134 ], [ 120.0547886, 30.2740586 ], [ 120.0547886, 30.2739549 ], [ 120.0546958, 30.2736108 ], [ 120.0545266, 30.2728943 ], [ 120.0544393, 30.2724418 ], [ 120.0544775, 30.2721826 ], [ 120.0545539, 30.2720506 ], [ 120.054483, 30.2719657 ], [ 120.0543792, 30.2716782 ], [ 120.0543792, 30.2714755 ], [ 120.0544284, 30.2713341 ], [ 120.054483, 30.2712115 ], [ 120.0544065, 30.2711974 ], [ 120.0543629, 30.2711267 ], [ 120.054281, 30.2709947 ], [ 120.0541718, 30.2706977 ], [ 120.0541336, 30.2703677 ], [ 120.0541282, 30.2701792 ], [ 120.0542046, 30.2700708 ], [ 120.0543192, 30.2700142 ], [ 120.054412, 30.2699859 ], [ 120.0543138, 30.2699482 ], [ 120.0542101, 30.2699058 ], [ 120.0541937, 30.2698539 ], [ 120.0542155, 30.2693495 ], [ 120.054281, 30.2692364 ], [ 120.0543462, 30.2691493 ], [ 120.0544677, 30.2691557 ], [ 120.0544681, 30.2691356 ], [ 120.0545743, 30.2691465 ], [ 120.0546804, 30.2691509 ], [ 120.0546729, 30.2691907 ], [ 120.054855, 30.2692192 ], [ 120.0549742, 30.2692176 ], [ 120.0550888, 30.2692317 ], [ 120.0551925, 30.26926 ], [ 120.0552362, 30.2693071 ], [ 120.0552362, 30.2693825 ], [ 120.055187, 30.2694391 ], [ 120.0551597, 30.2695004 ], [ 120.0551761, 30.26959 ], [ 120.0551379, 30.2696842 ], [ 120.0550888, 30.2697926 ], [ 120.055127, 30.2698964 ], [ 120.0552089, 30.2699105 ], [ 120.0553726, 30.2699199 ], [ 120.0554545, 30.2699105 ], [ 120.0554599, 30.2698162 ], [ 120.0554326, 30.2696182 ], [ 120.0554381, 30.2694721 ], [ 120.0555091, 30.2694391 ], [ 120.0556237, 30.2694391 ], [ 120.0556564, 30.269491 ], [ 120.0556837, 30.2696182 ], [ 120.0556477, 30.2697142 ], [ 120.0556475, 30.26978 ], [ 120.0557153, 30.2697665 ], [ 120.0557713, 30.269736 ], [ 120.0558994, 30.2696826 ], [ 120.0559457, 30.2696371 ], [ 120.0559894, 30.2695334 ], [ 120.0559948, 30.2694108 ], [ 120.0559566, 30.2692977 ], [ 120.0558802, 30.2691751 ], [ 120.0558693, 30.2688829 ], [ 120.055782, 30.2688546 ], [ 120.0556619, 30.2688499 ], [ 120.05552, 30.2688687 ], [ 120.0554818, 30.2689017 ], [ 120.0553672, 30.2689064 ], [ 120.0551652, 30.2688546 ], [ 120.0549796, 30.2688781 ], [ 120.0549087, 30.2689159 ], [ 120.0549414, 30.2689677 ], [ 120.0550288, 30.2690007 ], [ 120.0550397, 30.269062 ], [ 120.0550015, 30.2691044 ], [ 120.0548978, 30.269095 ], [ 120.0548268, 30.2691468 ], [ 120.0547449, 30.2691516 ], [ 120.0546904, 30.269095 ], [ 120.0546685, 30.2689724 ], [ 120.0546358, 30.2688734 ], [ 120.054543, 30.2688923 ], [ 120.0544939, 30.2689819 ], [ 120.0544393, 30.2690573 ], [ 120.0543356, 30.2690573 ], [ 120.0542919, 30.2690054 ], [ 120.0543356, 30.2688734 ], [ 120.0543138, 30.2687367 ], [ 120.0542155, 30.2686802 ], [ 120.0542046, 30.2685717 ], [ 120.0542101, 30.2683549 ], [ 120.0541937, 30.2682465 ], [ 120.0542646, 30.2679306 ], [ 120.0543028, 30.2677939 ], [ 120.0543301, 30.2676478 ], [ 120.0543792, 30.2675205 ], [ 120.054472, 30.2674074 ], [ 120.0545594, 30.2673225 ], [ 120.0545048, 30.2672707 ], [ 120.054472, 30.2672188 ], [ 120.0545102, 30.2670491 ], [ 120.0545539, 30.266903 ], [ 120.0546139, 30.2668276 ], [ 120.0546685, 30.2667899 ], [ 120.0548596, 30.2667663 ], [ 120.0547067, 30.2667427 ], [ 120.0545867, 30.2667427 ], [ 120.0544884, 30.2667003 ], [ 120.054341, 30.2666296 ], [ 120.0543083, 30.2665777 ], [ 120.054221, 30.2664929 ], [ 120.0541609, 30.2663939 ], [ 120.0541664, 30.2662902 ], [ 120.0542319, 30.2662242 ], [ 120.054385, 30.2661971 ], [ 120.054394, 30.2661501 ], [ 120.0542974, 30.2661157 ], [ 120.054281, 30.2660168 ], [ 120.0543138, 30.2657905 ], [ 120.0544229, 30.2654511 ], [ 120.0544939, 30.2652531 ], [ 120.0544666, 30.2651776 ], [ 120.0545102, 30.2650456 ], [ 120.0545812, 30.2648854 ], [ 120.0545594, 30.2648147 ], [ 120.0546249, 30.2646167 ], [ 120.0547176, 30.2645601 ], [ 120.0547504, 30.2645035 ], [ 120.0546958, 30.2644045 ], [ 120.0548815, 30.2639345 ], [ 120.0549268, 30.2638954 ], [ 120.0549985, 30.2638791 ], [ 120.0550928, 30.2638758 ], [ 120.0552023, 30.2638497 ], [ 120.0553042, 30.2638139 ], [ 120.0553911, 30.263778 ], [ 120.0554741, 30.2637878 ], [ 120.0555345, 30.2637617 ], [ 120.0556402, 30.2637389 ], [ 120.0557836, 30.2637519 ], [ 120.0558818, 30.2637976 ], [ 120.0559799, 30.2638562 ], [ 120.0560101, 30.2639019 ], [ 120.0560403, 30.2639475 ], [ 120.0561234, 30.2639671 ], [ 120.05618, 30.2639997 ], [ 120.0561876, 30.2640649 ], [ 120.0562366, 30.2640486 ], [ 120.0562517, 30.2639932 ], [ 120.0563272, 30.2639606 ], [ 120.0563952, 30.2639606 ], [ 120.0564669, 30.2639801 ], [ 120.0565311, 30.2639573 ], [ 120.0565915, 30.2639508 ], [ 120.0566254, 30.2639769 ], [ 120.0566821, 30.264016 ], [ 120.0567236, 30.2640551 ], [ 120.0567349, 30.2641138 ], [ 120.056784, 30.2641203 ], [ 120.0568519, 30.2641105 ], [ 120.0569237, 30.2641562 ], [ 120.0569501, 30.2641301 ], [ 120.0570218, 30.2641203 ], [ 120.0570671, 30.2641627 ], [ 120.0570671, 30.2641986 ], [ 120.0570407, 30.2642475 ], [ 120.0570822, 30.2642866 ], [ 120.0571162, 30.2642964 ], [ 120.0571728, 30.2641986 ], [ 120.0572709, 30.264166 ], [ 120.0573464, 30.2641073 ], [ 120.0574257, 30.2640421 ], [ 120.0574672, 30.2639606 ], [ 120.0574333, 30.2638693 ], [ 120.0573993, 30.2637552 ], [ 120.0573842, 30.2635432 ], [ 120.0574257, 30.2634063 ], [ 120.0574182, 30.2632987 ], [ 120.057388, 30.2632335 ], [ 120.0573691, 30.263165 ], [ 120.0573464, 30.2632009 ], [ 120.057354, 30.2632465 ], [ 120.0573804, 30.2632922 ], [ 120.0573917, 30.2633509 ], [ 120.0573917, 30.2634096 ], [ 120.057354, 30.2634846 ], [ 120.057354, 30.263553 ], [ 120.0573653, 30.2636606 ], [ 120.0573653, 30.2637552 ], [ 120.0573917, 30.2638204 ], [ 120.0573766, 30.2638856 ], [ 120.0573578, 30.2639214 ], [ 120.0573729, 30.2639541 ], [ 120.0573502, 30.264003 ], [ 120.057286, 30.2640225 ], [ 120.0571728, 30.2640127 ], [ 120.0570747, 30.2639964 ], [ 120.0570105, 30.2639704 ], [ 120.0569954, 30.263941 ], [ 120.0569878, 30.2638432 ], [ 120.0569992, 30.2637323 ], [ 120.0570029, 30.2636378 ], [ 120.0570067, 30.2635367 ], [ 120.0569954, 30.2634976 ], [ 120.0570218, 30.2632139 ], [ 120.0570407, 30.2630183 ], [ 120.0570029, 30.2629922 ], [ 120.0569727, 30.2630118 ], [ 120.0569727, 30.263064 ], [ 120.0569727, 30.2631552 ], [ 120.0569501, 30.2635335 ], [ 120.0569539, 30.2636019 ], [ 120.0569501, 30.2636867 ], [ 120.056935, 30.2637486 ], [ 120.056935, 30.2638595 ], [ 120.0569463, 30.2639541 ], [ 120.0569086, 30.2639769 ], [ 120.0568519, 30.2639867 ], [ 120.0567576, 30.2639573 ], [ 120.0564322, 30.2638123 ], [ 120.0563848, 30.2638439 ], [ 120.0563081, 30.2638596 ], [ 120.0562315, 30.2638533 ], [ 120.0561037, 30.2638281 ], [ 120.0560599, 30.2637808 ], [ 120.0560417, 30.2637241 ], [ 120.055538, 30.2636579 ], [ 120.0554102, 30.2636453 ], [ 120.0553263, 30.2636043 ], [ 120.0552934, 30.2635538 ], [ 120.0553007, 30.2634845 ], [ 120.0553336, 30.2634624 ], [ 120.0553956, 30.2634845 ], [ 120.0554285, 30.2635412 ], [ 120.0555124, 30.2635223 ], [ 120.0555708, 30.2634813 ], [ 120.055673, 30.2634782 ], [ 120.0556986, 30.2634498 ], [ 120.0558008, 30.2634277 ], [ 120.0558409, 30.2633615 ], [ 120.0558336, 30.2632827 ], [ 120.0557898, 30.2632228 ], [ 120.0556694, 30.2631724 ], [ 120.0555927, 30.2631408 ], [ 120.0555343, 30.2631724 ], [ 120.0554832, 30.263248 ], [ 120.0554504, 30.2633363 ], [ 120.0553956, 30.2634088 ], [ 120.0553372, 30.2634088 ], [ 120.0553299, 30.2633394 ], [ 120.0554394, 30.2630526 ], [ 120.055465, 30.2628918 ], [ 120.0556694, 30.2622076 ], [ 120.0557424, 30.2617946 ], [ 120.0557971, 30.2616874 ], [ 120.0558423, 30.2615746 ], [ 120.0559076, 30.2615269 ], [ 120.0560031, 30.2615356 ], [ 120.0560985, 30.261592 ], [ 120.0561487, 30.2616614 ], [ 120.0561738, 30.2617135 ], [ 120.0561186, 30.2617829 ], [ 120.0560533, 30.2618393 ], [ 120.055988, 30.261887 ], [ 120.055998, 30.2619261 ], [ 120.055993, 30.2619738 ], [ 120.0559177, 30.2620085 ], [ 120.0558172, 30.2620302 ], [ 120.0558072, 30.2620909 ], [ 120.0558323, 30.2621386 ], [ 120.0558021, 30.2622211 ], [ 120.0558021, 30.2622992 ], [ 120.0558273, 30.2623556 ], [ 120.0558674, 30.2624293 ], [ 120.0558524, 30.2625464 ], [ 120.0557871, 30.2626202 ], [ 120.0557218, 30.2626723 ], [ 120.0556916, 30.2627287 ], [ 120.0556816, 30.2628241 ], [ 120.0556715, 30.2629326 ], [ 120.0556565, 30.263015 ], [ 120.0557017, 30.2630323 ], [ 120.0557318, 30.2629803 ], [ 120.0557368, 30.2629195 ], [ 120.0557469, 30.2628241 ], [ 120.0557921, 30.26272 ], [ 120.0558725, 30.2626592 ], [ 120.0559428, 30.2626419 ], [ 120.055983, 30.2626636 ], [ 120.055998, 30.262733 ], [ 120.0559779, 30.2628111 ], [ 120.0559378, 30.2628762 ], [ 120.0559729, 30.2629195 ], [ 120.0561136, 30.2629109 ], [ 120.0562391, 30.2629022 ], [ 120.0562994, 30.2629282 ], [ 120.0563848, 30.2629499 ], [ 120.05642, 30.2628848 ], [ 120.0563948, 30.2627981 ], [ 120.0563848, 30.2627417 ], [ 120.0564752, 30.2627156 ], [ 120.0564551, 30.2626245 ], [ 120.0563647, 30.2626115 ], [ 120.0562341, 30.2625942 ], [ 120.0561537, 30.2625595 ], [ 120.0561487, 30.2624683 ], [ 120.0562341, 30.2624163 ], [ 120.056209, 30.2623339 ], [ 120.0562492, 30.2622644 ], [ 120.0563195, 30.2622644 ], [ 120.0563547, 30.2623165 ], [ 120.0563697, 30.2623729 ], [ 120.0563898, 30.262438 ], [ 120.0564853, 30.26249 ], [ 120.0565857, 30.2624987 ], [ 120.0566811, 30.2624423 ], [ 120.0566811, 30.2623469 ], [ 120.0566661, 30.2622514 ], [ 120.0565757, 30.2622167 ], [ 120.05642, 30.2621647 ], [ 120.0563195, 30.262143 ], [ 120.0562341, 30.2620996 ], [ 120.0561035, 30.2619608 ], [ 120.0560935, 30.2618957 ], [ 120.0561236, 30.261848 ], [ 120.0562517, 30.2618335 ], [ 120.0563016, 30.261724 ], [ 120.0562341, 30.2616484 ], [ 120.0562241, 30.2615833 ], [ 120.056219, 30.2613534 ], [ 120.0562341, 30.2611798 ], [ 120.056219, 30.2610757 ], [ 120.0561136, 30.2609759 ], [ 120.0560483, 30.2609239 ], [ 120.0560282, 30.2608675 ], [ 120.0562693, 30.2605768 ], [ 120.0563446, 30.2604987 ], [ 120.0564551, 30.260451 ], [ 120.0565305, 30.260464 ], [ 120.057098, 30.2608241 ], [ 120.0571031, 30.2608762 ], [ 120.0570729, 30.2609369 ], [ 120.0570026, 30.260989 ], [ 120.0569222, 30.2610063 ], [ 120.0564903, 30.2608935 ], [ 120.0563748, 30.2610757 ], [ 120.0563798, 30.2613057 ], [ 120.0566862, 30.2613664 ], [ 120.056646, 30.2615269 ], [ 120.0564451, 30.2615052 ], [ 120.0564451, 30.2616354 ], [ 120.0564853, 30.2617091 ], [ 120.0565706, 30.2617655 ], [ 120.0567314, 30.2617959 ], [ 120.0569222, 30.2618306 ], [ 120.0570528, 30.2618523 ], [ 120.0571583, 30.2618697 ], [ 120.0572136, 30.2618523 ], [ 120.0572387, 30.2617872 ], [ 120.0572487, 30.2617048 ], [ 120.0572085, 30.2616571 ], [ 120.0571181, 30.2616441 ], [ 120.0570679, 30.2616961 ], [ 120.0570076, 30.2617048 ], [ 120.0569222, 30.2616961 ], [ 120.0568971, 30.2615877 ], [ 120.0567967, 30.2615616 ], [ 120.0567665, 30.2615139 ], [ 120.0567866, 30.2614445 ], [ 120.0568569, 30.2613794 ], [ 120.0568871, 30.2613273 ], [ 120.0568469, 30.2612536 ], [ 120.0568971, 30.2611798 ], [ 120.0569624, 30.2611321 ], [ 120.0570478, 30.2611234 ], [ 120.057098, 30.2610757 ], [ 120.0571633, 30.2609629 ], [ 120.0572588, 30.2609369 ], [ 120.0573592, 30.2609326 ], [ 120.0574195, 30.2609673 ], [ 120.0574496, 30.2610627 ], [ 120.0574597, 30.2611495 ], [ 120.0574697, 30.2612579 ], [ 120.0574496, 30.261336 ], [ 120.0573643, 30.2614228 ], [ 120.0573542, 30.2615009 ], [ 120.0573743, 30.2615833 ], [ 120.0573944, 30.2617091 ], [ 120.0574346, 30.2617482 ], [ 120.0575099, 30.2617525 ], [ 120.0576706, 30.2617395 ], [ 120.0578213, 30.2617482 ], [ 120.0578615, 30.2617135 ], [ 120.0578716, 30.2616354 ], [ 120.0578716, 30.2614445 ], [ 120.0578515, 30.2611234 ], [ 120.0578213, 30.261054 ], [ 120.0577259, 30.261015 ], [ 120.0576003, 30.2609846 ], [ 120.057525, 30.2609369 ], [ 120.0575049, 30.2608588 ], [ 120.0576104, 30.2608198 ], [ 120.0577159, 30.2607764 ], [ 120.0578213, 30.260785 ], [ 120.0578213, 30.2606939 ], [ 120.0578716, 30.2606245 ], [ 120.0579419, 30.2606115 ], [ 120.0581416, 30.2606222 ], [ 120.0581764, 30.2605828 ], [ 120.0580373, 30.2605594 ], [ 120.0578816, 30.2605204 ], [ 120.0577359, 30.2605204 ], [ 120.0575652, 30.2605291 ], [ 120.0574547, 30.2605378 ], [ 120.0573291, 30.2605378 ], [ 120.0572437, 30.2604944 ], [ 120.0571232, 30.2602644 ], [ 120.0570729, 30.2601777 ], [ 120.0569674, 30.2601082 ], [ 120.0565053, 30.2599564 ], [ 120.0565706, 30.2597698 ], [ 120.0565204, 30.2597091 ], [ 120.0565104, 30.259618 ], [ 120.0564853, 30.2594792 ], [ 120.0565254, 30.259362 ], [ 120.0565857, 30.2592883 ], [ 120.0566386, 30.2592425 ], [ 120.0567645, 30.2592541 ], [ 120.0569926, 30.2592883 ], [ 120.0572186, 30.2592969 ], [ 120.0573592, 30.2592492 ], [ 120.0574496, 30.2591841 ], [ 120.057535, 30.2590713 ], [ 120.0575853, 30.2589499 ], [ 120.0575551, 30.2587807 ], [ 120.0575501, 30.2585811 ], [ 120.0575953, 30.2584726 ], [ 120.0576907, 30.2584206 ], [ 120.0578515, 30.2584206 ], [ 120.057957, 30.2584423 ], [ 120.0580926, 30.2584553 ], [ 120.0582131, 30.2584032 ], [ 120.0583688, 30.2583468 ], [ 120.0584743, 30.2582817 ], [ 120.0585748, 30.2582036 ], [ 120.0586759, 30.2581114 ], [ 120.0582796, 30.2579968 ], [ 120.0582684, 30.2580735 ], [ 120.0582382, 30.2581212 ], [ 120.058188, 30.2581646 ], [ 120.0581277, 30.2581602 ], [ 120.0580775, 30.2581299 ], [ 120.0580875, 30.2580518 ], [ 120.0581982, 30.2579733 ], [ 120.0577551, 30.2578451 ], [ 120.0576514, 30.2577879 ], [ 120.0576757, 30.2578562 ], [ 120.0577059, 30.2579347 ], [ 120.0577059, 30.2580341 ], [ 120.0576575, 30.2581283 ], [ 120.0575666, 30.2582225 ], [ 120.0573969, 30.2582906 ], [ 120.0572334, 30.2583377 ], [ 120.0571001, 30.2583377 ], [ 120.0570274, 30.2584266 ], [ 120.0570152, 30.2584894 ], [ 120.0570395, 30.2585627 ], [ 120.0570213, 30.2586464 ], [ 120.056991, 30.2587145 ], [ 120.0569122, 30.2587616 ], [ 120.0569001, 30.2588244 ], [ 120.0569425, 30.2589081 ], [ 120.0569607, 30.2589657 ], [ 120.0569547, 30.2590599 ], [ 120.0568759, 30.2591331 ], [ 120.0568092, 30.2591802 ], [ 120.0566578, 30.2591488 ], [ 120.056579, 30.2590599 ], [ 120.0565608, 30.2589657 ], [ 120.0566275, 30.2587773 ], [ 120.0568214, 30.2584057 ], [ 120.0569001, 30.2582906 ], [ 120.0569122, 30.258144 ], [ 120.057004, 30.257979 ], [ 120.057119, 30.2578542 ], [ 120.0572515, 30.2577358 ], [ 120.0573545, 30.257673 ], [ 120.05749, 30.257699 ], [ 120.0572424, 30.2575285 ], [ 120.0571909, 30.2576521 ], [ 120.0571364, 30.2577097 ], [ 120.0570092, 30.2577882 ], [ 120.0568698, 30.2578876 ], [ 120.0568153, 30.2579975 ], [ 120.0567668, 30.2581126 ], [ 120.0567244, 30.2582539 ], [ 120.0566578, 30.25839 ], [ 120.0565669, 30.2585261 ], [ 120.0565613, 30.2585392 ], [ 120.0565245, 30.2586255 ], [ 120.0564746, 30.2586923 ], [ 120.0564033, 30.2587877 ], [ 120.056373, 30.2589238 ], [ 120.0563669, 30.2590494 ], [ 120.0563306, 30.2591541 ], [ 120.0563488, 30.2592587 ], [ 120.0563791, 30.2593163 ], [ 120.0563912, 30.2593791 ], [ 120.0563488, 30.2595361 ], [ 120.0563427, 30.2598396 ], [ 120.0563609, 30.2599495 ], [ 120.0563367, 30.2600333 ], [ 120.0562639, 30.2601484 ], [ 120.0562488, 30.2601847 ], [ 120.0562094, 30.2602792 ], [ 120.0561488, 30.2603944 ], [ 120.0560579, 30.2604258 ], [ 120.0559852, 30.2604048 ], [ 120.0560276, 30.2602426 ], [ 120.0559428, 30.2602478 ], [ 120.0559186, 30.2602897 ], [ 120.0558883, 30.2603787 ], [ 120.0558459, 30.2605043 ], [ 120.0558338, 30.2606299 ], [ 120.0557792, 30.2607084 ], [ 120.0556459, 30.2607398 ], [ 120.0555308, 30.2607188 ], [ 120.0553733, 30.2606613 ], [ 120.0553491, 30.2607136 ], [ 120.0553915, 30.2607555 ], [ 120.0554884, 30.2607869 ], [ 120.0555672, 30.260834 ], [ 120.0556156, 30.260902 ], [ 120.0556884, 30.2609962 ], [ 120.0557018, 30.2611394 ], [ 120.0556813, 30.2612411 ], [ 120.0557121, 30.2613074 ], [ 120.0557633, 30.2614003 ], [ 120.0557633, 30.2614976 ], [ 120.0556455, 30.2618602 ], [ 120.0555789, 30.2622184 ], [ 120.0554612, 30.2626385 ], [ 120.0553793, 30.2627225 ], [ 120.0553576, 30.2628127 ], [ 120.0553537, 30.2628287 ], [ 120.0553448, 30.2628498 ], [ 120.0553127, 30.2629259 ], [ 120.0553383, 30.262979 ], [ 120.0553332, 30.2630719 ], [ 120.0553127, 30.263178 ], [ 120.0552615, 30.263293 ], [ 120.0550923, 30.2635069 ], [ 120.0550092, 30.263553 ], [ 120.0549439, 30.2635633 ], [ 120.054843, 30.2635223 ], [ 120.0547005, 30.2634402 ], [ 120.054463, 30.2633274 ], [ 120.0544393, 30.2634043 ], [ 120.0545402, 30.2634556 ], [ 120.0546174, 30.2635069 ], [ 120.0546649, 30.2635889 ], [ 120.0546649, 30.2636863 ], [ 120.0546233, 30.2638145 ], [ 120.0545877, 30.2638812 ], [ 120.0545224, 30.2639838 ], [ 120.054463, 30.2640812 ], [ 120.0543443, 30.2641427 ], [ 120.0541899, 30.2641684 ], [ 120.0541938, 30.2642054 ], [ 120.0541959, 30.2642248 ], [ 120.0543799, 30.2642504 ], [ 120.0544452, 30.2643529 ], [ 120.0544215, 30.2644965 ], [ 120.054374, 30.2646452 ], [ 120.0543384, 30.264758 ], [ 120.0543562, 30.2648349 ], [ 120.0543087, 30.2649272 ], [ 120.0542256, 30.2650862 ], [ 120.0542315, 30.2651477 ], [ 120.0542256, 30.2652657 ], [ 120.0541246, 30.2655477 ], [ 120.054116, 30.2655875 ], [ 120.054089, 30.2657118 ], [ 120.0540846, 30.2657494 ], [ 120.0540771, 30.2658143 ], [ 120.0539822, 30.265922 ], [ 120.0538575, 30.2659681 ], [ 120.0537091, 30.2659784 ], [ 120.0536812, 30.2660425 ], [ 120.0536556, 30.2661015 ], [ 120.0536081, 30.2662502 ], [ 120.0535785, 30.2663937 ], [ 120.053531, 30.2664348 ], [ 120.0534241, 30.2664706 ], [ 120.0533516, 30.2664646 ], [ 120.0532443, 30.2664572 ], [ 120.0531026, 30.2664405 ], [ 120.0530232, 30.2664238 ], [ 120.0529953, 30.2664424 ], [ 120.0529674, 30.2664795 ], [ 120.0529266, 30.2664924 ], [ 120.0528708, 30.2664924 ], [ 120.0528301, 30.2664554 ], [ 120.0527635, 30.2664461 ], [ 120.0526905, 30.2664201 ], [ 120.052697, 30.2663849 ], [ 120.052697, 30.2663645 ], [ 120.0525274, 30.2663219 ], [ 120.0521496, 30.2662218 ], [ 120.0518255, 30.2661847 ], [ 120.0517783, 30.2662144 ], [ 120.0517611, 30.2662755 ], [ 120.0517633, 30.2663126 ] ], [ [ 120.055355, 30.2690798 ], [ 120.0553906, 30.2690337 ], [ 120.0554529, 30.2690145 ], [ 120.0555685, 30.2690222 ], [ 120.0556352, 30.2690568 ], [ 120.0556797, 30.2690952 ], [ 120.0556619, 30.2691528 ], [ 120.0556041, 30.2691835 ], [ 120.0554707, 30.2692219 ], [ 120.0553951, 30.2692027 ], [ 120.0553461, 30.2691643 ], [ 120.055355, 30.2690798 ] ], [ [ 120.0554306, 30.2692565 ], [ 120.0554974, 30.2692488 ], [ 120.0555596, 30.269268 ], [ 120.0555819, 30.2693218 ], [ 120.0555685, 30.2693679 ], [ 120.0554929, 30.2693833 ], [ 120.0554351, 30.2693794 ], [ 120.0554173, 30.269341 ], [ 120.0554084, 30.2692796 ], [ 120.0554306, 30.2692565 ] ], [ [ 120.0558884, 30.2621559 ], [ 120.0559197, 30.2621198 ], [ 120.0559979, 30.2621379 ], [ 120.0560136, 30.2621829 ], [ 120.0560344, 30.2622505 ], [ 120.056024, 30.262291 ], [ 120.0559666, 30.2623316 ], [ 120.0558884, 30.2622865 ], [ 120.055878, 30.2622189 ], [ 120.0558884, 30.2621559 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0478026, 30.2658905 ], [ 120.0478591, 30.2659364 ], [ 120.0479356, 30.265945 ], [ 120.0480453, 30.2659536 ], [ 120.0480719, 30.2657699 ], [ 120.0481084, 30.2656723 ], [ 120.0481483, 30.2655603 ], [ 120.0481882, 30.2654656 ], [ 120.0481749, 30.2653852 ], [ 120.0481217, 30.2653852 ], [ 120.0480885, 30.2654311 ], [ 120.048002, 30.2654196 ], [ 120.0479189, 30.2654053 ], [ 120.0479256, 30.2654713 ], [ 120.047879, 30.2655833 ], [ 120.047786, 30.2656866 ], [ 120.047756, 30.2657957 ], [ 120.0477527, 30.2658503 ], [ 120.0478026, 30.2658905 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0514434, 30.2658809 ], [ 120.0515465, 30.2658898 ], [ 120.0516316, 30.2658898 ], [ 120.0517218, 30.2658786 ], [ 120.0517786, 30.2658497 ], [ 120.0517605, 30.2657829 ], [ 120.0517115, 30.2656804 ], [ 120.0516729, 30.2655891 ], [ 120.05158, 30.2655891 ], [ 120.0514821, 30.2656225 ], [ 120.051415, 30.2656938 ], [ 120.0514099, 30.2657539 ], [ 120.0513996, 30.2658319 ], [ 120.0514434, 30.2658809 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.051201, 30.2657049 ], [ 120.0512242, 30.2657517 ], [ 120.0513093, 30.2658274 ], [ 120.0513506, 30.2659076 ], [ 120.0513815, 30.2659566 ], [ 120.0514279, 30.2660301 ], [ 120.0514563, 30.2660746 ], [ 120.0514872, 30.2660813 ], [ 120.0514743, 30.2660189 ], [ 120.0515156, 30.2659944 ], [ 120.0515388, 30.266039 ], [ 120.0515697, 30.2660791 ], [ 120.0516522, 30.2661013 ], [ 120.0517167, 30.2661058 ], [ 120.0517811, 30.2661169 ], [ 120.0518559, 30.2661392 ], [ 120.0518688, 30.266108 ], [ 120.0522066, 30.2661548 ], [ 120.0522014, 30.2661793 ], [ 120.0522375, 30.2661704 ], [ 120.0522504, 30.2661503 ], [ 120.0522556, 30.2661058 ], [ 120.0522556, 30.2660679 ], [ 120.0522298, 30.2660345 ], [ 120.0521602, 30.2659967 ], [ 120.0521009, 30.2659722 ], [ 120.0520905, 30.2660033 ], [ 120.0519462, 30.2659699 ], [ 120.0519565, 30.265941 ], [ 120.0518817, 30.2659321 ], [ 120.051825, 30.2659254 ], [ 120.0517399, 30.2659299 ], [ 120.0516651, 30.265921 ], [ 120.0516032, 30.2659299 ], [ 120.0515723, 30.2659521 ], [ 120.0515104, 30.2659766 ], [ 120.0514769, 30.2659789 ], [ 120.0514589, 30.2659588 ], [ 120.0514253, 30.2659098 ], [ 120.0513712, 30.2658341 ], [ 120.0513583, 30.2657807 ], [ 120.051299, 30.2657406 ], [ 120.0512449, 30.2656782 ], [ 120.0512442, 30.2656308 ], [ 120.0511993, 30.2656375 ], [ 120.051201, 30.2657049 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0407466, 30.2655515 ], [ 120.0408098, 30.2655267 ], [ 120.0408903, 30.2655168 ], [ 120.0409937, 30.2655416 ], [ 120.0411833, 30.2655366 ], [ 120.0413155, 30.2655366 ], [ 120.0413155, 30.2656111 ], [ 120.0412868, 30.2656607 ], [ 120.0411144, 30.2656359 ], [ 120.0410109, 30.2656805 ], [ 120.0410167, 30.2658195 ], [ 120.0411086, 30.2658642 ], [ 120.0412523, 30.2658642 ], [ 120.0413097, 30.2659436 ], [ 120.0412982, 30.2660379 ], [ 120.0412063, 30.2660677 ], [ 120.0410397, 30.2660577 ], [ 120.0410109, 30.2661322 ], [ 120.0410224, 30.2662265 ], [ 120.0410109, 30.2663555 ], [ 120.0409879, 30.2664647 ], [ 120.0410741, 30.2665441 ], [ 120.0412121, 30.266554 ], [ 120.041281, 30.2666186 ], [ 120.041258, 30.266693 ], [ 120.0410799, 30.2667277 ], [ 120.0410856, 30.2668469 ], [ 120.0412293, 30.2668667 ], [ 120.0414186, 30.2668596 ], [ 120.0414649, 30.2668171 ], [ 120.0414074, 30.2667327 ], [ 120.0414419, 30.2665044 ], [ 120.0414936, 30.2663059 ], [ 120.0414879, 30.266018 ], [ 120.0415301, 30.2659284 ], [ 120.0415281, 30.2657748 ], [ 120.0414591, 30.265626 ], [ 120.0415109, 30.265487 ], [ 120.0415741, 30.2653579 ], [ 120.0416718, 30.2652488 ], [ 120.0417867, 30.2651545 ], [ 120.0417843, 30.2650953 ], [ 120.041666, 30.2650552 ], [ 120.0415281, 30.2651396 ], [ 120.0414419, 30.2652289 ], [ 120.04135, 30.2652736 ], [ 120.0412293, 30.2652885 ], [ 120.0411833, 30.2652587 ], [ 120.0410684, 30.2652488 ], [ 120.0409305, 30.2652885 ], [ 120.0408328, 30.2652537 ], [ 120.0407524, 30.2652885 ], [ 120.0407351, 30.2653679 ], [ 120.0406891, 30.2654969 ], [ 120.0407466, 30.2655515 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.046145, 30.2662733 ], [ 120.0461522, 30.2662168 ], [ 120.0461322, 30.266175 ], [ 120.046155, 30.266079 ], [ 120.046155, 30.2660347 ], [ 120.0461436, 30.2659511 ], [ 120.0461465, 30.2658772 ], [ 120.0461892, 30.2658403 ], [ 120.0462861, 30.2658379 ], [ 120.0463915, 30.2658428 ], [ 120.04642, 30.2657763 ], [ 120.0463374, 30.2657247 ], [ 120.046232, 30.2657271 ], [ 120.0461579, 30.2657197 ], [ 120.046024, 30.2657222 ], [ 120.045967, 30.2657763 ], [ 120.0459157, 30.2659092 ], [ 120.0459584, 30.2660027 ], [ 120.0459442, 30.2660938 ], [ 120.0459442, 30.2661922 ], [ 120.045899, 30.2662473 ], [ 120.046145, 30.2662733 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0464588, 30.2659005 ], [ 120.0464871, 30.2659392 ], [ 120.0465836, 30.2659514 ], [ 120.0466825, 30.2659514 ], [ 120.0467391, 30.2659046 ], [ 120.0467791, 30.2658924 ], [ 120.0468403, 30.2659412 ], [ 120.0468521, 30.2659982 ], [ 120.0468545, 30.2660856 ], [ 120.0468568, 30.2661527 ], [ 120.0468333, 30.2662239 ], [ 120.0468144, 30.2662666 ], [ 120.0467485, 30.2662992 ], [ 120.0466781, 30.2663448 ], [ 120.0468283, 30.2663658 ], [ 120.0468568, 30.2663094 ], [ 120.0468945, 30.2662361 ], [ 120.0469298, 30.2661751 ], [ 120.0469486, 30.2661365 ], [ 120.0469628, 30.2660917 ], [ 120.0470334, 30.2660572 ], [ 120.0470617, 30.2660327 ], [ 120.0470664, 30.265988 ], [ 120.0470428, 30.2659534 ], [ 120.0470334, 30.2659087 ], [ 120.0470758, 30.2658741 ], [ 120.0471041, 30.2658538 ], [ 120.0471747, 30.2658944 ], [ 120.04721, 30.265927 ], [ 120.0472571, 30.2659819 ], [ 120.0473254, 30.2659921 ], [ 120.0474079, 30.2660022 ], [ 120.0474267, 30.2660368 ], [ 120.0474832, 30.2660938 ], [ 120.0474832, 30.2661588 ], [ 120.0474738, 30.2662178 ], [ 120.0475162, 30.2662565 ], [ 120.0475774, 30.2662524 ], [ 120.0476269, 30.2662443 ], [ 120.0476622, 30.2662646 ], [ 120.047674, 30.2662992 ], [ 120.0476999, 30.2663524 ], [ 120.0477853, 30.2663175 ], [ 120.0478624, 30.266315 ], [ 120.0478624, 30.2662666 ], [ 120.0477352, 30.2662361 ], [ 120.0476716, 30.2661955 ], [ 120.0476245, 30.2661324 ], [ 120.0476316, 30.2660266 ], [ 120.0476292, 30.2659677 ], [ 120.0476127, 30.2658924 ], [ 120.0475727, 30.2658314 ], [ 120.0474738, 30.2658293 ], [ 120.0473796, 30.2658009 ], [ 120.0472995, 30.2657683 ], [ 120.0471959, 30.2657521 ], [ 120.0471229, 30.2657582 ], [ 120.0470217, 30.2657724 ], [ 120.0469345, 30.2657805 ], [ 120.0468686, 30.2657988 ], [ 120.0468168, 30.2658538 ], [ 120.0467438, 30.2658538 ], [ 120.0467249, 30.2658232 ], [ 120.0467061, 30.2657805 ], [ 120.0466378, 30.2657765 ], [ 120.0465742, 30.2657622 ], [ 120.0465012, 30.2657561 ], [ 120.0464494, 30.265811 ], [ 120.0464588, 30.2659005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0485012, 30.2661385 ], [ 120.0485418, 30.2661247 ], [ 120.0485956, 30.2660644 ], [ 120.0486977, 30.2660319 ], [ 120.0487461, 30.2660644 ], [ 120.048773, 30.2661247 ], [ 120.0487622, 30.2662176 ], [ 120.0486923, 30.2662315 ], [ 120.0485956, 30.2662547 ], [ 120.048508, 30.266223 ], [ 120.0485216, 30.2663899 ], [ 120.0485794, 30.2663569 ], [ 120.0486547, 30.2663476 ], [ 120.0487407, 30.2664172 ], [ 120.0487515, 30.2665147 ], [ 120.0487676, 30.2665658 ], [ 120.0488375, 30.2666355 ], [ 120.0489127, 30.2667051 ], [ 120.048988, 30.2667051 ], [ 120.0490256, 30.266654 ], [ 120.049031, 30.2665797 ], [ 120.049074, 30.2664683 ], [ 120.0491439, 30.2664172 ], [ 120.0492514, 30.2664451 ], [ 120.049332, 30.2664265 ], [ 120.0493697, 30.2663894 ], [ 120.0493858, 30.2662501 ], [ 120.0494019, 30.2661201 ], [ 120.0494288, 30.2660226 ], [ 120.049375, 30.2659808 ], [ 120.0492944, 30.2659994 ], [ 120.0492622, 30.2660644 ], [ 120.049246, 30.2661247 ], [ 120.0491815, 30.266199 ], [ 120.04916, 30.2662547 ], [ 120.0491116, 30.2662547 ], [ 120.0490901, 30.2661433 ], [ 120.0490579, 30.2660365 ], [ 120.0489396, 30.2660226 ], [ 120.0488912, 30.2659576 ], [ 120.0488643, 30.2657672 ], [ 120.048945, 30.2655908 ], [ 120.0489988, 30.265504 ], [ 120.0489662, 30.2654617 ], [ 120.0488267, 30.2654747 ], [ 120.0487192, 30.2655629 ], [ 120.0486547, 30.2655768 ], [ 120.0485766, 30.2655122 ], [ 120.0485284, 30.2657622 ], [ 120.0484877, 30.2659728 ], [ 120.0485012, 30.2661385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0502013, 30.2663457 ], [ 120.0502649, 30.2663594 ], [ 120.050331, 30.2663572 ], [ 120.0504184, 30.2663434 ], [ 120.0505004, 30.2663366 ], [ 120.0505057, 30.2662954 ], [ 120.050466, 30.266252 ], [ 120.0504448, 30.266204 ], [ 120.0504316, 30.266188 ], [ 120.0503945, 30.266188 ], [ 120.0503443, 30.266172 ], [ 120.0502887, 30.2661766 ], [ 120.0502225, 30.2662154 ], [ 120.0501775, 30.2662497 ], [ 120.0501696, 30.2663137 ], [ 120.0502013, 30.2663457 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0416783, 30.2664972 ], [ 120.0417208, 30.2665266 ], [ 120.0417655, 30.2665193 ], [ 120.041774, 30.2664568 ], [ 120.0417762, 30.2663961 ], [ 120.0417804, 30.2663318 ], [ 120.0418017, 30.266295 ], [ 120.0418336, 30.266295 ], [ 120.0418549, 30.2663373 ], [ 120.0418485, 30.2663906 ], [ 120.041823, 30.2664366 ], [ 120.0418123, 30.2664788 ], [ 120.0418123, 30.2665064 ], [ 120.0418634, 30.2665597 ], [ 120.0418847, 30.2665928 ], [ 120.0418953, 30.2666204 ], [ 120.0419549, 30.266624 ], [ 120.0420017, 30.2666222 ], [ 120.0420358, 30.2666038 ], [ 120.0420741, 30.2665928 ], [ 120.0421081, 30.2665965 ], [ 120.0421507, 30.2665873 ], [ 120.0421847, 30.2665873 ], [ 120.0422018, 30.2666259 ], [ 120.0422358, 30.2666553 ], [ 120.0423209, 30.2666737 ], [ 120.0424316, 30.2666369 ], [ 120.0424656, 30.2665854 ], [ 120.0424656, 30.2665009 ], [ 120.0424763, 30.2664145 ], [ 120.0424699, 30.2663502 ], [ 120.042438, 30.2663373 ], [ 120.0423273, 30.2663373 ], [ 120.0422486, 30.2663631 ], [ 120.0421954, 30.2663869 ], [ 120.0421762, 30.2664568 ], [ 120.0421933, 30.2665377 ], [ 120.0421847, 30.2665726 ], [ 120.042123, 30.2665597 ], [ 120.0420996, 30.2664899 ], [ 120.042106, 30.2664035 ], [ 120.042123, 30.2663245 ], [ 120.0421252, 30.2662344 ], [ 120.0421167, 30.2661701 ], [ 120.0420762, 30.2661315 ], [ 120.0419911, 30.2661168 ], [ 120.0419294, 30.266159 ], [ 120.0418826, 30.2662252 ], [ 120.0418634, 30.2662803 ], [ 120.0418145, 30.266262 ], [ 120.0417549, 30.2662197 ], [ 120.0416996, 30.2662712 ], [ 120.0416911, 30.2663704 ], [ 120.0416783, 30.2664402 ], [ 120.0416783, 30.2664972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0424976, 30.2666296 ], [ 120.0425196, 30.266629 ], [ 120.0425678, 30.2666277 ], [ 120.0426423, 30.2665487 ], [ 120.0426699, 30.2664641 ], [ 120.0426806, 30.2663998 ], [ 120.0426848, 30.2663336 ], [ 120.0427253, 30.2662785 ], [ 120.0426508, 30.2662656 ], [ 120.0426082, 30.2663116 ], [ 120.0426061, 30.2664127 ], [ 120.0425635, 30.2665101 ], [ 120.0425167, 30.2665432 ], [ 120.0424848, 30.2665983 ], [ 120.0424976, 30.2666296 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0543835, 30.2660959 ], [ 120.0544236, 30.2661175 ], [ 120.0544938, 30.2661088 ], [ 120.0545639, 30.2660439 ], [ 120.0545389, 30.2659877 ], [ 120.0544888, 30.265966 ], [ 120.0544437, 30.265966 ], [ 120.0544036, 30.265992 ], [ 120.0543735, 30.2660353 ], [ 120.0543835, 30.2660959 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0545526, 30.2662049 ], [ 120.0546659, 30.2662167 ], [ 120.0547837, 30.2662636 ], [ 120.0549242, 30.2662519 ], [ 120.055119, 30.2662754 ], [ 120.0553455, 30.266291 ], [ 120.0555041, 30.2663106 ], [ 120.055631, 30.2663967 ], [ 120.0557669, 30.2664084 ], [ 120.0558802, 30.266428 ], [ 120.0559527, 30.266475 ], [ 120.0559482, 30.2665298 ], [ 120.0558938, 30.2665532 ], [ 120.0558349, 30.2665337 ], [ 120.0557715, 30.2665298 ], [ 120.0556763, 30.2665571 ], [ 120.0555766, 30.2665924 ], [ 120.0555494, 30.2666393 ], [ 120.0555812, 30.2667059 ], [ 120.0557261, 30.2667372 ], [ 120.0558802, 30.266698 ], [ 120.0559663, 30.2666863 ], [ 120.0560569, 30.2667176 ], [ 120.0561747, 30.2666941 ], [ 120.0561294, 30.2666276 ], [ 120.056143, 30.2665728 ], [ 120.0562019, 30.2665298 ], [ 120.0562789, 30.2665219 ], [ 120.0563333, 30.266608 ], [ 120.0563696, 30.2666902 ], [ 120.0563242, 30.2667763 ], [ 120.0562019, 30.2667919 ], [ 120.0561113, 30.2667802 ], [ 120.0559889, 30.2667998 ], [ 120.0558757, 30.2668154 ], [ 120.0557896, 30.2668037 ], [ 120.0556627, 30.2668193 ], [ 120.0555676, 30.266835 ], [ 120.055486, 30.2668428 ], [ 120.055563, 30.266878 ], [ 120.0556899, 30.266878 ], [ 120.055776, 30.2668624 ], [ 120.0558575, 30.2668663 ], [ 120.05593, 30.2669328 ], [ 120.0560297, 30.2669367 ], [ 120.0561657, 30.2669172 ], [ 120.0562699, 30.2669015 ], [ 120.0563469, 30.2669328 ], [ 120.0563877, 30.2669994 ], [ 120.0563741, 30.2671285 ], [ 120.0564874, 30.267195 ], [ 120.0565689, 30.2672107 ], [ 120.0566414, 30.2672459 ], [ 120.0566188, 30.2670581 ], [ 120.0566369, 30.2669407 ], [ 120.0566867, 30.2668937 ], [ 120.0567773, 30.2668624 ], [ 120.0569088, 30.2668233 ], [ 120.0569948, 30.2668272 ], [ 120.0570628, 30.2668898 ], [ 120.0570991, 30.2669759 ], [ 120.0571761, 30.2669954 ], [ 120.0572123, 30.2670659 ], [ 120.0572848, 30.2674298 ], [ 120.0573165, 30.2676098 ], [ 120.0573347, 30.2677194 ], [ 120.0575023, 30.2677546 ], [ 120.0575975, 30.2678133 ], [ 120.0576337, 30.2679151 ], [ 120.0576292, 30.2680677 ], [ 120.0576156, 30.2681421 ], [ 120.0575476, 30.2682008 ], [ 120.0575658, 30.2682751 ], [ 120.057525, 30.268369 ], [ 120.0575204, 30.268459 ], [ 120.057525, 30.2685217 ], [ 120.0575793, 30.2685491 ], [ 120.0576609, 30.2685138 ], [ 120.0577515, 30.2685217 ], [ 120.0578059, 30.2685764 ], [ 120.0578286, 30.2686508 ], [ 120.0577561, 30.2686899 ], [ 120.0576382, 30.2686665 ], [ 120.0576382, 30.2687604 ], [ 120.0577243, 30.2687721 ], [ 120.0577425, 30.2688386 ], [ 120.0576972, 30.2689013 ], [ 120.0576745, 30.2690656 ], [ 120.0576428, 30.2691634 ], [ 120.0576473, 30.2692339 ], [ 120.0577062, 30.26923 ], [ 120.0577787, 30.2692104 ], [ 120.0578875, 30.2692104 ], [ 120.057969, 30.2691908 ], [ 120.0579962, 30.2691478 ], [ 120.0580596, 30.2691282 ], [ 120.0581321, 30.26914 ], [ 120.058191, 30.2692378 ], [ 120.0581639, 30.2693395 ], [ 120.0582363, 30.2694374 ], [ 120.058259, 30.269637 ], [ 120.0582862, 30.2697191 ], [ 120.0583134, 30.2698405 ], [ 120.058336, 30.2700322 ], [ 120.0583723, 30.2701183 ], [ 120.0584221, 30.2701809 ], [ 120.0584493, 30.270357 ], [ 120.0584085, 30.2704196 ], [ 120.0581276, 30.2704705 ], [ 120.0578421, 30.2705644 ], [ 120.0577561, 30.2706544 ], [ 120.057747, 30.2707601 ], [ 120.0577968, 30.2708305 ], [ 120.057824, 30.270807 ], [ 120.0577968, 30.2706975 ], [ 120.0578286, 30.2706388 ], [ 120.0579781, 30.2705683 ], [ 120.0582228, 30.2705018 ], [ 120.0583723, 30.2704861 ], [ 120.0584584, 30.2705253 ], [ 120.0584765, 30.2706544 ], [ 120.0584357, 30.2707288 ], [ 120.0584402, 30.2708031 ], [ 120.058404, 30.2708462 ], [ 120.0585173, 30.2708462 ], [ 120.058617, 30.270854 ], [ 120.0587212, 30.2709088 ], [ 120.0588616, 30.2711083 ], [ 120.0589341, 30.2712531 ], [ 120.0589749, 30.2713353 ], [ 120.0589477, 30.2714136 ], [ 120.0588707, 30.271441 ], [ 120.0586351, 30.2714331 ], [ 120.0584946, 30.2714449 ], [ 120.0585082, 30.2714801 ], [ 120.0587755, 30.2714762 ], [ 120.0589115, 30.2714958 ], [ 120.058993, 30.2715858 ], [ 120.0590338, 30.2716836 ], [ 120.0589658, 30.2717736 ], [ 120.0590972, 30.2718206 ], [ 120.0591833, 30.2719145 ], [ 120.0591652, 30.2719927 ], [ 120.059138, 30.2721297 ], [ 120.0591018, 30.2722314 ], [ 120.0591335, 30.2722627 ], [ 120.0592151, 30.2722784 ], [ 120.0592649, 30.2722001 ], [ 120.0592513, 30.2720632 ], [ 120.0592876, 30.2719497 ], [ 120.0593057, 30.2718832 ], [ 120.059274, 30.2717736 ], [ 120.0593147, 30.2717306 ], [ 120.0595685, 30.2717384 ], [ 120.0597044, 30.2717853 ], [ 120.0600261, 30.2718558 ], [ 120.0601349, 30.2719027 ], [ 120.0601802, 30.2719849 ], [ 120.0602844, 30.2719497 ], [ 120.0604067, 30.2719301 ], [ 120.0604339, 30.2718753 ], [ 120.0602748, 30.2718226 ], [ 120.060204, 30.2716942 ], [ 120.0602394, 30.2715719 ], [ 120.0603598, 30.2714068 ], [ 120.0607208, 30.2709361 ], [ 120.0609544, 30.2706977 ], [ 120.0611101, 30.270502 ], [ 120.0612163, 30.2704103 ], [ 120.0613012, 30.2703736 ], [ 120.0614074, 30.2704226 ], [ 120.0615136, 30.2705998 ], [ 120.0615844, 30.270557 ], [ 120.0613649, 30.2703247 ], [ 120.0613508, 30.270233 ], [ 120.0613862, 30.2701474 ], [ 120.0614924, 30.2699579 ], [ 120.0615631, 30.2698784 ], [ 120.0616552, 30.2698601 ], [ 120.0617047, 30.2697928 ], [ 120.061733, 30.2697011 ], [ 120.0618251, 30.2695361 ], [ 120.0619666, 30.269371 ], [ 120.0620799, 30.269316 ], [ 120.0621082, 30.2692426 ], [ 120.0620587, 30.2691693 ], [ 120.0620587, 30.2690531 ], [ 120.0621365, 30.2689736 ], [ 120.062179, 30.2688758 ], [ 120.0622332, 30.2687902 ], [ 120.0621698, 30.2687553 ], [ 120.0620948, 30.2687503 ], [ 120.0620832, 30.2686855 ], [ 120.0621063, 30.2685809 ], [ 120.0622102, 30.2683915 ], [ 120.0622967, 30.2682719 ], [ 120.0623083, 30.2681772 ], [ 120.0623198, 30.2680526 ], [ 120.0623948, 30.2678881 ], [ 120.0625564, 30.2675343 ], [ 120.0626545, 30.2672452 ], [ 120.062718, 30.2671655 ], [ 120.0628507, 30.2671456 ], [ 120.0628968, 30.2670857 ], [ 120.0628276, 30.267001 ], [ 120.0628449, 30.2668864 ], [ 120.0629084, 30.2667518 ], [ 120.0629199, 30.2666472 ], [ 120.0629603, 30.2665176 ], [ 120.0629949, 30.2664229 ], [ 120.0630642, 30.2663382 ], [ 120.0631392, 30.2662634 ], [ 120.06322, 30.2662734 ], [ 120.06337, 30.2663083 ], [ 120.0634335, 30.2662833 ], [ 120.0634912, 30.2661837 ], [ 120.0635489, 30.2659843 ], [ 120.0635316, 30.2659245 ], [ 120.0634277, 30.2658996 ], [ 120.0634046, 30.2658647 ], [ 120.0634335, 30.2657501 ], [ 120.0635258, 30.2656952 ], [ 120.0636528, 30.2656803 ], [ 120.0637162, 30.2656354 ], [ 120.0637682, 30.265476 ], [ 120.0638143, 30.2653763 ], [ 120.0638086, 30.2652866 ], [ 120.0637509, 30.2652567 ], [ 120.0636585, 30.2652866 ], [ 120.0636124, 30.2653314 ], [ 120.063572, 30.2654062 ], [ 120.0634335, 30.2654062 ], [ 120.0630988, 30.2653364 ], [ 120.0629026, 30.2652616 ], [ 120.0628391, 30.265162 ], [ 120.0628738, 30.2650523 ], [ 120.0629257, 30.264848 ], [ 120.062943, 30.2647583 ], [ 120.0629084, 30.2647084 ], [ 120.0628045, 30.2646586 ], [ 120.0627353, 30.2647333 ], [ 120.062666, 30.2649078 ], [ 120.0625795, 30.2649726 ], [ 120.0624871, 30.2649825 ], [ 120.062389, 30.2649477 ], [ 120.062239, 30.2649078 ], [ 120.0619447, 30.264848 ], [ 120.0618466, 30.2647932 ], [ 120.0618235, 30.2647184 ], [ 120.0618466, 30.2646187 ], [ 120.0619851, 30.2642499 ], [ 120.062089, 30.2639459 ], [ 120.0621178, 30.2638911 ], [ 120.0621928, 30.2638611 ], [ 120.0623313, 30.2638861 ], [ 120.0625622, 30.2639708 ], [ 120.0626487, 30.2639608 ], [ 120.0628161, 30.2639857 ], [ 120.062868, 30.2638861 ], [ 120.0629372, 30.2637465 ], [ 120.0630815, 30.2636369 ], [ 120.0633065, 30.2635621 ], [ 120.0635027, 30.2635721 ], [ 120.0635893, 30.2636568 ], [ 120.0637162, 30.2636169 ], [ 120.0639182, 30.2636418 ], [ 120.0640394, 30.2637415 ], [ 120.0641144, 30.2638213 ], [ 120.064224, 30.2638063 ], [ 120.0642933, 30.2638811 ], [ 120.0643741, 30.2638711 ], [ 120.0644549, 30.263911 ], [ 120.0644722, 30.2640057 ], [ 120.0643683, 30.2642599 ], [ 120.0643683, 30.2644094 ], [ 120.0642875, 30.264539 ], [ 120.0642529, 30.2646486 ], [ 120.0642875, 30.2647134 ], [ 120.0644491, 30.2647533 ], [ 120.0645472, 30.2647383 ], [ 120.0646337, 30.2646686 ], [ 120.0647203, 30.2646337 ], [ 120.0648357, 30.2646536 ], [ 120.0648761, 30.2646985 ], [ 120.0648819, 30.2648081 ], [ 120.0649569, 30.2649028 ], [ 120.065055, 30.2649676 ], [ 120.0651473, 30.2649875 ], [ 120.065205, 30.2649178 ], [ 120.0652396, 30.2648181 ], [ 120.0652454, 30.2646785 ], [ 120.0651992, 30.2646087 ], [ 120.0651415, 30.2645539 ], [ 120.0651762, 30.2644642 ], [ 120.0652512, 30.2644293 ], [ 120.0653839, 30.2644144 ], [ 120.0654705, 30.2644841 ], [ 120.0655801, 30.264544 ], [ 120.0657763, 30.2645888 ], [ 120.0658802, 30.2645739 ], [ 120.0659667, 30.2645888 ], [ 120.0660071, 30.2646686 ], [ 120.0659552, 30.2647782 ], [ 120.0658225, 30.265147 ], [ 120.0656955, 30.2652168 ], [ 120.0655686, 30.2652417 ], [ 120.0655801, 30.2653015 ], [ 120.0656551, 30.2653464 ], [ 120.0656955, 30.2654909 ], [ 120.0656609, 30.2656604 ], [ 120.0655166, 30.2660092 ], [ 120.0655166, 30.2661039 ], [ 120.0653897, 30.2665674 ], [ 120.0653204, 30.2666671 ], [ 120.0651819, 30.2666771 ], [ 120.0650146, 30.2666621 ], [ 120.0646222, 30.2665325 ], [ 120.0645356, 30.2664877 ], [ 120.0644895, 30.2664428 ], [ 120.0644029, 30.2664677 ], [ 120.0643048, 30.2665026 ], [ 120.0641663, 30.2665026 ], [ 120.0635374, 30.2662833 ], [ 120.0635143, 30.2663232 ], [ 120.0640798, 30.2665226 ], [ 120.0641663, 30.2665973 ], [ 120.0643048, 30.2666073 ], [ 120.0644664, 30.2666272 ], [ 120.0646337, 30.2666771 ], [ 120.0648242, 30.2667468 ], [ 120.0649453, 30.2668166 ], [ 120.0650261, 30.2667867 ], [ 120.0651069, 30.2668017 ], [ 120.0652166, 30.2668216 ], [ 120.0653147, 30.2668116 ], [ 120.0653897, 30.2667518 ], [ 120.0654474, 30.2666671 ], [ 120.0655224, 30.2666173 ], [ 120.0656032, 30.2666073 ], [ 120.0656263, 30.2665624 ], [ 120.0655628, 30.2665126 ], [ 120.0655628, 30.266398 ], [ 120.0657013, 30.2658248 ], [ 120.0657532, 30.2656604 ], [ 120.0657994, 30.2654859 ], [ 120.0659956, 30.2649277 ], [ 120.066059, 30.2647732 ], [ 120.0661456, 30.2647234 ], [ 120.0662783, 30.2647234 ], [ 120.0665438, 30.2647483 ], [ 120.06689, 30.2647533 ], [ 120.067115, 30.2647234 ], [ 120.0672247, 30.2646935 ], [ 120.0673285, 30.2646486 ], [ 120.0674266, 30.2645988 ], [ 120.0675132, 30.2645888 ], [ 120.0676055, 30.2644742 ], [ 120.0675709, 30.2644144 ], [ 120.0676113, 30.2643147 ], [ 120.0676805, 30.2642599 ], [ 120.0677902, 30.2641004 ], [ 120.0678998, 30.2639658 ], [ 120.0680152, 30.2639409 ], [ 120.0681941, 30.2639907 ], [ 120.0682634, 30.2640256 ], [ 120.0682518, 30.2641303 ], [ 120.0683037, 30.2641403 ], [ 120.068373, 30.2640505 ], [ 120.0684769, 30.2639808 ], [ 120.0686153, 30.2640007 ], [ 120.0687192, 30.2640655 ], [ 120.0687827, 30.2641403 ], [ 120.0688635, 30.2641004 ], [ 120.0689558, 30.2641103 ], [ 120.069002, 30.2640306 ], [ 120.0689558, 30.2639857 ], [ 120.0688173, 30.2639708 ], [ 120.0686269, 30.263906 ], [ 120.0684999, 30.2638711 ], [ 120.0684653, 30.2637864 ], [ 120.0684076, 30.2638013 ], [ 120.0683499, 30.2636867 ], [ 120.068298, 30.263582 ], [ 120.0682922, 30.2635123 ], [ 120.0681537, 30.2634375 ], [ 120.0681826, 30.2633877 ], [ 120.0683037, 30.2634525 ], [ 120.0683614, 30.2633328 ], [ 120.0683153, 30.263278 ], [ 120.0682287, 30.263268 ], [ 120.0681537, 30.263298 ], [ 120.0680498, 30.2634076 ], [ 120.0679229, 30.2634574 ], [ 120.0677325, 30.2635472 ], [ 120.0675998, 30.2635621 ], [ 120.067519, 30.263587 ], [ 120.0672766, 30.2637066 ], [ 120.0672189, 30.2638661 ], [ 120.067092, 30.2639409 ], [ 120.0669765, 30.2639409 ], [ 120.0668554, 30.2639808 ], [ 120.0667688, 30.2640904 ], [ 120.0665899, 30.2642997 ], [ 120.0664457, 30.2643845 ], [ 120.0663129, 30.2644144 ], [ 120.066186, 30.2644044 ], [ 120.0661745, 30.2643446 ], [ 120.0662264, 30.2642399 ], [ 120.0663476, 30.263921 ], [ 120.066411, 30.2638013 ], [ 120.0664514, 30.2637116 ], [ 120.0665438, 30.2636319 ], [ 120.0666419, 30.263592 ], [ 120.0666245, 30.2635073 ], [ 120.0666524, 30.2633775 ], [ 120.0667892, 30.2633578 ], [ 120.066871, 30.2633311 ], [ 120.0669783, 30.263279 ], [ 120.0670843, 30.2632767 ], [ 120.0671768, 30.2633172 ], [ 120.0672345, 30.2633381 ], [ 120.0672962, 30.2633381 ], [ 120.0673324, 30.2632999 ], [ 120.067315, 30.2631365 ], [ 120.0672747, 30.262972 ], [ 120.0672613, 30.2628064 ], [ 120.0673404, 30.2626037 ], [ 120.067433, 30.2625435 ], [ 120.0675094, 30.2625574 ], [ 120.0681317, 30.2627172 ], [ 120.0682068, 30.2627728 ], [ 120.0682685, 30.2629257 ], [ 120.0683436, 30.2629964 ], [ 120.0684388, 30.2630566 ], [ 120.068581, 30.2630751 ], [ 120.0686856, 30.2630427 ], [ 120.0687459, 30.262928 ], [ 120.0687955, 30.2628516 ], [ 120.068934, 30.2627822 ], [ 120.0686367, 30.2625016 ], [ 120.0686961, 30.26267 ], [ 120.0686615, 30.2627696 ], [ 120.0685576, 30.2627746 ], [ 120.0684595, 30.2627397 ], [ 120.0680152, 30.2626401 ], [ 120.067946, 30.2625802 ], [ 120.0679691, 30.2625105 ], [ 120.0680268, 30.2624208 ], [ 120.0681622, 30.2622821 ], [ 120.0678679, 30.2621753 ], [ 120.0676978, 30.2624208 ], [ 120.067594, 30.2625005 ], [ 120.0675247, 30.2624856 ], [ 120.0674959, 30.2624257 ], [ 120.0675536, 30.2623111 ], [ 120.0676459, 30.2622264 ], [ 120.0677786, 30.2621327 ], [ 120.0676704, 30.2620812 ], [ 120.067623, 30.2621493 ], [ 120.0675656, 30.2621679 ], [ 120.0675154, 30.2621431 ], [ 120.0675592, 30.2620649 ], [ 120.0673103, 30.2620285 ], [ 120.067397, 30.2621152 ], [ 120.0674078, 30.2621895 ], [ 120.0673539, 30.2623011 ], [ 120.0673109, 30.2623631 ], [ 120.0672356, 30.2623848 ], [ 120.0671459, 30.2623693 ], [ 120.0670275, 30.262267 ], [ 120.0669306, 30.2622112 ], [ 120.0668266, 30.2621617 ], [ 120.0666903, 30.2621555 ], [ 120.0666006, 30.2621276 ], [ 120.066554, 30.2620594 ], [ 120.0665683, 30.2620098 ], [ 120.0666147, 30.2619211 ], [ 120.0665397, 30.2619282 ], [ 120.0664787, 30.2618983 ], [ 120.0665145, 30.2620191 ], [ 120.0665145, 30.2621183 ], [ 120.0664607, 30.2621431 ], [ 120.0663567, 30.2621338 ], [ 120.0663602, 30.2621864 ], [ 120.0664463, 30.2622236 ], [ 120.0665432, 30.2622453 ], [ 120.0666472, 30.2623197 ], [ 120.0666975, 30.2623693 ], [ 120.0667584, 30.2623569 ], [ 120.0668374, 30.2623724 ], [ 120.0668768, 30.2624312 ], [ 120.0669629, 30.2624157 ], [ 120.0670562, 30.262456 ], [ 120.0671674, 30.262487 ], [ 120.0672069, 30.2625304 ], [ 120.0672069, 30.2625955 ], [ 120.0671351, 30.262707 ], [ 120.0670454, 30.2627473 ], [ 120.066945, 30.262989 ], [ 120.0668804, 30.2630261 ], [ 120.0668087, 30.2630106 ], [ 120.066823, 30.2629363 ], [ 120.0668445, 30.2628278 ], [ 120.0668445, 30.2627566 ], [ 120.066762, 30.2626915 ], [ 120.0668015, 30.2627969 ], [ 120.0667692, 30.2630323 ], [ 120.066701, 30.2632399 ], [ 120.0666293, 30.2633019 ], [ 120.0665814, 30.2633601 ], [ 120.066554, 30.2634011 ], [ 120.0664356, 30.2634475 ], [ 120.0662893, 30.2634623 ], [ 120.0660033, 30.2634101 ], [ 120.0657897, 30.2633927 ], [ 120.0655036, 30.2633753 ], [ 120.0653304, 30.2633475 ], [ 120.0652256, 30.2633266 ], [ 120.0651974, 30.2632779 ], [ 120.0652296, 30.2630377 ], [ 120.0652135, 30.2629751 ], [ 120.0651571, 30.2629333 ], [ 120.0648751, 30.2628394 ], [ 120.0647864, 30.2628324 ], [ 120.064726, 30.2628881 ], [ 120.0646897, 30.2630516 ], [ 120.0645769, 30.2632187 ], [ 120.0645729, 30.2633231 ], [ 120.0644117, 30.2634136 ], [ 120.0644157, 30.2635006 ], [ 120.0643553, 30.2635806 ], [ 120.0642505, 30.263605 ], [ 120.0640853, 30.2636015 ], [ 120.063908, 30.2635597 ], [ 120.0638234, 30.263511 ], [ 120.0637704, 30.2634586 ], [ 120.0637644, 30.2634333 ], [ 120.0637912, 30.2633057 ], [ 120.0638154, 30.2631943 ], [ 120.0638557, 30.2630969 ], [ 120.0639121, 30.2630029 ], [ 120.0639967, 30.2629055 ], [ 120.0640491, 30.2627767 ], [ 120.0640571, 30.2627071 ], [ 120.0640128, 30.2626793 ], [ 120.0639201, 30.2627106 ], [ 120.0638798, 30.2627663 ], [ 120.0639604, 30.262822 ], [ 120.0639403, 30.2628985 ], [ 120.0638637, 30.2629472 ], [ 120.0638073, 30.2629368 ], [ 120.063767, 30.2628533 ], [ 120.0637066, 30.2628011 ], [ 120.0635817, 30.2627489 ], [ 120.0635212, 30.2627524 ], [ 120.0634326, 30.2628428 ], [ 120.063348, 30.2628742 ], [ 120.0632634, 30.2628637 ], [ 120.0632351, 30.2629229 ], [ 120.063352, 30.2629646 ], [ 120.0634527, 30.2629994 ], [ 120.0635414, 30.262996 ], [ 120.063634, 30.2630134 ], [ 120.0637831, 30.2629925 ], [ 120.0638194, 30.2630482 ], [ 120.0637912, 30.2631352 ], [ 120.063763, 30.2631735 ], [ 120.0636623, 30.2632152 ], [ 120.0636824, 30.263337 ], [ 120.0637025, 30.2633857 ], [ 120.063634, 30.2634588 ], [ 120.0635333, 30.2634484 ], [ 120.0633762, 30.2634205 ], [ 120.0633077, 30.2633823 ], [ 120.0631868, 30.2633788 ], [ 120.0631344, 30.2634519 ], [ 120.0630941, 30.2635145 ], [ 120.0629773, 30.2635772 ], [ 120.0628765, 30.2635876 ], [ 120.0627879, 30.2635528 ], [ 120.0626066, 30.2634971 ], [ 120.0624051, 30.2634588 ], [ 120.0623165, 30.2634484 ], [ 120.0622722, 30.2634275 ], [ 120.062256, 30.2633753 ], [ 120.0622842, 30.2631804 ], [ 120.062256, 30.2631143 ], [ 120.0621311, 30.2630934 ], [ 120.0619337, 30.263069 ], [ 120.0618894, 30.2630273 ], [ 120.0618853, 30.2629681 ], [ 120.061882, 30.2628269 ], [ 120.0619175, 30.2627925 ], [ 120.0620547, 30.2627772 ], [ 120.0620813, 30.2627121 ], [ 120.0621123, 30.2625056 ], [ 120.0621433, 30.2623717 ], [ 120.0621699, 30.2622838 ], [ 120.0622451, 30.2622341 ], [ 120.0623558, 30.262192 ], [ 120.062471, 30.2621499 ], [ 120.0625285, 30.2620964 ], [ 120.062533, 30.2620237 ], [ 120.0624134, 30.2619816 ], [ 120.062378, 30.2619319 ], [ 120.0624134, 30.2618822 ], [ 120.0625418, 30.2618554 ], [ 120.0624887, 30.2618133 ], [ 120.0625108, 30.2617407 ], [ 120.0625463, 30.2616871 ], [ 120.0626658, 30.2616756 ], [ 120.0626835, 30.2616183 ], [ 120.0626481, 30.2615724 ], [ 120.0625728, 30.26158 ], [ 120.0623957, 30.2618095 ], [ 120.0623027, 30.2618822 ], [ 120.0622141, 30.2619357 ], [ 120.0621389, 30.2619549 ], [ 120.0621477, 30.2620466 ], [ 120.0620547, 30.2622302 ], [ 120.0620193, 30.2623603 ], [ 120.0620105, 30.2625706 ], [ 120.0619839, 30.2626548 ], [ 120.0618953, 30.2626662 ], [ 120.0618688, 30.262628 ], [ 120.0618732, 30.2625324 ], [ 120.0618998, 30.2623488 ], [ 120.06182, 30.2623182 ], [ 120.0615012, 30.2623029 ], [ 120.0614702, 30.2623373 ], [ 120.0614348, 30.2625247 ], [ 120.0613728, 30.2625439 ], [ 120.0613418, 30.2625171 ], [ 120.0613595, 30.2624559 ], [ 120.0614481, 30.2621117 ], [ 120.0614614, 30.2619281 ], [ 120.0614791, 30.2617598 ], [ 120.0615056, 30.2616412 ], [ 120.0615632, 30.2615571 ], [ 120.0615854, 30.2614959 ], [ 120.0616119, 30.2614194 ], [ 120.0616695, 30.2613697 ], [ 120.0617669, 30.2613544 ], [ 120.0618422, 30.2613276 ], [ 120.061944, 30.2612779 ], [ 120.0619662, 30.2611937 ], [ 120.0619706, 30.2611249 ], [ 120.0619529, 30.2610637 ], [ 120.0618909, 30.2610254 ], [ 120.0617979, 30.2610063 ], [ 120.0617049, 30.2610178 ], [ 120.0616296, 30.2610025 ], [ 120.0615676, 30.2609604 ], [ 120.0615189, 30.260926 ], [ 120.0614082, 30.2609336 ], [ 120.0612311, 30.2609604 ], [ 120.0611603, 30.2610178 ], [ 120.0611337, 30.2611517 ], [ 120.0610805, 30.2613582 ], [ 120.0610141, 30.2615074 ], [ 120.0609167, 30.2615571 ], [ 120.0608769, 30.2616336 ], [ 120.0608237, 30.2617866 ], [ 120.0607839, 30.2618784 ], [ 120.0608414, 30.2619243 ], [ 120.06093, 30.2619931 ], [ 120.0609256, 30.2620466 ], [ 120.0608857, 30.2620849 ], [ 120.0607042, 30.2620734 ], [ 120.060651, 30.2620849 ], [ 120.0606643, 30.2621499 ], [ 120.0607927, 30.2621729 ], [ 120.0608946, 30.2621614 ], [ 120.0609566, 30.262192 ], [ 120.0609654, 30.2622838 ], [ 120.0609477, 30.2624521 ], [ 120.0608857, 30.2625515 ], [ 120.0609521, 30.2625821 ], [ 120.0610008, 30.2626433 ], [ 120.0610673, 30.2626395 ], [ 120.0611337, 30.2626815 ], [ 120.0611293, 30.2627313 ], [ 120.0610628, 30.2627619 ], [ 120.061054, 30.2628498 ], [ 120.0609654, 30.2628919 ], [ 120.0608503, 30.2629149 ], [ 120.0604747, 30.2627963 ], [ 120.0603977, 30.2627454 ], [ 120.0602708, 30.2627063 ], [ 120.0600488, 30.2626515 ], [ 120.0599083, 30.2625732 ], [ 120.0596908, 30.2625106 ], [ 120.0595957, 30.2624754 ], [ 120.0595413, 30.2624362 ], [ 120.0596183, 30.2624088 ], [ 120.0596319, 30.262354 ], [ 120.059573, 30.2623071 ], [ 120.0594688, 30.262264 ], [ 120.0593872, 30.2622679 ], [ 120.05936, 30.2623306 ], [ 120.0593419, 30.2623893 ], [ 120.0592694, 30.2623853 ], [ 120.059206, 30.2623149 ], [ 120.0590882, 30.2622405 ], [ 120.0589341, 30.2622053 ], [ 120.0585581, 30.2621623 ], [ 120.0583632, 30.2621544 ], [ 120.0582545, 30.2621466 ], [ 120.0580868, 30.2621466 ], [ 120.0580189, 30.2621192 ], [ 120.0579373, 30.2620331 ], [ 120.05796, 30.2619862 ], [ 120.058046, 30.2619353 ], [ 120.0581503, 30.2618688 ], [ 120.0582273, 30.2617709 ], [ 120.0582681, 30.2616496 ], [ 120.0583224, 30.2615713 ], [ 120.0583723, 30.2615087 ], [ 120.0584856, 30.2614852 ], [ 120.0587302, 30.2615283 ], [ 120.0587891, 30.2615909 ], [ 120.058848, 30.2616339 ], [ 120.0590338, 30.2616809 ], [ 120.0592286, 30.2616848 ], [ 120.0592876, 30.2616183 ], [ 120.0593193, 30.2615596 ], [ 120.0593963, 30.2614735 ], [ 120.0595232, 30.2613835 ], [ 120.0596455, 30.2613756 ], [ 120.0597542, 30.2614069 ], [ 120.0598267, 30.2613326 ], [ 120.0598947, 30.2612387 ], [ 120.0599355, 30.2611604 ], [ 120.0599763, 30.2610586 ], [ 120.0599853, 30.260996 ], [ 120.0599672, 30.2609412 ], [ 120.0598902, 30.2609021 ], [ 120.0597769, 30.2609021 ], [ 120.0596546, 30.2608669 ], [ 120.0595685, 30.2608473 ], [ 120.0594824, 30.2608708 ], [ 120.0594235, 30.2609256 ], [ 120.0593646, 30.2612074 ], [ 120.0593736, 30.2612895 ], [ 120.0594461, 30.2613482 ], [ 120.0594325, 30.2614148 ], [ 120.059283, 30.2615244 ], [ 120.0591562, 30.2615635 ], [ 120.0589976, 30.2615557 ], [ 120.0588888, 30.2615322 ], [ 120.0587302, 30.2614891 ], [ 120.0584176, 30.2614422 ], [ 120.0583587, 30.2613952 ], [ 120.0583406, 30.2613326 ], [ 120.0583496, 30.2610704 ], [ 120.058404, 30.2609217 ], [ 120.0584674, 30.2608473 ], [ 120.0585581, 30.2607729 ], [ 120.0586577, 30.2606947 ], [ 120.0588163, 30.2606281 ], [ 120.0588707, 30.2605694 ], [ 120.0589251, 30.260499 ], [ 120.0589794, 30.2604481 ], [ 120.0589749, 30.2603894 ], [ 120.0589976, 30.260319 ], [ 120.0590429, 30.2602759 ], [ 120.0591063, 30.2602642 ], [ 120.0591788, 30.2602876 ], [ 120.059206, 30.2603698 ], [ 120.0593283, 30.2603972 ], [ 120.0594824, 30.2604364 ], [ 120.0595639, 30.2604442 ], [ 120.0595639, 30.2604051 ], [ 120.0593691, 30.2603385 ], [ 120.059274, 30.2603033 ], [ 120.0592196, 30.2602329 ], [ 120.0592105, 30.2601781 ], [ 120.0592241, 30.2601115 ], [ 120.0591969, 30.2600489 ], [ 120.0591335, 30.2600098 ], [ 120.0590746, 30.259998 ], [ 120.0590157, 30.2600293 ], [ 120.0590474, 30.260092 ], [ 120.058993, 30.2601428 ], [ 120.0589613, 30.2602329 ], [ 120.0588798, 30.2604246 ], [ 120.0587982, 30.2605381 ], [ 120.058703, 30.2606047 ], [ 120.0586351, 30.2606047 ], [ 120.0585399, 30.2606555 ], [ 120.0584448, 30.2606555 ], [ 120.0583224, 30.2606281 ], [ 120.0581764, 30.2605828 ], [ 120.0581416, 30.2606222 ], [ 120.0583451, 30.2606947 ], [ 120.0583813, 30.2607729 ], [ 120.0583813, 30.260859 ], [ 120.058327, 30.2610038 ], [ 120.0582817, 30.2612739 ], [ 120.0582681, 30.2614226 ], [ 120.0582318, 30.2615596 ], [ 120.0581367, 30.2617787 ], [ 120.0580959, 30.2618688 ], [ 120.0580189, 30.2619079 ], [ 120.0578829, 30.2619744 ], [ 120.0578014, 30.2620488 ], [ 120.0576836, 30.2620879 ], [ 120.0575476, 30.2621036 ], [ 120.0574389, 30.2620997 ], [ 120.0573211, 30.2620527 ], [ 120.0571942, 30.2620096 ], [ 120.0567955, 30.2619001 ], [ 120.0564828, 30.2618061 ], [ 120.0563016, 30.261724 ], [ 120.0562517, 30.2618335 ], [ 120.0563967, 30.2618492 ], [ 120.0565961, 30.2619001 ], [ 120.0570719, 30.2620214 ], [ 120.0571851, 30.2620801 ], [ 120.057244, 30.2621505 ], [ 120.057312, 30.2621779 ], [ 120.0573437, 30.2622171 ], [ 120.0573845, 30.2623345 ], [ 120.0573845, 30.2624988 ], [ 120.0573619, 30.2628432 ], [ 120.0573347, 30.2631015 ], [ 120.0573664, 30.2631211 ], [ 120.0574117, 30.2626045 ], [ 120.0574434, 30.2623266 ], [ 120.0574887, 30.2622601 ], [ 120.0575748, 30.2622092 ], [ 120.0577198, 30.262174 ], [ 120.0578829, 30.2621779 ], [ 120.0580098, 30.2622171 ], [ 120.0581004, 30.2622914 ], [ 120.0582409, 30.2622914 ], [ 120.0583451, 30.2623227 ], [ 120.0583995, 30.2623423 ], [ 120.058481, 30.2623188 ], [ 120.0585762, 30.2623227 ], [ 120.0587393, 30.2623736 ], [ 120.0589069, 30.2623736 ], [ 120.0591154, 30.2624049 ], [ 120.0592377, 30.2624558 ], [ 120.0592422, 30.2625615 ], [ 120.0593011, 30.2626593 ], [ 120.0594371, 30.2626828 ], [ 120.0596908, 30.2627415 ], [ 120.060017, 30.2628276 ], [ 120.0601394, 30.2628432 ], [ 120.0602345, 30.2627806 ], [ 120.0603161, 30.2627806 ], [ 120.0603886, 30.2628158 ], [ 120.0603478, 30.2628824 ], [ 120.0602391, 30.2629372 ], [ 120.060298, 30.2629763 ], [ 120.0603252, 30.2630546 ], [ 120.0606197, 30.2631289 ], [ 120.0606831, 30.2631524 ], [ 120.0607511, 30.2631133 ], [ 120.0608372, 30.2630859 ], [ 120.060887, 30.2630976 ], [ 120.0608462, 30.2633011 ], [ 120.061109, 30.2634029 ], [ 120.0611181, 30.2634616 ], [ 120.0610637, 30.2634851 ], [ 120.0609006, 30.263442 ], [ 120.060819, 30.2634381 ], [ 120.0607465, 30.2634655 ], [ 120.0607012, 30.263532 ], [ 120.0606514, 30.2637355 ], [ 120.0606016, 30.2638882 ], [ 120.0605925, 30.2639586 ], [ 120.0606378, 30.2640134 ], [ 120.0606876, 30.2641112 ], [ 120.0606605, 30.2641582 ], [ 120.0605698, 30.2641621 ], [ 120.060443, 30.2641347 ], [ 120.0603252, 30.264123 ], [ 120.0602436, 30.2641425 ], [ 120.0601213, 30.2640682 ], [ 120.0600216, 30.264033 ], [ 120.05994, 30.264029 ], [ 120.0598902, 30.2640838 ], [ 120.0598856, 30.2641699 ], [ 120.0597996, 30.2643226 ], [ 120.0597135, 30.2643539 ], [ 120.0596047, 30.264346 ], [ 120.0595594, 30.2642952 ], [ 120.0595911, 30.2642169 ], [ 120.0596591, 30.2639938 ], [ 120.0596183, 30.2639351 ], [ 120.0595594, 30.2638803 ], [ 120.0594869, 30.2638921 ], [ 120.0594325, 30.2640056 ], [ 120.0594325, 30.2642012 ], [ 120.0594099, 30.264303 ], [ 120.0594054, 30.2643852 ], [ 120.0594733, 30.2644165 ], [ 120.0595368, 30.2644321 ], [ 120.0595911, 30.2644674 ], [ 120.0595685, 30.2645339 ], [ 120.0595141, 30.2645613 ], [ 120.0594099, 30.2645848 ], [ 120.0593374, 30.2645926 ], [ 120.0594008, 30.2646435 ], [ 120.0593963, 30.2647217 ], [ 120.0593238, 30.2647648 ], [ 120.0591969, 30.2648039 ], [ 120.0590112, 30.2648431 ], [ 120.0588707, 30.2648352 ], [ 120.0587257, 30.2648391 ], [ 120.058617, 30.2648391 ], [ 120.0585218, 30.2648626 ], [ 120.0583904, 30.2648978 ], [ 120.0583406, 30.2649761 ], [ 120.0584312, 30.2649722 ], [ 120.0585082, 30.2649487 ], [ 120.058626, 30.2649565 ], [ 120.0586895, 30.2649996 ], [ 120.058694, 30.2651053 ], [ 120.0586895, 30.2651679 ], [ 120.0587166, 30.2652501 ], [ 120.0587212, 30.2653557 ], [ 120.0586895, 30.2654262 ], [ 120.0586079, 30.2654536 ], [ 120.0585354, 30.2654418 ], [ 120.0584629, 30.2653909 ], [ 120.0584538, 30.265297 ], [ 120.0584629, 30.2652422 ], [ 120.0584493, 30.2651992 ], [ 120.0583406, 30.2651992 ], [ 120.0582681, 30.2651679 ], [ 120.0582046, 30.2650974 ], [ 120.0581774, 30.2650192 ], [ 120.0581639, 30.2649644 ], [ 120.0582092, 30.2649096 ], [ 120.0582771, 30.2648861 ], [ 120.0583542, 30.2648391 ], [ 120.0583587, 30.2647961 ], [ 120.0583043, 30.2647765 ], [ 120.0581276, 30.2648509 ], [ 120.0580053, 30.2648822 ], [ 120.0578965, 30.2649018 ], [ 120.0578603, 30.2649487 ], [ 120.0578739, 30.2650113 ], [ 120.0578603, 30.2651053 ], [ 120.0578331, 30.2651953 ], [ 120.0578376, 30.2652657 ], [ 120.0578875, 30.2652696 ], [ 120.0578784, 30.2652187 ], [ 120.0578875, 30.26516 ], [ 120.0579464, 30.2650857 ], [ 120.0580007, 30.2650387 ], [ 120.0580823, 30.2650348 ], [ 120.0581457, 30.2650661 ], [ 120.0581774, 30.2651953 ], [ 120.0581593, 30.265254 ], [ 120.0581321, 30.2653127 ], [ 120.0582137, 30.265387 ], [ 120.0582273, 30.265477 ], [ 120.0582046, 30.2655592 ], [ 120.0581276, 30.265567 ], [ 120.0580823, 30.2654966 ], [ 120.0580143, 30.2654144 ], [ 120.0579146, 30.2654144 ], [ 120.0578104, 30.2654183 ], [ 120.0576836, 30.2654222 ], [ 120.0576473, 30.2654575 ], [ 120.0577742, 30.2654809 ], [ 120.0578059, 30.2655201 ], [ 120.0578059, 30.265567 ], [ 120.0577289, 30.2656414 ], [ 120.0577017, 30.2656923 ], [ 120.0577289, 30.2657588 ], [ 120.057824, 30.2657784 ], [ 120.0579328, 30.2657666 ], [ 120.0579917, 30.2657979 ], [ 120.0580143, 30.2658488 ], [ 120.0578648, 30.2659427 ], [ 120.0578739, 30.2660132 ], [ 120.0579554, 30.2659975 ], [ 120.0580234, 30.2659349 ], [ 120.0581367, 30.2659114 ], [ 120.0581774, 30.265884 ], [ 120.0580687, 30.2658371 ], [ 120.0580415, 30.2657745 ], [ 120.058037, 30.2657001 ], [ 120.0580868, 30.2656492 ], [ 120.0581684, 30.2656414 ], [ 120.0582409, 30.2656923 ], [ 120.0583224, 30.2657079 ], [ 120.058404, 30.2657314 ], [ 120.0583677, 30.2657979 ], [ 120.0583859, 30.2658723 ], [ 120.0583315, 30.2659506 ], [ 120.0583632, 30.2660406 ], [ 120.0584131, 30.2660954 ], [ 120.0585173, 30.2660954 ], [ 120.0585716, 30.2660562 ], [ 120.058617, 30.2659936 ], [ 120.0585943, 30.2658958 ], [ 120.0585399, 30.2657862 ], [ 120.058481, 30.2657118 ], [ 120.0584946, 30.2656453 ], [ 120.0585535, 30.265614 ], [ 120.0586034, 30.2655631 ], [ 120.0586713, 30.2655279 ], [ 120.0587484, 30.2655357 ], [ 120.0587846, 30.2655749 ], [ 120.0587484, 30.2656805 ], [ 120.0587121, 30.2657549 ], [ 120.0587574, 30.265794 ], [ 120.0588073, 30.2658332 ], [ 120.058839, 30.265884 ], [ 120.058839, 30.2659506 ], [ 120.0587755, 30.2660054 ], [ 120.0587755, 30.2661149 ], [ 120.0587755, 30.2663928 ], [ 120.0587212, 30.2665024 ], [ 120.0586305, 30.2665532 ], [ 120.058182, 30.2667019 ], [ 120.0580007, 30.2667528 ], [ 120.0579282, 30.2667254 ], [ 120.0578739, 30.266655 ], [ 120.0578557, 30.2665728 ], [ 120.0578376, 30.2664671 ], [ 120.0577878, 30.2664241 ], [ 120.0577878, 30.2663458 ], [ 120.0578104, 30.2662793 ], [ 120.0578331, 30.2662323 ], [ 120.0578693, 30.2661932 ], [ 120.0578467, 30.2661462 ], [ 120.0577243, 30.2661345 ], [ 120.0576518, 30.2660914 ], [ 120.057602, 30.2660249 ], [ 120.0574661, 30.2655905 ], [ 120.0574479, 30.2654457 ], [ 120.0574751, 30.2653831 ], [ 120.0575204, 30.265344 ], [ 120.057457, 30.2653048 ], [ 120.0574117, 30.2652774 ], [ 120.0573351, 30.2650147 ], [ 120.0572421, 30.264674 ], [ 120.0572252, 30.2645937 ], [ 120.0571998, 30.2644574 ], [ 120.0571858, 30.2644039 ], [ 120.0571548, 30.264365 ], [ 120.057135, 30.2643455 ], [ 120.0571153, 30.2643601 ], [ 120.0571604, 30.2644234 ], [ 120.0571829, 30.2645402 ], [ 120.0572759, 30.2649733 ], [ 120.0573323, 30.2651899 ], [ 120.0573483, 30.2652892 ], [ 120.0573483, 30.2653518 ], [ 120.0573981, 30.265387 ], [ 120.0574842, 30.2658136 ], [ 120.0574978, 30.2659662 ], [ 120.0574479, 30.2660641 ], [ 120.0573528, 30.2661149 ], [ 120.0572259, 30.2661619 ], [ 120.0571081, 30.2661658 ], [ 120.0569722, 30.2661775 ], [ 120.0568952, 30.2663028 ], [ 120.0568091, 30.2663967 ], [ 120.0567456, 30.2664476 ], [ 120.0568091, 30.2664515 ], [ 120.0568906, 30.2664123 ], [ 120.0569541, 30.266381 ], [ 120.0570356, 30.266385 ], [ 120.0570855, 30.2664163 ], [ 120.0571036, 30.266475 ], [ 120.0571036, 30.2665493 ], [ 120.0570402, 30.2665767 ], [ 120.0569223, 30.2665885 ], [ 120.0567411, 30.2666041 ], [ 120.0566595, 30.2665963 ], [ 120.0565644, 30.2666237 ], [ 120.0564964, 30.266608 ], [ 120.0564647, 30.2665454 ], [ 120.0564421, 30.2664671 ], [ 120.0563877, 30.2663693 ], [ 120.0563424, 30.2663615 ], [ 120.0562653, 30.2664084 ], [ 120.0562019, 30.2664476 ], [ 120.0561294, 30.2664476 ], [ 120.0560569, 30.2664084 ], [ 120.0560025, 30.2663693 ], [ 120.0558168, 30.2662949 ], [ 120.0556718, 30.2662832 ], [ 120.0555177, 30.2662715 ], [ 120.0552773, 30.2662363 ], [ 120.0552232, 30.2662284 ], [ 120.0549604, 30.2662049 ], [ 120.0547837, 30.266201 ], [ 120.0546387, 30.2661775 ], [ 120.054394, 30.2661501 ], [ 120.054385, 30.2661971 ], [ 120.0545526, 30.2662049 ] ], [ [ 120.0572276, 30.266742 ], [ 120.0572419, 30.2666435 ], [ 120.0573132, 30.2665655 ], [ 120.0573797, 30.2665573 ], [ 120.0573987, 30.2664875 ], [ 120.0573892, 30.2663808 ], [ 120.0573607, 30.2662946 ], [ 120.0573607, 30.2662413 ], [ 120.0574177, 30.2662125 ], [ 120.0574795, 30.2662782 ], [ 120.057508, 30.2664013 ], [ 120.0576316, 30.2663849 ], [ 120.0577123, 30.2664383 ], [ 120.0577694, 30.2665901 ], [ 120.0578074, 30.2667338 ], [ 120.0579262, 30.26682 ], [ 120.058064, 30.2668569 ], [ 120.058197, 30.2668856 ], [ 120.0581495, 30.2669267 ], [ 120.0581087, 30.2669387 ], [ 120.0580934, 30.2669809 ], [ 120.0581397, 30.2670231 ], [ 120.0581885, 30.2670348 ], [ 120.0581711, 30.2670861 ], [ 120.0581936, 30.267177 ], [ 120.0581595, 30.2672152 ], [ 120.058208, 30.2672609 ], [ 120.0582591, 30.2672808 ], [ 120.0583694, 30.2672856 ], [ 120.0584916, 30.2672673 ], [ 120.0585439, 30.267218 ], [ 120.0585677, 30.2671196 ], [ 120.0586152, 30.2670785 ], [ 120.0586532, 30.2671647 ], [ 120.0587055, 30.2671893 ], [ 120.058829, 30.2671934 ], [ 120.058924, 30.2671647 ], [ 120.0589145, 30.2670662 ], [ 120.0588908, 30.2667994 ], [ 120.0588955, 30.2666968 ], [ 120.0589478, 30.2666394 ], [ 120.0590286, 30.2665696 ], [ 120.0591236, 30.2664957 ], [ 120.0592614, 30.266467 ], [ 120.0594182, 30.266508 ], [ 120.059556, 30.2665368 ], [ 120.0596368, 30.2665942 ], [ 120.0596036, 30.2667173 ], [ 120.0596511, 30.266742 ], [ 120.0596748, 30.2668487 ], [ 120.0596748, 30.2670498 ], [ 120.0596558, 30.2671154 ], [ 120.0596226, 30.2671688 ], [ 120.0596511, 30.267255 ], [ 120.0595893, 30.267296 ], [ 120.0594943, 30.2672878 ], [ 120.0592852, 30.2672755 ], [ 120.0591474, 30.2672714 ], [ 120.0590619, 30.2672796 ], [ 120.0589953, 30.2673371 ], [ 120.0590761, 30.2673371 ], [ 120.0591664, 30.2673535 ], [ 120.0592947, 30.2674356 ], [ 120.0593802, 30.2674479 ], [ 120.0595038, 30.2673986 ], [ 120.0596416, 30.2673945 ], [ 120.0597271, 30.2673453 ], [ 120.0597509, 30.2672755 ], [ 120.0597604, 30.2671319 ], [ 120.0597604, 30.2670128 ], [ 120.0597936, 30.26682 ], [ 120.0598317, 30.2667461 ], [ 120.0599314, 30.2667256 ], [ 120.0599932, 30.266783 ], [ 120.0599742, 30.2669349 ], [ 120.0598459, 30.2676531 ], [ 120.0597746, 30.267768 ], [ 120.0596843, 30.2677639 ], [ 120.0595703, 30.2677926 ], [ 120.0596036, 30.2678337 ], [ 120.0596891, 30.2678501 ], [ 120.0597699, 30.2678665 ], [ 120.0597651, 30.2679404 ], [ 120.0596701, 30.2683795 ], [ 120.0596606, 30.2685026 ], [ 120.0596416, 30.2685478 ], [ 120.0595655, 30.2685642 ], [ 120.0594372, 30.2685231 ], [ 120.0592234, 30.2684821 ], [ 120.0591236, 30.2684985 ], [ 120.0589858, 30.2685149 ], [ 120.0587958, 30.2685437 ], [ 120.0585819, 30.2686052 ], [ 120.0584869, 30.2686175 ], [ 120.0584489, 30.2685765 ], [ 120.0584394, 30.2685108 ], [ 120.0584489, 30.2684452 ], [ 120.0584964, 30.2684246 ], [ 120.0586104, 30.2684 ], [ 120.058715, 30.2683631 ], [ 120.0587862, 30.2683344 ], [ 120.0587958, 30.2682851 ], [ 120.0587577, 30.2682153 ], [ 120.0586912, 30.2683015 ], [ 120.0586199, 30.2683467 ], [ 120.0585344, 30.2683713 ], [ 120.0583918, 30.2684205 ], [ 120.0582208, 30.2684164 ], [ 120.0580925, 30.2684 ], [ 120.0580164, 30.2683877 ], [ 120.0579642, 30.2683015 ], [ 120.0578881, 30.2681415 ], [ 120.0578501, 30.2680266 ], [ 120.0577646, 30.2679486 ], [ 120.0576838, 30.267846 ], [ 120.0576601, 30.267727 ], [ 120.0576791, 30.2676244 ], [ 120.0576363, 30.2675341 ], [ 120.057603, 30.2674479 ], [ 120.0574747, 30.2673945 ], [ 120.0573987, 30.2672591 ], [ 120.0573179, 30.2671319 ], [ 120.0572419, 30.26698 ], [ 120.0572086, 30.2668487 ], [ 120.0572276, 30.266742 ] ], [ [ 120.0577361, 30.2689828 ], [ 120.0578264, 30.2689048 ], [ 120.0579167, 30.2688761 ], [ 120.0579784, 30.268913 ], [ 120.0580164, 30.2689828 ], [ 120.0580164, 30.2690402 ], [ 120.0579784, 30.2690813 ], [ 120.0578739, 30.2691469 ], [ 120.0577551, 30.2691469 ], [ 120.0577171, 30.2690731 ], [ 120.0577361, 30.2689828 ] ], [ [ 120.058102, 30.2686832 ], [ 120.058216, 30.2686545 ], [ 120.0583348, 30.2686914 ], [ 120.0584441, 30.2686832 ], [ 120.0585534, 30.2686832 ], [ 120.0587007, 30.2686257 ], [ 120.0588053, 30.2685929 ], [ 120.0590904, 30.2685642 ], [ 120.0592187, 30.2685765 ], [ 120.0592424, 30.2687365 ], [ 120.0592804, 30.2686996 ], [ 120.0592709, 30.2685683 ], [ 120.0593422, 30.268556 ], [ 120.0593707, 30.268675 ], [ 120.059499, 30.2686832 ], [ 120.0596606, 30.2687037 ], [ 120.0596843, 30.2687489 ], [ 120.0596606, 30.2688391 ], [ 120.0596748, 30.2690977 ], [ 120.0596938, 30.269188 ], [ 120.0597414, 30.2692085 ], [ 120.0597889, 30.2691387 ], [ 120.0597936, 30.2690608 ], [ 120.0598317, 30.2689705 ], [ 120.0599219, 30.2689746 ], [ 120.0599362, 30.2690485 ], [ 120.0599029, 30.2691593 ], [ 120.0599219, 30.2692372 ], [ 120.0598934, 30.2693193 ], [ 120.0598697, 30.2694342 ], [ 120.0598459, 30.2695943 ], [ 120.0597841, 30.2697338 ], [ 120.0597746, 30.2698282 ], [ 120.0596891, 30.2698446 ], [ 120.0596511, 30.2697831 ], [ 120.059518, 30.2697543 ], [ 120.0593897, 30.2697625 ], [ 120.0593327, 30.2697872 ], [ 120.0593707, 30.2699431 ], [ 120.0594848, 30.2699595 ], [ 120.0595846, 30.2699431 ], [ 120.0596701, 30.2699103 ], [ 120.0597224, 30.269939 ], [ 120.0597319, 30.2700786 ], [ 120.0597319, 30.2701935 ], [ 120.0596558, 30.2702099 ], [ 120.0596178, 30.2701319 ], [ 120.0595608, 30.2700703 ], [ 120.0594277, 30.2700703 ], [ 120.0593707, 30.2701114 ], [ 120.0593517, 30.2701853 ], [ 120.0593042, 30.2702879 ], [ 120.0593707, 30.2703494 ], [ 120.0593375, 30.2703905 ], [ 120.0592282, 30.270333 ], [ 120.0590856, 30.2703248 ], [ 120.0589906, 30.2703371 ], [ 120.0589145, 30.2703864 ], [ 120.0589003, 30.2705095 ], [ 120.0589336, 30.2705792 ], [ 120.0590048, 30.2706121 ], [ 120.0590619, 30.2706531 ], [ 120.0589621, 30.2707639 ], [ 120.0589193, 30.2708501 ], [ 120.058905, 30.2709322 ], [ 120.0588195, 30.2709076 ], [ 120.0587815, 30.2708378 ], [ 120.0587435, 30.2707188 ], [ 120.0587245, 30.2706285 ], [ 120.058734, 30.2705505 ], [ 120.0587435, 30.2704274 ], [ 120.0587245, 30.2703207 ], [ 120.0586247, 30.2702673 ], [ 120.0585534, 30.2702017 ], [ 120.0585249, 30.2701073 ], [ 120.0584584, 30.2699062 ], [ 120.0584631, 30.26982 ], [ 120.0584251, 30.2697543 ], [ 120.0583823, 30.2696846 ], [ 120.0583253, 30.2695738 ], [ 120.0582445, 30.2692988 ], [ 120.0582018, 30.2691182 ], [ 120.0581447, 30.2690074 ], [ 120.0580925, 30.2689089 ], [ 120.0580782, 30.2688104 ], [ 120.058102, 30.2686832 ] ], [ [ 120.0584013, 30.2668364 ], [ 120.0585059, 30.26682 ], [ 120.0585487, 30.2667748 ], [ 120.0586009, 30.2667338 ], [ 120.0586579, 30.2667666 ], [ 120.0586532, 30.2668446 ], [ 120.0586199, 30.2669061 ], [ 120.0585819, 30.2669595 ], [ 120.0585154, 30.26698 ], [ 120.0584964, 30.2669226 ], [ 120.0584109, 30.2669061 ], [ 120.0583681, 30.2668692 ], [ 120.0584013, 30.2668364 ] ], [ [ 120.0587577, 30.2649813 ], [ 120.0588005, 30.2649238 ], [ 120.058905, 30.2649197 ], [ 120.0589716, 30.2648951 ], [ 120.0590809, 30.2648787 ], [ 120.0591521, 30.2649238 ], [ 120.0591474, 30.26501 ], [ 120.0591426, 30.2651988 ], [ 120.0591426, 30.2653425 ], [ 120.0591997, 30.2653466 ], [ 120.0592234, 30.265285 ], [ 120.0592282, 30.2651701 ], [ 120.0592282, 30.2650593 ], [ 120.0592234, 30.2649403 ], [ 120.0592377, 30.2648582 ], [ 120.0593232, 30.2648212 ], [ 120.0593707, 30.2648459 ], [ 120.0593992, 30.2649854 ], [ 120.0594087, 30.2650593 ], [ 120.0594515, 30.2651332 ], [ 120.0594135, 30.2652358 ], [ 120.059442, 30.2652932 ], [ 120.059385, 30.2653794 ], [ 120.0593945, 30.2654574 ], [ 120.0594515, 30.2654451 ], [ 120.0594848, 30.2653425 ], [ 120.0594943, 30.2652645 ], [ 120.0595513, 30.2652317 ], [ 120.0595941, 30.2651455 ], [ 120.0596321, 30.2650716 ], [ 120.0596796, 30.2650305 ], [ 120.0595941, 30.2649854 ], [ 120.0595085, 30.2649485 ], [ 120.0594372, 30.2648828 ], [ 120.0594277, 30.2648048 ], [ 120.0594658, 30.264735 ], [ 120.0595228, 30.2647063 ], [ 120.0595941, 30.264694 ], [ 120.0597319, 30.2648089 ], [ 120.0597936, 30.264772 ], [ 120.0598934, 30.2647843 ], [ 120.0599029, 30.26485 ], [ 120.0598982, 30.2649485 ], [ 120.0599742, 30.2649772 ], [ 120.0600692, 30.2650305 ], [ 120.060074, 30.2651249 ], [ 120.0599695, 30.2651414 ], [ 120.0598982, 30.2651085 ], [ 120.0598364, 30.2651332 ], [ 120.0597984, 30.2652111 ], [ 120.0598982, 30.2652645 ], [ 120.0600027, 30.2652809 ], [ 120.0602403, 30.2652891 ], [ 120.0603639, 30.2652604 ], [ 120.0604731, 30.2652234 ], [ 120.0605634, 30.2651742 ], [ 120.06063, 30.2651988 ], [ 120.060611, 30.2653014 ], [ 120.0605349, 30.2653958 ], [ 120.0602878, 30.2654081 ], [ 120.0600835, 30.2653958 ], [ 120.0599409, 30.2653753 ], [ 120.0598459, 30.2653384 ], [ 120.0597556, 30.2652768 ], [ 120.0597271, 30.2653548 ], [ 120.0598412, 30.2653712 ], [ 120.0599932, 30.2654369 ], [ 120.060188, 30.2654861 ], [ 120.0603258, 30.2654902 ], [ 120.0604256, 30.2655107 ], [ 120.0604446, 30.2655805 ], [ 120.0603829, 30.2657529 ], [ 120.0603401, 30.2659253 ], [ 120.0603021, 30.2659909 ], [ 120.0602261, 30.2660689 ], [ 120.0602213, 30.2661715 ], [ 120.0602023, 30.26627 ], [ 120.060131, 30.2663521 ], [ 120.0598697, 30.266426 ], [ 120.0597176, 30.2664301 ], [ 120.0595893, 30.266389 ], [ 120.0593992, 30.266311 ], [ 120.0593137, 30.2662905 ], [ 120.0591854, 30.2663151 ], [ 120.0591046, 30.2663192 ], [ 120.0590286, 30.2662864 ], [ 120.0589431, 30.2663151 ], [ 120.0589526, 30.2663603 ], [ 120.0589098, 30.2664013 ], [ 120.0588575, 30.2663644 ], [ 120.058867, 30.2662905 ], [ 120.0588955, 30.2662084 ], [ 120.0588765, 30.266114 ], [ 120.0588813, 30.2660032 ], [ 120.058905, 30.2658719 ], [ 120.0589288, 30.2657816 ], [ 120.0589573, 30.2657036 ], [ 120.0589431, 30.2655969 ], [ 120.0589431, 30.2655395 ], [ 120.0589526, 30.2654574 ], [ 120.0589478, 30.2651824 ], [ 120.0588765, 30.2651701 ], [ 120.058791, 30.2651332 ], [ 120.058753, 30.2650634 ], [ 120.0587577, 30.2649813 ] ], [ [ 120.0589906, 30.2710143 ], [ 120.0590476, 30.271043 ], [ 120.0590333, 30.2711251 ], [ 120.0590999, 30.2711415 ], [ 120.0591616, 30.2712195 ], [ 120.0592424, 30.2711661 ], [ 120.0593327, 30.2711825 ], [ 120.0593422, 30.271121 ], [ 120.0594087, 30.2710758 ], [ 120.0593375, 30.271043 ], [ 120.0593517, 30.270965 ], [ 120.0594325, 30.2709076 ], [ 120.0594135, 30.2708378 ], [ 120.0593707, 30.2707885 ], [ 120.0593612, 30.2707516 ], [ 120.0592757, 30.2707311 ], [ 120.0591806, 30.2706983 ], [ 120.0591664, 30.2706203 ], [ 120.0592329, 30.2705669 ], [ 120.0592994, 30.2705751 ], [ 120.0593802, 30.2706367 ], [ 120.0594895, 30.2706367 ], [ 120.059537, 30.2705957 ], [ 120.0596273, 30.2705998 ], [ 120.0597271, 30.2706039 ], [ 120.0597414, 30.2705095 ], [ 120.0597651, 30.2704561 ], [ 120.0597556, 30.2703822 ], [ 120.0597841, 30.270292 ], [ 120.0598269, 30.2701483 ], [ 120.0598887, 30.2700457 ], [ 120.0599362, 30.2699185 ], [ 120.05996, 30.2697379 ], [ 120.060055, 30.2695245 ], [ 120.060112, 30.2694219 ], [ 120.0602165, 30.269426 ], [ 120.0602593, 30.2694999 ], [ 120.0602261, 30.2696066 ], [ 120.060131, 30.2698159 ], [ 120.0601073, 30.2699472 ], [ 120.0599029, 30.2705423 ], [ 120.0598649, 30.2706859 ], [ 120.0597936, 30.2707926 ], [ 120.0597366, 30.2709527 ], [ 120.0596558, 30.2711292 ], [ 120.0596273, 30.2712359 ], [ 120.0595893, 30.2713467 ], [ 120.0595893, 30.2714164 ], [ 120.0595228, 30.2715108 ], [ 120.0594753, 30.2715519 ], [ 120.0593612, 30.271556 ], [ 120.0592804, 30.2715108 ], [ 120.0593137, 30.2714164 ], [ 120.0593137, 30.2713467 ], [ 120.0592662, 30.2713262 ], [ 120.0591902, 30.2713426 ], [ 120.0591141, 30.2713303 ], [ 120.0590571, 30.2712892 ], [ 120.0589668, 30.2712112 ], [ 120.058905, 30.271121 ], [ 120.058905, 30.2710348 ], [ 120.0589906, 30.2710143 ] ], [ [ 120.0594794, 30.2611236 ], [ 120.0595216, 30.2610225 ], [ 120.0595825, 30.2609294 ], [ 120.0596481, 30.2609091 ], [ 120.0597418, 30.2609213 ], [ 120.0598215, 30.2609617 ], [ 120.0598402, 30.2610225 ], [ 120.0598355, 30.2611398 ], [ 120.0597699, 30.261237 ], [ 120.0597137, 30.2613017 ], [ 120.0596622, 30.2613341 ], [ 120.0595591, 30.2613462 ], [ 120.0594747, 30.2612936 ], [ 120.0594513, 30.261237 ], [ 120.0594794, 30.2611236 ] ], [ [ 120.0596653, 30.2645463 ], [ 120.0597509, 30.2645791 ], [ 120.0598839, 30.2646078 ], [ 120.059979, 30.2646037 ], [ 120.059998, 30.2645627 ], [ 120.0598792, 30.264538 ], [ 120.0597794, 30.2645093 ], [ 120.0597699, 30.2644395 ], [ 120.0598269, 30.2644026 ], [ 120.0598887, 30.264378 ], [ 120.059979, 30.2644108 ], [ 120.060036, 30.2644519 ], [ 120.0602118, 30.264497 ], [ 120.0602926, 30.2645339 ], [ 120.0602831, 30.2645873 ], [ 120.0602023, 30.2646283 ], [ 120.060112, 30.2646571 ], [ 120.0600312, 30.2647104 ], [ 120.0599124, 30.2647474 ], [ 120.0597509, 30.2647227 ], [ 120.0596653, 30.2646899 ], [ 120.0596083, 30.2646448 ], [ 120.0596036, 30.2645791 ], [ 120.0596653, 30.2645463 ] ], [ [ 120.0597176, 30.2713631 ], [ 120.0597699, 30.2711784 ], [ 120.0598602, 30.2709117 ], [ 120.060017, 30.2703699 ], [ 120.0601405, 30.2700498 ], [ 120.060188, 30.2700047 ], [ 120.0601833, 30.2698898 ], [ 120.0602165, 30.2697995 ], [ 120.0602878, 30.2697584 ], [ 120.0603496, 30.2696764 ], [ 120.0604779, 30.2696764 ], [ 120.0605729, 30.2697256 ], [ 120.0606822, 30.2697708 ], [ 120.0606537, 30.2698651 ], [ 120.0606965, 30.2699349 ], [ 120.0606585, 30.2700539 ], [ 120.0605634, 30.2701237 ], [ 120.0604827, 30.2701976 ], [ 120.0604494, 30.2703002 ], [ 120.0604494, 30.2703987 ], [ 120.0604066, 30.270489 ], [ 120.0603686, 30.2705505 ], [ 120.0603686, 30.2706326 ], [ 120.0603116, 30.270727 ], [ 120.0602451, 30.2708337 ], [ 120.0601975, 30.2708952 ], [ 120.0601833, 30.271006 ], [ 120.0601025, 30.2711086 ], [ 120.0600645, 30.2712195 ], [ 120.0600787, 30.2713877 ], [ 120.0600312, 30.2715108 ], [ 120.0600027, 30.2716134 ], [ 120.0599457, 30.2716545 ], [ 120.0598887, 30.2716709 ], [ 120.0597984, 30.2716422 ], [ 120.0597461, 30.2716093 ], [ 120.0596796, 30.2715642 ], [ 120.0596653, 30.271478 ], [ 120.0597176, 30.2713631 ] ], [ [ 120.0597604, 30.2686914 ], [ 120.0598507, 30.2686422 ], [ 120.0599695, 30.2686216 ], [ 120.0601405, 30.2686668 ], [ 120.0602973, 30.2687324 ], [ 120.0603924, 30.2688391 ], [ 120.0604161, 30.2689417 ], [ 120.0604209, 30.2690854 ], [ 120.0603448, 30.2692331 ], [ 120.0602783, 30.2693398 ], [ 120.0602118, 30.2693891 ], [ 120.0601168, 30.2693521 ], [ 120.0600835, 30.2692865 ], [ 120.0601358, 30.2692085 ], [ 120.060188, 30.2691552 ], [ 120.0602308, 30.2691223 ], [ 120.0601833, 30.2690731 ], [ 120.0601738, 30.2690279 ], [ 120.0602213, 30.2689541 ], [ 120.0601785, 30.2689007 ], [ 120.0601168, 30.2689007 ], [ 120.060017, 30.2689376 ], [ 120.0599362, 30.2689294 ], [ 120.0598934, 30.2688925 ], [ 120.0599314, 30.2688227 ], [ 120.0597984, 30.2688145 ], [ 120.0597461, 30.2687735 ], [ 120.0597604, 30.2686914 ] ], [ [ 120.0598744, 30.2682482 ], [ 120.0599647, 30.2677885 ], [ 120.0600692, 30.2674109 ], [ 120.0601073, 30.2671893 ], [ 120.060131, 30.2669718 ], [ 120.0601595, 30.2669143 ], [ 120.0602783, 30.2669226 ], [ 120.0604304, 30.2669513 ], [ 120.0605444, 30.2669882 ], [ 120.0605729, 30.2669431 ], [ 120.0604874, 30.266902 ], [ 120.0602878, 30.2668569 ], [ 120.0601738, 30.2668405 ], [ 120.0601738, 30.2667871 ], [ 120.0604161, 30.2668117 ], [ 120.0606727, 30.2668774 ], [ 120.0609246, 30.2669718 ], [ 120.0609246, 30.2670416 ], [ 120.0608866, 30.2671934 ], [ 120.0608866, 30.267296 ], [ 120.06082, 30.2674315 ], [ 120.0607583, 30.2676982 ], [ 120.0606775, 30.2679691 ], [ 120.0604589, 30.268597 ], [ 120.0604161, 30.2686545 ], [ 120.0603211, 30.2686545 ], [ 120.0598364, 30.2685313 ], [ 120.0598221, 30.2684575 ], [ 120.0598744, 30.2682482 ] ], [ [ 120.0603544, 30.2646571 ], [ 120.0604019, 30.2646037 ], [ 120.0604636, 30.2645134 ], [ 120.0605587, 30.264497 ], [ 120.0606917, 30.2645298 ], [ 120.0607773, 30.2645668 ], [ 120.060839, 30.2645216 ], [ 120.0609341, 30.2645545 ], [ 120.0609246, 30.2646448 ], [ 120.0608343, 30.2647925 ], [ 120.0607725, 30.2648828 ], [ 120.0606822, 30.2649033 ], [ 120.0605777, 30.2648705 ], [ 120.0605112, 30.2648335 ], [ 120.0604446, 30.2648294 ], [ 120.0603163, 30.2647884 ], [ 120.0603021, 30.264735 ], [ 120.0603544, 30.2646571 ] ], [ [ 120.0603496, 30.2662823 ], [ 120.0604209, 30.2660073 ], [ 120.0606537, 30.2654492 ], [ 120.0607583, 30.2651783 ], [ 120.0608771, 30.2649444 ], [ 120.0609531, 30.26485 ], [ 120.0611764, 30.2647063 ], [ 120.0612715, 30.2647268 ], [ 120.0615376, 30.2648171 ], [ 120.0617704, 30.2649197 ], [ 120.0617942, 30.2649813 ], [ 120.0616659, 30.265285 ], [ 120.0616231, 30.2653753 ], [ 120.0615613, 30.2653794 ], [ 120.0614188, 30.2653219 ], [ 120.0613332, 30.2652686 ], [ 120.0612429, 30.2652686 ], [ 120.0608818, 30.2651373 ], [ 120.0608628, 30.2651783 ], [ 120.0611717, 30.265285 ], [ 120.0612144, 30.2653178 ], [ 120.0611954, 30.2653712 ], [ 120.0611051, 30.2654245 ], [ 120.0609721, 30.2655395 ], [ 120.0608676, 30.2656339 ], [ 120.060782, 30.2657118 ], [ 120.060725, 30.265835 ], [ 120.0607202, 30.2659294 ], [ 120.0607155, 30.2660648 ], [ 120.0607202, 30.2662043 ], [ 120.0607393, 30.2663357 ], [ 120.060782, 30.2664588 ], [ 120.0607868, 30.2666681 ], [ 120.0606395, 30.2666599 ], [ 120.0604256, 30.2666312 ], [ 120.0603353, 30.2666147 ], [ 120.0603116, 30.2665245 ], [ 120.0603496, 30.2662823 ] ], [ [ 120.0603544, 30.2693727 ], [ 120.0604114, 30.2692495 ], [ 120.0604684, 30.2691059 ], [ 120.0605777, 30.2687571 ], [ 120.0606822, 30.2685396 ], [ 120.0608961, 30.2679691 ], [ 120.0609246, 30.2678008 ], [ 120.0609959, 30.267649 ], [ 120.0610671, 30.2675464 ], [ 120.0610909, 30.267415 ], [ 120.0611527, 30.2671647 ], [ 120.0612287, 30.2671319 ], [ 120.0613332, 30.2671606 ], [ 120.0614758, 30.2671811 ], [ 120.0615376, 30.2672139 ], [ 120.0615376, 30.2673001 ], [ 120.0614853, 30.2674807 ], [ 120.061262, 30.2680348 ], [ 120.0613142, 30.2680799 ], [ 120.0613047, 30.2681374 ], [ 120.0612287, 30.2681784 ], [ 120.0611669, 30.2683015 ], [ 120.0610006, 30.2686791 ], [ 120.0609768, 30.268794 ], [ 120.0609008, 30.2689089 ], [ 120.0608153, 30.2691223 ], [ 120.0607583, 30.2692906 ], [ 120.0607773, 30.2694506 ], [ 120.060763, 30.2695081 ], [ 120.0606775, 30.2695327 ], [ 120.0606585, 30.2695738 ], [ 120.0605967, 30.2695984 ], [ 120.0605254, 30.2696107 ], [ 120.0603686, 30.2695656 ], [ 120.0603401, 30.2694958 ], [ 120.0603544, 30.2693727 ] ], [ [ 120.0607583, 30.2638239 ], [ 120.0607868, 30.2637008 ], [ 120.06082, 30.2636228 ], [ 120.0608723, 30.2636023 ], [ 120.0609341, 30.2636597 ], [ 120.0609816, 30.2636803 ], [ 120.0611051, 30.263709 ], [ 120.0611954, 30.2636967 ], [ 120.0612524, 30.2637254 ], [ 120.0612477, 30.2638075 ], [ 120.0612287, 30.2638937 ], [ 120.0611669, 30.263947 ], [ 120.0611146, 30.2639429 ], [ 120.0610861, 30.2638773 ], [ 120.0610196, 30.2638116 ], [ 120.0609388, 30.2638034 ], [ 120.0608961, 30.263865 ], [ 120.0608771, 30.263906 ], [ 120.0608058, 30.2639347 ], [ 120.0607488, 30.2638896 ], [ 120.0607583, 30.2638239 ] ], [ [ 120.0608153, 30.2659786 ], [ 120.06082, 30.2658555 ], [ 120.0608533, 30.2657283 ], [ 120.0609151, 30.2656462 ], [ 120.0609863, 30.2655887 ], [ 120.0611051, 30.2655436 ], [ 120.0611907, 30.2654697 ], [ 120.0612905, 30.2653712 ], [ 120.0613522, 30.2653507 ], [ 120.0614568, 30.2653917 ], [ 120.0615328, 30.2654492 ], [ 120.0615043, 30.2655518 ], [ 120.061414, 30.265679 ], [ 120.0613285, 30.2658719 ], [ 120.0612667, 30.2660155 ], [ 120.0611527, 30.2662125 ], [ 120.0611194, 30.2663398 ], [ 120.0610766, 30.2664629 ], [ 120.0610386, 30.2665901 ], [ 120.0610149, 30.2666927 ], [ 120.0609578, 30.2667789 ], [ 120.0608723, 30.2667256 ], [ 120.0608723, 30.2666435 ], [ 120.0608723, 30.2665737 ], [ 120.0608485, 30.266348 ], [ 120.0608058, 30.2662331 ], [ 120.0607915, 30.2661223 ], [ 120.0608153, 30.2659786 ] ], [ [ 120.0609211, 30.2694663 ], [ 120.0609167, 30.2694051 ], [ 120.060961, 30.2693057 ], [ 120.0610141, 30.2691833 ], [ 120.0611027, 30.2690609 ], [ 120.0611603, 30.2689844 ], [ 120.0612665, 30.268973 ], [ 120.0613639, 30.269015 ], [ 120.0614702, 30.2690724 ], [ 120.0615189, 30.2691259 ], [ 120.0615588, 30.2692062 ], [ 120.0615499, 30.2692904 ], [ 120.0614746, 30.2694089 ], [ 120.0613994, 30.2695466 ], [ 120.0613241, 30.2696269 ], [ 120.0612665, 30.2696843 ], [ 120.0612178, 30.2697149 ], [ 120.0611514, 30.269757 ], [ 120.0611381, 30.2697914 ], [ 120.0610983, 30.2698258 ], [ 120.0610451, 30.2697684 ], [ 120.0610008, 30.269757 ], [ 120.0609344, 30.2697378 ], [ 120.0609078, 30.2696575 ], [ 120.0609123, 30.2696002 ], [ 120.0609034, 30.269539 ], [ 120.0609211, 30.2694663 ] ], [ [ 120.0609768, 30.2641974 ], [ 120.0610149, 30.2641933 ], [ 120.0610529, 30.2641153 ], [ 120.0610956, 30.2640291 ], [ 120.0611527, 30.2639963 ], [ 120.0612334, 30.2639511 ], [ 120.0612762, 30.2638814 ], [ 120.0612905, 30.2638034 ], [ 120.0613, 30.2637008 ], [ 120.0613047, 30.2636105 ], [ 120.0612477, 30.2635489 ], [ 120.0612144, 30.2635079 ], [ 120.0612239, 30.2634422 ], [ 120.0612762, 30.2633478 ], [ 120.0613617, 30.2632575 ], [ 120.0614235, 30.2632001 ], [ 120.0613807, 30.2631467 ], [ 120.061395, 30.2630851 ], [ 120.0614473, 30.26304 ], [ 120.0615233, 30.2630687 ], [ 120.0615993, 30.26304 ], [ 120.0617229, 30.26304 ], [ 120.0618417, 30.2630975 ], [ 120.0619225, 30.2631385 ], [ 120.0620698, 30.263159 ], [ 120.0621173, 30.2632042 ], [ 120.0621173, 30.2633437 ], [ 120.0620935, 30.2634463 ], [ 120.0620318, 30.2635284 ], [ 120.0619652, 30.2636228 ], [ 120.0619985, 30.2636885 ], [ 120.062027, 30.2637706 ], [ 120.0620222, 30.2638691 ], [ 120.0619795, 30.2639922 ], [ 120.0617656, 30.2646078 ], [ 120.0617181, 30.2646981 ], [ 120.0616516, 30.2647145 ], [ 120.0615376, 30.264694 ], [ 120.0613903, 30.2646653 ], [ 120.0612952, 30.2646365 ], [ 120.0612049, 30.264616 ], [ 120.0611146, 30.2645668 ], [ 120.0610339, 30.2645134 ], [ 120.0610101, 30.2644519 ], [ 120.0610054, 30.2643657 ], [ 120.0610101, 30.2643287 ], [ 120.0609483, 30.2642918 ], [ 120.0609293, 30.2642302 ], [ 120.0609768, 30.2641974 ] ], [ [ 120.0610938, 30.2621155 ], [ 120.0611337, 30.2620619 ], [ 120.0611691, 30.2619855 ], [ 120.0611868, 30.2619243 ], [ 120.0612222, 30.2618439 ], [ 120.0612488, 30.2617101 ], [ 120.0612444, 30.2616183 ], [ 120.0612355, 30.2614959 ], [ 120.0612488, 30.2613964 ], [ 120.0613064, 30.2613429 ], [ 120.0613949, 30.2613276 ], [ 120.0614215, 30.2612894 ], [ 120.0614835, 30.2612167 ], [ 120.0615366, 30.2611517 ], [ 120.0615765, 30.2610866 ], [ 120.0616208, 30.2610675 ], [ 120.0616916, 30.2610828 ], [ 120.0617182, 30.2611249 ], [ 120.0616828, 30.2611937 ], [ 120.0616252, 30.2612626 ], [ 120.0616208, 30.261362 ], [ 120.0615632, 30.2614615 ], [ 120.0614924, 30.2615112 ], [ 120.0614348, 30.2615992 ], [ 120.0614082, 30.2617445 ], [ 120.0613595, 30.2618363 ], [ 120.0613507, 30.2619434 ], [ 120.061302, 30.2620352 ], [ 120.0613285, 30.2621384 ], [ 120.0613064, 30.2622035 ], [ 120.061271, 30.2622417 ], [ 120.0612001, 30.2622532 ], [ 120.0611204, 30.2622149 ], [ 120.0610805, 30.2621805 ], [ 120.0610938, 30.2621155 ] ], [ [ 120.0612665, 30.2665979 ], [ 120.0613595, 30.2661467 ], [ 120.0613639, 30.2659898 ], [ 120.0614392, 30.2658407 ], [ 120.0615676, 30.2656189 ], [ 120.0616695, 30.26555 ], [ 120.0617271, 30.2653932 ], [ 120.0618378, 30.2650414 ], [ 120.0618776, 30.2649802 ], [ 120.0619529, 30.2649419 ], [ 120.0620326, 30.2649649 ], [ 120.0621743, 30.2650108 ], [ 120.0623071, 30.2650414 ], [ 120.0623381, 30.2651064 ], [ 120.0623426, 30.2651599 ], [ 120.062378, 30.2651752 ], [ 120.0624356, 30.265137 ], [ 120.0625595, 30.2651217 ], [ 120.0626481, 30.2651446 ], [ 120.0627322, 30.2651943 ], [ 120.0628075, 30.2653052 ], [ 120.0628518, 30.2654162 ], [ 120.0628872, 30.2654965 ], [ 120.0628651, 30.265573 ], [ 120.0627809, 30.2656839 ], [ 120.0626835, 30.2659363 ], [ 120.0626525, 30.2660243 ], [ 120.0626702, 30.2661084 ], [ 120.0627012, 30.2661772 ], [ 120.0627809, 30.266204 ], [ 120.0628917, 30.2661925 ], [ 120.0629359, 30.2662002 ], [ 120.0629536, 30.2662614 ], [ 120.0629315, 30.2663264 ], [ 120.0628739, 30.2664526 ], [ 120.0627898, 30.2665788 ], [ 120.0627544, 30.266705 ], [ 120.0626924, 30.2668542 ], [ 120.0626348, 30.2669498 ], [ 120.0624754, 30.2669804 ], [ 120.0623426, 30.2669613 ], [ 120.0622363, 30.2669383 ], [ 120.0621433, 30.2669192 ], [ 120.0620769, 30.2668695 ], [ 120.0619795, 30.2668657 ], [ 120.0619042, 30.2668389 ], [ 120.0619086, 30.2667433 ], [ 120.0621034, 30.2660396 ], [ 120.0620547, 30.2660587 ], [ 120.0620326, 30.2661467 ], [ 120.0619795, 30.2663073 ], [ 120.0618688, 30.2667356 ], [ 120.0618289, 30.2668389 ], [ 120.061789, 30.2668963 ], [ 120.0617182, 30.2669651 ], [ 120.0616429, 30.2669728 ], [ 120.0614614, 30.2669613 ], [ 120.0613197, 30.266923 ], [ 120.061271, 30.2668771 ], [ 120.0612621, 30.2667509 ], [ 120.0612665, 30.2665979 ] ], [ [ 120.0613241, 30.2687856 ], [ 120.0614702, 30.2688123 ], [ 120.0616119, 30.2688467 ], [ 120.0616783, 30.2688812 ], [ 120.0616916, 30.2689309 ], [ 120.0616606, 30.2689768 ], [ 120.0615942, 30.268973 ], [ 120.0613551, 30.2689156 ], [ 120.0612842, 30.2688773 ], [ 120.0612798, 30.2688162 ], [ 120.0613241, 30.2687856 ] ], [ [ 120.0613639, 30.2684911 ], [ 120.0614392, 30.2684834 ], [ 120.0615721, 30.2684911 ], [ 120.0616385, 30.2684528 ], [ 120.0616473, 30.268384 ], [ 120.0616119, 30.2683151 ], [ 120.0614924, 30.2682999 ], [ 120.0614835, 30.2682501 ], [ 120.0615101, 30.268166 ], [ 120.0615544, 30.2679709 ], [ 120.0615898, 30.2678486 ], [ 120.0616075, 30.26773 ], [ 120.0616429, 30.2675847 ], [ 120.0617226, 30.2673284 ], [ 120.0617802, 30.2672672 ], [ 120.0617846, 30.2671793 ], [ 120.0618333, 30.2671066 ], [ 120.0619529, 30.2670837 ], [ 120.0621212, 30.2671296 ], [ 120.0622451, 30.2671487 ], [ 120.0623913, 30.2671563 ], [ 120.0625064, 30.2671755 ], [ 120.0625595, 30.267229 ], [ 120.0625418, 30.2673131 ], [ 120.0623426, 30.2677721 ], [ 120.0622496, 30.268036 ], [ 120.0622186, 30.2681048 ], [ 120.0622009, 30.2682463 ], [ 120.0621079, 30.268384 ], [ 120.0619573, 30.268602 ], [ 120.0618688, 30.2686785 ], [ 120.0617935, 30.2687626 ], [ 120.0617448, 30.2687741 ], [ 120.0613684, 30.2686593 ], [ 120.0613374, 30.2686173 ], [ 120.0613329, 30.2685408 ], [ 120.0613639, 30.2684911 ] ], [ [ 120.0614235, 30.262724 ], [ 120.0614853, 30.2626911 ], [ 120.0615613, 30.2627199 ], [ 120.0616991, 30.2627117 ], [ 120.0617561, 30.2627609 ], [ 120.0617466, 30.2628471 ], [ 120.0616801, 30.2628922 ], [ 120.0616611, 30.2629374 ], [ 120.0616136, 30.2630072 ], [ 120.0615043, 30.2630236 ], [ 120.061433, 30.2630031 ], [ 120.061433, 30.2628594 ], [ 120.0613998, 30.2627855 ], [ 120.0614235, 30.262724 ] ], [ [ 120.0621832, 30.2636301 ], [ 120.0622806, 30.2636224 ], [ 120.0623824, 30.2636798 ], [ 120.0625285, 30.2637333 ], [ 120.0626348, 30.2637639 ], [ 120.062719, 30.2637831 ], [ 120.0627544, 30.2637639 ], [ 120.0627588, 30.2637027 ], [ 120.0627765, 30.263653 ], [ 120.0628429, 30.2636377 ], [ 120.0629005, 30.2636645 ], [ 120.0628872, 30.2637219 ], [ 120.0628164, 30.2637754 ], [ 120.0627632, 30.2638404 ], [ 120.0627234, 30.2638672 ], [ 120.0626791, 30.263871 ], [ 120.0623027, 30.2637754 ], [ 120.0621964, 30.2637333 ], [ 120.062161, 30.2636913 ], [ 120.0621832, 30.2636301 ] ], [ [ 120.0628695, 30.265791 ], [ 120.0629094, 30.2656036 ], [ 120.0629536, 30.2654927 ], [ 120.0630112, 30.2654315 ], [ 120.0630821, 30.2654085 ], [ 120.0631308, 30.2653856 ], [ 120.0632105, 30.2653932 ], [ 120.0634097, 30.2654315 ], [ 120.0634762, 30.2654544 ], [ 120.0635249, 30.2654353 ], [ 120.0635824, 30.2654429 ], [ 120.0635869, 30.2655079 ], [ 120.0635603, 30.2655997 ], [ 120.0635027, 30.2656609 ], [ 120.0634097, 30.2657336 ], [ 120.0633433, 30.2657565 ], [ 120.06333, 30.2658369 ], [ 120.0632902, 30.2658981 ], [ 120.0633433, 30.2659363 ], [ 120.0634142, 30.265986 ], [ 120.0634009, 30.2660931 ], [ 120.0633787, 30.2661772 ], [ 120.0633168, 30.2662002 ], [ 120.0632326, 30.2661811 ], [ 120.0631263, 30.2661734 ], [ 120.0630821, 30.2661352 ], [ 120.0630378, 30.2661428 ], [ 120.0629448, 30.2661008 ], [ 120.0628739, 30.2660166 ], [ 120.0628607, 30.2659248 ], [ 120.0628695, 30.265791 ] ], [ [ 120.0644725, 30.2636186 ], [ 120.0645212, 30.2635306 ], [ 120.0645832, 30.2634962 ], [ 120.0646762, 30.2635077 ], [ 120.0647293, 30.2635574 ], [ 120.064871, 30.2635803 ], [ 120.0650659, 30.2635956 ], [ 120.0651057, 30.2635612 ], [ 120.0651013, 30.263523 ], [ 120.064964, 30.2635039 ], [ 120.0648135, 30.2634656 ], [ 120.064716, 30.2634274 ], [ 120.0647116, 30.2633662 ], [ 120.0647736, 30.2633088 ], [ 120.064871, 30.2633088 ], [ 120.0650792, 30.2633432 ], [ 120.0654378, 30.2634082 ], [ 120.0659116, 30.2634388 ], [ 120.066133, 30.2634618 ], [ 120.0662836, 30.2635077 ], [ 120.0663545, 30.263565 ], [ 120.0663899, 30.2636492 ], [ 120.0663633, 30.2637678 ], [ 120.0663102, 30.2639054 ], [ 120.066133, 30.2642382 ], [ 120.0660932, 30.2643567 ], [ 120.0660179, 30.2644141 ], [ 120.0659205, 30.2644141 ], [ 120.0658275, 30.2643606 ], [ 120.0657345, 30.2643185 ], [ 120.0656282, 30.2642803 ], [ 120.0655884, 30.2642076 ], [ 120.065584, 30.2641234 ], [ 120.0656061, 30.2640584 ], [ 120.0656814, 30.2640087 ], [ 120.0657611, 30.264024 ], [ 120.0658098, 30.2640852 ], [ 120.0658585, 30.2641349 ], [ 120.0659471, 30.264154 ], [ 120.0660356, 30.2641196 ], [ 120.0660932, 30.264047 ], [ 120.0660843, 30.2639705 ], [ 120.0660091, 30.2639246 ], [ 120.0659382, 30.263894 ], [ 120.0658452, 30.263894 ], [ 120.0657567, 30.2638787 ], [ 120.0656858, 30.2638289 ], [ 120.0656681, 30.2637219 ], [ 120.0656592, 30.2636568 ], [ 120.0655972, 30.2636683 ], [ 120.0655662, 30.2637486 ], [ 120.0654998, 30.2638175 ], [ 120.0654467, 30.2638519 ], [ 120.065429, 30.2639552 ], [ 120.0654068, 30.2640508 ], [ 120.065367, 30.2641158 ], [ 120.0653094, 30.2641579 ], [ 120.0652341, 30.2641732 ], [ 120.0651146, 30.2641923 ], [ 120.065057, 30.2642458 ], [ 120.065026, 30.2643414 ], [ 120.0649507, 30.264483 ], [ 120.0648799, 30.2645365 ], [ 120.0647559, 30.264525 ], [ 120.064685, 30.2644753 ], [ 120.0646806, 30.2644218 ], [ 120.0647293, 30.2642994 ], [ 120.0647825, 30.2642344 ], [ 120.064778, 30.2641579 ], [ 120.0648135, 30.2640928 ], [ 120.0648533, 30.2640393 ], [ 120.0648666, 30.2639552 ], [ 120.0648533, 30.2638901 ], [ 120.0647869, 30.2638595 ], [ 120.0646363, 30.2638098 ], [ 120.0645876, 30.2637869 ], [ 120.0645079, 30.2637983 ], [ 120.0644238, 30.2637831 ], [ 120.0644194, 30.2637219 ], [ 120.0644725, 30.2636186 ] ], [ [ 120.066567, 30.2645097 ], [ 120.0666201, 30.2644294 ], [ 120.066691, 30.264395 ], [ 120.0668017, 30.2643797 ], [ 120.0669035, 30.2643873 ], [ 120.066939, 30.2643491 ], [ 120.0669213, 30.2642917 ], [ 120.0669345, 30.2641961 ], [ 120.0669877, 30.2641005 ], [ 120.0670984, 30.2640584 ], [ 120.0672312, 30.2640393 ], [ 120.0672932, 30.264047 ], [ 120.0673774, 30.2640661 ], [ 120.0674393, 30.2640202 ], [ 120.0674969, 30.2639322 ], [ 120.0676076, 30.263741 ], [ 120.0676652, 30.2637104 ], [ 120.0677183, 30.2637257 ], [ 120.0676342, 30.263936 ], [ 120.0675633, 30.2640355 ], [ 120.0674703, 30.2641234 ], [ 120.0673995, 30.2641961 ], [ 120.0674039, 30.2642841 ], [ 120.0673596, 30.2643414 ], [ 120.0673242, 30.264395 ], [ 120.0673154, 30.2644791 ], [ 120.0672578, 30.2645403 ], [ 120.0671559, 30.2645862 ], [ 120.0670142, 30.264613 ], [ 120.0668593, 30.2646168 ], [ 120.0666069, 30.264613 ], [ 120.0665537, 30.2645709 ], [ 120.066567, 30.2645097 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.053059, 30.2663576 ], [ 120.0531746, 30.2663847 ], [ 120.0532806, 30.266393 ], [ 120.0534179, 30.2663805 ], [ 120.0534853, 30.2662973 ], [ 120.0535094, 30.2661787 ], [ 120.0535214, 30.2660414 ], [ 120.0535696, 30.2660269 ], [ 120.0535961, 30.2660102 ], [ 120.0536346, 30.2660144 ], [ 120.0536812, 30.2660425 ], [ 120.0537091, 30.2659784 ], [ 120.0537093, 30.2659416 ], [ 120.0536635, 30.265927 ], [ 120.0535961, 30.2659666 ], [ 120.0535359, 30.2659645 ], [ 120.0534636, 30.2659395 ], [ 120.0534371, 30.2658938 ], [ 120.053389, 30.2658938 ], [ 120.0533456, 30.2659187 ], [ 120.0533384, 30.2659811 ], [ 120.0533239, 30.2660165 ], [ 120.0532685, 30.2660269 ], [ 120.0532131, 30.2660019 ], [ 120.0531385, 30.2659957 ], [ 120.0530879, 30.2660227 ], [ 120.0530638, 30.2660997 ], [ 120.0530807, 30.2661267 ], [ 120.0531072, 30.2661559 ], [ 120.0530999, 30.2661891 ], [ 120.0530662, 30.2662599 ], [ 120.0530397, 30.2663098 ], [ 120.053059, 30.2663576 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0636986, 30.2662689 ], [ 120.0638495, 30.2663178 ], [ 120.0641605, 30.2663992 ], [ 120.0642972, 30.2663992 ], [ 120.0643773, 30.2663666 ], [ 120.0644103, 30.2663178 ], [ 120.0643962, 30.2662608 ], [ 120.0643443, 30.2661875 ], [ 120.0642831, 30.2661427 ], [ 120.0641747, 30.2661142 ], [ 120.0640333, 30.2660898 ], [ 120.0638872, 30.2660898 ], [ 120.0637316, 30.266102 ], [ 120.0636704, 30.2661468 ], [ 120.0636562, 30.2661956 ], [ 120.0636986, 30.2662689 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0580163, 30.2664152 ], [ 120.0581414, 30.2663952 ], [ 120.0582062, 30.2663672 ], [ 120.058234, 30.2663112 ], [ 120.0582109, 30.2662712 ], [ 120.0581553, 30.2662392 ], [ 120.0580951, 30.2662232 ], [ 120.0580395, 30.2662392 ], [ 120.0580024, 30.2662872 ], [ 120.0579839, 30.2663512 ], [ 120.0580163, 30.2664152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0542439, 30.2664034 ], [ 120.0542671, 30.2664191 ], [ 120.0542936, 30.266442 ], [ 120.0543218, 30.2664549 ], [ 120.0543948, 30.266442 ], [ 120.0544544, 30.2664205 ], [ 120.0544776, 30.2663819 ], [ 120.0544727, 30.2663404 ], [ 120.0544263, 30.2663175 ], [ 120.0543964, 30.2662817 ], [ 120.0543682, 30.2662831 ], [ 120.0543566, 30.2663089 ], [ 120.0543235, 30.2663232 ], [ 120.0542936, 30.2663547 ], [ 120.0542655, 30.2663633 ], [ 120.0542439, 30.2663762 ], [ 120.0542439, 30.2664034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0580858, 30.2665912 ], [ 120.0581229, 30.2666272 ], [ 120.0582062, 30.2666352 ], [ 120.0586092, 30.2665192 ], [ 120.0586647, 30.2664712 ], [ 120.0586925, 30.2664152 ], [ 120.0586925, 30.2663192 ], [ 120.0586647, 30.2662552 ], [ 120.0585814, 30.2662392 ], [ 120.0584934, 30.2662472 ], [ 120.0584054, 30.2662672 ], [ 120.0583405, 30.2663192 ], [ 120.0583035, 30.2663952 ], [ 120.0582386, 30.2664432 ], [ 120.0581553, 30.2664632 ], [ 120.0580904, 30.2664792 ], [ 120.0580534, 30.2665032 ], [ 120.0580441, 30.2665432 ], [ 120.0580858, 30.2665912 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0614316, 30.2668062 ], [ 120.0614929, 30.2668429 ], [ 120.0616154, 30.2668795 ], [ 120.0616814, 30.2668714 ], [ 120.0616956, 30.2668062 ], [ 120.0617238, 30.2667167 ], [ 120.061738, 30.2666149 ], [ 120.061771, 30.2665009 ], [ 120.0618134, 30.2663463 ], [ 120.0618888, 30.2662323 ], [ 120.0619124, 30.2661671 ], [ 120.0618935, 30.2660939 ], [ 120.0618087, 30.2660654 ], [ 120.0617333, 30.2660532 ], [ 120.0616579, 30.2660572 ], [ 120.0616107, 30.2661061 ], [ 120.061573, 30.2661794 ], [ 120.06154, 30.2662933 ], [ 120.0614505, 30.266619 ], [ 120.0614222, 30.2667085 ], [ 120.0614316, 30.2668062 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0631004, 30.2667041 ], [ 120.0631744, 30.266619 ], [ 120.0632286, 30.2664998 ], [ 120.0632828, 30.2663849 ], [ 120.063268, 30.2663338 ], [ 120.063199, 30.2663168 ], [ 120.0631546, 30.2663466 ], [ 120.0631201, 30.2664402 ], [ 120.0630659, 30.2665892 ], [ 120.0630413, 30.2666615 ], [ 120.0631004, 30.2667041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0632138, 30.2670617 ], [ 120.0632926, 30.2669425 ], [ 120.0634109, 30.2665892 ], [ 120.0634602, 30.2665211 ], [ 120.0634553, 30.266453 ], [ 120.0633912, 30.2664274 ], [ 120.0633469, 30.2664828 ], [ 120.0632877, 30.2666147 ], [ 120.0631744, 30.2669212 ], [ 120.0631596, 30.266985 ], [ 120.0631546, 30.2670361 ], [ 120.0632138, 30.2670617 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0711146, 30.2663982 ], [ 120.0712144, 30.2663982 ], [ 120.0712643, 30.2663497 ], [ 120.071308, 30.2662635 ], [ 120.0713454, 30.266145 ], [ 120.0714203, 30.2659887 ], [ 120.0714452, 30.2658971 ], [ 120.0713454, 30.2658486 ], [ 120.0712643, 30.2658756 ], [ 120.0712081, 30.2659725 ], [ 120.0711582, 30.2660749 ], [ 120.0711208, 30.266215 ], [ 120.0710771, 30.2663012 ], [ 120.0711146, 30.2663982 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.068765, 30.2661811 ], [ 120.0688184, 30.2662067 ], [ 120.0689252, 30.2661913 ], [ 120.0691567, 30.2662067 ], [ 120.069127, 30.2661606 ], [ 120.0690142, 30.2661452 ], [ 120.0688896, 30.2661349 ], [ 120.0688006, 30.2660683 ], [ 120.068759, 30.2661195 ], [ 120.068765, 30.2661811 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0703199, 30.2667244 ], [ 120.0703911, 30.2665911 ], [ 120.070492, 30.2664937 ], [ 120.0705988, 30.2663297 ], [ 120.0707947, 30.2659248 ], [ 120.0708481, 30.2657659 ], [ 120.0708066, 30.2657351 ], [ 120.0707472, 30.2656787 ], [ 120.0706997, 30.2657402 ], [ 120.0706582, 30.2658427 ], [ 120.0705157, 30.2660632 ], [ 120.070403, 30.2663041 ], [ 120.0703614, 30.2664322 ], [ 120.070308, 30.2665706 ], [ 120.0702902, 30.2666475 ], [ 120.0703199, 30.2667244 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0712892, 30.2669209 ], [ 120.071414, 30.2669747 ], [ 120.0715138, 30.2670071 ], [ 120.0715513, 30.2668777 ], [ 120.0716012, 30.2667592 ], [ 120.0716636, 30.2667107 ], [ 120.0717509, 30.2666999 ], [ 120.0717883, 30.2667592 ], [ 120.0717509, 30.2669316 ], [ 120.0717197, 30.2670825 ], [ 120.0717447, 30.2671472 ], [ 120.071832, 30.2671579 ], [ 120.0718694, 30.2670394 ], [ 120.0719131, 30.2669316 ], [ 120.0719256, 30.2668346 ], [ 120.0720067, 30.2668077 ], [ 120.0720379, 30.2668831 ], [ 120.0720254, 30.2670178 ], [ 120.0719692, 30.2671472 ], [ 120.0719193, 30.2672226 ], [ 120.0720316, 30.2672765 ], [ 120.0721751, 30.2672495 ], [ 120.0722437, 30.2671741 ], [ 120.0723373, 30.2670879 ], [ 120.0724059, 30.2670609 ], [ 120.0724746, 30.2671094 ], [ 120.0724808, 30.2672118 ], [ 120.0724933, 30.2673142 ], [ 120.0725369, 30.2673788 ], [ 120.0726929, 30.2673842 ], [ 120.0728489, 30.2674273 ], [ 120.072905, 30.2673842 ], [ 120.0729611, 30.2672819 ], [ 120.0730111, 30.2671525 ], [ 120.0730048, 30.2670609 ], [ 120.0728863, 30.2670178 ], [ 120.0728439, 30.2669913 ], [ 120.0727952, 30.2669617 ], [ 120.0728089, 30.2668773 ], [ 120.0726677, 30.2668378 ], [ 120.0726061, 30.2668272 ], [ 120.0725995, 30.2667956 ], [ 120.0725325, 30.2667915 ], [ 120.0724717, 30.2668135 ], [ 120.0723935, 30.2667862 ], [ 120.072401, 30.2667177 ], [ 120.0724054, 30.2666684 ], [ 120.0723005, 30.2666032 ], [ 120.0722497, 30.2666178 ], [ 120.0721546, 30.2666251 ], [ 120.0720753, 30.2666083 ], [ 120.0719006, 30.2665706 ], [ 120.0718133, 30.2666083 ], [ 120.0717135, 30.2665652 ], [ 120.0716511, 30.2664736 ], [ 120.0716136, 30.2663497 ], [ 120.0716947, 30.265951 ], [ 120.0717384, 30.2658432 ], [ 120.0718632, 30.2657085 ], [ 120.0720628, 30.2655577 ], [ 120.0722687, 30.2655199 ], [ 120.0725619, 30.2654445 ], [ 120.0728177, 30.2653906 ], [ 120.0728993, 30.2653906 ], [ 120.0730298, 30.2653906 ], [ 120.0731982, 30.265423 ], [ 120.0732187, 30.2655089 ], [ 120.0732286, 30.2655474 ], [ 120.073248, 30.2655696 ], [ 120.0732758, 30.2656015 ], [ 120.07329, 30.2656382 ], [ 120.0733024, 30.2656948 ], [ 120.0733479, 30.2657355 ], [ 120.0734228, 30.2656762 ], [ 120.0734874, 30.2656367 ], [ 120.0734602, 30.2655846 ], [ 120.0733791, 30.2655307 ], [ 120.0733666, 30.265423 ], [ 120.0733167, 30.2653206 ], [ 120.0732855, 30.2652128 ], [ 120.0733542, 30.2651212 ], [ 120.0732855, 30.2651104 ], [ 120.0732294, 30.2651428 ], [ 120.0731982, 30.2652128 ], [ 120.0731733, 30.2652883 ], [ 120.0730485, 30.2653206 ], [ 120.0729424, 30.2653152 ], [ 120.0728925, 30.2652721 ], [ 120.0728863, 30.2651643 ], [ 120.0727865, 30.2651589 ], [ 120.0727116, 30.2651535 ], [ 120.0726617, 30.2650997 ], [ 120.0725993, 30.2651051 ], [ 120.0726056, 30.2651805 ], [ 120.072618, 30.2652613 ], [ 120.0725744, 30.2653475 ], [ 120.0725057, 30.2653852 ], [ 120.0723248, 30.265423 ], [ 120.0721564, 30.2654391 ], [ 120.0720503, 30.2654607 ], [ 120.0718507, 30.2654176 ], [ 120.0717509, 30.2654337 ], [ 120.0717197, 30.2655523 ], [ 120.0716885, 30.2657462 ], [ 120.0716012, 30.2659887 ], [ 120.0714577, 30.2663497 ], [ 120.071439, 30.2664359 ], [ 120.0713891, 30.2665114 ], [ 120.0713392, 30.2666083 ], [ 120.071283, 30.2667592 ], [ 120.0712705, 30.26684 ], [ 120.0712892, 30.2669209 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0723872, 30.2664575 ], [ 120.072414, 30.2664664 ], [ 120.0724249, 30.2664901 ], [ 120.0724266, 30.2665264 ], [ 120.0724123, 30.2665544 ], [ 120.0725015, 30.2665786 ], [ 120.0725333, 30.2665742 ], [ 120.072571, 30.2665879 ], [ 120.072606, 30.2665829 ], [ 120.0726549, 30.2665655 ], [ 120.0726994, 30.2665587 ], [ 120.0727367, 30.2665637 ], [ 120.0727492, 30.2664902 ], [ 120.0727272, 30.2664668 ], [ 120.0727615, 30.2664251 ], [ 120.0728114, 30.266312 ], [ 120.0728551, 30.2661611 ], [ 120.0729362, 30.2660911 ], [ 120.0725931, 30.2659941 ], [ 120.0724309, 30.2659672 ], [ 120.0724059, 30.2660157 ], [ 120.0724246, 30.2660803 ], [ 120.0723997, 30.2661773 ], [ 120.0723623, 30.2662689 ], [ 120.0723435, 30.2663713 ], [ 120.0723872, 30.2664575 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0692635, 30.2663092 ], [ 120.069305, 30.2663605 ], [ 120.0693288, 30.266422 ], [ 120.0693406, 30.266504 ], [ 120.0693941, 30.2664681 ], [ 120.0694237, 30.2663963 ], [ 120.0694059, 30.2663451 ], [ 120.0693466, 30.2662836 ], [ 120.0692338, 30.2662477 ], [ 120.0692635, 30.2663092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0647685, 30.2664195 ], [ 120.0648769, 30.2664724 ], [ 120.0649523, 30.266448 ], [ 120.0650042, 30.2664358 ], [ 120.0650655, 30.2664847 ], [ 120.0651314, 30.2665294 ], [ 120.0651833, 30.2665376 ], [ 120.0652163, 30.2665091 ], [ 120.0651927, 30.2664399 ], [ 120.0651644, 30.2663829 ], [ 120.065122, 30.2663137 ], [ 120.0650325, 30.266273 ], [ 120.0649288, 30.2662445 ], [ 120.0648534, 30.2662608 ], [ 120.0647921, 30.2663055 ], [ 120.0647685, 30.2663747 ], [ 120.0647685, 30.2664195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0707465, 30.2667161 ], [ 120.0708463, 30.2667808 ], [ 120.0709461, 30.2667323 ], [ 120.0709836, 30.2666083 ], [ 120.0710085, 30.2664952 ], [ 120.0709711, 30.266382 ], [ 120.0710522, 30.2662042 ], [ 120.0710397, 30.2661072 ], [ 120.0709711, 30.2660965 ], [ 120.0709149, 30.2661557 ], [ 120.0708962, 30.2662527 ], [ 120.070865, 30.2663605 ], [ 120.0707652, 30.2665437 ], [ 120.070734, 30.2666622 ], [ 120.0707465, 30.2667161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0727644, 30.2665585 ], [ 120.0727898, 30.2665643 ], [ 120.0728031, 30.266582 ], [ 120.0727981, 30.2666109 ], [ 120.0729045, 30.2666417 ], [ 120.0729233, 30.2666002 ], [ 120.0729998, 30.2666172 ], [ 120.0730417, 30.26661 ], [ 120.073057, 30.2665708 ], [ 120.0730401, 30.2665422 ], [ 120.0730309, 30.2665204 ], [ 120.0730494, 30.2665064 ], [ 120.0730578, 30.2665329 ], [ 120.07307, 30.2665574 ], [ 120.0730736, 30.266575 ], [ 120.0730938, 30.26658 ], [ 120.0731136, 30.2665368 ], [ 120.0730979, 30.2664716 ], [ 120.0731087, 30.2664557 ], [ 120.0730757, 30.2664606 ], [ 120.0730562, 30.2664484 ], [ 120.0730375, 30.2664338 ], [ 120.0730274, 30.2664184 ], [ 120.073019, 30.266416 ], [ 120.0729964, 30.2664102 ], [ 120.0729674, 30.266479 ], [ 120.0729458, 30.266484 ], [ 120.0729162, 30.2664784 ], [ 120.0728954, 30.266448 ], [ 120.0728783, 30.2664116 ], [ 120.0728612, 30.2663791 ], [ 120.0728418, 30.2663921 ], [ 120.0728408, 30.2664283 ], [ 120.0728481, 30.2664589 ], [ 120.0728418, 30.2664785 ], [ 120.0728217, 30.2664801 ], [ 120.072811, 30.2664728 ], [ 120.0727995, 30.2664927 ], [ 120.0727733, 30.2664991 ], [ 120.0727492, 30.2664902 ], [ 120.0727367, 30.2665637 ], [ 120.0727644, 30.2665585 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0733916, 30.2668239 ], [ 120.0734103, 30.2669047 ], [ 120.0734977, 30.2669747 ], [ 120.0736162, 30.2669586 ], [ 120.073691, 30.2669209 ], [ 120.0737534, 30.266867 ], [ 120.0737285, 30.2667754 ], [ 120.073716, 30.2666622 ], [ 120.0737534, 30.2665545 ], [ 120.073872, 30.2664844 ], [ 120.0739156, 30.266409 ], [ 120.0739281, 30.2662958 ], [ 120.073847, 30.2662743 ], [ 120.0738096, 30.2663443 ], [ 120.0737285, 30.2663228 ], [ 120.0737653, 30.2662244 ], [ 120.0736637, 30.2662203 ], [ 120.0735725, 30.2662689 ], [ 120.0735288, 30.2663228 ], [ 120.0735039, 30.2663874 ], [ 120.0734977, 30.2665006 ], [ 120.0734477, 30.2665706 ], [ 120.0734353, 30.2666407 ], [ 120.0734914, 30.2666999 ], [ 120.0734166, 30.2667107 ], [ 120.0733916, 30.2667484 ], [ 120.0733916, 30.2668239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0502781, 30.2656394 ], [ 120.0502781, 30.2656874 ], [ 120.050286, 30.2657308 ], [ 120.0503363, 30.2657674 ], [ 120.0503972, 30.2657857 ], [ 120.0504898, 30.2657926 ], [ 120.0505427, 30.265836 ], [ 120.0505295, 30.2659068 ], [ 120.0505216, 30.2659686 ], [ 120.0505163, 30.2660189 ], [ 120.0505401, 30.26606 ], [ 120.0505851, 30.2660669 ], [ 120.050646, 30.2660371 ], [ 120.0507174, 30.2660166 ], [ 120.050773, 30.2660166 ], [ 120.0508339, 30.2660166 ], [ 120.0508974, 30.2660189 ], [ 120.0509636, 30.2660326 ], [ 120.0510297, 30.2660417 ], [ 120.0510879, 30.2660417 ], [ 120.0511303, 30.2660509 ], [ 120.0511462, 30.2660783 ], [ 120.0511568, 30.2661263 ], [ 120.0511435, 30.2661606 ], [ 120.0511171, 30.2661514 ], [ 120.0510641, 30.266108 ], [ 120.0510138, 30.266108 ], [ 120.0509477, 30.2661171 ], [ 120.0509239, 30.2661537 ], [ 120.0508709, 30.2661811 ], [ 120.0508418, 30.2662131 ], [ 120.0508259, 30.2662794 ], [ 120.0508233, 30.2663092 ], [ 120.0508312, 30.266348 ], [ 120.0508656, 30.2663572 ], [ 120.0509027, 30.2663594 ], [ 120.0509609, 30.2663686 ], [ 120.0510271, 30.2663594 ], [ 120.0511012, 30.2663526 ], [ 120.05117, 30.2663549 ], [ 120.0512229, 30.266364 ], [ 120.0512679, 30.26638 ], [ 120.0512679, 30.2664303 ], [ 120.0512335, 30.2664349 ], [ 120.0511753, 30.2664189 ], [ 120.0511435, 30.2664212 ], [ 120.0510721, 30.2664143 ], [ 120.0510112, 30.2664074 ], [ 120.050908, 30.266396 ], [ 120.0508392, 30.2664052 ], [ 120.0507836, 30.266396 ], [ 120.0507359, 30.2664029 ], [ 120.0506989, 30.2664326 ], [ 120.0506804, 30.2664806 ], [ 120.0506857, 30.2665217 ], [ 120.0507174, 30.2665537 ], [ 120.0507704, 30.2665697 ], [ 120.050855, 30.266572 ], [ 120.0509344, 30.2665766 ], [ 120.0509821, 30.2665857 ], [ 120.0509874, 30.2666292 ], [ 120.050953, 30.2666406 ], [ 120.050908, 30.2666246 ], [ 120.050855, 30.2666246 ], [ 120.0507942, 30.2666246 ], [ 120.0507095, 30.2666063 ], [ 120.0506354, 30.2665949 ], [ 120.0505719, 30.2665812 ], [ 120.0505375, 30.2665926 ], [ 120.0505375, 30.2666223 ], [ 120.050556, 30.2666429 ], [ 120.0505824, 30.2666566 ], [ 120.0506407, 30.2666566 ], [ 120.050683, 30.2666543 ], [ 120.0507439, 30.266668 ], [ 120.0508048, 30.2666749 ], [ 120.0508656, 30.2666772 ], [ 120.050908, 30.2666886 ], [ 120.0509027, 30.2667343 ], [ 120.0508524, 30.2667732 ], [ 120.0508074, 30.2668052 ], [ 120.0508101, 30.26686 ], [ 120.0508312, 30.2668989 ], [ 120.0508603, 30.2669606 ], [ 120.0508577, 30.26702 ], [ 120.0508418, 30.2670566 ], [ 120.0508259, 30.2670886 ], [ 120.0508259, 30.2671138 ], [ 120.0508445, 30.2671343 ], [ 120.0508656, 30.2671732 ], [ 120.0508524, 30.2672281 ], [ 120.0508471, 30.2672692 ], [ 120.050863, 30.2673126 ], [ 120.0508868, 30.2673561 ], [ 120.050863, 30.2674018 ], [ 120.0508789, 30.2674292 ], [ 120.0509, 30.2674429 ], [ 120.0508712, 30.2674821 ], [ 120.0509338, 30.2675068 ], [ 120.0509781, 30.2675293 ], [ 120.0510433, 30.2675338 ], [ 120.0510277, 30.267464 ], [ 120.0510172, 30.2673875 ], [ 120.0509807, 30.2673132 ], [ 120.0509834, 30.2672524 ], [ 120.0509807, 30.2671758 ], [ 120.0509807, 30.267124 ], [ 120.0509886, 30.2670204 ], [ 120.0509964, 30.2669484 ], [ 120.0509912, 30.266874 ], [ 120.0510016, 30.266811 ], [ 120.051012, 30.2667524 ], [ 120.051012, 30.2666984 ], [ 120.0510485, 30.2666511 ], [ 120.0511007, 30.2666488 ], [ 120.0511789, 30.2666556 ], [ 120.0512415, 30.2666556 ], [ 120.0513119, 30.2666534 ], [ 120.0513797, 30.2666376 ], [ 120.051437, 30.2666128 ], [ 120.0515074, 30.266588 ], [ 120.0515387, 30.2665498 ], [ 120.0515387, 30.2665002 ], [ 120.0515074, 30.2664372 ], [ 120.0514266, 30.2664101 ], [ 120.0513927, 30.2663561 ], [ 120.0513536, 30.2663088 ], [ 120.0513666, 30.266266 ], [ 120.0513718, 30.266212 ], [ 120.0513692, 30.2661624 ], [ 120.0513301, 30.2661039 ], [ 120.0512545, 30.2660656 ], [ 120.0512284, 30.2660161 ], [ 120.0512232, 30.2659643 ], [ 120.0511815, 30.2659125 ], [ 120.0511268, 30.2658764 ], [ 120.0511242, 30.2658201 ], [ 120.0510798, 30.2657526 ], [ 120.0510329, 30.2656918 ], [ 120.0509755, 30.2656445 ], [ 120.0508921, 30.265604 ], [ 120.0508061, 30.2655859 ], [ 120.05066, 30.2655544 ], [ 120.050561, 30.2655567 ], [ 120.0504567, 30.2655567 ], [ 120.0503498, 30.2655792 ], [ 120.050295, 30.2655904 ], [ 120.0502543, 30.2655868 ], [ 120.0502278, 30.2656234 ], [ 120.0502781, 30.2656394 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0427402, 30.266556 ], [ 120.0427508, 30.2666185 ], [ 120.0427827, 30.2666461 ], [ 120.0428444, 30.2666461 ], [ 120.0428976, 30.2666314 ], [ 120.0429487, 30.266613 ], [ 120.0430019, 30.2666204 ], [ 120.0430381, 30.2666516 ], [ 120.0430381, 30.2667012 ], [ 120.0430423, 30.2667619 ], [ 120.0431679, 30.2667913 ], [ 120.0431892, 30.2667619 ], [ 120.043236, 30.2667417 ], [ 120.0432828, 30.26676 ], [ 120.0433168, 30.2667913 ], [ 120.0433254, 30.266806 ], [ 120.04337, 30.2668262 ], [ 120.0434615, 30.2668464 ], [ 120.0435701, 30.2668593 ], [ 120.0436594, 30.266863 ], [ 120.0437275, 30.2668299 ], [ 120.0437616, 30.2668078 ], [ 120.0438276, 30.2668133 ], [ 120.0438276, 30.266863 ], [ 120.0438701, 30.2668979 ], [ 120.0439637, 30.2669016 ], [ 120.043985, 30.2668556 ], [ 120.0440127, 30.2668428 ], [ 120.044051, 30.2668354 ], [ 120.0440936, 30.2667784 ], [ 120.0441021, 30.2667306 ], [ 120.0441021, 30.2666406 ], [ 120.0441063, 30.2665928 ], [ 120.0440872, 30.2665285 ], [ 120.0440404, 30.2664917 ], [ 120.0439786, 30.266488 ], [ 120.0438829, 30.2664678 ], [ 120.0438339, 30.2665064 ], [ 120.0438063, 30.2665579 ], [ 120.0437914, 30.2666259 ], [ 120.0437744, 30.2666902 ], [ 120.0437424, 30.2667251 ], [ 120.0437169, 30.2667104 ], [ 120.0437297, 30.2666332 ], [ 120.0437616, 30.2665615 ], [ 120.0437595, 30.2665285 ], [ 120.0436999, 30.2665542 ], [ 120.0436275, 30.2665542 ], [ 120.0435743, 30.2665248 ], [ 120.0434892, 30.266534 ], [ 120.0434403, 30.2665377 ], [ 120.0433551, 30.2665046 ], [ 120.0432998, 30.2664623 ], [ 120.0431828, 30.2664807 ], [ 120.0431062, 30.2665027 ], [ 120.0430636, 30.266545 ], [ 120.0430296, 30.2665763 ], [ 120.0429785, 30.2665818 ], [ 120.0429402, 30.266545 ], [ 120.0429657, 30.2665046 ], [ 120.0429849, 30.2664715 ], [ 120.0429764, 30.2664274 ], [ 120.0429913, 30.2663686 ], [ 120.0430125, 30.2663079 ], [ 120.0430253, 30.2662656 ], [ 120.042987, 30.2662656 ], [ 120.0429125, 30.2662803 ], [ 120.042838, 30.266284 ], [ 120.042787, 30.2663428 ], [ 120.0427763, 30.266398 ], [ 120.0427636, 30.2664384 ], [ 120.0427742, 30.2664899 ], [ 120.042738, 30.2665138 ], [ 120.0427402, 30.266556 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0517638, 30.2665869 ], [ 120.0517794, 30.2666437 ], [ 120.051807, 30.2666751 ], [ 120.0518364, 30.2667139 ], [ 120.0518624, 30.2667333 ], [ 120.0518831, 30.2667274 ], [ 120.0519298, 30.2667274 ], [ 120.0519593, 30.2667498 ], [ 120.0519765, 30.2667513 ], [ 120.0520111, 30.2667632 ], [ 120.0520475, 30.2667826 ], [ 120.0520872, 30.2667841 ], [ 120.0521236, 30.2667707 ], [ 120.0521512, 30.2667677 ], [ 120.0521703, 30.2667916 ], [ 120.0521841, 30.2667916 ], [ 120.0522152, 30.2667797 ], [ 120.0522567, 30.2667826 ], [ 120.0522792, 30.2667946 ], [ 120.0522913, 30.266823 ], [ 120.0522844, 30.2668484 ], [ 120.052255, 30.2668603 ], [ 120.0522222, 30.2668558 ], [ 120.052191, 30.2668349 ], [ 120.0521564, 30.2668349 ], [ 120.0520907, 30.2668334 ], [ 120.0520475, 30.2668334 ], [ 120.0520371, 30.2668663 ], [ 120.0520527, 30.2669021 ], [ 120.0520682, 30.266938 ], [ 120.0521184, 30.2669529 ], [ 120.0521443, 30.2669753 ], [ 120.0521512, 30.2670052 ], [ 120.0521357, 30.2670276 ], [ 120.0520838, 30.2670396 ], [ 120.0520544, 30.267056 ], [ 120.0520682, 30.2670829 ], [ 120.0520942, 30.2670934 ], [ 120.0521166, 30.2671098 ], [ 120.052153, 30.2671456 ], [ 120.0521703, 30.26718 ], [ 120.052236, 30.2671994 ], [ 120.0522548, 30.2672104 ], [ 120.052281, 30.2672129 ], [ 120.0522895, 30.2671911 ], [ 120.0521819, 30.2671414 ], [ 120.0522415, 30.2670469 ], [ 120.0523528, 30.2670992 ], [ 120.052295, 30.2671831 ], [ 120.0523135, 30.2671798 ], [ 120.0523467, 30.2671397 ], [ 120.0523968, 30.2671292 ], [ 120.052447, 30.2671262 ], [ 120.0525093, 30.2671307 ], [ 120.0526217, 30.2671531 ], [ 120.0526874, 30.2671561 ], [ 120.0527601, 30.2671695 ], [ 120.0528016, 30.2671651 ], [ 120.0528033, 30.2671382 ], [ 120.0528379, 30.2671247 ], [ 120.0528552, 30.2670889 ], [ 120.0528483, 30.267056 ], [ 120.0528604, 30.2670067 ], [ 120.0528483, 30.2669664 ], [ 120.0528102, 30.2669664 ], [ 120.0527756, 30.2669888 ], [ 120.0527341, 30.2669903 ], [ 120.0527082, 30.2669574 ], [ 120.0526978, 30.266932 ], [ 120.0526597, 30.2669201 ], [ 120.0526303, 30.2669305 ], [ 120.0525923, 30.2669395 ], [ 120.0525456, 30.266935 ], [ 120.0525456, 30.2668887 ], [ 120.052492, 30.2668768 ], [ 120.0524868, 30.2668514 ], [ 120.0524989, 30.2668409 ], [ 120.0525283, 30.2668484 ], [ 120.0525612, 30.2668588 ], [ 120.0525784, 30.2668458 ], [ 120.0524825, 30.2667906 ], [ 120.0525456, 30.2667088 ], [ 120.0526415, 30.266764 ], [ 120.0525879, 30.2668334 ], [ 120.0526009, 30.2668454 ], [ 120.0526269, 30.2668514 ], [ 120.0526684, 30.2668678 ], [ 120.0527151, 30.2668753 ], [ 120.0527704, 30.2668768 ], [ 120.0527998, 30.2668603 ], [ 120.0528223, 30.2668215 ], [ 120.0528414, 30.2667901 ], [ 120.0528569, 30.2667558 ], [ 120.0528448, 30.2667244 ], [ 120.0527929, 30.2667199 ], [ 120.052741, 30.266693 ], [ 120.0527255, 30.2666437 ], [ 120.0526736, 30.2666422 ], [ 120.0526286, 30.2666512 ], [ 120.0525785, 30.2666736 ], [ 120.0525542, 30.2666542 ], [ 120.0524747, 30.2666407 ], [ 120.0524608, 30.2666079 ], [ 120.052402, 30.2665959 ], [ 120.0523467, 30.2665795 ], [ 120.0522516, 30.2665571 ], [ 120.0521582, 30.2665436 ], [ 120.0521149, 30.2665362 ], [ 120.052044, 30.2665212 ], [ 120.0520094, 30.2665152 ], [ 120.0519894, 30.2665254 ], [ 120.0520288, 30.2666162 ], [ 120.0519223, 30.2666507 ], [ 120.0518829, 30.2665599 ], [ 120.051961, 30.2665346 ], [ 120.0519541, 30.2665152 ], [ 120.0519229, 30.2665197 ], [ 120.051871, 30.2665123 ], [ 120.0518192, 30.2665048 ], [ 120.0517776, 30.2665227 ], [ 120.0517638, 30.2665526 ], [ 120.0517638, 30.2665869 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0461913, 30.2671643 ], [ 120.0462327, 30.2671623 ], [ 120.0462442, 30.2672001 ], [ 120.0462442, 30.267222 ], [ 120.046288, 30.2672279 ], [ 120.0463363, 30.2671743 ], [ 120.046357, 30.2671047 ], [ 120.0463915, 30.267055 ], [ 120.0463271, 30.267055 ], [ 120.0463018, 30.2670451 ], [ 120.0462972, 30.2670073 ], [ 120.0463685, 30.2669874 ], [ 120.0463961, 30.2669338 ], [ 120.0464606, 30.2669039 ], [ 120.0464514, 30.2668642 ], [ 120.0464813, 30.2668344 ], [ 120.0465319, 30.2668244 ], [ 120.0465572, 30.2667887 ], [ 120.0465779, 30.2667449 ], [ 120.046571, 30.2667211 ], [ 120.0465227, 30.2667131 ], [ 120.0465204, 30.2666952 ], [ 120.0464859, 30.2666813 ], [ 120.0464329, 30.2666893 ], [ 120.0464099, 30.266741 ], [ 120.0463524, 30.2667648 ], [ 120.0463708, 30.2668065 ], [ 120.0463409, 30.2668523 ], [ 120.0463041, 30.2668761 ], [ 120.0462834, 30.2669298 ], [ 120.0462834, 30.2669675 ], [ 120.0462741, 30.2670093 ], [ 120.0462834, 30.267057 ], [ 120.0462857, 30.2670948 ], [ 120.0462603, 30.2671285 ], [ 120.0462235, 30.2671385 ], [ 120.0461843, 30.2671361 ], [ 120.0461714, 30.2671515 ], [ 120.0461913, 30.2671643 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0442591, 30.2668758 ], [ 120.0443214, 30.2669248 ], [ 120.0443874, 30.2669533 ], [ 120.0444497, 30.2669628 ], [ 120.044523, 30.2669771 ], [ 120.0445744, 30.2669771 ], [ 120.044633, 30.2669565 ], [ 120.0446642, 30.266909 ], [ 120.044666, 30.2668394 ], [ 120.0446788, 30.2667649 ], [ 120.0446862, 30.2666953 ], [ 120.0447082, 30.2666446 ], [ 120.044743, 30.2666035 ], [ 120.044798, 30.2665845 ], [ 120.0448475, 30.2665845 ], [ 120.0448933, 30.2665971 ], [ 120.0449006, 30.2666589 ], [ 120.044875, 30.2667776 ], [ 120.0448713, 30.2668441 ], [ 120.0448566, 30.2669327 ], [ 120.0448255, 30.267004 ], [ 120.0447943, 30.2670531 ], [ 120.0447577, 30.267061 ], [ 120.0446788, 30.2670784 ], [ 120.0445982, 30.267137 ], [ 120.0445267, 30.2672367 ], [ 120.0445194, 30.267376 ], [ 120.0445084, 30.2674441 ], [ 120.0445395, 30.2675438 ], [ 120.0445304, 30.2676198 ], [ 120.044523, 30.2676958 ], [ 120.0445579, 30.2677401 ], [ 120.0445836, 30.2677424 ], [ 120.0446947, 30.267695 ], [ 120.0448204, 30.2675843 ], [ 120.0449143, 30.2675908 ], [ 120.0451598, 30.2675642 ], [ 120.0452043, 30.2675638 ], [ 120.0452641, 30.2674788 ], [ 120.0453103, 30.2673728 ], [ 120.045319, 30.2672711 ], [ 120.0453034, 30.2672001 ], [ 120.04528, 30.2671356 ], [ 120.0452959, 30.2670994 ], [ 120.0453301, 30.2670909 ], [ 120.045463, 30.2671639 ], [ 120.0456121, 30.267157 ], [ 120.0457491, 30.267157 ], [ 120.0458539, 30.2671709 ], [ 120.045999, 30.2671953 ], [ 120.0461319, 30.2671987 ], [ 120.0461714, 30.2671515 ], [ 120.0461843, 30.2671361 ], [ 120.0461924, 30.2669586 ], [ 120.0462206, 30.2668751 ], [ 120.0462005, 30.2667942 ], [ 120.0461964, 30.2667776 ], [ 120.0460957, 30.2667324 ], [ 120.0459264, 30.2667254 ], [ 120.0457733, 30.266708 ], [ 120.0457492, 30.2666526 ], [ 120.0457676, 30.2665829 ], [ 120.0458116, 30.2665687 ], [ 120.0458904, 30.2665702 ], [ 120.045949, 30.2665528 ], [ 120.0459545, 30.2665069 ], [ 120.045883, 30.2664626 ], [ 120.0457914, 30.2664309 ], [ 120.0457108, 30.2664214 ], [ 120.0456686, 30.2663819 ], [ 120.0456301, 30.266366 ], [ 120.0455825, 30.2663581 ], [ 120.0455275, 30.2663708 ], [ 120.0454212, 30.2663708 ], [ 120.045335, 30.2663755 ], [ 120.0452415, 30.2663676 ], [ 120.0451499, 30.2663644 ], [ 120.0450491, 30.2663518 ], [ 120.0449721, 30.2663549 ], [ 120.0449153, 30.2663866 ], [ 120.0448603, 30.2664167 ], [ 120.0448053, 30.2663945 ], [ 120.0447723, 30.266404 ], [ 120.0447173, 30.2664009 ], [ 120.0446495, 30.2663676 ], [ 120.0446, 30.2663264 ], [ 120.0445212, 30.2663027 ], [ 120.0444717, 30.2663328 ], [ 120.0444534, 30.2663898 ], [ 120.0444314, 30.2664737 ], [ 120.0443783, 30.2665402 ], [ 120.0443178, 30.2665687 ], [ 120.0442793, 30.2666146 ], [ 120.0442774, 30.2666747 ], [ 120.0442976, 30.2667254 ], [ 120.0442958, 30.2667729 ], [ 120.04425, 30.2668251 ], [ 120.0442591, 30.2668758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.050282, 30.267392 ], [ 120.0503472, 30.2673987 ], [ 120.0503889, 30.26741 ], [ 120.0504697, 30.2673785 ], [ 120.0505479, 30.267383 ], [ 120.0506131, 30.2674077 ], [ 120.0506653, 30.267428 ], [ 120.0507148, 30.267419 ], [ 120.05072, 30.2673695 ], [ 120.0507304, 30.2672839 ], [ 120.0507174, 30.2672118 ], [ 120.0506992, 30.267133 ], [ 120.0506965, 30.2670159 ], [ 120.0506887, 30.2669754 ], [ 120.0506783, 30.2669146 ], [ 120.0506783, 30.2668673 ], [ 120.0506992, 30.2667975 ], [ 120.0506913, 30.2667434 ], [ 120.0506757, 30.2667187 ], [ 120.0506235, 30.2667209 ], [ 120.050587, 30.2667502 ], [ 120.0505479, 30.2667479 ], [ 120.0505114, 30.2667367 ], [ 120.0504749, 30.2667209 ], [ 120.0504228, 30.2667322 ], [ 120.0503915, 30.2667569 ], [ 120.0503811, 30.2667997 ], [ 120.0503263, 30.2668245 ], [ 120.0503237, 30.266856 ], [ 120.0503602, 30.2668966 ], [ 120.0504019, 30.2669484 ], [ 120.0503811, 30.2669956 ], [ 120.0503602, 30.2670272 ], [ 120.0503263, 30.2670474 ], [ 120.0503028, 30.2670812 ], [ 120.0503028, 30.2671172 ], [ 120.0503133, 30.2671668 ], [ 120.0503159, 30.2672096 ], [ 120.0503237, 30.2672456 ], [ 120.0503237, 30.2672906 ], [ 120.0503054, 30.2673357 ], [ 120.050282, 30.2673469 ], [ 120.050282, 30.267392 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0474878, 30.2670802 ], [ 120.0475371, 30.2670884 ], [ 120.0475957, 30.2671097 ], [ 120.0476336, 30.2671538 ], [ 120.047626, 30.2671849 ], [ 120.0475901, 30.2672241 ], [ 120.047609, 30.2672601 ], [ 120.0476109, 30.2673369 ], [ 120.0475636, 30.2673876 ], [ 120.0474935, 30.2673958 ], [ 120.0474859, 30.2674301 ], [ 120.0475219, 30.2674498 ], [ 120.0475787, 30.267453 ], [ 120.0476033, 30.2674645 ], [ 120.0475952, 30.2675049 ], [ 120.0476246, 30.2675212 ], [ 120.0476544, 30.267507 ], [ 120.0477037, 30.2675037 ], [ 120.0477415, 30.2675119 ], [ 120.047804, 30.2674972 ], [ 120.0478494, 30.2674906 ], [ 120.047893, 30.2674628 ], [ 120.0479289, 30.2674628 ], [ 120.0479649, 30.2674367 ], [ 120.0480047, 30.2674007 ], [ 120.0480633, 30.2673942 ], [ 120.0481258, 30.2673991 ], [ 120.048175, 30.2674089 ], [ 120.0482205, 30.2674154 ], [ 120.0482394, 30.2674269 ], [ 120.0482564, 30.2674579 ], [ 120.0482735, 30.2674874 ], [ 120.0483341, 30.2674874 ], [ 120.0483662, 30.2674726 ], [ 120.0483852, 30.2674465 ], [ 120.0483965, 30.2674138 ], [ 120.0483681, 30.2673876 ], [ 120.0483284, 30.2673974 ], [ 120.0482829, 30.2674105 ], [ 120.0482413, 30.2673844 ], [ 120.048247, 30.2673566 ], [ 120.048228, 30.2673059 ], [ 120.0482091, 30.2672634 ], [ 120.0481769, 30.2672159 ], [ 120.0481675, 30.2671636 ], [ 120.048158, 30.2670982 ], [ 120.0481258, 30.2670606 ], [ 120.0481012, 30.2670197 ], [ 120.0480671, 30.2669625 ], [ 120.0480331, 30.2668955 ], [ 120.0479838, 30.2668857 ], [ 120.0479535, 30.2668971 ], [ 120.0479573, 30.2669396 ], [ 120.0479611, 30.2669756 ], [ 120.04798, 30.2670132 ], [ 120.0480047, 30.2670345 ], [ 120.0480255, 30.2670721 ], [ 120.0480293, 30.2671031 ], [ 120.0480387, 30.2671358 ], [ 120.0479857, 30.2671538 ], [ 120.0479081, 30.2671538 ], [ 120.0478665, 30.2671882 ], [ 120.0478986, 30.2672094 ], [ 120.0479365, 30.2672159 ], [ 120.0479706, 30.2672437 ], [ 120.0479952, 30.2672552 ], [ 120.0480387, 30.2672666 ], [ 120.0480293, 30.267301 ], [ 120.0479914, 30.267332 ], [ 120.0479535, 30.2673435 ], [ 120.0479176, 30.2673206 ], [ 120.047874, 30.2673075 ], [ 120.0478665, 30.2672732 ], [ 120.0478456, 30.2672339 ], [ 120.0478116, 30.2672078 ], [ 120.0477699, 30.2671963 ], [ 120.047715, 30.2672078 ], [ 120.0476942, 30.2671849 ], [ 120.0477074, 30.2671604 ], [ 120.0477434, 30.2671571 ], [ 120.0477983, 30.2671571 ], [ 120.0478456, 30.2671391 ], [ 120.0478513, 30.2671048 ], [ 120.0478513, 30.2670426 ], [ 120.0478892, 30.2669969 ], [ 120.047893, 30.2669543 ], [ 120.0478986, 30.2668971 ], [ 120.0478911, 30.2668546 ], [ 120.047874, 30.2668317 ], [ 120.0478191, 30.2668088 ], [ 120.0477718, 30.2668088 ], [ 120.0477188, 30.2668432 ], [ 120.0476999, 30.266884 ], [ 120.047679, 30.2669445 ], [ 120.047626, 30.2669723 ], [ 120.0475333, 30.2669429 ], [ 120.0474865, 30.2669284 ], [ 120.0474779, 30.2670717 ], [ 120.0474878, 30.2670802 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0511858, 30.2670305 ], [ 120.0511785, 30.2670921 ], [ 120.0511785, 30.2671558 ], [ 120.0511858, 30.2672152 ], [ 120.0511785, 30.2672556 ], [ 120.0511834, 30.2673023 ], [ 120.0512104, 30.2673426 ], [ 120.0512129, 30.2673851 ], [ 120.0512178, 30.2674339 ], [ 120.051262, 30.2674763 ], [ 120.0513235, 30.2674678 ], [ 120.0513309, 30.2673638 ], [ 120.0513014, 30.2673001 ], [ 120.0512866, 30.2672619 ], [ 120.0513038, 30.2671961 ], [ 120.0512793, 30.2671027 ], [ 120.0512448, 30.267039 ], [ 120.0512448, 30.2669605 ], [ 120.0512547, 30.2668798 ], [ 120.0512719, 30.2668501 ], [ 120.0513112, 30.2668649 ], [ 120.0512989, 30.2669307 ], [ 120.0513309, 30.2670114 ], [ 120.0513407, 30.2670836 ], [ 120.0513653, 30.2671473 ], [ 120.05138, 30.2672216 ], [ 120.0513825, 30.2673001 ], [ 120.05138, 30.2673808 ], [ 120.05138, 30.2674721 ], [ 120.0514194, 30.26754 ], [ 120.0514636, 30.2675867 ], [ 120.0515128, 30.2675995 ], [ 120.0515742, 30.2675719 ], [ 120.0515791, 30.2675082 ], [ 120.0515545, 30.267419 ], [ 120.0515619, 30.2673532 ], [ 120.0515644, 30.2672747 ], [ 120.0515423, 30.2671834 ], [ 120.0515201, 30.2671069 ], [ 120.0515103, 30.2670199 ], [ 120.0515005, 30.2669371 ], [ 120.0514956, 30.2668713 ], [ 120.0515177, 30.2668352 ], [ 120.0515545, 30.2668649 ], [ 120.0515914, 30.2669201 ], [ 120.0515963, 30.2670093 ], [ 120.0515939, 30.267073 ], [ 120.0515963, 30.2671303 ], [ 120.0516111, 30.2671791 ], [ 120.0516553, 30.267194 ], [ 120.0517045, 30.267194 ], [ 120.0517659, 30.2671515 ], [ 120.0517512, 30.2670539 ], [ 120.0517512, 30.2669923 ], [ 120.0517512, 30.2669414 ], [ 120.0517512, 30.2668904 ], [ 120.0517291, 30.266867 ], [ 120.0516848, 30.2668288 ], [ 120.0516848, 30.2667779 ], [ 120.0516283, 30.2667503 ], [ 120.0515644, 30.2667418 ], [ 120.0515054, 30.2667588 ], [ 120.0514464, 30.2667567 ], [ 120.0513849, 30.2667758 ], [ 120.0513137, 30.2667885 ], [ 120.051267, 30.2667864 ], [ 120.0512227, 30.266797 ], [ 120.0511858, 30.266831 ], [ 120.051176, 30.2668925 ], [ 120.0511637, 30.266952 ], [ 120.0511858, 30.2670305 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0488533, 30.2677432 ], [ 120.0489861, 30.2677816 ], [ 120.0489914, 30.2677478 ], [ 120.0489731, 30.2677117 ], [ 120.0489262, 30.2677208 ], [ 120.0488766, 30.2675361 ], [ 120.0490565, 30.2675023 ], [ 120.0490774, 30.2675856 ], [ 120.0491582, 30.2675451 ], [ 120.0491713, 30.2675676 ], [ 120.0492391, 30.2675271 ], [ 120.0492964, 30.2675203 ], [ 120.0493433, 30.2674956 ], [ 120.0493877, 30.2674595 ], [ 120.0494294, 30.2674528 ], [ 120.0494789, 30.2674618 ], [ 120.0495467, 30.2674415 ], [ 120.0495936, 30.2674032 ], [ 120.0496093, 30.2673537 ], [ 120.0495989, 30.2672974 ], [ 120.0496145, 30.2672524 ], [ 120.0496693, 30.2672501 ], [ 120.0497318, 30.2672771 ], [ 120.049784, 30.2672704 ], [ 120.0498335, 30.2672659 ], [ 120.0498726, 30.2672659 ], [ 120.0499326, 30.2672456 ], [ 120.0499926, 30.2672636 ], [ 120.0500473, 30.2672794 ], [ 120.050089, 30.2672591 ], [ 120.0501542, 30.2672591 ], [ 120.0501751, 30.2672839 ], [ 120.0502012, 30.2672569 ], [ 120.0502012, 30.2671893 ], [ 120.0502064, 30.2671533 ], [ 120.0502116, 30.2671172 ], [ 120.0502246, 30.2670474 ], [ 120.0502194, 30.2669799 ], [ 120.050209, 30.2669011 ], [ 120.0501673, 30.2668493 ], [ 120.0501568, 30.2667907 ], [ 120.0500995, 30.2667637 ], [ 120.050003, 30.2667682 ], [ 120.049917, 30.2668245 ], [ 120.0499222, 30.266883 ], [ 120.0499561, 30.2669348 ], [ 120.0499743, 30.2669776 ], [ 120.0499821, 30.2670407 ], [ 120.0499847, 30.2670947 ], [ 120.0499847, 30.2671308 ], [ 120.0499613, 30.2671623 ], [ 120.0499378, 30.267178 ], [ 120.0499352, 30.2672051 ], [ 120.0499091, 30.2672253 ], [ 120.0498622, 30.2672186 ], [ 120.0498205, 30.2671871 ], [ 120.0498101, 30.267151 ], [ 120.0497736, 30.267115 ], [ 120.0497605, 30.2670655 ], [ 120.0497605, 30.2670001 ], [ 120.0497631, 30.2669258 ], [ 120.0497709, 30.266865 ], [ 120.0497709, 30.2667975 ], [ 120.0497683, 30.2667434 ], [ 120.0497631, 30.2666939 ], [ 120.0497527, 30.2666556 ], [ 120.0497266, 30.2666331 ], [ 120.0496875, 30.2666078 ], [ 120.0496523, 30.2665816 ], [ 120.049593, 30.2665888 ], [ 120.0495399, 30.2665923 ], [ 120.0495106, 30.2665694 ], [ 120.0494716, 30.2665604 ], [ 120.0494294, 30.2665644 ], [ 120.0494137, 30.2666066 ], [ 120.0493798, 30.2666142 ], [ 120.0493368, 30.266618 ], [ 120.0493153, 30.2666064 ], [ 120.0492967, 30.2665736 ], [ 120.049277, 30.2665639 ], [ 120.0492401, 30.2665629 ], [ 120.0492177, 30.2665894 ], [ 120.0491999, 30.2666218 ], [ 120.0492234, 30.2667209 ], [ 120.0492391, 30.266811 ], [ 120.0492338, 30.2668673 ], [ 120.0492443, 30.2668988 ], [ 120.0492729, 30.2669191 ], [ 120.0493251, 30.2669168 ], [ 120.0493981, 30.2669011 ], [ 120.0494659, 30.2668966 ], [ 120.0495337, 30.2668966 ], [ 120.049591, 30.2669213 ], [ 120.049638, 30.2669484 ], [ 120.0496771, 30.2669799 ], [ 120.0496875, 30.2670339 ], [ 120.0496875, 30.2670722 ], [ 120.0497005, 30.2671218 ], [ 120.0496953, 30.267151 ], [ 120.049664, 30.2671668 ], [ 120.0496093, 30.26716 ], [ 120.0495363, 30.2671308 ], [ 120.0495206, 30.2670857 ], [ 120.0494867, 30.2670384 ], [ 120.049445, 30.2670407 ], [ 120.049419, 30.2670632 ], [ 120.0493903, 30.2670474 ], [ 120.0493877, 30.2670204 ], [ 120.0493381, 30.2670182 ], [ 120.0493016, 30.2670429 ], [ 120.0493068, 30.267088 ], [ 120.049286, 30.2671353 ], [ 120.0492391, 30.267169 ], [ 120.0491973, 30.2671826 ], [ 120.0491374, 30.2671713 ], [ 120.049093, 30.2671533 ], [ 120.0490331, 30.267151 ], [ 120.0489627, 30.267169 ], [ 120.0489314, 30.2671893 ], [ 120.0488975, 30.2672231 ], [ 120.0488662, 30.2672456 ], [ 120.0487906, 30.2672434 ], [ 120.0487358, 30.2672411 ], [ 120.0486634, 30.2672373 ], [ 120.0488533, 30.2677432 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0518864, 30.2671621 ], [ 120.0519429, 30.2671473 ], [ 120.0519945, 30.2671706 ], [ 120.0520068, 30.2672067 ], [ 120.0520142, 30.2672534 ], [ 120.0520265, 30.2672895 ], [ 120.0520707, 30.2673575 ], [ 120.0520904, 30.2673914 ], [ 120.0521445, 30.2673978 ], [ 120.0521588, 30.2673696 ], [ 120.0521617, 30.2673383 ], [ 120.0521396, 30.2673107 ], [ 120.0520855, 30.2673086 ], [ 120.0520732, 30.2672768 ], [ 120.0520634, 30.2672471 ], [ 120.0520879, 30.2672407 ], [ 120.0520879, 30.2672195 ], [ 120.0520486, 30.2671855 ], [ 120.0520314, 30.2671664 ], [ 120.0519995, 30.2671345 ], [ 120.0519405, 30.2671048 ], [ 120.0518987, 30.2671112 ], [ 120.0518741, 30.2671388 ], [ 120.0518864, 30.2671621 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0679816, 30.2666783 ], [ 120.0679875, 30.2667347 ], [ 120.0680231, 30.2667705 ], [ 120.0682664, 30.266791 ], [ 120.0683139, 30.2667398 ], [ 120.0683317, 30.2666578 ], [ 120.0682842, 30.2665963 ], [ 120.0682011, 30.2665604 ], [ 120.0681774, 30.2664886 ], [ 120.0681359, 30.2664425 ], [ 120.0680528, 30.266422 ], [ 120.0679816, 30.2664527 ], [ 120.0679578, 30.2665399 ], [ 120.0679816, 30.2666783 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0690439, 30.267032 ], [ 120.0691032, 30.2670627 ], [ 120.0692101, 30.2668526 ], [ 120.0692932, 30.2666731 ], [ 120.069305, 30.2666014 ], [ 120.0692457, 30.2665911 ], [ 120.0692041, 30.2666168 ], [ 120.0691685, 30.2666885 ], [ 120.0690439, 30.2669653 ], [ 120.0690439, 30.267032 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0692516, 30.2671345 ], [ 120.0695306, 30.2671499 ], [ 120.0695958, 30.2670525 ], [ 120.0696433, 30.2669141 ], [ 120.069673, 30.2668167 ], [ 120.0696611, 30.2667449 ], [ 120.069584, 30.2666834 ], [ 120.0694949, 30.266668 ], [ 120.0694237, 30.2667039 ], [ 120.0693584, 30.2668167 ], [ 120.0692932, 30.2669602 ], [ 120.0692397, 30.267073 ], [ 120.0692516, 30.2671345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0668575, 30.2670989 ], [ 120.0669347, 30.2671379 ], [ 120.0669862, 30.2671212 ], [ 120.0670184, 30.2670322 ], [ 120.0670313, 30.2669377 ], [ 120.0670377, 30.2668376 ], [ 120.0670248, 30.2667486 ], [ 120.0669798, 30.266693 ], [ 120.0668768, 30.2666875 ], [ 120.066808, 30.2666917 ], [ 120.066728, 30.2667162 ], [ 120.0667094, 30.2667628 ], [ 120.0667109, 30.2668203 ], [ 120.0667223, 30.2668932 ], [ 120.0666836, 30.2670267 ], [ 120.0668575, 30.2670989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0672671, 30.2670622 ], [ 120.0673403, 30.2670725 ], [ 120.0674413, 30.2670725 ], [ 120.0675165, 30.2670588 ], [ 120.0675838, 30.2670007 ], [ 120.0676471, 30.2669973 ], [ 120.0677303, 30.2670178 ], [ 120.0677718, 30.2670366 ], [ 120.0678154, 30.2670041 ], [ 120.0678015, 30.2669733 ], [ 120.0677421, 30.2669426 ], [ 120.0676966, 30.2669374 ], [ 120.0676511, 30.2669357 ], [ 120.0675501, 30.2669289 ], [ 120.067539, 30.2669066 ], [ 120.0674629, 30.2668854 ], [ 120.0673867, 30.2668949 ], [ 120.0673532, 30.2669207 ], [ 120.0673383, 30.2669732 ], [ 120.0672547, 30.2669596 ], [ 120.0672394, 30.2670178 ], [ 120.0672671, 30.2670622 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699341, 30.2670422 ], [ 120.0699757, 30.2670012 ], [ 120.0699816, 30.2669294 ], [ 120.0699519, 30.2668731 ], [ 120.0698629, 30.2668577 ], [ 120.0698214, 30.2668782 ], [ 120.0697501, 30.2671037 ], [ 120.0699341, 30.2670422 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0661686, 30.2671768 ], [ 120.066233, 30.2672713 ], [ 120.066336, 30.2673158 ], [ 120.0664969, 30.2673436 ], [ 120.0666193, 30.267377 ], [ 120.0668124, 30.2674492 ], [ 120.0668832, 30.2673825 ], [ 120.0668896, 30.267288 ], [ 120.066806, 30.2672379 ], [ 120.0667029, 30.267199 ], [ 120.0664647, 30.2671212 ], [ 120.0663553, 30.2670823 ], [ 120.0662458, 30.2669989 ], [ 120.0661622, 30.2670322 ], [ 120.0661428, 30.2671045 ], [ 120.0661686, 30.2671768 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0707902, 30.2673573 ], [ 120.0708775, 30.2674112 ], [ 120.0709773, 30.2673896 ], [ 120.0709711, 30.2673088 ], [ 120.0710148, 30.2672495 ], [ 120.070996, 30.2671849 ], [ 120.0709149, 30.2671472 ], [ 120.0708401, 30.2671579 ], [ 120.0707839, 30.267201 ], [ 120.0707715, 30.2672711 ], [ 120.0707902, 30.2673573 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0669991, 30.2676772 ], [ 120.0672309, 30.2675605 ], [ 120.0673017, 30.2674381 ], [ 120.0673403, 30.2673547 ], [ 120.0673596, 30.2672546 ], [ 120.0673274, 30.267199 ], [ 120.0672244, 30.2671712 ], [ 120.0671472, 30.267199 ], [ 120.0671085, 30.2672991 ], [ 120.0670506, 30.2674214 ], [ 120.0669669, 30.2675382 ], [ 120.0669412, 30.2676216 ], [ 120.0669991, 30.2676772 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.070316, 30.2675997 ], [ 120.0704346, 30.2675836 ], [ 120.0705032, 30.2675243 ], [ 120.0705282, 30.2674435 ], [ 120.0705282, 30.2673573 ], [ 120.070472, 30.2673034 ], [ 120.0704034, 30.2672765 ], [ 120.0703535, 30.2673034 ], [ 120.0703098, 30.2673788 ], [ 120.0702661, 30.2674974 ], [ 120.0702474, 30.2675728 ], [ 120.070316, 30.2675997 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0633616, 30.2671468 ], [ 120.0634208, 30.2672064 ], [ 120.0635588, 30.2672192 ], [ 120.0636327, 30.2671936 ], [ 120.0636475, 30.2670957 ], [ 120.0636918, 30.2669808 ], [ 120.0636918, 30.2669084 ], [ 120.0637263, 30.2667339 ], [ 120.0638003, 30.2665977 ], [ 120.0637855, 30.2665381 ], [ 120.0637066, 30.2664743 ], [ 120.0636278, 30.2664445 ], [ 120.0635538, 30.2664445 ], [ 120.0635095, 30.2664955 ], [ 120.0635193, 30.2665807 ], [ 120.0634996, 30.2666573 ], [ 120.0634799, 30.2667424 ], [ 120.0634405, 30.2668616 ], [ 120.0634011, 30.2669765 ], [ 120.0633469, 30.2670915 ], [ 120.0633616, 30.2671468 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0590191, 30.2668405 ], [ 120.0590238, 30.2669267 ], [ 120.0590571, 30.2670087 ], [ 120.0590809, 30.2670949 ], [ 120.0591616, 30.2671442 ], [ 120.0592567, 30.2671647 ], [ 120.0592757, 30.2672139 ], [ 120.059442, 30.2672057 ], [ 120.0594563, 30.267177 ], [ 120.0595228, 30.2671319 ], [ 120.0595513, 30.2670703 ], [ 120.059537, 30.2670046 ], [ 120.0594895, 30.2670498 ], [ 120.0594372, 30.2670908 ], [ 120.0593327, 30.2671072 ], [ 120.0592472, 30.2671031 ], [ 120.0591379, 30.2670703 ], [ 120.0591046, 30.2669882 ], [ 120.0591046, 30.2667666 ], [ 120.0591664, 30.2666271 ], [ 120.0592234, 30.266586 ], [ 120.0591474, 30.2665655 ], [ 120.0590809, 30.2666106 ], [ 120.0590238, 30.2666763 ], [ 120.0590048, 30.2667543 ], [ 120.0590191, 30.2668405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0528645, 30.2667958 ], [ 120.0528866, 30.2668045 ], [ 120.0529087, 30.2667897 ], [ 120.0529338, 30.2667949 ], [ 120.0529489, 30.266814 ], [ 120.0529529, 30.2668296 ], [ 120.0529398, 30.2668418 ], [ 120.0529308, 30.2668522 ], [ 120.0529047, 30.26686 ], [ 120.0528755, 30.2668609 ], [ 120.0528685, 30.2668782 ], [ 120.0528775, 30.2668895 ], [ 120.0528986, 30.2668826 ], [ 120.0529398, 30.266867 ], [ 120.052969, 30.2668652 ], [ 120.0529941, 30.2668696 ], [ 120.0529981, 30.2668878 ], [ 120.0529969, 30.266898 ], [ 120.053014, 30.2669032 ], [ 120.0530062, 30.2668678 ], [ 120.0530253, 30.2668461 ], [ 120.0530494, 30.2668331 ], [ 120.0530775, 30.2668314 ], [ 120.0530966, 30.2668435 ], [ 120.0531077, 30.26686 ], [ 120.0531087, 30.2668817 ], [ 120.0530956, 30.2668999 ], [ 120.0530886, 30.2669199 ], [ 120.0530886, 30.2669407 ], [ 120.0530986, 30.266959 ], [ 120.0531208, 30.2669703 ], [ 120.0531509, 30.2669555 ], [ 120.05317, 30.266939 ], [ 120.0531871, 30.2669381 ], [ 120.0532052, 30.2669425 ], [ 120.0532183, 30.2669616 ], [ 120.0532293, 30.2669902 ], [ 120.0532243, 30.2670128 ], [ 120.0532002, 30.2670163 ], [ 120.053173, 30.2670163 ], [ 120.0531509, 30.2670085 ], [ 120.0531318, 30.2670154 ], [ 120.0531358, 30.2670362 ], [ 120.0531519, 30.2670475 ], [ 120.0531768, 30.2670544 ], [ 120.0531847, 30.2670272 ], [ 120.0532657, 30.2670432 ], [ 120.0532594, 30.2670642 ], [ 120.0533137, 30.267077 ], [ 120.0533298, 30.2670996 ], [ 120.0533801, 30.2670805 ], [ 120.053369, 30.267064 ], [ 120.0533861, 30.2670223 ], [ 120.0534233, 30.267005 ], [ 120.0534173, 30.2669859 ], [ 120.0533841, 30.2669737 ], [ 120.053355, 30.2669651 ], [ 120.0533288, 30.2669711 ], [ 120.0532926, 30.2669885 ], [ 120.0532615, 30.2669894 ], [ 120.0532353, 30.2669842 ], [ 120.0532233, 30.2669494 ], [ 120.0532152, 30.2669312 ], [ 120.0532404, 30.2669034 ], [ 120.0532728, 30.2668829 ], [ 120.053223, 30.2668809 ], [ 120.0532255, 30.2668388 ], [ 120.053212, 30.2668368 ], [ 120.0532144, 30.2668496 ], [ 120.0531114, 30.266848 ], [ 120.0531125, 30.2667968 ], [ 120.0530997, 30.2667966 ], [ 120.0531015, 30.2667132 ], [ 120.0531007, 30.2666985 ], [ 120.0530796, 30.2667003 ], [ 120.0530353, 30.2667046 ], [ 120.0530211, 30.2667056 ], [ 120.0529867, 30.2667149 ], [ 120.05298, 30.2667281 ], [ 120.0530223, 30.2667246 ], [ 120.0530605, 30.2667246 ], [ 120.0530846, 30.2667367 ], [ 120.0530886, 30.2667593 ], [ 120.0530906, 30.2667888 ], [ 120.0530826, 30.2668097 ], [ 120.0530524, 30.2668253 ], [ 120.0530223, 30.2668209 ], [ 120.0529931, 30.2668218 ], [ 120.0529569, 30.266814 ], [ 120.0529439, 30.2667906 ], [ 120.0529248, 30.2667732 ], [ 120.0528916, 30.2667697 ], [ 120.0528569, 30.2667558 ], [ 120.0528414, 30.2667901 ], [ 120.0528645, 30.2667958 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0629477, 30.2670234 ], [ 120.0630019, 30.2669723 ], [ 120.0630413, 30.2668659 ], [ 120.0630265, 30.2668233 ], [ 120.0629674, 30.2668361 ], [ 120.0629378, 30.2668999 ], [ 120.0629132, 30.2669808 ], [ 120.0629477, 30.2670234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0533359, 30.2669016 ], [ 120.0533582, 30.2669048 ], [ 120.0533861, 30.2669032 ], [ 120.0534029, 30.2668678 ], [ 120.0534532, 30.2669032 ], [ 120.0534923, 30.2669338 ], [ 120.0535146, 30.2669547 ], [ 120.0535593, 30.2669595 ], [ 120.0536039, 30.2669595 ], [ 120.0536505, 30.2669354 ], [ 120.0536747, 30.2669193 ], [ 120.0537063, 30.2669016 ], [ 120.053737, 30.2669175 ], [ 120.0537531, 30.2668786 ], [ 120.053833, 30.2669033 ], [ 120.05381, 30.2669588 ], [ 120.0537301, 30.2669341 ], [ 120.0537361, 30.2669691 ], [ 120.053764, 30.2670013 ], [ 120.0538013, 30.267027 ], [ 120.0538031, 30.2670672 ], [ 120.0538013, 30.267101 ], [ 120.0537529, 30.2671219 ], [ 120.0537101, 30.267109 ], [ 120.0536672, 30.2670817 ], [ 120.053643, 30.2670334 ], [ 120.0535946, 30.2670013 ], [ 120.0535574, 30.2670093 ], [ 120.0535202, 30.2670109 ], [ 120.0534439, 30.2669498 ], [ 120.0534532, 30.2670045 ], [ 120.053509, 30.2670206 ], [ 120.0535258, 30.267064 ], [ 120.0536914, 30.2671074 ], [ 120.0536728, 30.2671621 ], [ 120.0538348, 30.2672071 ], [ 120.0538459, 30.2671894 ], [ 120.0538943, 30.2671669 ], [ 120.0539427, 30.2671814 ], [ 120.0539781, 30.2672312 ], [ 120.0539651, 30.267273 ], [ 120.0539111, 30.2673035 ], [ 120.0538925, 30.2673277 ], [ 120.0539092, 30.2673405 ], [ 120.0539353, 30.2673341 ], [ 120.0539614, 30.2673168 ], [ 120.0539896, 30.2673018 ], [ 120.0540201, 30.2673131 ], [ 120.0540375, 30.2673506 ], [ 120.0540636, 30.2673807 ], [ 120.0540918, 30.2673976 ], [ 120.0541353, 30.2673995 ], [ 120.0541854, 30.2674051 ], [ 120.0542115, 30.2674164 ], [ 120.0542493, 30.2674141 ], [ 120.0543111, 30.2673163 ], [ 120.0542629, 30.2673228 ], [ 120.0542443, 30.267347 ], [ 120.0541996, 30.2673566 ], [ 120.054155, 30.2673614 ], [ 120.0541103, 30.267355 ], [ 120.0540935, 30.2673244 ], [ 120.0540712, 30.2673035 ], [ 120.0540321, 30.2672891 ], [ 120.0540135, 30.2672617 ], [ 120.0539911, 30.2672408 ], [ 120.0539856, 30.2672023 ], [ 120.0540023, 30.267183 ], [ 120.0540451, 30.267183 ], [ 120.0540675, 30.2671814 ], [ 120.0540898, 30.2671556 ], [ 120.054127, 30.2671138 ], [ 120.0541475, 30.267072 ], [ 120.0541699, 30.2670254 ], [ 120.0541699, 30.26699 ], [ 120.0541587, 30.2669514 ], [ 120.0541494, 30.2669209 ], [ 120.0541847, 30.2668887 ], [ 120.0541978, 30.2668566 ], [ 120.0541922, 30.2668196 ], [ 120.0541717, 30.2667955 ], [ 120.0541159, 30.2667858 ], [ 120.0540693, 30.2667891 ], [ 120.0540358, 30.266781 ], [ 120.0540005, 30.2667858 ], [ 120.0539539, 30.2667939 ], [ 120.0539185, 30.2667778 ], [ 120.0538776, 30.2667907 ], [ 120.0538571, 30.2668083 ], [ 120.0538292, 30.2668116 ], [ 120.0537938, 30.266818 ], [ 120.0537547, 30.2668373 ], [ 120.0537194, 30.2668357 ], [ 120.0536747, 30.2668453 ], [ 120.05363, 30.2668196 ], [ 120.0535872, 30.2668309 ], [ 120.0535388, 30.2668228 ], [ 120.0535295, 30.2668003 ], [ 120.0535146, 30.266773 ], [ 120.0534808, 30.266773 ], [ 120.0534798, 30.2668061 ], [ 120.0534105, 30.2668045 ], [ 120.053411, 30.266789 ], [ 120.0533701, 30.2667881 ], [ 120.0533691, 30.2668216 ], [ 120.0533626, 30.2668721 ], [ 120.0533044, 30.2668702 ], [ 120.0533359, 30.2669016 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0640319, 30.2675554 ], [ 120.064091, 30.2675895 ], [ 120.0641748, 30.267581 ], [ 120.0642192, 30.267449 ], [ 120.0642241, 30.2673383 ], [ 120.0643375, 30.2672702 ], [ 120.0643917, 30.2671127 ], [ 120.0644754, 30.266985 ], [ 120.0645247, 30.2668829 ], [ 120.0645543, 30.266785 ], [ 120.0644705, 30.2667424 ], [ 120.0643769, 30.2667339 ], [ 120.0643177, 30.2667637 ], [ 120.0642882, 30.2668786 ], [ 120.0642142, 30.2670702 ], [ 120.0641748, 30.2671298 ], [ 120.0641502, 30.2672192 ], [ 120.0641305, 30.2673213 ], [ 120.0640861, 30.2674022 ], [ 120.0640319, 30.267466 ], [ 120.0640319, 30.2675554 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0529105, 30.2671773 ], [ 120.0529246, 30.2672484 ], [ 120.0529246, 30.2672675 ], [ 120.0529286, 30.267316 ], [ 120.0529687, 30.2673542 ], [ 120.0529467, 30.267382 ], [ 120.0529125, 30.2673941 ], [ 120.0529266, 30.267434 ], [ 120.0529446, 30.2674704 ], [ 120.0529446, 30.2675017 ], [ 120.0529025, 30.2675346 ], [ 120.0529005, 30.267571 ], [ 120.0529346, 30.2675745 ], [ 120.0529828, 30.2675832 ], [ 120.0530491, 30.267578 ], [ 120.0530571, 30.2675468 ], [ 120.053023, 30.2675138 ], [ 120.0529808, 30.2674513 ], [ 120.0529848, 30.267375 ], [ 120.053019, 30.2673126 ], [ 120.0529989, 30.2672206 ], [ 120.053033, 30.2671079 ], [ 120.053029, 30.2670142 ], [ 120.053037, 30.2669101 ], [ 120.053014, 30.2669032 ], [ 120.0529969, 30.266898 ], [ 120.0529667, 30.2669361 ], [ 120.0529326, 30.2669604 ], [ 120.0529226, 30.2669986 ], [ 120.0529045, 30.267042 ], [ 120.0528944, 30.2671356 ], [ 120.0529105, 30.2671773 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0530785, 30.2672112 ], [ 120.0530945, 30.2672149 ], [ 120.0531147, 30.2672037 ], [ 120.0531437, 30.2672112 ], [ 120.0531538, 30.2672375 ], [ 120.053164, 30.2672625 ], [ 120.0531481, 30.2672825 ], [ 120.0531205, 30.2672887 ], [ 120.0530988, 30.2673 ], [ 120.0531017, 30.2673125 ], [ 120.0531205, 30.267325 ], [ 120.0531455, 30.2673334 ], [ 120.0532379, 30.2673559 ], [ 120.0533303, 30.2673785 ], [ 120.0534488, 30.2673872 ], [ 120.053497, 30.2674062 ], [ 120.0535572, 30.2674461 ], [ 120.0536021, 30.2674241 ], [ 120.0535974, 30.2673889 ], [ 120.0536456, 30.2673577 ], [ 120.0536637, 30.2673455 ], [ 120.0536918, 30.2672744 ], [ 120.0536998, 30.2672525 ], [ 120.0537187, 30.2672362 ], [ 120.0537578, 30.267245 ], [ 120.0537853, 30.2672575 ], [ 120.0538215, 30.2672625 ], [ 120.0538302, 30.2672337 ], [ 120.0536651, 30.2671887 ], [ 120.0536506, 30.2672249 ], [ 120.053626, 30.2672187 ], [ 120.0536607, 30.2671261 ], [ 120.0535043, 30.2670886 ], [ 120.0534768, 30.2671124 ], [ 120.0534551, 30.2671209 ], [ 120.0533998, 30.2671113 ], [ 120.0533883, 30.2670954 ], [ 120.0533412, 30.2671159 ], [ 120.0533791, 30.2671731 ], [ 120.0534268, 30.2671535 ], [ 120.0534404, 30.2671736 ], [ 120.0534682, 30.2671597 ], [ 120.0535119, 30.2672245 ], [ 120.0534378, 30.2672619 ], [ 120.05342, 30.2672355 ], [ 120.0533944, 30.2672483 ], [ 120.0533548, 30.2671897 ], [ 120.0533625, 30.2671845 ], [ 120.0533238, 30.2671257 ], [ 120.0532587, 30.2671551 ], [ 120.053281, 30.2671921 ], [ 120.0532044, 30.2672267 ], [ 120.0531646, 30.2671612 ], [ 120.0532413, 30.2671265 ], [ 120.0532532, 30.2671423 ], [ 120.0533161, 30.267114 ], [ 120.0533035, 30.267093 ], [ 120.0532536, 30.2670833 ], [ 120.0532448, 30.2671126 ], [ 120.0531649, 30.2670956 ], [ 120.0531423, 30.2671024 ], [ 120.0531408, 30.2671249 ], [ 120.0531365, 30.2671474 ], [ 120.0530974, 30.2671524 ], [ 120.0530858, 30.2671674 ], [ 120.0530756, 30.2671862 ], [ 120.0530785, 30.2672112 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0635095, 30.2678491 ], [ 120.0636179, 30.2678874 ], [ 120.0636869, 30.2678236 ], [ 120.0637116, 30.2677044 ], [ 120.0637658, 30.2675937 ], [ 120.0637953, 30.2674958 ], [ 120.0638249, 30.2673809 ], [ 120.063889, 30.2672915 ], [ 120.0639826, 30.2671894 ], [ 120.0640122, 30.2670531 ], [ 120.0639777, 30.2669936 ], [ 120.0638939, 30.2669552 ], [ 120.0638249, 30.2669893 ], [ 120.0637904, 30.2670744 ], [ 120.0637411, 30.2671894 ], [ 120.0636573, 30.2673426 ], [ 120.0635883, 30.2673979 ], [ 120.0635933, 30.2674831 ], [ 120.0635834, 30.2675852 ], [ 120.063544, 30.2676703 ], [ 120.0634996, 30.2677385 ], [ 120.0634898, 30.2677938 ], [ 120.0635095, 30.2678491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0566177, 30.2674192 ], [ 120.0566408, 30.2675312 ], [ 120.056701, 30.2674992 ], [ 120.0566918, 30.2673992 ], [ 120.0566547, 30.2673352 ], [ 120.0565991, 30.2673232 ], [ 120.0565852, 30.2673592 ], [ 120.0566177, 30.2674192 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0453721, 30.2676048 ], [ 120.0453877, 30.267611 ], [ 120.0454082, 30.2676046 ], [ 120.045423, 30.2675873 ], [ 120.0454525, 30.2675869 ], [ 120.0454738, 30.2675973 ], [ 120.0454936, 30.2676026 ], [ 120.0455193, 30.2675987 ], [ 120.0455375, 30.2675878 ], [ 120.0455594, 30.2675716 ], [ 120.0455554, 30.2675519 ], [ 120.0455673, 30.2675225 ], [ 120.0455679, 30.2674806 ], [ 120.0455808, 30.2674378 ], [ 120.0455888, 30.2674099 ], [ 120.0456067, 30.2673903 ], [ 120.0455984, 30.2673784 ], [ 120.0455918, 30.2673674 ], [ 120.0455959, 30.2673542 ], [ 120.0456053, 30.2673433 ], [ 120.045613, 30.2673372 ], [ 120.045611, 30.2673279 ], [ 120.0456016, 30.2673211 ], [ 120.0455897, 30.2673092 ], [ 120.0456002, 30.2672684 ], [ 120.0456071, 30.2672549 ], [ 120.0456213, 30.2672462 ], [ 120.0456379, 30.2672551 ], [ 120.0456413, 30.2672781 ], [ 120.0456483, 30.267303 ], [ 120.0456736, 30.2673231 ], [ 120.0456965, 30.2673405 ], [ 120.0457242, 30.2673485 ], [ 120.0457287, 30.2673615 ], [ 120.0457058, 30.2673598 ], [ 120.045683, 30.2673539 ], [ 120.0456438, 30.2673632 ], [ 120.0456338, 30.2673843 ], [ 120.0456304, 30.2674409 ], [ 120.0456317, 30.2674788 ], [ 120.0456196, 30.267525 ], [ 120.0456196, 30.2675645 ], [ 120.0456276, 30.2675869 ], [ 120.0456534, 30.2675886 ], [ 120.0456793, 30.2675834 ], [ 120.0457131, 30.2675662 ], [ 120.045739, 30.2675542 ], [ 120.0457549, 30.267525 ], [ 120.0457668, 30.2674769 ], [ 120.0457708, 30.267446 ], [ 120.0457927, 30.2674374 ], [ 120.0458046, 30.2674546 ], [ 120.0458086, 30.2674821 ], [ 120.0458086, 30.2675078 ], [ 120.0458066, 30.2675542 ], [ 120.0458305, 30.2675766 ], [ 120.0458623, 30.2675645 ], [ 120.0458961, 30.2675508 ], [ 120.0459279, 30.2675267 ], [ 120.0459498, 30.267568 ], [ 120.0459677, 30.2676058 ], [ 120.0459776, 30.2676367 ], [ 120.0459737, 30.2676624 ], [ 120.0459279, 30.2676813 ], [ 120.0458921, 30.2676916 ], [ 120.0458324, 30.2677071 ], [ 120.0458026, 30.2677483 ], [ 120.0459938, 30.2677737 ], [ 120.0460055, 30.2677037 ], [ 120.0462004, 30.2677226 ], [ 120.0461904, 30.2678033 ], [ 120.046278, 30.2678188 ], [ 120.0463277, 30.2678377 ], [ 120.0464092, 30.2678394 ], [ 120.0464231, 30.2678102 ], [ 120.0464729, 30.2677964 ], [ 120.0465159, 30.2678105 ], [ 120.0465306, 30.2678153 ], [ 120.0465624, 30.267817 ], [ 120.0465862, 30.2677964 ], [ 120.0466718, 30.2678067 ], [ 120.0467275, 30.2677896 ], [ 120.0467652, 30.2677604 ], [ 120.0467692, 30.267726 ], [ 120.0467692, 30.2676848 ], [ 120.0467931, 30.2676418 ], [ 120.046811, 30.2675886 ], [ 120.0468786, 30.2675078 ], [ 120.0468945, 30.2674546 ], [ 120.0468945, 30.2673876 ], [ 120.0468707, 30.2673326 ], [ 120.0468448, 30.2673051 ], [ 120.0467931, 30.2672914 ], [ 120.0467553, 30.2673 ], [ 120.0467155, 30.2673137 ], [ 120.0466857, 30.2673395 ], [ 120.0466459, 30.2673326 ], [ 120.0465962, 30.2673292 ], [ 120.0465703, 30.2673103 ], [ 120.0465584, 30.2672759 ], [ 120.0465465, 30.2672433 ], [ 120.0465405, 30.2671952 ], [ 120.0465723, 30.2671591 ], [ 120.0466002, 30.2671385 ], [ 120.0465882, 30.2671127 ], [ 120.0465843, 30.2670818 ], [ 120.0466181, 30.2670578 ], [ 120.0466618, 30.2670578 ], [ 120.0466976, 30.2670561 ], [ 120.0467076, 30.2670801 ], [ 120.0467374, 30.2671076 ], [ 120.0467692, 30.2671402 ], [ 120.046809, 30.2671969 ], [ 120.0468349, 30.2672605 ], [ 120.0468726, 30.2673 ], [ 120.0469462, 30.2673172 ], [ 120.0470198, 30.2673189 ], [ 120.0470735, 30.2673172 ], [ 120.047163, 30.2673309 ], [ 120.0472088, 30.2673601 ], [ 120.0472466, 30.2673979 ], [ 120.047288, 30.2674149 ], [ 120.0473557, 30.267319 ], [ 120.0472844, 30.2672828 ], [ 120.0472366, 30.2672588 ], [ 120.0471511, 30.2672485 ], [ 120.0470676, 30.267245 ], [ 120.0470119, 30.2672296 ], [ 120.0469582, 30.2672175 ], [ 120.0469025, 30.2672278 ], [ 120.0468806, 30.2671969 ], [ 120.0469065, 30.2671643 ], [ 120.0469641, 30.2671059 ], [ 120.0470099, 30.2670664 ], [ 120.0470318, 30.2670217 ], [ 120.0470019, 30.2669994 ], [ 120.046982, 30.2670217 ], [ 120.0469522, 30.2670561 ], [ 120.0469184, 30.2670629 ], [ 120.0468866, 30.2670595 ], [ 120.0468726, 30.2670217 ], [ 120.0468786, 30.2669736 ], [ 120.0468945, 30.2669221 ], [ 120.0469164, 30.2668808 ], [ 120.0469502, 30.2668654 ], [ 120.046988, 30.2668723 ], [ 120.046988, 30.2669135 ], [ 120.0470278, 30.2669169 ], [ 120.0470636, 30.2668997 ], [ 120.0470795, 30.2668585 ], [ 120.0470835, 30.2668413 ], [ 120.0471292, 30.2667967 ], [ 120.0470596, 30.2667898 ], [ 120.0470039, 30.2667967 ], [ 120.04698, 30.266752 ], [ 120.0469442, 30.2667314 ], [ 120.0468905, 30.2667194 ], [ 120.0468607, 30.2667434 ], [ 120.0468229, 30.266807 ], [ 120.0467911, 30.2668585 ], [ 120.0467889, 30.2668922 ], [ 120.0467871, 30.2669204 ], [ 120.0467533, 30.2669496 ], [ 120.0467434, 30.2670165 ], [ 120.0467115, 30.2670389 ], [ 120.0466718, 30.267044 ], [ 120.0466161, 30.2670269 ], [ 120.0466141, 30.2669822 ], [ 120.0465942, 30.266953 ], [ 120.0465465, 30.2669564 ], [ 120.0464788, 30.2669684 ], [ 120.0464291, 30.26702 ], [ 120.0464212, 30.267087 ], [ 120.0464212, 30.2671454 ], [ 120.0463515, 30.2672966 ], [ 120.0463038, 30.2673446 ], [ 120.0462581, 30.2673446 ], [ 120.0462143, 30.2673206 ], [ 120.0461745, 30.2673275 ], [ 120.0461387, 30.2673704 ], [ 120.0461109, 30.2674031 ], [ 120.0461069, 30.2674529 ], [ 120.046091, 30.2675164 ], [ 120.0460413, 30.2676006 ], [ 120.0459896, 30.2676023 ], [ 120.0459796, 30.2675662 ], [ 120.0459756, 30.2675353 ], [ 120.0459876, 30.2674769 ], [ 120.0459896, 30.2674254 ], [ 120.0460194, 30.267355 ], [ 120.0459916, 30.2673378 ], [ 120.0459458, 30.267312 ], [ 120.0458623, 30.2673034 ], [ 120.0458503, 30.2673326 ], [ 120.0458006, 30.2673773 ], [ 120.0457768, 30.2673876 ], [ 120.0457688, 30.2673584 ], [ 120.0457469, 30.2672708 ], [ 120.0456952, 30.2672399 ], [ 120.0456455, 30.267221 ], [ 120.0456037, 30.2672107 ], [ 120.04556, 30.2672141 ], [ 120.0454903, 30.2672021 ], [ 120.0454307, 30.2672004 ], [ 120.0454128, 30.267233 ], [ 120.0454068, 30.2673275 ], [ 120.0454128, 30.2674048 ], [ 120.0453991, 30.2674334 ], [ 120.0453854, 30.2674663 ], [ 120.0453777, 30.267501 ], [ 120.0453788, 30.2675222 ], [ 120.0453842, 30.2675504 ], [ 120.0453703, 30.2675869 ], [ 120.0453721, 30.2676048 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0409419, 30.2674725 ], [ 120.0409956, 30.2675092 ], [ 120.0410345, 30.2675444 ], [ 120.0410567, 30.2675747 ], [ 120.0410955, 30.2675907 ], [ 120.0411529, 30.2675987 ], [ 120.0411843, 30.2675843 ], [ 120.0412306, 30.267554 ], [ 120.0412935, 30.2674725 ], [ 120.0413138, 30.2674101 ], [ 120.0413138, 30.2673462 ], [ 120.0412417, 30.2673127 ], [ 120.0411788, 30.2672695 ], [ 120.041127, 30.2672152 ], [ 120.0410752, 30.2671928 ], [ 120.0409826, 30.267204 ], [ 120.0409253, 30.2672168 ], [ 120.0409105, 30.2672184 ], [ 120.0409419, 30.2674725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0423269, 30.2676666 ], [ 120.042335, 30.2676619 ], [ 120.0423684, 30.2676695 ], [ 120.042371, 30.2676966 ], [ 120.0424489, 30.2677006 ], [ 120.0424472, 30.2677208 ], [ 120.0425088, 30.2677283 ], [ 120.0427967, 30.2677471 ], [ 120.0428247, 30.2677472 ], [ 120.0428271, 30.2677272 ], [ 120.0429849, 30.2677416 ], [ 120.0430179, 30.2676019 ], [ 120.0429987, 30.2675974 ], [ 120.0430354, 30.2674508 ], [ 120.043049, 30.2674539 ], [ 120.0430523, 30.2674076 ], [ 120.0430188, 30.2674018 ], [ 120.0430506, 30.2673353 ], [ 120.0428915, 30.2672976 ], [ 120.0428831, 30.2673367 ], [ 120.0428128, 30.267302 ], [ 120.0427407, 30.2672904 ], [ 120.0427206, 30.2672441 ], [ 120.0426543, 30.2671896 ], [ 120.0425422, 30.2671818 ], [ 120.0425453, 30.267148 ], [ 120.0425198, 30.2671462 ], [ 120.0425247, 30.2670933 ], [ 120.0424723, 30.2670896 ], [ 120.0424712, 30.2671017 ], [ 120.0424344, 30.2670992 ], [ 120.042405, 30.2670972 ], [ 120.0423839, 30.2672108 ], [ 120.0423521, 30.2673121 ], [ 120.042337, 30.2674018 ], [ 120.0423085, 30.2674047 ], [ 120.0423001, 30.2675103 ], [ 120.0423269, 30.2675132 ], [ 120.0423219, 30.2675711 ], [ 120.0422901, 30.2675725 ], [ 120.0422817, 30.2676666 ], [ 120.0423269, 30.2676666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0473512, 30.2677308 ], [ 120.0473811, 30.2677566 ], [ 120.0473673, 30.2677825 ], [ 120.0473581, 30.2678063 ], [ 120.0473589, 30.2678234 ], [ 120.0473604, 30.267856 ], [ 120.0473888, 30.2678846 ], [ 120.047416, 30.2678897 ], [ 120.0474634, 30.267901 ], [ 120.0474871, 30.2679061 ], [ 120.0475297, 30.2678856 ], [ 120.047564, 30.2678948 ], [ 120.0475794, 30.267902 ], [ 120.0476137, 30.2679041 ], [ 120.0476552, 30.2678928 ], [ 120.0476836, 30.2678867 ], [ 120.0476907, 30.2678713 ], [ 120.0477207, 30.2678683 ], [ 120.0477377, 30.2678798 ], [ 120.0477302, 30.2679027 ], [ 120.0477245, 30.2679174 ], [ 120.0477245, 30.267937 ], [ 120.0477396, 30.2679697 ], [ 120.0477661, 30.2679779 ], [ 120.0478172, 30.2679811 ], [ 120.047821, 30.2679501 ], [ 120.0480028, 30.2679632 ], [ 120.0480293, 30.2679681 ], [ 120.0480539, 30.2679681 ], [ 120.048105, 30.2679713 ], [ 120.0481296, 30.2679713 ], [ 120.0481504, 30.2679664 ], [ 120.0481637, 30.2679305 ], [ 120.0481712, 30.2678945 ], [ 120.0481712, 30.2678798 ], [ 120.0481656, 30.2678454 ], [ 120.0481694, 30.2678176 ], [ 120.048194, 30.2677849 ], [ 120.0481447, 30.267749 ], [ 120.0481107, 30.2677195 ], [ 120.0481277, 30.2676836 ], [ 120.0481315, 30.267659 ], [ 120.0481599, 30.2676296 ], [ 120.0481694, 30.26761 ], [ 120.0481599, 30.2675838 ], [ 120.0481391, 30.2675675 ], [ 120.0481372, 30.2675266 ], [ 120.0481163, 30.267507 ], [ 120.0480652, 30.2675086 ], [ 120.0480387, 30.2675266 ], [ 120.0479971, 30.267525 ], [ 120.0479573, 30.2675184 ], [ 120.0479516, 30.267543 ], [ 120.047946, 30.2675593 ], [ 120.0478967, 30.2675691 ], [ 120.0478513, 30.2675495 ], [ 120.0478248, 30.2675544 ], [ 120.0478116, 30.2675904 ], [ 120.0477813, 30.2676002 ], [ 120.0477453, 30.2675969 ], [ 120.0477302, 30.2676116 ], [ 120.0477453, 30.2676394 ], [ 120.0477529, 30.2676574 ], [ 120.047732, 30.267677 ], [ 120.0477018, 30.267677 ], [ 120.0476836, 30.267673 ], [ 120.0476552, 30.2676351 ], [ 120.0476729, 30.2675993 ], [ 120.0476836, 30.2675738 ], [ 120.0476824, 30.2675482 ], [ 120.0476433, 30.2675298 ], [ 120.0476246, 30.2675212 ], [ 120.0476102, 30.2675145 ], [ 120.0475952, 30.2675049 ], [ 120.0475782, 30.267494 ], [ 120.0475261, 30.2674695 ], [ 120.0474871, 30.2674654 ], [ 120.0474421, 30.2674695 ], [ 120.047416, 30.2674817 ], [ 120.047403, 30.2675032 ], [ 120.0473994, 30.2675237 ], [ 120.047406, 30.2675423 ], [ 120.0473876, 30.2675809 ], [ 120.0473568, 30.2676065 ], [ 120.047365, 30.2676394 ], [ 120.0473466, 30.2676791 ], [ 120.0473443, 30.267703 ], [ 120.0473512, 30.2677308 ] ], [ [ 120.0476753, 30.267719 ], [ 120.0476812, 30.2677098 ], [ 120.047682, 30.267698 ], [ 120.0477169, 30.267713 ], [ 120.047751, 30.2677212 ], [ 120.0477548, 30.2677473 ], [ 120.0477548, 30.2677849 ], [ 120.0477548, 30.2678095 ], [ 120.0477377, 30.2678405 ], [ 120.0477169, 30.267852 ], [ 120.0476883, 30.2678478 ], [ 120.0476706, 30.26781 ], [ 120.0476741, 30.2677773 ], [ 120.0476647, 30.2677415 ], [ 120.0476753, 30.267719 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0468544, 30.2677979 ], [ 120.0469099, 30.2677934 ], [ 120.0469551, 30.2677934 ], [ 120.0470783, 30.2677979 ], [ 120.0471339, 30.2678174 ], [ 120.0472103, 30.2678279 ], [ 120.0472762, 30.2678204 ], [ 120.0473457, 30.2678249 ], [ 120.0473589, 30.2678234 ], [ 120.0473581, 30.2678063 ], [ 120.0473162, 30.2677889 ], [ 120.0472363, 30.2677994 ], [ 120.0471686, 30.2677844 ], [ 120.0471669, 30.2677544 ], [ 120.0471061, 30.2677305 ], [ 120.0470263, 30.2677185 ], [ 120.046969, 30.267726 ], [ 120.0468787, 30.2677574 ], [ 120.0468318, 30.2677649 ], [ 120.0467988, 30.2677904 ], [ 120.0467815, 30.2678114 ], [ 120.0468544, 30.2677979 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0497449, 30.2679392 ], [ 120.0497996, 30.2679234 ], [ 120.0498883, 30.2679752 ], [ 120.0500004, 30.2680067 ], [ 120.0500604, 30.2679842 ], [ 120.0501386, 30.2678874 ], [ 120.0501647, 30.2678018 ], [ 120.0501907, 30.267759 ], [ 120.0502012, 30.2677343 ], [ 120.0502846, 30.2677658 ], [ 120.050355, 30.2677658 ], [ 120.0503602, 30.2677185 ], [ 120.050342, 30.2676915 ], [ 120.0502246, 30.2676622 ], [ 120.0501568, 30.2676982 ], [ 120.0501073, 30.2676892 ], [ 120.0500604, 30.2676487 ], [ 120.0499926, 30.2676217 ], [ 120.0499196, 30.2676127 ], [ 120.0498752, 30.2676104 ], [ 120.0498257, 30.2676127 ], [ 120.0498309, 30.26766 ], [ 120.0498022, 30.2676802 ], [ 120.0497736, 30.2676892 ], [ 120.0497423, 30.267723 ], [ 120.0497501, 30.2677748 ], [ 120.0497501, 30.2678108 ], [ 120.0497266, 30.2678401 ], [ 120.0496953, 30.2678469 ], [ 120.0496875, 30.2678874 ], [ 120.0497449, 30.2679392 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0515373, 30.2677693 ], [ 120.0516037, 30.2678096 ], [ 120.0516971, 30.2678372 ], [ 120.0518298, 30.2678521 ], [ 120.0519159, 30.2678712 ], [ 120.0520289, 30.2678776 ], [ 120.0521518, 30.2678776 ], [ 120.0521469, 30.267833 ], [ 120.0521813, 30.267799 ], [ 120.0522158, 30.267799 ], [ 120.0522182, 30.2678479 ], [ 120.0522379, 30.2678818 ], [ 120.0523141, 30.2678776 ], [ 120.0524296, 30.2678521 ], [ 120.0525304, 30.2678521 ], [ 120.0526435, 30.2678479 ], [ 120.0528155, 30.2678521 ], [ 120.0528745, 30.2678755 ], [ 120.0528327, 30.2679434 ], [ 120.0528327, 30.2680092 ], [ 120.0528647, 30.2680644 ], [ 120.0529433, 30.2680877 ], [ 120.0529974, 30.2680644 ], [ 120.0529925, 30.2679943 ], [ 120.0529925, 30.2679158 ], [ 120.052963, 30.2678479 ], [ 120.0529827, 30.2677629 ], [ 120.0529507, 30.267729 ], [ 120.0528057, 30.2677184 ], [ 120.0526803, 30.2677311 ], [ 120.0525869, 30.2677757 ], [ 120.052496, 30.2677693 ], [ 120.0523632, 30.2677502 ], [ 120.0522969, 30.2677481 ], [ 120.0522207, 30.2677672 ], [ 120.0521666, 30.2677523 ], [ 120.0520584, 30.2677205 ], [ 120.0519675, 30.2677099 ], [ 120.0518593, 30.2677099 ], [ 120.0517733, 30.2676929 ], [ 120.0516725, 30.2676695 ], [ 120.0515963, 30.2676589 ], [ 120.0515472, 30.2676653 ], [ 120.0515201, 30.2677099 ], [ 120.0515373, 30.2677693 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0429007, 30.268145 ], [ 120.0429159, 30.2680208 ], [ 120.0429499, 30.2680239 ], [ 120.0429571, 30.2679649 ], [ 120.042995, 30.2679683 ], [ 120.042999, 30.267936 ], [ 120.0428999, 30.267927 ], [ 120.0429166, 30.26779 ], [ 120.0429783, 30.2677956 ], [ 120.0429849, 30.2677416 ], [ 120.0428271, 30.2677272 ], [ 120.0428247, 30.2677472 ], [ 120.0428196, 30.2677734 ], [ 120.0428739, 30.2677796 ], [ 120.0428541, 30.2679421 ], [ 120.0428031, 30.2679374 ], [ 120.0427792, 30.268134 ], [ 120.0429007, 30.268145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0521764, 30.2680774 ], [ 120.0522002, 30.2681527 ], [ 120.0523231, 30.268163 ], [ 120.0524736, 30.268163 ], [ 120.052644, 30.268163 ], [ 120.052759, 30.2681356 ], [ 120.0527709, 30.2680603 ], [ 120.0527748, 30.2679439 ], [ 120.0527035, 30.2679028 ], [ 120.0525688, 30.2679028 ], [ 120.0524618, 30.2679028 ], [ 120.0523468, 30.2679199 ], [ 120.0522319, 30.2679199 ], [ 120.0521764, 30.2679987 ], [ 120.0521764, 30.2680774 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0505398, 30.2679234 ], [ 120.0505596, 30.2680295 ], [ 120.0505437, 30.2681013 ], [ 120.0505556, 30.268204 ], [ 120.050615, 30.2682622 ], [ 120.0507022, 30.2682656 ], [ 120.0508092, 30.2682827 ], [ 120.0508568, 30.2683136 ], [ 120.0508489, 30.2683752 ], [ 120.0508053, 30.2684231 ], [ 120.0507498, 30.2684915 ], [ 120.0507458, 30.2685531 ], [ 120.0507656, 30.2686045 ], [ 120.0508251, 30.2686079 ], [ 120.0509043, 30.2685942 ], [ 120.0509202, 30.2685189 ], [ 120.0509479, 30.2684231 ], [ 120.0509955, 30.2683512 ], [ 120.0510351, 30.2683478 ], [ 120.0510747, 30.2683923 ], [ 120.051154, 30.2683854 ], [ 120.0512808, 30.2683854 ], [ 120.0513482, 30.2683615 ], [ 120.051368, 30.2682554 ], [ 120.0513878, 30.2681116 ], [ 120.0513878, 30.2680397 ], [ 120.051372, 30.2679371 ], [ 120.0513204, 30.2678481 ], [ 120.0512055, 30.2678481 ], [ 120.0510866, 30.267831 ], [ 120.0509876, 30.2677591 ], [ 120.0508726, 30.2677077 ], [ 120.0507537, 30.2677043 ], [ 120.0506626, 30.2676838 ], [ 120.0505635, 30.2677659 ], [ 120.0505239, 30.267831 ], [ 120.0505398, 30.2679234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0644226, 30.2678745 ], [ 120.0645534, 30.2677714 ], [ 120.0645761, 30.2677125 ], [ 120.0646159, 30.267629 ], [ 120.0646557, 30.2675504 ], [ 120.0647069, 30.2674424 ], [ 120.0647012, 30.2673688 ], [ 120.0647296, 30.2673049 ], [ 120.0647978, 30.2672853 ], [ 120.0648717, 30.2673147 ], [ 120.0648831, 30.267408 ], [ 120.065048, 30.267354 ], [ 120.0650537, 30.2672706 ], [ 120.065048, 30.2671822 ], [ 120.0649854, 30.2671625 ], [ 120.0648661, 30.2671723 ], [ 120.0647978, 30.2671331 ], [ 120.0647523, 30.2671674 ], [ 120.0646727, 30.2672215 ], [ 120.0645988, 30.267246 ], [ 120.0646102, 30.2673 ], [ 120.0646159, 30.2674031 ], [ 120.0646159, 30.2674719 ], [ 120.064559, 30.2675652 ], [ 120.0645022, 30.2676585 ], [ 120.0644283, 30.2677076 ], [ 120.0643657, 30.2677321 ], [ 120.0643544, 30.2677812 ], [ 120.064343, 30.2678598 ], [ 120.0644226, 30.2678745 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0691236, 30.2678385 ], [ 120.0691301, 30.267933 ], [ 120.0693039, 30.2678663 ], [ 120.0693425, 30.2677662 ], [ 120.0693747, 30.2676772 ], [ 120.0693876, 30.2675605 ], [ 120.0694391, 30.2674659 ], [ 120.0694777, 30.2673603 ], [ 120.0693683, 30.2673325 ], [ 120.0692975, 30.2673658 ], [ 120.0692202, 30.2674659 ], [ 120.0691816, 30.2675771 ], [ 120.0691558, 30.2676605 ], [ 120.0691108, 30.2677439 ], [ 120.0691236, 30.2678385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0697159, 30.2679052 ], [ 120.0697803, 30.2679386 ], [ 120.0698318, 30.2678607 ], [ 120.0698833, 30.267705 ], [ 120.0699477, 30.2675883 ], [ 120.0700572, 30.2674159 ], [ 120.0700765, 30.2673603 ], [ 120.0699928, 30.2673269 ], [ 120.0699026, 30.267338 ], [ 120.0698447, 30.2673992 ], [ 120.0698383, 30.2674882 ], [ 120.0698061, 30.2676216 ], [ 120.069761, 30.2677384 ], [ 120.0697095, 30.267844 ], [ 120.0697159, 30.2679052 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0714764, 30.2677883 ], [ 120.0716885, 30.2678422 ], [ 120.071807, 30.2678207 ], [ 120.0719193, 30.2676536 ], [ 120.071938, 30.2675944 ], [ 120.0719131, 30.2675297 ], [ 120.0718008, 30.2674974 ], [ 120.0716573, 30.2674812 ], [ 120.0715575, 30.267492 ], [ 120.0714826, 30.2676159 ], [ 120.0714265, 30.2677237 ], [ 120.0714764, 30.2677883 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0672952, 30.2683389 ], [ 120.067424, 30.2681221 ], [ 120.0674884, 30.2679052 ], [ 120.0675335, 30.2677495 ], [ 120.0675978, 30.2676161 ], [ 120.0676815, 30.2675549 ], [ 120.0677845, 30.2675771 ], [ 120.0677974, 30.2676439 ], [ 120.067894, 30.2676828 ], [ 120.0681258, 30.2677273 ], [ 120.0682803, 30.2677606 ], [ 120.0683961, 30.2677328 ], [ 120.068467, 30.267655 ], [ 120.0685635, 30.2675827 ], [ 120.0687438, 30.2675493 ], [ 120.0688339, 30.2674548 ], [ 120.0688211, 30.2673047 ], [ 120.0687824, 30.2671935 ], [ 120.0686794, 30.2671379 ], [ 120.0684863, 30.2671101 ], [ 120.0682674, 30.2670322 ], [ 120.0680871, 30.2670044 ], [ 120.0681193, 30.2670656 ], [ 120.0681386, 30.2671601 ], [ 120.0680421, 30.2673658 ], [ 120.067997, 30.2674715 ], [ 120.0679004, 30.267516 ], [ 120.0678425, 30.2674993 ], [ 120.0677523, 30.2674326 ], [ 120.0676429, 30.2674548 ], [ 120.0675335, 30.2675382 ], [ 120.0675206, 30.2676383 ], [ 120.0674562, 30.2677773 ], [ 120.0674176, 30.2678941 ], [ 120.0673274, 30.2681554 ], [ 120.0672566, 30.2682944 ], [ 120.0672952, 30.2683389 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0705718, 30.2678368 ], [ 120.0706779, 30.2678745 ], [ 120.0708214, 30.2679015 ], [ 120.0708775, 30.2678476 ], [ 120.0708962, 30.2677829 ], [ 120.0709399, 30.2676375 ], [ 120.0709586, 30.2675674 ], [ 120.0709025, 30.2675135 ], [ 120.0708089, 30.2674812 ], [ 120.0707091, 30.2674758 ], [ 120.0706467, 30.2675674 ], [ 120.0705843, 30.2676913 ], [ 120.0705593, 30.2677614 ], [ 120.0705718, 30.2678368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0647921, 30.267737 ], [ 120.0648774, 30.2677861 ], [ 120.0650366, 30.2678451 ], [ 120.0651048, 30.2678942 ], [ 120.0654062, 30.2678893 ], [ 120.0654175, 30.2678303 ], [ 120.065463, 30.2677321 ], [ 120.0655085, 30.2676094 ], [ 120.0655085, 30.2675308 ], [ 120.0654118, 30.2675161 ], [ 120.0653038, 30.2675603 ], [ 120.0651844, 30.267575 ], [ 120.0650707, 30.2675308 ], [ 120.06494, 30.2675063 ], [ 120.0648717, 30.267521 ], [ 120.0648206, 30.267575 ], [ 120.0647921, 30.2676634 ], [ 120.0647921, 30.267737 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0704159, 30.2680685 ], [ 120.0705656, 30.268117 ], [ 120.0707091, 30.2681547 ], [ 120.0708026, 30.2681332 ], [ 120.0709399, 30.2681493 ], [ 120.070996, 30.2680954 ], [ 120.0710272, 30.2679931 ], [ 120.0710896, 30.2678314 ], [ 120.0711395, 30.2676267 ], [ 120.0710584, 30.2676213 ], [ 120.071021, 30.2677075 ], [ 120.0709836, 30.2678207 ], [ 120.0709274, 30.2679554 ], [ 120.0708837, 30.2680577 ], [ 120.0708089, 30.2680577 ], [ 120.0707964, 30.2679931 ], [ 120.0707215, 30.2679715 ], [ 120.0705593, 30.2679338 ], [ 120.0704658, 30.2679392 ], [ 120.0704096, 30.2679823 ], [ 120.0704159, 30.2680685 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0700416, 30.2681008 ], [ 120.0700915, 30.2681763 ], [ 120.070185, 30.2681655 ], [ 120.0702162, 30.2680308 ], [ 120.0702537, 30.267923 ], [ 120.0702786, 30.2678099 ], [ 120.0703036, 30.2676913 ], [ 120.0702724, 30.267659 ], [ 120.0701788, 30.2676644 ], [ 120.0701102, 30.2677183 ], [ 120.0700727, 30.2678314 ], [ 120.0700416, 30.26802 ], [ 120.0700416, 30.2681008 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0661623, 30.2682035 ], [ 120.066276, 30.2682477 ], [ 120.0664352, 30.2682182 ], [ 120.0664921, 30.2681593 ], [ 120.0665034, 30.2681102 ], [ 120.0665205, 30.2680611 ], [ 120.0665091, 30.2679826 ], [ 120.0665375, 30.2679285 ], [ 120.0666171, 30.2678696 ], [ 120.0666513, 30.2678156 ], [ 120.0666171, 30.2677616 ], [ 120.0665262, 30.2677125 ], [ 120.0664352, 30.2676634 ], [ 120.0663499, 30.2676732 ], [ 120.0662646, 30.2677321 ], [ 120.0662476, 30.2677861 ], [ 120.066259, 30.2678696 ], [ 120.0662305, 30.267958 ], [ 120.0661907, 30.2680267 ], [ 120.0661225, 30.2680808 ], [ 120.0661055, 30.2681495 ], [ 120.0661623, 30.2682035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.056437, 30.2675152 ], [ 120.0564648, 30.2675552 ], [ 120.0565343, 30.2675552 ], [ 120.0565528, 30.2674872 ], [ 120.0565343, 30.2673712 ], [ 120.0565019, 30.2673272 ], [ 120.0564648, 30.2673512 ], [ 120.0564324, 30.2674272 ], [ 120.056437, 30.2675152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0522388, 30.2673888 ], [ 120.0522463, 30.2674063 ], [ 120.0522601, 30.2674026 ], [ 120.0522814, 30.267398 ], [ 120.0522931, 30.2674072 ], [ 120.0522995, 30.2674421 ], [ 120.0523016, 30.2674623 ], [ 120.0522889, 30.2674789 ], [ 120.0523027, 30.267489 ], [ 120.0522963, 30.2675147 ], [ 120.0522825, 30.2675432 ], [ 120.0522899, 30.2675726 ], [ 120.0523091, 30.2675864 ], [ 120.0523559, 30.2676222 ], [ 120.05231, 30.2675355 ], [ 120.0523594, 30.2675127 ], [ 120.0523281, 30.2674672 ], [ 120.052417, 30.2674174 ], [ 120.0525142, 30.2675597 ], [ 120.0524565, 30.2675909 ], [ 120.0524466, 30.267581 ], [ 120.0523676, 30.2676208 ], [ 120.0523682, 30.2676377 ], [ 120.0524099, 30.2676313 ], [ 120.0524394, 30.2676165 ], [ 120.0524616, 30.2676356 ], [ 120.052496, 30.2676462 ], [ 120.0525378, 30.2676377 ], [ 120.0525722, 30.2676271 ], [ 120.0526066, 30.2676207 ], [ 120.0526385, 30.2676101 ], [ 120.0526582, 30.2676377 ], [ 120.0526582, 30.2676674 ], [ 120.0526877, 30.267678 ], [ 120.0527197, 30.2676759 ], [ 120.0527786, 30.2676674 ], [ 120.0528081, 30.2676462 ], [ 120.0527991, 30.2676279 ], [ 120.0526887, 30.2676564 ], [ 120.0526541, 30.2675597 ], [ 120.0527678, 30.2675298 ], [ 120.0527767, 30.2675577 ], [ 120.0528081, 30.2675443 ], [ 120.0528032, 30.2675167 ], [ 120.0527934, 30.2674997 ], [ 120.0527762, 30.2674636 ], [ 120.0527664, 30.2674148 ], [ 120.0528131, 30.2673999 ], [ 120.0528303, 30.2673659 ], [ 120.0528303, 30.2673299 ], [ 120.0528081, 30.2673001 ], [ 120.0527746, 30.2672862 ], [ 120.0527565, 30.2673594 ], [ 120.0526486, 30.2673395 ], [ 120.0526708, 30.2672499 ], [ 120.0526385, 30.2672428 ], [ 120.0525918, 30.2672428 ], [ 120.0525304, 30.2672513 ], [ 120.0524468, 30.2672513 ], [ 120.0523829, 30.2672237 ], [ 120.0523559, 30.2672216 ], [ 120.0523215, 30.2672556 ], [ 120.0523038, 30.2672638 ], [ 120.0523059, 30.2672767 ], [ 120.0522857, 30.2673088 ], [ 120.0522708, 30.2673346 ], [ 120.0522569, 30.2673373 ], [ 120.0522388, 30.2673456 ], [ 120.0522388, 30.2673888 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0555061, 30.2679312 ], [ 120.0555571, 30.2680032 ], [ 120.0556729, 30.2680152 ], [ 120.0557284, 30.2679952 ], [ 120.0557516, 30.2679472 ], [ 120.0557609, 30.2676832 ], [ 120.055784, 30.2676072 ], [ 120.0557979, 30.2675352 ], [ 120.0557933, 30.2673752 ], [ 120.0557886, 30.2672792 ], [ 120.0558072, 30.2672032 ], [ 120.0557886, 30.2670992 ], [ 120.0557562, 30.2670232 ], [ 120.0557053, 30.2670192 ], [ 120.0555802, 30.2670232 ], [ 120.0555663, 30.2670752 ], [ 120.0556127, 30.2671792 ], [ 120.0556173, 30.2672752 ], [ 120.0555571, 30.2673912 ], [ 120.0555247, 30.2675232 ], [ 120.0555061, 30.2676632 ], [ 120.0555061, 30.2679312 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0627111, 30.2677385 ], [ 120.0627801, 30.2676703 ], [ 120.0628097, 30.2675639 ], [ 120.0628589, 30.2674277 ], [ 120.0628787, 30.2673426 ], [ 120.0628442, 30.2673 ], [ 120.0627752, 30.2673256 ], [ 120.0627407, 30.2673681 ], [ 120.0627357, 30.267466 ], [ 120.0626865, 30.2676108 ], [ 120.0626569, 30.2677044 ], [ 120.0627111, 30.2677385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0629969, 30.2677512 ], [ 120.0631201, 30.267798 ], [ 120.0632335, 30.2678406 ], [ 120.0633518, 30.2678066 ], [ 120.0633912, 30.2677427 ], [ 120.063406, 30.2676108 ], [ 120.0634503, 30.2674788 ], [ 120.0634503, 30.2673852 ], [ 120.0634109, 30.2673426 ], [ 120.0633222, 30.2673085 ], [ 120.0632532, 30.267283 ], [ 120.0631546, 30.2672447 ], [ 120.0630955, 30.2673298 ], [ 120.0630561, 30.2674745 ], [ 120.0630167, 30.2676065 ], [ 120.0629772, 30.2676831 ], [ 120.0629969, 30.2677512 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0568816, 30.2676632 ], [ 120.0569094, 30.2677352 ], [ 120.0569511, 30.2677832 ], [ 120.057104, 30.2677592 ], [ 120.0571317, 30.2677112 ], [ 120.0571317, 30.2676352 ], [ 120.0571132, 30.2675552 ], [ 120.0570715, 30.2675032 ], [ 120.0569974, 30.2674952 ], [ 120.0568955, 30.2675232 ], [ 120.0568585, 30.2675592 ], [ 120.0568539, 30.2676112 ], [ 120.0568816, 30.2676632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0578834, 30.2675956 ], [ 120.0580117, 30.2675915 ], [ 120.0581447, 30.2675669 ], [ 120.0583491, 30.2675546 ], [ 120.0584251, 30.267571 ], [ 120.0585011, 30.2676038 ], [ 120.0585059, 30.2676818 ], [ 120.0586199, 30.2676654 ], [ 120.0587577, 30.2676449 ], [ 120.0587672, 30.2676818 ], [ 120.058734, 30.2677187 ], [ 120.0586199, 30.2677434 ], [ 120.0585011, 30.2677557 ], [ 120.0584346, 30.2677803 ], [ 120.0583538, 30.2677803 ], [ 120.0583206, 30.2676859 ], [ 120.0582873, 30.2676449 ], [ 120.0582018, 30.2676449 ], [ 120.0581115, 30.2676531 ], [ 120.0579737, 30.2676777 ], [ 120.0578644, 30.2677105 ], [ 120.0578454, 30.2677598 ], [ 120.0578406, 30.267846 ], [ 120.0578786, 30.2678952 ], [ 120.0579737, 30.2678993 ], [ 120.0581352, 30.2678706 ], [ 120.0582826, 30.2678501 ], [ 120.0584346, 30.2678255 ], [ 120.0584869, 30.2678255 ], [ 120.0585059, 30.2678829 ], [ 120.0584821, 30.2679281 ], [ 120.0585201, 30.2680635 ], [ 120.0585487, 30.2681538 ], [ 120.0586057, 30.2681866 ], [ 120.058677, 30.2681661 ], [ 120.0586627, 30.2680881 ], [ 120.0586437, 30.2680224 ], [ 120.0586579, 30.2679363 ], [ 120.0587197, 30.2678952 ], [ 120.0588433, 30.2678911 ], [ 120.0589288, 30.2678706 ], [ 120.0589621, 30.2677926 ], [ 120.0589383, 30.267727 ], [ 120.058867, 30.2677023 ], [ 120.0588528, 30.2676449 ], [ 120.0588908, 30.2675792 ], [ 120.0589621, 30.267571 ], [ 120.0589573, 30.2675135 ], [ 120.0589336, 30.2674274 ], [ 120.0588908, 30.2674027 ], [ 120.05881, 30.267415 ], [ 120.0587102, 30.2674479 ], [ 120.0584869, 30.2674561 ], [ 120.0583681, 30.2674274 ], [ 120.0582303, 30.267415 ], [ 120.0581495, 30.2674274 ], [ 120.0579642, 30.2674602 ], [ 120.0578406, 30.267493 ], [ 120.0578121, 30.2675505 ], [ 120.0578834, 30.2675956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0532115, 30.2678061 ], [ 120.0532149, 30.2678287 ], [ 120.05329, 30.2678207 ], [ 120.0533574, 30.2678241 ], [ 120.0534129, 30.2678104 ], [ 120.0534604, 30.2678173 ], [ 120.0535278, 30.2678857 ], [ 120.0535516, 30.2679302 ], [ 120.0536031, 30.2679816 ], [ 120.053714, 30.2680089 ], [ 120.0538805, 30.2680363 ], [ 120.0539677, 30.2680671 ], [ 120.054039, 30.26805 ], [ 120.0540271, 30.2679713 ], [ 120.0539677, 30.2678789 ], [ 120.0538963, 30.2678857 ], [ 120.0537933, 30.2678857 ], [ 120.0537537, 30.2678481 ], [ 120.0537338, 30.267807 ], [ 120.0536546, 30.2677899 ], [ 120.0536744, 30.2677351 ], [ 120.0536406, 30.2677446 ], [ 120.0535422, 30.2677202 ], [ 120.0535393, 30.2677735 ], [ 120.0533746, 30.2677667 ], [ 120.0533713, 30.2677979 ], [ 120.0532098, 30.2677951 ], [ 120.0532115, 30.2678061 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0637017, 30.2680024 ], [ 120.0636968, 30.268079 ], [ 120.0637904, 30.2681215 ], [ 120.0638643, 30.2680534 ], [ 120.0639383, 30.2680577 ], [ 120.0640073, 30.2680322 ], [ 120.0640664, 30.2679598 ], [ 120.0641058, 30.2678534 ], [ 120.0640812, 30.2678023 ], [ 120.0639481, 30.2677768 ], [ 120.0638495, 30.2677682 ], [ 120.0637953, 30.2678193 ], [ 120.0637608, 30.2678832 ], [ 120.0636968, 30.2679257 ], [ 120.0637017, 30.2680024 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0559276, 30.2679032 ], [ 120.0559785, 30.2679552 ], [ 120.0560758, 30.2679872 ], [ 120.0561128, 30.2680352 ], [ 120.0561314, 30.2681392 ], [ 120.0561499, 30.2682272 ], [ 120.0561638, 30.2682912 ], [ 120.0562194, 30.2683312 ], [ 120.0563027, 30.2683432 ], [ 120.0563581, 30.2683612 ], [ 120.0563907, 30.2683958 ], [ 120.0564564, 30.2684109 ], [ 120.0564961, 30.2684291 ], [ 120.0565415, 30.2684238 ], [ 120.0565919, 30.2683804 ], [ 120.0565614, 30.268366 ], [ 120.0565343, 30.2683532 ], [ 120.0564892, 30.2683295 ], [ 120.0564081, 30.2682949 ], [ 120.0562657, 30.2680712 ], [ 120.0562333, 30.2679952 ], [ 120.0561592, 30.2679672 ], [ 120.0561082, 30.2679192 ], [ 120.0560851, 30.2678352 ], [ 120.0560943, 30.2677192 ], [ 120.0560989, 30.2675912 ], [ 120.0560341, 30.2675552 ], [ 120.0559693, 30.2675472 ], [ 120.0559646, 30.2675952 ], [ 120.0559646, 30.2676792 ], [ 120.0559276, 30.2678392 ], [ 120.0559276, 30.2679032 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0625386, 30.2681854 ], [ 120.062647, 30.2679726 ], [ 120.062716, 30.2678874 ], [ 120.0626963, 30.2678236 ], [ 120.0626027, 30.2678321 ], [ 120.062583, 30.2678789 ], [ 120.0625287, 30.2679853 ], [ 120.0624942, 30.2680917 ], [ 120.0624844, 30.2681513 ], [ 120.0625386, 30.2681854 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0531077, 30.2680637 ], [ 120.0531672, 30.2680877 ], [ 120.0532821, 30.2680877 ], [ 120.0534049, 30.2680877 ], [ 120.0534406, 30.2680671 ], [ 120.0534366, 30.2679918 ], [ 120.0533772, 30.267961 ], [ 120.0532028, 30.2679268 ], [ 120.0531196, 30.2679234 ], [ 120.0530998, 30.267961 ], [ 120.0530958, 30.2680329 ], [ 120.0531077, 30.2680637 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0564463, 30.2679752 ], [ 120.0564695, 30.2680672 ], [ 120.0564701, 30.2681462 ], [ 120.0565219, 30.2682339 ], [ 120.0565806, 30.2682672 ], [ 120.0566037, 30.2683242 ], [ 120.0565614, 30.268366 ], [ 120.0565919, 30.2683804 ], [ 120.0566124, 30.2683932 ], [ 120.0567079, 30.2684131 ], [ 120.0568256, 30.2684219 ], [ 120.0568944, 30.2683909 ], [ 120.0569019, 30.2683382 ], [ 120.0568816, 30.2682912 ], [ 120.0568585, 30.2682472 ], [ 120.0568261, 30.2681512 ], [ 120.0567751, 30.2680592 ], [ 120.0567427, 30.2679752 ], [ 120.056701, 30.2679632 ], [ 120.0566918, 30.2678872 ], [ 120.0567427, 30.2678232 ], [ 120.0567473, 30.2677752 ], [ 120.0567196, 30.2677032 ], [ 120.0566454, 30.2676912 ], [ 120.056576, 30.2676912 ], [ 120.0565065, 30.2677072 ], [ 120.0564648, 30.2677312 ], [ 120.0564509, 30.2677952 ], [ 120.0564417, 30.2678712 ], [ 120.0564463, 30.2679752 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.054251, 30.2684592 ], [ 120.0542881, 30.2684712 ], [ 120.0543205, 30.2685072 ], [ 120.0544039, 30.2685152 ], [ 120.0545567, 30.2685392 ], [ 120.0546264, 30.2684737 ], [ 120.0546311, 30.2683876 ], [ 120.0545657, 30.2682818 ], [ 120.0544973, 30.268237 ], [ 120.0544979, 30.2681707 ], [ 120.0545944, 30.2680239 ], [ 120.0547103, 30.267966 ], [ 120.0548054, 30.2679735 ], [ 120.0547968, 30.2680984 ], [ 120.0548346, 30.2681352 ], [ 120.0548902, 30.2681072 ], [ 120.0549226, 30.2680632 ], [ 120.0549782, 30.2680712 ], [ 120.0550615, 30.2680952 ], [ 120.0551356, 30.2681192 ], [ 120.0552005, 30.2681072 ], [ 120.055219, 30.2680352 ], [ 120.0551958, 30.2679272 ], [ 120.0551541, 30.2677952 ], [ 120.0551078, 30.2677432 ], [ 120.0549967, 30.2677432 ], [ 120.0548994, 30.2677472 ], [ 120.0548299, 30.2677912 ], [ 120.0548022, 30.2678632 ], [ 120.0547605, 30.2678552 ], [ 120.0547234, 30.2677632 ], [ 120.0546864, 30.2677392 ], [ 120.0547125, 30.2677063 ], [ 120.0546918, 30.2676711 ], [ 120.0546501, 30.2676493 ], [ 120.0545891, 30.2677192 ], [ 120.0544933, 30.2676775 ], [ 120.0544555, 30.2677109 ], [ 120.0544055, 30.2677467 ], [ 120.0543761, 30.2678392 ], [ 120.0543807, 30.2679392 ], [ 120.0544131, 30.2680272 ], [ 120.0543992, 30.2681352 ], [ 120.0543298, 30.2682032 ], [ 120.0542973, 30.2682512 ], [ 120.0542927, 30.2683112 ], [ 120.0542742, 30.2683592 ], [ 120.0542418, 30.2683832 ], [ 120.054251, 30.2684592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0589906, 30.2681661 ], [ 120.0590476, 30.2681907 ], [ 120.0590333, 30.2682687 ], [ 120.0590523, 30.268322 ], [ 120.0591284, 30.2683302 ], [ 120.0591521, 30.2682974 ], [ 120.0591474, 30.2682071 ], [ 120.0591379, 30.2680922 ], [ 120.0591189, 30.2679239 ], [ 120.0590999, 30.2678583 ], [ 120.0590143, 30.2678747 ], [ 120.0589716, 30.2679404 ], [ 120.0589668, 30.2680142 ], [ 120.0589668, 30.2680922 ], [ 120.0589336, 30.2681456 ], [ 120.0589906, 30.2681661 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.058064, 30.2681168 ], [ 120.0581115, 30.2682482 ], [ 120.058159, 30.2683015 ], [ 120.0583158, 30.2682728 ], [ 120.0583586, 30.2682564 ], [ 120.0584061, 30.2682112 ], [ 120.0584013, 30.2681456 ], [ 120.0583823, 30.2680922 ], [ 120.0583681, 30.2679609 ], [ 120.0582921, 30.2679404 ], [ 120.0581733, 30.2679486 ], [ 120.058083, 30.2679814 ], [ 120.0580592, 30.2680224 ], [ 120.058064, 30.2681168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0569326, 30.2680432 ], [ 120.0569604, 30.2680872 ], [ 120.0569974, 30.2681352 ], [ 120.0570021, 30.2681712 ], [ 120.0569789, 30.2682152 ], [ 120.0569928, 30.2682952 ], [ 120.057016, 30.2683672 ], [ 120.0570901, 30.2684152 ], [ 120.0572568, 30.2683872 ], [ 120.0572753, 30.2682952 ], [ 120.0573283, 30.2683356 ], [ 120.05739, 30.2683628 ], [ 120.0574681, 30.2683385 ], [ 120.0573916, 30.2682935 ], [ 120.057326, 30.2682251 ], [ 120.0572679, 30.2681874 ], [ 120.0572429, 30.2681712 ], [ 120.0571503, 30.2681552 ], [ 120.057104, 30.2681272 ], [ 120.0571364, 30.2680712 ], [ 120.0572058, 30.2680512 ], [ 120.0572846, 30.2680512 ], [ 120.057405, 30.2680592 ], [ 120.0574745, 30.2680392 ], [ 120.0575293, 30.268005 ], [ 120.0575352, 30.267938 ], [ 120.0574816, 30.2678947 ], [ 120.057363, 30.2678576 ], [ 120.0572058, 30.2679192 ], [ 120.0570592, 30.2678754 ], [ 120.0569774, 30.2678819 ], [ 120.0569336, 30.2679258 ], [ 120.0569233, 30.2679832 ], [ 120.0569326, 30.2680432 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0627998, 30.2684152 ], [ 120.0628491, 30.2683386 ], [ 120.0628688, 30.2682365 ], [ 120.062923, 30.2681301 ], [ 120.0629723, 30.2680364 ], [ 120.0629871, 30.267947 ], [ 120.0629674, 30.2679045 ], [ 120.0628787, 30.2678832 ], [ 120.0628195, 30.2679172 ], [ 120.0628047, 30.2679853 ], [ 120.0628195, 30.2680364 ], [ 120.0628491, 30.2680875 ], [ 120.0628392, 30.2681598 ], [ 120.0628047, 30.2682322 ], [ 120.0627407, 30.2683258 ], [ 120.0627308, 30.268394 ], [ 120.0627998, 30.2684152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0631941, 30.2683642 ], [ 120.0633764, 30.2684365 ], [ 120.0634405, 30.268394 ], [ 120.0635538, 30.268079 ], [ 120.0635489, 30.2680322 ], [ 120.0635046, 30.2679938 ], [ 120.0633567, 30.2679555 ], [ 120.0632926, 30.2679598 ], [ 120.0632483, 30.2680109 ], [ 120.0631842, 30.2682365 ], [ 120.0631744, 30.2683216 ], [ 120.0631941, 30.2683642 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0534881, 30.2682006 ], [ 120.0535159, 30.2682622 ], [ 120.0535674, 30.2682862 ], [ 120.0536348, 30.2682896 ], [ 120.053718, 30.2682793 ], [ 120.053821, 30.2682656 ], [ 120.053928, 30.2682656 ], [ 120.0539795, 30.2683136 ], [ 120.0539301, 30.2683675 ], [ 120.0539756, 30.2683923 ], [ 120.0540152, 30.2683615 ], [ 120.0540231, 30.2682964 ], [ 120.0540152, 30.2682451 ], [ 120.0539875, 30.2681801 ], [ 120.0538805, 30.2681356 ], [ 120.0537299, 30.2681185 ], [ 120.0535159, 30.2681048 ], [ 120.0534881, 30.2681424 ], [ 120.0534881, 30.2682006 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0718008, 30.2683217 ], [ 120.0719069, 30.2683918 ], [ 120.0720316, 30.2684079 ], [ 120.0720878, 30.2683487 ], [ 120.0723311, 30.2677829 ], [ 120.0723373, 30.2676967 ], [ 120.0722063, 30.2676429 ], [ 120.0720753, 30.2676213 ], [ 120.0720129, 30.2676536 ], [ 120.0719256, 30.2678099 ], [ 120.0717883, 30.2681385 ], [ 120.0717696, 30.2682517 ], [ 120.0718008, 30.2683217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.071177, 30.2681655 ], [ 120.0712768, 30.268214 ], [ 120.0713267, 30.2682732 ], [ 120.0715949, 30.2682679 ], [ 120.0716386, 30.2682301 ], [ 120.0716885, 30.2681439 ], [ 120.0716947, 30.2680146 ], [ 120.0716199, 30.2679446 ], [ 120.0714577, 30.2679176 ], [ 120.0713454, 30.26795 ], [ 120.071308, 30.2680092 ], [ 120.0712955, 30.2681439 ], [ 120.0712206, 30.2681278 ], [ 120.0712269, 30.2679284 ], [ 120.0711645, 30.2679338 ], [ 120.0711333, 30.2679661 ], [ 120.0711146, 30.2680416 ], [ 120.0711083, 30.2681385 ], [ 120.071177, 30.2681655 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0727141, 30.268168 ], [ 120.0727696, 30.2682273 ], [ 120.0728277, 30.2682707 ], [ 120.072899, 30.2682912 ], [ 120.0730074, 30.2682387 ], [ 120.0730285, 30.2681451 ], [ 120.0730444, 30.2680402 ], [ 120.0729836, 30.267974 ], [ 120.0728647, 30.2679169 ], [ 120.0727775, 30.267901 ], [ 120.0727061, 30.2679489 ], [ 120.0727088, 30.2680151 ], [ 120.0727009, 30.2680995 ], [ 120.0727141, 30.268168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0644624, 30.2683214 ], [ 120.0645136, 30.2683557 ], [ 120.0646727, 30.2683852 ], [ 120.0648547, 30.2683508 ], [ 120.0648888, 30.2683066 ], [ 120.06494, 30.2681937 ], [ 120.0649798, 30.2681053 ], [ 120.0650309, 30.268012 ], [ 120.0650252, 30.2679433 ], [ 120.0649911, 30.267904 ], [ 120.0648717, 30.2678794 ], [ 120.064741, 30.2678451 ], [ 120.06465, 30.2678549 ], [ 120.0645988, 30.2679187 ], [ 120.0645704, 30.2680218 ], [ 120.0645306, 30.26812 ], [ 120.0644908, 30.268179 ], [ 120.064451, 30.2682526 ], [ 120.0644624, 30.2683214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.067894, 30.2684501 ], [ 120.0680163, 30.2685002 ], [ 120.0681129, 30.2684946 ], [ 120.0681708, 30.2683723 ], [ 120.0681901, 30.2682777 ], [ 120.0681708, 30.2681999 ], [ 120.0681, 30.2681499 ], [ 120.0680227, 30.2680943 ], [ 120.0679841, 30.2680164 ], [ 120.0679519, 30.2678996 ], [ 120.067894, 30.2678663 ], [ 120.0678103, 30.2678663 ], [ 120.0677781, 30.2679274 ], [ 120.0676622, 30.2682444 ], [ 120.0676558, 30.2684001 ], [ 120.067894, 30.2684501 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0694198, 30.268211 ], [ 120.0694649, 30.2682833 ], [ 120.0694649, 30.26835 ], [ 120.0694971, 30.2683889 ], [ 120.0696516, 30.2684334 ], [ 120.0697159, 30.2683333 ], [ 120.0696838, 30.2682666 ], [ 120.0696258, 30.2682333 ], [ 120.0695035, 30.2682277 ], [ 120.0694455, 30.2681332 ], [ 120.0694005, 30.2680664 ], [ 120.0693876, 30.2681332 ], [ 120.0694198, 30.268211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0651844, 30.2687829 ], [ 120.0651617, 30.268886 ], [ 120.0651901, 30.2689695 ], [ 120.0652697, 30.2689057 ], [ 120.0653266, 30.2687142 ], [ 120.0654289, 30.2684441 ], [ 120.0654496, 30.2683828 ], [ 120.0654687, 30.2683263 ], [ 120.0655256, 30.2681593 ], [ 120.0655653, 30.2680415 ], [ 120.0656108, 30.2679826 ], [ 120.0656165, 30.2678647 ], [ 120.0656449, 30.267737 ], [ 120.0657245, 30.2676585 ], [ 120.0657075, 30.2675897 ], [ 120.0656791, 30.2675308 ], [ 120.0655995, 30.2675554 ], [ 120.0655597, 30.2676585 ], [ 120.065554, 30.2677911 ], [ 120.0655028, 30.2679678 ], [ 120.0654516, 30.2680366 ], [ 120.0654744, 30.2681053 ], [ 120.0654516, 30.2682035 ], [ 120.0654289, 30.2682674 ], [ 120.0653493, 30.2683017 ], [ 120.0653777, 30.2683656 ], [ 120.0653379, 30.2684539 ], [ 120.0652697, 30.2685914 ], [ 120.0652129, 30.2686651 ], [ 120.065156, 30.2687191 ], [ 120.0651844, 30.2687829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0682159, 30.2686225 ], [ 120.0682931, 30.2686503 ], [ 120.068364, 30.2686447 ], [ 120.0684155, 30.2685724 ], [ 120.0685507, 30.2683 ], [ 120.0686086, 30.2682166 ], [ 120.0686923, 30.268161 ], [ 120.0686923, 30.2680776 ], [ 120.0687116, 30.2679942 ], [ 120.0686665, 30.2679163 ], [ 120.0685635, 30.2678941 ], [ 120.0684734, 30.2679163 ], [ 120.0684219, 30.2680164 ], [ 120.0684026, 30.2681276 ], [ 120.0683511, 30.2682944 ], [ 120.0682996, 30.2684001 ], [ 120.0682094, 30.268528 ], [ 120.0682159, 30.2686225 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0720565, 30.2688091 ], [ 120.0720989, 30.2688197 ], [ 120.072151, 30.2688461 ], [ 120.0722063, 30.268839 ], [ 120.0722538, 30.2688121 ], [ 120.0723061, 30.2687153 ], [ 120.0723242, 30.2686207 ], [ 120.0722936, 30.2685696 ], [ 120.0723124, 30.2684726 ], [ 120.0724246, 30.2683918 ], [ 120.0725245, 30.2682463 ], [ 120.0725868, 30.26802 ], [ 120.0726243, 30.2678207 ], [ 120.0725557, 30.2677722 ], [ 120.0724434, 30.2677937 ], [ 120.0723872, 30.267923 ], [ 120.0722001, 30.2683864 ], [ 120.0721164, 30.2684525 ], [ 120.0720873, 30.2685448 ], [ 120.072079, 30.2686584 ], [ 120.0720412, 30.2687369 ], [ 120.0720304, 30.2687818 ], [ 120.0720565, 30.2688091 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0665944, 30.2688517 ], [ 120.0667593, 30.2688959 ], [ 120.0668446, 30.2687878 ], [ 120.06689, 30.2685816 ], [ 120.0669298, 30.2684981 ], [ 120.066981, 30.2683901 ], [ 120.0669469, 30.2683214 ], [ 120.06689, 30.2682624 ], [ 120.0669014, 30.2681937 ], [ 120.0669639, 30.2681299 ], [ 120.0670947, 30.2680906 ], [ 120.0671061, 30.2679335 ], [ 120.0669355, 30.2679384 ], [ 120.0668389, 30.2679826 ], [ 120.066765, 30.2680513 ], [ 120.0667706, 30.26812 ], [ 120.0668048, 30.2681544 ], [ 120.0668104, 30.2682182 ], [ 120.0667934, 30.2682772 ], [ 120.0667536, 30.268341 ], [ 120.0667138, 30.2684147 ], [ 120.0667024, 30.2684932 ], [ 120.0666058, 30.268724 ], [ 120.0665773, 30.2687977 ], [ 120.0665944, 30.2688517 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0407783, 30.2680892 ], [ 120.0408131, 30.2681612 ], [ 120.0408618, 30.2681893 ], [ 120.0409615, 30.2681913 ], [ 120.0410333, 30.2681432 ], [ 120.0410936, 30.2680791 ], [ 120.0412096, 30.2680851 ], [ 120.0412907, 30.2680771 ], [ 120.0413997, 30.2681312 ], [ 120.041453, 30.2682053 ], [ 120.0414924, 30.2683034 ], [ 120.0415277, 30.2683913 ], [ 120.0415325, 30.2684739 ], [ 120.0414977, 30.2685232 ], [ 120.0414477, 30.2685462 ], [ 120.0414082, 30.2685462 ], [ 120.0414013, 30.2685678 ], [ 120.0414182, 30.2685878 ], [ 120.0414538, 30.2685945 ], [ 120.0414869, 30.2685866 ], [ 120.0415412, 30.2685656 ], [ 120.0416264, 30.2685559 ], [ 120.0416624, 30.2684644 ], [ 120.0415862, 30.2683109 ], [ 120.0415805, 30.2681152 ], [ 120.0415832, 30.267933 ], [ 120.0415086, 30.267961 ], [ 120.0414762, 30.267995 ], [ 120.0414321, 30.2680171 ], [ 120.0413719, 30.2680191 ], [ 120.0413116, 30.267983 ], [ 120.0412351, 30.267937 ], [ 120.0411956, 30.2678969 ], [ 120.0411261, 30.2678328 ], [ 120.0410635, 30.2677808 ], [ 120.0409754, 30.2677227 ], [ 120.0409012, 30.2677167 ], [ 120.0408386, 30.2677888 ], [ 120.0407806, 30.2678729 ], [ 120.0407714, 30.267985 ], [ 120.0407783, 30.2680892 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0437615, 30.2684814 ], [ 120.0438838, 30.2684974 ], [ 120.0439674, 30.2685103 ], [ 120.0440507, 30.268516 ], [ 120.0441739, 30.2685151 ], [ 120.0442613, 30.2685298 ], [ 120.0442935, 30.2685217 ], [ 120.044269, 30.2684337 ], [ 120.0442011, 30.2683426 ], [ 120.0441728, 30.2682644 ], [ 120.0442369, 30.2681895 ], [ 120.0443048, 30.2681374 ], [ 120.0444066, 30.2680771 ], [ 120.0444198, 30.2680087 ], [ 120.0444405, 30.2679517 ], [ 120.0444537, 30.267885 ], [ 120.0444443, 30.2678231 ], [ 120.0439937, 30.2678345 ], [ 120.0439258, 30.2679241 ], [ 120.0438674, 30.2680625 ], [ 120.0437976, 30.2682448 ], [ 120.0437788, 30.2683507 ], [ 120.0437486, 30.2684337 ], [ 120.0437615, 30.2684814 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0489708, 30.268785 ], [ 120.0490971, 30.2688253 ], [ 120.0491848, 30.2688376 ], [ 120.0492745, 30.2686858 ], [ 120.0493534, 30.2686238 ], [ 120.0494395, 30.2685805 ], [ 120.0495399, 30.268565 ], [ 120.0496009, 30.2685247 ], [ 120.0495901, 30.2684565 ], [ 120.0495794, 30.2683915 ], [ 120.0496117, 30.2683667 ], [ 120.0497264, 30.2683512 ], [ 120.0497946, 30.2683605 ], [ 120.0498771, 30.2684318 ], [ 120.0499309, 30.268534 ], [ 120.0498986, 30.2686796 ], [ 120.049895, 30.2687416 ], [ 120.0499488, 30.2687849 ], [ 120.0500062, 30.2687849 ], [ 120.0501031, 30.2687911 ], [ 120.0501425, 30.2687385 ], [ 120.0502071, 30.2687601 ], [ 120.0501784, 30.2688035 ], [ 120.0501963, 30.2688469 ], [ 120.050286, 30.2688531 ], [ 120.0503865, 30.2687539 ], [ 120.0504546, 30.2687446 ], [ 120.050512, 30.2687199 ], [ 120.0505335, 30.2686393 ], [ 120.0504833, 30.268599 ], [ 120.0503793, 30.2685309 ], [ 120.0502609, 30.2684937 ], [ 120.0502645, 30.2684132 ], [ 120.0502788, 30.2682985 ], [ 120.0501748, 30.2682335 ], [ 120.0500923, 30.2682149 ], [ 120.0500493, 30.2681405 ], [ 120.0499596, 30.2680786 ], [ 120.0498484, 30.2680972 ], [ 120.0497623, 30.2680972 ], [ 120.0497085, 30.2681839 ], [ 120.0495507, 30.2682521 ], [ 120.0494682, 30.2682583 ], [ 120.0493426, 30.2682645 ], [ 120.0491705, 30.2682118 ], [ 120.049088, 30.2681591 ], [ 120.0490413, 30.2680972 ], [ 120.0489457, 30.2680701 ], [ 120.0489788, 30.2683699 ], [ 120.0488875, 30.2687448 ], [ 120.0489708, 30.268785 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0475583, 30.2685079 ], [ 120.0475909, 30.2685304 ], [ 120.0476267, 30.2685332 ], [ 120.0476674, 30.2685487 ], [ 120.0477716, 30.2685557 ], [ 120.0478531, 30.2685529 ], [ 120.0478687, 30.2685412 ], [ 120.0478791, 30.2685332 ], [ 120.0478808, 30.2684854 ], [ 120.0478645, 30.2684502 ], [ 120.0478368, 30.2684334 ], [ 120.0477863, 30.2684418 ], [ 120.0477505, 30.2684559 ], [ 120.0476967, 30.2684488 ], [ 120.0476495, 30.2684334 ], [ 120.0475941, 30.268432 ], [ 120.0475632, 30.268439 ], [ 120.0475404, 30.2684671 ], [ 120.0475355, 30.2684854 ], [ 120.0475583, 30.2685079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.041184, 30.2687359 ], [ 120.0412165, 30.2686939 ], [ 120.0412235, 30.2686118 ], [ 120.0412211, 30.2685537 ], [ 120.0412142, 30.2685037 ], [ 120.0412075, 30.2684839 ], [ 120.0411933, 30.2684416 ], [ 120.0412003, 30.2683855 ], [ 120.0411817, 30.2683495 ], [ 120.0411493, 30.2683455 ], [ 120.041147, 30.2684296 ], [ 120.041147, 30.2684736 ], [ 120.041147, 30.2684937 ], [ 120.041147, 30.2685497 ], [ 120.0411261, 30.2686198 ], [ 120.041133, 30.2686699 ], [ 120.0411238, 30.2687019 ], [ 120.0411198, 30.2687192 ], [ 120.0411145, 30.268742 ], [ 120.041184, 30.2687359 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0510549, 30.2690836 ], [ 120.0510866, 30.2691589 ], [ 120.05115, 30.2691863 ], [ 120.0512095, 30.2691863 ], [ 120.0512531, 30.2691521 ], [ 120.0512808, 30.2691076 ], [ 120.0513165, 30.2690289 ], [ 120.0513244, 30.268981 ], [ 120.0514473, 30.2688851 ], [ 120.0515225, 30.2688372 ], [ 120.0515661, 30.2687551 ], [ 120.051578, 30.2686695 ], [ 120.0515939, 30.2686147 ], [ 120.0515463, 30.26856 ], [ 120.0515344, 30.2685121 ], [ 120.0516335, 30.2685429 ], [ 120.051689, 30.2685394 ], [ 120.0517088, 30.2685839 ], [ 120.0516533, 30.2686147 ], [ 120.0516295, 30.2686455 ], [ 120.0516295, 30.2687003 ], [ 120.0516137, 30.268779 ], [ 120.0516097, 30.2688578 ], [ 120.0516533, 30.2689057 ], [ 120.0517405, 30.2689502 ], [ 120.0518515, 30.2690015 ], [ 120.0519704, 30.2690426 ], [ 120.0520774, 30.26907 ], [ 120.0521566, 30.26907 ], [ 120.0522874, 30.2691076 ], [ 120.0524023, 30.269111 ], [ 120.0524816, 30.2690734 ], [ 120.0524935, 30.2689947 ], [ 120.0524895, 30.2689125 ], [ 120.0524895, 30.2688269 ], [ 120.0524578, 30.268779 ], [ 120.0523627, 30.2687585 ], [ 120.0523231, 30.2687277 ], [ 120.0523032, 30.2686627 ], [ 120.0522636, 30.2686592 ], [ 120.0522042, 30.2686592 ], [ 120.0520813, 30.2686764 ], [ 120.0519783, 30.2686764 ], [ 120.0518911, 30.2686695 ], [ 120.0518, 30.2686319 ], [ 120.0517564, 30.2685908 ], [ 120.0517881, 30.2685702 ], [ 120.0518673, 30.2685839 ], [ 120.0519624, 30.268625 ], [ 120.0520338, 30.2686387 ], [ 120.0520932, 30.2686045 ], [ 120.0521328, 30.2685942 ], [ 120.0521725, 30.2685326 ], [ 120.0522002, 30.2684641 ], [ 120.0522042, 30.2683786 ], [ 120.0522319, 30.2683033 ], [ 120.0522478, 30.2683512 ], [ 120.0522517, 30.2684299 ], [ 120.0522914, 30.2684813 ], [ 120.0523072, 30.26856 ], [ 120.0523151, 30.268625 ], [ 120.0524142, 30.2686524 ], [ 120.0525093, 30.2686524 ], [ 120.0525846, 30.2686045 ], [ 120.0526639, 30.2685942 ], [ 120.0527946, 30.2685908 ], [ 120.0528145, 30.2685223 ], [ 120.0528303, 30.2684265 ], [ 120.0528184, 30.2683478 ], [ 120.0527788, 30.2682656 ], [ 120.052648, 30.2682588 ], [ 120.0524895, 30.2682588 ], [ 120.0524023, 30.268228 ], [ 120.0523429, 30.2682177 ], [ 120.0522953, 30.2682519 ], [ 120.0522002, 30.2682519 ], [ 120.0521408, 30.2681835 ], [ 120.0521328, 30.2680774 ], [ 120.0521368, 30.2679952 ], [ 120.0520972, 30.2679302 ], [ 120.0520179, 30.2679302 ], [ 120.0519466, 30.2679713 ], [ 120.0518792, 30.2679918 ], [ 120.051796, 30.2679952 ], [ 120.0517445, 30.267961 ], [ 120.0517009, 30.267961 ], [ 120.0516414, 30.2679713 ], [ 120.0516137, 30.2680158 ], [ 120.0516058, 30.2680808 ], [ 120.0516058, 30.2681561 ], [ 120.0516058, 30.2682314 ], [ 120.0515741, 30.2683375 ], [ 120.0515463, 30.2684231 ], [ 120.0515027, 30.2684915 ], [ 120.0514591, 30.2685326 ], [ 120.0513759, 30.26856 ], [ 120.0512491, 30.26856 ], [ 120.05115, 30.2685942 ], [ 120.0511302, 30.2686455 ], [ 120.0511144, 30.2687311 ], [ 120.0511064, 30.2688201 ], [ 120.0510827, 30.2689057 ], [ 120.0510708, 30.2689673 ], [ 120.0510549, 30.2690186 ], [ 120.0510549, 30.2690836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0437042, 30.2687005 ], [ 120.0437669, 30.268712 ], [ 120.0438443, 30.2687293 ], [ 120.0439311, 30.2687605 ], [ 120.0440192, 30.268787 ], [ 120.0440953, 30.2688366 ], [ 120.0441527, 30.2688642 ], [ 120.0441767, 30.2688435 ], [ 120.0441994, 30.2688008 ], [ 120.0442061, 30.2687305 ], [ 120.044186, 30.2687178 ], [ 120.044138, 30.2687224 ], [ 120.0441006, 30.2686844 ], [ 120.044126, 30.2686256 ], [ 120.0441246, 30.2685668 ], [ 120.0440722, 30.2685568 ], [ 120.0438988, 30.2685479 ], [ 120.0437342, 30.2685341 ], [ 120.0436861, 30.2686788 ], [ 120.0437042, 30.2687005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.042053, 30.2685999 ], [ 120.042053, 30.2686298 ], [ 120.0420767, 30.2686676 ], [ 120.0421095, 30.268677 ], [ 120.042146, 30.2686676 ], [ 120.0421824, 30.2686676 ], [ 120.0422171, 30.268677 ], [ 120.0422407, 30.2687022 ], [ 120.0422754, 30.268707 ], [ 120.0423246, 30.2687479 ], [ 120.042372, 30.2687951 ], [ 120.0423939, 30.2687841 ], [ 120.0424084, 30.2687621 ], [ 120.0424631, 30.2687684 ], [ 120.0424959, 30.2687809 ], [ 120.0425251, 30.2688124 ], [ 120.0425907, 30.2688297 ], [ 120.0426545, 30.268877 ], [ 120.04266, 30.268888 ], [ 120.0427402, 30.2688959 ], [ 120.0427839, 30.2689053 ], [ 120.042804, 30.2689415 ], [ 120.0427949, 30.2689636 ], [ 120.0427548, 30.2689636 ], [ 120.0427384, 30.2689824 ], [ 120.0427384, 30.2690187 ], [ 120.0427621, 30.269036 ], [ 120.0428167, 30.2690501 ], [ 120.0428605, 30.2690596 ], [ 120.0429024, 30.2690517 ], [ 120.0429206, 30.2690281 ], [ 120.0429243, 30.268984 ], [ 120.042937, 30.2689636 ], [ 120.0429717, 30.2689431 ], [ 120.0430154, 30.2689604 ], [ 120.0430373, 30.2689793 ], [ 120.0430792, 30.2689762 ], [ 120.0430847, 30.2689431 ], [ 120.0431248, 30.2689352 ], [ 120.0431485, 30.26891 ], [ 120.0431685, 30.2688675 ], [ 120.0431795, 30.2688282 ], [ 120.0432123, 30.2687888 ], [ 120.0432839, 30.268698 ], [ 120.0432066, 30.2686743 ], [ 120.0431631, 30.2687652 ], [ 120.0431612, 30.2688061 ], [ 120.0431412, 30.2688455 ], [ 120.0431211, 30.2688282 ], [ 120.0430829, 30.2688455 ], [ 120.0430756, 30.2688723 ], [ 120.0430592, 30.2689022 ], [ 120.0430191, 30.2689053 ], [ 120.0429881, 30.2689053 ], [ 120.0429589, 30.2689053 ], [ 120.0429138, 30.2688997 ], [ 120.0429016, 30.2689389 ], [ 120.0428319, 30.2689228 ], [ 120.0428549, 30.2688486 ], [ 120.0428204, 30.2688187 ], [ 120.0427584, 30.2688219 ], [ 120.0426891, 30.2688172 ], [ 120.0426582, 30.2687872 ], [ 120.0426217, 30.2687542 ], [ 120.0425834, 30.2687416 ], [ 120.042547, 30.2687463 ], [ 120.0425142, 30.2687558 ], [ 120.0424795, 30.2687384 ], [ 120.0424649, 30.2687085 ], [ 120.0424485, 30.2686833 ], [ 120.0424103, 30.2686723 ], [ 120.0423754, 30.268679 ], [ 120.0423398, 30.2686839 ], [ 120.0423055, 30.2686769 ], [ 120.0422866, 30.2686388 ], [ 120.0422917, 30.2685883 ], [ 120.0423052, 30.2685488 ], [ 120.0422776, 30.2684964 ], [ 120.0421348, 30.2685521 ], [ 120.0420125, 30.2685692 ], [ 120.042053, 30.2685999 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0504941, 30.2689274 ], [ 120.0505515, 30.2689212 ], [ 120.0505515, 30.268977 ], [ 120.0505443, 30.2690173 ], [ 120.0505694, 30.2690606 ], [ 120.0506232, 30.2690606 ], [ 120.0506949, 30.2690544 ], [ 120.0507559, 30.2689925 ], [ 120.0507559, 30.2689088 ], [ 120.0508061, 30.268819 ], [ 120.0507954, 30.2687106 ], [ 120.0507487, 30.2686207 ], [ 120.0506555, 30.2686207 ], [ 120.0505802, 30.2686858 ], [ 120.0505873, 30.2687477 ], [ 120.0505515, 30.268819 ], [ 120.0504941, 30.268881 ], [ 120.0504941, 30.2689274 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.047323, 30.2694114 ], [ 120.0473561, 30.2694355 ], [ 120.0473891, 30.269437 ], [ 120.0474205, 30.269446 ], [ 120.0474431, 30.269461 ], [ 120.0474812, 30.2694595 ], [ 120.0475839, 30.2694547 ], [ 120.0476394, 30.2694044 ], [ 120.0477476, 30.2693493 ], [ 120.0478447, 30.2692845 ], [ 120.0478864, 30.2692078 ], [ 120.047928, 30.2691263 ], [ 120.0478725, 30.2690544 ], [ 120.0478253, 30.2690089 ], [ 120.047681, 30.2689801 ], [ 120.0476449, 30.2689682 ], [ 120.0476005, 30.2689346 ], [ 120.0476088, 30.2689058 ], [ 120.0476643, 30.2689058 ], [ 120.0477698, 30.2689154 ], [ 120.0478253, 30.2689154 ], [ 120.0478392, 30.268949 ], [ 120.0478614, 30.2689849 ], [ 120.0479113, 30.2690185 ], [ 120.0479641, 30.2690185 ], [ 120.0479974, 30.2689921 ], [ 120.0480473, 30.2689777 ], [ 120.0480806, 30.2689801 ], [ 120.0481528, 30.2689754 ], [ 120.0482083, 30.2689466 ], [ 120.0482055, 30.2689178 ], [ 120.0481889, 30.2688891 ], [ 120.0482166, 30.2688507 ], [ 120.0482471, 30.268798 ], [ 120.0482471, 30.2686877 ], [ 120.0481694, 30.2686925 ], [ 120.0481722, 30.2686494 ], [ 120.0480612, 30.2686494 ], [ 120.0480353, 30.2686628 ], [ 120.0480196, 30.268671 ], [ 120.0479752, 30.2687165 ], [ 120.0479058, 30.2687261 ], [ 120.0477865, 30.2686901 ], [ 120.0477032, 30.2686566 ], [ 120.0476144, 30.2686494 ], [ 120.0475616, 30.2686518 ], [ 120.0474867, 30.2686368 ], [ 120.0474675, 30.2686247 ], [ 120.0474466, 30.2686022 ], [ 120.0474309, 30.2686217 ], [ 120.047424, 30.2686518 ], [ 120.0474188, 30.2687015 ], [ 120.047424, 30.2687406 ], [ 120.0474396, 30.2687737 ], [ 120.0474849, 30.2687977 ], [ 120.0475285, 30.2688338 ], [ 120.047525, 30.2688714 ], [ 120.0475023, 30.2689075 ], [ 120.0474588, 30.268912 ], [ 120.0474188, 30.2689271 ], [ 120.0473909, 30.2689857 ], [ 120.0473787, 30.2690309 ], [ 120.0473595, 30.2690715 ], [ 120.0473595, 30.2691016 ], [ 120.0473404, 30.2691467 ], [ 120.0473143, 30.2691948 ], [ 120.0472986, 30.2692595 ], [ 120.0472986, 30.2693181 ], [ 120.0472968, 30.2693678 ], [ 120.047323, 30.2694114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0687052, 30.2687893 ], [ 120.0687696, 30.2688227 ], [ 120.0688854, 30.2687337 ], [ 120.0689241, 30.2685502 ], [ 120.068982, 30.2684501 ], [ 120.0690271, 30.2683278 ], [ 120.0691108, 30.2682333 ], [ 120.0691236, 30.2681387 ], [ 120.0690593, 30.2680887 ], [ 120.068982, 30.2681109 ], [ 120.0689369, 30.2681999 ], [ 120.0689048, 30.2683278 ], [ 120.0687631, 30.2685836 ], [ 120.0686987, 30.268717 ], [ 120.0687052, 30.2687893 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701476, 30.268645 ], [ 120.07021, 30.2687097 ], [ 120.0703285, 30.2687582 ], [ 120.0704533, 30.2687528 ], [ 120.0704159, 30.2686235 ], [ 120.0704782, 30.268575 ], [ 120.0705219, 30.2685049 ], [ 120.070497, 30.2684295 ], [ 120.0704907, 30.2683433 ], [ 120.0705843, 30.268311 ], [ 120.0706467, 30.2683756 ], [ 120.0706592, 30.2684187 ], [ 120.0707715, 30.2683648 ], [ 120.0708401, 30.2683648 ], [ 120.0709461, 30.268381 ], [ 120.071021, 30.2683487 ], [ 120.0710085, 30.2682679 ], [ 120.0709212, 30.2682463 ], [ 120.0708151, 30.268214 ], [ 120.0706966, 30.2682301 ], [ 120.0705781, 30.268214 ], [ 120.0704782, 30.2681601 ], [ 120.0703909, 30.2681763 ], [ 120.0702849, 30.2682463 ], [ 120.0702162, 30.2683379 ], [ 120.0701726, 30.2683918 ], [ 120.0701726, 30.2684618 ], [ 120.0701414, 30.2685534 ], [ 120.0701476, 30.268645 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0712393, 30.2684079 ], [ 120.0713641, 30.2684564 ], [ 120.0714514, 30.2685265 ], [ 120.0716636, 30.2685696 ], [ 120.0717197, 30.2685426 ], [ 120.0717135, 30.2684511 ], [ 120.0716136, 30.2684133 ], [ 120.0714265, 30.2683972 ], [ 120.0713142, 30.2683648 ], [ 120.0712269, 30.2683541 ], [ 120.0712393, 30.2684079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0733303, 30.2689245 ], [ 120.0734176, 30.2689609 ], [ 120.073502, 30.2689391 ], [ 120.0735639, 30.2688078 ], [ 120.0736089, 30.2686742 ], [ 120.0736708, 30.2685527 ], [ 120.0737412, 30.2684093 ], [ 120.0737834, 30.2683145 ], [ 120.0737524, 30.2682149 ], [ 120.0738734, 30.2681687 ], [ 120.073879, 30.2680982 ], [ 120.0738031, 30.2680448 ], [ 120.0736708, 30.2680691 ], [ 120.073592, 30.2681517 ], [ 120.0735583, 30.2683048 ], [ 120.0734935, 30.2684044 ], [ 120.0734513, 30.2684992 ], [ 120.0734091, 30.2685988 ], [ 120.073381, 30.2686717 ], [ 120.0733247, 30.2687252 ], [ 120.0733107, 30.26882 ], [ 120.0733303, 30.2689245 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.065662, 30.2684638 ], [ 120.0657928, 30.2684687 ], [ 120.0658894, 30.2684589 ], [ 120.065969, 30.268503 ], [ 120.0659804, 30.268562 ], [ 120.0660543, 30.2686111 ], [ 120.0661566, 30.2686356 ], [ 120.0663784, 30.2686504 ], [ 120.0664409, 30.2686602 ], [ 120.066475, 30.268616 ], [ 120.0664977, 30.2685571 ], [ 120.0665091, 30.2684736 ], [ 120.0665034, 30.2683999 ], [ 120.0664466, 30.2683656 ], [ 120.0663386, 30.2683852 ], [ 120.0662703, 30.2684343 ], [ 120.0661851, 30.2684392 ], [ 120.0660543, 30.2684245 ], [ 120.065969, 30.2683999 ], [ 120.0658553, 30.2684196 ], [ 120.0657245, 30.2684294 ], [ 120.0656279, 30.2684048 ], [ 120.0656108, 30.2684392 ], [ 120.065662, 30.2684638 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0670753, 30.2687308 ], [ 120.0672713, 30.268776 ], [ 120.0673758, 30.2685841 ], [ 120.067317, 30.2684995 ], [ 120.0671798, 30.26846 ], [ 120.0670818, 30.2684938 ], [ 120.0670687, 30.2685785 ], [ 120.0670491, 30.2686688 ], [ 120.0670753, 30.2687308 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0707964, 30.2688174 ], [ 120.0708837, 30.2688552 ], [ 120.0709773, 30.2688875 ], [ 120.0710085, 30.2689414 ], [ 120.0711083, 30.2689683 ], [ 120.0711894, 30.2688659 ], [ 120.0712206, 30.2687959 ], [ 120.0712081, 30.268672 ], [ 120.0711832, 30.2685965 ], [ 120.0711083, 30.2685534 ], [ 120.0710335, 30.2685696 ], [ 120.0709648, 30.2685642 ], [ 120.0709025, 30.268478 ], [ 120.0708089, 30.2684995 ], [ 120.0707715, 30.2685696 ], [ 120.0707715, 30.268645 ], [ 120.070759, 30.2687528 ], [ 120.0707964, 30.2688174 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0695228, 30.2689339 ], [ 120.0696323, 30.2689617 ], [ 120.0696773, 30.2689172 ], [ 120.0696644, 30.2688616 ], [ 120.0697031, 30.268628 ], [ 120.0696902, 30.2685669 ], [ 120.0696258, 30.2685224 ], [ 120.0695292, 30.268489 ], [ 120.0694391, 30.2685057 ], [ 120.0694262, 30.2685891 ], [ 120.0693812, 30.2687337 ], [ 120.0692267, 30.2688393 ], [ 120.0695228, 30.2689339 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0656393, 30.2690874 ], [ 120.0658439, 30.2690775 ], [ 120.0659463, 30.2690579 ], [ 120.0659861, 30.2689499 ], [ 120.0660202, 30.2688468 ], [ 120.0660372, 30.2687682 ], [ 120.0659747, 30.2687436 ], [ 120.0658837, 30.268724 ], [ 120.0658269, 30.2686749 ], [ 120.06577, 30.2686896 ], [ 120.0657245, 30.2687633 ], [ 120.065662, 30.2689597 ], [ 120.0656222, 30.2690432 ], [ 120.0656393, 30.2690874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701913, 30.2690868 ], [ 120.0702599, 30.2691299 ], [ 120.0703535, 30.2691353 ], [ 120.0704034, 30.2690976 ], [ 120.0704096, 30.2690168 ], [ 120.0703784, 30.2689414 ], [ 120.0702973, 30.2689036 ], [ 120.0700852, 30.2688605 ], [ 120.0699916, 30.2688282 ], [ 120.0699261, 30.2688605 ], [ 120.069923, 30.2690437 ], [ 120.0701913, 30.2690868 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0637017, 30.268577 ], [ 120.06382, 30.2685429 ], [ 120.0638446, 30.2685174 ], [ 120.0638545, 30.2684408 ], [ 120.0638298, 30.2683642 ], [ 120.0638742, 30.2682875 ], [ 120.0638298, 30.2682067 ], [ 120.0637411, 30.2681726 ], [ 120.0636228, 30.2681471 ], [ 120.0635785, 30.2681939 ], [ 120.0635883, 30.2682748 ], [ 120.0635588, 30.2683386 ], [ 120.0635193, 30.2683854 ], [ 120.0635046, 30.2684706 ], [ 120.0637017, 30.268577 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0530166, 30.2683923 ], [ 120.0531196, 30.2684299 ], [ 120.0531354, 30.2684813 ], [ 120.0531156, 30.2685326 ], [ 120.0531751, 30.2685497 ], [ 120.0532464, 30.26856 ], [ 120.0532662, 30.268625 ], [ 120.053294, 30.2686969 ], [ 120.0533534, 30.2687243 ], [ 120.0534049, 30.2686969 ], [ 120.0534327, 30.2686421 ], [ 120.0533851, 30.2686284 ], [ 120.0533415, 30.2686011 ], [ 120.0533534, 30.2685429 ], [ 120.0533772, 30.268495 ], [ 120.0534287, 30.268358 ], [ 120.0534287, 30.2682246 ], [ 120.0533653, 30.2681732 ], [ 120.0532623, 30.2681766 ], [ 120.0531434, 30.2681766 ], [ 120.0530166, 30.2681869 ], [ 120.0530166, 30.2682999 ], [ 120.0529809, 30.2683478 ], [ 120.0530166, 30.2683923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0553811, 30.2683112 ], [ 120.0554042, 30.2684272 ], [ 120.0554413, 30.2685432 ], [ 120.0554969, 30.2686912 ], [ 120.0556173, 30.2687152 ], [ 120.0556729, 30.2687512 ], [ 120.0557609, 30.2687472 ], [ 120.0558303, 30.2687352 ], [ 120.0558581, 30.2686832 ], [ 120.0558535, 30.2686152 ], [ 120.0558303, 30.2685512 ], [ 120.0558025, 30.2684672 ], [ 120.0557562, 30.2683432 ], [ 120.0557423, 30.2682392 ], [ 120.0556775, 30.2681792 ], [ 120.0556034, 30.2681552 ], [ 120.0555015, 30.2681632 ], [ 120.0554089, 30.2681832 ], [ 120.0553765, 30.2682312 ], [ 120.0553811, 30.2683112 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0630216, 30.2685514 ], [ 120.0631448, 30.268594 ], [ 120.0632286, 30.2685472 ], [ 120.0632089, 30.2684493 ], [ 120.0631349, 30.268428 ], [ 120.0630807, 30.2684408 ], [ 120.0629969, 30.2684578 ], [ 120.0629723, 30.2684961 ], [ 120.0630216, 30.2685514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0547373, 30.2685512 ], [ 120.0547883, 30.2685912 ], [ 120.0548577, 30.2686512 ], [ 120.0549596, 30.2686632 ], [ 120.0550523, 30.2686872 ], [ 120.0551541, 30.2687152 ], [ 120.0552977, 30.2686792 ], [ 120.0553579, 30.2686872 ], [ 120.0553209, 30.2685272 ], [ 120.0552468, 30.2683752 ], [ 120.0552097, 30.2683192 ], [ 120.0551264, 30.2683192 ], [ 120.0549504, 30.2683232 ], [ 120.0548577, 30.2683232 ], [ 120.0547883, 30.2683552 ], [ 120.0547466, 30.2684152 ], [ 120.0547234, 30.2684952 ], [ 120.0547373, 30.2685512 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0622873, 30.268726 ], [ 120.0623957, 30.268611 ], [ 120.06244, 30.2684833 ], [ 120.0624499, 30.2684152 ], [ 120.0624105, 30.2683854 ], [ 120.0623563, 30.2684195 ], [ 120.0623218, 30.2685089 ], [ 120.0622478, 30.2686408 ], [ 120.0622232, 30.2686962 ], [ 120.0622873, 30.268726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0534168, 30.268892 ], [ 120.0534961, 30.2689365 ], [ 120.0537021, 30.2689604 ], [ 120.0539082, 30.2689365 ], [ 120.0539914, 30.2688612 ], [ 120.0539914, 30.2687585 ], [ 120.0539914, 30.2686592 ], [ 120.0539914, 30.2685394 ], [ 120.0539756, 30.2683923 ], [ 120.0539301, 30.2683675 ], [ 120.0539003, 30.2683512 ], [ 120.0537616, 30.2683512 ], [ 120.053615, 30.2683512 ], [ 120.0535436, 30.2683512 ], [ 120.0534881, 30.268406 ], [ 120.0535119, 30.268495 ], [ 120.0536348, 30.268495 ], [ 120.0537893, 30.268495 ], [ 120.0538924, 30.2684915 ], [ 120.0539439, 30.2685086 ], [ 120.0539241, 30.2685702 ], [ 120.0538131, 30.2685531 ], [ 120.0536903, 30.2685394 ], [ 120.0535674, 30.2685394 ], [ 120.0535, 30.2685429 ], [ 120.0534683, 30.2686045 ], [ 120.0534446, 30.2687037 ], [ 120.0534089, 30.268779 ], [ 120.0534049, 30.2688372 ], [ 120.0534168, 30.268892 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0628369, 30.2688794 ], [ 120.0629704, 30.2687209 ], [ 120.0629287, 30.2685912 ], [ 120.0627368, 30.2685407 ], [ 120.0626367, 30.2685623 ], [ 120.0625866, 30.2686848 ], [ 120.0625783, 30.2688001 ], [ 120.0628369, 30.2688794 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0588005, 30.2689048 ], [ 120.0588385, 30.2689869 ], [ 120.0589145, 30.2690238 ], [ 120.0591521, 30.268991 ], [ 120.0592092, 30.2689787 ], [ 120.0592187, 30.2689294 ], [ 120.0591759, 30.2688802 ], [ 120.0591664, 30.2687694 ], [ 120.0591236, 30.2686914 ], [ 120.0590714, 30.2686791 ], [ 120.0589906, 30.2686873 ], [ 120.058905, 30.2687078 ], [ 120.0588195, 30.2687283 ], [ 120.0587767, 30.2687981 ], [ 120.0588005, 30.2689048 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0525648, 30.2690118 ], [ 120.0525806, 30.2690597 ], [ 120.052644, 30.2690939 ], [ 120.0527035, 30.2690939 ], [ 120.0527709, 30.2690802 ], [ 120.0527867, 30.2690186 ], [ 120.0527828, 30.2689296 ], [ 120.0528224, 30.2688235 ], [ 120.0528263, 30.2686866 ], [ 120.0527273, 30.2686627 ], [ 120.0526163, 30.2686661 ], [ 120.0525727, 30.2687516 ], [ 120.0525371, 30.2688406 ], [ 120.0525648, 30.2690118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0444284, 30.2685477 ], [ 120.044529, 30.2685093 ], [ 120.0446296, 30.268485 ], [ 120.0446576, 30.2684931 ], [ 120.0447255, 30.2685153 ], [ 120.0447395, 30.268584 ], [ 120.0448073, 30.2686143 ], [ 120.0449547, 30.2686406 ], [ 120.0450506, 30.2686426 ], [ 120.045074, 30.2686002 ], [ 120.0450833, 30.2685436 ], [ 120.0451371, 30.2685113 ], [ 120.0451769, 30.2685254 ], [ 120.0452424, 30.2685578 ], [ 120.0452611, 30.2686002 ], [ 120.045502, 30.2686689 ], [ 120.0456354, 30.2687093 ], [ 120.0456798, 30.2687275 ], [ 120.0457289, 30.2687578 ], [ 120.0457921, 30.2687759 ], [ 120.0458435, 30.2687759 ], [ 120.0458693, 30.2687537 ], [ 120.0459067, 30.2687557 ], [ 120.0459769, 30.2687638 ], [ 120.0460494, 30.2687699 ], [ 120.0460915, 30.2688083 ], [ 120.0461055, 30.2688345 ], [ 120.0461546, 30.2688689 ], [ 120.0461921, 30.2688628 ], [ 120.0462225, 30.2688224 ], [ 120.0462435, 30.2687739 ], [ 120.0462599, 30.2687396 ], [ 120.0462862, 30.2687302 ], [ 120.0463287, 30.2686467 ], [ 120.046566, 30.2687327 ], [ 120.0465908, 30.2687201 ], [ 120.0466187, 30.2687226 ], [ 120.046645, 30.2687504 ], [ 120.0466758, 30.2687719 ], [ 120.0467153, 30.2688073 ], [ 120.0467095, 30.268839 ], [ 120.0467004, 30.2689125 ], [ 120.0466851, 30.2689638 ], [ 120.0466424, 30.2690086 ], [ 120.0465966, 30.2690561 ], [ 120.0465477, 30.2691141 ], [ 120.0464836, 30.2691589 ], [ 120.0464592, 30.2692037 ], [ 120.0464378, 30.2692486 ], [ 120.0464561, 30.2693066 ], [ 120.0464439, 30.2693752 ], [ 120.0463828, 30.2693725 ], [ 120.0463095, 30.2693725 ], [ 120.0462637, 30.2694042 ], [ 120.0462088, 30.2694121 ], [ 120.0461233, 30.2693725 ], [ 120.0461017, 30.2693367 ], [ 120.0460397, 30.2693294 ], [ 120.0459932, 30.2693026 ], [ 120.045941, 30.2692746 ], [ 120.0458804, 30.2692441 ], [ 120.0458155, 30.2692295 ], [ 120.0457831, 30.2691979 ], [ 120.0457577, 30.2691674 ], [ 120.0457042, 30.2691565 ], [ 120.0456478, 30.2691699 ], [ 120.045628, 30.2691979 ], [ 120.0456421, 30.2692015 ], [ 120.0455914, 30.2692941 ], [ 120.0455773, 30.2692892 ], [ 120.0455533, 30.2693367 ], [ 120.0455533, 30.269389 ], [ 120.0455533, 30.2694243 ], [ 120.0455406, 30.2694584 ], [ 120.0455251, 30.2695011 ], [ 120.0455124, 30.2695327 ], [ 120.045511, 30.2695571 ], [ 120.04548, 30.2695753 ], [ 120.0454405, 30.2695826 ], [ 120.0454081, 30.2696033 ], [ 120.0454025, 30.2696326 ], [ 120.0454208, 30.2696545 ], [ 120.045449, 30.269663 ], [ 120.0454744, 30.2696472 ], [ 120.0455167, 30.2696472 ], [ 120.0455449, 30.2696569 ], [ 120.0455829, 30.2696642 ], [ 120.0456083, 30.2696593 ], [ 120.0456379, 30.2696423 ], [ 120.0456717, 30.2696423 ], [ 120.045707, 30.2696423 ], [ 120.0457563, 30.2696447 ], [ 120.0457972, 30.2696508 ], [ 120.0458254, 30.2696691 ], [ 120.0458522, 30.2696691 ], [ 120.0458902, 30.2696727 ], [ 120.0459199, 30.2696727 ], [ 120.0459777, 30.2696618 ], [ 120.0460101, 30.2696666 ], [ 120.0460397, 30.2696995 ], [ 120.0460552, 30.2697494 ], [ 120.0460636, 30.2697981 ], [ 120.0460763, 30.2698468 ], [ 120.0460806, 30.2698834 ], [ 120.0460693, 30.2699418 ], [ 120.0460777, 30.2699881 ], [ 120.0460608, 30.2700319 ], [ 120.0460707, 30.270055 ], [ 120.0460933, 30.2700465 ], [ 120.0461229, 30.2700258 ], [ 120.0461313, 30.2700039 ], [ 120.046113, 30.2699723 ], [ 120.0461257, 30.2699394 ], [ 120.0461694, 30.2699248 ], [ 120.0462074, 30.2699442 ], [ 120.0463315, 30.2699942 ], [ 120.0463245, 30.2700051 ], [ 120.0467276, 30.2701853 ], [ 120.0468221, 30.270217 ], [ 120.0468489, 30.2701975 ], [ 120.0468841, 30.2701951 ], [ 120.0469137, 30.2702072 ], [ 120.0469589, 30.2701878 ], [ 120.0469758, 30.27015 ], [ 120.0470026, 30.2701098 ], [ 120.0470279, 30.2700831 ], [ 120.0470533, 30.2700453 ], [ 120.0470871, 30.2700246 ], [ 120.0471111, 30.269999 ], [ 120.0471196, 30.2699796 ], [ 120.0471365, 30.2699662 ], [ 120.0471449, 30.2699467 ], [ 120.0471449, 30.2699357 ], [ 120.0471196, 30.2699235 ], [ 120.0470759, 30.2699138 ], [ 120.0470519, 30.2699041 ], [ 120.0470293, 30.2698955 ], [ 120.046987, 30.269887 ], [ 120.046956, 30.2698907 ], [ 120.0469292, 30.2699016 ], [ 120.0469025, 30.2698968 ], [ 120.0468841, 30.2698797 ], [ 120.0468855, 30.2698383 ], [ 120.046887, 30.2698006 ], [ 120.0468982, 30.2697628 ], [ 120.046918, 30.2697227 ], [ 120.0469067, 30.2696861 ], [ 120.0468912, 30.2696618 ], [ 120.0468672, 30.2696277 ], [ 120.0468503, 30.2695985 ], [ 120.0468376, 30.2695778 ], [ 120.0468475, 30.26954 ], [ 120.0468982, 30.2695339 ], [ 120.0469166, 30.2695084 ], [ 120.0469236, 30.2694548 ], [ 120.0469518, 30.2694219 ], [ 120.0469645, 30.2694049 ], [ 120.0469899, 30.2693793 ], [ 120.0470124, 30.2693623 ], [ 120.0470265, 30.2693367 ], [ 120.0470561, 30.2693257 ], [ 120.0471055, 30.2693269 ], [ 120.0471111, 30.2693135 ], [ 120.0470702, 30.2692807 ], [ 120.0470575, 30.2692527 ], [ 120.0470716, 30.2692259 ], [ 120.0470886, 30.2691991 ], [ 120.0470857, 30.269176 ], [ 120.0470463, 30.2691601 ], [ 120.0470195, 30.269137 ], [ 120.0470152, 30.2690846 ], [ 120.0470448, 30.2690603 ], [ 120.047066, 30.2690542 ], [ 120.0470632, 30.2690225 ], [ 120.0470646, 30.2689799 ], [ 120.0470956, 30.268941 ], [ 120.0471351, 30.2689069 ], [ 120.0471647, 30.2688752 ], [ 120.0471647, 30.2688302 ], [ 120.0471886, 30.2688143 ], [ 120.0472013, 30.26879 ], [ 120.0471901, 30.2687644 ], [ 120.0471492, 30.2687486 ], [ 120.0471196, 30.2687279 ], [ 120.0470815, 30.2687279 ], [ 120.0470477, 30.2687279 ], [ 120.047004, 30.2687279 ], [ 120.0469715, 30.2687279 ], [ 120.0469476, 30.2687121 ], [ 120.0469039, 30.2686804 ], [ 120.0468672, 30.2686609 ], [ 120.0468461, 30.2686329 ], [ 120.0468277, 30.2685927 ], [ 120.0468531, 30.2685806 ], [ 120.0468813, 30.2685794 ], [ 120.0469349, 30.2685903 ], [ 120.0469955, 30.2686134 ], [ 120.0470547, 30.2686268 ], [ 120.0471167, 30.2686439 ], [ 120.0471661, 30.2686634 ], [ 120.0472112, 30.2686621 ], [ 120.0472591, 30.2686463 ], [ 120.0472803, 30.268611 ], [ 120.0473127, 30.2685915 ], [ 120.0473395, 30.2685574 ], [ 120.0473635, 30.268516 ], [ 120.0473635, 30.268471 ], [ 120.0473592, 30.268432 ], [ 120.0473099, 30.2684016 ], [ 120.0472154, 30.2683845 ], [ 120.0471449, 30.2683651 ], [ 120.0470589, 30.2683736 ], [ 120.0470195, 30.2683821 ], [ 120.0469701, 30.2683833 ], [ 120.0469151, 30.2683553 ], [ 120.0468658, 30.2683297 ], [ 120.0467798, 30.2682884 ], [ 120.0466698, 30.2682664 ], [ 120.0465937, 30.2682664 ], [ 120.0465373, 30.2682725 ], [ 120.0464964, 30.2682543 ], [ 120.0464358, 30.2682263 ], [ 120.0464147, 30.2681849 ], [ 120.0464189, 30.2681386 ], [ 120.0464274, 30.268085 ], [ 120.0464358, 30.2680193 ], [ 120.0463245, 30.2680193 ], [ 120.0463174, 30.2680534 ], [ 120.046206, 30.2680497 ], [ 120.0462103, 30.2680254 ], [ 120.0461003, 30.2680107 ], [ 120.0461031, 30.2679949 ], [ 120.0458987, 30.2679718 ], [ 120.0459001, 30.2679572 ], [ 120.0458635, 30.2679547 ], [ 120.0458606, 30.2679742 ], [ 120.0458268, 30.2679718 ], [ 120.0458183, 30.2680363 ], [ 120.0455279, 30.2680217 ], [ 120.0455195, 30.2682031 ], [ 120.0452389, 30.2681654 ], [ 120.0452488, 30.2680887 ], [ 120.0450331, 30.2680655 ], [ 120.0449993, 30.2680777 ], [ 120.0449429, 30.2680777 ], [ 120.0449006, 30.2680948 ], [ 120.0448837, 30.2681252 ], [ 120.0448935, 30.2681422 ], [ 120.0449175, 30.2681532 ], [ 120.0449302, 30.2681727 ], [ 120.0449119, 30.2681849 ], [ 120.0448809, 30.2681873 ], [ 120.0448639, 30.2682116 ], [ 120.0448611, 30.2682603 ], [ 120.0448498, 30.2682944 ], [ 120.0448343, 30.2683431 ], [ 120.0448146, 30.2683724 ], [ 120.044785, 30.2684077 ], [ 120.0446962, 30.2684065 ], [ 120.0446285, 30.268404 ], [ 120.0445637, 30.268415 ], [ 120.0445129, 30.2684345 ], [ 120.0444734, 30.2684515 ], [ 120.0444255, 30.2684612 ], [ 120.0443987, 30.2684442 ], [ 120.0443609, 30.2684414 ], [ 120.0443631, 30.2685225 ], [ 120.0443357, 30.2685957 ], [ 120.0444284, 30.2685477 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0514829, 30.2692103 ], [ 120.0515701, 30.269265 ], [ 120.0517088, 30.2692787 ], [ 120.0518435, 30.2693438 ], [ 120.0519585, 30.2693027 ], [ 120.0520932, 30.2693061 ], [ 120.0522478, 30.2693301 ], [ 120.0523706, 30.2693677 ], [ 120.052545, 30.2693609 ], [ 120.0526322, 30.2692924 ], [ 120.0526203, 30.2692103 ], [ 120.0525093, 30.2691658 ], [ 120.052331, 30.2691487 ], [ 120.0521685, 30.2691418 ], [ 120.0519545, 30.2690665 ], [ 120.051796, 30.2690392 ], [ 120.0517088, 30.268981 ], [ 120.051586, 30.2689194 ], [ 120.0514948, 30.2689639 ], [ 120.051471, 30.2690939 ], [ 120.0514829, 30.2692103 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0498142, 30.26936 ], [ 120.0498759, 30.2693253 ], [ 120.0499322, 30.2692558 ], [ 120.0500368, 30.2692234 ], [ 120.0501173, 30.2692002 ], [ 120.0501494, 30.2691376 ], [ 120.0501092, 30.269096 ], [ 120.05001, 30.269096 ], [ 120.0499322, 30.2690774 ], [ 120.0498812, 30.2690821 ], [ 120.0498759, 30.2691701 ], [ 120.0498008, 30.2692465 ], [ 120.0497927, 30.2693021 ], [ 120.0498142, 30.26936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0501468, 30.2694805 ], [ 120.0501977, 30.2694782 ], [ 120.0502245, 30.2695083 ], [ 120.0502004, 30.2695361 ], [ 120.050187, 30.2695732 ], [ 120.0501763, 30.2696056 ], [ 120.0502138, 30.2696288 ], [ 120.0503157, 30.2696102 ], [ 120.0503721, 30.2695523 ], [ 120.0504043, 30.2694759 ], [ 120.0504043, 30.269367 ], [ 120.050423, 30.2692743 ], [ 120.0504338, 30.2691817 ], [ 120.0504123, 30.26914 ], [ 120.0503077, 30.2690913 ], [ 120.0502433, 30.2690844 ], [ 120.0502004, 30.2691006 ], [ 120.0501843, 30.2691793 ], [ 120.0501763, 30.2692627 ], [ 120.0501763, 30.2693137 ], [ 120.0501924, 30.2693739 ], [ 120.0501655, 30.2694133 ], [ 120.0501441, 30.2694481 ], [ 120.0501468, 30.2694805 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0505437, 30.2694851 ], [ 120.0506322, 30.2695222 ], [ 120.0507422, 30.2695616 ], [ 120.0508602, 30.2695894 ], [ 120.0509756, 30.2696334 ], [ 120.0510748, 30.2696705 ], [ 120.051158, 30.2697075 ], [ 120.0512223, 30.2697353 ], [ 120.0512599, 30.2697423 ], [ 120.0512867, 30.269733 ], [ 120.0513189, 30.2696774 ], [ 120.0513484, 30.2695708 ], [ 120.0513564, 30.2695152 ], [ 120.0513699, 30.2694527 ], [ 120.0513082, 30.2693716 ], [ 120.0511928, 30.2693461 ], [ 120.0511177, 30.2693091 ], [ 120.0510507, 30.269272 ], [ 120.0509702, 30.269272 ], [ 120.0508978, 30.2692512 ], [ 120.0508012, 30.2692697 ], [ 120.05071, 30.2692697 ], [ 120.0506135, 30.269272 ], [ 120.0505625, 30.2693044 ], [ 120.050525, 30.2693647 ], [ 120.0505169, 30.2694318 ], [ 120.0505437, 30.2694851 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0445201, 30.2693205 ], [ 120.0445978, 30.2693588 ], [ 120.0446256, 30.2694427 ], [ 120.0445895, 30.2694979 ], [ 120.0445368, 30.2695314 ], [ 120.044534, 30.2695841 ], [ 120.0445728, 30.2696488 ], [ 120.0446644, 30.269716 ], [ 120.0447255, 30.269704 ], [ 120.0447657, 30.2696381 ], [ 120.0448282, 30.2696297 ], [ 120.0448642, 30.2697088 ], [ 120.0449031, 30.2697831 ], [ 120.0449836, 30.2698454 ], [ 120.0451501, 30.2699005 ], [ 120.0452195, 30.269819 ], [ 120.0453055, 30.2697303 ], [ 120.0453527, 30.2696824 ], [ 120.0453499, 30.2696129 ], [ 120.0452916, 30.2695578 ], [ 120.0451723, 30.2695146 ], [ 120.0450474, 30.2694188 ], [ 120.0449863, 30.2693229 ], [ 120.0448948, 30.269251 ], [ 120.0447893, 30.2691767 ], [ 120.0446839, 30.2691407 ], [ 120.0446034, 30.2691359 ], [ 120.0445173, 30.2691551 ], [ 120.0444618, 30.2692102 ], [ 120.0444591, 30.2692702 ], [ 120.0445201, 30.2693205 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0519743, 30.2696347 ], [ 120.0520575, 30.2696894 ], [ 120.0521606, 30.2696997 ], [ 120.0523706, 30.26971 ], [ 120.0525688, 30.2696826 ], [ 120.0525945, 30.2695987 ], [ 120.0525727, 30.2695286 ], [ 120.0524182, 30.2694396 ], [ 120.0522042, 30.2694191 ], [ 120.05201, 30.269378 ], [ 120.0519109, 30.2694772 ], [ 120.0518951, 30.2695799 ], [ 120.0519743, 30.2696347 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0409526, 30.2695364 ], [ 120.0409956, 30.2695689 ], [ 120.0410144, 30.2696315 ], [ 120.0410144, 30.2696896 ], [ 120.041044, 30.269743 ], [ 120.0410601, 30.2698451 ], [ 120.0410467, 30.2699078 ], [ 120.041036, 30.2699589 ], [ 120.0410709, 30.2699728 ], [ 120.041122, 30.2698869 ], [ 120.0411999, 30.2697894 ], [ 120.0412752, 30.2696849 ], [ 120.0412698, 30.2695294 ], [ 120.0412107, 30.2694063 ], [ 120.0411515, 30.2693251 ], [ 120.0410816, 30.2693112 ], [ 120.0409795, 30.2693204 ], [ 120.0409338, 30.2693762 ], [ 120.040915, 30.2694551 ], [ 120.0409526, 30.2695364 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0490622, 30.2697523 ], [ 120.0491067, 30.2697917 ], [ 120.0492121, 30.2698063 ], [ 120.0493598, 30.2698354 ], [ 120.0494399, 30.2698063 ], [ 120.0494779, 30.2697407 ], [ 120.0494863, 30.2696715 ], [ 120.0494104, 30.2696241 ], [ 120.0493513, 30.2695112 ], [ 120.0492796, 30.2695112 ], [ 120.0492079, 30.2694857 ], [ 120.0491657, 30.2695075 ], [ 120.0491235, 30.2695731 ], [ 120.0490898, 30.2696278 ], [ 120.0490518, 30.2697061 ], [ 120.0490622, 30.2697523 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0515027, 30.2697203 ], [ 120.051578, 30.269864 ], [ 120.0516692, 30.2698948 ], [ 120.0518158, 30.2698948 ], [ 120.0519268, 30.2698948 ], [ 120.0519981, 30.26984 ], [ 120.0519981, 30.2697305 ], [ 120.0519347, 30.2696655 ], [ 120.0518396, 30.2695936 ], [ 120.0517128, 30.2695594 ], [ 120.0515939, 30.2695423 ], [ 120.0515424, 30.2695662 ], [ 120.0515027, 30.2696484 ], [ 120.0515027, 30.2697203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0582968, 30.269032 ], [ 120.0583443, 30.2691387 ], [ 120.0584299, 30.2691757 ], [ 120.058677, 30.2691182 ], [ 120.0586865, 30.269069 ], [ 120.0586484, 30.2690156 ], [ 120.0585819, 30.2689869 ], [ 120.0585487, 30.2688638 ], [ 120.0585106, 30.268794 ], [ 120.0584346, 30.2687899 ], [ 120.0583443, 30.2688104 ], [ 120.0582778, 30.2688474 ], [ 120.0582493, 30.2689335 ], [ 120.0582968, 30.269032 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0566121, 30.269436 ], [ 120.0566839, 30.2694733 ], [ 120.0567654, 30.2695312 ], [ 120.0568803, 30.2694939 ], [ 120.0569234, 30.269465 ], [ 120.0569857, 30.2694071 ], [ 120.0570432, 30.2693491 ], [ 120.0571246, 30.269345 ], [ 120.057206, 30.2693243 ], [ 120.05723, 30.2692416 ], [ 120.0572635, 30.2691713 ], [ 120.0573497, 30.2691878 ], [ 120.057479, 30.2691382 ], [ 120.05757, 30.2690306 ], [ 120.057594, 30.2689644 ], [ 120.0575748, 30.2688775 ], [ 120.0574503, 30.2688238 ], [ 120.057412, 30.2687369 ], [ 120.0573689, 30.2685094 ], [ 120.0573018, 30.2684721 ], [ 120.0571821, 30.2684804 ], [ 120.0568324, 30.2685301 ], [ 120.0567797, 30.2685507 ], [ 120.0567654, 30.2686211 ], [ 120.0567606, 30.2686997 ], [ 120.0567318, 30.2687452 ], [ 120.0568228, 30.2687989 ], [ 120.0568947, 30.26889 ], [ 120.0569426, 30.2690141 ], [ 120.0570048, 30.2691754 ], [ 120.057024, 30.2692333 ], [ 120.0570288, 30.2692871 ], [ 120.0569809, 30.2693202 ], [ 120.0569186, 30.2693367 ], [ 120.0567318, 30.2693243 ], [ 120.0566025, 30.2693367 ], [ 120.0565785, 30.2693781 ], [ 120.0566121, 30.269436 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0561523, 30.2687617 ], [ 120.0562289, 30.26877 ], [ 120.0562433, 30.2688651 ], [ 120.0562672, 30.2690596 ], [ 120.0563103, 30.2691258 ], [ 120.0563247, 30.269225 ], [ 120.0563343, 30.2692995 ], [ 120.0563726, 30.2693781 ], [ 120.0563582, 30.2694567 ], [ 120.0563391, 30.2695643 ], [ 120.0562959, 30.2695974 ], [ 120.0562624, 30.2695601 ], [ 120.0562433, 30.2693533 ], [ 120.0561906, 30.2693616 ], [ 120.056181, 30.2694071 ], [ 120.0561906, 30.2694733 ], [ 120.0562049, 30.2695353 ], [ 120.0562097, 30.269618 ], [ 120.0562576, 30.2696677 ], [ 120.0563391, 30.2697091 ], [ 120.056336, 30.2697406 ], [ 120.0564568, 30.269625 ], [ 120.0564349, 30.2695767 ], [ 120.0564636, 30.2694898 ], [ 120.0564732, 30.2693988 ], [ 120.0564301, 30.2693616 ], [ 120.0563917, 30.2692292 ], [ 120.0563486, 30.2690968 ], [ 120.0563199, 30.2688569 ], [ 120.0563199, 30.2687203 ], [ 120.0563582, 30.2686417 ], [ 120.0563582, 30.2685921 ], [ 120.0563199, 30.2685342 ], [ 120.0562672, 30.2685176 ], [ 120.0562385, 30.2685714 ], [ 120.0562289, 30.2686459 ], [ 120.0562145, 30.2686997 ], [ 120.0561331, 30.2687203 ], [ 120.0561523, 30.2687617 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0534374, 30.2691792 ], [ 120.0534699, 30.269212 ], [ 120.0536162, 30.2692213 ], [ 120.0538328, 30.269226 ], [ 120.0540007, 30.2691839 ], [ 120.0540711, 30.269109 ], [ 120.0538978, 30.2690482 ], [ 120.053692, 30.2690482 ], [ 120.0535133, 30.2690576 ], [ 120.0534483, 30.2690529 ], [ 120.0534374, 30.2690997 ], [ 120.0534374, 30.2691792 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.058867, 30.2692619 ], [ 120.0589478, 30.269307 ], [ 120.0589573, 30.2694383 ], [ 120.0592282, 30.2694301 ], [ 120.0592519, 30.2693891 ], [ 120.0592519, 30.2692988 ], [ 120.0592377, 30.2692003 ], [ 120.0592234, 30.2691141 ], [ 120.0591711, 30.2690772 ], [ 120.0590666, 30.2690772 ], [ 120.0589288, 30.2690813 ], [ 120.0588575, 30.2691182 ], [ 120.0588433, 30.2691839 ], [ 120.058867, 30.2692619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0638568, 30.2694722 ], [ 120.0639463, 30.2694915 ], [ 120.0639911, 30.2693949 ], [ 120.0640358, 30.2692403 ], [ 120.0640023, 30.2692114 ], [ 120.0638904, 30.2692114 ], [ 120.0638457, 30.2692597 ], [ 120.0638289, 30.2693515 ], [ 120.0638065, 30.2694239 ], [ 120.0638568, 30.2694722 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0629203, 30.2696215 ], [ 120.063179, 30.2695711 ], [ 120.0632624, 30.269499 ], [ 120.0633291, 30.2693477 ], [ 120.0633291, 30.269218 ], [ 120.063229, 30.2691532 ], [ 120.0630705, 30.2691316 ], [ 120.0629787, 30.2691964 ], [ 120.0628703, 30.2693261 ], [ 120.0628035, 30.2694558 ], [ 120.0627952, 30.2695495 ], [ 120.0629203, 30.2696215 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0534428, 30.2695301 ], [ 120.0535458, 30.2695347 ], [ 120.0536595, 30.2694786 ], [ 120.0537949, 30.2694739 ], [ 120.053952, 30.2694739 ], [ 120.0540224, 30.2694365 ], [ 120.0540495, 30.2693383 ], [ 120.0539845, 30.2692821 ], [ 120.0538436, 30.2692728 ], [ 120.0536866, 30.2692728 ], [ 120.0535349, 30.2692634 ], [ 120.0534591, 30.2693149 ], [ 120.0534374, 30.2694131 ], [ 120.0534266, 30.2694926 ], [ 120.0534428, 30.2695301 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0642204, 30.269564 ], [ 120.0643099, 30.2695688 ], [ 120.0643435, 30.2695398 ], [ 120.064405, 30.2694481 ], [ 120.0644721, 30.2693563 ], [ 120.0644721, 30.2692887 ], [ 120.0644106, 30.2692452 ], [ 120.0643323, 30.2692403 ], [ 120.0642819, 30.2693031 ], [ 120.0641812, 30.2695109 ], [ 120.0642204, 30.269564 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0584394, 30.2694055 ], [ 120.0584726, 30.2695491 ], [ 120.0584821, 30.2696189 ], [ 120.0585534, 30.2696599 ], [ 120.0586865, 30.2695943 ], [ 120.0587482, 30.2695902 ], [ 120.0587862, 30.2695697 ], [ 120.0587862, 30.2694794 ], [ 120.0587482, 30.2693768 ], [ 120.058715, 30.2692537 ], [ 120.0586532, 30.2692208 ], [ 120.0585582, 30.2692208 ], [ 120.0584631, 30.2692413 ], [ 120.0584109, 30.2693029 ], [ 120.0584394, 30.2694055 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0713576, 30.2688622 ], [ 120.0713834, 30.268894 ], [ 120.0714318, 30.2689035 ], [ 120.0715083, 30.2688995 ], [ 120.0715838, 30.2689 ], [ 120.0716848, 30.2689101 ], [ 120.0717322, 30.2689467 ], [ 120.0717571, 30.2690114 ], [ 120.0717384, 30.2691138 ], [ 120.0716885, 30.2692862 ], [ 120.0716823, 30.2693993 ], [ 120.0717821, 30.2694478 ], [ 120.0718445, 30.2692916 ], [ 120.0719069, 30.2690922 ], [ 120.0719443, 30.2690383 ], [ 120.0720878, 30.2690599 ], [ 120.0721002, 30.2689952 ], [ 120.0719942, 30.2689467 ], [ 120.0719006, 30.2689036 ], [ 120.0718819, 30.2688013 ], [ 120.0719692, 30.2686342 ], [ 120.0719505, 30.2685265 ], [ 120.0718445, 30.2685211 ], [ 120.071807, 30.2685804 ], [ 120.0717634, 30.2687043 ], [ 120.0716963, 30.2687725 ], [ 120.0716077, 30.2687594 ], [ 120.0715165, 30.2687434 ], [ 120.0714612, 30.2687116 ], [ 120.0713979, 30.2686832 ], [ 120.0713533, 30.2687067 ], [ 120.0713618, 30.2687632 ], [ 120.0713418, 30.2688152 ], [ 120.0713576, 30.2688622 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.068003, 30.2691766 ], [ 120.0680945, 30.269092 ], [ 120.0681533, 30.2689735 ], [ 120.0681794, 30.2688719 ], [ 120.0681206, 30.2688098 ], [ 120.0680357, 30.2688324 ], [ 120.0679834, 30.2689283 ], [ 120.0679573, 30.2690581 ], [ 120.0679442, 30.2691428 ], [ 120.068003, 30.2691766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0668662, 30.2691597 ], [ 120.0669381, 30.2691202 ], [ 120.0669511, 30.2690525 ], [ 120.0670426, 30.2690638 ], [ 120.0671079, 30.2690976 ], [ 120.0671471, 30.2690412 ], [ 120.0671537, 30.2689058 ], [ 120.0671014, 30.2688437 ], [ 120.0669577, 30.2688268 ], [ 120.0668662, 30.2688888 ], [ 120.0668531, 30.2690299 ], [ 120.0668662, 30.2691597 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0704845, 30.2693024 ], [ 120.0705718, 30.2693185 ], [ 120.0705781, 30.2691946 ], [ 120.070628, 30.269173 ], [ 120.0706966, 30.2692 ], [ 120.0706966, 30.2692592 ], [ 120.070734, 30.2693077 ], [ 120.0708214, 30.2693024 ], [ 120.0708775, 30.2692377 ], [ 120.07089, 30.2690761 ], [ 120.070865, 30.2690114 ], [ 120.0707652, 30.2689791 ], [ 120.0706716, 30.2690168 ], [ 120.0706217, 30.2690814 ], [ 120.0705282, 30.2690707 ], [ 120.0704782, 30.2691838 ], [ 120.0704845, 30.2693024 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0659058, 30.2695727 ], [ 120.0660157, 30.2696527 ], [ 120.0660736, 30.2696027 ], [ 120.0661141, 30.2694479 ], [ 120.066195, 30.269308 ], [ 120.0662702, 30.2691032 ], [ 120.0663339, 30.2689333 ], [ 120.0663628, 30.2688084 ], [ 120.0663396, 30.2687734 ], [ 120.0662471, 30.2687485 ], [ 120.0661661, 30.2687684 ], [ 120.0661083, 30.2688384 ], [ 120.0660389, 30.2690282 ], [ 120.0660215, 30.2691431 ], [ 120.0660504, 30.2692081 ], [ 120.0660504, 30.269278 ], [ 120.065981, 30.269328 ], [ 120.0659463, 30.2693829 ], [ 120.0659058, 30.2694828 ], [ 120.0659058, 30.2695727 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0684995, 30.269408 ], [ 120.0685779, 30.2692838 ], [ 120.0686433, 30.2691202 ], [ 120.0686302, 30.2690638 ], [ 120.0685649, 30.2690638 ], [ 120.0685322, 30.2691202 ], [ 120.0684995, 30.2692274 ], [ 120.0684734, 30.2693346 ], [ 120.0684995, 30.269408 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0689896, 30.2690638 ], [ 120.0690418, 30.2691145 ], [ 120.0691072, 30.2691992 ], [ 120.0691856, 30.2692443 ], [ 120.069277, 30.2692895 ], [ 120.0694404, 30.2693064 ], [ 120.0695057, 30.2692387 ], [ 120.0695776, 30.26925 ], [ 120.0695776, 30.2693233 ], [ 120.0695449, 30.269391 ], [ 120.0695057, 30.2694982 ], [ 120.0694665, 30.269628 ], [ 120.0694273, 30.2697409 ], [ 120.0694861, 30.2697635 ], [ 120.0695776, 30.269724 ], [ 120.0696102, 30.2694362 ], [ 120.069669, 30.2691992 ], [ 120.0696407, 30.2691927 ], [ 120.069473, 30.269154 ], [ 120.0693228, 30.2691484 ], [ 120.0691986, 30.2690694 ], [ 120.0691268, 30.2689396 ], [ 120.0690418, 30.268917 ], [ 120.0689896, 30.2689791 ], [ 120.0689896, 30.2690638 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.065125, 30.2696127 ], [ 120.0651886, 30.2696527 ], [ 120.0653043, 30.2696826 ], [ 120.065339, 30.2696127 ], [ 120.0653216, 30.2695128 ], [ 120.0653216, 30.2694079 ], [ 120.0653679, 30.269323 ], [ 120.0654142, 30.269263 ], [ 120.0654026, 30.2691881 ], [ 120.0652985, 30.2691581 ], [ 120.0652233, 30.2691681 ], [ 120.065177, 30.269263 ], [ 120.0651944, 30.2693529 ], [ 120.065177, 30.2694429 ], [ 120.0651423, 30.2694928 ], [ 120.0651076, 30.2695528 ], [ 120.065125, 30.2696127 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0676437, 30.2695603 ], [ 120.0676894, 30.2696111 ], [ 120.0677417, 30.2695265 ], [ 120.0677809, 30.2694023 ], [ 120.0678005, 30.2693177 ], [ 120.0677482, 30.2692895 ], [ 120.0676894, 30.269329 ], [ 120.0676371, 30.26947 ], [ 120.0676437, 30.2695603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701289, 30.2696849 ], [ 120.0701913, 30.2697118 ], [ 120.0702786, 30.2696849 ], [ 120.0703098, 30.2695825 ], [ 120.0703098, 30.2694532 ], [ 120.0703535, 30.2693616 ], [ 120.0703722, 30.2692862 ], [ 120.070316, 30.2692054 ], [ 120.0702162, 30.2692161 ], [ 120.0701726, 30.26927 ], [ 120.0701414, 30.2695017 ], [ 120.0701227, 30.2696149 ], [ 120.0701289, 30.2696849 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0543805, 30.2695114 ], [ 120.0545272, 30.2695521 ], [ 120.0546215, 30.2694843 ], [ 120.0546163, 30.2694164 ], [ 120.0544905, 30.2693757 ], [ 120.0544067, 30.2693666 ], [ 120.0543753, 30.2693983 ], [ 120.0543596, 30.2694571 ], [ 120.0543805, 30.2695114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0619526, 30.2698737 ], [ 120.0622112, 30.2698016 ], [ 120.062328, 30.2696503 ], [ 120.0624365, 30.2694198 ], [ 120.0626033, 30.269254 ], [ 120.0624698, 30.2691099 ], [ 120.0622946, 30.2690667 ], [ 120.0622029, 30.2691748 ], [ 120.0622029, 30.2692973 ], [ 120.061986, 30.2695134 ], [ 120.0618692, 30.2697008 ], [ 120.0618608, 30.2698016 ], [ 120.0619526, 30.2698737 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.059442, 30.2696148 ], [ 120.059518, 30.2696599 ], [ 120.0596653, 30.2696723 ], [ 120.0597081, 30.2696271 ], [ 120.0597271, 30.2695738 ], [ 120.0597461, 30.2694342 ], [ 120.0597176, 30.2693604 ], [ 120.0596558, 30.2693316 ], [ 120.0595608, 30.269348 ], [ 120.0594705, 30.2693891 ], [ 120.0594372, 30.2694424 ], [ 120.0594325, 30.2695409 ], [ 120.059442, 30.2696148 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0590143, 30.2696517 ], [ 120.0592472, 30.2696066 ], [ 120.0592899, 30.2695902 ], [ 120.0593042, 30.2695491 ], [ 120.0592662, 30.2694999 ], [ 120.0591902, 30.2695163 ], [ 120.0590761, 30.2695409 ], [ 120.0589811, 30.2695491 ], [ 120.0589621, 30.2695943 ], [ 120.0590143, 30.2696517 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0549359, 30.2697829 ], [ 120.0549935, 30.2698101 ], [ 120.0550249, 30.269706 ], [ 120.0550354, 30.2695974 ], [ 120.0550407, 30.2694752 ], [ 120.0549621, 30.2694526 ], [ 120.0549254, 30.2694843 ], [ 120.0549202, 30.2695521 ], [ 120.0549202, 30.2696472 ], [ 120.0549149, 30.269715 ], [ 120.0549359, 30.2697829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0533887, 30.2697499 ], [ 120.0534428, 30.269792 ], [ 120.053562, 30.2697827 ], [ 120.053757, 30.2698154 ], [ 120.053887, 30.2698154 ], [ 120.0539466, 30.2697452 ], [ 120.053952, 30.2696517 ], [ 120.0539682, 30.2695815 ], [ 120.0539357, 30.2695301 ], [ 120.0538382, 30.2695207 ], [ 120.0537678, 30.2695909 ], [ 120.0537082, 30.2696283 ], [ 120.0535674, 30.2696283 ], [ 120.0534591, 30.2696002 ], [ 120.0533941, 30.2696189 ], [ 120.0533887, 30.2696891 ], [ 120.0533887, 30.2697499 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0543753, 30.2697965 ], [ 120.0544591, 30.2698463 ], [ 120.0545849, 30.2698734 ], [ 120.0547368, 30.2698417 ], [ 120.0547735, 30.2697784 ], [ 120.0548101, 30.2696924 ], [ 120.0548259, 30.2695883 ], [ 120.0547997, 30.2694933 ], [ 120.0547211, 30.2694797 ], [ 120.0546844, 30.2695295 ], [ 120.0546687, 30.2695974 ], [ 120.054653, 30.2696698 ], [ 120.0545901, 30.269706 ], [ 120.054501, 30.269706 ], [ 120.054412, 30.2696562 ], [ 120.0543491, 30.2696743 ], [ 120.0543386, 30.2697331 ], [ 120.0543753, 30.2697965 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0579788, 30.2697867 ], [ 120.0580988, 30.2697742 ], [ 120.0581805, 30.2697825 ], [ 120.0582285, 30.2697452 ], [ 120.0582285, 30.2696995 ], [ 120.0581901, 30.2696581 ], [ 120.0581181, 30.2696207 ], [ 120.0580748, 30.2696995 ], [ 120.0580124, 30.2697203 ], [ 120.0579548, 30.2697244 ], [ 120.0579115, 30.2696788 ], [ 120.0578827, 30.269741 ], [ 120.0578635, 30.2698033 ], [ 120.0579788, 30.2697867 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.063689, 30.2698732 ], [ 120.0637618, 30.2698877 ], [ 120.063868, 30.2697379 ], [ 120.0638904, 30.2696268 ], [ 120.0638624, 30.269593 ], [ 120.0637562, 30.269593 ], [ 120.0637002, 30.2696123 ], [ 120.0636723, 30.2696944 ], [ 120.0636331, 30.2697717 ], [ 120.0636219, 30.2698393 ], [ 120.063689, 30.2698732 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.064047, 30.2700809 ], [ 120.0641868, 30.2701244 ], [ 120.0642987, 30.2700809 ], [ 120.0643267, 30.2699794 ], [ 120.0643379, 30.269878 ], [ 120.0643938, 30.2698152 ], [ 120.0643826, 30.2697379 ], [ 120.0643379, 30.2696896 ], [ 120.0642428, 30.2696799 ], [ 120.0641701, 30.2696751 ], [ 120.0641309, 30.2697379 ], [ 120.0640918, 30.269849 ], [ 120.0640582, 30.2699505 ], [ 120.0640358, 30.2700229 ], [ 120.064047, 30.2700809 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0679965, 30.2697296 ], [ 120.0680749, 30.2696055 ], [ 120.0681729, 30.2693572 ], [ 120.068199, 30.2692443 ], [ 120.0681467, 30.2691992 ], [ 120.0680683, 30.269233 ], [ 120.0680357, 30.2692951 ], [ 120.0679899, 30.2693967 ], [ 120.067905, 30.2695716 ], [ 120.0678919, 30.2696788 ], [ 120.0679965, 30.2697296 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0655588, 30.2697176 ], [ 120.065686, 30.2697626 ], [ 120.0657497, 30.2696876 ], [ 120.0657439, 30.2695028 ], [ 120.0657786, 30.2694279 ], [ 120.0658653, 30.269268 ], [ 120.065848, 30.2692131 ], [ 120.065767, 30.2691981 ], [ 120.0656687, 30.2692131 ], [ 120.0656108, 30.269283 ], [ 120.0655472, 30.269318 ], [ 120.065553, 30.2694179 ], [ 120.0655703, 30.2695328 ], [ 120.0655241, 30.2696227 ], [ 120.0655125, 30.2696776 ], [ 120.0655588, 30.2697176 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0698794, 30.2697334 ], [ 120.0699417, 30.2698142 ], [ 120.0700291, 30.2697657 ], [ 120.0700603, 30.2695556 ], [ 120.0700852, 30.2693886 ], [ 120.0700977, 30.2692754 ], [ 120.0700478, 30.2692054 ], [ 120.0699667, 30.2691946 ], [ 120.0699168, 30.2692646 ], [ 120.0698918, 30.2693778 ], [ 120.0698731, 30.2696202 ], [ 120.0698794, 30.2697334 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0645896, 30.2697089 ], [ 120.064679, 30.2696799 ], [ 120.0646958, 30.269593 ], [ 120.0647685, 30.2695302 ], [ 120.0648524, 30.2694964 ], [ 120.064886, 30.2694239 ], [ 120.0648916, 30.2693563 ], [ 120.0647965, 30.2693176 ], [ 120.064735, 30.2693515 ], [ 120.0646175, 30.2694336 ], [ 120.0645672, 30.2695254 ], [ 120.0645168, 30.2696268 ], [ 120.0645896, 30.2697089 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0691202, 30.2696619 ], [ 120.0692248, 30.2696619 ], [ 120.069277, 30.2696224 ], [ 120.0693293, 30.2695603 ], [ 120.0693293, 30.269487 ], [ 120.069264, 30.2694362 ], [ 120.0691398, 30.2694023 ], [ 120.0690484, 30.2693967 ], [ 120.068983, 30.2694249 ], [ 120.0688981, 30.2695434 ], [ 120.0688915, 30.2696111 ], [ 120.0691202, 30.2696619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0705282, 30.2698465 ], [ 120.0706467, 30.269825 ], [ 120.0706716, 30.269728 ], [ 120.0707028, 30.2696095 ], [ 120.0707715, 30.2695879 ], [ 120.0708089, 30.2696418 ], [ 120.0708276, 30.2696957 ], [ 120.07089, 30.2696633 ], [ 120.0709212, 30.269561 ], [ 120.0709025, 30.2694748 ], [ 120.0708276, 30.2694532 ], [ 120.0707278, 30.269464 ], [ 120.0706904, 30.2694317 ], [ 120.0706155, 30.2694155 ], [ 120.0705469, 30.2694424 ], [ 120.0705282, 30.2695179 ], [ 120.0705032, 30.269631 ], [ 120.0704782, 30.2697603 ], [ 120.0705282, 30.2698465 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0709524, 30.270186 ], [ 120.0710896, 30.270159 ], [ 120.0711333, 30.2700944 ], [ 120.0711458, 30.2700189 ], [ 120.0711458, 30.2699058 ], [ 120.071152, 30.2697819 ], [ 120.071177, 30.2695879 ], [ 120.0713017, 30.2693131 ], [ 120.0713204, 30.2691677 ], [ 120.0712269, 30.2691353 ], [ 120.071177, 30.2691784 ], [ 120.0711333, 30.2692646 ], [ 120.0710896, 30.2694155 ], [ 120.0710584, 30.2695825 ], [ 120.0710148, 30.2697064 ], [ 120.0709773, 30.2697873 ], [ 120.0709711, 30.269922 ], [ 120.07089, 30.2700459 ], [ 120.0708775, 30.2701321 ], [ 120.0709524, 30.270186 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0715949, 30.2697442 ], [ 120.0717135, 30.2697765 ], [ 120.0719006, 30.2696849 ], [ 120.0718757, 30.2695825 ], [ 120.0717447, 30.2695448 ], [ 120.0716324, 30.2695448 ], [ 120.0715575, 30.2695933 ], [ 120.0715263, 30.2696849 ], [ 120.0715949, 30.2697442 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0660099, 30.2705219 ], [ 120.0660736, 30.2705768 ], [ 120.0661141, 30.2706368 ], [ 120.0663454, 30.2706218 ], [ 120.0664553, 30.2705918 ], [ 120.06649, 30.2705119 ], [ 120.0664553, 30.270432 ], [ 120.0664322, 30.2703421 ], [ 120.06649, 30.2702372 ], [ 120.0665537, 30.2699024 ], [ 120.0665537, 30.2698075 ], [ 120.0664958, 30.2697176 ], [ 120.0665826, 30.2695927 ], [ 120.0666115, 30.2694329 ], [ 120.0666173, 30.2691631 ], [ 120.0666115, 30.2689733 ], [ 120.0665016, 30.2689483 ], [ 120.0664611, 30.2689933 ], [ 120.0664727, 30.2691081 ], [ 120.0664495, 30.2691981 ], [ 120.0664091, 30.269288 ], [ 120.0663339, 30.2694179 ], [ 120.0662818, 30.2695128 ], [ 120.0662992, 30.2696127 ], [ 120.0663628, 30.2697226 ], [ 120.0664611, 30.2697776 ], [ 120.0665074, 30.2698325 ], [ 120.0664842, 30.2700074 ], [ 120.0664669, 30.2701322 ], [ 120.0664495, 30.2702122 ], [ 120.0663917, 30.2702871 ], [ 120.0663281, 30.270362 ], [ 120.0662529, 30.270422 ], [ 120.0661545, 30.270457 ], [ 120.066062, 30.270412 ], [ 120.0659984, 30.270432 ], [ 120.0660099, 30.2705219 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0686302, 30.2699553 ], [ 120.0687086, 30.2699779 ], [ 120.0688001, 30.2698368 ], [ 120.0687935, 30.2697465 ], [ 120.0687413, 30.2697183 ], [ 120.0686563, 30.2697578 ], [ 120.0686302, 30.2698086 ], [ 120.0686041, 30.2698876 ], [ 120.0686302, 30.2699553 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0621612, 30.2702267 ], [ 120.062353, 30.2702844 ], [ 120.0626617, 30.2699962 ], [ 120.0627785, 30.2698161 ], [ 120.0628119, 30.2696864 ], [ 120.0627201, 30.2696431 ], [ 120.0626117, 30.2697008 ], [ 120.0624281, 30.2698881 ], [ 120.062278, 30.269989 ], [ 120.0621278, 30.270061 ], [ 120.0620944, 30.2701475 ], [ 120.0621612, 30.2702267 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.05685, 30.2696954 ], [ 120.0569077, 30.2697037 ], [ 120.0569461, 30.2698779 ], [ 120.0569365, 30.2699567 ], [ 120.0569077, 30.2699982 ], [ 120.0569029, 30.2700439 ], [ 120.0569605, 30.2700314 ], [ 120.0570181, 30.2700397 ], [ 120.0570566, 30.2701061 ], [ 120.0570518, 30.2701766 ], [ 120.0570854, 30.2702388 ], [ 120.0570854, 30.2703093 ], [ 120.0570662, 30.2704089 ], [ 120.0571142, 30.2705209 ], [ 120.0571526, 30.2705831 ], [ 120.0572007, 30.2706454 ], [ 120.0572487, 30.2706163 ], [ 120.0571766, 30.270496 ], [ 120.0571526, 30.2703716 ], [ 120.0571622, 30.2702181 ], [ 120.0572343, 30.2701807 ], [ 120.0573928, 30.270131 ], [ 120.057436, 30.2700521 ], [ 120.0574888, 30.2700024 ], [ 120.0577002, 30.2699111 ], [ 120.057753, 30.2698613 ], [ 120.0577434, 30.2697784 ], [ 120.0577146, 30.2697037 ], [ 120.0576233, 30.2696954 ], [ 120.0575849, 30.2697576 ], [ 120.0575417, 30.2698198 ], [ 120.0574937, 30.2698489 ], [ 120.0574024, 30.2698364 ], [ 120.0574216, 30.2699111 ], [ 120.0574072, 30.2699775 ], [ 120.0573351, 30.2699982 ], [ 120.0573063, 30.2699401 ], [ 120.0572531, 30.2699086 ], [ 120.0571238, 30.2699086 ], [ 120.057047, 30.2699609 ], [ 120.0569989, 30.2699443 ], [ 120.0569749, 30.2698074 ], [ 120.0569653, 30.2696954 ], [ 120.0569941, 30.2696332 ], [ 120.0570662, 30.2695751 ], [ 120.0573015, 30.2694672 ], [ 120.0574552, 30.2693884 ], [ 120.0575033, 30.2693428 ], [ 120.0574648, 30.2693013 ], [ 120.0573784, 30.269322 ], [ 120.0573015, 30.2693469 ], [ 120.0572295, 30.269376 ], [ 120.0571911, 30.2694341 ], [ 120.0571574, 30.2694838 ], [ 120.0570806, 30.269517 ], [ 120.0569797, 30.2695295 ], [ 120.0569077, 30.2695544 ], [ 120.05685, 30.2695917 ], [ 120.0568308, 30.2696456 ], [ 120.05685, 30.2696954 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0628035, 30.2703132 ], [ 120.0629621, 30.2701403 ], [ 120.0629871, 30.269989 ], [ 120.0630872, 30.2698233 ], [ 120.0631623, 30.2697368 ], [ 120.0631122, 30.2696575 ], [ 120.0630205, 30.2696647 ], [ 120.0629787, 30.269744 ], [ 120.0629537, 30.2698737 ], [ 120.0628953, 30.2699962 ], [ 120.0628619, 30.2700826 ], [ 120.0627869, 30.2701691 ], [ 120.0627285, 30.2702556 ], [ 120.0628035, 30.2703132 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0587245, 30.2700211 ], [ 120.0587482, 30.2701237 ], [ 120.0588053, 30.2701853 ], [ 120.0589953, 30.2701524 ], [ 120.0591094, 30.2701606 ], [ 120.0592044, 30.2701647 ], [ 120.0592519, 30.2701032 ], [ 120.0592614, 30.2700252 ], [ 120.0592282, 30.2698734 ], [ 120.0592044, 30.26982 ], [ 120.0590951, 30.2698118 ], [ 120.058791, 30.269861 ], [ 120.058715, 30.2698775 ], [ 120.0586865, 30.269939 ], [ 120.0587245, 30.2700211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0533237, 30.2703346 ], [ 120.0534158, 30.2703391 ], [ 120.0535133, 30.270344 ], [ 120.0535783, 30.2703767 ], [ 120.053692, 30.2703908 ], [ 120.053822, 30.2704048 ], [ 120.0538978, 30.2703908 ], [ 120.0539303, 30.2702692 ], [ 120.0539086, 30.2701241 ], [ 120.0539195, 30.2700259 ], [ 120.0539141, 30.2699183 ], [ 120.0538436, 30.2698809 ], [ 120.0537137, 30.2698762 ], [ 120.0535837, 30.2698435 ], [ 120.0534483, 30.2698528 ], [ 120.0533995, 30.2698949 ], [ 120.0534049, 30.2699698 ], [ 120.053432, 30.2700446 ], [ 120.0533887, 30.2701054 ], [ 120.0533399, 30.2701569 ], [ 120.0533129, 30.270213 ], [ 120.0533074, 30.2702785 ], [ 120.0533237, 30.2703346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0576924, 30.2702381 ], [ 120.0577621, 30.2703476 ], [ 120.0578698, 30.2704461 ], [ 120.0581804, 30.2703749 ], [ 120.0583768, 30.2702874 ], [ 120.0582818, 30.2700685 ], [ 120.0582057, 30.2699426 ], [ 120.0581107, 30.2698878 ], [ 120.0579205, 30.2699262 ], [ 120.0578001, 30.2700137 ], [ 120.0576481, 30.2701122 ], [ 120.0576924, 30.2702381 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0615924, 30.2702881 ], [ 120.0616712, 30.2702327 ], [ 120.0617254, 30.2701519 ], [ 120.0617846, 30.2701008 ], [ 120.0617254, 30.2700667 ], [ 120.0616416, 30.2700753 ], [ 120.0615874, 30.2701221 ], [ 120.0615431, 30.2701944 ], [ 120.0615332, 30.2702455 ], [ 120.0615924, 30.2702881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0526542, 30.2708021 ], [ 120.0528253, 30.2708855 ], [ 120.0529745, 30.2708855 ], [ 120.0531676, 30.2708968 ], [ 120.0532378, 30.2707945 ], [ 120.053286, 30.2706315 ], [ 120.0532817, 30.2704231 ], [ 120.0532378, 30.2701995 ], [ 120.0533036, 30.2699835 ], [ 120.053286, 30.2698584 ], [ 120.0531939, 30.2697826 ], [ 120.0530272, 30.2697447 ], [ 120.0529218, 30.2697637 ], [ 120.0528472, 30.2699645 ], [ 120.052777, 30.2701768 ], [ 120.0527156, 30.2703397 ], [ 120.0525532, 30.2705406 ], [ 120.0525489, 30.2707452 ], [ 120.0526542, 30.2708021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0618608, 30.2705005 ], [ 120.0619526, 30.2705438 ], [ 120.062011, 30.2706158 ], [ 120.0621361, 30.270587 ], [ 120.0622613, 30.2705942 ], [ 120.0623697, 30.2704069 ], [ 120.0621862, 30.2703132 ], [ 120.0619693, 30.2702556 ], [ 120.0618441, 30.2704213 ], [ 120.0618608, 30.2705005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0567316, 30.2703257 ], [ 120.0567557, 30.2704008 ], [ 120.0567606, 30.2704676 ], [ 120.0567654, 30.2705385 ], [ 120.0567799, 30.2705969 ], [ 120.0568089, 30.2706803 ], [ 120.0568137, 30.2707554 ], [ 120.0568427, 30.2708305 ], [ 120.0569055, 30.2708513 ], [ 120.0569296, 30.2707721 ], [ 120.0569103, 30.2706177 ], [ 120.0568765, 30.2705134 ], [ 120.0568427, 30.2703633 ], [ 120.056833, 30.2702298 ], [ 120.056833, 30.2701422 ], [ 120.0567847, 30.2701338 ], [ 120.0567413, 30.2701589 ], [ 120.0567219, 30.2702214 ], [ 120.0566881, 30.2702757 ], [ 120.0567316, 30.2703257 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0667878, 30.2702374 ], [ 120.0668727, 30.2702769 ], [ 120.0669838, 30.2702149 ], [ 120.0669838, 30.2701246 ], [ 120.0669773, 30.270023 ], [ 120.0670426, 30.2699835 ], [ 120.0670687, 30.2699045 ], [ 120.0670949, 30.2695547 ], [ 120.0672647, 30.2695152 ], [ 120.0673497, 30.269487 ], [ 120.0672843, 30.2694362 ], [ 120.0670949, 30.2694362 ], [ 120.0669903, 30.2694587 ], [ 120.066925, 30.2694418 ], [ 120.0668531, 30.2694757 ], [ 120.0668335, 30.2695885 ], [ 120.0668335, 30.2697183 ], [ 120.0668531, 30.2698763 ], [ 120.0668923, 30.2699497 ], [ 120.0669054, 30.270023 ], [ 120.0668466, 30.2700456 ], [ 120.0667812, 30.2700907 ], [ 120.0667551, 30.2701528 ], [ 120.0667878, 30.2702374 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678135, 30.2698763 ], [ 120.0678985, 30.2699214 ], [ 120.0679377, 30.2699779 ], [ 120.0680553, 30.2700287 ], [ 120.0683101, 30.2700399 ], [ 120.068395, 30.2700399 ], [ 120.0685779, 30.270102 ], [ 120.0688981, 30.2702262 ], [ 120.0688654, 30.2703108 ], [ 120.0689307, 30.2702769 ], [ 120.0690614, 30.2702149 ], [ 120.0691921, 30.2702092 ], [ 120.0693489, 30.270181 ], [ 120.0694861, 30.2701867 ], [ 120.0696429, 30.2701584 ], [ 120.0696429, 30.2700399 ], [ 120.0695449, 30.2700287 ], [ 120.06946, 30.2700456 ], [ 120.0694208, 30.2701246 ], [ 120.0691856, 30.2701302 ], [ 120.0689438, 30.2701584 ], [ 120.0688262, 30.2701359 ], [ 120.0685975, 30.2700625 ], [ 120.0684407, 30.2700004 ], [ 120.0683427, 30.2698989 ], [ 120.0683689, 30.2697691 ], [ 120.0684277, 30.2695772 ], [ 120.0683885, 30.2695265 ], [ 120.0683166, 30.2695716 ], [ 120.0682839, 30.2696619 ], [ 120.0682578, 30.2697691 ], [ 120.0682447, 30.2698594 ], [ 120.0682905, 30.2699271 ], [ 120.068297, 30.2699779 ], [ 120.0682186, 30.2699892 ], [ 120.068101, 30.2699384 ], [ 120.0680226, 30.2698763 ], [ 120.067905, 30.2698086 ], [ 120.0678135, 30.2697973 ], [ 120.0677809, 30.2698312 ], [ 120.0678135, 30.2698763 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0690092, 30.2700907 ], [ 120.069179, 30.2700569 ], [ 120.0692182, 30.2700061 ], [ 120.0692313, 30.2699045 ], [ 120.0691986, 30.2698255 ], [ 120.0691006, 30.2697804 ], [ 120.068983, 30.2697691 ], [ 120.0689111, 30.2698199 ], [ 120.0688785, 30.2699045 ], [ 120.0688523, 30.2700456 ], [ 120.0690092, 30.2700907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0675326, 30.2701641 ], [ 120.0675653, 30.2700061 ], [ 120.0676045, 30.2699102 ], [ 120.0675718, 30.2698707 ], [ 120.0674999, 30.2698763 ], [ 120.0674738, 30.2699497 ], [ 120.0674477, 30.2701077 ], [ 120.0675326, 30.2701641 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0726173, 30.2703007 ], [ 120.0726872, 30.2703309 ], [ 120.072792, 30.2703208 ], [ 120.0729142, 30.2702554 ], [ 120.0729783, 30.2702001 ], [ 120.0730132, 30.2701146 ], [ 120.0730249, 30.2700342 ], [ 120.073019, 30.2699487 ], [ 120.0729725, 30.2698733 ], [ 120.0729142, 30.2698532 ], [ 120.0728211, 30.2698682 ], [ 120.0726522, 30.2701699 ], [ 120.0726173, 30.2702605 ], [ 120.0726173, 30.2703007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0676633, 30.2701415 ], [ 120.0676567, 30.2702092 ], [ 120.067709, 30.2702544 ], [ 120.0678331, 30.2700399 ], [ 120.0678331, 30.2699722 ], [ 120.0677743, 30.2699327 ], [ 120.0676829, 30.2699497 ], [ 120.0676567, 30.2700399 ], [ 120.0676633, 30.2701415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0643043, 30.27039 ], [ 120.064405, 30.270419 ], [ 120.0644106, 30.2704818 ], [ 120.0644777, 30.2704722 ], [ 120.0645672, 30.270477 ], [ 120.0646119, 30.2703611 ], [ 120.0646399, 30.2702596 ], [ 120.0646567, 30.2701437 ], [ 120.0646902, 30.2700857 ], [ 120.0647853, 30.2700229 ], [ 120.0648636, 30.2699649 ], [ 120.0649699, 30.2699553 ], [ 120.0649867, 30.2699021 ], [ 120.0649475, 30.2698635 ], [ 120.0648524, 30.2698635 ], [ 120.0648021, 30.2698973 ], [ 120.0647629, 30.2699601 ], [ 120.0647126, 30.2699939 ], [ 120.0646119, 30.2699553 ], [ 120.0644777, 30.2699505 ], [ 120.0644273, 30.2700084 ], [ 120.0643714, 30.2701002 ], [ 120.0643099, 30.270221 ], [ 120.0642819, 30.2703224 ], [ 120.0643043, 30.27039 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0731588, 30.2707935 ], [ 120.0732345, 30.2708287 ], [ 120.0733218, 30.2706828 ], [ 120.0733567, 30.2706175 ], [ 120.073415, 30.2705119 ], [ 120.0734557, 30.2703107 ], [ 120.0735838, 30.2699587 ], [ 120.0736362, 30.2697828 ], [ 120.0737061, 30.2697375 ], [ 120.073677, 30.2696973 ], [ 120.0736013, 30.2696922 ], [ 120.0735372, 30.2697073 ], [ 120.0735081, 30.2697978 ], [ 120.0734441, 30.2699789 ], [ 120.0734033, 30.2701347 ], [ 120.0731704, 30.2706778 ], [ 120.0731588, 30.2707231 ], [ 120.0731588, 30.2707935 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678266, 30.2703108 ], [ 120.0678462, 30.2703898 ], [ 120.0679311, 30.2704293 ], [ 120.0680291, 30.2704462 ], [ 120.0680945, 30.2703277 ], [ 120.0681533, 30.2702262 ], [ 120.0681598, 30.2701415 ], [ 120.0681075, 30.2700964 ], [ 120.0679965, 30.2700907 ], [ 120.0679246, 30.2701189 ], [ 120.0678658, 30.2701754 ], [ 120.0678201, 30.2702431 ], [ 120.0678266, 30.2703108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0672059, 30.2705986 ], [ 120.067317, 30.2705365 ], [ 120.0673889, 30.2705139 ], [ 120.0674999, 30.2705365 ], [ 120.067513, 30.2704293 ], [ 120.0675979, 30.2703446 ], [ 120.0674803, 30.2702995 ], [ 120.0673301, 30.2703108 ], [ 120.0672386, 30.2702769 ], [ 120.0673301, 30.2701189 ], [ 120.0672843, 30.2700174 ], [ 120.0672255, 30.2700512 ], [ 120.0671602, 30.2701246 ], [ 120.067121, 30.2702262 ], [ 120.0670883, 30.2703277 ], [ 120.0670295, 30.270418 ], [ 120.0670165, 30.2704857 ], [ 120.0672059, 30.2705986 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0504525, 30.2697168 ], [ 120.0505035, 30.2697376 ], [ 120.0505732, 30.269784 ], [ 120.0506457, 30.2697979 ], [ 120.0507529, 30.2698488 ], [ 120.0508522, 30.2698789 ], [ 120.0509675, 30.269923 ], [ 120.0511204, 30.2699809 ], [ 120.0512357, 30.2699901 ], [ 120.0512894, 30.26996 ], [ 120.0512974, 30.269923 ], [ 120.0513028, 30.2698558 ], [ 120.0512921, 30.2698187 ], [ 120.0512331, 30.2697724 ], [ 120.0510829, 30.2697191 ], [ 120.0508897, 30.2696427 ], [ 120.0507369, 30.269594 ], [ 120.0505813, 30.2695407 ], [ 120.0505276, 30.2695454 ], [ 120.0504525, 30.2696589 ], [ 120.0504525, 30.2697168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0495833, 30.2697626 ], [ 120.0496382, 30.2698281 ], [ 120.0497352, 30.2698901 ], [ 120.0498364, 30.2699739 ], [ 120.0500136, 30.2700467 ], [ 120.0501697, 30.2700905 ], [ 120.0502667, 30.2700977 ], [ 120.05033, 30.2700613 ], [ 120.0503553, 30.2699666 ], [ 120.0503469, 30.2698755 ], [ 120.0503173, 30.2698026 ], [ 120.0502119, 30.2697553 ], [ 120.0501191, 30.2697116 ], [ 120.0499588, 30.2696861 ], [ 120.0498238, 30.2696533 ], [ 120.0496972, 30.2696314 ], [ 120.0496086, 30.2696059 ], [ 120.0495749, 30.2696278 ], [ 120.0495707, 30.2697079 ], [ 120.0495833, 30.2697626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0418625, 30.270085 ], [ 120.0419061, 30.2701063 ], [ 120.0419858, 30.2701194 ], [ 120.0420294, 30.2701636 ], [ 120.0420711, 30.2701718 ], [ 120.0421944, 30.2701718 ], [ 120.0422494, 30.2701701 ], [ 120.0423063, 30.2701816 ], [ 120.0423519, 30.2702226 ], [ 120.0423955, 30.2702471 ], [ 120.0424733, 30.2702488 ], [ 120.0425226, 30.2702046 ], [ 120.0425548, 30.2701112 ], [ 120.0425321, 30.2700407 ], [ 120.042479, 30.2699768 ], [ 120.042422, 30.2699228 ], [ 120.04235, 30.2698851 ], [ 120.0422286, 30.2698507 ], [ 120.042128, 30.2698245 ], [ 120.0420806, 30.269772 ], [ 120.0420635, 30.2697163 ], [ 120.0419965, 30.2697003 ], [ 120.0419801, 30.2697016 ], [ 120.0419611, 30.2697229 ], [ 120.0419592, 30.2697622 ], [ 120.0419592, 30.2697917 ], [ 120.041908, 30.269813 ], [ 120.0418928, 30.2698376 ], [ 120.0418833, 30.2698835 ], [ 120.0418852, 30.2699392 ], [ 120.0418852, 30.2699785 ], [ 120.0418606, 30.2700194 ], [ 120.0418625, 30.270085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0487413, 30.2699194 ], [ 120.04879, 30.2699404 ], [ 120.0488143, 30.2700456 ], [ 120.0487802, 30.2701381 ], [ 120.0487997, 30.2702012 ], [ 120.0488533, 30.2702223 ], [ 120.0489069, 30.2701802 ], [ 120.0489264, 30.2701171 ], [ 120.0489507, 30.270075 ], [ 120.0489945, 30.2700288 ], [ 120.0490189, 30.2699825 ], [ 120.0489994, 30.269911 ], [ 120.0489312, 30.2698605 ], [ 120.0488874, 30.269831 ], [ 120.048823, 30.269791 ], [ 120.0486942, 30.2698982 ], [ 120.0487413, 30.2699194 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0505556, 30.2700591 ], [ 120.0506428, 30.270107 ], [ 120.0507894, 30.2701378 ], [ 120.0509757, 30.2701618 ], [ 120.0510312, 30.2701275 ], [ 120.050936, 30.2700659 ], [ 120.0508449, 30.2700591 ], [ 120.05073, 30.2699906 ], [ 120.0506547, 30.269953 ], [ 120.0505833, 30.2699256 ], [ 120.0505398, 30.2699598 ], [ 120.0505239, 30.2700009 ], [ 120.0505556, 30.2700591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0514076, 30.2700386 ], [ 120.0516018, 30.2701173 ], [ 120.0518198, 30.2701378 ], [ 120.0518792, 30.2702268 ], [ 120.0519149, 30.2703226 ], [ 120.0520139, 30.2704013 ], [ 120.0521328, 30.2704424 ], [ 120.0522834, 30.2704424 ], [ 120.0523984, 30.2703842 ], [ 120.0524697, 30.2703808 ], [ 120.0525252, 30.2702952 ], [ 120.0524261, 30.2701447 ], [ 120.0522478, 30.2700899 ], [ 120.0520694, 30.2700214 ], [ 120.051907, 30.2699975 ], [ 120.0517167, 30.269953 ], [ 120.0515582, 30.2698914 ], [ 120.0514512, 30.2699153 ], [ 120.0514076, 30.2699872 ], [ 120.0514076, 30.2700386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0493513, 30.270258 ], [ 120.0494146, 30.2702981 ], [ 120.0495369, 30.2703236 ], [ 120.0497099, 30.2704548 ], [ 120.0498196, 30.2704912 ], [ 120.0499588, 30.2704912 ], [ 120.0500431, 30.2704038 ], [ 120.0501655, 30.2703491 ], [ 120.0501866, 30.2702908 ], [ 120.0501233, 30.270218 ], [ 120.0499714, 30.2702143 ], [ 120.0498364, 30.2701815 ], [ 120.0497689, 30.2701196 ], [ 120.049655, 30.2700977 ], [ 120.0495412, 30.2700759 ], [ 120.0494779, 30.2701014 ], [ 120.0493766, 30.2701378 ], [ 120.0493513, 30.2701815 ], [ 120.0493513, 30.270258 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0503309, 30.2703969 ], [ 120.0504359, 30.2704092 ], [ 120.0505647, 30.2704669 ], [ 120.0508701, 30.2705452 ], [ 120.0509417, 30.2704463 ], [ 120.0508988, 30.2703103 ], [ 120.0507842, 30.2702567 ], [ 120.0505838, 30.270162 ], [ 120.0504311, 30.2701578 ], [ 120.0503261, 30.2701702 ], [ 120.0502641, 30.2702732 ], [ 120.0503309, 30.2703969 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0510312, 30.2701686 ], [ 120.0512293, 30.2703021 ], [ 120.0514037, 30.270439 ], [ 120.051471, 30.2705143 ], [ 120.051685, 30.2705622 ], [ 120.051899, 30.2706135 ], [ 120.052006, 30.2706478 ], [ 120.0521645, 30.2707196 ], [ 120.052224, 30.2708189 ], [ 120.0522795, 30.2709045 ], [ 120.0524182, 30.270949 ], [ 120.0526044, 30.2709455 ], [ 120.0525767, 30.2708908 ], [ 120.0523904, 30.2708429 ], [ 120.0523231, 30.2706649 ], [ 120.0523072, 30.2705417 ], [ 120.0522319, 30.2705074 ], [ 120.0520021, 30.2704732 ], [ 120.0518752, 30.2703945 ], [ 120.0518356, 30.270285 ], [ 120.0517762, 30.2701891 ], [ 120.0515543, 30.2701447 ], [ 120.0514156, 30.2700762 ], [ 120.0512887, 30.2700112 ], [ 120.0512614, 30.2700424 ], [ 120.0511427, 30.2700183 ], [ 120.0510272, 30.2700865 ], [ 120.0510312, 30.2701686 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0482834, 30.2704789 ], [ 120.0484052, 30.2705756 ], [ 120.0485221, 30.270685 ], [ 120.0486731, 30.2707313 ], [ 120.0487461, 30.2707859 ], [ 120.0488728, 30.2707733 ], [ 120.0489556, 30.2707144 ], [ 120.0489848, 30.2706093 ], [ 120.0489556, 30.270462 ], [ 120.0488387, 30.2704368 ], [ 120.0486877, 30.2703653 ], [ 120.0485708, 30.2702727 ], [ 120.0484295, 30.2702517 ], [ 120.0483467, 30.2703232 ], [ 120.0482785, 30.2703695 ], [ 120.0482834, 30.2704789 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.07338, 30.2709091 ], [ 120.0734557, 30.2709594 ], [ 120.0735023, 30.270879 ], [ 120.0736537, 30.270532 ], [ 120.0737643, 30.2703661 ], [ 120.0739331, 30.2703107 ], [ 120.0740205, 30.2702001 ], [ 120.0741253, 30.2699738 ], [ 120.0741369, 30.2698532 ], [ 120.074102, 30.2697828 ], [ 120.0740263, 30.2697425 ], [ 120.0739157, 30.2697325 ], [ 120.0738458, 30.2697626 ], [ 120.0737294, 30.2700945 ], [ 120.0736828, 30.2702353 ], [ 120.0735314, 30.2705672 ], [ 120.0734848, 30.2706326 ], [ 120.073479, 30.270713 ], [ 120.0733742, 30.2707784 ], [ 120.0733451, 30.2708488 ], [ 120.07338, 30.2709091 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701538, 30.2704769 ], [ 120.070185, 30.2705362 ], [ 120.0702911, 30.2705739 ], [ 120.070341, 30.2705092 ], [ 120.0703847, 30.270353 ], [ 120.0703971, 30.270283 ], [ 120.070366, 30.2702452 ], [ 120.0702973, 30.2702237 ], [ 120.0702349, 30.2702506 ], [ 120.0701788, 30.2703045 ], [ 120.0701538, 30.2703907 ], [ 120.0701538, 30.2704769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0682905, 30.2705647 ], [ 120.0685322, 30.2706099 ], [ 120.0686302, 30.2704124 ], [ 120.0686825, 30.2703221 ], [ 120.0686171, 30.2702656 ], [ 120.0684407, 30.2702544 ], [ 120.0683558, 30.2702939 ], [ 120.0683166, 30.2703729 ], [ 120.0682447, 30.2704575 ], [ 120.0682317, 30.2705139 ], [ 120.0682905, 30.2705647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0653502, 30.2708924 ], [ 120.0654285, 30.2709311 ], [ 120.0656578, 30.27096 ], [ 120.0657473, 30.2708828 ], [ 120.0658089, 30.2708055 ], [ 120.0658368, 30.2707282 ], [ 120.0658256, 30.2706412 ], [ 120.0657417, 30.2705881 ], [ 120.0655684, 30.2705398 ], [ 120.0655851, 30.2704866 ], [ 120.0657753, 30.270535 ], [ 120.0658201, 30.2705011 ], [ 120.0658592, 30.2704383 ], [ 120.0658648, 30.2703369 ], [ 120.0658312, 30.2702258 ], [ 120.0657753, 30.270134 ], [ 120.0656914, 30.2701195 ], [ 120.0656187, 30.270163 ], [ 120.0655684, 30.2702306 ], [ 120.065518, 30.2703321 ], [ 120.0655012, 30.2704528 ], [ 120.0654733, 30.2705446 ], [ 120.0654341, 30.2706267 ], [ 120.0653894, 30.2707427 ], [ 120.0653446, 30.2708393 ], [ 120.0653502, 30.2708924 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.070592, 30.2710677 ], [ 120.0706784, 30.2710663 ], [ 120.0707441, 30.2710497 ], [ 120.0707658, 30.2709915 ], [ 120.0708089, 30.2708756 ], [ 120.0708026, 30.2707086 ], [ 120.0707839, 30.2705955 ], [ 120.0708713, 30.27052 ], [ 120.0709022, 30.2705605 ], [ 120.0709632, 30.2706588 ], [ 120.0709811, 30.2707069 ], [ 120.0710252, 30.270709 ], [ 120.0710218, 30.2706668 ], [ 120.0710168, 30.2705858 ], [ 120.0710127, 30.2705177 ], [ 120.0709316, 30.2704882 ], [ 120.070865, 30.2704284 ], [ 120.0708095, 30.270357 ], [ 120.0707136, 30.27032 ], [ 120.0706494, 30.2703504 ], [ 120.0706404, 30.2704177 ], [ 120.0705905, 30.2705308 ], [ 120.0705344, 30.2706978 ], [ 120.0705219, 30.2708756 ], [ 120.0704986, 30.2709602 ], [ 120.0704982, 30.2710519 ], [ 120.070592, 30.2710677 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0675914, 30.2707001 ], [ 120.0676437, 30.2707791 ], [ 120.0676502, 30.2708638 ], [ 120.0675914, 30.2709879 ], [ 120.0677743, 30.2709597 ], [ 120.0678331, 30.2709146 ], [ 120.067905, 30.2709202 ], [ 120.0679442, 30.2708581 ], [ 120.0679442, 30.2707396 ], [ 120.0679834, 30.2706663 ], [ 120.0680161, 30.2705647 ], [ 120.0679181, 30.2705196 ], [ 120.0678005, 30.2704744 ], [ 120.067709, 30.2704857 ], [ 120.0676633, 30.2705591 ], [ 120.0675979, 30.2705704 ], [ 120.0675783, 30.2706155 ], [ 120.0675914, 30.2707001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0735954, 30.2710248 ], [ 120.073677, 30.2710248 ], [ 120.0737643, 30.2708086 ], [ 120.0737934, 30.2706979 ], [ 120.0738691, 30.2705974 ], [ 120.0739098, 30.2705068 ], [ 120.0738924, 30.2704465 ], [ 120.0738109, 30.2704515 ], [ 120.0737526, 30.2704867 ], [ 120.0736129, 30.270884 ], [ 120.073578, 30.2709644 ], [ 120.0735954, 30.2710248 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0697608, 30.2708918 ], [ 120.0698544, 30.2709349 ], [ 120.0699542, 30.2709564 ], [ 120.070079, 30.2710049 ], [ 120.0701068, 30.2709946 ], [ 120.0701663, 30.2709726 ], [ 120.0702225, 30.2707625 ], [ 120.0702412, 30.2706493 ], [ 120.0702038, 30.2706008 ], [ 120.0700727, 30.2705847 ], [ 120.0700228, 30.2706116 ], [ 120.0699043, 30.2706493 ], [ 120.0698419, 30.2706493 ], [ 120.069792, 30.2707032 ], [ 120.0697608, 30.2708002 ], [ 120.0697608, 30.2708918 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0687805, 30.2709428 ], [ 120.0688262, 30.2709935 ], [ 120.0688981, 30.2709541 ], [ 120.0689111, 30.2707622 ], [ 120.0689765, 30.2706663 ], [ 120.0689177, 30.2706099 ], [ 120.0688523, 30.2706268 ], [ 120.0688131, 30.2706945 ], [ 120.0687935, 30.2707735 ], [ 120.0687739, 30.2708581 ], [ 120.0687805, 30.2709428 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0691725, 30.2708976 ], [ 120.0692444, 30.2709484 ], [ 120.0693816, 30.2709992 ], [ 120.0694861, 30.2709033 ], [ 120.0695318, 30.2707283 ], [ 120.0695188, 30.2706606 ], [ 120.0693424, 30.2706437 ], [ 120.0692901, 30.270734 ], [ 120.0691856, 30.2707566 ], [ 120.0691529, 30.270813 ], [ 120.0691725, 30.2708976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0630538, 30.2706591 ], [ 120.0631873, 30.2704573 ], [ 120.0631539, 30.2703636 ], [ 120.0630622, 30.2703853 ], [ 120.0629787, 30.270515 ], [ 120.0629704, 30.270623 ], [ 120.0630538, 30.2706591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0543229, 30.2704526 ], [ 120.0543596, 30.2705386 ], [ 120.0544486, 30.2706019 ], [ 120.0544539, 30.2706924 ], [ 120.0544382, 30.2707557 ], [ 120.0544015, 30.2708055 ], [ 120.0543962, 30.2708824 ], [ 120.0544172, 30.2709956 ], [ 120.0544329, 30.2710634 ], [ 120.054501, 30.2710951 ], [ 120.0546477, 30.2710499 ], [ 120.0547158, 30.2710272 ], [ 120.0547944, 30.2710499 ], [ 120.0548678, 30.2710861 ], [ 120.0549778, 30.2710861 ], [ 120.0549987, 30.2710272 ], [ 120.0549778, 30.2709413 ], [ 120.0550354, 30.2708055 ], [ 120.0550773, 30.2707603 ], [ 120.0550669, 30.270715 ], [ 120.0549568, 30.2706924 ], [ 120.0549254, 30.2706426 ], [ 120.0549568, 30.2705838 ], [ 120.0550092, 30.2705567 ], [ 120.0550773, 30.2704933 ], [ 120.055135, 30.2705024 ], [ 120.0551507, 30.2705883 ], [ 120.0551874, 30.2706336 ], [ 120.055224, 30.2707014 ], [ 120.0552031, 30.2707874 ], [ 120.0551769, 30.2708643 ], [ 120.0551559, 30.2709684 ], [ 120.0551926, 30.2710272 ], [ 120.0553026, 30.271068 ], [ 120.0552607, 30.2711449 ], [ 120.0551454, 30.2711539 ], [ 120.0549359, 30.2711539 ], [ 120.0548992, 30.2711901 ], [ 120.0550302, 30.2711946 ], [ 120.0552083, 30.2711765 ], [ 120.0553393, 30.2711901 ], [ 120.0554126, 30.2712444 ], [ 120.0554912, 30.2712444 ], [ 120.055486, 30.2711856 ], [ 120.0553969, 30.271163 ], [ 120.0553236, 30.2711177 ], [ 120.0553602, 30.2710634 ], [ 120.0555069, 30.271077 ], [ 120.0556432, 30.2710861 ], [ 120.0556798, 30.2710363 ], [ 120.0556536, 30.2709232 ], [ 120.0555646, 30.2708372 ], [ 120.055465, 30.2707693 ], [ 120.0553498, 30.2707467 ], [ 120.055334, 30.2706924 ], [ 120.0554441, 30.2706652 ], [ 120.0555069, 30.2706019 ], [ 120.0555174, 30.2702897 ], [ 120.0554912, 30.2702037 ], [ 120.055355, 30.2701766 ], [ 120.0552869, 30.2701494 ], [ 120.0551978, 30.2701313 ], [ 120.0551507, 30.2701811 ], [ 120.0551454, 30.2702897 ], [ 120.055135, 30.2703666 ], [ 120.0550878, 30.2703892 ], [ 120.0550354, 30.2703168 ], [ 120.0549778, 30.2700996 ], [ 120.0548835, 30.2700634 ], [ 120.0547682, 30.270068 ], [ 120.0547054, 30.2701132 ], [ 120.0546844, 30.2702082 ], [ 120.0546896, 30.2703349 ], [ 120.0547158, 30.2704843 ], [ 120.0547682, 30.2705657 ], [ 120.054852, 30.2705793 ], [ 120.0548625, 30.2706245 ], [ 120.0547997, 30.2706698 ], [ 120.0546372, 30.2707286 ], [ 120.0545429, 30.2707286 ], [ 120.054522, 30.2706743 ], [ 120.0545901, 30.2706245 ], [ 120.0546163, 30.2705702 ], [ 120.0545849, 30.2704164 ], [ 120.0545849, 30.2703078 ], [ 120.0545534, 30.2702173 ], [ 120.0544905, 30.2702037 ], [ 120.0543962, 30.2702309 ], [ 120.0543281, 30.2702535 ], [ 120.0543072, 30.2703304 ], [ 120.0543229, 30.2704526 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0533168, 30.2709234 ], [ 120.0533914, 30.2709271 ], [ 120.0534616, 30.2709271 ], [ 120.0534923, 30.2709044 ], [ 120.0535011, 30.2708135 ], [ 120.0535757, 30.270768 ], [ 120.0536371, 30.270768 ], [ 120.0536897, 30.2707111 ], [ 120.0537336, 30.2706126 ], [ 120.0536897, 30.2704837 ], [ 120.0536371, 30.2704458 ], [ 120.0535098, 30.2704231 ], [ 120.0534045, 30.2703966 ], [ 120.0533738, 30.2704307 ], [ 120.0533475, 30.2704989 ], [ 120.0533563, 30.2705936 ], [ 120.0533431, 30.2707187 ], [ 120.0533168, 30.2708248 ], [ 120.0533168, 30.2709234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0624448, 30.2709977 ], [ 120.0626701, 30.2706807 ], [ 120.0627618, 30.2704717 ], [ 120.0627285, 30.2703997 ], [ 120.062645, 30.2703636 ], [ 120.0625533, 30.2704141 ], [ 120.0624281, 30.2705654 ], [ 120.0623697, 30.2706951 ], [ 120.0623364, 30.2708176 ], [ 120.0623197, 30.2709401 ], [ 120.0624448, 30.2709977 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0611981, 30.2707988 ], [ 120.0612917, 30.2708372 ], [ 120.0613755, 30.2707393 ], [ 120.0613903, 30.2706541 ], [ 120.0613854, 30.2705988 ], [ 120.061341, 30.270552 ], [ 120.0612819, 30.2705435 ], [ 120.0612227, 30.2705775 ], [ 120.0611784, 30.2706669 ], [ 120.0611537, 30.2707563 ], [ 120.0611981, 30.2707988 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0640694, 30.2710711 ], [ 120.0641924, 30.2711001 ], [ 120.0642484, 30.2709987 ], [ 120.0643099, 30.2708876 ], [ 120.0643602, 30.2707716 ], [ 120.0643994, 30.2706557 ], [ 120.064377, 30.2706026 ], [ 120.0643099, 30.2705446 ], [ 120.0642148, 30.270535 ], [ 120.0641477, 30.2706026 ], [ 120.0641141, 30.2707089 ], [ 120.0641029, 30.2708248 ], [ 120.0640974, 30.2709262 ], [ 120.0640582, 30.2710132 ], [ 120.0640694, 30.2710711 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0615104, 30.2711418 ], [ 120.0616439, 30.2712211 ], [ 120.0618525, 30.2709473 ], [ 120.0619526, 30.2707311 ], [ 120.0619025, 30.2706591 ], [ 120.0618275, 30.2706302 ], [ 120.061719, 30.2706446 ], [ 120.0616356, 30.2707239 ], [ 120.0615021, 30.2708824 ], [ 120.061427, 30.2709761 ], [ 120.0614187, 30.271077 ], [ 120.0615104, 30.2711418 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0627034, 30.2711346 ], [ 120.0628703, 30.2712066 ], [ 120.0630622, 30.2708896 ], [ 120.0630455, 30.2708104 ], [ 120.0629203, 30.2707743 ], [ 120.0628286, 30.270796 ], [ 120.0627618, 30.270904 ], [ 120.0626784, 30.2710481 ], [ 120.0627034, 30.2711346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0618441, 30.2713003 ], [ 120.0619776, 30.2712571 ], [ 120.0621361, 30.2709905 ], [ 120.0622446, 30.270832 ], [ 120.0622362, 30.2707455 ], [ 120.0621278, 30.2707095 ], [ 120.062036, 30.2707815 ], [ 120.0619359, 30.2709689 ], [ 120.0617941, 30.2712355 ], [ 120.0618441, 30.2713003 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0584579, 30.2710415 ], [ 120.0584678, 30.2711223 ], [ 120.0584973, 30.2711904 ], [ 120.0584776, 30.2712628 ], [ 120.0584875, 30.2713351 ], [ 120.0585516, 30.271382 ], [ 120.0587438, 30.2713777 ], [ 120.0588128, 30.2713479 ], [ 120.0588325, 30.2713011 ], [ 120.0588325, 30.2712287 ], [ 120.0587881, 30.2711479 ], [ 120.0587191, 30.2710542 ], [ 120.0586698, 30.2709648 ], [ 120.058591, 30.270935 ], [ 120.0584973, 30.270935 ], [ 120.058453, 30.2709691 ], [ 120.0584579, 30.2710415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0411757, 30.2708129 ], [ 120.0413105, 30.2707547 ], [ 120.0414216, 30.2707053 ], [ 120.0415231, 30.2706503 ], [ 120.0416021, 30.2705968 ], [ 120.0415912, 30.2705664 ], [ 120.0415783, 30.2705286 ], [ 120.0415909, 30.2704788 ], [ 120.0415486, 30.2704475 ], [ 120.0415063, 30.2704413 ], [ 120.0414548, 30.2704576 ], [ 120.0414115, 30.27049 ], [ 120.041361, 30.2705598 ], [ 120.0412801, 30.2706471 ], [ 120.0412296, 30.270714 ], [ 120.0411488, 30.2707402 ], [ 120.0411757, 30.2708129 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0509608, 30.2708996 ], [ 120.0510801, 30.2709532 ], [ 120.0511612, 30.2709409 ], [ 120.0512423, 30.2708378 ], [ 120.0512614, 30.2706771 ], [ 120.0513569, 30.2705411 ], [ 120.051333, 30.2704504 ], [ 120.0512566, 30.2703927 ], [ 120.0511851, 30.2703845 ], [ 120.0511135, 30.2703845 ], [ 120.0511135, 30.2704463 ], [ 120.0511135, 30.2705452 ], [ 120.0510753, 30.2706112 ], [ 120.0510181, 30.2706812 ], [ 120.0509894, 30.2707595 ], [ 120.0509465, 30.270809 ], [ 120.0509608, 30.2708996 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0499396, 30.2706812 ], [ 120.049973, 30.2707554 ], [ 120.0500542, 30.2707966 ], [ 120.0501114, 30.2707884 ], [ 120.0502689, 30.2708007 ], [ 120.0503595, 30.2708007 ], [ 120.0505409, 30.2708502 ], [ 120.0506936, 30.2709079 ], [ 120.0508081, 30.2709203 ], [ 120.0508892, 30.270842 ], [ 120.0508892, 30.2707719 ], [ 120.0507747, 30.2706936 ], [ 120.0505361, 30.270607 ], [ 120.0503882, 30.2705617 ], [ 120.0503309, 30.2704958 ], [ 120.0502689, 30.2705164 ], [ 120.0502212, 30.2705906 ], [ 120.0501353, 30.2706318 ], [ 120.050016, 30.2706153 ], [ 120.0499396, 30.2706277 ], [ 120.0499396, 30.2706812 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0490481, 30.2708112 ], [ 120.0491163, 30.2708911 ], [ 120.0491796, 30.270929 ], [ 120.0492819, 30.2709206 ], [ 120.0493696, 30.2708448 ], [ 120.0494183, 30.2707817 ], [ 120.0494475, 30.2706766 ], [ 120.0494329, 30.2705798 ], [ 120.0493306, 30.2705293 ], [ 120.0492283, 30.2705462 ], [ 120.0491601, 30.2706345 ], [ 120.0491066, 30.270706 ], [ 120.0490481, 30.2707144 ], [ 120.0490481, 30.2708112 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0513918, 30.2706923 ], [ 120.0514393, 30.2707573 ], [ 120.0516613, 30.2708257 ], [ 120.0518792, 30.2708839 ], [ 120.0519862, 30.2709079 ], [ 120.052113, 30.2709045 ], [ 120.0521289, 30.2708155 ], [ 120.0520615, 30.2707402 ], [ 120.0518951, 30.2706786 ], [ 120.051685, 30.270617 ], [ 120.0515344, 30.2705588 ], [ 120.0514433, 30.2705622 ], [ 120.0513878, 30.2705725 ], [ 120.0513799, 30.2706307 ], [ 120.0513918, 30.2706923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.049467, 30.2709752 ], [ 120.0495693, 30.2710005 ], [ 120.0496326, 30.2709668 ], [ 120.0496911, 30.2708743 ], [ 120.0496911, 30.2707691 ], [ 120.0497349, 30.2706808 ], [ 120.0496716, 30.2706177 ], [ 120.0495595, 30.270664 ], [ 120.0495303, 30.2707775 ], [ 120.049467, 30.2709079 ], [ 120.049467, 30.2709752 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0426565, 30.2703776 ], [ 120.0426979, 30.2704009 ], [ 120.0427473, 30.2704253 ], [ 120.0427907, 30.2704358 ], [ 120.0428318, 30.270414 ], [ 120.042873, 30.2704097 ], [ 120.0429118, 30.2704306 ], [ 120.0429402, 30.270421 ], [ 120.0429414, 30.2703947 ], [ 120.0429077, 30.2703713 ], [ 120.0429178, 30.2703347 ], [ 120.042944, 30.270312 ], [ 120.0429905, 30.2703068 ], [ 120.0429299, 30.2702842 ], [ 120.042942, 30.2702249 ], [ 120.0429703, 30.2701848 ], [ 120.0429925, 30.2701622 ], [ 120.0430227, 30.2701291 ], [ 120.0430628, 30.2701272 ], [ 120.0430954, 30.2701535 ], [ 120.0430833, 30.2702005 ], [ 120.0430631, 30.2702563 ], [ 120.0430451, 30.2703013 ], [ 120.0430208, 30.2703185 ], [ 120.043049, 30.2703364 ], [ 120.0430752, 30.2703713 ], [ 120.0430631, 30.2704236 ], [ 120.0430187, 30.2704515 ], [ 120.0430147, 30.2704811 ], [ 120.0432444, 30.270574 ], [ 120.0433452, 30.2705664 ], [ 120.0434036, 30.2706114 ], [ 120.0434066, 30.27066 ], [ 120.0434464, 30.2707087 ], [ 120.0435067, 30.2707522 ], [ 120.0436477, 30.2708062 ], [ 120.0437457, 30.2708488 ], [ 120.0438009, 30.2708794 ], [ 120.0438347, 30.2709094 ], [ 120.0439052, 30.2709215 ], [ 120.044047, 30.2709129 ], [ 120.044087, 30.2709192 ], [ 120.0441486, 30.2709091 ], [ 120.0442366, 30.2709187 ], [ 120.0443198, 30.2709229 ], [ 120.0443981, 30.2709536 ], [ 120.0444889, 30.271005 ], [ 120.0445235, 30.2710506 ], [ 120.0445239, 30.2710854 ], [ 120.0445287, 30.2711055 ], [ 120.0445496, 30.2711262 ], [ 120.0445832, 30.2711485 ], [ 120.0446137, 30.2711815 ], [ 120.0446417, 30.2712311 ], [ 120.0446298, 30.2712782 ], [ 120.044598, 30.2712841 ], [ 120.044564, 30.2712864 ], [ 120.0444253, 30.2712591 ], [ 120.0442971, 30.271238 ], [ 120.0442691, 30.2712389 ], [ 120.0442631, 30.2712535 ], [ 120.0441918, 30.2712424 ], [ 120.0441945, 30.271234 ], [ 120.0441795, 30.2712305 ], [ 120.0441834, 30.2712062 ], [ 120.0440278, 30.2711883 ], [ 120.0438351, 30.2711637 ], [ 120.0437998, 30.2711684 ], [ 120.0438085, 30.2713383 ], [ 120.0438329, 30.271366 ], [ 120.043866, 30.2713822 ], [ 120.0439211, 30.271385 ], [ 120.0440119, 30.2714091 ], [ 120.0440595, 30.2714278 ], [ 120.0441034, 30.2714627 ], [ 120.0441226, 30.2715029 ], [ 120.0441082, 30.2715263 ], [ 120.0440747, 30.2715366 ], [ 120.0440333, 30.2715311 ], [ 120.0439756, 30.2715217 ], [ 120.0439174, 30.2715263 ], [ 120.0438837, 30.271562 ], [ 120.0438606, 30.2716331 ], [ 120.0438476, 30.2716899 ], [ 120.0438457, 30.2717317 ], [ 120.0438586, 30.2717686 ], [ 120.0438944, 30.271795 ], [ 120.0439734, 30.2718161 ], [ 120.0440778, 30.2718345 ], [ 120.0441474, 30.2718378 ], [ 120.0442499, 30.2718395 ], [ 120.044364, 30.2715338 ], [ 120.0444046, 30.271447 ], [ 120.0444317, 30.2714169 ], [ 120.0444955, 30.2714219 ], [ 120.0445458, 30.2714403 ], [ 120.0445883, 30.2714703 ], [ 120.0446425, 30.2714954 ], [ 120.0447, 30.2715001 ], [ 120.0447299, 30.2714425 ], [ 120.0447194, 30.2714346 ], [ 120.0447372, 30.2713986 ], [ 120.0447509, 30.2714037 ], [ 120.044784, 30.2713376 ], [ 120.0447584, 30.2713172 ], [ 120.0447313, 30.2712959 ], [ 120.0447448, 30.2712395 ], [ 120.0447584, 30.2712257 ], [ 120.0448187, 30.271214 ], [ 120.0448347, 30.2711981 ], [ 120.0449024, 30.2710652 ], [ 120.0449381, 30.2709716 ], [ 120.0449689, 30.2708812 ], [ 120.044975, 30.2708291 ], [ 120.0449726, 30.2707877 ], [ 120.0449356, 30.2707452 ], [ 120.0448519, 30.2707164 ], [ 120.0447989, 30.2707087 ], [ 120.0447933, 30.2707283 ], [ 120.0446079, 30.2706885 ], [ 120.0446184, 30.2706522 ], [ 120.0445503, 30.2706325 ], [ 120.0445343, 30.2706495 ], [ 120.044506, 30.2706495 ], [ 120.0444764, 30.2706293 ], [ 120.0444777, 30.2706006 ], [ 120.0444604, 30.2706006 ], [ 120.0444531, 30.2706282 ], [ 120.0444297, 30.2706463 ], [ 120.0443829, 30.2706399 ], [ 120.0443607, 30.270625 ], [ 120.0443299, 30.2706101 ], [ 120.0443139, 30.2706271 ], [ 120.0442918, 30.2706197 ], [ 120.0442745, 30.2705963 ], [ 120.0442745, 30.2705655 ], [ 120.0441958, 30.2705453 ], [ 120.0441884, 30.270574 ], [ 120.044213, 30.2706123 ], [ 120.0441711, 30.2706197 ], [ 120.0441601, 30.2706484 ], [ 120.0441625, 30.2706771 ], [ 120.0441871, 30.270709 ], [ 120.0442191, 30.2707313 ], [ 120.0442327, 30.2707707 ], [ 120.0442487, 30.2707951 ], [ 120.044261, 30.270826 ], [ 120.0442327, 30.2708653 ], [ 120.0442019, 30.2708855 ], [ 120.0441669, 30.2708784 ], [ 120.0440922, 30.2708506 ], [ 120.044062, 30.2707791 ], [ 120.04407, 30.2706955 ], [ 120.0440478, 30.2706519 ], [ 120.044062, 30.2705996 ], [ 120.0440661, 30.2705753 ], [ 120.0439764, 30.2705543 ], [ 120.0439409, 30.2705421 ], [ 120.0439591, 30.2704898 ], [ 120.043844, 30.2704584 ], [ 120.0438553, 30.2704314 ], [ 120.043687, 30.2703972 ], [ 120.0436227, 30.2703864 ], [ 120.0435688, 30.2703696 ], [ 120.0435257, 30.2703251 ], [ 120.0435225, 30.2702846 ], [ 120.0435643, 30.2702764 ], [ 120.0435716, 30.2702348 ], [ 120.0435291, 30.270223 ], [ 120.0435252, 30.2701291 ], [ 120.043503, 30.2700837 ], [ 120.0434485, 30.2700611 ], [ 120.0433974, 30.2700708 ], [ 120.0433295, 30.2700489 ], [ 120.0432306, 30.2700036 ], [ 120.0431721, 30.2699652 ], [ 120.0430732, 30.2699182 ], [ 120.0429602, 30.2698798 ], [ 120.0429198, 30.2699095 ], [ 120.0428689, 30.2699317 ], [ 120.0428169, 30.2700018 ], [ 120.0427835, 30.2700676 ], [ 120.0427808, 30.2700767 ], [ 120.042712, 30.2702214 ], [ 120.0426555, 30.2703434 ], [ 120.0426565, 30.2703776 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0484929, 30.2708364 ], [ 120.048561, 30.2708659 ], [ 120.0486633, 30.2708995 ], [ 120.0487802, 30.2709668 ], [ 120.0488825, 30.271051 ], [ 120.0489897, 30.2710594 ], [ 120.0490481, 30.2710257 ], [ 120.0490384, 30.2709163 ], [ 120.048941, 30.2708659 ], [ 120.0487607, 30.2708448 ], [ 120.0486438, 30.2708364 ], [ 120.0484734, 30.2707859 ], [ 120.0484929, 30.2708364 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0500112, 30.2710933 ], [ 120.0502307, 30.2711222 ], [ 120.0504598, 30.2711469 ], [ 120.0505791, 30.2711139 ], [ 120.0506125, 30.2710068 ], [ 120.0505695, 30.2709244 ], [ 120.0503214, 30.2708708 ], [ 120.0501639, 30.2708296 ], [ 120.050016, 30.2708461 ], [ 120.0499587, 30.2709326 ], [ 120.0499301, 30.2710274 ], [ 120.0500112, 30.2710933 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.041368, 30.2712255 ], [ 120.041396, 30.2712419 ], [ 120.0414406, 30.2712311 ], [ 120.0415071, 30.2712007 ], [ 120.0415628, 30.2711477 ], [ 120.0416755, 30.2710369 ], [ 120.0417229, 30.271025 ], [ 120.0417425, 30.2709892 ], [ 120.0417413, 30.2709533 ], [ 120.041697, 30.2709304 ], [ 120.0416159, 30.2709266 ], [ 120.0415499, 30.2708626 ], [ 120.041489, 30.2708827 ], [ 120.0414465, 30.2709322 ], [ 120.0414237, 30.2710107 ], [ 120.0413929, 30.2710575 ], [ 120.0413644, 30.2711315 ], [ 120.0413511, 30.2712001 ], [ 120.041368, 30.2712255 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0647182, 30.271105 ], [ 120.0648021, 30.2711291 ], [ 120.0649084, 30.2711001 ], [ 120.0649923, 30.2710035 ], [ 120.0649923, 30.2709359 ], [ 120.0650034, 30.2708055 ], [ 120.0650314, 30.2706895 ], [ 120.065037, 30.2706267 ], [ 120.0649531, 30.2705929 ], [ 120.0648524, 30.2705833 ], [ 120.0648077, 30.2706267 ], [ 120.0647853, 30.2707378 ], [ 120.0647238, 30.2708441 ], [ 120.064679, 30.27096 ], [ 120.0646734, 30.2710422 ], [ 120.0647182, 30.271105 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0681141, 30.2709992 ], [ 120.0682055, 30.2710443 ], [ 120.0683558, 30.2709823 ], [ 120.0684211, 30.2708976 ], [ 120.0684342, 30.270813 ], [ 120.068395, 30.270734 ], [ 120.0682774, 30.2707058 ], [ 120.0682055, 30.2707678 ], [ 120.0681271, 30.2708468 ], [ 120.068101, 30.2709089 ], [ 120.0681141, 30.2709992 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0644484, 30.2711736 ], [ 120.0645539, 30.2711701 ], [ 120.0646574, 30.2711902 ], [ 120.0646567, 30.2712402 ], [ 120.0647406, 30.2712402 ], [ 120.064735, 30.2711678 ], [ 120.064584, 30.2711629 ], [ 120.0644721, 30.2711291 ], [ 120.0644553, 30.2710711 ], [ 120.0644833, 30.2709794 ], [ 120.0645448, 30.2708296 ], [ 120.064556, 30.2707427 ], [ 120.0645672, 30.2706461 ], [ 120.064556, 30.2705784 ], [ 120.0645112, 30.2705591 ], [ 120.0644777, 30.2705833 ], [ 120.0644553, 30.2708006 ], [ 120.0644273, 30.2709069 ], [ 120.0643714, 30.2710132 ], [ 120.0642987, 30.2711388 ], [ 120.0642864, 30.2712134 ], [ 120.0644484, 30.2711736 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0666867, 30.2710364 ], [ 120.0667619, 30.2709665 ], [ 120.0667966, 30.2709066 ], [ 120.0667735, 30.2708466 ], [ 120.0666983, 30.2708266 ], [ 120.0665826, 30.2708866 ], [ 120.0664611, 30.2708666 ], [ 120.0664438, 30.2710015 ], [ 120.0666867, 30.2710364 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0716386, 30.271048 ], [ 120.0716511, 30.2711181 ], [ 120.0717322, 30.2711612 ], [ 120.0717821, 30.2710857 ], [ 120.0717509, 30.2709564 ], [ 120.0717135, 30.2708756 ], [ 120.0716448, 30.2708595 ], [ 120.0716199, 30.2709403 ], [ 120.0716386, 30.271048 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0653223, 30.2711726 ], [ 120.0654117, 30.2712016 ], [ 120.0654677, 30.2712499 ], [ 120.065669, 30.2712982 ], [ 120.0657641, 30.2712161 ], [ 120.0657641, 30.2711629 ], [ 120.065725, 30.2711098 ], [ 120.065669, 30.2710856 ], [ 120.0655404, 30.2710567 ], [ 120.0653055, 30.2710035 ], [ 120.0652551, 30.2710422 ], [ 120.065244, 30.2711339 ], [ 120.0653223, 30.2711726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0676894, 30.2710895 ], [ 120.0677809, 30.2711233 ], [ 120.0678397, 30.2711685 ], [ 120.0678266, 30.2712531 ], [ 120.0678331, 30.2713434 ], [ 120.0679507, 30.2713772 ], [ 120.0680683, 30.2713603 ], [ 120.068101, 30.2712531 ], [ 120.0680879, 30.2711854 ], [ 120.0679638, 30.271129 ], [ 120.0678985, 30.271033 ], [ 120.0678005, 30.2710161 ], [ 120.0676894, 30.2710387 ], [ 120.0676894, 30.2710895 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0687543, 30.2713039 ], [ 120.0687935, 30.2711572 ], [ 120.0686563, 30.2711233 ], [ 120.0686302, 30.2712813 ], [ 120.0687543, 30.2713039 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0696236, 30.2713282 ], [ 120.0696984, 30.2713659 ], [ 120.0698357, 30.2714036 ], [ 120.0699979, 30.2713875 ], [ 120.0700166, 30.2713174 ], [ 120.0700478, 30.2712258 ], [ 120.0700653, 30.2711691 ], [ 120.0700727, 30.271145 ], [ 120.0699916, 30.2711127 ], [ 120.0698669, 30.2710911 ], [ 120.0697421, 30.2710588 ], [ 120.069686, 30.2710857 ], [ 120.0696423, 30.2711612 ], [ 120.0696173, 30.2712689 ], [ 120.0696236, 30.2713282 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0674542, 30.2713603 ], [ 120.0676371, 30.2714055 ], [ 120.0677025, 30.2713772 ], [ 120.0677221, 30.2713321 ], [ 120.0677155, 30.2712644 ], [ 120.0676763, 30.2711628 ], [ 120.067611, 30.2710782 ], [ 120.0674999, 30.2710782 ], [ 120.0674411, 30.2711233 ], [ 120.0673954, 30.2712023 ], [ 120.0673758, 30.271287 ], [ 120.0674542, 30.2713603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0556841, 30.2719339 ], [ 120.0557179, 30.2720506 ], [ 120.0557517, 30.2721172 ], [ 120.0557806, 30.2721797 ], [ 120.0558964, 30.2722297 ], [ 120.0560652, 30.2722506 ], [ 120.0561666, 30.2722297 ], [ 120.0562727, 30.2721839 ], [ 120.0563692, 30.2721714 ], [ 120.0564512, 30.2722047 ], [ 120.0565863, 30.2721839 ], [ 120.0567165, 30.2721464 ], [ 120.056784, 30.2721672 ], [ 120.0568564, 30.2722131 ], [ 120.0570108, 30.2722131 ], [ 120.05717, 30.2721964 ], [ 120.0573774, 30.2721631 ], [ 120.0575125, 30.2721131 ], [ 120.0575511, 30.2720589 ], [ 120.0575511, 30.2719381 ], [ 120.0574691, 30.2719089 ], [ 120.0574401, 30.2718339 ], [ 120.0574498, 30.2717839 ], [ 120.0575173, 30.2717423 ], [ 120.0576958, 30.2716798 ], [ 120.0579225, 30.271634 ], [ 120.0580335, 30.2716298 ], [ 120.0582168, 30.2715881 ], [ 120.058294, 30.2715506 ], [ 120.0583808, 30.2714923 ], [ 120.0584532, 30.2714423 ], [ 120.0584049, 30.271434 ], [ 120.0583133, 30.271384 ], [ 120.0582313, 30.2713548 ], [ 120.0581251, 30.271359 ], [ 120.0580817, 30.2713173 ], [ 120.058048, 30.2712423 ], [ 120.0579949, 30.2711757 ], [ 120.0579322, 30.2711465 ], [ 120.0579081, 30.2710757 ], [ 120.0578936, 30.2709882 ], [ 120.0578936, 30.2709215 ], [ 120.0578357, 30.2708715 ], [ 120.0578116, 30.2709423 ], [ 120.0577633, 30.2709548 ], [ 120.0576234, 30.2709757 ], [ 120.0575173, 30.2709965 ], [ 120.0574546, 30.2710382 ], [ 120.0574015, 30.2710507 ], [ 120.0573002, 30.2710423 ], [ 120.0572568, 30.2709965 ], [ 120.0572182, 30.2709298 ], [ 120.0571989, 30.2707549 ], [ 120.0571796, 30.2708382 ], [ 120.0571748, 30.2709257 ], [ 120.0571893, 30.2710132 ], [ 120.0572423, 30.2710923 ], [ 120.0573871, 30.2711132 ], [ 120.0575366, 30.271084 ], [ 120.0576186, 30.271034 ], [ 120.0577344, 30.2710298 ], [ 120.057826, 30.2710632 ], [ 120.0578743, 30.2711215 ], [ 120.0579032, 30.2711923 ], [ 120.0579804, 30.271234 ], [ 120.0579804, 30.2713215 ], [ 120.0579997, 30.2714215 ], [ 120.058019, 30.271484 ], [ 120.0580045, 30.2715423 ], [ 120.057937, 30.2715548 ], [ 120.0577633, 30.2715965 ], [ 120.0575221, 30.2716673 ], [ 120.0573629, 30.2716964 ], [ 120.0572664, 30.2716798 ], [ 120.0571893, 30.2716464 ], [ 120.0570542, 30.2714048 ], [ 120.0569674, 30.2709757 ], [ 120.0569288, 30.2709132 ], [ 120.0568178, 30.2708965 ], [ 120.0567647, 30.2709257 ], [ 120.0566345, 30.2709965 ], [ 120.0565718, 30.2710048 ], [ 120.0564801, 30.2709757 ], [ 120.0564464, 30.270884 ], [ 120.0563981, 30.2707382 ], [ 120.056374, 30.2706882 ], [ 120.0563306, 30.2706632 ], [ 120.0562437, 30.2706924 ], [ 120.0561617, 30.2706715 ], [ 120.0561183, 30.2706215 ], [ 120.0561038, 30.270534 ], [ 120.0561135, 30.270409 ], [ 120.0560508, 30.270384 ], [ 120.0560363, 30.2703216 ], [ 120.0560845, 30.2702716 ], [ 120.0561762, 30.2702591 ], [ 120.0562389, 30.2702799 ], [ 120.056292, 30.2703382 ], [ 120.0564464, 30.270359 ], [ 120.0564367, 30.2702049 ], [ 120.0564464, 30.2701091 ], [ 120.0563547, 30.2700757 ], [ 120.0562679, 30.2700924 ], [ 120.0561424, 30.2701341 ], [ 120.0560267, 30.2701757 ], [ 120.0558771, 30.2701591 ], [ 120.0557758, 30.2701757 ], [ 120.0557517, 30.2702257 ], [ 120.0557613, 30.2702882 ], [ 120.0558047, 30.2703507 ], [ 120.0558578, 30.2704382 ], [ 120.0558482, 30.2704924 ], [ 120.0558144, 30.2705632 ], [ 120.0558144, 30.2706299 ], [ 120.055824, 30.270734 ], [ 120.0558482, 30.2708007 ], [ 120.0558916, 30.2708465 ], [ 120.0560074, 30.270859 ], [ 120.0560845, 30.2708923 ], [ 120.0562244, 30.2709048 ], [ 120.0563306, 30.2708882 ], [ 120.0563981, 30.2709173 ], [ 120.0564029, 30.2709882 ], [ 120.0563402, 30.2710632 ], [ 120.0563595, 30.271109 ], [ 120.0563692, 30.2711757 ], [ 120.056345, 30.2712465 ], [ 120.056345, 30.2713256 ], [ 120.0564126, 30.271359 ], [ 120.0565187, 30.2713548 ], [ 120.0565477, 30.2713006 ], [ 120.0565959, 30.2712673 ], [ 120.0566055, 30.2712132 ], [ 120.0565525, 30.271159 ], [ 120.0566055, 30.2710507 ], [ 120.0567069, 30.2709882 ], [ 120.0568178, 30.2709382 ], [ 120.0568902, 30.2709423 ], [ 120.0569143, 30.2709923 ], [ 120.0569336, 30.2710548 ], [ 120.0569529, 30.2711632 ], [ 120.0570204, 30.2714548 ], [ 120.0570638, 30.2715881 ], [ 120.0571024, 30.2716589 ], [ 120.0571893, 30.2717173 ], [ 120.0572906, 30.2717631 ], [ 120.0573485, 30.2717964 ], [ 120.0573388, 30.2718964 ], [ 120.0573195, 30.2719506 ], [ 120.0572664, 30.2719756 ], [ 120.0571507, 30.2719881 ], [ 120.0569529, 30.2720297 ], [ 120.0567985, 30.2720589 ], [ 120.0566779, 30.2720339 ], [ 120.0566345, 30.2719714 ], [ 120.056567, 30.2718423 ], [ 120.0564898, 30.2718256 ], [ 120.0564656, 30.2718881 ], [ 120.0564705, 30.2719839 ], [ 120.0564464, 30.2720839 ], [ 120.0563885, 30.2721214 ], [ 120.0563257, 30.2721047 ], [ 120.0563016, 30.2720381 ], [ 120.056345, 30.2719256 ], [ 120.0563306, 30.2718048 ], [ 120.056292, 30.2716798 ], [ 120.0562679, 30.2715715 ], [ 120.0561231, 30.2715381 ], [ 120.0559688, 30.271534 ], [ 120.0558819, 30.2715423 ], [ 120.0558289, 30.2715881 ], [ 120.0557662, 30.2716673 ], [ 120.0556986, 30.2717339 ], [ 120.0556841, 30.2718006 ], [ 120.0556841, 30.2719339 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0606412, 30.2715437 ], [ 120.0607743, 30.2716076 ], [ 120.060858, 30.2715905 ], [ 120.0609566, 30.271416 ], [ 120.0610404, 30.2712373 ], [ 120.0611094, 30.2711053 ], [ 120.0611587, 30.2710117 ], [ 120.0612227, 30.2709691 ], [ 120.0612375, 30.2708925 ], [ 120.0611784, 30.2708457 ], [ 120.0610847, 30.2708329 ], [ 120.0610157, 30.2708712 ], [ 120.0609517, 30.2709563 ], [ 120.0608827, 30.2710244 ], [ 120.0607989, 30.2711223 ], [ 120.0606461, 30.2713947 ], [ 120.0606067, 30.2714501 ], [ 120.0606018, 30.2715097 ], [ 120.0606412, 30.2715437 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0558964, 30.271309 ], [ 120.0559012, 30.271359 ], [ 120.0559446, 30.2713923 ], [ 120.0560942, 30.271434 ], [ 120.056181, 30.2713923 ], [ 120.056181, 30.2713506 ], [ 120.0561762, 30.2712798 ], [ 120.0561762, 30.2712007 ], [ 120.0561617, 30.2711465 ], [ 120.0561038, 30.2711298 ], [ 120.0560267, 30.2711173 ], [ 120.0559446, 30.2711132 ], [ 120.0559157, 30.271159 ], [ 120.0558916, 30.271234 ], [ 120.0558964, 30.271309 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.062036, 30.2715021 ], [ 120.0621778, 30.2715813 ], [ 120.0624281, 30.2710625 ], [ 120.062303, 30.2710121 ], [ 120.0622362, 30.2710481 ], [ 120.0620861, 30.2712931 ], [ 120.0620193, 30.27143 ], [ 120.062036, 30.2715021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0522398, 30.271493 ], [ 120.0523883, 30.2715429 ], [ 120.052545, 30.2715286 ], [ 120.0526564, 30.2715678 ], [ 120.0528255, 30.271607 ], [ 120.0529287, 30.2716035 ], [ 120.0530483, 30.2715215 ], [ 120.0530359, 30.2713968 ], [ 120.0531349, 30.2712935 ], [ 120.0531019, 30.2712044 ], [ 120.05304, 30.2711546 ], [ 120.0528957, 30.2711403 ], [ 120.0527637, 30.271094 ], [ 120.0526234, 30.2710406 ], [ 120.052446, 30.2710121 ], [ 120.0523759, 30.2710263 ], [ 120.0522893, 30.2711154 ], [ 120.0522439, 30.271208 ], [ 120.0522398, 30.2713113 ], [ 120.0522233, 30.2713968 ], [ 120.0522398, 30.271493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0570967, 30.2713327 ], [ 120.0571791, 30.2714805 ], [ 120.0572298, 30.2715954 ], [ 120.0573565, 30.2716447 ], [ 120.0575372, 30.2716146 ], [ 120.0577178, 30.2715516 ], [ 120.0578952, 30.271475 ], [ 120.0578825, 30.2712506 ], [ 120.0577494, 30.271081 ], [ 120.057572, 30.2711521 ], [ 120.0573692, 30.2711631 ], [ 120.0571791, 30.2710974 ], [ 120.0571031, 30.2710427 ], [ 120.0570524, 30.2711466 ], [ 120.0570967, 30.2713327 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.06111, 30.2715237 ], [ 120.0612101, 30.2715813 ], [ 120.0614604, 30.2715741 ], [ 120.0616689, 30.2716317 ], [ 120.061744, 30.2714732 ], [ 120.0617357, 30.271394 ], [ 120.0616773, 30.2713147 ], [ 120.0615438, 30.2712859 ], [ 120.061402, 30.2712571 ], [ 120.0613269, 30.2711922 ], [ 120.0612518, 30.2712355 ], [ 120.06116, 30.271358 ], [ 120.0610933, 30.2714444 ], [ 120.06111, 30.2715237 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0597604, 30.271519 ], [ 120.0598792, 30.2715601 ], [ 120.0599314, 30.2714944 ], [ 120.0599314, 30.2714041 ], [ 120.0598887, 30.2713713 ], [ 120.0598221, 30.271359 ], [ 120.0597746, 30.2713836 ], [ 120.0597461, 30.2714657 ], [ 120.0597604, 30.271519 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0640358, 30.2716218 ], [ 120.0641309, 30.2716653 ], [ 120.0641757, 30.271588 ], [ 120.0642092, 30.2714817 ], [ 120.064226, 30.2714431 ], [ 120.0643043, 30.2713948 ], [ 120.0642763, 30.271361 ], [ 120.064254, 30.2712789 ], [ 120.0641701, 30.2712547 ], [ 120.0640974, 30.271274 ], [ 120.0640638, 30.2713417 ], [ 120.0640358, 30.2714334 ], [ 120.0640302, 30.2715011 ], [ 120.064019, 30.2715687 ], [ 120.0640358, 30.2716218 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0625104, 30.2717576 ], [ 120.0626027, 30.2717649 ], [ 120.0626698, 30.2717431 ], [ 120.0627286, 30.2716562 ], [ 120.0627789, 30.2715475 ], [ 120.0627873, 30.2714461 ], [ 120.0627286, 30.2713809 ], [ 120.0626111, 30.2713809 ], [ 120.0625356, 30.2714316 ], [ 120.0625104, 30.2715475 ], [ 120.0623846, 30.2716924 ], [ 120.0625104, 30.2717576 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0506172, 30.2711923 ], [ 120.0506459, 30.2712335 ], [ 120.0507222, 30.2712458 ], [ 120.0507986, 30.2712458 ], [ 120.0509513, 30.2712706 ], [ 120.0510849, 30.2712005 ], [ 120.0511183, 30.2710686 ], [ 120.0510753, 30.2710027 ], [ 120.0509226, 30.2709491 ], [ 120.0508463, 30.2709656 ], [ 120.0507317, 30.271015 ], [ 120.0506697, 30.2710933 ], [ 120.0506125, 30.2711387 ], [ 120.0506172, 30.2711923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0448945, 30.2711972 ], [ 120.0449032, 30.2712094 ], [ 120.0449321, 30.2712197 ], [ 120.0449703, 30.2712322 ], [ 120.0450179, 30.2712391 ], [ 120.0450654, 30.2712641 ], [ 120.0450954, 30.2712792 ], [ 120.0451238, 30.2712934 ], [ 120.0451364, 30.2712899 ], [ 120.0451717, 30.2713034 ], [ 120.0451915, 30.2713141 ], [ 120.0451926, 30.2713481 ], [ 120.0452123, 30.2713566 ], [ 120.0452494, 30.2713641 ], [ 120.0452876, 30.2713792 ], [ 120.0453084, 30.2713839 ], [ 120.0453237, 30.2713773 ], [ 120.0453477, 30.2713462 ], [ 120.0453739, 30.2712915 ], [ 120.0453848, 30.2712556 ], [ 120.0454001, 30.2711868 ], [ 120.0454012, 30.2711406 ], [ 120.0454012, 30.2711019 ], [ 120.0453914, 30.27105 ], [ 120.045387, 30.2710114 ], [ 120.0453805, 30.2709925 ], [ 120.0453608, 30.2709925 ], [ 120.0453248, 30.2709991 ], [ 120.045256, 30.2709878 ], [ 120.0451817, 30.2709727 ], [ 120.045102, 30.2709576 ], [ 120.0450572, 30.2709406 ], [ 120.045031, 30.2709359 ], [ 120.0450168, 30.270952 ], [ 120.0449961, 30.270985 ], [ 120.0449764, 30.2710227 ], [ 120.0449568, 30.2710566 ], [ 120.044924, 30.2711274 ], [ 120.0449011, 30.2711604 ], [ 120.0448945, 30.271184 ], [ 120.0448945, 30.2711972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0481441, 30.2713945 ], [ 120.0481524, 30.271447 ], [ 120.0481538, 30.2715007 ], [ 120.0481634, 30.2715425 ], [ 120.0482146, 30.2715831 ], [ 120.048256, 30.2715485 ], [ 120.048321, 30.271527 ], [ 120.0483818, 30.2714565 ], [ 120.0484012, 30.271404 ], [ 120.0483321, 30.271367 ], [ 120.0482519, 30.271336 ], [ 120.0482422, 30.2712906 ], [ 120.0482892, 30.2712476 ], [ 120.0483638, 30.2712476 ], [ 120.0484537, 30.2712667 ], [ 120.0485339, 30.2713073 ], [ 120.0485864, 30.271299 ], [ 120.0486113, 30.2712894 ], [ 120.0486666, 30.2712834 ], [ 120.048708, 30.2712954 ], [ 120.0487274, 30.2712321 ], [ 120.0487315, 30.27117 ], [ 120.0487094, 30.2711223 ], [ 120.0486209, 30.2710686 ], [ 120.0485587, 30.2710148 ], [ 120.0484869, 30.2709683 ], [ 120.0484095, 30.2709229 ], [ 120.0483749, 30.2708692 ], [ 120.0483293, 30.2708513 ], [ 120.0482809, 30.2708537 ], [ 120.0482436, 30.2709098 ], [ 120.0482284, 30.2709552 ], [ 120.048227, 30.2710089 ], [ 120.0482049, 30.2710519 ], [ 120.0481855, 30.2710889 ], [ 120.0481814, 30.2711462 ], [ 120.0482256, 30.2711963 ], [ 120.0482298, 30.2712285 ], [ 120.0482173, 30.271262 ], [ 120.0481897, 30.2712882 ], [ 120.0481565, 30.2713288 ], [ 120.0481303, 30.2713539 ], [ 120.0481441, 30.2713945 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.051271, 30.2714931 ], [ 120.0514475, 30.2715302 ], [ 120.0516145, 30.2715796 ], [ 120.051667, 30.2715178 ], [ 120.0517004, 30.2714519 ], [ 120.0517672, 30.2712912 ], [ 120.0518722, 30.2712129 ], [ 120.052001, 30.2711469 ], [ 120.0519867, 30.2710398 ], [ 120.0518436, 30.2709367 ], [ 120.0516098, 30.2708749 ], [ 120.0514952, 30.2708708 ], [ 120.0514332, 30.2709821 ], [ 120.0513187, 30.271081 ], [ 120.0512757, 30.271184 ], [ 120.0511946, 30.2712747 ], [ 120.0511946, 30.2713653 ], [ 120.0511755, 30.2714354 ], [ 120.051271, 30.2714931 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0518006, 30.2715755 ], [ 120.0518674, 30.271559 ], [ 120.0519152, 30.2715178 ], [ 120.051982, 30.2715055 ], [ 120.0521013, 30.2714931 ], [ 120.0521537, 30.2713612 ], [ 120.0521824, 30.2712252 ], [ 120.0522492, 30.2710563 ], [ 120.0522587, 30.270978 ], [ 120.0521824, 30.2709738 ], [ 120.0521156, 30.2710398 ], [ 120.0520392, 30.2711552 ], [ 120.052001, 30.2712788 ], [ 120.0518674, 30.27132 ], [ 120.0518245, 30.2713489 ], [ 120.0517768, 30.2714684 ], [ 120.0517481, 30.2715467 ], [ 120.0518006, 30.2715755 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0422186, 30.2714526 ], [ 120.0423558, 30.2714894 ], [ 120.0424864, 30.2715248 ], [ 120.0425724, 30.2715486 ], [ 120.0426073, 30.271535 ], [ 120.0426589, 30.271405 ], [ 120.0426754, 30.2713285 ], [ 120.0427016, 30.2712859 ], [ 120.0427202, 30.2712745 ], [ 120.0427528, 30.2712763 ], [ 120.0427737, 30.2712304 ], [ 120.0427801, 30.2712108 ], [ 120.0425811, 30.2711475 ], [ 120.0425429, 30.2711349 ], [ 120.0425268, 30.2711446 ], [ 120.0424998, 30.2711349 ], [ 120.0424231, 30.2711118 ], [ 120.0423154, 30.2710754 ], [ 120.0423019, 30.2710975 ], [ 120.0423044, 30.2711114 ], [ 120.0423002, 30.2711325 ], [ 120.0422687, 30.2712129 ], [ 120.042241, 30.2712816 ], [ 120.0422187, 30.2713548 ], [ 120.0421939, 30.27143 ], [ 120.0422186, 30.2714526 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0473964, 30.2716508 ], [ 120.0473964, 30.2717409 ], [ 120.0474209, 30.2717966 ], [ 120.0474854, 30.2718151 ], [ 120.0475253, 30.2717939 ], [ 120.047559, 30.2716826 ], [ 120.0476235, 30.2716322 ], [ 120.0476849, 30.2716454 ], [ 120.0477494, 30.2716879 ], [ 120.0478169, 30.2717117 ], [ 120.0478998, 30.2717064 ], [ 120.0479673, 30.2717223 ], [ 120.0480011, 30.2717594 ], [ 120.0479673, 30.2717886 ], [ 120.0479735, 30.271831 ], [ 120.048041, 30.271831 ], [ 120.0481055, 30.2718522 ], [ 120.0480963, 30.2718947 ], [ 120.0480256, 30.2719424 ], [ 120.0479581, 30.2719715 ], [ 120.0479489, 30.2720458 ], [ 120.047995, 30.2721147 ], [ 120.0480901, 30.272128 ], [ 120.0482651, 30.2721545 ], [ 120.048437, 30.2721863 ], [ 120.0485168, 30.272173 ], [ 120.0485629, 30.2721174 ], [ 120.0485629, 30.272067 ], [ 120.0485322, 30.2720272 ], [ 120.0484523, 30.2720219 ], [ 120.0483695, 30.2719556 ], [ 120.0483081, 30.2719053 ], [ 120.0482651, 30.2718734 ], [ 120.048305, 30.2718284 ], [ 120.0484155, 30.2718469 ], [ 120.0485383, 30.271892 ], [ 120.0486764, 30.2719265 ], [ 120.0488115, 30.2719265 ], [ 120.048922, 30.2719556 ], [ 120.0490141, 30.2720087 ], [ 120.0490295, 30.2720564 ], [ 120.0490172, 30.2721306 ], [ 120.0490417, 30.2721757 ], [ 120.0490878, 30.2721545 ], [ 120.0491553, 30.2720802 ], [ 120.0492382, 30.2720537 ], [ 120.049361, 30.272067 ], [ 120.0494746, 30.2720776 ], [ 120.0495851, 30.2720511 ], [ 120.0495574, 30.2719981 ], [ 120.0493641, 30.2720087 ], [ 120.0491952, 30.2719821 ], [ 120.0489926, 30.2719265 ], [ 120.0488606, 30.2718788 ], [ 120.0486242, 30.2718337 ], [ 120.0484677, 30.2718019 ], [ 120.0483326, 30.2717488 ], [ 120.0482497, 30.2717303 ], [ 120.0481147, 30.2716932 ], [ 120.0479704, 30.2716693 ], [ 120.0478476, 30.2716508 ], [ 120.0477678, 30.2716375 ], [ 120.047688, 30.271603 ], [ 120.0476696, 30.2715792 ], [ 120.0476818, 30.2715421 ], [ 120.0477432, 30.2715421 ], [ 120.0477954, 30.2715155 ], [ 120.0478967, 30.2713618 ], [ 120.0479336, 30.2713167 ], [ 120.0479336, 30.2712398 ], [ 120.0479305, 30.2711762 ], [ 120.0479059, 30.2711258 ], [ 120.0479458, 30.2710675 ], [ 120.0480256, 30.2710224 ], [ 120.0480901, 30.2709455 ], [ 120.0481914, 30.2708634 ], [ 120.048219, 30.2707891 ], [ 120.0481976, 30.2706963 ], [ 120.0481576, 30.2706274 ], [ 120.0480993, 30.2705982 ], [ 120.0480103, 30.2706672 ], [ 120.0479121, 30.2707706 ], [ 120.0478599, 30.2708899 ], [ 120.047777, 30.2710012 ], [ 120.0477647, 30.2710861 ], [ 120.0477064, 30.2711656 ], [ 120.0476419, 30.2712292 ], [ 120.0475897, 30.2712981 ], [ 120.0475928, 30.271383 ], [ 120.0475867, 30.271444 ], [ 120.0475498, 30.2714943 ], [ 120.0474455, 30.2715049 ], [ 120.0473933, 30.2715633 ], [ 120.0473964, 30.2716508 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0493467, 30.2710923 ], [ 120.0495071, 30.2711329 ], [ 120.0496537, 30.2711783 ], [ 120.0498086, 30.2712141 ], [ 120.0499358, 30.2712523 ], [ 120.0500104, 30.2712738 ], [ 120.0500768, 30.2713073 ], [ 120.0500934, 30.2713718 ], [ 120.0500492, 30.2714124 ], [ 120.0500326, 30.2714434 ], [ 120.0500492, 30.2714983 ], [ 120.0501045, 30.2715294 ], [ 120.0501017, 30.2715843 ], [ 120.0500962, 30.2716488 ], [ 120.0500713, 30.2717085 ], [ 120.0500657, 30.2718494 ], [ 120.0501072, 30.2718255 ], [ 120.0501072, 30.2717515 ], [ 120.0501432, 30.2716608 ], [ 120.0501819, 30.27157 ], [ 120.0501708, 30.2714721 ], [ 120.0501736, 30.2713813 ], [ 120.0502261, 30.2713025 ], [ 120.0503257, 30.2713097 ], [ 120.0504861, 30.2713431 ], [ 120.0506188, 30.2713742 ], [ 120.0508207, 30.2713622 ], [ 120.0508926, 30.2713885 ], [ 120.0509894, 30.2713455 ], [ 120.0509451, 30.2713073 ], [ 120.0508179, 30.2713073 ], [ 120.0506437, 30.2713001 ], [ 120.0505525, 30.2712715 ], [ 120.0504031, 30.2712404 ], [ 120.0502344, 30.2712237 ], [ 120.0500796, 30.2712046 ], [ 120.049969, 30.2711711 ], [ 120.04985, 30.2711401 ], [ 120.0497726, 30.2710947 ], [ 120.0496426, 30.2710565 ], [ 120.0495348, 30.271035 ], [ 120.0493938, 30.2710016 ], [ 120.0493219, 30.2710207 ], [ 120.049308, 30.2710613 ], [ 120.0493467, 30.2710923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0427553, 30.2716073 ], [ 120.0428565, 30.2716333 ], [ 120.0428916, 30.271641 ], [ 120.0429246, 30.271645 ], [ 120.0429501, 30.2716291 ], [ 120.0429776, 30.2716316 ], [ 120.0429942, 30.2716502 ], [ 120.0430024, 30.2716697 ], [ 120.04308, 30.2717177 ], [ 120.0431646, 30.2717431 ], [ 120.0432284, 30.2717543 ], [ 120.0432986, 30.2717665 ], [ 120.0433794, 30.2717705 ], [ 120.0434096, 30.271767 ], [ 120.0434358, 30.2717616 ], [ 120.043485, 30.271737 ], [ 120.0435457, 30.2716873 ], [ 120.0435902, 30.2716495 ], [ 120.0436284, 30.2715816 ], [ 120.0436593, 30.2715908 ], [ 120.0436698, 30.2715616 ], [ 120.0436494, 30.2715544 ], [ 120.043645, 30.2715435 ], [ 120.0436514, 30.2715196 ], [ 120.043661, 30.2714827 ], [ 120.0436632, 30.2714597 ], [ 120.0436056, 30.2714481 ], [ 120.0434853, 30.271422 ], [ 120.0433496, 30.2713988 ], [ 120.0433328, 30.2714544 ], [ 120.0430929, 30.2713953 ], [ 120.0430694, 30.2713702 ], [ 120.0430823, 30.2713164 ], [ 120.0431059, 30.2713083 ], [ 120.0431363, 30.2712319 ], [ 120.0429436, 30.2711854 ], [ 120.0428835, 30.2711707 ], [ 120.0428552, 30.2711628 ], [ 120.0428055, 30.2712821 ], [ 120.0428171, 30.2713032 ], [ 120.0427828, 30.2714025 ], [ 120.0427489, 30.2714395 ], [ 120.0427089, 30.271563 ], [ 120.0427553, 30.2716073 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0485199, 30.271613 ], [ 120.0485393, 30.2716703 ], [ 120.0486112, 30.2716894 ], [ 120.0486996, 30.2716894 ], [ 120.0487467, 30.2716894 ], [ 120.0488296, 30.2717467 ], [ 120.0488988, 30.2717849 ], [ 120.0489872, 30.2718136 ], [ 120.0490674, 30.2718088 ], [ 120.0490896, 30.2717515 ], [ 120.04912, 30.2717037 ], [ 120.0491864, 30.2716918 ], [ 120.0492278, 30.2717252 ], [ 120.0493025, 30.2717467 ], [ 120.0493772, 30.2717515 ], [ 120.0494408, 30.2717849 ], [ 120.0495154, 30.2718112 ], [ 120.0495514, 30.2717778 ], [ 120.0495652, 30.2717252 ], [ 120.0495569, 30.2716631 ], [ 120.0495929, 30.2715963 ], [ 120.0497035, 30.2715795 ], [ 120.0497864, 30.2715724 ], [ 120.0498749, 30.2715915 ], [ 120.049933, 30.2715175 ], [ 120.0499468, 30.2714482 ], [ 120.04998, 30.2713813 ], [ 120.0499745, 30.2713216 ], [ 120.0499164, 30.2712953 ], [ 120.0498086, 30.2712547 ], [ 120.0497007, 30.2712356 ], [ 120.0496178, 30.271207 ], [ 120.049532, 30.2711974 ], [ 120.0494435, 30.2711855 ], [ 120.0493467, 30.2711449 ], [ 120.0492361, 30.2711449 ], [ 120.0491615, 30.2711807 ], [ 120.0490979, 30.2711711 ], [ 120.04899, 30.2711783 ], [ 120.0489568, 30.2712141 ], [ 120.0489264, 30.2712691 ], [ 120.0489375, 30.2713168 ], [ 120.0489679, 30.2713789 ], [ 120.0489955, 30.2714577 ], [ 120.0490453, 30.2714649 ], [ 120.04912, 30.2714458 ], [ 120.0491946, 30.271453 ], [ 120.0492417, 30.271496 ], [ 120.0492527, 30.2715509 ], [ 120.0492472, 30.2715987 ], [ 120.0492057, 30.2716154 ], [ 120.0491615, 30.2715318 ], [ 120.0491366, 30.2715055 ], [ 120.049073, 30.2714864 ], [ 120.0489817, 30.2714864 ], [ 120.0489209, 30.2715198 ], [ 120.04886, 30.2715437 ], [ 120.0488103, 30.2715604 ], [ 120.0487798, 30.2715342 ], [ 120.0487771, 30.271484 ], [ 120.0487909, 30.2714076 ], [ 120.0488351, 30.2713455 ], [ 120.0488766, 30.2713144 ], [ 120.0488988, 30.2712309 ], [ 120.048896, 30.2711879 ], [ 120.0488351, 30.2711449 ], [ 120.048755, 30.2711234 ], [ 120.0487439, 30.2712189 ], [ 120.0487384, 30.2712762 ], [ 120.048755, 30.2713431 ], [ 120.0487135, 30.2714171 ], [ 120.0486167, 30.2714362 ], [ 120.0485393, 30.2714386 ], [ 120.0485033, 30.2714816 ], [ 120.0484978, 30.2715509 ], [ 120.0485199, 30.271613 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.068983, 30.2713208 ], [ 120.0689896, 30.2714055 ], [ 120.0690288, 30.2714732 ], [ 120.0691986, 30.2715352 ], [ 120.069362, 30.2712926 ], [ 120.069375, 30.2711741 ], [ 120.0693554, 30.2710443 ], [ 120.0692313, 30.2709935 ], [ 120.0691594, 30.2710218 ], [ 120.0690941, 30.2711064 ], [ 120.0690288, 30.2711967 ], [ 120.0689503, 30.2712475 ], [ 120.068983, 30.2713208 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0723033, 30.2717114 ], [ 120.0723384, 30.2717661 ], [ 120.0724123, 30.2717782 ], [ 120.0724756, 30.2717539 ], [ 120.0725284, 30.2716992 ], [ 120.0725811, 30.2716992 ], [ 120.0726057, 30.271681 ], [ 120.0726198, 30.2716597 ], [ 120.0726093, 30.2716203 ], [ 120.0725635, 30.2715747 ], [ 120.0725389, 30.2714927 ], [ 120.0724967, 30.2714502 ], [ 120.0724229, 30.2714107 ], [ 120.0724193, 30.2713317 ], [ 120.072451, 30.2712558 ], [ 120.0726022, 30.2711646 ], [ 120.0726655, 30.2711251 ], [ 120.0727112, 30.271113 ], [ 120.0727535, 30.2711403 ], [ 120.0727535, 30.2711859 ], [ 120.0727429, 30.2712649 ], [ 120.0727218, 30.2713195 ], [ 120.0726515, 30.2713712 ], [ 120.072655, 30.2714623 ], [ 120.0727077, 30.2715231 ], [ 120.0727675, 30.2715231 ], [ 120.0728027, 30.2714623 ], [ 120.072771, 30.2713712 ], [ 120.0728203, 30.2712892 ], [ 120.0728554, 30.2712193 ], [ 120.0728484, 30.2711221 ], [ 120.0728132, 30.2710401 ], [ 120.0725917, 30.2709976 ], [ 120.0724932, 30.2710006 ], [ 120.0724651, 30.2710583 ], [ 120.0724545, 30.2710978 ], [ 120.0724229, 30.2711191 ], [ 120.0723631, 30.2712223 ], [ 120.0723666, 30.2712801 ], [ 120.0723736, 30.271359 ], [ 120.0723244, 30.2714319 ], [ 120.0722857, 30.2715048 ], [ 120.0722681, 30.271602 ], [ 120.0723033, 30.2717114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0652607, 30.2714189 ], [ 120.0656243, 30.27153 ], [ 120.0656467, 30.2714624 ], [ 120.0655963, 30.2714141 ], [ 120.0655068, 30.27139 ], [ 120.0652999, 30.271332 ], [ 120.0652272, 30.271332 ], [ 120.065216, 30.2713851 ], [ 120.0652607, 30.2714189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0700926, 30.2715739 ], [ 120.070112, 30.2715847 ], [ 120.0701465, 30.2716099 ], [ 120.0701651, 30.2716157 ], [ 120.0701704, 30.2716019 ], [ 120.0702262, 30.2716145 ], [ 120.0702209, 30.2716317 ], [ 120.0702455, 30.2716376 ], [ 120.0702613, 30.2715874 ], [ 120.0702302, 30.2715813 ], [ 120.0702731, 30.2714753 ], [ 120.0704415, 30.271515 ], [ 120.0704444, 30.271504 ], [ 120.0705192, 30.2715189 ], [ 120.0705491, 30.2715249 ], [ 120.0705803, 30.2715334 ], [ 120.0706077, 30.2714711 ], [ 120.0705764, 30.2714584 ], [ 120.0705986, 30.2713887 ], [ 120.0706174, 30.2713295 ], [ 120.0706477, 30.2713363 ], [ 120.0706589, 30.2713113 ], [ 120.0705833, 30.2712933 ], [ 120.0705638, 30.2713321 ], [ 120.070554, 30.2713742 ], [ 120.0705503, 30.2713851 ], [ 120.0705413, 30.2714113 ], [ 120.0705243, 30.2714306 ], [ 120.070497, 30.2715099 ], [ 120.070344, 30.2714706 ], [ 120.0703635, 30.271414 ], [ 120.0702974, 30.2713995 ], [ 120.0703203, 30.2713292 ], [ 120.0703298, 30.2712999 ], [ 120.0702514, 30.2712817 ], [ 120.0702399, 30.2713186 ], [ 120.0702038, 30.2713085 ], [ 120.070195, 30.2713321 ], [ 120.0701784, 30.2713295 ], [ 120.0701597, 30.2713815 ], [ 120.0702728, 30.2714069 ], [ 120.0702359, 30.2715294 ], [ 120.0701416, 30.2715082 ], [ 120.0701287, 30.2715301 ], [ 120.0700897, 30.2715402 ], [ 120.0700867, 30.2715562 ], [ 120.0700926, 30.2715739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0707278, 30.2720125 ], [ 120.0708463, 30.2720609 ], [ 120.0709461, 30.2720987 ], [ 120.0710834, 30.2721364 ], [ 120.0711458, 30.2720879 ], [ 120.0711582, 30.2720178 ], [ 120.0711395, 30.2718778 ], [ 120.0711146, 30.2717862 ], [ 120.0710148, 30.2717538 ], [ 120.0709025, 30.2717107 ], [ 120.0708214, 30.2716515 ], [ 120.070865, 30.271603 ], [ 120.0709648, 30.2716407 ], [ 120.0710335, 30.2716515 ], [ 120.0710647, 30.2715491 ], [ 120.0710959, 30.2713875 ], [ 120.0711582, 30.2712258 ], [ 120.0712206, 30.2710696 ], [ 120.0712892, 30.2709457 ], [ 120.0712705, 30.2708864 ], [ 120.0711707, 30.270881 ], [ 120.0710959, 30.2708433 ], [ 120.0710085, 30.2708056 ], [ 120.0709461, 30.2708756 ], [ 120.0709212, 30.2709942 ], [ 120.0708962, 30.2710642 ], [ 120.0708837, 30.2711396 ], [ 120.0708526, 30.2712366 ], [ 120.0708151, 30.2713659 ], [ 120.0707774, 30.2713963 ], [ 120.0707451, 30.2714453 ], [ 120.0707777, 30.271506 ], [ 120.070734, 30.2716191 ], [ 120.0707278, 30.2717053 ], [ 120.0707215, 30.2717969 ], [ 120.0706966, 30.2719209 ], [ 120.0707278, 30.2720125 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0661314, 30.271561 ], [ 120.0662702, 30.2715859 ], [ 120.0663165, 30.271551 ], [ 120.0663339, 30.2714011 ], [ 120.0662876, 30.2713562 ], [ 120.0661545, 30.2713761 ], [ 120.0661025, 30.2714261 ], [ 120.0660967, 30.271491 ], [ 120.0661314, 30.271561 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0672713, 30.2716819 ], [ 120.0674607, 30.2717158 ], [ 120.0675195, 30.2716932 ], [ 120.0676045, 30.2715296 ], [ 120.0675979, 30.271445 ], [ 120.0673954, 30.2714055 ], [ 120.0672778, 30.2713942 ], [ 120.0672386, 30.2714619 ], [ 120.0672843, 30.2715127 ], [ 120.0672255, 30.271586 ], [ 120.0672713, 30.2716819 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0696279, 30.271624 ], [ 120.0696674, 30.2716638 ], [ 120.0697946, 30.2716827 ], [ 120.0698779, 30.2716884 ], [ 120.0699613, 30.2716732 ], [ 120.0699766, 30.2716467 ], [ 120.0699766, 30.2716145 ], [ 120.0698933, 30.2715558 ], [ 120.0697946, 30.2715028 ], [ 120.0697354, 30.2714687 ], [ 120.0696827, 30.2714611 ], [ 120.069652, 30.2715179 ], [ 120.0696213, 30.2715766 ], [ 120.0696279, 30.271624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0650266, 30.2720955 ], [ 120.0650787, 30.2721404 ], [ 120.0652638, 30.2722204 ], [ 120.0653737, 30.2723003 ], [ 120.0654257, 30.2723652 ], [ 120.0653853, 30.2724452 ], [ 120.0655299, 30.2724352 ], [ 120.0656108, 30.2724751 ], [ 120.0657034, 30.2724402 ], [ 120.0657381, 30.2723852 ], [ 120.0657034, 30.2723203 ], [ 120.0656918, 30.2722354 ], [ 120.0657612, 30.2721504 ], [ 120.0658596, 30.2718357 ], [ 120.0659116, 30.2716709 ], [ 120.0659695, 30.2713761 ], [ 120.0660042, 30.2712762 ], [ 120.0661256, 30.2712113 ], [ 120.0662297, 30.2711613 ], [ 120.0662702, 30.2710514 ], [ 120.0662934, 30.2709315 ], [ 120.0662644, 30.2708116 ], [ 120.0661893, 30.2707317 ], [ 120.0660794, 30.2707417 ], [ 120.0659405, 30.2707967 ], [ 120.065848, 30.2708816 ], [ 120.0658769, 30.2709965 ], [ 120.0659232, 30.2710814 ], [ 120.0659, 30.2711963 ], [ 120.0659116, 30.2712862 ], [ 120.0659, 30.2714211 ], [ 120.0658249, 30.2716809 ], [ 120.0656455, 30.2721404 ], [ 120.0655993, 30.2722703 ], [ 120.0655356, 30.2723253 ], [ 120.0654547, 30.2723053 ], [ 120.0651712, 30.2721304 ], [ 120.0650151, 30.2720505 ], [ 120.0650266, 30.2720955 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.066631, 30.2717327 ], [ 120.0667355, 30.2718061 ], [ 120.0668662, 30.2718569 ], [ 120.0669381, 30.2719415 ], [ 120.0670099, 30.27206 ], [ 120.0669903, 30.2721616 ], [ 120.066925, 30.2722462 ], [ 120.0668923, 30.2723421 ], [ 120.0669381, 30.2724042 ], [ 120.0670949, 30.272438 ], [ 120.0672125, 30.2722801 ], [ 120.0672255, 30.2721898 ], [ 120.0671863, 30.2721051 ], [ 120.0670949, 30.2720544 ], [ 120.0670687, 30.2719528 ], [ 120.0670949, 30.2718625 ], [ 120.0671863, 30.2717102 ], [ 120.0670557, 30.2716199 ], [ 120.0670361, 30.271507 ], [ 120.0669185, 30.2714393 ], [ 120.0668858, 30.271349 ], [ 120.0669642, 30.2712813 ], [ 120.0672059, 30.2712926 ], [ 120.0672909, 30.271129 ], [ 120.0673497, 30.2710048 ], [ 120.0671863, 30.2709033 ], [ 120.0671406, 30.2709653 ], [ 120.0671602, 30.27105 ], [ 120.0671341, 30.2711515 ], [ 120.0670426, 30.2712193 ], [ 120.0669577, 30.2712136 ], [ 120.066827, 30.2712418 ], [ 120.066631, 30.271208 ], [ 120.0665787, 30.27127 ], [ 120.0666179, 30.271349 ], [ 120.0666636, 30.2714788 ], [ 120.0666506, 30.2715522 ], [ 120.0665656, 30.2716424 ], [ 120.066631, 30.2717327 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0563806, 30.2715681 ], [ 120.0565137, 30.2716118 ], [ 120.0564503, 30.271672 ], [ 120.0564503, 30.2717268 ], [ 120.0565327, 30.2717377 ], [ 120.0566848, 30.2717432 ], [ 120.0569066, 30.271672 ], [ 120.0568749, 30.2715462 ], [ 120.0567735, 30.2714805 ], [ 120.0566088, 30.2714805 ], [ 120.0564187, 30.2714531 ], [ 120.0563236, 30.2715133 ], [ 120.0563806, 30.2715681 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0628953, 30.2717903 ], [ 120.0630538, 30.2718407 ], [ 120.0631456, 30.2717759 ], [ 120.0631372, 30.2715093 ], [ 120.0630789, 30.2714372 ], [ 120.0630038, 30.2714156 ], [ 120.0629203, 30.2714804 ], [ 120.0628453, 30.271639 ], [ 120.0628286, 30.2717398 ], [ 120.0628953, 30.2717903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0532504, 30.2719383 ], [ 120.0533247, 30.272006 ], [ 120.0534567, 30.2720274 ], [ 120.0535804, 30.2720345 ], [ 120.0536134, 30.2718956 ], [ 120.0535804, 30.2717317 ], [ 120.0535804, 30.2715714 ], [ 120.0536175, 30.2714218 ], [ 120.0535887, 30.2713541 ], [ 120.0534525, 30.2713576 ], [ 120.0534113, 30.271461 ], [ 120.0533288, 30.2715571 ], [ 120.0532545, 30.2716711 ], [ 120.0532504, 30.2718172 ], [ 120.0532504, 30.2719383 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0545325, 30.2715793 ], [ 120.0545744, 30.2716743 ], [ 120.0545744, 30.2717557 ], [ 120.0545691, 30.2718688 ], [ 120.0545953, 30.2719458 ], [ 120.0546582, 30.2719865 ], [ 120.0548416, 30.271991 ], [ 120.0549516, 30.2719322 ], [ 120.0549621, 30.2718824 ], [ 120.0550072, 30.271872 ], [ 120.0550473, 30.2718956 ], [ 120.0550849, 30.2719586 ], [ 120.0551358, 30.2719362 ], [ 120.0552099, 30.2719247 ], [ 120.055284, 30.2718993 ], [ 120.0553426, 30.2718707 ], [ 120.0553125, 30.2717832 ], [ 120.0552426, 30.2718017 ], [ 120.0551861, 30.271775 ], [ 120.0551148, 30.2717632 ], [ 120.0550554, 30.2717727 ], [ 120.0549722, 30.2717758 ], [ 120.0549202, 30.2717557 ], [ 120.0549568, 30.2716833 ], [ 120.0550407, 30.2716833 ], [ 120.0551192, 30.2717376 ], [ 120.0552659, 30.2717195 ], [ 120.0554126, 30.271715 ], [ 120.0555384, 30.2716788 ], [ 120.0555541, 30.2716336 ], [ 120.0555489, 30.2715566 ], [ 120.0555017, 30.2715295 ], [ 120.0553602, 30.2715295 ], [ 120.0552607, 30.2715114 ], [ 120.0551664, 30.2715114 ], [ 120.0551245, 30.2715928 ], [ 120.0550773, 30.27162 ], [ 120.0550092, 30.2715974 ], [ 120.0549883, 30.2715159 ], [ 120.0549149, 30.2714842 ], [ 120.0546687, 30.271448 ], [ 120.0545429, 30.271439 ], [ 120.0545063, 30.2715069 ], [ 120.0545325, 30.2715793 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0604145, 30.2717778 ], [ 120.060449, 30.2718119 ], [ 120.0605377, 30.2718331 ], [ 120.0606708, 30.2717991 ], [ 120.060656, 30.2717352 ], [ 120.0606116, 30.2716671 ], [ 120.0605377, 30.2716161 ], [ 120.0604687, 30.2716331 ], [ 120.0603997, 30.2717097 ], [ 120.0604145, 30.2717778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0611767, 30.2718983 ], [ 120.061377, 30.2719416 ], [ 120.0614938, 30.2718911 ], [ 120.0616022, 30.2718623 ], [ 120.0616105, 30.2717542 ], [ 120.0615355, 30.271747 ], [ 120.061427, 30.2716966 ], [ 120.0613019, 30.2716606 ], [ 120.0611767, 30.2716894 ], [ 120.0610766, 30.271747 ], [ 120.0610599, 30.2718407 ], [ 120.0611767, 30.2718983 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0568178, 30.2719256 ], [ 120.0570831, 30.2718798 ], [ 120.0570783, 30.2718173 ], [ 120.0570349, 30.2717714 ], [ 120.0569529, 30.2717756 ], [ 120.0568516, 30.2718048 ], [ 120.0567744, 30.2718381 ], [ 120.0567696, 30.2718923 ], [ 120.0568178, 30.2719256 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0617273, 30.2720857 ], [ 120.0618942, 30.2721505 ], [ 120.0621028, 30.2717903 ], [ 120.0621445, 30.2716534 ], [ 120.062036, 30.2715957 ], [ 120.0619526, 30.2715957 ], [ 120.0618859, 30.2716678 ], [ 120.0617273, 30.2719416 ], [ 120.061694, 30.2720136 ], [ 120.0617273, 30.2720857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0576524, 30.2721214 ], [ 120.0577103, 30.2721589 ], [ 120.0578743, 30.2721464 ], [ 120.0579756, 30.2721089 ], [ 120.0580962, 30.2721131 ], [ 120.0582602, 30.2721089 ], [ 120.0583808, 30.2721297 ], [ 120.0584821, 30.2721464 ], [ 120.05854, 30.2721964 ], [ 120.0588536, 30.2721881 ], [ 120.0589018, 30.2721631 ], [ 120.0589742, 30.2721089 ], [ 120.0590417, 30.2720589 ], [ 120.0590514, 30.2719673 ], [ 120.0590031, 30.2718964 ], [ 120.058897, 30.2718589 ], [ 120.0587764, 30.2718006 ], [ 120.0587426, 30.2717506 ], [ 120.0587571, 30.2716256 ], [ 120.0587282, 30.271584 ], [ 120.0586268, 30.2715548 ], [ 120.0585352, 30.2715756 ], [ 120.0584677, 30.271609 ], [ 120.0584001, 30.2716673 ], [ 120.0583615, 30.2717214 ], [ 120.058376, 30.2717631 ], [ 120.0584484, 30.2717756 ], [ 120.0584821, 30.2718048 ], [ 120.0584725, 30.2718798 ], [ 120.0584628, 30.2719756 ], [ 120.0585014, 30.2720464 ], [ 120.058458, 30.2720797 ], [ 120.058376, 30.2720756 ], [ 120.0583229, 30.2720464 ], [ 120.0583133, 30.2719464 ], [ 120.0583036, 30.2718548 ], [ 120.0582554, 30.2718048 ], [ 120.0581493, 30.2718131 ], [ 120.0580673, 30.2718464 ], [ 120.0579177, 30.2718673 ], [ 120.0578067, 30.2718673 ], [ 120.0577247, 30.2718256 ], [ 120.0576572, 30.2718589 ], [ 120.0576379, 30.2719089 ], [ 120.0576331, 30.2720547 ], [ 120.0576524, 30.2721214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0622252, 30.2722431 ], [ 120.0623678, 30.2721271 ], [ 120.0624517, 30.2720692 ], [ 120.0625859, 30.2720909 ], [ 120.0626866, 30.271946 ], [ 120.0626782, 30.2718736 ], [ 120.0624853, 30.2718156 ], [ 120.0623511, 30.2718156 ], [ 120.0623007, 30.2718591 ], [ 120.0622504, 30.2719605 ], [ 120.0622084, 30.2720619 ], [ 120.0621413, 30.2721199 ], [ 120.0621162, 30.2721923 ], [ 120.0622252, 30.2722431 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0693865, 30.2717215 ], [ 120.0694614, 30.2717431 ], [ 120.0697546, 30.2717538 ], [ 120.0697296, 30.2717107 ], [ 120.0696236, 30.2717 ], [ 120.0694863, 30.2716784 ], [ 120.0694649, 30.271668 ], [ 120.0693865, 30.2716299 ], [ 120.0693865, 30.2717215 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0683558, 30.2719246 ], [ 120.0684081, 30.271981 ], [ 120.0685126, 30.2719641 ], [ 120.0686302, 30.2716537 ], [ 120.0686433, 30.2715578 ], [ 120.0686106, 30.2715014 ], [ 120.0685191, 30.2715014 ], [ 120.0684538, 30.2715635 ], [ 120.0684015, 30.2717045 ], [ 120.0683558, 30.2718456 ], [ 120.0683558, 30.2719246 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0689961, 30.2720036 ], [ 120.069068, 30.2719866 ], [ 120.0690876, 30.2719189 ], [ 120.069166, 30.2717158 ], [ 120.0691856, 30.2716481 ], [ 120.0691464, 30.2716086 ], [ 120.0689373, 30.2715183 ], [ 120.0688654, 30.271507 ], [ 120.0688001, 30.2715522 ], [ 120.0687021, 30.2718569 ], [ 120.0689961, 30.2720036 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0650818, 30.2719889 ], [ 120.0652551, 30.2720807 ], [ 120.0654173, 30.2721773 ], [ 120.0654901, 30.2721 ], [ 120.0655795, 30.2717812 ], [ 120.0655907, 30.2716798 ], [ 120.0655851, 30.2716267 ], [ 120.0655068, 30.271588 ], [ 120.0653502, 30.2715397 ], [ 120.065244, 30.2715204 ], [ 120.0651712, 30.2715397 ], [ 120.0651433, 30.2716073 ], [ 120.0650818, 30.2717522 ], [ 120.0650314, 30.2718634 ], [ 120.0650258, 30.2719165 ], [ 120.0650818, 30.2719889 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0672909, 30.2719754 ], [ 120.0673758, 30.2720149 ], [ 120.0674999, 30.2718512 ], [ 120.0674542, 30.2717666 ], [ 120.0673497, 30.2717553 ], [ 120.0672843, 30.2718004 ], [ 120.0672582, 30.271902 ], [ 120.0672909, 30.2719754 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0696922, 30.2721418 ], [ 120.0698045, 30.2721364 ], [ 120.0698357, 30.2720933 ], [ 120.0698482, 30.2720017 ], [ 120.0698294, 30.2719262 ], [ 120.0697421, 30.2718831 ], [ 120.0695861, 30.271867 ], [ 120.0694489, 30.2718616 ], [ 120.0693584, 30.271867 ], [ 120.0693179, 30.2720556 ], [ 120.0696922, 30.2721418 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0686825, 30.2721672 ], [ 120.0688719, 30.2722518 ], [ 120.0689503, 30.2722406 ], [ 120.0690157, 30.2721841 ], [ 120.0689896, 30.2720939 ], [ 120.0686825, 30.2719697 ], [ 120.068591, 30.271981 ], [ 120.0685649, 30.2720544 ], [ 120.068493, 30.2720995 ], [ 120.0686825, 30.2721672 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0700109, 30.2723068 ], [ 120.0700906, 30.2723335 ], [ 120.0701858, 30.2723557 ], [ 120.0702682, 30.2723913 ], [ 120.0703145, 30.2723579 ], [ 120.0703119, 30.2722446 ], [ 120.0703377, 30.2721802 ], [ 120.0703377, 30.2721046 ], [ 120.0702656, 30.2720446 ], [ 120.0701936, 30.272029 ], [ 120.0701164, 30.2720202 ], [ 120.0700417, 30.2720402 ], [ 120.0700469, 30.2721268 ], [ 120.0700366, 30.2722046 ], [ 120.0700109, 30.2722424 ], [ 120.0700109, 30.2723068 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0696173, 30.2723196 ], [ 120.0697172, 30.2723573 ], [ 120.0697671, 30.2723411 ], [ 120.069792, 30.272298 ], [ 120.0697858, 30.2722495 ], [ 120.0696672, 30.2722064 ], [ 120.0694427, 30.2721687 ], [ 120.0693241, 30.2721579 ], [ 120.0692805, 30.2722441 ], [ 120.0696173, 30.2723196 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0681271, 30.272455 ], [ 120.0681925, 30.2724888 ], [ 120.0683231, 30.2725114 ], [ 120.0684473, 30.2724324 ], [ 120.0684865, 30.2723196 ], [ 120.0684407, 30.2722236 ], [ 120.0683885, 30.2721728 ], [ 120.0682643, 30.272139 ], [ 120.0681925, 30.2721503 ], [ 120.0681467, 30.2722067 ], [ 120.0681075, 30.2723139 ], [ 120.068101, 30.2723929 ], [ 120.0681271, 30.272455 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0458626, 30.2716044 ], [ 120.0458938, 30.2716298 ], [ 120.0459405, 30.2716179 ], [ 120.0459613, 30.271579 ], [ 120.0459457, 30.2715327 ], [ 120.0459578, 30.2714609 ], [ 120.0459751, 30.2713921 ], [ 120.0459474, 30.2713502 ], [ 120.0458903, 30.2713981 ], [ 120.0458574, 30.2714713 ], [ 120.045847, 30.2715521 ], [ 120.0458626, 30.2716044 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0502649, 30.2715819 ], [ 120.0503202, 30.2715795 ], [ 120.0503727, 30.2715963 ], [ 120.0505497, 30.2716249 ], [ 120.050735, 30.2716679 ], [ 120.0508622, 30.2716679 ], [ 120.0509424, 30.2715891 ], [ 120.0509341, 30.271496 ], [ 120.0508566, 30.2714506 ], [ 120.0507267, 30.2714124 ], [ 120.050569, 30.2713956 ], [ 120.0504667, 30.2713765 ], [ 120.0504142, 30.2713837 ], [ 120.0502925, 30.2713407 ], [ 120.05024, 30.2713646 ], [ 120.0502317, 30.271453 ], [ 120.0502261, 30.2715127 ], [ 120.0502649, 30.2715819 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0412366, 30.2716088 ], [ 120.0412644, 30.271746 ], [ 120.0412604, 30.2718318 ], [ 120.0412763, 30.271921 ], [ 120.041312, 30.2719656 ], [ 120.0413716, 30.2718729 ], [ 120.0414511, 30.271794 ], [ 120.0415186, 30.2717391 ], [ 120.0415464, 30.2716671 ], [ 120.0414709, 30.2715882 ], [ 120.0413796, 30.2715676 ], [ 120.0412922, 30.2714681 ], [ 120.0412366, 30.2715161 ], [ 120.0412366, 30.2716088 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0517613, 30.2720417 ], [ 120.0518809, 30.2720345 ], [ 120.0520294, 30.2720559 ], [ 120.0521408, 30.2720274 ], [ 120.0521903, 30.2719312 ], [ 120.0522563, 30.2717852 ], [ 120.0522687, 30.2716783 ], [ 120.0521408, 30.2715999 ], [ 120.0520459, 30.2715607 ], [ 120.0519263, 30.2715714 ], [ 120.0518273, 30.2716854 ], [ 120.0517489, 30.2717958 ], [ 120.0517076, 30.2719098 ], [ 120.0516994, 30.2719918 ], [ 120.0517613, 30.2720417 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0501764, 30.2717133 ], [ 120.0502234, 30.2717515 ], [ 120.0503672, 30.2717921 ], [ 120.0504695, 30.2718423 ], [ 120.0505552, 30.271859 ], [ 120.0505884, 30.2719211 ], [ 120.0505801, 30.2719641 ], [ 120.0506022, 30.2720262 ], [ 120.0507488, 30.272105 ], [ 120.0508622, 30.272179 ], [ 120.0509368, 30.272179 ], [ 120.0509949, 30.2721026 ], [ 120.0510087, 30.271976 ], [ 120.0509673, 30.2718685 ], [ 120.0508871, 30.2717539 ], [ 120.0508096, 30.2717061 ], [ 120.0506575, 30.2716727 ], [ 120.0505442, 30.2716703 ], [ 120.0503976, 30.2716703 ], [ 120.0503202, 30.2716297 ], [ 120.0502234, 30.271613 ], [ 120.0501764, 30.2716464 ], [ 120.0501764, 30.2717133 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0415461, 30.2722175 ], [ 120.0415931, 30.27224 ], [ 120.0416405, 30.2722539 ], [ 120.0417206, 30.2722747 ], [ 120.041822, 30.2722732 ], [ 120.041846, 30.2722366 ], [ 120.0418731, 30.2721575 ], [ 120.0418894, 30.2720694 ], [ 120.0418885, 30.2719722 ], [ 120.0418734, 30.2719253 ], [ 120.0417951, 30.2719131 ], [ 120.0417446, 30.2719231 ], [ 120.0416901, 30.2719334 ], [ 120.0416494, 30.2719238 ], [ 120.04161, 30.2719047 ], [ 120.0415689, 30.2718942 ], [ 120.0415339, 30.2719184 ], [ 120.04152, 30.2719596 ], [ 120.0415183, 30.2720071 ], [ 120.0415299, 30.2720689 ], [ 120.0415318, 30.2721243 ], [ 120.0415177, 30.2721765 ], [ 120.0415461, 30.2722175 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0451032, 30.2724581 ], [ 120.0452633, 30.272547 ], [ 120.0454006, 30.2725253 ], [ 120.0455105, 30.2724344 ], [ 120.0456089, 30.2723099 ], [ 120.0456546, 30.2721834 ], [ 120.0456157, 30.2720925 ], [ 120.045499, 30.272053 ], [ 120.0453686, 30.2720194 ], [ 120.0452931, 30.2719719 ], [ 120.0452885, 30.271887 ], [ 120.0452633, 30.2718257 ], [ 120.0452115, 30.2717382 ], [ 120.0451928, 30.2717494 ], [ 120.045213, 30.2718395 ], [ 120.0451421, 30.2719798 ], [ 120.0450871, 30.2721913 ], [ 120.0450505, 30.2723296 ], [ 120.0451032, 30.2724581 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0499448, 30.2722181 ], [ 120.0500382, 30.2722106 ], [ 120.0501208, 30.2722257 ], [ 120.0502316, 30.2722388 ], [ 120.0503055, 30.2722482 ], [ 120.0502999, 30.2722155 ], [ 120.0502559, 30.2721989 ], [ 120.0502425, 30.2721731 ], [ 120.0501664, 30.2721262 ], [ 120.0501143, 30.2720774 ], [ 120.0500556, 30.2720811 ], [ 120.0500252, 30.2720924 ], [ 120.049973, 30.2721205 ], [ 120.0499361, 30.2721318 ], [ 120.0499274, 30.2721787 ], [ 120.0499448, 30.2722181 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0437016, 30.2726831 ], [ 120.0438333, 30.2727125 ], [ 120.043931, 30.2727067 ], [ 120.0440017, 30.2726892 ], [ 120.0439849, 30.2726136 ], [ 120.0440186, 30.2725147 ], [ 120.0440725, 30.2723663 ], [ 120.0441129, 30.2722645 ], [ 120.0441589, 30.2721907 ], [ 120.0442722, 30.2721289 ], [ 120.0443159, 30.2720957 ], [ 120.0443704, 30.2720957 ], [ 120.0444505, 30.2720718 ], [ 120.0445002, 30.2720347 ], [ 120.0445474, 30.2719591 ], [ 120.0446114, 30.2719329 ], [ 120.0447327, 30.2719358 ], [ 120.0449246, 30.2718951 ], [ 120.045074, 30.2718211 ], [ 120.0450762, 30.2717729 ], [ 120.0449213, 30.2717729 ], [ 120.0447899, 30.2717758 ], [ 120.0446687, 30.2717787 ], [ 120.0445272, 30.2718223 ], [ 120.0444666, 30.2718543 ], [ 120.0444632, 30.2719242 ], [ 120.0443857, 30.2719416 ], [ 120.0442746, 30.2719823 ], [ 120.0441735, 30.2719998 ], [ 120.0441547, 30.2720316 ], [ 120.044144, 30.2720602 ], [ 120.0441187, 30.2720985 ], [ 120.0440352, 30.2721698 ], [ 120.0440463, 30.2721994 ], [ 120.0440471, 30.2722284 ], [ 120.0439478, 30.2723052 ], [ 120.0438159, 30.2723839 ], [ 120.0437626, 30.2725031 ], [ 120.0436548, 30.2725961 ], [ 120.0437016, 30.2726831 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0431227, 30.2722811 ], [ 120.0431227, 30.2723049 ], [ 120.0431146, 30.2723486 ], [ 120.0430997, 30.2723754 ], [ 120.043103, 30.2723948 ], [ 120.0432284, 30.2724456 ], [ 120.0432386, 30.2724302 ], [ 120.0433243, 30.2724633 ], [ 120.043323, 30.2724743 ], [ 120.0433511, 30.2724876 ], [ 120.0433575, 30.2724721 ], [ 120.043488, 30.2725086 ], [ 120.0434816, 30.2725252 ], [ 120.0435072, 30.2725329 ], [ 120.0435097, 30.2725241 ], [ 120.0435769, 30.2725491 ], [ 120.0436057, 30.2725196 ], [ 120.0436491, 30.2724732 ], [ 120.0436837, 30.272428 ], [ 120.043699, 30.2724114 ], [ 120.043699, 30.2723738 ], [ 120.0437105, 30.2723308 ], [ 120.0437412, 30.2722877 ], [ 120.0437553, 30.2722523 ], [ 120.0437579, 30.2722104 ], [ 120.0437515, 30.2721739 ], [ 120.0437361, 30.2721485 ], [ 120.0437204, 30.2721424 ], [ 120.0435105, 30.2720869 ], [ 120.0434848, 30.2720706 ], [ 120.0434607, 30.2720746 ], [ 120.0434262, 30.2720626 ], [ 120.0434232, 30.2720389 ], [ 120.0433039, 30.2720049 ], [ 120.0432951, 30.2720239 ], [ 120.0432629, 30.2720189 ], [ 120.0432593, 30.2720292 ], [ 120.0432153, 30.2720663 ], [ 120.043138, 30.2719981 ], [ 120.0431284, 30.2720448 ], [ 120.0431135, 30.2720547 ], [ 120.0432032, 30.2720995 ], [ 120.0431912, 30.2721265 ], [ 120.0432132, 30.2721338 ], [ 120.0431785, 30.2722118 ], [ 120.0431405, 30.2722207 ], [ 120.0431252, 30.2722541 ], [ 120.0430612, 30.2722331 ], [ 120.0430525, 30.2722582 ], [ 120.0431227, 30.2722811 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0523594, 30.272291 ], [ 120.0524625, 30.2723409 ], [ 120.0525492, 30.2723765 ], [ 120.05271, 30.2723373 ], [ 120.0527472, 30.2722198 ], [ 120.0527557, 30.2721936 ], [ 120.0527684, 30.2721548 ], [ 120.0527925, 30.2720808 ], [ 120.0528049, 30.2719205 ], [ 120.0528338, 30.2717994 ], [ 120.0527554, 30.2717139 ], [ 120.0526028, 30.2717175 ], [ 120.0525409, 30.2717852 ], [ 120.0525203, 30.2719277 ], [ 120.0524625, 30.272088 ], [ 120.0524213, 30.2721699 ], [ 120.0523553, 30.272234 ], [ 120.0523594, 30.272291 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.063924, 30.2721484 ], [ 120.0639184, 30.272245 ], [ 120.0639519, 30.2723416 ], [ 120.0640638, 30.2724044 ], [ 120.0640974, 30.2723367 ], [ 120.0640358, 30.2722595 ], [ 120.0640302, 30.2721484 ], [ 120.064047, 30.2720131 ], [ 120.0640918, 30.2718972 ], [ 120.0641085, 30.2718102 ], [ 120.0640582, 30.2717667 ], [ 120.0639631, 30.2717957 ], [ 120.0639296, 30.2718682 ], [ 120.0639016, 30.2719793 ], [ 120.063896, 30.2720566 ], [ 120.063924, 30.2721484 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.059442, 30.2719582 ], [ 120.0594468, 30.272032 ], [ 120.0595275, 30.2720484 ], [ 120.0596463, 30.272032 ], [ 120.0597224, 30.2720566 ], [ 120.0597889, 30.2720649 ], [ 120.0598792, 30.2720936 ], [ 120.0599124, 30.272188 ], [ 120.0599077, 30.2723193 ], [ 120.0599029, 30.2724014 ], [ 120.0599552, 30.2723973 ], [ 120.0600075, 30.2723275 ], [ 120.0600265, 30.2722167 ], [ 120.0600455, 30.2721428 ], [ 120.0600835, 30.2720238 ], [ 120.0600835, 30.2719582 ], [ 120.0599885, 30.2719007 ], [ 120.0596986, 30.2718432 ], [ 120.0595465, 30.2718104 ], [ 120.05948, 30.2718227 ], [ 120.0594372, 30.2718761 ], [ 120.059442, 30.2719582 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0642092, 30.272216 ], [ 120.0642428, 30.2722981 ], [ 120.0642148, 30.272414 ], [ 120.0643546, 30.2724382 ], [ 120.0643602, 30.2723561 ], [ 120.064405, 30.2722691 ], [ 120.0644553, 30.2721967 ], [ 120.0644609, 30.2721145 ], [ 120.0644777, 30.2720324 ], [ 120.0644553, 30.2719503 ], [ 120.0644218, 30.271873 ], [ 120.0642707, 30.2718392 ], [ 120.0642092, 30.2719793 ], [ 120.0641701, 30.2720517 ], [ 120.0641868, 30.2721 ], [ 120.0641589, 30.2721773 ], [ 120.0642092, 30.272216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0585883, 30.2725589 ], [ 120.0586461, 30.272588 ], [ 120.0587089, 30.2725797 ], [ 120.0587282, 30.2725464 ], [ 120.0587426, 30.2724797 ], [ 120.0587031, 30.2724363 ], [ 120.0586992, 30.2723547 ], [ 120.0586317, 30.2723381 ], [ 120.0585545, 30.2723464 ], [ 120.0585207, 30.2723881 ], [ 120.0585111, 30.2724339 ], [ 120.0584966, 30.2725589 ], [ 120.0585883, 30.2725589 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0545723, 30.2725058 ], [ 120.054604, 30.2725788 ], [ 120.0546779, 30.2726244 ], [ 120.0548522, 30.2726563 ], [ 120.0550159, 30.2726883 ], [ 120.055074, 30.2726335 ], [ 120.0550476, 30.272515 ], [ 120.0550147, 30.272476 ], [ 120.0550053, 30.2724648 ], [ 120.0549684, 30.2724283 ], [ 120.0548892, 30.2724055 ], [ 120.0547519, 30.2723964 ], [ 120.0546938, 30.2723052 ], [ 120.0546199, 30.2723006 ], [ 120.0545829, 30.2723371 ], [ 120.0545723, 30.2723964 ], [ 120.0545723, 30.2725058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0575974, 30.2724652 ], [ 120.0576731, 30.2724606 ], [ 120.0577651, 30.2724886 ], [ 120.0577868, 30.2725494 ], [ 120.0577164, 30.2726335 ], [ 120.0578301, 30.2727036 ], [ 120.0581169, 30.2726943 ], [ 120.0582143, 30.2727878 ], [ 120.0582793, 30.2728252 ], [ 120.0585391, 30.2728766 ], [ 120.0586257, 30.2728626 ], [ 120.0587393, 30.2728111 ], [ 120.0587718, 30.272727 ], [ 120.0584146, 30.2727597 ], [ 120.0583388, 30.2727177 ], [ 120.058328, 30.2725634 ], [ 120.0582522, 30.27254 ], [ 120.0582035, 30.2724185 ], [ 120.0579491, 30.2723858 ], [ 120.0579058, 30.272325 ], [ 120.0577327, 30.2723344 ], [ 120.0576028, 30.2723718 ], [ 120.0575378, 30.2724138 ], [ 120.0575974, 30.2724652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0537652, 30.272622 ], [ 120.0537652, 30.272769 ], [ 120.0537707, 30.2729019 ], [ 120.0537597, 30.2730015 ], [ 120.0537707, 30.2730774 ], [ 120.0538311, 30.2731296 ], [ 120.0539519, 30.2731296 ], [ 120.0540783, 30.2731628 ], [ 120.0542266, 30.273177 ], [ 120.054331, 30.2731153 ], [ 120.054298, 30.2729208 ], [ 120.054298, 30.2727168 ], [ 120.054298, 30.2725461 ], [ 120.0542376, 30.2723848 ], [ 120.0541717, 30.2722994 ], [ 120.0541991, 30.272195 ], [ 120.0541772, 30.2720574 ], [ 120.0540838, 30.2720337 ], [ 120.05393, 30.2720527 ], [ 120.0538531, 30.2721523 ], [ 120.053919, 30.2722662 ], [ 120.0538915, 30.2723278 ], [ 120.0538657, 30.2723306 ], [ 120.0537597, 30.2723421 ], [ 120.0537562, 30.27237 ], [ 120.0537432, 30.2724749 ], [ 120.0537652, 30.272622 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0554002, 30.272586 ], [ 120.0553957, 30.2726986 ], [ 120.0554236, 30.2727985 ], [ 120.0554672, 30.2728311 ], [ 120.0555101, 30.2728544 ], [ 120.0555737, 30.2728574 ], [ 120.0556861, 30.2728405 ], [ 120.0557816, 30.2728114 ], [ 120.0558291, 30.2727475 ], [ 120.0559083, 30.2727339 ], [ 120.0559769, 30.2727567 ], [ 120.0560192, 30.27267 ], [ 120.0561089, 30.2726427 ], [ 120.0562146, 30.2726199 ], [ 120.056241, 30.2725742 ], [ 120.0562146, 30.2725104 ], [ 120.0561301, 30.2724967 ], [ 120.056035, 30.2725058 ], [ 120.0560086, 30.2725925 ], [ 120.0559294, 30.2726335 ], [ 120.0558396, 30.2726199 ], [ 120.055734, 30.2725834 ], [ 120.0556759, 30.2725104 ], [ 120.0556126, 30.2724511 ], [ 120.0555281, 30.2724374 ], [ 120.0554172, 30.272442 ], [ 120.055375, 30.2724694 ], [ 120.0554002, 30.272586 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.063868, 30.2729019 ], [ 120.0639967, 30.2729067 ], [ 120.0640302, 30.2729502 ], [ 120.0641197, 30.2729695 ], [ 120.0641924, 30.2729116 ], [ 120.0642204, 30.2728198 ], [ 120.0642707, 30.2726459 ], [ 120.0642707, 30.2725589 ], [ 120.0642036, 30.27253 ], [ 120.064075, 30.2725155 ], [ 120.063924, 30.272472 ], [ 120.0638624, 30.2724865 ], [ 120.0638065, 30.2725493 ], [ 120.0637953, 30.2726362 ], [ 120.0637674, 30.2727522 ], [ 120.063745, 30.2728826 ], [ 120.063868, 30.2729019 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0491945, 30.2725362 ], [ 120.0493097, 30.2725915 ], [ 120.049361, 30.272562 ], [ 120.0493311, 30.2724403 ], [ 120.049408, 30.2723739 ], [ 120.049425, 30.2723186 ], [ 120.0494677, 30.2722338 ], [ 120.0494165, 30.272149 ], [ 120.0492884, 30.2721195 ], [ 120.0491987, 30.272219 ], [ 120.049203, 30.2723297 ], [ 120.0491646, 30.2724292 ], [ 120.0491945, 30.2725362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0496482, 30.2727392 ], [ 120.0496509, 30.2727929 ], [ 120.0497062, 30.2728355 ], [ 120.04983, 30.2728474 ], [ 120.0499905, 30.2728157 ], [ 120.0500226, 30.2729266 ], [ 120.0501235, 30.2729504 ], [ 120.0502152, 30.2729504 ], [ 120.0502978, 30.2729781 ], [ 120.0503161, 30.2730652 ], [ 120.0504033, 30.273093 ], [ 120.0505454, 30.2731445 ], [ 120.0507426, 30.273192 ], [ 120.0508618, 30.2732197 ], [ 120.0509398, 30.2732752 ], [ 120.0510224, 30.2732712 ], [ 120.0510957, 30.2732078 ], [ 120.0511232, 30.2731207 ], [ 120.0511324, 30.2730217 ], [ 120.0511966, 30.2729662 ], [ 120.0511966, 30.2728712 ], [ 120.0512883, 30.2727959 ], [ 120.0512975, 30.272689 ], [ 120.0513342, 30.2726019 ], [ 120.0513597, 30.2724874 ], [ 120.0514245, 30.2724035 ], [ 120.0515109, 30.2723009 ], [ 120.0515514, 30.2721843 ], [ 120.0515811, 30.2720817 ], [ 120.0515406, 30.2719978 ], [ 120.0515082, 30.2719069 ], [ 120.0515811, 30.2718229 ], [ 120.0516108, 30.2716994 ], [ 120.0515838, 30.2716131 ], [ 120.0514245, 30.2715851 ], [ 120.0511735, 30.2715198 ], [ 120.0510655, 30.2714592 ], [ 120.0510304, 30.2715082 ], [ 120.0509872, 30.2715968 ], [ 120.0510088, 30.271704 ], [ 120.0510331, 30.2718229 ], [ 120.0510898, 30.2719232 ], [ 120.0511168, 30.2721121 ], [ 120.0511141, 30.272196 ], [ 120.0511384, 30.2722846 ], [ 120.0511249, 30.2723685 ], [ 120.0510628, 30.2724128 ], [ 120.0509062, 30.2724152 ], [ 120.0507712, 30.2724058 ], [ 120.0506605, 30.2724338 ], [ 120.0505714, 30.2724758 ], [ 120.0505013, 30.2725247 ], [ 120.0504635, 30.2726227 ], [ 120.0504743, 30.2726879 ], [ 120.0505498, 30.2727113 ], [ 120.0506659, 30.2727369 ], [ 120.0508171, 30.2727695 ], [ 120.0509575, 30.2727835 ], [ 120.0510493, 30.2727999 ], [ 120.051106, 30.2728162 ], [ 120.0510952, 30.2728418 ], [ 120.0509791, 30.2728185 ], [ 120.0507874, 30.2727835 ], [ 120.0506065, 30.2727462 ], [ 120.0505309, 30.2727462 ], [ 120.0504878, 30.2727556 ], [ 120.0504554, 30.2727719 ], [ 120.0504122, 30.2727439 ], [ 120.0504365, 30.2726366 ], [ 120.0504743, 30.2725224 ], [ 120.0504743, 30.2724734 ], [ 120.0504311, 30.2724664 ], [ 120.0504527, 30.2724082 ], [ 120.050396, 30.2723825 ], [ 120.0502853, 30.2723778 ], [ 120.050207, 30.2723965 ], [ 120.0501422, 30.2724198 ], [ 120.0500801, 30.2723988 ], [ 120.0500342, 30.2723592 ], [ 120.049964, 30.2722962 ], [ 120.0498587, 30.272238 ], [ 120.0497885, 30.27221 ], [ 120.0497426, 30.2722123 ], [ 120.049721, 30.2722706 ], [ 120.0497183, 30.2723662 ], [ 120.049721, 30.2724408 ], [ 120.0496967, 30.2724501 ], [ 120.0496967, 30.2725084 ], [ 120.0496994, 30.2725737 ], [ 120.0496752, 30.2726366 ], [ 120.0496455, 30.2726833 ], [ 120.0496482, 30.2727392 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0477769, 30.2724993 ], [ 120.047905, 30.2725398 ], [ 120.0480074, 30.2726431 ], [ 120.0481142, 30.2727058 ], [ 120.0482466, 30.2726984 ], [ 120.048349, 30.272632 ], [ 120.0483021, 30.2725398 ], [ 120.0483704, 30.2724624 ], [ 120.0484515, 30.272455 ], [ 120.0484899, 30.2725509 ], [ 120.0486052, 30.2726099 ], [ 120.0487248, 30.2725767 ], [ 120.0487376, 30.2724624 ], [ 120.0487803, 30.2723518 ], [ 120.0488785, 30.2722559 ], [ 120.0488998, 30.2721895 ], [ 120.0488443, 30.2721084 ], [ 120.0486437, 30.2720863 ], [ 120.0485497, 30.2721858 ], [ 120.0485711, 30.2722375 ], [ 120.0485326, 30.2723223 ], [ 120.0484686, 30.2723923 ], [ 120.0484174, 30.2723813 ], [ 120.0484174, 30.2723075 ], [ 120.0483704, 30.2722448 ], [ 120.0482209, 30.2722338 ], [ 120.0480758, 30.2722117 ], [ 120.0479519, 30.2721969 ], [ 120.0478196, 30.2722559 ], [ 120.0477769, 30.2723444 ], [ 120.0477513, 30.2724218 ], [ 120.0477769, 30.2724993 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0442382, 30.2726794 ], [ 120.0442382, 30.2727427 ], [ 120.044268, 30.2728118 ], [ 120.0443572, 30.2728573 ], [ 120.0444602, 30.2728968 ], [ 120.044538, 30.2728494 ], [ 120.044602, 30.2727308 ], [ 120.044657, 30.2726142 ], [ 120.0446386, 30.2725312 ], [ 120.0445769, 30.272462 ], [ 120.0444926, 30.2724533 ], [ 120.0444625, 30.2724502 ], [ 120.044348, 30.2724601 ], [ 120.0442702, 30.2725352 ], [ 120.0442382, 30.2726083 ], [ 120.0442382, 30.2726794 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0446478, 30.272966 ], [ 120.0447279, 30.2729877 ], [ 120.0447942, 30.2729877 ], [ 120.0448904, 30.27296 ], [ 120.0449544, 30.2728336 ], [ 120.044975, 30.2727269 ], [ 120.0450597, 30.2726597 ], [ 120.0450254, 30.2726122 ], [ 120.0448881, 30.2725925 ], [ 120.0447759, 30.2726122 ], [ 120.0447096, 30.272717 ], [ 120.0446684, 30.2728158 ], [ 120.0446226, 30.2729067 ], [ 120.0446478, 30.272966 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0450711, 30.2731221 ], [ 120.0451947, 30.2731577 ], [ 120.0452519, 30.2731023 ], [ 120.0453137, 30.2729936 ], [ 120.0452999, 30.2729047 ], [ 120.0453205, 30.2728355 ], [ 120.0453137, 30.2727585 ], [ 120.0452557, 30.2727517 ], [ 120.0451947, 30.2727446 ], [ 120.0451032, 30.2728158 ], [ 120.0450574, 30.2729264 ], [ 120.0450437, 30.2729917 ], [ 120.0450345, 30.2730707 ], [ 120.0450711, 30.2731221 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0515179, 30.2727185 ], [ 120.0515261, 30.2727755 ], [ 120.051621, 30.2727969 ], [ 120.0516994, 30.2727969 ], [ 120.0517083, 30.2728421 ], [ 120.0518798, 30.2728673 ], [ 120.0519345, 30.2728736 ], [ 120.0519747, 30.272902 ], [ 120.0520166, 30.2729036 ], [ 120.0520296, 30.2729041 ], [ 120.0520567, 30.2729052 ], [ 120.0520951, 30.2728815 ], [ 120.0521297, 30.2728563 ], [ 120.0521589, 30.2728595 ], [ 120.0521698, 30.2728894 ], [ 120.0521972, 30.2729241 ], [ 120.0522227, 30.2729382 ], [ 120.0522519, 30.2729524 ], [ 120.0522884, 30.2729477 ], [ 120.0523213, 30.2729398 ], [ 120.0523596, 30.2729382 ], [ 120.0523906, 30.2729556 ], [ 120.0523723, 30.2730013 ], [ 120.0523742, 30.2730375 ], [ 120.0523723, 30.27311 ], [ 120.0523559, 30.273184 ], [ 120.0523504, 30.2732155 ], [ 120.0523377, 30.2732612 ], [ 120.0523249, 30.2733368 ], [ 120.052303, 30.2734061 ], [ 120.0522811, 30.2734818 ], [ 120.0522519, 30.273559 ], [ 120.0522209, 30.2736299 ], [ 120.0521954, 30.2736645 ], [ 120.0521826, 30.2737197 ], [ 120.0521881, 30.2737858 ], [ 120.0521881, 30.2738158 ], [ 120.0522155, 30.2738299 ], [ 120.052281, 30.2738336 ], [ 120.0524667, 30.2738871 ], [ 120.0526028, 30.2738906 ], [ 120.05271, 30.2738657 ], [ 120.0527018, 30.2737588 ], [ 120.0527059, 30.2736697 ], [ 120.0527678, 30.273659 ], [ 120.052842, 30.273602 ], [ 120.0528874, 30.2734952 ], [ 120.0529204, 30.2734025 ], [ 120.052908, 30.2732387 ], [ 120.0528957, 30.2731425 ], [ 120.0529328, 30.2730463 ], [ 120.0529575, 30.2729465 ], [ 120.0529493, 30.2728717 ], [ 120.0529493, 30.2727649 ], [ 120.052974, 30.272658 ], [ 120.0529452, 30.2726152 ], [ 120.0528503, 30.2726045 ], [ 120.0527843, 30.2726366 ], [ 120.0527637, 30.2726936 ], [ 120.0526853, 30.2726687 ], [ 120.0525615, 30.2726366 ], [ 120.0524584, 30.2726081 ], [ 120.052347, 30.2726117 ], [ 120.0522315, 30.2726259 ], [ 120.0521614, 30.2726117 ], [ 120.0520954, 30.2725511 ], [ 120.0521119, 30.2725012 ], [ 120.0521779, 30.2724905 ], [ 120.0522563, 30.2723658 ], [ 120.0522934, 30.2723053 ], [ 120.0522852, 30.2722483 ], [ 120.0522109, 30.2721913 ], [ 120.0521202, 30.2721913 ], [ 120.0520335, 30.2721414 ], [ 120.0519304, 30.2721022 ], [ 120.0518479, 30.2721272 ], [ 120.0517943, 30.2721806 ], [ 120.0517778, 30.2722625 ], [ 120.0517159, 30.2723267 ], [ 120.0517159, 30.2723837 ], [ 120.0517241, 30.2724514 ], [ 120.0516911, 30.2725048 ], [ 120.0516251, 30.272519 ], [ 120.0516251, 30.2725725 ], [ 120.0515839, 30.2726152 ], [ 120.0515179, 30.2726615 ], [ 120.0515179, 30.2727185 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0428666, 30.2728872 ], [ 120.0430815, 30.2730507 ], [ 120.0432606, 30.2732054 ], [ 120.0434198, 30.2734344 ], [ 120.0434105, 30.2729898 ], [ 120.0435257, 30.2728682 ], [ 120.0433578, 30.2728297 ], [ 120.0431685, 30.2727899 ], [ 120.0430047, 30.272706 ], [ 120.0428563, 30.2726706 ], [ 120.0428256, 30.2727369 ], [ 120.0428666, 30.2728872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0422474, 30.272843 ], [ 120.0423907, 30.2730551 ], [ 120.0425391, 30.2732054 ], [ 120.0426772, 30.2733689 ], [ 120.0427591, 30.2734749 ], [ 120.042887, 30.2735898 ], [ 120.0429945, 30.2736385 ], [ 120.0431275, 30.2735854 ], [ 120.0432759, 30.2735015 ], [ 120.0432708, 30.2733777 ], [ 120.0432094, 30.2732805 ], [ 120.0430099, 30.2731347 ], [ 120.0428308, 30.27298 ], [ 120.0427438, 30.2728253 ], [ 120.0426005, 30.2727016 ], [ 120.0424521, 30.2726132 ], [ 120.0422935, 30.2725955 ], [ 120.042186, 30.2726088 ], [ 120.0421809, 30.2727104 ], [ 120.0422474, 30.272843 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0521011, 30.2732969 ], [ 120.0521193, 30.2733238 ], [ 120.0521765, 30.2733328 ], [ 120.0522154, 30.2733126 ], [ 120.0522492, 30.2732408 ], [ 120.0522752, 30.2731466 ], [ 120.0523037, 30.2731084 ], [ 120.0523063, 30.2730322 ], [ 120.0522128, 30.2730142 ], [ 120.0521427, 30.2730591 ], [ 120.0521323, 30.2731398 ], [ 120.0521037, 30.2731892 ], [ 120.0521011, 30.2732408 ], [ 120.0521011, 30.2732969 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0734735, 30.2725098 ], [ 120.0735947, 30.2725497 ], [ 120.0737159, 30.2725547 ], [ 120.0737736, 30.27247 ], [ 120.073814, 30.2724401 ], [ 120.0738891, 30.2723852 ], [ 120.0739699, 30.2723902 ], [ 120.0741257, 30.2724201 ], [ 120.0742642, 30.27246 ], [ 120.0744489, 30.2725148 ], [ 120.0745758, 30.2725547 ], [ 120.0746797, 30.2725597 ], [ 120.0747317, 30.2724799 ], [ 120.0747259, 30.2723902 ], [ 120.074697, 30.2723454 ], [ 120.0745412, 30.2723553 ], [ 120.0740103, 30.2722806 ], [ 120.0739525, 30.2722357 ], [ 120.0738891, 30.2722058 ], [ 120.0738083, 30.2722606 ], [ 120.0737448, 30.2723204 ], [ 120.073664, 30.2723753 ], [ 120.0735197, 30.2724102 ], [ 120.0734562, 30.2724351 ], [ 120.0734735, 30.2725098 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646846, 30.2725831 ], [ 120.0647797, 30.2726169 ], [ 120.0649307, 30.2725686 ], [ 120.0650482, 30.2725493 ], [ 120.0651656, 30.2725638 ], [ 120.0652328, 30.2725106 ], [ 120.0652384, 30.2724044 ], [ 120.065188, 30.2723464 ], [ 120.0650594, 30.2722595 ], [ 120.0649643, 30.2722111 ], [ 120.0648524, 30.2722208 ], [ 120.0647741, 30.2722788 ], [ 120.0647182, 30.2723754 ], [ 120.0646734, 30.2724623 ], [ 120.0646455, 30.2725106 ], [ 120.0646846, 30.2725831 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.066337, 30.2734481 ], [ 120.066435, 30.2734819 ], [ 120.0665526, 30.2735383 ], [ 120.0666767, 30.2734255 ], [ 120.0666832, 30.2732901 ], [ 120.066742, 30.2732054 ], [ 120.0668074, 30.2731716 ], [ 120.0668793, 30.2731151 ], [ 120.0669707, 30.2730136 ], [ 120.0670949, 30.272991 ], [ 120.067219, 30.2728556 ], [ 120.0673235, 30.2728048 ], [ 120.0674281, 30.2727935 ], [ 120.0675653, 30.2728556 ], [ 120.0676567, 30.2729628 ], [ 120.0676567, 30.2730531 ], [ 120.0674477, 30.2735948 ], [ 120.0673889, 30.2737076 ], [ 120.0672974, 30.2737527 ], [ 120.0672451, 30.2738543 ], [ 120.0671929, 30.2739446 ], [ 120.0671667, 30.2740405 ], [ 120.0670818, 30.2741477 ], [ 120.0671667, 30.274238 ], [ 120.0672451, 30.2742154 ], [ 120.0673758, 30.2742154 ], [ 120.0674411, 30.2742493 ], [ 120.0674215, 30.2743339 ], [ 120.0674738, 30.2743903 ], [ 120.0675718, 30.2744355 ], [ 120.0677482, 30.2744242 ], [ 120.0678789, 30.274475 ], [ 120.0679703, 30.2744186 ], [ 120.0680683, 30.2743226 ], [ 120.0680422, 30.2742436 ], [ 120.0680683, 30.2741139 ], [ 120.0681663, 30.2740687 ], [ 120.0683035, 30.2740913 ], [ 120.0683362, 30.2740236 ], [ 120.0680226, 30.2739784 ], [ 120.0678397, 30.2739164 ], [ 120.0677221, 30.2738148 ], [ 120.0676306, 30.27386 ], [ 120.0675587, 30.27386 ], [ 120.0674673, 30.2738092 ], [ 120.0674673, 30.2737189 ], [ 120.0676829, 30.2731321 ], [ 120.0677482, 30.2729741 ], [ 120.0677613, 30.2728838 ], [ 120.0677678, 30.2727315 ], [ 120.0678919, 30.2726412 ], [ 120.0680226, 30.2721616 ], [ 120.0681206, 30.2720939 ], [ 120.0681729, 30.2719076 ], [ 120.068297, 30.2715917 ], [ 120.0683754, 30.2714788 ], [ 120.0684734, 30.2714224 ], [ 120.0685387, 30.2712475 ], [ 120.0685845, 30.2710782 ], [ 120.0685845, 30.2709315 ], [ 120.0686171, 30.2707791 ], [ 120.0688523, 30.2703898 ], [ 120.068787, 30.2704011 ], [ 120.0686367, 30.2707001 ], [ 120.0685714, 30.2707622 ], [ 120.0685453, 30.2708525 ], [ 120.0685322, 30.2709541 ], [ 120.0684669, 30.2710669 ], [ 120.0683754, 30.271191 ], [ 120.0683035, 30.2712418 ], [ 120.0682513, 30.2713152 ], [ 120.0682447, 30.271445 ], [ 120.068199, 30.2715804 ], [ 120.0680945, 30.2717609 ], [ 120.0680357, 30.2718794 ], [ 120.0680291, 30.2719641 ], [ 120.0679638, 30.2720826 ], [ 120.0678462, 30.272218 ], [ 120.067709, 30.2722406 ], [ 120.0676567, 30.2724042 ], [ 120.0676763, 30.2725453 ], [ 120.0676763, 30.2726186 ], [ 120.0675457, 30.2726412 ], [ 120.0674085, 30.2725622 ], [ 120.0673366, 30.2726468 ], [ 120.0672713, 30.2727597 ], [ 120.0671537, 30.2728387 ], [ 120.0670034, 30.2729177 ], [ 120.0668989, 30.2729572 ], [ 120.0666506, 30.2729007 ], [ 120.0665983, 30.2729289 ], [ 120.066546, 30.2730418 ], [ 120.066533, 30.2731434 ], [ 120.0664807, 30.2732224 ], [ 120.0663566, 30.2732562 ], [ 120.0663174, 30.2733183 ], [ 120.0662912, 30.2734029 ], [ 120.066337, 30.2734481 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0685453, 30.2728499 ], [ 120.0687282, 30.2727427 ], [ 120.0688001, 30.2726863 ], [ 120.068885, 30.2723929 ], [ 120.0688654, 30.2723252 ], [ 120.0687021, 30.2722688 ], [ 120.0686171, 30.2722801 ], [ 120.0685714, 30.2723703 ], [ 120.0684342, 30.2726637 ], [ 120.0684211, 30.2727315 ], [ 120.0684146, 30.2728048 ], [ 120.0685453, 30.2728499 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699337, 30.2728224 ], [ 120.0699645, 30.2727957 ], [ 120.0699671, 30.2727624 ], [ 120.0700237, 30.2727491 ], [ 120.0700623, 30.2727957 ], [ 120.0700675, 30.2728469 ], [ 120.0701344, 30.2728469 ], [ 120.0701498, 30.2727802 ], [ 120.0701575, 30.2727202 ], [ 120.0701961, 30.272658 ], [ 120.0702219, 30.2725735 ], [ 120.0702424, 30.2725046 ], [ 120.0702296, 30.2724535 ], [ 120.0701421, 30.2724157 ], [ 120.0700572, 30.2723802 ], [ 120.069998, 30.2723646 ], [ 120.070016, 30.2724535 ], [ 120.0700752, 30.2725402 ], [ 120.0700572, 30.2726002 ], [ 120.0700083, 30.2726113 ], [ 120.0699388, 30.2726068 ], [ 120.0699028, 30.2726491 ], [ 120.0698771, 30.2727091 ], [ 120.0698745, 30.2727713 ], [ 120.0699337, 30.2728224 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0681663, 30.2726976 ], [ 120.0683035, 30.272692 ], [ 120.0683035, 30.272596 ], [ 120.0682447, 30.2725848 ], [ 120.0681533, 30.2725904 ], [ 120.0681337, 30.2726412 ], [ 120.0681663, 30.2726976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0690808, 30.2728907 ], [ 120.0691806, 30.2729284 ], [ 120.0694551, 30.2730146 ], [ 120.0695425, 30.2729661 ], [ 120.0695924, 30.2727452 ], [ 120.0696298, 30.272562 ], [ 120.0696298, 30.2724812 ], [ 120.0695986, 30.2724165 ], [ 120.0694926, 30.2723842 ], [ 120.0693553, 30.2723465 ], [ 120.0692306, 30.2723465 ], [ 120.0691682, 30.2724004 ], [ 120.0691307, 30.2725243 ], [ 120.0690995, 30.2726428 ], [ 120.0690372, 30.2727667 ], [ 120.0690309, 30.2728314 ], [ 120.0690808, 30.2728907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0660103, 30.2727315 ], [ 120.0659907, 30.2728217 ], [ 120.0660168, 30.2728782 ], [ 120.0661606, 30.2728048 ], [ 120.0662586, 30.2727202 ], [ 120.0663892, 30.272675 ], [ 120.0665264, 30.2726863 ], [ 120.0665591, 30.2726299 ], [ 120.0664611, 30.272596 ], [ 120.0663631, 30.2725678 ], [ 120.0662259, 30.272613 ], [ 120.066141, 30.2726694 ], [ 120.0659907, 30.2726694 ], [ 120.0660103, 30.2727315 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0645001, 30.2730951 ], [ 120.0645336, 30.2731434 ], [ 120.0646007, 30.2730951 ], [ 120.0646287, 30.2730033 ], [ 120.0646623, 30.2728681 ], [ 120.0646734, 30.272815 ], [ 120.0646063, 30.2728005 ], [ 120.0645616, 30.2728439 ], [ 120.0645112, 30.2729116 ], [ 120.0645001, 30.2730082 ], [ 120.0645001, 30.2730951 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0715813, 30.2737116 ], [ 120.0716401, 30.2737257 ], [ 120.0717576, 30.2737596 ], [ 120.0718001, 30.2737483 ], [ 120.0718164, 30.273706 ], [ 120.0718327, 30.2736468 ], [ 120.071836, 30.2735932 ], [ 120.0718687, 30.2735509 ], [ 120.0719177, 30.2735452 ], [ 120.0720026, 30.2735621 ], [ 120.0720875, 30.273596 ], [ 120.072143, 30.2736355 ], [ 120.0722149, 30.2737483 ], [ 120.0722051, 30.2737765 ], [ 120.0720973, 30.2738386 ], [ 120.0720516, 30.2739063 ], [ 120.0720189, 30.2739937 ], [ 120.0719993, 30.2740529 ], [ 120.0720581, 30.2741178 ], [ 120.0721136, 30.2741827 ], [ 120.0721267, 30.2742532 ], [ 120.0721463, 30.274287 ], [ 120.0722116, 30.2742701 ], [ 120.0722933, 30.2742588 ], [ 120.072401, 30.2742645 ], [ 120.072401, 30.2743153 ], [ 120.0723586, 30.2743604 ], [ 120.0723618, 30.2744196 ], [ 120.072437, 30.2744619 ], [ 120.0726231, 30.2745296 ], [ 120.0727342, 30.2745804 ], [ 120.0727799, 30.274603 ], [ 120.072793, 30.2747073 ], [ 120.072744, 30.2747017 ], [ 120.0727342, 30.2748314 ], [ 120.0726591, 30.2749527 ], [ 120.0726917, 30.2750176 ], [ 120.0726656, 30.2751276 ], [ 120.0726525, 30.2752009 ], [ 120.0726819, 30.2752432 ], [ 120.0727636, 30.275263 ], [ 120.0728648, 30.2752489 ], [ 120.0728975, 30.2751925 ], [ 120.0729105, 30.2751163 ], [ 120.0729007, 30.2750401 ], [ 120.0728779, 30.2750091 ], [ 120.072842, 30.2749809 ], [ 120.0728648, 30.2749189 ], [ 120.0729007, 30.2748427 ], [ 120.0729171, 30.274806 ], [ 120.0729628, 30.2747807 ], [ 120.0729628, 30.2747412 ], [ 120.0729236, 30.2747073 ], [ 120.0729269, 30.2746509 ], [ 120.072953, 30.2745578 ], [ 120.0729661, 30.2744873 ], [ 120.0729563, 30.2744478 ], [ 120.0729987, 30.2744224 ], [ 120.0729759, 30.2743688 ], [ 120.0729073, 30.2743829 ], [ 120.0728191, 30.274335 ], [ 120.0727276, 30.2742927 ], [ 120.0727113, 30.2742335 ], [ 120.0726558, 30.2741742 ], [ 120.0725937, 30.2741573 ], [ 120.0726329, 30.2741263 ], [ 120.0726689, 30.2740783 ], [ 120.0726819, 30.2740106 ], [ 120.0726786, 30.2739599 ], [ 120.072646, 30.2739147 ], [ 120.0726591, 30.2737878 ], [ 120.0727472, 30.2733619 ], [ 120.0727701, 30.2731616 ], [ 120.072757, 30.2731108 ], [ 120.072695, 30.2730855 ], [ 120.0726884, 30.2730431 ], [ 120.0727309, 30.2730008 ], [ 120.0727766, 30.2729614 ], [ 120.0728093, 30.2729049 ], [ 120.0728354, 30.2728429 ], [ 120.072832, 30.2727484 ], [ 120.0728823, 30.2726485 ], [ 120.0728924, 30.2725615 ], [ 120.0729377, 30.2724138 ], [ 120.0729234, 30.2723385 ], [ 120.0728731, 30.2723384 ], [ 120.0728365, 30.2723637 ], [ 120.0727852, 30.2724428 ], [ 120.0727449, 30.2724808 ], [ 120.0726607, 30.2724808 ], [ 120.0725141, 30.2724839 ], [ 120.0724922, 30.2725124 ], [ 120.0725215, 30.2725567 ], [ 120.0725764, 30.272582 ], [ 120.0726826, 30.2726105 ], [ 120.0727266, 30.2726801 ], [ 120.0727412, 30.2727528 ], [ 120.0727596, 30.2728351 ], [ 120.0727449, 30.2729142 ], [ 120.0727119, 30.2729648 ], [ 120.072657, 30.2729996 ], [ 120.0725947, 30.2730028 ], [ 120.0725581, 30.272968 ], [ 120.0725691, 30.2729173 ], [ 120.0725508, 30.2728762 ], [ 120.0725251, 30.2728541 ], [ 120.0724482, 30.2728477 ], [ 120.0724189, 30.2728066 ], [ 120.0725581, 30.2727781 ], [ 120.0725581, 30.2727339 ], [ 120.0725325, 30.2726959 ], [ 120.0724958, 30.2726959 ], [ 120.0724116, 30.2727149 ], [ 120.0723456, 30.2727085 ], [ 120.0722907, 30.2726737 ], [ 120.0722321, 30.27262 ], [ 120.0721712, 30.2725802 ], [ 120.0721405, 30.2725251 ], [ 120.0721149, 30.272465 ], [ 120.0721149, 30.272389 ], [ 120.0721368, 30.2722973 ], [ 120.0721661, 30.2722308 ], [ 120.0721808, 30.2721834 ], [ 120.0722028, 30.2720347 ], [ 120.0722541, 30.2719683 ], [ 120.0723786, 30.2719936 ], [ 120.0724922, 30.2719746 ], [ 120.0725581, 30.2720189 ], [ 120.0723896, 30.2720379 ], [ 120.072287, 30.2720569 ], [ 120.0722577, 30.2721043 ], [ 120.0722651, 30.2721581 ], [ 120.072353, 30.2722055 ], [ 120.0724629, 30.2722308 ], [ 120.0726094, 30.2721992 ], [ 120.072701, 30.2721644 ], [ 120.0727852, 30.2721075 ], [ 120.0728145, 30.2720569 ], [ 120.0728255, 30.2719999 ], [ 120.0728072, 30.2719556 ], [ 120.0727449, 30.2719461 ], [ 120.0726936, 30.2719525 ], [ 120.0726497, 30.2719366 ], [ 120.0726533, 30.2719113 ], [ 120.07269, 30.271886 ], [ 120.0727559, 30.2718923 ], [ 120.0728182, 30.2718607 ], [ 120.0729171, 30.2718322 ], [ 120.0729464, 30.2717911 ], [ 120.0729537, 30.2717089 ], [ 120.0729464, 30.271576 ], [ 120.0729903, 30.2714653 ], [ 120.0730416, 30.2713704 ], [ 120.0730966, 30.2712913 ], [ 120.0731185, 30.2712217 ], [ 120.0731405, 30.2711616 ], [ 120.0731772, 30.2711204 ], [ 120.0732174, 30.2711141 ], [ 120.0732614, 30.2711552 ], [ 120.0732651, 30.2712438 ], [ 120.0732211, 30.2713862 ], [ 120.0731625, 30.2715222 ], [ 120.0731185, 30.2716045 ], [ 120.0731112, 30.2716994 ], [ 120.0730453, 30.2718101 ], [ 120.0729903, 30.271905 ], [ 120.0729757, 30.2719809 ], [ 120.0729244, 30.2720569 ], [ 120.0729024, 30.2721043 ], [ 120.0729475, 30.2721212 ], [ 120.0730346, 30.2720669 ], [ 120.0731314, 30.2719917 ], [ 120.0731749, 30.271904 ], [ 120.0732088, 30.2718079 ], [ 120.0732862, 30.2714736 ], [ 120.0733345, 30.271294 ], [ 120.0733297, 30.2711979 ], [ 120.07332, 30.2711185 ], [ 120.0732862, 30.2710767 ], [ 120.0731994, 30.2710449 ], [ 120.0730017, 30.2709969 ], [ 120.0728473, 30.2709489 ], [ 120.0726805, 30.2708742 ], [ 120.0725755, 30.2708315 ], [ 120.0724458, 30.2708315 ], [ 120.0723285, 30.2708475 ], [ 120.072242, 30.2709542 ], [ 120.0720938, 30.2715837 ], [ 120.0719702, 30.2720425 ], [ 120.0719888, 30.2721811 ], [ 120.0719949, 30.2722985 ], [ 120.0719146, 30.2723572 ], [ 120.0718282, 30.2725812 ], [ 120.0717232, 30.27304 ], [ 120.071649, 30.2731947 ], [ 120.0715687, 30.2735414 ], [ 120.0715533, 30.2736508 ], [ 120.0715813, 30.2737116 ] ], [ [ 120.0718576, 30.2731556 ], [ 120.071871, 30.2731161 ], [ 120.0718782, 30.273095 ], [ 120.0718782, 30.2730344 ], [ 120.0719277, 30.272956 ], [ 120.0720062, 30.2728918 ], [ 120.0720351, 30.2728347 ], [ 120.0721011, 30.2728276 ], [ 120.0721548, 30.272874 ], [ 120.0722374, 30.2729096 ], [ 120.0723571, 30.2729595 ], [ 120.0724603, 30.2730273 ], [ 120.0726295, 30.2731414 ], [ 120.0726584, 30.2732269 ], [ 120.0726502, 30.2733268 ], [ 120.0726254, 30.2734301 ], [ 120.0726006, 30.2734694 ], [ 120.0725305, 30.2734872 ], [ 120.072452, 30.2734729 ], [ 120.0723075, 30.2734872 ], [ 120.0722745, 30.27353 ], [ 120.07213, 30.2734836 ], [ 120.0719897, 30.273448 ], [ 120.0719855, 30.2734159 ], [ 120.0719401, 30.2733802 ], [ 120.0718658, 30.2733125 ], [ 120.0718369, 30.2732661 ], [ 120.0718287, 30.2732198 ], [ 120.0718576, 30.2731556 ] ], [ [ 120.0722857, 30.2715048 ], [ 120.0723244, 30.2714319 ], [ 120.0723736, 30.271359 ], [ 120.0723666, 30.2712801 ], [ 120.0723631, 30.2712223 ], [ 120.0724229, 30.2711191 ], [ 120.0724545, 30.2710978 ], [ 120.0724651, 30.2710583 ], [ 120.0724932, 30.2710006 ], [ 120.0725917, 30.2709976 ], [ 120.0728132, 30.2710401 ], [ 120.0728484, 30.2711221 ], [ 120.0728554, 30.2712193 ], [ 120.0728203, 30.2712892 ], [ 120.072771, 30.2713712 ], [ 120.0728027, 30.2714623 ], [ 120.0727675, 30.2715231 ], [ 120.0727077, 30.2715231 ], [ 120.072655, 30.2714623 ], [ 120.0726515, 30.2713712 ], [ 120.0727218, 30.2713195 ], [ 120.0727429, 30.2712649 ], [ 120.0727535, 30.2711859 ], [ 120.0727535, 30.2711403 ], [ 120.0727112, 30.271113 ], [ 120.0726655, 30.2711251 ], [ 120.0726022, 30.2711646 ], [ 120.072451, 30.2712558 ], [ 120.0724193, 30.2713317 ], [ 120.0724229, 30.2714107 ], [ 120.0724967, 30.2714502 ], [ 120.0725389, 30.2714927 ], [ 120.0725635, 30.2715747 ], [ 120.0726093, 30.2716203 ], [ 120.0726198, 30.2716597 ], [ 120.0726057, 30.271681 ], [ 120.0725811, 30.2716992 ], [ 120.0725284, 30.2716992 ], [ 120.0724756, 30.2717539 ], [ 120.0724123, 30.2717782 ], [ 120.0723384, 30.2717661 ], [ 120.0723033, 30.2717114 ], [ 120.0722681, 30.271602 ], [ 120.0722857, 30.2715048 ] ], [ [ 120.0723117, 30.2736571 ], [ 120.0723568, 30.2736344 ], [ 120.0724094, 30.2736247 ], [ 120.0724508, 30.2736182 ], [ 120.0724771, 30.2736279 ], [ 120.0724846, 30.2737156 ], [ 120.0723455, 30.2737156 ], [ 120.0723079, 30.2736863 ], [ 120.0723117, 30.2736571 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0617172, 30.2727911 ], [ 120.0617403, 30.2729043 ], [ 120.0618174, 30.272911 ], [ 120.0620179, 30.2728777 ], [ 120.0619176, 30.2726912 ], [ 120.0618482, 30.272618 ], [ 120.061748, 30.2726046 ], [ 120.0616863, 30.2726646 ], [ 120.0617172, 30.2727911 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0632919, 30.2732304 ], [ 120.0633814, 30.2732111 ], [ 120.0634541, 30.2732207 ], [ 120.0634821, 30.2730903 ], [ 120.0635045, 30.2729695 ], [ 120.0635324, 30.2728198 ], [ 120.0635268, 30.2727087 ], [ 120.0636163, 30.2726266 ], [ 120.0636331, 30.2725203 ], [ 120.0636611, 30.2723802 ], [ 120.0636443, 30.2722353 ], [ 120.0635716, 30.2722111 ], [ 120.0635045, 30.2722401 ], [ 120.0634709, 30.2723078 ], [ 120.0634429, 30.2724285 ], [ 120.063387, 30.2725928 ], [ 120.0633814, 30.2726894 ], [ 120.063415, 30.2727425 ], [ 120.0634094, 30.2727908 ], [ 120.0633479, 30.2728005 ], [ 120.0632919, 30.2728343 ], [ 120.0632584, 30.2729502 ], [ 120.0632192, 30.2731144 ], [ 120.0631689, 30.2733125 ], [ 120.0632919, 30.2732304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0596352, 30.2728976 ], [ 120.0598048, 30.2729243 ], [ 120.0598434, 30.2730242 ], [ 120.0599591, 30.2730375 ], [ 120.0600824, 30.2730042 ], [ 120.0601981, 30.2729709 ], [ 120.0602521, 30.2730375 ], [ 120.0602521, 30.2731307 ], [ 120.0601904, 30.2733372 ], [ 120.0601441, 30.2734437 ], [ 120.0602444, 30.2735436 ], [ 120.0605451, 30.2736568 ], [ 120.0606222, 30.2735702 ], [ 120.0607687, 30.2735303 ], [ 120.0609306, 30.2734903 ], [ 120.0610155, 30.2733838 ], [ 120.0609615, 30.2732906 ], [ 120.0608458, 30.2732706 ], [ 120.0605451, 30.2732573 ], [ 120.0604217, 30.2732173 ], [ 120.0603909, 30.2731574 ], [ 120.060468, 30.2731307 ], [ 120.0606376, 30.2731507 ], [ 120.060815, 30.2731707 ], [ 120.0609923, 30.2732173 ], [ 120.061108, 30.273164 ], [ 120.0611388, 30.2730175 ], [ 120.0610694, 30.2729642 ], [ 120.0608227, 30.2729376 ], [ 120.060761, 30.2730308 ], [ 120.060707, 30.2730841 ], [ 120.0606299, 30.2730641 ], [ 120.0604603, 30.2730775 ], [ 120.0604294, 30.2730308 ], [ 120.0606222, 30.2730109 ], [ 120.0607533, 30.2729509 ], [ 120.0607841, 30.2728976 ], [ 120.0608227, 30.2728311 ], [ 120.0610078, 30.2728777 ], [ 120.0612082, 30.272871 ], [ 120.0612159, 30.2727911 ], [ 120.0611388, 30.2727445 ], [ 120.0611003, 30.272618 ], [ 120.061108, 30.2724448 ], [ 120.0610078, 30.2725647 ], [ 120.0609615, 30.2726712 ], [ 120.0608535, 30.2727711 ], [ 120.0606916, 30.2727578 ], [ 120.0605451, 30.2727245 ], [ 120.0604911, 30.2726246 ], [ 120.0605374, 30.2724648 ], [ 120.060522, 30.2723915 ], [ 120.0605605, 30.272245 ], [ 120.0605528, 30.2721318 ], [ 120.0604063, 30.2720852 ], [ 120.0602829, 30.2720985 ], [ 120.0602135, 30.2721851 ], [ 120.0601827, 30.2724049 ], [ 120.060175, 30.2725447 ], [ 120.0601364, 30.2726379 ], [ 120.0600593, 30.2726712 ], [ 120.0599899, 30.2725913 ], [ 120.0599359, 30.2724981 ], [ 120.05972, 30.2724981 ], [ 120.0595504, 30.2725114 ], [ 120.0594656, 30.2728177 ], [ 120.0596352, 30.2728976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0546515, 30.2729528 ], [ 120.0546991, 30.2730075 ], [ 120.0547624, 30.2730257 ], [ 120.0548364, 30.2730075 ], [ 120.0548944, 30.2730348 ], [ 120.0549103, 30.2730759 ], [ 120.0550159, 30.2730759 ], [ 120.055074, 30.2730394 ], [ 120.0551954, 30.2730166 ], [ 120.0552218, 30.2729801 ], [ 120.055206, 30.2729163 ], [ 120.055169, 30.2728251 ], [ 120.0551109, 30.2727795 ], [ 120.0549525, 30.272743 ], [ 120.0548205, 30.2727202 ], [ 120.054736, 30.2727247 ], [ 120.0546515, 30.2727521 ], [ 120.0546304, 30.2728114 ], [ 120.0546515, 30.2729528 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0618868, 30.2735836 ], [ 120.0620256, 30.2736035 ], [ 120.0622492, 30.2736102 ], [ 120.0623109, 30.2735303 ], [ 120.0623649, 30.2734371 ], [ 120.062442, 30.2733305 ], [ 120.0624883, 30.2731707 ], [ 120.0625191, 30.2730508 ], [ 120.0624728, 30.2729909 ], [ 120.0623803, 30.2730308 ], [ 120.0622338, 30.2730442 ], [ 120.0619485, 30.2730308 ], [ 120.0617788, 30.2730175 ], [ 120.0617326, 30.2731574 ], [ 120.061694, 30.2735569 ], [ 120.0618868, 30.2735836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0529357, 30.2738459 ], [ 120.0529851, 30.2738934 ], [ 120.0530566, 30.2738744 ], [ 120.053106, 30.2737605 ], [ 120.0531774, 30.2735992 ], [ 120.0532159, 30.2734901 ], [ 120.0532268, 30.2733288 ], [ 120.0531939, 30.2732909 ], [ 120.053139, 30.2732766 ], [ 120.0531664, 30.2731723 ], [ 120.0532543, 30.2731153 ], [ 120.0533916, 30.2731059 ], [ 120.0534136, 30.2730252 ], [ 120.0534136, 30.2728971 ], [ 120.0534191, 30.2727643 ], [ 120.0533587, 30.2727121 ], [ 120.0532708, 30.2727216 ], [ 120.0532104, 30.2727263 ], [ 120.053128, 30.2727311 ], [ 120.053084, 30.272807 ], [ 120.0530566, 30.2729398 ], [ 120.0530401, 30.2730394 ], [ 120.053073, 30.2731106 ], [ 120.053117, 30.273158 ], [ 120.053095, 30.2732482 ], [ 120.0530401, 30.2732909 ], [ 120.0529687, 30.2734 ], [ 120.0529412, 30.2735138 ], [ 120.0529742, 30.2736324 ], [ 120.0529357, 30.2737321 ], [ 120.0529082, 30.2737748 ], [ 120.0529357, 30.2738459 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.055375, 30.2735593 ], [ 120.0554436, 30.2736733 ], [ 120.0557499, 30.2737189 ], [ 120.0559347, 30.2737371 ], [ 120.0559822, 30.2737189 ], [ 120.0560033, 30.2736687 ], [ 120.0559717, 30.273573 ], [ 120.0559453, 30.2734818 ], [ 120.0559294, 30.2733632 ], [ 120.05594, 30.2732629 ], [ 120.0558819, 30.2731397 ], [ 120.0558396, 30.273044 ], [ 120.0557974, 30.2729984 ], [ 120.0556601, 30.2729664 ], [ 120.0555703, 30.2729619 ], [ 120.0554911, 30.2730166 ], [ 120.0554753, 30.2731078 ], [ 120.0554119, 30.2731808 ], [ 120.0553855, 30.2732765 ], [ 120.055375, 30.2734453 ], [ 120.055375, 30.2735593 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0587793, 30.2736701 ], [ 120.0588795, 30.2737101 ], [ 120.0589258, 30.2735702 ], [ 120.0589875, 30.273497 ], [ 120.0591032, 30.2734038 ], [ 120.059188, 30.2733705 ], [ 120.0592497, 30.2734171 ], [ 120.0592034, 30.2735103 ], [ 120.0591109, 30.2736102 ], [ 120.0591186, 30.2737234 ], [ 120.0592111, 30.27379 ], [ 120.0593113, 30.2737501 ], [ 120.0593653, 30.2736169 ], [ 120.0594347, 30.2735569 ], [ 120.0594733, 30.2734371 ], [ 120.0595118, 30.2732639 ], [ 120.0595967, 30.2731973 ], [ 120.0594964, 30.2731041 ], [ 120.0593885, 30.2731374 ], [ 120.0593113, 30.273224 ], [ 120.0592497, 30.273204 ], [ 120.0592728, 30.2730708 ], [ 120.0592111, 30.2729709 ], [ 120.0591263, 30.2730109 ], [ 120.0590877, 30.2731241 ], [ 120.0590106, 30.2732573 ], [ 120.0589412, 30.2733705 ], [ 120.0588487, 30.2734837 ], [ 120.0587639, 30.2735769 ], [ 120.0587793, 30.2736701 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0548469, 30.273459 ], [ 120.054942, 30.2734909 ], [ 120.0550423, 30.2735091 ], [ 120.0551057, 30.273541 ], [ 120.055169, 30.2735638 ], [ 120.0552429, 30.2735547 ], [ 120.0552746, 30.2735046 ], [ 120.0552799, 30.2734544 ], [ 120.0552535, 30.2733678 ], [ 120.0552007, 30.273313 ], [ 120.0551373, 30.2732948 ], [ 120.0550423, 30.2732765 ], [ 120.0549842, 30.2732597 ], [ 120.0548418, 30.2732558 ], [ 120.0548205, 30.2732583 ], [ 120.0548258, 30.2733221 ], [ 120.0548047, 30.2733997 ], [ 120.0548469, 30.273459 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0533038, 30.2738507 ], [ 120.0533971, 30.2739171 ], [ 120.0535345, 30.273827 ], [ 120.0535455, 30.2736514 ], [ 120.0535509, 30.2734854 ], [ 120.0535455, 30.2733051 ], [ 120.0535784, 30.273196 ], [ 120.0535137, 30.2731541 ], [ 120.0534905, 30.2731391 ], [ 120.0534411, 30.2732007 ], [ 120.0534576, 30.2732766 ], [ 120.0533697, 30.2733004 ], [ 120.0533202, 30.2734047 ], [ 120.0533202, 30.2735755 ], [ 120.0533147, 30.2736941 ], [ 120.0533038, 30.2737843 ], [ 120.0533038, 30.2738507 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0658078, 30.2731941 ], [ 120.0658862, 30.2732167 ], [ 120.0659972, 30.2732506 ], [ 120.0660756, 30.2733408 ], [ 120.0661802, 30.2732562 ], [ 120.0662324, 30.2731321 ], [ 120.0662978, 30.2730813 ], [ 120.0663892, 30.2729967 ], [ 120.0664742, 30.272833 ], [ 120.0664284, 30.2727992 ], [ 120.0662978, 30.2728274 ], [ 120.0662128, 30.2729064 ], [ 120.066154, 30.2729854 ], [ 120.0661083, 30.2730362 ], [ 120.0660495, 30.2730531 ], [ 120.0659058, 30.2730249 ], [ 120.0658274, 30.2730644 ], [ 120.0657816, 30.2731264 ], [ 120.0658078, 30.2731941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646846, 30.2733077 ], [ 120.0647126, 30.2733994 ], [ 120.0648077, 30.2734284 ], [ 120.0649811, 30.2733318 ], [ 120.0650034, 30.273298 ], [ 120.0650034, 30.2732207 ], [ 120.0649923, 30.2731048 ], [ 120.0650314, 30.2729985 ], [ 120.065009, 30.2729502 ], [ 120.0648748, 30.2728971 ], [ 120.0647909, 30.2728826 ], [ 120.064735, 30.2729647 ], [ 120.0647126, 30.2730227 ], [ 120.0646902, 30.2731241 ], [ 120.064679, 30.2732111 ], [ 120.0646846, 30.2733077 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699729, 30.274076 ], [ 120.0702131, 30.2741002 ], [ 120.0703784, 30.2740706 ], [ 120.0704595, 30.2740544 ], [ 120.0705531, 30.2739736 ], [ 120.070628, 30.2738551 ], [ 120.0706904, 30.2737311 ], [ 120.0707278, 30.2735641 ], [ 120.070734, 30.2734133 ], [ 120.070865, 30.27309 ], [ 120.0708588, 30.2729553 ], [ 120.0707715, 30.2729176 ], [ 120.070628, 30.272896 ], [ 120.0705593, 30.2728637 ], [ 120.0705656, 30.2725836 ], [ 120.0705968, 30.2725135 ], [ 120.070628, 30.2724327 ], [ 120.0708401, 30.2724704 ], [ 120.0708775, 30.2722818 ], [ 120.0708214, 30.2722495 ], [ 120.0707028, 30.2722603 ], [ 120.0705593, 30.2722495 ], [ 120.0704845, 30.2722765 ], [ 120.0704283, 30.2724111 ], [ 120.0703971, 30.2725081 ], [ 120.0703285, 30.2726159 ], [ 120.0703098, 30.2726698 ], [ 120.0703285, 30.2727506 ], [ 120.0703036, 30.272826 ], [ 120.0702724, 30.2729122 ], [ 120.0703909, 30.2729661 ], [ 120.0704408, 30.2730685 ], [ 120.0704658, 30.2731547 ], [ 120.0705593, 30.2732139 ], [ 120.0706093, 30.273284 ], [ 120.0706404, 30.2733756 ], [ 120.0706093, 30.2734618 ], [ 120.0706217, 30.273618 ], [ 120.0705656, 30.273715 ], [ 120.0705032, 30.2737258 ], [ 120.070366, 30.2737258 ], [ 120.0702412, 30.2738012 ], [ 120.0701663, 30.2737796 ], [ 120.0700603, 30.2739359 ], [ 120.0700166, 30.2739682 ], [ 120.0699667, 30.2740113 ], [ 120.0699729, 30.274076 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0718369, 30.2732661 ], [ 120.0718658, 30.2733125 ], [ 120.0719401, 30.2733802 ], [ 120.0719855, 30.2734159 ], [ 120.0719897, 30.273448 ], [ 120.07213, 30.2734836 ], [ 120.0722745, 30.27353 ], [ 120.0723075, 30.2734872 ], [ 120.072452, 30.2734729 ], [ 120.0725305, 30.2734872 ], [ 120.0726006, 30.2734694 ], [ 120.0726254, 30.2734301 ], [ 120.0726502, 30.2733268 ], [ 120.0726584, 30.2732269 ], [ 120.0726295, 30.2731414 ], [ 120.0724603, 30.2730273 ], [ 120.0723571, 30.2729595 ], [ 120.0722374, 30.2729096 ], [ 120.0721548, 30.272874 ], [ 120.0721011, 30.2728276 ], [ 120.0720351, 30.2728347 ], [ 120.0720062, 30.2728918 ], [ 120.0719277, 30.272956 ], [ 120.0718782, 30.2730344 ], [ 120.0718782, 30.273095 ], [ 120.071871, 30.2731161 ], [ 120.0718576, 30.2731556 ], [ 120.0718287, 30.2732198 ], [ 120.0718369, 30.2732661 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699821, 30.2733973 ], [ 120.0700102, 30.2733943 ], [ 120.070043, 30.2733972 ], [ 120.070063, 30.2733528 ], [ 120.070082, 30.2732901 ], [ 120.0700902, 30.2732646 ], [ 120.0700511, 30.2732572 ], [ 120.0700714, 30.2732018 ], [ 120.070036, 30.273195 ], [ 120.0700149, 30.2732061 ], [ 120.0700029, 30.2732156 ], [ 120.0699823, 30.2732815 ], [ 120.0699582, 30.2732759 ], [ 120.0699716, 30.2732931 ], [ 120.0699974, 30.2733133 ], [ 120.0699751, 30.2733386 ], [ 120.0699692, 30.2733619 ], [ 120.0699575, 30.2733639 ], [ 120.0699529, 30.2733821 ], [ 120.0699821, 30.2733973 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0710148, 30.2734294 ], [ 120.0711395, 30.2734833 ], [ 120.0712331, 30.2734456 ], [ 120.0712456, 30.2733486 ], [ 120.0712144, 30.273284 ], [ 120.0711458, 30.2732409 ], [ 120.0710272, 30.2732355 ], [ 120.070996, 30.2732894 ], [ 120.0709836, 30.2733756 ], [ 120.0710148, 30.2734294 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0670883, 30.2735722 ], [ 120.0671929, 30.2736173 ], [ 120.0673627, 30.2734368 ], [ 120.0674019, 30.2733183 ], [ 120.0673693, 30.2732619 ], [ 120.0673758, 30.2731603 ], [ 120.0673039, 30.2731321 ], [ 120.0672255, 30.2731772 ], [ 120.0671471, 30.2732844 ], [ 120.0671079, 30.2733916 ], [ 120.0670687, 30.2735158 ], [ 120.0670883, 30.2735722 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0621097, 30.2776807 ], [ 120.0621153, 30.2778108 ], [ 120.0621544, 30.2778879 ], [ 120.0622102, 30.2779264 ], [ 120.0623273, 30.2779602 ], [ 120.0623831, 30.2779264 ], [ 120.0624779, 30.2779312 ], [ 120.0625225, 30.2779794 ], [ 120.062517, 30.278042 ], [ 120.062576, 30.2780559 ], [ 120.0626208, 30.2779351 ], [ 120.0626991, 30.2778965 ], [ 120.0628109, 30.277882 ], [ 120.0629619, 30.2778965 ], [ 120.0630458, 30.2779255 ], [ 120.0631241, 30.2778965 ], [ 120.0631801, 30.2778675 ], [ 120.0632696, 30.277882 ], [ 120.0633087, 30.2779544 ], [ 120.0632863, 30.2780993 ], [ 120.0633367, 30.2781332 ], [ 120.0634709, 30.2781428 ], [ 120.0635101, 30.2781283 ], [ 120.0634989, 30.2780752 ], [ 120.0636219, 30.278051 ], [ 120.0636443, 30.2780849 ], [ 120.0636387, 30.2781621 ], [ 120.0637618, 30.2781718 ], [ 120.0638233, 30.2781332 ], [ 120.0638457, 30.27808 ], [ 120.0639296, 30.278051 ], [ 120.0639687, 30.2780124 ], [ 120.0639463, 30.2779786 ], [ 120.0637953, 30.2780317 ], [ 120.0637338, 30.2780027 ], [ 120.0636723, 30.2779979 ], [ 120.0635157, 30.2780172 ], [ 120.0634318, 30.2779834 ], [ 120.0634094, 30.2779303 ], [ 120.0633982, 30.277853 ], [ 120.0633423, 30.2778385 ], [ 120.0632696, 30.277824 ], [ 120.0631409, 30.2778385 ], [ 120.0630962, 30.2777999 ], [ 120.0630458, 30.2777805 ], [ 120.0629619, 30.2777467 ], [ 120.0629284, 30.2776936 ], [ 120.0628836, 30.2776018 ], [ 120.0628389, 30.2775294 ], [ 120.0628277, 30.2774569 ], [ 120.0628277, 30.2773845 ], [ 120.0628836, 30.2770029 ], [ 120.0628948, 30.2767855 ], [ 120.0629787, 30.276515 ], [ 120.0630123, 30.2764039 ], [ 120.0630682, 30.2763025 ], [ 120.0630962, 30.2762687 ], [ 120.0630682, 30.2762349 ], [ 120.0630682, 30.2761866 ], [ 120.0631185, 30.2761672 ], [ 120.0631801, 30.2761866 ], [ 120.0631745, 30.2762494 ], [ 120.0633479, 30.2762832 ], [ 120.063387, 30.2763025 ], [ 120.0635045, 30.276288 ], [ 120.0636107, 30.2762977 ], [ 120.0637897, 30.2763025 ], [ 120.0638736, 30.2762832 ], [ 120.064019, 30.2763025 ], [ 120.0640694, 30.276288 ], [ 120.064075, 30.2762494 ], [ 120.0640302, 30.2761817 ], [ 120.0639631, 30.2761721 ], [ 120.0638513, 30.2761817 ], [ 120.0637785, 30.2761624 ], [ 120.0636723, 30.2761914 ], [ 120.063538, 30.2762155 ], [ 120.0634318, 30.2762059 ], [ 120.0633814, 30.2761769 ], [ 120.0632975, 30.2761769 ], [ 120.0632472, 30.2761624 ], [ 120.0631689, 30.2761189 ], [ 120.0631353, 30.2760561 ], [ 120.0631185, 30.2759789 ], [ 120.0631353, 30.2759112 ], [ 120.0631913, 30.2758871 ], [ 120.0631969, 30.2758291 ], [ 120.0632024, 30.2757567 ], [ 120.0632248, 30.2756552 ], [ 120.0632472, 30.2755296 ], [ 120.0632863, 30.2754137 ], [ 120.0633143, 30.2752833 ], [ 120.0633591, 30.2751963 ], [ 120.0634206, 30.2751432 ], [ 120.0634765, 30.2751287 ], [ 120.0634485, 30.2750611 ], [ 120.0634821, 30.2749886 ], [ 120.0635772, 30.2749403 ], [ 120.0636674, 30.2748553 ], [ 120.0637687, 30.2747866 ], [ 120.0639407, 30.2748486 ], [ 120.0640918, 30.2748969 ], [ 120.0642484, 30.2749452 ], [ 120.0642931, 30.2749935 ], [ 120.0643714, 30.2750273 ], [ 120.0643994, 30.2749886 ], [ 120.0644329, 30.2749065 ], [ 120.0645224, 30.2748582 ], [ 120.0645112, 30.2748051 ], [ 120.0645784, 30.2747954 ], [ 120.0646175, 30.2748389 ], [ 120.0647797, 30.2748582 ], [ 120.0648412, 30.2747954 ], [ 120.0649643, 30.2747568 ], [ 120.0651545, 30.274665 ], [ 120.0652104, 30.2746795 ], [ 120.0652384, 30.2747326 ], [ 120.0652831, 30.2746892 ], [ 120.0652999, 30.2746409 ], [ 120.0653614, 30.2745781 ], [ 120.0654341, 30.2745104 ], [ 120.0655516, 30.2744573 ], [ 120.0656858, 30.274438 ], [ 120.0657977, 30.2744959 ], [ 120.0659487, 30.2745394 ], [ 120.0660494, 30.2746264 ], [ 120.0661948, 30.2746264 ], [ 120.0662563, 30.2746843 ], [ 120.0663067, 30.2748099 ], [ 120.0663011, 30.274921 ], [ 120.066206, 30.2750901 ], [ 120.0661221, 30.2750997 ], [ 120.0660606, 30.2750708 ], [ 120.0659655, 30.2750418 ], [ 120.0658704, 30.2750659 ], [ 120.065876, 30.2751094 ], [ 120.0659375, 30.2751384 ], [ 120.0660382, 30.275148 ], [ 120.0660997, 30.2751963 ], [ 120.066055, 30.2752398 ], [ 120.0661389, 30.2753123 ], [ 120.0661445, 30.2753799 ], [ 120.0660997, 30.2754668 ], [ 120.0661333, 30.275549 ], [ 120.0661596, 30.2756174 ], [ 120.0661785, 30.2756155 ], [ 120.0662042, 30.2756065 ], [ 120.0661892, 30.2755007 ], [ 120.0662004, 30.2754234 ], [ 120.0662563, 30.2753944 ], [ 120.0663458, 30.2753896 ], [ 120.0663842, 30.2753875 ], [ 120.0664633, 30.2753944 ], [ 120.0665695, 30.2754475 ], [ 120.0666534, 30.2754475 ], [ 120.0667094, 30.2754234 ], [ 120.0667933, 30.2754137 ], [ 120.0668604, 30.2754427 ], [ 120.0669667, 30.2754958 ], [ 120.0670114, 30.2755441 ], [ 120.067045, 30.2756166 ], [ 120.0671121, 30.2756504 ], [ 120.06714, 30.2757035 ], [ 120.0671177, 30.2757663 ], [ 120.0672239, 30.2758001 ], [ 120.0672743, 30.2757712 ], [ 120.0674085, 30.2757373 ], [ 120.0674477, 30.2756697 ], [ 120.0674644, 30.2755635 ], [ 120.0674253, 30.2754862 ], [ 120.0673246, 30.2754282 ], [ 120.0672519, 30.2753702 ], [ 120.0671904, 30.2753509 ], [ 120.0670862, 30.2753549 ], [ 120.0670323, 30.2754124 ], [ 120.067017, 30.2754572 ], [ 120.0669722, 30.2754089 ], [ 120.066838, 30.2753896 ], [ 120.066715, 30.2753654 ], [ 120.0666087, 30.2753799 ], [ 120.0663726, 30.2753405 ], [ 120.0662843, 30.2753171 ], [ 120.0662451, 30.2752495 ], [ 120.0662395, 30.2751963 ], [ 120.0662563, 30.2751336 ], [ 120.0663626, 30.2749258 ], [ 120.0664129, 30.2748437 ], [ 120.0664577, 30.2747713 ], [ 120.0665639, 30.2747278 ], [ 120.0666702, 30.274752 ], [ 120.0667261, 30.2748003 ], [ 120.0668044, 30.2747906 ], [ 120.0669107, 30.2748437 ], [ 120.0670338, 30.2748534 ], [ 120.0671289, 30.2748437 ], [ 120.067045, 30.2747954 ], [ 120.0669834, 30.2747713 ], [ 120.0669778, 30.2747085 ], [ 120.0670226, 30.2746119 ], [ 120.0670673, 30.2745684 ], [ 120.0670673, 30.2745249 ], [ 120.0670282, 30.2744766 ], [ 120.0669443, 30.2746119 ], [ 120.0668939, 30.2746698 ], [ 120.0668156, 30.2747036 ], [ 120.0667206, 30.2746747 ], [ 120.0666702, 30.2746264 ], [ 120.0666422, 30.2745491 ], [ 120.0666031, 30.2744911 ], [ 120.0665584, 30.2744718 ], [ 120.0664577, 30.2745008 ], [ 120.0663234, 30.2745249 ], [ 120.0661556, 30.2745153 ], [ 120.0660102, 30.274467 ], [ 120.0658592, 30.2744235 ], [ 120.0657306, 30.2743704 ], [ 120.0656467, 30.2743317 ], [ 120.0656187, 30.2742786 ], [ 120.0656075, 30.274211 ], [ 120.0656187, 30.274153 ], [ 120.065669, 30.2740902 ], [ 120.0656746, 30.2740419 ], [ 120.0656523, 30.2739598 ], [ 120.0656243, 30.2738825 ], [ 120.0655684, 30.2738197 ], [ 120.0655348, 30.2737569 ], [ 120.0655348, 30.2736651 ], [ 120.0655572, 30.2735782 ], [ 120.0655907, 30.2735299 ], [ 120.0656523, 30.2735105 ], [ 120.0657417, 30.2735009 ], [ 120.0658368, 30.273496 ], [ 120.0657921, 30.2734574 ], [ 120.0656858, 30.2734622 ], [ 120.0655795, 30.2734767 ], [ 120.0655012, 30.2735154 ], [ 120.0654006, 30.2735347 ], [ 120.065339, 30.273554 ], [ 120.0652999, 30.273641 ], [ 120.0653446, 30.2736796 ], [ 120.0654229, 30.2737086 ], [ 120.0654509, 30.2737859 ], [ 120.0654677, 30.2738438 ], [ 120.0654229, 30.2739163 ], [ 120.0654565, 30.2740032 ], [ 120.0655292, 30.2740274 ], [ 120.0655963, 30.2740129 ], [ 120.0656243, 30.2740612 ], [ 120.0655907, 30.2741192 ], [ 120.065546, 30.2742206 ], [ 120.0654901, 30.2742979 ], [ 120.0654565, 30.2744476 ], [ 120.0653055, 30.2745539 ], [ 120.0651567, 30.2745841 ], [ 120.0649782, 30.2746498 ], [ 120.0648245, 30.2747278 ], [ 120.0647294, 30.2747133 ], [ 120.0646958, 30.2746409 ], [ 120.0647238, 30.2745491 ], [ 120.0647741, 30.2745201 ], [ 120.0648383, 30.2745199 ], [ 120.064863, 30.2745689 ], [ 120.0649009, 30.2746051 ], [ 120.064953, 30.2746005 ], [ 120.0649872, 30.2745611 ], [ 120.0649389, 30.2745133 ], [ 120.0648801, 30.2744577 ], [ 120.0648021, 30.274438 ], [ 120.0648133, 30.2743655 ], [ 120.0648077, 30.2743076 ], [ 120.0647629, 30.2743607 ], [ 120.0647406, 30.2744428 ], [ 120.0646567, 30.2745442 ], [ 120.0645728, 30.2745732 ], [ 120.064584, 30.2746602 ], [ 120.0645448, 30.2747181 ], [ 120.0644497, 30.2747809 ], [ 120.064405, 30.2748389 ], [ 120.0642931, 30.2748582 ], [ 120.0641757, 30.2748486 ], [ 120.0640694, 30.2748244 ], [ 120.064019, 30.2747616 ], [ 120.0639743, 30.2747085 ], [ 120.063832, 30.2746868 ], [ 120.0638265, 30.2745823 ], [ 120.063843, 30.2744779 ], [ 120.063854, 30.2743403 ], [ 120.063865, 30.2742691 ], [ 120.0639035, 30.2742027 ], [ 120.0639364, 30.2741457 ], [ 120.0639639, 30.2740461 ], [ 120.0640079, 30.2739416 ], [ 120.0640683, 30.2738325 ], [ 120.0641288, 30.2736901 ], [ 120.0641672, 30.273581 ], [ 120.0641672, 30.2734718 ], [ 120.0641837, 30.2733626 ], [ 120.0642057, 30.273282 ], [ 120.0643156, 30.2730114 ], [ 120.0643706, 30.2728975 ], [ 120.0644255, 30.2727694 ], [ 120.0645299, 30.2725179 ], [ 120.0646398, 30.272347 ], [ 120.0647113, 30.2722236 ], [ 120.0647552, 30.2721287 ], [ 120.0647827, 30.2720575 ], [ 120.0648706, 30.272029 ], [ 120.0649476, 30.2720433 ], [ 120.0649201, 30.2719911 ], [ 120.0648761, 30.2719246 ], [ 120.0648706, 30.2718107 ], [ 120.0649366, 30.2716019 ], [ 120.0649806, 30.2714785 ], [ 120.0650245, 30.2714215 ], [ 120.0650575, 30.2713551 ], [ 120.065041, 30.2712744 ], [ 120.0650685, 30.271189 ], [ 120.0651179, 30.271113 ], [ 120.0651399, 30.2709754 ], [ 120.0651619, 30.2708425 ], [ 120.0653432, 30.2705103 ], [ 120.0653872, 30.2703821 ], [ 120.0654367, 30.2702445 ], [ 120.0654751, 30.2701258 ], [ 120.0655576, 30.2700262 ], [ 120.0656345, 30.2699597 ], [ 120.0657224, 30.269936 ], [ 120.0658488, 30.2699787 ], [ 120.0658433, 30.269936 ], [ 120.0657224, 30.2698838 ], [ 120.0655795, 30.2698553 ], [ 120.0654586, 30.2698174 ], [ 120.0653597, 30.2697699 ], [ 120.0651784, 30.2697319 ], [ 120.065085, 30.2696655 ], [ 120.0650465, 30.2695895 ], [ 120.06503, 30.2695183 ], [ 120.06503, 30.2694329 ], [ 120.0650795, 30.2693048 ], [ 120.0650685, 30.2692051 ], [ 120.064997, 30.2691481 ], [ 120.0649421, 30.2690722 ], [ 120.0649146, 30.2689868 ], [ 120.0648597, 30.2688871 ], [ 120.0647278, 30.2688254 ], [ 120.0646288, 30.2687732 ], [ 120.0645299, 30.2687827 ], [ 120.064431, 30.26874 ], [ 120.0642991, 30.268683 ], [ 120.0641892, 30.2686735 ], [ 120.0640793, 30.2687068 ], [ 120.0640134, 30.2688064 ], [ 120.063854, 30.2690295 ], [ 120.0636946, 30.2691149 ], [ 120.0636067, 30.2691956 ], [ 120.0635518, 30.2693048 ], [ 120.0634364, 30.2696085 ], [ 120.0633429, 30.2696892 ], [ 120.063255, 30.2697509 ], [ 120.0632385, 30.2698126 ], [ 120.0632385, 30.2698506 ], [ 120.0633264, 30.269898 ], [ 120.0634693, 30.2699502 ], [ 120.0635298, 30.2700119 ], [ 120.0635463, 30.2701021 ], [ 120.0635188, 30.2702255 ], [ 120.0634748, 30.2704391 ], [ 120.06331, 30.2707618 ], [ 120.063299, 30.27089 ], [ 120.0632825, 30.2710418 ], [ 120.0632715, 30.2711652 ], [ 120.0633045, 30.271208 ], [ 120.0633319, 30.2711463 ], [ 120.0633814, 30.2707903 ], [ 120.0634199, 30.2706574 ], [ 120.0635627, 30.2703062 ], [ 120.0636177, 30.2701211 ], [ 120.0636507, 30.2700309 ], [ 120.0636177, 30.2699787 ], [ 120.0634419, 30.2698838 ], [ 120.0633539, 30.2698506 ], [ 120.0633429, 30.2697984 ], [ 120.0633814, 30.2697509 ], [ 120.0634254, 30.269694 ], [ 120.0635847, 30.2694756 ], [ 120.0636287, 30.2694092 ], [ 120.0636342, 30.2693332 ], [ 120.0636617, 30.2692383 ], [ 120.0637056, 30.2691719 ], [ 120.0638045, 30.2691197 ], [ 120.0638815, 30.2690864 ], [ 120.0639254, 30.2689868 ], [ 120.0640738, 30.2687922 ], [ 120.0641562, 30.2687542 ], [ 120.0642662, 30.2687685 ], [ 120.0643871, 30.2688207 ], [ 120.0645025, 30.2688349 ], [ 120.0646728, 30.2689203 ], [ 120.0647772, 30.2689915 ], [ 120.0648157, 30.2690817 ], [ 120.0648487, 30.2691529 ], [ 120.0649256, 30.2692051 ], [ 120.064997, 30.2692668 ], [ 120.065008, 30.2693048 ], [ 120.0649696, 30.269376 ], [ 120.0649531, 30.2694851 ], [ 120.0649806, 30.2695943 ], [ 120.065041, 30.2697129 ], [ 120.0651124, 30.2697651 ], [ 120.0651509, 30.2697984 ], [ 120.0651399, 30.2698648 ], [ 120.0651784, 30.2699265 ], [ 120.0652553, 30.2700736 ], [ 120.0653213, 30.2702208 ], [ 120.0653268, 30.2703442 ], [ 120.0652883, 30.2704913 ], [ 120.0651894, 30.2706954 ], [ 120.0651069, 30.2708852 ], [ 120.0650575, 30.2710324 ], [ 120.0649696, 30.2711557 ], [ 120.0649586, 30.2712412 ], [ 120.0648871, 30.2713456 ], [ 120.0647992, 30.271412 ], [ 120.0647003, 30.2714215 ], [ 120.0646014, 30.2714548 ], [ 120.0645849, 30.2715259 ], [ 120.0646234, 30.271711 ], [ 120.0646948, 30.2718344 ], [ 120.0646728, 30.2719199 ], [ 120.0646398, 30.2720717 ], [ 120.0646179, 30.2721429 ], [ 120.0645629, 30.2722094 ], [ 120.0645464, 30.2722806 ], [ 120.0645025, 30.2724182 ], [ 120.064453, 30.2724657 ], [ 120.064464, 30.2725463 ], [ 120.064398, 30.2727219 ], [ 120.0642662, 30.2730019 ], [ 120.0641123, 30.2732772 ], [ 120.0640738, 30.2734908 ], [ 120.0640903, 30.2736094 ], [ 120.0640738, 30.2737091 ], [ 120.0639419, 30.2739891 ], [ 120.063887, 30.2740698 ], [ 120.0638045, 30.2741267 ], [ 120.0637936, 30.2742122 ], [ 120.0638155, 30.2743071 ], [ 120.0637826, 30.2746488 ], [ 120.0637386, 30.274701 ], [ 120.0636617, 30.2747152 ], [ 120.0636149, 30.2747507 ], [ 120.0635627, 30.2748718 ], [ 120.0634254, 30.2749193 ], [ 120.063299, 30.2749335 ], [ 120.0630956, 30.2749288 ], [ 120.0630077, 30.274962 ], [ 120.0628044, 30.2749335 ], [ 120.0626508, 30.2748673 ], [ 120.0625616, 30.2748192 ], [ 120.0625058, 30.2747758 ], [ 120.0624221, 30.2747325 ], [ 120.0623385, 30.2747276 ], [ 120.0622659, 30.2747373 ], [ 120.0622827, 30.2747855 ], [ 120.0623719, 30.2748047 ], [ 120.06245, 30.274824 ], [ 120.0625337, 30.2748625 ], [ 120.0626453, 30.2749348 ], [ 120.0627234, 30.2750071 ], [ 120.0628907, 30.275036 ], [ 120.0630804, 30.2751227 ], [ 120.0631585, 30.2752335 ], [ 120.0631362, 30.2752865 ], [ 120.0630748, 30.2753443 ], [ 120.0630302, 30.2753925 ], [ 120.0630636, 30.2754406 ], [ 120.0630692, 30.2755129 ], [ 120.0630246, 30.27559 ], [ 120.0629409, 30.275643 ], [ 120.0628349, 30.2756671 ], [ 120.062768, 30.2756526 ], [ 120.0626955, 30.2756478 ], [ 120.0626843, 30.27559 ], [ 120.0626843, 30.2755129 ], [ 120.0626341, 30.2754936 ], [ 120.0626062, 30.2755322 ], [ 120.0626285, 30.275643 ], [ 120.0626006, 30.275696 ], [ 120.0624723, 30.27572 ], [ 120.0623663, 30.2757441 ], [ 120.0622994, 30.275773 ], [ 120.0622994, 30.2758308 ], [ 120.0623887, 30.275879 ], [ 120.0624835, 30.2759176 ], [ 120.0625337, 30.2759898 ], [ 120.0625393, 30.2760525 ], [ 120.0625839, 30.2760958 ], [ 120.0626285, 30.2760958 ], [ 120.0626453, 30.2760428 ], [ 120.0626062, 30.2759417 ], [ 120.0626118, 30.2758646 ], [ 120.0626397, 30.2758019 ], [ 120.0626955, 30.275749 ], [ 120.0627959, 30.2757249 ], [ 120.0629298, 30.2757634 ], [ 120.063019, 30.2758308 ], [ 120.0630357, 30.2759031 ], [ 120.0630357, 30.2759706 ], [ 120.0629576, 30.2760621 ], [ 120.06298, 30.2762307 ], [ 120.06298, 30.276327 ], [ 120.062913, 30.2763993 ], [ 120.0628851, 30.2764908 ], [ 120.0628963, 30.2765679 ], [ 120.0628628, 30.276645 ], [ 120.0627847, 30.276804 ], [ 120.0627624, 30.2769051 ], [ 120.0627122, 30.2769485 ], [ 120.0625839, 30.2769485 ], [ 120.06245, 30.276963 ], [ 120.0623775, 30.2769437 ], [ 120.0623106, 30.2768714 ], [ 120.0622492, 30.2767751 ], [ 120.0621655, 30.2767365 ], [ 120.0621265, 30.2767606 ], [ 120.0621934, 30.2768473 ], [ 120.0623161, 30.2770063 ], [ 120.0623217, 30.2770641 ], [ 120.0623273, 30.2771027 ], [ 120.0622269, 30.2771556 ], [ 120.0621488, 30.2772424 ], [ 120.0621097, 30.2774206 ], [ 120.0620986, 30.2775459 ], [ 120.0621097, 30.2776807 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0703223, 30.273548 ], [ 120.0703784, 30.2735857 ], [ 120.0704782, 30.2735426 ], [ 120.070472, 30.2734456 ], [ 120.0704845, 30.2733756 ], [ 120.0704782, 30.2733217 ], [ 120.0704159, 30.2733001 ], [ 120.0703597, 30.2733109 ], [ 120.0703223, 30.2733702 ], [ 120.070316, 30.273451 ], [ 120.0703223, 30.273548 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0686365, 30.2739397 ], [ 120.0687875, 30.273977 ], [ 120.068881, 30.2739211 ], [ 120.068881, 30.2738094 ], [ 120.0689097, 30.2736728 ], [ 120.0689744, 30.2734803 ], [ 120.0690391, 30.2733189 ], [ 120.0691254, 30.2731078 ], [ 120.0691038, 30.2730333 ], [ 120.0690175, 30.2729775 ], [ 120.0689385, 30.2729837 ], [ 120.0688953, 30.2730395 ], [ 120.0688522, 30.2731699 ], [ 120.0687659, 30.2733375 ], [ 120.0687012, 30.2735486 ], [ 120.0686222, 30.2738032 ], [ 120.0685934, 30.2738715 ], [ 120.0686365, 30.2739397 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0444808, 30.2732051 ], [ 120.0445403, 30.2732051 ], [ 120.0446135, 30.2732209 ], [ 120.044657, 30.2732525 ], [ 120.0447142, 30.2732624 ], [ 120.0447599, 30.2733059 ], [ 120.0448446, 30.2733059 ], [ 120.0449247, 30.2733079 ], [ 120.0450025, 30.2733296 ], [ 120.0450574, 30.2733474 ], [ 120.0451192, 30.2733454 ], [ 120.0451843, 30.2733154 ], [ 120.0452016, 30.2732683 ], [ 120.0451741, 30.2732446 ], [ 120.0450986, 30.2731992 ], [ 120.0450116, 30.2731834 ], [ 120.0449224, 30.2731913 ], [ 120.0448537, 30.273128 ], [ 120.0447485, 30.2731201 ], [ 120.0446501, 30.2731201 ], [ 120.044538, 30.2731201 ], [ 120.0444566, 30.2731685 ], [ 120.044451, 30.2731893 ], [ 120.0444808, 30.2732051 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0513687, 30.2735189 ], [ 120.0513998, 30.2735616 ], [ 120.0514596, 30.273593 ], [ 120.0514778, 30.2736289 ], [ 120.0514622, 30.273667 ], [ 120.051444, 30.2737006 ], [ 120.0514388, 30.2737298 ], [ 120.051457, 30.2737522 ], [ 120.0515011, 30.2737567 ], [ 120.0515817, 30.2737522 ], [ 120.051657, 30.273759 ], [ 120.0517479, 30.2737298 ], [ 120.0517531, 30.273658 ], [ 120.0517323, 30.2736199 ], [ 120.0516778, 30.273593 ], [ 120.0516934, 30.2735369 ], [ 120.0516882, 30.2734404 ], [ 120.0517297, 30.273344 ], [ 120.0517609, 30.2732475 ], [ 120.0517972, 30.2731892 ], [ 120.0518102, 30.2730681 ], [ 120.0518908, 30.2729985 ], [ 120.0518908, 30.2729245 ], [ 120.05187, 30.2728953 ], [ 120.0516856, 30.2728572 ], [ 120.0516466, 30.272911 ], [ 120.0515921, 30.272929 ], [ 120.0515271, 30.2729245 ], [ 120.0515453, 30.2729649 ], [ 120.0515687, 30.2730277 ], [ 120.0515401, 30.273086 ], [ 120.0515037, 30.2731152 ], [ 120.0514752, 30.2731623 ], [ 120.051483, 30.2732094 ], [ 120.0514778, 30.2732789 ], [ 120.0514466, 30.2733552 ], [ 120.0514076, 30.2733956 ], [ 120.0513427, 30.2734337 ], [ 120.0513271, 30.2734629 ], [ 120.0513687, 30.2735189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0498025, 30.2734059 ], [ 120.0499309, 30.2734019 ], [ 120.0501098, 30.2734811 ], [ 120.0502565, 30.2735049 ], [ 120.0503069, 30.2734771 ], [ 120.0503345, 30.2733861 ], [ 120.0503574, 30.2734217 ], [ 120.0503345, 30.2735049 ], [ 120.0503574, 30.2735722 ], [ 120.0505867, 30.2736356 ], [ 120.0507243, 30.2736474 ], [ 120.0508664, 30.2736276 ], [ 120.0509857, 30.2735801 ], [ 120.0510269, 30.2734771 ], [ 120.0511003, 30.2734217 ], [ 120.0510984, 30.2733911 ], [ 120.0510957, 30.2733464 ], [ 120.051004, 30.2733187 ], [ 120.0509077, 30.2733623 ], [ 120.0507793, 30.2733504 ], [ 120.0506463, 30.2733029 ], [ 120.0505133, 30.2732554 ], [ 120.0504262, 30.2732633 ], [ 120.0503299, 30.2732078 ], [ 120.0502473, 30.2731445 ], [ 120.0501373, 30.2730969 ], [ 120.0500318, 30.2730573 ], [ 120.049908, 30.2730573 ], [ 120.0498071, 30.2731009 ], [ 120.0497933, 30.2731801 ], [ 120.0497979, 30.2732791 ], [ 120.0497841, 30.2733702 ], [ 120.0498025, 30.2734059 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.041751, 30.2736296 ], [ 120.0418022, 30.273718 ], [ 120.0418943, 30.2737622 ], [ 120.0420734, 30.273718 ], [ 120.0424009, 30.2735943 ], [ 120.0425595, 30.2735456 ], [ 120.0426312, 30.2734307 ], [ 120.0425851, 30.2733247 ], [ 120.042447, 30.2732584 ], [ 120.0421911, 30.2732982 ], [ 120.0419301, 30.2733777 ], [ 120.041792, 30.2734838 ], [ 120.0417306, 30.2735589 ], [ 120.041751, 30.2736296 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0519375, 30.2737006 ], [ 120.0519453, 30.2737522 ], [ 120.0519817, 30.2737881 ], [ 120.0520388, 30.2738038 ], [ 120.0521245, 30.2737814 ], [ 120.0521323, 30.2736962 ], [ 120.0521375, 30.2736064 ], [ 120.0521375, 30.2735167 ], [ 120.0521791, 30.2734494 ], [ 120.0522076, 30.2733866 ], [ 120.0521219, 30.2733642 ], [ 120.052031, 30.2733574 ], [ 120.0519583, 30.273418 ], [ 120.0519505, 30.2735279 ], [ 120.0519375, 30.2736356 ], [ 120.0519375, 30.2737006 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0420018, 30.2739257 ], [ 120.0420939, 30.2739478 ], [ 120.0423804, 30.2737843 ], [ 120.0427182, 30.2736871 ], [ 120.0428154, 30.2736252 ], [ 120.0427847, 30.2735501 ], [ 120.0426465, 30.2735545 ], [ 120.0424265, 30.2736738 ], [ 120.0421962, 30.2737622 ], [ 120.042053, 30.2737887 ], [ 120.0419506, 30.2738152 ], [ 120.0419353, 30.2738683 ], [ 120.0420018, 30.2739257 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0487803, 30.2734728 ], [ 120.0490706, 30.2735908 ], [ 120.0493396, 30.2736461 ], [ 120.0493994, 30.2736793 ], [ 120.0499374, 30.2740001 ], [ 120.0501338, 30.2740628 ], [ 120.0504071, 30.2741661 ], [ 120.0507316, 30.2743541 ], [ 120.0510433, 30.27445 ], [ 120.0512184, 30.2744684 ], [ 120.0513422, 30.2742767 ], [ 120.0513806, 30.2739817 ], [ 120.0512952, 30.2738711 ], [ 120.0512138, 30.2738572 ], [ 120.0509921, 30.2738194 ], [ 120.0508356, 30.2737985 ], [ 120.0505779, 30.2737641 ], [ 120.050279, 30.273683 ], [ 120.049963, 30.2735687 ], [ 120.0496855, 30.2734802 ], [ 120.0491987, 30.2732884 ], [ 120.049097, 30.2732509 ], [ 120.0489383, 30.2731925 ], [ 120.0488187, 30.2732184 ], [ 120.0487419, 30.2733474 ], [ 120.0487803, 30.2734728 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0487632, 30.2742619 ], [ 120.0489852, 30.2743136 ], [ 120.0492073, 30.2743984 ], [ 120.0493653, 30.2744352 ], [ 120.0494165, 30.2742951 ], [ 120.0494293, 30.2741218 ], [ 120.0494592, 30.2739854 ], [ 120.0494336, 30.2738747 ], [ 120.0492286, 30.27386 ], [ 120.0490536, 30.2737567 ], [ 120.048887, 30.2736461 ], [ 120.0486906, 30.2736166 ], [ 120.0486607, 30.2737309 ], [ 120.0487547, 30.2738489 ], [ 120.0486821, 30.2740186 ], [ 120.0486479, 30.2741587 ], [ 120.0487632, 30.2742619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0499694, 30.2746666 ], [ 120.0500463, 30.2746999 ], [ 120.0501122, 30.2747046 ], [ 120.0501122, 30.2746382 ], [ 120.0501122, 30.2745575 ], [ 120.0501342, 30.2744674 ], [ 120.0502221, 30.2743203 ], [ 120.0501232, 30.2742017 ], [ 120.0500024, 30.2741875 ], [ 120.0499419, 30.2743014 ], [ 120.0499529, 30.2744389 ], [ 120.04992, 30.2745813 ], [ 120.0499694, 30.2746666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0520019, 30.2747426 ], [ 120.0520898, 30.2747805 ], [ 120.0521996, 30.2747947 ], [ 120.0522985, 30.2747663 ], [ 120.052315, 30.2746572 ], [ 120.0523315, 30.2745006 ], [ 120.0523864, 30.2744105 ], [ 120.0524029, 30.2742824 ], [ 120.0524029, 30.274178 ], [ 120.0522216, 30.2741543 ], [ 120.0520953, 30.2741448 ], [ 120.0520348, 30.2742255 ], [ 120.0520019, 30.2744484 ], [ 120.0519689, 30.2746619 ], [ 120.0520019, 30.2747426 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0536718, 30.2738981 ], [ 120.0537817, 30.2738744 ], [ 120.0538201, 30.2736609 ], [ 120.0538531, 30.2733431 ], [ 120.0538531, 30.273196 ], [ 120.0537597, 30.2731818 ], [ 120.0536553, 30.2732007 ], [ 120.0536169, 30.273362 ], [ 120.0536333, 30.2735565 ], [ 120.0536004, 30.2737273 ], [ 120.0535839, 30.2738602 ], [ 120.0536718, 30.2738981 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0539519, 30.2739361 ], [ 120.0542156, 30.2739456 ], [ 120.0543749, 30.2739313 ], [ 120.0543749, 30.2737605 ], [ 120.0543749, 30.2735755 ], [ 120.0543694, 30.2733905 ], [ 120.0543584, 30.2732766 ], [ 120.0540398, 30.273215 ], [ 120.0539245, 30.2732434 ], [ 120.0539135, 30.2734474 ], [ 120.0538915, 30.2736562 ], [ 120.053886, 30.2738507 ], [ 120.0539519, 30.2739361 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0549684, 30.2737919 ], [ 120.0550951, 30.2738147 ], [ 120.0552377, 30.2738147 ], [ 120.0553327, 30.273801 ], [ 120.0553169, 30.2737371 ], [ 120.0552746, 30.2736824 ], [ 120.0552165, 30.2736596 ], [ 120.0551426, 30.2736551 ], [ 120.0549895, 30.2736505 ], [ 120.0549208, 30.2736687 ], [ 120.0549156, 30.2737326 ], [ 120.0549684, 30.2737919 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0594733, 30.2740897 ], [ 120.0599051, 30.2741696 ], [ 120.0599976, 30.2740497 ], [ 120.0600439, 30.2739232 ], [ 120.0599976, 30.2738366 ], [ 120.0598434, 30.2737567 ], [ 120.0599591, 30.2735236 ], [ 120.0599591, 30.2734038 ], [ 120.0598511, 30.2733372 ], [ 120.0597586, 30.2733971 ], [ 120.05972, 30.273517 ], [ 120.0596815, 30.2736568 ], [ 120.0596429, 30.27379 ], [ 120.0595041, 30.2737967 ], [ 120.0594501, 30.2738832 ], [ 120.0593885, 30.2740297 ], [ 120.0594733, 30.2740897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0643546, 30.273897 ], [ 120.0644721, 30.2739308 ], [ 120.0645728, 30.2740032 ], [ 120.0646287, 30.2739549 ], [ 120.0646902, 30.273926 ], [ 120.0646958, 30.2738632 ], [ 120.0646567, 30.2738197 ], [ 120.0645616, 30.2738004 ], [ 120.0644441, 30.2737038 ], [ 120.064349, 30.2737086 ], [ 120.0642931, 30.2737762 ], [ 120.0642875, 30.2738583 ], [ 120.0643546, 30.273897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.055665, 30.2739239 ], [ 120.0557824, 30.2738877 ], [ 120.0560341, 30.2738732 ], [ 120.0561432, 30.2738442 ], [ 120.0561683, 30.2737718 ], [ 120.0561935, 30.2736124 ], [ 120.056269, 30.2735109 ], [ 120.056462, 30.273453 ], [ 120.0568646, 30.2734168 ], [ 120.0570576, 30.2734312 ], [ 120.0572421, 30.2735037 ], [ 120.0574015, 30.2736051 ], [ 120.0574938, 30.273721 ], [ 120.0574938, 30.2738297 ], [ 120.0576196, 30.2738442 ], [ 120.0576784, 30.2739674 ], [ 120.0578378, 30.2739094 ], [ 120.0579552, 30.2739022 ], [ 120.0579804, 30.2739746 ], [ 120.0579133, 30.2740688 ], [ 120.0577706, 30.274105 ], [ 120.0576113, 30.2741195 ], [ 120.0575106, 30.2742137 ], [ 120.0574183, 30.2743151 ], [ 120.0574099, 30.2744528 ], [ 120.0573009, 30.2744745 ], [ 120.0572505, 30.2744166 ], [ 120.0571163, 30.2744238 ], [ 120.0569234, 30.2744745 ], [ 120.0567975, 30.2745252 ], [ 120.0566213, 30.274489 ], [ 120.0564368, 30.2744238 ], [ 120.056311, 30.2743876 ], [ 120.0562522, 30.2742862 ], [ 120.0562271, 30.2741775 ], [ 120.0561767, 30.2740833 ], [ 120.0560425, 30.2740905 ], [ 120.0561096, 30.2742209 ], [ 120.0560509, 30.2743803 ], [ 120.0558999, 30.2744528 ], [ 120.0560845, 30.2746412 ], [ 120.0562103, 30.2745252 ], [ 120.0563865, 30.2745397 ], [ 120.056462, 30.2746122 ], [ 120.0566633, 30.2745977 ], [ 120.0567724, 30.2746484 ], [ 120.0567472, 30.2747643 ], [ 120.0569066, 30.2748223 ], [ 120.0569485, 30.2746991 ], [ 120.057066, 30.2746267 ], [ 120.057175, 30.2746122 ], [ 120.0572841, 30.2746556 ], [ 120.0572421, 30.2747716 ], [ 120.0571666, 30.2748947 ], [ 120.0572002, 30.2749817 ], [ 120.0572841, 30.2749889 ], [ 120.0574015, 30.274902 ], [ 120.057477, 30.2748657 ], [ 120.0575358, 30.2747426 ], [ 120.0575861, 30.2745832 ], [ 120.05767, 30.2744383 ], [ 120.057821, 30.2743876 ], [ 120.0579888, 30.2743803 ], [ 120.0581565, 30.2744093 ], [ 120.058274, 30.2744166 ], [ 120.0583159, 30.2743586 ], [ 120.0582404, 30.2743151 ], [ 120.0579216, 30.2742572 ], [ 120.0579636, 30.2741775 ], [ 120.0583495, 30.2742572 ], [ 120.0583663, 30.2741702 ], [ 120.0582908, 30.274105 ], [ 120.0581901, 30.2740978 ], [ 120.058123, 30.2740398 ], [ 120.0581565, 30.2739529 ], [ 120.058274, 30.2739384 ], [ 120.058425, 30.2739529 ], [ 120.0585676, 30.2740181 ], [ 120.0586179, 30.274105 ], [ 120.0586515, 30.274192 ], [ 120.0587354, 30.2742427 ], [ 120.0589954, 30.2742209 ], [ 120.0591297, 30.274192 ], [ 120.0597421, 30.2742789 ], [ 120.0604384, 30.2744093 ], [ 120.0605139, 30.2745107 ], [ 120.0605558, 30.2746701 ], [ 120.0604887, 30.2748585 ], [ 120.0604467, 30.2749889 ], [ 120.0603545, 30.2750541 ], [ 120.0601531, 30.2750758 ], [ 120.0603545, 30.2751483 ], [ 120.0604467, 30.2752063 ], [ 120.0604803, 30.2753004 ], [ 120.0604467, 30.275583 ], [ 120.0604803, 30.2759235 ], [ 120.0606229, 30.275851 ], [ 120.0609585, 30.2758873 ], [ 120.0610675, 30.27588 ], [ 120.0609249, 30.2758076 ], [ 120.0606397, 30.2757858 ], [ 120.0605139, 30.2757641 ], [ 120.0604971, 30.2756337 ], [ 120.0605642, 30.2752787 ], [ 120.060539, 30.2751193 ], [ 120.0605977, 30.2747861 ], [ 120.0606984, 30.2746049 ], [ 120.0607991, 30.2745397 ], [ 120.0609417, 30.274547 ], [ 120.0612353, 30.2745832 ], [ 120.0614786, 30.2746846 ], [ 120.0616296, 30.2747716 ], [ 120.0616464, 30.2749165 ], [ 120.0616128, 30.2749962 ], [ 120.0615289, 30.2750541 ], [ 120.0613024, 30.2750469 ], [ 120.0612605, 30.2751121 ], [ 120.061294, 30.275199 ], [ 120.0614199, 30.2752063 ], [ 120.0615541, 30.2751266 ], [ 120.0617051, 30.2751121 ], [ 120.0617974, 30.2752135 ], [ 120.0618142, 30.2753584 ], [ 120.0618813, 30.2754236 ], [ 120.0619568, 30.2753656 ], [ 120.0619735, 30.2752063 ], [ 120.0620155, 30.274902 ], [ 120.0620071, 30.2747716 ], [ 120.0620742, 30.2746991 ], [ 120.06194, 30.2746412 ], [ 120.0617806, 30.274576 ], [ 120.0612856, 30.2744455 ], [ 120.0610675, 30.2744021 ], [ 120.0609417, 30.2743586 ], [ 120.0608998, 30.2742789 ], [ 120.0609585, 30.2740978 ], [ 120.061445, 30.2728589 ], [ 120.0616715, 30.2723083 ], [ 120.0617722, 30.272272 ], [ 120.0622084, 30.2723445 ], [ 120.0624601, 30.2723155 ], [ 120.062997, 30.2721779 ], [ 120.0630977, 30.2720837 ], [ 120.0631145, 30.2719677 ], [ 120.063039, 30.272004 ], [ 120.0629802, 30.2721126 ], [ 120.0628292, 30.2721634 ], [ 120.0625272, 30.2722286 ], [ 120.0623007, 30.272301 ], [ 120.0620574, 30.2722648 ], [ 120.0617219, 30.2721851 ], [ 120.0608578, 30.271946 ], [ 120.0604339, 30.2718753 ], [ 120.0604067, 30.2719301 ], [ 120.0609753, 30.2720329 ], [ 120.0615038, 30.2721923 ], [ 120.061596, 30.2722793 ], [ 120.0615457, 30.2724459 ], [ 120.0608326, 30.2742354 ], [ 120.0606984, 30.2743151 ], [ 120.060539, 30.2743514 ], [ 120.0591632, 30.2741195 ], [ 120.0591045, 30.2740688 ], [ 120.0591129, 30.2739312 ], [ 120.0586012, 30.273837 ], [ 120.0585508, 30.2737428 ], [ 120.0585424, 30.2736196 ], [ 120.0585676, 30.2734675 ], [ 120.0586095, 30.2733588 ], [ 120.0587354, 30.2732067 ], [ 120.0589116, 30.2730328 ], [ 120.0590709, 30.2729386 ], [ 120.0592052, 30.2728516 ], [ 120.0592807, 30.2727575 ], [ 120.059331, 30.272627 ], [ 120.0592974, 30.2724966 ], [ 120.0592303, 30.272388 ], [ 120.0591297, 30.272359 ], [ 120.0590542, 30.2724242 ], [ 120.0590542, 30.2726705 ], [ 120.0590206, 30.2728372 ], [ 120.0588948, 30.2729458 ], [ 120.0586934, 30.273127 ], [ 120.058576, 30.2731559 ], [ 120.0584837, 30.273069 ], [ 120.0583159, 30.2730038 ], [ 120.0582153, 30.2729168 ], [ 120.058081, 30.2728734 ], [ 120.0579216, 30.2727792 ], [ 120.0577371, 30.2727212 ], [ 120.0574435, 30.2725908 ], [ 120.0572757, 30.2725329 ], [ 120.0571415, 30.2725546 ], [ 120.056996, 30.2726618 ], [ 120.056873, 30.2728299 ], [ 120.0567975, 30.2729531 ], [ 120.0566885, 30.2729748 ], [ 120.0565375, 30.2730038 ], [ 120.0563361, 30.2730545 ], [ 120.0561683, 30.273098 ], [ 120.0561166, 30.2731761 ], [ 120.0561012, 30.2731994 ], [ 120.0561096, 30.2733588 ], [ 120.0561012, 30.273721 ], [ 120.056009, 30.2738007 ], [ 120.055816, 30.2738225 ], [ 120.0555727, 30.273837 ], [ 120.055665, 30.2739239 ] ], [ [ 120.0562599, 30.2731364 ], [ 120.0563592, 30.2730935 ], [ 120.0565887, 30.27304 ], [ 120.0567066, 30.2730346 ], [ 120.0567934, 30.273131 ], [ 120.0567562, 30.2731739 ], [ 120.0567748, 30.2732703 ], [ 120.0567314, 30.2733399 ], [ 120.0566321, 30.2733614 ], [ 120.0563716, 30.2733828 ], [ 120.0562599, 30.2733774 ], [ 120.0562289, 30.2732971 ], [ 120.0562165, 30.2731846 ], [ 120.0562599, 30.2731364 ] ], [ [ 120.0569175, 30.2728739 ], [ 120.0569671, 30.2727989 ], [ 120.0571408, 30.2726221 ], [ 120.0572276, 30.27259 ], [ 120.0573144, 30.27259 ], [ 120.0579223, 30.272831 ], [ 120.0580712, 30.272965 ], [ 120.0583317, 30.2730882 ], [ 120.0583503, 30.2731417 ], [ 120.0581394, 30.2732221 ], [ 120.0579906, 30.2732382 ], [ 120.0578603, 30.2732596 ], [ 120.0577362, 30.2732542 ], [ 120.0576618, 30.2732864 ], [ 120.0576494, 30.2733614 ], [ 120.0576122, 30.2734149 ], [ 120.0575688, 30.2734792 ], [ 120.0574757, 30.2735328 ], [ 120.0573827, 30.2734739 ], [ 120.0572338, 30.2734364 ], [ 120.0571346, 30.2733882 ], [ 120.0570911, 30.2733185 ], [ 120.0570601, 30.2732328 ], [ 120.0570105, 30.2731471 ], [ 120.0569299, 30.2730828 ], [ 120.0568988, 30.2729864 ], [ 120.0569175, 30.2728739 ] ], [ [ 120.057606, 30.2742292 ], [ 120.0576494, 30.2741917 ], [ 120.0577176, 30.274181 ], [ 120.057761, 30.2742131 ], [ 120.0577424, 30.2742881 ], [ 120.0576122, 30.2744167 ], [ 120.0575501, 30.2743792 ], [ 120.0575501, 30.2743042 ], [ 120.057606, 30.2742292 ] ], [ [ 120.0576785, 30.2734655 ], [ 120.0577597, 30.2733393 ], [ 120.0578355, 30.2733019 ], [ 120.0580736, 30.2732645 ], [ 120.0581981, 30.2732412 ], [ 120.0583929, 30.2731664 ], [ 120.0584633, 30.273157 ], [ 120.0585282, 30.2732084 ], [ 120.0584579, 30.2733206 ], [ 120.0584579, 30.2734281 ], [ 120.0584362, 30.2735076 ], [ 120.0583063, 30.273587 ], [ 120.0582306, 30.2737086 ], [ 120.0580736, 30.2737553 ], [ 120.0579491, 30.2737834 ], [ 120.0578734, 30.2737834 ], [ 120.0577381, 30.2737506 ], [ 120.0576407, 30.2736338 ], [ 120.0576298, 30.273573 ], [ 120.0576785, 30.2734655 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0601287, 30.27379 ], [ 120.0601364, 30.2739099 ], [ 120.0600979, 30.2740431 ], [ 120.0600362, 30.2741829 ], [ 120.060121, 30.2742029 ], [ 120.0602212, 30.2740564 ], [ 120.0603215, 30.2738433 ], [ 120.06036, 30.2737367 ], [ 120.0602983, 30.2736502 ], [ 120.060175, 30.2736035 ], [ 120.0600439, 30.2736035 ], [ 120.0599976, 30.2737234 ], [ 120.0601287, 30.27379 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0625999, 30.2744073 ], [ 120.0625803, 30.274475 ], [ 120.0625871, 30.2745136 ], [ 120.0626443, 30.2745674 ], [ 120.0627338, 30.2745126 ], [ 120.0628024, 30.2744298 ], [ 120.0628285, 30.2743339 ], [ 120.0629004, 30.2743001 ], [ 120.0629331, 30.274159 ], [ 120.0630049, 30.2741308 ], [ 120.0629919, 30.2743113 ], [ 120.0630703, 30.274317 ], [ 120.063116, 30.2742436 ], [ 120.0631487, 30.2741477 ], [ 120.0631029, 30.2740969 ], [ 120.0630376, 30.274001 ], [ 120.0630637, 30.2738769 ], [ 120.0631813, 30.2738487 ], [ 120.0632271, 30.2739051 ], [ 120.0633055, 30.2738769 ], [ 120.0633773, 30.2737584 ], [ 120.0634688, 30.2735609 ], [ 120.0635407, 30.2735327 ], [ 120.0635799, 30.273606 ], [ 120.0635276, 30.2737697 ], [ 120.0634949, 30.2739107 ], [ 120.0636321, 30.2739333 ], [ 120.063704, 30.2738261 ], [ 120.0637889, 30.2735948 ], [ 120.0637497, 30.2734932 ], [ 120.0636452, 30.2734763 ], [ 120.0635668, 30.2734086 ], [ 120.0634361, 30.273386 ], [ 120.063312, 30.2734481 ], [ 120.0632859, 30.2735665 ], [ 120.0631748, 30.2737584 ], [ 120.0631356, 30.2738035 ], [ 120.0630376, 30.2738035 ], [ 120.0628873, 30.273764 ], [ 120.0627828, 30.2737753 ], [ 120.0626979, 30.2738317 ], [ 120.0626456, 30.2739841 ], [ 120.062626, 30.2740969 ], [ 120.0626391, 30.2741985 ], [ 120.0626325, 30.2742718 ], [ 120.0625737, 30.2743396 ], [ 120.0625999, 30.2744073 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0563778, 30.2741221 ], [ 120.0567314, 30.2741542 ], [ 120.0568058, 30.2741274 ], [ 120.0568616, 30.2740417 ], [ 120.0568492, 30.2739346 ], [ 120.0567624, 30.2738971 ], [ 120.0566321, 30.2738971 ], [ 120.0564274, 30.2738971 ], [ 120.0563406, 30.2739453 ], [ 120.0563344, 30.2740524 ], [ 120.0563778, 30.2741221 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0615861, 30.2743694 ], [ 120.0618097, 30.2744293 ], [ 120.0620025, 30.2742695 ], [ 120.0620642, 30.2742229 ], [ 120.062041, 30.2741496 ], [ 120.0621258, 30.2739964 ], [ 120.0622492, 30.2739165 ], [ 120.0622261, 30.2737567 ], [ 120.062095, 30.2737101 ], [ 120.0618482, 30.2737101 ], [ 120.0616786, 30.2736835 ], [ 120.0615938, 30.2737567 ], [ 120.0615707, 30.2738832 ], [ 120.0615784, 30.2740497 ], [ 120.0615861, 30.2741696 ], [ 120.0615398, 30.2742895 ], [ 120.0615861, 30.2743694 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0681467, 30.2738543 ], [ 120.0682186, 30.2738882 ], [ 120.0683558, 30.273764 ], [ 120.0684081, 30.2736455 ], [ 120.0684081, 30.2735158 ], [ 120.0684603, 30.2733578 ], [ 120.0685191, 30.2732336 ], [ 120.0685061, 30.2731716 ], [ 120.0684146, 30.273149 ], [ 120.0683623, 30.2731716 ], [ 120.068297, 30.2732562 ], [ 120.0682055, 30.2733747 ], [ 120.0681533, 30.2735609 ], [ 120.0681141, 30.2737076 ], [ 120.068101, 30.2737753 ], [ 120.0681467, 30.2738543 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0690679, 30.2738901 ], [ 120.0691973, 30.2739832 ], [ 120.0692332, 30.2740639 ], [ 120.0693338, 30.2741757 ], [ 120.0694704, 30.2742129 ], [ 120.0694992, 30.274157 ], [ 120.0695351, 30.2740329 ], [ 120.0695854, 30.273859 ], [ 120.0695711, 30.2737659 ], [ 120.0693985, 30.27371 ], [ 120.0692907, 30.2736666 ], [ 120.0692835, 30.2736107 ], [ 120.0694057, 30.2735797 ], [ 120.0695783, 30.2736107 ], [ 120.0697148, 30.2735797 ], [ 120.0697292, 30.2734679 ], [ 120.0696358, 30.273412 ], [ 120.0695207, 30.2733872 ], [ 120.0694489, 30.2734369 ], [ 120.0693842, 30.2733934 ], [ 120.0693985, 30.2732941 ], [ 120.0695567, 30.273263 ], [ 120.0695639, 30.2731947 ], [ 120.0694345, 30.2731327 ], [ 120.0692979, 30.273114 ], [ 120.0692044, 30.2731389 ], [ 120.0691541, 30.2732258 ], [ 120.069111, 30.2733189 ], [ 120.0690966, 30.273412 ], [ 120.0691038, 30.2734927 ], [ 120.069075, 30.273561 ], [ 120.0690319, 30.2736604 ], [ 120.0690175, 30.2737907 ], [ 120.0690679, 30.2738901 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0723455, 30.2737156 ], [ 120.0724846, 30.2737156 ], [ 120.0724771, 30.2736279 ], [ 120.0724508, 30.2736182 ], [ 120.0724094, 30.2736247 ], [ 120.0723568, 30.2736344 ], [ 120.0723117, 30.2736571 ], [ 120.0723079, 30.2736863 ], [ 120.0723455, 30.2737156 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0709461, 30.2738551 ], [ 120.0710335, 30.2738874 ], [ 120.0711645, 30.2738012 ], [ 120.0711707, 30.2737042 ], [ 120.071127, 30.2736396 ], [ 120.0710709, 30.2736018 ], [ 120.0709773, 30.273618 ], [ 120.0709337, 30.273688 ], [ 120.0709087, 30.273785 ], [ 120.0709461, 30.2738551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0715933, 30.2738909 ], [ 120.0716283, 30.2739334 ], [ 120.0716814, 30.2739999 ], [ 120.0717398, 30.2739769 ], [ 120.071761, 30.2739402 ], [ 120.0718115, 30.2739173 ], [ 120.0718248, 30.2738898 ], [ 120.0717876, 30.273821 ], [ 120.0717186, 30.2737889 ], [ 120.0716495, 30.273782 ], [ 120.0715751, 30.2738301 ], [ 120.0715933, 30.2738909 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0657947, 30.2742831 ], [ 120.0659188, 30.2743226 ], [ 120.0660495, 30.2743734 ], [ 120.0661475, 30.2743621 ], [ 120.0662651, 30.2742493 ], [ 120.0663827, 30.2739615 ], [ 120.0664676, 30.2738882 ], [ 120.0665003, 30.2738205 ], [ 120.0664611, 30.2737527 ], [ 120.0663827, 30.2737584 ], [ 120.0663304, 30.2738148 ], [ 120.0663043, 30.2739051 ], [ 120.0662455, 30.2739897 ], [ 120.0661671, 30.2740687 ], [ 120.0660495, 30.27408 ], [ 120.0658927, 30.2740574 ], [ 120.0658339, 30.2740969 ], [ 120.0657882, 30.2741872 ], [ 120.0657947, 30.2742831 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646734, 30.2740902 ], [ 120.0647462, 30.2740999 ], [ 120.0648189, 30.274124 ], [ 120.0648322, 30.2741798 ], [ 120.0648188, 30.2742362 ], [ 120.0648734, 30.2742661 ], [ 120.0649531, 30.2741143 ], [ 120.0649587, 30.2740274 ], [ 120.0649195, 30.2740032 ], [ 120.064858, 30.2740177 ], [ 120.0647462, 30.2740274 ], [ 120.0646623, 30.2740371 ], [ 120.0646734, 30.2740902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0649509, 30.2743308 ], [ 120.065063, 30.2743112 ], [ 120.0651916, 30.2743721 ], [ 120.0652775, 30.2743848 ], [ 120.0653218, 30.2743985 ], [ 120.0653751, 30.2743578 ], [ 120.0652887, 30.2743076 ], [ 120.0652663, 30.2742496 ], [ 120.065216, 30.2742013 ], [ 120.0651153, 30.2741578 ], [ 120.0650258, 30.2741433 ], [ 120.0649755, 30.2741916 ], [ 120.0649363, 30.2742689 ], [ 120.0649509, 30.2743308 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0710428, 30.2746505 ], [ 120.0710702, 30.2746189 ], [ 120.0711038, 30.274611 ], [ 120.0711374, 30.2746743 ], [ 120.071171, 30.2747798 ], [ 120.0712077, 30.2748193 ], [ 120.0712748, 30.2748299 ], [ 120.0713298, 30.2748009 ], [ 120.0713756, 30.2747745 ], [ 120.0714397, 30.2747481 ], [ 120.0714947, 30.2747112 ], [ 120.0715588, 30.274669 ], [ 120.071568, 30.2746268 ], [ 120.0715711, 30.274582 ], [ 120.0715845, 30.2744986 ], [ 120.071676, 30.2743435 ], [ 120.0716825, 30.274304 ], [ 120.0716825, 30.2742588 ], [ 120.0715486, 30.2740783 ], [ 120.0715192, 30.2740191 ], [ 120.071445, 30.2740167 ], [ 120.0713834, 30.2741869 ], [ 120.0713402, 30.2743255 ], [ 120.0712167, 30.2744322 ], [ 120.0711302, 30.2745176 ], [ 120.0709943, 30.2746029 ], [ 120.0709939, 30.2746505 ], [ 120.0710428, 30.2746505 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0667943, 30.274633 ], [ 120.0668466, 30.2745765 ], [ 120.0668793, 30.2744637 ], [ 120.0668989, 30.2743565 ], [ 120.0668335, 30.2743396 ], [ 120.0667943, 30.274396 ], [ 120.0667616, 30.2744863 ], [ 120.0667486, 30.2745709 ], [ 120.0667943, 30.274633 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0549578, 30.2741613 ], [ 120.0550687, 30.2741841 ], [ 120.0552746, 30.274216 ], [ 120.0554859, 30.2742798 ], [ 120.0556548, 30.2740427 ], [ 120.0556548, 30.2739788 ], [ 120.0556126, 30.2740381 ], [ 120.0555123, 30.2740609 ], [ 120.0554278, 30.2740108 ], [ 120.0553538, 30.2739287 ], [ 120.0552852, 30.2739104 ], [ 120.0552165, 30.2739469 ], [ 120.0550951, 30.273956 ], [ 120.055, 30.2739332 ], [ 120.0549578, 30.2739743 ], [ 120.0549261, 30.2740472 ], [ 120.0549208, 30.2741248 ], [ 120.0549578, 30.2741613 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0603677, 30.2742428 ], [ 120.0605682, 30.2742828 ], [ 120.0606531, 30.2742295 ], [ 120.0607224, 30.274123 ], [ 120.0607687, 30.2740164 ], [ 120.0607147, 30.2739432 ], [ 120.0605837, 30.2739165 ], [ 120.0604217, 30.2739165 ], [ 120.0603677, 30.2739964 ], [ 120.0602983, 30.2741696 ], [ 120.0603677, 30.2742428 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0641533, 30.2740322 ], [ 120.0642036, 30.2741143 ], [ 120.0642707, 30.2741723 ], [ 120.0643099, 30.2742158 ], [ 120.0642987, 30.2742931 ], [ 120.0643546, 30.2743317 ], [ 120.0644721, 30.2743365 ], [ 120.0645224, 30.2742399 ], [ 120.0645392, 30.2741337 ], [ 120.0645001, 30.2740902 ], [ 120.064405, 30.2740515 ], [ 120.0643658, 30.2739694 ], [ 120.0643099, 30.2739453 ], [ 120.0641924, 30.2739211 ], [ 120.0641477, 30.2739549 ], [ 120.0641533, 30.2740322 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0641924, 30.2747278 ], [ 120.0642651, 30.2747423 ], [ 120.0643602, 30.2747133 ], [ 120.0643938, 30.2745926 ], [ 120.0643938, 30.2745298 ], [ 120.0643602, 30.2744959 ], [ 120.0642819, 30.2744959 ], [ 120.0642372, 30.2745201 ], [ 120.0642204, 30.2745829 ], [ 120.0642092, 30.274636 ], [ 120.0641645, 30.2746795 ], [ 120.0641924, 30.2747278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0577578, 30.2746699 ], [ 120.0578625, 30.2747087 ], [ 120.0580271, 30.2747216 ], [ 120.0582515, 30.2747603 ], [ 120.0583188, 30.274657 ], [ 120.0582964, 30.2745794 ], [ 120.0581617, 30.2745471 ], [ 120.0579298, 30.2745277 ], [ 120.0578026, 30.2745471 ], [ 120.0577503, 30.2746053 ], [ 120.0577578, 30.2746699 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.053084, 30.2747568 ], [ 120.0531609, 30.2748469 ], [ 120.0533147, 30.2749798 ], [ 120.053496, 30.2750557 ], [ 120.0537267, 30.2751126 ], [ 120.0538256, 30.2750509 ], [ 120.0538531, 30.2748944 ], [ 120.0538311, 30.2747283 ], [ 120.0537597, 30.274586 ], [ 120.0535839, 30.2744721 ], [ 120.053496, 30.274363 ], [ 120.053485, 30.2742492 ], [ 120.0534246, 30.274197 ], [ 120.0533367, 30.274216 ], [ 120.0532818, 30.2742729 ], [ 120.0532104, 30.2743251 ], [ 120.053139, 30.2745006 ], [ 120.053084, 30.2746761 ], [ 120.053084, 30.2747568 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0607764, 30.2750286 ], [ 120.0609152, 30.2750087 ], [ 120.0609923, 30.274962 ], [ 120.061054, 30.2749088 ], [ 120.061, 30.2748155 ], [ 120.060869, 30.2747956 ], [ 120.0607764, 30.2747423 ], [ 120.060761, 30.2748488 ], [ 120.0607379, 30.2749687 ], [ 120.0607764, 30.2750286 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0577278, 30.2749929 ], [ 120.0580346, 30.275064 ], [ 120.0581692, 30.2750769 ], [ 120.0582365, 30.27498 ], [ 120.058259, 30.274896 ], [ 120.0581991, 30.2748637 ], [ 120.0580346, 30.2748572 ], [ 120.0578999, 30.2748249 ], [ 120.0577652, 30.2748056 ], [ 120.057668, 30.2748831 ], [ 120.0577278, 30.2749929 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0512475, 30.2755336 ], [ 120.0514023, 30.2755364 ], [ 120.0515604, 30.2755734 ], [ 120.0516098, 30.2756075 ], [ 120.0515868, 30.2756644 ], [ 120.0516065, 30.2757611 ], [ 120.0516263, 30.2758834 ], [ 120.0516263, 30.2759745 ], [ 120.0516856, 30.2759375 ], [ 120.0517218, 30.2758465 ], [ 120.0517317, 30.2757697 ], [ 120.0517548, 30.2757213 ], [ 120.0517185, 30.2756559 ], [ 120.0516428, 30.2756331 ], [ 120.0516461, 30.2755876 ], [ 120.0517317, 30.2755905 ], [ 120.0517877, 30.2755535 ], [ 120.051847, 30.2754454 ], [ 120.051847, 30.275306 ], [ 120.0518536, 30.2752491 ], [ 120.051959, 30.2752264 ], [ 120.0520413, 30.2752662 ], [ 120.0520545, 30.2753345 ], [ 120.0521105, 30.2753743 ], [ 120.0521467, 30.2754027 ], [ 120.0521171, 30.2755051 ], [ 120.052038, 30.2755876 ], [ 120.051982, 30.2756673 ], [ 120.0519623, 30.2757412 ], [ 120.0519787, 30.2757981 ], [ 120.0520216, 30.2758322 ], [ 120.0521105, 30.2758379 ], [ 120.0522719, 30.2758578 ], [ 120.0524497, 30.2759005 ], [ 120.0526671, 30.2759517 ], [ 120.0528022, 30.2759688 ], [ 120.0529734, 30.2760171 ], [ 120.0530492, 30.2759432 ], [ 120.0530558, 30.2758038 ], [ 120.0531282, 30.2757014 ], [ 120.0531315, 30.2756075 ], [ 120.0530755, 30.2755393 ], [ 120.0527824, 30.2754966 ], [ 120.0526902, 30.2754568 ], [ 120.0526408, 30.2753032 ], [ 120.0526935, 30.2752093 ], [ 120.0527593, 30.2752861 ], [ 120.0528153, 30.2754255 ], [ 120.0529603, 30.2754767 ], [ 120.0531711, 30.2755364 ], [ 120.0534378, 30.2756047 ], [ 120.0536519, 30.2756075 ], [ 120.0537705, 30.275653 ], [ 120.0538166, 30.2755962 ], [ 120.0538463, 30.2755393 ], [ 120.0537804, 30.2754909 ], [ 120.0537343, 30.2753629 ], [ 120.0537046, 30.2752833 ], [ 120.0535367, 30.2752548 ], [ 120.0533522, 30.2752093 ], [ 120.0532303, 30.2751496 ], [ 120.0530525, 30.275087 ], [ 120.0529701, 30.2750244 ], [ 120.0528779, 30.2749988 ], [ 120.052845, 30.2749448 ], [ 120.0528878, 30.2748651 ], [ 120.052901, 30.2747855 ], [ 120.0528779, 30.2747058 ], [ 120.0529306, 30.2745949 ], [ 120.0529635, 30.2745096 ], [ 120.05298, 30.2743787 ], [ 120.0530327, 30.2742792 ], [ 120.0529866, 30.274208 ], [ 120.0528977, 30.2742308 ], [ 120.0527363, 30.2742678 ], [ 120.0526144, 30.2742763 ], [ 120.0524893, 30.2743673 ], [ 120.0524036, 30.2745124 ], [ 120.052397, 30.2746802 ], [ 120.0523839, 30.2748338 ], [ 120.0524629, 30.2748993 ], [ 120.0525782, 30.2749277 ], [ 120.0527363, 30.2749362 ], [ 120.0528055, 30.2749391 ], [ 120.0528746, 30.2750273 ], [ 120.0528977, 30.2750642 ], [ 120.0528713, 30.275124 ], [ 120.0528581, 30.275178 ], [ 120.0527528, 30.2751809 ], [ 120.0526836, 30.2751581 ], [ 120.0525947, 30.2751126 ], [ 120.0524925, 30.2751154 ], [ 120.0523345, 30.2752463 ], [ 120.0522455, 30.2753714 ], [ 120.0521632, 30.2753629 ], [ 120.0521072, 30.2753117 ], [ 120.0521335, 30.2752122 ], [ 120.0521599, 30.2750813 ], [ 120.0521665, 30.2749846 ], [ 120.0521698, 30.2749106 ], [ 120.0521072, 30.2748537 ], [ 120.0519425, 30.2748168 ], [ 120.051791, 30.2748196 ], [ 120.051735, 30.2748708 ], [ 120.0516856, 30.2748509 ], [ 120.0516889, 30.2747656 ], [ 120.0517548, 30.2746546 ], [ 120.051791, 30.2744897 ], [ 120.051814, 30.2743389 ], [ 120.0518503, 30.2741967 ], [ 120.0518173, 30.2740971 ], [ 120.0516592, 30.2740744 ], [ 120.051567, 30.2740715 ], [ 120.0515077, 30.2742336 ], [ 120.0514781, 30.2743446 ], [ 120.0514649, 30.2744783 ], [ 120.0513925, 30.2746177 ], [ 120.051399, 30.2747428 ], [ 120.0513562, 30.2748708 ], [ 120.0513463, 30.2749675 ], [ 120.0514056, 30.275013 ], [ 120.0515407, 30.2750017 ], [ 120.0516197, 30.2749362 ], [ 120.051679, 30.274885 ], [ 120.0517284, 30.2748964 ], [ 120.0517054, 30.2750273 ], [ 120.0515934, 30.2750813 ], [ 120.0514386, 30.275161 ], [ 120.0513035, 30.2752349 ], [ 120.0512344, 30.2753914 ], [ 120.0512212, 30.2754738 ], [ 120.0512475, 30.2755336 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0584909, 30.2747151 ], [ 120.0585956, 30.2746957 ], [ 120.0586106, 30.2747539 ], [ 120.0586555, 30.274812 ], [ 120.0587602, 30.2747926 ], [ 120.0588575, 30.2747539 ], [ 120.0589772, 30.2747733 ], [ 120.0590445, 30.2748831 ], [ 120.0590445, 30.2749865 ], [ 120.0590445, 30.2750769 ], [ 120.0589921, 30.2751609 ], [ 120.0589996, 30.2752384 ], [ 120.0590146, 30.2753353 ], [ 120.0589697, 30.2754129 ], [ 120.0589098, 30.2755292 ], [ 120.0588949, 30.2756519 ], [ 120.0589323, 30.2757553 ], [ 120.0590669, 30.2757811 ], [ 120.0591866, 30.2757359 ], [ 120.059239, 30.2757941 ], [ 120.0592689, 30.2758522 ], [ 120.0593587, 30.2758651 ], [ 120.0594709, 30.2758522 ], [ 120.0596879, 30.2758457 ], [ 120.0598973, 30.2758974 ], [ 120.0601966, 30.2759491 ], [ 120.0603088, 30.2759362 ], [ 120.0603462, 30.2758587 ], [ 120.0603237, 30.2756261 ], [ 120.0603237, 30.2755162 ], [ 120.060219, 30.2754904 ], [ 120.0601143, 30.2755033 ], [ 120.0600918, 30.2756002 ], [ 120.0601292, 30.2756648 ], [ 120.0600993, 30.2757359 ], [ 120.0600395, 30.2757488 ], [ 120.0600245, 30.2756455 ], [ 120.0600021, 30.2754839 ], [ 120.0599347, 30.2754452 ], [ 120.0597926, 30.2754904 ], [ 120.0596729, 30.2755033 ], [ 120.0596131, 30.2754387 ], [ 120.0596953, 30.2753483 ], [ 120.0598749, 30.2753547 ], [ 120.0600245, 30.2753483 ], [ 120.0600395, 30.275232 ], [ 120.0599721, 30.2751997 ], [ 120.0596056, 30.2751867 ], [ 120.0594784, 30.2751544 ], [ 120.059456, 30.2750898 ], [ 120.0595682, 30.2750317 ], [ 120.0596804, 30.2750317 ], [ 120.0597776, 30.2751221 ], [ 120.0599497, 30.2751028 ], [ 120.0600095, 30.2749994 ], [ 120.0599721, 30.2749025 ], [ 120.0597702, 30.2748896 ], [ 120.059628, 30.2748637 ], [ 120.0597327, 30.2747926 ], [ 120.0598899, 30.2747733 ], [ 120.0599497, 30.2746828 ], [ 120.0599647, 30.2745148 ], [ 120.0599422, 30.274405 ], [ 120.0597702, 30.2743856 ], [ 120.0597028, 30.2744179 ], [ 120.0596205, 30.2744179 ], [ 120.0595382, 30.2743339 ], [ 120.0593662, 30.2743339 ], [ 120.0592614, 30.2742952 ], [ 120.0591118, 30.2742822 ], [ 120.0589772, 30.274321 ], [ 120.058835, 30.2743598 ], [ 120.058648, 30.274321 ], [ 120.0585433, 30.2743533 ], [ 120.0584909, 30.2744631 ], [ 120.058461, 30.2746699 ], [ 120.0584909, 30.2747151 ] ], [ [ 120.0591521, 30.2752454 ], [ 120.0592663, 30.2752619 ], [ 120.0593138, 30.2752783 ], [ 120.0594233, 30.275266 ], [ 120.0594851, 30.2752947 ], [ 120.0594994, 30.2753564 ], [ 120.0594185, 30.2754385 ], [ 120.0592425, 30.2753892 ], [ 120.0591521, 30.2753564 ], [ 120.0591236, 30.2752947 ], [ 120.0591521, 30.2752454 ] ], [ [ 120.0591426, 30.2747154 ], [ 120.0591711, 30.2746579 ], [ 120.0591902, 30.2745552 ], [ 120.0591997, 30.2744771 ], [ 120.0592425, 30.2744443 ], [ 120.0593424, 30.2744402 ], [ 120.0593804, 30.2744895 ], [ 120.0593329, 30.274584 ], [ 120.0593614, 30.2746456 ], [ 120.0593995, 30.2747072 ], [ 120.0593947, 30.2747524 ], [ 120.0594375, 30.2748099 ], [ 120.0594233, 30.2748757 ], [ 120.059409, 30.2749291 ], [ 120.0593281, 30.2749414 ], [ 120.0592568, 30.2749126 ], [ 120.0591902, 30.2748839 ], [ 120.0591378, 30.2748469 ], [ 120.0591283, 30.2747853 ], [ 120.0591426, 30.2747154 ] ], [ [ 120.0595945, 30.2745552 ], [ 120.0596469, 30.2745141 ], [ 120.059704, 30.2745388 ], [ 120.0597087, 30.2745963 ], [ 120.0596706, 30.2747236 ], [ 120.059585, 30.274699 ], [ 120.0595755, 30.2746333 ], [ 120.0595945, 30.2745552 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0829043, 30.2731827 ], [ 120.0829795, 30.2731445 ], [ 120.0830724, 30.2729764 ], [ 120.0832494, 30.2729688 ], [ 120.0833113, 30.2729229 ], [ 120.0833334, 30.2728121 ], [ 120.0830768, 30.2727014 ], [ 120.0830282, 30.2726555 ], [ 120.082953, 30.2726517 ], [ 120.0829043, 30.2726822 ], [ 120.0828335, 30.2731713 ], [ 120.0829043, 30.2731827 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0796685, 30.2730535 ], [ 120.0797781, 30.2731451 ], [ 120.0798736, 30.2731207 ], [ 120.0798241, 30.2728062 ], [ 120.0797322, 30.272794 ], [ 120.0796438, 30.2729833 ], [ 120.0796685, 30.2730535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0761593, 30.273148 ], [ 120.0762419, 30.2731909 ], [ 120.0763246, 30.2732242 ], [ 120.0763907, 30.2732242 ], [ 120.0763852, 30.2731338 ], [ 120.0764182, 30.2730529 ], [ 120.0764678, 30.2729863 ], [ 120.0764953, 30.2729054 ], [ 120.0764733, 30.2728245 ], [ 120.076308, 30.2727722 ], [ 120.0762364, 30.2728007 ], [ 120.0762033, 30.2728768 ], [ 120.0761813, 30.272991 ], [ 120.0761593, 30.2730529 ], [ 120.0761593, 30.273148 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0748095, 30.2730624 ], [ 120.0748756, 30.2730957 ], [ 120.0750629, 30.2730862 ], [ 120.0756634, 30.2731052 ], [ 120.0757461, 30.2730814 ], [ 120.0758177, 30.2730576 ], [ 120.0758838, 30.2730862 ], [ 120.0758893, 30.273129 ], [ 120.0758342, 30.273148 ], [ 120.0758232, 30.2731861 ], [ 120.0757846, 30.2732575 ], [ 120.0757516, 30.2733288 ], [ 120.0757295, 30.2733764 ], [ 120.0757901, 30.2734478 ], [ 120.0758618, 30.2734716 ], [ 120.0759609, 30.2734097 ], [ 120.075994, 30.2733669 ], [ 120.075972, 30.273267 ], [ 120.0759444, 30.2731623 ], [ 120.075983, 30.2730338 ], [ 120.0759609, 30.2729863 ], [ 120.0759058, 30.2729672 ], [ 120.0758563, 30.2729767 ], [ 120.0757681, 30.2730005 ], [ 120.0748976, 30.2727817 ], [ 120.074837, 30.2728102 ], [ 120.0748095, 30.2730101 ], [ 120.0748095, 30.2730624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.072795, 30.2741262 ], [ 120.0728698, 30.2742185 ], [ 120.0729286, 30.27426 ], [ 120.0730248, 30.2742554 ], [ 120.0730889, 30.27426 ], [ 120.073153, 30.2742877 ], [ 120.0731797, 30.2743339 ], [ 120.073324, 30.27438 ], [ 120.0735057, 30.2743846 ], [ 120.073666, 30.2744169 ], [ 120.0737248, 30.2744031 ], [ 120.0737194, 30.2743292 ], [ 120.0735752, 30.2742785 ], [ 120.0735057, 30.2742231 ], [ 120.073495, 30.274177 ], [ 120.0735164, 30.2740939 ], [ 120.0735378, 30.2740016 ], [ 120.0735378, 30.2738955 ], [ 120.0735164, 30.2737986 ], [ 120.0734629, 30.2737339 ], [ 120.07334, 30.2737478 ], [ 120.0732225, 30.273757 ], [ 120.0730729, 30.2737155 ], [ 120.0730462, 30.2735955 ], [ 120.0730782, 30.2734801 ], [ 120.0731317, 30.2734155 ], [ 120.0732546, 30.2733971 ], [ 120.0733668, 30.2734155 ], [ 120.0734255, 30.2734755 ], [ 120.0734576, 30.2735678 ], [ 120.073479, 30.2736093 ], [ 120.0735431, 30.2735955 ], [ 120.0735538, 30.2735263 ], [ 120.0735004, 30.2733463 ], [ 120.0734523, 30.2732632 ], [ 120.0733561, 30.2731894 ], [ 120.0733026, 30.2731479 ], [ 120.0732652, 30.2730648 ], [ 120.0732118, 30.2729541 ], [ 120.0731637, 30.2729079 ], [ 120.0730782, 30.2728802 ], [ 120.0730675, 30.2728156 ], [ 120.0730141, 30.2727971 ], [ 120.072966, 30.2728479 ], [ 120.0729072, 30.2728848 ], [ 120.0728752, 30.2729356 ], [ 120.0728859, 30.2730325 ], [ 120.0729446, 30.2731248 ], [ 120.0729179, 30.2733048 ], [ 120.0728805, 30.2733971 ], [ 120.0728324, 30.2735078 ], [ 120.072795, 30.2735955 ], [ 120.072779, 30.2737109 ], [ 120.072779, 30.2739739 ], [ 120.0727736, 30.2740339 ], [ 120.072795, 30.2741262 ] ] ], [ [ [ 120.0730622, 30.2726079 ], [ 120.0731103, 30.2726495 ], [ 120.0732332, 30.272691 ], [ 120.0734683, 30.272751 ], [ 120.0735912, 30.2727879 ], [ 120.0736927, 30.2728295 ], [ 120.0736393, 30.2728756 ], [ 120.0736286, 30.2729356 ], [ 120.0736393, 30.2730371 ], [ 120.0736179, 30.273134 ], [ 120.07365, 30.2731848 ], [ 120.0737301, 30.2732263 ], [ 120.0737301, 30.2732909 ], [ 120.0737194, 30.273434 ], [ 120.0736446, 30.2738032 ], [ 120.07365, 30.2740339 ], [ 120.0736553, 30.2740985 ], [ 120.0737141, 30.2741262 ], [ 120.0738637, 30.2741077 ], [ 120.0740712, 30.2741092 ], [ 120.0741429, 30.2741282 ], [ 120.0741814, 30.2741805 ], [ 120.0741924, 30.2742376 ], [ 120.0741869, 30.2743042 ], [ 120.0741539, 30.2743899 ], [ 120.0741043, 30.2744327 ], [ 120.0739278, 30.2743708 ], [ 120.0738316, 30.2744169 ], [ 120.0738103, 30.2744861 ], [ 120.0739011, 30.2745277 ], [ 120.0740881, 30.2745323 ], [ 120.0741576, 30.2745185 ], [ 120.0742377, 30.2745738 ], [ 120.0743019, 30.2745969 ], [ 120.0744835, 30.2745646 ], [ 120.0745851, 30.2745461 ], [ 120.0746332, 30.2746338 ], [ 120.0747614, 30.2746615 ], [ 120.0749538, 30.274763 ], [ 120.0750874, 30.2748415 ], [ 120.0751889, 30.2748738 ], [ 120.0753118, 30.2748646 ], [ 120.0755202, 30.2748461 ], [ 120.0756377, 30.2748369 ], [ 120.0756858, 30.2748646 ], [ 120.075782, 30.2748646 ], [ 120.0758942, 30.2749107 ], [ 120.0759477, 30.274943 ], [ 120.0760225, 30.274943 ], [ 120.0761133, 30.2749292 ], [ 120.0762309, 30.2749384 ], [ 120.0762843, 30.2749799 ], [ 120.076295, 30.2750584 ], [ 120.0763377, 30.2750861 ], [ 120.0763965, 30.2750538 ], [ 120.0764339, 30.2749799 ], [ 120.0765247, 30.274943 ], [ 120.0766904, 30.2749153 ], [ 120.0767973, 30.2748415 ], [ 120.076856, 30.274763 ], [ 120.0769202, 30.2746061 ], [ 120.0769148, 30.2745138 ], [ 120.0769202, 30.2743708 ], [ 120.0769682, 30.2742785 ], [ 120.0770163, 30.2742277 ], [ 120.077042, 30.2741495 ], [ 120.0769536, 30.2740946 ], [ 120.0765835, 30.2740092 ], [ 120.0764623, 30.2739712 ], [ 120.0763411, 30.2739283 ], [ 120.076308, 30.2738522 ], [ 120.0763356, 30.2737856 ], [ 120.0763796, 30.2737428 ], [ 120.0765009, 30.2737047 ], [ 120.0765339, 30.2736429 ], [ 120.076567, 30.273562 ], [ 120.0766496, 30.2735096 ], [ 120.0767653, 30.2734811 ], [ 120.0769471, 30.2735334 ], [ 120.0770408, 30.2735287 ], [ 120.0771837, 30.2734968 ], [ 120.0772046, 30.2733771 ], [ 120.0772894, 30.2732886 ], [ 120.0772505, 30.2731878 ], [ 120.077346, 30.2731726 ], [ 120.0775051, 30.2731817 ], [ 120.0775687, 30.2732184 ], [ 120.077544, 30.2734534 ], [ 120.0775404, 30.2735176 ], [ 120.0779469, 30.2735511 ], [ 120.077954, 30.2736244 ], [ 120.0781237, 30.2736427 ], [ 120.0781909, 30.2735176 ], [ 120.0781873, 30.2733832 ], [ 120.0781591, 30.2733313 ], [ 120.0779752, 30.2733313 ], [ 120.077855, 30.2734046 ], [ 120.0777384, 30.2733954 ], [ 120.0777384, 30.2732581 ], [ 120.077762, 30.2731791 ], [ 120.0776939, 30.2731203 ], [ 120.0776599, 30.2729851 ], [ 120.0777688, 30.2724502 ], [ 120.0777211, 30.2723738 ], [ 120.0776395, 30.2724502 ], [ 120.0775578, 30.2724502 ], [ 120.0774625, 30.2723914 ], [ 120.0774421, 30.2722974 ], [ 120.0775238, 30.2721622 ], [ 120.0776871, 30.2720211 ], [ 120.077762, 30.2718095 ], [ 120.0777824, 30.2715861 ], [ 120.0777484, 30.2714274 ], [ 120.0776327, 30.271398 ], [ 120.0774829, 30.2713157 ], [ 120.0772243, 30.2712981 ], [ 120.0769918, 30.2712708 ], [ 120.0768747, 30.271291 ], [ 120.0767248, 30.2713234 ], [ 120.076589, 30.2714286 ], [ 120.0764625, 30.2715135 ], [ 120.0764438, 30.2715823 ], [ 120.076336, 30.2715297 ], [ 120.0761861, 30.2716025 ], [ 120.0761065, 30.2715378 ], [ 120.0757458, 30.2715297 ], [ 120.0756521, 30.2715256 ], [ 120.0755397, 30.2715337 ], [ 120.075521, 30.271643 ], [ 120.0755069, 30.2717522 ], [ 120.075446, 30.2718169 ], [ 120.0753524, 30.2717926 ], [ 120.0753711, 30.2716713 ], [ 120.0753477, 30.271558 ], [ 120.0752399, 30.2715095 ], [ 120.0749027, 30.2714488 ], [ 120.0747387, 30.27138 ], [ 120.0746029, 30.2713517 ], [ 120.0745092, 30.2713638 ], [ 120.0743927, 30.2714358 ], [ 120.0741416, 30.2713989 ], [ 120.0740668, 30.2713481 ], [ 120.0737942, 30.2712789 ], [ 120.0735805, 30.271265 ], [ 120.073495, 30.2712743 ], [ 120.0734629, 30.2713112 ], [ 120.0734683, 30.2713712 ], [ 120.073511, 30.2714081 ], [ 120.0738584, 30.2714589 ], [ 120.0739065, 30.2714912 ], [ 120.073869, 30.2716296 ], [ 120.0738477, 30.2717034 ], [ 120.0737836, 30.2717311 ], [ 120.0736874, 30.2717219 ], [ 120.0735431, 30.2716804 ], [ 120.0735004, 30.2716388 ], [ 120.0734523, 30.2715373 ], [ 120.0734309, 30.2714958 ], [ 120.0733881, 30.2714865 ], [ 120.0733454, 30.2715373 ], [ 120.0733294, 30.2716158 ], [ 120.0733187, 30.2717265 ], [ 120.0732706, 30.2718373 ], [ 120.0732332, 30.2719342 ], [ 120.073153, 30.2720865 ], [ 120.0731637, 30.2721418 ], [ 120.0732599, 30.2721603 ], [ 120.0732439, 30.2722849 ], [ 120.0732546, 30.2723634 ], [ 120.0732492, 30.272451 ], [ 120.0732118, 30.2725018 ], [ 120.0731317, 30.272511 ], [ 120.0730568, 30.2725433 ], [ 120.0730622, 30.2726079 ] ], [ [ 120.0735197, 30.2724102 ], [ 120.073664, 30.2723753 ], [ 120.0737448, 30.2723204 ], [ 120.0738083, 30.2722606 ], [ 120.0738891, 30.2722058 ], [ 120.0739525, 30.2722357 ], [ 120.0740103, 30.2722806 ], [ 120.0745412, 30.2723553 ], [ 120.074697, 30.2723454 ], [ 120.0747259, 30.2723902 ], [ 120.0747317, 30.2724799 ], [ 120.0746797, 30.2725597 ], [ 120.0745758, 30.2725547 ], [ 120.0744489, 30.2725148 ], [ 120.0742642, 30.27246 ], [ 120.0741257, 30.2724201 ], [ 120.0739699, 30.2723902 ], [ 120.0738891, 30.2723852 ], [ 120.073814, 30.2724401 ], [ 120.0737736, 30.27247 ], [ 120.0737159, 30.2725547 ], [ 120.0735947, 30.2725497 ], [ 120.0734735, 30.2725098 ], [ 120.0734562, 30.2724351 ], [ 120.0735197, 30.2724102 ] ], [ [ 120.0737793, 30.2736619 ], [ 120.0738343, 30.2736381 ], [ 120.0738894, 30.2736381 ], [ 120.0739555, 30.2736619 ], [ 120.0739776, 30.273719 ], [ 120.0739721, 30.2738189 ], [ 120.0739611, 30.273895 ], [ 120.07395, 30.273995 ], [ 120.0738674, 30.2740283 ], [ 120.0738013, 30.2740235 ], [ 120.0737627, 30.2739854 ], [ 120.0737572, 30.273895 ], [ 120.0737572, 30.2737475 ], [ 120.0737793, 30.2736619 ] ], [ [ 120.0738313, 30.2726095 ], [ 120.0739237, 30.2725896 ], [ 120.07427, 30.2726594 ], [ 120.0746278, 30.2727291 ], [ 120.0746739, 30.272789 ], [ 120.0746739, 30.2728787 ], [ 120.0745932, 30.2729136 ], [ 120.0745066, 30.2729136 ], [ 120.074345, 30.2728886 ], [ 120.0741603, 30.2728587 ], [ 120.0738833, 30.2728189 ], [ 120.0737852, 30.2727541 ], [ 120.0737852, 30.2726793 ], [ 120.0738313, 30.2726095 ] ], [ [ 120.0738729, 30.2732146 ], [ 120.0739225, 30.2731813 ], [ 120.0739721, 30.2731813 ], [ 120.0740547, 30.2732004 ], [ 120.0740878, 30.2732337 ], [ 120.0740878, 30.2733051 ], [ 120.0740272, 30.2735287 ], [ 120.0739886, 30.2735715 ], [ 120.0738729, 30.273562 ], [ 120.0738288, 30.2735096 ], [ 120.0738288, 30.2734573 ], [ 120.0738729, 30.2732146 ] ], [ [ 120.0740564, 30.2719416 ], [ 120.0741026, 30.2718669 ], [ 120.0742007, 30.2718469 ], [ 120.0743334, 30.2718718 ], [ 120.0745989, 30.2719217 ], [ 120.0746566, 30.2719715 ], [ 120.0746451, 30.2720513 ], [ 120.074622, 30.2721211 ], [ 120.0745643, 30.2721659 ], [ 120.074143, 30.2721011 ], [ 120.0740622, 30.2720712 ], [ 120.0740276, 30.2720114 ], [ 120.0740564, 30.2719416 ] ], [ [ 120.0741141, 30.2715578 ], [ 120.0742065, 30.2715479 ], [ 120.0743854, 30.2715778 ], [ 120.0745297, 30.2716276 ], [ 120.0745528, 30.2716974 ], [ 120.0745181, 30.2717373 ], [ 120.074472, 30.2717722 ], [ 120.0741718, 30.2717173 ], [ 120.0740795, 30.2716874 ], [ 120.074068, 30.2716127 ], [ 120.0741141, 30.2715578 ] ], [ [ 120.0741043, 30.2736762 ], [ 120.0741374, 30.2736524 ], [ 120.0744349, 30.2737285 ], [ 120.0744789, 30.2737856 ], [ 120.0744404, 30.2739426 ], [ 120.0744183, 30.2741092 ], [ 120.0744844, 30.2742281 ], [ 120.0744844, 30.2743566 ], [ 120.0744514, 30.2745231 ], [ 120.0743632, 30.2745421 ], [ 120.074231, 30.2745183 ], [ 120.0742145, 30.2744708 ], [ 120.074231, 30.2743899 ], [ 120.074242, 30.2742757 ], [ 120.0742531, 30.2741662 ], [ 120.074242, 30.2741187 ], [ 120.0741759, 30.2740663 ], [ 120.0740933, 30.2740235 ], [ 120.0740768, 30.2739521 ], [ 120.0740768, 30.2738998 ], [ 120.0741043, 30.2736762 ] ], [ [ 120.0741649, 30.2733288 ], [ 120.0742145, 30.2731242 ], [ 120.0742696, 30.2731005 ], [ 120.0743302, 30.2730909 ], [ 120.0745781, 30.2731242 ], [ 120.0746001, 30.2731813 ], [ 120.0745506, 30.2735715 ], [ 120.074534, 30.2736619 ], [ 120.0744624, 30.2736809 ], [ 120.0742916, 30.2736191 ], [ 120.0741594, 30.2735763 ], [ 120.0741539, 30.2735192 ], [ 120.0741429, 30.273443 ], [ 120.0741649, 30.2733288 ] ], [ [ 120.0746451, 30.273711 ], [ 120.0746162, 30.2735515 ], [ 120.0746393, 30.2734369 ], [ 120.074697, 30.2733671 ], [ 120.0747721, 30.2733671 ], [ 120.0748413, 30.2733871 ], [ 120.0748933, 30.273422 ], [ 120.0748933, 30.2735316 ], [ 120.0748298, 30.2738307 ], [ 120.0747605, 30.2738656 ], [ 120.0746566, 30.2738855 ], [ 120.0746162, 30.2738606 ], [ 120.0746047, 30.2738008 ], [ 120.0746451, 30.273711 ] ], [ [ 120.0746739, 30.2740998 ], [ 120.0747086, 30.27403 ], [ 120.0748009, 30.2740051 ], [ 120.0748817, 30.274025 ], [ 120.0749048, 30.2740749 ], [ 120.0749048, 30.2741596 ], [ 120.0748413, 30.2745035 ], [ 120.0747836, 30.2745434 ], [ 120.0747143, 30.2745285 ], [ 120.0746624, 30.2744985 ], [ 120.0746278, 30.2744038 ], [ 120.0746739, 30.2740998 ] ], [ [ 120.074837, 30.2728102 ], [ 120.0748976, 30.2727817 ], [ 120.0757681, 30.2730005 ], [ 120.0758563, 30.2729767 ], [ 120.0759058, 30.2729672 ], [ 120.0759609, 30.2729863 ], [ 120.075983, 30.2730338 ], [ 120.0759444, 30.2731623 ], [ 120.075972, 30.273267 ], [ 120.075994, 30.2733669 ], [ 120.0759609, 30.2734097 ], [ 120.0758618, 30.2734716 ], [ 120.0757901, 30.2734478 ], [ 120.0757295, 30.2733764 ], [ 120.0757516, 30.2733288 ], [ 120.0757846, 30.2732575 ], [ 120.0758232, 30.2731861 ], [ 120.0758342, 30.273148 ], [ 120.0758893, 30.273129 ], [ 120.0758838, 30.2730862 ], [ 120.0758177, 30.2730576 ], [ 120.0757461, 30.2730814 ], [ 120.0756634, 30.2731052 ], [ 120.0750629, 30.2730862 ], [ 120.0748756, 30.2730957 ], [ 120.0748095, 30.2730624 ], [ 120.0748095, 30.2730101 ], [ 120.074837, 30.2728102 ] ], [ [ 120.0749197, 30.2724105 ], [ 120.0751345, 30.2724724 ], [ 120.0752833, 30.2724819 ], [ 120.0753604, 30.2724534 ], [ 120.0757846, 30.2725676 ], [ 120.0759389, 30.2726437 ], [ 120.075972, 30.2727008 ], [ 120.0759279, 30.2728626 ], [ 120.0748481, 30.2726389 ], [ 120.0749197, 30.2724105 ] ], [ [ 120.0749748, 30.2720013 ], [ 120.0750244, 30.2719443 ], [ 120.0750684, 30.2718681 ], [ 120.075085, 30.2717777 ], [ 120.0750739, 30.2716968 ], [ 120.075085, 30.2716207 ], [ 120.075118, 30.2715636 ], [ 120.0751896, 30.2715684 ], [ 120.0752282, 30.2716064 ], [ 120.0752172, 30.2717301 ], [ 120.0751786, 30.2718586 ], [ 120.0751456, 30.2722155 ], [ 120.0751015, 30.2722678 ], [ 120.0750023, 30.272244 ], [ 120.0749582, 30.2721726 ], [ 120.0749472, 30.272087 ], [ 120.0749748, 30.2720013 ] ], [ [ 120.0751401, 30.2741139 ], [ 120.0752007, 30.2740854 ], [ 120.0752833, 30.2740758 ], [ 120.0753604, 30.2741092 ], [ 120.075377, 30.2741805 ], [ 120.0752668, 30.2747134 ], [ 120.0752062, 30.2747705 ], [ 120.0751235, 30.2747515 ], [ 120.0750794, 30.2747039 ], [ 120.0750794, 30.2746516 ], [ 120.0751401, 30.2741139 ] ], [ [ 120.0751896, 30.2737333 ], [ 120.0751951, 30.273562 ], [ 120.0752392, 30.273424 ], [ 120.0752778, 30.2733431 ], [ 120.075388, 30.2733384 ], [ 120.0754265, 30.2733526 ], [ 120.0754431, 30.2734288 ], [ 120.07541, 30.2735905 ], [ 120.0753659, 30.2738855 ], [ 120.0753714, 30.2739474 ], [ 120.0753659, 30.2739997 ], [ 120.0752007, 30.273995 ], [ 120.0751566, 30.2739521 ], [ 120.0751896, 30.2737333 ] ], [ [ 120.0754242, 30.2744238 ], [ 120.0754473, 30.2743291 ], [ 120.0754646, 30.2742045 ], [ 120.0755166, 30.2741497 ], [ 120.0755916, 30.2741447 ], [ 120.0756551, 30.2741796 ], [ 120.0756955, 30.2742743 ], [ 120.075632, 30.2744288 ], [ 120.0755974, 30.2745434 ], [ 120.0755858, 30.2746929 ], [ 120.0755743, 30.2747777 ], [ 120.0754935, 30.2748076 ], [ 120.0753896, 30.2747926 ], [ 120.0753492, 30.2747278 ], [ 120.0753492, 30.2746331 ], [ 120.0754242, 30.2744238 ] ], [ [ 120.0754646, 30.2738456 ], [ 120.0754935, 30.2736911 ], [ 120.0755281, 30.2736313 ], [ 120.0755858, 30.2736313 ], [ 120.0757705, 30.2736662 ], [ 120.0758397, 30.2736911 ], [ 120.075834, 30.2737858 ], [ 120.0757993, 30.2739453 ], [ 120.0757878, 30.274045 ], [ 120.0757416, 30.2740948 ], [ 120.0755223, 30.27404 ], [ 120.0754473, 30.2740001 ], [ 120.0754415, 30.2739303 ], [ 120.0754646, 30.2738456 ] ], [ [ 120.0756304, 30.2720489 ], [ 120.0757075, 30.2720394 ], [ 120.0761483, 30.2721108 ], [ 120.0761813, 30.2721584 ], [ 120.0761207, 30.2725247 ], [ 120.0760821, 30.2725628 ], [ 120.0759995, 30.2725343 ], [ 120.0759444, 30.2724914 ], [ 120.0758397, 30.2724772 ], [ 120.0757626, 30.2723963 ], [ 120.0756359, 30.272363 ], [ 120.0755863, 30.2723297 ], [ 120.0755808, 30.2722488 ], [ 120.0755863, 30.2721679 ], [ 120.0755808, 30.272087 ], [ 120.0756304, 30.2720489 ] ], [ [ 120.0758177, 30.2745707 ], [ 120.0758673, 30.274466 ], [ 120.0759885, 30.2744041 ], [ 120.0760656, 30.2743471 ], [ 120.0761262, 30.2742614 ], [ 120.0761483, 30.2741567 ], [ 120.0762254, 30.2740949 ], [ 120.0763135, 30.2740378 ], [ 120.0764017, 30.2740283 ], [ 120.0765615, 30.2740521 ], [ 120.0768479, 30.2741139 ], [ 120.0768865, 30.2741472 ], [ 120.0768094, 30.2743708 ], [ 120.0766937, 30.2743613 ], [ 120.0765394, 30.2743185 ], [ 120.0764182, 30.2742852 ], [ 120.0763135, 30.2742947 ], [ 120.0761758, 30.2743661 ], [ 120.0760711, 30.2744517 ], [ 120.0760601, 30.2745659 ], [ 120.0760877, 30.2746516 ], [ 120.0761372, 30.2746849 ], [ 120.0762144, 30.2747229 ], [ 120.0761978, 30.2747895 ], [ 120.0760271, 30.27478 ], [ 120.0759169, 30.2747943 ], [ 120.0758067, 30.27478 ], [ 120.0757901, 30.2746849 ], [ 120.0758177, 30.2745707 ] ], [ [ 120.075834, 30.2741247 ], [ 120.075909, 30.2740948 ], [ 120.0759494, 30.27404 ], [ 120.0760129, 30.2738805 ], [ 120.0760129, 30.2737509 ], [ 120.0760706, 30.273721 ], [ 120.0761456, 30.2737459 ], [ 120.0761283, 30.2738755 ], [ 120.0760475, 30.2740699 ], [ 120.0760533, 30.2741646 ], [ 120.0760417, 30.2742543 ], [ 120.0759956, 30.2742992 ], [ 120.0759148, 30.2742992 ], [ 120.0758571, 30.2742643 ], [ 120.0758167, 30.2741895 ], [ 120.075834, 30.2741247 ] ], [ [ 120.0759389, 30.2717111 ], [ 120.0760381, 30.2717301 ], [ 120.0761372, 30.2717349 ], [ 120.076275, 30.2717254 ], [ 120.0763025, 30.2717682 ], [ 120.076286, 30.271811 ], [ 120.0762144, 30.2718491 ], [ 120.0760436, 30.2718586 ], [ 120.0759224, 30.2718443 ], [ 120.0759003, 30.2717634 ], [ 120.0759389, 30.2717111 ] ], [ [ 120.0761456, 30.2735266 ], [ 120.0761745, 30.2734269 ], [ 120.0762091, 30.2733522 ], [ 120.0762668, 30.2733522 ], [ 120.0763014, 30.2733821 ], [ 120.0764053, 30.273402 ], [ 120.0764457, 30.2734519 ], [ 120.076463, 30.2735366 ], [ 120.0764457, 30.2735864 ], [ 120.0763851, 30.2736163 ], [ 120.0762091, 30.2736363 ], [ 120.0761398, 30.2736114 ], [ 120.0761456, 30.2735266 ] ], [ [ 120.0761813, 30.272991 ], [ 120.0762033, 30.2728768 ], [ 120.0762364, 30.2728007 ], [ 120.076308, 30.2727722 ], [ 120.0764733, 30.2728245 ], [ 120.0764953, 30.2729054 ], [ 120.0764678, 30.2729863 ], [ 120.0764182, 30.2730529 ], [ 120.0763852, 30.2731338 ], [ 120.0763907, 30.2732242 ], [ 120.0763246, 30.2732242 ], [ 120.0762419, 30.2731909 ], [ 120.0761593, 30.273148 ], [ 120.0761593, 30.2730529 ], [ 120.0761813, 30.272991 ] ], [ [ 120.0762419, 30.272558 ], [ 120.076297, 30.2724391 ], [ 120.0762805, 30.2723392 ], [ 120.076297, 30.272263 ], [ 120.0763356, 30.2722059 ], [ 120.0764292, 30.2722012 ], [ 120.0765945, 30.2722297 ], [ 120.076903, 30.2722393 ], [ 120.0769691, 30.2722773 ], [ 120.0769581, 30.2724153 ], [ 120.0770187, 30.2724724 ], [ 120.0770683, 30.2725295 ], [ 120.0769747, 30.2725818 ], [ 120.0767873, 30.2726009 ], [ 120.0766276, 30.2726104 ], [ 120.0763025, 30.2726627 ], [ 120.0762199, 30.272677 ], [ 120.0761868, 30.2726247 ], [ 120.0762419, 30.272558 ] ], [ [ 120.0762584, 30.2720013 ], [ 120.0763135, 30.2719728 ], [ 120.0764072, 30.271949 ], [ 120.0764733, 30.2718586 ], [ 120.0764788, 30.2717682 ], [ 120.0764898, 30.2716778 ], [ 120.0765394, 30.2716112 ], [ 120.0766496, 30.2715113 ], [ 120.0767488, 30.2714256 ], [ 120.0768039, 30.2714066 ], [ 120.076881, 30.2714304 ], [ 120.0770077, 30.2714637 ], [ 120.0771014, 30.2715017 ], [ 120.0771069, 30.2715922 ], [ 120.0770187, 30.2719776 ], [ 120.0769857, 30.2721441 ], [ 120.0769085, 30.2721679 ], [ 120.0767873, 30.2721441 ], [ 120.0767488, 30.2721013 ], [ 120.0767708, 30.2719871 ], [ 120.0767984, 30.271654 ], [ 120.0767433, 30.2715588 ], [ 120.0767157, 30.2717682 ], [ 120.0766331, 30.2721013 ], [ 120.0765174, 30.2721251 ], [ 120.0762419, 30.2720537 ], [ 120.0762584, 30.2720013 ] ], [ [ 120.0763686, 30.274742 ], [ 120.0764127, 30.274642 ], [ 120.0764623, 30.2745183 ], [ 120.0765339, 30.2744708 ], [ 120.0766, 30.274466 ], [ 120.0767157, 30.2745088 ], [ 120.0767708, 30.2745659 ], [ 120.0767322, 30.2746944 ], [ 120.0767378, 30.274742 ], [ 120.0767653, 30.2747848 ], [ 120.0767322, 30.2748371 ], [ 120.0766606, 30.2748752 ], [ 120.0764292, 30.274937 ], [ 120.0763631, 30.2748799 ], [ 120.0763301, 30.2748038 ], [ 120.0763686, 30.274742 ] ], [ [ 120.0764953, 30.2732955 ], [ 120.0765284, 30.2732242 ], [ 120.0766055, 30.2732051 ], [ 120.0770793, 30.2731766 ], [ 120.0771289, 30.2731956 ], [ 120.0770628, 30.2734002 ], [ 120.0769912, 30.2734097 ], [ 120.0768534, 30.2733764 ], [ 120.0767267, 30.2733574 ], [ 120.0766551, 30.2733574 ], [ 120.0765725, 30.2733621 ], [ 120.0765009, 30.2734192 ], [ 120.0764733, 30.2733764 ], [ 120.0764953, 30.2732955 ] ], [ [ 120.0765945, 30.2728292 ], [ 120.0766386, 30.2727531 ], [ 120.0767047, 30.2727341 ], [ 120.0767818, 30.2727579 ], [ 120.076859, 30.2727103 ], [ 120.0769747, 30.2726389 ], [ 120.0770628, 30.2726199 ], [ 120.0771069, 30.2726532 ], [ 120.0771565, 30.2725913 ], [ 120.0772336, 30.2725723 ], [ 120.0772832, 30.2725961 ], [ 120.0772722, 30.2727151 ], [ 120.0772556, 30.2728102 ], [ 120.0772005, 30.2728626 ], [ 120.0771014, 30.2728483 ], [ 120.0770628, 30.2729434 ], [ 120.0770077, 30.2730434 ], [ 120.0769636, 30.2730814 ], [ 120.0766606, 30.2730338 ], [ 120.0766, 30.2729625 ], [ 120.0765835, 30.2729054 ], [ 120.0765945, 30.2728292 ] ], [ [ 120.0770903, 30.2722059 ], [ 120.0771069, 30.2721251 ], [ 120.077184, 30.2718919 ], [ 120.0772171, 30.2717397 ], [ 120.0772391, 30.2715113 ], [ 120.0772832, 30.2714494 ], [ 120.0773548, 30.2714447 ], [ 120.0774485, 30.2714542 ], [ 120.077498, 30.2714875 ], [ 120.0775146, 30.2715493 ], [ 120.0773493, 30.2721488 ], [ 120.0773107, 30.2724153 ], [ 120.0772777, 30.2724772 ], [ 120.0772226, 30.2724867 ], [ 120.0771344, 30.2724772 ], [ 120.0770738, 30.2724486 ], [ 120.0770518, 30.2723772 ], [ 120.0770518, 30.2722963 ], [ 120.0770903, 30.2722059 ] ], [ [ 120.0774429, 30.2728292 ], [ 120.077465, 30.2726104 ], [ 120.0775256, 30.2725771 ], [ 120.0776137, 30.2726056 ], [ 120.0776248, 30.272696 ], [ 120.0776137, 30.2728055 ], [ 120.0775531, 30.2730719 ], [ 120.0775035, 30.2731147 ], [ 120.0774319, 30.2731005 ], [ 120.0774044, 30.2730386 ], [ 120.0774429, 30.2728292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0813569, 30.2730925 ], [ 120.0813381, 30.2735384 ], [ 120.0814038, 30.273583 ], [ 120.0816292, 30.2735627 ], [ 120.0816432, 30.2734897 ], [ 120.0817184, 30.2731411 ], [ 120.0816386, 30.2730195 ], [ 120.0813945, 30.2729992 ], [ 120.0813334, 30.2730195 ], [ 120.0813569, 30.2730925 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.079011, 30.2734229 ], [ 120.0791206, 30.2734351 ], [ 120.0791383, 30.2732703 ], [ 120.0791206, 30.2731726 ], [ 120.0789085, 30.2731665 ], [ 120.0788943, 30.2733802 ], [ 120.079011, 30.2734229 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0811175, 30.2735546 ], [ 120.0811832, 30.2735019 ], [ 120.0812536, 30.273056 ], [ 120.0811081, 30.2730479 ], [ 120.0810283, 30.2733438 ], [ 120.080972, 30.2734857 ], [ 120.0811175, 30.2735546 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0794529, 30.2735145 ], [ 120.0795201, 30.2734992 ], [ 120.0795413, 30.2734229 ], [ 120.0797216, 30.2734504 ], [ 120.0797003, 30.2736 ], [ 120.0797817, 30.2736183 ], [ 120.0798347, 30.2733038 ], [ 120.0797958, 30.27331 ], [ 120.0797604, 30.2733954 ], [ 120.0797003, 30.2734138 ], [ 120.0795448, 30.2733771 ], [ 120.0795695, 30.2732672 ], [ 120.0795024, 30.2732336 ], [ 120.0794352, 30.2734626 ], [ 120.0794529, 30.2735145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0827229, 30.2739315 ], [ 120.082807, 30.2739927 ], [ 120.0828424, 30.2739583 ], [ 120.0828645, 30.2734463 ], [ 120.0829486, 30.2733929 ], [ 120.0830061, 30.2734616 ], [ 120.0830636, 30.2735533 ], [ 120.0830149, 30.2739124 ], [ 120.0831565, 30.2738704 ], [ 120.0832582, 30.2739354 ], [ 120.0833821, 30.2739354 ], [ 120.0835767, 30.2737176 ], [ 120.0836298, 30.2735762 ], [ 120.0836608, 30.2730987 ], [ 120.0836298, 30.2729229 ], [ 120.083475, 30.2731063 ], [ 120.083298, 30.2731101 ], [ 120.083214, 30.2733088 ], [ 120.0828557, 30.273305 ], [ 120.0827805, 30.2733432 ], [ 120.0827185, 30.2735342 ], [ 120.0827229, 30.2739315 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0762091, 30.2736363 ], [ 120.0763851, 30.2736163 ], [ 120.0764457, 30.2735864 ], [ 120.076463, 30.2735366 ], [ 120.0764457, 30.2734519 ], [ 120.0764053, 30.273402 ], [ 120.0763014, 30.2733821 ], [ 120.0762668, 30.2733522 ], [ 120.0762091, 30.2733522 ], [ 120.0761745, 30.2734269 ], [ 120.0761456, 30.2735266 ], [ 120.0761398, 30.2736114 ], [ 120.0762091, 30.2736363 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0817897, 30.2710287 ], [ 120.0819486, 30.2710429 ], [ 120.0822063, 30.2710476 ], [ 120.0824091, 30.271076 ], [ 120.082568, 30.2710997 ], [ 120.0827215, 30.271218 ], [ 120.0827763, 30.2712796 ], [ 120.082875, 30.2712985 ], [ 120.0831162, 30.271308 ], [ 120.0835109, 30.2713553 ], [ 120.0837575, 30.2713837 ], [ 120.0839056, 30.2714406 ], [ 120.0839823, 30.2714926 ], [ 120.0839987, 30.271592 ], [ 120.0840152, 30.2721081 ], [ 120.0839604, 30.2728797 ], [ 120.0839823, 30.2733058 ], [ 120.0840042, 30.2736987 ], [ 120.0839659, 30.2740585 ], [ 120.0838891, 30.2742053 ], [ 120.0838562, 30.2743284 ], [ 120.0838178, 30.2744278 ], [ 120.0837411, 30.2745035 ], [ 120.0836644, 30.2745319 ], [ 120.0835657, 30.2745035 ], [ 120.0835164, 30.2745698 ], [ 120.0835767, 30.2746361 ], [ 120.0837082, 30.2746029 ], [ 120.083763, 30.2746597 ], [ 120.0837082, 30.2750669 ], [ 120.0837466, 30.276132 ], [ 120.0837252, 30.276302 ], [ 120.0837992, 30.276302 ], [ 120.0838429, 30.2761632 ], [ 120.0838348, 30.2758973 ], [ 120.0837983, 30.2751137 ], [ 120.0838336, 30.274758 ], [ 120.0838447, 30.2746544 ], [ 120.0838568, 30.2745855 ], [ 120.0838756, 30.2745635 ], [ 120.0839098, 30.2745664 ], [ 120.0839809, 30.274586 ], [ 120.0841056, 30.274608 ], [ 120.0842035, 30.274608 ], [ 120.084288, 30.2746231 ], [ 120.0843362, 30.2746555 ], [ 120.0843654, 30.2746974 ], [ 120.0844343, 30.274645 ], [ 120.0845436, 30.274589 ], [ 120.0846692, 30.2745855 ], [ 120.0847057, 30.274484 ], [ 120.0848596, 30.2742881 ], [ 120.0849123, 30.2742392 ], [ 120.0849059, 30.2741735 ], [ 120.0849001, 30.2741132 ], [ 120.0848267, 30.2739441 ], [ 120.0847907, 30.2738613 ], [ 120.0847907, 30.2738011 ], [ 120.0847907, 30.2737529 ], [ 120.0848056, 30.2736155 ], [ 120.0848271, 30.2735159 ], [ 120.0848553, 30.2734197 ], [ 120.0848861, 30.2733525 ], [ 120.0848083, 30.2733201 ], [ 120.0847694, 30.2734174 ], [ 120.0847547, 30.2735031 ], [ 120.0847439, 30.2736039 ], [ 120.0847144, 30.2736861 ], [ 120.0846675, 30.2737255 ], [ 120.0845598, 30.2737879 ], [ 120.084495, 30.2738333 ], [ 120.08441, 30.2739803 ], [ 120.0844505, 30.2739978 ], [ 120.0844869, 30.2739138 ], [ 120.0845436, 30.2738613 ], [ 120.0846247, 30.2738124 ], [ 120.0846935, 30.2737879 ], [ 120.0847421, 30.2738298 ], [ 120.0848474, 30.2741062 ], [ 120.0848596, 30.2741692 ], [ 120.0848191, 30.2742706 ], [ 120.0847502, 30.2743511 ], [ 120.0846895, 30.2744386 ], [ 120.0846328, 30.2744875 ], [ 120.084495, 30.2744945 ], [ 120.08441, 30.274456 ], [ 120.0843945, 30.27451 ], [ 120.0843684, 30.274549 ], [ 120.0843168, 30.2745652 ], [ 120.0842196, 30.2745582 ], [ 120.0841136, 30.2745513 ], [ 120.0840586, 30.2745339 ], [ 120.084013, 30.2744957 ], [ 120.0839768, 30.2744065 ], [ 120.0839889, 30.2743046 ], [ 120.0840413, 30.2741237 ], [ 120.0841305, 30.2737599 ], [ 120.0840778, 30.2734275 ], [ 120.0840576, 30.2728853 ], [ 120.08409, 30.2721611 ], [ 120.0840798, 30.2715296 ], [ 120.0841303, 30.2714324 ], [ 120.0842817, 30.2713586 ], [ 120.084305, 30.2712815 ], [ 120.0842584, 30.2712412 ], [ 120.0841303, 30.2712211 ], [ 120.083808, 30.2712178 ], [ 120.083082, 30.2711842 ], [ 120.0829539, 30.2711608 ], [ 120.0826899, 30.2710061 ], [ 120.0825173, 30.2709549 ], [ 120.08194, 30.2709129 ], [ 120.0816054, 30.270871 ], [ 120.0815986, 30.2709292 ], [ 120.0815855, 30.2709834 ], [ 120.0817897, 30.2710287 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0746162, 30.2738606 ], [ 120.0746566, 30.2738855 ], [ 120.0747605, 30.2738656 ], [ 120.0748298, 30.2738307 ], [ 120.0748933, 30.2735316 ], [ 120.0748933, 30.273422 ], [ 120.0748413, 30.2733871 ], [ 120.0747721, 30.2733671 ], [ 120.074697, 30.2733671 ], [ 120.0746393, 30.2734369 ], [ 120.0746162, 30.2735515 ], [ 120.0746451, 30.273711 ], [ 120.0746047, 30.2738008 ], [ 120.0746162, 30.2738606 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0802678, 30.2742601 ], [ 120.0803661, 30.2742018 ], [ 120.0805768, 30.273322 ], [ 120.0805421, 30.2732286 ], [ 120.0804492, 30.27324 ], [ 120.0802882, 30.2739243 ], [ 120.0802236, 30.274199 ], [ 120.0802678, 30.2742601 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0772894, 30.2738167 ], [ 120.0776465, 30.2738961 ], [ 120.0777101, 30.2738534 ], [ 120.0777278, 30.2737801 ], [ 120.0772965, 30.2736977 ], [ 120.0772576, 30.2737526 ], [ 120.0772894, 30.2738167 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0778374, 30.273945 ], [ 120.0778939, 30.273948 ], [ 120.0779363, 30.2738931 ], [ 120.0780389, 30.2738931 ], [ 120.078053, 30.273771 ], [ 120.078007, 30.2737618 ], [ 120.0779717, 30.2738015 ], [ 120.0778444, 30.2737984 ], [ 120.0778232, 30.2738748 ], [ 120.0778374, 30.273945 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0754473, 30.2740001 ], [ 120.0755223, 30.27404 ], [ 120.0757416, 30.2740948 ], [ 120.0757878, 30.274045 ], [ 120.0757993, 30.2739453 ], [ 120.075834, 30.2737858 ], [ 120.0758397, 30.2736911 ], [ 120.0757705, 30.2736662 ], [ 120.0755858, 30.2736313 ], [ 120.0755281, 30.2736313 ], [ 120.0754935, 30.2736911 ], [ 120.0754646, 30.2738456 ], [ 120.0754415, 30.2739303 ], [ 120.0754473, 30.2740001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0796615, 30.2740793 ], [ 120.0797322, 30.2738229 ], [ 120.0797003, 30.2737679 ], [ 120.0794423, 30.2737282 ], [ 120.079361, 30.2738656 ], [ 120.0793362, 30.2740335 ], [ 120.0796615, 30.2740793 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.065473, 30.2796537 ], [ 120.0660328, 30.2797177 ], [ 120.0661481, 30.2797533 ], [ 120.0662304, 30.2798244 ], [ 120.0662881, 30.2799026 ], [ 120.0664033, 30.2800163 ], [ 120.066428, 30.2801087 ], [ 120.0665433, 30.2801443 ], [ 120.0667326, 30.2801656 ], [ 120.0668232, 30.2802936 ], [ 120.0668397, 30.2803789 ], [ 120.0662963, 30.2804429 ], [ 120.0662798, 30.2805211 ], [ 120.0662551, 30.2806135 ], [ 120.0661481, 30.2806562 ], [ 120.0655471, 30.2804927 ], [ 120.0654565, 30.2811468 ], [ 120.0654812, 30.2812108 ], [ 120.0656129, 30.2812463 ], [ 120.0657776, 30.2812392 ], [ 120.065967, 30.2810046 ], [ 120.0660575, 30.2808126 ], [ 120.0661234, 30.2807557 ], [ 120.0662304, 30.2807557 ], [ 120.0662963, 30.2808482 ], [ 120.0665268, 30.2808766 ], [ 120.0667244, 30.2809477 ], [ 120.0668891, 30.2808908 ], [ 120.0670702, 30.2809193 ], [ 120.067169, 30.2809761 ], [ 120.0673254, 30.2809761 ], [ 120.067523, 30.2810117 ], [ 120.0676218, 30.2810757 ], [ 120.0676465, 30.2811681 ], [ 120.0676465, 30.2812819 ], [ 120.0676218, 30.2813956 ], [ 120.067556, 30.2814596 ], [ 120.0675395, 30.2815449 ], [ 120.0676136, 30.2816729 ], [ 120.0676712, 30.2817582 ], [ 120.0676794, 30.2818791 ], [ 120.0676136, 30.2821635 ], [ 120.0676383, 30.282327 ], [ 120.0675971, 30.2825474 ], [ 120.0675971, 30.2827394 ], [ 120.0675807, 30.2828247 ], [ 120.0678441, 30.2828318 ], [ 120.0678875, 30.2827267 ], [ 120.0679245, 30.2824653 ], [ 120.0679678, 30.2823426 ], [ 120.0680172, 30.2822679 ], [ 120.0680975, 30.2821933 ], [ 120.0681592, 30.2821399 ], [ 120.0680975, 30.2820226 ], [ 120.0680975, 30.2819319 ], [ 120.0681778, 30.2817399 ], [ 120.0682457, 30.2816812 ], [ 120.068326, 30.2816812 ], [ 120.068394, 30.2816546 ], [ 120.0683274, 30.2814016 ], [ 120.068391, 30.2813128 ], [ 120.0686056, 30.2813393 ], [ 120.0686223, 30.2813118 ], [ 120.0685659, 30.2812952 ], [ 120.0684275, 30.281252 ], [ 120.0683623, 30.2812146 ], [ 120.0683551, 30.2811592 ], [ 120.0684273, 30.281118 ], [ 120.0686936, 30.2811388 ], [ 120.0688792, 30.281163 ], [ 120.0690663, 30.2811806 ], [ 120.0691626, 30.2811882 ], [ 120.0691776, 30.2811324 ], [ 120.0690883, 30.2811264 ], [ 120.0689746, 30.2811184 ], [ 120.068851, 30.2810785 ], [ 120.0687522, 30.2810305 ], [ 120.0687028, 30.2809398 ], [ 120.0686472, 30.2808438 ], [ 120.068641, 30.2807265 ], [ 120.0688696, 30.2800437 ], [ 120.0689252, 30.2798837 ], [ 120.0689931, 30.279793 ], [ 120.0690054, 30.279681 ], [ 120.0690734, 30.279473 ], [ 120.0691475, 30.279297 ], [ 120.0692031, 30.2791743 ], [ 120.0692834, 30.2791369 ], [ 120.0693822, 30.2790623 ], [ 120.0694193, 30.2789342 ], [ 120.0695058, 30.2788062 ], [ 120.0695552, 30.2786729 ], [ 120.0696169, 30.2783688 ], [ 120.0695613, 30.2783208 ], [ 120.0694934, 30.2782782 ], [ 120.0694625, 30.2781981 ], [ 120.069481, 30.2780541 ], [ 120.0697219, 30.2773767 ], [ 120.0698269, 30.2769553 ], [ 120.0698887, 30.2767846 ], [ 120.0699999, 30.2766459 ], [ 120.0699999, 30.2764859 ], [ 120.0700802, 30.2762939 ], [ 120.0701605, 30.2761605 ], [ 120.0701605, 30.2760805 ], [ 120.0702222, 30.2758405 ], [ 120.070318, 30.2753524 ], [ 120.0703388, 30.2752467 ], [ 120.0704308, 30.2750414 ], [ 120.0705125, 30.2749283 ], [ 120.0706237, 30.2748536 ], [ 120.0707843, 30.2748163 ], [ 120.070884, 30.2748088 ], [ 120.0709359, 30.27488 ], [ 120.0709511, 30.2749327 ], [ 120.0709664, 30.2749934 ], [ 120.0709817, 30.2750461 ], [ 120.0709725, 30.2751094 ], [ 120.0709634, 30.2751595 ], [ 120.0710183, 30.2751463 ], [ 120.0710916, 30.2751437 ], [ 120.0711588, 30.2751516 ], [ 120.0712199, 30.2751885 ], [ 120.0712443, 30.2752281 ], [ 120.0713054, 30.2752281 ], [ 120.0713787, 30.2752123 ], [ 120.0714367, 30.2752255 ], [ 120.0714733, 30.2752597 ], [ 120.0714703, 30.2753019 ], [ 120.0715191, 30.2752993 ], [ 120.0715894, 30.2753098 ], [ 120.0717544, 30.2753335 ], [ 120.0718327, 30.2753335 ], [ 120.0718981, 30.2753137 ], [ 120.0719177, 30.2752884 ], [ 120.0719569, 30.2752319 ], [ 120.0720058, 30.2751812 ], [ 120.0720385, 30.2751558 ], [ 120.0720744, 30.275153 ], [ 120.0721365, 30.2751502 ], [ 120.0721757, 30.2751614 ], [ 120.0722214, 30.2751896 ], [ 120.0722541, 30.2752404 ], [ 120.0723325, 30.2752404 ], [ 120.0724108, 30.2752263 ], [ 120.072486, 30.2752235 ], [ 120.0725382, 30.2751953 ], [ 120.0726133, 30.2752291 ], [ 120.0726231, 30.2752686 ], [ 120.072708, 30.2752799 ], [ 120.0727897, 30.2753081 ], [ 120.0728126, 30.2753673 ], [ 120.0727472, 30.2754632 ], [ 120.0727505, 30.2755366 ], [ 120.0727766, 30.2755789 ], [ 120.072842, 30.275593 ], [ 120.072904, 30.2755648 ], [ 120.0729203, 30.2755112 ], [ 120.0729203, 30.2754632 ], [ 120.0729138, 30.275404 ], [ 120.0729007, 30.2753532 ], [ 120.0729236, 30.2753053 ], [ 120.072953, 30.2752432 ], [ 120.0729759, 30.275184 ], [ 120.0729987, 30.2751022 ], [ 120.0730462, 30.2749707 ], [ 120.073121, 30.2748922 ], [ 120.073121, 30.2747953 ], [ 120.0731797, 30.2745323 ], [ 120.0732439, 30.2744631 ], [ 120.073324, 30.2744492 ], [ 120.0734469, 30.2744538 ], [ 120.0735271, 30.2745046 ], [ 120.0736019, 30.2746246 ], [ 120.0737194, 30.2746477 ], [ 120.0737836, 30.2746938 ], [ 120.0738958, 30.2747215 ], [ 120.0740133, 30.2747353 ], [ 120.0741309, 30.2747676 ], [ 120.0740828, 30.2747999 ], [ 120.0739439, 30.2748415 ], [ 120.0739118, 30.2750445 ], [ 120.0738958, 30.2751968 ], [ 120.0738904, 30.2753029 ], [ 120.0739439, 30.2753537 ], [ 120.0740507, 30.2753952 ], [ 120.0741469, 30.2753722 ], [ 120.0742164, 30.2752983 ], [ 120.0742698, 30.2752153 ], [ 120.0742912, 30.2750907 ], [ 120.0743072, 30.2749891 ], [ 120.0743072, 30.2749061 ], [ 120.0742752, 30.2748507 ], [ 120.0742271, 30.2747769 ], [ 120.0742912, 30.2747492 ], [ 120.0743927, 30.2747815 ], [ 120.0745263, 30.2747446 ], [ 120.074708, 30.2747307 ], [ 120.0749377, 30.2748553 ], [ 120.0749858, 30.2749707 ], [ 120.0749912, 30.2750676 ], [ 120.0749217, 30.2751553 ], [ 120.0748896, 30.2752937 ], [ 120.0748309, 30.2756583 ], [ 120.0748469, 30.2757506 ], [ 120.0748095, 30.2758013 ], [ 120.0747347, 30.275889 ], [ 120.074895, 30.2759075 ], [ 120.0749217, 30.2758336 ], [ 120.0749217, 30.2757275 ], [ 120.0748843, 30.2756444 ], [ 120.074895, 30.2755706 ], [ 120.0749538, 30.2752614 ], [ 120.0750072, 30.2751922 ], [ 120.0750767, 30.2751137 ], [ 120.0751301, 30.2750261 ], [ 120.0751729, 30.2749661 ], [ 120.0752583, 30.2749661 ], [ 120.0754561, 30.2749891 ], [ 120.0756324, 30.2749799 ], [ 120.0757072, 30.275003 ], [ 120.0756912, 30.2751184 ], [ 120.075627, 30.2752845 ], [ 120.0755576, 30.2756629 ], [ 120.075611, 30.2757183 ], [ 120.0757286, 30.2756906 ], [ 120.075766, 30.2755614 ], [ 120.0757873, 30.2754091 ], [ 120.0757927, 30.2752614 ], [ 120.0758461, 30.2750999 ], [ 120.0759102, 30.2750307 ], [ 120.0760225, 30.2750122 ], [ 120.0760919, 30.2750491 ], [ 120.0760438, 30.2751691 ], [ 120.0759904, 30.275326 ], [ 120.0759904, 30.2754506 ], [ 120.0760385, 30.2755245 ], [ 120.0760919, 30.2755844 ], [ 120.0762789, 30.2756075 ], [ 120.0763163, 30.2757044 ], [ 120.076311, 30.2759398 ], [ 120.0763644, 30.2760136 ], [ 120.0766263, 30.2760551 ], [ 120.0766957, 30.2760044 ], [ 120.0767225, 30.2759167 ], [ 120.0767278, 30.2756075 ], [ 120.076669, 30.2755798 ], [ 120.0762843, 30.2755475 ], [ 120.0762148, 30.2755291 ], [ 120.0761881, 30.2754829 ], [ 120.0762896, 30.275446 ], [ 120.0763644, 30.2754783 ], [ 120.0765621, 30.2754968 ], [ 120.0767064, 30.275506 ], [ 120.0767278, 30.2754552 ], [ 120.0767171, 30.2754045 ], [ 120.0766209, 30.2753768 ], [ 120.0765301, 30.2753629 ], [ 120.0763698, 30.2753629 ], [ 120.076311, 30.2753537 ], [ 120.0762843, 30.2752983 ], [ 120.0762789, 30.2752476 ], [ 120.0763163, 30.275206 ], [ 120.0763965, 30.2752383 ], [ 120.076466, 30.2752153 ], [ 120.0766316, 30.2751368 ], [ 120.0767278, 30.2750584 ], [ 120.0767866, 30.2749799 ], [ 120.076856, 30.2748738 ], [ 120.0769255, 30.2748369 ], [ 120.0770591, 30.274883 ], [ 120.0771446, 30.2748969 ], [ 120.077166, 30.2748369 ], [ 120.077182, 30.2747584 ], [ 120.0772408, 30.2743431 ], [ 120.0772354, 30.2742877 ], [ 120.0771713, 30.27426 ], [ 120.0771072, 30.2742277 ], [ 120.0771147, 30.2741644 ], [ 120.077042, 30.2741495 ], [ 120.0770163, 30.2742277 ], [ 120.0769682, 30.2742785 ], [ 120.0769202, 30.2743708 ], [ 120.0769148, 30.2745138 ], [ 120.0769202, 30.2746061 ], [ 120.076856, 30.274763 ], [ 120.0767973, 30.2748415 ], [ 120.0766904, 30.2749153 ], [ 120.0765247, 30.274943 ], [ 120.0764339, 30.2749799 ], [ 120.0763965, 30.2750538 ], [ 120.0763377, 30.2750861 ], [ 120.076295, 30.2750584 ], [ 120.0762843, 30.2749799 ], [ 120.0762309, 30.2749384 ], [ 120.0761133, 30.2749292 ], [ 120.0760225, 30.274943 ], [ 120.0759477, 30.274943 ], [ 120.0758942, 30.2749107 ], [ 120.075782, 30.2748646 ], [ 120.0756858, 30.2748646 ], [ 120.0756377, 30.2748369 ], [ 120.0755202, 30.2748461 ], [ 120.0753118, 30.2748646 ], [ 120.0751889, 30.2748738 ], [ 120.0750874, 30.2748415 ], [ 120.0749538, 30.274763 ], [ 120.0747614, 30.2746615 ], [ 120.0746332, 30.2746338 ], [ 120.0745851, 30.2745461 ], [ 120.0744835, 30.2745646 ], [ 120.0743019, 30.2745969 ], [ 120.0742377, 30.2745738 ], [ 120.0741576, 30.2745185 ], [ 120.0740881, 30.2745323 ], [ 120.0739011, 30.2745277 ], [ 120.0738103, 30.2744861 ], [ 120.0738316, 30.2744169 ], [ 120.0739278, 30.2743708 ], [ 120.0740026, 30.2743154 ], [ 120.0739706, 30.2742508 ], [ 120.0738904, 30.2741954 ], [ 120.0738637, 30.2741077 ], [ 120.0737141, 30.2741262 ], [ 120.0736553, 30.2740985 ], [ 120.07365, 30.2740339 ], [ 120.0736446, 30.2738032 ], [ 120.0737194, 30.273434 ], [ 120.0737301, 30.2732909 ], [ 120.0737301, 30.2732263 ], [ 120.07365, 30.2731848 ], [ 120.0736179, 30.273134 ], [ 120.0736393, 30.2730371 ], [ 120.0736286, 30.2729356 ], [ 120.0736393, 30.2728756 ], [ 120.0736927, 30.2728295 ], [ 120.0735912, 30.2727879 ], [ 120.0734683, 30.272751 ], [ 120.0732332, 30.272691 ], [ 120.0731103, 30.2726495 ], [ 120.0730622, 30.2726079 ], [ 120.0730568, 30.2725433 ], [ 120.0731317, 30.272511 ], [ 120.0732118, 30.2725018 ], [ 120.0732492, 30.272451 ], [ 120.0732546, 30.2723634 ], [ 120.0732439, 30.2722849 ], [ 120.0732599, 30.2721603 ], [ 120.0731637, 30.2721418 ], [ 120.073153, 30.2720865 ], [ 120.0732332, 30.2719342 ], [ 120.0732706, 30.2718373 ], [ 120.0733187, 30.2717265 ], [ 120.0733294, 30.2716158 ], [ 120.0733454, 30.2715373 ], [ 120.0733881, 30.2714865 ], [ 120.0734309, 30.2714958 ], [ 120.0734523, 30.2715373 ], [ 120.0735004, 30.2716388 ], [ 120.0735431, 30.2716804 ], [ 120.0736874, 30.2717219 ], [ 120.0737836, 30.2717311 ], [ 120.0738477, 30.2717034 ], [ 120.073869, 30.2716296 ], [ 120.0739065, 30.2714912 ], [ 120.0738584, 30.2714589 ], [ 120.073511, 30.2714081 ], [ 120.0734683, 30.2713712 ], [ 120.0734629, 30.2713112 ], [ 120.073495, 30.2712743 ], [ 120.0735805, 30.271265 ], [ 120.0737942, 30.2712789 ], [ 120.0740668, 30.2713481 ], [ 120.0741416, 30.2713989 ], [ 120.0743927, 30.2714358 ], [ 120.0745092, 30.2713638 ], [ 120.0746029, 30.2713517 ], [ 120.0747387, 30.27138 ], [ 120.0749027, 30.2714488 ], [ 120.0752399, 30.2715095 ], [ 120.0753477, 30.271558 ], [ 120.0753711, 30.2716713 ], [ 120.0753524, 30.2717926 ], [ 120.075446, 30.2718169 ], [ 120.0755069, 30.2717522 ], [ 120.075521, 30.271643 ], [ 120.0755397, 30.2715337 ], [ 120.0756521, 30.2715256 ], [ 120.0757458, 30.2715297 ], [ 120.0761065, 30.2715378 ], [ 120.0761861, 30.2716025 ], [ 120.076336, 30.2715297 ], [ 120.0764438, 30.2715823 ], [ 120.0764625, 30.2715135 ], [ 120.076589, 30.2714286 ], [ 120.0767248, 30.2713234 ], [ 120.0768747, 30.271291 ], [ 120.0769918, 30.2712708 ], [ 120.0772243, 30.2712981 ], [ 120.0774829, 30.2713157 ], [ 120.0776327, 30.271398 ], [ 120.0777484, 30.2714274 ], [ 120.0777824, 30.2715861 ], [ 120.077762, 30.2718095 ], [ 120.0776871, 30.2720211 ], [ 120.0775238, 30.2721622 ], [ 120.0774421, 30.2722974 ], [ 120.0774625, 30.2723914 ], [ 120.0775578, 30.2724502 ], [ 120.0776395, 30.2724502 ], [ 120.0777211, 30.2723738 ], [ 120.0777688, 30.2724502 ], [ 120.0776599, 30.2729851 ], [ 120.0776939, 30.2731203 ], [ 120.077762, 30.2731791 ], [ 120.0777384, 30.2732581 ], [ 120.0778444, 30.273255 ], [ 120.0779185, 30.2731614 ], [ 120.0779389, 30.273085 ], [ 120.0779389, 30.2729851 ], [ 120.0779321, 30.272891 ], [ 120.0779662, 30.2727735 ], [ 120.078007, 30.27265 ], [ 120.0780546, 30.2725442 ], [ 120.0780887, 30.2724619 ], [ 120.078041, 30.2723796 ], [ 120.0779798, 30.2723032 ], [ 120.0778641, 30.2722386 ], [ 120.0777688, 30.2721504 ], [ 120.077796, 30.2720857 ], [ 120.0778436, 30.2720034 ], [ 120.0778913, 30.2716037 ], [ 120.0779457, 30.271445 ], [ 120.0780342, 30.2713921 ], [ 120.0781295, 30.2713804 ], [ 120.0785447, 30.2713451 ], [ 120.0787829, 30.2713921 ], [ 120.0790143, 30.2714803 ], [ 120.0792688, 30.2715071 ], [ 120.0792832, 30.2714537 ], [ 120.079062, 30.2713686 ], [ 120.0787285, 30.2712628 ], [ 120.0785447, 30.2712275 ], [ 120.0783745, 30.2712393 ], [ 120.0782044, 30.2712863 ], [ 120.0779798, 30.2713333 ], [ 120.0778028, 30.2713275 ], [ 120.0777211, 30.2713216 ], [ 120.0776258, 30.2712687 ], [ 120.0775374, 30.2711805 ], [ 120.077374, 30.2712275 ], [ 120.0772379, 30.2712393 ], [ 120.0769997, 30.2712158 ], [ 120.0769588, 30.2711687 ], [ 120.0769656, 30.2710806 ], [ 120.0769316, 30.2710159 ], [ 120.076918, 30.2709042 ], [ 120.0769112, 30.2708396 ], [ 120.0768159, 30.2708102 ], [ 120.0767683, 30.2708278 ], [ 120.0767274, 30.2709689 ], [ 120.0767274, 30.2710629 ], [ 120.0767683, 30.2711687 ], [ 120.0768227, 30.2712275 ], [ 120.0766662, 30.2712569 ], [ 120.07653, 30.271351 ], [ 120.0763803, 30.2713745 ], [ 120.0763054, 30.2713216 ], [ 120.0761557, 30.2713157 ], [ 120.0760604, 30.2713451 ], [ 120.0760672, 30.2714215 ], [ 120.0757065, 30.2713862 ], [ 120.0756588, 30.2713392 ], [ 120.0756997, 30.2711394 ], [ 120.075652, 30.27111 ], [ 120.0755636, 30.2713569 ], [ 120.0754274, 30.2714039 ], [ 120.0753458, 30.2713921 ], [ 120.0750667, 30.2713569 ], [ 120.0749442, 30.271251 ], [ 120.0747945, 30.2712981 ], [ 120.0746447, 30.2712804 ], [ 120.0744405, 30.2712217 ], [ 120.0742432, 30.2711746 ], [ 120.0741411, 30.271157 ], [ 120.074039, 30.271157 ], [ 120.0739165, 30.2711158 ], [ 120.0737803, 30.2710865 ], [ 120.0736306, 30.2710806 ], [ 120.0735013, 30.2710688 ], [ 120.0733665, 30.2709727 ], [ 120.0732426, 30.2708956 ], [ 120.0730944, 30.2708635 ], [ 120.0729214, 30.2707889 ], [ 120.0727114, 30.2706928 ], [ 120.0725491, 30.2705709 ], [ 120.0724518, 30.2705109 ], [ 120.0724448, 30.2704148 ], [ 120.0730148, 30.2691542 ], [ 120.0731885, 30.2687641 ], [ 120.0733484, 30.2683559 ], [ 120.0734874, 30.2681038 ], [ 120.0736681, 30.2678576 ], [ 120.0736959, 30.2676716 ], [ 120.073821, 30.2673354 ], [ 120.0739322, 30.2672093 ], [ 120.0740087, 30.2671793 ], [ 120.0740782, 30.2671913 ], [ 120.074106, 30.2672394 ], [ 120.0740434, 30.2673474 ], [ 120.0741199, 30.2673774 ], [ 120.074238, 30.2673054 ], [ 120.0742936, 30.2673594 ], [ 120.074377, 30.2671493 ], [ 120.0744465, 30.2670833 ], [ 120.0745577, 30.2671073 ], [ 120.0745855, 30.2671493 ], [ 120.0744604, 30.2675035 ], [ 120.0744048, 30.2675575 ], [ 120.074245, 30.2675575 ], [ 120.0740017, 30.2674735 ], [ 120.0739808, 30.2675455 ], [ 120.0739669, 30.2676716 ], [ 120.0739808, 30.2677376 ], [ 120.074099, 30.2677796 ], [ 120.0744813, 30.2678877 ], [ 120.0747454, 30.2679297 ], [ 120.0750282, 30.2679897 ], [ 120.0751104, 30.2682746 ], [ 120.0752262, 30.2683364 ], [ 120.0752819, 30.2684072 ], [ 120.0755377, 30.2681458 ], [ 120.0756698, 30.2681998 ], [ 120.0757254, 30.2682418 ], [ 120.0756906, 30.2683439 ], [ 120.075774, 30.2683619 ], [ 120.0758713, 30.2682598 ], [ 120.0760937, 30.2683019 ], [ 120.0761563, 30.2683439 ], [ 120.0761354, 30.2684879 ], [ 120.0760242, 30.268584 ], [ 120.0760103, 30.268656 ], [ 120.0758435, 30.2691302 ], [ 120.0757393, 30.2692803 ], [ 120.0757671, 30.2693583 ], [ 120.0757671, 30.2694664 ], [ 120.0757879, 30.2695804 ], [ 120.0758783, 30.2696285 ], [ 120.0759547, 30.2696885 ], [ 120.0760103, 30.2697725 ], [ 120.0761702, 30.2698206 ], [ 120.0762953, 30.2698566 ], [ 120.0763996, 30.2697905 ], [ 120.0763718, 30.2696705 ], [ 120.0763926, 30.2695744 ], [ 120.0763022, 30.2694724 ], [ 120.0762605, 30.2693944 ], [ 120.0760937, 30.2693163 ], [ 120.0760312, 30.2692323 ], [ 120.0760242, 30.2691062 ], [ 120.0761424, 30.2690642 ], [ 120.0762327, 30.2690882 ], [ 120.0763509, 30.2691482 ], [ 120.0764691, 30.2691723 ], [ 120.0765942, 30.2691002 ], [ 120.0766359, 30.2690102 ], [ 120.0765594, 30.2689201 ], [ 120.0764969, 30.2688241 ], [ 120.0763509, 30.2687401 ], [ 120.0762119, 30.26865 ], [ 120.0763022, 30.268518 ], [ 120.076337, 30.2683979 ], [ 120.0764552, 30.2683199 ], [ 120.0765664, 30.2683199 ], [ 120.0766637, 30.2683859 ], [ 120.0766915, 30.2684759 ], [ 120.0767749, 30.2684819 ], [ 120.0768513, 30.2683739 ], [ 120.0768722, 30.2681638 ], [ 120.0770108, 30.2678379 ], [ 120.0773316, 30.267825 ], [ 120.0774286, 30.2678894 ], [ 120.077533, 30.2678572 ], [ 120.0776374, 30.2677541 ], [ 120.077712, 30.2676897 ], [ 120.0776374, 30.2676381 ], [ 120.0775181, 30.2676381 ], [ 120.0773614, 30.2676639 ], [ 120.0772495, 30.2676188 ], [ 120.077063, 30.2675544 ], [ 120.076884, 30.2675028 ], [ 120.0767721, 30.2674577 ], [ 120.0766751, 30.2673547 ], [ 120.0766602, 30.2672258 ], [ 120.0767423, 30.2671356 ], [ 120.0768542, 30.2671936 ], [ 120.0769735, 30.2671743 ], [ 120.0770481, 30.2671292 ], [ 120.0770332, 30.2670583 ], [ 120.0769437, 30.2670068 ], [ 120.0769139, 30.2669166 ], [ 120.0770332, 30.2668843 ], [ 120.0771675, 30.2668972 ], [ 120.0772644, 30.2669294 ], [ 120.0773838, 30.2669037 ], [ 120.0775255, 30.2669617 ], [ 120.0776449, 30.2670003 ], [ 120.0776971, 30.2670519 ], [ 120.0776225, 30.2671292 ], [ 120.0776225, 30.2671936 ], [ 120.0777195, 30.2672129 ], [ 120.0778537, 30.2672773 ], [ 120.0780402, 30.2672065 ], [ 120.0780999, 30.2671098 ], [ 120.078085, 30.2670325 ], [ 120.0781372, 30.2669939 ], [ 120.0782566, 30.2669294 ], [ 120.0783312, 30.2668328 ], [ 120.0783759, 30.2666975 ], [ 120.078415, 30.2666587 ], [ 120.0785973, 30.2666375 ], [ 120.0786982, 30.266689 ], [ 120.0786569, 30.2666177 ], [ 120.0786248, 30.2665622 ], [ 120.0786615, 30.2664988 ], [ 120.0787946, 30.266479 ], [ 120.0788909, 30.2665345 ], [ 120.0789689, 30.2666335 ], [ 120.0789918, 30.2667009 ], [ 120.0789918, 30.2667564 ], [ 120.0789414, 30.2667801 ], [ 120.0789918, 30.2668 ], [ 120.0791157, 30.2668317 ], [ 120.0792075, 30.2668911 ], [ 120.0792442, 30.2669387 ], [ 120.0793864, 30.2669387 ], [ 120.0794874, 30.2669545 ], [ 120.079625, 30.2669624 ], [ 120.0796984, 30.2669069 ], [ 120.0797902, 30.2668594 ], [ 120.0798728, 30.2668554 ], [ 120.0799095, 30.2668951 ], [ 120.0799232, 30.2669585 ], [ 120.080015, 30.2669743 ], [ 120.0800104, 30.2670655 ], [ 120.0799462, 30.2671249 ], [ 120.0798452, 30.2671487 ], [ 120.0797397, 30.2671685 ], [ 120.0797168, 30.2672557 ], [ 120.079625, 30.2673745 ], [ 120.0795103, 30.2675687 ], [ 120.0794185, 30.2676123 ], [ 120.0793038, 30.2676282 ], [ 120.0791295, 30.2676242 ], [ 120.0790102, 30.2676361 ], [ 120.0789138, 30.2676599 ], [ 120.078767, 30.2677391 ], [ 120.0786753, 30.2678065 ], [ 120.0786064, 30.2678699 ], [ 120.0785973, 30.2679135 ], [ 120.0786386, 30.2679055 ], [ 120.0787257, 30.2678263 ], [ 120.0788542, 30.267751 ], [ 120.0789735, 30.2677233 ], [ 120.079102, 30.2677114 ], [ 120.0792121, 30.2677074 ], [ 120.0793176, 30.2676995 ], [ 120.0793956, 30.2677233 ], [ 120.0795287, 30.2677233 ], [ 120.0796204, 30.2676876 ], [ 120.0797259, 30.2676123 ], [ 120.0797305, 30.267537 ], [ 120.0797351, 30.2674578 ], [ 120.079781, 30.2673825 ], [ 120.0798544, 30.2673468 ], [ 120.0799921, 30.267331 ], [ 120.0800792, 30.2673547 ], [ 120.0803132, 30.2673468 ], [ 120.0805426, 30.2673983 ], [ 120.0806206, 30.2674538 ], [ 120.0806481, 30.2675529 ], [ 120.0806252, 30.2676202 ], [ 120.0805243, 30.2676797 ], [ 120.0804371, 30.2677431 ], [ 120.0803545, 30.2678303 ], [ 120.0803407, 30.2679174 ], [ 120.080382, 30.2680046 ], [ 120.0803958, 30.2680799 ], [ 120.0804646, 30.2681354 ], [ 120.0805334, 30.2681988 ], [ 120.0805977, 30.2682978 ], [ 120.0806665, 30.2683533 ], [ 120.0806481, 30.2684286 ], [ 120.0806619, 30.2685396 ], [ 120.0806665, 30.2686307 ], [ 120.0806481, 30.2687218 ], [ 120.0805793, 30.2688843 ], [ 120.0804004, 30.2693836 ], [ 120.0803407, 30.2696055 ], [ 120.080304, 30.2697482 ], [ 120.0802582, 30.269978 ], [ 120.0802215, 30.2700731 ], [ 120.0801526, 30.2701246 ], [ 120.0801022, 30.2700969 ], [ 120.0800563, 30.2700652 ], [ 120.0799599, 30.270077 ], [ 120.0798682, 30.2700453 ], [ 120.0798361, 30.2701721 ], [ 120.0799003, 30.2702078 ], [ 120.0800333, 30.2702118 ], [ 120.0801389, 30.2702474 ], [ 120.0801572, 30.2703029 ], [ 120.0801113, 30.2703386 ], [ 120.0799737, 30.2703465 ], [ 120.0798728, 30.2703029 ], [ 120.0797443, 30.2702871 ], [ 120.0796158, 30.2702791 ], [ 120.0795287, 30.2702673 ], [ 120.0793956, 30.2702633 ], [ 120.0793038, 30.2702831 ], [ 120.0792992, 30.2703663 ], [ 120.0793176, 30.2704456 ], [ 120.0792625, 30.2707784 ], [ 120.0791524, 30.270933 ], [ 120.0790928, 30.2711113 ], [ 120.0791203, 30.2711509 ], [ 120.0791845, 30.2711826 ], [ 120.0794828, 30.2712658 ], [ 120.0794736, 30.2711667 ], [ 120.0795241, 30.2710399 ], [ 120.0796663, 30.2705129 ], [ 120.0795608, 30.2704971 ], [ 120.0794965, 30.2704614 ], [ 120.0794002, 30.2704139 ], [ 120.0793543, 30.2703584 ], [ 120.0793681, 30.2703148 ], [ 120.0794736, 30.2703108 ], [ 120.0796021, 30.2703544 ], [ 120.0798131, 30.2703861 ], [ 120.0801068, 30.2704258 ], [ 120.0801422, 30.2704676 ], [ 120.0801882, 30.2704767 ], [ 120.0802398, 30.2704297 ], [ 120.0802719, 30.270299 ], [ 120.080327, 30.2701286 ], [ 120.0803499, 30.2699582 ], [ 120.0804187, 30.2698433 ], [ 120.0804692, 30.2697917 ], [ 120.0805092, 30.2697956 ], [ 120.0805518, 30.2697997 ], [ 120.0805564, 30.2697165 ], [ 120.0805839, 30.2696729 ], [ 120.0805334, 30.2696253 ], [ 120.0805334, 30.2695461 ], [ 120.0805518, 30.2694747 ], [ 120.080561, 30.2692845 ], [ 120.0806069, 30.2691855 ], [ 120.0806527, 30.2691062 ], [ 120.0806986, 30.2690983 ], [ 120.080694, 30.2690389 ], [ 120.0806481, 30.2690072 ], [ 120.080639, 30.2689556 ], [ 120.0806481, 30.2689081 ], [ 120.0806792, 30.2688144 ], [ 120.0806849, 30.2687971 ], [ 120.0807327, 30.2685276 ], [ 120.0807519, 30.2684327 ], [ 120.0807375, 30.268346 ], [ 120.0806993, 30.2682882 ], [ 120.0807519, 30.2682056 ], [ 120.0807996, 30.2681107 ], [ 120.0807901, 30.268024 ], [ 120.0807184, 30.2679167 ], [ 120.080728, 30.2677557 ], [ 120.0807662, 30.2676277 ], [ 120.0807614, 30.267508 ], [ 120.0808379, 30.2673594 ], [ 120.0808331, 30.2672975 ], [ 120.0808235, 30.2672067 ], [ 120.0808522, 30.2671737 ], [ 120.0808427, 30.267087 ], [ 120.0808618, 30.2668558 ], [ 120.0808666, 30.2667815 ], [ 120.0808283, 30.2667485 ], [ 120.0807566, 30.2667402 ], [ 120.0806515, 30.266798 ], [ 120.0805989, 30.2668558 ], [ 120.0805224, 30.2668434 ], [ 120.080489, 30.2667856 ], [ 120.0804938, 30.2666948 ], [ 120.0805368, 30.2665958 ], [ 120.0806467, 30.2665049 ], [ 120.0806276, 30.2664265 ], [ 120.0806563, 30.2662779 ], [ 120.0807088, 30.2662036 ], [ 120.0808188, 30.2661499 ], [ 120.0809335, 30.2661623 ], [ 120.0811055, 30.266183 ], [ 120.0811868, 30.2662242 ], [ 120.0813349, 30.2662407 ], [ 120.0813541, 30.2662944 ], [ 120.0813923, 30.2663563 ], [ 120.0814879, 30.2663563 ], [ 120.0815022, 30.2664224 ], [ 120.0815739, 30.2664306 ], [ 120.0817077, 30.2664141 ], [ 120.0818607, 30.2664306 ], [ 120.081918, 30.2662862 ], [ 120.0819324, 30.2662077 ], [ 120.0819549, 30.2660949 ], [ 120.0819866, 30.2660144 ], [ 120.0814665, 30.2659059 ], [ 120.0814401, 30.2659683 ], [ 120.0813827, 30.266022 ], [ 120.0810912, 30.2660632 ], [ 120.0810338, 30.2660715 ], [ 120.0809478, 30.266088 ], [ 120.0808713, 30.266055 ], [ 120.0808427, 30.2659559 ], [ 120.0808837, 30.2658554 ], [ 120.0803905, 30.2658908 ], [ 120.0804555, 30.2659848 ], [ 120.0805033, 30.266022 ], [ 120.0805081, 30.2660756 ], [ 120.0805416, 30.2661623 ], [ 120.0805655, 30.266249 ], [ 120.0805607, 30.266315 ], [ 120.0805272, 30.2663811 ], [ 120.0802882, 30.2665091 ], [ 120.0798916, 30.2666701 ], [ 120.0797768, 30.2666783 ], [ 120.0796526, 30.2666618 ], [ 120.0795379, 30.2666412 ], [ 120.0794423, 30.2666412 ], [ 120.0792846, 30.2665999 ], [ 120.0792607, 30.2665049 ], [ 120.0792607, 30.2664141 ], [ 120.0792224, 30.2663398 ], [ 120.0791699, 30.2663027 ], [ 120.0791603, 30.2662366 ], [ 120.0791985, 30.2661541 ], [ 120.0792129, 30.2660632 ], [ 120.0792463, 30.2659766 ], [ 120.0793149, 30.2658863 ], [ 120.0792362, 30.2658088 ], [ 120.079232, 30.2658857 ], [ 120.079189, 30.265894 ], [ 120.0791507, 30.2658527 ], [ 120.0791338, 30.265754 ], [ 120.0790623, 30.2657441 ], [ 120.0790551, 30.2658197 ], [ 120.0790647, 30.2658775 ], [ 120.0791221, 30.2659064 ], [ 120.0791364, 30.2659724 ], [ 120.0791555, 30.2660385 ], [ 120.0791316, 30.2661541 ], [ 120.0790982, 30.2662407 ], [ 120.079079, 30.2663027 ], [ 120.0790312, 30.2663398 ], [ 120.0789357, 30.2663357 ], [ 120.0788257, 30.2663563 ], [ 120.078668, 30.2663935 ], [ 120.0785676, 30.2664182 ], [ 120.0785103, 30.2664059 ], [ 120.0784105, 30.2664478 ], [ 120.0783386, 30.266425 ], [ 120.0783046, 30.2663171 ], [ 120.0781986, 30.2663432 ], [ 120.0781078, 30.2663204 ], [ 120.0780094, 30.2662648 ], [ 120.0779224, 30.2661504 ], [ 120.0778278, 30.2661439 ], [ 120.0777673, 30.2661733 ], [ 120.0776764, 30.2661831 ], [ 120.0776008, 30.2661896 ], [ 120.0775289, 30.2661798 ], [ 120.0774948, 30.2661635 ], [ 120.0774494, 30.2659903 ], [ 120.077404, 30.2659478 ], [ 120.0773699, 30.2658955 ], [ 120.0773926, 30.265804 ], [ 120.0774267, 30.2657158 ], [ 120.0775024, 30.2656406 ], [ 120.0775516, 30.2656112 ], [ 120.0776802, 30.2656243 ], [ 120.0777621, 30.2656143 ], [ 120.0773229, 30.2655446 ], [ 120.0773813, 30.2656112 ], [ 120.0773813, 30.2656406 ], [ 120.0773737, 30.26567 ], [ 120.0773018, 30.2658007 ], [ 120.0772753, 30.2658857 ], [ 120.0772791, 30.2659445 ], [ 120.077317, 30.2660262 ], [ 120.0773245, 30.2661145 ], [ 120.0773056, 30.2661929 ], [ 120.0772299, 30.2662452 ], [ 120.0770218, 30.2662713 ], [ 120.0769348, 30.2662681 ], [ 120.0768742, 30.2662354 ], [ 120.0768023, 30.2661177 ], [ 120.0766888, 30.2660655 ], [ 120.0766094, 30.2660458 ], [ 120.0765299, 30.2660458 ], [ 120.0764694, 30.266036 ], [ 120.0764088, 30.2659805 ], [ 120.0763445, 30.2659413 ], [ 120.0762612, 30.265902 ], [ 120.0762461, 30.2658432 ], [ 120.0762272, 30.265755 ], [ 120.0761742, 30.2657027 ], [ 120.0760872, 30.2656406 ], [ 120.0758261, 30.2656046 ], [ 120.0757656, 30.2655883 ], [ 120.0757315, 30.2655524 ], [ 120.0757466, 30.2654674 ], [ 120.0757807, 30.2654053 ], [ 120.0758187, 30.2653624 ], [ 120.075756, 30.2653458 ], [ 120.0757152, 30.2653329 ], [ 120.0757201, 30.2653955 ], [ 120.075705, 30.2654478 ], [ 120.0756672, 30.2654968 ], [ 120.075565, 30.2655066 ], [ 120.0754136, 30.2654935 ], [ 120.0753342, 30.2654641 ], [ 120.0752547, 30.2654249 ], [ 120.0751639, 30.2654184 ], [ 120.0751526, 30.2654543 ], [ 120.0752207, 30.2654805 ], [ 120.0753153, 30.2655229 ], [ 120.0754127, 30.2655409 ], [ 120.0755481, 30.2655604 ], [ 120.0756779, 30.2655945 ], [ 120.0758415, 30.2656433 ], [ 120.0759543, 30.2656579 ], [ 120.0760841, 30.2656871 ], [ 120.07618, 30.2657554 ], [ 120.076197, 30.2658333 ], [ 120.0761857, 30.2659162 ], [ 120.0762139, 30.2659747 ], [ 120.0762929, 30.2660526 ], [ 120.0763211, 30.2661404 ], [ 120.0762703, 30.2662281 ], [ 120.0762083, 30.2662768 ], [ 120.0760503, 30.2663158 ], [ 120.0759769, 30.2663499 ], [ 120.0759036, 30.266423 ], [ 120.0758754, 30.26654 ], [ 120.0758415, 30.2666472 ], [ 120.0758133, 30.2667154 ], [ 120.0757399, 30.2667447 ], [ 120.0756779, 30.2667154 ], [ 120.0756891, 30.266618 ], [ 120.0756891, 30.2665254 ], [ 120.0756891, 30.2664376 ], [ 120.0757625, 30.2663158 ], [ 120.0757456, 30.2662427 ], [ 120.0756271, 30.2662573 ], [ 120.0756214, 30.2663304 ], [ 120.0755707, 30.2663938 ], [ 120.0755199, 30.266462 ], [ 120.0754691, 30.2665254 ], [ 120.0753619, 30.2665643 ], [ 120.0752829, 30.2665156 ], [ 120.0752152, 30.2664523 ], [ 120.0751658, 30.2663845 ], [ 120.0751255, 30.2663103 ], [ 120.0750867, 30.2662223 ], [ 120.0750731, 30.2661343 ], [ 120.0750826, 30.2660636 ], [ 120.075092, 30.2659987 ], [ 120.0750907, 30.2659652 ], [ 120.0750799, 30.2659455 ], [ 120.0750518, 30.2659339 ], [ 120.0750142, 30.265946 ], [ 120.0749888, 30.265964 ], [ 120.0749592, 30.2659964 ], [ 120.0749445, 30.2660277 ], [ 120.0749029, 30.2661505 ], [ 120.0748748, 30.2662235 ], [ 120.0748506, 30.2663173 ], [ 120.0747903, 30.266447 ], [ 120.0747675, 30.2665096 ], [ 120.0747648, 30.2665559 ], [ 120.0747735, 30.2665785 ], [ 120.0747997, 30.2665947 ], [ 120.0748426, 30.2665999 ], [ 120.0749002, 30.2665953 ], [ 120.0750015, 30.2666034 ], [ 120.0751376, 30.2666034 ], [ 120.0752773, 30.2666618 ], [ 120.0753845, 30.2667105 ], [ 120.0754465, 30.2667495 ], [ 120.0755086, 30.2667544 ], [ 120.0755819, 30.2667885 ], [ 120.0757286, 30.2668421 ], [ 120.0758641, 30.2668616 ], [ 120.0760221, 30.2668567 ], [ 120.0761405, 30.2667983 ], [ 120.0761913, 30.2666911 ], [ 120.0762703, 30.2664766 ], [ 120.076338, 30.2663938 ], [ 120.0764283, 30.2663938 ], [ 120.0765017, 30.2661745 ], [ 120.0765637, 30.2661063 ], [ 120.0766314, 30.2661014 ], [ 120.0766991, 30.2661257 ], [ 120.076733, 30.2661696 ], [ 120.0767556, 30.2663012 ], [ 120.0770715, 30.2663938 ], [ 120.0774496, 30.2664425 ], [ 120.0776753, 30.266462 ], [ 120.0778333, 30.2664815 ], [ 120.0779461, 30.2665254 ], [ 120.0781436, 30.2665643 ], [ 120.0782339, 30.2665936 ], [ 120.0783088, 30.2666911 ], [ 120.0782619, 30.2668353 ], [ 120.0781807, 30.2669054 ], [ 120.0780589, 30.2669492 ], [ 120.0779676, 30.2669624 ], [ 120.0778306, 30.2669405 ], [ 120.0776378, 30.2668747 ], [ 120.0774806, 30.2668222 ], [ 120.0773385, 30.2668002 ], [ 120.0772725, 30.2667477 ], [ 120.076963, 30.2666425 ], [ 120.0768007, 30.266625 ], [ 120.0766789, 30.2666644 ], [ 120.0766282, 30.2667389 ], [ 120.0766434, 30.2668002 ], [ 120.0766231, 30.2668879 ], [ 120.0765977, 30.2669887 ], [ 120.0765013, 30.2671114 ], [ 120.0764557, 30.2671639 ], [ 120.0763897, 30.2671946 ], [ 120.0764049, 30.267256 ], [ 120.0763238, 30.2673305 ], [ 120.0761919, 30.2673129 ], [ 120.0761969, 30.2672604 ], [ 120.076136, 30.2672297 ], [ 120.076131, 30.2671464 ], [ 120.0761005, 30.2670938 ], [ 120.0759889, 30.2670807 ], [ 120.0758671, 30.2670763 ], [ 120.0758063, 30.2670938 ], [ 120.0757251, 30.2670895 ], [ 120.0756642, 30.2670325 ], [ 120.075578, 30.2669887 ], [ 120.0755221, 30.2670369 ], [ 120.0755221, 30.2671464 ], [ 120.0754816, 30.2672647 ], [ 120.0754359, 30.2674006 ], [ 120.0754156, 30.2674751 ], [ 120.0753953, 30.2675496 ], [ 120.0753598, 30.2676503 ], [ 120.0752989, 30.2677643 ], [ 120.0752532, 30.2678563 ], [ 120.0751974, 30.2678957 ], [ 120.0751518, 30.2678475 ], [ 120.075101, 30.2678169 ], [ 120.0750858, 30.2677424 ], [ 120.0750807, 30.2676547 ], [ 120.0752228, 30.2672165 ], [ 120.0752634, 30.2670895 ], [ 120.0752837, 30.2670018 ], [ 120.0752177, 30.2669668 ], [ 120.075167, 30.267015 ], [ 120.0751112, 30.2670675 ], [ 120.074893, 30.2676328 ], [ 120.0748118, 30.2677555 ], [ 120.0747662, 30.2678169 ], [ 120.0746901, 30.2678256 ], [ 120.0746393, 30.2677818 ], [ 120.0747154, 30.2676503 ], [ 120.0746749, 30.2675715 ], [ 120.0748017, 30.2671377 ], [ 120.0748727, 30.2670369 ], [ 120.0749032, 30.2669668 ], [ 120.0748727, 30.2669054 ], [ 120.0748372, 30.2668484 ], [ 120.074751, 30.2668222 ], [ 120.0747002, 30.266866 ], [ 120.0747053, 30.2669536 ], [ 120.0746343, 30.2670018 ], [ 120.0745277, 30.2669887 ], [ 120.0744668, 30.2669492 ], [ 120.0744821, 30.2668484 ], [ 120.0745125, 30.2667126 ], [ 120.0745886, 30.2664979 ], [ 120.0747256, 30.265972 ], [ 120.0747814, 30.2658493 ], [ 120.0748118, 30.2657705 ], [ 120.0748879, 30.2657442 ], [ 120.0749422, 30.2657055 ], [ 120.0749365, 30.2656115 ], [ 120.0748563, 30.2655768 ], [ 120.0747876, 30.2655818 ], [ 120.0747074, 30.2656313 ], [ 120.0746672, 30.2657401 ], [ 120.0745584, 30.2661607 ], [ 120.0745355, 30.2662399 ], [ 120.0744725, 30.2662894 ], [ 120.0743751, 30.2663042 ], [ 120.074298, 30.266285 ], [ 120.0742788, 30.266242 ], [ 120.0742903, 30.2661759 ], [ 120.0743669, 30.2659246 ], [ 120.074386, 30.2658122 ], [ 120.0743822, 30.2657163 ], [ 120.0744205, 30.265584 ], [ 120.0745009, 30.2653922 ], [ 120.0746004, 30.2652467 ], [ 120.0746655, 30.2651607 ], [ 120.07489, 30.2650228 ], [ 120.0745754, 30.265012 ], [ 120.0744588, 30.2651674 ], [ 120.0744013, 30.2652302 ], [ 120.0743631, 30.2652996 ], [ 120.0743554, 30.2653724 ], [ 120.0742252, 30.2656898 ], [ 120.0741436, 30.2658052 ], [ 120.0741151, 30.2658754 ], [ 120.0741151, 30.2659702 ], [ 120.0741314, 30.266093 ], [ 120.074107, 30.2662124 ], [ 120.074107, 30.2662931 ], [ 120.0740948, 30.2663633 ], [ 120.0738672, 30.2668442 ], [ 120.0737371, 30.267111 ], [ 120.073631, 30.267172 ], [ 120.0735462, 30.2671995 ], [ 120.0734614, 30.2671843 ], [ 120.0733695, 30.2671446 ], [ 120.0733164, 30.2671659 ], [ 120.0732811, 30.2672636 ], [ 120.0732705, 30.2673369 ], [ 120.0732705, 30.267401 ], [ 120.0733235, 30.2674499 ], [ 120.0734083, 30.2674834 ], [ 120.0734543, 30.267514 ], [ 120.0734543, 30.2675628 ], [ 120.0733306, 30.2675872 ], [ 120.073274, 30.2676361 ], [ 120.0732245, 30.2676666 ], [ 120.0730973, 30.2677002 ], [ 120.073016, 30.2676971 ], [ 120.072917, 30.2676636 ], [ 120.0728286, 30.2676025 ], [ 120.0727579, 30.2675689 ], [ 120.0726731, 30.2675567 ], [ 120.0725034, 30.2675201 ], [ 120.0720722, 30.2673919 ], [ 120.0719131, 30.2673339 ], [ 120.0717894, 30.2673277 ], [ 120.0716551, 30.2673125 ], [ 120.071595, 30.2672545 ], [ 120.0715632, 30.2671904 ], [ 120.0714324, 30.2671385 ], [ 120.0712168, 30.2670194 ], [ 120.0710896, 30.2669858 ], [ 120.0709164, 30.2669675 ], [ 120.0707997, 30.2669736 ], [ 120.0706725, 30.2669767 ], [ 120.0705947, 30.2669828 ], [ 120.0704993, 30.2669614 ], [ 120.070478, 30.2670163 ], [ 120.0705275, 30.2670347 ], [ 120.0706512, 30.2670499 ], [ 120.0707573, 30.267056 ], [ 120.0708421, 30.2670316 ], [ 120.0709729, 30.2670469 ], [ 120.0711885, 30.2671324 ], [ 120.0712203, 30.2671629 ], [ 120.0711108, 30.2674529 ], [ 120.0711509, 30.2674675 ], [ 120.0712778, 30.2671716 ], [ 120.0713348, 30.2671881 ], [ 120.0714046, 30.2672209 ], [ 120.0713983, 30.2673086 ], [ 120.0713856, 30.2673743 ], [ 120.0714807, 30.2673962 ], [ 120.0716774, 30.2674182 ], [ 120.0721277, 30.2675003 ], [ 120.0726034, 30.2676099 ], [ 120.0727176, 30.2676428 ], [ 120.0727874, 30.2676866 ], [ 120.0728508, 30.2677469 ], [ 120.0732175, 30.2678683 ], [ 120.0733188, 30.2678873 ], [ 120.0733452, 30.2679215 ], [ 120.0731867, 30.2682447 ], [ 120.0729578, 30.2687959 ], [ 120.0729402, 30.2688492 ], [ 120.0728962, 30.2688758 ], [ 120.0728433, 30.268872 ], [ 120.0728081, 30.2688416 ], [ 120.0729226, 30.268469 ], [ 120.0728301, 30.2684272 ], [ 120.0727289, 30.2684234 ], [ 120.0726717, 30.2684652 ], [ 120.0726056, 30.2686667 ], [ 120.0725836, 30.2687427 ], [ 120.0725616, 30.2688036 ], [ 120.0725748, 30.2688758 ], [ 120.0726144, 30.2689328 ], [ 120.0726012, 30.268986 ], [ 120.0725, 30.2690203 ], [ 120.0724075, 30.2689975 ], [ 120.0723459, 30.2689746 ], [ 120.0722843, 30.2690127 ], [ 120.0722535, 30.2690659 ], [ 120.0722623, 30.2691115 ], [ 120.0723899, 30.2691533 ], [ 120.0724736, 30.2691761 ], [ 120.0724824, 30.2692332 ], [ 120.0724119, 30.269275 ], [ 120.0723151, 30.2693206 ], [ 120.072227, 30.2693244 ], [ 120.072139, 30.2693206 ], [ 120.0721038, 30.2693624 ], [ 120.0720994, 30.2694347 ], [ 120.0721434, 30.2695069 ], [ 120.0721654, 30.2695335 ], [ 120.0722006, 30.2695868 ], [ 120.0722138, 30.2696438 ], [ 120.0722843, 30.2696704 ], [ 120.0723195, 30.269621 ], [ 120.0724207, 30.269583 ], [ 120.0725, 30.2695183 ], [ 120.072478, 30.2694651 ], [ 120.0724472, 30.2694081 ], [ 120.0723987, 30.2693662 ], [ 120.0724516, 30.2693282 ], [ 120.0725352, 30.269313 ], [ 120.072588, 30.2692978 ], [ 120.0726585, 30.269218 ], [ 120.0726276, 30.2691419 ], [ 120.0726408, 30.2690659 ], [ 120.0727201, 30.2689975 ], [ 120.0728213, 30.2690127 ], [ 120.0728345, 30.2690697 ], [ 120.0727949, 30.2691799 ], [ 120.0726364, 30.2695868 ], [ 120.0726144, 30.2696552 ], [ 120.0725088, 30.269754 ], [ 120.0724868, 30.2698225 ], [ 120.0724339, 30.2698643 ], [ 120.0724251, 30.2698187 ], [ 120.0723723, 30.2697845 ], [ 120.0722799, 30.2698301 ], [ 120.072227, 30.2699708 ], [ 120.072073, 30.2703662 ], [ 120.0720686, 30.2704308 ], [ 120.072073, 30.2704802 ], [ 120.072095, 30.2705182 ], [ 120.0721522, 30.2705144 ], [ 120.0723987, 30.2699175 ], [ 120.0723899, 30.269986 ], [ 120.0721786, 30.2705372 ], [ 120.0721522, 30.2705715 ], [ 120.0720642, 30.2705715 ], [ 120.0719893, 30.2705524 ], [ 120.0719497, 30.2704688 ], [ 120.0718793, 30.2704612 ], [ 120.0717956, 30.2704156 ], [ 120.0717208, 30.2704042 ], [ 120.0716019, 30.2704004 ], [ 120.0715183, 30.2703662 ], [ 120.0714963, 30.2702977 ], [ 120.0715139, 30.2702255 ], [ 120.0715579, 30.2701532 ], [ 120.071646, 30.2701456 ], [ 120.0717252, 30.2701647 ], [ 120.0717692, 30.2702027 ], [ 120.0717868, 30.2701494 ], [ 120.0717736, 30.2700848 ], [ 120.0717296, 30.2700582 ], [ 120.0716372, 30.2700544 ], [ 120.071646, 30.2699403 ], [ 120.0715887, 30.2699175 ], [ 120.0715623, 30.2698681 ], [ 120.0715139, 30.2698757 ], [ 120.0715403, 30.2699517 ], [ 120.0715359, 30.2700126 ], [ 120.0714567, 30.2701342 ], [ 120.071263, 30.2702293 ], [ 120.0711485, 30.2702597 ], [ 120.0709416, 30.2702293 ], [ 120.0707127, 30.2701837 ], [ 120.0704838, 30.2701076 ], [ 120.0703605, 30.2700506 ], [ 120.0703077, 30.269986 ], [ 120.0702329, 30.2700012 ], [ 120.070136, 30.270043 ], [ 120.0700172, 30.2700734 ], [ 120.0699379, 30.2700658 ], [ 120.0698235, 30.2700506 ], [ 120.0698147, 30.2701837 ], [ 120.0699115, 30.2701723 ], [ 120.0700788, 30.270138 ], [ 120.0702461, 30.2700734 ], [ 120.0703033, 30.270081 ], [ 120.0704838, 30.2701609 ], [ 120.0705366, 30.2702027 ], [ 120.0705542, 30.2702597 ], [ 120.0705498, 30.2703243 ], [ 120.0704662, 30.2705334 ], [ 120.0704222, 30.2706095 ], [ 120.0703517, 30.2707235 ], [ 120.0702989, 30.2708718 ], [ 120.0702681, 30.270944 ], [ 120.0702901, 30.2709783 ], [ 120.0703561, 30.2709554 ], [ 120.070409, 30.2708794 ], [ 120.0705586, 30.2703928 ], [ 120.0706247, 30.2702977 ], [ 120.0706951, 30.2702825 ], [ 120.0708184, 30.2702977 ], [ 120.0709724, 30.2703091 ], [ 120.0711133, 30.2703357 ], [ 120.0712058, 30.27037 ], [ 120.071263, 30.2704422 ], [ 120.0712894, 30.270484 ], [ 120.0713642, 30.2704802 ], [ 120.0715279, 30.2704739 ], [ 120.0716592, 30.2704688 ], [ 120.0717516, 30.2704954 ], [ 120.0718265, 30.270541 ], [ 120.0719773, 30.270638 ], [ 120.0720672, 30.2706652 ], [ 120.0721031, 30.2707156 ], [ 120.0720762, 30.2708049 ], [ 120.0720447, 30.2709329 ], [ 120.0719908, 30.2712239 ], [ 120.0719459, 30.2713675 ], [ 120.0718291, 30.2715459 ], [ 120.0717886, 30.271868 ], [ 120.0717752, 30.2720542 ], [ 120.0717033, 30.2724771 ], [ 120.0716449, 30.2726052 ], [ 120.0715595, 30.2728845 ], [ 120.0715056, 30.2729544 ], [ 120.0714337, 30.2730048 ], [ 120.0713124, 30.2730009 ], [ 120.0712091, 30.2729815 ], [ 120.0711642, 30.273032 ], [ 120.0711462, 30.2730863 ], [ 120.0711911, 30.2731251 ], [ 120.0712675, 30.2731561 ], [ 120.0713484, 30.2731794 ], [ 120.0713978, 30.273226 ], [ 120.0714113, 30.2732803 ], [ 120.0713259, 30.2735247 ], [ 120.0713079, 30.2735713 ], [ 120.0713079, 30.2736411 ], [ 120.0713169, 30.2737226 ], [ 120.0712989, 30.2737769 ], [ 120.0712181, 30.2738895 ], [ 120.0711417, 30.2739709 ], [ 120.0710384, 30.2740563 ], [ 120.0709485, 30.2740834 ], [ 120.0708901, 30.2740447 ], [ 120.070781, 30.2740914 ], [ 120.070717, 30.2741668 ], [ 120.0706705, 30.274222 ], [ 120.0705948, 30.2742472 ], [ 120.070525, 30.2742271 ], [ 120.0704377, 30.2742522 ], [ 120.070362, 30.2742321 ], [ 120.0702049, 30.2742522 ], [ 120.0700187, 30.2742874 ], [ 120.0699314, 30.2742723 ], [ 120.0697975, 30.2742321 ], [ 120.0697044, 30.2742472 ], [ 120.0696113, 30.2743125 ], [ 120.0695357, 30.2743427 ], [ 120.0694193, 30.2743376 ], [ 120.0690759, 30.2742673 ], [ 120.0689886, 30.2742472 ], [ 120.0688664, 30.2741818 ], [ 120.0687908, 30.2741215 ], [ 120.068686, 30.2740813 ], [ 120.0684765, 30.2740311 ], [ 120.0684446, 30.2741148 ], [ 120.0687344, 30.274162 ], [ 120.0689129, 30.2742602 ], [ 120.068975, 30.2743038 ], [ 120.0689945, 30.2743508 ], [ 120.0689129, 30.2744381 ], [ 120.068773, 30.2744918 ], [ 120.068703, 30.2745253 ], [ 120.0686991, 30.2745824 ], [ 120.0686214, 30.274777 ], [ 120.0685553, 30.2748106 ], [ 120.0685242, 30.274871 ], [ 120.0685281, 30.2749281 ], [ 120.0685009, 30.2749885 ], [ 120.0684154, 30.2749985 ], [ 120.0683571, 30.274965 ], [ 120.0682911, 30.2749616 ], [ 120.0682522, 30.2749717 ], [ 120.0682056, 30.2749885 ], [ 120.0681551, 30.2749918 ], [ 120.0681512, 30.275022 ], [ 120.0681551, 30.2750623 ], [ 120.0681823, 30.2750858 ], [ 120.0681551, 30.2751227 ], [ 120.0680812, 30.2751294 ], [ 120.068019, 30.2750992 ], [ 120.0679841, 30.2751294 ], [ 120.0678908, 30.2752637 ], [ 120.0676771, 30.2758074 ], [ 120.0676615, 30.2758745 ], [ 120.0676654, 30.2759282 ], [ 120.0677004, 30.2759819 ], [ 120.0678092, 30.2760356 ], [ 120.0678714, 30.2760524 ], [ 120.0679219, 30.276039 ], [ 120.0681279, 30.2754852 ], [ 120.0681745, 30.2754046 ], [ 120.068225, 30.2753711 ], [ 120.068295, 30.275361 ], [ 120.0684232, 30.2753912 ], [ 120.0684815, 30.2753778 ], [ 120.0685398, 30.2753509 ], [ 120.0685981, 30.275361 ], [ 120.0688118, 30.2753879 ], [ 120.0688701, 30.275408 ], [ 120.0689556, 30.2753879 ], [ 120.0689984, 30.2753811 ], [ 120.0690333, 30.2754114 ], [ 120.0690839, 30.2754617 ], [ 120.0691227, 30.2754785 ], [ 120.0691927, 30.2754281 ], [ 120.0692354, 30.2754449 ], [ 120.0692587, 30.2754785 ], [ 120.0692276, 30.2755892 ], [ 120.0692043, 30.2756329 ], [ 120.0692004, 30.2756899 ], [ 120.0692898, 30.2757201 ], [ 120.069387, 30.275747 ], [ 120.0695036, 30.2757839 ], [ 120.0696357, 30.2757839 ], [ 120.069729, 30.2757537 ], [ 120.0697834, 30.2757134 ], [ 120.0698261, 30.275653 ], [ 120.0698067, 30.2755691 ], [ 120.0697329, 30.2754516 ], [ 120.0696707, 30.275408 ], [ 120.0696279, 30.2753274 ], [ 120.0696396, 30.2752704 ], [ 120.0696746, 30.2752033 ], [ 120.0697795, 30.2751361 ], [ 120.0698067, 30.2750657 ], [ 120.0697834, 30.275012 ], [ 120.0697367, 30.2749717 ], [ 120.0697484, 30.2749247 ], [ 120.06983, 30.2749046 ], [ 120.0698456, 30.274814 ], [ 120.0699272, 30.2746294 ], [ 120.0699466, 30.2745757 ], [ 120.0699116, 30.2745186 ], [ 120.0698611, 30.2744683 ], [ 120.0698805, 30.274428 ], [ 120.0699583, 30.2743944 ], [ 120.0700088, 30.2743844 ], [ 120.0700671, 30.2743877 ], [ 120.0700826, 30.274428 ], [ 120.0702769, 30.2744716 ], [ 120.0703508, 30.2745052 ], [ 120.0703624, 30.2745622 ], [ 120.0703391, 30.2746797 ], [ 120.0702186, 30.2750153 ], [ 120.0701098, 30.275267 ], [ 120.0700476, 30.275549 ], [ 120.0697717, 30.276284 ], [ 120.0697406, 30.2764014 ], [ 120.0696979, 30.2764618 ], [ 120.0696279, 30.2765088 ], [ 120.069558, 30.2765793 ], [ 120.0694997, 30.2766598 ], [ 120.0694686, 30.2767437 ], [ 120.0694492, 30.2768209 ], [ 120.0694569, 30.276925 ], [ 120.0694375, 30.2769887 ], [ 120.0693948, 30.2770659 ], [ 120.0693054, 30.2771431 ], [ 120.0692782, 30.2772774 ], [ 120.0692393, 30.2773311 ], [ 120.0691927, 30.277368 ], [ 120.0692004, 30.2774015 ], [ 120.0692976, 30.2774385 ], [ 120.0693209, 30.2774754 ], [ 120.0693209, 30.2775459 ], [ 120.0692315, 30.2777707 ], [ 120.069181, 30.2780124 ], [ 120.0690994, 30.2782708 ], [ 120.0689867, 30.2786467 ], [ 120.0689984, 30.2787238 ], [ 120.0689478, 30.2788648 ], [ 120.0688818, 30.278999 ], [ 120.0688274, 30.279036 ], [ 120.0687302, 30.279036 ], [ 120.0686214, 30.2790292 ], [ 120.0685864, 30.2790695 ], [ 120.0685748, 30.2791333 ], [ 120.0685748, 30.2791937 ], [ 120.0686486, 30.2792205 ], [ 120.0686914, 30.2792541 ], [ 120.0686875, 30.2792877 ], [ 120.0685398, 30.2792742 ], [ 120.068431, 30.2792407 ], [ 120.0683649, 30.2791903 ], [ 120.0682716, 30.2792138 ], [ 120.0681939, 30.2795461 ], [ 120.0681939, 30.2795964 ], [ 120.0681512, 30.2796233 ], [ 120.0679335, 30.2795964 ], [ 120.0679102, 30.2796568 ], [ 120.0678752, 30.2798045 ], [ 120.0678247, 30.2799186 ], [ 120.0679297, 30.2799857 ], [ 120.0679763, 30.2800327 ], [ 120.0680734, 30.2800327 ], [ 120.0681279, 30.2800629 ], [ 120.0681861, 30.2800293 ], [ 120.0682367, 30.2798884 ], [ 120.0682794, 30.2798045 ], [ 120.0683299, 30.2797273 ], [ 120.0683338, 30.2796501 ], [ 120.0683455, 30.2796098 ], [ 120.0684349, 30.2795863 ], [ 120.0685048, 30.2796098 ], [ 120.0685631, 30.2795696 ], [ 120.0686603, 30.2795024 ], [ 120.0686836, 30.2794454 ], [ 120.0687069, 30.2793749 ], [ 120.0687885, 30.2794219 ], [ 120.0687341, 30.2796434 ], [ 120.0686797, 30.2797273 ], [ 120.0685631, 30.2797642 ], [ 120.068532, 30.2797944 ], [ 120.0684582, 30.2798045 ], [ 120.0683766, 30.279781 ], [ 120.0682483, 30.2801032 ], [ 120.0682095, 30.2801468 ], [ 120.0681356, 30.2801737 ], [ 120.0680501, 30.2801703 ], [ 120.0679724, 30.2801502 ], [ 120.0679102, 30.2801602 ], [ 120.0678636, 30.2802173 ], [ 120.0678131, 30.2802643 ], [ 120.0677431, 30.2803012 ], [ 120.0676848, 30.2803012 ], [ 120.0676576, 30.2802844 ], [ 120.0677198, 30.2800528 ], [ 120.0677004, 30.2800226 ], [ 120.067576, 30.2800327 ], [ 120.0675138, 30.2800361 ], [ 120.0675022, 30.2801132 ], [ 120.0674983, 30.2801602 ], [ 120.0674517, 30.2802139 ], [ 120.0674167, 30.2802743 ], [ 120.0674322, 30.2803415 ], [ 120.06737, 30.2803784 ], [ 120.0673234, 30.2803582 ], [ 120.0672923, 30.280318 ], [ 120.0672884, 30.2801904 ], [ 120.0672457, 30.2802106 ], [ 120.0671757, 30.2802173 ], [ 120.0671019, 30.2801535 ], [ 120.0670086, 30.2801435 ], [ 120.0669464, 30.2800931 ], [ 120.0669076, 30.2801267 ], [ 120.0669853, 30.2801971 ], [ 120.0669581, 30.280224 ], [ 120.0668337, 30.2801502 ], [ 120.0667094, 30.2800126 ], [ 120.0667444, 30.2799857 ], [ 120.0668182, 30.2800361 ], [ 120.0668726, 30.2800092 ], [ 120.0667244, 30.2797319 ], [ 120.0666338, 30.2796537 ], [ 120.0661152, 30.2795897 ], [ 120.0659093, 30.2795897 ], [ 120.0655141, 30.2794902 ], [ 120.0653659, 30.2795044 ], [ 120.065333, 30.2796111 ], [ 120.065473, 30.2796537 ] ], [ [ 120.0682272, 30.2750849 ], [ 120.0682877, 30.2750559 ], [ 120.0684119, 30.2750762 ], [ 120.0684825, 30.2751052 ], [ 120.0685396, 30.2750994 ], [ 120.0685866, 30.2750298 ], [ 120.0686336, 30.2749776 ], [ 120.0686773, 30.2749428 ], [ 120.0687343, 30.2749544 ], [ 120.0687444, 30.2750211 ], [ 120.0687209, 30.2751081 ], [ 120.0687914, 30.27514 ], [ 120.068872, 30.27514 ], [ 120.0689526, 30.2751371 ], [ 120.0689929, 30.2750878 ], [ 120.0690299, 30.274995 ], [ 120.0690735, 30.2749254 ], [ 120.0691541, 30.2748935 ], [ 120.0692347, 30.2749573 ], [ 120.0692381, 30.2750356 ], [ 120.0691978, 30.2750936 ], [ 120.0691877, 30.2751777 ], [ 120.0691911, 30.2752386 ], [ 120.0692549, 30.2752618 ], [ 120.0693254, 30.2752821 ], [ 120.0693859, 30.2752879 ], [ 120.0694228, 30.2753314 ], [ 120.0695538, 30.2753546 ], [ 120.0695907, 30.2753836 ], [ 120.0695504, 30.2754243 ], [ 120.0694463, 30.2754098 ], [ 120.0693288, 30.2753778 ], [ 120.0692515, 30.2753662 ], [ 120.0691978, 30.2753517 ], [ 120.0691306, 30.2753691 ], [ 120.0690433, 30.2753604 ], [ 120.0689358, 30.2753256 ], [ 120.0688116, 30.2753024 ], [ 120.0686437, 30.275285 ], [ 120.0685631, 30.2752734 ], [ 120.0685026, 30.2752589 ], [ 120.0684455, 30.2752357 ], [ 120.0683616, 30.275227 ], [ 120.0682944, 30.2752125 ], [ 120.0682373, 30.2751748 ], [ 120.0682004, 30.2751342 ], [ 120.0682272, 30.2750849 ] ], [ [ 120.068994, 30.2745176 ], [ 120.0690105, 30.2744859 ], [ 120.0690509, 30.2744606 ], [ 120.0690472, 30.2744447 ], [ 120.0690711, 30.2743924 ], [ 120.0691151, 30.2743512 ], [ 120.0691518, 30.2743449 ], [ 120.0691849, 30.2743512 ], [ 120.0693886, 30.2744067 ], [ 120.0694308, 30.2744431 ], [ 120.0694491, 30.2744859 ], [ 120.0694253, 30.2745319 ], [ 120.0693941, 30.2745588 ], [ 120.0693519, 30.2746413 ], [ 120.0693702, 30.2746714 ], [ 120.0693721, 30.2747063 ], [ 120.0693592, 30.2747332 ], [ 120.0693372, 30.2747617 ], [ 120.0693078, 30.274776 ], [ 120.0692564, 30.2747744 ], [ 120.0692069, 30.274749 ], [ 120.0690325, 30.2746666 ], [ 120.0689958, 30.2746207 ], [ 120.068983, 30.2745779 ], [ 120.068994, 30.2745176 ] ], [ [ 120.0709943, 30.2746029 ], [ 120.0711302, 30.2745176 ], [ 120.0712167, 30.2744322 ], [ 120.0713402, 30.2743255 ], [ 120.0713834, 30.2741869 ], [ 120.071445, 30.2740167 ], [ 120.0715192, 30.2740191 ], [ 120.0715486, 30.2740783 ], [ 120.0716825, 30.2742588 ], [ 120.0716825, 30.274304 ], [ 120.071676, 30.2743435 ], [ 120.0715845, 30.2744986 ], [ 120.0715711, 30.274582 ], [ 120.071568, 30.2746268 ], [ 120.0715588, 30.274669 ], [ 120.0714947, 30.2747112 ], [ 120.0714397, 30.2747481 ], [ 120.0713756, 30.2747745 ], [ 120.0713298, 30.2748009 ], [ 120.0712748, 30.2748299 ], [ 120.0712077, 30.2748193 ], [ 120.071171, 30.2747798 ], [ 120.0711374, 30.2746743 ], [ 120.0711038, 30.274611 ], [ 120.0710702, 30.2746189 ], [ 120.0710428, 30.2746505 ], [ 120.0709939, 30.2746505 ], [ 120.0709943, 30.2746029 ] ], [ [ 120.0714768, 30.2749104 ], [ 120.071529, 30.2748737 ], [ 120.0715911, 30.2748653 ], [ 120.0716694, 30.2748907 ], [ 120.0717642, 30.2749471 ], [ 120.0718066, 30.2749978 ], [ 120.0718066, 30.2750543 ], [ 120.0717838, 30.2750853 ], [ 120.0717217, 30.2751078 ], [ 120.0716466, 30.275105 ], [ 120.0715911, 30.2750881 ], [ 120.0714865, 30.2749978 ], [ 120.0714637, 30.2749499 ], [ 120.0714768, 30.2749104 ] ], [ [ 120.0715687, 30.2735414 ], [ 120.071649, 30.2731947 ], [ 120.0717232, 30.27304 ], [ 120.0718282, 30.2725812 ], [ 120.0719146, 30.2723572 ], [ 120.0719949, 30.2722985 ], [ 120.0719888, 30.2721811 ], [ 120.0719702, 30.2720425 ], [ 120.0720938, 30.2715837 ], [ 120.072242, 30.2709542 ], [ 120.0723285, 30.2708475 ], [ 120.0724458, 30.2708315 ], [ 120.0725755, 30.2708315 ], [ 120.0726805, 30.2708742 ], [ 120.0728473, 30.2709489 ], [ 120.0730017, 30.2709969 ], [ 120.0731994, 30.2710449 ], [ 120.0732862, 30.2710767 ], [ 120.07332, 30.2711185 ], [ 120.0733297, 30.2711979 ], [ 120.0733345, 30.271294 ], [ 120.0732862, 30.2714736 ], [ 120.0732088, 30.2718079 ], [ 120.0731749, 30.271904 ], [ 120.0731314, 30.2719917 ], [ 120.0730346, 30.2720669 ], [ 120.0729475, 30.2721212 ], [ 120.0729024, 30.2721043 ], [ 120.0729244, 30.2720569 ], [ 120.0729757, 30.2719809 ], [ 120.0729903, 30.271905 ], [ 120.0730453, 30.2718101 ], [ 120.0731112, 30.2716994 ], [ 120.0731185, 30.2716045 ], [ 120.0731625, 30.2715222 ], [ 120.0732211, 30.2713862 ], [ 120.0732651, 30.2712438 ], [ 120.0732614, 30.2711552 ], [ 120.0732174, 30.2711141 ], [ 120.0731772, 30.2711204 ], [ 120.0731405, 30.2711616 ], [ 120.0731185, 30.2712217 ], [ 120.0730966, 30.2712913 ], [ 120.0730416, 30.2713704 ], [ 120.0729903, 30.2714653 ], [ 120.0729464, 30.271576 ], [ 120.0729537, 30.2717089 ], [ 120.0729464, 30.2717911 ], [ 120.0729171, 30.2718322 ], [ 120.0728182, 30.2718607 ], [ 120.0727559, 30.2718923 ], [ 120.07269, 30.271886 ], [ 120.0726533, 30.2719113 ], [ 120.0726497, 30.2719366 ], [ 120.0726936, 30.2719525 ], [ 120.0727449, 30.2719461 ], [ 120.0728072, 30.2719556 ], [ 120.0728255, 30.2719999 ], [ 120.0728145, 30.2720569 ], [ 120.0727852, 30.2721075 ], [ 120.072701, 30.2721644 ], [ 120.0726094, 30.2721992 ], [ 120.0724629, 30.2722308 ], [ 120.072353, 30.2722055 ], [ 120.0722651, 30.2721581 ], [ 120.0722577, 30.2721043 ], [ 120.072287, 30.2720569 ], [ 120.0723896, 30.2720379 ], [ 120.0725581, 30.2720189 ], [ 120.0724922, 30.2719746 ], [ 120.0723786, 30.2719936 ], [ 120.0722541, 30.2719683 ], [ 120.0722028, 30.2720347 ], [ 120.0721808, 30.2721834 ], [ 120.0721661, 30.2722308 ], [ 120.0721368, 30.2722973 ], [ 120.0721149, 30.272389 ], [ 120.0721149, 30.272465 ], [ 120.0721405, 30.2725251 ], [ 120.0721712, 30.2725802 ], [ 120.0722321, 30.27262 ], [ 120.0722907, 30.2726737 ], [ 120.0723456, 30.2727085 ], [ 120.0724116, 30.2727149 ], [ 120.0724958, 30.2726959 ], [ 120.0725325, 30.2726959 ], [ 120.0725581, 30.2727339 ], [ 120.0725581, 30.2727781 ], [ 120.0724189, 30.2728066 ], [ 120.0724482, 30.2728477 ], [ 120.0725251, 30.2728541 ], [ 120.0725508, 30.2728762 ], [ 120.0725691, 30.2729173 ], [ 120.0725581, 30.272968 ], [ 120.0725947, 30.2730028 ], [ 120.072657, 30.2729996 ], [ 120.0727119, 30.2729648 ], [ 120.0727449, 30.2729142 ], [ 120.0727596, 30.2728351 ], [ 120.0727412, 30.2727528 ], [ 120.0727266, 30.2726801 ], [ 120.0726826, 30.2726105 ], [ 120.0725764, 30.272582 ], [ 120.0725215, 30.2725567 ], [ 120.0724922, 30.2725124 ], [ 120.0725141, 30.2724839 ], [ 120.0726607, 30.2724808 ], [ 120.0727449, 30.2724808 ], [ 120.0727852, 30.2724428 ], [ 120.0728365, 30.2723637 ], [ 120.0728731, 30.2723384 ], [ 120.0729234, 30.2723385 ], [ 120.0729377, 30.2724138 ], [ 120.0728924, 30.2725615 ], [ 120.0728823, 30.2726485 ], [ 120.072832, 30.2727484 ], [ 120.0728354, 30.2728429 ], [ 120.0728093, 30.2729049 ], [ 120.0727766, 30.2729614 ], [ 120.0727309, 30.2730008 ], [ 120.0726884, 30.2730431 ], [ 120.072695, 30.2730855 ], [ 120.072757, 30.2731108 ], [ 120.0727701, 30.2731616 ], [ 120.0727472, 30.2733619 ], [ 120.0726591, 30.2737878 ], [ 120.072646, 30.2739147 ], [ 120.0726786, 30.2739599 ], [ 120.0726819, 30.2740106 ], [ 120.0726689, 30.2740783 ], [ 120.0726329, 30.2741263 ], [ 120.0725937, 30.2741573 ], [ 120.0726558, 30.2741742 ], [ 120.0727113, 30.2742335 ], [ 120.0727276, 30.2742927 ], [ 120.0728191, 30.274335 ], [ 120.0729073, 30.2743829 ], [ 120.0729759, 30.2743688 ], [ 120.0729987, 30.2744224 ], [ 120.0729563, 30.2744478 ], [ 120.0729661, 30.2744873 ], [ 120.072953, 30.2745578 ], [ 120.0729269, 30.2746509 ], [ 120.0729236, 30.2747073 ], [ 120.0729628, 30.2747412 ], [ 120.0729628, 30.2747807 ], [ 120.0729171, 30.274806 ], [ 120.0729007, 30.2748427 ], [ 120.0728648, 30.2749189 ], [ 120.072842, 30.2749809 ], [ 120.0728779, 30.2750091 ], [ 120.0729007, 30.2750401 ], [ 120.0729105, 30.2751163 ], [ 120.0728975, 30.2751925 ], [ 120.0728648, 30.2752489 ], [ 120.0727636, 30.275263 ], [ 120.0726819, 30.2752432 ], [ 120.0726525, 30.2752009 ], [ 120.0726656, 30.2751276 ], [ 120.0726917, 30.2750176 ], [ 120.0726591, 30.2749527 ], [ 120.0727342, 30.2748314 ], [ 120.072744, 30.2747017 ], [ 120.072793, 30.2747073 ], [ 120.0727799, 30.274603 ], [ 120.0727342, 30.2745804 ], [ 120.0726231, 30.2745296 ], [ 120.072437, 30.2744619 ], [ 120.0723618, 30.2744196 ], [ 120.0723586, 30.2743604 ], [ 120.072401, 30.2743153 ], [ 120.072401, 30.2742645 ], [ 120.0722933, 30.2742588 ], [ 120.0722116, 30.2742701 ], [ 120.0721463, 30.274287 ], [ 120.0721267, 30.2742532 ], [ 120.0721136, 30.2741827 ], [ 120.0720581, 30.2741178 ], [ 120.0719993, 30.2740529 ], [ 120.0720189, 30.2739937 ], [ 120.0720516, 30.2739063 ], [ 120.0720973, 30.2738386 ], [ 120.0722051, 30.2737765 ], [ 120.0722149, 30.2737483 ], [ 120.072143, 30.2736355 ], [ 120.0720875, 30.273596 ], [ 120.0720026, 30.2735621 ], [ 120.0719177, 30.2735452 ], [ 120.0718687, 30.2735509 ], [ 120.071836, 30.2735932 ], [ 120.0718327, 30.2736468 ], [ 120.0718164, 30.273706 ], [ 120.0718001, 30.2737483 ], [ 120.0717576, 30.2737596 ], [ 120.0716401, 30.2737257 ], [ 120.0715813, 30.2737116 ], [ 120.0715533, 30.2736508 ], [ 120.0715687, 30.2735414 ] ], [ [ 120.0716495, 30.273782 ], [ 120.0717186, 30.2737889 ], [ 120.0717876, 30.273821 ], [ 120.0718248, 30.2738898 ], [ 120.0718115, 30.2739173 ], [ 120.071761, 30.2739402 ], [ 120.0717398, 30.2739769 ], [ 120.0716814, 30.2739999 ], [ 120.0716283, 30.2739334 ], [ 120.0715933, 30.2738909 ], [ 120.0715751, 30.2738301 ], [ 120.0716495, 30.273782 ] ], [ [ 120.0716172, 30.2747383 ], [ 120.0716596, 30.2746791 ], [ 120.071689, 30.2746763 ], [ 120.0717282, 30.2746904 ], [ 120.0717413, 30.2747327 ], [ 120.0717348, 30.274775 ], [ 120.0717152, 30.2748032 ], [ 120.0716727, 30.2748201 ], [ 120.0716368, 30.2748117 ], [ 120.0716074, 30.2747778 ], [ 120.0716172, 30.2747383 ] ], [ [ 120.0718915, 30.2749442 ], [ 120.0719536, 30.2749273 ], [ 120.0720091, 30.2749442 ], [ 120.0721202, 30.2750232 ], [ 120.07213, 30.2750627 ], [ 120.0721169, 30.2751022 ], [ 120.0720777, 30.2751304 ], [ 120.0720156, 30.2751248 ], [ 120.0719177, 30.2750937 ], [ 120.0718883, 30.2750514 ], [ 120.0718785, 30.2750035 ], [ 120.0718915, 30.2749442 ] ], [ [ 120.0724141, 30.2749696 ], [ 120.0724435, 30.2749104 ], [ 120.0724729, 30.2748568 ], [ 120.072499, 30.2748342 ], [ 120.0725349, 30.2748342 ], [ 120.0725513, 30.2748766 ], [ 120.0725676, 30.2749442 ], [ 120.0725774, 30.2750204 ], [ 120.0725676, 30.2750712 ], [ 120.0725382, 30.275105 ], [ 120.0724892, 30.2751248 ], [ 120.0724304, 30.2751163 ], [ 120.0724076, 30.2750853 ], [ 120.0723945, 30.2750345 ], [ 120.0724141, 30.2749696 ] ], [ [ 120.0724435, 30.2746199 ], [ 120.0724794, 30.2745719 ], [ 120.0725284, 30.2745494 ], [ 120.0725676, 30.2745578 ], [ 120.072646, 30.274586 ], [ 120.0726591, 30.2746199 ], [ 120.0726493, 30.2746622 ], [ 120.0725905, 30.2747186 ], [ 120.0725186, 30.2747355 ], [ 120.0724566, 30.274713 ], [ 120.0724304, 30.2746678 ], [ 120.0724435, 30.2746199 ] ], [ [ 120.072779, 30.2739739 ], [ 120.072779, 30.2737109 ], [ 120.072795, 30.2735955 ], [ 120.0728324, 30.2735078 ], [ 120.0728805, 30.2733971 ], [ 120.0729179, 30.2733048 ], [ 120.0729446, 30.2731248 ], [ 120.0728859, 30.2730325 ], [ 120.0728752, 30.2729356 ], [ 120.0729072, 30.2728848 ], [ 120.072966, 30.2728479 ], [ 120.0730141, 30.2727971 ], [ 120.0730675, 30.2728156 ], [ 120.0730782, 30.2728802 ], [ 120.0731637, 30.2729079 ], [ 120.0732118, 30.2729541 ], [ 120.0732652, 30.2730648 ], [ 120.0733026, 30.2731479 ], [ 120.0733561, 30.2731894 ], [ 120.0734523, 30.2732632 ], [ 120.0735004, 30.2733463 ], [ 120.0735538, 30.2735263 ], [ 120.0735431, 30.2735955 ], [ 120.073479, 30.2736093 ], [ 120.0734576, 30.2735678 ], [ 120.0734255, 30.2734755 ], [ 120.0733668, 30.2734155 ], [ 120.0732546, 30.2733971 ], [ 120.0731317, 30.2734155 ], [ 120.0730782, 30.2734801 ], [ 120.0730462, 30.2735955 ], [ 120.0730729, 30.2737155 ], [ 120.0732225, 30.273757 ], [ 120.07334, 30.2737478 ], [ 120.0734629, 30.2737339 ], [ 120.0735164, 30.2737986 ], [ 120.0735378, 30.2738955 ], [ 120.0735378, 30.2740016 ], [ 120.0735164, 30.2740939 ], [ 120.073495, 30.274177 ], [ 120.0735057, 30.2742231 ], [ 120.0735752, 30.2742785 ], [ 120.0737194, 30.2743292 ], [ 120.0737248, 30.2744031 ], [ 120.073666, 30.2744169 ], [ 120.0735057, 30.2743846 ], [ 120.073324, 30.27438 ], [ 120.0731797, 30.2743339 ], [ 120.073153, 30.2742877 ], [ 120.0730889, 30.27426 ], [ 120.0730248, 30.2742554 ], [ 120.0729286, 30.27426 ], [ 120.0728698, 30.2742185 ], [ 120.072795, 30.2741262 ], [ 120.0727736, 30.2740339 ], [ 120.072779, 30.2739739 ] ], [ [ 120.0728322, 30.2755027 ], [ 120.0728485, 30.2754745 ], [ 120.0728779, 30.2754886 ], [ 120.0728779, 30.2755366 ], [ 120.0728648, 30.275562 ], [ 120.0728289, 30.2755704 ], [ 120.0728191, 30.275545 ], [ 120.0728322, 30.2755027 ] ], [ [ 120.0740004, 30.2668093 ], [ 120.0741308, 30.2666029 ], [ 120.0741851, 30.266434 ], [ 120.074234, 30.2663589 ], [ 120.0742992, 30.2663542 ], [ 120.0744513, 30.2664058 ], [ 120.0744839, 30.2664528 ], [ 120.0744458, 30.266556 ], [ 120.0743698, 30.2666874 ], [ 120.0743644, 30.266814 ], [ 120.0742557, 30.2670252 ], [ 120.0742068, 30.2670908 ], [ 120.0741036, 30.2670862 ], [ 120.0739841, 30.2670533 ], [ 120.0739569, 30.2669736 ], [ 120.0739569, 30.2669173 ], [ 120.0740004, 30.2668093 ] ], [ [ 120.0754508, 30.2677289 ], [ 120.0754834, 30.2676773 ], [ 120.0755051, 30.2676304 ], [ 120.0755269, 30.2675741 ], [ 120.0756138, 30.267546 ], [ 120.0757007, 30.2675506 ], [ 120.075755, 30.2676069 ], [ 120.0757659, 30.2676867 ], [ 120.0757876, 30.2677571 ], [ 120.075717, 30.2678509 ], [ 120.0756681, 30.2678885 ], [ 120.0755975, 30.2679072 ], [ 120.0755214, 30.2678931 ], [ 120.0754617, 30.267865 ], [ 120.0754237, 30.2677993 ], [ 120.0754508, 30.2677289 ] ], [ [ 120.07588, 30.2674803 ], [ 120.0759343, 30.2674803 ], [ 120.0759615, 30.2675272 ], [ 120.0759615, 30.2675647 ], [ 120.0759071, 30.2675882 ], [ 120.0758582, 30.26756 ], [ 120.0758528, 30.2675178 ], [ 120.07588, 30.2674803 ] ], [ [ 120.0759234, 30.2679354 ], [ 120.075956, 30.2678322 ], [ 120.0759669, 30.2677524 ], [ 120.0760321, 30.2676586 ], [ 120.0760484, 30.2675882 ], [ 120.0760429, 30.2675037 ], [ 120.0760592, 30.2674334 ], [ 120.0761625, 30.2673864 ], [ 120.0762602, 30.2674193 ], [ 120.0763363, 30.2674568 ], [ 120.0764012, 30.2674028 ], [ 120.0764012, 30.2673476 ], [ 120.0764757, 30.2673384 ], [ 120.076513, 30.2673936 ], [ 120.0764704, 30.2674672 ], [ 120.0764171, 30.267527 ], [ 120.0764598, 30.2676144 ], [ 120.0764544, 30.2676972 ], [ 120.0765663, 30.2676972 ], [ 120.0766622, 30.2677525 ], [ 120.0766782, 30.2678353 ], [ 120.0766196, 30.2679135 ], [ 120.076529, 30.2679273 ], [ 120.0764065, 30.2679273 ], [ 120.0762627, 30.2679043 ], [ 120.0761987, 30.2678905 ], [ 120.0761668, 30.2680055 ], [ 120.0761721, 30.2680745 ], [ 120.0761401, 30.2681206 ], [ 120.0760429, 30.2681418 ], [ 120.0759615, 30.2681137 ], [ 120.075918, 30.2680808 ], [ 120.0759017, 30.2680245 ], [ 120.0759234, 30.2679354 ] ], [ [ 120.0773447, 30.2662927 ], [ 120.0774135, 30.2662571 ], [ 120.0774869, 30.2662412 ], [ 120.0775695, 30.2662412 ], [ 120.0776934, 30.2662571 ], [ 120.0778035, 30.2662808 ], [ 120.0779412, 30.2663244 ], [ 120.0780559, 30.2663799 ], [ 120.0781568, 30.2664354 ], [ 120.0781614, 30.266475 ], [ 120.0780926, 30.2664988 ], [ 120.0780008, 30.2664631 ], [ 120.0779045, 30.2664195 ], [ 120.0777989, 30.2663918 ], [ 120.0776842, 30.2663918 ], [ 120.0775328, 30.2663799 ], [ 120.0773906, 30.2663561 ], [ 120.0773309, 30.2663363 ], [ 120.0773447, 30.2662927 ] ] ], [ [ [ 120.0707853, 30.2759891 ], [ 120.0708552, 30.2760155 ], [ 120.070877, 30.2760419 ], [ 120.0708945, 30.2760947 ], [ 120.0708814, 30.2761475 ], [ 120.0709338, 30.2761702 ], [ 120.0710124, 30.2761739 ], [ 120.0710064, 30.2760638 ], [ 120.0710199, 30.2759976 ], [ 120.071056, 30.2759509 ], [ 120.07111, 30.2759276 ], [ 120.0711776, 30.2759432 ], [ 120.0711686, 30.2760093 ], [ 120.0711371, 30.2760833 ], [ 120.0711236, 30.2761261 ], [ 120.0711821, 30.2761767 ], [ 120.0712633, 30.2762078 ], [ 120.0712993, 30.2762389 ], [ 120.0713714, 30.2762156 ], [ 120.0714255, 30.2762428 ], [ 120.0714751, 30.2763012 ], [ 120.0715156, 30.2763557 ], [ 120.0715562, 30.2764374 ], [ 120.0715607, 30.2765191 ], [ 120.0715562, 30.276597 ], [ 120.0715246, 30.2766787 ], [ 120.0715246, 30.2767526 ], [ 120.0715427, 30.2768499 ], [ 120.0716463, 30.2768616 ], [ 120.0717094, 30.2768383 ], [ 120.0716869, 30.2767799 ], [ 120.0716418, 30.2767059 ], [ 120.0716373, 30.2766398 ], [ 120.0716643, 30.2765853 ], [ 120.0717454, 30.2765308 ], [ 120.0718221, 30.2764608 ], [ 120.0718311, 30.2764063 ], [ 120.0718085, 30.2763635 ], [ 120.0717454, 30.2763401 ], [ 120.0716869, 30.276309 ], [ 120.0716869, 30.2762584 ], [ 120.0716959, 30.2762117 ], [ 120.0717454, 30.2761922 ], [ 120.0718356, 30.2762039 ], [ 120.0719212, 30.2761922 ], [ 120.0719978, 30.2761611 ], [ 120.0720609, 30.27613 ], [ 120.07216, 30.2761377 ], [ 120.0722096, 30.2761883 ], [ 120.0722321, 30.2762778 ], [ 120.0722051, 30.2763557 ], [ 120.072133, 30.2764102 ], [ 120.072124, 30.2764997 ], [ 120.072151, 30.2766476 ], [ 120.0721105, 30.2767215 ], [ 120.0720564, 30.2767838 ], [ 120.072124, 30.276846 ], [ 120.0720564, 30.2769394 ], [ 120.0720879, 30.2770251 ], [ 120.0721105, 30.2771107 ], [ 120.0720834, 30.2771691 ], [ 120.0720158, 30.2772119 ], [ 120.0720519, 30.2772508 ], [ 120.0720879, 30.2773286 ], [ 120.0720834, 30.2774765 ], [ 120.0720474, 30.2775543 ], [ 120.0719482, 30.277601 ], [ 120.0719032, 30.2776711 ], [ 120.0719527, 30.2777139 ], [ 120.0720429, 30.2777567 ], [ 120.072106, 30.2778307 ], [ 120.0720969, 30.2778968 ], [ 120.0720564, 30.2779318 ], [ 120.0719663, 30.2779474 ], [ 120.0719302, 30.2779902 ], [ 120.0719077, 30.2780603 ], [ 120.0718761, 30.2782548 ], [ 120.0718851, 30.2783755 ], [ 120.0718041, 30.2787895 ], [ 120.0717754, 30.2789102 ], [ 120.0717342, 30.2789883 ], [ 120.0717219, 30.2790664 ], [ 120.0717589, 30.2791658 ], [ 120.071763, 30.279283 ], [ 120.0718247, 30.2793078 ], [ 120.0719028, 30.2792972 ], [ 120.0719398, 30.2792617 ], [ 120.0719645, 30.2791836 ], [ 120.0719974, 30.2788498 ], [ 120.0719974, 30.2787682 ], [ 120.071985, 30.2785694 ], [ 120.071948, 30.2784806 ], [ 120.0719604, 30.2784167 ], [ 120.0720015, 30.2783741 ], [ 120.072059, 30.2783351 ], [ 120.0721248, 30.2782711 ], [ 120.0721495, 30.2782321 ], [ 120.0722111, 30.2782179 ], [ 120.0722564, 30.2782463 ], [ 120.0722851, 30.2783031 ], [ 120.0722522, 30.2784061 ], [ 120.072207, 30.2784558 ], [ 120.0722317, 30.2785161 ], [ 120.072318, 30.2785268 ], [ 120.0723016, 30.2786475 ], [ 120.0723221, 30.2787362 ], [ 120.0723632, 30.2787859 ], [ 120.0725277, 30.2787788 ], [ 120.0727579, 30.2788143 ], [ 120.0728566, 30.2788392 ], [ 120.0729511, 30.2788853 ], [ 120.0730169, 30.2789244 ], [ 120.0730375, 30.2789883 ], [ 120.0730539, 30.2790735 ], [ 120.0731608, 30.2790593 ], [ 120.0732389, 30.2790877 ], [ 120.0733581, 30.2791232 ], [ 120.0733828, 30.2791623 ], [ 120.0734363, 30.279212 ], [ 120.0735431, 30.2792404 ], [ 120.0736213, 30.2792155 ], [ 120.0737569, 30.2792972 ], [ 120.0738063, 30.2792368 ], [ 120.073835, 30.2791197 ], [ 120.0738679, 30.2790167 ], [ 120.0739008, 30.2789457 ], [ 120.0739789, 30.2789102 ], [ 120.0740817, 30.2789351 ], [ 120.0741351, 30.278928 ], [ 120.0741516, 30.2788605 ], [ 120.0741763, 30.2786581 ], [ 120.074131, 30.2785978 ], [ 120.0741269, 30.2785126 ], [ 120.0741516, 30.2784203 ], [ 120.0741557, 30.2783493 ], [ 120.0741886, 30.2782924 ], [ 120.0742914, 30.2782214 ], [ 120.0744435, 30.2782392 ], [ 120.074538, 30.2782463 ], [ 120.0746161, 30.2782285 ], [ 120.0747066, 30.2782179 ], [ 120.0747271, 30.2780794 ], [ 120.0747641, 30.2777563 ], [ 120.074797, 30.2776889 ], [ 120.0748587, 30.2776569 ], [ 120.0749409, 30.2776392 ], [ 120.0750519, 30.2776569 ], [ 120.075093, 30.2774084 ], [ 120.0750972, 30.2772096 ], [ 120.0751218, 30.277135 ], [ 120.075093, 30.277096 ], [ 120.0750314, 30.2770498 ], [ 120.0750314, 30.2770001 ], [ 120.0750684, 30.2769114 ], [ 120.0749903, 30.2768972 ], [ 120.0749286, 30.2768688 ], [ 120.0749163, 30.2768155 ], [ 120.0749574, 30.2767871 ], [ 120.0750232, 30.2767836 ], [ 120.0750766, 30.2768368 ], [ 120.0751465, 30.2768191 ], [ 120.0752123, 30.2768617 ], [ 120.075241, 30.2769043 ], [ 120.075278, 30.2769398 ], [ 120.0753274, 30.2769327 ], [ 120.0753233, 30.2768723 ], [ 120.075352, 30.2768191 ], [ 120.0754178, 30.2768084 ], [ 120.0754959, 30.2768475 ], [ 120.0756193, 30.2768013 ], [ 120.0757385, 30.2767907 ], [ 120.0758372, 30.2767765 ], [ 120.0758906, 30.2768084 ], [ 120.0761126, 30.2767729 ], [ 120.0761989, 30.2767836 ], [ 120.07624, 30.2768226 ], [ 120.0762853, 30.2768794 ], [ 120.0764209, 30.2768723 ], [ 120.0765114, 30.2768617 ], [ 120.0766429, 30.2768688 ], [ 120.0767169, 30.2768617 ], [ 120.0767786, 30.2768972 ], [ 120.076906, 30.2768901 ], [ 120.0770664, 30.2769078 ], [ 120.0771815, 30.2769398 ], [ 120.0772637, 30.2769753 ], [ 120.0773131, 30.2770214 ], [ 120.0773089, 30.2771244 ], [ 120.0773336, 30.2773161 ], [ 120.0773747, 30.2774084 ], [ 120.0773953, 30.2775433 ], [ 120.0774323, 30.2776072 ], [ 120.0774158, 30.2776853 ], [ 120.0774158, 30.2777777 ], [ 120.0773665, 30.2781575 ], [ 120.0773829, 30.278193 ], [ 120.0774199, 30.2781717 ], [ 120.0774446, 30.2778238 ], [ 120.0774775, 30.2777777 ], [ 120.0775515, 30.2777492 ], [ 120.0777077, 30.2777421 ], [ 120.0778475, 30.2777457 ], [ 120.0779421, 30.2777599 ], [ 120.0780161, 30.2778167 ], [ 120.0781147, 30.2778132 ], [ 120.0782792, 30.2778203 ], [ 120.0783943, 30.2778593 ], [ 120.0785053, 30.2778167 ], [ 120.0786368, 30.2778061 ], [ 120.0787972, 30.2778309 ], [ 120.0788712, 30.2778842 ], [ 120.0789493, 30.2778913 ], [ 120.0790356, 30.277941 ], [ 120.0790973, 30.2779836 ], [ 120.0792288, 30.2779694 ], [ 120.0793439, 30.2779836 ], [ 120.0794467, 30.2780013 ], [ 120.0794878, 30.2780546 ], [ 120.0795865, 30.2780759 ], [ 120.0796975, 30.2780972 ], [ 120.0797551, 30.2781256 ], [ 120.0797797, 30.2781788 ], [ 120.0797797, 30.2782392 ], [ 120.0798907, 30.2782108 ], [ 120.0800511, 30.2782285 ], [ 120.0804046, 30.278296 ], [ 120.0806348, 30.2783635 ], [ 120.0807952, 30.2783812 ], [ 120.0808815, 30.2784025 ], [ 120.0809267, 30.2784487 ], [ 120.0809802, 30.2783883 ], [ 120.081083, 30.2783777 ], [ 120.0811898, 30.2783883 ], [ 120.0813831, 30.2784274 ], [ 120.0814653, 30.2784664 ], [ 120.0815475, 30.2784735 ], [ 120.081638, 30.2784806 ], [ 120.0816626, 30.2783883 ], [ 120.0816667, 30.278264 ], [ 120.0816791, 30.278154 ], [ 120.0816996, 30.2780865 ], [ 120.0817325, 30.2780439 ], [ 120.0817161, 30.2780084 ], [ 120.0818024, 30.277767 ], [ 120.0818764, 30.277593 ], [ 120.0819298, 30.2774972 ], [ 120.0819751, 30.2774723 ], [ 120.0820367, 30.2774936 ], [ 120.0820614, 30.2776072 ], [ 120.082045, 30.2776889 ], [ 120.0819915, 30.2777315 ], [ 120.0819997, 30.2778061 ], [ 120.0819997, 30.2778948 ], [ 120.0819915, 30.2779587 ], [ 120.0819586, 30.2780049 ], [ 120.081897, 30.2780404 ], [ 120.0818682, 30.2780759 ], [ 120.08186, 30.2782392 ], [ 120.0818558, 30.2783315 ], [ 120.0818065, 30.2784274 ], [ 120.0817818, 30.2784948 ], [ 120.0818065, 30.2785303 ], [ 120.0818805, 30.2785552 ], [ 120.0819052, 30.2786049 ], [ 120.0818928, 30.2786617 ], [ 120.0818065, 30.2787078 ], [ 120.0816873, 30.2787043 ], [ 120.0814982, 30.2786652 ], [ 120.081453, 30.2788392 ], [ 120.0813995, 30.2789457 ], [ 120.081379, 30.2790345 ], [ 120.081342, 30.2790664 ], [ 120.0812762, 30.2790416 ], [ 120.0812556, 30.278967 ], [ 120.0812638, 30.278896 ], [ 120.0812022, 30.2789599 ], [ 120.0811323, 30.2789954 ], [ 120.0810295, 30.2790096 ], [ 120.0809103, 30.2789777 ], [ 120.0809185, 30.2790167 ], [ 120.0810706, 30.2790593 ], [ 120.0811487, 30.2790806 ], [ 120.081194, 30.2791161 ], [ 120.0812227, 30.2791729 ], [ 120.0812063, 30.2792191 ], [ 120.08112, 30.2792404 ], [ 120.0810542, 30.2792901 ], [ 120.0810295, 30.2793611 ], [ 120.0810788, 30.2794001 ], [ 120.0810624, 30.279464 ], [ 120.081009, 30.279567 ], [ 120.0809884, 30.27967 ], [ 120.0810007, 30.2797623 ], [ 120.080935, 30.2798617 ], [ 120.080861, 30.2800392 ], [ 120.0807582, 30.2801954 ], [ 120.0807417, 30.2803303 ], [ 120.0807582, 30.280412 ], [ 120.0807911, 30.2805149 ], [ 120.080787, 30.2805717 ], [ 120.0807541, 30.2806321 ], [ 120.0806513, 30.2807031 ], [ 120.0805485, 30.2807066 ], [ 120.0804827, 30.2806889 ], [ 120.0802525, 30.2806676 ], [ 120.0801497, 30.2806427 ], [ 120.0800264, 30.2806214 ], [ 120.0799195, 30.280593 ], [ 120.0798496, 30.2805469 ], [ 120.0797838, 30.2805185 ], [ 120.0797551, 30.2804546 ], [ 120.0797756, 30.2804191 ], [ 120.0798578, 30.2804013 ], [ 120.0799113, 30.2803729 ], [ 120.079936, 30.2803019 ], [ 120.079936, 30.2801634 ], [ 120.079862, 30.2801315 ], [ 120.0797551, 30.2801421 ], [ 120.0796893, 30.2801563 ], [ 120.0796605, 30.2802735 ], [ 120.0795988, 30.2803055 ], [ 120.0795043, 30.2802877 ], [ 120.0794426, 30.2802522 ], [ 120.0793686, 30.2802558 ], [ 120.0792946, 30.2803055 ], [ 120.0792946, 30.2803907 ], [ 120.0792206, 30.2804936 ], [ 120.0791836, 30.2805682 ], [ 120.0792535, 30.280593 ], [ 120.0793645, 30.2805966 ], [ 120.0794385, 30.2805753 ], [ 120.0794878, 30.2804865 ], [ 120.0795331, 30.2804368 ], [ 120.0796194, 30.2804191 ], [ 120.0796893, 30.2804475 ], [ 120.0797304, 30.2805362 ], [ 120.0797386, 30.2806037 ], [ 120.0798414, 30.2806108 ], [ 120.08001, 30.2806711 ], [ 120.0801826, 30.2807244 ], [ 120.0803347, 30.2807315 ], [ 120.0804581, 30.2807457 ], [ 120.080602, 30.2807883 ], [ 120.0807006, 30.2808451 ], [ 120.0806801, 30.2809338 ], [ 120.0806225, 30.28098 ], [ 120.0806554, 30.2810688 ], [ 120.0806677, 30.2811398 ], [ 120.0806061, 30.2812001 ], [ 120.0806225, 30.2812676 ], [ 120.0805773, 30.2813457 ], [ 120.0804992, 30.2814273 ], [ 120.0804293, 30.2816794 ], [ 120.0803882, 30.2817539 ], [ 120.0804005, 30.2818498 ], [ 120.0803553, 30.2819137 ], [ 120.0802813, 30.282006 ], [ 120.0802114, 30.2820202 ], [ 120.0801867, 30.2819599 ], [ 120.0801168, 30.281967 ], [ 120.080121, 30.2820486 ], [ 120.0801538, 30.2821622 ], [ 120.0801497, 30.2822474 ], [ 120.0801004, 30.2822794 ], [ 120.0800058, 30.28229 ], [ 120.0799401, 30.2823504 ], [ 120.0799853, 30.2824462 ], [ 120.079973, 30.2825527 ], [ 120.0799688, 30.2826521 ], [ 120.08001, 30.2826912 ], [ 120.0800922, 30.2826805 ], [ 120.080158, 30.2826344 ], [ 120.0802032, 30.2825314 ], [ 120.0802073, 30.2824214 ], [ 120.0802525, 30.2823468 ], [ 120.080306, 30.2823184 ], [ 120.080306, 30.2822297 ], [ 120.0803471, 30.2820912 ], [ 120.0804046, 30.2820131 ], [ 120.0804457, 30.2819528 ], [ 120.0804951, 30.2819244 ], [ 120.0804868, 30.2818356 ], [ 120.0805485, 30.2817362 ], [ 120.0806102, 30.2816226 ], [ 120.0807088, 30.2814841 ], [ 120.0807705, 30.2814131 ], [ 120.0808568, 30.2813741 ], [ 120.0810131, 30.2813954 ], [ 120.0810871, 30.2814451 ], [ 120.0812351, 30.2814557 ], [ 120.0813666, 30.2814735 ], [ 120.0814817, 30.2815019 ], [ 120.081564, 30.2815303 ], [ 120.081601, 30.2814877 ], [ 120.0814817, 30.2814451 ], [ 120.0811035, 30.2813528 ], [ 120.0810418, 30.2813173 ], [ 120.0810336, 30.2812569 ], [ 120.0810213, 30.2811895 ], [ 120.080972, 30.2811682 ], [ 120.0809185, 30.2811717 ], [ 120.0808774, 30.2812214 ], [ 120.0808281, 30.281225 ], [ 120.0807787, 30.2811682 ], [ 120.0807911, 30.2810936 ], [ 120.080824, 30.2808983 ], [ 120.080824, 30.2808167 ], [ 120.0808445, 30.280696 ], [ 120.0809103, 30.2806356 ], [ 120.0809021, 30.2805611 ], [ 120.0809308, 30.2804972 ], [ 120.0809637, 30.2803907 ], [ 120.0809678, 30.2802664 ], [ 120.0809746, 30.2801618 ], [ 120.0810332, 30.2799944 ], [ 120.0811008, 30.2798932 ], [ 120.0811414, 30.2798582 ], [ 120.0811999, 30.2798582 ], [ 120.0813351, 30.2798855 ], [ 120.0814388, 30.2798971 ], [ 120.0815154, 30.2799244 ], [ 120.0815334, 30.2799866 ], [ 120.0816416, 30.2799633 ], [ 120.0817227, 30.2799516 ], [ 120.0817813, 30.2799672 ], [ 120.0818489, 30.2799088 ], [ 120.0819165, 30.2799049 ], [ 120.0819435, 30.2799516 ], [ 120.0819435, 30.2800567 ], [ 120.0819165, 30.2801267 ], [ 120.0818714, 30.2801968 ], [ 120.0818038, 30.2802785 ], [ 120.0817633, 30.2803369 ], [ 120.0818624, 30.2803486 ], [ 120.0819796, 30.280333 ], [ 120.0821148, 30.280333 ], [ 120.0822545, 30.2803563 ], [ 120.0824167, 30.2803836 ], [ 120.0824527, 30.2803058 ], [ 120.0824212, 30.2802746 ], [ 120.0823221, 30.2802591 ], [ 120.0821824, 30.2802552 ], [ 120.0820472, 30.2802474 ], [ 120.0820111, 30.2802085 ], [ 120.0820201, 30.2800839 ], [ 120.0820291, 30.2800061 ], [ 120.0820156, 30.279901 ], [ 120.0819886, 30.2797415 ], [ 120.0819931, 30.2796753 ], [ 120.0820427, 30.2796325 ], [ 120.0821057, 30.2796559 ], [ 120.0821778, 30.2796714 ], [ 120.082259, 30.2796753 ], [ 120.0823671, 30.2796325 ], [ 120.0824437, 30.2795819 ], [ 120.0824933, 30.2795313 ], [ 120.0825969, 30.2795002 ], [ 120.0826375, 30.2794613 ], [ 120.0826195, 30.2794107 ], [ 120.0825564, 30.2793757 ], [ 120.0824753, 30.2793445 ], [ 120.0823446, 30.2793134 ], [ 120.0822635, 30.2792667 ], [ 120.0821959, 30.2792472 ], [ 120.0821012, 30.27922 ], [ 120.0820111, 30.2792161 ], [ 120.081903, 30.2792356 ], [ 120.0818714, 30.2792161 ], [ 120.0818759, 30.279146 ], [ 120.0818939, 30.2790799 ], [ 120.081912, 30.2790254 ], [ 120.0818669, 30.278967 ], [ 120.081903, 30.2789164 ], [ 120.081966, 30.2788814 ], [ 120.0820562, 30.2788892 ], [ 120.0820922, 30.2789281 ], [ 120.0820832, 30.2789865 ], [ 120.0820063, 30.2790552 ], [ 120.0820371, 30.2790931 ], [ 120.0821229, 30.2791349 ], [ 120.082235, 30.2791514 ], [ 120.0822866, 30.2791514 ], [ 120.082399, 30.2791558 ], [ 120.0824208, 30.2791991 ], [ 120.0825271, 30.2792245 ], [ 120.0826336, 30.2792522 ], [ 120.0826988, 30.279292 ], [ 120.0827131, 30.2792698 ], [ 120.0827368, 30.2792463 ], [ 120.0827682, 30.279227 ], [ 120.0828017, 30.2792154 ], [ 120.0828322, 30.2792109 ], [ 120.082862, 30.2792115 ], [ 120.0829155, 30.2790744 ], [ 120.0829764, 30.279005 ], [ 120.0830486, 30.2789282 ], [ 120.0830549, 30.2788648 ], [ 120.0828251, 30.2788456 ], [ 120.0827213, 30.2788647 ], [ 120.0825834, 30.278823 ], [ 120.0825474, 30.278788 ], [ 120.0825158, 30.2787491 ], [ 120.0825248, 30.2786596 ], [ 120.0825023, 30.2785467 ], [ 120.0824933, 30.27843 ], [ 120.0825023, 30.2783249 ], [ 120.0825384, 30.2782237 ], [ 120.0825203, 30.2781381 ], [ 120.0825564, 30.2780369 ], [ 120.0825699, 30.2778073 ], [ 120.0825924, 30.2777178 ], [ 120.0826645, 30.27764 ], [ 120.0826285, 30.2775582 ], [ 120.082651, 30.2774765 ], [ 120.0826916, 30.2773831 ], [ 120.0827321, 30.2773131 ], [ 120.0827862, 30.2772897 ], [ 120.0828403, 30.2773169 ], [ 120.0828808, 30.277387 ], [ 120.0828989, 30.2774532 ], [ 120.0828808, 30.2775349 ], [ 120.0828403, 30.2776127 ], [ 120.0827637, 30.2776672 ], [ 120.0827997, 30.2776983 ], [ 120.0828358, 30.277784 ], [ 120.0828808, 30.2777528 ], [ 120.0829214, 30.2777061 ], [ 120.0829079, 30.2776205 ], [ 120.0829304, 30.2775543 ], [ 120.0829665, 30.277496 ], [ 120.0830521, 30.2774726 ], [ 120.0831287, 30.277496 ], [ 120.0832143, 30.2775037 ], [ 120.0832414, 30.2774804 ], [ 120.0832459, 30.277422 ], [ 120.0832233, 30.2773636 ], [ 120.0832278, 30.2772936 ], [ 120.0832819, 30.2772119 ], [ 120.0831738, 30.2771807 ], [ 120.082971, 30.2771574 ], [ 120.0828763, 30.2771535 ], [ 120.0828133, 30.2772041 ], [ 120.0827457, 30.2772235 ], [ 120.0826871, 30.2771652 ], [ 120.0826555, 30.2771146 ], [ 120.0826916, 30.2770328 ], [ 120.0825789, 30.2770056 ], [ 120.0824798, 30.2770367 ], [ 120.0822184, 30.2770367 ], [ 120.0821328, 30.2770562 ], [ 120.0820922, 30.2771224 ], [ 120.0820967, 30.2771885 ], [ 120.0821283, 30.2772508 ], [ 120.0821012, 30.2773208 ], [ 120.0820291, 30.2773714 ], [ 120.0819255, 30.2773948 ], [ 120.0818354, 30.2773714 ], [ 120.0817407, 30.2773714 ], [ 120.0817092, 30.2774259 ], [ 120.0816731, 30.2775076 ], [ 120.0816686, 30.2776049 ], [ 120.0816236, 30.277784 ], [ 120.0815289, 30.2781887 ], [ 120.0815064, 30.2782821 ], [ 120.0814568, 30.2783249 ], [ 120.0813757, 30.278321 ], [ 120.0813442, 30.2782587 ], [ 120.0813126, 30.2782081 ], [ 120.0812946, 30.2781225 ], [ 120.0813126, 30.2780486 ], [ 120.0813667, 30.2779902 ], [ 120.0813757, 30.2778112 ], [ 120.0813847, 30.2776905 ], [ 120.0813442, 30.2775933 ], [ 120.0814027, 30.2775543 ], [ 120.0814478, 30.2774882 ], [ 120.0814658, 30.2773753 ], [ 120.0814298, 30.2773247 ], [ 120.0813532, 30.2773014 ], [ 120.0812856, 30.2773053 ], [ 120.081254, 30.2773559 ], [ 120.081245, 30.2774337 ], [ 120.081218, 30.2775543 ], [ 120.0811864, 30.2776711 ], [ 120.0811684, 30.2777995 ], [ 120.0811549, 30.2779513 ], [ 120.0810783, 30.2781887 ], [ 120.0810332, 30.2782626 ], [ 120.0809927, 30.2783288 ], [ 120.080898, 30.2783444 ], [ 120.0808169, 30.2783405 ], [ 120.0806862, 30.2783132 ], [ 120.080186, 30.278212 ], [ 120.0800688, 30.2781848 ], [ 120.0800102, 30.2781459 ], [ 120.0799562, 30.2780992 ], [ 120.0798525, 30.2780642 ], [ 120.0797939, 30.2780136 ], [ 120.0796993, 30.277998 ], [ 120.0796587, 30.2779513 ], [ 120.0795911, 30.2779046 ], [ 120.0795596, 30.2778268 ], [ 120.0795506, 30.2777528 ], [ 120.0795821, 30.2776555 ], [ 120.0796678, 30.2775855 ], [ 120.0796594, 30.2775065 ], [ 120.0796638, 30.2774268 ], [ 120.0795804, 30.2773965 ], [ 120.0795189, 30.2773623 ], [ 120.0794793, 30.2772903 ], [ 120.079453, 30.2772144 ], [ 120.0794354, 30.2771233 ], [ 120.0793827, 30.2771119 ], [ 120.0793519, 30.2771575 ], [ 120.0793519, 30.2772144 ], [ 120.0793563, 30.2772789 ], [ 120.0793871, 30.2773396 ], [ 120.0793783, 30.2773927 ], [ 120.07933, 30.277461 ], [ 120.0792992, 30.2775141 ], [ 120.0793036, 30.2775634 ], [ 120.0792904, 30.2776317 ], [ 120.0792904, 30.2776962 ], [ 120.0793124, 30.2777948 ], [ 120.0792772, 30.2778403 ], [ 120.079207, 30.2778441 ], [ 120.0791542, 30.27781 ], [ 120.0791279, 30.2777493 ], [ 120.0791191, 30.2776582 ], [ 120.0791191, 30.2775596 ], [ 120.0791586, 30.2774723 ], [ 120.079207, 30.2773851 ], [ 120.0792157, 30.277313 ], [ 120.0791542, 30.2773016 ], [ 120.0791323, 30.2773396 ], [ 120.0791235, 30.2774003 ], [ 120.0791015, 30.2774458 ], [ 120.079062, 30.2775482 ], [ 120.0790576, 30.2776127 ], [ 120.0790444, 30.2776696 ], [ 120.0789917, 30.2777114 ], [ 120.0788995, 30.2777 ], [ 120.0787589, 30.2776924 ], [ 120.0786403, 30.2777114 ], [ 120.0784865, 30.2777341 ], [ 120.0783679, 30.2777493 ], [ 120.0782801, 30.2777417 ], [ 120.0782054, 30.2776772 ], [ 120.0781571, 30.2776127 ], [ 120.0781351, 30.2775179 ], [ 120.0781219, 30.2773661 ], [ 120.0781702, 30.2771992 ], [ 120.0781571, 30.2771309 ], [ 120.0781131, 30.2771082 ], [ 120.0779857, 30.2771082 ], [ 120.0779067, 30.2771044 ], [ 120.0778715, 30.2771347 ], [ 120.0778452, 30.2772144 ], [ 120.0778452, 30.2772789 ], [ 120.0778408, 30.2773737 ], [ 120.0778408, 30.2774686 ], [ 120.0778276, 30.2775558 ], [ 120.0778012, 30.2776279 ], [ 120.0777222, 30.2776544 ], [ 120.0776299, 30.2776544 ], [ 120.0775464, 30.2776089 ], [ 120.0774849, 30.277442 ], [ 120.0774059, 30.2772068 ], [ 120.0773795, 30.2771044 ], [ 120.0774059, 30.2770361 ], [ 120.0774849, 30.2769905 ], [ 120.0775596, 30.2769602 ], [ 120.0776475, 30.276945 ], [ 120.0777573, 30.2769526 ], [ 120.0777837, 30.2769223 ], [ 120.0777661, 30.2768122 ], [ 120.0777573, 30.2767098 ], [ 120.0777222, 30.2766605 ], [ 120.0776255, 30.2766377 ], [ 120.0775552, 30.2766491 ], [ 120.0774981, 30.2768236 ], [ 120.0775157, 30.2768919 ], [ 120.0774718, 30.2769564 ], [ 120.077419, 30.2769716 ], [ 120.0773707, 30.2769298 ], [ 120.0769402, 30.2768388 ], [ 120.0768304, 30.2768312 ], [ 120.0767645, 30.2767933 ], [ 120.0767337, 30.276706 ], [ 120.0766679, 30.2766984 ], [ 120.0765361, 30.2767174 ], [ 120.076435, 30.276706 ], [ 120.0762417, 30.2766795 ], [ 120.0760968, 30.2766984 ], [ 120.0759518, 30.2767212 ], [ 120.0758903, 30.2767022 ], [ 120.0758244, 30.2767022 ], [ 120.0757541, 30.2767212 ], [ 120.0755521, 30.2767098 ], [ 120.0752314, 30.2767136 ], [ 120.0751479, 30.2767288 ], [ 120.0750644, 30.2767402 ], [ 120.074981, 30.2767288 ], [ 120.0749283, 30.2766984 ], [ 120.0749019, 30.2766453 ], [ 120.0748931, 30.2765619 ], [ 120.0748536, 30.2763229 ], [ 120.0748448, 30.2762204 ], [ 120.074858, 30.276118 ], [ 120.0748799, 30.2760611 ], [ 120.0748536, 30.275989 ], [ 120.0747086, 30.2759662 ], [ 120.0746779, 30.2759966 ], [ 120.0746998, 30.2760611 ], [ 120.0747262, 30.2761256 ], [ 120.0747174, 30.2762242 ], [ 120.0747174, 30.2764405 ], [ 120.0747394, 30.2765619 ], [ 120.0747701, 30.2766567 ], [ 120.0747745, 30.2767478 ], [ 120.0747438, 30.2768388 ], [ 120.0747174, 30.2770323 ], [ 120.0746691, 30.2773623 ], [ 120.0746603, 30.2774951 ], [ 120.0746779, 30.2775672 ], [ 120.0746779, 30.2776241 ], [ 120.0746471, 30.2776507 ], [ 120.0745461, 30.2776772 ], [ 120.074467, 30.2777189 ], [ 120.0744231, 30.2777531 ], [ 120.0743923, 30.2778252 ], [ 120.0743791, 30.2780073 ], [ 120.0743748, 30.2780718 ], [ 120.0743396, 30.2781249 ], [ 120.0742605, 30.2781476 ], [ 120.0742166, 30.2781249 ], [ 120.0742342, 30.2779997 ], [ 120.0742122, 30.2779617 ], [ 120.0741551, 30.2779731 ], [ 120.0741024, 30.2779997 ], [ 120.0740409, 30.2780035 ], [ 120.0740101, 30.2780528 ], [ 120.0740101, 30.2781135 ], [ 120.0739838, 30.278178 ], [ 120.0739662, 30.2782576 ], [ 120.0739794, 30.2783449 ], [ 120.0739838, 30.2784435 ], [ 120.0739618, 30.2785384 ], [ 120.0739179, 30.2786825 ], [ 120.0738827, 30.2787774 ], [ 120.0737821, 30.2789054 ], [ 120.073721, 30.2789657 ], [ 120.0736991, 30.2790374 ], [ 120.0736598, 30.2791242 ], [ 120.0735899, 30.2791468 ], [ 120.07352, 30.279128 ], [ 120.0735026, 30.2790714 ], [ 120.0734414, 30.2790751 ], [ 120.0733628, 30.2790789 ], [ 120.0732798, 30.2790223 ], [ 120.0732535, 30.278977 ], [ 120.0732579, 30.278928 ], [ 120.073306, 30.2786715 ], [ 120.0733322, 30.2785696 ], [ 120.0734414, 30.2784828 ], [ 120.0734545, 30.27843 ], [ 120.0734196, 30.2783998 ], [ 120.0733715, 30.2783546 ], [ 120.073306, 30.2783168 ], [ 120.0732361, 30.2783395 ], [ 120.0732055, 30.2783923 ], [ 120.0732055, 30.2784376 ], [ 120.0732055, 30.278513 ], [ 120.0731968, 30.278596 ], [ 120.0731705, 30.2786639 ], [ 120.0731312, 30.2787092 ], [ 120.0730963, 30.2787507 ], [ 120.0730526, 30.2788035 ], [ 120.072974, 30.2788035 ], [ 120.0729128, 30.2787696 ], [ 120.0728953, 30.2786866 ], [ 120.0726463, 30.2786073 ], [ 120.0725546, 30.2785998 ], [ 120.0724497, 30.2785734 ], [ 120.0724191, 30.2785168 ], [ 120.0724235, 30.2784526 ], [ 120.0724672, 30.2784262 ], [ 120.072489, 30.2783961 ], [ 120.0724672, 30.2783319 ], [ 120.0723929, 30.2782867 ], [ 120.072323, 30.2782112 ], [ 120.0722706, 30.2781697 ], [ 120.0722313, 30.2781093 ], [ 120.0722007, 30.2780075 ], [ 120.0722138, 30.2779094 ], [ 120.072275, 30.2778792 ], [ 120.0722531, 30.2778037 ], [ 120.0722531, 30.2777019 ], [ 120.0722924, 30.2775925 ], [ 120.0721789, 30.2775397 ], [ 120.0721527, 30.2774906 ], [ 120.0721527, 30.2774227 ], [ 120.0722051, 30.2773887 ], [ 120.0723056, 30.2773737 ], [ 120.072323, 30.2773133 ], [ 120.072275, 30.2772793 ], [ 120.0722706, 30.2772265 ], [ 120.0723274, 30.2771775 ], [ 120.0723492, 30.2771435 ], [ 120.0723187, 30.2771171 ], [ 120.0722138, 30.2771058 ], [ 120.0721483, 30.2770794 ], [ 120.0721221, 30.2770152 ], [ 120.0721264, 30.2769322 ], [ 120.0721614, 30.2768757 ], [ 120.0722138, 30.2768304 ], [ 120.0722357, 30.27677 ], [ 120.0722968, 30.2767285 ], [ 120.0723143, 30.2766644 ], [ 120.0723143, 30.276604 ], [ 120.072275, 30.2765738 ], [ 120.0722968, 30.2764946 ], [ 120.0722444, 30.2764456 ], [ 120.0722488, 30.2764116 ], [ 120.072323, 30.2763211 ], [ 120.0723056, 30.2762154 ], [ 120.072275, 30.2761551 ], [ 120.0723056, 30.2760796 ], [ 120.0723449, 30.2760268 ], [ 120.0724148, 30.2758495 ], [ 120.072406, 30.275774 ], [ 120.0723449, 30.275774 ], [ 120.0723361, 30.2758268 ], [ 120.0723361, 30.2758796 ], [ 120.0722837, 30.2759174 ], [ 120.0722138, 30.2759664 ], [ 120.0720871, 30.2760117 ], [ 120.071991, 30.276023 ], [ 120.0719167, 30.2759777 ], [ 120.0718687, 30.2759098 ], [ 120.0718294, 30.275891 ], [ 120.0717726, 30.2758872 ], [ 120.0717114, 30.2759136 ], [ 120.071659, 30.2759249 ], [ 120.0716066, 30.2758419 ], [ 120.0716022, 30.2757853 ], [ 120.0715541, 30.2757853 ], [ 120.0715192, 30.2758344 ], [ 120.0715105, 30.2758947 ], [ 120.0715454, 30.2759589 ], [ 120.0716109, 30.2759777 ], [ 120.0716503, 30.276023 ], [ 120.0716677, 30.2760758 ], [ 120.0716459, 30.2761551 ], [ 120.0715498, 30.2761928 ], [ 120.0714493, 30.2761815 ], [ 120.0714187, 30.2761287 ], [ 120.0714231, 30.2760494 ], [ 120.0713619, 30.2760079 ], [ 120.0713051, 30.2759551 ], [ 120.0713095, 30.2759023 ], [ 120.0713794, 30.2758419 ], [ 120.0714362, 30.2757702 ], [ 120.07141, 30.2757287 ], [ 120.0713619, 30.2757174 ], [ 120.0713139, 30.2757514 ], [ 120.0712658, 30.2757966 ], [ 120.0712221, 30.2758344 ], [ 120.0711217, 30.2758495 ], [ 120.071078, 30.2758344 ], [ 120.0710605, 30.275808 ], [ 120.0711129, 30.2757929 ], [ 120.0711959, 30.2757816 ], [ 120.071244, 30.2757476 ], [ 120.0712702, 30.2756872 ], [ 120.0712571, 30.2756382 ], [ 120.0711872, 30.2756344 ], [ 120.0711042, 30.275642 ], [ 120.0710168, 30.2756571 ], [ 120.0709731, 30.2756382 ], [ 120.0708901, 30.2756156 ], [ 120.0708464, 30.2756533 ], [ 120.0708595, 30.2757136 ], [ 120.0709207, 30.2757589 ], [ 120.0709382, 30.2758042 ], [ 120.0708989, 30.2758646 ], [ 120.0708333, 30.2758947 ], [ 120.0707853, 30.27594 ], [ 120.0707853, 30.2759891 ] ], [ [ 120.0779379, 30.2775398 ], [ 120.0780202, 30.2775362 ], [ 120.0780859, 30.2775717 ], [ 120.0781024, 30.2776356 ], [ 120.0780818, 30.2776782 ], [ 120.0780037, 30.2776995 ], [ 120.0779503, 30.2776818 ], [ 120.0779092, 30.2776427 ], [ 120.0779009, 30.2775824 ], [ 120.0779379, 30.2775398 ] ], [ [ 120.0812811, 30.2796559 ], [ 120.0813216, 30.2796014 ], [ 120.0813306, 30.2795547 ], [ 120.0813667, 30.2795196 ], [ 120.0814388, 30.2795235 ], [ 120.0814974, 30.2795391 ], [ 120.0815469, 30.2795663 ], [ 120.0815605, 30.2796169 ], [ 120.081556, 30.2796753 ], [ 120.0814793, 30.279722 ], [ 120.0814072, 30.2797064 ], [ 120.0813396, 30.2797648 ], [ 120.0812766, 30.2797726 ], [ 120.081245, 30.2797142 ], [ 120.0812811, 30.2796559 ] ], [ [ 120.0814027, 30.2791538 ], [ 120.0814433, 30.2791071 ], [ 120.0815064, 30.2790877 ], [ 120.081592, 30.2791032 ], [ 120.0816776, 30.2791188 ], [ 120.0817317, 30.2791499 ], [ 120.0817723, 30.2791616 ], [ 120.0818083, 30.2791927 ], [ 120.0817858, 30.2792511 ], [ 120.0817317, 30.2792861 ], [ 120.0816641, 30.2792706 ], [ 120.081601, 30.2792239 ], [ 120.0815514, 30.279255 ], [ 120.081583, 30.2793095 ], [ 120.081592, 30.2793718 ], [ 120.0815244, 30.2794379 ], [ 120.0814478, 30.2794535 ], [ 120.0814027, 30.2794224 ], [ 120.0813982, 30.2793757 ], [ 120.0814072, 30.2793212 ], [ 120.0813847, 30.2792589 ], [ 120.0813847, 30.2791927 ], [ 120.0814027, 30.2791538 ] ], [ [ 120.0817356, 30.27967 ], [ 120.0817942, 30.279631 ], [ 120.0818633, 30.2796137 ], [ 120.0819107, 30.2796315 ], [ 120.0819337, 30.2796761 ], [ 120.081961, 30.2796993 ], [ 120.0819676, 30.2797529 ], [ 120.0819507, 30.2797584 ], [ 120.0819146, 30.2798521 ], [ 120.0818239, 30.2798355 ], [ 120.0818103, 30.2798065 ], [ 120.0817602, 30.2797911 ], [ 120.0817212, 30.27974 ], [ 120.0817356, 30.27967 ] ], [ [ 120.0818974, 30.2793541 ], [ 120.0819558, 30.2793815 ], [ 120.081966, 30.279434 ], [ 120.0819462, 30.2794721 ], [ 120.0819209, 30.279502 ], [ 120.0818843, 30.2795131 ], [ 120.0818592, 30.2794761 ], [ 120.0818573, 30.2794373 ], [ 120.0818601, 30.2794091 ], [ 120.0818502, 30.2793919 ], [ 120.0818974, 30.2793541 ] ], [ [ 120.0819931, 30.2783755 ], [ 120.0820156, 30.2782626 ], [ 120.0820336, 30.2781303 ], [ 120.0820517, 30.2780564 ], [ 120.0820967, 30.2779902 ], [ 120.0821553, 30.2779357 ], [ 120.0822004, 30.277854 ], [ 120.0822454, 30.2777528 ], [ 120.0822454, 30.2776828 ], [ 120.082268, 30.277566 ], [ 120.082313, 30.2773792 ], [ 120.0823446, 30.2773169 ], [ 120.0824212, 30.2772936 ], [ 120.0824843, 30.2773131 ], [ 120.0824888, 30.2774259 ], [ 120.0824663, 30.2775894 ], [ 120.0824437, 30.2777139 ], [ 120.0824572, 30.2777878 ], [ 120.0824032, 30.2778696 ], [ 120.082286, 30.2779513 ], [ 120.0822815, 30.2780136 ], [ 120.0822139, 30.2780836 ], [ 120.0822274, 30.2781614 ], [ 120.082295, 30.2781926 ], [ 120.0824122, 30.2782198 ], [ 120.0824482, 30.278286 ], [ 120.0824392, 30.2783911 ], [ 120.0824122, 30.2784806 ], [ 120.0823175, 30.2784961 ], [ 120.0822545, 30.2785234 ], [ 120.0822499, 30.278574 ], [ 120.0823175, 30.278609 ], [ 120.0823581, 30.2786596 ], [ 120.0823716, 30.2787219 ], [ 120.0823311, 30.2787763 ], [ 120.082277, 30.2788075 ], [ 120.0821688, 30.2788697 ], [ 120.0820877, 30.2788347 ], [ 120.0820697, 30.2787686 ], [ 120.0820156, 30.2787491 ], [ 120.0819886, 30.2787102 ], [ 120.0819841, 30.278644 ], [ 120.0820021, 30.2785467 ], [ 120.0819751, 30.2784728 ], [ 120.0819931, 30.2783755 ] ], [ [ 120.08298, 30.2772664 ], [ 120.083016, 30.2772197 ], [ 120.0830791, 30.2772235 ], [ 120.0831152, 30.2772741 ], [ 120.0831242, 30.2773442 ], [ 120.0831017, 30.2773948 ], [ 120.0830341, 30.2774181 ], [ 120.08298, 30.2773948 ], [ 120.0829665, 30.277352 ], [ 120.08298, 30.2772664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0749217, 30.2757275 ], [ 120.0749217, 30.2758336 ], [ 120.074895, 30.2759075 ], [ 120.0755427, 30.2759908 ], [ 120.0764464, 30.276106 ], [ 120.076877, 30.2761363 ], [ 120.0769238, 30.2758231 ], [ 120.0769238, 30.2755806 ], [ 120.0769355, 30.2754593 ], [ 120.0769589, 30.2753785 ], [ 120.0770174, 30.2753128 ], [ 120.0771285, 30.2752572 ], [ 120.0771285, 30.2751865 ], [ 120.0771753, 30.2750955 ], [ 120.0772455, 30.2750299 ], [ 120.0773859, 30.2750248 ], [ 120.0774912, 30.2751057 ], [ 120.0776316, 30.2751057 ], [ 120.0777779, 30.2750905 ], [ 120.0779066, 30.2751764 ], [ 120.0779124, 30.2753027 ], [ 120.0778949, 30.2754947 ], [ 120.0778715, 30.2756058 ], [ 120.0778949, 30.2756614 ], [ 120.0779124, 30.2757928 ], [ 120.0779768, 30.2758483 ], [ 120.0780294, 30.275914 ], [ 120.0780353, 30.2759898 ], [ 120.078006, 30.2760807 ], [ 120.0779651, 30.2761666 ], [ 120.0779007, 30.2762171 ], [ 120.0778773, 30.2762929 ], [ 120.0779475, 30.2763182 ], [ 120.0780821, 30.2761161 ], [ 120.0781113, 30.2759342 ], [ 120.0781055, 30.2755502 ], [ 120.0780294, 30.2755098 ], [ 120.0780119, 30.275434 ], [ 120.0780645, 30.2753684 ], [ 120.0781055, 30.2753128 ], [ 120.0780002, 30.275333 ], [ 120.0779709, 30.2752724 ], [ 120.0780294, 30.275237 ], [ 120.0780821, 30.2752016 ], [ 120.0780879, 30.2751208 ], [ 120.0781055, 30.2750299 ], [ 120.0781874, 30.2748733 ], [ 120.0781991, 30.2747368 ], [ 120.0782459, 30.2743327 ], [ 120.0782757, 30.2740915 ], [ 120.0782828, 30.2739114 ], [ 120.0782191, 30.2738076 ], [ 120.0781343, 30.2737954 ], [ 120.0780495, 30.2737068 ], [ 120.0779682, 30.2736763 ], [ 120.0779187, 30.2737007 ], [ 120.0776111, 30.2736824 ], [ 120.077604, 30.2735786 ], [ 120.0774061, 30.2735542 ], [ 120.0772258, 30.2736244 ], [ 120.0771798, 30.2736672 ], [ 120.0771798, 30.2737984 ], [ 120.0771445, 30.2739847 ], [ 120.0773743, 30.2740976 ], [ 120.0774238, 30.2741801 ], [ 120.0773707, 30.2742167 ], [ 120.0771147, 30.2741644 ], [ 120.0771072, 30.2742277 ], [ 120.0771713, 30.27426 ], [ 120.0772354, 30.2742877 ], [ 120.0772408, 30.2743431 ], [ 120.077182, 30.2747584 ], [ 120.077166, 30.2748369 ], [ 120.0771446, 30.2748969 ], [ 120.0770591, 30.274883 ], [ 120.0769255, 30.2748369 ], [ 120.076856, 30.2748738 ], [ 120.0767866, 30.2749799 ], [ 120.0767278, 30.2750584 ], [ 120.0766316, 30.2751368 ], [ 120.076466, 30.2752153 ], [ 120.0763965, 30.2752383 ], [ 120.0763163, 30.275206 ], [ 120.0762789, 30.2752476 ], [ 120.0762843, 30.2752983 ], [ 120.076311, 30.2753537 ], [ 120.0763698, 30.2753629 ], [ 120.0765301, 30.2753629 ], [ 120.0766209, 30.2753768 ], [ 120.0767171, 30.2754045 ], [ 120.0767278, 30.2754552 ], [ 120.0767064, 30.275506 ], [ 120.0765621, 30.2754968 ], [ 120.0763644, 30.2754783 ], [ 120.0762896, 30.275446 ], [ 120.0761881, 30.2754829 ], [ 120.0762148, 30.2755291 ], [ 120.0762843, 30.2755475 ], [ 120.076669, 30.2755798 ], [ 120.0767278, 30.2756075 ], [ 120.0767225, 30.2759167 ], [ 120.0766957, 30.2760044 ], [ 120.0766263, 30.2760551 ], [ 120.0763644, 30.2760136 ], [ 120.076311, 30.2759398 ], [ 120.0763163, 30.2757044 ], [ 120.0762789, 30.2756075 ], [ 120.0760919, 30.2755844 ], [ 120.0760385, 30.2755245 ], [ 120.0759904, 30.2754506 ], [ 120.0759904, 30.275326 ], [ 120.0760438, 30.2751691 ], [ 120.0760919, 30.2750491 ], [ 120.0760225, 30.2750122 ], [ 120.0759102, 30.2750307 ], [ 120.0758461, 30.2750999 ], [ 120.0757927, 30.2752614 ], [ 120.0757873, 30.2754091 ], [ 120.075766, 30.2755614 ], [ 120.0757286, 30.2756906 ], [ 120.075611, 30.2757183 ], [ 120.0755576, 30.2756629 ], [ 120.075627, 30.2752845 ], [ 120.0756912, 30.2751184 ], [ 120.0757072, 30.275003 ], [ 120.0756324, 30.2749799 ], [ 120.0754561, 30.2749891 ], [ 120.0752583, 30.2749661 ], [ 120.0751729, 30.2749661 ], [ 120.0751301, 30.2750261 ], [ 120.0750767, 30.2751137 ], [ 120.0750072, 30.2751922 ], [ 120.0749538, 30.2752614 ], [ 120.074895, 30.2755706 ], [ 120.0748843, 30.2756444 ], [ 120.0749217, 30.2757275 ] ], [ [ 120.0751336, 30.2751663 ], [ 120.0751804, 30.2750955 ], [ 120.0752682, 30.2750602 ], [ 120.075391, 30.2750854 ], [ 120.0754612, 30.2751562 ], [ 120.0754554, 30.2752976 ], [ 120.0754086, 30.2754745 ], [ 120.0753735, 30.2755604 ], [ 120.0753793, 30.2756563 ], [ 120.0753091, 30.2759241 ], [ 120.0751278, 30.2759292 ], [ 120.0750868, 30.2758685 ], [ 120.075081, 30.2757675 ], [ 120.0750751, 30.2755553 ], [ 120.0751336, 30.2751663 ] ], [ [ 120.0756426, 30.2759039 ], [ 120.0757011, 30.2758635 ], [ 120.0758239, 30.2758382 ], [ 120.0759994, 30.2758786 ], [ 120.0761691, 30.2758887 ], [ 120.0761808, 30.2760353 ], [ 120.075625, 30.2759696 ], [ 120.0756426, 30.2759039 ] ], [ [ 120.0758686, 30.2756454 ], [ 120.0759131, 30.2755131 ], [ 120.0759624, 30.2754876 ], [ 120.0760662, 30.2756027 ], [ 120.0762439, 30.2756326 ], [ 120.0762637, 30.2756667 ], [ 120.0762785, 30.2757093 ], [ 120.0762637, 30.2758501 ], [ 120.0761155, 30.275816 ], [ 120.0759131, 30.2757776 ], [ 120.0758637, 30.2757349 ], [ 120.0758686, 30.2756454 ] ], [ [ 120.0772965, 30.2736977 ], [ 120.0777278, 30.2737801 ], [ 120.0777101, 30.2738534 ], [ 120.0776465, 30.2738961 ], [ 120.0772894, 30.2738167 ], [ 120.0772576, 30.2737526 ], [ 120.0772965, 30.2736977 ] ], [ [ 120.0772974, 30.2748116 ], [ 120.0773161, 30.2745797 ], [ 120.0773223, 30.2744503 ], [ 120.0773473, 30.2743532 ], [ 120.0774035, 30.2742938 ], [ 120.077491, 30.2742938 ], [ 120.0775597, 30.2743478 ], [ 120.0775784, 30.2744503 ], [ 120.0775784, 30.2746013 ], [ 120.0775409, 30.2747631 ], [ 120.0775035, 30.2748656 ], [ 120.077466, 30.2749357 ], [ 120.0772974, 30.2749195 ], [ 120.0772849, 30.2748764 ], [ 120.0772974, 30.2748116 ] ], [ [ 120.0775673, 30.274176 ], [ 120.0776433, 30.2741306 ], [ 120.077772, 30.2741457 ], [ 120.0779066, 30.2741912 ], [ 120.0779768, 30.2742821 ], [ 120.0779534, 30.2743226 ], [ 120.0777779, 30.2743377 ], [ 120.0776024, 30.2743074 ], [ 120.0775614, 30.2742468 ], [ 120.0775673, 30.274176 ] ], [ [ 120.0778444, 30.2737984 ], [ 120.0779717, 30.2738015 ], [ 120.078007, 30.2737618 ], [ 120.078053, 30.273771 ], [ 120.0780389, 30.2738931 ], [ 120.0779363, 30.2738931 ], [ 120.0778939, 30.273948 ], [ 120.0778374, 30.273945 ], [ 120.0778232, 30.2738748 ], [ 120.0778444, 30.2737984 ] ] ], [ [ [ 120.0778641, 30.2722386 ], [ 120.0779798, 30.2723032 ], [ 120.078041, 30.2723796 ], [ 120.0780887, 30.2724619 ], [ 120.0780546, 30.2725442 ], [ 120.078007, 30.27265 ], [ 120.0779662, 30.2727735 ], [ 120.0779321, 30.272891 ], [ 120.0779389, 30.2729851 ], [ 120.0779389, 30.273085 ], [ 120.0779185, 30.2731614 ], [ 120.0778444, 30.273255 ], [ 120.0779929, 30.2732489 ], [ 120.0780318, 30.2731817 ], [ 120.0781343, 30.2731787 ], [ 120.0784525, 30.2731817 ], [ 120.0785373, 30.2730779 ], [ 120.0786434, 30.2730627 ], [ 120.0787317, 30.273081 ], [ 120.0787706, 30.2731695 ], [ 120.0787423, 30.2733008 ], [ 120.0786716, 30.2733344 ], [ 120.0784949, 30.273313 ], [ 120.0785126, 30.2732672 ], [ 120.0784595, 30.2732581 ], [ 120.0783252, 30.2733496 ], [ 120.0782757, 30.2734351 ], [ 120.0783287, 30.2734626 ], [ 120.0784489, 30.2734107 ], [ 120.0786858, 30.2734443 ], [ 120.0787211, 30.2735634 ], [ 120.0789792, 30.2735176 ], [ 120.0791559, 30.2735267 ], [ 120.0791489, 30.2736366 ], [ 120.0790817, 30.2736763 ], [ 120.0786575, 30.2736336 ], [ 120.0786186, 30.2736885 ], [ 120.0783535, 30.2736275 ], [ 120.078304, 30.2735664 ], [ 120.0782368, 30.2736427 ], [ 120.078357, 30.2738442 ], [ 120.0783287, 30.2741068 ], [ 120.0783108, 30.2743239 ], [ 120.0783304, 30.2744472 ], [ 120.0784811, 30.2744565 ], [ 120.0786103, 30.2744781 ], [ 120.078639, 30.2745835 ], [ 120.0787322, 30.2745928 ], [ 120.0788219, 30.2745432 ], [ 120.0788327, 30.2744781 ], [ 120.0789726, 30.2744812 ], [ 120.0790336, 30.2745153 ], [ 120.0789762, 30.2748437 ], [ 120.0793888, 30.2750482 ], [ 120.0793637, 30.2751474 ], [ 120.0794175, 30.275166 ], [ 120.0795107, 30.2751412 ], [ 120.0797188, 30.2750947 ], [ 120.0797978, 30.275042 ], [ 120.0798085, 30.2751288 ], [ 120.0796363, 30.2756121 ], [ 120.0795646, 30.2756028 ], [ 120.079604, 30.2754231 ], [ 120.0795359, 30.2752775 ], [ 120.0793924, 30.2752465 ], [ 120.0791627, 30.2751846 ], [ 120.079152, 30.2750173 ], [ 120.0789798, 30.2749367 ], [ 120.0789044, 30.2749987 ], [ 120.0787753, 30.2749956 ], [ 120.0787286, 30.2748747 ], [ 120.0787538, 30.2747074 ], [ 120.0786246, 30.2746733 ], [ 120.0785564, 30.2747942 ], [ 120.0784524, 30.2747849 ], [ 120.0783663, 30.2746981 ], [ 120.0783699, 30.2746083 ], [ 120.078273, 30.2745928 ], [ 120.0782283, 30.2749187 ], [ 120.0781523, 30.2754593 ], [ 120.0781698, 30.2757523 ], [ 120.0781698, 30.2760201 ], [ 120.0781055, 30.2761717 ], [ 120.0780119, 30.2763232 ], [ 120.0787133, 30.2764186 ], [ 120.0811526, 30.2766915 ], [ 120.0826124, 30.2768934 ], [ 120.0833392, 30.2769698 ], [ 120.0834213, 30.2768716 ], [ 120.0834972, 30.2768334 ], [ 120.0837289, 30.2768467 ], [ 120.0837815, 30.2768498 ], [ 120.0839079, 30.2768716 ], [ 120.0840913, 30.2766394 ], [ 120.0839309, 30.276611 ], [ 120.0838609, 30.2766785 ], [ 120.0836717, 30.2767318 ], [ 120.0834661, 30.2767318 ], [ 120.083462, 30.2767034 ], [ 120.0831453, 30.2766892 ], [ 120.0828738, 30.2766572 ], [ 120.082808, 30.2766927 ], [ 120.0827998, 30.2767424 ], [ 120.0826846, 30.2767886 ], [ 120.0826517, 30.276849 ], [ 120.0826352, 30.276746 ], [ 120.0825777, 30.2766821 ], [ 120.0825283, 30.2766679 ], [ 120.082553, 30.2765613 ], [ 120.0826887, 30.2764796 ], [ 120.0826476, 30.2763801 ], [ 120.0826887, 30.2761848 ], [ 120.0828861, 30.2762061 ], [ 120.0829026, 30.27627 ], [ 120.0828409, 30.2765045 ], [ 120.0831823, 30.2766252 ], [ 120.0834332, 30.2766288 ], [ 120.0836553, 30.2764299 ], [ 120.0837252, 30.276302 ], [ 120.0837466, 30.276132 ], [ 120.0837082, 30.2750669 ], [ 120.083763, 30.2746597 ], [ 120.0837082, 30.2746029 ], [ 120.0835767, 30.2746361 ], [ 120.0835164, 30.2745698 ], [ 120.0835657, 30.2745035 ], [ 120.0836644, 30.2745319 ], [ 120.0837411, 30.2745035 ], [ 120.0838178, 30.2744278 ], [ 120.0838562, 30.2743284 ], [ 120.0838891, 30.2742053 ], [ 120.0839659, 30.2740585 ], [ 120.0840042, 30.2736987 ], [ 120.0839823, 30.2733058 ], [ 120.0839604, 30.2728797 ], [ 120.0840152, 30.2721081 ], [ 120.0839987, 30.271592 ], [ 120.0839823, 30.2714926 ], [ 120.0839056, 30.2714406 ], [ 120.0837575, 30.2713837 ], [ 120.0835109, 30.2713553 ], [ 120.0831162, 30.271308 ], [ 120.082875, 30.2712985 ], [ 120.0827763, 30.2712796 ], [ 120.0827215, 30.271218 ], [ 120.082568, 30.2710997 ], [ 120.0824091, 30.271076 ], [ 120.0822063, 30.2710476 ], [ 120.0819486, 30.2710429 ], [ 120.0817897, 30.2710287 ], [ 120.0815855, 30.2709834 ], [ 120.0814383, 30.2710844 ], [ 120.0811871, 30.2720979 ], [ 120.0811221, 30.2721727 ], [ 120.0811221, 30.2723223 ], [ 120.0811741, 30.2723597 ], [ 120.0811698, 30.2724943 ], [ 120.0809922, 30.2723821 ], [ 120.0810009, 30.2722587 ], [ 120.0811221, 30.2716678 ], [ 120.0812131, 30.2712676 ], [ 120.081278, 30.2710582 ], [ 120.081343, 30.2709834 ], [ 120.0811387, 30.2709409 ], [ 120.0807146, 30.2709076 ], [ 120.0805946, 30.2709002 ], [ 120.0805517, 30.2709372 ], [ 120.0804703, 30.2710297 ], [ 120.080418, 30.2711392 ], [ 120.0803261, 30.2712339 ], [ 120.0803013, 30.2715453 ], [ 120.0802447, 30.2716277 ], [ 120.0800468, 30.2716033 ], [ 120.0800008, 30.2715667 ], [ 120.0798771, 30.2715728 ], [ 120.0797604, 30.2715331 ], [ 120.079513, 30.2715942 ], [ 120.0794529, 30.2715453 ], [ 120.0793893, 30.2715819 ], [ 120.0792938, 30.2720521 ], [ 120.0793221, 30.2721162 ], [ 120.0793186, 30.2721803 ], [ 120.0792443, 30.2721925 ], [ 120.0792479, 30.2721651 ], [ 120.0791241, 30.2721284 ], [ 120.0791453, 30.2719666 ], [ 120.0792688, 30.2715071 ], [ 120.0790143, 30.2714803 ], [ 120.0787829, 30.2713921 ], [ 120.0785447, 30.2713451 ], [ 120.0781295, 30.2713804 ], [ 120.0780342, 30.2713921 ], [ 120.0779457, 30.271445 ], [ 120.0778913, 30.2716037 ], [ 120.0778436, 30.2720034 ], [ 120.077796, 30.2720857 ], [ 120.0777688, 30.2721504 ], [ 120.0778641, 30.2722386 ] ], [ [ 120.0781096, 30.2717872 ], [ 120.0781922, 30.2715351 ], [ 120.0782363, 30.2714684 ], [ 120.0783079, 30.2714494 ], [ 120.078363, 30.2715017 ], [ 120.078385, 30.2715636 ], [ 120.0782693, 30.2719014 ], [ 120.0783134, 30.2719395 ], [ 120.0783575, 30.27193 ], [ 120.0783905, 30.2718443 ], [ 120.0784511, 30.2717587 ], [ 120.0785062, 30.2716683 ], [ 120.0785999, 30.2716588 ], [ 120.0788037, 30.2717539 ], [ 120.0788423, 30.2718348 ], [ 120.0788258, 30.2720727 ], [ 120.0787652, 30.2721203 ], [ 120.078633, 30.2721203 ], [ 120.0784787, 30.2720918 ], [ 120.078385, 30.272068 ], [ 120.078341, 30.2720251 ], [ 120.0783079, 30.2719823 ], [ 120.0782528, 30.2719966 ], [ 120.0781977, 30.2720109 ], [ 120.0781261, 30.2719966 ], [ 120.0781096, 30.2719443 ], [ 120.0781041, 30.2718538 ], [ 120.0781096, 30.2717872 ] ], [ [ 120.0782658, 30.2759622 ], [ 120.0782945, 30.2756679 ], [ 120.0784237, 30.275733 ], [ 120.0784273, 30.2758414 ], [ 120.0783161, 30.2762659 ], [ 120.078169, 30.2762411 ], [ 120.0782658, 30.2759622 ] ], [ [ 120.0782764, 30.2727415 ], [ 120.0783127, 30.2726317 ], [ 120.0783491, 30.2725493 ], [ 120.0784308, 30.2725101 ], [ 120.0784399, 30.2725885 ], [ 120.0783854, 30.2727493 ], [ 120.078399, 30.2728238 ], [ 120.0784444, 30.2728787 ], [ 120.078458, 30.2729689 ], [ 120.0784126, 30.2730238 ], [ 120.0783082, 30.2730591 ], [ 120.0782719, 30.2729689 ], [ 120.0782582, 30.272867 ], [ 120.0782764, 30.2727415 ] ], [ [ 120.0783125, 30.2754448 ], [ 120.0783448, 30.2750854 ], [ 120.0784345, 30.2750792 ], [ 120.0786461, 30.2750978 ], [ 120.0785457, 30.2756462 ], [ 120.078499, 30.2756617 ], [ 120.078273, 30.2755811 ], [ 120.0783125, 30.2754448 ] ], [ [ 120.0784701, 30.2738778 ], [ 120.0786646, 30.2739175 ], [ 120.0787282, 30.2739786 ], [ 120.0786646, 30.2743235 ], [ 120.0785338, 30.2743968 ], [ 120.0784525, 30.274351 ], [ 120.0784701, 30.2741526 ], [ 120.0784136, 30.2739297 ], [ 120.0784701, 30.2738778 ] ], [ [ 120.078449, 30.2722277 ], [ 120.0785216, 30.2722355 ], [ 120.0785897, 30.2722787 ], [ 120.0786306, 30.2722512 ], [ 120.078726, 30.2721924 ], [ 120.0788395, 30.2721728 ], [ 120.0789121, 30.2722042 ], [ 120.0789666, 30.2722512 ], [ 120.0789848, 30.2723297 ], [ 120.0789349, 30.2723885 ], [ 120.0788395, 30.2724552 ], [ 120.0787986, 30.2725885 ], [ 120.0787577, 30.2728081 ], [ 120.0787714, 30.2729101 ], [ 120.0787577, 30.2729964 ], [ 120.0787214, 30.2730042 ], [ 120.0786442, 30.2729846 ], [ 120.078567, 30.2729493 ], [ 120.0785579, 30.2728787 ], [ 120.0786397, 30.2727964 ], [ 120.078617, 30.272714 ], [ 120.0786306, 30.272663 ], [ 120.0786442, 30.2725728 ], [ 120.0786442, 30.2724865 ], [ 120.0786215, 30.2724316 ], [ 120.0784807, 30.2723846 ], [ 120.0784308, 30.272314 ], [ 120.078449, 30.2722277 ] ], [ [ 120.0786246, 30.2758476 ], [ 120.0786748, 30.2757392 ], [ 120.0788183, 30.2757639 ], [ 120.0789008, 30.2758073 ], [ 120.0788829, 30.2761017 ], [ 120.0787573, 30.2762287 ], [ 120.0786892, 30.2763495 ], [ 120.0785457, 30.2763092 ], [ 120.0786246, 30.2758476 ] ], [ [ 120.0787358, 30.2754758 ], [ 120.0787609, 30.2751691 ], [ 120.0787825, 30.2750854 ], [ 120.0789044, 30.2751257 ], [ 120.0788973, 30.2752248 ], [ 120.0790874, 30.2753395 ], [ 120.0793242, 30.2753209 ], [ 120.0793959, 30.2753767 ], [ 120.0794031, 30.2755099 ], [ 120.0793063, 30.2755595 ], [ 120.078969, 30.2755533 ], [ 120.0789224, 30.2756462 ], [ 120.078865, 30.2756307 ], [ 120.0789008, 30.2755285 ], [ 120.0789116, 30.2753983 ], [ 120.0788506, 30.2753271 ], [ 120.0788291, 30.2755688 ], [ 120.0788004, 30.2756152 ], [ 120.0787322, 30.2756276 ], [ 120.0786712, 30.2755657 ], [ 120.0787358, 30.2754758 ] ], [ [ 120.0788767, 30.2741495 ], [ 120.078905, 30.273945 ], [ 120.0791171, 30.2739786 ], [ 120.0791453, 30.2740427 ], [ 120.0790852, 30.2743724 ], [ 120.0789721, 30.2744212 ], [ 120.0788272, 30.2743327 ], [ 120.0788767, 30.2741495 ] ], [ [ 120.0789654, 30.2760955 ], [ 120.078987, 30.2757237 ], [ 120.0791053, 30.2757268 ], [ 120.0791448, 30.2758631 ], [ 120.0791771, 30.2761729 ], [ 120.0791269, 30.2763433 ], [ 120.0790802, 30.2763681 ], [ 120.0788973, 30.276334 ], [ 120.078865, 30.2762845 ], [ 120.0789654, 30.2760955 ] ], [ [ 120.0789085, 30.2731665 ], [ 120.0791206, 30.2731726 ], [ 120.0791383, 30.2732703 ], [ 120.0791206, 30.2734351 ], [ 120.079011, 30.2734229 ], [ 120.0788943, 30.2733802 ], [ 120.0789085, 30.2731665 ] ], [ [ 120.0789686, 30.2725314 ], [ 120.0791383, 30.2724337 ], [ 120.0791277, 30.272333 ], [ 120.0793999, 30.27222 ], [ 120.0794635, 30.2722231 ], [ 120.079467, 30.2723025 ], [ 120.0794317, 30.2724002 ], [ 120.0794882, 30.2724276 ], [ 120.0795483, 30.2723666 ], [ 120.0796402, 30.2723788 ], [ 120.0795307, 30.2728703 ], [ 120.0795519, 30.2730382 ], [ 120.0794812, 30.2730413 ], [ 120.0794741, 30.2729558 ], [ 120.0794847, 30.2727635 ], [ 120.0794918, 30.2724948 ], [ 120.0794458, 30.2724521 ], [ 120.0794034, 30.2724643 ], [ 120.0793115, 30.2729039 ], [ 120.0793115, 30.2729894 ], [ 120.0792196, 30.273026 ], [ 120.0789368, 30.2729955 ], [ 120.078905, 30.2729466 ], [ 120.0789014, 30.2728734 ], [ 120.0789686, 30.2725314 ] ], [ [ 120.0793504, 30.2742777 ], [ 120.0796155, 30.2743144 ], [ 120.0797286, 30.2743938 ], [ 120.0796296, 30.2747754 ], [ 120.0796155, 30.2748425 ], [ 120.0792903, 30.2748029 ], [ 120.0792655, 30.2747204 ], [ 120.0793504, 30.2742777 ] ], [ [ 120.0793457, 30.2762039 ], [ 120.079543, 30.2762101 ], [ 120.0796291, 30.2763464 ], [ 120.0796399, 30.276396 ], [ 120.0793098, 30.276365 ], [ 120.0793457, 30.2762039 ] ], [ [ 120.079361, 30.2738656 ], [ 120.0794423, 30.2737282 ], [ 120.0797003, 30.2737679 ], [ 120.0797322, 30.2738229 ], [ 120.0796615, 30.2740793 ], [ 120.0793362, 30.2740335 ], [ 120.079361, 30.2738656 ] ], [ [ 120.0794282, 30.2758104 ], [ 120.0794569, 30.2757113 ], [ 120.0796076, 30.2757639 ], [ 120.0795825, 30.2761079 ], [ 120.0795359, 30.2761574 ], [ 120.0793924, 30.2761388 ], [ 120.0794282, 30.2758104 ] ], [ [ 120.0795024, 30.2732336 ], [ 120.0795695, 30.2732672 ], [ 120.0795448, 30.2733771 ], [ 120.0797003, 30.2734138 ], [ 120.0797604, 30.2733954 ], [ 120.0797958, 30.27331 ], [ 120.0798347, 30.2733038 ], [ 120.0797817, 30.2736183 ], [ 120.0797003, 30.2736 ], [ 120.0797216, 30.2734504 ], [ 120.0795413, 30.2734229 ], [ 120.0795201, 30.2734992 ], [ 120.0794529, 30.2735145 ], [ 120.0794352, 30.2734626 ], [ 120.0795024, 30.2732336 ] ], [ [ 120.0796296, 30.2719117 ], [ 120.0796155, 30.2716857 ], [ 120.0796756, 30.2716308 ], [ 120.0797428, 30.2716338 ], [ 120.0796473, 30.272278 ], [ 120.0795766, 30.272278 ], [ 120.0796296, 30.2719117 ] ], [ [ 120.0797322, 30.272794 ], [ 120.0798241, 30.2728062 ], [ 120.0798736, 30.2731207 ], [ 120.0797781, 30.2731451 ], [ 120.0796685, 30.2730535 ], [ 120.0796438, 30.2729833 ], [ 120.0797322, 30.272794 ] ], [ [ 120.0797583, 30.2759684 ], [ 120.0797978, 30.2757732 ], [ 120.0799664, 30.2757949 ], [ 120.0799413, 30.2761141 ], [ 120.0798946, 30.2762318 ], [ 120.0797404, 30.2762442 ], [ 120.0797583, 30.2759684 ] ], [ [ 120.0798488, 30.2717315 ], [ 120.0799337, 30.2717163 ], [ 120.0799655, 30.2717529 ], [ 120.0798205, 30.2722964 ], [ 120.0797428, 30.272275 ], [ 120.0798488, 30.2717315 ] ], [ [ 120.0799449, 30.2751226 ], [ 120.0800094, 30.2751381 ], [ 120.0800776, 30.2751691 ], [ 120.079952, 30.2756493 ], [ 120.0798193, 30.2756338 ], [ 120.0799449, 30.2751226 ] ], [ [ 120.0800574, 30.2718262 ], [ 120.0802978, 30.2718476 ], [ 120.080273, 30.2719819 ], [ 120.0801458, 30.2724154 ], [ 120.0801069, 30.2724551 ], [ 120.0800256, 30.2724582 ], [ 120.0799549, 30.2724154 ], [ 120.0800574, 30.2718262 ] ], [ [ 120.0802319, 30.2758972 ], [ 120.0803861, 30.2752527 ], [ 120.0805045, 30.2752589 ], [ 120.0805583, 30.2753054 ], [ 120.0803395, 30.2762907 ], [ 120.0803072, 30.2764084 ], [ 120.0801206, 30.2763836 ], [ 120.0802319, 30.2758972 ] ], [ [ 120.0802882, 30.2739243 ], [ 120.0804492, 30.27324 ], [ 120.0805421, 30.2732286 ], [ 120.0805768, 30.273322 ], [ 120.0803661, 30.2742018 ], [ 120.0802678, 30.2742601 ], [ 120.0802236, 30.274199 ], [ 120.0802882, 30.2739243 ] ], [ [ 120.0804639, 30.2722998 ], [ 120.0805895, 30.2721951 ], [ 120.0805938, 30.2720904 ], [ 120.0804293, 30.2720755 ], [ 120.0804163, 30.2720081 ], [ 120.0804466, 30.2718772 ], [ 120.0805375, 30.2718698 ], [ 120.0804986, 30.2719707 ], [ 120.0805462, 30.2720044 ], [ 120.0806025, 30.271952 ], [ 120.080819, 30.2709834 ], [ 120.0809316, 30.2710732 ], [ 120.080767, 30.2719296 ], [ 120.0809229, 30.2719558 ], [ 120.0809316, 30.272068 ], [ 120.0808537, 30.2720792 ], [ 120.080767, 30.2721877 ], [ 120.0807714, 30.2723223 ], [ 120.0807411, 30.2724607 ], [ 120.0807151, 30.2725841 ], [ 120.0806978, 30.2728085 ], [ 120.0807974, 30.2729394 ], [ 120.0809186, 30.2729319 ], [ 120.0807844, 30.2731862 ], [ 120.0804683, 30.2731413 ], [ 120.0805419, 30.2729057 ], [ 120.0807151, 30.2729281 ], [ 120.0806112, 30.2728272 ], [ 120.0806458, 30.2726738 ], [ 120.0805808, 30.2726215 ], [ 120.0805289, 30.2728197 ], [ 120.0803946, 30.2728272 ], [ 120.0803557, 30.2728047 ], [ 120.0804639, 30.2722998 ] ], [ [ 120.0806199, 30.2745965 ], [ 120.0807373, 30.2745357 ], [ 120.0808171, 30.27456 ], [ 120.0807232, 30.2749613 ], [ 120.0807373, 30.2750424 ], [ 120.0806481, 30.2750627 ], [ 120.0805777, 30.2750181 ], [ 120.0805542, 30.2749411 ], [ 120.0806199, 30.2745965 ] ], [ [ 120.0806588, 30.2758414 ], [ 120.0807736, 30.2753116 ], [ 120.0809458, 30.2753581 ], [ 120.0808525, 30.2758042 ], [ 120.0807198, 30.276396 ], [ 120.0805619, 30.2763681 ], [ 120.0806588, 30.2758414 ] ], [ [ 120.0810236, 30.2737533 ], [ 120.080972, 30.2736479 ], [ 120.0811691, 30.2736803 ], [ 120.0810659, 30.2741668 ], [ 120.0810283, 30.2743127 ], [ 120.0808734, 30.2742843 ], [ 120.0810236, 30.2737533 ] ], [ [ 120.0809391, 30.2748762 ], [ 120.0809204, 30.2746248 ], [ 120.0810987, 30.274637 ], [ 120.081033, 30.2750708 ], [ 120.0809814, 30.2750789 ], [ 120.080911, 30.2750383 ], [ 120.0809391, 30.2748762 ] ], [ [ 120.0810283, 30.2733438 ], [ 120.0811081, 30.2730479 ], [ 120.0812536, 30.273056 ], [ 120.0811832, 30.2735019 ], [ 120.0811175, 30.2735546 ], [ 120.080972, 30.2734857 ], [ 120.0810283, 30.2733438 ] ], [ [ 120.0810319, 30.2762969 ], [ 120.0811718, 30.2756462 ], [ 120.0812292, 30.2753705 ], [ 120.0813763, 30.2753952 ], [ 120.0813548, 30.2754975 ], [ 120.0812938, 30.2755966 ], [ 120.0811037, 30.2765075 ], [ 120.0809924, 30.2764859 ], [ 120.0810319, 30.2762969 ] ], [ [ 120.0812771, 30.2739641 ], [ 120.0812912, 30.2736843 ], [ 120.0815775, 30.2737208 ], [ 120.0815588, 30.2738627 ], [ 120.0814696, 30.2739195 ], [ 120.0813663, 30.2744343 ], [ 120.0812161, 30.2744059 ], [ 120.0811879, 30.2743451 ], [ 120.0812771, 30.2739641 ] ], [ [ 120.0814091, 30.2750433 ], [ 120.0815197, 30.2745963 ], [ 120.0814799, 30.2744855 ], [ 120.0816391, 30.2744167 ], [ 120.0816613, 30.2745199 ], [ 120.0815728, 30.2748866 ], [ 120.0814843, 30.2751082 ], [ 120.0814976, 30.2753031 ], [ 120.0814091, 30.2753565 ], [ 120.0813162, 30.2753298 ], [ 120.0814091, 30.2750433 ] ], [ [ 120.0813945, 30.2729992 ], [ 120.0816386, 30.2730195 ], [ 120.0817184, 30.2731411 ], [ 120.0816432, 30.2734897 ], [ 120.0816292, 30.2735627 ], [ 120.0814038, 30.273583 ], [ 120.0813381, 30.2735384 ], [ 120.0813569, 30.2730925 ], [ 120.0813334, 30.2730195 ], [ 120.0813945, 30.2729992 ] ], [ [ 120.0814383, 30.2761777 ], [ 120.0815412, 30.2761528 ], [ 120.0819237, 30.2762771 ], [ 120.0818867, 30.2764618 ], [ 120.0818455, 30.2765435 ], [ 120.081426, 30.2765222 ], [ 120.0814383, 30.2761777 ] ], [ [ 120.0815042, 30.2759184 ], [ 120.0819484, 30.2759503 ], [ 120.0820676, 30.2760001 ], [ 120.0820512, 30.2760995 ], [ 120.0814877, 30.2760853 ], [ 120.0815042, 30.2759184 ] ], [ [ 120.0815379, 30.2715182 ], [ 120.0815508, 30.2713574 ], [ 120.0816071, 30.2714509 ], [ 120.0817154, 30.271507 ], [ 120.0817587, 30.2714472 ], [ 120.0817674, 30.2711779 ], [ 120.0818496, 30.2711928 ], [ 120.0820272, 30.27132 ], [ 120.0818886, 30.2719894 ], [ 120.0816937, 30.2719745 ], [ 120.0817284, 30.2716117 ], [ 120.0816461, 30.271608 ], [ 120.0815768, 30.2716902 ], [ 120.0815335, 30.2716678 ], [ 120.0815379, 30.2715182 ] ], [ [ 120.081681, 30.2754353 ], [ 120.0817838, 30.275382 ], [ 120.0821293, 30.2754388 ], [ 120.0821622, 30.2756129 ], [ 120.0821417, 30.2757017 ], [ 120.0820553, 30.275723 ], [ 120.081936, 30.2756662 ], [ 120.0819484, 30.275517 ], [ 120.0818455, 30.2754921 ], [ 120.0817921, 30.275517 ], [ 120.0817838, 30.2756804 ], [ 120.0817551, 30.2757337 ], [ 120.0816481, 30.2757479 ], [ 120.081681, 30.2754353 ] ], [ [ 120.0817895, 30.2741187 ], [ 120.0819001, 30.2741073 ], [ 120.0819267, 30.2742181 ], [ 120.0818824, 30.2744817 ], [ 120.0817586, 30.2744931 ], [ 120.0817895, 30.2741187 ] ], [ [ 120.0817962, 30.2750801 ], [ 120.0818826, 30.2750339 ], [ 120.0822445, 30.2750836 ], [ 120.0821417, 30.2752577 ], [ 120.0821376, 30.2753252 ], [ 120.0818291, 30.2753287 ], [ 120.0817715, 30.2752968 ], [ 120.0817962, 30.2750801 ] ], [ [ 120.082055, 30.2741302 ], [ 120.0821434, 30.2741226 ], [ 120.0821257, 30.2744664 ], [ 120.082024, 30.274474 ], [ 120.082055, 30.2741302 ] ], [ [ 120.0823309, 30.2762096 ], [ 120.0824296, 30.2761421 ], [ 120.0825036, 30.2761421 ], [ 120.0825365, 30.2761741 ], [ 120.0824214, 30.276675 ], [ 120.082372, 30.2767034 ], [ 120.0821499, 30.2766607 ], [ 120.0823309, 30.2762096 ] ], [ [ 120.0823381, 30.2729382 ], [ 120.0823558, 30.2727663 ], [ 120.0825062, 30.2726784 ], [ 120.0824885, 30.2724568 ], [ 120.0825991, 30.2724454 ], [ 120.0826876, 30.2725829 ], [ 120.0824133, 30.2730796 ], [ 120.0824089, 30.2731827 ], [ 120.0823602, 30.2732248 ], [ 120.0822629, 30.2732095 ], [ 120.0822098, 30.2731407 ], [ 120.0823381, 30.2729382 ] ], [ [ 120.0823043, 30.2716304 ], [ 120.0825901, 30.2716528 ], [ 120.0825252, 30.2720007 ], [ 120.0823779, 30.2720119 ], [ 120.0822394, 30.2719707 ], [ 120.0823043, 30.2716304 ] ], [ [ 120.0823638, 30.2758047 ], [ 120.0827627, 30.2758189 ], [ 120.083026, 30.2759042 ], [ 120.0830466, 30.276032 ], [ 120.0830136, 30.2760711 ], [ 120.0823268, 30.2760178 ], [ 120.0823638, 30.2758047 ] ], [ [ 120.0823597, 30.2753749 ], [ 120.0824173, 30.2751334 ], [ 120.0825653, 30.2751476 ], [ 120.0825406, 30.2752008 ], [ 120.0824913, 30.2753358 ], [ 120.0825324, 30.2754317 ], [ 120.0824831, 30.2756129 ], [ 120.0824255, 30.2756271 ], [ 120.0823391, 30.2755809 ], [ 120.0823597, 30.2753749 ] ], [ [ 120.0826435, 30.2753891 ], [ 120.0826311, 30.275176 ], [ 120.0827298, 30.2751831 ], [ 120.0827874, 30.2752364 ], [ 120.0827627, 30.2755561 ], [ 120.0826764, 30.275652 ], [ 120.0825653, 30.275652 ], [ 120.0826435, 30.2753891 ] ], [ [ 120.0827805, 30.2733432 ], [ 120.0828557, 30.273305 ], [ 120.083214, 30.2733088 ], [ 120.083298, 30.2731101 ], [ 120.083475, 30.2731063 ], [ 120.0836298, 30.2729229 ], [ 120.0836608, 30.2730987 ], [ 120.0836298, 30.2735762 ], [ 120.0835767, 30.2737176 ], [ 120.0833821, 30.2739354 ], [ 120.0832582, 30.2739354 ], [ 120.0831565, 30.2738704 ], [ 120.0830149, 30.2739124 ], [ 120.0830636, 30.2735533 ], [ 120.0830061, 30.2734616 ], [ 120.0829486, 30.2733929 ], [ 120.0828645, 30.2734463 ], [ 120.0828424, 30.2739583 ], [ 120.082807, 30.2739927 ], [ 120.0827229, 30.2739315 ], [ 120.0827185, 30.2735342 ], [ 120.0827805, 30.2733432 ] ], [ [ 120.0829043, 30.2726822 ], [ 120.082953, 30.2726517 ], [ 120.0830282, 30.2726555 ], [ 120.0830768, 30.2727014 ], [ 120.0833334, 30.2728121 ], [ 120.0833113, 30.2729229 ], [ 120.0832494, 30.2729688 ], [ 120.0830724, 30.2729764 ], [ 120.0829795, 30.2731445 ], [ 120.0829043, 30.2731827 ], [ 120.0828335, 30.2731713 ], [ 120.0829043, 30.2726822 ] ], [ [ 120.0829149, 30.2754211 ], [ 120.0830301, 30.2754282 ], [ 120.0830877, 30.2754815 ], [ 120.0830836, 30.2756804 ], [ 120.0829602, 30.2756804 ], [ 120.0828985, 30.2756484 ], [ 120.0828779, 30.2755099 ], [ 120.0829149, 30.2754211 ] ] ], [ [ [ 120.0839021, 30.2765684 ], [ 120.0839473, 30.27654 ], [ 120.084046, 30.2761635 ], [ 120.0840789, 30.2759894 ], [ 120.0842558, 30.2758722 ], [ 120.0842722, 30.2758189 ], [ 120.0842393, 30.2756481 ], [ 120.0840975, 30.2756709 ], [ 120.0840596, 30.2753599 ], [ 120.0841038, 30.2751907 ], [ 120.0841172, 30.2751272 ], [ 120.0841291, 30.2750706 ], [ 120.0842618, 30.2750488 ], [ 120.0843061, 30.2748851 ], [ 120.0843654, 30.2746974 ], [ 120.0843362, 30.2746555 ], [ 120.084288, 30.2746231 ], [ 120.0842035, 30.274608 ], [ 120.0841056, 30.274608 ], [ 120.0839809, 30.274586 ], [ 120.0839098, 30.2745664 ], [ 120.0838756, 30.2745635 ], [ 120.0838568, 30.2745855 ], [ 120.0838447, 30.2746544 ], [ 120.0838336, 30.274758 ], [ 120.0837983, 30.2751137 ], [ 120.0838348, 30.2758973 ], [ 120.0838429, 30.2761632 ], [ 120.0837992, 30.276302 ], [ 120.0837746, 30.2765613 ], [ 120.0839021, 30.2765684 ] ] ], [ [ [ 120.084013, 30.2744957 ], [ 120.0840586, 30.2745339 ], [ 120.0841136, 30.2745513 ], [ 120.0842196, 30.2745582 ], [ 120.0843168, 30.2745652 ], [ 120.0843684, 30.274549 ], [ 120.0843945, 30.27451 ], [ 120.08441, 30.274456 ], [ 120.0843222, 30.2743634 ], [ 120.0842611, 30.2742531 ], [ 120.0842333, 30.2741092 ], [ 120.0842722, 30.2738742 ], [ 120.0842888, 30.2737495 ], [ 120.0842999, 30.2735769 ], [ 120.0843666, 30.273433 ], [ 120.0843323, 30.2733353 ], [ 120.084311, 30.2732748 ], [ 120.0842944, 30.2730925 ], [ 120.0842777, 30.2728959 ], [ 120.0842333, 30.2727041 ], [ 120.0842278, 30.2725554 ], [ 120.0842333, 30.2722869 ], [ 120.0843277, 30.2721094 ], [ 120.0843777, 30.2719799 ], [ 120.0843888, 30.271721 ], [ 120.0843721, 30.2715627 ], [ 120.0843444, 30.271438 ], [ 120.0842817, 30.2713586 ], [ 120.0841303, 30.2714324 ], [ 120.0840798, 30.2715296 ], [ 120.08409, 30.2721611 ], [ 120.0840576, 30.2728853 ], [ 120.0840778, 30.2734275 ], [ 120.0841305, 30.2737599 ], [ 120.0840413, 30.2741237 ], [ 120.0839889, 30.2743046 ], [ 120.0839768, 30.2744065 ], [ 120.084013, 30.2744957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0810283, 30.2743127 ], [ 120.0810659, 30.2741668 ], [ 120.0811691, 30.2736803 ], [ 120.080972, 30.2736479 ], [ 120.0810236, 30.2737533 ], [ 120.0808734, 30.2742843 ], [ 120.0810283, 30.2743127 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0758571, 30.2742643 ], [ 120.0759148, 30.2742992 ], [ 120.0759956, 30.2742992 ], [ 120.0760417, 30.2742543 ], [ 120.0760533, 30.2741646 ], [ 120.0760475, 30.2740699 ], [ 120.0761283, 30.2738755 ], [ 120.0761456, 30.2737459 ], [ 120.0760706, 30.273721 ], [ 120.0760129, 30.2737509 ], [ 120.0760129, 30.2738805 ], [ 120.0759494, 30.27404 ], [ 120.075909, 30.2740948 ], [ 120.075834, 30.2741247 ], [ 120.0758167, 30.2741895 ], [ 120.0758571, 30.2742643 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0812161, 30.2744059 ], [ 120.0813663, 30.2744343 ], [ 120.0814696, 30.2739195 ], [ 120.0815588, 30.2738627 ], [ 120.0815775, 30.2737208 ], [ 120.0812912, 30.2736843 ], [ 120.0812771, 30.2739641 ], [ 120.0811879, 30.2743451 ], [ 120.0812161, 30.2744059 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0784701, 30.2741526 ], [ 120.0784525, 30.274351 ], [ 120.0785338, 30.2743968 ], [ 120.0786646, 30.2743235 ], [ 120.0787282, 30.2739786 ], [ 120.0786646, 30.2739175 ], [ 120.0784701, 30.2738778 ], [ 120.0784136, 30.2739297 ], [ 120.0784701, 30.2741526 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0789721, 30.2744212 ], [ 120.0790852, 30.2743724 ], [ 120.0791453, 30.2740427 ], [ 120.0791171, 30.2739786 ], [ 120.078905, 30.273945 ], [ 120.0788767, 30.2741495 ], [ 120.0788272, 30.2743327 ], [ 120.0789721, 30.2744212 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0746624, 30.2744985 ], [ 120.0747143, 30.2745285 ], [ 120.0747836, 30.2745434 ], [ 120.0748413, 30.2745035 ], [ 120.0749048, 30.2741596 ], [ 120.0749048, 30.2740749 ], [ 120.0748817, 30.274025 ], [ 120.0748009, 30.2740051 ], [ 120.0747086, 30.27403 ], [ 120.0746739, 30.2740998 ], [ 120.0746278, 30.2744038 ], [ 120.0746624, 30.2744985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0821257, 30.2744664 ], [ 120.0821434, 30.2741226 ], [ 120.082055, 30.2741302 ], [ 120.082024, 30.274474 ], [ 120.0821257, 30.2744664 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0818824, 30.2744817 ], [ 120.0819267, 30.2742181 ], [ 120.0819001, 30.2741073 ], [ 120.0817895, 30.2741187 ], [ 120.0817586, 30.2744931 ], [ 120.0818824, 30.2744817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0753492, 30.2747278 ], [ 120.0753896, 30.2747926 ], [ 120.0754935, 30.2748076 ], [ 120.0755743, 30.2747777 ], [ 120.0755858, 30.2746929 ], [ 120.0755974, 30.2745434 ], [ 120.075632, 30.2744288 ], [ 120.0756955, 30.2742743 ], [ 120.0756551, 30.2741796 ], [ 120.0755916, 30.2741447 ], [ 120.0755166, 30.2741497 ], [ 120.0754646, 30.2742045 ], [ 120.0754473, 30.2743291 ], [ 120.0754242, 30.2744238 ], [ 120.0753492, 30.2746331 ], [ 120.0753492, 30.2747278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0792903, 30.2748029 ], [ 120.0796155, 30.2748425 ], [ 120.0796296, 30.2747754 ], [ 120.0797286, 30.2743938 ], [ 120.0796155, 30.2743144 ], [ 120.0793504, 30.2742777 ], [ 120.0792655, 30.2747204 ], [ 120.0792903, 30.2748029 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0772974, 30.2749195 ], [ 120.077466, 30.2749357 ], [ 120.0775035, 30.2748656 ], [ 120.0775409, 30.2747631 ], [ 120.0775784, 30.2746013 ], [ 120.0775784, 30.2744503 ], [ 120.0775597, 30.2743478 ], [ 120.077491, 30.2742938 ], [ 120.0774035, 30.2742938 ], [ 120.0773473, 30.2743532 ], [ 120.0773223, 30.2744503 ], [ 120.0773161, 30.2745797 ], [ 120.0772974, 30.2748116 ], [ 120.0772849, 30.2748764 ], [ 120.0772974, 30.2749195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0769536, 30.2740946 ], [ 120.077042, 30.2741495 ], [ 120.0771147, 30.2741644 ], [ 120.0773707, 30.2742167 ], [ 120.0774238, 30.2741801 ], [ 120.0773743, 30.2740976 ], [ 120.0771445, 30.2739847 ], [ 120.0771798, 30.2737984 ], [ 120.0771798, 30.2736672 ], [ 120.0772258, 30.2736244 ], [ 120.0774061, 30.2735542 ], [ 120.077604, 30.2735786 ], [ 120.0776111, 30.2736824 ], [ 120.0779187, 30.2737007 ], [ 120.0779682, 30.2736763 ], [ 120.0780495, 30.2737068 ], [ 120.0781343, 30.2737954 ], [ 120.0782191, 30.2738076 ], [ 120.0782828, 30.2739114 ], [ 120.0782757, 30.2740915 ], [ 120.0782459, 30.2743327 ], [ 120.0781991, 30.2747368 ], [ 120.0781874, 30.2748733 ], [ 120.0781055, 30.2750299 ], [ 120.0780879, 30.2751208 ], [ 120.0780821, 30.2752016 ], [ 120.0780294, 30.275237 ], [ 120.0779709, 30.2752724 ], [ 120.0780002, 30.275333 ], [ 120.0781055, 30.2753128 ], [ 120.0780645, 30.2753684 ], [ 120.0780119, 30.275434 ], [ 120.0780294, 30.2755098 ], [ 120.0781055, 30.2755502 ], [ 120.0781113, 30.2759342 ], [ 120.0780821, 30.2761161 ], [ 120.0779475, 30.2763182 ], [ 120.0780119, 30.2763232 ], [ 120.0781055, 30.2761717 ], [ 120.0781698, 30.2760201 ], [ 120.0781698, 30.2757523 ], [ 120.0781523, 30.2754593 ], [ 120.0782283, 30.2749187 ], [ 120.078273, 30.2745928 ], [ 120.0783304, 30.2744472 ], [ 120.0783108, 30.2743239 ], [ 120.0783287, 30.2741068 ], [ 120.078357, 30.2738442 ], [ 120.0782368, 30.2736427 ], [ 120.078304, 30.2735664 ], [ 120.0783535, 30.2736275 ], [ 120.0786186, 30.2736885 ], [ 120.0786575, 30.2736336 ], [ 120.0790817, 30.2736763 ], [ 120.0791489, 30.2736366 ], [ 120.0791559, 30.2735267 ], [ 120.0789792, 30.2735176 ], [ 120.0787211, 30.2735634 ], [ 120.0786858, 30.2734443 ], [ 120.0784489, 30.2734107 ], [ 120.0783287, 30.2734626 ], [ 120.0782757, 30.2734351 ], [ 120.0783252, 30.2733496 ], [ 120.0784595, 30.2732581 ], [ 120.0785126, 30.2732672 ], [ 120.0784949, 30.273313 ], [ 120.0786716, 30.2733344 ], [ 120.0787423, 30.2733008 ], [ 120.0787706, 30.2731695 ], [ 120.0787317, 30.273081 ], [ 120.0786434, 30.2730627 ], [ 120.0785373, 30.2730779 ], [ 120.0784525, 30.2731817 ], [ 120.0781343, 30.2731787 ], [ 120.0780318, 30.2731817 ], [ 120.0779929, 30.2732489 ], [ 120.0778444, 30.273255 ], [ 120.0777384, 30.2732581 ], [ 120.0777384, 30.2733954 ], [ 120.077855, 30.2734046 ], [ 120.0779752, 30.2733313 ], [ 120.0781591, 30.2733313 ], [ 120.0781873, 30.2733832 ], [ 120.0781909, 30.2735176 ], [ 120.0781237, 30.2736427 ], [ 120.077954, 30.2736244 ], [ 120.0779469, 30.2735511 ], [ 120.0775404, 30.2735176 ], [ 120.077544, 30.2734534 ], [ 120.0775687, 30.2732184 ], [ 120.0775051, 30.2731817 ], [ 120.077346, 30.2731726 ], [ 120.0772505, 30.2731878 ], [ 120.0772894, 30.2732886 ], [ 120.0772046, 30.2733771 ], [ 120.0771837, 30.2734968 ], [ 120.0771657, 30.2736 ], [ 120.0770879, 30.2736549 ], [ 120.0770208, 30.273658 ], [ 120.0770102, 30.2739175 ], [ 120.0770384, 30.2739908 ], [ 120.0769501, 30.2740121 ], [ 120.0769536, 30.2740946 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0805777, 30.2750181 ], [ 120.0806481, 30.2750627 ], [ 120.0807373, 30.2750424 ], [ 120.0807232, 30.2749613 ], [ 120.0808171, 30.27456 ], [ 120.0807373, 30.2745357 ], [ 120.0806199, 30.2745965 ], [ 120.0805542, 30.2749411 ], [ 120.0805777, 30.2750181 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0809814, 30.2750789 ], [ 120.081033, 30.2750708 ], [ 120.0810987, 30.274637 ], [ 120.0809204, 30.2746248 ], [ 120.0809391, 30.2748762 ], [ 120.080911, 30.2750383 ], [ 120.0809814, 30.2750789 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0814091, 30.2753565 ], [ 120.0814976, 30.2753031 ], [ 120.0814843, 30.2751082 ], [ 120.0815728, 30.2748866 ], [ 120.0816613, 30.2745199 ], [ 120.0816391, 30.2744167 ], [ 120.0814799, 30.2744855 ], [ 120.0815197, 30.2745963 ], [ 120.0814091, 30.2750433 ], [ 120.0813162, 30.2753298 ], [ 120.0814091, 30.2753565 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0802014, 30.2750318 ], [ 120.080228, 30.2751311 ], [ 120.0804624, 30.2751426 ], [ 120.0804049, 30.2750624 ], [ 120.0802457, 30.2750051 ], [ 120.0800599, 30.2748828 ], [ 120.0800378, 30.2750165 ], [ 120.0802014, 30.2750318 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0783699, 30.2746083 ], [ 120.0783663, 30.2746981 ], [ 120.0784524, 30.2747849 ], [ 120.0785564, 30.2747942 ], [ 120.0786246, 30.2746733 ], [ 120.0787538, 30.2747074 ], [ 120.0787286, 30.2748747 ], [ 120.0787753, 30.2749956 ], [ 120.0789044, 30.2749987 ], [ 120.0789798, 30.2749367 ], [ 120.079152, 30.2750173 ], [ 120.0791627, 30.2751846 ], [ 120.0793924, 30.2752465 ], [ 120.0795359, 30.2752775 ], [ 120.079604, 30.2754231 ], [ 120.0795646, 30.2756028 ], [ 120.0796363, 30.2756121 ], [ 120.0798085, 30.2751288 ], [ 120.0797978, 30.275042 ], [ 120.0797188, 30.2750947 ], [ 120.0795107, 30.2751412 ], [ 120.0794175, 30.275166 ], [ 120.0793637, 30.2751474 ], [ 120.0793888, 30.2750482 ], [ 120.0789762, 30.2748437 ], [ 120.0790336, 30.2745153 ], [ 120.0789726, 30.2744812 ], [ 120.0788327, 30.2744781 ], [ 120.0788219, 30.2745432 ], [ 120.0787322, 30.2745928 ], [ 120.078639, 30.2745835 ], [ 120.0786103, 30.2744781 ], [ 120.0784811, 30.2744565 ], [ 120.0783304, 30.2744472 ], [ 120.078273, 30.2745928 ], [ 120.0783699, 30.2746083 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0818291, 30.2753287 ], [ 120.0821376, 30.2753252 ], [ 120.0821417, 30.2752577 ], [ 120.0822445, 30.2750836 ], [ 120.0818826, 30.2750339 ], [ 120.0817962, 30.2750801 ], [ 120.0817715, 30.2752968 ], [ 120.0818291, 30.2753287 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0744843, 30.2753936 ], [ 120.074689, 30.2754239 ], [ 120.0747241, 30.2753886 ], [ 120.0747358, 30.2753482 ], [ 120.0747651, 30.2751764 ], [ 120.0747534, 30.2750753 ], [ 120.0746598, 30.2750299 ], [ 120.0745662, 30.2750248 ], [ 120.0744901, 30.2750551 ], [ 120.0744492, 30.2751208 ], [ 120.0744258, 30.2752471 ], [ 120.0744199, 30.2753583 ], [ 120.0744843, 30.2753936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0787322, 30.2756276 ], [ 120.0788004, 30.2756152 ], [ 120.0788291, 30.2755688 ], [ 120.0788506, 30.2753271 ], [ 120.0789116, 30.2753983 ], [ 120.0789008, 30.2755285 ], [ 120.078865, 30.2756307 ], [ 120.0789224, 30.2756462 ], [ 120.078969, 30.2755533 ], [ 120.0793063, 30.2755595 ], [ 120.0794031, 30.2755099 ], [ 120.0793959, 30.2753767 ], [ 120.0793242, 30.2753209 ], [ 120.0790874, 30.2753395 ], [ 120.0788973, 30.2752248 ], [ 120.0789044, 30.2751257 ], [ 120.0787825, 30.2750854 ], [ 120.0787609, 30.2751691 ], [ 120.0787358, 30.2754758 ], [ 120.0786712, 30.2755657 ], [ 120.0787322, 30.2756276 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0724566, 30.274713 ], [ 120.0725186, 30.2747355 ], [ 120.0725905, 30.2747186 ], [ 120.0726493, 30.2746622 ], [ 120.0726591, 30.2746199 ], [ 120.072646, 30.274586 ], [ 120.0725676, 30.2745578 ], [ 120.0725284, 30.2745494 ], [ 120.0724794, 30.2745719 ], [ 120.0724435, 30.2746199 ], [ 120.0724304, 30.2746678 ], [ 120.0724566, 30.274713 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0732499, 30.2748076 ], [ 120.073326, 30.274853 ], [ 120.0734313, 30.274848 ], [ 120.0734839, 30.2747065 ], [ 120.0734781, 30.2746459 ], [ 120.073443, 30.2746105 ], [ 120.0733669, 30.2746206 ], [ 120.0732733, 30.2746661 ], [ 120.0732382, 30.2747419 ], [ 120.0732499, 30.2748076 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0716368, 30.2748117 ], [ 120.0716727, 30.2748201 ], [ 120.0717152, 30.2748032 ], [ 120.0717348, 30.274775 ], [ 120.0717413, 30.2747327 ], [ 120.0717282, 30.2746904 ], [ 120.071689, 30.2746763 ], [ 120.0716596, 30.2746791 ], [ 120.0716172, 30.2747383 ], [ 120.0716074, 30.2747778 ], [ 120.0716368, 30.2748117 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0677182, 30.2748362 ], [ 120.0678296, 30.2748439 ], [ 120.0679184, 30.2747847 ], [ 120.067927, 30.2747546 ], [ 120.0678832, 30.2747128 ], [ 120.0678331, 30.2746894 ], [ 120.0677482, 30.2746636 ], [ 120.0676763, 30.2747063 ], [ 120.067658, 30.2747851 ], [ 120.0677182, 30.2748362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0724076, 30.2750853 ], [ 120.0724304, 30.2751163 ], [ 120.0724892, 30.2751248 ], [ 120.0725382, 30.275105 ], [ 120.0725676, 30.2750712 ], [ 120.0725774, 30.2750204 ], [ 120.0725676, 30.2749442 ], [ 120.0725513, 30.2748766 ], [ 120.0725349, 30.2748342 ], [ 120.072499, 30.2748342 ], [ 120.0724729, 30.2748568 ], [ 120.0724435, 30.2749104 ], [ 120.0724141, 30.2749696 ], [ 120.0723945, 30.2750345 ], [ 120.0724076, 30.2750853 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0714865, 30.2749978 ], [ 120.0715911, 30.2750881 ], [ 120.0716466, 30.275105 ], [ 120.0717217, 30.2751078 ], [ 120.0717838, 30.2750853 ], [ 120.0718066, 30.2750543 ], [ 120.0718066, 30.2749978 ], [ 120.0717642, 30.2749471 ], [ 120.0716694, 30.2748907 ], [ 120.0715911, 30.2748653 ], [ 120.071529, 30.2748737 ], [ 120.0714768, 30.2749104 ], [ 120.0714637, 30.2749499 ], [ 120.0714865, 30.2749978 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0718883, 30.2750514 ], [ 120.0719177, 30.2750937 ], [ 120.0720156, 30.2751248 ], [ 120.0720777, 30.2751304 ], [ 120.0721169, 30.2751022 ], [ 120.07213, 30.2750627 ], [ 120.0721202, 30.2750232 ], [ 120.0720091, 30.2749442 ], [ 120.0719536, 30.2749273 ], [ 120.0718915, 30.2749442 ], [ 120.0718785, 30.2750035 ], [ 120.0718883, 30.2750514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0734781, 30.2753987 ], [ 120.0735366, 30.275429 ], [ 120.0735951, 30.2753886 ], [ 120.0736302, 30.2751309 ], [ 120.0736653, 30.27504 ], [ 120.073677, 30.2748935 ], [ 120.0736302, 30.2748631 ], [ 120.0735717, 30.2748733 ], [ 120.0735132, 30.2749137 ], [ 120.0734722, 30.2752421 ], [ 120.0734605, 30.275333 ], [ 120.0734781, 30.2753987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0703735, 30.2753834 ], [ 120.0709479, 30.2754401 ], [ 120.0714403, 30.2754862 ], [ 120.0731799, 30.2757059 ], [ 120.0738281, 30.2757874 ], [ 120.0747347, 30.275889 ], [ 120.0748095, 30.2758013 ], [ 120.0748469, 30.2757506 ], [ 120.0748309, 30.2756583 ], [ 120.0748896, 30.2752937 ], [ 120.0749217, 30.2751553 ], [ 120.0749912, 30.2750676 ], [ 120.0749858, 30.2749707 ], [ 120.0749377, 30.2748553 ], [ 120.074708, 30.2747307 ], [ 120.0745263, 30.2747446 ], [ 120.0743927, 30.2747815 ], [ 120.0742912, 30.2747492 ], [ 120.0742271, 30.2747769 ], [ 120.0742752, 30.2748507 ], [ 120.0743072, 30.2749061 ], [ 120.0743072, 30.2749891 ], [ 120.0742912, 30.2750907 ], [ 120.0742698, 30.2752153 ], [ 120.0742164, 30.2752983 ], [ 120.0741469, 30.2753722 ], [ 120.0740507, 30.2753952 ], [ 120.0739439, 30.2753537 ], [ 120.0738904, 30.2753029 ], [ 120.0738958, 30.2751968 ], [ 120.0739118, 30.2750445 ], [ 120.0739439, 30.2748415 ], [ 120.0740828, 30.2747999 ], [ 120.0741309, 30.2747676 ], [ 120.0740133, 30.2747353 ], [ 120.0738958, 30.2747215 ], [ 120.0737836, 30.2746938 ], [ 120.0737194, 30.2746477 ], [ 120.0736019, 30.2746246 ], [ 120.0735271, 30.2745046 ], [ 120.0734469, 30.2744538 ], [ 120.073324, 30.2744492 ], [ 120.0732439, 30.2744631 ], [ 120.0731797, 30.2745323 ], [ 120.073121, 30.2747953 ], [ 120.073121, 30.2748922 ], [ 120.0730462, 30.2749707 ], [ 120.0729987, 30.2751022 ], [ 120.0729759, 30.275184 ], [ 120.072953, 30.2752432 ], [ 120.0729236, 30.2753053 ], [ 120.0729007, 30.2753532 ], [ 120.0729138, 30.275404 ], [ 120.0729203, 30.2754632 ], [ 120.0729203, 30.2755112 ], [ 120.072904, 30.2755648 ], [ 120.072842, 30.275593 ], [ 120.0727766, 30.2755789 ], [ 120.0727505, 30.2755366 ], [ 120.0727472, 30.2754632 ], [ 120.0728126, 30.2753673 ], [ 120.0727897, 30.2753081 ], [ 120.072708, 30.2752799 ], [ 120.0726231, 30.2752686 ], [ 120.0726133, 30.2752291 ], [ 120.0725382, 30.2751953 ], [ 120.072486, 30.2752235 ], [ 120.0724108, 30.2752263 ], [ 120.0723325, 30.2752404 ], [ 120.0722541, 30.2752404 ], [ 120.0722214, 30.2751896 ], [ 120.0721757, 30.2751614 ], [ 120.0721365, 30.2751502 ], [ 120.0720744, 30.275153 ], [ 120.0720385, 30.2751558 ], [ 120.0720058, 30.2751812 ], [ 120.0719569, 30.2752319 ], [ 120.0719177, 30.2752884 ], [ 120.0718981, 30.2753137 ], [ 120.0718327, 30.2753335 ], [ 120.0717544, 30.2753335 ], [ 120.0715894, 30.2753098 ], [ 120.0715191, 30.2752993 ], [ 120.0714703, 30.2753019 ], [ 120.0714733, 30.2752597 ], [ 120.0714367, 30.2752255 ], [ 120.0713787, 30.2752123 ], [ 120.0713054, 30.2752281 ], [ 120.0712443, 30.2752281 ], [ 120.0712199, 30.2751885 ], [ 120.0711588, 30.2751516 ], [ 120.0710916, 30.2751437 ], [ 120.0710183, 30.2751463 ], [ 120.0709634, 30.2751595 ], [ 120.0709725, 30.2751094 ], [ 120.0709817, 30.2750461 ], [ 120.0709664, 30.2749934 ], [ 120.0709511, 30.2749327 ], [ 120.0709359, 30.27488 ], [ 120.070884, 30.2748088 ], [ 120.0707843, 30.2748163 ], [ 120.0706237, 30.2748536 ], [ 120.0705125, 30.2749283 ], [ 120.0704308, 30.2750414 ], [ 120.0703388, 30.2752467 ], [ 120.070318, 30.2753524 ], [ 120.0703735, 30.2753834 ] ], [ [ 120.0730042, 30.2754846 ], [ 120.0730276, 30.2754239 ], [ 120.0730744, 30.2753381 ], [ 120.0731914, 30.2753431 ], [ 120.0731622, 30.2753027 ], [ 120.0730803, 30.2752926 ], [ 120.0730627, 30.2752168 ], [ 120.0730744, 30.2751309 ], [ 120.0731505, 30.2749642 ], [ 120.0731973, 30.2749238 ], [ 120.0732909, 30.2749086 ], [ 120.0733611, 30.2749389 ], [ 120.0734196, 30.2749844 ], [ 120.0734196, 30.2751158 ], [ 120.0734079, 30.2753279 ], [ 120.0733377, 30.2753482 ], [ 120.0732441, 30.2753381 ], [ 120.0732207, 30.2753785 ], [ 120.0732967, 30.2753886 ], [ 120.0733552, 30.275434 ], [ 120.0733552, 30.2755199 ], [ 120.0732967, 30.2755957 ], [ 120.0732792, 30.2756412 ], [ 120.0731388, 30.2756614 ], [ 120.0730335, 30.275626 ], [ 120.0729984, 30.2755705 ], [ 120.0730042, 30.2754846 ] ], [ [ 120.0732733, 30.2746661 ], [ 120.0733669, 30.2746206 ], [ 120.073443, 30.2746105 ], [ 120.0734781, 30.2746459 ], [ 120.0734839, 30.2747065 ], [ 120.0734313, 30.274848 ], [ 120.073326, 30.274853 ], [ 120.0732499, 30.2748076 ], [ 120.0732382, 30.2747419 ], [ 120.0732733, 30.2746661 ] ], [ [ 120.0734722, 30.2752421 ], [ 120.0735132, 30.2749137 ], [ 120.0735717, 30.2748733 ], [ 120.0736302, 30.2748631 ], [ 120.073677, 30.2748935 ], [ 120.0736653, 30.27504 ], [ 120.0736302, 30.2751309 ], [ 120.0735951, 30.2753886 ], [ 120.0735366, 30.275429 ], [ 120.0734781, 30.2753987 ], [ 120.0734605, 30.275333 ], [ 120.0734722, 30.2752421 ] ], [ [ 120.0739344, 30.2755957 ], [ 120.0740338, 30.2755806 ], [ 120.0741157, 30.2755957 ], [ 120.0742152, 30.2755957 ], [ 120.0742912, 30.2755553 ], [ 120.0743556, 30.2755654 ], [ 120.0743614, 30.2756412 ], [ 120.0743322, 30.2757372 ], [ 120.0742854, 30.2758079 ], [ 120.0742035, 30.2757978 ], [ 120.0739461, 30.2757725 ], [ 120.0738993, 30.2757473 ], [ 120.0738993, 30.2756614 ], [ 120.0739344, 30.2755957 ] ], [ [ 120.0744258, 30.2752471 ], [ 120.0744492, 30.2751208 ], [ 120.0744901, 30.2750551 ], [ 120.0745662, 30.2750248 ], [ 120.0746598, 30.2750299 ], [ 120.0747534, 30.2750753 ], [ 120.0747651, 30.2751764 ], [ 120.0747358, 30.2753482 ], [ 120.0747241, 30.2753886 ], [ 120.074689, 30.2754239 ], [ 120.0744843, 30.2753936 ], [ 120.0744199, 30.2753583 ], [ 120.0744258, 30.2752471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0730335, 30.275626 ], [ 120.0731388, 30.2756614 ], [ 120.0732792, 30.2756412 ], [ 120.0732967, 30.2755957 ], [ 120.0733552, 30.2755199 ], [ 120.0733552, 30.275434 ], [ 120.0732967, 30.2753886 ], [ 120.0732207, 30.2753785 ], [ 120.0732441, 30.2753381 ], [ 120.0733377, 30.2753482 ], [ 120.0734079, 30.2753279 ], [ 120.0734196, 30.2751158 ], [ 120.0734196, 30.2749844 ], [ 120.0733611, 30.2749389 ], [ 120.0732909, 30.2749086 ], [ 120.0731973, 30.2749238 ], [ 120.0731505, 30.2749642 ], [ 120.0730744, 30.2751309 ], [ 120.0730627, 30.2752168 ], [ 120.0730803, 30.2752926 ], [ 120.0731622, 30.2753027 ], [ 120.0731914, 30.2753431 ], [ 120.0730744, 30.2753381 ], [ 120.0730276, 30.2754239 ], [ 120.0730042, 30.2754846 ], [ 120.0729984, 30.2755705 ], [ 120.0730335, 30.275626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.078499, 30.2756617 ], [ 120.0785457, 30.2756462 ], [ 120.0786461, 30.2750978 ], [ 120.0784345, 30.2750792 ], [ 120.0783448, 30.2750854 ], [ 120.0783125, 30.2754448 ], [ 120.078273, 30.2755811 ], [ 120.078499, 30.2756617 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0824255, 30.2756271 ], [ 120.0824831, 30.2756129 ], [ 120.0825324, 30.2754317 ], [ 120.0824913, 30.2753358 ], [ 120.0825406, 30.2752008 ], [ 120.0825653, 30.2751476 ], [ 120.0824173, 30.2751334 ], [ 120.0823597, 30.2753749 ], [ 120.0823391, 30.2755809 ], [ 120.0824255, 30.2756271 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.079952, 30.2756493 ], [ 120.0800776, 30.2751691 ], [ 120.0800094, 30.2751381 ], [ 120.0799449, 30.2751226 ], [ 120.0798193, 30.2756338 ], [ 120.079952, 30.2756493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0826764, 30.275652 ], [ 120.0827627, 30.2755561 ], [ 120.0827874, 30.2752364 ], [ 120.0827298, 30.2751831 ], [ 120.0826311, 30.275176 ], [ 120.0826435, 30.2753891 ], [ 120.0825653, 30.275652 ], [ 120.0826764, 30.275652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.075081, 30.2757675 ], [ 120.0750868, 30.2758685 ], [ 120.0751278, 30.2759292 ], [ 120.0753091, 30.2759241 ], [ 120.0753793, 30.2756563 ], [ 120.0753735, 30.2755604 ], [ 120.0754086, 30.2754745 ], [ 120.0754554, 30.2752976 ], [ 120.0754612, 30.2751562 ], [ 120.075391, 30.2750854 ], [ 120.0752682, 30.2750602 ], [ 120.0751804, 30.2750955 ], [ 120.0751336, 30.2751663 ], [ 120.0750751, 30.2755553 ], [ 120.075081, 30.2757675 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0828985, 30.2756484 ], [ 120.0829602, 30.2756804 ], [ 120.0830836, 30.2756804 ], [ 120.0830877, 30.2754815 ], [ 120.0830301, 30.2754282 ], [ 120.0829149, 30.2754211 ], [ 120.0828779, 30.2755099 ], [ 120.0828985, 30.2756484 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0817551, 30.2757337 ], [ 120.0817838, 30.2756804 ], [ 120.0817921, 30.275517 ], [ 120.0818455, 30.2754921 ], [ 120.0819484, 30.275517 ], [ 120.081936, 30.2756662 ], [ 120.0820553, 30.275723 ], [ 120.0821417, 30.2757017 ], [ 120.0821622, 30.2756129 ], [ 120.0821293, 30.2754388 ], [ 120.0817838, 30.275382 ], [ 120.081681, 30.2754353 ], [ 120.0816481, 30.2757479 ], [ 120.0817551, 30.2757337 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0738993, 30.2757473 ], [ 120.0739461, 30.2757725 ], [ 120.0742035, 30.2757978 ], [ 120.0742854, 30.2758079 ], [ 120.0743322, 30.2757372 ], [ 120.0743614, 30.2756412 ], [ 120.0743556, 30.2755654 ], [ 120.0742912, 30.2755553 ], [ 120.0742152, 30.2755957 ], [ 120.0741157, 30.2755957 ], [ 120.0740338, 30.2755806 ], [ 120.0739344, 30.2755957 ], [ 120.0738993, 30.2756614 ], [ 120.0738993, 30.2757473 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0803072, 30.2764084 ], [ 120.0803395, 30.2762907 ], [ 120.0805583, 30.2753054 ], [ 120.0805045, 30.2752589 ], [ 120.0803861, 30.2752527 ], [ 120.0802319, 30.2758972 ], [ 120.0801206, 30.2763836 ], [ 120.0803072, 30.2764084 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0807198, 30.276396 ], [ 120.0808525, 30.2758042 ], [ 120.0809458, 30.2753581 ], [ 120.0807736, 30.2753116 ], [ 120.0806588, 30.2758414 ], [ 120.0805619, 30.2763681 ], [ 120.0807198, 30.276396 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0795359, 30.2761574 ], [ 120.0795825, 30.2761079 ], [ 120.0796076, 30.2757639 ], [ 120.0794569, 30.2757113 ], [ 120.0794282, 30.2758104 ], [ 120.0793924, 30.2761388 ], [ 120.0795359, 30.2761574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0761808, 30.2760353 ], [ 120.0761691, 30.2758887 ], [ 120.0759994, 30.2758786 ], [ 120.0758239, 30.2758382 ], [ 120.0757011, 30.2758635 ], [ 120.0756426, 30.2759039 ], [ 120.075625, 30.2759696 ], [ 120.0761808, 30.2760353 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0830136, 30.2760711 ], [ 120.0830466, 30.276032 ], [ 120.083026, 30.2759042 ], [ 120.0827627, 30.2758189 ], [ 120.0823638, 30.2758047 ], [ 120.0823268, 30.2760178 ], [ 120.0830136, 30.2760711 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0811037, 30.2765075 ], [ 120.0812938, 30.2755966 ], [ 120.0813548, 30.2754975 ], [ 120.0813763, 30.2753952 ], [ 120.0812292, 30.2753705 ], [ 120.0811718, 30.2756462 ], [ 120.0810319, 30.2762969 ], [ 120.0809924, 30.2764859 ], [ 120.0811037, 30.2765075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0783161, 30.2762659 ], [ 120.0784273, 30.2758414 ], [ 120.0784237, 30.275733 ], [ 120.0782945, 30.2756679 ], [ 120.0782658, 30.2759622 ], [ 120.078169, 30.2762411 ], [ 120.0783161, 30.2762659 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0798946, 30.2762318 ], [ 120.0799413, 30.2761141 ], [ 120.0799664, 30.2757949 ], [ 120.0797978, 30.2757732 ], [ 120.0797583, 30.2759684 ], [ 120.0797404, 30.2762442 ], [ 120.0798946, 30.2762318 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0820512, 30.2760995 ], [ 120.0820676, 30.2760001 ], [ 120.0819484, 30.2759503 ], [ 120.0815042, 30.2759184 ], [ 120.0814877, 30.2760853 ], [ 120.0820512, 30.2760995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0786892, 30.2763495 ], [ 120.0787573, 30.2762287 ], [ 120.0788829, 30.2761017 ], [ 120.0789008, 30.2758073 ], [ 120.0788183, 30.2757639 ], [ 120.0786748, 30.2757392 ], [ 120.0786246, 30.2758476 ], [ 120.0785457, 30.2763092 ], [ 120.0786892, 30.2763495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0788973, 30.276334 ], [ 120.0790802, 30.2763681 ], [ 120.0791269, 30.2763433 ], [ 120.0791771, 30.2761729 ], [ 120.0791448, 30.2758631 ], [ 120.0791053, 30.2757268 ], [ 120.078987, 30.2757237 ], [ 120.0789654, 30.2760955 ], [ 120.078865, 30.2762845 ], [ 120.0788973, 30.276334 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0825777, 30.2766821 ], [ 120.0826352, 30.276746 ], [ 120.0826517, 30.276849 ], [ 120.0826846, 30.2767886 ], [ 120.0827998, 30.2767424 ], [ 120.082808, 30.2766927 ], [ 120.0828738, 30.2766572 ], [ 120.0831453, 30.2766892 ], [ 120.083462, 30.2767034 ], [ 120.0834661, 30.2767318 ], [ 120.0836717, 30.2767318 ], [ 120.0838609, 30.2766785 ], [ 120.0839309, 30.276611 ], [ 120.0840913, 30.2766394 ], [ 120.0841406, 30.2765791 ], [ 120.084153, 30.2764725 ], [ 120.0840872, 30.2764014 ], [ 120.0840501, 30.2762452 ], [ 120.0841365, 30.2761208 ], [ 120.0842969, 30.2760498 ], [ 120.084415, 30.2760018 ], [ 120.0843051, 30.2759877 ], [ 120.0843044, 30.2759581 ], [ 120.0843597, 30.2759609 ], [ 120.0844436, 30.2759811 ], [ 120.0843759, 30.2757618 ], [ 120.0843596, 30.2756094 ], [ 120.0842519, 30.2756229 ], [ 120.0842393, 30.2756481 ], [ 120.0842722, 30.2758189 ], [ 120.0842558, 30.2758722 ], [ 120.0840789, 30.2759894 ], [ 120.084046, 30.2761635 ], [ 120.0839473, 30.27654 ], [ 120.0839021, 30.2765684 ], [ 120.0837746, 30.2765613 ], [ 120.0837992, 30.276302 ], [ 120.0837252, 30.276302 ], [ 120.0836553, 30.2764299 ], [ 120.0834332, 30.2766288 ], [ 120.0831823, 30.2766252 ], [ 120.0828409, 30.2765045 ], [ 120.0829026, 30.27627 ], [ 120.0828861, 30.2762061 ], [ 120.0826887, 30.2761848 ], [ 120.0826476, 30.2763801 ], [ 120.0826887, 30.2764796 ], [ 120.082553, 30.2765613 ], [ 120.0825283, 30.2766679 ], [ 120.0825777, 30.2766821 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0796399, 30.276396 ], [ 120.0796291, 30.2763464 ], [ 120.079543, 30.2762101 ], [ 120.0793457, 30.2762039 ], [ 120.0793098, 30.276365 ], [ 120.0796399, 30.276396 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0818455, 30.2765435 ], [ 120.0818867, 30.2764618 ], [ 120.0819237, 30.2762771 ], [ 120.0815412, 30.2761528 ], [ 120.0814383, 30.2761777 ], [ 120.081426, 30.2765222 ], [ 120.0818455, 30.2765435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.075563, 30.2763589 ], [ 120.0756073, 30.2764396 ], [ 120.0756614, 30.2765161 ], [ 120.0757844, 30.2765756 ], [ 120.0760059, 30.2765969 ], [ 120.0760699, 30.2765501 ], [ 120.0760994, 30.2764906 ], [ 120.0761831, 30.2764609 ], [ 120.0762619, 30.2764779 ], [ 120.0762914, 30.2765459 ], [ 120.0763258, 30.2765841 ], [ 120.076444, 30.2765714 ], [ 120.0765326, 30.2765246 ], [ 120.0765769, 30.2764736 ], [ 120.0765965, 30.2763886 ], [ 120.0765572, 30.2763334 ], [ 120.0764341, 30.2762994 ], [ 120.0763062, 30.2762909 ], [ 120.0762422, 30.2763249 ], [ 120.0762028, 30.2763844 ], [ 120.0761487, 30.2763886 ], [ 120.076124, 30.2763334 ], [ 120.076129, 30.2761931 ], [ 120.0760798, 30.2761633 ], [ 120.0759223, 30.2761421 ], [ 120.0756762, 30.2761421 ], [ 120.0756073, 30.2761633 ], [ 120.075563, 30.2762144 ], [ 120.075558, 30.2762739 ], [ 120.075563, 30.2763589 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0750265, 30.2762314 ], [ 120.0750265, 30.2762781 ], [ 120.0750117, 30.2763376 ], [ 120.0750117, 30.2764141 ], [ 120.0750166, 30.2765119 ], [ 120.0750117, 30.2765927 ], [ 120.0750412, 30.2766309 ], [ 120.0750954, 30.2766522 ], [ 120.075184, 30.2766097 ], [ 120.075184, 30.2765331 ], [ 120.0751692, 30.2764524 ], [ 120.0751348, 30.2763674 ], [ 120.0751298, 30.2762909 ], [ 120.0751987, 30.2762441 ], [ 120.0753218, 30.2762739 ], [ 120.0753661, 30.2764056 ], [ 120.0753366, 30.2764566 ], [ 120.0753119, 30.2765161 ], [ 120.0753513, 30.2765799 ], [ 120.0754301, 30.2766012 ], [ 120.0754891, 30.2765969 ], [ 120.075499, 30.2765289 ], [ 120.0754448, 30.2764354 ], [ 120.0753956, 30.2763461 ], [ 120.0754251, 30.2762654 ], [ 120.0754153, 30.2761718 ], [ 120.0753415, 30.2761506 ], [ 120.075243, 30.2761293 ], [ 120.0751101, 30.2761166 ], [ 120.075056, 30.2761208 ], [ 120.0749969, 30.2761463 ], [ 120.074992, 30.2761974 ], [ 120.0750265, 30.2762314 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.082372, 30.2767034 ], [ 120.0824214, 30.276675 ], [ 120.0825365, 30.2761741 ], [ 120.0825036, 30.2761421 ], [ 120.0824296, 30.2761421 ], [ 120.0823309, 30.2762096 ], [ 120.0821499, 30.2766607 ], [ 120.082372, 30.2767034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0770444, 30.2765034 ], [ 120.0771527, 30.2765246 ], [ 120.0773594, 30.2765586 ], [ 120.0774431, 30.2765459 ], [ 120.0775317, 30.2765161 ], [ 120.0776154, 30.2765459 ], [ 120.0776498, 30.2765927 ], [ 120.0777876, 30.2765927 ], [ 120.0778664, 30.2765246 ], [ 120.0778418, 30.2764694 ], [ 120.077704, 30.2764311 ], [ 120.0775022, 30.2764226 ], [ 120.077074, 30.2763844 ], [ 120.0770149, 30.2764056 ], [ 120.0770051, 30.2764566 ], [ 120.0770444, 30.2765034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0781617, 30.2766139 ], [ 120.0782404, 30.2766267 ], [ 120.0782798, 30.2766819 ], [ 120.0782651, 30.2767627 ], [ 120.0782257, 30.2768647 ], [ 120.0781912, 30.2769497 ], [ 120.0782109, 30.2769964 ], [ 120.0782601, 30.2769284 ], [ 120.0783093, 30.2769029 ], [ 120.0783684, 30.2769029 ], [ 120.078393, 30.2768392 ], [ 120.0784029, 30.2767542 ], [ 120.078393, 30.2766522 ], [ 120.078329, 30.2765629 ], [ 120.0781912, 30.2765374 ], [ 120.0781174, 30.2765331 ], [ 120.0781026, 30.2765799 ], [ 120.0781617, 30.2766139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0795841, 30.2768179 ], [ 120.079653, 30.2768519 ], [ 120.0797367, 30.2768009 ], [ 120.0797121, 30.2767329 ], [ 120.0796629, 30.2766989 ], [ 120.0795841, 30.2767032 ], [ 120.0795644, 30.2767499 ], [ 120.0795841, 30.2768179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0802387, 30.2769837 ], [ 120.0803421, 30.2770092 ], [ 120.0803814, 30.2769624 ], [ 120.080411, 30.2768349 ], [ 120.0804011, 30.2767797 ], [ 120.0803273, 30.2767627 ], [ 120.0802732, 30.2767882 ], [ 120.0802584, 30.2768519 ], [ 120.0802239, 30.2769284 ], [ 120.0802387, 30.2769837 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0790722, 30.2770007 ], [ 120.0791904, 30.2769964 ], [ 120.0792888, 30.277039 ], [ 120.0793232, 30.2769582 ], [ 120.0793232, 30.2768689 ], [ 120.0792937, 30.2768264 ], [ 120.0792051, 30.2768094 ], [ 120.0790673, 30.2767967 ], [ 120.0790033, 30.2768094 ], [ 120.0789886, 30.2768689 ], [ 120.0789689, 30.2769497 ], [ 120.0790722, 30.2770007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0786293, 30.2770475 ], [ 120.0787179, 30.2770645 ], [ 120.0788114, 30.2770432 ], [ 120.0788458, 30.2769454 ], [ 120.078836, 30.2768774 ], [ 120.0788065, 30.2768052 ], [ 120.0787523, 30.2767712 ], [ 120.0786736, 30.2767754 ], [ 120.0786194, 30.2768264 ], [ 120.0785997, 30.2768944 ], [ 120.0785948, 30.2769752 ], [ 120.0786293, 30.2770475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0806915, 30.2769752 ], [ 120.080726, 30.2770092 ], [ 120.0809327, 30.2770517 ], [ 120.0809622, 30.2770007 ], [ 120.080977, 30.2768944 ], [ 120.0809376, 30.2768519 ], [ 120.08079, 30.2768307 ], [ 120.0807112, 30.2768477 ], [ 120.0806915, 30.2768987 ], [ 120.0806915, 30.2769752 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.081036, 30.2770475 ], [ 120.0811542, 30.277073 ], [ 120.0811935, 30.2770517 ], [ 120.0812477, 30.277022 ], [ 120.0813953, 30.2770942 ], [ 120.0814987, 30.2771452 ], [ 120.0815775, 30.2771282 ], [ 120.0816611, 30.2771197 ], [ 120.0817153, 30.2771962 ], [ 120.0817497, 30.27726 ], [ 120.0818186, 30.2772812 ], [ 120.081922, 30.2772302 ], [ 120.0819318, 30.2771367 ], [ 120.0819171, 30.2770347 ], [ 120.0818186, 30.2770049 ], [ 120.0817251, 30.2769879 ], [ 120.0815971, 30.2770432 ], [ 120.0815135, 30.2770602 ], [ 120.0814495, 30.277022 ], [ 120.0813461, 30.277022 ], [ 120.0812625, 30.2769922 ], [ 120.0812083, 30.2768987 ], [ 120.081105, 30.2768817 ], [ 120.0810459, 30.2768987 ], [ 120.0810213, 30.2769624 ], [ 120.081036, 30.2770475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0795743, 30.2770092 ], [ 120.0796284, 30.277056 ], [ 120.0796432, 30.277124 ], [ 120.0796136, 30.2772047 ], [ 120.0796284, 30.2772642 ], [ 120.0797072, 30.277294 ], [ 120.0798253, 30.277311 ], [ 120.0798745, 30.27726 ], [ 120.0798893, 30.2771495 ], [ 120.0798646, 30.2770815 ], [ 120.0798204, 30.2770475 ], [ 120.0797318, 30.2770135 ], [ 120.0796579, 30.2769327 ], [ 120.0796136, 30.2769242 ], [ 120.0795644, 30.2769539 ], [ 120.0795743, 30.2770092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.075538, 30.277239 ], [ 120.0756565, 30.2772554 ], [ 120.0757893, 30.2772881 ], [ 120.0758319, 30.2772472 ], [ 120.0758604, 30.2770958 ], [ 120.0758698, 30.2770139 ], [ 120.0758224, 30.2769729 ], [ 120.0756802, 30.2769689 ], [ 120.0755949, 30.276977 ], [ 120.0755428, 30.2770384 ], [ 120.0755049, 30.277108 ], [ 120.0754954, 30.2771899 ], [ 120.075538, 30.277239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0760073, 30.2770998 ], [ 120.0760215, 30.2772104 ], [ 120.0760168, 30.2773373 ], [ 120.0761305, 30.2773659 ], [ 120.07614, 30.2772841 ], [ 120.0761211, 30.2771899 ], [ 120.0761542, 30.2770548 ], [ 120.07614, 30.2769402 ], [ 120.0760831, 30.2769115 ], [ 120.076012, 30.2769197 ], [ 120.0759931, 30.2769893 ], [ 120.0760073, 30.2770998 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0776449, 30.2772897 ], [ 120.0776597, 30.277362 ], [ 120.077704, 30.2773832 ], [ 120.0777433, 30.2773152 ], [ 120.0777384, 30.2771282 ], [ 120.0777236, 30.2770602 ], [ 120.0776695, 30.2770602 ], [ 120.0776547, 30.277107 ], [ 120.0776351, 30.2772005 ], [ 120.0776449, 30.2772897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0804472, 30.2775304 ], [ 120.0804965, 30.2774435 ], [ 120.0805992, 30.2774328 ], [ 120.0807204, 30.2774754 ], [ 120.0808149, 30.2775162 ], [ 120.0809012, 30.2775676 ], [ 120.0810018, 30.2775818 ], [ 120.0810306, 30.2774807 ], [ 120.0810614, 30.2774328 ], [ 120.0811291, 30.2774364 ], [ 120.0811333, 30.2771987 ], [ 120.0810429, 30.2771756 ], [ 120.0809484, 30.2771756 ], [ 120.0808436, 30.2772146 ], [ 120.08078, 30.2771987 ], [ 120.0806978, 30.2771189 ], [ 120.0805889, 30.2770887 ], [ 120.0805088, 30.2771153 ], [ 120.0804472, 30.2771809 ], [ 120.0804575, 30.2772767 ], [ 120.0804328, 30.2773903 ], [ 120.0803527, 30.277486 ], [ 120.0804472, 30.2775304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0782158, 30.2774768 ], [ 120.0782306, 30.2775405 ], [ 120.0782798, 30.277617 ], [ 120.0783684, 30.2776553 ], [ 120.0785308, 30.2776043 ], [ 120.0785456, 30.2775278 ], [ 120.0785653, 30.2774342 ], [ 120.078585, 30.2772982 ], [ 120.0785702, 30.2772047 ], [ 120.0785308, 30.2771665 ], [ 120.0784521, 30.2771367 ], [ 120.0783684, 30.277124 ], [ 120.0782946, 30.2771537 ], [ 120.0782552, 30.2772387 ], [ 120.0782158, 30.2773705 ], [ 120.0782158, 30.2774768 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0786736, 30.277362 ], [ 120.0786834, 30.2774513 ], [ 120.0786686, 30.2775703 ], [ 120.0787277, 30.277617 ], [ 120.0788901, 30.2776085 ], [ 120.0789492, 30.2776085 ], [ 120.0789738, 30.2775575 ], [ 120.0789886, 30.2774555 ], [ 120.078964, 30.2773832 ], [ 120.0789, 30.277345 ], [ 120.0788458, 30.277226 ], [ 120.0787868, 30.2771835 ], [ 120.078708, 30.2771877 ], [ 120.0786686, 30.2772175 ], [ 120.0786637, 30.2772897 ], [ 120.0786736, 30.277362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0762917, 30.2780372 ], [ 120.0765335, 30.2780168 ], [ 120.0765714, 30.2779636 ], [ 120.0765714, 30.2779144 ], [ 120.0765524, 30.2778244 ], [ 120.0765524, 30.2777261 ], [ 120.0765998, 30.2776197 ], [ 120.0765714, 30.2775338 ], [ 120.0765714, 30.2773823 ], [ 120.0765951, 30.2772186 ], [ 120.0766614, 30.2770548 ], [ 120.0766283, 30.276977 ], [ 120.0765524, 30.2769525 ], [ 120.0764671, 30.2769607 ], [ 120.0764055, 30.2769893 ], [ 120.0763912, 30.2770712 ], [ 120.0764102, 30.2771285 ], [ 120.0763865, 30.2772104 ], [ 120.0763581, 30.2774601 ], [ 120.0763344, 30.277632 ], [ 120.076268, 30.2779022 ], [ 120.0762348, 30.2779472 ], [ 120.0762301, 30.2780127 ], [ 120.0762917, 30.2780372 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0753342, 30.2778858 ], [ 120.0753864, 30.2779063 ], [ 120.075448, 30.277894 ], [ 120.0755191, 30.2778653 ], [ 120.0755333, 30.2777343 ], [ 120.075538, 30.2774887 ], [ 120.0755428, 30.2773864 ], [ 120.0755001, 30.2773332 ], [ 120.0754338, 30.2773577 ], [ 120.0753816, 30.2774437 ], [ 120.0753247, 30.2774642 ], [ 120.0753342, 30.2778858 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0756945, 30.2776156 ], [ 120.0756802, 30.2777261 ], [ 120.0756897, 30.2778653 ], [ 120.0758082, 30.277894 ], [ 120.0758888, 30.2779185 ], [ 120.0759836, 30.2779185 ], [ 120.0760452, 30.2778981 ], [ 120.0760642, 30.2777794 ], [ 120.0760879, 30.2776402 ], [ 120.0761021, 30.2775378 ], [ 120.0760974, 30.2774764 ], [ 120.0759789, 30.2774601 ], [ 120.0758272, 30.2774437 ], [ 120.0757371, 30.277415 ], [ 120.0756897, 30.2774314 ], [ 120.0756802, 30.2774846 ], [ 120.0756945, 30.2776156 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0797268, 30.2777063 ], [ 120.079781, 30.2777658 ], [ 120.0797662, 30.2778125 ], [ 120.0797465, 30.277889 ], [ 120.0797859, 30.2779401 ], [ 120.0798794, 30.2779698 ], [ 120.0799532, 30.2778678 ], [ 120.0799532, 30.277736 ], [ 120.0799336, 30.277668 ], [ 120.0798499, 30.2776255 ], [ 120.0797613, 30.2776 ], [ 120.0797022, 30.2776128 ], [ 120.0796825, 30.277651 ], [ 120.0797268, 30.2777063 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0802781, 30.2781058 ], [ 120.0803371, 30.2781526 ], [ 120.0804651, 30.2781781 ], [ 120.0805094, 30.2780931 ], [ 120.0805389, 30.2779358 ], [ 120.0805586, 30.2778423 ], [ 120.0806128, 30.277804 ], [ 120.0805734, 30.2777318 ], [ 120.0805045, 30.277702 ], [ 120.0804208, 30.2777063 ], [ 120.080347, 30.2777318 ], [ 120.0803027, 30.2777998 ], [ 120.0802781, 30.2778933 ], [ 120.0802682, 30.2780591 ], [ 120.0802781, 30.2781058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0806915, 30.2782206 ], [ 120.0807211, 30.2782588 ], [ 120.0808293, 30.2782971 ], [ 120.0808982, 30.2782503 ], [ 120.080913, 30.2781313 ], [ 120.0809376, 30.2780081 ], [ 120.0809671, 30.2779571 ], [ 120.080977, 30.2778508 ], [ 120.0809327, 30.2777828 ], [ 120.0808343, 30.2777828 ], [ 120.0807703, 30.277804 ], [ 120.0807407, 30.2778848 ], [ 120.0807112, 30.2779698 ], [ 120.0806866, 30.2781356 ], [ 120.0806915, 30.2782206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0775489, 30.278214 ], [ 120.0776254, 30.2782448 ], [ 120.0777939, 30.2782624 ], [ 120.0778704, 30.2782404 ], [ 120.0778908, 30.2781743 ], [ 120.0778908, 30.2780817 ], [ 120.0778908, 30.2779274 ], [ 120.0778755, 30.2778746 ], [ 120.0778296, 30.2778393 ], [ 120.077702, 30.2778261 ], [ 120.0776203, 30.2778305 ], [ 120.0775744, 30.2778481 ], [ 120.0775489, 30.2778878 ], [ 120.0775285, 30.2780156 ], [ 120.0775234, 30.2781214 ], [ 120.0775489, 30.278214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0788453, 30.2781478 ], [ 120.0789168, 30.2781787 ], [ 120.0789729, 30.2781346 ], [ 120.078978, 30.2780773 ], [ 120.0789576, 30.2780288 ], [ 120.0789116, 30.277998 ], [ 120.0788504, 30.2780068 ], [ 120.0788147, 30.2780685 ], [ 120.0788453, 30.2781478 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0753532, 30.2782624 ], [ 120.0754622, 30.2783074 ], [ 120.0757845, 30.2783238 ], [ 120.0758509, 30.2783156 ], [ 120.0758983, 30.2782706 ], [ 120.0759267, 30.2781519 ], [ 120.0759172, 30.2780823 ], [ 120.0758367, 30.2780291 ], [ 120.0757371, 30.2780045 ], [ 120.0755665, 30.2779922 ], [ 120.0754432, 30.2780127 ], [ 120.0753532, 30.2780618 ], [ 120.0753295, 30.2781396 ], [ 120.07532, 30.2782133 ], [ 120.0753532, 30.2782624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0792077, 30.2786371 ], [ 120.079274, 30.278668 ], [ 120.07932, 30.2786018 ], [ 120.07932, 30.278474 ], [ 120.0793251, 30.2783638 ], [ 120.0793557, 30.2781919 ], [ 120.0793557, 30.2781082 ], [ 120.07932, 30.2780773 ], [ 120.079274, 30.2780861 ], [ 120.0792434, 30.2781302 ], [ 120.079223, 30.278214 ], [ 120.0792128, 30.2783241 ], [ 120.0792077, 30.2784167 ], [ 120.0791873, 30.2785489 ], [ 120.0792077, 30.2786371 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0505723, 30.2747798 ], [ 120.0506744, 30.2748281 ], [ 120.0508194, 30.2748139 ], [ 120.0509544, 30.2748623 ], [ 120.0511191, 30.2748964 ], [ 120.0512344, 30.2749163 ], [ 120.0513101, 30.2748395 ], [ 120.0513332, 30.2747599 ], [ 120.0513167, 30.2746802 ], [ 120.0511784, 30.274612 ], [ 120.0510499, 30.2745608 ], [ 120.0509478, 30.2744925 ], [ 120.0508029, 30.2744641 ], [ 120.050658, 30.2744953 ], [ 120.0505855, 30.274612 ], [ 120.0505592, 30.2747172 ], [ 120.0505723, 30.2747798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0483434, 30.2748517 ], [ 120.0485357, 30.2748422 ], [ 120.0487169, 30.274956 ], [ 120.0490081, 30.274975 ], [ 120.049052, 30.2748042 ], [ 120.0490026, 30.274548 ], [ 120.0488103, 30.2744769 ], [ 120.048684, 30.2744484 ], [ 120.0485576, 30.2744389 ], [ 120.0484368, 30.2744105 ], [ 120.0483599, 30.2745243 ], [ 120.048305, 30.2746619 ], [ 120.048261, 30.2747758 ], [ 120.0483434, 30.2748517 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0491664, 30.2748684 ], [ 120.0491755, 30.2750016 ], [ 120.0491604, 30.2751086 ], [ 120.0491815, 30.2752183 ], [ 120.0492753, 30.2752209 ], [ 120.0493629, 30.2751452 ], [ 120.0493811, 30.2750486 ], [ 120.0494264, 30.2750198 ], [ 120.0494657, 30.2750355 ], [ 120.0494536, 30.2751165 ], [ 120.0494415, 30.2751765 ], [ 120.0494839, 30.2752339 ], [ 120.0495866, 30.2752574 ], [ 120.0496501, 30.275153 ], [ 120.0497408, 30.2750277 ], [ 120.0497559, 30.2749076 ], [ 120.0496925, 30.274858 ], [ 120.0495655, 30.2748397 ], [ 120.049499, 30.2749467 ], [ 120.0494294, 30.2749807 ], [ 120.0494415, 30.2748867 ], [ 120.0494294, 30.2747953 ], [ 120.0493478, 30.2747118 ], [ 120.0492359, 30.2747509 ], [ 120.0491573, 30.2748162 ], [ 120.0491664, 30.2748684 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0500078, 30.2754779 ], [ 120.0501617, 30.2755158 ], [ 120.050266, 30.2755158 ], [ 120.0504034, 30.2754447 ], [ 120.0504638, 30.2752407 ], [ 120.0505297, 30.2750936 ], [ 120.0505187, 30.2749465 ], [ 120.0504143, 30.2748896 ], [ 120.05031, 30.2749086 ], [ 120.0502331, 30.2750414 ], [ 120.0501671, 30.2751648 ], [ 120.0500902, 30.2752454 ], [ 120.0499969, 30.2752976 ], [ 120.0499749, 30.2754115 ], [ 120.0500078, 30.2754779 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0505077, 30.2753545 ], [ 120.0506176, 30.2754067 ], [ 120.0508813, 30.2755063 ], [ 120.0510241, 30.2754826 ], [ 120.0511944, 30.2752786 ], [ 120.0511834, 30.2750699 ], [ 120.0509197, 30.2749703 ], [ 120.0508044, 30.275013 ], [ 120.050689, 30.2750794 ], [ 120.0505517, 30.275141 ], [ 120.0505077, 30.2752454 ], [ 120.0505077, 30.2753545 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.048465, 30.2752366 ], [ 120.0486283, 30.2752392 ], [ 120.0486615, 30.2753593 ], [ 120.0487885, 30.275529 ], [ 120.0489004, 30.2755394 ], [ 120.0490001, 30.2754219 ], [ 120.0490394, 30.2753044 ], [ 120.0490273, 30.2752078 ], [ 120.0488974, 30.2751034 ], [ 120.0486857, 30.275059 ], [ 120.0485648, 30.2749964 ], [ 120.0484711, 30.2749964 ], [ 120.0483411, 30.2749859 ], [ 120.0482897, 30.2750851 ], [ 120.0482867, 30.2751817 ], [ 120.048465, 30.2752366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0493706, 30.2757246 ], [ 120.0495354, 30.2757435 ], [ 120.0496563, 30.2757435 ], [ 120.0498485, 30.2757435 ], [ 120.0500298, 30.2758194 ], [ 120.0501507, 30.2758099 ], [ 120.0501891, 30.2756629 ], [ 120.0501397, 30.2755395 ], [ 120.0499309, 30.2755206 ], [ 120.0497552, 30.2755111 ], [ 120.0495904, 30.2755206 ], [ 120.0493926, 30.2755395 ], [ 120.0493157, 30.2755917 ], [ 120.0492882, 30.2756676 ], [ 120.0493706, 30.2757246 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0503154, 30.2757953 ], [ 120.0506217, 30.2758578 ], [ 120.0508852, 30.2759034 ], [ 120.0510894, 30.2759602 ], [ 120.0511685, 30.2759517 ], [ 120.0511652, 30.2758749 ], [ 120.0512113, 30.2758237 ], [ 120.0512673, 30.2758408 ], [ 120.0512706, 30.2759119 ], [ 120.0513233, 30.2759432 ], [ 120.0514583, 30.2759574 ], [ 120.0515209, 30.2759034 ], [ 120.051544, 30.2758152 ], [ 120.0515341, 30.2757327 ], [ 120.0514484, 30.2756758 ], [ 120.0511388, 30.2756502 ], [ 120.0509182, 30.2756246 ], [ 120.0506975, 30.2755962 ], [ 120.0505097, 30.2755421 ], [ 120.0503978, 30.275525 ], [ 120.0503385, 30.275525 ], [ 120.0502989, 30.2756161 ], [ 120.0502858, 30.2757014 ], [ 120.0503154, 30.2757953 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0517943, 30.276165 ], [ 120.0518239, 30.2762703 ], [ 120.0518272, 30.2763784 ], [ 120.0519524, 30.2764353 ], [ 120.0521006, 30.2764182 ], [ 120.0522192, 30.2764751 ], [ 120.0523575, 30.2764722 ], [ 120.0524629, 30.2764922 ], [ 120.0525189, 30.2765718 ], [ 120.0525979, 30.2765775 ], [ 120.0526638, 30.2765633 ], [ 120.0527066, 30.276495 ], [ 120.0527725, 30.2764239 ], [ 120.0527725, 30.2762987 ], [ 120.0527066, 30.2762106 ], [ 120.0526474, 30.2761281 ], [ 120.0526078, 30.2760484 ], [ 120.0524728, 30.2759659 ], [ 120.0523246, 30.2758948 ], [ 120.0521368, 30.2758948 ], [ 120.0520117, 30.2758692 ], [ 120.0518865, 30.2758379 ], [ 120.0517745, 30.2759233 ], [ 120.0517482, 30.276057 ], [ 120.0517943, 30.276165 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0502287, 30.2773961 ], [ 120.050289, 30.2773961 ], [ 120.0503944, 30.2773788 ], [ 120.0504697, 30.2773788 ], [ 120.0505601, 30.2773961 ], [ 120.0506254, 30.2773874 ], [ 120.0506906, 30.2773311 ], [ 120.0506705, 30.2772487 ], [ 120.0506655, 30.2771923 ], [ 120.0506806, 30.27711 ], [ 120.0506856, 30.2770449 ], [ 120.0506454, 30.2769929 ], [ 120.0505902, 30.2769495 ], [ 120.0504998, 30.2769235 ], [ 120.0504145, 30.2769365 ], [ 120.0503442, 30.2769886 ], [ 120.0503141, 30.2770796 ], [ 120.0503091, 30.2771923 ], [ 120.0502789, 30.2772487 ], [ 120.0501986, 30.2773397 ], [ 120.0502287, 30.2773961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0683706, 30.2758208 ], [ 120.068464, 30.2758581 ], [ 120.068579, 30.2758457 ], [ 120.068615, 30.2757526 ], [ 120.0686581, 30.2756408 ], [ 120.0686581, 30.2755353 ], [ 120.0686006, 30.2754918 ], [ 120.0685215, 30.275498 ], [ 120.068464, 30.2755787 ], [ 120.0683993, 30.2756718 ], [ 120.068349, 30.2757463 ], [ 120.0683706, 30.2758208 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0681405, 30.2758208 ], [ 120.0682052, 30.2757712 ], [ 120.0682268, 30.2756532 ], [ 120.0682843, 30.2756284 ], [ 120.0682987, 30.2755787 ], [ 120.0682412, 30.2755477 ], [ 120.0681765, 30.2755787 ], [ 120.0681477, 30.2756594 ], [ 120.0681261, 30.2757463 ], [ 120.0681405, 30.2758208 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0634231, 30.2759702 ], [ 120.0635211, 30.2759702 ], [ 120.0636517, 30.2759702 ], [ 120.0637628, 30.2759984 ], [ 120.0638412, 30.2760492 ], [ 120.0639, 30.2760436 ], [ 120.0639719, 30.2760943 ], [ 120.0641287, 30.2760548 ], [ 120.064194, 30.2760041 ], [ 120.0642201, 30.2759476 ], [ 120.0642267, 30.2758686 ], [ 120.064194, 30.275784 ], [ 120.0642397, 30.2757276 ], [ 120.0643116, 30.2756429 ], [ 120.0643639, 30.2755696 ], [ 120.0644553, 30.275564 ], [ 120.0646187, 30.2755583 ], [ 120.0646709, 30.2756035 ], [ 120.0647886, 30.2756373 ], [ 120.0647951, 30.2757163 ], [ 120.0647559, 30.2758122 ], [ 120.0646317, 30.2758348 ], [ 120.0646421, 30.2757801 ], [ 120.0646545, 30.2757423 ], [ 120.0646448, 30.2757123 ], [ 120.0645765, 30.275716 ], [ 120.0644985, 30.2757336 ], [ 120.0644872, 30.2757688 ], [ 120.064488, 30.2758122 ], [ 120.0644553, 30.2758574 ], [ 120.06439, 30.2758856 ], [ 120.0643769, 30.2759589 ], [ 120.0643573, 30.2760548 ], [ 120.0642985, 30.2761225 ], [ 120.0643312, 30.2761846 ], [ 120.0644031, 30.2761846 ], [ 120.0645272, 30.276179 ], [ 120.0645403, 30.2760943 ], [ 120.0645729, 30.2760379 ], [ 120.0646187, 30.2759589 ], [ 120.0646709, 30.2759363 ], [ 120.0647298, 30.2759702 ], [ 120.0647232, 30.2760266 ], [ 120.0648212, 30.276021 ], [ 120.0648996, 30.2760492 ], [ 120.0649323, 30.2761 ], [ 120.0650107, 30.2760718 ], [ 120.0650434, 30.2759871 ], [ 120.0650891, 30.275863 ], [ 120.065161, 30.2757163 ], [ 120.0652198, 30.2756204 ], [ 120.0652132, 30.2755301 ], [ 120.0653178, 30.2754737 ], [ 120.0653831, 30.2754793 ], [ 120.0654223, 30.2755414 ], [ 120.0654288, 30.275626 ], [ 120.0653962, 30.2756824 ], [ 120.0653308, 30.2757219 ], [ 120.0653047, 30.2758404 ], [ 120.0652524, 30.2759194 ], [ 120.0651936, 30.2759702 ], [ 120.0651414, 30.2761169 ], [ 120.0652394, 30.2761677 ], [ 120.0653504, 30.2759815 ], [ 120.0654158, 30.2759138 ], [ 120.0655007, 30.2758912 ], [ 120.0655726, 30.2759138 ], [ 120.0656444, 30.2758969 ], [ 120.0657775, 30.2759293 ], [ 120.0658143, 30.2760041 ], [ 120.0658404, 30.2760492 ], [ 120.0658143, 30.2761508 ], [ 120.0657294, 30.2762297 ], [ 120.0656706, 30.2763144 ], [ 120.065664, 30.2764103 ], [ 120.065651, 30.2765457 ], [ 120.065651, 30.2766473 ], [ 120.0656183, 30.2767658 ], [ 120.0657032, 30.2768165 ], [ 120.0657751, 30.2766924 ], [ 120.0658012, 30.2766021 ], [ 120.0658078, 30.2764837 ], [ 120.0658666, 30.2764498 ], [ 120.065945, 30.2764893 ], [ 120.0659972, 30.2766304 ], [ 120.0661018, 30.2766304 ], [ 120.0661736, 30.2765062 ], [ 120.066239, 30.2764611 ], [ 120.0663239, 30.2764611 ], [ 120.0663762, 30.2765062 ], [ 120.0663566, 30.2766134 ], [ 120.0664088, 30.2766586 ], [ 120.0664872, 30.2766021 ], [ 120.0665395, 30.2763764 ], [ 120.0664872, 30.2763031 ], [ 120.0663239, 30.2762523 ], [ 120.066252, 30.2762015 ], [ 120.0662128, 30.2761282 ], [ 120.0660887, 30.2761225 ], [ 120.0660234, 30.2760718 ], [ 120.0660168, 30.2759194 ], [ 120.0659188, 30.2758743 ], [ 120.0657424, 30.2758686 ], [ 120.0656771, 30.2757953 ], [ 120.0655464, 30.2757953 ], [ 120.0655138, 30.275705 ], [ 120.0655464, 30.2756204 ], [ 120.0656248, 30.2755752 ], [ 120.0657555, 30.2754962 ], [ 120.065762, 30.2753834 ], [ 120.0658078, 30.2752706 ], [ 120.065664, 30.2752875 ], [ 120.0656052, 30.2753552 ], [ 120.0654942, 30.2753721 ], [ 120.0653962, 30.2752988 ], [ 120.0653831, 30.2751746 ], [ 120.0652982, 30.2751351 ], [ 120.0652263, 30.275169 ], [ 120.0651414, 30.2752706 ], [ 120.0651087, 30.2753326 ], [ 120.0651414, 30.2754173 ], [ 120.0651283, 30.2755132 ], [ 120.0650368, 30.2755527 ], [ 120.0648931, 30.2755132 ], [ 120.0648604, 30.275564 ], [ 120.0647951, 30.2755696 ], [ 120.0647428, 30.2754793 ], [ 120.0647298, 30.2753834 ], [ 120.0647014, 30.2753712 ], [ 120.0646646, 30.2753609 ], [ 120.0646317, 30.2753947 ], [ 120.0645925, 30.2754737 ], [ 120.0645011, 30.2755188 ], [ 120.0643769, 30.2754906 ], [ 120.0642985, 30.2755132 ], [ 120.0641809, 30.2754455 ], [ 120.0639784, 30.2753383 ], [ 120.0637105, 30.2752198 ], [ 120.0636256, 30.2751859 ], [ 120.063606, 30.2752536 ], [ 120.0637497, 30.275327 ], [ 120.0638543, 30.2753834 ], [ 120.0640176, 30.2754285 ], [ 120.0641417, 30.2754906 ], [ 120.0642463, 30.2755527 ], [ 120.0641679, 30.2756937 ], [ 120.0641156, 30.2757953 ], [ 120.0639849, 30.275784 ], [ 120.0639131, 30.2757389 ], [ 120.0639653, 30.2756373 ], [ 120.0639327, 30.2755752 ], [ 120.0638151, 30.2755132 ], [ 120.0636256, 30.2754455 ], [ 120.0635276, 30.2754342 ], [ 120.0634819, 30.2755019 ], [ 120.0635211, 30.2755527 ], [ 120.0636321, 30.2755696 ], [ 120.0637759, 30.2755865 ], [ 120.0638608, 30.2756317 ], [ 120.0638543, 30.2757332 ], [ 120.0637759, 30.2757558 ], [ 120.0636452, 30.2757163 ], [ 120.0635603, 30.2756429 ], [ 120.0634688, 30.2756599 ], [ 120.0634231, 30.275784 ], [ 120.0633839, 30.275863 ], [ 120.0633251, 30.2759138 ], [ 120.0634231, 30.2759702 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0670099, 30.2761056 ], [ 120.0670622, 30.2761508 ], [ 120.0672125, 30.2760605 ], [ 120.0672974, 30.2760379 ], [ 120.0673235, 30.2759758 ], [ 120.0672647, 30.2759025 ], [ 120.0670622, 30.2758574 ], [ 120.0669903, 30.2759025 ], [ 120.0669577, 30.2759928 ], [ 120.0669446, 30.2760774 ], [ 120.0670099, 30.2761056 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0686952, 30.2764108 ], [ 120.0687947, 30.2764541 ], [ 120.0688953, 30.2763113 ], [ 120.0689385, 30.2761561 ], [ 120.0690319, 30.2761312 ], [ 120.0691038, 30.2761809 ], [ 120.0692188, 30.276125 ], [ 120.0692835, 30.275976 ], [ 120.0693051, 30.2758891 ], [ 120.0692188, 30.275827 ], [ 120.0690894, 30.2757898 ], [ 120.0690391, 30.2756967 ], [ 120.0689313, 30.2757091 ], [ 120.068881, 30.2758022 ], [ 120.0688306, 30.2759326 ], [ 120.0688378, 30.2760381 ], [ 120.0687731, 30.2760878 ], [ 120.0687156, 30.2761809 ], [ 120.0686869, 30.2763175 ], [ 120.0686952, 30.2764108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0728727, 30.2762911 ], [ 120.0729173, 30.2763334 ], [ 120.0730064, 30.2763296 ], [ 120.0730822, 30.276345 ], [ 120.0731357, 30.276318 ], [ 120.0731714, 30.2762564 ], [ 120.0732026, 30.2761718 ], [ 120.0732249, 30.2760832 ], [ 120.0732115, 30.2760255 ], [ 120.0731669, 30.2760024 ], [ 120.0730822, 30.2759677 ], [ 120.0730198, 30.2759677 ], [ 120.0729886, 30.2760178 ], [ 120.0729619, 30.2760832 ], [ 120.0729396, 30.276141 ], [ 120.0728727, 30.2762295 ], [ 120.0728727, 30.2762911 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.069456, 30.2763423 ], [ 120.0695567, 30.2763858 ], [ 120.0696789, 30.2763423 ], [ 120.0697148, 30.2761499 ], [ 120.0696933, 30.2760505 ], [ 120.0695854, 30.2760319 ], [ 120.0695064, 30.2761312 ], [ 120.069456, 30.2762616 ], [ 120.069456, 30.2763423 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0702782, 30.2764818 ], [ 120.0705538, 30.276501 ], [ 120.0706088, 30.2763968 ], [ 120.0706507, 30.276267 ], [ 120.0705946, 30.2761765 ], [ 120.0705159, 30.2761474 ], [ 120.070538, 30.2760747 ], [ 120.0704877, 30.2760454 ], [ 120.0704371, 30.2760697 ], [ 120.0703921, 30.2761425 ], [ 120.0702917, 30.2762448 ], [ 120.0702599, 30.2763552 ], [ 120.0702136, 30.2764425 ], [ 120.0702782, 30.2764818 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0654027, 30.2765457 ], [ 120.0654942, 30.2764724 ], [ 120.0655399, 30.2763482 ], [ 120.0655726, 30.2761959 ], [ 120.0656118, 30.2761225 ], [ 120.0655334, 30.2761 ], [ 120.0655072, 30.2760548 ], [ 120.0654223, 30.276083 ], [ 120.0653831, 30.276162 ], [ 120.0653962, 30.2762185 ], [ 120.0654288, 30.2762692 ], [ 120.0654158, 30.2763595 ], [ 120.0654027, 30.2764216 ], [ 120.0653504, 30.2765119 ], [ 120.0654027, 30.2765457 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0675511, 30.2765907 ], [ 120.0676445, 30.2766279 ], [ 120.0677164, 30.2765534 ], [ 120.0677092, 30.2764727 ], [ 120.0677451, 30.2763796 ], [ 120.067817, 30.2762492 ], [ 120.0678027, 30.2761685 ], [ 120.0676948, 30.2761312 ], [ 120.0676301, 30.2761623 ], [ 120.0675798, 30.2762678 ], [ 120.0675439, 30.2763982 ], [ 120.0675223, 30.2765099 ], [ 120.0675511, 30.2765907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0569348, 30.2750123 ], [ 120.0570396, 30.2750963 ], [ 120.0572191, 30.2751867 ], [ 120.0572416, 30.2752643 ], [ 120.0573687, 30.275387 ], [ 120.0574959, 30.2751803 ], [ 120.0575109, 30.2750898 ], [ 120.0574211, 30.2750575 ], [ 120.0572939, 30.2750963 ], [ 120.0571817, 30.2750963 ], [ 120.0570471, 30.2750123 ], [ 120.0569648, 30.2749089 ], [ 120.0568974, 30.2749348 ], [ 120.0569348, 30.2750123 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0576455, 30.2752643 ], [ 120.0577727, 30.2753095 ], [ 120.0581243, 30.2754064 ], [ 120.0581767, 30.275303 ], [ 120.0581393, 30.2751997 ], [ 120.058057, 30.2751867 ], [ 120.05787, 30.2751867 ], [ 120.0577877, 30.2751544 ], [ 120.0576455, 30.2751157 ], [ 120.0576007, 30.2751932 ], [ 120.0576455, 30.2752643 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0543115, 30.2756478 ], [ 120.0544624, 30.2756478 ], [ 120.0546523, 30.2755899 ], [ 120.0546356, 30.2756478 ], [ 120.0545406, 30.2756912 ], [ 120.0543171, 30.2757154 ], [ 120.0542724, 30.275754 ], [ 120.0543059, 30.2758794 ], [ 120.0544289, 30.2759277 ], [ 120.0545853, 30.2759277 ], [ 120.0547753, 30.275918 ], [ 120.0548479, 30.2758457 ], [ 120.0548535, 30.2755754 ], [ 120.0549038, 30.2755754 ], [ 120.0549149, 30.2756382 ], [ 120.0549317, 30.275754 ], [ 120.0549094, 30.2758794 ], [ 120.0549317, 30.275918 ], [ 120.0551049, 30.2759518 ], [ 120.0552167, 30.275918 ], [ 120.0552446, 30.2758505 ], [ 120.0552558, 30.275614 ], [ 120.055239, 30.2754886 ], [ 120.0551384, 30.27545 ], [ 120.0551273, 30.2754017 ], [ 120.0552055, 30.2753631 ], [ 120.0552278, 30.2751605 ], [ 120.0553172, 30.2751219 ], [ 120.0554625, 30.2750929 ], [ 120.0555295, 30.2751122 ], [ 120.0555519, 30.2751556 ], [ 120.0555072, 30.2751991 ], [ 120.0553731, 30.2752184 ], [ 120.0553061, 30.2752473 ], [ 120.0553061, 30.2753342 ], [ 120.0553172, 30.2754307 ], [ 120.0553508, 30.2755803 ], [ 120.0553508, 30.275754 ], [ 120.0553619, 30.2758601 ], [ 120.0553452, 30.2759277 ], [ 120.0553396, 30.2759904 ], [ 120.0554122, 30.2760194 ], [ 120.0555463, 30.2760387 ], [ 120.0556525, 30.2759856 ], [ 120.055781, 30.2759373 ], [ 120.0559262, 30.275947 ], [ 120.0561106, 30.2759711 ], [ 120.0561162, 30.2758746 ], [ 120.0560547, 30.2758264 ], [ 120.0561162, 30.2757443 ], [ 120.0561497, 30.275643 ], [ 120.0561553, 30.2754355 ], [ 120.0561609, 30.2753245 ], [ 120.0562056, 30.2752763 ], [ 120.056295, 30.275368 ], [ 120.0565744, 30.2753342 ], [ 120.0565967, 30.275257 ], [ 120.05658, 30.2751653 ], [ 120.0565185, 30.2751074 ], [ 120.0563956, 30.2750784 ], [ 120.0562615, 30.2750929 ], [ 120.0562168, 30.2751894 ], [ 120.0561609, 30.2751942 ], [ 120.0560939, 30.2751026 ], [ 120.0560324, 30.2750881 ], [ 120.0558815, 30.2750881 ], [ 120.0557586, 30.2751074 ], [ 120.0557363, 30.2752087 ], [ 120.0556916, 30.2755947 ], [ 120.0556972, 30.2757009 ], [ 120.0557251, 30.2757829 ], [ 120.0557866, 30.2758119 ], [ 120.0559151, 30.2758167 ], [ 120.0559039, 30.275865 ], [ 120.0558089, 30.2758746 ], [ 120.0557028, 30.2758601 ], [ 120.0556245, 30.2758264 ], [ 120.0556022, 30.2757009 ], [ 120.0556636, 30.2750881 ], [ 120.0557083, 30.2750061 ], [ 120.0556916, 30.2749337 ], [ 120.0556134, 30.2748468 ], [ 120.0554569, 30.2748565 ], [ 120.0553508, 30.2748661 ], [ 120.0552278, 30.274871 ], [ 120.0551105, 30.2748372 ], [ 120.054982, 30.2748227 ], [ 120.0548982, 30.2748565 ], [ 120.0547641, 30.2748613 ], [ 120.0546412, 30.2748903 ], [ 120.0545629, 30.274953 ], [ 120.0545071, 30.2750398 ], [ 120.0545071, 30.2751315 ], [ 120.054535, 30.2752184 ], [ 120.0547362, 30.2752232 ], [ 120.0548591, 30.2752184 ], [ 120.0548926, 30.2752811 ], [ 120.0549038, 30.2753487 ], [ 120.0550043, 30.2753969 ], [ 120.0550043, 30.2754548 ], [ 120.0548926, 30.2754789 ], [ 120.0548367, 30.2754017 ], [ 120.0547194, 30.2754114 ], [ 120.0546803, 30.2754741 ], [ 120.0546076, 30.2754645 ], [ 120.0545965, 30.2753631 ], [ 120.0545071, 30.2753487 ], [ 120.0544009, 30.2753776 ], [ 120.0542892, 30.2754307 ], [ 120.0542556, 30.2755031 ], [ 120.0542501, 30.2755803 ], [ 120.0543115, 30.2756478 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0621342, 30.275471 ], [ 120.0621716, 30.2755808 ], [ 120.0622539, 30.2756067 ], [ 120.0622763, 30.2754193 ], [ 120.0623062, 30.2752901 ], [ 120.062179, 30.2752772 ], [ 120.0621192, 30.2753353 ], [ 120.0621342, 30.275471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0562615, 30.2755851 ], [ 120.056457, 30.2756189 ], [ 120.0565353, 30.2756237 ], [ 120.0565855, 30.2756912 ], [ 120.0566302, 30.2756816 ], [ 120.0566582, 30.2756044 ], [ 120.0567364, 30.2755754 ], [ 120.056809, 30.2755513 ], [ 120.0568034, 30.2754838 ], [ 120.0567308, 30.2754259 ], [ 120.0566414, 30.2753969 ], [ 120.0565073, 30.2754066 ], [ 120.0563062, 30.2754355 ], [ 120.0562391, 30.2754548 ], [ 120.056228, 30.2755272 ], [ 120.0562615, 30.2755851 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0575632, 30.2755744 ], [ 120.0576007, 30.2756648 ], [ 120.0577877, 30.2757036 ], [ 120.0580944, 30.2757553 ], [ 120.0581468, 30.2755098 ], [ 120.0579897, 30.275471 ], [ 120.0577652, 30.2754193 ], [ 120.0576455, 30.2753676 ], [ 120.0575483, 30.2753353 ], [ 120.0575034, 30.2754064 ], [ 120.0574959, 30.2754969 ], [ 120.0575632, 30.2755744 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0583188, 30.2758134 ], [ 120.0584161, 30.2758845 ], [ 120.0584161, 30.2759491 ], [ 120.0583936, 30.2761623 ], [ 120.058431, 30.2762786 ], [ 120.0585732, 30.2763497 ], [ 120.058835, 30.2763561 ], [ 120.0588949, 30.2763238 ], [ 120.059037, 30.2763044 ], [ 120.0591193, 30.2763691 ], [ 120.0592839, 30.2764014 ], [ 120.0593961, 30.2763691 ], [ 120.0594709, 30.2763949 ], [ 120.0596505, 30.2764337 ], [ 120.0599572, 30.2764595 ], [ 120.0601442, 30.2765176 ], [ 120.0601666, 30.2765693 ], [ 120.0602714, 30.2765887 ], [ 120.0603163, 30.2765047 ], [ 120.0603537, 30.2764078 ], [ 120.0602938, 30.2763174 ], [ 120.0601292, 30.2762851 ], [ 120.0598749, 30.2762592 ], [ 120.0596579, 30.2762075 ], [ 120.0595457, 30.2761365 ], [ 120.0595382, 30.2759814 ], [ 120.059254, 30.2759426 ], [ 120.0591792, 30.2759556 ], [ 120.0590894, 30.2759814 ], [ 120.0590595, 30.2758974 ], [ 120.0588799, 30.2758522 ], [ 120.0588126, 30.2757359 ], [ 120.0587303, 30.2755808 ], [ 120.0584086, 30.2755227 ], [ 120.0583114, 30.2755679 ], [ 120.0582889, 30.2757101 ], [ 120.0583188, 30.2758134 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0612364, 30.2757294 ], [ 120.0613038, 30.2758199 ], [ 120.0613786, 30.2759297 ], [ 120.0613786, 30.2760202 ], [ 120.0613412, 30.2760977 ], [ 120.0612589, 30.2761946 ], [ 120.0612888, 30.2762851 ], [ 120.0614534, 30.2763109 ], [ 120.0614833, 30.2763626 ], [ 120.0614384, 30.2764207 ], [ 120.0613187, 30.2764272 ], [ 120.0612514, 30.2764853 ], [ 120.0612439, 30.2765758 ], [ 120.0613038, 30.2766404 ], [ 120.0614459, 30.2766727 ], [ 120.0615955, 30.2767373 ], [ 120.0617003, 30.2766727 ], [ 120.0616329, 30.2764014 ], [ 120.0616105, 30.2762915 ], [ 120.0616404, 30.2761688 ], [ 120.061588, 30.2761106 ], [ 120.0615282, 30.275975 ], [ 120.0615506, 30.275807 ], [ 120.0616329, 30.2756842 ], [ 120.061805, 30.2756519 ], [ 120.0619845, 30.2756002 ], [ 120.0620145, 30.2755098 ], [ 120.0619172, 30.2754904 ], [ 120.0618274, 30.275555 ], [ 120.0616554, 30.2755808 ], [ 120.0615656, 30.2755292 ], [ 120.0614235, 30.2755227 ], [ 120.0612963, 30.2755356 ], [ 120.0612364, 30.2756196 ], [ 120.0612364, 30.2757294 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0606005, 30.2761882 ], [ 120.0605557, 30.276298 ], [ 120.060608, 30.2765564 ], [ 120.0608175, 30.2765758 ], [ 120.0609821, 30.2766081 ], [ 120.0610793, 30.2765693 ], [ 120.0611167, 30.2764466 ], [ 120.0611467, 30.2762528 ], [ 120.0611317, 30.2761494 ], [ 120.0610868, 30.2760525 ], [ 120.0609447, 30.2760137 ], [ 120.0607352, 30.2759814 ], [ 120.0605931, 30.2760008 ], [ 120.0605557, 30.2760654 ], [ 120.0606005, 30.2761882 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0565408, 30.2772836 ], [ 120.0567029, 30.2773173 ], [ 120.0569096, 30.2773318 ], [ 120.0570046, 30.2773173 ], [ 120.057094, 30.2772836 ], [ 120.0571778, 30.2771871 ], [ 120.0571666, 30.2770809 ], [ 120.0571666, 30.2769796 ], [ 120.057189, 30.2768686 ], [ 120.0572113, 30.2767817 ], [ 120.0571834, 30.2767238 ], [ 120.057094, 30.2766997 ], [ 120.0570213, 30.2766852 ], [ 120.0569208, 30.2767383 ], [ 120.056837, 30.2767335 ], [ 120.0567979, 30.2766563 ], [ 120.0568258, 30.2765936 ], [ 120.0568928, 30.2765357 ], [ 120.0569152, 30.2764054 ], [ 120.0568761, 30.2762944 ], [ 120.0568817, 30.2761882 ], [ 120.0569264, 30.2761352 ], [ 120.0570102, 30.2761352 ], [ 120.0570493, 30.2761979 ], [ 120.0570493, 30.2763089 ], [ 120.0570493, 30.2765212 ], [ 120.0570158, 30.276637 ], [ 120.0571554, 30.2766659 ], [ 120.0571834, 30.2765839 ], [ 120.0572839, 30.276526 ], [ 120.0574069, 30.2765646 ], [ 120.0574516, 30.2766418 ], [ 120.0574851, 30.2767287 ], [ 120.057541, 30.2767624 ], [ 120.0576248, 30.2767721 ], [ 120.0577253, 30.276719 ], [ 120.0578594, 30.2766997 ], [ 120.0579824, 30.2767383 ], [ 120.0580662, 30.2767238 ], [ 120.0580829, 30.2766659 ], [ 120.0580326, 30.2765936 ], [ 120.0580271, 30.2765115 ], [ 120.0580159, 30.2764247 ], [ 120.0579712, 30.2763475 ], [ 120.057893, 30.2763089 ], [ 120.0577198, 30.2762847 ], [ 120.0574907, 30.2762317 ], [ 120.0573175, 30.2762075 ], [ 120.057256, 30.27614 ], [ 120.0572337, 30.2760387 ], [ 120.057256, 30.2759229 ], [ 120.0572504, 30.2758601 ], [ 120.0571219, 30.2757491 ], [ 120.0569766, 30.2756719 ], [ 120.0569096, 30.2756478 ], [ 120.0568202, 30.2756719 ], [ 120.056742, 30.2757154 ], [ 120.0567196, 30.2758167 ], [ 120.056714, 30.2759132 ], [ 120.0566749, 30.2760387 ], [ 120.0566638, 30.2763089 ], [ 120.0566302, 30.2763957 ], [ 120.0566582, 30.2765115 ], [ 120.0566638, 30.276608 ], [ 120.0566526, 30.2766804 ], [ 120.0565744, 30.2767624 ], [ 120.0566023, 30.2768782 ], [ 120.0566023, 30.2770133 ], [ 120.0565464, 30.2770568 ], [ 120.0565241, 30.2771678 ], [ 120.0565408, 30.2772836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0690319, 30.2764851 ], [ 120.0691254, 30.2765162 ], [ 120.0692476, 30.2764354 ], [ 120.0692763, 30.2763361 ], [ 120.0692404, 30.2762927 ], [ 120.0691469, 30.2762865 ], [ 120.0690391, 30.276274 ], [ 120.0690032, 30.2763361 ], [ 120.0689816, 30.2764292 ], [ 120.0690319, 30.2764851 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0731892, 30.2766452 ], [ 120.0732159, 30.2766991 ], [ 120.0734477, 30.2767453 ], [ 120.0734879, 30.2767145 ], [ 120.0735012, 30.2766683 ], [ 120.073528, 30.2765721 ], [ 120.0735235, 30.2764605 ], [ 120.0735235, 30.2763334 ], [ 120.0735681, 30.2762257 ], [ 120.0735503, 30.2761179 ], [ 120.0735101, 30.2760755 ], [ 120.0734121, 30.2760486 ], [ 120.0733318, 30.2760601 ], [ 120.0733051, 30.2761217 ], [ 120.0732917, 30.2761872 ], [ 120.073314, 30.2762757 ], [ 120.0732605, 30.2763565 ], [ 120.0731937, 30.2764143 ], [ 120.0731758, 30.2764874 ], [ 120.0731714, 30.2765798 ], [ 120.0731892, 30.2766452 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.070707, 30.2768806 ], [ 120.0706902, 30.277036 ], [ 120.0706846, 30.2771186 ], [ 120.0707633, 30.2771623 ], [ 120.0708308, 30.27707 ], [ 120.0708533, 30.2768904 ], [ 120.0709141, 30.2768315 ], [ 120.0709194, 30.2767406 ], [ 120.0709117, 30.2766085 ], [ 120.0710237, 30.2764326 ], [ 120.0710448, 30.2763707 ], [ 120.0710566, 30.2763115 ], [ 120.0709885, 30.2762431 ], [ 120.070908, 30.2762279 ], [ 120.0708273, 30.2762544 ], [ 120.070762, 30.276289 ], [ 120.0706853, 30.2764242 ], [ 120.07067, 30.2765504 ], [ 120.0706774, 30.2765994 ], [ 120.0707464, 30.2766378 ], [ 120.0707689, 30.2766864 ], [ 120.0706822, 30.2767731 ], [ 120.0706685, 30.2768387 ], [ 120.070707, 30.2768806 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737508, 30.2765144 ], [ 120.0737419, 30.2766183 ], [ 120.073733, 30.2766876 ], [ 120.073791, 30.2767569 ], [ 120.0738534, 30.2767915 ], [ 120.0739068, 30.2767684 ], [ 120.0739068, 30.2766953 ], [ 120.0739158, 30.2766029 ], [ 120.0738979, 30.2765028 ], [ 120.0738667, 30.2764066 ], [ 120.073889, 30.2763219 ], [ 120.0739559, 30.2762757 ], [ 120.0740539, 30.2762718 ], [ 120.0740896, 30.2763257 ], [ 120.0740718, 30.276395 ], [ 120.0740272, 30.2764836 ], [ 120.0740272, 30.2765567 ], [ 120.0740629, 30.2765952 ], [ 120.0740941, 30.2766606 ], [ 120.0740807, 30.2767261 ], [ 120.0740406, 30.2767915 ], [ 120.0739782, 30.2768262 ], [ 120.0740495, 30.2769032 ], [ 120.0741074, 30.2769339 ], [ 120.0741342, 30.2770109 ], [ 120.0740985, 30.277061 ], [ 120.0740094, 30.2770841 ], [ 120.0739737, 30.2771187 ], [ 120.0739693, 30.2771688 ], [ 120.0739514, 30.2772381 ], [ 120.0739381, 30.2772996 ], [ 120.0739693, 30.2773766 ], [ 120.0741297, 30.2774267 ], [ 120.0742233, 30.2774228 ], [ 120.0742946, 30.2773728 ], [ 120.0743169, 30.2773073 ], [ 120.0743214, 30.2772227 ], [ 120.0743169, 30.2771264 ], [ 120.0742278, 30.2770648 ], [ 120.0742456, 30.2770109 ], [ 120.074357, 30.2769262 ], [ 120.0743883, 30.2768685 ], [ 120.0743392, 30.2767954 ], [ 120.074366, 30.2767145 ], [ 120.0743927, 30.2765952 ], [ 120.0743883, 30.2765105 ], [ 120.0743793, 30.276395 ], [ 120.0743749, 30.2763219 ], [ 120.0743392, 30.2762834 ], [ 120.0742857, 30.2762564 ], [ 120.0742189, 30.2762372 ], [ 120.0741253, 30.2762218 ], [ 120.0740005, 30.2761987 ], [ 120.0739425, 30.2761679 ], [ 120.0738088, 30.2761641 ], [ 120.0737642, 30.2762064 ], [ 120.0737241, 30.2762834 ], [ 120.0737107, 30.2763912 ], [ 120.0737508, 30.2765144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0709488, 30.2771526 ], [ 120.0709938, 30.2771817 ], [ 120.0710613, 30.2771429 ], [ 120.0710782, 30.27707 ], [ 120.0711457, 30.2770749 ], [ 120.0711682, 30.2772012 ], [ 120.0712075, 30.2773274 ], [ 120.0712131, 30.2774343 ], [ 120.0713762, 30.2774634 ], [ 120.0713987, 30.2774148 ], [ 120.0713256, 30.2773614 ], [ 120.0712919, 30.277274 ], [ 120.0713144, 30.2771429 ], [ 120.0713256, 30.277036 ], [ 120.0713481, 30.2769292 ], [ 120.0713425, 30.2768467 ], [ 120.0712694, 30.2768175 ], [ 120.07123, 30.2768369 ], [ 120.0711625, 30.2769389 ], [ 120.0711288, 30.2769049 ], [ 120.0711513, 30.2768175 ], [ 120.0711738, 30.2767155 ], [ 120.0712356, 30.2766913 ], [ 120.0712975, 30.2765893 ], [ 120.0713875, 30.2765261 ], [ 120.0714268, 30.2764533 ], [ 120.0713987, 30.2763756 ], [ 120.0713031, 30.2763465 ], [ 120.0712019, 30.2763902 ], [ 120.0711063, 30.2766184 ], [ 120.0709938, 30.2768806 ], [ 120.0709376, 30.2770749 ], [ 120.0709488, 30.2771526 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0726677, 30.2772073 ], [ 120.0726944, 30.2772611 ], [ 120.0726721, 30.2773343 ], [ 120.0727167, 30.2773612 ], [ 120.0728772, 30.2773882 ], [ 120.0729574, 30.2773381 ], [ 120.0729485, 30.2772688 ], [ 120.0729485, 30.2771688 ], [ 120.0729619, 30.2770533 ], [ 120.0729886, 30.2769532 ], [ 120.0729752, 30.2768801 ], [ 120.0729975, 30.276753 ], [ 120.0730644, 30.2766953 ], [ 120.0730822, 30.2766067 ], [ 120.0730555, 30.2764913 ], [ 120.0730064, 30.2764682 ], [ 120.0729218, 30.2764682 ], [ 120.0728594, 30.2764759 ], [ 120.0728282, 30.2765028 ], [ 120.0728148, 30.2765683 ], [ 120.0727613, 30.2767299 ], [ 120.0727212, 30.2768685 ], [ 120.0726989, 30.2769917 ], [ 120.0726721, 30.2770879 ], [ 120.0726409, 30.2771611 ], [ 120.0726677, 30.2772073 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0655595, 30.2770987 ], [ 120.065664, 30.2768899 ], [ 120.0656248, 30.2768617 ], [ 120.0655726, 30.2768786 ], [ 120.0655399, 30.2769689 ], [ 120.0655072, 30.2770535 ], [ 120.0655595, 30.2770987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.067968, 30.2773108 ], [ 120.0680543, 30.2773667 ], [ 120.0682196, 30.2774225 ], [ 120.0683706, 30.2774163 ], [ 120.0684424, 30.2772922 ], [ 120.0683849, 30.2772239 ], [ 120.0682902, 30.2772002 ], [ 120.0682212, 30.2771813 ], [ 120.068168, 30.277221 ], [ 120.0681405, 30.2772798 ], [ 120.0680758, 30.2772611 ], [ 120.0681333, 30.277168 ], [ 120.0682196, 30.2769445 ], [ 120.0682771, 30.2769569 ], [ 120.0682484, 30.2770873 ], [ 120.0683059, 30.277137 ], [ 120.0684856, 30.2771618 ], [ 120.0685215, 30.2770501 ], [ 120.0684281, 30.2769693 ], [ 120.0683418, 30.2768824 ], [ 120.0683706, 30.2767272 ], [ 120.068464, 30.27669 ], [ 120.0684856, 30.2766031 ], [ 120.0683706, 30.2765596 ], [ 120.0682627, 30.276572 ], [ 120.0682052, 30.2766093 ], [ 120.0681621, 30.2767459 ], [ 120.068083, 30.2768762 ], [ 120.0680183, 30.2770128 ], [ 120.0679968, 30.2771245 ], [ 120.0679608, 30.2772301 ], [ 120.067968, 30.2773108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0736973, 30.277061 ], [ 120.0737731, 30.2770764 ], [ 120.0738578, 30.2770148 ], [ 120.0739291, 30.2769917 ], [ 120.0739068, 30.2769647 ], [ 120.0738266, 30.276957 ], [ 120.0737553, 30.2769455 ], [ 120.0737241, 30.2769109 ], [ 120.0736929, 30.2769224 ], [ 120.073684, 30.2769763 ], [ 120.0736706, 30.2770186 ], [ 120.0736973, 30.277061 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0689169, 30.2771677 ], [ 120.0690247, 30.2771432 ], [ 120.0690607, 30.2770687 ], [ 120.0690822, 30.2769693 ], [ 120.0691332, 30.2769442 ], [ 120.0691632, 30.2769011 ], [ 120.0691368, 30.2768617 ], [ 120.0690894, 30.2768452 ], [ 120.0690175, 30.2768886 ], [ 120.0689528, 30.2769631 ], [ 120.0689097, 30.2770252 ], [ 120.0688306, 30.2770438 ], [ 120.0688091, 30.2771245 ], [ 120.0689169, 30.2771677 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.064228, 30.2770152 ], [ 120.0643116, 30.2767714 ], [ 120.0643769, 30.2767376 ], [ 120.0644227, 30.2766642 ], [ 120.0644031, 30.2765909 ], [ 120.0643312, 30.2765739 ], [ 120.0642528, 30.2766134 ], [ 120.0642267, 30.276715 ], [ 120.0641744, 30.2768165 ], [ 120.0641287, 30.276935 ], [ 120.0641076, 30.2769813 ], [ 120.064228, 30.2770152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.052621, 30.2770895 ], [ 120.0526506, 30.277135 ], [ 120.0527725, 30.2771521 ], [ 120.052924, 30.2771464 ], [ 120.0530591, 30.2770724 ], [ 120.0530953, 30.2770042 ], [ 120.0530624, 30.276953 ], [ 120.0529932, 30.2768762 ], [ 120.05298, 30.2767994 ], [ 120.0528779, 30.2767538 ], [ 120.052733, 30.2767538 ], [ 120.0526309, 30.2768221 ], [ 120.0526408, 30.2768932 ], [ 120.0526572, 30.2769103 ], [ 120.0526737, 30.2769643 ], [ 120.0526177, 30.2770127 ], [ 120.052621, 30.2770895 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0630376, 30.277031 ], [ 120.0631225, 30.2770027 ], [ 120.0632075, 30.2770197 ], [ 120.0632075, 30.2770704 ], [ 120.0631552, 30.2770987 ], [ 120.0630833, 30.2771382 ], [ 120.0630115, 30.2771664 ], [ 120.0630115, 30.2772397 ], [ 120.063018, 30.2773526 ], [ 120.063018, 30.2774541 ], [ 120.0630964, 30.2775105 ], [ 120.0632532, 30.2775049 ], [ 120.0635799, 30.2774598 ], [ 120.0636583, 30.2774259 ], [ 120.0636844, 30.2773751 ], [ 120.0636844, 30.2772792 ], [ 120.0637236, 30.2772171 ], [ 120.0636975, 30.2771664 ], [ 120.0637105, 30.277093 ], [ 120.063704, 30.277031 ], [ 120.0635668, 30.2770197 ], [ 120.0634427, 30.2770366 ], [ 120.063312, 30.2770253 ], [ 120.0632793, 30.276952 ], [ 120.0632924, 30.276856 ], [ 120.0633708, 30.2768391 ], [ 120.0634949, 30.276873 ], [ 120.0636517, 30.2768786 ], [ 120.0638216, 30.2768786 ], [ 120.0639719, 30.2769237 ], [ 120.0639915, 30.276856 ], [ 120.0639392, 30.2768165 ], [ 120.0638412, 30.2767883 ], [ 120.063802, 30.2766924 ], [ 120.0637693, 30.2765852 ], [ 120.0637889, 30.2764554 ], [ 120.0637171, 30.2764272 ], [ 120.0636125, 30.2764442 ], [ 120.0635864, 30.2765119 ], [ 120.0635145, 30.2765288 ], [ 120.0634688, 30.2764893 ], [ 120.0634231, 30.2764103 ], [ 120.0632989, 30.276399 ], [ 120.0632075, 30.2764216 ], [ 120.0631748, 30.2764949 ], [ 120.0631683, 30.2766473 ], [ 120.0631356, 30.2766981 ], [ 120.0631291, 30.2767827 ], [ 120.0631552, 30.2768617 ], [ 120.0630833, 30.2769237 ], [ 120.0630049, 30.2769632 ], [ 120.0630376, 30.277031 ] ], [ [ 120.0634688, 30.276636 ], [ 120.0635472, 30.2766078 ], [ 120.0636125, 30.2766416 ], [ 120.0636321, 30.2767093 ], [ 120.0635603, 30.2767827 ], [ 120.0634949, 30.2767601 ], [ 120.0634557, 30.2767037 ], [ 120.0634688, 30.276636 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0604883, 30.2769699 ], [ 120.0604809, 30.2770991 ], [ 120.0604584, 30.2772025 ], [ 120.0605183, 30.27728 ], [ 120.0608549, 30.2773123 ], [ 120.0608923, 30.2772154 ], [ 120.0608923, 30.2770603 ], [ 120.0609372, 30.2769182 ], [ 120.0609671, 30.2767825 ], [ 120.0609297, 30.276705 ], [ 120.0607951, 30.2766662 ], [ 120.0605856, 30.2766598 ], [ 120.0604809, 30.276705 ], [ 120.0604509, 30.2768084 ], [ 120.0604883, 30.2769699 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0612664, 30.2773123 ], [ 120.0613935, 30.2773446 ], [ 120.0614683, 30.2772929 ], [ 120.0614908, 30.277196 ], [ 120.0614833, 30.2769957 ], [ 120.0614309, 30.2768794 ], [ 120.0613487, 30.276789 ], [ 120.061229, 30.2767631 ], [ 120.0611018, 30.2767955 ], [ 120.0610868, 30.2769053 ], [ 120.0610569, 30.2770668 ], [ 120.0610494, 30.2772606 ], [ 120.0612664, 30.2773123 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0576359, 30.2772401 ], [ 120.0578818, 30.2772836 ], [ 120.0580382, 30.2772739 ], [ 120.0580438, 30.2771822 ], [ 120.0580662, 30.2771292 ], [ 120.0580941, 30.2770423 ], [ 120.0580997, 30.2769651 ], [ 120.0580718, 30.2768734 ], [ 120.0579432, 30.2768686 ], [ 120.0578259, 30.2768686 ], [ 120.0577365, 30.2768252 ], [ 120.0575801, 30.2768734 ], [ 120.0575801, 30.2769651 ], [ 120.0575745, 30.2771002 ], [ 120.0575689, 30.2771774 ], [ 120.0576359, 30.2772401 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0573672, 30.2774628 ], [ 120.0573839, 30.277554 ], [ 120.0574172, 30.2776116 ], [ 120.0574895, 30.2776787 ], [ 120.0576395, 30.2776979 ], [ 120.0578006, 30.2776547 ], [ 120.0579062, 30.277578 ], [ 120.0579673, 30.2775684 ], [ 120.0579951, 30.2775108 ], [ 120.0579729, 30.2774292 ], [ 120.0579173, 30.2773812 ], [ 120.0578117, 30.2773764 ], [ 120.0576951, 30.2773764 ], [ 120.0575617, 30.2773764 ], [ 120.057445, 30.2773572 ], [ 120.0573672, 30.2773956 ], [ 120.0573672, 30.2774628 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0545168, 30.2777555 ], [ 120.0545779, 30.2778323 ], [ 120.0548335, 30.2778947 ], [ 120.0550447, 30.2779522 ], [ 120.0551336, 30.2779474 ], [ 120.0551669, 30.2778851 ], [ 120.0551836, 30.2777123 ], [ 120.055178, 30.2774196 ], [ 120.0551502, 30.2773812 ], [ 120.055078, 30.2773476 ], [ 120.0549502, 30.2773476 ], [ 120.0548391, 30.2773476 ], [ 120.0547613, 30.2773908 ], [ 120.0547113, 30.2774724 ], [ 120.0546391, 30.2775732 ], [ 120.0545502, 30.2776116 ], [ 120.0545168, 30.2776787 ], [ 120.0545168, 30.2777555 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0552456, 30.2780009 ], [ 120.0553296, 30.2780121 ], [ 120.055349, 30.2779674 ], [ 120.055349, 30.277906 ], [ 120.0553684, 30.2774483 ], [ 120.0553555, 30.2773758 ], [ 120.0553102, 30.277359 ], [ 120.0552391, 30.2773646 ], [ 120.0552197, 30.2774148 ], [ 120.0552262, 30.2777441 ], [ 120.0552003, 30.2779116 ], [ 120.0552456, 30.2780009 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0639709, 30.2774522 ], [ 120.0640835, 30.2774468 ], [ 120.0641836, 30.2774089 ], [ 120.0642712, 30.277436 ], [ 120.0642774, 30.277517 ], [ 120.0642336, 30.2776683 ], [ 120.0641961, 30.2777655 ], [ 120.0642086, 30.2778628 ], [ 120.0641773, 30.2779276 ], [ 120.064071, 30.2779816 ], [ 120.0640772, 30.2780465 ], [ 120.0641335, 30.2780897 ], [ 120.0641085, 30.2781923 ], [ 120.0641199, 30.2782135 ], [ 120.0641585, 30.278268 ], [ 120.0642524, 30.2783166 ], [ 120.06439, 30.278349 ], [ 120.0644651, 30.278322 ], [ 120.0644338, 30.2781923 ], [ 120.0644276, 30.2781167 ], [ 120.0644651, 30.2780357 ], [ 120.0644952, 30.2780079 ], [ 120.0645395, 30.2780119 ], [ 120.0645641, 30.2779361 ], [ 120.0646152, 30.277906 ], [ 120.0645652, 30.277852 ], [ 120.0646528, 30.2777709 ], [ 120.064634, 30.2776305 ], [ 120.0646903, 30.277544 ], [ 120.0646841, 30.2774684 ], [ 120.0645714, 30.2774252 ], [ 120.0643525, 30.2773819 ], [ 120.0642461, 30.2773225 ], [ 120.0641273, 30.2773441 ], [ 120.0640647, 30.2773117 ], [ 120.0640835, 30.2772253 ], [ 120.0641585, 30.2771766 ], [ 120.0640397, 30.2771172 ], [ 120.0640084, 30.2771928 ], [ 120.0639709, 30.2772955 ], [ 120.0639208, 30.2773873 ], [ 120.0639709, 30.2774522 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0670191, 30.2769631 ], [ 120.0670694, 30.2770811 ], [ 120.067091, 30.2771618 ], [ 120.0671629, 30.2772053 ], [ 120.0675511, 30.2772735 ], [ 120.0676014, 30.2772053 ], [ 120.0676229, 30.2770811 ], [ 120.0676229, 30.2769818 ], [ 120.0674864, 30.2769135 ], [ 120.067321, 30.27687 ], [ 120.067206, 30.2768204 ], [ 120.067091, 30.2768452 ], [ 120.0670047, 30.2768948 ], [ 120.0670191, 30.2769631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0730956, 30.2772534 ], [ 120.073109, 30.2773304 ], [ 120.0731313, 30.2774074 ], [ 120.0731847, 30.2774382 ], [ 120.0733051, 30.2774421 ], [ 120.0733318, 30.277392 ], [ 120.0733497, 30.2773189 ], [ 120.0734165, 30.2772842 ], [ 120.0734789, 30.2772611 ], [ 120.0735012, 30.2771765 ], [ 120.073528, 30.2770263 ], [ 120.073528, 30.276957 ], [ 120.0734879, 30.2769339 ], [ 120.0734522, 30.2768647 ], [ 120.0733586, 30.2768339 ], [ 120.0732605, 30.2768339 ], [ 120.0731892, 30.2768493 ], [ 120.0731446, 30.2769262 ], [ 120.0730956, 30.2770571 ], [ 120.0730822, 30.2771803 ], [ 120.0730956, 30.2772534 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0685503, 30.277466 ], [ 120.0686797, 30.2774908 ], [ 120.0687803, 30.2774225 ], [ 120.068845, 30.277348 ], [ 120.0688594, 30.2772735 ], [ 120.0687731, 30.2772115 ], [ 120.0686509, 30.2772425 ], [ 120.0685575, 30.277317 ], [ 120.0685, 30.2773977 ], [ 120.0685503, 30.277466 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.07141, 30.277881 ], [ 120.0714999, 30.2778956 ], [ 120.0716293, 30.277915 ], [ 120.0716799, 30.2778859 ], [ 120.0716967, 30.2778276 ], [ 120.0717249, 30.2776868 ], [ 120.0717642, 30.2775751 ], [ 120.0717417, 30.2774828 ], [ 120.0718429, 30.2774148 ], [ 120.0718992, 30.2773274 ], [ 120.0719329, 30.2771817 ], [ 120.0719104, 30.2770943 ], [ 120.0718373, 30.2770458 ], [ 120.0717755, 30.2770555 ], [ 120.0717473, 30.277138 ], [ 120.0717305, 30.2772206 ], [ 120.0717305, 30.277308 ], [ 120.0716461, 30.277342 ], [ 120.0715674, 30.2773954 ], [ 120.0715168, 30.277478 ], [ 120.0714887, 30.2775799 ], [ 120.0714718, 30.2777062 ], [ 120.0714324, 30.2777839 ], [ 120.0713875, 30.2778373 ], [ 120.07141, 30.277881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0698131, 30.2781135 ], [ 120.069958, 30.2781401 ], [ 120.0700228, 30.2780389 ], [ 120.0700043, 30.2778791 ], [ 120.070066, 30.2778232 ], [ 120.0701184, 30.2778711 ], [ 120.0700906, 30.2779457 ], [ 120.0701893, 30.2780736 ], [ 120.0703713, 30.2781029 ], [ 120.0704259, 30.278153 ], [ 120.0704765, 30.2780947 ], [ 120.0703929, 30.2780736 ], [ 120.0703281, 30.278023 ], [ 120.0702233, 30.277951 ], [ 120.0702479, 30.2778871 ], [ 120.070325, 30.2777832 ], [ 120.0703374, 30.2776607 ], [ 120.0703435, 30.2775595 ], [ 120.0703682, 30.2775009 ], [ 120.0703034, 30.2774237 ], [ 120.0702664, 30.2773278 ], [ 120.0702202, 30.2772532 ], [ 120.0701832, 30.2772079 ], [ 120.0702387, 30.2771067 ], [ 120.0702911, 30.2769922 ], [ 120.0702479, 30.276891 ], [ 120.07014, 30.2768351 ], [ 120.0700567, 30.276843 ], [ 120.0699858, 30.2769656 ], [ 120.0699272, 30.2771547 ], [ 120.0698902, 30.2773464 ], [ 120.0698902, 30.277437 ], [ 120.0699827, 30.2774477 ], [ 120.0700968, 30.2774317 ], [ 120.0702325, 30.2774423 ], [ 120.0703034, 30.2774983 ], [ 120.0702572, 30.2775835 ], [ 120.0701986, 30.2776634 ], [ 120.0702202, 30.2776927 ], [ 120.0702048, 30.2777539 ], [ 120.070177, 30.2778019 ], [ 120.0701277, 30.2778152 ], [ 120.070103, 30.2777406 ], [ 120.0699734, 30.2777273 ], [ 120.0698686, 30.2776954 ], [ 120.0697946, 30.2777433 ], [ 120.0697668, 30.2778924 ], [ 120.0697452, 30.2780176 ], [ 120.0698131, 30.2781135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0705721, 30.2777353 ], [ 120.0707464, 30.2776916 ], [ 120.0708195, 30.2776479 ], [ 120.0708701, 30.2775605 ], [ 120.0709601, 30.277512 ], [ 120.0711007, 30.2775314 ], [ 120.0710951, 30.2773323 ], [ 120.0709995, 30.2772886 ], [ 120.0708757, 30.2772934 ], [ 120.0707858, 30.277308 ], [ 120.0707127, 30.277342 ], [ 120.0706733, 30.2774245 ], [ 120.0706789, 30.277512 ], [ 120.0705833, 30.2776334 ], [ 120.070499, 30.2776625 ], [ 120.0704934, 30.2777111 ], [ 120.0705721, 30.2777353 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737063, 30.2775422 ], [ 120.0737419, 30.2775691 ], [ 120.0737731, 30.2776384 ], [ 120.0738222, 30.277623 ], [ 120.0738846, 30.2776345 ], [ 120.073947, 30.2776461 ], [ 120.0739915, 30.277596 ], [ 120.0739648, 30.2775383 ], [ 120.0739158, 30.2775114 ], [ 120.0738623, 30.2775229 ], [ 120.0737508, 30.2775037 ], [ 120.0736751, 30.2775075 ], [ 120.0737063, 30.2775422 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0725688, 30.2777535 ], [ 120.072583, 30.2778001 ], [ 120.0726543, 30.2777847 ], [ 120.0727123, 30.277777 ], [ 120.0727657, 30.2778116 ], [ 120.0728504, 30.2778232 ], [ 120.0728816, 30.2777962 ], [ 120.0728995, 30.2777154 ], [ 120.0729218, 30.2776268 ], [ 120.0729485, 30.2775345 ], [ 120.0729262, 30.2774729 ], [ 120.0728326, 30.2774459 ], [ 120.0727167, 30.2774421 ], [ 120.0726811, 30.277496 ], [ 120.0726543, 30.2775922 ], [ 120.0726276, 30.2776538 ], [ 120.0725607, 30.2776807 ], [ 120.0725688, 30.2777535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0708533, 30.2778567 ], [ 120.0709713, 30.2779199 ], [ 120.0711569, 30.2778616 ], [ 120.0712019, 30.2778179 ], [ 120.07123, 30.2777596 ], [ 120.0711963, 30.2776819 ], [ 120.0711119, 30.2776091 ], [ 120.0710219, 30.2775848 ], [ 120.0709376, 30.2775945 ], [ 120.070887, 30.2776674 ], [ 120.0708533, 30.2777742 ], [ 120.0708533, 30.2778567 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0649519, 30.2776572 ], [ 120.0649584, 30.2777362 ], [ 120.0649519, 30.2778322 ], [ 120.0649127, 30.2779281 ], [ 120.064965, 30.2779676 ], [ 120.0650172, 30.2780183 ], [ 120.0651022, 30.2780635 ], [ 120.0652067, 30.2780466 ], [ 120.0652002, 30.2779958 ], [ 120.0651218, 30.2779676 ], [ 120.0650891, 30.2779224 ], [ 120.0651087, 30.2777927 ], [ 120.0651283, 30.2776347 ], [ 120.0650956, 30.2775895 ], [ 120.0650042, 30.2775444 ], [ 120.0649323, 30.2775444 ], [ 120.0648996, 30.2776065 ], [ 120.0649519, 30.2776572 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0500982, 30.2778644 ], [ 120.0502689, 30.2778644 ], [ 120.0503643, 30.277821 ], [ 120.0504245, 30.2777907 ], [ 120.0503794, 30.2776693 ], [ 120.0504095, 30.2775522 ], [ 120.0503894, 30.2774742 ], [ 120.0503141, 30.2774742 ], [ 120.050299, 30.2775695 ], [ 120.0502087, 30.2775912 ], [ 120.0501233, 30.2775956 ], [ 120.050053, 30.2776216 ], [ 120.0500982, 30.2778644 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0520612, 30.2777907 ], [ 120.0521365, 30.2778557 ], [ 120.0522319, 30.2778557 ], [ 120.0524528, 30.277795 ], [ 120.0525683, 30.277795 ], [ 120.0526586, 30.2777993 ], [ 120.0526988, 30.2777603 ], [ 120.0526988, 30.2776736 ], [ 120.0526637, 30.2776129 ], [ 120.0526084, 30.2776042 ], [ 120.052488, 30.2776086 ], [ 120.0523725, 30.2776476 ], [ 120.052262, 30.2776693 ], [ 120.0521365, 30.2776649 ], [ 120.0520612, 30.2776823 ], [ 120.0520311, 30.2777256 ], [ 120.0520612, 30.2777907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0506555, 30.2776606 ], [ 120.0506705, 30.2777386 ], [ 120.0507207, 30.277756 ], [ 120.0508212, 30.2777733 ], [ 120.0508312, 30.2778557 ], [ 120.0508262, 30.2780161 ], [ 120.0511274, 30.2780421 ], [ 120.0512529, 30.2780465 ], [ 120.0513232, 30.2780638 ], [ 120.0514588, 30.2780204 ], [ 120.051509, 30.2779641 ], [ 120.0515391, 30.2778427 ], [ 120.0515541, 30.2777126 ], [ 120.0515893, 30.2776129 ], [ 120.0516044, 30.2775132 ], [ 120.0515491, 30.2774742 ], [ 120.0514286, 30.2774481 ], [ 120.0512981, 30.2774178 ], [ 120.0511826, 30.2774395 ], [ 120.0510722, 30.2774481 ], [ 120.0508864, 30.2774481 ], [ 120.0507509, 30.2774525 ], [ 120.0506705, 30.2774742 ], [ 120.0506454, 30.2775262 ], [ 120.0506555, 30.2776606 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0454355, 30.2781497 ], [ 120.0455456, 30.2785578 ], [ 120.0458239, 30.2785187 ], [ 120.0458304, 30.278446 ], [ 120.0459081, 30.2784069 ], [ 120.0459534, 30.2783454 ], [ 120.0459405, 30.2782559 ], [ 120.0459211, 30.2781329 ], [ 120.0458498, 30.2780882 ], [ 120.0458239, 30.2780155 ], [ 120.045811, 30.2779261 ], [ 120.0458239, 30.2777975 ], [ 120.0458434, 30.277708 ], [ 120.0458434, 30.2776074 ], [ 120.0459081, 30.2775347 ], [ 120.0460311, 30.2775067 ], [ 120.046439, 30.27749 ], [ 120.0467756, 30.27749 ], [ 120.0469245, 30.27749 ], [ 120.0470133, 30.2775024 ], [ 120.04702, 30.2775342 ], [ 120.0470133, 30.2775672 ], [ 120.0469744, 30.27758 ], [ 120.0468577, 30.277573 ], [ 120.0466955, 30.2775695 ], [ 120.0465439, 30.2775568 ], [ 120.046442, 30.2775556 ], [ 120.0462234, 30.2775753 ], [ 120.0461456, 30.2775892 ], [ 120.0461208, 30.2776049 ], [ 120.0461188, 30.2776327 ], [ 120.0461403, 30.2776523 ], [ 120.0466593, 30.2776599 ], [ 120.0466847, 30.2776657 ], [ 120.0466961, 30.2776859 ], [ 120.0467028, 30.2778903 ], [ 120.0467129, 30.2779118 ], [ 120.0467813, 30.2779952 ], [ 120.0468081, 30.2780062 ], [ 120.0470891, 30.2780172 ], [ 120.0471069, 30.2780224 ], [ 120.0471132, 30.2780357 ], [ 120.0471166, 30.278214 ], [ 120.0473848, 30.2782117 ], [ 120.0473882, 30.2781104 ], [ 120.04748, 30.2781081 ], [ 120.047482, 30.2781312 ], [ 120.0476872, 30.2781301 ], [ 120.0476916, 30.27821 ], [ 120.047761, 30.2782175 ], [ 120.0478522, 30.2782106 ], [ 120.0478904, 30.2781955 ], [ 120.0479286, 30.2781567 ], [ 120.0479742, 30.2780739 ], [ 120.0479742, 30.278056 ], [ 120.0479132, 30.2779963 ], [ 120.0479011, 30.2779587 ], [ 120.0479065, 30.2779164 ], [ 120.0479373, 30.2778886 ], [ 120.0479809, 30.2778695 ], [ 120.0480198, 30.2778695 ], [ 120.048054, 30.2778938 ], [ 120.0481043, 30.2779401 ], [ 120.0481258, 30.277939 ], [ 120.048162, 30.2778927 ], [ 120.0481305, 30.277569 ], [ 120.0481425, 30.2775464 ], [ 120.0482652, 30.2775209 ], [ 120.04839, 30.2775342 ], [ 120.0484443, 30.2775603 ], [ 120.0484959, 30.2776066 ], [ 120.0485335, 30.2777091 ], [ 120.0485757, 30.2778209 ], [ 120.0485985, 30.2779349 ], [ 120.0485797, 30.2780421 ], [ 120.0485321, 30.2781573 ], [ 120.0484369, 30.27825 ], [ 120.0484154, 30.2783003 ], [ 120.0484396, 30.2783443 ], [ 120.0484885, 30.2783484 ], [ 120.048571, 30.2783247 ], [ 120.0486495, 30.278254 ], [ 120.0486857, 30.2782442 ], [ 120.0487172, 30.2782598 ], [ 120.0487735, 30.2784382 ], [ 120.0488211, 30.2786397 ], [ 120.0488473, 30.2787871 ], [ 120.0488408, 30.2789324 ], [ 120.0488149, 30.2789883 ], [ 120.0487178, 30.2790442 ], [ 120.0485042, 30.2791225 ], [ 120.0482841, 30.2791784 ], [ 120.0482258, 30.2793294 ], [ 120.0481611, 30.2794021 ], [ 120.0480445, 30.2794132 ], [ 120.0479539, 30.2793797 ], [ 120.0479215, 30.2792902 ], [ 120.0478633, 30.279184 ], [ 120.0477144, 30.2791337 ], [ 120.0474748, 30.2791393 ], [ 120.0474489, 30.2793182 ], [ 120.0474619, 30.2794691 ], [ 120.0474813, 30.2795754 ], [ 120.0475331, 30.2796536 ], [ 120.0476367, 30.2796928 ], [ 120.0477597, 30.2796928 ], [ 120.0478438, 30.2796536 ], [ 120.0479215, 30.2796257 ], [ 120.0481158, 30.2796369 ], [ 120.0482258, 30.2796872 ], [ 120.0482905, 30.2797655 ], [ 120.0483941, 30.2798493 ], [ 120.0486207, 30.279894 ], [ 120.0488214, 30.2799052 ], [ 120.048925, 30.2798773 ], [ 120.0490092, 30.2798773 ], [ 120.0490933, 30.27995 ], [ 120.0492206, 30.2800004 ], [ 120.049354, 30.2800064 ], [ 120.0495154, 30.279964 ], [ 120.0497681, 30.2799216 ], [ 120.0499436, 30.2799276 ], [ 120.0500489, 30.2799761 ], [ 120.050084, 30.280061 ], [ 120.0500769, 30.2802428 ], [ 120.0501261, 30.2803398 ], [ 120.0502103, 30.2804004 ], [ 120.0503647, 30.2804307 ], [ 120.050477, 30.2804247 ], [ 120.0505192, 30.2803701 ], [ 120.0504911, 30.2802671 ], [ 120.050463, 30.280164 ], [ 120.05047, 30.2801095 ], [ 120.0503928, 30.2800489 ], [ 120.0502594, 30.2800186 ], [ 120.0502103, 30.2799276 ], [ 120.0501331, 30.2798852 ], [ 120.0499085, 30.2798731 ], [ 120.0495505, 30.2799094 ], [ 120.0493189, 30.2799579 ], [ 120.0492066, 30.2799337 ], [ 120.0491364, 30.2798791 ], [ 120.0491294, 30.2797943 ], [ 120.0492136, 30.2797276 ], [ 120.049375, 30.2797215 ], [ 120.0494242, 30.2796912 ], [ 120.0494382, 30.2795579 ], [ 120.0494312, 30.2793821 ], [ 120.049375, 30.2793336 ], [ 120.0492487, 30.2791457 ], [ 120.0491294, 30.2790305 ], [ 120.0490592, 30.2789699 ], [ 120.0490451, 30.2788972 ], [ 120.0490802, 30.2788062 ], [ 120.0491855, 30.2788062 ], [ 120.0492838, 30.2787759 ], [ 120.049368, 30.278782 ], [ 120.0494312, 30.2788426 ], [ 120.0495926, 30.2788123 ], [ 120.0498497, 30.2787648 ], [ 120.0501321, 30.2787358 ], [ 120.0503091, 30.2787161 ], [ 120.0506853, 30.278708 ], [ 120.0508569, 30.2786964 ], [ 120.0511144, 30.2786744 ], [ 120.051278, 30.2786437 ], [ 120.051392, 30.2786327 ], [ 120.0516421, 30.2786125 ], [ 120.0518567, 30.2785841 ], [ 120.0519727, 30.2785945 ], [ 120.052019, 30.2786252 ], [ 120.0520552, 30.278697 ], [ 120.0520626, 30.278847 ], [ 120.0520062, 30.2789101 ], [ 120.0519446, 30.2789344 ], [ 120.0518339, 30.2789599 ], [ 120.0517917, 30.2789466 ], [ 120.0517266, 30.2788783 ], [ 120.0516643, 30.2788661 ], [ 120.0515999, 30.2788829 ], [ 120.0515523, 30.2789327 ], [ 120.0514872, 30.2790109 ], [ 120.0514604, 30.2790879 ], [ 120.0514658, 30.2791052 ], [ 120.0514839, 30.2791105 ], [ 120.0515208, 30.2791035 ], [ 120.0516475, 30.2789877 ], [ 120.0517052, 30.2789802 ], [ 120.0517742, 30.2790004 ], [ 120.0517977, 30.2790346 ], [ 120.0517957, 30.2791267 ], [ 120.0518107, 30.2792245 ], [ 120.0518317, 30.279376 ], [ 120.0518668, 30.2794851 ], [ 120.0519721, 30.2795033 ], [ 120.0521055, 30.2794973 ], [ 120.0522389, 30.2794791 ], [ 120.052274, 30.27937 ], [ 120.0522318, 30.2791942 ], [ 120.0521827, 30.2790063 ], [ 120.0521546, 30.2789093 ], [ 120.0521406, 30.2787638 ], [ 120.0521687, 30.278685 ], [ 120.0522529, 30.2786547 ], [ 120.0526039, 30.2785698 ], [ 120.0532917, 30.2785092 ], [ 120.0538182, 30.278485 ], [ 120.0537831, 30.2784425 ], [ 120.0532356, 30.2784547 ], [ 120.0528214, 30.2784971 ], [ 120.0524424, 30.2785456 ], [ 120.0522529, 30.2785577 ], [ 120.0520353, 30.2785153 ], [ 120.051923, 30.2784668 ], [ 120.0518879, 30.2784001 ], [ 120.0518949, 30.2782971 ], [ 120.0519019, 30.2781516 ], [ 120.0518598, 30.2780243 ], [ 120.0518317, 30.2778909 ], [ 120.0518177, 30.2777697 ], [ 120.0518247, 30.2776303 ], [ 120.0518739, 30.2775393 ], [ 120.0520002, 30.2775454 ], [ 120.0521476, 30.2775454 ], [ 120.0522669, 30.2775272 ], [ 120.0523792, 30.2774727 ], [ 120.0524564, 30.2774545 ], [ 120.0525841, 30.2774474 ], [ 120.0525825, 30.2773562 ], [ 120.0523792, 30.2773272 ], [ 120.0522108, 30.2772787 ], [ 120.0520985, 30.2772544 ], [ 120.0519511, 30.2772605 ], [ 120.0517966, 30.2772605 ], [ 120.0516914, 30.2772423 ], [ 120.0516141, 30.2771878 ], [ 120.0515931, 30.277115 ], [ 120.0516001, 30.2770483 ], [ 120.0516422, 30.2769574 ], [ 120.0516773, 30.2768604 ], [ 120.0516422, 30.2767756 ], [ 120.0516001, 30.276721 ], [ 120.0514948, 30.2766968 ], [ 120.0513685, 30.2767453 ], [ 120.0512492, 30.2767634 ], [ 120.0511509, 30.2767331 ], [ 120.0511158, 30.276618 ], [ 120.0510245, 30.2765088 ], [ 120.0508631, 30.2764664 ], [ 120.0501542, 30.2763331 ], [ 120.0500138, 30.2762846 ], [ 120.0498523, 30.2761997 ], [ 120.0496839, 30.2760906 ], [ 120.0495224, 30.2759754 ], [ 120.0494382, 30.2759269 ], [ 120.049354, 30.2759148 ], [ 120.0491925, 30.2759451 ], [ 120.0490592, 30.2759572 ], [ 120.0489188, 30.2759148 ], [ 120.0485678, 30.2758117 ], [ 120.0484064, 30.2757814 ], [ 120.0481888, 30.2757147 ], [ 120.0480344, 30.2757269 ], [ 120.0478729, 30.2757087 ], [ 120.0476974, 30.2756602 ], [ 120.047536, 30.2756178 ], [ 120.0473886, 30.2755996 ], [ 120.047164, 30.2755511 ], [ 120.0468551, 30.2755086 ], [ 120.0467569, 30.2754905 ], [ 120.0466937, 30.2754056 ], [ 120.0466235, 30.275345 ], [ 120.0463498, 30.2753025 ], [ 120.0462655, 30.2753268 ], [ 120.0461953, 30.2754056 ], [ 120.046062, 30.2754238 ], [ 120.0458163, 30.2753813 ], [ 120.0455982, 30.2753256 ], [ 120.045538, 30.2754012 ], [ 120.0461054, 30.2755473 ], [ 120.0463039, 30.2756145 ], [ 120.046379, 30.2757118 ], [ 120.0464755, 30.2757373 ], [ 120.0465359, 30.2757523 ], [ 120.0465788, 30.2757813 ], [ 120.0465962, 30.2758566 ], [ 120.0466298, 30.2758711 ], [ 120.0467538, 30.2758797 ], [ 120.0468792, 30.2758989 ], [ 120.0469027, 30.2758931 ], [ 120.0469416, 30.2757836 ], [ 120.0469952, 30.2757356 ], [ 120.047069, 30.2757193 ], [ 120.0471219, 30.275735 ], [ 120.0471809, 30.2757616 ], [ 120.0472292, 30.2757721 ], [ 120.0474612, 30.2757744 ], [ 120.0477114, 30.2757859 ], [ 120.0477305, 30.2757914 ], [ 120.0477798, 30.2759249 ], [ 120.0478254, 30.2759602 ], [ 120.0478709, 30.2759678 ], [ 120.0479266, 30.27594 ], [ 120.0479481, 30.2758797 ], [ 120.0479735, 30.275878 ], [ 120.048001, 30.2758855 ], [ 120.0480433, 30.2759649 ], [ 120.0480755, 30.2759811 ], [ 120.0481358, 30.2759828 ], [ 120.0484724, 30.2760095 ], [ 120.0485656, 30.2760367 ], [ 120.0486562, 30.2760662 ], [ 120.0487661, 30.2760998 ], [ 120.0489378, 30.2761681 ], [ 120.0489774, 30.2761988 ], [ 120.0490028, 30.276244 ], [ 120.0490303, 30.2763106 ], [ 120.0490471, 30.276449 ], [ 120.0490464, 30.2765168 ], [ 120.0490431, 30.2766065 ], [ 120.0490216, 30.2766308 ], [ 120.0489693, 30.2766441 ], [ 120.0488761, 30.2766499 ], [ 120.0487447, 30.2766407 ], [ 120.04842, 30.2765898 ], [ 120.0480963, 30.2765283 ], [ 120.0479604, 30.2765171 ], [ 120.0479604, 30.2765619 ], [ 120.0485948, 30.2766625 ], [ 120.0487761, 30.2767016 ], [ 120.0488667, 30.2767743 ], [ 120.0488862, 30.276875 ], [ 120.0488603, 30.2769812 ], [ 120.0488149, 30.2770203 ], [ 120.0487373, 30.276998 ], [ 120.0486855, 30.2769365 ], [ 120.0486272, 30.2768806 ], [ 120.0486143, 30.2768191 ], [ 120.0485495, 30.2767799 ], [ 120.0482323, 30.2766793 ], [ 120.0478956, 30.2766234 ], [ 120.0477403, 30.2766066 ], [ 120.0476496, 30.2765842 ], [ 120.0476431, 30.2765171 ], [ 120.047682, 30.276478 ], [ 120.0477403, 30.2764668 ], [ 120.0477079, 30.2763606 ], [ 120.0476496, 30.2763159 ], [ 120.0472223, 30.2763215 ], [ 120.0472288, 30.2763886 ], [ 120.047177, 30.2764612 ], [ 120.0470799, 30.2765339 ], [ 120.0469957, 30.2765339 ], [ 120.0466526, 30.2765004 ], [ 120.0464131, 30.2764892 ], [ 120.0464131, 30.2765563 ], [ 120.0466915, 30.276601 ], [ 120.0468857, 30.276601 ], [ 120.0470475, 30.2766178 ], [ 120.0470929, 30.2766961 ], [ 120.047054, 30.2767855 ], [ 120.0469957, 30.2768246 ], [ 120.0469504, 30.2770874 ], [ 120.0468857, 30.2771769 ], [ 120.0467497, 30.2771937 ], [ 120.0464843, 30.2771433 ], [ 120.0463742, 30.2771601 ], [ 120.0462512, 30.2771769 ], [ 120.0461606, 30.2772048 ], [ 120.04618, 30.2772831 ], [ 120.0462642, 30.2773278 ], [ 120.0463419, 30.2773222 ], [ 120.0465037, 30.277367 ], [ 120.0465685, 30.277367 ], [ 120.0466008, 30.2773055 ], [ 120.0466785, 30.2772775 ], [ 120.046795, 30.2773111 ], [ 120.0468857, 30.2772943 ], [ 120.0469504, 30.2772552 ], [ 120.0470411, 30.2772719 ], [ 120.0470475, 30.2773726 ], [ 120.0469744, 30.2774282 ], [ 120.0462073, 30.2773993 ], [ 120.045931, 30.2774062 ], [ 120.0458498, 30.2773893 ], [ 120.0458175, 30.277339 ], [ 120.045811, 30.2771657 ], [ 120.045798, 30.2770762 ], [ 120.0457268, 30.2770203 ], [ 120.0456297, 30.27697 ], [ 120.0456103, 30.2768861 ], [ 120.0456362, 30.2768191 ], [ 120.0455974, 30.2767576 ], [ 120.0455132, 30.2767464 ], [ 120.0453967, 30.276847 ], [ 120.0453384, 30.2769476 ], [ 120.0453125, 30.277216 ], [ 120.0452995, 30.2774676 ], [ 120.0454355, 30.2781497 ] ], [ [ 120.0471762, 30.2766715 ], [ 120.0472399, 30.2766302 ], [ 120.0473195, 30.276644 ], [ 120.0474151, 30.2766806 ], [ 120.0474257, 30.2767265 ], [ 120.0473832, 30.2767723 ], [ 120.0473248, 30.2768457 ], [ 120.0472505, 30.2769007 ], [ 120.0472028, 30.2768823 ], [ 120.0471603, 30.2768273 ], [ 120.047155, 30.2767586 ], [ 120.0471762, 30.2766715 ] ], [ [ 120.0472209, 30.2772649 ], [ 120.0472862, 30.2772415 ], [ 120.0473894, 30.277279 ], [ 120.0475036, 30.2772743 ], [ 120.0475689, 30.2772321 ], [ 120.0476341, 30.2772509 ], [ 120.0477048, 30.2773072 ], [ 120.0478189, 30.2773213 ], [ 120.0478842, 30.2772978 ], [ 120.0479059, 30.2772133 ], [ 120.0480201, 30.2772086 ], [ 120.0480636, 30.2772556 ], [ 120.0481451, 30.2772884 ], [ 120.0481995, 30.2772602 ], [ 120.0482756, 30.2772368 ], [ 120.0483626, 30.2772743 ], [ 120.0484061, 30.2773307 ], [ 120.0484931, 30.2773354 ], [ 120.0486127, 30.277326 ], [ 120.0486725, 30.2772696 ], [ 120.0487269, 30.277218 ], [ 120.0488084, 30.2772321 ], [ 120.0488193, 30.2773166 ], [ 120.0488084, 30.2775889 ], [ 120.0488084, 30.2777016 ], [ 120.0487758, 30.2777626 ], [ 120.0486942, 30.2778002 ], [ 120.048629, 30.277772 ], [ 120.0486018, 30.2777298 ], [ 120.0485801, 30.2776218 ], [ 120.048542, 30.2775701 ], [ 120.0484333, 30.2775091 ], [ 120.0482648, 30.2774762 ], [ 120.0480255, 30.2774481 ], [ 120.0476939, 30.2774715 ], [ 120.0476558, 30.2775326 ], [ 120.0476287, 30.2775889 ], [ 120.0475036, 30.2776077 ], [ 120.0473351, 30.2776171 ], [ 120.0472263, 30.2775842 ], [ 120.0471883, 30.2775185 ], [ 120.0472155, 30.2774481 ], [ 120.0471883, 30.2773495 ], [ 120.0472209, 30.2772649 ] ], [ [ 120.0472612, 30.2764927 ], [ 120.0473355, 30.2764698 ], [ 120.0474045, 30.2764652 ], [ 120.0475, 30.2764835 ], [ 120.0475265, 30.2765294 ], [ 120.0475212, 30.2765844 ], [ 120.0474735, 30.2766073 ], [ 120.0473885, 30.2766073 ], [ 120.0472612, 30.2765615 ], [ 120.0472187, 30.2765294 ], [ 120.0472612, 30.2764927 ] ], [ [ 120.0475053, 30.2767036 ], [ 120.0475902, 30.276699 ], [ 120.0476804, 30.2767219 ], [ 120.0476964, 30.2767815 ], [ 120.0476858, 30.2768732 ], [ 120.0476804, 30.2769419 ], [ 120.0476221, 30.2770015 ], [ 120.0475584, 30.2769832 ], [ 120.0475265, 30.2769282 ], [ 120.0475, 30.2768319 ], [ 120.0474841, 30.276754 ], [ 120.0475053, 30.2767036 ] ], [ [ 120.0479034, 30.2767402 ], [ 120.0479989, 30.2767402 ], [ 120.0480944, 30.2767631 ], [ 120.0481369, 30.2768227 ], [ 120.0481157, 30.2768777 ], [ 120.0480626, 30.2769144 ], [ 120.0479883, 30.2769969 ], [ 120.0479352, 30.2769602 ], [ 120.0479352, 30.2768915 ], [ 120.047914, 30.2768411 ], [ 120.0478556, 30.2768182 ], [ 120.0478397, 30.2767769 ], [ 120.0479034, 30.2767402 ] ], [ [ 120.0482696, 30.2767861 ], [ 120.0483439, 30.2767769 ], [ 120.0484288, 30.2767906 ], [ 120.0484713, 30.2768365 ], [ 120.0484341, 30.2768777 ], [ 120.0484182, 30.2769511 ], [ 120.0483386, 30.2770061 ], [ 120.0482802, 30.2769877 ], [ 120.0482696, 30.2769327 ], [ 120.0482484, 30.2768686 ], [ 120.0482324, 30.2768182 ], [ 120.0482696, 30.2767861 ] ], [ [ 120.0488356, 30.2782368 ], [ 120.0488519, 30.2780631 ], [ 120.0488465, 30.2779692 ], [ 120.0488628, 30.2777579 ], [ 120.0488628, 30.2776499 ], [ 120.0488845, 30.2775795 ], [ 120.0489389, 30.2775513 ], [ 120.0490041, 30.2775795 ], [ 120.0490259, 30.277664 ], [ 120.0490803, 30.2777485 ], [ 120.0491183, 30.2778377 ], [ 120.049102, 30.2779927 ], [ 120.0490585, 30.2781523 ], [ 120.0490259, 30.278218 ], [ 120.0489987, 30.278373 ], [ 120.0489715, 30.2784669 ], [ 120.0489443, 30.2785279 ], [ 120.0488845, 30.2784997 ], [ 120.0488682, 30.2784293 ], [ 120.0488302, 30.2783495 ], [ 120.0488356, 30.2782368 ] ], [ [ 120.048928, 30.2792275 ], [ 120.0489878, 30.279204 ], [ 120.0490368, 30.2792181 ], [ 120.0490966, 30.2792744 ], [ 120.0491346, 30.2793542 ], [ 120.0491618, 30.2794247 ], [ 120.0491346, 30.279481 ], [ 120.0490857, 30.2794669 ], [ 120.0490639, 30.2794059 ], [ 120.0490204, 30.2793542 ], [ 120.0489606, 30.2793073 ], [ 120.0489172, 30.2792791 ], [ 120.048928, 30.2792275 ] ], [ [ 120.048947, 30.2771409 ], [ 120.0490235, 30.276834 ], [ 120.0491219, 30.276598 ], [ 120.0491656, 30.2765083 ], [ 120.0492531, 30.2764847 ], [ 120.0493679, 30.2764847 ], [ 120.049603, 30.2765083 ], [ 120.0496577, 30.2765319 ], [ 120.0496686, 30.2766121 ], [ 120.0496631, 30.2767066 ], [ 120.0495866, 30.2767632 ], [ 120.0495757, 30.2768954 ], [ 120.0495757, 30.2770795 ], [ 120.0495319, 30.2771504 ], [ 120.0495319, 30.2772778 ], [ 120.0494991, 30.2773628 ], [ 120.0494499, 30.2774336 ], [ 120.049357, 30.2774431 ], [ 120.0492476, 30.2774289 ], [ 120.0490071, 30.2773911 ], [ 120.048936, 30.2773581 ], [ 120.0489196, 30.2772731 ], [ 120.048947, 30.2771409 ] ], [ [ 120.0491618, 30.2786077 ], [ 120.0491999, 30.2785702 ], [ 120.0493032, 30.2785843 ], [ 120.0493575, 30.2785936 ], [ 120.0494771, 30.2785514 ], [ 120.0495913, 30.2784904 ], [ 120.0496239, 30.2784011 ], [ 120.049613, 30.2782744 ], [ 120.0495859, 30.2782133 ], [ 120.0495043, 30.2782087 ], [ 120.0493956, 30.2782838 ], [ 120.0493086, 30.2783166 ], [ 120.0492542, 30.2782744 ], [ 120.0492216, 30.2782227 ], [ 120.0491672, 30.2781805 ], [ 120.0491781, 30.278096 ], [ 120.0492488, 30.2780584 ], [ 120.0493956, 30.278049 ], [ 120.0494989, 30.278049 ], [ 120.0495424, 30.2780208 ], [ 120.0496076, 30.2779551 ], [ 120.0496946, 30.2779269 ], [ 120.0497163, 30.2778377 ], [ 120.0497761, 30.277556 ], [ 120.0497435, 30.2774762 ], [ 120.0496892, 30.2774293 ], [ 120.0496837, 30.2773448 ], [ 120.0497218, 30.2772227 ], [ 120.0497381, 30.2770349 ], [ 120.0497544, 30.2768659 ], [ 120.0497707, 30.2767673 ], [ 120.0498359, 30.2766921 ], [ 120.0499447, 30.2766546 ], [ 120.0500425, 30.2766546 ], [ 120.0502002, 30.2766921 ], [ 120.0502818, 30.2766687 ], [ 120.0503687, 30.2766687 ], [ 120.0504394, 30.2767156 ], [ 120.0504775, 30.2768189 ], [ 120.0504992, 30.2768659 ], [ 120.0506134, 30.2768659 ], [ 120.0507004, 30.2768846 ], [ 120.05082, 30.276941 ], [ 120.0509831, 30.2769832 ], [ 120.0511027, 30.2769504 ], [ 120.0510973, 30.2770443 ], [ 120.0511136, 30.2771429 ], [ 120.0511625, 30.2772086 ], [ 120.051244, 30.2771992 ], [ 120.0513963, 30.2772602 ], [ 120.0516137, 30.277326 ], [ 120.0517279, 30.2774058 ], [ 120.0517768, 30.2774762 ], [ 120.051766, 30.2775654 ], [ 120.0517551, 30.2776922 ], [ 120.0517877, 30.277988 ], [ 120.0518258, 30.2781429 ], [ 120.0518265, 30.2782575 ], [ 120.0518279, 30.2784451 ], [ 120.051785, 30.2784972 ], [ 120.0517166, 30.2785401 ], [ 120.051557, 30.2785656 ], [ 120.0514403, 30.2785783 ], [ 120.0511788, 30.2785794 ], [ 120.0510755, 30.2785794 ], [ 120.0508837, 30.2785933 ], [ 120.0507724, 30.2786107 ], [ 120.0505914, 30.2786292 ], [ 120.0504184, 30.2786478 ], [ 120.0502977, 30.2786524 ], [ 120.0501488, 30.2786698 ], [ 120.0499827, 30.2786688 ], [ 120.049874, 30.2786782 ], [ 120.0497761, 30.2787016 ], [ 120.0496565, 30.2787251 ], [ 120.0494771, 30.2787486 ], [ 120.0493901, 30.2787251 ], [ 120.0492923, 30.2787298 ], [ 120.0492053, 30.278711 ], [ 120.0491509, 30.2786688 ], [ 120.0491618, 30.2786077 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0521666, 30.2780161 ], [ 120.0522269, 30.2780334 ], [ 120.0526536, 30.2780465 ], [ 120.052744, 30.2780248 ], [ 120.052754, 30.2779727 ], [ 120.0527139, 30.2779034 ], [ 120.0526034, 30.2778947 ], [ 120.0524126, 30.2779164 ], [ 120.0522219, 30.2779207 ], [ 120.0521666, 30.2779554 ], [ 120.0521666, 30.2780161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0461762, 30.2781749 ], [ 120.0462527, 30.2781847 ], [ 120.0462556, 30.2782239 ], [ 120.0462272, 30.2782581 ], [ 120.0462159, 30.2782973 ], [ 120.0462216, 30.2783388 ], [ 120.0462725, 30.278356 ], [ 120.0463065, 30.278307 ], [ 120.0463519, 30.2782948 ], [ 120.0464142, 30.2782899 ], [ 120.0464368, 30.2782997 ], [ 120.0464878, 30.2783217 ], [ 120.0465161, 30.2782801 ], [ 120.046536, 30.2782239 ], [ 120.0465246, 30.2781725 ], [ 120.0465388, 30.278148 ], [ 120.046536, 30.2781138 ], [ 120.0464821, 30.2780967 ], [ 120.0464368, 30.2781162 ], [ 120.0464425, 30.2781554 ], [ 120.0464227, 30.2782214 ], [ 120.0463858, 30.2782703 ], [ 120.046332, 30.2782703 ], [ 120.046315, 30.2782337 ], [ 120.0463292, 30.2781774 ], [ 120.0463292, 30.2781236 ], [ 120.0462895, 30.2781065 ], [ 120.0461989, 30.2781089 ], [ 120.0461649, 30.2781383 ], [ 120.0461762, 30.2781749 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0514086, 30.2782199 ], [ 120.0514086, 30.2783369 ], [ 120.0514387, 30.27848 ], [ 120.0515541, 30.278519 ], [ 120.0516295, 30.2785017 ], [ 120.0516445, 30.2784497 ], [ 120.0516495, 30.278389 ], [ 120.0516395, 30.2782676 ], [ 120.0516345, 30.2781548 ], [ 120.0516094, 30.2780898 ], [ 120.0515391, 30.2780638 ], [ 120.0514638, 30.2780725 ], [ 120.0514086, 30.2781332 ], [ 120.0514086, 30.2782199 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0501785, 30.278428 ], [ 120.0502237, 30.2784323 ], [ 120.0502338, 30.278493 ], [ 120.0502639, 30.2785364 ], [ 120.0503794, 30.2785364 ], [ 120.0504948, 30.2785234 ], [ 120.0505701, 30.2785451 ], [ 120.0506153, 30.278519 ], [ 120.0506103, 30.2784497 ], [ 120.0506053, 30.2782936 ], [ 120.0506153, 30.2781505 ], [ 120.0505551, 30.2781115 ], [ 120.0504446, 30.2780985 ], [ 120.0502538, 30.2781245 ], [ 120.0501334, 30.2781375 ], [ 120.0500832, 30.2781679 ], [ 120.0500731, 30.2782459 ], [ 120.0500681, 30.278428 ], [ 120.0501785, 30.278428 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0508043, 30.279561 ], [ 120.0508452, 30.2795962 ], [ 120.0509013, 30.2796447 ], [ 120.0509778, 30.2796447 ], [ 120.0509727, 30.2795213 ], [ 120.0509676, 30.2793935 ], [ 120.0509574, 30.2792613 ], [ 120.0509625, 30.2791556 ], [ 120.0510186, 30.2791203 ], [ 120.0510697, 30.2791115 ], [ 120.0511972, 30.2790631 ], [ 120.0512176, 30.2790278 ], [ 120.0511513, 30.278997 ], [ 120.050988, 30.278997 ], [ 120.0508656, 30.279019 ], [ 120.0508043, 30.279041 ], [ 120.0507992, 30.279182 ], [ 120.0508043, 30.279561 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0503553, 30.2792349 ], [ 120.0503553, 30.279323 ], [ 120.0503859, 30.2793891 ], [ 120.0503706, 30.2794993 ], [ 120.0503706, 30.2795918 ], [ 120.0504063, 30.2796447 ], [ 120.0504625, 30.2796447 ], [ 120.050488, 30.2796006 ], [ 120.0504931, 30.2795213 ], [ 120.0504982, 30.2794376 ], [ 120.050488, 30.2793186 ], [ 120.0504778, 30.2791424 ], [ 120.0504574, 30.2790807 ], [ 120.0503808, 30.2790851 ], [ 120.0503502, 30.279138 ], [ 120.0503553, 30.2792349 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0686542, 30.2781613 ], [ 120.0687117, 30.2781889 ], [ 120.0687806, 30.2781875 ], [ 120.0688287, 30.27822 ], [ 120.0689241, 30.2782251 ], [ 120.0690123, 30.2782093 ], [ 120.0690378, 30.2781415 ], [ 120.0690849, 30.2779954 ], [ 120.0690104, 30.2778944 ], [ 120.0691358, 30.2777854 ], [ 120.0691574, 30.27769 ], [ 120.0692134, 30.2775988 ], [ 120.0692303, 30.2775052 ], [ 120.0691803, 30.277431 ], [ 120.0690728, 30.2774238 ], [ 120.0689705, 30.2774528 ], [ 120.0689019, 30.2775061 ], [ 120.0688738, 30.2775715 ], [ 120.0688019, 30.2776336 ], [ 120.0687659, 30.2777081 ], [ 120.0688019, 30.2777764 ], [ 120.0688261, 30.2778813 ], [ 120.0687484, 30.2779418 ], [ 120.0686935, 30.2780017 ], [ 120.068649, 30.278082 ], [ 120.0686542, 30.2781613 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0729663, 30.278108 ], [ 120.0730064, 30.2781504 ], [ 120.0731313, 30.2781658 ], [ 120.0732338, 30.2781504 ], [ 120.073314, 30.2781504 ], [ 120.0733363, 30.278108 ], [ 120.0733408, 30.278031 ], [ 120.0733051, 30.277981 ], [ 120.0732561, 30.2779348 ], [ 120.073265, 30.2778809 ], [ 120.0733274, 30.2778116 ], [ 120.073363, 30.2777423 ], [ 120.0733853, 30.2776307 ], [ 120.073363, 30.2775806 ], [ 120.0732471, 30.2775537 ], [ 120.0731223, 30.2775306 ], [ 120.073051, 30.2775614 ], [ 120.0730198, 30.2776422 ], [ 120.0730064, 30.2777539 ], [ 120.073051, 30.2777962 ], [ 120.0731758, 30.277827 ], [ 120.0731981, 30.2778655 ], [ 120.0731758, 30.2779117 ], [ 120.0731179, 30.2779078 ], [ 120.0730198, 30.2779078 ], [ 120.0729797, 30.2779425 ], [ 120.0729574, 30.2780426 ], [ 120.0729663, 30.278108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737286, 30.278108 ], [ 120.0737999, 30.2780965 ], [ 120.0738266, 30.2780272 ], [ 120.0738444, 30.2779463 ], [ 120.0738623, 30.2777731 ], [ 120.07384, 30.2777308 ], [ 120.0737687, 30.2777231 ], [ 120.073733, 30.277777 ], [ 120.0736929, 30.2778501 ], [ 120.073684, 30.2779155 ], [ 120.073684, 30.2780002 ], [ 120.0736751, 30.2780811 ], [ 120.0737286, 30.278108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0725198, 30.278049 ], [ 120.0725473, 30.2781042 ], [ 120.0726187, 30.2781427 ], [ 120.0726855, 30.2781427 ], [ 120.0727969, 30.2781196 ], [ 120.072846, 30.2779848 ], [ 120.0728371, 30.2778925 ], [ 120.0727969, 30.2778694 ], [ 120.0726944, 30.277854 ], [ 120.0726008, 30.2778386 ], [ 120.0725473, 30.2778501 ], [ 120.0725117, 30.2779463 ], [ 120.0724894, 30.2780233 ], [ 120.0725198, 30.278049 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0670335, 30.2785152 ], [ 120.0671701, 30.2786021 ], [ 120.067357, 30.2785959 ], [ 120.0674504, 30.2785338 ], [ 120.0674935, 30.2784841 ], [ 120.067587, 30.2783662 ], [ 120.0676661, 30.278242 ], [ 120.0677308, 30.2781427 ], [ 120.0677164, 30.2780433 ], [ 120.0676661, 30.2779564 ], [ 120.0675367, 30.2778881 ], [ 120.0674001, 30.2778633 ], [ 120.067321, 30.2779192 ], [ 120.0672851, 30.2780061 ], [ 120.0672707, 30.2781303 ], [ 120.0671054, 30.2784158 ], [ 120.0670335, 30.2784344 ], [ 120.0670335, 30.2785152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678961, 30.2787138 ], [ 120.0680399, 30.2787945 ], [ 120.0681549, 30.2786579 ], [ 120.068198, 30.2784841 ], [ 120.0682124, 30.2783413 ], [ 120.0682987, 30.2782358 ], [ 120.0683778, 30.2780992 ], [ 120.0683562, 30.2779688 ], [ 120.0682124, 30.2779378 ], [ 120.0681261, 30.2779751 ], [ 120.0680471, 30.2780868 ], [ 120.0680327, 30.2782234 ], [ 120.0679392, 30.2784096 ], [ 120.0678961, 30.2786021 ], [ 120.0678961, 30.2787138 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0702122, 30.2786095 ], [ 120.0706058, 30.2786969 ], [ 120.0706452, 30.2786629 ], [ 120.0706789, 30.27859 ], [ 120.0706677, 30.2785075 ], [ 120.0706171, 30.2784589 ], [ 120.0705946, 30.2783909 ], [ 120.0706733, 30.2783278 ], [ 120.0707633, 30.2782841 ], [ 120.070797, 30.278187 ], [ 120.0707858, 30.278119 ], [ 120.0706846, 30.2780753 ], [ 120.0705608, 30.2780704 ], [ 120.0704765, 30.2780947 ], [ 120.0704259, 30.278153 ], [ 120.0703978, 30.2782355 ], [ 120.0704146, 30.2783229 ], [ 120.0704484, 30.2783958 ], [ 120.0704259, 30.2784492 ], [ 120.0703247, 30.2784492 ], [ 120.0701785, 30.2784541 ], [ 120.0701222, 30.2784832 ], [ 120.0701166, 30.2785803 ], [ 120.0702122, 30.2786095 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0712525, 30.2787503 ], [ 120.07141, 30.2787843 ], [ 120.0715786, 30.278828 ], [ 120.0716461, 30.2788086 ], [ 120.0716911, 30.27876 ], [ 120.071708, 30.2786192 ], [ 120.071753, 30.2784783 ], [ 120.0717642, 30.2783521 ], [ 120.0717473, 30.2782452 ], [ 120.0717923, 30.2781627 ], [ 120.0717923, 30.2780607 ], [ 120.0717136, 30.278017 ], [ 120.0716011, 30.2780219 ], [ 120.0714887, 30.2780121 ], [ 120.0714043, 30.278051 ], [ 120.0713425, 30.2781433 ], [ 120.0713312, 30.2782404 ], [ 120.07132, 30.2783181 ], [ 120.0713368, 30.2784104 ], [ 120.0712637, 30.2785269 ], [ 120.0712131, 30.278658 ], [ 120.0712525, 30.2787503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0725964, 30.278516 ], [ 120.072739, 30.2785545 ], [ 120.0728282, 30.2785738 ], [ 120.0728906, 30.2786084 ], [ 120.0729619, 30.27862 ], [ 120.0729842, 30.2785699 ], [ 120.0729663, 30.2785314 ], [ 120.0729663, 30.2784545 ], [ 120.0730064, 30.278389 ], [ 120.073002, 30.2783351 ], [ 120.0729752, 30.2782851 ], [ 120.0729039, 30.2782774 ], [ 120.0727791, 30.2782735 ], [ 120.0726855, 30.2782774 ], [ 120.0726365, 30.2783005 ], [ 120.0726187, 30.2783698 ], [ 120.072583, 30.2784506 ], [ 120.0725964, 30.278516 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0685071, 30.2786579 ], [ 120.0687156, 30.2786766 ], [ 120.0688019, 30.2787014 ], [ 120.068881, 30.2786455 ], [ 120.06896, 30.2785027 ], [ 120.0689385, 30.2783786 ], [ 120.068845, 30.2783041 ], [ 120.0687228, 30.2782855 ], [ 120.068579, 30.2783537 ], [ 120.0684928, 30.2784593 ], [ 120.068464, 30.278571 ], [ 120.0685071, 30.2786579 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.052985, 30.2780291 ], [ 120.0530904, 30.2780378 ], [ 120.0532511, 30.2780595 ], [ 120.0534569, 30.2780508 ], [ 120.0536276, 30.2780118 ], [ 120.0537832, 30.2780334 ], [ 120.0538987, 30.2779988 ], [ 120.0539238, 30.2779164 ], [ 120.0539037, 30.2777863 ], [ 120.0538636, 30.2777083 ], [ 120.0538033, 30.2776866 ], [ 120.0536577, 30.2776996 ], [ 120.0534318, 30.2777473 ], [ 120.0532209, 30.2777646 ], [ 120.0530804, 30.2778037 ], [ 120.05298, 30.27786 ], [ 120.0529498, 30.2779597 ], [ 120.052985, 30.2780291 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.059365, 30.2779998 ], [ 120.0594247, 30.278028 ], [ 120.0602559, 30.278042 ], [ 120.060283, 30.277981 ], [ 120.0602939, 30.2778778 ], [ 120.0602341, 30.2777981 ], [ 120.0601309, 30.2777746 ], [ 120.0595171, 30.2777559 ], [ 120.0593921, 30.2777793 ], [ 120.0593541, 30.2778731 ], [ 120.059365, 30.2779998 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0560281, 30.2780146 ], [ 120.0561337, 30.2780338 ], [ 120.0562282, 30.2780194 ], [ 120.0562615, 30.2779762 ], [ 120.0562504, 30.2779043 ], [ 120.056206, 30.2778419 ], [ 120.0560893, 30.2778275 ], [ 120.0559893, 30.2778371 ], [ 120.0559726, 30.2779283 ], [ 120.0560281, 30.2780146 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0520763, 30.2784063 ], [ 120.0521415, 30.278428 ], [ 120.0524126, 30.278415 ], [ 120.0525633, 30.2783933 ], [ 120.0527691, 30.2783803 ], [ 120.0529197, 30.278363 ], [ 120.0530251, 30.278363 ], [ 120.0531004, 30.2783326 ], [ 120.0531155, 30.2782719 ], [ 120.0531155, 30.2781939 ], [ 120.0530703, 30.2781635 ], [ 120.0529599, 30.2781548 ], [ 120.0528193, 30.2781418 ], [ 120.0526988, 30.2781548 ], [ 120.0525683, 30.2781765 ], [ 120.0523524, 30.2781722 ], [ 120.0521516, 30.2781679 ], [ 120.0520713, 30.2782112 ], [ 120.0520562, 30.2782632 ], [ 120.0520462, 30.2783456 ], [ 120.0520763, 30.2784063 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0525841, 30.2774474 ], [ 120.0527143, 30.2774394 ], [ 120.0528119, 30.2774394 ], [ 120.0529327, 30.2774594 ], [ 120.0531883, 30.2774634 ], [ 120.0532998, 30.2774634 ], [ 120.0534253, 30.2774915 ], [ 120.0534764, 30.2775477 ], [ 120.053574, 30.2775517 ], [ 120.0537553, 30.2775437 ], [ 120.0538947, 30.2775236 ], [ 120.053983, 30.2775196 ], [ 120.0540388, 30.2775638 ], [ 120.0540713, 30.2777323 ], [ 120.0540806, 30.2778608 ], [ 120.0540806, 30.2780012 ], [ 120.0540806, 30.27823 ], [ 120.0540527, 30.2783384 ], [ 120.0540574, 30.2784106 ], [ 120.0540992, 30.2784989 ], [ 120.0541643, 30.278812 ], [ 120.0541968, 30.2791371 ], [ 120.0542479, 30.2794782 ], [ 120.0543176, 30.2799317 ], [ 120.0543827, 30.2804374 ], [ 120.0544292, 30.2807505 ], [ 120.0544292, 30.2808829 ], [ 120.0544059, 30.2810194 ], [ 120.0544059, 30.2810996 ], [ 120.0544478, 30.2811919 ], [ 120.0544663, 30.2812642 ], [ 120.0544663, 30.2813806 ], [ 120.0544803, 30.2814648 ], [ 120.054471, 30.2815732 ], [ 120.0544385, 30.2816735 ], [ 120.0546244, 30.2817217 ], [ 120.0545918, 30.281521 ], [ 120.0545918, 30.2814608 ], [ 120.0546104, 30.2813163 ], [ 120.0546383, 30.2812521 ], [ 120.0546987, 30.28122 ], [ 120.0547824, 30.28122 ], [ 120.054866, 30.2812521 ], [ 120.0550008, 30.2813284 ], [ 120.0550519, 30.2813404 ], [ 120.055117, 30.2813123 ], [ 120.0551123, 30.2812401 ], [ 120.0550938, 30.2811919 ], [ 120.0550566, 30.2811357 ], [ 120.0549636, 30.2811197 ], [ 120.0547313, 30.2811357 ], [ 120.0546244, 30.2811357 ], [ 120.0545639, 30.2811036 ], [ 120.0545407, 30.2810515 ], [ 120.0545082, 30.2808709 ], [ 120.0544942, 30.2807745 ], [ 120.0545268, 30.2806822 ], [ 120.0545593, 30.2805979 ], [ 120.0545175, 30.2804575 ], [ 120.0545035, 30.2803772 ], [ 120.0544896, 30.2802969 ], [ 120.0545314, 30.2802207 ], [ 120.05455, 30.2801324 ], [ 120.0545965, 30.280016 ], [ 120.0546569, 30.2799598 ], [ 120.0547256, 30.2799646 ], [ 120.0547859, 30.2799841 ], [ 120.0548597, 30.2800296 ], [ 120.0549281, 30.2799887 ], [ 120.0550071, 30.2799205 ], [ 120.0550861, 30.2799205 ], [ 120.055223, 30.279925 ], [ 120.0553284, 30.2799432 ], [ 120.0553757, 30.2799796 ], [ 120.0554021, 30.2801069 ], [ 120.0553915, 30.2803934 ], [ 120.0553863, 30.2805026 ], [ 120.0554284, 30.2805344 ], [ 120.0554916, 30.2805026 ], [ 120.0555127, 30.2804071 ], [ 120.0555443, 30.2803525 ], [ 120.0556075, 30.2803298 ], [ 120.0557023, 30.2802843 ], [ 120.0557444, 30.2802297 ], [ 120.0557865, 30.2801251 ], [ 120.0558497, 30.2800387 ], [ 120.0559603, 30.2799887 ], [ 120.0561341, 30.2799569 ], [ 120.0562868, 30.2799614 ], [ 120.0565027, 30.2799978 ], [ 120.056666, 30.2800069 ], [ 120.056745, 30.2800387 ], [ 120.0568029, 30.2800978 ], [ 120.056824, 30.2801888 ], [ 120.0568345, 30.2803753 ], [ 120.0568293, 30.2804844 ], [ 120.0568661, 30.2806072 ], [ 120.056845, 30.2808528 ], [ 120.0567819, 30.2811438 ], [ 120.056745, 30.2812393 ], [ 120.0567029, 30.2814122 ], [ 120.0566555, 30.2815486 ], [ 120.0566344, 30.2818305 ], [ 120.0566186, 30.2819261 ], [ 120.0566186, 30.2819806 ], [ 120.0566818, 30.2819715 ], [ 120.0567766, 30.2819215 ], [ 120.0568977, 30.2818988 ], [ 120.0569925, 30.2819033 ], [ 120.0572927, 30.2819261 ], [ 120.0576455, 30.281967 ], [ 120.0577825, 30.2819806 ], [ 120.0579246, 30.2820079 ], [ 120.0581827, 30.2820307 ], [ 120.0583301, 30.2820989 ], [ 120.0584144, 30.2821489 ], [ 120.0584565, 30.2822262 ], [ 120.0584671, 30.2823308 ], [ 120.0585671, 30.2823535 ], [ 120.0586619, 30.2823535 ], [ 120.0587515, 30.2823263 ], [ 120.0588989, 30.2823081 ], [ 120.0590516, 30.2823126 ], [ 120.0591675, 30.282349 ], [ 120.0592939, 30.2823763 ], [ 120.0594466, 30.2823763 ], [ 120.0596309, 30.2824127 ], [ 120.0598995, 30.2824399 ], [ 120.0601839, 30.2824399 ], [ 120.060463, 30.28249 ], [ 120.0608, 30.2825127 ], [ 120.0612687, 30.2825218 ], [ 120.0614373, 30.2825082 ], [ 120.0615005, 30.28254 ], [ 120.0614847, 30.2826082 ], [ 120.0616795, 30.2826173 ], [ 120.0617532, 30.2825173 ], [ 120.0617322, 30.2824854 ], [ 120.0616637, 30.2824627 ], [ 120.0615953, 30.2824399 ], [ 120.0615689, 30.2823626 ], [ 120.0615795, 30.2822171 ], [ 120.0616111, 30.2819624 ], [ 120.0616321, 30.2817987 ], [ 120.0617217, 30.2814531 ], [ 120.0618744, 30.281112 ], [ 120.0620218, 30.2806117 ], [ 120.0621219, 30.2801251 ], [ 120.0621588, 30.2800433 ], [ 120.0622272, 30.2799614 ], [ 120.0622764, 30.2799444 ], [ 120.0623589, 30.2799159 ], [ 120.0627433, 30.2799023 ], [ 120.0629382, 30.2799068 ], [ 120.0630224, 30.279966 ], [ 120.063054, 30.2800933 ], [ 120.0630909, 30.2801251 ], [ 120.0631541, 30.280016 ], [ 120.0632225, 30.2799614 ], [ 120.0632857, 30.2799341 ], [ 120.0634964, 30.2799068 ], [ 120.0638071, 30.2799114 ], [ 120.0640388, 30.2799023 ], [ 120.0641389, 30.2798932 ], [ 120.0642126, 30.2799205 ], [ 120.0642758, 30.2799796 ], [ 120.0643495, 30.2800478 ], [ 120.0644496, 30.2801479 ], [ 120.0645023, 30.280207 ], [ 120.0645497, 30.2802843 ], [ 120.0645549, 30.2805162 ], [ 120.0645918, 30.2805981 ], [ 120.0646234, 30.28068 ], [ 120.0646023, 30.2811529 ], [ 120.0646023, 30.2814167 ], [ 120.064576, 30.2817805 ], [ 120.0646234, 30.2817851 ], [ 120.0646445, 30.2815258 ], [ 120.0646708, 30.2814531 ], [ 120.0647287, 30.2814303 ], [ 120.0649973, 30.281444 ], [ 120.0651342, 30.2814531 ], [ 120.0652027, 30.2814895 ], [ 120.0652237, 30.2815713 ], [ 120.065229, 30.2816577 ], [ 120.0652322, 30.2817574 ], [ 120.0652215, 30.2817991 ], [ 120.0652161, 30.2818825 ], [ 120.0652175, 30.2819195 ], [ 120.0652282, 30.2819473 ], [ 120.065259, 30.2819705 ], [ 120.06531, 30.2819682 ], [ 120.0653382, 30.2819404 ], [ 120.0653476, 30.2818882 ], [ 120.0653516, 30.2818199 ], [ 120.0653543, 30.2817527 ], [ 120.0653502, 30.2816752 ], [ 120.0653476, 30.2816068 ], [ 120.0653408, 30.2815489 ], [ 120.0653291, 30.2815031 ], [ 120.0652869, 30.2814531 ], [ 120.0652185, 30.2814122 ], [ 120.065071, 30.2813894 ], [ 120.0649394, 30.2813667 ], [ 120.0647076, 30.2813576 ], [ 120.0646655, 30.2813485 ], [ 120.0646339, 30.2812985 ], [ 120.0646688, 30.2805796 ], [ 120.0646524, 30.2804435 ], [ 120.0646633, 30.2803261 ], [ 120.064647, 30.2802322 ], [ 120.0645926, 30.2801524 ], [ 120.064473, 30.2800913 ], [ 120.0643317, 30.2799505 ], [ 120.0642718, 30.2798753 ], [ 120.064261, 30.2798096 ], [ 120.0643153, 30.2797251 ], [ 120.0643806, 30.2796406 ], [ 120.0644839, 30.2795279 ], [ 120.0645709, 30.279495 ], [ 120.0646905, 30.2794762 ], [ 120.0648156, 30.279495 ], [ 120.064995, 30.2795373 ], [ 120.0651309, 30.2795607 ], [ 120.065333, 30.2796111 ], [ 120.0653659, 30.2795044 ], [ 120.0652179, 30.2794527 ], [ 120.0647394, 30.2793541 ], [ 120.0646144, 30.2793072 ], [ 120.0645926, 30.2792321 ], [ 120.0647666, 30.2786545 ], [ 120.0648482, 30.2785089 ], [ 120.0648319, 30.2784291 ], [ 120.0647612, 30.2783869 ], [ 120.0645981, 30.278415 ], [ 120.0645165, 30.2783916 ], [ 120.0644651, 30.278322 ], [ 120.06439, 30.278349 ], [ 120.0644132, 30.2783916 ], [ 120.0643886, 30.2784464 ], [ 120.0642682, 30.2784659 ], [ 120.0639221, 30.2784009 ], [ 120.0635985, 30.2783815 ], [ 120.0633954, 30.278297 ], [ 120.0627107, 30.2781995 ], [ 120.0625677, 30.278193 ], [ 120.0624473, 30.2781475 ], [ 120.0624248, 30.2780826 ], [ 120.0623345, 30.2780371 ], [ 120.0622291, 30.2780306 ], [ 120.0620937, 30.2780501 ], [ 120.0618529, 30.2779786 ], [ 120.061725, 30.2779721 ], [ 120.0615595, 30.2779721 ], [ 120.0614692, 30.2779136 ], [ 120.0613789, 30.2778032 ], [ 120.0613112, 30.2776797 ], [ 120.0610855, 30.2776212 ], [ 120.0608823, 30.2775822 ], [ 120.0608146, 30.2774653 ], [ 120.0606942, 30.2775757 ], [ 120.0605738, 30.2776277 ], [ 120.0603857, 30.2776147 ], [ 120.0602653, 30.2775692 ], [ 120.0600396, 30.2775367 ], [ 120.0597537, 30.2775108 ], [ 120.059528, 30.2774978 ], [ 120.0592646, 30.2774523 ], [ 120.0590088, 30.2774198 ], [ 120.058911, 30.2774328 ], [ 120.0588357, 30.2773808 ], [ 120.0587455, 30.2772313 ], [ 120.0586777, 30.2771209 ], [ 120.0586702, 30.2770104 ], [ 120.0586702, 30.2767505 ], [ 120.0586552, 30.2766595 ], [ 120.0584972, 30.2765751 ], [ 120.0584144, 30.2765101 ], [ 120.0582564, 30.2762892 ], [ 120.0582338, 30.2761592 ], [ 120.0581736, 30.2759383 ], [ 120.0580532, 30.2758863 ], [ 120.0577447, 30.2758278 ], [ 120.0575566, 30.2757628 ], [ 120.0574212, 30.2757044 ], [ 120.0571654, 30.2754444 ], [ 120.0570525, 30.2753145 ], [ 120.05703, 30.2751845 ], [ 120.0569096, 30.275139 ], [ 120.0568268, 30.2750091 ], [ 120.0566838, 30.2749506 ], [ 120.0566387, 30.2748921 ], [ 120.0564957, 30.2748401 ], [ 120.0562474, 30.2747686 ], [ 120.0561195, 30.2747167 ], [ 120.0560845, 30.2746412 ], [ 120.0558999, 30.2744528 ], [ 120.0557809, 30.2744762 ], [ 120.0556982, 30.2744762 ], [ 120.055495, 30.2744632 ], [ 120.0551339, 30.2743788 ], [ 120.0548781, 30.2743398 ], [ 120.0547878, 30.2743008 ], [ 120.0546448, 30.2742813 ], [ 120.0544696, 30.2742943 ], [ 120.0544666, 30.274233 ], [ 120.0543621, 30.2742078 ], [ 120.0542627, 30.2741956 ], [ 120.0542261, 30.2741322 ], [ 120.0541711, 30.2740795 ], [ 120.0540733, 30.2740584 ], [ 120.0539206, 30.2740478 ], [ 120.0539633, 30.2740953 ], [ 120.0539817, 30.2741797 ], [ 120.053945, 30.2742325 ], [ 120.0539084, 30.27428 ], [ 120.0539206, 30.274375 ], [ 120.0539145, 30.2744963 ], [ 120.0539328, 30.274586 ], [ 120.0540244, 30.2746335 ], [ 120.0541405, 30.2746546 ], [ 120.0542444, 30.2746652 ], [ 120.0542933, 30.2747654 ], [ 120.0542749, 30.2748762 ], [ 120.0542505, 30.2749712 ], [ 120.0541894, 30.2749923 ], [ 120.0541283, 30.2749554 ], [ 120.0540855, 30.2748604 ], [ 120.0540489, 30.2748129 ], [ 120.0539511, 30.2748076 ], [ 120.0539267, 30.2749237 ], [ 120.0539022, 30.2750504 ], [ 120.0539022, 30.2751559 ], [ 120.0538961, 30.2752509 ], [ 120.0539267, 30.2753247 ], [ 120.0539572, 30.2754144 ], [ 120.0539633, 30.2754936 ], [ 120.0539267, 30.2755622 ], [ 120.0539633, 30.2756413 ], [ 120.0540061, 30.2757785 ], [ 120.0540061, 30.2758577 ], [ 120.0539756, 30.2759315 ], [ 120.0539206, 30.2760107 ], [ 120.053835, 30.2761004 ], [ 120.0537251, 30.2761426 ], [ 120.0536273, 30.2761584 ], [ 120.0535234, 30.2761531 ], [ 120.0535723, 30.2762006 ], [ 120.0536884, 30.2762428 ], [ 120.0537495, 30.2762851 ], [ 120.0538106, 30.2763273 ], [ 120.0538473, 30.2763853 ], [ 120.0538289, 30.2764697 ], [ 120.0537739, 30.2765172 ], [ 120.0536517, 30.2765647 ], [ 120.0535906, 30.2766175 ], [ 120.0535906, 30.2767125 ], [ 120.0536212, 30.2767705 ], [ 120.053719, 30.2767916 ], [ 120.0537556, 30.2768338 ], [ 120.0538595, 30.2768496 ], [ 120.0538961, 30.2768971 ], [ 120.0538717, 30.2769604 ], [ 120.0537678, 30.2769763 ], [ 120.0536517, 30.2769552 ], [ 120.0535479, 30.2769815 ], [ 120.0534135, 30.2769763 ], [ 120.0533585, 30.2770238 ], [ 120.0533401, 30.2771768 ], [ 120.0533463, 30.2772559 ], [ 120.0533035, 30.2773087 ], [ 120.0532118, 30.2773298 ], [ 120.053053, 30.2773562 ], [ 120.0529063, 30.2773562 ], [ 120.0527475, 30.2773667 ], [ 120.0525825, 30.2773562 ], [ 120.0525841, 30.2774474 ] ], [ [ 120.0542003, 30.2754246 ], [ 120.054269, 30.2753801 ], [ 120.0543778, 30.2753356 ], [ 120.0544122, 30.2752911 ], [ 120.0544122, 30.2751971 ], [ 120.0544064, 30.2750438 ], [ 120.0544236, 30.2748807 ], [ 120.0544751, 30.2748065 ], [ 120.0545954, 30.2747422 ], [ 120.0547042, 30.2747422 ], [ 120.0548702, 30.2747076 ], [ 120.0549962, 30.2746878 ], [ 120.0551336, 30.2747026 ], [ 120.0552309, 30.2747422 ], [ 120.0553798, 30.2747274 ], [ 120.0554943, 30.2747224 ], [ 120.0556432, 30.2747422 ], [ 120.0557577, 30.274762 ], [ 120.055815, 30.2748362 ], [ 120.055815, 30.2749252 ], [ 120.0558436, 30.2749894 ], [ 120.0559467, 30.2749894 ], [ 120.0561471, 30.2749499 ], [ 120.0563246, 30.2749697 ], [ 120.0564906, 30.2750043 ], [ 120.0565994, 30.2750438 ], [ 120.0566738, 30.2751477 ], [ 120.0567082, 30.2752317 ], [ 120.0567883, 30.2753405 ], [ 120.0568857, 30.2754048 ], [ 120.0571491, 30.2755779 ], [ 120.0572636, 30.2756768 ], [ 120.0573609, 30.275746 ], [ 120.0574124, 30.2758152 ], [ 120.0574124, 30.2759042 ], [ 120.0573953, 30.276013 ], [ 120.0574182, 30.2760823 ], [ 120.0574812, 30.2761169 ], [ 120.0577961, 30.2761366 ], [ 120.0579621, 30.2762009 ], [ 120.0580423, 30.2762652 ], [ 120.0581167, 30.2763592 ], [ 120.0582026, 30.2764778 ], [ 120.0582541, 30.2765866 ], [ 120.0583114, 30.2766558 ], [ 120.0583343, 30.2767745 ], [ 120.0583228, 30.2768734 ], [ 120.0583286, 30.2769773 ], [ 120.0582885, 30.2770712 ], [ 120.0581969, 30.2771108 ], [ 120.0581453, 30.2772097 ], [ 120.0580995, 30.2773481 ], [ 120.0580423, 30.2776151 ], [ 120.0579907, 30.2776745 ], [ 120.0579163, 30.277719 ], [ 120.057819, 30.2777338 ], [ 120.0575728, 30.2777486 ], [ 120.0574468, 30.2777486 ], [ 120.0573838, 30.2777387 ], [ 120.0573151, 30.2776844 ], [ 120.0572808, 30.277625 ], [ 120.0572693, 30.2775657 ], [ 120.0572808, 30.2775014 ], [ 120.0572979, 30.2774025 ], [ 120.0572979, 30.2773432 ], [ 120.0572808, 30.2772987 ], [ 120.057212, 30.2772937 ], [ 120.0571662, 30.2774074 ], [ 120.0571548, 30.2774915 ], [ 120.0571033, 30.2775311 ], [ 120.0570116, 30.277541 ], [ 120.0569773, 30.2775904 ], [ 120.0568914, 30.2776745 ], [ 120.0568284, 30.2777041 ], [ 120.0567311, 30.2777338 ], [ 120.0566223, 30.2777239 ], [ 120.0564562, 30.2777091 ], [ 120.0563589, 30.2776695 ], [ 120.0563646, 30.2775212 ], [ 120.0563303, 30.2774569 ], [ 120.0562787, 30.2774124 ], [ 120.0561413, 30.2773728 ], [ 120.0560154, 30.2773086 ], [ 120.0557863, 30.2772097 ], [ 120.0556833, 30.2771454 ], [ 120.055626, 30.2770761 ], [ 120.0556203, 30.276997 ], [ 120.0556317, 30.276908 ], [ 120.0556546, 30.2767696 ], [ 120.055689, 30.2766657 ], [ 120.0556947, 30.2765619 ], [ 120.0556947, 30.2763443 ], [ 120.055689, 30.2762603 ], [ 120.0556489, 30.2762158 ], [ 120.0555516, 30.2762553 ], [ 120.0554084, 30.2762504 ], [ 120.0552481, 30.2762454 ], [ 120.0550878, 30.2762158 ], [ 120.055042, 30.2761564 ], [ 120.0550363, 30.2760823 ], [ 120.0550076, 30.2760081 ], [ 120.0549389, 30.2759883 ], [ 120.0548072, 30.2759586 ], [ 120.0546526, 30.2759883 ], [ 120.0544694, 30.2760081 ], [ 120.0543606, 30.2759932 ], [ 120.0542919, 30.2759487 ], [ 120.0542576, 30.2758746 ], [ 120.0542118, 30.2756669 ], [ 120.0541717, 30.2755878 ], [ 120.0541602, 30.2755087 ], [ 120.0542003, 30.2754246 ] ], [ [ 120.0543744, 30.2744589 ], [ 120.0545645, 30.2744539 ], [ 120.0546451, 30.2744539 ], [ 120.0546739, 30.2744987 ], [ 120.0546451, 30.2745484 ], [ 120.0545587, 30.2745534 ], [ 120.0544723, 30.2745484 ], [ 120.0543975, 30.2745634 ], [ 120.0542995, 30.2745335 ], [ 120.0542995, 30.2744738 ], [ 120.0543744, 30.2744589 ] ], [ [ 120.054458, 30.2776102 ], [ 120.0545667, 30.2775558 ], [ 120.0546068, 30.2774767 ], [ 120.0546641, 30.2773629 ], [ 120.0546984, 30.2773036 ], [ 120.0547557, 30.2772492 ], [ 120.0548702, 30.2772245 ], [ 120.0549847, 30.2772492 ], [ 120.055105, 30.277264 ], [ 120.0552023, 30.277264 ], [ 120.0553569, 30.2772739 ], [ 120.0555974, 30.2773086 ], [ 120.0557749, 30.2773382 ], [ 120.0559008, 30.2773629 ], [ 120.0559753, 30.2774173 ], [ 120.0559696, 30.277536 ], [ 120.0560096, 30.2776448 ], [ 120.0561184, 30.2777041 ], [ 120.0562444, 30.2777239 ], [ 120.0563017, 30.2777734 ], [ 120.0563875, 30.2777338 ], [ 120.0566223, 30.2777635 ], [ 120.0567769, 30.277803 ], [ 120.0569716, 30.2778179 ], [ 120.0570689, 30.2778673 ], [ 120.0570804, 30.2779168 ], [ 120.057046, 30.277981 ], [ 120.0569658, 30.27807 ], [ 120.0569315, 30.278164 ], [ 120.0569487, 30.2782629 ], [ 120.0569716, 30.2783469 ], [ 120.0569544, 30.2783964 ], [ 120.0568914, 30.278431 ], [ 120.0567826, 30.2784409 ], [ 120.0565937, 30.2784112 ], [ 120.0564505, 30.2783667 ], [ 120.0563188, 30.2783222 ], [ 120.0562444, 30.2782777 ], [ 120.0561528, 30.2782233 ], [ 120.0560039, 30.2781788 ], [ 120.0558722, 30.2781541 ], [ 120.0557749, 30.278159 ], [ 120.0556317, 30.2781937 ], [ 120.0555401, 30.2781937 ], [ 120.0554485, 30.2781986 ], [ 120.0552882, 30.2781689 ], [ 120.0551851, 30.2781343 ], [ 120.055105, 30.2780601 ], [ 120.0549962, 30.2780404 ], [ 120.0548473, 30.2780156 ], [ 120.0546183, 30.2779761 ], [ 120.0544923, 30.2779514 ], [ 120.054458, 30.277892 ], [ 120.0544408, 30.277808 ], [ 120.0544351, 30.2776942 ], [ 120.054458, 30.2776102 ] ], [ [ 120.0544751, 30.2784706 ], [ 120.0545496, 30.2784261 ], [ 120.0546355, 30.278431 ], [ 120.0547156, 30.2784656 ], [ 120.0547213, 30.27852 ], [ 120.0546927, 30.2785694 ], [ 120.0546469, 30.2785942 ], [ 120.0545553, 30.2786189 ], [ 120.0544923, 30.2785991 ], [ 120.0544637, 30.2785398 ], [ 120.0544751, 30.2784706 ] ], [ [ 120.0545267, 30.279232 ], [ 120.054624, 30.2791776 ], [ 120.0547614, 30.2791529 ], [ 120.0549733, 30.2791628 ], [ 120.0550706, 30.279143 ], [ 120.0550477, 30.2790491 ], [ 120.0550248, 30.2787425 ], [ 120.0550649, 30.2786189 ], [ 120.055105, 30.27852 ], [ 120.0551622, 30.2784706 ], [ 120.0552653, 30.2784755 ], [ 120.0553111, 30.2785398 ], [ 120.0553684, 30.2785744 ], [ 120.0554542, 30.2785596 ], [ 120.0555058, 30.2784508 ], [ 120.0555401, 30.2783717 ], [ 120.0557176, 30.2783321 ], [ 120.0558321, 30.2783173 ], [ 120.0559925, 30.278342 ], [ 120.0561299, 30.2783321 ], [ 120.0562558, 30.2783667 ], [ 120.0564562, 30.2784706 ], [ 120.0565536, 30.2784903 ], [ 120.056691, 30.2784854 ], [ 120.0568227, 30.2785101 ], [ 120.0569086, 30.2785447 ], [ 120.0569773, 30.2785942 ], [ 120.0570116, 30.2786683 ], [ 120.0570174, 30.2787475 ], [ 120.0569945, 30.2788463 ], [ 120.0569887, 30.2791331 ], [ 120.0569773, 30.2792469 ], [ 120.0569601, 30.2793408 ], [ 120.0569773, 30.2795633 ], [ 120.0569716, 30.2796622 ], [ 120.0569258, 30.2797463 ], [ 120.0568914, 30.2798007 ], [ 120.0568055, 30.2798402 ], [ 120.0565994, 30.2798699 ], [ 120.0563074, 30.2798254 ], [ 120.0559855, 30.2797509 ], [ 120.0559337, 30.2797211 ], [ 120.0559337, 30.2796564 ], [ 120.055974, 30.2795421 ], [ 120.0559567, 30.2794625 ], [ 120.0559452, 30.279383 ], [ 120.055951, 30.2792785 ], [ 120.0558876, 30.2792487 ], [ 120.0557898, 30.2792437 ], [ 120.0557437, 30.2792636 ], [ 120.0557149, 30.2793283 ], [ 120.0557379, 30.2794526 ], [ 120.0557667, 30.2795371 ], [ 120.0558128, 30.2795968 ], [ 120.0558473, 30.2796614 ], [ 120.0558358, 30.2797211 ], [ 120.0557552, 30.2797459 ], [ 120.055617, 30.2797509 ], [ 120.0554846, 30.2797956 ], [ 120.0553752, 30.2798155 ], [ 120.0552946, 30.2798205 ], [ 120.0551795, 30.2798056 ], [ 120.055047, 30.2797658 ], [ 120.0549492, 30.2797559 ], [ 120.0548398, 30.2797509 ], [ 120.0546843, 30.2797608 ], [ 120.0546126, 30.2797314 ], [ 120.0545897, 30.2796672 ], [ 120.0545324, 30.2795683 ], [ 120.0544923, 30.2794941 ], [ 120.0544866, 30.2794051 ], [ 120.0545267, 30.279232 ] ], [ [ 120.0550534, 30.2767053 ], [ 120.0550706, 30.2766212 ], [ 120.0551164, 30.2765916 ], [ 120.0551794, 30.2765965 ], [ 120.055208, 30.2766509 ], [ 120.0551737, 30.2767251 ], [ 120.0551737, 30.2768586 ], [ 120.0551622, 30.2770168 ], [ 120.0551508, 30.2770959 ], [ 120.0550706, 30.2770761 ], [ 120.0550248, 30.2769773 ], [ 120.0550534, 30.2767053 ] ], [ [ 120.055397, 30.2765668 ], [ 120.0554714, 30.2765421 ], [ 120.0555115, 30.2765965 ], [ 120.0554886, 30.2766558 ], [ 120.0554199, 30.2767102 ], [ 120.0553569, 30.2766657 ], [ 120.0553512, 30.2766113 ], [ 120.055397, 30.2765668 ] ], [ [ 120.0561356, 30.2775756 ], [ 120.05617, 30.2775212 ], [ 120.0562444, 30.2775162 ], [ 120.0562902, 30.2775459 ], [ 120.0563131, 30.2775855 ], [ 120.0562959, 30.2776745 ], [ 120.0561986, 30.2776596 ], [ 120.0561299, 30.27763 ], [ 120.0561356, 30.2775756 ] ], [ [ 120.0567883, 30.2815164 ], [ 120.0568227, 30.2813285 ], [ 120.0568971, 30.2810319 ], [ 120.0569315, 30.2808885 ], [ 120.0569315, 30.2807797 ], [ 120.05692, 30.2805473 ], [ 120.0569315, 30.280394 ], [ 120.0569716, 30.280127 ], [ 120.0570002, 30.2800528 ], [ 120.0570002, 30.2799342 ], [ 120.0570174, 30.2796869 ], [ 120.0570517, 30.2794793 ], [ 120.0571033, 30.2793952 ], [ 120.057109, 30.2793458 ], [ 120.0570918, 30.2792469 ], [ 120.0570918, 30.2791529 ], [ 120.0571204, 30.2790441 ], [ 120.057172, 30.2789354 ], [ 120.057172, 30.2788315 ], [ 120.0570975, 30.278609 ], [ 120.0570632, 30.2784706 ], [ 120.0570746, 30.2783469 ], [ 120.0570918, 30.2782283 ], [ 120.0570918, 30.2780997 ], [ 120.0571147, 30.2780107 ], [ 120.057172, 30.2779118 ], [ 120.057275, 30.2778673 ], [ 120.0573666, 30.2778722 ], [ 120.0575155, 30.2779168 ], [ 120.057567, 30.2779514 ], [ 120.0576243, 30.2779316 ], [ 120.0576987, 30.2779909 ], [ 120.0577674, 30.2780898 ], [ 120.057819, 30.27807 ], [ 120.0578018, 30.2779959 ], [ 120.0577274, 30.2779514 ], [ 120.0577274, 30.2778772 ], [ 120.0577903, 30.2778277 ], [ 120.0579163, 30.277803 ], [ 120.0580079, 30.2778376 ], [ 120.0580709, 30.2779266 ], [ 120.0581167, 30.2780008 ], [ 120.0581167, 30.2780948 ], [ 120.0581682, 30.2781689 ], [ 120.0582312, 30.2781838 ], [ 120.0582828, 30.2781442 ], [ 120.0582484, 30.27807 ], [ 120.0581969, 30.2779959 ], [ 120.0581969, 30.2779118 ], [ 120.0581854, 30.2777635 ], [ 120.0581854, 30.2776794 ], [ 120.0581511, 30.2775855 ], [ 120.0581625, 30.2774816 ], [ 120.0581854, 30.2773629 ], [ 120.0582312, 30.2772443 ], [ 120.0583114, 30.2771948 ], [ 120.0584087, 30.2771701 ], [ 120.0585347, 30.27718 ], [ 120.0586378, 30.2772492 ], [ 120.0586664, 30.2773481 ], [ 120.058695, 30.2774816 ], [ 120.0588439, 30.2775706 ], [ 120.0589813, 30.2775756 ], [ 120.059176, 30.2775855 ], [ 120.059342, 30.2776201 ], [ 120.0594394, 30.2776349 ], [ 120.0595882, 30.2776695 ], [ 120.0596913, 30.2776497 ], [ 120.0599318, 30.2776695 ], [ 120.0602467, 30.2777091 ], [ 120.0603612, 30.2777585 ], [ 120.0604013, 30.2778525 ], [ 120.0604242, 30.277897 ], [ 120.0606074, 30.277892 ], [ 120.0608021, 30.277897 ], [ 120.0610197, 30.277892 ], [ 120.0611628, 30.2779266 ], [ 120.0612773, 30.2779613 ], [ 120.0614548, 30.2781244 ], [ 120.0615808, 30.2782134 ], [ 120.0616438, 30.2782975 ], [ 120.061764, 30.2783519 ], [ 120.0619644, 30.2783964 ], [ 120.0621534, 30.2784508 ], [ 120.0622392, 30.2784706 ], [ 120.0623251, 30.2784409 ], [ 120.0624167, 30.2784557 ], [ 120.0624225, 30.2785348 ], [ 120.0623309, 30.2785843 ], [ 120.0622908, 30.2786782 ], [ 120.0622851, 30.278881 ], [ 120.0622507, 30.278965 ], [ 120.0621763, 30.279059 ], [ 120.062056, 30.2792271 ], [ 120.0620159, 30.2793458 ], [ 120.0620388, 30.2794249 ], [ 120.0621419, 30.2794298 ], [ 120.0621476, 30.2795287 ], [ 120.0621362, 30.2796128 ], [ 120.0620904, 30.2797265 ], [ 120.0620274, 30.2797908 ], [ 120.0618785, 30.2798155 ], [ 120.0617812, 30.2798254 ], [ 120.0616609, 30.2798551 ], [ 120.0615522, 30.2798551 ], [ 120.0614434, 30.2798551 ], [ 120.0611128, 30.2798852 ], [ 120.0609746, 30.2798902 ], [ 120.0608306, 30.2798703 ], [ 120.0607097, 30.2798454 ], [ 120.0605772, 30.2798454 ], [ 120.0604159, 30.2798355 ], [ 120.0603295, 30.2797957 ], [ 120.0603007, 30.2799051 ], [ 120.0602144, 30.2799648 ], [ 120.0600876, 30.2799598 ], [ 120.0599379, 30.2799449 ], [ 120.0598227, 30.2799399 ], [ 120.0597479, 30.2799101 ], [ 120.0596557, 30.2798504 ], [ 120.0595693, 30.2798106 ], [ 120.0594599, 30.2797758 ], [ 120.0593447, 30.279751 ], [ 120.0592238, 30.2797659 ], [ 120.0591489, 30.2797907 ], [ 120.0591143, 30.2798753 ], [ 120.0590537, 30.2800235 ], [ 120.0590842, 30.2800585 ], [ 120.0591431, 30.2800444 ], [ 120.0592122, 30.2800742 ], [ 120.0593505, 30.2800693 ], [ 120.0594887, 30.2800842 ], [ 120.0595808, 30.280119 ], [ 120.0596384, 30.2801936 ], [ 120.0597421, 30.2802384 ], [ 120.0599149, 30.2802433 ], [ 120.0600992, 30.2802334 ], [ 120.0601683, 30.2802185 ], [ 120.0602489, 30.280109 ], [ 120.0602662, 30.2800146 ], [ 120.060318, 30.2799648 ], [ 120.0603987, 30.2799151 ], [ 120.0604908, 30.2799051 ], [ 120.0605772, 30.2799101 ], [ 120.060796, 30.27993 ], [ 120.0613086, 30.2799748 ], [ 120.0614872, 30.2799797 ], [ 120.0617003, 30.2799797 ], [ 120.0618097, 30.2799947 ], [ 120.0619018, 30.2800344 ], [ 120.0619364, 30.2800842 ], [ 120.0619594, 30.2801787 ], [ 120.0618788, 30.280502 ], [ 120.0617406, 30.2810689 ], [ 120.0617003, 30.2811933 ], [ 120.0616369, 30.2813077 ], [ 120.0615332, 30.2816061 ], [ 120.0614929, 30.281805 ], [ 120.0614411, 30.2820786 ], [ 120.0613893, 30.282193 ], [ 120.0613259, 30.2822874 ], [ 120.0612625, 30.2823571 ], [ 120.0611762, 30.2823819 ], [ 120.0610322, 30.2823819 ], [ 120.0609515, 30.2823471 ], [ 120.0609055, 30.2823322 ], [ 120.0607615, 30.2823521 ], [ 120.0606002, 30.282367 ], [ 120.0604159, 30.2823621 ], [ 120.0602432, 30.2823272 ], [ 120.0601683, 30.2822874 ], [ 120.0601222, 30.2822029 ], [ 120.0601222, 30.2821184 ], [ 120.0601107, 30.281994 ], [ 120.060128, 30.2819095 ], [ 120.0601107, 30.2818199 ], [ 120.0600128, 30.2818498 ], [ 120.060007, 30.2819592 ], [ 120.0599264, 30.2820935 ], [ 120.0598458, 30.2821432 ], [ 120.0597075, 30.282178 ], [ 120.0595002, 30.282188 ], [ 120.0591086, 30.2822128 ], [ 120.0589415, 30.282193 ], [ 120.058884, 30.2821581 ], [ 120.0588264, 30.2820985 ], [ 120.0588148, 30.2820139 ], [ 120.0587745, 30.2819493 ], [ 120.0586709, 30.2819194 ], [ 120.0584808, 30.2819294 ], [ 120.0581352, 30.2819343 ], [ 120.0578703, 30.2819095 ], [ 120.0575441, 30.2818823 ], [ 120.0574385, 30.2818701 ], [ 120.0573724, 30.2818625 ], [ 120.0570975, 30.2818378 ], [ 120.0568971, 30.2817884 ], [ 120.0568399, 30.2817538 ], [ 120.0567826, 30.2816796 ], [ 120.0567769, 30.2816005 ], [ 120.0567883, 30.2815164 ] ], [ [ 120.0623395, 30.2796614 ], [ 120.0624087, 30.2792536 ], [ 120.0624547, 30.2791989 ], [ 120.0624432, 30.2790944 ], [ 120.0624547, 30.2789054 ], [ 120.0624778, 30.2787861 ], [ 120.0625238, 30.2787264 ], [ 120.0625181, 30.2786667 ], [ 120.0624835, 30.2786219 ], [ 120.0625123, 30.2785473 ], [ 120.062639, 30.2785822 ], [ 120.0627081, 30.2785921 ], [ 120.0628867, 30.278612 ], [ 120.0629731, 30.2786468 ], [ 120.0631574, 30.2786319 ], [ 120.0632725, 30.2786418 ], [ 120.0633993, 30.2786965 ], [ 120.0636296, 30.2786965 ], [ 120.0637678, 30.2786965 ], [ 120.0639061, 30.2787463 ], [ 120.0640443, 30.2788109 ], [ 120.0641537, 30.2788159 ], [ 120.0641883, 30.2787513 ], [ 120.0641652, 30.2786667 ], [ 120.064194, 30.2785772 ], [ 120.0642689, 30.2785672 ], [ 120.0644014, 30.2786319 ], [ 120.0645108, 30.2786816 ], [ 120.0645626, 30.2787264 ], [ 120.0645684, 30.2788159 ], [ 120.0645511, 30.2789054 ], [ 120.0644762, 30.2791442 ], [ 120.0644071, 30.2792934 ], [ 120.064338, 30.2794177 ], [ 120.0642056, 30.2796415 ], [ 120.0641249, 30.2797659 ], [ 120.0640558, 30.2797957 ], [ 120.0639752, 30.2798206 ], [ 120.0636123, 30.2798454 ], [ 120.0632207, 30.2798504 ], [ 120.0629385, 30.2798405 ], [ 120.0627485, 30.2798206 ], [ 120.0625757, 30.2798057 ], [ 120.0623914, 30.2798156 ], [ 120.0623338, 30.279751 ], [ 120.0623395, 30.2796614 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0604895, 30.2785065 ], [ 120.0605003, 30.2786003 ], [ 120.0605547, 30.2786519 ], [ 120.0611957, 30.2786472 ], [ 120.0613858, 30.2786941 ], [ 120.0614999, 30.278727 ], [ 120.0615325, 30.278802 ], [ 120.0615868, 30.2789005 ], [ 120.0616303, 30.2789522 ], [ 120.0620486, 30.2790319 ], [ 120.0621572, 30.2790225 ], [ 120.0622007, 30.2789709 ], [ 120.0621735, 30.2789193 ], [ 120.0622007, 30.2788208 ], [ 120.0622116, 30.2786801 ], [ 120.0621464, 30.2785628 ], [ 120.0619454, 30.2785299 ], [ 120.061777, 30.2784643 ], [ 120.0616086, 30.2784173 ], [ 120.0614021, 30.2781687 ], [ 120.0612663, 30.2780889 ], [ 120.0611468, 30.2780514 ], [ 120.0609458, 30.2780233 ], [ 120.0606253, 30.2780233 ], [ 120.0605166, 30.2780514 ], [ 120.0604895, 30.2781218 ], [ 120.0604895, 30.2785065 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0560059, 30.2788591 ], [ 120.0562337, 30.2789167 ], [ 120.0564838, 30.2789503 ], [ 120.0566338, 30.2789743 ], [ 120.0567671, 30.2789839 ], [ 120.0568838, 30.2789695 ], [ 120.0569338, 30.2789119 ], [ 120.0569505, 30.2788304 ], [ 120.0569172, 30.2787248 ], [ 120.0568616, 30.2786768 ], [ 120.0567449, 30.2786336 ], [ 120.0565838, 30.2786336 ], [ 120.0564615, 30.2786 ], [ 120.056306, 30.2785616 ], [ 120.0561671, 30.2785425 ], [ 120.0560837, 30.2785425 ], [ 120.056017, 30.2785712 ], [ 120.0559726, 30.2786336 ], [ 120.055967, 30.27872 ], [ 120.0560059, 30.2788591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0553336, 30.2788208 ], [ 120.0553836, 30.2788975 ], [ 120.0554836, 30.2789167 ], [ 120.0555725, 30.2788639 ], [ 120.0555892, 30.278768 ], [ 120.0555503, 30.2786672 ], [ 120.0555058, 30.2786336 ], [ 120.0554058, 30.2786336 ], [ 120.0553336, 30.2786576 ], [ 120.0553169, 30.2787248 ], [ 120.0553336, 30.2788208 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0580992, 30.2791398 ], [ 120.0581752, 30.2793087 ], [ 120.0585827, 30.2793791 ], [ 120.0587457, 30.2794072 ], [ 120.0588108, 30.2793791 ], [ 120.0588489, 30.2792759 ], [ 120.0588652, 30.2790882 ], [ 120.0588597, 30.2789522 ], [ 120.0588489, 30.2788912 ], [ 120.058762, 30.2788677 ], [ 120.0587185, 30.2788114 ], [ 120.0587402, 30.2787786 ], [ 120.058762, 30.2783986 ], [ 120.0587402, 30.2782672 ], [ 120.058675, 30.2782109 ], [ 120.058561, 30.2782109 ], [ 120.0584577, 30.2782062 ], [ 120.0583708, 30.2781968 ], [ 120.0583002, 30.2782109 ], [ 120.0582839, 30.2782766 ], [ 120.0582893, 30.2783939 ], [ 120.0582785, 30.2785628 ], [ 120.0582676, 30.2787035 ], [ 120.0582785, 30.2787692 ], [ 120.0583762, 30.2787833 ], [ 120.0584849, 30.2787786 ], [ 120.0585827, 30.2788114 ], [ 120.0586207, 30.278863 ], [ 120.0583817, 30.2788583 ], [ 120.0582839, 30.2788677 ], [ 120.058159, 30.2789334 ], [ 120.0580829, 30.279046 ], [ 120.0580992, 30.2791398 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0557503, 30.2789599 ], [ 120.0557892, 30.27884 ], [ 120.0557225, 30.2788112 ], [ 120.0557003, 30.2788687 ], [ 120.0556948, 30.2789407 ], [ 120.0557503, 30.2789599 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0656676, 30.2792912 ], [ 120.0657898, 30.2793222 ], [ 120.065833, 30.2794339 ], [ 120.065948, 30.2794029 ], [ 120.0659839, 30.2793656 ], [ 120.0659983, 30.2792849 ], [ 120.0659983, 30.2791484 ], [ 120.0660558, 30.2790366 ], [ 120.0659911, 30.2789311 ], [ 120.0660271, 30.278838 ], [ 120.0660526, 30.2786332 ], [ 120.0660055, 30.2785027 ], [ 120.0660342, 30.2783103 ], [ 120.0660199, 30.2782234 ], [ 120.0659336, 30.2782606 ], [ 120.0658761, 30.2783413 ], [ 120.0658042, 30.2785027 ], [ 120.0657539, 30.2786579 ], [ 120.0656964, 30.2788876 ], [ 120.0656245, 30.2790552 ], [ 120.0656029, 30.2791918 ], [ 120.0656676, 30.2792912 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0697061, 30.2790756 ], [ 120.0698073, 30.2791291 ], [ 120.0699085, 30.2790999 ], [ 120.0699592, 30.27893 ], [ 120.0699873, 30.2788474 ], [ 120.0700041, 30.2787697 ], [ 120.0699479, 30.2787309 ], [ 120.0698242, 30.2787211 ], [ 120.0697736, 30.2787648 ], [ 120.0697286, 30.2788814 ], [ 120.0696892, 30.2789979 ], [ 120.0697061, 30.2790756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0683059, 30.2790987 ], [ 120.068464, 30.2791111 ], [ 120.0685143, 30.2790428 ], [ 120.0685503, 30.2789373 ], [ 120.0685431, 30.2788442 ], [ 120.0684353, 30.2787883 ], [ 120.068349, 30.2788318 ], [ 120.0683059, 30.2789063 ], [ 120.0682699, 30.2790118 ], [ 120.0683059, 30.2790987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0722984, 30.2790174 ], [ 120.0726808, 30.2791145 ], [ 120.072782, 30.2791339 ], [ 120.0728608, 30.2791193 ], [ 120.0728889, 30.2790174 ], [ 120.0728608, 30.2789445 ], [ 120.0727483, 30.2789057 ], [ 120.072439, 30.2788668 ], [ 120.0723153, 30.278896 ], [ 120.0722647, 30.2789494 ], [ 120.0722984, 30.2790174 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0647885, 30.2792652 ], [ 120.0649121, 30.2792977 ], [ 120.0650734, 30.2792838 ], [ 120.0651271, 30.2791631 ], [ 120.0651647, 30.2790703 ], [ 120.0652561, 30.2789914 ], [ 120.0653206, 30.2788939 ], [ 120.0653475, 30.2788382 ], [ 120.0652776, 30.2787825 ], [ 120.0651056, 30.2787407 ], [ 120.0649981, 30.2787268 ], [ 120.0649336, 30.2787593 ], [ 120.0648906, 30.2788521 ], [ 120.0647778, 30.2791167 ], [ 120.0647455, 30.2792002 ], [ 120.0647885, 30.2792652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701279, 30.2791922 ], [ 120.0702403, 30.2792796 ], [ 120.070454, 30.2793136 ], [ 120.0705046, 30.2792602 ], [ 120.0705271, 30.2791436 ], [ 120.0705496, 30.2790174 ], [ 120.0706058, 30.2789057 ], [ 120.0706058, 30.2788377 ], [ 120.0705102, 30.2788086 ], [ 120.0702741, 30.2787648 ], [ 120.0701953, 30.2787988 ], [ 120.070156, 30.2789348 ], [ 120.0701279, 30.2790999 ], [ 120.0701279, 30.2791922 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0706058, 30.2793622 ], [ 120.0708083, 30.2793864 ], [ 120.0708589, 30.2793087 ], [ 120.0709095, 30.279197 ], [ 120.0709376, 30.2790514 ], [ 120.0709432, 30.2789105 ], [ 120.0709151, 30.2788814 ], [ 120.0708139, 30.278862 ], [ 120.0707408, 30.2788814 ], [ 120.070707, 30.2789251 ], [ 120.0706958, 30.2790174 ], [ 120.0706846, 30.2791193 ], [ 120.0706396, 30.2792116 ], [ 120.0706002, 30.2792893 ], [ 120.0706058, 30.2793622 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0661565, 30.279465 ], [ 120.0666669, 30.2795767 ], [ 120.0667387, 30.2795457 ], [ 120.0668106, 30.2794588 ], [ 120.0668466, 30.2793843 ], [ 120.0668825, 30.2792725 ], [ 120.0669544, 30.2792539 ], [ 120.066976, 30.2793284 ], [ 120.0669185, 30.2794277 ], [ 120.0670694, 30.2794836 ], [ 120.0672635, 30.2795767 ], [ 120.0673282, 30.2796388 ], [ 120.0673785, 30.2797195 ], [ 120.0674432, 30.2796698 ], [ 120.0674792, 30.2795084 ], [ 120.0675295, 30.2793284 ], [ 120.0676014, 30.279167 ], [ 120.0676589, 30.2790428 ], [ 120.0676301, 30.2789808 ], [ 120.0675523, 30.278922 ], [ 120.0673681, 30.2788737 ], [ 120.0672933, 30.2787504 ], [ 120.0672142, 30.2787343 ], [ 120.0671719, 30.278778 ], [ 120.0671413, 30.2788318 ], [ 120.067091, 30.2789311 ], [ 120.0670478, 30.2790801 ], [ 120.0669903, 30.2790925 ], [ 120.0669544, 30.2790552 ], [ 120.0670191, 30.2787448 ], [ 120.0670621, 30.2786818 ], [ 120.0670023, 30.2786409 ], [ 120.0669051, 30.2785795 ], [ 120.0667929, 30.2785476 ], [ 120.0667747, 30.27872 ], [ 120.0667172, 30.278869 ], [ 120.0666381, 30.2789745 ], [ 120.0665662, 30.279018 ], [ 120.0664584, 30.2790677 ], [ 120.0664009, 30.2791546 ], [ 120.0662499, 30.2791608 ], [ 120.0661852, 30.2792291 ], [ 120.0661277, 30.2793594 ], [ 120.0661565, 30.279465 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0711119, 30.2794059 ], [ 120.0711906, 30.2794447 ], [ 120.0713144, 30.2794496 ], [ 120.0713425, 30.2793961 ], [ 120.0713481, 30.2793184 ], [ 120.0713706, 30.2791679 ], [ 120.0714381, 30.2790611 ], [ 120.0714606, 30.2789591 ], [ 120.071365, 30.2789202 ], [ 120.0712356, 30.2789348 ], [ 120.0712019, 30.2790319 ], [ 120.0711344, 30.2792456 ], [ 120.0711119, 30.2793476 ], [ 120.0711119, 30.2794059 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.073946, 30.2793379 ], [ 120.0739348, 30.2794398 ], [ 120.0739854, 30.2794836 ], [ 120.0740473, 30.2794738 ], [ 120.074081, 30.279367 ], [ 120.0741147, 30.2791922 ], [ 120.0740922, 30.2791242 ], [ 120.0740079, 30.2791096 ], [ 120.0739573, 30.2791485 ], [ 120.0739348, 30.279231 ], [ 120.073946, 30.2793379 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0626395, 30.2791817 ], [ 120.0627768, 30.279152 ], [ 120.0629141, 30.2791372 ], [ 120.0630571, 30.2791372 ], [ 120.0631716, 30.2791174 ], [ 120.0632059, 30.2790483 ], [ 120.0632631, 30.2789 ], [ 120.0632631, 30.278816 ], [ 120.063223, 30.2787419 ], [ 120.0630857, 30.2787271 ], [ 120.062977, 30.2787221 ], [ 120.062834, 30.2786876 ], [ 120.0627367, 30.2786579 ], [ 120.0626566, 30.2786727 ], [ 120.062628, 30.2787221 ], [ 120.0626223, 30.2788407 ], [ 120.0625765, 30.2791421 ], [ 120.0626395, 30.2791817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0592346, 30.2785487 ], [ 120.0592943, 30.2786425 ], [ 120.059403, 30.2786988 ], [ 120.0593867, 30.2788161 ], [ 120.0593378, 30.2789005 ], [ 120.0593595, 30.2790507 ], [ 120.0593812, 30.2791633 ], [ 120.0595171, 30.2792055 ], [ 120.0596148, 30.2792618 ], [ 120.0596257, 30.2795057 ], [ 120.0597995, 30.2795667 ], [ 120.0598321, 30.2793791 ], [ 120.0598213, 30.2792618 ], [ 120.0598321, 30.2787645 ], [ 120.0597561, 30.2787035 ], [ 120.0596963, 30.2783376 ], [ 120.0595985, 30.2783141 ], [ 120.0594084, 30.2783047 ], [ 120.0592617, 30.2783329 ], [ 120.0592237, 30.2783892 ], [ 120.0592346, 30.2785487 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.055867, 30.2791039 ], [ 120.0559559, 30.2790703 ], [ 120.0559726, 30.2789791 ], [ 120.0559504, 30.2789119 ], [ 120.0559003, 30.2788735 ], [ 120.0558837, 30.2789695 ], [ 120.0558503, 30.2790655 ], [ 120.055867, 30.2791039 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0634748, 30.2791471 ], [ 120.0636064, 30.2791767 ], [ 120.0636979, 30.2791767 ], [ 120.0637552, 30.2791273 ], [ 120.0638009, 30.2790384 ], [ 120.0638181, 30.2789741 ], [ 120.0637895, 30.2789297 ], [ 120.0636808, 30.2789198 ], [ 120.0636121, 30.2788803 ], [ 120.0635377, 30.2788309 ], [ 120.0634634, 30.2788061 ], [ 120.063389, 30.2788111 ], [ 120.0633432, 30.2788803 ], [ 120.0633203, 30.278984 ], [ 120.0633146, 30.2791372 ], [ 120.0634748, 30.2791471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0597995, 30.2785956 ], [ 120.0598213, 30.2786988 ], [ 120.0599354, 30.2787457 ], [ 120.0599191, 30.2787973 ], [ 120.0598865, 30.2788536 ], [ 120.0598756, 30.2792712 ], [ 120.059881, 30.2793509 ], [ 120.0599136, 30.2794307 ], [ 120.0600712, 30.2794682 ], [ 120.0599136, 30.2794729 ], [ 120.0598702, 30.2795057 ], [ 120.0598376, 30.2796887 ], [ 120.0598267, 30.2797919 ], [ 120.059881, 30.2798529 ], [ 120.0601744, 30.2798857 ], [ 120.0602341, 30.2798576 ], [ 120.0602504, 30.279745 ], [ 120.060245, 30.2796089 ], [ 120.0602124, 30.2795292 ], [ 120.0601853, 30.2794635 ], [ 120.0602667, 30.2794166 ], [ 120.0602885, 30.2788771 ], [ 120.0602885, 30.2782766 ], [ 120.0601853, 30.2782531 ], [ 120.0598702, 30.278286 ], [ 120.0597887, 30.2783141 ], [ 120.059767, 30.2783704 ], [ 120.0597995, 30.2785956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0561226, 30.2792286 ], [ 120.0561948, 30.2792574 ], [ 120.0563004, 30.2793054 ], [ 120.0564171, 30.279339 ], [ 120.0566671, 30.2793774 ], [ 120.0568227, 30.2793822 ], [ 120.0568783, 30.2793582 ], [ 120.0569061, 30.2792862 ], [ 120.0569172, 30.2791327 ], [ 120.0568949, 30.2790607 ], [ 120.0567949, 30.2790415 ], [ 120.056606, 30.2790127 ], [ 120.0563615, 30.2789983 ], [ 120.0562282, 30.2789839 ], [ 120.0561448, 30.2789647 ], [ 120.0560893, 30.2789887 ], [ 120.0560782, 30.2790991 ], [ 120.0561226, 30.2792286 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0557225, 30.2792286 ], [ 120.0558948, 30.2791998 ], [ 120.0558781, 30.2791566 ], [ 120.0557948, 30.2791614 ], [ 120.0557225, 30.2791806 ], [ 120.0557225, 30.2792286 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0637208, 30.2796461 ], [ 120.0639154, 30.2796461 ], [ 120.0640126, 30.2796263 ], [ 120.064087, 30.2795621 ], [ 120.0641328, 30.2794633 ], [ 120.0641728, 30.2793595 ], [ 120.0642701, 30.2792657 ], [ 120.0643559, 30.2791125 ], [ 120.0643845, 30.2790038 ], [ 120.0643731, 30.2789346 ], [ 120.064333, 30.2789099 ], [ 120.0642129, 30.2789 ], [ 120.0641328, 30.2789247 ], [ 120.0640641, 30.2790137 ], [ 120.0640069, 30.2791026 ], [ 120.0639096, 30.2791915 ], [ 120.0638467, 30.2792558 ], [ 120.0637895, 30.2793052 ], [ 120.0637494, 30.2793842 ], [ 120.0637151, 30.2795325 ], [ 120.0637208, 30.2796461 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0603808, 30.2797309 ], [ 120.0604351, 30.2797731 ], [ 120.0605384, 30.2797966 ], [ 120.0606905, 30.2797919 ], [ 120.0607774, 30.2797731 ], [ 120.0608154, 30.2797309 ], [ 120.0608317, 30.2796652 ], [ 120.0608969, 30.2790929 ], [ 120.0609186, 30.2789897 ], [ 120.0608915, 30.2789381 ], [ 120.0608263, 30.2789099 ], [ 120.0604949, 30.2788771 ], [ 120.0604297, 30.2789146 ], [ 120.0603971, 30.2789803 ], [ 120.0603482, 30.2796277 ], [ 120.0603808, 30.2797309 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0551947, 30.2797276 ], [ 120.0553058, 30.2797564 ], [ 120.0554058, 30.2797372 ], [ 120.055467, 30.2797085 ], [ 120.0555225, 30.2796845 ], [ 120.0555614, 30.2796221 ], [ 120.0555281, 30.2795261 ], [ 120.0555225, 30.279411 ], [ 120.0555559, 30.2791279 ], [ 120.0555614, 30.2790463 ], [ 120.0555058, 30.2790079 ], [ 120.0553892, 30.2790079 ], [ 120.0552947, 30.2790079 ], [ 120.0552391, 30.2790655 ], [ 120.0552169, 30.2791566 ], [ 120.055228, 30.2792766 ], [ 120.0552225, 30.2794685 ], [ 120.0552169, 30.2795549 ], [ 120.0551947, 30.2796269 ], [ 120.0551669, 30.2796653 ], [ 120.0551947, 30.2797276 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0613858, 30.2797215 ], [ 120.0614293, 30.2797825 ], [ 120.0615542, 30.2798013 ], [ 120.0617498, 30.2797731 ], [ 120.0618041, 30.2797309 ], [ 120.0618204, 30.2796652 ], [ 120.0618258, 30.2795526 ], [ 120.0618747, 30.2793884 ], [ 120.0619399, 30.2792571 ], [ 120.0619671, 30.2791586 ], [ 120.0619454, 30.2790788 ], [ 120.0618747, 30.2790413 ], [ 120.0615923, 30.2790085 ], [ 120.0615216, 30.2790085 ], [ 120.0614673, 30.2790554 ], [ 120.0613695, 30.2796465 ], [ 120.0613858, 30.2797215 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0610001, 30.2798013 ], [ 120.0612554, 30.2797778 ], [ 120.061288, 30.2797215 ], [ 120.0613098, 30.2796324 ], [ 120.0613478, 30.2794776 ], [ 120.0614021, 30.2791117 ], [ 120.061375, 30.2790601 ], [ 120.0611903, 30.2790507 ], [ 120.0610381, 30.2790601 ], [ 120.0609893, 30.2790835 ], [ 120.0609675, 30.2791586 ], [ 120.0609349, 30.2797638 ], [ 120.0610001, 30.2798013 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0545779, 30.2795261 ], [ 120.0546113, 30.2795789 ], [ 120.0546724, 30.2796317 ], [ 120.0548169, 30.2796413 ], [ 120.0549391, 30.2796317 ], [ 120.0550947, 30.2796413 ], [ 120.0551558, 30.2795933 ], [ 120.055178, 30.2794733 ], [ 120.055178, 30.2793774 ], [ 120.0551558, 30.2792862 ], [ 120.0550947, 30.2792526 ], [ 120.054978, 30.279243 ], [ 120.054828, 30.2792382 ], [ 120.0547002, 30.2792478 ], [ 120.0546279, 30.279267 ], [ 120.0545779, 30.2793198 ], [ 120.0545668, 30.2793918 ], [ 120.0545779, 30.2795261 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0635377, 30.2796955 ], [ 120.0635721, 30.279656 ], [ 120.0636178, 30.2796066 ], [ 120.0636693, 30.2794831 ], [ 120.0636979, 30.27932 ], [ 120.0636636, 30.2792657 ], [ 120.0635663, 30.279241 ], [ 120.0634119, 30.2792459 ], [ 120.0633089, 30.2792459 ], [ 120.063223, 30.2793101 ], [ 120.0631487, 30.2797005 ], [ 120.0635377, 30.2796955 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0629942, 30.279735 ], [ 120.0630457, 30.2797153 ], [ 120.0630628, 30.2796165 ], [ 120.06308, 30.2795078 ], [ 120.0631201, 30.2793941 ], [ 120.0631372, 30.2793052 ], [ 120.0630686, 30.2792657 ], [ 120.0629141, 30.2792558 ], [ 120.0628569, 30.2792953 ], [ 120.0628283, 30.2793842 ], [ 120.0627882, 30.2797054 ], [ 120.0629942, 30.279735 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0624621, 30.2797301 ], [ 120.0625822, 30.2797548 ], [ 120.0626509, 30.2797548 ], [ 120.0626909, 30.2796955 ], [ 120.0627424, 30.2794534 ], [ 120.0627482, 30.2793595 ], [ 120.062731, 30.2793101 ], [ 120.0626623, 30.2792805 ], [ 120.0625822, 30.2792805 ], [ 120.0625422, 30.2793101 ], [ 120.0625136, 30.2793645 ], [ 120.0624621, 30.2795078 ], [ 120.0624449, 30.279656 ], [ 120.0624621, 30.2797301 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0560837, 30.2795885 ], [ 120.0561782, 30.2796509 ], [ 120.0563115, 30.2796749 ], [ 120.0564449, 30.2796797 ], [ 120.0565893, 30.2797133 ], [ 120.0567005, 30.2797181 ], [ 120.056806, 30.2796941 ], [ 120.0568505, 30.2796221 ], [ 120.0568727, 30.2795213 ], [ 120.0568172, 30.2794685 ], [ 120.0566782, 30.2794397 ], [ 120.0564893, 30.2794206 ], [ 120.0563449, 30.2793822 ], [ 120.0561893, 30.2793534 ], [ 120.0561059, 30.2793726 ], [ 120.0560837, 30.2794589 ], [ 120.0560782, 30.2795261 ], [ 120.0560837, 30.2795885 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0537689, 30.2797857 ], [ 120.0537893, 30.2798562 ], [ 120.0538505, 30.2798782 ], [ 120.054075, 30.2798518 ], [ 120.054121, 30.2797945 ], [ 120.0541312, 30.2797505 ], [ 120.0541312, 30.2796844 ], [ 120.0541005, 30.2796403 ], [ 120.0540291, 30.2796271 ], [ 120.0538709, 30.2796535 ], [ 120.0537893, 30.2796755 ], [ 120.0537587, 30.2797108 ], [ 120.0537689, 30.2797857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0581393, 30.2798094 ], [ 120.0581332, 30.2799042 ], [ 120.0581617, 30.2799551 ], [ 120.0582694, 30.2799726 ], [ 120.0585132, 30.2800024 ], [ 120.058629, 30.2799796 ], [ 120.0587002, 30.2799744 ], [ 120.0587814, 30.2800165 ], [ 120.0589054, 30.2799989 ], [ 120.0589684, 30.2799182 ], [ 120.0589582, 30.2797848 ], [ 120.0589277, 30.2797024 ], [ 120.0588485, 30.2796164 ], [ 120.0586961, 30.2795936 ], [ 120.0585132, 30.2795585 ], [ 120.0583486, 30.2795111 ], [ 120.0582003, 30.2795076 ], [ 120.0581353, 30.279583 ], [ 120.0581089, 30.2796901 ], [ 120.0581393, 30.2798094 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0571141, 30.2798967 ], [ 120.0572, 30.2799245 ], [ 120.0573234, 30.279899 ], [ 120.0575192, 30.279899 ], [ 120.0577418, 30.2799152 ], [ 120.0579377, 30.2799222 ], [ 120.0579591, 30.279855 ], [ 120.0579323, 30.2797878 ], [ 120.0577204, 30.2797693 ], [ 120.0575111, 30.2797345 ], [ 120.0573556, 30.2797067 ], [ 120.0571892, 30.2797044 ], [ 120.0571141, 30.2797808 ], [ 120.0571061, 30.2798411 ], [ 120.0571141, 30.2798967 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0721578, 30.279401 ], [ 120.0721747, 30.2794641 ], [ 120.0724109, 30.279503 ], [ 120.0724615, 30.279469 ], [ 120.0724727, 30.2793913 ], [ 120.0725121, 30.2792893 ], [ 120.0725177, 30.279197 ], [ 120.0724727, 30.2791582 ], [ 120.0723434, 30.2791291 ], [ 120.0722085, 30.2791291 ], [ 120.0721578, 30.2791728 ], [ 120.0721354, 30.2792747 ], [ 120.0721578, 30.279401 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0734175, 30.2793816 ], [ 120.0736761, 30.2794204 ], [ 120.0736593, 30.2793573 ], [ 120.0735524, 30.279299 ], [ 120.0734456, 30.279265 ], [ 120.0733781, 30.279265 ], [ 120.0733612, 30.279299 ], [ 120.0734175, 30.2793816 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0726246, 30.279906 ], [ 120.0726921, 30.2797943 ], [ 120.0727314, 30.2796924 ], [ 120.0727539, 30.2795952 ], [ 120.0728214, 30.2795224 ], [ 120.072782, 30.2794496 ], [ 120.0727708, 30.2793233 ], [ 120.0726808, 30.2792893 ], [ 120.0726358, 30.2793379 ], [ 120.0725965, 30.2794787 ], [ 120.0725852, 30.2796341 ], [ 120.0725458, 30.2798041 ], [ 120.072529, 30.2799206 ], [ 120.0726246, 30.279906 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0695936, 30.2793864 ], [ 120.0697061, 30.2794301 ], [ 120.0699648, 30.2794738 ], [ 120.0700604, 30.2795127 ], [ 120.0701616, 30.2795661 ], [ 120.0702965, 30.2796098 ], [ 120.0705159, 30.2796147 ], [ 120.0707295, 30.2796535 ], [ 120.0707745, 30.2797166 ], [ 120.0708364, 30.2798138 ], [ 120.0709264, 30.2798138 ], [ 120.0709826, 30.2796875 ], [ 120.0710332, 30.279639 ], [ 120.0711063, 30.2796778 ], [ 120.0710894, 30.2797895 ], [ 120.0710557, 30.27994 ], [ 120.0710332, 30.2800226 ], [ 120.0710726, 30.2801003 ], [ 120.0711906, 30.2801003 ], [ 120.0712356, 30.2800371 ], [ 120.0712862, 30.2799255 ], [ 120.0712975, 30.2798526 ], [ 120.0713031, 30.2797604 ], [ 120.0713537, 30.2797166 ], [ 120.0715055, 30.2796924 ], [ 120.071663, 30.2796729 ], [ 120.0717642, 30.279639 ], [ 120.0718429, 30.279571 ], [ 120.0719104, 30.2794787 ], [ 120.0718823, 30.2793864 ], [ 120.0717755, 30.2793816 ], [ 120.0717305, 30.2794253 ], [ 120.0717192, 30.2795175 ], [ 120.0716518, 30.2795952 ], [ 120.0715337, 30.279639 ], [ 120.0714043, 30.2796341 ], [ 120.0712356, 30.2795661 ], [ 120.0710782, 30.2795418 ], [ 120.0710107, 30.2794787 ], [ 120.0708982, 30.2794738 ], [ 120.070842, 30.2794981 ], [ 120.0708026, 30.2795564 ], [ 120.070752, 30.2795758 ], [ 120.0705608, 30.279571 ], [ 120.0704484, 30.2795175 ], [ 120.0703303, 30.2794836 ], [ 120.0702066, 30.2794836 ], [ 120.0700941, 30.2793573 ], [ 120.069976, 30.2793524 ], [ 120.0698579, 30.2793622 ], [ 120.0697567, 30.2792942 ], [ 120.0696667, 30.2792699 ], [ 120.069588, 30.2793039 ], [ 120.0695936, 30.2793864 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0693631, 30.2798235 ], [ 120.0694474, 30.2798769 ], [ 120.0696499, 30.2799157 ], [ 120.0698411, 30.2799109 ], [ 120.0698748, 30.2797895 ], [ 120.0698804, 30.2796875 ], [ 120.0698411, 30.2796438 ], [ 120.0696949, 30.2796098 ], [ 120.0695262, 30.2795564 ], [ 120.0694474, 30.2795807 ], [ 120.0693856, 30.2796487 ], [ 120.0693518, 30.2797458 ], [ 120.0693631, 30.2798235 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0720622, 30.279872 ], [ 120.0721129, 30.2799303 ], [ 120.0723434, 30.2799983 ], [ 120.0724109, 30.2799837 ], [ 120.0724559, 30.27994 ], [ 120.072484, 30.2798186 ], [ 120.0725009, 30.2796147 ], [ 120.0724615, 30.2795515 ], [ 120.0722984, 30.2795175 ], [ 120.0721522, 30.2795321 ], [ 120.0720847, 30.2795613 ], [ 120.0720454, 30.2796195 ], [ 120.0720173, 30.2797943 ], [ 120.0720622, 30.279872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0644016, 30.2798639 ], [ 120.0644392, 30.2799799 ], [ 120.0644983, 30.2800217 ], [ 120.0645682, 30.2800449 ], [ 120.0646972, 30.2800031 ], [ 120.0648369, 30.2799845 ], [ 120.0649121, 30.280017 ], [ 120.064982, 30.280017 ], [ 120.0650035, 30.2799567 ], [ 120.0650035, 30.2798453 ], [ 120.065025, 30.2797339 ], [ 120.0650035, 30.2796968 ], [ 120.0649229, 30.2796736 ], [ 120.0647939, 30.2796782 ], [ 120.0647079, 30.2796782 ], [ 120.0646166, 30.2796458 ], [ 120.0645413, 30.2796643 ], [ 120.0644446, 30.2797107 ], [ 120.0644016, 30.2797803 ], [ 120.0644016, 30.2798639 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0726133, 30.2801974 ], [ 120.0726639, 30.2802508 ], [ 120.0727764, 30.2802702 ], [ 120.072917, 30.2803625 ], [ 120.0730801, 30.2803042 ], [ 120.0730913, 30.2802362 ], [ 120.0730801, 30.2801197 ], [ 120.0730294, 30.2800323 ], [ 120.0729563, 30.2799546 ], [ 120.0728495, 30.2799157 ], [ 120.0727033, 30.2799303 ], [ 120.0726302, 30.279974 ], [ 120.0725908, 30.2800274 ], [ 120.0725571, 30.2800906 ], [ 120.0725515, 30.2801488 ], [ 120.0726133, 30.2801974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0702066, 30.2807607 ], [ 120.0703359, 30.2808093 ], [ 120.0704371, 30.2807996 ], [ 120.0704934, 30.2808238 ], [ 120.0705721, 30.2807607 ], [ 120.0706733, 30.2803965 ], [ 120.0706958, 30.2802508 ], [ 120.0706733, 30.280178 ], [ 120.0705327, 30.280144 ], [ 120.0705046, 30.2800371 ], [ 120.0705496, 30.2799643 ], [ 120.0706115, 30.2798866 ], [ 120.0706115, 30.2798235 ], [ 120.0705552, 30.2797604 ], [ 120.0704765, 30.2797409 ], [ 120.0704146, 30.2797652 ], [ 120.0703978, 30.279838 ], [ 120.0704146, 30.2799255 ], [ 120.0704371, 30.2799837 ], [ 120.0703809, 30.2800566 ], [ 120.0702516, 30.280076 ], [ 120.0702459, 30.2801197 ], [ 120.0703697, 30.280178 ], [ 120.0705327, 30.2802071 ], [ 120.0706058, 30.2802557 ], [ 120.0705777, 30.2803916 ], [ 120.0705159, 30.2806636 ], [ 120.0704484, 30.2807073 ], [ 120.0703359, 30.2807073 ], [ 120.0702178, 30.2806781 ], [ 120.070156, 30.2807073 ], [ 120.0702066, 30.2807607 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0714999, 30.280581 ], [ 120.0715674, 30.2803674 ], [ 120.0716011, 30.2802945 ], [ 120.0717586, 30.280246 ], [ 120.0718204, 30.2802557 ], [ 120.0718711, 30.2802897 ], [ 120.0719723, 30.2803674 ], [ 120.0720454, 30.2804062 ], [ 120.0720847, 30.2805276 ], [ 120.0720847, 30.2806587 ], [ 120.0720229, 30.2808093 ], [ 120.0719948, 30.2809307 ], [ 120.0719554, 30.2810763 ], [ 120.0720285, 30.2810715 ], [ 120.072096, 30.2807704 ], [ 120.0722141, 30.2807364 ], [ 120.0722197, 30.2806393 ], [ 120.0721241, 30.2806053 ], [ 120.0721185, 30.2804985 ], [ 120.0721635, 30.2804548 ], [ 120.0721354, 30.2803868 ], [ 120.0720633, 30.2802913 ], [ 120.0719835, 30.280212 ], [ 120.0719329, 30.280144 ], [ 120.0719048, 30.2800371 ], [ 120.0720173, 30.2795904 ], [ 120.0719329, 30.2795952 ], [ 120.0718936, 30.2796487 ], [ 120.0718711, 30.2797458 ], [ 120.0718598, 30.2798623 ], [ 120.0718373, 30.2800517 ], [ 120.0717815, 30.2801916 ], [ 120.0716688, 30.2802136 ], [ 120.0715897, 30.2802136 ], [ 120.0715582, 30.28018 ], [ 120.0715428, 30.2801314 ], [ 120.071579, 30.2800792 ], [ 120.0717265, 30.2800289 ], [ 120.0716349, 30.2800032 ], [ 120.0715337, 30.280008 ], [ 120.0714774, 30.280042 ], [ 120.0714606, 30.2801051 ], [ 120.0714774, 30.2801586 ], [ 120.0714887, 30.2802508 ], [ 120.07141, 30.2805519 ], [ 120.0714999, 30.280581 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0582145, 30.2800937 ], [ 120.0583913, 30.280113 ], [ 120.058499, 30.2801288 ], [ 120.058627, 30.2801288 ], [ 120.0587479, 30.2801218 ], [ 120.0588207, 30.2801169 ], [ 120.0588079, 30.2800991 ], [ 120.0587901, 30.2800744 ], [ 120.0586778, 30.2800656 ], [ 120.0585701, 30.2800445 ], [ 120.0584197, 30.2800305 ], [ 120.0582694, 30.2800147 ], [ 120.0581739, 30.2800165 ], [ 120.0581556, 30.2800533 ], [ 120.0582145, 30.2800937 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0533301, 30.2801162 ], [ 120.0533556, 30.2801911 ], [ 120.0534066, 30.280266 ], [ 120.0534729, 30.2803673 ], [ 120.0535495, 30.2804202 ], [ 120.0536923, 30.2804511 ], [ 120.0539067, 30.2804511 ], [ 120.0539322, 30.2803717 ], [ 120.0538454, 30.2803717 ], [ 120.0537026, 30.2803409 ], [ 120.0536056, 30.2802924 ], [ 120.0535291, 30.2801735 ], [ 120.053524, 30.2800809 ], [ 120.053524, 30.2800148 ], [ 120.0534627, 30.2799443 ], [ 120.0533862, 30.2799267 ], [ 120.0533199, 30.2799487 ], [ 120.0532995, 30.2800104 ], [ 120.0533301, 30.2801162 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0570581, 30.2802385 ], [ 120.0572044, 30.2803491 ], [ 120.0575092, 30.2803784 ], [ 120.0577631, 30.2803784 ], [ 120.057908, 30.2802971 ], [ 120.0579508, 30.2801707 ], [ 120.0579151, 30.2800319 ], [ 120.057758, 30.2800073 ], [ 120.0576259, 30.2800196 ], [ 120.0575366, 30.2801059 ], [ 120.0573795, 30.2801059 ], [ 120.0572402, 30.2800381 ], [ 120.0571117, 30.2800443 ], [ 120.0570546, 30.2801306 ], [ 120.0570581, 30.2802385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0614331, 30.2803341 ], [ 120.0614799, 30.2803779 ], [ 120.061681, 30.2803972 ], [ 120.0617806, 30.2803797 ], [ 120.0618253, 30.2802849 ], [ 120.06187, 30.2801814 ], [ 120.0618721, 30.2800831 ], [ 120.0618436, 30.2800603 ], [ 120.0617014, 30.2800621 ], [ 120.0615266, 30.2800691 ], [ 120.0614596, 30.2801639 ], [ 120.061423, 30.2802551 ], [ 120.0614331, 30.2803341 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0631709, 30.2804254 ], [ 120.0634987, 30.2804811 ], [ 120.0636599, 30.2804858 ], [ 120.0637459, 30.2804626 ], [ 120.063805, 30.2804579 ], [ 120.0638427, 30.2804069 ], [ 120.063891, 30.2803001 ], [ 120.0639125, 30.280198 ], [ 120.0639448, 30.2801284 ], [ 120.0639878, 30.2801238 ], [ 120.06402, 30.2801563 ], [ 120.0639985, 30.2802862 ], [ 120.0639555, 30.2804022 ], [ 120.063977, 30.2804579 ], [ 120.0640899, 30.2804997 ], [ 120.064278, 30.2805183 ], [ 120.0643371, 30.2804858 ], [ 120.0643693, 30.2804208 ], [ 120.0643962, 30.2802862 ], [ 120.0644016, 30.280212 ], [ 120.064364, 30.2801516 ], [ 120.0641974, 30.2800124 ], [ 120.0641383, 30.2799753 ], [ 120.0640576, 30.279966 ], [ 120.063848, 30.2799799 ], [ 120.0634665, 30.2799706 ], [ 120.0633697, 30.2799753 ], [ 120.0632999, 30.2800031 ], [ 120.0632246, 30.2800634 ], [ 120.0631816, 30.2801238 ], [ 120.0631655, 30.280198 ], [ 120.0631386, 30.2803558 ], [ 120.0631709, 30.2804254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0580365, 30.2802909 ], [ 120.0581187, 30.2802817 ], [ 120.0583222, 30.2802879 ], [ 120.0585257, 30.2803279 ], [ 120.0587293, 30.280365 ], [ 120.0588185, 30.2803619 ], [ 120.0588221, 30.2802755 ], [ 120.0587685, 30.2802231 ], [ 120.0584722, 30.2801923 ], [ 120.0582472, 30.2801799 ], [ 120.0581044, 30.2801769 ], [ 120.0580401, 30.2802139 ], [ 120.0580151, 30.280257 ], [ 120.0580365, 30.2802909 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0621713, 30.2805786 ], [ 120.0622035, 30.2806297 ], [ 120.0623755, 30.2806621 ], [ 120.062569, 30.2806993 ], [ 120.0626281, 30.2806853 ], [ 120.0626818, 30.2806343 ], [ 120.062698, 30.2805508 ], [ 120.0626872, 30.2804394 ], [ 120.0627195, 30.2803187 ], [ 120.0627893, 30.2801841 ], [ 120.0628001, 30.2800959 ], [ 120.0627678, 30.2800356 ], [ 120.0626711, 30.280017 ], [ 120.062397, 30.280017 ], [ 120.0623056, 30.2799892 ], [ 120.0622764, 30.2799444 ], [ 120.0622272, 30.2799614 ], [ 120.0621776, 30.280087 ], [ 120.0621601, 30.2801661 ], [ 120.0621874, 30.2802259 ], [ 120.0621605, 30.2803512 ], [ 120.062139, 30.2804951 ], [ 120.0621713, 30.2805786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0604517, 30.2802586 ], [ 120.06047, 30.2802902 ], [ 120.0604598, 30.2803341 ], [ 120.0606061, 30.2803797 ], [ 120.0606508, 30.28032 ], [ 120.0606773, 30.2802639 ], [ 120.060725, 30.2802095 ], [ 120.0607928, 30.2802284 ], [ 120.060845, 30.2802904 ], [ 120.0608139, 30.2803981 ], [ 120.06085, 30.280499 ], [ 120.0608418, 30.2805464 ], [ 120.0607728, 30.2805675 ], [ 120.0607565, 30.2806306 ], [ 120.0607687, 30.2806763 ], [ 120.0608479, 30.2806745 ], [ 120.0608967, 30.2805973 ], [ 120.0609353, 30.2805569 ], [ 120.0610593, 30.2805797 ], [ 120.0611771, 30.2805885 ], [ 120.0612564, 30.2805604 ], [ 120.061295, 30.2804692 ], [ 120.0613397, 30.280292 ], [ 120.0613742, 30.2801428 ], [ 120.0613661, 30.2800481 ], [ 120.0613072, 30.2800288 ], [ 120.0611974, 30.2800498 ], [ 120.0611405, 30.2801498 ], [ 120.061106, 30.2802305 ], [ 120.0610425, 30.2805289 ], [ 120.0609389, 30.2805147 ], [ 120.0609028, 30.2805078 ], [ 120.0609739, 30.2801884 ], [ 120.0610227, 30.2801972 ], [ 120.0610369, 30.2801218 ], [ 120.061041, 30.2800358 ], [ 120.0609577, 30.2800217 ], [ 120.0607748, 30.2800165 ], [ 120.0606549, 30.2799814 ], [ 120.0605391, 30.2799884 ], [ 120.0604659, 30.280034 ], [ 120.0604172, 30.2802446 ], [ 120.0604517, 30.2802586 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0592447, 30.2804604 ], [ 120.0592854, 30.2805131 ], [ 120.0593992, 30.2805253 ], [ 120.0594845, 30.2805446 ], [ 120.0595617, 30.2804938 ], [ 120.059578, 30.280406 ], [ 120.0596084, 30.2803446 ], [ 120.0596023, 30.2802692 ], [ 120.0595576, 30.2802042 ], [ 120.0594906, 30.2801639 ], [ 120.0594032, 30.2801393 ], [ 120.0593138, 30.2801463 ], [ 120.0592488, 30.280213 ], [ 120.0592528, 30.2803253 ], [ 120.0592325, 30.2803867 ], [ 120.0592447, 30.2804604 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0557503, 30.2804234 ], [ 120.0558281, 30.280457 ], [ 120.0558837, 30.2803946 ], [ 120.0558726, 30.280337 ], [ 120.0558337, 30.280313 ], [ 120.055767, 30.2803274 ], [ 120.0557337, 30.2803802 ], [ 120.0557503, 30.2804234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.058881, 30.2806534 ], [ 120.0589257, 30.2806166 ], [ 120.0589785, 30.2805166 ], [ 120.0590578, 30.280406 ], [ 120.0591208, 30.2802463 ], [ 120.0590781, 30.2801691 ], [ 120.0590334, 30.2802341 ], [ 120.0589765, 30.2802744 ], [ 120.0589054, 30.2803078 ], [ 120.0588891, 30.2803779 ], [ 120.0588973, 30.2804481 ], [ 120.0588627, 30.2805359 ], [ 120.058881, 30.2806534 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0596755, 30.2804745 ], [ 120.0597202, 30.2805183 ], [ 120.0599356, 30.2805604 ], [ 120.0600555, 30.2805552 ], [ 120.0601327, 30.2805131 ], [ 120.0601449, 30.2804201 ], [ 120.0601225, 30.2803832 ], [ 120.0600717, 30.2803674 ], [ 120.05996, 30.2804043 ], [ 120.0598828, 30.2803902 ], [ 120.0597852, 30.2803674 ], [ 120.0597039, 30.2803639 ], [ 120.0596633, 30.2804095 ], [ 120.0596755, 30.2804745 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0579223, 30.2805654 ], [ 120.0580008, 30.2806024 ], [ 120.0583043, 30.2806055 ], [ 120.058515, 30.2806456 ], [ 120.0587114, 30.280661 ], [ 120.0587971, 30.2806332 ], [ 120.05879, 30.2805592 ], [ 120.0586864, 30.280516 ], [ 120.0584757, 30.2804914 ], [ 120.0582972, 30.2804945 ], [ 120.0581187, 30.2804359 ], [ 120.0579687, 30.2804451 ], [ 120.0579223, 30.2805037 ], [ 120.0579223, 30.2805654 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0570474, 30.2806456 ], [ 120.0571724, 30.2806764 ], [ 120.0573688, 30.2806425 ], [ 120.057558, 30.2806271 ], [ 120.057733, 30.2806702 ], [ 120.057783, 30.2805561 ], [ 120.0576937, 30.2804636 ], [ 120.0574938, 30.2804266 ], [ 120.0573188, 30.2804205 ], [ 120.0571795, 30.2804605 ], [ 120.0570688, 30.2804852 ], [ 120.0570439, 30.2805962 ], [ 120.0570474, 30.2806456 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.056306, 30.2802555 ], [ 120.0563282, 30.2804138 ], [ 120.0563671, 30.2805194 ], [ 120.056406, 30.2805865 ], [ 120.0563726, 30.2806969 ], [ 120.056356, 30.2807977 ], [ 120.0563393, 30.2808792 ], [ 120.0563393, 30.2810568 ], [ 120.0564171, 30.2811767 ], [ 120.0565004, 30.2811671 ], [ 120.0566171, 30.2811048 ], [ 120.0566449, 30.2809896 ], [ 120.0566838, 30.2808888 ], [ 120.0566894, 30.2807209 ], [ 120.0566838, 30.2805913 ], [ 120.056656, 30.2805098 ], [ 120.0567282, 30.2804234 ], [ 120.056756, 30.2803226 ], [ 120.0567116, 30.2801595 ], [ 120.0566782, 30.2800731 ], [ 120.056606, 30.2800491 ], [ 120.0564504, 30.2800587 ], [ 120.0563449, 30.2800875 ], [ 120.056306, 30.2801595 ], [ 120.056306, 30.2802555 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0590537, 30.2805938 ], [ 120.059074, 30.2806552 ], [ 120.0591106, 30.2807061 ], [ 120.0592549, 30.2807605 ], [ 120.059389, 30.2807868 ], [ 120.059454, 30.280757 ], [ 120.05945, 30.2806727 ], [ 120.0593585, 30.2806078 ], [ 120.0592528, 30.2805903 ], [ 120.0591777, 30.2805517 ], [ 120.0591005, 30.2805218 ], [ 120.0590517, 30.2805376 ], [ 120.0590537, 30.2805938 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0600331, 30.2809851 ], [ 120.060091, 30.2809877 ], [ 120.0601489, 30.2809798 ], [ 120.0601896, 30.2808903 ], [ 120.0602221, 30.2807429 ], [ 120.0602221, 30.2805973 ], [ 120.0602018, 30.2805675 ], [ 120.0601144, 30.2806008 ], [ 120.060025, 30.2806219 ], [ 120.0600169, 30.2806868 ], [ 120.060027, 30.2807815 ], [ 120.0600026, 30.2808623 ], [ 120.0599884, 30.2809447 ], [ 120.0600331, 30.2809851 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0560059, 30.2809272 ], [ 120.0561448, 30.2809464 ], [ 120.056256, 30.280908 ], [ 120.0562726, 30.2808553 ], [ 120.0562782, 30.2807593 ], [ 120.0562504, 30.2806825 ], [ 120.0561726, 30.2806585 ], [ 120.0560948, 30.2806585 ], [ 120.0560115, 30.2806921 ], [ 120.0559559, 30.2808217 ], [ 120.0559392, 30.2808744 ], [ 120.0560059, 30.2809272 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0596369, 30.2809623 ], [ 120.0597121, 30.2809868 ], [ 120.0597994, 30.2810009 ], [ 120.0598645, 30.2809746 ], [ 120.0598929, 30.2809324 ], [ 120.0599356, 30.2809114 ], [ 120.05996, 30.280857 ], [ 120.0599701, 30.280778 ], [ 120.0599762, 30.2807026 ], [ 120.0599356, 30.2806763 ], [ 120.0598055, 30.2806464 ], [ 120.0596979, 30.2806289 ], [ 120.0596227, 30.2806236 ], [ 120.0596044, 30.2807447 ], [ 120.0595902, 30.2808447 ], [ 120.0595861, 30.2809061 ], [ 120.0596369, 30.2809623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0602221, 30.2810044 ], [ 120.0602973, 30.2810325 ], [ 120.0604131, 30.2810465 ], [ 120.0604903, 30.2810272 ], [ 120.0605411, 30.2810149 ], [ 120.0606163, 30.281036 ], [ 120.0607159, 30.2810588 ], [ 120.0607768, 30.2810377 ], [ 120.0607992, 30.2809377 ], [ 120.0608175, 30.2808693 ], [ 120.0608317, 30.2807991 ], [ 120.0607626, 30.2807605 ], [ 120.0606915, 30.280764 ], [ 120.0606427, 30.2807833 ], [ 120.060533, 30.2807482 ], [ 120.0605574, 30.2806341 ], [ 120.0604598, 30.2806183 ], [ 120.0603562, 30.2806534 ], [ 120.0603074, 30.2807447 ], [ 120.0602444, 30.2808816 ], [ 120.0602221, 30.2809535 ], [ 120.0602221, 30.2810044 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701447, 30.2804402 ], [ 120.0703247, 30.2804839 ], [ 120.0704765, 30.2804402 ], [ 120.0704877, 30.2803771 ], [ 120.0704596, 30.2803188 ], [ 120.0703753, 30.2803042 ], [ 120.0702459, 30.2802848 ], [ 120.0701335, 30.2802994 ], [ 120.0700829, 30.2803868 ], [ 120.0701447, 30.2804402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0691269, 30.2806927 ], [ 120.0692506, 30.280717 ], [ 120.0693125, 30.2805762 ], [ 120.0693856, 30.2805422 ], [ 120.0694868, 30.2805422 ], [ 120.0695655, 30.2805859 ], [ 120.0696274, 30.2806442 ], [ 120.0696443, 30.2807413 ], [ 120.0696836, 30.2807607 ], [ 120.0697398, 30.2807364 ], [ 120.0697905, 30.2806587 ], [ 120.0698017, 30.2805859 ], [ 120.0698129, 30.2805033 ], [ 120.0698973, 30.2802362 ], [ 120.0698861, 30.2801003 ], [ 120.0697567, 30.2800614 ], [ 120.0696443, 30.2800663 ], [ 120.0696105, 30.2801246 ], [ 120.0696218, 30.2802605 ], [ 120.069588, 30.2803771 ], [ 120.0695374, 30.2804499 ], [ 120.0694531, 30.2804451 ], [ 120.0694137, 30.2803674 ], [ 120.0694362, 30.2802945 ], [ 120.0694924, 30.2801828 ], [ 120.0694924, 30.2800857 ], [ 120.0694474, 30.2800323 ], [ 120.06938, 30.2800274 ], [ 120.0692956, 30.2800857 ], [ 120.0692338, 30.2801877 ], [ 120.0691719, 30.2802945 ], [ 120.0691607, 30.2804499 ], [ 120.069155, 30.280547 ], [ 120.0690988, 30.2806199 ], [ 120.0691269, 30.2806927 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737773, 30.2806393 ], [ 120.0738617, 30.2806247 ], [ 120.0739235, 30.2805616 ], [ 120.0739292, 30.2804014 ], [ 120.073946, 30.2802897 ], [ 120.0739123, 30.2802217 ], [ 120.0737942, 30.2802071 ], [ 120.0737324, 30.2802314 ], [ 120.0737324, 30.2802897 ], [ 120.0737717, 30.2803771 ], [ 120.0737717, 30.2804499 ], [ 120.0737492, 30.280547 ], [ 120.0737211, 30.2806053 ], [ 120.0737773, 30.2806393 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0740781, 30.2805424 ], [ 120.0741397, 30.2805179 ], [ 120.0741302, 30.2804196 ], [ 120.0741065, 30.2803459 ], [ 120.0740591, 30.28035 ], [ 120.0740449, 30.2803991 ], [ 120.0740781, 30.2805424 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0708589, 30.2806684 ], [ 120.0709432, 30.2806976 ], [ 120.0709713, 30.2807558 ], [ 120.0709432, 30.2808918 ], [ 120.0709882, 30.2808772 ], [ 120.0710332, 30.2808044 ], [ 120.0710669, 30.2805567 ], [ 120.0711569, 30.2803576 ], [ 120.0712131, 30.2803042 ], [ 120.0712469, 30.2803382 ], [ 120.0712075, 30.2805325 ], [ 120.0711007, 30.280853 ], [ 120.0710669, 30.2809598 ], [ 120.0710782, 30.2810472 ], [ 120.0711569, 30.2810812 ], [ 120.0712131, 30.2810278 ], [ 120.0711794, 30.2809889 ], [ 120.0711513, 30.2808772 ], [ 120.0712637, 30.2805665 ], [ 120.0712975, 30.2804111 ], [ 120.0713593, 30.2803528 ], [ 120.0713425, 30.2802605 ], [ 120.0712862, 30.2802362 ], [ 120.0711906, 30.280246 ], [ 120.0711119, 30.2802023 ], [ 120.0710051, 30.280178 ], [ 120.0709488, 30.2802023 ], [ 120.070842, 30.2805276 ], [ 120.0708308, 30.2806102 ], [ 120.0708589, 30.2806684 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0724559, 30.2809695 ], [ 120.072529, 30.2809841 ], [ 120.0725515, 30.2809112 ], [ 120.0726021, 30.2807704 ], [ 120.072619, 30.2806296 ], [ 120.0725852, 30.2805228 ], [ 120.0725402, 30.2803819 ], [ 120.0724559, 30.2802994 ], [ 120.0724109, 30.2803576 ], [ 120.0723624, 30.2803962 ], [ 120.0723654, 30.280446 ], [ 120.0723659, 30.2804888 ], [ 120.0723659, 30.2806005 ], [ 120.072349, 30.2807607 ], [ 120.072304, 30.2809792 ], [ 120.0724559, 30.2809695 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0734287, 30.2806976 ], [ 120.0735299, 30.2807364 ], [ 120.0735749, 30.2807947 ], [ 120.0736368, 30.2808481 ], [ 120.0737436, 30.2808821 ], [ 120.0738392, 30.2808141 ], [ 120.0738055, 30.280751 ], [ 120.0736986, 30.280717 ], [ 120.0735749, 30.2806587 ], [ 120.0735355, 30.280615 ], [ 120.0735355, 30.2804742 ], [ 120.0734849, 30.2804548 ], [ 120.0734231, 30.2804985 ], [ 120.0734118, 30.2805859 ], [ 120.0734006, 30.2806587 ], [ 120.0734287, 30.2806976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0647455, 30.280444 ], [ 120.0647563, 30.2805508 ], [ 120.0647455, 30.2806668 ], [ 120.0647402, 30.2810241 ], [ 120.0647455, 30.2811216 ], [ 120.0647778, 30.2812005 ], [ 120.0648369, 30.2812237 ], [ 120.0649175, 30.2812237 ], [ 120.0649605, 30.2811402 ], [ 120.0649336, 30.2809638 ], [ 120.064982, 30.2804069 ], [ 120.0649605, 30.2803373 ], [ 120.0648906, 30.2803048 ], [ 120.0647993, 30.2803048 ], [ 120.0647348, 30.2803605 ], [ 120.0647455, 30.280444 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0651932, 30.2809797 ], [ 120.0652435, 30.2811039 ], [ 120.0653369, 30.2811659 ], [ 120.0653441, 30.2810604 ], [ 120.0653369, 30.280899 ], [ 120.0653873, 30.2807066 ], [ 120.0653729, 30.2805638 ], [ 120.0653298, 30.2804769 ], [ 120.0652435, 30.2804707 ], [ 120.0652076, 30.2805327 ], [ 120.0652076, 30.2806445 ], [ 120.0651788, 30.2808183 ], [ 120.0651932, 30.2809797 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0730913, 30.2810229 ], [ 120.0731307, 30.2810618 ], [ 120.0731588, 30.2809986 ], [ 120.0731925, 30.2809355 ], [ 120.0732712, 30.2808967 ], [ 120.0732825, 30.280819 ], [ 120.0732319, 30.280785 ], [ 120.0732206, 30.2806976 ], [ 120.0731532, 30.2806733 ], [ 120.0731025, 30.2807121 ], [ 120.0731082, 30.2807801 ], [ 120.0730913, 30.2809258 ], [ 120.0730913, 30.2810229 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0609353, 30.2810219 ], [ 120.0609963, 30.2810535 ], [ 120.0610979, 30.28105 ], [ 120.0611527, 30.2809851 ], [ 120.0612503, 30.2809605 ], [ 120.0613437, 30.280936 ], [ 120.061423, 30.2809728 ], [ 120.0614636, 30.2809939 ], [ 120.061488, 30.2809342 ], [ 120.0614961, 30.2808816 ], [ 120.061486, 30.2808061 ], [ 120.0613661, 30.2807973 ], [ 120.0613092, 30.2807693 ], [ 120.0611995, 30.2807517 ], [ 120.0611324, 30.2807026 ], [ 120.0610552, 30.2806745 ], [ 120.0609861, 30.2806885 ], [ 120.0609434, 30.2807464 ], [ 120.0609516, 30.2808008 ], [ 120.0609699, 30.2808219 ], [ 120.0609597, 30.2808816 ], [ 120.0609414, 30.2809254 ], [ 120.0609191, 30.280971 ], [ 120.0609353, 30.2810219 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0629398, 30.2811773 ], [ 120.0633267, 30.2812191 ], [ 120.0633912, 30.2812051 ], [ 120.0634289, 30.2811494 ], [ 120.063445, 30.2810705 ], [ 120.0635847, 30.28069 ], [ 120.0636062, 30.2806204 ], [ 120.063574, 30.2805879 ], [ 120.0634181, 30.2805647 ], [ 120.0632193, 30.2805508 ], [ 120.063144, 30.2805461 ], [ 120.0630956, 30.2805693 ], [ 120.0630634, 30.2806436 ], [ 120.0629183, 30.2810566 ], [ 120.0629398, 30.2811773 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0636761, 30.2812701 ], [ 120.0637513, 30.281284 ], [ 120.063805, 30.2812794 ], [ 120.0638373, 30.281233 ], [ 120.063891, 30.2808292 ], [ 120.0639394, 30.2806807 ], [ 120.0639233, 30.2805972 ], [ 120.0638695, 30.2805786 ], [ 120.0637406, 30.280574 ], [ 120.0637029, 30.2805879 ], [ 120.0636599, 30.2806482 ], [ 120.0635955, 30.2808895 ], [ 120.0635471, 30.2810752 ], [ 120.063531, 30.2812423 ], [ 120.0636761, 30.2812701 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0535495, 30.2810063 ], [ 120.0536719, 30.2810239 ], [ 120.0537434, 30.2810371 ], [ 120.0538352, 30.2810591 ], [ 120.0539067, 30.2811032 ], [ 120.0539679, 30.2811605 ], [ 120.0540393, 30.2811693 ], [ 120.054075, 30.281112 ], [ 120.0540444, 30.2810151 ], [ 120.0540801, 30.2809137 ], [ 120.0541363, 30.2809137 ], [ 120.0542383, 30.2809666 ], [ 120.0543046, 30.2809798 ], [ 120.0543455, 30.2809578 ], [ 120.0543608, 30.2809005 ], [ 120.0542791, 30.2808873 ], [ 120.0541873, 30.2808609 ], [ 120.0541005, 30.2808124 ], [ 120.0539832, 30.2807639 ], [ 120.053922, 30.2807022 ], [ 120.0538556, 30.2806934 ], [ 120.0537689, 30.2807066 ], [ 120.0536872, 30.2807331 ], [ 120.0536515, 30.2807903 ], [ 120.0535597, 30.28083 ], [ 120.0535342, 30.2808785 ], [ 120.053524, 30.2809446 ], [ 120.0535495, 30.2810063 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.059011, 30.2809423 ], [ 120.0590167, 30.2809793 ], [ 120.0591534, 30.2810113 ], [ 120.0592589, 30.2810162 ], [ 120.0593159, 30.2810433 ], [ 120.0593871, 30.2810556 ], [ 120.0594498, 30.2810531 ], [ 120.0594783, 30.2810359 ], [ 120.0594926, 30.2809694 ], [ 120.0594441, 30.2809202 ], [ 120.0593387, 30.2809227 ], [ 120.0592361, 30.2809202 ], [ 120.0591591, 30.2809177 ], [ 120.0590964, 30.2808808 ], [ 120.0590366, 30.2808611 ], [ 120.0590024, 30.2808808 ], [ 120.059011, 30.2809423 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.057805, 30.2811085 ], [ 120.0578571, 30.2811604 ], [ 120.0579874, 30.2811466 ], [ 120.0580115, 30.2811085 ], [ 120.0579914, 30.2810444 ], [ 120.0579754, 30.2809683 ], [ 120.0579774, 30.2808904 ], [ 120.0579854, 30.2808211 ], [ 120.0579433, 30.2807779 ], [ 120.0578391, 30.2808125 ], [ 120.057809, 30.2809371 ], [ 120.057805, 30.2810306 ], [ 120.057805, 30.2811085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0641006, 30.281349 ], [ 120.0642672, 30.2813722 ], [ 120.0644231, 30.2813722 ], [ 120.0644822, 30.2813583 ], [ 120.0645037, 30.2813165 ], [ 120.0645359, 30.2809035 ], [ 120.0645359, 30.2807967 ], [ 120.0645306, 30.2807271 ], [ 120.0644983, 30.2806436 ], [ 120.0644338, 30.2806018 ], [ 120.0643102, 30.2805832 ], [ 120.0641812, 30.2805832 ], [ 120.0640899, 30.2805972 ], [ 120.0640523, 30.280625 ], [ 120.0640361, 30.2806853 ], [ 120.0640146, 30.2807735 ], [ 120.0640254, 30.2809035 ], [ 120.0639931, 30.2811448 ], [ 120.0639663, 30.2813165 ], [ 120.0641006, 30.281349 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0581702, 30.2810679 ], [ 120.0582044, 30.2811122 ], [ 120.0582956, 30.2811343 ], [ 120.0583241, 30.2812254 ], [ 120.0583498, 30.281309 ], [ 120.0584267, 30.281378 ], [ 120.0585208, 30.2813607 ], [ 120.0586234, 30.2813607 ], [ 120.0587459, 30.2813312 ], [ 120.0587288, 30.2812771 ], [ 120.0586775, 30.2812401 ], [ 120.0586633, 30.2811663 ], [ 120.0586376, 30.2811368 ], [ 120.0585607, 30.2810802 ], [ 120.058535, 30.2809842 ], [ 120.0585692, 30.2809251 ], [ 120.0586633, 30.2808685 ], [ 120.058669, 30.2807996 ], [ 120.0586433, 30.2807184 ], [ 120.0585664, 30.2806938 ], [ 120.0584324, 30.2806913 ], [ 120.0583156, 30.2806741 ], [ 120.0581902, 30.2806938 ], [ 120.058156, 30.2807455 ], [ 120.0581617, 30.2808045 ], [ 120.0581788, 30.2808857 ], [ 120.0581503, 30.2809743 ], [ 120.0581702, 30.2810679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0589369, 30.2813263 ], [ 120.0590053, 30.2813583 ], [ 120.0590822, 30.2813583 ], [ 120.0591449, 30.281378 ], [ 120.0592247, 30.2814124 ], [ 120.0593358, 30.2814346 ], [ 120.0594327, 30.2814321 ], [ 120.0594897, 30.2813484 ], [ 120.0595097, 30.2812155 ], [ 120.059504, 30.2811491 ], [ 120.0594242, 30.2810925 ], [ 120.059276, 30.2810703 ], [ 120.0591591, 30.2810531 ], [ 120.0590537, 30.2810482 ], [ 120.0589654, 30.2810876 ], [ 120.0589283, 30.2811442 ], [ 120.0589055, 30.2812328 ], [ 120.0589369, 30.2813263 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0602545, 30.2812221 ], [ 120.0603688, 30.2812673 ], [ 120.0604998, 30.2812735 ], [ 120.0606022, 30.2813537 ], [ 120.0605903, 30.2814175 ], [ 120.0606356, 30.2814525 ], [ 120.060769, 30.2814422 ], [ 120.0609214, 30.2814113 ], [ 120.0610024, 30.2813784 ], [ 120.0610429, 30.2813044 ], [ 120.0610501, 30.2812283 ], [ 120.0609286, 30.2811933 ], [ 120.0606689, 30.281183 ], [ 120.0604784, 30.2811686 ], [ 120.060314, 30.2811419 ], [ 120.0602449, 30.2811727 ], [ 120.0602545, 30.2812221 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0736894, 30.28114 ], [ 120.0738221, 30.2811687 ], [ 120.0739264, 30.2812137 ], [ 120.0740734, 30.2812096 ], [ 120.0741397, 30.2812178 ], [ 120.0742582, 30.2811973 ], [ 120.0743198, 30.2811728 ], [ 120.0743483, 30.2810909 ], [ 120.0743578, 30.2809599 ], [ 120.0743862, 30.2807962 ], [ 120.0743435, 30.2807266 ], [ 120.074244, 30.2807102 ], [ 120.0741208, 30.2807266 ], [ 120.0740449, 30.2807512 ], [ 120.0740165, 30.2808289 ], [ 120.0740023, 30.2809231 ], [ 120.0739833, 30.2810336 ], [ 120.0739691, 30.2810991 ], [ 120.0739075, 30.2811155 ], [ 120.0738127, 30.281095 ], [ 120.0737226, 30.2810664 ], [ 120.0736231, 30.2810623 ], [ 120.0736041, 30.2811073 ], [ 120.0736894, 30.28114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0715899, 30.2811346 ], [ 120.0716518, 30.2811783 ], [ 120.0716574, 30.2812463 ], [ 120.0716068, 30.2814017 ], [ 120.0716742, 30.2813871 ], [ 120.0716967, 30.2812269 ], [ 120.071753, 30.2811346 ], [ 120.071708, 30.2810909 ], [ 120.0717417, 30.2809598 ], [ 120.071753, 30.2808675 ], [ 120.0717024, 30.280887 ], [ 120.0716742, 30.2809744 ], [ 120.0716518, 30.2810618 ], [ 120.0715899, 30.2810909 ], [ 120.0715899, 30.2811346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0706115, 30.2813434 ], [ 120.0707633, 30.2813434 ], [ 120.0709601, 30.2813337 ], [ 120.0709882, 30.2813871 ], [ 120.0710557, 30.281358 ], [ 120.0710838, 30.2813143 ], [ 120.0710388, 30.2812657 ], [ 120.0710388, 30.28112 ], [ 120.0709938, 30.281154 ], [ 120.0709938, 30.2812317 ], [ 120.0709601, 30.2812803 ], [ 120.070887, 30.2812754 ], [ 120.0708139, 30.281256 ], [ 120.0708026, 30.2811443 ], [ 120.0708589, 30.2810569 ], [ 120.0708701, 30.2809647 ], [ 120.0708364, 30.2809064 ], [ 120.0707577, 30.2808967 ], [ 120.0707183, 30.2809501 ], [ 120.0707127, 30.2810181 ], [ 120.0707127, 30.2811152 ], [ 120.0707014, 30.2811977 ], [ 120.0706733, 30.2812414 ], [ 120.0705833, 30.2812463 ], [ 120.0705721, 30.2813143 ], [ 120.0706115, 30.2813434 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0727933, 30.2813774 ], [ 120.0728045, 30.2814648 ], [ 120.0729788, 30.2814745 ], [ 120.0730294, 30.2814551 ], [ 120.0730857, 30.2813968 ], [ 120.0731082, 30.2812997 ], [ 120.0731082, 30.281188 ], [ 120.0730744, 30.2811103 ], [ 120.0729732, 30.2810618 ], [ 120.0728439, 30.2810035 ], [ 120.072737, 30.2810181 ], [ 120.072737, 30.2810715 ], [ 120.0727652, 30.2811686 ], [ 120.0727539, 30.2812754 ], [ 120.0726977, 30.2813337 ], [ 120.0727933, 30.2813774 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0665303, 30.281377 ], [ 120.066595, 30.281408 ], [ 120.0666812, 30.2814267 ], [ 120.0667819, 30.281495 ], [ 120.0668897, 30.2815012 ], [ 120.0669328, 30.2814391 ], [ 120.0669472, 30.2813211 ], [ 120.0669328, 30.2812094 ], [ 120.0668609, 30.2811349 ], [ 120.0667531, 30.2811225 ], [ 120.0666165, 30.2811473 ], [ 120.0665303, 30.2811784 ], [ 120.0665087, 30.2812653 ], [ 120.0665303, 30.281377 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0661061, 30.281495 ], [ 120.066178, 30.2815508 ], [ 120.0662355, 30.2816253 ], [ 120.0662859, 30.2816998 ], [ 120.0663649, 30.2816626 ], [ 120.0663434, 30.2815384 ], [ 120.0663218, 30.2814267 ], [ 120.0663505, 30.2813398 ], [ 120.0663434, 30.281197 ], [ 120.0662643, 30.2811721 ], [ 120.0661565, 30.281197 ], [ 120.0660918, 30.2813149 ], [ 120.0660846, 30.281408 ], [ 120.0661061, 30.281495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0655957, 30.2817309 ], [ 120.065797, 30.2817681 ], [ 120.0659147, 30.2817734 ], [ 120.0659336, 30.2817743 ], [ 120.0659983, 30.2817495 ], [ 120.0660199, 30.2816936 ], [ 120.0659911, 30.2816315 ], [ 120.0659552, 30.2815446 ], [ 120.0659696, 30.2814639 ], [ 120.0658689, 30.2814639 ], [ 120.0657755, 30.281495 ], [ 120.0656892, 30.2815074 ], [ 120.0656029, 30.2815322 ], [ 120.0655886, 30.2816005 ], [ 120.0655957, 30.2817309 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0647509, 30.281711 ], [ 120.0649229, 30.2817203 ], [ 120.0650411, 30.2817249 ], [ 120.0650841, 30.2817064 ], [ 120.0650949, 30.2816553 ], [ 120.0650895, 30.281595 ], [ 120.065068, 30.2815578 ], [ 120.0649874, 30.28153 ], [ 120.06481, 30.2815254 ], [ 120.0647563, 30.2815393 ], [ 120.0647348, 30.2816228 ], [ 120.0647509, 30.281711 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0689869, 30.2815372 ], [ 120.0691664, 30.2816008 ], [ 120.069276, 30.2816601 ], [ 120.0693529, 30.2816805 ], [ 120.0694183, 30.2816948 ], [ 120.069432, 30.2817561 ], [ 120.0693017, 30.2818058 ], [ 120.0692434, 30.2818062 ], [ 120.0691967, 30.2817569 ], [ 120.0691023, 30.2817307 ], [ 120.0689704, 30.2817241 ], [ 120.0688512, 30.2817343 ], [ 120.0688227, 30.2817961 ], [ 120.0688295, 30.2818721 ], [ 120.0688796, 30.2819449 ], [ 120.0690776, 30.2820117 ], [ 120.0691992, 30.2819531 ], [ 120.0692324, 30.281869 ], [ 120.0692697, 30.2818645 ], [ 120.0693028, 30.2818755 ], [ 120.0693182, 30.2819347 ], [ 120.0693243, 30.2820228 ], [ 120.0693355, 30.2821296 ], [ 120.0693742, 30.2822157 ], [ 120.0694837, 30.2822729 ], [ 120.0695642, 30.2822611 ], [ 120.0696032, 30.2822187 ], [ 120.0696167, 30.2821199 ], [ 120.0695924, 30.2820102 ], [ 120.0696223, 30.2818965 ], [ 120.0695998, 30.2818091 ], [ 120.0695099, 30.28178 ], [ 120.0695099, 30.2816829 ], [ 120.0695661, 30.2816343 ], [ 120.0696729, 30.281542 ], [ 120.0696729, 30.281474 ], [ 120.0695739, 30.2814294 ], [ 120.0695047, 30.2814368 ], [ 120.0694311, 30.2814847 ], [ 120.0694086, 30.281542 ], [ 120.0693355, 30.2815372 ], [ 120.0692849, 30.2814838 ], [ 120.0692118, 30.2814352 ], [ 120.0690668, 30.2813895 ], [ 120.0689252, 30.2813675 ], [ 120.0688122, 30.2813534 ], [ 120.0687971, 30.281423 ], [ 120.0687939, 30.2814737 ], [ 120.0689869, 30.2815372 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0665015, 30.2819047 ], [ 120.0665231, 30.2820102 ], [ 120.0665518, 30.2820847 ], [ 120.0666022, 30.282153 ], [ 120.0667244, 30.2821778 ], [ 120.0667891, 30.2821033 ], [ 120.0667603, 30.2819233 ], [ 120.0667315, 30.2818053 ], [ 120.0667603, 30.2816812 ], [ 120.0667459, 30.2815757 ], [ 120.066674, 30.2815384 ], [ 120.066559, 30.2815322 ], [ 120.0665087, 30.2815943 ], [ 120.0664871, 30.281675 ], [ 120.0664799, 30.2817867 ], [ 120.0665015, 30.2819047 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0619187, 30.2814047 ], [ 120.0623755, 30.2814836 ], [ 120.0624239, 30.2814604 ], [ 120.0624454, 30.2813954 ], [ 120.0625045, 30.2812701 ], [ 120.0624776, 30.2812098 ], [ 120.0624239, 30.2811912 ], [ 120.0620745, 30.2811262 ], [ 120.0619939, 30.281117 ], [ 120.0619456, 30.2811402 ], [ 120.0619187, 30.2812005 ], [ 120.0618918, 30.281349 ], [ 120.0619187, 30.2814047 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.056117, 30.2814502 ], [ 120.0561671, 30.2814119 ], [ 120.0561615, 30.2813591 ], [ 120.0561004, 30.2813447 ], [ 120.0560615, 30.2813975 ], [ 120.056117, 30.2814502 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0552002, 30.2817477 ], [ 120.0553003, 30.2817813 ], [ 120.0554225, 30.2818245 ], [ 120.0556559, 30.2818197 ], [ 120.0557559, 30.2817765 ], [ 120.0558226, 30.2817333 ], [ 120.0558448, 30.2816997 ], [ 120.0558781, 30.2816134 ], [ 120.0558615, 30.2815174 ], [ 120.0558615, 30.2814023 ], [ 120.0558337, 30.2812871 ], [ 120.0557559, 30.2812631 ], [ 120.0556503, 30.2812967 ], [ 120.055567, 30.2812919 ], [ 120.0555447, 30.2812199 ], [ 120.0555947, 30.281124 ], [ 120.0555725, 30.2810808 ], [ 120.0554558, 30.281076 ], [ 120.0553169, 30.2811 ], [ 120.0552391, 30.2811336 ], [ 120.0552447, 30.2812199 ], [ 120.0552891, 30.2813255 ], [ 120.0553558, 30.2813735 ], [ 120.0555225, 30.2813831 ], [ 120.0555503, 30.2814166 ], [ 120.055517, 30.2814742 ], [ 120.0553836, 30.281479 ], [ 120.0552503, 30.281503 ], [ 120.0552336, 30.2815654 ], [ 120.0552002, 30.2816758 ], [ 120.0552002, 30.2817477 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0568921, 30.2817179 ], [ 120.0570427, 30.2817652 ], [ 120.0571567, 30.2817593 ], [ 120.0572206, 30.2817101 ], [ 120.0572479, 30.2815801 ], [ 120.0572685, 30.2813831 ], [ 120.0572251, 30.281257 ], [ 120.0570951, 30.281259 ], [ 120.0569742, 30.2812787 ], [ 120.0569058, 30.2812314 ], [ 120.0568693, 30.2812826 ], [ 120.0568716, 30.2813634 ], [ 120.0568579, 30.2814737 ], [ 120.0568465, 30.2815978 ], [ 120.0568921, 30.2817179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.056306, 30.2815798 ], [ 120.0563337, 30.2816326 ], [ 120.0564226, 30.2815462 ], [ 120.0564226, 30.2814358 ], [ 120.0563893, 30.2813783 ], [ 120.0563171, 30.2814023 ], [ 120.056306, 30.281479 ], [ 120.056306, 30.2815798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0599495, 30.2816253 ], [ 120.0599495, 30.2817096 ], [ 120.059971, 30.2817384 ], [ 120.0600234, 30.2817199 ], [ 120.0600901, 30.281689 ], [ 120.0601616, 30.2817158 ], [ 120.0602854, 30.2817281 ], [ 120.0603759, 30.2817693 ], [ 120.0604927, 30.2817569 ], [ 120.0605498, 30.2817343 ], [ 120.0605308, 30.2816767 ], [ 120.0604593, 30.2816417 ], [ 120.0604283, 30.2815903 ], [ 120.0603664, 30.2815882 ], [ 120.0602902, 30.28158 ], [ 120.0602116, 30.2816047 ], [ 120.0601473, 30.2816068 ], [ 120.0600901, 30.281578 ], [ 120.0601473, 30.2814792 ], [ 120.0601758, 30.2814052 ], [ 120.0601282, 30.2813435 ], [ 120.0601115, 30.2812879 ], [ 120.0599996, 30.2812735 ], [ 120.0599329, 30.2813455 ], [ 120.0599186, 30.2814875 ], [ 120.0599495, 30.2816253 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0550002, 30.2817045 ], [ 120.0550113, 30.2816278 ], [ 120.0550391, 30.2815222 ], [ 120.0550224, 30.2814406 ], [ 120.0549335, 30.2813783 ], [ 120.0548224, 30.2813879 ], [ 120.0547891, 30.2814406 ], [ 120.054778, 30.2815174 ], [ 120.0547724, 30.281647 ], [ 120.0550002, 30.2817045 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.063848, 30.2816878 ], [ 120.0639448, 30.2817017 ], [ 120.0640953, 30.2817017 ], [ 120.0641544, 30.2816367 ], [ 120.0642511, 30.2816739 ], [ 120.0643532, 30.2817203 ], [ 120.0644392, 30.2817156 ], [ 120.0644822, 30.2816646 ], [ 120.0644715, 30.281595 ], [ 120.064407, 30.2815532 ], [ 120.0642834, 30.2815439 ], [ 120.0641759, 30.2815625 ], [ 120.064106, 30.2815346 ], [ 120.0640093, 30.2815114 ], [ 120.0639287, 30.2815022 ], [ 120.063848, 30.2815254 ], [ 120.0638104, 30.2815996 ], [ 120.063848, 30.2816878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0574385, 30.2818701 ], [ 120.0574756, 30.281802 ], [ 120.0575717, 30.2817309 ], [ 120.0575991, 30.2816628 ], [ 120.0576351, 30.2815976 ], [ 120.0577054, 30.2815621 ], [ 120.0577123, 30.2814836 ], [ 120.0576848, 30.2814436 ], [ 120.0576643, 30.2815088 ], [ 120.0576265, 30.2815369 ], [ 120.0575922, 30.2815725 ], [ 120.0575682, 30.281528 ], [ 120.057558, 30.2814792 ], [ 120.0575905, 30.281417 ], [ 120.0575871, 30.2813725 ], [ 120.0575374, 30.281417 ], [ 120.0575099, 30.2815014 ], [ 120.0574602, 30.2815828 ], [ 120.0574328, 30.2816924 ], [ 120.0574122, 30.281799 ], [ 120.0573724, 30.2818625 ], [ 120.0574385, 30.2818701 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.06085, 30.2821169 ], [ 120.0609167, 30.2821663 ], [ 120.060981, 30.2821292 ], [ 120.0610167, 30.2820696 ], [ 120.0611001, 30.2820346 ], [ 120.0611858, 30.2820264 ], [ 120.0613097, 30.2819955 ], [ 120.0613669, 30.2819338 ], [ 120.061405, 30.2818351 ], [ 120.0614288, 30.2817034 ], [ 120.0614407, 30.2815924 ], [ 120.0615003, 30.2815224 ], [ 120.0615241, 30.2814484 ], [ 120.0615288, 30.2813517 ], [ 120.061505, 30.2813023 ], [ 120.0614431, 30.2812509 ], [ 120.0613931, 30.2811912 ], [ 120.0612859, 30.2811892 ], [ 120.0612359, 30.2812283 ], [ 120.0611715, 30.2812715 ], [ 120.0611787, 30.2812982 ], [ 120.0612144, 30.2813352 ], [ 120.0612478, 30.2813651 ], [ 120.0612716, 30.2814237 ], [ 120.0612192, 30.2815163 ], [ 120.0611406, 30.2815841 ], [ 120.0611501, 30.2816911 ], [ 120.0611382, 30.2818022 ], [ 120.0611191, 30.2818927 ], [ 120.0610334, 30.2819235 ], [ 120.0609476, 30.2819235 ], [ 120.060869, 30.2819544 ], [ 120.0608238, 30.2820284 ], [ 120.06085, 30.2821169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.061822, 30.2818781 ], [ 120.0618972, 30.2818966 ], [ 120.0619886, 30.2819245 ], [ 120.0620154, 30.2818409 ], [ 120.0620423, 30.2816089 ], [ 120.0620584, 30.2815346 ], [ 120.0619939, 30.2815022 ], [ 120.0619026, 30.2815022 ], [ 120.0618327, 30.2815486 ], [ 120.0618273, 30.2816692 ], [ 120.0618112, 30.2817899 ], [ 120.061822, 30.2818781 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0586006, 30.2818332 ], [ 120.0586861, 30.2818136 ], [ 120.0587032, 30.2817323 ], [ 120.0586975, 30.2816634 ], [ 120.0586661, 30.2816068 ], [ 120.0585949, 30.281597 ], [ 120.0585122, 30.2816413 ], [ 120.0585094, 30.2817471 ], [ 120.0586006, 30.2818332 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0624024, 30.2822354 ], [ 120.0624776, 30.2822354 ], [ 120.0625529, 30.282189 ], [ 120.0625851, 30.2821148 ], [ 120.0626442, 30.2820034 ], [ 120.0626818, 30.2818827 ], [ 120.0627033, 30.2817853 ], [ 120.0626818, 30.2817064 ], [ 120.0626335, 30.2816367 ], [ 120.0626388, 30.2815718 ], [ 120.0626765, 30.281465 ], [ 120.062698, 30.2813722 ], [ 120.0627141, 30.2813026 ], [ 120.062698, 30.2812562 ], [ 120.0626173, 30.2812515 ], [ 120.0625743, 30.2813212 ], [ 120.0625099, 30.2814975 ], [ 120.0625152, 30.2815718 ], [ 120.0624722, 30.2816367 ], [ 120.0624239, 30.2817203 ], [ 120.0623218, 30.2822029 ], [ 120.0624024, 30.2822354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0621068, 30.2818827 ], [ 120.0621283, 30.2819291 ], [ 120.0622196, 30.2819477 ], [ 120.0622949, 30.2819291 ], [ 120.0623218, 30.2818363 ], [ 120.0623594, 30.281711 ], [ 120.0623862, 30.2816275 ], [ 120.0623701, 30.2815903 ], [ 120.0622788, 30.2815578 ], [ 120.0622089, 30.2815486 ], [ 120.0621283, 30.2815625 ], [ 120.0621068, 30.2816228 ], [ 120.062096, 30.2817945 ], [ 120.0621068, 30.2818827 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0607094, 30.2819009 ], [ 120.0608238, 30.2818989 ], [ 120.0609333, 30.2818289 ], [ 120.0609762, 30.2817795 ], [ 120.0609714, 30.281687 ], [ 120.0609071, 30.2816088 ], [ 120.0608118, 30.2816397 ], [ 120.0607642, 30.281724 ], [ 120.0607047, 30.2818104 ], [ 120.0607094, 30.2819009 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0559226, 30.2819013 ], [ 120.0559559, 30.2818341 ], [ 120.0559337, 30.2817861 ], [ 120.0558781, 30.2817861 ], [ 120.0557948, 30.2818149 ], [ 120.0557892, 30.2818725 ], [ 120.0559226, 30.2819013 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0564615, 30.2819636 ], [ 120.0564671, 30.2818773 ], [ 120.0564115, 30.2818389 ], [ 120.0562726, 30.2818437 ], [ 120.0561504, 30.2818341 ], [ 120.0560615, 30.2818389 ], [ 120.0560393, 30.2819253 ], [ 120.0564615, 30.2819636 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0643855, 30.2820219 ], [ 120.0644661, 30.2820219 ], [ 120.064493, 30.2819709 ], [ 120.0644876, 30.2819013 ], [ 120.0644446, 30.2818409 ], [ 120.0643747, 30.2818131 ], [ 120.0639985, 30.281776 ], [ 120.0639125, 30.281776 ], [ 120.0638803, 30.2818131 ], [ 120.0638534, 30.2819755 ], [ 120.0643855, 30.2820219 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0570988, 30.2820853 ], [ 120.0570969, 30.28213 ], [ 120.0571466, 30.282125 ], [ 120.0572021, 30.2821349 ], [ 120.0572462, 30.2821101 ], [ 120.0572883, 30.2820919 ], [ 120.0573687, 30.2821233 ], [ 120.0573935, 30.28212 ], [ 120.0573763, 30.2820605 ], [ 120.0574031, 30.2820308 ], [ 120.057405, 30.2819845 ], [ 120.0574031, 30.2819564 ], [ 120.0573533, 30.2819564 ], [ 120.0573323, 30.2820027 ], [ 120.0572691, 30.2819911 ], [ 120.0571887, 30.2819729 ], [ 120.0571294, 30.2819795 ], [ 120.0570892, 30.2820258 ], [ 120.0570662, 30.2820539 ], [ 120.0570988, 30.2820853 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.056783, 30.2821118 ], [ 120.0568021, 30.2821465 ], [ 120.0569495, 30.2821795 ], [ 120.057005, 30.2819845 ], [ 120.0569878, 30.2819531 ], [ 120.0568423, 30.2819266 ], [ 120.05676, 30.2819812 ], [ 120.0567581, 30.2820473 ], [ 120.056783, 30.2821118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0205817, 30.2710411 ], [ 120.0209106, 30.2710651 ], [ 120.0211009, 30.2710874 ], [ 120.0212395, 30.2710804 ], [ 120.0213381, 30.2710836 ], [ 120.0214637, 30.2711021 ], [ 120.0216638, 30.2710856 ], [ 120.0218096, 30.2710656 ], [ 120.0222549, 30.271048 ], [ 120.0223958, 30.2710675 ], [ 120.0224931, 30.2710906 ], [ 120.0226594, 30.2710882 ], [ 120.0227881, 30.271116 ], [ 120.0228739, 30.2713106 ], [ 120.0228847, 30.2716303 ], [ 120.0229276, 30.2721168 ], [ 120.0229222, 30.2722326 ], [ 120.0228954, 30.272316 ], [ 120.0228471, 30.2723716 ], [ 120.0226916, 30.2723484 ], [ 120.0225843, 30.272353 ], [ 120.0224394, 30.2723855 ], [ 120.0224126, 30.2725291 ], [ 120.0225467, 30.2725384 ], [ 120.0227398, 30.2725152 ], [ 120.02289, 30.272543 ], [ 120.0230402, 30.2726218 ], [ 120.0231422, 30.2726727 ], [ 120.0232839, 30.2727436 ], [ 120.0234318, 30.2727978 ], [ 120.0235981, 30.2728163 ], [ 120.0240166, 30.2728812 ], [ 120.0242258, 30.2728997 ], [ 120.0244457, 30.2729414 ], [ 120.0248159, 30.2730341 ], [ 120.0252343, 30.2730804 ], [ 120.0256098, 30.2731453 ], [ 120.0258011, 30.2731922 ], [ 120.0259922, 30.2731983 ], [ 120.0262754, 30.2732014 ], [ 120.0265231, 30.27318 ], [ 120.0267425, 30.2731708 ], [ 120.0268912, 30.2731525 ], [ 120.0270611, 30.2730546 ], [ 120.0272203, 30.2729752 ], [ 120.02733, 30.2729171 ], [ 120.0273672, 30.2729086 ], [ 120.0274163, 30.2729033 ], [ 120.0277953, 30.2728105 ], [ 120.0278348, 30.2728082 ], [ 120.0278725, 30.2728151 ], [ 120.0279086, 30.2728244 ], [ 120.0279415, 30.2728389 ], [ 120.0279777, 30.2728522 ], [ 120.0280186, 30.2728945 ], [ 120.0280327, 30.2729014 ], [ 120.0280689, 30.2729124 ], [ 120.0280878, 30.2729234 ], [ 120.0280957, 30.2729327 ], [ 120.0281044, 30.272968 ], [ 120.0281091, 30.2729993 ], [ 120.0281232, 30.2730248 ], [ 120.0281956, 30.2730885 ], [ 120.028264, 30.273118 ], [ 120.028319, 30.2731226 ], [ 120.0284652, 30.2731232 ], [ 120.0285403, 30.2731319 ], [ 120.0285959, 30.2731302 ], [ 120.0286502, 30.2730966 ], [ 120.0287019, 30.2730781 ], [ 120.0287609, 30.2730595 ], [ 120.0288105, 30.2730456 ], [ 120.0288836, 30.273034 ], [ 120.0290117, 30.2730445 ], [ 120.0290667, 30.2730827 ], [ 120.0291954, 30.2731024 ], [ 120.0292269, 30.2731093 ], [ 120.0292544, 30.2731255 ], [ 120.0293056, 30.2731206 ], [ 120.0293516, 30.2731047 ], [ 120.0293979, 30.2730948 ], [ 120.0294475, 30.2730937 ], [ 120.0294619, 30.273096 ], [ 120.0294666, 30.2731032 ], [ 120.0294666, 30.2731131 ], [ 120.0294676, 30.2731203 ], [ 120.0294737, 30.2731224 ], [ 120.0295427, 30.2731235 ], [ 120.0295551, 30.2731209 ], [ 120.0295615, 30.2731154 ], [ 120.0295615, 30.2730998 ], [ 120.0295649, 30.2730714 ], [ 120.0295719, 30.2730644 ], [ 120.0296514, 30.2730607 ], [ 120.0296896, 30.2730213 ], [ 120.0296976, 30.272964 ], [ 120.0297003, 30.2728864 ], [ 120.0297084, 30.2728175 ], [ 120.0297225, 30.2727341 ], [ 120.0297318, 30.2726414 ], [ 120.0297593, 30.2725661 ], [ 120.0297794, 30.2725198 ], [ 120.0297915, 30.2725018 ], [ 120.0298083, 30.2724839 ], [ 120.0298564, 30.2724641 ], [ 120.0299162, 30.272448 ], [ 120.0300525, 30.2724379 ], [ 120.0302026, 30.2724347 ], [ 120.0303281, 30.2724601 ], [ 120.0304285, 30.2725287 ], [ 120.030732, 30.2728049 ], [ 120.0307618, 30.2728399 ], [ 120.0309188, 30.2730247 ], [ 120.0309889, 30.273182 ], [ 120.0310214, 30.2732578 ], [ 120.0310641, 30.2733087 ], [ 120.0313588, 30.2736633 ], [ 120.0316272, 30.2737546 ], [ 120.0316811, 30.2738269 ], [ 120.0316626, 30.2739041 ], [ 120.0316349, 30.2739706 ], [ 120.031561, 30.2740957 ], [ 120.0314932, 30.2741914 ], [ 120.0315024, 30.2742793 ], [ 120.0314747, 30.2743777 ], [ 120.0314161, 30.274564 ], [ 120.031373, 30.2746731 ], [ 120.031336, 30.2748434 ], [ 120.0312775, 30.2749844 ], [ 120.031222, 30.2750429 ], [ 120.0311881, 30.2751121 ], [ 120.031219, 30.2751919 ], [ 120.0312374, 30.2753675 ], [ 120.0312374, 30.2755166 ], [ 120.0312282, 30.2755937 ], [ 120.0311851, 30.2757986 ], [ 120.0311512, 30.2759716 ], [ 120.0311296, 30.2760647 ], [ 120.0311204, 30.2761791 ], [ 120.0311327, 30.2763361 ], [ 120.031108, 30.2764638 ], [ 120.031068, 30.2766314 ], [ 120.0310433, 30.2767458 ], [ 120.0310218, 30.2768416 ], [ 120.0309879, 30.2769507 ], [ 120.0309109, 30.2770146 ], [ 120.0308462, 30.2770678 ], [ 120.0307938, 30.2770944 ], [ 120.030766, 30.277137 ], [ 120.0306474, 30.2772862 ], [ 120.0305511, 30.2774241 ], [ 120.0304543, 30.2775263 ], [ 120.0302826, 30.277531 ], [ 120.0299965, 30.2774455 ], [ 120.0295773, 30.2772971 ], [ 120.0287092, 30.2770032 ], [ 120.0282114, 30.276834 ], [ 120.028017, 30.2767771 ], [ 120.0278745, 30.2767455 ], [ 120.027734, 30.2766953 ], [ 120.0277198, 30.276859 ], [ 120.0278295, 30.2768927 ], [ 120.0279286, 30.2769202 ], [ 120.0279923, 30.2769293 ], [ 120.0283781, 30.2770302 ], [ 120.0287143, 30.2771433 ], [ 120.0290506, 30.2772594 ], [ 120.0296416, 30.2774612 ], [ 120.0300456, 30.277562 ], [ 120.0302467, 30.2776083 ], [ 120.030472, 30.2776338 ], [ 120.0305954, 30.2776824 ], [ 120.0306464, 30.2777867 ], [ 120.0306625, 30.2778909 ], [ 120.0306812, 30.2780322 ], [ 120.0306651, 30.2782106 ], [ 120.0306491, 30.2782847 ], [ 120.0306115, 30.2784492 ], [ 120.0306142, 30.2785349 ], [ 120.0305981, 30.2787063 ], [ 120.0305552, 30.2788383 ], [ 120.0305418, 30.2789333 ], [ 120.0305337, 30.2790398 ], [ 120.0305123, 30.2790954 ], [ 120.0305257, 30.2791649 ], [ 120.030531, 30.2792506 ], [ 120.0305123, 30.2793224 ], [ 120.0304908, 30.2794382 ], [ 120.0304452, 30.2795726 ], [ 120.0304237, 30.2797208 ], [ 120.0304184, 30.2798482 ], [ 120.0303701, 30.2799964 ], [ 120.0303594, 30.2800868 ], [ 120.0303299, 30.2801748 ], [ 120.0303004, 30.2802883 ], [ 120.0302709, 30.2803601 ], [ 120.0302601, 30.2804273 ], [ 120.0302628, 30.2805222 ], [ 120.0302092, 30.2807052 ], [ 120.0301689, 30.2807678 ], [ 120.0301636, 30.2808349 ], [ 120.0301502, 30.280916 ], [ 120.0301314, 30.2809762 ], [ 120.030118, 30.2810341 ], [ 120.0300912, 30.281099 ], [ 120.0300697, 30.28118 ], [ 120.0300482, 30.281275 ], [ 120.0300429, 30.2813329 ], [ 120.0299919, 30.2815205 ], [ 120.0299597, 30.2815947 ], [ 120.0299329, 30.2817429 ], [ 120.0299195, 30.2818332 ], [ 120.0298954, 30.2819143 ], [ 120.0298873, 30.2819768 ], [ 120.0298632, 30.2820232 ], [ 120.0297693, 30.2820486 ], [ 120.0297076, 30.282051 ], [ 120.0296244, 30.2820301 ], [ 120.0294903, 30.2820093 ], [ 120.0293616, 30.2819977 ], [ 120.0292999, 30.2819838 ], [ 120.0291953, 30.2819722 ], [ 120.0291363, 30.281956 ], [ 120.029037, 30.2819537 ], [ 120.0289619, 30.2819375 ], [ 120.0289217, 30.2819073 ], [ 120.0288412, 30.2818981 ], [ 120.0287527, 30.2818981 ], [ 120.0286133, 30.2819097 ], [ 120.0285328, 30.2819236 ], [ 120.0284282, 30.2819236 ], [ 120.0283719, 30.2819027 ], [ 120.0283209, 30.2818796 ], [ 120.028092, 30.2818235 ], [ 120.0279776, 30.2818124 ], [ 120.0278086, 30.28178 ], [ 120.0276772, 30.2817406 ], [ 120.0275591, 30.2817151 ], [ 120.0272477, 30.2816289 ], [ 120.026942, 30.2815463 ], [ 120.0268227, 30.2815013 ], [ 120.0266829, 30.2814511 ], [ 120.0265585, 30.2813847 ], [ 120.0262096, 30.2813063 ], [ 120.0258849, 30.2812093 ], [ 120.0258031, 30.2813625 ], [ 120.0258452, 30.2813816 ], [ 120.0258774, 30.2813885 ], [ 120.0260276, 30.2814186 ], [ 120.0260652, 30.2814557 ], [ 120.0261295, 30.2814835 ], [ 120.0261403, 30.281502 ], [ 120.0265319, 30.2815854 ], [ 120.0266928, 30.2815947 ], [ 120.0268618, 30.2816363 ], [ 120.0270442, 30.2816688 ], [ 120.0271997, 30.2817082 ], [ 120.0273151, 30.2817406 ], [ 120.0274304, 30.2817846 ], [ 120.0275427, 30.2818152 ], [ 120.0276189, 30.2818304 ], [ 120.0276979, 30.2818598 ], [ 120.0278565, 30.2818981 ], [ 120.0279659, 30.2819206 ], [ 120.0280393, 30.2819537 ], [ 120.0283289, 30.282044 ], [ 120.0283531, 30.2820811 ], [ 120.0284175, 30.2820996 ], [ 120.0285891, 30.2821228 ], [ 120.0286803, 30.2820991 ], [ 120.0287756, 30.2820982 ], [ 120.0288225, 30.2821135 ], [ 120.0289163, 30.282088 ], [ 120.0290263, 30.2820996 ], [ 120.0290531, 30.2821158 ], [ 120.029147, 30.2821459 ], [ 120.0292275, 30.2821529 ], [ 120.0293777, 30.2821922 ], [ 120.0294367, 30.2822478 ], [ 120.0295037, 30.2823034 ], [ 120.0295333, 30.2823335 ], [ 120.0296354, 30.2823603 ], [ 120.0296969, 30.2823822 ], [ 120.0297854, 30.2823961 ], [ 120.0299705, 30.2824216 ], [ 120.0300697, 30.282498 ], [ 120.0302789, 30.2825165 ], [ 120.0304211, 30.2825767 ], [ 120.0306786, 30.282637 ], [ 120.0309173, 30.2826902 ], [ 120.031046, 30.282725 ], [ 120.0311372, 30.2827319 ], [ 120.0312499, 30.2827736 ], [ 120.0313625, 30.2828269 ], [ 120.0313706, 30.2825327 ], [ 120.0311989, 30.2825374 ], [ 120.0311587, 30.2824887 ], [ 120.0310702, 30.2824748 ], [ 120.0309897, 30.2824702 ], [ 120.0308958, 30.2824401 ], [ 120.0308073, 30.28241 ], [ 120.0307322, 30.2823845 ], [ 120.0306517, 30.2823567 ], [ 120.0306035, 30.2823359 ], [ 120.0304962, 30.2823312 ], [ 120.0302762, 30.2822548 ], [ 120.0301153, 30.2822061 ], [ 120.0300214, 30.2821783 ], [ 120.0300053, 30.2821135 ], [ 120.0299812, 30.2820232 ], [ 120.0300026, 30.2819537 ], [ 120.0300563, 30.2818749 ], [ 120.0300697, 30.2817267 ], [ 120.0301046, 30.2815947 ], [ 120.0301233, 30.2815145 ], [ 120.0301502, 30.2814302 ], [ 120.030185, 30.2813607 ], [ 120.0302221, 30.2812022 ], [ 120.0302333, 30.2811245 ], [ 120.0302709, 30.2810527 ], [ 120.0303057, 30.2809832 ], [ 120.0303191, 30.2809183 ], [ 120.0303808, 30.2808349 ], [ 120.030405, 30.2807608 ], [ 120.030413, 30.2807145 ], [ 120.0304452, 30.2806334 ], [ 120.030464, 30.2804852 ], [ 120.0304801, 30.280367 ], [ 120.0304935, 30.2801678 ], [ 120.0305686, 30.2799918 ], [ 120.0305847, 30.2798621 ], [ 120.0306061, 30.2797625 ], [ 120.0306356, 30.2797185 ], [ 120.030633, 30.2796467 ], [ 120.0306705, 30.2795818 ], [ 120.0306946, 30.2794498 ], [ 120.0307054, 30.2792344 ], [ 120.0307242, 30.2790375 ], [ 120.0307456, 30.2787526 ], [ 120.0307966, 30.2784515 ], [ 120.0308395, 30.2781573 ], [ 120.0308529, 30.2780507 ], [ 120.0308985, 30.2779257 ], [ 120.0308958, 30.2778631 ], [ 120.0308931, 30.2778168 ], [ 120.0309307, 30.2777635 ], [ 120.0310085, 30.2777635 ], [ 120.0310702, 30.2777751 ], [ 120.0311131, 30.2777867 ], [ 120.0311694, 30.2777473 ], [ 120.0312311, 30.2777033 ], [ 120.0312928, 30.2776547 ], [ 120.0312686, 30.2775991 ], [ 120.0311989, 30.2774971 ], [ 120.0311935, 30.2774554 ], [ 120.0311453, 30.2773883 ], [ 120.0311077, 30.2773697 ], [ 120.0310809, 30.2773304 ], [ 120.0310702, 30.277291 ], [ 120.031046, 30.2772308 ], [ 120.0310594, 30.2771427 ], [ 120.0310755, 30.2770871 ], [ 120.0311131, 30.2769621 ], [ 120.0311372, 30.2768601 ], [ 120.0311774, 30.2767049 ], [ 120.0312338, 30.2765868 ], [ 120.0312579, 30.2765243 ], [ 120.0312579, 30.2763482 ], [ 120.0312821, 30.2761259 ], [ 120.0313086, 30.2760116 ], [ 120.0312839, 30.2759318 ], [ 120.0312993, 30.2758067 ], [ 120.0313363, 30.2756232 ], [ 120.0313394, 30.275522 ], [ 120.0313702, 30.2753065 ], [ 120.0314257, 30.2752693 ], [ 120.0314534, 30.2751868 ], [ 120.031438, 30.2751043 ], [ 120.031475, 30.2749899 ], [ 120.0314534, 30.2749154 ], [ 120.0314503, 30.2748595 ], [ 120.0314565, 30.2748063 ], [ 120.0314688, 30.2747584 ], [ 120.031475, 30.2746972 ], [ 120.0314934, 30.274628 ], [ 120.031515, 30.2745881 ], [ 120.031515, 30.2745349 ], [ 120.0315797, 30.2743832 ], [ 120.0316074, 30.2742927 ], [ 120.0316567, 30.2742209 ], [ 120.0316937, 30.2741943 ], [ 120.0317399, 30.274149 ], [ 120.0317492, 30.2740825 ], [ 120.03178, 30.274024 ], [ 120.0318293, 30.2739841 ], [ 120.031894, 30.2739521 ], [ 120.0319833, 30.2739282 ], [ 120.0320573, 30.2739388 ], [ 120.0321651, 30.2739468 ], [ 120.0322606, 30.274008 ], [ 120.0323531, 30.2740453 ], [ 120.0324208, 30.2741145 ], [ 120.0324948, 30.274189 ], [ 120.0325441, 30.2742581 ], [ 120.0325441, 30.2743114 ], [ 120.0325225, 30.2743672 ], [ 120.0324794, 30.2743965 ], [ 120.0324855, 30.274455 ], [ 120.0325441, 30.2745189 ], [ 120.0325811, 30.2745455 ], [ 120.0326211, 30.2745881 ], [ 120.0326981, 30.2746014 ], [ 120.0327844, 30.2745881 ], [ 120.0328614, 30.2745774 ], [ 120.0329323, 30.2745588 ], [ 120.032997, 30.2745429 ], [ 120.0330648, 30.2745721 ], [ 120.0331511, 30.2745508 ], [ 120.0332219, 30.2745508 ], [ 120.0333328, 30.2745721 ], [ 120.0334253, 30.2746147 ], [ 120.0334807, 30.2746626 ], [ 120.0335855, 30.2747265 ], [ 120.0336933, 30.2747717 ], [ 120.0338443, 30.2748382 ], [ 120.0338967, 30.2748967 ], [ 120.0339675, 30.2749712 ], [ 120.0340168, 30.2750404 ], [ 120.034137, 30.2751841 ], [ 120.0342048, 30.2753039 ], [ 120.0342263, 30.2754396 ], [ 120.0342387, 30.2755353 ], [ 120.0342633, 30.2756498 ], [ 120.0343311, 30.2757881 ], [ 120.0345314, 30.2759398 ], [ 120.0346638, 30.276017 ], [ 120.0347871, 30.2761447 ], [ 120.0348795, 30.2762325 ], [ 120.0349288, 30.2763469 ], [ 120.0349442, 30.2764028 ], [ 120.0350397, 30.276142 ], [ 120.0349411, 30.2760968 ], [ 120.0348549, 30.2760223 ], [ 120.034821, 30.2759717 ], [ 120.0347655, 30.2759478 ], [ 120.0347409, 30.2759025 ], [ 120.0347008, 30.2758413 ], [ 120.0346546, 30.2757722 ], [ 120.034593, 30.2756923 ], [ 120.0345375, 30.2756551 ], [ 120.0344975, 30.2755486 ], [ 120.0344975, 30.2754502 ], [ 120.0344389, 30.2752985 ], [ 120.0344297, 30.275248 ], [ 120.0343958, 30.2751894 ], [ 120.0343681, 30.2751469 ], [ 120.0343773, 30.275107 ], [ 120.034365, 30.2750431 ], [ 120.0343003, 30.2749792 ], [ 120.0342387, 30.274934 ], [ 120.0341894, 30.2748994 ], [ 120.0341123, 30.2748542 ], [ 120.0340137, 30.2747823 ], [ 120.0339706, 30.2747158 ], [ 120.0339552, 30.2746732 ], [ 120.0339182, 30.274628 ], [ 120.0338597, 30.2745668 ], [ 120.0337981, 30.2745429 ], [ 120.0337272, 30.2745029 ], [ 120.0336656, 30.274463 ], [ 120.0336101, 30.2744311 ], [ 120.033607, 30.2743885 ], [ 120.0335362, 30.2743619 ], [ 120.033493, 30.2743353 ], [ 120.0334499, 30.2742768 ], [ 120.0333328, 30.2742049 ], [ 120.0332188, 30.2741677 ], [ 120.0331695, 30.2741118 ], [ 120.0331172, 30.2740506 ], [ 120.0330494, 30.2740133 ], [ 120.0330124, 30.2739841 ], [ 120.0328922, 30.274032 ], [ 120.0327813, 30.2739947 ], [ 120.032692, 30.2739468 ], [ 120.0326273, 30.2739468 ], [ 120.032541, 30.2739495 ], [ 120.0324763, 30.2738963 ], [ 120.0323931, 30.273851 ], [ 120.0323284, 30.2738111 ], [ 120.0322853, 30.2737739 ], [ 120.0321774, 30.2737552 ], [ 120.0321097, 30.2737393 ], [ 120.0320357, 30.27371 ], [ 120.0319679, 30.2736887 ], [ 120.0319433, 30.2736621 ], [ 120.0315058, 30.2732337 ], [ 120.0315551, 30.2731752 ], [ 120.0315273, 30.2731193 ], [ 120.0315427, 30.2730368 ], [ 120.0316259, 30.2729197 ], [ 120.0316105, 30.2728612 ], [ 120.0316229, 30.272792 ], [ 120.0316259, 30.2727414 ], [ 120.0316321, 30.2726962 ], [ 120.0315766, 30.272776 ], [ 120.0315273, 30.2728505 ], [ 120.0314811, 30.2729463 ], [ 120.0314442, 30.2730049 ], [ 120.0313486, 30.2730208 ], [ 120.031287, 30.2729862 ], [ 120.0312531, 30.2729703 ], [ 120.0312316, 30.2729224 ], [ 120.0311915, 30.2728904 ], [ 120.0311484, 30.2728426 ], [ 120.0310898, 30.2727867 ], [ 120.0310282, 30.2727521 ], [ 120.0309419, 30.2727015 ], [ 120.030868, 30.2726563 ], [ 120.030789, 30.2726 ], [ 120.0306894, 30.2725614 ], [ 120.0306162, 30.2724806 ], [ 120.0305857, 30.2723981 ], [ 120.0305491, 30.2723261 ], [ 120.0305065, 30.2723033 ], [ 120.0304272, 30.272212 ], [ 120.0303784, 30.2721418 ], [ 120.0303438, 30.2720154 ], [ 120.0303316, 30.2719136 ], [ 120.0303398, 30.2718433 ], [ 120.0302971, 30.2717837 ], [ 120.0302544, 30.2717257 ], [ 120.0301914, 30.2716625 ], [ 120.0301019, 30.2715958 ], [ 120.0300308, 30.2715308 ], [ 120.0299353, 30.2714448 ], [ 120.0298661, 30.2714185 ], [ 120.0298031, 30.2713658 ], [ 120.0297787, 30.2713184 ], [ 120.029734, 30.2713009 ], [ 120.0296771, 30.2712833 ], [ 120.0295999, 30.271257 ], [ 120.0294637, 30.2712166 ], [ 120.0293884, 30.2712763 ], [ 120.0294677, 30.2713535 ], [ 120.0295023, 30.2713939 ], [ 120.029549, 30.2714396 ], [ 120.0295877, 30.2714676 ], [ 120.0297958, 30.2717959 ], [ 120.0300649, 30.2721007 ], [ 120.0300785, 30.2721144 ], [ 120.0300866, 30.2721515 ], [ 120.0301047, 30.2721978 ], [ 120.0301308, 30.2722366 ], [ 120.0301503, 30.272256 ], [ 120.030158, 30.2722774 ], [ 120.0301563, 30.2722962 ], [ 120.0301496, 30.2723269 ], [ 120.0301281, 30.2723565 ], [ 120.0300939, 30.2723634 ], [ 120.0300343, 30.2723623 ], [ 120.0299115, 30.272371 ], [ 120.0298592, 30.2723767 ], [ 120.0297862, 30.2723912 ], [ 120.0297379, 30.2724069 ], [ 120.0296869, 30.2724347 ], [ 120.0296386, 30.2724659 ], [ 120.0296172, 30.2724891 ], [ 120.0296004, 30.2725221 ], [ 120.029585, 30.272602 ], [ 120.0295783, 30.2726368 ], [ 120.0295602, 30.272726 ], [ 120.0295494, 30.2728342 ], [ 120.0295488, 30.272873 ], [ 120.0295159, 30.2729055 ], [ 120.029473, 30.2729286 ], [ 120.0294086, 30.2729304 ], [ 120.0293215, 30.272931 ], [ 120.0292632, 30.2729493 ], [ 120.0292289, 30.2729553 ], [ 120.0291793, 30.2729449 ], [ 120.0291431, 30.2729217 ], [ 120.0290962, 30.2729049 ], [ 120.0290298, 30.2728881 ], [ 120.02894, 30.2728668 ], [ 120.0287837, 30.2728539 ], [ 120.0287408, 30.2728568 ], [ 120.0286925, 30.2728707 ], [ 120.0286308, 30.2729049 ], [ 120.0285503, 30.2729524 ], [ 120.0284652, 30.2729808 ], [ 120.0284028, 30.2729935 ], [ 120.0283331, 30.2729935 ], [ 120.0282633, 30.2729837 ], [ 120.0282372, 30.2729634 ], [ 120.0282063, 30.2729269 ], [ 120.0281641, 30.2728771 ], [ 120.0281359, 30.2728557 ], [ 120.0281064, 30.2728337 ], [ 120.0280602, 30.2728036 ], [ 120.0280246, 30.2727902 ], [ 120.0279301, 30.2727746 ], [ 120.0278248, 30.2727607 ], [ 120.0275908, 30.2727242 ], [ 120.0273972, 30.272721 ], [ 120.0272549, 30.2728071 ], [ 120.0268727, 30.2729686 ], [ 120.0266552, 30.273016 ], [ 120.0264398, 30.2730546 ], [ 120.0262548, 30.2730651 ], [ 120.0261796, 30.2731108 ], [ 120.0261044, 30.2731073 ], [ 120.0260353, 30.2730704 ], [ 120.0257344, 30.2730406 ], [ 120.0256185, 30.2730072 ], [ 120.0254763, 30.2729774 ], [ 120.0253604, 30.2729616 ], [ 120.025027, 30.2729335 ], [ 120.0248055, 30.2729019 ], [ 120.0245615, 30.2728492 ], [ 120.0244944, 30.2728632 ], [ 120.0243989, 30.2728668 ], [ 120.0243217, 30.2728299 ], [ 120.0242343, 30.2727404 ], [ 120.0241814, 30.2726965 ], [ 120.023907, 30.2726684 ], [ 120.0237017, 30.2726385 ], [ 120.0234702, 30.2726084 ], [ 120.023346, 30.272549 ], [ 120.0231854, 30.2725164 ], [ 120.0231325, 30.2724612 ], [ 120.0230858, 30.2723506 ], [ 120.0230817, 30.2722418 ], [ 120.0230797, 30.2715764 ], [ 120.023089, 30.2713869 ], [ 120.0230931, 30.271264 ], [ 120.0230967, 30.2712243 ], [ 120.0231082, 30.2711649 ], [ 120.0231082, 30.2711004 ], [ 120.0231082, 30.2710439 ], [ 120.0231689, 30.2710157 ], [ 120.0231585, 30.2708833 ], [ 120.0228243, 30.2709091 ], [ 120.0224395, 30.2709249 ], [ 120.0219446, 30.2709496 ], [ 120.0216457, 30.2709638 ], [ 120.0213783, 30.2709716 ], [ 120.0212261, 30.2709047 ], [ 120.021212, 30.2708252 ], [ 120.0212332, 30.2707763 ], [ 120.0212969, 30.2707335 ], [ 120.0213606, 30.270706 ], [ 120.0214137, 30.2706846 ], [ 120.0215022, 30.2706387 ], [ 120.0214951, 30.2705868 ], [ 120.0213995, 30.2705868 ], [ 120.0212509, 30.2706357 ], [ 120.0211553, 30.2706907 ], [ 120.0210279, 30.2707152 ], [ 120.0209713, 30.270761 ], [ 120.0209182, 30.2708007 ], [ 120.0209182, 30.2708588 ], [ 120.0208793, 30.2708955 ], [ 120.0208374, 30.2709219 ], [ 120.020785, 30.2709326 ], [ 120.0207357, 30.2709352 ], [ 120.0206525, 30.2709326 ], [ 120.0205693, 30.2709379 ], [ 120.0204769, 30.2709219 ], [ 120.0203875, 30.2709246 ], [ 120.0202859, 30.2709113 ], [ 120.0201907, 30.2708892 ], [ 120.0201201, 30.2708617 ], [ 120.0200988, 30.2710005 ], [ 120.0205817, 30.2710411 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0221456, 30.2804219 ], [ 120.0221938, 30.2804393 ], [ 120.0223011, 30.2804323 ], [ 120.0224111, 30.2804115 ], [ 120.0225546, 30.2803837 ], [ 120.0226847, 30.2803571 ], [ 120.0227705, 30.2803015 ], [ 120.0227906, 30.2802424 ], [ 120.0227692, 30.2801683 ], [ 120.0226699, 30.2801451 ], [ 120.0225479, 30.2801625 ], [ 120.0224446, 30.280181 ], [ 120.0223494, 30.2802111 ], [ 120.0222569, 30.2802447 ], [ 120.0221657, 30.2802922 ], [ 120.0221415, 30.2803524 ], [ 120.0221456, 30.2804219 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0306356, 30.2797185 ], [ 120.0307039, 30.279678 ], [ 120.0307236, 30.2796316 ], [ 120.0307808, 30.2796054 ], [ 120.0324742, 30.2799636 ], [ 120.0325528, 30.2800269 ], [ 120.0325636, 30.2800887 ], [ 120.0326136, 30.2801814 ], [ 120.0327334, 30.2802339 ], [ 120.032746, 30.2804253 ], [ 120.0327281, 30.2805489 ], [ 120.0327138, 30.2806446 ], [ 120.0327173, 30.2807434 ], [ 120.0327424, 30.280816 ], [ 120.0327764, 30.280884 ], [ 120.0329212, 30.2808515 ], [ 120.0328944, 30.2809535 ], [ 120.0329284, 30.280989 ], [ 120.032948, 30.2810492 ], [ 120.0329301, 30.2811156 ], [ 120.0328747, 30.2811696 ], [ 120.0328032, 30.281199 ], [ 120.0327388, 30.2811913 ], [ 120.0327209, 30.2812623 ], [ 120.0326887, 30.2813796 ], [ 120.0325815, 30.2814939 ], [ 120.0324366, 30.2816066 ], [ 120.032349, 30.281724 ], [ 120.0323365, 30.2817904 ], [ 120.0322936, 30.2819 ], [ 120.032222, 30.2820297 ], [ 120.0321827, 30.2821193 ], [ 120.0320289, 30.2822814 ], [ 120.0319145, 30.2822814 ], [ 120.0317947, 30.2823123 ], [ 120.0317589, 30.2823185 ], [ 120.0317374, 30.2823617 ], [ 120.031809, 30.2824621 ], [ 120.0318841, 30.2824884 ], [ 120.0320808, 30.2823911 ], [ 120.0322596, 30.2823077 ], [ 120.0325028, 30.2821903 ], [ 120.0325797, 30.2821085 ], [ 120.032625, 30.2819958 ], [ 120.0326328, 30.2819038 ], [ 120.0326726, 30.2818319 ], [ 120.032782, 30.2816827 ], [ 120.0328597, 30.2814838 ], [ 120.0329128, 30.2814684 ], [ 120.0330354, 30.2813827 ], [ 120.0331846, 30.2812589 ], [ 120.0333603, 30.2811069 ], [ 120.0335822, 30.2809105 ], [ 120.0336577, 30.2807698 ], [ 120.0336654, 30.2806055 ], [ 120.0336833, 30.2805061 ], [ 120.0337733, 30.2804327 ], [ 120.0338448, 30.2803436 ], [ 120.0338593, 30.2802434 ], [ 120.0338739, 30.2801405 ], [ 120.033937, 30.2800295 ], [ 120.0340272, 30.2799123 ], [ 120.0341385, 30.2798822 ], [ 120.0344106, 30.2798392 ], [ 120.0350467, 30.2797989 ], [ 120.035467, 30.2798826 ], [ 120.0356878, 30.2798789 ], [ 120.0358072, 30.2797822 ], [ 120.0358293, 30.279708 ], [ 120.0358009, 30.2796886 ], [ 120.0357805, 30.2796407 ], [ 120.0358058, 30.2795935 ], [ 120.0358556, 30.2795787 ], [ 120.0358551, 30.2795295 ], [ 120.0357936, 30.279467 ], [ 120.0356382, 30.2793911 ], [ 120.0355659, 30.2793662 ], [ 120.0354744, 30.2793957 ], [ 120.0354258, 30.2794108 ], [ 120.035399, 30.2794673 ], [ 120.0353626, 30.2795028 ], [ 120.0353152, 30.2795077 ], [ 120.0352665, 30.2794797 ], [ 120.035266, 30.279398 ], [ 120.0351855, 30.2794421 ], [ 120.0351346, 30.2794865 ], [ 120.0350653, 30.2795351 ], [ 120.0349812, 30.2795877 ], [ 120.034915, 30.2796139 ], [ 120.0347526, 30.279635 ], [ 120.0346203, 30.2796092 ], [ 120.0345229, 30.2795743 ], [ 120.0344602, 30.2795218 ], [ 120.0344518, 30.279433 ], [ 120.0344513, 30.2793343 ], [ 120.0344517, 30.2792488 ], [ 120.0344395, 30.2791824 ], [ 120.0344107, 30.2791735 ], [ 120.0343411, 30.2791944 ], [ 120.0342019, 30.279259 ], [ 120.0341465, 30.2793744 ], [ 120.0341656, 30.2795624 ], [ 120.0341097, 30.2796308 ], [ 120.0339672, 30.2797179 ], [ 120.033778, 30.2797478 ], [ 120.0335412, 30.2796865 ], [ 120.0334026, 30.2795651 ], [ 120.0333961, 30.2794263 ], [ 120.0334368, 30.279275 ], [ 120.0336011, 30.2790326 ], [ 120.0337531, 30.2789158 ], [ 120.0338822, 30.2788685 ], [ 120.0339156, 30.278856 ], [ 120.0339708, 30.2788159 ], [ 120.0339999, 30.2787707 ], [ 120.0340594, 30.2787118 ], [ 120.0340812, 30.2786842 ], [ 120.0340957, 30.2786566 ], [ 120.0341262, 30.2785964 ], [ 120.03418, 30.2785374 ], [ 120.0342221, 30.2785111 ], [ 120.0342729, 30.2785261 ], [ 120.0343296, 30.2785525 ], [ 120.0344036, 30.2785926 ], [ 120.0345387, 30.278624 ], [ 120.0345503, 30.2786628 ], [ 120.034559, 30.2787306 ], [ 120.0346244, 30.2787757 ], [ 120.034697, 30.2788284 ], [ 120.0347391, 30.2787807 ], [ 120.0347479, 30.2787268 ], [ 120.0347246, 30.2786729 ], [ 120.0346534, 30.2785863 ], [ 120.034469, 30.2784358 ], [ 120.0341712, 30.2783518 ], [ 120.0341335, 30.278412 ], [ 120.0340667, 30.2785638 ], [ 120.0336651, 30.27879 ], [ 120.0335739, 30.2788781 ], [ 120.033522, 30.2789476 ], [ 120.0334576, 30.2790325 ], [ 120.0334469, 30.2791221 ], [ 120.0333861, 30.2792332 ], [ 120.0333289, 30.2793506 ], [ 120.0332788, 30.2794108 ], [ 120.0331858, 30.2794541 ], [ 120.0330339, 30.2795251 ], [ 120.0329981, 30.2795992 ], [ 120.0330195, 30.2796517 ], [ 120.0330124, 30.2797366 ], [ 120.0329909, 30.2798447 ], [ 120.0329123, 30.2799204 ], [ 120.0328139, 30.2799744 ], [ 120.0327048, 30.2799683 ], [ 120.0307933, 30.2795359 ], [ 120.0306946, 30.2794498 ], [ 120.0306705, 30.2795818 ], [ 120.030633, 30.2796467 ], [ 120.0306356, 30.2797185 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0221576, 30.2807578 ], [ 120.0222797, 30.2807948 ], [ 120.0224312, 30.2808284 ], [ 120.0226002, 30.2808551 ], [ 120.0226887, 30.2808307 ], [ 120.0227491, 30.2807439 ], [ 120.0227732, 30.2806547 ], [ 120.0228107, 30.2805725 ], [ 120.0228161, 30.2804926 ], [ 120.0227853, 30.2804358 ], [ 120.0226605, 30.2804231 ], [ 120.0225063, 30.2804416 ], [ 120.0223843, 30.2804706 ], [ 120.0222582, 30.280503 ], [ 120.022167, 30.2805331 ], [ 120.0221187, 30.2806026 ], [ 120.0220986, 30.2806906 ], [ 120.0221576, 30.2807578 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0226478, 30.2812285 ], [ 120.0226512, 30.2812471 ], [ 120.0226693, 30.2812633 ], [ 120.0226994, 30.2812738 ], [ 120.0228144, 30.2813254 ], [ 120.0228707, 30.2813642 ], [ 120.0229505, 30.2813544 ], [ 120.02298, 30.2812976 ], [ 120.0230109, 30.2812212 ], [ 120.0230766, 30.2811598 ], [ 120.0232098, 30.2811139 ], [ 120.0232168, 30.281092 ], [ 120.023322, 30.2811221 ], [ 120.0234119, 30.2811569 ], [ 120.0235031, 30.2811841 ], [ 120.0235514, 30.2810509 ], [ 120.0234494, 30.2809866 ], [ 120.0234675, 30.280861 ], [ 120.0233603, 30.2808262 ], [ 120.0231779, 30.2807724 ], [ 120.0231185, 30.2808197 ], [ 120.0230407, 30.2807792 ], [ 120.0229951, 30.2807433 ], [ 120.0229791, 30.280697 ], [ 120.0229174, 30.2806842 ], [ 120.0228744, 30.2807167 ], [ 120.0228476, 30.2807804 ], [ 120.0228047, 30.2808603 ], [ 120.0227337, 30.2809185 ], [ 120.0227175, 30.280946 ], [ 120.022684, 30.281049 ], [ 120.0226491, 30.2811313 ], [ 120.0226317, 30.2811903 ], [ 120.0226478, 30.2812285 ] ], [ [ 120.0228674, 30.2808477 ], [ 120.0228875, 30.2808262 ], [ 120.0229505, 30.2808401 ], [ 120.0229955, 30.2808743 ], [ 120.0229854, 30.2808998 ], [ 120.0229526, 30.2809085 ], [ 120.0228989, 30.2808957 ], [ 120.0228661, 30.280876 ], [ 120.0228674, 30.2808477 ] ], [ [ 120.023035, 30.2808923 ], [ 120.0230572, 30.2808697 ], [ 120.0230954, 30.2808697 ], [ 120.0230967, 30.2808928 ], [ 120.0230786, 30.2809189 ], [ 120.0230397, 30.2809235 ], [ 120.023029, 30.2809079 ], [ 120.023035, 30.2808923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0205379, 30.2811644 ], [ 120.0205741, 30.2812136 ], [ 120.0206311, 30.2812212 ], [ 120.0207008, 30.2812038 ], [ 120.0207384, 30.2811963 ], [ 120.0207729, 30.2812042 ], [ 120.0208923, 30.2812552 ], [ 120.0210546, 30.28132 ], [ 120.0211511, 30.2813698 ], [ 120.0213805, 30.2814277 ], [ 120.0215427, 30.2814729 ], [ 120.0216755, 30.2815111 ], [ 120.0219218, 30.2816111 ], [ 120.0219762, 30.2816723 ], [ 120.0220513, 30.2817174 ], [ 120.0221757, 30.2817306 ], [ 120.0223052, 30.281708 ], [ 120.0223575, 30.2815928 ], [ 120.0223903, 30.2814769 ], [ 120.0224359, 30.2813363 ], [ 120.0224815, 30.2812251 ], [ 120.0225378, 30.2811058 ], [ 120.0225821, 30.2810027 ], [ 120.0225754, 30.2809483 ], [ 120.0225204, 30.2809089 ], [ 120.0223769, 30.2808823 ], [ 120.0222508, 30.2808464 ], [ 120.0222039, 30.2808533 ], [ 120.0221426, 30.2808749 ], [ 120.0221221, 30.280902 ], [ 120.0221013, 30.2809778 ], [ 120.0220872, 30.2810565 ], [ 120.0220416, 30.2811238 ], [ 120.022004, 30.2812216 ], [ 120.0219846, 30.2813108 ], [ 120.0219477, 30.2813849 ], [ 120.0219192, 30.2814395 ], [ 120.0218723, 30.2814794 ], [ 120.0218529, 30.2814592 ], [ 120.0218602, 30.2813665 ], [ 120.0218793, 30.2812859 ], [ 120.0218968, 30.2812297 ], [ 120.021929, 30.2811371 ], [ 120.0219779, 30.2810762 ], [ 120.0220128, 30.2809882 ], [ 120.0220202, 30.280902 ], [ 120.022043, 30.2808151 ], [ 120.0220141, 30.2807346 ], [ 120.0220148, 30.2806727 ], [ 120.0220416, 30.2806333 ], [ 120.0220795, 30.2805842 ], [ 120.0221043, 30.2805136 ], [ 120.022117, 30.2804464 ], [ 120.0221043, 30.2803879 ], [ 120.0220855, 30.2803479 ], [ 120.0220319, 30.2803468 ], [ 120.0219883, 30.2803948 ], [ 120.0219809, 30.2805112 ], [ 120.0219695, 30.2805813 ], [ 120.0219263, 30.2806344 ], [ 120.0219008, 30.2806953 ], [ 120.0218911, 30.2807637 ], [ 120.0218431, 30.2808186 ], [ 120.0217774, 30.2810351 ], [ 120.0217519, 30.2811174 ], [ 120.0217707, 30.2812088 ], [ 120.0217466, 30.2812656 ], [ 120.0216889, 30.2813443 ], [ 120.0216329, 30.2813544 ], [ 120.0215967, 30.2812559 ], [ 120.0216272, 30.2811394 ], [ 120.0216567, 30.2810977 ], [ 120.0216487, 30.280983 ], [ 120.0216902, 30.2809089 ], [ 120.0218431, 30.2805337 ], [ 120.0218552, 30.2804538 ], [ 120.0218472, 30.2804132 ], [ 120.0218056, 30.280382 ], [ 120.0217426, 30.2803854 ], [ 120.0216862, 30.2803982 ], [ 120.021642, 30.280448 ], [ 120.0216259, 30.2805441 ], [ 120.0215947, 30.2805801 ], [ 120.021539, 30.2805645 ], [ 120.021525, 30.2805338 ], [ 120.0215293, 30.2805064 ], [ 120.0215129, 30.2804759 ], [ 120.0214663, 30.2804758 ], [ 120.0214207, 30.28047 ], [ 120.0213711, 30.280485 ], [ 120.0213188, 30.280514 ], [ 120.0212447, 30.2805668 ], [ 120.021235, 30.2806066 ], [ 120.0212651, 30.2806784 ], [ 120.02119, 30.2808823 ], [ 120.0211645, 30.2809668 ], [ 120.0211498, 30.2810305 ], [ 120.0211216, 30.2810902 ], [ 120.0211132, 30.2811552 ], [ 120.0210616, 30.2811945 ], [ 120.0210066, 30.2811685 ], [ 120.0209949, 30.2811191 ], [ 120.0210238, 30.2810565 ], [ 120.0210438, 30.2809749 ], [ 120.0210351, 30.2809147 ], [ 120.0210733, 30.2807856 ], [ 120.0211277, 30.2806772 ], [ 120.021143, 30.2806245 ], [ 120.0211961, 30.2805846 ], [ 120.0211417, 30.2805522 ], [ 120.0210693, 30.2805557 ], [ 120.0210036, 30.2805765 ], [ 120.0209848, 30.2806628 ], [ 120.0209426, 30.2807867 ], [ 120.0208735, 30.2809512 ], [ 120.0208011, 30.2810664 ], [ 120.0207518, 30.2810498 ], [ 120.0207297, 30.2810024 ], [ 120.0207391, 30.2809468 ], [ 120.0207592, 30.2808901 ], [ 120.0207887, 30.2808345 ], [ 120.0208115, 30.2807893 ], [ 120.0208604, 30.2807441 ], [ 120.0208812, 30.2806869 ], [ 120.0208665, 30.2806341 ], [ 120.0208397, 30.2806254 ], [ 120.0208001, 30.2806319 ], [ 120.0207619, 30.2806532 ], [ 120.020725, 30.2807007 ], [ 120.0207056, 30.2807754 ], [ 120.0206713, 30.2808443 ], [ 120.0206311, 30.2808982 ], [ 120.0205963, 30.280966 ], [ 120.0205694, 30.2809982 ], [ 120.0205319, 30.2810689 ], [ 120.0205164, 30.2811094 ], [ 120.0205379, 30.2811644 ] ], [ [ 120.0212836, 30.2812235 ], [ 120.0213023, 30.2812044 ], [ 120.0213613, 30.2812252 ], [ 120.0213855, 30.2812634 ], [ 120.0213533, 30.2813086 ], [ 120.0212976, 30.2813161 ], [ 120.0212574, 30.2812959 ], [ 120.021254, 30.28126 ], [ 120.0212836, 30.2812235 ] ], [ [ 120.021481, 30.2806819 ], [ 120.021527, 30.2806328 ], [ 120.0215856, 30.2806333 ], [ 120.0216112, 30.280668 ], [ 120.0216098, 30.2807641 ], [ 120.0215722, 30.280822 ], [ 120.02154, 30.2808938 ], [ 120.0214837, 30.280895 ], [ 120.0214408, 30.2808475 ], [ 120.0214287, 30.2807792 ], [ 120.021481, 30.2806819 ] ], [ [ 120.0219072, 30.2815136 ], [ 120.0219286, 30.2815032 ], [ 120.0219541, 30.2815037 ], [ 120.0219782, 30.2814563 ], [ 120.0219923, 30.2814528 ], [ 120.0219984, 30.2814951 ], [ 120.0219957, 30.2815408 ], [ 120.0220037, 30.2815802 ], [ 120.0219876, 30.2815871 ], [ 120.021938, 30.2815518 ], [ 120.0219038, 30.2815356 ], [ 120.0219072, 30.2815136 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0218683, 30.28304 ], [ 120.0218911, 30.2830672 ], [ 120.0219273, 30.2830956 ], [ 120.0219682, 30.2831118 ], [ 120.0219816, 30.2831164 ], [ 120.0220198, 30.2831164 ], [ 120.0220466, 30.2830927 ], [ 120.0220446, 30.2830591 ], [ 120.0220232, 30.2830267 ], [ 120.021993, 30.2829983 ], [ 120.0219601, 30.2829774 ], [ 120.0219192, 30.282967 ], [ 120.0218844, 30.282967 ], [ 120.0218636, 30.2829809 ], [ 120.0218582, 30.2830081 ], [ 120.0218683, 30.28304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0310597, 30.2843951 ], [ 120.0311776, 30.2844864 ], [ 120.0315313, 30.2846829 ], [ 120.0317387, 30.2847777 ], [ 120.0319623, 30.2848374 ], [ 120.0322387, 30.2849533 ], [ 120.0323729, 30.285027 ], [ 120.032503, 30.2851007 ], [ 120.0325924, 30.2851534 ], [ 120.0326981, 30.285185 ], [ 120.0327713, 30.2852447 ], [ 120.0328526, 30.285357 ], [ 120.0331413, 30.2855115 ], [ 120.0334107, 30.2855184 ], [ 120.0339312, 30.2857561 ], [ 120.0340113, 30.2858296 ], [ 120.0340213, 30.2858945 ], [ 120.0340013, 30.2859852 ], [ 120.0339513, 30.2860803 ], [ 120.0338962, 30.2861235 ], [ 120.0338411, 30.286184 ], [ 120.0338161, 30.2862618 ], [ 120.0336259, 30.2864952 ], [ 120.0336459, 30.2866422 ], [ 120.0336459, 30.2867848 ], [ 120.0335558, 30.2869447 ], [ 120.0330553, 30.2875714 ], [ 120.0329302, 30.2878739 ], [ 120.0329202, 30.2881808 ], [ 120.0329502, 30.2885395 ], [ 120.0329893, 30.2892865 ], [ 120.0329152, 30.2897367 ], [ 120.0328651, 30.2899053 ], [ 120.032755, 30.2901732 ], [ 120.0325548, 30.2905233 ], [ 120.0321144, 30.2914352 ], [ 120.0318841, 30.2919279 ], [ 120.0315466, 30.2925931 ], [ 120.0318415, 30.2926817 ], [ 120.0319642, 30.2924335 ], [ 120.0320243, 30.2921872 ], [ 120.0321894, 30.2917637 ], [ 120.0325148, 30.2910678 ], [ 120.032755, 30.2906573 ], [ 120.0330053, 30.2903202 ], [ 120.0334257, 30.289607 ], [ 120.0335358, 30.2895076 ], [ 120.033686, 30.2894774 ], [ 120.0340431, 30.289437 ], [ 120.034152, 30.289437 ], [ 120.0349875, 30.289571 ], [ 120.0350964, 30.2896651 ], [ 120.0355158, 30.2897535 ], [ 120.0355894, 30.2896975 ], [ 120.0359698, 30.2897797 ], [ 120.036145, 30.2898186 ], [ 120.037126, 30.2901178 ], [ 120.037545, 30.290238 ], [ 120.0396816, 30.2908509 ], [ 120.0397774, 30.290868 ], [ 120.0399128, 30.2908452 ], [ 120.0400382, 30.290771 ], [ 120.0401208, 30.2906855 ], [ 120.0404114, 30.2899926 ], [ 120.0404822, 30.2898616 ], [ 120.0405765, 30.2896961 ], [ 120.0406326, 30.2896733 ], [ 120.0407416, 30.2896676 ], [ 120.0409496, 30.2897445 ], [ 120.0417058, 30.2900867 ], [ 120.0419337, 30.2902293 ], [ 120.0421516, 30.2903291 ], [ 120.0423828, 30.2903576 ], [ 120.0426106, 30.2904488 ], [ 120.0428055, 30.2905287 ], [ 120.0429607, 30.2905429 ], [ 120.0431918, 30.2905572 ], [ 120.043522, 30.2906655 ], [ 120.0438325, 30.2907254 ], [ 120.0439784, 30.2907676 ], [ 120.0440834, 30.2908224 ], [ 120.0441232, 30.2908366 ], [ 120.0441708, 30.2908441 ], [ 120.0442171, 30.2908436 ], [ 120.0442989, 30.2908505 ], [ 120.0443526, 30.2908609 ], [ 120.0443811, 30.2908996 ], [ 120.0443874, 30.2909455 ], [ 120.0443673, 30.2909964 ], [ 120.0443015, 30.2910654 ], [ 120.0442354, 30.2911366 ], [ 120.0441589, 30.2912195 ], [ 120.0440969, 30.2913004 ], [ 120.0440197, 30.2914606 ], [ 120.0439613, 30.29161 ], [ 120.0439073, 30.2917043 ], [ 120.0437261, 30.2919342 ], [ 120.0436607, 30.292037 ], [ 120.0436244, 30.2921055 ], [ 120.0435584, 30.2921768 ], [ 120.0434791, 30.2922537 ], [ 120.0433768, 30.2923279 ], [ 120.0432612, 30.2923906 ], [ 120.0432017, 30.2924362 ], [ 120.0431555, 30.2925246 ], [ 120.0431357, 30.292593 ], [ 120.0430961, 30.2926444 ], [ 120.0430829, 30.2927128 ], [ 120.0430994, 30.2927556 ], [ 120.043073, 30.2928297 ], [ 120.0430432, 30.2928782 ], [ 120.0430135, 30.2929438 ], [ 120.042997, 30.2929979 ], [ 120.0429706, 30.2930407 ], [ 120.0429045, 30.2930835 ], [ 120.0428517, 30.2931348 ], [ 120.0428385, 30.2931975 ], [ 120.0428385, 30.2932374 ], [ 120.0427826, 30.2933261 ], [ 120.0427785, 30.2933963 ], [ 120.042811, 30.2934771 ], [ 120.0428639, 30.2935719 ], [ 120.042933, 30.2936386 ], [ 120.0430062, 30.2936912 ], [ 120.0430631, 30.2937333 ], [ 120.043059, 30.2938527 ], [ 120.0429208, 30.2942915 ], [ 120.042872, 30.2944214 ], [ 120.0427582, 30.2945618 ], [ 120.0427338, 30.2946144 ], [ 120.0427501, 30.2946565 ], [ 120.0427094, 30.2947408 ], [ 120.0426159, 30.2948917 ], [ 120.0425102, 30.2950076 ], [ 120.0423638, 30.2951831 ], [ 120.0422175, 30.2954113 ], [ 120.0421402, 30.295657 ], [ 120.0419857, 30.296359 ], [ 120.0418963, 30.2964854 ], [ 120.0417385, 30.2968561 ], [ 120.0416409, 30.2970738 ], [ 120.0415271, 30.2974388 ], [ 120.0414783, 30.2975617 ], [ 120.0412629, 30.2977828 ], [ 120.0411897, 30.2978846 ], [ 120.0411165, 30.2979478 ], [ 120.0410881, 30.2979532 ], [ 120.041023, 30.2979654 ], [ 120.0408644, 30.2979619 ], [ 120.0406734, 30.2979513 ], [ 120.0403603, 30.2979619 ], [ 120.0401692, 30.2979654 ], [ 120.0399619, 30.2979513 ], [ 120.0397017, 30.2979268 ], [ 120.0392382, 30.2979057 ], [ 120.0387504, 30.2979057 ], [ 120.0383073, 30.2978881 ], [ 120.0374291, 30.2978144 ], [ 120.0371974, 30.2977899 ], [ 120.0369941, 30.2977548 ], [ 120.0367583, 30.2977161 ], [ 120.0365469, 30.2977232 ], [ 120.0363558, 30.2977302 ], [ 120.0360997, 30.2977091 ], [ 120.0352848, 30.2976167 ], [ 120.0350796, 30.2975951 ], [ 120.0349144, 30.2976167 ], [ 120.0348093, 30.2976427 ], [ 120.0346742, 30.2976513 ], [ 120.034569, 30.2976297 ], [ 120.0343438, 30.2975303 ], [ 120.0342137, 30.2974741 ], [ 120.0341186, 30.2974655 ], [ 120.0340385, 30.2975174 ], [ 120.0339034, 30.2976297 ], [ 120.0338533, 30.297647 ], [ 120.0336831, 30.2976427 ], [ 120.0336481, 30.2976643 ], [ 120.033583, 30.29766 ], [ 120.0325219, 30.2973531 ], [ 120.0324819, 30.2974223 ], [ 120.0334429, 30.297755 ], [ 120.0336331, 30.2978112 ], [ 120.0338383, 30.2978285 ], [ 120.0341736, 30.2977939 ], [ 120.034519, 30.2977853 ], [ 120.0347042, 30.2978026 ], [ 120.0349294, 30.2978631 ], [ 120.0350996, 30.2978804 ], [ 120.0352397, 30.2978804 ], [ 120.0355551, 30.2978631 ], [ 120.0361907, 30.2979149 ], [ 120.0380822, 30.2980269 ], [ 120.0390773, 30.2980895 ], [ 120.0392463, 30.2981242 ], [ 120.0395869, 30.298145 ], [ 120.039831, 30.2981659 ], [ 120.0400026, 30.2981937 ], [ 120.0401072, 30.2982446 ], [ 120.0401931, 30.2982771 ], [ 120.0403272, 30.2982724 ], [ 120.0404103, 30.2982585 ], [ 120.0404988, 30.2982539 ], [ 120.0406383, 30.2982585 ], [ 120.0407778, 30.2982562 ], [ 120.0409226, 30.29824 ], [ 120.0410246, 30.2982192 ], [ 120.041097, 30.2982145 ], [ 120.0411909, 30.2982192 ], [ 120.0412901, 30.2982446 ], [ 120.0413732, 30.2982678 ], [ 120.0414564, 30.2982771 ], [ 120.0415905, 30.2982724 ], [ 120.0416281, 30.2982678 ], [ 120.0416871, 30.2982493 ], [ 120.0417407, 30.2982029 ], [ 120.0417729, 30.2981613 ], [ 120.0418104, 30.2981057 ], [ 120.0418587, 30.2980779 ], [ 120.0419097, 30.2980709 ], [ 120.0419821, 30.2980709 ], [ 120.0420411, 30.298064 ], [ 120.0420851, 30.2980271 ], [ 120.0421535, 30.2979876 ], [ 120.042186, 30.2979174 ], [ 120.0421738, 30.2978542 ], [ 120.0421291, 30.2978085 ], [ 120.0420681, 30.297784 ], [ 120.0420274, 30.2977559 ], [ 120.0419705, 30.297633 ], [ 120.0419502, 30.2975804 ], [ 120.0419095, 30.2975558 ], [ 120.0418648, 30.2975488 ], [ 120.0418079, 30.2974996 ], [ 120.0417916, 30.2973803 ], [ 120.0418404, 30.297282 ], [ 120.0420274, 30.2969801 ], [ 120.0420488, 30.2968859 ], [ 120.0420285, 30.296735 ], [ 120.0420326, 30.2966507 ], [ 120.042061, 30.2965595 ], [ 120.0421342, 30.2964928 ], [ 120.042183, 30.296405 ], [ 120.0421911, 30.2962576 ], [ 120.0422562, 30.2960364 ], [ 120.0423009, 30.2959206 ], [ 120.0423415, 30.2958293 ], [ 120.0423781, 30.2957486 ], [ 120.042492, 30.2954994 ], [ 120.0425814, 30.2954081 ], [ 120.0426668, 30.2953274 ], [ 120.042744, 30.2952431 ], [ 120.0428172, 30.2951764 ], [ 120.0428782, 30.2951378 ], [ 120.0428985, 30.2950957 ], [ 120.0428782, 30.295036 ], [ 120.0428782, 30.2949588 ], [ 120.0429392, 30.2948816 ], [ 120.0430164, 30.2948394 ], [ 120.0430733, 30.2947868 ], [ 120.0430815, 30.2946674 ], [ 120.0430652, 30.2945516 ], [ 120.0433498, 30.2938109 ], [ 120.0433498, 30.2937372 ], [ 120.0433498, 30.2936178 ], [ 120.0432766, 30.2935301 ], [ 120.0431302, 30.2934283 ], [ 120.0430611, 30.293344 ], [ 120.0431773, 30.2929868 ], [ 120.0432075, 30.2930667 ], [ 120.0432603, 30.2928807 ], [ 120.0432969, 30.2927016 ], [ 120.0433579, 30.2925823 ], [ 120.0435165, 30.2924735 ], [ 120.0437213, 30.2922888 ], [ 120.0440639, 30.291886 ], [ 120.044297, 30.2915327 ], [ 120.0445435, 30.2909838 ], [ 120.0445577, 30.2909466 ], [ 120.0445857, 30.2909148 ], [ 120.0446255, 30.2908893 ], [ 120.0446704, 30.2908699 ], [ 120.0446922, 30.2908673 ], [ 120.0447214, 30.290869 ], [ 120.0447291, 30.290867 ], [ 120.0447338, 30.2908625 ], [ 120.0446805, 30.2907324 ], [ 120.0446561, 30.2906716 ], [ 120.0446087, 30.2905535 ], [ 120.0446023, 30.290541 ], [ 120.0445886, 30.2905384 ], [ 120.0442868, 30.2905309 ], [ 120.0439271, 30.2904585 ], [ 120.0436384, 30.2904304 ], [ 120.0434473, 30.2903953 ], [ 120.0431953, 30.2903637 ], [ 120.0428782, 30.2902865 ], [ 120.0426912, 30.2902092 ], [ 120.0425692, 30.290118 ], [ 120.0424838, 30.289946 ], [ 120.042492, 30.2897283 ], [ 120.042492, 30.2895282 ], [ 120.0425367, 30.2893562 ], [ 120.0425519, 30.2890241 ], [ 120.0425426, 30.288804 ], [ 120.0425053, 30.2886911 ], [ 120.0424799, 30.2885729 ], [ 120.0424634, 30.2881995 ], [ 120.042437, 30.2881054 ], [ 120.0422785, 30.2877804 ], [ 120.0422157, 30.2876121 ], [ 120.0421583, 30.287334 ], [ 120.0420988, 30.2865698 ], [ 120.0420229, 30.2860337 ], [ 120.0419767, 30.2856573 ], [ 120.0419469, 30.2853095 ], [ 120.041904, 30.2851897 ], [ 120.0418413, 30.2849673 ], [ 120.041838, 30.2847277 ], [ 120.0418281, 30.2842772 ], [ 120.0418149, 30.2842145 ], [ 120.0418116, 30.2839407 ], [ 120.0417521, 30.2838381 ], [ 120.0416762, 30.2837582 ], [ 120.0415375, 30.2836926 ], [ 120.0414285, 30.2836327 ], [ 120.0413625, 30.28355 ], [ 120.0413096, 30.2832849 ], [ 120.0413162, 30.283185 ], [ 120.0413096, 30.2830681 ], [ 120.0412568, 30.2828257 ], [ 120.0412601, 30.282532 ], [ 120.0412634, 30.2823552 ], [ 120.0412304, 30.2820644 ], [ 120.0411874, 30.2819446 ], [ 120.0412039, 30.2818305 ], [ 120.0411643, 30.2816623 ], [ 120.0412205, 30.2813828 ], [ 120.0411148, 30.2808239 ], [ 120.0411016, 30.2806842 ], [ 120.0411709, 30.2804019 ], [ 120.0412403, 30.2802251 ], [ 120.0413228, 30.2801851 ], [ 120.041412, 30.2801965 ], [ 120.0419767, 30.2803334 ], [ 120.0424858, 30.2804122 ], [ 120.0427514, 30.2804538 ], [ 120.0430093, 30.2804819 ], [ 120.0433347, 30.2805082 ], [ 120.0437565, 30.2805131 ], [ 120.045302, 30.2804903 ], [ 120.0455785, 30.2804887 ], [ 120.0455382, 30.280368 ], [ 120.0454116, 30.2803706 ], [ 120.0434527, 30.2804104 ], [ 120.0431985, 30.280399 ], [ 120.0425314, 30.2803534 ], [ 120.0420097, 30.280245 ], [ 120.0418314, 30.2801766 ], [ 120.0417092, 30.2801042 ], [ 120.0412271, 30.2799445 ], [ 120.0406657, 30.2796137 ], [ 120.040461, 30.2794654 ], [ 120.0403685, 30.2792858 ], [ 120.0403487, 30.2790063 ], [ 120.0403883, 30.2787468 ], [ 120.0404742, 30.2786014 ], [ 120.0406129, 30.2784303 ], [ 120.0407714, 30.2782791 ], [ 120.0415177, 30.2775918 ], [ 120.041587, 30.2774817 ], [ 120.041554, 30.2772165 ], [ 120.0413743, 30.2775145 ], [ 120.0412928, 30.2776087 ], [ 120.0411907, 30.2776813 ], [ 120.0411214, 30.2777441 ], [ 120.0410048, 30.2777832 ], [ 120.0407463, 30.2779975 ], [ 120.0407144, 30.2780679 ], [ 120.0406719, 30.2781684 ], [ 120.0405975, 30.2782391 ], [ 120.040564, 30.2782586 ], [ 120.0404652, 30.2782783 ], [ 120.0403676, 30.2782891 ], [ 120.0402557, 30.2783038 ], [ 120.0401597, 30.2783185 ], [ 120.0400994, 30.2783333 ], [ 120.0400766, 30.2783608 ], [ 120.0400655, 30.2783959 ], [ 120.0400114, 30.2784937 ], [ 120.0392389, 30.2790578 ], [ 120.0391464, 30.2791134 ], [ 120.0389434, 30.2790946 ], [ 120.0387483, 30.2790419 ], [ 120.0386507, 30.2789928 ], [ 120.0385653, 30.2789366 ], [ 120.0379514, 30.2788524 ], [ 120.0374798, 30.2787365 ], [ 120.0371505, 30.2786277 ], [ 120.0368904, 30.2785118 ], [ 120.036618, 30.2783749 ], [ 120.0363862, 30.2782309 ], [ 120.0360366, 30.2777921 ], [ 120.0354268, 30.2769494 ], [ 120.0353333, 30.2767739 ], [ 120.0353495, 30.2766229 ], [ 120.0353943, 30.2764228 ], [ 120.0355, 30.27617 ], [ 120.035626, 30.2759172 ], [ 120.0366505, 30.2751589 ], [ 120.0369717, 30.2748604 ], [ 120.0372075, 30.2746427 ], [ 120.0376343, 30.2743092 ], [ 120.0378945, 30.2740845 ], [ 120.0380653, 30.2739511 ], [ 120.0381954, 30.2738141 ], [ 120.0382563, 30.2737264 ], [ 120.038358, 30.2735929 ], [ 120.0383824, 30.2735122 ], [ 120.0383905, 30.2733928 ], [ 120.0384312, 30.2732629 ], [ 120.0385084, 30.2731295 ], [ 120.0385084, 30.2730101 ], [ 120.0385247, 30.2727959 ], [ 120.0385978, 30.2725466 ], [ 120.0386548, 30.2722552 ], [ 120.0386548, 30.2721218 ], [ 120.0386222, 30.2719603 ], [ 120.0386426, 30.2718233 ], [ 120.0386954, 30.2716794 ], [ 120.0387198, 30.2716408 ], [ 120.038793, 30.2716197 ], [ 120.0389527, 30.2716454 ], [ 120.0389637, 30.2715249 ], [ 120.0388906, 30.2715003 ], [ 120.0388011, 30.2714722 ], [ 120.038667, 30.2714477 ], [ 120.0385775, 30.2714441 ], [ 120.0385003, 30.2714582 ], [ 120.0383702, 30.2714477 ], [ 120.037801, 30.2713248 ], [ 120.0374717, 30.271237 ], [ 120.0367399, 30.2710965 ], [ 120.0362521, 30.2709315 ], [ 120.0354105, 30.2705558 ], [ 120.0349186, 30.2703732 ], [ 120.0341218, 30.2700608 ], [ 120.0340405, 30.2700292 ], [ 120.0340242, 30.269973 ], [ 120.0340967, 30.269788 ], [ 120.0339871, 30.2697526 ], [ 120.0338941, 30.2699484 ], [ 120.0338982, 30.2700292 ], [ 120.0339632, 30.2701099 ], [ 120.0342519, 30.2702574 ], [ 120.034882, 30.2705137 ], [ 120.0356057, 30.2708367 ], [ 120.035939, 30.2709631 ], [ 120.036021, 30.2709982 ], [ 120.0363496, 30.2711387 ], [ 120.036448, 30.2711747 ], [ 120.036618, 30.271237 ], [ 120.0367684, 30.2712475 ], [ 120.0372278, 30.2713564 ], [ 120.0374026, 30.2714231 ], [ 120.0376343, 30.2714793 ], [ 120.0378539, 30.2716092 ], [ 120.0383702, 30.2717391 ], [ 120.0384474, 30.2718233 ], [ 120.0384596, 30.2719778 ], [ 120.038297, 30.2731435 ], [ 120.0382604, 30.2733296 ], [ 120.0381791, 30.2735122 ], [ 120.0380043, 30.2736807 ], [ 120.0378376, 30.2738317 ], [ 120.0368334, 30.2746322 ], [ 120.0364797, 30.2749096 ], [ 120.0361789, 30.275222 ], [ 120.0359512, 30.2754116 ], [ 120.0358659, 30.2754643 ], [ 120.0357723, 30.2755696 ], [ 120.0356341, 30.275682 ], [ 120.0354105, 30.2758224 ], [ 120.035317, 30.2758681 ], [ 120.0352438, 30.2759418 ], [ 120.0351788, 30.2760542 ], [ 120.0351219, 30.2761033 ], [ 120.0350397, 30.276142 ], [ 120.0349442, 30.2764028 ], [ 120.0349511, 30.2766651 ], [ 120.0349877, 30.2768687 ], [ 120.0350324, 30.2770758 ], [ 120.0351056, 30.2773216 ], [ 120.0352967, 30.277441 ], [ 120.0354756, 30.2775358 ], [ 120.0355935, 30.2776095 ], [ 120.0357764, 30.2778728 ], [ 120.0359838, 30.2780343 ], [ 120.0361057, 30.2782239 ], [ 120.0361748, 30.2783503 ], [ 120.036374, 30.2785118 ], [ 120.0366911, 30.2786803 ], [ 120.0369839, 30.2787997 ], [ 120.0372791, 30.2788932 ], [ 120.0379398, 30.2790488 ], [ 120.0383287, 30.2791348 ], [ 120.0390209, 30.2793081 ], [ 120.0391611, 30.2793254 ], [ 120.0392912, 30.2792865 ], [ 120.0395515, 30.279118 ], [ 120.0397517, 30.2789407 ], [ 120.0399619, 30.2787981 ], [ 120.040097, 30.2787549 ], [ 120.0401971, 30.2787549 ], [ 120.0402463, 30.2788391 ], [ 120.0402001, 30.2793125 ], [ 120.0402001, 30.2793895 ], [ 120.0402496, 30.2794637 ], [ 120.0403322, 30.2795663 ], [ 120.0404312, 30.2796405 ], [ 120.0407747, 30.2799256 ], [ 120.0409233, 30.2800368 ], [ 120.0410256, 30.2801937 ], [ 120.0410454, 30.2803534 ], [ 120.0410256, 30.280456 ], [ 120.0410091, 30.280687 ], [ 120.0409992, 30.2808467 ], [ 120.0410355, 30.2813743 ], [ 120.0410157, 30.2815511 ], [ 120.0409959, 30.2816537 ], [ 120.0410157, 30.2817621 ], [ 120.0410388, 30.2818904 ], [ 120.0411412, 30.2821414 ], [ 120.0411445, 30.2823096 ], [ 120.0411148, 30.2824009 ], [ 120.0411049, 30.2825292 ], [ 120.041128, 30.2826889 ], [ 120.0411181, 30.282783 ], [ 120.0411643, 30.283014 ], [ 120.0411709, 30.2831309 ], [ 120.0411247, 30.2832849 ], [ 120.041052, 30.2834816 ], [ 120.0410106, 30.2835291 ], [ 120.0409314, 30.2835519 ], [ 120.040829, 30.2835519 ], [ 120.040753, 30.2835291 ], [ 120.0405483, 30.2834749 ], [ 120.0402643, 30.2834663 ], [ 120.0395015, 30.2834008 ], [ 120.0381344, 30.2832724 ], [ 120.0380023, 30.2832639 ], [ 120.0379099, 30.2832154 ], [ 120.0374588, 30.2831453 ], [ 120.0368896, 30.2830996 ], [ 120.0368002, 30.2831207 ], [ 120.0367026, 30.2831769 ], [ 120.0365197, 30.2834191 ], [ 120.0361213, 30.2839317 ], [ 120.0357147, 30.2843459 ], [ 120.0351577, 30.2848655 ], [ 120.034804, 30.285206 ], [ 120.0343812, 30.2855922 ], [ 120.0341617, 30.2856133 ], [ 120.0340275, 30.2855817 ], [ 120.0335681, 30.2853394 ], [ 120.0333852, 30.2853008 ], [ 120.0331697, 30.2853043 ], [ 120.03306, 30.2852692 ], [ 120.0329868, 30.2851674 ], [ 120.0328933, 30.2850586 ], [ 120.0326371, 30.2848971 ], [ 120.0318159, 30.2846198 ], [ 120.0316127, 30.2845531 ], [ 120.0312833, 30.2843178 ], [ 120.0312305, 30.2842546 ], [ 120.0312305, 30.2841774 ], [ 120.0317387, 30.2828855 ], [ 120.0317834, 30.2827415 ], [ 120.0317793, 30.2826432 ], [ 120.0317224, 30.2825695 ], [ 120.0316045, 30.2824888 ], [ 120.031511, 30.2824712 ], [ 120.0313706, 30.2825327 ], [ 120.0313625, 30.2828269 ], [ 120.0314012, 30.2828504 ], [ 120.0314907, 30.2829416 ], [ 120.0314988, 30.2830645 ], [ 120.0310313, 30.2841985 ], [ 120.0310069, 30.2843143 ], [ 120.0310597, 30.2843951 ] ], [ [ 120.0331463, 30.2878555 ], [ 120.0331463, 30.2878013 ], [ 120.0331827, 30.2876986 ], [ 120.0338332, 30.2867947 ], [ 120.0339025, 30.2866978 ], [ 120.0339158, 30.2866037 ], [ 120.0338893, 30.2865267 ], [ 120.0339025, 30.286444 ], [ 120.0339422, 30.2863271 ], [ 120.0340115, 30.2862558 ], [ 120.0341436, 30.2861389 ], [ 120.0343054, 30.2860448 ], [ 120.0344507, 30.285945 ], [ 120.0346125, 30.2857682 ], [ 120.0351739, 30.2852977 ], [ 120.0354843, 30.2850097 ], [ 120.0356131, 30.2848272 ], [ 120.0358278, 30.2846209 ], [ 120.0361711, 30.2842911 ], [ 120.0366401, 30.2837949 ], [ 120.0367556, 30.2836894 ], [ 120.0369307, 30.283544 ], [ 120.0370991, 30.2834556 ], [ 120.0371915, 30.2834271 ], [ 120.0373566, 30.2834299 ], [ 120.0379642, 30.2834499 ], [ 120.0380699, 30.2834185 ], [ 120.0382416, 30.2834043 ], [ 120.0387237, 30.2834356 ], [ 120.0395064, 30.2835098 ], [ 120.0406885, 30.2836324 ], [ 120.0411079, 30.2836894 ], [ 120.041382, 30.283775 ], [ 120.0415207, 30.283852 ], [ 120.0416396, 30.2839489 ], [ 120.0416792, 30.2840915 ], [ 120.0416726, 30.284331 ], [ 120.0416825, 30.2850211 ], [ 120.0417221, 30.2852064 ], [ 120.041775, 30.285406 ], [ 120.0417882, 30.285637 ], [ 120.0418443, 30.2860619 ], [ 120.0419004, 30.2864525 ], [ 120.0419335, 30.2868232 ], [ 120.0419863, 30.2870827 ], [ 120.0419797, 30.2872766 ], [ 120.0420424, 30.2876217 ], [ 120.0420953, 30.2878811 ], [ 120.0421877, 30.2881064 ], [ 120.0422703, 30.2883317 ], [ 120.0422942, 30.2885614 ], [ 120.0422785, 30.2886921 ], [ 120.0422715, 30.2892441 ], [ 120.0422934, 30.2893525 ], [ 120.0423066, 30.2894751 ], [ 120.0423396, 30.2896005 ], [ 120.0423594, 30.2897887 ], [ 120.042333, 30.2898828 ], [ 120.0422307, 30.2899399 ], [ 120.0421217, 30.2899684 ], [ 120.0419962, 30.2899484 ], [ 120.0416132, 30.2897488 ], [ 120.0410914, 30.2895007 ], [ 120.0407017, 30.2893696 ], [ 120.0404022, 30.2894722 ], [ 120.040322, 30.2895236 ], [ 120.0402956, 30.2895806 ], [ 120.0400413, 30.2904246 ], [ 120.0399092, 30.2906356 ], [ 120.0398432, 30.2907097 ], [ 120.0398168, 30.2907525 ], [ 120.0397243, 30.2907696 ], [ 120.039645, 30.2907411 ], [ 120.0388294, 30.290513 ], [ 120.0377133, 30.2901794 ], [ 120.0375746, 30.2900995 ], [ 120.0372179, 30.2898743 ], [ 120.0368085, 30.2897517 ], [ 120.0365278, 30.2896661 ], [ 120.0362933, 30.2895692 ], [ 120.036006, 30.2895407 ], [ 120.0357254, 30.2895007 ], [ 120.0354183, 30.289438 ], [ 120.034563, 30.2892698 ], [ 120.034071, 30.2892156 ], [ 120.0338563, 30.2891899 ], [ 120.0335624, 30.2891472 ], [ 120.0334105, 30.2890958 ], [ 120.0333015, 30.2890274 ], [ 120.0332718, 30.2889305 ], [ 120.0331794, 30.288229 ], [ 120.0331364, 30.287941 ], [ 120.0331463, 30.2878555 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0286813, 30.284585 ], [ 120.0287167, 30.2846067 ], [ 120.0287574, 30.2846278 ], [ 120.0288574, 30.2846488 ], [ 120.0288596, 30.2846125 ], [ 120.0288078, 30.2845945 ], [ 120.0287375, 30.2845636 ], [ 120.0287034, 30.2845643 ], [ 120.0285977, 30.2845311 ], [ 120.0285911, 30.2845586 ], [ 120.0286813, 30.284585 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0290114, 30.2846828 ], [ 120.0290759, 30.2847099 ], [ 120.029125, 30.2847156 ], [ 120.0292949, 30.2847653 ], [ 120.0292932, 30.2847527 ], [ 120.0292746, 30.2847393 ], [ 120.029279, 30.2847038 ], [ 120.0291215, 30.2846583 ], [ 120.0291184, 30.2846717 ], [ 120.0290892, 30.2846744 ], [ 120.0290105, 30.2846522 ], [ 120.0290114, 30.2846828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0032204, 30.282751 ], [ 120.003218, 30.2828422 ], [ 120.0032818, 30.2829187 ], [ 120.0033755, 30.2830033 ], [ 120.003511, 30.2830833 ], [ 120.0036647, 30.2831175 ], [ 120.0038549, 30.2831864 ], [ 120.0040419, 30.2832819 ], [ 120.0042325, 30.2832654 ], [ 120.0043286, 30.2830282 ], [ 120.0042075, 30.2830007 ], [ 120.0040751, 30.2829352 ], [ 120.0039231, 30.2828799 ], [ 120.0037095, 30.2827832 ], [ 120.0034745, 30.2826608 ], [ 120.0032471, 30.2825607 ], [ 120.0031638, 30.2827206 ], [ 120.0032204, 30.282751 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0090419, 30.2825316 ], [ 120.0091036, 30.2825762 ], [ 120.0091854, 30.2826155 ], [ 120.0092471, 30.2826509 ], [ 120.009276, 30.2827036 ], [ 120.0092719, 30.2827302 ], [ 120.0093182, 30.2827736 ], [ 120.00939, 30.2828107 ], [ 120.0094262, 30.2828709 ], [ 120.0094396, 30.282923 ], [ 120.0094825, 30.2830203 ], [ 120.0095261, 30.2831019 ], [ 120.0095663, 30.2831969 ], [ 120.0095911, 30.2832948 ], [ 120.0095891, 30.2833556 ], [ 120.0095824, 30.2834117 ], [ 120.0095817, 30.2834494 ], [ 120.0095918, 30.283476 ], [ 120.0096106, 30.2834945 ], [ 120.0096428, 30.2834859 ], [ 120.0096629, 30.2834563 ], [ 120.009685, 30.2834181 ], [ 120.0097031, 30.2833753 ], [ 120.0097045, 30.2833347 ], [ 120.0097118, 30.283289 ], [ 120.0097454, 30.2832525 ], [ 120.0097407, 30.2832021 ], [ 120.0097313, 30.2831633 ], [ 120.0096904, 30.2831378 ], [ 120.0096615, 30.2830991 ], [ 120.0096689, 30.2830579 ], [ 120.0096964, 30.2830255 ], [ 120.0097279, 30.2829937 ], [ 120.0097494, 30.282963 ], [ 120.009746, 30.2829369 ], [ 120.0097091, 30.2829109 ], [ 120.0096408, 30.2828773 ], [ 120.0095831, 30.2828113 ], [ 120.0095388, 30.2827406 ], [ 120.0095201, 30.2826931 ], [ 120.009512, 30.2826236 ], [ 120.0094798, 30.2825681 ], [ 120.0094047, 30.2825426 ], [ 120.0093658, 30.2825148 ], [ 120.0093658, 30.2824569 ], [ 120.0092559, 30.2824302 ], [ 120.0091057, 30.2824279 ], [ 120.0090024, 30.282414 ], [ 120.0089715, 30.2824997 ], [ 120.0090419, 30.2825316 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0064234, 30.2834691 ], [ 120.0064878, 30.2835096 ], [ 120.0065857, 30.2835316 ], [ 120.0066286, 30.2834992 ], [ 120.0066622, 30.2834146 ], [ 120.006693, 30.2833347 ], [ 120.006752, 30.283271 ], [ 120.0068526, 30.2832456 ], [ 120.006925, 30.283227 ], [ 120.006976, 30.2831772 ], [ 120.0070524, 30.2830892 ], [ 120.0070994, 30.2831095 ], [ 120.0071993, 30.2831384 ], [ 120.0072911, 30.2831552 ], [ 120.0073736, 30.2831813 ], [ 120.0074534, 30.2831726 ], [ 120.0075205, 30.2831998 ], [ 120.0075755, 30.2832508 ], [ 120.0075949, 30.2833092 ], [ 120.0076693, 30.2833509 ], [ 120.0077384, 30.2834146 ], [ 120.0078336, 30.2835171 ], [ 120.0079241, 30.2835976 ], [ 120.0080267, 30.283637 ], [ 120.0081622, 30.2836746 ], [ 120.0082836, 30.2837157 ], [ 120.0084371, 30.2837574 ], [ 120.0086061, 30.2838072 ], [ 120.0088495, 30.2838634 ], [ 120.0088777, 30.2838761 ], [ 120.0089099, 30.2838738 ], [ 120.0089581, 30.2838866 ], [ 120.0090494, 30.2838831 ], [ 120.0090943, 30.2838906 ], [ 120.0091365, 30.2839022 ], [ 120.009163, 30.2839254 ], [ 120.0091623, 30.2839581 ], [ 120.0091763, 30.283967 ], [ 120.009188, 30.2839942 ], [ 120.009174, 30.2840429 ], [ 120.0091533, 30.2841529 ], [ 120.0091103, 30.2842606 ], [ 120.0090688, 30.2843035 ], [ 120.0090151, 30.2843069 ], [ 120.0089917, 30.2843376 ], [ 120.0089937, 30.2843787 ], [ 120.0090292, 30.2844118 ], [ 120.009054, 30.2844158 ], [ 120.0090835, 30.2844089 ], [ 120.009103, 30.284388 ], [ 120.0091117, 30.2843625 ], [ 120.0091328, 30.2843208 ], [ 120.0091861, 30.2841633 ], [ 120.0092163, 30.2840504 ], [ 120.0092604, 30.2839742 ], [ 120.0092605, 30.2839624 ], [ 120.0092659, 30.2839115 ], [ 120.0093095, 30.2838449 ], [ 120.0093229, 30.2838079 ], [ 120.0093323, 30.2837464 ], [ 120.0092753, 30.28371 ], [ 120.0091975, 30.2837702 ], [ 120.0091325, 30.2838266 ], [ 120.0090983, 30.2838553 ], [ 120.0090601, 30.2838628 ], [ 120.0089829, 30.2838385 ], [ 120.0090116, 30.2837798 ], [ 120.0090644, 30.2837068 ], [ 120.0089716, 30.283721 ], [ 120.0089119, 30.2837465 ], [ 120.0086664, 30.2837134 ], [ 120.0084451, 30.2836555 ], [ 120.0082091, 30.2835727 ], [ 120.0080677, 30.2835003 ], [ 120.0079644, 30.2834326 ], [ 120.0077417, 30.2832334 ], [ 120.0077317, 30.2832172 ], [ 120.007637, 30.2831402 ], [ 120.0074933, 30.2830075 ], [ 120.0073966, 30.2830241 ], [ 120.0073219, 30.2831111 ], [ 120.0072073, 30.2831095 ], [ 120.0070846, 30.2830614 ], [ 120.00709, 30.2830325 ], [ 120.0070886, 30.2829502 ], [ 120.0070618, 30.2828842 ], [ 120.007039, 30.2828448 ], [ 120.0070712, 30.2826584 ], [ 120.007153, 30.2826457 ], [ 120.0071852, 30.2825785 ], [ 120.0072214, 30.2824824 ], [ 120.0072576, 30.2823295 ], [ 120.0073005, 30.282271 ], [ 120.0073716, 30.2822328 ], [ 120.0073944, 30.2821766 ], [ 120.007442, 30.282139 ], [ 120.0075413, 30.2821147 ], [ 120.007664, 30.282132 ], [ 120.0077511, 30.2821645 ], [ 120.0078537, 30.2822108 ], [ 120.0079858, 30.2822548 ], [ 120.0082017, 30.2822982 ], [ 120.0083124, 30.2823608 ], [ 120.0083835, 30.2824181 ], [ 120.0084519, 30.2824604 ], [ 120.0085846, 30.2825073 ], [ 120.0086624, 30.2824887 ], [ 120.0087355, 30.2824511 ], [ 120.008759, 30.2823862 ], [ 120.0087342, 30.2823486 ], [ 120.0086175, 30.2822988 ], [ 120.008474, 30.282293 ], [ 120.0083198, 30.2822727 ], [ 120.0082172, 30.2822293 ], [ 120.008022, 30.2821772 ], [ 120.0079664, 30.282143 ], [ 120.007849, 30.2821204 ], [ 120.0077538, 30.2821037 ], [ 120.0075982, 30.282062 ], [ 120.0074279, 30.2820643 ], [ 120.007322, 30.2821071 ], [ 120.0072469, 30.2821766 ], [ 120.0071409, 30.2822287 ], [ 120.0070202, 30.2822484 ], [ 120.006917, 30.2823005 ], [ 120.0069009, 30.282355 ], [ 120.0069398, 30.2824129 ], [ 120.006984, 30.2824951 ], [ 120.006972, 30.2825588 ], [ 120.0070082, 30.2826306 ], [ 120.0069357, 30.2827904 ], [ 120.0068969, 30.2828159 ], [ 120.006866, 30.282846 ], [ 120.0068633, 30.2828796 ], [ 120.0068338, 30.282956 ], [ 120.0067909, 30.283073 ], [ 120.0067252, 30.2831529 ], [ 120.0066648, 30.2832259 ], [ 120.0066233, 30.2832907 ], [ 120.0065495, 30.2833382 ], [ 120.0064583, 30.2833741 ], [ 120.0064047, 30.2834146 ], [ 120.0064234, 30.2834691 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0047953, 30.2834718 ], [ 120.0048769, 30.2832572 ], [ 120.0043286, 30.2830282 ], [ 120.0042325, 30.2832654 ], [ 120.0047953, 30.2834718 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.011171, 30.284677 ], [ 120.011187, 30.2847117 ], [ 120.0112085, 30.2847406 ], [ 120.0112715, 30.2847673 ], [ 120.011348, 30.2847858 ], [ 120.0114378, 30.2848078 ], [ 120.0115988, 30.2848541 ], [ 120.011635, 30.2848715 ], [ 120.0116672, 30.2848727 ], [ 120.0116926, 30.2848507 ], [ 120.0116926, 30.284831 ], [ 120.0116631, 30.2848136 ], [ 120.0112749, 30.2847007 ], [ 120.0113802, 30.284406 ], [ 120.0112595, 30.2843701 ], [ 120.0112454, 30.284333 ], [ 120.0112662, 30.2842641 ], [ 120.0112957, 30.2841813 ], [ 120.0113104, 30.2841338 ], [ 120.011344, 30.2840412 ], [ 120.0113728, 30.2839792 ], [ 120.0113782, 30.2839196 ], [ 120.0114016, 30.2838524 ], [ 120.0114512, 30.2837951 ], [ 120.0115136, 30.2837563 ], [ 120.0115619, 30.2837094 ], [ 120.0117208, 30.2836086 ], [ 120.0118086, 30.2833984 ], [ 120.0119689, 30.2834465 ], [ 120.0119817, 30.2834117 ], [ 120.0120427, 30.283428 ], [ 120.0120272, 30.2834656 ], [ 120.012219, 30.2835177 ], [ 120.0122747, 30.2833828 ], [ 120.0122686, 30.2833631 ], [ 120.0122552, 30.2833446 ], [ 120.0122385, 30.283333 ], [ 120.012217, 30.2833255 ], [ 120.0121989, 30.2833741 ], [ 120.0121768, 30.2833949 ], [ 120.0121272, 30.2833973 ], [ 120.012107, 30.283381 ], [ 120.0120601, 30.2833799 ], [ 120.0120065, 30.2833648 ], [ 120.0119528, 30.2833243 ], [ 120.0119059, 30.2832919 ], [ 120.0118335, 30.2832826 ], [ 120.0117758, 30.2833058 ], [ 120.0117463, 30.2833509 ], [ 120.0117289, 30.2833961 ], [ 120.0117409, 30.2834262 ], [ 120.0117141, 30.283476 ], [ 120.0116953, 30.2834934 ], [ 120.0116578, 30.283542 ], [ 120.0116149, 30.2835791 ], [ 120.0115371, 30.2836277 ], [ 120.0114888, 30.283637 ], [ 120.0114097, 30.2836602 ], [ 120.0113869, 30.2837204 ], [ 120.0113694, 30.2837899 ], [ 120.0113761, 30.2838061 ], [ 120.0113547, 30.2838512 ], [ 120.0113386, 30.2838651 ], [ 120.0113171, 30.2839184 ], [ 120.0112876, 30.2840053 ], [ 120.0112313, 30.2841512 ], [ 120.0111884, 30.28426 ], [ 120.011179, 30.2843145 ], [ 120.0111924, 30.2843886 ], [ 120.0112206, 30.2844546 ], [ 120.011238, 30.2844975 ], [ 120.0112206, 30.2845345 ], [ 120.0112005, 30.2845588 ], [ 120.0111683, 30.2846376 ], [ 120.011171, 30.284677 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0048927, 30.2835132 ], [ 120.0052448, 30.2836273 ], [ 120.0054922, 30.2837124 ], [ 120.0056706, 30.2837894 ], [ 120.0058803, 30.2839086 ], [ 120.0059862, 30.2839723 ], [ 120.0062363, 30.2840506 ], [ 120.0065626, 30.2841182 ], [ 120.0068056, 30.2841764 ], [ 120.0070319, 30.2842304 ], [ 120.0072155, 30.2843354 ], [ 120.0073648, 30.2844517 ], [ 120.0075453, 30.2845517 ], [ 120.0077189, 30.2846265 ], [ 120.0078498, 30.2846635 ], [ 120.007996, 30.2846906 ], [ 120.0081821, 30.284736 ], [ 120.0083741, 30.2847729 ], [ 120.0085831, 30.2847968 ], [ 120.0087469, 30.2848297 ], [ 120.0090122, 30.2849309 ], [ 120.0091767, 30.2850195 ], [ 120.0093658, 30.2851048 ], [ 120.0095818, 30.2851765 ], [ 120.0097928, 30.2852462 ], [ 120.0099068, 30.2849731 ], [ 120.0094433, 30.2847671 ], [ 120.0090006, 30.284601 ], [ 120.0084352, 30.2843805 ], [ 120.0081346, 30.2843453 ], [ 120.0078518, 30.2842607 ], [ 120.0072015, 30.2839644 ], [ 120.0069473, 30.2838942 ], [ 120.0067681, 30.2838574 ], [ 120.0065503, 30.283807 ], [ 120.0063366, 30.2837241 ], [ 120.0061788, 30.2836623 ], [ 120.0060059, 30.2835672 ], [ 120.0058478, 30.2835099 ], [ 120.0057307, 30.2834847 ], [ 120.0056032, 30.2834583 ], [ 120.0054542, 30.283432 ], [ 120.0051795, 30.283353 ], [ 120.0048769, 30.2832572 ], [ 120.0047953, 30.2834718 ], [ 120.0048927, 30.2835132 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0117718, 30.2853753 ], [ 120.0118241, 30.285373 ], [ 120.0118455, 30.2853405 ], [ 120.011867, 30.2852618 ], [ 120.0118697, 30.2851981 ], [ 120.0119046, 30.2851078 ], [ 120.0119756, 30.2850151 ], [ 120.0120279, 30.2849306 ], [ 120.012095, 30.2848391 ], [ 120.0121419, 30.2847893 ], [ 120.0121956, 30.2847256 ], [ 120.0122063, 30.2846619 ], [ 120.0122801, 30.2845774 ], [ 120.012335, 30.284509 ], [ 120.0123887, 30.2843979 ], [ 120.0124276, 30.2843156 ], [ 120.0124611, 30.2842183 ], [ 120.0124933, 30.2841419 ], [ 120.0125899, 30.2840886 ], [ 120.0126583, 30.2840551 ], [ 120.0127233, 30.2840255 ], [ 120.0127743, 30.2840047 ], [ 120.0128929, 30.2839804 ], [ 120.0129526, 30.2839676 ], [ 120.0130244, 30.2839595 ], [ 120.0130847, 30.2839665 ], [ 120.0131417, 30.2839873 ], [ 120.013188, 30.2840325 ], [ 120.0132168, 30.2840886 ], [ 120.013243, 30.2841529 ], [ 120.0132604, 30.2842201 ], [ 120.0132537, 30.2842687 ], [ 120.0132477, 30.284304 ], [ 120.0132363, 30.2843492 ], [ 120.0132155, 30.2844089 ], [ 120.0132349, 30.2844778 ], [ 120.0132255, 30.284509 ], [ 120.0132195, 30.2845542 ], [ 120.0132101, 30.2845959 ], [ 120.01319, 30.2846335 ], [ 120.0131665, 30.284681 ], [ 120.013137, 30.2847244 ], [ 120.0130961, 30.2847765 ], [ 120.0130666, 30.2848095 ], [ 120.0130499, 30.2848449 ], [ 120.0130559, 30.2848756 ], [ 120.0130552, 30.2849068 ], [ 120.0130633, 30.2849225 ], [ 120.0130961, 30.2849259 ], [ 120.0131364, 30.2848941 ], [ 120.0131853, 30.2847991 ], [ 120.0132135, 30.2847267 ], [ 120.0132483, 30.2846023 ], [ 120.0132685, 30.2845415 ], [ 120.0132799, 30.2844181 ], [ 120.0132993, 30.2843336 ], [ 120.0133281, 30.284256 ], [ 120.0133576, 30.2841923 ], [ 120.013361, 30.2841315 ], [ 120.0133181, 30.2840226 ], [ 120.0132725, 30.2839161 ], [ 120.0132591, 30.2838211 ], [ 120.0132752, 30.2837516 ], [ 120.0132349, 30.2837099 ], [ 120.0132242, 30.2836266 ], [ 120.013251, 30.2835235 ], [ 120.0132886, 30.2834054 ], [ 120.01331, 30.2833544 ], [ 120.0133382, 30.2833324 ], [ 120.0133945, 30.2833266 ], [ 120.0134173, 30.2832641 ], [ 120.0132014, 30.2832039 ], [ 120.013184, 30.2832235 ], [ 120.0131263, 30.2832374 ], [ 120.0130458, 30.283227 ], [ 120.0129613, 30.2832073 ], [ 120.0128903, 30.2831888 ], [ 120.0128286, 30.2831691 ], [ 120.0127722, 30.2831517 ], [ 120.0127387, 30.2831552 ], [ 120.012724, 30.2831737 ], [ 120.012665, 30.2832675 ], [ 120.0126288, 30.2833162 ], [ 120.0125738, 30.2833382 ], [ 120.0125027, 30.2833475 ], [ 120.0124692, 30.2833915 ], [ 120.0124906, 30.28341 ], [ 120.0125295, 30.283403 ], [ 120.0125952, 30.2833915 ], [ 120.0126435, 30.2833764 ], [ 120.0126743, 30.2833579 ], [ 120.012732, 30.2833776 ], [ 120.0128138, 30.2833996 ], [ 120.0128554, 30.2834251 ], [ 120.0128822, 30.2834806 ], [ 120.0129171, 30.2835316 ], [ 120.0129734, 30.2835779 ], [ 120.0130029, 30.2836219 ], [ 120.0130016, 30.2836601 ], [ 120.0129533, 30.2837157 ], [ 120.0128943, 30.2837667 ], [ 120.0128527, 30.2838107 ], [ 120.0128259, 30.2838535 ], [ 120.0127736, 30.2838918 ], [ 120.0127065, 30.2838976 ], [ 120.0126462, 30.2839138 ], [ 120.0125456, 30.283923 ], [ 120.0124665, 30.2838999 ], [ 120.0123887, 30.2838999 ], [ 120.0123216, 30.28393 ], [ 120.0122613, 30.2839902 ], [ 120.0121285, 30.2843226 ], [ 120.0120977, 30.2844175 ], [ 120.0120574, 30.2845333 ], [ 120.0120239, 30.284619 ], [ 120.0119904, 30.2846897 ], [ 120.0119703, 30.2847488 ], [ 120.0119823, 30.2847893 ], [ 120.0119434, 30.2849051 ], [ 120.0118911, 30.2849201 ], [ 120.0118415, 30.2849294 ], [ 120.0118227, 30.2849873 ], [ 120.0118482, 30.2850197 ], [ 120.0118482, 30.2850661 ], [ 120.011753, 30.2853127 ], [ 120.011745, 30.2853567 ], [ 120.0117718, 30.2853753 ] ], [ [ 120.0121781, 30.2844326 ], [ 120.0121915, 30.2843538 ], [ 120.012217, 30.2842959 ], [ 120.0122599, 30.2842265 ], [ 120.0122948, 30.2841662 ], [ 120.0123229, 30.2841083 ], [ 120.0123712, 30.2840794 ], [ 120.0124114, 30.2840863 ], [ 120.012453, 30.2840956 ], [ 120.0124651, 30.2841211 ], [ 120.0124557, 30.2841767 ], [ 120.0124249, 30.2842461 ], [ 120.012394, 30.2843272 ], [ 120.0123565, 30.2844164 ], [ 120.0123149, 30.2844905 ], [ 120.0122532, 30.2845415 ], [ 120.0122009, 30.2845635 ], [ 120.0121781, 30.284553 ], [ 120.01217, 30.2845032 ], [ 120.0121781, 30.2844326 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0009331, 30.2873734 ], [ 120.000907, 30.2872641 ], [ 120.0008997, 30.2871953 ], [ 120.000902, 30.2870945 ], [ 120.000909, 30.2870159 ], [ 120.000909, 30.2869191 ], [ 120.0009604, 30.2868324 ], [ 120.0009908, 30.2867054 ], [ 120.0010188, 30.2864755 ], [ 120.0010748, 30.286294 ], [ 120.001103, 30.2861743 ], [ 120.0011572, 30.2859598 ], [ 120.0012196, 30.2858222 ], [ 120.0012967, 30.2856387 ], [ 120.0013807, 30.2854653 ], [ 120.0014694, 30.2852597 ], [ 120.0015722, 30.2850318 ], [ 120.0016516, 30.2848745 ], [ 120.001766, 30.2846366 ], [ 120.0018465, 30.2844926 ], [ 120.0019621, 30.2842515 ], [ 120.0020205, 30.284072 ], [ 120.0020719, 30.2839127 ], [ 120.0021396, 30.2837494 ], [ 120.0022517, 30.2834792 ], [ 120.0023509, 30.2832612 ], [ 120.0024679, 30.2830044 ], [ 120.0022531, 30.2829198 ], [ 120.0021427, 30.2831949 ], [ 120.0020866, 30.2833347 ], [ 120.0020812, 30.2833482 ], [ 120.0020252, 30.2834853 ], [ 120.0019528, 30.2836405 ], [ 120.0018991, 30.2837151 ], [ 120.0017823, 30.2838845 ], [ 120.0017123, 30.2840357 ], [ 120.0016399, 30.2842898 ], [ 120.0015675, 30.2844572 ], [ 120.0014811, 30.2846527 ], [ 120.001341, 30.2849008 ], [ 120.0012896, 30.2850298 ], [ 120.0012103, 30.2851649 ], [ 120.0011566, 30.2852879 ], [ 120.0010983, 30.2853668 ], [ 120.0010491, 30.2854996 ], [ 120.0009954, 30.2855863 ], [ 120.0009687, 30.2856769 ], [ 120.0009324, 30.285792 ], [ 120.000846, 30.2859634 ], [ 120.0007863, 30.2860569 ], [ 120.0007292, 30.2862598 ], [ 120.0006989, 30.2863747 ], [ 120.0006779, 30.2864997 ], [ 120.0006685, 30.2866227 ], [ 120.0006545, 30.2867679 ], [ 120.0006288, 30.2869372 ], [ 120.0006312, 30.2870542 ], [ 120.0005785, 30.2872702 ], [ 120.0009331, 30.2873734 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0100022, 30.2853203 ], [ 120.0101122, 30.2850436 ], [ 120.0099068, 30.2849731 ], [ 120.0097928, 30.2852462 ], [ 120.0100022, 30.2853203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0173373, 30.2850077 ], [ 120.0173787, 30.2850116 ], [ 120.0174178, 30.2850216 ], [ 120.0174569, 30.2850372 ], [ 120.0174902, 30.2850529 ], [ 120.0175267, 30.2850757 ], [ 120.0175586, 30.2851015 ], [ 120.0175626, 30.2851282 ], [ 120.0175519, 30.2851502 ], [ 120.0175291, 30.2851606 ], [ 120.0174996, 30.2851618 ], [ 120.0174727, 30.2851641 ], [ 120.0174406, 30.2851791 ], [ 120.0174245, 30.2852092 ], [ 120.0174392, 30.2853135 ], [ 120.0174771, 30.285387 ], [ 120.0175318, 30.2854652 ], [ 120.0175355, 30.2854496 ], [ 120.0175663, 30.2854363 ], [ 120.0176141, 30.2854336 ], [ 120.0176695, 30.2854429 ], [ 120.017708, 30.2854602 ], [ 120.017755, 30.2854556 ], [ 120.0177858, 30.2854303 ], [ 120.0177989, 30.2853811 ], [ 120.017782, 30.285288 ], [ 120.0177573, 30.2852019 ], [ 120.0177579, 30.2851568 ], [ 120.0177848, 30.2851145 ], [ 120.0178029, 30.2850937 ], [ 120.0177874, 30.2850728 ], [ 120.0177217, 30.2850387 ], [ 120.0175883, 30.2849987 ], [ 120.0175011, 30.2849842 ], [ 120.017418, 30.2849854 ], [ 120.0173355, 30.2849993 ], [ 120.0173047, 30.2850133 ], [ 120.0173373, 30.2850077 ] ], [ [ 120.0174671, 30.2852415 ], [ 120.0174811, 30.2852214 ], [ 120.0174974, 30.2852153 ], [ 120.0175243, 30.2852133 ], [ 120.0175669, 30.285235 ], [ 120.0175932, 30.2852738 ], [ 120.0176153, 30.2853156 ], [ 120.01762, 30.2853433 ], [ 120.0176107, 30.2853665 ], [ 120.0175937, 30.2853786 ], [ 120.0175704, 30.2853761 ], [ 120.0175395, 30.285365 ], [ 120.0175184, 30.2853504 ], [ 120.017491, 30.2853272 ], [ 120.0174659, 30.2852768 ], [ 120.0174671, 30.2852415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9185794, 30.2865396 ], [ 119.9188678, 30.2866336 ], [ 119.9189708, 30.2866044 ], [ 119.9190752, 30.2863871 ], [ 119.9190973, 30.2863681 ], [ 119.918959, 30.2863045 ], [ 119.9189693, 30.2862448 ], [ 119.918753, 30.2861877 ], [ 119.9185353, 30.2863795 ], [ 119.9184838, 30.2864926 ], [ 119.9185794, 30.2865396 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9182713, 30.2865855 ], [ 119.9183118, 30.2864575 ], [ 119.9181378, 30.2864067 ], [ 119.9180961, 30.2865263 ], [ 119.9182713, 30.2865855 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9037838, 30.2868154 ], [ 119.9042469, 30.2865913 ], [ 119.9039215, 30.2861793 ], [ 119.9034604, 30.2864138 ], [ 119.9037838, 30.2868154 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9027126, 30.2867788 ], [ 119.9032054, 30.2865648 ], [ 119.9030559, 30.2863365 ], [ 119.9026184, 30.2865493 ], [ 119.9026074, 30.2865863 ], [ 119.9027126, 30.2867788 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9210839, 30.2867159 ], [ 119.9211013, 30.2866833 ], [ 119.9211747, 30.2866727 ], [ 119.9211747, 30.2865996 ], [ 119.92114, 30.286478 ], [ 119.9208339, 30.2864339 ], [ 119.9206676, 30.2866048 ], [ 119.9210839, 30.2867159 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9193253, 30.2867467 ], [ 119.9194269, 30.286781 ], [ 119.9196358, 30.2868127 ], [ 119.9198241, 30.2868724 ], [ 119.9198933, 30.2868712 ], [ 119.9200124, 30.2866997 ], [ 119.9200477, 30.2865726 ], [ 119.9199948, 30.2865142 ], [ 119.9193327, 30.2863427 ], [ 119.9191929, 30.2866526 ], [ 119.9193253, 30.2867467 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9236111, 30.2869429 ], [ 119.9236713, 30.2868597 ], [ 119.9237195, 30.2868402 ], [ 119.9237827, 30.2868155 ], [ 119.9238128, 30.28677 ], [ 119.9238429, 30.2867011 ], [ 119.9238338, 30.2866556 ], [ 119.9237375, 30.2865686 ], [ 119.9236231, 30.2865127 ], [ 119.9235298, 30.2864945 ], [ 119.9234636, 30.2865101 ], [ 119.9234154, 30.2865361 ], [ 119.923304, 30.286848 ], [ 119.9236111, 30.2869429 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.917771, 30.2867471 ], [ 119.9178021, 30.2868056 ], [ 119.9182236, 30.2869252 ], [ 119.9183498, 30.2869146 ], [ 119.9183865, 30.2868797 ], [ 119.9183939, 30.2867633 ], [ 119.9183669, 30.2866935 ], [ 119.9179105, 30.2865337 ], [ 119.9177644, 30.2865554 ], [ 119.917733, 30.2866176 ], [ 119.9177309, 30.2866904 ], [ 119.917771, 30.2867471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9239293, 30.2870011 ], [ 119.9239784, 30.2869002 ], [ 119.923826, 30.2868497 ], [ 119.9237748, 30.2868821 ], [ 119.9237331, 30.2868966 ], [ 119.9237028, 30.2869434 ], [ 119.9239293, 30.2870011 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9222519, 30.2872516 ], [ 119.9223747, 30.2873079 ], [ 119.9225564, 30.2872809 ], [ 119.9226266, 30.2872495 ], [ 119.9226881, 30.2871889 ], [ 119.9227144, 30.2870882 ], [ 119.9226943, 30.2870427 ], [ 119.9228021, 30.2869161 ], [ 119.9228673, 30.2868035 ], [ 119.9228873, 30.2867473 ], [ 119.9226655, 30.286665 ], [ 119.9224825, 30.2868955 ], [ 119.9225351, 30.2869269 ], [ 119.9225088, 30.287007 ], [ 119.9224762, 30.2870092 ], [ 119.9224298, 30.2869724 ], [ 119.9222393, 30.2872094 ], [ 119.9222519, 30.2872516 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0172056, 30.2853034 ], [ 120.0172544, 30.2854043 ], [ 120.017366, 30.285548 ], [ 120.0174269, 30.2856159 ], [ 120.017477, 30.2856578 ], [ 120.0175139, 30.2856717 ], [ 120.0175378, 30.2856658 ], [ 120.0175432, 30.2856358 ], [ 120.0175209, 30.2855746 ], [ 120.0175018, 30.2855446 ], [ 120.017462, 30.285515 ], [ 120.0173199, 30.2853621 ], [ 120.0172327, 30.2852208 ], [ 120.0172178, 30.2851745 ], [ 120.0172121, 30.2851488 ], [ 120.0172099, 30.2851201 ], [ 120.0171954, 30.2851463 ], [ 120.0171944, 30.2852244 ], [ 120.0172056, 30.2853034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0102164, 30.2854144 ], [ 120.0104041, 30.2855207 ], [ 120.0105863, 30.2856028 ], [ 120.0107519, 30.2857003 ], [ 120.0107917, 30.2856671 ], [ 120.0109205, 30.2857045 ], [ 120.0109198, 30.2857489 ], [ 120.0110065, 30.2858219 ], [ 120.011132, 30.2858308 ], [ 120.0112653, 30.2858307 ], [ 120.0114711, 30.2858329 ], [ 120.0116874, 30.2858902 ], [ 120.011929, 30.2860214 ], [ 120.0121287, 30.2860487 ], [ 120.0123266, 30.286117 ], [ 120.0125584, 30.286164 ], [ 120.0127785, 30.2862375 ], [ 120.0130504, 30.2864099 ], [ 120.0132522, 30.2865174 ], [ 120.0135329, 30.2865511 ], [ 120.0138012, 30.2865855 ], [ 120.0139517, 30.2865752 ], [ 120.0141045, 30.286596 ], [ 120.0141845, 30.2866285 ], [ 120.0143347, 30.2867392 ], [ 120.0144082, 30.2865887 ], [ 120.0141591, 30.2864728 ], [ 120.0140285, 30.2864159 ], [ 120.0139034, 30.286359 ], [ 120.0137966, 30.2863384 ], [ 120.0136951, 30.2863316 ], [ 120.013539, 30.2862835 ], [ 120.0132715, 30.2861814 ], [ 120.0129438, 30.2860544 ], [ 120.0125023, 30.28591 ], [ 120.0118089, 30.2856283 ], [ 120.0111222, 30.2853822 ], [ 120.0107566, 30.2852746 ], [ 120.0101122, 30.2850436 ], [ 120.0100022, 30.2853203 ], [ 120.0102164, 30.2854144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9892663, 30.2888706 ], [ 119.9892777, 30.2885434 ], [ 119.9892837, 30.2884394 ], [ 119.9893081, 30.2878118 ], [ 119.9893366, 30.287524 ], [ 119.9893537, 30.287164 ], [ 119.9893626, 30.2870979 ], [ 119.9893743, 30.2870001 ], [ 119.9893787, 30.2869392 ], [ 119.9893831, 30.2868503 ], [ 119.989389, 30.2867486 ], [ 119.9894055, 30.2866792 ], [ 119.989414, 30.2866267 ], [ 119.9894287, 30.2865264 ], [ 119.9894449, 30.2864031 ], [ 119.989439, 30.2862952 ], [ 119.9894523, 30.2862291 ], [ 119.9894714, 30.2861567 ], [ 119.9894655, 30.2859903 ], [ 119.9894714, 30.2859243 ], [ 119.9895566, 30.2858083 ], [ 119.9896033, 30.2857349 ], [ 119.9896426, 30.2855914 ], [ 119.9896141, 30.2852905 ], [ 119.9895964, 30.2851075 ], [ 119.9895832, 30.2849005 ], [ 119.9896037, 30.284715 ], [ 119.9896749, 30.2845979 ], [ 119.9897084, 30.2845525 ], [ 119.9895661, 30.2845228 ], [ 119.9894636, 30.2844833 ], [ 119.9894433, 30.2850901 ], [ 119.9895199, 30.285307 ], [ 119.9895265, 30.2853919 ], [ 119.9895118, 30.285469 ], [ 119.9894846, 30.2855902 ], [ 119.9894082, 30.2856969 ], [ 119.9893421, 30.285752 ], [ 119.9893286, 30.2859623 ], [ 119.9893072, 30.2861426 ], [ 119.989291, 30.2862573 ], [ 119.9892737, 30.2863418 ], [ 119.9892887, 30.2864405 ], [ 119.9893042, 30.2865147 ], [ 119.9893055, 30.2866015 ], [ 119.9892981, 30.2866512 ], [ 119.9892861, 30.2867648 ], [ 119.9892148, 30.287555 ], [ 119.9891683, 30.2882474 ], [ 119.9890746, 30.28847 ], [ 119.9890982, 30.2885527 ], [ 119.9890443, 30.2888491 ], [ 119.9892663, 30.2888706 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0009134, 30.2875957 ], [ 120.0009331, 30.2873734 ], [ 120.0005785, 30.2872702 ], [ 120.0005275, 30.2874995 ], [ 120.0009134, 30.2875957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.014426, 30.2867659 ], [ 120.0144974, 30.2868236 ], [ 120.0146066, 30.2869507 ], [ 120.014814, 30.2870566 ], [ 120.014999, 30.2871143 ], [ 120.0152042, 30.2871798 ], [ 120.015387, 30.2872587 ], [ 120.0156434, 30.2873742 ], [ 120.0159354, 30.2875475 ], [ 120.0161428, 30.2876265 ], [ 120.0165397, 30.287792 ], [ 120.0168228, 30.2879037 ], [ 120.0173006, 30.2880807 ], [ 120.0175818, 30.2882113 ], [ 120.0178258, 30.2883593 ], [ 120.0180698, 30.2884527 ], [ 120.0183184, 30.2885292 ], [ 120.0185166, 30.2886285 ], [ 120.0187784, 30.2887252 ], [ 120.0191259, 30.2888159 ], [ 120.0195227, 30.2889684 ], [ 120.0200193, 30.289124 ], [ 120.0204165, 30.2892745 ], [ 120.0207406, 30.2893681 ], [ 120.0210108, 30.2894274 ], [ 120.0213558, 30.2895541 ], [ 120.0215916, 30.2897023 ], [ 120.0219465, 30.2898695 ], [ 120.022226, 30.289981 ], [ 120.0224475, 30.2900599 ], [ 120.0225896, 30.2901315 ], [ 120.0226977, 30.290181 ], [ 120.0227194, 30.2901544 ], [ 120.0228069, 30.2901114 ], [ 120.0229032, 30.2901225 ], [ 120.0230046, 30.2901372 ], [ 120.0231079, 30.2898616 ], [ 120.0230522, 30.2898347 ], [ 120.0229808, 30.2897981 ], [ 120.0228315, 30.2897827 ], [ 120.0226955, 30.2897365 ], [ 120.0225661, 30.2897384 ], [ 120.0224257, 30.2896999 ], [ 120.0222651, 30.2896306 ], [ 120.0221024, 30.2895979 ], [ 120.0219909, 30.2895555 ], [ 120.0218973, 30.2895035 ], [ 120.0218146, 30.2893762 ], [ 120.0217578, 30.2893234 ], [ 120.0216923, 30.2892935 ], [ 120.0216195, 30.2892641 ], [ 120.0214603, 30.2892513 ], [ 120.0212886, 30.2891897 ], [ 120.0209341, 30.2891243 ], [ 120.0207393, 30.2890874 ], [ 120.0205903, 30.2890023 ], [ 120.0205127, 30.2889356 ], [ 120.0204065, 30.288853 ], [ 120.0202403, 30.2887331 ], [ 120.0201262, 30.2887245 ], [ 120.0199303, 30.2886946 ], [ 120.0197095, 30.2886332 ], [ 120.0194919, 30.2885413 ], [ 120.0191495, 30.2883982 ], [ 120.0189878, 30.2883256 ], [ 120.0186856, 30.288232 ], [ 120.0184151, 30.2881325 ], [ 120.0180535, 30.2880269 ], [ 120.0177369, 30.2878883 ], [ 120.0175586, 30.2877997 ], [ 120.0174114, 30.2877593 ], [ 120.0171076, 30.2876643 ], [ 120.0170093, 30.2876252 ], [ 120.0168273, 30.2875591 ], [ 120.0163189, 30.2873916 ], [ 120.0160023, 30.2872433 ], [ 120.01589, 30.287137 ], [ 120.0155404, 30.2870125 ], [ 120.0152487, 30.2869122 ], [ 120.0144082, 30.2865887 ], [ 120.0143347, 30.2867392 ], [ 120.014426, 30.2867659 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9876937, 30.2887877 ], [ 119.9882144, 30.2889817 ], [ 119.9884361, 30.2890393 ], [ 119.9891882, 30.2893082 ], [ 119.9893103, 30.2890881 ], [ 119.9892663, 30.2888706 ], [ 119.9890443, 30.2888491 ], [ 119.9890008, 30.2889043 ], [ 119.9889319, 30.2889734 ], [ 119.9888592, 30.288947 ], [ 119.9877142, 30.2885349 ], [ 119.987327, 30.2886355 ], [ 119.9876937, 30.2887877 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9989952, 30.2909107 ], [ 119.9991752, 30.2907107 ], [ 119.9993039, 30.2905185 ], [ 119.9993087, 30.29051 ], [ 119.9994729, 30.2902174 ], [ 119.9995668, 30.2900252 ], [ 119.9999155, 30.2895157 ], [ 119.9999852, 30.2894114 ], [ 119.9999638, 30.2893721 ], [ 119.9999825, 30.2893258 ], [ 120.000012, 30.289291 ], [ 119.9999557, 30.2892146 ], [ 119.9999933, 30.2891173 ], [ 120.0003688, 30.2885036 ], [ 120.0005565, 30.2881538 ], [ 120.000755, 30.2878782 ], [ 120.0007849, 30.2878248 ], [ 120.0009134, 30.2875957 ], [ 120.0005275, 30.2874995 ], [ 120.0004148, 30.287723 ], [ 120.0003902, 30.2877717 ], [ 120.0002454, 30.2881654 ], [ 120.0000979, 30.2883762 ], [ 119.9999638, 30.2885383 ], [ 119.9998592, 30.2887352 ], [ 119.9997411, 30.2889575 ], [ 119.9996338, 30.2891544 ], [ 119.99954, 30.2894346 ], [ 119.9993656, 30.2896986 ], [ 119.9992396, 30.2899789 ], [ 119.9990089, 30.2902753 ], [ 119.9988641, 30.2905486 ], [ 119.9987082, 30.2907973 ], [ 119.9989952, 30.2909107 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9905348, 30.2897466 ], [ 119.9906118, 30.2897795 ], [ 119.990966, 30.2898761 ], [ 119.991878, 30.2901661 ], [ 119.9927653, 30.2905146 ], [ 119.9928916, 30.2902326 ], [ 119.9926183, 30.290145 ], [ 119.9910492, 30.289642 ], [ 119.9895857, 30.2891897 ], [ 119.9893103, 30.2890881 ], [ 119.9891882, 30.2893082 ], [ 119.9905348, 30.2897466 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9901981, 30.2908748 ], [ 119.9902752, 30.2908273 ], [ 119.9906118, 30.2897795 ], [ 119.9905348, 30.2897466 ], [ 119.9903905, 30.2902055 ], [ 119.9901853, 30.2907984 ], [ 119.9901981, 30.2908748 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0028963, 30.2928667 ], [ 120.0030052, 30.2927331 ], [ 120.0029912, 30.2926797 ], [ 120.0029884, 30.2925924 ], [ 120.0029771, 30.2925317 ], [ 120.0029771, 30.2924371 ], [ 120.0029884, 30.292345 ], [ 120.0030586, 30.2922067 ], [ 120.0031878, 30.2919933 ], [ 120.0032524, 30.2918235 ], [ 120.0034181, 30.2916197 ], [ 120.0036625, 30.2913651 ], [ 120.003876, 30.2911055 ], [ 120.0039378, 30.2910012 ], [ 120.0040361, 30.2909285 ], [ 120.0041934, 30.2908169 ], [ 120.0042946, 30.2906689 ], [ 120.0044294, 30.2904433 ], [ 120.0045502, 30.2902857 ], [ 120.0046626, 30.2901474 ], [ 120.0047216, 30.2900747 ], [ 120.00483, 30.2899295 ], [ 120.0048339, 30.2899243 ], [ 120.004876, 30.2898272 ], [ 120.0049968, 30.2897035 ], [ 120.0050137, 30.2896259 ], [ 120.0050418, 30.2895726 ], [ 120.0051513, 30.2895483 ], [ 120.0052553, 30.289524 ], [ 120.005289, 30.2895119 ], [ 120.0053564, 30.2894658 ], [ 120.0054098, 30.2894343 ], [ 120.0055065, 30.2894145 ], [ 120.0055165, 30.2894125 ], [ 120.0056092, 30.2894173 ], [ 120.0056991, 30.289427 ], [ 120.0058901, 30.289478 ], [ 120.0063817, 30.2896211 ], [ 120.0069126, 30.2897909 ], [ 120.0071963, 30.2898879 ], [ 120.0073958, 30.2899315 ], [ 120.0075924, 30.2900164 ], [ 120.0077778, 30.2900819 ], [ 120.0079098, 30.2901232 ], [ 120.0080896, 30.2901765 ], [ 120.0081486, 30.2902372 ], [ 120.0082525, 30.2902833 ], [ 120.0083677, 30.2903124 ], [ 120.0084716, 30.2903221 ], [ 120.0085756, 30.2903439 ], [ 120.0086711, 30.2903657 ], [ 120.0087441, 30.2903997 ], [ 120.0088031, 30.290259 ], [ 120.008761, 30.2902493 ], [ 120.008629, 30.2902178 ], [ 120.0084351, 30.2901547 ], [ 120.0081591, 30.2900886 ], [ 120.0081514, 30.2900868 ], [ 120.0079492, 30.2900092 ], [ 120.0076879, 30.2899461 ], [ 120.0075671, 30.289917 ], [ 120.0073761, 30.2898321 ], [ 120.0065278, 30.2895774 ], [ 120.005862, 30.2893737 ], [ 120.0055671, 30.2893009 ], [ 120.0054042, 30.289296 ], [ 120.0053227, 30.2893203 ], [ 120.0050839, 30.2894173 ], [ 120.0050025, 30.2894464 ], [ 120.0049631, 30.2894925 ], [ 120.0048508, 30.2896065 ], [ 120.0047103, 30.2898006 ], [ 120.0045586, 30.2900067 ], [ 120.0044912, 30.290111 ], [ 120.0044238, 30.2901717 ], [ 120.0043901, 30.2902711 ], [ 120.0042693, 30.2904676 ], [ 120.0042464, 30.2904998 ], [ 120.0042036, 30.2905598 ], [ 120.004112, 30.2906883 ], [ 120.0039378, 30.2908411 ], [ 120.003745, 30.2910265 ], [ 120.0037384, 30.2910328 ], [ 120.0035558, 30.2912656 ], [ 120.0034462, 30.2914039 ], [ 120.0032917, 30.2915712 ], [ 120.0031766, 30.2916998 ], [ 120.0030642, 30.2918865 ], [ 120.0030613, 30.2918933 ], [ 120.0029743, 30.2920951 ], [ 120.002876, 30.2923062 ], [ 120.0028507, 30.2924784 ], [ 120.0028451, 30.2925317 ], [ 120.0028872, 30.2925899 ], [ 120.002876, 30.2926554 ], [ 120.0028502, 30.2926781 ], [ 120.0027257, 30.2927879 ], [ 120.0028963, 30.2928667 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9929144, 30.2905723 ], [ 119.9938799, 30.2909181 ], [ 119.9943039, 30.2910427 ], [ 119.994551, 30.291125 ], [ 119.9947625, 30.2911933 ], [ 119.9949449, 30.2912454 ], [ 119.9950874, 30.2912902 ], [ 119.9954309, 30.2914095 ], [ 119.9953882, 30.2914938 ], [ 119.9954797, 30.2915324 ], [ 119.9961322, 30.2917658 ], [ 119.9962277, 30.2917764 ], [ 119.996429, 30.2918273 ], [ 119.9964656, 30.2919133 ], [ 119.996805, 30.2920572 ], [ 119.9969352, 30.2917732 ], [ 119.9956064, 30.2912338 ], [ 119.9954221, 30.291159 ], [ 119.9946928, 30.2908912 ], [ 119.9945505, 30.2908864 ], [ 119.9943849, 30.2908482 ], [ 119.9930343, 30.2903406 ], [ 119.9928916, 30.2902326 ], [ 119.9927653, 30.2905146 ], [ 119.9929144, 30.2905723 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9898056, 30.2918835 ], [ 119.9899909, 30.291492 ], [ 119.9901652, 30.2911493 ], [ 119.9901277, 30.2910879 ], [ 119.9900573, 30.2911238 ], [ 119.9898621, 30.2915175 ], [ 119.9896513, 30.2918609 ], [ 119.9898056, 30.2918835 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9990796, 30.292769 ], [ 119.9992233, 30.2925377 ], [ 119.9991695, 30.2924532 ], [ 119.9991132, 30.2924115 ], [ 119.9989979, 30.2924069 ], [ 119.9987162, 30.2924046 ], [ 119.9984695, 30.2922563 ], [ 119.9983984, 30.2921081 ], [ 119.9984105, 30.2919228 ], [ 119.9985419, 30.2916426 ], [ 119.9988396, 30.2911447 ], [ 119.998873, 30.2910439 ], [ 119.9989119, 30.2909906 ], [ 119.9989511, 30.290977 ], [ 119.9989952, 30.2909107 ], [ 119.9987082, 30.2907973 ], [ 119.99866, 30.2908583 ], [ 119.998507, 30.291052 ], [ 119.9984346, 30.291103 ], [ 119.998212, 30.2915778 ], [ 119.9981208, 30.2918719 ], [ 119.998043, 30.2920201 ], [ 119.9979733, 30.2920549 ], [ 119.9978472, 30.2920826 ], [ 119.9976621, 30.292034 ], [ 119.9969352, 30.2917732 ], [ 119.996805, 30.2920572 ], [ 119.9990796, 30.292769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0059338, 30.2918878 ], [ 120.0059338, 30.2919297 ], [ 120.0059338, 30.2919552 ], [ 120.0059559, 30.2919717 ], [ 120.005975, 30.2919945 ], [ 120.0060206, 30.292011 ], [ 120.0060382, 30.2920161 ], [ 120.0060603, 30.291978 ], [ 120.0060632, 30.291945 ], [ 120.0060721, 30.2919158 ], [ 120.0060691, 30.2918891 ], [ 120.0060927, 30.2918675 ], [ 120.0060927, 30.291851 ], [ 120.0060588, 30.291837 ], [ 120.0060132, 30.291837 ], [ 120.0059985, 30.2918345 ], [ 120.0059676, 30.2918358 ], [ 120.0059603, 30.2918434 ], [ 120.0059411, 30.2918472 ], [ 120.0059338, 30.2918612 ], [ 120.0059338, 30.2918878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0089565, 30.2904649 ], [ 120.0090205, 30.2904909 ], [ 120.0091595, 30.2904916 ], [ 120.0092588, 30.2904801 ], [ 120.0094346, 30.2905068 ], [ 120.0095537, 30.2905405 ], [ 120.0096854, 30.2905716 ], [ 120.0097803, 30.2906014 ], [ 120.0098516, 30.2906414 ], [ 120.0099046, 30.290703 ], [ 120.0099457, 30.2907793 ], [ 120.009956, 30.2908529 ], [ 120.0099068, 30.2909799 ], [ 120.0097442, 30.2914162 ], [ 120.0096312, 30.2916381 ], [ 120.0096259, 30.2916485 ], [ 120.0095458, 30.2918668 ], [ 120.0094967, 30.2920038 ], [ 120.0094925, 30.2920633 ], [ 120.0095262, 30.2921712 ], [ 120.0096343, 30.2922537 ], [ 120.0098071, 30.2923628 ], [ 120.0100753, 30.2925181 ], [ 120.0101793, 30.2925678 ], [ 120.0102298, 30.2926236 ], [ 120.0102242, 30.2927097 ], [ 120.0102481, 30.2927497 ], [ 120.0103387, 30.2927993 ], [ 120.0103674, 30.2927675 ], [ 120.0104328, 30.2927599 ], [ 120.0105189, 30.2927999 ], [ 120.0106829, 30.2928876 ], [ 120.0108396, 30.2929796 ], [ 120.0110782, 30.2931078 ], [ 120.0113443, 30.2931599 ], [ 120.0115938, 30.2932372 ], [ 120.0118637, 30.2932988 ], [ 120.0121413, 30.2933681 ], [ 120.0124636, 30.2934041 ], [ 120.0126848, 30.2934413 ], [ 120.0128878, 30.2934969 ], [ 120.0131696, 30.2935157 ], [ 120.0133271, 30.2935072 ], [ 120.0137325, 30.2935872 ], [ 120.0141306, 30.2936705 ], [ 120.0142759, 30.2936922 ], [ 120.0142868, 30.2936301 ], [ 120.0138434, 30.2935204 ], [ 120.013588, 30.2934922 ], [ 120.0133485, 30.2934658 ], [ 120.0131688, 30.2934185 ], [ 120.0126576, 30.2933146 ], [ 120.0121349, 30.2932403 ], [ 120.0121313, 30.2931037 ], [ 120.0119112, 30.2930528 ], [ 120.0118463, 30.293069 ], [ 120.0115373, 30.2929853 ], [ 120.0114268, 30.2929055 ], [ 120.0112328, 30.2928705 ], [ 120.0111365, 30.2929665 ], [ 120.0109065, 30.2928837 ], [ 120.0105394, 30.2927116 ], [ 120.0096829, 30.2921797 ], [ 120.0096136, 30.2920646 ], [ 120.0096081, 30.2920131 ], [ 120.0096797, 30.2917914 ], [ 120.0097032, 30.291726 ], [ 120.0099974, 30.2909995 ], [ 120.0100151, 30.2909373 ], [ 120.0100335, 30.2908712 ], [ 120.0100408, 30.2908109 ], [ 120.0100401, 30.2907614 ], [ 120.0100313, 30.2907074 ], [ 120.0099938, 30.2906509 ], [ 120.0099327, 30.2905893 ], [ 120.0098459, 30.2905315 ], [ 120.0098018, 30.2905099 ], [ 120.0097025, 30.2904724 ], [ 120.0096091, 30.2904381 ], [ 120.0094245, 30.2904095 ], [ 120.0091781, 30.2903759 ], [ 120.0090729, 30.2903473 ], [ 120.0088031, 30.290259 ], [ 120.0087441, 30.2903997 ], [ 120.0089565, 30.2904649 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0057617, 30.2924238 ], [ 120.0057896, 30.2924289 ], [ 120.0058455, 30.2924492 ], [ 120.0058617, 30.2924556 ], [ 120.0058808, 30.2924416 ], [ 120.0058955, 30.2924251 ], [ 120.0059, 30.2924086 ], [ 120.005897, 30.292387 ], [ 120.0059147, 30.2923641 ], [ 120.0059323, 30.2923286 ], [ 120.0059367, 30.2923121 ], [ 120.0059367, 30.2922943 ], [ 120.0059338, 30.2922841 ], [ 120.0059294, 30.29226 ], [ 120.0059176, 30.2922524 ], [ 120.0059, 30.2922485 ], [ 120.0058705, 30.2922485 ], [ 120.0058426, 30.2922549 ], [ 120.0058338, 30.2922778 ], [ 120.0058043, 30.2923108 ], [ 120.0057926, 30.2923298 ], [ 120.0057896, 30.2923425 ], [ 120.0057764, 30.292354 ], [ 120.0057735, 30.2923781 ], [ 120.0057617, 30.2924035 ], [ 120.0057617, 30.2924238 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0074096, 30.2923568 ], [ 120.0074258, 30.2923899 ], [ 120.0074317, 30.2924026 ], [ 120.0074302, 30.2924241 ], [ 120.0074243, 30.2924407 ], [ 120.0074287, 30.2924749 ], [ 120.0074405, 30.2924864 ], [ 120.0075037, 30.2925569 ], [ 120.0075238, 30.2925855 ], [ 120.0075261, 30.2925955 ], [ 120.0075446, 30.2926241 ], [ 120.0075661, 30.2926487 ], [ 120.0075661, 30.2926653 ], [ 120.0075661, 30.2926992 ], [ 120.0075731, 30.2927285 ], [ 120.0075954, 30.2927524 ], [ 120.0076301, 30.2927804 ], [ 120.0076493, 30.292809 ], [ 120.0076678, 30.2928203 ], [ 120.0076771, 30.2928289 ], [ 120.0077071, 30.2928063 ], [ 120.0076886, 30.2927903 ], [ 120.0076694, 30.2927691 ], [ 120.007664, 30.2927478 ], [ 120.0076416, 30.2927205 ], [ 120.0076355, 30.2926813 ], [ 120.0076185, 30.2926487 ], [ 120.00759, 30.2925988 ], [ 120.0075946, 30.2925835 ], [ 120.0075923, 30.2925536 ], [ 120.0075769, 30.292499 ], [ 120.0075777, 30.2924751 ], [ 120.0075885, 30.2924551 ], [ 120.0075969, 30.2924325 ], [ 120.0075939, 30.2924092 ], [ 120.0075846, 30.2923813 ], [ 120.0075792, 30.292368 ], [ 120.0075746, 30.2923607 ], [ 120.0075538, 30.2923294 ], [ 120.0075476, 30.2923128 ], [ 120.007533, 30.2923002 ], [ 120.0075091, 30.2922869 ], [ 120.0075022, 30.2922869 ], [ 120.0074637, 30.2922796 ], [ 120.0074421, 30.2922789 ], [ 120.0074329, 30.2922782 ], [ 120.0073949, 30.2922921 ], [ 120.007392, 30.2923213 ], [ 120.0074096, 30.2923568 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0070327, 30.2923367 ], [ 120.0070789, 30.2923433 ], [ 120.0071836, 30.2923846 ], [ 120.0072044, 30.2924105 ], [ 120.0072383, 30.2924458 ], [ 120.0072499, 30.2924671 ], [ 120.0072969, 30.292499 ], [ 120.0073539, 30.2925402 ], [ 120.0073901, 30.2925848 ], [ 120.0073839, 30.2926087 ], [ 120.0073731, 30.2926347 ], [ 120.0073731, 30.2926466 ], [ 120.007397, 30.2926759 ], [ 120.0074109, 30.2927205 ], [ 120.0074309, 30.2927384 ], [ 120.007434, 30.2927743 ], [ 120.007427, 30.2928222 ], [ 120.0074024, 30.2928335 ], [ 120.0073693, 30.2928535 ], [ 120.0073408, 30.2928661 ], [ 120.0073123, 30.292892 ], [ 120.0073207, 30.2929193 ], [ 120.0073377, 30.2929167 ], [ 120.0073762, 30.2929193 ], [ 120.0074024, 30.2929333 ], [ 120.0074132, 30.2929399 ], [ 120.0074748, 30.292916 ], [ 120.0075503, 30.2929719 ], [ 120.0075503, 30.2929852 ], [ 120.0075487, 30.2929978 ], [ 120.0075195, 30.2930251 ], [ 120.0074964, 30.2930377 ], [ 120.007484, 30.293053 ], [ 120.007491, 30.2930723 ], [ 120.0074833, 30.2931055 ], [ 120.0075087, 30.2931255 ], [ 120.0075164, 30.2931494 ], [ 120.0075141, 30.2931907 ], [ 120.0075233, 30.2932159 ], [ 120.0075087, 30.2932678 ], [ 120.0075734, 30.2933616 ], [ 120.0075749, 30.2933683 ], [ 120.0076096, 30.2933922 ], [ 120.0076666, 30.2934168 ], [ 120.0076889, 30.2934334 ], [ 120.0077036, 30.2934481 ], [ 120.0077197, 30.2934594 ], [ 120.007729, 30.2934654 ], [ 120.0077359, 30.2934773 ], [ 120.0077498, 30.2934933 ], [ 120.0077613, 30.2935106 ], [ 120.0077852, 30.2935132 ], [ 120.0078245, 30.2935046 ], [ 120.0078407, 30.2934846 ], [ 120.0078453, 30.2934467 ], [ 120.0078322, 30.2934321 ], [ 120.007806, 30.2934062 ], [ 120.0078237, 30.2933629 ], [ 120.0078245, 30.2933563 ], [ 120.007833, 30.2933377 ], [ 120.0078337, 30.2933244 ], [ 120.007836, 30.2932991 ], [ 120.0078345, 30.2932838 ], [ 120.0078345, 30.2932711 ], [ 120.0078306, 30.2932665 ], [ 120.0078222, 30.2932519 ], [ 120.0078214, 30.2932465 ], [ 120.0078052, 30.2932299 ], [ 120.0077952, 30.2932233 ], [ 120.007776, 30.2932133 ], [ 120.0077683, 30.293206 ], [ 120.007749, 30.2931987 ], [ 120.0077344, 30.2931814 ], [ 120.0077236, 30.2931607 ], [ 120.0077059, 30.2931401 ], [ 120.007702, 30.2931168 ], [ 120.0076997, 30.2931016 ], [ 120.0076912, 30.2930883 ], [ 120.007722, 30.2930224 ], [ 120.007722, 30.2930111 ], [ 120.0077166, 30.2929845 ], [ 120.0077159, 30.2929572 ], [ 120.0077143, 30.2929473 ], [ 120.0077066, 30.2929326 ], [ 120.0077005, 30.2929253 ], [ 120.0076928, 30.2929213 ], [ 120.0076727, 30.2929206 ], [ 120.0076597, 30.2929233 ], [ 120.0076512, 30.2929339 ], [ 120.0076358, 30.2929379 ], [ 120.0076211, 30.2929326 ], [ 120.0075996, 30.2929233 ], [ 120.007588, 30.292918 ], [ 120.007583, 30.2929108 ], [ 120.0075685, 30.2928678 ], [ 120.0075657, 30.2928621 ], [ 120.0075534, 30.2928468 ], [ 120.0075249, 30.2928289 ], [ 120.0075195, 30.2928003 ], [ 120.0075195, 30.2927883 ], [ 120.007521, 30.2927644 ], [ 120.0075125, 30.2927564 ], [ 120.0075064, 30.2927444 ], [ 120.0075033, 30.2927291 ], [ 120.007491, 30.2927032 ], [ 120.0074794, 30.2926845 ], [ 120.0074786, 30.2926706 ], [ 120.0074732, 30.2926546 ], [ 120.007464, 30.2926453 ], [ 120.0074524, 30.2926287 ], [ 120.0074463, 30.2926001 ], [ 120.0074162, 30.2925622 ], [ 120.0073955, 30.2925322 ], [ 120.0073592, 30.2924917 ], [ 120.0073138, 30.2924331 ], [ 120.0072945, 30.2923959 ], [ 120.0072714, 30.2923447 ], [ 120.0072707, 30.2923161 ], [ 120.0072491, 30.2922649 ], [ 120.0072375, 30.2922622 ], [ 120.0071952, 30.2922549 ], [ 120.0070789, 30.2922848 ], [ 120.0070411, 30.2922928 ], [ 120.0069949, 30.2923121 ], [ 120.0070327, 30.2923367 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0027467, 30.2931097 ], [ 120.0027952, 30.2931338 ], [ 120.0028173, 30.2931491 ], [ 120.0028555, 30.2931529 ], [ 120.0028732, 30.2931465 ], [ 120.0029011, 30.2931389 ], [ 120.0029335, 30.2931275 ], [ 120.0029702, 30.2931427 ], [ 120.003032, 30.2931719 ], [ 120.00306, 30.2931783 ], [ 120.0030791, 30.2931808 ], [ 120.0031188, 30.2931732 ], [ 120.0031365, 30.2931351 ], [ 120.0032129, 30.2930995 ], [ 120.0031101, 30.2930265 ], [ 120.0030234, 30.2929929 ], [ 120.0029246, 30.2929967 ], [ 120.0029173, 30.2930856 ], [ 120.0028849, 30.2930716 ], [ 120.0028526, 30.29305 ], [ 120.0028261, 30.2930475 ], [ 120.0027628, 30.2930665 ], [ 120.0027422, 30.2930932 ], [ 120.0027467, 30.2931097 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.007704, 30.2928529 ], [ 120.0077464, 30.2928801 ], [ 120.0077818, 30.2929001 ], [ 120.007788, 30.2929061 ], [ 120.0078065, 30.2929067 ], [ 120.0078334, 30.2929021 ], [ 120.0078658, 30.2929041 ], [ 120.0078858, 30.2929067 ], [ 120.0079035, 30.2929081 ], [ 120.0079405, 30.2929054 ], [ 120.0079605, 30.2929067 ], [ 120.0080052, 30.292926 ], [ 120.0080098, 30.2929333 ], [ 120.0080375, 30.2929573 ], [ 120.0080637, 30.2929732 ], [ 120.0080768, 30.2930052 ], [ 120.0080845, 30.2930245 ], [ 120.0080845, 30.293063 ], [ 120.0080714, 30.2930836 ], [ 120.0080576, 30.2930989 ], [ 120.0080345, 30.2931229 ], [ 120.0080229, 30.2931255 ], [ 120.0079921, 30.2931389 ], [ 120.0079767, 30.2931389 ], [ 120.007942, 30.2931415 ], [ 120.0079197, 30.2931515 ], [ 120.0078958, 30.2931694 ], [ 120.0078989, 30.2931874 ], [ 120.0079027, 30.293202 ], [ 120.0079305, 30.293232 ], [ 120.0079343, 30.2932552 ], [ 120.0079359, 30.2932725 ], [ 120.0079459, 30.2932865 ], [ 120.0079597, 30.2932938 ], [ 120.0079705, 30.2933018 ], [ 120.0079936, 30.2933364 ], [ 120.0079944, 30.2933484 ], [ 120.007999, 30.2933597 ], [ 120.0080183, 30.2933683 ], [ 120.0080337, 30.293371 ], [ 120.0080699, 30.2933696 ], [ 120.0080907, 30.293365 ], [ 120.0081192, 30.2933563 ], [ 120.0081469, 30.2933424 ], [ 120.0081669, 30.2933291 ], [ 120.0081993, 30.2933231 ], [ 120.0082717, 30.2932918 ], [ 120.0082817, 30.2932838 ], [ 120.0082963, 30.2932626 ], [ 120.0082961, 30.2932083 ], [ 120.0082975, 30.2931917 ], [ 120.0083108, 30.2931714 ], [ 120.0083137, 30.2931549 ], [ 120.0083167, 30.2931333 ], [ 120.008324, 30.2931143 ], [ 120.008324, 30.2930876 ], [ 120.0083122, 30.2930355 ], [ 120.0083122, 30.2930254 ], [ 120.0082887, 30.2930088 ], [ 120.0082593, 30.2929949 ], [ 120.008199, 30.2929746 ], [ 120.008171, 30.2929631 ], [ 120.008124, 30.2929492 ], [ 120.0081122, 30.292939 ], [ 120.0080887, 30.2929237 ], [ 120.0080489, 30.2929047 ], [ 120.0080313, 30.2929022 ], [ 120.0079886, 30.2928882 ], [ 120.0079592, 30.2928729 ], [ 120.0079166, 30.2928653 ], [ 120.0078974, 30.2928488 ], [ 120.0078871, 30.2928399 ], [ 120.0078415, 30.292831 ], [ 120.0078254, 30.292831 ], [ 120.0078018, 30.2928259 ], [ 120.0077739, 30.2928234 ], [ 120.0077577, 30.2928183 ], [ 120.00774, 30.2928183 ], [ 120.0077071, 30.2928063 ], [ 120.0076771, 30.2928289 ], [ 120.007704, 30.2928529 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.980961, 30.2802446 ], [ 119.9819263, 30.280328 ], [ 119.9828627, 30.2803998 ], [ 119.9842139, 30.2805138 ], [ 119.985581, 30.2806576 ], [ 119.9856437, 30.2806642 ], [ 119.9858106, 30.2807283 ], [ 119.986053, 30.2807857 ], [ 119.9862073, 30.2807821 ], [ 119.986461, 30.2807429 ], [ 119.986728, 30.2807613 ], [ 119.9869977, 30.2807782 ], [ 119.9871774, 30.2807904 ], [ 119.9876118, 30.2808077 ], [ 119.9878143, 30.2808262 ], [ 119.9879564, 30.2808344 ], [ 119.9882059, 30.2808621 ], [ 119.9883544, 30.2808898 ], [ 119.9884499, 30.2809165 ], [ 119.9885707, 30.2809505 ], [ 119.9887758, 30.2809796 ], [ 119.9890539, 30.2809844 ], [ 119.9893854, 30.2810014 ], [ 119.9896256, 30.2810229 ], [ 119.9899556, 30.2810524 ], [ 119.990009, 30.2810936 ], [ 119.9900146, 30.2811882 ], [ 119.9899773, 30.2815099 ], [ 119.9899601, 30.2815988 ], [ 119.9899219, 30.2816734 ], [ 119.9898772, 30.2818242 ], [ 119.9898281, 30.2819862 ], [ 119.9897899, 30.2821731 ], [ 119.9897624, 30.282293 ], [ 119.9897427, 30.2824518 ], [ 119.9897365, 30.2827383 ], [ 119.9896793, 30.2831605 ], [ 119.9896531, 30.2834409 ], [ 119.9896268, 30.283674 ], [ 119.9895935, 30.2838026 ], [ 119.9895626, 30.2839324 ], [ 119.9895311, 30.2840511 ], [ 119.9894636, 30.2844833 ], [ 119.9895661, 30.2845228 ], [ 119.9897084, 30.2845525 ], [ 119.9897435, 30.284108 ], [ 119.9897704, 30.2839396 ], [ 119.9898294, 30.2836024 ], [ 119.9898323, 30.283584 ], [ 119.9898744, 30.283321 ], [ 119.9899219, 30.283109 ], [ 119.9899554, 30.2829683 ], [ 119.9902764, 30.2811682 ], [ 119.9902901, 30.2811427 ], [ 119.9903351, 30.2811015 ], [ 119.9903997, 30.2810942 ], [ 119.9904839, 30.281099 ], [ 119.9906132, 30.2811136 ], [ 119.9910383, 30.2811585 ], [ 119.991577, 30.2812081 ], [ 119.9919952, 30.2812446 ], [ 119.9920795, 30.2812543 ], [ 119.992124, 30.2810289 ], [ 119.9918686, 30.281017 ], [ 119.9917671, 30.2810108 ], [ 119.9915999, 30.2809925 ], [ 119.9914672, 30.2809803 ], [ 119.9913155, 30.2809662 ], [ 119.9911526, 30.2809459 ], [ 119.9910171, 30.2809322 ], [ 119.9908742, 30.2809205 ], [ 119.9906464, 30.280902 ], [ 119.9904995, 30.2808907 ], [ 119.990406, 30.2808731 ], [ 119.9903542, 30.2808355 ], [ 119.9903455, 30.2808043 ], [ 119.9903539, 30.2807317 ], [ 119.9903809, 30.2805528 ], [ 119.9904099, 30.2803689 ], [ 119.9904537, 30.2801465 ], [ 119.99056, 30.2799395 ], [ 119.990627, 30.2798299 ], [ 119.9906714, 30.2797444 ], [ 119.9907227, 30.2795758 ], [ 119.9907543, 30.2795214 ], [ 119.9907747, 30.2794683 ], [ 119.9908296, 30.279301 ], [ 119.9908259, 30.2792176 ], [ 119.9908483, 30.2790983 ], [ 119.9908716, 30.2789695 ], [ 119.9908528, 30.2789685 ], [ 119.9908697, 30.2788358 ], [ 119.9908949, 30.2788362 ], [ 119.9909229, 30.2786449 ], [ 119.9910023, 30.2784015 ], [ 119.9911079, 30.2780856 ], [ 119.9911788, 30.277865 ], [ 119.9912672, 30.2775699 ], [ 119.9915983, 30.2768662 ], [ 119.9916846, 30.2766998 ], [ 119.9917898, 30.2765777 ], [ 119.9918431, 30.2763318 ], [ 119.9918419, 30.2760034 ], [ 119.9915266, 30.2760173 ], [ 119.9914878, 30.2761922 ], [ 119.9914382, 30.2764367 ], [ 119.9913952, 30.2765571 ], [ 119.9912518, 30.2769324 ], [ 119.9910774, 30.2774061 ], [ 119.9910063, 30.2776365 ], [ 119.990899, 30.2779527 ], [ 119.9908508, 30.2781716 ], [ 119.9907515, 30.2784009 ], [ 119.9906925, 30.2785584 ], [ 119.9906496, 30.2787993 ], [ 119.9906515, 30.2789018 ], [ 119.990655, 30.2790145 ], [ 119.9906281, 30.2791004 ], [ 119.9905843, 30.2791923 ], [ 119.9905574, 30.2792472 ], [ 119.9904852, 30.2794922 ], [ 119.9904466, 30.2796209 ], [ 119.9902953, 30.2799007 ], [ 119.9902218, 30.2800848 ], [ 119.9901936, 30.2802806 ], [ 119.990148, 30.2804624 ], [ 119.9901293, 30.2805806 ], [ 119.9901158, 30.2806744 ], [ 119.990081, 30.2807635 ], [ 119.9900582, 30.2807902 ], [ 119.9900112, 30.2808006 ], [ 119.9896557, 30.2807894 ], [ 119.9896089, 30.2807867 ], [ 119.9893192, 30.2807774 ], [ 119.9891958, 30.2807496 ], [ 119.9890832, 30.2807357 ], [ 119.9889169, 30.2807126 ], [ 119.9887828, 30.2807033 ], [ 119.9886648, 30.2807033 ], [ 119.9885092, 30.2806894 ], [ 119.9883697, 30.2806894 ], [ 119.9882624, 30.2806616 ], [ 119.9880283, 30.2806578 ], [ 119.9879781, 30.280657 ], [ 119.9877367, 30.2805968 ], [ 119.9876831, 30.2805915 ], [ 119.9875848, 30.2805915 ], [ 119.9874387, 30.2805915 ], [ 119.9873516, 30.2805721 ], [ 119.9872756, 30.2805494 ], [ 119.9872701, 30.2805478 ], [ 119.9871971, 30.2805138 ], [ 119.9871269, 30.280492 ], [ 119.9869977, 30.2804993 ], [ 119.9869173, 30.2805201 ], [ 119.9869134, 30.2805211 ], [ 119.9868151, 30.280526 ], [ 119.9867252, 30.280526 ], [ 119.9866353, 30.2805041 ], [ 119.9865257, 30.2804799 ], [ 119.9864106, 30.2804823 ], [ 119.9862982, 30.280475 ], [ 119.9861521, 30.2804726 ], [ 119.9860875, 30.2804629 ], [ 119.9859106, 30.2804508 ], [ 119.9857476, 30.2804435 ], [ 119.9856353, 30.2804532 ], [ 119.9852645, 30.2804265 ], [ 119.9850454, 30.2804217 ], [ 119.9843766, 30.2803547 ], [ 119.9834662, 30.2802822 ], [ 119.9830862, 30.2802533 ], [ 119.9824273, 30.2801985 ], [ 119.9817925, 30.2801597 ], [ 119.9803683, 30.2800214 ], [ 119.980339, 30.2801912 ], [ 119.980961, 30.2802446 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9783212, 30.2854034 ], [ 119.9791034, 30.2856861 ], [ 119.9798997, 30.2859963 ], [ 119.9804677, 30.2862041 ], [ 119.9813507, 30.2865159 ], [ 119.982025, 30.2867772 ], [ 119.9825435, 30.2869727 ], [ 119.9829469, 30.2871424 ], [ 119.9832991, 30.2872875 ], [ 119.983831, 30.2874811 ], [ 119.9841071, 30.2875745 ], [ 119.984189, 30.2873356 ], [ 119.9839947, 30.2872145 ], [ 119.9839681, 30.287198 ], [ 119.9838017, 30.2871342 ], [ 119.9833534, 30.2870012 ], [ 119.9831177, 30.286928 ], [ 119.9827711, 30.286767 ], [ 119.9826001, 30.2867351 ], [ 119.9825921, 30.2867303 ], [ 119.9824999, 30.2866752 ], [ 119.9822193, 30.2866012 ], [ 119.9819361, 30.2864584 ], [ 119.9819418, 30.2864299 ], [ 119.9818921, 30.2864261 ], [ 119.9818528, 30.286372 ], [ 119.9815998, 30.2863338 ], [ 119.9815095, 30.2862602 ], [ 119.9815059, 30.2861912 ], [ 119.9814693, 30.2861849 ], [ 119.9811667, 30.2862011 ], [ 119.9808694, 30.2860804 ], [ 119.980158, 30.2858389 ], [ 119.9800058, 30.2857805 ], [ 119.9792821, 30.2855027 ], [ 119.978353, 30.285136 ], [ 119.9782486, 30.2853728 ], [ 119.9783212, 30.2854034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.987327, 30.2886355 ], [ 119.9877142, 30.2885349 ], [ 119.9876699, 30.2883564 ], [ 119.9865943, 30.2880017 ], [ 119.9864433, 30.2880947 ], [ 119.984189, 30.2873356 ], [ 119.9841071, 30.2875745 ], [ 119.987327, 30.2886355 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9454842, 30.283715 ], [ 119.9460591, 30.2842497 ], [ 119.9466267, 30.2849562 ], [ 119.94701, 30.2857837 ], [ 119.9468773, 30.2862866 ], [ 119.9473859, 30.2882088 ], [ 119.947784, 30.2885271 ], [ 119.9478208, 30.2889981 ], [ 119.9477471, 30.2893672 ], [ 119.947467, 30.2900737 ], [ 119.9467667, 30.290602 ], [ 119.9461033, 30.2909457 ], [ 119.9456684, 30.2915058 ], [ 119.9455579, 30.2921296 ], [ 119.9460001, 30.2926006 ], [ 119.9466267, 30.2930206 ], [ 119.9470026, 30.2933198 ], [ 119.9474596, 30.2939563 ], [ 119.9475628, 30.2944654 ], [ 119.9474817, 30.2958911 ], [ 119.9471795, 30.297094 ], [ 119.9476144, 30.297164 ], [ 119.9478577, 30.296273 ], [ 119.9482041, 30.2954392 ], [ 119.9484253, 30.2947455 ], [ 119.9484621, 30.2943636 ], [ 119.9483368, 30.2939753 ], [ 119.948042, 30.2936189 ], [ 119.9468183, 30.2927661 ], [ 119.946951, 30.2926515 ], [ 119.9468552, 30.2924669 ], [ 119.9465825, 30.2924796 ], [ 119.9464056, 30.2923523 ], [ 119.9464129, 30.2922441 ], [ 119.9461033, 30.2919896 ], [ 119.9462581, 30.2913276 ], [ 119.9465677, 30.291194 ], [ 119.9467078, 30.2909521 ], [ 119.9475923, 30.2903283 ], [ 119.9479093, 30.2899083 ], [ 119.9480493, 30.2893036 ], [ 119.9480272, 30.2883998 ], [ 119.9475039, 30.2863757 ], [ 119.9472754, 30.2855609 ], [ 119.947069, 30.2851854 ], [ 119.9466562, 30.284517 ], [ 119.9463318, 30.2841351 ], [ 119.9454031, 30.2829002 ], [ 119.9448576, 30.2821618 ], [ 119.9442753, 30.2827666 ], [ 119.9454842, 30.283715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9491476, 30.2927151 ], [ 119.9497963, 30.2934789 ], [ 119.9502312, 30.2935235 ], [ 119.9503565, 30.2933707 ], [ 119.9499953, 30.292155 ], [ 119.9498037, 30.2916904 ], [ 119.949612, 30.2914485 ], [ 119.9492803, 30.2914485 ], [ 119.9491698, 30.2918941 ], [ 119.9490666, 30.2921423 ], [ 119.9491476, 30.2927151 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.987221, 30.2975978 ], [ 119.9877066, 30.2984258 ], [ 119.9881786, 30.2992595 ], [ 119.9883342, 30.2992178 ], [ 119.9881464, 30.2989307 ], [ 119.9880713, 30.29875 ], [ 119.9877709, 30.2983563 ], [ 119.9874973, 30.2978469 ], [ 119.9872559, 30.2974346 ], [ 119.9872774, 30.297166 ], [ 119.9871916, 30.2970224 ], [ 119.9871128, 30.2971509 ], [ 119.9871111, 30.297342 ], [ 119.987221, 30.2975978 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.9691288, 30.2974305 ], [ 119.9692264, 30.2974369 ], [ 119.9693316, 30.2974499 ], [ 119.9693917, 30.2975472 ], [ 119.9694893, 30.2975537 ], [ 119.9695719, 30.2975213 ], [ 119.9697522, 30.2974823 ], [ 119.9701804, 30.2974694 ], [ 119.9703907, 30.2975083 ], [ 119.9707738, 30.2974953 ], [ 119.9710292, 30.2975537 ], [ 119.9711494, 30.2976445 ], [ 119.9713071, 30.2977093 ], [ 119.9713747, 30.2978001 ], [ 119.9712546, 30.2991491 ], [ 119.9713509, 30.2992343 ], [ 119.9714574, 30.2991945 ], [ 119.9715099, 30.2990583 ], [ 119.9715613, 30.2989044 ], [ 119.9714504, 30.2987963 ], [ 119.971482, 30.2983256 ], [ 119.9715607, 30.2982286 ], [ 119.9715926, 30.2978715 ], [ 119.9716452, 30.2977612 ], [ 119.9716151, 30.2975731 ], [ 119.9716752, 30.2974305 ], [ 119.9716602, 30.2973526 ], [ 119.971555, 30.2972748 ], [ 119.9716226, 30.296503 ], [ 119.9716677, 30.2960749 ], [ 119.9715175, 30.2960814 ], [ 119.9714949, 30.2964965 ], [ 119.9714198, 30.2967235 ], [ 119.9713898, 30.2968986 ], [ 119.9713747, 30.2971516 ], [ 119.9713522, 30.2973202 ], [ 119.9712546, 30.2973721 ], [ 119.9710743, 30.297424 ], [ 119.9708264, 30.297424 ], [ 119.9706762, 30.2973851 ], [ 119.9704884, 30.2973851 ], [ 119.970248, 30.2973267 ], [ 119.9700226, 30.2973461 ], [ 119.9698799, 30.2973137 ], [ 119.9697222, 30.2972099 ], [ 119.9697072, 30.2970932 ], [ 119.9696245, 30.2970932 ], [ 119.9695719, 30.2972294 ], [ 119.9695043, 30.2973007 ], [ 119.9691137, 30.2972813 ], [ 119.9691288, 30.2974305 ] ] ], [ [ [ 119.9701503, 30.3025281 ], [ 119.9706311, 30.3025994 ], [ 119.9708639, 30.3026513 ], [ 119.9709691, 30.3027226 ], [ 119.9708715, 30.3040975 ], [ 119.9708189, 30.3044931 ], [ 119.9705935, 30.3059458 ], [ 119.9704959, 30.30651 ], [ 119.9704583, 30.3066008 ], [ 119.9705485, 30.3067305 ], [ 119.9706161, 30.3068148 ], [ 119.9706161, 30.3074827 ], [ 119.9705409, 30.3081636 ], [ 119.9704283, 30.3087603 ], [ 119.9704358, 30.3090456 ], [ 119.9704809, 30.3092272 ], [ 119.9704283, 30.3093374 ], [ 119.9703832, 30.3094282 ], [ 119.9703757, 30.3094931 ], [ 119.9704508, 30.3095968 ], [ 119.9706837, 30.3096098 ], [ 119.9708114, 30.3094801 ], [ 119.9710067, 30.3094023 ], [ 119.9714874, 30.3094671 ], [ 119.9714198, 30.3093828 ], [ 119.9713297, 30.3093504 ], [ 119.9709015, 30.3093244 ], [ 119.9707663, 30.309305 ], [ 119.9707062, 30.3091753 ], [ 119.9707062, 30.3089678 ], [ 119.9707888, 30.3086954 ], [ 119.9707888, 30.3085787 ], [ 119.9707137, 30.3083712 ], [ 119.9708189, 30.3078459 ], [ 119.9707963, 30.3076384 ], [ 119.9708564, 30.3074179 ], [ 119.9708564, 30.3069963 ], [ 119.970924, 30.3065359 ], [ 119.9709541, 30.3064192 ], [ 119.9710517, 30.3063673 ], [ 119.971247, 30.3063738 ], [ 119.9715354, 30.3065403 ], [ 119.9717247, 30.3065283 ], [ 119.9719832, 30.3065748 ], [ 119.9720808, 30.3065294 ], [ 119.9716752, 30.3063868 ], [ 119.9711869, 30.3062181 ], [ 119.9710367, 30.3061468 ], [ 119.9709466, 30.3058096 ], [ 119.9709616, 30.3051805 ], [ 119.9709466, 30.3049341 ], [ 119.9710142, 30.3038511 ], [ 119.9710893, 30.3029755 ], [ 119.9711419, 30.3028588 ], [ 119.9712696, 30.3027615 ], [ 119.9715024, 30.3027096 ], [ 119.9718179, 30.3026902 ], [ 119.9722536, 30.3027096 ], [ 119.972524, 30.3026448 ], [ 119.9726554, 30.3026708 ], [ 119.9728472, 30.3026585 ], [ 119.9729893, 30.302634 ], [ 119.9731918, 30.3026248 ], [ 119.9734439, 30.3026186 ], [ 119.9736038, 30.3026248 ], [ 119.9738311, 30.302637 ], [ 119.9741437, 30.3027229 ], [ 119.9743141, 30.3027413 ], [ 119.9745557, 30.3027781 ], [ 119.9747439, 30.3028302 ], [ 119.9748469, 30.3029222 ], [ 119.9749073, 30.3030449 ], [ 119.9749997, 30.3030663 ], [ 119.97506, 30.3030387 ], [ 119.9751417, 30.3029559 ], [ 119.9751275, 30.3028425 ], [ 119.9751737, 30.3027934 ], [ 119.9752589, 30.3027873 ], [ 119.9753264, 30.3028425 ], [ 119.9753833, 30.3028394 ], [ 119.9754365, 30.3027444 ], [ 119.975568, 30.3027566 ], [ 119.9758663, 30.3028149 ], [ 119.9759338, 30.302867 ], [ 119.9760759, 30.302867 ], [ 119.9762108, 30.3028609 ], [ 119.9763707, 30.3028731 ], [ 119.97636, 30.3028118 ], [ 119.976289, 30.302729 ], [ 119.9761682, 30.30268 ], [ 119.9760084, 30.3026616 ], [ 119.9756283, 30.3026125 ], [ 119.9755005, 30.302637 ], [ 119.9753762, 30.302637 ], [ 119.975163, 30.3026033 ], [ 119.9749925, 30.3025757 ], [ 119.9747652, 30.3026002 ], [ 119.9745557, 30.3026064 ], [ 119.9742253, 30.3025972 ], [ 119.9735185, 30.3025082 ], [ 119.9734191, 30.3024592 ], [ 119.9733551, 30.30245 ], [ 119.9732166, 30.3024776 ], [ 119.9731556, 30.3024903 ], [ 119.9730994, 30.3025021 ], [ 119.9728614, 30.3025082 ], [ 119.9727051, 30.3025328 ], [ 119.9725465, 30.3025605 ], [ 119.9722686, 30.3025086 ], [ 119.9720508, 30.3025216 ], [ 119.9716602, 30.3024891 ], [ 119.971489, 30.3024567 ], [ 119.9713837, 30.3023938 ], [ 119.9712413, 30.302275 ], [ 119.9711885, 30.3021559 ], [ 119.9711644, 30.3020222 ], [ 119.9712079, 30.3015088 ], [ 119.971232, 30.3012245 ], [ 119.9713672, 30.300764 ], [ 119.9713747, 30.3005111 ], [ 119.9713973, 30.3003879 ], [ 119.9713467, 30.3002685 ], [ 119.9711063, 30.3001994 ], [ 119.9710367, 30.3002387 ], [ 119.9710292, 30.3003831 ], [ 119.9709841, 30.3012504 ], [ 119.9709165, 30.3015812 ], [ 119.970909, 30.3017563 ], [ 119.9709541, 30.3021454 ], [ 119.970879, 30.3022492 ], [ 119.9707738, 30.3023205 ], [ 119.9705334, 30.30234 ], [ 119.9701503, 30.3023724 ], [ 119.9701503, 30.3025281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9765031, 30.3028719 ], [ 119.9765495, 30.3029357 ], [ 119.9765706, 30.3030067 ], [ 119.9766549, 30.3030668 ], [ 119.9768299, 30.3030977 ], [ 119.9770978, 30.3031432 ], [ 119.9773298, 30.3031432 ], [ 119.9775153, 30.3031341 ], [ 119.9776313, 30.303105 ], [ 119.9778507, 30.3031414 ], [ 119.9780763, 30.3031942 ], [ 119.9784095, 30.3032452 ], [ 119.9784559, 30.3030831 ], [ 119.9776338, 30.3029015 ], [ 119.9774753, 30.3028847 ], [ 119.9774183, 30.302892 ], [ 119.9773045, 30.3028847 ], [ 119.9771484, 30.3028465 ], [ 119.9770197, 30.3028046 ], [ 119.976695, 30.3026935 ], [ 119.9766191, 30.302699 ], [ 119.976579, 30.3027445 ], [ 119.9765199, 30.3028009 ], [ 119.9764461, 30.3028046 ], [ 119.976444, 30.3028373 ], [ 119.9765031, 30.3028719 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9777636, 30.3058048 ], [ 119.978093, 30.3058155 ], [ 119.9781036, 30.3056901 ], [ 119.9779478, 30.3056916 ], [ 119.9777548, 30.3056641 ], [ 119.9777318, 30.3056763 ], [ 119.9777636, 30.3058048 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9772979, 30.3059607 ], [ 119.9772997, 30.3060203 ], [ 119.9773227, 30.3060432 ], [ 119.9773758, 30.3060432 ], [ 119.9774679, 30.3060111 ], [ 119.9775086, 30.3060157 ], [ 119.9775086, 30.3059515 ], [ 119.9775016, 30.3058735 ], [ 119.9774909, 30.3057711 ], [ 119.9775069, 30.3057283 ], [ 119.9775157, 30.305687 ], [ 119.9774998, 30.305658 ], [ 119.9774785, 30.3054883 ], [ 119.9774343, 30.3054806 ], [ 119.9773705, 30.3054852 ], [ 119.977344, 30.3055112 ], [ 119.9772979, 30.3058919 ], [ 119.9772979, 30.3059607 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0021755, 30.2934446 ], [ 120.002152, 30.2933556 ], [ 120.0021844, 30.293329 ], [ 120.0023212, 30.2932274 ], [ 120.0025389, 30.2930711 ], [ 120.0026801, 30.292967 ], [ 120.0027757, 30.2929225 ], [ 120.0028963, 30.2928667 ], [ 120.0027257, 30.2927879 ], [ 120.0026977, 30.2928108 ], [ 120.0026139, 30.292887 ], [ 120.0024432, 30.2930089 ], [ 120.0022638, 30.2931423 ], [ 120.0022539, 30.2931501 ], [ 120.0021461, 30.293235 ], [ 120.0020476, 30.2932985 ], [ 120.0019676, 30.293331 ], [ 120.0018975, 30.2933442 ], [ 120.0018357, 30.2933722 ], [ 120.0021755, 30.2934446 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0088078, 30.2939551 ], [ 120.0088189, 30.2939305 ], [ 120.0088998, 30.2937616 ], [ 120.0089469, 30.2936702 ], [ 120.0089866, 30.2936003 ], [ 120.0090322, 30.2935279 ], [ 120.009094, 30.2934288 ], [ 120.0091431, 30.2933649 ], [ 120.0091499, 30.2933323 ], [ 120.0091308, 30.2932701 ], [ 120.0091146, 30.2932358 ], [ 120.0091293, 30.2931786 ], [ 120.0091308, 30.2931596 ], [ 120.0091337, 30.2931304 ], [ 120.0091337, 30.2931088 ], [ 120.0091337, 30.2930808 ], [ 120.0091381, 30.2930503 ], [ 120.00914, 30.2929996 ], [ 120.009137, 30.2928523 ], [ 120.0091473, 30.2927837 ], [ 120.0091503, 30.2927608 ], [ 120.0091562, 30.2927342 ], [ 120.0091694, 30.2926986 ], [ 120.0091753, 30.2926656 ], [ 120.0091944, 30.2926186 ], [ 120.0092165, 30.2925805 ], [ 120.0092488, 30.2925894 ], [ 120.0092768, 30.2926008 ], [ 120.0093047, 30.2926059 ], [ 120.0093238, 30.2926046 ], [ 120.0093459, 30.2925754 ], [ 120.0093489, 30.2925475 ], [ 120.0093459, 30.2925195 ], [ 120.0092278, 30.292484 ], [ 120.0091757, 30.2925215 ], [ 120.009119, 30.2925855 ], [ 120.0091102, 30.2926249 ], [ 120.0091381, 30.2926439 ], [ 120.0091293, 30.2926807 ], [ 120.0091146, 30.2927277 ], [ 120.009094, 30.2927658 ], [ 120.0091102, 30.2928547 ], [ 120.009097, 30.292936 ], [ 120.0091058, 30.2929767 ], [ 120.0090778, 30.2930567 ], [ 120.009072, 30.293091 ], [ 120.0090544, 30.2931985 ], [ 120.0090661, 30.293232 ], [ 120.0090886, 30.2932617 ], [ 120.0090896, 30.2932955 ], [ 120.0090911, 30.2933488 ], [ 120.0090499, 30.2934085 ], [ 120.0090116, 30.2934669 ], [ 120.0089484, 30.2935647 ], [ 120.0088778, 30.2937197 ], [ 120.0088307, 30.2938429 ], [ 120.0088145, 30.2938912 ], [ 120.0087469, 30.2938785 ], [ 120.0087395, 30.2939051 ], [ 120.0087322, 30.2939294 ], [ 120.0088078, 30.2939551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9871399, 30.296596 ], [ 119.9871876, 30.2966117 ], [ 119.9872312, 30.2965139 ], [ 119.9872711, 30.2964376 ], [ 119.9872797, 30.2963933 ], [ 119.9873025, 30.2963416 ], [ 119.9873281, 30.2962555 ], [ 119.9873994, 30.29613 ], [ 119.9874022, 30.2959011 ], [ 119.9874136, 30.2957485 ], [ 119.9874193, 30.2956328 ], [ 119.9874792, 30.2955541 ], [ 119.9875191, 30.2954187 ], [ 119.9875334, 30.2953178 ], [ 119.9875448, 30.2952169 ], [ 119.9874877, 30.2951677 ], [ 119.9875077, 30.2950544 ], [ 119.9875647, 30.2949658 ], [ 119.9875676, 30.2947 ], [ 119.9875875, 30.2946139 ], [ 119.9876189, 30.2944982 ], [ 119.9876559, 30.2944416 ], [ 119.9877899, 30.2944637 ], [ 119.987941, 30.2944834 ], [ 119.9881177, 30.2944933 ], [ 119.9882374, 30.2945204 ], [ 119.9883258, 30.2945524 ], [ 119.9884427, 30.2945745 ], [ 119.9885453, 30.2946114 ], [ 119.9886165, 30.2946311 ], [ 119.9888132, 30.2946336 ], [ 119.9889215, 30.294641 ], [ 119.9890812, 30.2945942 ], [ 119.9891496, 30.2945991 ], [ 119.9892379, 30.2946213 ], [ 119.9893519, 30.2946262 ], [ 119.9894232, 30.2946508 ], [ 119.9895515, 30.2947123 ], [ 119.9897909, 30.2947936 ], [ 119.9899762, 30.2947911 ], [ 119.9901693, 30.2948016 ], [ 119.9903302, 30.2948131 ], [ 119.9905441, 30.2948786 ], [ 119.9906789, 30.2949255 ], [ 119.9906809, 30.294849 ], [ 119.9904361, 30.294794 ], [ 119.9901952, 30.2947458 ], [ 119.9900818, 30.2947322 ], [ 119.989962, 30.2947179 ], [ 119.9897759, 30.2946772 ], [ 119.9896195, 30.2946386 ], [ 119.9895004, 30.2945979 ], [ 119.9894458, 30.2945208 ], [ 119.9894036, 30.2945186 ], [ 119.9892969, 30.2944908 ], [ 119.9891481, 30.2944865 ], [ 119.9891009, 30.2945251 ], [ 119.9889917, 30.2945379 ], [ 119.988885, 30.2945336 ], [ 119.9887858, 30.2944886 ], [ 119.9886592, 30.2944737 ], [ 119.988488, 30.2944501 ], [ 119.9884259, 30.2944329 ], [ 119.9882299, 30.2944072 ], [ 119.9880339, 30.2943751 ], [ 119.9879694, 30.2943515 ], [ 119.9879123, 30.2943258 ], [ 119.9878453, 30.2943215 ], [ 119.9877932, 30.2942444 ], [ 119.9877336, 30.294193 ], [ 119.9877162, 30.2941158 ], [ 119.987684, 30.2940558 ], [ 119.9876691, 30.2939723 ], [ 119.9876641, 30.2939123 ], [ 119.9876492, 30.2938437 ], [ 119.9876964, 30.2937516 ], [ 119.9876989, 30.293638 ], [ 119.9876865, 30.2935952 ], [ 119.9876741, 30.2935502 ], [ 119.9876666, 30.2935073 ], [ 119.9876666, 30.2934795 ], [ 119.9876657, 30.2934697 ], [ 119.9876616, 30.2934259 ], [ 119.9876666, 30.2933638 ], [ 119.9876765, 30.2932995 ], [ 119.9876641, 30.2932674 ], [ 119.9876641, 30.2932245 ], [ 119.987684, 30.2931624 ], [ 119.9876765, 30.2931002 ], [ 119.9876815, 30.2930252 ], [ 119.9876815, 30.2929652 ], [ 119.9876492, 30.2929052 ], [ 119.9876418, 30.2928367 ], [ 119.9876545, 30.2927915 ], [ 119.9876765, 30.2927317 ], [ 119.9876616, 30.2926546 ], [ 119.9876517, 30.2925903 ], [ 119.9876567, 30.2925303 ], [ 119.9876567, 30.2925024 ], [ 119.9876567, 30.2924681 ], [ 119.9876492, 30.2924253 ], [ 119.9876468, 30.292376 ], [ 119.9876443, 30.2923224 ], [ 119.9876914, 30.2922582 ], [ 119.9877262, 30.2921917 ], [ 119.9877688, 30.2921389 ], [ 119.9878006, 30.2920996 ], [ 119.9878775, 30.2920096 ], [ 119.9879445, 30.291941 ], [ 119.9879892, 30.2918918 ], [ 119.988014, 30.2918789 ], [ 119.9880661, 30.2918661 ], [ 119.9881331, 30.2918618 ], [ 119.9882175, 30.2918596 ], [ 119.9882919, 30.2918596 ], [ 119.9883887, 30.2918425 ], [ 119.988418, 30.2918424 ], [ 119.9888139, 30.2918407 ], [ 119.9888999, 30.2918403 ], [ 119.9889744, 30.2918532 ], [ 119.9890562, 30.2918575 ], [ 119.9891654, 30.2918703 ], [ 119.9892349, 30.2918789 ], [ 119.9894334, 30.2919325 ], [ 119.9895178, 30.291956 ], [ 119.9895997, 30.2919775 ], [ 119.9896518, 30.2919818 ], [ 119.9897039, 30.2919796 ], [ 119.9898007, 30.2919803 ], [ 119.9898215, 30.2919461 ], [ 119.989825, 30.291933 ], [ 119.9898104, 30.2918954 ], [ 119.9898056, 30.2918835 ], [ 119.9896513, 30.2918609 ], [ 119.9895743, 30.2918485 ], [ 119.9893788, 30.2918253 ], [ 119.9891952, 30.2917953 ], [ 119.9890438, 30.2917782 ], [ 119.9888875, 30.2917782 ], [ 119.9884061, 30.2917846 ], [ 119.9883589, 30.2917889 ], [ 119.9882374, 30.2917953 ], [ 119.9879842, 30.2918168 ], [ 119.9878775, 30.2918425 ], [ 119.9877832, 30.2918639 ], [ 119.9876939, 30.2919132 ], [ 119.9876666, 30.2919646 ], [ 119.9876219, 30.291986 ], [ 119.9875301, 30.2921125 ], [ 119.9875116, 30.2922776 ], [ 119.9875798, 30.2923224 ], [ 119.9875773, 30.2924874 ], [ 119.9875922, 30.2926824 ], [ 119.9875478, 30.2928543 ], [ 119.9875479, 30.2930155 ], [ 119.9876071, 30.2930681 ], [ 119.9876269, 30.2931367 ], [ 119.9876021, 30.2932524 ], [ 119.9876219, 30.2933831 ], [ 119.9876269, 30.2935716 ], [ 119.9876147, 30.293598 ], [ 119.9875971, 30.2936359 ], [ 119.9875624, 30.2936766 ], [ 119.9875423, 30.2937199 ], [ 119.9875314, 30.293767 ], [ 119.9875277, 30.2938266 ], [ 119.9875202, 30.2939637 ], [ 119.9875202, 30.2940258 ], [ 119.9875199, 30.2941835 ], [ 119.98748, 30.29428 ], [ 119.987477, 30.2943773 ], [ 119.9874358, 30.2945679 ], [ 119.9874383, 30.2946536 ], [ 119.9873961, 30.2948765 ], [ 119.9873937, 30.2950564 ], [ 119.9873415, 30.2952343 ], [ 119.9873267, 30.2953543 ], [ 119.9873192, 30.2954528 ], [ 119.9872969, 30.2957442 ], [ 119.9873167, 30.2958385 ], [ 119.9873118, 30.2959135 ], [ 119.9873192, 30.2960913 ], [ 119.9873093, 30.2961684 ], [ 119.9872944, 30.2962242 ], [ 119.9872324, 30.2962563 ], [ 119.9872125, 30.2963163 ], [ 119.9872199, 30.2963977 ], [ 119.9871505, 30.2964855 ], [ 119.9870786, 30.2965759 ], [ 119.9871399, 30.296596 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9991134, 30.2943074 ], [ 119.9991188, 30.2942941 ], [ 119.9992485, 30.2943184 ], [ 119.9992462, 30.2943271 ], [ 119.999323, 30.2943395 ], [ 119.9993384, 30.2942987 ], [ 119.9992646, 30.2942732 ], [ 119.9992619, 30.2942805 ], [ 119.9991392, 30.2942371 ], [ 119.9991433, 30.2942206 ], [ 119.9991158, 30.2942139 ], [ 119.9990849, 30.2942987 ], [ 119.9991134, 30.2943074 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0084138, 30.2958558 ], [ 120.0085567, 30.2958348 ], [ 120.0086754, 30.2958174 ], [ 120.0086624, 30.2957337 ], [ 120.0087228, 30.2956613 ], [ 120.0087823, 30.2955571 ], [ 120.0087893, 30.2955451 ], [ 120.0088221, 30.295489 ], [ 120.0088366, 30.2954641 ], [ 120.0088727, 30.2953429 ], [ 120.0089714, 30.2951194 ], [ 120.0091109, 30.2949883 ], [ 120.0091962, 30.2948919 ], [ 120.0092664, 30.2948061 ], [ 120.0093922, 30.2946002 ], [ 120.0094964, 30.2944242 ], [ 120.0096169, 30.2942337 ], [ 120.0097378, 30.2940357 ], [ 120.009869, 30.2938127 ], [ 120.0099646, 30.2936355 ], [ 120.0100517, 30.2934217 ], [ 120.0101136, 30.2932565 ], [ 120.0102159, 30.2930165 ], [ 120.0103387, 30.2927993 ], [ 120.0102481, 30.2927497 ], [ 120.0100936, 30.2931341 ], [ 120.0100459, 30.293259 ], [ 120.00997, 30.29343 ], [ 120.0098942, 30.2935742 ], [ 120.0098661, 30.2936277 ], [ 120.0098127, 30.2936956 ], [ 120.0097565, 30.2937429 ], [ 120.0097046, 30.293783 ], [ 120.0096474, 30.2938244 ], [ 120.0096277, 30.2938816 ], [ 120.0095796, 30.294017 ], [ 120.0095224, 30.294141 ], [ 120.0093871, 30.2944233 ], [ 120.009286, 30.2945688 ], [ 120.0092397, 30.2946258 ], [ 120.0091736, 30.2946513 ], [ 120.0090922, 30.294667 ], [ 120.0089981, 30.2946561 ], [ 120.0089391, 30.2946476 ], [ 120.0088731, 30.2946416 ], [ 120.0088183, 30.2946622 ], [ 120.0087804, 30.2946913 ], [ 120.0087368, 30.2947495 ], [ 120.0087326, 30.2948259 ], [ 120.0087291, 30.2948775 ], [ 120.0087256, 30.294929 ], [ 120.0087186, 30.2950406 ], [ 120.0086397, 30.2951616 ], [ 120.008637, 30.2953949 ], [ 120.008539, 30.2956627 ], [ 120.0084785, 30.2957256 ], [ 120.00847, 30.2958193 ], [ 120.0083257, 30.2958761 ], [ 120.0084138, 30.2958558 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9998561, 30.2959699 ], [ 119.9999566, 30.2959792 ], [ 119.9999605, 30.2959311 ], [ 119.9999665, 30.295868 ], [ 119.999966, 30.2958055 ], [ 119.9999656, 30.2957803 ], [ 119.9999586, 30.2957418 ], [ 119.9999553, 30.2956585 ], [ 119.9999757, 30.2954665 ], [ 120.0000213, 30.2954688 ], [ 120.0000368, 30.2953473 ], [ 120.0000093, 30.2953429 ], [ 120.000019, 30.2952984 ], [ 120.0000358, 30.295221 ], [ 120.0000555, 30.2952222 ], [ 120.0000669, 30.2951524 ], [ 120.0000514, 30.2950685 ], [ 120.0000509, 30.2950659 ], [ 120.0000765, 30.2949411 ], [ 120.0001021, 30.2948163 ], [ 120.0000921, 30.2948137 ], [ 120.0001058, 30.2947002 ], [ 120.0001162, 30.2947023 ], [ 120.0001531, 30.2945555 ], [ 120.0000907, 30.2945326 ], [ 120.0000975, 30.2943667 ], [ 120.0001598, 30.2943482 ], [ 120.0002135, 30.2940645 ], [ 120.0002396, 30.2940593 ], [ 120.0002557, 30.2939285 ], [ 120.00031, 30.293815 ], [ 120.0002825, 30.2938034 ], [ 120.0003529, 30.2936563 ], [ 120.0003456, 30.2936378 ], [ 120.000359, 30.2936106 ], [ 120.0004099, 30.2935955 ], [ 120.0004448, 30.2935203 ], [ 120.0003912, 30.2935006 ], [ 120.0003868, 30.2935093 ], [ 120.0003731, 30.2935043 ], [ 120.0004404, 30.2933749 ], [ 120.0005018, 30.2933932 ], [ 120.0005253, 30.2933775 ], [ 120.0005746, 30.2933651 ], [ 120.0006011, 30.2933545 ], [ 120.0006978, 30.293246 ], [ 120.000394, 30.2932777 ], [ 120.0003657, 30.2933448 ], [ 120.0003613, 30.2933541 ], [ 120.0001618, 30.2937756 ], [ 120.0001873, 30.293786 ], [ 120.0000572, 30.294057 ], [ 120.0000988, 30.2940749 ], [ 120.0000445, 30.2942243 ], [ 119.999964, 30.2942417 ], [ 119.9999399, 30.2943505 ], [ 119.9999385, 30.2944003 ], [ 119.9999607, 30.2945787 ], [ 119.9999747, 30.2945787 ], [ 119.9999774, 30.2946487 ], [ 119.9999486, 30.2947442 ], [ 119.9999412, 30.2947431 ], [ 119.9999077, 30.2948433 ], [ 119.9999466, 30.2948531 ], [ 119.9998936, 30.2950384 ], [ 119.9998715, 30.2950355 ], [ 119.9998239, 30.2951518 ], [ 119.9998862, 30.2951976 ], [ 119.999868, 30.2952839 ], [ 119.9998628, 30.2953145 ], [ 119.9998872, 30.2953169 ], [ 119.9998752, 30.295415 ], [ 119.9998473, 30.2954138 ], [ 119.9998091, 30.2956764 ], [ 119.9998044, 30.2957022 ], [ 119.999793, 30.2957482 ], [ 119.999786, 30.2957699 ], [ 119.9997779, 30.2957939 ], [ 119.9997622, 30.2958426 ], [ 119.9997568, 30.295873 ], [ 119.9997471, 30.2959598 ], [ 119.9998561, 30.2959699 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0122472, 30.2961092 ], [ 120.0122645, 30.2960356 ], [ 120.012301, 30.2959631 ], [ 120.0123223, 30.29589 ], [ 120.012307, 30.2958169 ], [ 120.0122798, 30.2956176 ], [ 120.0123711, 30.2953629 ], [ 120.0124751, 30.2950355 ], [ 120.0124868, 30.2950127 ], [ 120.0125483, 30.2948927 ], [ 120.0126001, 30.2947917 ], [ 120.0127124, 30.2946644 ], [ 120.0128023, 30.2945904 ], [ 120.0128473, 30.294497 ], [ 120.0128866, 30.2943127 ], [ 120.0129203, 30.2941599 ], [ 120.0129849, 30.2939974 ], [ 120.0130678, 30.2938252 ], [ 120.0131696, 30.2935157 ], [ 120.0128878, 30.2934969 ], [ 120.0129101, 30.2935455 ], [ 120.0129396, 30.2938651 ], [ 120.0128377, 30.2939716 ], [ 120.0127975, 30.294099 ], [ 120.0127868, 30.2942773 ], [ 120.0127519, 30.2944186 ], [ 120.0127143, 30.2945159 ], [ 120.0126231, 30.2946131 ], [ 120.0125158, 30.294702 ], [ 120.012447, 30.2948147 ], [ 120.012395, 30.2949579 ], [ 120.012354, 30.2950913 ], [ 120.0123352, 30.2952006 ], [ 120.0123596, 30.2952502 ], [ 120.0123031, 30.2954338 ], [ 120.0122337, 30.2956328 ], [ 120.0121941, 30.2956736 ], [ 120.0121358, 30.2957712 ], [ 120.0120558, 30.2958167 ], [ 120.0119778, 30.2959713 ], [ 120.011921, 30.2960374 ], [ 120.0122472, 30.2961092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0125339, 30.295004 ], [ 120.0125639, 30.295004 ], [ 120.0126648, 30.295033 ], [ 120.012771, 30.2950422 ], [ 120.0129391, 30.2950621 ], [ 120.013086, 30.295088 ], [ 120.0131638, 30.2950941 ], [ 120.0132417, 30.2950804 ], [ 120.0133656, 30.2950666 ], [ 120.0135921, 30.2951171 ], [ 120.0140929, 30.2953096 ], [ 120.0145831, 30.2955097 ], [ 120.014691, 30.2955617 ], [ 120.0147706, 30.2956289 ], [ 120.0148326, 30.2956503 ], [ 120.0148927, 30.2957542 ], [ 120.0149299, 30.2957695 ], [ 120.0149794, 30.2957405 ], [ 120.0149989, 30.2956671 ], [ 120.0149848, 30.2956106 ], [ 120.0149759, 30.2955754 ], [ 120.0149724, 30.2955403 ], [ 120.014983, 30.2954883 ], [ 120.0149582, 30.2954395 ], [ 120.0147883, 30.2953799 ], [ 120.0145972, 30.2953096 ], [ 120.0145441, 30.2952546 ], [ 120.0145247, 30.2952057 ], [ 120.0145512, 30.2951216 ], [ 120.0146078, 30.2949826 ], [ 120.0145937, 30.2949459 ], [ 120.0145441, 30.2950391 ], [ 120.0144946, 30.2951094 ], [ 120.0144645, 30.2951629 ], [ 120.0144185, 30.2951996 ], [ 120.0143778, 30.2952133 ], [ 120.0143158, 30.2952103 ], [ 120.0142645, 30.2951919 ], [ 120.0141991, 30.2952164 ], [ 120.014153, 30.29525 ], [ 120.0141141, 30.2953019 ], [ 120.0140982, 30.2952928 ], [ 120.0140823, 30.2952255 ], [ 120.0140539, 30.2952057 ], [ 120.0139265, 30.2951598 ], [ 120.0137779, 30.295114 ], [ 120.0135903, 30.2950422 ], [ 120.0134364, 30.2950101 ], [ 120.0133461, 30.295004 ], [ 120.0132559, 30.2950269 ], [ 120.0131355, 30.2950529 ], [ 120.0130506, 30.2950391 ], [ 120.0129356, 30.2950162 ], [ 120.0127993, 30.2949964 ], [ 120.0127232, 30.2949948 ], [ 120.0126365, 30.294978 ], [ 120.012594, 30.2949582 ], [ 120.0125483, 30.2948927 ], [ 120.0124868, 30.2950127 ], [ 120.0125339, 30.295004 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0143926, 30.2937057 ], [ 120.0144986, 30.2936866 ], [ 120.0145676, 30.293644 ], [ 120.0146415, 30.2935738 ], [ 120.0150285, 30.292599 ], [ 120.0150556, 30.2923819 ], [ 120.0151641, 30.2922862 ], [ 120.0152183, 30.2922776 ], [ 120.0153982, 30.2923607 ], [ 120.0155363, 30.2923607 ], [ 120.0156817, 30.2923521 ], [ 120.0160095, 30.2922947 ], [ 120.0197043, 30.293478 ], [ 120.0202466, 30.293661 ], [ 120.0206089, 30.2938653 ], [ 120.0207198, 30.2939292 ], [ 120.0207864, 30.294025 ], [ 120.0208529, 30.2941207 ], [ 120.0208726, 30.294274 ], [ 120.0208036, 30.2945762 ], [ 120.0206064, 30.2949933 ], [ 120.0202614, 30.2957744 ], [ 120.0200814, 30.2960106 ], [ 120.0199483, 30.2961341 ], [ 120.0199015, 30.2964128 ], [ 120.0198349, 30.2968066 ], [ 120.0197289, 30.2970854 ], [ 120.0193913, 30.2980835 ], [ 120.0193124, 30.2982835 ], [ 120.019236, 30.2984814 ], [ 120.0193863, 30.2985198 ], [ 120.0196328, 30.2977068 ], [ 120.0198818, 30.2969023 ], [ 120.0199779, 30.2967172 ], [ 120.0199656, 30.2965788 ], [ 120.0201036, 30.2961617 ], [ 120.0201603, 30.2960574 ], [ 120.0202934, 30.295951 ], [ 120.0204684, 30.2954892 ], [ 120.0208332, 30.2947018 ], [ 120.0209071, 30.2945272 ], [ 120.0209343, 30.2944293 ], [ 120.0209441, 30.2942889 ], [ 120.0209121, 30.2939952 ], [ 120.0207445, 30.2937823 ], [ 120.0203279, 30.2935972 ], [ 120.0197684, 30.2933737 ], [ 120.0176733, 30.2926629 ], [ 120.016431, 30.2922776 ], [ 120.016007, 30.2922095 ], [ 120.0156077, 30.2922713 ], [ 120.0155091, 30.2922479 ], [ 120.0152701, 30.2921734 ], [ 120.0151468, 30.292201 ], [ 120.0150088, 30.2923202 ], [ 120.014713, 30.2931715 ], [ 120.0146193, 30.2934163 ], [ 120.0145824, 30.2935397 ], [ 120.0144764, 30.2936227 ], [ 120.0143507, 30.2936461 ], [ 120.0142868, 30.2936301 ], [ 120.0142759, 30.2936922 ], [ 120.0143926, 30.2937057 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0089247, 30.2955877 ], [ 120.0090325, 30.2956035 ], [ 120.0091219, 30.2956053 ], [ 120.0094492, 30.2956421 ], [ 120.0095142, 30.2956614 ], [ 120.0095671, 30.2956948 ], [ 120.0095813, 30.2957387 ], [ 120.0096199, 30.2957404 ], [ 120.0096768, 30.2957194 ], [ 120.0097439, 30.2957317 ], [ 120.009874, 30.2957475 ], [ 120.0100265, 30.2957615 ], [ 120.0101708, 30.2957703 ], [ 120.0103781, 30.2957615 ], [ 120.010494, 30.2957703 ], [ 120.010927, 30.2958914 ], [ 120.011177, 30.2959686 ], [ 120.0113803, 30.2960335 ], [ 120.0114311, 30.2960476 ], [ 120.0115531, 30.2960651 ], [ 120.0117421, 30.2961002 ], [ 120.0119393, 30.2961283 ], [ 120.01211, 30.2961582 ], [ 120.0125593, 30.2962687 ], [ 120.01273, 30.2963249 ], [ 120.0128377, 30.2963723 ], [ 120.0128886, 30.2963898 ], [ 120.0130939, 30.2965144 ], [ 120.0131752, 30.2965337 ], [ 120.0132809, 30.2966145 ], [ 120.0135228, 30.2968269 ], [ 120.0136203, 30.2969199 ], [ 120.0136447, 30.2969725 ], [ 120.0136874, 30.2970269 ], [ 120.0137037, 30.2971515 ], [ 120.0137159, 30.2972411 ], [ 120.0137159, 30.2974324 ], [ 120.0136915, 30.2975535 ], [ 120.0136712, 30.2976202 ], [ 120.0136508, 30.2976553 ], [ 120.0135894, 30.2976687 ], [ 120.0137334, 30.2977594 ], [ 120.0137118, 30.2977377 ], [ 120.0136895, 30.2976728 ], [ 120.0137098, 30.297578 ], [ 120.0137362, 30.2975306 ], [ 120.0137423, 30.2974727 ], [ 120.0137443, 30.2973429 ], [ 120.0137362, 30.2971445 ], [ 120.013726, 30.2970164 ], [ 120.0136935, 30.296969 ], [ 120.0136305, 30.2968742 ], [ 120.0135248, 30.296783 ], [ 120.0133622, 30.2966268 ], [ 120.0132016, 30.296518 ], [ 120.0131122, 30.2964723 ], [ 120.0129353, 30.296367 ], [ 120.0127483, 30.296274 ], [ 120.0126467, 30.2962301 ], [ 120.0125166, 30.2962003 ], [ 120.0122472, 30.2961092 ], [ 120.011921, 30.2960374 ], [ 120.0118295, 30.2960546 ], [ 120.0117523, 30.2960493 ], [ 120.0116364, 30.2960353 ], [ 120.0114555, 30.296016 ], [ 120.0113112, 30.2959756 ], [ 120.0111689, 30.29593 ], [ 120.0108843, 30.2958124 ], [ 120.0107644, 30.2957668 ], [ 120.0106526, 30.2957281 ], [ 120.0105672, 30.2957123 ], [ 120.010494, 30.2957176 ], [ 120.0103822, 30.2957404 ], [ 120.0101769, 30.2957475 ], [ 120.0100326, 30.2957387 ], [ 120.0098781, 30.2957229 ], [ 120.00975, 30.2957106 ], [ 120.0097033, 30.2956878 ], [ 120.0096687, 30.2956544 ], [ 120.0096646, 30.2956158 ], [ 120.0096301, 30.2955983 ], [ 120.0096199, 30.2956176 ], [ 120.0095813, 30.2956281 ], [ 120.0095406, 30.2956246 ], [ 120.0094553, 30.2956211 ], [ 120.0093231, 30.2956 ], [ 120.0091382, 30.2955702 ], [ 120.0090142, 30.2955474 ], [ 120.0089288, 30.2955386 ], [ 120.0088221, 30.295489 ], [ 120.0087893, 30.2955451 ], [ 120.0089247, 30.2955877 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.029722, 30.2848079 ], [ 120.0297448, 30.2848216 ], [ 120.0297464, 30.2847952 ], [ 120.0297633, 30.2847733 ], [ 120.0297937, 30.2847711 ], [ 120.0298382, 30.28478 ], [ 120.0298237, 30.2847368 ], [ 120.0297599, 30.2847441 ], [ 120.0297117, 30.2847492 ], [ 120.0296898, 30.2847638 ], [ 120.0296672, 30.2848037 ], [ 120.029722, 30.2848079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0295648, 30.284852 ], [ 120.0295971, 30.2847974 ], [ 120.0295736, 30.2847863 ], [ 120.0295285, 30.2847802 ], [ 120.0294728, 30.2847802 ], [ 120.0293772, 30.2847683 ], [ 120.0293763, 30.2847993 ], [ 120.0295648, 30.284852 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0296931, 30.2848985 ], [ 120.0297688, 30.2849016 ], [ 120.0298659, 30.2849253 ], [ 120.0299673, 30.2849305 ], [ 120.0299931, 30.2849221 ], [ 120.0300625, 30.2849553 ], [ 120.030104, 30.2849977 ], [ 120.0301559, 30.2850292 ], [ 120.0301991, 30.2850193 ], [ 120.030219, 30.2849862 ], [ 120.0302383, 30.2849486 ], [ 120.0302125, 30.2848594 ], [ 120.0301609, 30.2848148 ], [ 120.0300641, 30.2847466 ], [ 120.030006, 30.2847605 ], [ 120.029956, 30.2847577 ], [ 120.0298947, 30.2847326 ], [ 120.0298237, 30.2847368 ], [ 120.0298382, 30.28478 ], [ 120.0298608, 30.2848148 ], [ 120.0297866, 30.2848469 ], [ 120.0297448, 30.2848216 ], [ 120.029722, 30.2848079 ], [ 120.0296672, 30.2848037 ], [ 120.0296446, 30.2848772 ], [ 120.0296931, 30.2848985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0327426, 30.2858941 ], [ 120.0327587, 30.2859173 ], [ 120.0327882, 30.2859196 ], [ 120.0328338, 30.2859103 ], [ 120.0328982, 30.2859173 ], [ 120.0329438, 30.2859474 ], [ 120.0329894, 30.2859636 ], [ 120.033035, 30.2859636 ], [ 120.0330511, 30.2859196 ], [ 120.0330296, 30.2858895 ], [ 120.0329894, 30.2858663 ], [ 120.0329599, 30.285857 ], [ 120.0329331, 30.2858756 ], [ 120.0328928, 30.2858663 ], [ 120.0328687, 30.2858408 ], [ 120.0328526, 30.2858107 ], [ 120.0327989, 30.285813 ], [ 120.0327668, 30.2858362 ], [ 120.0327426, 30.2858663 ], [ 120.0327426, 30.2858941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0234144, 30.2903374 ], [ 120.0235014, 30.2901288 ], [ 120.0231079, 30.2898616 ], [ 120.0230046, 30.2901372 ], [ 120.0234144, 30.2903374 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0234298, 30.2903556 ], [ 120.0235478, 30.2904259 ], [ 120.0236349, 30.2904635 ], [ 120.0237444, 30.2905096 ], [ 120.0238736, 30.2905715 ], [ 120.0239986, 30.2906309 ], [ 120.0241503, 30.2907255 ], [ 120.0242304, 30.2907667 ], [ 120.024354, 30.2907873 ], [ 120.0244593, 30.2908152 ], [ 120.0245984, 30.2908698 ], [ 120.0246855, 30.2908965 ], [ 120.0248061, 30.2909372 ], [ 120.0249181, 30.2909901 ], [ 120.0250824, 30.2910309 ], [ 120.0252782, 30.2911167 ], [ 120.0254444, 30.2911656 ], [ 120.0256616, 30.2911912 ], [ 120.0257571, 30.29119 ], [ 120.0258948, 30.2912227 ], [ 120.0260043, 30.2912518 ], [ 120.0261204, 30.2913103 ], [ 120.0261939, 30.2913222 ], [ 120.02631, 30.2913896 ], [ 120.0263984, 30.2914317 ], [ 120.0265577, 30.2915077 ], [ 120.0266602, 30.2915453 ], [ 120.0268822, 30.2916035 ], [ 120.0271013, 30.2916739 ], [ 120.027385, 30.2917236 ], [ 120.0275999, 30.2917576 ], [ 120.0278162, 30.2918255 ], [ 120.0278808, 30.2918606 ], [ 120.0279159, 30.2918521 ], [ 120.0279608, 30.291874 ], [ 120.0280634, 30.2919007 ], [ 120.0280591, 30.2919225 ], [ 120.0280836, 30.2919293 ], [ 120.028156, 30.2919618 ], [ 120.028384, 30.2920336 ], [ 120.0284698, 30.2920451 ], [ 120.0285261, 30.2920706 ], [ 120.0286254, 30.2920984 ], [ 120.0286629, 30.2921169 ], [ 120.0286817, 30.2921563 ], [ 120.0287434, 30.292191 ], [ 120.0288346, 30.2922165 ], [ 120.0289338, 30.2922327 ], [ 120.0290089, 30.2922397 ], [ 120.0291216, 30.2922628 ], [ 120.0291913, 30.2922837 ], [ 120.0294193, 30.2923369 ], [ 120.0295346, 30.2923891 ], [ 120.0296205, 30.2924358 ], [ 120.0297117, 30.292477 ], [ 120.0299048, 30.2925685 ], [ 120.0299906, 30.2925894 ], [ 120.0301784, 30.292645 ], [ 120.0302535, 30.2927168 ], [ 120.030393, 30.2927561 ], [ 120.0305539, 30.2927955 ], [ 120.030806, 30.2928673 ], [ 120.0309455, 30.2929206 ], [ 120.0311037, 30.2929831 ], [ 120.0311815, 30.2930155 ], [ 120.0312459, 30.2931059 ], [ 120.0312539, 30.2931591 ], [ 120.0312218, 30.2932726 ], [ 120.0311922, 30.2933351 ], [ 120.0310984, 30.2934509 ], [ 120.0310206, 30.2935714 ], [ 120.0309321, 30.2936987 ], [ 120.0307846, 30.2938678 ], [ 120.0307068, 30.2939164 ], [ 120.0306236, 30.2939929 ], [ 120.0305753, 30.294104 ], [ 120.0304841, 30.294192 ], [ 120.030409, 30.2942824 ], [ 120.0303313, 30.2944398 ], [ 120.0301596, 30.2945881 ], [ 120.0299289, 30.2947826 ], [ 120.0297653, 30.2949609 ], [ 120.0295776, 30.2951531 ], [ 120.0294488, 30.2953546 ], [ 120.0293844, 30.2954635 ], [ 120.029194, 30.2957715 ], [ 120.0290706, 30.2959776 ], [ 120.0289687, 30.2961119 ], [ 120.029186, 30.2962115 ], [ 120.0293991, 30.2959015 ], [ 120.0295156, 30.295739 ], [ 120.0296364, 30.2955898 ], [ 120.0297067, 30.2955195 ], [ 120.0297951, 30.2954819 ], [ 120.0298878, 30.2954807 ], [ 120.0299342, 30.2954977 ], [ 120.0300297, 30.2955534 ], [ 120.0301168, 30.2956626 ], [ 120.0301954, 30.2958239 ], [ 120.0303415, 30.2959961 ], [ 120.0304834, 30.2961744 ], [ 120.0306196, 30.2962932 ], [ 120.0307039, 30.2963611 ], [ 120.0308261, 30.2964666 ], [ 120.0309188, 30.2965612 ], [ 120.0310466, 30.2966716 ], [ 120.0310747, 30.2966825 ], [ 120.0311182, 30.2966412 ], [ 120.0309216, 30.2964557 ], [ 120.0306196, 30.2961889 ], [ 120.0304763, 30.2960676 ], [ 120.0303836, 30.2959585 ], [ 120.0302558, 30.2957378 ], [ 120.0301744, 30.2956141 ], [ 120.0300943, 30.2954576 ], [ 120.0300339, 30.2953036 ], [ 120.0300185, 30.2952018 ], [ 120.0300648, 30.2950999 ], [ 120.0301491, 30.2949531 ], [ 120.0302544, 30.2948258 ], [ 120.0303851, 30.2947045 ], [ 120.0306196, 30.2944559 ], [ 120.0308064, 30.2942231 ], [ 120.0310494, 30.2939587 ], [ 120.0312067, 30.2937453 ], [ 120.0312081, 30.2936761 ], [ 120.0312755, 30.2936652 ], [ 120.0314427, 30.2934772 ], [ 120.0314988, 30.2933038 ], [ 120.0316533, 30.2930309 ], [ 120.031718, 30.2928988 ], [ 120.0318415, 30.2926817 ], [ 120.0315466, 30.2925931 ], [ 120.0314609, 30.2926805 ], [ 120.0313654, 30.2927084 ], [ 120.0311463, 30.2926695 ], [ 120.0309455, 30.292615 ], [ 120.0309202, 30.2926453 ], [ 120.030864, 30.2926417 ], [ 120.0307867, 30.2926174 ], [ 120.0307278, 30.2925592 ], [ 120.0306617, 30.2925483 ], [ 120.0303907, 30.292524 ], [ 120.0303078, 30.2925034 ], [ 120.0297235, 30.2923445 ], [ 120.0296095, 30.2922777 ], [ 120.029531, 30.2922458 ], [ 120.0293891, 30.2921988 ], [ 120.0293019, 30.2921782 ], [ 120.0291861, 30.2921498 ], [ 120.0290721, 30.292124 ], [ 120.028371, 30.2918946 ], [ 120.0282853, 30.2918376 ], [ 120.0282445, 30.2918012 ], [ 120.0281645, 30.2917588 ], [ 120.0282094, 30.2916193 ], [ 120.0280072, 30.2915429 ], [ 120.0279973, 30.2915611 ], [ 120.0279257, 30.2916642 ], [ 120.0278962, 30.2917309 ], [ 120.0278035, 30.2917151 ], [ 120.026538, 30.2913416 ], [ 120.0263512, 30.2912809 ], [ 120.0263035, 30.2912603 ], [ 120.0262459, 30.2912264 ], [ 120.0261771, 30.2911912 ], [ 120.0260914, 30.2911305 ], [ 120.0260212, 30.2910905 ], [ 120.0259327, 30.2910457 ], [ 120.0258007, 30.2910347 ], [ 120.0255872, 30.2910335 ], [ 120.0254818, 30.2909984 ], [ 120.0253681, 30.2909329 ], [ 120.0252164, 30.2908577 ], [ 120.0250211, 30.2907934 ], [ 120.0248709, 30.2907291 ], [ 120.0246191, 30.2905808 ], [ 120.0245023, 30.2905076 ], [ 120.0243737, 30.2904429 ], [ 120.0241672, 30.2903597 ], [ 120.0239706, 30.2903156 ], [ 120.0237808, 30.2902552 ], [ 120.0236391, 30.2901906 ], [ 120.0235014, 30.2901288 ], [ 120.0234144, 30.2903374 ], [ 120.0234298, 30.2903556 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0261285, 30.3020635 ], [ 120.0261871, 30.3019121 ], [ 120.0263004, 30.3015851 ], [ 120.0263862, 30.3013058 ], [ 120.026458, 30.3010552 ], [ 120.0265907, 30.3007258 ], [ 120.0267013, 30.3004274 ], [ 120.0266903, 30.3002865 ], [ 120.0267898, 30.3001242 ], [ 120.0268727, 30.2999261 ], [ 120.0270055, 30.2995824 ], [ 120.0270746, 30.2994296 ], [ 120.0272598, 30.2991193 ], [ 120.0273649, 30.2989211 ], [ 120.0274644, 30.2986586 ], [ 120.0276579, 30.2983745 ], [ 120.0279095, 30.2980021 ], [ 120.0282164, 30.2976035 ], [ 120.0283906, 30.2972979 ], [ 120.0285482, 30.2970401 ], [ 120.0288108, 30.2966892 ], [ 120.0289574, 30.2965579 ], [ 120.0287224, 30.2964457 ], [ 120.0286809, 30.2965221 ], [ 120.0283961, 30.296842 ], [ 120.0281418, 30.2971785 ], [ 120.0280004, 30.297277 ], [ 120.0278985, 30.297348 ], [ 120.0277381, 30.2976106 ], [ 120.0274229, 30.29794 ], [ 120.0272128, 30.2982122 ], [ 120.027058, 30.2986514 ], [ 120.026964, 30.2988829 ], [ 120.026917, 30.2992458 ], [ 120.0268036, 30.2995275 ], [ 120.026693, 30.2997304 ], [ 120.0266571, 30.2998617 ], [ 120.0264221, 30.3004059 ], [ 120.0262977, 30.3009143 ], [ 120.0261346, 30.3013894 ], [ 120.0259533, 30.3021138 ], [ 120.0261285, 30.3020635 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0245874, 30.3049282 ], [ 120.0247041, 30.3049537 ], [ 120.0248262, 30.3046851 ], [ 120.0249214, 30.3045531 ], [ 120.0250582, 30.3044211 ], [ 120.025203, 30.3042208 ], [ 120.0252526, 30.3041571 ], [ 120.025372, 30.3039417 ], [ 120.02549, 30.3036939 ], [ 120.0256174, 30.3035087 ], [ 120.0257086, 30.3034346 ], [ 120.025785, 30.3033443 ], [ 120.0258414, 30.3031856 ], [ 120.0258829, 30.3031196 ], [ 120.025887, 30.3030999 ], [ 120.0257931, 30.3030594 ], [ 120.0257435, 30.3030779 ], [ 120.0256684, 30.3030664 ], [ 120.0256241, 30.3030513 ], [ 120.0255678, 30.3030409 ], [ 120.025553, 30.3030096 ], [ 120.0255369, 30.3029321 ], [ 120.025549, 30.302851 ], [ 120.0255557, 30.302792 ], [ 120.0255745, 30.302726 ], [ 120.0256254, 30.3026391 ], [ 120.025726, 30.3025326 ], [ 120.0257663, 30.3024782 ], [ 120.0258132, 30.3024307 ], [ 120.0258762, 30.3024064 ], [ 120.0259138, 30.3023624 ], [ 120.0259648, 30.3023012 ], [ 120.0258895, 30.3022491 ], [ 120.0258373, 30.3023103 ], [ 120.0257971, 30.3023867 ], [ 120.0257408, 30.3024388 ], [ 120.0256831, 30.3024897 ], [ 120.0256295, 30.302543 ], [ 120.0255986, 30.3025835 ], [ 120.0255611, 30.3026345 ], [ 120.0255343, 30.302697 ], [ 120.0255047, 30.3027526 ], [ 120.0254846, 30.3028186 ], [ 120.0254578, 30.3029101 ], [ 120.0254524, 30.3029818 ], [ 120.0254229, 30.303137 ], [ 120.0253653, 30.303291 ], [ 120.0253116, 30.303401 ], [ 120.025262, 30.3035411 ], [ 120.0251735, 30.3037773 ], [ 120.0251306, 30.303907 ], [ 120.0251145, 30.3040054 ], [ 120.0250448, 30.3041374 ], [ 120.0249388, 30.3042775 ], [ 120.0248905, 30.3043412 ], [ 120.0247819, 30.3044917 ], [ 120.0246786, 30.3046179 ], [ 120.0245257, 30.3048333 ], [ 120.0245244, 30.3048657 ], [ 120.0245874, 30.3049282 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0186213, 30.3074117 ], [ 120.0188971, 30.3075825 ], [ 120.019551, 30.3077403 ], [ 120.0197895, 30.3073795 ], [ 120.0204522, 30.3074167 ], [ 120.0210333, 30.3069851 ], [ 120.0213896, 30.307391 ], [ 120.0217267, 30.3075929 ], [ 120.0226744, 30.3075625 ], [ 120.0236687, 30.3059291 ], [ 120.0217375, 30.305258 ], [ 120.021387, 30.3048899 ], [ 120.0210488, 30.3050621 ], [ 120.0205975, 30.3049665 ], [ 120.0197534, 30.3061337 ], [ 120.0188185, 30.3059037 ], [ 120.0186544, 30.3066846 ], [ 120.018433, 30.3073459 ], [ 120.0186213, 30.3074117 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0227973, 30.3101052 ], [ 120.0225664, 30.310532 ], [ 120.0231207, 30.3105732 ], [ 120.0243818, 30.3083664 ], [ 120.0240832, 30.3078081 ], [ 120.0234513, 30.3073053 ], [ 120.0226533, 30.3079807 ], [ 120.0219443, 30.3082491 ], [ 120.0219034, 30.3090909 ], [ 120.0215541, 30.3096723 ], [ 120.0227973, 30.3101052 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0149555, 30.2958634 ], [ 120.0150148, 30.2960032 ], [ 120.0150444, 30.2962313 ], [ 120.0150765, 30.2963726 ], [ 120.0150926, 30.2964467 ], [ 120.0151476, 30.2965347 ], [ 120.0151825, 30.296588 ], [ 120.0152442, 30.2966528 ], [ 120.0152965, 30.2967003 ], [ 120.0154856, 30.2967825 ], [ 120.0155821, 30.2968462 ], [ 120.0156546, 30.2969122 ], [ 120.01568, 30.2969747 ], [ 120.0157055, 30.2970893 ], [ 120.0157364, 30.2971391 ], [ 120.0158128, 30.297285 ], [ 120.0158571, 30.2973429 ], [ 120.0159214, 30.2973753 ], [ 120.0161013, 30.2974424 ], [ 120.0162029, 30.2974705 ], [ 120.0162802, 30.2974793 ], [ 120.0164428, 30.2974845 ], [ 120.0164611, 30.2975003 ], [ 120.0164753, 30.2975951 ], [ 120.0165644, 30.2976023 ], [ 120.016583, 30.2974954 ], [ 120.0165503, 30.2974379 ], [ 120.0165177, 30.2974168 ], [ 120.0164721, 30.2974127 ], [ 120.0162818, 30.2974339 ], [ 120.0162211, 30.2974319 ], [ 120.0161359, 30.2974027 ], [ 120.0159596, 30.2973341 ], [ 120.0158942, 30.2972958 ], [ 120.0158475, 30.2972373 ], [ 120.0157705, 30.2969944 ], [ 120.0157588, 30.2969117 ], [ 120.0157529, 30.296822 ], [ 120.0157261, 30.2967787 ], [ 120.0156666, 30.2967545 ], [ 120.0156292, 30.2967515 ], [ 120.0155813, 30.2967454 ], [ 120.0154856, 30.2967142 ], [ 120.0153583, 30.2966547 ], [ 120.0152836, 30.2965811 ], [ 120.0151914, 30.296439 ], [ 120.0151517, 30.2963472 ], [ 120.015133, 30.2962595 ], [ 120.0150781, 30.2960297 ], [ 120.0150548, 30.2959581 ], [ 120.0150338, 30.2958231 ], [ 120.0150081, 30.2957797 ], [ 120.0149894, 30.2957858 ], [ 120.0149509, 30.2957999 ], [ 120.0149392, 30.2958392 ], [ 120.0149555, 30.2958634 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9996332, 30.299001 ], [ 119.9997639, 30.2990168 ], [ 119.9999982, 30.2978968 ], [ 119.9999965, 30.2970585 ], [ 120.0000918, 30.2969877 ], [ 120.0007298, 30.2971011 ], [ 120.0008518, 30.29715 ], [ 120.0010764, 30.2971856 ], [ 120.0011208, 30.2971403 ], [ 120.0011576, 30.2969447 ], [ 120.0009338, 30.2969001 ], [ 120.0000508, 30.2967472 ], [ 119.9999841, 30.2965142 ], [ 119.9999566, 30.2959792 ], [ 119.9998561, 30.2959699 ], [ 119.9997471, 30.2959598 ], [ 119.9997394, 30.2960267 ], [ 119.9996637, 30.2962184 ], [ 119.999652, 30.2963179 ], [ 119.9996643, 30.2965412 ], [ 119.9997148, 30.2968773 ], [ 119.9997505, 30.2976078 ], [ 119.9997484, 30.2977689 ], [ 119.9997371, 30.2978928 ], [ 119.9997139, 30.2980484 ], [ 119.9996782, 30.2983066 ], [ 119.9996756, 30.2983357 ], [ 119.999656, 30.2985533 ], [ 119.9995607, 30.2986493 ], [ 119.999513, 30.2989866 ], [ 119.9996332, 30.299001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0100935, 30.299108 ], [ 120.0101923, 30.2991406 ], [ 120.0102591, 30.2991055 ], [ 120.0102968, 30.2990704 ], [ 120.0102881, 30.2990378 ], [ 120.0103404, 30.2989701 ], [ 120.0103927, 30.2989726 ], [ 120.0104769, 30.2990102 ], [ 120.0105902, 30.2990478 ], [ 120.0106541, 30.2990202 ], [ 120.0107877, 30.2989951 ], [ 120.0109243, 30.2990428 ], [ 120.011055, 30.2991155 ], [ 120.0111915, 30.299098 ], [ 120.0113193, 30.2990779 ], [ 120.0113774, 30.2991055 ], [ 120.0114384, 30.2992535 ], [ 120.0114733, 30.299261 ], [ 120.0115819, 30.2993126 ], [ 120.0116797, 30.2993306 ], [ 120.011853, 30.2992951 ], [ 120.0118973, 30.2993061 ], [ 120.0119579, 30.2993534 ], [ 120.0120415, 30.299408 ], [ 120.0121026, 30.2994244 ], [ 120.0121876, 30.2994478 ], [ 120.0128254, 30.2994811 ], [ 120.0134382, 30.2994837 ], [ 120.0141861, 30.2994873 ], [ 120.0144497, 30.2995485 ], [ 120.0145624, 30.2995811 ], [ 120.0146955, 30.2996054 ], [ 120.0147731, 30.2996108 ], [ 120.0148371, 30.2995713 ], [ 120.0148998, 30.2995311 ], [ 120.0149469, 30.2995266 ], [ 120.014992, 30.2995423 ], [ 120.0150108, 30.2994976 ], [ 120.0149181, 30.2994457 ], [ 120.0148808, 30.2994465 ], [ 120.0148314, 30.2995033 ], [ 120.0148079, 30.2995456 ], [ 120.0147727, 30.2995737 ], [ 120.0147222, 30.2995853 ], [ 120.014663, 30.2995744 ], [ 120.0145733, 30.2995458 ], [ 120.0141804, 30.299446 ], [ 120.0139682, 30.2994461 ], [ 120.0134265, 30.2994485 ], [ 120.0128127, 30.2994461 ], [ 120.0123111, 30.2994163 ], [ 120.0121983, 30.2993975 ], [ 120.0121118, 30.2993609 ], [ 120.0120482, 30.2992926 ], [ 120.0119267, 30.2992359 ], [ 120.0118323, 30.2992189 ], [ 120.0117384, 30.2992442 ], [ 120.0116399, 30.2992574 ], [ 120.0116008, 30.2992603 ], [ 120.0115373, 30.2992274 ], [ 120.0114704, 30.2990829 ], [ 120.0113135, 30.2990027 ], [ 120.0112031, 30.2990102 ], [ 120.0111044, 30.2990578 ], [ 120.0109504, 30.2989851 ], [ 120.010811, 30.2989425 ], [ 120.0105699, 30.2989926 ], [ 120.0103694, 30.2988773 ], [ 120.0102997, 30.2988873 ], [ 120.0102678, 30.2989299 ], [ 120.0102939, 30.298955 ], [ 120.0102533, 30.2990002 ], [ 120.0101923, 30.2989876 ], [ 120.0101283, 30.2989926 ], [ 120.0100761, 30.2990303 ], [ 120.0100935, 30.299108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9996141, 30.2929689 ], [ 120.000132, 30.2931806 ], [ 120.000394, 30.2932777 ], [ 120.0006011, 30.2933545 ], [ 120.0007018, 30.2933918 ], [ 120.0008094, 30.2934509 ], [ 120.0009243, 30.2934594 ], [ 120.0011713, 30.2935417 ], [ 120.0012984, 30.2936135 ], [ 120.0015149, 30.2936726 ], [ 120.0016381, 30.2937208 ], [ 120.0017649, 30.2937875 ], [ 120.0019283, 30.2938675 ], [ 120.0021666, 30.2939574 ], [ 120.0022748, 30.2940035 ], [ 120.002406, 30.294065 ], [ 120.0025307, 30.2941199 ], [ 120.0026997, 30.2941815 ], [ 120.0029973, 30.2942851 ], [ 120.0033236, 30.2943996 ], [ 120.0036281, 30.2945028 ], [ 120.0038074, 30.294589 ], [ 120.0039429, 30.2946443 ], [ 120.0041165, 30.2947237 ], [ 120.004388, 30.294818 ], [ 120.004697, 30.2949315 ], [ 120.0049372, 30.2950324 ], [ 120.0052698, 30.295138 ], [ 120.0056562, 30.2952583 ], [ 120.0061159, 30.2954125 ], [ 120.0063335, 30.2955012 ], [ 120.0068617, 30.2956921 ], [ 120.0081725, 30.2962127 ], [ 120.0086287, 30.2964232 ], [ 120.0094135, 30.2967389 ], [ 120.0099417, 30.2969356 ], [ 120.0104476, 30.2970766 ], [ 120.010561, 30.2971246 ], [ 120.0107058, 30.2972475 ], [ 120.0109292, 30.297366 ], [ 120.0111348, 30.2974382 ], [ 120.0112905, 30.297497 ], [ 120.0114013, 30.2975285 ], [ 120.0115041, 30.2975421 ], [ 120.0115677, 30.2975385 ], [ 120.0116058, 30.297521 ], [ 120.0116117, 30.2974884 ], [ 120.0116121, 30.2974859 ], [ 120.0117925, 30.2974838 ], [ 120.0117934, 30.297552 ], [ 120.0118482, 30.2975671 ], [ 120.0119028, 30.2975822 ], [ 120.0123089, 30.2976631 ], [ 120.0125266, 30.2977394 ], [ 120.0127005, 30.2977821 ], [ 120.0128254, 30.2978336 ], [ 120.0129189, 30.2978753 ], [ 120.0130885, 30.2979353 ], [ 120.018602, 30.2999168 ], [ 120.0186935, 30.2999839 ], [ 120.0188041, 30.3000323 ], [ 120.0188359, 30.3000831 ], [ 120.0187814, 30.3003015 ], [ 120.018857, 30.3003182 ], [ 120.0189168, 30.3000812 ], [ 120.0189771, 30.3000871 ], [ 120.0194305, 30.3002618 ], [ 120.0194878, 30.3002763 ], [ 120.0195564, 30.300293 ], [ 120.0196302, 30.3002818 ], [ 120.0197407, 30.3003004 ], [ 120.0198753, 30.3003782 ], [ 120.0201831, 30.3004431 ], [ 120.0207485, 30.3006729 ], [ 120.0212161, 30.3007497 ], [ 120.0214339, 30.3007902 ], [ 120.0216907, 30.3009021 ], [ 120.0219744, 30.3009929 ], [ 120.0223143, 30.3011217 ], [ 120.0225955, 30.3012336 ], [ 120.0227667, 30.3012948 ], [ 120.0229208, 30.3013624 ], [ 120.0230504, 30.3014025 ], [ 120.0232289, 30.3014658 ], [ 120.023537, 30.3015334 ], [ 120.0237473, 30.3015904 ], [ 120.023987, 30.301677 ], [ 120.0243049, 30.301829 ], [ 120.0245054, 30.3019092 ], [ 120.0247255, 30.3019873 ], [ 120.0249138, 30.302057 ], [ 120.0251485, 30.3021182 ], [ 120.0253588, 30.3021668 ], [ 120.0256083, 30.3022069 ], [ 120.0257843, 30.3022386 ], [ 120.0258895, 30.3022491 ], [ 120.0259648, 30.3023012 ], [ 120.0259751, 30.3023083 ], [ 120.0260924, 30.3023336 ], [ 120.0261976, 30.3023864 ], [ 120.0265424, 30.3025489 ], [ 120.0269214, 30.3027368 ], [ 120.0274252, 30.3029459 ], [ 120.0278189, 30.3031211 ], [ 120.0283862, 30.3033491 ], [ 120.0290123, 30.3035729 ], [ 120.0292862, 30.3037101 ], [ 120.0295527, 30.3037883 ], [ 120.0298608, 30.3039002 ], [ 120.0300027, 30.3039825 ], [ 120.0302937, 30.3040944 ], [ 120.0306009, 30.3042281 ], [ 120.0309294, 30.3043601 ], [ 120.0312205, 30.3044713 ], [ 120.0314713, 30.3045546 ], [ 120.0317582, 30.3046623 ], [ 120.0319809, 30.3047376 ], [ 120.0323108, 30.3048418 ], [ 120.0328499, 30.3050259 ], [ 120.0328888, 30.305049 ], [ 120.0329076, 30.3050791 ], [ 120.0329679, 30.3051822 ], [ 120.0330122, 30.3052065 ], [ 120.0330819, 30.3052157 ], [ 120.0342234, 30.3054667 ], [ 120.0342919, 30.3054878 ], [ 120.0343482, 30.3055406 ], [ 120.0343799, 30.3056061 ], [ 120.0348201, 30.3057201 ], [ 120.0350793, 30.3057897 ], [ 120.0352309, 30.3058594 ], [ 120.0357714, 30.3060536 ], [ 120.0361431, 30.306155 ], [ 120.0365075, 30.3062458 ], [ 120.0368082, 30.3063471 ], [ 120.0370797, 30.30644 ], [ 120.0371555, 30.3064315 ], [ 120.0372142, 30.3064548 ], [ 120.0372582, 30.3064822 ], [ 120.0374856, 30.3065308 ], [ 120.0377277, 30.3065561 ], [ 120.0378891, 30.3065751 ], [ 120.0380334, 30.3065772 ], [ 120.0382192, 30.3065582 ], [ 120.0382681, 30.306573 ], [ 120.0383537, 30.3065646 ], [ 120.0384393, 30.3065139 ], [ 120.0385029, 30.3064801 ], [ 120.0385934, 30.3064653 ], [ 120.0386839, 30.3064358 ], [ 120.0388061, 30.3063914 ], [ 120.0390018, 30.306345 ], [ 120.0391485, 30.3062985 ], [ 120.0393368, 30.3062711 ], [ 120.0393857, 30.3062373 ], [ 120.0395275, 30.3062289 ], [ 120.0396107, 30.3062078 ], [ 120.0397305, 30.306193 ], [ 120.0398088, 30.3061824 ], [ 120.0398308, 30.3061613 ], [ 120.0398723, 30.306155 ], [ 120.0399677, 30.306155 ], [ 120.0400166, 30.306155 ], [ 120.0400606, 30.3061402 ], [ 120.040134, 30.3061465 ], [ 120.0402, 30.3061423 ], [ 120.040266, 30.3061128 ], [ 120.0403688, 30.3061128 ], [ 120.0414021, 30.3059817 ], [ 120.0410107, 30.3058397 ], [ 120.0403832, 30.3059564 ], [ 120.0403222, 30.3059668 ], [ 120.0402511, 30.306005 ], [ 120.0401948, 30.3060125 ], [ 120.0401512, 30.3059841 ], [ 120.0401157, 30.3059598 ], [ 120.0400734, 30.3059517 ], [ 120.0399829, 30.3059592 ], [ 120.0399024, 30.3059697 ], [ 120.0397603, 30.3059477 ], [ 120.0396751, 30.3060015 ], [ 120.0396027, 30.3060362 ], [ 120.0394834, 30.306082 ], [ 120.0393137, 30.3061532 ], [ 120.0391809, 30.3061468 ], [ 120.0390448, 30.3062331 ], [ 120.0386505, 30.3063419 ], [ 120.0385332, 30.3063425 ], [ 120.03833, 30.3063946 ], [ 120.0380906, 30.3064542 ], [ 120.0379807, 30.3064971 ], [ 120.0378801, 30.3064988 ], [ 120.0378063, 30.3064617 ], [ 120.0377446, 30.3064426 ], [ 120.0375837, 30.3064409 ], [ 120.0374818, 30.3064311 ], [ 120.0373483, 30.3064073 ], [ 120.0372377, 30.3063709 ], [ 120.0370861, 30.3063014 ], [ 120.0369406, 30.3062719 ], [ 120.03683, 30.3062261 ], [ 120.03672, 30.3061821 ], [ 120.0364498, 30.3060721 ], [ 120.0364002, 30.3060386 ], [ 120.0363868, 30.3059865 ], [ 120.0363546, 30.3059506 ], [ 120.036144, 30.305961 ], [ 120.0360394, 30.3059396 ], [ 120.0359292, 30.3058704 ], [ 120.0357525, 30.3058527 ], [ 120.0354516, 30.305751 ], [ 120.0352826, 30.3056825 ], [ 120.034901, 30.3055387 ], [ 120.0344941, 30.3053269 ], [ 120.0340596, 30.305159 ], [ 120.0339925, 30.305144 ], [ 120.0339322, 30.3051416 ], [ 120.0338759, 30.3051567 ], [ 120.03379, 30.3051451 ], [ 120.0337283, 30.3051254 ], [ 120.0335298, 30.3050664 ], [ 120.0333273, 30.3050015 ], [ 120.0331704, 30.3049367 ], [ 120.0330417, 30.3048696 ], [ 120.032929, 30.3048256 ], [ 120.0327909, 30.3047642 ], [ 120.0326514, 30.3047225 ], [ 120.0325691, 30.3046969 ], [ 120.0324851, 30.3046646 ], [ 120.032347, 30.3046137 ], [ 120.0321016, 30.3045106 ], [ 120.0318924, 30.3044365 ], [ 120.0316563, 30.3043427 ], [ 120.0315303, 30.3042976 ], [ 120.031374, 30.3042374 ], [ 120.03125, 30.3041853 ], [ 120.031081, 30.3041181 ], [ 120.030963, 30.3040903 ], [ 120.030845, 30.3040672 ], [ 120.0307095, 30.3040301 ], [ 120.0305513, 30.3039745 ], [ 120.0303702, 30.3039004 ], [ 120.0302629, 30.3038483 ], [ 120.0301281, 30.3037847 ], [ 120.0300651, 30.3037551 ], [ 120.0300041, 30.30371 ], [ 120.0299049, 30.3036475 ], [ 120.02975, 30.3036509 ], [ 120.0296695, 30.3035844 ], [ 120.029636, 30.3034437 ], [ 120.0296594, 30.3033655 ], [ 120.0297017, 30.3032266 ], [ 120.029841, 30.3029021 ], [ 120.0298435, 30.302786 ], [ 120.0294645, 30.3026788 ], [ 120.0293262, 30.303048 ], [ 120.0291982, 30.3033687 ], [ 120.0290842, 30.303341 ], [ 120.0289485, 30.3033244 ], [ 120.0288678, 30.3032968 ], [ 120.0287653, 30.3032614 ], [ 120.0286437, 30.3032194 ], [ 120.02854, 30.3031619 ], [ 120.0283364, 30.3030901 ], [ 120.0282775, 30.3030923 ], [ 120.0282173, 30.3031376 ], [ 120.0281148, 30.3030867 ], [ 120.0279599, 30.3029972 ], [ 120.0279573, 30.3029508 ], [ 120.0278165, 30.3028557 ], [ 120.0277281, 30.3027927 ], [ 120.027673, 30.3027816 ], [ 120.0275706, 30.3027772 ], [ 120.0274285, 30.3027396 ], [ 120.0273529, 30.3027385 ], [ 120.0272351, 30.3026976 ], [ 120.0270238, 30.3025727 ], [ 120.0266525, 30.3023692 ], [ 120.0264092, 30.302252 ], [ 120.0262158, 30.3021879 ], [ 120.0261377, 30.3021404 ], [ 120.0261285, 30.3020635 ], [ 120.0260045, 30.3020973 ], [ 120.0259533, 30.3021138 ], [ 120.0258163, 30.3020829 ], [ 120.0256793, 30.3020541 ], [ 120.02545, 30.3020121 ], [ 120.0253117, 30.302011 ], [ 120.0251901, 30.3019679 ], [ 120.0250364, 30.3019369 ], [ 120.0249955, 30.3019027 ], [ 120.0246664, 30.3017634 ], [ 120.0245447, 30.3017567 ], [ 120.0245076, 30.3017169 ], [ 120.0243232, 30.3016495 ], [ 120.0242233, 30.3016207 ], [ 120.0241503, 30.301613 ], [ 120.0240965, 30.3015533 ], [ 120.023843, 30.301466 ], [ 120.0235024, 30.3013908 ], [ 120.0233717, 30.3013112 ], [ 120.0231131, 30.3011774 ], [ 120.0229159, 30.3010602 ], [ 120.0227033, 30.3009883 ], [ 120.0224626, 30.300964 ], [ 120.0222794, 30.3008712 ], [ 120.0220489, 30.300807 ], [ 120.021885, 30.3007164 ], [ 120.0215662, 30.3006091 ], [ 120.0212153, 30.3004577 ], [ 120.0208094, 30.3003161 ], [ 120.0203996, 30.3001779 ], [ 120.020012, 30.3000514 ], [ 120.0196993, 30.299933 ], [ 120.0195545, 30.2998761 ], [ 120.0191209, 30.2996321 ], [ 120.0188205, 30.299484 ], [ 120.0185285, 30.299421 ], [ 120.0183687, 30.2994018 ], [ 120.0181393, 30.2993374 ], [ 120.0177318, 30.2991863 ], [ 120.017448, 30.2990928 ], [ 120.0172589, 30.2990298 ], [ 120.0170134, 30.2989263 ], [ 120.016469, 30.2987192 ], [ 120.0163585, 30.2986971 ], [ 120.0162167, 30.2986311 ], [ 120.0157734, 30.2984768 ], [ 120.0148299, 30.2981335 ], [ 120.0143073, 30.2979336 ], [ 120.0140538, 30.2978822 ], [ 120.0138632, 30.2978218 ], [ 120.0137334, 30.2977594 ], [ 120.0135894, 30.2976687 ], [ 120.013526, 30.2976565 ], [ 120.0133863, 30.2976076 ], [ 120.0131522, 30.297532 ], [ 120.0130348, 30.2974813 ], [ 120.0128373, 30.2974102 ], [ 120.0125215, 30.2973022 ], [ 120.0124309, 30.297331 ], [ 120.0122702, 30.2972997 ], [ 120.0121502, 30.2972521 ], [ 120.0120121, 30.2971998 ], [ 120.0116486, 30.2970848 ], [ 120.0115042, 30.2970412 ], [ 120.0112966, 30.2969758 ], [ 120.0111381, 30.296911 ], [ 120.0109296, 30.2968812 ], [ 120.0107954, 30.2968257 ], [ 120.0106774, 30.2967724 ], [ 120.0105619, 30.2967049 ], [ 120.0105242, 30.2966203 ], [ 120.0104309, 30.2965902 ], [ 120.0103469, 30.2965759 ], [ 120.0102769, 30.2965588 ], [ 120.0102024, 30.2965016 ], [ 120.0101079, 30.296428 ], [ 120.0100076, 30.2963959 ], [ 120.0099288, 30.2963822 ], [ 120.009829, 30.2963788 ], [ 120.0097362, 30.2963725 ], [ 120.0096165, 30.2963516 ], [ 120.0094921, 30.2963068 ], [ 120.009343, 30.2962629 ], [ 120.0092572, 30.296227 ], [ 120.008988, 30.296117 ], [ 120.0088532, 30.2960655 ], [ 120.0086937, 30.2959364 ], [ 120.0086754, 30.2958174 ], [ 120.0085567, 30.2958348 ], [ 120.0084138, 30.2958558 ], [ 120.0083257, 30.2958761 ], [ 120.0080045, 30.2957622 ], [ 120.0078592, 30.2956995 ], [ 120.0076644, 30.2956217 ], [ 120.0075911, 30.2955703 ], [ 120.0074828, 30.2955319 ], [ 120.007338, 30.2955118 ], [ 120.0071282, 30.295437 ], [ 120.0068682, 30.2953463 ], [ 120.0066041, 30.2952349 ], [ 120.0064964, 30.2951895 ], [ 120.0063345, 30.295171 ], [ 120.0062065, 30.295138 ], [ 120.0061191, 30.2951086 ], [ 120.0056671, 30.2949715 ], [ 120.005497, 30.29492 ], [ 120.0053641, 30.2948859 ], [ 120.0050766, 30.2947335 ], [ 120.0046867, 30.2945991 ], [ 120.0044467, 30.2945396 ], [ 120.0042275, 30.2944727 ], [ 120.0040547, 30.2943834 ], [ 120.0039689, 30.2943684 ], [ 120.0038261, 30.2943481 ], [ 120.0036268, 30.2942904 ], [ 120.0034457, 30.2942091 ], [ 120.0032756, 30.2941294 ], [ 120.0029652, 30.293972 ], [ 120.0027974, 30.2938559 ], [ 120.0025631, 30.293752 ], [ 120.0022279, 30.2935882 ], [ 120.002161, 30.2935329 ], [ 120.0021755, 30.2934446 ], [ 120.0018357, 30.2933722 ], [ 120.0018229, 30.2934147 ], [ 120.00175, 30.293418 ], [ 120.0014337, 30.2933727 ], [ 120.0012037, 30.2933043 ], [ 120.0011648, 30.2932323 ], [ 120.0011559, 30.2931845 ], [ 120.0010854, 30.2931593 ], [ 120.0010149, 30.2931571 ], [ 120.0009791, 30.2931969 ], [ 120.0008592, 30.2931646 ], [ 120.0007695, 30.2930992 ], [ 120.0006849, 30.2930565 ], [ 120.0005131, 30.2930058 ], [ 120.0003914, 30.2929369 ], [ 120.0003046, 30.2929048 ], [ 120.0002392, 30.2928937 ], [ 120.0001291, 30.2928702 ], [ 120.0000318, 30.2928385 ], [ 119.9998793, 30.2927843 ], [ 119.9997344, 30.2927496 ], [ 119.9992233, 30.2925377 ], [ 119.9990796, 30.292769 ], [ 119.9996141, 30.2929689 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0161326, 30.299978 ], [ 120.0161609, 30.2999643 ], [ 120.0161893, 30.2999551 ], [ 120.0162211, 30.2999673 ], [ 120.0162884, 30.3000315 ], [ 120.0163574, 30.3000758 ], [ 120.0164175, 30.3001064 ], [ 120.0164759, 30.3001262 ], [ 120.0165379, 30.3001507 ], [ 120.0165963, 30.3001644 ], [ 120.0166847, 30.3002042 ], [ 120.0167378, 30.3002301 ], [ 120.0168068, 30.3002699 ], [ 120.0168652, 30.3003126 ], [ 120.0169024, 30.3003524 ], [ 120.0169307, 30.3003875 ], [ 120.0169714, 30.3004028 ], [ 120.017044, 30.3004303 ], [ 120.0171218, 30.3004532 ], [ 120.0171678, 30.30047 ], [ 120.017228, 30.3004746 ], [ 120.0173041, 30.300467 ], [ 120.0173519, 30.3004776 ], [ 120.0174103, 30.300496 ], [ 120.0174598, 30.3005265 ], [ 120.0174952, 30.300551 ], [ 120.0175271, 30.3005984 ], [ 120.0175253, 30.3006411 ], [ 120.0175182, 30.3006763 ], [ 120.0175076, 30.3007267 ], [ 120.0174899, 30.3007603 ], [ 120.0174775, 30.3007909 ], [ 120.0174828, 30.300826 ], [ 120.0174917, 30.3008657 ], [ 120.0175182, 30.3008917 ], [ 120.0175306, 30.3009223 ], [ 120.0175058, 30.3009956 ], [ 120.0174899, 30.3010521 ], [ 120.0174669, 30.3011087 ], [ 120.0174404, 30.3011499 ], [ 120.0173979, 30.3011881 ], [ 120.0173643, 30.3012202 ], [ 120.0173183, 30.3012431 ], [ 120.0172758, 30.3012614 ], [ 120.0172475, 30.3012889 ], [ 120.0172351, 30.3013103 ], [ 120.0172386, 30.3013623 ], [ 120.0172616, 30.3014173 ], [ 120.0172652, 30.3014845 ], [ 120.0172723, 30.3015395 ], [ 120.0172439, 30.3016235 ], [ 120.0172333, 30.3016663 ], [ 120.0172174, 30.3016923 ], [ 120.0171926, 30.3017213 ], [ 120.017159, 30.301758 ], [ 120.0171325, 30.3017778 ], [ 120.0170847, 30.3018665 ], [ 120.0170741, 30.3018909 ], [ 120.0170493, 30.3019154 ], [ 120.0170068, 30.3019352 ], [ 120.0171643, 30.3019673 ], [ 120.0172209, 30.3018069 ], [ 120.0172652, 30.301761 ], [ 120.0173094, 30.3017121 ], [ 120.0173271, 30.3016633 ], [ 120.0173537, 30.3015869 ], [ 120.0173572, 30.3015334 ], [ 120.0173466, 30.3014417 ], [ 120.0173271, 30.3013928 ], [ 120.0173165, 30.3013669 ], [ 120.0173413, 30.3013134 ], [ 120.017382, 30.3012691 ], [ 120.0174439, 30.3012156 ], [ 120.0174775, 30.3011881 ], [ 120.0174988, 30.3011514 ], [ 120.0175607, 30.3009666 ], [ 120.0175607, 30.3009391 ], [ 120.0175501, 30.300907 ], [ 120.0175448, 30.3008718 ], [ 120.0175625, 30.3007939 ], [ 120.0176067, 30.3006702 ], [ 120.0176067, 30.3005785 ], [ 120.0175695, 30.3005372 ], [ 120.0175288, 30.3004945 ], [ 120.0174598, 30.300467 ], [ 120.0173802, 30.3004456 ], [ 120.0172563, 30.300444 ], [ 120.0171661, 30.300444 ], [ 120.0170723, 30.300412 ], [ 120.0169573, 30.3003722 ], [ 120.016867, 30.300279 ], [ 120.0167768, 30.3002149 ], [ 120.0166458, 30.3001507 ], [ 120.0164582, 30.3001003 ], [ 120.0164016, 30.3000758 ], [ 120.0162264, 30.2999353 ], [ 120.0161556, 30.2999261 ], [ 120.016099, 30.2999505 ], [ 120.0161326, 30.299978 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9909779, 30.3045645 ], [ 119.9909779, 30.3044916 ], [ 119.9910291, 30.3044031 ], [ 119.9911521, 30.3043169 ], [ 119.9912443, 30.3041953 ], [ 119.9913493, 30.3040736 ], [ 119.9914825, 30.3039609 ], [ 119.9915823, 30.30391 ], [ 119.9916694, 30.3039056 ], [ 119.9918871, 30.3039189 ], [ 119.9920433, 30.3039587 ], [ 119.9921893, 30.3040206 ], [ 119.9923455, 30.3040427 ], [ 119.9925427, 30.3040272 ], [ 119.9927297, 30.3040626 ], [ 119.9929167, 30.3040582 ], [ 119.9929807, 30.3040582 ], [ 119.9930754, 30.3041024 ], [ 119.9932266, 30.3041643 ], [ 119.9933853, 30.3041864 ], [ 119.9936875, 30.3042351 ], [ 119.9938643, 30.304224 ], [ 119.9940589, 30.3042284 ], [ 119.9943662, 30.3042528 ], [ 119.9945276, 30.3043191 ], [ 119.9949809, 30.3044075 ], [ 119.9951218, 30.3044518 ], [ 119.9953343, 30.3045092 ], [ 119.9954982, 30.3045579 ], [ 119.9956621, 30.3045601 ], [ 119.9958056, 30.3045844 ], [ 119.9959234, 30.3046132 ], [ 119.9960386, 30.304622 ], [ 119.9961001, 30.3046729 ], [ 119.9961283, 30.3047082 ], [ 119.9961949, 30.3047193 ], [ 119.9963408, 30.3047392 ], [ 119.9964074, 30.304737 ], [ 119.9965534, 30.3047591 ], [ 119.9966251, 30.3047635 ], [ 119.996684, 30.3047724 ], [ 119.996766, 30.304779 ], [ 119.996864, 30.3047866 ], [ 119.997045, 30.3048542 ], [ 119.9971281, 30.3049049 ], [ 119.9973678, 30.3049682 ], [ 119.9975145, 30.3049767 ], [ 119.997583, 30.3049767 ], [ 119.9977493, 30.3049724 ], [ 119.9979351, 30.3049893 ], [ 119.9981308, 30.3050484 ], [ 119.9982335, 30.3051498 ], [ 119.9983019, 30.3052553 ], [ 119.998346, 30.3053525 ], [ 119.9983166, 30.3054749 ], [ 119.9983117, 30.3055805 ], [ 119.9982775, 30.3056607 ], [ 119.9982335, 30.3057409 ], [ 119.9982579, 30.3058085 ], [ 119.9982384, 30.3060112 ], [ 119.9982188, 30.3061547 ], [ 119.9982188, 30.3062476 ], [ 119.9981846, 30.3064672 ], [ 119.9982188, 30.3065981 ], [ 119.9983068, 30.3066023 ], [ 119.9982922, 30.3064925 ], [ 119.9982775, 30.3063194 ], [ 119.9983068, 30.3062519 ], [ 119.9983264, 30.3060787 ], [ 119.998346, 30.3059816 ], [ 119.9984144, 30.3058169 ], [ 119.9984242, 30.3057283 ], [ 119.99839, 30.3055467 ], [ 119.9984095, 30.3054074 ], [ 119.9984682, 30.3052722 ], [ 119.9985807, 30.305192 ], [ 119.9986736, 30.3051836 ], [ 119.9988204, 30.3051751 ], [ 119.9989133, 30.3051582 ], [ 119.9989964, 30.3051456 ], [ 119.9990747, 30.3051329 ], [ 119.9990943, 30.3050569 ], [ 119.9991578, 30.3049935 ], [ 119.9992508, 30.3049935 ], [ 119.9994513, 30.3050104 ], [ 119.9995736, 30.3050569 ], [ 119.9996812, 30.3050864 ], [ 119.999779, 30.305154 ], [ 119.9999208, 30.3051836 ], [ 120.0000235, 30.305192 ], [ 120.0001654, 30.3050991 ], [ 120.0001751, 30.30504 ], [ 120.0000382, 30.3050189 ], [ 119.9998768, 30.3050104 ], [ 119.999642, 30.3049555 ], [ 119.9993535, 30.3048964 ], [ 119.9992019, 30.3048035 ], [ 119.9991481, 30.3047064 ], [ 119.9990894, 30.3046009 ], [ 119.9991187, 30.3043644 ], [ 119.9991138, 30.3040435 ], [ 119.9991138, 30.3038661 ], [ 119.999197, 30.3033256 ], [ 119.9992654, 30.3030343 ], [ 119.9992605, 30.3027725 ], [ 119.9993339, 30.3023798 ], [ 119.999373, 30.3022826 ], [ 119.9993486, 30.30208 ], [ 119.9992899, 30.3019575 ], [ 119.9992703, 30.3018182 ], [ 119.9992557, 30.3016577 ], [ 119.9992801, 30.3014086 ], [ 119.9993192, 30.301303 ], [ 119.9993535, 30.3010919 ], [ 119.9994953, 30.3006105 ], [ 119.9995491, 30.3004416 ], [ 119.9995882, 30.3002135 ], [ 119.9996371, 30.3001544 ], [ 119.9997594, 30.300146 ], [ 119.9999893, 30.3001206 ], [ 120.000405, 30.300184 ], [ 120.0005322, 30.300222 ], [ 120.0008061, 30.3002684 ], [ 120.0009626, 30.3002853 ], [ 120.0012707, 30.3003402 ], [ 120.0013734, 30.300374 ], [ 120.0015397, 30.3004289 ], [ 120.0016717, 30.3004458 ], [ 120.0020288, 30.3004331 ], [ 120.0021804, 30.30045 ], [ 120.0023662, 30.3005007 ], [ 120.0025717, 30.300526 ], [ 120.0028064, 30.3005345 ], [ 120.0029972, 30.3004796 ], [ 120.0032515, 30.300526 ], [ 120.0033884, 30.3005725 ], [ 120.0036966, 30.3005809 ], [ 120.0036735, 30.3004665 ], [ 120.0035685, 30.300482 ], [ 120.0034404, 30.3004709 ], [ 120.0033943, 30.3004333 ], [ 120.0033252, 30.300451 ], [ 120.0031152, 30.3004156 ], [ 120.0030614, 30.3003847 ], [ 120.0029385, 30.3003493 ], [ 120.0027566, 30.3003626 ], [ 120.0026747, 30.3003869 ], [ 120.0026055, 30.3003604 ], [ 120.0025543, 30.3003051 ], [ 120.0024339, 30.3002962 ], [ 120.0023648, 30.3002697 ], [ 120.0022547, 30.3002542 ], [ 120.0020856, 30.3002785 ], [ 120.0019192, 30.3002785 ], [ 120.0017911, 30.300252 ], [ 120.0016528, 30.3002896 ], [ 120.0014761, 30.3003073 ], [ 120.0013941, 30.3002675 ], [ 120.0012046, 30.3002122 ], [ 120.001074, 30.3001989 ], [ 120.0009152, 30.3001525 ], [ 120.0008845, 30.3000972 ], [ 120.0007872, 30.3000685 ], [ 120.0006233, 30.300064 ], [ 120.0005387, 30.3001193 ], [ 120.0004517, 30.3001282 ], [ 120.0003236, 30.3000972 ], [ 120.0002135, 30.3001016 ], [ 120.0001162, 30.3001016 ], [ 120.0000496, 30.3000707 ], [ 119.9999855, 30.3000707 ], [ 119.9999266, 30.3000817 ], [ 119.9998498, 30.3000751 ], [ 119.9997185, 30.3000409 ], [ 119.9997234, 30.2999353 ], [ 119.9997087, 30.299682 ], [ 119.9997087, 30.299399 ], [ 119.9997087, 30.2992808 ], [ 119.9997625, 30.2991499 ], [ 119.9997639, 30.2990168 ], [ 119.999513, 30.2989866 ], [ 119.999491, 30.2990432 ], [ 119.9994628, 30.2991582 ], [ 119.999491, 30.2991913 ], [ 119.9995755, 30.299209 ], [ 119.9995422, 30.2993373 ], [ 119.9995473, 30.2994523 ], [ 119.9995243, 30.2997043 ], [ 119.9993911, 30.2997884 ], [ 119.9994628, 30.2998746 ], [ 119.9994705, 30.2999542 ], [ 119.9995294, 30.3002063 ], [ 119.9994679, 30.3004053 ], [ 119.9994321, 30.3005512 ], [ 119.9994372, 30.300591 ], [ 119.999368, 30.3007127 ], [ 119.999281, 30.3008387 ], [ 119.9993168, 30.3010178 ], [ 119.9992758, 30.3011328 ], [ 119.9992118, 30.301449 ], [ 119.9992016, 30.3016193 ], [ 119.9992041, 30.3017254 ], [ 119.9992092, 30.3018404 ], [ 119.9991939, 30.3020106 ], [ 119.9992092, 30.302161 ], [ 119.9992118, 30.3022804 ], [ 119.9991708, 30.302329 ], [ 119.9992425, 30.3024064 ], [ 119.9992733, 30.3025457 ], [ 119.9992323, 30.3026718 ], [ 119.9992092, 30.3028177 ], [ 119.9992272, 30.302946 ], [ 119.9991964, 30.3031627 ], [ 119.999135, 30.3033219 ], [ 119.9990351, 30.3033992 ], [ 119.999053, 30.3034766 ], [ 119.9990786, 30.3035717 ], [ 119.9990479, 30.3036557 ], [ 119.9989787, 30.3039012 ], [ 119.998989, 30.3040847 ], [ 119.9989967, 30.3042019 ], [ 119.9990069, 30.3042926 ], [ 119.998989, 30.3045225 ], [ 119.9989608, 30.3046508 ], [ 119.998884, 30.3047215 ], [ 119.9989198, 30.3048232 ], [ 119.9989557, 30.3049515 ], [ 119.9989122, 30.3050067 ], [ 119.9987918, 30.305062 ], [ 119.9986714, 30.3050908 ], [ 119.9984717, 30.3051085 ], [ 119.9983513, 30.3051261 ], [ 119.9982591, 30.3050488 ], [ 119.9981464, 30.3049758 ], [ 119.9979594, 30.3049227 ], [ 119.9978339, 30.3049227 ], [ 119.9975599, 30.3049271 ], [ 119.9973653, 30.3048918 ], [ 119.9971143, 30.3048343 ], [ 119.9969581, 30.3047436 ], [ 119.9967967, 30.3047082 ], [ 119.9965969, 30.3046286 ], [ 119.9962153, 30.3045712 ], [ 119.9960489, 30.3045181 ], [ 119.995885, 30.3044495 ], [ 119.9958414, 30.3043677 ], [ 119.9958337, 30.3042992 ], [ 119.9957057, 30.3043412 ], [ 119.9955034, 30.3043368 ], [ 119.9954188, 30.3043036 ], [ 119.9953318, 30.3042174 ], [ 119.9953599, 30.3041356 ], [ 119.9951781, 30.3041422 ], [ 119.9950961, 30.304266 ], [ 119.9950321, 30.3042926 ], [ 119.9946223, 30.3042085 ], [ 119.9943867, 30.3041643 ], [ 119.9941562, 30.3040781 ], [ 119.9938361, 30.304067 ], [ 119.9935288, 30.3040714 ], [ 119.9933392, 30.3040405 ], [ 119.9931395, 30.3039852 ], [ 119.9930268, 30.3039454 ], [ 119.9928629, 30.3039675 ], [ 119.9926887, 30.3039653 ], [ 119.9923712, 30.3039167 ], [ 119.9922047, 30.3038813 ], [ 119.9919998, 30.3038658 ], [ 119.9915414, 30.3037774 ], [ 119.9914671, 30.3037221 ], [ 119.9913797, 30.3036559 ], [ 119.9913308, 30.3036949 ], [ 119.9913954, 30.3037597 ], [ 119.991421, 30.3038216 ], [ 119.9914159, 30.3038503 ], [ 119.9913774, 30.3038923 ], [ 119.9913544, 30.3039321 ], [ 119.9913185, 30.3039808 ], [ 119.9912929, 30.3040361 ], [ 119.991275, 30.3040825 ], [ 119.9911854, 30.3041532 ], [ 119.9911111, 30.3041886 ], [ 119.9910394, 30.3042638 ], [ 119.9909497, 30.3043368 ], [ 119.9908832, 30.3043943 ], [ 119.9908524, 30.3045026 ], [ 119.9909779, 30.3045645 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0069308, 30.3014473 ], [ 120.0072134, 30.3014876 ], [ 120.0074656, 30.3015642 ], [ 120.0075239, 30.3015985 ], [ 120.007629, 30.3015642 ], [ 120.0079652, 30.3015703 ], [ 120.0081287, 30.3016832 ], [ 120.0082151, 30.3017638 ], [ 120.0083202, 30.3018747 ], [ 120.0083062, 30.3019029 ], [ 120.0083038, 30.3019574 ], [ 120.0084112, 30.302034 ], [ 120.0084486, 30.3021408 ], [ 120.008584, 30.3021892 ], [ 120.0086097, 30.3022295 ], [ 120.0086237, 30.3023283 ], [ 120.0086377, 30.3024331 ], [ 120.0087755, 30.3025783 ], [ 120.0089506, 30.3027577 ], [ 120.0091468, 30.3030117 ], [ 120.0092728, 30.3030742 ], [ 120.0094223, 30.3032597 ], [ 120.0095344, 30.3033101 ], [ 120.0099219, 30.303721 ], [ 120.0099682, 30.3038691 ], [ 120.009885, 30.3039223 ], [ 120.009818, 30.3040613 ], [ 120.0098555, 30.3040844 ], [ 120.0099735, 30.3040034 ], [ 120.0100835, 30.304052 ], [ 120.010457, 30.3043189 ], [ 120.0107741, 30.304547 ], [ 120.0108705, 30.3047622 ], [ 120.0109188, 30.3048919 ], [ 120.0108705, 30.3051234 ], [ 120.0110583, 30.305267 ], [ 120.0112246, 30.3051975 ], [ 120.0118951, 30.3051049 ], [ 120.0121902, 30.3053457 ], [ 120.0125979, 30.3054337 ], [ 120.0128017, 30.3054847 ], [ 120.0132738, 30.3056792 ], [ 120.0132201, 30.3059571 ], [ 120.0130753, 30.3062211 ], [ 120.0128607, 30.3064712 ], [ 120.0134079, 30.3066796 ], [ 120.0135098, 30.3066147 ], [ 120.0134669, 30.3062118 ], [ 120.0135098, 30.3059663 ], [ 120.0136493, 30.3058274 ], [ 120.0138156, 30.3058135 ], [ 120.0142447, 30.3061053 ], [ 120.0143413, 30.3065869 ], [ 120.0143198, 30.307013 ], [ 120.0145237, 30.3069574 ], [ 120.0147329, 30.3066379 ], [ 120.0156019, 30.3068092 ], [ 120.0159184, 30.3071242 ], [ 120.0163261, 30.3072122 ], [ 120.0166212, 30.3073882 ], [ 120.0167445, 30.3074715 ], [ 120.0168089, 30.3072863 ], [ 120.0169377, 30.3070038 ], [ 120.0177531, 30.3072955 ], [ 120.0178228, 30.3071612 ], [ 120.0177048, 30.3070918 ], [ 120.0173615, 30.3069899 ], [ 120.0171415, 30.3068324 ], [ 120.0166051, 30.3066008 ], [ 120.0162564, 30.306411 ], [ 120.0162778, 30.3062581 ], [ 120.016074, 30.3061794 ], [ 120.0158219, 30.3061423 ], [ 120.0155697, 30.3061979 ], [ 120.0151835, 30.3060543 ], [ 120.0147597, 30.3058552 ], [ 120.014926, 30.3056607 ], [ 120.0150387, 30.305355 ], [ 120.0149636, 30.30523 ], [ 120.0146256, 30.3051605 ], [ 120.0144915, 30.3052948 ], [ 120.0143198, 30.3056421 ], [ 120.0142394, 30.3056977 ], [ 120.0135592, 30.3054081 ], [ 120.0133724, 30.3053638 ], [ 120.0131062, 30.3052368 ], [ 120.0130221, 30.3051561 ], [ 120.0127373, 30.3050735 ], [ 120.0125224, 30.3049042 ], [ 120.0125154, 30.3047651 ], [ 120.0127443, 30.3041885 ], [ 120.0125972, 30.3042006 ], [ 120.0124127, 30.3045393 ], [ 120.012359, 30.3048114 ], [ 120.0121395, 30.304761 ], [ 120.0117542, 30.3046643 ], [ 120.0112592, 30.3044163 ], [ 120.0108693, 30.3042147 ], [ 120.0105377, 30.3040232 ], [ 120.0102061, 30.3038377 ], [ 120.0100263, 30.3037168 ], [ 120.0097508, 30.3033942 ], [ 120.0095873, 30.3032329 ], [ 120.0093071, 30.3029285 ], [ 120.0090433, 30.3026282 ], [ 120.0088518, 30.3023862 ], [ 120.0087141, 30.3021826 ], [ 120.008602, 30.3020435 ], [ 120.0084829, 30.3019105 ], [ 120.0083965, 30.3017814 ], [ 120.0082961, 30.3017189 ], [ 120.0082237, 30.3015738 ], [ 120.0081943, 30.3014563 ], [ 120.0081353, 30.301271 ], [ 120.0079824, 30.3010788 ], [ 120.0079878, 30.3009584 ], [ 120.0079174, 30.3008216 ], [ 120.0078638, 30.3007279 ], [ 120.0078034, 30.3006294 ], [ 120.0078061, 30.3005148 ], [ 120.0078785, 30.3004662 ], [ 120.0078812, 30.3004025 ], [ 120.007841, 30.3003353 ], [ 120.0077793, 30.3002601 ], [ 120.0077189, 30.3002427 ], [ 120.0076318, 30.3002404 ], [ 120.0075872, 30.3002741 ], [ 120.0075687, 30.3003226 ], [ 120.0075795, 30.3004152 ], [ 120.0076345, 30.3006063 ], [ 120.0076812, 30.3007118 ], [ 120.0077803, 30.300938 ], [ 120.0078582, 30.3011274 ], [ 120.0079077, 30.3013688 ], [ 120.0077909, 30.3014055 ], [ 120.0076741, 30.3014024 ], [ 120.0075644, 30.3013535 ], [ 120.007483, 30.3013077 ], [ 120.0073945, 30.3013382 ], [ 120.0073273, 30.3013444 ], [ 120.0071786, 30.3013321 ], [ 120.007076, 30.3012832 ], [ 120.006984, 30.3012252 ], [ 120.0068991, 30.3012527 ], [ 120.0068892, 30.3013039 ], [ 120.0068608, 30.3013626 ], [ 120.0069308, 30.3014473 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0040015, 30.3058558 ], [ 120.0042029, 30.305924 ], [ 120.0043337, 30.3057598 ], [ 120.0045481, 30.3057153 ], [ 120.0046276, 30.3053598 ], [ 120.0042395, 30.3053065 ], [ 120.0041206, 30.3052804 ], [ 120.0039887, 30.3058005 ], [ 120.0040015, 30.3058558 ] ], [ [ 120.0041996, 30.3055306 ], [ 120.0042098, 30.3055073 ], [ 120.004228, 30.3054881 ], [ 120.0042523, 30.3054747 ], [ 120.0042825, 30.3054684 ], [ 120.0043134, 30.3054714 ], [ 120.0043413, 30.3054832 ], [ 120.004363, 30.3055025 ], [ 120.0043757, 30.305527 ], [ 120.0043781, 30.3055538 ], [ 120.0043699, 30.3055797 ], [ 120.004352, 30.3056016 ], [ 120.0043286, 30.3056161 ], [ 120.0043011, 30.3056236 ], [ 120.0042724, 30.3056232 ], [ 120.0042452, 30.305615 ], [ 120.0042224, 30.3055999 ], [ 120.0042062, 30.3055793 ], [ 120.0041984, 30.3055554 ], [ 120.0041996, 30.3055306 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0079478, 30.3164197 ], [ 120.0081341, 30.3155487 ], [ 120.0079364, 30.3155511 ], [ 120.0079609, 30.3146761 ], [ 120.0064834, 30.3144086 ], [ 120.0063721, 30.3163727 ], [ 120.0079478, 30.3164197 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0028418, 30.3185654 ], [ 120.0031684, 30.3189428 ], [ 120.0035541, 30.3188421 ], [ 120.0032161, 30.3183968 ], [ 120.0038314, 30.3183064 ], [ 120.0045706, 30.3183104 ], [ 120.0051867, 30.3181191 ], [ 120.0055307, 30.3181767 ], [ 120.0056253, 30.3171384 ], [ 120.0031219, 30.3170095 ], [ 120.0032327, 30.3173939 ], [ 120.0032195, 30.317934 ], [ 120.0028418, 30.3178469 ], [ 120.0028418, 30.3185654 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9779211, 30.3067808 ], [ 119.9783498, 30.3068357 ], [ 119.9783731, 30.3068387 ], [ 119.9784201, 30.3067761 ], [ 119.9787316, 30.3067687 ], [ 119.9788639, 30.3067871 ], [ 119.9790004, 30.3068792 ], [ 119.9791626, 30.3070266 ], [ 119.9791711, 30.3071224 ], [ 119.9791711, 30.3072292 ], [ 119.9791839, 30.3072882 ], [ 119.9793333, 30.3073066 ], [ 119.9794101, 30.307336 ], [ 119.9794485, 30.3073692 ], [ 119.9794954, 30.3074503 ], [ 119.9795552, 30.3074724 ], [ 119.9796576, 30.3076455 ], [ 119.9796628, 30.3077147 ], [ 119.9796681, 30.3077852 ], [ 119.9796746, 30.3078702 ], [ 119.9795874, 30.3084192 ], [ 119.9795722, 30.3085149 ], [ 119.979552, 30.3086147 ], [ 119.9795125, 30.3088097 ], [ 119.9794741, 30.308887 ], [ 119.9794741, 30.3091081 ], [ 119.9795466, 30.3091928 ], [ 119.9795356, 30.3093343 ], [ 119.979504, 30.3097417 ], [ 119.9794744, 30.3097949 ], [ 119.9794258, 30.3098823 ], [ 119.9794015, 30.3099259 ], [ 119.9794442, 30.3100401 ], [ 119.9793973, 30.3101359 ], [ 119.9793333, 30.3101875 ], [ 119.9793546, 30.310228 ], [ 119.9794485, 30.3101617 ], [ 119.9794869, 30.3100917 ], [ 119.9795424, 30.3100548 ], [ 119.9796149, 30.3100475 ], [ 119.9797301, 30.3100733 ], [ 119.9799947, 30.3101985 ], [ 119.9801408, 30.3102739 ], [ 119.9803233, 30.310368 ], [ 119.9805025, 30.3104932 ], [ 119.9805537, 30.310508 ], [ 119.9806049, 30.3104638 ], [ 119.9808353, 30.3104785 ], [ 119.9809719, 30.3104822 ], [ 119.9811042, 30.3104748 ], [ 119.9812322, 30.3105116 ], [ 119.9813389, 30.3104527 ], [ 119.9816589, 30.310438 ], [ 119.9817059, 30.3104085 ], [ 119.9821667, 30.3103753 ], [ 119.9822307, 30.3103827 ], [ 119.9822734, 30.3104195 ], [ 119.9827257, 30.3104748 ], [ 119.9827777, 30.310486 ], [ 119.9828452, 30.3105006 ], [ 119.9830031, 30.3106111 ], [ 119.9831866, 30.3106111 ], [ 119.9833359, 30.3106332 ], [ 119.9835749, 30.3106811 ], [ 119.9836517, 30.3107364 ], [ 119.9836901, 30.3108027 ], [ 119.9837243, 30.3110311 ], [ 119.9836176, 30.311521 ], [ 119.9835962, 30.3116905 ], [ 119.983609, 30.3118894 ], [ 119.9836218, 30.3120736 ], [ 119.9836389, 30.3121989 ], [ 119.9836133, 30.3122983 ], [ 119.9837925, 30.312291 ], [ 119.9837797, 30.3121547 ], [ 119.9838053, 30.3120294 ], [ 119.9838736, 30.3115284 ], [ 119.9839675, 30.31095 ], [ 119.9840358, 30.3106848 ], [ 119.9840272, 30.3106148 ], [ 119.9839547, 30.3105448 ], [ 119.9838693, 30.3105485 ], [ 119.9837115, 30.3106074 ], [ 119.9835109, 30.3105743 ], [ 119.9834554, 30.3105374 ], [ 119.9830543, 30.3104932 ], [ 119.9829348, 30.3104601 ], [ 119.9828111, 30.3104085 ], [ 119.9823374, 30.310368 ], [ 119.982235, 30.3102906 ], [ 119.9814114, 30.3103606 ], [ 119.9810914, 30.3103827 ], [ 119.9808695, 30.310368 ], [ 119.9805537, 30.3103127 ], [ 119.9803489, 30.3102501 ], [ 119.9801995, 30.3101948 ], [ 119.9798837, 30.310029 ], [ 119.979696, 30.309948 ], [ 119.9796192, 30.3098743 ], [ 119.9796021, 30.3097749 ], [ 119.9796405, 30.3094912 ], [ 119.9797344, 30.3087139 ], [ 119.9797813, 30.3080434 ], [ 119.9797941, 30.3079071 ], [ 119.9797685, 30.3077229 ], [ 119.979713, 30.3074687 ], [ 119.9795978, 30.3072255 ], [ 119.9796149, 30.3071703 ], [ 119.9797173, 30.3071224 ], [ 119.9797813, 30.3071187 ], [ 119.9798336, 30.3071322 ], [ 119.9799031, 30.3071502 ], [ 119.9799947, 30.3071739 ], [ 119.9801355, 30.3071813 ], [ 119.9801056, 30.3071482 ], [ 119.9799947, 30.3071224 ], [ 119.9798027, 30.3070745 ], [ 119.9793034, 30.306975 ], [ 119.9791882, 30.3069234 ], [ 119.9791531, 30.3068932 ], [ 119.9791284, 30.3068719 ], [ 119.9790047, 30.3067134 ], [ 119.9789151, 30.3064371 ], [ 119.9789041, 30.3063499 ], [ 119.978898, 30.3063008 ], [ 119.9788639, 30.3061535 ], [ 119.9789449, 30.3060871 ], [ 119.9789535, 30.3060245 ], [ 119.9790004, 30.3059287 ], [ 119.9790303, 30.3056598 ], [ 119.9790986, 30.3056156 ], [ 119.9791967, 30.3056119 ], [ 119.9792976, 30.3056206 ], [ 119.9794517, 30.3056339 ], [ 119.9794698, 30.3055308 ], [ 119.9792479, 30.3055087 ], [ 119.979154, 30.3054645 ], [ 119.979137, 30.305413 ], [ 119.979154, 30.305273 ], [ 119.9792266, 30.304654 ], [ 119.9792565, 30.3046061 ], [ 119.9793717, 30.3045914 ], [ 119.9798667, 30.304584 ], [ 119.9798709, 30.3045361 ], [ 119.979585, 30.3044956 ], [ 119.9794229, 30.3044514 ], [ 119.9792522, 30.3043888 ], [ 119.9792394, 30.3042893 ], [ 119.9792553, 30.3042498 ], [ 119.9792735, 30.3042046 ], [ 119.9792479, 30.3040535 ], [ 119.979218, 30.3039503 ], [ 119.9791498, 30.3039356 ], [ 119.9791071, 30.3039982 ], [ 119.9790346, 30.3042303 ], [ 119.9791242, 30.3044845 ], [ 119.9791156, 30.3045914 ], [ 119.9790132, 30.3051145 ], [ 119.9789449, 30.3051809 ], [ 119.9788724, 30.3053494 ], [ 119.9787785, 30.3055677 ], [ 119.9788852, 30.3055935 ], [ 119.9789108, 30.3056598 ], [ 119.9788639, 30.3058182 ], [ 119.9787785, 30.3059287 ], [ 119.9787358, 30.3060024 ], [ 119.9786974, 30.3060798 ], [ 119.9787017, 30.3061682 ], [ 119.978769, 30.3062844 ], [ 119.9787828, 30.3063082 ], [ 119.9788169, 30.3066103 ], [ 119.97877, 30.3066655 ], [ 119.9787145, 30.3066987 ], [ 119.9786164, 30.3067355 ], [ 119.9784675, 30.3067375 ], [ 119.9784481, 30.3067377 ], [ 119.978339, 30.3067392 ], [ 119.9783049, 30.3067871 ], [ 119.9776885, 30.3067108 ], [ 119.9772636, 30.3066582 ], [ 119.9772508, 30.306695 ], [ 119.9779211, 30.3067808 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9766344, 30.3099858 ], [ 119.9770979, 30.3100894 ], [ 119.9771597, 30.3100862 ], [ 119.9772851, 30.3100627 ], [ 119.977348, 30.3100683 ], [ 119.9773905, 30.3100721 ], [ 119.9774159, 30.3100988 ], [ 119.9775686, 30.3101129 ], [ 119.9776413, 30.3101129 ], [ 119.9777667, 30.3101317 ], [ 119.9777958, 30.3101176 ], [ 119.9781538, 30.3101678 ], [ 119.9782156, 30.3101898 ], [ 119.9786827, 30.3102337 ], [ 119.9791571, 30.3102714 ], [ 119.9792225, 30.3102698 ], [ 119.9793281, 30.3102364 ], [ 119.9793546, 30.310228 ], [ 119.9793333, 30.3101875 ], [ 119.9792593, 30.3102079 ], [ 119.9792225, 30.310218 ], [ 119.9791969, 30.310218 ], [ 119.9791643, 30.310218 ], [ 119.9787263, 30.3101725 ], [ 119.9784319, 30.310127 ], [ 119.9782211, 30.3100815 ], [ 119.9782029, 30.3101035 ], [ 119.9778231, 30.310058 ], [ 119.9776522, 30.3100486 ], [ 119.977376, 30.310036 ], [ 119.977176, 30.3100313 ], [ 119.977007, 30.3100078 ], [ 119.9767414, 30.3099471 ], [ 119.9766981, 30.3099372 ], [ 119.9766472, 30.3099168 ], [ 119.9766163, 30.3099152 ], [ 119.9766072, 30.3099529 ], [ 119.9766344, 30.3099858 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9791819, 30.3111077 ], [ 119.9792326, 30.3108703 ], [ 119.9790661, 30.3108422 ], [ 119.9790299, 30.3110702 ], [ 119.9791819, 30.3111077 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9777321, 30.3115385 ], [ 119.9777733, 30.3114069 ], [ 119.977627, 30.3113802 ], [ 119.9775899, 30.3115047 ], [ 119.9777321, 30.3115385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9443403, 30.3170368 ], [ 119.9444488, 30.3171096 ], [ 119.9445813, 30.3175465 ], [ 119.9447259, 30.3186282 ], [ 119.94475, 30.3192626 ], [ 119.944991, 30.3210827 ], [ 119.9452078, 30.3224036 ], [ 119.9452319, 30.3234956 ], [ 119.9453404, 30.324598 ], [ 119.9454488, 30.3253676 ], [ 119.9456536, 30.3259604 ], [ 119.9458705, 30.3272084 ], [ 119.9461717, 30.3286955 ], [ 119.9466898, 30.3302555 ], [ 119.9470151, 30.3311186 ], [ 119.9473525, 30.331597 ], [ 119.947485, 30.3320234 ], [ 119.947738, 30.3330633 ], [ 119.9479188, 30.3336561 ], [ 119.9483164, 30.334384 ], [ 119.948461, 30.3348415 ], [ 119.9486296, 30.3352367 ], [ 119.9487983, 30.3354135 ], [ 119.9487863, 30.3358814 ], [ 119.9486899, 30.336183 ], [ 119.9491402, 30.3363061 ], [ 119.9492425, 30.3360191 ], [ 119.9492425, 30.3357541 ], [ 119.9492681, 30.3354744 ], [ 119.9492084, 30.3351947 ], [ 119.949106, 30.3350107 ], [ 119.9491487, 30.3347309 ], [ 119.9490549, 30.334304 ], [ 119.948782, 30.333855 ], [ 119.9485261, 30.3335164 ], [ 119.9484152, 30.3332293 ], [ 119.9483897, 30.3330306 ], [ 119.9482361, 30.3329275 ], [ 119.9481253, 30.3325374 ], [ 119.9479803, 30.3320295 ], [ 119.9478182, 30.331632 ], [ 119.9476647, 30.3313449 ], [ 119.9475795, 30.3311241 ], [ 119.9472383, 30.3301156 ], [ 119.9467948, 30.328901 ], [ 119.9465049, 30.3280913 ], [ 119.9464111, 30.3278262 ], [ 119.9463855, 30.3276201 ], [ 119.9464111, 30.327333 ], [ 119.9464281, 30.327149 ], [ 119.9462831, 30.3266043 ], [ 119.9460102, 30.3255442 ], [ 119.9459505, 30.325132 ], [ 119.9458823, 30.3248228 ], [ 119.9456691, 30.3238142 ], [ 119.9456691, 30.3234241 ], [ 119.9456179, 30.3231664 ], [ 119.9456009, 30.3222683 ], [ 119.945635, 30.3218192 ], [ 119.9456179, 30.3215321 ], [ 119.9455923, 30.3212818 ], [ 119.9455923, 30.321002 ], [ 119.9455838, 30.3207297 ], [ 119.94549, 30.3201849 ], [ 119.9454218, 30.3195591 ], [ 119.9453535, 30.3190217 ], [ 119.9452597, 30.3186536 ], [ 119.9452171, 30.3183959 ], [ 119.9451062, 30.3175861 ], [ 119.9451488, 30.3171885 ], [ 119.945055, 30.316872 ], [ 119.9449527, 30.3165554 ], [ 119.94491, 30.3162535 ], [ 119.9448674, 30.3160032 ], [ 119.9448759, 30.3157308 ], [ 119.9449186, 30.3149725 ], [ 119.9450294, 30.3145381 ], [ 119.9450977, 30.3143172 ], [ 119.9451403, 30.3140743 ], [ 119.9452, 30.3135074 ], [ 119.9453194, 30.3130951 ], [ 119.9454218, 30.3126828 ], [ 119.9459164, 30.3110115 ], [ 119.9460443, 30.3103857 ], [ 119.9461126, 30.3099734 ], [ 119.9461978, 30.3085303 ], [ 119.946232, 30.307389 ], [ 119.9462149, 30.3070282 ], [ 119.9462831, 30.3059533 ], [ 119.9463343, 30.3049519 ], [ 119.9464196, 30.3043776 ], [ 119.9464963, 30.3039873 ], [ 119.9465646, 30.3029123 ], [ 119.9467096, 30.3020655 ], [ 119.9468545, 30.3014691 ], [ 119.9468972, 30.3008432 ], [ 119.9471019, 30.3000111 ], [ 119.9473918, 30.2990833 ], [ 119.9475283, 30.2982881 ], [ 119.947588, 30.2977947 ], [ 119.9476144, 30.297164 ], [ 119.9471795, 30.297094 ], [ 119.9470031, 30.2973252 ], [ 119.9468826, 30.2978973 ], [ 119.9466778, 30.2993121 ], [ 119.9465091, 30.2998531 ], [ 119.9461597, 30.3013823 ], [ 119.9461717, 30.3019648 ], [ 119.9460994, 30.3029634 ], [ 119.9460151, 30.3035356 ], [ 119.9458585, 30.3053559 ], [ 119.9458103, 30.3068226 ], [ 119.9458585, 30.3073635 ], [ 119.9458344, 30.3086222 ], [ 119.94575, 30.3097768 ], [ 119.9455813, 30.3110145 ], [ 119.9453645, 30.3115242 ], [ 119.9448825, 30.3134693 ], [ 119.9446777, 30.3141454 ], [ 119.9444126, 30.3154039 ], [ 119.9444126, 30.3159863 ], [ 119.9444608, 30.31634 ], [ 119.9444849, 30.3165792 ], [ 119.9444006, 30.3167768 ], [ 119.9441837, 30.316808 ], [ 119.9439548, 30.3166936 ], [ 119.9438584, 30.3168288 ], [ 119.9443403, 30.3170368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9727896, 30.3133464 ], [ 119.9728118, 30.313423 ], [ 119.9729474, 30.3135425 ], [ 119.9730582, 30.313686 ], [ 119.9731912, 30.3137816 ], [ 119.974277, 30.3153502 ], [ 119.9745692, 30.3156946 ], [ 119.9749414, 30.316284 ], [ 119.9752713, 30.3167508 ], [ 119.9757436, 30.3175143 ], [ 119.9759663, 30.3178097 ], [ 119.9759982, 30.3178921 ], [ 119.9759584, 30.3179608 ], [ 119.9758311, 30.3179608 ], [ 119.9754015, 30.3178646 ], [ 119.9752583, 30.3178097 ], [ 119.9750912, 30.3178097 ], [ 119.9748605, 30.3178303 ], [ 119.9746139, 30.3178097 ], [ 119.9742479, 30.3177341 ], [ 119.9742235, 30.3177965 ], [ 119.9748376, 30.3179 ], [ 119.9750698, 30.3179064 ], [ 119.9753094, 30.3179387 ], [ 119.9761556, 30.3181133 ], [ 119.9762904, 30.3181456 ], [ 119.9763803, 30.3181973 ], [ 119.9764926, 30.3183007 ], [ 119.976912, 30.3184818 ], [ 119.9770018, 30.3184688 ], [ 119.9773837, 30.3186046 ], [ 119.9774046, 30.3186151 ], [ 119.9774736, 30.3186498 ], [ 119.9776309, 30.3186951 ], [ 119.9778256, 30.3188244 ], [ 119.9778855, 30.3189019 ], [ 119.9779304, 30.3190248 ], [ 119.977908, 30.3192446 ], [ 119.9778555, 30.3193609 ], [ 119.9779304, 30.3195225 ], [ 119.9780794, 30.3195744 ], [ 119.9781059, 30.3194113 ], [ 119.9781739, 30.3193396 ], [ 119.9782721, 30.3193135 ], [ 119.9783628, 30.3193069 ], [ 119.9783855, 30.3191895 ], [ 119.9784082, 30.3190982 ], [ 119.9785291, 30.3190264 ], [ 119.9786954, 30.3190851 ], [ 119.979043, 30.319196 ], [ 119.9793076, 30.3192286 ], [ 119.9794814, 30.3192547 ], [ 119.9800468, 30.3194023 ], [ 119.980614, 30.3195744 ], [ 119.9808746, 30.3195611 ], [ 119.9819783, 30.3198655 ], [ 119.9821382, 30.3198912 ], [ 119.982523, 30.3198912 ], [ 119.9829757, 30.3199173 ], [ 119.9831417, 30.3199563 ], [ 119.9833001, 30.3200866 ], [ 119.9834435, 30.3201061 ], [ 119.9837604, 30.3201647 ], [ 119.9839037, 30.3202429 ], [ 119.9848166, 30.3204643 ], [ 119.98539, 30.3206011 ], [ 119.9867934, 30.3209267 ], [ 119.9869971, 30.3210244 ], [ 119.987065, 30.32107 ], [ 119.9870725, 30.3211938 ], [ 119.9870499, 30.321311 ], [ 119.9871329, 30.3213631 ], [ 119.9872234, 30.3214412 ], [ 119.9873592, 30.3214087 ], [ 119.9874498, 30.321324 ], [ 119.9876007, 30.3212589 ], [ 119.9877365, 30.3212524 ], [ 119.9879477, 30.3213045 ], [ 119.9883702, 30.3214868 ], [ 119.9884457, 30.321578 ], [ 119.9885438, 30.321578 ], [ 119.9885513, 30.3214738 ], [ 119.9886117, 30.3214673 ], [ 119.988625, 30.321375 ], [ 119.9886569, 30.3211547 ], [ 119.9886041, 30.3210961 ], [ 119.9884231, 30.3210309 ], [ 119.9881514, 30.3209267 ], [ 119.9880156, 30.3209202 ], [ 119.9877591, 30.3208942 ], [ 119.987578, 30.3208356 ], [ 119.98748, 30.3207639 ], [ 119.9874573, 30.3206858 ], [ 119.9875586, 30.3205153 ], [ 119.9875586, 30.320406 ], [ 119.9877803, 30.3192939 ], [ 119.9878648, 30.3191025 ], [ 119.9879493, 30.3190205 ], [ 119.9880865, 30.3189658 ], [ 119.9881393, 30.318902 ], [ 119.9879809, 30.3188655 ], [ 119.9879387, 30.3187835 ], [ 119.9879387, 30.3186286 ], [ 119.988171, 30.3179632 ], [ 119.988171, 30.3178082 ], [ 119.9882449, 30.3176077 ], [ 119.9883399, 30.3171975 ], [ 119.9883399, 30.3170243 ], [ 119.9883505, 30.316441 ], [ 119.9884033, 30.3162404 ], [ 119.9883294, 30.3161949 ], [ 119.9882238, 30.3165139 ], [ 119.9882344, 30.3172066 ], [ 119.9882027, 30.3174072 ], [ 119.9879915, 30.3181728 ], [ 119.9878648, 30.3185556 ], [ 119.9878014, 30.3187106 ], [ 119.9877275, 30.3189111 ], [ 119.9876219, 30.319139 ], [ 119.9875269, 30.3193486 ], [ 119.9873474, 30.3204242 ], [ 119.9872629, 30.32057 ], [ 119.9871573, 30.3206156 ], [ 119.9869884, 30.3205974 ], [ 119.986735, 30.3205336 ], [ 119.9865766, 30.3205153 ], [ 119.9863443, 30.3205518 ], [ 119.9861437, 30.3205153 ], [ 119.9856791, 30.320406 ], [ 119.9854468, 30.3203148 ], [ 119.9851406, 30.3202054 ], [ 119.9849399, 30.3200869 ], [ 119.9847604, 30.3199593 ], [ 119.9845915, 30.3198955 ], [ 119.9843803, 30.3198591 ], [ 119.9841797, 30.3198591 ], [ 119.9840002, 30.3201325 ], [ 119.983884, 30.3201325 ], [ 119.983789, 30.3200596 ], [ 119.9836728, 30.3200414 ], [ 119.9834405, 30.3199229 ], [ 119.9831977, 30.3198682 ], [ 119.9831132, 30.3197953 ], [ 119.9831027, 30.3196859 ], [ 119.9831977, 30.3195765 ], [ 119.983335, 30.3194854 ], [ 119.9833455, 30.3193578 ], [ 119.9832505, 30.3192484 ], [ 119.9831027, 30.3191481 ], [ 119.9829759, 30.3191663 ], [ 119.982712, 30.3192393 ], [ 119.9826697, 30.3191663 ], [ 119.9826697, 30.319057 ], [ 119.9826697, 30.3187196 ], [ 119.9826697, 30.3186194 ], [ 119.9825008, 30.3186103 ], [ 119.9824058, 30.3189202 ], [ 119.9823318, 30.3194762 ], [ 119.9822579, 30.3195583 ], [ 119.982089, 30.3195674 ], [ 119.9818989, 30.3195218 ], [ 119.9811176, 30.3193304 ], [ 119.9801672, 30.319139 ], [ 119.9800466, 30.3191043 ], [ 119.9799138, 30.3190661 ], [ 119.9797554, 30.3191299 ], [ 119.9791852, 30.3190205 ], [ 119.979143, 30.3189476 ], [ 119.9791852, 30.3188109 ], [ 119.9788896, 30.3186833 ], [ 119.9785939, 30.3185739 ], [ 119.9784567, 30.3184918 ], [ 119.9783511, 30.3184645 ], [ 119.9782244, 30.3184827 ], [ 119.9781082, 30.3185374 ], [ 119.9779287, 30.3185192 ], [ 119.9777387, 30.3184645 ], [ 119.9774219, 30.3183733 ], [ 119.9772213, 30.318346 ], [ 119.9768438, 30.3182785 ], [ 119.9765998, 30.3182175 ], [ 119.9766625, 30.318033 ], [ 119.9767307, 30.3179511 ], [ 119.9768332, 30.3176883 ], [ 119.9768485, 30.317549 ], [ 119.9768728, 30.3174345 ], [ 119.9767883, 30.3174254 ], [ 119.9767144, 30.3175895 ], [ 119.9765983, 30.3177444 ], [ 119.9764821, 30.3177535 ], [ 119.9763343, 30.317708 ], [ 119.9761654, 30.3176533 ], [ 119.9760809, 30.3175712 ], [ 119.9760387, 30.3174801 ], [ 119.9759436, 30.3173434 ], [ 119.9757324, 30.316842 ], [ 119.9755318, 30.3166871 ], [ 119.9753946, 30.3165503 ], [ 119.9749722, 30.3158941 ], [ 119.9745498, 30.3154383 ], [ 119.9741063, 30.3148185 ], [ 119.9739959, 30.3144964 ], [ 119.9738912, 30.3143347 ], [ 119.9739334, 30.3142258 ], [ 119.9739374, 30.3141166 ], [ 119.9737392, 30.3140074 ], [ 119.9737441, 30.3139071 ], [ 119.9737744, 30.3138012 ], [ 119.9738822, 30.3137908 ], [ 119.9740171, 30.3137043 ], [ 119.9740773, 30.3136034 ], [ 119.9738781, 30.3135712 ], [ 119.9735568, 30.3134947 ], [ 119.9734238, 30.3133895 ], [ 119.9732023, 30.3132364 ], [ 119.9729585, 30.3131312 ], [ 119.9728368, 30.3130106 ], [ 119.9727242, 30.313126 ], [ 119.9727896, 30.3133464 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9846001, 30.3183913 ], [ 119.9841388, 30.3196894 ], [ 119.9849294, 30.3198129 ], [ 119.9852808, 30.3200672 ], [ 119.9862017, 30.3203998 ], [ 119.9871573, 30.3206156 ], [ 119.9873091, 30.319403 ], [ 119.9875833, 30.31891 ], [ 119.9875173, 30.3186096 ], [ 119.9865047, 30.3180668 ], [ 119.9840701, 30.3175043 ], [ 119.9844913, 30.317103 ], [ 119.9849214, 30.3163999 ], [ 119.9843186, 30.3157162 ], [ 119.9833509, 30.3164699 ], [ 119.982952, 30.3180743 ], [ 119.9846001, 30.3183913 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9767874, 30.3194868 ], [ 119.9770837, 30.3196332 ], [ 119.9772945, 30.3197023 ], [ 119.9775153, 30.3195994 ], [ 119.9774714, 30.3194683 ], [ 119.9773153, 30.3192904 ], [ 119.9771626, 30.319166 ], [ 119.9768782, 30.3191713 ], [ 119.9767482, 30.3192931 ], [ 119.9767874, 30.3194868 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9776998, 30.3209233 ], [ 119.9779404, 30.3209009 ], [ 119.977925, 30.3206843 ], [ 119.9778357, 30.3205443 ], [ 119.9778208, 30.3203137 ], [ 119.9776528, 30.3203075 ], [ 119.9775845, 30.3204 ], [ 119.9775422, 30.3206844 ], [ 119.9776998, 30.3209233 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9768585, 30.3220867 ], [ 119.9769888, 30.3220017 ], [ 119.9771335, 30.3220132 ], [ 119.9771518, 30.3219316 ], [ 119.9772105, 30.3218791 ], [ 119.9772087, 30.3218349 ], [ 119.9771666, 30.3218528 ], [ 119.9770539, 30.3218004 ], [ 119.9769678, 30.3218921 ], [ 119.9768283, 30.3219437 ], [ 119.976807, 30.3220293 ], [ 119.9768585, 30.3220867 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0780082, 30.2783462 ], [ 120.0780082, 30.2784343 ], [ 120.0780338, 30.2785269 ], [ 120.0780235, 30.2786503 ], [ 120.0780082, 30.2787561 ], [ 120.0780797, 30.2788046 ], [ 120.0782073, 30.2788399 ], [ 120.078289, 30.2788399 ], [ 120.0783604, 30.2788399 ], [ 120.0784063, 30.2787693 ], [ 120.0784166, 30.2786944 ], [ 120.0783706, 30.2785225 ], [ 120.0783604, 30.2783065 ], [ 120.0783808, 30.2781346 ], [ 120.078391, 30.2780024 ], [ 120.0783706, 30.2779407 ], [ 120.0782532, 30.2779142 ], [ 120.0781409, 30.2779142 ], [ 120.0780644, 30.2779319 ], [ 120.0780338, 30.2779759 ], [ 120.0780184, 30.2780465 ], [ 120.0780031, 30.2781831 ], [ 120.0780082, 30.2783462 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0785135, 30.2782404 ], [ 120.0785237, 30.2783506 ], [ 120.0785288, 30.2784784 ], [ 120.0785544, 30.2786018 ], [ 120.0785391, 30.2787649 ], [ 120.078534, 30.2788575 ], [ 120.0785697, 30.2789324 ], [ 120.0786769, 30.2790206 ], [ 120.0787738, 30.2789985 ], [ 120.0787738, 30.2789324 ], [ 120.0787636, 30.2788707 ], [ 120.0787636, 30.278787 ], [ 120.0787483, 30.2786944 ], [ 120.078733, 30.2785622 ], [ 120.0787177, 30.2780949 ], [ 120.0786973, 30.277998 ], [ 120.0786309, 30.2779671 ], [ 120.0785646, 30.2779671 ], [ 120.0785237, 30.2780112 ], [ 120.0785033, 30.2780773 ], [ 120.0785135, 30.2782404 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.075339, 30.2785121 ], [ 120.0755428, 30.2785326 ], [ 120.0757513, 30.2785407 ], [ 120.0758509, 30.2785776 ], [ 120.0759694, 30.2785407 ], [ 120.0759552, 30.2784793 ], [ 120.0758746, 30.278463 ], [ 120.0758177, 30.2784589 ], [ 120.075775, 30.2784916 ], [ 120.0755665, 30.2784875 ], [ 120.0755096, 30.2784425 ], [ 120.0754148, 30.278422 ], [ 120.0753247, 30.2784384 ], [ 120.075339, 30.2785121 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0762538, 30.2782092 ], [ 120.0763154, 30.2782542 ], [ 120.0763628, 30.2783115 ], [ 120.0763818, 30.2784098 ], [ 120.0763581, 30.2785817 ], [ 120.0763154, 30.2787086 ], [ 120.0762822, 30.2787618 ], [ 120.0763249, 30.2787986 ], [ 120.0763391, 30.2788682 ], [ 120.0764007, 30.2789214 ], [ 120.0766614, 30.2789337 ], [ 120.0766614, 30.2788682 ], [ 120.0765903, 30.2788396 ], [ 120.0765761, 30.2787945 ], [ 120.0766425, 30.2782992 ], [ 120.0766425, 30.2781805 ], [ 120.0765429, 30.2781437 ], [ 120.0763059, 30.2781314 ], [ 120.0762538, 30.2781519 ], [ 120.0762538, 30.2782092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0747445, 30.2793233 ], [ 120.0748289, 30.2793476 ], [ 120.0748682, 30.279265 ], [ 120.0748907, 30.2790708 ], [ 120.0749301, 30.2784201 ], [ 120.074992, 30.2782112 ], [ 120.0750538, 30.2778665 ], [ 120.0750426, 30.2777888 ], [ 120.0749582, 30.2777693 ], [ 120.074902, 30.2777888 ], [ 120.0748682, 30.2779684 ], [ 120.0748626, 30.2781967 ], [ 120.0747389, 30.2792699 ], [ 120.0747445, 30.2793233 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0775234, 30.2787561 ], [ 120.077554, 30.2787958 ], [ 120.0776663, 30.2788222 ], [ 120.0777888, 30.2788178 ], [ 120.0778398, 30.2787781 ], [ 120.07785, 30.27869 ], [ 120.0778398, 30.2785313 ], [ 120.0778194, 30.2784255 ], [ 120.0777734, 30.2783814 ], [ 120.0776663, 30.2783638 ], [ 120.0775795, 30.2783682 ], [ 120.0775336, 30.2783991 ], [ 120.0775234, 30.2784608 ], [ 120.0775234, 30.2785534 ], [ 120.0775182, 30.2786591 ], [ 120.0775234, 30.2787561 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0798942, 30.2784756 ], [ 120.0799779, 30.2785266 ], [ 120.0800074, 30.2785606 ], [ 120.0799975, 30.2786499 ], [ 120.079968, 30.2787391 ], [ 120.0800369, 30.2787731 ], [ 120.0801206, 30.2787264 ], [ 120.0801747, 30.2786881 ], [ 120.080219, 30.2787264 ], [ 120.0802436, 30.2787944 ], [ 120.0802978, 30.2787986 ], [ 120.0803322, 30.2787434 ], [ 120.0804011, 30.2784884 ], [ 120.080411, 30.2784289 ], [ 120.0803667, 30.2783991 ], [ 120.0802535, 30.2783991 ], [ 120.080155, 30.2784204 ], [ 120.0800812, 30.2783949 ], [ 120.0799336, 30.2783906 ], [ 120.0798942, 30.2784246 ], [ 120.0798942, 30.2784756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0750688, 30.2795968 ], [ 120.0751114, 30.2796542 ], [ 120.0751399, 30.2797033 ], [ 120.0752157, 30.2797196 ], [ 120.0753247, 30.279691 ], [ 120.0754432, 30.2796869 ], [ 120.0755191, 30.2797074 ], [ 120.0756091, 30.2797401 ], [ 120.0756755, 30.2797729 ], [ 120.0757182, 30.2798588 ], [ 120.0757324, 30.2800021 ], [ 120.0757324, 30.280084 ], [ 120.0757134, 30.2801617 ], [ 120.0757513, 30.2802108 ], [ 120.075813, 30.280174 ], [ 120.0758414, 30.2800635 ], [ 120.0758888, 30.2800103 ], [ 120.0759552, 30.2799571 ], [ 120.0760784, 30.2799816 ], [ 120.0762822, 30.2800062 ], [ 120.0764102, 30.2800471 ], [ 120.0764529, 30.2801126 ], [ 120.076614, 30.2801003 ], [ 120.0770075, 30.2801208 ], [ 120.0770264, 30.2800553 ], [ 120.0768842, 30.2800389 ], [ 120.0766614, 30.2800348 ], [ 120.0764623, 30.2800185 ], [ 120.0761448, 30.279912 ], [ 120.0759978, 30.2798629 ], [ 120.0759552, 30.2798056 ], [ 120.0759172, 30.2797483 ], [ 120.0758082, 30.2797688 ], [ 120.0757466, 30.2797319 ], [ 120.0755854, 30.2796623 ], [ 120.0754385, 30.2796419 ], [ 120.0753295, 30.279646 ], [ 120.0751968, 30.2796623 ], [ 120.0751399, 30.2796255 ], [ 120.0751067, 30.2795682 ], [ 120.0751209, 30.2788068 ], [ 120.0751162, 30.278729 ], [ 120.0751813, 30.2781767 ], [ 120.0752405, 30.2777248 ], [ 120.0752964, 30.277219 ], [ 120.0753228, 30.2771195 ], [ 120.0753228, 30.2770655 ], [ 120.0753162, 30.2769973 ], [ 120.0752767, 30.277003 ], [ 120.07528, 30.277128 ], [ 120.0752438, 30.2773014 ], [ 120.0751385, 30.278225 ], [ 120.075076, 30.2787195 ], [ 120.0750735, 30.2787904 ], [ 120.075083, 30.2790647 ], [ 120.0750688, 30.2794413 ], [ 120.0750546, 30.2795109 ], [ 120.0750688, 30.2795968 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0742891, 30.2789397 ], [ 120.0743903, 30.2789494 ], [ 120.0744128, 30.2788814 ], [ 120.0744521, 30.2786872 ], [ 120.0744578, 30.2785172 ], [ 120.074469, 30.2784152 ], [ 120.0744578, 30.2783569 ], [ 120.0743959, 30.2783375 ], [ 120.074334, 30.2783569 ], [ 120.0742834, 30.2785123 ], [ 120.0743059, 30.278658 ], [ 120.0742722, 30.2788571 ], [ 120.0742891, 30.2789397 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0805783, 30.2788709 ], [ 120.0807506, 30.2788539 ], [ 120.0807998, 30.2787986 ], [ 120.0808146, 30.2787349 ], [ 120.0808244, 30.2785266 ], [ 120.0808096, 30.2784714 ], [ 120.080726, 30.2784501 ], [ 120.0806078, 30.2784289 ], [ 120.0805143, 30.2784331 ], [ 120.0804897, 30.2785011 ], [ 120.0804257, 30.2787391 ], [ 120.0804208, 30.2788284 ], [ 120.0805783, 30.2788709 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0809081, 30.2788624 ], [ 120.0809967, 30.2789049 ], [ 120.0811197, 30.2789049 ], [ 120.0811443, 30.2788454 ], [ 120.081164, 30.2787391 ], [ 120.0811739, 30.2786286 ], [ 120.0811246, 30.2785904 ], [ 120.0810459, 30.2785649 ], [ 120.0809524, 30.2785734 ], [ 120.080913, 30.2786074 ], [ 120.0809081, 30.2787179 ], [ 120.0809032, 30.2787986 ], [ 120.0809081, 30.2788624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0789882, 30.2788531 ], [ 120.0790648, 30.278831 ], [ 120.0791311, 30.2788178 ], [ 120.0791975, 30.2788134 ], [ 120.0791924, 30.2787693 ], [ 120.0791056, 30.2787429 ], [ 120.079075, 30.2787164 ], [ 120.0790648, 30.2786459 ], [ 120.0790239, 30.2786195 ], [ 120.078978, 30.278668 ], [ 120.0789678, 30.2787297 ], [ 120.0789576, 30.2788002 ], [ 120.0789882, 30.2788531 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0754764, 30.2788805 ], [ 120.0755286, 30.2789214 ], [ 120.0757561, 30.278901 ], [ 120.0758272, 30.2788559 ], [ 120.0758935, 30.2788068 ], [ 120.0758746, 30.2787577 ], [ 120.0757561, 30.2787413 ], [ 120.0755949, 30.2787454 ], [ 120.0755001, 30.2787659 ], [ 120.0754764, 30.2788191 ], [ 120.0754764, 30.2788805 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0760073, 30.2790729 ], [ 120.0760831, 30.2790524 ], [ 120.076249, 30.2790606 ], [ 120.0765429, 30.2790893 ], [ 120.0766046, 30.2790934 ], [ 120.0766662, 30.2790729 ], [ 120.0766662, 30.2790156 ], [ 120.0765903, 30.2789951 ], [ 120.0764149, 30.2790033 ], [ 120.0761827, 30.2789951 ], [ 120.0760263, 30.2789706 ], [ 120.0759694, 30.2790033 ], [ 120.0760073, 30.2790729 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0775795, 30.2789985 ], [ 120.077651, 30.2790338 ], [ 120.0777377, 30.2790426 ], [ 120.0778908, 30.279047 ], [ 120.0780082, 30.2790073 ], [ 120.0780644, 30.2790162 ], [ 120.0780848, 30.2790823 ], [ 120.0780644, 30.279166 ], [ 120.0781307, 30.2792013 ], [ 120.0783349, 30.2791793 ], [ 120.078437, 30.2792013 ], [ 120.0785135, 30.2792101 ], [ 120.0785544, 30.2791528 ], [ 120.0785595, 30.2790823 ], [ 120.0785186, 30.2790118 ], [ 120.0784625, 30.2789765 ], [ 120.0783247, 30.2789633 ], [ 120.0781614, 30.2789589 ], [ 120.0779827, 30.2789545 ], [ 120.0779266, 30.2789236 ], [ 120.0778551, 30.278906 ], [ 120.077753, 30.2789016 ], [ 120.0776407, 30.2788972 ], [ 120.0775795, 30.278928 ], [ 120.0775795, 30.2789985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0793149, 30.2793952 ], [ 120.07932, 30.2794702 ], [ 120.0793965, 30.2795098 ], [ 120.079468, 30.2794746 ], [ 120.0794884, 30.2793379 ], [ 120.079468, 30.2791748 ], [ 120.0795037, 30.2790514 ], [ 120.0795241, 30.27895 ], [ 120.0795343, 30.2788443 ], [ 120.0794731, 30.2788002 ], [ 120.0793965, 30.2788046 ], [ 120.0793761, 30.2788575 ], [ 120.0793557, 30.2789412 ], [ 120.0793608, 30.2790823 ], [ 120.0793302, 30.2792321 ], [ 120.0793149, 30.2793203 ], [ 120.0793149, 30.2793952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0754148, 30.2793103 ], [ 120.0754812, 30.2793553 ], [ 120.0757987, 30.2793267 ], [ 120.0758272, 30.2792776 ], [ 120.0758319, 30.2791834 ], [ 120.0758509, 30.2790606 ], [ 120.0757893, 30.2790197 ], [ 120.0755949, 30.2790115 ], [ 120.0754859, 30.2790401 ], [ 120.0754148, 30.2790974 ], [ 120.0754101, 30.2792162 ], [ 120.0754148, 30.2793103 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0740191, 30.2798915 ], [ 120.074081, 30.2799643 ], [ 120.0741935, 30.2800032 ], [ 120.0744353, 30.2800371 ], [ 120.0745084, 30.2800274 ], [ 120.074559, 30.2799789 ], [ 120.0745815, 30.2798915 ], [ 120.0745758, 30.2797555 ], [ 120.0745702, 30.2796098 ], [ 120.0746433, 30.2794253 ], [ 120.0746489, 30.2791582 ], [ 120.0747052, 30.2784492 ], [ 120.0746827, 30.2783666 ], [ 120.0746096, 30.2783618 ], [ 120.0745646, 30.2784055 ], [ 120.0745533, 30.2784978 ], [ 120.0745533, 30.2786677 ], [ 120.0745252, 30.2789494 ], [ 120.0744128, 30.2797312 ], [ 120.0743847, 30.2797943 ], [ 120.0743228, 30.2798283 ], [ 120.0742272, 30.2798235 ], [ 120.0741316, 30.2797895 ], [ 120.0740585, 30.2797895 ], [ 120.0740191, 30.2798283 ], [ 120.0740191, 30.2798915 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0772257, 30.2801117 ], [ 120.077272, 30.2801105 ], [ 120.0773062, 30.2800989 ], [ 120.0773397, 30.2800389 ], [ 120.0773767, 30.2799295 ], [ 120.0774347, 30.2798656 ], [ 120.077535, 30.2798337 ], [ 120.0776564, 30.2798292 ], [ 120.0776776, 30.2797882 ], [ 120.077704, 30.2796879 ], [ 120.0776828, 30.2794827 ], [ 120.0776301, 30.2794052 ], [ 120.0775984, 30.2793049 ], [ 120.0775509, 30.279232 ], [ 120.0774559, 30.279191 ], [ 120.0774083, 30.2791226 ], [ 120.0774295, 30.2786895 ], [ 120.0773925, 30.2784343 ], [ 120.0774031, 30.2782838 ], [ 120.0773608, 30.2782884 ], [ 120.0773556, 30.2783932 ], [ 120.0773661, 30.2785163 ], [ 120.0773872, 30.2786941 ], [ 120.0773661, 30.2790588 ], [ 120.077345, 30.2791135 ], [ 120.0773133, 30.2791864 ], [ 120.0773133, 30.2793232 ], [ 120.0773397, 30.2794827 ], [ 120.0773028, 30.2797107 ], [ 120.0773028, 30.2798748 ], [ 120.0772658, 30.280007 ], [ 120.0772351, 30.2800399 ], [ 120.0771761, 30.2800526 ], [ 120.0770264, 30.2800553 ], [ 120.0770075, 30.2801208 ], [ 120.0772257, 30.2801117 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.075211, 30.2792162 ], [ 120.075211, 30.2793471 ], [ 120.0752157, 30.2794495 ], [ 120.0752679, 30.279515 ], [ 120.0752963, 30.2794577 ], [ 120.0753105, 30.2792448 ], [ 120.0753295, 30.2790565 ], [ 120.0753153, 30.2790074 ], [ 120.0752442, 30.2790279 ], [ 120.075211, 30.2791138 ], [ 120.075211, 30.2792162 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0799631, 30.2795804 ], [ 120.0799937, 30.2796244 ], [ 120.0801009, 30.2796421 ], [ 120.0801315, 30.2795627 ], [ 120.080157, 30.2792454 ], [ 120.0802132, 30.2790955 ], [ 120.0802387, 30.2790118 ], [ 120.080203, 30.2789633 ], [ 120.0801213, 30.2789545 ], [ 120.0800396, 30.2789633 ], [ 120.0799886, 30.2789985 ], [ 120.0799835, 30.2790691 ], [ 120.0799733, 30.2791616 ], [ 120.0799682, 30.2793291 ], [ 120.0799529, 30.2795054 ], [ 120.0799631, 30.2795804 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0802846, 30.2796421 ], [ 120.080351, 30.2796861 ], [ 120.0804327, 30.2796817 ], [ 120.080448, 30.2796332 ], [ 120.0804531, 30.2795407 ], [ 120.0804429, 30.2794437 ], [ 120.0804735, 30.2793952 ], [ 120.080499, 30.2793071 ], [ 120.0805347, 30.2791925 ], [ 120.0805347, 30.2790867 ], [ 120.0804684, 30.2790338 ], [ 120.0803918, 30.2790162 ], [ 120.080351, 30.2790647 ], [ 120.0803204, 30.2791352 ], [ 120.0802795, 30.2792366 ], [ 120.0802693, 30.2793291 ], [ 120.0802642, 30.2794349 ], [ 120.080254, 30.2795583 ], [ 120.0802846, 30.2796421 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0741822, 30.2796341 ], [ 120.0742553, 30.2796875 ], [ 120.0743059, 30.2796147 ], [ 120.0743284, 30.2793087 ], [ 120.074379, 30.2790902 ], [ 120.0742947, 30.2790756 ], [ 120.0742441, 30.2791096 ], [ 120.0742441, 30.2792213 ], [ 120.074171, 30.2795564 ], [ 120.0741822, 30.2796341 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0790342, 30.2796195 ], [ 120.0790922, 30.2796104 ], [ 120.0791028, 30.2795511 ], [ 120.079087, 30.2794463 ], [ 120.0790922, 30.2793277 ], [ 120.0791186, 30.2792047 ], [ 120.079087, 30.27915 ], [ 120.0790395, 30.2791591 ], [ 120.0790131, 30.279232 ], [ 120.0790025, 30.279346 ], [ 120.0789972, 30.2794691 ], [ 120.0789761, 30.2795876 ], [ 120.0790342, 30.2796195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0806113, 30.2797214 ], [ 120.0807185, 30.2797655 ], [ 120.0808206, 30.2797434 ], [ 120.0808461, 30.2796905 ], [ 120.080841, 30.2795848 ], [ 120.0809073, 30.2794525 ], [ 120.080938, 30.2791748 ], [ 120.0809124, 30.2791087 ], [ 120.0808461, 30.2790955 ], [ 120.0807848, 30.2791308 ], [ 120.0807593, 30.2791704 ], [ 120.0806725, 30.2791572 ], [ 120.0806266, 30.2791969 ], [ 120.0806164, 30.2792498 ], [ 120.0806317, 30.2793423 ], [ 120.0806266, 30.2793996 ], [ 120.0805909, 30.2794702 ], [ 120.0805807, 30.2795848 ], [ 120.0805654, 30.2796641 ], [ 120.0806113, 30.2797214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0785855, 30.2795101 ], [ 120.0785908, 30.2795921 ], [ 120.0786436, 30.2796286 ], [ 120.0788019, 30.2796195 ], [ 120.0788494, 30.2795876 ], [ 120.0788653, 30.2794964 ], [ 120.0788441, 30.2794189 ], [ 120.0788072, 30.2793369 ], [ 120.0787439, 30.2793095 ], [ 120.07867, 30.2793232 ], [ 120.0786013, 30.2793642 ], [ 120.0785855, 30.2794235 ], [ 120.0785855, 30.2795101 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0783585, 30.2797426 ], [ 120.0784219, 30.2797198 ], [ 120.0784324, 30.2796332 ], [ 120.0784377, 30.2795238 ], [ 120.0784482, 30.2793779 ], [ 120.0784219, 30.2793277 ], [ 120.0783374, 30.2793186 ], [ 120.0782846, 30.2793642 ], [ 120.0782635, 30.2794554 ], [ 120.0782477, 30.2797289 ], [ 120.0783585, 30.2797426 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0777779, 30.2793551 ], [ 120.0778201, 30.2794508 ], [ 120.0778623, 30.2795329 ], [ 120.077857, 30.2796286 ], [ 120.0778201, 30.2797836 ], [ 120.0778676, 30.2798246 ], [ 120.0780312, 30.2798383 ], [ 120.0780576, 30.2797882 ], [ 120.0780682, 30.2797152 ], [ 120.0780893, 30.2796013 ], [ 120.0781368, 30.2794827 ], [ 120.0781157, 30.2793597 ], [ 120.078026, 30.2793095 ], [ 120.0778623, 30.2792548 ], [ 120.077799, 30.2792594 ], [ 120.077762, 30.2792913 ], [ 120.0777779, 30.2793551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0760879, 30.2794085 ], [ 120.076249, 30.2794249 ], [ 120.0765192, 30.2794085 ], [ 120.0765524, 30.2794618 ], [ 120.0765287, 30.2795273 ], [ 120.0764055, 30.2795109 ], [ 120.0762964, 30.2795232 ], [ 120.0762538, 30.2795682 ], [ 120.0762443, 30.2796787 ], [ 120.0762538, 30.2798138 ], [ 120.076287, 30.2798793 ], [ 120.0764434, 30.2799202 ], [ 120.0765714, 30.2799161 ], [ 120.0766662, 30.2799284 ], [ 120.0767088, 30.2799775 ], [ 120.0768179, 30.2799775 ], [ 120.0769364, 30.2799652 ], [ 120.0769885, 30.2799325 ], [ 120.0770359, 30.2798302 ], [ 120.0770833, 30.2797319 ], [ 120.0771449, 30.2796828 ], [ 120.0771544, 30.2795846 ], [ 120.0771876, 30.2794577 ], [ 120.0772397, 30.2792857 ], [ 120.0771734, 30.2792448 ], [ 120.0770406, 30.2792325 ], [ 120.0769506, 30.2792325 ], [ 120.0769079, 30.2792817 ], [ 120.0769079, 30.2793676 ], [ 120.0769127, 30.2794659 ], [ 120.0769885, 30.2794822 ], [ 120.0770473, 30.2795013 ], [ 120.0770596, 30.2795273 ], [ 120.0770359, 30.2795682 ], [ 120.0769174, 30.2795518 ], [ 120.0768605, 30.2795641 ], [ 120.076742, 30.2795641 ], [ 120.0766757, 30.2795273 ], [ 120.0766946, 30.2794249 ], [ 120.0767088, 30.2792898 ], [ 120.0767136, 30.2791875 ], [ 120.076633, 30.2791548 ], [ 120.076396, 30.2791425 ], [ 120.0762301, 30.2791466 ], [ 120.0761542, 30.2791711 ], [ 120.0761021, 30.2792489 ], [ 120.0760642, 30.2793471 ], [ 120.0760879, 30.2794085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0746602, 30.2801246 ], [ 120.0747052, 30.2801537 ], [ 120.0747502, 30.2800906 ], [ 120.0748289, 30.2794204 ], [ 120.0748008, 30.2793816 ], [ 120.0747445, 30.2793913 ], [ 120.074722, 30.279435 ], [ 120.0746602, 30.2800614 ], [ 120.0746602, 30.2801246 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0738167, 30.2800566 ], [ 120.0738786, 30.2801391 ], [ 120.0740248, 30.2801731 ], [ 120.0740697, 30.2802314 ], [ 120.0743565, 30.2802702 ], [ 120.0744184, 30.2802751 ], [ 120.0744465, 30.2802023 ], [ 120.0743847, 30.2801731 ], [ 120.0742272, 30.2801537 ], [ 120.0740248, 30.2801197 ], [ 120.0739685, 30.2800566 ], [ 120.0739404, 30.2798478 ], [ 120.0740079, 30.2796535 ], [ 120.0739798, 30.279605 ], [ 120.0738673, 30.2796098 ], [ 120.0738336, 30.2796632 ], [ 120.0738111, 30.2797506 ], [ 120.0737998, 30.2799255 ], [ 120.0738167, 30.2800566 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0803408, 30.2800872 ], [ 120.0805756, 30.2800916 ], [ 120.0806011, 30.280052 ], [ 120.0806113, 30.2799638 ], [ 120.0805705, 30.2798757 ], [ 120.0804939, 30.2798492 ], [ 120.080402, 30.279858 ], [ 120.080351, 30.2798228 ], [ 120.0802642, 30.2798272 ], [ 120.0801979, 30.2798845 ], [ 120.0801417, 30.2799506 ], [ 120.0801315, 30.2800476 ], [ 120.0803408, 30.2800872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0788377, 30.2801924 ], [ 120.0789577, 30.2802202 ], [ 120.0790361, 30.2801884 ], [ 120.0790546, 30.2801206 ], [ 120.0790038, 30.280033 ], [ 120.0790177, 30.2799454 ], [ 120.0790499, 30.2798537 ], [ 120.0790084, 30.2798059 ], [ 120.0789392, 30.279786 ], [ 120.0788746, 30.2798258 ], [ 120.0788562, 30.2798896 ], [ 120.0788608, 30.2799693 ], [ 120.0788331, 30.280033 ], [ 120.0788147, 30.2801047 ], [ 120.0788377, 30.2801924 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0748555, 30.2803296 ], [ 120.0749218, 30.2803582 ], [ 120.0749598, 30.280305 ], [ 120.075064, 30.279867 ], [ 120.0750735, 30.2797483 ], [ 120.0750498, 30.2796992 ], [ 120.0749929, 30.2796623 ], [ 120.074955, 30.2796828 ], [ 120.0748413, 30.2801945 ], [ 120.0748318, 30.2802682 ], [ 120.0748555, 30.2803296 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0751351, 30.2803623 ], [ 120.0752375, 30.2798574 ], [ 120.0752252, 30.2798097 ], [ 120.0751778, 30.2798179 ], [ 120.0751541, 30.2798629 ], [ 120.0750783, 30.2802968 ], [ 120.0750735, 30.2803418 ], [ 120.0751351, 30.2803623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0774676, 30.2802311 ], [ 120.0775358, 30.2802718 ], [ 120.0776406, 30.2803125 ], [ 120.0776877, 30.2803849 ], [ 120.0777611, 30.2803759 ], [ 120.0777978, 30.2802763 ], [ 120.0777978, 30.2801768 ], [ 120.0777978, 30.2800636 ], [ 120.0777716, 30.2799595 ], [ 120.0777192, 30.2799324 ], [ 120.0776563, 30.2799595 ], [ 120.077541, 30.2799505 ], [ 120.0774833, 30.2799776 ], [ 120.0774624, 30.2800591 ], [ 120.0774519, 30.2801587 ], [ 120.0774676, 30.2802311 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0784733, 30.2806624 ], [ 120.0785794, 30.2806943 ], [ 120.0786993, 30.2806744 ], [ 120.078727, 30.2806186 ], [ 120.0787547, 30.2805509 ], [ 120.0787316, 30.2804951 ], [ 120.0786993, 30.2803796 ], [ 120.0786855, 30.2802481 ], [ 120.0786624, 30.2800967 ], [ 120.0786763, 30.2799892 ], [ 120.0787132, 30.2798617 ], [ 120.0786993, 30.2797701 ], [ 120.0786394, 30.2797422 ], [ 120.0785563, 30.2797661 ], [ 120.0785333, 30.2798139 ], [ 120.0785148, 30.2798816 ], [ 120.0785102, 30.2800051 ], [ 120.0784964, 30.2800967 ], [ 120.078501, 30.280276 ], [ 120.078501, 30.2803915 ], [ 120.0784917, 30.2805031 ], [ 120.0784502, 30.2805907 ], [ 120.0784733, 30.2806624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0801264, 30.280431 ], [ 120.0802234, 30.2804707 ], [ 120.0803867, 30.2804707 ], [ 120.0804327, 30.2804487 ], [ 120.0804684, 30.280409 ], [ 120.080448, 30.2803208 ], [ 120.0803867, 30.2802415 ], [ 120.0802744, 30.2802195 ], [ 120.0802081, 30.2802239 ], [ 120.0801468, 30.2802591 ], [ 120.0801213, 30.2803208 ], [ 120.0801111, 30.2803781 ], [ 120.0801264, 30.280431 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0743672, 30.2805874 ], [ 120.0743862, 30.2804933 ], [ 120.0744099, 30.2803705 ], [ 120.0743009, 30.28035 ], [ 120.0742393, 30.2803869 ], [ 120.0741966, 30.2805424 ], [ 120.0743672, 30.2805874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0746232, 30.2806529 ], [ 120.0746848, 30.2806447 ], [ 120.0747133, 30.2805752 ], [ 120.0747228, 30.2804974 ], [ 120.0747512, 30.280391 ], [ 120.0747228, 30.2803337 ], [ 120.0746517, 30.2803377 ], [ 120.0746279, 30.2803705 ], [ 120.0746232, 30.2804114 ], [ 120.0746137, 30.2804933 ], [ 120.0745948, 30.2805874 ], [ 120.0746232, 30.2806529 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0746611, 30.2808822 ], [ 120.0746848, 30.2809395 ], [ 120.0747512, 30.2809681 ], [ 120.0748081, 30.2809026 ], [ 120.0748176, 30.2808044 ], [ 120.0748602, 30.2807594 ], [ 120.0749532, 30.280762 ], [ 120.0749767, 30.2807602 ], [ 120.0750102, 30.2807232 ], [ 120.0750652, 30.2806797 ], [ 120.0750907, 30.280616 ], [ 120.0750994, 30.2805506 ], [ 120.0750964, 30.2805263 ], [ 120.07509, 30.2805054 ], [ 120.0750598, 30.2804904 ], [ 120.075023, 30.2804794 ], [ 120.0749503, 30.2804769 ], [ 120.074865, 30.2805097 ], [ 120.0748413, 30.2805874 ], [ 120.0747891, 30.2806775 ], [ 120.0747417, 30.2807348 ], [ 120.0746706, 30.2807675 ], [ 120.0746517, 30.2808044 ], [ 120.0746611, 30.2808822 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0752536, 30.280833 ], [ 120.0752821, 30.2809149 ], [ 120.0754006, 30.2809354 ], [ 120.0754385, 30.2808494 ], [ 120.075448, 30.280788 ], [ 120.0754527, 30.2807102 ], [ 120.0753769, 30.2806816 ], [ 120.0753484, 30.2806325 ], [ 120.0753342, 30.2805465 ], [ 120.0753105, 30.2805138 ], [ 120.0752394, 30.2805219 ], [ 120.0752205, 30.2805793 ], [ 120.075211, 30.2806693 ], [ 120.0752062, 30.2807389 ], [ 120.0752015, 30.2807839 ], [ 120.0752536, 30.280833 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0788654, 30.2807262 ], [ 120.0789485, 30.2807501 ], [ 120.0790869, 30.2807381 ], [ 120.0791791, 30.2807501 ], [ 120.0793221, 30.280782 ], [ 120.0795343, 30.2808138 ], [ 120.0797742, 30.2808497 ], [ 120.0800187, 30.2809094 ], [ 120.080397, 30.2809652 ], [ 120.0805262, 30.2809891 ], [ 120.0805539, 30.2809413 ], [ 120.080517, 30.2809094 ], [ 120.0803832, 30.2808855 ], [ 120.080194, 30.2808736 ], [ 120.0799864, 30.2808298 ], [ 120.0791653, 30.2806943 ], [ 120.0790361, 30.2806704 ], [ 120.0789761, 30.2806864 ], [ 120.0789023, 30.2806744 ], [ 120.0788746, 30.2805947 ], [ 120.0788423, 30.2806107 ], [ 120.0788377, 30.2806824 ], [ 120.0788654, 30.2807262 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0790315, 30.2809094 ], [ 120.0791837, 30.2809533 ], [ 120.0793221, 30.2809851 ], [ 120.0795205, 30.281017 ], [ 120.0797419, 30.2810569 ], [ 120.0798757, 30.2811086 ], [ 120.0799495, 30.2811286 ], [ 120.0799818, 30.2810847 ], [ 120.0799357, 30.2810449 ], [ 120.0798019, 30.2810011 ], [ 120.0796128, 30.2809772 ], [ 120.0793544, 30.2809254 ], [ 120.0791745, 30.2809094 ], [ 120.0790453, 30.2808497 ], [ 120.0789946, 30.2808696 ], [ 120.0790315, 30.2809094 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0784687, 30.2811325 ], [ 120.0785471, 30.2811724 ], [ 120.0786578, 30.2811883 ], [ 120.0786809, 30.2811405 ], [ 120.0786163, 30.2810847 ], [ 120.0785978, 30.281029 ], [ 120.0785656, 30.2809533 ], [ 120.0785056, 30.2809453 ], [ 120.0784502, 30.2809732 ], [ 120.0784548, 30.281021 ], [ 120.0784318, 30.2810887 ], [ 120.0784687, 30.2811325 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0788147, 30.2812122 ], [ 120.0788562, 30.281272 ], [ 120.0790407, 30.2812879 ], [ 120.0791099, 30.2812799 ], [ 120.0791699, 30.2812361 ], [ 120.0792068, 30.2811724 ], [ 120.0791976, 30.2810847 ], [ 120.0791053, 30.2810569 ], [ 120.0789162, 30.2810409 ], [ 120.0788285, 30.2810608 ], [ 120.0788008, 30.2811286 ], [ 120.0788147, 30.2812122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0748473, 30.2811818 ], [ 120.074854, 30.2812229 ], [ 120.0748667, 30.281253 ], [ 120.0748929, 30.2812681 ], [ 120.0749378, 30.2812634 ], [ 120.0749847, 30.2812478 ], [ 120.0750424, 30.2812223 ], [ 120.0750639, 30.2812073 ], [ 120.0750732, 30.2811893 ], [ 120.0750759, 30.2811673 ], [ 120.0750645, 30.281125 ], [ 120.0750236, 30.2811042 ], [ 120.074976, 30.2810897 ], [ 120.0749224, 30.2810799 ], [ 120.0748828, 30.2810839 ], [ 120.0748587, 30.281099 ], [ 120.0748459, 30.2811332 ], [ 120.0748473, 30.2811818 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0794836, 30.2813716 ], [ 120.0795113, 30.2814313 ], [ 120.0795851, 30.2814473 ], [ 120.0798111, 30.2814473 ], [ 120.0798896, 30.2814672 ], [ 120.0799588, 30.2814513 ], [ 120.0799864, 30.2814034 ], [ 120.0800049, 30.2813317 ], [ 120.079968, 30.28126 ], [ 120.0798757, 30.2812043 ], [ 120.0797788, 30.2811644 ], [ 120.0796774, 30.2811604 ], [ 120.0795759, 30.2811843 ], [ 120.0795205, 30.2812321 ], [ 120.0794836, 30.2813039 ], [ 120.0794836, 30.2813716 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0693163, 30.2812313 ], [ 120.0693848, 30.2812693 ], [ 120.0694581, 30.28132 ], [ 120.0695168, 30.2813453 ], [ 120.0696391, 30.2813918 ], [ 120.0697174, 30.2814721 ], [ 120.0697418, 30.2815397 ], [ 120.0697174, 30.2816875 ], [ 120.0697174, 30.2817804 ], [ 120.0697614, 30.2819156 ], [ 120.0697712, 30.282017 ], [ 120.0697467, 30.2820888 ], [ 120.0697467, 30.2821648 ], [ 120.0698201, 30.2821859 ], [ 120.0698837, 30.2821479 ], [ 120.0699864, 30.2821352 ], [ 120.0701527, 30.2821226 ], [ 120.0703239, 30.282131 ], [ 120.0704951, 30.2821521 ], [ 120.0707055, 30.2821437 ], [ 120.070862, 30.2821521 ], [ 120.0709941, 30.2822113 ], [ 120.0710674, 30.282262 ], [ 120.0711506, 30.2823042 ], [ 120.071268, 30.2823 ], [ 120.0712827, 30.2823676 ], [ 120.0712386, 30.2824098 ], [ 120.0710586, 30.2824171 ], [ 120.071043, 30.2824521 ], [ 120.0712093, 30.2824521 ], [ 120.0712973, 30.2824858 ], [ 120.0713316, 30.2825281 ], [ 120.0715126, 30.2825492 ], [ 120.0716397, 30.2825788 ], [ 120.0717082, 30.2826337 ], [ 120.0718061, 30.2826801 ], [ 120.0719137, 30.2827055 ], [ 120.0720164, 30.2827646 ], [ 120.0721093, 30.2827477 ], [ 120.0722267, 30.2827224 ], [ 120.0723343, 30.2827182 ], [ 120.0724419, 30.2827689 ], [ 120.0724811, 30.2828449 ], [ 120.0725177, 30.2828991 ], [ 120.0726071, 30.2829015 ], [ 120.072718, 30.2829044 ], [ 120.0728724, 30.2828956 ], [ 120.0730191, 30.2828871 ], [ 120.0731855, 30.2828998 ], [ 120.0733664, 30.2829251 ], [ 120.0738067, 30.282997 ], [ 120.073973, 30.2829716 ], [ 120.0741197, 30.2829125 ], [ 120.0741638, 30.2828491 ], [ 120.0742029, 30.2827097 ], [ 120.074242, 30.2826379 ], [ 120.0743154, 30.2825914 ], [ 120.074423, 30.2825745 ], [ 120.0746187, 30.2825914 ], [ 120.0748045, 30.2826168 ], [ 120.0749806, 30.2826421 ], [ 120.0751665, 30.2826464 ], [ 120.0753573, 30.2826252 ], [ 120.0755236, 30.2825957 ], [ 120.0756605, 30.2825661 ], [ 120.0759002, 30.2825872 ], [ 120.0763796, 30.2826548 ], [ 120.0768101, 30.2827013 ], [ 120.0771427, 30.2827562 ], [ 120.077622, 30.2827815 ], [ 120.0778079, 30.28279 ], [ 120.0779498, 30.2828069 ], [ 120.0780085, 30.2828829 ], [ 120.0780476, 30.2829167 ], [ 120.0781992, 30.2828533 ], [ 120.0782726, 30.282828 ], [ 120.0785367, 30.282828 ], [ 120.078659, 30.282866 ], [ 120.0787911, 30.2828914 ], [ 120.0789247, 30.2828879 ], [ 120.0790686, 30.2828103 ], [ 120.0791624, 30.282784 ], [ 120.0792367, 30.2827386 ], [ 120.0792712, 30.2826933 ], [ 120.0793066, 30.2826005 ], [ 120.0793416, 30.2825725 ], [ 120.0793862, 30.2825862 ], [ 120.0793779, 30.2826936 ], [ 120.0794322, 30.2827471 ], [ 120.0795296, 30.2827979 ], [ 120.0795884, 30.2827393 ], [ 120.0796227, 30.282659 ], [ 120.0796129, 30.2825661 ], [ 120.0796814, 30.2824605 ], [ 120.0797596, 30.2824183 ], [ 120.0797449, 30.2823633 ], [ 120.0796716, 30.2823507 ], [ 120.0796471, 30.2822831 ], [ 120.0796276, 30.2822071 ], [ 120.0795444, 30.2821902 ], [ 120.079471, 30.2822408 ], [ 120.0794564, 30.282338 ], [ 120.0794172, 30.282414 ], [ 120.0793732, 30.2824563 ], [ 120.0792558, 30.2825154 ], [ 120.0791433, 30.2825703 ], [ 120.0790552, 30.2826337 ], [ 120.0790014, 30.2826928 ], [ 120.0789281, 30.2827435 ], [ 120.0788302, 30.2827731 ], [ 120.0786884, 30.2827562 ], [ 120.0780574, 30.2826421 ], [ 120.0779302, 30.2826337 ], [ 120.0778226, 30.2826506 ], [ 120.0777932, 30.2826252 ], [ 120.0778128, 30.2825745 ], [ 120.077847, 30.2825239 ], [ 120.077847, 30.2824394 ], [ 120.077896, 30.2823718 ], [ 120.0779742, 30.2823338 ], [ 120.0780085, 30.2822789 ], [ 120.0780183, 30.2821902 ], [ 120.0780427, 30.2821141 ], [ 120.0780867, 30.2820296 ], [ 120.0780916, 30.2819536 ], [ 120.0780378, 30.2819283 ], [ 120.0779742, 30.2819494 ], [ 120.0779204, 30.2819452 ], [ 120.0778422, 30.2819621 ], [ 120.0777786, 30.2820085 ], [ 120.0777639, 30.282093 ], [ 120.0777297, 30.2821986 ], [ 120.0777394, 30.2822577 ], [ 120.0777297, 30.2823296 ], [ 120.0777003, 30.2823971 ], [ 120.0777443, 30.2824732 ], [ 120.077759, 30.2825365 ], [ 120.077715, 30.2826126 ], [ 120.0775584, 30.2826295 ], [ 120.0774411, 30.282621 ], [ 120.0773285, 30.2825999 ], [ 120.0771671, 30.2825323 ], [ 120.0771231, 30.2824689 ], [ 120.0771182, 30.2823549 ], [ 120.0771622, 30.2816453 ], [ 120.0772063, 30.2815734 ], [ 120.0772845, 30.2815523 ], [ 120.0773041, 30.2816072 ], [ 120.0772747, 30.2816833 ], [ 120.0773237, 30.2817002 ], [ 120.0773677, 30.2816368 ], [ 120.0774117, 30.2815819 ], [ 120.0774993, 30.2815825 ], [ 120.077553, 30.2814769 ], [ 120.0775765, 30.2813974 ], [ 120.0775838, 30.2813772 ], [ 120.0776186, 30.2813494 ], [ 120.07765, 30.2813339 ], [ 120.0777096, 30.2813436 ], [ 120.0777899, 30.281355 ], [ 120.0777897, 30.2813794 ], [ 120.0779372, 30.2813439 ], [ 120.078023, 30.2813544 ], [ 120.0780673, 30.2813509 ], [ 120.0780981, 30.281337 ], [ 120.0781161, 30.2813073 ], [ 120.0781552, 30.2812355 ], [ 120.0781511, 30.2812055 ], [ 120.0781303, 30.2811685 ], [ 120.0780572, 30.2811245 ], [ 120.0779938, 30.2811046 ], [ 120.0779251, 30.2810845 ], [ 120.0778272, 30.2810712 ], [ 120.0776964, 30.2810567 ], [ 120.0776529, 30.281044 ], [ 120.0776227, 30.2810185 ], [ 120.0776093, 30.2809722 ], [ 120.0776133, 30.2809311 ], [ 120.0776465, 30.2807497 ], [ 120.0776123, 30.2806906 ], [ 120.0776318, 30.2806399 ], [ 120.0776807, 30.280585 ], [ 120.0777835, 30.2805723 ], [ 120.0779057, 30.2805428 ], [ 120.0780329, 30.2805047 ], [ 120.0781259, 30.2805047 ], [ 120.078165, 30.2805385 ], [ 120.0781992, 30.280585 ], [ 120.0782971, 30.280585 ], [ 120.0783411, 30.2805512 ], [ 120.0783851, 30.2804414 ], [ 120.0783753, 30.280378 ], [ 120.07839, 30.2799176 ], [ 120.0783411, 30.2798922 ], [ 120.0782677, 30.2799176 ], [ 120.0782579, 30.2799725 ], [ 120.0782482, 30.2801034 ], [ 120.0782482, 30.2802133 ], [ 120.0781846, 30.2803822 ], [ 120.0781063, 30.2804329 ], [ 120.0780134, 30.2804329 ], [ 120.077984, 30.2803907 ], [ 120.077984, 30.2803062 ], [ 120.0779987, 30.2801288 ], [ 120.0779742, 30.280057 ], [ 120.0779253, 30.2800739 ], [ 120.0779009, 30.2801457 ], [ 120.0779106, 30.2802513 ], [ 120.077896, 30.2803527 ], [ 120.0778373, 30.2804625 ], [ 120.0777541, 30.2805132 ], [ 120.077671, 30.2805343 ], [ 120.0775731, 30.2805301 ], [ 120.0774117, 30.2804963 ], [ 120.0773041, 30.2804794 ], [ 120.0772258, 30.2804034 ], [ 120.0772258, 30.2804625 ], [ 120.0772112, 30.2805343 ], [ 120.0771329, 30.2806357 ], [ 120.0770595, 30.2807328 ], [ 120.0769813, 30.2807624 ], [ 120.0768247, 30.2807751 ], [ 120.0766193, 30.2807497 ], [ 120.0765508, 30.280716 ], [ 120.0764872, 30.2807033 ], [ 120.0764138, 30.2807455 ], [ 120.0763845, 30.2808131 ], [ 120.0763649, 30.2809187 ], [ 120.0763454, 30.2810412 ], [ 120.0763845, 30.2811003 ], [ 120.076453, 30.2811468 ], [ 120.0765948, 30.281151 ], [ 120.0766633, 30.2810581 ], [ 120.076766, 30.2810074 ], [ 120.0767758, 30.280906 ], [ 120.0768345, 30.2808384 ], [ 120.0769372, 30.2808004 ], [ 120.0770106, 30.28083 ], [ 120.0770253, 30.2809314 ], [ 120.0771769, 30.2809652 ], [ 120.0772014, 30.2810201 ], [ 120.0771671, 30.2811215 ], [ 120.077172, 30.2812059 ], [ 120.0771671, 30.281282 ], [ 120.0771329, 30.2814214 ], [ 120.0771329, 30.281565 ], [ 120.0770644, 30.2823887 ], [ 120.0770155, 30.282507 ], [ 120.0769715, 30.2825661 ], [ 120.076903, 30.2825999 ], [ 120.0767954, 30.2826083 ], [ 120.0764089, 30.2825534 ], [ 120.0762622, 30.2824943 ], [ 120.0761301, 30.2824816 ], [ 120.0759883, 30.2824563 ], [ 120.0758318, 30.2824563 ], [ 120.0757095, 30.2824309 ], [ 120.0755872, 30.2823929 ], [ 120.0755187, 30.2823718 ], [ 120.0754942, 30.2823 ], [ 120.0754942, 30.2822071 ], [ 120.075504, 30.2821437 ], [ 120.0755578, 30.2821057 ], [ 120.0755676, 30.2820254 ], [ 120.0755774, 30.2819325 ], [ 120.0755725, 30.2818522 ], [ 120.0755921, 30.2817466 ], [ 120.075597, 30.2816368 ], [ 120.0756067, 30.2815565 ], [ 120.0755872, 30.2815101 ], [ 120.0755432, 30.2814974 ], [ 120.0755236, 30.2816157 ], [ 120.0754991, 30.2816664 ], [ 120.0754111, 30.2817044 ], [ 120.0754013, 30.2817551 ], [ 120.0754845, 30.2817635 ], [ 120.0754991, 30.2818227 ], [ 120.0754747, 30.2818649 ], [ 120.0753964, 30.2818818 ], [ 120.0753328, 30.2818438 ], [ 120.0751861, 30.2818015 ], [ 120.0751225, 30.2818142 ], [ 120.0750638, 30.2818776 ], [ 120.0750834, 30.2819494 ], [ 120.0751372, 30.2820001 ], [ 120.075235, 30.2820127 ], [ 120.075323, 30.2820127 ], [ 120.0753426, 30.2819452 ], [ 120.0754013, 30.2819198 ], [ 120.0754551, 30.2819452 ], [ 120.07546, 30.2820972 ], [ 120.0753768, 30.2821733 ], [ 120.0753181, 30.2821986 ], [ 120.0752399, 30.2821986 ], [ 120.0751029, 30.2821648 ], [ 120.0750295, 30.2821395 ], [ 120.0749366, 30.2821521 ], [ 120.0748535, 30.2822155 ], [ 120.0748143, 30.2822535 ], [ 120.0746627, 30.2823042 ], [ 120.0744915, 30.2822958 ], [ 120.0742763, 30.2822493 ], [ 120.074154, 30.2822028 ], [ 120.0741099, 30.2821733 ], [ 120.0739681, 30.2821564 ], [ 120.0737626, 30.2820465 ], [ 120.0737235, 30.2819747 ], [ 120.0737186, 30.2819029 ], [ 120.0737871, 30.2815903 ], [ 120.0738213, 30.2814298 ], [ 120.0738116, 30.2813622 ], [ 120.0737529, 30.2813284 ], [ 120.0736795, 30.2813453 ], [ 120.0736208, 30.2814298 ], [ 120.0735523, 30.2815565 ], [ 120.0734789, 30.2815777 ], [ 120.073386, 30.2815777 ], [ 120.0733175, 30.281641 ], [ 120.0732922, 30.2816748 ], [ 120.0732637, 30.2817128 ], [ 120.0732637, 30.281772 ], [ 120.0733224, 30.2817973 ], [ 120.073386, 30.2817846 ], [ 120.0733909, 30.2817128 ], [ 120.0734105, 30.2816495 ], [ 120.0734692, 30.2816284 ], [ 120.0735376, 30.2816537 ], [ 120.0735376, 30.2817255 ], [ 120.0735034, 30.2818311 ], [ 120.0734789, 30.2818903 ], [ 120.0734789, 30.2819916 ], [ 120.073523, 30.2820465 ], [ 120.0736697, 30.2821057 ], [ 120.0737284, 30.2821057 ], [ 120.0739828, 30.2821986 ], [ 120.0740708, 30.2822535 ], [ 120.0740757, 30.2823127 ], [ 120.0740512, 30.2823845 ], [ 120.0740072, 30.2825112 ], [ 120.0739339, 30.2827308 ], [ 120.0738458, 30.2827858 ], [ 120.073704, 30.2828195 ], [ 120.0735034, 30.2828069 ], [ 120.0731757, 30.2827646 ], [ 120.0730876, 30.2827308 ], [ 120.0730338, 30.2827013 ], [ 120.0730583, 30.2826379 ], [ 120.0731121, 30.282621 ], [ 120.0731561, 30.2826295 ], [ 120.0731855, 30.2826844 ], [ 120.0733567, 30.2827224 ], [ 120.0734887, 30.2827266 ], [ 120.0735376, 30.282697 ], [ 120.073567, 30.2826337 ], [ 120.0735768, 30.2825365 ], [ 120.073523, 30.2824858 ], [ 120.073386, 30.2824774 ], [ 120.0732001, 30.2824689 ], [ 120.0731316, 30.2824901 ], [ 120.0731072, 30.2825619 ], [ 120.0730289, 30.282583 ], [ 120.0729507, 30.2826506 ], [ 120.0728626, 30.2826506 ], [ 120.0728333, 30.2825745 ], [ 120.0727746, 30.282583 ], [ 120.0726572, 30.2826295 ], [ 120.0725447, 30.2826252 ], [ 120.0724371, 30.282583 ], [ 120.072212, 30.2825154 ], [ 120.0720946, 30.2824478 ], [ 120.0720751, 30.2823464 ], [ 120.0720017, 30.2822915 ], [ 120.0719234, 30.2822704 ], [ 120.0719332, 30.2823253 ], [ 120.0719919, 30.282376 ], [ 120.071987, 30.2824309 ], [ 120.0719577, 30.2824816 ], [ 120.0718305, 30.282507 ], [ 120.0716789, 30.2825239 ], [ 120.0715761, 30.282507 ], [ 120.0714636, 30.2824816 ], [ 120.0714196, 30.2824267 ], [ 120.0714001, 30.282338 ], [ 120.0713609, 30.2822873 ], [ 120.0711653, 30.2822535 ], [ 120.0709696, 30.2821564 ], [ 120.0708082, 30.2821099 ], [ 120.0705881, 30.2821057 ], [ 120.0704853, 30.2820803 ], [ 120.0704315, 30.2820085 ], [ 120.0703484, 30.2820127 ], [ 120.0702603, 30.2820001 ], [ 120.0701772, 30.2819409 ], [ 120.0701185, 30.2819578 ], [ 120.0700402, 30.2819832 ], [ 120.0699668, 30.2819747 ], [ 120.0699228, 30.2819283 ], [ 120.0699424, 30.2818184 ], [ 120.0699277, 30.2817678 ], [ 120.0699815, 30.2817424 ], [ 120.0700794, 30.2817551 ], [ 120.0701429, 30.2817889 ], [ 120.0702114, 30.2817846 ], [ 120.0702457, 30.2816241 ], [ 120.0701527, 30.2815861 ], [ 120.0701527, 30.2815143 ], [ 120.0702163, 30.2814763 ], [ 120.0703093, 30.2814763 ], [ 120.0703533, 30.2814129 ], [ 120.070456, 30.2813665 ], [ 120.070412, 30.2812989 ], [ 120.0704315, 30.2812186 ], [ 120.0705489, 30.2811426 ], [ 120.0706076, 30.2810623 ], [ 120.0705979, 30.280999 ], [ 120.0705392, 30.2809609 ], [ 120.0704413, 30.2809736 ], [ 120.0703484, 30.2810243 ], [ 120.0703337, 30.2810877 ], [ 120.070275, 30.2811426 ], [ 120.0701478, 30.2811637 ], [ 120.0701038, 30.2812102 ], [ 120.0701429, 30.2812778 ], [ 120.070138, 30.2813327 ], [ 120.0700353, 30.2813453 ], [ 120.0700011, 30.2814172 ], [ 120.0700402, 30.281489 ], [ 120.0700402, 30.2815312 ], [ 120.0699913, 30.2815692 ], [ 120.0699815, 30.2816326 ], [ 120.0699326, 30.2816706 ], [ 120.0698641, 30.2816706 ], [ 120.0698201, 30.281603 ], [ 120.0698495, 30.2815185 ], [ 120.0698837, 30.2814129 ], [ 120.0698397, 30.2813411 ], [ 120.0697369, 30.2812778 ], [ 120.0696782, 30.2812059 ], [ 120.0695755, 30.2811595 ], [ 120.0695119, 30.2811722 ], [ 120.0694309, 30.2811574 ], [ 120.0691776, 30.2811324 ], [ 120.0691626, 30.2811882 ], [ 120.0693163, 30.2812313 ] ], [ [ 120.0749415, 30.2825027 ], [ 120.0750051, 30.2824816 ], [ 120.0751176, 30.2824943 ], [ 120.0752007, 30.2825239 ], [ 120.0752203, 30.2825788 ], [ 120.0751959, 30.2826041 ], [ 120.0750638, 30.2825999 ], [ 120.0749464, 30.2825788 ], [ 120.074917, 30.2825365 ], [ 120.0749415, 30.2825027 ] ], [ [ 120.0772301, 30.2813199 ], [ 120.0772934, 30.2812388 ], [ 120.0773092, 30.281231 ], [ 120.0773377, 30.2812307 ], [ 120.0774799, 30.2813156 ], [ 120.0774919, 30.2813376 ], [ 120.0774892, 30.2813619 ], [ 120.077396, 30.2814916 ], [ 120.0773196, 30.281509 ], [ 120.0772425, 30.2814846 ], [ 120.0772143, 30.2814458 ], [ 120.0772043, 30.2813926 ], [ 120.0772301, 30.2813199 ] ], [ [ 120.0772275, 30.2810783 ], [ 120.0772312, 30.2810174 ], [ 120.0772164, 30.2809277 ], [ 120.0772275, 30.2808507 ], [ 120.0772461, 30.2807546 ], [ 120.0772647, 30.2806648 ], [ 120.0773092, 30.2806295 ], [ 120.0773946, 30.2806039 ], [ 120.0774651, 30.2805975 ], [ 120.0775282, 30.2806135 ], [ 120.0775765, 30.2806712 ], [ 120.0775616, 30.2807321 ], [ 120.0774206, 30.2807834 ], [ 120.0774317, 30.2808604 ], [ 120.0774317, 30.2809469 ], [ 120.0774094, 30.2810367 ], [ 120.0773649, 30.2810815 ], [ 120.077324, 30.2811457 ], [ 120.0772795, 30.2812066 ], [ 120.0772275, 30.2811937 ], [ 120.077209, 30.2811521 ], [ 120.0772275, 30.2810783 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0749977, 30.2815944 ], [ 120.075083, 30.2816271 ], [ 120.0751778, 30.2816149 ], [ 120.0752631, 30.281578 ], [ 120.0753627, 30.2815862 ], [ 120.0754101, 30.2815739 ], [ 120.0754195, 30.2815371 ], [ 120.0754101, 30.2814757 ], [ 120.0753721, 30.2814348 ], [ 120.07532, 30.2814307 ], [ 120.0752015, 30.2814061 ], [ 120.075083, 30.2814061 ], [ 120.0750214, 30.2814348 ], [ 120.0749977, 30.2815166 ], [ 120.0749977, 30.2815944 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0782176, 30.2816589 ], [ 120.0784959, 30.2817003 ], [ 120.078522, 30.2816484 ], [ 120.0785308, 30.2815658 ], [ 120.0785643, 30.281508 ], [ 120.0785735, 30.2814672 ], [ 120.078555, 30.2814097 ], [ 120.0785062, 30.2813756 ], [ 120.0784364, 30.2813636 ], [ 120.0783672, 30.2813795 ], [ 120.0783072, 30.2813835 ], [ 120.0782518, 30.2813915 ], [ 120.0782196, 30.2814313 ], [ 120.0782149, 30.2814791 ], [ 120.0782242, 30.2815269 ], [ 120.0781841, 30.2816054 ], [ 120.0782176, 30.2816589 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0739426, 30.281988 ], [ 120.0740421, 30.2820207 ], [ 120.0741511, 30.2820535 ], [ 120.0741938, 30.2820002 ], [ 120.0742033, 30.2819184 ], [ 120.0742222, 30.2818038 ], [ 120.0742317, 30.2816973 ], [ 120.0742933, 30.2814558 ], [ 120.0742933, 30.2813944 ], [ 120.0742317, 30.2813699 ], [ 120.0741085, 30.2813699 ], [ 120.0739995, 30.2813699 ], [ 120.0739568, 30.2814026 ], [ 120.0739426, 30.2815009 ], [ 120.0739331, 30.2815909 ], [ 120.0739426, 30.2816973 ], [ 120.0739284, 30.2818201 ], [ 120.0739236, 30.2819225 ], [ 120.0739426, 30.281988 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0787501, 30.2817142 ], [ 120.0788008, 30.281762 ], [ 120.0788931, 30.2818058 ], [ 120.0789531, 30.2817739 ], [ 120.0790084, 30.2817062 ], [ 120.0790592, 30.2817222 ], [ 120.0790869, 30.2817779 ], [ 120.0790776, 30.2818457 ], [ 120.0791145, 30.2818775 ], [ 120.0792437, 30.2818974 ], [ 120.0794098, 30.2819293 ], [ 120.0795897, 30.2819014 ], [ 120.0797512, 30.2819413 ], [ 120.079908, 30.2819811 ], [ 120.0799772, 30.2819851 ], [ 120.0800095, 30.2819293 ], [ 120.0800095, 30.2818696 ], [ 120.0799634, 30.2818377 ], [ 120.0798803, 30.2817978 ], [ 120.0797604, 30.2817739 ], [ 120.0796404, 30.2817859 ], [ 120.0796174, 30.2818417 ], [ 120.0795666, 30.2818656 ], [ 120.0794836, 30.2818457 ], [ 120.0794421, 30.2817819 ], [ 120.0794236, 30.2816624 ], [ 120.0793821, 30.2816026 ], [ 120.079276, 30.2815787 ], [ 120.0791653, 30.2815827 ], [ 120.0790776, 30.2815987 ], [ 120.0789992, 30.2815787 ], [ 120.0789208, 30.281515 ], [ 120.0788147, 30.2814951 ], [ 120.0787593, 30.2815349 ], [ 120.0787409, 30.2816146 ], [ 120.0787501, 30.2817142 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0756518, 30.2819792 ], [ 120.0756897, 30.2820406 ], [ 120.0757987, 30.2820569 ], [ 120.0758651, 30.2820488 ], [ 120.0758935, 30.2819628 ], [ 120.0759125, 30.2818891 ], [ 120.0759504, 30.2817704 ], [ 120.0759423, 30.2817073 ], [ 120.0759409, 30.2816656 ], [ 120.0759262, 30.2816303 ], [ 120.0759024, 30.2815961 ], [ 120.0759014, 30.281566 ], [ 120.0759346, 30.2815495 ], [ 120.0759614, 30.2815359 ], [ 120.0759694, 30.2815211 ], [ 120.0759611, 30.2815127 ], [ 120.0759285, 30.2815069 ], [ 120.0758668, 30.281509 ], [ 120.0758434, 30.2815272 ], [ 120.0758179, 30.2815336 ], [ 120.0757713, 30.2815408 ], [ 120.0757419, 30.2815698 ], [ 120.0757276, 30.2816312 ], [ 120.0756992, 30.281709 ], [ 120.075666, 30.2818032 ], [ 120.0756471, 30.2818932 ], [ 120.0756518, 30.2819792 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0742647, 30.28211 ], [ 120.0743029, 30.2821204 ], [ 120.0744303, 30.2821262 ], [ 120.0746637, 30.2821679 ], [ 120.0746758, 30.2821665 ], [ 120.0746875, 30.2821528 ], [ 120.0746875, 30.2821433 ], [ 120.0746831, 30.2821375 ], [ 120.0745872, 30.2821222 ], [ 120.0745906, 30.2821036 ], [ 120.0745974, 30.2820673 ], [ 120.0746448, 30.2818585 ], [ 120.0747301, 30.2818626 ], [ 120.0747538, 30.2817848 ], [ 120.0747443, 30.2816948 ], [ 120.0747443, 30.2815515 ], [ 120.0747111, 30.2814614 ], [ 120.0745926, 30.2814369 ], [ 120.0744646, 30.2814369 ], [ 120.0744172, 30.2814942 ], [ 120.074422, 30.281572 ], [ 120.0744694, 30.2816006 ], [ 120.0745547, 30.2816497 ], [ 120.0745452, 30.2817275 ], [ 120.0744931, 30.2817643 ], [ 120.0743888, 30.2817766 ], [ 120.0743604, 30.2818217 ], [ 120.0743509, 30.2819076 ], [ 120.0743445, 30.2819884 ], [ 120.0743251, 30.2820312 ], [ 120.0742761, 30.28207 ], [ 120.0742573, 30.2820955 ], [ 120.0742647, 30.28211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.076031, 30.2820488 ], [ 120.0761258, 30.2820037 ], [ 120.0761258, 30.2819382 ], [ 120.0761163, 30.2818646 ], [ 120.0761637, 30.2817663 ], [ 120.0761779, 30.2816599 ], [ 120.0761637, 30.2815944 ], [ 120.0761068, 30.2815698 ], [ 120.0760547, 30.2815862 ], [ 120.0760405, 30.2816558 ], [ 120.076031, 30.2817458 ], [ 120.0760452, 30.2818564 ], [ 120.076031, 30.2819341 ], [ 120.0760026, 30.2819914 ], [ 120.076031, 30.2820488 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0813216, 30.2825148 ], [ 120.0813812, 30.2825425 ], [ 120.0814684, 30.2825346 ], [ 120.0815005, 30.2825069 ], [ 120.0815739, 30.2824395 ], [ 120.0816427, 30.2824316 ], [ 120.0816656, 30.2823484 ], [ 120.0817023, 30.282178 ], [ 120.0817207, 30.2820433 ], [ 120.0817757, 30.2819403 ], [ 120.0817941, 30.2818096 ], [ 120.0817803, 30.2817026 ], [ 120.0817345, 30.2816551 ], [ 120.0816289, 30.2816392 ], [ 120.0815601, 30.281663 ], [ 120.0815142, 30.2817422 ], [ 120.0814133, 30.2820909 ], [ 120.0813628, 30.2822652 ], [ 120.081317, 30.2824118 ], [ 120.0813216, 30.2825148 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0806793, 30.2826653 ], [ 120.080771, 30.2826733 ], [ 120.0808765, 30.2826337 ], [ 120.0809132, 30.2825663 ], [ 120.0809499, 30.2824752 ], [ 120.0810279, 30.2824435 ], [ 120.0811472, 30.2824593 ], [ 120.0812069, 30.2824435 ], [ 120.0812206, 30.2823682 ], [ 120.0811931, 30.2823246 ], [ 120.0811885, 30.2822612 ], [ 120.0813032, 30.2822097 ], [ 120.081317, 30.2821345 ], [ 120.08145, 30.2817145 ], [ 120.0814362, 30.2816274 ], [ 120.0813766, 30.2816036 ], [ 120.081216, 30.2816036 ], [ 120.0811472, 30.2816274 ], [ 120.0811151, 30.2816789 ], [ 120.081161, 30.2817343 ], [ 120.0811564, 30.2818175 ], [ 120.081138, 30.281877 ], [ 120.0810922, 30.2820156 ], [ 120.0810646, 30.2820671 ], [ 120.0810968, 30.2821503 ], [ 120.0810968, 30.2822295 ], [ 120.0810463, 30.2822771 ], [ 120.0809683, 30.2822771 ], [ 120.0808811, 30.2822731 ], [ 120.0808444, 30.2821939 ], [ 120.0808811, 30.2821345 ], [ 120.0809224, 30.2820671 ], [ 120.0810142, 30.2816868 ], [ 120.0810142, 30.2815996 ], [ 120.0809683, 30.28156 ], [ 120.0808811, 30.2815402 ], [ 120.0808031, 30.2815521 ], [ 120.0807481, 30.2815917 ], [ 120.080716, 30.2816591 ], [ 120.0807251, 30.2817343 ], [ 120.0807389, 30.281873 ], [ 120.080693, 30.2819483 ], [ 120.080716, 30.2820117 ], [ 120.0807664, 30.2821028 ], [ 120.0807894, 30.2821939 ], [ 120.0807802, 30.2822652 ], [ 120.0807527, 30.2823603 ], [ 120.080716, 30.2824276 ], [ 120.0806747, 30.2825386 ], [ 120.0806517, 30.2826138 ], [ 120.0806793, 30.2826653 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0762964, 30.2822862 ], [ 120.0763486, 30.2822984 ], [ 120.0763912, 30.2822616 ], [ 120.0764481, 30.2822166 ], [ 120.0764809, 30.2822124 ], [ 120.0765186, 30.282217 ], [ 120.0765519, 30.2822239 ], [ 120.0765745, 30.2822197 ], [ 120.0765987, 30.2822123 ], [ 120.0766072, 30.2821931 ], [ 120.0766049, 30.2821709 ], [ 120.0765884, 30.2821484 ], [ 120.0765589, 30.2821341 ], [ 120.0765038, 30.2821387 ], [ 120.0764626, 30.28213 ], [ 120.0764435, 30.2821003 ], [ 120.0764395, 30.2820327 ], [ 120.0764339, 30.2819423 ], [ 120.0763865, 30.2819219 ], [ 120.0763296, 30.2819423 ], [ 120.0763107, 30.2820078 ], [ 120.0763154, 30.2820774 ], [ 120.0763154, 30.2821388 ], [ 120.0762917, 30.2821756 ], [ 120.076268, 30.2822411 ], [ 120.0762964, 30.2822862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.078155, 30.2823835 ], [ 120.0782011, 30.2824193 ], [ 120.0782565, 30.2824592 ], [ 120.0783164, 30.2824153 ], [ 120.078321, 30.2823317 ], [ 120.0783303, 30.2822401 ], [ 120.0783395, 30.2821405 ], [ 120.0783349, 30.2820448 ], [ 120.0782703, 30.282009 ], [ 120.0781688, 30.282017 ], [ 120.0781365, 30.2820807 ], [ 120.0781365, 30.2821843 ], [ 120.0781273, 30.2822918 ], [ 120.078155, 30.2823835 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0831077, 30.2895491 ], [ 120.083128, 30.2899914 ], [ 120.0832581, 30.2911007 ], [ 120.0832988, 30.2915325 ], [ 120.0833313, 30.2921433 ], [ 120.0833638, 30.2923785 ], [ 120.083372, 30.2927541 ], [ 120.0833557, 30.2931789 ], [ 120.0833232, 30.2934773 ], [ 120.0832825, 30.2939161 ], [ 120.0832622, 30.2942215 ], [ 120.0832663, 30.294397 ], [ 120.0833273, 30.2946357 ], [ 120.0833842, 30.2948709 ], [ 120.0834817, 30.2951692 ], [ 120.0835427, 30.2953518 ], [ 120.0837257, 30.2958853 ], [ 120.0837419, 30.2959801 ], [ 120.0837175, 30.2960573 ], [ 120.0837257, 30.2961556 ], [ 120.0837663, 30.2962434 ], [ 120.0837582, 30.2963311 ], [ 120.0836769, 30.2963793 ], [ 120.0843063, 30.2963811 ], [ 120.0841078, 30.2963417 ], [ 120.0839981, 30.2962855 ], [ 120.0839208, 30.2961802 ], [ 120.0839208, 30.2960608 ], [ 120.0839249, 30.2958467 ], [ 120.0839127, 30.2956888 ], [ 120.0836484, 30.2948393 ], [ 120.0835346, 30.2944988 ], [ 120.0835143, 30.2942671 ], [ 120.0835224, 30.2940565 ], [ 120.0835793, 30.29373 ], [ 120.0836118, 30.2933579 ], [ 120.0835883, 30.2926667 ], [ 120.0835834, 30.2925224 ], [ 120.0835346, 30.2920626 ], [ 120.0835021, 30.2916062 ], [ 120.0834411, 30.2903671 ], [ 120.0834333, 30.2900816 ], [ 120.0834248, 30.2897668 ], [ 120.0834372, 30.289601 ], [ 120.0834736, 30.2891138 ], [ 120.0834899, 30.2889348 ], [ 120.0834899, 30.2886118 ], [ 120.0834858, 30.2881203 ], [ 120.0834858, 30.2876183 ], [ 120.0834777, 30.2874463 ], [ 120.0834452, 30.2873024 ], [ 120.0834614, 30.2871795 ], [ 120.0835021, 30.2870215 ], [ 120.0836118, 30.286681 ], [ 120.0838883, 30.2859859 ], [ 120.0840225, 30.2856138 ], [ 120.0841566, 30.2852838 ], [ 120.0843064, 30.2850205 ], [ 120.0844772, 30.2847326 ], [ 120.0846073, 30.2844097 ], [ 120.0848227, 30.283855 ], [ 120.0850545, 30.2832055 ], [ 120.0851886, 30.2829036 ], [ 120.0851886, 30.2828614 ], [ 120.0852374, 30.2828614 ], [ 120.0852212, 30.2827421 ], [ 120.0852212, 30.2826332 ], [ 120.0852537, 30.2825665 ], [ 120.0853391, 30.2824542 ], [ 120.0857537, 30.2814677 ], [ 120.0858879, 30.2811833 ], [ 120.0863635, 30.2802038 ], [ 120.0867498, 30.2794911 ], [ 120.0869408, 30.2789399 ], [ 120.0874043, 30.2779463 ], [ 120.0876767, 30.2774091 ], [ 120.0877052, 30.2773284 ], [ 120.08788, 30.2770861 ], [ 120.0882215, 30.276707 ], [ 120.0885548, 30.2762997 ], [ 120.0886565, 30.2761803 ], [ 120.0887744, 30.2759977 ], [ 120.0891769, 30.275134 ], [ 120.0893273, 30.274797 ], [ 120.0894777, 30.2745407 ], [ 120.0895509, 30.2744599 ], [ 120.0899818, 30.2737928 ], [ 120.0904453, 30.2731889 ], [ 120.0906729, 30.2727816 ], [ 120.0907502, 30.2726588 ], [ 120.0907299, 30.2725464 ], [ 120.0907421, 30.2724305 ], [ 120.0907908, 30.2722304 ], [ 120.0908722, 30.2720829 ], [ 120.0909575, 30.2717704 ], [ 120.0911893, 30.2709488 ], [ 120.0912828, 30.2707101 ], [ 120.0913112, 30.2705275 ], [ 120.0914982, 30.2699622 ], [ 120.0918275, 30.2689053 ], [ 120.0920837, 30.2681996 ], [ 120.0921446, 30.2679468 ], [ 120.0923439, 30.2671041 ], [ 120.0923747, 30.2669715 ], [ 120.091674, 30.2669402 ], [ 120.0918153, 30.2669847 ], [ 120.0919007, 30.2670619 ], [ 120.0919454, 30.2671813 ], [ 120.0919088, 30.2673218 ], [ 120.0915755, 30.2684559 ], [ 120.0913803, 30.2690739 ], [ 120.0912218, 30.2695444 ], [ 120.0911242, 30.2698604 ], [ 120.0910185, 30.2702782 ], [ 120.0908965, 30.270538 ], [ 120.0906648, 30.2715528 ], [ 120.0906201, 30.2717072 ], [ 120.0905916, 30.2718091 ], [ 120.0905591, 30.2718652 ], [ 120.0905713, 30.2719425 ], [ 120.090594, 30.2720019 ], [ 120.0905701, 30.2720527 ], [ 120.0905243, 30.2720677 ], [ 120.0900995, 30.2720301 ], [ 120.0899426, 30.2719737 ], [ 120.0898097, 30.2718965 ], [ 120.0896049, 30.2718495 ], [ 120.0891431, 30.2717799 ], [ 120.088801, 30.2717441 ], [ 120.0887575, 30.2717159 ], [ 120.0887357, 30.2716783 ], [ 120.0887749, 30.2713866 ], [ 120.0888511, 30.2712869 ], [ 120.0889622, 30.2711458 ], [ 120.0890058, 30.2709821 ], [ 120.0890189, 30.2708203 ], [ 120.0890232, 30.2704797 ], [ 120.0890036, 30.2703423 ], [ 120.0890167, 30.2701805 ], [ 120.0890559, 30.2700262 ], [ 120.0891518, 30.2697873 ], [ 120.0892019, 30.2695878 ], [ 120.0892062, 30.2694109 ], [ 120.0891954, 30.2692491 ], [ 120.089289, 30.2688916 ], [ 120.0892999, 30.2688201 ], [ 120.0892651, 30.2687524 ], [ 120.0888359, 30.2684607 ], [ 120.0887335, 30.2684062 ], [ 120.088618, 30.2684099 ], [ 120.0885461, 30.2684325 ], [ 120.0884154, 30.2684889 ], [ 120.088276, 30.268504 ], [ 120.0881605, 30.2684965 ], [ 120.0877662, 30.2684664 ], [ 120.0876965, 30.2684814 ], [ 120.0875832, 30.2684984 ], [ 120.0874917, 30.2684777 ], [ 120.0874067, 30.2684306 ], [ 120.0873784, 30.2683554 ], [ 120.0874089, 30.2682218 ], [ 120.0874372, 30.2680712 ], [ 120.087435, 30.2679301 ], [ 120.0873566, 30.2673543 ], [ 120.087313, 30.2672 ], [ 120.0872651, 30.266993 ], [ 120.0872825, 30.2667635 ], [ 120.0873326, 30.2665828 ], [ 120.0874416, 30.2663326 ], [ 120.0874938, 30.2661576 ], [ 120.0875222, 30.2660955 ], [ 120.0875798, 30.2660331 ], [ 120.0873777, 30.2660769 ], [ 120.0871833, 30.2660804 ], [ 120.0872426, 30.2661227 ], [ 120.0873016, 30.2661575 ], [ 120.0873392, 30.2662293 ], [ 120.0873419, 30.2663034 ], [ 120.0872882, 30.2664563 ], [ 120.0872453, 30.2666324 ], [ 120.0872158, 30.2667644 ], [ 120.0872131, 30.2669173 ], [ 120.0872185, 30.2670679 ], [ 120.0872238, 30.2671837 ], [ 120.0872373, 30.2673737 ], [ 120.0872604, 30.2675163 ], [ 120.0872967, 30.2676874 ], [ 120.0873396, 30.2678186 ], [ 120.0873561, 30.2680553 ], [ 120.087333, 30.2682322 ], [ 120.0872604, 30.2683805 ], [ 120.0871877, 30.2684803 ], [ 120.0871661, 30.2685665 ], [ 120.0871803, 30.268874 ], [ 120.0872088, 30.2692462 ], [ 120.0872576, 30.2697974 ], [ 120.0872738, 30.2700572 ], [ 120.0873186, 30.2703522 ], [ 120.0873308, 30.2705839 ], [ 120.0873064, 30.2708051 ], [ 120.0872576, 30.2710369 ], [ 120.0871234, 30.2714652 ], [ 120.0870218, 30.2717285 ], [ 120.0869567, 30.2720129 ], [ 120.0867331, 30.272831 ], [ 120.0866722, 30.2728942 ], [ 120.086599, 30.2729223 ], [ 120.0864765, 30.2729097 ], [ 120.0863246, 30.2728983 ], [ 120.0862289, 30.2729297 ], [ 120.0861364, 30.2729782 ], [ 120.0860935, 30.2731293 ], [ 120.0860605, 30.2732291 ], [ 120.0859746, 30.2732719 ], [ 120.0854199, 30.2732976 ], [ 120.0849311, 30.2732919 ], [ 120.0848618, 30.2732633 ], [ 120.0848189, 30.2732177 ], [ 120.0848783, 30.2731778 ], [ 120.0849311, 30.273155 ], [ 120.0849774, 30.2731236 ], [ 120.0850005, 30.2730495 ], [ 120.0849906, 30.2729839 ], [ 120.0849864, 30.272904 ], [ 120.0849276, 30.2728886 ], [ 120.0849179, 30.2729867 ], [ 120.0849146, 30.2730238 ], [ 120.0848849, 30.2730865 ], [ 120.0848122, 30.2731179 ], [ 120.0847517, 30.273141 ], [ 120.0847273, 30.2732112 ], [ 120.0847761, 30.2732954 ], [ 120.0848083, 30.2733201 ], [ 120.0848861, 30.2733525 ], [ 120.085077, 30.2733762 ], [ 120.0853615, 30.2734183 ], [ 120.0854246, 30.2734195 ], [ 120.0861055, 30.2734324 ], [ 120.0861502, 30.2734113 ], [ 120.0861706, 30.2733727 ], [ 120.0861801, 30.2732442 ], [ 120.0862263, 30.273113 ], [ 120.0862759, 30.2730446 ], [ 120.0863849, 30.2730246 ], [ 120.0866953, 30.2730645 ], [ 120.0867844, 30.2730617 ], [ 120.0868439, 30.2730303 ], [ 120.0868802, 30.2729704 ], [ 120.0870618, 30.272343 ], [ 120.0872038, 30.2718069 ], [ 120.0873623, 30.2713876 ], [ 120.0874316, 30.271014 ], [ 120.0875109, 30.2706575 ], [ 120.0875043, 30.2703752 ], [ 120.0874515, 30.2698476 ], [ 120.0874283, 30.269665 ], [ 120.0873326, 30.2686754 ], [ 120.0873594, 30.2686029 ], [ 120.0874321, 30.2685402 ], [ 120.0875279, 30.2685288 ], [ 120.0876996, 30.2685459 ], [ 120.0883105, 30.2686001 ], [ 120.0884426, 30.2686086 ], [ 120.088535, 30.268583 ], [ 120.0886506, 30.268543 ], [ 120.0887298, 30.2685402 ], [ 120.088786, 30.2685801 ], [ 120.0888256, 30.2686514 ], [ 120.0888817, 30.268737 ], [ 120.0889445, 30.2687712 ], [ 120.0891426, 30.2688168 ], [ 120.0892021, 30.2688568 ], [ 120.0892087, 30.2689052 ], [ 120.0890832, 30.269353 ], [ 120.089037, 30.2695213 ], [ 120.0889775, 30.2697437 ], [ 120.0889478, 30.2701202 ], [ 120.0889346, 30.2702599 ], [ 120.0889346, 30.2703997 ], [ 120.088961, 30.270528 ], [ 120.088961, 30.270682 ], [ 120.0889478, 30.2708931 ], [ 120.0889115, 30.2710071 ], [ 120.0888851, 30.2710841 ], [ 120.0888289, 30.2711469 ], [ 120.0887464, 30.2712039 ], [ 120.0886869, 30.2712667 ], [ 120.0886681, 30.2714138 ], [ 120.0886275, 30.2717315 ], [ 120.0886473, 30.2718142 ], [ 120.0887001, 30.2718542 ], [ 120.0887836, 30.2718815 ], [ 120.088984, 30.2719003 ], [ 120.0891627, 30.2719172 ], [ 120.0893914, 30.2719229 ], [ 120.0897139, 30.2719492 ], [ 120.0898686, 30.2719925 ], [ 120.0900276, 30.272047 ], [ 120.0904089, 30.2720978 ], [ 120.0905243, 30.2721148 ], [ 120.0905723, 30.2721562 ], [ 120.0906004, 30.272255 ], [ 120.0905923, 30.2723392 ], [ 120.0904987, 30.2725569 ], [ 120.090389, 30.2728062 ], [ 120.0902426, 30.273066 ], [ 120.0901085, 30.2732135 ], [ 120.0899784, 30.2733153 ], [ 120.089832, 30.2734593 ], [ 120.0897629, 30.2735576 ], [ 120.0896816, 30.2737437 ], [ 120.0896328, 30.2739017 ], [ 120.0895596, 30.2740245 ], [ 120.0894499, 30.2741264 ], [ 120.0892791, 30.2743054 ], [ 120.0891327, 30.2745161 ], [ 120.0890514, 30.2746671 ], [ 120.0887343, 30.2755343 ], [ 120.0886246, 30.275752 ], [ 120.0885189, 30.2759064 ], [ 120.0881326, 30.2764506 ], [ 120.0878725, 30.2767526 ], [ 120.0874862, 30.2772897 ], [ 120.0873805, 30.2774161 ], [ 120.087283, 30.27769 ], [ 120.0872138, 30.2777813 ], [ 120.0871081, 30.277869 ], [ 120.0859861, 30.2800668 ], [ 120.0856893, 30.2807058 ], [ 120.0854779, 30.2810674 ], [ 120.0853966, 30.2812675 ], [ 120.0853031, 30.2814922 ], [ 120.0851445, 30.28191 ], [ 120.0850711, 30.2821069 ], [ 120.0849941, 30.2823067 ], [ 120.0849169, 30.2826297 ], [ 120.0848396, 30.2828614 ], [ 120.0847176, 30.2831739 ], [ 120.0842745, 30.284185 ], [ 120.0840956, 30.2845957 ], [ 120.0838924, 30.2849362 ], [ 120.0838192, 30.2851047 ], [ 120.0835874, 30.2857402 ], [ 120.0833923, 30.2861334 ], [ 120.0832053, 30.2867618 ], [ 120.0831077, 30.2871093 ], [ 120.0830793, 30.2873234 ], [ 120.0832175, 30.2883942 ], [ 120.0832297, 30.2887768 ], [ 120.0832012, 30.2889769 ], [ 120.0830955, 30.2890998 ], [ 120.0830386, 30.2894052 ], [ 120.0831077, 30.2895491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0899566, 30.3000864 ], [ 120.0899814, 30.300163 ], [ 120.0900347, 30.3002213 ], [ 120.090095, 30.3002703 ], [ 120.0901412, 30.3003347 ], [ 120.0901838, 30.3004266 ], [ 120.0902527, 30.3004854 ], [ 120.0903044, 30.3005614 ], [ 120.0903044, 30.3006166 ], [ 120.0902512, 30.3007269 ], [ 120.0902051, 30.3008434 ], [ 120.0901944, 30.3008985 ], [ 120.0902122, 30.3009905 ], [ 120.0902335, 30.3010671 ], [ 120.0902193, 30.3011314 ], [ 120.0901802, 30.3011774 ], [ 120.0901021, 30.3012111 ], [ 120.0900347, 30.3012724 ], [ 120.0900205, 30.3013521 ], [ 120.0900489, 30.3014379 ], [ 120.0901376, 30.3014747 ], [ 120.0902299, 30.3014839 ], [ 120.0903293, 30.3014532 ], [ 120.0904429, 30.301398 ], [ 120.0905245, 30.3013797 ], [ 120.0905387, 30.3012571 ], [ 120.0905742, 30.301159 ], [ 120.0906203, 30.3010426 ], [ 120.0906239, 30.3009843 ], [ 120.0905635, 30.3009047 ], [ 120.0904571, 30.3007116 ], [ 120.090308, 30.3004726 ], [ 120.0902477, 30.3003163 ], [ 120.0902086, 30.300258 ], [ 120.090198, 30.3001447 ], [ 120.0902086, 30.3000405 ], [ 120.0901838, 30.2999792 ], [ 120.0901305, 30.2999393 ], [ 120.0900524, 30.2999393 ], [ 120.0899814, 30.2999608 ], [ 120.0899531, 30.3000221 ], [ 120.0899566, 30.3000864 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1074743, 30.3025735 ], [ 120.1075347, 30.3026083 ], [ 120.1076165, 30.3026337 ], [ 120.1076996, 30.3026441 ], [ 120.1077224, 30.3026384 ], [ 120.1077224, 30.3026221 ], [ 120.1077224, 30.3025909 ], [ 120.1077291, 30.302577 ], [ 120.1077546, 30.3025608 ], [ 120.1077667, 30.3025504 ], [ 120.1077573, 30.3025295 ], [ 120.1076916, 30.3024936 ], [ 120.1076165, 30.3024612 ], [ 120.1075266, 30.3024415 ], [ 120.1074918, 30.3024415 ], [ 120.1074824, 30.3024566 ], [ 120.1074797, 30.3024751 ], [ 120.1074797, 30.3024983 ], [ 120.1074676, 30.3025179 ], [ 120.1074502, 30.3025318 ], [ 120.1074488, 30.302548 ], [ 120.1074743, 30.3025735 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0858691, 30.3031965 ], [ 120.0858986, 30.3033273 ], [ 120.0861038, 30.3033308 ], [ 120.0861099, 30.3030783 ], [ 120.0859422, 30.3030749 ], [ 120.0859429, 30.3028937 ], [ 120.086071, 30.3028931 ], [ 120.086069, 30.3028306 ], [ 120.0859416, 30.3028063 ], [ 120.0858839, 30.3029151 ], [ 120.0858664, 30.3030436 ], [ 120.0858691, 30.3031965 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0880583, 30.3062206 ], [ 120.0880889, 30.3064201 ], [ 120.0881501, 30.3065639 ], [ 120.0882724, 30.3067194 ], [ 120.0884628, 30.3068309 ], [ 120.0890134, 30.3070715 ], [ 120.0896796, 30.3073474 ], [ 120.0898835, 30.3074589 ], [ 120.0902778, 30.3076408 ], [ 120.0905327, 30.3077347 ], [ 120.0907401, 30.3078345 ], [ 120.0910799, 30.3079577 ], [ 120.0914912, 30.3081132 ], [ 120.0919569, 30.3082277 ], [ 120.0924939, 30.3083685 ], [ 120.0928406, 30.3084624 ], [ 120.0929493, 30.3085035 ], [ 120.0930581, 30.3085798 ], [ 120.093067, 30.3086953 ], [ 120.0932808, 30.3087339 ], [ 120.093279, 30.3086746 ], [ 120.0933254, 30.3086301 ], [ 120.0934387, 30.3086035 ], [ 120.0958006, 30.309077 ], [ 120.0963444, 30.3092061 ], [ 120.0969426, 30.3092766 ], [ 120.0971262, 30.3093 ], [ 120.0973335, 30.3093294 ], [ 120.0975782, 30.309391 ], [ 120.0978468, 30.3094908 ], [ 120.0983022, 30.3096639 ], [ 120.0990024, 30.3100219 ], [ 120.0991621, 30.3101128 ], [ 120.099519, 30.3103887 ], [ 120.0996108, 30.3104532 ], [ 120.0998555, 30.3106322 ], [ 120.1000119, 30.3107408 ], [ 120.1002362, 30.3108699 ], [ 120.1004095, 30.3109462 ], [ 120.1005047, 30.3110049 ], [ 120.1005591, 30.3110841 ], [ 120.1006567, 30.3114484 ], [ 120.1007984, 30.3114752 ], [ 120.1007936, 30.3111662 ], [ 120.100763, 30.311043 ], [ 120.100712, 30.3109638 ], [ 120.1005727, 30.3108611 ], [ 120.0996278, 30.310239 ], [ 120.0992471, 30.3099808 ], [ 120.0991961, 30.3099544 ], [ 120.0991179, 30.3099162 ], [ 120.0990296, 30.3098722 ], [ 120.0988188, 30.3097431 ], [ 120.0981255, 30.3093734 ], [ 120.0979895, 30.3092854 ], [ 120.0979147, 30.3092296 ], [ 120.0978671, 30.3091562 ], [ 120.0978502, 30.3090682 ], [ 120.0979725, 30.3082378 ], [ 120.0980337, 30.3079003 ], [ 120.0980609, 30.3077008 ], [ 120.0980711, 30.3074837 ], [ 120.0980541, 30.3071814 ], [ 120.0980677, 30.3069819 ], [ 120.0980031, 30.3067061 ], [ 120.0979589, 30.3065799 ], [ 120.0978875, 30.3064566 ], [ 120.0978094, 30.306307 ], [ 120.0977108, 30.3059813 ], [ 120.0976292, 30.3056144 ], [ 120.0974763, 30.3048133 ], [ 120.0973913, 30.3044201 ], [ 120.0973437, 30.3042382 ], [ 120.0973335, 30.3040915 ], [ 120.0973573, 30.3034107 ], [ 120.0973709, 30.3032463 ], [ 120.0973947, 30.3026506 ], [ 120.0973267, 30.3021928 ], [ 120.0972961, 30.3020461 ], [ 120.0973199, 30.3017204 ], [ 120.0974422, 30.3007376 ], [ 120.0974643, 30.3005279 ], [ 120.097525, 30.3004468 ], [ 120.0976244, 30.3003753 ], [ 120.0978784, 30.3003205 ], [ 120.0982483, 30.3002657 ], [ 120.0991097, 30.3001656 ], [ 120.0995404, 30.3000941 ], [ 120.0999214, 30.3000702 ], [ 120.100341, 30.3000845 ], [ 120.1007717, 30.3001155 ], [ 120.1012134, 30.3001989 ], [ 120.1013653, 30.3002395 ], [ 120.1016689, 30.3003277 ], [ 120.102003, 30.3004301 ], [ 120.1023232, 30.3005398 ], [ 120.1025137, 30.300597 ], [ 120.1027401, 30.3006351 ], [ 120.1030217, 30.3006757 ], [ 120.103607, 30.3007519 ], [ 120.1041509, 30.3008377 ], [ 120.1044601, 30.3008497 ], [ 120.1047279, 30.3008973 ], [ 120.1047858, 30.3009283 ], [ 120.1048162, 30.300976 ], [ 120.1048107, 30.3010475 ], [ 120.1047858, 30.3012739 ], [ 120.1047858, 30.3014789 ], [ 120.1047776, 30.3016935 ], [ 120.1048135, 30.3018198 ], [ 120.1048714, 30.3019199 ], [ 120.1049681, 30.3020391 ], [ 120.1058819, 30.3025754 ], [ 120.1063126, 30.3028185 ], [ 120.1068896, 30.3031808 ], [ 120.1070607, 30.3033048 ], [ 120.1077978, 30.3037123 ], [ 120.1085405, 30.3040866 ], [ 120.1087834, 30.3041771 ], [ 120.108938, 30.3042558 ], [ 120.1090706, 30.3043225 ], [ 120.1091948, 30.3044203 ], [ 120.1093825, 30.304549 ], [ 120.1095482, 30.3046705 ], [ 120.1096807, 30.3047683 ], [ 120.1098381, 30.3048684 ], [ 120.1099706, 30.3049661 ], [ 120.1102052, 30.3051186 ], [ 120.1106249, 30.3054094 ], [ 120.1108347, 30.3055477 ], [ 120.1111218, 30.3057288 ], [ 120.1112792, 30.3058432 ], [ 120.1113758, 30.3059195 ], [ 120.1118092, 30.3061769 ], [ 120.1120467, 30.3063271 ], [ 120.112204, 30.3064391 ], [ 120.1123089, 30.3065201 ], [ 120.1124, 30.3065654 ], [ 120.1124635, 30.3065916 ], [ 120.1125574, 30.3066584 ], [ 120.1127036, 30.3067973 ], [ 120.1131274, 30.3071032 ], [ 120.1131947, 30.3071265 ], [ 120.1132709, 30.3071555 ], [ 120.1133718, 30.3072 ], [ 120.1134638, 30.3072542 ], [ 120.1134884, 30.3073104 ], [ 120.1134767, 30.3073874 ], [ 120.1137769, 30.3071042 ], [ 120.1137015, 30.3071265 ], [ 120.1135983, 30.3071342 ], [ 120.1135176, 30.3071187 ], [ 120.1130153, 30.3068167 ], [ 120.1128314, 30.3066947 ], [ 120.1124636, 30.306445 ], [ 120.1124592, 30.3064121 ], [ 120.1123246, 30.3063327 ], [ 120.1121385, 30.306203 ], [ 120.112069, 30.3061275 ], [ 120.1118223, 30.3059881 ], [ 120.111551, 30.305839 ], [ 120.1114545, 30.3058042 ], [ 120.1112012, 30.3056416 ], [ 120.1109926, 30.3055196 ], [ 120.1107527, 30.3053492 ], [ 120.1105217, 30.3051943 ], [ 120.110367, 30.3050724 ], [ 120.1101853, 30.3049368 ], [ 120.1100284, 30.3048129 ], [ 120.1098064, 30.30466 ], [ 120.109674, 30.3045806 ], [ 120.1096247, 30.3045864 ], [ 120.1094005, 30.3044219 ], [ 120.1091942, 30.3042709 ], [ 120.1089497, 30.3041256 ], [ 120.1089497, 30.3040772 ], [ 120.1087995, 30.3040076 ], [ 120.1086425, 30.3039417 ], [ 120.1083426, 30.3037795 ], [ 120.1074007, 30.3032813 ], [ 120.1069574, 30.3030275 ], [ 120.1066694, 30.3028601 ], [ 120.1063926, 30.3026831 ], [ 120.1062207, 30.3025787 ], [ 120.1061669, 30.3025362 ], [ 120.1053215, 30.3020638 ], [ 120.1051623, 30.3019669 ], [ 120.1050591, 30.3019089 ], [ 120.1049873, 30.3018159 ], [ 120.104947, 30.3016978 ], [ 120.1049515, 30.3015004 ], [ 120.1049784, 30.3012603 ], [ 120.1050344, 30.3009815 ], [ 120.1050277, 30.3009002 ], [ 120.1049896, 30.3008247 ], [ 120.1049089, 30.3007763 ], [ 120.1047586, 30.3007375 ], [ 120.1044604, 30.300693 ], [ 120.1036845, 30.3005865 ], [ 120.1031665, 30.3005284 ], [ 120.1028593, 30.3004955 ], [ 120.1026395, 30.3004607 ], [ 120.1024108, 30.3003968 ], [ 120.10233, 30.3003639 ], [ 120.1022852, 30.3003135 ], [ 120.1022628, 30.30024 ], [ 120.1023054, 30.3000734 ], [ 120.1023882, 30.2998762 ], [ 120.1026537, 30.2988708 ], [ 120.1027337, 30.2986833 ], [ 120.1027853, 30.2985439 ], [ 120.1028436, 30.2982554 ], [ 120.1028862, 30.2980328 ], [ 120.1029355, 30.2978817 ], [ 120.1030521, 30.2976359 ], [ 120.1030902, 30.297541 ], [ 120.1031059, 30.2974248 ], [ 120.1031059, 30.2972912 ], [ 120.1031328, 30.2971886 ], [ 120.1032001, 30.2970318 ], [ 120.1032472, 30.2969911 ], [ 120.1033055, 30.2968517 ], [ 120.1034916, 30.2964819 ], [ 120.103523, 30.2964412 ], [ 120.1035881, 30.2964141 ], [ 120.1037675, 30.2964025 ], [ 120.104133, 30.2964025 ], [ 120.1042722, 30.2963726 ], [ 120.1043928, 30.2963255 ], [ 120.104498, 30.296241 ], [ 120.1045505, 30.2961695 ], [ 120.1045615, 30.2961051 ], [ 120.104577, 30.2956218 ], [ 120.1047041, 30.2950009 ], [ 120.1044952, 30.2949872 ], [ 120.1044179, 30.2950134 ], [ 120.1043738, 30.2950563 ], [ 120.1043296, 30.2951135 ], [ 120.104302, 30.2956022 ], [ 120.1042606, 30.2961028 ], [ 120.1042302, 30.2961695 ], [ 120.1041451, 30.2962004 ], [ 120.1036597, 30.2962077 ], [ 120.1035216, 30.2962366 ], [ 120.1033877, 30.2962944 ], [ 120.1032664, 30.2964461 ], [ 120.102921, 30.2970303 ], [ 120.102847, 30.2970623 ], [ 120.1027454, 30.2970729 ], [ 120.1017132, 30.2969133 ], [ 120.1013286, 30.2968114 ], [ 120.1011661, 30.2967626 ], [ 120.1010161, 30.2966918 ], [ 120.1008188, 30.2965756 ], [ 120.1005381, 30.2963955 ], [ 120.1003484, 30.2963169 ], [ 120.1001664, 30.296294 ], [ 120.099916, 30.2962514 ], [ 120.0995974, 30.2961924 ], [ 120.0993812, 30.2961761 ], [ 120.0992105, 30.2961892 ], [ 120.0990588, 30.2962219 ], [ 120.0988008, 30.2963431 ], [ 120.098668, 30.2964381 ], [ 120.0985618, 30.2965331 ], [ 120.0985164, 30.2965779 ], [ 120.098429, 30.2966954 ], [ 120.0983704, 30.2968761 ], [ 120.0983119, 30.2973891 ], [ 120.0981445, 30.2982707 ], [ 120.0980901, 30.2985706 ], [ 120.0980608, 30.2988018 ], [ 120.0979771, 30.2990547 ], [ 120.097906, 30.2992643 ], [ 120.0975754, 30.299929 ], [ 120.0974289, 30.3002 ], [ 120.0973452, 30.3003698 ], [ 120.0972992, 30.300489 ], [ 120.097203, 30.3012188 ], [ 120.0971318, 30.3018366 ], [ 120.0971067, 30.3021365 ], [ 120.0971527, 30.3023172 ], [ 120.0971988, 30.3026459 ], [ 120.097182, 30.3034046 ], [ 120.0971611, 30.3034696 ], [ 120.0971611, 30.3037261 ], [ 120.0971444, 30.3039285 ], [ 120.0971527, 30.3041525 ], [ 120.0971653, 30.3043331 ], [ 120.0972657, 30.3049834 ], [ 120.097295, 30.3051496 ], [ 120.0973578, 30.3052905 ], [ 120.0974331, 30.3055072 ], [ 120.0974917, 30.3056481 ], [ 120.0975252, 30.3058974 ], [ 120.0975628, 30.3060202 ], [ 120.0976005, 30.3060708 ], [ 120.0976423, 30.3061069 ], [ 120.0976423, 30.3061792 ], [ 120.0977679, 30.306573 ], [ 120.0978265, 30.3068006 ], [ 120.0978725, 30.3070246 ], [ 120.0978933, 30.307157 ], [ 120.097977, 30.3073665 ], [ 120.0979854, 30.3074568 ], [ 120.0979603, 30.3075255 ], [ 120.0979226, 30.3076339 ], [ 120.0978682, 30.3079445 ], [ 120.0977803, 30.3084648 ], [ 120.097701, 30.3089378 ], [ 120.0976738, 30.3090757 ], [ 120.0975888, 30.3091432 ], [ 120.0974767, 30.3091725 ], [ 120.0972795, 30.3091784 ], [ 120.0969533, 30.3091491 ], [ 120.0959948, 30.3089583 ], [ 120.0956141, 30.3088938 ], [ 120.0950635, 30.3088057 ], [ 120.0941458, 30.3086238 ], [ 120.0933164, 30.3084096 ], [ 120.0925585, 30.3082424 ], [ 120.092018, 30.3080986 ], [ 120.0914946, 30.3079607 ], [ 120.0910527, 30.3078081 ], [ 120.0902472, 30.3074501 ], [ 120.0887075, 30.30674 ], [ 120.0885206, 30.3066783 ], [ 120.0883982, 30.3066255 ], [ 120.0883098, 30.3065345 ], [ 120.0882215, 30.3063702 ], [ 120.0881977, 30.306156 ], [ 120.0881909, 30.3058185 ], [ 120.0880413, 30.3057804 ], [ 120.0880379, 30.3059623 ], [ 120.0880583, 30.3062206 ] ], [ [ 120.0980497, 30.2993455 ], [ 120.0981398, 30.2991566 ], [ 120.0982558, 30.2986894 ], [ 120.0983965, 30.2978837 ], [ 120.0984545, 30.2974975 ], [ 120.0985843, 30.2967777 ], [ 120.0986561, 30.2966752 ], [ 120.0987478, 30.2965967 ], [ 120.0989112, 30.2964555 ], [ 120.0992755, 30.2963588 ], [ 120.0995743, 30.2963749 ], [ 120.0999293, 30.2964233 ], [ 120.1002095, 30.2964958 ], [ 120.1004243, 30.2965483 ], [ 120.1006111, 30.2966934 ], [ 120.1008072, 30.2968386 ], [ 120.1010361, 30.2969273 ], [ 120.1012836, 30.2970039 ], [ 120.1017272, 30.2971208 ], [ 120.1026799, 30.2972862 ], [ 120.102806, 30.2973466 ], [ 120.1028714, 30.2974273 ], [ 120.1028574, 30.2975442 ], [ 120.1021895, 30.2998103 ], [ 120.102057, 30.3001675 ], [ 120.1019943, 30.3002289 ], [ 120.1019106, 30.3002253 ], [ 120.1016511, 30.3001567 ], [ 120.1013708, 30.3000844 ], [ 120.1008228, 30.3000086 ], [ 120.1005577, 30.2999707 ], [ 120.1002896, 30.2999334 ], [ 120.0999199, 30.2999387 ], [ 120.0990818, 30.3000318 ], [ 120.0982561, 30.300085 ], [ 120.097911, 30.3001515 ], [ 120.097797, 30.3001276 ], [ 120.0977293, 30.3000717 ], [ 120.0977139, 30.3000132 ], [ 120.0980497, 30.2993455 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0859375, 30.3038066 ], [ 120.0860944, 30.3038032 ], [ 120.0861011, 30.3035681 ], [ 120.0859308, 30.3035658 ], [ 120.0859375, 30.3038066 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0860408, 30.3042165 ], [ 120.0860529, 30.3041702 ], [ 120.0860757, 30.304139 ], [ 120.0861266, 30.3040961 ], [ 120.0861266, 30.3040567 ], [ 120.0859737, 30.3040591 ], [ 120.0859416, 30.3041285 ], [ 120.0859214, 30.30422 ], [ 120.0860408, 30.3042165 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0859308, 30.3043126 ], [ 120.0859496, 30.3043682 ], [ 120.0859831, 30.3043705 ], [ 120.0859885, 30.3044284 ], [ 120.0861239, 30.3044307 ], [ 120.086128, 30.3043636 ], [ 120.0860757, 30.3043242 ], [ 120.0860488, 30.3042652 ], [ 120.0859268, 30.3042652 ], [ 120.0859308, 30.3043126 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.086308, 30.3040673 ], [ 120.0864462, 30.3041165 ], [ 120.0864706, 30.3042218 ], [ 120.0863974, 30.30432 ], [ 120.0864869, 30.3044955 ], [ 120.0867145, 30.3045026 ], [ 120.0867389, 30.3045868 ], [ 120.0870642, 30.3046289 ], [ 120.0873258, 30.3048817 ], [ 120.0873327, 30.3042993 ], [ 120.0871617, 30.3043762 ], [ 120.0869991, 30.3043341 ], [ 120.0868284, 30.3041235 ], [ 120.0865031, 30.3040603 ], [ 120.0864544, 30.3039971 ], [ 120.0862755, 30.3039831 ], [ 120.0862348, 30.3040182 ], [ 120.086308, 30.3040673 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0869542, 30.3060764 ], [ 120.0870186, 30.306088 ], [ 120.0870776, 30.3061389 ], [ 120.0872278, 30.3062154 ], [ 120.0872761, 30.3062825 ], [ 120.0873259, 30.3063053 ], [ 120.0873259, 30.3057314 ], [ 120.0872386, 30.3057684 ], [ 120.0871339, 30.305787 ], [ 120.0870382, 30.3057594 ], [ 120.0869623, 30.3057731 ], [ 120.0869489, 30.3058217 ], [ 120.0869542, 30.3060764 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.103025, 30.2866962 ], [ 120.103116, 30.2863228 ], [ 120.1031919, 30.2861591 ], [ 120.1033133, 30.2860936 ], [ 120.1034293, 30.2860672 ], [ 120.1036203, 30.2860885 ], [ 120.104125, 30.2861787 ], [ 120.104326, 30.2862115 ], [ 120.1054982, 30.2862999 ], [ 120.106143, 30.2863425 ], [ 120.1064692, 30.2863327 ], [ 120.1069813, 30.2862835 ], [ 120.1075579, 30.2862311 ], [ 120.1080889, 30.2862115 ], [ 120.1089462, 30.286218 ], [ 120.1091776, 30.2861787 ], [ 120.1094431, 30.2861296 ], [ 120.1096403, 30.2860215 ], [ 120.1099893, 30.2858381 ], [ 120.1102131, 30.2856939 ], [ 120.11038, 30.2855007 ], [ 120.1105583, 30.2853009 ], [ 120.1106455, 30.285065 ], [ 120.1107212, 30.284505 ], [ 120.1106659, 30.2845005 ], [ 120.1106035, 30.2844982 ], [ 120.1105199, 30.2849429 ], [ 120.1104467, 30.2852027 ], [ 120.1103248, 30.2854064 ], [ 120.1101093, 30.2856205 ], [ 120.1099298, 30.2857392 ], [ 120.1097053, 30.2858532 ], [ 120.1095104, 30.2859502 ], [ 120.1092165, 30.2860471 ], [ 120.1089226, 30.2860842 ], [ 120.1086122, 30.2861156 ], [ 120.1078924, 30.2861156 ], [ 120.1074697, 30.2861213 ], [ 120.1069083, 30.2861555 ], [ 120.1065979, 30.2861983 ], [ 120.1062512, 30.2862154 ], [ 120.1057823, 30.2862011 ], [ 120.1052044, 30.2861555 ], [ 120.1048742, 30.2861298 ], [ 120.1041609, 30.28605 ], [ 120.1040387, 30.2859987 ], [ 120.1036865, 30.2859363 ], [ 120.1034951, 30.2859283 ], [ 120.103408, 30.2858846 ], [ 120.1033915, 30.2858105 ], [ 120.103408, 30.285685 ], [ 120.1034476, 30.2854797 ], [ 120.1036457, 30.2847126 ], [ 120.1036391, 30.2846328 ], [ 120.1035995, 30.2845672 ], [ 120.1036061, 30.2844759 ], [ 120.1036391, 30.2843106 ], [ 120.1036822, 30.2841731 ], [ 120.1037547, 30.2839085 ], [ 120.1037867, 30.283817 ], [ 120.1039529, 30.283341 ], [ 120.1040981, 30.2829275 ], [ 120.1042335, 30.282574 ], [ 120.1042996, 30.2823544 ], [ 120.1043425, 30.2821491 ], [ 120.1043722, 30.281861 ], [ 120.1043458, 30.2817384 ], [ 120.1043425, 30.2815987 ], [ 120.1043524, 30.2814675 ], [ 120.104359, 30.2813535 ], [ 120.1043458, 30.281285 ], [ 120.1043392, 30.2810768 ], [ 120.1043656, 30.2809 ], [ 120.104435, 30.2805151 ], [ 120.1044977, 30.2803069 ], [ 120.1045902, 30.2801158 ], [ 120.1046364, 30.2798963 ], [ 120.104719, 30.2796738 ], [ 120.1047553, 30.2794771 ], [ 120.1047817, 30.2792518 ], [ 120.1047949, 30.279112 ], [ 120.1048477, 30.2790008 ], [ 120.1051121, 30.2785932 ], [ 120.1053827, 30.2781881 ], [ 120.1059342, 30.2770417 ], [ 120.1062016, 30.2764685 ], [ 120.1063965, 30.2759067 ], [ 120.1065319, 30.2757042 ], [ 120.1066739, 30.2754532 ], [ 120.1065677, 30.2752355 ], [ 120.1065825, 30.2751119 ], [ 120.1066361, 30.2749393 ], [ 120.1067366, 30.2746661 ], [ 120.1068687, 30.2743325 ], [ 120.1070173, 30.2740074 ], [ 120.1072121, 30.2736566 ], [ 120.1073409, 30.2734142 ], [ 120.1074123, 30.2733723 ], [ 120.1074708, 30.2733564 ], [ 120.1078775, 30.2734681 ], [ 120.1084136, 30.2736544 ], [ 120.1087618, 30.2737688 ], [ 120.1092178, 30.2739391 ], [ 120.1099881, 30.2742025 ], [ 120.1104163, 30.2743356 ], [ 120.1106536, 30.2743994 ], [ 120.1107799, 30.2744127 ], [ 120.1110171, 30.27445 ], [ 120.1112975, 30.2745032 ], [ 120.1114824, 30.2745218 ], [ 120.1116534, 30.2745298 ], [ 120.1118367, 30.2745218 ], [ 120.1118335, 30.2744838 ], [ 120.1118305, 30.2744473 ], [ 120.1117566, 30.2744527 ], [ 120.1116518, 30.2744447 ], [ 120.1113868, 30.2744127 ], [ 120.1110787, 30.2743755 ], [ 120.1106905, 30.2742903 ], [ 120.110327, 30.2742079 ], [ 120.1099172, 30.2740855 ], [ 120.1096152, 30.2739817 ], [ 120.1092794, 30.2738593 ], [ 120.1088265, 30.273681 ], [ 120.1085615, 30.27354 ], [ 120.108084, 30.273359 ], [ 120.1078621, 30.2733191 ], [ 120.107477, 30.273218 ], [ 120.1073938, 30.2731754 ], [ 120.1073445, 30.2730983 ], [ 120.1072459, 30.2730158 ], [ 120.1071288, 30.2729706 ], [ 120.1069871, 30.272896 ], [ 120.1068269, 30.2727843 ], [ 120.1066235, 30.2726459 ], [ 120.1065773, 30.2726273 ], [ 120.1065434, 30.2726459 ], [ 120.106488, 30.2726406 ], [ 120.1064356, 30.2726087 ], [ 120.1064208, 30.2725603 ], [ 120.1064274, 30.2725061 ], [ 120.1063333, 30.2724348 ], [ 120.1061797, 30.2723293 ], [ 120.1060179, 30.2722637 ], [ 120.105871, 30.2721624 ], [ 120.1057521, 30.272151 ], [ 120.1055639, 30.2720997 ], [ 120.1052865, 30.2720013 ], [ 120.1051891, 30.27195 ], [ 120.1051263, 30.2718844 ], [ 120.1050983, 30.2718359 ], [ 120.1050322, 30.2717903 ], [ 120.1049133, 30.2717646 ], [ 120.1047301, 30.2717646 ], [ 120.1046492, 30.271786 ], [ 120.1046376, 30.2718131 ], [ 120.1046772, 30.271843 ], [ 120.1048489, 30.2719172 ], [ 120.1056084, 30.2723008 ], [ 120.1056976, 30.2723378 ], [ 120.1063878, 30.2726772 ], [ 120.1066767, 30.2728326 ], [ 120.1069954, 30.2730237 ], [ 120.1070961, 30.2731207 ], [ 120.1071654, 30.2732034 ], [ 120.1071633, 30.2732812 ], [ 120.1071356, 30.2733539 ], [ 120.1066751, 30.2742573 ], [ 120.106555, 30.2745945 ], [ 120.1065149, 30.2748538 ], [ 120.1064799, 30.2750311 ], [ 120.1063748, 30.2754071 ], [ 120.1062497, 30.2757054 ], [ 120.1057842, 30.2767298 ], [ 120.105584, 30.2772009 ], [ 120.1053137, 30.2778709 ], [ 120.1051635, 30.2781951 ], [ 120.1047331, 30.278783 ], [ 120.1045629, 30.2790293 ], [ 120.1042876, 30.2799759 ], [ 120.1041124, 30.2805292 ], [ 120.1040874, 30.2807842 ], [ 120.1040924, 30.2810738 ], [ 120.1041375, 30.2814585 ], [ 120.1041174, 30.2818561 ], [ 120.1040274, 30.2822149 ], [ 120.1038225, 30.2828644 ], [ 120.1034784, 30.2839761 ], [ 120.1033506, 30.2843188 ], [ 120.103116, 30.2851633 ], [ 120.1027391, 30.2864838 ], [ 120.102727, 30.2865433 ], [ 120.1027048, 30.2866556 ], [ 120.103025, 30.2866962 ] ] ], [ [ [ 120.1106165, 30.2841049 ], [ 120.110707, 30.2841021 ], [ 120.1107452, 30.2841009 ], [ 120.1107555, 30.2839579 ], [ 120.1107935, 30.2836565 ], [ 120.1108997, 30.2835321 ], [ 120.1110628, 30.2834142 ], [ 120.1116432, 30.2832471 ], [ 120.1123459, 30.2829603 ], [ 120.1124056, 30.2829359 ], [ 120.1127811, 30.2827656 ], [ 120.113168, 30.2824806 ], [ 120.1135739, 30.2822742 ], [ 120.1137977, 30.2819467 ], [ 120.1138774, 30.2818681 ], [ 120.1139675, 30.2818791 ], [ 120.1140887, 30.2818842 ], [ 120.1141419, 30.2819046 ], [ 120.1141774, 30.2819582 ], [ 120.1142954, 30.281937 ], [ 120.1143002, 30.281653 ], [ 120.1143026, 30.2813607 ], [ 120.114305, 30.2811949 ], [ 120.114317, 30.2810539 ], [ 120.1143074, 30.2809834 ], [ 120.1143338, 30.2809005 ], [ 120.1144202, 30.2807388 ], [ 120.1144754, 30.2806061 ], [ 120.1145367, 30.2805308 ], [ 120.1145975, 30.2804776 ], [ 120.1144137, 30.2802693 ], [ 120.1144379, 30.2801949 ], [ 120.1144538, 30.2801459 ], [ 120.1144562, 30.2799738 ], [ 120.114485, 30.2797126 ], [ 120.1144885, 30.279659 ], [ 120.1145042, 30.2794161 ], [ 120.1145306, 30.2793083 ], [ 120.1145738, 30.2787589 ], [ 120.1145743, 30.2787164 ], [ 120.1145786, 30.2783464 ], [ 120.1145762, 30.2782282 ], [ 120.1145858, 30.2781038 ], [ 120.1146098, 30.2780002 ], [ 120.1146459, 30.2779359 ], [ 120.1146723, 30.2776933 ], [ 120.1147083, 30.277457 ], [ 120.1147174, 30.2773641 ], [ 120.1147131, 30.27726 ], [ 120.1146987, 30.277175 ], [ 120.1147023, 30.2771064 ], [ 120.1147395, 30.2770465 ], [ 120.1147227, 30.2769408 ], [ 120.1147659, 30.2766941 ], [ 120.1148139, 30.2764701 ], [ 120.1148427, 30.276211 ], [ 120.1148619, 30.2760742 ], [ 120.1148883, 30.2755994 ], [ 120.1148931, 30.2753299 ], [ 120.1148643, 30.2752677 ], [ 120.1148829, 30.274599 ], [ 120.1152236, 30.2741081 ], [ 120.1152612, 30.2740792 ], [ 120.115372, 30.2740503 ], [ 120.115558, 30.2740251 ], [ 120.116164, 30.2739144 ], [ 120.1164287, 30.2738788 ], [ 120.117093, 30.2737528 ], [ 120.1176319, 30.2736654 ], [ 120.1175812, 30.2736052 ], [ 120.1175715, 30.2735636 ], [ 120.1175818, 30.2734955 ], [ 120.1176333, 30.2734485 ], [ 120.1173615, 30.2735305 ], [ 120.1171995, 30.2735886 ], [ 120.1170864, 30.273618 ], [ 120.1169323, 30.2736815 ], [ 120.116323, 30.2737976 ], [ 120.1160234, 30.2738262 ], [ 120.1155736, 30.2738586 ], [ 120.115551, 30.2739092 ], [ 120.1153113, 30.2740142 ], [ 120.1152069, 30.2740485 ], [ 120.1151337, 30.2740937 ], [ 120.1147825, 30.2746022 ], [ 120.1147759, 30.2746991 ], [ 120.1147428, 30.2749247 ], [ 120.1146535, 30.2762792 ], [ 120.1144146, 30.2777048 ], [ 120.114396, 30.2783524 ], [ 120.1143553, 30.2792639 ], [ 120.1143486, 30.2794439 ], [ 120.1143435, 30.2795829 ], [ 120.1143268, 30.2796579 ], [ 120.1143139, 30.2797156 ], [ 120.1142932, 30.2799505 ], [ 120.1142518, 30.2803103 ], [ 120.1142492, 30.2803255 ], [ 120.114178, 30.2807264 ], [ 120.1141164, 30.2811909 ], [ 120.1141123, 30.2814708 ], [ 120.113976, 30.2815438 ], [ 120.1138091, 30.2816486 ], [ 120.113648, 30.2818089 ], [ 120.1135394, 30.2819696 ], [ 120.1133785, 30.2821755 ], [ 120.1131607, 30.2823374 ], [ 120.1129604, 30.2824766 ], [ 120.1126649, 30.2826368 ], [ 120.1122779, 30.2828045 ], [ 120.1120035, 30.2828901 ], [ 120.1119346, 30.2829156 ], [ 120.1113055, 30.2831487 ], [ 120.1107352, 30.2833934 ], [ 120.1106589, 30.2834713 ], [ 120.1106109, 30.2837497 ], [ 120.1106022, 30.283968 ], [ 120.1106165, 30.2841049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1146856, 30.2804197 ], [ 120.1147739, 30.2804056 ], [ 120.1152877, 30.2804103 ], [ 120.1159887, 30.2804512 ], [ 120.1171376, 30.2805453 ], [ 120.117336, 30.2805748 ], [ 120.1175454, 30.2806518 ], [ 120.1176383, 30.2807646 ], [ 120.1176883, 30.2809023 ], [ 120.1176985, 30.2810723 ], [ 120.1176544, 30.281433 ], [ 120.1175627, 30.2821659 ], [ 120.1175559, 30.2823565 ], [ 120.1175729, 30.2825676 ], [ 120.1175898, 30.2828666 ], [ 120.117634, 30.2830748 ], [ 120.1177121, 30.283236 ], [ 120.1177902, 30.2833298 ], [ 120.1178954, 30.2834002 ], [ 120.1180482, 30.2834647 ], [ 120.1182315, 30.2835233 ], [ 120.11888, 30.2836816 ], [ 120.119121, 30.2838136 ], [ 120.1192636, 30.283881 ], [ 120.1202991, 30.2842533 ], [ 120.1204043, 30.2842944 ], [ 120.1204926, 30.2843471 ], [ 120.1205944, 30.2843589 ], [ 120.1210528, 30.2844615 ], [ 120.1214194, 30.2845465 ], [ 120.1215179, 30.284567 ], [ 120.1215824, 30.284611 ], [ 120.1216163, 30.2846784 ], [ 120.1215953, 30.2853354 ], [ 120.1215506, 30.285868 ], [ 120.1214982, 30.2868538 ], [ 120.1214817, 30.2872182 ], [ 120.1214072, 30.2880278 ], [ 120.1213797, 30.2880825 ], [ 120.1213686, 30.2881421 ], [ 120.1213907, 30.2881897 ], [ 120.121308, 30.2889684 ], [ 120.1212749, 30.2890207 ], [ 120.1212666, 30.2892493 ], [ 120.1212087, 30.2892946 ], [ 120.1211453, 30.2893612 ], [ 120.1211232, 30.2894565 ], [ 120.1211232, 30.2896422 ], [ 120.1211535, 30.2897899 ], [ 120.1212004, 30.2898589 ], [ 120.1212004, 30.2899542 ], [ 120.1211361, 30.2903448 ], [ 120.1212395, 30.2903522 ], [ 120.1213092, 30.2898259 ], [ 120.1213432, 30.2896442 ], [ 120.1213635, 30.2893598 ], [ 120.1213432, 30.2892719 ], [ 120.1213635, 30.2890286 ], [ 120.1214009, 30.2887325 ], [ 120.1214416, 30.2884657 ], [ 120.1214824, 30.2882165 ], [ 120.1215231, 30.2881784 ], [ 120.1215299, 30.2880758 ], [ 120.1214858, 30.288023 ], [ 120.1215231, 30.2876448 ], [ 120.1215842, 30.2869882 ], [ 120.1216182, 30.2863667 ], [ 120.1216909, 30.2853633 ], [ 120.121703, 30.2851969 ], [ 120.1217352, 30.2851152 ], [ 120.1217657, 30.284696 ], [ 120.1217691, 30.2845758 ], [ 120.1215858, 30.284526 ], [ 120.1206827, 30.284224 ], [ 120.1189139, 30.283582 ], [ 120.1180651, 30.283324 ], [ 120.1178852, 30.2832126 ], [ 120.1178139, 30.2830836 ], [ 120.1177596, 30.2828285 ], [ 120.1177596, 30.2824884 ], [ 120.1178105, 30.2821894 ], [ 120.1178513, 30.2819108 ], [ 120.1178716, 30.2816587 ], [ 120.1178309, 30.2815004 ], [ 120.1178614, 30.28126 ], [ 120.1179226, 30.2808114 ], [ 120.1179429, 30.2806384 ], [ 120.1179754, 30.28058 ], [ 120.1174999, 30.280433 ], [ 120.1160143, 30.2803366 ], [ 120.1151486, 30.2802679 ], [ 120.1147873, 30.2802362 ], [ 120.1145018, 30.2802113 ], [ 120.1146856, 30.2804197 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "游泳池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1118032, 30.2909506 ], [ 120.1119427, 30.2908903 ], [ 120.1119856, 30.2908023 ], [ 120.1120178, 30.2907236 ], [ 120.1119802, 30.2906634 ], [ 120.1118891, 30.2906587 ], [ 120.1118837, 30.2905985 ], [ 120.1118193, 30.2905615 ], [ 120.111712, 30.2905754 ], [ 120.1116691, 30.2909459 ], [ 120.1118032, 30.2909506 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "原杭师大文一校区内池塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1259322, 30.2929689 ], [ 120.1259557, 30.2929712 ], [ 120.1259367, 30.292993 ], [ 120.1259602, 30.2929992 ], [ 120.1259863, 30.2929837 ], [ 120.1260152, 30.2929751 ], [ 120.1260413, 30.292979 ], [ 120.1260413, 30.2929992 ], [ 120.1260648, 30.2929985 ], [ 120.1260855, 30.292993 ], [ 120.1261577, 30.2929977 ], [ 120.1262822, 30.2929042 ], [ 120.1263318, 30.2928824 ], [ 120.1263805, 30.2929042 ], [ 120.1264102, 30.2929027 ], [ 120.126458, 30.2928964 ], [ 120.1264625, 30.2928785 ], [ 120.1264571, 30.2928497 ], [ 120.1264797, 30.2928427 ], [ 120.1264815, 30.2928349 ], [ 120.126523, 30.2928513 ], [ 120.1265374, 30.2928357 ], [ 120.1265951, 30.2928653 ], [ 120.1266375, 30.2928715 ], [ 120.1266501, 30.2929097 ], [ 120.1267304, 30.292919 ], [ 120.1267575, 30.2929003 ], [ 120.1267818, 30.2927882 ], [ 120.1267458, 30.2927274 ], [ 120.1266718, 30.2927547 ], [ 120.1265933, 30.2927453 ], [ 120.1265951, 30.2927228 ], [ 120.1265681, 30.2927189 ], [ 120.1265636, 30.2927492 ], [ 120.126532, 30.2927329 ], [ 120.1265149, 30.2927469 ], [ 120.1264932, 30.2927531 ], [ 120.1264869, 30.2927376 ], [ 120.1264644, 30.2927469 ], [ 120.1264616, 30.2927633 ], [ 120.1263922, 30.2927718 ], [ 120.1263399, 30.2927391 ], [ 120.1262984, 30.2927967 ], [ 120.126228, 30.2927796 ], [ 120.126192, 30.2928045 ], [ 120.1261703, 30.2927866 ], [ 120.1261234, 30.2928372 ], [ 120.1260837, 30.2928754 ], [ 120.1260612, 30.2928809 ], [ 120.126045, 30.2928536 ], [ 120.1260143, 30.2928692 ], [ 120.1260278, 30.2929175 ], [ 120.1259972, 30.2929291 ], [ 120.1259809, 30.2929136 ], [ 120.1259602, 30.292926 ], [ 120.1259475, 30.2929011 ], [ 120.1259322, 30.2929276 ], [ 120.1259322, 30.2929689 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1197823, 30.2956871 ], [ 120.1198626, 30.295219 ], [ 120.1199726, 30.2947408 ], [ 120.1200181, 30.2944952 ], [ 120.1199958, 30.2944444 ], [ 120.1199821, 30.2943902 ], [ 120.1201737, 30.2934471 ], [ 120.12019, 30.2932792 ], [ 120.1201438, 30.2931903 ], [ 120.1201423, 30.2930846 ], [ 120.1201839, 30.2930322 ], [ 120.1202579, 30.2930086 ], [ 120.1204429, 30.2924347 ], [ 120.1207435, 30.2917417 ], [ 120.120915, 30.2913565 ], [ 120.1210816, 30.290941 ], [ 120.1212395, 30.2903522 ], [ 120.1211361, 30.2903448 ], [ 120.1209875, 30.2907949 ], [ 120.1209814, 30.2909446 ], [ 120.1207243, 30.2915894 ], [ 120.1206188, 30.2917298 ], [ 120.1204682, 30.2919879 ], [ 120.1203887, 30.292201 ], [ 120.1203446, 30.2923723 ], [ 120.1202031, 30.2927276 ], [ 120.1201417, 30.2928063 ], [ 120.1200503, 30.2929505 ], [ 120.1200523, 30.2932124 ], [ 120.1200418, 30.2934406 ], [ 120.1198854, 30.2943249 ], [ 120.1198209, 30.2948784 ], [ 120.1196957, 30.2952551 ], [ 120.1196654, 30.2954941 ], [ 120.1196331, 30.2956614 ], [ 120.1197823, 30.2956871 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1140775, 30.2952749 ], [ 120.1155369, 30.2956372 ], [ 120.1160289, 30.2957593 ], [ 120.1176281, 30.296089 ], [ 120.1178608, 30.2960633 ], [ 120.118189, 30.296089 ], [ 120.1184277, 30.2961921 ], [ 120.1186604, 30.296259 ], [ 120.1191856, 30.2963415 ], [ 120.1193526, 30.2963879 ], [ 120.1195138, 30.2964703 ], [ 120.1200508, 30.296326 ], [ 120.1202298, 30.2962436 ], [ 120.120391, 30.2962281 ], [ 120.1212741, 30.2963415 ], [ 120.1235477, 30.2966197 ], [ 120.1242458, 30.2965991 ], [ 120.124803, 30.2965282 ], [ 120.125314, 30.2964445 ], [ 120.125814, 30.2962709 ], [ 120.1262151, 30.2961045 ], [ 120.1265791, 30.2959035 ], [ 120.1268178, 30.2957541 ], [ 120.1270803, 30.2955429 ], [ 120.1274085, 30.2952646 ], [ 120.1276711, 30.2951204 ], [ 120.1279814, 30.2950019 ], [ 120.1282917, 30.29494 ], [ 120.1286975, 30.2949246 ], [ 120.1296224, 30.2949452 ], [ 120.1302967, 30.2949864 ], [ 120.1306547, 30.2950328 ], [ 120.1310426, 30.2950998 ], [ 120.1331682, 30.2956004 ], [ 120.1334164, 30.295657 ], [ 120.1340693, 30.2957716 ], [ 120.135357, 30.2960066 ], [ 120.1360074, 30.2961766 ], [ 120.136258, 30.2961972 ], [ 120.1362939, 30.2960928 ], [ 120.1360548, 30.2960359 ], [ 120.1359119, 30.2959911 ], [ 120.1352591, 30.2958725 ], [ 120.1347304, 30.2957644 ], [ 120.1333493, 30.2954864 ], [ 120.1328984, 30.2954038 ], [ 120.1328447, 30.2953728 ], [ 120.1328268, 30.2952749 ], [ 120.1327075, 30.2952646 ], [ 120.1326418, 30.2953316 ], [ 120.1316692, 30.2950946 ], [ 120.1305294, 30.294837 ], [ 120.1297954, 30.2947752 ], [ 120.1290376, 30.2947649 ], [ 120.128596, 30.2947752 ], [ 120.1280052, 30.2948628 ], [ 120.1277964, 30.2949297 ], [ 120.1274563, 30.2951101 ], [ 120.1271579, 30.2952852 ], [ 120.1268655, 30.2955016 ], [ 120.1264895, 30.295785 ], [ 120.1260539, 30.2960323 ], [ 120.1258152, 30.2961302 ], [ 120.1251887, 30.2962951 ], [ 120.1246516, 30.2964033 ], [ 120.1242697, 30.2964445 ], [ 120.1236372, 30.2964703 ], [ 120.1229867, 30.2964394 ], [ 120.1227122, 30.2964085 ], [ 120.1220499, 30.296326 ], [ 120.1214114, 30.296223 ], [ 120.1197977, 30.2959943 ], [ 120.11972, 30.2959607 ], [ 120.1196958, 30.2959051 ], [ 120.1197173, 30.2957963 ], [ 120.1197823, 30.2956871 ], [ 120.1196331, 30.2956614 ], [ 120.1195389, 30.2959375 ], [ 120.1195199, 30.2960022 ], [ 120.1194771, 30.2960363 ], [ 120.1193967, 30.2960348 ], [ 120.1187917, 30.2959344 ], [ 120.1168643, 30.2955892 ], [ 120.1157961, 30.2953574 ], [ 120.1148712, 30.2950998 ], [ 120.1140775, 30.2949452 ], [ 120.1140775, 30.2952749 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1202835, 30.2969031 ], [ 120.1204208, 30.2969907 ], [ 120.1207788, 30.2972844 ], [ 120.1212443, 30.2977841 ], [ 120.12239, 30.2987888 ], [ 120.1224736, 30.2989125 ], [ 120.1225153, 30.2989949 ], [ 120.1224855, 30.2990825 ], [ 120.1223551, 30.2991925 ], [ 120.1225153, 30.2993143 ], [ 120.1225989, 30.2992422 ], [ 120.1226824, 30.2992164 ], [ 120.12276, 30.2992371 ], [ 120.1230942, 30.2994947 ], [ 120.1233388, 30.2997111 ], [ 120.1239654, 30.300252 ], [ 120.1250613, 30.3013145 ], [ 120.1252017, 30.3015515 ], [ 120.1262479, 30.3024854 ], [ 120.1272663, 30.3032817 ], [ 120.1276568, 30.3036401 ], [ 120.1280052, 30.3039254 ], [ 120.1289123, 30.3048682 ], [ 120.1291271, 30.3050949 ], [ 120.1297716, 30.306048 ], [ 120.1303206, 30.3066817 ], [ 120.1304393, 30.3067909 ], [ 120.1310903, 30.3072638 ], [ 120.1316572, 30.307609 ], [ 120.132587, 30.3082588 ], [ 120.1327896, 30.3080302 ], [ 120.1325046, 30.3078717 ], [ 120.1323017, 30.3077481 ], [ 120.1312873, 30.3069805 ], [ 120.130977, 30.3067126 ], [ 120.1307204, 30.306455 ], [ 120.1298611, 30.3054452 ], [ 120.1291331, 30.3045282 ], [ 120.1287034, 30.304147 ], [ 120.127862, 30.3033536 ], [ 120.127313, 30.3028126 ], [ 120.1263105, 30.3018801 ], [ 120.1260897, 30.3016946 ], [ 120.1257483, 30.3013735 ], [ 120.1250216, 30.30069 ], [ 120.1250015, 30.3006737 ], [ 120.12421, 30.3000305 ], [ 120.1238281, 30.299742 ], [ 120.123344, 30.2992155 ], [ 120.1230464, 30.2988919 ], [ 120.1221931, 30.2981087 ], [ 120.1215068, 30.2975008 ], [ 120.1210175, 30.2970937 ], [ 120.1200986, 30.296393 ], [ 120.1200508, 30.296326 ], [ 120.1195138, 30.2964703 ], [ 120.1202835, 30.2969031 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1045367, 30.3134557 ], [ 120.104618, 30.3134698 ], [ 120.1047522, 30.3135224 ], [ 120.1048742, 30.3135961 ], [ 120.1055897, 30.3139892 ], [ 120.105858, 30.3141857 ], [ 120.1060328, 30.3143191 ], [ 120.1061629, 30.314456 ], [ 120.1062971, 30.3145928 ], [ 120.1064638, 30.3146771 ], [ 120.1066914, 30.3147122 ], [ 120.1073419, 30.3146139 ], [ 120.107598, 30.3145191 ], [ 120.107846, 30.3143472 ], [ 120.108525, 30.3136768 ], [ 120.1090575, 30.3131399 ], [ 120.1094763, 30.3127327 ], [ 120.1097039, 30.3125573 ], [ 120.1098747, 30.3124169 ], [ 120.1100492, 30.3120676 ], [ 120.1103201, 30.3119495 ], [ 120.1105052, 30.3118731 ], [ 120.1106769, 30.3117712 ], [ 120.110752, 30.3116995 ], [ 120.1107976, 30.3115605 ], [ 120.1108244, 30.3114123 ], [ 120.1109073, 30.3111885 ], [ 120.1109724, 30.311013 ], [ 120.1110781, 30.31082 ], [ 120.1112244, 30.3106094 ], [ 120.1116391, 30.310104 ], [ 120.1120335, 30.3096688 ], [ 120.1122855, 30.3093318 ], [ 120.1124766, 30.3090651 ], [ 120.1127571, 30.3085702 ], [ 120.1129766, 30.3082684 ], [ 120.113432, 30.3077279 ], [ 120.113741, 30.3073734 ], [ 120.1138467, 30.3072716 ], [ 120.1140255, 30.3070996 ], [ 120.1151639, 30.3060712 ], [ 120.1155379, 30.3057272 ], [ 120.1161477, 30.3052358 ], [ 120.1165136, 30.3049831 ], [ 120.11666, 30.3048778 ], [ 120.1168063, 30.3047866 ], [ 120.1169364, 30.3047339 ], [ 120.1170746, 30.3046497 ], [ 120.1174771, 30.3042987 ], [ 120.1176031, 30.3042425 ], [ 120.117843, 30.30406 ], [ 120.1181601, 30.3038389 ], [ 120.1182008, 30.3038073 ], [ 120.1182292, 30.3037406 ], [ 120.1182455, 30.3036704 ], [ 120.1181764, 30.3032071 ], [ 120.1181804, 30.3031579 ], [ 120.1182333, 30.3031018 ], [ 120.1185341, 30.3029052 ], [ 120.1187659, 30.3027192 ], [ 120.1191656, 30.3024462 ], [ 120.1201299, 30.3015168 ], [ 120.1202686, 30.3014255 ], [ 120.1204271, 30.3012773 ], [ 120.1205856, 30.3011632 ], [ 120.1207243, 30.3010235 ], [ 120.1211667, 30.3005845 ], [ 120.1215267, 30.3002024 ], [ 120.1216291, 30.3000656 ], [ 120.121847, 30.2998774 ], [ 120.1219494, 30.2998204 ], [ 120.1222069, 30.2996008 ], [ 120.1223753, 30.2994383 ], [ 120.1225153, 30.2993143 ], [ 120.1223551, 30.2991925 ], [ 120.1220643, 30.2994379 ], [ 120.1218539, 30.2996154 ], [ 120.1216383, 30.2997972 ], [ 120.1213867, 30.3000834 ], [ 120.1210734, 30.3004049 ], [ 120.1209271, 30.300584 ], [ 120.1205043, 30.3009631 ], [ 120.1202644, 30.3011456 ], [ 120.1201424, 30.3013 ], [ 120.1200489, 30.3013702 ], [ 120.1199676, 30.3014509 ], [ 120.1199188, 30.3015317 ], [ 120.1198492, 30.3015937 ], [ 120.1197402, 30.3016679 ], [ 120.1196411, 30.3017534 ], [ 120.1195256, 30.3018446 ], [ 120.11941, 30.3019672 ], [ 120.1193109, 30.3020556 ], [ 120.118951, 30.3023379 ], [ 120.1188756, 30.3024314 ], [ 120.1188065, 30.3025156 ], [ 120.1187415, 30.3025648 ], [ 120.1186276, 30.3025928 ], [ 120.1185423, 30.3025683 ], [ 120.1183187, 30.3024208 ], [ 120.1174527, 30.301782 ], [ 120.1169567, 30.3014486 ], [ 120.1163266, 30.3009712 ], [ 120.1160949, 30.3007606 ], [ 120.115729, 30.3004938 ], [ 120.1154241, 30.3002727 ], [ 120.1149077, 30.299876 ], [ 120.1141231, 30.2992863 ], [ 120.1137979, 30.299002 ], [ 120.11331, 30.2986615 ], [ 120.1129197, 30.2983316 ], [ 120.1128953, 30.2982824 ], [ 120.1128547, 30.2982614 ], [ 120.1127896, 30.2982614 ], [ 120.1126189, 30.2981526 ], [ 120.1124319, 30.2980087 ], [ 120.1122693, 30.2978823 ], [ 120.1120822, 30.2977559 ], [ 120.1119034, 30.2976506 ], [ 120.111822, 30.297612 ], [ 120.1118017, 30.2975523 ], [ 120.1116228, 30.297447 ], [ 120.1114155, 30.2973171 ], [ 120.1111878, 30.2971802 ], [ 120.1109317, 30.297089 ], [ 120.1106878, 30.2970188 ], [ 120.1104398, 30.2969661 ], [ 120.1101918, 30.2969451 ], [ 120.1096389, 30.2968749 ], [ 120.1093299, 30.2968327 ], [ 120.1091348, 30.2967836 ], [ 120.1090047, 30.2967274 ], [ 120.1089234, 30.2966467 ], [ 120.1088583, 30.2965309 ], [ 120.1088217, 30.2964326 ], [ 120.1088095, 30.2962851 ], [ 120.1087948, 30.2961331 ], [ 120.1089488, 30.2956802 ], [ 120.1090494, 30.2954602 ], [ 120.1091226, 30.2952707 ], [ 120.1091958, 30.2950776 ], [ 120.1092201, 30.2950039 ], [ 120.1092283, 30.2949056 ], [ 120.1092201, 30.2948178 ], [ 120.1092486, 30.2947863 ], [ 120.1092764, 30.2947503 ], [ 120.1090225, 30.2947592 ], [ 120.109086, 30.2947933 ], [ 120.1091104, 30.2948319 ], [ 120.1091144, 30.2949021 ], [ 120.1091144, 30.295039 ], [ 120.109086, 30.2951092 ], [ 120.1088624, 30.2957095 ], [ 120.1087079, 30.2961447 ], [ 120.1087201, 30.2963448 ], [ 120.1087567, 30.296566 ], [ 120.1087933, 30.2966678 ], [ 120.1088543, 30.2967731 ], [ 120.1089356, 30.2968468 ], [ 120.1090413, 30.2968924 ], [ 120.1091795, 30.2969345 ], [ 120.1103178, 30.2970855 ], [ 120.1109114, 30.2972224 ], [ 120.1113748, 30.2974576 ], [ 120.1115903, 30.2975839 ], [ 120.1117448, 30.2976857 ], [ 120.1118586, 30.29777 ], [ 120.1119115, 30.2978296 ], [ 120.1119318, 30.2978823 ], [ 120.1119725, 30.2979174 ], [ 120.1120538, 30.2979665 ], [ 120.1121432, 30.2979981 ], [ 120.1122693, 30.2980613 ], [ 120.1126961, 30.2983281 ], [ 120.1126961, 30.2983737 ], [ 120.1127083, 30.2984018 ], [ 120.112749, 30.2984229 ], [ 120.1127978, 30.2984299 ], [ 120.1128384, 30.2984264 ], [ 120.1130986, 30.2986089 ], [ 120.1131758, 30.2986826 ], [ 120.1132775, 30.2987668 ], [ 120.1133344, 30.2987949 ], [ 120.1137735, 30.2991179 ], [ 120.1138914, 30.2992091 ], [ 120.1140255, 30.2993741 ], [ 120.1142654, 30.2995636 ], [ 120.1144605, 30.2997146 ], [ 120.1148224, 30.2999322 ], [ 120.1149809, 30.3000445 ], [ 120.115047, 30.3001016 ], [ 120.1151191, 30.3001639 ], [ 120.1152086, 30.3002516 ], [ 120.115298, 30.3003148 ], [ 120.1155094, 30.3004482 ], [ 120.115729, 30.3006237 ], [ 120.1159892, 30.3008132 ], [ 120.1161762, 30.3009747 ], [ 120.1162656, 30.3010484 ], [ 120.1164445, 30.3011643 ], [ 120.1171803, 30.3017013 ], [ 120.1175218, 30.301933 ], [ 120.1180219, 30.302305 ], [ 120.1184894, 30.302642 ], [ 120.1184854, 30.3026981 ], [ 120.1184488, 30.3027438 ], [ 120.1181682, 30.3029473 ], [ 120.1180707, 30.3030842 ], [ 120.1180016, 30.3032211 ], [ 120.1179894, 30.3033124 ], [ 120.1180382, 30.3036985 ], [ 120.1180056, 30.3037897 ], [ 120.1179243, 30.3038459 ], [ 120.1169323, 30.3045303 ], [ 120.1166396, 30.3047655 ], [ 120.1164892, 30.3048357 ], [ 120.1164323, 30.3048673 ], [ 120.1159851, 30.3051902 ], [ 120.1157737, 30.3053622 ], [ 120.115668, 30.3054148 ], [ 120.1154484, 30.3055833 ], [ 120.1151883, 30.305829 ], [ 120.1150094, 30.3059694 ], [ 120.1146313, 30.3062853 ], [ 120.1144565, 30.3064538 ], [ 120.1143182, 30.3066012 ], [ 120.1141516, 30.3067346 ], [ 120.113871, 30.3070154 ], [ 120.1137769, 30.3071042 ], [ 120.1134767, 30.3073874 ], [ 120.1132775, 30.3076436 ], [ 120.1130701, 30.3078963 ], [ 120.1128872, 30.3081666 ], [ 120.1126595, 30.3084684 ], [ 120.1123302, 30.3089036 ], [ 120.1121514, 30.3090967 ], [ 120.1118912, 30.3094617 ], [ 120.1116757, 30.3097355 ], [ 120.1114236, 30.3100268 ], [ 120.1107732, 30.3108094 ], [ 120.1107081, 30.3109288 ], [ 120.1106837, 30.311027 ], [ 120.1106553, 30.3112166 ], [ 120.1106179, 30.311535 ], [ 120.1105669, 30.3116416 ], [ 120.110532, 30.3116624 ], [ 120.1103926, 30.3117411 ], [ 120.1103523, 30.3117666 ], [ 120.1102665, 30.3118129 ], [ 120.1101914, 30.3118523 ], [ 120.1100861, 30.3118834 ], [ 120.109956, 30.3119361 ], [ 120.1098422, 30.3120027 ], [ 120.109582, 30.3122274 ], [ 120.1094194, 30.3123993 ], [ 120.1092486, 30.3126345 ], [ 120.1088868, 30.3130135 ], [ 120.1085941, 30.3133118 ], [ 120.1083014, 30.3135821 ], [ 120.1082078, 30.3136874 ], [ 120.1079233, 30.3139997 ], [ 120.1077444, 30.3141682 ], [ 120.1075208, 30.314291 ], [ 120.1074029, 30.3143717 ], [ 120.107346, 30.3144419 ], [ 120.1071915, 30.3145191 ], [ 120.1069354, 30.3145648 ], [ 120.1067524, 30.3145648 ], [ 120.1066101, 30.3145437 ], [ 120.1065044, 30.3144805 ], [ 120.1063418, 30.3144103 ], [ 120.1062036, 30.3143051 ], [ 120.1060694, 30.3141682 ], [ 120.1056344, 30.3138699 ], [ 120.1052726, 30.3136523 ], [ 120.1049108, 30.3134487 ], [ 120.1043746, 30.3132095 ], [ 120.1042465, 30.3133529 ], [ 120.1045367, 30.3134557 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1226447, 30.3088053 ], [ 120.123246, 30.309112 ], [ 120.123609, 30.3092973 ], [ 120.1241673, 30.3095063 ], [ 120.1250262, 30.3098872 ], [ 120.1254361, 30.3100692 ], [ 120.1259788, 30.3103152 ], [ 120.1265019, 30.3105174 ], [ 120.1268611, 30.3106556 ], [ 120.1270329, 30.3107399 ], [ 120.1272749, 30.3108106 ], [ 120.1281768, 30.3110971 ], [ 120.1284852, 30.3111949 ], [ 120.1287296, 30.3113001 ], [ 120.1288809, 30.3113783 ], [ 120.1289198, 30.311334 ], [ 120.1288272, 30.3112829 ], [ 120.1285945, 30.3111578 ], [ 120.1285339, 30.311126 ], [ 120.1284461, 30.3110836 ], [ 120.1283368, 30.3110432 ], [ 120.1281963, 30.3109893 ], [ 120.1273335, 30.310723 ], [ 120.1270992, 30.3106556 ], [ 120.1265839, 30.3104332 ], [ 120.1265019, 30.3103893 ], [ 120.1258461, 30.3101568 ], [ 120.1252058, 30.309877 ], [ 120.1245187, 30.3095906 ], [ 120.1238901, 30.309331 ], [ 120.1236403, 30.30924 ], [ 120.1226838, 30.3087716 ], [ 120.1224495, 30.308657 ], [ 120.122188, 30.3085188 ], [ 120.1221489, 30.3085424 ], [ 120.1226447, 30.3088053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1252036, 30.3112533 ], [ 120.1252189, 30.3112962 ], [ 120.1252342, 30.3113359 ], [ 120.1253031, 30.3113921 ], [ 120.1253491, 30.3113789 ], [ 120.1253644, 30.3113425 ], [ 120.1253644, 30.3113128 ], [ 120.1253529, 30.3112797 ], [ 120.1253146, 30.3112632 ], [ 120.1253108, 30.3112136 ], [ 120.125261, 30.3111872 ], [ 120.1252189, 30.3111872 ], [ 120.1251998, 30.3112202 ], [ 120.1252036, 30.3112533 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0785588, 30.2825017 ], [ 120.0786228, 30.2825369 ], [ 120.0787218, 30.2825369 ], [ 120.0789256, 30.282557 ], [ 120.0790013, 30.2825369 ], [ 120.0790304, 30.2824565 ], [ 120.0789954, 30.2824011 ], [ 120.0789256, 30.282381 ], [ 120.0788091, 30.282381 ], [ 120.0786869, 30.2823861 ], [ 120.0785937, 30.2823961 ], [ 120.0785471, 30.2824313 ], [ 120.0785588, 30.2825017 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0414021, 30.3059817 ], [ 120.0414066, 30.3059822 ], [ 120.0422219, 30.3058939 ], [ 120.0425629, 30.3058287 ], [ 120.0431234, 30.305672 ], [ 120.043463, 30.3055355 ], [ 120.0437066, 30.3053802 ], [ 120.0440098, 30.3051401 ], [ 120.044328, 30.3048628 ], [ 120.0446382, 30.3045571 ], [ 120.0447729, 30.3044238 ], [ 120.0449416, 30.3042432 ], [ 120.045191, 30.3039971 ], [ 120.0453711, 30.3037931 ], [ 120.045879, 30.303285 ], [ 120.0468085, 30.3022077 ], [ 120.0470289, 30.3019787 ], [ 120.0473482, 30.3017827 ], [ 120.0475847, 30.3016921 ], [ 120.0481522, 30.3015893 ], [ 120.0482783, 30.301554 ], [ 120.0483939, 30.3015162 ], [ 120.0484657, 30.3014886 ], [ 120.0485489, 30.301477 ], [ 120.0486079, 30.3014666 ], [ 120.0486454, 30.301433 ], [ 120.0486897, 30.3013855 ], [ 120.0488761, 30.3012987 ], [ 120.0491041, 30.3011841 ], [ 120.0495306, 30.3009479 ], [ 120.0499356, 30.3007533 ], [ 120.0504264, 30.3005055 ], [ 120.0506517, 30.3004013 ], [ 120.0507282, 30.300349 ], [ 120.0511077, 30.3000898 ], [ 120.0517796, 30.2997529 ], [ 120.0524595, 30.2994437 ], [ 120.053, 30.2992318 ], [ 120.053338, 30.2991137 ], [ 120.0536142, 30.2990454 ], [ 120.0537309, 30.2990176 ], [ 120.0538436, 30.2990026 ], [ 120.0542834, 30.2989655 ], [ 120.0544243, 30.2989447 ], [ 120.0548467, 30.2988648 ], [ 120.0549258, 30.2988625 ], [ 120.0549822, 30.2988659 ], [ 120.0550331, 30.2988787 ], [ 120.0555213, 30.299006 ], [ 120.0555991, 30.2990072 ], [ 120.0556715, 30.2990223 ], [ 120.0557318, 30.2990431 ], [ 120.0560926, 30.299226 ], [ 120.0564574, 30.2993604 ], [ 120.0566103, 30.2994113 ], [ 120.0568637, 30.2994831 ], [ 120.0572178, 30.2995352 ], [ 120.0574471, 30.2995781 ], [ 120.05771, 30.2996012 ], [ 120.0579312, 30.2995989 ], [ 120.0581458, 30.2995827 ], [ 120.0583443, 30.2995503 ], [ 120.0585508, 30.2994866 ], [ 120.0588727, 30.2993719 ], [ 120.0590537, 30.2992793 ], [ 120.059786, 30.2991939 ], [ 120.0600925, 30.2991228 ], [ 120.0604214, 30.2990766 ], [ 120.0605848, 30.2989742 ], [ 120.0610668, 30.298844 ], [ 120.0612039, 30.2987733 ], [ 120.0613632, 30.2987158 ], [ 120.0615887, 30.2986345 ], [ 120.0616116, 30.2986262 ], [ 120.0618174, 30.29861 ], [ 120.0619922, 30.2986293 ], [ 120.0621809, 30.298678 ], [ 120.0625123, 30.2986759 ], [ 120.0626535, 30.2986203 ], [ 120.0628553, 30.2986481 ], [ 120.0629414, 30.2985623 ], [ 120.0630289, 30.2984752 ], [ 120.0636889, 30.2984987 ], [ 120.0638129, 30.2984861 ], [ 120.0641989, 30.2985403 ], [ 120.0647445, 30.2987039 ], [ 120.0649078, 30.2987086 ], [ 120.065057, 30.2987378 ], [ 120.065413, 30.2988055 ], [ 120.065548, 30.2988371 ], [ 120.066167, 30.2989908 ], [ 120.0666202, 30.2989968 ], [ 120.0668588, 30.2989999 ], [ 120.0674526, 30.298845 ], [ 120.0681046, 30.298621 ], [ 120.069216, 30.298021 ], [ 120.0702958, 30.2977533 ], [ 120.0712451, 30.2976014 ], [ 120.0713175, 30.2976054 ], [ 120.0715375, 30.2975386 ], [ 120.0716025, 30.2975064 ], [ 120.0716759, 30.2974491 ], [ 120.0718966, 30.2973257 ], [ 120.0720119, 30.297296 ], [ 120.07223, 30.2972398 ], [ 120.0733932, 30.2970614 ], [ 120.0734761, 30.297079 ], [ 120.0737376, 30.2971342 ], [ 120.0743357, 30.2970831 ], [ 120.0753845, 30.2970132 ], [ 120.0765297, 30.2969969 ], [ 120.076575, 30.2970641 ], [ 120.0773984, 30.2970604 ], [ 120.0774067, 30.2969664 ], [ 120.077505, 30.2968822 ], [ 120.0784816, 30.2969822 ], [ 120.0790931, 30.2969826 ], [ 120.0794746, 30.296956 ], [ 120.0800091, 30.2969234 ], [ 120.080848, 30.2969151 ], [ 120.0817939, 30.2968025 ], [ 120.0823118, 30.2967764 ], [ 120.0838458, 30.2967261 ], [ 120.0850681, 30.2966873 ], [ 120.0858728, 30.2966477 ], [ 120.0861557, 30.296609 ], [ 120.0864437, 30.2965161 ], [ 120.0866344, 30.2964387 ], [ 120.0867561, 30.2962684 ], [ 120.0869635, 30.2961444 ], [ 120.0873866, 30.2960265 ], [ 120.0882238, 30.2959764 ], [ 120.0885184, 30.296 ], [ 120.0894225, 30.2959073 ], [ 120.0915443, 30.295838 ], [ 120.0920202, 30.2958589 ], [ 120.0920222, 30.2959084 ], [ 120.0922235, 30.2958759 ], [ 120.0925184, 30.2957799 ], [ 120.0928217, 30.2957427 ], [ 120.0933475, 30.2956372 ], [ 120.0937855, 30.2954959 ], [ 120.0943628, 30.2954408 ], [ 120.0948954, 30.2954088 ], [ 120.095491, 30.2953258 ], [ 120.0977504, 30.295011 ], [ 120.0984953, 30.2949854 ], [ 120.0987576, 30.2949419 ], [ 120.0997751, 30.2948859 ], [ 120.1008682, 30.2947763 ], [ 120.1013162, 30.2947351 ], [ 120.1026694, 30.2945954 ], [ 120.1030661, 30.2945755 ], [ 120.104379, 30.2943825 ], [ 120.1044744, 30.2943977 ], [ 120.1045, 30.294453 ], [ 120.1048066, 30.2944997 ], [ 120.1048127, 30.2944701 ], [ 120.1067618, 30.2946389 ], [ 120.1076644, 30.2947034 ], [ 120.1080324, 30.2946637 ], [ 120.1085554, 30.2947214 ], [ 120.1090225, 30.2947592 ], [ 120.1092764, 30.2947503 ], [ 120.1107589, 30.2948138 ], [ 120.111817, 30.2949178 ], [ 120.1125546, 30.2949766 ], [ 120.1133083, 30.2950948 ], [ 120.1136574, 30.2951574 ], [ 120.1137077, 30.2951715 ], [ 120.1140775, 30.2952749 ], [ 120.1140775, 30.2949452 ], [ 120.1133592, 30.2947939 ], [ 120.1127843, 30.2946891 ], [ 120.1124236, 30.2946176 ], [ 120.1115293, 30.2945358 ], [ 120.1103966, 30.2944613 ], [ 120.1095687, 30.294501 ], [ 120.1091375, 30.2945159 ], [ 120.1086373, 30.2944812 ], [ 120.1076024, 30.2943968 ], [ 120.1048599, 30.2941486 ], [ 120.1045782, 30.2941287 ], [ 120.1043482, 30.2941386 ], [ 120.1026866, 30.2943025 ], [ 120.101325, 30.2943892 ], [ 120.1009129, 30.2944384 ], [ 120.1006799, 30.2944742 ], [ 120.1003408, 30.2945263 ], [ 120.099603, 30.2946065 ], [ 120.0975969, 30.2946962 ], [ 120.0974345, 30.2947236 ], [ 120.0960141, 30.2948796 ], [ 120.0948984, 30.2950021 ], [ 120.094849, 30.2950097 ], [ 120.0942407, 30.2951118 ], [ 120.093773, 30.2951757 ], [ 120.0933488, 30.2952762 ], [ 120.0928692, 30.2954072 ], [ 120.0921306, 30.2954872 ], [ 120.0917837, 30.2954112 ], [ 120.0895674, 30.2954815 ], [ 120.0885875, 30.2954874 ], [ 120.0882724, 30.2954893 ], [ 120.0880952, 30.2954932 ], [ 120.0879081, 30.2955609 ], [ 120.0872994, 30.2955716 ], [ 120.0871898, 30.2956121 ], [ 120.0867562, 30.2958937 ], [ 120.0864653, 30.296068 ], [ 120.0862619, 30.2961449 ], [ 120.086088, 30.296182 ], [ 120.0856284, 30.2962802 ], [ 120.0854479, 30.2963083 ], [ 120.0853922, 30.296317 ], [ 120.0852283, 30.2963013 ], [ 120.0851182, 30.2962623 ], [ 120.084936, 30.2962622 ], [ 120.0847392, 30.2962621 ], [ 120.08472, 30.2963316 ], [ 120.0843063, 30.2963811 ], [ 120.0836769, 30.2963793 ], [ 120.0835372, 30.2963789 ], [ 120.0833864, 30.2963533 ], [ 120.0832422, 30.2964187 ], [ 120.0829144, 30.29643 ], [ 120.0827695, 30.2963674 ], [ 120.0822974, 30.2963799 ], [ 120.0807644, 30.2964984 ], [ 120.0797848, 30.2964978 ], [ 120.0797393, 30.2965081 ], [ 120.0793549, 30.2965954 ], [ 120.0787829, 30.2966105 ], [ 120.0782036, 30.2965815 ], [ 120.0780043, 30.2965638 ], [ 120.0775476, 30.2965101 ], [ 120.0771457, 30.296521 ], [ 120.0771436, 30.2964707 ], [ 120.0767919, 30.296473 ], [ 120.0767911, 30.2965243 ], [ 120.0763979, 30.2965216 ], [ 120.0762866, 30.2965234 ], [ 120.0762348, 30.2965011 ], [ 120.0760563, 30.2965026 ], [ 120.0759122, 30.2965055 ], [ 120.0758014, 30.2965268 ], [ 120.0757334, 30.2965795 ], [ 120.0756506, 30.2966339 ], [ 120.0755848, 30.296622 ], [ 120.0753991, 30.2966152 ], [ 120.0747836, 30.2967299 ], [ 120.0746252, 30.2966852 ], [ 120.074546, 30.296757 ], [ 120.0743717, 30.2967678 ], [ 120.0742572, 30.2967312 ], [ 120.074149, 30.2967192 ], [ 120.0740408, 30.2967512 ], [ 120.0739137, 30.2967849 ], [ 120.0736915, 30.2967896 ], [ 120.0732834, 30.2968681 ], [ 120.0725692, 30.2969372 ], [ 120.0724868, 30.2968957 ], [ 120.0724117, 30.2968164 ], [ 120.0723707, 30.2967082 ], [ 120.0721576, 30.2967494 ], [ 120.0719207, 30.2969574 ], [ 120.0717963, 30.2970341 ], [ 120.0712756, 30.2972029 ], [ 120.0694232, 30.2975979 ], [ 120.0693307, 30.2976237 ], [ 120.0692505, 30.2976461 ], [ 120.0688403, 30.2978241 ], [ 120.068756, 30.2978654 ], [ 120.06762, 30.2984221 ], [ 120.0671339, 30.2985916 ], [ 120.0668032, 30.2986553 ], [ 120.0664508, 30.2986812 ], [ 120.0660983, 30.29866 ], [ 120.0659439, 30.29864 ], [ 120.065834, 30.2985892 ], [ 120.0657899, 30.2985323 ], [ 120.0657315, 30.2983814 ], [ 120.0657023, 30.2982525 ], [ 120.0656113, 30.2982167 ], [ 120.0655349, 30.2982564 ], [ 120.0654621, 30.2983231 ], [ 120.0654329, 30.2984001 ], [ 120.065069, 30.2983156 ], [ 120.064795, 30.2983038 ], [ 120.0646177, 30.2982582 ], [ 120.0644945, 30.298295 ], [ 120.0643237, 30.2982687 ], [ 120.0641693, 30.2982159 ], [ 120.0638737, 30.2982738 ], [ 120.0636453, 30.298273 ], [ 120.0630956, 30.2983096 ], [ 120.0629477, 30.2983016 ], [ 120.0622298, 30.2983448 ], [ 120.0619686, 30.2983763 ], [ 120.0617575, 30.298402 ], [ 120.061569, 30.2983769 ], [ 120.0613137, 30.2982651 ], [ 120.0611132, 30.2981938 ], [ 120.0608781, 30.2981324 ], [ 120.0605805, 30.2980492 ], [ 120.0603417, 30.2979326 ], [ 120.0598296, 30.2979675 ], [ 120.0606226, 30.298325 ], [ 120.0607142, 30.2984046 ], [ 120.0607241, 30.2984944 ], [ 120.0606938, 30.2985842 ], [ 120.0605866, 30.298649 ], [ 120.060212, 30.2987719 ], [ 120.0598276, 30.2988358 ], [ 120.0588593, 30.2990663 ], [ 120.0584824, 30.2991647 ], [ 120.0581619, 30.2992434 ], [ 120.0576295, 30.2992978 ], [ 120.0574203, 30.2992944 ], [ 120.0571226, 30.2992527 ], [ 120.0566089, 30.2991195 ], [ 120.0563514, 30.2990153 ], [ 120.0558163, 30.2987733 ], [ 120.0553724, 30.2985938 ], [ 120.0552383, 30.298551 ], [ 120.0549262, 30.2985688 ], [ 120.0547113, 30.2984966 ], [ 120.0545986, 30.2984966 ], [ 120.0540669, 30.2986889 ], [ 120.0537926, 30.2987015 ], [ 120.0535633, 30.2987629 ], [ 120.0534077, 30.2988127 ], [ 120.0529826, 30.2989563 ], [ 120.0524327, 30.299116 ], [ 120.0523214, 30.2991612 ], [ 120.0522074, 30.2992214 ], [ 120.0520572, 30.2993071 ], [ 120.0516866, 30.2995117 ], [ 120.0510273, 30.2998495 ], [ 120.0505154, 30.3001117 ], [ 120.0503755, 30.3001558 ], [ 120.0502583, 30.3001507 ], [ 120.0502105, 30.300131 ], [ 120.0501724, 30.3000984 ], [ 120.050118, 30.2999972 ], [ 120.0501096, 30.299988 ], [ 120.050101, 30.2999833 ], [ 120.0500937, 30.2999812 ], [ 120.0500026, 30.3000204 ], [ 120.0499981, 30.3000256 ], [ 120.0499958, 30.3000328 ], [ 120.0499973, 30.3000412 ], [ 120.0500138, 30.3001528 ], [ 120.0500026, 30.3002184 ], [ 120.0499785, 30.3002577 ], [ 120.0499356, 30.3002728 ], [ 120.0498967, 30.3002716 ], [ 120.0498645, 30.3002653 ], [ 120.049831, 30.300267 ], [ 120.0489968, 30.3006393 ], [ 120.0489727, 30.300648 ], [ 120.0489619, 30.3006485 ], [ 120.0489504, 30.3006461 ], [ 120.0489298, 30.3006364 ], [ 120.0487064, 30.3008082 ], [ 120.0484776, 30.3008626 ], [ 120.0484822, 30.3008706 ], [ 120.0484845, 30.3008798 ], [ 120.0484812, 30.3008966 ], [ 120.0484128, 30.3009311 ], [ 120.0483578, 30.300949 ], [ 120.0483088, 30.3009786 ], [ 120.0481917, 30.3010381 ], [ 120.0480986, 30.3010847 ], [ 120.0479386, 30.3011358 ], [ 120.0476753, 30.3012736 ], [ 120.047482, 30.3013977 ], [ 120.0474242, 30.3014308 ], [ 120.0472242, 30.3015183 ], [ 120.0470951, 30.3015835 ], [ 120.0469936, 30.3016643 ], [ 120.0468282, 30.3018712 ], [ 120.0466437, 30.3021179 ], [ 120.0464061, 30.3023122 ], [ 120.0460591, 30.302756 ], [ 120.0458211, 30.3030205 ], [ 120.0454025, 30.3034049 ], [ 120.0447645, 30.3040785 ], [ 120.0447378, 30.3041225 ], [ 120.0447069, 30.3042123 ], [ 120.0445967, 30.3043096 ], [ 120.0444914, 30.3043307 ], [ 120.0442187, 30.3045181 ], [ 120.0442227, 30.3046314 ], [ 120.0441429, 30.3047897 ], [ 120.0440234, 30.3048983 ], [ 120.0439447, 30.3049133 ], [ 120.0438522, 30.3049175 ], [ 120.0436694, 30.3050768 ], [ 120.0434073, 30.305222 ], [ 120.0432194, 30.3053568 ], [ 120.0429619, 30.3054527 ], [ 120.042541, 30.3055662 ], [ 120.0421171, 30.3056816 ], [ 120.04142, 30.3057906 ], [ 120.0413147, 30.3057423 ], [ 120.0412655, 30.3056911 ], [ 120.0412531, 30.3056388 ], [ 120.0412037, 30.3056356 ], [ 120.0411684, 30.3057202 ], [ 120.0411207, 30.305787 ], [ 120.0410107, 30.3058397 ], [ 120.0414021, 30.3059817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.080919, 30.3020153 ], [ 120.0812602, 30.302021 ], [ 120.0813622, 30.3016505 ], [ 120.0814542, 30.3014236 ], [ 120.0815907, 30.3010837 ], [ 120.0816679, 30.3008539 ], [ 120.0817055, 30.3005806 ], [ 120.0816948, 30.3002425 ], [ 120.0816851, 30.2999279 ], [ 120.081684, 30.2996358 ], [ 120.0816551, 30.299462 ], [ 120.0795851, 30.2994643 ], [ 120.07955, 30.3020108 ], [ 120.080919, 30.3020153 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0777254, 30.3006915 ], [ 120.0778325, 30.3009656 ], [ 120.0779306, 30.3010422 ], [ 120.0780893, 30.3010946 ], [ 120.0781314, 30.3010059 ], [ 120.0781641, 30.3007761 ], [ 120.0781641, 30.3004898 ], [ 120.0778337, 30.3004987 ], [ 120.0777055, 30.3004833 ], [ 120.0776601, 30.3005305 ], [ 120.0777254, 30.3006915 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0841176, 30.3022424 ], [ 120.0842491, 30.3022447 ], [ 120.0842974, 30.3022696 ], [ 120.0843751, 30.3022516 ], [ 120.0844154, 30.3022169 ], [ 120.0844234, 30.3021706 ], [ 120.0844084, 30.3021247 ], [ 120.0843834, 30.3020865 ], [ 120.0843188, 30.302071 ], [ 120.0842467, 30.3021062 ], [ 120.0841713, 30.3021683 ], [ 120.0840586, 30.3021659 ], [ 120.0840479, 30.3022099 ], [ 120.0840425, 30.3022401 ], [ 120.0841176, 30.3022424 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0805612, 30.3032118 ], [ 120.0807297, 30.3032131 ], [ 120.0807482, 30.3031904 ], [ 120.0808471, 30.3031758 ], [ 120.0809121, 30.3031758 ], [ 120.0809832, 30.3032051 ], [ 120.0810202, 30.3032438 ], [ 120.0810434, 30.3032999 ], [ 120.0810419, 30.3033679 ], [ 120.0810991, 30.3033666 ], [ 120.0812119, 30.3033105 ], [ 120.0812753, 30.3032478 ], [ 120.0812671, 30.3031789 ], [ 120.0812614, 30.3031597 ], [ 120.0812165, 30.3031157 ], [ 120.0810682, 30.3030903 ], [ 120.0809491, 30.303081 ], [ 120.0807745, 30.3030797 ], [ 120.0805535, 30.3030783 ], [ 120.0805612, 30.3032118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "启真湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0811076, 30.3055361 ], [ 120.0811322, 30.3055791 ], [ 120.0812314, 30.3055444 ], [ 120.0813052, 30.3055305 ], [ 120.0813615, 30.3055201 ], [ 120.0813883, 30.3054772 ], [ 120.0814299, 30.3054367 ], [ 120.0814688, 30.3054055 ], [ 120.0815694, 30.3054784 ], [ 120.0816109, 30.3054645 ], [ 120.0816713, 30.3054645 ], [ 120.0817236, 30.3054819 ], [ 120.0817652, 30.305512 ], [ 120.081796, 30.3055525 ], [ 120.0818041, 30.3055988 ], [ 120.0818014, 30.305637 ], [ 120.0817853, 30.3056671 ], [ 120.0819315, 30.3057875 ], [ 120.0819543, 30.3057956 ], [ 120.0819523, 30.3060446 ], [ 120.081912, 30.3060443 ], [ 120.0819115, 30.306106 ], [ 120.0818852, 30.3061058 ], [ 120.0818847, 30.3061719 ], [ 120.0818609, 30.3061718 ], [ 120.0818589, 30.3064278 ], [ 120.0819053, 30.3064313 ], [ 120.0819482, 30.3062403 ], [ 120.0820636, 30.306268 ], [ 120.0821735, 30.3063167 ], [ 120.0822674, 30.3063769 ], [ 120.0823774, 30.3064857 ], [ 120.0824257, 30.3065668 ], [ 120.0824686, 30.3066779 ], [ 120.0824739, 30.3067821 ], [ 120.0822513, 30.3067775 ], [ 120.0822433, 30.3068192 ], [ 120.0834234, 30.3070114 ], [ 120.083469, 30.3069674 ], [ 120.0834825, 30.3069164 ], [ 120.0834583, 30.30684 ], [ 120.0833993, 30.3067867 ], [ 120.0833698, 30.3067474 ], [ 120.0833644, 30.3067034 ], [ 120.0833939, 30.3066524 ], [ 120.083351, 30.3066316 ], [ 120.083343, 30.3065899 ], [ 120.0830292, 30.3065783 ], [ 120.0830184, 30.3062472 ], [ 120.0829809, 30.306099 ], [ 120.082938, 30.3059832 ], [ 120.0829165, 30.3058721 ], [ 120.0829299, 30.3057331 ], [ 120.0829916, 30.3055872 ], [ 120.0830909, 30.3055039 ], [ 120.0832732, 30.3054136 ], [ 120.0834261, 30.3053696 ], [ 120.0835093, 30.3052978 ], [ 120.0835039, 30.3052608 ], [ 120.0834985, 30.3052237 ], [ 120.0833242, 30.3051913 ], [ 120.0832461, 30.3051675 ], [ 120.0831831, 30.3051455 ], [ 120.0831467, 30.3050988 ], [ 120.0831294, 30.3049974 ], [ 120.0831294, 30.3042597 ], [ 120.08314, 30.3042084 ], [ 120.0831787, 30.304177 ], [ 120.0832165, 30.3041595 ], [ 120.0832596, 30.3041583 ], [ 120.083292, 30.3041359 ], [ 120.0832917, 30.3041043 ], [ 120.0832754, 30.3040511 ], [ 120.0832526, 30.3039925 ], [ 120.083254, 30.3039363 ], [ 120.0832714, 30.3038796 ], [ 120.0833137, 30.303846 ], [ 120.0833774, 30.3038257 ], [ 120.0834234, 30.3038244 ], [ 120.083498, 30.3038496 ], [ 120.0835412, 30.3038522 ], [ 120.0835651, 30.303835 ], [ 120.0835906, 30.3038391 ], [ 120.0836274, 30.3038722 ], [ 120.0836642, 30.3038885 ], [ 120.083726, 30.3038819 ], [ 120.0837608, 30.3038728 ], [ 120.0837859, 30.3038568 ], [ 120.0838032, 30.3038327 ], [ 120.0837886, 30.3037862 ], [ 120.0837556, 30.3037308 ], [ 120.0837255, 30.3036437 ], [ 120.083714, 30.3035803 ], [ 120.0837208, 30.3035158 ], [ 120.0837195, 30.3034626 ], [ 120.0836887, 30.3034342 ], [ 120.0836162, 30.303425 ], [ 120.0835009, 30.303425 ], [ 120.083407, 30.3034134 ], [ 120.0832434, 30.3033902 ], [ 120.0831039, 30.3033786 ], [ 120.0830369, 30.3033207 ], [ 120.0829886, 30.3032675 ], [ 120.0829484, 30.3032073 ], [ 120.0829242, 30.3031355 ], [ 120.0829904, 30.3030634 ], [ 120.0830407, 30.3029499 ], [ 120.083036, 30.3028781 ], [ 120.0830038, 30.3027878 ], [ 120.0829583, 30.3026767 ], [ 120.0829019, 30.3026095 ], [ 120.0828831, 30.3025377 ], [ 120.0829127, 30.3024266 ], [ 120.0829851, 30.3023386 ], [ 120.0830521, 30.3022344 ], [ 120.0831621, 30.3021232 ], [ 120.0831541, 30.3020375 ], [ 120.0830917, 30.3018754 ], [ 120.083024, 30.3016855 ], [ 120.0830121, 30.3016407 ], [ 120.0829906, 30.3015434 ], [ 120.0830469, 30.3014647 ], [ 120.0830872, 30.3013952 ], [ 120.0830764, 30.301335 ], [ 120.0830925, 30.3012678 ], [ 120.0830898, 30.3011636 ], [ 120.0830517, 30.3011403 ], [ 120.082937, 30.3010826 ], [ 120.0828645, 30.3010224 ], [ 120.0828243, 30.3009575 ], [ 120.0828082, 30.3008556 ], [ 120.0828431, 30.3007607 ], [ 120.0829209, 30.3006889 ], [ 120.0830067, 30.3005916 ], [ 120.0830416, 30.3005129 ], [ 120.083181, 30.3005129 ], [ 120.0831495, 30.3004605 ], [ 120.0831207, 30.3004127 ], [ 120.0829919, 30.3004614 ], [ 120.0828847, 30.3004915 ], [ 120.0827801, 30.3005331 ], [ 120.0826567, 30.3005656 ], [ 120.0825735, 30.3005864 ], [ 120.0824957, 30.3005864 ], [ 120.082367, 30.3006026 ], [ 120.0822731, 30.300642 ], [ 120.0821873, 30.3006999 ], [ 120.0821551, 30.3007624 ], [ 120.0821846, 30.3008782 ], [ 120.0822356, 30.3009454 ], [ 120.082316, 30.3010241 ], [ 120.082375, 30.3011028 ], [ 120.0823992, 30.3011746 ], [ 120.0824126, 30.301251 ], [ 120.0824126, 30.3013298 ], [ 120.0823777, 30.3014062 ], [ 120.0822302, 30.301515 ], [ 120.0821256, 30.3015776 ], [ 120.0820103, 30.3016262 ], [ 120.081903, 30.3016239 ], [ 120.0818279, 30.3016308 ], [ 120.081801, 30.3016818 ], [ 120.0817903, 30.3017767 ], [ 120.0817769, 30.3018948 ], [ 120.0817957, 30.3019875 ], [ 120.0818279, 30.3020801 ], [ 120.0818145, 30.3021982 ], [ 120.0817769, 30.3022653 ], [ 120.0817554, 30.3023765 ], [ 120.0817099, 30.3024946 ], [ 120.081683, 30.3025571 ], [ 120.0816723, 30.3026451 ], [ 120.0816026, 30.3027424 ], [ 120.0816026, 30.3028211 ], [ 120.081616, 30.3029462 ], [ 120.0816374, 30.3030388 ], [ 120.081666, 30.30314 ], [ 120.0817152, 30.3032449 ], [ 120.0817769, 30.3033514 ], [ 120.0818198, 30.3034857 ], [ 120.0818815, 30.303627 ], [ 120.0819539, 30.3037219 ], [ 120.0820129, 30.3037752 ], [ 120.0820049, 30.3038261 ], [ 120.0819808, 30.3038655 ], [ 120.0820237, 30.3038979 ], [ 120.0820344, 30.3039744 ], [ 120.0821122, 30.3041805 ], [ 120.0821846, 30.3043356 ], [ 120.0822114, 30.3045232 ], [ 120.0822114, 30.3047084 ], [ 120.0821953, 30.3048289 ], [ 120.0821417, 30.3049238 ], [ 120.0820559, 30.3050234 ], [ 120.0819378, 30.3051021 ], [ 120.0817823, 30.3051044 ], [ 120.0816455, 30.3051183 ], [ 120.0815516, 30.3051345 ], [ 120.0814765, 30.3052017 ], [ 120.0814035, 30.3052781 ], [ 120.081388, 30.3052943 ], [ 120.081332, 30.3053638 ], [ 120.0812623, 30.3054066 ], [ 120.0811724, 30.3054587 ], [ 120.0811188, 30.3054865 ], [ 120.0810852, 30.3054969 ], [ 120.0811076, 30.3055361 ] ], [ [ 120.082076, 30.3020343 ], [ 120.0821082, 30.3019255 ], [ 120.0821511, 30.3018028 ], [ 120.0822208, 30.3017217 ], [ 120.0822905, 30.3017055 ], [ 120.0823469, 30.3016245 ], [ 120.0824381, 30.3014438 ], [ 120.0824756, 30.3013975 ], [ 120.0825454, 30.3013813 ], [ 120.0826312, 30.3014045 ], [ 120.0827277, 30.3014299 ], [ 120.0828082, 30.3014971 ], [ 120.082886, 30.3015897 ], [ 120.0829542, 30.3016641 ], [ 120.0830704, 30.301951 ], [ 120.0830731, 30.3020338 ], [ 120.0829089, 30.3022948 ], [ 120.0828664, 30.3023707 ], [ 120.0828438, 30.302445 ], [ 120.082819, 30.3025877 ], [ 120.0828407, 30.3026292 ], [ 120.0829016, 30.3026731 ], [ 120.0829475, 30.3027936 ], [ 120.082959, 30.3029032 ], [ 120.0828787, 30.3030989 ], [ 120.0828143, 30.3030938 ], [ 120.0827713, 30.3031424 ], [ 120.0827499, 30.303242 ], [ 120.0827231, 30.3033022 ], [ 120.082664, 30.3033393 ], [ 120.0825541, 30.3033393 ], [ 120.0824897, 30.3033532 ], [ 120.0824334, 30.3033601 ], [ 120.0823636, 30.3033138 ], [ 120.0823556, 30.3032536 ], [ 120.0823449, 30.3031656 ], [ 120.0823556, 30.3030197 ], [ 120.0823797, 30.3029039 ], [ 120.0823771, 30.3027928 ], [ 120.0823288, 30.3026793 ], [ 120.0822403, 30.3026144 ], [ 120.0821893, 30.3025496 ], [ 120.0821678, 30.3024801 ], [ 120.0821544, 30.3024083 ], [ 120.0821088, 30.3022833 ], [ 120.082076, 30.3022057 ], [ 120.0820572, 30.3021247 ], [ 120.082076, 30.3020343 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0820076, 30.3085167 ], [ 120.0822583, 30.3087168 ], [ 120.0824072, 30.3088615 ], [ 120.082472, 30.3090095 ], [ 120.0825217, 30.3091576 ], [ 120.082549, 30.3093228 ], [ 120.082662, 30.3090494 ], [ 120.0827869, 30.3089243 ], [ 120.0827951, 30.3087882 ], [ 120.0827478, 30.3086734 ], [ 120.0826533, 30.3085503 ], [ 120.082606, 30.3084689 ], [ 120.0826021, 30.3083796 ], [ 120.0826353, 30.3081732 ], [ 120.0826837, 30.3079158 ], [ 120.0827748, 30.3077936 ], [ 120.0828869, 30.3077321 ], [ 120.0829652, 30.3077024 ], [ 120.0831384, 30.3075416 ], [ 120.0832443, 30.3073694 ], [ 120.0833624, 30.3071387 ], [ 120.0826962, 30.3070286 ], [ 120.0826589, 30.3072485 ], [ 120.0829112, 30.3072941 ], [ 120.082818, 30.3074445 ], [ 120.0826897, 30.3076056 ], [ 120.0825572, 30.3077172 ], [ 120.0824285, 30.3078091 ], [ 120.0822697, 30.3078883 ], [ 120.0821101, 30.3079381 ], [ 120.0819429, 30.3079682 ], [ 120.0818285, 30.3079695 ], [ 120.0818407, 30.3081939 ], [ 120.0818214, 30.308356 ], [ 120.0820076, 30.3085167 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0821074, 30.3128649 ], [ 120.0824648, 30.3131735 ], [ 120.0829485, 30.3135299 ], [ 120.0832104, 30.313732 ], [ 120.0832813, 30.3138331 ], [ 120.0833368, 30.3139608 ], [ 120.0833768, 30.3140884 ], [ 120.083423, 30.3142666 ], [ 120.0834292, 30.3144821 ], [ 120.0834015, 30.3146417 ], [ 120.0833645, 30.3147933 ], [ 120.083346, 30.3149209 ], [ 120.0833522, 30.3150326 ], [ 120.0834477, 30.3153917 ], [ 120.0834816, 30.3155726 ], [ 120.0834785, 30.3156577 ], [ 120.0835401, 30.3157534 ], [ 120.0836572, 30.3158545 ], [ 120.0837866, 30.3159822 ], [ 120.0838852, 30.3159024 ], [ 120.0836634, 30.3156683 ], [ 120.0836264, 30.3155859 ], [ 120.0835986, 30.3154821 ], [ 120.0835638, 30.3153299 ], [ 120.083492, 30.315284 ], [ 120.0834654, 30.3151816 ], [ 120.0834924, 30.3148544 ], [ 120.083507, 30.3144741 ], [ 120.0835328, 30.3143132 ], [ 120.0836079, 30.314256 ], [ 120.0836818, 30.3140964 ], [ 120.0836264, 30.3140565 ], [ 120.0835771, 30.31399 ], [ 120.083383, 30.313732 ], [ 120.0831581, 30.3135698 ], [ 120.0831118, 30.3135139 ], [ 120.0830348, 30.3134261 ], [ 120.0828007, 30.3132533 ], [ 120.0826713, 30.3132107 ], [ 120.0826035, 30.3131628 ], [ 120.0823293, 30.3128011 ], [ 120.0823108, 30.3127 ], [ 120.0823139, 30.3125697 ], [ 120.0822954, 30.312458 ], [ 120.0823231, 30.3123516 ], [ 120.082394, 30.3122798 ], [ 120.0825357, 30.3122186 ], [ 120.0827514, 30.3121734 ], [ 120.0828253, 30.3121175 ], [ 120.0829085, 30.3120404 ], [ 120.0829824, 30.3119579 ], [ 120.0830163, 30.3118834 ], [ 120.083081, 30.3118249 ], [ 120.0830625, 30.311684 ], [ 120.083041, 30.3112717 ], [ 120.0830163, 30.3111467 ], [ 120.082967, 30.3110456 ], [ 120.0829301, 30.3109392 ], [ 120.0829424, 30.3108594 ], [ 120.0830009, 30.3108035 ], [ 120.0830379, 30.3107264 ], [ 120.0830595, 30.3106572 ], [ 120.0830471, 30.3105562 ], [ 120.0830194, 30.3104551 ], [ 120.0830011, 30.3103789 ], [ 120.0829898, 30.310346 ], [ 120.0830019, 30.3102991 ], [ 120.0830274, 30.3102216 ], [ 120.083024, 30.310181 ], [ 120.0830166, 30.310144 ], [ 120.0829997, 30.3101087 ], [ 120.0829529, 30.3100699 ], [ 120.0829195, 30.3100274 ], [ 120.0828928, 30.3099701 ], [ 120.08283, 30.3098469 ], [ 120.082733, 30.3096749 ], [ 120.0827137, 30.3093688 ], [ 120.0827041, 30.3092103 ], [ 120.0827301, 30.3090567 ], [ 120.0827869, 30.3089243 ], [ 120.082662, 30.3090494 ], [ 120.082549, 30.3093228 ], [ 120.0825469, 30.3094118 ], [ 120.0826126, 30.3095222 ], [ 120.0826315, 30.3097219 ], [ 120.0826504, 30.3098418 ], [ 120.08271, 30.3099923 ], [ 120.0827695, 30.3101879 ], [ 120.0827778, 30.3102854 ], [ 120.0827553, 30.3103509 ], [ 120.0827843, 30.3104289 ], [ 120.0827478, 30.3104909 ], [ 120.0828037, 30.3105934 ], [ 120.0828191, 30.3106971 ], [ 120.0827914, 30.3107929 ], [ 120.0827421, 30.3109126 ], [ 120.0827421, 30.3109711 ], [ 120.0827729, 30.3110296 ], [ 120.0828099, 30.3110908 ], [ 120.0828099, 30.311144 ], [ 120.0828099, 30.3111892 ], [ 120.0828345, 30.3112584 ], [ 120.0828253, 30.3114818 ], [ 120.0828068, 30.3117345 ], [ 120.0827698, 30.311793 ], [ 120.0827144, 30.3118249 ], [ 120.0824217, 30.3119366 ], [ 120.0823508, 30.3119952 ], [ 120.0822769, 30.3120856 ], [ 120.0821999, 30.3122266 ], [ 120.0821352, 30.3123808 ], [ 120.0820797, 30.3125511 ], [ 120.0820612, 30.3127372 ], [ 120.0821074, 30.3128649 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0736286, 30.3156778 ], [ 120.0736941, 30.3156632 ], [ 120.0743962, 30.3158588 ], [ 120.0745572, 30.3158442 ], [ 120.0746901, 30.3157101 ], [ 120.0747987, 30.3156244 ], [ 120.0749073, 30.3155468 ], [ 120.0749298, 30.3154741 ], [ 120.0750065, 30.3153723 ], [ 120.0751226, 30.3153238 ], [ 120.075278, 30.315327 ], [ 120.0756656, 30.3153804 ], [ 120.0759445, 30.3154224 ], [ 120.076055, 30.3154579 ], [ 120.0761299, 30.3155307 ], [ 120.0761524, 30.3156519 ], [ 120.076143, 30.3158232 ], [ 120.076201, 30.3159509 ], [ 120.0762853, 30.3160366 ], [ 120.0765418, 30.3161481 ], [ 120.0769293, 30.3163614 ], [ 120.0773375, 30.3166216 ], [ 120.077609, 30.3167525 ], [ 120.0779834, 30.3169481 ], [ 120.0784814, 30.3172487 ], [ 120.0785339, 30.3173037 ], [ 120.0785863, 30.317572 ], [ 120.07859, 30.3178629 ], [ 120.0785657, 30.3181102 ], [ 120.0785694, 30.3182588 ], [ 120.0786106, 30.3183687 ], [ 120.0787192, 30.3184463 ], [ 120.0788802, 30.318498 ], [ 120.0789926, 30.3185643 ], [ 120.07906, 30.3187211 ], [ 120.079103, 30.3188471 ], [ 120.0791723, 30.3188746 ], [ 120.0792004, 30.3190039 ], [ 120.0792341, 30.3192456 ], [ 120.0791226, 30.3195701 ], [ 120.0790855, 30.3197574 ], [ 120.0790498, 30.3198895 ], [ 120.0789636, 30.3200345 ], [ 120.0788953, 30.3201319 ], [ 120.0787764, 30.3202038 ], [ 120.0786516, 30.3202679 ], [ 120.0786441, 30.3203256 ], [ 120.0785877, 30.320681 ], [ 120.078542, 30.3208814 ], [ 120.078646, 30.3208949 ], [ 120.0786602, 30.3207958 ], [ 120.078692, 30.3205631 ], [ 120.0787332, 30.3203967 ], [ 120.0787763, 30.3203191 ], [ 120.0788325, 30.3202738 ], [ 120.0789092, 30.3202205 ], [ 120.0789897, 30.3201607 ], [ 120.079059, 30.3200863 ], [ 120.0791863, 30.319755 ], [ 120.0792706, 30.3195304 ], [ 120.0793473, 30.3192492 ], [ 120.0793417, 30.3191199 ], [ 120.0792443, 30.3188403 ], [ 120.0791489, 30.3186399 ], [ 120.0790496, 30.3185219 ], [ 120.0790028, 30.3184669 ], [ 120.0789073, 30.3184346 ], [ 120.0788062, 30.3183991 ], [ 120.0787295, 30.3183231 ], [ 120.0786658, 30.3182358 ], [ 120.0786415, 30.3181647 ], [ 120.0786714, 30.3180225 ], [ 120.0786995, 30.3179174 ], [ 120.0786939, 30.317814 ], [ 120.0786789, 30.3176104 ], [ 120.0787407, 30.3175021 ], [ 120.0788287, 30.317418 ], [ 120.0789317, 30.3173582 ], [ 120.0790702, 30.3173243 ], [ 120.0792855, 30.3173 ], [ 120.079454, 30.3172192 ], [ 120.0798173, 30.3170592 ], [ 120.0800494, 30.3169509 ], [ 120.0801037, 30.3169219 ], [ 120.0804519, 30.3169364 ], [ 120.0805793, 30.3169752 ], [ 120.0811353, 30.3170479 ], [ 120.0812851, 30.31698 ], [ 120.0813862, 30.3169429 ], [ 120.0814892, 30.316917 ], [ 120.0816034, 30.3169122 ], [ 120.0817532, 30.3169348 ], [ 120.0818655, 30.3169752 ], [ 120.0819778, 30.3170334 ], [ 120.0821089, 30.3170867 ], [ 120.082268, 30.31714 ], [ 120.0823935, 30.3171853 ], [ 120.0825021, 30.3172273 ], [ 120.0825732, 30.3172903 ], [ 120.0826575, 30.3174148 ], [ 120.0827043, 30.3174649 ], [ 120.0827249, 30.3175037 ], [ 120.0827174, 30.3175409 ], [ 120.0827099, 30.317599 ], [ 120.0827417, 30.3176475 ], [ 120.0828185, 30.3176815 ], [ 120.0829083, 30.3176912 ], [ 120.0830525, 30.3176944 ], [ 120.0831274, 30.3177057 ], [ 120.0833858, 30.3178382 ], [ 120.0835767, 30.3179853 ], [ 120.0836928, 30.318029 ], [ 120.0838632, 30.3180968 ], [ 120.0840261, 30.3181873 ], [ 120.0841403, 30.3182148 ], [ 120.0843088, 30.3182164 ], [ 120.0844623, 30.3182326 ], [ 120.0845484, 30.3182665 ], [ 120.0846083, 30.3183344 ], [ 120.0846458, 30.3184411 ], [ 120.0845877, 30.3187352 ], [ 120.0845615, 30.3188742 ], [ 120.0845859, 30.3190439 ], [ 120.0848237, 30.3191377 ], [ 120.0849585, 30.3192314 ], [ 120.0850146, 30.3193267 ], [ 120.0850202, 30.3194657 ], [ 120.0849641, 30.3198746 ], [ 120.0849491, 30.3200411 ], [ 120.0849791, 30.3202237 ], [ 120.0849847, 30.3204435 ], [ 120.0849697, 30.320673 ], [ 120.0849135, 30.3212193 ], [ 120.0848162, 30.3218415 ], [ 120.0847731, 30.3222639 ], [ 120.0851144, 30.3223001 ], [ 120.085185, 30.3217655 ], [ 120.0851637, 30.3215705 ], [ 120.085187, 30.3214294 ], [ 120.0851263, 30.321422 ], [ 120.0851145, 30.321198 ], [ 120.0851004, 30.321025 ], [ 120.0851216, 30.3208682 ], [ 120.0852112, 30.3204589 ], [ 120.0852136, 30.3203673 ], [ 120.0851617, 30.3201474 ], [ 120.0851735, 30.3199152 ], [ 120.0852065, 30.3193451 ], [ 120.0851924, 30.3191272 ], [ 120.0851593, 30.3190641 ], [ 120.0851051, 30.3190376 ], [ 120.0849612, 30.3189806 ], [ 120.0848598, 30.3189276 ], [ 120.0848031, 30.3188645 ], [ 120.0847529, 30.3184913 ], [ 120.08479, 30.3181864 ], [ 120.0848641, 30.3178046 ], [ 120.0848947, 30.3171918 ], [ 120.0849125, 30.3171458 ], [ 120.0849396, 30.3171239 ], [ 120.084978, 30.3171183 ], [ 120.0847084, 30.3169624 ], [ 120.0847446, 30.3171188 ], [ 120.084761, 30.3177611 ], [ 120.0847291, 30.317955 ], [ 120.0846992, 30.3180665 ], [ 120.0845737, 30.3181215 ], [ 120.0844389, 30.3181166 ], [ 120.084218, 30.3181037 ], [ 120.0840813, 30.3180891 ], [ 120.0839915, 30.3180439 ], [ 120.08375, 30.3179776 ], [ 120.0836021, 30.3178984 ], [ 120.0835122, 30.317816 ], [ 120.0833811, 30.31774 ], [ 120.0832894, 30.3177077 ], [ 120.0831827, 30.3176334 ], [ 120.0831396, 30.3175526 ], [ 120.0831433, 30.3173263 ], [ 120.0829692, 30.3172374 ], [ 120.0829262, 30.3172358 ], [ 120.08287, 30.3173829 ], [ 120.0828307, 30.31742 ], [ 120.0827801, 30.3173958 ], [ 120.0826678, 30.3172697 ], [ 120.0826098, 30.3171889 ], [ 120.0824469, 30.3170936 ], [ 120.0823027, 30.317058 ], [ 120.0821717, 30.3170257 ], [ 120.0820668, 30.3169788 ], [ 120.0819039, 30.3168964 ], [ 120.081698, 30.3168431 ], [ 120.0815688, 30.3168269 ], [ 120.0814583, 30.3168431 ], [ 120.0813628, 30.3168705 ], [ 120.0811625, 30.3169659 ], [ 120.0811026, 30.3169869 ], [ 120.0805447, 30.3168948 ], [ 120.080378, 30.3168447 ], [ 120.080202, 30.3168479 ], [ 120.0800691, 30.3168657 ], [ 120.0799624, 30.3169061 ], [ 120.0795187, 30.3171097 ], [ 120.0791966, 30.3171986 ], [ 120.0789926, 30.3172245 ], [ 120.078839, 30.3172229 ], [ 120.0786855, 30.317197 ], [ 120.0785488, 30.3171356 ], [ 120.0781014, 30.3168398 ], [ 120.0779684, 30.3167897 ], [ 120.0776988, 30.3167138 ], [ 120.0773057, 30.3165036 ], [ 120.0769967, 30.3163048 ], [ 120.0768751, 30.3161982 ], [ 120.0766373, 30.3160786 ], [ 120.0764969, 30.3160608 ], [ 120.0763789, 30.3160026 ], [ 120.0762909, 30.3159234 ], [ 120.0762422, 30.315841 ], [ 120.0762291, 30.3156309 ], [ 120.076216, 30.315542 ], [ 120.0761617, 30.3154579 ], [ 120.0760775, 30.3153933 ], [ 120.0759726, 30.3153642 ], [ 120.0753679, 30.315264 ], [ 120.0751994, 30.3152414 ], [ 120.0750945, 30.3152414 ], [ 120.0749728, 30.3152963 ], [ 120.0749054, 30.3153771 ], [ 120.0748474, 30.315487 ], [ 120.0747594, 30.3156228 ], [ 120.0746826, 30.3156228 ], [ 120.0746227, 30.3156939 ], [ 120.074561, 30.3157553 ], [ 120.0745048, 30.3157683 ], [ 120.0737746, 30.3156002 ], [ 120.0737334, 30.3155872 ], [ 120.0736997, 30.3155598 ], [ 120.073679, 30.315498 ], [ 120.0735914, 30.3157019 ], [ 120.0736286, 30.3156778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1230637, 30.3175314 ], [ 120.1230993, 30.3175133 ], [ 120.1231621, 30.3174816 ], [ 120.123416, 30.317459 ], [ 120.1240888, 30.3174003 ], [ 120.124416, 30.3173777 ], [ 120.1248165, 30.3172489 ], [ 120.1252851, 30.3172037 ], [ 120.1259133, 30.317163 ], [ 120.1263139, 30.3171382 ], [ 120.1267608, 30.3170523 ], [ 120.1265696, 30.3170389 ], [ 120.1262615, 30.3170636 ], [ 120.1249631, 30.3171675 ], [ 120.1247589, 30.3171969 ], [ 120.1243741, 30.317328 ], [ 120.1240914, 30.3173506 ], [ 120.1232642, 30.3173822 ], [ 120.1231647, 30.3173958 ], [ 120.1230534, 30.3173888 ], [ 120.1230637, 30.3175314 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0944804, 30.3400866 ], [ 120.0945797, 30.3401863 ], [ 120.0946528, 30.3402598 ], [ 120.0948523, 30.3400513 ], [ 120.0949882, 30.3399101 ], [ 120.0951, 30.3398305 ], [ 120.0952369, 30.339734 ], [ 120.0954046, 30.3395193 ], [ 120.0955751, 30.3394638 ], [ 120.0957735, 30.3392371 ], [ 120.0962626, 30.338581 ], [ 120.096584, 30.3383302 ], [ 120.0967181, 30.3381565 ], [ 120.0969026, 30.3378695 ], [ 120.0974085, 30.337334 ], [ 120.0977522, 30.3370566 ], [ 120.0978724, 30.3368781 ], [ 120.0981463, 30.3366876 ], [ 120.0982888, 30.3364705 ], [ 120.0983251, 30.3363113 ], [ 120.0983671, 30.3361955 ], [ 120.0985375, 30.3360725 ], [ 120.0989568, 30.3358168 ], [ 120.0990714, 30.335742 ], [ 120.0991133, 30.3356455 ], [ 120.0991272, 30.3355297 ], [ 120.0994514, 30.3353054 ], [ 120.0995381, 30.3351969 ], [ 120.0995996, 30.3351414 ], [ 120.099608, 30.3350208 ], [ 120.0997357, 30.3348363 ], [ 120.100025, 30.3345333 ], [ 120.1004827, 30.3341017 ], [ 120.1005973, 30.334039 ], [ 120.1006364, 30.3339546 ], [ 120.1007119, 30.3338171 ], [ 120.1012681, 30.333272 ], [ 120.1014218, 30.3331152 ], [ 120.1014777, 30.3330066 ], [ 120.1015028, 30.3329198 ], [ 120.1015727, 30.3328281 ], [ 120.1016118, 30.332845 ], [ 120.1016677, 30.3327943 ], [ 120.1016537, 30.3327654 ], [ 120.1017348, 30.3326882 ], [ 120.1022658, 30.3323023 ], [ 120.1024502, 30.3322106 ], [ 120.1025956, 30.3321358 ], [ 120.103135, 30.3315086 ], [ 120.1032328, 30.3313567 ], [ 120.1033474, 30.3313012 ], [ 120.103434, 30.3312867 ], [ 120.1035179, 30.3313229 ], [ 120.1038001, 30.3314966 ], [ 120.1038504, 30.331499 ], [ 120.10368, 30.3313422 ], [ 120.1035626, 30.3312481 ], [ 120.1035262, 30.3311782 ], [ 120.1037917, 30.3308115 ], [ 120.1039259, 30.330592 ], [ 120.1040656, 30.3305051 ], [ 120.104496, 30.3300685 ], [ 120.1045771, 30.3299986 ], [ 120.1046721, 30.3299262 ], [ 120.1048118, 30.3298707 ], [ 120.104946, 30.3298635 ], [ 120.1051081, 30.3298659 ], [ 120.1055316, 30.3298473 ], [ 120.1055469, 30.3298466 ], [ 120.1055916, 30.3296994 ], [ 120.1054714, 30.329656 ], [ 120.1054183, 30.3296054 ], [ 120.1053959, 30.3294799 ], [ 120.1053959, 30.3293304 ], [ 120.1054351, 30.3292025 ], [ 120.1057062, 30.3288021 ], [ 120.1059409, 30.3286019 ], [ 120.1061058, 30.328433 ], [ 120.1063741, 30.3282641 ], [ 120.1064747, 30.3281797 ], [ 120.1064524, 30.3281459 ], [ 120.1065642, 30.3280446 ], [ 120.1066284, 30.3280398 ], [ 120.106676, 30.3280663 ], [ 120.1067961, 30.3279795 ], [ 120.1068045, 30.3278854 ], [ 120.1069331, 30.3277672 ], [ 120.1069694, 30.3277865 ], [ 120.1073862, 30.3274073 ], [ 120.1078973, 30.3269422 ], [ 120.1080781, 30.3267959 ], [ 120.1085233, 30.3264356 ], [ 120.1085848, 30.3263777 ], [ 120.1087301, 30.3262305 ], [ 120.1094791, 30.3255044 ], [ 120.1104545, 30.3246601 ], [ 120.1112315, 30.3239339 ], [ 120.1113544, 30.323835 ], [ 120.1116088, 30.323741 ], [ 120.1121621, 30.3233429 ], [ 120.1122851, 30.3232343 ], [ 120.1123522, 30.323121 ], [ 120.1124751, 30.3229834 ], [ 120.112995, 30.3226361 ], [ 120.1131878, 30.3224817 ], [ 120.1133024, 30.3223248 ], [ 120.1139815, 30.3219533 ], [ 120.1143113, 30.3217652 ], [ 120.1152056, 30.3213164 ], [ 120.1157087, 30.3209908 ], [ 120.1158345, 30.3208943 ], [ 120.1162565, 30.3206434 ], [ 120.1169719, 30.3202501 ], [ 120.1175449, 30.3198979 ], [ 120.1179669, 30.3196735 ], [ 120.1185789, 30.3192103 ], [ 120.1189143, 30.3189763 ], [ 120.1193727, 30.3186989 ], [ 120.1198282, 30.3184142 ], [ 120.120253, 30.3180764 ], [ 120.1208433, 30.3174695 ], [ 120.1209828, 30.3173261 ], [ 120.1211166, 30.3171765 ], [ 120.1212647, 30.317039 ], [ 120.1215498, 30.3169063 ], [ 120.1222485, 30.316583 ], [ 120.1223435, 30.3165469 ], [ 120.1223882, 30.3165517 ], [ 120.1224385, 30.3165662 ], [ 120.1224777, 30.3165975 ], [ 120.1225783, 30.3166675 ], [ 120.1226286, 30.3167302 ], [ 120.12268, 30.3167996 ], [ 120.1227534, 30.3169316 ], [ 120.1228184, 30.3171384 ], [ 120.1228326, 30.3173092 ], [ 120.1228941, 30.3176036 ], [ 120.1229043, 30.3178712 ], [ 120.1228712, 30.3179538 ], [ 120.1228596, 30.318369 ], [ 120.1228178, 30.3185192 ], [ 120.1226295, 30.3191014 ], [ 120.1225175, 30.3195408 ], [ 120.1224283, 30.319748 ], [ 120.1223575, 30.3200113 ], [ 120.1222776, 30.3202249 ], [ 120.1221936, 30.320497 ], [ 120.1221635, 30.3207205 ], [ 120.1220895, 30.3210978 ], [ 120.1223351, 30.3211162 ], [ 120.1223631, 30.3207519 ], [ 120.1224302, 30.3205179 ], [ 120.122539, 30.3203368 ], [ 120.1225528, 30.3202235 ], [ 120.122608, 30.3200599 ], [ 120.122735, 30.3194105 ], [ 120.1228801, 30.3188291 ], [ 120.12295, 30.3186265 ], [ 120.1230282, 30.3183563 ], [ 120.1230394, 30.3180378 ], [ 120.1230637, 30.3175314 ], [ 120.1230646, 30.3175119 ], [ 120.1230534, 30.3173888 ], [ 120.1228438, 30.3168098 ], [ 120.1227571, 30.3165879 ], [ 120.1226705, 30.3164914 ], [ 120.122637, 30.3164528 ], [ 120.1226342, 30.3163924 ], [ 120.1226845, 30.3162887 ], [ 120.1228745, 30.3161512 ], [ 120.1237186, 30.3156662 ], [ 120.1244704, 30.3151572 ], [ 120.1249035, 30.3148242 ], [ 120.1255687, 30.3143779 ], [ 120.1259823, 30.314098 ], [ 120.1262926, 30.3139364 ], [ 120.126927, 30.3134925 ], [ 120.1270807, 30.3133839 ], [ 120.12724, 30.3131281 ], [ 120.1278465, 30.312718 ], [ 120.1281259, 30.3124598 ], [ 120.1287995, 30.3119556 ], [ 120.1290231, 30.3117819 ], [ 120.1292774, 30.3115116 ], [ 120.129364, 30.3114296 ], [ 120.1300683, 30.3109519 ], [ 120.1305993, 30.3104235 ], [ 120.1311471, 30.3098999 ], [ 120.1318989, 30.3092364 ], [ 120.1322259, 30.3089855 ], [ 120.1325868, 30.308654 ], [ 120.1327697, 30.3084928 ], [ 120.1326293, 30.3084057 ], [ 120.1325713, 30.3084651 ], [ 120.1323826, 30.308647 ], [ 120.1321644, 30.3088511 ], [ 120.1317274, 30.3092055 ], [ 120.1316485, 30.3092728 ], [ 120.1313202, 30.3095344 ], [ 120.1312269, 30.3096144 ], [ 120.1308746, 30.3099163 ], [ 120.130833, 30.3099545 ], [ 120.1306818, 30.3100931 ], [ 120.1302395, 30.310514 ], [ 120.1299694, 30.3107557 ], [ 120.1295432, 30.3110789 ], [ 120.1294274, 30.311042 ], [ 120.1293724, 30.311098 ], [ 120.1294251, 30.3111685 ], [ 120.129374, 30.3112072 ], [ 120.129168, 30.3113518 ], [ 120.129048, 30.3114045 ], [ 120.1289198, 30.311334 ], [ 120.1288809, 30.3113783 ], [ 120.129005, 30.3114495 ], [ 120.1290163, 30.311512 ], [ 120.1286768, 30.3118423 ], [ 120.127941, 30.3124442 ], [ 120.1275969, 30.3126905 ], [ 120.1273276, 30.31288 ], [ 120.1269948, 30.3130969 ], [ 120.1267865, 30.3132572 ], [ 120.1261368, 30.3138259 ], [ 120.1255369, 30.3142187 ], [ 120.1253151, 30.314377 ], [ 120.1249257, 30.3146721 ], [ 120.1238694, 30.3153546 ], [ 120.1238695, 30.3153888 ], [ 120.1231344, 30.3157989 ], [ 120.1230813, 30.3157338 ], [ 120.1223463, 30.3161753 ], [ 120.1211529, 30.3168991 ], [ 120.1208092, 30.3171259 ], [ 120.1198365, 30.3178956 ], [ 120.1192561, 30.3183185 ], [ 120.1186097, 30.3187495 ], [ 120.1179697, 30.3191741 ], [ 120.1169105, 30.3198448 ], [ 120.116508, 30.3200764 ], [ 120.1157227, 30.3205758 ], [ 120.1150491, 30.3209666 ], [ 120.1146998, 30.3211452 ], [ 120.1137859, 30.3216469 ], [ 120.113185, 30.3220233 ], [ 120.1127937, 30.3223104 ], [ 120.112218, 30.3227301 ], [ 120.1118323, 30.3230896 ], [ 120.1110694, 30.3236276 ], [ 120.1108989, 30.3237192 ], [ 120.1104657, 30.3240546 ], [ 120.1102421, 30.3242258 ], [ 120.1099067, 30.3244526 ], [ 120.1099654, 30.3245322 ], [ 120.10944, 30.3249833 ], [ 120.1089761, 30.3253814 ], [ 120.1085289, 30.3258132 ], [ 120.1084758, 30.3258421 ], [ 120.1081209, 30.3261582 ], [ 120.1076707, 30.326605 ], [ 120.1076178, 30.3266575 ], [ 120.1073886, 30.326836 ], [ 120.1069079, 30.3271376 ], [ 120.1066955, 30.3273475 ], [ 120.1063685, 30.3276321 ], [ 120.1062092, 30.3278034 ], [ 120.1061645, 30.3278179 ], [ 120.1060807, 30.3278733 ], [ 120.1059521, 30.3280133 ], [ 120.1054518, 30.3284909 ], [ 120.1052646, 30.3287707 ], [ 120.1049348, 30.3292894 ], [ 120.1048985, 30.3293304 ], [ 120.104851, 30.3293304 ], [ 120.1045547, 30.329258 ], [ 120.1041131, 30.3291277 ], [ 120.1034871, 30.3289999 ], [ 120.1029896, 30.328872 ], [ 120.1028443, 30.3288793 ], [ 120.102372, 30.3287659 ], [ 120.1017462, 30.3286005 ], [ 120.10113, 30.3284376 ], [ 120.1010305, 30.3284113 ], [ 120.1002228, 30.3282738 ], [ 120.1001865, 30.3284619 ], [ 120.1006057, 30.3285319 ], [ 120.1015895, 30.3288793 ], [ 120.1021708, 30.3290288 ], [ 120.1022937, 30.3290457 ], [ 120.1028974, 30.3292025 ], [ 120.1035682, 30.3294027 ], [ 120.1043395, 30.3295161 ], [ 120.1045044, 30.3295378 ], [ 120.1045659, 30.3295571 ], [ 120.104524, 30.3297163 ], [ 120.1044784, 30.3297722 ], [ 120.1043982, 30.3298707 ], [ 120.1039371, 30.3302953 ], [ 120.103747, 30.3304907 ], [ 120.1035514, 30.3307415 ], [ 120.1029226, 30.3313301 ], [ 120.1027269, 30.3315207 ], [ 120.1025453, 30.3317088 ], [ 120.1022183, 30.3320345 ], [ 120.1018466, 30.3323529 ], [ 120.1016118, 30.3325845 ], [ 120.1015559, 30.3326858 ], [ 120.1010696, 30.3330524 ], [ 120.1010668, 30.3330983 ], [ 120.1008852, 30.333243 ], [ 120.1008041, 30.3333419 ], [ 120.1006839, 30.3335156 ], [ 120.100561, 30.3336434 ], [ 120.1005079, 30.3336844 ], [ 120.1004548, 30.3336651 ], [ 120.1003737, 30.3337206 ], [ 120.1003905, 30.3337737 ], [ 120.1002731, 30.3338388 ], [ 120.1001697, 30.3339064 ], [ 120.0999405, 30.3340728 ], [ 120.0997009, 30.3343631 ], [ 120.0994754, 30.334642 ], [ 120.0991714, 30.3349092 ], [ 120.0987332, 30.3353126 ], [ 120.0983447, 30.3356793 ], [ 120.0972995, 30.3367334 ], [ 120.0964135, 30.3377585 ], [ 120.0959747, 30.3382892 ], [ 120.0953655, 30.3390441 ], [ 120.0951615, 30.3392853 ], [ 120.0945298, 30.3399655 ], [ 120.0944488, 30.3400548 ], [ 120.0944804, 30.3400866 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1167129, 30.331368 ], [ 120.1172724, 30.3316624 ], [ 120.1185004, 30.3322591 ], [ 120.1187779, 30.3324279 ], [ 120.1188052, 30.3325104 ], [ 120.1187779, 30.3326792 ], [ 120.1186778, 30.3329422 ], [ 120.1189052, 30.3330246 ], [ 120.1190281, 30.3325614 ], [ 120.1190235, 30.3324358 ], [ 120.118928, 30.3322787 ], [ 120.1189325, 30.3322277 ], [ 120.1192373, 30.331737 ], [ 120.1193646, 30.331686 ], [ 120.1196284, 30.3316977 ], [ 120.1200605, 30.3318155 ], [ 120.1203289, 30.3318077 ], [ 120.1206473, 30.3318822 ], [ 120.1207928, 30.3319294 ], [ 120.1221255, 30.3320982 ], [ 120.1236583, 30.3322552 ], [ 120.125414, 30.3324868 ], [ 120.1256914, 30.3325418 ], [ 120.1257233, 30.3326478 ], [ 120.1257324, 30.3328126 ], [ 120.1256732, 30.3330521 ], [ 120.125696, 30.3332641 ], [ 120.1256732, 30.3333662 ], [ 120.125605, 30.3334918 ], [ 120.1255686, 30.3335899 ], [ 120.125555, 30.3336763 ], [ 120.1253776, 30.3344811 ], [ 120.1254686, 30.3345086 ], [ 120.1256505, 30.3336724 ], [ 120.1257278, 30.3335193 ], [ 120.1257779, 30.3334015 ], [ 120.1257915, 30.3332523 ], [ 120.1258006, 30.3331503 ], [ 120.1257779, 30.3330129 ], [ 120.1258142, 30.3328951 ], [ 120.1258415, 30.3327263 ], [ 120.1258961, 30.3326085 ], [ 120.1259507, 30.3325732 ], [ 120.1260962, 30.332581 ], [ 120.1268012, 30.332687 ], [ 120.1275381, 30.3328244 ], [ 120.128707, 30.3329736 ], [ 120.1290936, 30.3330011 ], [ 120.1298396, 30.3331738 ], [ 120.1300078, 30.3332288 ], [ 120.1303308, 30.333272 ], [ 120.1307447, 30.3333112 ], [ 120.1309994, 30.3332877 ], [ 120.1312859, 30.3332877 ], [ 120.1319864, 30.3333897 ], [ 120.1321274, 30.3334211 ], [ 120.1321774, 30.33348 ], [ 120.1322482, 30.3334991 ], [ 120.1322226, 30.3334201 ], [ 120.1321618, 30.3332572 ], [ 120.1321018, 30.3330442 ], [ 120.1320501, 30.3331189 ], [ 120.1319318, 30.3331738 ], [ 120.1317954, 30.3332013 ], [ 120.131618, 30.333162 ], [ 120.1313542, 30.3330717 ], [ 120.1312359, 30.3330443 ], [ 120.1310995, 30.33306 ], [ 120.1306401, 30.3330403 ], [ 120.1300879, 30.3330352 ], [ 120.1296875, 30.3329808 ], [ 120.1293156, 30.3329089 ], [ 120.1289843, 30.3328317 ], [ 120.1288867, 30.3328124 ], [ 120.128844, 30.3327826 ], [ 120.1288241, 30.3327157 ], [ 120.128814, 30.3326877 ], [ 120.1286765, 30.3326747 ], [ 120.128609, 30.3327546 ], [ 120.1285164, 30.3327654 ], [ 120.1283989, 30.332746 ], [ 120.1275285, 30.3326078 ], [ 120.1267781, 30.3325128 ], [ 120.1261631, 30.3323955 ], [ 120.1255627, 30.3322783 ], [ 120.124914, 30.3321924 ], [ 120.1242382, 30.3320882 ], [ 120.1237585, 30.3320439 ], [ 120.1232456, 30.3320049 ], [ 120.1231128, 30.3320335 ], [ 120.1229801, 30.3320205 ], [ 120.1221413, 30.3319189 ], [ 120.1218939, 30.3319137 ], [ 120.1208379, 30.3317705 ], [ 120.120672, 30.3316559 ], [ 120.1205241, 30.3315908 ], [ 120.1201983, 30.3315465 ], [ 120.1200746, 30.3315413 ], [ 120.1196944, 30.3314424 ], [ 120.1194712, 30.3314033 ], [ 120.1193746, 30.3313408 ], [ 120.1193414, 30.3312601 ], [ 120.1193565, 30.3311898 ], [ 120.1194259, 30.3310101 ], [ 120.1198242, 30.3301221 ], [ 120.1202255, 30.3292471 ], [ 120.1203492, 30.3289893 ], [ 120.1204698, 30.328669 ], [ 120.120497, 30.328583 ], [ 120.1205483, 30.3281377 ], [ 120.1205664, 30.3280257 ], [ 120.1206026, 30.3279216 ], [ 120.1206569, 30.327596 ], [ 120.120672, 30.3274268 ], [ 120.1207142, 30.3269085 ], [ 120.1207353, 30.3267575 ], [ 120.1207896, 30.3266325 ], [ 120.1209586, 30.326221 ], [ 120.1211517, 30.3256559 ], [ 120.1212422, 30.3255908 ], [ 120.1213418, 30.3255908 ], [ 120.1216314, 30.3256377 ], [ 120.1217281, 30.3256515 ], [ 120.1218808, 30.3256762 ], [ 120.1219853, 30.3256881 ], [ 120.1220082, 30.3255168 ], [ 120.1219241, 30.3255036 ], [ 120.1217777, 30.3254791 ], [ 120.1214987, 30.3254371 ], [ 120.1213478, 30.3253955 ], [ 120.1212482, 30.3253408 ], [ 120.1212, 30.3252731 ], [ 120.1211909, 30.3252236 ], [ 120.1213961, 30.324484 ], [ 120.1215198, 30.3240569 ], [ 120.121562, 30.3239006 ], [ 120.1216616, 30.3234318 ], [ 120.1218004, 30.3229735 ], [ 120.121918, 30.3224682 ], [ 120.1219633, 30.3223302 ], [ 120.1220357, 30.3222208 ], [ 120.122084, 30.3220906 ], [ 120.1221051, 30.3219135 ], [ 120.1221986, 30.3214864 ], [ 120.1222439, 30.3213536 ], [ 120.1223351, 30.3211162 ], [ 120.1220895, 30.3210978 ], [ 120.1219481, 30.3214587 ], [ 120.1217389, 30.3221066 ], [ 120.1215888, 30.3225934 ], [ 120.1215524, 30.3228604 ], [ 120.1214523, 30.3233983 ], [ 120.1213659, 30.3239401 ], [ 120.121275, 30.3242385 ], [ 120.1211976, 30.3246114 ], [ 120.1210794, 30.3250904 ], [ 120.1210293, 30.3252003 ], [ 120.1208247, 30.3259267 ], [ 120.1205609, 30.3267354 ], [ 120.1204972, 30.3269199 ], [ 120.120479, 30.3271594 ], [ 120.1204153, 30.3277836 ], [ 120.1203835, 30.3281959 ], [ 120.1203698, 30.328506 ], [ 120.1203565, 30.3285497 ], [ 120.1203243, 30.3286552 ], [ 120.1202061, 30.3289339 ], [ 120.1199104, 30.3295974 ], [ 120.1196488, 30.3301299 ], [ 120.1195921, 30.3302452 ], [ 120.1194238, 30.3306927 ], [ 120.1193191, 30.3308851 ], [ 120.1191509, 30.3313012 ], [ 120.1189507, 30.3316271 ], [ 120.1186323, 30.3320864 ], [ 120.1166492, 30.3310932 ], [ 120.1166154, 30.331277 ], [ 120.1166038, 30.3313405 ], [ 120.1167129, 30.331368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1061398, 30.3299761 ], [ 120.1070764, 30.3300986 ], [ 120.1088499, 30.3303235 ], [ 120.1116687, 30.3306939 ], [ 120.1131418, 30.3308262 ], [ 120.1120696, 30.3306227 ], [ 120.1112948, 30.3305167 ], [ 120.1111486, 30.3304435 ], [ 120.11102, 30.3304133 ], [ 120.1105083, 30.3303476 ], [ 120.1097101, 30.330277 ], [ 120.1093914, 30.3302517 ], [ 120.1088417, 30.3301962 ], [ 120.1084441, 30.3301483 ], [ 120.1081868, 30.3301054 ], [ 120.1078359, 30.3300095 ], [ 120.1075347, 30.3299741 ], [ 120.1069178, 30.3298909 ], [ 120.1065143, 30.3298202 ], [ 120.1060173, 30.3297622 ], [ 120.1057863, 30.3297394 ], [ 120.1055916, 30.3296994 ], [ 120.1055316, 30.3298473 ], [ 120.1061398, 30.3299761 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1139036, 30.3309894 ], [ 120.1166038, 30.3313405 ], [ 120.1166154, 30.331277 ], [ 120.1165109, 30.3312637 ], [ 120.1157741, 30.3311653 ], [ 120.114897, 30.3310265 ], [ 120.1139789, 30.3309124 ], [ 120.1137127, 30.3308984 ], [ 120.1139036, 30.3309894 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1170167, 30.3377779 ], [ 120.1170752, 30.3378945 ], [ 120.1171653, 30.3379722 ], [ 120.1172431, 30.3380049 ], [ 120.1177734, 30.33815 ], [ 120.1185202, 30.3384189 ], [ 120.1186057, 30.3385277 ], [ 120.1186777, 30.3386209 ], [ 120.1188308, 30.3388307 ], [ 120.1189028, 30.3389279 ], [ 120.1190603, 30.3393125 ], [ 120.1191233, 30.3395456 ], [ 120.1192809, 30.340171 ], [ 120.11941, 30.3404351 ], [ 120.119488, 30.3405867 ], [ 120.1195645, 30.3407421 ], [ 120.119645, 30.3409493 ], [ 120.1197867, 30.3412636 ], [ 120.1199201, 30.3415113 ], [ 120.1201091, 30.341791 ], [ 120.1202127, 30.3419075 ], [ 120.1202964, 30.3419966 ], [ 120.120386, 30.3420876 ], [ 120.1205008, 30.3421795 ], [ 120.1205593, 30.34223 ], [ 120.1206358, 30.3423116 ], [ 120.1211174, 30.3426029 ], [ 120.1212885, 30.3426495 ], [ 120.1214415, 30.3427 ], [ 120.1217521, 30.3428943 ], [ 120.1221978, 30.3432167 ], [ 120.1224949, 30.3434053 ], [ 120.1226434, 30.3435003 ], [ 120.12299, 30.3438654 ], [ 120.1230405, 30.3439229 ], [ 120.1230969, 30.3439796 ], [ 120.1231217, 30.344012 ], [ 120.12318, 30.3441188 ], [ 120.1231984, 30.3441569 ], [ 120.1232169, 30.3442197 ], [ 120.1232189, 30.3442498 ], [ 120.1232182, 30.3442562 ], [ 120.1232149, 30.3442608 ], [ 120.1231626, 30.3442764 ], [ 120.1231431, 30.3442927 ], [ 120.1231331, 30.3443031 ], [ 120.1231297, 30.344321 ], [ 120.1231311, 30.344358 ], [ 120.123129, 30.3444292 ], [ 120.1231156, 30.3444535 ], [ 120.1230774, 30.3444732 ], [ 120.1230215, 30.3444792 ], [ 120.1227829, 30.344452 ], [ 120.1225399, 30.3444326 ], [ 120.1223958, 30.3444326 ], [ 120.1222698, 30.3444753 ], [ 120.1219277, 30.3444753 ], [ 120.1217033, 30.3444378 ], [ 120.1214698, 30.3444378 ], [ 120.1210484, 30.3444329 ], [ 120.1210392, 30.3445067 ], [ 120.1210262, 30.3446115 ], [ 120.1217625, 30.3446277 ], [ 120.1219422, 30.3446046 ], [ 120.1220843, 30.3446185 ], [ 120.1222558, 30.3446099 ], [ 120.1224209, 30.3445951 ], [ 120.1226544, 30.3445902 ], [ 120.1228367, 30.3445951 ], [ 120.1229847, 30.3446246 ], [ 120.1232296, 30.3446983 ], [ 120.1233492, 30.3447524 ], [ 120.1234859, 30.3447868 ], [ 120.1236795, 30.344831 ], [ 120.1242548, 30.3449588 ], [ 120.1244313, 30.3450178 ], [ 120.124568, 30.3450129 ], [ 120.1248812, 30.3447917 ], [ 120.1250008, 30.3447819 ], [ 120.1254223, 30.3451603 ], [ 120.1255134, 30.3453127 ], [ 120.1255147, 30.3453657 ], [ 120.1255191, 30.3455535 ], [ 120.125559, 30.3457993 ], [ 120.1256216, 30.3457894 ], [ 120.1256102, 30.3456174 ], [ 120.1256045, 30.3453618 ], [ 120.1255533, 30.3452439 ], [ 120.1254451, 30.3450964 ], [ 120.1253881, 30.3450227 ], [ 120.1249439, 30.3446541 ], [ 120.1248926, 30.3445558 ], [ 120.1248497, 30.3444194 ], [ 120.1248376, 30.3442446 ], [ 120.1248577, 30.3441671 ], [ 120.1248886, 30.3440861 ], [ 120.1249583, 30.3438974 ], [ 120.1249878, 30.3438164 ], [ 120.1250294, 30.3437238 ], [ 120.1251033, 30.3435482 ], [ 120.1250822, 30.3434458 ], [ 120.1251093, 30.3433858 ], [ 120.1251788, 30.3433625 ], [ 120.1253216, 30.3433559 ], [ 120.1255417, 30.3433559 ], [ 120.1262252, 30.3433658 ], [ 120.1264839, 30.3433325 ], [ 120.1266074, 30.3432792 ], [ 120.126704, 30.3432192 ], [ 120.1270283, 30.3430359 ], [ 120.127399, 30.3428493 ], [ 120.1276036, 30.3427827 ], [ 120.127816, 30.3427194 ], [ 120.1286385, 30.3425661 ], [ 120.1289087, 30.3425294 ], [ 120.1294416, 30.3425061 ], [ 120.1298586, 30.3425161 ], [ 120.1308008, 30.3425261 ], [ 120.1313838, 30.3425294 ], [ 120.1315511, 30.3425715 ], [ 120.1317062, 30.3424377 ], [ 120.1315691, 30.3424628 ], [ 120.131434, 30.3424595 ], [ 120.1301328, 30.3424128 ], [ 120.1291443, 30.3424061 ], [ 120.1288817, 30.3424328 ], [ 120.1284029, 30.3424994 ], [ 120.1280245, 30.3425828 ], [ 120.127453, 30.3426894 ], [ 120.127314, 30.342756 ], [ 120.1272214, 30.3428193 ], [ 120.1265958, 30.3431692 ], [ 120.1263256, 30.3432659 ], [ 120.1259549, 30.3432659 ], [ 120.1251826, 30.3432625 ], [ 120.1249316, 30.3432859 ], [ 120.124866, 30.3433325 ], [ 120.1247357, 30.3436752 ], [ 120.1246418, 30.344078 ], [ 120.1246458, 30.3442828 ], [ 120.1246954, 30.344571 ], [ 120.1247116, 30.3446988 ], [ 120.1246768, 30.3447687 ], [ 120.1246112, 30.3447921 ], [ 120.124503, 30.3447854 ], [ 120.1243679, 30.3447354 ], [ 120.1238334, 30.3445769 ], [ 120.1237385, 30.3445488 ], [ 120.1235841, 30.3444788 ], [ 120.1235261, 30.3444089 ], [ 120.1234721, 30.3443322 ], [ 120.1234348, 30.3442799 ], [ 120.1234033, 30.3442469 ], [ 120.1233872, 30.3442383 ], [ 120.1233657, 30.344233 ], [ 120.1233168, 30.3442302 ], [ 120.1233034, 30.3442249 ], [ 120.1232947, 30.3442174 ], [ 120.1232772, 30.3441509 ], [ 120.1232511, 30.3440826 ], [ 120.1232511, 30.3440641 ], [ 120.1232551, 30.3440421 ], [ 120.123243, 30.3439773 ], [ 120.1232497, 30.343968 ], [ 120.1232638, 30.3439564 ], [ 120.1233255, 30.3439258 ], [ 120.1233423, 30.3439084 ], [ 120.1233456, 30.3438876 ], [ 120.1233356, 30.3438615 ], [ 120.1233121, 30.3438077 ], [ 120.1232998, 30.3437372 ], [ 120.1230994, 30.3434786 ], [ 120.1229704, 30.343382 ], [ 120.1228637, 30.343301 ], [ 120.1227317, 30.3431849 ], [ 120.1226383, 30.3431181 ], [ 120.122511, 30.3430343 ], [ 120.1222997, 30.3429767 ], [ 120.1221566, 30.3428942 ], [ 120.1220524, 30.3428449 ], [ 120.121977, 30.3427638 ], [ 120.1218782, 30.3426666 ], [ 120.1217036, 30.3425894 ], [ 120.1212596, 30.3422795 ], [ 120.121078, 30.3421398 ], [ 120.1207994, 30.3419048 ], [ 120.1206286, 30.341731 ], [ 120.1202994, 30.3414837 ], [ 120.120242, 30.3413948 ], [ 120.12019, 30.3413031 ], [ 120.1200665, 30.3411098 ], [ 120.1199755, 30.3409739 ], [ 120.1199043, 30.3408466 ], [ 120.1198464, 30.3407499 ], [ 120.1196484, 30.3403898 ], [ 120.1195604, 30.3402209 ], [ 120.1194525, 30.3400035 ], [ 120.1194409, 30.3398669 ], [ 120.1194371, 30.3397169 ], [ 120.119468, 30.3394836 ], [ 120.1194796, 30.339367 ], [ 120.1194216, 30.3389238 ], [ 120.1193521, 30.3386372 ], [ 120.1193676, 30.3384772 ], [ 120.1194139, 30.3383339 ], [ 120.1195066, 30.3381106 ], [ 120.1195259, 30.3380273 ], [ 120.1195066, 30.337934 ], [ 120.1194718, 30.337874 ], [ 120.1194139, 30.3378207 ], [ 120.1193212, 30.3377807 ], [ 120.1192015, 30.3377807 ], [ 120.1190278, 30.3377974 ], [ 120.1188849, 30.3378407 ], [ 120.1187961, 30.337854 ], [ 120.1187227, 30.3379674 ], [ 120.1186764, 30.3380607 ], [ 120.1186185, 30.3381106 ], [ 120.1185413, 30.338124 ], [ 120.1184409, 30.3381206 ], [ 120.1183328, 30.3381007 ], [ 120.1178655, 30.3379607 ], [ 120.117352, 30.3378041 ], [ 120.1172902, 30.3377741 ], [ 120.1172053, 30.3377107 ], [ 120.1172014, 30.3376641 ], [ 120.1172284, 30.3375908 ], [ 120.1173713, 30.3373675 ], [ 120.1174369, 30.3370942 ], [ 120.1174987, 30.3367443 ], [ 120.1175875, 30.3364511 ], [ 120.1176339, 30.3363411 ], [ 120.1177558, 30.3357596 ], [ 120.1177806, 30.3356446 ], [ 120.1178192, 30.3355246 ], [ 120.1180895, 30.3348314 ], [ 120.1182669, 30.3344889 ], [ 120.1183465, 30.3343614 ], [ 120.1184251, 30.3341893 ], [ 120.1184423, 30.3340889 ], [ 120.1184486, 30.3340249 ], [ 120.1185992, 30.3336717 ], [ 120.1187227, 30.3334151 ], [ 120.1189052, 30.3330246 ], [ 120.1186778, 30.3329422 ], [ 120.1180729, 30.3345313 ], [ 120.1176254, 30.335529 ], [ 120.1175344, 30.3358017 ], [ 120.1174623, 30.3361307 ], [ 120.1171157, 30.3373816 ], [ 120.1170122, 30.3376769 ], [ 120.1170167, 30.3377779 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1223141, 30.344281 ], [ 120.1223601, 30.3443376 ], [ 120.1224733, 30.3443757 ], [ 120.1228007, 30.344336 ], [ 120.1230661, 30.3443543 ], [ 120.1231139, 30.3442673 ], [ 120.1230626, 30.3440291 ], [ 120.1229405, 30.3438595 ], [ 120.1226786, 30.343716 ], [ 120.1222557, 30.343719 ], [ 120.1223141, 30.344281 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1101693, 30.3443028 ], [ 120.1105924, 30.3442851 ], [ 120.1107964, 30.3442947 ], [ 120.1115808, 30.3443314 ], [ 120.1132008, 30.3443106 ], [ 120.1133832, 30.3443314 ], [ 120.1134986, 30.3443476 ], [ 120.1136568, 30.3443349 ], [ 120.1137212, 30.3443036 ], [ 120.1138218, 30.3442805 ], [ 120.1139224, 30.3442793 ], [ 120.1140337, 30.3442736 ], [ 120.1154593, 30.344218 ], [ 120.116398, 30.3442087 ], [ 120.1177418, 30.3441763 ], [ 120.1183104, 30.3441763 ], [ 120.1186779, 30.3442168 ], [ 120.1189502, 30.3442955 ], [ 120.1189837, 30.3443094 ], [ 120.1190454, 30.344328 ], [ 120.1193216, 30.3443499 ], [ 120.1194021, 30.3443511 ], [ 120.1194839, 30.3443523 ], [ 120.1199171, 30.3444182 ], [ 120.1210262, 30.3446115 ], [ 120.1210392, 30.3445067 ], [ 120.1210484, 30.3444329 ], [ 120.1202883, 30.3442678 ], [ 120.1195349, 30.3441659 ], [ 120.1193981, 30.3441219 ], [ 120.1192935, 30.3440756 ], [ 120.1192103, 30.3440537 ], [ 120.1189166, 30.3440201 ], [ 120.1187946, 30.3440166 ], [ 120.1176133, 30.3439863 ], [ 120.1162706, 30.3440039 ], [ 120.1157825, 30.344005 ], [ 120.1157328, 30.3440131 ], [ 120.1156457, 30.3440236 ], [ 120.114323, 30.3440667 ], [ 120.1139103, 30.3440976 ], [ 120.1138405, 30.3440988 ], [ 120.1137936, 30.3440872 ], [ 120.1137292, 30.3440618 ], [ 120.113681, 30.3440363 ], [ 120.1136474, 30.3440328 ], [ 120.1134288, 30.3440421 ], [ 120.1133832, 30.3440629 ], [ 120.1133014, 30.3440965 ], [ 120.1132572, 30.3441104 ], [ 120.1113072, 30.3441555 ], [ 120.1108432, 30.3441277 ], [ 120.1102638, 30.3440745 ], [ 120.1100914, 30.3440506 ], [ 120.1100649, 30.3442424 ], [ 120.1100555, 30.3443075 ], [ 120.1101693, 30.3443028 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1232409, 30.3453427 ], [ 120.123332, 30.3453004 ], [ 120.1235141, 30.3453507 ], [ 120.1236216, 30.345123 ], [ 120.1236262, 30.3450223 ], [ 120.1235141, 30.3449658 ], [ 120.1234114, 30.3449719 ], [ 120.123339, 30.3450344 ], [ 120.1232736, 30.3450706 ], [ 120.1232573, 30.3452016 ], [ 120.1231826, 30.3453064 ], [ 120.1232409, 30.3453427 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1256683, 30.3468341 ], [ 120.1257594, 30.3468105 ], [ 120.1256216, 30.3457894 ], [ 120.125559, 30.3457993 ], [ 120.1256683, 30.3468341 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9892365, 30.3209115 ], [ 119.9896044, 30.3210055 ], [ 119.9897052, 30.3210937 ], [ 119.9903284, 30.3212469 ], [ 119.9905842, 30.3214206 ], [ 119.9912314, 30.3214518 ], [ 119.9914439, 30.3205815 ], [ 119.99224, 30.3206162 ], [ 119.9929694, 30.3207754 ], [ 119.9933085, 30.3207523 ], [ 119.9933085, 30.3201883 ], [ 119.9926888, 30.3199587 ], [ 119.9924004, 30.319645 ], [ 119.9923577, 30.3193553 ], [ 119.9920051, 30.3193461 ], [ 119.9921973, 30.3184081 ], [ 119.9911045, 30.3184371 ], [ 119.9913196, 30.3170382 ], [ 119.9909589, 30.3169613 ], [ 119.9908073, 30.3176614 ], [ 119.9906238, 30.3176474 ], [ 119.9904693, 30.3184338 ], [ 119.9899704, 30.3183705 ], [ 119.9898551, 30.3191076 ], [ 119.9904359, 30.3191168 ], [ 119.9905481, 30.3188202 ], [ 119.9909984, 30.3189007 ], [ 119.9908791, 30.3198769 ], [ 119.9903049, 30.3198427 ], [ 119.9902732, 30.3204004 ], [ 119.9891496, 30.3202669 ], [ 119.9892365, 30.3209115 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9988757, 30.3201677 ], [ 119.9988698, 30.3196756 ], [ 119.9991637, 30.3196712 ], [ 119.9992341, 30.3192418 ], [ 119.998238, 30.3190937 ], [ 119.998162, 30.320193 ], [ 119.9988757, 30.3201677 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0001554, 30.3220669 ], [ 120.0002716, 30.3214716 ], [ 120.0008023, 30.3215727 ], [ 120.0008492, 30.3206416 ], [ 120.0015268, 30.320632 ], [ 120.0016034, 30.3207641 ], [ 120.0021876, 30.3208888 ], [ 120.002423, 30.3211551 ], [ 120.0027032, 30.3210441 ], [ 120.0028947, 30.3208411 ], [ 120.002295, 30.3182654 ], [ 120.0001038, 30.31864 ], [ 120.0003863, 30.3206321 ], [ 119.9999075, 30.3206363 ], [ 119.999538, 30.320751 ], [ 119.9996657, 30.3214739 ], [ 119.9994557, 30.3219562 ], [ 119.9991468, 30.3222587 ], [ 120.0001554, 30.3220669 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0037278, 30.3214388 ], [ 120.0062161, 30.3208069 ], [ 120.0059724, 30.3197223 ], [ 120.0048343, 30.3198889 ], [ 120.0050013, 30.3204706 ], [ 120.0042987, 30.320556 ], [ 120.0037347, 30.3205458 ], [ 120.0034934, 30.3206055 ], [ 120.0037278, 30.3214388 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0135319, 30.3221427 ], [ 120.0135118, 30.3227665 ], [ 120.0137348, 30.3228548 ], [ 120.0138424, 30.3229686 ], [ 120.014097, 30.3229344 ], [ 120.0141076, 30.3230878 ], [ 120.0146558, 30.3230253 ], [ 120.0146426, 30.322827 ], [ 120.014637, 30.322155 ], [ 120.0148327, 30.3221468 ], [ 120.0148283, 30.3213731 ], [ 120.0145941, 30.3214272 ], [ 120.0146185, 30.3216434 ], [ 120.0143391, 30.321704 ], [ 120.01414, 30.321704 ], [ 120.0140767, 30.3218749 ], [ 120.0138647, 30.3218895 ], [ 120.0138141, 30.322028 ], [ 120.0135043, 30.3220164 ], [ 120.0135319, 30.3221427 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0019692, 30.3232725 ], [ 120.0016986, 30.3238875 ], [ 120.0032258, 30.3242253 ], [ 120.0034199, 30.3224861 ], [ 120.0021111, 30.3225678 ], [ 120.0017699, 30.3229 ], [ 120.0016313, 30.3232725 ], [ 120.0019692, 30.3232725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9926558, 30.3232834 ], [ 119.9926442, 30.324326 ], [ 119.991909, 30.3243588 ], [ 119.9919321, 30.3245525 ], [ 119.992038, 30.3245927 ], [ 119.9925009, 30.3245987 ], [ 119.9926213, 30.3245832 ], [ 119.9928384, 30.3244778 ], [ 119.9931057, 30.3244252 ], [ 119.9940007, 30.3243436 ], [ 119.994097, 30.3237525 ], [ 119.993959, 30.322629 ], [ 119.9921419, 30.3223887 ], [ 119.9918679, 30.3223638 ], [ 119.9917854, 30.323321 ], [ 119.9926558, 30.3232834 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0145351, 30.3242854 ], [ 120.014701, 30.324328 ], [ 120.0147092, 30.3245761 ], [ 120.014917, 30.3246876 ], [ 120.0150963, 30.3246561 ], [ 120.0150176, 30.3239626 ], [ 120.014496, 30.32392 ], [ 120.0145351, 30.3242854 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9937711, 30.3297072 ], [ 119.9938592, 30.3297953 ], [ 119.9940019, 30.3299381 ], [ 119.9942279, 30.3305409 ], [ 119.9946715, 30.3306967 ], [ 119.9953359, 30.3306928 ], [ 119.9955817, 30.3311417 ], [ 119.9959601, 30.3309237 ], [ 119.995866, 30.3308283 ], [ 119.9963494, 30.3306295 ], [ 119.9960137, 30.3300029 ], [ 119.9952576, 30.3290034 ], [ 119.9946857, 30.3280478 ], [ 119.9941833, 30.3281517 ], [ 119.9940739, 30.3281743 ], [ 119.9941396, 30.328909 ], [ 119.9940792, 30.3294211 ], [ 119.993734, 30.3294884 ], [ 119.9937711, 30.3297072 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0055765, 30.3298415 ], [ 120.0057334, 30.3316625 ], [ 120.0069034, 30.3314678 ], [ 120.0069489, 30.331543 ], [ 120.0071081, 30.3325214 ], [ 120.0079481, 30.33237 ], [ 120.0082358, 30.3323604 ], [ 120.0082513, 30.3321547 ], [ 120.0077098, 30.3321547 ], [ 120.0076724, 30.3315207 ], [ 120.00769, 30.3308763 ], [ 120.0071065, 30.3308991 ], [ 120.0077287, 30.3299516 ], [ 120.0081016, 30.3298949 ], [ 120.0080338, 30.3295229 ], [ 120.0055656, 30.3293853 ], [ 120.0055765, 30.3298415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0121553, 30.3333848 ], [ 120.0121924, 30.3332124 ], [ 120.0123084, 30.333179 ], [ 120.0125045, 30.3324429 ], [ 120.0110809, 30.3322341 ], [ 120.0108496, 30.3315995 ], [ 120.0093394, 30.3316563 ], [ 120.0092775, 30.3328965 ], [ 120.0121553, 30.3333848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0138429, 30.3335197 ], [ 120.0154304, 30.3335303 ], [ 120.0154325, 30.3333934 ], [ 120.0185504, 30.3334736 ], [ 120.0187131, 30.3318656 ], [ 120.0182608, 30.3318535 ], [ 120.0181962, 30.3315138 ], [ 120.0175352, 30.3314806 ], [ 120.0174822, 30.3319771 ], [ 120.0167332, 30.3319102 ], [ 120.0170678, 30.3325769 ], [ 120.0153522, 30.3325784 ], [ 120.0152682, 30.3321147 ], [ 120.0140856, 30.3321629 ], [ 120.014155, 30.33251 ], [ 120.0138086, 30.3325811 ], [ 120.0138429, 30.3335197 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0067416, 30.3340943 ], [ 120.0068903, 30.3340284 ], [ 120.0072063, 30.3340993 ], [ 120.0071504, 30.3337768 ], [ 120.0071509, 30.3336076 ], [ 120.0072423, 30.3334479 ], [ 120.0073196, 30.3330586 ], [ 120.0068881, 30.3329571 ], [ 120.0065198, 30.333108 ], [ 120.0063348, 30.3340437 ], [ 120.0067416, 30.3340943 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0129317, 30.3369518 ], [ 120.0131318, 30.3362263 ], [ 120.0132095, 30.3352818 ], [ 120.0124497, 30.3351573 ], [ 120.0123853, 30.3354681 ], [ 120.0119884, 30.335866 ], [ 120.0117253, 30.3366688 ], [ 120.0129317, 30.3369518 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0205244, 30.3374924 ], [ 120.0207895, 30.3374997 ], [ 120.0207228, 30.3370429 ], [ 120.0204895, 30.3370654 ], [ 120.0205244, 30.3374924 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0003156, 30.3399853 ], [ 120.0005042, 30.3403416 ], [ 120.0013017, 30.3402641 ], [ 120.0012506, 30.3395733 ], [ 120.0003772, 30.3376912 ], [ 119.9998047, 30.3380836 ], [ 119.9998731, 30.3387677 ], [ 120.0000866, 30.3387825 ], [ 120.0001364, 30.3396449 ], [ 119.9997976, 30.3396449 ], [ 119.999794, 30.3401833 ], [ 120.0003156, 30.3399853 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9888021, 30.3398621 ], [ 119.9889091, 30.3402746 ], [ 119.9908765, 30.3405082 ], [ 119.9909022, 30.3394406 ], [ 119.9913099, 30.3394498 ], [ 119.9912863, 30.3390308 ], [ 119.9890909, 30.3385748 ], [ 119.989165, 30.3376347 ], [ 119.9884034, 30.3377587 ], [ 119.9879377, 30.3398002 ], [ 119.9888021, 30.3398621 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0112278, 30.3437918 ], [ 120.0116686, 30.3432751 ], [ 120.011859, 30.3430533 ], [ 120.0122307, 30.3430853 ], [ 120.0125869, 30.343116 ], [ 120.01282, 30.3432302 ], [ 120.0128891, 30.3431972 ], [ 120.0131202, 30.3429363 ], [ 120.013196, 30.3426665 ], [ 120.0134167, 30.3425406 ], [ 120.0135167, 30.3425857 ], [ 120.0141376, 30.3427515 ], [ 120.0148686, 30.3429141 ], [ 120.014935, 30.3430374 ], [ 120.0149696, 30.3431016 ], [ 120.0149338, 30.3434721 ], [ 120.0149669, 30.3436925 ], [ 120.0152382, 30.3436123 ], [ 120.0152257, 30.343491 ], [ 120.015176, 30.3429654 ], [ 120.0148227, 30.3428086 ], [ 120.0149095, 30.3425818 ], [ 120.0148147, 30.3425685 ], [ 120.0147663, 30.342628 ], [ 120.0141622, 30.342675 ], [ 120.0135781, 30.3424869 ], [ 120.0130242, 30.3424531 ], [ 120.0129575, 30.3427366 ], [ 120.0126484, 30.3430306 ], [ 120.0118973, 30.3429907 ], [ 120.01174, 30.342885 ], [ 120.0111354, 30.3437821 ], [ 120.0112278, 30.3437918 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9987127, 30.3436097 ], [ 119.9987424, 30.3429471 ], [ 119.9982293, 30.3427187 ], [ 119.9981612, 30.3435933 ], [ 119.9987127, 30.3436097 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0035953, 30.3453689 ], [ 120.0039268, 30.345484 ], [ 120.0045868, 30.3455824 ], [ 120.0047923, 30.3449549 ], [ 120.0049444, 30.3446573 ], [ 120.0050979, 30.3441775 ], [ 120.0054815, 30.3442932 ], [ 120.0056103, 30.3439873 ], [ 120.0050468, 30.3433394 ], [ 120.0045405, 30.3434485 ], [ 120.0044072, 30.3437109 ], [ 120.0042564, 30.343859 ], [ 120.0043255, 30.3440522 ], [ 120.0041497, 30.3440587 ], [ 120.0039353, 30.3439955 ], [ 120.003411, 30.3437202 ], [ 120.0030874, 30.3451678 ], [ 120.0035953, 30.3453689 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.023829, 30.3402064 ], [ 120.0242518, 30.3402064 ], [ 120.024512, 30.3402064 ], [ 120.0248372, 30.3401081 ], [ 120.0250649, 30.340038 ], [ 120.0256666, 30.3399678 ], [ 120.0260081, 30.3399678 ], [ 120.0261382, 30.3399117 ], [ 120.026379, 30.3399437 ], [ 120.0265103, 30.3399952 ], [ 120.0266397, 30.340031 ], [ 120.0268169, 30.3400928 ], [ 120.0268553, 30.3400306 ], [ 120.0270446, 30.3400243 ], [ 120.0271341, 30.3399611 ], [ 120.0274092, 30.3399843 ], [ 120.0277566, 30.3399896 ], [ 120.0281126, 30.3399983 ], [ 120.028473, 30.3399784 ], [ 120.02868, 30.3399388 ], [ 120.0289936, 30.3398552 ], [ 120.0293259, 30.3398142 ], [ 120.029542, 30.3397793 ], [ 120.0297928, 30.3398289 ], [ 120.0299477, 30.3399201 ], [ 120.0300577, 30.3400414 ], [ 120.0301005, 30.3402497 ], [ 120.0301891, 30.3405003 ], [ 120.0302471, 30.340561 ], [ 120.0304763, 30.340735 ], [ 120.0307055, 30.3407086 ], [ 120.0306475, 30.3406269 ], [ 120.0303999, 30.3404924 ], [ 120.0302746, 30.3402761 ], [ 120.0302257, 30.3400282 ], [ 120.0301677, 30.3397777 ], [ 120.030183, 30.3396827 ], [ 120.0302594, 30.3395034 ], [ 120.0304476, 30.3393616 ], [ 120.0306193, 30.3392918 ], [ 120.0309106, 30.3392201 ], [ 120.0311764, 30.3391848 ], [ 120.0316615, 30.3391254 ], [ 120.0318276, 30.3390916 ], [ 120.0319586, 30.3391637 ], [ 120.0321078, 30.3391969 ], [ 120.032288, 30.3392067 ], [ 120.0325579, 30.3391315 ], [ 120.0327779, 30.3390297 ], [ 120.033179, 30.3389252 ], [ 120.0335604, 30.3389131 ], [ 120.0340152, 30.3388212 ], [ 120.0343482, 30.3386211 ], [ 120.034498, 30.3383694 ], [ 120.0347855, 30.338091 ], [ 120.0349677, 30.3379223 ], [ 120.0351806, 30.3377548 ], [ 120.0353043, 30.3376108 ], [ 120.0355852, 30.3373153 ], [ 120.0357497, 30.3372234 ], [ 120.0358783, 30.3371643 ], [ 120.0359844, 30.3370817 ], [ 120.0360739, 30.3370046 ], [ 120.0361575, 30.3369178 ], [ 120.0362479, 30.3368399 ], [ 120.0363557, 30.336757 ], [ 120.0365775, 30.3367411 ], [ 120.0367593, 30.3367145 ], [ 120.0369811, 30.3367118 ], [ 120.0371629, 30.3366746 ], [ 120.0374554, 30.3366001 ], [ 120.0376218, 30.3366028 ], [ 120.0378744, 30.3365629 ], [ 120.0381425, 30.3365496 ], [ 120.0383836, 30.3364929 ], [ 120.0389065, 30.3364028 ], [ 120.0390547, 30.336331 ], [ 120.0392548, 30.3362459 ], [ 120.0394528, 30.3361509 ], [ 120.0396492, 30.3360872 ], [ 120.0399146, 30.3360654 ], [ 120.0401298, 30.3361157 ], [ 120.0403039, 30.3361603 ], [ 120.0406008, 30.3362561 ], [ 120.0408439, 30.3362702 ], [ 120.0410143, 30.3362565 ], [ 120.0413018, 30.336208 ], [ 120.0420198, 30.3362027 ], [ 120.0425785, 30.3362482 ], [ 120.0425914, 30.3361471 ], [ 120.0426063, 30.3360302 ], [ 120.041968, 30.3359969 ], [ 120.0413504, 30.3359583 ], [ 120.0411603, 30.3360039 ], [ 120.040948, 30.3360554 ], [ 120.0407761, 30.3360804 ], [ 120.0405477, 30.3360563 ], [ 120.0402637, 30.3359145 ], [ 120.0399934, 30.3358363 ], [ 120.0398204, 30.3358537 ], [ 120.0396464, 30.3359108 ], [ 120.0395071, 30.3359401 ], [ 120.039273, 30.3360172 ], [ 120.0389343, 30.3361736 ], [ 120.0387117, 30.3362583 ], [ 120.0384185, 30.3363353 ], [ 120.0382064, 30.3363659 ], [ 120.0379681, 30.3364147 ], [ 120.0377157, 30.3364324 ], [ 120.0374858, 30.336436 ], [ 120.0372728, 30.3364187 ], [ 120.0370572, 30.3364666 ], [ 120.0368523, 30.3364746 ], [ 120.0366474, 30.336454 ], [ 120.0363445, 30.3364876 ], [ 120.036133, 30.3365651 ], [ 120.0359559, 30.3367652 ], [ 120.0354276, 30.3371559 ], [ 120.034893, 30.3377692 ], [ 120.0346984, 30.3379239 ], [ 120.0343912, 30.3381225 ], [ 120.0342863, 30.338322 ], [ 120.0340033, 30.3385685 ], [ 120.0338745, 30.3386726 ], [ 120.0331723, 30.3386963 ], [ 120.0328253, 30.3387684 ], [ 120.0325313, 30.3389064 ], [ 120.0322823, 30.3389669 ], [ 120.0320815, 30.3389604 ], [ 120.0315844, 30.338883 ], [ 120.0311157, 30.3389604 ], [ 120.0307852, 30.338982 ], [ 120.030576, 30.3389557 ], [ 120.03044, 30.338863 ], [ 120.0303623, 30.3389071 ], [ 120.0302666, 30.3390752 ], [ 120.0301257, 30.3392419 ], [ 120.030043, 30.3393084 ], [ 120.0299934, 30.3393985 ], [ 120.0298458, 30.3395004 ], [ 120.029591, 30.3395467 ], [ 120.0293939, 30.3395687 ], [ 120.0291069, 30.3395698 ], [ 120.0289473, 30.3395988 ], [ 120.0287583, 30.3397193 ], [ 120.0284137, 30.339735 ], [ 120.0282982, 30.3396312 ], [ 120.0281493, 30.3396578 ], [ 120.0280072, 30.3396694 ], [ 120.0278811, 30.3396763 ], [ 120.0277483, 30.3397041 ], [ 120.027574, 30.339784 ], [ 120.0274037, 30.3398152 ], [ 120.0272637, 30.3398137 ], [ 120.0271249, 30.3398022 ], [ 120.0269389, 30.339827 ], [ 120.0267443, 30.3398241 ], [ 120.026409, 30.3397249 ], [ 120.0261057, 30.3397853 ], [ 120.0258943, 30.3397853 ], [ 120.0256015, 30.3397573 ], [ 120.025195, 30.3398134 ], [ 120.024886, 30.3398976 ], [ 120.0246746, 30.3398976 ], [ 120.0243169, 30.3400099 ], [ 120.024138, 30.3400099 ], [ 120.0239103, 30.340038 ], [ 120.0237639, 30.340052 ], [ 120.023829, 30.3402064 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0197956, 30.3495728 ], [ 120.0198788, 30.3495819 ], [ 120.0199461, 30.3496374 ], [ 120.0199232, 30.349765 ], [ 120.0200427, 30.349783 ], [ 120.0201603, 30.3496673 ], [ 120.0202297, 30.3496211 ], [ 120.0200692, 30.3495405 ], [ 120.0199074, 30.3494135 ], [ 120.0199481, 30.3492963 ], [ 120.0200284, 30.3492469 ], [ 120.020121, 30.3491089 ], [ 120.0202977, 30.3489128 ], [ 120.0205418, 30.348695 ], [ 120.0206871, 30.3487832 ], [ 120.0207261, 30.3486702 ], [ 120.0207632, 30.3486034 ], [ 120.0208292, 30.3485555 ], [ 120.0209865, 30.3484363 ], [ 120.0213076, 30.3480922 ], [ 120.0215432, 30.3478525 ], [ 120.0215331, 30.3476958 ], [ 120.0215646, 30.3475925 ], [ 120.0216526, 30.3474023 ], [ 120.0219808, 30.3473006 ], [ 120.0218882, 30.347228 ], [ 120.0216189, 30.3473224 ], [ 120.0214843, 30.3473587 ], [ 120.0213749, 30.3472861 ], [ 120.0212066, 30.3463855 ], [ 120.0210467, 30.3455358 ], [ 120.0210299, 30.3450129 ], [ 120.0212487, 30.344323 ], [ 120.0212991, 30.34388 ], [ 120.0213833, 30.3433643 ], [ 120.0216105, 30.3428632 ], [ 120.0218041, 30.3422749 ], [ 120.0219135, 30.3418755 ], [ 120.0220145, 30.3411928 ], [ 120.0221996, 30.3410475 ], [ 120.0224521, 30.3410475 ], [ 120.0224941, 30.3407062 ], [ 120.022553, 30.3404593 ], [ 120.022755, 30.340314 ], [ 120.0229822, 30.3403067 ], [ 120.0232515, 30.3403358 ], [ 120.0234956, 30.3403213 ], [ 120.0236386, 30.3402268 ], [ 120.023829, 30.3402064 ], [ 120.0237639, 30.340052 ], [ 120.0233862, 30.3401397 ], [ 120.023159, 30.3400598 ], [ 120.0229822, 30.3398492 ], [ 120.0227129, 30.3393262 ], [ 120.0226035, 30.3389994 ], [ 120.0226877, 30.3387597 ], [ 120.0226709, 30.3384692 ], [ 120.0225446, 30.338077 ], [ 120.022612, 30.3377647 ], [ 120.022612, 30.3374451 ], [ 120.0225783, 30.3371619 ], [ 120.0223679, 30.3363847 ], [ 120.022208, 30.3360869 ], [ 120.0223847, 30.3359271 ], [ 120.0224521, 30.3357383 ], [ 120.0224352, 30.3355567 ], [ 120.0223258, 30.3354187 ], [ 120.0221154, 30.3353969 ], [ 120.0219051, 30.3353534 ], [ 120.021862, 30.3353314 ], [ 120.0218421, 30.335237 ], [ 120.0218424, 30.3352155 ], [ 120.0218444, 30.3350694 ], [ 120.0217112, 30.3350674 ], [ 120.0216208, 30.3349992 ], [ 120.0218308, 30.3349427 ], [ 120.0217021, 30.3348745 ], [ 120.021456, 30.3349271 ], [ 120.021316, 30.3347941 ], [ 120.0212823, 30.3345762 ], [ 120.0212655, 30.3342639 ], [ 120.0213917, 30.3341186 ], [ 120.0214001, 30.3339806 ], [ 120.0216442, 30.3338208 ], [ 120.0218125, 30.33377 ], [ 120.0218125, 30.3336683 ], [ 120.021964, 30.333494 ], [ 120.0227718, 30.3330436 ], [ 120.0231926, 30.3327313 ], [ 120.0234956, 30.3323972 ], [ 120.0236891, 30.3320849 ], [ 120.0238406, 30.3318234 ], [ 120.02395, 30.33162 ], [ 120.0239163, 30.3313294 ], [ 120.0239668, 30.3311479 ], [ 120.0240678, 30.3309445 ], [ 120.0240762, 30.3307702 ], [ 120.024295, 30.330683 ], [ 120.0245307, 30.3306104 ], [ 120.0245643, 30.3305305 ], [ 120.0244213, 30.3305305 ], [ 120.024253, 30.3305232 ], [ 120.024152, 30.3304215 ], [ 120.0241183, 30.3302399 ], [ 120.0240931, 30.3301019 ], [ 120.0238085, 30.3290221 ], [ 120.0237881, 30.3289373 ], [ 120.0237048, 30.328944 ], [ 120.0233983, 30.3278996 ], [ 120.0233137, 30.3283006 ], [ 120.0239668, 30.3300729 ], [ 120.0239837, 30.3303779 ], [ 120.0239416, 30.3306176 ], [ 120.0237985, 30.3307484 ], [ 120.0236134, 30.3307919 ], [ 120.0235376, 30.3308864 ], [ 120.0235797, 30.3309735 ], [ 120.0235292, 30.3310534 ], [ 120.0235966, 30.3311551 ], [ 120.0235881, 30.3313222 ], [ 120.0235461, 30.331511 ], [ 120.0233778, 30.331649 ], [ 120.0234367, 30.3317362 ], [ 120.0233862, 30.3318815 ], [ 120.0232936, 30.3320195 ], [ 120.023159, 30.3320921 ], [ 120.0229654, 30.3320413 ], [ 120.0229317, 30.3321212 ], [ 120.0230748, 30.3321865 ], [ 120.0230664, 30.3323899 ], [ 120.0229402, 30.332557 ], [ 120.0228055, 30.3326441 ], [ 120.0226035, 30.3327168 ], [ 120.0223763, 30.332724 ], [ 120.0223595, 30.3328185 ], [ 120.0222501, 30.3329274 ], [ 120.0220902, 30.3329637 ], [ 120.0219471, 30.3328693 ], [ 120.0219724, 30.3329492 ], [ 120.0219219, 30.3330872 ], [ 120.0217704, 30.3332543 ], [ 120.0215853, 30.3334431 ], [ 120.0213833, 30.3335811 ], [ 120.021215, 30.3335666 ], [ 120.0211224, 30.3336755 ], [ 120.020668, 30.3342275 ], [ 120.0206007, 30.3344237 ], [ 120.0206175, 30.3345907 ], [ 120.0207269, 30.3347723 ], [ 120.0208531, 30.3350047 ], [ 120.0208784, 30.335179 ], [ 120.0208447, 30.3353025 ], [ 120.0206932, 30.3353679 ], [ 120.0207017, 30.3355785 ], [ 120.0208868, 30.3356221 ], [ 120.0211645, 30.3356148 ], [ 120.0213665, 30.3356584 ], [ 120.0215432, 30.3357891 ], [ 120.0217788, 30.3361668 ], [ 120.0218209, 30.3363048 ], [ 120.0218461, 30.3369077 ], [ 120.0219387, 30.3370602 ], [ 120.0220145, 30.3372781 ], [ 120.0219555, 30.337496 ], [ 120.0219219, 30.337663 ], [ 120.0220986, 30.3377429 ], [ 120.0221659, 30.3378446 ], [ 120.0221239, 30.3381496 ], [ 120.0220902, 30.3391156 ], [ 120.0220397, 30.3395514 ], [ 120.0219555, 30.3397112 ], [ 120.0217872, 30.339871 ], [ 120.0215684, 30.3398564 ], [ 120.0215516, 30.3399944 ], [ 120.0214927, 30.3401252 ], [ 120.0212234, 30.340452 ], [ 120.0210972, 30.3406408 ], [ 120.0209457, 30.3406699 ], [ 120.020323, 30.3405174 ], [ 120.020264, 30.3405827 ], [ 120.0204913, 30.3406554 ], [ 120.0206343, 30.3406917 ], [ 120.0208868, 30.340728 ], [ 120.0211056, 30.3408587 ], [ 120.0211396, 30.340899 ], [ 120.0211729, 30.3409386 ], [ 120.0211561, 30.3410621 ], [ 120.0211308, 30.3412582 ], [ 120.0211429, 30.3413486 ], [ 120.0211561, 30.341447 ], [ 120.0210551, 30.3421878 ], [ 120.0208447, 30.3431683 ], [ 120.0208026, 30.3438509 ], [ 120.0207521, 30.3440107 ], [ 120.0207017, 30.3441342 ], [ 120.020567, 30.3443157 ], [ 120.020323, 30.3444755 ], [ 120.0201799, 30.3445772 ], [ 120.0200957, 30.3447007 ], [ 120.0200537, 30.3448532 ], [ 120.0199399, 30.3450063 ], [ 120.0202977, 30.3452236 ], [ 120.0203903, 30.3452453 ], [ 120.0206932, 30.3454632 ], [ 120.0208363, 30.3456012 ], [ 120.0208952, 30.3458481 ], [ 120.020912, 30.3460587 ], [ 120.0209457, 30.3462403 ], [ 120.0209962, 30.3468431 ], [ 120.0210214, 30.3471481 ], [ 120.0210635, 30.3473442 ], [ 120.0210383, 30.3476492 ], [ 120.0207101, 30.3481648 ], [ 120.0205333, 30.3483319 ], [ 120.0200284, 30.3488402 ], [ 120.019919, 30.348891 ], [ 120.0196329, 30.3488475 ], [ 120.0196245, 30.3489128 ], [ 120.0194926, 30.348994 ], [ 120.0197956, 30.3495728 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0271311, 30.3405143 ], [ 120.0273133, 30.3405137 ], [ 120.0273129, 30.3404335 ], [ 120.0271307, 30.3404341 ], [ 120.0271311, 30.3405143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0276531, 30.3431717 ], [ 120.0278679, 30.3431986 ], [ 120.0282709, 30.3429422 ], [ 120.0282709, 30.3428684 ], [ 120.0279445, 30.3427669 ], [ 120.0276886, 30.342879 ], [ 120.0275863, 30.3428837 ], [ 120.0276531, 30.3431717 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0268946, 30.3433169 ], [ 120.0272864, 30.3433428 ], [ 120.027231, 30.3430214 ], [ 120.026836, 30.3430093 ], [ 120.026722, 30.3431448 ], [ 120.0268946, 30.3433169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0330385, 30.3447884 ], [ 120.0331007, 30.3448931 ], [ 120.0332222, 30.3449979 ], [ 120.0333093, 30.3450275 ], [ 120.0334027, 30.3450302 ], [ 120.0334339, 30.3449979 ], [ 120.0334059, 30.344963 ], [ 120.0333093, 30.3449146 ], [ 120.0332346, 30.3448045 ], [ 120.0332253, 30.3447212 ], [ 120.0332533, 30.344646 ], [ 120.0333187, 30.3445922 ], [ 120.0334993, 30.3445546 ], [ 120.0336736, 30.3445761 ], [ 120.0337639, 30.344611 ], [ 120.0337919, 30.3446755 ], [ 120.0337639, 30.3448179 ], [ 120.0337141, 30.3448985 ], [ 120.0337047, 30.344963 ], [ 120.0337359, 30.3450087 ], [ 120.0338386, 30.3450221 ], [ 120.0339289, 30.3449657 ], [ 120.0340628, 30.3448394 ], [ 120.0341406, 30.3447857 ], [ 120.0341904, 30.3447507 ], [ 120.0342433, 30.344603 ], [ 120.03429, 30.3445358 ], [ 120.0343741, 30.3444821 ], [ 120.0344115, 30.3444149 ], [ 120.034399, 30.3443397 ], [ 120.0343243, 30.3442644 ], [ 120.0342496, 30.3442483 ], [ 120.034178, 30.3442214 ], [ 120.0341095, 30.3441677 ], [ 120.0341001, 30.3440898 ], [ 120.0341095, 30.3440011 ], [ 120.034069, 30.3439366 ], [ 120.0340067, 30.3438668 ], [ 120.0339787, 30.3438157 ], [ 120.0339818, 30.3437217 ], [ 120.0340503, 30.343668 ], [ 120.0341313, 30.3436062 ], [ 120.0341593, 30.3435417 ], [ 120.0341624, 30.3434799 ], [ 120.0340877, 30.3434208 ], [ 120.0339569, 30.34323 ], [ 120.0338884, 30.3431198 ], [ 120.0338106, 30.3430392 ], [ 120.0337421, 30.3429479 ], [ 120.0336861, 30.3429103 ], [ 120.0334463, 30.3429506 ], [ 120.033356, 30.3429962 ], [ 120.0333156, 30.3431118 ], [ 120.0332876, 30.3432622 ], [ 120.0332066, 30.3433482 ], [ 120.0331257, 30.3433993 ], [ 120.0330945, 30.3434423 ], [ 120.0331132, 30.3435229 ], [ 120.0331443, 30.3436277 ], [ 120.0330696, 30.3438507 ], [ 120.0330821, 30.3440495 ], [ 120.0331194, 30.3442349 ], [ 120.0331537, 30.344345 ], [ 120.0331412, 30.3444149 ], [ 120.0330945, 30.3444444 ], [ 120.0330509, 30.3445062 ], [ 120.032998, 30.3445788 ], [ 120.0329824, 30.3446755 ], [ 120.0330385, 30.3447884 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0273135, 30.3511423 ], [ 120.0274988, 30.3511527 ], [ 120.0283298, 30.3511733 ], [ 120.0284972, 30.3512043 ], [ 120.0285689, 30.351292 ], [ 120.0286108, 30.3514106 ], [ 120.0286885, 30.3514777 ], [ 120.0287901, 30.3515241 ], [ 120.0288858, 30.3515344 ], [ 120.0289456, 30.3515809 ], [ 120.0289931, 30.3517445 ], [ 120.0287364, 30.3519066 ], [ 120.0284797, 30.3520093 ], [ 120.0283232, 30.3521011 ], [ 120.0282293, 30.352166 ], [ 120.0289744, 30.3530413 ], [ 120.0290432, 30.3530899 ], [ 120.0290808, 30.3530467 ], [ 120.0284922, 30.3523443 ], [ 120.0284797, 30.3522416 ], [ 120.028514, 30.3521662 ], [ 120.0286773, 30.3520303 ], [ 120.0288057, 30.3519447 ], [ 120.0289982, 30.3518843 ], [ 120.0290798, 30.3518289 ], [ 120.0292957, 30.3517081 ], [ 120.029389, 30.3516326 ], [ 120.0294065, 30.3515571 ], [ 120.0293948, 30.3514816 ], [ 120.029354, 30.3513558 ], [ 120.0293073, 30.3513306 ], [ 120.0292607, 30.3513558 ], [ 120.0293307, 30.351542 ], [ 120.0292607, 30.3515974 ], [ 120.0291498, 30.3516477 ], [ 120.0290682, 30.3516377 ], [ 120.0290623, 30.3515823 ], [ 120.029109, 30.3514866 ], [ 120.0290915, 30.3513658 ], [ 120.0291032, 30.3512903 ], [ 120.029214, 30.351245 ], [ 120.0293073, 30.3512198 ], [ 120.0308473, 30.35125 ], [ 120.0313548, 30.3512702 ], [ 120.0317616, 30.3512795 ], [ 120.032014, 30.3512853 ], [ 120.0325507, 30.3512903 ], [ 120.0327548, 30.3513105 ], [ 120.0327607, 30.3514111 ], [ 120.0329298, 30.3514464 ], [ 120.0330057, 30.3510688 ], [ 120.0330348, 30.3510185 ], [ 120.0331048, 30.3509984 ], [ 120.0333848, 30.3510185 ], [ 120.0336415, 30.3511343 ], [ 120.0342365, 30.3513054 ], [ 120.0343532, 30.3513256 ], [ 120.0347207, 30.3514514 ], [ 120.0348315, 30.3514514 ], [ 120.0348899, 30.3513809 ], [ 120.0349365, 30.3512601 ], [ 120.0350182, 30.3511292 ], [ 120.0351757, 30.3509329 ], [ 120.0352515, 30.3508725 ], [ 120.0352924, 30.3509027 ], [ 120.0352807, 30.35124 ], [ 120.0351757, 30.3513205 ], [ 120.0351057, 30.3514162 ], [ 120.0351057, 30.3515017 ], [ 120.0352282, 30.3515672 ], [ 120.0354149, 30.3516024 ], [ 120.0355432, 30.3516578 ], [ 120.0358057, 30.3517182 ], [ 120.0364007, 30.3517937 ], [ 120.0367507, 30.3518491 ], [ 120.037054, 30.3519145 ], [ 120.0371999, 30.35199 ], [ 120.0373807, 30.3520605 ], [ 120.0375265, 30.3520857 ], [ 120.0377023, 30.3521257 ], [ 120.0379235, 30.3521793 ], [ 120.0380282, 30.3522429 ], [ 120.0380709, 30.3522797 ], [ 120.0380593, 30.3523735 ], [ 120.0379545, 30.3528121 ], [ 120.0378536, 30.3530833 ], [ 120.0378381, 30.3531469 ], [ 120.0378226, 30.3531904 ], [ 120.0377891, 30.3533865 ], [ 120.0378148, 30.3538266 ], [ 120.0378808, 30.3538333 ], [ 120.0379118, 30.3538835 ], [ 120.0380166, 30.3538835 ], [ 120.0380476, 30.3538232 ], [ 120.0381485, 30.3538333 ], [ 120.038164, 30.353763 ], [ 120.0381765, 30.3535317 ], [ 120.0382142, 30.3535 ], [ 120.0382145, 30.3531569 ], [ 120.0382639, 30.3528883 ], [ 120.0382416, 30.3528762 ], [ 120.0382377, 30.3528087 ], [ 120.0382455, 30.3527418 ], [ 120.0383153, 30.3525777 ], [ 120.038358, 30.352504 ], [ 120.0384085, 30.3524739 ], [ 120.0384705, 30.3524605 ], [ 120.038587, 30.3524572 ], [ 120.0392427, 30.3524906 ], [ 120.0394949, 30.3524806 ], [ 120.039821, 30.3524237 ], [ 120.0402437, 30.35235 ], [ 120.0404649, 30.3523031 ], [ 120.0405735, 30.3523031 ], [ 120.0406007, 30.3522161 ], [ 120.0407443, 30.351898 ], [ 120.0407908, 30.3517272 ], [ 120.0411129, 30.35086 ], [ 120.0412487, 30.3506089 ], [ 120.0413069, 30.3505252 ], [ 120.0413689, 30.3504783 ], [ 120.0415047, 30.350408 ], [ 120.0416134, 30.3503745 ], [ 120.0416949, 30.3503612 ], [ 120.0418733, 30.3504013 ], [ 120.0421838, 30.3504783 ], [ 120.0423972, 30.3505185 ], [ 120.0428356, 30.3505587 ], [ 120.0430839, 30.3505821 ], [ 120.0433788, 30.3506223 ], [ 120.0435922, 30.3506357 ], [ 120.0437901, 30.3506324 ], [ 120.0440656, 30.3506725 ], [ 120.0447601, 30.3507629 ], [ 120.0451714, 30.3507864 ], [ 120.045377, 30.3507462 ], [ 120.0454236, 30.3507161 ], [ 120.0454391, 30.3506692 ], [ 120.0454352, 30.3506257 ], [ 120.045377, 30.3505989 ], [ 120.0451326, 30.3505721 ], [ 120.0442523, 30.350479 ], [ 120.044182, 30.3504716 ], [ 120.043988, 30.3504683 ], [ 120.0437978, 30.3504449 ], [ 120.0434719, 30.3504516 ], [ 120.0428084, 30.3504248 ], [ 120.0427192, 30.3504047 ], [ 120.042498, 30.3502975 ], [ 120.042145, 30.3502741 ], [ 120.042079, 30.3502473 ], [ 120.042013, 30.3501971 ], [ 120.0419083, 30.3500096 ], [ 120.0418733, 30.3500196 ], [ 120.0418733, 30.3500699 ], [ 120.0418345, 30.3501 ], [ 120.0417608, 30.3501 ], [ 120.0414737, 30.350023 ], [ 120.0414543, 30.3501569 ], [ 120.0413883, 30.3502507 ], [ 120.0412487, 30.3503578 ], [ 120.0411672, 30.3504214 ], [ 120.0410857, 30.3505855 ], [ 120.0409732, 30.3508734 ], [ 120.0408995, 30.3511179 ], [ 120.0406434, 30.3519047 ], [ 120.0405386, 30.3521692 ], [ 120.0404727, 30.352206 ], [ 120.0403795, 30.3522094 ], [ 120.0400303, 30.352206 ], [ 120.0399062, 30.3522161 ], [ 120.0397548, 30.3522462 ], [ 120.039588, 30.3523098 ], [ 120.0395182, 30.3523098 ], [ 120.0394367, 30.3522931 ], [ 120.0393474, 30.3523098 ], [ 120.0392349, 30.3523299 ], [ 120.0391651, 30.3523266 ], [ 120.0390526, 30.3523065 ], [ 120.03894, 30.3523031 ], [ 120.0388741, 30.3522864 ], [ 120.0387926, 30.352263 ], [ 120.0386762, 30.3522663 ], [ 120.0385792, 30.3522429 ], [ 120.0384938, 30.352196 ], [ 120.0384473, 30.3521592 ], [ 120.0383309, 30.3521123 ], [ 120.0382843, 30.3520654 ], [ 120.0382183, 30.3520353 ], [ 120.0380709, 30.3520185 ], [ 120.0377799, 30.3519415 ], [ 120.0376635, 30.3518913 ], [ 120.0375199, 30.3518143 ], [ 120.0373841, 30.3517808 ], [ 120.0372833, 30.3517473 ], [ 120.0371669, 30.3516971 ], [ 120.0368642, 30.3515967 ], [ 120.0367168, 30.3515699 ], [ 120.0366042, 30.3515565 ], [ 120.0364956, 30.3515029 ], [ 120.0364219, 30.3514862 ], [ 120.0361425, 30.3514594 ], [ 120.0359718, 30.3514694 ], [ 120.0358826, 30.3514493 ], [ 120.0356304, 30.3514125 ], [ 120.0354984, 30.3513757 ], [ 120.0354364, 30.3513355 ], [ 120.0354092, 30.3512685 ], [ 120.0354247, 30.3510676 ], [ 120.0354247, 30.3509103 ], [ 120.0354558, 30.350783 ], [ 120.0355256, 30.350696 ], [ 120.0355993, 30.3506391 ], [ 120.035642, 30.3505855 ], [ 120.0356808, 30.3505286 ], [ 120.0357274, 30.3505051 ], [ 120.0358321, 30.3504783 ], [ 120.0358826, 30.3504382 ], [ 120.0359058, 30.3503812 ], [ 120.035902, 30.3502942 ], [ 120.0359058, 30.3502272 ], [ 120.0359563, 30.3501536 ], [ 120.0359951, 30.3500096 ], [ 120.0359912, 30.3499426 ], [ 120.0360649, 30.3499125 ], [ 120.0361154, 30.3498589 ], [ 120.0361464, 30.3497819 ], [ 120.0362085, 30.3497116 ], [ 120.0363482, 30.3495308 ], [ 120.0366469, 30.3491792 ], [ 120.0368759, 30.3489716 ], [ 120.0369185, 30.3489013 ], [ 120.0369185, 30.3488209 ], [ 120.0370194, 30.3483019 ], [ 120.0370854, 30.3481245 ], [ 120.0371436, 30.3481245 ], [ 120.0372018, 30.3479604 ], [ 120.0372835, 30.3476795 ], [ 120.0372599, 30.3476118 ], [ 120.0372089, 30.3475407 ], [ 120.0371108, 30.3474798 ], [ 120.0369421, 30.3474561 ], [ 120.0366597, 30.3474493 ], [ 120.0363497, 30.3473985 ], [ 120.0360947, 30.3472936 ], [ 120.0360444, 30.3472549 ], [ 120.035926, 30.3471107 ], [ 120.0358754, 30.3470408 ], [ 120.035807, 30.3470154 ], [ 120.0356568, 30.3469887 ], [ 120.0353269, 30.346961 ], [ 120.0348575, 30.3469367 ], [ 120.0347409, 30.3469193 ], [ 120.0344311, 30.3468267 ], [ 120.0343627, 30.3468198 ], [ 120.0342549, 30.3468284 ], [ 120.0341527, 30.3468365 ], [ 120.0340232, 30.346867 ], [ 120.0338741, 30.3469719 ], [ 120.0337603, 30.3469922 ], [ 120.0336112, 30.3470058 ], [ 120.0334818, 30.3470566 ], [ 120.0333248, 30.3470633 ], [ 120.0329247, 30.3470769 ], [ 120.0327756, 30.3470735 ], [ 120.0326893, 30.3470329 ], [ 120.0326147, 30.3469618 ], [ 120.0325716, 30.3468941 ], [ 120.032552, 30.3468094 ], [ 120.032548, 30.3467146 ], [ 120.032552, 30.34663 ], [ 120.0325873, 30.3465386 ], [ 120.032599, 30.3464607 ], [ 120.0326091, 30.3463767 ], [ 120.0326049, 30.34629 ], [ 120.0325757, 30.346207 ], [ 120.0325004, 30.3460662 ], [ 120.0324167, 30.3458785 ], [ 120.032241, 30.3458063 ], [ 120.032011, 30.3456294 ], [ 120.0319398, 30.3455356 ], [ 120.0318855, 30.3454598 ], [ 120.0318855, 30.3453948 ], [ 120.0318687, 30.3453009 ], [ 120.0318938, 30.3452035 ], [ 120.0319357, 30.3451204 ], [ 120.0319608, 30.3449652 ], [ 120.0320402, 30.344875 ], [ 120.032057, 30.3447847 ], [ 120.0320653, 30.344597 ], [ 120.0320821, 30.3443948 ], [ 120.0321323, 30.3441855 ], [ 120.032195, 30.344088 ], [ 120.0322201, 30.3440158 ], [ 120.0322201, 30.3439292 ], [ 120.0321657, 30.3438317 ], [ 120.0321532, 30.3437523 ], [ 120.0321908, 30.343597 ], [ 120.0322368, 30.3433335 ], [ 120.0322829, 30.3432469 ], [ 120.0323832, 30.3431277 ], [ 120.0324209, 30.3429942 ], [ 120.0324376, 30.342857 ], [ 120.0324376, 30.3427776 ], [ 120.0324334, 30.342709 ], [ 120.0324753, 30.3426296 ], [ 120.0325499, 30.3425308 ], [ 120.0325882, 30.3424274 ], [ 120.0326823, 30.3423045 ], [ 120.0327136, 30.3422446 ], [ 120.0328106, 30.3421501 ], [ 120.0328196, 30.3419995 ], [ 120.0326089, 30.341491 ], [ 120.0325339, 30.3414986 ], [ 120.032704, 30.3419914 ], [ 120.032638, 30.3421352 ], [ 120.0325703, 30.3422452 ], [ 120.0324347, 30.3424715 ], [ 120.0323443, 30.342608 ], [ 120.0323171, 30.3427134 ], [ 120.0323171, 30.342846 ], [ 120.032281, 30.3429474 ], [ 120.0321021, 30.3434037 ], [ 120.0320483, 30.3435378 ], [ 120.0320423, 30.3436307 ], [ 120.0320423, 30.3437855 ], [ 120.0320722, 30.3439661 ], [ 120.0320004, 30.3440331 ], [ 120.0316955, 30.3440796 ], [ 120.031582, 30.3440692 ], [ 120.0315162, 30.344028 ], [ 120.0314385, 30.3440073 ], [ 120.0314086, 30.3441363 ], [ 120.0313548, 30.3441982 ], [ 120.0311874, 30.344224 ], [ 120.030757, 30.3442653 ], [ 120.0305956, 30.344353 ], [ 120.0303385, 30.3445026 ], [ 120.030195, 30.3445903 ], [ 120.0300515, 30.3446884 ], [ 120.029932, 30.3447864 ], [ 120.0299081, 30.3448638 ], [ 120.0299678, 30.3448947 ], [ 120.0300934, 30.3448534 ], [ 120.0301352, 30.3447709 ], [ 120.0302488, 30.3446574 ], [ 120.0303863, 30.3445645 ], [ 120.0305298, 30.344451 ], [ 120.0307689, 30.344384 ], [ 120.0309423, 30.3443478 ], [ 120.0311396, 30.3443582 ], [ 120.0313309, 30.3443994 ], [ 120.0314385, 30.344451 ], [ 120.0315222, 30.3445078 ], [ 120.0315521, 30.3445594 ], [ 120.0316119, 30.3447296 ], [ 120.0316597, 30.3448225 ], [ 120.0316776, 30.3450805 ], [ 120.0317314, 30.3453178 ], [ 120.0317553, 30.3453952 ], [ 120.0317852, 30.3455241 ], [ 120.0317933, 30.3456173 ], [ 120.0319509, 30.3458121 ], [ 120.0321768, 30.3460015 ], [ 120.0323867, 30.3462074 ], [ 120.0324727, 30.3462413 ], [ 120.0324548, 30.3463548 ], [ 120.032389, 30.3465457 ], [ 120.032401, 30.3467004 ], [ 120.0324667, 30.3469687 ], [ 120.0325983, 30.3471906 ], [ 120.03267, 30.347237 ], [ 120.0327657, 30.3472215 ], [ 120.0328901, 30.3472109 ], [ 120.0330564, 30.3472202 ], [ 120.033271, 30.3472121 ], [ 120.0334413, 30.3471924 ], [ 120.0337538, 30.347123 ], [ 120.0339536, 30.3470651 ], [ 120.0341481, 30.3470211 ], [ 120.034309, 30.3470015 ], [ 120.0345598, 30.3469922 ], [ 120.0350372, 30.3470165 ], [ 120.0357252, 30.3470767 ], [ 120.0357722, 30.3470929 ], [ 120.0358124, 30.3471195 ], [ 120.0359143, 30.347248 ], [ 120.0359948, 30.3473186 ], [ 120.0361034, 30.3473799 ], [ 120.0366156, 30.3475156 ], [ 120.0369086, 30.3476033 ], [ 120.0370042, 30.3476703 ], [ 120.0370939, 30.3477219 ], [ 120.0371118, 30.3477838 ], [ 120.03707, 30.3479902 ], [ 120.0370162, 30.3481089 ], [ 120.0369624, 30.3482688 ], [ 120.0368906, 30.3484545 ], [ 120.0368608, 30.3486351 ], [ 120.0368189, 30.3488518 ], [ 120.036801, 30.348955 ], [ 120.0367053, 30.349053 ], [ 120.0364841, 30.3492542 ], [ 120.0364124, 30.3492697 ], [ 120.0363526, 30.3493109 ], [ 120.0362749, 30.3493109 ], [ 120.0363347, 30.3493574 ], [ 120.0363406, 30.3494605 ], [ 120.0362868, 30.3495224 ], [ 120.0361673, 30.3495947 ], [ 120.0360358, 30.3497443 ], [ 120.0359102, 30.3498475 ], [ 120.0358205, 30.3499455 ], [ 120.0357129, 30.3499558 ], [ 120.0356113, 30.3499248 ], [ 120.0355216, 30.3498578 ], [ 120.0353483, 30.3498578 ], [ 120.0352167, 30.3498113 ], [ 120.0350733, 30.3497391 ], [ 120.0348999, 30.3496308 ], [ 120.0347803, 30.3496205 ], [ 120.0347308, 30.3496248 ], [ 120.034601, 30.3496359 ], [ 120.0344695, 30.3496153 ], [ 120.0343021, 30.3495586 ], [ 120.0338178, 30.3493212 ], [ 120.033776, 30.3492542 ], [ 120.0337461, 30.3491562 ], [ 120.0336923, 30.349053 ], [ 120.0337042, 30.3489756 ], [ 120.033758, 30.3488827 ], [ 120.0336504, 30.3489498 ], [ 120.0334771, 30.3489859 ], [ 120.0332977, 30.3489807 ], [ 120.0331901, 30.3489653 ], [ 120.0331782, 30.3490065 ], [ 120.0333754, 30.3490169 ], [ 120.0335189, 30.3490788 ], [ 120.0335608, 30.3491871 ], [ 120.0336026, 30.3492903 ], [ 120.0337222, 30.3493574 ], [ 120.0338358, 30.3493883 ], [ 120.0339015, 30.3494554 ], [ 120.0339733, 30.3494915 ], [ 120.0341287, 30.3495482 ], [ 120.0344097, 30.3496669 ], [ 120.0346249, 30.3497082 ], [ 120.0348042, 30.3497494 ], [ 120.0349118, 30.349801 ], [ 120.0349358, 30.3498681 ], [ 120.0350135, 30.3499042 ], [ 120.0352167, 30.3499764 ], [ 120.035426, 30.3500538 ], [ 120.0355097, 30.3501209 ], [ 120.0355157, 30.3502292 ], [ 120.0354439, 30.350353 ], [ 120.0353542, 30.3505026 ], [ 120.035157, 30.3506729 ], [ 120.0349358, 30.3507915 ], [ 120.0347624, 30.3509102 ], [ 120.0346608, 30.3509308 ], [ 120.034595, 30.3509979 ], [ 120.0345532, 30.3511166 ], [ 120.0344276, 30.3511578 ], [ 120.0342961, 30.3511527 ], [ 120.0340032, 30.3510959 ], [ 120.0336923, 30.3510443 ], [ 120.0333754, 30.3509257 ], [ 120.0332559, 30.3508328 ], [ 120.0331064, 30.3507864 ], [ 120.0328912, 30.3508277 ], [ 120.0328314, 30.3508792 ], [ 120.0328195, 30.3509824 ], [ 120.0328254, 30.3511423 ], [ 120.0327836, 30.3512146 ], [ 120.032676, 30.3512352 ], [ 120.0322336, 30.3512352 ], [ 120.0316238, 30.3511939 ], [ 120.0314086, 30.3512043 ], [ 120.0298841, 30.3511527 ], [ 120.0287602, 30.3511269 ], [ 120.0274869, 30.3510856 ], [ 120.0272418, 30.3510753 ], [ 120.0272059, 30.3511217 ], [ 120.0273135, 30.3511423 ] ], [ [ 120.0288607, 30.3513575 ], [ 120.0288964, 30.3513362 ], [ 120.0289596, 30.3513148 ], [ 120.0290174, 30.3513125 ], [ 120.0290586, 30.3513433 ], [ 120.0290751, 30.3514097 ], [ 120.0290641, 30.3514691 ], [ 120.0290311, 30.3514999 ], [ 120.0289981, 30.3515141 ], [ 120.0289404, 30.3515118 ], [ 120.0288964, 30.3514952 ], [ 120.0288717, 30.3514619 ], [ 120.0288552, 30.3513931 ], [ 120.0288607, 30.3513575 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0370183, 30.3484758 ], [ 120.0371177, 30.3485282 ], [ 120.0373082, 30.3485997 ], [ 120.0373468, 30.3485783 ], [ 120.0373634, 30.3485163 ], [ 120.0373606, 30.3484854 ], [ 120.0370487, 30.3483782 ], [ 120.0370239, 30.3483972 ], [ 120.0370128, 30.3484377 ], [ 120.0370183, 30.3484758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0375014, 30.3487879 ], [ 120.0375759, 30.3486473 ], [ 120.0374517, 30.3486068 ], [ 120.0373661, 30.3487212 ], [ 120.0375014, 30.3487879 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0372226, 30.3488403 ], [ 120.0372695, 30.3487379 ], [ 120.0371481, 30.3486974 ], [ 120.0371177, 30.348795 ], [ 120.0372226, 30.3488403 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9762029, 30.3223189 ], [ 119.9763255, 30.3223328 ], [ 119.9763825, 30.3223755 ], [ 119.9764709, 30.3223755 ], [ 119.9765399, 30.3223325 ], [ 119.9765364, 30.3222181 ], [ 119.9763645, 30.3221596 ], [ 119.9762923, 30.322221 ], [ 119.9761862, 30.3222652 ], [ 119.9762029, 30.3223189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.979924, 30.3227749 ], [ 119.9798377, 30.3228287 ], [ 119.979935, 30.3229977 ], [ 119.9800049, 30.3231169 ], [ 119.9802168, 30.3230293 ], [ 119.9805528, 30.3230533 ], [ 119.9804644, 30.3226961 ], [ 119.9804029, 30.3226084 ], [ 119.9800247, 30.3224961 ], [ 119.9798406, 30.3224822 ], [ 119.9798208, 30.3225554 ], [ 119.979924, 30.3227749 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9801684, 30.3233357 ], [ 119.9803297, 30.3235374 ], [ 119.9802685, 30.323673 ], [ 119.9804707, 30.323893 ], [ 119.9805876, 30.3238772 ], [ 119.9807499, 30.3239455 ], [ 119.9807215, 30.3232749 ], [ 119.9805102, 30.3232247 ], [ 119.9801546, 30.3231669 ], [ 119.9801684, 30.3233357 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9713643, 30.3260591 ], [ 119.9720596, 30.3263201 ], [ 119.9724602, 30.326581 ], [ 119.9727398, 30.326718 ], [ 119.9728456, 30.3268094 ], [ 119.9730572, 30.3269855 ], [ 119.9733898, 30.3271877 ], [ 119.9735183, 30.3272986 ], [ 119.9739264, 30.3276052 ], [ 119.9742363, 30.3278075 ], [ 119.9744403, 30.3279184 ], [ 119.9748636, 30.3281467 ], [ 119.9753095, 30.3284076 ], [ 119.9765036, 30.3290991 ], [ 119.9770175, 30.3294122 ], [ 119.9773425, 30.3296471 ], [ 119.9774257, 30.3297645 ], [ 119.9774635, 30.3298558 ], [ 119.9774861, 30.3299928 ], [ 119.977471, 30.3303581 ], [ 119.9774332, 30.3304756 ], [ 119.9774559, 30.3306386 ], [ 119.9774559, 30.3307561 ], [ 119.977403, 30.3308865 ], [ 119.9774181, 30.3311605 ], [ 119.9774181, 30.331565 ], [ 119.9773879, 30.3316954 ], [ 119.9774332, 30.3317541 ], [ 119.9774937, 30.3316889 ], [ 119.9775768, 30.3315715 ], [ 119.9775919, 30.3314606 ], [ 119.9776071, 30.3313105 ], [ 119.9775768, 30.3309909 ], [ 119.9775844, 30.3308604 ], [ 119.9776146, 30.3307756 ], [ 119.9776448, 30.3305277 ], [ 119.9776448, 30.3303973 ], [ 119.9776524, 30.3302929 ], [ 119.9777053, 30.3300581 ], [ 119.9777507, 30.3300189 ], [ 119.9778489, 30.3300385 ], [ 119.9783628, 30.330332 ], [ 119.9784838, 30.330456 ], [ 119.9786425, 30.3305212 ], [ 119.9788465, 30.3306582 ], [ 119.9789901, 30.3308343 ], [ 119.9791186, 30.3309061 ], [ 119.9792773, 30.3309779 ], [ 119.9795041, 30.3310822 ], [ 119.9796855, 30.3312453 ], [ 119.9797459, 30.3313171 ], [ 119.9797232, 30.3315062 ], [ 119.9796023, 30.3319759 ], [ 119.9795041, 30.3320607 ], [ 119.9794058, 30.3320672 ], [ 119.9791942, 30.3320672 ], [ 119.9791866, 30.3321325 ], [ 119.9794965, 30.3321521 ], [ 119.9795721, 30.3321847 ], [ 119.9796477, 30.3322564 ], [ 119.9797308, 30.3323282 ], [ 119.9797837, 30.332289 ], [ 119.9797686, 30.3320738 ], [ 119.9798064, 30.3316498 ], [ 119.9797988, 30.3315323 ], [ 119.9798517, 30.3313888 ], [ 119.9799575, 30.3313627 ], [ 119.9800785, 30.3314084 ], [ 119.9801994, 30.3314867 ], [ 119.9802674, 30.3315976 ], [ 119.9803354, 30.331865 ], [ 119.9804034, 30.3319759 ], [ 119.9805319, 30.3320412 ], [ 119.9806831, 30.3320477 ], [ 119.9809854, 30.3320151 ], [ 119.9811895, 30.3320738 ], [ 119.9817563, 30.3323738 ], [ 119.9824214, 30.3327718 ], [ 119.9828295, 30.332987 ], [ 119.9829158, 30.3327039 ], [ 119.9829429, 30.3326152 ], [ 119.9829353, 30.332563 ], [ 119.9828522, 30.3325043 ], [ 119.9827615, 30.3325304 ], [ 119.9826784, 30.3325304 ], [ 119.9825499, 30.3324782 ], [ 119.9824063, 30.3324521 ], [ 119.9824138, 30.3323673 ], [ 119.9823912, 30.3323151 ], [ 119.9822627, 30.3323477 ], [ 119.982172, 30.3323151 ], [ 119.9821417, 30.3322499 ], [ 119.9820964, 30.3321651 ], [ 119.9819604, 30.3320803 ], [ 119.9818016, 30.3319759 ], [ 119.9812499, 30.3317085 ], [ 119.9811668, 30.3316498 ], [ 119.9811214, 30.3315323 ], [ 119.9810685, 30.3314736 ], [ 119.9809552, 30.3314606 ], [ 119.9807889, 30.3314606 ], [ 119.9806377, 30.3313954 ], [ 119.9801843, 30.3310822 ], [ 119.980086, 30.3309844 ], [ 119.9800482, 30.3308996 ], [ 119.9799727, 30.3308539 ], [ 119.9798668, 30.3308735 ], [ 119.9797686, 30.3308148 ], [ 119.9795948, 30.33073 ], [ 119.9793907, 30.330606 ], [ 119.9792925, 30.3305147 ], [ 119.979164, 30.3303973 ], [ 119.9787558, 30.3302603 ], [ 119.9785669, 30.3301624 ], [ 119.9784309, 30.3300581 ], [ 119.9780076, 30.329771 ], [ 119.9776524, 30.3295362 ], [ 119.9771385, 30.32921 ], [ 119.976753, 30.3289556 ], [ 119.9766699, 30.3288773 ], [ 119.9765868, 30.3288317 ], [ 119.9764809, 30.3287338 ], [ 119.976428, 30.3286099 ], [ 119.9763827, 30.3284598 ], [ 119.9763676, 30.3282967 ], [ 119.9763676, 30.3281663 ], [ 119.976428, 30.3278792 ], [ 119.976428, 30.3277227 ], [ 119.9764205, 30.3275531 ], [ 119.9765036, 30.3274487 ], [ 119.9765943, 30.327403 ], [ 119.9769949, 30.3274095 ], [ 119.9769873, 30.3272856 ], [ 119.9766019, 30.3272334 ], [ 119.9764961, 30.3271682 ], [ 119.9764734, 30.3270442 ], [ 119.9764734, 30.3269398 ], [ 119.9764507, 30.3267767 ], [ 119.9765943, 30.3258634 ], [ 119.9766472, 30.3255568 ], [ 119.9766397, 30.3253742 ], [ 119.9766623, 30.3251263 ], [ 119.976753, 30.3244347 ], [ 119.9767984, 30.3242651 ], [ 119.9768059, 30.3241281 ], [ 119.9768286, 30.3239781 ], [ 119.9769798, 30.3236976 ], [ 119.9770024, 30.3235475 ], [ 119.9769495, 30.3234562 ], [ 119.9769646, 30.3233714 ], [ 119.9770251, 30.32328 ], [ 119.9770251, 30.3231822 ], [ 119.9769798, 30.3230452 ], [ 119.9769571, 30.3229604 ], [ 119.9769873, 30.3228886 ], [ 119.9770553, 30.3228234 ], [ 119.9771989, 30.322732 ], [ 119.9773047, 30.3226668 ], [ 119.9776071, 30.322458 ], [ 119.9778111, 30.3222884 ], [ 119.9779396, 30.322171 ], [ 119.978121, 30.3221188 ], [ 119.9782873, 30.3221253 ], [ 119.9784535, 30.3220666 ], [ 119.9786047, 30.3220927 ], [ 119.9786954, 30.3221384 ], [ 119.978907, 30.3220992 ], [ 119.9791791, 30.3220992 ], [ 119.9793831, 30.3221775 ], [ 119.9794512, 30.3222819 ], [ 119.9794285, 30.3224254 ], [ 119.979368, 30.3225428 ], [ 119.9795192, 30.3225885 ], [ 119.9794814, 30.3227842 ], [ 119.979625, 30.3228299 ], [ 119.979693, 30.3229669 ], [ 119.9797157, 30.3231235 ], [ 119.9796855, 30.3233648 ], [ 119.9797232, 30.3235084 ], [ 119.9798517, 30.3235671 ], [ 119.97995, 30.3241673 ], [ 119.9800558, 30.3244217 ], [ 119.9800785, 30.3244869 ], [ 119.9800331, 30.3245848 ], [ 119.9799575, 30.3246761 ], [ 119.9799727, 30.3247414 ], [ 119.9800785, 30.324774 ], [ 119.9801616, 30.3248262 ], [ 119.9802372, 30.324924 ], [ 119.9803505, 30.325322 ], [ 119.9804639, 30.3255633 ], [ 119.9809249, 30.3263658 ], [ 119.9812046, 30.326718 ], [ 119.9813331, 30.3268876 ], [ 119.9814162, 30.327129 ], [ 119.9815296, 30.3273313 ], [ 119.9815447, 30.3274748 ], [ 119.9814842, 30.3275596 ], [ 119.9813709, 30.3276705 ], [ 119.9812877, 30.3277292 ], [ 119.9809249, 30.3277553 ], [ 119.9801767, 30.3277227 ], [ 119.9801767, 30.3277749 ], [ 119.9808418, 30.3278205 ], [ 119.9812197, 30.3278205 ], [ 119.9814993, 30.3278466 ], [ 119.9818243, 30.3279249 ], [ 119.9821569, 30.3280227 ], [ 119.9822853, 30.3281076 ], [ 119.9826557, 30.3284924 ], [ 119.9831469, 30.3289947 ], [ 119.9832074, 30.3290991 ], [ 119.9832452, 30.3292035 ], [ 119.9833359, 30.329334 ], [ 119.9834568, 30.3294579 ], [ 119.9835248, 30.3295623 ], [ 119.9835853, 30.3296993 ], [ 119.9836458, 30.330032 ], [ 119.9836231, 30.3302668 ], [ 119.9834341, 30.3310757 ], [ 119.983419, 30.3314019 ], [ 119.9833661, 30.3315193 ], [ 119.9833661, 30.3316693 ], [ 119.9835551, 30.3316824 ], [ 119.9835475, 30.3311931 ], [ 119.9836155, 30.3307756 ], [ 119.9836835, 30.3305408 ], [ 119.9837289, 30.3303386 ], [ 119.9837213, 30.3300907 ], [ 119.9837894, 30.3299341 ], [ 119.9838423, 30.3297841 ], [ 119.9838649, 30.3296667 ], [ 119.9838271, 30.3295558 ], [ 119.9837289, 30.3294122 ], [ 119.9835853, 30.3292492 ], [ 119.9834039, 30.3291056 ], [ 119.9832603, 30.3289491 ], [ 119.982822, 30.3284859 ], [ 119.9827917, 30.3283881 ], [ 119.9826481, 30.3282641 ], [ 119.9825348, 30.328088 ], [ 119.9825196, 30.3279575 ], [ 119.9826103, 30.3279249 ], [ 119.9828068, 30.3279445 ], [ 119.9830714, 30.3279771 ], [ 119.9830714, 30.3279184 ], [ 119.982376, 30.3278205 ], [ 119.9822627, 30.3277814 ], [ 119.9821191, 30.3277096 ], [ 119.9820359, 30.3276183 ], [ 119.981915, 30.3274813 ], [ 119.9814615, 30.3268746 ], [ 119.9808796, 30.3261048 ], [ 119.9806982, 30.3258178 ], [ 119.980547, 30.3255112 ], [ 119.9804564, 30.3253676 ], [ 119.9804337, 30.3252502 ], [ 119.9804034, 30.3250284 ], [ 119.9803354, 30.3248914 ], [ 119.980275, 30.3247153 ], [ 119.980275, 30.3245848 ], [ 119.9803203, 30.324513 ], [ 119.9803354, 30.3244282 ], [ 119.9803052, 30.3243369 ], [ 119.9802674, 30.3241868 ], [ 119.9801767, 30.323678 ], [ 119.9799878, 30.3231952 ], [ 119.9799273, 30.3231626 ], [ 119.9798377, 30.3228287 ], [ 119.979761, 30.3225428 ], [ 119.9797762, 30.3224319 ], [ 119.9798291, 30.3223993 ], [ 119.9799046, 30.3224124 ], [ 119.97995, 30.3223471 ], [ 119.97995, 30.322047 ], [ 119.9798971, 30.3218709 ], [ 119.9798064, 30.3217991 ], [ 119.9796855, 30.3217795 ], [ 119.9795116, 30.3217078 ], [ 119.979368, 30.3214925 ], [ 119.9792395, 30.3211663 ], [ 119.9791489, 30.3210162 ], [ 119.9791111, 30.3209119 ], [ 119.9790506, 30.3207879 ], [ 119.9788088, 30.3207227 ], [ 119.9786954, 30.3206313 ], [ 119.9785896, 30.3204813 ], [ 119.9783099, 30.3201224 ], [ 119.9781437, 30.3199267 ], [ 119.9780681, 30.3198484 ], [ 119.978053, 30.3197375 ], [ 119.9780794, 30.3195744 ], [ 119.9779304, 30.3195225 ], [ 119.9779229, 30.3196647 ], [ 119.9779454, 30.3198781 ], [ 119.9780952, 30.3201431 ], [ 119.9783198, 30.3204857 ], [ 119.9783648, 30.320615 ], [ 119.9783498, 30.3207443 ], [ 119.97823, 30.3208477 ], [ 119.9781176, 30.3209705 ], [ 119.9779828, 30.3210287 ], [ 119.977863, 30.3210158 ], [ 119.9778031, 30.3210804 ], [ 119.9777507, 30.3212679 ], [ 119.9778106, 30.3213649 ], [ 119.9779604, 30.3216687 ], [ 119.9779903, 30.321785 ], [ 119.977893, 30.321966 ], [ 119.9776683, 30.3221987 ], [ 119.9773089, 30.3224832 ], [ 119.9771816, 30.3225478 ], [ 119.9769943, 30.3226318 ], [ 119.9768371, 30.3227676 ], [ 119.9767772, 30.3228645 ], [ 119.9767472, 30.3229938 ], [ 119.9768108, 30.3234111 ], [ 119.9767994, 30.3236659 ], [ 119.9766405, 30.3243908 ], [ 119.9765724, 30.32443 ], [ 119.9762887, 30.3243908 ], [ 119.9762206, 30.3244104 ], [ 119.9762206, 30.3244888 ], [ 119.976493, 30.3245867 ], [ 119.9765611, 30.3246357 ], [ 119.9765951, 30.3247533 ], [ 119.9763, 30.3268497 ], [ 119.9761693, 30.3268633 ], [ 119.9762433, 30.3271632 ], [ 119.9762693, 30.3272862 ], [ 119.9762936, 30.3273746 ], [ 119.9762839, 30.3275262 ], [ 119.9761711, 30.3282511 ], [ 119.9761333, 30.3283228 ], [ 119.9760501, 30.3283554 ], [ 119.9759065, 30.3283554 ], [ 119.9758385, 30.3282706 ], [ 119.9757478, 30.3282185 ], [ 119.9756345, 30.3282054 ], [ 119.9754909, 30.3282185 ], [ 119.9753624, 30.3281793 ], [ 119.9752717, 30.3281076 ], [ 119.9745461, 30.3276052 ], [ 119.9744101, 30.3274813 ], [ 119.9740776, 30.3272856 ], [ 119.9738811, 30.3271616 ], [ 119.9737601, 30.3271812 ], [ 119.973488, 30.3270834 ], [ 119.9733293, 30.3269268 ], [ 119.9733218, 30.3268355 ], [ 119.9731933, 30.3267833 ], [ 119.9730799, 30.3267115 ], [ 119.9730497, 30.3266463 ], [ 119.9729061, 30.3266137 ], [ 119.9727927, 30.3265549 ], [ 119.9718404, 30.3260135 ], [ 119.9716137, 30.3259091 ], [ 119.9712018, 30.3257979 ], [ 119.9713643, 30.3260591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9759085, 30.3302915 ], [ 119.9759191, 30.3289549 ], [ 119.9744367, 30.3281336 ], [ 119.9731884, 30.3279631 ], [ 119.9731074, 30.3299724 ], [ 119.9759085, 30.3302915 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9863255, 30.3370985 ], [ 119.9864917, 30.3357463 ], [ 119.9858965, 30.3357103 ], [ 119.9858844, 30.3359806 ], [ 119.9861618, 30.3364018 ], [ 119.9848197, 30.336185 ], [ 119.9843905, 30.3364991 ], [ 119.9842946, 30.3368134 ], [ 119.9863255, 30.3370985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9710779, 30.3392282 ], [ 119.976283, 30.3411124 ], [ 119.9767213, 30.3380624 ], [ 119.9731272, 30.3378329 ], [ 119.9728793, 30.3361201 ], [ 119.9756813, 30.336366 ], [ 119.9761109, 30.3363534 ], [ 119.9761216, 30.3366591 ], [ 119.9766292, 30.3366591 ], [ 119.97741, 30.3362692 ], [ 119.9776797, 30.3357572 ], [ 119.978233, 30.335741 ], [ 119.9782449, 30.3350012 ], [ 119.9775864, 30.3349877 ], [ 119.9777231, 30.3341292 ], [ 119.9759314, 30.333919 ], [ 119.9757836, 30.3354025 ], [ 119.9755438, 30.3353943 ], [ 119.9755438, 30.3351305 ], [ 119.9747955, 30.3351389 ], [ 119.9749331, 30.3348082 ], [ 119.9724259, 30.3347138 ], [ 119.971816, 30.3348237 ], [ 119.9716209, 30.3363721 ], [ 119.9716164, 30.3371192 ], [ 119.9709958, 30.3371274 ], [ 119.9710779, 30.3392282 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.980675, 30.3406274 ], [ 119.9816626, 30.3406273 ], [ 119.9815226, 30.3400318 ], [ 119.9818424, 30.3399439 ], [ 119.9819501, 30.3390258 ], [ 119.9798061, 30.3389991 ], [ 119.9797159, 30.3405904 ], [ 119.980675, 30.3406274 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9714998, 30.342939 ], [ 119.9714955, 30.3431559 ], [ 119.9724673, 30.3431125 ], [ 119.9724926, 30.3427829 ], [ 119.9739121, 30.3427723 ], [ 119.9740224, 30.3418271 ], [ 119.9732776, 30.3417797 ], [ 119.9727421, 30.3413323 ], [ 119.9721499, 30.3412613 ], [ 119.9720789, 30.3415501 ], [ 119.9708334, 30.3415185 ], [ 119.9707619, 30.3429241 ], [ 119.9714998, 30.342939 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9317677, 30.3428349 ], [ 119.9326205, 30.3432986 ], [ 119.9331919, 30.3437328 ], [ 119.9339766, 30.3444762 ], [ 119.9343177, 30.344881 ], [ 119.9346503, 30.3450135 ], [ 119.9351279, 30.3454845 ], [ 119.9357334, 30.345985 ], [ 119.9371236, 30.3470743 ], [ 119.9374476, 30.3473466 ], [ 119.9379594, 30.3477955 ], [ 119.9387781, 30.3483843 ], [ 119.9395883, 30.3488553 ], [ 119.9411746, 30.3498195 ], [ 119.941601, 30.3498563 ], [ 119.9419592, 30.3498121 ], [ 119.94236, 30.34979 ], [ 119.9427609, 30.3497091 ], [ 119.9431532, 30.349687 ], [ 119.9433664, 30.3497091 ], [ 119.9437672, 30.3498268 ], [ 119.9440146, 30.3499519 ], [ 119.9445689, 30.3503714 ], [ 119.9457117, 30.3514975 ], [ 119.9461893, 30.3521451 ], [ 119.9463855, 30.3525867 ], [ 119.9462917, 30.3529178 ], [ 119.9461381, 30.3533594 ], [ 119.9461044, 30.3540345 ], [ 119.9460955, 30.3542131 ], [ 119.9463343, 30.3550373 ], [ 119.9463428, 30.3553759 ], [ 119.9465816, 30.3554421 ], [ 119.9467437, 30.3556334 ], [ 119.947008, 30.3560603 ], [ 119.9472042, 30.3562222 ], [ 119.9472213, 30.3563326 ], [ 119.947008, 30.3563841 ], [ 119.9468972, 30.3565166 ], [ 119.9468631, 30.3566564 ], [ 119.946991, 30.3567079 ], [ 119.9470592, 30.3568919 ], [ 119.9471445, 30.3570317 ], [ 119.9472468, 30.3570317 ], [ 119.9473236, 30.3569434 ], [ 119.9473065, 30.3567447 ], [ 119.947281, 30.3565975 ], [ 119.9473833, 30.356546 ], [ 119.947443, 30.3566564 ], [ 119.94775, 30.3572745 ], [ 119.9478694, 30.3578265 ], [ 119.94775, 30.3578338 ], [ 119.9477074, 30.3575616 ], [ 119.9476136, 30.3573261 ], [ 119.9474686, 30.3572672 ], [ 119.9472042, 30.3573261 ], [ 119.947153, 30.3575321 ], [ 119.9471871, 30.3576719 ], [ 119.9474174, 30.3577382 ], [ 119.9475624, 30.357878 ], [ 119.9476562, 30.3581208 ], [ 119.9478182, 30.3581208 ], [ 119.9477841, 30.3587905 ], [ 119.9476647, 30.3593424 ], [ 119.9475709, 30.3596515 ], [ 119.9474004, 30.3597619 ], [ 119.9473321, 30.3598649 ], [ 119.9473577, 30.3599312 ], [ 119.9471274, 30.3606303 ], [ 119.9468204, 30.3614029 ], [ 119.9466328, 30.3617414 ], [ 119.9465251, 30.3617952 ], [ 119.9465323, 30.3619441 ], [ 119.9464029, 30.3621239 ], [ 119.9458926, 30.3625519 ], [ 119.9456985, 30.362893 ], [ 119.9456266, 30.3631349 ], [ 119.9456266, 30.363476 ], [ 119.9456985, 30.3638233 ], [ 119.945871, 30.363997 ], [ 119.9459788, 30.3642699 ], [ 119.9462304, 30.3645676 ], [ 119.946367, 30.3646606 ], [ 119.9464389, 30.3648342 ], [ 119.9464748, 30.3650141 ], [ 119.9464654, 30.3651537 ], [ 119.9468276, 30.3652619 ], [ 119.9468342, 30.3650823 ], [ 119.9469061, 30.3649831 ], [ 119.9469924, 30.3649087 ], [ 119.9470139, 30.364828 ], [ 119.9471361, 30.3647722 ], [ 119.9472439, 30.3647412 ], [ 119.9472511, 30.3646854 ], [ 119.9471217, 30.3645614 ], [ 119.9470211, 30.3644187 ], [ 119.9470355, 30.3643381 ], [ 119.946942, 30.3642885 ], [ 119.9468055, 30.3643939 ], [ 119.9468198, 30.3645303 ], [ 119.9468342, 30.3647102 ], [ 119.9467911, 30.3648156 ], [ 119.946712, 30.3648094 ], [ 119.9464748, 30.3643257 ], [ 119.9463454, 30.3641706 ], [ 119.9462879, 30.3641086 ], [ 119.9463095, 30.3640218 ], [ 119.9463957, 30.3639598 ], [ 119.9464604, 30.3639163 ], [ 119.9464029, 30.3638605 ], [ 119.9462879, 30.3637985 ], [ 119.9461226, 30.3637737 ], [ 119.946101, 30.3637241 ], [ 119.9462376, 30.3636559 ], [ 119.9463382, 30.3635938 ], [ 119.9463742, 30.3634946 ], [ 119.9463167, 30.3634202 ], [ 119.9460004, 30.3635318 ], [ 119.9460076, 30.3634388 ], [ 119.9461082, 30.3632713 ], [ 119.9462448, 30.362924 ], [ 119.9462951, 30.3626821 ], [ 119.9464029, 30.3625085 ], [ 119.9466761, 30.3621488 ], [ 119.9469061, 30.3618448 ], [ 119.9470714, 30.3615533 ], [ 119.9472799, 30.3611068 ], [ 119.9474524, 30.3606788 ], [ 119.9475099, 30.3604431 ], [ 119.9477471, 30.3599346 ], [ 119.948013, 30.3590042 ], [ 119.9481712, 30.358508 ], [ 119.9481856, 30.3580863 ], [ 119.9481568, 30.357466 ], [ 119.9480849, 30.3570567 ], [ 119.9479771, 30.3567217 ], [ 119.9478837, 30.3565481 ], [ 119.9474811, 30.3559774 ], [ 119.9472296, 30.3555122 ], [ 119.9468917, 30.3551029 ], [ 119.9467408, 30.3548299 ], [ 119.9466545, 30.3546004 ], [ 119.946597, 30.3544082 ], [ 119.9465539, 30.3542035 ], [ 119.9465567, 30.353937 ], [ 119.9465611, 30.3535088 ], [ 119.9466545, 30.3531676 ], [ 119.9468198, 30.3528885 ], [ 119.9470067, 30.3526156 ], [ 119.9471936, 30.3523675 ], [ 119.9473733, 30.3521814 ], [ 119.9477327, 30.3517968 ], [ 119.9483509, 30.3513378 ], [ 119.9486384, 30.3510773 ], [ 119.9487893, 30.3507796 ], [ 119.9488469, 30.3505252 ], [ 119.94889, 30.3502895 ], [ 119.9488756, 30.3496444 ], [ 119.9487606, 30.3492909 ], [ 119.9485809, 30.3489683 ], [ 119.9484946, 30.3487202 ], [ 119.9482215, 30.34841 ], [ 119.9479268, 30.3480441 ], [ 119.9477255, 30.3476905 ], [ 119.9475602, 30.3473245 ], [ 119.9472942, 30.3465863 ], [ 119.9472296, 30.3462452 ], [ 119.9472008, 30.3458792 ], [ 119.9472008, 30.3455628 ], [ 119.9472583, 30.3452837 ], [ 119.9473949, 30.3449177 ], [ 119.9476249, 30.3447068 ], [ 119.9476608, 30.3445765 ], [ 119.9477471, 30.3442725 ], [ 119.9477974, 30.344043 ], [ 119.9478549, 30.343739 ], [ 119.9480346, 30.3434041 ], [ 119.9483868, 30.3426659 ], [ 119.9485234, 30.342182 ], [ 119.9485378, 30.3417229 ], [ 119.9484803, 30.3414934 ], [ 119.9483653, 30.3412453 ], [ 119.947898, 30.3408234 ], [ 119.9476752, 30.3406125 ], [ 119.9473158, 30.3399674 ], [ 119.9467839, 30.339012 ], [ 119.9467264, 30.3387577 ], [ 119.9467551, 30.3385157 ], [ 119.946827, 30.338311 ], [ 119.9470355, 30.3380566 ], [ 119.9471936, 30.3378954 ], [ 119.9473589, 30.33761 ], [ 119.9475961, 30.3374177 ], [ 119.9478765, 30.3372067 ], [ 119.9481209, 30.3370206 ], [ 119.9483653, 30.3368655 ], [ 119.9486456, 30.336698 ], [ 119.9488397, 30.3365926 ], [ 119.948969, 30.3364995 ], [ 119.9490409, 30.3364437 ], [ 119.9491402, 30.3363061 ], [ 119.9486899, 30.336183 ], [ 119.9484664, 30.3364386 ], [ 119.9481167, 30.3366742 ], [ 119.9477671, 30.3369097 ], [ 119.9471786, 30.3372778 ], [ 119.9467351, 30.3377856 ], [ 119.9465134, 30.3381757 ], [ 119.9463769, 30.3385806 ], [ 119.9464025, 30.3388897 ], [ 119.9464366, 30.339059 ], [ 119.9469142, 30.340141 ], [ 119.9472724, 30.3407151 ], [ 119.9475453, 30.3409506 ], [ 119.9478609, 30.3412671 ], [ 119.9479973, 30.3415174 ], [ 119.9480741, 30.3417382 ], [ 119.9480997, 30.3419222 ], [ 119.9479973, 30.3426288 ], [ 119.9478012, 30.3432102 ], [ 119.9474942, 30.3439536 ], [ 119.9469739, 30.3450061 ], [ 119.9468289, 30.3454919 ], [ 119.9468088, 30.3459291 ], [ 119.946615, 30.3459403 ], [ 119.9465986, 30.3460373 ], [ 119.9468285, 30.3460641 ], [ 119.9468119, 30.3463015 ], [ 119.9467778, 30.346537 ], [ 119.9469654, 30.3472141 ], [ 119.9472298, 30.3477661 ], [ 119.9474601, 30.3481414 ], [ 119.9480485, 30.348951 ], [ 119.9482106, 30.3493043 ], [ 119.948347, 30.3496281 ], [ 119.9483897, 30.3499151 ], [ 119.9484238, 30.3504009 ], [ 119.9484067, 30.350629 ], [ 119.9482788, 30.3508425 ], [ 119.9481935, 30.3509749 ], [ 119.9480144, 30.3510044 ], [ 119.9478012, 30.3510485 ], [ 119.9476903, 30.3512399 ], [ 119.9475368, 30.3514975 ], [ 119.9471274, 30.3518802 ], [ 119.946846, 30.3521451 ], [ 119.9466754, 30.3522776 ], [ 119.946539, 30.3522481 ], [ 119.9464793, 30.3521451 ], [ 119.946104, 30.3514975 ], [ 119.9457885, 30.3511663 ], [ 119.944603, 30.3500403 ], [ 119.9438952, 30.3495104 ], [ 119.9434346, 30.3493926 ], [ 119.9430423, 30.3493632 ], [ 119.9425562, 30.349422 ], [ 119.9421383, 30.3494588 ], [ 119.941601, 30.3494956 ], [ 119.9414219, 30.3494736 ], [ 119.940987, 30.3492675 ], [ 119.9399465, 30.348583 ], [ 119.938744, 30.3478176 ], [ 119.9382408, 30.3475085 ], [ 119.93784, 30.3471258 ], [ 119.9359466, 30.3455213 ], [ 119.9355458, 30.3451239 ], [ 119.9352047, 30.3447485 ], [ 119.9346503, 30.3441008 ], [ 119.9344712, 30.3438359 ], [ 119.9343774, 30.3435415 ], [ 119.9342409, 30.343409 ], [ 119.9338827, 30.3433722 ], [ 119.9334649, 30.3432397 ], [ 119.9330811, 30.3431219 ], [ 119.9324244, 30.3427907 ], [ 119.9321515, 30.3425773 ], [ 119.9319638, 30.3423638 ], [ 119.9319383, 30.3421798 ], [ 119.93187, 30.34204 ], [ 119.9311963, 30.341878 ], [ 119.9309234, 30.342511 ], [ 119.9317677, 30.3428349 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "大湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9833123, 30.3548005 ], [ 119.9834557, 30.354803 ], [ 119.9834744, 30.3548794 ], [ 119.9836032, 30.3549997 ], [ 119.9838955, 30.355053 ], [ 119.9840082, 30.3550946 ], [ 119.9840216, 30.3552103 ], [ 119.9845044, 30.3552335 ], [ 119.9845875, 30.3552312 ], [ 119.9846492, 30.3552335 ], [ 119.9853439, 30.3552358 ], [ 119.9856282, 30.355215 ], [ 119.9860547, 30.3551617 ], [ 119.9864678, 30.3551317 ], [ 119.9870208, 30.3551472 ], [ 119.9871276, 30.3551502 ], [ 119.9878411, 30.3552914 ], [ 119.987892, 30.3553562 ], [ 119.9879989, 30.3545367 ], [ 119.9881663, 30.3541411 ], [ 119.9882973, 30.354116 ], [ 119.9880862, 30.3540218 ], [ 119.9879625, 30.3540343 ], [ 119.9874094, 30.3535696 ], [ 119.9872784, 30.353331 ], [ 119.9871693, 30.3529354 ], [ 119.9872129, 30.3527847 ], [ 119.9872784, 30.3527281 ], [ 119.9875914, 30.3527344 ], [ 119.9876714, 30.3526779 ], [ 119.987766, 30.3525586 ], [ 119.9877806, 30.3524267 ], [ 119.9877587, 30.3522571 ], [ 119.9876714, 30.3521567 ], [ 119.9874822, 30.3521629 ], [ 119.9872639, 30.3521818 ], [ 119.9871838, 30.3521441 ], [ 119.9871038, 30.3521441 ], [ 119.9867399, 30.3522634 ], [ 119.986507, 30.3522195 ], [ 119.9862596, 30.3522697 ], [ 119.9861432, 30.3523953 ], [ 119.9859685, 30.3524518 ], [ 119.9858302, 30.352433 ], [ 119.9854736, 30.3526214 ], [ 119.9852772, 30.3525021 ], [ 119.9849933, 30.3524518 ], [ 119.9845494, 30.3525649 ], [ 119.9837707, 30.3526339 ], [ 119.983436, 30.3526277 ], [ 119.9834796, 30.3528286 ], [ 119.9834214, 30.3530045 ], [ 119.9834141, 30.3535822 ], [ 119.983436, 30.3540343 ], [ 119.9833923, 30.3544865 ], [ 119.9832468, 30.3546812 ], [ 119.9833123, 30.3548005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9460433, 30.3564154 ], [ 119.9460633, 30.3565451 ], [ 119.9461134, 30.3566143 ], [ 119.9462538, 30.3566748 ], [ 119.9463841, 30.3566575 ], [ 119.9465445, 30.3566489 ], [ 119.9467048, 30.3565624 ], [ 119.9467149, 30.3564327 ], [ 119.9466447, 30.3563808 ], [ 119.9466347, 30.3562856 ], [ 119.9467249, 30.3562251 ], [ 119.9467249, 30.3560694 ], [ 119.9466748, 30.3559483 ], [ 119.9465846, 30.3558445 ], [ 119.9466547, 30.3557753 ], [ 119.9465545, 30.3556542 ], [ 119.9463941, 30.3556369 ], [ 119.946364, 30.3557407 ], [ 119.9462438, 30.3558186 ], [ 119.9461636, 30.3559051 ], [ 119.9460834, 30.3560867 ], [ 119.9460333, 30.3562597 ], [ 119.9460433, 30.3564154 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9444862, 30.356851 ], [ 119.9445081, 30.3569741 ], [ 119.9445959, 30.3570593 ], [ 119.9448812, 30.3570688 ], [ 119.9449251, 30.3571445 ], [ 119.9451226, 30.3571634 ], [ 119.9452323, 30.3570498 ], [ 119.9452542, 30.3569173 ], [ 119.9451226, 30.3568699 ], [ 119.9449141, 30.3567658 ], [ 119.9447605, 30.3565954 ], [ 119.9446069, 30.3566048 ], [ 119.9444752, 30.3567374 ], [ 119.9444862, 30.356851 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9451884, 30.3579492 ], [ 119.945353, 30.3579682 ], [ 119.9454737, 30.3578924 ], [ 119.9454188, 30.3577599 ], [ 119.945342, 30.3577031 ], [ 119.9451994, 30.3577409 ], [ 119.9451555, 30.357883 ], [ 119.9451884, 30.3579492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.945492, 30.3608956 ], [ 119.9456524, 30.3609907 ], [ 119.9457326, 30.3611032 ], [ 119.9459831, 30.3612069 ], [ 119.9461535, 30.3610426 ], [ 119.9461936, 30.360861 ], [ 119.9461836, 30.3607659 ], [ 119.946364, 30.3607226 ], [ 119.9464041, 30.3606534 ], [ 119.9464643, 30.3604372 ], [ 119.9463941, 30.3603075 ], [ 119.9461936, 30.3602988 ], [ 119.9462237, 30.3600826 ], [ 119.946364, 30.3600393 ], [ 119.9465344, 30.3600653 ], [ 119.9466447, 30.360022 ], [ 119.9466848, 30.3598837 ], [ 119.9466848, 30.3597539 ], [ 119.946785, 30.3597366 ], [ 119.9469254, 30.359728 ], [ 119.9470757, 30.3597539 ], [ 119.9473263, 30.3596934 ], [ 119.9472762, 30.3595896 ], [ 119.9472261, 30.3594512 ], [ 119.9471258, 30.3593734 ], [ 119.9469153, 30.359382 ], [ 119.9468151, 30.3591831 ], [ 119.9468552, 30.359088 ], [ 119.9471358, 30.3590015 ], [ 119.9471659, 30.3588544 ], [ 119.9470958, 30.3588198 ], [ 119.9468251, 30.3587766 ], [ 119.9468452, 30.3586901 ], [ 119.947206, 30.3587333 ], [ 119.947196, 30.3584566 ], [ 119.9474466, 30.3581971 ], [ 119.9474566, 30.3580933 ], [ 119.9473163, 30.3579549 ], [ 119.9472261, 30.3580501 ], [ 119.9470857, 30.3580501 ], [ 119.9469755, 30.3578338 ], [ 119.9469254, 30.3577473 ], [ 119.946765, 30.3576436 ], [ 119.9467449, 30.3573581 ], [ 119.9468251, 30.3571679 ], [ 119.9468752, 30.3570295 ], [ 119.9468151, 30.3569084 ], [ 119.9466046, 30.3569257 ], [ 119.946364, 30.3569949 ], [ 119.9461836, 30.3570814 ], [ 119.9461235, 30.357263 ], [ 119.9461235, 30.3574792 ], [ 119.9461836, 30.3576349 ], [ 119.9461535, 30.3577906 ], [ 119.9460633, 30.3579203 ], [ 119.9460633, 30.3580587 ], [ 119.9460333, 30.3582057 ], [ 119.9460132, 30.3583528 ], [ 119.9461335, 30.3584306 ], [ 119.9462939, 30.3584306 ], [ 119.9464442, 30.3585085 ], [ 119.9464843, 30.3585777 ], [ 119.9466547, 30.3586296 ], [ 119.9465946, 30.3586901 ], [ 119.9464342, 30.3586814 ], [ 119.946334, 30.3587333 ], [ 119.9461636, 30.358742 ], [ 119.9460132, 30.3588717 ], [ 119.9459731, 30.3590015 ], [ 119.9459731, 30.3591398 ], [ 119.9458428, 30.3593561 ], [ 119.9456624, 30.3601172 ], [ 119.9456624, 30.3603421 ], [ 119.9456624, 30.3604718 ], [ 119.9456123, 30.3606707 ], [ 119.9455321, 30.3607745 ], [ 119.9454018, 30.3608177 ], [ 119.945492, 30.3608956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9479993, 30.3613008 ], [ 119.948155, 30.3613635 ], [ 119.9483315, 30.3612023 ], [ 119.9483938, 30.3610321 ], [ 119.9484872, 30.3608351 ], [ 119.9484872, 30.3606917 ], [ 119.9484145, 30.3605932 ], [ 119.9485183, 30.3605484 ], [ 119.948674, 30.3605574 ], [ 119.9486948, 30.360432 ], [ 119.9489439, 30.3599841 ], [ 119.9490477, 30.3599841 ], [ 119.9493903, 30.3599662 ], [ 119.9494837, 30.3599214 ], [ 119.9494837, 30.3596975 ], [ 119.9493799, 30.3595721 ], [ 119.9493591, 30.359384 ], [ 119.9492865, 30.359178 ], [ 119.9492034, 30.358981 ], [ 119.9492242, 30.3587481 ], [ 119.9492553, 30.3585062 ], [ 119.9492138, 30.3583719 ], [ 119.9492761, 30.3582554 ], [ 119.9493176, 30.358139 ], [ 119.9493072, 30.3577897 ], [ 119.9489958, 30.3577628 ], [ 119.9489751, 30.3575837 ], [ 119.948892, 30.3574045 ], [ 119.9487571, 30.3573687 ], [ 119.9486844, 30.3574045 ], [ 119.9486637, 30.3575657 ], [ 119.9486844, 30.3578434 ], [ 119.9486948, 30.3581748 ], [ 119.9486637, 30.3584883 ], [ 119.9484664, 30.359384 ], [ 119.9483626, 30.3597333 ], [ 119.9479889, 30.3605126 ], [ 119.9479993, 30.3606649 ], [ 119.948072, 30.3607544 ], [ 119.9479785, 30.3611127 ], [ 119.947937, 30.3612112 ], [ 119.9479993, 30.3613008 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9443545, 30.3606663 ], [ 119.944552, 30.3606663 ], [ 119.9446837, 30.3607231 ], [ 119.9447605, 30.3606758 ], [ 119.9447824, 30.3605622 ], [ 119.9448592, 30.3604297 ], [ 119.9448922, 30.3602971 ], [ 119.9450128, 30.3604107 ], [ 119.9451555, 30.3605054 ], [ 119.9451555, 30.3603539 ], [ 119.9451006, 30.3602309 ], [ 119.944947, 30.3600699 ], [ 119.9449031, 30.3598806 ], [ 119.9450348, 30.3598332 ], [ 119.944958, 30.359748 ], [ 119.9448263, 30.3597954 ], [ 119.9446617, 30.3597007 ], [ 119.9446288, 30.3596344 ], [ 119.9446727, 30.3595587 ], [ 119.9447605, 30.3595871 ], [ 119.9449251, 30.3595871 ], [ 119.9450019, 30.3595208 ], [ 119.9450677, 30.3592463 ], [ 119.9451116, 30.359038 ], [ 119.9449799, 30.3589622 ], [ 119.9451774, 30.3589054 ], [ 119.9452323, 30.3587824 ], [ 119.945331, 30.3584794 ], [ 119.9454188, 30.3582522 ], [ 119.9453639, 30.3582049 ], [ 119.9451994, 30.3582995 ], [ 119.9450677, 30.3582333 ], [ 119.9448592, 30.3583185 ], [ 119.9448373, 30.3584321 ], [ 119.9447824, 30.3585078 ], [ 119.9447056, 30.3586119 ], [ 119.9446947, 30.3587256 ], [ 119.9447276, 30.3588676 ], [ 119.9447715, 30.3589622 ], [ 119.9447056, 30.3589906 ], [ 119.9447276, 30.3591327 ], [ 119.9446727, 30.3593599 ], [ 119.9445959, 30.3595019 ], [ 119.9445081, 30.3596344 ], [ 119.9445191, 30.3598616 ], [ 119.9445849, 30.3599847 ], [ 119.9444642, 30.360032 ], [ 119.9443545, 30.3602309 ], [ 119.9443984, 30.3603161 ], [ 119.9444423, 30.3604391 ], [ 119.9443326, 30.3605527 ], [ 119.9443545, 30.3606663 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9419846, 30.3576747 ], [ 119.9419736, 30.357864 ], [ 119.9420395, 30.3580818 ], [ 119.9421821, 30.3582333 ], [ 119.942215, 30.3583469 ], [ 119.9425881, 30.3583374 ], [ 119.9425222, 30.3584131 ], [ 119.942215, 30.3585362 ], [ 119.9421931, 30.3587824 ], [ 119.9423138, 30.3589812 ], [ 119.9423247, 30.3592179 ], [ 119.9424783, 30.3593883 ], [ 119.9425771, 30.3595587 ], [ 119.9427307, 30.3594735 ], [ 119.9426649, 30.3595966 ], [ 119.9427088, 30.359748 ], [ 119.9427307, 30.3599279 ], [ 119.9428733, 30.360032 ], [ 119.9428843, 30.3602025 ], [ 119.9429831, 30.360335 ], [ 119.9431147, 30.3604675 ], [ 119.9432025, 30.3604581 ], [ 119.9432903, 30.360335 ], [ 119.943411, 30.3601835 ], [ 119.9434658, 30.3603539 ], [ 119.943411, 30.3605527 ], [ 119.9434878, 30.3606758 ], [ 119.9435426, 30.360761 ], [ 119.9435316, 30.3608652 ], [ 119.9433561, 30.3610166 ], [ 119.943378, 30.3611681 ], [ 119.9435646, 30.3615279 ], [ 119.9434439, 30.3616699 ], [ 119.9434658, 30.3618119 ], [ 119.9432244, 30.3624178 ], [ 119.9432683, 30.362484 ], [ 119.9433341, 30.3624178 ], [ 119.9435097, 30.3618971 ], [ 119.9436304, 30.3618308 ], [ 119.9437401, 30.3617361 ], [ 119.9437401, 30.3616509 ], [ 119.9436523, 30.3615468 ], [ 119.9435646, 30.3613858 ], [ 119.9435207, 30.3612344 ], [ 119.9434768, 30.361045 ], [ 119.9437182, 30.3608368 ], [ 119.9438718, 30.3606947 ], [ 119.9438827, 30.3605717 ], [ 119.9438827, 30.3604107 ], [ 119.9438937, 30.360335 ], [ 119.943795, 30.3602119 ], [ 119.9436743, 30.3601078 ], [ 119.9435755, 30.3600226 ], [ 119.9434439, 30.3599942 ], [ 119.9434439, 30.3598995 ], [ 119.9433122, 30.3597386 ], [ 119.9432244, 30.359625 ], [ 119.9430928, 30.3595019 ], [ 119.9429721, 30.3594356 ], [ 119.9429282, 30.3593693 ], [ 119.9430818, 30.3593125 ], [ 119.9430708, 30.3592179 ], [ 119.9429831, 30.3590948 ], [ 119.9428953, 30.3589244 ], [ 119.9428624, 30.3588108 ], [ 119.9428733, 30.3587066 ], [ 119.9427746, 30.3584889 ], [ 119.9427197, 30.3583374 ], [ 119.9428514, 30.3583279 ], [ 119.9429282, 30.3585362 ], [ 119.9429611, 30.358754 ], [ 119.9431147, 30.3588108 ], [ 119.9431696, 30.3589433 ], [ 119.9432573, 30.3590474 ], [ 119.9433561, 30.3593883 ], [ 119.9434329, 30.3595776 ], [ 119.9435316, 30.3597764 ], [ 119.9435865, 30.3598995 ], [ 119.9438608, 30.3600888 ], [ 119.9439376, 30.3602309 ], [ 119.9441241, 30.3602498 ], [ 119.9442558, 30.3601741 ], [ 119.9443436, 30.3600226 ], [ 119.9443765, 30.3598332 ], [ 119.9443545, 30.3596912 ], [ 119.9443655, 30.3594924 ], [ 119.9443765, 30.3592747 ], [ 119.9442887, 30.3590758 ], [ 119.94419, 30.3589338 ], [ 119.9441461, 30.358735 ], [ 119.9441461, 30.3585078 ], [ 119.9443216, 30.3583847 ], [ 119.9445191, 30.3582333 ], [ 119.9446508, 30.3580723 ], [ 119.9448263, 30.3578735 ], [ 119.9448702, 30.3577504 ], [ 119.9447824, 30.3575421 ], [ 119.944574, 30.357438 ], [ 119.9444533, 30.3573149 ], [ 119.9441351, 30.3572013 ], [ 119.9435426, 30.3571918 ], [ 119.9433341, 30.357135 ], [ 119.9431586, 30.3570498 ], [ 119.9429611, 30.3570498 ], [ 119.9427856, 30.3571256 ], [ 119.942599, 30.3571445 ], [ 119.9424783, 30.357277 ], [ 119.9424893, 30.3574191 ], [ 119.9424454, 30.3574948 ], [ 119.9423577, 30.3574475 ], [ 119.9423467, 30.3573054 ], [ 119.942237, 30.3572013 ], [ 119.9420285, 30.3572013 ], [ 119.941853, 30.3573812 ], [ 119.941831, 30.3576747 ], [ 119.9419846, 30.3576747 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9439925, 30.3608368 ], [ 119.9440473, 30.360903 ], [ 119.9441022, 30.3610166 ], [ 119.9441022, 30.3611397 ], [ 119.9441351, 30.3612817 ], [ 119.9442668, 30.3613196 ], [ 119.9444533, 30.3613196 ], [ 119.9444533, 30.3612344 ], [ 119.9443655, 30.3611113 ], [ 119.9443106, 30.3610545 ], [ 119.9444533, 30.3609882 ], [ 119.9442777, 30.3609693 ], [ 119.944168, 30.3608178 ], [ 119.9440693, 30.3607231 ], [ 119.9439705, 30.3607042 ], [ 119.9439925, 30.3608368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.945482, 30.362461 ], [ 119.9455822, 30.3625216 ], [ 119.9457225, 30.362487 ], [ 119.9458328, 30.3623832 ], [ 119.9458929, 30.362314 ], [ 119.9459631, 30.3621497 ], [ 119.9460132, 30.3620113 ], [ 119.9459731, 30.3618729 ], [ 119.9460232, 30.3617605 ], [ 119.9461335, 30.3617518 ], [ 119.9462137, 30.3616913 ], [ 119.9461034, 30.3615529 ], [ 119.9459531, 30.3614578 ], [ 119.9458829, 30.3614924 ], [ 119.9458228, 30.3615788 ], [ 119.9457426, 30.3616826 ], [ 119.9455722, 30.3618989 ], [ 119.945502, 30.3620286 ], [ 119.9455221, 30.3621497 ], [ 119.9454719, 30.3622794 ], [ 119.9454519, 30.3623832 ], [ 119.945482, 30.362461 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0196477, 30.3459383 ], [ 120.0198237, 30.3460659 ], [ 120.0199364, 30.3460963 ], [ 120.0200701, 30.3460537 ], [ 120.0201124, 30.3459687 ], [ 120.0200631, 30.3458957 ], [ 120.0200068, 30.3458107 ], [ 120.0200209, 30.3456588 ], [ 120.0202039, 30.3454522 ], [ 120.0202321, 30.3452821 ], [ 120.0200068, 30.3451362 ], [ 120.0198941, 30.3451241 ], [ 120.0198308, 30.3451666 ], [ 120.0197251, 30.3452699 ], [ 120.0196266, 30.3453307 ], [ 120.0195421, 30.3454157 ], [ 120.0195139, 30.3455251 ], [ 120.0196477, 30.3459383 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0201828, 30.3463393 ], [ 120.0204503, 30.3464973 ], [ 120.0204574, 30.346558 ], [ 120.0204222, 30.3467585 ], [ 120.0203518, 30.3469651 ], [ 120.0204292, 30.347038 ], [ 120.0207531, 30.3471231 ], [ 120.0208517, 30.3471049 ], [ 120.0208869, 30.347038 ], [ 120.0208798, 30.3469408 ], [ 120.020908, 30.3468011 ], [ 120.0208517, 30.3466309 ], [ 120.0208235, 30.3462178 ], [ 120.0207813, 30.3461206 ], [ 120.0206756, 30.3460598 ], [ 120.0204433, 30.3460233 ], [ 120.0203306, 30.3460112 ], [ 120.020218, 30.3461084 ], [ 120.0201617, 30.3461874 ], [ 120.0201335, 30.3462725 ], [ 120.0201828, 30.3463393 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9887451, 30.3556246 ], [ 119.9895301, 30.3553144 ], [ 119.9895855, 30.3550146 ], [ 119.9890281, 30.3546898 ], [ 119.9887804, 30.3540768 ], [ 119.9884772, 30.3540151 ], [ 119.9882489, 30.3542703 ], [ 119.987892, 30.3553562 ], [ 119.9887451, 30.3556246 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0097622, 30.358776 ], [ 120.0103505, 30.3587794 ], [ 120.0107243, 30.3585646 ], [ 120.0111693, 30.3585427 ], [ 120.0112643, 30.3584334 ], [ 120.0110017, 30.3583106 ], [ 120.0108205, 30.357998 ], [ 120.0105991, 30.3576506 ], [ 120.0102167, 30.3576333 ], [ 120.0100557, 30.3580675 ], [ 120.0096225, 30.3586131 ], [ 120.0097622, 30.358776 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.996544, 30.3585533 ], [ 119.9972251, 30.3588542 ], [ 119.9969785, 30.3576978 ], [ 119.996382, 30.357559 ], [ 119.996544, 30.3585533 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0110017, 30.3644239 ], [ 120.0123468, 30.3644094 ], [ 120.0124342, 30.3641113 ], [ 120.0118672, 30.3641113 ], [ 120.0112003, 30.3641567 ], [ 120.0108237, 30.3642528 ], [ 120.0110017, 30.3644239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9985794, 30.3652592 ], [ 119.998819, 30.3653862 ], [ 119.9991095, 30.3667133 ], [ 119.9999292, 30.3666322 ], [ 120.000112, 30.3663584 ], [ 119.9998895, 30.3661151 ], [ 119.9997319, 30.3661151 ], [ 119.9987211, 30.3641219 ], [ 119.9985198, 30.3641757 ], [ 119.9986118, 30.3648579 ], [ 119.9982379, 30.364967 ], [ 119.9985794, 30.3652592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9907456, 30.3676907 ], [ 119.9907797, 30.3675487 ], [ 119.9907161, 30.3674725 ], [ 119.9909593, 30.3667179 ], [ 119.9911278, 30.3666635 ], [ 119.991934, 30.366403 ], [ 119.9922988, 30.3663767 ], [ 119.9923645, 30.3662176 ], [ 119.9923416, 30.3659809 ], [ 119.9912648, 30.3658877 ], [ 119.9906368, 30.3661002 ], [ 119.9904994, 30.3662822 ], [ 119.990639, 30.3665901 ], [ 119.989963, 30.3666666 ], [ 119.9894843, 30.3673241 ], [ 119.9907456, 30.3676907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9993511, 30.3679818 ], [ 120.0003831, 30.3678803 ], [ 120.0003966, 30.367429 ], [ 119.9997246, 30.3674809 ], [ 119.9994947, 30.3669904 ], [ 119.999183, 30.3670758 ], [ 119.9993511, 30.3679818 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0064351, 30.3705466 ], [ 120.006976, 30.3705589 ], [ 120.0073461, 30.3706203 ], [ 120.0074322, 30.370378 ], [ 120.0071413, 30.3701761 ], [ 120.006776, 30.3701038 ], [ 120.0063643, 30.3698766 ], [ 120.0061711, 30.3703667 ], [ 120.0061428, 30.3705746 ], [ 120.0064351, 30.3705466 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0377094, 30.3569535 ], [ 120.0377792, 30.3569766 ], [ 120.0378382, 30.3569905 ], [ 120.0379133, 30.3569627 ], [ 120.037983, 30.3569072 ], [ 120.0380259, 30.3568378 ], [ 120.0380581, 30.3567822 ], [ 120.0380635, 30.3566109 ], [ 120.0380667, 30.3564327 ], [ 120.0381467, 30.3562258 ], [ 120.0381959, 30.3560666 ], [ 120.0382635, 30.3557535 ], [ 120.0384546, 30.3556759 ], [ 120.038448, 30.3555359 ], [ 120.0384911, 30.3554563 ], [ 120.0383496, 30.3553979 ], [ 120.0381467, 30.3552971 ], [ 120.0379868, 30.3551485 ], [ 120.037956, 30.354984 ], [ 120.0379376, 30.3547558 ], [ 120.0379487, 30.3546149 ], [ 120.0379695, 30.3544603 ], [ 120.0380404, 30.3543776 ], [ 120.0381112, 30.3542482 ], [ 120.038132, 30.3541116 ], [ 120.0381362, 30.3540037 ], [ 120.038032, 30.3540037 ], [ 120.0380112, 30.3539426 ], [ 120.0379195, 30.3539426 ], [ 120.0378862, 30.3540145 ], [ 120.037882, 30.3542374 ], [ 120.0378695, 30.3543704 ], [ 120.0378654, 30.3547551 ], [ 120.0378529, 30.3549564 ], [ 120.0378195, 30.3550247 ], [ 120.0377023, 30.3551025 ], [ 120.0376826, 30.3568933 ], [ 120.0377094, 30.3569535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0277725, 30.3575756 ], [ 120.0280246, 30.3573742 ], [ 120.028325, 30.3570733 ], [ 120.028604, 30.3567702 ], [ 120.029119, 30.3563211 ], [ 120.0296822, 30.3558351 ], [ 120.030055, 30.3554694 ], [ 120.0302052, 30.3553028 ], [ 120.030877, 30.3547247 ], [ 120.030549, 30.3546913 ], [ 120.030161, 30.3550088 ], [ 120.0300121, 30.3551396 ], [ 120.0298995, 30.3552403 ], [ 120.029752, 30.3553595 ], [ 120.0294381, 30.3556013 ], [ 120.0292477, 30.355761 ], [ 120.0291404, 30.3558768 ], [ 120.0289232, 30.3561568 ], [ 120.0288078, 30.3563211 ], [ 120.0286415, 30.3564785 ], [ 120.0283062, 30.356791 ], [ 120.0279978, 30.3570895 ], [ 120.027743, 30.3573765 ], [ 120.0276437, 30.3574876 ], [ 120.0277725, 30.3575756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0328851, 30.3572834 ], [ 120.0329452, 30.3572254 ], [ 120.0330339, 30.3571767 ], [ 120.0331722, 30.3571336 ], [ 120.0333824, 30.3570913 ], [ 120.0335599, 30.357106 ], [ 120.0338803, 30.3570688 ], [ 120.0339972, 30.3570576 ], [ 120.0342685, 30.3570316 ], [ 120.0347307, 30.3570316 ], [ 120.0351497, 30.3570422 ], [ 120.0353285, 30.3570422 ], [ 120.0354455, 30.3570422 ], [ 120.0356981, 30.3570422 ], [ 120.0360185, 30.3570369 ], [ 120.0362897, 30.3570316 ], [ 120.0365423, 30.3570422 ], [ 120.036758, 30.3570316 ], [ 120.0370106, 30.3570316 ], [ 120.037214, 30.3570156 ], [ 120.0372694, 30.3570103 ], [ 120.0372879, 30.3566966 ], [ 120.037177, 30.3566487 ], [ 120.0370106, 30.35667 ], [ 120.0368319, 30.3566806 ], [ 120.0366656, 30.3567178 ], [ 120.0363575, 30.3567178 ], [ 120.0359631, 30.3567391 ], [ 120.0355071, 30.3567497 ], [ 120.0351435, 30.3567232 ], [ 120.0348416, 30.3566859 ], [ 120.0345603, 30.356599 ], [ 120.0344925, 30.3567256 ], [ 120.0340182, 30.3567671 ], [ 120.0337078, 30.356654 ], [ 120.0335106, 30.3566912 ], [ 120.0332702, 30.3567923 ], [ 120.0327679, 30.3569827 ], [ 120.0327266, 30.3570938 ], [ 120.0326425, 30.3571632 ], [ 120.0324982, 30.3571836 ], [ 120.0322414, 30.357391 ], [ 120.0328851, 30.3572834 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0183378, 30.3508925 ], [ 120.0186454, 30.3510396 ], [ 120.0187784, 30.3511795 ], [ 120.0188366, 30.3513983 ], [ 120.0188366, 30.351696 ], [ 120.0187535, 30.352026 ], [ 120.0186953, 30.3521408 ], [ 120.018716, 30.3522018 ], [ 120.0187368, 30.3522627 ], [ 120.018716, 30.3523417 ], [ 120.0188615, 30.3525856 ], [ 120.0188366, 30.3526681 ], [ 120.0188407, 30.3528653 ], [ 120.0188283, 30.3529658 ], [ 120.0187826, 30.3530483 ], [ 120.0187867, 30.3531631 ], [ 120.0187659, 30.3532707 ], [ 120.0188241, 30.3533747 ], [ 120.0188948, 30.3533819 ], [ 120.0188823, 30.3534428 ], [ 120.0189197, 30.3534966 ], [ 120.0189862, 30.3535325 ], [ 120.0190029, 30.3536007 ], [ 120.0189862, 30.3536652 ], [ 120.0190361, 30.3536903 ], [ 120.0191151, 30.3539019 ], [ 120.0191941, 30.354214 ], [ 120.0192148, 30.3544364 ], [ 120.0192107, 30.354544 ], [ 120.0191234, 30.354752 ], [ 120.0190943, 30.3548489 ], [ 120.0191317, 30.354978 ], [ 120.0191733, 30.355021 ], [ 120.0192024, 30.3550892 ], [ 120.0191483, 30.3551502 ], [ 120.0192024, 30.3551968 ], [ 120.0191857, 30.3552721 ], [ 120.0192897, 30.3553582 ], [ 120.0192938, 30.3553977 ], [ 120.0193271, 30.355455 ], [ 120.0193853, 30.3554945 ], [ 120.0196357, 30.3555352 ], [ 120.0197521, 30.355538 ], [ 120.0198718, 30.3555352 ], [ 120.0199882, 30.3555408 ], [ 120.0200917, 30.3555547 ], [ 120.0202835, 30.3555286 ], [ 120.0205022, 30.3554217 ], [ 120.0207281, 30.3554217 ], [ 120.021003, 30.3553878 ], [ 120.021268, 30.3554284 ], [ 120.021435, 30.3554556 ], [ 120.0215724, 30.3556335 ], [ 120.0217, 30.3558114 ], [ 120.0218473, 30.3559385 ], [ 120.0220437, 30.3560656 ], [ 120.0222204, 30.3562011 ], [ 120.0226229, 30.3566586 ], [ 120.0226818, 30.3568704 ], [ 120.0228487, 30.3569975 ], [ 120.0229076, 30.3571245 ], [ 120.0230353, 30.3572347 ], [ 120.0229764, 30.3573194 ], [ 120.0229764, 30.3574295 ], [ 120.0230844, 30.3574719 ], [ 120.023212, 30.3574465 ], [ 120.0233396, 30.3574888 ], [ 120.0234673, 30.3575651 ], [ 120.023536, 30.3576667 ], [ 120.0235654, 30.3577684 ], [ 120.023536, 30.3578955 ], [ 120.0235065, 30.3580141 ], [ 120.0235556, 30.3580818 ], [ 120.0236636, 30.3581666 ], [ 120.0237375, 30.3583233 ], [ 120.0238321, 30.3584204 ], [ 120.0240381, 30.3585298 ], [ 120.0242605, 30.3586276 ], [ 120.024386, 30.3587483 ], [ 120.024499, 30.3588443 ], [ 120.0245745, 30.3589544 ], [ 120.0246546, 30.3590561 ], [ 120.0247591, 30.3591875 ], [ 120.0248452, 30.3592819 ], [ 120.0249796, 30.3593227 ], [ 120.0251125, 30.3593953 ], [ 120.025156, 30.3594797 ], [ 120.0251243, 30.3595916 ], [ 120.0252628, 30.3596048 ], [ 120.025372, 30.3596152 ], [ 120.0253032, 30.3597423 ], [ 120.025313, 30.359971 ], [ 120.025282, 30.3601926 ], [ 120.0253267, 30.3602875 ], [ 120.0254652, 30.3604616 ], [ 120.0255723, 30.3606634 ], [ 120.0256389, 30.3607789 ], [ 120.0257981, 30.3608082 ], [ 120.0259561, 30.3608632 ], [ 120.0260704, 30.3610296 ], [ 120.0261494, 30.3611462 ], [ 120.0262163, 30.3613011 ], [ 120.0263537, 30.3615128 ], [ 120.0264127, 30.3616484 ], [ 120.0264424, 30.3618195 ], [ 120.0264238, 30.3619907 ], [ 120.0263484, 30.3621997 ], [ 120.0262654, 30.3623515 ], [ 120.0262163, 30.3625464 ], [ 120.0261476, 30.362665 ], [ 120.025961, 30.3627836 ], [ 120.0258432, 30.3629445 ], [ 120.0257843, 30.3630631 ], [ 120.0256763, 30.3631987 ], [ 120.0256272, 30.3633935 ], [ 120.0257352, 30.3636137 ], [ 120.0259021, 30.363995 ], [ 120.0260396, 30.3642321 ], [ 120.0261967, 30.3645371 ], [ 120.0263439, 30.3647319 ], [ 120.0266385, 30.3649691 ], [ 120.0270312, 30.3652317 ], [ 120.0271883, 30.3653588 ], [ 120.027257, 30.3654859 ], [ 120.0273846, 30.3656807 ], [ 120.0273454, 30.3658417 ], [ 120.0274926, 30.3659264 ], [ 120.0277062, 30.3659577 ], [ 120.0284442, 30.365657 ], [ 120.0283521, 30.3654804 ], [ 120.0280655, 30.3652097 ], [ 120.0278795, 30.3651898 ], [ 120.0277962, 30.3651398 ], [ 120.0277809, 30.365074 ], [ 120.027643, 30.3650664 ], [ 120.0275287, 30.3650292 ], [ 120.0273542, 30.3648311 ], [ 120.0271277, 30.3645824 ], [ 120.0269693, 30.3645197 ], [ 120.0268176, 30.3644539 ], [ 120.0266855, 30.3643467 ], [ 120.0265789, 30.3641694 ], [ 120.0264561, 30.3639958 ], [ 120.0263917, 30.3638487 ], [ 120.0263347, 30.3636696 ], [ 120.026318, 30.363484 ], [ 120.0263559, 30.3633378 ], [ 120.026387, 30.3631835 ], [ 120.0264031, 30.363014 ], [ 120.0264826, 30.3628061 ], [ 120.0267363, 30.3623909 ], [ 120.0268735, 30.362151 ], [ 120.0269579, 30.3618761 ], [ 120.0270103, 30.3617559 ], [ 120.0270305, 30.3615806 ], [ 120.0271043, 30.3614654 ], [ 120.0270614, 30.3613384 ], [ 120.0270072, 30.361173 ], [ 120.0269153, 30.3610076 ], [ 120.0268219, 30.3608624 ], [ 120.0267147, 30.3607495 ], [ 120.0265965, 30.360631 ], [ 120.0264993, 30.3604833 ], [ 120.0264158, 30.3603414 ], [ 120.0262716, 30.3601651 ], [ 120.0262161, 30.3600846 ], [ 120.0261922, 30.3600602 ], [ 120.0262806, 30.359679 ], [ 120.0261928, 30.3596084 ], [ 120.0260534, 30.3594843 ], [ 120.0258758, 30.3594222 ], [ 120.0258214, 30.3593376 ], [ 120.0258427, 30.3592471 ], [ 120.0257138, 30.3591127 ], [ 120.0256303, 30.3590372 ], [ 120.0254389, 30.3588399 ], [ 120.0253436, 30.3586519 ], [ 120.0252318, 30.3585771 ], [ 120.0248862, 30.358199 ], [ 120.024552, 30.3578189 ], [ 120.0238969, 30.3568598 ], [ 120.0238203, 30.3567476 ], [ 120.0238695, 30.3567117 ], [ 120.0239259, 30.3566644 ], [ 120.0239575, 30.3566224 ], [ 120.0239777, 30.3565783 ], [ 120.0239629, 30.3565424 ], [ 120.0239327, 30.3565324 ], [ 120.0238854, 30.3565379 ], [ 120.0238229, 30.3565667 ], [ 120.023725, 30.3565848 ], [ 120.0236137, 30.3565842 ], [ 120.0234662, 30.3564735 ], [ 120.0232084, 30.3563152 ], [ 120.0230323, 30.3561766 ], [ 120.0228627, 30.3560927 ], [ 120.0227219, 30.3559313 ], [ 120.0225535, 30.3557585 ], [ 120.0223435, 30.3555779 ], [ 120.0221718, 30.3554234 ], [ 120.0219956, 30.3552708 ], [ 120.0218238, 30.3552063 ], [ 120.021672, 30.3551214 ], [ 120.021384, 30.3550661 ], [ 120.0211109, 30.355029 ], [ 120.0209813, 30.3549578 ], [ 120.0209521, 30.3548289 ], [ 120.0208724, 30.3548145 ], [ 120.020776, 30.3548571 ], [ 120.020633, 30.3548657 ], [ 120.0205354, 30.3548586 ], [ 120.0204361, 30.3549002 ], [ 120.0203341, 30.3550169 ], [ 120.0202274, 30.3550465 ], [ 120.0200961, 30.3550801 ], [ 120.0199627, 30.3550903 ], [ 120.0198826, 30.3550964 ], [ 120.0198144, 30.3551234 ], [ 120.0197656, 30.355109 ], [ 120.0197693, 30.3550521 ], [ 120.0197617, 30.355011 ], [ 120.0197256, 30.3549877 ], [ 120.0196825, 30.3549616 ], [ 120.0196659, 30.3549098 ], [ 120.0196262, 30.3548819 ], [ 120.0196087, 30.3548354 ], [ 120.0195977, 30.3547762 ], [ 120.0195907, 30.3546824 ], [ 120.0195593, 30.3546261 ], [ 120.0196055, 30.3543045 ], [ 120.0196512, 30.3541878 ], [ 120.0196981, 30.3541028 ], [ 120.0197189, 30.3540338 ], [ 120.0197099, 30.3539757 ], [ 120.0196676, 30.3539642 ], [ 120.01959, 30.3539499 ], [ 120.0195315, 30.3539516 ], [ 120.0194902, 30.3539243 ], [ 120.0194807, 30.3538833 ], [ 120.0194303, 30.3538774 ], [ 120.0193653, 30.3538417 ], [ 120.0193251, 30.353799 ], [ 120.0193342, 30.3536853 ], [ 120.019352, 30.3535766 ], [ 120.0193422, 30.3534444 ], [ 120.0193546, 30.3533611 ], [ 120.0193223, 30.3532393 ], [ 120.0193053, 30.3531453 ], [ 120.0192595, 30.3530615 ], [ 120.0192405, 30.3529649 ], [ 120.0192454, 30.3528536 ], [ 120.0192867, 30.3527877 ], [ 120.019321, 30.3526279 ], [ 120.0194557, 30.3525102 ], [ 120.0194063, 30.3524309 ], [ 120.0193144, 30.3523455 ], [ 120.019272, 30.3521808 ], [ 120.019272, 30.3520771 ], [ 120.019272, 30.3519795 ], [ 120.0193002, 30.3518758 ], [ 120.0192437, 30.3517233 ], [ 120.0193497, 30.351583 ], [ 120.0193002, 30.3514976 ], [ 120.0193002, 30.3514122 ], [ 120.019378, 30.3513634 ], [ 120.0194063, 30.3513024 ], [ 120.0193638, 30.3512292 ], [ 120.0194133, 30.3511743 ], [ 120.0194557, 30.3509974 ], [ 120.0195476, 30.3510706 ], [ 120.0197086, 30.3510236 ], [ 120.0198799, 30.3509364 ], [ 120.02, 30.3508388 ], [ 120.0200354, 30.350729 ], [ 120.0199435, 30.3507046 ], [ 120.0198728, 30.3506436 ], [ 120.0197597, 30.3506619 ], [ 120.0196678, 30.3506802 ], [ 120.0196254, 30.3507595 ], [ 120.0195547, 30.3507229 ], [ 120.0194911, 30.3507534 ], [ 120.0194204, 30.3507412 ], [ 120.0193851, 30.3508266 ], [ 120.0193144, 30.3506619 ], [ 120.0193638, 30.3505155 ], [ 120.0194557, 30.3502959 ], [ 120.0195933, 30.3502044 ], [ 120.0195123, 30.3501251 ], [ 120.0195439, 30.3499604 ], [ 120.0196556, 30.3497908 ], [ 120.0196819, 30.3496859 ], [ 120.0197956, 30.3495728 ], [ 120.0194926, 30.348994 ], [ 120.0194133, 30.3490943 ], [ 120.0192824, 30.3491648 ], [ 120.0191798, 30.3492695 ], [ 120.019139, 30.3493804 ], [ 120.0190759, 30.3495568 ], [ 120.0191023, 30.3496371 ], [ 120.0189529, 30.3497565 ], [ 120.0188196, 30.3499848 ], [ 120.0187418, 30.35018 ], [ 120.0186495, 30.3504047 ], [ 120.018583, 30.3505302 ], [ 120.0184923, 30.3506123 ], [ 120.0184043, 30.3506271 ], [ 120.0182921, 30.3506558 ], [ 120.0177974, 30.3505123 ], [ 120.0177226, 30.3506952 ], [ 120.0183378, 30.3508925 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0372214, 30.3589549 ], [ 120.0372416, 30.3574915 ], [ 120.0372524, 30.3574174 ], [ 120.0368554, 30.3574452 ], [ 120.0368499, 30.3582265 ], [ 120.0368492, 30.3583247 ], [ 120.0368447, 30.3589635 ], [ 120.0372214, 30.3589549 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0259061, 30.3592009 ], [ 120.0260076, 30.3592948 ], [ 120.0262726, 30.3594795 ], [ 120.0264261, 30.3594456 ], [ 120.0267612, 30.3595089 ], [ 120.0271411, 30.3595127 ], [ 120.0277596, 30.359313 ], [ 120.0282293, 30.3593362 ], [ 120.0281296, 30.3590588 ], [ 120.0274635, 30.359116 ], [ 120.0270278, 30.359128 ], [ 120.0264582, 30.358988 ], [ 120.0267228, 30.3586534 ], [ 120.0263785, 30.3585253 ], [ 120.0258834, 30.3588195 ], [ 120.0257496, 30.3589882 ], [ 120.0259061, 30.3592009 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0282293, 30.3593362 ], [ 120.0284186, 30.3593614 ], [ 120.0284608, 30.3594376 ], [ 120.029034, 30.3607757 ], [ 120.0291679, 30.3610168 ], [ 120.0292363, 30.3610631 ], [ 120.0294504, 30.3611599 ], [ 120.0298146, 30.3613684 ], [ 120.0303151, 30.361485 ], [ 120.030656, 30.3613641 ], [ 120.0316414, 30.3612774 ], [ 120.0317228, 30.3612218 ], [ 120.0317315, 30.3610504 ], [ 120.031867, 30.3610371 ], [ 120.0319301, 30.3611155 ], [ 120.0320738, 30.361129 ], [ 120.0321837, 30.3611878 ], [ 120.0322959, 30.3613319 ], [ 120.0323447, 30.3613404 ], [ 120.0324164, 30.3615131 ], [ 120.0326659, 30.3615262 ], [ 120.0326131, 30.3614105 ], [ 120.032665, 30.3613491 ], [ 120.0326769, 30.3611524 ], [ 120.0327405, 30.3606361 ], [ 120.0327704, 30.360518 ], [ 120.0328254, 30.3604377 ], [ 120.032893, 30.3603871 ], [ 120.032971, 30.3603671 ], [ 120.0340518, 30.3602652 ], [ 120.0365287, 30.3600234 ], [ 120.03732, 30.3599897 ], [ 120.0373199, 30.3596719 ], [ 120.0372901, 30.3596638 ], [ 120.0372401, 30.3596229 ], [ 120.0372209, 30.3595842 ], [ 120.0372214, 30.3589549 ], [ 120.0368447, 30.3589635 ], [ 120.0368582, 30.359182 ], [ 120.0368706, 30.3594159 ], [ 120.0368675, 30.3595409 ], [ 120.036849, 30.3595754 ], [ 120.0368213, 30.3596073 ], [ 120.0367874, 30.3596206 ], [ 120.0367162, 30.3596392 ], [ 120.0366392, 30.3596525 ], [ 120.0362355, 30.3596897 ], [ 120.0333584, 30.3599662 ], [ 120.0329529, 30.359995 ], [ 120.0326756, 30.3600429 ], [ 120.0325647, 30.3600907 ], [ 120.0324384, 30.3601625 ], [ 120.0323675, 30.3602237 ], [ 120.0323367, 30.3602981 ], [ 120.0323244, 30.3603486 ], [ 120.0322874, 30.3605135 ], [ 120.0322588, 30.3605958 ], [ 120.0322157, 30.360665 ], [ 120.032151, 30.3607235 ], [ 120.0320678, 30.3607926 ], [ 120.0319569, 30.3608457 ], [ 120.0316611, 30.3608936 ], [ 120.0303732, 30.3611063 ], [ 120.0302931, 30.3611249 ], [ 120.0302284, 30.3611249 ], [ 120.0301359, 30.3611143 ], [ 120.0300527, 30.3611036 ], [ 120.0298586, 30.3610531 ], [ 120.0297693, 30.3610318 ], [ 120.0296553, 30.360984 ], [ 120.0295259, 30.3609255 ], [ 120.0294519, 30.3608856 ], [ 120.0293379, 30.3608325 ], [ 120.029264, 30.3607713 ], [ 120.0292209, 30.3607367 ], [ 120.0291808, 30.3606862 ], [ 120.0285904, 30.3593904 ], [ 120.0285391, 30.3593307 ], [ 120.0285365, 30.3592648 ], [ 120.0286028, 30.3591929 ], [ 120.0286971, 30.3591496 ], [ 120.028955, 30.3590319 ], [ 120.0292082, 30.358981 ], [ 120.0294263, 30.3589411 ], [ 120.0296782, 30.35893 ], [ 120.0299463, 30.3588731 ], [ 120.0301516, 30.3587781 ], [ 120.0303223, 30.3586421 ], [ 120.0303756, 30.3585313 ], [ 120.0304559, 30.3584274 ], [ 120.0307334, 30.358353 ], [ 120.0311012, 30.3582425 ], [ 120.0316422, 30.3581318 ], [ 120.0319042, 30.3580534 ], [ 120.031991, 30.3579798 ], [ 120.0320844, 30.3579462 ], [ 120.0323086, 30.3578956 ], [ 120.0328851, 30.3572834 ], [ 120.0322414, 30.357391 ], [ 120.0320037, 30.3577813 ], [ 120.0318932, 30.3578434 ], [ 120.0305257, 30.3581602 ], [ 120.0303901, 30.358205 ], [ 120.0303557, 30.3582294 ], [ 120.0299973, 30.3584716 ], [ 120.0298217, 30.3585474 ], [ 120.0296947, 30.3585843 ], [ 120.0294439, 30.3586331 ], [ 120.0292695, 30.3586605 ], [ 120.0290667, 30.3587143 ], [ 120.0290187, 30.3587578 ], [ 120.0286657, 30.3588848 ], [ 120.0286486, 30.3588424 ], [ 120.0281296, 30.3590588 ], [ 120.0282293, 30.3593362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.03732, 30.3599897 ], [ 120.0378408, 30.3599951 ], [ 120.0379833, 30.3600705 ], [ 120.0383502, 30.3600796 ], [ 120.0386086, 30.3599542 ], [ 120.0387343, 30.3598466 ], [ 120.0391978, 30.359808 ], [ 120.0392005, 30.3596691 ], [ 120.0385946, 30.3597322 ], [ 120.0382473, 30.3598876 ], [ 120.0379587, 30.3598581 ], [ 120.0377193, 30.3596812 ], [ 120.0373199, 30.3596719 ], [ 120.03732, 30.3599897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0324927, 30.3619099 ], [ 120.0325465, 30.3620199 ], [ 120.0325743, 30.3622664 ], [ 120.0326654, 30.3624645 ], [ 120.0327244, 30.3625804 ], [ 120.0327577, 30.3627095 ], [ 120.0327535, 30.3628674 ], [ 120.0327244, 30.3629965 ], [ 120.0327452, 30.3632332 ], [ 120.032791, 30.3633911 ], [ 120.0328408, 30.3635561 ], [ 120.0330362, 30.3638933 ], [ 120.0330575, 30.3640657 ], [ 120.0329906, 30.3642403 ], [ 120.0329652, 30.3643394 ], [ 120.0331212, 30.3646493 ], [ 120.0332757, 30.3648954 ], [ 120.0334999, 30.3652608 ], [ 120.0337754, 30.3654368 ], [ 120.0342311, 30.3657476 ], [ 120.0346807, 30.366045 ], [ 120.0347852, 30.3663689 ], [ 120.0348385, 30.3666525 ], [ 120.0348634, 30.366797 ], [ 120.0348738, 30.3668848 ], [ 120.0348738, 30.3669888 ], [ 120.0348685, 30.367107 ], [ 120.0348488, 30.3675125 ], [ 120.0348627, 30.3675873 ], [ 120.0349153, 30.3676847 ], [ 120.0349271, 30.3677441 ], [ 120.034998, 30.3677602 ], [ 120.0350782, 30.3677467 ], [ 120.0351112, 30.3676208 ], [ 120.0350775, 30.367552 ], [ 120.0350692, 30.3675053 ], [ 120.0352053, 30.3670931 ], [ 120.0352017, 30.3667914 ], [ 120.0352461, 30.3662686 ], [ 120.0351899, 30.3659528 ], [ 120.0349954, 30.3657069 ], [ 120.0347199, 30.3655465 ], [ 120.0339629, 30.3650639 ], [ 120.0337559, 30.3646911 ], [ 120.0335751, 30.3646337 ], [ 120.0334154, 30.3642242 ], [ 120.0329281, 30.3633767 ], [ 120.0329006, 30.3632812 ], [ 120.0328739, 30.3630987 ], [ 120.0329055, 30.3628469 ], [ 120.0328731, 30.3626546 ], [ 120.0328802, 30.3625104 ], [ 120.0328416, 30.3623815 ], [ 120.0328128, 30.3622403 ], [ 120.0327356, 30.3620636 ], [ 120.0327599, 30.3619167 ], [ 120.0326659, 30.3615262 ], [ 120.0324164, 30.3615131 ], [ 120.0324927, 30.3619099 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0351332, 30.3677507 ], [ 120.0352415, 30.3677713 ], [ 120.0354306, 30.3677917 ], [ 120.0357705, 30.3678189 ], [ 120.0360688, 30.3677728 ], [ 120.0363344, 30.3677517 ], [ 120.0365835, 30.3677504 ], [ 120.036794, 30.3677391 ], [ 120.0373193, 30.3678126 ], [ 120.0373924, 30.3678121 ], [ 120.0376831, 30.3678101 ], [ 120.0377348, 30.3678022 ], [ 120.0381844, 30.3677338 ], [ 120.0384447, 30.367664 ], [ 120.0385657, 30.3676637 ], [ 120.0386766, 30.367684 ], [ 120.0388414, 30.3676782 ], [ 120.0390263, 30.3676492 ], [ 120.0391809, 30.3676376 ], [ 120.0393389, 30.3676463 ], [ 120.0394431, 30.3676753 ], [ 120.0395574, 30.3677014 ], [ 120.0396933, 30.3677176 ], [ 120.0400012, 30.3677101 ], [ 120.0400376, 30.3677354 ], [ 120.0400345, 30.3678064 ], [ 120.0399888, 30.3679827 ], [ 120.0399339, 30.368272 ], [ 120.0398912, 30.3684246 ], [ 120.0399095, 30.3687745 ], [ 120.0398944, 30.3689348 ], [ 120.0398307, 30.3690209 ], [ 120.0397596, 30.3692406 ], [ 120.0398574, 30.3692998 ], [ 120.0398241, 30.3695268 ], [ 120.0397815, 30.3698135 ], [ 120.0396839, 30.3703002 ], [ 120.0396717, 30.3704343 ], [ 120.0395711, 30.3706579 ], [ 120.0395375, 30.3707289 ], [ 120.0395375, 30.3707868 ], [ 120.0395436, 30.3708683 ], [ 120.0395254, 30.3709131 ], [ 120.039443, 30.3709683 ], [ 120.0393302, 30.3709893 ], [ 120.0393241, 30.3710314 ], [ 120.0394095, 30.3710393 ], [ 120.0393851, 30.3714207 ], [ 120.0393912, 30.3714602 ], [ 120.0394308, 30.3714865 ], [ 120.0392845, 30.3720836 ], [ 120.0392723, 30.3722493 ], [ 120.0392479, 30.3723809 ], [ 120.0392052, 30.3724703 ], [ 120.039193, 30.3725676 ], [ 120.03919, 30.372707 ], [ 120.0391564, 30.3729858 ], [ 120.0391107, 30.3734514 ], [ 120.0390772, 30.3737539 ], [ 120.0389735, 30.37438 ], [ 120.038882, 30.3749481 ], [ 120.0388881, 30.3749902 ], [ 120.0389095, 30.3750112 ], [ 120.0389949, 30.3750533 ], [ 120.039065, 30.3750849 ], [ 120.0390894, 30.3751533 ], [ 120.0390985, 30.375198 ], [ 120.0392083, 30.3752611 ], [ 120.0392753, 30.3753269 ], [ 120.0393028, 30.3754479 ], [ 120.0393119, 30.3755636 ], [ 120.039315, 30.3756531 ], [ 120.0393089, 30.3757241 ], [ 120.0392357, 30.3759345 ], [ 120.0392022, 30.3760134 ], [ 120.0391991, 30.3760739 ], [ 120.0391789, 30.3761274 ], [ 120.0392643, 30.3761336 ], [ 120.0392936, 30.3760897 ], [ 120.0393394, 30.3760818 ], [ 120.0393851, 30.3759684 ], [ 120.0394398, 30.375875 ], [ 120.0394936, 30.3758576 ], [ 120.039591, 30.3758605 ], [ 120.0396213, 30.3757909 ], [ 120.0395238, 30.3757822 ], [ 120.0394969, 30.37573 ], [ 120.0395776, 30.3754225 ], [ 120.0396482, 30.3753065 ], [ 120.0396516, 30.3751847 ], [ 120.039628, 30.3751151 ], [ 120.0395473, 30.3750832 ], [ 120.0394532, 30.3750948 ], [ 120.0393759, 30.3750977 ], [ 120.0393053, 30.3750629 ], [ 120.0392582, 30.3750252 ], [ 120.0390901, 30.3749817 ], [ 120.0390094, 30.3749208 ], [ 120.0389859, 30.3748483 ], [ 120.0390464, 30.374709 ], [ 120.0391137, 30.3743639 ], [ 120.0390868, 30.3742479 ], [ 120.0391069, 30.3740013 ], [ 120.0391809, 30.3736707 ], [ 120.0392313, 30.3734822 ], [ 120.0393288, 30.3732124 ], [ 120.0393725, 30.372847 ], [ 120.0394398, 30.3722582 ], [ 120.0394835, 30.371855 ], [ 120.0395574, 30.3715098 ], [ 120.0396986, 30.3714576 ], [ 120.0397625, 30.3709878 ], [ 120.0397154, 30.3709384 ], [ 120.0397289, 30.3708195 ], [ 120.0397457, 30.3704396 ], [ 120.0397793, 30.3703902 ], [ 120.0397995, 30.3701901 ], [ 120.0398331, 30.3699291 ], [ 120.039981, 30.3693519 ], [ 120.0400922, 30.3692479 ], [ 120.0400933, 30.3690279 ], [ 120.0401323, 30.368589 ], [ 120.0401525, 30.3683686 ], [ 120.040176, 30.3682351 ], [ 120.0402231, 30.368064 ], [ 120.0402399, 30.3679683 ], [ 120.0402415, 30.3678026 ], [ 120.0403098, 30.3677542 ], [ 120.0403929, 30.3677554 ], [ 120.0412325, 30.3677674 ], [ 120.0416021, 30.3677661 ], [ 120.0420098, 30.3678025 ], [ 120.0421749, 30.3677783 ], [ 120.0423602, 30.3677792 ], [ 120.0424128, 30.3676674 ], [ 120.0421913, 30.3677048 ], [ 120.0419082, 30.3677083 ], [ 120.0409802, 30.3676621 ], [ 120.0402819, 30.3676724 ], [ 120.0403206, 30.3675593 ], [ 120.0404685, 30.367014 ], [ 120.0404853, 30.3669473 ], [ 120.0404819, 30.3668515 ], [ 120.0405109, 30.3666902 ], [ 120.0405391, 30.3665035 ], [ 120.0405895, 30.3663671 ], [ 120.0405996, 30.3662308 ], [ 120.0406414, 30.3660974 ], [ 120.0407257, 30.3659061 ], [ 120.040844, 30.3658754 ], [ 120.0425469, 30.365999 ], [ 120.0428293, 30.3659488 ], [ 120.0430258, 30.3657842 ], [ 120.0430932, 30.3642446 ], [ 120.0428607, 30.361756 ], [ 120.0427461, 30.3617621 ], [ 120.0425974, 30.3618075 ], [ 120.0427158, 30.3641799 ], [ 120.0427071, 30.3655658 ], [ 120.0425648, 30.3656539 ], [ 120.0408524, 30.3655902 ], [ 120.0405918, 30.3656488 ], [ 120.0404494, 30.3657905 ], [ 120.0403688, 30.3660213 ], [ 120.0403523, 30.3661317 ], [ 120.040328, 30.3662123 ], [ 120.0403052, 30.3663287 ], [ 120.0402625, 30.3664396 ], [ 120.0402652, 30.3665565 ], [ 120.0402411, 30.3666378 ], [ 120.0402407, 30.3666685 ], [ 120.0402365, 30.3667297 ], [ 120.0402063, 30.3670111 ], [ 120.0402432, 30.3674636 ], [ 120.0402264, 30.36751 ], [ 120.0401592, 30.3675912 ], [ 120.0400752, 30.3676492 ], [ 120.0398264, 30.3676521 ], [ 120.0396247, 30.3676463 ], [ 120.0394734, 30.3676115 ], [ 120.0393154, 30.3675709 ], [ 120.0390427, 30.3675514 ], [ 120.0389029, 30.367552 ], [ 120.0387102, 30.3675912 ], [ 120.0385858, 30.3675796 ], [ 120.0384884, 30.3675593 ], [ 120.0383741, 30.3675709 ], [ 120.03829, 30.3675883 ], [ 120.0381791, 30.3676028 ], [ 120.0376866, 30.3676998 ], [ 120.037332, 30.367683 ], [ 120.0371201, 30.3676318 ], [ 120.0366147, 30.367635 ], [ 120.0364175, 30.3676318 ], [ 120.0362258, 30.3676492 ], [ 120.0360577, 30.3676695 ], [ 120.0357653, 30.3677159 ], [ 120.035614, 30.3677333 ], [ 120.0354492, 30.3677217 ], [ 120.0352307, 30.3676956 ], [ 120.0351112, 30.3676208 ], [ 120.0350782, 30.3677467 ], [ 120.0351332, 30.3677507 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9474807, 30.3629721 ], [ 119.947545, 30.3630434 ], [ 119.9475633, 30.3631463 ], [ 119.9476551, 30.3632334 ], [ 119.947756, 30.363273 ], [ 119.9480222, 30.3632413 ], [ 119.9480772, 30.3631938 ], [ 119.9480772, 30.3631067 ], [ 119.9479855, 30.36298 ], [ 119.9479029, 30.362885 ], [ 119.9478203, 30.3628375 ], [ 119.9476918, 30.3627662 ], [ 119.9475266, 30.3627821 ], [ 119.9474715, 30.362885 ], [ 119.9474807, 30.3629721 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9497719, 30.3633491 ], [ 119.9500277, 30.3634926 ], [ 119.9504754, 30.3638788 ], [ 119.9506928, 30.3641437 ], [ 119.950923, 30.364265 ], [ 119.9511916, 30.3643092 ], [ 119.9514601, 30.3643092 ], [ 119.9515753, 30.364265 ], [ 119.951652, 30.3641768 ], [ 119.9516392, 30.3640223 ], [ 119.9515113, 30.363923 ], [ 119.9513067, 30.3639119 ], [ 119.9511148, 30.3638016 ], [ 119.9509614, 30.3635036 ], [ 119.9509102, 30.3632057 ], [ 119.9509614, 30.3630401 ], [ 119.9508335, 30.3630622 ], [ 119.9506288, 30.362996 ], [ 119.950373, 30.3629188 ], [ 119.950194, 30.3627643 ], [ 119.9499894, 30.3627312 ], [ 119.9498743, 30.3628305 ], [ 119.9497975, 30.3630843 ], [ 119.9496952, 30.3632167 ], [ 119.9497719, 30.3633491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9438481, 30.3638535 ], [ 119.9438983, 30.3639745 ], [ 119.9439885, 30.3640264 ], [ 119.9440586, 30.3641129 ], [ 119.9441188, 30.3642253 ], [ 119.944209, 30.3643205 ], [ 119.9442791, 30.3642772 ], [ 119.9443593, 30.3643205 ], [ 119.9443192, 30.3644502 ], [ 119.9444295, 30.3644848 ], [ 119.9444896, 30.3645453 ], [ 119.9446099, 30.3645021 ], [ 119.9446199, 30.3643637 ], [ 119.9447001, 30.3643118 ], [ 119.9447402, 30.3641821 ], [ 119.9447503, 30.3640178 ], [ 119.9449106, 30.3639745 ], [ 119.9449407, 30.3638275 ], [ 119.9448705, 30.3637929 ], [ 119.9448806, 30.3635767 ], [ 119.9447603, 30.3635508 ], [ 119.9447402, 30.3637497 ], [ 119.94466, 30.3637497 ], [ 119.9446701, 30.3635594 ], [ 119.9445398, 30.3635421 ], [ 119.9443794, 30.3635594 ], [ 119.9443092, 30.3636026 ], [ 119.944199, 30.3636026 ], [ 119.9442491, 30.3634989 ], [ 119.9443794, 30.3633691 ], [ 119.9443894, 30.3632654 ], [ 119.9441488, 30.3631183 ], [ 119.9439784, 30.363127 ], [ 119.9439584, 30.3632481 ], [ 119.9439784, 30.3633951 ], [ 119.9440486, 30.3634902 ], [ 119.9440085, 30.3636026 ], [ 119.9440386, 30.3636805 ], [ 119.9440987, 30.3637583 ], [ 119.9439885, 30.3638189 ], [ 119.943808, 30.363741 ], [ 119.9438481, 30.3638535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9525293, 30.3643952 ], [ 119.9527907, 30.3643952 ], [ 119.9528692, 30.3642147 ], [ 119.9529738, 30.3642147 ], [ 119.9530261, 30.3641471 ], [ 119.9531045, 30.3641621 ], [ 119.9530174, 30.3644629 ], [ 119.9532614, 30.3645231 ], [ 119.9534444, 30.3646359 ], [ 119.9536275, 30.3647487 ], [ 119.9537582, 30.3648765 ], [ 119.9538105, 30.3650044 ], [ 119.9539761, 30.3650044 ], [ 119.9543335, 30.3646961 ], [ 119.954316, 30.3645532 ], [ 119.9542463, 30.3643952 ], [ 119.9541853, 30.3643125 ], [ 119.9541679, 30.3641771 ], [ 119.9540633, 30.364117 ], [ 119.9538802, 30.3640944 ], [ 119.9536711, 30.3640493 ], [ 119.9534096, 30.3639214 ], [ 119.953244, 30.3639214 ], [ 119.9529825, 30.3640794 ], [ 119.9527646, 30.3641546 ], [ 119.9525031, 30.3641922 ], [ 119.9525293, 30.3643952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9434715, 30.3646795 ], [ 119.94353, 30.3647803 ], [ 119.9435467, 30.3649028 ], [ 119.9436051, 30.3649893 ], [ 119.9435801, 30.3651334 ], [ 119.9436552, 30.3651982 ], [ 119.9437137, 30.3651118 ], [ 119.9436803, 30.3650469 ], [ 119.9437137, 30.3648884 ], [ 119.9437053, 30.3647083 ], [ 119.9436302, 30.3646362 ], [ 119.9435884, 30.3645065 ], [ 119.9435049, 30.3644777 ], [ 119.9434381, 30.364557 ], [ 119.9434715, 30.3646795 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9470402, 30.3651258 ], [ 119.9472605, 30.3653079 ], [ 119.9474624, 30.3654188 ], [ 119.9476, 30.3653792 ], [ 119.9476367, 30.3653158 ], [ 119.9476367, 30.3651971 ], [ 119.9477652, 30.3651733 ], [ 119.9479212, 30.3651733 ], [ 119.9480956, 30.3651179 ], [ 119.9480956, 30.3649279 ], [ 119.9480222, 30.3648091 ], [ 119.9478662, 30.364817 ], [ 119.9476734, 30.3648566 ], [ 119.947545, 30.3649358 ], [ 119.9473523, 30.3648883 ], [ 119.9473155, 30.3648249 ], [ 119.9470769, 30.3649358 ], [ 119.9470035, 30.3650229 ], [ 119.9470402, 30.3651258 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9540441, 30.3651652 ], [ 119.9541382, 30.3653547 ], [ 119.9542532, 30.3655352 ], [ 119.9543578, 30.3657878 ], [ 119.9548807, 30.3656705 ], [ 119.9548702, 30.3655803 ], [ 119.9547029, 30.3652825 ], [ 119.9544833, 30.3648584 ], [ 119.9543369, 30.3647411 ], [ 119.9540022, 30.3650569 ], [ 119.9540441, 30.3651652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9456677, 30.3656017 ], [ 119.9458932, 30.3654576 ], [ 119.9460519, 30.3654288 ], [ 119.9460352, 30.3653568 ], [ 119.9458932, 30.3653135 ], [ 119.9458431, 30.3652055 ], [ 119.9457262, 30.3652415 ], [ 119.9456844, 30.3653496 ], [ 119.9456009, 30.3654144 ], [ 119.9455926, 30.3655369 ], [ 119.9456677, 30.3656017 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9470355, 30.3643381 ], [ 119.9470861, 30.3642311 ], [ 119.9472788, 30.3639856 ], [ 119.9473798, 30.3638906 ], [ 119.9474715, 30.363851 ], [ 119.9476, 30.3638906 ], [ 119.9477377, 30.3637718 ], [ 119.9478845, 30.3637402 ], [ 119.9479671, 30.3638114 ], [ 119.9481139, 30.3637877 ], [ 119.9483066, 30.3637639 ], [ 119.9485452, 30.3637639 ], [ 119.9488848, 30.3638035 ], [ 119.9491326, 30.3638352 ], [ 119.9493528, 30.3639223 ], [ 119.9494996, 30.3640014 ], [ 119.9495822, 30.3641361 ], [ 119.9496189, 30.3642548 ], [ 119.9497749, 30.3643578 ], [ 119.9499585, 30.3645003 ], [ 119.9502154, 30.3645953 ], [ 119.9503531, 30.3646903 ], [ 119.9504265, 30.3648012 ], [ 119.9505641, 30.3648566 ], [ 119.9505641, 30.3649358 ], [ 119.9504815, 30.3649595 ], [ 119.9502521, 30.3648012 ], [ 119.9501971, 30.3649833 ], [ 119.9502154, 30.3650704 ], [ 119.9504724, 30.3651179 ], [ 119.95061, 30.3652287 ], [ 119.9506834, 30.3653871 ], [ 119.9507293, 30.3655771 ], [ 119.9507568, 30.3657117 ], [ 119.9508211, 30.3658543 ], [ 119.9507568, 30.3659809 ], [ 119.9506192, 30.366076 ], [ 119.9504724, 30.3661076 ], [ 119.9503072, 30.3662106 ], [ 119.9501328, 30.3662106 ], [ 119.9498851, 30.3661472 ], [ 119.9496648, 30.3660997 ], [ 119.9493344, 30.3661076 ], [ 119.9491693, 30.3659889 ], [ 119.9490408, 30.3659493 ], [ 119.9489582, 30.3659889 ], [ 119.9488756, 30.3660522 ], [ 119.9488114, 30.3661076 ], [ 119.9487288, 30.3661472 ], [ 119.9487838, 30.3662422 ], [ 119.9488756, 30.3662977 ], [ 119.948894, 30.3663847 ], [ 119.9489857, 30.3665194 ], [ 119.9489215, 30.3665431 ], [ 119.9487563, 30.3664798 ], [ 119.9486737, 30.3663214 ], [ 119.9486187, 30.3662422 ], [ 119.9485544, 30.3663056 ], [ 119.9484443, 30.3664323 ], [ 119.9483892, 30.3664798 ], [ 119.9483342, 30.3664164 ], [ 119.9483709, 30.3662026 ], [ 119.9485269, 30.3661947 ], [ 119.9484902, 30.366076 ], [ 119.9483342, 30.3660839 ], [ 119.9482608, 30.366171 ], [ 119.9482057, 30.3662897 ], [ 119.9481965, 30.3664402 ], [ 119.9480772, 30.366456 ], [ 119.9478386, 30.3663452 ], [ 119.9476184, 30.3663293 ], [ 119.9476276, 30.3664243 ], [ 119.9477744, 30.3664877 ], [ 119.9479029, 30.3665431 ], [ 119.9479487, 30.3666777 ], [ 119.9479212, 30.366749 ], [ 119.9478294, 30.3668519 ], [ 119.9478386, 30.3669707 ], [ 119.947912, 30.3670657 ], [ 119.9481782, 30.3671132 ], [ 119.9483433, 30.3672161 ], [ 119.9484351, 30.3673745 ], [ 119.9486554, 30.3674378 ], [ 119.9488297, 30.3674695 ], [ 119.9489215, 30.3675487 ], [ 119.9489949, 30.3674141 ], [ 119.9491417, 30.3672953 ], [ 119.949261, 30.367224 ], [ 119.9494629, 30.3671844 ], [ 119.9496556, 30.3671369 ], [ 119.9497474, 30.3670103 ], [ 119.9496465, 30.3668994 ], [ 119.9494813, 30.3668677 ], [ 119.9492977, 30.366749 ], [ 119.9491968, 30.3666619 ], [ 119.9493069, 30.3666698 ], [ 119.9494904, 30.3666856 ], [ 119.9496648, 30.3667965 ], [ 119.9498392, 30.3668044 ], [ 119.9501145, 30.3667569 ], [ 119.950399, 30.3666302 ], [ 119.950555, 30.3663768 ], [ 119.9506375, 30.3661947 ], [ 119.9507201, 30.3661472 ], [ 119.9508027, 30.3662026 ], [ 119.9508211, 30.3663056 ], [ 119.9507752, 30.3664402 ], [ 119.950711, 30.3665669 ], [ 119.9505825, 30.3666777 ], [ 119.9503806, 30.3667569 ], [ 119.9500043, 30.3668994 ], [ 119.9498942, 30.366939 ], [ 119.9499034, 30.3670498 ], [ 119.9500319, 30.3671211 ], [ 119.9501879, 30.3671449 ], [ 119.9503255, 30.3671607 ], [ 119.9504265, 30.3670974 ], [ 119.9504632, 30.3669707 ], [ 119.9504265, 30.3668519 ], [ 119.9505274, 30.3668202 ], [ 119.9506008, 30.3669232 ], [ 119.9506926, 30.3669548 ], [ 119.9508303, 30.3669548 ], [ 119.9509496, 30.3668281 ], [ 119.9510413, 30.3666381 ], [ 119.9511606, 30.3664956 ], [ 119.9513625, 30.3663372 ], [ 119.9514268, 30.3661393 ], [ 119.95139, 30.3659809 ], [ 119.9513075, 30.3659651 ], [ 119.9512432, 30.3661393 ], [ 119.9512065, 30.3663372 ], [ 119.9511056, 30.3664006 ], [ 119.9511239, 30.3662106 ], [ 119.9510872, 30.3659968 ], [ 119.9510322, 30.3657276 ], [ 119.9511056, 30.3655534 ], [ 119.9513166, 30.3653871 ], [ 119.9514176, 30.3652683 ], [ 119.9514359, 30.3650862 ], [ 119.9513717, 30.365015 ], [ 119.9512157, 30.3649516 ], [ 119.9509771, 30.3648962 ], [ 119.9508303, 30.3648091 ], [ 119.9505366, 30.3646745 ], [ 119.9501328, 30.3643657 ], [ 119.9497658, 30.3640014 ], [ 119.9493711, 30.3637085 ], [ 119.9489949, 30.3636055 ], [ 119.9486462, 30.3635976 ], [ 119.9485085, 30.363661 ], [ 119.9483433, 30.3636768 ], [ 119.9482516, 30.363661 ], [ 119.9482424, 30.3633997 ], [ 119.9480405, 30.3633918 ], [ 119.9477927, 30.3634155 ], [ 119.9476276, 30.3634393 ], [ 119.9474715, 30.3634709 ], [ 119.9474165, 30.3635818 ], [ 119.9474165, 30.3636847 ], [ 119.9473431, 30.3638193 ], [ 119.9471779, 30.3638193 ], [ 119.9470586, 30.363851 ], [ 119.9470861, 30.3639381 ], [ 119.9472146, 30.3639381 ], [ 119.9470678, 30.3641202 ], [ 119.946942, 30.3642885 ], [ 119.9470355, 30.3643381 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9482864, 30.3657491 ], [ 119.9483455, 30.3658946 ], [ 119.9484889, 30.3659019 ], [ 119.9485311, 30.3659456 ], [ 119.9486239, 30.3660184 ], [ 119.948742, 30.3660184 ], [ 119.9488095, 30.3659674 ], [ 119.9488011, 30.365851 ], [ 119.9487251, 30.3657855 ], [ 119.9486998, 30.3656544 ], [ 119.9488348, 30.3655525 ], [ 119.9488854, 30.3654215 ], [ 119.9487926, 30.3652904 ], [ 119.9486492, 30.3652686 ], [ 119.9485733, 30.3653268 ], [ 119.9485564, 30.3654288 ], [ 119.9485479, 30.3654943 ], [ 119.9484636, 30.3655234 ], [ 119.9483539, 30.3655234 ], [ 119.9482611, 30.3655816 ], [ 119.9482358, 30.3656617 ], [ 119.9482864, 30.3657491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9521942, 30.3658784 ], [ 119.9523367, 30.3660014 ], [ 119.9524573, 30.3660203 ], [ 119.9525999, 30.3660109 ], [ 119.9526109, 30.3659068 ], [ 119.9526986, 30.3657744 ], [ 119.9526876, 30.3656514 ], [ 119.9525451, 30.3655378 ], [ 119.9524135, 30.3654905 ], [ 119.9522929, 30.3655757 ], [ 119.9521832, 30.365746 ], [ 119.9521942, 30.3658784 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.947738, 30.3658437 ], [ 119.9478477, 30.3658728 ], [ 119.947932, 30.3659456 ], [ 119.948008, 30.3660111 ], [ 119.948143, 30.3660475 ], [ 119.9482948, 30.3660038 ], [ 119.948278, 30.365931 ], [ 119.9482105, 30.3658073 ], [ 119.9480839, 30.3657199 ], [ 119.9479067, 30.3657199 ], [ 119.947738, 30.3656763 ], [ 119.9476874, 30.3657563 ], [ 119.947738, 30.3658437 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9443066, 30.3661565 ], [ 119.94434, 30.3660485 ], [ 119.9444986, 30.3660412 ], [ 119.944365, 30.3659764 ], [ 119.9442398, 30.3659836 ], [ 119.9442231, 30.3660629 ], [ 119.9443066, 30.3661565 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9439224, 30.3662286 ], [ 119.9440393, 30.3661565 ], [ 119.9440728, 30.3660701 ], [ 119.9439725, 30.3659116 ], [ 119.943864, 30.3659548 ], [ 119.9438055, 30.366034 ], [ 119.9437805, 30.3660989 ], [ 119.9439224, 30.3662286 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9655685, 30.3665362 ], [ 119.964867, 30.3663466 ], [ 119.9647811, 30.3661404 ], [ 119.9639933, 30.365905 ], [ 119.9636702, 30.3658258 ], [ 119.9634359, 30.3659113 ], [ 119.9633362, 30.3665052 ], [ 119.9655685, 30.3665362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9430373, 30.3667257 ], [ 119.9431208, 30.3668554 ], [ 119.9432794, 30.3669923 ], [ 119.9433629, 30.367122 ], [ 119.9437304, 30.3669275 ], [ 119.9436385, 30.3668122 ], [ 119.9434966, 30.3668626 ], [ 119.9433796, 30.3668122 ], [ 119.9431876, 30.3666681 ], [ 119.9431876, 30.36656 ], [ 119.9430373, 30.36656 ], [ 119.9430373, 30.3667257 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9526437, 30.3670989 ], [ 119.9526766, 30.3672219 ], [ 119.9529179, 30.3672881 ], [ 119.9530166, 30.3672976 ], [ 119.9531701, 30.3672692 ], [ 119.9533017, 30.3671935 ], [ 119.9533236, 30.3670989 ], [ 119.9532468, 30.3669759 ], [ 119.9531372, 30.3668151 ], [ 119.9531372, 30.3666731 ], [ 119.9529727, 30.3666258 ], [ 119.9528411, 30.3667299 ], [ 119.9528521, 30.3668151 ], [ 119.9527315, 30.3668718 ], [ 119.9525889, 30.3669097 ], [ 119.952567, 30.3670421 ], [ 119.9526437, 30.3670989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9472655, 30.3669647 ], [ 119.9473415, 30.3671176 ], [ 119.9474174, 30.3672996 ], [ 119.9475186, 30.3673869 ], [ 119.9476199, 30.3674452 ], [ 119.9476283, 30.3675398 ], [ 119.9476958, 30.3676708 ], [ 119.9477127, 30.3677728 ], [ 119.9477633, 30.3678237 ], [ 119.9478308, 30.3678383 ], [ 119.9478645, 30.3677509 ], [ 119.947873, 30.3676126 ], [ 119.9478983, 30.3675253 ], [ 119.9480586, 30.3674233 ], [ 119.9480755, 30.3673214 ], [ 119.9480249, 30.3672195 ], [ 119.9478224, 30.3671103 ], [ 119.9476874, 30.3669575 ], [ 119.9476705, 30.3668337 ], [ 119.9477717, 30.3666153 ], [ 119.9475861, 30.3665352 ], [ 119.947468, 30.366528 ], [ 119.9474005, 30.3665716 ], [ 119.9472908, 30.3666881 ], [ 119.9472486, 30.3668264 ], [ 119.9472655, 30.3669647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9455588, 30.367347 ], [ 119.9455661, 30.3674348 ], [ 119.9456025, 30.3675289 ], [ 119.9457479, 30.3675729 ], [ 119.9458352, 30.3674976 ], [ 119.9458061, 30.3673972 ], [ 119.9458643, 30.3672968 ], [ 119.9460679, 30.3672654 ], [ 119.9460825, 30.3671336 ], [ 119.9459443, 30.3670771 ], [ 119.9458061, 30.3670583 ], [ 119.9456461, 30.3670709 ], [ 119.9455152, 30.3671524 ], [ 119.9455079, 30.3672654 ], [ 119.9455588, 30.367347 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9507468, 30.367553 ], [ 119.9508784, 30.3676098 ], [ 119.9510099, 30.3674962 ], [ 119.950988, 30.3673922 ], [ 119.9509332, 30.3672976 ], [ 119.9507797, 30.3672786 ], [ 119.95067, 30.3673732 ], [ 119.9506481, 30.3674773 ], [ 119.9507468, 30.367553 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9459806, 30.3675289 ], [ 119.9460825, 30.3675603 ], [ 119.9461479, 30.3676168 ], [ 119.946177, 30.3677046 ], [ 119.9462861, 30.3677674 ], [ 119.9463806, 30.3677611 ], [ 119.9464315, 30.3677423 ], [ 119.9464243, 30.3676732 ], [ 119.9463443, 30.3676042 ], [ 119.9461843, 30.367416 ], [ 119.9460606, 30.3673595 ], [ 119.9459661, 30.3674348 ], [ 119.9459806, 30.3675289 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9521284, 30.36778 ], [ 119.9524025, 30.3677517 ], [ 119.952567, 30.3677611 ], [ 119.9527095, 30.3678747 ], [ 119.9528192, 30.3679503 ], [ 119.9529727, 30.367903 ], [ 119.9530275, 30.367799 ], [ 119.9530056, 30.3676381 ], [ 119.9529069, 30.3675341 ], [ 119.9527644, 30.3674489 ], [ 119.9526328, 30.3673354 ], [ 119.9524902, 30.3672219 ], [ 119.9523696, 30.367184 ], [ 119.9521503, 30.367307 ], [ 119.9520297, 30.3674111 ], [ 119.9521394, 30.3675341 ], [ 119.9520626, 30.3676476 ], [ 119.9520078, 30.3677422 ], [ 119.9521284, 30.36778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9500889, 30.3679503 ], [ 119.9502095, 30.368026 ], [ 119.9505055, 30.3680544 ], [ 119.9508016, 30.3680544 ], [ 119.9510209, 30.3680828 ], [ 119.9511964, 30.3681206 ], [ 119.9514376, 30.3682342 ], [ 119.9515911, 30.3682436 ], [ 119.9516569, 30.368149 ], [ 119.9515801, 30.3680923 ], [ 119.9513828, 30.3679976 ], [ 119.9511525, 30.3679409 ], [ 119.9508345, 30.3677138 ], [ 119.9506481, 30.3676287 ], [ 119.9505275, 30.3675151 ], [ 119.9503959, 30.3675057 ], [ 119.9500889, 30.3675814 ], [ 119.9500779, 30.3676854 ], [ 119.950056, 30.3678274 ], [ 119.9500889, 30.3679503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9523587, 30.3684518 ], [ 119.9525341, 30.3684707 ], [ 119.9526218, 30.3684139 ], [ 119.9527863, 30.368395 ], [ 119.9528521, 30.3683571 ], [ 119.9527644, 30.3682436 ], [ 119.9526657, 30.3683004 ], [ 119.9525889, 30.3682247 ], [ 119.9524683, 30.3681963 ], [ 119.9523258, 30.3682531 ], [ 119.9523148, 30.3683855 ], [ 119.9523587, 30.3684518 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9468243, 30.368489 ], [ 119.9468824, 30.3685643 ], [ 119.9471297, 30.3685643 ], [ 119.9471661, 30.3684827 ], [ 119.9471515, 30.3683635 ], [ 119.947137, 30.3682756 ], [ 119.9470497, 30.3682442 ], [ 119.9468824, 30.3683509 ], [ 119.9468097, 30.3684137 ], [ 119.9468243, 30.368489 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9500669, 30.368622 ], [ 119.9501985, 30.3686599 ], [ 119.9503191, 30.3685464 ], [ 119.9503411, 30.3684139 ], [ 119.9504946, 30.3683571 ], [ 119.9504617, 30.3682152 ], [ 119.9502753, 30.3681963 ], [ 119.9501547, 30.3682531 ], [ 119.9500669, 30.3683666 ], [ 119.950034, 30.368518 ], [ 119.9500669, 30.368622 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9517336, 30.368518 ], [ 119.9518433, 30.3685842 ], [ 119.9520078, 30.3686031 ], [ 119.9521174, 30.3684518 ], [ 119.9521503, 30.3683855 ], [ 119.9519858, 30.3683193 ], [ 119.9517885, 30.3683004 ], [ 119.9517336, 30.3683761 ], [ 119.9517336, 30.368518 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9437888, 30.3675183 ], [ 119.9438473, 30.3677272 ], [ 119.944173, 30.3680154 ], [ 119.9443233, 30.3681019 ], [ 119.944507, 30.3681379 ], [ 119.9446072, 30.3682244 ], [ 119.9447408, 30.3683036 ], [ 119.9447492, 30.3683829 ], [ 119.944841, 30.3684117 ], [ 119.9449078, 30.3685126 ], [ 119.9447575, 30.3686783 ], [ 119.9448577, 30.3687647 ], [ 119.9452586, 30.3691394 ], [ 119.9457011, 30.3695285 ], [ 119.9459183, 30.3696509 ], [ 119.9463024, 30.3697518 ], [ 119.9465529, 30.3698815 ], [ 119.9468285, 30.3699968 ], [ 119.9472627, 30.3701553 ], [ 119.947221, 30.3700688 ], [ 119.9467617, 30.3698959 ], [ 119.9465863, 30.369759 ], [ 119.946294, 30.3696581 ], [ 119.9460268, 30.369478 ], [ 119.9459183, 30.3695429 ], [ 119.945818, 30.3694492 ], [ 119.9456343, 30.3691898 ], [ 119.9454005, 30.3691754 ], [ 119.9451834, 30.3689881 ], [ 119.9451667, 30.3687936 ], [ 119.9450247, 30.3686134 ], [ 119.9451249, 30.3684765 ], [ 119.9449579, 30.3684261 ], [ 119.9448243, 30.3682892 ], [ 119.944841, 30.3681595 ], [ 119.9447074, 30.3680587 ], [ 119.9444235, 30.3679218 ], [ 119.9442732, 30.3679218 ], [ 119.9440644, 30.3676912 ], [ 119.9439725, 30.3675543 ], [ 119.9437137, 30.3671869 ], [ 119.9435968, 30.3672589 ], [ 119.9437888, 30.3675183 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9552405, 30.3681764 ], [ 119.9553232, 30.3683497 ], [ 119.9554178, 30.3685741 ], [ 119.9554769, 30.3686761 ], [ 119.9556305, 30.3687679 ], [ 119.9558788, 30.3688903 ], [ 119.9561152, 30.3690025 ], [ 119.9562807, 30.3692166 ], [ 119.9564816, 30.3694614 ], [ 119.9567062, 30.3692676 ], [ 119.9567062, 30.3691962 ], [ 119.9564816, 30.3688495 ], [ 119.9563398, 30.3687475 ], [ 119.9561152, 30.3687475 ], [ 119.9559497, 30.3686557 ], [ 119.9557724, 30.3684721 ], [ 119.9556069, 30.3685129 ], [ 119.9555005, 30.3684721 ], [ 119.9552168, 30.3679214 ], [ 119.9551932, 30.3679928 ], [ 119.9552405, 30.3681764 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9468897, 30.3686646 ], [ 119.9470352, 30.3687776 ], [ 119.9471442, 30.3687713 ], [ 119.9471588, 30.3687086 ], [ 119.9471079, 30.368627 ], [ 119.9468897, 30.3686082 ], [ 119.9468897, 30.3686646 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0660891, 30.2820591 ], [ 120.0661213, 30.281957 ], [ 120.066047, 30.2819398 ], [ 120.0659601, 30.2819198 ], [ 120.0659171, 30.2820312 ], [ 120.0660891, 30.2820591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0647771, 30.2821474 ], [ 120.0647849, 30.282194 ], [ 120.0650345, 30.2821929 ], [ 120.0650539, 30.2821643 ], [ 120.0649848, 30.2820511 ], [ 120.0647566, 30.2820378 ], [ 120.0647201, 30.2820798 ], [ 120.0647771, 30.2821474 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0731633, 30.2823517 ], [ 120.0731965, 30.2823885 ], [ 120.0733387, 30.2823844 ], [ 120.0735188, 30.2823967 ], [ 120.0735614, 30.2823885 ], [ 120.0735851, 30.2823557 ], [ 120.0735757, 30.2822534 ], [ 120.0735472, 30.2821879 ], [ 120.0734856, 30.2821756 ], [ 120.0734098, 30.2821634 ], [ 120.0733339, 30.2821961 ], [ 120.0732439, 30.2821879 ], [ 120.0732059, 30.2822207 ], [ 120.0731633, 30.2822739 ], [ 120.0731633, 30.2823517 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0661636, 30.2824696 ], [ 120.0662427, 30.2824758 ], [ 120.0663434, 30.2824075 ], [ 120.0664368, 30.2824323 ], [ 120.0665231, 30.2824137 ], [ 120.0666455, 30.2824278 ], [ 120.0666643, 30.282469 ], [ 120.0666483, 30.2825369 ], [ 120.0667012, 30.2826041 ], [ 120.0667988, 30.2826083 ], [ 120.0669472, 30.2825937 ], [ 120.0671916, 30.2826248 ], [ 120.0673929, 30.2825999 ], [ 120.0674432, 30.2825379 ], [ 120.067436, 30.2824075 ], [ 120.0673929, 30.2823454 ], [ 120.0672923, 30.2823082 ], [ 120.0670766, 30.2823082 ], [ 120.0669041, 30.2823206 ], [ 120.0667459, 30.2822958 ], [ 120.0666381, 30.2823144 ], [ 120.0665087, 30.2822337 ], [ 120.0663865, 30.2822026 ], [ 120.0663577, 30.2820785 ], [ 120.0663074, 30.2819916 ], [ 120.0662355, 30.2820226 ], [ 120.066214, 30.2821281 ], [ 120.0662427, 30.2822213 ], [ 120.0662283, 30.2823082 ], [ 120.0661636, 30.2824075 ], [ 120.0661636, 30.2824696 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.069931, 30.2823777 ], [ 120.0700379, 30.2823923 ], [ 120.0703528, 30.2823972 ], [ 120.0703809, 30.2823535 ], [ 120.0703753, 30.2822903 ], [ 120.0702797, 30.2822612 ], [ 120.0701728, 30.2822661 ], [ 120.0699985, 30.2822758 ], [ 120.0699085, 30.2823389 ], [ 120.069931, 30.2823777 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737179, 30.2827119 ], [ 120.0738458, 30.2827037 ], [ 120.0738838, 30.2826464 ], [ 120.0739027, 30.2825973 ], [ 120.0739122, 30.282499 ], [ 120.0739264, 30.282368 ], [ 120.0739075, 30.2822657 ], [ 120.0738458, 30.282233 ], [ 120.0737605, 30.2822248 ], [ 120.0737273, 30.2822534 ], [ 120.0736989, 30.2823066 ], [ 120.0736847, 30.2823803 ], [ 120.0736894, 30.2824663 ], [ 120.0736705, 30.2825645 ], [ 120.0736515, 30.2826546 ], [ 120.0737179, 30.2827119 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0653682, 30.2825729 ], [ 120.0654853, 30.2825703 ], [ 120.0656099, 30.2825836 ], [ 120.0656804, 30.2826 ], [ 120.0657591, 30.2825909 ], [ 120.065797, 30.2825547 ], [ 120.065813, 30.2825064 ], [ 120.065809, 30.2824444 ], [ 120.065805, 30.282391 ], [ 120.0657551, 30.282372 ], [ 120.0657032, 30.2823979 ], [ 120.0656633, 30.2824358 ], [ 120.0655874, 30.2824255 ], [ 120.0655076, 30.2824392 ], [ 120.0653998, 30.2824358 ], [ 120.0653112, 30.2824335 ], [ 120.065283, 30.2825521 ], [ 120.0653682, 30.2825729 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678919, 30.2851533 ], [ 120.067964, 30.285126 ], [ 120.0686541, 30.2851366 ], [ 120.0689807, 30.2851366 ], [ 120.0693504, 30.2851233 ], [ 120.069563, 30.2851287 ], [ 120.0697676, 30.285136 ], [ 120.0699294, 30.2851755 ], [ 120.0700469, 30.2851804 ], [ 120.070881, 30.2851539 ], [ 120.0712039, 30.2851427 ], [ 120.0722374, 30.2851074 ], [ 120.0724592, 30.2851047 ], [ 120.0730384, 30.2851499 ], [ 120.073365, 30.2851872 ], [ 120.0734729, 30.2852324 ], [ 120.0735499, 30.2853202 ], [ 120.0735745, 30.285424 ], [ 120.0735869, 30.2855437 ], [ 120.0735776, 30.2856661 ], [ 120.0734113, 30.2864882 ], [ 120.0732757, 30.2877466 ], [ 120.0733096, 30.2878397 ], [ 120.073362, 30.2879169 ], [ 120.0734605, 30.2879807 ], [ 120.0744095, 30.2881324 ], [ 120.0751613, 30.2882388 ], [ 120.0752845, 30.2882867 ], [ 120.0753492, 30.2883772 ], [ 120.0753307, 30.2885235 ], [ 120.0752589, 30.2891122 ], [ 120.0752518, 30.2891706 ], [ 120.0752013, 30.289585 ], [ 120.0753893, 30.2895983 ], [ 120.0754663, 30.2889305 ], [ 120.0755957, 30.2882255 ], [ 120.0755649, 30.2881271 ], [ 120.0755156, 30.2880606 ], [ 120.0753893, 30.2880153 ], [ 120.0747145, 30.2879169 ], [ 120.0739011, 30.2878477 ], [ 120.0737009, 30.2878238 ], [ 120.07363, 30.2877839 ], [ 120.0735961, 30.2877253 ], [ 120.073684, 30.286881 ], [ 120.0737224, 30.2865121 ], [ 120.0738056, 30.2859002 ], [ 120.073818, 30.2857486 ], [ 120.0738149, 30.285565 ], [ 120.073818, 30.2853096 ], [ 120.0737902, 30.2851686 ], [ 120.0737378, 30.2850754 ], [ 120.0736701, 30.2850063 ], [ 120.0735715, 30.2849584 ], [ 120.0734359, 30.2849398 ], [ 120.0732572, 30.2849531 ], [ 120.073097, 30.2849876 ], [ 120.0728443, 30.2849717 ], [ 120.0726564, 30.2849531 ], [ 120.0725886, 30.2849238 ], [ 120.0725455, 30.2848786 ], [ 120.0725301, 30.284828 ], [ 120.0726009, 30.284413 ], [ 120.0726687, 30.2835802 ], [ 120.072681, 30.2833913 ], [ 120.0726841, 30.2829869 ], [ 120.072718, 30.2829044 ], [ 120.0726071, 30.2829015 ], [ 120.0725177, 30.2828991 ], [ 120.0725147, 30.2829949 ], [ 120.07245, 30.2833301 ], [ 120.0723976, 30.2834019 ], [ 120.0723791, 30.2834844 ], [ 120.0723883, 30.2843331 ], [ 120.0723514, 30.2847216 ], [ 120.0723267, 30.2848386 ], [ 120.072299, 30.2848865 ], [ 120.072225, 30.2849158 ], [ 120.0719139, 30.2849344 ], [ 120.0717382, 30.2849531 ], [ 120.0716458, 30.284969 ], [ 120.0715102, 30.2849903 ], [ 120.071387, 30.2849876 ], [ 120.0713161, 30.2849637 ], [ 120.0712638, 30.2849398 ], [ 120.0712237, 30.2849451 ], [ 120.0710388, 30.2849637 ], [ 120.0708848, 30.284977 ], [ 120.0707123, 30.2850009 ], [ 120.0705428, 30.2849903 ], [ 120.0703949, 30.2849584 ], [ 120.0702593, 30.2849025 ], [ 120.070133, 30.284844 ], [ 120.0700221, 30.2848094 ], [ 120.0698958, 30.2848227 ], [ 120.069791, 30.284852 ], [ 120.0696986, 30.2848892 ], [ 120.0696123, 30.2849211 ], [ 120.0695106, 30.2849424 ], [ 120.069409, 30.2849398 ], [ 120.0693104, 30.2849291 ], [ 120.0692334, 30.2849664 ], [ 120.0690639, 30.2849903 ], [ 120.0688698, 30.2849557 ], [ 120.0687003, 30.2849105 ], [ 120.068574, 30.2848972 ], [ 120.0684384, 30.2849078 ], [ 120.0683121, 30.2849344 ], [ 120.0681766, 30.2849424 ], [ 120.0679917, 30.2849185 ], [ 120.0678808, 30.2848812 ], [ 120.0678561, 30.2851906 ], [ 120.0678919, 30.2851533 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0672374, 30.2836985 ], [ 120.0672615, 30.2838144 ], [ 120.067342, 30.2840738 ], [ 120.0673474, 30.2841479 ], [ 120.0673501, 30.2842336 ], [ 120.0673796, 30.2843285 ], [ 120.0674225, 30.2844119 ], [ 120.0674654, 30.2845347 ], [ 120.0674895, 30.2847779 ], [ 120.0675029, 30.2848914 ], [ 120.0675351, 30.2849701 ], [ 120.0675915, 30.2850373 ], [ 120.0676075, 30.2851299 ], [ 120.0675861, 30.285299 ], [ 120.0675512, 30.2853778 ], [ 120.0675056, 30.2854565 ], [ 120.0674842, 30.2855283 ], [ 120.0675198, 30.2856282 ], [ 120.0675481, 30.2857223 ], [ 120.0675459, 30.2857919 ], [ 120.0675307, 30.2858596 ], [ 120.067522, 30.2858991 ], [ 120.067522, 30.2859405 ], [ 120.0675416, 30.2859932 ], [ 120.0675568, 30.286059 ], [ 120.0675525, 30.2863601 ], [ 120.0675699, 30.2865162 ], [ 120.0675634, 30.2865896 ], [ 120.0675808, 30.2867608 ], [ 120.0676091, 30.2870147 ], [ 120.0676069, 30.2871182 ], [ 120.0675742, 30.2871709 ], [ 120.0675416, 30.2872348 ], [ 120.0674762, 30.28728 ], [ 120.0673803, 30.287312 ], [ 120.0673342, 30.2873252 ], [ 120.0675032, 30.287448 ], [ 120.0675437, 30.2874587 ], [ 120.0675721, 30.2874794 ], [ 120.0676004, 30.2875227 ], [ 120.067596, 30.2876393 ], [ 120.0675742, 30.2877729 ], [ 120.0675742, 30.2878764 ], [ 120.067596, 30.2882112 ], [ 120.0676483, 30.2885536 ], [ 120.067657, 30.2887417 ], [ 120.0676636, 30.2888358 ], [ 120.067711, 30.2893091 ], [ 120.067718, 30.2893795 ], [ 120.0677311, 30.2895571 ], [ 120.0677376, 30.2896447 ], [ 120.0677333, 30.2898761 ], [ 120.0677333, 30.2900003 ], [ 120.0677464, 30.290337 ], [ 120.0677464, 30.2903991 ], [ 120.0677246, 30.2904386 ], [ 120.0676984, 30.2904649 ], [ 120.0676897, 30.2904969 ], [ 120.0676766, 30.2906041 ], [ 120.0676788, 30.2908976 ], [ 120.0676854, 30.2911873 ], [ 120.0676766, 30.2914149 ], [ 120.0676679, 30.291635 ], [ 120.0676636, 30.2918927 ], [ 120.0676788, 30.2920564 ], [ 120.0677006, 30.2921618 ], [ 120.0677052, 30.2922841 ], [ 120.0677028, 30.2924214 ], [ 120.0677028, 30.292649 ], [ 120.067705, 30.2931625 ], [ 120.0676875, 30.2937532 ], [ 120.0677507, 30.2943382 ], [ 120.0678313, 30.294547 ], [ 120.0678618, 30.2946656 ], [ 120.0678335, 30.2947107 ], [ 120.067827, 30.294786 ], [ 120.06784, 30.2948273 ], [ 120.067901, 30.2948687 ], [ 120.0679381, 30.2949026 ], [ 120.0680209, 30.2951885 ], [ 120.0680252, 30.2952713 ], [ 120.0679882, 30.2953258 ], [ 120.0680252, 30.2954632 ], [ 120.068108, 30.2954857 ], [ 120.0681516, 30.2957058 ], [ 120.0681995, 30.2959127 ], [ 120.0682671, 30.2961422 ], [ 120.0683542, 30.2963717 ], [ 120.0683912, 30.2965109 ], [ 120.0685525, 30.2969586 ], [ 120.0686309, 30.2971938 ], [ 120.0687267, 30.2975775 ], [ 120.0687562, 30.2976846 ], [ 120.0687804, 30.2977425 ], [ 120.0687857, 30.2978027 ], [ 120.068756, 30.2978654 ], [ 120.0688403, 30.2978241 ], [ 120.0692505, 30.2976461 ], [ 120.0693307, 30.2976237 ], [ 120.0692068, 30.2975989 ], [ 120.0691049, 30.2975735 ], [ 120.0689869, 30.2975179 ], [ 120.0689037, 30.2974114 ], [ 120.0686355, 30.2964989 ], [ 120.068378, 30.2957601 ], [ 120.0681527, 30.2950538 ], [ 120.0681393, 30.2949704 ], [ 120.0681474, 30.2949102 ], [ 120.0681795, 30.2948546 ], [ 120.0682573, 30.294806 ], [ 120.0681849, 30.294579 ], [ 120.0681527, 30.2945512 ], [ 120.0680481, 30.2944841 ], [ 120.0680106, 30.2944169 ], [ 120.0679676, 30.294315 ], [ 120.0679569, 30.2941992 ], [ 120.0679676, 30.2939236 ], [ 120.0679757, 30.2938564 ], [ 120.0679569, 30.2937129 ], [ 120.067906, 30.2934581 ], [ 120.0678979, 30.2932751 ], [ 120.0679301, 30.2927239 ], [ 120.0679221, 30.2925734 ], [ 120.0679113, 30.292497 ], [ 120.0679301, 30.292182 ], [ 120.0679462, 30.2918276 ], [ 120.0679462, 30.2916146 ], [ 120.0679221, 30.2914432 ], [ 120.0678872, 30.2912533 ], [ 120.0678765, 30.2910309 ], [ 120.0678872, 30.2909383 ], [ 120.067914, 30.2908734 ], [ 120.0679596, 30.2908179 ], [ 120.0680267, 30.2907901 ], [ 120.0681205, 30.2907739 ], [ 120.0683753, 30.2907785 ], [ 120.0687884, 30.2908271 ], [ 120.0692068, 30.2908897 ], [ 120.0694053, 30.2909175 ], [ 120.0696065, 30.2909105 ], [ 120.0698962, 30.2908758 ], [ 120.0700732, 30.2908572 ], [ 120.0702368, 30.2908433 ], [ 120.0707893, 30.2908503 ], [ 120.0709985, 30.2908572 ], [ 120.0711514, 30.2908596 ], [ 120.071366, 30.2908943 ], [ 120.0715323, 30.2909059 ], [ 120.0717066, 30.2909128 ], [ 120.0720285, 30.2909151 ], [ 120.0720982, 30.2909175 ], [ 120.0723155, 30.2909522 ], [ 120.0726803, 30.2910147 ], [ 120.0729646, 30.2910703 ], [ 120.0731363, 30.2910912 ], [ 120.0733347, 30.2911166 ], [ 120.0741072, 30.2913065 ], [ 120.0742628, 30.2913367 ], [ 120.0744103, 30.2913529 ], [ 120.0746168, 30.2913181 ], [ 120.0747483, 30.2912857 ], [ 120.0748636, 30.2912417 ], [ 120.0749548, 30.2911931 ], [ 120.0750299, 30.2911143 ], [ 120.075097, 30.2910055 ], [ 120.0751747, 30.2908433 ], [ 120.0752257, 30.29057 ], [ 120.0752874, 30.2900999 ], [ 120.0753893, 30.2895983 ], [ 120.0752013, 30.289585 ], [ 120.0751862, 30.2898053 ], [ 120.0751057, 30.2902083 ], [ 120.0750199, 30.2906437 ], [ 120.0749931, 30.2908151 ], [ 120.0749314, 30.2909402 ], [ 120.0748831, 30.2910328 ], [ 120.0748133, 30.2911116 ], [ 120.0747007, 30.2911671 ], [ 120.0745559, 30.2911972 ], [ 120.0744164, 30.2912088 ], [ 120.0742286, 30.2911834 ], [ 120.0734696, 30.2909934 ], [ 120.0731826, 30.2909216 ], [ 120.0730485, 30.2909077 ], [ 120.0728956, 30.2909193 ], [ 120.0724718, 30.2908522 ], [ 120.0721875, 30.2907665 ], [ 120.0720426, 30.2907642 ], [ 120.0717208, 30.2907572 ], [ 120.0715223, 30.2907572 ], [ 120.0714686, 30.2907364 ], [ 120.071364, 30.2907201 ], [ 120.0710073, 30.2907039 ], [ 120.070892, 30.29069 ], [ 120.0708115, 30.2907039 ], [ 120.0707015, 30.2907248 ], [ 120.0706264, 30.2907201 ], [ 120.0704279, 30.2907063 ], [ 120.0701436, 30.2907248 ], [ 120.0697601, 30.290778 ], [ 120.069626, 30.2907966 ], [ 120.069524, 30.2907966 ], [ 120.0686765, 30.2906507 ], [ 120.0684887, 30.2906252 ], [ 120.0683385, 30.2906113 ], [ 120.0679657, 30.2904399 ], [ 120.0679308, 30.2903913 ], [ 120.0679147, 30.2903218 ], [ 120.0679228, 30.2901597 ], [ 120.0678772, 30.2896409 ], [ 120.0678235, 30.2888395 ], [ 120.0678074, 30.2881933 ], [ 120.0677913, 30.2875634 ], [ 120.0677806, 30.2864516 ], [ 120.0677967, 30.2860486 ], [ 120.0677913, 30.285956 ], [ 120.0677672, 30.2858726 ], [ 120.067735, 30.2856502 ], [ 120.0677484, 30.2855252 ], [ 120.0677913, 30.2853329 ], [ 120.0678235, 30.2852495 ], [ 120.0678561, 30.2851906 ], [ 120.0678808, 30.2848812 ], [ 120.0678289, 30.2848419 ], [ 120.0677806, 30.2847933 ], [ 120.0677229, 30.2846644 ], [ 120.06768, 30.2846042 ], [ 120.0676692, 30.2845301 ], [ 120.0676853, 30.2844235 ], [ 120.0676853, 30.2843633 ], [ 120.0676639, 30.2843077 ], [ 120.0676049, 30.2842567 ], [ 120.0675888, 30.2841734 ], [ 120.0675727, 30.2840807 ], [ 120.0675941, 30.284039 ], [ 120.0677175, 30.2839325 ], [ 120.0677282, 30.2838977 ], [ 120.0677068, 30.2838792 ], [ 120.0676719, 30.2838746 ], [ 120.0675941, 30.2838491 ], [ 120.0675405, 30.2837981 ], [ 120.0675271, 30.283768 ], [ 120.0675378, 30.2837333 ], [ 120.0675968, 30.2837148 ], [ 120.0676692, 30.2836939 ], [ 120.0676934, 30.2836615 ], [ 120.0676934, 30.2835897 ], [ 120.0677229, 30.2834924 ], [ 120.0677264, 30.2833157 ], [ 120.0677513, 30.2831389 ], [ 120.0678441, 30.2828318 ], [ 120.0675807, 30.2828247 ], [ 120.0674377, 30.2830913 ], [ 120.0673947, 30.283251 ], [ 120.0673749, 30.2834221 ], [ 120.0673584, 30.2834648 ], [ 120.0673045, 30.2835457 ], [ 120.0672669, 30.2835827 ], [ 120.0672374, 30.2836383 ], [ 120.0672374, 30.2836985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0721817, 30.2973458 ], [ 120.0722363, 30.297415 ], [ 120.0736372, 30.2972045 ], [ 120.0737376, 30.2971342 ], [ 120.0734761, 30.297079 ], [ 120.0734734, 30.2971196 ], [ 120.0734334, 30.2971668 ], [ 120.0733606, 30.2971793 ], [ 120.0732624, 30.2971793 ], [ 120.072269, 30.2973364 ], [ 120.07223, 30.2972398 ], [ 120.0720119, 30.297296 ], [ 120.0721817, 30.2973458 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0601854, 30.2821539 ], [ 120.0602044, 30.2822012 ], [ 120.060283, 30.2822156 ], [ 120.0603569, 30.2822547 ], [ 120.0604545, 30.2822671 ], [ 120.0605617, 30.2822938 ], [ 120.0606689, 30.2822691 ], [ 120.0606761, 30.2822012 ], [ 120.0606094, 30.2821478 ], [ 120.0605189, 30.2820984 ], [ 120.0604307, 30.2820655 ], [ 120.0603426, 30.2820223 ], [ 120.060233, 30.2820305 ], [ 120.0601782, 30.2820819 ], [ 120.0601854, 30.2821539 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0576962, 30.2822336 ], [ 120.0577964, 30.2822651 ], [ 120.0578852, 30.2821963 ], [ 120.0579079, 30.2821609 ], [ 120.0579489, 30.2821746 ], [ 120.0579239, 30.2822041 ], [ 120.0579489, 30.2822395 ], [ 120.0580241, 30.2822415 ], [ 120.0580969, 30.2822907 ], [ 120.0581675, 30.2823143 ], [ 120.0582358, 30.282269 ], [ 120.0583064, 30.2821963 ], [ 120.0583133, 30.2821412 ], [ 120.0582563, 30.282098 ], [ 120.0581493, 30.282098 ], [ 120.05804, 30.2821294 ], [ 120.0579876, 30.2821471 ], [ 120.0579375, 30.2821491 ], [ 120.0579011, 30.2821196 ], [ 120.0579171, 30.2820704 ], [ 120.0578852, 30.2820232 ], [ 120.0577759, 30.2820272 ], [ 120.0577098, 30.282094 ], [ 120.0576939, 30.2821609 ], [ 120.0576962, 30.2822336 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0616876, 30.2823375 ], [ 120.0617091, 30.2823839 ], [ 120.0618273, 30.2824025 ], [ 120.0619294, 30.2822911 ], [ 120.0619563, 30.2822076 ], [ 120.0619778, 30.2821565 ], [ 120.0621014, 30.2821194 ], [ 120.0621659, 30.2820869 ], [ 120.0621605, 30.2820219 ], [ 120.062096, 30.2819987 ], [ 120.0619671, 30.2819987 ], [ 120.0618435, 30.2819802 ], [ 120.0617628, 30.2819895 ], [ 120.0617198, 30.2820776 ], [ 120.0616822, 30.2822633 ], [ 120.0616876, 30.2823375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0447866, 30.2777393 ], [ 120.0448104, 30.2779972 ], [ 120.0448403, 30.2782988 ], [ 120.0449083, 30.2784595 ], [ 120.0450036, 30.2785703 ], [ 120.0450214, 30.2787392 ], [ 120.0450554, 30.2789151 ], [ 120.0451285, 30.2791053 ], [ 120.0451886, 30.2793549 ], [ 120.0451732, 30.279471 ], [ 120.0452348, 30.2796906 ], [ 120.0452761, 30.279809 ], [ 120.0453441, 30.2799681 ], [ 120.0454416, 30.2801962 ], [ 120.0455131, 30.2802927 ], [ 120.0455382, 30.280368 ], [ 120.0455785, 30.2804887 ], [ 120.0456393, 30.2805953 ], [ 120.0458411, 30.2809124 ], [ 120.0459897, 30.281025 ], [ 120.0460921, 30.2812003 ], [ 120.0462639, 30.2815509 ], [ 120.0464357, 30.2819271 ], [ 120.0465218, 30.2821948 ], [ 120.0466838, 30.2826363 ], [ 120.0468044, 30.2828343 ], [ 120.0468911, 30.2829618 ], [ 120.0469448, 30.2831577 ], [ 120.047154, 30.2836843 ], [ 120.0472586, 30.2838022 ], [ 120.0475018, 30.2842908 ], [ 120.0476179, 30.2847656 ], [ 120.0478528, 30.2852177 ], [ 120.0479974, 30.2856449 ], [ 120.0481428, 30.2859709 ], [ 120.0482558, 30.2862547 ], [ 120.0484366, 30.2865721 ], [ 120.0485393, 30.2866079 ], [ 120.0486556, 30.2866679 ], [ 120.0492354, 30.287409 ], [ 120.0495441, 30.2875523 ], [ 120.0499015, 30.2876886 ], [ 120.0500471, 30.2878489 ], [ 120.0502422, 30.2881 ], [ 120.0503837, 30.2882847 ], [ 120.0504658, 30.2884261 ], [ 120.0505501, 30.2885713 ], [ 120.0506227, 30.2887794 ], [ 120.0513116, 30.2893661 ], [ 120.051457, 30.2895714 ], [ 120.0516179, 30.2899049 ], [ 120.0516225, 30.2900241 ], [ 120.0517134, 30.2901078 ], [ 120.0517796, 30.2903458 ], [ 120.051738, 30.2905722 ], [ 120.0517442, 30.2907328 ], [ 120.0518462, 30.290819 ], [ 120.0518794, 30.2909143 ], [ 120.0518926, 30.2911218 ], [ 120.0518481, 30.2912776 ], [ 120.0517592, 30.2913226 ], [ 120.0516915, 30.2913159 ], [ 120.0515683, 30.2914571 ], [ 120.0518798, 30.2915584 ], [ 120.0520664, 30.2916244 ], [ 120.0522422, 30.2916745 ], [ 120.0523092, 30.2917187 ], [ 120.0523132, 30.2918631 ], [ 120.0524268, 30.2919625 ], [ 120.0525482, 30.2919927 ], [ 120.0526448, 30.2920111 ], [ 120.0527729, 30.2920337 ], [ 120.0528875, 30.292094 ], [ 120.0530759, 30.2921796 ], [ 120.0534122, 30.2922103 ], [ 120.0538542, 30.2923534 ], [ 120.0540441, 30.2924684 ], [ 120.0542289, 30.292623 ], [ 120.0546715, 30.2927637 ], [ 120.0548508, 30.2928294 ], [ 120.054904, 30.292997 ], [ 120.0549468, 30.2930599 ], [ 120.0550871, 30.293179 ], [ 120.0551828, 30.2931858 ], [ 120.0552387, 30.293133 ], [ 120.0553191, 30.2931013 ], [ 120.0556289, 30.2931332 ], [ 120.0558502, 30.2931831 ], [ 120.0560613, 30.293297 ], [ 120.0563334, 30.2934902 ], [ 120.0565473, 30.293721 ], [ 120.0567569, 30.2941241 ], [ 120.0569646, 30.2945094 ], [ 120.0570346, 30.2948402 ], [ 120.0571342, 30.2950919 ], [ 120.0572623, 30.2953206 ], [ 120.057478, 30.2959272 ], [ 120.0576752, 30.2961985 ], [ 120.0576814, 30.296257 ], [ 120.0576999, 30.2963049 ], [ 120.0577984, 30.2963528 ], [ 120.0582051, 30.2966774 ], [ 120.0583099, 30.2968157 ], [ 120.0583777, 30.2969061 ], [ 120.0587104, 30.2970179 ], [ 120.0589754, 30.2972573 ], [ 120.0592589, 30.2975446 ], [ 120.0598296, 30.2979675 ], [ 120.0603417, 30.2979326 ], [ 120.0596717, 30.2975446 ], [ 120.059567, 30.2974861 ], [ 120.0593451, 30.2972892 ], [ 120.0590494, 30.2970338 ], [ 120.0587597, 30.2968157 ], [ 120.0585564, 30.2967359 ], [ 120.0581928, 30.2964007 ], [ 120.0578617, 30.2961064 ], [ 120.0576506, 30.2957948 ], [ 120.0575088, 30.2953791 ], [ 120.0574965, 30.295278 ], [ 120.0574154, 30.295038 ], [ 120.057265, 30.2946453 ], [ 120.0570898, 30.2942402 ], [ 120.0568883, 30.293871 ], [ 120.0567128, 30.2936015 ], [ 120.05657, 30.293389 ], [ 120.0564929, 30.2931511 ], [ 120.0564563, 30.2929203 ], [ 120.0565041, 30.2927063 ], [ 120.0566218, 30.2923457 ], [ 120.0565854, 30.2922477 ], [ 120.0566682, 30.2920773 ], [ 120.0566146, 30.2920659 ], [ 120.056705, 30.2918493 ], [ 120.0568284, 30.2915721 ], [ 120.0570312, 30.2909685 ], [ 120.0570587, 30.2907824 ], [ 120.0570561, 30.2904973 ], [ 120.0570452, 30.290218 ], [ 120.0569513, 30.2901115 ], [ 120.0568388, 30.290053 ], [ 120.0567739, 30.2900076 ], [ 120.0566904, 30.2899408 ], [ 120.0566471, 30.2898313 ], [ 120.0566285, 30.2897512 ], [ 120.0566378, 30.289599 ], [ 120.0565476, 30.2894708 ], [ 120.0564182, 30.2897058 ], [ 120.0564058, 30.2898126 ], [ 120.0564213, 30.2898927 ], [ 120.0564769, 30.2899702 ], [ 120.0567046, 30.2901326 ], [ 120.0568034, 30.2902784 ], [ 120.0568635, 30.2904732 ], [ 120.056865, 30.2907972 ], [ 120.0568008, 30.291138 ], [ 120.056752, 30.2913112 ], [ 120.0566503, 30.2915645 ], [ 120.0565472, 30.2918097 ], [ 120.0564636, 30.2919799 ], [ 120.0563692, 30.2921084 ], [ 120.0562792, 30.2922011 ], [ 120.0562619, 30.2922672 ], [ 120.0562678, 30.2924484 ], [ 120.0562615, 30.2925582 ], [ 120.0562958, 30.2926679 ], [ 120.0562328, 30.2928649 ], [ 120.056115, 30.292936 ], [ 120.055961, 30.2929344 ], [ 120.0558351, 30.292895 ], [ 120.0556625, 30.2928753 ], [ 120.0555854, 30.2928338 ], [ 120.055507, 30.2927917 ], [ 120.0553886, 30.2926973 ], [ 120.0551668, 30.2925834 ], [ 120.0550397, 30.2925615 ], [ 120.0549151, 30.2925471 ], [ 120.0548685, 30.2924535 ], [ 120.0546729, 30.2923907 ], [ 120.0544855, 30.292377 ], [ 120.0542404, 30.2922647 ], [ 120.0534145, 30.2919313 ], [ 120.0531303, 30.2918456 ], [ 120.0526345, 30.2916553 ], [ 120.0524354, 30.2915461 ], [ 120.0522875, 30.291487 ], [ 120.0522054, 30.2913872 ], [ 120.05211, 30.2912053 ], [ 120.0520719, 30.2909334 ], [ 120.0521139, 30.2907308 ], [ 120.052117, 30.290577 ], [ 120.0520037, 30.2903603 ], [ 120.0519081, 30.2900658 ], [ 120.0519304, 30.2899822 ], [ 120.051813, 30.2898217 ], [ 120.0517118, 30.2896472 ], [ 120.0516151, 30.2894385 ], [ 120.0515681, 30.2893512 ], [ 120.0513637, 30.2887774 ], [ 120.0513261, 30.2886367 ], [ 120.0511014, 30.2886224 ], [ 120.0511369, 30.2885062 ], [ 120.0510936, 30.2883217 ], [ 120.0510883, 30.2881031 ], [ 120.0509189, 30.2881413 ], [ 120.0507582, 30.288124 ], [ 120.0507367, 30.2881217 ], [ 120.0505886, 30.2880698 ], [ 120.0502081, 30.2876891 ], [ 120.0500307, 30.2875174 ], [ 120.0497144, 30.2872666 ], [ 120.0495034, 30.2870956 ], [ 120.0493653, 30.2869153 ], [ 120.0490694, 30.2863364 ], [ 120.049001, 30.2862701 ], [ 120.0489701, 30.2862077 ], [ 120.0489135, 30.2860042 ], [ 120.0489081, 30.2859847 ], [ 120.0488015, 30.285888 ], [ 120.0486974, 30.2858662 ], [ 120.0486258, 30.2858023 ], [ 120.0485964, 30.2857377 ], [ 120.0486026, 30.2855664 ], [ 120.0485094, 30.2853711 ], [ 120.0482662, 30.2853387 ], [ 120.0481396, 30.2852263 ], [ 120.0480162, 30.2849757 ], [ 120.0478995, 30.284725 ], [ 120.0478277, 30.2846755 ], [ 120.0477275, 30.2845145 ], [ 120.0477104, 30.284414 ], [ 120.0477811, 30.2840787 ], [ 120.0476679, 30.2840707 ], [ 120.0476322, 30.2840577 ], [ 120.0476077, 30.2840103 ], [ 120.0476238, 30.2839687 ], [ 120.047659, 30.2839238 ], [ 120.0475907, 30.2837084 ], [ 120.0474871, 30.2835858 ], [ 120.0472073, 30.2830952 ], [ 120.0471758, 30.2830196 ], [ 120.0471113, 30.2830011 ], [ 120.0470813, 30.2829298 ], [ 120.0470741, 30.2828556 ], [ 120.0468608, 30.2823911 ], [ 120.0467146, 30.2822144 ], [ 120.0465606, 30.2818804 ], [ 120.0465576, 30.2816921 ], [ 120.046377, 30.2813729 ], [ 120.0462465, 30.2811314 ], [ 120.0461853, 30.2809236 ], [ 120.0460182, 30.2806068 ], [ 120.0459244, 30.2805088 ], [ 120.0458407, 30.2803503 ], [ 120.0457513, 30.2800528 ], [ 120.0456539, 30.2797623 ], [ 120.0455244, 30.279324 ], [ 120.0454559, 30.2790337 ], [ 120.0454011, 30.2787926 ], [ 120.0453217, 30.2786046 ], [ 120.0451951, 30.2782153 ], [ 120.0451613, 30.2779097 ], [ 120.0451366, 30.2777086 ], [ 120.0450938, 30.2773634 ], [ 120.045075, 30.2768558 ], [ 120.0451235, 30.2765835 ], [ 120.0453672, 30.2763981 ], [ 120.0452615, 30.2762037 ], [ 120.0453082, 30.2761082 ], [ 120.0452543, 30.2760009 ], [ 120.0453006, 30.2754381 ], [ 120.0453559, 30.2754064 ], [ 120.045538, 30.2754012 ], [ 120.0455982, 30.2753256 ], [ 120.0453511, 30.2751992 ], [ 120.0452633, 30.2751218 ], [ 120.0452586, 30.2750584 ], [ 120.0453346, 30.2748963 ], [ 120.0454237, 30.2746694 ], [ 120.0456064, 30.2743442 ], [ 120.045737, 30.2739224 ], [ 120.0458175, 30.2735006 ], [ 120.0457436, 30.2733513 ], [ 120.0457899, 30.2731414 ], [ 120.0459124, 30.2727909 ], [ 120.0460177, 30.2726396 ], [ 120.0461789, 30.2720012 ], [ 120.0463343, 30.2717045 ], [ 120.0464434, 30.2716425 ], [ 120.0465139, 30.2714722 ], [ 120.0465784, 30.27137 ], [ 120.046673, 30.271285 ], [ 120.0467175, 30.2711871 ], [ 120.0466897, 30.2710387 ], [ 120.0468009, 30.2709001 ], [ 120.0469299, 30.2707477 ], [ 120.047079, 30.2706731 ], [ 120.047163, 30.2706114 ], [ 120.0471865, 30.2704815 ], [ 120.04728, 30.2703861 ], [ 120.0471068, 30.2703164 ], [ 120.046732, 30.2706923 ], [ 120.0466004, 30.2708881 ], [ 120.0465117, 30.27102 ], [ 120.0462993, 30.2714064 ], [ 120.0460003, 30.2719836 ], [ 120.0457325, 30.2725241 ], [ 120.0455575, 30.2728877 ], [ 120.0454776, 30.2732171 ], [ 120.0454922, 30.2733967 ], [ 120.0454981, 30.2734697 ], [ 120.04545, 30.2738919 ], [ 120.0454237, 30.2741572 ], [ 120.0453211, 30.2743679 ], [ 120.0451816, 30.2744994 ], [ 120.0452035, 30.2746222 ], [ 120.045109, 30.2747132 ], [ 120.0451069, 30.2748951 ], [ 120.0450134, 30.2760595 ], [ 120.0449117, 30.2762339 ], [ 120.0448542, 30.2768548 ], [ 120.0448366, 30.2771838 ], [ 120.0447827, 30.2775449 ], [ 120.0447866, 30.2777393 ] ] ], [ [ [ 120.0544263, 30.2821233 ], [ 120.0544263, 30.2824224 ], [ 120.0544325, 30.2827189 ], [ 120.0544572, 30.2832584 ], [ 120.0545191, 30.2838247 ], [ 120.05455, 30.284276 ], [ 120.0546274, 30.2847247 ], [ 120.0547768, 30.2851416 ], [ 120.0548811, 30.2855535 ], [ 120.0549645, 30.2860014 ], [ 120.0549985, 30.2861483 ], [ 120.0550202, 30.2863326 ], [ 120.0550387, 30.2867893 ], [ 120.0550387, 30.2871445 ], [ 120.0550696, 30.2872807 ], [ 120.0551099, 30.2873742 ], [ 120.0552923, 30.2876466 ], [ 120.0553913, 30.2877374 ], [ 120.055515, 30.2878336 ], [ 120.0555924, 30.287911 ], [ 120.0557068, 30.2879671 ], [ 120.0559944, 30.2882022 ], [ 120.0563285, 30.2885227 ], [ 120.0563811, 30.2885974 ], [ 120.0564776, 30.2886907 ], [ 120.0565316, 30.2886335 ], [ 120.0565437, 30.2886207 ], [ 120.0565202, 30.2885707 ], [ 120.0564784, 30.2884967 ], [ 120.0564584, 30.2884612 ], [ 120.0562697, 30.2881995 ], [ 120.0561213, 30.2880392 ], [ 120.0559202, 30.287871 ], [ 120.0555862, 30.2876493 ], [ 120.0554563, 30.2875558 ], [ 120.0553449, 30.2874143 ], [ 120.0552862, 30.287206 ], [ 120.0552429, 30.2870217 ], [ 120.0552367, 30.286808 ], [ 120.0552006, 30.2863083 ], [ 120.0551684, 30.2860036 ], [ 120.0551311, 30.2857236 ], [ 120.0550719, 30.2854681 ], [ 120.0549243, 30.2850372 ], [ 120.05485, 30.2846847 ], [ 120.0547944, 30.2842013 ], [ 120.0547696, 30.2839208 ], [ 120.0547294, 30.2839021 ], [ 120.0546985, 30.2837445 ], [ 120.0547294, 30.2837258 ], [ 120.0546645, 30.2832424 ], [ 120.0546521, 30.2830074 ], [ 120.0546892, 30.282134 ], [ 120.0546521, 30.2820164 ], [ 120.0546244, 30.2817217 ], [ 120.0544385, 30.2816735 ], [ 120.0544325, 30.2819657 ], [ 120.0544108, 30.2820138 ], [ 120.0544263, 30.2821233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0570452, 30.290218 ], [ 120.0574636, 30.2900675 ], [ 120.0576138, 30.2900258 ], [ 120.0577131, 30.289991 ], [ 120.0577936, 30.2899239 ], [ 120.0580618, 30.2897316 ], [ 120.0581852, 30.2896668 ], [ 120.0583032, 30.2896297 ], [ 120.0584105, 30.2896367 ], [ 120.0592259, 30.2896112 ], [ 120.0592339, 30.2894746 ], [ 120.0592768, 30.2894699 ], [ 120.0593492, 30.2887751 ], [ 120.0593456, 30.2886433 ], [ 120.0593412, 30.2883374 ], [ 120.059368, 30.2881938 ], [ 120.0594485, 30.2880502 ], [ 120.0595638, 30.287983 ], [ 120.0596684, 30.2879483 ], [ 120.0601673, 30.2878255 ], [ 120.0605133, 30.2876449 ], [ 120.0610256, 30.2873183 ], [ 120.0612295, 30.2872164 ], [ 120.0614145, 30.2871701 ], [ 120.0619563, 30.2870705 ], [ 120.061951, 30.2870311 ], [ 120.0621361, 30.2869894 ], [ 120.0621468, 30.2870241 ], [ 120.0629809, 30.286913 ], [ 120.0633109, 30.2868435 ], [ 120.064019, 30.2866906 ], [ 120.0649229, 30.2865262 ], [ 120.0650007, 30.2865239 ], [ 120.0650597, 30.2865493 ], [ 120.0651643, 30.2866721 ], [ 120.0652233, 30.2867092 ], [ 120.0654969, 30.2871446 ], [ 120.0655076, 30.2872488 ], [ 120.0655612, 30.2873878 ], [ 120.0657651, 30.2877885 ], [ 120.0658348, 30.2878417 ], [ 120.0659582, 30.2878603 ], [ 120.0660923, 30.2878487 ], [ 120.0662962, 30.2877653 ], [ 120.0666314, 30.2876425 ], [ 120.0673449, 30.2874688 ], [ 120.0675032, 30.287448 ], [ 120.0673342, 30.2873252 ], [ 120.0664356, 30.28758 ], [ 120.0662157, 30.2876449 ], [ 120.0661138, 30.2876449 ], [ 120.0660172, 30.2876263 ], [ 120.0659367, 30.2875846 ], [ 120.0658751, 30.2875013 ], [ 120.0657946, 30.2873669 ], [ 120.065411, 30.2865864 ], [ 120.0653198, 30.286503 ], [ 120.0651965, 30.286466 ], [ 120.0650489, 30.2864405 ], [ 120.0643891, 30.286503 ], [ 120.0642523, 30.2865123 ], [ 120.0640538, 30.2865493 ], [ 120.0638634, 30.2865957 ], [ 120.063504, 30.2866397 ], [ 120.0635093, 30.2866721 ], [ 120.0632626, 30.2867161 ], [ 120.0632572, 30.2866883 ], [ 120.0630963, 30.28673 ], [ 120.0629434, 30.2867601 ], [ 120.0625733, 30.2868342 ], [ 120.0619858, 30.2869037 ], [ 120.0618035, 30.2869222 ], [ 120.0613984, 30.2869871 ], [ 120.0613287, 30.2869871 ], [ 120.0612938, 30.2869801 ], [ 120.061259, 30.2869755 ], [ 120.0612348, 30.286994 ], [ 120.0611946, 30.2869825 ], [ 120.0611597, 30.286957 ], [ 120.0610659, 30.2868944 ], [ 120.0610149, 30.2867995 ], [ 120.0609773, 30.2867207 ], [ 120.060972, 30.2866489 ], [ 120.060972, 30.2865957 ], [ 120.06098, 30.286466 ], [ 120.0609586, 30.2863525 ], [ 120.0609183, 30.2858985 ], [ 120.0608996, 30.285646 ], [ 120.060913, 30.2855279 ], [ 120.0609371, 30.2854191 ], [ 120.0609773, 30.2853102 ], [ 120.0610471, 30.2851203 ], [ 120.0611114, 30.2848678 ], [ 120.0611731, 30.2845088 ], [ 120.0611892, 30.284342 ], [ 120.0612268, 30.2843096 ], [ 120.0612724, 30.2842726 ], [ 120.0613421, 30.2839275 ], [ 120.0615057, 30.2832882 ], [ 120.0615379, 30.2830288 ], [ 120.0616795, 30.2826173 ], [ 120.0614847, 30.2826082 ], [ 120.0613743, 30.2828759 ], [ 120.06127, 30.2829842 ], [ 120.0612133, 30.2833078 ], [ 120.0612569, 30.2833172 ], [ 120.0612199, 30.2834771 ], [ 120.0611719, 30.2834677 ], [ 120.0611501, 30.2835542 ], [ 120.0611719, 30.2835599 ], [ 120.061161, 30.2836182 ], [ 120.061124, 30.2836126 ], [ 120.0611501, 30.2836991 ], [ 120.061161, 30.2838044 ], [ 120.0611501, 30.2838647 ], [ 120.0611131, 30.2839211 ], [ 120.0610565, 30.2840528 ], [ 120.0610303, 30.284145 ], [ 120.0610172, 30.2842861 ], [ 120.0610347, 30.2843275 ], [ 120.0610063, 30.2844554 ], [ 120.060965, 30.2845946 ], [ 120.0609061, 30.2847376 ], [ 120.0608756, 30.2847997 ], [ 120.0608538, 30.2848956 ], [ 120.0608059, 30.2849746 ], [ 120.0607689, 30.2851891 ], [ 120.0607667, 30.2853716 ], [ 120.0607602, 30.2856651 ], [ 120.0607667, 30.2858946 ], [ 120.0607711, 30.2862802 ], [ 120.0608016, 30.2865512 ], [ 120.0608604, 30.2867826 ], [ 120.0609475, 30.2869255 ], [ 120.0610063, 30.2870591 ], [ 120.0610107, 30.2871137 ], [ 120.0609889, 30.2871701 ], [ 120.0609301, 30.2872246 ], [ 120.0606055, 30.287456 ], [ 120.0603201, 30.2875934 ], [ 120.0601593, 30.2876611 ], [ 120.0598642, 30.287719 ], [ 120.0594243, 30.2878579 ], [ 120.05936, 30.2878996 ], [ 120.0592071, 30.2882007 ], [ 120.0591481, 30.2883466 ], [ 120.0591344, 30.2884528 ], [ 120.059132, 30.2884717 ], [ 120.0591481, 30.2885968 ], [ 120.0591535, 30.2887624 ], [ 120.0591588, 30.2889257 ], [ 120.0591508, 30.2893657 ], [ 120.0591239, 30.2894445 ], [ 120.0590676, 30.2894861 ], [ 120.0589737, 30.2895024 ], [ 120.0583059, 30.2894769 ], [ 120.0581717, 30.2895047 ], [ 120.058035, 30.2895556 ], [ 120.0578982, 30.2896251 ], [ 120.0577989, 30.2897432 ], [ 120.0576836, 30.2898498 ], [ 120.0576138, 30.2898891 ], [ 120.0574985, 30.2899216 ], [ 120.0569513, 30.2901115 ], [ 120.0570452, 30.290218 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0566589, 30.2929361 ], [ 120.0566711, 30.2930099 ], [ 120.0567971, 30.2929958 ], [ 120.0569231, 30.2930169 ], [ 120.0569109, 30.2928975 ], [ 120.0568622, 30.2927922 ], [ 120.0567727, 30.292708 ], [ 120.0567036, 30.292736 ], [ 120.0566223, 30.2928519 ], [ 120.0566589, 30.2929361 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0631259, 30.2986893 ], [ 120.0633002, 30.2986667 ], [ 120.0635181, 30.2986667 ], [ 120.0637447, 30.2987119 ], [ 120.0639277, 30.2987946 ], [ 120.0641107, 30.2988624 ], [ 120.0643895, 30.2988247 ], [ 120.0647445, 30.2987039 ], [ 120.0641989, 30.2985403 ], [ 120.0642327, 30.2986442 ], [ 120.0641455, 30.2987119 ], [ 120.0640322, 30.2987495 ], [ 120.0639189, 30.2987044 ], [ 120.0637359, 30.2986517 ], [ 120.0635791, 30.298599 ], [ 120.0633612, 30.298599 ], [ 120.0629414, 30.2985623 ], [ 120.0628553, 30.2986481 ], [ 120.0631259, 30.2986893 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0606766, 30.3012257 ], [ 120.0607867, 30.3012254 ], [ 120.0610024, 30.301268 ], [ 120.0611005, 30.3013244 ], [ 120.0629685, 30.3020582 ], [ 120.0631693, 30.3021187 ], [ 120.0633981, 30.3021631 ], [ 120.06415, 30.3021752 ], [ 120.0644769, 30.3021631 ], [ 120.0645563, 30.3021913 ], [ 120.0646076, 30.3022397 ], [ 120.064673, 30.3022558 ], [ 120.0647431, 30.3022518 ], [ 120.0648738, 30.3023042 ], [ 120.0648925, 30.3021792 ], [ 120.0649532, 30.3021671 ], [ 120.0652908, 30.3021715 ], [ 120.0653805, 30.3022098 ], [ 120.0653942, 30.3019346 ], [ 120.0653108, 30.3019104 ], [ 120.0649439, 30.301901 ], [ 120.0648318, 30.301897 ], [ 120.0652029, 30.3020899 ], [ 120.064589, 30.3019736 ], [ 120.0644675, 30.3019736 ], [ 120.0643695, 30.3019494 ], [ 120.0643134, 30.3019736 ], [ 120.0641967, 30.3019816 ], [ 120.0634542, 30.3019897 ], [ 120.0632674, 30.3019655 ], [ 120.0631273, 30.3019171 ], [ 120.0629031, 30.3018405 ], [ 120.0627256, 30.30178 ], [ 120.0621652, 30.3015623 ], [ 120.0618804, 30.3014373 ], [ 120.0616038, 30.3013249 ], [ 120.0611653, 30.3011298 ], [ 120.0608735, 30.3010264 ], [ 120.0608286, 30.3010329 ], [ 120.0607164, 30.3011143 ], [ 120.0606771, 30.3011188 ], [ 120.0606416, 30.3010975 ], [ 120.0606755, 30.3007519 ], [ 120.0604233, 30.3012236 ], [ 120.0606766, 30.3012257 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0560657, 30.3089634 ], [ 120.056203, 30.3086131 ], [ 120.0563769, 30.3082526 ], [ 120.0566785, 30.3076989 ], [ 120.0575233, 30.3066125 ], [ 120.0577081, 30.3064225 ], [ 120.0581305, 30.3057768 ], [ 120.0582097, 30.3055032 ], [ 120.0583945, 30.3047587 ], [ 120.0585001, 30.3045232 ], [ 120.0591865, 30.3032012 ], [ 120.0593965, 30.3027512 ], [ 120.0598812, 30.3019992 ], [ 120.0604233, 30.3012236 ], [ 120.0606755, 30.3007519 ], [ 120.0614569, 30.2993111 ], [ 120.0615361, 30.2991743 ], [ 120.0615625, 30.2989996 ], [ 120.0615887, 30.2986345 ], [ 120.0613632, 30.2987158 ], [ 120.061389, 30.2989106 ], [ 120.0613384, 30.2991113 ], [ 120.0611666, 30.2994167 ], [ 120.0608331, 30.2997831 ], [ 120.0604996, 30.3004637 ], [ 120.0604491, 30.3006383 ], [ 120.059115, 30.3027498 ], [ 120.0583065, 30.3041721 ], [ 120.0582257, 30.3043291 ], [ 120.0582762, 30.3045298 ], [ 120.0580943, 30.305158 ], [ 120.0579023, 30.3054809 ], [ 120.0574677, 30.3062836 ], [ 120.0572959, 30.3065192 ], [ 120.0563257, 30.3076621 ], [ 120.0561764, 30.3079176 ], [ 120.0560451, 30.3082141 ], [ 120.0557831, 30.3088728 ], [ 120.0560657, 30.3089634 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0509219, 30.3122371 ], [ 120.0509992, 30.3122641 ], [ 120.0511122, 30.3123834 ], [ 120.0511954, 30.3124488 ], [ 120.0515016, 30.3126388 ], [ 120.0516844, 30.3127465 ], [ 120.0517796, 30.3128107 ], [ 120.0519029, 30.3128607 ], [ 120.0519579, 30.3128607 ], [ 120.051952, 30.3127504 ], [ 120.0519862, 30.3126246 ], [ 120.0520233, 30.3125464 ], [ 120.0521021, 30.312513 ], [ 120.0521928, 30.3125066 ], [ 120.0523042, 30.3125181 ], [ 120.0523905, 30.3125477 ], [ 120.0524737, 30.3125733 ], [ 120.0526312, 30.3125874 ], [ 120.0527249, 30.3125951 ], [ 120.0528869, 30.31264 ], [ 120.052988, 30.3126708 ], [ 120.0531009, 30.3126837 ], [ 120.0532585, 30.3127299 ], [ 120.0533061, 30.3127286 ], [ 120.053425, 30.3127003 ], [ 120.0536316, 30.3126593 ], [ 120.0536838, 30.3126227 ], [ 120.0538397, 30.3126144 ], [ 120.0539898, 30.3126503 ], [ 120.0542856, 30.3126888 ], [ 120.0545724, 30.3127542 ], [ 120.0549024, 30.3128351 ], [ 120.0551551, 30.3129069 ], [ 120.0552443, 30.312957 ], [ 120.0552844, 30.3130122 ], [ 120.0552963, 30.3130699 ], [ 120.055274, 30.3131507 ], [ 120.0552131, 30.3132162 ], [ 120.0551774, 30.3132842 ], [ 120.0551789, 30.3133714 ], [ 120.0551937, 30.3134407 ], [ 120.0552041, 30.3135588 ], [ 120.0551581, 30.3136435 ], [ 120.0551467, 30.314058 ], [ 120.0552409, 30.3141051 ], [ 120.0551948, 30.3142291 ], [ 120.0550719, 30.31444 ], [ 120.0550448, 30.3145781 ], [ 120.0549716, 30.3147816 ], [ 120.0548605, 30.3150565 ], [ 120.0547846, 30.3152227 ], [ 120.0546708, 30.315521 ], [ 120.0545027, 30.3159994 ], [ 120.0544485, 30.3161936 ], [ 120.0541897, 30.316885 ], [ 120.0541177, 30.3171542 ], [ 120.0540886, 30.3173734 ], [ 120.0540843, 30.3175674 ], [ 120.0541316, 30.3177513 ], [ 120.0542252, 30.3179509 ], [ 120.0542908, 30.3180744 ], [ 120.054336, 30.3182879 ], [ 120.0542392, 30.3184235 ], [ 120.0542456, 30.3184615 ], [ 120.0542768, 30.3184736 ], [ 120.0543543, 30.3184643 ], [ 120.054393, 30.3184764 ], [ 120.0544059, 30.3186092 ], [ 120.054435, 30.3189889 ], [ 120.054422, 30.3191078 ], [ 120.054365, 30.319274 ], [ 120.0542941, 30.3194578 ], [ 120.0541811, 30.3196296 ], [ 120.054066, 30.3197818 ], [ 120.0538455, 30.3201059 ], [ 120.0536014, 30.3204234 ], [ 120.0535067, 30.3205441 ], [ 120.0534432, 30.3206712 ], [ 120.053664, 30.3207646 ], [ 120.0541861, 30.3200034 ], [ 120.0542826, 30.3198796 ], [ 120.0543962, 30.319702 ], [ 120.0543862, 30.3196567 ], [ 120.0544246, 30.3195807 ], [ 120.0544842, 30.319555 ], [ 120.0545679, 30.3194533 ], [ 120.0546162, 30.3192989 ], [ 120.0546403, 30.319136 ], [ 120.0546985, 30.3189718 ], [ 120.0547098, 30.3185847 ], [ 120.0546971, 30.3182502 ], [ 120.0546715, 30.3180468 ], [ 120.054504, 30.3178594 ], [ 120.0543862, 30.3176915 ], [ 120.0543082, 30.3175776 ], [ 120.054267, 30.3174245 ], [ 120.0543011, 30.3172566 ], [ 120.0543437, 30.3172076 ], [ 120.0544132, 30.3170287 ], [ 120.0548787, 30.3156823 ], [ 120.0550036, 30.315311 ], [ 120.0552208, 30.3148443 ], [ 120.0552506, 30.3148345 ], [ 120.0552676, 30.3148001 ], [ 120.0552477, 30.3147818 ], [ 120.0552719, 30.3146948 ], [ 120.0552591, 30.3145551 ], [ 120.0553286, 30.3143162 ], [ 120.0554024, 30.3142917 ], [ 120.0554024, 30.3141189 ], [ 120.0553797, 30.3140614 ], [ 120.0553726, 30.3136448 ], [ 120.0553953, 30.3135909 ], [ 120.0553797, 30.3134586 ], [ 120.0554266, 30.3133324 ], [ 120.0554209, 30.3132405 ], [ 120.055445, 30.3131951 ], [ 120.0554947, 30.3131706 ], [ 120.0555855, 30.3131755 ], [ 120.0558566, 30.3132282 ], [ 120.0560524, 30.313249 ], [ 120.0561958, 30.3132601 ], [ 120.0564328, 30.3132625 ], [ 120.0566712, 30.3132686 ], [ 120.0567734, 30.3132736 ], [ 120.0569693, 30.3132331 ], [ 120.0571353, 30.3131449 ], [ 120.0572772, 30.3131106 ], [ 120.0574249, 30.3130261 ], [ 120.0575767, 30.3129918 ], [ 120.0576576, 30.3129685 ], [ 120.0577201, 30.3129305 ], [ 120.0577669, 30.3128839 ], [ 120.057852, 30.3127443 ], [ 120.0579216, 30.3126744 ], [ 120.0580181, 30.3126487 ], [ 120.0581331, 30.3126536 ], [ 120.0584453, 30.3127406 ], [ 120.0585971, 30.3128067 ], [ 120.060076, 30.3131682 ], [ 120.0601299, 30.3132086 ], [ 120.0601924, 30.3132356 ], [ 120.0602676, 30.3132466 ], [ 120.0603627, 30.313238 ], [ 120.0667181, 30.3148999 ], [ 120.0667838, 30.3146942 ], [ 120.0585387, 30.3125833 ], [ 120.0582269, 30.3124894 ], [ 120.0580633, 30.3124478 ], [ 120.0578764, 30.3124794 ], [ 120.0577861, 30.3125388 ], [ 120.0576082, 30.312686 ], [ 120.0573796, 30.3128298 ], [ 120.0571227, 30.3129285 ], [ 120.0569276, 30.3129817 ], [ 120.0566626, 30.3130349 ], [ 120.0564367, 30.3130526 ], [ 120.0561943, 30.3130331 ], [ 120.0558533, 30.3129835 ], [ 120.0556602, 30.3129019 ], [ 120.0555658, 30.3128434 ], [ 120.0554959, 30.3127707 ], [ 120.0554364, 30.3126519 ], [ 120.0553747, 30.3123664 ], [ 120.0553419, 30.3122653 ], [ 120.055272, 30.3121944 ], [ 120.0549598, 30.3119497 ], [ 120.054853, 30.3119178 ], [ 120.0547503, 30.3118734 ], [ 120.0546743, 30.311783 ], [ 120.0546599, 30.3116677 ], [ 120.0547051, 30.3114869 ], [ 120.0547729, 30.3112404 ], [ 120.054892, 30.3107173 ], [ 120.0549495, 30.3106215 ], [ 120.0549824, 30.3105329 ], [ 120.0550769, 30.3104584 ], [ 120.0551344, 30.3103609 ], [ 120.0552248, 30.3102846 ], [ 120.0552782, 30.3102846 ], [ 120.0553254, 30.3102527 ], [ 120.0553378, 30.3102119 ], [ 120.0554014, 30.3099087 ], [ 120.0555432, 30.3096977 ], [ 120.0558533, 30.3092951 ], [ 120.0559293, 30.3091834 ], [ 120.0560657, 30.3089634 ], [ 120.0557831, 30.3088728 ], [ 120.0556189, 30.3090997 ], [ 120.0554183, 30.3093856 ], [ 120.0553463, 30.3094226 ], [ 120.0552291, 30.3094264 ], [ 120.0551277, 30.3094965 ], [ 120.0550691, 30.3095976 ], [ 120.0547515, 30.3101266 ], [ 120.0547221, 30.3101398 ], [ 120.0546677, 30.3101462 ], [ 120.0545997, 30.3101344 ], [ 120.0544675, 30.3100832 ], [ 120.0542661, 30.3099606 ], [ 120.0541068, 30.3098464 ], [ 120.053833, 30.3096572 ], [ 120.0535964, 30.3095086 ], [ 120.0535577, 30.3094715 ], [ 120.0535555, 30.3094139 ], [ 120.0535878, 30.3093582 ], [ 120.0536007, 30.3093192 ], [ 120.0535872, 30.3092874 ], [ 120.0535574, 30.3092396 ], [ 120.053556, 30.3092102 ], [ 120.053573, 30.3091967 ], [ 120.0536099, 30.3092041 ], [ 120.0537064, 30.3092212 ], [ 120.0537348, 30.3092261 ], [ 120.0537533, 30.309209 ], [ 120.05382, 30.3090938 ], [ 120.0537845, 30.3090583 ], [ 120.0536766, 30.3090031 ], [ 120.0535418, 30.3089737 ], [ 120.0533843, 30.3089443 ], [ 120.053319, 30.3089137 ], [ 120.0532665, 30.3088561 ], [ 120.0532267, 30.3087814 ], [ 120.053204, 30.3086956 ], [ 120.0532125, 30.3085988 ], [ 120.0532253, 30.3084604 ], [ 120.0533119, 30.3080732 ], [ 120.0534311, 30.3077093 ], [ 120.0535744, 30.3071224 ], [ 120.0536511, 30.3067928 ], [ 120.0536852, 30.3066782 ], [ 120.0536852, 30.3065973 ], [ 120.053627, 30.3065091 ], [ 120.0535168, 30.306586 ], [ 120.0535154, 30.3066937 ], [ 120.0534897, 30.3067978 ], [ 120.0534721, 30.306889 ], [ 120.0534802, 30.3069405 ], [ 120.0534219, 30.3072798 ], [ 120.0534097, 30.3073757 ], [ 120.0533677, 30.3074471 ], [ 120.0533596, 30.3075676 ], [ 120.053304, 30.307722 ], [ 120.0532634, 30.3079221 ], [ 120.0532119, 30.3080251 ], [ 120.0531821, 30.3081537 ], [ 120.0531279, 30.3082462 ], [ 120.0530615, 30.308376 ], [ 120.0529761, 30.3084263 ], [ 120.0529571, 30.308431 ], [ 120.0529354, 30.3085082 ], [ 120.0529747, 30.3085562 ], [ 120.053014, 30.3086147 ], [ 120.0530398, 30.3086872 ], [ 120.0530303, 30.308775 ], [ 120.0530506, 30.3087984 ], [ 120.0530669, 30.3088709 ], [ 120.0531021, 30.3089598 ], [ 120.0531522, 30.3090382 ], [ 120.0531875, 30.3091377 ], [ 120.053198, 30.309236 ], [ 120.0531833, 30.3093451 ], [ 120.0531137, 30.3095763 ], [ 120.0530547, 30.3095641 ], [ 120.0530559, 30.3095437 ], [ 120.05303, 30.3095467 ], [ 120.0530111, 30.3095753 ], [ 120.0529863, 30.3096394 ], [ 120.0529851, 30.3096669 ], [ 120.0530005, 30.3096812 ], [ 120.0530276, 30.3096883 ], [ 120.0530583, 30.309673 ], [ 120.0531055, 30.3096679 ], [ 120.0531715, 30.309673 ], [ 120.053293, 30.3097087 ], [ 120.0533414, 30.3097138 ], [ 120.053378, 30.3097087 ], [ 120.0534051, 30.3096822 ], [ 120.053444, 30.3096415 ], [ 120.0534558, 30.3096058 ], [ 120.0534771, 30.3095977 ], [ 120.0535148, 30.309615 ], [ 120.0537225, 30.3097566 ], [ 120.0538628, 30.3098737 ], [ 120.0539148, 30.3099144 ], [ 120.0539596, 30.3099287 ], [ 120.0541177, 30.3100377 ], [ 120.0542651, 30.310112 ], [ 120.0543277, 30.3101466 ], [ 120.054389, 30.3101976 ], [ 120.0546278, 30.3102711 ], [ 120.0546743, 30.3103209 ], [ 120.0546854, 30.3103497 ], [ 120.0547176, 30.3103679 ], [ 120.0547213, 30.310418 ], [ 120.0547386, 30.310498 ], [ 120.0547324, 30.3105769 ], [ 120.0546731, 30.3106431 ], [ 120.0546447, 30.3106591 ], [ 120.0546217, 30.3107422 ], [ 120.0545875, 30.3107588 ], [ 120.054537, 30.3107717 ], [ 120.0545236, 30.3108268 ], [ 120.054589, 30.3108448 ], [ 120.0545994, 30.3108833 ], [ 120.0545741, 30.3109629 ], [ 120.0545444, 30.3110129 ], [ 120.0544953, 30.3110193 ], [ 120.0545414, 30.3110848 ], [ 120.0545206, 30.3111464 ], [ 120.0544656, 30.3112541 ], [ 120.0544091, 30.3112157 ], [ 120.0543913, 30.3112708 ], [ 120.0544418, 30.3112952 ], [ 120.0544418, 30.3113376 ], [ 120.0543972, 30.3113825 ], [ 120.0543705, 30.3114774 ], [ 120.0543467, 30.3114992 ], [ 120.0543631, 30.3115339 ], [ 120.0543527, 30.3115865 ], [ 120.0543244, 30.3116468 ], [ 120.0542486, 30.3117148 ], [ 120.0542248, 30.3117674 ], [ 120.0542397, 30.3117969 ], [ 120.0542219, 30.3118495 ], [ 120.0541802, 30.311897 ], [ 120.0541208, 30.3118944 ], [ 120.0541074, 30.3119317 ], [ 120.054201, 30.3119483 ], [ 120.0542828, 30.3119804 ], [ 120.0543482, 30.3120305 ], [ 120.0543541, 30.3120933 ], [ 120.0543083, 30.3123688 ], [ 120.0542671, 30.3124253 ], [ 120.0542221, 30.3124658 ], [ 120.0541154, 30.3124852 ], [ 120.0540386, 30.3124658 ], [ 120.0539139, 30.3124475 ], [ 120.0539102, 30.3123846 ], [ 120.0538151, 30.3123803 ], [ 120.0538225, 30.3124091 ], [ 120.0538274, 30.3124582 ], [ 120.053673, 30.3124336 ], [ 120.053542, 30.3124614 ], [ 120.0535013, 30.3124059 ], [ 120.0534432, 30.312359 ], [ 120.0534308, 30.3121542 ], [ 120.0533592, 30.3121499 ], [ 120.0533444, 30.3121947 ], [ 120.0532999, 30.3122 ], [ 120.0530393, 30.3122194 ], [ 120.0528524, 30.3122544 ], [ 120.0526766, 30.3123283 ], [ 120.0525414, 30.3123983 ], [ 120.0523612, 30.3124294 ], [ 120.0522328, 30.3124216 ], [ 120.0520952, 30.3124263 ], [ 120.0518549, 30.312389 ], [ 120.0517265, 30.3124431 ], [ 120.0516526, 30.3124573 ], [ 120.0515478, 30.3124316 ], [ 120.051185, 30.3122808 ], [ 120.0508907, 30.3121255 ], [ 120.0508565, 30.3121973 ], [ 120.0509219, 30.3122371 ] ], [ [ 120.0544081, 30.3124684 ], [ 120.0544284, 30.3124431 ], [ 120.0544667, 30.3124382 ], [ 120.0544926, 30.312444 ], [ 120.0544892, 30.3124684 ], [ 120.0544769, 30.3124975 ], [ 120.0544419, 30.3125073 ], [ 120.054425, 30.3125014 ], [ 120.054407, 30.3124897 ], [ 120.0544081, 30.3124684 ] ], [ [ 120.0546144, 30.3121571 ], [ 120.0547438, 30.3121872 ], [ 120.0548835, 30.312205 ], [ 120.0550601, 30.312306 ], [ 120.0551361, 30.3123912 ], [ 120.0552388, 30.3124461 ], [ 120.0552614, 30.3125525 ], [ 120.0552327, 30.3126412 ], [ 120.0552183, 30.3126873 ], [ 120.0550745, 30.3126873 ], [ 120.054902, 30.3126394 ], [ 120.0548855, 30.3125401 ], [ 120.054865, 30.3124426 ], [ 120.0548978, 30.3123628 ], [ 120.0548383, 30.312283 ], [ 120.0546986, 30.3122316 ], [ 120.054598, 30.3121872 ], [ 120.0546144, 30.3121571 ] ], [ [ 120.0548032, 30.310196 ], [ 120.0548344, 30.3101843 ], [ 120.0548683, 30.3101832 ], [ 120.0549591, 30.3100837 ], [ 120.054974, 30.3100217 ], [ 120.0550052, 30.3099796 ], [ 120.0550282, 30.3099457 ], [ 120.055035, 30.3098942 ], [ 120.0550987, 30.3098053 ], [ 120.0551068, 30.309755 ], [ 120.0551461, 30.3097374 ], [ 120.0551867, 30.3096672 ], [ 120.0552138, 30.3096392 ], [ 120.0552437, 30.3096392 ], [ 120.0549537, 30.3101855 ], [ 120.0549076, 30.3102428 ], [ 120.0548629, 30.3102744 ], [ 120.0548249, 30.3102744 ], [ 120.0547965, 30.3102557 ], [ 120.0547883, 30.3102311 ], [ 120.0548032, 30.310196 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0716901, 30.2975698 ], [ 120.0717119, 30.2976311 ], [ 120.0717129, 30.2977172 ], [ 120.0717316, 30.2978258 ], [ 120.0717602, 30.2979202 ], [ 120.0717936, 30.2981336 ], [ 120.0718689, 30.2982314 ], [ 120.0719159, 30.2983719 ], [ 120.0718933, 30.2986819 ], [ 120.0718949, 30.2993416 ], [ 120.0718646, 30.2994202 ], [ 120.0718039, 30.2994792 ], [ 120.0718153, 30.2995611 ], [ 120.0719329, 30.2997838 ], [ 120.0719691, 30.2998603 ], [ 120.0719146, 30.2999926 ], [ 120.0717803, 30.300123 ], [ 120.071795, 30.3003641 ], [ 120.0718485, 30.3004269 ], [ 120.0719612, 30.3004773 ], [ 120.072065, 30.3005808 ], [ 120.0721397, 30.3010027 ], [ 120.0721938, 30.3011789 ], [ 120.0727167, 30.3014877 ], [ 120.0727968, 30.301607 ], [ 120.0728795, 30.3017739 ], [ 120.072906, 30.3020453 ], [ 120.072865, 30.3022375 ], [ 120.0732867, 30.3022293 ], [ 120.0732042, 30.3021805 ], [ 120.0730913, 30.3019065 ], [ 120.0730708, 30.3017423 ], [ 120.0730568, 30.301725 ], [ 120.0729352, 30.3015748 ], [ 120.0733034, 30.3015491 ], [ 120.0729336, 30.3013742 ], [ 120.0727763, 30.3012093 ], [ 120.0727243, 30.3011422 ], [ 120.0724205, 30.3010457 ], [ 120.0723382, 30.3006776 ], [ 120.0722971, 30.300437 ], [ 120.0723071, 30.3001804 ], [ 120.072297, 30.2999639 ], [ 120.0723236, 30.2998362 ], [ 120.0723918, 30.2996822 ], [ 120.0722553, 30.2993482 ], [ 120.0721944, 30.2991526 ], [ 120.0721813, 30.298919 ], [ 120.0721816, 30.2987572 ], [ 120.0721695, 30.2985763 ], [ 120.0721489, 30.2984215 ], [ 120.0721153, 30.2982754 ], [ 120.0720548, 30.298181 ], [ 120.0719442, 30.2980709 ], [ 120.071876, 30.2977991 ], [ 120.0719253, 30.2977729 ], [ 120.0718684, 30.2976582 ], [ 120.0718267, 30.2975043 ], [ 120.0718305, 30.297406 ], [ 120.0718966, 30.2973257 ], [ 120.0716759, 30.2974491 ], [ 120.0716025, 30.2975064 ], [ 120.0716901, 30.2975698 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0654195, 30.3023125 ], [ 120.0654477, 30.3025032 ], [ 120.0654289, 30.3029796 ], [ 120.065394, 30.3035533 ], [ 120.0655979, 30.3035533 ], [ 120.0656109, 30.3031819 ], [ 120.065627, 30.3029781 ], [ 120.0656435, 30.3025622 ], [ 120.0656113, 30.3022218 ], [ 120.0655281, 30.302018 ], [ 120.0655255, 30.3019462 ], [ 120.0653942, 30.3019346 ], [ 120.0653805, 30.3022098 ], [ 120.0654195, 30.3023125 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0711311, 30.3031574 ], [ 120.0712205, 30.3031512 ], [ 120.0716253, 30.3032219 ], [ 120.0717671, 30.3033483 ], [ 120.0717971, 30.3029916 ], [ 120.0713707, 30.3030154 ], [ 120.071267, 30.3029691 ], [ 120.0710596, 30.3029444 ], [ 120.070702, 30.3029783 ], [ 120.0703765, 30.3030154 ], [ 120.0702049, 30.3030463 ], [ 120.0685169, 30.3030185 ], [ 120.0684096, 30.3029629 ], [ 120.0680269, 30.3029752 ], [ 120.0679018, 30.3030154 ], [ 120.0657202, 30.3030185 ], [ 120.065627, 30.3029781 ], [ 120.0656109, 30.3031819 ], [ 120.0711311, 30.3031574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0717756, 30.3036239 ], [ 120.0720093, 30.3036589 ], [ 120.0720826, 30.3036265 ], [ 120.0730655, 30.303614 ], [ 120.073167, 30.3036424 ], [ 120.0732145, 30.3037395 ], [ 120.0736526, 30.3051197 ], [ 120.0738429, 30.3049901 ], [ 120.0737593, 30.3048192 ], [ 120.0737154, 30.3045912 ], [ 120.0736408, 30.3043752 ], [ 120.0736524, 30.3042825 ], [ 120.0735902, 30.3042098 ], [ 120.0736069, 30.3040795 ], [ 120.0737079, 30.3039839 ], [ 120.0737029, 30.3038777 ], [ 120.0737512, 30.303767 ], [ 120.0739948, 30.3037071 ], [ 120.0741161, 30.303828 ], [ 120.0743107, 30.3036251 ], [ 120.0743873, 30.3035575 ], [ 120.0747228, 30.3035333 ], [ 120.0750339, 30.3035379 ], [ 120.0751132, 30.3035892 ], [ 120.0751806, 30.3036453 ], [ 120.0752796, 30.3036849 ], [ 120.0753709, 30.3036918 ], [ 120.0754607, 30.3037153 ], [ 120.0755743, 30.3037306 ], [ 120.075694, 30.3036973 ], [ 120.0757282, 30.3036444 ], [ 120.075729, 30.3035751 ], [ 120.0756924, 30.3034592 ], [ 120.0756279, 30.3033961 ], [ 120.0755765, 30.3033198 ], [ 120.0756042, 30.3031878 ], [ 120.0756813, 30.3031576 ], [ 120.0757514, 30.3031606 ], [ 120.0758139, 30.3031921 ], [ 120.075913, 30.3032283 ], [ 120.0759934, 30.3032248 ], [ 120.0760704, 30.3032035 ], [ 120.0761145, 30.3031666 ], [ 120.0761054, 30.3031129 ], [ 120.0760166, 30.3029479 ], [ 120.0760059, 30.3028276 ], [ 120.0760627, 30.3027275 ], [ 120.0761182, 30.3025773 ], [ 120.0761441, 30.3024867 ], [ 120.0761211, 30.3023797 ], [ 120.0760777, 30.3022736 ], [ 120.0759976, 30.3021695 ], [ 120.0758671, 30.3021858 ], [ 120.0757641, 30.3021716 ], [ 120.0756383, 30.302229 ], [ 120.0755007, 30.3022008 ], [ 120.0753816, 30.3022024 ], [ 120.0752426, 30.3021911 ], [ 120.0751299, 30.3021744 ], [ 120.075059, 30.3021466 ], [ 120.0750038, 30.3021619 ], [ 120.0749284, 30.3022127 ], [ 120.0748234, 30.3022013 ], [ 120.0747019, 30.30217 ], [ 120.0746425, 30.302151 ], [ 120.0745831, 30.3021659 ], [ 120.0745161, 30.302203 ], [ 120.0744178, 30.3022085 ], [ 120.0742991, 30.3021341 ], [ 120.0741936, 30.3020665 ], [ 120.0737052, 30.3018238 ], [ 120.0735292, 30.3017592 ], [ 120.0733034, 30.3015491 ], [ 120.0729352, 30.3015748 ], [ 120.0730568, 30.301725 ], [ 120.073199, 30.301608 ], [ 120.0736292, 30.3019691 ], [ 120.073689, 30.3022242 ], [ 120.0736659, 30.3023863 ], [ 120.0734456, 30.3024656 ], [ 120.0733593, 30.3023617 ], [ 120.0732867, 30.3022293 ], [ 120.072865, 30.3022375 ], [ 120.0725021, 30.3024405 ], [ 120.0724923, 30.3025595 ], [ 120.0724578, 30.3026277 ], [ 120.0724333, 30.3027232 ], [ 120.0723653, 30.302817 ], [ 120.0722651, 30.3029276 ], [ 120.0721498, 30.3029367 ], [ 120.0720425, 30.3029232 ], [ 120.0719278, 30.3029525 ], [ 120.0717971, 30.3029916 ], [ 120.0717671, 30.3033483 ], [ 120.0719489, 30.3033591 ], [ 120.0720042, 30.3033889 ], [ 120.0720096, 30.3034368 ], [ 120.0719554, 30.3034952 ], [ 120.0717355, 30.3035263 ], [ 120.0717756, 30.3036239 ] ], [ [ 120.0752892, 30.3027835 ], [ 120.0752959, 30.3027177 ], [ 120.0753305, 30.3026507 ], [ 120.0753751, 30.3025928 ], [ 120.0754486, 30.3025552 ], [ 120.0755353, 30.3025519 ], [ 120.0756426, 30.3025839 ], [ 120.0757716, 30.3026363 ], [ 120.0758361, 30.3027182 ], [ 120.0758664, 30.3028058 ], [ 120.0758658, 30.3029122 ], [ 120.0758404, 30.3029419 ], [ 120.0758239, 30.302969 ], [ 120.0758001, 30.3029981 ], [ 120.0757852, 30.3030438 ], [ 120.0757599, 30.3030551 ], [ 120.0757259, 30.3030663 ], [ 120.0756864, 30.3030626 ], [ 120.0756588, 30.3030537 ], [ 120.0756079, 30.3030361 ], [ 120.0755032, 30.3030414 ], [ 120.0754333, 30.303016 ], [ 120.0753593, 30.3029671 ], [ 120.0752942, 30.3029781 ], [ 120.0752554, 30.3029441 ], [ 120.075229, 30.3028631 ], [ 120.0752892, 30.3027835 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0721998, 30.3058586 ], [ 120.0722753, 30.3058837 ], [ 120.0723043, 30.3058235 ], [ 120.0723043, 30.3056855 ], [ 120.0723624, 30.3055376 ], [ 120.0723189, 30.3055401 ], [ 120.0721591, 30.3058435 ], [ 120.0721998, 30.3058586 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0654568, 30.3060204 ], [ 120.0684136, 30.307248 ], [ 120.06847, 30.3073 ], [ 120.0684926, 30.307339 ], [ 120.0684663, 30.3073974 ], [ 120.0682744, 30.3079463 ], [ 120.0682105, 30.3081346 ], [ 120.0681804, 30.3082321 ], [ 120.0681427, 30.3083295 ], [ 120.0681352, 30.3083847 ], [ 120.0681239, 30.3084529 ], [ 120.0681239, 30.3085276 ], [ 120.0681164, 30.3086283 ], [ 120.0681051, 30.3086997 ], [ 120.0680826, 30.3088036 ], [ 120.0682932, 30.3088946 ], [ 120.0682819, 30.3087907 ], [ 120.068312, 30.3087257 ], [ 120.0683233, 30.3086478 ], [ 120.0683384, 30.3085471 ], [ 120.0683384, 30.3084789 ], [ 120.0683496, 30.3083685 ], [ 120.0683647, 30.308297 ], [ 120.0684136, 30.3081963 ], [ 120.0684888, 30.3079982 ], [ 120.0686205, 30.3076215 ], [ 120.0686807, 30.3074266 ], [ 120.068692, 30.3073682 ], [ 120.0686957, 30.307313 ], [ 120.0686769, 30.3072643 ], [ 120.0686543, 30.307235 ], [ 120.0686017, 30.3071766 ], [ 120.0685528, 30.3071376 ], [ 120.0685189, 30.3071116 ], [ 120.0685114, 30.3070824 ], [ 120.0685377, 30.3070369 ], [ 120.0687183, 30.3066894 ], [ 120.0684926, 30.306605 ], [ 120.0682819, 30.306972 ], [ 120.0682405, 30.3069947 ], [ 120.0681766, 30.3069817 ], [ 120.0680036, 30.306907 ], [ 120.0678907, 30.3068453 ], [ 120.0677553, 30.3067739 ], [ 120.0675973, 30.3067024 ], [ 120.0668186, 30.3063874 ], [ 120.0665628, 30.3062899 ], [ 120.0664386, 30.3062217 ], [ 120.0662919, 30.3061535 ], [ 120.065833, 30.3059782 ], [ 120.0655584, 30.3058612 ], [ 120.0655433, 30.3058385 ], [ 120.0655734, 30.3055074 ], [ 120.0655544, 30.305458 ], [ 120.0654822, 30.3053995 ], [ 120.0654386, 30.3053251 ], [ 120.0654267, 30.3052507 ], [ 120.0654402, 30.3051246 ], [ 120.0653599, 30.3051182 ], [ 120.0653568, 30.3053435 ], [ 120.0653783, 30.3053885 ], [ 120.0654157, 30.3054289 ], [ 120.0654118, 30.3054884 ], [ 120.0653853, 30.3057281 ], [ 120.0653703, 30.3058418 ], [ 120.0653515, 30.3059392 ], [ 120.0654568, 30.3060204 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0734908, 30.316068 ], [ 120.0735658, 30.3157631 ], [ 120.0735914, 30.3157019 ], [ 120.0736463, 30.3155709 ], [ 120.073679, 30.315498 ], [ 120.0737107, 30.3154274 ], [ 120.0737952, 30.3152814 ], [ 120.0738256, 30.3150779 ], [ 120.0738332, 30.3148416 ], [ 120.0739777, 30.3141622 ], [ 120.0740537, 30.3136732 ], [ 120.0740803, 30.3134894 ], [ 120.0740613, 30.3132793 ], [ 120.0740005, 30.3132104 ], [ 120.0739016, 30.3131086 ], [ 120.0738712, 30.312462 ], [ 120.0738066, 30.31238 ], [ 120.0737533, 30.312252 ], [ 120.073799, 30.3119762 ], [ 120.0737876, 30.3118253 ], [ 120.0737267, 30.3117169 ], [ 120.0736507, 30.3116349 ], [ 120.0736469, 30.3112607 ], [ 120.0736545, 30.3111294 ], [ 120.0736583, 30.3108767 ], [ 120.0737571, 30.3104861 ], [ 120.0737952, 30.3103843 ], [ 120.0740689, 30.3102005 ], [ 120.0742844, 30.3101766 ], [ 120.0744639, 30.310196 ], [ 120.0745576, 30.310196 ], [ 120.0746391, 30.3101678 ], [ 120.0746514, 30.310108 ], [ 120.0746554, 30.3095909 ], [ 120.0746717, 30.3092567 ], [ 120.0746473, 30.3089964 ], [ 120.0746025, 30.3089331 ], [ 120.0745169, 30.3085742 ], [ 120.0743254, 30.3078566 ], [ 120.0742724, 30.3073429 ], [ 120.0742724, 30.3071389 ], [ 120.074305, 30.3070263 ], [ 120.0743906, 30.3069208 ], [ 120.0746065, 30.3068363 ], [ 120.0745978, 30.3067698 ], [ 120.0745862, 30.3066815 ], [ 120.074468, 30.306671 ], [ 120.0743294, 30.3066323 ], [ 120.0742928, 30.3065338 ], [ 120.0742113, 30.3059005 ], [ 120.0741339, 30.3056332 ], [ 120.0739912, 30.3052813 ], [ 120.0738429, 30.3049901 ], [ 120.0736526, 30.3051197 ], [ 120.0737997, 30.3054397 ], [ 120.073926, 30.3059463 ], [ 120.0739953, 30.3061222 ], [ 120.073979, 30.306284 ], [ 120.0739912, 30.3065303 ], [ 120.0740564, 30.3066675 ], [ 120.0741257, 30.3067871 ], [ 120.0741053, 30.3068539 ], [ 120.0740605, 30.3069208 ], [ 120.0740931, 30.3070157 ], [ 120.074085, 30.3071811 ], [ 120.074085, 30.3073007 ], [ 120.0741298, 30.3075716 ], [ 120.0741828, 30.3079304 ], [ 120.074248, 30.3082611 ], [ 120.0744109, 30.308831 ], [ 120.0744313, 30.3089366 ], [ 120.0744395, 30.3092356 ], [ 120.0744802, 30.30932 ], [ 120.074468, 30.3094748 ], [ 120.0744191, 30.3096613 ], [ 120.0743457, 30.309802 ], [ 120.0742325, 30.3098711 ], [ 120.0740971, 30.3099144 ], [ 120.0738437, 30.3099469 ], [ 120.0737283, 30.3099967 ], [ 120.0736481, 30.3100877 ], [ 120.0735377, 30.3109171 ], [ 120.0735251, 30.3111661 ], [ 120.0735338, 30.3112423 ], [ 120.0735122, 30.3112796 ], [ 120.0734473, 30.3113516 ], [ 120.0734195, 30.3114369 ], [ 120.0734133, 30.3115462 ], [ 120.0734875, 30.3115835 ], [ 120.0735554, 30.3116368 ], [ 120.0735955, 30.3117222 ], [ 120.0736048, 30.3118448 ], [ 120.0736141, 30.3119888 ], [ 120.073645, 30.3120554 ], [ 120.0735955, 30.3121727 ], [ 120.0735616, 30.3123167 ], [ 120.0735585, 30.3129352 ], [ 120.0735832, 30.3130072 ], [ 120.0736542, 30.3130712 ], [ 120.0737561, 30.3131698 ], [ 120.073855, 30.3133058 ], [ 120.0739075, 30.3134897 ], [ 120.0739011, 30.3136111 ], [ 120.0738868, 30.3136983 ], [ 120.0738889, 30.3138414 ], [ 120.0739106, 30.3139279 ], [ 120.0738705, 30.3141433 ], [ 120.073793, 30.3143898 ], [ 120.0737469, 30.3146734 ], [ 120.0737022, 30.3150279 ], [ 120.073682, 30.3152599 ], [ 120.0736302, 30.3153938 ], [ 120.0735068, 30.3156624 ], [ 120.0734076, 30.3158488 ], [ 120.0733472, 30.3160086 ], [ 120.0734908, 30.316068 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0642017, 30.3229978 ], [ 120.0642819, 30.3229129 ], [ 120.0643427, 30.3228593 ], [ 120.0644061, 30.3228269 ], [ 120.0644682, 30.3228214 ], [ 120.0645536, 30.3228459 ], [ 120.0646183, 30.3228683 ], [ 120.064696, 30.322713 ], [ 120.0646041, 30.3226773 ], [ 120.0645523, 30.3226359 ], [ 120.0644876, 30.3225566 ], [ 120.0644605, 30.3224717 ], [ 120.064454, 30.3223969 ], [ 120.0645601, 30.3220339 ], [ 120.0645718, 30.3219278 ], [ 120.0647865, 30.3213291 ], [ 120.0652485, 30.320039 ], [ 120.065462, 30.3195051 ], [ 120.0656755, 30.3190069 ], [ 120.0658101, 30.3187411 ], [ 120.0661103, 30.3181971 ], [ 120.0661232, 30.3181055 ], [ 120.0664299, 30.3174599 ], [ 120.0664972, 30.3173739 ], [ 120.0666007, 30.3171639 ], [ 120.066611, 30.3170891 ], [ 120.0666499, 30.3170455 ], [ 120.0667754, 30.3170254 ], [ 120.0669164, 30.3170231 ], [ 120.0671066, 30.3170824 ], [ 120.0673822, 30.3171952 ], [ 120.0678545, 30.3173437 ], [ 120.0680279, 30.3173918 ], [ 120.0682362, 30.3174733 ], [ 120.0684239, 30.3175392 ], [ 120.068706, 30.3175984 ], [ 120.0689195, 30.3176598 ], [ 120.0690398, 30.3177023 ], [ 120.0692533, 30.3178185 ], [ 120.069428, 30.3179112 ], [ 120.0695522, 30.3179603 ], [ 120.069943, 30.3181122 ], [ 120.0701021, 30.3181681 ], [ 120.0702496, 30.3181938 ], [ 120.0705925, 30.3183066 ], [ 120.0714867, 30.3185914 ], [ 120.0718503, 30.3186986 ], [ 120.0720018, 30.3187468 ], [ 120.0720829, 30.3185641 ], [ 120.0713664, 30.318354 ], [ 120.0707399, 30.3181465 ], [ 120.0700477, 30.3179213 ], [ 120.0696431, 30.3177777 ], [ 120.069031, 30.317494 ], [ 120.0686222, 30.317338 ], [ 120.0670652, 30.3168025 ], [ 120.0668948, 30.3167067 ], [ 120.0668249, 30.3165862 ], [ 120.066864, 30.3164443 ], [ 120.0669502, 30.3161748 ], [ 120.0670509, 30.3158609 ], [ 120.0672563, 30.3150878 ], [ 120.0675151, 30.3143059 ], [ 120.067626, 30.3137562 ], [ 120.0677308, 30.3133732 ], [ 120.0678622, 30.3129175 ], [ 120.0678622, 30.3128554 ], [ 120.067817, 30.312804 ], [ 120.0675849, 30.312733 ], [ 120.0675069, 30.3126798 ], [ 120.0674658, 30.3126178 ], [ 120.0674904, 30.312522 ], [ 120.0678006, 30.3117117 ], [ 120.0681457, 30.31088 ], [ 120.0680142, 30.3108392 ], [ 120.0679259, 30.3111229 ], [ 120.0678047, 30.3114226 ], [ 120.0676774, 30.3117258 ], [ 120.0675521, 30.3120096 ], [ 120.0672953, 30.312733 ], [ 120.0672912, 30.3128111 ], [ 120.0673467, 30.3128412 ], [ 120.0674863, 30.3129015 ], [ 120.0674802, 30.31296 ], [ 120.0675212, 30.313015 ], [ 120.0675705, 30.3130274 ], [ 120.0676014, 30.313109 ], [ 120.0675192, 30.31332 ], [ 120.0675356, 30.3133944 ], [ 120.0675192, 30.3134725 ], [ 120.0674473, 30.3135877 ], [ 120.0674699, 30.3136569 ], [ 120.0674637, 30.313742 ], [ 120.0673651, 30.3141055 ], [ 120.0673179, 30.3141622 ], [ 120.0672974, 30.3143147 ], [ 120.0672275, 30.3146357 ], [ 120.0671803, 30.3147226 ], [ 120.0671022, 30.3147492 ], [ 120.0669872, 30.3147775 ], [ 120.0668824, 30.3147545 ], [ 120.0667838, 30.3146942 ], [ 120.0667181, 30.3148999 ], [ 120.0669009, 30.3149602 ], [ 120.0670242, 30.315024 ], [ 120.067094, 30.3150985 ], [ 120.0671043, 30.3151659 ], [ 120.0670694, 30.3152616 ], [ 120.0669831, 30.3153627 ], [ 120.0669687, 30.3154389 ], [ 120.0669441, 30.3157333 ], [ 120.0669543, 30.3158024 ], [ 120.0669174, 30.315907 ], [ 120.0668701, 30.3160897 ], [ 120.0668147, 30.3161305 ], [ 120.0667633, 30.3161978 ], [ 120.0667387, 30.3163166 ], [ 120.0667551, 30.3163627 ], [ 120.066753, 30.3164177 ], [ 120.0666113, 30.3168042 ], [ 120.0663546, 30.3173521 ], [ 120.0654097, 30.3194107 ], [ 120.0651437, 30.3200278 ], [ 120.0647684, 30.3211057 ], [ 120.0644475, 30.3218943 ], [ 120.0644592, 30.3220082 ], [ 120.0642716, 30.322321 ], [ 120.0642728, 30.322398 ], [ 120.0642987, 30.322455 ], [ 120.0643, 30.3225365 ], [ 120.064247, 30.3226426 ], [ 120.0641667, 30.3227197 ], [ 120.0641486, 30.3228493 ], [ 120.0641706, 30.3228593 ], [ 120.0641732, 30.3228861 ], [ 120.0641331, 30.3229744 ], [ 120.0642017, 30.3229978 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0723149, 30.3188577 ], [ 120.0724117, 30.3188732 ], [ 120.0724906, 30.3188596 ], [ 120.0725717, 30.3188265 ], [ 120.0727113, 30.3187235 ], [ 120.0727654, 30.3186982 ], [ 120.0728397, 30.3187021 ], [ 120.0735312, 30.3189257 ], [ 120.0741936, 30.3191912 ], [ 120.0747713, 30.3194226 ], [ 120.075402, 30.3196364 ], [ 120.075509, 30.3197016 ], [ 120.075536, 30.3197531 ], [ 120.0755281, 30.319825 ], [ 120.0754403, 30.3201215 ], [ 120.0754866, 30.3204913 ], [ 120.0756072, 30.3204867 ], [ 120.0755394, 30.320133 ], [ 120.0757207, 30.3197905 ], [ 120.0757593, 30.3196494 ], [ 120.0756716, 30.3196571 ], [ 120.0756003, 30.3196084 ], [ 120.0753922, 30.3195532 ], [ 120.0748023, 30.3193582 ], [ 120.0742287, 30.3191158 ], [ 120.073557, 30.3188144 ], [ 120.0729571, 30.3185109 ], [ 120.0728884, 30.3184817 ], [ 120.0728288, 30.3184321 ], [ 120.0727983, 30.3183786 ], [ 120.0728085, 30.3183018 ], [ 120.0728558, 30.3181745 ], [ 120.072947, 30.317843 ], [ 120.0730371, 30.3176699 ], [ 120.0732094, 30.3171887 ], [ 120.0732972, 30.3167444 ], [ 120.0733603, 30.3165869 ], [ 120.0734515, 30.3163974 ], [ 120.0735, 30.3162408 ], [ 120.0734908, 30.316068 ], [ 120.0733472, 30.3160086 ], [ 120.0733558, 30.3161655 ], [ 120.0732556, 30.3165178 ], [ 120.0731554, 30.3168007 ], [ 120.0731461, 30.3168896 ], [ 120.0731002, 30.3170754 ], [ 120.0730506, 30.3172152 ], [ 120.0730253, 30.3173922 ], [ 120.0729954, 30.317469 ], [ 120.072957, 30.3175466 ], [ 120.0728742, 30.3176353 ], [ 120.0728281, 30.3176995 ], [ 120.0728177, 30.317788 ], [ 120.0727048, 30.318092 ], [ 120.0725235, 30.3184807 ], [ 120.0724477, 30.3185615 ], [ 120.0723243, 30.3185987 ], [ 120.0721817, 30.3185948 ], [ 120.0720829, 30.3185641 ], [ 120.0720018, 30.3187468 ], [ 120.0723149, 30.3188577 ] ], [ [ 120.0726193, 30.3183145 ], [ 120.0726625, 30.3183398 ], [ 120.0726812, 30.3183631 ], [ 120.0726828, 30.3184003 ], [ 120.0726336, 30.318624 ], [ 120.0726152, 30.3186346 ], [ 120.0725475, 30.3186311 ], [ 120.0725304, 30.3185734 ], [ 120.0726193, 30.3183145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.064811, 30.3229454 ], [ 120.0652445, 30.3231333 ], [ 120.0658485, 30.3234296 ], [ 120.0659662, 30.3234753 ], [ 120.0661898, 30.3235075 ], [ 120.0664428, 30.3234905 ], [ 120.0666879, 30.3234127 ], [ 120.0668782, 30.323372 ], [ 120.0671508, 30.3233111 ], [ 120.0673018, 30.3232857 ], [ 120.0675176, 30.3232738 ], [ 120.0675686, 30.3232908 ], [ 120.0675862, 30.3232383 ], [ 120.0677255, 30.3232417 ], [ 120.067751, 30.3232721 ], [ 120.0678118, 30.3232451 ], [ 120.0679373, 30.32324 ], [ 120.0681981, 30.3232315 ], [ 120.068308, 30.3232637 ], [ 120.0688277, 30.3232823 ], [ 120.0692494, 30.3232992 ], [ 120.0696024, 30.3232874 ], [ 120.0697103, 30.3232806 ], [ 120.0699849, 30.3232789 ], [ 120.07033, 30.3232468 ], [ 120.0703575, 30.3232112 ], [ 120.0703575, 30.3231773 ], [ 120.0704242, 30.3231672 ], [ 120.0704693, 30.3231773 ], [ 120.070685, 30.323174 ], [ 120.0707576, 30.3231926 ], [ 120.0708772, 30.3232078 ], [ 120.070991, 30.3231909 ], [ 120.0710989, 30.3231706 ], [ 120.0711852, 30.3231926 ], [ 120.0713243, 30.3231959 ], [ 120.0713314, 30.3230231 ], [ 120.0710243, 30.323025 ], [ 120.0704771, 30.3230707 ], [ 120.0699417, 30.3231096 ], [ 120.0698672, 30.3230927 ], [ 120.0698319, 30.3230504 ], [ 120.0698593, 30.323003 ], [ 120.0699162, 30.3229437 ], [ 120.0698711, 30.3228963 ], [ 120.0697946, 30.3228929 ], [ 120.0697279, 30.3229454 ], [ 120.0697103, 30.3230791 ], [ 120.0696828, 30.323113 ], [ 120.0696338, 30.3231316 ], [ 120.0689591, 30.3231113 ], [ 120.0684158, 30.3230808 ], [ 120.0679883, 30.3230808 ], [ 120.0675019, 30.3230521 ], [ 120.067394, 30.3230791 ], [ 120.0673214, 30.3230791 ], [ 120.0671253, 30.3231486 ], [ 120.0666919, 30.3232738 ], [ 120.0665095, 30.3233026 ], [ 120.0662133, 30.3233771 ], [ 120.0659642, 30.3233195 ], [ 120.0659034, 30.3232857 ], [ 120.06567, 30.3231401 ], [ 120.0653131, 30.3229674 ], [ 120.0649679, 30.3228167 ], [ 120.064696, 30.322713 ], [ 120.0646183, 30.3228683 ], [ 120.064811, 30.3229454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.040593, 30.3231785 ], [ 120.040593, 30.3220104 ], [ 120.0387767, 30.3218743 ], [ 120.0387664, 30.3231719 ], [ 120.040593, 30.3231785 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0279747, 30.3228587 ], [ 120.028035, 30.3228343 ], [ 120.028335, 30.3230828 ], [ 120.028353, 30.3231915 ], [ 120.0285389, 30.3233054 ], [ 120.028656, 30.3232816 ], [ 120.0288657, 30.3232048 ], [ 120.0290436, 30.323128 ], [ 120.0293423, 30.322969 ], [ 120.0294693, 30.3229031 ], [ 120.0296028, 30.3228702 ], [ 120.0297299, 30.3228702 ], [ 120.0299968, 30.3229196 ], [ 120.0301874, 30.322947 ], [ 120.0305051, 30.3229799 ], [ 120.0307339, 30.3230073 ], [ 120.0309372, 30.3230677 ], [ 120.0311088, 30.3231445 ], [ 120.0312613, 30.3232377 ], [ 120.0313083, 30.3232623 ], [ 120.0315345, 30.3233803 ], [ 120.0320238, 30.3235559 ], [ 120.032386, 30.323682 ], [ 120.0326084, 30.3237753 ], [ 120.0328435, 30.3238301 ], [ 120.0329706, 30.3238685 ], [ 120.0330596, 30.3239234 ], [ 120.0331612, 30.3239563 ], [ 120.0332629, 30.3239782 ], [ 120.0335425, 30.3239782 ], [ 120.0339301, 30.3239288 ], [ 120.0345973, 30.3238466 ], [ 120.0350549, 30.3237807 ], [ 120.0353853, 30.3237094 ], [ 120.0358047, 30.3236436 ], [ 120.0360461, 30.3236272 ], [ 120.0362241, 30.3236326 ], [ 120.0363575, 30.3235833 ], [ 120.0365481, 30.3235339 ], [ 120.0367705, 30.3235339 ], [ 120.0371772, 30.3235778 ], [ 120.0373424, 30.323671 ], [ 120.0374187, 30.3237533 ], [ 120.0374123, 30.3239014 ], [ 120.0373806, 30.3240605 ], [ 120.0373933, 30.3241702 ], [ 120.0374187, 30.3242854 ], [ 120.0374568, 30.3243841 ], [ 120.0374759, 30.3244993 ], [ 120.0374568, 30.324609 ], [ 120.0374759, 30.3247187 ], [ 120.0375077, 30.3250203 ], [ 120.0375521, 30.3251904 ], [ 120.0375839, 30.3254098 ], [ 120.0375585, 30.3255524 ], [ 120.0375394, 30.3256292 ], [ 120.0374568, 30.3256621 ], [ 120.0374822, 30.325706 ], [ 120.0375776, 30.3257279 ], [ 120.0377555, 30.3257718 ], [ 120.0380287, 30.3258431 ], [ 120.0383337, 30.3259857 ], [ 120.0384545, 30.3260405 ], [ 120.0385244, 30.3260899 ], [ 120.0385561, 30.3261502 ], [ 120.038626, 30.3262106 ], [ 120.0387849, 30.3263532 ], [ 120.0389882, 30.3265726 ], [ 120.0390391, 30.3266329 ], [ 120.0391407, 30.3266823 ], [ 120.0391662, 30.3267481 ], [ 120.0392043, 30.3268139 ], [ 120.0391916, 30.3269126 ], [ 120.0391407, 30.3269894 ], [ 120.0390327, 30.3271595 ], [ 120.0389437, 30.3272856 ], [ 120.0389628, 30.3274337 ], [ 120.0389501, 30.327505 ], [ 120.038931, 30.3275763 ], [ 120.0388484, 30.3277025 ], [ 120.0387631, 30.3279076 ], [ 120.0386376, 30.3282942 ], [ 120.0385454, 30.3285783 ], [ 120.0382634, 30.328613 ], [ 120.0381343, 30.3286464 ], [ 120.0383179, 30.328692 ], [ 120.0384896, 30.3287041 ], [ 120.0386327, 30.3287412 ], [ 120.038811, 30.3288428 ], [ 120.0387241, 30.3292437 ], [ 120.0386891, 30.3296826 ], [ 120.0387029, 30.3298789 ], [ 120.0389083, 30.3300903 ], [ 120.0405503, 30.3300785 ], [ 120.0404845, 30.331775 ], [ 120.0405295, 30.3317621 ], [ 120.040608, 30.330171 ], [ 120.040714, 30.3301041 ], [ 120.0414995, 30.3300902 ], [ 120.041392, 30.3300258 ], [ 120.0407647, 30.3300293 ], [ 120.0403491, 30.3299817 ], [ 120.0403536, 30.3299117 ], [ 120.0400619, 30.3299741 ], [ 120.0389195, 30.329985 ], [ 120.0388326, 30.3298971 ], [ 120.0388001, 30.3297486 ], [ 120.0388962, 30.3288149 ], [ 120.038717, 30.3286173 ], [ 120.0388638, 30.3282102 ], [ 120.0390325, 30.32781 ], [ 120.0390328, 30.3276653 ], [ 120.0391153, 30.3275599 ], [ 120.0391852, 30.3275763 ], [ 120.039217, 30.3276366 ], [ 120.0392678, 30.3276531 ], [ 120.0392678, 30.3275489 ], [ 120.0392742, 30.3274831 ], [ 120.0393758, 30.3274008 ], [ 120.0394775, 30.3273569 ], [ 120.039611, 30.3273185 ], [ 120.0397698, 30.3273076 ], [ 120.0398906, 30.3273076 ], [ 120.0399986, 30.3272801 ], [ 120.0401002, 30.3271924 ], [ 120.0401765, 30.3271595 ], [ 120.0405196, 30.3270991 ], [ 120.0407293, 30.3270662 ], [ 120.0408755, 30.3270498 ], [ 120.0409644, 30.3270772 ], [ 120.041028, 30.3271266 ], [ 120.0410407, 30.3272417 ], [ 120.0410343, 30.3273679 ], [ 120.0409962, 30.3274995 ], [ 120.04092, 30.3275928 ], [ 120.0408818, 30.3276476 ], [ 120.0409517, 30.3276695 ], [ 120.0410153, 30.3276257 ], [ 120.0410598, 30.327494 ], [ 120.0411424, 30.3272472 ], [ 120.0412567, 30.3271485 ], [ 120.0413521, 30.3271156 ], [ 120.0417206, 30.3271046 ], [ 120.0424641, 30.3271211 ], [ 120.042642, 30.3271595 ], [ 120.0427818, 30.3271649 ], [ 120.0428644, 30.3271156 ], [ 120.0429025, 30.3269894 ], [ 120.0429216, 30.3268084 ], [ 120.0429534, 30.3266987 ], [ 120.043055, 30.3266603 ], [ 120.0431758, 30.3266713 ], [ 120.0434045, 30.3267042 ], [ 120.0435316, 30.3267371 ], [ 120.0436968, 30.3267426 ], [ 120.0440146, 30.3268249 ], [ 120.0445992, 30.3269894 ], [ 120.044739, 30.3270498 ], [ 120.0448978, 30.3271156 ], [ 120.045044, 30.3271649 ], [ 120.0452727, 30.3271759 ], [ 120.0454443, 30.3271595 ], [ 120.0455396, 30.3271979 ], [ 120.0456476, 30.3272746 ], [ 120.0458256, 30.327324 ], [ 120.0460924, 30.3274502 ], [ 120.0463593, 30.3275544 ], [ 120.0465309, 30.3276421 ], [ 120.046677, 30.3276915 ], [ 120.0467724, 30.327686 ], [ 120.0468931, 30.3276147 ], [ 120.0470837, 30.3275763 ], [ 120.0473061, 30.3275763 ], [ 120.0478272, 30.3276641 ], [ 120.0484245, 30.3277244 ], [ 120.0484182, 30.3275763 ], [ 120.0482275, 30.3275434 ], [ 120.0476048, 30.3274447 ], [ 120.0468105, 30.3274556 ], [ 120.0466707, 30.3274502 ], [ 120.0463657, 30.3273295 ], [ 120.0455523, 30.3269894 ], [ 120.0453553, 30.326962 ], [ 120.045063, 30.3269346 ], [ 120.0448343, 30.3268852 ], [ 120.0439129, 30.3266055 ], [ 120.0437667, 30.3265232 ], [ 120.0435888, 30.3264355 ], [ 120.0435062, 30.3263696 ], [ 120.0434427, 30.3262709 ], [ 120.0434427, 30.3261886 ], [ 120.0434427, 30.3260625 ], [ 120.043449, 30.3259528 ], [ 120.04343, 30.3257718 ], [ 120.0432584, 30.325333 ], [ 120.0431758, 30.3251794 ], [ 120.0431631, 30.3250587 ], [ 120.0431758, 30.3248832 ], [ 120.0432012, 30.3242963 ], [ 120.0432457, 30.3241866 ], [ 120.0433473, 30.3241263 ], [ 120.0433473, 30.3240111 ], [ 120.0432902, 30.3239234 ], [ 120.0432965, 30.3238466 ], [ 120.0433664, 30.3237862 ], [ 120.0434744, 30.3237533 ], [ 120.0436333, 30.3237533 ], [ 120.0440336, 30.3237972 ], [ 120.0442306, 30.3238191 ], [ 120.0444848, 30.3237972 ], [ 120.0450948, 30.3238246 ], [ 120.0457811, 30.3238685 ], [ 120.0463847, 30.3239069 ], [ 120.0473697, 30.3239563 ], [ 120.0475412, 30.3239782 ], [ 120.047662, 30.3239398 ], [ 120.0476556, 30.3238411 ], [ 120.0464419, 30.3238301 ], [ 120.0462195, 30.3238137 ], [ 120.0457938, 30.3237753 ], [ 120.0455333, 30.3237149 ], [ 120.0452664, 30.323671 ], [ 120.0451393, 30.3236052 ], [ 120.0450821, 30.3235229 ], [ 120.045044, 30.3233694 ], [ 120.0450694, 30.3232487 ], [ 120.045063, 30.3231335 ], [ 120.0450948, 30.322969 ], [ 120.0450948, 30.3226234 ], [ 120.0450885, 30.3224588 ], [ 120.0450376, 30.3223327 ], [ 120.0450249, 30.3222175 ], [ 120.0450821, 30.3216306 ], [ 120.0450757, 30.3212192 ], [ 120.0451012, 30.3207914 ], [ 120.0450453, 30.320782 ], [ 120.0450273, 30.3210222 ], [ 120.0449286, 30.3222 ], [ 120.0449196, 30.3223395 ], [ 120.044776, 30.3224325 ], [ 120.0445516, 30.32251 ], [ 120.0444349, 30.3225487 ], [ 120.0445516, 30.322603 ], [ 120.0447491, 30.322603 ], [ 120.0449017, 30.3226805 ], [ 120.0449106, 30.3228509 ], [ 120.0449286, 30.3230601 ], [ 120.0448837, 30.3233856 ], [ 120.0448388, 30.3234631 ], [ 120.0447042, 30.3235328 ], [ 120.0445157, 30.323556 ], [ 120.0444887, 30.323649 ], [ 120.044372, 30.3237265 ], [ 120.0442194, 30.323742 ], [ 120.0435193, 30.32368 ], [ 120.0433487, 30.3236955 ], [ 120.043223, 30.323742 ], [ 120.0431512, 30.3238195 ], [ 120.0431243, 30.3239899 ], [ 120.0430974, 30.3248965 ], [ 120.0430525, 30.3250902 ], [ 120.0430704, 30.3252374 ], [ 120.04325, 30.3256404 ], [ 120.0433397, 30.3258651 ], [ 120.0433451, 30.3260669 ], [ 120.0433291, 30.3261912 ], [ 120.0432491, 30.3262878 ], [ 120.0430572, 30.3262947 ], [ 120.0429612, 30.326205 ], [ 120.0429932, 30.3260531 ], [ 120.0429612, 30.3259357 ], [ 120.0428252, 30.32606 ], [ 120.0428013, 30.3262188 ], [ 120.0427853, 30.326343 ], [ 120.0427293, 30.3264397 ], [ 120.0426813, 30.3265847 ], [ 120.0426973, 30.3267296 ], [ 120.0426733, 30.3268746 ], [ 120.0426013, 30.3269713 ], [ 120.0424333, 30.3270265 ], [ 120.0416416, 30.3270265 ], [ 120.0414176, 30.3270058 ], [ 120.0412816, 30.3269506 ], [ 120.0409537, 30.3269506 ], [ 120.0407378, 30.3269022 ], [ 120.0405458, 30.3268332 ], [ 120.0404818, 30.3268608 ], [ 120.0403139, 30.3269022 ], [ 120.0401139, 30.3269367 ], [ 120.03997, 30.3268953 ], [ 120.039778, 30.3268332 ], [ 120.0396821, 30.3267158 ], [ 120.0395381, 30.3266399 ], [ 120.0394261, 30.3265501 ], [ 120.0393781, 30.3264466 ], [ 120.0391542, 30.3263845 ], [ 120.0390182, 30.3263016 ], [ 120.0390022, 30.3261981 ], [ 120.0390822, 30.3261083 ], [ 120.0391702, 30.3260876 ], [ 120.0394901, 30.3261152 ], [ 120.0395381, 30.3260669 ], [ 120.0393941, 30.3260255 ], [ 120.0390582, 30.3260255 ], [ 120.0388423, 30.3259979 ], [ 120.0386103, 30.3259495 ], [ 120.0384104, 30.3258736 ], [ 120.0381385, 30.3257286 ], [ 120.0378585, 30.3256734 ], [ 120.0377546, 30.3256389 ], [ 120.0376986, 30.3254318 ], [ 120.0376666, 30.3252799 ], [ 120.0376906, 30.3250935 ], [ 120.0376266, 30.3246931 ], [ 120.0375066, 30.3238992 ], [ 120.0374666, 30.3236092 ], [ 120.0374746, 30.3235057 ], [ 120.0373307, 30.3234849 ], [ 120.0367548, 30.323409 ], [ 120.0365469, 30.3234366 ], [ 120.0363469, 30.3234711 ], [ 120.035987, 30.3234918 ], [ 120.0355951, 30.3235126 ], [ 120.0353632, 30.3235609 ], [ 120.0351552, 30.3236437 ], [ 120.0349153, 30.3236851 ], [ 120.0346913, 30.3236921 ], [ 120.0345234, 30.3237197 ], [ 120.0342754, 30.323768 ], [ 120.0339715, 30.3237749 ], [ 120.0336916, 30.3237749 ], [ 120.0335236, 30.3237404 ], [ 120.0334836, 30.3236437 ], [ 120.0334597, 30.3235609 ], [ 120.0333797, 30.3235057 ], [ 120.0332117, 30.3234918 ], [ 120.0331077, 30.3235471 ], [ 120.0330358, 30.3236161 ], [ 120.0328438, 30.3235816 ], [ 120.0327318, 30.3235195 ], [ 120.0326919, 30.3234435 ], [ 120.0326934, 30.3234151 ], [ 120.0327158, 30.322981 ], [ 120.0327259, 30.3229323 ], [ 120.0327558, 30.3227877 ], [ 120.0326919, 30.3224977 ], [ 120.0328198, 30.322332 ], [ 120.0330038, 30.3222008 ], [ 120.0333397, 30.3220973 ], [ 120.0339075, 30.3219109 ], [ 120.033974, 30.3218972 ], [ 120.0344754, 30.3217935 ], [ 120.0347553, 30.3217521 ], [ 120.0348513, 30.3217107 ], [ 120.0350193, 30.32169 ], [ 120.0353072, 30.3217314 ], [ 120.0356511, 30.3216761 ], [ 120.035851, 30.3216692 ], [ 120.0367068, 30.3218004 ], [ 120.0369947, 30.3218211 ], [ 120.0378665, 30.3218625 ], [ 120.0380505, 30.3218625 ], [ 120.0381704, 30.3218142 ], [ 120.0382184, 30.3217383 ], [ 120.0382424, 30.3215657 ], [ 120.0382344, 30.3210341 ], [ 120.0382664, 30.320247 ], [ 120.0382984, 30.3193771 ], [ 120.0383384, 30.3191838 ], [ 120.0382504, 30.3190734 ], [ 120.0382184, 30.3189767 ], [ 120.0382904, 30.3186315 ], [ 120.0383144, 30.3177409 ], [ 120.0382504, 30.3171816 ], [ 120.0382824, 30.3163669 ], [ 120.0382584, 30.315711 ], [ 120.0381544, 30.3153658 ], [ 120.0380905, 30.314199 ], [ 120.0380585, 30.3135983 ], [ 120.0379705, 30.313619 ], [ 120.0380185, 30.3146616 ], [ 120.0380185, 30.3154418 ], [ 120.0380345, 30.3155798 ], [ 120.0381065, 30.3157663 ], [ 120.0381464, 30.3160839 ], [ 120.0381864, 30.3166845 ], [ 120.0381305, 30.3169745 ], [ 120.0380825, 30.3172231 ], [ 120.0380745, 30.3174371 ], [ 120.0381305, 30.3176649 ], [ 120.0381484, 30.3185987 ], [ 120.0381365, 30.3190751 ], [ 120.0381305, 30.3194324 ], [ 120.0380525, 30.3200848 ], [ 120.0380225, 30.320323 ], [ 120.0380165, 30.3205301 ], [ 120.0380465, 30.3209184 ], [ 120.0381125, 30.3215605 ], [ 120.0381065, 30.3216278 ], [ 120.0380525, 30.3217107 ], [ 120.0379865, 30.3217417 ], [ 120.0378425, 30.3217573 ], [ 120.0369068, 30.321721 ], [ 120.0356711, 30.3215709 ], [ 120.0350892, 30.3216278 ], [ 120.0349213, 30.3215916 ], [ 120.0347473, 30.321576 ], [ 120.0345374, 30.3216019 ], [ 120.0343934, 30.3216175 ], [ 120.0337996, 30.3218298 ], [ 120.0333797, 30.3219851 ], [ 120.0331277, 30.3220421 ], [ 120.0328758, 30.3220783 ], [ 120.032162, 30.3222181 ], [ 120.0317901, 30.3221301 ], [ 120.0317361, 30.3220679 ], [ 120.0316281, 30.3220576 ], [ 120.0314422, 30.3228757 ], [ 120.0313942, 30.3229482 ], [ 120.0312862, 30.3229896 ], [ 120.0310583, 30.3229689 ], [ 120.0308303, 30.322943 ], [ 120.0306084, 30.3228446 ], [ 120.0303205, 30.3228032 ], [ 120.0301405, 30.3227411 ], [ 120.0299006, 30.3227773 ], [ 120.0297626, 30.3227825 ], [ 120.0295107, 30.3227721 ], [ 120.0293667, 30.322798 ], [ 120.0292527, 30.3229016 ], [ 120.0291028, 30.3230051 ], [ 120.0289048, 30.3230776 ], [ 120.0286829, 30.3231087 ], [ 120.0285029, 30.3230932 ], [ 120.028347, 30.3230103 ], [ 120.028239, 30.3229275 ], [ 120.028197, 30.3228602 ], [ 120.028287, 30.322798 ], [ 120.0279225, 30.3227353 ], [ 120.0278546, 30.3228383 ], [ 120.0279747, 30.3228587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0331479, 30.3232905 ], [ 120.0334138, 30.323395 ], [ 120.0341055, 30.3234228 ], [ 120.0342081, 30.3236715 ], [ 120.0349811, 30.3235454 ], [ 120.0349954, 30.3233801 ], [ 120.0356224, 30.3233204 ], [ 120.0355435, 30.3225528 ], [ 120.0352638, 30.3225497 ], [ 120.0352119, 30.3223088 ], [ 120.0350002, 30.3221874 ], [ 120.0346789, 30.3221664 ], [ 120.0344085, 30.3219912 ], [ 120.033974, 30.3218972 ], [ 120.0335006, 30.3221521 ], [ 120.0333516, 30.3223001 ], [ 120.0332308, 30.3228444 ], [ 120.0327259, 30.3229323 ], [ 120.0326934, 30.3234151 ], [ 120.0331479, 30.3232905 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0403413, 30.3243866 ], [ 120.0403413, 30.3237707 ], [ 120.0391645, 30.3237387 ], [ 120.0391393, 30.324395 ], [ 120.0403413, 30.3243866 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0272783, 30.3244923 ], [ 120.0276226, 30.324448 ], [ 120.0278996, 30.3242692 ], [ 120.0277102, 30.3237903 ], [ 120.0275431, 30.3238929 ], [ 120.0270871, 30.3239936 ], [ 120.027052, 30.3241852 ], [ 120.0272783, 30.3244923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0317271, 30.3322983 ], [ 120.0318335, 30.3322971 ], [ 120.0318286, 30.3319743 ], [ 120.0317222, 30.3319755 ], [ 120.0317271, 30.3322983 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0311721, 30.3334671 ], [ 120.0325549, 30.3334858 ], [ 120.0327218, 30.3335138 ], [ 120.0329909, 30.3340289 ], [ 120.0333201, 30.3340223 ], [ 120.0336057, 30.3340441 ], [ 120.0337736, 30.3341053 ], [ 120.0338949, 30.3341912 ], [ 120.0342486, 30.3342625 ], [ 120.0344858, 30.3345727 ], [ 120.0345606, 30.3347064 ], [ 120.0346012, 30.3348383 ], [ 120.034747, 30.3350051 ], [ 120.0349059, 30.3351219 ], [ 120.0349853, 30.3351042 ], [ 120.0351107, 30.335083 ], [ 120.0351894, 30.3350266 ], [ 120.0351905, 30.3348805 ], [ 120.0351224, 30.3348124 ], [ 120.0349383, 30.3345696 ], [ 120.0346892, 30.3345343 ], [ 120.0345124, 30.3343587 ], [ 120.0344486, 30.3342076 ], [ 120.0342705, 30.3341302 ], [ 120.0339628, 30.3340124 ], [ 120.034067, 30.3337135 ], [ 120.0349677, 30.3333007 ], [ 120.03551, 30.3331091 ], [ 120.0359284, 30.333125 ], [ 120.0364784, 30.3331143 ], [ 120.0367455, 30.3332888 ], [ 120.037326, 30.33351 ], [ 120.0373247, 30.3333853 ], [ 120.0370521, 30.3333017 ], [ 120.0368324, 30.3332602 ], [ 120.0365456, 30.3330226 ], [ 120.0354331, 30.3330297 ], [ 120.0349532, 30.3332139 ], [ 120.0343496, 30.3334448 ], [ 120.0338992, 30.3336739 ], [ 120.0336994, 30.3339182 ], [ 120.0335214, 30.3339292 ], [ 120.0333318, 30.3339389 ], [ 120.0331592, 30.3339239 ], [ 120.0329897, 30.333799 ], [ 120.0329328, 30.3336373 ], [ 120.0328602, 30.3335637 ], [ 120.0327759, 30.3334119 ], [ 120.0325263, 30.3333743 ], [ 120.0323239, 30.3333193 ], [ 120.0321657, 30.3333273 ], [ 120.032056, 30.3333357 ], [ 120.0319535, 30.3333313 ], [ 120.0318526, 30.3332844 ], [ 120.0312153, 30.3332859 ], [ 120.0311694, 30.3333478 ], [ 120.0311721, 30.3334671 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.028551, 30.3351856 ], [ 120.0285785, 30.3351853 ], [ 120.0287273, 30.3353489 ], [ 120.0287617, 30.3355118 ], [ 120.0286804, 30.3356834 ], [ 120.0286615, 30.3358607 ], [ 120.0286368, 30.3363259 ], [ 120.0287079, 30.3365965 ], [ 120.0287586, 30.3368241 ], [ 120.0288216, 30.3368409 ], [ 120.0288521, 30.3368132 ], [ 120.0288193, 30.336742 ], [ 120.0288252, 30.3365992 ], [ 120.0287918, 30.3364895 ], [ 120.0287942, 30.336172 ], [ 120.0288365, 30.3358664 ], [ 120.0288918, 30.335722 ], [ 120.0289184, 30.3355323 ], [ 120.0290144, 30.3353933 ], [ 120.0290393, 30.3353019 ], [ 120.0290163, 30.3352165 ], [ 120.0290261, 30.3351192 ], [ 120.0291449, 30.334943 ], [ 120.0292383, 30.3348776 ], [ 120.0293014, 30.3347163 ], [ 120.0294384, 30.3344993 ], [ 120.02956, 30.3342046 ], [ 120.0297476, 30.3340416 ], [ 120.0299033, 30.3339743 ], [ 120.0301159, 30.3339542 ], [ 120.0302823, 30.3339394 ], [ 120.0304893, 30.334014 ], [ 120.0307118, 30.3340116 ], [ 120.030805, 30.3339443 ], [ 120.0308625, 30.3337859 ], [ 120.0308248, 30.3336141 ], [ 120.0309683, 30.3334923 ], [ 120.0311721, 30.3334671 ], [ 120.0311694, 30.3333478 ], [ 120.0308729, 30.3333846 ], [ 120.030654, 30.3335712 ], [ 120.0305211, 30.3335862 ], [ 120.0304632, 30.3336179 ], [ 120.0302657, 30.3337624 ], [ 120.0301256, 30.3338597 ], [ 120.0299818, 30.3338364 ], [ 120.0298689, 30.3338452 ], [ 120.0295692, 30.3339683 ], [ 120.02946, 30.3341219 ], [ 120.0294234, 30.3341765 ], [ 120.0293793, 30.3344184 ], [ 120.0292713, 30.3345339 ], [ 120.0290183, 30.3348825 ], [ 120.0289217, 30.3349529 ], [ 120.0288243, 30.3350725 ], [ 120.0286124, 30.3350929 ], [ 120.02714, 30.3350146 ], [ 120.0271071, 30.3351813 ], [ 120.028551, 30.3351856 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0219121, 30.3351727 ], [ 120.0233936, 30.3351649 ], [ 120.023913, 30.3351883 ], [ 120.0242382, 30.3351493 ], [ 120.0245544, 30.3351727 ], [ 120.0248706, 30.3351493 ], [ 120.0250332, 30.3351766 ], [ 120.0252545, 30.3351571 ], [ 120.0255165, 30.3351883 ], [ 120.0264017, 30.3351805 ], [ 120.0267134, 30.3351201 ], [ 120.0268986, 30.335085 ], [ 120.0271071, 30.3351813 ], [ 120.02714, 30.3350146 ], [ 120.0269415, 30.3350012 ], [ 120.0267563, 30.3350265 ], [ 120.0266727, 30.3350031 ], [ 120.026404, 30.3350694 ], [ 120.0262595, 30.3350596 ], [ 120.0260268, 30.3350889 ], [ 120.0257604, 30.3350577 ], [ 120.0254577, 30.335083 ], [ 120.0252816, 30.3350596 ], [ 120.0250129, 30.335083 ], [ 120.0247915, 30.335046 ], [ 120.0244912, 30.3350694 ], [ 120.0242992, 30.3350499 ], [ 120.0239153, 30.335085 ], [ 120.0236985, 30.3350479 ], [ 120.0232423, 30.3350538 ], [ 120.0225129, 30.3350674 ], [ 120.0222735, 30.3350509 ], [ 120.0218444, 30.3350694 ], [ 120.0218424, 30.3352155 ], [ 120.0219121, 30.3351727 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0208926, 30.3376022 ], [ 120.0217437, 30.337529 ], [ 120.021673, 30.3370904 ], [ 120.0208443, 30.3370916 ], [ 120.0208926, 30.3376022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0496818, 30.2792437 ], [ 120.0497073, 30.2793318 ], [ 120.049743, 30.2794023 ], [ 120.0497481, 30.2795125 ], [ 120.0497481, 30.279583 ], [ 120.0498094, 30.2796183 ], [ 120.0499165, 30.2796535 ], [ 120.0499573, 30.279702 ], [ 120.0500492, 30.279702 ], [ 120.05009, 30.2796403 ], [ 120.0500798, 30.2794949 ], [ 120.0500645, 30.2793935 ], [ 120.0501002, 30.2793539 ], [ 120.0501614, 30.2793715 ], [ 120.0501716, 30.279464 ], [ 120.0501614, 30.2795786 ], [ 120.0501614, 30.2796623 ], [ 120.0502125, 30.2796888 ], [ 120.0502686, 30.2796711 ], [ 120.050289, 30.2795698 ], [ 120.0502788, 30.2794156 ], [ 120.0502941, 30.2792658 ], [ 120.0503043, 30.2791688 ], [ 120.0502941, 30.2790939 ], [ 120.0502482, 30.2790763 ], [ 120.0501767, 30.2790895 ], [ 120.0500849, 30.2791203 ], [ 120.0500237, 30.2790851 ], [ 120.0499777, 30.2790807 ], [ 120.0498757, 30.2790983 ], [ 120.0497838, 30.2791159 ], [ 120.0496818, 30.2791688 ], [ 120.0496818, 30.2792437 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.051085, 30.2795786 ], [ 120.0511258, 30.2796139 ], [ 120.0516718, 30.2795786 ], [ 120.0516922, 30.2795169 ], [ 120.0516871, 30.2794376 ], [ 120.0516769, 30.2793098 ], [ 120.0516616, 30.2792393 ], [ 120.0515799, 30.2792261 ], [ 120.0514524, 30.2792437 ], [ 120.0513095, 30.2792702 ], [ 120.0511972, 30.2792569 ], [ 120.051085, 30.2792878 ], [ 120.0510595, 30.2793627 ], [ 120.051085, 30.2795786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0506615, 30.2802748 ], [ 120.050687, 30.2803629 ], [ 120.0507635, 30.2804246 ], [ 120.0508503, 30.2804422 ], [ 120.0509931, 30.2804158 ], [ 120.0510237, 30.2803585 ], [ 120.0510595, 30.2802924 ], [ 120.0511003, 30.2801999 ], [ 120.0512023, 30.2801646 ], [ 120.0513248, 30.280147 ], [ 120.0514064, 30.2801779 ], [ 120.0514319, 30.2802396 ], [ 120.0515238, 30.2802131 ], [ 120.0516309, 30.2802352 ], [ 120.0517789, 30.280266 ], [ 120.0518452, 30.2802968 ], [ 120.0519371, 30.2803585 ], [ 120.0520902, 30.2803762 ], [ 120.0521514, 30.2804775 ], [ 120.0521259, 30.2805788 ], [ 120.0520391, 30.2806538 ], [ 120.0520442, 30.2807154 ], [ 120.0520953, 30.2807595 ], [ 120.0521616, 30.2808168 ], [ 120.0521616, 30.2808873 ], [ 120.0522228, 30.2809005 ], [ 120.0523096, 30.2808653 ], [ 120.0522943, 30.2807419 ], [ 120.0523045, 30.2806229 ], [ 120.0523045, 30.280526 ], [ 120.0522381, 30.2803541 ], [ 120.0522177, 30.2802263 ], [ 120.0522585, 30.2801558 ], [ 120.05233, 30.2801426 ], [ 120.0523963, 30.2802307 ], [ 120.0524626, 30.2803585 ], [ 120.0525137, 30.2803894 ], [ 120.0525494, 30.2803321 ], [ 120.0525392, 30.2801514 ], [ 120.0525902, 30.2800809 ], [ 120.0526616, 30.2800545 ], [ 120.0527688, 30.2800721 ], [ 120.0527892, 30.2801823 ], [ 120.0527892, 30.2802352 ], [ 120.0528606, 30.2802572 ], [ 120.0530086, 30.2802352 ], [ 120.0530494, 30.2801999 ], [ 120.0530596, 30.2801162 ], [ 120.0530392, 30.2800016 ], [ 120.0529678, 30.2797725 ], [ 120.0529678, 30.279702 ], [ 120.0530086, 30.2796403 ], [ 120.053177, 30.2795654 ], [ 120.0532841, 30.2795434 ], [ 120.0534219, 30.2795257 ], [ 120.0534831, 30.2794112 ], [ 120.0536362, 30.2793186 ], [ 120.0536872, 30.2792349 ], [ 120.0537119, 30.2791748 ], [ 120.0537683, 30.2791305 ], [ 120.0538357, 30.2791338 ], [ 120.0538852, 30.2791753 ], [ 120.0538782, 30.2792126 ], [ 120.053905, 30.2792622 ], [ 120.0539649, 30.2793261 ], [ 120.0540005, 30.2793771 ], [ 120.0540662, 30.2793838 ], [ 120.0540424, 30.2792436 ], [ 120.0540085, 30.279113 ], [ 120.0539861, 30.278974 ], [ 120.0539653, 30.2788299 ], [ 120.0539666, 30.2786858 ], [ 120.0539581, 30.2786211 ], [ 120.0539132, 30.2786366 ], [ 120.0538773, 30.2787532 ], [ 120.0538716, 30.2788057 ], [ 120.0538713, 30.2788537 ], [ 120.0539203, 30.2788735 ], [ 120.0539522, 30.2789179 ], [ 120.0539279, 30.2789878 ], [ 120.0539068, 30.2790466 ], [ 120.0538289, 30.2790597 ], [ 120.0537179, 30.2790586 ], [ 120.0536362, 30.2790322 ], [ 120.053524, 30.2790542 ], [ 120.0534219, 30.2790895 ], [ 120.0532944, 30.2790807 ], [ 120.0531923, 30.2790146 ], [ 120.0530954, 30.2789573 ], [ 120.0529984, 30.2789705 ], [ 120.0529678, 30.2790807 ], [ 120.0529831, 30.2791732 ], [ 120.0530086, 30.2792966 ], [ 120.05308, 30.2793142 ], [ 120.0531311, 30.2792834 ], [ 120.0531311, 30.2791556 ], [ 120.0531974, 30.2791115 ], [ 120.0532484, 30.2791424 ], [ 120.053228, 30.2792305 ], [ 120.0531821, 30.2793054 ], [ 120.053228, 30.2793891 ], [ 120.053177, 30.2794861 ], [ 120.0531056, 30.2795301 ], [ 120.0529423, 30.2795434 ], [ 120.0528198, 30.2795434 ], [ 120.0527433, 30.2794156 ], [ 120.0527127, 30.2793142 ], [ 120.0526055, 30.2792746 ], [ 120.0525596, 30.2792085 ], [ 120.0524729, 30.2792217 ], [ 120.0524524, 30.279279 ], [ 120.0525086, 30.2793671 ], [ 120.0525749, 30.279464 ], [ 120.0526361, 30.2795257 ], [ 120.0527433, 30.2795434 ], [ 120.0527739, 30.2796447 ], [ 120.0527433, 30.2797064 ], [ 120.0527025, 30.2798165 ], [ 120.0526259, 30.2798518 ], [ 120.0525443, 30.279821 ], [ 120.0525137, 30.2797416 ], [ 120.0524473, 30.2797328 ], [ 120.0524116, 30.2798121 ], [ 120.0523912, 30.2799223 ], [ 120.0523351, 30.279984 ], [ 120.052233, 30.279984 ], [ 120.0522126, 30.2797857 ], [ 120.0521157, 30.2797505 ], [ 120.0520085, 30.2797593 ], [ 120.0519371, 30.279821 ], [ 120.0518401, 30.279843 ], [ 120.0517534, 30.2798077 ], [ 120.0516922, 30.2798298 ], [ 120.0516769, 30.2799267 ], [ 120.051682, 30.2800369 ], [ 120.051682, 30.2801206 ], [ 120.0516309, 30.2801558 ], [ 120.0515085, 30.2801558 ], [ 120.0514728, 30.2800809 ], [ 120.0514626, 30.2799355 ], [ 120.0514626, 30.2797857 ], [ 120.0515391, 30.2797372 ], [ 120.0516769, 30.2797064 ], [ 120.0516871, 30.2796535 ], [ 120.0516054, 30.2796403 ], [ 120.051483, 30.2796579 ], [ 120.0513911, 30.2796976 ], [ 120.0513758, 30.2797681 ], [ 120.0513809, 30.2798782 ], [ 120.0513503, 30.2800016 ], [ 120.0513248, 30.2800765 ], [ 120.0512636, 30.2800941 ], [ 120.0511819, 30.2800721 ], [ 120.051136, 30.2799972 ], [ 120.0509982, 30.2799355 ], [ 120.050937, 30.2799267 ], [ 120.0508248, 30.2799531 ], [ 120.0507329, 30.2799928 ], [ 120.0506053, 30.2800677 ], [ 120.0506002, 30.2801602 ], [ 120.0506615, 30.2802748 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0487736, 30.2802572 ], [ 120.0489317, 30.2802616 ], [ 120.0490185, 30.2803101 ], [ 120.049095, 30.2803277 ], [ 120.0491869, 30.2803453 ], [ 120.0492991, 30.280407 ], [ 120.0493756, 30.280407 ], [ 120.049391, 30.2803321 ], [ 120.0493961, 30.2802175 ], [ 120.0493705, 30.2801514 ], [ 120.0492787, 30.2801338 ], [ 120.0491613, 30.2801426 ], [ 120.049044, 30.2801206 ], [ 120.0489674, 30.2800501 ], [ 120.0489266, 30.2800192 ], [ 120.0488552, 30.2800501 ], [ 120.0487685, 30.2800809 ], [ 120.0487225, 30.2801338 ], [ 120.0487174, 30.2802087 ], [ 120.0487736, 30.2802572 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0447291, 30.290867 ], [ 120.0448288, 30.2907959 ], [ 120.0452662, 30.2908583 ], [ 120.0453673, 30.2909535 ], [ 120.0454747, 30.29099 ], [ 120.0456294, 30.2911032 ], [ 120.045677, 30.2911487 ], [ 120.0457841, 30.2911743 ], [ 120.0462015, 30.2912924 ], [ 120.0464636, 30.2913755 ], [ 120.0466524, 30.2914065 ], [ 120.0468921, 30.2914735 ], [ 120.0471583, 30.2915943 ], [ 120.0473409, 30.2916446 ], [ 120.0477019, 30.2916889 ], [ 120.0481355, 30.2916708 ], [ 120.0482389, 30.2916756 ], [ 120.0483059, 30.2916703 ], [ 120.0486636, 30.2916417 ], [ 120.0489368, 30.2915884 ], [ 120.0492013, 30.2915455 ], [ 120.0494491, 30.2914577 ], [ 120.0500867, 30.2911799 ], [ 120.0502458, 30.2911334 ], [ 120.0503589, 30.29111 ], [ 120.0505679, 30.2911358 ], [ 120.0508049, 30.2911596 ], [ 120.0510389, 30.2911729 ], [ 120.0512565, 30.2912759 ], [ 120.0515683, 30.2914571 ], [ 120.0516915, 30.2913159 ], [ 120.0515152, 30.291218 ], [ 120.0512625, 30.2911002 ], [ 120.0510339, 30.2910434 ], [ 120.0508537, 30.2909826 ], [ 120.0506526, 30.2909716 ], [ 120.050543, 30.2909779 ], [ 120.0505222, 30.2910091 ], [ 120.050469, 30.2910266 ], [ 120.050332, 30.2910388 ], [ 120.0500737, 30.2911105 ], [ 120.0496312, 30.2913224 ], [ 120.0492604, 30.291466 ], [ 120.0487635, 30.29158 ], [ 120.0484021, 30.2916169 ], [ 120.048006, 30.291627 ], [ 120.0477022, 30.2916148 ], [ 120.0474324, 30.291583 ], [ 120.0472878, 30.2915326 ], [ 120.0470134, 30.2914327 ], [ 120.0468471, 30.2913735 ], [ 120.0466661, 30.2913133 ], [ 120.0465403, 30.2913146 ], [ 120.0462988, 30.291206 ], [ 120.0458202, 30.2910355 ], [ 120.0456895, 30.2910341 ], [ 120.0454848, 30.2908979 ], [ 120.0452115, 30.2907577 ], [ 120.0446561, 30.2906716 ], [ 120.0447291, 30.290867 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0440932, 30.3364105 ], [ 120.0445853, 30.3364133 ], [ 120.0454171, 30.3364142 ], [ 120.0457412, 30.3365662 ], [ 120.0459344, 30.336667 ], [ 120.0461865, 30.3367799 ], [ 120.0467001, 30.3367931 ], [ 120.0470454, 30.3368013 ], [ 120.0475246, 30.336783 ], [ 120.0481651, 30.3368661 ], [ 120.0484453, 30.3368857 ], [ 120.0491028, 30.336859 ], [ 120.0498964, 30.3368811 ], [ 120.0504656, 30.3369182 ], [ 120.0505497, 30.3369473 ], [ 120.0507212, 30.3369647 ], [ 120.0509658, 30.3370093 ], [ 120.0513316, 30.3370398 ], [ 120.0514538, 30.3370225 ], [ 120.0515767, 30.3369795 ], [ 120.0516682, 30.337093 ], [ 120.0517101, 30.3371244 ], [ 120.051467, 30.336708 ], [ 120.051471, 30.336808 ], [ 120.0511666, 30.3368265 ], [ 120.0506252, 30.3366562 ], [ 120.0503595, 30.3366434 ], [ 120.0500724, 30.3366659 ], [ 120.0485953, 30.3365824 ], [ 120.0483915, 30.3365368 ], [ 120.0484757, 30.3361504 ], [ 120.0487565, 30.3360969 ], [ 120.0489831, 30.3359687 ], [ 120.0491664, 30.3357962 ], [ 120.049225, 30.3356792 ], [ 120.0492642, 30.3355458 ], [ 120.0489436, 30.3344053 ], [ 120.0486814, 30.334009 ], [ 120.0486968, 30.333706 ], [ 120.0487256, 30.3330959 ], [ 120.0489667, 30.3327656 ], [ 120.0493531, 30.3327772 ], [ 120.0494592, 30.3326833 ], [ 120.0492547, 30.3326134 ], [ 120.048908, 30.3325347 ], [ 120.0485488, 30.332509 ], [ 120.0481648, 30.3325722 ], [ 120.0477478, 30.3326052 ], [ 120.0475085, 30.3326025 ], [ 120.0473934, 30.3325196 ], [ 120.0469763, 30.3324831 ], [ 120.0467018, 30.3325492 ], [ 120.0464248, 30.3325512 ], [ 120.0461511, 30.3325076 ], [ 120.0461212, 30.3323516 ], [ 120.0462371, 30.3321401 ], [ 120.0462666, 30.3318242 ], [ 120.0461682, 30.3318196 ], [ 120.0461189, 30.3318173 ], [ 120.0460926, 30.3319341 ], [ 120.0460587, 30.3320849 ], [ 120.045962, 30.3323677 ], [ 120.0459848, 30.3325507 ], [ 120.0461194, 30.33259 ], [ 120.0470278, 30.3326027 ], [ 120.0476326, 30.3326642 ], [ 120.0484288, 30.3326882 ], [ 120.0485393, 30.3327707 ], [ 120.048598, 30.332946 ], [ 120.048529, 30.333431 ], [ 120.0484001, 30.3340172 ], [ 120.0484735, 30.3341532 ], [ 120.0484646, 30.3343184 ], [ 120.0485235, 30.3343435 ], [ 120.0486134, 30.3342691 ], [ 120.049029, 30.3354083 ], [ 120.0490433, 30.3355569 ], [ 120.0489949, 30.3357401 ], [ 120.0488813, 30.3358686 ], [ 120.0486228, 30.3359983 ], [ 120.0483897, 30.3360098 ], [ 120.0483579, 30.3359043 ], [ 120.0480634, 30.3359484 ], [ 120.048026, 30.3361489 ], [ 120.0481038, 30.3365581 ], [ 120.0472436, 30.3365203 ], [ 120.0467814, 30.3365307 ], [ 120.0465066, 30.3365379 ], [ 120.0462095, 30.3364936 ], [ 120.0459472, 30.3364054 ], [ 120.0457127, 30.3362492 ], [ 120.0454678, 30.3361881 ], [ 120.0452383, 30.3361887 ], [ 120.0449203, 30.3361929 ], [ 120.0444601, 30.3361961 ], [ 120.0439214, 30.3361755 ], [ 120.0435153, 30.3361753 ], [ 120.0432127, 30.3361266 ], [ 120.0428802, 30.3360382 ], [ 120.0426063, 30.3360302 ], [ 120.0425914, 30.3361471 ], [ 120.0425785, 30.3362482 ], [ 120.0440932, 30.3364105 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0498106, 30.3430672 ], [ 120.0500936, 30.3429903 ], [ 120.0500976, 30.3428559 ], [ 120.0499705, 30.3428201 ], [ 120.0497341, 30.3429165 ], [ 120.0498106, 30.3430672 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0460441, 30.3518969 ], [ 120.0461158, 30.3520441 ], [ 120.0465383, 30.352151 ], [ 120.0465983, 30.3520643 ], [ 120.0467756, 30.3520353 ], [ 120.0468308, 30.3518431 ], [ 120.0464271, 30.3516445 ], [ 120.0460216, 30.3516086 ], [ 120.0456485, 30.3515115 ], [ 120.0455764, 30.3518572 ], [ 120.0460441, 30.3518969 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0416339, 30.3699371 ], [ 120.0417082, 30.3699371 ], [ 120.041766, 30.3698837 ], [ 120.0417907, 30.3698446 ], [ 120.041832, 30.3698161 ], [ 120.0418774, 30.3698089 ], [ 120.0419269, 30.3697164 ], [ 120.0419476, 30.3696558 ], [ 120.0419764, 30.3695633 ], [ 120.0419764, 30.3694671 ], [ 120.0419888, 30.3693745 ], [ 120.042059, 30.3692891 ], [ 120.0420755, 30.3692 ], [ 120.0421209, 30.3691181 ], [ 120.0421291, 30.3690469 ], [ 120.0421787, 30.3689579 ], [ 120.0422076, 30.3688938 ], [ 120.0421787, 30.3688297 ], [ 120.0421869, 30.3687193 ], [ 120.0422364, 30.3685199 ], [ 120.0422777, 30.3684558 ], [ 120.0423603, 30.3683882 ], [ 120.0424139, 30.3683134 ], [ 120.042418, 30.3682564 ], [ 120.0424015, 30.3682066 ], [ 120.0424593, 30.368171 ], [ 120.0425047, 30.3681496 ], [ 120.0425171, 30.3680784 ], [ 120.0424676, 30.3680072 ], [ 120.0425419, 30.367936 ], [ 120.042579, 30.3678256 ], [ 120.0426244, 30.3676903 ], [ 120.0426574, 30.3675799 ], [ 120.0426285, 30.3675229 ], [ 120.0425501, 30.3675193 ], [ 120.0424882, 30.3675158 ], [ 120.0424511, 30.3675443 ], [ 120.0424128, 30.3676674 ], [ 120.0423602, 30.3677792 ], [ 120.0423438, 30.3678113 ], [ 120.042286, 30.3679003 ], [ 120.0421126, 30.3684238 ], [ 120.0420218, 30.36873 ], [ 120.0419145, 30.3690612 ], [ 120.0418733, 30.3691716 ], [ 120.041865, 30.3692606 ], [ 120.0418114, 30.3693852 ], [ 120.0417783, 30.3694956 ], [ 120.0417701, 30.3695704 ], [ 120.0417247, 30.3696986 ], [ 120.0416875, 30.3697911 ], [ 120.0416421, 30.3698695 ], [ 120.0416174, 30.3699122 ], [ 120.0416339, 30.3699371 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0470929, 30.3690171 ], [ 120.0471466, 30.3692994 ], [ 120.0472093, 30.3696068 ], [ 120.0472606, 30.3698944 ], [ 120.0473033, 30.3700715 ], [ 120.0473033, 30.3701846 ], [ 120.0472976, 30.3702952 ], [ 120.0473233, 30.3704304 ], [ 120.0473803, 30.3706247 ], [ 120.0474116, 30.3709443 ], [ 120.0474202, 30.371141 ], [ 120.0474316, 30.3712541 ], [ 120.0474458, 30.3715393 ], [ 120.0474743, 30.3716352 ], [ 120.0475057, 30.3718909 ], [ 120.0475199, 30.3721171 ], [ 120.0475199, 30.3722179 ], [ 120.0475342, 30.3722647 ], [ 120.047537, 30.3723876 ], [ 120.0474971, 30.3726458 ], [ 120.0473803, 30.373108 ], [ 120.0473375, 30.3733268 ], [ 120.0472891, 30.3737399 ], [ 120.0472891, 30.3739587 ], [ 120.0472919, 30.3742685 ], [ 120.047272, 30.3748094 ], [ 120.0472777, 30.3749102 ], [ 120.0473261, 30.3752126 ], [ 120.0473489, 30.3752421 ], [ 120.0473945, 30.3752495 ], [ 120.0475256, 30.3752765 ], [ 120.048335, 30.3754609 ], [ 120.0485373, 30.3755052 ], [ 120.0487824, 30.3755347 ], [ 120.0491643, 30.3755519 ], [ 120.0492697, 30.375574 ], [ 120.04972, 30.3757191 ], [ 120.0497656, 30.3757437 ], [ 120.0497741, 30.3757953 ], [ 120.0497627, 30.375901 ], [ 120.0497798, 30.3759477 ], [ 120.0498625, 30.3759158 ], [ 120.0498781, 30.3758533 ], [ 120.0499019, 30.375789 ], [ 120.0500181, 30.37555 ], [ 120.0501223, 30.3753521 ], [ 120.0501462, 30.3752391 ], [ 120.0501789, 30.3751388 ], [ 120.0502236, 30.375072 ], [ 120.050372, 30.374904 ], [ 120.0504769, 30.3748007 ], [ 120.0505937, 30.374749 ], [ 120.0507075, 30.3747128 ], [ 120.0508123, 30.3746947 ], [ 120.0509172, 30.3746947 ], [ 120.0509441, 30.3746585 ], [ 120.0508932, 30.3746275 ], [ 120.0507614, 30.3745913 ], [ 120.0507105, 30.3745448 ], [ 120.0505368, 30.3745216 ], [ 120.0504769, 30.374488 ], [ 120.0504679, 30.374444 ], [ 120.0504918, 30.3743691 ], [ 120.0505368, 30.3743096 ], [ 120.0507135, 30.3741365 ], [ 120.0507255, 30.3740745 ], [ 120.0507404, 30.373997 ], [ 120.0508334, 30.3738679 ], [ 120.050865, 30.3738135 ], [ 120.0506363, 30.3737026 ], [ 120.0504768, 30.3740106 ], [ 120.0503666, 30.3741263 ], [ 120.0502653, 30.3743242 ], [ 120.050164, 30.3745632 ], [ 120.0500866, 30.3748279 ], [ 120.0500538, 30.3750309 ], [ 120.0499287, 30.3754986 ], [ 120.0498959, 30.375586 ], [ 120.0498274, 30.3756451 ], [ 120.049747, 30.3756451 ], [ 120.0492763, 30.3755089 ], [ 120.0491125, 30.3754678 ], [ 120.0485733, 30.3754164 ], [ 120.0479895, 30.3753007 ], [ 120.047492, 30.3751928 ], [ 120.0474324, 30.3751594 ], [ 120.0473848, 30.3749615 ], [ 120.0473639, 30.3748895 ], [ 120.0474086, 30.3746223 ], [ 120.0473967, 30.3745709 ], [ 120.0474295, 30.3743961 ], [ 120.0474652, 30.3740312 ], [ 120.0475188, 30.37316 ], [ 120.0475307, 30.3729775 ], [ 120.0475844, 30.3727976 ], [ 120.0476737, 30.372538 ], [ 120.0476886, 30.3724147 ], [ 120.0476529, 30.3720137 ], [ 120.0476618, 30.3714278 ], [ 120.047635, 30.3710705 ], [ 120.0475546, 30.3706002 ], [ 120.047498, 30.3702224 ], [ 120.0474473, 30.3698035 ], [ 120.0473848, 30.3696159 ], [ 120.0472239, 30.368886 ], [ 120.0471167, 30.3688963 ], [ 120.0470929, 30.36894 ], [ 120.0470929, 30.3690171 ] ] ], [ [ [ 120.0494402, 30.3694077 ], [ 120.049461, 30.369454 ], [ 120.0495057, 30.3695054 ], [ 120.0496159, 30.3695439 ], [ 120.0497559, 30.3695799 ], [ 120.0499972, 30.3696108 ], [ 120.0509266, 30.3696313 ], [ 120.0512424, 30.3696365 ], [ 120.0517249, 30.3695645 ], [ 120.0520407, 30.3695208 ], [ 120.0523803, 30.3695362 ], [ 120.0524667, 30.3695491 ], [ 120.0525441, 30.3696005 ], [ 120.0526156, 30.3696673 ], [ 120.0526573, 30.3697213 ], [ 120.0526871, 30.3698035 ], [ 120.0527199, 30.3698395 ], [ 120.0528003, 30.3698549 ], [ 120.0530535, 30.3698806 ], [ 120.0531607, 30.3699012 ], [ 120.0533305, 30.3699063 ], [ 120.0536314, 30.3699654 ], [ 120.053688, 30.3699808 ], [ 120.0537178, 30.3700143 ], [ 120.053355, 30.3705222 ], [ 120.0533135, 30.3706813 ], [ 120.0534033, 30.37064 ], [ 120.0534573, 30.3706115 ], [ 120.0534962, 30.3705547 ], [ 120.05364, 30.3703324 ], [ 120.0537179, 30.370273 ], [ 120.0537987, 30.3702058 ], [ 120.0538796, 30.3701334 ], [ 120.0539066, 30.3700197 ], [ 120.0539785, 30.3699396 ], [ 120.0540503, 30.3698543 ], [ 120.0541013, 30.3697975 ], [ 120.0541103, 30.3697329 ], [ 120.0540893, 30.3696682 ], [ 120.0540414, 30.3697122 ], [ 120.0539874, 30.3697639 ], [ 120.0538796, 30.3697794 ], [ 120.053646, 30.3697639 ], [ 120.0535052, 30.3697587 ], [ 120.0533795, 30.3697673 ], [ 120.0532025, 30.3697465 ], [ 120.0530979, 30.369721 ], [ 120.0529879, 30.3696771 ], [ 120.0529182, 30.3696262 ], [ 120.0528927, 30.3695926 ], [ 120.0528806, 30.3695544 ], [ 120.0528793, 30.3695 ], [ 120.0528847, 30.3694561 ], [ 120.052882, 30.3694167 ], [ 120.0528672, 30.3693866 ], [ 120.052823, 30.3693785 ], [ 120.0527613, 30.3693809 ], [ 120.0526755, 30.3693959 ], [ 120.0526164, 30.3694098 ], [ 120.0525494, 30.3694202 ], [ 120.0524595, 30.3694271 ], [ 120.0523066, 30.3694271 ], [ 120.0521323, 30.3694271 ], [ 120.0519821, 30.369441 ], [ 120.0518292, 30.3694433 ], [ 120.0516549, 30.3694549 ], [ 120.0512244, 30.3695019 ], [ 120.050849, 30.3695227 ], [ 120.0507286, 30.3695206 ], [ 120.0505481, 30.3694978 ], [ 120.050028, 30.3694209 ], [ 120.0498281, 30.3693856 ], [ 120.049727, 30.3693378 ], [ 120.0496692, 30.3692921 ], [ 120.0496644, 30.369263 ], [ 120.049674, 30.3691903 ], [ 120.0497246, 30.3687727 ], [ 120.0497486, 30.3686772 ], [ 120.0498353, 30.3686232 ], [ 120.0499654, 30.3685671 ], [ 120.0501098, 30.3684964 ], [ 120.0501772, 30.3684362 ], [ 120.050211, 30.3683801 ], [ 120.0503915, 30.3679792 ], [ 120.0504493, 30.3677922 ], [ 120.050471, 30.3676883 ], [ 120.0504638, 30.367626 ], [ 120.0504373, 30.367574 ], [ 120.0503939, 30.367547 ], [ 120.0503626, 30.3674951 ], [ 120.0503554, 30.3674411 ], [ 120.0501941, 30.3674515 ], [ 120.0501989, 30.3675221 ], [ 120.0501772, 30.3675637 ], [ 120.050158, 30.3675969 ], [ 120.050158, 30.3676883 ], [ 120.0501435, 30.3678171 ], [ 120.0500954, 30.3678794 ], [ 120.0500761, 30.3679916 ], [ 120.0500641, 30.3680913 ], [ 120.0499918, 30.3682077 ], [ 120.0498835, 30.3683115 ], [ 120.0496042, 30.3685338 ], [ 120.0495368, 30.3685858 ], [ 120.0495127, 30.3686232 ], [ 120.049491, 30.3690137 ], [ 120.0494669, 30.3690906 ], [ 120.0494501, 30.3691778 ], [ 120.0494501, 30.3692485 ], [ 120.0494312, 30.3693383 ], [ 120.0494402, 30.3694077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0371481, 30.3492476 ], [ 120.0372916, 30.3493167 ], [ 120.0373413, 30.3493167 ], [ 120.0373661, 30.3492929 ], [ 120.0373717, 30.3492452 ], [ 120.0373993, 30.349219 ], [ 120.0374076, 30.3491881 ], [ 120.0372475, 30.3491333 ], [ 120.0372116, 30.349169 ], [ 120.0371453, 30.3491595 ], [ 120.037126, 30.3491881 ], [ 120.037115, 30.3492214 ], [ 120.0371481, 30.3492476 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0367478, 30.3492881 ], [ 120.0369272, 30.3493715 ], [ 120.0369687, 30.3493763 ], [ 120.0370073, 30.3493215 ], [ 120.0370045, 30.3492953 ], [ 120.0369549, 30.3492786 ], [ 120.03693, 30.3492977 ], [ 120.0367671, 30.3492238 ], [ 120.0367368, 30.3492524 ], [ 120.0367478, 30.3492881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.036853, 30.3496839 ], [ 120.0368944, 30.3496124 ], [ 120.0367453, 30.34956 ], [ 120.036737, 30.3496148 ], [ 120.036853, 30.3496839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0369107, 30.3498813 ], [ 120.036941, 30.3499122 ], [ 120.0370487, 30.3499218 ], [ 120.0370984, 30.3499003 ], [ 120.037137, 30.3498622 ], [ 120.0371426, 30.3498241 ], [ 120.0371508, 30.3497574 ], [ 120.0371646, 30.3496621 ], [ 120.0372033, 30.3495883 ], [ 120.0372751, 30.3494525 ], [ 120.037264, 30.3494263 ], [ 120.0371288, 30.349362 ], [ 120.0370873, 30.3493596 ], [ 120.0369079, 30.3498408 ], [ 120.0369107, 30.3498813 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0372336, 30.3497431 ], [ 120.037253, 30.3497741 ], [ 120.0372971, 30.3497622 ], [ 120.0373496, 30.3497645 ], [ 120.0374296, 30.3498003 ], [ 120.0375953, 30.349886 ], [ 120.0376864, 30.3498979 ], [ 120.0377112, 30.3498741 ], [ 120.0377222, 30.3498384 ], [ 120.0373606, 30.3496978 ], [ 120.0372475, 30.3496669 ], [ 120.0372336, 30.3496859 ], [ 120.0372281, 30.3497169 ], [ 120.0372336, 30.3497431 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0384815, 30.3517372 ], [ 120.0385345, 30.35158 ], [ 120.0385345, 30.3514923 ], [ 120.0385662, 30.3514704 ], [ 120.0386171, 30.3513296 ], [ 120.0385768, 30.3512986 ], [ 120.0385493, 30.3513242 ], [ 120.0385218, 30.3513863 ], [ 120.0385069, 30.351463 ], [ 120.0384942, 30.3515745 ], [ 120.0384942, 30.3516184 ], [ 120.038454, 30.351739 ], [ 120.0384815, 30.3517372 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0385705, 30.3518706 ], [ 120.0385916, 30.3518669 ], [ 120.0386255, 30.3518066 ], [ 120.0387251, 30.3515234 ], [ 120.0387505, 30.3514649 ], [ 120.038778, 30.3514758 ], [ 120.0387441, 30.3516019 ], [ 120.0387632, 30.3516348 ], [ 120.0386891, 30.351856 ], [ 120.0387124, 30.3518669 ], [ 120.0387971, 30.3518706 ], [ 120.0388161, 30.3518468 ], [ 120.0388881, 30.3517134 ], [ 120.0389096, 30.3516583 ], [ 120.0389474, 30.3515617 ], [ 120.038939, 30.3515343 ], [ 120.0388479, 30.3515051 ], [ 120.0387865, 30.3516147 ], [ 120.0387653, 30.3515891 ], [ 120.0388013, 30.3514594 ], [ 120.038706, 30.3514009 ], [ 120.0386637, 30.3513936 ], [ 120.0385112, 30.351856 ], [ 120.0385705, 30.3518706 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0310126, 30.3521213 ], [ 120.0310568, 30.3522127 ], [ 120.0310891, 30.3522711 ], [ 120.031142, 30.3523193 ], [ 120.0315332, 30.3523142 ], [ 120.0315361, 30.3522761 ], [ 120.0315332, 30.3519513 ], [ 120.0314773, 30.3518904 ], [ 120.031442, 30.3517812 ], [ 120.031045, 30.3517736 ], [ 120.030995, 30.3517736 ], [ 120.0310126, 30.3521213 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0321256, 30.3527353 ], [ 120.0321447, 30.3531146 ], [ 120.0328359, 30.3531421 ], [ 120.0332308, 30.3531284 ], [ 120.0332212, 30.3529827 ], [ 120.0331958, 30.3529607 ], [ 120.0326925, 30.3530074 ], [ 120.0326639, 30.3523945 ], [ 120.0325619, 30.3523863 ], [ 120.0325556, 30.352356 ], [ 120.0321542, 30.3523478 ], [ 120.0320428, 30.3523973 ], [ 120.0321256, 30.3527353 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0294951, 30.3533138 ], [ 120.0297382, 30.3531844 ], [ 120.0291952, 30.3525151 ], [ 120.0290297, 30.3525865 ], [ 120.0290194, 30.3526222 ], [ 120.0294951, 30.3533138 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0501534, 30.3236342 ], [ 120.0503686, 30.3236089 ], [ 120.0506074, 30.3236061 ], [ 120.0508063, 30.3236096 ], [ 120.0509286, 30.3236279 ], [ 120.051209, 30.3237088 ], [ 120.0512946, 30.3237545 ], [ 120.0513459, 30.3237749 ], [ 120.0514356, 30.3237982 ], [ 120.051566, 30.3237932 ], [ 120.0517853, 30.3237742 ], [ 120.0519157, 30.3237707 ], [ 120.0519654, 30.3237862 ], [ 120.0521309, 30.3238052 ], [ 120.0522491, 30.3238235 ], [ 120.0523983, 30.3238193 ], [ 120.0524542, 30.3238118 ], [ 120.052608, 30.3237886 ], [ 120.0527224, 30.3237886 ], [ 120.0527904, 30.3238056 ], [ 120.0528601, 30.3238642 ], [ 120.0530783, 30.3240989 ], [ 120.053123, 30.3241745 ], [ 120.0531337, 30.3242532 ], [ 120.0531391, 30.3243952 ], [ 120.0531426, 30.3245187 ], [ 120.0534538, 30.3245125 ], [ 120.0534269, 30.3241405 ], [ 120.0534609, 30.3240942 ], [ 120.0535003, 30.3240248 ], [ 120.0534967, 30.3239846 ], [ 120.0535664, 30.3239846 ], [ 120.0536308, 30.3240093 ], [ 120.0537381, 30.3240402 ], [ 120.0538597, 30.3240556 ], [ 120.0540385, 30.3240958 ], [ 120.0551006, 30.3243134 ], [ 120.0558213, 30.3244446 ], [ 120.0561467, 30.3245079 ], [ 120.0562397, 30.3245387 ], [ 120.0563166, 30.3245881 ], [ 120.0563899, 30.3246159 ], [ 120.0565723, 30.3246622 ], [ 120.0566563, 30.3246761 ], [ 120.0567404, 30.3246684 ], [ 120.0568602, 30.3246591 ], [ 120.0569693, 30.3246684 ], [ 120.0571856, 30.3247348 ], [ 120.0576648, 30.3248582 ], [ 120.057815, 30.3248814 ], [ 120.0580672, 30.3249416 ], [ 120.0581137, 30.3249678 ], [ 120.0584248, 30.3250435 ], [ 120.0589773, 30.3251901 ], [ 120.0590757, 30.3251947 ], [ 120.0591347, 30.3252071 ], [ 120.0591302, 30.3252262 ], [ 120.0592622, 30.3252471 ], [ 120.0594482, 30.325252 ], [ 120.0597689, 30.3252654 ], [ 120.0602089, 30.3252875 ], [ 120.0604445, 30.3253034 ], [ 120.0606914, 30.3253279 ], [ 120.0609398, 30.3253843 ], [ 120.0616636, 30.3255337 ], [ 120.0619957, 30.3256011 ], [ 120.0621972, 30.3256575 ], [ 120.0624016, 30.3256881 ], [ 120.0627437, 30.3257812 ], [ 120.0628018, 30.3258265 ], [ 120.0628359, 30.325862 ], [ 120.062843, 30.3259172 ], [ 120.0628047, 30.3259368 ], [ 120.0627224, 30.3260262 ], [ 120.0626557, 30.3261438 ], [ 120.0625535, 30.3262357 ], [ 120.062359, 30.3263741 ], [ 120.0622285, 30.3264341 ], [ 120.0618765, 30.3266853 ], [ 120.0617261, 30.3268065 ], [ 120.0616821, 30.3268555 ], [ 120.0615997, 30.3269058 ], [ 120.0613939, 30.3270393 ], [ 120.0613201, 30.3271336 ], [ 120.0612378, 30.3272182 ], [ 120.0611002, 30.3273419 ], [ 120.0607374, 30.3275809 ], [ 120.0608221, 30.3277044 ], [ 120.0611571, 30.32745 ], [ 120.0613787, 30.3272977 ], [ 120.0615701, 30.3271584 ], [ 120.0618842, 30.3268632 ], [ 120.0619767, 30.3268187 ], [ 120.0620563, 30.3267165 ], [ 120.062308, 30.3266033 ], [ 120.0626801, 30.3262913 ], [ 120.0630006, 30.3259849 ], [ 120.0631168, 30.3258494 ], [ 120.0632695, 30.3256303 ], [ 120.0634782, 30.3251679 ], [ 120.063575, 30.3249098 ], [ 120.0636202, 30.3247056 ], [ 120.0637277, 30.3244215 ], [ 120.0641279, 30.3232535 ], [ 120.0642017, 30.3229978 ], [ 120.0641331, 30.3229744 ], [ 120.0639687, 30.3233835 ], [ 120.0636869, 30.3241931 ], [ 120.0634416, 30.3249135 ], [ 120.0633577, 30.3251048 ], [ 120.0633491, 30.3251958 ], [ 120.0631835, 30.3254725 ], [ 120.0630394, 30.3256117 ], [ 120.0629899, 30.3256581 ], [ 120.0629253, 30.3256693 ], [ 120.0628479, 30.3256637 ], [ 120.0625302, 30.3256074 ], [ 120.0615417, 30.3253991 ], [ 120.0609945, 30.3253009 ], [ 120.0605964, 30.3252112 ], [ 120.0604003, 30.3251773 ], [ 120.0601943, 30.3251706 ], [ 120.0597589, 30.3251418 ], [ 120.0594236, 30.3251372 ], [ 120.0593974, 30.3250948 ], [ 120.0592305, 30.3250501 ], [ 120.0591529, 30.3250869 ], [ 120.0590714, 30.3250646 ], [ 120.0589083, 30.3250568 ], [ 120.0585874, 30.3249685 ], [ 120.0582859, 30.3249105 ], [ 120.058044, 30.3248367 ], [ 120.0578085, 30.324782 ], [ 120.0572533, 30.324629 ], [ 120.0567798, 30.3244916 ], [ 120.056116, 30.3243632 ], [ 120.055654, 30.3242816 ], [ 120.0552115, 30.3242213 ], [ 120.05491, 30.3241666 ], [ 120.0546072, 30.3240951 ], [ 120.0543005, 30.3240259 ], [ 120.0538813, 30.3239376 ], [ 120.0537972, 30.3238985 ], [ 120.0534724, 30.3238427 ], [ 120.0534103, 30.3238192 ], [ 120.0533663, 30.3237768 ], [ 120.0533385, 30.323729 ], [ 120.0532044, 30.3232613 ], [ 120.0531079, 30.3230576 ], [ 120.0530864, 30.3229156 ], [ 120.0530793, 30.322647 ], [ 120.0530971, 30.3225035 ], [ 120.0530989, 30.3224062 ], [ 120.0530059, 30.3223507 ], [ 120.0529988, 30.3222087 ], [ 120.0530649, 30.3221485 ], [ 120.053115, 30.3217996 ], [ 120.053149, 30.3216808 ], [ 120.0532277, 30.3215851 ], [ 120.053444, 30.3212254 ], [ 120.0536014, 30.3208874 ], [ 120.053664, 30.3207646 ], [ 120.0534432, 30.3206712 ], [ 120.0533118, 30.3209123 ], [ 120.0531865, 30.321079 ], [ 120.0530755, 30.3211943 ], [ 120.0529215, 30.3212138 ], [ 120.0527017, 30.3212031 ], [ 120.0525189, 30.3211765 ], [ 120.0525025, 30.3212865 ], [ 120.0526134, 30.321345 ], [ 120.0527346, 30.3214478 ], [ 120.0527921, 30.3215489 ], [ 120.0527674, 30.3218148 ], [ 120.0527448, 30.321985 ], [ 120.0527674, 30.3221943 ], [ 120.0527633, 30.3223503 ], [ 120.0527839, 30.322368 ], [ 120.0527407, 30.3226145 ], [ 120.0526997, 30.3226517 ], [ 120.0526421, 30.3227723 ], [ 120.0526237, 30.3228521 ], [ 120.0525839, 30.3228977 ], [ 120.0525177, 30.3229202 ], [ 120.0524633, 30.3229269 ], [ 120.0524427, 30.3229489 ], [ 120.0525204, 30.3234213 ], [ 120.0525794, 30.3234845 ], [ 120.0526741, 30.3235494 ], [ 120.0527421, 30.323591 ], [ 120.0527528, 30.3236265 ], [ 120.0527135, 30.3236759 ], [ 120.0526724, 30.3237161 ], [ 120.0526223, 30.3237577 ], [ 120.0525561, 30.3237639 ], [ 120.0524506, 30.3237778 ], [ 120.0523947, 30.3237857 ], [ 120.0523021, 30.3237925 ], [ 120.052223, 30.3237876 ], [ 120.0521382, 30.3237735 ], [ 120.0519556, 30.3237489 ], [ 120.0517453, 30.3237384 ], [ 120.0514886, 30.3237236 ], [ 120.0513867, 30.3237053 ], [ 120.0512856, 30.323668 ], [ 120.0511772, 30.323623 ], [ 120.0510712, 30.32358 ], [ 120.0509571, 30.3235526 ], [ 120.0508022, 30.3235266 ], [ 120.0506367, 30.323523 ], [ 120.0504957, 30.3235195 ], [ 120.05034, 30.3235209 ], [ 120.0501517, 30.3235434 ], [ 120.0501534, 30.3236342 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0484245, 30.3277244 ], [ 120.0487674, 30.3278741 ], [ 120.0488778, 30.3279344 ], [ 120.0489815, 30.327948 ], [ 120.0491651, 30.3279928 ], [ 120.0493487, 30.3279743 ], [ 120.0493915, 30.3279869 ], [ 120.0495548, 30.3279675 ], [ 120.0498522, 30.3279529 ], [ 120.0501237, 30.3279626 ], [ 120.0502059, 30.3279568 ], [ 120.0504199, 30.3279412 ], [ 120.0506379, 30.3279494 ], [ 120.0511367, 30.3279691 ], [ 120.0513405, 30.3279804 ], [ 120.0523255, 30.3280285 ], [ 120.05244, 30.3280344 ], [ 120.0525132, 30.3280624 ], [ 120.052566, 30.3281051 ], [ 120.052587, 30.3281396 ], [ 120.0526426, 30.3283888 ], [ 120.0526643, 30.3285174 ], [ 120.052669, 30.3285829 ], [ 120.0526961, 30.3287257 ], [ 120.052753, 30.3289181 ], [ 120.0527707, 30.3290853 ], [ 120.0528147, 30.3292175 ], [ 120.052854, 30.3293392 ], [ 120.0528906, 30.3295339 ], [ 120.0529665, 30.3298041 ], [ 120.0530308, 30.3299755 ], [ 120.053091, 30.3301685 ], [ 120.0531428, 30.3303552 ], [ 120.0531766, 30.3304621 ], [ 120.0531848, 30.3305438 ], [ 120.053314, 30.3305077 ], [ 120.0533118, 30.3304174 ], [ 120.0532893, 30.330291 ], [ 120.0532217, 30.3300732 ], [ 120.0530099, 30.3294568 ], [ 120.0529761, 30.3292293 ], [ 120.0528423, 30.3286231 ], [ 120.0528083, 30.3284857 ], [ 120.0528083, 30.3284132 ], [ 120.0527708, 30.3281647 ], [ 120.0527922, 30.328103 ], [ 120.0528441, 30.328069 ], [ 120.0529335, 30.3280428 ], [ 120.0532589, 30.327981 ], [ 120.0533984, 30.3279162 ], [ 120.0534735, 30.3278452 ], [ 120.0535826, 30.3277819 ], [ 120.053663, 30.3277526 ], [ 120.0552098, 30.3291185 ], [ 120.0555942, 30.3294581 ], [ 120.0557498, 30.3295461 ], [ 120.0559805, 30.3298007 ], [ 120.0560985, 30.3299057 ], [ 120.0564311, 30.3302005 ], [ 120.0564901, 30.3302468 ], [ 120.0562547, 30.3305155 ], [ 120.0565063, 30.3307464 ], [ 120.0567807, 30.3305115 ], [ 120.0568716, 30.3303221 ], [ 120.0569388, 30.3301968 ], [ 120.0569506, 30.3301052 ], [ 120.0569235, 30.330038 ], [ 120.0569128, 30.329985 ], [ 120.0569612, 30.3299321 ], [ 120.0570178, 30.3299056 ], [ 120.0570804, 30.3298964 ], [ 120.0572963, 30.3295482 ], [ 120.057347, 30.3294474 ], [ 120.0574697, 30.3293425 ], [ 120.0575735, 30.3293211 ], [ 120.057662, 30.3292997 ], [ 120.0577481, 30.3292651 ], [ 120.0578401, 30.3292234 ], [ 120.0579357, 30.3291918 ], [ 120.0580206, 30.3291857 ], [ 120.0580985, 30.3292091 ], [ 120.0581516, 30.3292254 ], [ 120.0582967, 30.3292234 ], [ 120.0584123, 30.3292315 ], [ 120.058535, 30.3292244 ], [ 120.05866, 30.3292397 ], [ 120.0587768, 30.3292295 ], [ 120.0589432, 30.3292122 ], [ 120.0590706, 30.329204 ], [ 120.0592912, 30.3292234 ], [ 120.0594823, 30.3292264 ], [ 120.0596168, 30.3292234 ], [ 120.0597466, 30.3292407 ], [ 120.0598728, 30.3292753 ], [ 120.0599471, 30.3292875 ], [ 120.0601713, 30.3292509 ], [ 120.0599447, 30.3289754 ], [ 120.0599035, 30.3289973 ], [ 120.0595708, 30.3290594 ], [ 120.0591307, 30.3290136 ], [ 120.0588417, 30.3290024 ], [ 120.0586176, 30.3289953 ], [ 120.0585342, 30.3289642 ], [ 120.0584852, 30.3288878 ], [ 120.0585001, 30.3288245 ], [ 120.0585635, 30.328737 ], [ 120.0585172, 30.3287314 ], [ 120.0584718, 30.3287902 ], [ 120.0583525, 30.328849 ], [ 120.0582106, 30.3288637 ], [ 120.0580431, 30.3288564 ], [ 120.0579353, 30.3288833 ], [ 120.0579069, 30.3289813 ], [ 120.057853, 30.3290744 ], [ 120.0576798, 30.3291283 ], [ 120.0575038, 30.3291504 ], [ 120.0573818, 30.3291675 ], [ 120.0571064, 30.3293243 ], [ 120.0570128, 30.3293831 ], [ 120.0569106, 30.3293366 ], [ 120.0566523, 30.3290965 ], [ 120.0565529, 30.3290891 ], [ 120.055656, 30.3283051 ], [ 120.0548584, 30.3275872 ], [ 120.0541203, 30.3269331 ], [ 120.0537428, 30.3265974 ], [ 120.0535413, 30.3264749 ], [ 120.0533625, 30.3263157 ], [ 120.0532915, 30.3262226 ], [ 120.0532915, 30.326105 ], [ 120.053317, 30.3256786 ], [ 120.0533767, 30.3255512 ], [ 120.0534306, 30.3251984 ], [ 120.0534505, 30.3247843 ], [ 120.0534538, 30.3245125 ], [ 120.0531426, 30.3245187 ], [ 120.053173, 30.3245527 ], [ 120.053164, 30.3247161 ], [ 120.053137, 30.3247579 ], [ 120.0531358, 30.3248181 ], [ 120.0531325, 30.3249329 ], [ 120.0531325, 30.3250554 ], [ 120.0531606, 30.325141 ], [ 120.0531595, 30.3252868 ], [ 120.0531066, 30.3255241 ], [ 120.0530897, 30.3256359 ], [ 120.0530908, 30.3257273 ], [ 120.0530525, 30.3257856 ], [ 120.0530018, 30.3258615 ], [ 120.0529511, 30.3259169 ], [ 120.0529049, 30.3259324 ], [ 120.0528554, 30.3259072 ], [ 120.0528171, 30.3259344 ], [ 120.0527945, 30.3259665 ], [ 120.0527979, 30.3260161 ], [ 120.0528272, 30.3260977 ], [ 120.0529038, 30.3262125 ], [ 120.0530074, 30.3263116 ], [ 120.0531212, 30.3264128 ], [ 120.0531865, 30.3264312 ], [ 120.0532778, 30.3264935 ], [ 120.0534456, 30.3266218 ], [ 120.0537126, 30.3268464 ], [ 120.0542702, 30.3273413 ], [ 120.0543468, 30.3274201 ], [ 120.0544256, 30.3275056 ], [ 120.0547332, 30.3277701 ], [ 120.0548537, 30.3278527 ], [ 120.0550396, 30.3280394 ], [ 120.0551173, 30.328088 ], [ 120.0551916, 30.3281172 ], [ 120.0552457, 30.3281308 ], [ 120.0552333, 30.3281833 ], [ 120.0552479, 30.3282553 ], [ 120.0556005, 30.3285625 ], [ 120.0556794, 30.328653 ], [ 120.0560736, 30.3289962 ], [ 120.0562404, 30.3291459 ], [ 120.0563158, 30.3291838 ], [ 120.056344, 30.3292305 ], [ 120.0564285, 30.3292898 ], [ 120.0566042, 30.3294279 ], [ 120.0566312, 30.3294833 ], [ 120.0568126, 30.3296136 ], [ 120.0568531, 30.3297827 ], [ 120.0568227, 30.3298236 ], [ 120.0567506, 30.3298411 ], [ 120.0567337, 30.3298518 ], [ 120.0567168, 30.3298819 ], [ 120.0566414, 30.3299412 ], [ 120.0566177, 30.3299578 ], [ 120.056585, 30.3299568 ], [ 120.0565591, 30.3299403 ], [ 120.056219, 30.3296408 ], [ 120.0560579, 30.3294551 ], [ 120.0560049, 30.3293948 ], [ 120.0559204, 30.3293297 ], [ 120.055801, 30.3292606 ], [ 120.0547579, 30.3283438 ], [ 120.0539829, 30.3276563 ], [ 120.0538838, 30.3275649 ], [ 120.0537982, 30.3275047 ], [ 120.0537092, 30.3274638 ], [ 120.0536236, 30.327458 ], [ 120.0535132, 30.3274823 ], [ 120.0533848, 30.3275455 ], [ 120.0532654, 30.3276427 ], [ 120.0532214, 30.3276923 ], [ 120.0531471, 30.3277487 ], [ 120.0530739, 30.3277808 ], [ 120.0529635, 30.3278187 ], [ 120.0528396, 30.3278216 ], [ 120.0516703, 30.327739 ], [ 120.0507692, 30.3277069 ], [ 120.050376, 30.327705 ], [ 120.0501361, 30.3277186 ], [ 120.0497576, 30.3277059 ], [ 120.0496573, 30.3277205 ], [ 120.0490085, 30.3277088 ], [ 120.0488823, 30.3277118 ], [ 120.0487731, 30.3276787 ], [ 120.0484182, 30.3275763 ], [ 120.0484245, 30.3277244 ] ], [ [ 120.0580206, 30.3289945 ], [ 120.0580581, 30.3289721 ], [ 120.0581629, 30.328976 ], [ 120.0582237, 30.3289872 ], [ 120.0582865, 30.3290107 ], [ 120.058326, 30.3290386 ], [ 120.0583557, 30.3290922 ], [ 120.0582962, 30.3291603 ], [ 120.0582322, 30.3291843 ], [ 120.0581403, 30.3291754 ], [ 120.0580691, 30.3291575 ], [ 120.0580109, 30.3291201 ], [ 120.0579882, 30.3290978 ], [ 120.0579882, 30.3290565 ], [ 120.0580206, 30.3289945 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0531292, 30.3369315 ], [ 120.053213, 30.3369477 ], [ 120.0533126, 30.3369807 ], [ 120.0533933, 30.3370338 ], [ 120.0534676, 30.3371062 ], [ 120.0535453, 30.3372087 ], [ 120.0535578, 30.3373238 ], [ 120.0535378, 30.3376593 ], [ 120.0536204, 30.337728 ], [ 120.0536255, 30.3377886 ], [ 120.0537773, 30.3378594 ], [ 120.0538361, 30.3376577 ], [ 120.0538161, 30.3375666 ], [ 120.0537848, 30.3374906 ], [ 120.0537898, 30.3374212 ], [ 120.0538377, 30.3373182 ], [ 120.0538248, 30.33723 ], [ 120.0538942, 30.3368836 ], [ 120.0539349, 30.3367371 ], [ 120.0539815, 30.3366502 ], [ 120.0541035, 30.3364717 ], [ 120.0542338, 30.3363015 ], [ 120.0543102, 30.336169 ], [ 120.0544067, 30.3358932 ], [ 120.0544435, 30.3356628 ], [ 120.0544565, 30.3353087 ], [ 120.0544447, 30.3343419 ], [ 120.0544589, 30.3342235 ], [ 120.0545198, 30.334096 ], [ 120.0545841, 30.3340277 ], [ 120.0546787, 30.3339634 ], [ 120.0550241, 30.3336424 ], [ 120.0551107, 30.3336318 ], [ 120.0551734, 30.3336617 ], [ 120.0552314, 30.3337434 ], [ 120.0555549, 30.3341157 ], [ 120.0556865, 30.3343167 ], [ 120.0565304, 30.335277 ], [ 120.0569621, 30.3358208 ], [ 120.0572095, 30.3361429 ], [ 120.0573584, 30.3364003 ], [ 120.0575046, 30.3366387 ], [ 120.0575714, 30.3367568 ], [ 120.0576388, 30.3368585 ], [ 120.0576845, 30.3368586 ], [ 120.0579172, 30.3370244 ], [ 120.0581522, 30.3371672 ], [ 120.058335, 30.3369986 ], [ 120.0582614, 30.3369659 ], [ 120.0581598, 30.3369367 ], [ 120.0580527, 30.3368993 ], [ 120.0579463, 30.33685 ], [ 120.0578384, 30.3367889 ], [ 120.0577509, 30.3366702 ], [ 120.0576118, 30.336496 ], [ 120.0573527, 30.336081 ], [ 120.0571124, 30.3357254 ], [ 120.056894, 30.335454 ], [ 120.0568799, 30.3354365 ], [ 120.0568045, 30.3352966 ], [ 120.0566425, 30.3350896 ], [ 120.0562163, 30.3346036 ], [ 120.0559477, 30.3343284 ], [ 120.0557211, 30.3340812 ], [ 120.0555858, 30.3339079 ], [ 120.0554334, 30.3337662 ], [ 120.0553239, 30.3336516 ], [ 120.0552298, 30.3335465 ], [ 120.0551806, 30.3334723 ], [ 120.055149, 30.3333659 ], [ 120.055124, 30.3332092 ], [ 120.0550867, 30.3331022 ], [ 120.0549482, 30.3329211 ], [ 120.0548965, 30.3328665 ], [ 120.0548951, 30.3328156 ], [ 120.0549436, 30.3327774 ], [ 120.0551287, 30.3326652 ], [ 120.0552475, 30.3325818 ], [ 120.0553366, 30.3325093 ], [ 120.0553944, 30.3324197 ], [ 120.0554409, 30.3323389 ], [ 120.0554868, 30.3322556 ], [ 120.055518, 30.3321179 ], [ 120.0555819, 30.3319224 ], [ 120.0556533, 30.3317504 ], [ 120.0557109, 30.3316303 ], [ 120.0558048, 30.3315049 ], [ 120.0558884, 30.331394 ], [ 120.0561237, 30.3311662 ], [ 120.0564225, 30.3308617 ], [ 120.0565063, 30.3307464 ], [ 120.0562547, 30.3305155 ], [ 120.0561714, 30.3306071 ], [ 120.0559677, 30.330855 ], [ 120.0558755, 30.3310247 ], [ 120.0556194, 30.3312994 ], [ 120.0554949, 30.3314551 ], [ 120.055434, 30.3316069 ], [ 120.0553405, 30.3318306 ], [ 120.0552147, 30.3321931 ], [ 120.0551783, 30.3323001 ], [ 120.0550877, 30.3323695 ], [ 120.0547627, 30.3326105 ], [ 120.0546737, 30.3326579 ], [ 120.0545797, 30.3326504 ], [ 120.0544745, 30.3326044 ], [ 120.0542544, 30.3323431 ], [ 120.0539709, 30.3319496 ], [ 120.0537544, 30.3315092 ], [ 120.0534316, 30.3308711 ], [ 120.053366, 30.3307263 ], [ 120.053314, 30.3305077 ], [ 120.0531848, 30.3305438 ], [ 120.0531702, 30.3306307 ], [ 120.0530999, 30.3307043 ], [ 120.0531313, 30.3308028 ], [ 120.0532039, 30.330812 ], [ 120.0532793, 30.3308515 ], [ 120.0533134, 30.3309327 ], [ 120.0535158, 30.331343 ], [ 120.0538654, 30.3319763 ], [ 120.0538945, 30.3320527 ], [ 120.0538999, 30.3321346 ], [ 120.0538737, 30.3321831 ], [ 120.0538299, 30.332218 ], [ 120.0539007, 30.3323323 ], [ 120.0539558, 30.3323138 ], [ 120.0540404, 30.3323243 ], [ 120.0541217, 30.3323831 ], [ 120.0542924, 30.3325962 ], [ 120.05451, 30.3329025 ], [ 120.0546487, 30.3330915 ], [ 120.0548512, 30.3333193 ], [ 120.0548523, 30.3333778 ], [ 120.0548156, 30.3334265 ], [ 120.0544029, 30.3338024 ], [ 120.0542973, 30.333937 ], [ 120.0542053, 30.3340704 ], [ 120.0541595, 30.3341962 ], [ 120.0541529, 30.3343587 ], [ 120.0541529, 30.3356583 ], [ 120.0541405, 30.335769 ], [ 120.054048, 30.3360315 ], [ 120.0539085, 30.3361983 ], [ 120.0537665, 30.3363252 ], [ 120.0536675, 30.3363651 ], [ 120.0534924, 30.3363765 ], [ 120.0533604, 30.3364221 ], [ 120.0532448, 30.3364734 ], [ 120.05313, 30.3365492 ], [ 120.0530698, 30.3365938 ], [ 120.0529971, 30.3366216 ], [ 120.0531292, 30.3369315 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0582868, 30.3372406 ], [ 120.0584018, 30.337327 ], [ 120.0584705, 30.3373677 ], [ 120.0586205, 30.3373977 ], [ 120.0586855, 30.3374322 ], [ 120.0587774, 30.3375122 ], [ 120.0589948, 30.3375637 ], [ 120.0590682, 30.3377488 ], [ 120.0590073, 30.3377786 ], [ 120.0590527, 30.3378449 ], [ 120.059052, 30.337951 ], [ 120.0590028, 30.3380222 ], [ 120.0588679, 30.3380935 ], [ 120.0587906, 30.338169 ], [ 120.0587288, 30.3382695 ], [ 120.058645, 30.3383682 ], [ 120.0585778, 30.3384213 ], [ 120.0585515, 30.3384909 ], [ 120.0585878, 30.3386283 ], [ 120.0586638, 30.3387486 ], [ 120.0588812, 30.338881 ], [ 120.0593188, 30.3391045 ], [ 120.0594044, 30.3390355 ], [ 120.0594376, 30.3389472 ], [ 120.0593864, 30.3388424 ], [ 120.0592591, 30.3387763 ], [ 120.0591921, 30.3386049 ], [ 120.0591514, 30.3384222 ], [ 120.0591494, 30.3382647 ], [ 120.059272, 30.3380611 ], [ 120.0594375, 30.3379516 ], [ 120.0595214, 30.3379 ], [ 120.0595732, 30.3378484 ], [ 120.0596285, 30.3377729 ], [ 120.059724, 30.3377252 ], [ 120.0597606, 30.3376821 ], [ 120.0598369, 30.3376256 ], [ 120.0600286, 30.3375831 ], [ 120.0601298, 30.3375895 ], [ 120.0601857, 30.3375534 ], [ 120.0602218, 30.3375192 ], [ 120.0602478, 30.3375159 ], [ 120.0602363, 30.3372766 ], [ 120.0602052, 30.33724 ], [ 120.0601419, 30.337222 ], [ 120.0600744, 30.3372322 ], [ 120.0600197, 30.337262 ], [ 120.0599373, 30.3372937 ], [ 120.0597992, 30.3373155 ], [ 120.0596856, 30.3373487 ], [ 120.0595642, 30.3373866 ], [ 120.0594474, 30.3373977 ], [ 120.0593433, 30.3373539 ], [ 120.0592714, 30.3372616 ], [ 120.0592063, 30.3371664 ], [ 120.0591451, 30.3371195 ], [ 120.0590641, 30.3370725 ], [ 120.0589417, 30.3370471 ], [ 120.0588224, 30.3370588 ], [ 120.0586894, 30.3370652 ], [ 120.0585706, 30.3370525 ], [ 120.058335, 30.3369986 ], [ 120.0581522, 30.3371672 ], [ 120.0582868, 30.3372406 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0596101, 30.3480205 ], [ 120.0596233, 30.3481739 ], [ 120.0596341, 30.3482998 ], [ 120.0596437, 30.3484122 ], [ 120.0596798, 30.3487308 ], [ 120.0600132, 30.3488039 ], [ 120.0610487, 30.3493003 ], [ 120.0614184, 30.349045 ], [ 120.0615887, 30.3482785 ], [ 120.0615207, 30.3479709 ], [ 120.0615624, 30.3478887 ], [ 120.0612146, 30.3476661 ], [ 120.061111, 30.3477654 ], [ 120.0606934, 30.3476762 ], [ 120.0603638, 30.34759 ], [ 120.0601244, 30.3476465 ], [ 120.0598594, 30.3475295 ], [ 120.0597423, 30.3475667 ], [ 120.0596067, 30.3479815 ], [ 120.0596101, 30.3480205 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.05534, 30.3493198 ], [ 120.0553766, 30.3493392 ], [ 120.0553908, 30.3493904 ], [ 120.0553377, 30.3497337 ], [ 120.055292, 30.3500589 ], [ 120.0553241, 30.3505355 ], [ 120.0553117, 30.3510569 ], [ 120.0553599, 30.351284 ], [ 120.0554452, 30.3515996 ], [ 120.0554946, 30.3520186 ], [ 120.0555242, 30.3525837 ], [ 120.0555242, 30.3527084 ], [ 120.0555082, 30.3528129 ], [ 120.0554353, 30.353218 ], [ 120.0554674, 30.3535901 ], [ 120.0556985, 30.3535912 ], [ 120.0555551, 30.3518939 ], [ 120.0554699, 30.3510334 ], [ 120.0553958, 30.3505099 ], [ 120.0554239, 30.3500451 ], [ 120.0554773, 30.3497092 ], [ 120.0555361, 30.3493967 ], [ 120.0556596, 30.349032 ], [ 120.0558213, 30.3485397 ], [ 120.0558926, 30.348241 ], [ 120.0560187, 30.348102 ], [ 120.0562402, 30.348011 ], [ 120.056563, 30.3479633 ], [ 120.0574216, 30.3480183 ], [ 120.0574811, 30.348075 ], [ 120.0575551, 30.3481441 ], [ 120.0576249, 30.3481672 ], [ 120.0576804, 30.3481565 ], [ 120.0577112, 30.3480803 ], [ 120.0577461, 30.3480697 ], [ 120.0585143, 30.3481689 ], [ 120.0586293, 30.3481601 ], [ 120.058808, 30.3481849 ], [ 120.0590196, 30.3482132 ], [ 120.0591285, 30.3481902 ], [ 120.0592045, 30.3481831 ], [ 120.0592928, 30.3482097 ], [ 120.0594078, 30.3482381 ], [ 120.0595639, 30.3482451 ], [ 120.0596341, 30.3482998 ], [ 120.0596101, 30.3480205 ], [ 120.0595056, 30.3480673 ], [ 120.0593721, 30.348079 ], [ 120.0592041, 30.3480712 ], [ 120.0590181, 30.3480686 ], [ 120.05888, 30.3480466 ], [ 120.0587555, 30.3480388 ], [ 120.058619, 30.3479961 ], [ 120.058511, 30.3479922 ], [ 120.0577624, 30.3478887 ], [ 120.0575419, 30.3478524 ], [ 120.0574594, 30.3478641 ], [ 120.0573364, 30.3478433 ], [ 120.0570978, 30.347798 ], [ 120.0569238, 30.3477385 ], [ 120.0568473, 30.34771 ], [ 120.0566208, 30.3477191 ], [ 120.0566028, 30.3477721 ], [ 120.0565608, 30.347798 ], [ 120.0561797, 30.3479391 ], [ 120.0559692, 30.3480123 ], [ 120.0558346, 30.3480856 ], [ 120.0556789, 30.3482774 ], [ 120.0555749, 30.348446 ], [ 120.0555707, 30.3485274 ], [ 120.0555158, 30.3488004 ], [ 120.0554638, 30.3489242 ], [ 120.0553555, 30.3491462 ], [ 120.0553021, 30.3491826 ], [ 120.0552838, 30.3493161 ], [ 120.05534, 30.3493198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0544637, 30.3794298 ], [ 120.0551077, 30.3794831 ], [ 120.0555145, 30.3797443 ], [ 120.0563039, 30.3796096 ], [ 120.05719, 30.3795537 ], [ 120.057378, 30.379347 ], [ 120.0571779, 30.3788856 ], [ 120.0574654, 30.3783837 ], [ 120.0562234, 30.3775904 ], [ 120.0560631, 30.3780424 ], [ 120.0564529, 30.3784039 ], [ 120.0560749, 30.3787062 ], [ 120.0556756, 30.3785631 ], [ 120.0555459, 30.3787287 ], [ 120.0549883, 30.3785056 ], [ 120.0542989, 30.3791299 ], [ 120.0542646, 30.3793937 ], [ 120.0544637, 30.3794298 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0556007, 30.3853085 ], [ 120.0556349, 30.3853565 ], [ 120.0557119, 30.3854082 ], [ 120.0558017, 30.3854414 ], [ 120.0560883, 30.385482 ], [ 120.0561824, 30.3855078 ], [ 120.0562552, 30.3855632 ], [ 120.0563022, 30.3856111 ], [ 120.056931, 30.3855373 ], [ 120.0569011, 30.3854155 ], [ 120.0568754, 30.3853381 ], [ 120.0568113, 30.38522 ], [ 120.0567599, 30.3851794 ], [ 120.0567728, 30.38522 ], [ 120.0563193, 30.3852643 ], [ 120.0563108, 30.3851794 ], [ 120.0562423, 30.3851794 ], [ 120.0562552, 30.3852679 ], [ 120.0557162, 30.3853122 ], [ 120.0557033, 30.3852458 ], [ 120.0556007, 30.3852569 ], [ 120.0556007, 30.3853085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0540802, 30.3859266 ], [ 120.0541444, 30.3859192 ], [ 120.0541957, 30.3860964 ], [ 120.0541701, 30.3861443 ], [ 120.0542128, 30.3863436 ], [ 120.0542642, 30.3863694 ], [ 120.0542941, 30.3865318 ], [ 120.0547005, 30.3864654 ], [ 120.0546748, 30.3863989 ], [ 120.0546663, 30.3863214 ], [ 120.054662, 30.3862255 ], [ 120.0546919, 30.3861259 ], [ 120.0547176, 30.3860668 ], [ 120.054786, 30.3860189 ], [ 120.0548502, 30.3859746 ], [ 120.0549315, 30.385934 ], [ 120.0550042, 30.3859192 ], [ 120.0550684, 30.3859119 ], [ 120.0551368, 30.3859082 ], [ 120.0552138, 30.3858713 ], [ 120.055325, 30.3858417 ], [ 120.0553977, 30.3858381 ], [ 120.0554662, 30.3858823 ], [ 120.0555218, 30.3859598 ], [ 120.0555218, 30.3860853 ], [ 120.0555047, 30.3861517 ], [ 120.0556972, 30.3861554 ], [ 120.0556843, 30.3860779 ], [ 120.0556886, 30.386041 ], [ 120.0557271, 30.3860189 ], [ 120.055787, 30.3860115 ], [ 120.0558383, 30.3860152 ], [ 120.0558768, 30.3860299 ], [ 120.0562404, 30.385982 ], [ 120.0562019, 30.385779 ], [ 120.056172, 30.3856941 ], [ 120.0561335, 30.3856351 ], [ 120.0560693, 30.3855834 ], [ 120.0559624, 30.3855613 ], [ 120.055834, 30.3855355 ], [ 120.0556458, 30.3854875 ], [ 120.0555817, 30.3854543 ], [ 120.0555399, 30.3854273 ], [ 120.0554961, 30.3853989 ], [ 120.0554405, 30.3853584 ], [ 120.0553806, 30.3853325 ], [ 120.0552865, 30.3853067 ], [ 120.0546492, 30.3853879 ], [ 120.0542214, 30.3855096 ], [ 120.0541615, 30.3855502 ], [ 120.0541786, 30.385624 ], [ 120.0541358, 30.3857126 ], [ 120.0540931, 30.3857421 ], [ 120.054046, 30.385779 ], [ 120.0540802, 30.3859266 ] ], [ [ 120.0557057, 30.3857163 ], [ 120.0557442, 30.3856794 ], [ 120.0557955, 30.3856646 ], [ 120.0558469, 30.3856646 ], [ 120.0558897, 30.3856757 ], [ 120.0559281, 30.3857163 ], [ 120.0559367, 30.385779 ], [ 120.055911, 30.3858122 ], [ 120.055941, 30.3858491 ], [ 120.0558854, 30.385886 ], [ 120.0558212, 30.3859008 ], [ 120.0557998, 30.3858565 ], [ 120.0557485, 30.3858454 ], [ 120.0557057, 30.3858122 ], [ 120.0556972, 30.3857716 ], [ 120.0557057, 30.3857163 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0564177, 30.3859949 ], [ 120.0564348, 30.3860392 ], [ 120.0564648, 30.3860576 ], [ 120.0568113, 30.3859838 ], [ 120.0569909, 30.3859728 ], [ 120.0570337, 30.3859838 ], [ 120.0570679, 30.3860244 ], [ 120.0571535, 30.3861093 ], [ 120.0572433, 30.3861831 ], [ 120.0572733, 30.3862126 ], [ 120.0573289, 30.3862643 ], [ 120.0573888, 30.3862532 ], [ 120.0573674, 30.3862015 ], [ 120.0573096, 30.3861369 ], [ 120.0572366, 30.3860276 ], [ 120.0570679, 30.3856554 ], [ 120.0570209, 30.385637 ], [ 120.0564006, 30.3857144 ], [ 120.0563707, 30.3857329 ], [ 120.0564177, 30.3859949 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.050865, 30.3738135 ], [ 120.0509216, 30.3737695 ], [ 120.0509877, 30.3737392 ], [ 120.05118, 30.3733243 ], [ 120.0512508, 30.3731973 ], [ 120.0513411, 30.3731295 ], [ 120.052665, 30.3726145 ], [ 120.0527864, 30.3725607 ], [ 120.0528604, 30.3724647 ], [ 120.052904, 30.3723486 ], [ 120.0528939, 30.3722109 ], [ 120.0526362, 30.3722324 ], [ 120.0526144, 30.3723143 ], [ 120.0525662, 30.3723848 ], [ 120.0514181, 30.3728233 ], [ 120.0511776, 30.3729106 ], [ 120.0510889, 30.3729596 ], [ 120.0509846, 30.3730449 ], [ 120.0508756, 30.3731933 ], [ 120.0508367, 30.373294 ], [ 120.0506363, 30.3737026 ], [ 120.050865, 30.3738135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0278716, 30.366378 ], [ 120.0279855, 30.3664333 ], [ 120.0282915, 30.3664701 ], [ 120.0284268, 30.3665807 ], [ 120.028562, 30.3668877 ], [ 120.0287328, 30.3669553 ], [ 120.0288894, 30.3670167 ], [ 120.0290318, 30.3671457 ], [ 120.029345, 30.3676063 ], [ 120.0295016, 30.3678642 ], [ 120.0298931, 30.3684538 ], [ 120.0301991, 30.3691723 ], [ 120.0302703, 30.3694855 ], [ 120.0304838, 30.3698601 ], [ 120.0306333, 30.3700996 ], [ 120.0306547, 30.3702593 ], [ 120.0305621, 30.3704313 ], [ 120.030612, 30.3705725 ], [ 120.0310533, 30.3710208 ], [ 120.0316868, 30.3713647 ], [ 120.0319573, 30.3715735 ], [ 120.0321993, 30.3718007 ], [ 120.0324911, 30.3719911 ], [ 120.0330748, 30.3723657 ], [ 120.0336157, 30.3726666 ], [ 120.0337225, 30.372771 ], [ 120.0337367, 30.372857 ], [ 120.0339147, 30.3730596 ], [ 120.0339628, 30.3733006 ], [ 120.0338648, 30.373557 ], [ 120.0335161, 30.3741343 ], [ 120.0332314, 30.3745334 ], [ 120.0330463, 30.3747484 ], [ 120.0329039, 30.3750124 ], [ 120.0327545, 30.375387 ], [ 120.0327758, 30.3756818 ], [ 120.0328612, 30.3761669 ], [ 120.0328775, 30.3765218 ], [ 120.0328826, 30.3766336 ], [ 120.0327829, 30.3768178 ], [ 120.032669, 30.3769529 ], [ 120.0325338, 30.3769836 ], [ 120.0323986, 30.3769652 ], [ 120.0315658, 30.3765231 ], [ 120.0315159, 30.3765661 ], [ 120.0322776, 30.3770082 ], [ 120.0324199, 30.377131 ], [ 120.0324199, 30.3772661 ], [ 120.0319857, 30.3780153 ], [ 120.0321993, 30.3781442 ], [ 120.0323416, 30.3779293 ], [ 120.0324484, 30.3777942 ], [ 120.032605, 30.3776468 ], [ 120.0327829, 30.377524 ], [ 120.0330961, 30.3770635 ], [ 120.0334235, 30.3766582 ], [ 120.0335944, 30.3764494 ], [ 120.0338577, 30.3762406 ], [ 120.0341496, 30.3761423 ], [ 120.0344414, 30.3761116 ], [ 120.0348756, 30.3761485 ], [ 120.0352101, 30.3761546 ], [ 120.0355589, 30.3761485 ], [ 120.0358436, 30.3762038 ], [ 120.0366835, 30.3763143 ], [ 120.037075, 30.3764003 ], [ 120.037317, 30.3765169 ], [ 120.0375092, 30.3766705 ], [ 120.0377299, 30.3766397 ], [ 120.0379505, 30.3765845 ], [ 120.0383349, 30.3766152 ], [ 120.0388687, 30.3766336 ], [ 120.0390111, 30.3767012 ], [ 120.0401357, 30.3767196 ], [ 120.0415379, 30.3767933 ], [ 120.0418725, 30.376824 ], [ 120.0422213, 30.3768547 ], [ 120.0438084, 30.3769724 ], [ 120.0440591, 30.3769735 ], [ 120.0442656, 30.3769883 ], [ 120.0446983, 30.3770573 ], [ 120.0450423, 30.3771137 ], [ 120.0451695, 30.3771457 ], [ 120.0453284, 30.3771654 ], [ 120.0473248, 30.3772845 ], [ 120.0476665, 30.3773582 ], [ 120.0479369, 30.3774749 ], [ 120.0480722, 30.377567 ], [ 120.0484563, 30.3778109 ], [ 120.0485847, 30.3778925 ], [ 120.049211, 30.3783039 ], [ 120.0497348, 30.3786513 ], [ 120.0500479, 30.3788785 ], [ 120.0504323, 30.3790627 ], [ 120.0506601, 30.3791364 ], [ 120.0509946, 30.3793943 ], [ 120.0512865, 30.3794925 ], [ 120.0517634, 30.3795232 ], [ 120.0522758, 30.3795294 ], [ 120.052831, 30.3795171 ], [ 120.0537879, 30.3797104 ], [ 120.0542902, 30.3798118 ], [ 120.0547102, 30.3799346 ], [ 120.0548027, 30.3800267 ], [ 120.0549237, 30.380389 ], [ 120.0550803, 30.3805978 ], [ 120.0551694, 30.3806653 ], [ 120.0553721, 30.3808189 ], [ 120.0555606, 30.3809374 ], [ 120.0557921, 30.3810829 ], [ 120.0558917, 30.381218 ], [ 120.0561238, 30.3816201 ], [ 120.0561899, 30.3818081 ], [ 120.0563688, 30.3823172 ], [ 120.0563953, 30.3824714 ], [ 120.0563423, 30.3825971 ], [ 120.0562827, 30.3827457 ], [ 120.0562761, 30.3829742 ], [ 120.056243, 30.3832827 ], [ 120.0560509, 30.3833227 ], [ 120.0554284, 30.3833227 ], [ 120.0547926, 30.3833227 ], [ 120.0544747, 30.3833227 ], [ 120.0544283, 30.3833799 ], [ 120.0544614, 30.3835398 ], [ 120.0546071, 30.3847168 ], [ 120.0545873, 30.3849739 ], [ 120.0544614, 30.385071 ], [ 120.0542627, 30.3851738 ], [ 120.0540044, 30.3852481 ], [ 120.0536865, 30.385271 ], [ 120.0523553, 30.3854138 ], [ 120.0518622, 30.3855428 ], [ 120.0517659, 30.385568 ], [ 120.0510506, 30.3857452 ], [ 120.0507724, 30.3857052 ], [ 120.0502029, 30.3856195 ], [ 120.0496863, 30.3855223 ], [ 120.0492293, 30.3854138 ], [ 120.0491498, 30.3853452 ], [ 120.0491564, 30.3852538 ], [ 120.0491896, 30.3851738 ], [ 120.0495339, 30.3844025 ], [ 120.0496134, 30.3842483 ], [ 120.0497525, 30.3842026 ], [ 120.0499313, 30.3841626 ], [ 120.0510374, 30.3841169 ], [ 120.051044, 30.384054 ], [ 120.0498187, 30.3841112 ], [ 120.0495737, 30.3841626 ], [ 120.0494743, 30.3842826 ], [ 120.0490836, 30.3851167 ], [ 120.0490174, 30.3853224 ], [ 120.0488717, 30.3853395 ], [ 120.048269, 30.3852424 ], [ 120.0481299, 30.3852595 ], [ 120.0481299, 30.3856252 ], [ 120.0485537, 30.3856423 ], [ 120.048746, 30.3857209 ], [ 120.0489313, 30.3857966 ], [ 120.0492425, 30.385848 ], [ 120.0495472, 30.3857966 ], [ 120.0498783, 30.3857794 ], [ 120.0500638, 30.385768 ], [ 120.0503552, 30.3857394 ], [ 120.0507128, 30.3857623 ], [ 120.0510175, 30.385808 ], [ 120.0511897, 30.3858023 ], [ 120.0523462, 30.3854857 ], [ 120.052626, 30.3854463 ], [ 120.0540538, 30.3852985 ], [ 120.0543965, 30.3851852 ], [ 120.0545678, 30.3850818 ], [ 120.0546592, 30.3849882 ], [ 120.0546934, 30.3848699 ], [ 120.0546592, 30.38453 ], [ 120.0545221, 30.38352 ], [ 120.0545678, 30.3834264 ], [ 120.0546763, 30.3833919 ], [ 120.0548248, 30.383382 ], [ 120.0556129, 30.3834165 ], [ 120.056047, 30.3834067 ], [ 120.0561555, 30.3833722 ], [ 120.0562526, 30.3834017 ], [ 120.056304, 30.3834954 ], [ 120.0567951, 30.3846285 ], [ 120.0571606, 30.3854118 ], [ 120.0574805, 30.3858208 ], [ 120.057549, 30.3860671 ], [ 120.0576861, 30.3861262 ], [ 120.0579888, 30.3866435 ], [ 120.0581772, 30.3869637 ], [ 120.0581087, 30.3871312 ], [ 120.0579259, 30.3872298 ], [ 120.0573834, 30.3875254 ], [ 120.0573206, 30.3875894 ], [ 120.0573206, 30.3876879 ], [ 120.0572006, 30.3877372 ], [ 120.0570915, 30.38778 ], [ 120.0569918, 30.3876524 ], [ 120.0568342, 30.3876782 ], [ 120.0562048, 30.3877782 ], [ 120.0559325, 30.38786 ], [ 120.0555091, 30.388033 ], [ 120.0551214, 30.388206 ], [ 120.0548639, 30.388356 ], [ 120.0546306, 30.3885107 ], [ 120.0543217, 30.3887864 ], [ 120.0543764, 30.3888248 ], [ 120.054551, 30.3886796 ], [ 120.0550532, 30.3883481 ], [ 120.0552544, 30.388258 ], [ 120.055507, 30.3881463 ], [ 120.0558538, 30.3880467 ], [ 120.0561382, 30.3879517 ], [ 120.056412, 30.387914 ], [ 120.0567759, 30.3878978 ], [ 120.0570661, 30.3878422 ], [ 120.0571483, 30.3878953 ], [ 120.0571398, 30.3880315 ], [ 120.0569036, 30.3887225 ], [ 120.0567723, 30.389156 ], [ 120.0567095, 30.389491 ], [ 120.056778, 30.389826 ], [ 120.0566466, 30.3900674 ], [ 120.0564068, 30.3902743 ], [ 120.0564639, 30.3903335 ], [ 120.0568751, 30.3898507 ], [ 120.0568408, 30.3897768 ], [ 120.0568066, 30.3895452 ], [ 120.056858, 30.3893925 ], [ 120.0568351, 30.3892447 ], [ 120.0569094, 30.3889885 ], [ 120.0571264, 30.388491 ], [ 120.0572382, 30.3881943 ], [ 120.0573148, 30.3878259 ], [ 120.0573834, 30.3877175 ], [ 120.0574919, 30.3876337 ], [ 120.058103, 30.3873825 ], [ 120.0584171, 30.3873135 ], [ 120.0587483, 30.3873037 ], [ 120.0590682, 30.3873677 ], [ 120.0593195, 30.3874022 ], [ 120.0595079, 30.3874022 ], [ 120.0596907, 30.3873776 ], [ 120.0600905, 30.387417 ], [ 120.0605302, 30.3875549 ], [ 120.0611242, 30.3875795 ], [ 120.0615125, 30.3876485 ], [ 120.0615011, 30.3877421 ], [ 120.0614269, 30.3881757 ], [ 120.061444, 30.3883924 ], [ 120.0614383, 30.3887126 ], [ 120.0614211, 30.3891068 ], [ 120.0614269, 30.3895009 ], [ 120.0614783, 30.3899295 ], [ 120.061444, 30.3901561 ], [ 120.0613469, 30.3903088 ], [ 120.0613697, 30.3907916 ], [ 120.0614531, 30.3907939 ], [ 120.0614892, 30.390714 ], [ 120.0614737, 30.3903366 ], [ 120.0615046, 30.3901856 ], [ 120.0615201, 30.389897 ], [ 120.0615149, 30.3897816 ], [ 120.0614737, 30.3894619 ], [ 120.0614634, 30.3892887 ], [ 120.0614789, 30.3888802 ], [ 120.061484, 30.3886715 ], [ 120.0615149, 30.3884806 ], [ 120.0615098, 30.3883074 ], [ 120.0614995, 30.3880898 ], [ 120.0615201, 30.3879566 ], [ 120.061587, 30.3877302 ], [ 120.0616333, 30.3876725 ], [ 120.0617671, 30.3876947 ], [ 120.0620348, 30.3878945 ], [ 120.0624209, 30.3881875 ], [ 120.0626473, 30.3884273 ], [ 120.0629356, 30.388818 ], [ 120.0631827, 30.389009 ], [ 120.063682, 30.389302 ], [ 120.0642431, 30.3895551 ], [ 120.0646291, 30.3897949 ], [ 120.0648608, 30.3898659 ], [ 120.0651799, 30.3899769 ], [ 120.0655093, 30.3901501 ], [ 120.0657358, 30.3902656 ], [ 120.0662609, 30.3906474 ], [ 120.0666675, 30.3911092 ], [ 120.0675323, 30.3919262 ], [ 120.0679853, 30.3922148 ], [ 120.068289, 30.3925123 ], [ 120.0686596, 30.392903 ], [ 120.069025, 30.3934314 ], [ 120.0694574, 30.3941729 ], [ 120.0699413, 30.3946835 ], [ 120.0703994, 30.3951008 ], [ 120.0707443, 30.3953273 ], [ 120.0713028, 30.3955914 ], [ 120.0713845, 30.3953926 ], [ 120.0710143, 30.3951764 ], [ 120.0706088, 30.3948695 ], [ 120.0701537, 30.3944055 ], [ 120.0697151, 30.3938416 ], [ 120.0692103, 30.3929708 ], [ 120.0691276, 30.3927924 ], [ 120.0689455, 30.3923498 ], [ 120.068689, 30.3921071 ], [ 120.0679856, 30.3915147 ], [ 120.0670754, 30.3907509 ], [ 120.0669595, 30.3906081 ], [ 120.0671333, 30.3904011 ], [ 120.0671333, 30.3902869 ], [ 120.0672657, 30.3900656 ], [ 120.0675305, 30.3897944 ], [ 120.0674974, 30.3896945 ], [ 120.0673567, 30.3898087 ], [ 120.0669678, 30.3902584 ], [ 120.0668271, 30.3903726 ], [ 120.0663968, 30.3900585 ], [ 120.0661403, 30.3898729 ], [ 120.0659086, 30.3897873 ], [ 120.0655114, 30.3895303 ], [ 120.0651886, 30.3894089 ], [ 120.064899, 30.3892519 ], [ 120.0647832, 30.3892091 ], [ 120.064659, 30.3892233 ], [ 120.0644356, 30.3892091 ], [ 120.0641708, 30.3891234 ], [ 120.0634343, 30.3886737 ], [ 120.063244, 30.3885523 ], [ 120.0629875, 30.3880884 ], [ 120.062673, 30.3875601 ], [ 120.062433, 30.3873959 ], [ 120.0621186, 30.387246 ], [ 120.0618207, 30.3872246 ], [ 120.0613159, 30.387089 ], [ 120.0606726, 30.387133 ], [ 120.0604025, 30.3871555 ], [ 120.0600714, 30.3871555 ], [ 120.059749, 30.3871179 ], [ 120.0589735, 30.3868248 ], [ 120.0586075, 30.3866519 ], [ 120.0583112, 30.3863888 ], [ 120.0580846, 30.3860505 ], [ 120.057649, 30.3849305 ], [ 120.0572917, 30.3841337 ], [ 120.0572568, 30.3838631 ], [ 120.0571261, 30.3836827 ], [ 120.0571, 30.3835474 ], [ 120.0570564, 30.383382 ], [ 120.0570477, 30.3829911 ], [ 120.0570216, 30.3826454 ], [ 120.0568647, 30.3823823 ], [ 120.0568386, 30.3822469 ], [ 120.0567514, 30.3820816 ], [ 120.0567166, 30.3817433 ], [ 120.0564494, 30.3813232 ], [ 120.0563117, 30.3810154 ], [ 120.056212, 30.3808864 ], [ 120.0559985, 30.3807759 ], [ 120.0557992, 30.3806654 ], [ 120.0555928, 30.380475 ], [ 120.0553437, 30.3803583 ], [ 120.055123, 30.3801925 ], [ 120.0550661, 30.3800943 ], [ 120.055123, 30.3800329 ], [ 120.0552582, 30.379996 ], [ 120.0554433, 30.3799653 ], [ 120.0556141, 30.3799838 ], [ 120.0558917, 30.3801066 ], [ 120.0564256, 30.3801925 ], [ 120.0568384, 30.380211 ], [ 120.0569452, 30.380125 ], [ 120.0571587, 30.3801189 ], [ 120.0575146, 30.3799592 ], [ 120.0577495, 30.3798118 ], [ 120.0581623, 30.3794864 ], [ 120.0585538, 30.3791241 ], [ 120.0586606, 30.3789337 ], [ 120.0587816, 30.3788048 ], [ 120.0593582, 30.3783381 ], [ 120.0595717, 30.378074 ], [ 120.059825, 30.3776805 ], [ 120.0604445, 30.3768874 ], [ 120.0608092, 30.3764564 ], [ 120.0611539, 30.3760944 ], [ 120.0615386, 30.375784 ], [ 120.0620232, 30.3754478 ], [ 120.062348, 30.3752582 ], [ 120.0625328, 30.3750556 ], [ 120.0627577, 30.3749522 ], [ 120.0631623, 30.3747539 ], [ 120.0636519, 30.374491 ], [ 120.0642964, 30.3741203 ], [ 120.0643813, 30.3740815 ], [ 120.0644763, 30.3741074 ], [ 120.0647111, 30.3742539 ], [ 120.064866, 30.3743444 ], [ 120.0653705, 30.374478 ], [ 120.0655704, 30.3745427 ], [ 120.0656303, 30.3745901 ], [ 120.0656803, 30.3747237 ], [ 120.0657303, 30.3749048 ], [ 120.0657502, 30.3750168 ], [ 120.0655854, 30.3755427 ], [ 120.0655254, 30.3757668 ], [ 120.0655554, 30.3758659 ], [ 120.0656004, 30.3759349 ], [ 120.0658851, 30.376103 ], [ 120.0664797, 30.3765124 ], [ 120.0666695, 30.3766331 ], [ 120.0667944, 30.3767926 ], [ 120.0671091, 30.3771762 ], [ 120.0677336, 30.3780598 ], [ 120.0678985, 30.3782925 ], [ 120.0680384, 30.3783184 ], [ 120.0679185, 30.3782365 ], [ 120.0678036, 30.3780382 ], [ 120.0676187, 30.3777236 ], [ 120.0671641, 30.3770469 ], [ 120.0668793, 30.3766978 ], [ 120.0666045, 30.3764564 ], [ 120.0657802, 30.3759435 ], [ 120.0656403, 30.3758573 ], [ 120.0656104, 30.3757323 ], [ 120.0657053, 30.3754306 ], [ 120.0659051, 30.3748099 ], [ 120.0659351, 30.3746504 ], [ 120.0658552, 30.3745944 ], [ 120.0656303, 30.374478 ], [ 120.0653606, 30.3744005 ], [ 120.0650058, 30.3743229 ], [ 120.064923, 30.3742759 ], [ 120.064816, 30.3742151 ], [ 120.0645462, 30.3740729 ], [ 120.0644913, 30.3739953 ], [ 120.0645662, 30.3738013 ], [ 120.0652107, 30.3731807 ], [ 120.0657902, 30.3724953 ], [ 120.0662598, 30.3717195 ], [ 120.0665496, 30.3712496 ], [ 120.0668893, 30.3708574 ], [ 120.0674838, 30.3704781 ], [ 120.0682332, 30.3698574 ], [ 120.0690776, 30.3690255 ], [ 120.0692874, 30.3688186 ], [ 120.0695772, 30.3685039 ], [ 120.0699568, 30.368103 ], [ 120.0703765, 30.3675599 ], [ 120.0708511, 30.3670038 ], [ 120.0711177, 30.3666326 ], [ 120.0708876, 30.3664688 ], [ 120.0706413, 30.3667452 ], [ 120.0702666, 30.3673142 ], [ 120.0698319, 30.3678228 ], [ 120.0696171, 30.3680254 ], [ 120.0692924, 30.3684048 ], [ 120.0689676, 30.368672 ], [ 120.0688028, 30.3688401 ], [ 120.0686629, 30.3689737 ], [ 120.068578, 30.3691031 ], [ 120.0684431, 30.3692367 ], [ 120.0682832, 30.3693013 ], [ 120.0680884, 30.3693013 ], [ 120.0680933, 30.3693617 ], [ 120.0681083, 30.3694565 ], [ 120.0680184, 30.3695815 ], [ 120.0677187, 30.3699091 ], [ 120.0675788, 30.369991 ], [ 120.0669343, 30.3703789 ], [ 120.0667195, 30.3704695 ], [ 120.0665446, 30.3704953 ], [ 120.0665646, 30.3706246 ], [ 120.0665196, 30.3707669 ], [ 120.0663298, 30.3710815 ], [ 120.0662099, 30.3711893 ], [ 120.0661, 30.3713057 ], [ 120.0658901, 30.3716677 ], [ 120.0655704, 30.3720902 ], [ 120.0654605, 30.3722108 ], [ 120.0653356, 30.3722884 ], [ 120.0651158, 30.3722626 ], [ 120.064826, 30.3721591 ], [ 120.0645312, 30.3719738 ], [ 120.0639117, 30.3715643 ], [ 120.0637768, 30.3714652 ], [ 120.0637818, 30.3715212 ], [ 120.0639967, 30.3717022 ], [ 120.0644313, 30.3719824 ], [ 120.0645262, 30.37206 ], [ 120.0647361, 30.372185 ], [ 120.0651307, 30.3723574 ], [ 120.0652107, 30.372435 ], [ 120.0652257, 30.3725341 ], [ 120.0650508, 30.3727927 ], [ 120.064781, 30.373047 ], [ 120.0643464, 30.373491 ], [ 120.0641066, 30.3736936 ], [ 120.0638368, 30.3739522 ], [ 120.0636769, 30.3740341 ], [ 120.0633871, 30.3742022 ], [ 120.0632073, 30.3743401 ], [ 120.0630974, 30.3744436 ], [ 120.0626477, 30.374728 ], [ 120.0624829, 30.3748358 ], [ 120.0622031, 30.3750599 ], [ 120.0620832, 30.3751591 ], [ 120.0619633, 30.3752668 ], [ 120.0616735, 30.3754177 ], [ 120.0615336, 30.3754737 ], [ 120.0614037, 30.3755082 ], [ 120.0613138, 30.3755944 ], [ 120.0611889, 30.375659 ], [ 120.061054, 30.3756806 ], [ 120.0608792, 30.3756461 ], [ 120.0608842, 30.3757108 ], [ 120.0608792, 30.3758013 ], [ 120.0608542, 30.3758961 ], [ 120.0607892, 30.3760297 ], [ 120.0605644, 30.3762625 ], [ 120.0604595, 30.3763831 ], [ 120.0603396, 30.3764909 ], [ 120.0602797, 30.3766202 ], [ 120.0602397, 30.3767969 ], [ 120.0599699, 30.3772452 ], [ 120.0597501, 30.3775469 ], [ 120.0596217, 30.3777766 ], [ 120.0594649, 30.3780003 ], [ 120.0590094, 30.3783995 ], [ 120.0582122, 30.3790136 ], [ 120.0576356, 30.3794373 ], [ 120.0572726, 30.3796706 ], [ 120.056995, 30.3797443 ], [ 120.0567174, 30.3797443 ], [ 120.0563473, 30.3797074 ], [ 120.0561195, 30.3797443 ], [ 120.0557209, 30.3797566 ], [ 120.0555145, 30.3797443 ], [ 120.0552654, 30.3796767 ], [ 120.0551159, 30.3795846 ], [ 120.0549664, 30.3795539 ], [ 120.0542973, 30.3795171 ], [ 120.0539557, 30.3794065 ], [ 120.0536994, 30.3793881 ], [ 120.0529449, 30.3793329 ], [ 120.0526033, 30.379339 ], [ 120.0518915, 30.3793451 ], [ 120.0514075, 30.3792837 ], [ 120.0511726, 30.3792039 ], [ 120.0511085, 30.3790995 ], [ 120.0509092, 30.3789337 ], [ 120.0508594, 30.3788109 ], [ 120.0508807, 30.3786942 ], [ 120.0509804, 30.3786328 ], [ 120.0511655, 30.3785776 ], [ 120.0513434, 30.3785898 ], [ 120.0513434, 30.3782951 ], [ 120.0512722, 30.3782951 ], [ 120.0511939, 30.3784486 ], [ 120.0509804, 30.378553 ], [ 120.0507953, 30.378553 ], [ 120.0506387, 30.3786083 ], [ 120.0504821, 30.3786267 ], [ 120.0502757, 30.3786758 ], [ 120.0501262, 30.3786758 ], [ 120.0499768, 30.378639 ], [ 120.0498629, 30.3785714 ], [ 120.0495064, 30.3782797 ], [ 120.04951, 30.378222 ], [ 120.0495223, 30.3781665 ], [ 120.0497389, 30.3779276 ], [ 120.0497745, 30.3778733 ], [ 120.0498156, 30.3776794 ], [ 120.0498567, 30.377528 ], [ 120.0499856, 30.3772041 ], [ 120.0500321, 30.3771213 ], [ 120.0500267, 30.3770551 ], [ 120.0499801, 30.3768257 ], [ 120.0498759, 30.3763244 ], [ 120.049854, 30.3762156 ], [ 120.04978, 30.3762298 ], [ 120.0497855, 30.3762866 ], [ 120.0498046, 30.3763977 ], [ 120.0498896, 30.376769 ], [ 120.0499472, 30.3769841 ], [ 120.0499499, 30.3770953 ], [ 120.049928, 30.3772064 ], [ 120.0498732, 30.3773672 ], [ 120.0497855, 30.3775588 ], [ 120.0497142, 30.3777834 ], [ 120.0496895, 30.3778591 ], [ 120.0496429, 30.3779442 ], [ 120.0495306, 30.3780601 ], [ 120.0494223, 30.3781511 ], [ 120.049367, 30.3781657 ], [ 120.0488948, 30.3777793 ], [ 120.0486244, 30.3775459 ], [ 120.0484606, 30.3773986 ], [ 120.0482969, 30.3771222 ], [ 120.0481261, 30.3770117 ], [ 120.0479339, 30.376938 ], [ 120.0475496, 30.3768336 ], [ 120.0462612, 30.3767169 ], [ 120.0450654, 30.3766248 ], [ 120.0440253, 30.376506 ], [ 120.0439906, 30.376502 ], [ 120.0437771, 30.3764467 ], [ 120.0433571, 30.3763915 ], [ 120.0429941, 30.3763485 ], [ 120.0426169, 30.3762871 ], [ 120.0422254, 30.3762564 ], [ 120.0417342, 30.3762502 ], [ 120.0413, 30.3762195 ], [ 120.0408659, 30.3762134 ], [ 120.0405527, 30.3762134 ], [ 120.0397128, 30.3761397 ], [ 120.0395846, 30.3761151 ], [ 120.0394636, 30.376238 ], [ 120.0393569, 30.3762564 ], [ 120.0392857, 30.3762257 ], [ 120.0392643, 30.3761336 ], [ 120.0391789, 30.3761274 ], [ 120.0391504, 30.3762318 ], [ 120.0390508, 30.3762441 ], [ 120.0388728, 30.3762257 ], [ 120.0376557, 30.376023 ], [ 120.0373852, 30.3759248 ], [ 120.0369439, 30.3758142 ], [ 120.0366876, 30.3757467 ], [ 120.0364029, 30.3757221 ], [ 120.0360328, 30.3756853 ], [ 120.0356911, 30.3757283 ], [ 120.0353637, 30.3757283 ], [ 120.0349722, 30.3756669 ], [ 120.0343245, 30.3756976 ], [ 120.0336198, 30.3757897 ], [ 120.0333921, 30.3757467 ], [ 120.0332355, 30.3756669 ], [ 120.0331999, 30.3755502 ], [ 120.0331999, 30.3753782 ], [ 120.0332568, 30.375194 ], [ 120.0333138, 30.3750159 ], [ 120.0334063, 30.3748624 ], [ 120.0336839, 30.3744203 ], [ 120.0340967, 30.3738737 ], [ 120.0342818, 30.3735605 ], [ 120.0343601, 30.3733825 ], [ 120.0343672, 30.3732781 ], [ 120.0342533, 30.3730386 ], [ 120.034111, 30.3728543 ], [ 120.0337622, 30.3724674 ], [ 120.0334988, 30.3722464 ], [ 120.0333422, 30.3721113 ], [ 120.0331999, 30.3720314 ], [ 120.0331073, 30.3719393 ], [ 120.0328725, 30.3719025 ], [ 120.0326447, 30.3718226 ], [ 120.0325166, 30.3715586 ], [ 120.032545, 30.3713498 ], [ 120.0326376, 30.3711901 ], [ 120.0326757, 30.3710725 ], [ 120.032687, 30.3709631 ], [ 120.0326704, 30.3708519 ], [ 120.0326704, 30.3707658 ], [ 120.0326912, 30.370651 ], [ 120.0326912, 30.3705398 ], [ 120.0326826, 30.3703613 ], [ 120.0326508, 30.3704287 ], [ 120.0326642, 30.3706905 ], [ 120.0326335, 30.3708304 ], [ 120.0326192, 30.3710331 ], [ 120.032548, 30.3711559 ], [ 120.0325196, 30.371291 ], [ 120.0324555, 30.3713586 ], [ 120.0322491, 30.3713463 ], [ 120.0317651, 30.3711375 ], [ 120.0314804, 30.3708857 ], [ 120.0313807, 30.3706892 ], [ 120.0313878, 30.3705234 ], [ 120.0313095, 30.3704374 ], [ 120.0311529, 30.370333 ], [ 120.0310604, 30.3701733 ], [ 120.0309394, 30.3699277 ], [ 120.0308682, 30.369768 ], [ 120.0308397, 30.3695961 ], [ 120.030733, 30.369332 ], [ 120.0304838, 30.3688714 ], [ 120.0303842, 30.3684661 ], [ 120.0298053, 30.367338 ], [ 120.0294584, 30.3669529 ], [ 120.0291203, 30.3664785 ], [ 120.0289487, 30.3663584 ], [ 120.0288254, 30.3661201 ], [ 120.0284442, 30.365657 ], [ 120.0277062, 30.3659577 ], [ 120.0278716, 30.366378 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0435683, 30.3826814 ], [ 120.0436025, 30.3827513 ], [ 120.0436323, 30.3827844 ], [ 120.0437006, 30.3828028 ], [ 120.0437731, 30.3827733 ], [ 120.0437859, 30.3826998 ], [ 120.0438072, 30.3825783 ], [ 120.0438371, 30.3825268 ], [ 120.0438797, 30.3824826 ], [ 120.0438882, 30.3824311 ], [ 120.0438456, 30.3823575 ], [ 120.0437944, 30.3822913 ], [ 120.0437901, 30.3822214 ], [ 120.0438499, 30.3821699 ], [ 120.0438754, 30.3820889 ], [ 120.0438371, 30.3820521 ], [ 120.0437859, 30.3820448 ], [ 120.0436451, 30.3820926 ], [ 120.0436153, 30.3821331 ], [ 120.0436025, 30.3822067 ], [ 120.0436153, 30.382306 ], [ 120.0436408, 30.3824532 ], [ 120.0436408, 30.3825194 ], [ 120.0436195, 30.382582 ], [ 120.0435683, 30.3826225 ], [ 120.0435683, 30.3826814 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0424465, 30.3827623 ], [ 120.0424849, 30.3829316 ], [ 120.0425318, 30.383064 ], [ 120.0425318, 30.383145 ], [ 120.0425233, 30.3832333 ], [ 120.0425275, 30.3832738 ], [ 120.042583, 30.3832959 ], [ 120.042647, 30.38334 ], [ 120.0426896, 30.3834136 ], [ 120.0427451, 30.3834541 ], [ 120.0428304, 30.3834578 ], [ 120.0428261, 30.383237 ], [ 120.042856, 30.3830015 ], [ 120.042856, 30.3828801 ], [ 120.0428133, 30.3828433 ], [ 120.042711, 30.3827733 ], [ 120.0425702, 30.382674 ], [ 120.0424892, 30.3826593 ], [ 120.0424465, 30.3826777 ], [ 120.0424465, 30.3827623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0434361, 30.3833363 ], [ 120.0435043, 30.3833879 ], [ 120.0435726, 30.3834394 ], [ 120.0435811, 30.3835166 ], [ 120.0436664, 30.3835498 ], [ 120.0437517, 30.383535 ], [ 120.0438499, 30.3835461 ], [ 120.0439352, 30.3835829 ], [ 120.0439565, 30.3836197 ], [ 120.0439906, 30.3836822 ], [ 120.0440503, 30.383719 ], [ 120.0441271, 30.3837227 ], [ 120.0441868, 30.3837558 ], [ 120.0444001, 30.3837926 ], [ 120.0444513, 30.3837632 ], [ 120.0445067, 30.3836307 ], [ 120.0445451, 30.383513 ], [ 120.0445238, 30.3834026 ], [ 120.04443, 30.3833363 ], [ 120.0441826, 30.3831082 ], [ 120.0441186, 30.3830751 ], [ 120.0440461, 30.3830972 ], [ 120.0440162, 30.3831413 ], [ 120.0440119, 30.3832333 ], [ 120.0440162, 30.3832959 ], [ 120.0439565, 30.3832775 ], [ 120.0439181, 30.3832002 ], [ 120.0438754, 30.3830972 ], [ 120.0438285, 30.3830309 ], [ 120.0437645, 30.3830015 ], [ 120.0436664, 30.3829941 ], [ 120.0435299, 30.3830199 ], [ 120.0434489, 30.3830714 ], [ 120.0434409, 30.3830949 ], [ 120.043419, 30.3831597 ], [ 120.0434105, 30.3832554 ], [ 120.0434361, 30.3833363 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0393876, 30.3910165 ], [ 120.0394378, 30.3911366 ], [ 120.0394656, 30.3911942 ], [ 120.0395491, 30.3912422 ], [ 120.0398999, 30.3912374 ], [ 120.0399723, 30.391223 ], [ 120.0404011, 30.3912374 ], [ 120.0415593, 30.3912374 ], [ 120.0417589, 30.3912346 ], [ 120.0419962, 30.3912276 ], [ 120.0422831, 30.3912326 ], [ 120.042377, 30.3912756 ], [ 120.0424591, 30.3913166 ], [ 120.0425023, 30.39138 ], [ 120.0425455, 30.3914172 ], [ 120.0425973, 30.391503 ], [ 120.0426016, 30.3915961 ], [ 120.0425714, 30.3918086 ], [ 120.0425195, 30.392021 ], [ 120.0424418, 30.3923863 ], [ 120.0424072, 30.3925354 ], [ 120.0424461, 30.392595 ], [ 120.0425455, 30.392595 ], [ 120.0425779, 30.3922914 ], [ 120.0425465, 30.3921561 ], [ 120.0425988, 30.3920072 ], [ 120.0426668, 30.3918854 ], [ 120.0426825, 30.3916012 ], [ 120.0426877, 30.3914659 ], [ 120.0427819, 30.3913621 ], [ 120.0429283, 30.3913215 ], [ 120.0432003, 30.3912854 ], [ 120.0433624, 30.3912854 ], [ 120.0435611, 30.3912945 ], [ 120.0438329, 30.3912732 ], [ 120.0439638, 30.3912629 ], [ 120.0446542, 30.3912313 ], [ 120.0451353, 30.3912674 ], [ 120.0458675, 30.3912945 ], [ 120.045993, 30.3912674 ], [ 120.0460871, 30.3912268 ], [ 120.0461394, 30.3911456 ], [ 120.0462585, 30.3910747 ], [ 120.0463267, 30.3910392 ], [ 120.0463448, 30.3910079 ], [ 120.046305, 30.3909979 ], [ 120.0462394, 30.3910146 ], [ 120.0461551, 30.3910509 ], [ 120.0459773, 30.391096 ], [ 120.045789, 30.3911682 ], [ 120.0455746, 30.3911862 ], [ 120.0453026, 30.3911952 ], [ 120.0445705, 30.3911501 ], [ 120.0443665, 30.3911366 ], [ 120.0441103, 30.3911546 ], [ 120.0438801, 30.3911997 ], [ 120.043718, 30.3912042 ], [ 120.0434984, 30.3911591 ], [ 120.0432212, 30.3911366 ], [ 120.0429179, 30.3911501 ], [ 120.0428185, 30.3910779 ], [ 120.0427714, 30.3909561 ], [ 120.042808, 30.3904193 ], [ 120.04284, 30.3898637 ], [ 120.0428567, 30.3895947 ], [ 120.0428567, 30.389345 ], [ 120.0429123, 30.3891336 ], [ 120.0430126, 30.3888598 ], [ 120.0429625, 30.3888406 ], [ 120.0429068, 30.3889367 ], [ 120.0428455, 30.3890568 ], [ 120.0427898, 30.3891 ], [ 120.0426673, 30.3890376 ], [ 120.042311, 30.3887157 ], [ 120.0421829, 30.3886389 ], [ 120.0421049, 30.3886677 ], [ 120.0421161, 30.3887638 ], [ 120.0422386, 30.3888743 ], [ 120.042517, 30.3891288 ], [ 120.0426562, 30.3892393 ], [ 120.0427676, 30.3894026 ], [ 120.0427676, 30.3896812 ], [ 120.0427175, 30.3900799 ], [ 120.0426395, 30.3906226 ], [ 120.0426228, 30.3909925 ], [ 120.0425615, 30.3911077 ], [ 120.0424836, 30.391175 ], [ 120.0422609, 30.3911798 ], [ 120.041948, 30.3911987 ], [ 120.0415671, 30.3911975 ], [ 120.0414625, 30.3911895 ], [ 120.0413619, 30.3911802 ], [ 120.040802, 30.3911846 ], [ 120.0406405, 30.3911894 ], [ 120.0402897, 30.391175 ], [ 120.039989, 30.3911221 ], [ 120.0396772, 30.3910789 ], [ 120.039538, 30.3910261 ], [ 120.039499, 30.3909156 ], [ 120.03946, 30.3906851 ], [ 120.0393876, 30.3906851 ], [ 120.0393932, 30.3907907 ], [ 120.0393765, 30.3909204 ], [ 120.0393876, 30.3910165 ] ] ], [ [ [ 120.046835, 30.3912268 ], [ 120.0469343, 30.3912764 ], [ 120.0473841, 30.39129 ], [ 120.0474155, 30.3913757 ], [ 120.0474992, 30.3914073 ], [ 120.0476404, 30.3913712 ], [ 120.0476561, 30.3912945 ], [ 120.0476927, 30.3911682 ], [ 120.0479751, 30.3911411 ], [ 120.0481215, 30.3911772 ], [ 120.0481633, 30.3913441 ], [ 120.0481843, 30.3915832 ], [ 120.0481581, 30.3916328 ], [ 120.048064, 30.3917095 ], [ 120.0478652, 30.3917411 ], [ 120.047405, 30.391696 ], [ 120.0473632, 30.3917321 ], [ 120.0474259, 30.3917546 ], [ 120.0476979, 30.3917727 ], [ 120.0479071, 30.3917907 ], [ 120.0481267, 30.3918042 ], [ 120.0482988, 30.3919061 ], [ 120.0484235, 30.3919819 ], [ 120.0484677, 30.3919992 ], [ 120.0485978, 30.3920183 ], [ 120.048685, 30.3920206 ], [ 120.048838, 30.3919802 ], [ 120.0494865, 30.3919621 ], [ 120.0497793, 30.3919666 ], [ 120.0501402, 30.3920163 ], [ 120.0503494, 30.3920614 ], [ 120.050454, 30.3920433 ], [ 120.0504331, 30.3918629 ], [ 120.0504017, 30.3916193 ], [ 120.0503285, 30.3911276 ], [ 120.0501925, 30.3909246 ], [ 120.0501402, 30.3907712 ], [ 120.0501507, 30.3906403 ], [ 120.0502239, 30.3905411 ], [ 120.0504174, 30.3903832 ], [ 120.0506789, 30.3902163 ], [ 120.0511548, 30.3900268 ], [ 120.0515104, 30.389896 ], [ 120.0517614, 30.3898193 ], [ 120.05207, 30.3897291 ], [ 120.0523625, 30.389724 ], [ 120.0528014, 30.389651 ], [ 120.053189, 30.3895722 ], [ 120.0533509, 30.3895003 ], [ 120.0536542, 30.3894232 ], [ 120.0538326, 30.3893363 ], [ 120.054289, 30.3890836 ], [ 120.054086, 30.388916 ], [ 120.0538284, 30.3890708 ], [ 120.0535762, 30.3891652 ], [ 120.0533042, 30.3892599 ], [ 120.0531578, 30.389278 ], [ 120.0528179, 30.3894268 ], [ 120.0525732, 30.3894969 ], [ 120.0523419, 30.3895531 ], [ 120.0518713, 30.3896524 ], [ 120.0515993, 30.3896795 ], [ 120.0514267, 30.3896795 ], [ 120.0512751, 30.3896343 ], [ 120.0512071, 30.3895441 ], [ 120.0509142, 30.3890569 ], [ 120.0508096, 30.3889802 ], [ 120.0507469, 30.3889847 ], [ 120.0506318, 30.3890434 ], [ 120.0504645, 30.3891201 ], [ 120.0504331, 30.3891607 ], [ 120.0505011, 30.3891562 ], [ 120.0506213, 30.389111 ], [ 120.0507573, 30.3891156 ], [ 120.0509874, 30.3893456 ], [ 120.0511129, 30.3895577 ], [ 120.0511077, 30.3896885 ], [ 120.0510763, 30.3898193 ], [ 120.0508933, 30.3899501 ], [ 120.0506684, 30.390081 ], [ 120.0505011, 30.3901712 ], [ 120.0502762, 30.3903697 ], [ 120.0501664, 30.3904148 ], [ 120.0501664, 30.390505 ], [ 120.0500984, 30.3905952 ], [ 120.0500722, 30.390681 ], [ 120.050067, 30.3907892 ], [ 120.0501141, 30.3909787 ], [ 120.0502343, 30.3912854 ], [ 120.0503442, 30.3917952 ], [ 120.0502919, 30.3918268 ], [ 120.0498839, 30.3918764 ], [ 120.0491465, 30.391917 ], [ 120.0488589, 30.3919396 ], [ 120.0487031, 30.391979 ], [ 120.0486528, 30.3919784 ], [ 120.04851, 30.3919587 ], [ 120.0484309, 30.3919287 ], [ 120.0483307, 30.3918358 ], [ 120.0482627, 30.391714 ], [ 120.0481686, 30.3911952 ], [ 120.0481372, 30.3911095 ], [ 120.0479332, 30.391087 ], [ 120.0477031, 30.391105 ], [ 120.0475462, 30.391123 ], [ 120.0473841, 30.391105 ], [ 120.0471488, 30.3910689 ], [ 120.0468051, 30.3910536 ], [ 120.0466947, 30.3910704 ], [ 120.046835, 30.3912268 ] ] ], [ [ [ 120.051451, 30.3940396 ], [ 120.0515233, 30.3940987 ], [ 120.0515233, 30.3942004 ], [ 120.0514815, 30.3944564 ], [ 120.0514967, 30.3945582 ], [ 120.0515538, 30.3946435 ], [ 120.0515956, 30.3947321 ], [ 120.0516108, 30.3948634 ], [ 120.0516773, 30.3948674 ], [ 120.0516732, 30.3947771 ], [ 120.0515887, 30.3946242 ], [ 120.0515524, 30.3945339 ], [ 120.0515363, 30.3944401 ], [ 120.0515564, 30.3943359 ], [ 120.0516128, 30.3941761 ], [ 120.0516813, 30.3940233 ], [ 120.0517699, 30.3938635 ], [ 120.0518222, 30.3938114 ], [ 120.0518544, 30.3937211 ], [ 120.0519592, 30.3935474 ], [ 120.0520719, 30.3934571 ], [ 120.0521283, 30.3933598 ], [ 120.0522129, 30.3931792 ], [ 120.0523297, 30.3930124 ], [ 120.0525028, 30.3928526 ], [ 120.0526679, 30.3927728 ], [ 120.0527887, 30.3926338 ], [ 120.0529418, 30.392474 ], [ 120.0530304, 30.3923663 ], [ 120.0531874, 30.3922934 ], [ 120.0533324, 30.3922864 ], [ 120.0534774, 30.392283 ], [ 120.0536787, 30.3922065 ], [ 120.0537512, 30.3921301 ], [ 120.0538801, 30.3920502 ], [ 120.0540653, 30.3920224 ], [ 120.0541821, 30.3919738 ], [ 120.0543029, 30.3918939 ], [ 120.0546694, 30.3916889 ], [ 120.0547781, 30.3916924 ], [ 120.0549553, 30.391814 ], [ 120.0551003, 30.3918731 ], [ 120.0551446, 30.3918487 ], [ 120.0551164, 30.3917966 ], [ 120.0550278, 30.3917793 ], [ 120.0549755, 30.3917341 ], [ 120.0549634, 30.3916438 ], [ 120.0550198, 30.3915431 ], [ 120.0551366, 30.3915014 ], [ 120.055197, 30.3914284 ], [ 120.0552815, 30.391352 ], [ 120.0555272, 30.3910984 ], [ 120.0557004, 30.3909247 ], [ 120.0559621, 30.390685 ], [ 120.0562337, 30.3904787 ], [ 120.0561842, 30.3904262 ], [ 120.0561309, 30.3904262 ], [ 120.0559407, 30.3905837 ], [ 120.0556782, 30.3908397 ], [ 120.0554879, 30.3910006 ], [ 120.0553548, 30.3911187 ], [ 120.0553205, 30.3912106 ], [ 120.0552406, 30.3912861 ], [ 120.0547955, 30.3915257 ], [ 120.0546509, 30.3915683 ], [ 120.0543427, 30.3917488 ], [ 120.0539926, 30.3918867 ], [ 120.0536236, 30.3920935 ], [ 120.0534105, 30.3921788 ], [ 120.0532431, 30.3922083 ], [ 120.0530605, 30.3922641 ], [ 120.0529577, 30.3923232 ], [ 120.0528436, 30.3924151 ], [ 120.0526952, 30.3925496 ], [ 120.0525811, 30.3925989 ], [ 120.0525088, 30.3926645 ], [ 120.0524175, 30.3927466 ], [ 120.0522995, 30.3928024 ], [ 120.0520446, 30.392868 ], [ 120.0518962, 30.3928614 ], [ 120.0517897, 30.3928811 ], [ 120.051706, 30.3929927 ], [ 120.0517098, 30.3930583 ], [ 120.0517821, 30.3931305 ], [ 120.0518049, 30.3931962 ], [ 120.0517592, 30.3932914 ], [ 120.0517897, 30.3933964 ], [ 120.0518239, 30.3934686 ], [ 120.0517935, 30.3935572 ], [ 120.0517554, 30.3936983 ], [ 120.051706, 30.3938296 ], [ 120.0516261, 30.3939051 ], [ 120.0515233, 30.393951 ], [ 120.051451, 30.393997 ], [ 120.051451, 30.3940396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.045674, 30.3924168 ], [ 120.0457369, 30.3924394 ], [ 120.0460146, 30.392453 ], [ 120.046198, 30.3924349 ], [ 120.0463027, 30.3924349 ], [ 120.0464128, 30.3924213 ], [ 120.0464652, 30.3923174 ], [ 120.0465176, 30.3921411 ], [ 120.0465176, 30.3921004 ], [ 120.0463761, 30.3921004 ], [ 120.046198, 30.3921095 ], [ 120.0461351, 30.3920869 ], [ 120.0461508, 30.3920146 ], [ 120.0462084, 30.3919694 ], [ 120.0461822, 30.3919242 ], [ 120.0460827, 30.3919242 ], [ 120.0460565, 30.3919694 ], [ 120.0460827, 30.3920281 ], [ 120.0460617, 30.3921095 ], [ 120.0459412, 30.3921592 ], [ 120.0458207, 30.3921818 ], [ 120.0456897, 30.3921818 ], [ 120.0456478, 30.392227 ], [ 120.045674, 30.3924168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.051295, 30.3922754 ], [ 120.0513531, 30.3923613 ], [ 120.051378, 30.392483 ], [ 120.0514236, 30.3925618 ], [ 120.0515108, 30.3926728 ], [ 120.0516229, 30.3927515 ], [ 120.0517681, 30.3927909 ], [ 120.0519425, 30.3927874 ], [ 120.0520919, 30.3927694 ], [ 120.0522994, 30.3927014 ], [ 120.0525443, 30.3925797 ], [ 120.0526315, 30.3924866 ], [ 120.0526398, 30.3924078 ], [ 120.0525651, 30.3921465 ], [ 120.0524074, 30.3920211 ], [ 120.052204, 30.3919245 ], [ 120.0520213, 30.3918851 ], [ 120.0519134, 30.3918815 ], [ 120.0518138, 30.391835 ], [ 120.05171, 30.3918385 ], [ 120.0515481, 30.3918242 ], [ 120.0514319, 30.3918636 ], [ 120.051324, 30.3920211 ], [ 120.0512825, 30.3921787 ], [ 120.051295, 30.3922754 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.045582, 30.3932058 ], [ 120.0457559, 30.3931964 ], [ 120.0456936, 30.3929927 ], [ 120.0454027, 30.3929962 ], [ 120.0453828, 30.3932127 ], [ 120.045582, 30.3932058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0469181, 30.393085 ], [ 120.0469275, 30.3931224 ], [ 120.0468356, 30.3931739 ], [ 120.0468455, 30.3932252 ], [ 120.0469595, 30.3932465 ], [ 120.0470956, 30.3932508 ], [ 120.047101, 30.3932358 ], [ 120.0471781, 30.3932222 ], [ 120.0472232, 30.3932747 ], [ 120.0472469, 30.3932465 ], [ 120.0472667, 30.3932123 ], [ 120.0472667, 30.3931525 ], [ 120.047232, 30.3930841 ], [ 120.0471874, 30.3930414 ], [ 120.046925, 30.3930314 ], [ 120.0468898, 30.3929925 ], [ 120.0468486, 30.3930268 ], [ 120.0468353, 30.3931204 ], [ 120.0469181, 30.393085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0599504, 30.3286862 ], [ 120.0599838, 30.3287706 ], [ 120.0600418, 30.3288133 ], [ 120.0600494, 30.328882 ], [ 120.0600053, 30.3289461 ], [ 120.0599447, 30.3289754 ], [ 120.0601713, 30.3292509 ], [ 120.0603439, 30.3292375 ], [ 120.0605716, 30.3291908 ], [ 120.0607776, 30.3291533 ], [ 120.0609429, 30.3291674 ], [ 120.0611381, 30.3291533 ], [ 120.0612248, 30.3291908 ], [ 120.061401, 30.3292492 ], [ 120.0615338, 30.3292399 ], [ 120.0619728, 30.3292633 ], [ 120.062168, 30.3293077 ], [ 120.0633578, 30.3293358 ], [ 120.0635585, 30.3294123 ], [ 120.0636783, 30.3295386 ], [ 120.0638215, 30.3296273 ], [ 120.0638885, 30.3296716 ], [ 120.0640364, 30.3298033 ], [ 120.0640504, 30.3298396 ], [ 120.0643057, 30.330029 ], [ 120.0644753, 30.3301674 ], [ 120.0645719, 30.3302695 ], [ 120.0646684, 30.3303488 ], [ 120.0650171, 30.3305987 ], [ 120.0652879, 30.330819 ], [ 120.0654358, 30.3309238 ], [ 120.0655292, 30.3310179 ], [ 120.065579, 30.3310555 ], [ 120.0657923, 30.33121 ], [ 120.0660663, 30.331468 ], [ 120.0662655, 30.3315943 ], [ 120.06639, 30.3317179 ], [ 120.066541, 30.331816 ], [ 120.0667419, 30.3319356 ], [ 120.0668773, 30.331996 ], [ 120.0670656, 30.332074 ], [ 120.067282, 30.3321371 ], [ 120.0682098, 30.3324112 ], [ 120.0682876, 30.3324582 ], [ 120.0687032, 30.3325684 ], [ 120.0689772, 30.3326342 ], [ 120.0690644, 30.3326436 ], [ 120.0691718, 30.3326759 ], [ 120.0692496, 30.3327216 ], [ 120.0693259, 30.3327457 ], [ 120.0695221, 30.332778 ], [ 120.0696528, 30.3328317 ], [ 120.0697322, 30.3328599 ], [ 120.0697805, 30.3329029 ], [ 120.0698131, 30.3329594 ], [ 120.0698116, 30.3330548 ], [ 120.0697976, 30.3333288 ], [ 120.0697836, 30.3335559 ], [ 120.0697711, 30.3335976 ], [ 120.0697338, 30.3336002 ], [ 120.069726, 30.3336217 ], [ 120.0697544, 30.3336614 ], [ 120.0697261, 30.3339058 ], [ 120.0697155, 30.3339842 ], [ 120.0696824, 30.3342 ], [ 120.0696152, 30.3343436 ], [ 120.0695975, 30.3344403 ], [ 120.0694925, 30.3350482 ], [ 120.0694725, 30.335202 ], [ 120.0696228, 30.3352371 ], [ 120.0697155, 30.3344688 ], [ 120.0697686, 30.3341094 ], [ 120.0698511, 30.3337714 ], [ 120.0699054, 30.3335769 ], [ 120.0699325, 30.3333743 ], [ 120.0699868, 30.3329222 ], [ 120.0700033, 30.3328682 ], [ 120.0700305, 30.3328356 ], [ 120.0700788, 30.3328244 ], [ 120.0702381, 30.3328254 ], [ 120.0703502, 30.3328234 ], [ 120.0704457, 30.3327969 ], [ 120.0705307, 30.3327674 ], [ 120.0706368, 30.3327236 ], [ 120.0706911, 30.3326757 ], [ 120.0707536, 30.3326106 ], [ 120.0708834, 30.3324049 ], [ 120.0710238, 30.3321778 ], [ 120.0710733, 30.3321218 ], [ 120.0711182, 30.3320872 ], [ 120.071222, 30.3320393 ], [ 120.0713081, 30.3320017 ], [ 120.071406, 30.331965 ], [ 120.0714733, 30.3318642 ], [ 120.0716373, 30.3316494 ], [ 120.0717694, 30.3314396 ], [ 120.0718402, 30.3314274 ], [ 120.0719511, 30.3314325 ], [ 120.072259, 30.3314987 ], [ 120.072443, 30.3315516 ], [ 120.0725303, 30.3315883 ], [ 120.0727757, 30.3316575 ], [ 120.0729727, 30.3317064 ], [ 120.073152, 30.3317451 ], [ 120.0733054, 30.3317766 ], [ 120.0735508, 30.3318438 ], [ 120.073749, 30.331908 ], [ 120.0738858, 30.3319365 ], [ 120.0740534, 30.331965 ], [ 120.0741902, 30.3319833 ], [ 120.0743801, 30.332022 ], [ 120.0744958, 30.3320546 ], [ 120.0746314, 30.3321106 ], [ 120.0747541, 30.3321503 ], [ 120.0748768, 30.3321799 ], [ 120.0750148, 30.3322023 ], [ 120.0751446, 30.3322053 ], [ 120.0755846, 30.3322837 ], [ 120.0756613, 30.3323234 ], [ 120.0756802, 30.3323672 ], [ 120.0757085, 30.3323794 ], [ 120.0759091, 30.3324079 ], [ 120.0761686, 30.3324711 ], [ 120.0763774, 30.3325312 ], [ 120.0764824, 30.332576 ], [ 120.0766983, 30.3326228 ], [ 120.0767927, 30.332635 ], [ 120.0770251, 30.3326869 ], [ 120.0771148, 30.3327155 ], [ 120.0772363, 30.3327429 ], [ 120.0773684, 30.3327633 ], [ 120.077622, 30.3328183 ], [ 120.0777424, 30.3328427 ], [ 120.0778828, 30.3328886 ], [ 120.0780114, 30.3329507 ], [ 120.0781364, 30.3329924 ], [ 120.0782013, 30.3330006 ], [ 120.0782768, 30.3329985 ], [ 120.0783204, 30.333027 ], [ 120.0784915, 30.3330331 ], [ 120.0785517, 30.3330413 ], [ 120.0787062, 30.333083 ], [ 120.0788195, 30.3331421 ], [ 120.0789363, 30.3331696 ], [ 120.0789917, 30.3331767 ], [ 120.079059, 30.3332276 ], [ 120.0792996, 30.3332989 ], [ 120.0794247, 30.3332938 ], [ 120.079558, 30.333361 ], [ 120.079722, 30.3334588 ], [ 120.0799213, 30.3335687 ], [ 120.080044, 30.3336247 ], [ 120.080129, 30.3336543 ], [ 120.0801644, 30.3337174 ], [ 120.080195, 30.3337968 ], [ 120.0802088, 30.3339026 ], [ 120.0806045, 30.3335647 ], [ 120.0804676, 30.3335626 ], [ 120.080326, 30.333526 ], [ 120.080221, 30.3334842 ], [ 120.0800629, 30.333415 ], [ 120.0798706, 30.3333091 ], [ 120.0798116, 30.3332816 ], [ 120.0797149, 30.3332663 ], [ 120.0796358, 30.3332429 ], [ 120.0793905, 30.3331166 ], [ 120.0790531, 30.3330311 ], [ 120.0789433, 30.3329945 ], [ 120.0784844, 30.3328723 ], [ 120.0782792, 30.3328427 ], [ 120.0781222, 30.3328051 ], [ 120.0780031, 30.3327429 ], [ 120.0779099, 30.3327246 ], [ 120.07772, 30.3327124 ], [ 120.0774215, 30.3326075 ], [ 120.0772634, 30.3325607 ], [ 120.0771041, 30.332521 ], [ 120.0769248, 30.3324904 ], [ 120.0767184, 30.3324548 ], [ 120.0763998, 30.3323499 ], [ 120.0760306, 30.3322613 ], [ 120.075869, 30.3322257 ], [ 120.0757581, 30.3321921 ], [ 120.0756248, 30.3321819 ], [ 120.0752213, 30.332076 ], [ 120.0751906, 30.3320516 ], [ 120.0751599, 30.3319721 ], [ 120.0751614, 30.3318978 ], [ 120.0749606, 30.3318736 ], [ 120.0749063, 30.3319192 ], [ 120.0748603, 30.3319671 ], [ 120.0748048, 30.3319691 ], [ 120.0744615, 30.331854 ], [ 120.0742315, 30.3318031 ], [ 120.0740675, 30.3317807 ], [ 120.0739165, 30.3317512 ], [ 120.0728949, 30.3314854 ], [ 120.0723427, 30.3313561 ], [ 120.0720112, 30.3313011 ], [ 120.0718461, 30.3312858 ], [ 120.071767, 30.331296 ], [ 120.0717045, 30.3313653 ], [ 120.0715169, 30.3316881 ], [ 120.0713931, 30.331854 ], [ 120.0713069, 30.3319284 ], [ 120.0711359, 30.33202 ], [ 120.0710214, 30.3320964 ], [ 120.070874, 30.3322776 ], [ 120.0707088, 30.3325037 ], [ 120.0706286, 30.3326096 ], [ 120.0705059, 30.3326686 ], [ 120.0703573, 30.3327002 ], [ 120.070014, 30.3327358 ], [ 120.0699219, 30.332746 ], [ 120.0698889, 30.3327725 ], [ 120.0697096, 30.3327541 ], [ 120.0695727, 30.3327205 ], [ 120.0695043, 30.3326992 ], [ 120.069397, 30.3326788 ], [ 120.0693415, 30.3326411 ], [ 120.0692896, 30.3325882 ], [ 120.0692931, 30.3325627 ], [ 120.0693155, 30.3325444 ], [ 120.069253, 30.3325261 ], [ 120.0692507, 30.3325586 ], [ 120.0691976, 30.332577 ], [ 120.0688307, 30.3324965 ], [ 120.0684154, 30.3323927 ], [ 120.0682295, 30.3323171 ], [ 120.0673931, 30.3320263 ], [ 120.0671673, 30.3319594 ], [ 120.0668984, 30.3318629 ], [ 120.0667155, 30.3317663 ], [ 120.0664531, 30.3315899 ], [ 120.0659282, 30.3311555 ], [ 120.0658271, 30.3310701 ], [ 120.0657518, 30.3310403 ], [ 120.0656894, 30.3309828 ], [ 120.0656098, 30.3309624 ], [ 120.0655625, 30.3309215 ], [ 120.0655066, 30.3308342 ], [ 120.0653345, 30.330695 ], [ 120.0651129, 30.3305706 ], [ 120.0649473, 30.3304629 ], [ 120.0645923, 30.330138 ], [ 120.0645192, 30.3301008 ], [ 120.0644891, 30.330047 ], [ 120.0641814, 30.3297833 ], [ 120.0639749, 30.3295475 ], [ 120.063876, 30.3295197 ], [ 120.0637598, 30.329438 ], [ 120.0636931, 30.329334 ], [ 120.0636931, 30.3292096 ], [ 120.0637663, 30.3291112 ], [ 120.0638695, 30.3290481 ], [ 120.0641277, 30.3289422 ], [ 120.0643664, 30.3288754 ], [ 120.0644374, 30.3288772 ], [ 120.0646138, 30.328829 ], [ 120.0647859, 30.3287658 ], [ 120.0648548, 30.3287138 ], [ 120.0649085, 30.3287027 ], [ 120.0649795, 30.328712 ], [ 120.065498, 30.328491 ], [ 120.0657324, 30.328374 ], [ 120.0658249, 30.3283221 ], [ 120.0658701, 30.3282756 ], [ 120.0659841, 30.3282107 ], [ 120.0660487, 30.3281475 ], [ 120.0661369, 30.3280955 ], [ 120.066324, 30.3279581 ], [ 120.0664079, 30.3279173 ], [ 120.0665004, 30.3278597 ], [ 120.0665434, 30.3277966 ], [ 120.0665843, 30.3277242 ], [ 120.0666596, 30.3276759 ], [ 120.0667715, 30.3276425 ], [ 120.0670877, 30.3275385 ], [ 120.0671823, 30.3274921 ], [ 120.0672576, 30.3274215 ], [ 120.0674168, 30.3272637 ], [ 120.0675351, 30.3271486 ], [ 120.067604, 30.3271003 ], [ 120.067576, 30.3270706 ], [ 120.0676556, 30.3269926 ], [ 120.0678083, 30.3269276 ], [ 120.0680493, 30.3267735 ], [ 120.0681202, 30.3267159 ], [ 120.0682493, 30.3266101 ], [ 120.0683547, 30.3265507 ], [ 120.0684408, 30.3265098 ], [ 120.0685881, 30.3263972 ], [ 120.0682444, 30.3263593 ], [ 120.0681525, 30.3264764 ], [ 120.0679697, 30.326586 ], [ 120.0677696, 30.3266547 ], [ 120.067604, 30.3266936 ], [ 120.0674835, 30.3267809 ], [ 120.0673781, 30.3269053 ], [ 120.0672598, 30.3269722 ], [ 120.0669177, 30.3271021 ], [ 120.0667672, 30.327286 ], [ 120.0666123, 30.3274029 ], [ 120.0658873, 30.3279358 ], [ 120.065741, 30.3280138 ], [ 120.0655948, 30.328116 ], [ 120.0655044, 30.3282422 ], [ 120.0652463, 30.3283443 ], [ 120.0650161, 30.3284353 ], [ 120.0644955, 30.328595 ], [ 120.0638889, 30.3287584 ], [ 120.0634199, 30.3289237 ], [ 120.0626501, 30.3291357 ], [ 120.062024, 30.3291199 ], [ 120.0619337, 30.3290543 ], [ 120.0617878, 30.3290402 ], [ 120.061681, 30.329065 ], [ 120.0614859, 30.3290862 ], [ 120.0613483, 30.3290685 ], [ 120.0612353, 30.32901 ], [ 120.0610895, 30.3288735 ], [ 120.0607772, 30.3286643 ], [ 120.0603315, 30.3286271 ], [ 120.060159, 30.3286412 ], [ 120.0601364, 30.3285118 ], [ 120.060198, 30.3283186 ], [ 120.0602637, 30.3281891 ], [ 120.0603479, 30.3281005 ], [ 120.0605266, 30.3279728 ], [ 120.0606622, 30.327847 ], [ 120.0608221, 30.3277044 ], [ 120.0607374, 30.3275809 ], [ 120.0604065, 30.3278079 ], [ 120.0602699, 30.327898 ], [ 120.0601903, 30.3279555 ], [ 120.0599967, 30.3282192 ], [ 120.0599214, 30.3284401 ], [ 120.0599504, 30.3286862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0679172, 30.3385626 ], [ 120.0683218, 30.338654 ], [ 120.0698425, 30.3388759 ], [ 120.0709492, 30.3390075 ], [ 120.0711627, 30.3390564 ], [ 120.0712847, 30.3391429 ], [ 120.0713806, 30.3393046 ], [ 120.0714111, 30.3395378 ], [ 120.0714285, 30.3397822 ], [ 120.071629, 30.3404816 ], [ 120.071629, 30.3407261 ], [ 120.0719688, 30.3416963 ], [ 120.0720952, 30.3416662 ], [ 120.0718991, 30.3408426 ], [ 120.0717858, 30.3404929 ], [ 120.0715113, 30.3392745 ], [ 120.0715026, 30.339079 ], [ 120.0715113, 30.3388684 ], [ 120.0715985, 30.3387029 ], [ 120.071446, 30.3386803 ], [ 120.0713022, 30.3387706 ], [ 120.0711192, 30.3388308 ], [ 120.0709623, 30.3388571 ], [ 120.0705963, 30.3387781 ], [ 120.0693632, 30.3386277 ], [ 120.0687749, 30.3385826 ], [ 120.0681824, 30.3384773 ], [ 120.067793, 30.3384402 ], [ 120.0679172, 30.3385626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0615624, 30.3478887 ], [ 120.0615652, 30.3478003 ], [ 120.0616115, 30.3475876 ], [ 120.0619214, 30.3471403 ], [ 120.0619422, 30.3471299 ], [ 120.0619633, 30.3471253 ], [ 120.0620431, 30.3471276 ], [ 120.0621779, 30.3471279 ], [ 120.0623475, 30.3471305 ], [ 120.0625933, 30.3471082 ], [ 120.0626167, 30.3471071 ], [ 120.0626516, 30.3471097 ], [ 120.0626871, 30.3471192 ], [ 120.062725, 30.3471372 ], [ 120.0627686, 30.3471519 ], [ 120.0629168, 30.3471664 ], [ 120.0629986, 30.3471751 ], [ 120.0630295, 30.3471829 ], [ 120.0630546, 30.347193 ], [ 120.0630938, 30.3472167 ], [ 120.0631468, 30.3472665 ], [ 120.0632702, 30.3473869 ], [ 120.0633641, 30.3475066 ], [ 120.0637121, 30.3478411 ], [ 120.0638435, 30.3479586 ], [ 120.0646857, 30.3487778 ], [ 120.0655564, 30.3496288 ], [ 120.0658646, 30.3499081 ], [ 120.0659262, 30.3500012 ], [ 120.0659185, 30.3500943 ], [ 120.0658646, 30.3502206 ], [ 120.0656951, 30.3503935 ], [ 120.0656411, 30.3504467 ], [ 120.0656257, 30.3505065 ], [ 120.0656488, 30.3505996 ], [ 120.0658492, 30.3507791 ], [ 120.066142, 30.3509985 ], [ 120.0665118, 30.3513509 ], [ 120.06682, 30.3515969 ], [ 120.0673208, 30.3520491 ], [ 120.0675089, 30.3521759 ], [ 120.0675646, 30.3522647 ], [ 120.0676556, 30.3523112 ], [ 120.0678336, 30.352395 ], [ 120.0679594, 30.3524749 ], [ 120.0681013, 30.3525544 ], [ 120.0682951, 30.3526666 ], [ 120.0684937, 30.3528441 ], [ 120.0687207, 30.3531706 ], [ 120.0688956, 30.3533971 ], [ 120.069004, 30.3535331 ], [ 120.0690795, 30.3535558 ], [ 120.0691616, 30.3536295 ], [ 120.069339, 30.3538109 ], [ 120.0693817, 30.3538817 ], [ 120.0695361, 30.3540263 ], [ 120.0698908, 30.3543635 ], [ 120.0701338, 30.3545846 ], [ 120.0702751, 30.3546866 ], [ 120.0704873, 30.3548744 ], [ 120.0706761, 30.3550304 ], [ 120.0709172, 30.3552568 ], [ 120.0724434, 30.3565836 ], [ 120.0741678, 30.3580466 ], [ 120.074455, 30.3578134 ], [ 120.0743773, 30.3578348 ], [ 120.0742996, 30.3578296 ], [ 120.0741997, 30.3577448 ], [ 120.072419, 30.3562363 ], [ 120.0713392, 30.3553186 ], [ 120.0699724, 30.3541144 ], [ 120.0696059, 30.3538178 ], [ 120.0694989, 30.3536662 ], [ 120.0692775, 30.3534422 ], [ 120.0690636, 30.3531522 ], [ 120.0689873, 30.3530204 ], [ 120.0685367, 30.3525789 ], [ 120.0682159, 30.3524075 ], [ 120.0679244, 30.3523553 ], [ 120.0677577, 30.3522955 ], [ 120.0677348, 30.3521571 ], [ 120.0676367, 30.3520158 ], [ 120.0673285, 30.3517632 ], [ 120.0667661, 30.3513243 ], [ 120.0663962, 30.3509653 ], [ 120.06635, 30.3508855 ], [ 120.0663808, 30.3507991 ], [ 120.0664964, 30.3506328 ], [ 120.0666813, 30.3504999 ], [ 120.0668739, 30.350327 ], [ 120.0669201, 30.3502472 ], [ 120.066897, 30.3501674 ], [ 120.0668277, 30.3500943 ], [ 120.0667121, 30.3500544 ], [ 120.0665118, 30.3500278 ], [ 120.0663423, 30.3499879 ], [ 120.0660825, 30.3499098 ], [ 120.0657096, 30.349565 ], [ 120.0652832, 30.3491275 ], [ 120.0648138, 30.3486761 ], [ 120.0644316, 30.3482861 ], [ 120.0640346, 30.3479077 ], [ 120.063879, 30.3477329 ], [ 120.0638033, 30.3476432 ], [ 120.0635317, 30.3473637 ], [ 120.0634821, 30.347307 ], [ 120.0634724, 30.3472818 ], [ 120.063476, 30.3472561 ], [ 120.0634895, 30.3472277 ], [ 120.0635485, 30.3471519 ], [ 120.063645, 30.3470744 ], [ 120.0637577, 30.3469951 ], [ 120.0638187, 30.3469517 ], [ 120.063869, 30.3468904 ], [ 120.0638971, 30.3468568 ], [ 120.0639374, 30.3467845 ], [ 120.0639717, 30.3465864 ], [ 120.0639538, 30.3462378 ], [ 120.0639656, 30.3460572 ], [ 120.0643151, 30.3458914 ], [ 120.0647767, 30.3457893 ], [ 120.0651665, 30.345671 ], [ 120.0655153, 30.3455637 ], [ 120.0658492, 30.3454798 ], [ 120.0660341, 30.3453933 ], [ 120.06635, 30.3452803 ], [ 120.0664656, 30.3452138 ], [ 120.0667429, 30.3450941 ], [ 120.0671975, 30.3449412 ], [ 120.0676444, 30.3448148 ], [ 120.0678524, 30.3447284 ], [ 120.068099, 30.3445688 ], [ 120.0684072, 30.3443494 ], [ 120.0686615, 30.34411 ], [ 120.0688156, 30.343977 ], [ 120.0690236, 30.3438241 ], [ 120.0695013, 30.3433852 ], [ 120.0698172, 30.3431325 ], [ 120.0700175, 30.3429929 ], [ 120.0702179, 30.3427402 ], [ 120.069979, 30.3425407 ], [ 120.0699251, 30.3425939 ], [ 120.0696015, 30.3429197 ], [ 120.0693318, 30.3431325 ], [ 120.0685844, 30.3438041 ], [ 120.0681375, 30.3441033 ], [ 120.0677446, 30.3444558 ], [ 120.067421, 30.3445755 ], [ 120.0662729, 30.3449744 ], [ 120.0653715, 30.3453534 ], [ 120.0647782, 30.3454931 ], [ 120.0646934, 30.3455396 ], [ 120.0646241, 30.3455994 ], [ 120.0639846, 30.3457524 ], [ 120.0638767, 30.3456925 ], [ 120.063784, 30.3457261 ], [ 120.0636599, 30.3457952 ], [ 120.0636379, 30.3458854 ], [ 120.0636561, 30.3464899 ], [ 120.0636122, 30.3468001 ], [ 120.0635185, 30.3468823 ], [ 120.063354, 30.3469355 ], [ 120.0632648, 30.3469387 ], [ 120.0631884, 30.3469193 ], [ 120.0630422, 30.3468672 ], [ 120.0629369, 30.3468302 ], [ 120.062782, 30.3467931 ], [ 120.0626171, 30.3467793 ], [ 120.0621986, 30.3467723 ], [ 120.0621369, 30.3467573 ], [ 120.0620712, 30.3467468 ], [ 120.062029, 30.3467526 ], [ 120.0618245, 30.3468302 ], [ 120.0617842, 30.3468504 ], [ 120.0617427, 30.3468828 ], [ 120.0613264, 30.3475011 ], [ 120.0612146, 30.3476661 ], [ 120.0615624, 30.3478887 ] ] ], [ [ [ 120.0754384, 30.3539085 ], [ 120.0755979, 30.3539445 ], [ 120.0757064, 30.3540591 ], [ 120.0757108, 30.3542089 ], [ 120.0756713, 30.3543246 ], [ 120.0757042, 30.3545376 ], [ 120.0757685, 30.3548361 ], [ 120.0757473, 30.3551435 ], [ 120.0757945, 30.3553073 ], [ 120.0758972, 30.3554586 ], [ 120.0759195, 30.3555821 ], [ 120.0757508, 30.3560438 ], [ 120.0756485, 30.3560604 ], [ 120.0755334, 30.3563749 ], [ 120.0755718, 30.3566343 ], [ 120.0755206, 30.3566895 ], [ 120.0757024, 30.3567816 ], [ 120.0759138, 30.3568888 ], [ 120.0759874, 30.3568109 ], [ 120.076213, 30.3564483 ], [ 120.0764653, 30.3560771 ], [ 120.0767632, 30.3556418 ], [ 120.0769631, 30.3552941 ], [ 120.0770774, 30.3551303 ], [ 120.077207, 30.3549806 ], [ 120.077505, 30.3547585 ], [ 120.077884, 30.3545454 ], [ 120.0780176, 30.3543634 ], [ 120.0781297, 30.3541953 ], [ 120.0783855, 30.3539304 ], [ 120.0783279, 30.3536876 ], [ 120.0784686, 30.3534448 ], [ 120.0787372, 30.3531854 ], [ 120.0789035, 30.3529371 ], [ 120.079236, 30.3530585 ], [ 120.0792552, 30.3529812 ], [ 120.0792552, 30.3528047 ], [ 120.0792168, 30.3526336 ], [ 120.0792808, 30.3524073 ], [ 120.079511, 30.3520321 ], [ 120.0794982, 30.3518721 ], [ 120.0795813, 30.3518058 ], [ 120.0797668, 30.35185 ], [ 120.0800738, 30.3514585 ], [ 120.0800938, 30.351419 ], [ 120.0802313, 30.3511476 ], [ 120.0805277, 30.3508401 ], [ 120.0801882, 30.3505838 ], [ 120.0800673, 30.3504925 ], [ 120.0795365, 30.3511823 ], [ 120.0793383, 30.3512375 ], [ 120.0789035, 30.3510995 ], [ 120.0786605, 30.3511216 ], [ 120.0784878, 30.3512595 ], [ 120.0783535, 30.351552 ], [ 120.0783151, 30.3519383 ], [ 120.0780849, 30.3522804 ], [ 120.0779123, 30.3525453 ], [ 120.0777076, 30.3530419 ], [ 120.0774774, 30.3534006 ], [ 120.077228, 30.3535386 ], [ 120.076518, 30.3535316 ], [ 120.0763874, 30.3535769 ], [ 120.0753311, 30.3535698 ], [ 120.0754384, 30.3539085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.064353, 30.4250516 ], [ 120.0644243, 30.4247802 ], [ 120.0645462, 30.4246335 ], [ 120.0646255, 30.4246213 ], [ 120.0646737, 30.4245235 ], [ 120.0645405, 30.4244502 ], [ 120.064498, 30.4242962 ], [ 120.0644923, 30.4239637 ], [ 120.0644554, 30.4234381 ], [ 120.0645717, 30.4231618 ], [ 120.06479, 30.4227804 ], [ 120.0647673, 30.4224088 ], [ 120.0648439, 30.4220396 ], [ 120.0649176, 30.4213893 ], [ 120.0649119, 30.4211742 ], [ 120.0649828, 30.4204114 ], [ 120.0650168, 30.4202354 ], [ 120.0651586, 30.4199567 ], [ 120.0653797, 30.4196682 ], [ 120.0655243, 30.4195997 ], [ 120.0656377, 30.4195239 ], [ 120.0657624, 30.4193528 ], [ 120.0658758, 30.4190496 ], [ 120.0658872, 30.4188467 ], [ 120.0659326, 30.4186951 ], [ 120.0659496, 30.4185411 ], [ 120.0660006, 30.4183699 ], [ 120.0661112, 30.4181181 ], [ 120.0661764, 30.4180521 ], [ 120.0662813, 30.4180056 ], [ 120.0663522, 30.4180008 ], [ 120.066389, 30.4180179 ], [ 120.0664939, 30.4178125 ], [ 120.0665733, 30.4176731 ], [ 120.0664429, 30.4175778 ], [ 120.066321, 30.4171035 ], [ 120.0663607, 30.4169715 ], [ 120.0664174, 30.4168981 ], [ 120.0664287, 30.4168101 ], [ 120.066406, 30.4166316 ], [ 120.0664174, 30.4164898 ], [ 120.0664769, 30.4163284 ], [ 120.0665364, 30.4162722 ], [ 120.066562, 30.4161842 ], [ 120.066664, 30.4157636 ], [ 120.0667774, 30.41537 ], [ 120.0669475, 30.4148443 ], [ 120.0670298, 30.4145852 ], [ 120.0672537, 30.4137612 ], [ 120.0674352, 30.4130228 ], [ 120.0675032, 30.4126781 ], [ 120.067679, 30.4121597 ], [ 120.0677754, 30.4118663 ], [ 120.0678094, 30.4117147 ], [ 120.0678264, 30.4112991 ], [ 120.0678916, 30.4110105 ], [ 120.0680249, 30.4106609 ], [ 120.0680844, 30.4105289 ], [ 120.0681383, 30.4101914 ], [ 120.0682092, 30.4097073 ], [ 120.0682659, 30.4096071 ], [ 120.0683453, 30.4094163 ], [ 120.0683736, 30.4091694 ], [ 120.0683396, 30.4086168 ], [ 120.068419, 30.4080886 ], [ 120.0685324, 30.4075091 ], [ 120.0686061, 30.4072793 ], [ 120.0687762, 30.4072157 ], [ 120.0689066, 30.4069076 ], [ 120.0689548, 30.4067071 ], [ 120.069037, 30.4065849 ], [ 120.0690427, 30.406465 ], [ 120.0692156, 30.4059638 ], [ 120.0694765, 30.405059 ], [ 120.0696778, 30.4042912 ], [ 120.0697855, 30.4038731 ], [ 120.0698677, 30.4037386 ], [ 120.0698932, 30.4035626 ], [ 120.069967, 30.4034354 ], [ 120.0700208, 30.4032373 ], [ 120.0702703, 30.403318 ], [ 120.0703015, 30.4032447 ], [ 120.0700634, 30.4031175 ], [ 120.0703072, 30.4024328 ], [ 120.070327, 30.4020856 ], [ 120.0703809, 30.4019169 ], [ 120.0704659, 30.4015648 ], [ 120.0704518, 30.4013765 ], [ 120.0705595, 30.4012567 ], [ 120.0705312, 30.4010243 ], [ 120.0706304, 30.4007407 ], [ 120.0707608, 30.4004448 ], [ 120.0708345, 30.4000951 ], [ 120.0709337, 30.3998017 ], [ 120.0709706, 30.3994593 ], [ 120.0710557, 30.3990241 ], [ 120.0712938, 30.3982611 ], [ 120.0713278, 30.3980312 ], [ 120.0714781, 30.3975568 ], [ 120.0714441, 30.3974932 ], [ 120.0716312, 30.3970042 ], [ 120.0719629, 30.3968525 ], [ 120.0719686, 30.3968232 ], [ 120.0719402, 30.3968012 ], [ 120.0721925, 30.39607 ], [ 120.0722436, 30.3960798 ], [ 120.0723031, 30.3959771 ], [ 120.0723485, 30.3959404 ], [ 120.0724307, 30.3957741 ], [ 120.0722521, 30.395691 ], [ 120.0721075, 30.3955393 ], [ 120.0720565, 30.3953119 ], [ 120.0720876, 30.3948473 ], [ 120.0721812, 30.3945025 ], [ 120.0722067, 30.3942799 ], [ 120.0722407, 30.3941576 ], [ 120.0723995, 30.3939033 ], [ 120.0724194, 30.3937297 ], [ 120.0724534, 30.3936636 ], [ 120.0724931, 30.3936441 ], [ 120.0724874, 30.3936098 ], [ 120.0724534, 30.3935365 ], [ 120.0724987, 30.3933677 ], [ 120.0724647, 30.3933213 ], [ 120.0725866, 30.392864 ], [ 120.072666, 30.3923333 ], [ 120.0728049, 30.3919175 ], [ 120.0729552, 30.3916265 ], [ 120.0729183, 30.39147 ], [ 120.072975, 30.3913306 ], [ 120.0729098, 30.3911496 ], [ 120.0730658, 30.3907265 ], [ 120.0731735, 30.3905089 ], [ 120.0733323, 30.3901372 ], [ 120.0733238, 30.3899488 ], [ 120.0733975, 30.3897532 ], [ 120.0733946, 30.3895527 ], [ 120.0733521, 30.3893888 ], [ 120.0733606, 30.389176 ], [ 120.0735307, 30.3884423 ], [ 120.0736044, 30.3883347 ], [ 120.0736101, 30.3882271 ], [ 120.0735733, 30.3880804 ], [ 120.0736725, 30.3878798 ], [ 120.0736952, 30.3876915 ], [ 120.0737235, 30.3875423 ], [ 120.0738142, 30.387354 ], [ 120.0737972, 30.3872317 ], [ 120.0738823, 30.38686 ], [ 120.0739532, 30.3866766 ], [ 120.074197, 30.3865494 ], [ 120.0742083, 30.386476 ], [ 120.0741063, 30.3864345 ], [ 120.0740099, 30.3861777 ], [ 120.0741545, 30.3856518 ], [ 120.0743898, 30.3850942 ], [ 120.0744918, 30.3848447 ], [ 120.0745457, 30.3848301 ], [ 120.0745854, 30.3847273 ], [ 120.0745315, 30.3844901 ], [ 120.0745882, 30.3841991 ], [ 120.0745741, 30.3839276 ], [ 120.0746449, 30.3838175 ], [ 120.0746988, 30.3837026 ], [ 120.0746903, 30.3836072 ], [ 120.0747612, 30.3834751 ], [ 120.0747442, 30.3833675 ], [ 120.0749285, 30.3829786 ], [ 120.0750135, 30.3827096 ], [ 120.0750702, 30.3825995 ], [ 120.0750787, 30.3824821 ], [ 120.0751269, 30.3824381 ], [ 120.0752233, 30.3821715 ], [ 120.0753594, 30.3820223 ], [ 120.0753225, 30.3818364 ], [ 120.0754104, 30.3815478 ], [ 120.0757393, 30.3808165 ], [ 120.0756628, 30.380007 ], [ 120.0757138, 30.3797624 ], [ 120.0758839, 30.3793026 ], [ 120.0759633, 30.3791705 ], [ 120.075969, 30.3790873 ], [ 120.0760824, 30.3789381 ], [ 120.0761277, 30.3789504 ], [ 120.0761362, 30.3788574 ], [ 120.0762525, 30.3787914 ], [ 120.0763886, 30.3788207 ], [ 120.0766522, 30.3788501 ], [ 120.0766749, 30.3787865 ], [ 120.076363, 30.3787425 ], [ 120.0762893, 30.3785957 ], [ 120.0763574, 30.3782655 ], [ 120.0763375, 30.3780283 ], [ 120.0764424, 30.3778595 ], [ 120.0764963, 30.3776296 ], [ 120.0767741, 30.3766585 ], [ 120.0769584, 30.376162 ], [ 120.0769839, 30.3758465 ], [ 120.0770973, 30.3756312 ], [ 120.0772164, 30.3756386 ], [ 120.0773894, 30.3756068 ], [ 120.077378, 30.3754429 ], [ 120.077154, 30.375394 ], [ 120.0771257, 30.375191 ], [ 120.0771767, 30.3751029 ], [ 120.0769556, 30.3748877 ], [ 120.0770917, 30.3747776 ], [ 120.0770236, 30.3747262 ], [ 120.077327, 30.3745085 ], [ 120.0773128, 30.3743765 ], [ 120.0772022, 30.3740927 ], [ 120.0772731, 30.3738432 ], [ 120.0773582, 30.3730214 ], [ 120.0775028, 30.3723732 ], [ 120.077636, 30.3721971 ], [ 120.0779961, 30.3709936 ], [ 120.0780925, 30.3708224 ], [ 120.0781832, 30.3705729 ], [ 120.0783306, 30.3701864 ], [ 120.0783817, 30.3700567 ], [ 120.0785007, 30.3700078 ], [ 120.0787134, 30.3700103 ], [ 120.0788693, 30.3700298 ], [ 120.0788721, 30.3699809 ], [ 120.0785943, 30.3698635 ], [ 120.0785291, 30.3697216 ], [ 120.0786141, 30.3694501 ], [ 120.0786198, 30.3693547 ], [ 120.0785631, 30.3690563 ], [ 120.0786595, 30.3686649 ], [ 120.0787361, 30.3685108 ], [ 120.0788183, 30.3682711 ], [ 120.0789203, 30.368046 ], [ 120.07896, 30.367777 ], [ 120.0790593, 30.3675544 ], [ 120.0791642, 30.367388 ], [ 120.0792946, 30.3670871 ], [ 120.0793655, 30.3670504 ], [ 120.0796178, 30.3670578 ], [ 120.0796518, 30.3669379 ], [ 120.0792804, 30.3668083 ], [ 120.0792577, 30.3666713 ], [ 120.0793314, 30.3663044 ], [ 120.0794647, 30.3662432 ], [ 120.0794675, 30.3661625 ], [ 120.0793995, 30.3660646 ], [ 120.0796121, 30.3653357 ], [ 120.0799475, 30.3642407 ], [ 120.0801588, 30.3635805 ], [ 120.0803876, 30.3628197 ], [ 120.0806193, 30.3615861 ], [ 120.0805552, 30.3612013 ], [ 120.0806864, 30.3607008 ], [ 120.0809837, 30.359789 ], [ 120.0811892, 30.3593489 ], [ 120.0812111, 30.359198 ], [ 120.0814195, 30.358739 ], [ 120.0816148, 30.3584472 ], [ 120.0816818, 30.358324 ], [ 120.081794, 30.3580108 ], [ 120.0818858, 30.3578549 ], [ 120.0819349, 30.3576898 ], [ 120.0817861, 30.3576752 ], [ 120.0817015, 30.3578689 ], [ 120.0815427, 30.3582608 ], [ 120.081364, 30.3584021 ], [ 120.0811183, 30.3586827 ], [ 120.0809743, 30.3589225 ], [ 120.0809272, 30.3592416 ], [ 120.080679, 30.3601132 ], [ 120.0803539, 30.3611497 ], [ 120.0802754, 30.3614566 ], [ 120.079843, 30.3635218 ], [ 120.0798162, 30.3637163 ], [ 120.0796291, 30.3645969 ], [ 120.0793711, 30.3653039 ], [ 120.0791613, 30.3660671 ], [ 120.0789856, 30.3667104 ], [ 120.0788523, 30.3670969 ], [ 120.0785376, 30.3682124 ], [ 120.0782116, 30.3694256 ], [ 120.0780103, 30.3702549 ], [ 120.0778855, 30.3706756 ], [ 120.0777948, 30.3707783 ], [ 120.0777608, 30.3710914 ], [ 120.0775113, 30.3715733 ], [ 120.0774262, 30.3719965 ], [ 120.0772646, 30.3723609 ], [ 120.0771654, 30.3728477 ], [ 120.0770633, 30.373469 ], [ 120.0768167, 30.3740707 ], [ 120.0770662, 30.3743422 ], [ 120.0766777, 30.3746847 ], [ 120.0765842, 30.3750173 ], [ 120.0764226, 30.3754136 ], [ 120.0763404, 30.3757829 ], [ 120.0763177, 30.3762452 ], [ 120.0761844, 30.3766928 ], [ 120.0760512, 30.377182 ], [ 120.0758385, 30.3777788 ], [ 120.0757648, 30.3780796 ], [ 120.0757195, 30.3783487 ], [ 120.0755947, 30.3785908 ], [ 120.0755068, 30.3787767 ], [ 120.0754218, 30.3788085 ], [ 120.0754728, 30.3788354 ], [ 120.0753991, 30.3792218 ], [ 120.0753055, 30.3798627 ], [ 120.0752602, 30.380298 ], [ 120.0751836, 30.3809633 ], [ 120.0751241, 30.3811859 ], [ 120.0749682, 30.3816334 ], [ 120.0748151, 30.3821935 ], [ 120.0746563, 30.3825335 ], [ 120.0746308, 30.3828319 ], [ 120.0745599, 30.3829591 ], [ 120.0743019, 30.3837124 ], [ 120.0741942, 30.3843287 ], [ 120.0741516, 30.3845977 ], [ 120.0738568, 30.3854488 ], [ 120.0736612, 30.3861141 ], [ 120.0736782, 30.3862241 ], [ 120.0736101, 30.3863855 ], [ 120.0736385, 30.3865739 ], [ 120.073406, 30.3871633 ], [ 120.0733748, 30.3874274 ], [ 120.0732784, 30.3877991 ], [ 120.0732671, 30.3880853 ], [ 120.0729892, 30.3887921 ], [ 120.072941, 30.3891271 ], [ 120.0729013, 30.38956 ], [ 120.0728957, 30.3896872 ], [ 120.0727624, 30.3901396 ], [ 120.0725243, 30.391267 ], [ 120.0723797, 30.3917806 ], [ 120.0723315, 30.3920202 ], [ 120.0722209, 30.3925338 ], [ 120.0721245, 30.3928542 ], [ 120.0720848, 30.3931525 ], [ 120.071926, 30.3937443 ], [ 120.0718183, 30.3940231 ], [ 120.0717276, 30.3943973 ], [ 120.0716766, 30.3947348 ], [ 120.0715263, 30.3952288 ], [ 120.0714526, 30.3953804 ], [ 120.0713845, 30.3953926 ], [ 120.0713028, 30.3955914 ], [ 120.071393, 30.3956983 ], [ 120.0714242, 30.3958426 ], [ 120.0714327, 30.3959379 ], [ 120.0714441, 30.3960749 ], [ 120.0713987, 30.3961727 ], [ 120.071274, 30.3963634 ], [ 120.0709309, 30.3974639 ], [ 120.0708572, 30.3975666 ], [ 120.0708118, 30.3977622 ], [ 120.070792, 30.3979872 ], [ 120.0707466, 30.3980997 ], [ 120.0705397, 30.3987991 ], [ 120.0704036, 30.3992882 ], [ 120.0704149, 30.3994153 ], [ 120.0704149, 30.3994667 ], [ 120.070327, 30.3994642 ], [ 120.0701569, 30.4003299 ], [ 120.0699414, 30.4009779 ], [ 120.0699244, 30.4011491 ], [ 120.0699074, 30.4012982 ], [ 120.0698422, 30.4014229 ], [ 120.0697543, 30.4019536 ], [ 120.0695984, 30.4025796 ], [ 120.069519, 30.4029537 ], [ 120.069244, 30.4038462 ], [ 120.0691193, 30.4043622 ], [ 120.0690711, 30.4044111 ], [ 120.0690087, 30.4046654 ], [ 120.0688783, 30.4050297 ], [ 120.0688414, 30.4051911 ], [ 120.068762, 30.4054674 ], [ 120.0685721, 30.405932 ], [ 120.0683793, 30.4065164 ], [ 120.0682375, 30.406959 ], [ 120.0681723, 30.4072499 ], [ 120.0682347, 30.4072842 ], [ 120.0682347, 30.4075409 ], [ 120.0681666, 30.4077585 ], [ 120.0680164, 30.4079615 ], [ 120.0679512, 30.4084383 ], [ 120.0678406, 30.4088271 ], [ 120.0675854, 30.4098173 ], [ 120.067438, 30.4103724 ], [ 120.0673274, 30.4109421 ], [ 120.0672679, 30.4112477 ], [ 120.0671715, 30.4115436 ], [ 120.0671233, 30.4116658 ], [ 120.0670609, 30.4117172 ], [ 120.0670354, 30.4117881 ], [ 120.0670411, 30.4119005 ], [ 120.0669901, 30.4122111 ], [ 120.066871, 30.4126243 ], [ 120.0667604, 30.412991 ], [ 120.0666924, 30.4131402 ], [ 120.066613, 30.4134923 ], [ 120.0664854, 30.414128 ], [ 120.0663975, 30.4144165 ], [ 120.0662784, 30.4147441 ], [ 120.0661282, 30.4151622 ], [ 120.0660261, 30.4155558 ], [ 120.0659864, 30.4158346 ], [ 120.0659496, 30.4160008 ], [ 120.0655385, 30.4175533 ], [ 120.0654534, 30.4179372 ], [ 120.0652635, 30.4184653 ], [ 120.0651954, 30.4185851 ], [ 120.065133, 30.4187978 ], [ 120.0650763, 30.4189127 ], [ 120.0650026, 30.4190227 ], [ 120.0649828, 30.4190961 ], [ 120.0648949, 30.4191816 ], [ 120.0647985, 30.4194335 ], [ 120.0647021, 30.4196779 ], [ 120.0646312, 30.4197953 ], [ 120.0645433, 30.4199958 ], [ 120.0644725, 30.4202769 ], [ 120.0644384, 30.4204799 ], [ 120.0644072, 30.4206339 ], [ 120.0642655, 30.4212378 ], [ 120.0642797, 30.4212744 ], [ 120.064274, 30.4213429 ], [ 120.0642541, 30.4214847 ], [ 120.0642598, 30.4218196 ], [ 120.0641691, 30.4221961 ], [ 120.0641067, 30.422487 ], [ 120.0640784, 30.4226704 ], [ 120.0640358, 30.4228195 ], [ 120.0640245, 30.4229418 ], [ 120.0640075, 30.4230322 ], [ 120.0639224, 30.4235505 ], [ 120.0638941, 30.4236483 ], [ 120.0638884, 30.4238121 ], [ 120.0638317, 30.4240615 ], [ 120.0638034, 30.4242717 ], [ 120.0637807, 30.4244624 ], [ 120.0637608, 30.4244722 ], [ 120.0637098, 30.4244697 ], [ 120.0636644, 30.4247044 ], [ 120.063707, 30.4246996 ], [ 120.063707, 30.4247533 ], [ 120.0636213, 30.4248666 ], [ 120.064353, 30.4250516 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0649048, 30.4246525 ], [ 120.0651421, 30.4246525 ], [ 120.0653794, 30.4246525 ], [ 120.065643, 30.4245995 ], [ 120.0658715, 30.4245768 ], [ 120.06639, 30.4245206 ], [ 120.0666816, 30.4244825 ], [ 120.0669909, 30.4244749 ], [ 120.0672826, 30.4244291 ], [ 120.0679365, 30.4242615 ], [ 120.0685552, 30.4243072 ], [ 120.0691031, 30.4243072 ], [ 120.0693152, 30.4242691 ], [ 120.069545, 30.4241548 ], [ 120.0698278, 30.4240862 ], [ 120.0706851, 30.4239948 ], [ 120.070959, 30.4239643 ], [ 120.0712772, 30.4238424 ], [ 120.0714716, 30.423728 ], [ 120.07232, 30.4235451 ], [ 120.0731684, 30.4233927 ], [ 120.0735661, 30.4233318 ], [ 120.0738136, 30.4233394 ], [ 120.0739815, 30.4234308 ], [ 120.0741052, 30.4234918 ], [ 120.0744234, 30.4234994 ], [ 120.0745824, 30.4235223 ], [ 120.0747592, 30.4235223 ], [ 120.0747504, 30.4233623 ], [ 120.0748476, 30.4232251 ], [ 120.0750066, 30.4231794 ], [ 120.0752188, 30.4232251 ], [ 120.075369, 30.4232632 ], [ 120.0757844, 30.4231717 ], [ 120.0758374, 30.4230346 ], [ 120.0758374, 30.4229279 ], [ 120.0758904, 30.422844 ], [ 120.0760583, 30.4228593 ], [ 120.076076, 30.422684 ], [ 120.0762528, 30.4226078 ], [ 120.0765621, 30.4225392 ], [ 120.0769067, 30.4224554 ], [ 120.0771542, 30.4224478 ], [ 120.0772779, 30.4223411 ], [ 120.077437, 30.4223563 ], [ 120.0775961, 30.4225468 ], [ 120.077764, 30.4226992 ], [ 120.0778347, 30.4227983 ], [ 120.0778347, 30.4229126 ], [ 120.0779142, 30.4230269 ], [ 120.0779584, 30.4231641 ], [ 120.0782235, 30.4232403 ], [ 120.078418, 30.4232479 ], [ 120.0786124, 30.4233394 ], [ 120.078851, 30.4234004 ], [ 120.0790013, 30.4234766 ], [ 120.0790808, 30.4236061 ], [ 120.0791648, 30.4237034 ], [ 120.0792409, 30.4237154 ], [ 120.0792664, 30.4236137 ], [ 120.0792865, 30.4235335 ], [ 120.0792925, 30.4234279 ], [ 120.0792393, 30.4233322 ], [ 120.0789836, 30.4232479 ], [ 120.0788422, 30.4231641 ], [ 120.078745, 30.4230193 ], [ 120.0781794, 30.4225544 ], [ 120.0780468, 30.4224554 ], [ 120.0778789, 30.4224325 ], [ 120.0777551, 30.4223106 ], [ 120.0779054, 30.422242 ], [ 120.0778524, 30.4221505 ], [ 120.0778877, 30.4219295 ], [ 120.0781087, 30.4218533 ], [ 120.0783031, 30.4218305 ], [ 120.078375, 30.4218081 ], [ 120.0783804, 30.4217954 ], [ 120.0782959, 30.4216216 ], [ 120.0781517, 30.4214045 ], [ 120.0780934, 30.421382 ], [ 120.0780203, 30.4213656 ], [ 120.0778877, 30.4213961 ], [ 120.0777021, 30.4213808 ], [ 120.0774989, 30.4212665 ], [ 120.0773398, 30.4210303 ], [ 120.0772602, 30.4208855 ], [ 120.0772249, 30.4210303 ], [ 120.0772691, 30.4211827 ], [ 120.0773203, 30.4212894 ], [ 120.0773751, 30.4214037 ], [ 120.077437, 30.4215333 ], [ 120.0772426, 30.4217162 ], [ 120.0766416, 30.4217924 ], [ 120.0763323, 30.4218838 ], [ 120.0760848, 30.4219829 ], [ 120.0759346, 30.4220743 ], [ 120.0755546, 30.4222344 ], [ 120.0754397, 30.4223106 ], [ 120.0752718, 30.4223639 ], [ 120.0750773, 30.4223106 ], [ 120.0750155, 30.4220591 ], [ 120.0749625, 30.42196 ], [ 120.0748387, 30.4218381 ], [ 120.0747335, 30.4217047 ], [ 120.0745596, 30.4215507 ], [ 120.0744152, 30.4214363 ], [ 120.0743917, 30.4213492 ], [ 120.0743262, 30.4211065 ], [ 120.0738666, 30.420794 ], [ 120.0736633, 30.4206416 ], [ 120.0734424, 30.4205578 ], [ 120.0730977, 30.4205502 ], [ 120.0728679, 30.4205273 ], [ 120.0726735, 30.4204435 ], [ 120.0724791, 30.4202834 ], [ 120.0722847, 30.4201767 ], [ 120.0718516, 30.420131 ], [ 120.0715069, 30.4200624 ], [ 120.07118, 30.4199329 ], [ 120.0710209, 30.41991 ], [ 120.0708265, 30.4199176 ], [ 120.0706409, 30.4198643 ], [ 120.0703139, 30.4196052 ], [ 120.0699162, 30.4194832 ], [ 120.0697925, 30.419468 ], [ 120.0693948, 30.419125 ], [ 120.0692357, 30.4188735 ], [ 120.0691473, 30.4187287 ], [ 120.0689175, 30.4186449 ], [ 120.0687143, 30.418462 ], [ 120.0687231, 30.4182029 ], [ 120.0685905, 30.4180886 ], [ 120.0683608, 30.4180352 ], [ 120.0681487, 30.4180657 ], [ 120.0679542, 30.4181343 ], [ 120.0676626, 30.418119 ], [ 120.0674505, 30.4180809 ], [ 120.0673886, 30.4182791 ], [ 120.0675389, 30.4183096 ], [ 120.0680319, 30.4183295 ], [ 120.0684016, 30.4183848 ], [ 120.0686259, 30.4185458 ], [ 120.0691952, 30.4191459 ], [ 120.0693859, 30.4193156 ], [ 120.069492, 30.4195518 ], [ 120.069545, 30.4196737 ], [ 120.0696408, 30.4197185 ], [ 120.0701931, 30.4198779 ], [ 120.0703581, 30.4199405 ], [ 120.0716042, 30.4202301 ], [ 120.0719046, 30.4202987 ], [ 120.0722405, 30.4203444 ], [ 120.0724437, 30.4204435 ], [ 120.0726558, 30.4206111 ], [ 120.0729475, 30.4207178 ], [ 120.073354, 30.4207788 ], [ 120.0736898, 30.4208855 ], [ 120.0738931, 30.421076 ], [ 120.0741317, 30.4213122 ], [ 120.0744322, 30.4217771 ], [ 120.0744676, 30.4220515 ], [ 120.0745294, 30.4222801 ], [ 120.0744941, 30.4224706 ], [ 120.0743792, 30.4225773 ], [ 120.0740168, 30.4226916 ], [ 120.0735661, 30.4228821 ], [ 120.0733894, 30.4229507 ], [ 120.0726647, 30.4230574 ], [ 120.0723023, 30.4231565 ], [ 120.07194, 30.4233089 ], [ 120.0714804, 30.4234766 ], [ 120.0711711, 30.4236518 ], [ 120.0708441, 30.423728 ], [ 120.0705348, 30.423728 ], [ 120.070252, 30.4237585 ], [ 120.0700046, 30.423728 ], [ 120.0696245, 30.4238043 ], [ 120.069271, 30.4239033 ], [ 120.0690854, 30.4239948 ], [ 120.0687319, 30.4239719 ], [ 120.0683961, 30.4239719 ], [ 120.0676732, 30.4241296 ], [ 120.0672777, 30.424213 ], [ 120.0668647, 30.4243039 ], [ 120.0664955, 30.4243039 ], [ 120.0659594, 30.4243873 ], [ 120.0657485, 30.42441 ], [ 120.0654848, 30.4244707 ], [ 120.0651069, 30.4244934 ], [ 120.064896, 30.4244782 ], [ 120.0649048, 30.4246525 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0734637, 30.4265873 ], [ 120.0734439, 30.4265116 ], [ 120.0734439, 30.4264664 ], [ 120.0735446, 30.4262441 ], [ 120.0735849, 30.4261746 ], [ 120.0736614, 30.4261398 ], [ 120.0737058, 30.4261641 ], [ 120.073734, 30.4262024 ], [ 120.0737058, 30.4262614 ], [ 120.0737098, 30.4263483 ], [ 120.0737299, 30.4264212 ], [ 120.0738105, 30.4263379 ], [ 120.0739113, 30.4263274 ], [ 120.0739757, 30.4262857 ], [ 120.0739757, 30.4261919 ], [ 120.0739072, 30.4261641 ], [ 120.0737622, 30.4261711 ], [ 120.0737054, 30.4261125 ], [ 120.0736651, 30.4260373 ], [ 120.0735647, 30.4260495 ], [ 120.0735003, 30.4260877 ], [ 120.0734479, 30.4261885 ], [ 120.0733391, 30.4264768 ], [ 120.0732958, 30.4265873 ], [ 120.0734637, 30.4265873 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0605935, 30.4324417 ], [ 120.0608085, 30.4324026 ], [ 120.0609104, 30.4324465 ], [ 120.0614401, 30.4324509 ], [ 120.0621429, 30.4324685 ], [ 120.0621429, 30.4326002 ], [ 120.0621328, 30.4327627 ], [ 120.0620716, 30.4331228 ], [ 120.06198, 30.433518 ], [ 120.0618679, 30.4337332 ], [ 120.0618526, 30.4339352 ], [ 120.0618781, 30.4339967 ], [ 120.0618119, 30.4341855 ], [ 120.0617711, 30.43437 ], [ 120.0617304, 30.4346291 ], [ 120.0616642, 30.4349409 ], [ 120.0616133, 30.435077 ], [ 120.061547, 30.4352483 ], [ 120.0614808, 30.4354108 ], [ 120.0614655, 30.4355601 ], [ 120.0615063, 30.4357621 ], [ 120.0615114, 30.4358587 ], [ 120.0614655, 30.4360124 ], [ 120.0613891, 30.4362275 ], [ 120.0613637, 30.4363417 ], [ 120.0614095, 30.4367765 ], [ 120.0613484, 30.4370136 ], [ 120.0613331, 30.4371629 ], [ 120.0613535, 30.4381553 ], [ 120.0613942, 30.4384056 ], [ 120.0615419, 30.4389194 ], [ 120.0615827, 30.4390468 ], [ 120.0616438, 30.4391258 ], [ 120.0617966, 30.4391961 ], [ 120.0620258, 30.4392575 ], [ 120.0620971, 30.439341 ], [ 120.0622143, 30.4397274 ], [ 120.0622805, 30.4397406 ], [ 120.0621735, 30.4393541 ], [ 120.0621226, 30.4392312 ], [ 120.0620156, 30.4391917 ], [ 120.061817, 30.4391521 ], [ 120.0616998, 30.4390951 ], [ 120.0616082, 30.4389238 ], [ 120.061491, 30.4385681 ], [ 120.0614156, 30.4381048 ], [ 120.0613834, 30.437244 ], [ 120.0613834, 30.4371329 ], [ 120.0614671, 30.4367497 ], [ 120.0614607, 30.4362776 ], [ 120.0615251, 30.4360499 ], [ 120.0616604, 30.4358666 ], [ 120.0617183, 30.43565 ], [ 120.0618794, 30.4349447 ], [ 120.0618922, 30.4347614 ], [ 120.0619695, 30.4346392 ], [ 120.0621241, 30.4346226 ], [ 120.0622594, 30.4346059 ], [ 120.0622143, 30.4345504 ], [ 120.0620855, 30.4345004 ], [ 120.0620597, 30.4343726 ], [ 120.0620468, 30.4340061 ], [ 120.0622014, 30.4333063 ], [ 120.0623238, 30.4327342 ], [ 120.0624076, 30.4326731 ], [ 120.0626137, 30.4326898 ], [ 120.0635155, 30.4329564 ], [ 120.0642176, 30.4332396 ], [ 120.064617, 30.4333452 ], [ 120.0651195, 30.433484 ], [ 120.0659053, 30.4336617 ], [ 120.0666075, 30.4337784 ], [ 120.066878, 30.4338783 ], [ 120.067553, 30.4340689 ], [ 120.0677658, 30.434125 ], [ 120.0680524, 30.4341475 ], [ 120.0686299, 30.4342037 ], [ 120.0689773, 30.4342711 ], [ 120.0692031, 30.4342598 ], [ 120.0696243, 30.4343684 ], [ 120.0698284, 30.4345332 ], [ 120.0701454, 30.434769 ], [ 120.0702072, 30.4348341 ], [ 120.0702627, 30.4348926 ], [ 120.0703235, 30.4350049 ], [ 120.0704122, 30.4351331 ], [ 120.0706405, 30.4351584 ], [ 120.070749, 30.4351547 ], [ 120.0709314, 30.4351921 ], [ 120.0713048, 30.4352932 ], [ 120.0719866, 30.435544 ], [ 120.0722906, 30.4357275 ], [ 120.0727118, 30.435851 ], [ 120.0729897, 30.4359521 ], [ 120.0731373, 30.4359484 ], [ 120.0732719, 30.4359334 ], [ 120.0734152, 30.4359259 ], [ 120.0735238, 30.4359297 ], [ 120.073602, 30.4359821 ], [ 120.0735933, 30.4361019 ], [ 120.0733327, 30.4366073 ], [ 120.0734847, 30.4366785 ], [ 120.0736541, 30.4364314 ], [ 120.073919, 30.4361056 ], [ 120.0740015, 30.4360195 ], [ 120.0741534, 30.4359372 ], [ 120.0743185, 30.4358847 ], [ 120.0744357, 30.4358997 ], [ 120.0747787, 30.4359222 ], [ 120.0749307, 30.4359559 ], [ 120.0750827, 30.4359259 ], [ 120.0752825, 30.4359783 ], [ 120.0762074, 30.4362404 ], [ 120.0766346, 30.4363689 ], [ 120.0767157, 30.4360575 ], [ 120.0763403, 30.4359473 ], [ 120.0758672, 30.4358287 ], [ 120.0754326, 30.4357386 ], [ 120.0751245, 30.4356105 ], [ 120.0750475, 30.4355157 ], [ 120.07502, 30.4353544 ], [ 120.075251, 30.434937 ], [ 120.075108, 30.4348611 ], [ 120.0747779, 30.435435 ], [ 120.0746404, 30.4355489 ], [ 120.0744534, 30.4355631 ], [ 120.0742388, 30.4355536 ], [ 120.0740793, 30.4355014 ], [ 120.0738482, 30.4355014 ], [ 120.0732541, 30.4355536 ], [ 120.072858, 30.4355631 ], [ 120.0724839, 30.4354825 ], [ 120.0720988, 30.4353307 ], [ 120.0716752, 30.4351742 ], [ 120.070916, 30.4347947 ], [ 120.070806, 30.4346429 ], [ 120.0706795, 30.4346524 ], [ 120.0704979, 30.4344627 ], [ 120.0701458, 30.4343061 ], [ 120.0697663, 30.4340879 ], [ 120.0693261, 30.4339504 ], [ 120.0688585, 30.4339599 ], [ 120.068633, 30.4339267 ], [ 120.0675547, 30.4336563 ], [ 120.0668341, 30.4335852 ], [ 120.066504, 30.4335282 ], [ 120.0658383, 30.4334002 ], [ 120.0651837, 30.4332294 ], [ 120.064397, 30.4329638 ], [ 120.0638028, 30.4326982 ], [ 120.0632802, 30.4324894 ], [ 120.0628951, 30.4323377 ], [ 120.0626091, 30.4322096 ], [ 120.062444, 30.4320483 ], [ 120.062532, 30.4316736 ], [ 120.0627686, 30.4307961 ], [ 120.0628401, 30.4305589 ], [ 120.0628786, 30.4303407 ], [ 120.0629501, 30.430094 ], [ 120.0631317, 30.429762 ], [ 120.0632032, 30.4292544 ], [ 120.0632362, 30.4290125 ], [ 120.0632857, 30.4287421 ], [ 120.0633297, 30.4285334 ], [ 120.0633682, 30.4283437 ], [ 120.0634288, 30.428097 ], [ 120.0635278, 30.4279594 ], [ 120.0635773, 30.4277934 ], [ 120.0635718, 30.4276416 ], [ 120.0634783, 30.4274993 ], [ 120.0635773, 30.4271957 ], [ 120.0636983, 30.4269633 ], [ 120.0637038, 30.4268779 ], [ 120.0637093, 30.4267688 ], [ 120.0637863, 30.4266597 ], [ 120.0637753, 30.4265458 ], [ 120.0638138, 30.4263561 ], [ 120.0639624, 30.4261806 ], [ 120.0641329, 30.4259102 ], [ 120.0641824, 30.4256161 ], [ 120.0642705, 30.4253077 ], [ 120.064353, 30.4250516 ], [ 120.0636213, 30.4248666 ], [ 120.0634893, 30.4253267 ], [ 120.0634838, 30.4255212 ], [ 120.0634728, 30.4257726 ], [ 120.0632527, 30.4269111 ], [ 120.0629501, 30.4281302 ], [ 120.0628566, 30.428448 ], [ 120.0628511, 30.4285903 ], [ 120.0627851, 30.4288085 ], [ 120.0626256, 30.4292829 ], [ 120.0625816, 30.4294442 ], [ 120.0625375, 30.4296339 ], [ 120.0625541, 30.4297904 ], [ 120.0625596, 30.429947 ], [ 120.0625761, 30.430094 ], [ 120.0625375, 30.4302079 ], [ 120.0625375, 30.4303312 ], [ 120.062411, 30.4307581 ], [ 120.0623725, 30.4309052 ], [ 120.062334, 30.431038 ], [ 120.062323, 30.431204 ], [ 120.062312, 30.4313605 ], [ 120.062312, 30.4314649 ], [ 120.062279, 30.431574 ], [ 120.062224, 30.4316926 ], [ 120.062199, 30.4318976 ], [ 120.0621633, 30.4320425 ], [ 120.0621735, 30.4322709 ], [ 120.0621226, 30.4323367 ], [ 120.0611192, 30.4322753 ], [ 120.0609511, 30.4323104 ], [ 120.0607525, 30.4323236 ], [ 120.0606608, 30.4323104 ], [ 120.0605722, 30.4321863 ], [ 120.0605935, 30.4324417 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.067763, 30.4357778 ], [ 120.0680036, 30.4357876 ], [ 120.0680895, 30.4354962 ], [ 120.0680437, 30.4354617 ], [ 120.0679577, 30.4354271 ], [ 120.067299, 30.4352987 ], [ 120.067236, 30.4354814 ], [ 120.0672245, 30.435674 ], [ 120.067763, 30.4357778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0670641, 30.4360691 ], [ 120.0676198, 30.4361136 ], [ 120.0676942, 30.4358518 ], [ 120.0671501, 30.4357531 ], [ 120.0670412, 30.4360148 ], [ 120.0670641, 30.4360691 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0676828, 30.436405 ], [ 120.0679176, 30.4363902 ], [ 120.0681525, 30.436321 ], [ 120.0681983, 30.4362815 ], [ 120.0682441, 30.4360049 ], [ 120.0682098, 30.4359506 ], [ 120.0680265, 30.4358963 ], [ 120.0678661, 30.4358864 ], [ 120.0677859, 30.4359012 ], [ 120.0677286, 30.4359506 ], [ 120.0676427, 30.4363704 ], [ 120.0676828, 30.436405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0481576, 30.3934925 ], [ 120.0483601, 30.3935258 ], [ 120.0483982, 30.3935559 ], [ 120.048391, 30.393327 ], [ 120.0486148, 30.3933122 ], [ 120.0485992, 30.3931233 ], [ 120.0484856, 30.3930368 ], [ 120.0484341, 30.3930261 ], [ 120.0483672, 30.3930027 ], [ 120.0483218, 30.3929619 ], [ 120.0482891, 30.3930801 ], [ 120.0483217, 30.3931695 ], [ 120.0482774, 30.3932503 ], [ 120.0482543, 30.393357 ], [ 120.0481947, 30.3933633 ], [ 120.0481322, 30.3933102 ], [ 120.0481259, 30.3934051 ], [ 120.0481576, 30.3934925 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0497615, 30.3938366 ], [ 120.0501249, 30.3938177 ], [ 120.0500592, 30.3928283 ], [ 120.0497046, 30.3928548 ], [ 120.0497615, 30.3938366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0451641, 30.3937039 ], [ 120.045208, 30.3932434 ], [ 120.0449968, 30.3932056 ], [ 120.0449291, 30.3936936 ], [ 120.0451641, 30.3937039 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0458278, 30.3937247 ], [ 120.0458079, 30.3932436 ], [ 120.0456644, 30.3932573 ], [ 120.0456605, 30.3937247 ], [ 120.0458278, 30.3937247 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0453975, 30.3937071 ], [ 120.0454015, 30.3932706 ], [ 120.0452541, 30.3932637 ], [ 120.0452262, 30.3937071 ], [ 120.0453975, 30.3937071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0454619, 30.3937076 ], [ 120.0456094, 30.393711 ], [ 120.0456054, 30.3932608 ], [ 120.045458, 30.3932745 ], [ 120.0454619, 30.3937076 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0461195, 30.3937522 ], [ 120.0462948, 30.3937522 ], [ 120.0462589, 30.3932298 ], [ 120.0460956, 30.3932435 ], [ 120.0461195, 30.3937522 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0458842, 30.3937357 ], [ 120.0460516, 30.3937391 ], [ 120.0460317, 30.3932477 ], [ 120.0458643, 30.3932511 ], [ 120.0458842, 30.3937357 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0463507, 30.3937623 ], [ 120.0464981, 30.3937726 ], [ 120.046514, 30.393728 ], [ 120.0464861, 30.3932262 ], [ 120.0463228, 30.3932365 ], [ 120.0463507, 30.3937623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0466047, 30.393623 ], [ 120.0466472, 30.3936941 ], [ 120.0467354, 30.3937724 ], [ 120.0468107, 30.3938159 ], [ 120.0469101, 30.3938146 ], [ 120.0470139, 30.3938351 ], [ 120.0471278, 30.393677 ], [ 120.0471477, 30.393583 ], [ 120.0471328, 30.3935317 ], [ 120.0470387, 30.3935146 ], [ 120.0467726, 30.3934766 ], [ 120.0467163, 30.3934759 ], [ 120.0466546, 30.3935024 ], [ 120.0466016, 30.3935528 ], [ 120.0465971, 30.3935879 ], [ 120.0466047, 30.393623 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.083343, 30.3104022 ], [ 120.0833773, 30.3104194 ], [ 120.083408, 30.3104353 ], [ 120.0834542, 30.3104586 ], [ 120.0834879, 30.3104779 ], [ 120.0839761, 30.310907 ], [ 120.0841164, 30.3110151 ], [ 120.0841923, 30.3110969 ], [ 120.0843023, 30.3111493 ], [ 120.0844986, 30.3112321 ], [ 120.0846064, 30.3112614 ], [ 120.0847266, 30.3113093 ], [ 120.0848991, 30.3113731 ], [ 120.0849916, 30.3113864 ], [ 120.0851271, 30.3114316 ], [ 120.0852041, 30.3114715 ], [ 120.085426, 30.31153 ], [ 120.0856879, 30.3115354 ], [ 120.0857455, 30.3115173 ], [ 120.0857732, 30.3113762 ], [ 120.0857838, 30.3113399 ], [ 120.0858035, 30.3112966 ], [ 120.0859405, 30.3110885 ], [ 120.0860052, 30.311014 ], [ 120.0861562, 30.3109635 ], [ 120.0863503, 30.3109449 ], [ 120.0866337, 30.3109475 ], [ 120.0867231, 30.3109449 ], [ 120.0868001, 30.310881 ], [ 120.0868494, 30.310764 ], [ 120.0868863, 30.3104227 ], [ 120.0868976, 30.3102401 ], [ 120.086988, 30.3097305 ], [ 120.0870534, 30.3093797 ], [ 120.0871328, 30.3091419 ], [ 120.0872309, 30.3087145 ], [ 120.0873085, 30.308363 ], [ 120.0873426, 30.3080028 ], [ 120.087335, 30.3077735 ], [ 120.0873085, 30.3077709 ], [ 120.0872733, 30.3077675 ], [ 120.087296, 30.3079902 ], [ 120.0872695, 30.3083569 ], [ 120.0871709, 30.308835 ], [ 120.0870988, 30.3091003 ], [ 120.0869964, 30.3092477 ], [ 120.0869281, 30.3093132 ], [ 120.0868864, 30.309562 ], [ 120.086856, 30.3098371 ], [ 120.0867818, 30.3101389 ], [ 120.0867495, 30.3102998 ], [ 120.0867341, 30.3104388 ], [ 120.0867108, 30.3105858 ], [ 120.0866368, 30.310647 ], [ 120.0865999, 30.3107401 ], [ 120.0865228, 30.3107826 ], [ 120.0864088, 30.3108092 ], [ 120.0863719, 30.3107986 ], [ 120.0861778, 30.3108837 ], [ 120.0861069, 30.310881 ], [ 120.0860237, 30.3109209 ], [ 120.0859066, 30.3110061 ], [ 120.0858296, 30.3111045 ], [ 120.0857587, 30.3112242 ], [ 120.0857002, 30.3113705 ], [ 120.0856478, 30.3114502 ], [ 120.0855431, 30.3114768 ], [ 120.0854106, 30.3114822 ], [ 120.0852226, 30.3114237 ], [ 120.0846557, 30.3112082 ], [ 120.0843538, 30.3110938 ], [ 120.0842305, 30.311046 ], [ 120.0841381, 30.3109821 ], [ 120.0838978, 30.3107879 ], [ 120.083716, 30.3106124 ], [ 120.0836494, 30.3105425 ], [ 120.0835818, 30.3104815 ], [ 120.0835089, 30.3104274 ], [ 120.0834794, 30.3104075 ], [ 120.083437, 30.3103889 ], [ 120.0833668, 30.3103542 ], [ 120.0833297, 30.3103646 ], [ 120.083343, 30.3104022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0857659, 30.3115397 ], [ 120.0858128, 30.3115466 ], [ 120.0859523, 30.3115559 ], [ 120.0860086, 30.3115617 ], [ 120.0860623, 30.3115744 ], [ 120.0860944, 30.3115964 ], [ 120.08614, 30.3116057 ], [ 120.0861897, 30.3116091 ], [ 120.0864995, 30.3116439 ], [ 120.0865491, 30.3116404 ], [ 120.0865692, 30.3116254 ], [ 120.0865893, 30.3116236 ], [ 120.0866054, 30.3116277 ], [ 120.0866178, 30.3116326 ], [ 120.0869742, 30.3116983 ], [ 120.0872769, 30.3117979 ], [ 120.0876498, 30.3119131 ], [ 120.0880195, 30.3120195 ], [ 120.0884694, 30.3121818 ], [ 120.0888206, 30.3122961 ], [ 120.0893506, 30.3125036 ], [ 120.0893937, 30.3125036 ], [ 120.0897203, 30.3126525 ], [ 120.0897357, 30.3127244 ], [ 120.0899267, 30.3127962 ], [ 120.0902718, 30.3129478 ], [ 120.0905244, 30.3130914 ], [ 120.0908449, 30.3132749 ], [ 120.0914734, 30.3136792 ], [ 120.0916552, 30.3138016 ], [ 120.0920157, 30.3140356 ], [ 120.0922375, 30.3141873 ], [ 120.0923546, 30.3142591 ], [ 120.0924039, 30.3143043 ], [ 120.0924686, 30.3143043 ], [ 120.0927705, 30.3144878 ], [ 120.0928229, 30.3145437 ], [ 120.0927767, 30.3146155 ], [ 120.0928999, 30.314674 ], [ 120.0935408, 30.3149666 ], [ 120.0936024, 30.3149533 ], [ 120.0937934, 30.3149852 ], [ 120.0941231, 30.3150889 ], [ 120.0948084, 30.3153333 ], [ 120.0950941, 30.3154457 ], [ 120.0951259, 30.3154341 ], [ 120.0951818, 30.3154319 ], [ 120.0954805, 30.3155373 ], [ 120.0955118, 30.3155715 ], [ 120.0955111, 30.3156056 ], [ 120.0955322, 30.3156342 ], [ 120.0957987, 30.3157427 ], [ 120.0959279, 30.3157882 ], [ 120.096143, 30.3157951 ], [ 120.0965264, 30.3159388 ], [ 120.0966182, 30.3156984 ], [ 120.0961978, 30.3156869 ], [ 120.0960967, 30.3156738 ], [ 120.0958376, 30.3155564 ], [ 120.0956055, 30.3154509 ], [ 120.0955624, 30.3154786 ], [ 120.0955056, 30.3154783 ], [ 120.0954088, 30.3154485 ], [ 120.0953972, 30.3154209 ], [ 120.0953963, 30.3154003 ], [ 120.0950384, 30.3152699 ], [ 120.0941786, 30.31494 ], [ 120.0938427, 30.314807 ], [ 120.0933282, 30.3146261 ], [ 120.0932111, 30.314541 ], [ 120.0930601, 30.3143601 ], [ 120.0930108, 30.3142591 ], [ 120.0930108, 30.3140968 ], [ 120.0931338, 30.3134181 ], [ 120.093396, 30.3128197 ], [ 120.0934534, 30.31267 ], [ 120.0934217, 30.3124338 ], [ 120.0934053, 30.3122403 ], [ 120.0933269, 30.3119339 ], [ 120.0933332, 30.3116366 ], [ 120.093325, 30.3111802 ], [ 120.093306, 30.3101855 ], [ 120.0932523, 30.3097243 ], [ 120.0932359, 30.3096179 ], [ 120.0932517, 30.3092483 ], [ 120.0932616, 30.3089629 ], [ 120.0932808, 30.3087339 ], [ 120.093067, 30.3086953 ], [ 120.0930598, 30.3089488 ], [ 120.093064, 30.3091976 ], [ 120.0930631, 30.3095744 ], [ 120.0930537, 30.309834 ], [ 120.093035, 30.3100873 ], [ 120.0930441, 30.3103358 ], [ 120.0930743, 30.3116331 ], [ 120.0930816, 30.3118895 ], [ 120.0930841, 30.312161 ], [ 120.0931701, 30.312356 ], [ 120.0932585, 30.3125365 ], [ 120.0932684, 30.3126422 ], [ 120.0930047, 30.3134053 ], [ 120.0929338, 30.3135409 ], [ 120.0928599, 30.3138122 ], [ 120.0927921, 30.3139957 ], [ 120.0927366, 30.3141952 ], [ 120.0926812, 30.3142431 ], [ 120.0926257, 30.3142325 ], [ 120.0926134, 30.3141819 ], [ 120.0922806, 30.3139692 ], [ 120.0918986, 30.3137377 ], [ 120.091726, 30.313642 ], [ 120.0916305, 30.3136101 ], [ 120.0915412, 30.3135675 ], [ 120.0909065, 30.3131074 ], [ 120.0907124, 30.3129824 ], [ 120.0906045, 30.3128733 ], [ 120.0903889, 30.312751 ], [ 120.0903303, 30.3127377 ], [ 120.0899729, 30.3125648 ], [ 120.0899483, 30.3125807 ], [ 120.089634, 30.3124265 ], [ 120.0894738, 30.312352 ], [ 120.0894368, 30.3123094 ], [ 120.088913, 30.3121206 ], [ 120.0884786, 30.3119397 ], [ 120.0881428, 30.31182 ], [ 120.0878901, 30.3117562 ], [ 120.0877386, 30.3118164 ], [ 120.0873148, 30.311689 ], [ 120.0870242, 30.311575 ], [ 120.0870084, 30.3115651 ], [ 120.0869977, 30.3115533 ], [ 120.0869906, 30.3115458 ], [ 120.0867216, 30.3114745 ], [ 120.0866234, 30.3114651 ], [ 120.0864389, 30.3114497 ], [ 120.0862687, 30.3114275 ], [ 120.0861114, 30.3114137 ], [ 120.0859621, 30.311404 ], [ 120.0857732, 30.3113762 ], [ 120.0857455, 30.3115173 ], [ 120.0857659, 30.3115397 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.09872, 30.3131183 ], [ 120.0989185, 30.3132294 ], [ 120.0991223, 30.3132804 ], [ 120.0992511, 30.3133776 ], [ 120.099235, 30.3135397 ], [ 120.0990365, 30.3137573 ], [ 120.0989238, 30.3139194 ], [ 120.0989131, 30.3140861 ], [ 120.0989989, 30.3141 ], [ 120.0994925, 30.3139518 ], [ 120.0995944, 30.3138546 ], [ 120.0996534, 30.3137342 ], [ 120.0996963, 30.3136508 ], [ 120.0998143, 30.3136184 ], [ 120.1000665, 30.3136879 ], [ 120.1002703, 30.3137712 ], [ 120.1004634, 30.3137759 ], [ 120.1006565, 30.3137203 ], [ 120.1007156, 30.3135675 ], [ 120.1005171, 30.3135212 ], [ 120.1005922, 30.3132618 ], [ 120.1003937, 30.3131599 ], [ 120.1000986, 30.3130164 ], [ 120.0999914, 30.3130025 ], [ 120.0997768, 30.3130349 ], [ 120.0995515, 30.3129145 ], [ 120.0993101, 30.3127339 ], [ 120.0988541, 30.3127107 ], [ 120.0986985, 30.3129191 ], [ 120.09872, 30.3131183 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0965884, 30.3159923 ], [ 120.0965972, 30.3160611 ], [ 120.0968053, 30.3160994 ], [ 120.0969411, 30.315952 ], [ 120.0970204, 30.3159132 ], [ 120.0971432, 30.3159062 ], [ 120.0973156, 30.3159473 ], [ 120.0975679, 30.3159788 ], [ 120.0981718, 30.3161165 ], [ 120.0983547, 30.3161605 ], [ 120.0984568, 30.316175 ], [ 120.0985996, 30.3161825 ], [ 120.0987892, 30.3161527 ], [ 120.0990036, 30.3161234 ], [ 120.0992563, 30.3161212 ], [ 120.0993495, 30.3161422 ], [ 120.0994997, 30.3161984 ], [ 120.0996414, 30.3162832 ], [ 120.0998012, 30.316335 ], [ 120.1000923, 30.3163916 ], [ 120.1002612, 30.3163816 ], [ 120.100369, 30.3163887 ], [ 120.1004603, 30.3164144 ], [ 120.1006169, 30.316428 ], [ 120.1008292, 30.3163651 ], [ 120.1009377, 30.3162757 ], [ 120.1010206, 30.3160029 ], [ 120.1009896, 30.3158569 ], [ 120.1010511, 30.315667 ], [ 120.1010379, 30.3155195 ], [ 120.1010465, 30.3153183 ], [ 120.1011018, 30.315095 ], [ 120.101173, 30.3149353 ], [ 120.1012541, 30.3147675 ], [ 120.1014433, 30.3146347 ], [ 120.1015908, 30.3146032 ], [ 120.1017609, 30.3145138 ], [ 120.1018016, 30.3144227 ], [ 120.101882, 30.3142167 ], [ 120.1019396, 30.3141855 ], [ 120.1021116, 30.3141421 ], [ 120.1023074, 30.314073 ], [ 120.1024403, 30.3139739 ], [ 120.1025044, 30.3138317 ], [ 120.1025225, 30.3137686 ], [ 120.1025406, 30.3135685 ], [ 120.1026147, 30.3135167 ], [ 120.1027029, 30.3134397 ], [ 120.1028662, 30.3131835 ], [ 120.1030272, 30.3130131 ], [ 120.1031625, 30.312881 ], [ 120.1032577, 30.3128615 ], [ 120.103333, 30.3129057 ], [ 120.1035274, 30.3130102 ], [ 120.1037731, 30.3131296 ], [ 120.1039739, 30.3132105 ], [ 120.1041148, 30.3132696 ], [ 120.1042465, 30.3133529 ], [ 120.1043746, 30.3132095 ], [ 120.1039719, 30.3130292 ], [ 120.1038021, 30.3129523 ], [ 120.1036791, 30.3128471 ], [ 120.1034514, 30.3126183 ], [ 120.1033125, 30.3124862 ], [ 120.1031423, 30.3123904 ], [ 120.102944, 30.3123631 ], [ 120.1028064, 30.3122977 ], [ 120.1026629, 30.3121883 ], [ 120.1025381, 30.312079 ], [ 120.1023611, 30.3119758 ], [ 120.1022283, 30.3119376 ], [ 120.1017609, 30.3118281 ], [ 120.1015243, 30.3117508 ], [ 120.1014513, 30.3117535 ], [ 120.1009497, 30.3116602 ], [ 120.1008542, 30.311615 ], [ 120.1008196, 30.3115688 ], [ 120.1007984, 30.3114752 ], [ 120.1006567, 30.3114484 ], [ 120.1006439, 30.3115868 ], [ 120.1006477, 30.3116288 ], [ 120.1006675, 30.3116847 ], [ 120.1006967, 30.3117131 ], [ 120.1007514, 30.3117403 ], [ 120.1013775, 30.3118986 ], [ 120.1021796, 30.3121096 ], [ 120.1022858, 30.312144 ], [ 120.1025012, 30.3123556 ], [ 120.1024969, 30.3124381 ], [ 120.1025125, 30.3124586 ], [ 120.102567, 30.3124527 ], [ 120.1026012, 30.3124639 ], [ 120.1026487, 30.3126408 ], [ 120.1027122, 30.3126527 ], [ 120.1027429, 30.3127028 ], [ 120.1027298, 30.3127592 ], [ 120.1027081, 30.3128189 ], [ 120.10267, 30.3129118 ], [ 120.1026509, 30.3129629 ], [ 120.10266, 30.3130126 ], [ 120.1026973, 30.3131181 ], [ 120.1025734, 30.3132135 ], [ 120.1024463, 30.3133568 ], [ 120.1023693, 30.313408 ], [ 120.1022666, 30.313485 ], [ 120.1021616, 30.3136101 ], [ 120.1021207, 30.3137191 ], [ 120.1019929, 30.3138461 ], [ 120.1019468, 30.3138865 ], [ 120.1017806, 30.3140033 ], [ 120.1016625, 30.3140899 ], [ 120.1015864, 30.3141886 ], [ 120.1015067, 30.3142879 ], [ 120.1014491, 30.3143452 ], [ 120.1013207, 30.3144446 ], [ 120.1011171, 30.3146624 ], [ 120.1009622, 30.3148726 ], [ 120.1008839, 30.315012 ], [ 120.1008388, 30.3151934 ], [ 120.1008061, 30.3153711 ], [ 120.1008177, 30.315571 ], [ 120.1008038, 30.3156614 ], [ 120.1007075, 30.3159168 ], [ 120.1006291, 30.3160498 ], [ 120.1005444, 30.3161251 ], [ 120.1004041, 30.3161405 ], [ 120.1002722, 30.3161629 ], [ 120.1001886, 30.316167 ], [ 120.1000945, 30.3161796 ], [ 120.0994697, 30.3160026 ], [ 120.0993345, 30.3159587 ], [ 120.0992014, 30.3159175 ], [ 120.0990807, 30.3159457 ], [ 120.0990037, 30.3159586 ], [ 120.0988063, 30.3159919 ], [ 120.098669, 30.3160153 ], [ 120.0985322, 30.3160185 ], [ 120.0983954, 30.3159975 ], [ 120.0981965, 30.3159434 ], [ 120.0980277, 30.3159113 ], [ 120.0977001, 30.3158247 ], [ 120.097257, 30.3157398 ], [ 120.0971132, 30.3157063 ], [ 120.0967899, 30.3157468 ], [ 120.0966986, 30.3157344 ], [ 120.0966182, 30.3156984 ], [ 120.0965264, 30.3159388 ], [ 120.0965884, 30.3159923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0940606, 30.3206966 ], [ 120.094096, 30.3207348 ], [ 120.094096, 30.3207768 ], [ 120.0940517, 30.3208838 ], [ 120.0942642, 30.3209679 ], [ 120.0943173, 30.3208838 ], [ 120.0943793, 30.3208609 ], [ 120.0944502, 30.3208571 ], [ 120.094521, 30.3208074 ], [ 120.094552, 30.3207424 ], [ 120.0944767, 30.3206775 ], [ 120.0944546, 30.3206125 ], [ 120.0946007, 30.3202074 ], [ 120.0949283, 30.3197259 ], [ 120.0951275, 30.3193782 ], [ 120.0954949, 30.3185948 ], [ 120.0957959, 30.3180942 ], [ 120.0958402, 30.3179451 ], [ 120.0959907, 30.3175554 ], [ 120.0962298, 30.317093 ], [ 120.0964688, 30.3167528 ], [ 120.0966105, 30.3165235 ], [ 120.0966149, 30.3164051 ], [ 120.0964423, 30.316363 ], [ 120.0963582, 30.3164624 ], [ 120.0961324, 30.3169019 ], [ 120.0955657, 30.318098 ], [ 120.0955038, 30.3181897 ], [ 120.0953754, 30.3183158 ], [ 120.0953223, 30.3183999 ], [ 120.0951673, 30.3186789 ], [ 120.0950212, 30.3189578 ], [ 120.0949548, 30.3191222 ], [ 120.0948486, 30.3191642 ], [ 120.0947955, 30.3192024 ], [ 120.0947777, 30.3192674 ], [ 120.094822, 30.3193667 ], [ 120.0947246, 30.3195846 ], [ 120.0943572, 30.3202265 ], [ 120.0942598, 30.3205208 ], [ 120.09422, 30.3205628 ], [ 120.0941447, 30.3205896 ], [ 120.0940163, 30.3205475 ], [ 120.0939632, 30.3206622 ], [ 120.0940606, 30.3206966 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0887223, 30.3242409 ], [ 120.089506, 30.3227384 ], [ 120.0895611, 30.3224921 ], [ 120.0895761, 30.3221897 ], [ 120.089551, 30.3219088 ], [ 120.0894409, 30.3216669 ], [ 120.0893408, 30.321399 ], [ 120.0893408, 30.3210447 ], [ 120.0893608, 30.320738 ], [ 120.0894159, 30.3205263 ], [ 120.0896457, 30.3200813 ], [ 120.0897101, 30.3199679 ], [ 120.0897825, 30.3198289 ], [ 120.0897503, 30.3198127 ], [ 120.0896966, 30.3197977 ], [ 120.0896618, 30.3198498 ], [ 120.089635, 30.31991 ], [ 120.0895759, 30.3200373 ], [ 120.0894609, 30.3202497 ], [ 120.0893208, 30.3205047 ], [ 120.0892708, 30.3207034 ], [ 120.0892507, 30.3210836 ], [ 120.0892607, 30.3214033 ], [ 120.0893258, 30.3216453 ], [ 120.0894159, 30.3218699 ], [ 120.0894559, 30.32206 ], [ 120.0894509, 30.3223149 ], [ 120.0894409, 30.3226131 ], [ 120.0894009, 30.32276 ], [ 120.0892544, 30.3230526 ], [ 120.0892257, 30.3231099 ], [ 120.0888803, 30.3237277 ], [ 120.088602, 30.324202 ], [ 120.0887223, 30.3242409 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0852844, 30.3524177 ], [ 120.085404, 30.3524218 ], [ 120.0857154, 30.3520567 ], [ 120.0866903, 30.3507572 ], [ 120.0868154, 30.3506852 ], [ 120.0870696, 30.3502924 ], [ 120.0873351, 30.3499487 ], [ 120.0875513, 30.3496999 ], [ 120.0879344, 30.3493562 ], [ 120.0879913, 30.3491795 ], [ 120.0881241, 30.3489634 ], [ 120.0882948, 30.348767 ], [ 120.0885148, 30.3484593 ], [ 120.0886537, 30.3482585 ], [ 120.0888562, 30.3480141 ], [ 120.0893152, 30.3473725 ], [ 120.0895541, 30.3471041 ], [ 120.08974, 30.3469797 ], [ 120.0899979, 30.3465967 ], [ 120.0900283, 30.3464756 ], [ 120.0900738, 30.3463807 ], [ 120.0903962, 30.3459518 ], [ 120.0908438, 30.3453299 ], [ 120.0909576, 30.3452317 ], [ 120.0910942, 30.3451662 ], [ 120.0912876, 30.3450549 ], [ 120.0915911, 30.3447701 ], [ 120.0918073, 30.3445049 ], [ 120.0918908, 30.3442954 ], [ 120.092327, 30.3436767 ], [ 120.0927442, 30.3431169 ], [ 120.0931349, 30.3425375 ], [ 120.0935674, 30.3419319 ], [ 120.0936243, 30.341778 ], [ 120.0937267, 30.3416372 ], [ 120.0938974, 30.3414932 ], [ 120.0939808, 30.3413295 ], [ 120.0940415, 30.3410644 ], [ 120.094106, 30.3408712 ], [ 120.0943108, 30.3406159 ], [ 120.0946528, 30.3402598 ], [ 120.0945797, 30.3401863 ], [ 120.0944804, 30.3400866 ], [ 120.0944488, 30.3400548 ], [ 120.094235, 30.3403212 ], [ 120.0939808, 30.3405471 ], [ 120.0936622, 30.3408974 ], [ 120.0934801, 30.3410905 ], [ 120.0932349, 30.3413895 ], [ 120.0930201, 30.3417016 ], [ 120.0926967, 30.3422538 ], [ 120.0920043, 30.3434105 ], [ 120.0913918, 30.3443849 ], [ 120.0911235, 30.3447706 ], [ 120.0906428, 30.3453855 ], [ 120.0904692, 30.3456425 ], [ 120.0903033, 30.3459125 ], [ 120.0899932, 30.3463037 ], [ 120.0896603, 30.3466753 ], [ 120.089501, 30.3467931 ], [ 120.0892507, 30.3471237 ], [ 120.0888903, 30.3476279 ], [ 120.0885641, 30.3480469 ], [ 120.088162, 30.3485248 ], [ 120.0876461, 30.3491926 ], [ 120.0873085, 30.3496639 ], [ 120.0869672, 30.350096 ], [ 120.0867585, 30.3503513 ], [ 120.086603, 30.3504823 ], [ 120.0864399, 30.3506983 ], [ 120.0862161, 30.351006 ], [ 120.0859051, 30.3514381 ], [ 120.0856509, 30.3517687 ], [ 120.0852455, 30.352317 ], [ 120.0852844, 30.3524177 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0882742, 30.3473733 ], [ 120.0883766, 30.3471605 ], [ 120.0878683, 30.3470001 ], [ 120.0877583, 30.3472096 ], [ 120.0882742, 30.3473733 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0869818, 30.3563325 ], [ 120.0870692, 30.3563905 ], [ 120.0872339, 30.3564282 ], [ 120.0873246, 30.356492 ], [ 120.0873918, 30.3565732 ], [ 120.0874523, 30.356637 ], [ 120.0875397, 30.3567037 ], [ 120.0876472, 30.3567501 ], [ 120.0876963, 30.3568532 ], [ 120.0875839, 30.356892 ], [ 120.0875502, 30.3569943 ], [ 120.0877265, 30.3571282 ], [ 120.0879864, 30.3571602 ], [ 120.0881993, 30.3571682 ], [ 120.0884491, 30.3571921 ], [ 120.0886342, 30.3572321 ], [ 120.0889396, 30.3572321 ], [ 120.0893746, 30.3572001 ], [ 120.0896244, 30.3572081 ], [ 120.0898951, 30.3572006 ], [ 120.0900292, 30.3572284 ], [ 120.0901231, 30.3572099 ], [ 120.0901612, 30.3571602 ], [ 120.0902445, 30.3570644 ], [ 120.0909312, 30.356961 ], [ 120.0915794, 30.3569418 ], [ 120.0919959, 30.3569775 ], [ 120.092191, 30.3570866 ], [ 120.0924022, 30.3571855 ], [ 120.0924204, 30.3573127 ], [ 120.0928288, 30.3573426 ], [ 120.0929938, 30.3574015 ], [ 120.0930791, 30.3574653 ], [ 120.0931303, 30.3574309 ], [ 120.0931076, 30.3572738 ], [ 120.0931246, 30.3571413 ], [ 120.0932327, 30.3569646 ], [ 120.0933351, 30.3569302 ], [ 120.0938357, 30.3568517 ], [ 120.0942226, 30.3568713 ], [ 120.0947516, 30.3569253 ], [ 120.0949869, 30.3568974 ], [ 120.0950418, 30.3568909 ], [ 120.0951669, 30.3569204 ], [ 120.0953205, 30.3569989 ], [ 120.0956732, 30.3570382 ], [ 120.095952, 30.3570088 ], [ 120.0961909, 30.3569155 ], [ 120.0964867, 30.3568615 ], [ 120.0969646, 30.3568909 ], [ 120.0971978, 30.3568811 ], [ 120.0973197, 30.3568923 ], [ 120.0974652, 30.3569057 ], [ 120.0975449, 30.3569548 ], [ 120.097579, 30.3571266 ], [ 120.097653, 30.3571217 ], [ 120.0976757, 30.3570578 ], [ 120.0977326, 30.3570088 ], [ 120.0979374, 30.3569646 ], [ 120.0980552, 30.356959 ], [ 120.0981422, 30.3569548 ], [ 120.0989102, 30.3571168 ], [ 120.0990922, 30.3571462 ], [ 120.0992856, 30.3571315 ], [ 120.099792, 30.3571904 ], [ 120.1001788, 30.3571511 ], [ 120.1007192, 30.3571806 ], [ 120.1009947, 30.3571842 ], [ 120.1009941, 30.3570199 ], [ 120.1007178, 30.3569947 ], [ 120.1004738, 30.3570132 ], [ 120.099297, 30.3569253 ], [ 120.0990467, 30.3568713 ], [ 120.0985973, 30.3567535 ], [ 120.0981251, 30.3567093 ], [ 120.0980227, 30.3565719 ], [ 120.0979488, 30.3563706 ], [ 120.0978805, 30.3562381 ], [ 120.097653, 30.3562135 ], [ 120.0974083, 30.3563019 ], [ 120.097249, 30.3564001 ], [ 120.097158, 30.356513 ], [ 120.0971125, 30.3565621 ], [ 120.0969362, 30.3565964 ], [ 120.0966745, 30.3565915 ], [ 120.0963843, 30.356675 ], [ 120.096117, 30.3566897 ], [ 120.0957048, 30.3566725 ], [ 120.0956448, 30.35667 ], [ 120.0953319, 30.3566013 ], [ 120.0950987, 30.3566111 ], [ 120.0948996, 30.3566553 ], [ 120.0946379, 30.3566455 ], [ 120.094251, 30.3566504 ], [ 120.0939837, 30.3566848 ], [ 120.0935456, 30.356724 ], [ 120.0932214, 30.3567731 ], [ 120.0929426, 30.3568566 ], [ 120.092607, 30.3568615 ], [ 120.0923567, 30.3568369 ], [ 120.0920893, 30.3567682 ], [ 120.0918788, 30.3567191 ], [ 120.0911222, 30.356675 ], [ 120.091045, 30.3566175 ], [ 120.0910422, 30.356419 ], [ 120.0910315, 30.3563173 ], [ 120.0909886, 30.3561925 ], [ 120.0909886, 30.3559845 ], [ 120.0909672, 30.3558597 ], [ 120.0909511, 30.3556378 ], [ 120.0908762, 30.3554483 ], [ 120.0907047, 30.3550369 ], [ 120.0906994, 30.3548474 ], [ 120.0907101, 30.3545562 ], [ 120.0906833, 30.3544037 ], [ 120.0906405, 30.3542789 ], [ 120.0906244, 30.3541263 ], [ 120.0906565, 30.3537057 ], [ 120.0907958, 30.3529939 ], [ 120.0908708, 30.352564 ], [ 120.0908119, 30.3525409 ], [ 120.0907797, 30.3525686 ], [ 120.0906619, 30.3532989 ], [ 120.0905869, 30.3536549 ], [ 120.0905708, 30.3540662 ], [ 120.0905601, 30.3542604 ], [ 120.090603, 30.3543713 ], [ 120.0906458, 30.3545007 ], [ 120.0906375, 30.3547997 ], [ 120.0906375, 30.3549301 ], [ 120.0906375, 30.3550242 ], [ 120.0907781, 30.3553699 ], [ 120.0908132, 30.3554822 ], [ 120.0908519, 30.3556035 ], [ 120.0908871, 30.3558886 ], [ 120.0909257, 30.3560615 ], [ 120.0909011, 30.3562647 ], [ 120.0908625, 30.3564224 ], [ 120.0908499, 30.3565442 ], [ 120.090823, 30.3566109 ], [ 120.090776, 30.3566747 ], [ 120.0904903, 30.3567559 ], [ 120.0901005, 30.3568429 ], [ 120.0898686, 30.356869 ], [ 120.0896859, 30.3568986 ], [ 120.0895527, 30.3569241 ], [ 120.0893074, 30.3569676 ], [ 120.0889948, 30.3570053 ], [ 120.0889041, 30.3570343 ], [ 120.0888066, 30.3570082 ], [ 120.0886218, 30.3569444 ], [ 120.0884269, 30.3568748 ], [ 120.0882689, 30.3568806 ], [ 120.0880001, 30.3568806 ], [ 120.0878152, 30.3568748 ], [ 120.087748, 30.3568458 ], [ 120.0876573, 30.3567037 ], [ 120.0875666, 30.3566312 ], [ 120.087412, 30.3564775 ], [ 120.0873044, 30.356405 ], [ 120.0871162, 30.3563557 ], [ 120.0870389, 30.3563267 ], [ 120.0869616, 30.3562803 ], [ 120.0869818, 30.3563325 ] ] ], [ [ [ 120.1051451, 30.3575193 ], [ 120.1059452, 30.3578843 ], [ 120.1066297, 30.3578526 ], [ 120.1069646, 30.3579824 ], [ 120.1073183, 30.3581574 ], [ 120.1073638, 30.3582998 ], [ 120.1074491, 30.3584078 ], [ 120.1075515, 30.3584618 ], [ 120.1076539, 30.3587416 ], [ 120.1079099, 30.3588201 ], [ 120.1082057, 30.3588986 ], [ 120.1083821, 30.3589134 ], [ 120.1085528, 30.3588888 ], [ 120.1087689, 30.3588103 ], [ 120.1089225, 30.3586925 ], [ 120.1090477, 30.3585845 ], [ 120.1093094, 30.3585158 ], [ 120.1099488, 30.3585232 ], [ 120.1105552, 30.3583685 ], [ 120.1108738, 30.3583783 ], [ 120.111306, 30.3583287 ], [ 120.1117152, 30.3582992 ], [ 120.1119541, 30.3582585 ], [ 120.1121595, 30.3583145 ], [ 120.1121329, 30.3585525 ], [ 120.1122404, 30.3585525 ], [ 120.1122347, 30.3584744 ], [ 120.1123026, 30.3583963 ], [ 120.1123705, 30.3583084 ], [ 120.1124723, 30.3582401 ], [ 120.1126194, 30.358201 ], [ 120.1138338, 30.3579991 ], [ 120.1140833, 30.3579447 ], [ 120.1141866, 30.3579332 ], [ 120.1142308, 30.3579413 ], [ 120.1142724, 30.3579656 ], [ 120.1143622, 30.3580431 ], [ 120.114385, 30.3580558 ], [ 120.1144065, 30.3580593 ], [ 120.1147807, 30.3580211 ], [ 120.1147941, 30.358013 ], [ 120.1148196, 30.3579887 ], [ 120.1148732, 30.3579366 ], [ 120.1148987, 30.3579181 ], [ 120.1149322, 30.3579031 ], [ 120.1153802, 30.3578495 ], [ 120.1163194, 30.3577666 ], [ 120.1172811, 30.3576787 ], [ 120.1180279, 30.3575664 ], [ 120.1181919, 30.3575615 ], [ 120.118373, 30.3575908 ], [ 120.1190179, 30.3575029 ], [ 120.1191707, 30.3575371 ], [ 120.1192838, 30.3577275 ], [ 120.1193574, 30.3578495 ], [ 120.1194196, 30.3578495 ], [ 120.119397, 30.3576543 ], [ 120.1194479, 30.3576006 ], [ 120.1195384, 30.3575566 ], [ 120.1201098, 30.3574395 ], [ 120.120602, 30.3573614 ], [ 120.1213924, 30.3572984 ], [ 120.1216996, 30.3573278 ], [ 120.1219784, 30.3573524 ], [ 120.1227862, 30.3572787 ], [ 120.1237021, 30.3571118 ], [ 120.1240776, 30.3569891 ], [ 120.1243961, 30.3568959 ], [ 120.1248626, 30.3567633 ], [ 120.1250788, 30.35667 ], [ 120.1253554, 30.3566222 ], [ 120.1253353, 30.3564554 ], [ 120.1250959, 30.356513 ], [ 120.1245839, 30.3566308 ], [ 120.1240491, 30.3567044 ], [ 120.1237647, 30.3567731 ], [ 120.1234372, 30.3568683 ], [ 120.1234008, 30.3568789 ], [ 120.1233391, 30.3568968 ], [ 120.1232413, 30.3569253 ], [ 120.1221149, 30.3570235 ], [ 120.121199, 30.3571217 ], [ 120.1206529, 30.357156 ], [ 120.1204083, 30.3571217 ], [ 120.1199759, 30.3570038 ], [ 120.1197427, 30.3571953 ], [ 120.1195208, 30.3572297 ], [ 120.1183148, 30.3573966 ], [ 120.1155652, 30.3576635 ], [ 120.1150408, 30.3577283 ], [ 120.1149738, 30.3577237 ], [ 120.1149376, 30.3577156 ], [ 120.1149027, 30.3576925 ], [ 120.1148598, 30.3576531 ], [ 120.1148102, 30.3576057 ], [ 120.1147847, 30.3576034 ], [ 120.1144145, 30.3576473 ], [ 120.114373, 30.3576728 ], [ 120.1143059, 30.3577283 ], [ 120.1142442, 30.3577133 ], [ 120.1141383, 30.3576947 ], [ 120.1139733, 30.3577261 ], [ 120.1135322, 30.3577841 ], [ 120.1131951, 30.3578633 ], [ 120.1122668, 30.3579493 ], [ 120.1118181, 30.3580102 ], [ 120.1115735, 30.3580494 ], [ 120.11118, 30.358072 ], [ 120.1108353, 30.3580679 ], [ 120.1102832, 30.3581581 ], [ 120.1101058, 30.3582507 ], [ 120.1093378, 30.358393 ], [ 120.1089148, 30.3584172 ], [ 120.1086755, 30.358201 ], [ 120.1084943, 30.3582157 ], [ 120.1082094, 30.3580488 ], [ 120.1081584, 30.3582813 ], [ 120.107832, 30.3582835 ], [ 120.1075401, 30.3581918 ], [ 120.1075782, 30.3578423 ], [ 120.1071725, 30.3577122 ], [ 120.1073665, 30.3573735 ], [ 120.1070017, 30.3572901 ], [ 120.1065157, 30.3575582 ], [ 120.1064564, 30.3576349 ], [ 120.1059706, 30.3577134 ], [ 120.1057349, 30.3575593 ], [ 120.1054325, 30.3570945 ], [ 120.1048477, 30.3572283 ], [ 120.1047299, 30.3574604 ], [ 120.1051451, 30.3575193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": "玉湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1041392, 30.3598701 ], [ 120.1041904, 30.3600571 ], [ 120.1040125, 30.3601051 ], [ 120.1040031, 30.3602976 ], [ 120.1042485, 30.3602297 ], [ 120.1044576, 30.3602966 ], [ 120.1044622, 30.3604435 ], [ 120.1041911, 30.3606077 ], [ 120.1041992, 30.360809 ], [ 120.1045567, 30.3608603 ], [ 120.1047267, 30.3604691 ], [ 120.1052549, 30.3603477 ], [ 120.1054127, 30.3603838 ], [ 120.1055935, 30.360206 ], [ 120.1056384, 30.3601096 ], [ 120.1059641, 30.3600037 ], [ 120.106339, 30.3598178 ], [ 120.1063634, 30.3598057 ], [ 120.1064632, 30.3595749 ], [ 120.1066733, 30.3595374 ], [ 120.1064554, 30.3591928 ], [ 120.1066293, 30.3589775 ], [ 120.1075012, 30.3588604 ], [ 120.1076539, 30.3587416 ], [ 120.1075515, 30.3584618 ], [ 120.1074491, 30.3584078 ], [ 120.1073638, 30.3582998 ], [ 120.1073183, 30.3581574 ], [ 120.1069646, 30.3579824 ], [ 120.1066297, 30.3578526 ], [ 120.1059452, 30.3578843 ], [ 120.1051451, 30.3575193 ], [ 120.1047299, 30.3574604 ], [ 120.1041741, 30.3576486 ], [ 120.1038203, 30.3576568 ], [ 120.1037345, 30.3598539 ], [ 120.1041392, 30.3598701 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108134, 30.3516679 ], [ 120.1081527, 30.3518931 ], [ 120.1082738, 30.3523757 ], [ 120.1083205, 30.3526572 ], [ 120.1085245, 30.3526646 ], [ 120.1083205, 30.3518529 ], [ 120.1083484, 30.351499 ], [ 120.1085824, 30.3510209 ], [ 120.1088051, 30.350566 ], [ 120.1088704, 30.3502925 ], [ 120.1089263, 30.3497295 ], [ 120.1093079, 30.3488339 ], [ 120.1094967, 30.3483907 ], [ 120.1096254, 30.3480886 ], [ 120.1096906, 30.347429 ], [ 120.1097859, 30.3468281 ], [ 120.109873, 30.3462787 ], [ 120.1098867, 30.3461926 ], [ 120.1099326, 30.3459029 ], [ 120.1099889, 30.3455066 ], [ 120.1100555, 30.3443075 ], [ 120.1100649, 30.3442424 ], [ 120.1100914, 30.3440506 ], [ 120.1101307, 30.3432208 ], [ 120.1102872, 30.3417182 ], [ 120.1103876, 30.3409209 ], [ 120.1100503, 30.3409172 ], [ 120.1099933, 30.3415636 ], [ 120.1098491, 30.3431175 ], [ 120.1097057, 30.3456203 ], [ 120.1095228, 30.3476623 ], [ 120.109383, 30.348161 ], [ 120.1090014, 30.3490548 ], [ 120.1087306, 30.3496892 ], [ 120.10855, 30.3501492 ], [ 120.1083624, 30.3506098 ], [ 120.108137, 30.350977 ], [ 120.1080529, 30.3513657 ], [ 120.108134, 30.3516679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1256957, 30.3474472 ], [ 120.1257139, 30.3479424 ], [ 120.1257594, 30.3481154 ], [ 120.1257867, 30.3483355 ], [ 120.1257412, 30.3491215 ], [ 120.1258232, 30.3491215 ], [ 120.1258596, 30.3481389 ], [ 120.1257867, 30.3479346 ], [ 120.1257503, 30.3472193 ], [ 120.1256683, 30.3471957 ], [ 120.1256957, 30.3474472 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1148088, 30.3510914 ], [ 120.1148705, 30.3510799 ], [ 120.1149067, 30.3510046 ], [ 120.1149295, 30.3509468 ], [ 120.1149832, 30.3508762 ], [ 120.1151133, 30.3507848 ], [ 120.1152809, 30.3507327 ], [ 120.1158598, 30.3505809 ], [ 120.1160041, 30.3505561 ], [ 120.1173024, 30.3505478 ], [ 120.1176391, 30.3504648 ], [ 120.1183411, 30.3500581 ], [ 120.1186104, 30.3500083 ], [ 120.1188508, 30.3499668 ], [ 120.1193509, 30.3499585 ], [ 120.1204377, 30.3499502 ], [ 120.1212071, 30.3499253 ], [ 120.1221977, 30.3500249 ], [ 120.1227651, 30.3498589 ], [ 120.1238423, 30.349751 ], [ 120.1241404, 30.3498506 ], [ 120.1241532, 30.3499168 ], [ 120.1241692, 30.35 ], [ 120.1241276, 30.3505351 ], [ 120.1241665, 30.3511692 ], [ 120.1241456, 30.3512755 ], [ 120.1241115, 30.3513611 ], [ 120.1240442, 30.3514773 ], [ 120.1238921, 30.3519922 ], [ 120.1237845, 30.3525479 ], [ 120.1234864, 30.3536931 ], [ 120.1234287, 30.3539587 ], [ 120.1233421, 30.3544649 ], [ 120.1233229, 30.3546309 ], [ 120.1231306, 30.3547222 ], [ 120.1228132, 30.3547222 ], [ 120.1226016, 30.3547056 ], [ 120.1223227, 30.3547388 ], [ 120.1219476, 30.3547803 ], [ 120.121361, 30.3548301 ], [ 120.1208128, 30.3549214 ], [ 120.1208416, 30.3549961 ], [ 120.1221977, 30.3548633 ], [ 120.1225054, 30.3548633 ], [ 120.1226978, 30.3548716 ], [ 120.122919, 30.3549131 ], [ 120.1231498, 30.354938 ], [ 120.1232844, 30.3549795 ], [ 120.1233325, 30.3551538 ], [ 120.1232844, 30.3553031 ], [ 120.1233037, 30.3556019 ], [ 120.1233423, 30.3557495 ], [ 120.1233899, 30.3558785 ], [ 120.1234379, 30.3558036 ], [ 120.1235249, 30.35566 ], [ 120.1235345, 30.3555355 ], [ 120.1235633, 30.3547056 ], [ 120.1236403, 30.3542077 ], [ 120.1236595, 30.3539421 ], [ 120.1236403, 30.3536848 ], [ 120.123698, 30.3535023 ], [ 120.1237749, 30.3530873 ], [ 120.1238554, 30.3528783 ], [ 120.1240827, 30.3521744 ], [ 120.1242842, 30.3514123 ], [ 120.1243587, 30.3511676 ], [ 120.1243327, 30.3504814 ], [ 120.1243616, 30.3501494 ], [ 120.1244385, 30.3499502 ], [ 120.124526, 30.3498983 ], [ 120.1245924, 30.3498589 ], [ 120.1250444, 30.3498257 ], [ 120.1253329, 30.3499087 ], [ 120.1255349, 30.3499668 ], [ 120.1257074, 30.3499969 ], [ 120.1263428, 30.3501079 ], [ 120.1275065, 30.3503071 ], [ 120.1278912, 30.3503901 ], [ 120.127997, 30.3505063 ], [ 120.1276603, 30.3518922 ], [ 120.1276315, 30.3522408 ], [ 120.1276026, 30.353162 ], [ 120.1274007, 30.3534359 ], [ 120.1273911, 30.3535935 ], [ 120.1274103, 30.3537512 ], [ 120.1273045, 30.3539073 ], [ 120.1277179, 30.3539089 ], [ 120.12767, 30.3538176 ], [ 120.12767, 30.3537014 ], [ 120.1278238, 30.3528798 ], [ 120.1278238, 30.3521661 ], [ 120.1278912, 30.3517926 ], [ 120.1281412, 30.3508548 ], [ 120.1281989, 30.3504814 ], [ 120.1281893, 30.3502739 ], [ 120.127997, 30.3501494 ], [ 120.1276988, 30.3501411 ], [ 120.1267371, 30.3499751 ], [ 120.1254676, 30.3497012 ], [ 120.1252079, 30.3496514 ], [ 120.1249867, 30.3496016 ], [ 120.1246886, 30.349585 ], [ 120.1243135, 30.3496182 ], [ 120.123698, 30.3495435 ], [ 120.1232556, 30.349502 ], [ 120.1228324, 30.349585 ], [ 120.1224189, 30.3497261 ], [ 120.1208993, 30.3497593 ], [ 120.1188605, 30.3497759 ], [ 120.1181969, 30.3498838 ], [ 120.117591, 30.3502656 ], [ 120.1172255, 30.350332 ], [ 120.11661, 30.3503569 ], [ 120.1158791, 30.3503818 ], [ 120.1151736, 30.3505973 ], [ 120.1150517, 30.3506303 ], [ 120.1149217, 30.350712 ], [ 120.1147904, 30.3508145 ], [ 120.1147168, 30.3509773 ], [ 120.1148088, 30.3510914 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1044241, 30.3561454 ], [ 120.1044375, 30.3565544 ], [ 120.1044614, 30.3566519 ], [ 120.1047631, 30.3568351 ], [ 120.1048477, 30.3572283 ], [ 120.1054325, 30.3570945 ], [ 120.1051246, 30.3569858 ], [ 120.1049848, 30.35673 ], [ 120.1047862, 30.3563796 ], [ 120.1046863, 30.3561291 ], [ 120.1047204, 30.3546181 ], [ 120.1047527, 30.3530068 ], [ 120.1048316, 30.3528549 ], [ 120.1065662, 30.3528363 ], [ 120.108039, 30.3528679 ], [ 120.1086163, 30.3528612 ], [ 120.1093925, 30.3528982 ], [ 120.1099471, 30.3527347 ], [ 120.1103547, 30.3525873 ], [ 120.1114206, 30.3525791 ], [ 120.1120266, 30.3526544 ], [ 120.1124394, 30.3526332 ], [ 120.1128156, 30.3525521 ], [ 120.1133878, 30.3523424 ], [ 120.1136464, 30.352153 ], [ 120.1140953, 30.3518185 ], [ 120.1142613, 30.3516495 ], [ 120.1142437, 30.3515607 ], [ 120.1141223, 30.3515543 ], [ 120.1133322, 30.3522055 ], [ 120.112475, 30.3524775 ], [ 120.1115743, 30.3524396 ], [ 120.1105211, 30.3523578 ], [ 120.1101555, 30.3523904 ], [ 120.1092648, 30.3526882 ], [ 120.1085245, 30.3526646 ], [ 120.1083205, 30.3526572 ], [ 120.1048819, 30.3525722 ], [ 120.1047026, 30.3526469 ], [ 120.1044779, 30.3528675 ], [ 120.1044335, 30.3554054 ], [ 120.1044192, 30.3559957 ], [ 120.1044241, 30.3561454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1194176, 30.3684771 ], [ 120.119478, 30.3684806 ], [ 120.1195062, 30.3685987 ], [ 120.1197517, 30.3684181 ], [ 120.1199248, 30.368366 ], [ 120.1207139, 30.3682583 ], [ 120.1209433, 30.3682514 ], [ 120.1210118, 30.3681923 ], [ 120.1220182, 30.3678971 ], [ 120.1222114, 30.367838 ], [ 120.1222919, 30.3678658 ], [ 120.1223684, 30.3677929 ], [ 120.1225697, 30.3676609 ], [ 120.1227106, 30.3675949 ], [ 120.1230568, 30.3676088 ], [ 120.1243087, 30.3675602 ], [ 120.1244537, 30.3675567 ], [ 120.124514, 30.3675845 ], [ 120.1245779, 30.367661 ], [ 120.1245792, 30.3674999 ], [ 120.1259868, 30.3674702 ], [ 120.125966, 30.3675479 ], [ 120.1266879, 30.3670357 ], [ 120.1268891, 30.3669975 ], [ 120.127018, 30.3669732 ], [ 120.1271911, 30.36706 ], [ 120.1275292, 30.3670392 ], [ 120.1276218, 30.36706 ], [ 120.1293609, 30.3668482 ], [ 120.1294535, 30.3668725 ], [ 120.1295018, 30.3668968 ], [ 120.1295058, 30.366994 ], [ 120.1295783, 30.3669801 ], [ 120.1295662, 30.3668516 ], [ 120.1296266, 30.3666675 ], [ 120.129687, 30.3665217 ], [ 120.1298681, 30.366414 ], [ 120.1303069, 30.366341 ], [ 120.1317682, 30.3660215 ], [ 120.1322714, 30.3659242 ], [ 120.1325532, 30.3658583 ], [ 120.1330081, 30.3656603 ], [ 120.1346626, 30.365306 ], [ 120.1345942, 30.364983 ], [ 120.1335435, 30.3652608 ], [ 120.1317843, 30.3656846 ], [ 120.1314703, 30.3657436 ], [ 120.1303431, 30.3657888 ], [ 120.1295662, 30.3657541 ], [ 120.1294011, 30.3657193 ], [ 120.1293448, 30.3657332 ], [ 120.1292844, 30.3658096 ], [ 120.129228, 30.3659381 ], [ 120.1291596, 30.3660423 ], [ 120.1276661, 30.3665286 ], [ 120.1274568, 30.3665772 ], [ 120.1272877, 30.3665633 ], [ 120.127175, 30.3665772 ], [ 120.1270623, 30.3665842 ], [ 120.1267684, 30.3665182 ], [ 120.1261323, 30.366348 ], [ 120.1260558, 30.3662855 ], [ 120.1260156, 30.3661188 ], [ 120.1259552, 30.3656707 ], [ 120.1259592, 30.3654727 ], [ 120.12608, 30.3649378 ], [ 120.1261364, 30.3644272 ], [ 120.1261605, 30.3641111 ], [ 120.126241, 30.363472 ], [ 120.1263537, 30.3630066 ], [ 120.1265055, 30.3623032 ], [ 120.1265389, 30.3621486 ], [ 120.1266637, 30.3618464 ], [ 120.1267684, 30.3614505 ], [ 120.1270502, 30.3609051 ], [ 120.1271468, 30.3608044 ], [ 120.1272515, 30.3605578 ], [ 120.1272193, 30.3605091 ], [ 120.1275856, 30.3598874 ], [ 120.1281612, 30.3590155 ], [ 120.1290549, 30.3579213 ], [ 120.1295823, 30.3573968 ], [ 120.1296467, 30.3572405 ], [ 120.1296708, 30.3571224 ], [ 120.1297942, 30.356905 ], [ 120.1299567, 30.3566187 ], [ 120.1302022, 30.3562852 ], [ 120.1302948, 30.3562366 ], [ 120.1303834, 30.3562157 ], [ 120.1305043, 30.3562155 ], [ 120.1304802, 30.3559143 ], [ 120.1304035, 30.3558927 ], [ 120.1303713, 30.3558545 ], [ 120.1303874, 30.355719 ], [ 120.130637, 30.3544163 ], [ 120.1308745, 30.3532804 ], [ 120.1308745, 30.3532283 ], [ 120.1309148, 30.3532075 ], [ 120.1315508, 30.3531658 ], [ 120.1315428, 30.3530685 ], [ 120.1309751, 30.3530928 ], [ 120.1309188, 30.3530581 ], [ 120.1309429, 30.3528358 ], [ 120.1310114, 30.3523147 ], [ 120.1310637, 30.3522278 ], [ 120.1310919, 30.3520368 ], [ 120.1311845, 30.3515991 ], [ 120.1312529, 30.3515053 ], [ 120.1312932, 30.3510085 ], [ 120.1313012, 30.35088 ], [ 120.1313858, 30.3507619 ], [ 120.1314703, 30.3504735 ], [ 120.1315307, 30.3504006 ], [ 120.1315361, 30.3503602 ], [ 120.1315894, 30.3499639 ], [ 120.1316152, 30.3497718 ], [ 120.1320419, 30.3497023 ], [ 120.1320708, 30.3495549 ], [ 120.1320851, 30.3494822 ], [ 120.1324364, 30.3476909 ], [ 120.1326176, 30.3468467 ], [ 120.132678, 30.3463256 ], [ 120.1328833, 30.3454328 ], [ 120.1326297, 30.3454328 ], [ 120.1325371, 30.3453911 ], [ 120.1325129, 30.3453251 ], [ 120.132521, 30.345002 ], [ 120.1327746, 30.3437756 ], [ 120.1328269, 30.3437513 ], [ 120.1329205, 30.3435199 ], [ 120.1329477, 30.3434525 ], [ 120.1329751, 30.3432728 ], [ 120.131666, 30.3434044 ], [ 120.1315267, 30.3441404 ], [ 120.1313898, 30.3446719 ], [ 120.1312449, 30.3447275 ], [ 120.1311201, 30.3447379 ], [ 120.1310879, 30.3449221 ], [ 120.1310436, 30.345002 ], [ 120.1310557, 30.3452243 ], [ 120.1311241, 30.3453702 ], [ 120.1310557, 30.3456412 ], [ 120.1309872, 30.345735 ], [ 120.1308785, 30.3467182 ], [ 120.1308423, 30.3467355 ], [ 120.1308987, 30.3468293 ], [ 120.1309872, 30.3469336 ], [ 120.1309953, 30.347003 ], [ 120.1309309, 30.3471941 ], [ 120.1307859, 30.3475519 ], [ 120.1305806, 30.3484413 ], [ 120.1303874, 30.3493723 ], [ 120.1303472, 30.3494348 ], [ 120.1302586, 30.3494244 ], [ 120.1302264, 30.3495113 ], [ 120.1302988, 30.3495286 ], [ 120.1303149, 30.3497718 ], [ 120.1302143, 30.3505326 ], [ 120.1301539, 30.3506403 ], [ 120.130166, 30.3509008 ], [ 120.1301902, 30.3511614 ], [ 120.1299486, 30.3519847 ], [ 120.1298601, 30.3521445 ], [ 120.1297755, 30.3528601 ], [ 120.1297715, 30.3534089 ], [ 120.1297433, 30.3536556 ], [ 120.1296829, 30.3537772 ], [ 120.1295984, 30.353864 ], [ 120.1295139, 30.3539161 ], [ 120.1277179, 30.3539089 ], [ 120.1273045, 30.3539073 ], [ 120.1269093, 30.3539057 ], [ 120.1268891, 30.3549096 ], [ 120.1272595, 30.3549166 ], [ 120.1272716, 30.3543746 ], [ 120.1280324, 30.3543608 ], [ 120.1280727, 30.3544163 ], [ 120.1280566, 30.3548054 ], [ 120.1283384, 30.3547984 ], [ 120.1283343, 30.3544823 ], [ 120.1283706, 30.3543851 ], [ 120.1284672, 30.3543469 ], [ 120.129373, 30.3543781 ], [ 120.1294374, 30.354392 ], [ 120.1294615, 30.3544789 ], [ 120.1288255, 30.356379 ], [ 120.1283585, 30.3571154 ], [ 120.1281009, 30.3573586 ], [ 120.1269978, 30.3586438 ], [ 120.1266879, 30.3590051 ], [ 120.1266114, 30.359019 ], [ 120.1265268, 30.3589912 ], [ 120.1265188, 30.3589043 ], [ 120.1265993, 30.3582305 ], [ 120.1266818, 30.3580413 ], [ 120.1267402, 30.3579074 ], [ 120.1268771, 30.3578032 ], [ 120.126861, 30.3568549 ], [ 120.1264705, 30.3566882 ], [ 120.1264101, 30.3566048 ], [ 120.1260961, 30.3564902 ], [ 120.1259351, 30.3564589 ], [ 120.1257096, 30.3564693 ], [ 120.1253353, 30.3564554 ], [ 120.1253554, 30.3566222 ], [ 120.1256493, 30.3565978 ], [ 120.1258022, 30.3566291 ], [ 120.1260156, 30.3566777 ], [ 120.1263497, 30.3569139 ], [ 120.1264141, 30.3570633 ], [ 120.1264504, 30.357164 ], [ 120.1264262, 30.3572439 ], [ 120.1263698, 30.3573343 ], [ 120.126233, 30.3573864 ], [ 120.1259109, 30.3595192 ], [ 120.1258465, 30.3602035 ], [ 120.1256412, 30.3604918 ], [ 120.1255124, 30.3606168 ], [ 120.1252668, 30.3606585 ], [ 120.1252145, 30.3608773 ], [ 120.1250736, 30.3610441 ], [ 120.1250011, 30.3612525 ], [ 120.1249488, 30.3613219 ], [ 120.1247314, 30.3613879 ], [ 120.1244818, 30.3615165 ], [ 120.1242967, 30.361572 ], [ 120.1243369, 30.3616901 ], [ 120.1253071, 30.3615095 ], [ 120.1253997, 30.361513 ], [ 120.125601, 30.3616589 ], [ 120.1256291, 30.3617388 ], [ 120.1256291, 30.3619854 ], [ 120.125605, 30.3621139 ], [ 120.1255043, 30.3627183 ], [ 120.1254802, 30.3631386 ], [ 120.1253956, 30.363736 ], [ 120.1253312, 30.3645349 ], [ 120.1251018, 30.3657853 ], [ 120.124985, 30.3662473 ], [ 120.1249246, 30.3666536 ], [ 120.1248482, 30.3667578 ], [ 120.1245583, 30.3668725 ], [ 120.1242202, 30.3669524 ], [ 120.1238579, 30.3671156 ], [ 120.1236445, 30.3672476 ], [ 120.1233909, 30.3672858 ], [ 120.1230487, 30.3671677 ], [ 120.122779, 30.3672059 ], [ 120.1224288, 30.3672927 ], [ 120.1222999, 30.3672719 ], [ 120.1222154, 30.3672129 ], [ 120.1222154, 30.3671225 ], [ 120.1221148, 30.3671538 ], [ 120.1221188, 30.3673032 ], [ 120.1220504, 30.3674699 ], [ 120.1218934, 30.3676227 ], [ 120.1216599, 30.3677095 ], [ 120.1209071, 30.3679527 ], [ 120.1206333, 30.3680708 ], [ 120.1200416, 30.3681715 ], [ 120.1199047, 30.3681229 ], [ 120.119639, 30.3681229 ], [ 120.1195223, 30.3680395 ], [ 120.1193975, 30.368109 ], [ 120.1193894, 30.368175 ], [ 120.119321, 30.3682166 ], [ 120.1194176, 30.3684771 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1234372, 30.3568683 ], [ 120.1234482, 30.3564684 ], [ 120.1234402, 30.356261 ], [ 120.1234415, 30.3561927 ], [ 120.1233872, 30.3561504 ], [ 120.1233429, 30.3561904 ], [ 120.1233421, 30.3565563 ], [ 120.1233391, 30.3568968 ], [ 120.1234372, 30.3568683 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1132721, 30.3593232 ], [ 120.1132332, 30.3594072 ], [ 120.1132473, 30.3594606 ], [ 120.1133128, 30.3594835 ], [ 120.1133854, 30.3594759 ], [ 120.113396, 30.3593766 ], [ 120.1135376, 30.3593415 ], [ 120.1135429, 30.3592285 ], [ 120.1132686, 30.359114 ], [ 120.1131801, 30.3591796 ], [ 120.1132721, 30.3593232 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.118847, 30.3673071 ], [ 120.119024, 30.366506 ], [ 120.1192067, 30.365809 ], [ 120.1193029, 30.365087 ], [ 120.1192644, 30.3648713 ], [ 120.1193029, 30.3646058 ], [ 120.1192836, 30.3641826 ], [ 120.1192163, 30.3633527 ], [ 120.119274, 30.3631868 ], [ 120.1193509, 30.3630955 ], [ 120.1195337, 30.3629544 ], [ 120.1197356, 30.3629378 ], [ 120.119803, 30.3630208 ], [ 120.119851, 30.3628963 ], [ 120.1200434, 30.3628216 ], [ 120.1200722, 30.362747 ], [ 120.1198222, 30.362747 ], [ 120.1195241, 30.362747 ], [ 120.1192644, 30.3627055 ], [ 120.119149, 30.3625644 ], [ 120.1191586, 30.3622989 ], [ 120.1192932, 30.3618342 ], [ 120.1193317, 30.3611786 ], [ 120.1193413, 30.3607388 ], [ 120.1193655, 30.3602185 ], [ 120.1193792, 30.3600818 ], [ 120.1194192, 30.3596815 ], [ 120.1194835, 30.3593297 ], [ 120.1194299, 30.3587928 ], [ 120.1195157, 30.3585058 ], [ 120.1195372, 30.3582188 ], [ 120.1194196, 30.3578495 ], [ 120.1193574, 30.3578495 ], [ 120.1194375, 30.3581745 ], [ 120.1194375, 30.3584401 ], [ 120.1193702, 30.358689 ], [ 120.1193702, 30.3590376 ], [ 120.1193798, 30.3594691 ], [ 120.1193221, 30.3597678 ], [ 120.1192355, 30.3604566 ], [ 120.1192548, 30.3607139 ], [ 120.1191971, 30.3618342 ], [ 120.1191105, 30.3621329 ], [ 120.1190624, 30.3626225 ], [ 120.1190432, 30.3628382 ], [ 120.118947, 30.3630374 ], [ 120.1190528, 30.3632034 ], [ 120.1191009, 30.3633776 ], [ 120.1190143, 30.3635021 ], [ 120.1189085, 30.3635851 ], [ 120.1190528, 30.3636598 ], [ 120.119149, 30.3637676 ], [ 120.1191971, 30.3642323 ], [ 120.1191682, 30.3646224 ], [ 120.1191874, 30.3649543 ], [ 120.1191971, 30.365087 ], [ 120.119149, 30.3655683 ], [ 120.1190528, 30.366033 ], [ 120.1187372, 30.3672982 ], [ 120.118847, 30.3673071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "彩虹河" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1091967, 30.3652548 ], [ 120.1098304, 30.3652352 ], [ 120.1117878, 30.3651767 ], [ 120.1118274, 30.365245 ], [ 120.1118331, 30.3655574 ], [ 120.111884, 30.3660553 ], [ 120.111901, 30.366192 ], [ 120.1118653, 30.3664749 ], [ 120.1118515, 30.3665834 ], [ 120.1118361, 30.3667017 ], [ 120.1119406, 30.3669925 ], [ 120.111884, 30.3678467 ], [ 120.1118613, 30.3685984 ], [ 120.1117991, 30.3693159 ], [ 120.1117878, 30.3694477 ], [ 120.111782, 30.3695474 ], [ 120.1121119, 30.3696586 ], [ 120.1122279, 30.3696769 ], [ 120.1125742, 30.3696722 ], [ 120.1128684, 30.3696966 ], [ 120.1131456, 30.3696722 ], [ 120.113683, 30.3696332 ], [ 120.1143393, 30.3696625 ], [ 120.1145429, 30.3696429 ], [ 120.1148994, 30.3695453 ], [ 120.1154312, 30.3694282 ], [ 120.1155273, 30.3694282 ], [ 120.1156122, 30.369477 ], [ 120.1157027, 30.3695453 ], [ 120.1161836, 30.3693989 ], [ 120.1168658, 30.3690284 ], [ 120.1169413, 30.3687321 ], [ 120.1167719, 30.3688717 ], [ 120.1160874, 30.3690621 ], [ 120.1159064, 30.3690719 ], [ 120.1156914, 30.3690377 ], [ 120.1148484, 30.3691255 ], [ 120.1144241, 30.3692378 ], [ 120.1142092, 30.3692817 ], [ 120.1139829, 30.3692769 ], [ 120.1137226, 30.3692329 ], [ 120.113377, 30.3692596 ], [ 120.1123422, 30.369394 ], [ 120.1122574, 30.3693647 ], [ 120.1122064, 30.3693013 ], [ 120.1121782, 30.3692134 ], [ 120.1121499, 30.3685056 ], [ 120.1121216, 30.3680126 ], [ 120.1121805, 30.3666967 ], [ 120.1121983, 30.3665834 ], [ 120.112213, 30.3664773 ], [ 120.1122008, 30.3660553 ], [ 120.1121159, 30.3650302 ], [ 120.1121618, 30.3639507 ], [ 120.1121442, 30.3622966 ], [ 120.1122913, 30.3612422 ], [ 120.1123139, 30.360964 ], [ 120.1123366, 30.3604124 ], [ 120.1123139, 30.3590114 ], [ 120.1122517, 30.358987 ], [ 120.1122234, 30.3589137 ], [ 120.1122404, 30.3585525 ], [ 120.1121329, 30.3585525 ], [ 120.1121386, 30.3588015 ], [ 120.1121103, 30.3589186 ], [ 120.1120028, 30.3589967 ], [ 120.1120198, 30.3609542 ], [ 120.1118557, 30.3622234 ], [ 120.1118455, 30.3634292 ], [ 120.1118217, 30.3646739 ], [ 120.1118331, 30.3649863 ], [ 120.1101245, 30.3650497 ], [ 120.1092363, 30.3650253 ], [ 120.1091345, 30.3650595 ], [ 120.1091062, 30.3652059 ], [ 120.1091967, 30.3652548 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1220342, 30.3668711 ], [ 120.1221148, 30.3671538 ], [ 120.1222154, 30.3671225 ], [ 120.12214, 30.3669541 ], [ 120.12214, 30.3667881 ], [ 120.1222362, 30.3662239 ], [ 120.122265, 30.3659832 ], [ 120.1223035, 30.3649875 ], [ 120.122265, 30.3648132 ], [ 120.122265, 30.3646058 ], [ 120.1224766, 30.3641494 ], [ 120.1224574, 30.3637842 ], [ 120.1225535, 30.3635021 ], [ 120.1227363, 30.3630125 ], [ 120.122717, 30.3628548 ], [ 120.1226401, 30.362971 ], [ 120.122592, 30.3631868 ], [ 120.1224958, 30.3634108 ], [ 120.12239, 30.3636764 ], [ 120.12239, 30.3640913 ], [ 120.1222362, 30.3644564 ], [ 120.1221688, 30.3646721 ], [ 120.1221592, 30.3649294 ], [ 120.1221688, 30.3652364 ], [ 120.1221784, 30.3654522 ], [ 120.1221688, 30.3659169 ], [ 120.1220246, 30.3666969 ], [ 120.1220342, 30.3668711 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0685881, 30.3263972 ], [ 120.0696152, 30.3257387 ], [ 120.070178, 30.3253938 ], [ 120.0702857, 30.3253283 ], [ 120.0703597, 30.3253089 ], [ 120.0704177, 30.325317 ], [ 120.0704552, 30.3253243 ], [ 120.0706865, 30.3250519 ], [ 120.0707857, 30.3249694 ], [ 120.0708082, 30.3249565 ], [ 120.0708391, 30.3249557 ], [ 120.0709393, 30.3248967 ], [ 120.0716518, 30.3243431 ], [ 120.0719084, 30.3241758 ], [ 120.0720367, 30.3240893 ], [ 120.0720779, 30.3240618 ], [ 120.0721537, 30.3240084 ], [ 120.0722221, 30.3239729 ], [ 120.0722399, 30.3239551 ], [ 120.0722651, 30.3239276 ], [ 120.0722867, 30.3239131 ], [ 120.072311, 30.323884 ], [ 120.0723466, 30.3238549 ], [ 120.0724065, 30.323829 ], [ 120.0724824, 30.3237563 ], [ 120.0725311, 30.3237377 ], [ 120.0725788, 30.3237005 ], [ 120.0726247, 30.3236916 ], [ 120.0728185, 30.3235663 ], [ 120.0730189, 30.3234798 ], [ 120.0730723, 30.3234532 ], [ 120.0731537, 30.3234386 ], [ 120.0731865, 30.3234192 ], [ 120.0732642, 30.3234184 ], [ 120.0733082, 30.3233901 ], [ 120.0733663, 30.3233675 ], [ 120.0734796, 30.3233457 ], [ 120.0735508, 30.3233271 ], [ 120.0736631, 30.323298 ], [ 120.0737956, 30.3232916 ], [ 120.0739127, 30.3232924 ], [ 120.0740372, 30.3232989 ], [ 120.0741646, 30.3233159 ], [ 120.0743986, 30.3233676 ], [ 120.074687, 30.3234024 ], [ 120.0748359, 30.323429 ], [ 120.0749558, 30.3234452 ], [ 120.0750709, 30.3234549 ], [ 120.0751599, 30.3234525 ], [ 120.0753509, 30.3234379 ], [ 120.0754773, 30.3234298 ], [ 120.0756683, 30.3234323 ], [ 120.0757489, 30.3234339 ], [ 120.0757713, 30.3234436 ], [ 120.0758144, 30.3234581 ], [ 120.0758874, 30.3234541 ], [ 120.0759193, 30.3234606 ], [ 120.0759801, 30.3235163 ], [ 120.0759886, 30.323539 ], [ 120.075983, 30.3235915 ], [ 120.0759586, 30.323619 ], [ 120.0759811, 30.3237265 ], [ 120.0759839, 30.3238671 ], [ 120.0759923, 30.3240934 ], [ 120.075997, 30.3241767 ], [ 120.075982, 30.32423 ], [ 120.0759989, 30.324365 ], [ 120.0760148, 30.3244919 ], [ 120.0760429, 30.3246438 ], [ 120.0760785, 30.3247796 ], [ 120.0761197, 30.3249364 ], [ 120.0761805, 30.3252338 ], [ 120.0762021, 30.3253583 ], [ 120.0762058, 30.3254157 ], [ 120.0761777, 30.3255717 ], [ 120.0761665, 30.3258344 ], [ 120.0761683, 30.3260025 ], [ 120.0761784, 30.3261174 ], [ 120.0761671, 30.326246 ], [ 120.0761515, 30.3264188 ], [ 120.076126, 30.3264901 ], [ 120.0762223, 30.3265068 ], [ 120.0762494, 30.3263293 ], [ 120.0762409, 30.326017 ], [ 120.0762366, 30.3258136 ], [ 120.0762792, 30.3254179 ], [ 120.0762792, 30.3253432 ], [ 120.076221, 30.3250026 ], [ 120.076177, 30.3246008 ], [ 120.0761273, 30.324406 ], [ 120.076099, 30.3243423 ], [ 120.0760904, 30.3242762 ], [ 120.0761245, 30.324223 ], [ 120.0761699, 30.3241765 ], [ 120.0762366, 30.3241348 ], [ 120.0763743, 30.3241054 ], [ 120.0766865, 30.3240479 ], [ 120.0767163, 30.3240577 ], [ 120.07681, 30.3240368 ], [ 120.0768341, 30.3240172 ], [ 120.0768767, 30.3240148 ], [ 120.0769888, 30.3239609 ], [ 120.0771492, 30.3239413 ], [ 120.0772826, 30.3238861 ], [ 120.0773422, 30.3238837 ], [ 120.0773805, 30.3238984 ], [ 120.0776757, 30.3239694 ], [ 120.0776984, 30.3239498 ], [ 120.0778886, 30.3240197 ], [ 120.0780405, 30.3240822 ], [ 120.0781159, 30.3241042 ], [ 120.0782761, 30.3241508 ], [ 120.0784464, 30.3242059 ], [ 120.0785344, 30.3242867 ], [ 120.078533, 30.3243688 ], [ 120.0785798, 30.3244141 ], [ 120.0785855, 30.3245587 ], [ 120.0785472, 30.3247939 ], [ 120.0785202, 30.3249066 ], [ 120.078577, 30.3249152 ], [ 120.0786068, 30.3248037 ], [ 120.0786351, 30.3247572 ], [ 120.0787785, 30.3246922 ], [ 120.0788849, 30.3246285 ], [ 120.0789389, 30.3246273 ], [ 120.0790475, 30.3246234 ], [ 120.0791092, 30.3246212 ], [ 120.0792582, 30.3246359 ], [ 120.0794171, 30.3246947 ], [ 120.0794839, 30.3247621 ], [ 120.0795577, 30.3248319 ], [ 120.0795789, 30.3248858 ], [ 120.079613, 30.3248919 ], [ 120.0796158, 30.3249189 ], [ 120.0796386, 30.3249397 ], [ 120.0796513, 30.3250034 ], [ 120.0796527, 30.3250463 ], [ 120.0796116, 30.3250855 ], [ 120.0796102, 30.3251173 ], [ 120.0795917, 30.3251369 ], [ 120.0796031, 30.3251602 ], [ 120.0796613, 30.3251835 ], [ 120.0796584, 30.3252227 ], [ 120.0796854, 30.3253293 ], [ 120.0797095, 30.3253917 ], [ 120.0797109, 30.3254444 ], [ 120.0796911, 30.3254848 ], [ 120.0796584, 30.3254848 ], [ 120.0796556, 30.3255044 ], [ 120.0796811, 30.3255191 ], [ 120.0797194, 30.325578 ], [ 120.0797251, 30.3256515 ], [ 120.0796726, 30.3259063 ], [ 120.0796698, 30.326068 ], [ 120.0796882, 30.3263142 ], [ 120.0797436, 30.3264134 ], [ 120.079772, 30.326471 ], [ 120.0798174, 30.3265041 ], [ 120.0799522, 30.3265494 ], [ 120.0801154, 30.326607 ], [ 120.0803368, 30.3266523 ], [ 120.0804149, 30.3266903 ], [ 120.0807257, 30.3269083 ], [ 120.0808288, 30.3270184 ], [ 120.0808473, 30.326928 ], [ 120.0807385, 30.3267577 ], [ 120.0805923, 30.3266352 ], [ 120.0804206, 30.3265592 ], [ 120.0802204, 30.3265139 ], [ 120.0799621, 30.3264539 ], [ 120.0798685, 30.3264024 ], [ 120.0798003, 30.3263105 ], [ 120.0797663, 30.3262248 ], [ 120.0797876, 30.3261488 ], [ 120.0798117, 30.3261317 ], [ 120.0798287, 30.3260912 ], [ 120.0798216, 30.326041 ], [ 120.079789, 30.32603 ], [ 120.0798316, 30.3257752 ], [ 120.0798656, 30.325758 ], [ 120.0798756, 30.3256404 ], [ 120.0798429, 30.3255302 ], [ 120.0797521, 30.3253538 ], [ 120.079728, 30.3252545 ], [ 120.0796996, 30.3250242 ], [ 120.0796811, 30.3248846 ], [ 120.0796371, 30.3247939 ], [ 120.0794966, 30.3246175 ], [ 120.0794214, 30.3245489 ], [ 120.0793263, 30.3245256 ], [ 120.0788083, 30.3244595 ], [ 120.0787217, 30.3244325 ], [ 120.0786834, 30.3243835 ], [ 120.0786607, 30.3242733 ], [ 120.0786394, 30.3242096 ], [ 120.0785911, 30.3241838 ], [ 120.0782094, 30.3240785 ], [ 120.0780093, 30.3240074 ], [ 120.0777126, 30.3238923 ], [ 120.077592, 30.3238482 ], [ 120.0774245, 30.3237967 ], [ 120.0773309, 30.323793 ], [ 120.0771847, 30.3238212 ], [ 120.0767163, 30.3239364 ], [ 120.0763942, 30.3240123 ], [ 120.0762849, 30.324027 ], [ 120.0762082, 30.3240148 ], [ 120.0761429, 30.3239682 ], [ 120.0760961, 30.3239241 ], [ 120.0760848, 30.3238751 ], [ 120.0761032, 30.3238445 ], [ 120.0761628, 30.3237943 ], [ 120.0761955, 30.3237551 ], [ 120.0760166, 30.3234451 ], [ 120.0758889, 30.3232381 ], [ 120.0756941, 30.3233344 ], [ 120.0750208, 30.323332 ], [ 120.0747864, 30.3232652 ], [ 120.0747328, 30.323259 ], [ 120.0746051, 30.3232582 ], [ 120.0744768, 30.3232288 ], [ 120.0742178, 30.3232149 ], [ 120.0741092, 30.3232074 ], [ 120.0740623, 30.3231719 ], [ 120.0740212, 30.3230972 ], [ 120.0740297, 30.3230176 ], [ 120.0740694, 30.3229563 ], [ 120.0743902, 30.3227272 ], [ 120.0748089, 30.3224773 ], [ 120.0755128, 30.3221502 ], [ 120.0758477, 30.3219223 ], [ 120.0759098, 30.3218794 ], [ 120.0760039, 30.3218145 ], [ 120.0761742, 30.3216087 ], [ 120.0762849, 30.3215119 ], [ 120.0763643, 30.3214041 ], [ 120.0763927, 30.3214017 ], [ 120.0764211, 30.321409 ], [ 120.0764495, 30.3214029 ], [ 120.0764878, 30.3213649 ], [ 120.0766709, 30.3211027 ], [ 120.0768043, 30.321006 ], [ 120.0768795, 30.3209557 ], [ 120.0769775, 30.3209116 ], [ 120.0771322, 30.3208479 ], [ 120.0774188, 30.3208369 ], [ 120.0778739, 30.3208862 ], [ 120.0782999, 30.3209443 ], [ 120.0786748, 30.3210004 ], [ 120.0790759, 30.3211786 ], [ 120.0791538, 30.3212489 ], [ 120.0793152, 30.3213508 ], [ 120.0795453, 30.3214394 ], [ 120.0798728, 30.3215545 ], [ 120.0802775, 30.3217133 ], [ 120.0809341, 30.3219366 ], [ 120.0817019, 30.3222131 ], [ 120.0831886, 30.3228006 ], [ 120.0845382, 30.3232669 ], [ 120.0848619, 30.3234974 ], [ 120.08547, 30.3236932 ], [ 120.0868433, 30.3241695 ], [ 120.0870413, 30.3242889 ], [ 120.0877502, 30.3245084 ], [ 120.0880092, 30.3246208 ], [ 120.0882807, 30.324699 ], [ 120.0885837, 30.3248087 ], [ 120.088605, 30.3248036 ], [ 120.0885873, 30.3247699 ], [ 120.0886473, 30.3247864 ], [ 120.0886899, 30.3248293 ], [ 120.0887624, 30.3248603 ], [ 120.0888447, 30.3248639 ], [ 120.0888768, 30.3249056 ], [ 120.0889, 30.3249139 ], [ 120.0889213, 30.3249004 ], [ 120.0889254, 30.3248627 ], [ 120.0889866, 30.3248684 ], [ 120.0890112, 30.3248887 ], [ 120.0890261, 30.3249346 ], [ 120.089024, 30.3249588 ], [ 120.0892249, 30.3250575 ], [ 120.0894069, 30.3251145 ], [ 120.0894434, 30.3251497 ], [ 120.0895141, 30.3251726 ], [ 120.0896092, 30.3251857 ], [ 120.0899734, 30.3253229 ], [ 120.0900742, 30.3253377 ], [ 120.0912796, 30.3257627 ], [ 120.0913318, 30.3257959 ], [ 120.0913531, 30.3258388 ], [ 120.0913899, 30.325851 ], [ 120.0913869, 30.3259711 ], [ 120.0911682, 30.3264512 ], [ 120.0912201, 30.3266127 ], [ 120.0911877, 30.3267201 ], [ 120.0910449, 30.3267832 ], [ 120.0909033, 30.327179 ], [ 120.0908522, 30.3272677 ], [ 120.0907916, 30.3273324 ], [ 120.0906817, 30.327383 ], [ 120.0905489, 30.3274138 ], [ 120.0903759, 30.3274137 ], [ 120.0900002, 30.3274119 ], [ 120.089869, 30.3274151 ], [ 120.089761, 30.3274345 ], [ 120.0896282, 30.3275028 ], [ 120.0895582, 30.3275862 ], [ 120.0894442, 30.3277677 ], [ 120.0893237, 30.3280113 ], [ 120.0891989, 30.3282384 ], [ 120.0890933, 30.3284527 ], [ 120.0890837, 30.3285094 ], [ 120.0890292, 30.3286053 ], [ 120.0889703, 30.3286546 ], [ 120.0885743, 30.3287337 ], [ 120.0885195, 30.3287278 ], [ 120.088453, 30.3287127 ], [ 120.0883826, 30.3286966 ], [ 120.0879727, 30.3284812 ], [ 120.0877166, 30.3283557 ], [ 120.0875176, 30.3282678 ], [ 120.0874203, 30.3282479 ], [ 120.0873124, 30.3282333 ], [ 120.0872363, 30.3282467 ], [ 120.0867914, 30.3285718 ], [ 120.0864829, 30.3288899 ], [ 120.0859608, 30.3292774 ], [ 120.0856447, 30.3296237 ], [ 120.085531, 30.3298468 ], [ 120.0853899, 30.3301076 ], [ 120.085285, 30.3304541 ], [ 120.0852204, 30.3305775 ], [ 120.0851081, 30.3307866 ], [ 120.0850873, 30.3308204 ], [ 120.0850612, 30.3308377 ], [ 120.0850048, 30.3308299 ], [ 120.0849559, 30.3308042 ], [ 120.0847195, 30.3306791 ], [ 120.0846237, 30.3306326 ], [ 120.0842721, 30.3304691 ], [ 120.0841103, 30.3304056 ], [ 120.0839501, 30.3303235 ], [ 120.0837752, 30.3302007 ], [ 120.0835357, 30.3300246 ], [ 120.0825217, 30.3292643 ], [ 120.0824594, 30.3292164 ], [ 120.0824029, 30.3291638 ], [ 120.0823615, 30.3290993 ], [ 120.0821931, 30.3287868 ], [ 120.0819528, 30.3283762 ], [ 120.0817326, 30.3283239 ], [ 120.0820437, 30.3288165 ], [ 120.0822587, 30.3291745 ], [ 120.082314, 30.3292578 ], [ 120.0823487, 30.3292982 ], [ 120.0823912, 30.3293335 ], [ 120.0825057, 30.3294212 ], [ 120.0831348, 30.3298744 ], [ 120.0834856, 30.3301247 ], [ 120.0837277, 30.3302947 ], [ 120.0838783, 30.3303889 ], [ 120.0840647, 30.3304924 ], [ 120.0842118, 30.3305605 ], [ 120.0846061, 30.3307433 ], [ 120.0848329, 30.3308949 ], [ 120.084994, 30.3309925 ], [ 120.0850708, 30.3310309 ], [ 120.0851063, 30.331043 ], [ 120.0851186, 30.3310309 ], [ 120.0851536, 30.3310254 ], [ 120.0851545, 30.3310438 ], [ 120.0851816, 30.331048 ], [ 120.0851786, 30.3310713 ], [ 120.0852001, 30.3311029 ], [ 120.0851545, 30.3311768 ], [ 120.0851318, 30.3311781 ], [ 120.0851321, 30.3311982 ], [ 120.0851256, 30.3312591 ], [ 120.0849534, 30.3314315 ], [ 120.0847058, 30.3315799 ], [ 120.0844178, 30.331883 ], [ 120.0842997, 30.3320517 ], [ 120.0843209, 30.3321928 ], [ 120.0846884, 30.3324999 ], [ 120.0848293, 30.3324633 ], [ 120.0852294, 30.3320515 ], [ 120.0857627, 30.3315345 ], [ 120.0858165, 30.3315061 ], [ 120.0858741, 30.3315072 ], [ 120.0859461, 30.3315278 ], [ 120.0860546, 30.3315692 ], [ 120.0863915, 30.3316546 ], [ 120.0865825, 30.3317011 ], [ 120.0870865, 30.3318287 ], [ 120.087353, 30.3319045 ], [ 120.0874731, 30.3319335 ], [ 120.0875597, 30.3319452 ], [ 120.0876551, 30.3319446 ], [ 120.0877337, 30.3319493 ], [ 120.0877754, 30.3319039 ], [ 120.0878302, 30.3319608 ], [ 120.0879354, 30.3319733 ], [ 120.0880799, 30.3317266 ], [ 120.0878852, 30.3317077 ], [ 120.0874738, 30.3316562 ], [ 120.0866069, 30.3314223 ], [ 120.0863504, 30.3312906 ], [ 120.0860901, 30.33111 ], [ 120.0855231, 30.3306138 ], [ 120.0854608, 30.3305503 ], [ 120.0854389, 30.3304988 ], [ 120.0854879, 30.3302066 ], [ 120.0855693, 30.3299585 ], [ 120.085654, 30.3297731 ], [ 120.0857048, 30.3296437 ], [ 120.086194, 30.3292461 ], [ 120.0865261, 30.3289785 ], [ 120.0866207, 30.3288897 ], [ 120.0866515, 30.3288881 ], [ 120.087283, 30.3283981 ], [ 120.0873565, 30.3283822 ], [ 120.0873949, 30.3283901 ], [ 120.0875244, 30.328389 ], [ 120.0876116, 30.3284202 ], [ 120.0882137, 30.3286981 ], [ 120.0883546, 30.3287753 ], [ 120.0885073, 30.3288115 ], [ 120.0885822, 30.3288157 ], [ 120.0887682, 30.32878 ], [ 120.0889469, 30.3287475 ], [ 120.0890346, 30.3287336 ], [ 120.0891201, 30.3286924 ], [ 120.0891762, 30.3286289 ], [ 120.0892921, 30.3284105 ], [ 120.0896377, 30.3276956 ], [ 120.0897234, 30.3276154 ], [ 120.0898024, 30.3275733 ], [ 120.089905, 30.3275525 ], [ 120.0902117, 30.3275479 ], [ 120.0902916, 30.3275881 ], [ 120.0903526, 30.3275912 ], [ 120.0904559, 30.3275504 ], [ 120.0907652, 30.3274833 ], [ 120.0908407, 30.3274601 ], [ 120.090911, 30.3274258 ], [ 120.0909795, 30.3273787 ], [ 120.0910429, 30.3272857 ], [ 120.0911319, 30.3270676 ], [ 120.0914002, 30.3262676 ], [ 120.0915188, 30.3259903 ], [ 120.0915685, 30.3259337 ], [ 120.0916313, 30.3259037 ], [ 120.0917423, 30.325898 ], [ 120.0924481, 30.3261208 ], [ 120.0929959, 30.3263364 ], [ 120.0935512, 30.3265401 ], [ 120.0936704, 30.3263215 ], [ 120.0924951, 30.3259311 ], [ 120.091773, 30.3256776 ], [ 120.0917098, 30.3256578 ], [ 120.0916569, 30.3256395 ], [ 120.0916184, 30.3255981 ], [ 120.0916253, 30.3255303 ], [ 120.0916833, 30.3254109 ], [ 120.0916354, 30.3253813 ], [ 120.0915762, 30.3255018 ], [ 120.0915332, 30.3255572 ], [ 120.0914628, 30.3255781 ], [ 120.0913801, 30.3255793 ], [ 120.0906539, 30.3253413 ], [ 120.0904073, 30.3252524 ], [ 120.0900888, 30.3251032 ], [ 120.0896585, 30.3249448 ], [ 120.0893337, 30.3247916 ], [ 120.0890322, 30.324679 ], [ 120.0887325, 30.3245301 ], [ 120.0886812, 30.3244794 ], [ 120.0886651, 30.3244364 ], [ 120.0886669, 30.3243733 ], [ 120.0887223, 30.3242409 ], [ 120.088602, 30.324202 ], [ 120.0885378, 30.3243357 ], [ 120.0884912, 30.3244223 ], [ 120.0884408, 30.3244562 ], [ 120.0883792, 30.3244562 ], [ 120.088294, 30.3244353 ], [ 120.0876992, 30.3242066 ], [ 120.0872281, 30.3240267 ], [ 120.0861243, 30.323652 ], [ 120.0851594, 30.3232452 ], [ 120.085069, 30.3231995 ], [ 120.0850338, 30.3231388 ], [ 120.0850165, 30.3230426 ], [ 120.0851144, 30.3223001 ], [ 120.0847731, 30.3222639 ], [ 120.0847417, 30.3229226 ], [ 120.0847018, 30.323002 ], [ 120.0846304, 30.3230422 ], [ 120.0845458, 30.3230322 ], [ 120.0839946, 30.3228403 ], [ 120.0832398, 30.3225843 ], [ 120.082319, 30.322262 ], [ 120.0817806, 30.3220453 ], [ 120.0812726, 30.321875 ], [ 120.0808484, 30.3217306 ], [ 120.0803895, 30.3215748 ], [ 120.0800553, 30.3214469 ], [ 120.0797059, 30.3213489 ], [ 120.0794715, 30.3212528 ], [ 120.0792109, 30.3210893 ], [ 120.0790996, 30.321074 ], [ 120.0788095, 30.3209385 ], [ 120.078646, 30.3208949 ], [ 120.078542, 30.3208814 ], [ 120.0783229, 30.3208528 ], [ 120.0776752, 30.3207545 ], [ 120.0773106, 30.3207113 ], [ 120.0771588, 30.3207113 ], [ 120.0770708, 30.32073 ], [ 120.0767984, 30.3208914 ], [ 120.0765802, 30.3210072 ], [ 120.0765192, 30.3210025 ], [ 120.0763674, 30.3209569 ], [ 120.0757834, 30.3207581 ], [ 120.0756451, 30.3207078 ], [ 120.0756072, 30.3204867 ], [ 120.0754866, 30.3204913 ], [ 120.0755218, 30.3207639 ], [ 120.0756424, 30.320799 ], [ 120.0757292, 30.3208306 ], [ 120.0758145, 30.3208785 ], [ 120.0762414, 30.3210049 ], [ 120.076255, 30.3210411 ], [ 120.0762406, 30.3210987 ], [ 120.0762541, 30.3211347 ], [ 120.0762441, 30.3212552 ], [ 120.076175, 30.3213792 ], [ 120.0760503, 30.3215301 ], [ 120.0759311, 30.3216728 ], [ 120.0758471, 30.3217617 ], [ 120.0755503, 30.3219547 ], [ 120.0752115, 30.3221548 ], [ 120.0748307, 30.3223209 ], [ 120.0747697, 30.3223384 ], [ 120.0742276, 30.3226788 ], [ 120.073897, 30.322887 ], [ 120.0738916, 30.3229163 ], [ 120.0737466, 30.3230251 ], [ 120.0735623, 30.3231561 ], [ 120.0733874, 30.3232391 ], [ 120.0731313, 30.3233292 ], [ 120.0729145, 30.3233643 ], [ 120.072718, 30.3234053 ], [ 120.0726638, 30.3233795 ], [ 120.0725676, 30.3232204 ], [ 120.0724443, 30.3231666 ], [ 120.0723968, 30.3231795 ], [ 120.0722532, 30.3232286 ], [ 120.0722301, 30.3232625 ], [ 120.0721802, 30.32324 ], [ 120.0721475, 30.3232045 ], [ 120.0721333, 30.3231726 ], [ 120.0720581, 30.3231702 ], [ 120.0714677, 30.3230415 ], [ 120.0713314, 30.3230231 ], [ 120.0713243, 30.3231959 ], [ 120.0716777, 30.3232461 ], [ 120.07199, 30.3233221 ], [ 120.0720326, 30.3233319 ], [ 120.0720836, 30.3232694 ], [ 120.0721291, 30.323278 ], [ 120.0721887, 30.3233208 ], [ 120.07221, 30.3233502 ], [ 120.0722469, 30.3233968 ], [ 120.0723008, 30.3234201 ], [ 120.0724129, 30.3234495 ], [ 120.072464, 30.3234225 ], [ 120.0725137, 30.323436 ], [ 120.0725747, 30.3234862 ], [ 120.0725648, 30.3235169 ], [ 120.0724938, 30.323572 ], [ 120.0724299, 30.3236357 ], [ 120.0723419, 30.3237312 ], [ 120.0722767, 30.3237802 ], [ 120.0722114, 30.3238158 ], [ 120.0721802, 30.3238648 ], [ 120.0720876, 30.3239386 ], [ 120.0719562, 30.324008 ], [ 120.071832, 30.3240726 ], [ 120.0717937, 30.3240396 ], [ 120.0710074, 30.3245277 ], [ 120.0708159, 30.3246716 ], [ 120.0705996, 30.3248777 ], [ 120.0704171, 30.32501 ], [ 120.0699485, 30.3252764 ], [ 120.0688514, 30.3259745 ], [ 120.0682444, 30.3263593 ], [ 120.0685881, 30.3263972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0810612, 30.3272147 ], [ 120.0812291, 30.3274039 ], [ 120.0813174, 30.3275261 ], [ 120.0814049, 30.3277763 ], [ 120.0814511, 30.327807 ], [ 120.0815685, 30.3280343 ], [ 120.0817326, 30.3283239 ], [ 120.0819528, 30.3283762 ], [ 120.0815216, 30.3277439 ], [ 120.0814809, 30.3275713 ], [ 120.0813577, 30.3274187 ], [ 120.0812527, 30.3272612 ], [ 120.081068, 30.3270902 ], [ 120.0808473, 30.326928 ], [ 120.0808288, 30.3270184 ], [ 120.0810612, 30.3272147 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0749746, 30.3302975 ], [ 120.0749606, 30.3318736 ], [ 120.0751614, 30.3318978 ], [ 120.0751894, 30.3305958 ], [ 120.0751801, 30.3299469 ], [ 120.0751427, 30.3295841 ], [ 120.0752221, 30.3292052 ], [ 120.0752969, 30.3289633 ], [ 120.075465, 30.3286892 ], [ 120.0756564, 30.3284877 ], [ 120.075904, 30.3280362 ], [ 120.076016, 30.3275203 ], [ 120.0760906, 30.3271577 ], [ 120.0761081, 30.3269952 ], [ 120.0761324, 30.32688 ], [ 120.076162, 30.3268328 ], [ 120.0761886, 30.3266316 ], [ 120.0762223, 30.3265068 ], [ 120.076126, 30.3264901 ], [ 120.0760965, 30.3266453 ], [ 120.0759542, 30.3268479 ], [ 120.0759068, 30.3269385 ], [ 120.0758918, 30.327004 ], [ 120.0758884, 30.3270559 ], [ 120.0759115, 30.3270912 ], [ 120.0758152, 30.3275324 ], [ 120.0757872, 30.3276775 ], [ 120.0757218, 30.3279395 ], [ 120.0756378, 30.3280725 ], [ 120.0751614, 30.3287457 ], [ 120.075068, 30.328923 ], [ 120.075026, 30.3290923 ], [ 120.0749513, 30.3294954 ], [ 120.0749746, 30.3302975 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0694003, 30.3365382 ], [ 120.069461, 30.3366987 ], [ 120.0695444, 30.3368394 ], [ 120.0696848, 30.3369638 ], [ 120.0698668, 30.337062 ], [ 120.0707279, 30.3372519 ], [ 120.0712551, 30.3373403 ], [ 120.071881, 30.3374811 ], [ 120.0722793, 30.3376088 ], [ 120.07234, 30.3376513 ], [ 120.0723362, 30.3377135 ], [ 120.0720707, 30.3380147 ], [ 120.0719152, 30.3381653 ], [ 120.071446, 30.3386803 ], [ 120.0715985, 30.3387029 ], [ 120.0719303, 30.3384076 ], [ 120.0720745, 30.3383323 ], [ 120.0722452, 30.3381195 ], [ 120.0727535, 30.3375171 ], [ 120.0731252, 30.3371635 ], [ 120.0732466, 30.3371603 ], [ 120.0733376, 30.3371995 ], [ 120.0738763, 30.3376873 ], [ 120.074358, 30.3381162 ], [ 120.074559, 30.3382373 ], [ 120.0747525, 30.3383257 ], [ 120.0753776, 30.3385784 ], [ 120.0758041, 30.338717 ], [ 120.0761737, 30.3387392 ], [ 120.076258, 30.3387321 ], [ 120.0765853, 30.3384488 ], [ 120.0766777, 30.3383804 ], [ 120.0767489, 30.3383673 ], [ 120.0768428, 30.3383804 ], [ 120.0779464, 30.3388986 ], [ 120.0783864, 30.3390656 ], [ 120.0787657, 30.3392195 ], [ 120.0796571, 30.339501 ], [ 120.0802935, 30.3396904 ], [ 120.080399, 30.3397278 ], [ 120.0818942, 30.3402568 ], [ 120.0836049, 30.3408886 ], [ 120.085307, 30.3415426 ], [ 120.0854008, 30.341591 ], [ 120.0854282, 30.341662 ], [ 120.0853948, 30.3417395 ], [ 120.0845509, 30.3431201 ], [ 120.0845989, 30.3431397 ], [ 120.0846376, 30.3431538 ], [ 120.0846697, 30.3431667 ], [ 120.0855281, 30.341779 ], [ 120.0856002, 30.3416874 ], [ 120.085824, 30.3414778 ], [ 120.0866054, 30.3406889 ], [ 120.0869809, 30.3403386 ], [ 120.0872464, 30.3401062 ], [ 120.087694, 30.3397199 ], [ 120.0878533, 30.3395169 ], [ 120.0881416, 30.3387083 ], [ 120.0882289, 30.3385348 ], [ 120.0882971, 30.3382663 ], [ 120.088684, 30.3373628 ], [ 120.0887258, 30.3371598 ], [ 120.0887561, 30.3369208 ], [ 120.0890747, 30.3361711 ], [ 120.0891279, 30.3361285 ], [ 120.0891961, 30.3360958 ], [ 120.0892872, 30.3360958 ], [ 120.089676, 30.336191 ], [ 120.0898072, 30.3361984 ], [ 120.0899308, 30.3361665 ], [ 120.090037, 30.3360871 ], [ 120.0902918, 30.3353662 ], [ 120.0903485, 30.3352562 ], [ 120.0904475, 30.335189 ], [ 120.0906174, 30.3351402 ], [ 120.0907378, 30.3350791 ], [ 120.0909006, 30.3349263 ], [ 120.0912483, 30.3346389 ], [ 120.0913431, 30.3344982 ], [ 120.0914341, 30.3343214 ], [ 120.0915062, 30.3339318 ], [ 120.0915479, 30.3338303 ], [ 120.0916541, 30.3336731 ], [ 120.0920297, 30.3331689 ], [ 120.0920866, 30.3330936 ], [ 120.092151, 30.333038 ], [ 120.0922543, 30.3328915 ], [ 120.0924022, 30.3328064 ], [ 120.092624, 30.3325405 ], [ 120.0927195, 30.3324075 ], [ 120.0929629, 30.3319554 ], [ 120.0930523, 30.3318704 ], [ 120.0932218, 30.3315087 ], [ 120.0932341, 30.3314395 ], [ 120.0932865, 30.3313598 ], [ 120.0935607, 30.3308119 ], [ 120.0936685, 30.3306683 ], [ 120.0943926, 30.3296232 ], [ 120.0944911, 30.3294849 ], [ 120.0945343, 30.3293919 ], [ 120.094562, 30.329203 ], [ 120.094599, 30.3291073 ], [ 120.0947037, 30.3289584 ], [ 120.0949379, 30.3287243 ], [ 120.0952029, 30.3283946 ], [ 120.0955849, 30.3280489 ], [ 120.0957143, 30.3279159 ], [ 120.0960224, 30.327626 ], [ 120.0961272, 30.3276047 ], [ 120.0963028, 30.3276234 ], [ 120.0966047, 30.3277271 ], [ 120.0966602, 30.3276925 ], [ 120.0968512, 30.3276978 ], [ 120.097033, 30.3277191 ], [ 120.0973935, 30.3278042 ], [ 120.0981206, 30.3280701 ], [ 120.0982932, 30.3280755 ], [ 120.0984318, 30.3280914 ], [ 120.0986136, 30.3281552 ], [ 120.099162, 30.3282403 ], [ 120.0994763, 30.3282749 ], [ 120.0997659, 30.3283095 ], [ 120.0997474, 30.3283653 ], [ 120.0999563, 30.3284032 ], [ 120.1001865, 30.3284619 ], [ 120.1002228, 30.3282738 ], [ 120.0996668, 30.328113 ], [ 120.0993819, 30.3280203 ], [ 120.0990643, 30.327988 ], [ 120.0987795, 30.3279638 ], [ 120.0978735, 30.3277542 ], [ 120.097584, 30.3276696 ], [ 120.0974812, 30.3276172 ], [ 120.0973131, 30.3275083 ], [ 120.0971263, 30.3274317 ], [ 120.0967854, 30.3273914 ], [ 120.0965892, 30.3273753 ], [ 120.096309, 30.3273189 ], [ 120.0959635, 30.3271899 ], [ 120.0956926, 30.3270649 ], [ 120.0951042, 30.3268835 ], [ 120.094782, 30.3267465 ], [ 120.0936704, 30.3263215 ], [ 120.0935512, 30.3265401 ], [ 120.0948613, 30.3270206 ], [ 120.0951042, 30.3270931 ], [ 120.0957393, 30.3274317 ], [ 120.095828, 30.3274962 ], [ 120.0958187, 30.3275769 ], [ 120.0956132, 30.3278147 ], [ 120.0950528, 30.3282702 ], [ 120.0949034, 30.3284556 ], [ 120.0946932, 30.3287499 ], [ 120.0945625, 30.3288869 ], [ 120.0944737, 30.329032 ], [ 120.0943897, 30.3292537 ], [ 120.0943383, 30.3293625 ], [ 120.0942356, 30.3294633 ], [ 120.0941468, 30.329556 ], [ 120.0940861, 30.329681 ], [ 120.0939881, 30.3298865 ], [ 120.0937405, 30.3302534 ], [ 120.0934603, 30.3306081 ], [ 120.0931475, 30.3311683 ], [ 120.093026, 30.3314344 ], [ 120.0927879, 30.3318334 ], [ 120.0927739, 30.3319906 ], [ 120.0925871, 30.3322728 ], [ 120.0924843, 30.3324259 ], [ 120.0924096, 30.3325106 ], [ 120.0921481, 30.3326758 ], [ 120.0911861, 30.3324098 ], [ 120.090168, 30.3320874 ], [ 120.0897384, 30.3319664 ], [ 120.0893788, 30.3318979 ], [ 120.0887063, 30.3318052 ], [ 120.0880799, 30.3317266 ], [ 120.0879354, 30.3319733 ], [ 120.0882397, 30.3319847 ], [ 120.0884677, 30.3320033 ], [ 120.0887758, 30.3320538 ], [ 120.0891517, 30.3321123 ], [ 120.08958, 30.3321629 ], [ 120.090076, 30.3322799 ], [ 120.0902023, 30.3323224 ], [ 120.0906799, 30.3324075 ], [ 120.0911205, 30.3325591 ], [ 120.0919585, 30.3328091 ], [ 120.0919991, 30.3328431 ], [ 120.0920145, 30.332883 ], [ 120.0919775, 30.3329601 ], [ 120.0918635, 30.3330745 ], [ 120.0917126, 30.3332739 ], [ 120.0914445, 30.3336515 ], [ 120.0913736, 30.3338031 ], [ 120.0913213, 30.3339627 ], [ 120.0912905, 30.3341382 ], [ 120.0912504, 30.3342765 ], [ 120.0911703, 30.3344254 ], [ 120.0910625, 30.3345876 ], [ 120.0907605, 30.3348482 ], [ 120.0903969, 30.3350343 ], [ 120.0902799, 30.3351088 ], [ 120.0902028, 30.3351992 ], [ 120.0898362, 30.335997 ], [ 120.08979, 30.3360528 ], [ 120.0897284, 30.3360581 ], [ 120.089374, 30.3359199 ], [ 120.0892785, 30.3359199 ], [ 120.0891614, 30.3359491 ], [ 120.0890783, 30.3360209 ], [ 120.0890136, 30.3360901 ], [ 120.0886777, 30.3368399 ], [ 120.0886654, 30.3369171 ], [ 120.0886531, 30.3370367 ], [ 120.0886284, 30.3371697 ], [ 120.088573, 30.3373452 ], [ 120.0883388, 30.3378743 ], [ 120.0882587, 30.3380445 ], [ 120.0881108, 30.3385232 ], [ 120.0878643, 30.339172 ], [ 120.0877811, 30.3393927 ], [ 120.0877288, 30.3394618 ], [ 120.0866566, 30.3404962 ], [ 120.0856768, 30.3414668 ], [ 120.0855998, 30.3415067 ], [ 120.0855227, 30.3415067 ], [ 120.0853748, 30.3414588 ], [ 120.0839421, 30.3408738 ], [ 120.0819456, 30.3401372 ], [ 120.0804821, 30.339632 ], [ 120.0787321, 30.3390337 ], [ 120.0783956, 30.3388944 ], [ 120.0779919, 30.3387541 ], [ 120.0769938, 30.3383173 ], [ 120.0768873, 30.3382568 ], [ 120.0768497, 30.3381605 ], [ 120.0768601, 30.3380366 ], [ 120.078238, 30.336317 ], [ 120.0799659, 30.3343742 ], [ 120.0801574, 30.3341969 ], [ 120.0803115, 30.3340478 ], [ 120.0812829, 30.3333343 ], [ 120.0824597, 30.3326088 ], [ 120.0825905, 30.3325443 ], [ 120.0827586, 30.3325282 ], [ 120.0829454, 30.3325604 ], [ 120.0836786, 30.333024 ], [ 120.0838934, 30.3330683 ], [ 120.0841035, 30.3330804 ], [ 120.0842903, 30.3330401 ], [ 120.0845238, 30.3327781 ], [ 120.0845565, 30.3326572 ], [ 120.0846884, 30.3324999 ], [ 120.0843209, 30.3321928 ], [ 120.0842906, 30.3322474 ], [ 120.0842063, 30.3323992 ], [ 120.0841222, 30.3325242 ], [ 120.0839821, 30.3326007 ], [ 120.0837626, 30.332641 ], [ 120.0831042, 30.3323952 ], [ 120.0829127, 30.3323428 ], [ 120.0826979, 30.3323226 ], [ 120.0825111, 30.332367 ], [ 120.0823196, 30.3324677 ], [ 120.0817779, 30.3327942 ], [ 120.0806477, 30.3335278 ], [ 120.0806045, 30.3335647 ], [ 120.0802088, 30.3339026 ], [ 120.0794989, 30.334604 ], [ 120.0789572, 30.3352448 ], [ 120.0775481, 30.3369671 ], [ 120.0763305, 30.3384436 ], [ 120.076247, 30.3385189 ], [ 120.076137, 30.3385254 ], [ 120.0756557, 30.3384299 ], [ 120.0755208, 30.3383964 ], [ 120.0750484, 30.3382504 ], [ 120.0746842, 30.3380475 ], [ 120.0744642, 30.3379132 ], [ 120.0740697, 30.3375957 ], [ 120.0733528, 30.3370293 ], [ 120.073258, 30.33699 ], [ 120.0731518, 30.3370097 ], [ 120.0730342, 30.337085 ], [ 120.0726473, 30.3374189 ], [ 120.0725638, 30.3374516 ], [ 120.0724348, 30.3374353 ], [ 120.0719076, 30.3372552 ], [ 120.0717179, 30.337265 ], [ 120.0706027, 30.3370522 ], [ 120.0700868, 30.3369442 ], [ 120.0698592, 30.3368525 ], [ 120.0696923, 30.3367347 ], [ 120.0696165, 30.3365972 ], [ 120.0695482, 30.336404 ], [ 120.0695444, 30.3360013 ], [ 120.0695937, 30.3353858 ], [ 120.0696228, 30.3352371 ], [ 120.069557, 30.3351432 ], [ 120.0694464, 30.3351919 ], [ 120.069417, 30.33534 ], [ 120.069403, 30.3354348 ], [ 120.0693829, 30.3359273 ], [ 120.0693679, 30.3363196 ], [ 120.0694003, 30.3365382 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0818336, 30.3469739 ], [ 120.0821415, 30.3465327 ], [ 120.0824161, 30.346319 ], [ 120.0826369, 30.3462907 ], [ 120.0827397, 30.3462046 ], [ 120.0828289, 30.3460647 ], [ 120.0829032, 30.3459482 ], [ 120.0833408, 30.3452754 ], [ 120.0834203, 30.3451559 ], [ 120.0837301, 30.3446886 ], [ 120.0839154, 30.3445375 ], [ 120.0840606, 30.3443361 ], [ 120.0843533, 30.3436695 ], [ 120.0844206, 30.3436025 ], [ 120.0843224, 30.3435651 ], [ 120.0842438, 30.343536 ], [ 120.0841858, 30.3436009 ], [ 120.0838893, 30.3441439 ], [ 120.0838124, 30.3442757 ], [ 120.0837231, 30.3443349 ], [ 120.0836058, 30.3443779 ], [ 120.083502, 30.3443431 ], [ 120.0830675, 30.3441394 ], [ 120.0826008, 30.3438662 ], [ 120.0819517, 30.3435653 ], [ 120.081793, 30.3436257 ], [ 120.0822828, 30.3438098 ], [ 120.082541, 30.343926 ], [ 120.0827992, 30.3440745 ], [ 120.0831499, 30.344287 ], [ 120.0834101, 30.3444975 ], [ 120.0833424, 30.3446841 ], [ 120.0831955, 30.3450873 ], [ 120.083079, 30.3453399 ], [ 120.0827348, 30.3457979 ], [ 120.0825465, 30.3458923 ], [ 120.0822794, 30.3460273 ], [ 120.0820754, 30.3461545 ], [ 120.0820266, 30.3462104 ], [ 120.0820029, 30.3463058 ], [ 120.0819944, 30.3464013 ], [ 120.0819281, 30.3465262 ], [ 120.0817125, 30.3469219 ], [ 120.0818336, 30.3469739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0801882, 30.3505838 ], [ 120.0803244, 30.3504162 ], [ 120.0803934, 30.3503715 ], [ 120.0805544, 30.3501632 ], [ 120.0807097, 30.3499448 ], [ 120.0805618, 30.3497929 ], [ 120.0807553, 30.3492743 ], [ 120.0809224, 30.3492453 ], [ 120.0812955, 30.3491952 ], [ 120.0814307, 30.3488648 ], [ 120.0814717, 30.3487094 ], [ 120.0814998, 30.3486284 ], [ 120.0814444, 30.3485409 ], [ 120.0813726, 30.3484746 ], [ 120.0812386, 30.3483472 ], [ 120.0812386, 30.3482629 ], [ 120.0813881, 30.347995 ], [ 120.0814111, 30.3477816 ], [ 120.0814571, 30.3476526 ], [ 120.0818336, 30.3469739 ], [ 120.0817125, 30.3469219 ], [ 120.0813766, 30.3473946 ], [ 120.0812903, 30.3475434 ], [ 120.0812271, 30.3477171 ], [ 120.0811926, 30.3478808 ], [ 120.0810891, 30.348119 ], [ 120.0810489, 30.3482877 ], [ 120.0811121, 30.3483373 ], [ 120.0810086, 30.3484365 ], [ 120.0808821, 30.3486598 ], [ 120.0801922, 30.3501582 ], [ 120.0800673, 30.3504925 ], [ 120.0801882, 30.3505838 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0835311, 30.3552329 ], [ 120.0840354, 30.3543664 ], [ 120.0843309, 30.3540403 ], [ 120.0846002, 30.3536279 ], [ 120.0846685, 30.3534446 ], [ 120.0847671, 30.353317 ], [ 120.085188, 30.3528329 ], [ 120.085093, 30.3527028 ], [ 120.0849149, 30.3527108 ], [ 120.0846154, 30.3530584 ], [ 120.0842019, 30.353713 ], [ 120.083796, 30.3542662 ], [ 120.0837015, 30.3543905 ], [ 120.0835571, 30.3545804 ], [ 120.0834015, 30.3549045 ], [ 120.083375, 30.3550485 ], [ 120.0832422, 30.3554413 ], [ 120.0832191, 30.3554827 ], [ 120.0831501, 30.3556067 ], [ 120.0828281, 30.3561845 ], [ 120.0835311, 30.3552329 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.077416, 30.360705 ], [ 120.0776547, 30.3607559 ], [ 120.0778186, 30.36047 ], [ 120.0782738, 30.359727 ], [ 120.0784445, 30.359403 ], [ 120.0784938, 30.3592263 ], [ 120.0789262, 30.3586633 ], [ 120.0793017, 30.358264 ], [ 120.0795028, 30.3581691 ], [ 120.0797152, 30.3579858 ], [ 120.0799352, 30.357881 ], [ 120.081479, 30.3575504 ], [ 120.0816969, 30.3575863 ], [ 120.0817861, 30.3576752 ], [ 120.0819349, 30.3576898 ], [ 120.0821472, 30.3572782 ], [ 120.0824274, 30.3569285 ], [ 120.0826663, 30.3566405 ], [ 120.082856, 30.3563656 ], [ 120.0829546, 30.3562903 ], [ 120.0831955, 30.3559146 ], [ 120.0835311, 30.3552329 ], [ 120.0838109, 30.3548349 ], [ 120.083904, 30.3548195 ], [ 120.084478, 30.3552878 ], [ 120.0847073, 30.355231 ], [ 120.0864801, 30.3568858 ], [ 120.0864097, 30.3570167 ], [ 120.0865569, 30.3572319 ], [ 120.0868172, 30.3572005 ], [ 120.0872409, 30.3571217 ], [ 120.0875937, 30.357174 ], [ 120.0877265, 30.3571282 ], [ 120.0875502, 30.3569943 ], [ 120.0874533, 30.3570799 ], [ 120.0871281, 30.3570852 ], [ 120.0870468, 30.3569642 ], [ 120.08675, 30.3569765 ], [ 120.0848758, 30.3552873 ], [ 120.0846908, 30.3550417 ], [ 120.0844042, 30.3546786 ], [ 120.0840354, 30.3543664 ], [ 120.0835257, 30.3552294 ], [ 120.0828281, 30.3561845 ], [ 120.0826474, 30.3564278 ], [ 120.0822168, 30.3569471 ], [ 120.0819798, 30.3572329 ], [ 120.0818432, 30.3573508 ], [ 120.0817933, 30.3573818 ], [ 120.081727, 30.357423 ], [ 120.0813418, 30.3573882 ], [ 120.0796342, 30.3577653 ], [ 120.079387, 30.3578298 ], [ 120.0791283, 30.3579935 ], [ 120.0787661, 30.3583755 ], [ 120.0782889, 30.3589163 ], [ 120.0781336, 30.3590949 ], [ 120.0779842, 30.3595116 ], [ 120.0778117, 30.359839 ], [ 120.0776507, 30.3600523 ], [ 120.0773862, 30.3603649 ], [ 120.0772017, 30.3606592 ], [ 120.077416, 30.360705 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0711177, 30.3666326 ], [ 120.0713097, 30.3664233 ], [ 120.0716604, 30.3660356 ], [ 120.0723403, 30.3655534 ], [ 120.072471, 30.3655317 ], [ 120.072922, 30.3653245 ], [ 120.073126, 30.3652905 ], [ 120.0735264, 30.3649869 ], [ 120.0737459, 30.3648338 ], [ 120.0738766, 30.3646484 ], [ 120.0741709, 30.3641044 ], [ 120.074339, 30.3638063 ], [ 120.0749427, 30.3630895 ], [ 120.0749601, 30.3630689 ], [ 120.0753851, 30.3627949 ], [ 120.0754691, 30.3626337 ], [ 120.0758754, 30.3623194 ], [ 120.0770289, 30.3613805 ], [ 120.0773464, 30.3611146 ], [ 120.0776547, 30.3607559 ], [ 120.077416, 30.360705 ], [ 120.0772017, 30.3606592 ], [ 120.0770102, 30.3609735 ], [ 120.0768141, 30.3611347 ], [ 120.0765479, 30.3612798 ], [ 120.0763984, 30.3612959 ], [ 120.0762163, 30.3612556 ], [ 120.0760996, 30.3611589 ], [ 120.0755065, 30.3604416 ], [ 120.0750862, 30.3598856 ], [ 120.0746939, 30.3594342 ], [ 120.0739158, 30.3588012 ], [ 120.074144, 30.3585609 ], [ 120.0745835, 30.3581708 ], [ 120.0747949, 30.3579062 ], [ 120.0749984, 30.3577101 ], [ 120.075106, 30.3575937 ], [ 120.0751969, 30.3574779 ], [ 120.0753803, 30.3572371 ], [ 120.0755159, 30.3571067 ], [ 120.0756971, 30.3569901 ], [ 120.0759138, 30.3568888 ], [ 120.0757024, 30.3567816 ], [ 120.0755206, 30.3566895 ], [ 120.0754389, 30.3568479 ], [ 120.0752859, 30.3569251 ], [ 120.0751037, 30.3570568 ], [ 120.0749999, 30.3571797 ], [ 120.0748293, 30.3574244 ], [ 120.0746679, 30.3575912 ], [ 120.074455, 30.3578134 ], [ 120.0741678, 30.3580466 ], [ 120.073649, 30.3586142 ], [ 120.0735278, 30.3588908 ], [ 120.0737852, 30.3590555 ], [ 120.0743577, 30.3594947 ], [ 120.0745912, 30.3599379 ], [ 120.0750395, 30.360357 ], [ 120.0753851, 30.3606552 ], [ 120.0754215, 30.3606991 ], [ 120.0757587, 30.3611065 ], [ 120.0758754, 30.3612476 ], [ 120.0761836, 30.3614813 ], [ 120.0761416, 30.3616102 ], [ 120.0759968, 30.3617311 ], [ 120.0757446, 30.3619809 ], [ 120.0745508, 30.3629584 ], [ 120.0744651, 30.3630286 ], [ 120.0742412, 30.3633543 ], [ 120.0739, 30.3638506 ], [ 120.0738206, 30.3639151 ], [ 120.0737739, 30.3641004 ], [ 120.0738299, 30.3642213 ], [ 120.0739047, 30.3643261 ], [ 120.0739093, 30.3644469 ], [ 120.0737459, 30.3645114 ], [ 120.0735684, 30.3647612 ], [ 120.0733863, 30.3647612 ], [ 120.0732042, 30.3648177 ], [ 120.0731318, 30.3648982 ], [ 120.0731049, 30.3649788 ], [ 120.0730552, 30.3650862 ], [ 120.0729583, 30.3651923 ], [ 120.0728415, 30.3652289 ], [ 120.0727124, 30.3651949 ], [ 120.0725403, 30.3651844 ], [ 120.071633, 30.3655228 ], [ 120.0715026, 30.3655959 ], [ 120.071426, 30.3657012 ], [ 120.0713308, 30.3659011 ], [ 120.0712937, 30.3660149 ], [ 120.0712069, 30.3660817 ], [ 120.071118, 30.3661674 ], [ 120.0708876, 30.3664688 ], [ 120.0711177, 30.3666326 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0736384, 30.4098038 ], [ 120.0747755, 30.4099228 ], [ 120.0749295, 30.4100137 ], [ 120.0755288, 30.4100547 ], [ 120.0756482, 30.4100853 ], [ 120.0758305, 30.4111883 ], [ 120.0759787, 30.410158 ], [ 120.0762171, 30.4099738 ], [ 120.0765369, 30.4099837 ], [ 120.0766514, 30.4100661 ], [ 120.0771321, 30.4099311 ], [ 120.0773885, 30.4100693 ], [ 120.0780921, 30.4100463 ], [ 120.078635, 30.4100485 ], [ 120.0788938, 30.4099322 ], [ 120.0796003, 30.4099168 ], [ 120.0797655, 30.4097059 ], [ 120.0794867, 30.4096254 ], [ 120.0792269, 30.409865 ], [ 120.0787908, 30.409834 ], [ 120.0788531, 30.4096568 ], [ 120.0789283, 30.4095954 ], [ 120.0787474, 30.40918 ], [ 120.0783262, 30.4093506 ], [ 120.0781827, 30.4096403 ], [ 120.0777878, 30.4097994 ], [ 120.0775472, 30.4098362 ], [ 120.0769969, 30.4098292 ], [ 120.0767502, 30.4098875 ], [ 120.0761773, 30.4098938 ], [ 120.0760496, 30.4097224 ], [ 120.0761266, 30.408995 ], [ 120.0761772, 30.408517 ], [ 120.076128, 30.4076189 ], [ 120.0762253, 30.4074485 ], [ 120.0769531, 30.4076116 ], [ 120.0770067, 30.4078528 ], [ 120.077468, 30.4079551 ], [ 120.0774721, 30.4076295 ], [ 120.0779182, 30.4074374 ], [ 120.0783384, 30.4075526 ], [ 120.078769, 30.4078404 ], [ 120.0789134, 30.4077623 ], [ 120.0790557, 30.4076853 ], [ 120.0789731, 30.4075744 ], [ 120.0787677, 30.4076807 ], [ 120.0784355, 30.4074744 ], [ 120.0781524, 30.4072986 ], [ 120.0780427, 30.4071226 ], [ 120.0776547, 30.4070194 ], [ 120.0775217, 30.4073537 ], [ 120.0773218, 30.4075575 ], [ 120.0769552, 30.4074324 ], [ 120.0769526, 30.4071682 ], [ 120.0758529, 30.4069049 ], [ 120.0756336, 30.4064073 ], [ 120.0757449, 30.4060012 ], [ 120.0756672, 30.4058417 ], [ 120.0760347, 30.4055181 ], [ 120.0765253, 30.4056276 ], [ 120.0768829, 30.4057798 ], [ 120.077092, 30.4056982 ], [ 120.0770755, 30.4055941 ], [ 120.0773034, 30.40545 ], [ 120.077147, 30.4050955 ], [ 120.0769705, 30.4054541 ], [ 120.0759981, 30.4052864 ], [ 120.0750738, 30.4061104 ], [ 120.0758568, 30.4080019 ], [ 120.07579, 30.4097465 ], [ 120.0757208, 30.409985 ], [ 120.0748807, 30.4098393 ], [ 120.0738803, 30.4096221 ], [ 120.0731873, 30.4098147 ], [ 120.07295, 30.4099484 ], [ 120.0729423, 30.4100584 ], [ 120.0736384, 30.4098038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1075341, 30.3652584 ], [ 120.107926, 30.3652426 ], [ 120.1087298, 30.3652397 ], [ 120.1087197, 30.3650724 ], [ 120.1076987, 30.3650825 ], [ 120.1071857, 30.3651272 ], [ 120.1071623, 30.3652858 ], [ 120.1075341, 30.3652584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0897852, 30.3736024 ], [ 120.0899354, 30.3737783 ], [ 120.0898388, 30.3741578 ], [ 120.0898817, 30.3743799 ], [ 120.0897959, 30.3745836 ], [ 120.0893345, 30.3749168 ], [ 120.089356, 30.3750464 ], [ 120.0897959, 30.3749446 ], [ 120.0898603, 30.3748242 ], [ 120.0908902, 30.3745743 ], [ 120.0909439, 30.3744725 ], [ 120.0907722, 30.3742133 ], [ 120.0909117, 30.3738893 ], [ 120.0913945, 30.373769 ], [ 120.0909653, 30.3726027 ], [ 120.0909439, 30.3724269 ], [ 120.0906435, 30.3724546 ], [ 120.0905469, 30.3726397 ], [ 120.0903645, 30.3726027 ], [ 120.0901499, 30.3725379 ], [ 120.0898817, 30.3723806 ], [ 120.0895706, 30.3723158 ], [ 120.0894847, 30.3723621 ], [ 120.0894633, 30.3728619 ], [ 120.089356, 30.3730007 ], [ 120.0892058, 30.3730563 ], [ 120.0891951, 30.3731859 ], [ 120.0897852, 30.3736024 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1020435, 30.3778469 ], [ 120.1022809, 30.3778713 ], [ 120.1023386, 30.3778433 ], [ 120.1023962, 30.3777936 ], [ 120.1024503, 30.3777003 ], [ 120.1025224, 30.3772123 ], [ 120.1026485, 30.3761088 ], [ 120.1026809, 30.3760435 ], [ 120.1027241, 30.3760186 ], [ 120.1027926, 30.376 ], [ 120.1029367, 30.376 ], [ 120.1046734, 30.3760746 ], [ 120.105794, 30.3761181 ], [ 120.1058805, 30.3761399 ], [ 120.1059525, 30.3761865 ], [ 120.1060714, 30.3764072 ], [ 120.1061111, 30.37646 ], [ 120.1061687, 30.3765035 ], [ 120.1062408, 30.3765284 ], [ 120.1064065, 30.376544 ], [ 120.1080243, 30.3765781 ], [ 120.1089107, 30.3766092 ], [ 120.1094485, 30.3766182 ], [ 120.1094728, 30.3766186 ], [ 120.1098799, 30.376631 ], [ 120.1099808, 30.3766403 ], [ 120.1100829, 30.3766695 ], [ 120.1101461, 30.3767839 ], [ 120.1100829, 30.3769855 ], [ 120.1099325, 30.3774672 ], [ 120.109827, 30.3778048 ], [ 120.1097987, 30.3778955 ], [ 120.1096523, 30.3784371 ], [ 120.1096182, 30.3785634 ], [ 120.1095266, 30.3789023 ], [ 120.1095036, 30.3789874 ], [ 120.1094703, 30.3791105 ], [ 120.109325, 30.379857 ], [ 120.1092745, 30.3804346 ], [ 120.1092293, 30.380684 ], [ 120.1091798, 30.3809577 ], [ 120.1091472, 30.3811949 ], [ 120.1090945, 30.3815776 ], [ 120.1090913, 30.3816006 ], [ 120.1090716, 30.3817642 ], [ 120.1090092, 30.3822817 ], [ 120.1089841, 30.3824135 ], [ 120.1088071, 30.3833442 ], [ 120.1087685, 30.383542 ], [ 120.1087383, 30.3836638 ], [ 120.1086113, 30.3842541 ], [ 120.1085987, 30.3844884 ], [ 120.1085961, 30.3845391 ], [ 120.1085671, 30.3850986 ], [ 120.1084118, 30.3858459 ], [ 120.1083527, 30.386134 ], [ 120.1086196, 30.3861241 ], [ 120.1086304, 30.3859339 ], [ 120.1086429, 30.3858886 ], [ 120.1088513, 30.3850332 ], [ 120.1088594, 30.3849133 ], [ 120.1088786, 30.3846285 ], [ 120.1088829, 30.3845646 ], [ 120.1089019, 30.3842977 ], [ 120.1089713, 30.3838618 ], [ 120.109014, 30.3837145 ], [ 120.1090581, 30.3835623 ], [ 120.1092113, 30.3830336 ], [ 120.1092492, 30.3826086 ], [ 120.1093124, 30.3821564 ], [ 120.109325, 30.3818567 ], [ 120.1094135, 30.3811811 ], [ 120.1094422, 30.3809694 ], [ 120.1094927, 30.380597 ], [ 120.1095398, 30.3802493 ], [ 120.1097798, 30.3791923 ], [ 120.1097947, 30.379138 ], [ 120.1100512, 30.3782007 ], [ 120.1101019, 30.3780153 ], [ 120.1101344, 30.377815 ], [ 120.1101914, 30.3774643 ], [ 120.1102408, 30.3771599 ], [ 120.1106261, 30.3763262 ], [ 120.1107019, 30.3761028 ], [ 120.1108409, 30.3759556 ], [ 120.1108501, 30.375937 ], [ 120.1109934, 30.3755907 ], [ 120.1111031, 30.3752089 ], [ 120.1112704, 30.3745622 ], [ 120.1112537, 30.3745153 ], [ 120.1111932, 30.3744592 ], [ 120.11118, 30.3744102 ], [ 120.1112451, 30.3741411 ], [ 120.1113146, 30.373509 ], [ 120.1113588, 30.3733673 ], [ 120.1114535, 30.3731657 ], [ 120.1116872, 30.3719288 ], [ 120.111782, 30.3713021 ], [ 120.1119965, 30.3707393 ], [ 120.1120475, 30.3705472 ], [ 120.1120824, 30.3704326 ], [ 120.1120985, 30.3703158 ], [ 120.1121575, 30.3700265 ], [ 120.1121467, 30.3698229 ], [ 120.1121119, 30.3696586 ], [ 120.111782, 30.3695474 ], [ 120.1117659, 30.3696805 ], [ 120.1117793, 30.3698691 ], [ 120.1117672, 30.3699849 ], [ 120.1117364, 30.3702255 ], [ 120.1116653, 30.3703007 ], [ 120.1113897, 30.3703753 ], [ 120.1095714, 30.3703074 ], [ 120.1090785, 30.3702881 ], [ 120.1077656, 30.3702794 ], [ 120.10745, 30.3703164 ], [ 120.1072821, 30.3703538 ], [ 120.1070924, 30.3703631 ], [ 120.1068378, 30.3704052 ], [ 120.106193, 30.3705641 ], [ 120.1058137, 30.3706997 ], [ 120.1056133, 30.3707651 ], [ 120.105402, 30.3707932 ], [ 120.1052773, 30.3707651 ], [ 120.105234, 30.3707137 ], [ 120.1051636, 30.3706716 ], [ 120.1051581, 30.3705688 ], [ 120.1051581, 30.3704753 ], [ 120.105234, 30.3703397 ], [ 120.1052232, 30.3702462 ], [ 120.1051527, 30.3701341 ], [ 120.1050498, 30.3700172 ], [ 120.1049739, 30.3696432 ], [ 120.1049523, 30.3694469 ], [ 120.1050503, 30.3693308 ], [ 120.1050053, 30.3680462 ], [ 120.1050018, 30.3675531 ], [ 120.1049953, 30.3666513 ], [ 120.1050185, 30.3664015 ], [ 120.1050996, 30.3661849 ], [ 120.1052503, 30.3660586 ], [ 120.105733, 30.3660198 ], [ 120.1059016, 30.3659001 ], [ 120.105967, 30.365815 ], [ 120.1060172, 30.3655768 ], [ 120.1061254, 30.3654088 ], [ 120.1064001, 30.3653538 ], [ 120.1066537, 30.365221 ], [ 120.1068609, 30.3652085 ], [ 120.1068767, 30.3651575 ], [ 120.1065671, 30.3651766 ], [ 120.1060175, 30.3652048 ], [ 120.1055926, 30.3651711 ], [ 120.1048476, 30.3648326 ], [ 120.1046714, 30.3646975 ], [ 120.1042957, 30.3639758 ], [ 120.1040791, 30.3640171 ], [ 120.1042395, 30.3644589 ], [ 120.1045754, 30.3650109 ], [ 120.10486, 30.365312 ], [ 120.1049352, 30.3656832 ], [ 120.1049351, 30.3659014 ], [ 120.1049117, 30.3660895 ], [ 120.1048358, 30.3663605 ], [ 120.1047951, 30.3665812 ], [ 120.1048005, 30.3671703 ], [ 120.1048179, 30.368587 ], [ 120.1048495, 30.3690911 ], [ 120.1048927, 30.3694749 ], [ 120.1049186, 30.3698442 ], [ 120.1049112, 30.3700236 ], [ 120.1049824, 30.3701656 ], [ 120.1050715, 30.370307 ], [ 120.1050823, 30.3704566 ], [ 120.1049793, 30.3706109 ], [ 120.1049252, 30.3707371 ], [ 120.1049197, 30.3708399 ], [ 120.1049739, 30.3709521 ], [ 120.1050769, 30.371069 ], [ 120.1051744, 30.3711298 ], [ 120.1052719, 30.3711298 ], [ 120.1053424, 30.3712139 ], [ 120.1053695, 30.3713588 ], [ 120.1054182, 30.3715224 ], [ 120.1053965, 30.3716206 ], [ 120.1052232, 30.3718076 ], [ 120.1051798, 30.3719431 ], [ 120.1050877, 30.3719759 ], [ 120.1050227, 30.3719618 ], [ 120.1050119, 30.371873 ], [ 120.1050335, 30.3717608 ], [ 120.1049793, 30.3716954 ], [ 120.1048656, 30.3716767 ], [ 120.1047735, 30.3716814 ], [ 120.1046217, 30.3716346 ], [ 120.1041179, 30.3712887 ], [ 120.1040095, 30.3712373 ], [ 120.1039065, 30.3712279 ], [ 120.1038361, 30.3712606 ], [ 120.1040203, 30.3713027 ], [ 120.1042517, 30.3714406 ], [ 120.1045869, 30.3716912 ], [ 120.1047544, 30.3717394 ], [ 120.1047935, 30.3718117 ], [ 120.104788, 30.3719466 ], [ 120.1047768, 30.3720671 ], [ 120.1047209, 30.37239 ], [ 120.1046148, 30.3726791 ], [ 120.1046316, 30.3728718 ], [ 120.1045589, 30.373055 ], [ 120.1044863, 30.3732911 ], [ 120.1044026, 30.3733923 ], [ 120.104369, 30.3734983 ], [ 120.104302, 30.37372 ], [ 120.1041903, 30.3738115 ], [ 120.1040507, 30.3738356 ], [ 120.103844, 30.3738645 ], [ 120.1034439, 30.373822 ], [ 120.1030495, 30.373754 ], [ 120.1026969, 30.3736619 ], [ 120.1026783, 30.373702 ], [ 120.1031795, 30.373814 ], [ 120.1039079, 30.3739021 ], [ 120.1040378, 30.3739341 ], [ 120.1041446, 30.3739662 ], [ 120.1041817, 30.3740102 ], [ 120.1041956, 30.3740782 ], [ 120.1041956, 30.3741503 ], [ 120.1042698, 30.3742264 ], [ 120.1042188, 30.3743224 ], [ 120.104191, 30.3743985 ], [ 120.1041817, 30.3745466 ], [ 120.104126, 30.3747948 ], [ 120.1040564, 30.3749469 ], [ 120.1039822, 30.375047 ], [ 120.1039033, 30.375127 ], [ 120.1037919, 30.3751711 ], [ 120.1036388, 30.3752311 ], [ 120.1034718, 30.3753432 ], [ 120.1033929, 30.3754192 ], [ 120.103031, 30.3757075 ], [ 120.1028361, 30.3758316 ], [ 120.1026876, 30.3758916 ], [ 120.1025948, 30.3759396 ], [ 120.1025531, 30.3759877 ], [ 120.1025113, 30.3760677 ], [ 120.1024835, 30.3761758 ], [ 120.102386, 30.3772766 ], [ 120.1023211, 30.3776329 ], [ 120.10227, 30.3776929 ], [ 120.1021958, 30.3777129 ], [ 120.1020422, 30.3777242 ], [ 120.1019986, 30.3777896 ], [ 120.1020435, 30.3778469 ] ], [ [ 120.1032458, 30.3757203 ], [ 120.1032887, 30.3756752 ], [ 120.1035566, 30.3754069 ], [ 120.103621, 30.3753679 ], [ 120.10375, 30.3753178 ], [ 120.1038435, 30.3752733 ], [ 120.103937, 30.375265 ], [ 120.104066, 30.3752566 ], [ 120.1042143, 30.3752121 ], [ 120.1042498, 30.3751509 ], [ 120.1042562, 30.375087 ], [ 120.1043465, 30.3746308 ], [ 120.1043368, 30.3745557 ], [ 120.1043207, 30.3744639 ], [ 120.1043465, 30.374361 ], [ 120.1043723, 30.3740661 ], [ 120.104411, 30.3739465 ], [ 120.1044464, 30.3738519 ], [ 120.1044948, 30.3737685 ], [ 120.1045077, 30.3736934 ], [ 120.104598, 30.3733012 ], [ 120.1046367, 30.3731621 ], [ 120.1047076, 30.373048 ], [ 120.1047979, 30.3729284 ], [ 120.1048656, 30.3727949 ], [ 120.1049172, 30.3727142 ], [ 120.1049559, 30.3726196 ], [ 120.1049849, 30.3725362 ], [ 120.1050397, 30.3722163 ], [ 120.1050752, 30.3721412 ], [ 120.1051783, 30.3720856 ], [ 120.1052428, 30.3720355 ], [ 120.1052557, 30.3719687 ], [ 120.105317, 30.3718964 ], [ 120.1053814, 30.3718269 ], [ 120.1054878, 30.3717184 ], [ 120.1055104, 30.3716544 ], [ 120.1055072, 30.3713456 ], [ 120.1054878, 30.3711676 ], [ 120.1054814, 30.3710897 ], [ 120.105533, 30.3709868 ], [ 120.1056104, 30.3709089 ], [ 120.1057168, 30.3708505 ], [ 120.1058038, 30.3708282 ], [ 120.1058844, 30.3708366 ], [ 120.1060152, 30.3708548 ], [ 120.1060221, 30.3707692 ], [ 120.1089742, 30.3704346 ], [ 120.1090713, 30.3705014 ], [ 120.1095645, 30.3705137 ], [ 120.1096503, 30.3704687 ], [ 120.1111042, 30.3705681 ], [ 120.1113987, 30.3705883 ], [ 120.1113651, 30.3706809 ], [ 120.1113651, 30.3708607 ], [ 120.1113967, 30.3710296 ], [ 120.1114409, 30.3713294 ], [ 120.1112577, 30.3725445 ], [ 120.1111882, 30.3729205 ], [ 120.1110367, 30.3733238 ], [ 120.1110041, 30.373613 ], [ 120.1109793, 30.3740906 ], [ 120.1109839, 30.3743101 ], [ 120.1109934, 30.3744557 ], [ 120.1109852, 30.3745529 ], [ 120.1107792, 30.3755028 ], [ 120.1107527, 30.3756097 ], [ 120.1105566, 30.3759938 ], [ 120.110424, 30.37613 ], [ 120.1103293, 30.376397 ], [ 120.1102219, 30.3764896 ], [ 120.1100766, 30.3765223 ], [ 120.1099082, 30.376539 ], [ 120.109747, 30.3765306 ], [ 120.1092634, 30.3764972 ], [ 120.1084057, 30.3764472 ], [ 120.1075739, 30.3764082 ], [ 120.1075804, 30.3762469 ], [ 120.1076061, 30.3761468 ], [ 120.1076223, 30.3760717 ], [ 120.1076319, 30.3759966 ], [ 120.1076223, 30.3759326 ], [ 120.1075932, 30.3758853 ], [ 120.1075804, 30.3759715 ], [ 120.1075352, 30.3761968 ], [ 120.1075062, 30.3764027 ], [ 120.1074643, 30.3764194 ], [ 120.1064132, 30.3763971 ], [ 120.1062488, 30.3763721 ], [ 120.1062036, 30.3763359 ], [ 120.1061682, 30.3762886 ], [ 120.1061004, 30.3761551 ], [ 120.1060456, 30.3760717 ], [ 120.1059779, 30.3760188 ], [ 120.1058586, 30.3759826 ], [ 120.1057393, 30.375966 ], [ 120.1044013, 30.3759326 ], [ 120.103163, 30.3758771 ], [ 120.1031436, 30.3758719 ], [ 120.1031355, 30.3758612 ], [ 120.1031345, 30.3758441 ], [ 120.1032458, 30.3757203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0853485, 30.3779207 ], [ 120.0853765, 30.3781139 ], [ 120.0860623, 30.3786774 ], [ 120.086182, 30.3786994 ], [ 120.0863024, 30.3786862 ], [ 120.0866594, 30.3785003 ], [ 120.0864029, 30.3780817 ], [ 120.0864169, 30.3779529 ], [ 120.0864355, 30.3776792 ], [ 120.0860856, 30.3775987 ], [ 120.0853065, 30.3774498 ], [ 120.0852972, 30.3777114 ], [ 120.0853485, 30.3779207 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.083214, 30.3762799 ], [ 120.0834367, 30.3762799 ], [ 120.0836919, 30.3762599 ], [ 120.084193, 30.3763439 ], [ 120.0846013, 30.376468 ], [ 120.0849447, 30.376508 ], [ 120.0852648, 30.3766241 ], [ 120.0853298, 30.3766842 ], [ 120.0853576, 30.3767762 ], [ 120.0853716, 30.3768603 ], [ 120.0853623, 30.3769524 ], [ 120.0853901, 30.3770324 ], [ 120.0854458, 30.3770885 ], [ 120.0855432, 30.3771045 ], [ 120.0856639, 30.3770805 ], [ 120.0858031, 30.3770364 ], [ 120.0860397, 30.3770605 ], [ 120.0863552, 30.3770605 ], [ 120.0867914, 30.3771045 ], [ 120.0875013, 30.3773086 ], [ 120.0876312, 30.3773487 ], [ 120.08784, 30.3773687 ], [ 120.0880117, 30.3773727 ], [ 120.0882204, 30.3773687 ], [ 120.08842, 30.3773527 ], [ 120.0885916, 30.3773607 ], [ 120.088768, 30.3774007 ], [ 120.0890695, 30.3774928 ], [ 120.0891438, 30.3775448 ], [ 120.0897145, 30.3777329 ], [ 120.0899047, 30.377773 ], [ 120.0900532, 30.377749 ], [ 120.0901924, 30.3777249 ], [ 120.0908977, 30.3773647 ], [ 120.090958, 30.3773246 ], [ 120.0910229, 30.3773206 ], [ 120.0911018, 30.3773607 ], [ 120.0912271, 30.3774687 ], [ 120.0921528, 30.3783964 ], [ 120.0922971, 30.3784936 ], [ 120.0925751, 30.3787243 ], [ 120.0929798, 30.3790249 ], [ 120.0932015, 30.3791159 ], [ 120.0933985, 30.3792252 ], [ 120.0937293, 30.3794256 ], [ 120.0938736, 30.3795137 ], [ 120.0940953, 30.3795804 ], [ 120.0944895, 30.379708 ], [ 120.0947041, 30.3797778 ], [ 120.0951053, 30.379969 ], [ 120.0952426, 30.3800267 ], [ 120.0953622, 30.380054 ], [ 120.0955699, 30.3800632 ], [ 120.0956754, 30.380048 ], [ 120.0958162, 30.3800024 ], [ 120.0959675, 30.3799356 ], [ 120.0960942, 30.3798658 ], [ 120.0962561, 30.3798142 ], [ 120.0964004, 30.379793 ], [ 120.0966538, 30.3797808 ], [ 120.0967699, 30.3797808 ], [ 120.0968755, 30.379799 ], [ 120.0977834, 30.3800844 ], [ 120.0978995, 30.3801208 ], [ 120.0979629, 30.3801816 ], [ 120.0980051, 30.3802514 ], [ 120.0980297, 30.380306 ], [ 120.0980121, 30.3803819 ], [ 120.0978362, 30.3807311 ], [ 120.0977412, 30.3810984 ], [ 120.0978679, 30.3816297 ], [ 120.0978643, 30.3817481 ], [ 120.0978714, 30.3818847 ], [ 120.0978784, 30.3819545 ], [ 120.0978679, 30.3820395 ], [ 120.0978221, 30.3821063 ], [ 120.0976919, 30.3822095 ], [ 120.0975617, 30.3822672 ], [ 120.0973822, 30.3824403 ], [ 120.0972837, 30.3825101 ], [ 120.0972027, 30.3825799 ], [ 120.0970092, 30.3826346 ], [ 120.0968192, 30.3826801 ], [ 120.096615, 30.3826862 ], [ 120.0964074, 30.3826801 ], [ 120.0963159, 30.3826831 ], [ 120.0961188, 30.3826831 ], [ 120.0958936, 30.3826831 ], [ 120.0957669, 30.3826558 ], [ 120.0956578, 30.3826194 ], [ 120.0955135, 30.3826254 ], [ 120.0953869, 30.382671 ], [ 120.09532, 30.3827165 ], [ 120.0953165, 30.3827499 ], [ 120.0954045, 30.3827894 ], [ 120.0954995, 30.3828197 ], [ 120.0956297, 30.3828562 ], [ 120.0957001, 30.3828926 ], [ 120.0957353, 30.3829685 ], [ 120.0957212, 30.383093 ], [ 120.0956895, 30.3832205 ], [ 120.0956297, 30.3832751 ], [ 120.0955839, 30.3833601 ], [ 120.0955699, 30.3834482 ], [ 120.0955382, 30.3835271 ], [ 120.0954678, 30.3835848 ], [ 120.0953939, 30.3836485 ], [ 120.09532, 30.3836849 ], [ 120.0951511, 30.3836819 ], [ 120.094303, 30.3836212 ], [ 120.0942115, 30.3836394 ], [ 120.0940144, 30.3836485 ], [ 120.0939018, 30.3836364 ], [ 120.093761, 30.3836182 ], [ 120.0936519, 30.3836303 ], [ 120.0935851, 30.3836789 ], [ 120.0935745, 30.3837669 ], [ 120.0937962, 30.3838641 ], [ 120.0938596, 30.3838307 ], [ 120.093937, 30.3838033 ], [ 120.0940989, 30.3837791 ], [ 120.0944613, 30.3837396 ], [ 120.0949118, 30.3837426 ], [ 120.0951476, 30.3837457 ], [ 120.095327, 30.38377 ], [ 120.0954537, 30.3837882 ], [ 120.0955206, 30.3838489 ], [ 120.0955558, 30.3839187 ], [ 120.0955593, 30.3839855 ], [ 120.095496, 30.3840857 ], [ 120.0954361, 30.3842193 ], [ 120.0953904, 30.3843984 ], [ 120.0953481, 30.384535 ], [ 120.0953702, 30.3845467 ], [ 120.0953939, 30.3845593 ], [ 120.0954221, 30.3845441 ], [ 120.0954467, 30.384453 ], [ 120.0954819, 30.3842193 ], [ 120.0955417, 30.3841009 ], [ 120.0956121, 30.384025 ], [ 120.095693, 30.3839734 ], [ 120.095693, 30.3837973 ], [ 120.0957212, 30.3836849 ], [ 120.0957564, 30.3836242 ], [ 120.0958514, 30.383603 ], [ 120.0959746, 30.3835574 ], [ 120.0960766, 30.3834907 ], [ 120.0961435, 30.3834269 ], [ 120.0962561, 30.3831992 ], [ 120.0963194, 30.383093 ], [ 120.0964215, 30.3830049 ], [ 120.0965517, 30.3829412 ], [ 120.0967558, 30.3828956 ], [ 120.096886, 30.3828744 ], [ 120.0970268, 30.3828987 ], [ 120.0971007, 30.3829321 ], [ 120.0972168, 30.3829806 ], [ 120.09734, 30.3830201 ], [ 120.0974104, 30.383099 ], [ 120.0974244, 30.3831901 ], [ 120.0974174, 30.3834482 ], [ 120.0974315, 30.3835301 ], [ 120.0974913, 30.3836698 ], [ 120.0975124, 30.3837032 ], [ 120.09753, 30.3837517 ], [ 120.0975617, 30.3837973 ], [ 120.0976074, 30.3837548 ], [ 120.0976004, 30.3837092 ], [ 120.0975617, 30.3836607 ], [ 120.0975054, 30.3835544 ], [ 120.0974843, 30.3834148 ], [ 120.0975089, 30.383184 ], [ 120.0974878, 30.383099 ], [ 120.0974491, 30.3830019 ], [ 120.0973857, 30.3829321 ], [ 120.0973611, 30.3828531 ], [ 120.0973717, 30.3827499 ], [ 120.0974139, 30.3826346 ], [ 120.0974772, 30.3825647 ], [ 120.0976321, 30.3825192 ], [ 120.0978151, 30.3824706 ], [ 120.0979805, 30.3824524 ], [ 120.0981107, 30.3824494 ], [ 120.0982198, 30.3824797 ], [ 120.0983711, 30.382501 ], [ 120.0984802, 30.3825435 ], [ 120.0985822, 30.3826497 ], [ 120.0986421, 30.3827135 ], [ 120.0986421, 30.3827651 ], [ 120.0987054, 30.3827894 ], [ 120.0987441, 30.3830201 ], [ 120.098818, 30.3833419 ], [ 120.0988215, 30.3834087 ], [ 120.0986913, 30.3838155 ], [ 120.09873, 30.3838185 ], [ 120.0988321, 30.3834907 ], [ 120.0988603, 30.3834087 ], [ 120.0988544, 30.3832506 ], [ 120.098851, 30.3831003 ], [ 120.0988812, 30.3827651 ], [ 120.0988778, 30.3826755 ], [ 120.0988376, 30.3825685 ], [ 120.0988142, 30.3825049 ], [ 120.0987706, 30.38245 ], [ 120.0986701, 30.3824327 ], [ 120.0984472, 30.3824095 ], [ 120.0982923, 30.3823846 ], [ 120.0982058, 30.3823535 ], [ 120.0981302, 30.3823038 ], [ 120.0980977, 30.3822323 ], [ 120.0981049, 30.3819712 ], [ 120.0979644, 30.3813309 ], [ 120.0979428, 30.3812283 ], [ 120.0979644, 30.381048 ], [ 120.0979932, 30.3809175 ], [ 120.0981157, 30.3805973 ], [ 120.0982707, 30.3803518 ], [ 120.0984004, 30.3802461 ], [ 120.0985049, 30.3801249 ], [ 120.098613, 30.3799321 ], [ 120.0989841, 30.3791271 ], [ 120.0994309, 30.3780018 ], [ 120.0994993, 30.3779024 ], [ 120.0996471, 30.3778153 ], [ 120.0997371, 30.3777998 ], [ 120.0999461, 30.3777904 ], [ 120.1005777, 30.3777884 ], [ 120.1006347, 30.3777312 ], [ 120.1005784, 30.3776837 ], [ 120.099848, 30.3776409 ], [ 120.0997088, 30.3776489 ], [ 120.0996207, 30.3776689 ], [ 120.0994351, 30.3777329 ], [ 120.0992959, 30.377841 ], [ 120.0992309, 30.3779371 ], [ 120.0986741, 30.379182 ], [ 120.0986509, 30.3793461 ], [ 120.098572, 30.3795983 ], [ 120.0983957, 30.3798665 ], [ 120.0982705, 30.3799665 ], [ 120.0981545, 30.3799945 ], [ 120.0980663, 30.3799945 ], [ 120.097941, 30.3799585 ], [ 120.0972775, 30.3797143 ], [ 120.0970084, 30.3796423 ], [ 120.096846, 30.3796103 ], [ 120.0965723, 30.3795983 ], [ 120.0963403, 30.3796343 ], [ 120.0960572, 30.3796903 ], [ 120.0957464, 30.3798224 ], [ 120.0956304, 30.3798705 ], [ 120.0954633, 30.3798745 ], [ 120.0946189, 30.3795662 ], [ 120.0939461, 30.3792981 ], [ 120.0937976, 30.37923 ], [ 120.0934774, 30.3790219 ], [ 120.0931898, 30.3789298 ], [ 120.0931248, 30.3788818 ], [ 120.0924659, 30.3784014 ], [ 120.0922757, 30.3782693 ], [ 120.0913431, 30.3773046 ], [ 120.0911529, 30.3771605 ], [ 120.0910322, 30.3771525 ], [ 120.090893, 30.3771485 ], [ 120.0907121, 30.3772286 ], [ 120.0902388, 30.3774928 ], [ 120.090095, 30.3775488 ], [ 120.09003, 30.3775608 ], [ 120.089515, 30.3774247 ], [ 120.0893851, 30.3774127 ], [ 120.0892459, 30.3774127 ], [ 120.0891438, 30.3773967 ], [ 120.0885824, 30.3772286 ], [ 120.0884107, 30.3772166 ], [ 120.0879606, 30.3772406 ], [ 120.0876683, 30.3772326 ], [ 120.0875013, 30.3772046 ], [ 120.0869862, 30.3770364 ], [ 120.0865269, 30.3769564 ], [ 120.0858402, 30.3769564 ], [ 120.0856824, 30.3769284 ], [ 120.0856175, 30.3768803 ], [ 120.085585, 30.3768163 ], [ 120.085585, 30.3766882 ], [ 120.0856128, 30.3765841 ], [ 120.0855015, 30.3765201 ], [ 120.0853948, 30.376476 ], [ 120.0850653, 30.37638 ], [ 120.0843276, 30.3762439 ], [ 120.0837337, 30.3761318 ], [ 120.0834414, 30.3760917 ], [ 120.0832233, 30.3760677 ], [ 120.0830934, 30.3760397 ], [ 120.0829263, 30.3759636 ], [ 120.0828707, 30.3762359 ], [ 120.083214, 30.3762799 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1081394, 30.3953345 ], [ 120.1081471, 30.3949827 ], [ 120.1078086, 30.3948965 ], [ 120.1076316, 30.3948965 ], [ 120.1075854, 30.3952681 ], [ 120.1081394, 30.3953345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108657, 30.39548 ], [ 120.1086416, 30.3951547 ], [ 120.1085878, 30.3949822 ], [ 120.1083877, 30.394949 ], [ 120.1083492, 30.3954335 ], [ 120.108657, 30.39548 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1086878, 30.3960972 ], [ 120.1087032, 30.3958649 ], [ 120.1086647, 30.3955596 ], [ 120.1083338, 30.3955198 ], [ 120.1083261, 30.3957985 ], [ 120.1082723, 30.3960574 ], [ 120.1086878, 30.3960972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1080491, 30.3961968 ], [ 120.1080953, 30.3958583 ], [ 120.107572, 30.3957985 ], [ 120.1075336, 30.3961769 ], [ 120.1080491, 30.3961968 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1086262, 30.3966481 ], [ 120.1086955, 30.3961769 ], [ 120.1082569, 30.3961304 ], [ 120.1081722, 30.3966216 ], [ 120.1086262, 30.3966481 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1176006, 30.3689543 ], [ 120.1178787, 30.3689839 ], [ 120.1181225, 30.3690995 ], [ 120.1182255, 30.3692595 ], [ 120.1183457, 30.3694728 ], [ 120.1184384, 30.3696979 ], [ 120.1185002, 30.3699112 ], [ 120.1185105, 30.3700149 ], [ 120.1186616, 30.3700238 ], [ 120.1187028, 30.3697216 ], [ 120.1187749, 30.3692446 ], [ 120.1188024, 30.3690669 ], [ 120.1188505, 30.3688921 ], [ 120.1189397, 30.3688299 ], [ 120.1192041, 30.368581 ], [ 120.1193346, 30.3685069 ], [ 120.1192453, 30.3682314 ], [ 120.119187, 30.3682225 ], [ 120.1191629, 30.368104 ], [ 120.119005, 30.3680359 ], [ 120.1188299, 30.368027 ], [ 120.1187715, 30.3678848 ], [ 120.1188264, 30.36771 ], [ 120.1188642, 30.3675322 ], [ 120.118847, 30.3673071 ], [ 120.1187372, 30.3672982 ], [ 120.1187131, 30.3674819 ], [ 120.1186856, 30.3677544 ], [ 120.1185895, 30.3678878 ], [ 120.118459, 30.3679381 ], [ 120.1182839, 30.3680122 ], [ 120.1181465, 30.3681337 ], [ 120.1177929, 30.3681899 ], [ 120.117659, 30.3682492 ], [ 120.1176212, 30.3682966 ], [ 120.1175559, 30.3684507 ], [ 120.117501, 30.3685188 ], [ 120.1174186, 30.368581 ], [ 120.1169413, 30.3687321 ], [ 120.116907, 30.3688536 ], [ 120.1168658, 30.3690284 ], [ 120.1176006, 30.3689543 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.123266, 30.379844 ], [ 120.1234377, 30.3807918 ], [ 120.1235557, 30.3814128 ], [ 120.1236093, 30.3816951 ], [ 120.1238668, 30.3824948 ], [ 120.1239097, 30.3828058 ], [ 120.1238845, 30.3828835 ], [ 120.1237, 30.3834518 ], [ 120.1236561, 30.3835839 ], [ 120.1236179, 30.3837387 ], [ 120.1234205, 30.3839609 ], [ 120.1234377, 30.3842126 ], [ 120.1233347, 30.3842866 ], [ 120.1235321, 30.3844643 ], [ 120.1238411, 30.3855453 ], [ 120.1238668, 30.3857897 ], [ 120.1238239, 30.3859822 ], [ 120.1239047, 30.3867423 ], [ 120.1239097, 30.3867892 ], [ 120.1250427, 30.3868114 ], [ 120.1251028, 30.3856342 ], [ 120.1251028, 30.3841386 ], [ 120.1251028, 30.3836721 ], [ 120.1250427, 30.3831612 ], [ 120.1249569, 30.3823837 ], [ 120.1248539, 30.3817914 ], [ 120.1247589, 30.3808002 ], [ 120.1247756, 30.3806276 ], [ 120.1248125, 30.3805679 ], [ 120.1248267, 30.3796976 ], [ 120.124588, 30.3797076 ], [ 120.1245277, 30.3796589 ], [ 120.1245277, 30.3793035 ], [ 120.1244762, 30.3786223 ], [ 120.1244333, 30.3781484 ], [ 120.1243818, 30.3780299 ], [ 120.1244676, 30.377867 ], [ 120.1244505, 30.37763 ], [ 120.1244505, 30.3774671 ], [ 120.124502, 30.3769562 ], [ 120.1245878, 30.3764305 ], [ 120.1246564, 30.3759121 ], [ 120.1249397, 30.3748977 ], [ 120.125077, 30.3744237 ], [ 120.1251114, 30.3742386 ], [ 120.125077, 30.3734019 ], [ 120.1250084, 30.3731945 ], [ 120.1250183, 30.3730485 ], [ 120.1250255, 30.3729427 ], [ 120.1250437, 30.3728489 ], [ 120.1250599, 30.372765 ], [ 120.1251714, 30.3720986 ], [ 120.1252658, 30.3715876 ], [ 120.1253088, 30.3708989 ], [ 120.1254375, 30.3698844 ], [ 120.1256178, 30.3694475 ], [ 120.1257894, 30.367885 ], [ 120.1259096, 30.3677591 ], [ 120.125966, 30.3675479 ], [ 120.1259868, 30.3674702 ], [ 120.1245792, 30.3674999 ], [ 120.1245779, 30.367661 ], [ 120.1245706, 30.3685663 ], [ 120.1245363, 30.3690106 ], [ 120.1244247, 30.3697363 ], [ 120.1243217, 30.3705805 ], [ 120.1242702, 30.3713877 ], [ 120.1242273, 30.3722763 ], [ 120.1241118, 30.3729238 ], [ 120.1239698, 30.3737203 ], [ 120.1237981, 30.3738832 ], [ 120.1237037, 30.3743793 ], [ 120.1236265, 30.374557 ], [ 120.1234227, 30.3758371 ], [ 120.1234513, 30.375951 ], [ 120.1233835, 30.376343 ], [ 120.1234507, 30.3764213 ], [ 120.1234642, 30.3764938 ], [ 120.1234892, 30.3765415 ], [ 120.1235347, 30.3769694 ], [ 120.1234978, 30.3772043 ], [ 120.1233604, 30.3777707 ], [ 120.1232832, 30.3780965 ], [ 120.1231802, 30.3780965 ], [ 120.123266, 30.379844 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1133988, 30.3819984 ], [ 120.1135062, 30.3820583 ], [ 120.1135188, 30.3821782 ], [ 120.1135946, 30.3821673 ], [ 120.1135946, 30.3820638 ], [ 120.113822, 30.3820529 ], [ 120.1139483, 30.3820365 ], [ 120.1140431, 30.3819929 ], [ 120.1141315, 30.3819439 ], [ 120.1142136, 30.381933 ], [ 120.114302, 30.381982 ], [ 120.1143526, 30.3820638 ], [ 120.1143715, 30.3821618 ], [ 120.114441, 30.3821673 ], [ 120.1144284, 30.3820583 ], [ 120.1144536, 30.3819984 ], [ 120.1144662, 30.381933 ], [ 120.1144157, 30.3818894 ], [ 120.114321, 30.3818458 ], [ 120.1142073, 30.3818458 ], [ 120.1141126, 30.3818785 ], [ 120.1139231, 30.3819657 ], [ 120.1137652, 30.3819984 ], [ 120.1136578, 30.381982 ], [ 120.1135504, 30.3818785 ], [ 120.113462, 30.3817041 ], [ 120.1134746, 30.3814807 ], [ 120.1134557, 30.3814099 ], [ 120.1133799, 30.3814208 ], [ 120.1133609, 30.3815189 ], [ 120.1133483, 30.3817532 ], [ 120.113342, 30.381873 ], [ 120.1133988, 30.3819984 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1236036, 30.3825003 ], [ 120.1237723, 30.3825346 ], [ 120.123822, 30.3826159 ], [ 120.1239097, 30.3828058 ], [ 120.1238668, 30.3824948 ], [ 120.1236093, 30.3816951 ], [ 120.1235557, 30.3814128 ], [ 120.1235143, 30.3816314 ], [ 120.1234647, 30.381794 ], [ 120.1233307, 30.3819396 ], [ 120.1232216, 30.3819995 ], [ 120.1231273, 30.3820295 ], [ 120.1221895, 30.382038 ], [ 120.1221299, 30.3820123 ], [ 120.1221002, 30.3819695 ], [ 120.1221051, 30.38161 ], [ 120.121207, 30.3816142 ], [ 120.1211772, 30.3824789 ], [ 120.1236036, 30.3825003 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.109325, 30.382516 ], [ 120.1093889, 30.3824999 ], [ 120.1094632, 30.3824654 ], [ 120.1098266, 30.3824735 ], [ 120.1125813, 30.3825545 ], [ 120.1133403, 30.3825615 ], [ 120.114681, 30.3825051 ], [ 120.1148578, 30.3825432 ], [ 120.1154515, 30.3827176 ], [ 120.1155715, 30.3827612 ], [ 120.1156726, 30.3828701 ], [ 120.1157358, 30.3830118 ], [ 120.1157358, 30.3835839 ], [ 120.115761, 30.3843031 ], [ 120.1158179, 30.3846464 ], [ 120.1159568, 30.3850714 ], [ 120.1160895, 30.3853765 ], [ 120.1162347, 30.3856107 ], [ 120.1163674, 30.3855726 ], [ 120.1163547, 30.3855127 ], [ 120.1163168, 30.3854582 ], [ 120.1162474, 30.385371 ], [ 120.1160958, 30.3850005 ], [ 120.1159758, 30.3846573 ], [ 120.1159316, 30.3842486 ], [ 120.1158937, 30.3839381 ], [ 120.1159, 30.3832951 ], [ 120.1159631, 30.3830826 ], [ 120.1159189, 30.3828865 ], [ 120.1158242, 30.3827612 ], [ 120.1156726, 30.3826195 ], [ 120.1154579, 30.3825214 ], [ 120.1154298, 30.3825138 ], [ 120.1149147, 30.3823743 ], [ 120.114801, 30.3823525 ], [ 120.1145799, 30.3823525 ], [ 120.1135631, 30.3823798 ], [ 120.1128051, 30.3823743 ], [ 120.1106767, 30.3823035 ], [ 120.1094766, 30.3822599 ], [ 120.1093945, 30.3822545 ], [ 120.1093124, 30.3821564 ], [ 120.1092492, 30.3826086 ], [ 120.109325, 30.382516 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1166642, 30.3860739 ], [ 120.1171569, 30.3864661 ], [ 120.1173274, 30.3866078 ], [ 120.1173274, 30.3869347 ], [ 120.11734, 30.3871145 ], [ 120.1174284, 30.3874142 ], [ 120.1175232, 30.3877465 ], [ 120.117534, 30.3878194 ], [ 120.1176495, 30.3886019 ], [ 120.1176874, 30.3889124 ], [ 120.1177064, 30.3890269 ], [ 120.1176242, 30.3896425 ], [ 120.1175358, 30.3899531 ], [ 120.117359, 30.3903835 ], [ 120.1172832, 30.3904815 ], [ 120.1171632, 30.3904597 ], [ 120.117119, 30.390536 ], [ 120.1171821, 30.3906177 ], [ 120.1171821, 30.3907212 ], [ 120.1170937, 30.3909337 ], [ 120.1170684, 30.3911843 ], [ 120.1170558, 30.391375 ], [ 120.1170053, 30.3916856 ], [ 120.1169169, 30.3919307 ], [ 120.1168221, 30.3922631 ], [ 120.116788, 30.3924878 ], [ 120.1167981, 30.3926832 ], [ 120.1167746, 30.3929433 ], [ 120.1167713, 30.3931369 ], [ 120.116788, 30.3931918 ], [ 120.1168483, 30.3931947 ], [ 120.1168617, 30.3931369 ], [ 120.1168284, 30.3929168 ], [ 120.11686, 30.3925682 ], [ 120.1169042, 30.3923666 ], [ 120.1169611, 30.3921541 ], [ 120.1169674, 30.3920124 ], [ 120.117119, 30.3915058 ], [ 120.1171569, 30.391217 ], [ 120.1172263, 30.3909283 ], [ 120.117359, 30.3905632 ], [ 120.1175169, 30.3902908 ], [ 120.1176432, 30.3899857 ], [ 120.1177064, 30.389697 ], [ 120.1177442, 30.3895335 ], [ 120.1178011, 30.3889451 ], [ 120.117719, 30.3883295 ], [ 120.1176685, 30.3877411 ], [ 120.1174979, 30.3871145 ], [ 120.1174348, 30.3866677 ], [ 120.1174663, 30.3865969 ], [ 120.1175421, 30.3866024 ], [ 120.1184895, 30.3869783 ], [ 120.1186601, 30.3870437 ], [ 120.1188243, 30.3870655 ], [ 120.1211802, 30.3870655 ], [ 120.1235234, 30.3870491 ], [ 120.1237192, 30.3871145 ], [ 120.1238485, 30.3871817 ], [ 120.1239097, 30.3867892 ], [ 120.1239047, 30.3867423 ], [ 120.1237192, 30.3868966 ], [ 120.123656, 30.3869619 ], [ 120.1234308, 30.3869623 ], [ 120.121098, 30.3869674 ], [ 120.1188117, 30.3869511 ], [ 120.1186664, 30.3869293 ], [ 120.1178424, 30.3865696 ], [ 120.1173945, 30.3864221 ], [ 120.1167842, 30.3859758 ], [ 120.1166137, 30.3860085 ], [ 120.1166642, 30.3860739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1243746, 30.3940187 ], [ 120.12501, 30.3939683 ], [ 120.1254556, 30.3939431 ], [ 120.1261933, 30.3939557 ], [ 120.12669, 30.3940187 ], [ 120.1267011, 30.3939181 ], [ 120.1257941, 30.3938304 ], [ 120.1254198, 30.3938198 ], [ 120.1249643, 30.3937356 ], [ 120.1244161, 30.3936155 ], [ 120.124296, 30.3939635 ], [ 120.1241586, 30.3941337 ], [ 120.1243746, 30.3940187 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1040672, 30.4017273 ], [ 120.1042245, 30.4017752 ], [ 120.1043171, 30.4013682 ], [ 120.1044281, 30.4012325 ], [ 120.1046687, 30.4012645 ], [ 120.1046872, 30.4017992 ], [ 120.1046872, 30.4022381 ], [ 120.1047982, 30.4025972 ], [ 120.1048275, 30.4028937 ], [ 120.1050933, 30.4029376 ], [ 120.1052275, 30.4025008 ], [ 120.1052871, 30.4021306 ], [ 120.105621, 30.400763 ], [ 120.1057998, 30.4006191 ], [ 120.1060978, 30.4005368 ], [ 120.1068608, 30.4004751 ], [ 120.1071947, 30.4004134 ], [ 120.1074569, 30.4004031 ], [ 120.1078146, 30.4004854 ], [ 120.1084703, 30.4004751 ], [ 120.1099428, 30.4004903 ], [ 120.1101741, 30.4004824 ], [ 120.1107293, 30.4005702 ], [ 120.1113215, 30.4006021 ], [ 120.1122005, 30.4005941 ], [ 120.1129407, 30.4006579 ], [ 120.1143101, 30.4007218 ], [ 120.1144304, 30.4007298 ], [ 120.1143749, 30.4006659 ], [ 120.1129315, 30.4005941 ], [ 120.1126354, 30.4005542 ], [ 120.1123023, 30.4005462 ], [ 120.1117379, 30.4005382 ], [ 120.111303, 30.4004903 ], [ 120.1109976, 30.4004744 ], [ 120.1107756, 30.4004983 ], [ 120.1100908, 30.4004105 ], [ 120.1096745, 30.4004265 ], [ 120.1084068, 30.4004185 ], [ 120.1080182, 30.4003547 ], [ 120.1077221, 30.4002908 ], [ 120.1075463, 30.4002908 ], [ 120.107315, 30.4003148 ], [ 120.1068523, 30.4003387 ], [ 120.1065655, 30.4003068 ], [ 120.1061029, 30.400235 ], [ 120.1059641, 30.4001711 ], [ 120.10589, 30.4000674 ], [ 120.1059271, 30.3999317 ], [ 120.1061121, 30.3993491 ], [ 120.1061769, 30.3987825 ], [ 120.1061676, 30.398567 ], [ 120.106399, 30.3978088 ], [ 120.1065933, 30.3966516 ], [ 120.1066673, 30.3961887 ], [ 120.106658, 30.3959652 ], [ 120.106621, 30.3957178 ], [ 120.1066858, 30.3955422 ], [ 120.1067783, 30.3953906 ], [ 120.1069171, 30.3946244 ], [ 120.1069356, 30.3944169 ], [ 120.1070744, 30.3943131 ], [ 120.1071299, 30.3941535 ], [ 120.1071207, 30.3939859 ], [ 120.1072225, 30.3935788 ], [ 120.1072687, 30.3931079 ], [ 120.1073057, 30.3928126 ], [ 120.1073798, 30.3923737 ], [ 120.107463, 30.3917671 ], [ 120.1076851, 30.3910488 ], [ 120.1077776, 30.3909769 ], [ 120.1079257, 30.3908013 ], [ 120.1079812, 30.3905379 ], [ 120.1080552, 30.3901149 ], [ 120.1081107, 30.3898515 ], [ 120.1082495, 30.3896839 ], [ 120.1082958, 30.3895402 ], [ 120.1083976, 30.3895323 ], [ 120.1084161, 30.3897398 ], [ 120.1088325, 30.3897957 ], [ 120.1094894, 30.3898515 ], [ 120.1097022, 30.3894764 ], [ 120.109656, 30.3893966 ], [ 120.1085919, 30.3891891 ], [ 120.1084438, 30.389205 ], [ 120.1084161, 30.3894365 ], [ 120.1082588, 30.3894125 ], [ 120.108305, 30.389205 ], [ 120.1082865, 30.3890294 ], [ 120.1082588, 30.3888538 ], [ 120.1081015, 30.3886543 ], [ 120.1080552, 30.3885505 ], [ 120.1081755, 30.3875049 ], [ 120.1082865, 30.3872096 ], [ 120.1084901, 30.3870021 ], [ 120.1085919, 30.3868265 ], [ 120.1086567, 30.3864992 ], [ 120.1086258, 30.3861865 ], [ 120.1086196, 30.3861241 ], [ 120.1083527, 30.386134 ], [ 120.1083143, 30.3866429 ], [ 120.1081015, 30.38705 ], [ 120.1080275, 30.3872655 ], [ 120.1079956, 30.3874433 ], [ 120.1079722, 30.3875739 ], [ 120.1078702, 30.3881435 ], [ 120.1076758, 30.3897398 ], [ 120.1075648, 30.3898116 ], [ 120.1075093, 30.3901947 ], [ 120.107426, 30.3903224 ], [ 120.1072595, 30.3903623 ], [ 120.107278, 30.3904821 ], [ 120.1075093, 30.3906656 ], [ 120.1075, 30.3908572 ], [ 120.1074075, 30.3909929 ], [ 120.1073242, 30.3910328 ], [ 120.1073798, 30.3912802 ], [ 120.1073613, 30.3914718 ], [ 120.1072317, 30.3915675 ], [ 120.1071762, 30.3916873 ], [ 120.1072502, 30.391799 ], [ 120.1072317, 30.3920305 ], [ 120.1068153, 30.3934591 ], [ 120.106658, 30.393491 ], [ 120.1062602, 30.3934831 ], [ 120.1061769, 30.3933873 ], [ 120.1061029, 30.3931878 ], [ 120.1059826, 30.393092 ], [ 120.1056957, 30.3930441 ], [ 120.1056495, 30.3931239 ], [ 120.1060196, 30.3931878 ], [ 120.1061399, 30.3934671 ], [ 120.1061399, 30.3936267 ], [ 120.1060196, 30.3937624 ], [ 120.1060103, 30.3939061 ], [ 120.1062046, 30.3940417 ], [ 120.1063897, 30.3942094 ], [ 120.1064822, 30.3944488 ], [ 120.1064175, 30.3948718 ], [ 120.106436, 30.3950953 ], [ 120.1063157, 30.3953906 ], [ 120.1061306, 30.3954624 ], [ 120.1060288, 30.395638 ], [ 120.1058808, 30.3957337 ], [ 120.105631, 30.3957178 ], [ 120.1056032, 30.3958056 ], [ 120.1058438, 30.3958136 ], [ 120.1059733, 30.3957577 ], [ 120.1060566, 30.3957577 ], [ 120.1061306, 30.3958056 ], [ 120.1063064, 30.3964201 ], [ 120.1062417, 30.3966037 ], [ 120.1061861, 30.3966995 ], [ 120.1061584, 30.3970027 ], [ 120.1060381, 30.3972102 ], [ 120.1057975, 30.397298 ], [ 120.1056402, 30.397322 ], [ 120.1055107, 30.397745 ], [ 120.1054367, 30.3981999 ], [ 120.1052886, 30.3983196 ], [ 120.105085, 30.3983515 ], [ 120.1050018, 30.3984473 ], [ 120.1047427, 30.3986628 ], [ 120.1044466, 30.3987426 ], [ 120.1044373, 30.3988064 ], [ 120.1046872, 30.3987825 ], [ 120.1048537, 30.3986947 ], [ 120.105011, 30.3985111 ], [ 120.1051591, 30.398543 ], [ 120.1052146, 30.3987106 ], [ 120.1053164, 30.3993331 ], [ 120.1051221, 30.3996284 ], [ 120.1049, 30.3999157 ], [ 120.104863, 30.4003866 ], [ 120.1047242, 30.4010171 ], [ 120.1045299, 30.4011527 ], [ 120.1042708, 30.4011527 ], [ 120.1041875, 30.4013443 ], [ 120.1041042, 30.4015917 ], [ 120.1039284, 30.4016316 ], [ 120.1034565, 30.4016236 ], [ 120.1034288, 30.4017114 ], [ 120.1040672, 30.4017273 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1196611, 30.402366 ], [ 120.1199014, 30.4025955 ], [ 120.1203306, 30.4025585 ], [ 120.1203992, 30.4025881 ], [ 120.1205022, 30.4027066 ], [ 120.1206911, 30.4024771 ], [ 120.1215065, 30.4023512 ], [ 120.1216352, 30.402366 ], [ 120.1219699, 30.4025733 ], [ 120.1223819, 30.4036689 ], [ 120.1255233, 30.4036689 ], [ 120.1253688, 30.4029287 ], [ 120.125353, 30.4027602 ], [ 120.1253439, 30.4026631 ], [ 120.1295103, 30.4021766 ], [ 120.1292802, 30.4008933 ], [ 120.1290694, 30.4008936 ], [ 120.1291536, 30.4013333 ], [ 120.1252415, 30.4018878 ], [ 120.1251028, 30.4016332 ], [ 120.1246994, 30.400767 ], [ 120.1241157, 30.4000637 ], [ 120.1242445, 30.4004043 ], [ 120.1238926, 30.4001748 ], [ 120.1238582, 30.3998935 ], [ 120.1236522, 30.3995677 ], [ 120.1236522, 30.3991013 ], [ 120.1236951, 30.3984869 ], [ 120.1237896, 30.3979538 ], [ 120.1238411, 30.3979168 ], [ 120.1238411, 30.3978428 ], [ 120.1237638, 30.3977762 ], [ 120.1236951, 30.3972654 ], [ 120.1237381, 30.3965917 ], [ 120.1239097, 30.395496 ], [ 120.1239956, 30.3953479 ], [ 120.1240728, 30.3945261 ], [ 120.1241586, 30.3941337 ], [ 120.124296, 30.3939635 ], [ 120.1244161, 30.3936155 ], [ 120.1243904, 30.3931787 ], [ 120.124459, 30.3926382 ], [ 120.1247079, 30.3920163 ], [ 120.1248024, 30.3919275 ], [ 120.1249054, 30.3919275 ], [ 120.1249054, 30.3918238 ], [ 120.1249738, 30.3915671 ], [ 120.1250145, 30.3914141 ], [ 120.1250513, 30.391276 ], [ 120.1251028, 30.390543 ], [ 120.1255577, 30.3895287 ], [ 120.125592, 30.3894472 ], [ 120.125901, 30.3893436 ], [ 120.1258667, 30.3891955 ], [ 120.1254547, 30.3890993 ], [ 120.1253321, 30.3887953 ], [ 120.1249913, 30.3885904 ], [ 120.1250084, 30.388196 ], [ 120.1250684, 30.3876925 ], [ 120.1250427, 30.3868114 ], [ 120.1239097, 30.3867892 ], [ 120.1238485, 30.3871817 ], [ 120.1237724, 30.3876703 ], [ 120.1235063, 30.3884699 ], [ 120.1234462, 30.3889142 ], [ 120.1233518, 30.3895583 ], [ 120.1232488, 30.3898841 ], [ 120.1231716, 30.3905578 ], [ 120.1231201, 30.3911723 ], [ 120.1230514, 30.3915129 ], [ 120.1226995, 30.3924309 ], [ 120.1224935, 30.3930306 ], [ 120.1222274, 30.3934082 ], [ 120.1221588, 30.3935859 ], [ 120.1221759, 30.393845 ], [ 120.1221845, 30.3943336 ], [ 120.1221502, 30.3954367 ], [ 120.1220987, 30.3955996 ], [ 120.1218498, 30.3957773 ], [ 120.1217125, 30.3958069 ], [ 120.1216781, 30.3959328 ], [ 120.1223991, 30.3962955 ], [ 120.122442, 30.396414 ], [ 120.1224077, 30.3968138 ], [ 120.1223133, 30.3970062 ], [ 120.1222017, 30.3973246 ], [ 120.1220644, 30.3982352 ], [ 120.1219099, 30.3990939 ], [ 120.121661, 30.3995529 ], [ 120.1210601, 30.3999083 ], [ 120.1209486, 30.4000859 ], [ 120.1209486, 30.4001896 ], [ 120.1211031, 30.4003747 ], [ 120.1210344, 30.4007966 ], [ 120.1212747, 30.4013222 ], [ 120.1213777, 30.4016924 ], [ 120.1213777, 30.4018552 ], [ 120.120116, 30.4020773 ], [ 120.1197898, 30.4022254 ], [ 120.1196611, 30.4022624 ], [ 120.1196611, 30.402366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1072687, 30.3943291 ], [ 120.1076851, 30.3943929 ], [ 120.1085641, 30.3947441 ], [ 120.1088354, 30.3947818 ], [ 120.1091378, 30.3948239 ], [ 120.1094987, 30.3949197 ], [ 120.1097022, 30.3949596 ], [ 120.1101464, 30.3951272 ], [ 120.1106923, 30.3952629 ], [ 120.1109791, 30.3953427 ], [ 120.111451, 30.3955901 ], [ 120.1117471, 30.395646 ], [ 120.1129315, 30.3956619 ], [ 120.1133849, 30.3957337 ], [ 120.1135547, 30.3957442 ], [ 120.113903, 30.3957657 ], [ 120.1141158, 30.3958136 ], [ 120.1144212, 30.3959492 ], [ 120.1144687, 30.3959748 ], [ 120.1147173, 30.3961089 ], [ 120.1148653, 30.3961488 ], [ 120.1159386, 30.3962126 ], [ 120.1160426, 30.3962296 ], [ 120.116133, 30.3962685 ], [ 120.1160589, 30.3966037 ], [ 120.11617, 30.3965718 ], [ 120.1162162, 30.396452 ], [ 120.1163828, 30.3964281 ], [ 120.1169287, 30.3964361 ], [ 120.1169842, 30.3962046 ], [ 120.117086, 30.3961887 ], [ 120.1176597, 30.3961647 ], [ 120.1178632, 30.3961089 ], [ 120.1185572, 30.3958455 ], [ 120.1189273, 30.3956779 ], [ 120.1192419, 30.395638 ], [ 120.119575, 30.3956699 ], [ 120.121111, 30.3958535 ], [ 120.1216781, 30.3959328 ], [ 120.1217125, 30.3958069 ], [ 120.1210925, 30.3957577 ], [ 120.1207871, 30.3956779 ], [ 120.1206761, 30.3957098 ], [ 120.1197786, 30.395614 ], [ 120.1191679, 30.3955582 ], [ 120.1188626, 30.3955901 ], [ 120.1184924, 30.3957577 ], [ 120.1177522, 30.396061 ], [ 120.1173913, 30.3961009 ], [ 120.1164568, 30.3961009 ], [ 120.1160219, 30.3961248 ], [ 120.1155593, 30.3961168 ], [ 120.1149116, 30.396045 ], [ 120.114634, 30.3959333 ], [ 120.1143287, 30.3957657 ], [ 120.1141343, 30.3956859 ], [ 120.1136995, 30.395638 ], [ 120.1133478, 30.395622 ], [ 120.11295, 30.3955342 ], [ 120.112256, 30.3955183 ], [ 120.1116268, 30.3954624 ], [ 120.111303, 30.3954145 ], [ 120.1110809, 30.3952708 ], [ 120.1102296, 30.3949995 ], [ 120.1097762, 30.3948079 ], [ 120.1094616, 30.394792 ], [ 120.1090083, 30.3946563 ], [ 120.1085919, 30.3946324 ], [ 120.108157, 30.3944887 ], [ 120.1071299, 30.3941535 ], [ 120.1070744, 30.3943131 ], [ 120.1072687, 30.3943291 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108834, 30.3965485 ], [ 120.1088879, 30.3966016 ], [ 120.1090956, 30.3966149 ], [ 120.1091187, 30.3964955 ], [ 120.1089858, 30.3964669 ], [ 120.1089263, 30.3964025 ], [ 120.1089571, 30.3960308 ], [ 120.1089879, 30.3959512 ], [ 120.1090802, 30.3959313 ], [ 120.1090802, 30.3958649 ], [ 120.1089571, 30.3958649 ], [ 120.1089263, 30.3954733 ], [ 120.1089802, 30.3953804 ], [ 120.1090956, 30.3953472 ], [ 120.1090879, 30.3952808 ], [ 120.1088263, 30.3952543 ], [ 120.1088186, 30.3953339 ], [ 120.1088417, 30.3959379 ], [ 120.1087955, 30.3964689 ], [ 120.108834, 30.3965485 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1090802, 30.3959313 ], [ 120.1093342, 30.3959247 ], [ 120.1093265, 30.3963893 ], [ 120.1093034, 30.3964689 ], [ 120.1092341, 30.3965087 ], [ 120.1091187, 30.3964955 ], [ 120.1090956, 30.3966149 ], [ 120.1093342, 30.3966282 ], [ 120.1093803, 30.3965618 ], [ 120.1094265, 30.3961702 ], [ 120.1094573, 30.395772 ], [ 120.1094265, 30.3954269 ], [ 120.1093419, 30.3953538 ], [ 120.1090879, 30.3952808 ], [ 120.1090956, 30.3953472 ], [ 120.1092649, 30.3954003 ], [ 120.1093649, 30.3955065 ], [ 120.1093957, 30.3957521 ], [ 120.1093726, 30.395845 ], [ 120.1090802, 30.3958649 ], [ 120.1090802, 30.3959313 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1089033, 30.3970264 ], [ 120.1089494, 30.3969468 ], [ 120.1089956, 30.3969136 ], [ 120.1090802, 30.3969003 ], [ 120.1091649, 30.396907 ], [ 120.109211, 30.3969601 ], [ 120.1092418, 30.397053 ], [ 120.1093034, 30.3970463 ], [ 120.1093188, 30.3968671 ], [ 120.1088263, 30.3968339 ], [ 120.1088109, 30.3970132 ], [ 120.1089033, 30.3970264 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1160252, 30.3975038 ], [ 120.11605, 30.3974731 ], [ 120.116082, 30.3969809 ], [ 120.11617, 30.3965718 ], [ 120.1160589, 30.3966037 ], [ 120.1160071, 30.3974708 ], [ 120.1160252, 30.3975038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1092726, 30.3972985 ], [ 120.1093034, 30.3970463 ], [ 120.1092418, 30.397053 ], [ 120.1092034, 30.3971592 ], [ 120.1091418, 30.3971924 ], [ 120.1090341, 30.3971857 ], [ 120.1089417, 30.3971459 ], [ 120.1089033, 30.3970264 ], [ 120.1088109, 30.3970132 ], [ 120.1087724, 30.3972654 ], [ 120.1092726, 30.3972985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1092673, 30.3977928 ], [ 120.1093229, 30.3975215 ], [ 120.1086011, 30.3974576 ], [ 120.1085826, 30.397713 ], [ 120.1092673, 30.3977928 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1172437, 30.3983269 ], [ 120.1172594, 30.3982454 ], [ 120.1172752, 30.3981028 ], [ 120.1174798, 30.3981367 ], [ 120.1174405, 30.3980485 ], [ 120.1172909, 30.3980281 ], [ 120.1172358, 30.3979874 ], [ 120.1170783, 30.3979874 ], [ 120.1170469, 30.3982658 ], [ 120.1172437, 30.3983269 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1176058, 30.3983608 ], [ 120.1176452, 30.3982861 ], [ 120.1177396, 30.3982997 ], [ 120.1177396, 30.3984151 ], [ 120.1179128, 30.3984219 ], [ 120.1179758, 30.3981911 ], [ 120.1178262, 30.3981571 ], [ 120.1177081, 30.3982046 ], [ 120.1176766, 30.3980281 ], [ 120.1174798, 30.3979874 ], [ 120.1174405, 30.3980485 ], [ 120.1174798, 30.3981367 ], [ 120.117472, 30.3982454 ], [ 120.1172594, 30.3982454 ], [ 120.1172437, 30.3983269 ], [ 120.1176058, 30.3983608 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1159239, 30.3984325 ], [ 120.1164261, 30.3985528 ], [ 120.1166399, 30.3987052 ], [ 120.1169189, 30.3987453 ], [ 120.1180254, 30.3990341 ], [ 120.1180626, 30.3989699 ], [ 120.1172443, 30.3987453 ], [ 120.1166585, 30.3985689 ], [ 120.1160448, 30.3984005 ], [ 120.115989, 30.3983363 ], [ 120.1160333, 30.3976125 ], [ 120.1160198, 30.3975645 ], [ 120.1159924, 30.3976096 ], [ 120.1159053, 30.3983283 ], [ 120.1159239, 30.3984325 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1151285, 30.4066447 ], [ 120.1155029, 30.4065787 ], [ 120.1157242, 30.4065273 ], [ 120.1158604, 30.4064466 ], [ 120.1165668, 30.4061676 ], [ 120.1170859, 30.4060502 ], [ 120.1172731, 30.4060502 ], [ 120.1175029, 30.4061236 ], [ 120.1189582, 30.4056832 ], [ 120.1191454, 30.4056098 ], [ 120.1193412, 30.4055291 ], [ 120.1194093, 30.405419 ], [ 120.1193922, 30.4052575 ], [ 120.1194859, 30.4051694 ], [ 120.1197837, 30.405096 ], [ 120.1201497, 30.4049932 ], [ 120.1204305, 30.4049639 ], [ 120.1205752, 30.4049932 ], [ 120.1209241, 30.4049565 ], [ 120.1210603, 30.4049712 ], [ 120.1211114, 30.405074 ], [ 120.1215028, 30.4056392 ], [ 120.1215709, 30.4057786 ], [ 120.1215539, 30.4059254 ], [ 120.1220816, 30.4064906 ], [ 120.1222092, 30.4066521 ], [ 120.1224305, 30.4067108 ], [ 120.1229666, 30.4067915 ], [ 120.1232068, 30.4069534 ], [ 120.1231423, 30.4066861 ], [ 120.1227709, 30.4066447 ], [ 120.1222858, 30.4065126 ], [ 120.1221326, 30.4064172 ], [ 120.1219709, 30.4062484 ], [ 120.1217071, 30.4058227 ], [ 120.1211454, 30.4049932 ], [ 120.1210858, 30.4048831 ], [ 120.1205326, 30.4048758 ], [ 120.1202092, 30.4048611 ], [ 120.1201497, 30.4047951 ], [ 120.1200731, 30.4046483 ], [ 120.119971, 30.4046556 ], [ 120.120005, 30.4048464 ], [ 120.1199454, 30.4049272 ], [ 120.1197752, 30.4049932 ], [ 120.1193582, 30.4050813 ], [ 120.1192391, 30.4052428 ], [ 120.1192525, 30.4053992 ], [ 120.1192125, 30.4054596 ], [ 120.1190976, 30.4055286 ], [ 120.1185626, 30.4056278 ], [ 120.1177277, 30.4057787 ], [ 120.1175777, 30.4057442 ], [ 120.1174927, 30.4057959 ], [ 120.1174427, 30.4059037 ], [ 120.1172877, 30.405977 ], [ 120.1166628, 30.4060503 ], [ 120.1165428, 30.406046 ], [ 120.1161528, 30.406115 ], [ 120.1158729, 30.4062271 ], [ 120.1158529, 30.4063478 ], [ 120.1157279, 30.4064384 ], [ 120.1155229, 30.4064858 ], [ 120.1149863, 30.4066166 ], [ 120.1149283, 30.4067166 ], [ 120.1151285, 30.4066447 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1079719, 30.3971943 ], [ 120.1079812, 30.3970187 ], [ 120.1070096, 30.3969708 ], [ 120.1069819, 30.3971304 ], [ 120.1079719, 30.3971943 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1070189, 30.3978487 ], [ 120.1078887, 30.3979365 ], [ 120.1079257, 30.3973778 ], [ 120.107463, 30.3973299 ], [ 120.1074445, 30.3974417 ], [ 120.1075648, 30.3975375 ], [ 120.1075463, 30.3976332 ], [ 120.107463, 30.3977051 ], [ 120.107315, 30.397713 ], [ 120.1073335, 30.3972821 ], [ 120.1070374, 30.3972661 ], [ 120.1070004, 30.3976811 ], [ 120.1070189, 30.3978487 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108305, 30.3982877 ], [ 120.1083883, 30.3981121 ], [ 120.1084808, 30.3974576 ], [ 120.108083, 30.3974098 ], [ 120.1080552, 30.3979365 ], [ 120.1079627, 30.3982557 ], [ 120.108305, 30.3982877 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1091563, 30.398152 ], [ 120.1092026, 30.3980722 ], [ 120.1092396, 30.3978966 ], [ 120.1085549, 30.3978248 ], [ 120.1085271, 30.3980722 ], [ 120.1091563, 30.398152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0842589, 30.4042435 ], [ 120.0843691, 30.4041324 ], [ 120.0844025, 30.4037205 ], [ 120.0847372, 30.4034439 ], [ 120.085184, 30.4033976 ], [ 120.0866115, 30.4035322 ], [ 120.0869022, 30.4033251 ], [ 120.0868193, 30.4032628 ], [ 120.0867346, 30.4028823 ], [ 120.0870577, 30.401582 ], [ 120.087146, 30.4010252 ], [ 120.0872449, 30.4007387 ], [ 120.0871899, 30.400406 ], [ 120.0875814, 30.3999719 ], [ 120.0880632, 30.3996873 ], [ 120.0883173, 30.3997555 ], [ 120.0883108, 30.3994654 ], [ 120.0881568, 30.3994118 ], [ 120.0880583, 30.3994214 ], [ 120.0879134, 30.3994356 ], [ 120.0876868, 30.3996659 ], [ 120.0874212, 30.3997975 ], [ 120.0873035, 30.3998558 ], [ 120.0870971, 30.4001727 ], [ 120.0869401, 30.4007749 ], [ 120.0868353, 30.4009868 ], [ 120.0867565, 30.4011461 ], [ 120.0864582, 30.4015568 ], [ 120.0863266, 30.4031166 ], [ 120.0861805, 30.4032325 ], [ 120.084528, 30.4031 ], [ 120.0844414, 30.4031686 ], [ 120.0843282, 30.4032582 ], [ 120.0842843, 30.4035924 ], [ 120.0842601, 30.4038538 ], [ 120.0842396, 30.4040754 ], [ 120.0839944, 30.4044712 ], [ 120.0842589, 30.4042435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0723995, 30.3959842 ], [ 120.0724448, 30.3960204 ], [ 120.072752, 30.3961822 ], [ 120.0731886, 30.3964612 ], [ 120.0734021, 30.3965755 ], [ 120.0746245, 30.3972422 ], [ 120.0752648, 30.3975714 ], [ 120.0754492, 30.3976467 ], [ 120.0757273, 30.3977611 ], [ 120.075792, 30.3977946 ], [ 120.076083, 30.3979452 ], [ 120.0763321, 30.3980902 ], [ 120.0764097, 30.3981516 ], [ 120.076442, 30.3982046 ], [ 120.0765293, 30.3982213 ], [ 120.0766231, 30.3982074 ], [ 120.0767719, 30.3982213 ], [ 120.0771858, 30.3982408 ], [ 120.0773669, 30.3982213 ], [ 120.0776289, 30.3981823 ], [ 120.0777615, 30.3981488 ], [ 120.0779652, 30.3981153 ], [ 120.0782207, 30.3980623 ], [ 120.0783468, 30.3980372 ], [ 120.0785118, 30.3980205 ], [ 120.0790163, 30.397934 ], [ 120.0791844, 30.397934 ], [ 120.079385, 30.3979424 ], [ 120.0796857, 30.3979647 ], [ 120.0799897, 30.3979758 ], [ 120.0800835, 30.3979842 ], [ 120.0802129, 30.3980121 ], [ 120.0802808, 30.3980344 ], [ 120.0804101, 30.3980902 ], [ 120.0808047, 30.3981153 ], [ 120.0811863, 30.3981237 ], [ 120.0813577, 30.3981265 ], [ 120.0815485, 30.3981293 ], [ 120.081694, 30.3981404 ], [ 120.0818525, 30.3981711 ], [ 120.0819657, 30.3981711 ], [ 120.0821824, 30.3981878 ], [ 120.0823311, 30.3982269 ], [ 120.0825058, 30.3982408 ], [ 120.0826545, 30.3982408 ], [ 120.0831008, 30.3982827 ], [ 120.0832593, 30.3982938 ], [ 120.0834792, 30.3983134 ], [ 120.0836053, 30.3983106 ], [ 120.0838382, 30.3983022 ], [ 120.0840872, 30.3983078 ], [ 120.0844138, 30.3983273 ], [ 120.0855975, 30.39845 ], [ 120.0858562, 30.3984752 ], [ 120.0862507, 30.3984835 ], [ 120.0865127, 30.3985114 ], [ 120.0870597, 30.398585 ], [ 120.0873212, 30.3986202 ], [ 120.0874603, 30.3986341 ], [ 120.0875379, 30.3986648 ], [ 120.0877093, 30.3987206 ], [ 120.0879389, 30.3987485 ], [ 120.0880294, 30.3987764 ], [ 120.0880812, 30.3988155 ], [ 120.088095, 30.3988445 ], [ 120.0881038, 30.3988629 ], [ 120.0882526, 30.3989689 ], [ 120.0886762, 30.3992562 ], [ 120.0883819, 30.399471 ], [ 120.0883108, 30.3994654 ], [ 120.0883043, 30.3997136 ], [ 120.0883173, 30.3997555 ], [ 120.0883755, 30.3997973 ], [ 120.0884531, 30.399828 ], [ 120.0885469, 30.3998447 ], [ 120.0886439, 30.3998503 ], [ 120.0887215, 30.3998364 ], [ 120.0888282, 30.399789 ], [ 120.0888638, 30.3997611 ], [ 120.0889479, 30.3997443 ], [ 120.0890223, 30.3997248 ], [ 120.0890934, 30.3996913 ], [ 120.0891549, 30.3996523 ], [ 120.0892163, 30.3996383 ], [ 120.0893327, 30.3996383 ], [ 120.0894168, 30.399669 ], [ 120.0894783, 30.3997109 ], [ 120.0895397, 30.3997917 ], [ 120.089627, 30.4000344 ], [ 120.0896658, 30.4001293 ], [ 120.0896917, 30.400185 ], [ 120.0897467, 30.4002436 ], [ 120.0898405, 30.4003161 ], [ 120.0898858, 30.4003747 ], [ 120.0899375, 30.4004556 ], [ 120.0900151, 30.4005923 ], [ 120.0900927, 30.4006509 ], [ 120.0901833, 30.4007011 ], [ 120.0902771, 30.4007764 ], [ 120.0903967, 30.4009577 ], [ 120.0904485, 30.4010051 ], [ 120.0905132, 30.4010525 ], [ 120.0905584, 30.4010916 ], [ 120.0907137, 30.4012478 ], [ 120.0907525, 30.4013147 ], [ 120.0907719, 30.4013845 ], [ 120.0907686, 30.4014681 ], [ 120.0907622, 30.4015797 ], [ 120.0907363, 30.4016271 ], [ 120.0907266, 30.4016801 ], [ 120.0907331, 30.4017722 ], [ 120.0907977, 30.4022659 ], [ 120.0908171, 30.4023468 ], [ 120.0908074, 30.4024054 ], [ 120.0907492, 30.4025225 ], [ 120.0907266, 30.4025978 ], [ 120.0907169, 30.402648 ], [ 120.0907331, 30.4028014 ], [ 120.0907622, 30.402874 ], [ 120.0907945, 30.4029186 ], [ 120.090843, 30.4029632 ], [ 120.0908495, 30.403019 ], [ 120.0908527, 30.403164 ], [ 120.0908074, 30.4032254 ], [ 120.0907654, 30.4032728 ], [ 120.0907331, 30.4033621 ], [ 120.090746, 30.4034904 ], [ 120.090801, 30.4035127 ], [ 120.0909077, 30.4035322 ], [ 120.09094, 30.4035601 ], [ 120.0909303, 30.4035964 ], [ 120.0908592, 30.4036466 ], [ 120.0908139, 30.4036968 ], [ 120.0907525, 30.4037275 ], [ 120.0906716, 30.4037358 ], [ 120.0905617, 30.4037303 ], [ 120.0905164, 30.4037609 ], [ 120.0904743, 30.4038223 ], [ 120.090484, 30.403906 ], [ 120.0903935, 30.404012 ], [ 120.0903903, 30.4040789 ], [ 120.0904032, 30.4041487 ], [ 120.090442, 30.4041989 ], [ 120.0905002, 30.4042156 ], [ 120.0905714, 30.404171 ], [ 120.0906943, 30.4041431 ], [ 120.090801, 30.4041542 ], [ 120.0908786, 30.4041682 ], [ 120.0911405, 30.4042546 ], [ 120.0913702, 30.4043132 ], [ 120.0915319, 30.4043774 ], [ 120.0916062, 30.4044443 ], [ 120.0916774, 30.404567 ], [ 120.0916936, 30.4046479 ], [ 120.0916903, 30.4047009 ], [ 120.0916418, 30.404832 ], [ 120.0915674, 30.4048934 ], [ 120.0915448, 30.4049352 ], [ 120.091506, 30.404991 ], [ 120.0914898, 30.4050663 ], [ 120.0915028, 30.4052002 ], [ 120.0916321, 30.4054512 ], [ 120.0916354, 30.4055349 ], [ 120.0916418, 30.405613 ], [ 120.0916192, 30.4057329 ], [ 120.0915771, 30.405772 ], [ 120.0915416, 30.405811 ], [ 120.0915416, 30.405864 ], [ 120.0915836, 30.4059142 ], [ 120.0916127, 30.4059644 ], [ 120.0916515, 30.406129 ], [ 120.0917227, 30.406592 ], [ 120.0917873, 30.4066394 ], [ 120.0918359, 30.4071805 ], [ 120.0919199, 30.4072642 ], [ 120.091949, 30.4073339 ], [ 120.0919879, 30.4074399 ], [ 120.0920461, 30.4074929 ], [ 120.0921172, 30.4074929 ], [ 120.0922013, 30.4074706 ], [ 120.0923177, 30.4074845 ], [ 120.0925118, 30.4074845 ], [ 120.0926573, 30.407518 ], [ 120.092819, 30.4075208 ], [ 120.0929904, 30.4075487 ], [ 120.0932135, 30.4075822 ], [ 120.0932944, 30.407585 ], [ 120.0934981, 30.4075515 ], [ 120.0935919, 30.4075543 ], [ 120.0936792, 30.4075961 ], [ 120.0937989, 30.407624 ], [ 120.0939283, 30.4076519 ], [ 120.0940544, 30.4077077 ], [ 120.0941255, 30.4077467 ], [ 120.0942646, 30.4077858 ], [ 120.0943972, 30.4078109 ], [ 120.0946171, 30.4078416 ], [ 120.0948694, 30.4079224 ], [ 120.0950569, 30.4079503 ], [ 120.0951281, 30.4079475 ], [ 120.095238, 30.4079392 ], [ 120.0952962, 30.4079113 ], [ 120.0953771, 30.4079224 ], [ 120.0954741, 30.4079503 ], [ 120.0955808, 30.407981 ], [ 120.0956326, 30.4080228 ], [ 120.0956811, 30.4080786 ], [ 120.095694, 30.408126 ], [ 120.0957652, 30.4081679 ], [ 120.0958169, 30.4082125 ], [ 120.0961177, 30.4085444 ], [ 120.0961985, 30.4086727 ], [ 120.0962341, 30.4087592 ], [ 120.0962309, 30.4087899 ], [ 120.0961694, 30.4088122 ], [ 120.096108, 30.4088066 ], [ 120.0960142, 30.4088122 ], [ 120.0959689, 30.4088317 ], [ 120.0958816, 30.408868 ], [ 120.0957393, 30.4089767 ], [ 120.0956552, 30.4090214 ], [ 120.0955323, 30.4090297 ], [ 120.0953545, 30.4090437 ], [ 120.0952057, 30.4090241 ], [ 120.0950828, 30.4090241 ], [ 120.0949049, 30.409052 ], [ 120.094837, 30.4090911 ], [ 120.0947853, 30.409158 ], [ 120.0947691, 30.4092417 ], [ 120.0947917, 30.4093533 ], [ 120.0948435, 30.409409 ], [ 120.0947885, 30.4095541 ], [ 120.0948176, 30.4095848 ], [ 120.0948888, 30.4095987 ], [ 120.0949761, 30.4096154 ], [ 120.0950731, 30.4096796 ], [ 120.0951248, 30.4097605 ], [ 120.0951313, 30.4099167 ], [ 120.0952186, 30.4099334 ], [ 120.0952348, 30.4099557 ], [ 120.0953221, 30.409978 ], [ 120.0954224, 30.4099724 ], [ 120.0954773, 30.4099557 ], [ 120.0955032, 30.4099194 ], [ 120.0955356, 30.4098441 ], [ 120.0955129, 30.4097158 ], [ 120.0955901, 30.4096725 ], [ 120.0956922, 30.4096564 ], [ 120.0961336, 30.4095852 ], [ 120.0966219, 30.4095065 ], [ 120.0967386, 30.4095067 ], [ 120.0968356, 30.4095513 ], [ 120.0969197, 30.4096238 ], [ 120.0969553, 30.4096796 ], [ 120.0969488, 30.4097688 ], [ 120.0969715, 30.409833 ], [ 120.0970135, 30.4099027 ], [ 120.0972981, 30.410137 ], [ 120.097476, 30.4102737 ], [ 120.0975083, 30.410335 ], [ 120.0976344, 30.4108649 ], [ 120.0976765, 30.4109319 ], [ 120.097864, 30.4110658 ], [ 120.0984171, 30.4113474 ], [ 120.0985367, 30.4114144 ], [ 120.0986855, 30.4115148 ], [ 120.0987243, 30.4115957 ], [ 120.0987825, 30.4116319 ], [ 120.0990121, 30.41171 ], [ 120.0994325, 30.4119192 ], [ 120.0996654, 30.4120475 ], [ 120.0997107, 30.4121033 ], [ 120.0997333, 30.4121535 ], [ 120.0997301, 30.4121897 ], [ 120.0997107, 30.4123822 ], [ 120.0996945, 30.4124547 ], [ 120.0996589, 30.4125328 ], [ 120.0996492, 30.412583 ], [ 120.0996783, 30.4126165 ], [ 120.0997689, 30.4126471 ], [ 120.0998465, 30.4126611 ], [ 120.0999015, 30.4126471 ], [ 120.0999791, 30.4125969 ], [ 120.1000341, 30.4125133 ], [ 120.1000761, 30.4124519 ], [ 120.1001278, 30.412424 ], [ 120.1002184, 30.4124156 ], [ 120.100351, 30.4124156 ], [ 120.1005741, 30.4124742 ], [ 120.100655, 30.4124826 ], [ 120.1007746, 30.4125133 ], [ 120.101001, 30.4125969 ], [ 120.1011239, 30.4126722 ], [ 120.1011336, 30.4127252 ], [ 120.1011336, 30.4128201 ], [ 120.1011465, 30.412873 ], [ 120.101208, 30.4129232 ], [ 120.1013277, 30.4129316 ], [ 120.1014408, 30.4129288 ], [ 120.1015346, 30.4129651 ], [ 120.1015993, 30.4130097 ], [ 120.1016284, 30.4130599 ], [ 120.1016996, 30.4131687 ], [ 120.1017351, 30.4134504 ], [ 120.1017455, 30.4135162 ], [ 120.1020166, 30.4134737 ], [ 120.1021017, 30.4134235 ], [ 120.1019604, 30.4124872 ], [ 120.1014525, 30.4124855 ], [ 120.1013058, 30.4124607 ], [ 120.1010888, 30.4123837 ], [ 120.100371, 30.4119324 ], [ 120.1002497, 30.4118472 ], [ 120.1001859, 30.4117976 ], [ 120.1000934, 30.4117316 ], [ 120.1000328, 30.4116958 ], [ 120.0999339, 30.4116408 ], [ 120.0997712, 30.4115803 ], [ 120.099701, 30.41155 ], [ 120.0996563, 30.4115197 ], [ 120.0996021, 30.4114674 ], [ 120.0994968, 30.4113271 ], [ 120.0994617, 30.4112528 ], [ 120.0993054, 30.4108649 ], [ 120.0992192, 30.4107493 ], [ 120.0992129, 30.410719 ], [ 120.0992129, 30.4106778 ], [ 120.099232, 30.4106393 ], [ 120.0992767, 30.4105402 ], [ 120.0992958, 30.4104907 ], [ 120.0993118, 30.4104081 ], [ 120.0993277, 30.4103503 ], [ 120.0993692, 30.4103008 ], [ 120.0994139, 30.410243 ], [ 120.0995064, 30.410144 ], [ 120.0995255, 30.4100779 ], [ 120.0995191, 30.4100202 ], [ 120.0995064, 30.4098055 ], [ 120.0994745, 30.4097092 ], [ 120.0994298, 30.4096487 ], [ 120.0993883, 30.4096102 ], [ 120.0993564, 30.4096239 ], [ 120.09935, 30.4096625 ], [ 120.0990533, 30.4097533 ], [ 120.0988428, 30.4098413 ], [ 120.098763, 30.4098606 ], [ 120.0986801, 30.4098908 ], [ 120.0986513, 30.4099541 ], [ 120.0985875, 30.4100835 ], [ 120.0984982, 30.4101412 ], [ 120.098377, 30.4101522 ], [ 120.0982493, 30.4101247 ], [ 120.0981696, 30.4100587 ], [ 120.0980739, 30.4100174 ], [ 120.097975, 30.4099899 ], [ 120.0976113, 30.4097588 ], [ 120.0974709, 30.4097175 ], [ 120.0974071, 30.4096735 ], [ 120.0973241, 30.4095607 ], [ 120.0971806, 30.409313 ], [ 120.0971295, 30.4092195 ], [ 120.0971263, 30.4091534 ], [ 120.0971359, 30.4090984 ], [ 120.0971614, 30.4090571 ], [ 120.0972252, 30.4090241 ], [ 120.0973018, 30.4089966 ], [ 120.0973656, 30.4089636 ], [ 120.0974039, 30.4089141 ], [ 120.0974358, 30.408859 ], [ 120.0974294, 30.4087737 ], [ 120.097439, 30.4086499 ], [ 120.0974741, 30.4085646 ], [ 120.0973624, 30.4085206 ], [ 120.0971423, 30.4085481 ], [ 120.0969094, 30.4085756 ], [ 120.0968519, 30.4085674 ], [ 120.0967817, 30.4085426 ], [ 120.0967179, 30.4085041 ], [ 120.0966414, 30.4084353 ], [ 120.0964882, 30.4081409 ], [ 120.0964659, 30.4080638 ], [ 120.0964723, 30.4079868 ], [ 120.0965106, 30.4078905 ], [ 120.096568, 30.4077116 ], [ 120.0962713, 30.4076648 ], [ 120.0961596, 30.4076153 ], [ 120.0960958, 30.4074337 ], [ 120.0960543, 30.4074365 ], [ 120.0959746, 30.4073787 ], [ 120.0958693, 30.4073842 ], [ 120.0958055, 30.4071668 ], [ 120.095697, 30.4072934 ], [ 120.095614, 30.4073264 ], [ 120.0955151, 30.4073402 ], [ 120.0954418, 30.4073484 ], [ 120.0953556, 30.4073732 ], [ 120.0952727, 30.4074365 ], [ 120.0951674, 30.4074777 ], [ 120.0950749, 30.4074915 ], [ 120.0949568, 30.4074942 ], [ 120.0944559, 30.4074392 ], [ 120.0943251, 30.40742 ], [ 120.0942485, 30.407409 ], [ 120.0942071, 30.4073842 ], [ 120.0941975, 30.4073539 ], [ 120.0941815, 30.4073209 ], [ 120.0941369, 30.4073016 ], [ 120.0940412, 30.4072769 ], [ 120.0940125, 30.4072576 ], [ 120.0939646, 30.4072273 ], [ 120.0939423, 30.4072053 ], [ 120.093904, 30.4071806 ], [ 120.0938625, 30.4071503 ], [ 120.0938019, 30.4071503 ], [ 120.0937381, 30.4071668 ], [ 120.0936934, 30.4071888 ], [ 120.0936392, 30.4072356 ], [ 120.0935977, 30.4072384 ], [ 120.0935339, 30.4072439 ], [ 120.0934541, 30.4072273 ], [ 120.0933042, 30.4072549 ], [ 120.0932372, 30.4072549 ], [ 120.0931478, 30.4072576 ], [ 120.0930553, 30.4072411 ], [ 120.0930107, 30.4072218 ], [ 120.0925321, 30.4072053 ], [ 120.0922992, 30.4071751 ], [ 120.0922099, 30.4071503 ], [ 120.0921524, 30.4071035 ], [ 120.0920567, 30.4069935 ], [ 120.0920376, 30.4069302 ], [ 120.0920408, 30.4068806 ], [ 120.092111, 30.4067568 ], [ 120.0921301, 30.4067183 ], [ 120.0921301, 30.4066605 ], [ 120.0921014, 30.4060139 ], [ 120.0920822, 30.4059616 ], [ 120.0920727, 30.4056672 ], [ 120.0920759, 30.4055379 ], [ 120.0920184, 30.4052049 ], [ 120.0919801, 30.404927 ], [ 120.091977, 30.4048554 ], [ 120.091961, 30.4048004 ], [ 120.0919546, 30.4047179 ], [ 120.0919738, 30.4046738 ], [ 120.0920631, 30.4044867 ], [ 120.0920791, 30.4043904 ], [ 120.092095, 30.4043326 ], [ 120.0922322, 30.4043161 ], [ 120.0923088, 30.4043161 ], [ 120.092564, 30.4043519 ], [ 120.092548, 30.4043271 ], [ 120.0922194, 30.4042693 ], [ 120.0921429, 30.4042446 ], [ 120.0920918, 30.4042171 ], [ 120.0920695, 30.4041895 ], [ 120.0920344, 30.4041373 ], [ 120.0920121, 30.404063 ], [ 120.0919801, 30.4040355 ], [ 120.0919195, 30.4039859 ], [ 120.0918302, 30.4039364 ], [ 120.0917409, 30.4038979 ], [ 120.0916675, 30.4038291 ], [ 120.0915558, 30.4036502 ], [ 120.0914888, 30.4034824 ], [ 120.0914473, 30.4033558 ], [ 120.0914091, 30.4031494 ], [ 120.0912751, 30.4026183 ], [ 120.0911985, 30.4022496 ], [ 120.0912017, 30.4022056 ], [ 120.0912176, 30.4021423 ], [ 120.0912272, 30.4020845 ], [ 120.0911985, 30.4018974 ], [ 120.0911283, 30.401746 ], [ 120.091106, 30.4016442 ], [ 120.0910932, 30.4014599 ], [ 120.0910709, 30.4013663 ], [ 120.0910294, 30.4012562 ], [ 120.0908986, 30.4009728 ], [ 120.0908156, 30.4008737 ], [ 120.0907359, 30.4008214 ], [ 120.0906402, 30.4007747 ], [ 120.0905636, 30.4007334 ], [ 120.090503, 30.4006784 ], [ 120.0903562, 30.4004582 ], [ 120.0901042, 30.4000042 ], [ 120.0898713, 30.3995143 ], [ 120.089817, 30.3994483 ], [ 120.0897245, 30.3993768 ], [ 120.0896511, 30.3993355 ], [ 120.0895873, 30.3992859 ], [ 120.0894948, 30.3992254 ], [ 120.0894469, 30.3991621 ], [ 120.0893608, 30.3990988 ], [ 120.0893289, 30.39903 ], [ 120.0892779, 30.398964 ], [ 120.0883207, 30.3986062 ], [ 120.0880272, 30.3984879 ], [ 120.0874944, 30.3983393 ], [ 120.0871977, 30.3983201 ], [ 120.0868085, 30.3983146 ], [ 120.0865851, 30.398298 ], [ 120.0863682, 30.3982513 ], [ 120.086097, 30.3981962 ], [ 120.0858418, 30.3981522 ], [ 120.0856663, 30.3981247 ], [ 120.0853983, 30.3980944 ], [ 120.0849772, 30.3980339 ], [ 120.0846422, 30.3979788 ], [ 120.0844539, 30.3979651 ], [ 120.0841381, 30.3979513 ], [ 120.0836946, 30.3979238 ], [ 120.0833851, 30.3979513 ], [ 120.0831618, 30.3979541 ], [ 120.0829991, 30.3979458 ], [ 120.082881, 30.3979238 ], [ 120.08283, 30.3978963 ], [ 120.0828204, 30.397855 ], [ 120.0828396, 30.3978055 ], [ 120.0830023, 30.3973844 ], [ 120.0830501, 30.3972854 ], [ 120.0832065, 30.3966992 ], [ 120.0832639, 30.3964983 ], [ 120.0832224, 30.396468 ], [ 120.0832224, 30.3964378 ], [ 120.083149, 30.3964268 ], [ 120.0831458, 30.396402 ], [ 120.0831235, 30.3964006 ], [ 120.0830948, 30.3964378 ], [ 120.0830693, 30.396435 ], [ 120.0829098, 30.396896 ], [ 120.0828699, 30.3969689 ], [ 120.0828195, 30.3970776 ], [ 120.082771, 30.3972283 ], [ 120.0827257, 30.3973399 ], [ 120.0825543, 30.3977304 ], [ 120.0824993, 30.3977778 ], [ 120.0824637, 30.3977945 ], [ 120.0823926, 30.3978168 ], [ 120.0822438, 30.3978392 ], [ 120.08215, 30.3978475 ], [ 120.0817296, 30.397842 ], [ 120.0815517, 30.3978224 ], [ 120.0813674, 30.3977778 ], [ 120.0810763, 30.3977415 ], [ 120.0808403, 30.3977081 ], [ 120.0807691, 30.3976885 ], [ 120.0807303, 30.3976718 ], [ 120.0807077, 30.3976467 ], [ 120.0807012, 30.3976132 ], [ 120.0807044, 30.3975546 ], [ 120.0807788, 30.3973984 ], [ 120.0808338, 30.3972115 ], [ 120.0810343, 30.3962073 ], [ 120.0810408, 30.3961125 ], [ 120.0810278, 30.3958391 ], [ 120.0810181, 30.3953872 ], [ 120.0810343, 30.3949493 ], [ 120.0810569, 30.39486 ], [ 120.0811022, 30.3947875 ], [ 120.0811798, 30.3946006 ], [ 120.0812057, 30.3945448 ], [ 120.0811863, 30.3945057 ], [ 120.0811345, 30.3945197 ], [ 120.081002, 30.394754 ], [ 120.0809793, 30.394807 ], [ 120.0809858, 30.3949102 ], [ 120.0809437, 30.3955379 ], [ 120.0809567, 30.3957331 ], [ 120.0809826, 30.3960204 ], [ 120.0809599, 30.3962324 ], [ 120.0808758, 30.3966815 ], [ 120.0807691, 30.3968824 ], [ 120.0806494, 30.3972032 ], [ 120.080643, 30.3973259 ], [ 120.0806527, 30.3974793 ], [ 120.0806462, 30.3976606 ], [ 120.0806074, 30.3977527 ], [ 120.0805621, 30.3978392 ], [ 120.0805136, 30.3978698 ], [ 120.0803196, 30.3979089 ], [ 120.0802226, 30.3979033 ], [ 120.0799897, 30.3978252 ], [ 120.0798118, 30.397789 ], [ 120.0793558, 30.3977778 ], [ 120.0790842, 30.3978001 ], [ 120.0786508, 30.3978308 ], [ 120.0780105, 30.3979479 ], [ 120.0776677, 30.3980009 ], [ 120.0772246, 30.3980121 ], [ 120.076801, 30.3979898 ], [ 120.0765843, 30.3979452 ], [ 120.0764582, 30.397895 ], [ 120.076151, 30.3977443 ], [ 120.0756788, 30.397524 ], [ 120.0738128, 30.3964584 ], [ 120.072904, 30.3959702 ], [ 120.0726518, 30.3958307 ], [ 120.0724307, 30.3957741 ], [ 120.0723485, 30.3959404 ], [ 120.0723995, 30.3959842 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0927869, 30.407853 ], [ 120.0928038, 30.4078861 ], [ 120.0929236, 30.4078994 ], [ 120.0929635, 30.4079219 ], [ 120.093005, 30.4079497 ], [ 120.0930465, 30.4079497 ], [ 120.0930987, 30.4079603 ], [ 120.0931233, 30.4079749 ], [ 120.093134, 30.4080014 ], [ 120.0931448, 30.4080252 ], [ 120.0931786, 30.4080372 ], [ 120.0932416, 30.408061 ], [ 120.0932554, 30.4080835 ], [ 120.0932585, 30.4081153 ], [ 120.0932539, 30.4081789 ], [ 120.0933568, 30.4081882 ], [ 120.0933783, 30.4082027 ], [ 120.0934413, 30.4082597 ], [ 120.093641, 30.408265 ], [ 120.0936625, 30.4082266 ], [ 120.0936794, 30.4081988 ], [ 120.093727, 30.4081935 ], [ 120.0937884, 30.4081842 ], [ 120.0938406, 30.4081643 ], [ 120.0939113, 30.408159 ], [ 120.0939482, 30.4081749 ], [ 120.0940449, 30.4082067 ], [ 120.0941064, 30.4082412 ], [ 120.0941356, 30.4082822 ], [ 120.0941555, 30.4083379 ], [ 120.0941663, 30.4083723 ], [ 120.0941878, 30.4083948 ], [ 120.0942354, 30.4084054 ], [ 120.0945058, 30.4084346 ], [ 120.0945442, 30.4084306 ], [ 120.0945626, 30.4083988 ], [ 120.0945626, 30.4082637 ], [ 120.0945303, 30.4080093 ], [ 120.0945073, 30.4079855 ], [ 120.0944336, 30.4079683 ], [ 120.0941202, 30.4079245 ], [ 120.0940526, 30.407906 ], [ 120.0939374, 30.4078689 ], [ 120.0933783, 30.4077762 ], [ 120.0932892, 30.4077775 ], [ 120.0932615, 30.4077921 ], [ 120.0932769, 30.4078398 ], [ 120.0932692, 30.4079285 ], [ 120.0932953, 30.4079484 ], [ 120.0933368, 30.407959 ], [ 120.0934705, 30.4079497 ], [ 120.0935918, 30.4079497 ], [ 120.0936548, 30.4079669 ], [ 120.0937393, 30.4079696 ], [ 120.093876, 30.4079987 ], [ 120.0941033, 30.4080411 ], [ 120.0941909, 30.4080729 ], [ 120.0942508, 30.4080862 ], [ 120.0942661, 30.40811 ], [ 120.0942523, 30.4081352 ], [ 120.0941847, 30.4081166 ], [ 120.0941279, 30.4080901 ], [ 120.0939267, 30.408053 ], [ 120.0936148, 30.4080014 ], [ 120.0934781, 30.4079987 ], [ 120.0933691, 30.4080213 ], [ 120.0932938, 30.4080093 ], [ 120.09324, 30.4079815 ], [ 120.0932139, 30.4079351 ], [ 120.093217, 30.4078066 ], [ 120.0932416, 30.4077841 ], [ 120.0932262, 30.407755 ], [ 120.0929267, 30.4077325 ], [ 120.0928253, 30.4077404 ], [ 120.0927915, 30.407755 ], [ 120.0927777, 30.4077828 ], [ 120.0927869, 30.407853 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0934175, 30.4088609 ], [ 120.0934445, 30.4088753 ], [ 120.0934965, 30.4088699 ], [ 120.0935465, 30.4088896 ], [ 120.0935797, 30.4089111 ], [ 120.093715, 30.4090278 ], [ 120.0937607, 30.4090331 ], [ 120.0938897, 30.4090349 ], [ 120.0939313, 30.4090439 ], [ 120.0939958, 30.409078 ], [ 120.0940582, 30.4091121 ], [ 120.0940935, 30.4091192 ], [ 120.0941081, 30.4091067 ], [ 120.0941248, 30.4090403 ], [ 120.0941206, 30.4088717 ], [ 120.0940915, 30.4088196 ], [ 120.0940436, 30.4087856 ], [ 120.0939417, 30.4087246 ], [ 120.0937836, 30.4086402 ], [ 120.0936172, 30.4085577 ], [ 120.0935215, 30.4084877 ], [ 120.0934903, 30.4084788 ], [ 120.0934695, 30.4084895 ], [ 120.0934653, 30.4085147 ], [ 120.093482, 30.4085792 ], [ 120.0934716, 30.4086402 ], [ 120.0934612, 30.4086869 ], [ 120.0934466, 30.4087246 ], [ 120.0934424, 30.4087766 ], [ 120.0934196, 30.4088053 ], [ 120.0934092, 30.4088394 ], [ 120.0934175, 30.4088609 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.094104, 30.4085452 ], [ 120.0941164, 30.4086044 ], [ 120.0941123, 30.4086869 ], [ 120.0941185, 30.4087371 ], [ 120.0941497, 30.4088501 ], [ 120.0941664, 30.4089219 ], [ 120.0941664, 30.4091623 ], [ 120.0941851, 30.4091874 ], [ 120.0944534, 30.4093327 ], [ 120.0944867, 30.4093381 ], [ 120.0945262, 30.4093291 ], [ 120.0945491, 30.4092843 ], [ 120.0945491, 30.4092305 ], [ 120.0945325, 30.4091856 ], [ 120.0944638, 30.4085039 ], [ 120.0944389, 30.4084662 ], [ 120.0944077, 30.4084483 ], [ 120.0941622, 30.4084303 ], [ 120.094131, 30.4084501 ], [ 120.094104, 30.4084806 ], [ 120.094104, 30.4085452 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0937025, 30.4095193 ], [ 120.0938148, 30.4095552 ], [ 120.0938106, 30.4095911 ], [ 120.09395, 30.4096216 ], [ 120.0940353, 30.4096234 ], [ 120.0940935, 30.4096234 ], [ 120.0942059, 30.4096413 ], [ 120.0942433, 30.4096664 ], [ 120.0942849, 30.4097077 ], [ 120.0943141, 30.4097238 ], [ 120.0944659, 30.4097723 ], [ 120.094547, 30.4097902 ], [ 120.0945949, 30.4097848 ], [ 120.0946261, 30.4097543 ], [ 120.0945886, 30.4097489 ], [ 120.0945699, 30.4096467 ], [ 120.0946219, 30.4096377 ], [ 120.0945533, 30.4095624 ], [ 120.0944472, 30.409496 ], [ 120.0941726, 30.4093327 ], [ 120.094106, 30.4092897 ], [ 120.0940457, 30.4092394 ], [ 120.0939958, 30.4092018 ], [ 120.0939188, 30.4091767 ], [ 120.093846, 30.4091605 ], [ 120.0937732, 30.4091605 ], [ 120.093717, 30.4091767 ], [ 120.0936879, 30.4092036 ], [ 120.0936775, 30.4092412 ], [ 120.0937025, 30.4095193 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0949423, 30.4100683 ], [ 120.0949568, 30.4100396 ], [ 120.0949672, 30.4099014 ], [ 120.0949339, 30.4098656 ], [ 120.0948944, 30.4098566 ], [ 120.0946386, 30.4098656 ], [ 120.0946011, 30.4098817 ], [ 120.0945803, 30.4099104 ], [ 120.0945699, 30.4100198 ], [ 120.0949423, 30.4100683 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0944583, 30.4105265 ], [ 120.0944753, 30.4105448 ], [ 120.0945587, 30.410546 ], [ 120.0946351, 30.4105289 ], [ 120.0946733, 30.4105375 ], [ 120.094703, 30.410546 ], [ 120.0947978, 30.4105448 ], [ 120.0951259, 30.4105411 ], [ 120.0951627, 30.4105314 ], [ 120.0951953, 30.4104862 ], [ 120.0952037, 30.4104631 ], [ 120.0951868, 30.4104435 ], [ 120.0951245, 30.4104399 ], [ 120.094901, 30.4104496 ], [ 120.0947822, 30.4104594 ], [ 120.094563, 30.4104557 ], [ 120.0945333, 30.4104496 ], [ 120.0944922, 30.4104557 ], [ 120.0944753, 30.4104728 ], [ 120.0944583, 30.4105045 ], [ 120.0944583, 30.4105265 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0935832, 30.4103768 ], [ 120.0936002, 30.4104032 ], [ 120.0936087, 30.4104443 ], [ 120.0935985, 30.4105338 ], [ 120.0936547, 30.4105456 ], [ 120.0942672, 30.4105162 ], [ 120.0943098, 30.4104986 ], [ 120.0943251, 30.4104663 ], [ 120.0943404, 30.4104208 ], [ 120.0943625, 30.4103915 ], [ 120.0944102, 30.4103724 ], [ 120.0944782, 30.4103827 ], [ 120.0945684, 30.4103959 ], [ 120.094679, 30.410412 ], [ 120.0947573, 30.4104135 ], [ 120.0949444, 30.4104047 ], [ 120.0950585, 30.4103974 ], [ 120.0951639, 30.4103988 ], [ 120.0952099, 30.4104091 ], [ 120.0952405, 30.4104326 ], [ 120.0952745, 30.4104884 ], [ 120.0953137, 30.4104928 ], [ 120.0953613, 30.4105045 ], [ 120.0954141, 30.4105529 ], [ 120.0954447, 30.4105867 ], [ 120.0955213, 30.4107011 ], [ 120.0955383, 30.4107686 ], [ 120.0955893, 30.4110386 ], [ 120.0956098, 30.4110783 ], [ 120.0956149, 30.4111428 ], [ 120.0955638, 30.4111898 ], [ 120.0954685, 30.4112441 ], [ 120.0953868, 30.4112793 ], [ 120.0954073, 30.4113057 ], [ 120.0954311, 30.4113057 ], [ 120.0955009, 30.4112676 ], [ 120.0956149, 30.4112045 ], [ 120.0956676, 30.4111546 ], [ 120.0956948, 30.4110856 ], [ 120.0957289, 30.4110049 ], [ 120.0957118, 30.4108229 ], [ 120.0956897, 30.4107129 ], [ 120.0956387, 30.4106013 ], [ 120.0953937, 30.4101817 ], [ 120.095363, 30.410145 ], [ 120.0953052, 30.4101464 ], [ 120.0951946, 30.4101567 ], [ 120.0951214, 30.4101523 ], [ 120.0950857, 30.4101905 ], [ 120.0950295, 30.4102257 ], [ 120.0947198, 30.4102433 ], [ 120.0945616, 30.4102492 ], [ 120.0944867, 30.4102154 ], [ 120.094417, 30.4102066 ], [ 120.0943115, 30.4102095 ], [ 120.0942179, 30.4102257 ], [ 120.0941396, 30.4102565 ], [ 120.094063, 30.4102917 ], [ 120.0939967, 30.4102976 ], [ 120.0940341, 30.4103387 ], [ 120.0940239, 30.4103636 ], [ 120.0939865, 30.4103915 ], [ 120.0939218, 30.4103812 ], [ 120.0939082, 30.4103504 ], [ 120.0939201, 30.4103108 ], [ 120.0938163, 30.4102976 ], [ 120.0937108, 30.410302 ], [ 120.0936445, 30.4103299 ], [ 120.0935849, 30.4103519 ], [ 120.0935509, 30.4103592 ], [ 120.0935832, 30.4103768 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1016493, 30.4139844 ], [ 120.1016889, 30.4140917 ], [ 120.1017794, 30.4141697 ], [ 120.1020622, 30.4143014 ], [ 120.1021017, 30.414355 ], [ 120.1021639, 30.4144184 ], [ 120.1022884, 30.4144623 ], [ 120.1023506, 30.4145794 ], [ 120.1023902, 30.4147452 ], [ 120.102458, 30.4148525 ], [ 120.1026333, 30.4150866 ], [ 120.1027125, 30.4153158 ], [ 120.1027238, 30.4154328 ], [ 120.1026955, 30.4155791 ], [ 120.1025428, 30.4157547 ], [ 120.1023336, 30.4159059 ], [ 120.1023336, 30.4159693 ], [ 120.1025881, 30.4159742 ], [ 120.1027747, 30.415979 ], [ 120.1030292, 30.4160034 ], [ 120.1034024, 30.4159888 ], [ 120.1035777, 30.4160473 ], [ 120.1036908, 30.4161253 ], [ 120.1038774, 30.416179 ], [ 120.1041263, 30.4162229 ], [ 120.104279, 30.416257 ], [ 120.1043468, 30.4161741 ], [ 120.104426, 30.4161058 ], [ 120.1045787, 30.4160717 ], [ 120.1047144, 30.4160814 ], [ 120.1048501, 30.4161351 ], [ 120.1050141, 30.4162521 ], [ 120.1050763, 30.4163887 ], [ 120.105065, 30.416813 ], [ 120.1049632, 30.4170909 ], [ 120.1048841, 30.4172275 ], [ 120.1048614, 30.4174274 ], [ 120.1048727, 30.4175298 ], [ 120.1048275, 30.4175981 ], [ 120.1048671, 30.41772 ], [ 120.1049463, 30.4178273 ], [ 120.1050424, 30.4179444 ], [ 120.1050481, 30.4181004 ], [ 120.105099, 30.4187003 ], [ 120.1051046, 30.4187783 ], [ 120.1050481, 30.4188612 ], [ 120.1049236, 30.4188904 ], [ 120.1049519, 30.4189538 ], [ 120.1050311, 30.4189685 ], [ 120.1051159, 30.4190953 ], [ 120.1051668, 30.4193684 ], [ 120.1051498, 30.4197292 ], [ 120.1051924, 30.4201725 ], [ 120.1057045, 30.4201245 ], [ 120.1054722, 30.4200706 ], [ 120.105393, 30.4199584 ], [ 120.1053478, 30.4195195 ], [ 120.1052969, 30.4187637 ], [ 120.1053534, 30.4181736 ], [ 120.1054722, 30.4176566 ], [ 120.1054552, 30.4174567 ], [ 120.1054665, 30.4172811 ], [ 120.1055457, 30.4171446 ], [ 120.1056418, 30.4170861 ], [ 120.1058002, 30.4170471 ], [ 120.106032, 30.4169398 ], [ 120.106066, 30.4168032 ], [ 120.1064392, 30.4167593 ], [ 120.1066767, 30.4167886 ], [ 120.1067842, 30.4168715 ], [ 120.1071687, 30.4168373 ], [ 120.1075363, 30.4168422 ], [ 120.1076664, 30.4168032 ], [ 120.1079944, 30.4167544 ], [ 120.108837, 30.4167691 ], [ 120.1090236, 30.4162814 ], [ 120.1087182, 30.4163107 ], [ 120.1086051, 30.4162668 ], [ 120.1081753, 30.416257 ], [ 120.1079944, 30.4163009 ], [ 120.1078247, 30.4163789 ], [ 120.1076098, 30.4164716 ], [ 120.1072253, 30.4165009 ], [ 120.1071122, 30.4165252 ], [ 120.1069369, 30.4165106 ], [ 120.1064109, 30.4166228 ], [ 120.106066, 30.4166715 ], [ 120.1060151, 30.416535 ], [ 120.1058794, 30.4165447 ], [ 120.105574, 30.4166228 ], [ 120.10541, 30.4166228 ], [ 120.1053195, 30.4165252 ], [ 120.1053478, 30.4164472 ], [ 120.1055514, 30.4164082 ], [ 120.1055457, 30.4162229 ], [ 120.1055457, 30.4160912 ], [ 120.1056249, 30.4160278 ], [ 120.1059472, 30.416018 ], [ 120.1059642, 30.4158766 ], [ 120.1059246, 30.4157254 ], [ 120.1058058, 30.4153499 ], [ 120.1057493, 30.4151744 ], [ 120.105721, 30.4148574 ], [ 120.1056249, 30.4145209 ], [ 120.1056249, 30.4143453 ], [ 120.1057041, 30.4141697 ], [ 120.1057945, 30.4138478 ], [ 120.1057663, 30.4136479 ], [ 120.1058115, 30.4132285 ], [ 120.1057889, 30.4131309 ], [ 120.1056758, 30.4131309 ], [ 120.1055627, 30.4129895 ], [ 120.1054948, 30.4126774 ], [ 120.1055174, 30.4125993 ], [ 120.1057041, 30.4126091 ], [ 120.1058285, 30.4126188 ], [ 120.1060773, 30.4126091 ], [ 120.1066824, 30.4125359 ], [ 120.1070726, 30.4125506 ], [ 120.1073044, 30.4125164 ], [ 120.1073723, 30.4124433 ], [ 120.1072931, 30.4123945 ], [ 120.1071744, 30.4123848 ], [ 120.1067955, 30.4123896 ], [ 120.1062696, 30.4124286 ], [ 120.1060264, 30.4124677 ], [ 120.1057436, 30.412453 ], [ 120.1053704, 30.4124043 ], [ 120.1051725, 30.4123165 ], [ 120.105099, 30.4121799 ], [ 120.1050367, 30.4119848 ], [ 120.1050481, 30.4118093 ], [ 120.1049972, 30.4110972 ], [ 120.1049802, 30.4104095 ], [ 120.1050141, 30.4099413 ], [ 120.1049463, 30.4092098 ], [ 120.1048897, 30.4085562 ], [ 120.1049632, 30.407532 ], [ 120.1050141, 30.4073857 ], [ 120.1051668, 30.4073125 ], [ 120.1054835, 30.4072882 ], [ 120.1058058, 30.407254 ], [ 120.1061451, 30.4072394 ], [ 120.1065014, 30.4072589 ], [ 120.1068973, 30.4071955 ], [ 120.1072422, 30.4071126 ], [ 120.1072196, 30.4070297 ], [ 120.1068011, 30.4071272 ], [ 120.1064562, 30.4071662 ], [ 120.1062469, 30.4071418 ], [ 120.105557, 30.4071711 ], [ 120.1053534, 30.4071613 ], [ 120.1051385, 30.4070833 ], [ 120.1049689, 30.4069029 ], [ 120.1048105, 30.4062542 ], [ 120.1047257, 30.4060201 ], [ 120.1046748, 30.4051178 ], [ 120.1047031, 30.4049519 ], [ 120.1047483, 30.4048641 ], [ 120.1049576, 30.404791 ], [ 120.1049915, 30.4046788 ], [ 120.105065, 30.4041033 ], [ 120.105263, 30.4035375 ], [ 120.1052121, 30.4034692 ], [ 120.1051103, 30.4033424 ], [ 120.1050537, 30.4031668 ], [ 120.1050933, 30.4029376 ], [ 120.1048275, 30.4028937 ], [ 120.104754, 30.4030253 ], [ 120.1046579, 30.4031668 ], [ 120.1046239, 30.403318 ], [ 120.1046296, 30.4034838 ], [ 120.1045674, 30.4036692 ], [ 120.104409, 30.4038106 ], [ 120.1043016, 30.4039033 ], [ 120.1043016, 30.4040301 ], [ 120.1043242, 30.4042301 ], [ 120.104279, 30.4044544 ], [ 120.1041715, 30.404669 ], [ 120.1041432, 30.4049178 ], [ 120.1041828, 30.4053714 ], [ 120.1042054, 30.4055616 ], [ 120.1041545, 30.4056787 ], [ 120.1042111, 30.405981 ], [ 120.1041998, 30.406103 ], [ 120.1041319, 30.4061956 ], [ 120.103934, 30.4062347 ], [ 120.1037983, 30.4062298 ], [ 120.1036286, 30.4063078 ], [ 120.1035325, 30.4064639 ], [ 120.1035099, 30.4065663 ], [ 120.1035608, 30.4066736 ], [ 120.1037926, 30.4067078 ], [ 120.1041432, 30.4067273 ], [ 120.104245, 30.4068102 ], [ 120.1043468, 30.4069858 ], [ 120.1043412, 30.4072199 ], [ 120.1042563, 30.40781 ], [ 120.1042394, 30.40821 ], [ 120.1042281, 30.4083221 ], [ 120.1041828, 30.4083807 ], [ 120.1040019, 30.4084733 ], [ 120.1039114, 30.4085611 ], [ 120.1038661, 30.4086782 ], [ 120.103951, 30.4087464 ], [ 120.1041093, 30.4088294 ], [ 120.1042959, 30.4090001 ], [ 120.1043864, 30.409122 ], [ 120.1043977, 30.4092878 ], [ 120.1044316, 30.4095804 ], [ 120.104426, 30.4097609 ], [ 120.104443, 30.4100194 ], [ 120.1044825, 30.4104681 ], [ 120.1045108, 30.4106583 ], [ 120.1045165, 30.4108387 ], [ 120.1044543, 30.4110777 ], [ 120.1044825, 30.4115459 ], [ 120.1044882, 30.4116678 ], [ 120.104443, 30.4118093 ], [ 120.1043468, 30.4120043 ], [ 120.1042281, 30.4121214 ], [ 120.1040075, 30.4121994 ], [ 120.1036399, 30.4122726 ], [ 120.1033911, 30.4123311 ], [ 120.10295, 30.4125164 ], [ 120.1024354, 30.412492 ], [ 120.1019604, 30.4124872 ], [ 120.1021017, 30.4134235 ], [ 120.102277, 30.4134138 ], [ 120.1023845, 30.4133065 ], [ 120.1024976, 30.4132285 ], [ 120.1026446, 30.4132626 ], [ 120.1028595, 30.413326 ], [ 120.1029217, 30.4132626 ], [ 120.1028935, 30.4131699 ], [ 120.1028821, 30.4130383 ], [ 120.1029274, 30.4129066 ], [ 120.1035495, 30.4126384 ], [ 120.1038152, 30.412575 ], [ 120.1040754, 30.4126384 ], [ 120.1043468, 30.4127018 ], [ 120.1044373, 30.4127895 ], [ 120.1045221, 30.4129749 ], [ 120.1045787, 30.4131846 ], [ 120.1046805, 30.4133894 ], [ 120.1047879, 30.4135747 ], [ 120.1048897, 30.4137552 ], [ 120.1049123, 30.4140917 ], [ 120.1048954, 30.4142039 ], [ 120.1047936, 30.4143502 ], [ 120.1045843, 30.4145745 ], [ 120.1044939, 30.4147111 ], [ 120.1044599, 30.414872 ], [ 120.1044203, 30.4151158 ], [ 120.1043808, 30.4153207 ], [ 120.1043355, 30.4154133 ], [ 120.1042224, 30.415467 ], [ 120.1040358, 30.4155645 ], [ 120.1038718, 30.4156084 ], [ 120.1035947, 30.4156181 ], [ 120.1033346, 30.4155499 ], [ 120.1032497, 30.4154328 ], [ 120.1031762, 30.4153158 ], [ 120.1031423, 30.415189 ], [ 120.103114, 30.4149793 ], [ 120.1031197, 30.4148476 ], [ 120.1029839, 30.4146769 ], [ 120.1028878, 30.4145794 ], [ 120.1028482, 30.4146135 ], [ 120.1028143, 30.4147208 ], [ 120.102786, 30.4147842 ], [ 120.1026899, 30.4148135 ], [ 120.102605, 30.4147793 ], [ 120.1025033, 30.4146867 ], [ 120.1024637, 30.4145843 ], [ 120.102441, 30.4144428 ], [ 120.1023619, 30.4140332 ], [ 120.1021866, 30.413682 ], [ 120.1022148, 30.4135845 ], [ 120.102147, 30.4135211 ], [ 120.1020282, 30.4135065 ], [ 120.1020166, 30.4134737 ], [ 120.1017455, 30.4135162 ], [ 120.1017794, 30.4135991 ], [ 120.1017511, 30.4136869 ], [ 120.1016606, 30.4137796 ], [ 120.1016267, 30.4138966 ], [ 120.1016493, 30.4139844 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.097839, 30.4115996 ], [ 120.0978646, 30.4116118 ], [ 120.0979358, 30.4116118 ], [ 120.0979814, 30.4115824 ], [ 120.0980355, 30.4115627 ], [ 120.0981181, 30.4115554 ], [ 120.098175, 30.411575 ], [ 120.0982206, 30.4116069 ], [ 120.098249, 30.4116462 ], [ 120.0982576, 30.4117052 ], [ 120.0982177, 30.4117371 ], [ 120.098175, 30.4117616 ], [ 120.0981608, 30.4118009 ], [ 120.0981807, 30.4118353 ], [ 120.0983999, 30.4119139 ], [ 120.0984569, 30.4119114 ], [ 120.0984967, 30.4119114 ], [ 120.0985423, 30.4119409 ], [ 120.0986391, 30.4120219 ], [ 120.0987872, 30.4120907 ], [ 120.0988185, 30.4120784 ], [ 120.0988612, 30.4120121 ], [ 120.0990292, 30.4118451 ], [ 120.0990235, 30.4118157 ], [ 120.0989751, 30.4117837 ], [ 120.0988612, 30.4117444 ], [ 120.0987388, 30.4117076 ], [ 120.0986562, 30.4116953 ], [ 120.0986277, 30.4116708 ], [ 120.0985423, 30.4115529 ], [ 120.0984882, 30.411494 ], [ 120.0982177, 30.4113466 ], [ 120.0980127, 30.4112509 ], [ 120.0978988, 30.4112509 ], [ 120.0978618, 30.4112853 ], [ 120.0978504, 30.411327 ], [ 120.0978703, 30.4114891 ], [ 120.0978362, 30.411575 ], [ 120.097839, 30.4115996 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0986704, 30.4123436 ], [ 120.0987103, 30.4123411 ], [ 120.0987274, 30.4123068 ], [ 120.0987843, 30.4121521 ], [ 120.0986847, 30.412098 ], [ 120.0984825, 30.4119851 ], [ 120.0984426, 30.4119654 ], [ 120.0983487, 30.4119532 ], [ 120.0982946, 30.4119458 ], [ 120.0981949, 30.4122503 ], [ 120.0986704, 30.4123436 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0987786, 30.4126358 ], [ 120.0988242, 30.4126653 ], [ 120.0992655, 30.4128592 ], [ 120.0993025, 30.4128592 ], [ 120.0994193, 30.4128126 ], [ 120.0994648, 30.4127807 ], [ 120.0995502, 30.4126137 ], [ 120.0995816, 30.4125867 ], [ 120.0996129, 30.4125449 ], [ 120.0996271, 30.4124983 ], [ 120.0996613, 30.4121889 ], [ 120.0996527, 30.4121398 ], [ 120.0996129, 30.412098 ], [ 120.0995189, 30.4120195 ], [ 120.0991288, 30.4118181 ], [ 120.0989011, 30.4121128 ], [ 120.0988783, 30.4121545 ], [ 120.0988099, 30.4123632 ], [ 120.0987729, 30.4126112 ], [ 120.0987786, 30.4126358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0980782, 30.412594 ], [ 120.0981437, 30.4126039 ], [ 120.0986163, 30.4126211 ], [ 120.0986363, 30.412594 ], [ 120.098716, 30.4123681 ], [ 120.0981722, 30.4122699 ], [ 120.0980725, 30.4125621 ], [ 120.0980782, 30.412594 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0981294, 30.4128347 ], [ 120.0981579, 30.4129599 ], [ 120.0985765, 30.4129943 ], [ 120.0986733, 30.4130066 ], [ 120.0987416, 30.4130066 ], [ 120.0987929, 30.4129918 ], [ 120.0988185, 30.4129525 ], [ 120.0988498, 30.4127954 ], [ 120.098827, 30.4127659 ], [ 120.0986163, 30.4127389 ], [ 120.0985964, 30.4127291 ], [ 120.0985964, 30.4126702 ], [ 120.0982633, 30.4126603 ], [ 120.0981778, 30.4126554 ], [ 120.098081, 30.4126407 ], [ 120.098064, 30.4126775 ], [ 120.0980469, 30.4128224 ], [ 120.0981294, 30.4128347 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0989067, 30.4130041 ], [ 120.0989865, 30.4130041 ], [ 120.0990206, 30.4130188 ], [ 120.0990662, 30.4130188 ], [ 120.0991146, 30.4130041 ], [ 120.0991545, 30.4129746 ], [ 120.0991715, 30.4129403 ], [ 120.099163, 30.4129182 ], [ 120.0991004, 30.4128764 ], [ 120.0989722, 30.4128224 ], [ 120.0989409, 30.4128347 ], [ 120.098884, 30.4129796 ], [ 120.0989067, 30.4130041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0979615, 30.4135443 ], [ 120.0979985, 30.4135959 ], [ 120.0980355, 30.413618 ], [ 120.0982747, 30.413564 ], [ 120.0983288, 30.4135615 ], [ 120.09838, 30.4135713 ], [ 120.0984768, 30.413559 ], [ 120.0985565, 30.4135689 ], [ 120.0986106, 30.4136229 ], [ 120.0986163, 30.4135934 ], [ 120.0986619, 30.4135468 ], [ 120.098864, 30.4134928 ], [ 120.0991886, 30.4133847 ], [ 120.0994933, 30.4132914 ], [ 120.0996129, 30.4132619 ], [ 120.0997695, 30.4132497 ], [ 120.0998179, 30.4132251 ], [ 120.0998549, 30.413176 ], [ 120.0998777, 30.4130876 ], [ 120.0998606, 30.4127512 ], [ 120.0996243, 30.4126947 ], [ 120.0995673, 30.4127316 ], [ 120.0995445, 30.4127831 ], [ 120.0995132, 30.4128445 ], [ 120.0994648, 30.4128838 ], [ 120.0993965, 30.4129157 ], [ 120.0993139, 30.4129378 ], [ 120.0992854, 30.413036 ], [ 120.0992456, 30.4131171 ], [ 120.0992143, 30.4131564 ], [ 120.0991545, 30.4131981 ], [ 120.0988498, 30.4132791 ], [ 120.0987558, 30.4132767 ], [ 120.098716, 30.4132718 ], [ 120.0986932, 30.4133037 ], [ 120.0986363, 30.413343 ], [ 120.098474, 30.4133626 ], [ 120.0984028, 30.4133626 ], [ 120.0982974, 30.4133479 ], [ 120.0982376, 30.4133479 ], [ 120.098175, 30.4133602 ], [ 120.0979928, 30.413424 ], [ 120.0979529, 30.4134461 ], [ 120.0979301, 30.4134805 ], [ 120.0979615, 30.4135443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0981038, 30.4133282 ], [ 120.0982206, 30.4133037 ], [ 120.0982803, 30.4132963 ], [ 120.0983231, 30.4133012 ], [ 120.0983828, 30.413316 ], [ 120.098454, 30.4133233 ], [ 120.0985053, 30.4133209 ], [ 120.0985622, 30.4133086 ], [ 120.0986078, 30.4132914 ], [ 120.0986562, 30.4132668 ], [ 120.0986733, 30.4132398 ], [ 120.0986818, 30.4130655 ], [ 120.0986363, 30.4130532 ], [ 120.0981722, 30.4129894 ], [ 120.0981408, 30.4130017 ], [ 120.0980839, 30.4133012 ], [ 120.0981038, 30.4133282 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.083503, 30.4145706 ], [ 120.0844344, 30.4148208 ], [ 120.0849627, 30.4148501 ], [ 120.0849823, 30.4151004 ], [ 120.085357, 30.4151651 ], [ 120.0853738, 30.4154815 ], [ 120.086268, 30.4156397 ], [ 120.0864168, 30.4158804 ], [ 120.0872789, 30.4159514 ], [ 120.0873906, 30.4154132 ], [ 120.0875988, 30.4153085 ], [ 120.0878417, 30.4152645 ], [ 120.0877793, 30.4149418 ], [ 120.0881903, 30.4147349 ], [ 120.0885778, 30.4148396 ], [ 120.0890278, 30.4149184 ], [ 120.0891921, 30.4139225 ], [ 120.0885502, 30.4136697 ], [ 120.0883531, 30.4129496 ], [ 120.0878117, 30.4131167 ], [ 120.0876145, 30.4130996 ], [ 120.0870865, 30.4130537 ], [ 120.0870445, 30.4126347 ], [ 120.0873439, 30.4126099 ], [ 120.0873322, 30.4121073 ], [ 120.0874931, 30.4121073 ], [ 120.0874997, 30.4115705 ], [ 120.0853079, 30.4118085 ], [ 120.084693, 30.411953 ], [ 120.0843355, 30.41277 ], [ 120.0844388, 30.4128681 ], [ 120.0840098, 30.4131674 ], [ 120.0836885, 30.4133463 ], [ 120.0834653, 30.4138946 ], [ 120.083503, 30.4145706 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1006825, 30.4157276 ], [ 120.1007167, 30.4157697 ], [ 120.1007363, 30.4158455 ], [ 120.1008975, 30.415875 ], [ 120.1009757, 30.415913 ], [ 120.1010196, 30.4159551 ], [ 120.1011125, 30.4159762 ], [ 120.1012102, 30.4159762 ], [ 120.1012297, 30.4159172 ], [ 120.1012248, 30.4158455 ], [ 120.1011613, 30.4157697 ], [ 120.1010441, 30.4156981 ], [ 120.1009366, 30.4156517 ], [ 120.1007412, 30.415618 ], [ 120.1006435, 30.4156433 ], [ 120.1006386, 30.4156939 ], [ 120.1006825, 30.4157276 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0984206, 30.4151462 ], [ 120.0985085, 30.4151588 ], [ 120.0987772, 30.4151335 ], [ 120.0988994, 30.4151251 ], [ 120.0989922, 30.415163 ], [ 120.0990459, 30.4152389 ], [ 120.0990801, 30.4154032 ], [ 120.0990997, 30.4154664 ], [ 120.0991387, 30.4155043 ], [ 120.099212, 30.4155296 ], [ 120.0992755, 30.4155717 ], [ 120.0993, 30.415618 ], [ 120.0993048, 30.4156939 ], [ 120.0992755, 30.415854 ], [ 120.0992658, 30.4161784 ], [ 120.0992462, 30.4164227 ], [ 120.0992023, 30.4167261 ], [ 120.0991583, 30.4168904 ], [ 120.0991339, 30.4170589 ], [ 120.0991143, 30.4171642 ], [ 120.0991387, 30.4172696 ], [ 120.0991827, 30.4173749 ], [ 120.099256, 30.4175181 ], [ 120.0993048, 30.4175813 ], [ 120.0995074, 30.4177794 ], [ 120.0997451, 30.4177203 ], [ 120.0997445, 30.4176108 ], [ 120.0997103, 30.4173412 ], [ 120.0997201, 30.4171979 ], [ 120.0997494, 30.4170884 ], [ 120.0997983, 30.4170168 ], [ 120.09994, 30.4169409 ], [ 120.1000621, 30.4168862 ], [ 120.1001354, 30.416823 ], [ 120.1001549, 30.4167345 ], [ 120.1000767, 30.4163469 ], [ 120.1000719, 30.4161868 ], [ 120.1001158, 30.416111 ], [ 120.1002477, 30.4160731 ], [ 120.1003943, 30.416052 ], [ 120.1004236, 30.4159677 ], [ 120.1005799, 30.4158919 ], [ 120.1005799, 30.4158413 ], [ 120.1005897, 30.4156939 ], [ 120.1005409, 30.4156349 ], [ 120.100448, 30.4156223 ], [ 120.1003796, 30.4155591 ], [ 120.1003308, 30.4153568 ], [ 120.1002868, 30.4153105 ], [ 120.10015, 30.4153105 ], [ 120.1000572, 30.4153147 ], [ 120.0996468, 30.4153779 ], [ 120.0996371, 30.4154622 ], [ 120.0994123, 30.4154537 ], [ 120.0994319, 30.41534 ], [ 120.0992902, 30.4152726 ], [ 120.0992706, 30.4152389 ], [ 120.0992658, 30.4150703 ], [ 120.0992267, 30.4150029 ], [ 120.0991583, 30.4149439 ], [ 120.0990361, 30.4149102 ], [ 120.0988847, 30.414906 ], [ 120.0985965, 30.4149313 ], [ 120.0984597, 30.4149524 ], [ 120.0983913, 30.4149819 ], [ 120.0983815, 30.4150872 ], [ 120.0984206, 30.4151462 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1004983, 30.4162069 ], [ 120.1005451, 30.4164029 ], [ 120.1005786, 30.4164634 ], [ 120.1006688, 30.4164893 ], [ 120.101217, 30.4164922 ], [ 120.1012504, 30.416596 ], [ 120.1012872, 30.4167372 ], [ 120.1013173, 30.4168984 ], [ 120.1017563, 30.4168887 ], [ 120.1017518, 30.4168381 ], [ 120.1017852, 30.4168006 ], [ 120.1018822, 30.4167747 ], [ 120.1020426, 30.4167603 ], [ 120.102193, 30.4167603 ], [ 120.1022064, 30.4167026 ], [ 120.1020459, 30.4167055 ], [ 120.1019056, 30.4166825 ], [ 120.1017919, 30.4166046 ], [ 120.1017485, 30.4165095 ], [ 120.1017719, 30.4163683 ], [ 120.1019156, 30.4161233 ], [ 120.1018688, 30.4161261 ], [ 120.1017986, 30.4161406 ], [ 120.1016515, 30.4161406 ], [ 120.101568, 30.4161146 ], [ 120.1015312, 30.4160656 ], [ 120.1015746, 30.4159388 ], [ 120.101568, 30.4158927 ], [ 120.1015212, 30.4159244 ], [ 120.1014944, 30.4159676 ], [ 120.1014643, 30.4160368 ], [ 120.1014309, 30.4161261 ], [ 120.1014242, 30.4162328 ], [ 120.1013841, 30.4162674 ], [ 120.1013273, 30.4162616 ], [ 120.1013206, 30.4162155 ], [ 120.1013273, 30.4161117 ], [ 120.1012504, 30.4160916 ], [ 120.1008259, 30.4160253 ], [ 120.1006755, 30.4159618 ], [ 120.1005786, 30.415959 ], [ 120.1004983, 30.4159849 ], [ 120.1004616, 30.4160368 ], [ 120.1004549, 30.4161088 ], [ 120.1004983, 30.4162069 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1040528, 30.4190221 ], [ 120.1045561, 30.4190563 ], [ 120.1046409, 30.4190563 ], [ 120.1047087, 30.4190124 ], [ 120.1046861, 30.4189538 ], [ 120.104426, 30.4189197 ], [ 120.1042111, 30.4188319 ], [ 120.1040697, 30.4188319 ], [ 120.1040132, 30.4188807 ], [ 120.1039792, 30.4189538 ], [ 120.1040528, 30.4190221 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0918531, 30.4193776 ], [ 120.092177, 30.4195018 ], [ 120.0924146, 30.4195204 ], [ 120.0928393, 30.4194645 ], [ 120.0933575, 30.4194645 ], [ 120.0935591, 30.4194086 ], [ 120.0937463, 30.4192783 ], [ 120.0940202, 30.4191962 ], [ 120.0940774, 30.419179 ], [ 120.0944741, 30.4191337 ], [ 120.0946197, 30.4191294 ], [ 120.0948505, 30.4191227 ], [ 120.0953928, 30.4192217 ], [ 120.0959223, 30.4192547 ], [ 120.0963625, 30.4192547 ], [ 120.0969558, 30.4193702 ], [ 120.0972748, 30.4194307 ], [ 120.097849, 30.4194197 ], [ 120.0981552, 30.4193647 ], [ 120.0985699, 30.4192437 ], [ 120.0987102, 30.4192052 ], [ 120.0988506, 30.4192437 ], [ 120.0989846, 30.4192877 ], [ 120.0990165, 30.4193922 ], [ 120.0990802, 30.4194967 ], [ 120.0991058, 30.4197223 ], [ 120.0990483, 30.4200469 ], [ 120.0989782, 30.4201789 ], [ 120.0989527, 30.420388 ], [ 120.0989654, 30.4204925 ], [ 120.0990101, 30.420608 ], [ 120.0990165, 30.4207731 ], [ 120.0990101, 30.4209271 ], [ 120.098959, 30.4210977 ], [ 120.0989782, 30.4212242 ], [ 120.0989335, 30.4213617 ], [ 120.0988633, 30.4215213 ], [ 120.0989144, 30.4216368 ], [ 120.0989718, 30.4217908 ], [ 120.0990611, 30.4219063 ], [ 120.0991504, 30.4220549 ], [ 120.0993035, 30.4221759 ], [ 120.0993418, 30.4223189 ], [ 120.0992589, 30.4224455 ], [ 120.0991887, 30.4225555 ], [ 120.0991951, 30.422693 ], [ 120.0991568, 30.4227976 ], [ 120.0990101, 30.4228691 ], [ 120.0987485, 30.4229076 ], [ 120.0984231, 30.4229901 ], [ 120.0981616, 30.4230341 ], [ 120.0973195, 30.4229406 ], [ 120.0966113, 30.4228691 ], [ 120.0963115, 30.4228691 ], [ 120.0958968, 30.4228361 ], [ 120.0958649, 30.4229351 ], [ 120.0960818, 30.4229571 ], [ 120.0962541, 30.4229791 ], [ 120.096471, 30.4230121 ], [ 120.096841, 30.4230066 ], [ 120.0970579, 30.4229956 ], [ 120.0974662, 30.4230231 ], [ 120.0978298, 30.4230836 ], [ 120.0982062, 30.4231331 ], [ 120.0984359, 30.4230726 ], [ 120.0987357, 30.4230011 ], [ 120.0988889, 30.4229736 ], [ 120.0990866, 30.4230396 ], [ 120.0992277, 30.423187 ], [ 120.0992092, 30.423291 ], [ 120.0991767, 30.4234029 ], [ 120.0992045, 30.4235388 ], [ 120.0992694, 30.4236148 ], [ 120.0993622, 30.4235988 ], [ 120.0994132, 30.4234229 ], [ 120.0994641, 30.423275 ], [ 120.0994178, 30.4230151 ], [ 120.0994549, 30.4228153 ], [ 120.0995754, 30.4226354 ], [ 120.0996867, 30.4225194 ], [ 120.0998582, 30.4224595 ], [ 120.100141, 30.4224954 ], [ 120.1003311, 30.4224954 ], [ 120.1006278, 30.4224794 ], [ 120.1009894, 30.4225474 ], [ 120.1014715, 30.4226753 ], [ 120.1014623, 30.4226154 ], [ 120.1011887, 30.4225274 ], [ 120.1007483, 30.4224355 ], [ 120.100549, 30.4224195 ], [ 120.1000019, 30.4224235 ], [ 120.0999046, 30.4224075 ], [ 120.0997701, 30.4223315 ], [ 120.0996867, 30.4221836 ], [ 120.09958, 30.4217239 ], [ 120.099594, 30.421476 ], [ 120.0995244, 30.42144 ], [ 120.0994595, 30.4213081 ], [ 120.0993668, 30.4212961 ], [ 120.0993343, 30.4212242 ], [ 120.0993297, 30.4208724 ], [ 120.0992602, 30.4207444 ], [ 120.0991211, 30.4207205 ], [ 120.0991072, 30.4205565 ], [ 120.0990886, 30.4203607 ], [ 120.0991309, 30.420205 ], [ 120.0990894, 30.4201175 ], [ 120.0991309, 30.419871 ], [ 120.0992185, 30.4197637 ], [ 120.0991678, 30.4197319 ], [ 120.0991539, 30.4195808 ], [ 120.0991724, 30.4194297 ], [ 120.099117, 30.4193621 ], [ 120.0990848, 30.4192628 ], [ 120.0991216, 30.4191753 ], [ 120.0992046, 30.4190401 ], [ 120.0994167, 30.4189765 ], [ 120.0995227, 30.4189089 ], [ 120.0996611, 30.4188731 ], [ 120.0998316, 30.4188811 ], [ 120.0997994, 30.4188374 ], [ 120.0997072, 30.4187698 ], [ 120.0997072, 30.4185829 ], [ 120.0997579, 30.4184954 ], [ 120.0999008, 30.4184557 ], [ 120.0998547, 30.4184 ], [ 120.0997809, 30.4183245 ], [ 120.0997901, 30.4181615 ], [ 120.0998547, 30.4180343 ], [ 120.099993, 30.4179627 ], [ 120.1001866, 30.4179349 ], [ 120.1003157, 30.4178991 ], [ 120.1006154, 30.4178474 ], [ 120.1008136, 30.4178156 ], [ 120.1009658, 30.4178593 ], [ 120.1010718, 30.4179706 ], [ 120.1010764, 30.4180859 ], [ 120.1010718, 30.4182012 ], [ 120.101058, 30.4183285 ], [ 120.1010165, 30.4184994 ], [ 120.1010349, 30.4186505 ], [ 120.1011456, 30.4187857 ], [ 120.101164, 30.4189566 ], [ 120.1011179, 30.4190322 ], [ 120.1008782, 30.4190799 ], [ 120.1004264, 30.4190123 ], [ 120.1003664, 30.4189367 ], [ 120.1002604, 30.4188811 ], [ 120.1001083, 30.4188652 ], [ 120.0999884, 30.418897 ], [ 120.0999561, 30.4189487 ], [ 120.1001359, 30.4190004 ], [ 120.1006246, 30.4190719 ], [ 120.1008136, 30.4191157 ], [ 120.1009658, 30.4191952 ], [ 120.1010903, 30.4192389 ], [ 120.1012562, 30.419223 ], [ 120.1014268, 30.4191872 ], [ 120.1014729, 30.4191157 ], [ 120.1014176, 30.4190401 ], [ 120.1014038, 30.4189765 ], [ 120.1014453, 30.418893 ], [ 120.1015605, 30.4188175 ], [ 120.1016527, 30.4187419 ], [ 120.1018464, 30.4186107 ], [ 120.1021737, 30.4184676 ], [ 120.1023858, 30.4183921 ], [ 120.1025886, 30.4184119 ], [ 120.1027269, 30.4184438 ], [ 120.1028791, 30.4184318 ], [ 120.103045, 30.4184398 ], [ 120.1031787, 30.4184954 ], [ 120.1032848, 30.4186068 ], [ 120.1033954, 30.4186902 ], [ 120.1035522, 30.4187698 ], [ 120.1035774, 30.4186866 ], [ 120.1033878, 30.4185634 ], [ 120.1032288, 30.4183867 ], [ 120.1031749, 30.4182507 ], [ 120.1031065, 30.4182241 ], [ 120.1030178, 30.4183022 ], [ 120.102653, 30.418314 ], [ 120.1023246, 30.418262 ], [ 120.1022131, 30.4182031 ], [ 120.102052, 30.4182094 ], [ 120.1018896, 30.4181996 ], [ 120.1017641, 30.4182095 ], [ 120.1016367, 30.4181907 ], [ 120.1016192, 30.4179406 ], [ 120.1016628, 30.4178545 ], [ 120.101779, 30.4178014 ], [ 120.1020045, 30.4177513 ], [ 120.1020908, 30.4176639 ], [ 120.1020654, 30.4174274 ], [ 120.1018443, 30.4171983 ], [ 120.1018111, 30.4171312 ], [ 120.1018535, 30.4170314 ], [ 120.1017751, 30.4169653 ], [ 120.1017563, 30.4168887 ], [ 120.1013173, 30.4168984 ], [ 120.1013058, 30.4168987 ], [ 120.101269, 30.4170561 ], [ 120.1011353, 30.4171602 ], [ 120.1010768, 30.4172359 ], [ 120.1009889, 30.4172986 ], [ 120.1009738, 30.417615 ], [ 120.1009445, 30.4177096 ], [ 120.1008865, 30.4177425 ], [ 120.1005198, 30.4177885 ], [ 120.100115, 30.4178092 ], [ 120.1000788, 30.4178687 ], [ 120.1000052, 30.4178967 ], [ 120.0998793, 30.417863 ], [ 120.0997808, 30.4178091 ], [ 120.0997451, 30.4177203 ], [ 120.0995074, 30.4177794 ], [ 120.0995211, 30.4178914 ], [ 120.0995121, 30.418012 ], [ 120.0996345, 30.4181237 ], [ 120.0996489, 30.4183223 ], [ 120.0996129, 30.4185334 ], [ 120.0995193, 30.418701 ], [ 120.0993178, 30.41885 ], [ 120.0991162, 30.4189058 ], [ 120.0988571, 30.4190486 ], [ 120.0986195, 30.4191293 ], [ 120.0982092, 30.4191603 ], [ 120.0977701, 30.4191541 ], [ 120.0971727, 30.4190424 ], [ 120.0969855, 30.4189803 ], [ 120.096496, 30.4189555 ], [ 120.0963161, 30.4190176 ], [ 120.0951931, 30.4190052 ], [ 120.0943365, 30.4190672 ], [ 120.093991, 30.4191169 ], [ 120.0937535, 30.4191914 ], [ 120.0934511, 30.4193155 ], [ 120.0931992, 30.4193528 ], [ 120.0929616, 30.4193217 ], [ 120.0927457, 30.4192845 ], [ 120.0925729, 30.4193279 ], [ 120.0923642, 30.4193342 ], [ 120.092069, 30.4193279 ], [ 120.0916875, 30.41921 ], [ 120.0916227, 30.4192783 ], [ 120.0918531, 30.4193776 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0885156, 30.4207736 ], [ 120.0886669, 30.4208154 ], [ 120.0887601, 30.4209081 ], [ 120.0889546, 30.4208517 ], [ 120.0892056, 30.4207898 ], [ 120.0893111, 30.4207915 ], [ 120.0896623, 30.4207973 ], [ 120.0897792, 30.420728 ], [ 120.089827, 30.4206352 ], [ 120.0898868, 30.4204704 ], [ 120.0898868, 30.4203261 ], [ 120.089827, 30.420223 ], [ 120.0897314, 30.4201097 ], [ 120.0895641, 30.420089 ], [ 120.0889546, 30.4200478 ], [ 120.0887395, 30.420089 ], [ 120.0883681, 30.4203355 ], [ 120.0883642, 30.4205058 ], [ 120.0885156, 30.4207736 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1056606, 30.422317 ], [ 120.10616, 30.4223744 ], [ 120.106504, 30.4223792 ], [ 120.1067814, 30.4224605 ], [ 120.1069756, 30.4224318 ], [ 120.1076086, 30.4225049 ], [ 120.1076983, 30.422491 ], [ 120.1077413, 30.4224056 ], [ 120.107769, 30.4223505 ], [ 120.1068535, 30.4222931 ], [ 120.1062154, 30.4222644 ], [ 120.1059602, 30.4222691 ], [ 120.1056606, 30.4222309 ], [ 120.1056606, 30.422317 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.075906, 30.4124514 ], [ 120.0763165, 30.4130902 ], [ 120.0766618, 30.4134469 ], [ 120.0766346, 30.4137848 ], [ 120.0762896, 30.4139719 ], [ 120.0759503, 30.4139692 ], [ 120.0757869, 30.4141158 ], [ 120.0758994, 30.4142971 ], [ 120.0770492, 30.4141187 ], [ 120.0771366, 30.4139996 ], [ 120.0774272, 30.4140151 ], [ 120.07788, 30.4142107 ], [ 120.0782696, 30.4143769 ], [ 120.0789396, 30.4144637 ], [ 120.0795622, 30.4146507 ], [ 120.0798234, 30.414732 ], [ 120.0798846, 30.4148921 ], [ 120.080369, 30.4149093 ], [ 120.0805047, 30.4148053 ], [ 120.0811996, 30.4147273 ], [ 120.0816525, 30.4149404 ], [ 120.0827236, 30.4148118 ], [ 120.0829539, 30.4147646 ], [ 120.0832084, 30.4147978 ], [ 120.0832457, 30.4152581 ], [ 120.0834097, 30.4153505 ], [ 120.0834158, 30.4157041 ], [ 120.0838544, 30.4158548 ], [ 120.0838756, 30.4160377 ], [ 120.0840379, 30.4160575 ], [ 120.0842723, 30.4163062 ], [ 120.084654, 30.4161832 ], [ 120.0848558, 30.416549 ], [ 120.0850267, 30.4167004 ], [ 120.0849099, 30.4172042 ], [ 120.085025, 30.4180775 ], [ 120.0849234, 30.4182199 ], [ 120.0850276, 30.4183596 ], [ 120.0855558, 30.4187212 ], [ 120.0856399, 30.4187947 ], [ 120.0859325, 30.4186494 ], [ 120.0866026, 30.4188447 ], [ 120.0867657, 30.4191108 ], [ 120.0869494, 30.4191626 ], [ 120.0870934, 30.4192032 ], [ 120.0870606, 30.4190929 ], [ 120.0870376, 30.4190156 ], [ 120.0869288, 30.4189966 ], [ 120.0868266, 30.418835 ], [ 120.0854388, 30.4182937 ], [ 120.0852316, 30.4177207 ], [ 120.0853872, 30.4171501 ], [ 120.0853916, 30.4167305 ], [ 120.085396, 30.4163614 ], [ 120.0873093, 30.4170087 ], [ 120.0878859, 30.4169432 ], [ 120.088026, 30.4173035 ], [ 120.08821, 30.4174215 ], [ 120.0885233, 30.4177065 ], [ 120.088988, 30.4176869 ], [ 120.089414, 30.4177099 ], [ 120.089629, 30.4180152 ], [ 120.0897653, 30.4180174 ], [ 120.0897325, 30.4177095 ], [ 120.0895664, 30.4172291 ], [ 120.0894481, 30.4168491 ], [ 120.0891659, 30.4161496 ], [ 120.0888055, 30.4161268 ], [ 120.0887784, 30.4157288 ], [ 120.0890348, 30.4155225 ], [ 120.089438, 30.415588 ], [ 120.0897841, 30.4155097 ], [ 120.0898014, 30.4153889 ], [ 120.0889727, 30.4154094 ], [ 120.088652, 30.4153012 ], [ 120.0884992, 30.4158358 ], [ 120.0880495, 30.4156624 ], [ 120.088084, 30.4154865 ], [ 120.0875988, 30.4153085 ], [ 120.0873906, 30.4154132 ], [ 120.0872789, 30.4159514 ], [ 120.0864168, 30.4158804 ], [ 120.0863239, 30.4156495 ], [ 120.086268, 30.4156397 ], [ 120.0853738, 30.4154815 ], [ 120.085357, 30.4151651 ], [ 120.0849823, 30.4151004 ], [ 120.0849627, 30.4148501 ], [ 120.0844344, 30.4148208 ], [ 120.083503, 30.4145706 ], [ 120.0834653, 30.4138946 ], [ 120.0836499, 30.4133678 ], [ 120.0836885, 30.4133463 ], [ 120.0840098, 30.4131674 ], [ 120.0844388, 30.4128681 ], [ 120.0843355, 30.41277 ], [ 120.084693, 30.411953 ], [ 120.0852879, 30.4117487 ], [ 120.0863184, 30.4116668 ], [ 120.0874467, 30.4115565 ], [ 120.0874997, 30.4115705 ], [ 120.0878694, 30.4116677 ], [ 120.0882302, 30.411817 ], [ 120.0882545, 30.4115819 ], [ 120.0880577, 30.4114822 ], [ 120.0879537, 30.4114294 ], [ 120.0874354, 30.4113653 ], [ 120.0872217, 30.4113389 ], [ 120.0862742, 30.4114356 ], [ 120.0851498, 30.4116413 ], [ 120.0848153, 30.4113908 ], [ 120.0849707, 30.4100385 ], [ 120.0847456, 30.4100407 ], [ 120.0846011, 30.4102514 ], [ 120.0840808, 30.4101215 ], [ 120.0838992, 30.4102199 ], [ 120.083481, 30.4087811 ], [ 120.0834458, 30.4077038 ], [ 120.0838743, 30.4069519 ], [ 120.0841212, 30.4063946 ], [ 120.0842182, 30.4057006 ], [ 120.0844981, 30.4051573 ], [ 120.0842711, 30.4050825 ], [ 120.0842612, 30.404432 ], [ 120.0842589, 30.4042435 ], [ 120.0839944, 30.4044712 ], [ 120.0839825, 30.4046416 ], [ 120.0839387, 30.4051946 ], [ 120.0836433, 30.4054325 ], [ 120.0839, 30.4056059 ], [ 120.0836967, 30.4060131 ], [ 120.0836172, 30.4066298 ], [ 120.0833511, 30.4068929 ], [ 120.0829157, 30.4067583 ], [ 120.0827325, 30.4071047 ], [ 120.0832183, 30.407253 ], [ 120.0831236, 30.4075953 ], [ 120.0829888, 30.4086103 ], [ 120.0831901, 30.4093101 ], [ 120.0835584, 30.4100744 ], [ 120.0838114, 30.4105994 ], [ 120.0838229, 30.410923 ], [ 120.0839123, 30.4115603 ], [ 120.0839327, 30.412642 ], [ 120.0837996, 30.4128068 ], [ 120.0833703, 30.4130738 ], [ 120.0832363, 30.4134794 ], [ 120.083225, 30.4137116 ], [ 120.0830824, 30.4143476 ], [ 120.0826188, 30.4143165 ], [ 120.0826035, 30.4141164 ], [ 120.0824349, 30.4140638 ], [ 120.0822071, 30.4141756 ], [ 120.0816269, 30.4143275 ], [ 120.081081, 30.4143664 ], [ 120.0806509, 30.4143272 ], [ 120.0803151, 30.4142037 ], [ 120.0800399, 30.4141284 ], [ 120.0799734, 30.4143795 ], [ 120.0792867, 30.4142819 ], [ 120.0791471, 30.4141622 ], [ 120.078677, 30.4141508 ], [ 120.0785367, 30.4141191 ], [ 120.0780716, 30.4140139 ], [ 120.0774809, 30.4134979 ], [ 120.0772387, 30.4132009 ], [ 120.077364, 30.4128949 ], [ 120.0769364, 30.4127949 ], [ 120.0766487, 30.4127117 ], [ 120.0765619, 30.4123954 ], [ 120.0764188, 30.4123143 ], [ 120.0760042, 30.4123143 ], [ 120.0758982, 30.4120753 ], [ 120.0757113, 30.4121244 ], [ 120.075906, 30.4124514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0755033, 30.4147225 ], [ 120.0756215, 30.4148171 ], [ 120.0758241, 30.4148535 ], [ 120.0760183, 30.4148826 ], [ 120.0762716, 30.4149482 ], [ 120.076432, 30.4150501 ], [ 120.0764911, 30.4151738 ], [ 120.0765248, 30.4153049 ], [ 120.076643, 30.4153995 ], [ 120.07693, 30.4154505 ], [ 120.0772593, 30.4155015 ], [ 120.0778249, 30.415698 ], [ 120.0780781, 30.4157999 ], [ 120.0781288, 30.415931 ], [ 120.0781372, 30.4160183 ], [ 120.0780781, 30.4160984 ], [ 120.0779346, 30.4160839 ], [ 120.0779093, 30.4161567 ], [ 120.0780359, 30.4162003 ], [ 120.0781288, 30.4162731 ], [ 120.0781541, 30.4163969 ], [ 120.0781794, 30.4165789 ], [ 120.0782217, 30.4167828 ], [ 120.0782807, 30.4170448 ], [ 120.0783989, 30.4172851 ], [ 120.0785509, 30.4174744 ], [ 120.0787028, 30.4176782 ], [ 120.0788379, 30.4178238 ], [ 120.078897, 30.417933 ], [ 120.0788548, 30.4180204 ], [ 120.0786269, 30.4180058 ], [ 120.0783398, 30.4180131 ], [ 120.0780275, 30.4180131 ], [ 120.0771411, 30.4178384 ], [ 120.0767865, 30.4177364 ], [ 120.0765755, 30.4177219 ], [ 120.0764893, 30.4177121 ], [ 120.0764416, 30.4177139 ], [ 120.0764553, 30.4177456 ], [ 120.0765586, 30.4179184 ], [ 120.076719, 30.417984 ], [ 120.0769807, 30.4180058 ], [ 120.077369, 30.4180568 ], [ 120.0775547, 30.4180932 ], [ 120.0777742, 30.418166 ], [ 120.0780697, 30.4181878 ], [ 120.0785678, 30.4182242 ], [ 120.0787366, 30.4182315 ], [ 120.0789938, 30.4182968 ], [ 120.0792027, 30.4179679 ], [ 120.0790827, 30.4178092 ], [ 120.0789561, 30.4176418 ], [ 120.078821, 30.4175035 ], [ 120.0786269, 30.4171759 ], [ 120.0785678, 30.4169502 ], [ 120.0785171, 30.4168701 ], [ 120.0784834, 30.4167245 ], [ 120.0785002, 30.4162076 ], [ 120.078458, 30.4161494 ], [ 120.078323, 30.4160911 ], [ 120.0782385, 30.4159674 ], [ 120.078171, 30.4157927 ], [ 120.0780697, 30.4157126 ], [ 120.0773859, 30.4154723 ], [ 120.0770145, 30.4153777 ], [ 120.0767865, 30.4153559 ], [ 120.0766599, 30.4152831 ], [ 120.0765501, 30.4150792 ], [ 120.0764573, 30.414919 ], [ 120.0760605, 30.4148244 ], [ 120.0758579, 30.414788 ], [ 120.0757313, 30.414737 ], [ 120.0756131, 30.4146206 ], [ 120.07563, 30.4144749 ], [ 120.0754443, 30.4144749 ], [ 120.0754274, 30.4145987 ], [ 120.0755033, 30.4147225 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0750053, 30.4174307 ], [ 120.075267, 30.4175108 ], [ 120.0755793, 30.4176127 ], [ 120.0757228, 30.4177292 ], [ 120.0760255, 30.4177867 ], [ 120.0761743, 30.4178113 ], [ 120.0761462, 30.41777 ], [ 120.0760782, 30.41767 ], [ 120.0751741, 30.4174234 ], [ 120.0751066, 30.4174016 ], [ 120.0750728, 30.417336 ], [ 120.0751994, 30.4170958 ], [ 120.074904, 30.4174088 ], [ 120.0750053, 30.4174307 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0792571, 30.4183673 ], [ 120.0793338, 30.418437 ], [ 120.0795932, 30.4186727 ], [ 120.079545, 30.4190916 ], [ 120.0796755, 30.4192044 ], [ 120.0800076, 30.419348 ], [ 120.080061, 30.4194645 ], [ 120.0802687, 30.419217 ], [ 120.0804742, 30.4192288 ], [ 120.0810918, 30.4195813 ], [ 120.0810191, 30.4197301 ], [ 120.0812371, 30.4198162 ], [ 120.0817366, 30.4200512 ], [ 120.0820181, 30.420153 ], [ 120.0821271, 30.420247 ], [ 120.0821362, 30.420341 ], [ 120.0820767, 30.4204587 ], [ 120.0821916, 30.4204587 ], [ 120.0823507, 30.4205425 ], [ 120.0822906, 30.4203801 ], [ 120.0823179, 30.4203018 ], [ 120.0824541, 30.420247 ], [ 120.0825994, 30.420294 ], [ 120.0828355, 30.4204428 ], [ 120.0836529, 30.4205837 ], [ 120.0839072, 30.4206777 ], [ 120.0841525, 30.4206934 ], [ 120.0843432, 30.4207639 ], [ 120.0845067, 30.4208657 ], [ 120.0852877, 30.421085 ], [ 120.0860507, 30.4214452 ], [ 120.086305, 30.4215549 ], [ 120.0865502, 30.4216097 ], [ 120.0870043, 30.4216959 ], [ 120.0872546, 30.4218063 ], [ 120.0872788, 30.4217644 ], [ 120.0872909, 30.4217436 ], [ 120.0871587, 30.4216724 ], [ 120.0868317, 30.4215862 ], [ 120.086423, 30.4215392 ], [ 120.0861324, 30.4214218 ], [ 120.0852968, 30.4210145 ], [ 120.0849229, 30.4209156 ], [ 120.0846157, 30.4208344 ], [ 120.0845339, 30.4207482 ], [ 120.0844976, 30.4206229 ], [ 120.0843977, 30.4204898 ], [ 120.0842342, 30.4204428 ], [ 120.0839981, 30.4204584 ], [ 120.0838255, 30.4204584 ], [ 120.083662, 30.4203958 ], [ 120.083435, 30.4203253 ], [ 120.0831171, 30.4203488 ], [ 120.0828537, 30.4202626 ], [ 120.0823269, 30.4199729 ], [ 120.0821725, 30.4198789 ], [ 120.0820181, 30.419871 ], [ 120.0819092, 30.4197849 ], [ 120.0818637, 30.4196126 ], [ 120.0817638, 30.4194559 ], [ 120.0817457, 30.4192993 ], [ 120.0815731, 30.419221 ], [ 120.0813551, 30.4192288 ], [ 120.0811878, 30.4191524 ], [ 120.0810463, 30.4190878 ], [ 120.0805287, 30.4188842 ], [ 120.0804197, 30.4187432 ], [ 120.0803289, 30.4186179 ], [ 120.0803289, 30.4185083 ], [ 120.0802834, 30.4184065 ], [ 120.0801835, 30.418336 ], [ 120.0800564, 30.4183673 ], [ 120.0799474, 30.4184299 ], [ 120.0797294, 30.4184065 ], [ 120.0795387, 30.4183281 ], [ 120.0793752, 30.4182498 ], [ 120.0792935, 30.4181245 ], [ 120.0792027, 30.4179679 ], [ 120.0789938, 30.4182968 ], [ 120.0792571, 30.4183673 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0784575, 30.4213158 ], [ 120.0785621, 30.4214976 ], [ 120.0785774, 30.4215259 ], [ 120.0786003, 30.4215682 ], [ 120.078705, 30.4217515 ], [ 120.0787242, 30.4217727 ], [ 120.0787715, 30.4217847 ], [ 120.078904, 30.4217543 ], [ 120.0790278, 30.4215866 ], [ 120.0791073, 30.4214875 ], [ 120.0793548, 30.4213961 ], [ 120.0798055, 30.4213885 ], [ 120.0802474, 30.4213732 ], [ 120.0804595, 30.4214494 ], [ 120.0806274, 30.4215561 ], [ 120.0806097, 30.421358 ], [ 120.0807423, 30.4211751 ], [ 120.0809102, 30.4210455 ], [ 120.0815023, 30.4209083 ], [ 120.0816791, 30.420916 ], [ 120.0817763, 30.4210227 ], [ 120.0818116, 30.4211217 ], [ 120.0818912, 30.4211217 ], [ 120.0818381, 30.4209693 ], [ 120.0818381, 30.4208474 ], [ 120.0819619, 30.4207407 ], [ 120.08228, 30.420634 ], [ 120.0823507, 30.4205425 ], [ 120.0821916, 30.4204587 ], [ 120.0820767, 30.4204587 ], [ 120.0819353, 30.4205654 ], [ 120.0817321, 30.4206492 ], [ 120.0814846, 30.4207026 ], [ 120.0812018, 30.4207407 ], [ 120.0808395, 30.4207635 ], [ 120.0806097, 30.4207254 ], [ 120.0804064, 30.4207635 ], [ 120.0803092, 30.4208626 ], [ 120.0800353, 30.4209312 ], [ 120.0799171, 30.4209312 ], [ 120.0798585, 30.4209312 ], [ 120.0796552, 30.4209388 ], [ 120.0795403, 30.4210379 ], [ 120.0793017, 30.4210836 ], [ 120.0790454, 30.421015 ], [ 120.0789747, 30.4208702 ], [ 120.0788775, 30.4209388 ], [ 120.0789217, 30.4210608 ], [ 120.0789659, 30.4211598 ], [ 120.0788687, 30.4212513 ], [ 120.0786124, 30.4212284 ], [ 120.0784595, 30.4212953 ], [ 120.0784558, 30.4213065 ], [ 120.0784575, 30.4213158 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0796221, 30.4233997 ], [ 120.0796738, 30.4234863 ], [ 120.0798497, 30.4235528 ], [ 120.080159, 30.4236671 ], [ 120.0809544, 30.42401 ], [ 120.0811311, 30.4241091 ], [ 120.0812195, 30.424231 ], [ 120.0812283, 30.4243987 ], [ 120.0813697, 30.4245511 ], [ 120.0816614, 30.4246501 ], [ 120.0819442, 30.4247264 ], [ 120.0821121, 30.4248254 ], [ 120.0823772, 30.4249626 ], [ 120.0826247, 30.4250617 ], [ 120.0826781, 30.4249255 ], [ 120.0826692, 30.4248654 ], [ 120.0824037, 30.4247797 ], [ 120.0821651, 30.424673 ], [ 120.0819619, 30.4245968 ], [ 120.0818205, 30.4244368 ], [ 120.0816172, 30.424391 ], [ 120.0813786, 30.4242844 ], [ 120.0810074, 30.4238881 ], [ 120.0805832, 30.4236214 ], [ 120.0802827, 30.4235528 ], [ 120.0796552, 30.4233623 ], [ 120.0795994, 30.4233617 ], [ 120.0796221, 30.4233997 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0829605, 30.4251607 ], [ 120.0832168, 30.4251988 ], [ 120.0838531, 30.4253436 ], [ 120.0842773, 30.4254503 ], [ 120.0853122, 30.4256809 ], [ 120.0853378, 30.4256866 ], [ 120.0855234, 30.425336 ], [ 120.0853467, 30.4253893 ], [ 120.0849048, 30.4253208 ], [ 120.0844894, 30.425275 ], [ 120.0843392, 30.425336 ], [ 120.0840564, 30.4253055 ], [ 120.0831019, 30.4250845 ], [ 120.0829738, 30.4249383 ], [ 120.0829636, 30.4249878 ], [ 120.082963, 30.4250277 ], [ 120.0829449, 30.4250699 ], [ 120.0829605, 30.4251607 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0757911, 30.4258976 ], [ 120.0758266, 30.4259384 ], [ 120.0758975, 30.425918 ], [ 120.0758798, 30.4258517 ], [ 120.075933, 30.4257753 ], [ 120.0760157, 30.42576 ], [ 120.0761398, 30.4257702 ], [ 120.0762875, 30.4257804 ], [ 120.0764057, 30.4257498 ], [ 120.0764294, 30.4256122 ], [ 120.0763821, 30.4255562 ], [ 120.0762698, 30.4255307 ], [ 120.0760866, 30.4255307 ], [ 120.0759566, 30.4255307 ], [ 120.075862, 30.4255715 ], [ 120.0758089, 30.4256785 ], [ 120.0757911, 30.4258212 ], [ 120.0757911, 30.4258976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0741612, 30.4287897 ], [ 120.0741998, 30.428823 ], [ 120.0742143, 30.4288771 ], [ 120.0743157, 30.4288979 ], [ 120.0743977, 30.4289021 ], [ 120.0744363, 30.4289229 ], [ 120.0744894, 30.428952 ], [ 120.0746969, 30.4290394 ], [ 120.0748996, 30.4290561 ], [ 120.0750492, 30.4290477 ], [ 120.075194, 30.4290144 ], [ 120.0752905, 30.4290061 ], [ 120.0760917, 30.4291018 ], [ 120.0765164, 30.4291143 ], [ 120.0771052, 30.4291559 ], [ 120.0772162, 30.4291767 ], [ 120.0773223, 30.4292059 ], [ 120.0774768, 30.4292059 ], [ 120.0777181, 30.4291975 ], [ 120.0778232, 30.4291844 ], [ 120.0778276, 30.4291402 ], [ 120.0776554, 30.429131 ], [ 120.077472, 30.4291351 ], [ 120.0772451, 30.4291268 ], [ 120.076748, 30.4290477 ], [ 120.0764392, 30.4290436 ], [ 120.0762992, 30.4290727 ], [ 120.0755319, 30.4289936 ], [ 120.0753485, 30.4289603 ], [ 120.0752133, 30.428977 ], [ 120.075083, 30.4290103 ], [ 120.0748852, 30.4290144 ], [ 120.0746438, 30.428977 ], [ 120.0744798, 30.4288813 ], [ 120.0743736, 30.4288355 ], [ 120.0742867, 30.4287731 ], [ 120.0741902, 30.4287232 ], [ 120.0741081, 30.4287023 ], [ 120.0740744, 30.4287523 ], [ 120.0741612, 30.4287897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0733562, 30.4266973 ], [ 120.0734973, 30.4267899 ], [ 120.0738598, 30.4268768 ], [ 120.0740076, 30.4268478 ], [ 120.0742157, 30.426732 ], [ 120.0744507, 30.4265526 ], [ 120.0745313, 30.4264599 ], [ 120.0746454, 30.4262515 ], [ 120.0748939, 30.4261473 ], [ 120.0751289, 30.4261415 ], [ 120.0753169, 30.4261762 ], [ 120.0760421, 30.4261646 ], [ 120.0763308, 30.4261473 ], [ 120.0765658, 30.4261878 ], [ 120.0767672, 30.4261936 ], [ 120.0769082, 30.4262341 ], [ 120.0770962, 30.4262515 ], [ 120.0772372, 30.4262052 ], [ 120.0772977, 30.426101 ], [ 120.0774454, 30.4256609 ], [ 120.0774454, 30.4255625 ], [ 120.0771835, 30.4254988 ], [ 120.0771231, 30.4254351 ], [ 120.0771432, 30.4253656 ], [ 120.0773044, 30.4252556 ], [ 120.077479, 30.4251746 ], [ 120.0775998, 30.4251804 ], [ 120.0776535, 30.425273 ], [ 120.0776334, 30.4254293 ], [ 120.0777005, 30.425493 ], [ 120.0778348, 30.4254988 ], [ 120.0779557, 30.4254467 ], [ 120.0780161, 30.4254467 ], [ 120.0780766, 30.4254872 ], [ 120.0780453, 30.425946 ], [ 120.0780268, 30.4262343 ], [ 120.0780161, 30.426402 ], [ 120.0779557, 30.4266162 ], [ 120.0779826, 30.4267089 ], [ 120.0781218, 30.4267252 ], [ 120.0782782, 30.4267435 ], [ 120.0781045, 30.4279034 ], [ 120.0781236, 30.4280463 ], [ 120.0780766, 30.42822 ], [ 120.0780296, 30.4284516 ], [ 120.0778483, 30.4289379 ], [ 120.0778276, 30.4291402 ], [ 120.0778232, 30.4291844 ], [ 120.0777878, 30.4292853 ], [ 120.0775864, 30.4299569 ], [ 120.0774991, 30.4300495 ], [ 120.077385, 30.4301132 ], [ 120.0773917, 30.4302174 ], [ 120.0773178, 30.4303969 ], [ 120.0772104, 30.430559 ], [ 120.0770761, 30.4306285 ], [ 120.0769149, 30.430669 ], [ 120.0765658, 30.4307385 ], [ 120.0762838, 30.4308369 ], [ 120.0760823, 30.4309411 ], [ 120.0759078, 30.4311843 ], [ 120.0758003, 30.4314448 ], [ 120.0757332, 30.4316706 ], [ 120.0755788, 30.4318732 ], [ 120.0754445, 30.4321164 ], [ 120.0751893, 30.4329327 ], [ 120.0751289, 30.4330601 ], [ 120.075102, 30.4332106 ], [ 120.0751356, 30.4333727 ], [ 120.0752162, 30.4335059 ], [ 120.0752363, 30.4336853 ], [ 120.0752565, 30.4339922 ], [ 120.0752833, 30.4341658 ], [ 120.0752296, 30.4344553 ], [ 120.0751826, 30.4346985 ], [ 120.075108, 30.4348611 ], [ 120.075251, 30.434937 ], [ 120.0753421, 30.4347245 ], [ 120.0753974, 30.4345994 ], [ 120.0754872, 30.43451 ], [ 120.075584, 30.4345219 ], [ 120.0759988, 30.4345755 ], [ 120.0762753, 30.4345576 ], [ 120.0769527, 30.4343431 ], [ 120.0771256, 30.4343371 ], [ 120.0776648, 30.4343908 ], [ 120.0777546, 30.4344504 ], [ 120.0777754, 30.4345576 ], [ 120.0778998, 30.4346053 ], [ 120.0781417, 30.4346113 ], [ 120.0782731, 30.4345457 ], [ 120.0783146, 30.4344802 ], [ 120.0784874, 30.4344563 ], [ 120.0785772, 30.4344086 ], [ 120.0785358, 30.4343729 ], [ 120.0784044, 30.4344086 ], [ 120.0782731, 30.4344325 ], [ 120.0781625, 30.4344086 ], [ 120.0780173, 30.4344086 ], [ 120.0778929, 30.4344206 ], [ 120.0777754, 30.4344027 ], [ 120.0776578, 30.4343192 ], [ 120.077409, 30.4343014 ], [ 120.0770357, 30.4342954 ], [ 120.0768905, 30.4342894 ], [ 120.0766209, 30.434355 ], [ 120.076538, 30.4344325 ], [ 120.0763859, 30.4344742 ], [ 120.0761992, 30.43451 ], [ 120.0756938, 30.4344771 ], [ 120.0755564, 30.4344682 ], [ 120.0754388, 30.4344384 ], [ 120.0754043, 30.4343848 ], [ 120.0754458, 30.4338722 ], [ 120.0755149, 30.433759 ], [ 120.0755011, 30.4336398 ], [ 120.0754527, 30.4335146 ], [ 120.0753835, 30.4334014 ], [ 120.0753213, 30.4333179 ], [ 120.0753144, 30.4332047 ], [ 120.075349, 30.4330795 ], [ 120.0755633, 30.4324656 ], [ 120.0757776, 30.4320364 ], [ 120.0758674, 30.4317623 ], [ 120.0761163, 30.4312258 ], [ 120.0762545, 30.431053 ], [ 120.0764965, 30.4309039 ], [ 120.0767246, 30.4308324 ], [ 120.0770979, 30.4308145 ], [ 120.077326, 30.4308861 ], [ 120.0774781, 30.4310708 ], [ 120.0775956, 30.4312258 ], [ 120.0777131, 30.4313212 ], [ 120.077886, 30.4313867 ], [ 120.0781556, 30.4314344 ], [ 120.078356, 30.4314523 ], [ 120.0785772, 30.4315596 ], [ 120.0790957, 30.4317086 ], [ 120.0791164, 30.431655 ], [ 120.0785772, 30.431506 ], [ 120.0784597, 30.4314344 ], [ 120.0783007, 30.4313867 ], [ 120.0781279, 30.4313689 ], [ 120.0778099, 30.4313033 ], [ 120.0777823, 30.4312556 ], [ 120.0777892, 30.4311662 ], [ 120.0780173, 30.4303139 ], [ 120.0780795, 30.4301827 ], [ 120.0781625, 30.4300576 ], [ 120.0781486, 30.4299205 ], [ 120.0781901, 30.4298191 ], [ 120.07828, 30.4297118 ], [ 120.0783422, 30.4295867 ], [ 120.0783491, 30.4294317 ], [ 120.0782454, 30.4293423 ], [ 120.0781141, 30.429241 ], [ 120.0780588, 30.4291337 ], [ 120.078038, 30.4289966 ], [ 120.0780933, 30.4288118 ], [ 120.0782662, 30.4282694 ], [ 120.0783629, 30.4277866 ], [ 120.0783353, 30.4276256 ], [ 120.0782869, 30.427411 ], [ 120.0783146, 30.4272024 ], [ 120.0784321, 30.4266362 ], [ 120.078439, 30.4264573 ], [ 120.0784874, 30.4262904 ], [ 120.078439, 30.4261593 ], [ 120.0784735, 30.4259745 ], [ 120.0785012, 30.4258017 ], [ 120.0784874, 30.4256049 ], [ 120.0785219, 30.425438 ], [ 120.0785565, 30.4250923 ], [ 120.0785634, 30.42483 ], [ 120.078598, 30.424681 ], [ 120.0786878, 30.424532 ], [ 120.0790266, 30.4241803 ], [ 120.0792063, 30.4239419 ], [ 120.0792409, 30.4238107 ], [ 120.0792409, 30.4237154 ], [ 120.0791648, 30.4237034 ], [ 120.0790819, 30.4239717 ], [ 120.078833, 30.4242518 ], [ 120.0787017, 30.4244068 ], [ 120.0785703, 30.4244783 ], [ 120.0783699, 30.4244426 ], [ 120.0782454, 30.4244724 ], [ 120.078197, 30.4247049 ], [ 120.0780795, 30.4247704 ], [ 120.0778721, 30.42483 ], [ 120.0778376, 30.4249433 ], [ 120.0776993, 30.4250506 ], [ 120.0775196, 30.4250744 ], [ 120.0773053, 30.4250327 ], [ 120.0769015, 30.4249025 ], [ 120.0768209, 30.4248156 ], [ 120.0767269, 30.4247172 ], [ 120.0766799, 30.4249719 ], [ 120.0765421, 30.4250697 ], [ 120.0764217, 30.425023 ], [ 120.0762569, 30.4248677 ], [ 120.0761629, 30.4248619 ], [ 120.0759615, 30.4249893 ], [ 120.0756123, 30.4250298 ], [ 120.0754713, 30.4250182 ], [ 120.0754479, 30.4251367 ], [ 120.0753314, 30.4252122 ], [ 120.0754253, 30.4253009 ], [ 120.0757606, 30.4253049 ], [ 120.0762539, 30.4252875 ], [ 120.0764584, 30.425273 ], [ 120.0765255, 30.4253714 ], [ 120.0765725, 30.425632 ], [ 120.0764718, 30.4260199 ], [ 120.0763644, 30.4260662 ], [ 120.0756728, 30.4260431 ], [ 120.0751692, 30.4260373 ], [ 120.0750215, 30.4260199 ], [ 120.0748066, 30.4261241 ], [ 120.074585, 30.4261415 ], [ 120.0743433, 30.4260604 ], [ 120.074115, 30.425962 ], [ 120.0736651, 30.4260373 ], [ 120.0737054, 30.4261125 ], [ 120.07388, 30.4261125 ], [ 120.0740277, 30.4261241 ], [ 120.0741754, 30.4261878 ], [ 120.0741956, 30.4263731 ], [ 120.0741351, 30.4265873 ], [ 120.0738464, 30.4267494 ], [ 120.0735913, 30.426761 ], [ 120.073504, 30.4266799 ], [ 120.0734637, 30.4265873 ], [ 120.0732958, 30.4265873 ], [ 120.0733562, 30.4266973 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9488827, 30.3694262 ], [ 119.9488937, 30.3695965 ], [ 119.9488717, 30.3697479 ], [ 119.9489046, 30.3698425 ], [ 119.9489595, 30.3697384 ], [ 119.9490691, 30.3697005 ], [ 119.949091, 30.3695681 ], [ 119.9491349, 30.3695019 ], [ 119.9492775, 30.3694924 ], [ 119.9494419, 30.3695019 ], [ 119.9496174, 30.3694262 ], [ 119.9497928, 30.3692937 ], [ 119.9497599, 30.3691897 ], [ 119.9496174, 30.3690667 ], [ 119.9495406, 30.3688207 ], [ 119.9496393, 30.3686031 ], [ 119.9497599, 30.368518 ], [ 119.9497599, 30.3683004 ], [ 119.9496393, 30.3681963 ], [ 119.9495735, 30.368026 ], [ 119.9494968, 30.3678652 ], [ 119.9492994, 30.3678652 ], [ 119.9492665, 30.3679409 ], [ 119.9493104, 30.368026 ], [ 119.9493432, 30.3681112 ], [ 119.9492336, 30.3681017 ], [ 119.9490691, 30.3680923 ], [ 119.9490033, 30.3681017 ], [ 119.9488937, 30.368272 ], [ 119.9489156, 30.3684139 ], [ 119.9489595, 30.3685369 ], [ 119.9489595, 30.3688396 ], [ 119.9489485, 30.3689626 ], [ 119.9488608, 30.3691424 ], [ 119.9488169, 30.369237 ], [ 119.9488827, 30.3694262 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9478105, 30.3692086 ], [ 119.9479518, 30.3692898 ], [ 119.9480224, 30.3691781 ], [ 119.9480224, 30.3690867 ], [ 119.9481283, 30.369036 ], [ 119.9482813, 30.3690258 ], [ 119.9484931, 30.3690664 ], [ 119.9486226, 30.3691477 ], [ 119.9487521, 30.369168 ], [ 119.948858, 30.3689852 ], [ 119.9488933, 30.3685486 ], [ 119.9487756, 30.368447 ], [ 119.9486344, 30.368447 ], [ 119.9485873, 30.3685486 ], [ 119.9484814, 30.3686095 ], [ 119.9483048, 30.36864 ], [ 119.9481989, 30.3687212 ], [ 119.9480577, 30.3686196 ], [ 119.9478811, 30.3685079 ], [ 119.9477752, 30.3685587 ], [ 119.9477399, 30.3687009 ], [ 119.9477517, 30.3688532 ], [ 119.9477752, 30.3689852 ], [ 119.9477281, 30.3691071 ], [ 119.9478105, 30.3692086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9498476, 30.3690667 ], [ 119.9499463, 30.369114 ], [ 119.9501876, 30.3691613 ], [ 119.9502972, 30.3690478 ], [ 119.9504727, 30.3690194 ], [ 119.9505494, 30.3689153 ], [ 119.9505604, 30.3687829 ], [ 119.9504069, 30.3687261 ], [ 119.9501437, 30.3687356 ], [ 119.950045, 30.3687261 ], [ 119.9498915, 30.3687923 ], [ 119.9498257, 30.3688964 ], [ 119.9498476, 30.3690667 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9447244, 30.3671726 ], [ 119.9449264, 30.3676233 ], [ 119.945393, 30.3680799 ], [ 119.9461869, 30.3689272 ], [ 119.9470992, 30.3696842 ], [ 119.947719, 30.3699847 ], [ 119.9491815, 30.3706155 ], [ 119.9501495, 30.370952 ], [ 119.9514726, 30.3711563 ], [ 119.9525173, 30.3712344 ], [ 119.9536524, 30.3710782 ], [ 119.9541121, 30.3708439 ], [ 119.954906, 30.3703392 ], [ 119.9551567, 30.370237 ], [ 119.9557486, 30.3703271 ], [ 119.9560481, 30.3706035 ], [ 119.956452, 30.371637 ], [ 119.9567654, 30.3728507 ], [ 119.9571136, 30.3727726 ], [ 119.9568281, 30.3713306 ], [ 119.9565774, 30.3710061 ], [ 119.9560481, 30.3699486 ], [ 119.9557904, 30.3698044 ], [ 119.9552472, 30.3698344 ], [ 119.9547945, 30.3699907 ], [ 119.9540772, 30.3704954 ], [ 119.9535271, 30.3707838 ], [ 119.9525939, 30.37091 ], [ 119.9516885, 30.3708619 ], [ 119.9506509, 30.3706997 ], [ 119.9495227, 30.3704113 ], [ 119.9483736, 30.3699246 ], [ 119.9474404, 30.369522 ], [ 119.9466117, 30.368807 ], [ 119.9459988, 30.3681881 ], [ 119.9452328, 30.3674911 ], [ 119.9451144, 30.3671065 ], [ 119.9452189, 30.3668241 ], [ 119.9454556, 30.3667761 ], [ 119.9457481, 30.3666018 ], [ 119.9457899, 30.3664095 ], [ 119.9461799, 30.3662112 ], [ 119.9464515, 30.3659709 ], [ 119.9466604, 30.3657065 ], [ 119.9468276, 30.3652619 ], [ 119.9464654, 30.3651537 ], [ 119.9463262, 30.36537 ], [ 119.9463262, 30.3655863 ], [ 119.9461103, 30.3658988 ], [ 119.9453512, 30.3663374 ], [ 119.9449194, 30.3666078 ], [ 119.9447244, 30.3669503 ], [ 119.9447244, 30.3671726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9472934, 30.3692903 ], [ 119.9475067, 30.3694152 ], [ 119.9475828, 30.3693429 ], [ 119.9472858, 30.3691589 ], [ 119.9472324, 30.3692049 ], [ 119.9472934, 30.3692903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9537074, 30.3694924 ], [ 119.953817, 30.3695113 ], [ 119.9537951, 30.3695965 ], [ 119.9539267, 30.3697005 ], [ 119.9539815, 30.3698046 ], [ 119.954135, 30.3698141 ], [ 119.9543433, 30.3699276 ], [ 119.9543982, 30.369833 ], [ 119.9543324, 30.3697195 ], [ 119.9542447, 30.3695965 ], [ 119.9541898, 30.3694735 ], [ 119.9542227, 30.36936 ], [ 119.9542227, 30.3692181 ], [ 119.9540692, 30.3691518 ], [ 119.9539376, 30.369237 ], [ 119.9538938, 30.36936 ], [ 119.9537403, 30.3693505 ], [ 119.9536635, 30.3694073 ], [ 119.9537074, 30.3694924 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.951635, 30.3697195 ], [ 119.9517665, 30.3697384 ], [ 119.9519529, 30.3698519 ], [ 119.9520955, 30.3699371 ], [ 119.9524025, 30.3699276 ], [ 119.9526657, 30.3698992 ], [ 119.9529179, 30.3700222 ], [ 119.9530166, 30.3701736 ], [ 119.9530385, 30.3704006 ], [ 119.9531372, 30.3704858 ], [ 119.953181, 30.3704006 ], [ 119.9531262, 30.3702682 ], [ 119.9531481, 30.370079 ], [ 119.9532468, 30.3700033 ], [ 119.9533674, 30.3699181 ], [ 119.9533894, 30.3697857 ], [ 119.9534552, 30.3696154 ], [ 119.9534881, 30.3694546 ], [ 119.9534442, 30.3693127 ], [ 119.9534661, 30.3692086 ], [ 119.953521, 30.3691424 ], [ 119.953499, 30.3689815 ], [ 119.9534332, 30.368868 ], [ 119.9532907, 30.368764 ], [ 119.9531372, 30.3687545 ], [ 119.9529398, 30.3687923 ], [ 119.9528082, 30.3689248 ], [ 119.9526876, 30.3689721 ], [ 119.9526109, 30.3691235 ], [ 119.9524793, 30.3691518 ], [ 119.952249, 30.3692181 ], [ 119.9520626, 30.3692181 ], [ 119.9518981, 30.369237 ], [ 119.9518433, 30.3693411 ], [ 119.9517665, 30.3695681 ], [ 119.951624, 30.3696438 ], [ 119.951635, 30.3697195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9496393, 30.3699844 ], [ 119.9497819, 30.3700506 ], [ 119.9499463, 30.3701641 ], [ 119.9501876, 30.3702493 ], [ 119.9504288, 30.3702587 ], [ 119.9504069, 30.370202 ], [ 119.9503959, 30.3700506 ], [ 119.9504507, 30.3698992 ], [ 119.9505823, 30.3697857 ], [ 119.9507029, 30.3697573 ], [ 119.9508016, 30.3696532 ], [ 119.9507687, 30.3695397 ], [ 119.9508893, 30.3695492 ], [ 119.950977, 30.369587 ], [ 119.9510428, 30.3696059 ], [ 119.9512402, 30.3695492 ], [ 119.951317, 30.3694073 ], [ 119.951306, 30.3693032 ], [ 119.9511415, 30.3692464 ], [ 119.9509113, 30.369237 ], [ 119.9507358, 30.3693032 ], [ 119.95067, 30.3694735 ], [ 119.9505604, 30.3695113 ], [ 119.9504836, 30.3695965 ], [ 119.950363, 30.3696532 ], [ 119.9503411, 30.3697573 ], [ 119.9502972, 30.3698992 ], [ 119.9501985, 30.3699465 ], [ 119.9500889, 30.3699844 ], [ 119.9499792, 30.3698425 ], [ 119.9499792, 30.3697762 ], [ 119.9499025, 30.3697289 ], [ 119.949749, 30.3698141 ], [ 119.9495297, 30.369833 ], [ 119.9494748, 30.3699087 ], [ 119.9496393, 30.3699844 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9566483, 30.3698089 ], [ 119.9566888, 30.3699208 ], [ 119.956778, 30.3698579 ], [ 119.956859, 30.3697879 ], [ 119.9569401, 30.369683 ], [ 119.9569158, 30.3696061 ], [ 119.9568104, 30.3695921 ], [ 119.9567212, 30.3696271 ], [ 119.9566402, 30.3696271 ], [ 119.9566077, 30.36969 ], [ 119.9566483, 30.3698089 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9535429, 30.3698992 ], [ 119.9535429, 30.3699844 ], [ 119.9536416, 30.37006 ], [ 119.9537074, 30.370183 ], [ 119.9539047, 30.3701357 ], [ 119.9538389, 30.3700317 ], [ 119.9537512, 30.3698614 ], [ 119.9537512, 30.3697195 ], [ 119.9537183, 30.3696154 ], [ 119.9536635, 30.3695586 ], [ 119.9535867, 30.3696154 ], [ 119.9535429, 30.3697762 ], [ 119.9535429, 30.3698992 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9539705, 30.3700033 ], [ 119.9540582, 30.3700979 ], [ 119.9542227, 30.3701452 ], [ 119.9543872, 30.370079 ], [ 119.9543104, 30.3700222 ], [ 119.9542008, 30.3699654 ], [ 119.9540473, 30.3698898 ], [ 119.9539705, 30.3699087 ], [ 119.9539705, 30.3700033 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9511086, 30.370183 ], [ 119.9513279, 30.370202 ], [ 119.9514924, 30.3702303 ], [ 119.951613, 30.3703249 ], [ 119.9516788, 30.3702871 ], [ 119.9515801, 30.3701074 ], [ 119.951624, 30.3699938 ], [ 119.9515472, 30.3698803 ], [ 119.9513828, 30.3698046 ], [ 119.9512292, 30.3698141 ], [ 119.9511525, 30.3698898 ], [ 119.9510867, 30.3700506 ], [ 119.9511086, 30.370183 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9518789, 30.3704404 ], [ 119.9519551, 30.370493 ], [ 119.9520541, 30.3705456 ], [ 119.9521608, 30.3704404 ], [ 119.9521455, 30.3703616 ], [ 119.9520922, 30.3702827 ], [ 119.9519399, 30.3702761 ], [ 119.9518789, 30.3703156 ], [ 119.9518789, 30.3704404 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9472702, 30.3619365 ], [ 119.9474247, 30.3621809 ], [ 119.9476306, 30.3624437 ], [ 119.9476907, 30.3625326 ], [ 119.9477293, 30.362614 ], [ 119.9478065, 30.3626436 ], [ 119.9478666, 30.3626843 ], [ 119.9481155, 30.3629509 ], [ 119.9483043, 30.3631249 ], [ 119.9484416, 30.3632249 ], [ 119.9485789, 30.3632878 ], [ 119.948669, 30.3633211 ], [ 119.9487376, 30.3633766 ], [ 119.9492997, 30.3635284 ], [ 119.9494498, 30.363584 ], [ 119.9495871, 30.3636876 ], [ 119.950471, 30.3644576 ], [ 119.9507113, 30.3646316 ], [ 119.95084, 30.3646909 ], [ 119.9511446, 30.364813 ], [ 119.9512991, 30.3648315 ], [ 119.9514321, 30.3648278 ], [ 119.951608, 30.3648167 ], [ 119.9517796, 30.3648352 ], [ 119.9519298, 30.3648612 ], [ 119.9520156, 30.3648908 ], [ 119.9520928, 30.3648908 ], [ 119.9521529, 30.3649241 ], [ 119.9521958, 30.3650278 ], [ 119.952243, 30.3650685 ], [ 119.9522387, 30.3650055 ], [ 119.952183, 30.3648982 ], [ 119.9521872, 30.3648464 ], [ 119.9524146, 30.3648352 ], [ 119.9525648, 30.364839 ], [ 119.952848, 30.3648427 ], [ 119.9530325, 30.3649019 ], [ 119.953217, 30.3649981 ], [ 119.9534272, 30.3651758 ], [ 119.9536289, 30.3654313 ], [ 119.9539678, 30.3660199 ], [ 119.9541695, 30.3666159 ], [ 119.9545213, 30.3675784 ], [ 119.9548774, 30.3684632 ], [ 119.9549976, 30.3687445 ], [ 119.9550705, 30.3688963 ], [ 119.955195, 30.3690259 ], [ 119.9552979, 30.3690999 ], [ 119.9556197, 30.369248 ], [ 119.9557828, 30.3693479 ], [ 119.9558385, 30.3693368 ], [ 119.9558943, 30.369396 ], [ 119.9559458, 30.3694627 ], [ 119.956096, 30.369744 ], [ 119.9563019, 30.3701734 ], [ 119.9564478, 30.3705325 ], [ 119.9565637, 30.3707842 ], [ 119.9566452, 30.3708916 ], [ 119.956731, 30.3709397 ], [ 119.9569541, 30.3710211 ], [ 119.957366, 30.3710841 ], [ 119.9575162, 30.3711507 ], [ 119.957602, 30.3712173 ], [ 119.957662, 30.3712433 ], [ 119.9577436, 30.3714543 ], [ 119.9578251, 30.3715246 ], [ 119.9579195, 30.371569 ], [ 119.9580482, 30.371606 ], [ 119.9581555, 30.3716097 ], [ 119.9582713, 30.3715505 ], [ 119.9584086, 30.3715024 ], [ 119.9585202, 30.3714728 ], [ 119.9586403, 30.3714802 ], [ 119.9588162, 30.3715394 ], [ 119.9594984, 30.3719096 ], [ 119.9600004, 30.3721835 ], [ 119.9601377, 30.3722983 ], [ 119.9601806, 30.3723871 ], [ 119.9602278, 30.372513 ], [ 119.9602579, 30.3726499 ], [ 119.9603136, 30.3727388 ], [ 119.9604381, 30.3729127 ], [ 119.9605196, 30.3730349 ], [ 119.9606268, 30.3732052 ], [ 119.9607556, 30.3733162 ], [ 119.9608199, 30.3733347 ], [ 119.9609272, 30.3733977 ], [ 119.9609958, 30.3734347 ], [ 119.9614635, 30.373605 ], [ 119.961678, 30.3736679 ], [ 119.9617338, 30.3736531 ], [ 119.9618282, 30.373679 ], [ 119.9618368, 30.3737456 ], [ 119.9617939, 30.3738604 ], [ 119.9617381, 30.3739307 ], [ 119.9616823, 30.3739492 ], [ 119.9616523, 30.3739048 ], [ 119.9616266, 30.3738678 ], [ 119.9615751, 30.3738826 ], [ 119.961501, 30.3739262 ], [ 119.9611806, 30.373836 ], [ 119.9606653, 30.373824 ], [ 119.959161, 30.3739802 ], [ 119.9584229, 30.3738901 ], [ 119.9579493, 30.3737159 ], [ 119.9573713, 30.3731751 ], [ 119.9573295, 30.373055 ], [ 119.9575175, 30.3730249 ], [ 119.9573852, 30.3727726 ], [ 119.9571136, 30.3727726 ], [ 119.9567654, 30.3728507 ], [ 119.9569395, 30.3732052 ], [ 119.9573991, 30.3737459 ], [ 119.9579005, 30.3740583 ], [ 119.958597, 30.3742085 ], [ 119.959175, 30.3743347 ], [ 119.9600525, 30.3742266 ], [ 119.9603798, 30.3742085 ], [ 119.9603867, 30.3743587 ], [ 119.9607349, 30.3744008 ], [ 119.9607558, 30.3742566 ], [ 119.9611876, 30.3743167 ], [ 119.9617726, 30.374521 ], [ 119.9622879, 30.3750076 ], [ 119.9623645, 30.3753201 ], [ 119.9623228, 30.376005 ], [ 119.9621069, 30.3770744 ], [ 119.9620163, 30.3779156 ], [ 119.9620512, 30.3788889 ], [ 119.9621138, 30.3795858 ], [ 119.9624897, 30.379388 ], [ 119.9624306, 30.3789252 ], [ 119.9624646, 30.3788031 ], [ 119.962658, 30.3787176 ], [ 119.9626027, 30.3785545 ], [ 119.9624002, 30.3785488 ], [ 119.9623715, 30.3784623 ], [ 119.9623994, 30.377531 ], [ 119.9624969, 30.3769663 ], [ 119.9627963, 30.3754582 ], [ 119.9628242, 30.3750317 ], [ 119.9627197, 30.3746592 ], [ 119.962281, 30.3742266 ], [ 119.9618005, 30.3739819 ], [ 119.9617954, 30.3739142 ], [ 119.9618588, 30.3737993 ], [ 119.9619475, 30.3738048 ], [ 119.9620743, 30.3738902 ], [ 119.9621202, 30.3738744 ], [ 119.9625932, 30.3741676 ], [ 119.962731, 30.3743459 ], [ 119.9628734, 30.374643 ], [ 119.9629468, 30.3748926 ], [ 119.9629376, 30.3747579 ], [ 119.9628779, 30.3745598 ], [ 119.9627907, 30.3743696 ], [ 119.9626437, 30.3741795 ], [ 119.9625381, 30.3740764 ], [ 119.9621753, 30.373811 ], [ 119.9619824, 30.3737119 ], [ 119.9618768, 30.3736604 ], [ 119.961785, 30.3736367 ], [ 119.9617023, 30.3736168 ], [ 119.9614726, 30.3735478 ], [ 119.9612009, 30.3734549 ], [ 119.9609981, 30.3733787 ], [ 119.9608175, 30.373292 ], [ 119.9607158, 30.373228 ], [ 119.9606196, 30.3731083 ], [ 119.9604486, 30.3728561 ], [ 119.9603154, 30.3726501 ], [ 119.9602833, 30.3725788 ], [ 119.9602695, 30.3725075 ], [ 119.9602465, 30.3724005 ], [ 119.9601914, 30.3722935 ], [ 119.9601271, 30.3722262 ], [ 119.9600797, 30.3721796 ], [ 119.9599614, 30.3720987 ], [ 119.9595481, 30.3718807 ], [ 119.9589147, 30.3715462 ], [ 119.9586757, 30.3714646 ], [ 119.9585674, 30.3714498 ], [ 119.9584689, 30.3714689 ], [ 119.9583186, 30.3715224 ], [ 119.9581249, 30.3715763 ], [ 119.957983, 30.3715572 ], [ 119.95789, 30.3715166 ], [ 119.9578034, 30.3714377 ], [ 119.9577666, 30.3713743 ], [ 119.9577422, 30.3712511 ], [ 119.9576853, 30.3711678 ], [ 119.9576151, 30.3711207 ], [ 119.9575141, 30.3710613 ], [ 119.9574268, 30.3710336 ], [ 119.9570373, 30.3709866 ], [ 119.956803, 30.3709102 ], [ 119.9567104, 30.3708315 ], [ 119.9566415, 30.3707681 ], [ 119.9565818, 30.3706849 ], [ 119.9564946, 30.3705145 ], [ 119.9562604, 30.3699875 ], [ 119.9560675, 30.3695517 ], [ 119.9559664, 30.3693972 ], [ 119.9558149, 30.3692466 ], [ 119.9556404, 30.3691476 ], [ 119.9554613, 30.3690762 ], [ 119.9553327, 30.3690208 ], [ 119.9552454, 30.3689534 ], [ 119.9551398, 30.3688187 ], [ 119.9550663, 30.3686919 ], [ 119.9548275, 30.3681768 ], [ 119.9544556, 30.3671942 ], [ 119.9541754, 30.3664572 ], [ 119.9540285, 30.3660411 ], [ 119.9538953, 30.3657756 ], [ 119.9535922, 30.3652922 ], [ 119.9533901, 30.3650585 ], [ 119.9532432, 30.3649435 ], [ 119.9530847, 30.3648584 ], [ 119.9528965, 30.3648049 ], [ 119.9527449, 30.3647911 ], [ 119.9525911, 30.364799 ], [ 119.9523706, 30.3648208 ], [ 119.9521638, 30.3648366 ], [ 119.9520769, 30.3648327 ], [ 119.9519735, 30.364805 ], [ 119.9518451, 30.3647594 ], [ 119.9517233, 30.3647456 ], [ 119.9515789, 30.3647673 ], [ 119.9513926, 30.3647912 ], [ 119.9511165, 30.3646978 ], [ 119.9508829, 30.3646108 ], [ 119.9506944, 30.3645077 ], [ 119.9505888, 30.3644205 ], [ 119.9503615, 30.3642304 ], [ 119.9499459, 30.363838 ], [ 119.9498035, 30.3637112 ], [ 119.9496198, 30.3635765 ], [ 119.9493259, 30.3634457 ], [ 119.9488529, 30.363311 ], [ 119.948683, 30.3632674 ], [ 119.9485145, 30.3631952 ], [ 119.9483901, 30.3631323 ], [ 119.9483128, 30.3630768 ], [ 119.9482313, 30.3629953 ], [ 119.9481069, 30.3628509 ], [ 119.9479567, 30.3627288 ], [ 119.9477036, 30.3624511 ], [ 119.9474418, 30.3621512 ], [ 119.947326, 30.3619735 ], [ 119.9472402, 30.3618143 ], [ 119.9472702, 30.3619365 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9570212, 30.3705713 ], [ 119.9571914, 30.3706132 ], [ 119.957394, 30.3706762 ], [ 119.9575481, 30.3706901 ], [ 119.957694, 30.3707181 ], [ 119.957848, 30.3707671 ], [ 119.9579534, 30.370851 ], [ 119.9580263, 30.3709699 ], [ 119.9580831, 30.3710678 ], [ 119.9582533, 30.3711238 ], [ 119.958456, 30.3711098 ], [ 119.958537, 30.3710818 ], [ 119.9583344, 30.3709769 ], [ 119.9583182, 30.370844 ], [ 119.95831, 30.3706901 ], [ 119.9581722, 30.3707461 ], [ 119.9579858, 30.3707321 ], [ 119.957848, 30.3705573 ], [ 119.957621, 30.3705363 ], [ 119.9574103, 30.3705363 ], [ 119.9571022, 30.3704663 ], [ 119.9569968, 30.3704873 ], [ 119.9570212, 30.3705713 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9489078, 30.3707874 ], [ 119.9491614, 30.3708862 ], [ 119.9493168, 30.3709991 ], [ 119.9495049, 30.371112 ], [ 119.9497339, 30.371232 ], [ 119.949832, 30.3711755 ], [ 119.9498566, 30.371105 ], [ 119.9496848, 30.3710414 ], [ 119.9495621, 30.3710344 ], [ 119.9494722, 30.3709568 ], [ 119.9493004, 30.3708932 ], [ 119.9491941, 30.3707803 ], [ 119.9488915, 30.3706957 ], [ 119.9489078, 30.3707874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9604582, 30.3720889 ], [ 119.9605474, 30.3721309 ], [ 119.9606166, 30.3722847 ], [ 119.9606965, 30.3724456 ], [ 119.9608053, 30.3726732 ], [ 119.9608837, 30.3728144 ], [ 119.9609446, 30.3728932 ], [ 119.9611005, 30.373006 ], [ 119.9612212, 30.3730543 ], [ 119.9615544, 30.3731904 ], [ 119.9616732, 30.3732075 ], [ 119.9617788, 30.3732495 ], [ 119.962026, 30.3733716 ], [ 119.9620426, 30.3734531 ], [ 119.9620903, 30.3734176 ], [ 119.9622834, 30.3735295 ], [ 119.96241, 30.3734741 ], [ 119.9627637, 30.3734243 ], [ 119.9630185, 30.3734482 ], [ 119.9632404, 30.3733842 ], [ 119.9633802, 30.3732894 ], [ 119.96348, 30.3731086 ], [ 119.96347, 30.3726091 ], [ 119.9634401, 30.3713086 ], [ 119.96348, 30.3711881 ], [ 119.9636397, 30.3710847 ], [ 119.965177, 30.3707144 ], [ 119.9658458, 30.3705163 ], [ 119.9660254, 30.3704732 ], [ 119.9661352, 30.3703613 ], [ 119.9662051, 30.3702665 ], [ 119.9665844, 30.3702579 ], [ 119.9671534, 30.3703354 ], [ 119.9684311, 30.370413 ], [ 119.9686907, 30.370456 ], [ 119.9687206, 30.370301 ], [ 119.9686108, 30.3703268 ], [ 119.9683613, 30.3703182 ], [ 119.9680119, 30.3702924 ], [ 119.9677324, 30.3702407 ], [ 119.9673431, 30.3702321 ], [ 119.9665046, 30.3701632 ], [ 119.9662051, 30.3701374 ], [ 119.9661053, 30.3700771 ], [ 119.9660155, 30.3698618 ], [ 119.9659156, 30.3698015 ], [ 119.9659156, 30.3696292 ], [ 119.9658957, 30.3693709 ], [ 119.9657353, 30.3693823 ], [ 119.9657759, 30.3695432 ], [ 119.9658164, 30.3699418 ], [ 119.965865, 30.3700957 ], [ 119.9659218, 30.3701936 ], [ 119.965938, 30.3703125 ], [ 119.9658326, 30.3704034 ], [ 119.9655246, 30.3704943 ], [ 119.9644059, 30.3706971 ], [ 119.9634575, 30.3709349 ], [ 119.9633845, 30.3709629 ], [ 119.9633278, 30.3710818 ], [ 119.9632954, 30.3712007 ], [ 119.9633035, 30.3714175 ], [ 119.9633116, 30.3728652 ], [ 119.9633116, 30.3729491 ], [ 119.9632711, 30.373068 ], [ 119.96319, 30.3731799 ], [ 119.9631152, 30.3732772 ], [ 119.9629095, 30.3733386 ], [ 119.9628333, 30.3733408 ], [ 119.9627117, 30.3732778 ], [ 119.9620551, 30.3730051 ], [ 119.9618675, 30.3729144 ], [ 119.9617471, 30.3728302 ], [ 119.9615931, 30.3727533 ], [ 119.9614147, 30.3726414 ], [ 119.9611656, 30.372556 ], [ 119.9609973, 30.3723779 ], [ 119.9609284, 30.3721588 ], [ 119.9607014, 30.372019 ], [ 119.9607014, 30.3718581 ], [ 119.960596, 30.3718301 ], [ 119.960523, 30.3719071 ], [ 119.9604501, 30.372012 ], [ 119.9603852, 30.3720399 ], [ 119.9604582, 30.3720889 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.950102, 30.3714507 ], [ 119.9504782, 30.3715777 ], [ 119.9507072, 30.3716765 ], [ 119.9508708, 30.3717542 ], [ 119.9510916, 30.3718318 ], [ 119.9512143, 30.3716836 ], [ 119.9508463, 30.3715777 ], [ 119.9505436, 30.3714437 ], [ 119.9502001, 30.3713519 ], [ 119.9499793, 30.3712037 ], [ 119.9498811, 30.3712461 ], [ 119.9498484, 30.3713519 ], [ 119.950102, 30.3714507 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9540606, 30.3717471 ], [ 119.9541097, 30.37186 ], [ 119.9541506, 30.3719729 ], [ 119.9542978, 30.3720717 ], [ 119.9545678, 30.3721634 ], [ 119.9546332, 30.3720364 ], [ 119.9546005, 30.37198 ], [ 119.9544778, 30.3719376 ], [ 119.9543142, 30.3718247 ], [ 119.9542079, 30.3717118 ], [ 119.9542242, 30.3715848 ], [ 119.9541179, 30.3715777 ], [ 119.9540606, 30.3716413 ], [ 119.9540606, 30.3717471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.949625, 30.3719838 ], [ 119.9497526, 30.3721134 ], [ 119.9499554, 30.3721976 ], [ 119.9501207, 30.3719968 ], [ 119.9501658, 30.3720875 ], [ 119.9500831, 30.3722884 ], [ 119.9503686, 30.3723856 ], [ 119.9504362, 30.3723596 ], [ 119.9506465, 30.372392 ], [ 119.950684, 30.3723143 ], [ 119.9505864, 30.3722624 ], [ 119.9506014, 30.3722106 ], [ 119.9507892, 30.3722819 ], [ 119.9509169, 30.3721458 ], [ 119.9502784, 30.3718736 ], [ 119.9502033, 30.3719644 ], [ 119.9501207, 30.3718996 ], [ 119.9501582, 30.3718023 ], [ 119.9496851, 30.3716339 ], [ 119.9496175, 30.3717051 ], [ 119.9495874, 30.3718283 ], [ 119.949625, 30.3719838 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9528829, 30.3720788 ], [ 119.9530137, 30.3721493 ], [ 119.9531528, 30.3722058 ], [ 119.9532182, 30.3722905 ], [ 119.95321, 30.3724034 ], [ 119.95339, 30.3724245 ], [ 119.9535699, 30.372488 ], [ 119.9536353, 30.3724104 ], [ 119.9537744, 30.3723751 ], [ 119.9536435, 30.3723116 ], [ 119.9535126, 30.3723116 ], [ 119.9534063, 30.3721917 ], [ 119.9532264, 30.3721352 ], [ 119.9531446, 30.3719447 ], [ 119.9529728, 30.3718459 ], [ 119.9528665, 30.3719447 ], [ 119.9528829, 30.3720788 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9515703, 30.3726059 ], [ 119.9517205, 30.3727031 ], [ 119.9519759, 30.3726707 ], [ 119.952036, 30.3727225 ], [ 119.9522463, 30.3727549 ], [ 119.9524341, 30.3728327 ], [ 119.9525993, 30.3728781 ], [ 119.952727, 30.3729105 ], [ 119.9536659, 30.3732474 ], [ 119.9538236, 30.3733382 ], [ 119.9539062, 30.3734289 ], [ 119.9540189, 30.3734548 ], [ 119.9541466, 30.3732539 ], [ 119.954064, 30.373215 ], [ 119.9538537, 30.3732474 ], [ 119.953741, 30.3731826 ], [ 119.9528397, 30.3728457 ], [ 119.9525693, 30.3727938 ], [ 119.9525993, 30.3726707 ], [ 119.9524416, 30.3726448 ], [ 119.9523965, 30.3727031 ], [ 119.9522613, 30.3726966 ], [ 119.9522012, 30.3725541 ], [ 119.9519834, 30.3725281 ], [ 119.9516379, 30.3724763 ], [ 119.9515403, 30.3724957 ], [ 119.9515703, 30.3726059 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9520168, 30.373768 ], [ 119.9523834, 30.37303 ], [ 119.952139, 30.3729821 ], [ 119.9518058, 30.3736722 ], [ 119.9520168, 30.373768 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9522682, 30.3738538 ], [ 119.95263, 30.3730974 ], [ 119.9524421, 30.3730374 ], [ 119.9520984, 30.3737968 ], [ 119.9522682, 30.3738538 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9583991, 30.3734759 ], [ 119.9585744, 30.3735471 ], [ 119.9587292, 30.3736183 ], [ 119.9588117, 30.3735827 ], [ 119.9589768, 30.3736183 ], [ 119.95908, 30.373645 ], [ 119.9592657, 30.3736361 ], [ 119.9594514, 30.3736361 ], [ 119.9596371, 30.3736094 ], [ 119.9598125, 30.3736094 ], [ 119.9599569, 30.3737251 ], [ 119.9600807, 30.3737696 ], [ 119.9602767, 30.3737785 ], [ 119.9605862, 30.3737162 ], [ 119.9606068, 30.3736183 ], [ 119.9604315, 30.3735115 ], [ 119.9602148, 30.3734136 ], [ 119.9600497, 30.3733246 ], [ 119.9599775, 30.3731999 ], [ 119.9598021, 30.3731732 ], [ 119.9594823, 30.3731732 ], [ 119.9593379, 30.373191 ], [ 119.9592657, 30.3733602 ], [ 119.9591419, 30.3735026 ], [ 119.9588736, 30.3735026 ], [ 119.9587086, 30.3734403 ], [ 119.9585229, 30.3733335 ], [ 119.9583681, 30.373378 ], [ 119.9583991, 30.3734759 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9551797, 30.3733999 ], [ 119.955473, 30.3734937 ], [ 119.9556794, 30.3736155 ], [ 119.9563855, 30.3738123 ], [ 119.9564724, 30.3736717 ], [ 119.9562769, 30.3736155 ], [ 119.9561031, 30.3735124 ], [ 119.9559075, 30.3734749 ], [ 119.9556577, 30.3734656 ], [ 119.9554187, 30.3733343 ], [ 119.9552775, 30.3732687 ], [ 119.9551362, 30.3732969 ], [ 119.9551797, 30.3733999 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9525813, 30.3739619 ], [ 119.9529431, 30.3731995 ], [ 119.9526926, 30.3731214 ], [ 119.9523447, 30.3738658 ], [ 119.9525813, 30.3739619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9541105, 30.3735779 ], [ 119.9541991, 30.3736325 ], [ 119.9543573, 30.3737635 ], [ 119.9545345, 30.3738345 ], [ 119.9547559, 30.3739055 ], [ 119.9548635, 30.3739273 ], [ 119.9550153, 30.3737199 ], [ 119.9549647, 30.3736271 ], [ 119.9544079, 30.373365 ], [ 119.9542687, 30.3733214 ], [ 119.9541042, 30.3734961 ], [ 119.9541105, 30.3735779 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9529779, 30.37416 ], [ 119.9533537, 30.3733556 ], [ 119.9530684, 30.3732415 ], [ 119.9527274, 30.3740579 ], [ 119.9529779, 30.37416 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9532879, 30.374233 ], [ 119.9536802, 30.3734688 ], [ 119.9534145, 30.3733923 ], [ 119.9530728, 30.3741621 ], [ 119.9532879, 30.374233 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9534208, 30.3742985 ], [ 119.953598, 30.3743859 ], [ 119.9539713, 30.3735998 ], [ 119.9537309, 30.3734797 ], [ 119.9533512, 30.3742603 ], [ 119.9534208, 30.3742985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9571459, 30.3741029 ], [ 119.9571676, 30.3740091 ], [ 119.9566571, 30.3738029 ], [ 119.9565919, 30.373906 ], [ 119.9571459, 30.3741029 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9552621, 30.3739874 ], [ 119.9555911, 30.3740802 ], [ 119.9559075, 30.3741948 ], [ 119.9560784, 30.3742385 ], [ 119.9561353, 30.3740856 ], [ 119.9558822, 30.3740529 ], [ 119.9552684, 30.3738454 ], [ 119.9551166, 30.3738127 ], [ 119.9550217, 30.3739874 ], [ 119.9552621, 30.3739874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9539587, 30.3745387 ], [ 119.954332, 30.3738564 ], [ 119.9542307, 30.3737417 ], [ 119.9541042, 30.3736817 ], [ 119.9537309, 30.3744132 ], [ 119.9539587, 30.3745387 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.951667, 30.3745683 ], [ 119.9519982, 30.3738915 ], [ 119.9517367, 30.3737863 ], [ 119.9515537, 30.3741321 ], [ 119.9515537, 30.3742675 ], [ 119.9514753, 30.3744855 ], [ 119.951667, 30.3745683 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9518588, 30.3746435 ], [ 119.9521725, 30.3739592 ], [ 119.9520592, 30.3739216 ], [ 119.9517629, 30.3745983 ], [ 119.9518588, 30.3746435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9543067, 30.3746588 ], [ 119.9546294, 30.3740037 ], [ 119.9543952, 30.3739109 ], [ 119.9540662, 30.374566 ], [ 119.9543067, 30.3746588 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.954642, 30.3747898 ], [ 119.955009, 30.3741348 ], [ 119.9547053, 30.3740201 ], [ 119.9543826, 30.3746861 ], [ 119.954642, 30.3747898 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9522335, 30.3748239 ], [ 119.9525298, 30.3741021 ], [ 119.9522597, 30.3739893 ], [ 119.9519459, 30.374681 ], [ 119.9522335, 30.3748239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9551103, 30.3750191 ], [ 119.9555532, 30.3741948 ], [ 119.9552874, 30.3740911 ], [ 119.9551039, 30.3741457 ], [ 119.9547496, 30.3748444 ], [ 119.9551103, 30.3750191 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9527042, 30.3751021 ], [ 119.9530441, 30.3743427 ], [ 119.9526867, 30.3741848 ], [ 119.952373, 30.3749141 ], [ 119.9527042, 30.3751021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9556165, 30.3751993 ], [ 119.9560594, 30.374435 ], [ 119.9559898, 30.3743367 ], [ 119.9556544, 30.3742385 ], [ 119.9552178, 30.3750519 ], [ 119.9556165, 30.3751993 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9532009, 30.3753202 ], [ 119.9535496, 30.3745307 ], [ 119.9531748, 30.3743953 ], [ 119.9528262, 30.3751698 ], [ 119.9532009, 30.3753202 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9536977, 30.3754856 ], [ 119.9540638, 30.3747638 ], [ 119.9536541, 30.3745683 ], [ 119.9533317, 30.3753728 ], [ 119.9536977, 30.3754856 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9559139, 30.3753412 ], [ 119.956167, 30.375434 ], [ 119.9562239, 30.3754122 ], [ 119.9565276, 30.374899 ], [ 119.956515, 30.3748281 ], [ 119.9562808, 30.3747298 ], [ 119.9560973, 30.3746315 ], [ 119.9557557, 30.3752539 ], [ 119.9559139, 30.3753412 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9541945, 30.375636 ], [ 119.9542555, 30.3755608 ], [ 119.9543775, 30.3753127 ], [ 119.9545518, 30.3749818 ], [ 119.9541858, 30.3748089 ], [ 119.9538197, 30.3755382 ], [ 119.9541945, 30.375636 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9548819, 30.3755465 ], [ 119.9550614, 30.3751563 ], [ 119.9546737, 30.3749953 ], [ 119.9544512, 30.3754784 ], [ 119.9548819, 30.3755465 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9563823, 30.3755032 ], [ 119.9566695, 30.3756146 ], [ 119.9567484, 30.3756394 ], [ 119.9568202, 30.3756084 ], [ 119.9569997, 30.3753235 ], [ 119.9569925, 30.3752183 ], [ 119.9568274, 30.3751501 ], [ 119.9566336, 30.3749829 ], [ 119.9565618, 30.3749891 ], [ 119.9563608, 30.3753793 ], [ 119.9563536, 30.3754288 ], [ 119.9563823, 30.3755032 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9378856, 30.3752359 ], [ 119.9381015, 30.3756986 ], [ 119.9386447, 30.3757827 ], [ 119.9387074, 30.3754823 ], [ 119.9389581, 30.3754462 ], [ 119.9391949, 30.3756385 ], [ 119.9394317, 30.3756866 ], [ 119.9397451, 30.3756145 ], [ 119.9406643, 30.3756926 ], [ 119.9408454, 30.3758608 ], [ 119.9413747, 30.3761011 ], [ 119.9416323, 30.3763114 ], [ 119.9417368, 30.3763174 ], [ 119.9417368, 30.376035 ], [ 119.9419666, 30.375987 ], [ 119.9421616, 30.3761071 ], [ 119.9423218, 30.376047 ], [ 119.9423984, 30.3757647 ], [ 119.9427926, 30.3757118 ], [ 119.9428593, 30.3755127 ], [ 119.9424972, 30.375455 ], [ 119.9415333, 30.3754598 ], [ 119.9405974, 30.3753348 ], [ 119.9400402, 30.3751858 ], [ 119.9381921, 30.3747793 ], [ 119.9378647, 30.3744969 ], [ 119.9376489, 30.3751578 ], [ 119.9378856, 30.3752359 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9554419, 30.3756456 ], [ 119.9555639, 30.3753545 ], [ 119.9551475, 30.3751873 ], [ 119.9549681, 30.3755589 ], [ 119.9554419, 30.3756456 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9559588, 30.3757261 ], [ 119.9560664, 30.3755465 ], [ 119.955686, 30.3753855 ], [ 119.9555496, 30.3756456 ], [ 119.9559588, 30.3757261 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9569423, 30.3758933 ], [ 119.9571289, 30.375881 ], [ 119.9571792, 30.3758438 ], [ 119.9572007, 30.3757075 ], [ 119.9572294, 30.3755093 ], [ 119.957172, 30.3754164 ], [ 119.9571002, 30.3753917 ], [ 119.9569423, 30.3758252 ], [ 119.9569423, 30.3758933 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9563536, 30.3758252 ], [ 119.9564613, 30.3758004 ], [ 119.9565546, 30.3757137 ], [ 119.9562172, 30.3755837 ], [ 119.9561311, 30.3755899 ], [ 119.9560234, 30.3757819 ], [ 119.9563536, 30.3758252 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9568202, 30.3764198 ], [ 119.9570141, 30.3764569 ], [ 119.9569925, 30.3765127 ], [ 119.9570715, 30.3765251 ], [ 119.9573299, 30.3764817 ], [ 119.957452, 30.3764693 ], [ 119.9575884, 30.3764631 ], [ 119.9576745, 30.3763826 ], [ 119.9578468, 30.3762526 ], [ 119.9580694, 30.3759739 ], [ 119.9583493, 30.3756394 ], [ 119.9586221, 30.3755155 ], [ 119.958737, 30.3754226 ], [ 119.958737, 30.3752926 ], [ 119.9586796, 30.3751873 ], [ 119.9585503, 30.375082 ], [ 119.9583565, 30.3750324 ], [ 119.9580478, 30.3749643 ], [ 119.957976, 30.375051 ], [ 119.9580119, 30.3751997 ], [ 119.958055, 30.3752988 ], [ 119.958055, 30.3754226 ], [ 119.9580909, 30.3755465 ], [ 119.9578971, 30.375689 ], [ 119.957854, 30.3757819 ], [ 119.957976, 30.375819 ], [ 119.9580263, 30.3759367 ], [ 119.9578971, 30.3760544 ], [ 119.9577391, 30.3761782 ], [ 119.9576458, 30.3762588 ], [ 119.9574592, 30.3762526 ], [ 119.9573945, 30.3761658 ], [ 119.9573586, 30.3762216 ], [ 119.957373, 30.3763207 ], [ 119.9573084, 30.376426 ], [ 119.9572294, 30.3764569 ], [ 119.9571433, 30.376426 ], [ 119.9572294, 30.3762154 ], [ 119.957172, 30.3760048 ], [ 119.9571146, 30.3760172 ], [ 119.9571648, 30.3762649 ], [ 119.9571361, 30.3763517 ], [ 119.9570643, 30.3764012 ], [ 119.956813, 30.3763702 ], [ 119.9568202, 30.3764198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9619832, 30.3760003 ], [ 119.9620865, 30.3761148 ], [ 119.9622265, 30.3760336 ], [ 119.962234, 30.3758093 ], [ 119.962234, 30.3756947 ], [ 119.9621307, 30.3756438 ], [ 119.9619832, 30.3756692 ], [ 119.9619536, 30.3758093 ], [ 119.9619832, 30.3760003 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9593712, 30.3762549 ], [ 119.9596221, 30.3764713 ], [ 119.9596368, 30.3762549 ], [ 119.9597401, 30.3761403 ], [ 119.9598139, 30.3759875 ], [ 119.9597991, 30.3757074 ], [ 119.9597254, 30.3756565 ], [ 119.9595335, 30.3754401 ], [ 119.9594155, 30.3755801 ], [ 119.9592826, 30.375822 ], [ 119.9592384, 30.3760384 ], [ 119.9593712, 30.3762549 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9564541, 30.3761906 ], [ 119.9566623, 30.3761101 ], [ 119.9568705, 30.3760234 ], [ 119.95677, 30.3759615 ], [ 119.9567843, 30.3758004 ], [ 119.9566623, 30.3757695 ], [ 119.9565977, 30.3758376 ], [ 119.9566336, 30.3759057 ], [ 119.9564828, 30.376042 ], [ 119.9564397, 30.3761163 ], [ 119.9564541, 30.3761906 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9556644, 30.3760977 ], [ 119.955729, 30.3760606 ], [ 119.9557865, 30.3759429 ], [ 119.9554921, 30.3758748 ], [ 119.9554203, 30.3758933 ], [ 119.9553773, 30.3760234 ], [ 119.9556644, 30.3760977 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9560234, 30.3761225 ], [ 119.95621, 30.3760296 ], [ 119.9562746, 30.3759491 ], [ 119.9559588, 30.3758933 ], [ 119.9558941, 30.3759243 ], [ 119.9558224, 30.3761101 ], [ 119.9560234, 30.3761225 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9540205, 30.3760668 ], [ 119.9541712, 30.3761039 ], [ 119.9545373, 30.376172 ], [ 119.9546091, 30.3761535 ], [ 119.9546594, 30.3760853 ], [ 119.9547383, 30.3760977 ], [ 119.9547455, 30.376203 ], [ 119.954803, 30.3762526 ], [ 119.955047, 30.3763083 ], [ 119.955205, 30.3763083 ], [ 119.9552624, 30.3762092 ], [ 119.9553342, 30.376203 ], [ 119.9553342, 30.3763145 ], [ 119.9553773, 30.3763702 ], [ 119.9556788, 30.3764198 ], [ 119.9559588, 30.3764693 ], [ 119.9563105, 30.3765251 ], [ 119.956569, 30.376556 ], [ 119.9566408, 30.3765436 ], [ 119.9568418, 30.376556 ], [ 119.9568705, 30.3765127 ], [ 119.9567484, 30.3765127 ], [ 119.9567556, 30.3764507 ], [ 119.9565905, 30.3764384 ], [ 119.9564326, 30.3763826 ], [ 119.9563033, 30.3762897 ], [ 119.9555065, 30.376172 ], [ 119.9552768, 30.3761473 ], [ 119.9552409, 30.3760544 ], [ 119.9552768, 30.375881 ], [ 119.9551475, 30.3758624 ], [ 119.9550973, 30.3759057 ], [ 119.9550255, 30.3759367 ], [ 119.9549394, 30.3759367 ], [ 119.954846, 30.3758748 ], [ 119.9547742, 30.3758004 ], [ 119.9547383, 30.37585 ], [ 119.9546235, 30.3758624 ], [ 119.9545158, 30.375819 ], [ 119.9544368, 30.3757323 ], [ 119.9543507, 30.3757075 ], [ 119.9543004, 30.3757695 ], [ 119.954164, 30.3757695 ], [ 119.9540205, 30.375819 ], [ 119.9539917, 30.3759553 ], [ 119.9540205, 30.3760668 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0351332, 30.3677507 ], [ 120.0352415, 30.3677713 ], [ 120.0354306, 30.3677917 ], [ 120.0357705, 30.3678189 ], [ 120.0360688, 30.3677728 ], [ 120.0363344, 30.3677517 ], [ 120.0365835, 30.3677504 ], [ 120.036794, 30.3677391 ], [ 120.0373193, 30.3678126 ], [ 120.0373924, 30.3678121 ], [ 120.0376831, 30.3678101 ], [ 120.0377348, 30.3678022 ], [ 120.0381844, 30.3677338 ], [ 120.0384447, 30.367664 ], [ 120.0385657, 30.3676637 ], [ 120.0386766, 30.367684 ], [ 120.0388414, 30.3676782 ], [ 120.0390263, 30.3676492 ], [ 120.0391809, 30.3676376 ], [ 120.0393389, 30.3676463 ], [ 120.0394431, 30.3676753 ], [ 120.0395574, 30.3677014 ], [ 120.0396933, 30.3677176 ], [ 120.0400012, 30.3677101 ], [ 120.0400376, 30.3677354 ], [ 120.0400345, 30.3678064 ], [ 120.0399888, 30.3679827 ], [ 120.0399339, 30.368272 ], [ 120.0398912, 30.3684246 ], [ 120.0399095, 30.3687745 ], [ 120.0398944, 30.3689348 ], [ 120.0398307, 30.3690209 ], [ 120.0397596, 30.3692406 ], [ 120.0398574, 30.3692998 ], [ 120.0398241, 30.3695268 ], [ 120.0397815, 30.3698135 ], [ 120.0396839, 30.3703002 ], [ 120.0396717, 30.3704343 ], [ 120.0395711, 30.3706579 ], [ 120.0395375, 30.3707289 ], [ 120.0395375, 30.3707868 ], [ 120.0395436, 30.3708683 ], [ 120.0395254, 30.3709131 ], [ 120.039443, 30.3709683 ], [ 120.0393302, 30.3709893 ], [ 120.0393241, 30.3710314 ], [ 120.0394095, 30.3710393 ], [ 120.0393851, 30.3714207 ], [ 120.0393912, 30.3714602 ], [ 120.0394308, 30.3714865 ], [ 120.0392845, 30.3720836 ], [ 120.0392723, 30.3722493 ], [ 120.0392479, 30.3723809 ], [ 120.0392052, 30.3724703 ], [ 120.039193, 30.3725676 ], [ 120.03919, 30.372707 ], [ 120.0391564, 30.3729858 ], [ 120.0391107, 30.3734514 ], [ 120.0390772, 30.3737539 ], [ 120.0389735, 30.37438 ], [ 120.038882, 30.3749481 ], [ 120.0388881, 30.3749902 ], [ 120.0389095, 30.3750112 ], [ 120.0389949, 30.3750533 ], [ 120.039065, 30.3750849 ], [ 120.0390894, 30.3751533 ], [ 120.0390985, 30.375198 ], [ 120.0392083, 30.3752611 ], [ 120.0392753, 30.3753269 ], [ 120.0393028, 30.3754479 ], [ 120.0393119, 30.3755636 ], [ 120.039315, 30.3756531 ], [ 120.0393089, 30.3757241 ], [ 120.0392357, 30.3759345 ], [ 120.0392022, 30.3760134 ], [ 120.0391991, 30.3760739 ], [ 120.0391789, 30.3761274 ], [ 120.0392643, 30.3761336 ], [ 120.0392936, 30.3760897 ], [ 120.0393394, 30.3760818 ], [ 120.0393851, 30.3759684 ], [ 120.0394398, 30.375875 ], [ 120.0394936, 30.3758576 ], [ 120.039591, 30.3758605 ], [ 120.0396213, 30.3757909 ], [ 120.0395238, 30.3757822 ], [ 120.0394969, 30.37573 ], [ 120.0395776, 30.3754225 ], [ 120.0396482, 30.3753065 ], [ 120.0396516, 30.3751847 ], [ 120.039628, 30.3751151 ], [ 120.0395473, 30.3750832 ], [ 120.0394532, 30.3750948 ], [ 120.0393759, 30.3750977 ], [ 120.0393053, 30.3750629 ], [ 120.0392582, 30.3750252 ], [ 120.0390901, 30.3749817 ], [ 120.0390094, 30.3749208 ], [ 120.0389859, 30.3748483 ], [ 120.0390464, 30.374709 ], [ 120.0391137, 30.3743639 ], [ 120.0390868, 30.3742479 ], [ 120.0391069, 30.3740013 ], [ 120.0391809, 30.3736707 ], [ 120.0392313, 30.3734822 ], [ 120.0393288, 30.3732124 ], [ 120.0393725, 30.372847 ], [ 120.0394398, 30.3722582 ], [ 120.0394835, 30.371855 ], [ 120.0395574, 30.3715098 ], [ 120.0396986, 30.3714576 ], [ 120.0397625, 30.3709878 ], [ 120.0397154, 30.3709384 ], [ 120.0397289, 30.3708195 ], [ 120.0397457, 30.3704396 ], [ 120.0397793, 30.3703902 ], [ 120.0397995, 30.3701901 ], [ 120.0398331, 30.3699291 ], [ 120.039981, 30.3693519 ], [ 120.0400922, 30.3692479 ], [ 120.0400933, 30.3690279 ], [ 120.0401323, 30.368589 ], [ 120.0401525, 30.3683686 ], [ 120.040176, 30.3682351 ], [ 120.0402231, 30.368064 ], [ 120.0402399, 30.3679683 ], [ 120.0402415, 30.3678026 ], [ 120.0403098, 30.3677542 ], [ 120.0403929, 30.3677554 ], [ 120.0412325, 30.3677674 ], [ 120.0416021, 30.3677661 ], [ 120.0420098, 30.3678025 ], [ 120.0421749, 30.3677783 ], [ 120.0423602, 30.3677792 ], [ 120.0424128, 30.3676674 ], [ 120.0421913, 30.3677048 ], [ 120.0419082, 30.3677083 ], [ 120.0409802, 30.3676621 ], [ 120.0402819, 30.3676724 ], [ 120.0403206, 30.3675593 ], [ 120.0404685, 30.367014 ], [ 120.0404853, 30.3669473 ], [ 120.0404819, 30.3668515 ], [ 120.0405109, 30.3666902 ], [ 120.0405391, 30.3665035 ], [ 120.0405895, 30.3663671 ], [ 120.0405996, 30.3662308 ], [ 120.0406414, 30.3660974 ], [ 120.0407257, 30.3659061 ], [ 120.040844, 30.3658754 ], [ 120.0425469, 30.365999 ], [ 120.0428293, 30.3659488 ], [ 120.0430258, 30.3657842 ], [ 120.0430932, 30.3642446 ], [ 120.0428607, 30.361756 ], [ 120.0427461, 30.3617621 ], [ 120.0425974, 30.3618075 ], [ 120.0427158, 30.3641799 ], [ 120.0427071, 30.3655658 ], [ 120.0425648, 30.3656539 ], [ 120.0408524, 30.3655902 ], [ 120.0405918, 30.3656488 ], [ 120.0404494, 30.3657905 ], [ 120.0403688, 30.3660213 ], [ 120.0403523, 30.3661317 ], [ 120.040328, 30.3662123 ], [ 120.0403052, 30.3663287 ], [ 120.0402625, 30.3664396 ], [ 120.0402652, 30.3665565 ], [ 120.0402411, 30.3666378 ], [ 120.0402407, 30.3666685 ], [ 120.0402365, 30.3667297 ], [ 120.0402063, 30.3670111 ], [ 120.0402432, 30.3674636 ], [ 120.0402264, 30.36751 ], [ 120.0401592, 30.3675912 ], [ 120.0400752, 30.3676492 ], [ 120.0398264, 30.3676521 ], [ 120.0396247, 30.3676463 ], [ 120.0394734, 30.3676115 ], [ 120.0393154, 30.3675709 ], [ 120.0390427, 30.3675514 ], [ 120.0389029, 30.367552 ], [ 120.0387102, 30.3675912 ], [ 120.0385858, 30.3675796 ], [ 120.0384884, 30.3675593 ], [ 120.0383741, 30.3675709 ], [ 120.03829, 30.3675883 ], [ 120.0381791, 30.3676028 ], [ 120.0376866, 30.3676998 ], [ 120.037332, 30.367683 ], [ 120.0371201, 30.3676318 ], [ 120.0366147, 30.367635 ], [ 120.0364175, 30.3676318 ], [ 120.0362258, 30.3676492 ], [ 120.0360577, 30.3676695 ], [ 120.0357653, 30.3677159 ], [ 120.035614, 30.3677333 ], [ 120.0354492, 30.3677217 ], [ 120.0352307, 30.3676956 ], [ 120.0351112, 30.3676208 ], [ 120.0350782, 30.3677467 ], [ 120.0351332, 30.3677507 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0208996, 30.3729226 ], [ 120.0210378, 30.3731155 ], [ 120.0215704, 30.3736592 ], [ 120.0219444, 30.3740415 ], [ 120.0219932, 30.3742098 ], [ 120.0219851, 30.3745501 ], [ 120.0220705, 30.3746798 ], [ 120.0224445, 30.3750271 ], [ 120.0225461, 30.3752024 ], [ 120.0226274, 30.375483 ], [ 120.0227688, 30.3757076 ], [ 120.0228198, 30.3758001 ], [ 120.0228319, 30.3758997 ], [ 120.0228211, 30.3759934 ], [ 120.0228158, 30.3760593 ], [ 120.0228332, 30.3761172 ], [ 120.0229649, 30.3762827 ], [ 120.023088, 30.3765325 ], [ 120.0231121, 30.3766772 ], [ 120.0231497, 30.3769097 ], [ 120.0231437, 30.3770052 ], [ 120.0231215, 30.3771064 ], [ 120.0230491, 30.377177 ], [ 120.0228835, 30.3772999 ], [ 120.0227453, 30.3774366 ], [ 120.0227087, 30.3775454 ], [ 120.022786, 30.377598 ], [ 120.0228976, 30.3776016 ], [ 120.0229901, 30.3776351 ], [ 120.0230624, 30.3777488 ], [ 120.0230299, 30.3780224 ], [ 120.0229445, 30.3781627 ], [ 120.0228022, 30.3782749 ], [ 120.0226315, 30.3782609 ], [ 120.022477, 30.3782433 ], [ 120.022351, 30.3783766 ], [ 120.0222615, 30.3784082 ], [ 120.0221599, 30.3786116 ], [ 120.0220949, 30.3788812 ], [ 120.0220802, 30.3789969 ], [ 120.0220902, 30.3790432 ], [ 120.0221117, 30.3790796 ], [ 120.0221593, 30.3791595 ], [ 120.0222257, 30.3792104 ], [ 120.0223269, 30.3793023 ], [ 120.0223754, 30.3793972 ], [ 120.0224282, 30.3796497 ], [ 120.022542, 30.3799444 ], [ 120.0229933, 30.3805967 ], [ 120.0232372, 30.381 ], [ 120.0233714, 30.3811052 ], [ 120.0236275, 30.3811719 ], [ 120.0237861, 30.3812245 ], [ 120.0238186, 30.3814069 ], [ 120.0238145, 30.3815752 ], [ 120.0239365, 30.3815331 ], [ 120.0240381, 30.3814419 ], [ 120.0240788, 30.3813578 ], [ 120.0241764, 30.3813437 ], [ 120.0243309, 30.3815507 ], [ 120.0244081, 30.3815787 ], [ 120.024404, 30.381484 ], [ 120.0243024, 30.3813788 ], [ 120.0243024, 30.3811193 ], [ 120.024404, 30.3810772 ], [ 120.0246073, 30.3810632 ], [ 120.0248309, 30.3812736 ], [ 120.0250504, 30.3812455 ], [ 120.025148, 30.3811438 ], [ 120.0251846, 30.3810561 ], [ 120.025083, 30.3808632 ], [ 120.0248472, 30.3807124 ], [ 120.0242373, 30.3802284 ], [ 120.0240666, 30.379769 ], [ 120.0239528, 30.3793586 ], [ 120.023908, 30.3792464 ], [ 120.0236113, 30.3788641 ], [ 120.0234974, 30.3786151 ], [ 120.0233795, 30.3783801 ], [ 120.0233633, 30.3781416 ], [ 120.0231722, 30.3780259 ], [ 120.0231437, 30.3779242 ], [ 120.0231698, 30.37773 ], [ 120.0231846, 30.3776282 ], [ 120.0231685, 30.3775738 ], [ 120.0231148, 30.3775021 ], [ 120.0230451, 30.3774454 ], [ 120.023033, 30.3773841 ], [ 120.0230624, 30.3773349 ], [ 120.0231846, 30.3772661 ], [ 120.0232516, 30.3771434 ], [ 120.0232657, 30.3770123 ], [ 120.0232342, 30.3766286 ], [ 120.0232181, 30.3764805 ], [ 120.0231832, 30.3763347 ], [ 120.0231443, 30.3762595 ], [ 120.023088, 30.3761889 ], [ 120.0230183, 30.3761183 ], [ 120.022966, 30.376057 ], [ 120.0229458, 30.3759887 ], [ 120.0229539, 30.375858 ], [ 120.0229271, 30.3757365 ], [ 120.0228226, 30.3755777 ], [ 120.0227169, 30.3753813 ], [ 120.0227006, 30.37522 ], [ 120.0225298, 30.3749183 ], [ 120.0221518, 30.374522 ], [ 120.0221802, 30.3741081 ], [ 120.0221802, 30.3740239 ], [ 120.021981, 30.3737749 ], [ 120.021859, 30.3737048 ], [ 120.0215501, 30.3734312 ], [ 120.0211191, 30.3729892 ], [ 120.0208819, 30.3726416 ], [ 120.0207585, 30.3726763 ], [ 120.0208996, 30.3729226 ] ], [ [ 120.022217, 30.3789067 ], [ 120.0222533, 30.3788084 ], [ 120.0224567, 30.3786117 ], [ 120.0225799, 30.3786249 ], [ 120.0227586, 30.3787073 ], [ 120.0227062, 30.3789359 ], [ 120.0226754, 30.3789864 ], [ 120.0227062, 30.3790768 ], [ 120.0227863, 30.3790954 ], [ 120.0228634, 30.3790821 ], [ 120.0227925, 30.3789067 ], [ 120.0229435, 30.3786994 ], [ 120.0231746, 30.3786941 ], [ 120.0232978, 30.378718 ], [ 120.0234827, 30.378912 ], [ 120.023646, 30.3791566 ], [ 120.0237815, 30.379425 ], [ 120.0239048, 30.3795792 ], [ 120.023914, 30.3796882 ], [ 120.0240311, 30.3799035 ], [ 120.0240958, 30.3801055 ], [ 120.024142, 30.3803128 ], [ 120.0241944, 30.3803659 ], [ 120.0241975, 30.3804324 ], [ 120.024142, 30.380459 ], [ 120.0240311, 30.3805467 ], [ 120.0240527, 30.3806583 ], [ 120.0240003, 30.3807327 ], [ 120.0239602, 30.3808364 ], [ 120.0238678, 30.3808975 ], [ 120.0237476, 30.3809613 ], [ 120.0236305, 30.3810065 ], [ 120.0234968, 30.3810443 ], [ 120.0233252, 30.3809934 ], [ 120.0229979, 30.3803733 ], [ 120.0226868, 30.3799429 ], [ 120.0225902, 30.3797439 ], [ 120.0225205, 30.3795218 ], [ 120.0225795, 30.3794338 ], [ 120.0224993, 30.3791976 ], [ 120.0224101, 30.3791519 ], [ 120.0223477, 30.3791276 ], [ 120.0222787, 30.3790802 ], [ 120.0222223, 30.3790143 ], [ 120.0222009, 30.3789524 ], [ 120.022217, 30.3789067 ] ], [ [ 120.0238999, 30.3811614 ], [ 120.023965, 30.3811333 ], [ 120.0240259, 30.3811929 ], [ 120.0240503, 30.3812666 ], [ 120.02403, 30.3813332 ], [ 120.0239894, 30.3813998 ], [ 120.023908, 30.3814279 ], [ 120.0238552, 30.3813192 ], [ 120.0238471, 30.381228 ], [ 120.0238999, 30.3811614 ] ], [ [ 120.0246317, 30.3807615 ], [ 120.0248065, 30.3807791 ], [ 120.0249976, 30.3808668 ], [ 120.0250952, 30.3810281 ], [ 120.0250952, 30.3811263 ], [ 120.0250098, 30.3811964 ], [ 120.0248797, 30.3811894 ], [ 120.0247008, 30.3810702 ], [ 120.0245463, 30.3809194 ], [ 120.0245423, 30.3808071 ], [ 120.0246317, 30.3807615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0371836, 30.3815484 ], [ 120.0373419, 30.3815108 ], [ 120.0373261, 30.3814733 ], [ 120.0376784, 30.3813879 ], [ 120.037623, 30.3811762 ], [ 120.0374013, 30.3811762 ], [ 120.037334, 30.3812308 ], [ 120.0372667, 30.381265 ], [ 120.0371796, 30.3812752 ], [ 120.0370925, 30.3812718 ], [ 120.0371836, 30.3815484 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0304864, 30.3823815 ], [ 120.03075, 30.3824106 ], [ 120.0307438, 30.3823815 ], [ 120.030514, 30.3823498 ], [ 120.030471, 30.3823524 ], [ 120.0304557, 30.3823683 ], [ 120.0304864, 30.3823815 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.031032, 30.3824952 ], [ 120.0312342, 30.3824846 ], [ 120.0313293, 30.3824846 ], [ 120.0314457, 30.3824925 ], [ 120.0316572, 30.3825243 ], [ 120.0319024, 30.3825639 ], [ 120.0319178, 30.3825296 ], [ 120.0316909, 30.3825005 ], [ 120.0314335, 30.3824476 ], [ 120.0313078, 30.3824317 ], [ 120.0312189, 30.3824264 ], [ 120.0310136, 30.3824397 ], [ 120.0310013, 30.3824687 ], [ 120.031032, 30.3824952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0328894, 30.3826909 ], [ 120.0330855, 30.3826723 ], [ 120.0332327, 30.3826538 ], [ 120.0333185, 30.3826406 ], [ 120.0333399, 30.3826274 ], [ 120.0333062, 30.3826036 ], [ 120.0332449, 30.3825719 ], [ 120.0331897, 30.3825481 ], [ 120.0331407, 30.3825137 ], [ 120.0330917, 30.3825005 ], [ 120.0330457, 30.3825084 ], [ 120.0329783, 30.3825454 ], [ 120.0329231, 30.3825798 ], [ 120.0328465, 30.3826062 ], [ 120.0327606, 30.3826168 ], [ 120.0327576, 30.3826909 ], [ 120.0328894, 30.3826909 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0215053, 30.3879358 ], [ 120.0215418, 30.3879987 ], [ 120.0220084, 30.3879987 ], [ 120.0221834, 30.3879861 ], [ 120.0222563, 30.3879673 ], [ 120.0222928, 30.3879107 ], [ 120.0223073, 30.3877786 ], [ 120.0223146, 30.3873006 ], [ 120.0222636, 30.3871434 ], [ 120.0221907, 30.387093 ], [ 120.0220157, 30.3871119 ], [ 120.0218334, 30.3871119 ], [ 120.0216949, 30.3870679 ], [ 120.0215928, 30.3870805 ], [ 120.0215418, 30.3871874 ], [ 120.0215345, 30.3874012 ], [ 120.0215345, 30.387527 ], [ 120.0215053, 30.3876465 ], [ 120.0214907, 30.3877975 ], [ 120.0215053, 30.3879358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0217211, 30.3912386 ], [ 120.0217953, 30.3912991 ], [ 120.0221295, 30.3913632 ], [ 120.0221501, 30.3913347 ], [ 120.0221501, 30.3912707 ], [ 120.0221418, 30.391171 ], [ 120.0220676, 30.3911426 ], [ 120.0217706, 30.3911177 ], [ 120.0217005, 30.3911319 ], [ 120.0217211, 30.3912386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.022278, 30.3913027 ], [ 120.0224099, 30.3913098 ], [ 120.0224347, 30.3913845 ], [ 120.0225048, 30.3913632 ], [ 120.0224594, 30.3911105 ], [ 120.0223192, 30.3911034 ], [ 120.0223068, 30.3911853 ], [ 120.0222738, 30.3911959 ], [ 120.022278, 30.3913027 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0242931, 30.391638 ], [ 120.0243851, 30.3916333 ], [ 120.024396, 30.391353 ], [ 120.0243418, 30.391325 ], [ 120.0242552, 30.3913484 ], [ 120.0242931, 30.391638 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.95705, 30.3763331 ], [ 119.9570858, 30.3762526 ], [ 119.9570643, 30.3761535 ], [ 119.9569925, 30.3760977 ], [ 119.956612, 30.3762959 ], [ 119.95705, 30.3763331 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9580726, 30.3768787 ], [ 119.9582644, 30.3767769 ], [ 119.958412, 30.3767769 ], [ 119.9586038, 30.3766368 ], [ 119.9587219, 30.3764713 ], [ 119.958899, 30.3762803 ], [ 119.9590908, 30.3762294 ], [ 119.9590908, 30.3760257 ], [ 119.958899, 30.3758347 ], [ 119.9587366, 30.3758347 ], [ 119.9583677, 30.376153 ], [ 119.9580431, 30.3765095 ], [ 119.9578955, 30.3766623 ], [ 119.9580726, 30.3768787 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9431296, 30.3757166 ], [ 119.9434221, 30.3758548 ], [ 119.9434291, 30.3761011 ], [ 119.9435893, 30.3761912 ], [ 119.9433803, 30.3768161 ], [ 119.9435544, 30.3768942 ], [ 119.9437634, 30.3763595 ], [ 119.9441464, 30.3765277 ], [ 119.9443692, 30.3763895 ], [ 119.9450448, 30.3765037 ], [ 119.9450239, 30.376756 ], [ 119.9448498, 30.3773268 ], [ 119.9449055, 30.3776091 ], [ 119.9451562, 30.3767079 ], [ 119.9454765, 30.3766058 ], [ 119.9462426, 30.3766959 ], [ 119.9463679, 30.3764556 ], [ 119.9465699, 30.3764856 ], [ 119.9466187, 30.3763835 ], [ 119.9462147, 30.3763775 ], [ 119.9455949, 30.3762994 ], [ 119.9449542, 30.3761792 ], [ 119.9439166, 30.3758488 ], [ 119.9429986, 30.3755223 ], [ 119.9429652, 30.3756761 ], [ 119.9431296, 30.3757166 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9372044, 30.3737356 ], [ 119.9378262, 30.3737733 ], [ 119.9388298, 30.3738297 ], [ 119.9392443, 30.3738392 ], [ 119.9395825, 30.3739333 ], [ 119.9399098, 30.3741215 ], [ 119.9400375, 30.3743227 ], [ 119.9410195, 30.3746652 ], [ 119.9415627, 30.3746892 ], [ 119.9425237, 30.3748694 ], [ 119.9429068, 30.3750978 ], [ 119.9433525, 30.3752059 ], [ 119.94423, 30.3752359 ], [ 119.9457272, 30.3759569 ], [ 119.9470922, 30.375993 ], [ 119.9474752, 30.3760711 ], [ 119.9488472, 30.3762213 ], [ 119.9501634, 30.3768702 ], [ 119.9507902, 30.3769663 ], [ 119.9531092, 30.3773027 ], [ 119.9548294, 30.3777533 ], [ 119.9558461, 30.3778194 ], [ 119.9567724, 30.3775491 ], [ 119.9573573, 30.3775491 ], [ 119.9579284, 30.3776812 ], [ 119.9583393, 30.3780057 ], [ 119.9588198, 30.3783421 ], [ 119.9594326, 30.3786005 ], [ 119.9605817, 30.3790451 ], [ 119.9615428, 30.3795798 ], [ 119.9617967, 30.3797789 ], [ 119.9619738, 30.3796009 ], [ 119.9617587, 30.3793695 ], [ 119.9610762, 30.3788768 ], [ 119.9595371, 30.3783722 ], [ 119.9589173, 30.3781439 ], [ 119.9585064, 30.3779035 ], [ 119.958005, 30.3774349 ], [ 119.9575663, 30.3772667 ], [ 119.9570857, 30.3772487 ], [ 119.9565425, 30.3773628 ], [ 119.9557138, 30.377525 ], [ 119.9549895, 30.3774529 ], [ 119.953151, 30.3769663 ], [ 119.9509434, 30.3766959 ], [ 119.9500798, 30.3764736 ], [ 119.9492093, 30.375975 ], [ 119.9488541, 30.3758368 ], [ 119.9472802, 30.3757226 ], [ 119.9463122, 30.3757226 ], [ 119.945393, 30.3754883 ], [ 119.9441603, 30.3748995 ], [ 119.9435126, 30.3747733 ], [ 119.9427953, 30.374575 ], [ 119.9401281, 30.3739141 ], [ 119.940008, 30.3737921 ], [ 119.9397462, 30.3736509 ], [ 119.9393534, 30.3735474 ], [ 119.9377389, 30.3734439 ], [ 119.9368553, 30.3733592 ], [ 119.9367789, 30.3736792 ], [ 119.9372044, 30.3737356 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9601681, 30.3767005 ], [ 119.9601681, 30.3768278 ], [ 119.9602566, 30.3769296 ], [ 119.9604484, 30.3770442 ], [ 119.9606108, 30.3771206 ], [ 119.960596, 30.3772734 ], [ 119.9606993, 30.3773243 ], [ 119.9607583, 30.377197 ], [ 119.9607878, 30.3771206 ], [ 119.9607436, 30.376866 ], [ 119.960596, 30.3766495 ], [ 119.9604042, 30.3766495 ], [ 119.9603747, 30.3762803 ], [ 119.9601976, 30.3762676 ], [ 119.960109, 30.3764077 ], [ 119.9601681, 30.3767005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9597696, 30.3769933 ], [ 119.9598877, 30.3770315 ], [ 119.9599467, 30.3768532 ], [ 119.9597991, 30.376815 ], [ 119.9597254, 30.3769042 ], [ 119.9597696, 30.3769933 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9613043, 30.3768405 ], [ 119.9612896, 30.3769805 ], [ 119.9613781, 30.377197 ], [ 119.9615109, 30.3772224 ], [ 119.961629, 30.377197 ], [ 119.9617323, 30.3770951 ], [ 119.961747, 30.3769551 ], [ 119.9616142, 30.3768532 ], [ 119.9613781, 30.3767005 ], [ 119.9612748, 30.3767259 ], [ 119.9613043, 30.3768405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9594155, 30.3774898 ], [ 119.9598729, 30.3775916 ], [ 119.959991, 30.3774516 ], [ 119.9603156, 30.3774134 ], [ 119.9603747, 30.3773116 ], [ 119.9601828, 30.377197 ], [ 119.9598582, 30.3771461 ], [ 119.9597106, 30.3770697 ], [ 119.9594155, 30.3771206 ], [ 119.9593564, 30.3772861 ], [ 119.9594155, 30.3774898 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9609354, 30.3774771 ], [ 119.961083, 30.3774516 ], [ 119.9610387, 30.3773497 ], [ 119.9609207, 30.3772352 ], [ 119.9608616, 30.3773497 ], [ 119.9609354, 30.3774771 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9813952, 30.3814637 ], [ 119.9815118, 30.3814478 ], [ 119.9816086, 30.38145 ], [ 119.9817142, 30.3814438 ], [ 119.9817048, 30.3814337 ], [ 119.9816412, 30.3809679 ], [ 119.9815816, 30.3808519 ], [ 119.9814105, 30.3808933 ], [ 119.9813144, 30.3809795 ], [ 119.9813952, 30.3814637 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0178805, 30.3717437 ], [ 120.01791, 30.371783 ], [ 120.0179556, 30.3717622 ], [ 120.0179958, 30.3717668 ], [ 120.0180253, 30.3717692 ], [ 120.0181299, 30.3717553 ], [ 120.0181299, 30.3717715 ], [ 120.0181594, 30.3717807 ], [ 120.0182265, 30.3718016 ], [ 120.0182423, 30.3717491 ], [ 120.018256, 30.3717182 ], [ 120.0182828, 30.3717206 ], [ 120.0183392, 30.3716997 ], [ 120.0183845, 30.3716566 ], [ 120.0183955, 30.3716072 ], [ 120.0184169, 30.371591 ], [ 120.0184572, 30.3716072 ], [ 120.0185376, 30.3715447 ], [ 120.0185669, 30.3714876 ], [ 120.018532, 30.3714807 ], [ 120.0184194, 30.3714807 ], [ 120.0183123, 30.3715007 ], [ 120.0182155, 30.3715038 ], [ 120.0181729, 30.37151 ], [ 120.0180522, 30.3715377 ], [ 120.0179127, 30.3716095 ], [ 120.0178239, 30.3716913 ], [ 120.0178805, 30.3717437 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0169739, 30.3722736 ], [ 120.0170383, 30.3722713 ], [ 120.0170973, 30.3722621 ], [ 120.0171965, 30.3722366 ], [ 120.0173119, 30.3722366 ], [ 120.0173923, 30.3722597 ], [ 120.0174511, 30.3722814 ], [ 120.0175074, 30.3723161 ], [ 120.0175289, 30.3723022 ], [ 120.0175664, 30.372242 ], [ 120.0175828, 30.3722042 ], [ 120.017561, 30.3721449 ], [ 120.0175103, 30.3721186 ], [ 120.0175023, 30.3720862 ], [ 120.0174323, 30.3720037 ], [ 120.0173465, 30.3719898 ], [ 120.0172663, 30.3720422 ], [ 120.0171429, 30.3720677 ], [ 120.0170595, 30.3721078 ], [ 120.0169656, 30.3721611 ], [ 120.0169417, 30.3722065 ], [ 120.0169739, 30.3722736 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0189131, 30.3726138 ], [ 120.0189936, 30.3726184 ], [ 120.0189963, 30.3726902 ], [ 120.0190258, 30.3726948 ], [ 120.0190768, 30.3726902 ], [ 120.019117, 30.3726578 ], [ 120.0191516, 30.3726771 ], [ 120.0191784, 30.3726979 ], [ 120.0191787, 30.3727457 ], [ 120.0191948, 30.3727804 ], [ 120.0192028, 30.3728221 ], [ 120.019227, 30.3728799 ], [ 120.0192699, 30.3729216 ], [ 120.0193208, 30.3729493 ], [ 120.0194281, 30.3729679 ], [ 120.0194815, 30.3729571 ], [ 120.0195488, 30.3729447 ], [ 120.0196078, 30.3728869 ], [ 120.0196588, 30.3728498 ], [ 120.0197283, 30.3728622 ], [ 120.0197688, 30.3728406 ], [ 120.0198382, 30.3728368 ], [ 120.0198651, 30.3728576 ], [ 120.0199324, 30.3728545 ], [ 120.0200075, 30.3728498 ], [ 120.0200826, 30.3728684 ], [ 120.0201309, 30.3728498 ], [ 120.0201977, 30.3728669 ], [ 120.0201872, 30.3728938 ], [ 120.0202462, 30.3728984 ], [ 120.0203186, 30.3728776 ], [ 120.0203159, 30.3728452 ], [ 120.0203884, 30.372785 ], [ 120.020442, 30.3727758 ], [ 120.0205091, 30.3727156 ], [ 120.0205919, 30.3727211 ], [ 120.0206941, 30.3726809 ], [ 120.0207585, 30.3726763 ], [ 120.0208148, 30.3726879 ], [ 120.0208819, 30.3726416 ], [ 120.0208792, 30.3726022 ], [ 120.0209194, 30.3725606 ], [ 120.0209811, 30.372556 ], [ 120.0210291, 30.3725151 ], [ 120.0210562, 30.3724032 ], [ 120.0210616, 30.3723037 ], [ 120.0210267, 30.3722181 ], [ 120.0209677, 30.3720237 ], [ 120.0209972, 30.3718964 ], [ 120.0210509, 30.3718432 ], [ 120.0210452, 30.3717491 ], [ 120.0209862, 30.3715131 ], [ 120.0207719, 30.371422 ], [ 120.020501, 30.3713781 ], [ 120.0203696, 30.3713665 ], [ 120.0202137, 30.3713835 ], [ 120.0201067, 30.3714267 ], [ 120.0200448, 30.3714738 ], [ 120.0199351, 30.3715539 ], [ 120.0198731, 30.3716149 ], [ 120.0199026, 30.3716681 ], [ 120.0197849, 30.3716882 ], [ 120.0197151, 30.3716511 ], [ 120.0196934, 30.3716728 ], [ 120.01957, 30.3716681 ], [ 120.0195432, 30.3716867 ], [ 120.0194389, 30.3717113 ], [ 120.0193689, 30.3717538 ], [ 120.0192696, 30.3717399 ], [ 120.0192052, 30.3717237 ], [ 120.0191572, 30.3717252 ], [ 120.0191489, 30.3717862 ], [ 120.019106, 30.3718163 ], [ 120.0190738, 30.3718463 ], [ 120.0190658, 30.3718764 ], [ 120.0190848, 30.3718918 ], [ 120.019176, 30.3718872 ], [ 120.0191733, 30.3719149 ], [ 120.0192106, 30.3719273 ], [ 120.0192216, 30.3718779 ], [ 120.0192726, 30.3718872 ], [ 120.0193343, 30.3717992 ], [ 120.0194576, 30.3718224 ], [ 120.0194949, 30.371844 ], [ 120.0195137, 30.3719389 ], [ 120.0195435, 30.3719705 ], [ 120.0195837, 30.3719358 ], [ 120.0196186, 30.3719173 ], [ 120.0197014, 30.3719019 ], [ 120.0196829, 30.3719265 ], [ 120.0197631, 30.3719296 ], [ 120.0197175, 30.3719574 ], [ 120.0196508, 30.3719959 ], [ 120.0196749, 30.3719959 ], [ 120.0197259, 30.3719959 ], [ 120.019688, 30.3720615 ], [ 120.0196746, 30.3720986 ], [ 120.0198184, 30.3720872 ], [ 120.0197406, 30.3721382 ], [ 120.0196655, 30.3721867 ], [ 120.019628, 30.3722377 ], [ 120.0195891, 30.3723082 ], [ 120.0195689, 30.372351 ], [ 120.0195314, 30.3723696 ], [ 120.0194804, 30.3723765 ], [ 120.0194308, 30.3723788 ], [ 120.0193678, 30.3723811 ], [ 120.0193215, 30.3723759 ], [ 120.0192954, 30.3723603 ], [ 120.0192672, 30.3723314 ], [ 120.0192243, 30.3723106 ], [ 120.0191854, 30.3723082 ], [ 120.0191425, 30.3723129 ], [ 120.0190741, 30.3723245 ], [ 120.019055, 30.3723323 ], [ 120.0190526, 30.3723523 ], [ 120.0189882, 30.3723546 ], [ 120.0189856, 30.3724194 ], [ 120.018948, 30.3724634 ], [ 120.0189021, 30.3724989 ], [ 120.0189131, 30.3726138 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0159225, 30.3732456 ], [ 120.0159466, 30.3732895 ], [ 120.0160003, 30.3733474 ], [ 120.0160375, 30.3733505 ], [ 120.0161451, 30.3733011 ], [ 120.016239, 30.3732664 ], [ 120.0163194, 30.3732594 ], [ 120.0164965, 30.3732432 ], [ 120.0165043, 30.3731631 ], [ 120.0162977, 30.37317 ], [ 120.0161987, 30.3731599 ], [ 120.0160968, 30.373109 ], [ 120.0160861, 30.3730697 ], [ 120.0160671, 30.372964 ], [ 120.0160807, 30.3728684 ], [ 120.0161102, 30.3727735 ], [ 120.0161475, 30.3727303 ], [ 120.0162148, 30.3726971 ], [ 120.0163302, 30.3726925 ], [ 120.0164214, 30.3726902 ], [ 120.0164133, 30.3726138 ], [ 120.0165367, 30.3726138 ], [ 120.0165313, 30.3724981 ], [ 120.0166681, 30.372512 ], [ 120.0166786, 30.3724711 ], [ 120.016703, 30.3724657 ], [ 120.0167054, 30.3724156 ], [ 120.0166655, 30.3723546 ], [ 120.0166306, 30.3723199 ], [ 120.0165552, 30.3722582 ], [ 120.0164855, 30.3722953 ], [ 120.0163675, 30.3723416 ], [ 120.0162604, 30.3723893 ], [ 120.0161609, 30.3724411 ], [ 120.0161019, 30.3725221 ], [ 120.0160322, 30.3726262 ], [ 120.0160083, 30.3727272 ], [ 120.01596, 30.3728406 ], [ 120.0159598, 30.3729108 ], [ 120.0159329, 30.3730312 ], [ 120.0159437, 30.3730983 ], [ 120.0159171, 30.3731923 ], [ 120.0159225, 30.3732456 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0167647, 30.3732941 ], [ 120.0168264, 30.3733289 ], [ 120.0168985, 30.3733297 ], [ 120.0169659, 30.3733196 ], [ 120.0170249, 30.3733034 ], [ 120.0170675, 30.3732926 ], [ 120.0171027, 30.3732432 ], [ 120.017159, 30.373197 ], [ 120.0172472, 30.3731607 ], [ 120.0173009, 30.3731399 ], [ 120.0173065, 30.3731507 ], [ 120.0173465, 30.3731469 ], [ 120.0174108, 30.3731307 ], [ 120.0173923, 30.3730257 ], [ 120.0173921, 30.3729826 ], [ 120.0173575, 30.3729748 ], [ 120.0173092, 30.3729841 ], [ 120.0173065, 30.3730095 ], [ 120.017285, 30.3730604 ], [ 120.0172767, 30.3731029 ], [ 120.0172338, 30.3731191 ], [ 120.0171802, 30.3731075 ], [ 120.0171265, 30.3731445 ], [ 120.0170839, 30.3731298 ], [ 120.0170246, 30.3731121 ], [ 120.0169575, 30.3731214 ], [ 120.0168747, 30.3731692 ], [ 120.0168693, 30.3732224 ], [ 120.0167727, 30.3732224 ], [ 120.0167644, 30.3732464 ], [ 120.0167647, 30.3732941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.011282, 30.3747542 ], [ 120.0122856, 30.3746835 ], [ 120.0132106, 30.3743189 ], [ 120.0128218, 30.3739068 ], [ 120.0124652, 30.3738422 ], [ 120.0122099, 30.3740581 ], [ 120.0121717, 30.3743036 ], [ 120.0112509, 30.3745228 ], [ 120.0109711, 30.3746709 ], [ 120.011282, 30.3747542 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0110863, 30.3824475 ], [ 120.0111748, 30.3826395 ], [ 120.011207, 30.3828848 ], [ 120.0111694, 30.3830791 ], [ 120.0113196, 30.3831995 ], [ 120.0113491, 30.3833221 ], [ 120.0114645, 30.3833105 ], [ 120.0114618, 30.3831231 ], [ 120.0119687, 30.383093 ], [ 120.0119875, 30.3832666 ], [ 120.0121082, 30.3832619 ], [ 120.0121216, 30.3830306 ], [ 120.0121055, 30.3828177 ], [ 120.0120063, 30.382695 ], [ 120.0114752, 30.3827251 ], [ 120.0114591, 30.3824706 ], [ 120.0113921, 30.3823364 ], [ 120.0112258, 30.3822716 ], [ 120.0110863, 30.3823086 ], [ 120.0110273, 30.3824012 ], [ 120.0110863, 30.3824475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.013976, 30.3893715 ], [ 120.0140632, 30.3893883 ], [ 120.0141263, 30.3894761 ], [ 120.0141796, 30.3895807 ], [ 120.0142039, 30.3896811 ], [ 120.014233, 30.3898484 ], [ 120.0143445, 30.3898317 ], [ 120.0143591, 30.389748 ], [ 120.0144415, 30.3897146 ], [ 120.0145482, 30.3897146 ], [ 120.014684, 30.3896895 ], [ 120.0147131, 30.3895891 ], [ 120.014684, 30.3894176 ], [ 120.0145919, 30.3893883 ], [ 120.0142766, 30.3893966 ], [ 120.0141796, 30.3893423 ], [ 120.0139663, 30.3893255 ], [ 120.013976, 30.3893715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0147568, 30.3895974 ], [ 120.0147859, 30.3897104 ], [ 120.0149022, 30.389748 ], [ 120.014975, 30.3899614 ], [ 120.0150768, 30.389953 ], [ 120.0150429, 30.3897857 ], [ 120.0149798, 30.3894594 ], [ 120.014941, 30.3894134 ], [ 120.0147713, 30.3894134 ], [ 120.0147422, 30.389451 ], [ 120.0147568, 30.3895974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9891897, 30.3898808 ], [ 119.9892201, 30.389907 ], [ 119.9892778, 30.389907 ], [ 119.9893234, 30.389852 ], [ 119.9893507, 30.3898389 ], [ 119.9893538, 30.3897838 ], [ 119.9893325, 30.389755 ], [ 119.9892657, 30.3897131 ], [ 119.9892079, 30.3897157 ], [ 119.9891806, 30.3897576 ], [ 119.9891685, 30.3898258 ], [ 119.9891897, 30.3898808 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9722325, 30.3853679 ], [ 119.9728761, 30.3847705 ], [ 119.9730035, 30.3847779 ], [ 119.9730729, 30.3848323 ], [ 119.9732779, 30.385239 ], [ 119.9733424, 30.3852139 ], [ 119.9732043, 30.3846539 ], [ 119.9741468, 30.3833962 ], [ 119.9741792, 30.3833982 ], [ 119.9742485, 30.3834241 ], [ 119.9742924, 30.3833962 ], [ 119.9745072, 30.3829817 ], [ 119.9745049, 30.3829358 ], [ 119.9744564, 30.3828741 ], [ 119.9744495, 30.3828063 ], [ 119.9744379, 30.3827425 ], [ 119.9744217, 30.382595 ], [ 119.9744241, 30.3825313 ], [ 119.9744495, 30.3824854 ], [ 119.9744726, 30.3824256 ], [ 119.9745095, 30.3823639 ], [ 119.9745765, 30.382314 ], [ 119.9746597, 30.3822483 ], [ 119.974802, 30.3822238 ], [ 119.9758196, 30.3820979 ], [ 119.976323, 30.3820666 ], [ 119.9764212, 30.3820834 ], [ 119.9765916, 30.3821965 ], [ 119.9768721, 30.3822067 ], [ 119.9769943, 30.3822124 ], [ 119.9772207, 30.3822653 ], [ 119.9774039, 30.3823179 ], [ 119.9775379, 30.3823994 ], [ 119.9776354, 30.3824657 ], [ 119.9778861, 30.3824717 ], [ 119.978038, 30.3825144 ], [ 119.9780743, 30.3826085 ], [ 119.9782229, 30.3825942 ], [ 119.9783683, 30.3826341 ], [ 119.9785466, 30.3826569 ], [ 119.9787481, 30.3827196 ], [ 119.9789429, 30.3827652 ], [ 119.9790618, 30.3828193 ], [ 119.9792303, 30.3828307 ], [ 119.9793425, 30.3828592 ], [ 119.9794416, 30.3829219 ], [ 119.9795969, 30.3829732 ], [ 119.979795, 30.3830045 ], [ 119.9799899, 30.3830444 ], [ 119.9801319, 30.3830558 ], [ 119.9802593, 30.3830859 ], [ 119.9803883, 30.3831257 ], [ 119.9805818, 30.3831867 ], [ 119.9806834, 30.3832244 ], [ 119.9808123, 30.383236 ], [ 119.9808552, 30.3832837 ], [ 119.9809675, 30.383335 ], [ 119.9811755, 30.3833806 ], [ 119.9813242, 30.3834148 ], [ 119.9813902, 30.3834632 ], [ 119.9814398, 30.3835772 ], [ 119.9814827, 30.383694 ], [ 119.9814464, 30.3839219 ], [ 119.9813737, 30.3841327 ], [ 119.9813407, 30.3841983 ], [ 119.9813572, 30.3842894 ], [ 119.9813275, 30.3844233 ], [ 119.9812977, 30.3844946 ], [ 119.9812251, 30.3845316 ], [ 119.9812251, 30.38458 ], [ 119.9813209, 30.3845943 ], [ 119.9814265, 30.3846256 ], [ 119.9814761, 30.3846798 ], [ 119.981519, 30.384751 ], [ 119.9815487, 30.3849675 ], [ 119.9816115, 30.3850302 ], [ 119.9817766, 30.3851043 ], [ 119.981846, 30.3852239 ], [ 119.9818988, 30.3853607 ], [ 119.9820805, 30.385751 ], [ 119.9822522, 30.3861157 ], [ 119.9824107, 30.386543 ], [ 119.9824471, 30.3867282 ], [ 119.9824273, 30.386808 ], [ 119.982381, 30.3868593 ], [ 119.9823942, 30.3869105 ], [ 119.9825263, 30.3869476 ], [ 119.9826518, 30.3869989 ], [ 119.9827146, 30.38709 ], [ 119.982883, 30.3873977 ], [ 119.9829183, 30.3874273 ], [ 119.9829593, 30.3874491 ], [ 119.9829986, 30.3874636 ], [ 119.983042, 30.3874665 ], [ 119.9830723, 30.3874615 ], [ 119.9831076, 30.3874632 ], [ 119.9832927, 30.3874653 ], [ 119.9834115, 30.387449 ], [ 119.9837549, 30.3873778 ], [ 119.9839762, 30.3873293 ], [ 119.9841645, 30.3873293 ], [ 119.9844188, 30.3873436 ], [ 119.9848464, 30.3874469 ], [ 119.9851378, 30.3875228 ], [ 119.9855006, 30.387665 ], [ 119.9857644, 30.3877362 ], [ 119.9864626, 30.3879685 ], [ 119.9869023, 30.388125 ], [ 119.9873091, 30.3882341 ], [ 119.9874711, 30.3882613 ], [ 119.987507, 30.3882673 ], [ 119.9875879, 30.3882718 ], [ 119.9876544, 30.3882755 ], [ 119.9879469, 30.3883645 ], [ 119.9881362, 30.3884239 ], [ 119.9881964, 30.3884758 ], [ 119.9882953, 30.3886131 ], [ 119.9883728, 30.388628 ], [ 119.9884803, 30.3886057 ], [ 119.9885577, 30.3885909 ], [ 119.9887298, 30.3886354 ], [ 119.9889449, 30.3887393 ], [ 119.9889922, 30.388795 ], [ 119.9891256, 30.3888358 ], [ 119.9892589, 30.3889137 ], [ 119.9894568, 30.3889805 ], [ 119.9899558, 30.3891549 ], [ 119.9900203, 30.389192 ], [ 119.990158, 30.3892105 ], [ 119.9904161, 30.3892773 ], [ 119.9908548, 30.3894221 ], [ 119.9909925, 30.3895297 ], [ 119.9910957, 30.3895742 ], [ 119.9912936, 30.3896484 ], [ 119.9914054, 30.3896966 ], [ 119.9914571, 30.3897412 ], [ 119.9914872, 30.3897746 ], [ 119.991599, 30.3897857 ], [ 119.9916808, 30.3897486 ], [ 119.9917797, 30.3897523 ], [ 119.9918743, 30.3897931 ], [ 119.9919819, 30.3897931 ], [ 119.9920722, 30.3897486 ], [ 119.9921453, 30.3897041 ], [ 119.9923733, 30.3896855 ], [ 119.9926099, 30.3896484 ], [ 119.9929799, 30.3895408 ], [ 119.9931691, 30.3895037 ], [ 119.9932724, 30.389448 ], [ 119.993367, 30.3894332 ], [ 119.9934315, 30.3894406 ], [ 119.9936079, 30.3894035 ], [ 119.99378, 30.3893887 ], [ 119.9939262, 30.3893812 ], [ 119.9940854, 30.3893812 ], [ 119.9947177, 30.3895037 ], [ 119.9949887, 30.3896336 ], [ 119.9952038, 30.3896781 ], [ 119.995406, 30.389782 ], [ 119.995634, 30.3898525 ], [ 119.9956426, 30.3899119 ], [ 119.9957372, 30.3898599 ], [ 119.9957974, 30.3898822 ], [ 119.9959179, 30.3898599 ], [ 119.9963825, 30.3898896 ], [ 119.9967266, 30.3899156 ], [ 119.9969159, 30.3899601 ], [ 119.9970664, 30.3899749 ], [ 119.9972385, 30.389923 ], [ 119.9973977, 30.3898154 ], [ 119.9976601, 30.3896632 ], [ 119.9978321, 30.3895816 ], [ 119.9980085, 30.3895222 ], [ 119.9981636, 30.3894403 ], [ 119.998301, 30.3893184 ], [ 119.998572, 30.3892328 ], [ 119.9986839, 30.3892031 ], [ 119.9992388, 30.3890584 ], [ 119.9994271, 30.3890417 ], [ 119.9998006, 30.3889651 ], [ 120.0003844, 30.3888011 ], [ 120.0006875, 30.388675 ], [ 120.0011207, 30.3885769 ], [ 120.0012073, 30.3885629 ], [ 120.0012939, 30.3886002 ], [ 120.0015213, 30.3885816 ], [ 120.0017162, 30.3885255 ], [ 120.0018191, 30.3885395 ], [ 120.0024038, 30.3884788 ], [ 120.0029401, 30.3883787 ], [ 120.0029284, 30.3882917 ], [ 120.0028619, 30.3883023 ], [ 120.0021244, 30.3883401 ], [ 120.0017126, 30.3883612 ], [ 120.0016557, 30.3883808 ], [ 120.0015153, 30.3884136 ], [ 120.0010336, 30.3884332 ], [ 120.0010147, 30.3884725 ], [ 120.0008402, 30.3885215 ], [ 120.0007036, 30.3885019 ], [ 120.0003205, 30.3885673 ], [ 120.0002637, 30.3886033 ], [ 120.0001423, 30.3886426 ], [ 119.9997033, 30.3887282 ], [ 119.9995614, 30.3887912 ], [ 119.9994409, 30.3888358 ], [ 119.9992775, 30.3888358 ], [ 119.9990194, 30.3888766 ], [ 119.9988032, 30.388964 ], [ 119.9985766, 30.389025 ], [ 119.9983103, 30.3890696 ], [ 119.9979741, 30.3891141 ], [ 119.9977719, 30.3891994 ], [ 119.9975181, 30.3893441 ], [ 119.9972471, 30.3894629 ], [ 119.997131, 30.3895297 ], [ 119.9970492, 30.3896076 ], [ 119.9968384, 30.3896781 ], [ 119.9964513, 30.3897078 ], [ 119.996262, 30.3896855 ], [ 119.9956168, 30.3895037 ], [ 119.9953888, 30.3894554 ], [ 119.9953286, 30.3894777 ], [ 119.9951178, 30.3894443 ], [ 119.9949371, 30.3893849 ], [ 119.9945758, 30.3892254 ], [ 119.9943349, 30.3891623 ], [ 119.9942144, 30.3890658 ], [ 119.9939305, 30.3890324 ], [ 119.9937843, 30.3890807 ], [ 119.993638, 30.3891697 ], [ 119.9935606, 30.3891697 ], [ 119.9932595, 30.3891586 ], [ 119.9931519, 30.3891623 ], [ 119.9931089, 30.3891957 ], [ 119.9931304, 30.389307 ], [ 119.9931175, 30.3893404 ], [ 119.9927347, 30.3894295 ], [ 119.9921195, 30.3895222 ], [ 119.9919776, 30.3895185 ], [ 119.9916334, 30.3894777 ], [ 119.9913753, 30.3894443 ], [ 119.9909882, 30.3892922 ], [ 119.9909581, 30.3892477 ], [ 119.9909968, 30.3891549 ], [ 119.9910011, 30.3890324 ], [ 119.9909753, 30.3889508 ], [ 119.9909194, 30.3889471 ], [ 119.9908935, 30.388999 ], [ 119.9908935, 30.3890733 ], [ 119.9908591, 30.3891475 ], [ 119.9908161, 30.3892217 ], [ 119.9907043, 30.389218 ], [ 119.9901967, 30.3890807 ], [ 119.9901537, 30.3890324 ], [ 119.9898095, 30.3889508 ], [ 119.9892589, 30.3887393 ], [ 119.9890653, 30.3886985 ], [ 119.9889105, 30.3886168 ], [ 119.9888115, 30.3885352 ], [ 119.9887384, 30.3884536 ], [ 119.9885922, 30.3884165 ], [ 119.9884975, 30.3883719 ], [ 119.9883427, 30.3883571 ], [ 119.9880889, 30.388268 ], [ 119.9879684, 30.3881975 ], [ 119.987891, 30.3881456 ], [ 119.9877361, 30.3881419 ], [ 119.9875345, 30.3881677 ], [ 119.9873916, 30.3881724 ], [ 119.9867924, 30.3879733 ], [ 119.9866715, 30.3879164 ], [ 119.9865945, 30.3878405 ], [ 119.9864516, 30.3877788 ], [ 119.9861712, 30.3877219 ], [ 119.9859403, 30.387665 ], [ 119.985671, 30.3875749 ], [ 119.9854786, 30.3875038 ], [ 119.9853906, 30.3874469 ], [ 119.9853137, 30.3873663 ], [ 119.9852037, 30.3873284 ], [ 119.9850608, 30.3873284 ], [ 119.9849674, 30.3873568 ], [ 119.9848189, 30.3873284 ], [ 119.9846815, 30.3872667 ], [ 119.9844726, 30.3872478 ], [ 119.9842527, 30.3872335 ], [ 119.9841978, 30.3871719 ], [ 119.9840274, 30.3871814 ], [ 119.9837635, 30.3872667 ], [ 119.9833952, 30.3872904 ], [ 119.9831808, 30.387262 ], [ 119.9830104, 30.387224 ], [ 119.9828785, 30.3871529 ], [ 119.9827685, 30.3870486 ], [ 119.9827246, 30.3869206 ], [ 119.9826366, 30.3868162 ], [ 119.9825981, 30.3867072 ], [ 119.9825212, 30.3862994 ], [ 119.982503, 30.3862115 ], [ 119.9824993, 30.3859698 ], [ 119.9824629, 30.3858348 ], [ 119.9823829, 30.3857469 ], [ 119.9821755, 30.3853734 ], [ 119.9819172, 30.3849748 ], [ 119.9818153, 30.384843 ], [ 119.9817498, 30.3846609 ], [ 119.9817352, 30.384482 ], [ 119.9817025, 30.3843156 ], [ 119.9816879, 30.3841336 ], [ 119.981677, 30.3839829 ], [ 119.9816661, 30.383895 ], [ 119.9816588, 30.3837569 ], [ 119.9816734, 30.3836439 ], [ 119.9817279, 30.3836031 ], [ 119.9818007, 30.3835843 ], [ 119.9818771, 30.3835183 ], [ 119.9819208, 30.3834524 ], [ 119.9820008, 30.3833488 ], [ 119.9820227, 30.3832704 ], [ 119.981979, 30.3832264 ], [ 119.9819172, 30.3831637 ], [ 119.9818407, 30.3831448 ], [ 119.9817643, 30.3831448 ], [ 119.9817207, 30.3831291 ], [ 119.9817025, 30.3830601 ], [ 119.9816988, 30.3829596 ], [ 119.9817061, 30.3828717 ], [ 119.981717, 30.3827727 ], [ 119.9816978, 30.3825763 ], [ 119.9816914, 30.3825016 ], [ 119.9817074, 30.3823965 ], [ 119.981717, 30.3823218 ], [ 119.9816882, 30.3822969 ], [ 119.9816914, 30.3821946 ], [ 119.981778, 30.3821918 ], [ 119.98181, 30.3821144 ], [ 119.9818004, 30.382084 ], [ 119.9817683, 30.3820591 ], [ 119.9817523, 30.3820231 ], [ 119.9817459, 30.381882 ], [ 119.981778, 30.3818101 ], [ 119.9818421, 30.3817631 ], [ 119.9818709, 30.3817354 ], [ 119.9818581, 30.3816995 ], [ 119.9818004, 30.3816801 ], [ 119.9817042, 30.3816718 ], [ 119.9816369, 30.3816414 ], [ 119.9816177, 30.3815999 ], [ 119.9816086, 30.38145 ], [ 119.981608, 30.3814395 ], [ 119.9815118, 30.3814478 ], [ 119.9815279, 30.3815999 ], [ 119.9815824, 30.3819899 ], [ 119.981576, 30.3820397 ], [ 119.9815247, 30.3820757 ], [ 119.9815407, 30.382131 ], [ 119.9815824, 30.3821946 ], [ 119.9815728, 30.3823578 ], [ 119.9816048, 30.3827395 ], [ 119.9815792, 30.3828612 ], [ 119.981515, 30.382922 ], [ 119.9814253, 30.3829525 ], [ 119.9813195, 30.3829469 ], [ 119.9813098, 30.3830189 ], [ 119.981265, 30.3830659 ], [ 119.9811592, 30.3831101 ], [ 119.9810758, 30.3831184 ], [ 119.9810149, 30.3830852 ], [ 119.9807648, 30.3830023 ], [ 119.9807295, 30.3830355 ], [ 119.9806942, 30.3831046 ], [ 119.9806205, 30.3831046 ], [ 119.9805275, 30.3830797 ], [ 119.9803863, 30.383031 ], [ 119.9803191, 30.3830078 ], [ 119.9801203, 30.3829829 ], [ 119.9800241, 30.3829525 ], [ 119.9800177, 30.3828916 ], [ 119.9800402, 30.3828391 ], [ 119.9800177, 30.382781 ], [ 119.9799183, 30.3827478 ], [ 119.9797933, 30.3827146 ], [ 119.9794181, 30.3825459 ], [ 119.979338, 30.3825459 ], [ 119.9793251, 30.3826012 ], [ 119.9793027, 30.3826731 ], [ 119.9792578, 30.3826897 ], [ 119.9792001, 30.3826648 ], [ 119.9791264, 30.3826123 ], [ 119.9791167, 30.3825514 ], [ 119.9791745, 30.3824933 ], [ 119.979168, 30.3824269 ], [ 119.9790975, 30.3823882 ], [ 119.9789885, 30.3823827 ], [ 119.9788282, 30.3824048 ], [ 119.9786743, 30.3824159 ], [ 119.9784883, 30.3824269 ], [ 119.9782446, 30.3823633 ], [ 119.9778919, 30.3822997 ], [ 119.9775681, 30.3822001 ], [ 119.9773629, 30.3821365 ], [ 119.9772379, 30.382131 ], [ 119.9771786, 30.382131 ], [ 119.9770836, 30.3820717 ], [ 119.9770049, 30.382069 ], [ 119.9767823, 30.382027 ], [ 119.9765406, 30.3819674 ], [ 119.9763176, 30.3819761 ], [ 119.9761171, 30.3819281 ], [ 119.9758294, 30.381953 ], [ 119.9756067, 30.381509 ], [ 119.9753292, 30.3810813 ], [ 119.9750139, 30.3806408 ], [ 119.9748306, 30.3805511 ], [ 119.9747745, 30.3805237 ], [ 119.9743575, 30.3803797 ], [ 119.9738846, 30.3798859 ], [ 119.9735699, 30.3792132 ], [ 119.9734432, 30.3789741 ], [ 119.973218, 30.3787307 ], [ 119.9727239, 30.3782384 ], [ 119.9725464, 30.3779764 ], [ 119.9722889, 30.3779786 ], [ 119.9723362, 30.3782414 ], [ 119.9725688, 30.378488 ], [ 119.9728204, 30.3786715 ], [ 119.9731989, 30.3789864 ], [ 119.9734182, 30.3792985 ], [ 119.9736454, 30.3798988 ], [ 119.9738064, 30.3801971 ], [ 119.9741554, 30.3805477 ], [ 119.9747057, 30.3807325 ], [ 119.975093, 30.3809777 ], [ 119.9752584, 30.3812586 ], [ 119.9754128, 30.3815207 ], [ 119.9755498, 30.381984 ], [ 119.974674, 30.3820825 ], [ 119.974567, 30.3821199 ], [ 119.9744035, 30.3822195 ], [ 119.9743041, 30.3822997 ], [ 119.9742913, 30.3823467 ], [ 119.9743041, 30.3824795 ], [ 119.9742945, 30.3826178 ], [ 119.9742239, 30.3827312 ], [ 119.9740476, 30.3829691 ], [ 119.9740316, 30.3830631 ], [ 119.9740604, 30.3831295 ], [ 119.9740893, 30.3832263 ], [ 119.9740668, 30.3833203 ], [ 119.9729293, 30.3846082 ], [ 119.9721473, 30.3852826 ], [ 119.9722325, 30.3853679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.986153, 30.3856317 ], [ 119.986194, 30.385667 ], [ 119.9862685, 30.3857056 ], [ 119.9863392, 30.3857377 ], [ 119.9863988, 30.3857538 ], [ 119.9864695, 30.3857634 ], [ 119.9865254, 30.3857763 ], [ 119.9865999, 30.3857827 ], [ 119.9866632, 30.3856927 ], [ 119.9866483, 30.3856478 ], [ 119.9865664, 30.3856285 ], [ 119.9865366, 30.3856413 ], [ 119.986518, 30.3856863 ], [ 119.9864658, 30.3857281 ], [ 119.9864509, 30.3856927 ], [ 119.9865068, 30.3855931 ], [ 119.9865142, 30.3855417 ], [ 119.9864435, 30.3855 ], [ 119.9863131, 30.385455 ], [ 119.98622, 30.3854518 ], [ 119.9861567, 30.3855257 ], [ 119.9861456, 30.3855803 ], [ 119.986153, 30.3856317 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9837446, 30.386128 ], [ 119.9838343, 30.3861353 ], [ 119.983877, 30.386128 ], [ 119.983988, 30.3861077 ], [ 119.9840905, 30.3860654 ], [ 119.9841332, 30.386023 ], [ 119.9841545, 30.3859733 ], [ 119.9841738, 30.3859143 ], [ 119.9842015, 30.3857136 ], [ 119.9841908, 30.3856694 ], [ 119.984178, 30.3856362 ], [ 119.9842015, 30.3856086 ], [ 119.9843232, 30.3855883 ], [ 119.9843809, 30.3855791 ], [ 119.9844599, 30.3855368 ], [ 119.9844983, 30.3855147 ], [ 119.9845431, 30.3855147 ], [ 119.9848186, 30.3855294 ], [ 119.9849061, 30.3855257 ], [ 119.9849467, 30.3854686 ], [ 119.9849338, 30.3854428 ], [ 119.9847481, 30.3854318 ], [ 119.9846029, 30.3854299 ], [ 119.9845538, 30.385382 ], [ 119.984494, 30.3853784 ], [ 119.9844065, 30.3853342 ], [ 119.9843211, 30.3853231 ], [ 119.9842592, 30.3853342 ], [ 119.9842143, 30.3853784 ], [ 119.9841674, 30.3854134 ], [ 119.9840841, 30.385417 ], [ 119.9839965, 30.3853784 ], [ 119.9839603, 30.3853857 ], [ 119.9839453, 30.3854576 ], [ 119.9839368, 30.3855128 ], [ 119.9839496, 30.3855662 ], [ 119.9840328, 30.3856031 ], [ 119.9839645, 30.3860083 ], [ 119.9838065, 30.3860396 ], [ 119.9837702, 30.3860875 ], [ 119.9837382, 30.3860838 ], [ 119.9837254, 30.3860985 ], [ 119.9837446, 30.386128 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9868755, 30.3858887 ], [ 119.9868829, 30.3860622 ], [ 119.9868904, 30.3861007 ], [ 119.9869239, 30.3861168 ], [ 119.9869983, 30.3861103 ], [ 119.9870095, 30.3857987 ], [ 119.9869611, 30.3857923 ], [ 119.9868941, 30.3857955 ], [ 119.9868755, 30.385818 ], [ 119.9868755, 30.3858887 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9835875, 30.3862131 ], [ 119.9836233, 30.386226 ], [ 119.9836613, 30.3862274 ], [ 119.9836848, 30.3862145 ], [ 119.9836912, 30.3861906 ], [ 119.9836784, 30.3860856 ], [ 119.9836507, 30.3860027 ], [ 119.9836037, 30.385999 ], [ 119.9835845, 30.3861771 ], [ 119.9835875, 30.3862131 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9447322, 30.3871274 ], [ 119.9462808, 30.3875916 ], [ 119.9466109, 30.387926 ], [ 119.9463407, 30.3882732 ], [ 119.9461166, 30.3882732 ], [ 119.9457359, 30.3881964 ], [ 119.9459896, 30.3879658 ], [ 119.9459409, 30.3878242 ], [ 119.945555, 30.3879942 ], [ 119.9452383, 30.3882761 ], [ 119.9453489, 30.3883402 ], [ 119.9451425, 30.3886245 ], [ 119.9453237, 30.3887041 ], [ 119.9455928, 30.3885952 ], [ 119.9459073, 30.3887531 ], [ 119.9457575, 30.3889662 ], [ 119.9459485, 30.3890801 ], [ 119.9466504, 30.3890468 ], [ 119.9473754, 30.3886466 ], [ 119.9469215, 30.389352 ], [ 119.9475495, 30.3893836 ], [ 119.9476171, 30.3892106 ], [ 119.9479649, 30.3893043 ], [ 119.9493432, 30.3894159 ], [ 119.9500971, 30.3892873 ], [ 119.9506535, 30.3895161 ], [ 119.9513293, 30.389076 ], [ 119.9509316, 30.3884388 ], [ 119.9502314, 30.3885343 ], [ 119.9495257, 30.3884136 ], [ 119.9494944, 30.3880445 ], [ 119.9491107, 30.387965 ], [ 119.948407, 30.3879129 ], [ 119.9480587, 30.3877362 ], [ 119.9475139, 30.3876998 ], [ 119.9467543, 30.3874205 ], [ 119.9464088, 30.3871441 ], [ 119.9464085, 30.3868907 ], [ 119.9462085, 30.3868754 ], [ 119.946156, 30.3867266 ], [ 119.9459882, 30.3866876 ], [ 119.9459176, 30.3868213 ], [ 119.9455421, 30.3867459 ], [ 119.9455628, 30.3865195 ], [ 119.9457357, 30.3864749 ], [ 119.9458746, 30.38656 ], [ 119.9462033, 30.3865963 ], [ 119.9463894, 30.3861888 ], [ 119.9466572, 30.3860178 ], [ 119.946651, 30.3858753 ], [ 119.9464349, 30.3858664 ], [ 119.9464477, 30.3856977 ], [ 119.9459849, 30.3857508 ], [ 119.9458872, 30.3860769 ], [ 119.945397, 30.3862092 ], [ 119.9451825, 30.386191 ], [ 119.9452897, 30.3851415 ], [ 119.945111, 30.3851518 ], [ 119.9450263, 30.3861195 ], [ 119.9447694, 30.3862473 ], [ 119.9446384, 30.3868257 ], [ 119.9441569, 30.3868679 ], [ 119.9440506, 30.3870092 ], [ 119.9447322, 30.3871274 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.951596, 30.3889508 ], [ 119.9518058, 30.3888886 ], [ 119.9521149, 30.3889462 ], [ 119.9524339, 30.3891204 ], [ 119.9529329, 30.3890083 ], [ 119.953391, 30.3890856 ], [ 119.9535199, 30.3889913 ], [ 119.9538889, 30.3890491 ], [ 119.9539568, 30.389178 ], [ 119.9542378, 30.3893077 ], [ 119.9544301, 30.3892296 ], [ 119.9545666, 30.3892805 ], [ 119.9548327, 30.3895975 ], [ 119.9549594, 30.3899889 ], [ 119.954831, 30.3904646 ], [ 119.9548674, 30.3910652 ], [ 119.9550445, 30.3910681 ], [ 119.9551256, 30.3907039 ], [ 119.9552639, 30.3905136 ], [ 119.9553428, 30.3899913 ], [ 119.9554487, 30.3896832 ], [ 119.955276, 30.3895258 ], [ 119.9551157, 30.3894206 ], [ 119.9551174, 30.3891317 ], [ 119.9546697, 30.3888716 ], [ 119.9548011, 30.3887002 ], [ 119.9534735, 30.3883875 ], [ 119.9533708, 30.3884811 ], [ 119.9528693, 30.3882906 ], [ 119.9528209, 30.3881394 ], [ 119.9528611, 30.3878599 ], [ 119.9524212, 30.3878075 ], [ 119.9522387, 30.3878925 ], [ 119.9510739, 30.3878857 ], [ 119.951596, 30.3889508 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9784561, 30.3902358 ], [ 119.9787946, 30.3902272 ], [ 119.9788544, 30.3901928 ], [ 119.9789838, 30.3897076 ], [ 119.9792477, 30.3889045 ], [ 119.9793522, 30.3887842 ], [ 119.9793622, 30.3887198 ], [ 119.9792427, 30.3886812 ], [ 119.979163, 30.3886812 ], [ 119.9789241, 30.3891879 ], [ 119.9788793, 30.3892223 ], [ 119.978939, 30.3892953 ], [ 119.9789191, 30.3894026 ], [ 119.9788544, 30.3894842 ], [ 119.9786652, 30.389437 ], [ 119.9785457, 30.3896646 ], [ 119.9783565, 30.3900769 ], [ 119.9783018, 30.3901628 ], [ 119.9782818, 30.3902229 ], [ 119.9784561, 30.3902358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9770571, 30.3895847 ], [ 119.9773293, 30.3896721 ], [ 119.9774787, 30.3896629 ], [ 119.9775374, 30.3894558 ], [ 119.9772706, 30.3893222 ], [ 119.9770411, 30.3893222 ], [ 119.9770571, 30.3895847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9842178, 30.3904747 ], [ 119.9849472, 30.3904866 ], [ 119.9849495, 30.3904607 ], [ 119.9841855, 30.3904528 ], [ 119.9842178, 30.3904747 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0152369, 30.3900242 ], [ 120.0153096, 30.3900158 ], [ 120.0152999, 30.3898568 ], [ 120.0153339, 30.3898443 ], [ 120.0152902, 30.3897313 ], [ 120.0152126, 30.3897397 ], [ 120.0152369, 30.3900242 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0163834, 30.3898535 ], [ 120.0164453, 30.3901534 ], [ 120.0164882, 30.390174 ], [ 120.0168216, 30.3901617 ], [ 120.0168787, 30.3901329 ], [ 120.0168787, 30.3900795 ], [ 120.0168454, 30.3899028 ], [ 120.0167501, 30.3898083 ], [ 120.0166549, 30.3896317 ], [ 120.0165072, 30.389607 ], [ 120.0163739, 30.389644 ], [ 120.0163453, 30.3897015 ], [ 120.0163834, 30.3898535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.015523, 30.3899865 ], [ 120.0155521, 30.3900534 ], [ 120.0156249, 30.3900953 ], [ 120.0156491, 30.3901371 ], [ 120.0157315, 30.3901162 ], [ 120.0157267, 30.3900744 ], [ 120.0156685, 30.3896769 ], [ 120.0155376, 30.3896895 ], [ 120.0154939, 30.3897271 ], [ 120.015523, 30.3899865 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9895817, 30.3902136 ], [ 119.9897184, 30.3902634 ], [ 119.9898126, 30.3902372 ], [ 119.9898429, 30.3902084 ], [ 119.9898551, 30.3901743 ], [ 119.9898278, 30.3901298 ], [ 119.9897214, 30.3900695 ], [ 119.9896546, 30.3900511 ], [ 119.989606, 30.3900721 ], [ 119.9895665, 30.3901507 ], [ 119.9895817, 30.3902136 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0170842, 30.3901721 ], [ 120.0171548, 30.3902216 ], [ 120.0171856, 30.390271 ], [ 120.0172209, 30.3903851 ], [ 120.0176619, 30.3903319 ], [ 120.0176001, 30.3899972 ], [ 120.017556, 30.3899781 ], [ 120.0174502, 30.3899934 ], [ 120.0171416, 30.3899934 ], [ 120.0170754, 30.3900124 ], [ 120.017071, 30.3900732 ], [ 120.0170842, 30.3901721 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0176927, 30.3901835 ], [ 120.0177104, 30.390233 ], [ 120.0177809, 30.3902596 ], [ 120.0177941, 30.3903319 ], [ 120.0177985, 30.3903737 ], [ 120.017728, 30.3903927 ], [ 120.0177897, 30.3907541 ], [ 120.0183189, 30.3907084 ], [ 120.0183453, 30.3906704 ], [ 120.0182351, 30.3902748 ], [ 120.0181689, 30.3898983 ], [ 120.0176619, 30.3899439 ], [ 120.0176927, 30.3901835 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0172297, 30.3905144 ], [ 120.0173003, 30.3907769 ], [ 120.0173444, 30.3908111 ], [ 120.0177368, 30.3907731 ], [ 120.0176619, 30.3903737 ], [ 120.0172209, 30.3904308 ], [ 120.0172297, 30.3905144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0174149, 30.3908758 ], [ 120.0175428, 30.3909366 ], [ 120.0177853, 30.3910089 ], [ 120.0177456, 30.3908111 ], [ 120.0173797, 30.3908415 ], [ 120.0174149, 30.3908758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0204919, 30.3913894 ], [ 120.0205865, 30.3913608 ], [ 120.0204777, 30.3910019 ], [ 120.0204399, 30.3909693 ], [ 120.0203075, 30.3909937 ], [ 120.0204919, 30.3913894 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9928737, 30.3907387 ], [ 119.9928737, 30.3909193 ], [ 119.9928907, 30.3910902 ], [ 119.992919, 30.3913588 ], [ 119.992936, 30.3915102 ], [ 119.992902, 30.3918813 ], [ 119.9930039, 30.3918764 ], [ 119.9934398, 30.3917348 ], [ 119.9934908, 30.3916664 ], [ 119.9935927, 30.3915785 ], [ 119.9936153, 30.3914125 ], [ 119.993587, 30.39131 ], [ 119.993587, 30.3912611 ], [ 119.9936832, 30.3912172 ], [ 119.9938531, 30.391183 ], [ 119.9941078, 30.3911 ], [ 119.9942606, 30.3910219 ], [ 119.9942606, 30.3909682 ], [ 119.9941927, 30.39089 ], [ 119.9940455, 30.390851 ], [ 119.9940172, 30.3909144 ], [ 119.9939266, 30.3909242 ], [ 119.9938417, 30.3908803 ], [ 119.9937625, 30.3908607 ], [ 119.9936832, 30.3908168 ], [ 119.9937172, 30.3906849 ], [ 119.9935983, 30.3906215 ], [ 119.9935077, 30.3905922 ], [ 119.9934285, 30.3906166 ], [ 119.9933945, 30.3906801 ], [ 119.9934568, 30.3908168 ], [ 119.9934625, 30.3909584 ], [ 119.99357, 30.3909486 ], [ 119.9936266, 30.390973 ], [ 119.9936379, 30.3910561 ], [ 119.9935983, 30.3911342 ], [ 119.9934964, 30.3911342 ], [ 119.9933719, 30.3910854 ], [ 119.9933719, 30.3908168 ], [ 119.9933153, 30.3906898 ], [ 119.9931907, 30.3907289 ], [ 119.9930492, 30.3907387 ], [ 119.9929756, 30.390724 ], [ 119.992902, 30.390597 ], [ 119.9928681, 30.3906361 ], [ 119.9928737, 30.3907387 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.021222, 30.3916265 ], [ 120.0215355, 30.3916051 ], [ 120.0215396, 30.3915162 ], [ 120.021552, 30.391381 ], [ 120.0214942, 30.3913596 ], [ 120.0213127, 30.3913845 ], [ 120.0212096, 30.3914379 ], [ 120.0212013, 30.3915126 ], [ 120.021222, 30.3916265 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.021255, 30.39184 ], [ 120.0212921, 30.3918755 ], [ 120.0214818, 30.3918364 ], [ 120.0215685, 30.3918471 ], [ 120.0217046, 30.3918364 ], [ 120.0217541, 30.3916656 ], [ 120.0216551, 30.3916336 ], [ 120.0215396, 30.3916514 ], [ 120.0213705, 30.3916834 ], [ 120.0212385, 30.3916941 ], [ 120.021255, 30.39184 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0225626, 30.3919823 ], [ 120.0233051, 30.3919147 ], [ 120.0232432, 30.3915553 ], [ 120.0231607, 30.3915624 ], [ 120.0231607, 30.3916229 ], [ 120.0229751, 30.3916265 ], [ 120.0229668, 30.3917759 ], [ 120.0225419, 30.3918293 ], [ 120.0225626, 30.3919823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0237662, 30.3923049 ], [ 120.0238243, 30.392355 ], [ 120.0240684, 30.3923399 ], [ 120.0240394, 30.3921846 ], [ 120.0239754, 30.3918788 ], [ 120.0239813, 30.3917334 ], [ 120.0240452, 30.3916231 ], [ 120.0241614, 30.3916031 ], [ 120.0241498, 30.3913374 ], [ 120.0237779, 30.3913474 ], [ 120.0236965, 30.3913775 ], [ 120.02365, 30.3914527 ], [ 120.0237662, 30.3923049 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0243418, 30.3920116 ], [ 120.0244014, 30.392035 ], [ 120.024396, 30.39168 ], [ 120.0242985, 30.3916893 ], [ 120.0243418, 30.3920116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.021783, 30.3919858 ], [ 120.0219851, 30.3919823 ], [ 120.0220387, 30.3919645 ], [ 120.0220552, 30.3918684 ], [ 120.0220593, 30.3917759 ], [ 120.0219975, 30.3917297 ], [ 120.0218778, 30.3917297 ], [ 120.0217953, 30.3917581 ], [ 120.0217623, 30.3918471 ], [ 120.0217458, 30.3919396 ], [ 120.021783, 30.3919858 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0223481, 30.3919681 ], [ 120.0224594, 30.3919681 ], [ 120.0224636, 30.3917866 ], [ 120.0223398, 30.3917973 ], [ 120.0223481, 30.3919681 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0245638, 30.3923292 ], [ 120.0246667, 30.3923199 ], [ 120.0246775, 30.3922732 ], [ 120.0246451, 30.3920256 ], [ 120.0246342, 30.3919042 ], [ 120.0246505, 30.3917314 ], [ 120.0245801, 30.3917174 ], [ 120.0245476, 30.3916473 ], [ 120.0244664, 30.3916613 ], [ 120.0245638, 30.3923292 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0226038, 30.3925267 ], [ 120.0226451, 30.3925587 ], [ 120.0236639, 30.3924021 ], [ 120.0236144, 30.3919431 ], [ 120.0225956, 30.3920392 ], [ 120.0225626, 30.3920748 ], [ 120.0226038, 30.3925267 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0210776, 30.392121 ], [ 120.0212013, 30.3927152 ], [ 120.021255, 30.3927224 ], [ 120.0212178, 30.392516 ], [ 120.0212756, 30.3924626 ], [ 120.0211931, 30.3920072 ], [ 120.021156, 30.3919787 ], [ 120.0210652, 30.3920036 ], [ 120.0210776, 30.392121 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9816232, 30.391449 ], [ 119.9817249, 30.3914612 ], [ 119.9818011, 30.3913248 ], [ 119.9818011, 30.3912615 ], [ 119.981691, 30.3912615 ], [ 119.9816656, 30.3912737 ], [ 119.9816176, 30.3914271 ], [ 119.9816232, 30.391449 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.984276, 30.3915861 ], [ 119.9843963, 30.3915515 ], [ 119.984391, 30.3915285 ], [ 119.9843776, 30.3914893 ], [ 119.9843803, 30.3912333 ], [ 119.9843429, 30.3912172 ], [ 119.984284, 30.3912172 ], [ 119.9842573, 30.3915607 ], [ 119.984276, 30.3915861 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9846563, 30.3914709 ], [ 119.9855798, 30.3914747 ], [ 119.9855842, 30.3914445 ], [ 119.9846498, 30.3914501 ], [ 119.9846563, 30.3914709 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9837066, 30.3918144 ], [ 119.9840809, 30.3918098 ], [ 119.9840942, 30.3917752 ], [ 119.9840996, 30.3916391 ], [ 119.9839739, 30.3916276 ], [ 119.9838804, 30.3916576 ], [ 119.9837333, 30.3917521 ], [ 119.9837039, 30.3917752 ], [ 119.9837066, 30.3918144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9841504, 30.3917821 ], [ 119.9841637, 30.3918029 ], [ 119.9844738, 30.3918121 ], [ 119.9844899, 30.3916737 ], [ 119.9844738, 30.391653 ], [ 119.9841771, 30.3916438 ], [ 119.9841504, 30.3916553 ], [ 119.9841504, 30.3917821 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9837146, 30.3919066 ], [ 119.9839098, 30.3919804 ], [ 119.9840194, 30.3920312 ], [ 119.9840595, 30.3920842 ], [ 119.9840889, 30.3920865 ], [ 119.9840862, 30.3918813 ], [ 119.9840622, 30.3918674 ], [ 119.9837146, 30.3918651 ], [ 119.9837146, 30.3919066 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9841584, 30.3921672 ], [ 119.9842386, 30.3921418 ], [ 119.9843482, 30.3921418 ], [ 119.9843562, 30.3920058 ], [ 119.9843776, 30.3919251 ], [ 119.9844471, 30.3918882 ], [ 119.9844551, 30.3918651 ], [ 119.9841744, 30.3918767 ], [ 119.984153, 30.3918997 ], [ 119.9841584, 30.3921672 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9793414, 30.3923693 ], [ 119.9793527, 30.3924523 ], [ 119.9793866, 30.3925255 ], [ 119.9794376, 30.392545 ], [ 119.9797827, 30.3925645 ], [ 119.9800034, 30.3925938 ], [ 119.9802071, 30.3925938 ], [ 119.9802071, 30.3924718 ], [ 119.9802806, 30.3924279 ], [ 119.9801845, 30.3921887 ], [ 119.9800939, 30.3919691 ], [ 119.9799977, 30.3919886 ], [ 119.9798789, 30.391974 ], [ 119.9797827, 30.392052 ], [ 119.9796809, 30.3921057 ], [ 119.9793131, 30.3921741 ], [ 119.9793018, 30.3922229 ], [ 119.9793414, 30.3923693 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9818214, 30.3928434 ], [ 119.9818679, 30.3928969 ], [ 119.9820694, 30.3928835 ], [ 119.9821857, 30.3929303 ], [ 119.9823097, 30.3928969 ], [ 119.9823562, 30.39283 ], [ 119.9823252, 30.3927431 ], [ 119.9822244, 30.3926963 ], [ 119.9821082, 30.3926963 ], [ 119.9819609, 30.3926963 ], [ 119.9818369, 30.392703 ], [ 119.9818137, 30.3927698 ], [ 119.9818214, 30.3928434 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9794262, 30.3928818 ], [ 119.9794715, 30.3932381 ], [ 119.9795055, 30.3933894 ], [ 119.9796243, 30.3934138 ], [ 119.9797035, 30.3934089 ], [ 119.9797771, 30.3933698 ], [ 119.980043, 30.3932576 ], [ 119.9802184, 30.3932527 ], [ 119.9802976, 30.3932381 ], [ 119.9803429, 30.3931941 ], [ 119.9803485, 30.3931356 ], [ 119.9803089, 30.3930916 ], [ 119.9802127, 30.393077 ], [ 119.9801618, 30.3930184 ], [ 119.9801166, 30.3929355 ], [ 119.9801166, 30.3928867 ], [ 119.9801731, 30.3928427 ], [ 119.9802241, 30.3927988 ], [ 119.9802354, 30.3927451 ], [ 119.9802297, 30.392667 ], [ 119.9801675, 30.3926377 ], [ 119.9799411, 30.3926329 ], [ 119.979562, 30.3926133 ], [ 119.9794262, 30.3925938 ], [ 119.9794149, 30.3926329 ], [ 119.9794262, 30.3928818 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0197542, 30.3918013 ], [ 120.0207331, 30.3915892 ], [ 120.0210593, 30.3915362 ], [ 120.021083, 30.3914261 ], [ 120.0210357, 30.3913731 ], [ 120.0209175, 30.3913935 ], [ 120.0205959, 30.3914138 ], [ 120.0204541, 30.3914383 ], [ 120.0202176, 30.3915077 ], [ 120.0197637, 30.3916627 ], [ 120.0197306, 30.3917075 ], [ 120.0197542, 30.3918013 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.017929, 30.3918054 ], [ 120.0184113, 30.3917442 ], [ 120.0183168, 30.3914098 ], [ 120.0182695, 30.3913731 ], [ 120.0179952, 30.391422 ], [ 120.0179054, 30.3914506 ], [ 120.017929, 30.3918054 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0205155, 30.3922337 ], [ 120.0205392, 30.3924295 ], [ 120.0205817, 30.3924825 ], [ 120.0206574, 30.3925233 ], [ 120.0207803, 30.3924866 ], [ 120.0207756, 30.3923112 ], [ 120.0207709, 30.3921766 ], [ 120.0207425, 30.3920053 ], [ 120.0206432, 30.3919604 ], [ 120.0205486, 30.3919849 ], [ 120.0205061, 30.3920746 ], [ 120.0205155, 30.3922337 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0209033, 30.3926008 ], [ 120.0209506, 30.3926416 ], [ 120.0210688, 30.3926252 ], [ 120.0210073, 30.3923234 ], [ 120.0208607, 30.3923438 ], [ 120.0209033, 30.3926008 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0057176, 30.3895387 ], [ 120.0073239, 30.3894067 ], [ 120.0087326, 30.3892033 ], [ 120.0088707, 30.3892373 ], [ 120.0089546, 30.389303 ], [ 120.0090918, 30.3892997 ], [ 120.0092176, 30.3892603 ], [ 120.0099648, 30.3889479 ], [ 120.0100829, 30.3889249 ], [ 120.0101439, 30.3889709 ], [ 120.0103155, 30.3893524 ], [ 120.0105785, 30.3899048 ], [ 120.0106319, 30.3899673 ], [ 120.0105937, 30.3900528 ], [ 120.0106776, 30.3901087 ], [ 120.0107767, 30.3901646 ], [ 120.0108568, 30.3901054 ], [ 120.0109445, 30.3900034 ], [ 120.0111007, 30.3899081 ], [ 120.0112418, 30.3898456 ], [ 120.0114476, 30.3897601 ], [ 120.0117259, 30.3896812 ], [ 120.0122381, 30.3895643 ], [ 120.0125373, 30.389505 ], [ 120.0131759, 30.3893934 ], [ 120.0134791, 30.3893551 ], [ 120.0136165, 30.389369 ], [ 120.0137337, 30.3894178 ], [ 120.0138105, 30.3895747 ], [ 120.0140126, 30.3901431 ], [ 120.014053, 30.3902372 ], [ 120.0141258, 30.3902686 ], [ 120.0142268, 30.3902407 ], [ 120.0146189, 30.3901954 ], [ 120.0149261, 30.3901744 ], [ 120.0149989, 30.3902128 ], [ 120.0150676, 30.3903279 ], [ 120.0150919, 30.3904499 ], [ 120.0152212, 30.3905126 ], [ 120.0153465, 30.3904882 ], [ 120.0154799, 30.3904464 ], [ 120.0157224, 30.3903976 ], [ 120.0162277, 30.3903279 ], [ 120.0165106, 30.3903557 ], [ 120.0166844, 30.3903871 ], [ 120.0168178, 30.3904429 ], [ 120.0169391, 30.3905161 ], [ 120.017121, 30.3908439 ], [ 120.0172382, 30.3910147 ], [ 120.0173352, 30.3911333 ], [ 120.0174322, 30.3912379 ], [ 120.0176364, 30.3913838 ], [ 120.0176847, 30.3915689 ], [ 120.0176828, 30.3917848 ], [ 120.0176607, 30.3919643 ], [ 120.0176341, 30.39214 ], [ 120.0174703, 30.3925755 ], [ 120.0174171, 30.3928008 ], [ 120.017395, 30.3931522 ], [ 120.0173906, 30.3932591 ], [ 120.0173419, 30.3933661 ], [ 120.0172002, 30.3934234 ], [ 120.0168725, 30.393496 ], [ 120.0167441, 30.3935532 ], [ 120.0163898, 30.3936526 ], [ 120.0161463, 30.3936946 ], [ 120.0160799, 30.3936602 ], [ 120.0160046, 30.3935571 ], [ 120.0159205, 30.3935571 ], [ 120.0152474, 30.3936449 ], [ 120.0146009, 30.3936946 ], [ 120.0142998, 30.3936984 ], [ 120.0142112, 30.3936716 ], [ 120.0141537, 30.3935953 ], [ 120.0140518, 30.3931904 ], [ 120.0138791, 30.3926939 ], [ 120.0137945, 30.3924216 ], [ 120.0137092, 30.3922842 ], [ 120.0136052, 30.3922527 ], [ 120.0134452, 30.3922393 ], [ 120.0131042, 30.3923157 ], [ 120.0127589, 30.3924341 ], [ 120.012502, 30.3925334 ], [ 120.0123515, 30.3926251 ], [ 120.0122136, 30.3927652 ], [ 120.0120844, 30.3928727 ], [ 120.012129, 30.3928842 ], [ 120.0122136, 30.3928113 ], [ 120.0123382, 30.3927268 ], [ 120.012503, 30.3926154 ], [ 120.0127034, 30.3925309 ], [ 120.0129438, 30.3924656 ], [ 120.0131531, 30.3924118 ], [ 120.0132867, 30.3923849 ], [ 120.0134247, 30.3923655 ], [ 120.0135279, 30.3923332 ], [ 120.0136218, 30.3923381 ], [ 120.013683, 30.3924374 ], [ 120.01387, 30.3929841 ], [ 120.0139768, 30.3932261 ], [ 120.0139857, 30.3935064 ], [ 120.0140347, 30.39371 ], [ 120.0140392, 30.3938367 ], [ 120.0140302, 30.3940326 ], [ 120.0141193, 30.3943322 ], [ 120.0142484, 30.3945434 ], [ 120.0144181, 30.3949798 ], [ 120.014567, 30.3951724 ], [ 120.0146617, 30.3954293 ], [ 120.0146279, 30.3955285 ], [ 120.0144452, 30.3956802 ], [ 120.0142963, 30.3957444 ], [ 120.0140662, 30.3957619 ], [ 120.0138767, 30.3957958 ], [ 120.0137383, 30.3957863 ], [ 120.0136331, 30.3957815 ], [ 120.0135058, 30.3958293 ], [ 120.0135611, 30.3958913 ], [ 120.0134449, 30.3959391 ], [ 120.0132899, 30.3959773 ], [ 120.0132234, 30.3960346 ], [ 120.0132234, 30.3961492 ], [ 120.0132788, 30.3961253 ], [ 120.0133397, 30.3960824 ], [ 120.0134892, 30.3960728 ], [ 120.0136663, 30.3960298 ], [ 120.0137162, 30.395963 ], [ 120.0137826, 30.3958913 ], [ 120.0138878, 30.3958579 ], [ 120.0140816, 30.3958245 ], [ 120.0142421, 30.3957958 ], [ 120.014375, 30.3958102 ], [ 120.014447, 30.3958722 ], [ 120.0145411, 30.3958484 ], [ 120.0147127, 30.3958579 ], [ 120.0147847, 30.3958961 ], [ 120.0146518, 30.3959487 ], [ 120.014685, 30.3960298 ], [ 120.0147681, 30.3960203 ], [ 120.0148179, 30.3959391 ], [ 120.0149508, 30.3958961 ], [ 120.0150172, 30.3958388 ], [ 120.0150061, 30.3957958 ], [ 120.0148456, 30.3958149 ], [ 120.0146629, 30.3958006 ], [ 120.0145688, 30.3957767 ], [ 120.0145577, 30.3957099 ], [ 120.0147016, 30.3956 ], [ 120.0147791, 30.3955045 ], [ 120.0148068, 30.3954043 ], [ 120.0147791, 30.395304 ], [ 120.0147293, 30.3951846 ], [ 120.0145909, 30.3949028 ], [ 120.0144913, 30.3947261 ], [ 120.0144525, 30.3945924 ], [ 120.0143473, 30.3944492 ], [ 120.0142643, 30.3942677 ], [ 120.0142255, 30.3941292 ], [ 120.01422, 30.3939955 ], [ 120.0142919, 30.3939095 ], [ 120.0144913, 30.3938427 ], [ 120.0149951, 30.3937758 ], [ 120.0154601, 30.3936851 ], [ 120.0158034, 30.3936373 ], [ 120.0159861, 30.3936564 ], [ 120.0160304, 30.3937519 ], [ 120.0161688, 30.3937472 ], [ 120.0162906, 30.3937615 ], [ 120.0163349, 30.3938522 ], [ 120.0164345, 30.3938522 ], [ 120.0164899, 30.393771 ], [ 120.0166062, 30.3936851 ], [ 120.0169162, 30.3936039 ], [ 120.0170269, 30.3935418 ], [ 120.0171875, 30.3935132 ], [ 120.0172705, 30.3935466 ], [ 120.0173702, 30.3936851 ], [ 120.0173868, 30.3942104 ], [ 120.0173757, 30.3945351 ], [ 120.0174643, 30.3948073 ], [ 120.017492, 30.394984 ], [ 120.0174311, 30.3950986 ], [ 120.017337, 30.3951416 ], [ 120.0171985, 30.3951321 ], [ 120.0171266, 30.3951512 ], [ 120.017121, 30.3952658 ], [ 120.0173093, 30.3952801 ], [ 120.0173979, 30.3952514 ], [ 120.0174698, 30.3951846 ], [ 120.0175086, 30.3950939 ], [ 120.0175418, 30.3950079 ], [ 120.0176138, 30.3949458 ], [ 120.0179349, 30.3949506 ], [ 120.0181397, 30.3949554 ], [ 120.0182449, 30.3949363 ], [ 120.0182283, 30.3949028 ], [ 120.0177466, 30.3948933 ], [ 120.0175972, 30.3948646 ], [ 120.0175363, 30.3948025 ], [ 120.0174864, 30.3946879 ], [ 120.0174477, 30.3944635 ], [ 120.0174311, 30.3942772 ], [ 120.0174145, 30.3936612 ], [ 120.0174643, 30.3935418 ], [ 120.0175252, 30.3934845 ], [ 120.0176802, 30.3934177 ], [ 120.0178851, 30.3933938 ], [ 120.0180678, 30.3933747 ], [ 120.0182842, 30.3933684 ], [ 120.0188193, 30.3932932 ], [ 120.0191802, 30.3932235 ], [ 120.0195784, 30.3932074 ], [ 120.0197713, 30.393202 ], [ 120.0199455, 30.3932718 ], [ 120.0200575, 30.3932771 ], [ 120.0201882, 30.3932396 ], [ 120.020269, 30.3931537 ], [ 120.020437, 30.3930839 ], [ 120.0207917, 30.3930517 ], [ 120.0209597, 30.3930732 ], [ 120.0211277, 30.3931429 ], [ 120.0213392, 30.3931429 ], [ 120.0213579, 30.392939 ], [ 120.0213455, 30.3928424 ], [ 120.0210655, 30.3928746 ], [ 120.0206797, 30.3928692 ], [ 120.0204495, 30.3929336 ], [ 120.0202815, 30.3929766 ], [ 120.0200699, 30.3929766 ], [ 120.0197091, 30.3930249 ], [ 120.01951, 30.3930517 ], [ 120.0190558, 30.3930785 ], [ 120.0186949, 30.3930785 ], [ 120.0183402, 30.3931322 ], [ 120.0181287, 30.393202 ], [ 120.01783, 30.3932342 ], [ 120.0176434, 30.393261 ], [ 120.0175562, 30.3932074 ], [ 120.0175251, 30.3931215 ], [ 120.0175376, 30.3929766 ], [ 120.0175687, 30.3926492 ], [ 120.0176185, 30.3924882 ], [ 120.0178051, 30.391989 ], [ 120.0177989, 30.3918388 ], [ 120.017774, 30.3917529 ], [ 120.0177553, 30.3914845 ], [ 120.0177865, 30.3912216 ], [ 120.0177367, 30.3911572 ], [ 120.0176185, 30.3910874 ], [ 120.0173198, 30.3909103 ], [ 120.0171954, 30.3907707 ], [ 120.01699, 30.3904755 ], [ 120.0169154, 30.3902716 ], [ 120.0167287, 30.3902555 ], [ 120.0162994, 30.3902286 ], [ 120.0160318, 30.3902501 ], [ 120.0157332, 30.3902769 ], [ 120.0154283, 30.3903575 ], [ 120.0152665, 30.3903414 ], [ 120.015223, 30.3902823 ], [ 120.015126, 30.3901655 ], [ 120.0150176, 30.3900886 ], [ 120.0148774, 30.3900721 ], [ 120.0143547, 30.390171 ], [ 120.0141826, 30.39016 ], [ 120.0141125, 30.3900995 ], [ 120.013832, 30.3895057 ], [ 120.0137491, 30.3893463 ], [ 120.0136663, 30.3892913 ], [ 120.0135197, 30.3892913 ], [ 120.012691, 30.3894177 ], [ 120.0117922, 30.3895662 ], [ 120.0112951, 30.3897037 ], [ 120.0108998, 30.3898741 ], [ 120.0107596, 30.3899126 ], [ 120.0106767, 30.3898576 ], [ 120.0103772, 30.3893353 ], [ 120.0101732, 30.3889229 ], [ 120.0101158, 30.3888789 ], [ 120.0099947, 30.3888789 ], [ 120.0092298, 30.3891813 ], [ 120.0090194, 30.3892418 ], [ 120.0089111, 30.3892308 ], [ 120.0088601, 30.3891373 ], [ 120.0087262, 30.3891373 ], [ 120.007343, 30.3893518 ], [ 120.0073127, 30.3893546 ], [ 120.0071008, 30.3893738 ], [ 120.0057112, 30.3894947 ], [ 120.0057176, 30.3895387 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9951851, 30.3936122 ], [ 119.9954562, 30.3936215 ], [ 119.99544, 30.3933512 ], [ 119.9953373, 30.391939 ], [ 119.9952941, 30.3919623 ], [ 119.9953049, 30.3923771 ], [ 119.9951914, 30.3925822 ], [ 119.9951698, 30.3926474 ], [ 119.9951851, 30.3936122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0205893, 30.3933086 ], [ 120.0207573, 30.3933007 ], [ 120.0209389, 30.3933399 ], [ 120.020948, 30.3933869 ], [ 120.0209661, 30.3934495 ], [ 120.0211069, 30.3935004 ], [ 120.0211613, 30.3934104 ], [ 120.0210705, 30.3933947 ], [ 120.0209979, 30.3933399 ], [ 120.0209843, 30.3931324 ], [ 120.0207936, 30.3931324 ], [ 120.020553, 30.3931754 ], [ 120.0205349, 30.3932498 ], [ 120.0205893, 30.3933086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0206847, 30.393473 ], [ 120.0207346, 30.3935083 ], [ 120.020839, 30.3934887 ], [ 120.020839, 30.3934182 ], [ 120.0208027, 30.3933673 ], [ 120.0207028, 30.3933712 ], [ 120.020662, 30.3934104 ], [ 120.0206847, 30.393473 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0202216, 30.3934652 ], [ 120.0203124, 30.3937041 ], [ 120.0203942, 30.3938842 ], [ 120.0204395, 30.3941074 ], [ 120.0207482, 30.3940565 ], [ 120.0207845, 30.3940095 ], [ 120.0207755, 30.3939155 ], [ 120.0207028, 30.3936414 ], [ 120.0205893, 30.393383 ], [ 120.0204713, 30.3933751 ], [ 120.0204305, 30.3932616 ], [ 120.0202489, 30.3933086 ], [ 120.0201944, 30.3933477 ], [ 120.0202216, 30.3934652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.019804, 30.3941778 ], [ 120.0200718, 30.3941778 ], [ 120.02009, 30.3941465 ], [ 120.0200174, 30.3935161 ], [ 120.0200219, 30.3933986 ], [ 120.0199584, 30.3933595 ], [ 120.0198222, 30.3933282 ], [ 120.0197314, 30.3933321 ], [ 120.0197087, 30.393383 ], [ 120.019804, 30.3941778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0214323, 30.3927081 ], [ 120.0216592, 30.3926868 ], [ 120.0217541, 30.3926654 ], [ 120.0225254, 30.3925907 ], [ 120.0225296, 30.3924982 ], [ 120.0225007, 30.3920784 ], [ 120.0213375, 30.3921815 ], [ 120.0214323, 30.3927081 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0238257, 30.3928817 ], [ 120.023929, 30.3929485 ], [ 120.0244401, 30.3929707 ], [ 120.0248685, 30.3930153 ], [ 120.0251628, 30.3930197 ], [ 120.0252454, 30.3930375 ], [ 120.0253538, 30.3930375 ], [ 120.0253951, 30.3929841 ], [ 120.0254261, 30.3927882 ], [ 120.0254777, 30.3927124 ], [ 120.0254777, 30.3923785 ], [ 120.0254054, 30.3923384 ], [ 120.0247859, 30.392374 ], [ 120.0244142, 30.3924319 ], [ 120.0243058, 30.3924453 ], [ 120.024058, 30.3924185 ], [ 120.0237844, 30.3924364 ], [ 120.0238257, 30.3928817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0229313, 30.392698 ], [ 120.0229791, 30.3927354 ], [ 120.0230052, 30.3928929 ], [ 120.0232138, 30.3928667 ], [ 120.023366, 30.3928854 ], [ 120.0236485, 30.3929304 ], [ 120.0237093, 30.3929042 ], [ 120.0236789, 30.3925292 ], [ 120.0236572, 30.3924842 ], [ 120.0235355, 30.3924768 ], [ 120.0233573, 30.392503 ], [ 120.0231747, 30.392548 ], [ 120.0230356, 30.3925592 ], [ 120.022927, 30.3926005 ], [ 120.0229052, 30.3926492 ], [ 120.0229313, 30.392698 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0209506, 30.3927762 ], [ 120.0210262, 30.3928088 ], [ 120.0211208, 30.3927843 ], [ 120.0210972, 30.3926905 ], [ 120.0210546, 30.3926701 ], [ 120.0209742, 30.3926864 ], [ 120.0209364, 30.3927191 ], [ 120.0209506, 30.3927762 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0151602, 30.3877999 ], [ 120.0153338, 30.3878179 ], [ 120.0156117, 30.3878359 ], [ 120.0160145, 30.3878419 ], [ 120.0163201, 30.3877819 ], [ 120.0165493, 30.38774 ], [ 120.0167507, 30.387776 ], [ 120.0169335, 30.3878107 ], [ 120.0170294, 30.3878397 ], [ 120.0170774, 30.3879141 ], [ 120.0171206, 30.3880465 ], [ 120.0171493, 30.3881209 ], [ 120.0170726, 30.3881706 ], [ 120.0169575, 30.3881788 ], [ 120.0169383, 30.3882698 ], [ 120.0170055, 30.3883608 ], [ 120.0171541, 30.3883236 ], [ 120.0172213, 30.3883898 ], [ 120.0173028, 30.3885056 ], [ 120.0173172, 30.388638 ], [ 120.0173411, 30.3889317 ], [ 120.0173747, 30.3889565 ], [ 120.0175233, 30.3889399 ], [ 120.0177439, 30.3889234 ], [ 120.0181803, 30.3889358 ], [ 120.018679, 30.3889027 ], [ 120.0189667, 30.3888324 ], [ 120.0193647, 30.3887124 ], [ 120.0198778, 30.3885842 ], [ 120.020247, 30.3885304 ], [ 120.0204964, 30.3884932 ], [ 120.0206786, 30.3884188 ], [ 120.0209951, 30.3883567 ], [ 120.0216376, 30.3883195 ], [ 120.0222226, 30.3882822 ], [ 120.0224864, 30.3882574 ], [ 120.0229371, 30.3881954 ], [ 120.0232296, 30.388092 ], [ 120.0235557, 30.3880258 ], [ 120.0237043, 30.3880341 ], [ 120.0238962, 30.3880258 ], [ 120.0243901, 30.3879844 ], [ 120.0246634, 30.3879803 ], [ 120.0249607, 30.3879389 ], [ 120.025282, 30.3878769 ], [ 120.0253405, 30.387914 ], [ 120.0254424, 30.3885693 ], [ 120.0254702, 30.3895521 ], [ 120.0254331, 30.3906229 ], [ 120.0254331, 30.3908866 ], [ 120.0253868, 30.3909904 ], [ 120.0253034, 30.3910384 ], [ 120.0247754, 30.3910783 ], [ 120.0240251, 30.3911423 ], [ 120.0236453, 30.3912062 ], [ 120.0235712, 30.3910464 ], [ 120.0236453, 30.3910144 ], [ 120.0236268, 30.3908626 ], [ 120.0235063, 30.3908706 ], [ 120.0233952, 30.3908386 ], [ 120.0232006, 30.3908546 ], [ 120.0232192, 30.3911902 ], [ 120.0231914, 30.3912461 ], [ 120.0227838, 30.3912621 ], [ 120.0228208, 30.391358 ], [ 120.0230154, 30.391366 ], [ 120.0235341, 30.391318 ], [ 120.0238213, 30.3913021 ], [ 120.024127, 30.3912861 ], [ 120.0253497, 30.3911263 ], [ 120.0254702, 30.3911742 ], [ 120.0255165, 30.391318 ], [ 120.0255257, 30.392157 ], [ 120.0254702, 30.3922929 ], [ 120.0255165, 30.3923808 ], [ 120.0255628, 30.3929081 ], [ 120.0255721, 30.393028 ], [ 120.0254424, 30.3931079 ], [ 120.0253312, 30.3931399 ], [ 120.0253127, 30.3933636 ], [ 120.025359, 30.3934275 ], [ 120.0255589, 30.3935096 ], [ 120.0256398, 30.3937671 ], [ 120.0256398, 30.3940889 ], [ 120.0255465, 30.394105 ], [ 120.0254594, 30.3941479 ], [ 120.0254283, 30.3942713 ], [ 120.0254656, 30.3944483 ], [ 120.0255278, 30.3946307 ], [ 120.0254843, 30.3947004 ], [ 120.0252977, 30.3947326 ], [ 120.0247319, 30.3946789 ], [ 120.0246324, 30.3946414 ], [ 120.0244707, 30.3946575 ], [ 120.0242655, 30.3946897 ], [ 120.023911, 30.3946467 ], [ 120.0237556, 30.394577 ], [ 120.0236561, 30.3943786 ], [ 120.0235815, 30.3943625 ], [ 120.0235255, 30.3944697 ], [ 120.0236125, 30.3945609 ], [ 120.0237431, 30.3946682 ], [ 120.0238924, 30.394754 ], [ 120.0240789, 30.3948023 ], [ 120.0243214, 30.3948237 ], [ 120.0243961, 30.3948613 ], [ 120.0244085, 30.3949417 ], [ 120.0243401, 30.395285 ], [ 120.0243214, 30.3953548 ], [ 120.0242344, 30.3953869 ], [ 120.0240478, 30.3953923 ], [ 120.0240478, 30.3954674 ], [ 120.024166, 30.3955318 ], [ 120.0243277, 30.3955693 ], [ 120.0243463, 30.3956927 ], [ 120.0243712, 30.3958375 ], [ 120.0244209, 30.3959448 ], [ 120.0244396, 30.396111 ], [ 120.0244334, 30.3962344 ], [ 120.0244893, 30.3965562 ], [ 120.024508, 30.3967332 ], [ 120.0245391, 30.3967976 ], [ 120.0245142, 30.3969585 ], [ 120.0245018, 30.3970872 ], [ 120.0244085, 30.3972964 ], [ 120.0242966, 30.3975002 ], [ 120.0241775, 30.3977002 ], [ 120.0241001, 30.3977867 ], [ 120.0240181, 30.3979517 ], [ 120.0239999, 30.3980303 ], [ 120.0239999, 30.3981167 ], [ 120.0240819, 30.3981993 ], [ 120.0241183, 30.3982739 ], [ 120.0241001, 30.3983564 ], [ 120.0240682, 30.3985136 ], [ 120.0240181, 30.3986236 ], [ 120.0239224, 30.3988162 ], [ 120.0238905, 30.3988712 ], [ 120.0238951, 30.3989301 ], [ 120.0239634, 30.3989891 ], [ 120.0241684, 30.3992052 ], [ 120.0243916, 30.3995156 ], [ 120.0244281, 30.399606 ], [ 120.0244235, 30.3996846 ], [ 120.0243962, 30.3997906 ], [ 120.0243279, 30.4000185 ], [ 120.0242732, 30.4001521 ], [ 120.0241958, 30.4002857 ], [ 120.0241092, 30.4005097 ], [ 120.0239893, 30.4007855 ], [ 120.0239074, 30.4008279 ], [ 120.0237845, 30.4008208 ], [ 120.0234731, 30.4006371 ], [ 120.0227685, 30.4002908 ], [ 120.0226537, 30.4002766 ], [ 120.0225063, 30.4003897 ], [ 120.0221707, 30.4006902 ], [ 120.0220576, 30.4007301 ], [ 120.0219701, 30.4007168 ], [ 120.0218467, 30.4006325 ], [ 120.0216975, 30.4005748 ], [ 120.0215998, 30.4004595 ], [ 120.0215278, 30.4003974 ], [ 120.02125, 30.400282 ], [ 120.0207665, 30.3999537 ], [ 120.0202464, 30.3996243 ], [ 120.0201403, 30.3995536 ], [ 120.0201162, 30.3994663 ], [ 120.0201837, 30.3992957 ], [ 120.0201885, 30.3991959 ], [ 120.0201644, 30.3990296 ], [ 120.020256, 30.3987467 ], [ 120.0205164, 30.3979981 ], [ 120.0205405, 30.3978941 ], [ 120.02042, 30.3978276 ], [ 120.020391, 30.3978983 ], [ 120.020203, 30.3985263 ], [ 120.0201307, 30.3988174 ], [ 120.0200198, 30.3989131 ], [ 120.0199667, 30.3989131 ], [ 120.0194266, 30.3987093 ], [ 120.0191904, 30.3985679 ], [ 120.018901, 30.3984639 ], [ 120.0182742, 30.398127 ], [ 120.0180861, 30.3980605 ], [ 120.0179366, 30.3980522 ], [ 120.0176473, 30.3980813 ], [ 120.017493, 30.3981021 ], [ 120.0173049, 30.398073 ], [ 120.0170108, 30.3980022 ], [ 120.0168951, 30.3979191 ], [ 120.0166974, 30.3977444 ], [ 120.0165382, 30.397682 ], [ 120.0164177, 30.3976404 ], [ 120.0158342, 30.3975156 ], [ 120.0157908, 30.3976321 ], [ 120.0158101, 30.3976778 ], [ 120.0158728, 30.3977444 ], [ 120.0159162, 30.3975739 ], [ 120.0161766, 30.3976279 ], [ 120.0161911, 30.3977485 ], [ 120.0163405, 30.3977485 ], [ 120.0164032, 30.3977943 ], [ 120.0166974, 30.397865 ], [ 120.016842, 30.3979482 ], [ 120.0168951, 30.3980147 ], [ 120.0169481, 30.3980605 ], [ 120.0173532, 30.3981561 ], [ 120.0176154, 30.3982202 ], [ 120.0177349, 30.3982266 ], [ 120.0179142, 30.3982073 ], [ 120.0182205, 30.3982846 ], [ 120.0187935, 30.3985826 ], [ 120.0188832, 30.3986471 ], [ 120.0189281, 30.3987245 ], [ 120.0189082, 30.3988191 ], [ 120.0184843, 30.3992878 ], [ 120.0186539, 30.3993782 ], [ 120.0191626, 30.3988132 ], [ 120.0192262, 30.3987967 ], [ 120.0198812, 30.3990984 ], [ 120.0199893, 30.3991642 ], [ 120.0199639, 30.3993672 ], [ 120.0198621, 30.3996085 ], [ 120.0199575, 30.3996963 ], [ 120.0204218, 30.4000144 ], [ 120.0211722, 30.4003929 ], [ 120.0212612, 30.4004752 ], [ 120.0212739, 30.4005849 ], [ 120.0212231, 30.400733 ], [ 120.0208288, 30.4012869 ], [ 120.0208288, 30.4013802 ], [ 120.020549, 30.401819 ], [ 120.0204472, 30.4019287 ], [ 120.0203073, 30.402011 ], [ 120.0201801, 30.4020768 ], [ 120.0198812, 30.4024717 ], [ 120.0198558, 30.4025265 ], [ 120.0199512, 30.4025759 ], [ 120.020171, 30.4022767 ], [ 120.0202611, 30.4021565 ], [ 120.020425, 30.4020859 ], [ 120.0205233, 30.401994 ], [ 120.0206299, 30.401888 ], [ 120.0208265, 30.4018032 ], [ 120.0209412, 30.4017113 ], [ 120.0211625, 30.4014145 ], [ 120.0212854, 30.4012802 ], [ 120.0214574, 30.4010187 ], [ 120.0216049, 30.4007784 ], [ 120.0216869, 30.4007219 ], [ 120.0219737, 30.4008703 ], [ 120.0220064, 30.400948 ], [ 120.0216869, 30.4013367 ], [ 120.0217033, 30.4014498 ], [ 120.0218835, 30.4015346 ], [ 120.0221375, 30.4016053 ], [ 120.0228668, 30.4018244 ], [ 120.023047, 30.4019374 ], [ 120.0230716, 30.4020293 ], [ 120.0230225, 30.4021989 ], [ 120.022834, 30.4024463 ], [ 120.0228996, 30.4024463 ], [ 120.0230307, 30.4022979 ], [ 120.0231372, 30.402206 ], [ 120.0232027, 30.402001 ], [ 120.0231782, 30.4019092 ], [ 120.0231126, 30.4018173 ], [ 120.0229815, 30.4017184 ], [ 120.0222604, 30.4014427 ], [ 120.0219982, 30.4013367 ], [ 120.0219737, 30.4012519 ], [ 120.0225718, 30.4004887 ], [ 120.0226701, 30.4004251 ], [ 120.0228176, 30.4004675 ], [ 120.0234977, 30.4008491 ], [ 120.0237681, 30.4009198 ], [ 120.023891, 30.4009198 ], [ 120.0240139, 30.4008844 ], [ 120.0240631, 30.4007926 ], [ 120.0242517, 30.4002774 ], [ 120.0243288, 30.4001491 ], [ 120.024428, 30.3999162 ], [ 120.0245052, 30.3996547 ], [ 120.0244886, 30.3995739 ], [ 120.0244445, 30.3994694 ], [ 120.0241525, 30.3990986 ], [ 120.0240037, 30.3989465 ], [ 120.0239761, 30.39888 ], [ 120.0239761, 30.3988087 ], [ 120.0240974, 30.3986328 ], [ 120.0241359, 30.3985283 ], [ 120.0242076, 30.3982668 ], [ 120.0242406, 30.3981718 ], [ 120.0242406, 30.398072 ], [ 120.0241855, 30.3980054 ], [ 120.0242076, 30.3979151 ], [ 120.0242792, 30.3978295 ], [ 120.024428, 30.3976774 ], [ 120.0244721, 30.3975776 ], [ 120.0245768, 30.3974826 ], [ 120.024676, 30.3974303 ], [ 120.0247091, 30.397359 ], [ 120.0246925, 30.3972401 ], [ 120.0247586, 30.3971213 ], [ 120.0248193, 30.3969692 ], [ 120.0248468, 30.3968504 ], [ 120.024946, 30.3968361 ], [ 120.0251609, 30.3968979 ], [ 120.025453, 30.3969169 ], [ 120.0257561, 30.3969027 ], [ 120.0259049, 30.3968504 ], [ 120.0259655, 30.3967743 ], [ 120.0259379, 30.3965319 ], [ 120.0259214, 30.3963418 ], [ 120.0259434, 30.3962277 ], [ 120.0260261, 30.3961564 ], [ 120.0262355, 30.3960851 ], [ 120.026489, 30.3960423 ], [ 120.0267094, 30.3960613 ], [ 120.0268803, 30.3960946 ], [ 120.0270291, 30.3961231 ], [ 120.0271172, 30.3961279 ], [ 120.0271338, 30.3960899 ], [ 120.027266, 30.3961231 ], [ 120.0272991, 30.3960661 ], [ 120.0273101, 30.3959805 ], [ 120.027255, 30.3959568 ], [ 120.0271668, 30.3960233 ], [ 120.0270401, 30.3960281 ], [ 120.0267315, 30.3959996 ], [ 120.0265166, 30.395971 ], [ 120.0262961, 30.395971 ], [ 120.0260757, 30.3960423 ], [ 120.0259269, 30.3960756 ], [ 120.0258332, 30.3961469 ], [ 120.0257947, 30.3962562 ], [ 120.0258222, 30.3964083 ], [ 120.0258718, 30.3965557 ], [ 120.0258718, 30.396646 ], [ 120.0257947, 30.3967363 ], [ 120.0256514, 30.3967696 ], [ 120.0253869, 30.3967506 ], [ 120.0251885, 30.3967316 ], [ 120.0250011, 30.3966365 ], [ 120.0248909, 30.3965699 ], [ 120.0248138, 30.3964701 ], [ 120.0247366, 30.3963323 ], [ 120.0246925, 30.3961279 ], [ 120.0246209, 30.3958807 ], [ 120.0245768, 30.3955337 ], [ 120.0245713, 30.3953008 ], [ 120.0245658, 30.3951677 ], [ 120.0245713, 30.3950489 ], [ 120.0246705, 30.3949633 ], [ 120.0247917, 30.394892 ], [ 120.0249129, 30.3948778 ], [ 120.0254199, 30.3948968 ], [ 120.0255963, 30.3948825 ], [ 120.0257175, 30.3948825 ], [ 120.0257616, 30.3948493 ], [ 120.0258002, 30.3947732 ], [ 120.0258387, 30.3946164 ], [ 120.0258277, 30.3942741 ], [ 120.0258608, 30.3942218 ], [ 120.025971, 30.3942123 ], [ 120.0261694, 30.3942361 ], [ 120.0269519, 30.394431 ], [ 120.027255, 30.394488 ], [ 120.0274093, 30.3945213 ], [ 120.0275085, 30.3946116 ], [ 120.0275746, 30.3947399 ], [ 120.0276297, 30.3947114 ], [ 120.0275856, 30.3946211 ], [ 120.027525, 30.3945165 ], [ 120.0274534, 30.394431 ], [ 120.0273542, 30.3943787 ], [ 120.0272825, 30.3943549 ], [ 120.0270456, 30.3943169 ], [ 120.0263953, 30.3941743 ], [ 120.0260702, 30.3940935 ], [ 120.0259104, 30.3940317 ], [ 120.0258608, 30.3939604 ], [ 120.0258222, 30.3938558 ], [ 120.0258002, 30.3935659 ], [ 120.0257891, 30.3929764 ], [ 120.0257947, 30.3927578 ], [ 120.0258277, 30.3926342 ], [ 120.025949, 30.3925914 ], [ 120.0261639, 30.392658 ], [ 120.0263016, 30.3926817 ], [ 120.026467, 30.3927578 ], [ 120.0266378, 30.3929146 ], [ 120.0268086, 30.3930573 ], [ 120.0269188, 30.393119 ], [ 120.027018, 30.3931523 ], [ 120.0271172, 30.3931523 ], [ 120.027266, 30.3931095 ], [ 120.0276022, 30.3930335 ], [ 120.0276187, 30.3929669 ], [ 120.0277344, 30.3929194 ], [ 120.0277895, 30.3929669 ], [ 120.0279383, 30.3929955 ], [ 120.0283505, 30.3930485 ], [ 120.0286455, 30.3930994 ], [ 120.0286831, 30.3931225 ], [ 120.028718, 30.3931722 ], [ 120.02873, 30.3932278 ], [ 120.0287374, 30.3934042 ], [ 120.0287539, 30.3935754 ], [ 120.0287877, 30.3938432 ], [ 120.0287984, 30.3938536 ], [ 120.0288199, 30.3938605 ], [ 120.0288574, 30.3938652 ], [ 120.0288695, 30.3938582 ], [ 120.0288655, 30.3938235 ], [ 120.0288279, 30.3936569 ], [ 120.0288025, 30.3934348 ], [ 120.028789, 30.3931051 ], [ 120.0287823, 30.3930785 ], [ 120.0287649, 30.3930623 ], [ 120.028376, 30.3930172 ], [ 120.0279824, 30.3929432 ], [ 120.0278281, 30.3928861 ], [ 120.0277234, 30.3928481 ], [ 120.0277014, 30.3927863 ], [ 120.0277399, 30.3926009 ], [ 120.0277399, 30.3924583 ], [ 120.0276848, 30.3922682 ], [ 120.0276793, 30.3920971 ], [ 120.0277124, 30.3919354 ], [ 120.0277454, 30.3918309 ], [ 120.0278226, 30.3917643 ], [ 120.0280155, 30.391617 ], [ 120.0281257, 30.3915076 ], [ 120.0281643, 30.391384 ], [ 120.0282304, 30.3911939 ], [ 120.0282249, 30.3911274 ], [ 120.0281312, 30.3911083 ], [ 120.0271613, 30.391018 ], [ 120.0271778, 30.3910608 ], [ 120.0281532, 30.3911606 ], [ 120.0281532, 30.3912462 ], [ 120.028054, 30.3915219 ], [ 120.0279493, 30.3916075 ], [ 120.0276903, 30.3918071 ], [ 120.0274864, 30.3918119 ], [ 120.0276518, 30.3918546 ], [ 120.0276573, 30.3919307 ], [ 120.0276242, 30.3920543 ], [ 120.0276352, 30.3922159 ], [ 120.0276628, 30.3923965 ], [ 120.0276738, 30.3925106 ], [ 120.0275967, 30.3927007 ], [ 120.0274975, 30.3928624 ], [ 120.0273928, 30.3929717 ], [ 120.0272109, 30.393062 ], [ 120.0270291, 30.3930573 ], [ 120.0268803, 30.3930145 ], [ 120.0267094, 30.3928719 ], [ 120.0266158, 30.3927578 ], [ 120.0264504, 30.3926912 ], [ 120.0262906, 30.3925819 ], [ 120.0261308, 30.3924963 ], [ 120.0259986, 30.3924583 ], [ 120.0259324, 30.3924013 ], [ 120.0259324, 30.3923347 ], [ 120.0258773, 30.3922492 ], [ 120.0257726, 30.3921589 ], [ 120.0257506, 30.3920258 ], [ 120.025712, 30.3914316 ], [ 120.0256844, 30.3909705 ], [ 120.0256348, 30.3908421 ], [ 120.0256569, 30.3906948 ], [ 120.0256624, 30.3900103 ], [ 120.0256183, 30.3897251 ], [ 120.0255853, 30.3896347 ], [ 120.0255853, 30.3894969 ], [ 120.0256018, 30.3893733 ], [ 120.0255908, 30.3892354 ], [ 120.0255632, 30.3889217 ], [ 120.0255136, 30.3882942 ], [ 120.0254816, 30.3879952 ], [ 120.0254666, 30.3876517 ], [ 120.0254462, 30.3871025 ], [ 120.0254644, 30.3869414 ], [ 120.0254722, 30.3868698 ], [ 120.0254618, 30.3867512 ], [ 120.02548, 30.3866348 ], [ 120.0254826, 30.3865944 ], [ 120.0254903, 30.3864737 ], [ 120.0255266, 30.3862007 ], [ 120.0255849, 30.3861076 ], [ 120.0256556, 30.3860639 ], [ 120.0257988, 30.3859974 ], [ 120.026083, 30.3859254 ], [ 120.0266558, 30.3858018 ], [ 120.026997, 30.3857763 ], [ 120.0271406, 30.3857262 ], [ 120.0273865, 30.3856547 ], [ 120.0275221, 30.3856434 ], [ 120.0276354, 30.3856704 ], [ 120.0277479, 30.3857113 ], [ 120.0277479, 30.3856109 ], [ 120.0277978, 30.3855391 ], [ 120.0279475, 30.3854722 ], [ 120.0280917, 30.3854578 ], [ 120.0282303, 30.3855009 ], [ 120.0294294, 30.3861557 ], [ 120.0293899, 30.3862874 ], [ 120.0295228, 30.3862604 ], [ 120.030702, 30.3867867 ], [ 120.0308655, 30.3869555 ], [ 120.0308756, 30.3870966 ], [ 120.0310135, 30.3870401 ], [ 120.0314422, 30.3871346 ], [ 120.0321402, 30.3873948 ], [ 120.0337444, 30.3882834 ], [ 120.0322105, 30.387389 ], [ 120.0314186, 30.3870327 ], [ 120.0307211, 30.3866522 ], [ 120.0305264, 30.3865106 ], [ 120.0306064, 30.3861849 ], [ 120.0309421, 30.3853414 ], [ 120.0310793, 30.3851169 ], [ 120.0308298, 30.3850602 ], [ 120.0308032, 30.385359 ], [ 120.0305006, 30.3862008 ], [ 120.0303022, 30.3863572 ], [ 120.0300784, 30.3862626 ], [ 120.0299497, 30.3860501 ], [ 120.0300312, 30.3857035 ], [ 120.0297114, 30.3856365 ], [ 120.029421, 30.3857819 ], [ 120.0293701, 30.3858507 ], [ 120.0292895, 30.3858691 ], [ 120.0287412, 30.3856588 ], [ 120.0284514, 30.3855364 ], [ 120.0282661, 30.3853744 ], [ 120.0281854, 30.3852197 ], [ 120.0281483, 30.3851617 ], [ 120.0278777, 30.3847389 ], [ 120.0276977, 30.3844283 ], [ 120.0274712, 30.3840075 ], [ 120.0270183, 30.3834014 ], [ 120.0269071, 30.3830656 ], [ 120.0268557, 30.3829105 ], [ 120.0267918, 30.3829156 ], [ 120.0268557, 30.383181 ], [ 120.026937, 30.3834215 ], [ 120.0270822, 30.3836819 ], [ 120.0273435, 30.3841778 ], [ 120.0275525, 30.3844784 ], [ 120.0277325, 30.3847338 ], [ 120.0278661, 30.3849442 ], [ 120.0279474, 30.3851045 ], [ 120.0279357, 30.3852147 ], [ 120.0278486, 30.3852999 ], [ 120.0276679, 30.3854028 ], [ 120.0271583, 30.385537 ], [ 120.0257161, 30.3858763 ], [ 120.0256067, 30.3859001 ], [ 120.0254922, 30.3859079 ], [ 120.0252949, 30.385871 ], [ 120.0251535, 30.3858191 ], [ 120.0250352, 30.3857247 ], [ 120.0249279, 30.3855343 ], [ 120.0248234, 30.3854251 ], [ 120.0246899, 30.3854051 ], [ 120.0245911, 30.3854101 ], [ 120.0245447, 30.3854551 ], [ 120.0245737, 30.3855403 ], [ 120.0247719, 30.3856703 ], [ 120.0248754, 30.385827 ], [ 120.0250401, 30.385956 ], [ 120.0252511, 30.3861062 ], [ 120.025333, 30.3861418 ], [ 120.0253706, 30.3862439 ], [ 120.0253866, 30.3863718 ], [ 120.025375, 30.3865872 ], [ 120.0253576, 30.3868276 ], [ 120.0253344, 30.3870029 ], [ 120.0253286, 30.3871432 ], [ 120.0253402, 30.387589 ], [ 120.0253112, 30.3877943 ], [ 120.0251892, 30.3878266 ], [ 120.0250758, 30.3878355 ], [ 120.0248127, 30.3878399 ], [ 120.0247198, 30.3878444 ], [ 120.0245702, 30.3878666 ], [ 120.0242143, 30.3878622 ], [ 120.0238326, 30.3879111 ], [ 120.0234767, 30.38792 ], [ 120.0231569, 30.3879645 ], [ 120.0228474, 30.3879823 ], [ 120.0226617, 30.3880001 ], [ 120.0224708, 30.3880001 ], [ 120.0222645, 30.3880669 ], [ 120.0220272, 30.3880936 ], [ 120.0214907, 30.3881025 ], [ 120.021336, 30.388098 ], [ 120.0212019, 30.3881203 ], [ 120.0210368, 30.3881826 ], [ 120.0205055, 30.3882849 ], [ 120.0200361, 30.3884006 ], [ 120.0196079, 30.3885074 ], [ 120.0190508, 30.3886898 ], [ 120.0189477, 30.3887076 ], [ 120.018829, 30.3887655 ], [ 120.0186021, 30.3887877 ], [ 120.0184731, 30.3888055 ], [ 120.0182977, 30.3888189 ], [ 120.0180501, 30.3888189 ], [ 120.0177509, 30.3888367 ], [ 120.0175807, 30.3888367 ], [ 120.0175085, 30.3887699 ], [ 120.0174414, 30.388632 ], [ 120.017395, 30.3884451 ], [ 120.0173073, 30.3882938 ], [ 120.0172764, 30.3881603 ], [ 120.0173228, 30.3880179 ], [ 120.017297, 30.3878533 ], [ 120.0172299, 30.3877198 ], [ 120.0172557, 30.3875952 ], [ 120.0172764, 30.3874217 ], [ 120.0172506, 30.3872214 ], [ 120.0172454, 30.3870612 ], [ 120.0171835, 30.3870701 ], [ 120.0171784, 30.3871547 ], [ 120.0171577, 30.3872481 ], [ 120.0171113, 30.3872926 ], [ 120.0171216, 30.3873638 ], [ 120.0170804, 30.3874795 ], [ 120.0170494, 30.3875463 ], [ 120.0170185, 30.3875819 ], [ 120.0169411, 30.3876219 ], [ 120.0168224, 30.3876441 ], [ 120.0165955, 30.3876308 ], [ 120.0164975, 30.3876263 ], [ 120.0163685, 30.3876664 ], [ 120.0161415, 30.3876975 ], [ 120.0158424, 30.387742 ], [ 120.0156154, 30.3877376 ], [ 120.0154813, 30.3877465 ], [ 120.0153472, 30.3877331 ], [ 120.0151666, 30.3877287 ], [ 120.0150686, 30.3876886 ], [ 120.015056, 30.387728 ], [ 120.0151602, 30.3877999 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0214709, 30.3929342 ], [ 120.0216099, 30.3929867 ], [ 120.0216534, 30.3930316 ], [ 120.0224793, 30.3929454 ], [ 120.0226184, 30.3929529 ], [ 120.0227009, 30.3929417 ], [ 120.0227227, 30.3928967 ], [ 120.0228618, 30.3928929 ], [ 120.0228531, 30.3926942 ], [ 120.0228444, 30.3926342 ], [ 120.0228009, 30.3926155 ], [ 120.0225662, 30.3926605 ], [ 120.0224228, 30.3926867 ], [ 120.0215926, 30.3927392 ], [ 120.0214622, 30.3927542 ], [ 120.0214144, 30.3928067 ], [ 120.0214013, 30.3928817 ], [ 120.0214709, 30.3929342 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0244762, 30.3931756 ], [ 120.0246053, 30.3931889 ], [ 120.0249202, 30.393278 ], [ 120.024946, 30.393229 ], [ 120.0249408, 30.3931756 ], [ 120.0248479, 30.3931355 ], [ 120.0248169, 30.3930821 ], [ 120.0247859, 30.3930375 ], [ 120.0244968, 30.3930197 ], [ 120.0244401, 30.3931043 ], [ 120.0244762, 30.3931756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0224358, 30.3931929 ], [ 120.0224532, 30.3932978 ], [ 120.0226662, 30.3933203 ], [ 120.0227096, 30.3933128 ], [ 120.0227096, 30.3932379 ], [ 120.0226966, 30.3930804 ], [ 120.0226488, 30.3930204 ], [ 120.0225792, 30.3930016 ], [ 120.0224967, 30.3930204 ], [ 120.0224358, 30.3930691 ], [ 120.0224358, 30.3931929 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0251731, 30.3933581 ], [ 120.0252093, 30.3933181 ], [ 120.0252144, 30.3932646 ], [ 120.0252351, 30.3931221 ], [ 120.0251938, 30.3930821 ], [ 120.0250596, 30.393091 ], [ 120.0250492, 30.3931533 ], [ 120.0250234, 30.3933003 ], [ 120.0251731, 30.3933581 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0218829, 30.3934652 ], [ 120.0221871, 30.3934106 ], [ 120.0221002, 30.3930391 ], [ 120.0217841, 30.3931005 ], [ 120.0218829, 30.3934652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0227531, 30.3933053 ], [ 120.0228444, 30.3933616 ], [ 120.0229617, 30.3933466 ], [ 120.0229617, 30.3931816 ], [ 120.0228226, 30.3931741 ], [ 120.0227618, 30.3931854 ], [ 120.0227488, 30.3932603 ], [ 120.0227531, 30.3933053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0244504, 30.3933492 ], [ 120.024502, 30.3933982 ], [ 120.0247085, 30.3934383 ], [ 120.0248427, 30.393465 ], [ 120.0248376, 30.393376 ], [ 120.0247859, 30.3933492 ], [ 120.0244968, 30.3932824 ], [ 120.0244504, 30.3932913 ], [ 120.0244504, 30.3933492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0234389, 30.3934324 ], [ 120.0234813, 30.3934951 ], [ 120.0234934, 30.3936833 ], [ 120.0234752, 30.3937617 ], [ 120.0235116, 30.3938244 ], [ 120.0237479, 30.3938087 ], [ 120.0237964, 30.393746 ], [ 120.0237843, 30.3932077 ], [ 120.0237661, 30.3930404 ], [ 120.0237055, 30.3930038 ], [ 120.0235722, 30.3930195 ], [ 120.0235782, 30.3931711 ], [ 120.0234328, 30.3932077 ], [ 120.0234389, 30.3934324 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0217011, 30.3939082 ], [ 120.0219619, 30.3938605 ], [ 120.0217367, 30.3930971 ], [ 120.021464, 30.3931516 ], [ 120.0217011, 30.3939082 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0224575, 30.3935265 ], [ 120.0224967, 30.3937103 ], [ 120.022514, 30.3937702 ], [ 120.0227488, 30.393729 ], [ 120.0228096, 30.3936728 ], [ 120.0228878, 30.393519 ], [ 120.0228748, 30.3934553 ], [ 120.0228313, 30.3933991 ], [ 120.0226705, 30.3933691 ], [ 120.0225271, 30.3933841 ], [ 120.0224575, 30.3934328 ], [ 120.0224575, 30.3935265 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0212349, 30.3937378 ], [ 120.0213139, 30.3937617 ], [ 120.0214087, 30.3937685 ], [ 120.0214324, 30.3938708 ], [ 120.0214482, 30.3940003 ], [ 120.0215115, 30.3940071 ], [ 120.021551, 30.3940241 ], [ 120.021547, 30.3939798 ], [ 120.0215312, 30.3938708 ], [ 120.0215115, 30.3937958 ], [ 120.0214048, 30.3933084 ], [ 120.0213771, 30.3932061 ], [ 120.0212823, 30.3932061 ], [ 120.0211835, 30.3932368 ], [ 120.0212191, 30.3934311 ], [ 120.0211717, 30.3935265 ], [ 120.0212349, 30.3937378 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0220054, 30.3938537 ], [ 120.022282, 30.3938401 ], [ 120.0223017, 30.3937958 ], [ 120.0222108, 30.3934481 ], [ 120.0219026, 30.3935095 ], [ 120.0220054, 30.3938537 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0239009, 30.3937913 ], [ 120.024046, 30.3937624 ], [ 120.024046, 30.3935699 ], [ 120.0238953, 30.3935554 ], [ 120.0239009, 30.3937913 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.020889, 30.3938881 ], [ 120.0209298, 30.3939468 ], [ 120.0211023, 30.3938842 ], [ 120.0211568, 30.3938803 ], [ 120.0210796, 30.3935553 ], [ 120.0210569, 30.3935239 ], [ 120.0209162, 30.3935435 ], [ 120.0208799, 30.3935044 ], [ 120.0208209, 30.3935318 ], [ 120.020889, 30.3938881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0250957, 30.3938747 ], [ 120.0252144, 30.3939103 ], [ 120.0253641, 30.3939549 ], [ 120.0254571, 30.394035 ], [ 120.0255655, 30.3940617 ], [ 120.0256016, 30.3939771 ], [ 120.0256016, 30.3938124 ], [ 120.0254984, 30.3937901 ], [ 120.0252609, 30.3937277 ], [ 120.0251422, 30.3937144 ], [ 120.0250905, 30.3937456 ], [ 120.0250699, 30.3938168 ], [ 120.0250957, 30.3938747 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0237694, 30.3941309 ], [ 120.0237971, 30.3941031 ], [ 120.0237925, 30.3938801 ], [ 120.0237141, 30.3938761 ], [ 120.0235479, 30.393908 ], [ 120.023534, 30.3941269 ], [ 120.0237694, 30.3941309 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0227448, 30.3939836 ], [ 120.0227632, 30.3941469 ], [ 120.0227725, 30.3942743 ], [ 120.0227725, 30.3943658 ], [ 120.0228325, 30.3944335 ], [ 120.0231094, 30.3944335 ], [ 120.0230402, 30.3942743 ], [ 120.0229017, 30.3940433 ], [ 120.0228971, 30.3939438 ], [ 120.0230817, 30.3939199 ], [ 120.0231094, 30.3938323 ], [ 120.022934, 30.3938682 ], [ 120.0228556, 30.3937806 ], [ 120.022754, 30.3937885 ], [ 120.0227079, 30.3938244 ], [ 120.0227448, 30.3939836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0241966, 30.3939789 ], [ 120.0242301, 30.3942918 ], [ 120.0242301, 30.3945709 ], [ 120.0242692, 30.3946286 ], [ 120.024325, 30.3946286 ], [ 120.0243473, 30.3945709 ], [ 120.0243528, 30.3944939 ], [ 120.0243194, 30.3942292 ], [ 120.0243807, 30.3937431 ], [ 120.024364, 30.3936854 ], [ 120.0243194, 30.3936565 ], [ 120.0241353, 30.3936517 ], [ 120.0241185, 30.3937287 ], [ 120.0241966, 30.3939789 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0232202, 30.3942663 ], [ 120.0232294, 30.394119 ], [ 120.0230909, 30.394111 ], [ 120.0230817, 30.3942504 ], [ 120.0232202, 30.3942663 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0245202, 30.3942966 ], [ 120.0244756, 30.3945949 ], [ 120.0246039, 30.3945805 ], [ 120.0246262, 30.3945324 ], [ 120.0246486, 30.3943784 ], [ 120.0246932, 30.3939741 ], [ 120.0246764, 30.3938779 ], [ 120.0246039, 30.3938201 ], [ 120.0245091, 30.393849 ], [ 120.0244644, 30.3939645 ], [ 120.0245202, 30.3942966 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0208081, 30.3942866 ], [ 120.0208556, 30.3943649 ], [ 120.0209188, 30.3944195 ], [ 120.0214127, 30.3943479 ], [ 120.0215628, 30.3943172 ], [ 120.0216458, 30.39429 ], [ 120.0216419, 30.3942286 ], [ 120.0216537, 30.3941604 ], [ 120.021792, 30.3941161 ], [ 120.0217762, 30.3940855 ], [ 120.0216498, 30.3941127 ], [ 120.0216102, 30.394065 ], [ 120.0215194, 30.3940821 ], [ 120.0215075, 30.3941366 ], [ 120.0215075, 30.3941979 ], [ 120.0214166, 30.3942252 ], [ 120.021065, 30.3942934 ], [ 120.0209741, 30.3942866 ], [ 120.0208951, 30.3940855 ], [ 120.0207844, 30.3941127 ], [ 120.0207607, 30.3941434 ], [ 120.0208081, 30.3942866 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0222507, 30.3946704 ], [ 120.0224681, 30.3946156 ], [ 120.0224946, 30.3945744 ], [ 120.0223938, 30.3943503 ], [ 120.0222984, 30.3940943 ], [ 120.0222189, 30.3940943 ], [ 120.0220705, 30.3941308 ], [ 120.0222507, 30.3946704 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0290247, 30.3945145 ], [ 120.0290633, 30.3946275 ], [ 120.0291558, 30.3946674 ], [ 120.0293099, 30.3946142 ], [ 120.0294486, 30.3946142 ], [ 120.0294486, 30.3944613 ], [ 120.0294178, 30.3943483 ], [ 120.0292791, 30.3942885 ], [ 120.0290479, 30.394222 ], [ 120.0289862, 30.3942686 ], [ 120.0290247, 30.3945145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0225585, 30.394566 ], [ 120.0226336, 30.3945422 ], [ 120.0225743, 30.3943956 ], [ 120.0225269, 30.3943718 ], [ 120.0224795, 30.3943922 ], [ 120.0225585, 30.394566 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0214109, 30.3946007 ], [ 120.0213832, 30.3946923 ], [ 120.0214478, 30.3948874 ], [ 120.021854, 30.3948555 ], [ 120.0218863, 30.3948117 ], [ 120.0217201, 30.3943897 ], [ 120.0213786, 30.3944693 ], [ 120.0214109, 30.3946007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.023211, 30.3952536 ], [ 120.0232202, 30.3950307 ], [ 120.0232294, 30.3945569 ], [ 120.0229663, 30.3946206 ], [ 120.0229756, 30.3948953 ], [ 120.0229433, 30.3952536 ], [ 120.023211, 30.3952536 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0211893, 30.3949391 ], [ 120.0212816, 30.3950944 ], [ 120.0213832, 30.3951302 ], [ 120.0214293, 30.3951103 ], [ 120.021434, 30.3950625 ], [ 120.0213278, 30.3948475 ], [ 120.0212816, 30.3947241 ], [ 120.0211063, 30.394752 ], [ 120.0211893, 30.3949391 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0220248, 30.3950705 ], [ 120.0220663, 30.3951262 ], [ 120.022334, 30.3950785 ], [ 120.0223755, 30.3949988 ], [ 120.0223109, 30.3949391 ], [ 120.0222971, 30.3948197 ], [ 120.0222648, 30.3947639 ], [ 120.0220663, 30.3948157 ], [ 120.0220478, 30.3948675 ], [ 120.0220386, 30.394963 ], [ 120.0220109, 30.3950187 ], [ 120.0220248, 30.3950705 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.022694, 30.3952735 ], [ 120.0227356, 30.3952417 ], [ 120.0228879, 30.3952457 ], [ 120.0229248, 30.394748 ], [ 120.0229109, 30.3946286 ], [ 120.0225832, 30.3946963 ], [ 120.0225832, 30.3948197 ], [ 120.0225786, 30.3952696 ], [ 120.022694, 30.3952735 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0235064, 30.3952855 ], [ 120.023534, 30.3947162 ], [ 120.0235202, 30.3946803 ], [ 120.0233263, 30.3946843 ], [ 120.0233217, 30.3953173 ], [ 120.0235064, 30.3952855 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0239171, 30.3953133 ], [ 120.0239356, 30.3952815 ], [ 120.0239587, 30.3948555 ], [ 120.0239356, 30.3948038 ], [ 120.0238618, 30.3947958 ], [ 120.0238479, 30.3953094 ], [ 120.0239171, 30.3953133 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0240233, 30.3953133 ], [ 120.0240741, 30.3953412 ], [ 120.024171, 30.3953253 ], [ 120.0241987, 30.3952815 ], [ 120.0242218, 30.395182 ], [ 120.0243187, 30.3951382 ], [ 120.0243648, 30.3949988 ], [ 120.0243602, 30.3948874 ], [ 120.0242864, 30.3948515 ], [ 120.0241248, 30.3948316 ], [ 120.0240602, 30.3948436 ], [ 120.0240325, 30.3950705 ], [ 120.0240187, 30.395182 ], [ 120.0240141, 30.3952696 ], [ 120.0240233, 30.3953133 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0233956, 30.3955841 ], [ 120.0234233, 30.3956677 ], [ 120.0234694, 30.3957035 ], [ 120.0236771, 30.3956955 ], [ 120.0236956, 30.3956637 ], [ 120.023751, 30.3955244 ], [ 120.023811, 30.394756 ], [ 120.0237279, 30.3946963 ], [ 120.0236217, 30.3946684 ], [ 120.0235802, 30.3947042 ], [ 120.0235525, 30.3953014 ], [ 120.0235294, 30.3953532 ], [ 120.023414, 30.3953731 ], [ 120.0233771, 30.3954009 ], [ 120.0233956, 30.3955841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0223063, 30.3956557 ], [ 120.022274, 30.3959145 ], [ 120.0223478, 30.3959384 ], [ 120.022454, 30.3959185 ], [ 120.022514, 30.3959265 ], [ 120.0225417, 30.3958906 ], [ 120.0226479, 30.3958827 ], [ 120.0226663, 30.3958269 ], [ 120.0226986, 30.395596 ], [ 120.0226802, 30.3953412 ], [ 120.0225278, 30.3953253 ], [ 120.0225094, 30.3952019 ], [ 120.022514, 30.3950785 ], [ 120.0224263, 30.3950625 ], [ 120.0224125, 30.3950944 ], [ 120.0222971, 30.3951581 ], [ 120.0222648, 30.3956 ], [ 120.0223063, 30.3956557 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0228024, 30.3957286 ], [ 120.0231446, 30.3957286 ], [ 120.0231446, 30.3958006 ], [ 120.0233366, 30.3958042 ], [ 120.0233575, 30.395761 ], [ 120.0233116, 30.3953866 ], [ 120.0228442, 30.3953578 ], [ 120.0227941, 30.3953614 ], [ 120.0227857, 30.3956674 ], [ 120.0228024, 30.3957286 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9552436, 30.3945388 ], [ 119.9554313, 30.3947152 ], [ 119.9555736, 30.3946959 ], [ 119.9556709, 30.3951889 ], [ 119.9559331, 30.3952212 ], [ 119.9559531, 30.3949769 ], [ 119.9560685, 30.3949725 ], [ 119.9560592, 30.3951481 ], [ 119.9561455, 30.3952727 ], [ 119.9562647, 30.395002 ], [ 119.9568187, 30.3946895 ], [ 119.957508, 30.3944676 ], [ 119.9575606, 30.3942776 ], [ 119.9576299, 30.3939559 ], [ 119.9573935, 30.3939322 ], [ 119.957473, 30.3935743 ], [ 119.9573729, 30.3935202 ], [ 119.957238, 30.3936068 ], [ 119.9571417, 30.3934848 ], [ 119.9572781, 30.3933638 ], [ 119.9574716, 30.3933588 ], [ 119.9572736, 30.3929608 ], [ 119.9574569, 30.3924847 ], [ 119.9573195, 30.392377 ], [ 119.9572568, 30.3921217 ], [ 119.9560326, 30.3918675 ], [ 119.9565536, 30.3921555 ], [ 119.9564688, 30.3926484 ], [ 119.9557972, 30.3927434 ], [ 119.9556134, 30.3927434 ], [ 119.9554626, 30.3929059 ], [ 119.9554994, 30.3934649 ], [ 119.9549283, 30.3936357 ], [ 119.9552436, 30.3945388 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9817362, 30.3937125 ], [ 119.9818137, 30.3937659 ], [ 119.9819067, 30.3937191 ], [ 119.9819454, 30.3936456 ], [ 119.9819997, 30.3934918 ], [ 119.9819222, 30.3934049 ], [ 119.9818137, 30.3933983 ], [ 119.9817594, 30.3934785 ], [ 119.9817284, 30.3936189 ], [ 119.9817362, 30.3937125 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.978221, 30.3940629 ], [ 119.9783512, 30.3940824 ], [ 119.978487, 30.3940971 ], [ 119.9786567, 30.3940873 ], [ 119.9786963, 30.3940483 ], [ 119.9787359, 30.3939653 ], [ 119.9786963, 30.393853 ], [ 119.9786567, 30.393814 ], [ 119.9784813, 30.3938189 ], [ 119.9783172, 30.3938579 ], [ 119.978204, 30.3939067 ], [ 119.9781927, 30.3939653 ], [ 119.978221, 30.3940629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.985254, 30.394254 ], [ 119.9866375, 30.3939528 ], [ 119.9866906, 30.3939471 ], [ 119.9867171, 30.393968 ], [ 119.9867082, 30.3940214 ], [ 119.9866795, 30.394071 ], [ 119.9866906, 30.3941053 ], [ 119.9867281, 30.3940958 ], [ 119.9867436, 30.3940691 ], [ 119.9867525, 30.3939738 ], [ 119.9868055, 30.3939661 ], [ 119.9868364, 30.3939471 ], [ 119.9868453, 30.3939147 ], [ 119.986821, 30.3938803 ], [ 119.9867635, 30.3938746 ], [ 119.9867105, 30.3938765 ], [ 119.986664, 30.3939318 ], [ 119.9852494, 30.39424 ], [ 119.985254, 30.394254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9871987, 30.3942973 ], [ 119.9872174, 30.3943457 ], [ 119.9872688, 30.3943658 ], [ 119.9874322, 30.3943376 ], [ 119.9874228, 30.3942611 ], [ 119.9873855, 30.394241 ], [ 119.9872547, 30.3942369 ], [ 119.9871987, 30.394253 ], [ 119.9871987, 30.3942973 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9879325, 30.3943828 ], [ 119.9879732, 30.3944306 ], [ 119.988073, 30.3944306 ], [ 119.9880915, 30.3943668 ], [ 119.988073, 30.3942935 ], [ 119.9880249, 30.3942711 ], [ 119.9879547, 30.3942871 ], [ 119.9879288, 30.3943317 ], [ 119.9879325, 30.3943828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9814261, 30.3945682 ], [ 119.9815265, 30.3945851 ], [ 119.9818679, 30.3945281 ], [ 119.9818834, 30.3943877 ], [ 119.9819299, 30.3943342 ], [ 119.9819842, 30.3944946 ], [ 119.9820694, 30.3944813 ], [ 119.9820307, 30.3943008 ], [ 119.9819687, 30.3942807 ], [ 119.9818834, 30.3942205 ], [ 119.9817904, 30.3941938 ], [ 119.9816742, 30.3942205 ], [ 119.9815502, 30.3943676 ], [ 119.9814261, 30.3944077 ], [ 119.9814261, 30.3945682 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.9468529, 30.402633 ], [ 119.9473275, 30.4021805 ], [ 119.9477397, 30.401825 ], [ 119.9482018, 30.4015988 ], [ 119.9488014, 30.4011787 ], [ 119.9492406, 30.4007887 ], [ 119.9496709, 30.4005344 ], [ 119.9503002, 30.4003168 ], [ 119.9511495, 30.4000044 ], [ 119.9519726, 30.3997144 ], [ 119.9523857, 30.3995189 ], [ 119.9528499, 30.399365 ], [ 119.9540495, 30.3989571 ], [ 119.954684, 30.3987283 ], [ 119.9548916, 30.3987183 ], [ 119.9550069, 30.3988178 ], [ 119.9553184, 30.3988079 ], [ 119.9555606, 30.3986586 ], [ 119.9564949, 30.3982607 ], [ 119.9567025, 30.3981512 ], [ 119.9567487, 30.3980418 ], [ 119.9566564, 30.3980119 ], [ 119.955526, 30.3985492 ], [ 119.9553947, 30.3985073 ], [ 119.9553373, 30.3984183 ], [ 119.9555323, 30.3981907 ], [ 119.9557847, 30.3977751 ], [ 119.9558994, 30.3973695 ], [ 119.9561747, 30.3966076 ], [ 119.956255, 30.3963603 ], [ 119.956255, 30.3961525 ], [ 119.9561288, 30.3957567 ], [ 119.9561861, 30.3953313 ], [ 119.9561455, 30.3952727 ], [ 119.9560592, 30.3951481 ], [ 119.9560685, 30.3949725 ], [ 119.9559531, 30.3949769 ], [ 119.9559331, 30.3952212 ], [ 119.9557337, 30.3951505 ], [ 119.9555736, 30.3946959 ], [ 119.9554313, 30.3947152 ], [ 119.9556709, 30.3951889 ], [ 119.9557583, 30.3954151 ], [ 119.9559207, 30.3960184 ], [ 119.9559956, 30.3962447 ], [ 119.9559956, 30.396417 ], [ 119.9556833, 30.397225 ], [ 119.955521, 30.3973758 ], [ 119.9547716, 30.3983777 ], [ 119.9546217, 30.3985501 ], [ 119.9544094, 30.3986901 ], [ 119.9535975, 30.3989918 ], [ 119.9530105, 30.3991641 ], [ 119.9522491, 30.39941 ], [ 119.9500286, 30.4002577 ], [ 119.9493884, 30.4005431 ], [ 119.9488014, 30.4009524 ], [ 119.948589, 30.4011571 ], [ 119.9482518, 30.4014372 ], [ 119.9477272, 30.4017281 ], [ 119.9473026, 30.4020405 ], [ 119.9467405, 30.4025252 ], [ 119.9468529, 30.402633 ] ] ], [ [ [ 119.9547354, 30.3924066 ], [ 119.9549852, 30.3925467 ], [ 119.9553304, 30.392752 ], [ 119.9557221, 30.3926221 ], [ 119.9558595, 30.3926975 ], [ 119.9561343, 30.3926437 ], [ 119.9563341, 30.3926006 ], [ 119.9564752, 30.3922013 ], [ 119.9559674, 30.3919427 ], [ 119.9553474, 30.3918787 ], [ 119.9551226, 30.391911 ], [ 119.9547354, 30.3923097 ], [ 119.9547354, 30.3924066 ] ] ], [ [ [ 119.957238, 30.3936068 ], [ 119.9573729, 30.3935202 ], [ 119.957473, 30.3935743 ], [ 119.9574468, 30.3936843 ], [ 119.9574194, 30.3938207 ], [ 119.9573935, 30.3939322 ], [ 119.9576299, 30.3939559 ], [ 119.9577233, 30.3932139 ], [ 119.9577691, 30.3929962 ], [ 119.9579641, 30.3928478 ], [ 119.9581706, 30.3927785 ], [ 119.9596733, 30.3927983 ], [ 119.9605681, 30.3927983 ], [ 119.9615431, 30.3927488 ], [ 119.9626443, 30.3929071 ], [ 119.9625506, 30.3931883 ], [ 119.9624537, 30.3938742 ], [ 119.9624543, 30.3945715 ], [ 119.9624787, 30.3948778 ], [ 119.9625397, 30.3952205 ], [ 119.9626443, 30.3955588 ], [ 119.962759, 30.3959093 ], [ 119.9628673, 30.3961979 ], [ 119.9630038, 30.3964128 ], [ 119.9634394, 30.3968387 ], [ 119.9638812, 30.3971926 ], [ 119.9643549, 30.3974189 ], [ 119.9649848, 30.397713 ], [ 119.9655232, 30.3980042 ], [ 119.9658767, 30.3982077 ], [ 119.9662864, 30.3984879 ], [ 119.9668408, 30.3988185 ], [ 119.9673252, 30.3991567 ], [ 119.9675603, 30.3993164 ], [ 119.9679442, 30.3994267 ], [ 119.9680955, 30.3995278 ], [ 119.9690044, 30.3997888 ], [ 119.9699861, 30.3998389 ], [ 119.9707731, 30.399707 ], [ 119.9716341, 30.3995196 ], [ 119.9726462, 30.399033 ], [ 119.9736872, 30.3986512 ], [ 119.974508, 30.3984621 ], [ 119.9751036, 30.3984075 ], [ 119.9758057, 30.3984025 ], [ 119.9765537, 30.3985812 ], [ 119.9772155, 30.3989782 ], [ 119.9775188, 30.3991833 ], [ 119.9776413, 30.3992661 ], [ 119.9779117, 30.3995589 ], [ 119.9786598, 30.4001347 ], [ 119.9791201, 30.4007501 ], [ 119.9791389, 30.4007952 ], [ 119.9795402, 30.4017576 ], [ 119.9798279, 30.4025914 ], [ 119.9802077, 30.4041597 ], [ 119.9807371, 30.4056585 ], [ 119.9810536, 30.4067453 ], [ 119.9811514, 30.4079413 ], [ 119.9813067, 30.4097081 ], [ 119.9818131, 30.4111125 ], [ 119.9820548, 30.4114251 ], [ 119.9828144, 30.4117427 ], [ 119.9833898, 30.4117626 ], [ 119.9834013, 30.4112564 ], [ 119.9828489, 30.4112365 ], [ 119.9824806, 30.4110132 ], [ 119.9820893, 30.4102837 ], [ 119.981957, 30.4096981 ], [ 119.9817556, 30.4084624 ], [ 119.9817211, 30.4071275 ], [ 119.9816923, 30.4063235 ], [ 119.9814794, 30.4059959 ], [ 119.981301, 30.4053408 ], [ 119.9807601, 30.4041746 ], [ 119.9803861, 30.4028594 ], [ 119.9802767, 30.4022986 ], [ 119.9801386, 30.401564 ], [ 119.9797473, 30.4007451 ], [ 119.9794366, 30.4001843 ], [ 119.9790741, 30.3997277 ], [ 119.9783491, 30.3991222 ], [ 119.9779232, 30.3989534 ], [ 119.9767954, 30.3982189 ], [ 119.9759898, 30.3979062 ], [ 119.9751957, 30.3978116 ], [ 119.9744606, 30.3979768 ], [ 119.9733671, 30.3983175 ], [ 119.9729048, 30.3984356 ], [ 119.9726793, 30.3983858 ], [ 119.9725025, 30.3983203 ], [ 119.9714555, 30.3987927 ], [ 119.9705646, 30.3990058 ], [ 119.9700032, 30.3991507 ], [ 119.9700239, 30.399261 ], [ 119.9703283, 30.3992681 ], [ 119.9703041, 30.3995081 ], [ 119.9698701, 30.3995657 ], [ 119.9689428, 30.3994069 ], [ 119.9682878, 30.399054 ], [ 119.9678137, 30.3988478 ], [ 119.9674713, 30.3986194 ], [ 119.9671677, 30.3983814 ], [ 119.9666986, 30.3980601 ], [ 119.9654845, 30.3973818 ], [ 119.9646153, 30.3968343 ], [ 119.9641186, 30.3964654 ], [ 119.9638564, 30.3962036 ], [ 119.9637461, 30.3960727 ], [ 119.9637047, 30.3958823 ], [ 119.9636909, 30.3955372 ], [ 119.9635391, 30.3947636 ], [ 119.9636219, 30.3947041 ], [ 119.9636219, 30.3945494 ], [ 119.9635115, 30.3944423 ], [ 119.9634563, 30.3934783 ], [ 119.9634011, 30.3931927 ], [ 119.9634425, 30.3929428 ], [ 119.9635667, 30.3926691 ], [ 119.9638564, 30.392193 ], [ 119.9642979, 30.3916337 ], [ 119.9651534, 30.3905864 ], [ 119.9658432, 30.3896462 ], [ 119.966064, 30.3893486 ], [ 119.9663813, 30.3890392 ], [ 119.9664779, 30.3887655 ], [ 119.9665331, 30.3883965 ], [ 119.9665607, 30.3879205 ], [ 119.9664227, 30.3874206 ], [ 119.9662295, 30.387004 ], [ 119.9659398, 30.3866589 ], [ 119.9649326, 30.3855401 ], [ 119.9642566, 30.3846951 ], [ 119.9639392, 30.3841238 ], [ 119.9637599, 30.3836715 ], [ 119.9633046, 30.382517 ], [ 119.9631804, 30.3821956 ], [ 119.9631114, 30.3820052 ], [ 119.96307, 30.3817076 ], [ 119.9631252, 30.3812077 ], [ 119.9632494, 30.381172 ], [ 119.9648498, 30.381172 ], [ 119.964836, 30.381053 ], [ 119.9631528, 30.381053 ], [ 119.9629734, 30.3808983 ], [ 119.9629044, 30.380684 ], [ 119.9627389, 30.3801841 ], [ 119.9626147, 30.3799461 ], [ 119.9626699, 30.3797675 ], [ 119.9626147, 30.3796128 ], [ 119.9624897, 30.379388 ], [ 119.9621138, 30.3795858 ], [ 119.9621109, 30.3796659 ], [ 119.9620233, 30.379681 ], [ 119.9619738, 30.3796009 ], [ 119.9617967, 30.3797789 ], [ 119.9619658, 30.3799973 ], [ 119.9621532, 30.3802128 ], [ 119.9622531, 30.3804283 ], [ 119.9621532, 30.3804714 ], [ 119.9617285, 30.380396 ], [ 119.9615037, 30.3804175 ], [ 119.9613788, 30.3805253 ], [ 119.9614787, 30.3807731 ], [ 119.9615786, 30.3809455 ], [ 119.9616036, 30.3812041 ], [ 119.9615536, 30.3813981 ], [ 119.9616286, 30.3815274 ], [ 119.9615661, 30.3817429 ], [ 119.9616161, 30.3819476 ], [ 119.961666, 30.3820661 ], [ 119.961666, 30.3821846 ], [ 119.9615911, 30.38226 ], [ 119.9615536, 30.3824432 ], [ 119.9616286, 30.3825941 ], [ 119.9617785, 30.3826587 ], [ 119.9619283, 30.3824324 ], [ 119.9618534, 30.3822816 ], [ 119.961741, 30.3821307 ], [ 119.9617535, 30.3819691 ], [ 119.9618409, 30.3819152 ], [ 119.9620033, 30.3818075 ], [ 119.9620283, 30.3816674 ], [ 119.9620532, 30.3814843 ], [ 119.9620407, 30.381258 ], [ 119.9620782, 30.3810317 ], [ 119.9621906, 30.3808916 ], [ 119.962353, 30.3809347 ], [ 119.9624529, 30.381161 ], [ 119.9625279, 30.3814196 ], [ 119.9625903, 30.3816567 ], [ 119.9626028, 30.3820122 ], [ 119.9626777, 30.3822493 ], [ 119.9627527, 30.3824432 ], [ 119.9628276, 30.3825941 ], [ 119.9628651, 30.382788 ], [ 119.9630899, 30.3831974 ], [ 119.9632398, 30.3832944 ], [ 119.9632523, 30.3834776 ], [ 119.9633647, 30.38365 ], [ 119.9634146, 30.3837146 ], [ 119.9633647, 30.3838116 ], [ 119.9632148, 30.3837362 ], [ 119.9630774, 30.3834991 ], [ 119.9628901, 30.3833698 ], [ 119.9626153, 30.3833052 ], [ 119.9622656, 30.3833052 ], [ 119.9621781, 30.3832513 ], [ 119.961741, 30.3833375 ], [ 119.9619408, 30.3835746 ], [ 119.9621407, 30.3837146 ], [ 119.9624779, 30.3838655 ], [ 119.9627652, 30.3840379 ], [ 119.9633772, 30.3846736 ], [ 119.9639392, 30.38532 ], [ 119.9643764, 30.3858587 ], [ 119.9651757, 30.3867853 ], [ 119.965413, 30.387087 ], [ 119.9655879, 30.3873671 ], [ 119.9656504, 30.3877119 ], [ 119.9657253, 30.3881321 ], [ 119.9657253, 30.3884553 ], [ 119.9656878, 30.3887893 ], [ 119.9655629, 30.3891341 ], [ 119.9653631, 30.3893819 ], [ 119.9648385, 30.3900068 ], [ 119.9638518, 30.391138 ], [ 119.9634396, 30.3916013 ], [ 119.9632023, 30.391903 ], [ 119.962799, 30.3924476 ], [ 119.9625417, 30.3926062 ], [ 119.962344, 30.3925969 ], [ 119.961716, 30.3925215 ], [ 119.9603406, 30.3924246 ], [ 119.9583062, 30.3922908 ], [ 119.9572568, 30.3921217 ], [ 119.9573195, 30.392377 ], [ 119.9574569, 30.3924847 ], [ 119.9574194, 30.3926032 ], [ 119.9574194, 30.3927218 ], [ 119.9573695, 30.3929049 ], [ 119.9574568, 30.3930014 ], [ 119.9574844, 30.3930918 ], [ 119.9575983, 30.3930334 ], [ 119.9575337, 30.3932121 ], [ 119.9574716, 30.3933588 ], [ 119.9573474, 30.3933049 ], [ 119.9572781, 30.3933638 ], [ 119.9571417, 30.3934848 ], [ 119.957238, 30.3936068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9857829, 30.3960521 ], [ 119.9857993, 30.3960804 ], [ 119.9858464, 30.3960821 ], [ 119.985871, 30.396068 ], [ 119.9858731, 30.3960432 ], [ 119.985869, 30.3959141 ], [ 119.9858854, 30.3957957 ], [ 119.9859223, 30.3957179 ], [ 119.9860371, 30.3956083 ], [ 119.9860822, 30.3955782 ], [ 119.9860801, 30.3955375 ], [ 119.986074, 30.3955251 ], [ 119.9860022, 30.3955269 ], [ 119.9859674, 30.3955393 ], [ 119.9858157, 30.3957196 ], [ 119.9857952, 30.395755 ], [ 119.9857849, 30.3957957 ], [ 119.9857829, 30.3958735 ], [ 119.9857808, 30.3960308 ], [ 119.9857829, 30.3960521 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.9778929, 30.3960482 ], [ 119.9779259, 30.3961509 ], [ 119.9780185, 30.3963333 ], [ 119.9780449, 30.3964758 ], [ 119.9781639, 30.3965671 ], [ 119.9782432, 30.3966241 ], [ 119.9784283, 30.3970859 ], [ 119.9785473, 30.3971942 ], [ 119.9787191, 30.3972398 ], [ 119.9789571, 30.3973082 ], [ 119.9791025, 30.3975591 ], [ 119.9790959, 30.3978156 ], [ 119.9793357, 30.3981738 ], [ 119.9793544, 30.3983898 ], [ 119.9793769, 30.3984188 ], [ 119.979434, 30.3984434 ], [ 119.9795152, 30.3983511 ], [ 119.9795637, 30.3982995 ], [ 119.9796647, 30.3982737 ], [ 119.9797319, 30.3982898 ], [ 119.9798291, 30.3983285 ], [ 119.9799599, 30.3984543 ], [ 119.9800534, 30.3985349 ], [ 119.9801124, 30.3987128 ], [ 119.9801051, 30.3988822 ], [ 119.9801438, 30.3989872 ], [ 119.980094, 30.3992211 ], [ 119.9801825, 30.3992927 ], [ 119.9802766, 30.3994741 ], [ 119.9804426, 30.399517 ], [ 119.980664, 30.3998703 ], [ 119.9809186, 30.3998559 ], [ 119.9809407, 30.3999085 ], [ 119.9808356, 30.3999275 ], [ 119.980736, 30.399918 ], [ 119.9806862, 30.3999896 ], [ 119.9807194, 30.4000564 ], [ 119.9808466, 30.4001423 ], [ 119.9808356, 30.4004144 ], [ 119.9810348, 30.4005147 ], [ 119.9811732, 30.4005337 ], [ 119.9813613, 30.400529 ], [ 119.9814388, 30.4004621 ], [ 119.9814831, 30.4003858 ], [ 119.9814665, 30.4002855 ], [ 119.9814775, 30.4001805 ], [ 119.9815716, 30.4001137 ], [ 119.9816768, 30.4001471 ], [ 119.9817874, 30.4002044 ], [ 119.9818373, 30.4002521 ], [ 119.9818262, 30.4003428 ], [ 119.9818594, 30.4004335 ], [ 119.9820199, 30.4004956 ], [ 119.9820586, 30.4005624 ], [ 119.9820697, 30.4007008 ], [ 119.9821029, 30.400739 ], [ 119.9822302, 30.400782 ], [ 119.9825014, 30.4008058 ], [ 119.9825899, 30.4008154 ], [ 119.9826342, 30.4007867 ], [ 119.9827283, 30.4008536 ], [ 119.9829385, 30.4009061 ], [ 119.9830824, 30.400992 ], [ 119.9831599, 30.4010493 ], [ 119.9832927, 30.4010493 ], [ 119.9834311, 30.4010779 ], [ 119.9834975, 30.4012259 ], [ 119.9835916, 30.4013118 ], [ 119.9838738, 30.4013929 ], [ 119.9840066, 30.4014454 ], [ 119.9840232, 30.4015075 ], [ 119.9841671, 30.4015791 ], [ 119.9844051, 30.4016745 ], [ 119.9844494, 30.401708 ], [ 119.9845656, 30.401708 ], [ 119.9846431, 30.4017509 ], [ 119.9848091, 30.4017748 ], [ 119.9849419, 30.4017748 ], [ 119.9850305, 30.4017557 ], [ 119.9850969, 30.4016745 ], [ 119.9852574, 30.4015886 ], [ 119.9854344, 30.4014741 ], [ 119.9855728, 30.4013882 ], [ 119.985689, 30.4013691 ], [ 119.9859215, 30.4013691 ], [ 119.9860155, 30.4012975 ], [ 119.9861041, 30.4012688 ], [ 119.9863365, 30.4012497 ], [ 119.9865911, 30.4012497 ], [ 119.9867405, 30.4012354 ], [ 119.9867958, 30.4011829 ], [ 119.9868733, 30.4011781 ], [ 119.9868955, 30.4012593 ], [ 119.986984, 30.401307 ], [ 119.9871832, 30.4012736 ], [ 119.9873161, 30.4012497 ], [ 119.9873935, 30.401245 ], [ 119.9874544, 30.4012784 ], [ 119.9876038, 30.4012736 ], [ 119.9877367, 30.4012545 ], [ 119.9879178, 30.4011695 ], [ 119.9880916, 30.401083 ], [ 119.9882587, 30.4011752 ], [ 119.9883322, 30.4011752 ], [ 119.9885944, 30.4010063 ], [ 119.9885612, 30.4009442 ], [ 119.9883454, 30.4007485 ], [ 119.9882845, 30.4006769 ], [ 119.9881462, 30.4006722 ], [ 119.9881351, 30.4005958 ], [ 119.9881296, 30.4004717 ], [ 119.98803, 30.4004383 ], [ 119.9878584, 30.4004765 ], [ 119.987792, 30.4005863 ], [ 119.9877311, 30.4006626 ], [ 119.9876536, 30.4008249 ], [ 119.987554, 30.4008631 ], [ 119.9872773, 30.4009013 ], [ 119.9870006, 30.4009395 ], [ 119.9866464, 30.4009538 ], [ 119.986342, 30.4010158 ], [ 119.9859467, 30.4011011 ], [ 119.9855673, 30.4011829 ], [ 119.9854566, 30.401245 ], [ 119.9851688, 30.4013452 ], [ 119.984953, 30.4014407 ], [ 119.9848202, 30.4014645 ], [ 119.9846541, 30.4014454 ], [ 119.9845379, 30.4014072 ], [ 119.9844162, 30.4012927 ], [ 119.9842723, 30.4011829 ], [ 119.984145, 30.4011352 ], [ 119.984062, 30.4010779 ], [ 119.9837963, 30.400844 ], [ 119.9836967, 30.4007772 ], [ 119.9835307, 30.4007104 ], [ 119.9832429, 30.4006053 ], [ 119.9830935, 30.4005337 ], [ 119.9828943, 30.4004621 ], [ 119.9827504, 30.4004383 ], [ 119.9825844, 30.400338 ], [ 119.9823796, 30.4003094 ], [ 119.9822745, 30.4002378 ], [ 119.9820697, 30.4001662 ], [ 119.9817764, 30.4000946 ], [ 119.9812064, 30.3999371 ], [ 119.9810237, 30.3998989 ], [ 119.9810016, 30.3998369 ], [ 119.9810182, 30.3997271 ], [ 119.980985, 30.3996173 ], [ 119.9808356, 30.3994407 ], [ 119.9807138, 30.3992879 ], [ 119.980664, 30.3991686 ], [ 119.9805865, 30.3990731 ], [ 119.9805257, 30.3990254 ], [ 119.9805257, 30.3989777 ], [ 119.9805589, 30.3989251 ], [ 119.9805312, 30.3988106 ], [ 119.980498, 30.3987151 ], [ 119.9804205, 30.3986197 ], [ 119.9803677, 30.3985805 ], [ 119.9803196, 30.3985016 ], [ 119.9802926, 30.3984253 ], [ 119.9802627, 30.3983382 ], [ 119.9802478, 30.3981641 ], [ 119.9801618, 30.3978514 ], [ 119.9801431, 30.3974452 ], [ 119.9801095, 30.3972517 ], [ 119.9800459, 30.3971067 ], [ 119.9799936, 30.3968358 ], [ 119.9799413, 30.3966875 ], [ 119.979945, 30.3965296 ], [ 119.9799263, 30.3964522 ], [ 119.9798852, 30.3962039 ], [ 119.9798142, 30.3960169 ], [ 119.9797768, 30.3958686 ], [ 119.9796983, 30.3955495 ], [ 119.9796721, 30.395456 ], [ 119.9796011, 30.3954237 ], [ 119.9795114, 30.3954044 ], [ 119.979403, 30.3954011 ], [ 119.9792834, 30.3954269 ], [ 119.9790218, 30.3954817 ], [ 119.978876, 30.3955333 ], [ 119.9787265, 30.3955849 ], [ 119.978577, 30.3956075 ], [ 119.9784349, 30.3956397 ], [ 119.9783677, 30.3956784 ], [ 119.9783041, 30.3956655 ], [ 119.9781583, 30.3956526 ], [ 119.9779789, 30.3956816 ], [ 119.9779176, 30.3957165 ], [ 119.9778929, 30.3958658 ], [ 119.9778929, 30.3960482 ] ], [ [ 119.9783523, 30.3958141 ], [ 119.9783968, 30.395763 ], [ 119.9784561, 30.3957406 ], [ 119.9784968, 30.3957534 ], [ 119.9785079, 30.3958077 ], [ 119.9785042, 30.3959131 ], [ 119.9785302, 30.3960058 ], [ 119.9785672, 30.3962646 ], [ 119.9786154, 30.39637 ], [ 119.9786672, 30.3964531 ], [ 119.9788265, 30.3965458 ], [ 119.9788969, 30.3965809 ], [ 119.9789376, 30.3965937 ], [ 119.9789562, 30.3966448 ], [ 119.9789228, 30.3966927 ], [ 119.9788672, 30.3967694 ], [ 119.9788117, 30.3968365 ], [ 119.9787709, 30.3968653 ], [ 119.9787265, 30.3968621 ], [ 119.9786857, 30.3968206 ], [ 119.9786413, 30.396763 ], [ 119.9786265, 30.3967375 ], [ 119.9786154, 30.3966768 ], [ 119.9786154, 30.3966129 ], [ 119.9785672, 30.3965522 ], [ 119.9785079, 30.3965106 ], [ 119.9784857, 30.3964563 ], [ 119.9784561, 30.3964052 ], [ 119.9784116, 30.3962934 ], [ 119.9783635, 30.3962071 ], [ 119.9783449, 30.3960154 ], [ 119.9783449, 30.3959004 ], [ 119.9783523, 30.3958141 ] ], [ [ 119.9789026, 30.3967904 ], [ 119.9789543, 30.3967123 ], [ 119.9790275, 30.3966714 ], [ 119.9790706, 30.3966417 ], [ 119.9790706, 30.3965859 ], [ 119.9790404, 30.3965079 ], [ 119.9789973, 30.3964224 ], [ 119.9789844, 30.3963295 ], [ 119.9789629, 30.3960731 ], [ 119.9789198, 30.3959616 ], [ 119.9789026, 30.3958835 ], [ 119.9789198, 30.3958017 ], [ 119.978937, 30.3956754 ], [ 119.9789844, 30.3955973 ], [ 119.979062, 30.3955639 ], [ 119.9793722, 30.3954784 ], [ 119.9794929, 30.3954784 ], [ 119.9795575, 30.395523 ], [ 119.979592, 30.3956308 ], [ 119.9795791, 30.3957832 ], [ 119.9796006, 30.3958649 ], [ 119.9796351, 30.3959764 ], [ 119.9796351, 30.3960322 ], [ 119.9796265, 30.3960991 ], [ 119.9796178, 30.3961883 ], [ 119.9796351, 30.3962775 ], [ 119.9796954, 30.396415 ], [ 119.9797126, 30.3965265 ], [ 119.979704, 30.3966528 ], [ 119.9797083, 30.396835 ], [ 119.9797083, 30.3969948 ], [ 119.979773, 30.397084 ], [ 119.979816, 30.3971434 ], [ 119.9798462, 30.3972438 ], [ 119.9799238, 30.3973107 ], [ 119.9799367, 30.397359 ], [ 119.9799367, 30.3975894 ], [ 119.9799625, 30.3976749 ], [ 119.9799669, 30.3977455 ], [ 119.9799367, 30.3978273 ], [ 119.9798591, 30.3978719 ], [ 119.9797859, 30.3978942 ], [ 119.9796997, 30.3979202 ], [ 119.9796351, 30.3979239 ], [ 119.9795575, 30.3979053 ], [ 119.9795187, 30.3978607 ], [ 119.9794455, 30.3977344 ], [ 119.9793679, 30.3976043 ], [ 119.9793334, 30.3975225 ], [ 119.979286, 30.3973516 ], [ 119.9792128, 30.3972066 ], [ 119.9791266, 30.3970728 ], [ 119.9790146, 30.3969836 ], [ 119.978881, 30.3969204 ], [ 119.9788767, 30.3968573 ], [ 119.9789026, 30.3967904 ] ] ], [ [ [ 119.9879033, 30.3998583 ], [ 119.9879408, 30.4000268 ], [ 119.9880122, 30.4002438 ], [ 119.9880272, 30.400328 ], [ 119.9880272, 30.4004057 ], [ 119.9881136, 30.4004349 ], [ 119.9881323, 30.4003442 ], [ 119.988046, 30.4000786 ], [ 119.9880009, 30.3999425 ], [ 119.9879972, 30.3998519 ], [ 119.988031, 30.3998097 ], [ 119.9882262, 30.3997774 ], [ 119.9883952, 30.3997547 ], [ 119.9885454, 30.3997029 ], [ 119.9888346, 30.3996219 ], [ 119.9889284, 30.3995927 ], [ 119.9889322, 30.3995474 ], [ 119.9889134, 30.3995053 ], [ 119.9886581, 30.3995053 ], [ 119.9885942, 30.3995053 ], [ 119.9880047, 30.3996867 ], [ 119.9879033, 30.3997417 ], [ 119.9879033, 30.3998583 ] ] ], [ [ [ 119.9890481, 30.3995414 ], [ 119.9891696, 30.3994831 ], [ 119.9892845, 30.3994132 ], [ 119.9893925, 30.3992501 ], [ 119.9894736, 30.3991627 ], [ 119.9895344, 30.3991744 ], [ 119.9895884, 30.3995123 ], [ 119.9897438, 30.3994831 ], [ 119.9897438, 30.3991802 ], [ 119.989656, 30.3989879 ], [ 119.9895141, 30.3988656 ], [ 119.9895074, 30.3987374 ], [ 119.9895884, 30.398685 ], [ 119.9900207, 30.3986966 ], [ 119.9904328, 30.3986733 ], [ 119.9909529, 30.3986733 ], [ 119.9915608, 30.3986384 ], [ 119.9918647, 30.3986092 ], [ 119.991939, 30.398516 ], [ 119.9919323, 30.3984345 ], [ 119.9920471, 30.3983878 ], [ 119.9922633, 30.3983587 ], [ 119.9920404, 30.3983412 ], [ 119.9918512, 30.3984111 ], [ 119.9915405, 30.3984519 ], [ 119.9914054, 30.3984985 ], [ 119.9918174, 30.3984636 ], [ 119.9918782, 30.398516 ], [ 119.9918512, 30.3985626 ], [ 119.9915338, 30.3985743 ], [ 119.9908921, 30.3985859 ], [ 119.9902504, 30.3986151 ], [ 119.9901491, 30.3985976 ], [ 119.9899059, 30.3986034 ], [ 119.9895749, 30.3985859 ], [ 119.9896222, 30.3983471 ], [ 119.989737, 30.3982014 ], [ 119.9897303, 30.3981315 ], [ 119.9897843, 30.3980791 ], [ 119.9898856, 30.3979684 ], [ 119.9899262, 30.3977295 ], [ 119.9899532, 30.3973508 ], [ 119.9899734, 30.3969779 ], [ 119.9900072, 30.3966342 ], [ 119.9899667, 30.3965177 ], [ 119.9898856, 30.3965293 ], [ 119.9898316, 30.3966109 ], [ 119.9898113, 30.3969663 ], [ 119.9898451, 30.3971527 ], [ 119.9898046, 30.3975431 ], [ 119.989764, 30.3977295 ], [ 119.9895479, 30.3981548 ], [ 119.9894533, 30.3983354 ], [ 119.989325, 30.3988073 ], [ 119.9893318, 30.3989413 ], [ 119.9893318, 30.3990171 ], [ 119.9892507, 30.3990811 ], [ 119.9891291, 30.3991627 ], [ 119.9890481, 30.3993142 ], [ 119.9890008, 30.3993724 ], [ 119.9890481, 30.3995414 ] ] ], [ [ [ 119.9899929, 30.3961226 ], [ 119.9901334, 30.3959159 ], [ 119.9902407, 30.3955383 ], [ 119.9902986, 30.3953175 ], [ 119.9903812, 30.3946121 ], [ 119.9903977, 30.3944554 ], [ 119.9905298, 30.3938854 ], [ 119.9908024, 30.3929021 ], [ 119.9909428, 30.3925388 ], [ 119.9910915, 30.3923963 ], [ 119.9911989, 30.3919331 ], [ 119.991265, 30.391584 ], [ 119.9913889, 30.3914985 ], [ 119.9914054, 30.3912064 ], [ 119.9913972, 30.3909071 ], [ 119.9915045, 30.3904939 ], [ 119.9916119, 30.3901661 ], [ 119.9915954, 30.3899809 ], [ 119.9914715, 30.3898811 ], [ 119.9913889, 30.3898954 ], [ 119.9913063, 30.3900592 ], [ 119.991195, 30.3904023 ], [ 119.9911907, 30.3904155 ], [ 119.9910502, 30.3910995 ], [ 119.9910172, 30.3912776 ], [ 119.9910337, 30.3913489 ], [ 119.9910172, 30.3915698 ], [ 119.9910089, 30.3916695 ], [ 119.9909511, 30.3920756 ], [ 119.9908685, 30.3924604 ], [ 119.9907686, 30.3926328 ], [ 119.990629, 30.3928736 ], [ 119.9904059, 30.39375 ], [ 119.9903151, 30.3940564 ], [ 119.9902573, 30.3944482 ], [ 119.9902077, 30.3951963 ], [ 119.9902077, 30.3953531 ], [ 119.9900921, 30.395688 ], [ 119.9899516, 30.3959729 ], [ 119.9899351, 30.3960656 ], [ 119.9899929, 30.3961226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.020199, 30.3941583 ], [ 120.0203851, 30.394123 ], [ 120.0203578, 30.3939351 ], [ 120.0202761, 30.393755 ], [ 120.0201581, 30.3937706 ], [ 120.020199, 30.3941583 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9883392, 30.3943764 ], [ 119.988672, 30.3943572 ], [ 119.9886683, 30.3942903 ], [ 119.9884131, 30.3942903 ], [ 119.9883392, 30.3943062 ], [ 119.9883244, 30.3943381 ], [ 119.9883392, 30.3943764 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9895631, 30.39437 ], [ 119.9895594, 30.3943381 ], [ 119.9894078, 30.3943253 ], [ 119.9890602, 30.3943126 ], [ 119.9890454, 30.3943604 ], [ 119.9895631, 30.39437 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0003456, 30.4051664 ], [ 120.0006902, 30.4051513 ], [ 120.0011328, 30.4051132 ], [ 120.0017805, 30.4051291 ], [ 120.0022085, 30.405179 ], [ 120.0023011, 30.4051939 ], [ 120.0023936, 30.405179 ], [ 120.0028331, 30.404986 ], [ 120.0030165, 30.4048879 ], [ 120.0030679, 30.4049037 ], [ 120.0034644, 30.4050313 ], [ 120.003943, 30.4051464 ], [ 120.0042272, 30.4051695 ], [ 120.0045537, 30.405198 ], [ 120.005192, 30.405236 ], [ 120.005867, 30.4052834 ], [ 120.0062529, 30.4053159 ], [ 120.006385, 30.4053988 ], [ 120.006453, 30.4055853 ], [ 120.006485, 30.4058477 ], [ 120.006457, 30.4060134 ], [ 120.0063129, 30.4063518 ], [ 120.0062408, 30.4064277 ], [ 120.0060647, 30.4066142 ], [ 120.0057484, 30.4068938 ], [ 120.0053681, 30.4071252 ], [ 120.0049826, 30.4074288 ], [ 120.0048295, 30.4075521 ], [ 120.0047325, 30.4076974 ], [ 120.0047631, 30.4078251 ], [ 120.0048295, 30.4080453 ], [ 120.0049571, 30.408261 ], [ 120.0050643, 30.4083579 ], [ 120.0055371, 30.4087347 ], [ 120.0058046, 30.4089479 ], [ 120.0063509, 30.4094719 ], [ 120.0067492, 30.4099254 ], [ 120.0070198, 30.4103481 ], [ 120.0071985, 30.4105991 ], [ 120.0074231, 30.4108061 ], [ 120.0077703, 30.4110482 ], [ 120.0079898, 30.4111935 ], [ 120.0082604, 30.4113389 ], [ 120.0087914, 30.4115546 ], [ 120.0089854, 30.4116823 ], [ 120.0090416, 30.4117395 ], [ 120.0090365, 30.4118232 ], [ 120.0089752, 30.4119069 ], [ 120.0088527, 30.4119641 ], [ 120.008628, 30.4120081 ], [ 120.0084697, 30.4119993 ], [ 120.0082604, 30.4119729 ], [ 120.0080868, 30.4119773 ], [ 120.0079183, 30.4120345 ], [ 120.0076733, 30.4122767 ], [ 120.0074691, 30.4124969 ], [ 120.0074333, 30.4127126 ], [ 120.0074384, 30.4128975 ], [ 120.007464, 30.41299 ], [ 120.0074231, 30.4132322 ], [ 120.0073822, 30.4133495 ], [ 120.0074915, 30.4133469 ], [ 120.007464, 30.4132542 ], [ 120.0074997, 30.4131529 ], [ 120.0075303, 30.4129592 ], [ 120.007515, 30.4128579 ], [ 120.0074793, 30.4127214 ], [ 120.0075048, 30.4125893 ], [ 120.0075559, 30.4124837 ], [ 120.0076375, 30.4123868 ], [ 120.0079132, 30.4121402 ], [ 120.0080256, 30.412061 ], [ 120.0081634, 30.4120345 ], [ 120.0082604, 30.4120477 ], [ 120.0085361, 30.4120698 ], [ 120.0087301, 30.412061 ], [ 120.0088782, 30.4120522 ], [ 120.0090109, 30.4119861 ], [ 120.0090875, 30.4119069 ], [ 120.0091284, 30.4118144 ], [ 120.0091028, 30.4117307 ], [ 120.0090212, 30.4115942 ], [ 120.0088067, 30.4114533 ], [ 120.0084851, 30.4113477 ], [ 120.0079949, 30.4111275 ], [ 120.0076682, 30.4108941 ], [ 120.007418, 30.4106872 ], [ 120.0071474, 30.410401 ], [ 120.0067951, 30.4098902 ], [ 120.0066317, 30.4096833 ], [ 120.0061569, 30.4091857 ], [ 120.0055187, 30.4086309 ], [ 120.0052073, 30.4083755 ], [ 120.0050286, 30.408173 ], [ 120.0048805, 30.4079836 ], [ 120.0048499, 30.4078339 ], [ 120.0048397, 30.4077194 ], [ 120.0049316, 30.4075389 ], [ 120.0050899, 30.4074156 ], [ 120.005386, 30.4072351 ], [ 120.0054881, 30.4072219 ], [ 120.0058251, 30.4073055 ], [ 120.0062182, 30.407398 ], [ 120.0068819, 30.4075433 ], [ 120.0084902, 30.4078559 ], [ 120.0107928, 30.4083579 ], [ 120.0132516, 30.4088732 ], [ 120.0135146, 30.4089488 ], [ 120.0146322, 30.4093221 ], [ 120.0167031, 30.4102671 ], [ 120.0184562, 30.4110703 ], [ 120.0198855, 30.4117015 ], [ 120.021487, 30.4124237 ], [ 120.023822, 30.4134727 ], [ 120.0244882, 30.4137732 ], [ 120.025075, 30.4140368 ], [ 120.0251362, 30.4139419 ], [ 120.0242926, 30.4135887 ], [ 120.021526, 30.4123401 ], [ 120.0211308, 30.4121652 ], [ 120.0201844, 30.4117347 ], [ 120.0190509, 30.4112011 ], [ 120.0179278, 30.4107168 ], [ 120.0163887, 30.4100217 ], [ 120.0148443, 30.4093087 ], [ 120.0142048, 30.40908 ], [ 120.0134872, 30.4088513 ], [ 120.0131752, 30.4087616 ], [ 120.0105182, 30.40821 ], [ 120.0082355, 30.4077078 ], [ 120.0059477, 30.4072548 ], [ 120.0057228, 30.4072056 ], [ 120.0055785, 30.4071741 ], [ 120.0055403, 30.407139 ], [ 120.0056844, 30.4070423 ], [ 120.0059931, 30.4067398 ], [ 120.0062615, 30.4065355 ], [ 120.0064141, 30.4063222 ], [ 120.0064877, 30.406118 ], [ 120.0065298, 30.4058411 ], [ 120.0064877, 30.4054871 ], [ 120.0064246, 30.405351 ], [ 120.0063863, 30.4053101 ], [ 120.006395, 30.4052649 ], [ 120.0064263, 30.4052199 ], [ 120.0064534, 30.4051605 ], [ 120.0064764, 30.4050884 ], [ 120.0064785, 30.4050056 ], [ 120.0064642, 30.4048062 ], [ 120.006463, 30.4047881 ], [ 120.0064576, 30.4047708 ], [ 120.0064375, 30.4047699 ], [ 120.0064191, 30.404774 ], [ 120.0064117, 30.4047806 ], [ 120.006408, 30.4047881 ], [ 120.0064002, 30.4048978 ], [ 120.006396, 30.4050459 ], [ 120.0063332, 30.4051868 ], [ 120.0063141, 30.405233 ], [ 120.0062194, 30.4052012 ], [ 120.006056, 30.4052046 ], [ 120.0050184, 30.4051522 ], [ 120.0041265, 30.4050926 ], [ 120.0035165, 30.4049834 ], [ 120.0032726, 30.4049088 ], [ 120.0030988, 30.4048109 ], [ 120.0029515, 30.4046475 ], [ 120.0027778, 30.4043026 ], [ 120.0027147, 30.4040348 ], [ 120.0027252, 30.4035628 ], [ 120.0027568, 30.403295 ], [ 120.002841, 30.4028684 ], [ 120.0030199, 30.4021921 ], [ 120.0032093, 30.4015204 ], [ 120.0032935, 30.4012435 ], [ 120.0033619, 30.4007216 ], [ 120.0033935, 30.4002677 ], [ 120.0034198, 30.3999273 ], [ 120.0034567, 30.3995642 ], [ 120.0034461, 30.3993372 ], [ 120.0034935, 30.3990558 ], [ 120.0035988, 30.3985702 ], [ 120.0036829, 30.39808 ], [ 120.0037777, 30.3978485 ], [ 120.0037724, 30.397667 ], [ 120.0038408, 30.3974899 ], [ 120.0039671, 30.3973084 ], [ 120.0040513, 30.3971177 ], [ 120.0041723, 30.3967592 ], [ 120.004346, 30.3963915 ], [ 120.0044144, 30.3961873 ], [ 120.0044197, 30.3960466 ], [ 120.0044197, 30.3956381 ], [ 120.0043881, 30.3953112 ], [ 120.0043513, 30.3951433 ], [ 120.0043618, 30.3943444 ], [ 120.0043513, 30.3941856 ], [ 120.0042355, 30.393945 ], [ 120.0041408, 30.3936273 ], [ 120.0040408, 30.3934003 ], [ 120.0038513, 30.3931461 ], [ 120.0037198, 30.3927603 ], [ 120.0035619, 30.392488 ], [ 120.0034093, 30.3922428 ], [ 120.0033567, 30.3920885 ], [ 120.0033725, 30.3918116 ], [ 120.0034988, 30.3914803 ], [ 120.0036461, 30.3911898 ], [ 120.0036461, 30.391049 ], [ 120.003804, 30.3906314 ], [ 120.0038408, 30.3903999 ], [ 120.0037882, 30.3901548 ], [ 120.0037461, 30.3899505 ], [ 120.0037987, 30.3898325 ], [ 120.0037724, 30.3897644 ], [ 120.0036619, 30.3897508 ], [ 120.0035303, 30.38971 ], [ 120.0032035, 30.3894131 ], [ 120.0031574, 30.3893269 ], [ 120.0031037, 30.3890254 ], [ 120.0031152, 30.3888597 ], [ 120.0031574, 30.3887471 ], [ 120.0032151, 30.3886411 ], [ 120.003265, 30.3885416 ], [ 120.0033264, 30.3884588 ], [ 120.0037643, 30.3880049 ], [ 120.004233, 30.3874813 ], [ 120.0043175, 30.3874151 ], [ 120.0047554, 30.3871533 ], [ 120.004886, 30.3870539 ], [ 120.004978, 30.387016 ], [ 120.005055, 30.3869843 ], [ 120.005247, 30.3869313 ], [ 120.0053815, 30.3869114 ], [ 120.0054842, 30.3868956 ], [ 120.0056619, 30.3868683 ], [ 120.0060153, 30.3868551 ], [ 120.006795, 30.3868849 ], [ 120.0070255, 30.3868518 ], [ 120.0072214, 30.3868219 ], [ 120.0074634, 30.3868717 ], [ 120.0075978, 30.3868418 ], [ 120.0077937, 30.386812 ], [ 120.0079781, 30.3867855 ], [ 120.0082086, 30.3867027 ], [ 120.0082892, 30.3868584 ], [ 120.0083507, 30.3870705 ], [ 120.0083968, 30.3871235 ], [ 120.0084698, 30.3870937 ], [ 120.0084275, 30.3870009 ], [ 120.0083891, 30.3868816 ], [ 120.0083584, 30.3867491 ], [ 120.0083507, 30.3866993 ], [ 120.008393, 30.3866762 ], [ 120.0089499, 30.3864575 ], [ 120.0095299, 30.3861725 ], [ 120.0096567, 30.3861228 ], [ 120.009868, 30.386083 ], [ 120.0102559, 30.3859538 ], [ 120.0104173, 30.3859273 ], [ 120.0106785, 30.3859008 ], [ 120.0114083, 30.3858213 ], [ 120.0117617, 30.3857815 ], [ 120.011996, 30.3857451 ], [ 120.0126106, 30.3855727 ], [ 120.0130293, 30.3854535 ], [ 120.013375, 30.3853342 ], [ 120.0140587, 30.3850691 ], [ 120.014366, 30.3849034 ], [ 120.0144927, 30.3847742 ], [ 120.0146426, 30.3846151 ], [ 120.01485, 30.3844826 ], [ 120.0150228, 30.3843765 ], [ 120.0152341, 30.3842838 ], [ 120.0157488, 30.3840783 ], [ 120.0160369, 30.3840154 ], [ 120.0162482, 30.3840021 ], [ 120.0164671, 30.3840452 ], [ 120.0168781, 30.3842109 ], [ 120.0173967, 30.3844892 ], [ 120.0174389, 30.3845886 ], [ 120.0175426, 30.3846582 ], [ 120.017631, 30.3847245 ], [ 120.0178269, 30.3847742 ], [ 120.018188, 30.3848404 ], [ 120.018421, 30.384836 ], [ 120.0185953, 30.3848128 ], [ 120.0189735, 30.3847353 ], [ 120.0198205, 30.3844262 ], [ 120.0204043, 30.3841943 ], [ 120.0218601, 30.3835978 ], [ 120.0230278, 30.3830776 ], [ 120.0233044, 30.3829417 ], [ 120.0235426, 30.3827893 ], [ 120.0237039, 30.3826899 ], [ 120.023942, 30.3825938 ], [ 120.0246949, 30.3823718 ], [ 120.0256821, 30.3820769 ], [ 120.0261469, 30.3819775 ], [ 120.0263543, 30.3818549 ], [ 120.0265656, 30.3817521 ], [ 120.0266539, 30.3817422 ], [ 120.0267384, 30.3818217 ], [ 120.0267922, 30.3819675 ], [ 120.0267883, 30.382057 ], [ 120.0267807, 30.3827595 ], [ 120.0268383, 30.3827562 ], [ 120.026846, 30.3826634 ], [ 120.0268536, 30.382564 ], [ 120.0268729, 30.3823486 ], [ 120.0271187, 30.3823453 ], [ 120.0270649, 30.3821233 ], [ 120.0269343, 30.3821067 ], [ 120.0268805, 30.3820437 ], [ 120.0268498, 30.3819742 ], [ 120.0268344, 30.3818317 ], [ 120.0268229, 30.3817356 ], [ 120.0268729, 30.3816792 ], [ 120.0272647, 30.3815036 ], [ 120.0277394, 30.3812387 ], [ 120.0278524, 30.3811756 ], [ 120.028079, 30.3810198 ], [ 120.0285822, 30.3807183 ], [ 120.0289471, 30.3805062 ], [ 120.0290854, 30.3804764 ], [ 120.0293696, 30.3804366 ], [ 120.030111, 30.3802477 ], [ 120.0304644, 30.3801582 ], [ 120.0307601, 30.380039 ], [ 120.030933, 30.3799329 ], [ 120.0310213, 30.3798468 ], [ 120.0312595, 30.3795154 ], [ 120.0313325, 30.3793431 ], [ 120.0314631, 30.3791939 ], [ 120.0315552, 30.3790183 ], [ 120.0316666, 30.3787897 ], [ 120.0318625, 30.3784782 ], [ 120.0319701, 30.3783556 ], [ 120.0320815, 30.3782296 ], [ 120.0321993, 30.3781442 ], [ 120.0319857, 30.3780153 ], [ 120.0314055, 30.3787796 ], [ 120.0310122, 30.3793087 ], [ 120.0306552, 30.3797562 ], [ 120.0305271, 30.3798487 ], [ 120.0304754, 30.379886 ], [ 120.0302956, 30.3799777 ], [ 120.0301452, 30.3800221 ], [ 120.0299618, 30.3800854 ], [ 120.0299312, 30.3800958 ], [ 120.0298407, 30.3801265 ], [ 120.0297233, 30.3802025 ], [ 120.0296096, 30.3802246 ], [ 120.0294591, 30.3802246 ], [ 120.02925, 30.380193 ], [ 120.029151, 30.3801961 ], [ 120.0290079, 30.3802278 ], [ 120.0287804, 30.3802816 ], [ 120.0285819, 30.3803479 ], [ 120.0283236, 30.3804879 ], [ 120.0282314, 30.3805484 ], [ 120.0281281, 30.3806216 ], [ 120.0280248, 30.3807075 ], [ 120.0279252, 30.3807457 ], [ 120.0277297, 30.380803 ], [ 120.0275637, 30.3808412 ], [ 120.0274567, 30.3808667 ], [ 120.0273644, 30.3809208 ], [ 120.027287, 30.3809749 ], [ 120.0271579, 30.381029 ], [ 120.0267484, 30.3812581 ], [ 120.0265713, 30.3813154 ], [ 120.0261802, 30.3814459 ], [ 120.0259773, 30.3815159 ], [ 120.0256785, 30.3816146 ], [ 120.0255752, 30.3816337 ], [ 120.0254572, 30.3816305 ], [ 120.025376, 30.3816018 ], [ 120.0252985, 30.3815827 ], [ 120.0252801, 30.3816591 ], [ 120.0251694, 30.3817196 ], [ 120.0250661, 30.3817132 ], [ 120.0249444, 30.3817069 ], [ 120.0248816, 30.381745 ], [ 120.0248226, 30.3818214 ], [ 120.0246197, 30.381971 ], [ 120.0245127, 30.3820028 ], [ 120.0243836, 30.382006 ], [ 120.0242582, 30.3820219 ], [ 120.0241401, 30.3820442 ], [ 120.0240811, 30.3821429 ], [ 120.024059, 30.3822001 ], [ 120.0237601, 30.3823147 ], [ 120.0235904, 30.382372 ], [ 120.0234244, 30.3823816 ], [ 120.0232363, 30.3824548 ], [ 120.0230039, 30.3825057 ], [ 120.0227973, 30.3825821 ], [ 120.0225907, 30.3825789 ], [ 120.0224505, 30.3825884 ], [ 120.0223103, 30.3826393 ], [ 120.0221172, 30.3827785 ], [ 120.0219387, 30.3829124 ], [ 120.0216865, 30.3830329 ], [ 120.0213528, 30.3832271 ], [ 120.0211859, 30.3833007 ], [ 120.0210501, 30.3834145 ], [ 120.0209026, 30.3835384 ], [ 120.02008, 30.38393 ], [ 120.0196145, 30.3841349 ], [ 120.0193262, 30.3842783 ], [ 120.0190284, 30.3843886 ], [ 120.0188702, 30.3844403 ], [ 120.0186481, 30.3844924 ], [ 120.0184308, 30.3845225 ], [ 120.0182251, 30.3845192 ], [ 120.0180816, 30.3844924 ], [ 120.0179341, 30.3844087 ], [ 120.0177478, 30.3843317 ], [ 120.0176198, 30.3842447 ], [ 120.0174025, 30.3840338 ], [ 120.017158, 30.3838631 ], [ 120.0170532, 30.3837861 ], [ 120.0170106, 30.3838028 ], [ 120.0167622, 30.3837325 ], [ 120.0165527, 30.383679 ], [ 120.0164091, 30.3836723 ], [ 120.0162189, 30.3836957 ], [ 120.0157184, 30.3838062 ], [ 120.0154778, 30.3838999 ], [ 120.0153032, 30.3839802 ], [ 120.015307, 30.3840372 ], [ 120.01495, 30.3841844 ], [ 120.0148297, 30.3842079 ], [ 120.014333, 30.3844389 ], [ 120.0140187, 30.3845527 ], [ 120.0138829, 30.3846297 ], [ 120.0136967, 30.3846598 ], [ 120.0134949, 30.3846966 ], [ 120.0133358, 30.3847669 ], [ 120.0132388, 30.3848372 ], [ 120.0131573, 30.384941 ], [ 120.0131107, 30.3850146 ], [ 120.0130835, 30.3850581 ], [ 120.0129555, 30.3851083 ], [ 120.0125597, 30.3852021 ], [ 120.0123191, 30.3853125 ], [ 120.0120436, 30.3853895 ], [ 120.0116711, 30.3854665 ], [ 120.0114615, 30.3854665 ], [ 120.0112714, 30.3854966 ], [ 120.0111123, 30.3855335 ], [ 120.0109415, 30.3855703 ], [ 120.0108406, 30.3855669 ], [ 120.0104254, 30.3855201 ], [ 120.0102702, 30.3854665 ], [ 120.0101422, 30.3854699 ], [ 120.0096649, 30.3855904 ], [ 120.0093544, 30.3857209 ], [ 120.0089936, 30.3858649 ], [ 120.008718, 30.3859318 ], [ 120.0085046, 30.3859419 ], [ 120.0083378, 30.385972 ], [ 120.0081825, 30.385982 ], [ 120.0081554, 30.3860925 ], [ 120.00807, 30.3861829 ], [ 120.0079846, 30.3862431 ], [ 120.0076664, 30.3863201 ], [ 120.007162, 30.3864641 ], [ 120.0070262, 30.3865009 ], [ 120.006871, 30.3865109 ], [ 120.006611, 30.3865109 ], [ 120.0058698, 30.386521 ], [ 120.0053615, 30.3865544 ], [ 120.0050821, 30.3866013 ], [ 120.0048764, 30.3866783 ], [ 120.0047445, 30.3867419 ], [ 120.0046319, 30.3868055 ], [ 120.0045776, 30.3868959 ], [ 120.0044728, 30.3869929 ], [ 120.0042633, 30.387157 ], [ 120.0040188, 30.3874582 ], [ 120.0038636, 30.3876122 ], [ 120.0037511, 30.3876423 ], [ 120.0036114, 30.3876289 ], [ 120.0034756, 30.3875921 ], [ 120.0035299, 30.3876792 ], [ 120.0035493, 30.3877829 ], [ 120.003495, 30.3879436 ], [ 120.0033747, 30.3880273 ], [ 120.0032039, 30.388111 ], [ 120.0030759, 30.3881879 ], [ 120.0030565, 30.3882382 ], [ 120.0029284, 30.3882917 ], [ 120.0029401, 30.3883787 ], [ 120.0030293, 30.3884022 ], [ 120.0030652, 30.3884621 ], [ 120.0030768, 30.3885483 ], [ 120.003046, 30.3886874 ], [ 120.0029731, 30.3887802 ], [ 120.0029231, 30.3888664 ], [ 120.0028693, 30.3892076 ], [ 120.0028809, 30.3893667 ], [ 120.002927, 30.3894727 ], [ 120.0029807, 30.3895224 ], [ 120.0030768, 30.3895556 ], [ 120.0031344, 30.3895622 ], [ 120.003361, 30.3897573 ], [ 120.0036011, 30.3902405 ], [ 120.0036171, 30.3904613 ], [ 120.0035691, 30.3907374 ], [ 120.0034357, 30.391018 ], [ 120.0031904, 30.3915702 ], [ 120.0031744, 30.3916944 ], [ 120.003137, 30.3920164 ], [ 120.0031423, 30.3922143 ], [ 120.0031957, 30.3924075 ], [ 120.003409, 30.3926652 ], [ 120.0037344, 30.3931575 ], [ 120.0038571, 30.3934151 ], [ 120.0040011, 30.3936176 ], [ 120.0040598, 30.393797 ], [ 120.0041078, 30.3939994 ], [ 120.0041931, 30.3942893 ], [ 120.0042198, 30.3946114 ], [ 120.0042571, 30.3952325 ], [ 120.0042838, 30.3956971 ], [ 120.0042731, 30.3959272 ], [ 120.0041611, 30.3964149 ], [ 120.0040438, 30.3966863 ], [ 120.0039691, 30.3967737 ], [ 120.0037611, 30.3973718 ], [ 120.0036117, 30.3977031 ], [ 120.0036011, 30.3978089 ], [ 120.0035477, 30.3981309 ], [ 120.0035317, 30.3982091 ], [ 120.0033984, 30.3988348 ], [ 120.003313, 30.3992673 ], [ 120.0033237, 30.3996215 ], [ 120.003313, 30.400146 ], [ 120.0032757, 30.4004726 ], [ 120.0032704, 30.4006153 ], [ 120.0032589, 30.4008475 ], [ 120.003242, 30.4011037 ], [ 120.003164, 30.4013687 ], [ 120.0030444, 30.4016969 ], [ 120.0029469, 30.4020609 ], [ 120.0027755, 30.4027822 ], [ 120.00268, 30.4031942 ], [ 120.0025715, 30.4032116 ], [ 120.0024556, 30.4032307 ], [ 120.0024445, 30.403283 ], [ 120.0026378, 30.4032592 ], [ 120.0026654, 30.4032926 ], [ 120.0026102, 30.4037593 ], [ 120.0026212, 30.4041117 ], [ 120.0026985, 30.4043355 ], [ 120.0027695, 30.4045602 ], [ 120.0028609, 30.404712 ], [ 120.0029534, 30.4048208 ], [ 120.002924, 30.4048571 ], [ 120.0026043, 30.4050058 ], [ 120.0023141, 30.4051219 ], [ 120.0021417, 30.4051292 ], [ 120.0018851, 30.4050893 ], [ 120.0012441, 30.4050692 ], [ 120.0008632, 30.4050646 ], [ 120.000481, 30.4050935 ], [ 120.0003375, 30.4050947 ], [ 120.0003456, 30.4051664 ] ] ], [ [ [ 120.0065732, 30.4047894 ], [ 120.006749, 30.404782 ], [ 120.0075108, 30.4047739 ], [ 120.0076527, 30.4048116 ], [ 120.0078267, 30.4048129 ], [ 120.0079692, 30.4048139 ], [ 120.008403, 30.404868 ], [ 120.0086595, 30.4048586 ], [ 120.0087632, 30.4048751 ], [ 120.0089378, 30.4049175 ], [ 120.0092161, 30.4050234 ], [ 120.0095026, 30.4050704 ], [ 120.0096172, 30.4050798 ], [ 120.0097264, 30.4051057 ], [ 120.0098109, 30.4051222 ], [ 120.0100429, 30.4051434 ], [ 120.0101247, 30.4051575 ], [ 120.010152, 30.4051951 ], [ 120.0101684, 30.4052587 ], [ 120.0101875, 30.4054093 ], [ 120.0102311, 30.4055081 ], [ 120.0103676, 30.4056046 ], [ 120.0106186, 30.4057011 ], [ 120.0109924, 30.4058329 ], [ 120.0111752, 30.4058729 ], [ 120.011328, 30.4059129 ], [ 120.0116145, 30.4059764 ], [ 120.0117727, 30.4060023 ], [ 120.0118846, 30.4060141 ], [ 120.0119228, 30.4059976 ], [ 120.0119665, 30.4059341 ], [ 120.0120156, 30.4058823 ], [ 120.0120426, 30.4058317 ], [ 120.0120426, 30.4057627 ], [ 120.0120054, 30.4057331 ], [ 120.0119454, 30.4057085 ], [ 120.0119082, 30.4056715 ], [ 120.0118882, 30.4056074 ], [ 120.0119225, 30.4055433 ], [ 120.0120112, 30.405457 ], [ 120.0120699, 30.405333 ], [ 120.0121301, 30.405172 ], [ 120.0121542, 30.4050525 ], [ 120.0121512, 30.404933 ], [ 120.012115, 30.4048369 ], [ 120.0120638, 30.4046707 ], [ 120.0120187, 30.4045149 ], [ 120.0120367, 30.404398 ], [ 120.0121, 30.4042941 ], [ 120.0121783, 30.4041928 ], [ 120.0122837, 30.4041382 ], [ 120.0123559, 30.4040188 ], [ 120.0124862, 30.403861 ], [ 120.0126705, 30.403637 ], [ 120.0129134, 30.4034456 ], [ 120.013081, 30.4033552 ], [ 120.0131564, 30.4033516 ], [ 120.013236, 30.4033986 ], [ 120.0137177, 30.4036117 ], [ 120.0140025, 30.4037273 ], [ 120.0141114, 30.4037454 ], [ 120.0141784, 30.4037237 ], [ 120.0142119, 30.4036948 ], [ 120.0142161, 30.403619 ], [ 120.01417, 30.4036045 ], [ 120.0140444, 30.4036334 ], [ 120.0137763, 30.4035142 ], [ 120.0135334, 30.4033769 ], [ 120.0134747, 30.4033083 ], [ 120.0134747, 30.403218 ], [ 120.0136297, 30.4027519 ], [ 120.0137302, 30.4024376 ], [ 120.0138224, 30.4018632 ], [ 120.0137679, 30.4016718 ], [ 120.0137051, 30.4016609 ], [ 120.0136674, 30.4017982 ], [ 120.0136674, 30.4019969 ], [ 120.0136213, 30.4024268 ], [ 120.0135166, 30.4027447 ], [ 120.0133407, 30.4031132 ], [ 120.0132653, 30.4031891 ], [ 120.0131689, 30.4032107 ], [ 120.0130433, 30.4032252 ], [ 120.0129805, 30.4032758 ], [ 120.0128716, 30.4033661 ], [ 120.012725, 30.4034528 ], [ 120.0126244, 30.403525 ], [ 120.0123522, 30.4038791 ], [ 120.0121846, 30.4040814 ], [ 120.0120883, 30.4041717 ], [ 120.0119836, 30.4042728 ], [ 120.011904, 30.4043884 ], [ 120.0118956, 30.4045004 ], [ 120.0119459, 30.4046666 ], [ 120.0120338, 30.4048942 ], [ 120.0120632, 30.4050495 ], [ 120.0120171, 30.4052302 ], [ 120.0119752, 30.4053674 ], [ 120.0118956, 30.4054794 ], [ 120.0117239, 30.4057215 ], [ 120.0116778, 30.4057504 ], [ 120.0115186, 30.4057504 ], [ 120.0115103, 30.4058335 ], [ 120.0114726, 30.4058515 ], [ 120.0111961, 30.4058154 ], [ 120.0111836, 30.4057359 ], [ 120.0108736, 30.4057034 ], [ 120.0106684, 30.4056528 ], [ 120.0104631, 30.4055842 ], [ 120.0103542, 30.4055228 ], [ 120.0102956, 30.4054722 ], [ 120.0102704, 30.4054216 ], [ 120.0102621, 30.4053385 ], [ 120.0102453, 30.4051579 ], [ 120.0102286, 30.4051146 ], [ 120.010195, 30.4050893 ], [ 120.0098097, 30.4050495 ], [ 120.0094997, 30.4049592 ], [ 120.0091228, 30.4048798 ], [ 120.0089008, 30.4048111 ], [ 120.00844, 30.4047425 ], [ 120.0082306, 30.4046955 ], [ 120.0080128, 30.4046449 ], [ 120.0079248, 30.4045727 ], [ 120.0079081, 30.4045221 ], [ 120.0078955, 30.4042873 ], [ 120.00795, 30.4035467 ], [ 120.0079793, 30.4030843 ], [ 120.0079416, 30.4030807 ], [ 120.0078578, 30.4044968 ], [ 120.0078159, 30.404551 ], [ 120.0077573, 30.4045582 ], [ 120.0076526, 30.4045546 ], [ 120.00764, 30.4046702 ], [ 120.0076023, 30.404728 ], [ 120.0075102, 30.404728 ], [ 120.0065693, 30.4047496 ], [ 120.006546, 30.4047715 ], [ 120.0065732, 30.4047894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9992034, 30.3965259 ], [ 119.9995358, 30.3958692 ], [ 119.9988638, 30.3957746 ], [ 119.9981368, 30.3957232 ], [ 119.9979387, 30.3964098 ], [ 119.9992034, 30.3965259 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9884613, 30.3965841 ], [ 119.9884987, 30.396645 ], [ 119.9886068, 30.3966199 ], [ 119.9886359, 30.3965841 ], [ 119.988665, 30.3965052 ], [ 119.9885611, 30.3964657 ], [ 119.988453, 30.3964586 ], [ 119.988428, 30.396498 ], [ 119.9884613, 30.3965841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9886858, 30.3970216 ], [ 119.9887481, 30.3970574 ], [ 119.9888354, 30.3970646 ], [ 119.9888562, 30.3969391 ], [ 119.9888271, 30.3968781 ], [ 119.9887731, 30.3968638 ], [ 119.9887274, 30.3968853 ], [ 119.9887024, 30.3969283 ], [ 119.9886816, 30.3969749 ], [ 119.9886858, 30.3970216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0102525, 30.3973441 ], [ 120.0102614, 30.3971001 ], [ 120.0099652, 30.3970772 ], [ 120.0099519, 30.3973327 ], [ 120.0102525, 30.3973441 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0154388, 30.3975073 ], [ 120.0154436, 30.3974449 ], [ 120.0153858, 30.3973409 ], [ 120.0153327, 30.397291 ], [ 120.0152845, 30.3973576 ], [ 120.0152315, 30.3973534 ], [ 120.0152218, 30.3974449 ], [ 120.0154388, 30.3975073 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0096734, 30.3983699 ], [ 120.0097751, 30.3978399 ], [ 120.0100757, 30.3979123 ], [ 120.0101641, 30.3976759 ], [ 120.009638, 30.3975653 ], [ 120.0094567, 30.3983432 ], [ 120.0096734, 30.3983699 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1162178, 30.4079512 ], [ 120.116754, 30.4081127 ], [ 120.1170604, 30.4081567 ], [ 120.1176816, 30.4081274 ], [ 120.1179965, 30.408076 ], [ 120.1183795, 30.4081274 ], [ 120.1189242, 30.4083843 ], [ 120.1194859, 30.4087659 ], [ 120.1200816, 30.4089421 ], [ 120.1206178, 30.4089788 ], [ 120.1208731, 30.4090302 ], [ 120.1210518, 30.409265 ], [ 120.1212646, 30.4094339 ], [ 120.1215284, 30.4095513 ], [ 120.1222007, 30.4096541 ], [ 120.1225667, 30.4096687 ], [ 120.1227964, 30.4097568 ], [ 120.1230177, 30.4098742 ], [ 120.1231083, 30.4099498 ], [ 120.1231813, 30.4100554 ], [ 120.1232055, 30.4101665 ], [ 120.123247, 30.4102444 ], [ 120.1233262, 30.4103192 ], [ 120.1235624, 30.4104698 ], [ 120.1238264, 30.4106036 ], [ 120.123875, 30.4102648 ], [ 120.1237325, 30.4102666 ], [ 120.1236024, 30.4102266 ], [ 120.1235132, 30.4101744 ], [ 120.1234636, 30.4100955 ], [ 120.1234074, 30.409973 ], [ 120.1233876, 30.4098633 ], [ 120.1233703, 30.4096629 ], [ 120.1233128, 30.4095928 ], [ 120.1232144, 30.4095541 ], [ 120.1230858, 30.4095513 ], [ 120.122822, 30.4095586 ], [ 120.122022, 30.4095219 ], [ 120.1216731, 30.4093972 ], [ 120.1215624, 30.4093898 ], [ 120.1211965, 30.4092724 ], [ 120.1210348, 30.4090155 ], [ 120.1209071, 30.4088834 ], [ 120.1207369, 30.4088393 ], [ 120.1206007, 30.4088467 ], [ 120.1203709, 30.4088834 ], [ 120.1201156, 30.4088834 ], [ 120.1198178, 30.4087513 ], [ 120.119639, 30.4087219 ], [ 120.1190178, 30.4082889 ], [ 120.118822, 30.40812 ], [ 120.1186944, 30.4080833 ], [ 120.1184731, 30.408098 ], [ 120.1179625, 30.4080099 ], [ 120.1177497, 30.4079953 ], [ 120.1173242, 30.4080393 ], [ 120.1170433, 30.408076 ], [ 120.1165923, 30.4079879 ], [ 120.1162008, 30.4078485 ], [ 120.1161242, 30.4078778 ], [ 120.1162178, 30.4079512 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1072422, 30.4071126 ], [ 120.1076633, 30.407048 ], [ 120.1083811, 30.4070418 ], [ 120.1094759, 30.4069668 ], [ 120.1099762, 30.4069605 ], [ 120.11081, 30.4068417 ], [ 120.111216, 30.4068104 ], [ 120.1116873, 30.4068104 ], [ 120.1120716, 30.4067792 ], [ 120.1124341, 30.4068792 ], [ 120.1126879, 30.406923 ], [ 120.1135435, 30.4069167 ], [ 120.113964, 30.4070418 ], [ 120.1139278, 30.4071731 ], [ 120.1139858, 30.4074107 ], [ 120.1141018, 30.4074983 ], [ 120.1140075, 30.407911 ], [ 120.1140583, 30.4080923 ], [ 120.1140873, 30.4085863 ], [ 120.1141018, 30.4091491 ], [ 120.1142178, 30.409468 ], [ 120.1142468, 30.4097994 ], [ 120.1143918, 30.4105123 ], [ 120.1145731, 30.410975 ], [ 120.1147543, 30.4114065 ], [ 120.1148341, 30.4116441 ], [ 120.1149066, 30.4116754 ], [ 120.1150588, 30.4118692 ], [ 120.1152039, 30.4120318 ], [ 120.1152764, 30.4121631 ], [ 120.1154286, 30.4122569 ], [ 120.1155229, 30.4123507 ], [ 120.1154721, 30.4124632 ], [ 120.1153996, 30.4126071 ], [ 120.1153924, 30.4127196 ], [ 120.1153996, 30.4130197 ], [ 120.1154504, 30.4133386 ], [ 120.1155881, 30.4140827 ], [ 120.1156824, 30.4140827 ], [ 120.1156171, 30.4132886 ], [ 120.1156171, 30.4129697 ], [ 120.1155664, 30.4126446 ], [ 120.1155954, 30.4124507 ], [ 120.1156606, 30.4123382 ], [ 120.1157912, 30.4122944 ], [ 120.1166467, 30.4122319 ], [ 120.1169077, 30.4122006 ], [ 120.1173283, 30.4122694 ], [ 120.1179446, 30.4122694 ], [ 120.1183579, 30.4123694 ], [ 120.1185391, 30.4123945 ], [ 120.1186769, 30.4123757 ], [ 120.1192352, 30.4123819 ], [ 120.1200908, 30.4124695 ], [ 120.12033, 30.412457 ], [ 120.1206708, 30.412507 ], [ 120.1208448, 30.4125008 ], [ 120.1210188, 30.4124507 ], [ 120.1212726, 30.4124632 ], [ 120.1220992, 30.412482 ], [ 120.1221644, 30.4125258 ], [ 120.1222224, 30.4127509 ], [ 120.1225342, 30.414164 ], [ 120.122643, 30.4145267 ], [ 120.122701, 30.4146392 ], [ 120.1227735, 30.4147143 ], [ 120.122933, 30.414783 ], [ 120.123658, 30.4150081 ], [ 120.1238756, 30.4150894 ], [ 120.1242236, 30.415252 ], [ 120.1242308, 30.4150769 ], [ 120.1241293, 30.4149331 ], [ 120.1239553, 30.4149394 ], [ 120.1238611, 30.4149456 ], [ 120.1236943, 30.4149206 ], [ 120.123368, 30.4148143 ], [ 120.1229692, 30.414608 ], [ 120.122846, 30.4144391 ], [ 120.1227372, 30.4141515 ], [ 120.1225777, 30.4132761 ], [ 120.1224907, 30.4129385 ], [ 120.1224399, 30.4128009 ], [ 120.1224762, 30.4127008 ], [ 120.1225995, 30.4126571 ], [ 120.122962, 30.4126071 ], [ 120.1230345, 30.4125508 ], [ 120.1228967, 30.4124695 ], [ 120.1227372, 30.4124507 ], [ 120.1222369, 30.412457 ], [ 120.1218454, 30.4123882 ], [ 120.1209246, 30.4123882 ], [ 120.1201633, 30.4123882 ], [ 120.1196267, 30.4123194 ], [ 120.1186914, 30.4123194 ], [ 120.1182056, 30.4122819 ], [ 120.1177198, 30.4121506 ], [ 120.1171035, 30.4121193 ], [ 120.1162479, 30.4121568 ], [ 120.1156461, 30.4121443 ], [ 120.1154576, 30.4121006 ], [ 120.1151314, 30.4118067 ], [ 120.1149791, 30.4116191 ], [ 120.1147543, 30.4109125 ], [ 120.1146238, 30.4106936 ], [ 120.1144788, 30.4102872 ], [ 120.1143265, 30.4094305 ], [ 120.1142903, 30.4089428 ], [ 120.1142395, 30.4080611 ], [ 120.114254, 30.407417 ], [ 120.1143265, 30.4072044 ], [ 120.1145513, 30.4069793 ], [ 120.1147616, 30.4068167 ], [ 120.1149283, 30.4067166 ], [ 120.1149863, 30.4066166 ], [ 120.1148341, 30.4066103 ], [ 120.1147906, 30.4066728 ], [ 120.1144788, 30.4067792 ], [ 120.1140945, 30.4067917 ], [ 120.1134855, 30.4067604 ], [ 120.1128764, 30.4068354 ], [ 120.1126372, 30.4068354 ], [ 120.1124196, 30.4067416 ], [ 120.1122094, 30.4066916 ], [ 120.1113756, 30.4066728 ], [ 120.110839, 30.4066478 ], [ 120.1104475, 30.4067354 ], [ 120.1101357, 30.4067104 ], [ 120.1097442, 30.4068354 ], [ 120.1088306, 30.4067541 ], [ 120.1085913, 30.4067729 ], [ 120.107859, 30.4068917 ], [ 120.107685, 30.4069417 ], [ 120.1072196, 30.4070297 ], [ 120.1072422, 30.4071126 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1085913, 30.4123194 ], [ 120.1089031, 30.4121381 ], [ 120.1090191, 30.4121006 ], [ 120.1092221, 30.4120818 ], [ 120.1107085, 30.4119505 ], [ 120.1114336, 30.4118692 ], [ 120.1128112, 30.4117629 ], [ 120.1138262, 30.4116941 ], [ 120.1138915, 30.4116566 ], [ 120.113848, 30.4116066 ], [ 120.1134565, 30.4116066 ], [ 120.1127169, 30.4116629 ], [ 120.1118831, 30.4116879 ], [ 120.1116076, 30.4117316 ], [ 120.111216, 30.4117254 ], [ 120.111158, 30.4116754 ], [ 120.1111363, 30.4115253 ], [ 120.1109623, 30.411344 ], [ 120.110868, 30.4113502 ], [ 120.1107665, 30.4114002 ], [ 120.110723, 30.4116629 ], [ 120.1106867, 30.4117566 ], [ 120.1105852, 30.4118129 ], [ 120.1101357, 30.4118942 ], [ 120.1093816, 30.412013 ], [ 120.1092801, 30.411913 ], [ 120.1092004, 30.4118567 ], [ 120.1091206, 30.4118504 ], [ 120.1090481, 30.411913 ], [ 120.1090046, 30.4119818 ], [ 120.1087363, 30.4121068 ], [ 120.1085406, 30.4122756 ], [ 120.1085913, 30.4123194 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1156692, 30.4197256 ], [ 120.1156908, 30.4195849 ], [ 120.1156794, 30.418747 ], [ 120.1156851, 30.4181062 ], [ 120.1157308, 30.4174358 ], [ 120.1157651, 30.4173274 ], [ 120.1158737, 30.4172879 ], [ 120.1178857, 30.417352 ], [ 120.1194004, 30.4173619 ], [ 120.1202064, 30.4173668 ], [ 120.1219554, 30.4174112 ], [ 120.1229043, 30.4174457 ], [ 120.1232758, 30.4174654 ], [ 120.1233616, 30.4175245 ], [ 120.1233501, 30.4176379 ], [ 120.1232701, 30.4177759 ], [ 120.1231844, 30.4180175 ], [ 120.1232358, 30.4183921 ], [ 120.1233387, 30.4186928 ], [ 120.1232701, 30.4190033 ], [ 120.1232472, 30.419442 ], [ 120.1230929, 30.4197377 ], [ 120.1227671, 30.4202898 ], [ 120.1225556, 30.420344 ], [ 120.1222184, 30.420413 ], [ 120.1220755, 30.4204672 ], [ 120.1219955, 30.4206151 ], [ 120.1219783, 30.4208566 ], [ 120.1220297, 30.4210883 ], [ 120.1220869, 30.4213544 ], [ 120.1221841, 30.4218424 ], [ 120.1223041, 30.4220938 ], [ 120.1224985, 30.4222121 ], [ 120.1226585, 30.4223353 ], [ 120.1227442, 30.4224388 ], [ 120.1229271, 30.422912 ], [ 120.1229557, 30.4230894 ], [ 120.1229157, 30.4231535 ], [ 120.12279, 30.4232324 ], [ 120.1227042, 30.4234492 ], [ 120.1226471, 30.4237893 ], [ 120.1225785, 30.4239766 ], [ 120.1224527, 30.4240259 ], [ 120.1223155, 30.4240111 ], [ 120.1218869, 30.4238978 ], [ 120.1215439, 30.4238337 ], [ 120.1212067, 30.4238386 ], [ 120.1209723, 30.4239027 ], [ 120.1207094, 30.4239914 ], [ 120.1203452, 30.4240813 ], [ 120.1203702, 30.4241513 ], [ 120.1205608, 30.4240949 ], [ 120.1207722, 30.4240703 ], [ 120.1210923, 30.4239668 ], [ 120.1213496, 30.423952 ], [ 120.1216982, 30.4239668 ], [ 120.1224356, 30.4241097 ], [ 120.1226414, 30.4241146 ], [ 120.1226871, 30.424016 ], [ 120.1227842, 30.4236168 ], [ 120.1228757, 30.423395 ], [ 120.1229843, 30.4232521 ], [ 120.1230415, 30.4231535 ], [ 120.1230529, 30.4230352 ], [ 120.12299, 30.4228627 ], [ 120.1228471, 30.4223057 ], [ 120.1227099, 30.4222269 ], [ 120.1225785, 30.4221234 ], [ 120.1224642, 30.4219706 ], [ 120.1223327, 30.4217241 ], [ 120.122247, 30.4214234 ], [ 120.1221669, 30.4211376 ], [ 120.1220698, 30.4209453 ], [ 120.1220698, 30.4207876 ], [ 120.1221155, 30.4206447 ], [ 120.1221784, 30.420551 ], [ 120.1223441, 30.4205066 ], [ 120.1226756, 30.4204524 ], [ 120.1228528, 30.4204031 ], [ 120.1229271, 30.4203046 ], [ 120.1230015, 30.4202109 ], [ 120.1233101, 30.4197574 ], [ 120.1234644, 30.4194518 ], [ 120.1236245, 30.4184512 ], [ 120.1236816, 30.4180323 ], [ 120.123756, 30.4178104 ], [ 120.1238074, 30.4176182 ], [ 120.1238303, 30.4175295 ], [ 120.1239789, 30.4175196 ], [ 120.1242247, 30.4175147 ], [ 120.1246272, 30.417532 ], [ 120.1246143, 30.417454 ], [ 120.1242818, 30.4174358 ], [ 120.1240075, 30.4173964 ], [ 120.1234873, 30.4173767 ], [ 120.1228357, 30.417352 ], [ 120.121401, 30.4173077 ], [ 120.120315, 30.417283 ], [ 120.1199358, 30.4172856 ], [ 120.1195891, 30.4172879 ], [ 120.1187461, 30.4172578 ], [ 120.117824, 30.4172355 ], [ 120.116994, 30.4172288 ], [ 120.1168354, 30.4172246 ], [ 120.1158336, 30.4171982 ], [ 120.1156851, 30.4171943 ], [ 120.1156051, 30.4172436 ], [ 120.1156565, 30.4173372 ], [ 120.1155651, 30.4184808 ], [ 120.1155708, 30.4194272 ], [ 120.1155894, 30.4195104 ], [ 120.1155994, 30.4195553 ], [ 120.1155391, 30.4196471 ], [ 120.1156692, 30.4197256 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1163291, 30.422633 ], [ 120.116378, 30.4226598 ], [ 120.1164179, 30.422744 ], [ 120.1164268, 30.4228473 ], [ 120.1163957, 30.4228818 ], [ 120.1164002, 30.4230348 ], [ 120.1163913, 30.4232032 ], [ 120.1164179, 30.4232989 ], [ 120.1165244, 30.4233754 ], [ 120.1168695, 30.4234204 ], [ 120.1168948, 30.4233703 ], [ 120.1169698, 30.423348 ], [ 120.1170339, 30.4233911 ], [ 120.1170792, 30.423559 ], [ 120.1171646, 30.4236032 ], [ 120.1172758, 30.423634 ], [ 120.117636, 30.4236754 ], [ 120.1177183, 30.4236502 ], [ 120.1178501, 30.423627 ], [ 120.1178368, 30.4235135 ], [ 120.1178908, 30.4234585 ], [ 120.1180788, 30.4234015 ], [ 120.1181633, 30.4234095 ], [ 120.1182177, 30.4234815 ], [ 120.1181418, 30.4235801 ], [ 120.118155, 30.4236136 ], [ 120.1183995, 30.4236736 ], [ 120.1187697, 30.4237037 ], [ 120.1188013, 30.4235763 ], [ 120.1188497, 30.4234798 ], [ 120.118925, 30.4234168 ], [ 120.1189972, 30.4234083 ], [ 120.1190814, 30.4234183 ], [ 120.1191503, 30.423584 ], [ 120.1191133, 30.4236576 ], [ 120.1191926, 30.4236973 ], [ 120.1192336, 30.4237639 ], [ 120.1197554, 30.4237838 ], [ 120.119785, 30.4236977 ], [ 120.119778, 30.4229071 ], [ 120.119567, 30.4228725 ], [ 120.119489, 30.4228167 ], [ 120.1195378, 30.4227287 ], [ 120.1196266, 30.4226713 ], [ 120.1197952, 30.4226751 ], [ 120.1198086, 30.422633 ], [ 120.1197908, 30.4219441 ], [ 120.1197597, 30.4218867 ], [ 120.1195955, 30.4218944 ], [ 120.1193825, 30.4219135 ], [ 120.1192582, 30.4219135 ], [ 120.119165, 30.4219595 ], [ 120.1191118, 30.4220283 ], [ 120.1191118, 30.4221317 ], [ 120.119063, 30.4221852 ], [ 120.1189742, 30.4221546 ], [ 120.1188855, 30.4221202 ], [ 120.1188499, 30.4220475 ], [ 120.1188499, 30.4219403 ], [ 120.1187567, 30.4219097 ], [ 120.1185348, 30.4219059 ], [ 120.1182286, 30.4219212 ], [ 120.1181487, 30.4219748 ], [ 120.1180422, 30.4219786 ], [ 120.117847, 30.4219288 ], [ 120.1176916, 30.4218829 ], [ 120.1175363, 30.4218906 ], [ 120.1173943, 30.4218982 ], [ 120.1172833, 30.4219135 ], [ 120.1172345, 30.4220207 ], [ 120.1171724, 30.4221431 ], [ 120.1172212, 30.4222312 ], [ 120.1171768, 30.4222924 ], [ 120.1170481, 30.422346 ], [ 120.1169549, 30.4223422 ], [ 120.1169505, 30.4222388 ], [ 120.1169416, 30.4220972 ], [ 120.1169682, 30.4220207 ], [ 120.116875, 30.421925 ], [ 120.1167996, 30.4218638 ], [ 120.1166531, 30.4218676 ], [ 120.1164357, 30.4218676 ], [ 120.1163513, 30.4218982 ], [ 120.1163291, 30.4220322 ], [ 120.1163291, 30.422633 ] ], [ [ 120.1166043, 30.4227631 ], [ 120.1166798, 30.4227516 ], [ 120.1167108, 30.4226942 ], [ 120.1167951, 30.4226368 ], [ 120.1169061, 30.4226024 ], [ 120.1170392, 30.4225909 ], [ 120.117128, 30.4225986 ], [ 120.1172168, 30.4226598 ], [ 120.1172434, 30.4227172 ], [ 120.1172168, 30.4227516 ], [ 120.1171591, 30.4228167 ], [ 120.1171014, 30.4229162 ], [ 120.1169904, 30.4230042 ], [ 120.1168706, 30.423008 ], [ 120.1167419, 30.422943 ], [ 120.1165866, 30.422809 ], [ 120.1166043, 30.4227631 ] ], [ [ 120.1173943, 30.4226866 ], [ 120.1174076, 30.4225756 ], [ 120.1174608, 30.4224723 ], [ 120.117554, 30.4223957 ], [ 120.1176872, 30.4223422 ], [ 120.1178336, 30.4223077 ], [ 120.1179402, 30.4222694 ], [ 120.1179579, 30.4221967 ], [ 120.1181132, 30.4221814 ], [ 120.1182153, 30.422235 ], [ 120.1182641, 30.4223115 ], [ 120.1184017, 30.4223613 ], [ 120.1185171, 30.4224417 ], [ 120.1185792, 30.4225526 ], [ 120.118597, 30.4226674 ], [ 120.118597, 30.4227861 ], [ 120.1185881, 30.4229085 ], [ 120.1185215, 30.4230042 ], [ 120.1184816, 30.4230693 ], [ 120.1183795, 30.4231305 ], [ 120.1182419, 30.4231917 ], [ 120.1181177, 30.4232606 ], [ 120.117847, 30.4232185 ], [ 120.1178336, 30.4231343 ], [ 120.1177538, 30.423008 ], [ 120.1176472, 30.4230042 ], [ 120.1175052, 30.4230157 ], [ 120.1174742, 30.4229659 ], [ 120.1173943, 30.4228856 ], [ 120.1173321, 30.422855 ], [ 120.1173277, 30.4227593 ], [ 120.1173943, 30.4226866 ] ], [ [ 120.1188322, 30.4229315 ], [ 120.1188278, 30.4227784 ], [ 120.1188411, 30.422633 ], [ 120.1188766, 30.4225373 ], [ 120.1189698, 30.4225067 ], [ 120.1190452, 30.4225258 ], [ 120.1191074, 30.4225871 ], [ 120.119134, 30.4226483 ], [ 120.1192405, 30.4226866 ], [ 120.1193381, 30.4227478 ], [ 120.1193426, 30.4228205 ], [ 120.1193026, 30.4228626 ], [ 120.1192272, 30.4228779 ], [ 120.1191517, 30.4229353 ], [ 120.1191074, 30.4230119 ], [ 120.119165, 30.4230654 ], [ 120.119165, 30.4231382 ], [ 120.119094, 30.4231803 ], [ 120.1189565, 30.4231841 ], [ 120.1188233, 30.4231649 ], [ 120.1188011, 30.4231114 ], [ 120.1188322, 30.4229315 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108115, 30.4224587 ], [ 120.1082542, 30.4225081 ], [ 120.1083682, 30.422628 ], [ 120.1083682, 30.4233265 ], [ 120.1083405, 30.423537 ], [ 120.1083682, 30.4236806 ], [ 120.1084293, 30.423848 ], [ 120.1084792, 30.4239533 ], [ 120.1084676, 30.4240597 ], [ 120.1085801, 30.4240705 ], [ 120.108629, 30.4240442 ], [ 120.1087178, 30.4240155 ], [ 120.1100328, 30.424049 ], [ 120.1108207, 30.4240394 ], [ 120.1110315, 30.4239772 ], [ 120.1118471, 30.423738 ], [ 120.1124686, 30.4235227 ], [ 120.1127793, 30.4233839 ], [ 120.1128847, 30.4232691 ], [ 120.11304, 30.4231543 ], [ 120.1132176, 30.4231351 ], [ 120.1139056, 30.4231351 ], [ 120.1140776, 30.4231399 ], [ 120.1143751, 30.423111 ], [ 120.1142564, 30.4230193 ], [ 120.1140998, 30.4230586 ], [ 120.1138612, 30.4230729 ], [ 120.1134673, 30.4230442 ], [ 120.1132009, 30.4229916 ], [ 120.1129901, 30.4229677 ], [ 120.1128736, 30.4230394 ], [ 120.1127293, 30.4232595 ], [ 120.1125518, 30.4233935 ], [ 120.1118971, 30.423604 ], [ 120.1113866, 30.4237571 ], [ 120.1109538, 30.4238672 ], [ 120.1107152, 30.4238815 ], [ 120.1103768, 30.4238911 ], [ 120.1097221, 30.4238528 ], [ 120.1089952, 30.4238241 ], [ 120.1086401, 30.4238097 ], [ 120.1085902, 30.4237045 ], [ 120.1085791, 30.4235514 ], [ 120.1085957, 30.4229246 ], [ 120.1084848, 30.4225658 ], [ 120.1083294, 30.4224127 ], [ 120.1081463, 30.4223696 ], [ 120.1080587, 30.4223621 ], [ 120.1080347, 30.4224327 ], [ 120.1080203, 30.4224748 ], [ 120.108115, 30.4224587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1057357, 30.4208145 ], [ 120.1061171, 30.4207013 ], [ 120.1063734, 30.4206312 ], [ 120.1066797, 30.4206312 ], [ 120.1070173, 30.4206798 ], [ 120.1073048, 30.4206798 ], [ 120.1077362, 30.4206474 ], [ 120.1079112, 30.4206474 ], [ 120.1085551, 30.4205504 ], [ 120.1089739, 30.4204641 ], [ 120.1093865, 30.4204426 ], [ 120.1098554, 30.4205558 ], [ 120.1101742, 30.4205558 ], [ 120.1107181, 30.4205558 ], [ 120.1110744, 30.4205342 ], [ 120.1114432, 30.4204318 ], [ 120.1117308, 30.4204156 ], [ 120.1120234, 30.4204319 ], [ 120.1120421, 30.4205476 ], [ 120.1120019, 30.4208136 ], [ 120.1120496, 30.4209493 ], [ 120.1121371, 30.4210625 ], [ 120.1121496, 30.4213859 ], [ 120.1121997, 30.421456 ], [ 120.1122997, 30.4214075 ], [ 120.1122934, 30.421235 ], [ 120.1123059, 30.4208145 ], [ 120.1123122, 30.4205558 ], [ 120.1123747, 30.4203887 ], [ 120.112481, 30.4202431 ], [ 120.1126748, 30.4201838 ], [ 120.1131186, 30.4201892 ], [ 120.1138188, 30.4201569 ], [ 120.1143314, 30.4201569 ], [ 120.114694, 30.4201676 ], [ 120.1150128, 30.4202485 ], [ 120.1152066, 30.4203563 ], [ 120.1152503, 30.4204911 ], [ 120.1152066, 30.4205989 ], [ 120.1150753, 30.4207445 ], [ 120.1150565, 30.4209385 ], [ 120.1151816, 30.4213159 ], [ 120.1152066, 30.421456 ], [ 120.1152128, 30.4222592 ], [ 120.1151941, 30.422615 ], [ 120.115069, 30.4227013 ], [ 120.1148502, 30.4227174 ], [ 120.1145314, 30.422766 ], [ 120.1143251, 30.4228414 ], [ 120.1142564, 30.4230193 ], [ 120.1143751, 30.423111 ], [ 120.1145814, 30.4231595 ], [ 120.1149065, 30.4231325 ], [ 120.1151816, 30.4231056 ], [ 120.1154254, 30.4231002 ], [ 120.1155816, 30.4231595 ], [ 120.1156442, 30.423332 ], [ 120.1157192, 30.423677 ], [ 120.1156879, 30.4238872 ], [ 120.1157379, 30.4243185 ], [ 120.1157817, 30.4246419 ], [ 120.1158004, 30.4248359 ], [ 120.115913, 30.4248791 ], [ 120.116038, 30.424782 ], [ 120.116213, 30.4245826 ], [ 120.1163381, 30.4244963 ], [ 120.1165444, 30.424491 ], [ 120.1168757, 30.4245071 ], [ 120.117157, 30.424464 ], [ 120.1171132, 30.4243778 ], [ 120.117332, 30.4243454 ], [ 120.1175508, 30.424367 ], [ 120.1177259, 30.4243238 ], [ 120.1179384, 30.4243346 ], [ 120.118126, 30.4244101 ], [ 120.118401, 30.4243993 ], [ 120.1187824, 30.4244317 ], [ 120.1190137, 30.424464 ], [ 120.1191887, 30.4245017 ], [ 120.1192325, 30.4246311 ], [ 120.1191949, 30.4250031 ], [ 120.1191762, 30.4251971 ], [ 120.1192134, 30.4252894 ], [ 120.1192262, 30.4253211 ], [ 120.1192262, 30.425499 ], [ 120.1191574, 30.4256068 ], [ 120.1190699, 30.4257416 ], [ 120.1190762, 30.4259248 ], [ 120.1191512, 30.42641 ], [ 120.1191324, 30.426604 ], [ 120.1191074, 30.4267819 ], [ 120.1191012, 30.4269221 ], [ 120.1190699, 30.4272077 ], [ 120.1190069, 30.4273136 ], [ 120.11897, 30.4273756 ], [ 120.1189589, 30.4274998 ], [ 120.1189211, 30.4275168 ], [ 120.1188312, 30.4275063 ], [ 120.118798, 30.4274866 ], [ 120.1188088, 30.4274072 ], [ 120.1186573, 30.4273802 ], [ 120.1184135, 30.4274072 ], [ 120.118251, 30.427488 ], [ 120.1180197, 30.4275743 ], [ 120.1177884, 30.4275473 ], [ 120.1176696, 30.4274449 ], [ 120.1176696, 30.4273425 ], [ 120.1175258, 30.4272617 ], [ 120.1173258, 30.4272347 ], [ 120.1172945, 30.4271538 ], [ 120.1172508, 30.4269382 ], [ 120.1172633, 30.4267657 ], [ 120.1172195, 30.426631 ], [ 120.1171692, 30.4264397 ], [ 120.1171417, 30.4261985 ], [ 120.1171263, 30.4261401 ], [ 120.1171001, 30.4261292 ], [ 120.1170733, 30.426139 ], [ 120.1170404, 30.4261812 ], [ 120.1169854, 30.4263414 ], [ 120.1169828, 30.426479 ], [ 120.1170632, 30.4265771 ], [ 120.1171195, 30.4267172 ], [ 120.1171695, 30.4269382 ], [ 120.1172133, 30.4272077 ], [ 120.1171883, 30.4273587 ], [ 120.117082, 30.4274719 ], [ 120.1170757, 30.4275473 ], [ 120.1172258, 30.4276174 ], [ 120.1173445, 30.4277037 ], [ 120.117407, 30.4278546 ], [ 120.1174571, 30.4278061 ], [ 120.1175008, 30.4277306 ], [ 120.1176446, 30.4276713 ], [ 120.1178509, 30.4277144 ], [ 120.1179947, 30.427763 ], [ 120.1180384, 30.4279462 ], [ 120.118126, 30.4279678 ], [ 120.1181135, 30.4278384 ], [ 120.1181072, 30.4276875 ], [ 120.118251, 30.4276336 ], [ 120.1185573, 30.4276066 ], [ 120.118662, 30.4276663 ], [ 120.1187875, 30.4276655 ], [ 120.1188021, 30.4275852 ], [ 120.1189501, 30.4276002 ], [ 120.1189356, 30.4277113 ], [ 120.1190074, 30.4277791 ], [ 120.1190949, 30.4279301 ], [ 120.1191814, 30.4281957 ], [ 120.1191949, 30.4282373 ], [ 120.1191262, 30.4287117 ], [ 120.1190449, 30.4288356 ], [ 120.1190887, 30.4289327 ], [ 120.1191449, 30.4290566 ], [ 120.119142, 30.4290963 ], [ 120.1191403, 30.4291197 ], [ 120.1191262, 30.4293154 ], [ 120.1190137, 30.4294232 ], [ 120.1188261, 30.4294825 ], [ 120.118526, 30.4295741 ], [ 120.1180197, 30.4296226 ], [ 120.1179027, 30.4296753 ], [ 120.1178759, 30.4296873 ], [ 120.1176767, 30.429787 ], [ 120.1174416, 30.4299047 ], [ 120.1172591, 30.4299961 ], [ 120.1171007, 30.4300754 ], [ 120.1166953, 30.4302287 ], [ 120.1166444, 30.4302479 ], [ 120.1160593, 30.4305842 ], [ 120.1157254, 30.4307761 ], [ 120.1155879, 30.4307438 ], [ 120.1155258, 30.4306581 ], [ 120.1154468, 30.4305491 ], [ 120.1154004, 30.4304851 ], [ 120.1153503, 30.4303126 ], [ 120.1153941, 30.4301724 ], [ 120.1154879, 30.4300564 ], [ 120.1155706, 30.4299307 ], [ 120.1155711, 30.4297968 ], [ 120.1155317, 30.429496 ], [ 120.1155553, 30.4293969 ], [ 120.1155725, 30.4290035 ], [ 120.1155716, 30.4288024 ], [ 120.1155107, 30.4286914 ], [ 120.1153788, 30.4286146 ], [ 120.1151503, 30.4285715 ], [ 120.1148252, 30.4285661 ], [ 120.1145127, 30.4284853 ], [ 120.1143876, 30.4283775 ], [ 120.1142063, 30.4281942 ], [ 120.1140313, 30.42786 ], [ 120.113925, 30.4276713 ], [ 120.1138125, 30.4275527 ], [ 120.113625, 30.4274611 ], [ 120.1132499, 30.4273048 ], [ 120.1128998, 30.4272024 ], [ 120.1125685, 30.4271646 ], [ 120.1122997, 30.42717 ], [ 120.1119308, 30.4272293 ], [ 120.111562, 30.4272994 ], [ 120.1112995, 30.4273156 ], [ 120.1110682, 30.4272778 ], [ 120.1106743, 30.4271161 ], [ 120.1104055, 30.4270137 ], [ 120.1103367, 30.426825 ], [ 120.1102117, 30.4265932 ], [ 120.1100554, 30.4265393 ], [ 120.1094928, 30.4265717 ], [ 120.1089677, 30.4265286 ], [ 120.1087051, 30.4265016 ], [ 120.1086426, 30.4264046 ], [ 120.1085051, 30.4259626 ], [ 120.1084801, 30.4254936 ], [ 120.1085113, 30.4248683 ], [ 120.1085489, 30.4244478 ], [ 120.1085801, 30.4240705 ], [ 120.1084676, 30.4240597 ], [ 120.1083926, 30.4242807 ], [ 120.1083363, 30.4244802 ], [ 120.1083801, 30.4247767 ], [ 120.1083426, 30.4251486 ], [ 120.1083551, 30.4255744 ], [ 120.1084363, 30.4261943 ], [ 120.1085113, 30.4265178 ], [ 120.1085176, 30.4266525 ], [ 120.1084488, 30.4267873 ], [ 120.1085051, 30.4268412 ], [ 120.1086114, 30.4268466 ], [ 120.1087989, 30.4267603 ], [ 120.1089864, 30.4267603 ], [ 120.109199, 30.426755 ], [ 120.1096616, 30.4266471 ], [ 120.1098991, 30.4266364 ], [ 120.1100117, 30.4267011 ], [ 120.1100804, 30.4269005 ], [ 120.110243, 30.4271592 ], [ 120.110368, 30.4272563 ], [ 120.1105993, 30.4273263 ], [ 120.1111557, 30.4274557 ], [ 120.1114307, 30.427488 ], [ 120.111712, 30.4274341 ], [ 120.1121746, 30.4273856 ], [ 120.1129623, 30.4273695 ], [ 120.1132249, 30.4274341 ], [ 120.1134749, 30.4275366 ], [ 120.1136812, 30.4276228 ], [ 120.1138375, 30.4277683 ], [ 120.1139875, 30.4280271 ], [ 120.1142314, 30.4283505 ], [ 120.1143689, 30.4284799 ], [ 120.1145189, 30.4285769 ], [ 120.1147065, 30.4286092 ], [ 120.1150378, 30.4286362 ], [ 120.1152628, 30.4287117 ], [ 120.115384, 30.4287823 ], [ 120.115439, 30.4289434 ], [ 120.1154217, 30.4293206 ], [ 120.1154504, 30.4296064 ], [ 120.1154754, 30.4298598 ], [ 120.1154191, 30.4299999 ], [ 120.1153066, 30.4301347 ], [ 120.1152503, 30.4302802 ], [ 120.1152753, 30.4303988 ], [ 120.1153046, 30.4304501 ], [ 120.1154816, 30.43076 ], [ 120.1155316, 30.4308516 ], [ 120.1154902, 30.4308837 ], [ 120.1154066, 30.4309486 ], [ 120.1151753, 30.4310187 ], [ 120.1146877, 30.4312235 ], [ 120.1140063, 30.4314661 ], [ 120.1138897, 30.4314775 ], [ 120.1137312, 30.431493 ], [ 120.1135062, 30.4314176 ], [ 120.1131383, 30.4313317 ], [ 120.112898, 30.4313332 ], [ 120.1126327, 30.4314078 ], [ 120.1123184, 30.4311912 ], [ 120.1121018, 30.4310652 ], [ 120.1120002, 30.4310188 ], [ 120.1117294, 30.4309379 ], [ 120.1114322, 30.4308819 ], [ 120.1111939, 30.4307588 ], [ 120.1111068, 30.4306524 ], [ 120.1110301, 30.4306972 ], [ 120.1111248, 30.4307904 ], [ 120.1114007, 30.4309241 ], [ 120.1117347, 30.4309806 ], [ 120.1121309, 30.431148 ], [ 120.1126442, 30.4314725 ], [ 120.1128996, 30.4313841 ], [ 120.1131837, 30.4314998 ], [ 120.1131746, 30.4316716 ], [ 120.1132631, 30.431703 ], [ 120.1133148, 30.4317756 ], [ 120.1132561, 30.4320859 ], [ 120.1130623, 30.4323608 ], [ 120.1129186, 30.4326735 ], [ 120.1127748, 30.4328998 ], [ 120.1130811, 30.4330346 ], [ 120.1132686, 30.4327381 ], [ 120.1133624, 30.4323932 ], [ 120.1134874, 30.4321668 ], [ 120.1136312, 30.431935 ], [ 120.1138438, 30.4318326 ], [ 120.1141438, 30.4317302 ], [ 120.1144939, 30.4316709 ], [ 120.1148127, 30.4317032 ], [ 120.114994, 30.4318434 ], [ 120.115069, 30.4318003 ], [ 120.1151065, 30.4316547 ], [ 120.1152191, 30.4315577 ], [ 120.1154504, 30.4315307 ], [ 120.1155379, 30.4316817 ], [ 120.1155978, 30.4316617 ], [ 120.1155611, 30.4314705 ], [ 120.1154567, 30.431406 ], [ 120.1153021, 30.4314008 ], [ 120.1152266, 30.4313413 ], [ 120.1152311, 30.4313126 ], [ 120.1152505, 30.4311905 ], [ 120.1153042, 30.4310703 ], [ 120.1157912, 30.4308363 ], [ 120.1172408, 30.4301307 ], [ 120.1179893, 30.4297487 ], [ 120.1186221, 30.4296738 ], [ 120.1189299, 30.4297089 ], [ 120.1193728, 30.429744 ], [ 120.1196377, 30.4297482 ], [ 120.119835, 30.4297464 ], [ 120.1199641, 30.4297587 ], [ 120.1201094, 30.4298084 ], [ 120.1203981, 30.4299722 ], [ 120.1206078, 30.4300698 ], [ 120.1206627, 30.430134 ], [ 120.1206546, 30.4302459 ], [ 120.1207208, 30.4303902 ], [ 120.1211428, 30.4304709 ], [ 120.1212016, 30.430318 ], [ 120.1213329, 30.4302317 ], [ 120.1212829, 30.4300323 ], [ 120.1213279, 30.4300259 ], [ 120.1214812, 30.4300041 ], [ 120.1229145, 30.4298005 ], [ 120.1232271, 30.429531 ], [ 120.1234521, 30.4294447 ], [ 120.1236897, 30.4294393 ], [ 120.1239397, 30.4294393 ], [ 120.1240826, 30.4293886 ], [ 120.1241523, 30.4293639 ], [ 120.1245211, 30.4292938 ], [ 120.1251212, 30.4293046 ], [ 120.1253901, 30.4293315 ], [ 120.1256276, 30.4292884 ], [ 120.1257901, 30.4291698 ], [ 120.126084, 30.4290998 ], [ 120.1264153, 30.4289704 ], [ 120.1265653, 30.4288464 ], [ 120.1268091, 30.4286739 ], [ 120.1270092, 30.4285715 ], [ 120.1271842, 30.4284799 ], [ 120.1273592, 30.4284314 ], [ 120.1277531, 30.4283182 ], [ 120.1280281, 30.4282643 ], [ 120.1282538, 30.4283179 ], [ 120.1284595, 30.4283667 ], [ 120.1288346, 30.4284368 ], [ 120.1293222, 30.428496 ], [ 120.1293847, 30.4284475 ], [ 120.129355, 30.428414 ], [ 120.1289908, 30.4283056 ], [ 120.128669, 30.4282822 ], [ 120.1284977, 30.4282312 ], [ 120.1281563, 30.4281054 ], [ 120.1281157, 30.4281511 ], [ 120.127886, 30.4281198 ], [ 120.1276514, 30.4281266 ], [ 120.127587, 30.4280731 ], [ 120.1276218, 30.4280001 ], [ 120.1276806, 30.4279107 ], [ 120.1277707, 30.4278046 ], [ 120.1276952, 30.4276184 ], [ 120.1276938, 30.427615 ], [ 120.1276787, 30.4275777 ], [ 120.1276787, 30.4274881 ], [ 120.1276786, 30.4274576 ], [ 120.1277156, 30.4273317 ], [ 120.1278906, 30.4270514 ], [ 120.1280156, 30.426825 ], [ 120.1281018, 30.4267099 ], [ 120.1281378, 30.4266618 ], [ 120.1278681, 30.4265396 ], [ 120.1277343, 30.4265717 ], [ 120.127628, 30.4267011 ], [ 120.1275405, 30.4268574 ], [ 120.1273157, 30.4272308 ], [ 120.1272842, 30.4272832 ], [ 120.1272905, 30.4274449 ], [ 120.1272595, 30.4275706 ], [ 120.1272467, 30.4276228 ], [ 120.1270654, 30.4277845 ], [ 120.1268529, 30.4279408 ], [ 120.1266716, 30.4280109 ], [ 120.1264715, 30.4281187 ], [ 120.126409, 30.428275 ], [ 120.1262715, 30.428426 ], [ 120.1260527, 30.4285715 ], [ 120.1257589, 30.4286847 ], [ 120.1251087, 30.4287979 ], [ 120.1247774, 30.4288464 ], [ 120.1244961, 30.4288841 ], [ 120.1241279, 30.4289383 ], [ 120.1239835, 30.4289596 ], [ 120.1239314, 30.4289574 ], [ 120.1237334, 30.4289488 ], [ 120.1233146, 30.4290189 ], [ 120.1231646, 30.4290027 ], [ 120.1228895, 30.4289758 ], [ 120.1225394, 30.4289434 ], [ 120.1222644, 30.4289542 ], [ 120.1217643, 30.4291051 ], [ 120.1211704, 30.429186 ], [ 120.1207765, 30.4292561 ], [ 120.1205327, 30.4292561 ], [ 120.1200326, 30.4292399 ], [ 120.1195325, 30.429213 ], [ 120.1193512, 30.4291644 ], [ 120.1193012, 30.429062 ], [ 120.1193012, 30.4289003 ], [ 120.119395, 30.4280756 ], [ 120.1194888, 30.427763 ], [ 120.1195825, 30.4274449 ], [ 120.1196638, 30.4271107 ], [ 120.1197888, 30.4265986 ], [ 120.1197826, 30.426383 ], [ 120.1197951, 30.4253966 ], [ 120.1197826, 30.4247551 ], [ 120.1197888, 30.424491 ], [ 120.1198763, 30.4243562 ], [ 120.1200201, 30.4242969 ], [ 120.1203264, 30.4242322 ], [ 120.1203702, 30.4241513 ], [ 120.1203452, 30.4240813 ], [ 120.1200576, 30.4240435 ], [ 120.119645, 30.424022 ], [ 120.1188386, 30.4239681 ], [ 120.117407, 30.4238818 ], [ 120.1169444, 30.4238064 ], [ 120.1167757, 30.4236931 ], [ 120.1164631, 30.4236392 ], [ 120.1162255, 30.4235584 ], [ 120.1161318, 30.4234452 ], [ 120.1160317, 30.423181 ], [ 120.1161068, 30.4228953 ], [ 120.1161318, 30.4226312 ], [ 120.1160818, 30.4224264 ], [ 120.1159567, 30.4213698 ], [ 120.1158442, 30.4209062 ], [ 120.1157754, 30.4202108 ], [ 120.1158192, 30.4199628 ], [ 120.1158129, 30.4198172 ], [ 120.1156692, 30.4197256 ], [ 120.1155391, 30.4196471 ], [ 120.1154816, 30.4196124 ], [ 120.1152878, 30.4195477 ], [ 120.1150503, 30.4195639 ], [ 120.1146502, 30.4196286 ], [ 120.113675, 30.4196717 ], [ 120.112831, 30.4196986 ], [ 120.1122247, 30.4197418 ], [ 120.111587, 30.4198442 ], [ 120.1103993, 30.4200976 ], [ 120.1096053, 30.4201137 ], [ 120.1090052, 30.4201353 ], [ 120.1087739, 30.4201622 ], [ 120.107955, 30.4202108 ], [ 120.1074174, 30.4202539 ], [ 120.1070235, 30.4202755 ], [ 120.106811, 30.4202269 ], [ 120.1066297, 30.4201137 ], [ 120.1064796, 30.4200275 ], [ 120.1061546, 30.4200706 ], [ 120.1059358, 30.4201299 ], [ 120.1057045, 30.4201245 ], [ 120.1057357, 30.4208145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1270214, 30.4274932 ], [ 120.1271569, 30.4274846 ], [ 120.1271669, 30.4272639 ], [ 120.1270766, 30.4271686 ], [ 120.1270113, 30.4271686 ], [ 120.1269963, 30.4274586 ], [ 120.1270214, 30.4274932 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1248533, 30.4277658 ], [ 120.1251143, 30.4277442 ], [ 120.1251042, 30.4275927 ], [ 120.1248683, 30.4275927 ], [ 120.1248332, 30.4276101 ], [ 120.1248232, 30.4277356 ], [ 120.1248533, 30.4277658 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1178271, 30.4288805 ], [ 120.1178952, 30.4288981 ], [ 120.1179224, 30.4288961 ], [ 120.1179497, 30.4288433 ], [ 120.1179883, 30.4287923 ], [ 120.1180405, 30.4287375 ], [ 120.1180405, 30.4287003 ], [ 120.1178747, 30.4286729 ], [ 120.117852, 30.4286827 ], [ 120.1178384, 30.4287493 ], [ 120.1178112, 30.4288589 ], [ 120.1178271, 30.4288805 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1020536, 30.4228355 ], [ 120.1023324, 30.4229112 ], [ 120.102606, 30.4229335 ], [ 120.1027041, 30.4229112 ], [ 120.1027145, 30.4228266 ], [ 120.1027196, 30.4227108 ], [ 120.1026422, 30.4226173 ], [ 120.1025389, 30.4225595 ], [ 120.1024408, 30.4225506 ], [ 120.1023375, 30.4225951 ], [ 120.1022859, 30.4226886 ], [ 120.1021775, 30.4227331 ], [ 120.1019968, 30.4227554 ], [ 120.101656, 30.4226619 ], [ 120.1016508, 30.4227064 ], [ 120.1020536, 30.4228355 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0951795, 30.423457 ], [ 120.0955736, 30.4226616 ], [ 120.0954213, 30.4226925 ], [ 120.0952691, 30.4227928 ], [ 120.0951795, 30.4229164 ], [ 120.0951437, 30.4230786 ], [ 120.0951168, 30.423318 ], [ 120.0951795, 30.423457 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0982637, 30.4236726 ], [ 120.0985786, 30.4236859 ], [ 120.0986458, 30.4237527 ], [ 120.0986871, 30.4236948 ], [ 120.0987232, 30.423628 ], [ 120.0988265, 30.4236013 ], [ 120.0987749, 30.4235523 ], [ 120.0986767, 30.4235612 ], [ 120.0985373, 30.4235746 ], [ 120.0982895, 30.4235523 ], [ 120.098243, 30.4235924 ], [ 120.0982637, 30.4236726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0857722, 30.4258002 ], [ 120.0858487, 30.425885 ], [ 120.085823, 30.4260141 ], [ 120.0862075, 30.4261897 ], [ 120.0863405, 30.4260169 ], [ 120.0865044, 30.4259415 ], [ 120.0866683, 30.4259227 ], [ 120.0867557, 30.4256871 ], [ 120.0868869, 30.4256494 ], [ 120.0870399, 30.4256588 ], [ 120.0872038, 30.4257436 ], [ 120.0873131, 30.4258944 ], [ 120.0875317, 30.4259415 ], [ 120.0876956, 30.4259886 ], [ 120.087783, 30.4261205 ], [ 120.0880453, 30.4261771 ], [ 120.0886901, 30.426375 ], [ 120.0888103, 30.4264692 ], [ 120.0890288, 30.4265634 ], [ 120.08916, 30.4265823 ], [ 120.0891818, 30.4265069 ], [ 120.0889851, 30.4264315 ], [ 120.0887775, 30.4263184 ], [ 120.0886354, 30.4262148 ], [ 120.0886354, 30.4261488 ], [ 120.0884606, 30.4260452 ], [ 120.0882092, 30.4259321 ], [ 120.0880234, 30.4258096 ], [ 120.0878704, 30.4256871 ], [ 120.0877612, 30.425574 ], [ 120.0876082, 30.4254515 ], [ 120.0875972, 30.4253101 ], [ 120.0875317, 30.4251782 ], [ 120.0874192, 30.4250327 ], [ 120.0874005, 30.4250086 ], [ 120.0874224, 30.4248767 ], [ 120.0874552, 30.424707 ], [ 120.0876737, 30.4244714 ], [ 120.0878814, 30.4243018 ], [ 120.0880999, 30.4241982 ], [ 120.0883841, 30.4241605 ], [ 120.0887338, 30.424151 ], [ 120.0890544, 30.4241105 ], [ 120.0891501, 30.4240984 ], [ 120.0893217, 30.4241218 ], [ 120.0898817, 30.4242931 ], [ 120.0901346, 30.4244021 ], [ 120.0903604, 30.4245034 ], [ 120.0905591, 30.4246202 ], [ 120.0907098, 30.424805 ], [ 120.0909187, 30.4249617 ], [ 120.0911549, 30.4250713 ], [ 120.0913183, 30.4250948 ], [ 120.0913456, 30.4250243 ], [ 120.0912094, 30.4249069 ], [ 120.0909641, 30.4247581 ], [ 120.090728, 30.4246562 ], [ 120.0904737, 30.4244839 ], [ 120.0903829, 30.4243351 ], [ 120.0904192, 30.4241863 ], [ 120.0904646, 30.4239906 ], [ 120.0905554, 30.4238418 ], [ 120.0907189, 30.4237164 ], [ 120.0909187, 30.4236616 ], [ 120.0911004, 30.423599 ], [ 120.0911821, 30.4234658 ], [ 120.0912275, 30.4233405 ], [ 120.0911458, 30.4233249 ], [ 120.0910277, 30.4234658 ], [ 120.0907916, 30.4235363 ], [ 120.09051, 30.4235755 ], [ 120.0902648, 30.4236225 ], [ 120.090065, 30.4237086 ], [ 120.090065, 30.4239201 ], [ 120.0899378, 30.4240689 ], [ 120.0896926, 30.4241629 ], [ 120.0891568, 30.4240375 ], [ 120.0890387, 30.4239984 ], [ 120.0887299, 30.4239279 ], [ 120.0885483, 30.4238418 ], [ 120.0883848, 30.4237086 ], [ 120.0883121, 30.4236146 ], [ 120.0882395, 30.4234972 ], [ 120.0876491, 30.4234658 ], [ 120.0875946, 30.4233405 ], [ 120.0875946, 30.422855 ], [ 120.0874584, 30.4225339 ], [ 120.0874039, 30.4222911 ], [ 120.0874675, 30.4220248 ], [ 120.0874675, 30.4218917 ], [ 120.0873948, 30.4218055 ], [ 120.0873785, 30.4218337 ], [ 120.0873585, 30.4218682 ], [ 120.0873948, 30.4220561 ], [ 120.0873403, 30.4223929 ], [ 120.0874221, 30.4226513 ], [ 120.087522, 30.4229646 ], [ 120.0874402, 30.4231526 ], [ 120.0872858, 30.4232387 ], [ 120.0871405, 30.4233797 ], [ 120.0871133, 30.4236381 ], [ 120.0870315, 30.4237948 ], [ 120.0869498, 30.4241785 ], [ 120.0868499, 30.4243038 ], [ 120.08675, 30.4243586 ], [ 120.0866138, 30.4245623 ], [ 120.0866228, 30.4247972 ], [ 120.0864775, 30.4249225 ], [ 120.0862232, 30.4249147 ], [ 120.0860688, 30.425087 ], [ 120.0859507, 30.425134 ], [ 120.0857055, 30.425134 ], [ 120.0856692, 30.4252436 ], [ 120.0855234, 30.425336 ], [ 120.0853122, 30.4256809 ], [ 120.0857722, 30.4258002 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0987284, 30.4241979 ], [ 120.0987749, 30.4243003 ], [ 120.0988213, 30.4244339 ], [ 120.0989091, 30.4246209 ], [ 120.0991414, 30.4249593 ], [ 120.0992912, 30.4249815 ], [ 120.0993118, 30.4249147 ], [ 120.099255, 30.4248702 ], [ 120.0991208, 30.4247678 ], [ 120.0990588, 30.4246966 ], [ 120.0991363, 30.4245363 ], [ 120.0991105, 30.4243983 ], [ 120.0991518, 30.4242959 ], [ 120.099255, 30.4241846 ], [ 120.0993944, 30.4241356 ], [ 120.099508, 30.4240733 ], [ 120.0994977, 30.4239887 ], [ 120.0993738, 30.4239308 ], [ 120.0993015, 30.4238462 ], [ 120.0993583, 30.4237438 ], [ 120.0993118, 30.4236948 ], [ 120.0991776, 30.4236948 ], [ 120.0991518, 30.4237349 ], [ 120.0991311, 30.4238506 ], [ 120.0990433, 30.4239664 ], [ 120.0989194, 30.4240822 ], [ 120.0988007, 30.4241089 ], [ 120.0986819, 30.4241 ], [ 120.0987284, 30.4241979 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0997057, 30.4256621 ], [ 120.100063, 30.42563 ], [ 120.1000891, 30.4255626 ], [ 120.1000854, 30.425508 ], [ 120.100037, 30.4254888 ], [ 120.0996908, 30.4255658 ], [ 120.0997057, 30.4256621 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1043629, 30.4264021 ], [ 120.1044626, 30.42647 ], [ 120.1045938, 30.4263795 ], [ 120.1047354, 30.4261217 ], [ 120.1048508, 30.4260447 ], [ 120.1050659, 30.4257597 ], [ 120.1052286, 30.4254838 ], [ 120.1055119, 30.4248595 ], [ 120.1054594, 30.4248549 ], [ 120.1052496, 30.4251988 ], [ 120.1051761, 30.4253616 ], [ 120.1050869, 30.4256059 ], [ 120.1049977, 30.4257055 ], [ 120.1048823, 30.4258683 ], [ 120.1047564, 30.4259859 ], [ 120.10462, 30.4260312 ], [ 120.1044521, 30.4261126 ], [ 120.1043577, 30.4262574 ], [ 120.1043629, 30.4264021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0948213, 30.4270786 ], [ 120.0950273, 30.4272562 ], [ 120.0954571, 30.4274878 ], [ 120.0961646, 30.4278662 ], [ 120.0969347, 30.4281133 ], [ 120.0968183, 30.4279897 ], [ 120.096487, 30.4278662 ], [ 120.0961556, 30.4276963 ], [ 120.0954392, 30.4273952 ], [ 120.0953318, 30.4272716 ], [ 120.0952691, 30.4271326 ], [ 120.095283, 30.4271008 ], [ 120.095475, 30.4266616 ], [ 120.0955736, 30.4264454 ], [ 120.09569, 30.4261365 ], [ 120.095493, 30.4252948 ], [ 120.095484, 30.425094 ], [ 120.0954213, 30.4248933 ], [ 120.0955556, 30.4245458 ], [ 120.0958064, 30.4241056 ], [ 120.0959765, 30.4238431 ], [ 120.0959407, 30.4237118 ], [ 120.0958064, 30.4236346 ], [ 120.0956362, 30.4234956 ], [ 120.0956183, 30.4235882 ], [ 120.0956721, 30.4236423 ], [ 120.0951616, 30.4248315 ], [ 120.0953138, 30.4249087 ], [ 120.0952691, 30.4250323 ], [ 120.0951527, 30.4251326 ], [ 120.0952422, 30.4253334 ], [ 120.0953944, 30.4260129 ], [ 120.0954661, 30.4262909 ], [ 120.0954303, 30.4264994 ], [ 120.095278, 30.4268083 ], [ 120.0951795, 30.4269782 ], [ 120.0950452, 30.4270322 ], [ 120.0948213, 30.4269859 ], [ 120.0945258, 30.4269241 ], [ 120.0948213, 30.4270786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0996461, 30.4259414 ], [ 120.1000556, 30.4259574 ], [ 120.1000817, 30.4257231 ], [ 120.0995679, 30.4257616 ], [ 120.0996461, 30.4259414 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0915795, 30.4253334 ], [ 120.0917407, 30.4254261 ], [ 120.0918571, 30.4255574 ], [ 120.0918932, 30.4256289 ], [ 120.0919467, 30.425735 ], [ 120.0919646, 30.4258662 ], [ 120.0919915, 30.4259898 ], [ 120.0921079, 30.4261288 ], [ 120.0922959, 30.4259512 ], [ 120.0928959, 30.4261983 ], [ 120.0932452, 30.4264299 ], [ 120.0933974, 30.4264994 ], [ 120.0936661, 30.4265612 ], [ 120.0937109, 30.4264531 ], [ 120.0935228, 30.4263682 ], [ 120.0933885, 30.4262678 ], [ 120.0931288, 30.426067 ], [ 120.0927974, 30.4258353 ], [ 120.0925646, 30.4257195 ], [ 120.0921974, 30.4255805 ], [ 120.0919019, 30.4253875 ], [ 120.0916422, 30.4251635 ], [ 120.0915258, 30.4251326 ], [ 120.0914721, 30.4252253 ], [ 120.0915795, 30.4253334 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1004874, 30.4263426 ], [ 120.1006885, 30.426394 ], [ 120.1007964, 30.4261051 ], [ 120.10048, 30.4260891 ], [ 120.1003981, 30.4263683 ], [ 120.1004874, 30.4263426 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0998471, 30.4262945 ], [ 120.0998173, 30.4264422 ], [ 120.0999625, 30.4265513 ], [ 120.1000668, 30.4261019 ], [ 120.1000593, 30.4260409 ], [ 120.099661, 30.4260088 ], [ 120.0998471, 30.4262945 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1002678, 30.4264646 ], [ 120.1003236, 30.4264068 ], [ 120.1003609, 30.4263523 ], [ 120.1004093, 30.4260794 ], [ 120.1001449, 30.4260666 ], [ 120.1000519, 30.4265096 ], [ 120.1002678, 30.4264646 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1001587, 30.4269773 ], [ 120.1002052, 30.4270378 ], [ 120.1002948, 30.4270721 ], [ 120.1003874, 30.4270702 ], [ 120.1004832, 30.4269999 ], [ 120.1005407, 30.4268329 ], [ 120.1005355, 30.426684 ], [ 120.1004465, 30.4265937 ], [ 120.1003157, 30.4265395 ], [ 120.1002215, 30.4265757 ], [ 120.1002267, 30.4266704 ], [ 120.1002215, 30.4268013 ], [ 120.1001273, 30.4268374 ], [ 120.1001587, 30.4269773 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0998545, 30.4278424 ], [ 120.1003153, 30.4278898 ], [ 120.1004125, 30.4279153 ], [ 120.1007253, 30.4280684 ], [ 120.1007972, 30.4280611 ], [ 120.1009366, 30.4277659 ], [ 120.1009155, 30.4277258 ], [ 120.0999644, 30.4274342 ], [ 120.0998545, 30.4277732 ], [ 120.0998545, 30.4278424 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0978847, 30.4281559 ], [ 120.0980284, 30.4277877 ], [ 120.0978805, 30.4277732 ], [ 120.0977663, 30.4281121 ], [ 120.0978847, 30.4281559 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.101017, 30.4282762 ], [ 120.1010677, 30.4281887 ], [ 120.1011142, 30.4282142 ], [ 120.1010888, 30.4283272 ], [ 120.1012621, 30.428411 ], [ 120.1013382, 30.4284256 ], [ 120.1015284, 30.4281777 ], [ 120.1014185, 30.4281158 ], [ 120.1013551, 30.4280137 ], [ 120.1013678, 30.4278971 ], [ 120.1011057, 30.4278169 ], [ 120.1008944, 30.4282433 ], [ 120.101017, 30.4282762 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0980961, 30.4283418 ], [ 120.0985949, 30.4285532 ], [ 120.0986456, 30.428524 ], [ 120.0988062, 30.4281012 ], [ 120.0989584, 30.4281231 ], [ 120.0990176, 30.4280575 ], [ 120.0990683, 30.4278971 ], [ 120.0990218, 30.4278825 ], [ 120.098616, 30.427857 ], [ 120.0985526, 30.4278679 ], [ 120.0984892, 30.4278643 ], [ 120.0984765, 30.4279518 ], [ 120.0986413, 30.4280319 ], [ 120.0985399, 30.4283345 ], [ 120.0983328, 30.4282798 ], [ 120.0982609, 30.4282834 ], [ 120.0980961, 30.4282178 ], [ 120.0981975, 30.4280283 ], [ 120.0983835, 30.4280684 ], [ 120.0984384, 30.4279518 ], [ 120.0984554, 30.4278643 ], [ 120.0981341, 30.4278315 ], [ 120.097965, 30.4282798 ], [ 120.0980961, 30.4283418 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0998494, 30.4285235 ], [ 120.0999969, 30.4285484 ], [ 120.1001673, 30.4285094 ], [ 120.1002561, 30.4285204 ], [ 120.1007887, 30.4287682 ], [ 120.1009197, 30.4288047 ], [ 120.1012283, 30.4285021 ], [ 120.101186, 30.4284547 ], [ 120.1006788, 30.4281996 ], [ 120.1004677, 30.4281341 ], [ 120.1003028, 30.4281774 ], [ 120.1002041, 30.4280676 ], [ 120.0998366, 30.4280218 ], [ 120.0998305, 30.4283879 ], [ 120.0998494, 30.4285235 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1005689, 30.4292967 ], [ 120.100645, 30.4291145 ], [ 120.1007422, 30.429027 ], [ 120.100831, 30.4288812 ], [ 120.1002561, 30.4286042 ], [ 120.1001927, 30.4285933 ], [ 120.1000194, 30.4291546 ], [ 120.1005689, 30.4292967 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0890564, 30.4390986 ], [ 120.0893715, 30.4391957 ], [ 120.089529, 30.4392345 ], [ 120.089484, 30.4394414 ], [ 120.0896266, 30.4394026 ], [ 120.0899266, 30.4394026 ], [ 120.0906168, 30.4392991 ], [ 120.0908868, 30.4392345 ], [ 120.0910069, 30.4392345 ], [ 120.0911719, 30.4392539 ], [ 120.0913294, 30.4391957 ], [ 120.0913744, 30.4390598 ], [ 120.0914945, 30.4389822 ], [ 120.0917495, 30.4389176 ], [ 120.0920421, 30.438924 ], [ 120.0922896, 30.4388593 ], [ 120.0924397, 30.4388917 ], [ 120.0927022, 30.4388529 ], [ 120.0929348, 30.4387429 ], [ 120.0929648, 30.4385942 ], [ 120.0931298, 30.4385295 ], [ 120.0931748, 30.4384131 ], [ 120.0932798, 30.4383161 ], [ 120.0937224, 30.4381285 ], [ 120.0941875, 30.4378827 ], [ 120.0946526, 30.4377469 ], [ 120.0948102, 30.4377728 ], [ 120.0948552, 30.4379603 ], [ 120.0948777, 30.4382255 ], [ 120.0948477, 30.4386718 ], [ 120.0947802, 30.4388658 ], [ 120.0946151, 30.4390081 ], [ 120.0945326, 30.4390792 ], [ 120.0945164, 30.4392104 ], [ 120.0949109, 30.439282 ], [ 120.0950577, 30.4389111 ], [ 120.0952828, 30.4383743 ], [ 120.0952828, 30.4381867 ], [ 120.0953278, 30.4379086 ], [ 120.0953878, 30.4377275 ], [ 120.0954703, 30.4375658 ], [ 120.0956053, 30.4374688 ], [ 120.0957854, 30.437417 ], [ 120.0959654, 30.43743 ], [ 120.096153, 30.4374753 ], [ 120.096423, 30.4374235 ], [ 120.0966556, 30.4374106 ], [ 120.0971357, 30.4375141 ], [ 120.0974657, 30.4375723 ], [ 120.0977583, 30.4375917 ], [ 120.098546, 30.4376305 ], [ 120.098666, 30.4374753 ], [ 120.0987635, 30.4372942 ], [ 120.098861, 30.4371389 ], [ 120.098876, 30.4369578 ], [ 120.098876, 30.4368285 ], [ 120.098846, 30.4367379 ], [ 120.0991236, 30.4364339 ], [ 120.0992286, 30.4362658 ], [ 120.0993335, 30.4360776 ], [ 120.0996104, 30.4359642 ], [ 120.0996562, 30.4357225 ], [ 120.0998287, 30.4356643 ], [ 120.1000838, 30.4356643 ], [ 120.1000913, 30.4355802 ], [ 120.0999413, 30.4355284 ], [ 120.0996562, 30.4354573 ], [ 120.0996412, 30.4353667 ], [ 120.0997987, 30.4349399 ], [ 120.0996937, 30.4348558 ], [ 120.0997537, 30.43461 ], [ 120.0998212, 30.4344612 ], [ 120.0998062, 30.4342478 ], [ 120.0998062, 30.4338597 ], [ 120.0999188, 30.4336333 ], [ 120.1000538, 30.4334716 ], [ 120.1002125, 30.4333624 ], [ 120.1002402, 30.4330939 ], [ 120.1001663, 30.4330253 ], [ 120.1001963, 30.4327925 ], [ 120.1002563, 30.4325985 ], [ 120.1004214, 30.4322621 ], [ 120.1005564, 30.4319969 ], [ 120.100819, 30.4319193 ], [ 120.100894, 30.4318546 ], [ 120.1007439, 30.4317641 ], [ 120.1006464, 30.4316929 ], [ 120.1006914, 30.4313178 ], [ 120.100834, 30.4309297 ], [ 120.1009315, 30.4306709 ], [ 120.101059, 30.4306192 ], [ 120.101254, 30.4306257 ], [ 120.1014716, 30.430658 ], [ 120.1015466, 30.4305416 ], [ 120.1015916, 30.4303411 ], [ 120.1016441, 30.4301147 ], [ 120.1015316, 30.4299788 ], [ 120.1014716, 30.4298754 ], [ 120.1015316, 30.4297136 ], [ 120.1015616, 30.4295325 ], [ 120.1016591, 30.4294161 ], [ 120.1015466, 30.4292673 ], [ 120.1015391, 30.4290862 ], [ 120.1016216, 30.4289375 ], [ 120.1017266, 30.4287757 ], [ 120.1019067, 30.4286917 ], [ 120.1020792, 30.4286852 ], [ 120.1021167, 30.4285752 ], [ 120.1020192, 30.4285105 ], [ 120.1020417, 30.4283812 ], [ 120.1021317, 30.4282842 ], [ 120.1024918, 30.4278378 ], [ 120.1037746, 30.426363 ], [ 120.1043147, 30.4258132 ], [ 120.1053349, 30.424733 ], [ 120.1055675, 30.4245454 ], [ 120.10571, 30.4245648 ], [ 120.10559, 30.4244354 ], [ 120.105605, 30.4242737 ], [ 120.1055975, 30.424002 ], [ 120.1056425, 30.4238662 ], [ 120.1055525, 30.4236268 ], [ 120.105545, 30.423491 ], [ 120.1055825, 30.4231417 ], [ 120.10553, 30.4228894 ], [ 120.105515, 30.4227212 ], [ 120.105545, 30.4225854 ], [ 120.105545, 30.422359 ], [ 120.1056606, 30.422317 ], [ 120.1056606, 30.4222309 ], [ 120.105545, 30.4222166 ], [ 120.1055075, 30.4221002 ], [ 120.1055, 30.4218867 ], [ 120.1055, 30.4211364 ], [ 120.1055375, 30.4209552 ], [ 120.10565, 30.4208323 ], [ 120.1057357, 30.4208145 ], [ 120.1057045, 30.4201245 ], [ 120.1051924, 30.4201725 ], [ 120.1051624, 30.4204248 ], [ 120.1046598, 30.4207676 ], [ 120.1045022, 30.42069 ], [ 120.1043822, 30.4206577 ], [ 120.1042322, 30.4207676 ], [ 120.1041197, 30.4209746 ], [ 120.1043372, 30.4209682 ], [ 120.1044422, 30.4210199 ], [ 120.1045548, 30.4211946 ], [ 120.1046598, 30.4212722 ], [ 120.1048698, 30.4212463 ], [ 120.1049148, 30.4211622 ], [ 120.1048098, 30.4210587 ], [ 120.1047723, 30.4209294 ], [ 120.1048323, 30.4207935 ], [ 120.1049298, 30.4207159 ], [ 120.1050649, 30.4206965 ], [ 120.1051849, 30.4207806 ], [ 120.1052149, 30.4209488 ], [ 120.1051324, 30.4210652 ], [ 120.1050424, 30.4211364 ], [ 120.1050199, 30.4212399 ], [ 120.1051774, 30.4212657 ], [ 120.1052299, 30.4214145 ], [ 120.1053649, 30.4227277 ], [ 120.1053049, 30.4230188 ], [ 120.1053649, 30.4235039 ], [ 120.1053274, 30.4240343 ], [ 120.1052074, 30.4244419 ], [ 120.1051249, 30.4246489 ], [ 120.1047123, 30.4250435 ], [ 120.1038346, 30.4259555 ], [ 120.1030919, 30.4266865 ], [ 120.1029419, 30.4268934 ], [ 120.1026794, 30.4271845 ], [ 120.1020417, 30.4277408 ], [ 120.1013441, 30.428614 ], [ 120.1011415, 30.4288275 ], [ 120.1007364, 30.4294614 ], [ 120.1006089, 30.4298754 ], [ 120.1003314, 30.4308003 ], [ 120.1000913, 30.4318029 ], [ 120.0999638, 30.4323785 ], [ 120.0999638, 30.4325596 ], [ 120.0997237, 30.433187 ], [ 120.0996712, 30.4337368 ], [ 120.0995737, 30.4339567 ], [ 120.0994012, 30.434015 ], [ 120.0991611, 30.4339115 ], [ 120.0991086, 30.4339567 ], [ 120.0994612, 30.4340796 ], [ 120.0995362, 30.4341508 ], [ 120.0994837, 30.4343189 ], [ 120.0992886, 30.4349011 ], [ 120.0991986, 30.4351404 ], [ 120.0992511, 30.4352374 ], [ 120.0991161, 30.4355284 ], [ 120.0992361, 30.4358324 ], [ 120.0991236, 30.4361235 ], [ 120.098921, 30.4365374 ], [ 120.0987335, 30.4368091 ], [ 120.098591, 30.4370872 ], [ 120.0984409, 30.4373653 ], [ 120.0982909, 30.437417 ], [ 120.0980209, 30.437417 ], [ 120.0975183, 30.4373588 ], [ 120.0971882, 30.4372618 ], [ 120.096558, 30.437236 ], [ 120.096213, 30.4371907 ], [ 120.0958004, 30.4372101 ], [ 120.0953878, 30.4372489 ], [ 120.0952153, 30.4372295 ], [ 120.0947052, 30.4373976 ], [ 120.0940975, 30.4375529 ], [ 120.0933174, 30.4379539 ], [ 120.0922971, 30.4384001 ], [ 120.0918095, 30.4385942 ], [ 120.0915622, 30.4386742 ], [ 120.0910294, 30.4388464 ], [ 120.0905493, 30.4390792 ], [ 120.0902042, 30.4391504 ], [ 120.0899266, 30.4390922 ], [ 120.0897466, 30.439021 ], [ 120.0895666, 30.4389111 ], [ 120.089139, 30.4387171 ], [ 120.0888085, 30.4385146 ], [ 120.0886803, 30.4388136 ], [ 120.0890564, 30.4390986 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.105298, 30.4309262 ], [ 120.1054656, 30.430921 ], [ 120.1054536, 30.4307094 ], [ 120.1055614, 30.430503 ], [ 120.1055195, 30.4304463 ], [ 120.1052741, 30.4304204 ], [ 120.1046756, 30.4304101 ], [ 120.1046576, 30.4308746 ], [ 120.105298, 30.4309262 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1060042, 30.4308901 ], [ 120.1060102, 30.4307507 ], [ 120.1059983, 30.4304824 ], [ 120.1058845, 30.4304617 ], [ 120.105699, 30.4304566 ], [ 120.1055913, 30.430663 ], [ 120.1055793, 30.4309159 ], [ 120.1060042, 30.4308901 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1055494, 30.4311842 ], [ 120.1059983, 30.4311687 ], [ 120.1060042, 30.4309933 ], [ 120.1059504, 30.4309623 ], [ 120.1055554, 30.4309778 ], [ 120.1055165, 30.4311068 ], [ 120.1055494, 30.4311842 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1047354, 30.4314732 ], [ 120.1049928, 30.4314525 ], [ 120.1051723, 30.431499 ], [ 120.1052681, 30.4315093 ], [ 120.1053279, 30.4314371 ], [ 120.1053818, 30.4312152 ], [ 120.1054776, 30.4310552 ], [ 120.1054297, 30.4310036 ], [ 120.1046576, 30.4309829 ], [ 120.1047354, 30.4314732 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1055614, 30.4316641 ], [ 120.1055614, 30.4315248 ], [ 120.1056212, 30.4314319 ], [ 120.1057469, 30.4314164 ], [ 120.1059983, 30.4314422 ], [ 120.1060461, 30.4313855 ], [ 120.1060282, 30.4312874 ], [ 120.1059085, 30.4312461 ], [ 120.1055434, 30.4312513 ], [ 120.1054656, 30.4312668 ], [ 120.1053878, 30.431659 ], [ 120.1055614, 30.4316641 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1062985, 30.4314831 ], [ 120.1063991, 30.4315495 ], [ 120.1064405, 30.4316312 ], [ 120.1065057, 30.4316618 ], [ 120.1068016, 30.4316414 ], [ 120.1068786, 30.4315852 ], [ 120.1069082, 30.4315087 ], [ 120.1068904, 30.4313964 ], [ 120.106334, 30.4313453 ], [ 120.1062925, 30.4314015 ], [ 120.1062985, 30.4314831 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1057243, 30.4318915 ], [ 120.1058012, 30.4319936 ], [ 120.105967, 30.4320038 ], [ 120.1061209, 30.4319629 ], [ 120.1061742, 30.4319119 ], [ 120.1062097, 30.4317128 ], [ 120.1061919, 30.431575 ], [ 120.106109, 30.4315393 ], [ 120.1059374, 30.4315393 ], [ 120.1057598, 30.431524 ], [ 120.1056947, 30.4315954 ], [ 120.1057243, 30.4318915 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1066181, 30.4320038 ], [ 120.106926, 30.4319527 ], [ 120.1069437, 30.4318915 ], [ 120.1068964, 30.4316924 ], [ 120.1064346, 30.4317588 ], [ 120.1063873, 30.4320497 ], [ 120.1066181, 30.4320038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1048299, 30.431846 ], [ 120.1050008, 30.4321348 ], [ 120.1051716, 30.4323116 ], [ 120.1052332, 30.4322939 ], [ 120.105199, 30.4320818 ], [ 120.1051101, 30.4316103 ], [ 120.1050418, 30.4315395 ], [ 120.1048504, 30.4315572 ], [ 120.1047752, 30.4316338 ], [ 120.1048299, 30.431846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1053099, 30.4322385 ], [ 120.1053217, 30.4323866 ], [ 120.1053395, 30.4324989 ], [ 120.1054638, 30.4325856 ], [ 120.1056295, 30.4326214 ], [ 120.1056473, 30.4323151 ], [ 120.1055999, 30.4318302 ], [ 120.1055348, 30.4317537 ], [ 120.1053868, 30.4317383 ], [ 120.1052566, 30.431769 ], [ 120.1052448, 30.431917 ], [ 120.1053099, 30.4322385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1058249, 30.4326877 ], [ 120.1060617, 30.4327898 ], [ 120.106263, 30.432851 ], [ 120.1062925, 30.4327898 ], [ 120.1062393, 30.4326009 ], [ 120.1061978, 30.4323559 ], [ 120.1061978, 30.4320905 ], [ 120.1058308, 30.4321058 ], [ 120.1057598, 30.4321365 ], [ 120.1057302, 30.4326111 ], [ 120.1058249, 30.4326877 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1063695, 30.4326673 ], [ 120.1064346, 30.432851 ], [ 120.1066773, 30.4328766 ], [ 120.1067898, 30.432851 ], [ 120.1068786, 30.4327847 ], [ 120.106926, 30.4326928 ], [ 120.1070443, 30.4326571 ], [ 120.1070503, 30.4325703 ], [ 120.1068845, 30.4320701 ], [ 120.1064701, 30.4321416 ], [ 120.1063636, 30.4321722 ], [ 120.1063281, 30.4323559 ], [ 120.1063695, 30.4326673 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0827003, 30.4391767 ], [ 120.0827229, 30.4392189 ], [ 120.0829355, 30.4388786 ], [ 120.0831089, 30.4385146 ], [ 120.083237, 30.4383781 ], [ 120.0834632, 30.4382351 ], [ 120.0833878, 30.4380336 ], [ 120.0833652, 30.4378906 ], [ 120.0833803, 30.4377866 ], [ 120.083516, 30.4377541 ], [ 120.0836517, 30.4377736 ], [ 120.0837045, 30.4377086 ], [ 120.083433, 30.4376371 ], [ 120.083418, 30.4375526 ], [ 120.0834858, 30.4374421 ], [ 120.0835311, 30.4372991 ], [ 120.0836743, 30.4373966 ], [ 120.0839533, 30.4374811 ], [ 120.0841643, 30.4375461 ], [ 120.0842774, 30.4375396 ], [ 120.0841493, 30.4374291 ], [ 120.0839231, 30.4372861 ], [ 120.0837346, 30.437169 ], [ 120.0835989, 30.4371105 ], [ 120.0836215, 30.436987 ], [ 120.0837874, 30.436727 ], [ 120.0839005, 30.436558 ], [ 120.0839985, 30.4364085 ], [ 120.0841945, 30.436207 ], [ 120.0843453, 30.436116 ], [ 120.0846695, 30.436233 ], [ 120.0850766, 30.4364735 ], [ 120.0856119, 30.436727 ], [ 120.0858531, 30.4368765 ], [ 120.0859134, 30.4369675 ], [ 120.0867578, 30.4373771 ], [ 120.0870518, 30.4375916 ], [ 120.0873911, 30.4377996 ], [ 120.0876097, 30.4380336 ], [ 120.0881224, 30.4383456 ], [ 120.0883863, 30.4385276 ], [ 120.0885521, 30.4386316 ], [ 120.0886803, 30.4388136 ], [ 120.0888085, 30.4385146 ], [ 120.0884164, 30.4382611 ], [ 120.0879716, 30.4379751 ], [ 120.087557, 30.4376631 ], [ 120.0873534, 30.4374941 ], [ 120.0871876, 30.4373706 ], [ 120.0869086, 30.4372406 ], [ 120.0866297, 30.4371625 ], [ 120.086313, 30.4370065 ], [ 120.0860491, 30.43687 ], [ 120.085921, 30.436766 ], [ 120.0858976, 30.4367365 ], [ 120.085823, 30.4366425 ], [ 120.0857023, 30.436493 ], [ 120.085642, 30.4363175 ], [ 120.0855365, 30.4361485 ], [ 120.0853631, 30.4360315 ], [ 120.0851444, 30.4359145 ], [ 120.084956, 30.435817 ], [ 120.0848579, 30.435713 ], [ 120.0848579, 30.435557 ], [ 120.0849258, 30.435362 ], [ 120.0848956, 30.4351995 ], [ 120.0847976, 30.434608 ], [ 120.0846921, 30.4342504 ], [ 120.0846619, 30.4338539 ], [ 120.0847072, 30.4334769 ], [ 120.0845187, 30.4332689 ], [ 120.0844358, 30.4330284 ], [ 120.0844358, 30.4327813 ], [ 120.0845564, 30.4324043 ], [ 120.0845633, 30.4318832 ], [ 120.0845666, 30.4317797 ], [ 120.0845806, 30.4316562 ], [ 120.0845869, 30.4315354 ], [ 120.0845715, 30.4313642 ], [ 120.0845941, 30.4309482 ], [ 120.0846619, 30.4305777 ], [ 120.0847599, 30.4300706 ], [ 120.0848806, 30.4300056 ], [ 120.0851821, 30.4300446 ], [ 120.0855365, 30.4301876 ], [ 120.0856345, 30.4303371 ], [ 120.0862602, 30.4305842 ], [ 120.0862376, 30.4305127 ], [ 120.0856646, 30.4302851 ], [ 120.0855214, 30.4300771 ], [ 120.0852274, 30.4299471 ], [ 120.0848655, 30.4298236 ], [ 120.0847976, 30.4296871 ], [ 120.0847826, 30.4295311 ], [ 120.0848429, 30.4287835 ], [ 120.0848353, 30.4284064 ], [ 120.0849333, 30.4280879 ], [ 120.0850087, 30.4278019 ], [ 120.0851972, 30.4274898 ], [ 120.0854083, 30.4271258 ], [ 120.0855892, 30.4269308 ], [ 120.085725, 30.4268268 ], [ 120.0860265, 30.4263977 ], [ 120.0862075, 30.4261897 ], [ 120.085823, 30.4260141 ], [ 120.0851821, 30.4269763 ], [ 120.0847901, 30.4275548 ], [ 120.0847373, 30.4277369 ], [ 120.0845413, 30.4288355 ], [ 120.0844056, 30.4295831 ], [ 120.0844358, 30.4298886 ], [ 120.0843151, 30.4309677 ], [ 120.0841342, 30.4325473 ], [ 120.0841116, 30.4329894 ], [ 120.0840814, 30.4330999 ], [ 120.0841191, 30.4334899 ], [ 120.0842548, 30.4344129 ], [ 120.0844131, 30.434621 ], [ 120.0844207, 30.4347965 ], [ 120.0844961, 30.4353165 ], [ 120.084481, 30.4356025 ], [ 120.0843001, 30.435609 ], [ 120.0841568, 30.435596 ], [ 120.0839985, 30.435752 ], [ 120.0838779, 30.4359405 ], [ 120.0838535, 30.435959 ], [ 120.0836894, 30.4360835 ], [ 120.0835009, 30.4363695 ], [ 120.0832144, 30.4369935 ], [ 120.0830486, 30.437091 ], [ 120.0828978, 30.437208 ], [ 120.0828525, 30.4373836 ], [ 120.0830862, 30.4375266 ], [ 120.0831843, 30.4376501 ], [ 120.0831767, 30.4378321 ], [ 120.0829807, 30.4382871 ], [ 120.0828148, 30.4386576 ], [ 120.082749, 30.4389311 ], [ 120.0826807, 30.4391402 ], [ 120.0827003, 30.4391767 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1055101, 30.4330428 ], [ 120.1055493, 30.4332309 ], [ 120.1058346, 30.433202 ], [ 120.1058681, 30.4330525 ], [ 120.1058681, 30.4329078 ], [ 120.1057954, 30.4328547 ], [ 120.1055996, 30.4328258 ], [ 120.1054933, 30.4329222 ], [ 120.1055101, 30.4330428 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0934556, 30.4327587 ], [ 120.094107, 30.4329276 ], [ 120.0952721, 30.4331194 ], [ 120.0958917, 30.4331742 ], [ 120.0962677, 30.4332335 ], [ 120.0966172, 30.4332975 ], [ 120.0968661, 30.4333249 ], [ 120.0972051, 30.4333842 ], [ 120.0973692, 30.4334116 ], [ 120.0975599, 30.4334801 ], [ 120.0977558, 30.4335714 ], [ 120.0982854, 30.4337267 ], [ 120.0991086, 30.4339567 ], [ 120.0991611, 30.4339115 ], [ 120.098386, 30.4336719 ], [ 120.0981583, 30.4336217 ], [ 120.0977558, 30.4334847 ], [ 120.0973692, 30.4332929 ], [ 120.0969403, 30.4331696 ], [ 120.0966543, 30.4331331 ], [ 120.0963101, 30.4331605 ], [ 120.0957964, 30.4330874 ], [ 120.0955316, 30.4330372 ], [ 120.0953303, 30.4330829 ], [ 120.0941864, 30.4328911 ], [ 120.0937204, 30.432681 ], [ 120.0935138, 30.4326171 ], [ 120.0933655, 30.4326399 ], [ 120.0933603, 30.4326993 ], [ 120.0934556, 30.4327587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.10598, 30.4333178 ], [ 120.1059968, 30.4335059 ], [ 120.1059856, 30.4337037 ], [ 120.1060751, 30.4337326 ], [ 120.1062542, 30.4337374 ], [ 120.1064108, 30.4337278 ], [ 120.1064556, 30.4336747 ], [ 120.1063717, 30.433641 ], [ 120.1063325, 30.4335734 ], [ 120.1063213, 30.4333757 ], [ 120.1063437, 30.4331055 ], [ 120.1063381, 30.4330235 ], [ 120.1062318, 30.4329753 ], [ 120.1060416, 30.4329415 ], [ 120.10598, 30.4329705 ], [ 120.1059353, 30.4331345 ], [ 120.10598, 30.4333178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1068016, 30.4338565 ], [ 120.1068727, 30.4339637 ], [ 120.1069555, 30.4338974 ], [ 120.1068845, 30.4338157 ], [ 120.1070088, 30.4337545 ], [ 120.1071568, 30.4337085 ], [ 120.1072811, 30.4336677 ], [ 120.1072575, 30.4334329 ], [ 120.1072219, 30.4333155 ], [ 120.1071213, 30.4333206 ], [ 120.1069911, 30.4334074 ], [ 120.1068253, 30.4334839 ], [ 120.106772, 30.4335656 ], [ 120.106772, 30.4336371 ], [ 120.1066536, 30.4336524 ], [ 120.106624, 30.433734 ], [ 120.1068016, 30.4338565 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1051353, 30.4341764 ], [ 120.1053255, 30.434215 ], [ 120.1054877, 30.4342343 ], [ 120.1056611, 30.4342391 ], [ 120.1057674, 30.4341812 ], [ 120.1057954, 30.4340703 ], [ 120.1057954, 30.4339159 ], [ 120.1058346, 30.433694 ], [ 120.1058458, 30.4335107 ], [ 120.1058066, 30.4333708 ], [ 120.1057339, 30.4333081 ], [ 120.105622, 30.4333033 ], [ 120.1054541, 30.4333274 ], [ 120.1053646, 30.4334046 ], [ 120.1053646, 30.433559 ], [ 120.1052975, 30.4336796 ], [ 120.1052024, 30.4338001 ], [ 120.1051297, 30.4340317 ], [ 120.1051353, 30.4341764 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1045534, 30.4342922 ], [ 120.1046709, 30.4343066 ], [ 120.1048387, 30.4342825 ], [ 120.1050066, 30.4342198 ], [ 120.105029, 30.4341571 ], [ 120.1050625, 30.4340076 ], [ 120.1051017, 30.4337857 ], [ 120.1052248, 30.4335638 ], [ 120.1052136, 30.4334721 ], [ 120.1051185, 30.433448 ], [ 120.1049562, 30.433477 ], [ 120.1048443, 30.4335252 ], [ 120.1046765, 30.4335204 ], [ 120.1046094, 30.4335927 ], [ 120.1046038, 30.4337374 ], [ 120.1045422, 30.4339931 ], [ 120.1045199, 30.4341812 ], [ 120.1045534, 30.4342922 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1183198, 30.4288589 ], [ 120.1183516, 30.4288707 ], [ 120.1186605, 30.4288648 ], [ 120.1186536, 30.4288198 ], [ 120.1186196, 30.428808 ], [ 120.1183471, 30.4287923 ], [ 120.1183176, 30.4288021 ], [ 120.1183198, 30.4288589 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1185148, 30.4289987 ], [ 120.11855, 30.4289849 ], [ 120.1185532, 30.4289573 ], [ 120.1185436, 30.4289352 ], [ 120.1183226, 30.4289214 ], [ 120.1183098, 30.4289794 ], [ 120.1185148, 30.4289987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1186205, 30.4294239 ], [ 120.1187581, 30.429388 ], [ 120.1187485, 30.4292831 ], [ 120.1187261, 30.4292582 ], [ 120.1186076, 30.4292776 ], [ 120.1185916, 30.4293107 ], [ 120.1186205, 30.4294239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1159985, 30.430532 ], [ 120.1161402, 30.4304843 ], [ 120.1166656, 30.4301893 ], [ 120.116676, 30.4301327 ], [ 120.1166207, 30.4299985 ], [ 120.1166207, 30.4299181 ], [ 120.1165826, 30.4298525 ], [ 120.1163372, 30.4298764 ], [ 120.1161264, 30.429924 ], [ 120.1161195, 30.4299538 ], [ 120.116161, 30.4301237 ], [ 120.1160918, 30.4301535 ], [ 120.1160262, 30.4301833 ], [ 120.1158361, 30.4302697 ], [ 120.1159985, 30.430532 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1158568, 30.4306065 ], [ 120.1159605, 30.4305499 ], [ 120.115805, 30.4302995 ], [ 120.1156909, 30.4303234 ], [ 120.115684, 30.4303532 ], [ 120.1158568, 30.4306065 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1155077, 30.4305827 ], [ 120.1155527, 30.4306274 ], [ 120.1157497, 30.4305231 ], [ 120.1157082, 30.4304545 ], [ 120.1154904, 30.4305529 ], [ 120.1155077, 30.4305827 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1154299, 30.4376236 ], [ 120.115576, 30.4375648 ], [ 120.1158099, 30.4372582 ], [ 120.1159414, 30.4370524 ], [ 120.1161022, 30.4369264 ], [ 120.116375, 30.4367751 ], [ 120.1167697, 30.4365399 ], [ 120.1170376, 30.4362711 ], [ 120.1171156, 30.4361535 ], [ 120.1171058, 30.4360022 ], [ 120.1171643, 30.43583 ], [ 120.1173202, 30.4356116 ], [ 120.1173689, 30.4355318 ], [ 120.1175151, 30.4356242 ], [ 120.1177587, 30.4357376 ], [ 120.117783, 30.435662 ], [ 120.1177781, 30.435557 ], [ 120.1176758, 30.4353932 ], [ 120.1176417, 30.4352419 ], [ 120.1177489, 30.4350991 ], [ 120.1178415, 30.4350109 ], [ 120.1182751, 30.4347631 ], [ 120.1185869, 30.4346665 ], [ 120.1187915, 30.4346371 ], [ 120.1192933, 30.4345993 ], [ 120.1196684, 30.4345741 ], [ 120.1200143, 30.4345152 ], [ 120.1202336, 30.4344228 ], [ 120.1203261, 30.434322 ], [ 120.1203895, 30.4342422 ], [ 120.1205697, 30.4342338 ], [ 120.1207208, 30.4342506 ], [ 120.1209059, 30.434322 ], [ 120.1210862, 30.4344732 ], [ 120.1211397, 30.4345489 ], [ 120.1211787, 30.4346413 ], [ 120.1211836, 30.4347421 ], [ 120.1212518, 30.4348093 ], [ 120.1213492, 30.4347799 ], [ 120.1214126, 30.4346539 ], [ 120.121549, 30.4345573 ], [ 120.1216513, 30.434532 ], [ 120.1218169, 30.4345699 ], [ 120.1219436, 30.4346665 ], [ 120.1220313, 30.4347337 ], [ 120.1221872, 30.4347253 ], [ 120.122348, 30.4347841 ], [ 120.122728, 30.4347673 ], [ 120.1228352, 30.4347715 ], [ 120.1233175, 30.4349269 ], [ 120.1236488, 30.4350319 ], [ 120.1237901, 30.4350781 ], [ 120.1238242, 30.4351285 ], [ 120.1239411, 30.4351075 ], [ 120.1242675, 30.4350823 ], [ 120.124667, 30.4351243 ], [ 120.1249642, 30.4351495 ], [ 120.125047, 30.4351663 ], [ 120.1251055, 30.4352293 ], [ 120.1251152, 30.4353218 ], [ 120.1251201, 30.4354184 ], [ 120.1251591, 30.4354352 ], [ 120.1251834, 30.4353554 ], [ 120.125315, 30.4352797 ], [ 120.1254903, 30.4352882 ], [ 120.125656, 30.4352966 ], [ 120.1258119, 30.4353428 ], [ 120.1259756, 30.4353957 ], [ 120.1259879, 30.4353216 ], [ 120.1258801, 30.4352587 ], [ 120.1257534, 30.4351915 ], [ 120.1255293, 30.4351831 ], [ 120.1251834, 30.4350529 ], [ 120.1250714, 30.4349605 ], [ 120.1250129, 30.4349479 ], [ 120.1249447, 30.4350277 ], [ 120.1247937, 30.4350571 ], [ 120.1246524, 30.4350319 ], [ 120.1244575, 30.4349941 ], [ 120.124248, 30.4350151 ], [ 120.1240872, 30.4350403 ], [ 120.1239849, 30.4350361 ], [ 120.1237462, 30.4349521 ], [ 120.1233759, 30.4348597 ], [ 120.1229521, 30.4347169 ], [ 120.122767, 30.4346623 ], [ 120.1225818, 30.4346329 ], [ 120.1224698, 30.4345783 ], [ 120.1223723, 30.4345068 ], [ 120.1222895, 30.4344858 ], [ 120.122158, 30.4344942 ], [ 120.1219436, 30.4343934 ], [ 120.1217877, 30.4343346 ], [ 120.1217146, 30.4342926 ], [ 120.1217049, 30.4341372 ], [ 120.1216854, 30.4340406 ], [ 120.1216416, 30.4340154 ], [ 120.1215587, 30.4340322 ], [ 120.1214564, 30.4341036 ], [ 120.1213492, 30.4341414 ], [ 120.1210667, 30.4340994 ], [ 120.1207013, 30.4340574 ], [ 120.1205405, 30.4340112 ], [ 120.1204528, 30.4339272 ], [ 120.1204626, 30.4337927 ], [ 120.1205113, 30.4335281 ], [ 120.1204869, 30.4334063 ], [ 120.1205454, 30.4330786 ], [ 120.1205308, 30.432982 ], [ 120.1205259, 30.4328518 ], [ 120.1205649, 30.432541 ], [ 120.1205502, 30.4321671 ], [ 120.1206185, 30.4320537 ], [ 120.1207597, 30.4319991 ], [ 120.1207646, 30.4319192 ], [ 120.1207013, 30.43181 ], [ 120.1207013, 30.4316714 ], [ 120.1207646, 30.4315202 ], [ 120.1208523, 30.4314236 ], [ 120.1212128, 30.4313648 ], [ 120.1213492, 30.4313564 ], [ 120.1214321, 30.4313984 ], [ 120.1215539, 30.4313984 ], [ 120.1216513, 30.431411 ], [ 120.1217828, 30.4314404 ], [ 120.1219095, 30.4313774 ], [ 120.1220849, 30.4313606 ], [ 120.1226062, 30.4313354 ], [ 120.1228547, 30.4313269 ], [ 120.1230106, 30.4313143 ], [ 120.1231129, 30.4312723 ], [ 120.1232249, 30.4311799 ], [ 120.1233272, 30.4311463 ], [ 120.1235172, 30.4311295 ], [ 120.1236488, 30.4311253 ], [ 120.1238047, 30.4311715 ], [ 120.1239119, 30.4312597 ], [ 120.1239216, 30.4311463 ], [ 120.1238826, 30.4310917 ], [ 120.1237852, 30.4310665 ], [ 120.1235611, 30.4310665 ], [ 120.1232688, 30.4310959 ], [ 120.1230203, 30.4311211 ], [ 120.1227816, 30.4311925 ], [ 120.1225429, 30.4312093 ], [ 120.1225037, 30.4312078 ], [ 120.1223922, 30.4312037 ], [ 120.1223187, 30.4312009 ], [ 120.122158, 30.4312093 ], [ 120.1220459, 30.4312051 ], [ 120.1218932, 30.4311765 ], [ 120.1216464, 30.4311673 ], [ 120.1214954, 30.4311967 ], [ 120.1213639, 30.4312723 ], [ 120.1211349, 30.4313269 ], [ 120.1210374, 30.4313732 ], [ 120.1209059, 30.4313354 ], [ 120.1208133, 30.4312219 ], [ 120.1207841, 30.4311085 ], [ 120.1208962, 30.4306968 ], [ 120.1210697, 30.4305155 ], [ 120.1211428, 30.4304709 ], [ 120.1207208, 30.4303902 ], [ 120.1207061, 30.4305708 ], [ 120.1207061, 30.4307304 ], [ 120.1206331, 30.4312009 ], [ 120.1206769, 30.4313143 ], [ 120.1206964, 30.4314488 ], [ 120.1205697, 30.431768 ], [ 120.1205161, 30.4320075 ], [ 120.1204479, 30.4322133 ], [ 120.1204674, 30.4323561 ], [ 120.1204967, 30.4326796 ], [ 120.120482, 30.4328728 ], [ 120.1204041, 30.4331248 ], [ 120.1202726, 30.4333433 ], [ 120.1202238, 30.4334063 ], [ 120.1201313, 30.4334273 ], [ 120.1200484, 30.4334567 ], [ 120.1200046, 30.4335407 ], [ 120.1199413, 30.4335827 ], [ 120.1197951, 30.4335869 ], [ 120.1196733, 30.4336121 ], [ 120.1196051, 30.4336625 ], [ 120.1195272, 30.4337255 ], [ 120.1194443, 30.4337591 ], [ 120.1193859, 30.4338137 ], [ 120.1194054, 30.4338558 ], [ 120.1195028, 30.4338684 ], [ 120.1195954, 30.4338137 ], [ 120.1196538, 30.4337045 ], [ 120.1197659, 30.4336751 ], [ 120.1199266, 30.4336793 ], [ 120.1201118, 30.4336919 ], [ 120.1201849, 30.4337087 ], [ 120.1202043, 30.4338684 ], [ 120.1201946, 30.4340952 ], [ 120.1202287, 30.4341834 ], [ 120.1202238, 30.4342506 ], [ 120.1201605, 30.4343094 ], [ 120.1200387, 30.4343934 ], [ 120.1199218, 30.434448 ], [ 120.1194638, 30.4345278 ], [ 120.1188451, 30.4345867 ], [ 120.1186259, 30.4345657 ], [ 120.1183725, 30.4345783 ], [ 120.1180899, 30.4346497 ], [ 120.1178951, 30.4347547 ], [ 120.1176953, 30.4348723 ], [ 120.1175589, 30.4349899 ], [ 120.1173835, 30.4351201 ], [ 120.1172325, 30.4352797 ], [ 120.1171253, 30.4353932 ], [ 120.1169451, 30.4354772 ], [ 120.1167843, 30.435599 ], [ 120.116755, 30.435683 ], [ 120.116755, 30.4357418 ], [ 120.1166771, 30.4359182 ], [ 120.1165943, 30.4360694 ], [ 120.1164676, 30.4362249 ], [ 120.1163068, 30.4364055 ], [ 120.116185, 30.4365399 ], [ 120.116034, 30.4366323 ], [ 120.1158245, 30.4367247 ], [ 120.1156345, 30.4368255 ], [ 120.1155371, 30.4369978 ], [ 120.1154445, 30.4370524 ], [ 120.1151425, 30.4371616 ], [ 120.1149866, 30.437254 ], [ 120.1154299, 30.4376236 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1268773, 30.4372729 ], [ 120.1269194, 30.4371219 ], [ 120.1269404, 30.4369045 ], [ 120.1269264, 30.4368018 ], [ 120.12631, 30.436669 ], [ 120.1261208, 30.4370736 ], [ 120.1268773, 30.4372729 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1256476, 30.437691 ], [ 120.1261484, 30.4366441 ], [ 120.1260574, 30.436618 ], [ 120.1256172, 30.436546 ], [ 120.1250177, 30.437547 ], [ 120.1256476, 30.437691 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1268213, 30.4376896 ], [ 120.1268773, 30.4373756 ], [ 120.1260788, 30.4371521 ], [ 120.1259177, 30.4374661 ], [ 120.1268213, 30.4376896 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0998907, 30.4340203 ], [ 120.0999973, 30.4340901 ], [ 120.1001332, 30.4340955 ], [ 120.1001846, 30.4340435 ], [ 120.1002358, 30.4338129 ], [ 120.1001349, 30.4337128 ], [ 120.1000441, 30.4336867 ], [ 120.0999734, 30.4336998 ], [ 120.099923, 30.433765 ], [ 120.0998776, 30.4338651 ], [ 120.0998907, 30.4340203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1058961, 30.4340847 ], [ 120.1059577, 30.4341909 ], [ 120.1061199, 30.4342632 ], [ 120.1063381, 30.4342632 ], [ 120.1064612, 30.4342391 ], [ 120.1065675, 30.4341667 ], [ 120.1066794, 30.4340944 ], [ 120.1067577, 30.4339931 ], [ 120.1067465, 30.4339014 ], [ 120.1066626, 30.4338339 ], [ 120.1065283, 30.4338001 ], [ 120.1063493, 30.4338001 ], [ 120.1061367, 30.4338436 ], [ 120.1059409, 30.4339014 ], [ 120.1058905, 30.4339786 ], [ 120.1058961, 30.4340847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1055873, 30.4344753 ], [ 120.105699, 30.4345103 ], [ 120.1058819, 30.4345016 ], [ 120.1067049, 30.4343745 ], [ 120.1069132, 30.4343877 ], [ 120.107091, 30.4344622 ], [ 120.1072833, 30.4345653 ], [ 120.1073043, 30.4345302 ], [ 120.1073268, 30.4344926 ], [ 120.1071926, 30.4344271 ], [ 120.1068624, 30.4343001 ], [ 120.1066846, 30.4342738 ], [ 120.106522, 30.4343001 ], [ 120.1063798, 30.4343614 ], [ 120.106207, 30.4343921 ], [ 120.1059733, 30.4344183 ], [ 120.1057955, 30.4343833 ], [ 120.1056431, 30.4343658 ], [ 120.1054656, 30.4343471 ], [ 120.1054172, 30.4344664 ], [ 120.1055873, 30.4344753 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1077565, 30.4347425 ], [ 120.1086302, 30.4347425 ], [ 120.1094532, 30.434725 ], [ 120.1098037, 30.4346943 ], [ 120.1099307, 30.4346505 ], [ 120.1098952, 30.4345979 ], [ 120.1096412, 30.4345498 ], [ 120.1092957, 30.4345366 ], [ 120.1089503, 30.4345366 ], [ 120.1085794, 30.4345848 ], [ 120.1080308, 30.4345673 ], [ 120.1076904, 30.434576 ], [ 120.1075467, 30.4345643 ], [ 120.1075366, 30.4346357 ], [ 120.1075228, 30.4347337 ], [ 120.1077565, 30.4347425 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1058961, 30.4347697 ], [ 120.1059577, 30.4349048 ], [ 120.1060192, 30.4350205 ], [ 120.1061535, 30.435035 ], [ 120.106243, 30.4349964 ], [ 120.1062821, 30.4349385 ], [ 120.1063157, 30.4348083 ], [ 120.1064108, 30.4347552 ], [ 120.1065731, 30.4347504 ], [ 120.1065842, 30.4346105 ], [ 120.1065451, 30.4344851 ], [ 120.10645, 30.4344899 ], [ 120.1062821, 30.4345237 ], [ 120.1059912, 30.4345912 ], [ 120.1058626, 30.4346202 ], [ 120.1058234, 30.4346636 ], [ 120.1058961, 30.4347697 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1048332, 30.4347263 ], [ 120.1048611, 30.4348083 ], [ 120.1048332, 30.4349723 ], [ 120.1048387, 30.4350832 ], [ 120.1049339, 30.4351025 ], [ 120.1050905, 30.4350881 ], [ 120.105152, 30.4348614 ], [ 120.1052583, 30.4346539 ], [ 120.1052863, 30.4345237 ], [ 120.1052192, 30.4344803 ], [ 120.1050905, 30.4344948 ], [ 120.1049562, 30.4345285 ], [ 120.1048555, 30.4345816 ], [ 120.1047996, 30.4346346 ], [ 120.1048332, 30.4347263 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1053311, 30.4349868 ], [ 120.1053534, 30.4350977 ], [ 120.1053367, 30.4352135 ], [ 120.1055045, 30.4352135 ], [ 120.1056388, 30.4351845 ], [ 120.1056779, 30.4351074 ], [ 120.1056444, 30.4349578 ], [ 120.1056052, 30.4348469 ], [ 120.1055716, 30.4347745 ], [ 120.1054541, 30.4347118 ], [ 120.1054206, 30.4345961 ], [ 120.1053702, 30.4345623 ], [ 120.1053534, 30.4346539 ], [ 120.1053423, 30.4347745 ], [ 120.1053031, 30.4348999 ], [ 120.1053311, 30.4349868 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1043744, 30.435035 ], [ 120.1044863, 30.4350881 ], [ 120.1046821, 30.4350398 ], [ 120.1047828, 30.4349916 ], [ 120.1047884, 30.4348517 ], [ 120.1046821, 30.4348517 ], [ 120.1045534, 30.4348565 ], [ 120.1044192, 30.4348855 ], [ 120.104352, 30.4349337 ], [ 120.1043744, 30.435035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.106422, 30.435199 ], [ 120.1064556, 30.4353148 ], [ 120.1066178, 30.4352858 ], [ 120.1067353, 30.4352279 ], [ 120.1067633, 30.4351508 ], [ 120.1067633, 30.4350205 ], [ 120.1067185, 30.4349626 ], [ 120.1065898, 30.4349241 ], [ 120.10645, 30.4349289 ], [ 120.1063828, 30.4349916 ], [ 120.106422, 30.435199 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1046541, 30.4354064 ], [ 120.1047436, 30.4355318 ], [ 120.1049227, 30.435556 ], [ 120.1051576, 30.4355367 ], [ 120.1052807, 30.4354981 ], [ 120.1052751, 30.4354112 ], [ 120.1052304, 30.4352955 ], [ 120.1051744, 30.4352135 ], [ 120.1050625, 30.4351749 ], [ 120.1049059, 30.4351797 ], [ 120.1047996, 30.4351411 ], [ 120.1046653, 30.4351459 ], [ 120.1046318, 30.4352472 ], [ 120.1046541, 30.4354064 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1385405, 30.434878 ], [ 120.1386538, 30.434954 ], [ 120.1387796, 30.4347369 ], [ 120.1384587, 30.4346664 ], [ 120.1384398, 30.4347586 ], [ 120.1385405, 30.434878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1332682, 30.4355162 ], [ 120.1333744, 30.4350626 ], [ 120.1334251, 30.4347442 ], [ 120.1329036, 30.4346686 ], [ 120.1327374, 30.4354565 ], [ 120.1332682, 30.4355162 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1348176, 30.4353769 ], [ 120.1356977, 30.4356331 ], [ 120.1357777, 30.4356084 ], [ 120.135932, 30.435298 ], [ 120.1359263, 30.4352241 ], [ 120.1356406, 30.4350024 ], [ 120.1354005, 30.4349186 ], [ 120.1352519, 30.4349137 ], [ 120.1352119, 30.4348151 ], [ 120.1351891, 30.4346673 ], [ 120.1351376, 30.4345934 ], [ 120.1350119, 30.4345736 ], [ 120.1348519, 30.4345934 ], [ 120.1347319, 30.4345835 ], [ 120.1346747, 30.4347067 ], [ 120.1346118, 30.4347708 ], [ 120.1344632, 30.4347708 ], [ 120.1344118, 30.43482 ], [ 120.1342461, 30.4352684 ], [ 120.1348176, 30.4353769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1389747, 30.435312 ], [ 120.1390628, 30.435057 ], [ 120.1387859, 30.4349865 ], [ 120.1386789, 30.4352361 ], [ 120.1389747, 30.435312 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1337251, 30.4356237 ], [ 120.1339375, 30.4356873 ], [ 120.1341313, 30.4352973 ], [ 120.1342144, 30.4350785 ], [ 120.1342098, 30.4350228 ], [ 120.1340021, 30.4349869 ], [ 120.1339559, 30.4349352 ], [ 120.1339513, 30.4348636 ], [ 120.1338867, 30.4348158 ], [ 120.1335128, 30.4347323 ], [ 120.1333651, 30.4355282 ], [ 120.1337251, 30.4356237 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1278849, 30.4351907 ], [ 120.1279337, 30.4352941 ], [ 120.127916, 30.4354128 ], [ 120.1278982, 30.4354933 ], [ 120.127987, 30.4355316 ], [ 120.128569, 30.4356388 ], [ 120.1286062, 30.4356015 ], [ 120.1286865, 30.4350767 ], [ 120.1286356, 30.435049 ], [ 120.1284979, 30.4350375 ], [ 120.1283247, 30.4349953 ], [ 120.1281781, 30.4349455 ], [ 120.1278893, 30.4349685 ], [ 120.1278582, 30.4350605 ], [ 120.1278849, 30.4351907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.12872, 30.4356618 ], [ 120.1287822, 30.4356695 ], [ 120.1295952, 30.4357537 ], [ 120.1296352, 30.4357039 ], [ 120.1296352, 30.4352213 ], [ 120.1295952, 30.4351907 ], [ 120.1288977, 30.4350873 ], [ 120.1288222, 30.4350834 ], [ 120.1287867, 30.4351562 ], [ 120.1287467, 30.4354971 ], [ 120.1287111, 30.4356197 ], [ 120.12872, 30.4356618 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1347319, 30.4359238 ], [ 120.1347833, 30.4358893 ], [ 120.1349376, 30.4355542 ], [ 120.1349205, 30.4355148 ], [ 120.1342061, 30.4353424 ], [ 120.1340346, 30.4357366 ], [ 120.1347319, 30.4359238 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1393523, 30.43586 ], [ 120.1394404, 30.4357461 ], [ 120.1394907, 30.4356159 ], [ 120.1390628, 30.4354531 ], [ 120.1388614, 30.4356864 ], [ 120.1393523, 30.43586 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1327005, 30.4361688 ], [ 120.1328713, 30.4362126 ], [ 120.1330051, 30.4362086 ], [ 120.1330328, 30.4361609 ], [ 120.1331251, 30.4357629 ], [ 120.1331113, 30.4356754 ], [ 120.1330882, 30.4356237 ], [ 120.1325759, 30.4355918 ], [ 120.132419, 30.4361012 ], [ 120.1327005, 30.4361688 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1060966, 30.4412691 ], [ 120.1061785, 30.4411243 ], [ 120.1062849, 30.4410431 ], [ 120.1063382, 30.4409372 ], [ 120.106461, 30.4408313 ], [ 120.1066658, 30.440683 ], [ 120.106846, 30.4405771 ], [ 120.1070999, 30.4405065 ], [ 120.1071982, 30.4404959 ], [ 120.1073374, 30.4405312 ], [ 120.1074931, 30.440623 ], [ 120.1076896, 30.4407642 ], [ 120.1078207, 30.4407642 ], [ 120.1079845, 30.4408207 ], [ 120.1081483, 30.4407783 ], [ 120.1082999, 30.4408242 ], [ 120.1085087, 30.4409655 ], [ 120.1088527, 30.4411491 ], [ 120.1090288, 30.4412056 ], [ 120.1091558, 30.4412868 ], [ 120.1093401, 30.4413997 ], [ 120.1094547, 30.4415127 ], [ 120.1096759, 30.4416222 ], [ 120.1098766, 30.4416716 ], [ 120.1099912, 30.4418058 ], [ 120.109983, 30.4418764 ], [ 120.1099462, 30.4421236 ], [ 120.1098274, 30.4424978 ], [ 120.1098766, 30.4425296 ], [ 120.1099503, 30.4424908 ], [ 120.110069, 30.4422259 ], [ 120.1101264, 30.4421412 ], [ 120.1102165, 30.4418976 ], [ 120.1103475, 30.4417528 ], [ 120.1105277, 30.4416222 ], [ 120.110667, 30.4415657 ], [ 120.11097, 30.4412161 ], [ 120.1110765, 30.4411102 ], [ 120.1112157, 30.4410643 ], [ 120.111355, 30.4410502 ], [ 120.1114369, 30.4409725 ], [ 120.1115884, 30.4407889 ], [ 120.1118014, 30.4404853 ], [ 120.1119897, 30.440337 ], [ 120.1121536, 30.4402875 ], [ 120.1122559, 30.4401781 ], [ 120.112387, 30.4400474 ], [ 120.112514, 30.4399733 ], [ 120.1126778, 30.4399592 ], [ 120.1128211, 30.4398356 ], [ 120.1129767, 30.4396979 ], [ 120.1131201, 30.4396202 ], [ 120.1132921, 30.4396308 ], [ 120.1135173, 30.4396767 ], [ 120.1137835, 30.4398038 ], [ 120.1138367, 30.4398462 ], [ 120.1138245, 30.4398992 ], [ 120.1138081, 30.4399874 ], [ 120.1138286, 30.4400863 ], [ 120.1139146, 30.4401534 ], [ 120.1140251, 30.4402805 ], [ 120.1142176, 30.440337 ], [ 120.1143323, 30.4403758 ], [ 120.1144715, 30.4403229 ], [ 120.1145862, 30.440337 ], [ 120.1146517, 30.4403758 ], [ 120.1146558, 30.4404711 ], [ 120.1146681, 30.4406159 ], [ 120.1147172, 30.4407077 ], [ 120.1147951, 30.4408066 ], [ 120.1148114, 30.4409549 ], [ 120.1149507, 30.4411738 ], [ 120.1151513, 30.4414704 ], [ 120.1153111, 30.4415939 ], [ 120.1154298, 30.4416257 ], [ 120.1153848, 30.4415551 ], [ 120.1152333, 30.4413892 ], [ 120.1151636, 30.4413221 ], [ 120.1151391, 30.4411491 ], [ 120.1150408, 30.4409549 ], [ 120.1149957, 30.4408066 ], [ 120.1148565, 30.44063 ], [ 120.1148401, 30.4404111 ], [ 120.1149015, 30.4402946 ], [ 120.1148852, 30.4401993 ], [ 120.114922, 30.4400969 ], [ 120.115008, 30.4400439 ], [ 120.1150899, 30.4400015 ], [ 120.1151186, 30.4400369 ], [ 120.1150899, 30.4401075 ], [ 120.115094, 30.4401781 ], [ 120.115135, 30.440231 ], [ 120.1151759, 30.4402664 ], [ 120.1151391, 30.4403405 ], [ 120.1151595, 30.4404288 ], [ 120.1152251, 30.4404782 ], [ 120.115307, 30.4404711 ], [ 120.1153848, 30.4404853 ], [ 120.1154954, 30.4405877 ], [ 120.1155977, 30.4406689 ], [ 120.1156469, 30.4406477 ], [ 120.1158312, 30.4406724 ], [ 120.1159827, 30.4407112 ], [ 120.1160974, 30.4406971 ], [ 120.1161916, 30.4406265 ], [ 120.1161998, 30.44057 ], [ 120.1160892, 30.4405276 ], [ 120.1160073, 30.4404923 ], [ 120.1159336, 30.4405065 ], [ 120.115823, 30.4404641 ], [ 120.1157452, 30.4404111 ], [ 120.1157247, 30.4403229 ], [ 120.1157042, 30.440231 ], [ 120.1157288, 30.4401463 ], [ 120.1155855, 30.4401145 ], [ 120.1154667, 30.4400863 ], [ 120.1154626, 30.4400404 ], [ 120.1155281, 30.4400333 ], [ 120.1158066, 30.4401357 ], [ 120.1158025, 30.4401887 ], [ 120.115782, 30.4402875 ], [ 120.1157984, 30.4403582 ], [ 120.1158639, 30.4404217 ], [ 120.1160196, 30.4404535 ], [ 120.1161342, 30.4404782 ], [ 120.1162161, 30.4405418 ], [ 120.1163144, 30.4405276 ], [ 120.11647, 30.4404217 ], [ 120.1165397, 30.4403476 ], [ 120.1165888, 30.4402522 ], [ 120.1164414, 30.4402028 ], [ 120.1164209, 30.440231 ], [ 120.1162653, 30.4401816 ], [ 120.116298, 30.440111 ], [ 120.1164578, 30.440164 ], [ 120.1166216, 30.4402169 ], [ 120.1166543, 30.4401534 ], [ 120.1167403, 30.4400969 ], [ 120.1168837, 30.4401216 ], [ 120.1172645, 30.4402099 ], [ 120.1174161, 30.4402028 ], [ 120.1175717, 30.4402028 ], [ 120.1176495, 30.4402381 ], [ 120.1177478, 30.4402275 ], [ 120.1178215, 30.4402522 ], [ 120.1178584, 30.4403299 ], [ 120.1179198, 30.4404394 ], [ 120.1180181, 30.440517 ], [ 120.1180263, 30.4405983 ], [ 120.1179812, 30.4407677 ], [ 120.1179853, 30.4408313 ], [ 120.1181409, 30.440803 ], [ 120.1181696, 30.4407077 ], [ 120.1182925, 30.4406194 ], [ 120.1183252, 30.4406371 ], [ 120.118317, 30.4407395 ], [ 120.1183744, 30.4407713 ], [ 120.118444, 30.4407289 ], [ 120.1184317, 30.4406547 ], [ 120.11853, 30.4406618 ], [ 120.1186938, 30.4407077 ], [ 120.1187512, 30.4406865 ], [ 120.1187839, 30.4405947 ], [ 120.1186856, 30.4405665 ], [ 120.1185423, 30.4404323 ], [ 120.1184809, 30.4403299 ], [ 120.1185341, 30.4402346 ], [ 120.1184399, 30.4402558 ], [ 120.1182433, 30.4403229 ], [ 120.118186, 30.4403582 ], [ 120.1180017, 30.4401392 ], [ 120.1179239, 30.4400722 ], [ 120.1179116, 30.4399451 ], [ 120.1178174, 30.4399415 ], [ 120.1176946, 30.4400086 ], [ 120.1175553, 30.440058 ], [ 120.1172523, 30.4400121 ], [ 120.1168182, 30.4399592 ], [ 120.1166298, 30.4398285 ], [ 120.116466, 30.4397968 ], [ 120.1163513, 30.4397932 ], [ 120.1161015, 30.4396167 ], [ 120.1160318, 30.4395319 ], [ 120.1156919, 30.4394331 ], [ 120.1154626, 30.4393978 ], [ 120.1153152, 30.4394154 ], [ 120.1151186, 30.4393625 ], [ 120.1150653, 30.4393942 ], [ 120.1149834, 30.4395143 ], [ 120.1149097, 30.4396379 ], [ 120.114836, 30.4398285 ], [ 120.1148032, 30.4400157 ], [ 120.1147746, 30.4401428 ], [ 120.1147172, 30.4401922 ], [ 120.1145043, 30.4401887 ], [ 120.1144142, 30.4402169 ], [ 120.1142709, 30.4401746 ], [ 120.1141029, 30.4401675 ], [ 120.1140088, 30.4401322 ], [ 120.1140088, 30.4400474 ], [ 120.1140415, 30.4399698 ], [ 120.1139883, 30.4399027 ], [ 120.1139637, 30.4398568 ], [ 120.1140088, 30.4398285 ], [ 120.1140825, 30.4397685 ], [ 120.1141316, 30.4396802 ], [ 120.1141193, 30.4396026 ], [ 120.1140907, 30.4395319 ], [ 120.1141275, 30.4394507 ], [ 120.1141971, 30.4394119 ], [ 120.1142135, 30.4393483 ], [ 120.1142381, 30.4392212 ], [ 120.1143159, 30.4391612 ], [ 120.1144101, 30.4391506 ], [ 120.1144961, 30.4390164 ], [ 120.1145903, 30.4388717 ], [ 120.1147172, 30.4386528 ], [ 120.114836, 30.4383985 ], [ 120.1149466, 30.4382891 ], [ 120.1150244, 30.4382961 ], [ 120.1151063, 30.4383067 ], [ 120.1151432, 30.4382538 ], [ 120.1151718, 30.4381443 ], [ 120.1153111, 30.4379854 ], [ 120.1154175, 30.4378371 ], [ 120.1155199, 30.4377524 ], [ 120.115524, 30.4376782 ], [ 120.1154298, 30.4376994 ], [ 120.1153561, 30.4377806 ], [ 120.1153274, 30.437876 ], [ 120.115266, 30.437876 ], [ 120.1153152, 30.4377206 ], [ 120.1154299, 30.4376236 ], [ 120.1149866, 30.437254 ], [ 120.1148892, 30.4373746 ], [ 120.1147746, 30.4375052 ], [ 120.1146599, 30.4375864 ], [ 120.1145493, 30.4376111 ], [ 120.1143528, 30.4376182 ], [ 120.1142586, 30.4377135 ], [ 120.1141521, 30.43777 ], [ 120.1140415, 30.4377842 ], [ 120.1138204, 30.437597 ], [ 120.1136647, 30.437424 ], [ 120.1135542, 30.4374205 ], [ 120.1134313, 30.4374558 ], [ 120.1132634, 30.4374134 ], [ 120.1131242, 30.4373004 ], [ 120.1130095, 30.4372404 ], [ 120.112989, 30.4372051 ], [ 120.11303, 30.4371627 ], [ 120.1130996, 30.4370638 ], [ 120.1130873, 30.4369862 ], [ 120.1130218, 30.4369191 ], [ 120.1130218, 30.4368096 ], [ 120.112944, 30.436799 ], [ 120.1127679, 30.4368096 ], [ 120.1125918, 30.4368202 ], [ 120.1125385, 30.4367672 ], [ 120.1124116, 30.4367002 ], [ 120.1122928, 30.4366825 ], [ 120.1121454, 30.4366613 ], [ 120.1120921, 30.436573 ], [ 120.1121781, 30.4364424 ], [ 120.1122723, 30.4362623 ], [ 120.1123215, 30.436001 ], [ 120.1123911, 30.4358527 ], [ 120.1123501, 30.4358068 ], [ 120.1124198, 30.4357256 ], [ 120.1124607, 30.4355526 ], [ 120.1125467, 30.4355067 ], [ 120.112518, 30.4354219 ], [ 120.1124648, 30.4352913 ], [ 120.1125303, 30.4351289 ], [ 120.1125918, 30.4351147 ], [ 120.1126901, 30.4350123 ], [ 120.1127801, 30.4347581 ], [ 120.1128784, 30.4346487 ], [ 120.1130832, 30.4346487 ], [ 120.1131692, 30.4345003 ], [ 120.1132716, 30.4345039 ], [ 120.1133494, 30.4344544 ], [ 120.1133453, 30.4344015 ], [ 120.1132265, 30.4343485 ], [ 120.113075, 30.4342814 ], [ 120.1129603, 30.4342002 ], [ 120.1129358, 30.4340837 ], [ 120.1129317, 30.4339601 ], [ 120.1130218, 30.4337624 ], [ 120.1130873, 30.4336282 ], [ 120.1130914, 30.4335187 ], [ 120.1130463, 30.4334093 ], [ 120.1130504, 30.4332327 ], [ 120.1130463, 30.4331232 ], [ 120.1130811, 30.4330346 ], [ 120.1127748, 30.4328998 ], [ 120.1127023, 30.4329679 ], [ 120.1126041, 30.4330279 ], [ 120.1124525, 30.4330561 ], [ 120.1123092, 30.4330526 ], [ 120.1122027, 30.4330173 ], [ 120.1120717, 30.4329573 ], [ 120.1119447, 30.4329361 ], [ 120.11183, 30.4328619 ], [ 120.1117645, 30.4327383 ], [ 120.1117604, 30.4325759 ], [ 120.111699, 30.4325618 ], [ 120.1115597, 30.4325971 ], [ 120.1114574, 30.4325689 ], [ 120.1112444, 30.4324488 ], [ 120.1111953, 30.4324947 ], [ 120.1113591, 30.4326006 ], [ 120.1115229, 30.4327101 ], [ 120.1116416, 30.432922 ], [ 120.1117686, 30.4330102 ], [ 120.1118792, 30.4330915 ], [ 120.1118833, 30.4331691 ], [ 120.1117727, 30.4333174 ], [ 120.1116253, 30.4334516 ], [ 120.1115065, 30.433494 ], [ 120.1113632, 30.4334975 ], [ 120.1112362, 30.4334905 ], [ 120.1111666, 30.4335646 ], [ 120.1110683, 30.4336035 ], [ 120.1109454, 30.4336105 ], [ 120.1108553, 30.4335611 ], [ 120.1108144, 30.4336635 ], [ 120.1107816, 30.4337871 ], [ 120.1107816, 30.4339177 ], [ 120.1107693, 30.4340554 ], [ 120.110753, 30.434232 ], [ 120.1107734, 30.434352 ], [ 120.1107407, 30.4344368 ], [ 120.1107611, 30.4345003 ], [ 120.1108553, 30.4344756 ], [ 120.1108758, 30.4343909 ], [ 120.1108635, 30.4342391 ], [ 120.1109004, 30.4341225 ], [ 120.111011, 30.4340343 ], [ 120.1111789, 30.4340131 ], [ 120.111269, 30.4338859 ], [ 120.1114737, 30.4337129 ], [ 120.1116294, 30.4336529 ], [ 120.1117563, 30.4335646 ], [ 120.1118259, 30.4334587 ], [ 120.1119365, 30.4333951 ], [ 120.1120512, 30.4333775 ], [ 120.1121085, 30.4334269 ], [ 120.1122191, 30.4334481 ], [ 120.1123297, 30.4333775 ], [ 120.1123788, 30.433268 ], [ 120.1124853, 30.4331797 ], [ 120.1126163, 30.4331374 ], [ 120.112772, 30.4331727 ], [ 120.1128088, 30.4332609 ], [ 120.1127801, 30.4333457 ], [ 120.1127228, 30.4334198 ], [ 120.1125672, 30.4334728 ], [ 120.1124525, 30.4335081 ], [ 120.112432, 30.4335611 ], [ 120.1124853, 30.433607 ], [ 120.1125508, 30.4336741 ], [ 120.112559, 30.4338047 ], [ 120.1125099, 30.4339813 ], [ 120.1124566, 30.4340554 ], [ 120.1123993, 30.4341931 ], [ 120.1123911, 30.4343379 ], [ 120.1123665, 30.4345357 ], [ 120.1123542, 30.4347652 ], [ 120.1122969, 30.4348711 ], [ 120.1122355, 30.4351889 ], [ 120.1122109, 30.4352772 ], [ 120.1121372, 30.4353478 ], [ 120.1120143, 30.435482 ], [ 120.1119849, 30.4356733 ], [ 120.1119594, 30.4360147 ], [ 120.1117481, 30.4363136 ], [ 120.1116109, 30.436618 ], [ 120.1115117, 30.4368582 ], [ 120.1113959, 30.437085 ], [ 120.1114164, 30.4371804 ], [ 120.1114574, 30.4373251 ], [ 120.1114328, 30.4375158 ], [ 120.1114164, 30.43765 ], [ 120.1113427, 30.437763 ], [ 120.1112935, 30.4379007 ], [ 120.1112157, 30.4379254 ], [ 120.1110806, 30.4379607 ], [ 120.1109718, 30.43801 ], [ 120.1109147, 30.4380722 ], [ 120.1108758, 30.4381726 ], [ 120.1108226, 30.4382502 ], [ 120.1107448, 30.4383314 ], [ 120.1105482, 30.4383844 ], [ 120.1102984, 30.4384515 ], [ 120.1100608, 30.4384727 ], [ 120.1097471, 30.4387852 ], [ 120.109434, 30.4387944 ], [ 120.1093406, 30.4387984 ], [ 120.1092645, 30.4389836 ], [ 120.1092656, 30.4390887 ], [ 120.1091988, 30.4391793 ], [ 120.1091212, 30.4392564 ], [ 120.1090247, 30.4393157 ], [ 120.1089664, 30.4393735 ], [ 120.1090124, 30.4394649 ], [ 120.1089838, 30.4395637 ], [ 120.1089182, 30.4396343 ], [ 120.1086848, 30.4397261 ], [ 120.1084063, 30.4398391 ], [ 120.1081033, 30.4399486 ], [ 120.1076323, 30.4401851 ], [ 120.1074275, 30.4402734 ], [ 120.1071941, 30.4403758 ], [ 120.1071204, 30.4404217 ], [ 120.1069771, 30.4404464 ], [ 120.106887, 30.4404076 ], [ 120.106629, 30.4403087 ], [ 120.1064856, 30.440284 ], [ 120.106375, 30.440231 ], [ 120.1063177, 30.4401357 ], [ 120.1063669, 30.4400051 ], [ 120.1063587, 30.4398568 ], [ 120.1063505, 30.4396696 ], [ 120.106117, 30.4396732 ], [ 120.1061416, 30.4398709 ], [ 120.1061334, 30.4401604 ], [ 120.1061989, 30.4402981 ], [ 120.1062563, 30.4403793 ], [ 120.1063873, 30.4404252 ], [ 120.1065348, 30.4404641 ], [ 120.1065716, 30.4405347 ], [ 120.1065675, 30.4406371 ], [ 120.1064897, 30.4407112 ], [ 120.1063669, 30.4408136 ], [ 120.106244, 30.4408913 ], [ 120.1061252, 30.4409937 ], [ 120.1059573, 30.4411773 ], [ 120.1060966, 30.4412691 ] ], [ [ 120.1078985, 30.4403511 ], [ 120.1080296, 30.4402805 ], [ 120.1081401, 30.4402205 ], [ 120.108263, 30.4401851 ], [ 120.1082712, 30.4400863 ], [ 120.1082589, 30.4400157 ], [ 120.1083777, 30.4399521 ], [ 120.1084227, 30.4399768 ], [ 120.1085046, 30.4400474 ], [ 120.1086725, 30.4400474 ], [ 120.10882, 30.4399768 ], [ 120.1090411, 30.4399627 ], [ 120.1092786, 30.4400015 ], [ 120.1094261, 30.4400686 ], [ 120.1095653, 30.4400439 ], [ 120.1097168, 30.4400227 ], [ 120.1098643, 30.4399203 ], [ 120.1099093, 30.4398215 ], [ 120.1099748, 30.4396696 ], [ 120.11011, 30.4395778 ], [ 120.110241, 30.4395778 ], [ 120.1103434, 30.4396485 ], [ 120.110368, 30.4397367 ], [ 120.1103598, 30.4398533 ], [ 120.1103516, 30.4400086 ], [ 120.1103025, 30.4401357 ], [ 120.1102206, 30.4402487 ], [ 120.110196, 30.4403299 ], [ 120.1101919, 30.4404535 ], [ 120.1101264, 30.44063 ], [ 120.11011, 30.4407006 ], [ 120.1101223, 30.4407995 ], [ 120.1100813, 30.4409266 ], [ 120.1100076, 30.4410784 ], [ 120.1099585, 30.4412762 ], [ 120.1100117, 30.4413786 ], [ 120.1099626, 30.4414209 ], [ 120.1096882, 30.4413786 ], [ 120.1095366, 30.4412444 ], [ 120.1094588, 30.4411279 ], [ 120.1093155, 30.4408595 ], [ 120.1092664, 30.4407924 ], [ 120.1091517, 30.4407571 ], [ 120.1089264, 30.4407501 ], [ 120.108693, 30.4407042 ], [ 120.1084145, 30.4406265 ], [ 120.1082343, 30.4405735 ], [ 120.108005, 30.4406194 ], [ 120.1078576, 30.4405524 ], [ 120.1078494, 30.4404041 ], [ 120.1078985, 30.4403511 ] ], [ [ 120.1103189, 30.4411243 ], [ 120.1103557, 30.4410043 ], [ 120.1103393, 30.4406971 ], [ 120.1103885, 30.4406124 ], [ 120.1105031, 30.4405029 ], [ 120.1105154, 30.4404323 ], [ 120.1104786, 30.4402946 ], [ 120.1105687, 30.4401322 ], [ 120.1106547, 30.4400439 ], [ 120.1108226, 30.4397085 ], [ 120.1109209, 30.4395425 ], [ 120.1110028, 30.4394719 ], [ 120.1111215, 30.4394613 ], [ 120.1112075, 30.4394754 ], [ 120.1112485, 30.4395319 ], [ 120.1113017, 30.4396237 ], [ 120.1114492, 30.439652 ], [ 120.1116048, 30.439652 ], [ 120.1117113, 30.4396802 ], [ 120.1117973, 30.4397191 ], [ 120.111871, 30.4398179 ], [ 120.1118956, 30.439885 ], [ 120.1118546, 30.439998 ], [ 120.11183, 30.4401357 ], [ 120.1117891, 30.4402099 ], [ 120.1115393, 30.4404429 ], [ 120.1114533, 30.4404853 ], [ 120.111355, 30.4404923 ], [ 120.1113345, 30.4405488 ], [ 120.1112608, 30.4406618 ], [ 120.1111953, 30.4407501 ], [ 120.1111379, 30.4407889 ], [ 120.1110069, 30.4408101 ], [ 120.1109045, 30.4408701 ], [ 120.1108144, 30.4409584 ], [ 120.1107202, 30.4410396 ], [ 120.1107079, 30.4411314 ], [ 120.1106588, 30.4412515 ], [ 120.1104622, 30.4414386 ], [ 120.110327, 30.4415198 ], [ 120.1102697, 30.4415127 ], [ 120.1102533, 30.441428 ], [ 120.1102533, 30.4413221 ], [ 120.1103189, 30.4411243 ] ], [ [ 120.1115679, 30.4379395 ], [ 120.111613, 30.4377453 ], [ 120.1116662, 30.4376535 ], [ 120.1117727, 30.4376394 ], [ 120.1119447, 30.4376535 ], [ 120.1120962, 30.43771 ], [ 120.1122437, 30.437763 ], [ 120.1122887, 30.4378654 ], [ 120.1122437, 30.4380843 ], [ 120.112174, 30.438162 ], [ 120.1119611, 30.4381549 ], [ 120.111613, 30.4380913 ], [ 120.1115393, 30.4380419 ], [ 120.1115679, 30.4379395 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1267303, 30.4380821 ], [ 120.1267933, 30.4377741 ], [ 120.1259037, 30.4375326 ], [ 120.1257636, 30.4378345 ], [ 120.1267303, 30.4380821 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.111657, 30.43798 ], [ 120.1117299, 30.4380129 ], [ 120.1117889, 30.437977 ], [ 120.1117924, 30.4379262 ], [ 120.111834, 30.4378334 ], [ 120.1118375, 30.4377287 ], [ 120.1117924, 30.4377018 ], [ 120.1117091, 30.4377287 ], [ 120.1116848, 30.4378215 ], [ 120.1116536, 30.4379262 ], [ 120.111657, 30.43798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1120144, 30.4380279 ], [ 120.1120803, 30.4380279 ], [ 120.1121081, 30.437974 ], [ 120.1121116, 30.4379082 ], [ 120.1121324, 30.4378394 ], [ 120.1121046, 30.4378065 ], [ 120.1120491, 30.4378185 ], [ 120.1119867, 30.4379022 ], [ 120.1119624, 30.437983 ], [ 120.1120144, 30.4380279 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1253213, 30.4383845 ], [ 120.1256248, 30.4377891 ], [ 120.1252378, 30.4377106 ], [ 120.1250253, 30.4382733 ], [ 120.1253213, 30.4383845 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1266322, 30.4384687 ], [ 120.1267022, 30.4381607 ], [ 120.1257356, 30.437907 ], [ 120.1255885, 30.4382029 ], [ 120.1266322, 30.4384687 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1152039, 30.4384071 ], [ 120.1153095, 30.4384981 ], [ 120.1154591, 30.438574 ], [ 120.1156616, 30.4386385 ], [ 120.1158112, 30.438722 ], [ 120.1158816, 30.4387447 ], [ 120.1159388, 30.438722 ], [ 120.1159916, 30.4386575 ], [ 120.1160356, 30.4385399 ], [ 120.116084, 30.4383805 ], [ 120.1161104, 30.4382553 ], [ 120.1162029, 30.4381718 ], [ 120.1162821, 30.4380845 ], [ 120.1162777, 30.4379859 ], [ 120.1162469, 30.4378986 ], [ 120.1161633, 30.4378493 ], [ 120.1160664, 30.4378455 ], [ 120.115996, 30.4378683 ], [ 120.1158596, 30.4379593 ], [ 120.115776, 30.4380125 ], [ 120.1156924, 30.4379821 ], [ 120.115666, 30.4378797 ], [ 120.115578, 30.4378303 ], [ 120.1155075, 30.4378303 ], [ 120.1154503, 30.4378948 ], [ 120.1153931, 30.4380276 ], [ 120.1153359, 30.4381604 ], [ 120.1152567, 30.4382515 ], [ 120.1152039, 30.4383236 ], [ 120.1152039, 30.4384071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1245153, 30.4387487 ], [ 120.1248204, 30.4382168 ], [ 120.1249425, 30.438246 ], [ 120.1250781, 30.4379538 ], [ 120.1248272, 30.4378661 ], [ 120.1243933, 30.4385617 ], [ 120.1245153, 30.4387487 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1265201, 30.4388854 ], [ 120.1266182, 30.4385411 ], [ 120.1255535, 30.4382694 ], [ 120.1253924, 30.4386076 ], [ 120.1265201, 30.4388854 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1190111, 30.4388271 ], [ 120.119116, 30.4389627 ], [ 120.11963, 30.4390079 ], [ 120.1197454, 30.4389175 ], [ 120.1197454, 30.4386914 ], [ 120.1197454, 30.4385467 ], [ 120.1195881, 30.4384834 ], [ 120.1192629, 30.4384834 ], [ 120.119158, 30.4383477 ], [ 120.1190111, 30.4383839 ], [ 120.1190111, 30.4388271 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.105387, 30.4354547 ], [ 120.1054374, 30.4355318 ], [ 120.1056052, 30.4355174 ], [ 120.10565, 30.4354643 ], [ 120.1056779, 30.4353292 ], [ 120.1056779, 30.4352424 ], [ 120.1054821, 30.4352617 ], [ 120.1053702, 30.4352714 ], [ 120.1053423, 30.4353196 ], [ 120.105387, 30.4354547 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1066122, 30.4355849 ], [ 120.1066234, 30.4357103 ], [ 120.1067073, 30.4357344 ], [ 120.1068808, 30.4356814 ], [ 120.1069311, 30.4356283 ], [ 120.1069647, 30.4354932 ], [ 120.1069647, 30.4354064 ], [ 120.1069199, 30.4353485 ], [ 120.1067857, 30.4353244 ], [ 120.1066626, 30.4353341 ], [ 120.1065898, 30.4354161 ], [ 120.1066122, 30.4355849 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0932665, 30.438624 ], [ 120.0933114, 30.4386859 ], [ 120.0936257, 30.4385698 ], [ 120.0939759, 30.4385233 ], [ 120.0939624, 30.4384188 ], [ 120.0939983, 30.4383724 ], [ 120.0943126, 30.4383027 ], [ 120.0944697, 30.4382601 ], [ 120.0945326, 30.4381246 ], [ 120.0945236, 30.4378537 ], [ 120.0944473, 30.4378459 ], [ 120.0941959, 30.4379195 ], [ 120.0937559, 30.4381672 ], [ 120.093271, 30.4383917 ], [ 120.0932351, 30.4385001 ], [ 120.0932665, 30.438624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0933159, 30.4390304 ], [ 120.0936437, 30.4390265 ], [ 120.0941914, 30.4389956 ], [ 120.0942004, 30.4387788 ], [ 120.09416, 30.4387401 ], [ 120.0940792, 30.4387207 ], [ 120.0939535, 30.4387207 ], [ 120.0933518, 30.4387788 ], [ 120.0932935, 30.4387982 ], [ 120.0933159, 30.4390304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0939714, 30.439642 ], [ 120.0940028, 30.4390575 ], [ 120.0936661, 30.4390846 ], [ 120.0936526, 30.439611 ], [ 120.0939714, 30.439642 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.092742, 30.4394505 ], [ 120.0927633, 30.4395701 ], [ 120.0931154, 30.4395379 ], [ 120.0932007, 30.4394781 ], [ 120.09319, 30.439147 ], [ 120.0928167, 30.4391332 ], [ 120.092742, 30.4391516 ], [ 120.092742, 30.4394505 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.093271, 30.4395878 ], [ 120.0936078, 30.4396188 ], [ 120.0936167, 30.4390846 ], [ 120.0933025, 30.4391001 ], [ 120.0932441, 30.4391194 ], [ 120.093271, 30.4395878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0943844, 30.4396729 ], [ 120.0944024, 30.4393207 ], [ 120.0944428, 30.4391852 ], [ 120.0944338, 30.4391156 ], [ 120.0943665, 30.4390846 ], [ 120.0942363, 30.4390459 ], [ 120.0940477, 30.4390614 ], [ 120.0940253, 30.4396381 ], [ 120.0943844, 30.4396729 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0980231, 30.4396915 ], [ 120.0981312, 30.4395644 ], [ 120.0983031, 30.4393061 ], [ 120.0982638, 30.4392129 ], [ 120.0981803, 30.4391875 ], [ 120.0972617, 30.4390689 ], [ 120.0971291, 30.4390562 ], [ 120.0970456, 30.439484 ], [ 120.0980231, 30.4396915 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0952871, 30.4397592 ], [ 120.0963923, 30.4398143 ], [ 120.0964758, 30.439772 ], [ 120.0965593, 30.4396576 ], [ 120.0966182, 30.4395221 ], [ 120.096687, 30.439179 ], [ 120.0966772, 30.4391155 ], [ 120.0965937, 30.4390689 ], [ 120.0957144, 30.4389927 ], [ 120.0955327, 30.4389715 ], [ 120.0953804, 30.4389631 ], [ 120.0952576, 30.43898 ], [ 120.0951151, 30.4397254 ], [ 120.0952871, 30.4397592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1579101, 30.3024465 ], [ 120.1581577, 30.3025023 ], [ 120.1589872, 30.3028209 ], [ 120.1590714, 30.3028538 ], [ 120.1593853, 30.3029762 ], [ 120.1594266, 30.3030072 ], [ 120.1594186, 30.3029611 ], [ 120.1595606, 30.3028231 ], [ 120.1594916, 30.3028538 ], [ 120.1594344, 30.3028656 ], [ 120.1592326, 30.3027926 ], [ 120.15851, 30.3025195 ], [ 120.1576674, 30.3021381 ], [ 120.157152, 30.3018697 ], [ 120.1570757, 30.3019992 ], [ 120.1570371, 30.3021204 ], [ 120.1579101, 30.3024465 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1649752, 30.3052036 ], [ 120.1649838, 30.3051794 ], [ 120.1650592, 30.3046771 ], [ 120.1668738, 30.3048352 ], [ 120.1670721, 30.3048445 ], [ 120.1671432, 30.3047961 ], [ 120.1665333, 30.3047478 ], [ 120.1652519, 30.3046699 ], [ 120.16507, 30.3046566 ], [ 120.1650032, 30.3046157 ], [ 120.165139, 30.3034733 ], [ 120.1651109, 30.3034472 ], [ 120.1648825, 30.3051887 ], [ 120.1649752, 30.3052036 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.167187, 30.304909 ], [ 120.1672546, 30.3049412 ], [ 120.1676978, 30.304991 ], [ 120.1683779, 30.3050264 ], [ 120.1684908, 30.3050486 ], [ 120.1685447, 30.3050774 ], [ 120.1685729, 30.3051328 ], [ 120.1685883, 30.305197 ], [ 120.1685729, 30.3052524 ], [ 120.1686345, 30.3055338 ], [ 120.1686961, 30.3056468 ], [ 120.1687449, 30.3056845 ], [ 120.1688424, 30.3057244 ], [ 120.1690118, 30.3057599 ], [ 120.1693403, 30.3057754 ], [ 120.1697382, 30.3058795 ], [ 120.1697767, 30.3058795 ], [ 120.1698383, 30.3057776 ], [ 120.16981, 30.3057355 ], [ 120.1693891, 30.3056136 ], [ 120.1689656, 30.3055737 ], [ 120.1688719, 30.3055629 ], [ 120.1688578, 30.3055205 ], [ 120.1687988, 30.3053942 ], [ 120.1688065, 30.3050995 ], [ 120.1687962, 30.3050597 ], [ 120.1684241, 30.3048425 ], [ 120.1681649, 30.3048669 ], [ 120.1676567, 30.3048514 ], [ 120.1671742, 30.3047982 ], [ 120.167187, 30.304909 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1571353, 30.3063306 ], [ 120.1572027, 30.3063407 ], [ 120.1572649, 30.3064005 ], [ 120.1573841, 30.306515 ], [ 120.1575129, 30.3065909 ], [ 120.1575832, 30.3065044 ], [ 120.1576095, 30.3064721 ], [ 120.1572934, 30.306232 ], [ 120.1572817, 30.3061941 ], [ 120.1572959, 30.3061532 ], [ 120.1570429, 30.3063619 ], [ 120.1571353, 30.3063306 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1723319, 30.3079425 ], [ 120.1724056, 30.307934 ], [ 120.1724842, 30.307934 ], [ 120.1725533, 30.3079797 ], [ 120.1727788, 30.3079664 ], [ 120.1728135, 30.3077982 ], [ 120.1728627, 30.3077049 ], [ 120.1729364, 30.3076327 ], [ 120.1729695, 30.3076064 ], [ 120.1735507, 30.3071448 ], [ 120.1736244, 30.3070684 ], [ 120.1736736, 30.3069921 ], [ 120.1738063, 30.3066611 ], [ 120.1738751, 30.3063556 ], [ 120.1740384, 30.3060635 ], [ 120.1742191, 30.3057404 ], [ 120.1743714, 30.3054858 ], [ 120.1745336, 30.3054179 ], [ 120.1746516, 30.3053585 ], [ 120.1747695, 30.3053415 ], [ 120.1749563, 30.3053246 ], [ 120.1751135, 30.3053203 ], [ 120.1762881, 30.3056343 ], [ 120.1763717, 30.3054773 ], [ 120.1751332, 30.3051548 ], [ 120.1748432, 30.3051506 ], [ 120.17474, 30.3051718 ], [ 120.1743665, 30.3050827 ], [ 120.1743125, 30.305036 ], [ 120.1742486, 30.3047815 ], [ 120.1740815, 30.3047348 ], [ 120.1741798, 30.3050827 ], [ 120.1741896, 30.3051761 ], [ 120.1741503, 30.3054009 ], [ 120.1740913, 30.30549 ], [ 120.1738634, 30.3060201 ], [ 120.1738505, 30.3060501 ], [ 120.1737473, 30.3062029 ], [ 120.1736785, 30.3063047 ], [ 120.1736392, 30.3065762 ], [ 120.1736097, 30.3067332 ], [ 120.1734721, 30.3069836 ], [ 120.1734426, 30.3070515 ], [ 120.1733836, 30.3071321 ], [ 120.1729659, 30.3074842 ], [ 120.1728922, 30.3075394 ], [ 120.1727988, 30.3076582 ], [ 120.1727152, 30.3077091 ], [ 120.1725973, 30.30776 ], [ 120.1720714, 30.3078916 ], [ 120.1720075, 30.3079213 ], [ 120.171978, 30.3080698 ], [ 120.1723319, 30.3079425 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1578828, 30.3069826 ], [ 120.1579386, 30.3070439 ], [ 120.157969, 30.3071008 ], [ 120.1579716, 30.3071621 ], [ 120.1579995, 30.3072125 ], [ 120.1580857, 30.3072716 ], [ 120.1584814, 30.3074468 ], [ 120.1586107, 30.3074796 ], [ 120.1587401, 30.3075103 ], [ 120.1589404, 30.3075234 ], [ 120.159331, 30.3075607 ], [ 120.1596506, 30.3076066 ], [ 120.1603887, 30.3077424 ], [ 120.1604609, 30.3077459 ], [ 120.1605231, 30.307749 ], [ 120.1606398, 30.3077402 ], [ 120.1607387, 30.3077555 ], [ 120.1612815, 30.3078256 ], [ 120.1616036, 30.3078475 ], [ 120.1618015, 30.307876 ], [ 120.161941, 30.3078913 ], [ 120.1620627, 30.3078782 ], [ 120.1627399, 30.3078957 ], [ 120.162854, 30.3079285 ], [ 120.1629403, 30.3079833 ], [ 120.1629758, 30.3080424 ], [ 120.1629758, 30.3081228 ], [ 120.1629758, 30.3081823 ], [ 120.1629758, 30.3083468 ], [ 120.1629774, 30.3088047 ], [ 120.1629783, 30.3090694 ], [ 120.1630362, 30.3090814 ], [ 120.1631051, 30.3090956 ], [ 120.1631077, 30.3090628 ], [ 120.1630925, 30.3082088 ], [ 120.1630975, 30.3081125 ], [ 120.1631559, 30.3080271 ], [ 120.1632421, 30.3079679 ], [ 120.1633613, 30.3079526 ], [ 120.1636708, 30.307957 ], [ 120.1642008, 30.3079767 ], [ 120.1644646, 30.3079877 ], [ 120.1646549, 30.3079877 ], [ 120.1656516, 30.3081059 ], [ 120.1658092, 30.3081112 ], [ 120.1659179, 30.3081148 ], [ 120.1662401, 30.3081256 ], [ 120.1666992, 30.3081585 ], [ 120.1669376, 30.3081913 ], [ 120.167422, 30.3082154 ], [ 120.1682413, 30.3082001 ], [ 120.1684493, 30.3081957 ], [ 120.1685566, 30.3081874 ], [ 120.1687891, 30.3081694 ], [ 120.1692761, 30.3081234 ], [ 120.1699558, 30.3080533 ], [ 120.1701816, 30.3080446 ], [ 120.1706254, 30.3080906 ], [ 120.1708436, 30.3081147 ], [ 120.171011, 30.3081234 ], [ 120.1713965, 30.3081212 ], [ 120.1715284, 30.3081147 ], [ 120.171535, 30.3080462 ], [ 120.1715376, 30.3080235 ], [ 120.1713136, 30.3080204 ], [ 120.1708179, 30.3079919 ], [ 120.1704003, 30.3078933 ], [ 120.1703131, 30.3078804 ], [ 120.1701359, 30.3078907 ], [ 120.1691595, 30.3079893 ], [ 120.1685646, 30.3080438 ], [ 120.1680839, 30.3080671 ], [ 120.1673869, 30.3080775 ], [ 120.1670805, 30.3080541 ], [ 120.1662423, 30.3079167 ], [ 120.1657436, 30.3078492 ], [ 120.1656384, 30.3078518 ], [ 120.1655062, 30.30787 ], [ 120.1648543, 30.3078155 ], [ 120.164677, 30.3078 ], [ 120.1646109, 30.3077481 ], [ 120.1645989, 30.307678 ], [ 120.164632, 30.3074835 ], [ 120.1647221, 30.3070218 ], [ 120.1649909, 30.3053617 ], [ 120.1648608, 30.3053305 ], [ 120.1645839, 30.3070141 ], [ 120.1645028, 30.307385 ], [ 120.1644577, 30.3075432 ], [ 120.1644139, 30.307647 ], [ 120.1643976, 30.3076858 ], [ 120.1643556, 30.3077403 ], [ 120.1642564, 30.3077766 ], [ 120.1640792, 30.3077948 ], [ 120.1638509, 30.3078103 ], [ 120.1635324, 30.3078051 ], [ 120.1631388, 30.3078 ], [ 120.1630547, 30.3077766 ], [ 120.1630367, 30.3077299 ], [ 120.1630577, 30.3076625 ], [ 120.1629766, 30.3076469 ], [ 120.1629646, 30.3076832 ], [ 120.1629496, 30.3077299 ], [ 120.1629015, 30.3077662 ], [ 120.1627212, 30.3077922 ], [ 120.1624749, 30.3078233 ], [ 120.1621023, 30.3078051 ], [ 120.1618109, 30.3077585 ], [ 120.1616847, 30.3077403 ], [ 120.1615255, 30.3077507 ], [ 120.1609803, 30.3076921 ], [ 120.1609216, 30.3076858 ], [ 120.1608405, 30.3076521 ], [ 120.1607444, 30.3076391 ], [ 120.160486, 30.3076469 ], [ 120.1603478, 30.3076314 ], [ 120.1596959, 30.3075224 ], [ 120.1593233, 30.3074757 ], [ 120.1590379, 30.3074316 ], [ 120.1587465, 30.3073668 ], [ 120.1585362, 30.3073097 ], [ 120.1582148, 30.307136 ], [ 120.1581126, 30.3070374 ], [ 120.1580225, 30.3069259 ], [ 120.1578723, 30.306721 ], [ 120.1578264, 30.3067748 ], [ 120.1577551, 30.3068584 ], [ 120.1578828, 30.3069826 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1561101, 30.3094573 ], [ 120.1561999, 30.3094973 ], [ 120.1573906, 30.309995 ], [ 120.1574948, 30.31002 ], [ 120.1583418, 30.3099737 ], [ 120.1584144, 30.3099737 ], [ 120.1584738, 30.3099908 ], [ 120.159517, 30.3102929 ], [ 120.159517, 30.3102615 ], [ 120.1584771, 30.3099537 ], [ 120.1584111, 30.3099338 ], [ 120.1583286, 30.3099309 ], [ 120.1575033, 30.3099822 ], [ 120.1573844, 30.3099537 ], [ 120.1562158, 30.3094635 ], [ 120.1561201, 30.3094237 ], [ 120.155681, 30.3091472 ], [ 120.1556523, 30.3091822 ], [ 120.1561101, 30.3094573 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1520874, 30.3113022 ], [ 120.1521052, 30.3115231 ], [ 120.1521779, 30.3118298 ], [ 120.1522847, 30.3119898 ], [ 120.1523886, 30.3121473 ], [ 120.1526282, 30.3125217 ], [ 120.1533724, 30.3134853 ], [ 120.1540109, 30.3142926 ], [ 120.1544031, 30.3145313 ], [ 120.1549964, 30.3152475 ], [ 120.1550938, 30.315376 ], [ 120.1555381, 30.3159621 ], [ 120.1557103, 30.3161893 ], [ 120.155837, 30.3165987 ], [ 120.1565662, 30.3177018 ], [ 120.1568812, 30.3180763 ], [ 120.1570985, 30.3182589 ], [ 120.1574552, 30.3185585 ], [ 120.1586416, 30.3200521 ], [ 120.1587905, 30.3202837 ], [ 120.1594257, 30.3213766 ], [ 120.1608574, 30.3232068 ], [ 120.1611799, 30.3236096 ], [ 120.1614818, 30.3239867 ], [ 120.1622564, 30.3247907 ], [ 120.1623726, 30.3249142 ], [ 120.1628195, 30.3253888 ], [ 120.1629358, 30.3255123 ], [ 120.1632777, 30.325864 ], [ 120.1636507, 30.3261855 ], [ 120.164132, 30.3267487 ], [ 120.1641517, 30.3268788 ], [ 120.1641895, 30.327002 ], [ 120.1642436, 30.3271217 ], [ 120.1643569, 30.3273041 ], [ 120.1643737, 30.3273058 ], [ 120.1643869, 30.327319 ], [ 120.1643943, 30.3273435 ], [ 120.1643738, 30.3273725 ], [ 120.1644004, 30.3274734 ], [ 120.1644252, 30.3274677 ], [ 120.1644958, 30.3276434 ], [ 120.1645415, 30.3277444 ], [ 120.1645962, 30.3278326 ], [ 120.1646079, 30.3278514 ], [ 120.1651975, 30.3286787 ], [ 120.1653437, 30.3288839 ], [ 120.1657761, 30.3286669 ], [ 120.1656507, 30.3284022 ], [ 120.1649515, 30.3274778 ], [ 120.1648007, 30.3271089 ], [ 120.164644, 30.3267472 ], [ 120.1645406, 30.3266003 ], [ 120.1645695, 30.3263676 ], [ 120.1645983, 30.3262264 ], [ 120.1647042, 30.32616 ], [ 120.1653551, 30.3259729 ], [ 120.1656403, 30.3259168 ], [ 120.1658579, 30.3258528 ], [ 120.1659251, 30.3258252 ], [ 120.1660483, 30.3257746 ], [ 120.1675743, 30.3251815 ], [ 120.1680449, 30.3249986 ], [ 120.1686767, 30.324766 ], [ 120.1700725, 30.3242579 ], [ 120.1716554, 30.3236817 ], [ 120.1719047, 30.323585 ], [ 120.1721021, 30.3235084 ], [ 120.1722446, 30.3233966 ], [ 120.1722964, 30.3233016 ], [ 120.1723353, 30.3232066 ], [ 120.1723417, 30.3231339 ], [ 120.1723472, 30.3230223 ], [ 120.1723612, 30.3227355 ], [ 120.1723742, 30.32247 ], [ 120.1721316, 30.3223902 ], [ 120.1721299, 30.3227569 ], [ 120.172128, 30.323173 ], [ 120.1720633, 30.3232904 ], [ 120.1719338, 30.3234078 ], [ 120.171653, 30.3234892 ], [ 120.1710743, 30.3236732 ], [ 120.1706887, 30.3238186 ], [ 120.1692142, 30.3243748 ], [ 120.168157, 30.3247615 ], [ 120.1668766, 30.3252299 ], [ 120.1662809, 30.3254647 ], [ 120.1655881, 30.3257385 ], [ 120.1654262, 30.3257609 ], [ 120.164359, 30.3260003 ], [ 120.1642216, 30.326002 ], [ 120.1640415, 30.3259545 ], [ 120.163056, 30.3249564 ], [ 120.1628543, 30.3247261 ], [ 120.1619348, 30.3236761 ], [ 120.1606628, 30.3219748 ], [ 120.159635, 30.3206494 ], [ 120.1595954, 30.3205541 ], [ 120.1595243, 30.3204738 ], [ 120.1594805, 30.3203651 ], [ 120.1594969, 30.3202943 ], [ 120.1595571, 30.3202612 ], [ 120.1596282, 30.3202518 ], [ 120.1606351, 30.3203368 ], [ 120.161758, 30.320456 ], [ 120.1622092, 30.320504 ], [ 120.1623697, 30.320521 ], [ 120.164345, 30.3206973 ], [ 120.1646911, 30.3207295 ], [ 120.1647356, 30.3207336 ], [ 120.1664682, 30.3208658 ], [ 120.1665689, 30.3208453 ], [ 120.1666007, 30.3204191 ], [ 120.1665941, 30.3201478 ], [ 120.166605, 30.3195149 ], [ 120.1665994, 30.3193074 ], [ 120.1665831, 30.3187072 ], [ 120.1665339, 30.3186741 ], [ 120.1664792, 30.3187024 ], [ 120.1664463, 30.3198739 ], [ 120.1663752, 30.320658 ], [ 120.1663095, 30.3206816 ], [ 120.1631029, 30.3204029 ], [ 120.1630099, 30.3203651 ], [ 120.1629607, 30.3203179 ], [ 120.1629658, 30.3187884 ], [ 120.1629661, 30.3187024 ], [ 120.1629661, 30.3185371 ], [ 120.1629683, 30.318223 ], [ 120.1627699, 30.3182256 ], [ 120.1627965, 30.3190095 ], [ 120.1627856, 30.3202754 ], [ 120.1627418, 30.320351 ], [ 120.1626269, 30.3203699 ], [ 120.1620291, 30.320337 ], [ 120.1615106, 30.3203084 ], [ 120.1599237, 30.3201856 ], [ 120.1592945, 30.3201282 ], [ 120.1592122, 30.3201207 ], [ 120.1589771, 30.3198156 ], [ 120.1589368, 30.3197656 ], [ 120.1585779, 30.3193203 ], [ 120.1584674, 30.3191831 ], [ 120.158338, 30.3190226 ], [ 120.1580102, 30.3186158 ], [ 120.1576166, 30.3181274 ], [ 120.1573289, 30.3177479 ], [ 120.1567991, 30.316934 ], [ 120.156327, 30.3161097 ], [ 120.1560927, 30.3159184 ], [ 120.1559944, 30.3158381 ], [ 120.1559301, 30.3157856 ], [ 120.1553517, 30.3151654 ], [ 120.1553674, 30.315126 ], [ 120.155306, 30.3150594 ], [ 120.1552758, 30.3150203 ], [ 120.1552098, 30.3149518 ], [ 120.1551817, 30.3149721 ], [ 120.155061, 30.3148409 ], [ 120.1551147, 30.314387 ], [ 120.1549323, 30.3143314 ], [ 120.1546855, 30.3144426 ], [ 120.1545094, 30.3141939 ], [ 120.1544403, 30.3140964 ], [ 120.1540378, 30.313528 ], [ 120.1533556, 30.3126959 ], [ 120.1530809, 30.3123958 ], [ 120.1528938, 30.3121616 ], [ 120.1526379, 30.3118415 ], [ 120.1526132, 30.3118105 ], [ 120.1524845, 30.311592 ], [ 120.1523986, 30.3114179 ], [ 120.1523901, 30.3111808 ], [ 120.1524587, 30.31094 ], [ 120.1526003, 30.3107103 ], [ 120.1527891, 30.3104028 ], [ 120.153038, 30.3101694 ], [ 120.153407, 30.3096619 ], [ 120.1537632, 30.3093063 ], [ 120.154424, 30.3086284 ], [ 120.1546402, 30.3085001 ], [ 120.1547823, 30.3085849 ], [ 120.1553722, 30.3089369 ], [ 120.1553966, 30.3089103 ], [ 120.1548669, 30.3085962 ], [ 120.1547452, 30.308524 ], [ 120.1547244, 30.3084617 ], [ 120.1549347, 30.308106 ], [ 120.1553252, 30.30778 ], [ 120.1561018, 30.3071206 ], [ 120.156169, 30.3070663 ], [ 120.1563679, 30.3069057 ], [ 120.1565224, 30.3067909 ], [ 120.1570429, 30.3063619 ], [ 120.1572959, 30.3061532 ], [ 120.1573763, 30.306087 ], [ 120.1576809, 30.3058684 ], [ 120.1578268, 30.3056387 ], [ 120.1586464, 30.3047533 ], [ 120.1587494, 30.304468 ], [ 120.159878, 30.3030343 ], [ 120.1603672, 30.3025119 ], [ 120.1605088, 30.3022971 ], [ 120.1607748, 30.3015635 ], [ 120.1608735, 30.3013783 ], [ 120.161191, 30.300993 ], [ 120.161264, 30.300804 ], [ 120.1613198, 30.3003891 ], [ 120.1613799, 30.2993665 ], [ 120.1614099, 30.2989886 ], [ 120.1615, 30.2984069 ], [ 120.1615772, 30.297892 ], [ 120.1615772, 30.2977326 ], [ 120.1615803, 30.2976022 ], [ 120.1615815, 30.2975511 ], [ 120.1616416, 30.2974844 ], [ 120.1617918, 30.2973844 ], [ 120.1620707, 30.2973066 ], [ 120.1623868, 30.297252 ], [ 120.1628002, 30.2971806 ], [ 120.1638, 30.2969916 ], [ 120.1641064, 30.2968996 ], [ 120.1641948, 30.2968731 ], [ 120.1647312, 30.2965174 ], [ 120.1653062, 30.2960654 ], [ 120.1657524, 30.2955578 ], [ 120.1663575, 30.2945685 ], [ 120.1667094, 30.293846 ], [ 120.1669539, 30.2932013 ], [ 120.1666201, 30.2931536 ], [ 120.1664498, 30.2936435 ], [ 120.1661445, 30.2943286 ], [ 120.1659838, 30.2946582 ], [ 120.1655806, 30.2953469 ], [ 120.1649522, 30.2960554 ], [ 120.1646666, 30.2962661 ], [ 120.1643186, 30.2964993 ], [ 120.1635345, 30.2968221 ], [ 120.1621634, 30.2970221 ], [ 120.1619973, 30.2970463 ], [ 120.1618415, 30.2970239 ], [ 120.1618103, 30.2969701 ], [ 120.1617999, 30.2967781 ], [ 120.1617948, 30.2966831 ], [ 120.1617013, 30.2961092 ], [ 120.1616026, 30.2959343 ], [ 120.1613845, 30.2957325 ], [ 120.1605172, 30.2954321 ], [ 120.1598175, 30.2951754 ], [ 120.1590528, 30.2948761 ], [ 120.1586922, 30.2947633 ], [ 120.157154, 30.2942822 ], [ 120.1570693, 30.2943865 ], [ 120.1566975, 30.2942676 ], [ 120.1550671, 30.2937729 ], [ 120.1546962, 30.2936711 ], [ 120.1546032, 30.2938984 ], [ 120.1565964, 30.2944725 ], [ 120.1575124, 30.2947999 ], [ 120.1589177, 30.2953021 ], [ 120.1594952, 30.2955016 ], [ 120.161021, 30.2960285 ], [ 120.1611975, 30.2961495 ], [ 120.1613326, 30.2966697 ], [ 120.1614053, 30.2970508 ], [ 120.1614001, 30.297535 ], [ 120.1613855, 30.2975887 ], [ 120.1612391, 30.2981269 ], [ 120.161021, 30.299481 ], [ 120.1608663, 30.3000545 ], [ 120.1607556, 30.3004647 ], [ 120.1604858, 30.3012613 ], [ 120.1601976, 30.3017756 ], [ 120.1599976, 30.302096 ], [ 120.1595606, 30.3028231 ], [ 120.1594186, 30.3029611 ], [ 120.1594266, 30.3030072 ], [ 120.1594371, 30.303068 ], [ 120.1593755, 30.3031851 ], [ 120.159338, 30.3031679 ], [ 120.1592036, 30.3033287 ], [ 120.159151, 30.3033543 ], [ 120.1590384, 30.3034092 ], [ 120.1589003, 30.3035133 ], [ 120.1586828, 30.3038151 ], [ 120.1580238, 30.3046126 ], [ 120.1578685, 30.304777 ], [ 120.1573571, 30.305295 ], [ 120.1566212, 30.3060567 ], [ 120.1560328, 30.3065705 ], [ 120.1559535, 30.3066322 ], [ 120.1556813, 30.306844 ], [ 120.1554655, 30.3070347 ], [ 120.1552571, 30.3072348 ], [ 120.1548277, 30.3076473 ], [ 120.1542175, 30.3082368 ], [ 120.1538909, 30.308525 ], [ 120.1536161, 30.3088125 ], [ 120.1530045, 30.309521 ], [ 120.1527848, 30.3098694 ], [ 120.1524543, 30.3102331 ], [ 120.1523367, 30.3103465 ], [ 120.152208, 30.310524 ], [ 120.1521297, 30.3106964 ], [ 120.1520867, 30.3108334 ], [ 120.1520556, 30.3109837 ], [ 120.1520874, 30.3113022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.163022, 30.3128552 ], [ 120.1630497, 30.3122524 ], [ 120.1630531, 30.3121066 ], [ 120.163067, 30.3115094 ], [ 120.1630618, 30.310992 ], [ 120.1630612, 30.3109359 ], [ 120.1630601, 30.3108202 ], [ 120.1630843, 30.3096893 ], [ 120.1630946, 30.3093551 ], [ 120.1630351, 30.3093445 ], [ 120.1629771, 30.3093342 ], [ 120.1629771, 30.3093968 ], [ 120.1629771, 30.3104651 ], [ 120.1629599, 30.3109158 ], [ 120.1629577, 30.3109741 ], [ 120.1629495, 30.3111902 ], [ 120.1629702, 30.3117094 ], [ 120.1629609, 30.3119948 ], [ 120.1629585, 30.312069 ], [ 120.1629564, 30.3121361 ], [ 120.1629011, 30.3128492 ], [ 120.163022, 30.3128552 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1555652, 30.311339 ], [ 120.1555706, 30.3113239 ], [ 120.1555999, 30.311295 ], [ 120.1556321, 30.3112787 ], [ 120.1556723, 30.3112723 ], [ 120.1557127, 30.3112781 ], [ 120.1557448, 30.3112931 ], [ 120.15577, 30.3113159 ], [ 120.155786, 30.3113442 ], [ 120.1557912, 30.3113753 ], [ 120.1557852, 30.3114063 ], [ 120.1557684, 30.3114343 ], [ 120.1557426, 30.3114565 ], [ 120.1557101, 30.3114708 ], [ 120.1556741, 30.3114759 ], [ 120.1556338, 30.3114701 ], [ 120.1555981, 30.3114526 ], [ 120.1555709, 30.3114726 ], [ 120.1556102, 30.3114937 ], [ 120.1555811, 30.3115538 ], [ 120.1556423, 30.3115744 ], [ 120.1557208, 30.3115669 ], [ 120.1557874, 30.3115586 ], [ 120.155823, 30.3115677 ], [ 120.1558528, 30.3116151 ], [ 120.1558778, 30.3116632 ], [ 120.155899, 30.3117379 ], [ 120.1558884, 30.3117678 ], [ 120.1558759, 30.3118193 ], [ 120.1558096, 30.311874 ], [ 120.1557836, 30.3119421 ], [ 120.1557846, 30.3119911 ], [ 120.1557682, 30.312055 ], [ 120.1557807, 30.3121505 ], [ 120.1557759, 30.3121886 ], [ 120.1557653, 30.3122235 ], [ 120.1557615, 30.3122642 ], [ 120.155723, 30.3122758 ], [ 120.1556865, 30.312309 ], [ 120.1556999, 30.3123339 ], [ 120.1557413, 30.3123181 ], [ 120.1557711, 30.3123024 ], [ 120.1557846, 30.3123057 ], [ 120.1557846, 30.3123331 ], [ 120.1557971, 30.3123538 ], [ 120.1558259, 30.3123347 ], [ 120.155873, 30.312304 ], [ 120.155948, 30.3123323 ], [ 120.1559615, 30.3123231 ], [ 120.1558894, 30.3122741 ], [ 120.1558346, 30.3121687 ], [ 120.1558048, 30.31206 ], [ 120.1558182, 30.3120268 ], [ 120.1558067, 30.3119986 ], [ 120.1559326, 30.3118525 ], [ 120.1559317, 30.3117902 ], [ 120.1559182, 30.3117595 ], [ 120.1559384, 30.3117338 ], [ 120.1559557, 30.3117288 ], [ 120.1559701, 30.3116947 ], [ 120.1559711, 30.311664 ], [ 120.1559951, 30.3116433 ], [ 120.1560326, 30.3116458 ], [ 120.1560913, 30.3116092 ], [ 120.1561624, 30.3116043 ], [ 120.156199, 30.3116159 ], [ 120.1562259, 30.3116109 ], [ 120.1561961, 30.3116018 ], [ 120.1562249, 30.3115669 ], [ 120.1562749, 30.3115661 ], [ 120.1563048, 30.3116068 ], [ 120.1563182, 30.3116831 ], [ 120.1562894, 30.3117188 ], [ 120.1562951, 30.3117387 ], [ 120.1563019, 30.3117578 ], [ 120.1562913, 30.3117761 ], [ 120.156248, 30.311879 ], [ 120.1562269, 30.3118915 ], [ 120.1562278, 30.3119164 ], [ 120.1562413, 30.3119421 ], [ 120.156248, 30.3119761 ], [ 120.1562874, 30.3120318 ], [ 120.1563192, 30.3120807 ], [ 120.1563269, 30.3121065 ], [ 120.1563076, 30.3121936 ], [ 120.1562653, 30.3122492 ], [ 120.156248, 30.3122609 ], [ 120.1562259, 30.3122966 ], [ 120.1561557, 30.3123264 ], [ 120.1561365, 30.3123596 ], [ 120.1560865, 30.3123605 ], [ 120.1560778, 30.3123845 ], [ 120.1560798, 30.3124219 ], [ 120.1561048, 30.3124335 ], [ 120.1561192, 30.312475 ], [ 120.1561711, 30.3125323 ], [ 120.1561932, 30.3125929 ], [ 120.1562326, 30.3126112 ], [ 120.1562442, 30.3126361 ], [ 120.1562259, 30.3127373 ], [ 120.1562144, 30.3127896 ], [ 120.156223, 30.3128071 ], [ 120.1562048, 30.3128452 ], [ 120.1562317, 30.3129324 ], [ 120.1562826, 30.3129258 ], [ 120.1563182, 30.3129698 ], [ 120.1563778, 30.3129996 ], [ 120.1563875, 30.3130553 ], [ 120.156623, 30.3131457 ], [ 120.1567067, 30.3131283 ], [ 120.1568173, 30.3130802 ], [ 120.1569326, 30.3130096 ], [ 120.1569846, 30.3130104 ], [ 120.1570798, 30.3130362 ], [ 120.1571567, 30.3131067 ], [ 120.1571884, 30.3132412 ], [ 120.1572019, 30.3132935 ], [ 120.1572875, 30.3133632 ], [ 120.1573605, 30.3134097 ], [ 120.1573932, 30.3134653 ], [ 120.157398, 30.3135251 ], [ 120.1573682, 30.3135981 ], [ 120.1571644, 30.3137351 ], [ 120.1569673, 30.3139119 ], [ 120.1567247, 30.314066 ], [ 120.1566629, 30.3141221 ], [ 120.1566344, 30.3141453 ], [ 120.1565415, 30.314234 ], [ 120.1565363, 30.3143218 ], [ 120.1565754, 30.3144097 ], [ 120.1565885, 30.3144412 ], [ 120.1567085, 30.3145696 ], [ 120.1567263, 30.3145872 ], [ 120.1567866, 30.3146313 ], [ 120.1568087, 30.314693 ], [ 120.1567696, 30.314713 ], [ 120.1567595, 30.3147345 ], [ 120.1567685, 30.3147522 ], [ 120.1568059, 30.3147669 ], [ 120.1568333, 30.3147627 ], [ 120.1568566, 30.314752 ], [ 120.1569949, 30.3148298 ], [ 120.1569655, 30.3148807 ], [ 120.1570207, 30.3149092 ], [ 120.157081, 30.3150161 ], [ 120.1571317, 30.3150396 ], [ 120.1572069, 30.3151039 ], [ 120.1572856, 30.3151502 ], [ 120.1573563, 30.3152421 ], [ 120.1573811, 30.3153738 ], [ 120.1574437, 30.3153684 ], [ 120.157421, 30.3152918 ], [ 120.1574313, 30.3152544 ], [ 120.1573768, 30.3151802 ], [ 120.157319, 30.3151182 ], [ 120.1572556, 30.3150734 ], [ 120.1571948, 30.315009 ], [ 120.1570492, 30.3148332 ], [ 120.1570655, 30.314822 ], [ 120.1570323, 30.3147621 ], [ 120.1568822, 30.3146897 ], [ 120.1568102, 30.3145561 ], [ 120.1566772, 30.3144547 ], [ 120.1566119, 30.3143534 ], [ 120.1566406, 30.3142565 ], [ 120.1567372, 30.3141619 ], [ 120.156878, 30.3140831 ], [ 120.1570763, 30.3139345 ], [ 120.1572094, 30.3137836 ], [ 120.1573659, 30.3136755 ], [ 120.1574311, 30.3136012 ], [ 120.1574494, 30.3135223 ], [ 120.1574024, 30.3133647 ], [ 120.1573894, 30.3132183 ], [ 120.1574755, 30.3131327 ], [ 120.1576764, 30.3130561 ], [ 120.1578538, 30.3130539 ], [ 120.1578877, 30.3130178 ], [ 120.1578746, 30.3129705 ], [ 120.1576509, 30.3127987 ], [ 120.1575897, 30.3128356 ], [ 120.1575408, 30.3127734 ], [ 120.1575008, 30.312692 ], [ 120.1574707, 30.3126013 ], [ 120.1574593, 30.3125337 ], [ 120.1574611, 30.3124491 ], [ 120.157485, 30.3123634 ], [ 120.1575139, 30.3122852 ], [ 120.1575833, 30.3123089 ], [ 120.1576607, 30.3122048 ], [ 120.1577969, 30.3120919 ], [ 120.1579601, 30.3120235 ], [ 120.1579138, 30.311871 ], [ 120.1578277, 30.3119053 ], [ 120.1576868, 30.3116755 ], [ 120.157525, 30.3114773 ], [ 120.1572746, 30.3112791 ], [ 120.1571859, 30.3112521 ], [ 120.1572041, 30.3112296 ], [ 120.1571337, 30.3112116 ], [ 120.1569902, 30.3113512 ], [ 120.1567137, 30.3113873 ], [ 120.1566354, 30.311349 ], [ 120.1564998, 30.3112364 ], [ 120.1564006, 30.3112071 ], [ 120.1562128, 30.3112093 ], [ 120.1560823, 30.311162 ], [ 120.1559989, 30.3110855 ], [ 120.1559075, 30.3109937 ], [ 120.1558214, 30.3110703 ], [ 120.1559009, 30.3111427 ], [ 120.1559153, 30.3111336 ], [ 120.1559788, 30.3111759 ], [ 120.1559249, 30.3112349 ], [ 120.1558615, 30.3111934 ], [ 120.1558721, 30.3111743 ], [ 120.1556855, 30.3110348 ], [ 120.1555703, 30.3111227 ], [ 120.155644, 30.3111816 ], [ 120.1555353, 30.311323 ], [ 120.1555652, 30.311339 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1628537, 30.3143533 ], [ 120.1628554, 30.3145893 ], [ 120.163005, 30.314592 ], [ 120.1629712, 30.3143502 ], [ 120.162958, 30.314256 ], [ 120.1629538, 30.3140038 ], [ 120.1629652, 30.3138544 ], [ 120.1629872, 30.3135678 ], [ 120.1630123, 30.3130382 ], [ 120.1628662, 30.313031 ], [ 120.1628411, 30.3136291 ], [ 120.1628161, 30.3141659 ], [ 120.1628537, 30.3143533 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1721267, 30.3183854 ], [ 120.1721489, 30.3185409 ], [ 120.1722125, 30.3187653 ], [ 120.1722234, 30.3192028 ], [ 120.172224, 30.319229 ], [ 120.1721951, 30.3204805 ], [ 120.1721778, 30.3213631 ], [ 120.1721489, 30.3218567 ], [ 120.1721365, 30.3222387 ], [ 120.1721316, 30.3223902 ], [ 120.1723742, 30.32247 ], [ 120.1723788, 30.3223011 ], [ 120.17242, 30.3207791 ], [ 120.1724248, 30.3206006 ], [ 120.172432, 30.3203359 ], [ 120.1724288, 30.3194214 ], [ 120.1724262, 30.3186706 ], [ 120.1724229, 30.3184018 ], [ 120.1724165, 30.3178738 ], [ 120.1724618, 30.3153051 ], [ 120.1725244, 30.3146068 ], [ 120.1726053, 30.3145519 ], [ 120.1727554, 30.314532 ], [ 120.1735352, 30.314517 ], [ 120.174263, 30.314522 ], [ 120.1743785, 30.3145021 ], [ 120.1744594, 30.3144572 ], [ 120.1745691, 30.3143475 ], [ 120.1745745, 30.3143448 ], [ 120.1746385, 30.3143126 ], [ 120.1747598, 30.3143076 ], [ 120.1748347, 30.3143028 ], [ 120.1750717, 30.3142877 ], [ 120.1752334, 30.3142228 ], [ 120.1754125, 30.3141281 ], [ 120.1756089, 30.3140533 ], [ 120.1757706, 30.3140433 ], [ 120.1759612, 30.3140932 ], [ 120.1760883, 30.314153 ], [ 120.1761502, 30.3141683 ], [ 120.17625, 30.3141929 ], [ 120.1764522, 30.3143026 ], [ 120.1768449, 30.3144971 ], [ 120.1769662, 30.314527 ], [ 120.1771222, 30.314537 ], [ 120.177463, 30.314512 ], [ 120.1780753, 30.3144921 ], [ 120.178185, 30.3144821 ], [ 120.1782717, 30.3144572 ], [ 120.17852, 30.3144223 ], [ 120.1788621, 30.3144525 ], [ 120.1795691, 30.3144887 ], [ 120.1800538, 30.3145397 ], [ 120.1808263, 30.3146388 ], [ 120.1810261, 30.3145451 ], [ 120.1810679, 30.3144142 ], [ 120.1810929, 30.314088 ], [ 120.181058, 30.3138171 ], [ 120.1810553, 30.3132243 ], [ 120.181058, 30.3126107 ], [ 120.1810446, 30.3120527 ], [ 120.1810366, 30.3113997 ], [ 120.1810312, 30.3109157 ], [ 120.180999, 30.310837 ], [ 120.1809883, 30.3105174 ], [ 120.1809802, 30.3103577 ], [ 120.1809507, 30.3101747 ], [ 120.1809668, 30.3099687 ], [ 120.1809159, 30.3098181 ], [ 120.1808998, 30.3096468 ], [ 120.1809078, 30.3094245 ], [ 120.1808998, 30.3091929 ], [ 120.1808542, 30.3086881 ], [ 120.1808113, 30.3085284 ], [ 120.1808247, 30.3084172 ], [ 120.1808139, 30.3082644 ], [ 120.1807523, 30.3073219 ], [ 120.1806933, 30.3071228 ], [ 120.1804733, 30.306919 ], [ 120.1802078, 30.3067801 ], [ 120.1783007, 30.3061386 ], [ 120.1775577, 30.305833 ], [ 120.1763717, 30.3054773 ], [ 120.1762881, 30.3056343 ], [ 120.1771581, 30.3058723 ], [ 120.1777643, 30.3061548 ], [ 120.1783839, 30.306347 ], [ 120.1798135, 30.3067986 ], [ 120.1805109, 30.3071969 ], [ 120.180586, 30.3075141 ], [ 120.180586, 30.3080073 ], [ 120.1806986, 30.3092184 ], [ 120.1807093, 30.3095449 ], [ 120.1807201, 30.3097464 ], [ 120.1807362, 30.3098691 ], [ 120.1808032, 30.3099964 ], [ 120.1808059, 30.310147 ], [ 120.1807818, 30.3102859 ], [ 120.1808032, 30.3105128 ], [ 120.1808891, 30.3106703 ], [ 120.1808703, 30.3111149 ], [ 120.1808622, 30.3118859 ], [ 120.1808542, 30.3125412 ], [ 120.1808703, 30.3136064 ], [ 120.1808837, 30.3141227 ], [ 120.180881, 30.3144006 ], [ 120.1808401, 30.3144225 ], [ 120.1807081, 30.314451 ], [ 120.1797733, 30.3143086 ], [ 120.1793224, 30.3142564 ], [ 120.179053, 30.3142611 ], [ 120.1788, 30.3142658 ], [ 120.1786045, 30.3142837 ], [ 120.1781787, 30.3143228 ], [ 120.1776453, 30.3143418 ], [ 120.1773374, 30.3143513 ], [ 120.1771889, 30.3143418 ], [ 120.177149, 30.3143269 ], [ 120.1770239, 30.3142801 ], [ 120.1763641, 30.3140997 ], [ 120.176323, 30.3140531 ], [ 120.1762518, 30.3139724 ], [ 120.1761881, 30.3139003 ], [ 120.1760781, 30.3138386 ], [ 120.1759516, 30.3137437 ], [ 120.1757427, 30.313701 ], [ 120.1756657, 30.313682 ], [ 120.1755997, 30.313682 ], [ 120.1754238, 30.3137627 ], [ 120.1752643, 30.3137864 ], [ 120.1751708, 30.3137769 ], [ 120.1750828, 30.3138529 ], [ 120.1749619, 30.3139098 ], [ 120.1747089, 30.314 ], [ 120.1745769, 30.314095 ], [ 120.1745, 30.3142089 ], [ 120.1743625, 30.3143086 ], [ 120.1742195, 30.3143655 ], [ 120.1741315, 30.314375 ], [ 120.1736311, 30.3143798 ], [ 120.1732792, 30.3143513 ], [ 120.1727953, 30.314356 ], [ 120.1726413, 30.3143798 ], [ 120.1725644, 30.314356 ], [ 120.1725589, 30.3142896 ], [ 120.1726248, 30.3127421 ], [ 120.1727018, 30.3120442 ], [ 120.1727534, 30.3107499 ], [ 120.172766, 30.3105636 ], [ 120.172792, 30.3101792 ], [ 120.1727921, 30.3095493 ], [ 120.1727921, 30.3093343 ], [ 120.1728079, 30.3089532 ], [ 120.1727761, 30.3088642 ], [ 120.172768, 30.3084765 ], [ 120.1727788, 30.3079664 ], [ 120.1725533, 30.3079797 ], [ 120.1725627, 30.3080224 ], [ 120.1725937, 30.3081642 ], [ 120.1725937, 30.3083637 ], [ 120.1725244, 30.308987 ], [ 120.1725533, 30.3094757 ], [ 120.1724551, 30.3104032 ], [ 120.1724377, 30.3108669 ], [ 120.1724608, 30.3118742 ], [ 120.1723915, 30.313061 ], [ 120.1723396, 30.3136793 ], [ 120.1723858, 30.3137641 ], [ 120.1723973, 30.3138931 ], [ 120.1723627, 30.314532 ], [ 120.1723107, 30.3148262 ], [ 120.172276, 30.3149459 ], [ 120.1722125, 30.3150556 ], [ 120.1721836, 30.3155492 ], [ 120.1722009, 30.3165016 ], [ 120.1721986, 30.3165353 ], [ 120.1720912, 30.3181371 ], [ 120.1721267, 30.3183854 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1813863, 30.3142848 ], [ 120.1814367, 30.3142777 ], [ 120.18187, 30.3142626 ], [ 120.1821217, 30.3142929 ], [ 120.1821695, 30.3142929 ], [ 120.1823559, 30.3142929 ], [ 120.182473, 30.314303 ], [ 120.1825842, 30.3143738 ], [ 120.1826487, 30.3144799 ], [ 120.1826955, 30.3152128 ], [ 120.1826604, 30.3160416 ], [ 120.1826135, 30.3163701 ], [ 120.1825546, 30.3170574 ], [ 120.1825433, 30.3171889 ], [ 120.1826896, 30.3171889 ], [ 120.18269, 30.3171826 ], [ 120.1827072, 30.3168856 ], [ 120.1828243, 30.3160062 ], [ 120.1828126, 30.3156626 ], [ 120.1828536, 30.3151925 ], [ 120.1827833, 30.3144445 ], [ 120.1829238, 30.3143485 ], [ 120.1829238, 30.314298 ], [ 120.1828653, 30.3142676 ], [ 120.1825034, 30.3142329 ], [ 120.1824964, 30.3142322 ], [ 120.1823969, 30.3142474 ], [ 120.1822886, 30.3142355 ], [ 120.1821217, 30.3142171 ], [ 120.181298, 30.3141646 ], [ 120.1810929, 30.314088 ], [ 120.1810679, 30.3144142 ], [ 120.1813863, 30.3142848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1560927, 30.3159184 ], [ 120.156327, 30.3161097 ], [ 120.1563172, 30.3159964 ], [ 120.1563294, 30.3159385 ], [ 120.1564301, 30.3158858 ], [ 120.156598, 30.3158436 ], [ 120.1567779, 30.3158208 ], [ 120.1576785, 30.3157356 ], [ 120.1577856, 30.315731 ], [ 120.1581184, 30.3157132 ], [ 120.15828, 30.3157724 ], [ 120.1600771, 30.3156979 ], [ 120.1602319, 30.3157052 ], [ 120.1605665, 30.3156117 ], [ 120.1606699, 30.3156038 ], [ 120.1612132, 30.3155959 ], [ 120.1626356, 30.3155327 ], [ 120.1627333, 30.3155458 ], [ 120.1628004, 30.3155775 ], [ 120.1628371, 30.3156354 ], [ 120.1628493, 30.3158278 ], [ 120.162834, 30.3163311 ], [ 120.1628249, 30.3168686 ], [ 120.1628196, 30.3169996 ], [ 120.1627757, 30.3180822 ], [ 120.1627699, 30.3182256 ], [ 120.1629683, 30.318223 ], [ 120.1629664, 30.3180803 ], [ 120.1629628, 30.3178118 ], [ 120.1629656, 30.3174505 ], [ 120.1629655, 30.3169788 ], [ 120.1629653, 30.3164865 ], [ 120.162986, 30.3156657 ], [ 120.1629866, 30.3156407 ], [ 120.1630294, 30.3155854 ], [ 120.1630752, 30.3155643 ], [ 120.163359, 30.3155327 ], [ 120.1634201, 30.3154958 ], [ 120.163591, 30.315422 ], [ 120.1636856, 30.3154141 ], [ 120.1643389, 30.3153798 ], [ 120.1643999, 30.3153561 ], [ 120.164464, 30.3153509 ], [ 120.164525, 30.3153561 ], [ 120.1652454, 30.3153324 ], [ 120.1655329, 30.3153409 ], [ 120.1657796, 30.3153482 ], [ 120.1670738, 30.3153798 ], [ 120.1683497, 30.3154141 ], [ 120.1690151, 30.3154378 ], [ 120.1692959, 30.3154694 ], [ 120.1695131, 30.3154877 ], [ 120.1695663, 30.3154922 ], [ 120.1695762, 30.3154291 ], [ 120.1695799, 30.3153993 ], [ 120.1695768, 30.3153667 ], [ 120.1694089, 30.3153509 ], [ 120.1689571, 30.3153034 ], [ 120.1685847, 30.3153008 ], [ 120.1684077, 30.3153008 ], [ 120.1680323, 30.3152876 ], [ 120.1672997, 30.3152613 ], [ 120.1659261, 30.315227 ], [ 120.1654775, 30.3152166 ], [ 120.1652083, 30.3152103 ], [ 120.1651355, 30.3152086 ], [ 120.1642839, 30.3152402 ], [ 120.1637223, 30.3152744 ], [ 120.1636093, 30.3152955 ], [ 120.1634811, 30.3153482 ], [ 120.1632949, 30.3154167 ], [ 120.163185, 30.315422 ], [ 120.1630782, 30.3154167 ], [ 120.1630355, 30.3153851 ], [ 120.1630111, 30.3153429 ], [ 120.1630141, 30.3149793 ], [ 120.163005, 30.314592 ], [ 120.1628554, 30.3145893 ], [ 120.1628676, 30.3149503 ], [ 120.1628737, 30.3152507 ], [ 120.1628462, 30.3153377 ], [ 120.1627974, 30.3153983 ], [ 120.1627363, 30.3154246 ], [ 120.1626539, 30.3154246 ], [ 120.162019, 30.3154615 ], [ 120.161027, 30.3154852 ], [ 120.1605814, 30.3155063 ], [ 120.1604904, 30.315515 ], [ 120.159919, 30.3155696 ], [ 120.1588781, 30.3156275 ], [ 120.1580875, 30.3156407 ], [ 120.1574557, 30.3156908 ], [ 120.1566865, 30.3157435 ], [ 120.1565461, 30.315754 ], [ 120.156427, 30.3157962 ], [ 120.1562012, 30.3157962 ], [ 120.1560943, 30.3158278 ], [ 120.1560363, 30.3158383 ], [ 120.1559944, 30.3158381 ], [ 120.1560927, 30.3159184 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1763968, 30.3170122 ], [ 120.1764224, 30.3170509 ], [ 120.1764865, 30.3170564 ], [ 120.1765314, 30.3170343 ], [ 120.1765378, 30.3169817 ], [ 120.1765218, 30.3169347 ], [ 120.1764929, 30.3169153 ], [ 120.1764481, 30.3169098 ], [ 120.1764096, 30.3169319 ], [ 120.1763872, 30.3169734 ], [ 120.1763968, 30.3170122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1651567, 30.3198162 ], [ 120.1653305, 30.3198125 ], [ 120.1654279, 30.3198308 ], [ 120.1654703, 30.3198199 ], [ 120.1654364, 30.319765 ], [ 120.1652457, 30.3197138 ], [ 120.1651864, 30.3197174 ], [ 120.1651482, 30.3197394 ], [ 120.1651567, 30.3198162 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1637457, 30.3199332 ], [ 120.163911, 30.3199515 ], [ 120.163983, 30.3199845 ], [ 120.1640593, 30.3199991 ], [ 120.1640932, 30.3199332 ], [ 120.1640677, 30.3198857 ], [ 120.1640084, 30.3198601 ], [ 120.1639152, 30.3198235 ], [ 120.1638177, 30.3198199 ], [ 120.1636779, 30.3198308 ], [ 120.1636652, 30.319893 ], [ 120.1637457, 30.3199332 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1644067, 30.3199808 ], [ 120.1645169, 30.3199515 ], [ 120.1644915, 30.3198967 ], [ 120.1644449, 30.3198784 ], [ 120.1643559, 30.3198784 ], [ 120.1643135, 30.319904 ], [ 120.1643093, 30.3199589 ], [ 120.1644067, 30.3199808 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1678277, 30.320619 ], [ 120.167922, 30.3206244 ], [ 120.1679692, 30.320619 ], [ 120.1679755, 30.3205701 ], [ 120.1679315, 30.3205375 ], [ 120.1678717, 30.3205348 ], [ 120.1678277, 30.3205647 ], [ 120.1678277, 30.320619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1724871, 30.3207548 ], [ 120.1728587, 30.3207808 ], [ 120.1734745, 30.3208221 ], [ 120.1741098, 30.320848 ], [ 120.1746489, 30.3208707 ], [ 120.1746457, 30.3207239 ], [ 120.1742638, 30.3207075 ], [ 120.1739753, 30.3207197 ], [ 120.1733719, 30.320706 ], [ 120.1728127, 30.3206601 ], [ 120.1725278, 30.3206342 ], [ 120.1724248, 30.3206006 ], [ 120.17242, 30.3207791 ], [ 120.1724871, 30.3207548 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1316503, 30.3166747 ], [ 120.1322359, 30.3166251 ], [ 120.1325788, 30.3166003 ], [ 120.1328118, 30.3165573 ], [ 120.1333929, 30.3165053 ], [ 120.1335866, 30.3164714 ], [ 120.1336411, 30.3164735 ], [ 120.1336155, 30.3164367 ], [ 120.1336015, 30.3163789 ], [ 120.133461, 30.3164172 ], [ 120.1328928, 30.3164608 ], [ 120.132505, 30.3165058 ], [ 120.1320138, 30.3165463 ], [ 120.1316514, 30.3165927 ], [ 120.1315371, 30.3166326 ], [ 120.1316503, 30.3166747 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1273348, 30.3171043 ], [ 120.1274552, 30.3170794 ], [ 120.1276751, 30.3170319 ], [ 120.1279604, 30.3170003 ], [ 120.1289002, 30.3169235 ], [ 120.129398, 30.3168218 ], [ 120.1294155, 30.3168149 ], [ 120.1294235, 30.3168062 ], [ 120.1294215, 30.3167709 ], [ 120.1294309, 30.3167553 ], [ 120.1294544, 30.3167535 ], [ 120.1302624, 30.316702 ], [ 120.13077, 30.3166962 ], [ 120.1309229, 30.3166395 ], [ 120.1307707, 30.3165868 ], [ 120.1301618, 30.3166117 ], [ 120.1293303, 30.3166905 ], [ 120.1282615, 30.3168647 ], [ 120.1280285, 30.3168851 ], [ 120.1277117, 30.3169416 ], [ 120.1275102, 30.3169845 ], [ 120.1273269, 30.3170206 ], [ 120.1273104, 30.3170457 ], [ 120.1273348, 30.3171043 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1442501, 30.3165781 ], [ 120.1449385, 30.3165562 ], [ 120.1453518, 30.316543 ], [ 120.1456647, 30.3165188 ], [ 120.1457995, 30.3165276 ], [ 120.145858, 30.3165518 ], [ 120.1459522, 30.3166506 ], [ 120.1459598, 30.316789 ], [ 120.145858, 30.3177861 ], [ 120.1457944, 30.3183637 ], [ 120.1456647, 30.3191719 ], [ 120.1455291, 30.3198861 ], [ 120.1455171, 30.3199493 ], [ 120.1454306, 30.3207531 ], [ 120.1453874, 30.3209156 ], [ 120.1454815, 30.3209244 ], [ 120.1455349, 30.3207157 ], [ 120.1455731, 30.3201931 ], [ 120.1456571, 30.3197253 ], [ 120.1457893, 30.3190796 ], [ 120.1459776, 30.3180167 ], [ 120.146059, 30.3171931 ], [ 120.1461023, 30.3166923 ], [ 120.1461074, 30.3164903 ], [ 120.1461328, 30.316185 ], [ 120.1461582, 30.3160906 ], [ 120.1461888, 30.3160467 ], [ 120.1463312, 30.3160027 ], [ 120.1465424, 30.3159852 ], [ 120.146708, 30.315984 ], [ 120.1477916, 30.3159764 ], [ 120.1478861, 30.3159866 ], [ 120.1478934, 30.3158493 ], [ 120.1478514, 30.3157437 ], [ 120.1477509, 30.3157392 ], [ 120.1470512, 30.3157963 ], [ 120.1464635, 30.3158775 ], [ 120.1462931, 30.3158732 ], [ 120.1462575, 30.3158336 ], [ 120.1462651, 30.3157699 ], [ 120.1462829, 30.3156645 ], [ 120.1461786, 30.3156645 ], [ 120.1461837, 30.3157568 ], [ 120.1461328, 30.3159171 ], [ 120.1459395, 30.3162685 ], [ 120.1458479, 30.3163629 ], [ 120.1457715, 30.3163959 ], [ 120.1456418, 30.3163915 ], [ 120.1449116, 30.3164046 ], [ 120.1442629, 30.3164442 ], [ 120.1432834, 30.3165452 ], [ 120.1426397, 30.3166023 ], [ 120.142624, 30.3166799 ], [ 120.1426117, 30.3167407 ], [ 120.1442501, 30.3165781 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1358156, 30.3198234 ], [ 120.1358323, 30.3198885 ], [ 120.1358926, 30.3199275 ], [ 120.1361403, 30.3199954 ], [ 120.1361638, 30.3199665 ], [ 120.13606, 30.3198812 ], [ 120.1360064, 30.3198885 ], [ 120.1359595, 30.3198783 ], [ 120.135911, 30.319848 ], [ 120.1358876, 30.3197931 ], [ 120.1358926, 30.3197324 ], [ 120.1359194, 30.3196876 ], [ 120.1359997, 30.3196558 ], [ 120.135921, 30.3196645 ], [ 120.1358725, 30.3196862 ], [ 120.1358323, 30.3197252 ], [ 120.1358156, 30.3197685 ], [ 120.1358156, 30.3198234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1367906, 30.3202279 ], [ 120.1368014, 30.3202516 ], [ 120.1368207, 30.3202709 ], [ 120.1368448, 30.320283 ], [ 120.1368722, 30.320288 ], [ 120.1369, 30.3202852 ], [ 120.1369254, 30.320275 ], [ 120.1369457, 30.3202584 ], [ 120.1369589, 30.3202371 ], [ 120.1369636, 30.3202133 ], [ 120.1369594, 30.3201895 ], [ 120.1369467, 30.320168 ], [ 120.1369255, 30.3201503 ], [ 120.1368986, 30.3201397 ], [ 120.1368693, 30.3201374 ], [ 120.1368407, 30.3201437 ], [ 120.1368161, 30.3201578 ], [ 120.1367984, 30.3201782 ], [ 120.1367896, 30.3202025 ], [ 120.1367906, 30.3202279 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.136518, 30.3203978 ], [ 120.1365623, 30.3204797 ], [ 120.136703, 30.3203635 ], [ 120.1366531, 30.3203125 ], [ 120.1366401, 30.3202694 ], [ 120.1366272, 30.3202168 ], [ 120.1366401, 30.3201498 ], [ 120.1367104, 30.3200508 ], [ 120.1365939, 30.3201226 ], [ 120.1365623, 30.3201684 ], [ 120.1365212, 30.3202394 ], [ 120.1365054, 30.3203213 ], [ 120.136518, 30.3203978 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1371022, 30.3205302 ], [ 120.1371466, 30.3205015 ], [ 120.1371706, 30.3204696 ], [ 120.1371946, 30.3204202 ], [ 120.1372094, 30.3203484 ], [ 120.1372094, 30.320275 ], [ 120.1371817, 30.320184 ], [ 120.1371558, 30.3201394 ], [ 120.1370764, 30.3200755 ], [ 120.1370597, 30.3200787 ], [ 120.1370801, 30.3201106 ], [ 120.1370985, 30.3201505 ], [ 120.1371152, 30.3201936 ], [ 120.1371133, 30.3202255 ], [ 120.1371059, 30.320275 ], [ 120.1370819, 30.3203228 ], [ 120.1370579, 30.3203516 ], [ 120.1370061, 30.3203882 ], [ 120.1371022, 30.3205302 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1367212, 30.3205053 ], [ 120.1367674, 30.3205244 ], [ 120.1368117, 30.3205372 ], [ 120.1368653, 30.3205388 ], [ 120.1369245, 30.3205356 ], [ 120.1369799, 30.3205164 ], [ 120.1370169, 30.3204941 ], [ 120.1369504, 30.3204079 ], [ 120.1369152, 30.3204207 ], [ 120.1368709, 30.3204255 ], [ 120.1368099, 30.3204175 ], [ 120.1367508, 30.3203936 ], [ 120.1366805, 30.3204718 ], [ 120.1367212, 30.3205053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1444415, 30.3271629 ], [ 120.1446644, 30.3271733 ], [ 120.144827, 30.3260034 ], [ 120.1449475, 30.325239 ], [ 120.1450319, 30.3238247 ], [ 120.1450981, 30.3228939 ], [ 120.1452487, 30.3223583 ], [ 120.1454759, 30.3210189 ], [ 120.1453795, 30.3210022 ], [ 120.1452345, 30.3217776 ], [ 120.145202, 30.3219515 ], [ 120.1450322, 30.3223679 ], [ 120.1448894, 30.3228641 ], [ 120.1448547, 30.323024 ], [ 120.1448235, 30.3239856 ], [ 120.14482, 30.3240932 ], [ 120.1447389, 30.3241065 ], [ 120.1447274, 30.3243796 ], [ 120.1446695, 30.3245928 ], [ 120.1446348, 30.3254055 ], [ 120.1445113, 30.3259917 ], [ 120.1443685, 30.3269243 ], [ 120.1444415, 30.3271629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1465984, 30.3255597 ], [ 120.1467715, 30.3255718 ], [ 120.1467509, 30.3255404 ], [ 120.1467578, 30.3255116 ], [ 120.1467951, 30.325487 ], [ 120.1468373, 30.3254751 ], [ 120.1468432, 30.3254243 ], [ 120.1463896, 30.3253828 ], [ 120.1463808, 30.3255446 ], [ 120.1465984, 30.3255597 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1746489, 30.3208707 ], [ 120.1749703, 30.3208649 ], [ 120.1752877, 30.3208715 ], [ 120.1756974, 30.3208688 ], [ 120.1758484, 30.3208569 ], [ 120.1760256, 30.3208555 ], [ 120.1761827, 30.3209048 ], [ 120.17644, 30.3209712 ], [ 120.1766972, 30.3210803 ], [ 120.176888, 30.3211667 ], [ 120.1769432, 30.3210683 ], [ 120.176725, 30.3209646 ], [ 120.1763645, 30.320825 ], [ 120.1761457, 30.3207758 ], [ 120.1757205, 30.3207372 ], [ 120.1752938, 30.3207532 ], [ 120.1746457, 30.3207239 ], [ 120.1746489, 30.3208707 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1579495, 30.3218189 ], [ 120.1584344, 30.3212931 ], [ 120.1587526, 30.3208544 ], [ 120.1588263, 30.3208343 ], [ 120.1589504, 30.3208377 ], [ 120.159059, 30.3208812 ], [ 120.1593151, 30.321196 ], [ 120.1594257, 30.3213766 ], [ 120.1587905, 30.3202837 ], [ 120.158803, 30.3203593 ], [ 120.1588146, 30.3204291 ], [ 120.1588185, 30.3205229 ], [ 120.1587138, 30.3207071 ], [ 120.1585314, 30.3209582 ], [ 120.1582482, 30.3213233 ], [ 120.1578603, 30.3217117 ], [ 120.1579495, 30.3218189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.177322, 30.321342 ], [ 120.1774947, 30.3213787 ], [ 120.1780522, 30.3214251 ], [ 120.1782559, 30.3214251 ], [ 120.1783663, 30.3214104 ], [ 120.1784625, 30.3213664 ], [ 120.1785361, 30.3213151 ], [ 120.1785955, 30.3212541 ], [ 120.1787427, 30.3212101 ], [ 120.1790918, 30.3211692 ], [ 120.1791389, 30.3211637 ], [ 120.1793879, 30.3211392 ], [ 120.1797049, 30.321149 ], [ 120.1797954, 30.3211539 ], [ 120.1799256, 30.3211539 ], [ 120.1800841, 30.3211319 ], [ 120.1804265, 30.3210635 ], [ 120.1808114, 30.3210391 ], [ 120.180918, 30.3210323 ], [ 120.1811935, 30.3210147 ], [ 120.1818373, 30.3210204 ], [ 120.1820226, 30.321022 ], [ 120.1821635, 30.3210359 ], [ 120.182242, 30.3210495 ], [ 120.1823393, 30.3210793 ], [ 120.1824115, 30.3211091 ], [ 120.1824586, 30.3211444 ], [ 120.18249, 30.3211931 ], [ 120.18249, 30.3213693 ], [ 120.1824806, 30.3220712 ], [ 120.1824681, 30.3224995 ], [ 120.1824806, 30.3227407 ], [ 120.1824775, 30.3228464 ], [ 120.1824398, 30.3232908 ], [ 120.1824021, 30.3240307 ], [ 120.1823613, 30.3249196 ], [ 120.1823362, 30.3251039 ], [ 120.1823345, 30.3251088 ], [ 120.1822922, 30.3252313 ], [ 120.1822232, 30.3253966 ], [ 120.1824492, 30.3254372 ], [ 120.1824489, 30.3254345 ], [ 120.1824241, 30.3251717 ], [ 120.1824618, 30.3249603 ], [ 120.1825591, 30.3242258 ], [ 120.1825968, 30.3237028 ], [ 120.182625, 30.3234236 ], [ 120.1826941, 30.3228951 ], [ 120.1827192, 30.3225672 ], [ 120.1827444, 30.3217027 ], [ 120.1828197, 30.3207758 ], [ 120.1828181, 30.3206812 ], [ 120.1828134, 30.3203963 ], [ 120.1828542, 30.3198678 ], [ 120.1828668, 30.3195155 ], [ 120.1828574, 30.319277 ], [ 120.1827993, 30.3188524 ], [ 120.1827977, 30.3188406 ], [ 120.1827789, 30.3184368 ], [ 120.1827852, 30.3180167 ], [ 120.1828323, 30.3177538 ], [ 120.1826816, 30.3177674 ], [ 120.1826847, 30.3178189 ], [ 120.1826816, 30.3179977 ], [ 120.1826522, 30.3181842 ], [ 120.1826409, 30.3182135 ], [ 120.182638, 30.3182331 ], [ 120.1826437, 30.3184092 ], [ 120.1826607, 30.3188789 ], [ 120.1827202, 30.3193046 ], [ 120.182723, 30.319488 ], [ 120.1826749, 30.3197327 ], [ 120.1826267, 30.3205766 ], [ 120.1826324, 30.3206818 ], [ 120.1826409, 30.3207625 ], [ 120.182604, 30.320831 ], [ 120.1825474, 30.3208946 ], [ 120.1824793, 30.3209362 ], [ 120.1824075, 30.3209511 ], [ 120.1810895, 30.3209331 ], [ 120.1809236, 30.320939 ], [ 120.1798021, 30.3210421 ], [ 120.1785422, 30.3211587 ], [ 120.178342, 30.3212731 ], [ 120.1781016, 30.3213077 ], [ 120.1776487, 30.3212891 ], [ 120.1769432, 30.3210683 ], [ 120.176888, 30.3211667 ], [ 120.177322, 30.321342 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1717516, 30.3243552 ], [ 120.1717696, 30.3243828 ], [ 120.1717956, 30.3244018 ], [ 120.1718496, 30.3244035 ], [ 120.1718856, 30.3243914 ], [ 120.1719137, 30.3243725 ], [ 120.1719317, 30.3243569 ], [ 120.1719817, 30.3243483 ], [ 120.1720177, 30.3243535 ], [ 120.1720357, 30.32435 ], [ 120.1720797, 30.32435 ], [ 120.1720957, 30.3243759 ], [ 120.1721157, 30.3243897 ], [ 120.1721498, 30.3244053 ], [ 120.1722098, 30.3244053 ], [ 120.1722538, 30.3244001 ], [ 120.1722638, 30.3244139 ], [ 120.1722838, 30.3244225 ], [ 120.1723338, 30.3244208 ], [ 120.1723538, 30.3244001 ], [ 120.1723518, 30.324369 ], [ 120.1723198, 30.3243483 ], [ 120.1723338, 30.3243293 ], [ 120.1723458, 30.3242792 ], [ 120.1723358, 30.3242464 ], [ 120.1723058, 30.3242308 ], [ 120.1722618, 30.3242308 ], [ 120.1722018, 30.3242308 ], [ 120.1721578, 30.3242118 ], [ 120.1721217, 30.324179 ], [ 120.1720877, 30.3241393 ], [ 120.1720417, 30.3241151 ], [ 120.1719937, 30.3241134 ], [ 120.1719537, 30.3241272 ], [ 120.1719257, 30.3241479 ], [ 120.1719097, 30.3241773 ], [ 120.1718956, 30.3242101 ], [ 120.1718836, 30.3242308 ], [ 120.1718536, 30.3242464 ], [ 120.1718136, 30.3242516 ], [ 120.1717776, 30.3242654 ], [ 120.1717556, 30.3242844 ], [ 120.1717456, 30.3243155 ], [ 120.1717516, 30.3243552 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1714959, 30.3243937 ], [ 120.1715221, 30.3244314 ], [ 120.1715775, 30.3244465 ], [ 120.1716445, 30.3244264 ], [ 120.1716794, 30.3243962 ], [ 120.1716882, 30.3243585 ], [ 120.1716678, 30.3243132 ], [ 120.1716357, 30.3243057 ], [ 120.1715629, 30.3243082 ], [ 120.1714872, 30.3243283 ], [ 120.1714551, 30.324356 ], [ 120.1714959, 30.3243937 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1727368, 30.3244314 ], [ 120.1728067, 30.3244465 ], [ 120.1728883, 30.3244767 ], [ 120.1729407, 30.3244666 ], [ 120.1729524, 30.3244188 ], [ 120.1729437, 30.3243711 ], [ 120.1729233, 30.3243409 ], [ 120.1728592, 30.3243283 ], [ 120.172798, 30.3243233 ], [ 120.1727514, 30.3243434 ], [ 120.1727281, 30.3243811 ], [ 120.1727368, 30.3244314 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.173101, 30.3247784 ], [ 120.1731709, 30.3247985 ], [ 120.173232, 30.3247859 ], [ 120.1732757, 30.3248086 ], [ 120.1733165, 30.3247885 ], [ 120.1733223, 30.3247432 ], [ 120.173299, 30.324718 ], [ 120.1732262, 30.324708 ], [ 120.1731184, 30.3247155 ], [ 120.1730777, 30.3247382 ], [ 120.173101, 30.3247784 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1626022, 30.3254011 ], [ 120.162708, 30.3253706 ], [ 120.1628195, 30.3253888 ], [ 120.1623726, 30.3249142 ], [ 120.1623777, 30.3249611 ], [ 120.1623817, 30.3249977 ], [ 120.1623562, 30.3251449 ], [ 120.1623553, 30.3251499 ], [ 120.1626022, 30.3254011 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1708373, 30.3257594 ], [ 120.1708952, 30.3257962 ], [ 120.170953, 30.3258304 ], [ 120.1710291, 30.3258172 ], [ 120.1711113, 30.3258172 ], [ 120.17116, 30.325833 ], [ 120.1711965, 30.3258015 ], [ 120.1712329, 30.3257881 ], [ 120.1712969, 30.3257647 ], [ 120.1712817, 30.3257411 ], [ 120.1712452, 30.32572 ], [ 120.1711888, 30.3257148 ], [ 120.17116, 30.3257122 ], [ 120.1711052, 30.3257122 ], [ 120.1710108, 30.3257253 ], [ 120.1709652, 30.3257332 ], [ 120.1709165, 30.3257043 ], [ 120.1708434, 30.3256938 ], [ 120.170816, 30.3257095 ], [ 120.1708373, 30.3257594 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1688739, 30.3263031 ], [ 120.1689558, 30.3262769 ], [ 120.1689679, 30.326256 ], [ 120.1689376, 30.3262351 ], [ 120.1689012, 30.3262298 ], [ 120.1688678, 30.3262429 ], [ 120.1688587, 30.3262717 ], [ 120.1688739, 30.3263031 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2148735, 30.291834 ], [ 120.2149062, 30.2918923 ], [ 120.2149389, 30.2919129 ], [ 120.2149759, 30.2919187 ], [ 120.2150151, 30.2919262 ], [ 120.2151284, 30.2917663 ], [ 120.2151959, 30.2916007 ], [ 120.2152242, 30.2914296 ], [ 120.2152395, 30.2913204 ], [ 120.2152765, 30.2912546 ], [ 120.2153397, 30.2911135 ], [ 120.215392, 30.2909668 ], [ 120.2154682, 30.290758 ], [ 120.2154791, 30.2906037 ], [ 120.2154944, 30.2904984 ], [ 120.2155532, 30.2903291 ], [ 120.2156513, 30.289919 ], [ 120.2156578, 30.289759 ], [ 120.2157035, 30.2896631 ], [ 120.2158016, 30.2893057 ], [ 120.2157972, 30.2892079 ], [ 120.2157667, 30.2890668 ], [ 120.2157278, 30.2890561 ], [ 120.2156774, 30.2890423 ], [ 120.2156447, 30.2892436 ], [ 120.2156295, 30.2893922 ], [ 120.2156011, 30.2895596 ], [ 120.215551, 30.2897365 ], [ 120.215477, 30.2900676 ], [ 120.2153876, 30.2904607 ], [ 120.2153332, 30.2906526 ], [ 120.2152417, 30.2909423 ], [ 120.2151872, 30.2911079 ], [ 120.2151044, 30.2913054 ], [ 120.2150739, 30.2914183 ], [ 120.2149998, 30.2916214 ], [ 120.214904, 30.2916609 ], [ 120.2148777, 30.2917339 ], [ 120.2148473, 30.2917983 ], [ 120.2148735, 30.291834 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2174753, 30.3061961 ], [ 120.2173594, 30.3061074 ], [ 120.2176304, 30.3051484 ], [ 120.2179469, 30.3044903 ], [ 120.2181095, 30.3039638 ], [ 120.2184266, 30.3031494 ], [ 120.2186543, 30.3024755 ], [ 120.2186299, 30.3021807 ], [ 120.2185191, 30.3018359 ], [ 120.2184668, 30.3016449 ], [ 120.218436, 30.3014932 ], [ 120.2184091, 30.3014133 ], [ 120.2183649, 30.3012998 ], [ 120.2183287, 30.3012095 ], [ 120.218275, 30.3010579 ], [ 120.2182683, 30.3009919 ], [ 120.2182724, 30.3009062 ], [ 120.2182831, 30.3008483 ], [ 120.2183112, 30.300758 ], [ 120.2183314, 30.3006908 ], [ 120.2184917, 30.3005029 ], [ 120.21876, 30.3002852 ], [ 120.2190202, 30.300187 ], [ 120.2194105, 30.2999834 ], [ 120.2198577, 30.2998711 ], [ 120.2202398, 30.2997868 ], [ 120.2204801, 30.2997929 ], [ 120.2208528, 30.2998199 ], [ 120.2211244, 30.2997775 ], [ 120.2213979, 30.2996239 ], [ 120.2216772, 30.2992007 ], [ 120.2227198, 30.2978773 ], [ 120.2230125, 30.2973788 ], [ 120.2232971, 30.2968593 ], [ 120.2235085, 30.2963749 ], [ 120.2237443, 30.2961362 ], [ 120.2240614, 30.2959677 ], [ 120.2243216, 30.2959045 ], [ 120.2245818, 30.2958835 ], [ 120.2250534, 30.2959607 ], [ 120.2251103, 30.2956378 ], [ 120.2243866, 30.2955956 ], [ 120.2238581, 30.2956869 ], [ 120.2235085, 30.2958835 ], [ 120.2232727, 30.2960801 ], [ 120.2231182, 30.296396 ], [ 120.2230369, 30.2966347 ], [ 120.2229068, 30.2968874 ], [ 120.2225734, 30.2975473 ], [ 120.2222238, 30.2979405 ], [ 120.2213758, 30.2991164 ], [ 120.2210725, 30.2994641 ], [ 120.2209454, 30.2994919 ], [ 120.2206813, 30.2994943 ], [ 120.2198902, 30.2995551 ], [ 120.2192397, 30.2997868 ], [ 120.2188901, 30.2999483 ], [ 120.2186706, 30.3000325 ], [ 120.2183697, 30.3002221 ], [ 120.218077, 30.3006573 ], [ 120.2179559, 30.3010868 ], [ 120.2179572, 30.3012107 ], [ 120.2179907, 30.3013682 ], [ 120.2180564, 30.3015511 ], [ 120.2181114, 30.3017317 ], [ 120.2182254, 30.3020201 ], [ 120.2183372, 30.302286 ], [ 120.2182315, 30.3027072 ], [ 120.2180364, 30.3032828 ], [ 120.2172477, 30.3056415 ], [ 120.2171176, 30.3060487 ], [ 120.2169956, 30.3061048 ], [ 120.2174753, 30.3061961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1869964, 30.3112418 ], [ 120.1869996, 30.311294 ], [ 120.1870251, 30.3113434 ], [ 120.18713, 30.3113324 ], [ 120.1872254, 30.311316 ], [ 120.1872667, 30.3112885 ], [ 120.1873049, 30.3112473 ], [ 120.187308, 30.3111979 ], [ 120.1872985, 30.3111348 ], [ 120.1872413, 30.3111183 ], [ 120.1871586, 30.3111128 ], [ 120.1870855, 30.3111101 ], [ 120.1870219, 30.311132 ], [ 120.1869964, 30.311165 ], [ 120.1869964, 30.3112418 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.185046, 30.3118313 ], [ 120.1850814, 30.3119029 ], [ 120.1851261, 30.3121378 ], [ 120.1851911, 30.3124779 ], [ 120.1851872, 30.3127932 ], [ 120.1851747, 30.312917 ], [ 120.1852064, 30.3130624 ], [ 120.1853149, 30.3133277 ], [ 120.1853777, 30.3134621 ], [ 120.185418, 30.3135208 ], [ 120.1854551, 30.3135956 ], [ 120.1854582, 30.3136651 ], [ 120.1855108, 30.3138387 ], [ 120.1855386, 30.314007 ], [ 120.1855417, 30.3140711 ], [ 120.1855882, 30.3141673 ], [ 120.1856005, 30.3142367 ], [ 120.1856469, 30.3143489 ], [ 120.1856562, 30.3144424 ], [ 120.1856872, 30.3145786 ], [ 120.1857031, 30.3147123 ], [ 120.1857162, 30.3147872 ], [ 120.1857451, 30.3148847 ], [ 120.1858319, 30.315005 ], [ 120.1858525, 30.315074 ], [ 120.185752, 30.3151106 ], [ 120.185656, 30.3151357 ], [ 120.1855439, 30.3151715 ], [ 120.1854285, 30.3152015 ], [ 120.1851848, 30.3152703 ], [ 120.1849276, 30.3153891 ], [ 120.1849276, 30.3154562 ], [ 120.185077, 30.3159354 ], [ 120.1851788, 30.3162618 ], [ 120.1851908, 30.3163238 ], [ 120.1852336, 30.316473 ], [ 120.185257, 30.3165541 ], [ 120.1853822, 30.31699 ], [ 120.185448, 30.3169745 ], [ 120.1853173, 30.3165398 ], [ 120.1852853, 30.3164334 ], [ 120.1851146, 30.3158656 ], [ 120.1849993, 30.3154821 ], [ 120.1849993, 30.3154253 ], [ 120.1852068, 30.3153423 ], [ 120.1854763, 30.3152682 ], [ 120.1855581, 30.3152503 ], [ 120.1858958, 30.3151567 ], [ 120.1861165, 30.3151426 ], [ 120.1862634, 30.3151182 ], [ 120.1879815, 30.3148728 ], [ 120.1887613, 30.3147746 ], [ 120.1893137, 30.3146624 ], [ 120.189559, 30.3146217 ], [ 120.1898214, 30.3145782 ], [ 120.190104, 30.3145665 ], [ 120.1901585, 30.3145642 ], [ 120.1902412, 30.3145643 ], [ 120.1902912, 30.3145924 ], [ 120.1903332, 30.3146484 ], [ 120.1906134, 30.3154057 ], [ 120.19065, 30.3155319 ], [ 120.1907597, 30.3159913 ], [ 120.1908409, 30.316405 ], [ 120.1909099, 30.3167381 ], [ 120.1909343, 30.3169099 ], [ 120.1909424, 30.3171273 ], [ 120.190979, 30.3171588 ], [ 120.1910237, 30.3171343 ], [ 120.1910643, 30.3170642 ], [ 120.191109, 30.3170256 ], [ 120.1910237, 30.3166469 ], [ 120.1908449, 30.3161946 ], [ 120.1908206, 30.3160789 ], [ 120.1907069, 30.3155425 ], [ 120.1906581, 30.3153917 ], [ 120.1904347, 30.3147606 ], [ 120.1903982, 30.3146378 ], [ 120.1903982, 30.3145572 ], [ 120.1904266, 30.3145011 ], [ 120.1904997, 30.314459 ], [ 120.1910887, 30.3142732 ], [ 120.1914695, 30.3141433 ], [ 120.1917669, 30.3140418 ], [ 120.1919254, 30.3139786 ], [ 120.1920228, 30.313919 ], [ 120.1924574, 30.3136806 ], [ 120.1926361, 30.3135894 ], [ 120.1929408, 30.3134387 ], [ 120.1935878, 30.3131565 ], [ 120.193661, 30.3131246 ], [ 120.1937206, 30.3130986 ], [ 120.1938425, 30.3130354 ], [ 120.1939278, 30.3129899 ], [ 120.1943258, 30.3126147 ], [ 120.1942649, 30.3125621 ], [ 120.193879, 30.3129267 ], [ 120.1937978, 30.3129864 ], [ 120.1936649, 30.3130437 ], [ 120.1936353, 30.3130565 ], [ 120.1925671, 30.3135368 ], [ 120.1923721, 30.3136385 ], [ 120.192031, 30.3138244 ], [ 120.191905, 30.313884 ], [ 120.1913892, 30.3140558 ], [ 120.1905972, 30.3143363 ], [ 120.1904225, 30.3143889 ], [ 120.1902641, 30.3144239 ], [ 120.1900651, 30.314459 ], [ 120.1896102, 30.3145116 ], [ 120.1887938, 30.3146484 ], [ 120.1882323, 30.314719 ], [ 120.1881805, 30.3147255 ], [ 120.187291, 30.3148587 ], [ 120.1871691, 30.3148377 ], [ 120.1863284, 30.3149604 ], [ 120.1860116, 30.314992 ], [ 120.1859263, 30.3149744 ], [ 120.1858572, 30.3149359 ], [ 120.1858125, 30.3148728 ], [ 120.185776, 30.3146098 ], [ 120.1856907, 30.3142556 ], [ 120.1856216, 30.3141049 ], [ 120.1855947, 30.3136038 ], [ 120.1855932, 30.3135754 ], [ 120.1855648, 30.3135263 ], [ 120.1854998, 30.3134983 ], [ 120.1853333, 30.3132423 ], [ 120.1853142, 30.3131921 ], [ 120.1852398, 30.3129969 ], [ 120.1852317, 30.3128812 ], [ 120.1852277, 30.3124639 ], [ 120.1851627, 30.3120957 ], [ 120.1851667, 30.3117591 ], [ 120.1851505, 30.3116855 ], [ 120.1850936, 30.3116644 ], [ 120.1850164, 30.311689 ], [ 120.1849147, 30.3117216 ], [ 120.185046, 30.3118313 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1935364, 30.3146256 ], [ 120.1936129, 30.3148704 ], [ 120.1940585, 30.3147732 ], [ 120.19409, 30.3147227 ], [ 120.19409, 30.3146256 ], [ 120.194027, 30.3144624 ], [ 120.193991, 30.3144235 ], [ 120.193928, 30.3144197 ], [ 120.1935634, 30.3145362 ], [ 120.1935319, 30.3145673 ], [ 120.1935364, 30.3146256 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1914372, 30.30786 ], [ 120.1914733, 30.3080014 ], [ 120.1915929, 30.3084711 ], [ 120.1916019, 30.3085065 ], [ 120.1917015, 30.3088811 ], [ 120.1917015, 30.3089616 ], [ 120.1916533, 30.309042 ], [ 120.191724, 30.3092363 ], [ 120.191769, 30.3092779 ], [ 120.1917851, 30.3093167 ], [ 120.191769, 30.3093861 ], [ 120.1917736, 30.3095232 ], [ 120.1917819, 30.3097746 ], [ 120.1918011, 30.309869 ], [ 120.191836, 30.3099208 ], [ 120.1919163, 30.3100796 ], [ 120.1920326, 30.3103157 ], [ 120.1921772, 30.3105155 ], [ 120.1924722, 30.3107606 ], [ 120.1925211, 30.3108013 ], [ 120.1926786, 30.3109928 ], [ 120.1928008, 30.3110927 ], [ 120.1928972, 30.3112148 ], [ 120.1929615, 30.3113479 ], [ 120.1930579, 30.3114034 ], [ 120.1931318, 30.3114478 ], [ 120.193371, 30.3117179 ], [ 120.1934293, 30.3117838 ], [ 120.1934995, 30.3118934 ], [ 120.1935663, 30.3120493 ], [ 120.1935429, 30.3120926 ], [ 120.1936031, 30.3121388 ], [ 120.1937469, 30.3122081 ], [ 120.1938138, 30.3122687 ], [ 120.1938806, 30.3122831 ], [ 120.1939709, 30.3122918 ], [ 120.194118, 30.3123408 ], [ 120.1941748, 30.3123755 ], [ 120.1942417, 30.3124303 ], [ 120.1942752, 30.3124678 ], [ 120.1942649, 30.3125621 ], [ 120.1943258, 30.3126147 ], [ 120.1943888, 30.3126266 ], [ 120.1944781, 30.3126803 ], [ 120.1944992, 30.312693 ], [ 120.1945999, 30.3127964 ], [ 120.1949405, 30.3131461 ], [ 120.1951277, 30.3132587 ], [ 120.195228, 30.313328 ], [ 120.1952882, 30.3133684 ], [ 120.1953814, 30.3133665 ], [ 120.1954286, 30.3133655 ], [ 120.1960888, 30.3133734 ], [ 120.1961759, 30.3134012 ], [ 120.1962126, 30.3134645 ], [ 120.1961591, 30.3148116 ], [ 120.1961576, 30.3148504 ], [ 120.1961071, 30.3155393 ], [ 120.1961255, 30.3156264 ], [ 120.1961943, 30.3157017 ], [ 120.1965658, 30.3162006 ], [ 120.1966988, 30.3163946 ], [ 120.1967309, 30.3164659 ], [ 120.1968043, 30.3165015 ], [ 120.196896, 30.3165569 ], [ 120.1971804, 30.3168341 ], [ 120.1973096, 30.3169463 ], [ 120.1973631, 30.3169968 ], [ 120.1974651, 30.3171119 ], [ 120.1975389, 30.3171975 ], [ 120.1976167, 30.3172762 ], [ 120.1978181, 30.3174414 ], [ 120.1978835, 30.3174951 ], [ 120.1981614, 30.3177309 ], [ 120.1983879, 30.3179303 ], [ 120.1986944, 30.3182968 ], [ 120.1990698, 30.3186931 ], [ 120.1994815, 30.3191339 ], [ 120.1997368, 30.3194074 ], [ 120.2001395, 30.3199297 ], [ 120.2007538, 30.3205721 ], [ 120.200975, 30.3208024 ], [ 120.2011096, 30.3209426 ], [ 120.2012317, 30.3210706 ], [ 120.2012615, 30.3211019 ], [ 120.2013222, 30.3211656 ], [ 120.2013512, 30.3211969 ], [ 120.2013956, 30.3212448 ], [ 120.2014176, 30.3212996 ], [ 120.20158, 30.3214818 ], [ 120.2016443, 30.3215733 ], [ 120.2018208, 30.3216871 ], [ 120.2019798, 30.3217748 ], [ 120.2024984, 30.3223529 ], [ 120.2025036, 30.3224026 ], [ 120.2027807, 30.3223343 ], [ 120.2027124, 30.3221576 ], [ 120.2025915, 30.322057 ], [ 120.2025174, 30.3219932 ], [ 120.2023943, 30.3218237 ], [ 120.202206, 30.32172 ], [ 120.2020872, 30.3216566 ], [ 120.2019941, 30.3215728 ], [ 120.2018833, 30.3214635 ], [ 120.2017251, 30.321282 ], [ 120.2016662, 30.3212844 ], [ 120.2015928, 30.3212567 ], [ 120.2014431, 30.3210865 ], [ 120.2014182, 30.3209572 ], [ 120.2010894, 30.3205731 ], [ 120.200778, 30.3202095 ], [ 120.200472, 30.3199095 ], [ 120.2003347, 30.3197516 ], [ 120.2002625, 30.3196522 ], [ 120.2001709, 30.3194751 ], [ 120.2000631, 30.3194569 ], [ 120.1999439, 30.319351 ], [ 120.1995533, 30.3190188 ], [ 120.1992471, 30.3186773 ], [ 120.1990143, 30.3184361 ], [ 120.1983958, 30.3177879 ], [ 120.1978259, 30.3172739 ], [ 120.1973417, 30.3168178 ], [ 120.1970568, 30.3165475 ], [ 120.1968548, 30.3163827 ], [ 120.1967814, 30.316256 ], [ 120.1967493, 30.3161531 ], [ 120.1966942, 30.3160026 ], [ 120.1966438, 30.3159274 ], [ 120.1965841, 30.31586 ], [ 120.1963961, 30.3157017 ], [ 120.1963411, 30.3156106 ], [ 120.1963181, 30.3155314 ], [ 120.1963089, 30.3154324 ], [ 120.1964007, 30.3134012 ], [ 120.1964099, 30.3132151 ], [ 120.1964007, 30.3131596 ], [ 120.1963456, 30.313124 ], [ 120.1962631, 30.3130844 ], [ 120.1961954, 30.3130822 ], [ 120.1954145, 30.3130567 ], [ 120.1953837, 30.3130674 ], [ 120.1953228, 30.3130884 ], [ 120.1952357, 30.3130884 ], [ 120.1951347, 30.3130686 ], [ 120.1948045, 30.312827 ], [ 120.1946713, 30.3127054 ], [ 120.1945939, 30.3126347 ], [ 120.194488, 30.312538 ], [ 120.1944697, 30.312435 ], [ 120.1944834, 30.3123677 ], [ 120.1945201, 30.3122964 ], [ 120.1947265, 30.3120709 ], [ 120.1948825, 30.3119005 ], [ 120.1950843, 30.3116866 ], [ 120.1953457, 30.3114451 ], [ 120.1954002, 30.3114225 ], [ 120.1954604, 30.3113976 ], [ 120.1962558, 30.3114124 ], [ 120.1963089, 30.3114134 ], [ 120.1963458, 30.3114094 ], [ 120.1963823, 30.3114055 ], [ 120.1964236, 30.3113857 ], [ 120.1964511, 30.3113461 ], [ 120.1966214, 30.309991 ], [ 120.1967672, 30.3095293 ], [ 120.1967904, 30.3094058 ], [ 120.1968457, 30.3091199 ], [ 120.1968237, 30.309018 ], [ 120.1968307, 30.3089151 ], [ 120.1968582, 30.3088487 ], [ 120.1969429, 30.3087462 ], [ 120.1971678, 30.3086551 ], [ 120.1970852, 30.3085203 ], [ 120.1968786, 30.3086908 ], [ 120.1967469, 30.3087936 ], [ 120.196676, 30.308867 ], [ 120.1966526, 30.30896 ], [ 120.1966577, 30.3090505 ], [ 120.1966365, 30.3091487 ], [ 120.1964379, 30.3099312 ], [ 120.1963691, 30.3103275 ], [ 120.1962772, 30.311029 ], [ 120.1962313, 30.3110805 ], [ 120.1961717, 30.3111122 ], [ 120.1955244, 30.3111122 ], [ 120.1954464, 30.3111479 ], [ 120.1953454, 30.3112787 ], [ 120.1953158, 30.311296 ], [ 120.1952306, 30.311346 ], [ 120.1950194, 30.311564 ], [ 120.1949184, 30.3116274 ], [ 120.1947013, 30.3118668 ], [ 120.1946251, 30.3119508 ], [ 120.1945374, 30.3120475 ], [ 120.1943263, 30.3122377 ], [ 120.1941958, 30.312319 ], [ 120.1940882, 30.3122807 ], [ 120.19399, 30.3122179 ], [ 120.1939394, 30.3121769 ], [ 120.1937399, 30.3121195 ], [ 120.1936513, 30.3120648 ], [ 120.1936228, 30.3120156 ], [ 120.1936101, 30.31195 ], [ 120.193607, 30.3118489 ], [ 120.1935721, 30.3117177 ], [ 120.1935658, 30.3116767 ], [ 120.1935152, 30.3116521 ], [ 120.1933442, 30.3114417 ], [ 120.1931194, 30.3111547 ], [ 120.1928123, 30.3108732 ], [ 120.1926952, 30.3107748 ], [ 120.192597, 30.3105889 ], [ 120.1925306, 30.3105589 ], [ 120.1924831, 30.3105042 ], [ 120.1924103, 30.3104304 ], [ 120.1923248, 30.3103238 ], [ 120.1922741, 30.3102555 ], [ 120.1922108, 30.310209 ], [ 120.1921032, 30.3101188 ], [ 120.1920652, 30.3100778 ], [ 120.1920303, 30.3100204 ], [ 120.1919977, 30.3099625 ], [ 120.191979, 30.3099274 ], [ 120.1919883, 30.3098277 ], [ 120.1919821, 30.309763 ], [ 120.1919446, 30.3097198 ], [ 120.1919134, 30.3096497 ], [ 120.1919071, 30.3095662 ], [ 120.1919196, 30.3094772 ], [ 120.1919508, 30.3093532 ], [ 120.1919946, 30.3092561 ], [ 120.1920133, 30.3092049 ], [ 120.1920102, 30.3091402 ], [ 120.1919602, 30.308911 ], [ 120.1919259, 30.3087547 ], [ 120.1919321, 30.3086495 ], [ 120.1918946, 30.308636 ], [ 120.1918259, 30.308636 ], [ 120.1917978, 30.3086091 ], [ 120.1917635, 30.3084392 ], [ 120.1917541, 30.3082667 ], [ 120.1917073, 30.3080564 ], [ 120.1915574, 30.3075387 ], [ 120.1913608, 30.3075602 ], [ 120.1914372, 30.30786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2066973, 30.3196783 ], [ 120.2069026, 30.3199434 ], [ 120.2069092, 30.3199932 ], [ 120.2066624, 30.3200951 ], [ 120.2056324, 30.320447 ], [ 120.2055868, 30.3204841 ], [ 120.2055895, 30.3205281 ], [ 120.2056217, 30.3205975 ], [ 120.2055909, 30.3209332 ], [ 120.205583, 30.3209877 ], [ 120.20556, 30.3211324 ], [ 120.2055037, 30.3212227 ], [ 120.2054286, 30.3216579 ], [ 120.2054581, 30.3216834 ], [ 120.2054903, 30.3219126 ], [ 120.2055144, 30.3219242 ], [ 120.2057397, 30.3227508 ], [ 120.2057156, 30.3227947 ], [ 120.2057814, 30.3228098 ], [ 120.2057049, 30.3223479 ], [ 120.205552, 30.3219242 ], [ 120.2055225, 30.321864 ], [ 120.2054983, 30.3216973 ], [ 120.2055198, 30.321651 ], [ 120.2056646, 30.3212041 ], [ 120.2056566, 30.3211624 ], [ 120.2056847, 30.3210734 ], [ 120.20567, 30.321012 ], [ 120.2056794, 30.32099 ], [ 120.2057505, 30.3205975 ], [ 120.205788, 30.3205443 ], [ 120.205847, 30.3205003 ], [ 120.2063271, 30.3203151 ], [ 120.2064493, 30.3203116 ], [ 120.2064789, 30.3202952 ], [ 120.2067268, 30.3201576 ], [ 120.2068341, 30.3201599 ], [ 120.2069992, 30.3201472 ], [ 120.2070728, 30.3201553 ], [ 120.2073035, 30.3203904 ], [ 120.2073558, 30.3204066 ], [ 120.2074081, 30.3203893 ], [ 120.2076629, 30.320123 ], [ 120.2078775, 30.3199146 ], [ 120.2079901, 30.3198081 ], [ 120.2082369, 30.319602 ], [ 120.2084112, 30.3194654 ], [ 120.2084769, 30.3194272 ], [ 120.2085118, 30.3193844 ], [ 120.2084541, 30.3193763 ], [ 120.2083093, 30.3194654 ], [ 120.208092, 30.3196414 ], [ 120.2078332, 30.3198776 ], [ 120.2075838, 30.3201218 ], [ 120.2074148, 30.3202897 ], [ 120.2073732, 30.3202943 ], [ 120.207333, 30.320277 ], [ 120.2071345, 30.320065 ], [ 120.2071586, 30.3200002 ], [ 120.2071238, 30.319984 ], [ 120.2070996, 30.3199446 ], [ 120.2070406, 30.3199423 ], [ 120.2027759, 30.3152536 ], [ 120.2026954, 30.3151772 ], [ 120.2026284, 30.3152189 ], [ 120.2066973, 30.3196783 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1825874, 30.3297819 ], [ 120.1829317, 30.3299209 ], [ 120.183968, 30.330386 ], [ 120.1840989, 30.3304465 ], [ 120.184197, 30.3304918 ], [ 120.1842131, 30.3305253 ], [ 120.1841308, 30.3309518 ], [ 120.1841374, 30.3310088 ], [ 120.1841803, 30.3311996 ], [ 120.1841849, 30.3315742 ], [ 120.1841842, 30.3317044 ], [ 120.1842259, 30.3317023 ], [ 120.1842665, 30.3317002 ], [ 120.18427, 30.3316545 ], [ 120.1842718, 30.3316295 ], [ 120.1842749, 30.3312923 ], [ 120.1842755, 30.3312258 ], [ 120.1842718, 30.3311489 ], [ 120.1842643, 30.3310976 ], [ 120.1842495, 30.3310272 ], [ 120.1842398, 30.3309924 ], [ 120.1842272, 30.3309471 ], [ 120.1842124, 30.3308798 ], [ 120.1842309, 30.3307869 ], [ 120.184268, 30.3306171 ], [ 120.1843052, 30.330569 ], [ 120.1843497, 30.3305594 ], [ 120.1844128, 30.3305786 ], [ 120.1848716, 30.3307532 ], [ 120.1849549, 30.330785 ], [ 120.1850104, 30.3308061 ], [ 120.1855785, 30.3310035 ], [ 120.185582, 30.3310047 ], [ 120.1857305, 30.3310912 ], [ 120.1862799, 30.3313765 ], [ 120.1863064, 30.3313902 ], [ 120.1866992, 30.3315942 ], [ 120.1869071, 30.331732 ], [ 120.1869813, 30.3318025 ], [ 120.1872263, 30.3321965 ], [ 120.1872747, 30.3323194 ], [ 120.18729, 30.3323857 ], [ 120.1873361, 30.3324089 ], [ 120.1880373, 30.3326088 ], [ 120.1882204, 30.332626 ], [ 120.1883319, 30.3326328 ], [ 120.1890803, 30.3327462 ], [ 120.1891997, 30.3328046 ], [ 120.1896256, 30.3329902 ], [ 120.1898605, 30.3330417 ], [ 120.1906805, 30.3332685 ], [ 120.1909154, 30.33332 ], [ 120.1910169, 30.3333536 ], [ 120.1910855, 30.3333913 ], [ 120.1911864, 30.333418 ], [ 120.1912358, 30.3334272 ], [ 120.1912947, 30.3334255 ], [ 120.1914151, 30.3334136 ], [ 120.1915818, 30.3334335 ], [ 120.1917254, 30.3334655 ], [ 120.1920865, 30.3335334 ], [ 120.1923736, 30.3336294 ], [ 120.1928459, 30.3337613 ], [ 120.1939341, 30.334009 ], [ 120.1951519, 30.3343367 ], [ 120.1962724, 30.3345645 ], [ 120.1968943, 30.3346143 ], [ 120.1969567, 30.3346488 ], [ 120.1969686, 30.3348023 ], [ 120.1970298, 30.3348149 ], [ 120.1970783, 30.3348178 ], [ 120.1970852, 30.3346472 ], [ 120.1977348, 30.3347165 ], [ 120.1978437, 30.3347224 ], [ 120.1980257, 30.3347363 ], [ 120.198137, 30.3347458 ], [ 120.198563, 30.3347241 ], [ 120.1994429, 30.3347608 ], [ 120.2000414, 30.3346809 ], [ 120.2006658, 30.3347567 ], [ 120.2013277, 30.3346824 ], [ 120.2016806, 30.3346922 ], [ 120.2018871, 30.3347128 ], [ 120.201783, 30.3346399 ], [ 120.2017807, 30.3345766 ], [ 120.1983404, 30.3345989 ], [ 120.1981271, 30.3345694 ], [ 120.1980096, 30.3345626 ], [ 120.1978253, 30.3345478 ], [ 120.1977185, 30.3345392 ], [ 120.1971569, 30.3344766 ], [ 120.1969716, 30.3344686 ], [ 120.196791, 30.3344367 ], [ 120.1954006, 30.3340916 ], [ 120.1953093, 30.334069 ], [ 120.1947701, 30.3339463 ], [ 120.193569, 30.3336461 ], [ 120.192433, 30.3333505 ], [ 120.1917265, 30.3331863 ], [ 120.1915417, 30.3331676 ], [ 120.1912373, 30.3331535 ], [ 120.1910308, 30.3331207 ], [ 120.1903242, 30.3329424 ], [ 120.1898568, 30.3328533 ], [ 120.1897318, 30.3328157 ], [ 120.1895959, 30.3327454 ], [ 120.1893405, 30.3326375 ], [ 120.1891502, 30.3326046 ], [ 120.1887154, 30.3325484 ], [ 120.1886699, 30.3325467 ], [ 120.188585, 30.3325437 ], [ 120.1884165, 30.332539 ], [ 120.1882396, 30.33251 ], [ 120.1877371, 30.3323701 ], [ 120.1875523, 30.3323091 ], [ 120.1874164, 30.332234 ], [ 120.1873512, 30.3321402 ], [ 120.187161, 30.3317978 ], [ 120.1871575, 30.3317909 ], [ 120.1871229, 30.3317227 ], [ 120.1871066, 30.331657 ], [ 120.1871284, 30.3315961 ], [ 120.1872425, 30.3313052 ], [ 120.1872643, 30.3311926 ], [ 120.1873947, 30.330109 ], [ 120.1874252, 30.329828 ], [ 120.1875306, 30.3288564 ], [ 120.1875795, 30.3284811 ], [ 120.1876175, 30.3284107 ], [ 120.1876882, 30.3283685 ], [ 120.1878078, 30.3283216 ], [ 120.1879165, 30.3283075 ], [ 120.1886567, 30.3283941 ], [ 120.1892807, 30.328467 ], [ 120.1895253, 30.3284811 ], [ 120.1915797, 30.3285186 ], [ 120.1936886, 30.3284248 ], [ 120.1937973, 30.3284436 ], [ 120.1938842, 30.3284811 ], [ 120.1940255, 30.328725 ], [ 120.1940636, 30.3288189 ], [ 120.1941451, 30.3288611 ], [ 120.1942375, 30.3288705 ], [ 120.1953952, 30.3288142 ], [ 120.1955311, 30.3288189 ], [ 120.1956398, 30.328847 ], [ 120.1957376, 30.3289127 ], [ 120.1958191, 30.3289408 ], [ 120.1958952, 30.3289221 ], [ 120.1958898, 30.3288376 ], [ 120.195955, 30.3287813 ], [ 120.1960746, 30.3287626 ], [ 120.1972649, 30.3286875 ], [ 120.1974823, 30.3286641 ], [ 120.1975801, 30.3287391 ], [ 120.1977051, 30.3287016 ], [ 120.1979062, 30.3286781 ], [ 120.199303, 30.3285374 ], [ 120.1994172, 30.3285421 ], [ 120.1995041, 30.3286078 ], [ 120.199553, 30.3287016 ], [ 120.1997433, 30.3290065 ], [ 120.1998302, 30.329044 ], [ 120.2001074, 30.3293255 ], [ 120.2001889, 30.3294475 ], [ 120.2004498, 30.3297665 ], [ 120.2006618, 30.3299213 ], [ 120.200814, 30.3301371 ], [ 120.2009118, 30.3302872 ], [ 120.2010042, 30.3304467 ], [ 120.2011075, 30.3307798 ], [ 120.201151, 30.3310144 ], [ 120.2014879, 30.3322763 ], [ 120.2015695, 30.3326656 ], [ 120.2016021, 30.3328627 ], [ 120.2016727, 30.333768 ], [ 120.2016673, 30.3344154 ], [ 120.2017216, 30.3344154 ], [ 120.2017271, 30.3337493 ], [ 120.2017162, 30.3335991 ], [ 120.2016619, 30.3328767 ], [ 120.2016292, 30.3326844 ], [ 120.2014608, 30.3319995 ], [ 120.2012216, 30.3310753 ], [ 120.2011999, 30.3309346 ], [ 120.2011346, 30.3305452 ], [ 120.2010857, 30.3303951 ], [ 120.2009933, 30.3302122 ], [ 120.2009662, 30.3301183 ], [ 120.2009988, 30.3300527 ], [ 120.2010477, 30.3300386 ], [ 120.201717, 30.3299743 ], [ 120.2019382, 30.3299198 ], [ 120.2021089, 30.3298925 ], [ 120.2022923, 30.3298979 ], [ 120.2024124, 30.329887 ], [ 120.2025072, 30.3298597 ], [ 120.2024882, 30.3297943 ], [ 120.2022986, 30.3298216 ], [ 120.2021342, 30.3298052 ], [ 120.2020204, 30.3297943 ], [ 120.2018434, 30.3298325 ], [ 120.2015526, 30.3298925 ], [ 120.2012175, 30.329958 ], [ 120.2010089, 30.3299962 ], [ 120.2009141, 30.3299852 ], [ 120.2008256, 30.3298707 ], [ 120.200598, 30.3296469 ], [ 120.2002187, 30.3292377 ], [ 120.1997509, 30.328692 ], [ 120.1997003, 30.3285883 ], [ 120.1996181, 30.3284792 ], [ 120.1995549, 30.3284356 ], [ 120.1994446, 30.3284045 ], [ 120.1987186, 30.3284677 ], [ 120.1977336, 30.3285406 ], [ 120.1974465, 30.3285309 ], [ 120.1966361, 30.3286183 ], [ 120.196, 30.3286475 ], [ 120.1946999, 30.3287398 ], [ 120.1943847, 30.3287592 ], [ 120.1942327, 30.3287446 ], [ 120.1941596, 30.3287106 ], [ 120.194092, 30.3286717 ], [ 120.1940695, 30.3286183 ], [ 120.1940245, 30.3284726 ], [ 120.1939682, 30.328424 ], [ 120.1938669, 30.3283851 ], [ 120.1937318, 30.328356 ], [ 120.1929326, 30.3283705 ], [ 120.1922797, 30.3283948 ], [ 120.1915086, 30.3284191 ], [ 120.1910245, 30.328424 ], [ 120.1895274, 30.32839 ], [ 120.1892797, 30.3283803 ], [ 120.1878163, 30.3282151 ], [ 120.1877375, 30.3281956 ], [ 120.1877064, 30.3281298 ], [ 120.1877267, 30.3277882 ], [ 120.1878456, 30.3262263 ], [ 120.1878695, 30.3259131 ], [ 120.1879145, 30.3253222 ], [ 120.1879508, 30.3250342 ], [ 120.1880819, 30.3239951 ], [ 120.1881783, 30.3232899 ], [ 120.1883052, 30.3225365 ], [ 120.1883306, 30.3223306 ], [ 120.1883689, 30.3218849 ], [ 120.1883762, 30.3218006 ], [ 120.1883914, 30.3217678 ], [ 120.1884168, 30.321713 ], [ 120.188493, 30.3217086 ], [ 120.1885894, 30.3217437 ], [ 120.1889293, 30.321897 ], [ 120.189589, 30.3220546 ], [ 120.1905126, 30.3221773 ], [ 120.1913904, 30.3223262 ], [ 120.1916188, 30.3223832 ], [ 120.1920602, 30.3225233 ], [ 120.1922328, 30.3225715 ], [ 120.1922581, 30.3226153 ], [ 120.1921719, 30.3232811 ], [ 120.1922226, 30.3232723 ], [ 120.1923046, 30.322666 ], [ 120.1923702, 30.3225789 ], [ 120.1925115, 30.3225527 ], [ 120.1932584, 30.3226442 ], [ 120.1938236, 30.32274 ], [ 120.1941162, 30.3227792 ], [ 120.1944644, 30.3227531 ], [ 120.1954333, 30.322727 ], [ 120.1961802, 30.3227139 ], [ 120.1968715, 30.3227618 ], [ 120.1972803, 30.322788 ], [ 120.1975629, 30.3228054 ], [ 120.1976436, 30.3227749 ], [ 120.1977496, 30.3227662 ], [ 120.1979262, 30.3227923 ], [ 120.1979666, 30.3228315 ], [ 120.1984308, 30.3228664 ], [ 120.1991323, 30.3229491 ], [ 120.1995562, 30.3230101 ], [ 120.1997328, 30.3230014 ], [ 120.1999245, 30.3229448 ], [ 120.2004039, 30.3227836 ], [ 120.2006058, 30.3227183 ], [ 120.2008076, 30.3227008 ], [ 120.2011558, 30.322727 ], [ 120.2016806, 30.3227923 ], [ 120.2018825, 30.3227967 ], [ 120.2020944, 30.3227749 ], [ 120.2022913, 30.3227313 ], [ 120.2024931, 30.3226965 ], [ 120.2026748, 30.3226834 ], [ 120.2028817, 30.3227183 ], [ 120.2033409, 30.3228707 ], [ 120.203901, 30.3230101 ], [ 120.2041029, 30.3230275 ], [ 120.2043262, 30.3230495 ], [ 120.2044864, 30.3230842 ], [ 120.2045318, 30.3231234 ], [ 120.2045671, 30.3231713 ], [ 120.2051576, 30.3233194 ], [ 120.205314, 30.3233586 ], [ 120.2054452, 30.3234326 ], [ 120.2055057, 30.3235415 ], [ 120.2055865, 30.3237593 ], [ 120.2056168, 30.3238769 ], [ 120.2056168, 30.3241209 ], [ 120.2055663, 30.3243735 ], [ 120.205531, 30.3244563 ], [ 120.2055108, 30.3245739 ], [ 120.2055259, 30.3246784 ], [ 120.2055562, 30.3247917 ], [ 120.205637, 30.3249615 ], [ 120.205753, 30.3251445 ], [ 120.2057883, 30.3252229 ], [ 120.2058893, 30.3253449 ], [ 120.2060659, 30.3255017 ], [ 120.2066714, 30.3258196 ], [ 120.2067976, 30.3258719 ], [ 120.2069944, 30.3260157 ], [ 120.2071206, 30.326081 ], [ 120.2072316, 30.3261594 ], [ 120.2073376, 30.3262639 ], [ 120.2074233, 30.3263511 ], [ 120.2075445, 30.3265601 ], [ 120.2076302, 30.3265296 ], [ 120.2075646, 30.3264207 ], [ 120.2075293, 30.3263031 ], [ 120.2074334, 30.3259024 ], [ 120.2074183, 30.3257282 ], [ 120.2073476, 30.3256411 ], [ 120.207272, 30.3255322 ], [ 120.2072164, 30.3253361 ], [ 120.2071407, 30.3253318 ], [ 120.2071559, 30.3254233 ], [ 120.2071585, 30.3255273 ], [ 120.2070812, 30.3256003 ], [ 120.2069965, 30.3256321 ], [ 120.2068824, 30.325613 ], [ 120.2067425, 30.32554 ], [ 120.2059824, 30.3250474 ], [ 120.205915, 30.32498 ], [ 120.205876, 30.3248911 ], [ 120.2058298, 30.3246675 ], [ 120.2058227, 30.3245664 ], [ 120.2059469, 30.3236045 ], [ 120.2059483, 30.3233277 ], [ 120.2058801, 30.3231165 ], [ 120.205846, 30.3230229 ], [ 120.2057841, 30.3229427 ], [ 120.2057687, 30.3228699 ], [ 120.2057814, 30.3228098 ], [ 120.2057156, 30.3227947 ], [ 120.2056205, 30.3228698 ], [ 120.2054868, 30.3229297 ], [ 120.2052639, 30.3229468 ], [ 120.2047686, 30.322934 ], [ 120.2044615, 30.3229254 ], [ 120.2041643, 30.3228955 ], [ 120.2039414, 30.3228399 ], [ 120.2033816, 30.3226903 ], [ 120.2030646, 30.3226176 ], [ 120.2029012, 30.3225748 ], [ 120.2028335, 30.3224513 ], [ 120.2027807, 30.3223343 ], [ 120.2025036, 30.3224026 ], [ 120.2024158, 30.322515 ], [ 120.2023662, 30.3225577 ], [ 120.2022919, 30.3226048 ], [ 120.202079, 30.3226475 ], [ 120.2018461, 30.322686 ], [ 120.201539, 30.3226732 ], [ 120.2011676, 30.3225919 ], [ 120.201014, 30.322562 ], [ 120.2008456, 30.3225492 ], [ 120.2006623, 30.322562 ], [ 120.2004642, 30.322609 ], [ 120.2002066, 30.3227116 ], [ 120.2000333, 30.322763 ], [ 120.1998401, 30.32281 ], [ 120.1996568, 30.3228271 ], [ 120.1994835, 30.3228271 ], [ 120.1986414, 30.3227416 ], [ 120.197948, 30.3226732 ], [ 120.1978687, 30.3226903 ], [ 120.1976706, 30.3226689 ], [ 120.1975864, 30.3226347 ], [ 120.196883, 30.3225791 ], [ 120.1964521, 30.3225492 ], [ 120.1961846, 30.3225406 ], [ 120.1946541, 30.322609 ], [ 120.194025, 30.3226261 ], [ 120.1938417, 30.3226304 ], [ 120.1929848, 30.3225064 ], [ 120.1924796, 30.3224508 ], [ 120.1922765, 30.3224295 ], [ 120.1921081, 30.3223953 ], [ 120.1917713, 30.3222499 ], [ 120.1916475, 30.3222157 ], [ 120.1914642, 30.3221686 ], [ 120.1912958, 30.322143 ], [ 120.1910035, 30.3221045 ], [ 120.1901474, 30.322005 ], [ 120.1898417, 30.3219679 ], [ 120.1895886, 30.321906 ], [ 120.1888531, 30.321671 ], [ 120.1886334, 30.321601 ], [ 120.1884949, 30.3215391 ], [ 120.1881367, 30.3213454 ], [ 120.1876066, 30.3210897 ], [ 120.1874297, 30.3210272 ], [ 120.1872524, 30.3209646 ], [ 120.1870001, 30.3208754 ], [ 120.1868759, 30.3208341 ], [ 120.1867422, 30.3207352 ], [ 120.1861873, 30.3204135 ], [ 120.1861467, 30.320375 ], [ 120.1861021, 30.320326 ], [ 120.1860331, 30.3197587 ], [ 120.185959, 30.3194258 ], [ 120.1857289, 30.318393 ], [ 120.1855179, 30.3174335 ], [ 120.1854408, 30.3174405 ], [ 120.1855707, 30.3179973 ], [ 120.185737, 30.3188447 ], [ 120.1859723, 30.3200949 ], [ 120.1859682, 30.3201579 ], [ 120.1859317, 30.3202174 ], [ 120.1858425, 30.320242 ], [ 120.1849724, 30.3202279 ], [ 120.1835213, 30.3202279 ], [ 120.1834693, 30.3202174 ], [ 120.1834674, 30.3199968 ], [ 120.1834571, 30.3188132 ], [ 120.1834774, 30.3185996 ], [ 120.1835261, 30.31847 ], [ 120.1837289, 30.3179833 ], [ 120.1837005, 30.3179623 ], [ 120.1834571, 30.3185191 ], [ 120.1834206, 30.3186276 ], [ 120.1834003, 30.3188237 ], [ 120.1834003, 30.3199373 ], [ 120.1834085, 30.3202384 ], [ 120.1834368, 30.320284 ], [ 120.1834292, 30.3203369 ], [ 120.1834048, 30.3204331 ], [ 120.1832933, 30.321119 ], [ 120.1832968, 30.3212152 ], [ 120.1832933, 30.3225598 ], [ 120.1832759, 30.3239855 ], [ 120.1832634, 30.3247146 ], [ 120.1832585, 30.3250022 ], [ 120.183255, 30.3255707 ], [ 120.1833212, 30.3255677 ], [ 120.1833351, 30.3246052 ], [ 120.1833421, 30.3239013 ], [ 120.1833526, 30.3227733 ], [ 120.1833526, 30.321895 ], [ 120.1833491, 30.3211881 ], [ 120.1833665, 30.3209625 ], [ 120.1834501, 30.3204211 ], [ 120.1834815, 30.3203399 ], [ 120.1835302, 30.320298 ], [ 120.1836961, 30.320293 ], [ 120.1844642, 30.320293 ], [ 120.1850222, 30.3203203 ], [ 120.1856407, 30.3203505 ], [ 120.1857961, 30.3203735 ], [ 120.1859382, 30.320408 ], [ 120.1861291, 30.3204923 ], [ 120.1866086, 30.3207912 ], [ 120.1867462, 30.3208487 ], [ 120.1872954, 30.3210779 ], [ 120.1879703, 30.3213757 ], [ 120.1880758, 30.3214251 ], [ 120.1881479, 30.3214589 ], [ 120.1882014, 30.3215115 ], [ 120.1882951, 30.3216341 ], [ 120.1883103, 30.3217218 ], [ 120.1882951, 30.32184 ], [ 120.1882646, 30.3221861 ], [ 120.1882189, 30.3225058 ], [ 120.1881225, 30.3229832 ], [ 120.18795, 30.3242798 ], [ 120.1879297, 30.3244988 ], [ 120.1878384, 30.3248974 ], [ 120.187747, 30.3257339 ], [ 120.1877002, 30.3264371 ], [ 120.1876861, 30.3266494 ], [ 120.1876912, 30.3268289 ], [ 120.1876704, 30.327105 ], [ 120.1876506, 30.3273677 ], [ 120.1875948, 30.328121 ], [ 120.1875709, 30.3281811 ], [ 120.1875225, 30.3282367 ], [ 120.1874709, 30.3282841 ], [ 120.1874741, 30.3283648 ], [ 120.1874671, 30.3284453 ], [ 120.1874644, 30.3284762 ], [ 120.1874405, 30.3288238 ], [ 120.1874128, 30.3292251 ], [ 120.1873419, 30.3298376 ], [ 120.187329, 30.3300297 ], [ 120.1872225, 30.330851 ], [ 120.1871806, 30.3311851 ], [ 120.1871161, 30.3313271 ], [ 120.1870548, 30.3314551 ], [ 120.1870129, 30.3315887 ], [ 120.1869774, 30.331611 ], [ 120.1869258, 30.331611 ], [ 120.1868613, 30.3315887 ], [ 120.1857678, 30.3309874 ], [ 120.1856452, 30.3309262 ], [ 120.1846292, 30.3305754 ], [ 120.1842583, 30.3304222 ], [ 120.1830347, 30.3298955 ], [ 120.1829777, 30.329871 ], [ 120.1824907, 30.329665 ], [ 120.1823849, 30.329633 ], [ 120.1823606, 30.3297114 ], [ 120.1825874, 30.3297819 ] ] ], [ [ [ 120.1835973, 30.3358616 ], [ 120.1836519, 30.3358166 ], [ 120.1837113, 30.3358102 ], [ 120.1838301, 30.3357974 ], [ 120.1838857, 30.3357878 ], [ 120.1839266, 30.3357557 ], [ 120.18396, 30.3357013 ], [ 120.1839674, 30.335634 ], [ 120.1841196, 30.3348043 ], [ 120.1841233, 30.3347081 ], [ 120.1841307, 30.3345255 ], [ 120.1841307, 30.3340578 ], [ 120.1841418, 30.3337983 ], [ 120.1841567, 30.3336029 ], [ 120.1842049, 30.3330743 ], [ 120.1842458, 30.3328468 ], [ 120.1842866, 30.3326546 ], [ 120.184294, 30.3325906 ], [ 120.1842866, 30.3325425 ], [ 120.1842383, 30.332251 ], [ 120.1842309, 30.3321452 ], [ 120.1842383, 30.3320972 ], [ 120.1842042, 30.3320994 ], [ 120.1841705, 30.3321016 ], [ 120.1842034, 30.3324189 ], [ 120.1842001, 30.3326895 ], [ 120.184177, 30.3327921 ], [ 120.1841407, 30.3328775 ], [ 120.1840945, 30.3329544 ], [ 120.1840681, 30.3330769 ], [ 120.1840483, 30.3332251 ], [ 120.1840156, 30.3338848 ], [ 120.1840194, 30.3340418 ], [ 120.1840156, 30.3347562 ], [ 120.1840156, 30.3348651 ], [ 120.1838746, 30.3356564 ], [ 120.1838412, 30.3356788 ], [ 120.1835704, 30.3357146 ], [ 120.1835973, 30.3358616 ] ] ], [ [ [ 120.1910771, 30.3341049 ], [ 120.1912114, 30.3350481 ], [ 120.1911651, 30.335168 ], [ 120.1912253, 30.3356316 ], [ 120.1912531, 30.3356836 ], [ 120.1914171, 30.3368147 ], [ 120.1914606, 30.3368257 ], [ 120.1914997, 30.3368015 ], [ 120.1913133, 30.3355637 ], [ 120.1912716, 30.3352 ], [ 120.1912253, 30.3347084 ], [ 120.1911697, 30.3341329 ], [ 120.1911836, 30.3339051 ], [ 120.1911167, 30.3338932 ], [ 120.191054, 30.3339552 ], [ 120.1910771, 30.3341049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1961398, 30.3512887 ], [ 120.1963342, 30.3508792 ], [ 120.1963965, 30.3507584 ], [ 120.1970498, 30.3502147 ], [ 120.1972054, 30.3501476 ], [ 120.1974543, 30.350114 ], [ 120.1978262, 30.3501553 ], [ 120.1979988, 30.3501744 ], [ 120.1983333, 30.3501744 ], [ 120.1984119, 30.3501598 ], [ 120.1985018, 30.3501309 ], [ 120.198597, 30.3500857 ], [ 120.198644, 30.3500441 ], [ 120.1986828, 30.3499908 ], [ 120.1988035, 30.3497663 ], [ 120.1989564, 30.3494307 ], [ 120.19912, 30.3491205 ], [ 120.1995358, 30.3484424 ], [ 120.199627, 30.3482965 ], [ 120.1997718, 30.3481924 ], [ 120.1999649, 30.3481322 ], [ 120.2005501, 30.34806 ], [ 120.2007446, 30.3480332 ], [ 120.2014913, 30.3480197 ], [ 120.2025336, 30.3479862 ], [ 120.2026969, 30.3479996 ], [ 120.2027747, 30.3480332 ], [ 120.202798, 30.3481204 ], [ 120.2026658, 30.3489595 ], [ 120.2025569, 30.3494898 ], [ 120.202378, 30.3501409 ], [ 120.2023625, 30.3502885 ], [ 120.2023936, 30.3503892 ], [ 120.2024558, 30.350463 ], [ 120.2027125, 30.3505436 ], [ 120.204307, 30.3509128 ], [ 120.2053882, 30.3510672 ], [ 120.2066172, 30.351282 ], [ 120.2073873, 30.3513692 ], [ 120.2089196, 30.3515974 ], [ 120.2101952, 30.3518189 ], [ 120.2112842, 30.35198 ], [ 120.212661, 30.3522552 ], [ 120.2133688, 30.3523223 ], [ 120.2138588, 30.3524297 ], [ 120.2144267, 30.3525841 ], [ 120.2147767, 30.3526647 ], [ 120.2157334, 30.3529801 ], [ 120.2176625, 30.3536379 ], [ 120.218557, 30.353987 ], [ 120.2193348, 30.3542487 ], [ 120.220416, 30.3545843 ], [ 120.2213649, 30.3548729 ], [ 120.2214583, 30.3549199 ], [ 120.2214661, 30.3550072 ], [ 120.2212094, 30.3555911 ], [ 120.2210849, 30.3559804 ], [ 120.2206027, 30.3569671 ], [ 120.2201826, 30.3578866 ], [ 120.2196304, 30.3591081 ], [ 120.2191326, 30.3601485 ], [ 120.2187903, 30.3608599 ], [ 120.2186036, 30.3612827 ], [ 120.2183547, 30.3617995 ], [ 120.2177869, 30.3629673 ], [ 120.2174291, 30.3636922 ], [ 120.2173047, 30.3638667 ], [ 120.2171491, 30.3641821 ], [ 120.2169002, 30.3648734 ], [ 120.2167679, 30.3651754 ], [ 120.2163713, 30.3659405 ], [ 120.2160601, 30.3668196 ], [ 120.2159979, 30.3669606 ], [ 120.2155079, 30.3678666 ], [ 120.2154301, 30.3679739 ], [ 120.2153134, 30.3680478 ], [ 120.2154633, 30.3681771 ], [ 120.2156557, 30.3678745 ], [ 120.2161026, 30.3672155 ], [ 120.2161762, 30.3670691 ], [ 120.2163629, 30.3666102 ], [ 120.2165383, 30.3661465 ], [ 120.2170192, 30.3651214 ], [ 120.2175227, 30.3640816 ], [ 120.2181733, 30.3626953 ], [ 120.2184958, 30.3620314 ], [ 120.2186894, 30.3614649 ], [ 120.2188075, 30.3612948 ], [ 120.2188718, 30.3612196 ], [ 120.2189778, 30.3609639 ], [ 120.21901, 30.3608887 ], [ 120.2199272, 30.3590291 ], [ 120.2206513, 30.3574328 ], [ 120.2211039, 30.3563685 ], [ 120.2213359, 30.3558315 ], [ 120.2216584, 30.3550748 ], [ 120.2217319, 30.3550602 ], [ 120.2218677, 30.3550895 ], [ 120.2221902, 30.3552017 ], [ 120.2225371, 30.3553386 ], [ 120.2229592, 30.3554972 ], [ 120.22356, 30.3556686 ], [ 120.2242254, 30.3558785 ], [ 120.2245702, 30.3559954 ], [ 120.2250555, 30.3561497 ], [ 120.2251543, 30.356184 ], [ 120.2252663, 30.3562287 ], [ 120.2254959, 30.3562733 ], [ 120.2255915, 30.3562694 ], [ 120.226244, 30.3564742 ], [ 120.2282113, 30.35711 ], [ 120.228398, 30.357205 ], [ 120.2284259, 30.3573451 ], [ 120.2285191, 30.357376 ], [ 120.2286446, 30.3574151 ], [ 120.2286623, 30.3573786 ], [ 120.2287587, 30.3573453 ], [ 120.2288172, 30.3573594 ], [ 120.2288344, 30.3573191 ], [ 120.228867, 30.357243 ], [ 120.2288845, 30.3572022 ], [ 120.2287946, 30.357151 ], [ 120.228782, 30.3571111 ], [ 120.2288441, 30.3569766 ], [ 120.2289194, 30.3568535 ], [ 120.2289397, 30.3568106 ], [ 120.2290237, 30.3566324 ], [ 120.229107, 30.3564432 ], [ 120.2291162, 30.3563475 ], [ 120.2292126, 30.3562073 ], [ 120.2293064, 30.355936 ], [ 120.2293724, 30.3557685 ], [ 120.2292522, 30.355711 ], [ 120.2291961, 30.3557949 ], [ 120.2291849, 30.3558659 ], [ 120.22914, 30.3559725 ], [ 120.2290689, 30.3561339 ], [ 120.2289716, 30.3562565 ], [ 120.2289275, 30.3562913 ], [ 120.2288706, 30.3563114 ], [ 120.2288931, 30.3563631 ], [ 120.2289006, 30.3564696 ], [ 120.2287846, 30.3566568 ], [ 120.2287343, 30.3566908 ], [ 120.2286986, 30.3567149 ], [ 120.2285863, 30.356702 ], [ 120.228532, 30.3566767 ], [ 120.2284872, 30.3566997 ], [ 120.2284423, 30.3567705 ], [ 120.2283619, 30.3568505 ], [ 120.2281898, 30.3569151 ], [ 120.2280102, 30.3568957 ], [ 120.2277409, 30.3567892 ], [ 120.227534, 30.3567343 ], [ 120.2274133, 30.3566868 ], [ 120.2272604, 30.3566267 ], [ 120.2271491, 30.3565954 ], [ 120.2270727, 30.3565827 ], [ 120.2269386, 30.3565549 ], [ 120.2265419, 30.3564318 ], [ 120.2262408, 30.356311 ], [ 120.2259159, 30.3562096 ], [ 120.2256676, 30.3561184 ], [ 120.2256287, 30.3561026 ], [ 120.2254021, 30.3560174 ], [ 120.2227131, 30.3551386 ], [ 120.221909, 30.3548919 ], [ 120.2218644, 30.3547994 ], [ 120.2218733, 30.3546914 ], [ 120.2223922, 30.3534616 ], [ 120.2225491, 30.3531236 ], [ 120.2226524, 30.3528945 ], [ 120.2226832, 30.3528123 ], [ 120.2227637, 30.3526144 ], [ 120.2228697, 30.3521538 ], [ 120.2229721, 30.3516233 ], [ 120.2230079, 30.3515385 ], [ 120.2231151, 30.351446 ], [ 120.2232759, 30.3513226 ], [ 120.2234635, 30.351153 ], [ 120.2236868, 30.3508524 ], [ 120.2238387, 30.3505748 ], [ 120.2240531, 30.35012 ], [ 120.2241048, 30.3499515 ], [ 120.2241826, 30.3497698 ], [ 120.2243747, 30.3493953 ], [ 120.2245355, 30.3491101 ], [ 120.2246427, 30.3489559 ], [ 120.224866, 30.3487709 ], [ 120.2251966, 30.3484471 ], [ 120.2253485, 30.3482775 ], [ 120.2254914, 30.3480847 ], [ 120.2256879, 30.347707 ], [ 120.2259113, 30.347044 ], [ 120.2260542, 30.3466199 ], [ 120.2261346, 30.3461342 ], [ 120.2263594, 30.34584 ], [ 120.2264628, 30.3457166 ], [ 120.2265295, 30.3456643 ], [ 120.2266774, 30.3455985 ], [ 120.2265044, 30.3454556 ], [ 120.2263801, 30.3455629 ], [ 120.2262351, 30.3457059 ], [ 120.2261522, 30.3458311 ], [ 120.226059, 30.3459652 ], [ 120.2259864, 30.3461082 ], [ 120.2258829, 30.3463943 ], [ 120.2256328, 30.347236 ], [ 120.2255605, 30.3474543 ], [ 120.2254521, 30.3477142 ], [ 120.2252834, 30.3479742 ], [ 120.2251147, 30.3481717 ], [ 120.2249099, 30.3484004 ], [ 120.2247292, 30.348598 ], [ 120.2245605, 30.3487851 ], [ 120.2244159, 30.3489827 ], [ 120.2239099, 30.349856 ], [ 120.2235747, 30.3506924 ], [ 120.2235133, 30.350825 ], [ 120.2234135, 30.3509509 ], [ 120.2232139, 30.35109 ], [ 120.2230603, 30.3512424 ], [ 120.2229528, 30.3512821 ], [ 120.2228837, 30.351249 ], [ 120.2228683, 30.351143 ], [ 120.2227225, 30.351037 ], [ 120.2220928, 30.3500365 ], [ 120.2216475, 30.3492215 ], [ 120.2213634, 30.3486583 ], [ 120.2207415, 30.3475584 ], [ 120.2206186, 30.3473331 ], [ 120.2201196, 30.3466307 ], [ 120.2194669, 30.3457229 ], [ 120.2193671, 30.3454976 ], [ 120.2190984, 30.3450669 ], [ 120.2186837, 30.3444904 ], [ 120.2180578, 30.343647 ], [ 120.2179967, 30.3435521 ], [ 120.2159064, 30.3403593 ], [ 120.2152592, 30.3392174 ], [ 120.2147133, 30.3381832 ], [ 120.2143488, 30.3375099 ], [ 120.214157, 30.3370021 ], [ 120.2140866, 30.3363839 ], [ 120.214093, 30.3360197 ], [ 120.2139932, 30.3356281 ], [ 120.2138306, 30.3352091 ], [ 120.2134516, 30.3345711 ], [ 120.2131814, 30.334169 ], [ 120.2129433, 30.3342581 ], [ 120.2132647, 30.3347535 ], [ 120.2136018, 30.3352602 ], [ 120.2136603, 30.3353837 ], [ 120.2136863, 30.3355296 ], [ 120.2138358, 30.3362983 ], [ 120.2140569, 30.3373082 ], [ 120.2142389, 30.3377963 ], [ 120.2146355, 30.3385033 ], [ 120.2148825, 30.338969 ], [ 120.2153309, 30.3397174 ], [ 120.2153751, 30.3398079 ], [ 120.215353, 30.3398604 ], [ 120.2152701, 30.339908 ], [ 120.2148817, 30.3400293 ], [ 120.2141117, 30.3403546 ], [ 120.2139233, 30.340397 ], [ 120.2136693, 30.3404041 ], [ 120.2115394, 30.3403192 ], [ 120.210327, 30.3402697 ], [ 120.2100157, 30.3402697 ], [ 120.2080169, 30.3401425 ], [ 120.2078777, 30.3401778 ], [ 120.2077794, 30.3402273 ], [ 120.2077384, 30.3403616 ], [ 120.2077138, 30.3407151 ], [ 120.2076647, 30.3414928 ], [ 120.2076565, 30.3417968 ], [ 120.2077138, 30.3421362 ], [ 120.2077794, 30.3437905 ], [ 120.207763, 30.345367 ], [ 120.2077794, 30.3462153 ], [ 120.2077302, 30.347608 ], [ 120.2076647, 30.3476575 ], [ 120.2070263, 30.3476485 ], [ 120.2033804, 30.3476827 ], [ 120.2032057, 30.3476896 ], [ 120.2027212, 30.3477787 ], [ 120.2026259, 30.3477718 ], [ 120.2025464, 30.3476964 ], [ 120.2025385, 30.3456469 ], [ 120.2025146, 30.3455509 ], [ 120.2024432, 30.3454892 ], [ 120.2020619, 30.3453247 ], [ 120.2017045, 30.3452561 ], [ 120.2016012, 30.3452013 ], [ 120.2013391, 30.344742 ], [ 120.2012755, 30.3446803 ], [ 120.2010769, 30.3446392 ], [ 120.2009657, 30.3445912 ], [ 120.2009022, 30.3445158 ], [ 120.2009181, 30.344413 ], [ 120.2011881, 30.343467 ], [ 120.2013867, 30.3427541 ], [ 120.2017045, 30.3414448 ], [ 120.2017759, 30.3411843 ], [ 120.2018157, 30.340533 ], [ 120.2018077, 30.3393196 ], [ 120.2017521, 30.3389769 ], [ 120.2017362, 30.3387918 ], [ 120.2017759, 30.3371808 ], [ 120.2018077, 30.336982 ], [ 120.2018315, 30.3361524 ], [ 120.2018474, 30.3348019 ], [ 120.2018871, 30.3347128 ], [ 120.2016806, 30.3346922 ], [ 120.2017203, 30.3347539 ], [ 120.2017124, 30.3348773 ], [ 120.2017124, 30.336646 ], [ 120.2016965, 30.3368449 ], [ 120.2016568, 30.3371054 ], [ 120.2016527, 30.3372322 ], [ 120.2016012, 30.3388123 ], [ 120.2016091, 30.3389563 ], [ 120.2016727, 30.3392991 ], [ 120.2016886, 30.3401011 ], [ 120.2016409, 30.3411089 ], [ 120.2016091, 30.3412802 ], [ 120.2015615, 30.3414585 ], [ 120.2012835, 30.3426992 ], [ 120.200791, 30.3443924 ], [ 120.2007433, 30.3444678 ], [ 120.2006718, 30.3445021 ], [ 120.2003462, 30.3445021 ], [ 120.1977408, 30.3444336 ], [ 120.1972087, 30.3444541 ], [ 120.1969068, 30.3444747 ], [ 120.1966844, 30.3445227 ], [ 120.1965812, 30.3445227 ], [ 120.1965097, 30.3444747 ], [ 120.1965097, 30.3443719 ], [ 120.1966685, 30.3417807 ], [ 120.1967956, 30.3398406 ], [ 120.1968592, 30.3379349 ], [ 120.1969124, 30.3373322 ], [ 120.1968558, 30.3373082 ], [ 120.1967865, 30.3373267 ], [ 120.1967359, 30.3378679 ], [ 120.1967188, 30.3389508 ], [ 120.1966079, 30.3408145 ], [ 120.1963945, 30.3445123 ], [ 120.1964372, 30.3446007 ], [ 120.196531, 30.3446596 ], [ 120.1967359, 30.3446744 ], [ 120.1973846, 30.3445712 ], [ 120.1975809, 30.3445565 ], [ 120.2004744, 30.3446228 ], [ 120.2006324, 30.34466 ], [ 120.2008174, 30.3446809 ], [ 120.2010266, 30.3447433 ], [ 120.2011553, 30.3448197 ], [ 120.2014449, 30.3452362 ], [ 120.2015816, 30.3453334 ], [ 120.2021528, 30.3456042 ], [ 120.2023619, 30.3456875 ], [ 120.2024021, 30.3457708 ], [ 120.2024169, 30.3476908 ], [ 120.2023858, 30.3477647 ], [ 120.2023158, 30.3478184 ], [ 120.2015846, 30.3478855 ], [ 120.2007601, 30.3478855 ], [ 120.2005423, 30.3478922 ], [ 120.1998979, 30.3480373 ], [ 120.199694, 30.3481183 ], [ 120.1995546, 30.3482178 ], [ 120.1994124, 30.3483984 ], [ 120.1988639, 30.3493069 ], [ 120.1987325, 30.3495545 ], [ 120.1986386, 30.3497096 ], [ 120.1984428, 30.3500013 ], [ 120.198365, 30.3500418 ], [ 120.1982671, 30.3500557 ], [ 120.1979949, 30.3500499 ], [ 120.1972443, 30.3499999 ], [ 120.1971199, 30.3500335 ], [ 120.1969876, 30.350114 ], [ 120.1963654, 30.3506376 ], [ 120.1962798, 30.3507248 ], [ 120.1961631, 30.3509732 ], [ 120.1960309, 30.3512685 ], [ 120.1961398, 30.3512887 ] ], [ [ 120.202617, 30.350145 ], [ 120.2027647, 30.3495562 ], [ 120.2028702, 30.3489128 ], [ 120.2030109, 30.3480205 ], [ 120.2030742, 30.3479113 ], [ 120.2031515, 30.3478749 ], [ 120.2033696, 30.3478567 ], [ 120.20408, 30.3477899 ], [ 120.2056063, 30.3477778 ], [ 120.2066965, 30.3477778 ], [ 120.2076741, 30.347802 ], [ 120.2077726, 30.3478202 ], [ 120.2078148, 30.3479234 ], [ 120.2078218, 30.3480873 ], [ 120.207857, 30.3486943 ], [ 120.2078429, 30.3490767 ], [ 120.2078007, 30.3499143 ], [ 120.2076741, 30.350758 ], [ 120.207639, 30.3509219 ], [ 120.2075546, 30.3510615 ], [ 120.2074702, 30.3511586 ], [ 120.2073928, 30.3511768 ], [ 120.2066965, 30.3510918 ], [ 120.2064573, 30.3510797 ], [ 120.2042347, 30.3507276 ], [ 120.2030882, 30.3504849 ], [ 120.2029194, 30.3504363 ], [ 120.202631, 30.350327 ], [ 120.2026099, 30.3502421 ], [ 120.202617, 30.350145 ] ], [ [ 120.2077052, 30.35106 ], [ 120.2077606, 30.350862 ], [ 120.2078872, 30.350145 ], [ 120.2079347, 30.3495919 ], [ 120.2079663, 30.3492095 ], [ 120.20799, 30.3488407 ], [ 120.2079951, 30.3486016 ], [ 120.207961, 30.3481916 ], [ 120.2079383, 30.3480312 ], [ 120.2079744, 30.3479811 ], [ 120.2080837, 30.3479396 ], [ 120.208263, 30.3479056 ], [ 120.2085646, 30.3479169 ], [ 120.2092292, 30.3479131 ], [ 120.2098937, 30.3478679 ], [ 120.210427, 30.3478248 ], [ 120.2105755, 30.3478152 ], [ 120.2109135, 30.3477447 ], [ 120.211002, 30.3477346 ], [ 120.2113888, 30.3476902 ], [ 120.2115225, 30.3476902 ], [ 120.2117156, 30.3477287 ], [ 120.2121832, 30.347875 ], [ 120.2125346, 30.3479749 ], [ 120.2126677, 30.3479926 ], [ 120.2129955, 30.3479926 ], [ 120.2131697, 30.3479661 ], [ 120.2137686, 30.3478742 ], [ 120.2138933, 30.3478546 ], [ 120.2140217, 30.3478122 ], [ 120.2140778, 30.3477156 ], [ 120.2141385, 30.3473142 ], [ 120.2141638, 30.3472444 ], [ 120.2142447, 30.3472007 ], [ 120.2143104, 30.3471658 ], [ 120.214457, 30.3471658 ], [ 120.2148463, 30.3472138 ], [ 120.2153469, 30.3473054 ], [ 120.2157412, 30.3473316 ], [ 120.2160547, 30.3473534 ], [ 120.2164946, 30.3474232 ], [ 120.2165856, 30.3474625 ], [ 120.2166058, 30.3475236 ], [ 120.2165805, 30.3476894 ], [ 120.2164491, 30.3481912 ], [ 120.2163783, 30.3483744 ], [ 120.2162317, 30.3487846 ], [ 120.216176, 30.3489809 ], [ 120.2161154, 30.3491467 ], [ 120.2159536, 30.3494172 ], [ 120.2159485, 30.3494783 ], [ 120.2157968, 30.3496964 ], [ 120.2156907, 30.3497575 ], [ 120.2156047, 30.3498143 ], [ 120.215544, 30.3499146 ], [ 120.2155087, 30.3500804 ], [ 120.2154834, 30.350172 ], [ 120.2154379, 30.3502506 ], [ 120.2153014, 30.3504294 ], [ 120.2152104, 30.3505952 ], [ 120.2151699, 30.3506781 ], [ 120.2153014, 30.350748 ], [ 120.2153671, 30.3507087 ], [ 120.2153924, 30.3506432 ], [ 120.2154126, 30.3505647 ], [ 120.2155188, 30.3503902 ], [ 120.2156098, 30.3502593 ], [ 120.2156755, 30.3500848 ], [ 120.2156957, 30.3499975 ], [ 120.215721, 30.3499364 ], [ 120.215807, 30.3498753 ], [ 120.2159334, 30.3497793 ], [ 120.2160496, 30.3496441 ], [ 120.2161053, 30.3495176 ], [ 120.2162215, 30.3492383 ], [ 120.2163075, 30.3491554 ], [ 120.2164288, 30.3488587 ], [ 120.2165654, 30.3485708 ], [ 120.216621, 30.3483744 ], [ 120.2166665, 30.3480952 ], [ 120.216712, 30.3479556 ], [ 120.216803, 30.3476501 ], [ 120.2168232, 30.3475149 ], [ 120.2168384, 30.3473316 ], [ 120.2168687, 30.3472138 ], [ 120.2169395, 30.347 ], [ 120.2170457, 30.346808 ], [ 120.2170811, 30.3466728 ], [ 120.2170962, 30.3464372 ], [ 120.2172226, 30.3459223 ], [ 120.2172732, 30.3458525 ], [ 120.2173591, 30.3458176 ], [ 120.2175462, 30.3457914 ], [ 120.2176726, 30.3457565 ], [ 120.2177586, 30.3456779 ], [ 120.217981, 30.3452547 ], [ 120.218072, 30.34515 ], [ 120.2184462, 30.3448009 ], [ 120.2186181, 30.3446875 ], [ 120.2186906, 30.3447311 ], [ 120.2187296, 30.3447954 ], [ 120.2188187, 30.3449337 ], [ 120.219246, 30.3455944 ], [ 120.2202341, 30.3469849 ], [ 120.2205394, 30.3474484 ], [ 120.2206695, 30.347698 ], [ 120.2209009, 30.3481846 ], [ 120.2211756, 30.3487461 ], [ 120.2212623, 30.3489208 ], [ 120.2217973, 30.3498441 ], [ 120.2225058, 30.3511042 ], [ 120.2226772, 30.3514592 ], [ 120.2227005, 30.3515949 ], [ 120.222718, 30.3517256 ], [ 120.2227005, 30.3518562 ], [ 120.2226597, 30.352203 ], [ 120.2226423, 30.3524141 ], [ 120.2226015, 30.3525951 ], [ 120.2224874, 30.3528436 ], [ 120.2223815, 30.3530808 ], [ 120.222153, 30.3535902 ], [ 120.2216347, 30.3546909 ], [ 120.2215997, 30.3547462 ], [ 120.2215356, 30.3547562 ], [ 120.2214657, 30.3547512 ], [ 120.2201611, 30.3543341 ], [ 120.218903, 30.3539219 ], [ 120.216649, 30.3531178 ], [ 120.2157913, 30.3528404 ], [ 120.2149793, 30.3525553 ], [ 120.2146266, 30.3524393 ], [ 120.2145146, 30.3524876 ], [ 120.214033, 30.352333 ], [ 120.2139378, 30.3522267 ], [ 120.2138353, 30.3522082 ], [ 120.2135941, 30.3521892 ], [ 120.2122447, 30.3519805 ], [ 120.2100857, 30.3516271 ], [ 120.2093971, 30.3515147 ], [ 120.208585, 30.3513862 ], [ 120.2080349, 30.3513112 ], [ 120.2077647, 30.3512779 ], [ 120.2076973, 30.3512239 ], [ 120.2076735, 30.3511419 ], [ 120.2077052, 30.35106 ] ], [ [ 120.2078695, 30.3413726 ], [ 120.2078777, 30.3410333 ], [ 120.207935, 30.3407717 ], [ 120.2079186, 30.3403899 ], [ 120.2079678, 30.3403192 ], [ 120.208107, 30.3402627 ], [ 120.2082791, 30.3402414 ], [ 120.2087296, 30.3402697 ], [ 120.2098601, 30.3403546 ], [ 120.2106219, 30.3403546 ], [ 120.2114247, 30.3404182 ], [ 120.213358, 30.340503 ], [ 120.2136529, 30.3405101 ], [ 120.2140216, 30.3404606 ], [ 120.2144885, 30.340298 ], [ 120.2149472, 30.3401 ], [ 120.2150695, 30.3400639 ], [ 120.2152819, 30.3400007 ], [ 120.2154137, 30.3399691 ], [ 120.215509, 30.3400071 ], [ 120.215692, 30.3402472 ], [ 120.2167687, 30.3419602 ], [ 120.217296, 30.3428135 ], [ 120.2176695, 30.3434076 ], [ 120.2180137, 30.343888 ], [ 120.2181822, 30.3440776 ], [ 120.2184458, 30.344362 ], [ 120.2185337, 30.3444884 ], [ 120.2185473, 30.3446177 ], [ 120.2182642, 30.3448576 ], [ 120.2179456, 30.3451805 ], [ 120.2179001, 30.345246 ], [ 120.2177282, 30.3455863 ], [ 120.2176827, 30.3456387 ], [ 120.2175715, 30.3456998 ], [ 120.2172783, 30.3457565 ], [ 120.2171721, 30.3457827 ], [ 120.2171173, 30.345804 ], [ 120.2170757, 30.3459234 ], [ 120.216965, 30.3462817 ], [ 120.2166883, 30.3471833 ], [ 120.2166399, 30.3472489 ], [ 120.2165568, 30.3473086 ], [ 120.2164462, 30.3473265 ], [ 120.2163216, 30.3473206 ], [ 120.2157889, 30.3471952 ], [ 120.2156026, 30.3471697 ], [ 120.2143492, 30.3470637 ], [ 120.2142263, 30.3470637 ], [ 120.2140789, 30.3471344 ], [ 120.2140216, 30.347198 ], [ 120.2139724, 30.3474737 ], [ 120.2139233, 30.3475939 ], [ 120.2138905, 30.3476575 ], [ 120.2137348, 30.3477282 ], [ 120.2132515, 30.3478484 ], [ 120.2130303, 30.3478908 ], [ 120.2126535, 30.3478908 ], [ 120.2124897, 30.3478625 ], [ 120.2117852, 30.3476646 ], [ 120.2114657, 30.3475939 ], [ 120.2110807, 30.3475939 ], [ 120.2105482, 30.3475939 ], [ 120.2100403, 30.3476292 ], [ 120.2097208, 30.3476434 ], [ 120.2092129, 30.3476858 ], [ 120.2088361, 30.3476928 ], [ 120.2080907, 30.3476928 ], [ 120.2078777, 30.3476504 ], [ 120.2078449, 30.3475868 ], [ 120.2079104, 30.3463214 ], [ 120.2079104, 30.3450913 ], [ 120.207935, 30.343847 ], [ 120.2079514, 30.3429633 ], [ 120.2079104, 30.3422351 ], [ 120.2078777, 30.3418109 ], [ 120.2078203, 30.3416271 ], [ 120.2078695, 30.3413726 ] ] ], [ [ [ 120.1968846, 30.3369715 ], [ 120.1969338, 30.3369537 ], [ 120.1970599, 30.3354596 ], [ 120.197065, 30.3353629 ], [ 120.1970709, 30.3352705 ], [ 120.1970246, 30.3352564 ], [ 120.1969717, 30.3352403 ], [ 120.1969524, 30.3354506 ], [ 120.1968375, 30.3369447 ], [ 120.1968846, 30.3369715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1913433, 30.3546131 ], [ 120.1913433, 30.3546466 ], [ 120.1913733, 30.3546725 ], [ 120.1914122, 30.3546776 ], [ 120.1914631, 30.3546957 ], [ 120.191508, 30.3547164 ], [ 120.1915199, 30.3547474 ], [ 120.1915469, 30.3547784 ], [ 120.1916037, 30.3547809 ], [ 120.1915858, 30.3547086 ], [ 120.1915648, 30.3546544 ], [ 120.1915708, 30.3546131 ], [ 120.1915469, 30.354564 ], [ 120.191505, 30.3545407 ], [ 120.191478, 30.3545407 ], [ 120.1914182, 30.3545485 ], [ 120.1913643, 30.3545666 ], [ 120.1913433, 30.3545795 ], [ 120.1913433, 30.3546131 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1225577, 30.3257474 ], [ 120.1230004, 30.325866 ], [ 120.1231874, 30.3259253 ], [ 120.1237293, 30.3259911 ], [ 120.1251261, 30.3261756 ], [ 120.1264847, 30.3263568 ], [ 120.1272785, 30.3264424 ], [ 120.1276486, 30.3264918 ], [ 120.127973, 30.3265248 ], [ 120.1284539, 30.3264885 ], [ 120.1286485, 30.3264721 ], [ 120.1291358, 30.3264807 ], [ 120.1297323, 30.326505 ], [ 120.1301941, 30.326482 ], [ 120.1305795, 30.3265215 ], [ 120.131194, 30.3265709 ], [ 120.1314611, 30.3266203 ], [ 120.1316214, 30.3265742 ], [ 120.1322778, 30.326617 ], [ 120.1331212, 30.3266928 ], [ 120.1336363, 30.3267223 ], [ 120.1340982, 30.3267488 ], [ 120.1342241, 30.3267652 ], [ 120.1342823, 30.3268036 ], [ 120.1342555, 30.3267249 ], [ 120.1341589, 30.3265702 ], [ 120.1341211, 30.3266038 ], [ 120.1340867, 30.3266236 ], [ 120.1340066, 30.3266467 ], [ 120.1337165, 30.3266335 ], [ 120.1333463, 30.3266203 ], [ 120.1322931, 30.326482 ], [ 120.1321791, 30.3264689 ], [ 120.1317473, 30.3264194 ], [ 120.1310222, 30.3264161 ], [ 120.1302895, 30.3263403 ], [ 120.1300605, 30.32637 ], [ 120.1297438, 30.3263634 ], [ 120.1289004, 30.3263469 ], [ 120.1286218, 30.3263041 ], [ 120.1283546, 30.3263205 ], [ 120.1281944, 30.3263634 ], [ 120.1279349, 30.3263667 ], [ 120.127786, 30.3263107 ], [ 120.127261, 30.3262908 ], [ 120.1267213, 30.326202 ], [ 120.1263854, 30.326169 ], [ 120.1248169, 30.3259417 ], [ 120.1235232, 30.3258067 ], [ 120.1231416, 30.3257408 ], [ 120.1225463, 30.3256123 ], [ 120.1220082, 30.3255168 ], [ 120.1219853, 30.3256881 ], [ 120.1225577, 30.3257474 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1504121, 30.3299694 ], [ 120.1508872, 30.3299729 ], [ 120.1511043, 30.3299375 ], [ 120.1512968, 30.3299305 ], [ 120.1515057, 30.3299552 ], [ 120.1519399, 30.3299658 ], [ 120.1519563, 30.3297325 ], [ 120.1516409, 30.3297113 ], [ 120.1515959, 30.3296794 ], [ 120.1516, 30.3295804 ], [ 120.1513583, 30.3296547 ], [ 120.1511658, 30.3296724 ], [ 120.1509487, 30.3296441 ], [ 120.1508422, 30.3295946 ], [ 120.1506128, 30.3296971 ], [ 120.150408, 30.3296865 ], [ 120.1504121, 30.3299694 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1435989, 30.333384 ], [ 120.1436573, 30.333431 ], [ 120.1437311, 30.3334377 ], [ 120.1437389, 30.3337095 ], [ 120.1438085, 30.3337104 ], [ 120.143843, 30.3337141 ], [ 120.1438905, 30.3337162 ], [ 120.1439022, 30.3333807 ], [ 120.1439488, 30.3333337 ], [ 120.144046, 30.3325686 ], [ 120.1441121, 30.3317767 ], [ 120.1442093, 30.3308304 ], [ 120.1442327, 30.3304915 ], [ 120.1442676, 30.3303572 ], [ 120.1443221, 30.3302968 ], [ 120.1443959, 30.3301995 ], [ 120.1445359, 30.3301056 ], [ 120.1445798, 30.3300909 ], [ 120.1447264, 30.3300418 ], [ 120.1448469, 30.3300317 ], [ 120.145329, 30.3300686 ], [ 120.1453937, 30.3300752 ], [ 120.1456595, 30.3301022 ], [ 120.146336, 30.3301056 ], [ 120.1471641, 30.3301056 ], [ 120.1472821, 30.3301006 ], [ 120.1481905, 30.3300619 ], [ 120.1495474, 30.3299847 ], [ 120.1499867, 30.3299847 ], [ 120.1499711, 30.3297935 ], [ 120.1489603, 30.3298606 ], [ 120.1479492, 30.3299054 ], [ 120.147825, 30.3299109 ], [ 120.1477531, 30.3299153 ], [ 120.1472263, 30.3299478 ], [ 120.1458189, 30.3299344 ], [ 120.1449419, 30.3298533 ], [ 120.1446214, 30.3298237 ], [ 120.1445048, 30.3297935 ], [ 120.144439, 30.3297715 ], [ 120.1444051, 30.3297022 ], [ 120.1444444, 30.3293564 ], [ 120.1445603, 30.3280643 ], [ 120.144617, 30.3275056 ], [ 120.1444698, 30.3274813 ], [ 120.1441705, 30.3299982 ], [ 120.1440344, 30.3311156 ], [ 120.1438284, 30.3325113 ], [ 120.1438011, 30.3326961 ], [ 120.1437467, 30.3329075 ], [ 120.1436611, 30.3330619 ], [ 120.1435173, 30.3331156 ], [ 120.1432918, 30.3331424 ], [ 120.1417785, 30.3330957 ], [ 120.1414777, 30.3330864 ], [ 120.1413472, 30.3330824 ], [ 120.1410305, 30.3330726 ], [ 120.140683, 30.3330619 ], [ 120.1406792, 30.3333471 ], [ 120.1435989, 30.333384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1335602, 30.3331695 ], [ 120.1338371, 30.3331753 ], [ 120.1339389, 30.3331774 ], [ 120.1341472, 30.3331817 ], [ 120.1355226, 30.3332184 ], [ 120.1363297, 30.333236 ], [ 120.1375502, 30.3332625 ], [ 120.1388468, 30.3332786 ], [ 120.1399651, 30.333302 ], [ 120.1400012, 30.3330315 ], [ 120.1388015, 30.3330263 ], [ 120.1368573, 30.3329794 ], [ 120.1362102, 30.3329586 ], [ 120.1361309, 30.332956 ], [ 120.1358397, 30.332951 ], [ 120.13447, 30.3329274 ], [ 120.1344434, 30.3329267 ], [ 120.1341323, 30.3329191 ], [ 120.1339394, 30.3329144 ], [ 120.1337993, 30.3329621 ], [ 120.1335057, 30.3329608 ], [ 120.133463, 30.3331973 ], [ 120.1335602, 30.3331695 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.144081, 30.3344142 ], [ 120.1441099, 30.3335403 ], [ 120.1441806, 30.3326863 ], [ 120.1441325, 30.3326896 ], [ 120.1440473, 30.3337757 ], [ 120.1440323, 30.3344117 ], [ 120.144081, 30.3344142 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1437691, 30.3343309 ], [ 120.1437739, 30.3344142 ], [ 120.1438383, 30.3344157 ], [ 120.1439216, 30.3344176 ], [ 120.1438983, 30.3338807 ], [ 120.1438599, 30.333879 ], [ 120.1438132, 30.3338759 ], [ 120.1437428, 30.333874 ], [ 120.1437691, 30.3343309 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1248664, 30.3374724 ], [ 120.1249405, 30.3375258 ], [ 120.1250394, 30.3375684 ], [ 120.1257254, 30.3376164 ], [ 120.1258552, 30.3376591 ], [ 120.1259108, 30.3377178 ], [ 120.1260282, 30.3380378 ], [ 120.1260468, 30.3381818 ], [ 120.1262569, 30.3382352 ], [ 120.1263249, 30.3381285 ], [ 120.1263867, 30.3380751 ], [ 120.1264546, 30.3380698 ], [ 120.1270989, 30.3381744 ], [ 120.127196, 30.3382557 ], [ 120.1312754, 30.3382629 ], [ 120.1314283, 30.3383423 ], [ 120.1316309, 30.3383304 ], [ 120.1317262, 30.3383525 ], [ 120.1317809, 30.3383623 ], [ 120.1317464, 30.3379161 ], [ 120.131442, 30.3379898 ], [ 120.1311912, 30.3380387 ], [ 120.1274717, 30.3380095 ], [ 120.127175, 30.3379412 ], [ 120.1266091, 30.3378671 ], [ 120.1262878, 30.3378085 ], [ 120.1261889, 30.3377551 ], [ 120.1261086, 30.3376591 ], [ 120.1259541, 30.3375578 ], [ 120.1256883, 30.3374991 ], [ 120.1254411, 30.3374831 ], [ 120.1252619, 30.3374884 ], [ 120.1251136, 30.3374884 ], [ 120.12499, 30.3374671 ], [ 120.1249467, 30.3374031 ], [ 120.1249529, 30.3373337 ], [ 120.1249962, 30.3371417 ], [ 120.1250518, 30.3370191 ], [ 120.1251136, 30.336763 ], [ 120.1252125, 30.3359523 ], [ 120.1253299, 30.3353869 ], [ 120.125404, 30.3349762 ], [ 120.1254411, 30.3347682 ], [ 120.1254686, 30.3345086 ], [ 120.1253776, 30.3344811 ], [ 120.1251074, 30.3356856 ], [ 120.1250765, 30.3359469 ], [ 120.1250394, 30.336299 ], [ 120.1248726, 30.3372217 ], [ 120.1248417, 30.3373764 ], [ 120.1248664, 30.3374724 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1402526, 30.3393129 ], [ 120.1403318, 30.3392166 ], [ 120.1404532, 30.3391254 ], [ 120.1406532, 30.3389896 ], [ 120.1407993, 30.3388946 ], [ 120.1410038, 30.3387705 ], [ 120.1410622, 30.3387472 ], [ 120.1411724, 30.33872 ], [ 120.1412713, 30.3387072 ], [ 120.1422844, 30.3385658 ], [ 120.1424444, 30.338536 ], [ 120.1425248, 30.3384888 ], [ 120.1425556, 30.3384714 ], [ 120.1425992, 30.3384593 ], [ 120.1427219, 30.3384564 ], [ 120.143027, 30.338446 ], [ 120.1433247, 30.338446 ], [ 120.1435313, 30.338461 ], [ 120.1436895, 30.3384668 ], [ 120.143715, 30.3383314 ], [ 120.1438384, 30.3377388 ], [ 120.1438602, 30.3376149 ], [ 120.1438937, 30.3374514 ], [ 120.1439054, 30.3373956 ], [ 120.1439292, 30.3372984 ], [ 120.1439336, 30.3372549 ], [ 120.1439254, 30.3371955 ], [ 120.1439884, 30.3361577 ], [ 120.1439951, 30.3357077 ], [ 120.1439254, 30.3351219 ], [ 120.1439058, 30.3350132 ], [ 120.143891, 30.3350011 ], [ 120.143885, 30.3349929 ], [ 120.1438749, 30.334986 ], [ 120.1438545, 30.3349808 ], [ 120.1438444, 30.334981 ], [ 120.143831, 30.3349814 ], [ 120.1438092, 30.3349869 ], [ 120.1438003, 30.3349889 ], [ 120.1437955, 30.3349938 ], [ 120.1437914, 30.3350005 ], [ 120.1437903, 30.3350054 ], [ 120.1437916, 30.3350154 ], [ 120.143794, 30.3350455 ], [ 120.1437973, 30.3351394 ], [ 120.1437753, 30.335256 ], [ 120.1437525, 30.3353717 ], [ 120.1437499, 30.3355002 ], [ 120.1437807, 30.3358695 ], [ 120.1437888, 30.336601 ], [ 120.1437874, 30.3368406 ], [ 120.1438015, 30.3372691 ], [ 120.1438032, 30.3373208 ], [ 120.1438018, 30.3373617 ], [ 120.1437928, 30.3374297 ], [ 120.1437123, 30.3376647 ], [ 120.1436104, 30.3380409 ], [ 120.1435983, 30.3381473 ], [ 120.1435943, 30.3381936 ], [ 120.1435771, 30.3382506 ], [ 120.1435277, 30.3382855 ], [ 120.1434647, 30.3382991 ], [ 120.1432714, 30.3382972 ], [ 120.1430129, 30.3383082 ], [ 120.1428057, 30.3383331 ], [ 120.1426343, 30.338385 ], [ 120.1425, 30.3384165 ], [ 120.1424007, 30.3384286 ], [ 120.1422439, 30.3384578 ], [ 120.1418776, 30.3385215 ], [ 120.1410453, 30.338605 ], [ 120.1408905, 30.3386384 ], [ 120.1408174, 30.3386755 ], [ 120.1406087, 30.3388166 ], [ 120.1404469, 30.338947 ], [ 120.1402047, 30.3391561 ], [ 120.140202, 30.3392452 ], [ 120.1402526, 30.3393129 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1441439, 30.338561 ], [ 120.1442399, 30.3386025 ], [ 120.1442625, 30.3386317 ], [ 120.1442964, 30.3387682 ], [ 120.1442879, 30.3388949 ], [ 120.1442201, 30.339319 ], [ 120.1442681, 30.3393263 ], [ 120.1443359, 30.3388462 ], [ 120.1443331, 30.3387024 ], [ 120.1443048, 30.3386073 ], [ 120.1442738, 30.3385245 ], [ 120.1441891, 30.338444 ], [ 120.1441044, 30.3384075 ], [ 120.143715, 30.3383314 ], [ 120.1436895, 30.3384668 ], [ 120.1441439, 30.338561 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1399259, 30.3397045 ], [ 120.1398793, 30.3396124 ], [ 120.1398492, 30.3395061 ], [ 120.1398028, 30.3396659 ], [ 120.1397781, 30.3397588 ], [ 120.1399259, 30.3397045 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1687708, 30.3265883 ], [ 120.1688163, 30.3266328 ], [ 120.1688405, 30.3266642 ], [ 120.1688527, 30.3266956 ], [ 120.1689012, 30.3267192 ], [ 120.1689497, 30.3267166 ], [ 120.1689891, 30.326693 ], [ 120.1690043, 30.3266695 ], [ 120.1690164, 30.3266381 ], [ 120.1690164, 30.326604 ], [ 120.1690164, 30.3265648 ], [ 120.1690043, 30.3265203 ], [ 120.1690073, 30.326434 ], [ 120.1689921, 30.326379 ], [ 120.1689527, 30.3263659 ], [ 120.1689012, 30.3263502 ], [ 120.1688769, 30.3263816 ], [ 120.168886, 30.3264261 ], [ 120.1688648, 30.3264654 ], [ 120.1688254, 30.3264811 ], [ 120.1687799, 30.3264941 ], [ 120.1687617, 30.3265177 ], [ 120.1687587, 30.3265596 ], [ 120.1687708, 30.3265883 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1714187, 30.3266212 ], [ 120.1714309, 30.3266527 ], [ 120.1714674, 30.3266711 ], [ 120.1715161, 30.3266974 ], [ 120.1715283, 30.3267447 ], [ 120.1715435, 30.3267788 ], [ 120.1715678, 30.3267893 ], [ 120.1716287, 30.3267867 ], [ 120.1716652, 30.326792 ], [ 120.1716835, 30.3268104 ], [ 120.17172, 30.3268209 ], [ 120.1717596, 30.3268156 ], [ 120.1717961, 30.3268077 ], [ 120.1718266, 30.326792 ], [ 120.1718509, 30.3267421 ], [ 120.1718722, 30.3267026 ], [ 120.1719514, 30.3266737 ], [ 120.171994, 30.3266317 ], [ 120.1719909, 30.3265818 ], [ 120.1719696, 30.3265503 ], [ 120.1719422, 30.3265319 ], [ 120.1719027, 30.3265266 ], [ 120.1718509, 30.326545 ], [ 120.1718144, 30.3265765 ], [ 120.171784, 30.3266054 ], [ 120.171717, 30.3266159 ], [ 120.1716561, 30.3266081 ], [ 120.1715922, 30.3265713 ], [ 120.1715252, 30.3265424 ], [ 120.1714796, 30.3265398 ], [ 120.17144, 30.3265581 ], [ 120.1714187, 30.3265897 ], [ 120.1714187, 30.3266212 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1713756, 30.3267761 ], [ 120.1713809, 30.3267893 ], [ 120.1713907, 30.3268005 ], [ 120.1714042, 30.3268083 ], [ 120.1714207, 30.3268122 ], [ 120.1714377, 30.3268111 ], [ 120.1714534, 30.3268052 ], [ 120.1714659, 30.3267951 ], [ 120.1714737, 30.3267819 ], [ 120.171476, 30.3267673 ], [ 120.1714726, 30.3267529 ], [ 120.1714638, 30.3267402 ], [ 120.1714506, 30.3267308 ], [ 120.1714354, 30.3267259 ], [ 120.1714191, 30.3267254 ], [ 120.1714035, 30.3267294 ], [ 120.1713902, 30.3267374 ], [ 120.1713805, 30.3267487 ], [ 120.1713755, 30.326762 ], [ 120.1713756, 30.3267761 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1546262, 30.330009 ], [ 120.1547469, 30.3300182 ], [ 120.1547771, 30.3300159 ], [ 120.1548576, 30.3299904 ], [ 120.1549226, 30.3299673 ], [ 120.1550091, 30.3299586 ], [ 120.155111, 30.3299528 ], [ 120.155213, 30.329954 ], [ 120.1552572, 30.3299632 ], [ 120.1552961, 30.3299887 ], [ 120.155335, 30.330013 ], [ 120.1553792, 30.3300252 ], [ 120.1554377, 30.3300173 ], [ 120.1557948, 30.3299564 ], [ 120.1563723, 30.3298978 ], [ 120.1564716, 30.3298839 ], [ 120.1565614, 30.3298446 ], [ 120.1566432, 30.3298261 ], [ 120.1569329, 30.3297983 ], [ 120.157, 30.3297705 ], [ 120.1573943, 30.3295332 ], [ 120.1576141, 30.3294078 ], [ 120.1577391, 30.3293437 ], [ 120.1583343, 30.329005 ], [ 120.1585371, 30.3288756 ], [ 120.1594542, 30.3283809 ], [ 120.1597672, 30.328202 ], [ 120.1599304, 30.3280879 ], [ 120.1603448, 30.3278443 ], [ 120.1605079, 30.3277568 ], [ 120.1606358, 30.3277187 ], [ 120.1607945, 30.3276654 ], [ 120.1608562, 30.3276084 ], [ 120.1610282, 30.3274181 ], [ 120.1612046, 30.3273001 ], [ 120.1612971, 30.3271745 ], [ 120.1613853, 30.3270261 ], [ 120.1614867, 30.3269081 ], [ 120.1615749, 30.3268244 ], [ 120.161619, 30.3267635 ], [ 120.1616425, 30.3267297 ], [ 120.1618925, 30.3263708 ], [ 120.1620643, 30.3261242 ], [ 120.1622407, 30.3259111 ], [ 120.1624038, 30.3256561 ], [ 120.1624611, 30.3255685 ], [ 120.1622495, 30.3253478 ], [ 120.162201, 30.3254506 ], [ 120.1621613, 30.3256332 ], [ 120.1621525, 30.3257055 ], [ 120.1621481, 30.3258273 ], [ 120.1620863, 30.3259339 ], [ 120.161877, 30.3261751 ], [ 120.1617739, 30.3262923 ], [ 120.1615428, 30.3265819 ], [ 120.1614867, 30.3266684 ], [ 120.1612883, 30.3268891 ], [ 120.1607681, 30.3274371 ], [ 120.1606093, 30.3275665 ], [ 120.1603713, 30.3277111 ], [ 120.1599921, 30.3278747 ], [ 120.1596791, 30.3280574 ], [ 120.158643, 30.3286244 ], [ 120.1577564, 30.3291292 ], [ 120.1574814, 30.3292866 ], [ 120.1572501, 30.3294122 ], [ 120.1567981, 30.3296519 ], [ 120.1567432, 30.329671 ], [ 120.1566895, 30.3296762 ], [ 120.1565326, 30.3296773 ], [ 120.1563281, 30.3297149 ], [ 120.1560062, 30.3297832 ], [ 120.1555033, 30.3298428 ], [ 120.1553719, 30.3298753 ], [ 120.1552488, 30.329921 ], [ 120.1552247, 30.329921 ], [ 120.1551985, 30.3299158 ], [ 120.155043, 30.3298677 ], [ 120.1550262, 30.329866 ], [ 120.1547898, 30.3298741 ], [ 120.154595, 30.3298692 ], [ 120.1546262, 30.330009 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1743179, 30.3292911 ], [ 120.1743843, 30.3292644 ], [ 120.1755351, 30.3295242 ], [ 120.1756148, 30.3294019 ], [ 120.1756812, 30.3293293 ], [ 120.1757697, 30.329272 ], [ 120.1758273, 30.3292071 ], [ 120.175876, 30.3291268 ], [ 120.1759114, 30.3290351 ], [ 120.1759379, 30.328932 ], [ 120.1759689, 30.3288823 ], [ 120.176022, 30.328867 ], [ 120.1765975, 30.3288556 ], [ 120.1766904, 30.32889 ], [ 120.176894, 30.3290275 ], [ 120.1769958, 30.329039 ], [ 120.1771021, 30.3290351 ], [ 120.177589, 30.3290313 ], [ 120.1777483, 30.329039 ], [ 120.1779365, 30.3290898 ], [ 120.1779608, 30.3290963 ], [ 120.178399, 30.3292147 ], [ 120.1790497, 30.3293599 ], [ 120.1791028, 30.3293905 ], [ 120.1790807, 30.3294478 ], [ 120.1791249, 30.3294745 ], [ 120.1791161, 30.3295051 ], [ 120.1791692, 30.3295318 ], [ 120.1791515, 30.3295738 ], [ 120.179364, 30.3296388 ], [ 120.1793905, 30.3296044 ], [ 120.1794613, 30.3296082 ], [ 120.1794923, 30.3295395 ], [ 120.1795809, 30.3295509 ], [ 120.1795974, 30.3294853 ], [ 120.179603, 30.329463 ], [ 120.1801297, 30.3294974 ], [ 120.1806343, 30.3295777 ], [ 120.1808999, 30.3296541 ], [ 120.1810371, 30.3296464 ], [ 120.1815285, 30.3296235 ], [ 120.1819844, 30.3296235 ], [ 120.1823606, 30.3297114 ], [ 120.1823849, 30.329633 ], [ 120.182427, 30.3294974 ], [ 120.182582, 30.3286951 ], [ 120.1826395, 30.3284086 ], [ 120.1826262, 30.328313 ], [ 120.1825997, 30.3282443 ], [ 120.1825687, 30.3281105 ], [ 120.1825377, 30.3272929 ], [ 120.182489, 30.3271516 ], [ 120.1824713, 30.327079 ], [ 120.1824786, 30.3268097 ], [ 120.1824823, 30.3266713 ], [ 120.1824846, 30.3265861 ], [ 120.1824403, 30.3264103 ], [ 120.1824226, 30.326246 ], [ 120.1824237, 30.3262217 ], [ 120.1824359, 30.325948 ], [ 120.1822367, 30.3259595 ], [ 120.1822323, 30.3261849 ], [ 120.1822588, 30.3262804 ], [ 120.182264, 30.3262914 ], [ 120.1822987, 30.3263645 ], [ 120.1822987, 30.3266854 ], [ 120.1823085, 30.3268204 ], [ 120.1823252, 30.3270522 ], [ 120.1823606, 30.3272853 ], [ 120.1824005, 30.3275833 ], [ 120.1823606, 30.3277667 ], [ 120.1823961, 30.327931 ], [ 120.1823982, 30.3279942 ], [ 120.1824029, 30.32814 ], [ 120.1824093, 30.328336 ], [ 120.1823739, 30.3285155 ], [ 120.1823351, 30.3289935 ], [ 120.1823252, 30.3291154 ], [ 120.1822987, 30.3291928 ], [ 120.1822677, 30.3292835 ], [ 120.182219, 30.329379 ], [ 120.1821393, 30.3294439 ], [ 120.1820419, 30.3294974 ], [ 120.1819623, 30.3295051 ], [ 120.1812009, 30.3295051 ], [ 120.1810239, 30.3295127 ], [ 120.1809718, 30.3295022 ], [ 120.180683, 30.3294439 ], [ 120.1802581, 30.3293408 ], [ 120.1796915, 30.3292873 ], [ 120.1796738, 30.3293217 ], [ 120.1795853, 30.3293179 ], [ 120.1795839, 30.3293382 ], [ 120.1795338, 30.3293355 ], [ 120.1795276, 30.3292895 ], [ 120.1795088, 30.3292544 ], [ 120.1794775, 30.3292274 ], [ 120.1794273, 30.3291949 ], [ 120.1793491, 30.329176 ], [ 120.1792927, 30.3291895 ], [ 120.1792582, 30.3292084 ], [ 120.1792238, 30.3292517 ], [ 120.1791674, 30.3292409 ], [ 120.1791611, 30.3292165 ], [ 120.1789819, 30.3291741 ], [ 120.1786695, 30.3291003 ], [ 120.1782717, 30.3290084 ], [ 120.1779335, 30.3289462 ], [ 120.177755, 30.3288976 ], [ 120.1770722, 30.3288895 ], [ 120.1766776, 30.3286678 ], [ 120.1766401, 30.3286245 ], [ 120.1766181, 30.3285462 ], [ 120.1765993, 30.3284921 ], [ 120.1765649, 30.3284434 ], [ 120.1765023, 30.3284137 ], [ 120.1761484, 30.3284164 ], [ 120.1760951, 30.3284705 ], [ 120.1760575, 30.3285326 ], [ 120.1760356, 30.3286002 ], [ 120.1760325, 30.3286489 ], [ 120.1759918, 30.328684 ], [ 120.1759511, 30.3286948 ], [ 120.1758728, 30.328711 ], [ 120.1758352, 30.3287408 ], [ 120.1758164, 30.3287867 ], [ 120.1757224, 30.3290571 ], [ 120.1756504, 30.3291409 ], [ 120.1755878, 30.3292003 ], [ 120.1754688, 30.3292841 ], [ 120.1753748, 30.3293274 ], [ 120.1752652, 30.3293409 ], [ 120.1751619, 30.3293328 ], [ 120.1741472, 30.3290895 ], [ 120.1741142, 30.3292338 ], [ 120.1743179, 30.3292911 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1534689, 30.33001 ], [ 120.1537662, 30.3300319 ], [ 120.1540572, 30.330152 ], [ 120.1540983, 30.3302038 ], [ 120.1539813, 30.3308591 ], [ 120.1537915, 30.3315852 ], [ 120.1536776, 30.3319947 ], [ 120.1536081, 30.3323605 ], [ 120.1535764, 30.3324998 ], [ 120.1534119, 30.3328246 ], [ 120.1530103, 30.3334798 ], [ 120.1528996, 30.3336573 ], [ 120.1528711, 30.3337665 ], [ 120.1528654, 30.3338041 ], [ 120.1527762, 30.3343889 ], [ 120.1529755, 30.3343943 ], [ 120.153045, 30.3338893 ], [ 120.1530947, 30.333679 ], [ 120.1531589, 30.3335453 ], [ 120.1534531, 30.3331086 ], [ 120.1536555, 30.3327345 ], [ 120.1538484, 30.3321831 ], [ 120.1539054, 30.3317709 ], [ 120.1540161, 30.3314351 ], [ 120.154111, 30.3309355 ], [ 120.1543513, 30.3302584 ], [ 120.1544224, 30.3300923 ], [ 120.1544418, 30.3300396 ], [ 120.1544539, 30.3300159 ], [ 120.1544767, 30.3300078 ], [ 120.1546262, 30.330009 ], [ 120.154595, 30.3298692 ], [ 120.1545437, 30.3298553 ], [ 120.1545327, 30.3298469 ], [ 120.1545287, 30.329831 ], [ 120.1545696, 30.3296551 ], [ 120.1549997, 30.3286832 ], [ 120.155373, 30.3278915 ], [ 120.1553841, 30.3278508 ], [ 120.1555691, 30.3271735 ], [ 120.1559012, 30.326035 ], [ 120.156012, 30.3256203 ], [ 120.1561258, 30.3251941 ], [ 120.1561858, 30.3250221 ], [ 120.1562902, 30.3248174 ], [ 120.1566002, 30.3241758 ], [ 120.1566761, 30.3236843 ], [ 120.1567489, 30.3233649 ], [ 120.1567963, 30.3232584 ], [ 120.1570512, 30.3229259 ], [ 120.1573, 30.3226435 ], [ 120.1575017, 30.3224146 ], [ 120.1576109, 30.3222231 ], [ 120.1575033, 30.3221084 ], [ 120.1574859, 30.3221253 ], [ 120.1570514, 30.3225091 ], [ 120.1566421, 30.3230718 ], [ 120.1566017, 30.3232113 ], [ 120.1565686, 30.3233826 ], [ 120.1564804, 30.3238394 ], [ 120.1564096, 30.3241055 ], [ 120.1561065, 30.3248034 ], [ 120.1560127, 30.3249729 ], [ 120.1560003, 30.3249953 ], [ 120.1557325, 30.3260421 ], [ 120.1553434, 30.3272372 ], [ 120.1552746, 30.327427 ], [ 120.155211, 30.3276023 ], [ 120.155111, 30.3278783 ], [ 120.1549853, 30.3281983 ], [ 120.154949, 30.3282907 ], [ 120.1546562, 30.3290362 ], [ 120.1546199, 30.3290585 ], [ 120.1545673, 30.329091 ], [ 120.1543683, 30.3295223 ], [ 120.1542788, 30.3296865 ], [ 120.1540044, 30.3298103 ], [ 120.1538733, 30.3298209 ], [ 120.1524397, 30.3297749 ], [ 120.1524274, 30.3299623 ], [ 120.1534689, 30.33001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1660184, 30.3298045 ], [ 120.1668325, 30.3307432 ], [ 120.1671759, 30.3311722 ], [ 120.1672163, 30.3312226 ], [ 120.1677613, 30.3319034 ], [ 120.1678239, 30.3319736 ], [ 120.1682899, 30.3324965 ], [ 120.1685673, 30.3328034 ], [ 120.1691644, 30.3334639 ], [ 120.1692473, 30.3335557 ], [ 120.1693305, 30.3336478 ], [ 120.169415, 30.3337413 ], [ 120.169551, 30.3340085 ], [ 120.1700011, 30.3346805 ], [ 120.1701234, 30.3348271 ], [ 120.1705402, 30.3353641 ], [ 120.1707289, 30.3354879 ], [ 120.1707918, 30.3355508 ], [ 120.1713428, 30.3361018 ], [ 120.1713538, 30.3361173 ], [ 120.171588, 30.3364464 ], [ 120.1716961, 30.3365982 ], [ 120.1717365, 30.3366841 ], [ 120.1718029, 30.3368251 ], [ 120.1719787, 30.336739 ], [ 120.1721016, 30.3369175 ], [ 120.1721424, 30.3369769 ], [ 120.1722164, 30.3369004 ], [ 120.1720629, 30.3366899 ], [ 120.1722623, 30.3365936 ], [ 120.1723952, 30.3367984 ], [ 120.1724804, 30.3367609 ], [ 120.1723416, 30.3365498 ], [ 120.172411, 30.3365273 ], [ 120.17229, 30.3363684 ], [ 120.1722195, 30.3363485 ], [ 120.1719171, 30.336041 ], [ 120.1717567, 30.3358104 ], [ 120.1717214, 30.3355342 ], [ 120.1718085, 30.3354149 ], [ 120.1717498, 30.3353002 ], [ 120.1715829, 30.3353181 ], [ 120.1712835, 30.3353911 ], [ 120.1711751, 30.3353741 ], [ 120.1710791, 30.3352464 ], [ 120.1710167, 30.3350796 ], [ 120.1710118, 30.3349658 ], [ 120.1710983, 30.334845 ], [ 120.1707553, 30.3345522 ], [ 120.1706485, 30.334389 ], [ 120.1705868, 30.3342082 ], [ 120.1704967, 30.3339928 ], [ 120.17048, 30.3339529 ], [ 120.1702787, 30.3337862 ], [ 120.1701801, 30.3336444 ], [ 120.1700979, 30.3335486 ], [ 120.170105, 30.3335138 ], [ 120.1701651, 30.3334555 ], [ 120.1706717, 30.333096 ], [ 120.1717824, 30.3324223 ], [ 120.1719738, 30.3323122 ], [ 120.1722628, 30.3321826 ], [ 120.1724016, 30.3321405 ], [ 120.1728745, 30.3320434 ], [ 120.1734148, 30.3319397 ], [ 120.1735799, 30.3318944 ], [ 120.1737301, 30.3318296 ], [ 120.1738389, 30.3317324 ], [ 120.1738614, 30.3316417 ], [ 120.1738689, 30.3315122 ], [ 120.1739364, 30.3309032 ], [ 120.1739665, 30.3305826 ], [ 120.1739702, 30.3304692 ], [ 120.173989, 30.3303818 ], [ 120.1741579, 30.3297502 ], [ 120.1740415, 30.3297242 ], [ 120.1739859, 30.3299402 ], [ 120.1738464, 30.3304822 ], [ 120.1737638, 30.3309583 ], [ 120.1736963, 30.3314442 ], [ 120.17364, 30.3315867 ], [ 120.1735687, 30.3316968 ], [ 120.1734298, 30.3317875 ], [ 120.1733691, 30.3318172 ], [ 120.173291, 30.3318555 ], [ 120.1729382, 30.3319235 ], [ 120.1724617, 30.3320239 ], [ 120.1723349, 30.332033 ], [ 120.1714278, 30.3324489 ], [ 120.1704867, 30.3330095 ], [ 120.1700412, 30.3333713 ], [ 120.1699849, 30.3334134 ], [ 120.1699295, 30.3334157 ], [ 120.169761, 30.3332827 ], [ 120.1693132, 30.332772 ], [ 120.1687503, 30.3320983 ], [ 120.1683723, 30.3315912 ], [ 120.167678, 30.330772 ], [ 120.1675383, 30.3304103 ], [ 120.1671028, 30.3300309 ], [ 120.166466, 30.329538 ], [ 120.1661948, 30.3292436 ], [ 120.1659688, 30.3288287 ], [ 120.1656812, 30.3289457 ], [ 120.165496, 30.3290888 ], [ 120.1660184, 30.3298045 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1764617, 30.3419728 ], [ 120.1765327, 30.3419161 ], [ 120.1770568, 30.341719 ], [ 120.1772584, 30.34163 ], [ 120.1773435, 30.341545 ], [ 120.1774779, 30.3411081 ], [ 120.1775944, 30.3406944 ], [ 120.1775586, 30.3404045 ], [ 120.177357, 30.3398439 ], [ 120.1773166, 30.3395152 ], [ 120.1771016, 30.338711 ], [ 120.1766178, 30.3368977 ], [ 120.1765461, 30.3367006 ], [ 120.1765282, 30.3365536 ], [ 120.1766402, 30.336399 ], [ 120.1768597, 30.336368 ], [ 120.1769941, 30.336399 ], [ 120.1772808, 30.3364802 ], [ 120.1776213, 30.3364879 ], [ 120.178132, 30.3364879 ], [ 120.1786292, 30.3366271 ], [ 120.1795879, 30.336689 ], [ 120.1805018, 30.3367933 ], [ 120.1806451, 30.3368165 ], [ 120.1810572, 30.3367392 ], [ 120.1813439, 30.3366426 ], [ 120.1816486, 30.3365575 ], [ 120.1824101, 30.3365768 ], [ 120.1825848, 30.3365304 ], [ 120.1827416, 30.3364299 ], [ 120.1828312, 30.3362907 ], [ 120.1828626, 30.3361051 ], [ 120.182988, 30.3359737 ], [ 120.1831806, 30.3359002 ], [ 120.1835973, 30.3358616 ], [ 120.1835704, 30.3357146 ], [ 120.1831627, 30.3357649 ], [ 120.1829387, 30.335819 ], [ 120.1828223, 30.3358964 ], [ 120.1827461, 30.3360046 ], [ 120.1826296, 30.3361013 ], [ 120.1824908, 30.336167 ], [ 120.181886, 30.3362366 ], [ 120.1805062, 30.3363139 ], [ 120.1786382, 30.3362791 ], [ 120.1780961, 30.3362791 ], [ 120.1775809, 30.3362018 ], [ 120.1769448, 30.336109 ], [ 120.1766312, 30.336109 ], [ 120.1765148, 30.3361399 ], [ 120.1764431, 30.3362714 ], [ 120.1763983, 30.3364531 ], [ 120.1764924, 30.3369403 ], [ 120.1768239, 30.3382935 ], [ 120.177021, 30.3390861 ], [ 120.1771867, 30.339608 ], [ 120.1772046, 30.3398091 ], [ 120.1774462, 30.3404919 ], [ 120.1774734, 30.3406502 ], [ 120.1773829, 30.3409931 ], [ 120.1772833, 30.3413709 ], [ 120.1772222, 30.341453 ], [ 120.1766245, 30.3417422 ], [ 120.1763828, 30.3418592 ], [ 120.1764617, 30.3419728 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1678795, 30.344767 ], [ 120.1679415, 30.344631 ], [ 120.1680234, 30.3444514 ], [ 120.1681373, 30.3440815 ], [ 120.1683591, 30.3434555 ], [ 120.1688237, 30.3424337 ], [ 120.1690455, 30.3418491 ], [ 120.1692343, 30.3412102 ], [ 120.1694711, 30.3406876 ], [ 120.1699147, 30.3397331 ], [ 120.1702744, 30.3389493 ], [ 120.1704092, 30.3385612 ], [ 120.1704572, 30.3384862 ], [ 120.1705351, 30.3383983 ], [ 120.1705861, 30.3383543 ], [ 120.1710537, 30.3381085 ], [ 120.1711586, 30.3380594 ], [ 120.1712005, 30.338018 ], [ 120.1711946, 30.3379663 ], [ 120.1711406, 30.3379456 ], [ 120.1710926, 30.3379559 ], [ 120.1705501, 30.3382224 ], [ 120.1703493, 30.3383776 ], [ 120.1702953, 30.3384397 ], [ 120.1702504, 30.3385664 ], [ 120.1698517, 30.3395184 ], [ 120.1691863, 30.3409334 ], [ 120.1689256, 30.3416499 ], [ 120.1685629, 30.3426872 ], [ 120.1682512, 30.3433236 ], [ 120.1678735, 30.3443634 ], [ 120.1677022, 30.3448841 ], [ 120.1678795, 30.344767 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1727708, 30.338274 ], [ 120.1735111, 30.3392453 ], [ 120.1744215, 30.340303 ], [ 120.1758271, 30.3421075 ], [ 120.1769126, 30.3436228 ], [ 120.1773578, 30.3443005 ], [ 120.1783732, 30.3455308 ], [ 120.1790785, 30.3465151 ], [ 120.1795787, 30.3462215 ], [ 120.1786033, 30.3450646 ], [ 120.177873, 30.3440674 ], [ 120.1767975, 30.3425608 ], [ 120.1765274, 30.3421464 ], [ 120.1764617, 30.3419728 ], [ 120.1764424, 30.3419219 ], [ 120.1763828, 30.3418592 ], [ 120.1754569, 30.3408858 ], [ 120.1747516, 30.3401087 ], [ 120.1743665, 30.3395978 ], [ 120.1741024, 30.3392977 ], [ 120.174144, 30.3391175 ], [ 120.1740113, 30.338874 ], [ 120.1737799, 30.3385847 ], [ 120.1736483, 30.3385931 ], [ 120.17364, 30.3385866 ], [ 120.1735793, 30.3384972 ], [ 120.1735955, 30.3383278 ], [ 120.1734503, 30.3381372 ], [ 120.1733411, 30.3380725 ], [ 120.1731988, 30.3378487 ], [ 120.1729922, 30.3374263 ], [ 120.1729859, 30.3372119 ], [ 120.1728458, 30.3369918 ], [ 120.1725553, 30.3367701 ], [ 120.1724804, 30.3367609 ], [ 120.1723952, 30.3367984 ], [ 120.1723953, 30.3368507 ], [ 120.1722904, 30.3369105 ], [ 120.1722164, 30.3369004 ], [ 120.1721424, 30.3369769 ], [ 120.1721455, 30.3373414 ], [ 120.1721405, 30.3373933 ], [ 120.1727708, 30.338274 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1496448, 30.3505345 ], [ 120.1497058, 30.3503593 ], [ 120.149746, 30.3502466 ], [ 120.1497795, 30.350047 ], [ 120.1498499, 30.3495525 ], [ 120.1498533, 30.349353 ], [ 120.1498767, 30.3491852 ], [ 120.1499739, 30.3489307 ], [ 120.1500342, 30.348844 ], [ 120.1500778, 30.3488122 ], [ 120.1501884, 30.348818 ], [ 120.1503124, 30.3487977 ], [ 120.1504095, 30.3488237 ], [ 120.1505737, 30.348844 ], [ 120.1507581, 30.3488613 ], [ 120.1510463, 30.3488295 ], [ 120.1510308, 30.3487526 ], [ 120.150748, 30.3486878 ], [ 120.1505704, 30.3486936 ], [ 120.1503794, 30.3487457 ], [ 120.1502721, 30.348737 ], [ 120.1501616, 30.3487167 ], [ 120.1501213, 30.3486647 ], [ 120.1501515, 30.3485577 ], [ 120.1502386, 30.3484275 ], [ 120.1505034, 30.3482049 ], [ 120.1505771, 30.3481123 ], [ 120.1505804, 30.3480285 ], [ 120.1504967, 30.3478868 ], [ 120.1504474, 30.3478443 ], [ 120.1503136, 30.3477288 ], [ 120.1502252, 30.3476525 ], [ 120.1501616, 30.3475773 ], [ 120.1501549, 30.3474587 ], [ 120.1501766, 30.3473211 ], [ 120.1502018, 30.3471609 ], [ 120.1502178, 30.3469567 ], [ 120.1503325, 30.3463482 ], [ 120.1505101, 30.3456802 ], [ 120.1506039, 30.3453042 ], [ 120.1506676, 30.3450815 ], [ 120.150748, 30.3450005 ], [ 120.1507949, 30.3448444 ], [ 120.1508251, 30.3445986 ], [ 120.1508198, 30.3444689 ], [ 120.1508184, 30.3444348 ], [ 120.150815, 30.3443498 ], [ 120.1508955, 30.3439478 ], [ 120.150939, 30.3435777 ], [ 120.1509993, 30.3432971 ], [ 120.1510932, 30.3431062 ], [ 120.1511286, 30.3430705 ], [ 120.1511535, 30.3430455 ], [ 120.1512406, 30.3430108 ], [ 120.1513948, 30.3430195 ], [ 120.1517668, 30.3430947 ], [ 120.152122, 30.3431814 ], [ 120.1523331, 30.3432595 ], [ 120.1526045, 30.3434041 ], [ 120.1528358, 30.343514 ], [ 120.1531139, 30.3436037 ], [ 120.1540388, 30.3439421 ], [ 120.1540918, 30.3439713 ], [ 120.1541226, 30.3439883 ], [ 120.1542151, 30.3440522 ], [ 120.1542566, 30.3440809 ], [ 120.154565, 30.3441474 ], [ 120.1548532, 30.3441937 ], [ 120.1552418, 30.344207 ], [ 120.1554906, 30.3441983 ], [ 120.1556005, 30.344207 ], [ 120.1556253, 30.3442099 ], [ 120.1556575, 30.3442267 ], [ 120.1556823, 30.3442348 ], [ 120.1557179, 30.3442371 ], [ 120.1557521, 30.3442255 ], [ 120.1557823, 30.3441995 ], [ 120.1558185, 30.3441462 ], [ 120.15585, 30.344104 ], [ 120.1558909, 30.3440751 ], [ 120.1561429, 30.3439588 ], [ 120.1564114, 30.3438379 ], [ 120.1574667, 30.3433158 ], [ 120.1575686, 30.3432632 ], [ 120.158675, 30.3427319 ], [ 120.1605338, 30.3417805 ], [ 120.1619218, 30.3410832 ], [ 120.1623423, 30.3408725 ], [ 120.1628505, 30.3405988 ], [ 120.1630805, 30.3404726 ], [ 120.1632985, 30.3403754 ], [ 120.1633582, 30.3403476 ], [ 120.1634058, 30.3403077 ], [ 120.1634488, 30.3402604 ], [ 120.163472, 30.3402083 ], [ 120.1635086, 30.3401263 ], [ 120.1635661, 30.3399972 ], [ 120.1636164, 30.339977 ], [ 120.1636331, 30.3398989 ], [ 120.1637605, 30.3396588 ], [ 120.1638644, 30.3395316 ], [ 120.1642866, 30.3390746 ], [ 120.1644006, 30.3389618 ], [ 120.1646887, 30.338768 ], [ 120.1647491, 30.3387246 ], [ 120.1648362, 30.3386061 ], [ 120.1648697, 30.3384441 ], [ 120.1649501, 30.3382185 ], [ 120.1650875, 30.3379293 ], [ 120.1651948, 30.3378107 ], [ 120.1658348, 30.3373132 ], [ 120.1659957, 30.3371426 ], [ 120.1662906, 30.3367232 ], [ 120.1665084, 30.3364658 ], [ 120.166686, 30.3362547 ], [ 120.166867, 30.3359047 ], [ 120.1669709, 30.3357832 ], [ 120.1673261, 30.3354651 ], [ 120.1676512, 30.3351816 ], [ 120.1679327, 30.3349444 ], [ 120.1683515, 30.3345858 ], [ 120.1685895, 30.3342676 ], [ 120.169072, 30.3337875 ], [ 120.1691826, 30.3336892 ], [ 120.1692597, 30.3336429 ], [ 120.1693305, 30.3336478 ], [ 120.1691644, 30.3334639 ], [ 120.1691558, 30.3335214 ], [ 120.1691257, 30.3335908 ], [ 120.1691141, 30.3336032 ], [ 120.1689849, 30.3337412 ], [ 120.168509, 30.3341693 ], [ 120.1684722, 30.334204 ], [ 120.168432, 30.3342879 ], [ 120.1683448, 30.3343949 ], [ 120.1678958, 30.3348027 ], [ 120.1672055, 30.3354535 ], [ 120.1669541, 30.3357109 ], [ 120.1668536, 30.3358121 ], [ 120.1666492, 30.3361997 ], [ 120.1662906, 30.3365959 ], [ 120.1662169, 30.3366827 ], [ 120.1659856, 30.3370442 ], [ 120.1658583, 30.3371889 ], [ 120.1655466, 30.3374289 ], [ 120.1650641, 30.337828 ], [ 120.1650138, 30.3378888 ], [ 120.1648228, 30.3383226 ], [ 120.1647089, 30.3385309 ], [ 120.1645346, 30.3387709 ], [ 120.1643101, 30.3389589 ], [ 120.1642562, 30.3389971 ], [ 120.1641593, 30.3390659 ], [ 120.1637337, 30.3395547 ], [ 120.1636197, 30.3396762 ], [ 120.1635594, 30.3397514 ], [ 120.163422, 30.3401331 ], [ 120.1634118, 30.3401688 ], [ 120.1633957, 30.3402151 ], [ 120.1633751, 30.3402373 ], [ 120.1631456, 30.3403175 ], [ 120.1624837, 30.3406422 ], [ 120.1614583, 30.3411685 ], [ 120.1603557, 30.3417354 ], [ 120.1590622, 30.342389 ], [ 120.158671, 30.3425826 ], [ 120.1580856, 30.3428604 ], [ 120.1577668, 30.3430456 ], [ 120.157514, 30.3431764 ], [ 120.1573332, 30.3432585 ], [ 120.1569021, 30.3434784 ], [ 120.1561249, 30.3438615 ], [ 120.155713, 30.3440663 ], [ 120.1556304, 30.3440896 ], [ 120.15551, 30.3440982 ], [ 120.1549655, 30.3440884 ], [ 120.1546369, 30.3440346 ], [ 120.1545142, 30.3440114 ], [ 120.1543178, 30.3439778 ], [ 120.1541662, 30.3439276 ], [ 120.1541195, 30.3439085 ], [ 120.153134, 30.3435054 ], [ 120.1531132, 30.3434983 ], [ 120.1530587, 30.3434797 ], [ 120.1528291, 30.3434012 ], [ 120.1525141, 30.3432075 ], [ 120.1521019, 30.3430715 ], [ 120.1520153, 30.3430439 ], [ 120.1518572, 30.3429935 ], [ 120.1514612, 30.3429404 ], [ 120.1513203, 30.3429215 ], [ 120.1511079, 30.3428848 ], [ 120.151076, 30.3428298 ], [ 120.1510725, 30.342567 ], [ 120.1511504, 30.3419865 ], [ 120.1512955, 30.3410636 ], [ 120.1513557, 30.3408008 ], [ 120.1514088, 30.3407 ], [ 120.1514584, 30.3405991 ], [ 120.1516213, 30.340153 ], [ 120.1518337, 30.3395602 ], [ 120.1521347, 30.338567 ], [ 120.152248, 30.3381606 ], [ 120.1523697, 30.3375598 ], [ 120.152549, 30.336651 ], [ 120.1525773, 30.3365929 ], [ 120.1525879, 30.3365349 ], [ 120.152641, 30.3361987 ], [ 120.152811, 30.3352911 ], [ 120.1528531, 30.3350326 ], [ 120.152942, 30.3344874 ], [ 120.1529755, 30.3343943 ], [ 120.1527762, 30.3343889 ], [ 120.1526516, 30.3350649 ], [ 120.1526198, 30.3351383 ], [ 120.1525702, 30.3353003 ], [ 120.1523896, 30.3363301 ], [ 120.1522763, 30.3369016 ], [ 120.1521646, 30.3375531 ], [ 120.1520426, 30.3380811 ], [ 120.1520001, 30.3383348 ], [ 120.151901, 30.3387473 ], [ 120.1516425, 30.3395327 ], [ 120.1513203, 30.3404188 ], [ 120.1512353, 30.3405808 ], [ 120.1512035, 30.3406328 ], [ 120.1511433, 30.3407611 ], [ 120.1510583, 30.3410269 ], [ 120.1508459, 30.3419467 ], [ 120.150775, 30.3424082 ], [ 120.1507361, 30.3425762 ], [ 120.1506938, 30.3429207 ], [ 120.1506794, 30.3430376 ], [ 120.1506688, 30.3431171 ], [ 120.1505449, 30.3438749 ], [ 120.1505059, 30.3441132 ], [ 120.1504705, 30.3444066 ], [ 120.150513, 30.344706 ], [ 120.1505378, 30.3448374 ], [ 120.1505321, 30.3448926 ], [ 120.1505201, 30.3450085 ], [ 120.1504599, 30.3452316 ], [ 120.1504245, 30.3454333 ], [ 120.1504103, 30.3455616 ], [ 120.1503714, 30.3457083 ], [ 120.1503077, 30.3459405 ], [ 120.1502616, 30.3461666 ], [ 120.1501235, 30.3468144 ], [ 120.1500841, 30.3469772 ], [ 120.150074, 30.3470191 ], [ 120.1500138, 30.3474011 ], [ 120.1500173, 30.3474867 ], [ 120.150074, 30.3477311 ], [ 120.1501235, 30.3477739 ], [ 120.1502121, 30.3477953 ], [ 120.1503254, 30.3479144 ], [ 120.1503785, 30.347945 ], [ 120.1503891, 30.3480092 ], [ 120.1503395, 30.3480855 ], [ 120.1500209, 30.3484369 ], [ 120.1499323, 30.3485561 ], [ 120.1498261, 30.3487761 ], [ 120.1497766, 30.3489686 ], [ 120.1496987, 30.349158 ], [ 120.149681, 30.3492314 ], [ 120.1496172, 30.3501205 ], [ 120.1495924, 30.3502519 ], [ 120.1495044, 30.3505103 ], [ 120.1496448, 30.3505345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1564429, 30.3439743 ], [ 120.1566455, 30.3442727 ], [ 120.1566874, 30.3442818 ], [ 120.1567817, 30.3442305 ], [ 120.1573337, 30.3439351 ], [ 120.1573546, 30.3438567 ], [ 120.1577249, 30.3436668 ], [ 120.1577109, 30.3436125 ], [ 120.1575048, 30.3433864 ], [ 120.1574594, 30.3433744 ], [ 120.1564953, 30.3438778 ], [ 120.1564429, 30.343926 ], [ 120.1564429, 30.3439743 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1671631, 30.346513 ], [ 120.1676337, 30.3454033 ], [ 120.1675018, 30.3454602 ], [ 120.16728, 30.3459542 ], [ 120.1669833, 30.3466009 ], [ 120.1671631, 30.346513 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1666386, 30.3476899 ], [ 120.1668214, 30.3472295 ], [ 120.1670163, 30.346826 ], [ 120.1668004, 30.3469242 ], [ 120.1667045, 30.3471596 ], [ 120.1665547, 30.3475528 ], [ 120.1666386, 30.3476899 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1800029, 30.3474006 ], [ 120.1804024, 30.3476635 ], [ 120.1806272, 30.3478962 ], [ 120.1806759, 30.3479719 ], [ 120.1806943, 30.3480005 ], [ 120.1807615, 30.3481048 ], [ 120.180802, 30.3481677 ], [ 120.1813363, 30.3492063 ], [ 120.1815261, 30.3494821 ], [ 120.1821504, 30.3495252 ], [ 120.1818008, 30.3492968 ], [ 120.1816659, 30.3490986 ], [ 120.1812814, 30.3483271 ], [ 120.1811116, 30.3480255 ], [ 120.1806934, 30.3475111 ], [ 120.1806771, 30.3474911 ], [ 120.1802426, 30.3470299 ], [ 120.1798181, 30.3465688 ], [ 120.1793837, 30.346836 ], [ 120.1800029, 30.3474006 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1659222, 30.3493764 ], [ 120.1660601, 30.3490763 ], [ 120.166183, 30.348797 ], [ 120.1663958, 30.3482926 ], [ 120.1664588, 30.3481167 ], [ 120.1663688, 30.3479537 ], [ 120.1662942, 30.3481875 ], [ 120.166231, 30.3483857 ], [ 120.1659252, 30.3490711 ], [ 120.1658595, 30.3492151 ], [ 120.1657634, 30.3494255 ], [ 120.1659222, 30.3493764 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1686915, 30.3510083 ], [ 120.1688022, 30.3510242 ], [ 120.1689868, 30.3510123 ], [ 120.1701451, 30.3507136 ], [ 120.1707865, 30.3505941 ], [ 120.1711465, 30.3505344 ], [ 120.1715941, 30.350395 ], [ 120.1721063, 30.3502278 ], [ 120.1723324, 30.3501879 ], [ 120.1726185, 30.350168 ], [ 120.1729646, 30.3500565 ], [ 120.1740906, 30.3495787 ], [ 120.1742073, 30.3495722 ], [ 120.1746885, 30.3496392 ], [ 120.1747878, 30.3496625 ], [ 120.174946, 30.349708 ], [ 120.1750138, 30.349708 ], [ 120.1758839, 30.3493277 ], [ 120.1758839, 30.3492822 ], [ 120.1760007, 30.3492172 ], [ 120.1761174, 30.3491977 ], [ 120.1761928, 30.3492367 ], [ 120.1768972, 30.3490449 ], [ 120.1771759, 30.3489701 ], [ 120.1774509, 30.3488758 ], [ 120.1776919, 30.3488206 ], [ 120.1780385, 30.3487523 ], [ 120.1781741, 30.3487198 ], [ 120.1782532, 30.3486873 ], [ 120.1784415, 30.348593 ], [ 120.1786336, 30.3485248 ], [ 120.179063, 30.3484175 ], [ 120.1791798, 30.3484078 ], [ 120.1794887, 30.3484045 ], [ 120.179662, 30.3484013 ], [ 120.1797411, 30.348385 ], [ 120.1800198, 30.34832 ], [ 120.180114, 30.3483167 ], [ 120.1801968, 30.3483005 ], [ 120.1802722, 30.3482647 ], [ 120.1803814, 30.3482355 ], [ 120.1804379, 30.3482225 ], [ 120.1804907, 30.3481997 ], [ 120.1806828, 30.3481152 ], [ 120.1807615, 30.3481048 ], [ 120.1806759, 30.3479719 ], [ 120.1806564, 30.3480014 ], [ 120.1805133, 30.3480567 ], [ 120.1804078, 30.3480827 ], [ 120.1802496, 30.3480502 ], [ 120.180178, 30.3480664 ], [ 120.1800876, 30.3481055 ], [ 120.1799256, 30.348138 ], [ 120.1796469, 30.3481575 ], [ 120.1794812, 30.3481997 ], [ 120.1791213, 30.3483289 ], [ 120.1789891, 30.3483688 ], [ 120.1787047, 30.3484145 ], [ 120.1785593, 30.3484373 ], [ 120.1779113, 30.3485115 ], [ 120.1777327, 30.3485714 ], [ 120.1773393, 30.348677 ], [ 120.1765029, 30.3489138 ], [ 120.1760929, 30.3490393 ], [ 120.1760632, 30.349122 ], [ 120.175921, 30.3491563 ], [ 120.1758648, 30.3491591 ], [ 120.175802, 30.3491334 ], [ 120.1756268, 30.3492133 ], [ 120.1751818, 30.3494661 ], [ 120.1749566, 30.349575 ], [ 120.1749142, 30.3495795 ], [ 120.174352, 30.3494686 ], [ 120.1742444, 30.3494408 ], [ 120.1740884, 30.3494344 ], [ 120.1739509, 30.34946 ], [ 120.1736239, 30.3495498 ], [ 120.1728473, 30.3498897 ], [ 120.1726206, 30.3499731 ], [ 120.1723832, 30.3500286 ], [ 120.1712249, 30.3503114 ], [ 120.170865, 30.3503711 ], [ 120.1698498, 30.3505662 ], [ 120.169536, 30.3506857 ], [ 120.1690007, 30.3508092 ], [ 120.168733, 30.350853 ], [ 120.16859, 30.3508689 ], [ 120.1686915, 30.3510083 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1655745, 30.3503256 ], [ 120.1657963, 30.3497204 ], [ 120.1656285, 30.3497747 ], [ 120.1654756, 30.3502041 ], [ 120.1655745, 30.3503256 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1549202, 30.3499292 ], [ 120.154972, 30.3499108 ], [ 120.1550969, 30.3499318 ], [ 120.1555052, 30.3501316 ], [ 120.1561208, 30.3503236 ], [ 120.1567698, 30.3505655 ], [ 120.1572244, 30.3506764 ], [ 120.1579339, 30.3508495 ], [ 120.1584427, 30.3509757 ], [ 120.1587779, 30.3510257 ], [ 120.158976, 30.3510178 ], [ 120.1592045, 30.3510388 ], [ 120.159363, 30.3510941 ], [ 120.1595032, 30.3511125 ], [ 120.1596525, 30.3511361 ], [ 120.1598505, 30.3511177 ], [ 120.16014, 30.351123 ], [ 120.1603808, 30.3511414 ], [ 120.1611822, 30.3512913 ], [ 120.1614016, 30.3513255 ], [ 120.1615905, 30.3513465 ], [ 120.1617428, 30.3513149 ], [ 120.1622365, 30.3513859 ], [ 120.1622395, 30.3513307 ], [ 120.1617215, 30.3511966 ], [ 120.1612644, 30.3511282 ], [ 120.1601051, 30.350906 ], [ 120.1599146, 30.3509517 ], [ 120.1597926, 30.3509678 ], [ 120.1596525, 30.3509836 ], [ 120.1595641, 30.3509678 ], [ 120.1594177, 30.3509088 ], [ 120.1592899, 30.3508574 ], [ 120.1589608, 30.3508627 ], [ 120.1586195, 30.3508074 ], [ 120.1576181, 30.3505981 ], [ 120.1575377, 30.3505813 ], [ 120.1573898, 30.3505432 ], [ 120.1570611, 30.3504584 ], [ 120.1570075, 30.3504446 ], [ 120.1564895, 30.350292 ], [ 120.1559227, 30.3500843 ], [ 120.1556515, 30.3500002 ], [ 120.1553437, 30.3498555 ], [ 120.15517, 30.3497293 ], [ 120.1550329, 30.3497109 ], [ 120.1549232, 30.3497425 ], [ 120.1548562, 30.3497977 ], [ 120.1548349, 30.3498713 ], [ 120.1549202, 30.3499292 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1624544, 30.351428 ], [ 120.1626568, 30.3514581 ], [ 120.1627585, 30.3514732 ], [ 120.1629869, 30.3514793 ], [ 120.1632795, 30.351467 ], [ 120.1635222, 30.3514609 ], [ 120.1637078, 30.3515286 ], [ 120.1638577, 30.3515964 ], [ 120.164129, 30.351775 ], [ 120.1642217, 30.3517688 ], [ 120.1641855, 30.3516846 ], [ 120.164129, 30.3515533 ], [ 120.1640147, 30.3514793 ], [ 120.1638077, 30.3513685 ], [ 120.1636507, 30.3513007 ], [ 120.1635008, 30.3512945 ], [ 120.1633152, 30.3513069 ], [ 120.1629661, 30.3514018 ], [ 120.1623802, 30.3513253 ], [ 120.1623445, 30.3514116 ], [ 120.1624544, 30.351428 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1441185, 30.3401402 ], [ 120.1441326, 30.3399258 ], [ 120.1441778, 30.3398259 ], [ 120.1442032, 30.339609 ], [ 120.144158, 30.339609 ], [ 120.1441411, 30.3398259 ], [ 120.1441015, 30.3399331 ], [ 120.1440874, 30.3401402 ], [ 120.1441185, 30.3401402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1338509, 30.3429427 ], [ 120.1343938, 30.3428809 ], [ 120.1344236, 30.3430148 ], [ 120.1346921, 30.342989 ], [ 120.1346921, 30.3429324 ], [ 120.1351813, 30.342814 ], [ 120.1363805, 30.3425926 ], [ 120.1365335, 30.3425272 ], [ 120.1370667, 30.3422991 ], [ 120.1370309, 30.3421549 ], [ 120.1370309, 30.3420674 ], [ 120.1371919, 30.3419592 ], [ 120.137896, 30.3417172 ], [ 120.1386119, 30.3410994 ], [ 120.1386376, 30.341041 ], [ 120.1385688, 30.3409201 ], [ 120.1384628, 30.3407341 ], [ 120.1381048, 30.3401056 ], [ 120.1380212, 30.3398842 ], [ 120.1380511, 30.3391582 ], [ 120.1380869, 30.3370779 ], [ 120.1374067, 30.3370727 ], [ 120.1373172, 30.3389213 ], [ 120.1372337, 30.3412487 ], [ 120.1370726, 30.3412899 ], [ 120.1349308, 30.3420983 ], [ 120.133648, 30.3424741 ], [ 120.1338509, 30.3429427 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1386712, 30.3409045 ], [ 120.1391571, 30.3404286 ], [ 120.139318, 30.3402204 ], [ 120.1394463, 30.3399703 ], [ 120.1394757, 30.339908 ], [ 120.1394355, 30.3399241 ], [ 120.1393551, 30.339916 ], [ 120.1392839, 30.3399267 ], [ 120.1386653, 30.3405434 ], [ 120.1385549, 30.3406947 ], [ 120.1386712, 30.3409045 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.143604, 30.3426183 ], [ 120.1436036, 30.3425866 ], [ 120.1436392, 30.3421666 ], [ 120.1436867, 30.342059 ], [ 120.1440013, 30.3412932 ], [ 120.144025, 30.3412164 ], [ 120.1440844, 30.3408245 ], [ 120.1440577, 30.340822 ], [ 120.1440131, 30.3411421 ], [ 120.1439894, 30.3412574 ], [ 120.1435977, 30.3421743 ], [ 120.143571, 30.3425892 ], [ 120.1435592, 30.3426197 ], [ 120.143604, 30.3426183 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1369769, 30.3426609 ], [ 120.1374289, 30.3427983 ], [ 120.1375753, 30.3428203 ], [ 120.1382818, 30.3428258 ], [ 120.1406561, 30.3428258 ], [ 120.1420374, 30.3428038 ], [ 120.142623, 30.3428148 ], [ 120.1427758, 30.3427928 ], [ 120.142748, 30.3427048 ], [ 120.1427185, 30.3426115 ], [ 120.1425403, 30.3426555 ], [ 120.1424296, 30.3426565 ], [ 120.1399941, 30.3426774 ], [ 120.1384282, 30.3426555 ], [ 120.1379954, 30.3426445 ], [ 120.1378015, 30.3426405 ], [ 120.1374671, 30.3426335 ], [ 120.1372825, 30.3425895 ], [ 120.1372124, 30.3425511 ], [ 120.1371944, 30.3425199 ], [ 120.1370667, 30.3422991 ], [ 120.1365335, 30.3425272 ], [ 120.1369769, 30.3426609 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1477517, 30.3427406 ], [ 120.1478818, 30.3427391 ], [ 120.1478945, 30.3427322 ], [ 120.1478999, 30.3427224 ], [ 120.1479017, 30.3426935 ], [ 120.1479039, 30.3426567 ], [ 120.1479009, 30.3426445 ], [ 120.1478892, 30.3426387 ], [ 120.1477464, 30.3426416 ], [ 120.1476813, 30.3426932 ], [ 120.1477517, 30.3427406 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1485996, 30.3427538 ], [ 120.1486664, 30.3427461 ], [ 120.1486664, 30.3427134 ], [ 120.1486664, 30.3426885 ], [ 120.1486041, 30.3426423 ], [ 120.1481497, 30.3426346 ], [ 120.1481444, 30.3426988 ], [ 120.1481408, 30.3427423 ], [ 120.1485996, 30.3427538 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1432258, 30.3426992 ], [ 120.1432577, 30.3428146 ], [ 120.1440294, 30.3427923 ], [ 120.1455617, 30.3427884 ], [ 120.1469075, 30.3427701 ], [ 120.1473045, 30.3427655 ], [ 120.1473628, 30.3426911 ], [ 120.1473252, 30.3426191 ], [ 120.1461288, 30.3426028 ], [ 120.1441005, 30.3426028 ], [ 120.1438184, 30.3426116 ], [ 120.143604, 30.3426183 ], [ 120.1435592, 30.3426197 ], [ 120.1432068, 30.3426307 ], [ 120.1432258, 30.3426992 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1510463, 30.3488295 ], [ 120.1512285, 30.3488119 ], [ 120.1513693, 30.3488248 ], [ 120.1514514, 30.3488693 ], [ 120.1515923, 30.3488626 ], [ 120.1517996, 30.3488491 ], [ 120.1519013, 30.3489132 ], [ 120.1525075, 30.3492811 ], [ 120.1526249, 30.3493284 ], [ 120.1534189, 30.3496254 ], [ 120.1541777, 30.3498448 ], [ 120.1546393, 30.3501216 ], [ 120.1547214, 30.3501182 ], [ 120.1548231, 30.350017 ], [ 120.154784, 30.3499326 ], [ 120.1547097, 30.3499495 ], [ 120.1546588, 30.3499258 ], [ 120.154342, 30.3497368 ], [ 120.1541621, 30.3496625 ], [ 120.1533172, 30.3494161 ], [ 120.1529843, 30.3493545 ], [ 120.152707, 30.3492599 ], [ 120.1526166, 30.349202 ], [ 120.151913, 30.3487242 ], [ 120.1517213, 30.3487006 ], [ 120.1515414, 30.3487107 ], [ 120.1514669, 30.3487421 ], [ 120.1513828, 30.3488071 ], [ 120.1512372, 30.3487854 ], [ 120.1510308, 30.3487526 ], [ 120.1510463, 30.3488295 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1313327, 30.3509459 ], [ 120.1314455, 30.3509377 ], [ 120.1316067, 30.3509459 ], [ 120.1316548, 30.3509683 ], [ 120.1318553, 30.3509805 ], [ 120.1319478, 30.3509542 ], [ 120.1324394, 30.3509051 ], [ 120.1325925, 30.3509051 ], [ 120.1328953, 30.3509358 ], [ 120.1330093, 30.3509235 ], [ 120.1339826, 30.3509726 ], [ 120.1340956, 30.3509573 ], [ 120.134206, 30.3509266 ], [ 120.1343164, 30.3509051 ], [ 120.1345873, 30.3509101 ], [ 120.1349733, 30.3509449 ], [ 120.1351564, 30.3510291 ], [ 120.1355173, 30.3510972 ], [ 120.1360439, 30.3511817 ], [ 120.1361188, 30.3512372 ], [ 120.1362231, 30.3513621 ], [ 120.1362634, 30.351478 ], [ 120.136257, 30.351575 ], [ 120.1362609, 30.3516124 ], [ 120.1363282, 30.351671 ], [ 120.1364517, 30.3517147 ], [ 120.1365193, 30.3516962 ], [ 120.1365853, 30.3516919 ], [ 120.1367902, 30.3517821 ], [ 120.1369765, 30.3519016 ], [ 120.13723, 30.3521016 ], [ 120.1373762, 30.3521781 ], [ 120.1375093, 30.3521651 ], [ 120.1376818, 30.3520764 ], [ 120.1377613, 30.3517891 ], [ 120.1378114, 30.3516846 ], [ 120.1379684, 30.3516744 ], [ 120.1381383, 30.351652 ], [ 120.1383602, 30.3516029 ], [ 120.1387047, 30.3516039 ], [ 120.1394312, 30.3516182 ], [ 120.1400048, 30.3516232 ], [ 120.1410753, 30.3516084 ], [ 120.1414417, 30.3517077 ], [ 120.1414907, 30.3517358 ], [ 120.1415145, 30.3517746 ], [ 120.1416801, 30.3515405 ], [ 120.1415494, 30.3515921 ], [ 120.1414417, 30.351578 ], [ 120.1412752, 30.3515301 ], [ 120.1410232, 30.3514828 ], [ 120.1402566, 30.3514795 ], [ 120.1400056, 30.3514832 ], [ 120.13936, 30.351486 ], [ 120.1389255, 30.3514522 ], [ 120.1386654, 30.3514276 ], [ 120.1385906, 30.3513969 ], [ 120.1385693, 30.3513354 ], [ 120.1385657, 30.3512462 ], [ 120.1385978, 30.3511233 ], [ 120.1386084, 30.3510157 ], [ 120.1385443, 30.3509174 ], [ 120.1385879, 30.3504896 ], [ 120.1385158, 30.3504963 ], [ 120.1384624, 30.3508958 ], [ 120.1383734, 30.3510772 ], [ 120.1383306, 30.3512247 ], [ 120.1383271, 30.35132 ], [ 120.1382723, 30.3513998 ], [ 120.1382036, 30.3514918 ], [ 120.1380303, 30.3515401 ], [ 120.1378498, 30.3515751 ], [ 120.1375541, 30.351612 ], [ 120.137433, 30.351612 ], [ 120.1370092, 30.3515628 ], [ 120.136913, 30.3515321 ], [ 120.1363561, 30.3513127 ], [ 120.136308, 30.3512596 ], [ 120.1362799, 30.3511764 ], [ 120.1362229, 30.3511333 ], [ 120.1361443, 30.3510904 ], [ 120.1360419, 30.3510516 ], [ 120.1359264, 30.351028 ], [ 120.1352262, 30.350925 ], [ 120.1351937, 30.3508873 ], [ 120.1349839, 30.3508132 ], [ 120.1345759, 30.3507773 ], [ 120.1343487, 30.3507805 ], [ 120.1341096, 30.3508148 ], [ 120.1339694, 30.3508333 ], [ 120.1331651, 30.3507959 ], [ 120.1331041, 30.3508686 ], [ 120.1329354, 30.3508689 ], [ 120.1328703, 30.3508928 ], [ 120.1327492, 30.3508836 ], [ 120.1326744, 30.3508559 ], [ 120.1326414, 30.3508302 ], [ 120.1325755, 30.3508286 ], [ 120.1324799, 30.3507755 ], [ 120.1314647, 30.35081 ], [ 120.1313858, 30.3507619 ], [ 120.1313012, 30.35088 ], [ 120.1312932, 30.3510085 ], [ 120.1313327, 30.3509459 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1412493, 30.3539009 ], [ 120.141244, 30.3539757 ], [ 120.1413042, 30.3539757 ], [ 120.1413123, 30.3539154 ], [ 120.1413454, 30.3538005 ], [ 120.1414922, 30.3532135 ], [ 120.1415312, 30.352964 ], [ 120.1415413, 30.3526074 ], [ 120.1415822, 30.352116 ], [ 120.1416136, 30.3519955 ], [ 120.1416796, 30.3519497 ], [ 120.1417629, 30.3518021 ], [ 120.1417698, 30.3516988 ], [ 120.1417862, 30.3515395 ], [ 120.141925, 30.3510028 ], [ 120.1419809, 30.3505887 ], [ 120.1420342, 30.3504325 ], [ 120.1421275, 30.3501061 ], [ 120.1422586, 30.3497184 ], [ 120.1423443, 30.3495062 ], [ 120.1423547, 30.3493839 ], [ 120.1423872, 30.3493097 ], [ 120.1425427, 30.3491802 ], [ 120.1426114, 30.3491536 ], [ 120.1427379, 30.3491371 ], [ 120.1428962, 30.3491385 ], [ 120.1430263, 30.349148 ], [ 120.1432463, 30.3490589 ], [ 120.1433358, 30.3490074 ], [ 120.1434779, 30.3489975 ], [ 120.1437952, 30.3490063 ], [ 120.143905, 30.3490583 ], [ 120.144023, 30.3490616 ], [ 120.1448941, 30.3490239 ], [ 120.1451292, 30.3490238 ], [ 120.145747, 30.349029 ], [ 120.1461435, 30.3490394 ], [ 120.1462226, 30.3490896 ], [ 120.146366, 30.3492061 ], [ 120.1465547, 30.3493171 ], [ 120.1467306, 30.3494609 ], [ 120.1467862, 30.3493453 ], [ 120.1467591, 30.3493244 ], [ 120.1466563, 30.3493215 ], [ 120.1464621, 30.3491673 ], [ 120.1464193, 30.3491128 ], [ 120.1464008, 30.3490761 ], [ 120.1464204, 30.3490316 ], [ 120.1464516, 30.3490196 ], [ 120.1464314, 30.3489657 ], [ 120.1463403, 30.3489563 ], [ 120.1462186, 30.3489707 ], [ 120.1458643, 30.3489993 ], [ 120.145552, 30.3489928 ], [ 120.1452712, 30.3489928 ], [ 120.145119, 30.3489861 ], [ 120.1449669, 30.3489794 ], [ 120.1447718, 30.3489861 ], [ 120.1443817, 30.3490063 ], [ 120.1441516, 30.349013 ], [ 120.1439487, 30.3490097 ], [ 120.1437732, 30.3489524 ], [ 120.1435859, 30.3489423 ], [ 120.1433168, 30.3489558 ], [ 120.1431607, 30.3489962 ], [ 120.1428136, 30.3490501 ], [ 120.1427316, 30.3490332 ], [ 120.1425522, 30.3490198 ], [ 120.142443, 30.3489726 ], [ 120.1422986, 30.348976 ], [ 120.1422869, 30.3490332 ], [ 120.142283, 30.3490972 ], [ 120.142205, 30.3494237 ], [ 120.1419983, 30.3500903 ], [ 120.1419046, 30.350575 ], [ 120.1418445, 30.3509482 ], [ 120.1417152, 30.3514238 ], [ 120.1416801, 30.3515405 ], [ 120.1415145, 30.3517746 ], [ 120.141459, 30.3520808 ], [ 120.141437, 30.3523219 ], [ 120.1414482, 30.3529179 ], [ 120.1412961, 30.353507 ], [ 120.141222, 30.353847 ], [ 120.1412493, 30.3539009 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1305043, 30.3562155 ], [ 120.13174, 30.3561705 ], [ 120.1319165, 30.3561636 ], [ 120.1322976, 30.3560701 ], [ 120.1332203, 30.3559317 ], [ 120.1335413, 30.355814 ], [ 120.1336456, 30.355814 ], [ 120.1337178, 30.3558278 ], [ 120.1337419, 30.3558763 ], [ 120.1339585, 30.3558763 ], [ 120.1341872, 30.355897 ], [ 120.1343035, 30.3558867 ], [ 120.1343878, 30.3558347 ], [ 120.1344801, 30.3557689 ], [ 120.1346486, 30.3557032 ], [ 120.1356034, 30.3555647 ], [ 120.1359283, 30.3555232 ], [ 120.1359925, 30.3555924 ], [ 120.1366329, 30.3554862 ], [ 120.1380355, 30.3553054 ], [ 120.1381527, 30.3552892 ], [ 120.1382191, 30.3553435 ], [ 120.1382596, 30.3554195 ], [ 120.1382848, 30.3555088 ], [ 120.138528, 30.3555509 ], [ 120.1385404, 30.3553515 ], [ 120.1385558, 30.3552824 ], [ 120.1385706, 30.355249 ], [ 120.1386144, 30.3552372 ], [ 120.1396106, 30.3550702 ], [ 120.1397985, 30.3549321 ], [ 120.1398973, 30.3549381 ], [ 120.1399899, 30.3548963 ], [ 120.1401721, 30.3548897 ], [ 120.1410274, 30.3549693 ], [ 120.1410876, 30.3550143 ], [ 120.1411116, 30.3550593 ], [ 120.1412922, 30.3550558 ], [ 120.1412882, 30.35499 ], [ 120.1423834, 30.3549935 ], [ 120.142592, 30.3549104 ], [ 120.1437391, 30.3548075 ], [ 120.1439336, 30.3548225 ], [ 120.143998, 30.3548318 ], [ 120.1442622, 30.3548167 ], [ 120.1443681, 30.3547797 ], [ 120.1445076, 30.354723 ], [ 120.1447463, 30.3546408 ], [ 120.144859, 30.3546223 ], [ 120.1451151, 30.3546073 ], [ 120.1452278, 30.3546061 ], [ 120.1453321, 30.3546369 ], [ 120.1453201, 30.3546785 ], [ 120.145288, 30.3547892 ], [ 120.1452719, 30.3549069 ], [ 120.1453441, 30.3549208 ], [ 120.1453642, 30.3548308 ], [ 120.1453963, 30.3547373 ], [ 120.1454164, 30.3546127 ], [ 120.1454645, 30.3545538 ], [ 120.1455528, 30.3545296 ], [ 120.1457333, 30.3545469 ], [ 120.1467603, 30.3545919 ], [ 120.147346, 30.3545885 ], [ 120.1480441, 30.3546785 ], [ 120.1481925, 30.3547373 ], [ 120.1482086, 30.3548204 ], [ 120.1482046, 30.3549346 ], [ 120.1481123, 30.3550523 ], [ 120.1479679, 30.3557863 ], [ 120.1478703, 30.3563121 ], [ 120.1478483, 30.3564103 ], [ 120.1479068, 30.3564232 ], [ 120.1479623, 30.3564357 ], [ 120.1479799, 30.356348 ], [ 120.1480842, 30.3557689 ], [ 120.1481324, 30.3555474 ], [ 120.1481925, 30.3554262 ], [ 120.1482969, 30.3553258 ], [ 120.148345, 30.3551977 ], [ 120.1483771, 30.3550281 ], [ 120.1484052, 30.3549173 ], [ 120.1484573, 30.354855 ], [ 120.1485496, 30.3548066 ], [ 120.148686, 30.3547685 ], [ 120.1492637, 30.3548169 ], [ 120.1499176, 30.3549 ], [ 120.150375, 30.3549416 ], [ 120.1504151, 30.3550108 ], [ 120.1504713, 30.3550489 ], [ 120.1505796, 30.3550766 ], [ 120.1506879, 30.3550766 ], [ 120.1508644, 30.3551077 ], [ 120.1511092, 30.3551458 ], [ 120.1512977, 30.355125 ], [ 120.1514421, 30.3550731 ], [ 120.1514301, 30.3548689 ], [ 120.1513057, 30.3548066 ], [ 120.1510811, 30.3547269 ], [ 120.1508644, 30.3546785 ], [ 120.1506518, 30.3546681 ], [ 120.1500942, 30.3546612 ], [ 120.1499899, 30.3546369 ], [ 120.1499578, 30.3545746 ], [ 120.1499417, 30.3545019 ], [ 120.1499658, 30.3544257 ], [ 120.1503068, 30.3538684 ], [ 120.1503349, 30.3536434 ], [ 120.1502907, 30.3536122 ], [ 120.1502747, 30.3531275 ], [ 120.1502145, 30.3529994 ], [ 120.1501584, 30.3529302 ], [ 120.1500491, 30.3528905 ], [ 120.1495486, 30.3527606 ], [ 120.1494563, 30.3527121 ], [ 120.1494081, 30.3525771 ], [ 120.1493239, 30.3522101 ], [ 120.1492838, 30.3521063 ], [ 120.1492958, 30.3516493 ], [ 120.149372, 30.3513065 ], [ 120.1494643, 30.3510227 ], [ 120.1496448, 30.3505345 ], [ 120.1495044, 30.3505103 ], [ 120.1493279, 30.3508426 ], [ 120.1492437, 30.350988 ], [ 120.1491393, 30.3514866 ], [ 120.1491113, 30.35167 ], [ 120.1491193, 30.3526671 ], [ 120.1493038, 30.352854 ], [ 120.1494282, 30.3529267 ], [ 120.1500179, 30.3530652 ], [ 120.150046, 30.3531379 ], [ 120.150054, 30.3535672 ], [ 120.1500821, 30.3537645 ], [ 120.1500581, 30.3538268 ], [ 120.149697, 30.354405 ], [ 120.1494442, 30.3545608 ], [ 120.1493078, 30.3545746 ], [ 120.1491073, 30.3545573 ], [ 120.1488144, 30.3545227 ], [ 120.1486258, 30.3544708 ], [ 120.1485576, 30.354405 ], [ 120.1485376, 30.3543461 ], [ 120.1487141, 30.3536364 ], [ 120.1484413, 30.3535949 ], [ 120.148329, 30.3543046 ], [ 120.1482608, 30.3543807 ], [ 120.1481966, 30.3544188 ], [ 120.1473942, 30.3543738 ], [ 120.1467683, 30.3543323 ], [ 120.1464273, 30.3543184 ], [ 120.145974, 30.3543496 ], [ 120.1450588, 30.3543156 ], [ 120.14493, 30.3543284 ], [ 120.1447181, 30.3543828 ], [ 120.144576, 30.354429 ], [ 120.1445304, 30.3544314 ], [ 120.1444231, 30.3544302 ], [ 120.1441596, 30.3544614 ], [ 120.1440831, 30.3544973 ], [ 120.1439758, 30.3545633 ], [ 120.1439209, 30.3545911 ], [ 120.1438417, 30.3545992 ], [ 120.1434746, 30.3545954 ], [ 120.1426121, 30.3546023 ], [ 120.1421788, 30.3546577 ], [ 120.1418578, 30.3546612 ], [ 120.1416051, 30.3546335 ], [ 120.1412601, 30.3545677 ], [ 120.141228, 30.3545158 ], [ 120.1413443, 30.3540796 ], [ 120.1413403, 30.3540207 ], [ 120.1413042, 30.3539757 ], [ 120.141244, 30.3539757 ], [ 120.1411879, 30.3540346 ], [ 120.1410394, 30.3545538 ], [ 120.1409672, 30.3546023 ], [ 120.1403735, 30.3546369 ], [ 120.1397917, 30.3546715 ], [ 120.1392501, 30.3547927 ], [ 120.1389653, 30.3548619 ], [ 120.1383756, 30.3549312 ], [ 120.1382271, 30.3548966 ], [ 120.1376735, 30.3549623 ], [ 120.1376013, 30.3550073 ], [ 120.1340428, 30.3553085 ], [ 120.1340628, 30.3554366 ], [ 120.1339425, 30.3555058 ], [ 120.133782, 30.355582 ], [ 120.1325343, 30.3557482 ], [ 120.1306006, 30.3559074 ], [ 120.1304802, 30.3559143 ], [ 120.1305043, 30.3562155 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1446697, 30.3583808 ], [ 120.1451395, 30.3584609 ], [ 120.1452433, 30.3585034 ], [ 120.1452816, 30.3585694 ], [ 120.1453144, 30.3588993 ], [ 120.14544, 30.3590455 ], [ 120.1455056, 30.3590879 ], [ 120.1458115, 30.3590879 ], [ 120.1462485, 30.3590973 ], [ 120.1463906, 30.3590313 ], [ 120.1466419, 30.3590408 ], [ 120.1467807, 30.3590813 ], [ 120.1468221, 30.3590097 ], [ 120.146773, 30.3589889 ], [ 120.1466637, 30.3589606 ], [ 120.1459808, 30.3589559 ], [ 120.1455656, 30.3589606 ], [ 120.145511, 30.3589182 ], [ 120.1454892, 30.3588616 ], [ 120.1454181, 30.3584798 ], [ 120.1453854, 30.3584232 ], [ 120.145298, 30.3583902 ], [ 120.1449429, 30.3583242 ], [ 120.1448555, 30.358296 ], [ 120.1448172, 30.3582347 ], [ 120.1448008, 30.3581451 ], [ 120.1448609, 30.3576124 ], [ 120.1449975, 30.3570515 ], [ 120.1451013, 30.3565141 ], [ 120.1453581, 30.3550669 ], [ 120.1453441, 30.3549208 ], [ 120.1452719, 30.3549069 ], [ 120.1452106, 30.355015 ], [ 120.1451286, 30.3553403 ], [ 120.145003, 30.3561464 ], [ 120.1448555, 30.3569195 ], [ 120.1446752, 30.3577539 ], [ 120.1446588, 30.358329 ], [ 120.1446697, 30.3583808 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1463538, 30.3625463 ], [ 120.1463571, 30.3627894 ], [ 120.1463593, 30.3628965 ], [ 120.1465997, 30.362868 ], [ 120.1465527, 30.3621995 ], [ 120.146561, 30.3620314 ], [ 120.1468346, 30.3610981 ], [ 120.1471412, 30.3599252 ], [ 120.1474811, 30.358788 ], [ 120.1476344, 30.3580156 ], [ 120.1477049, 30.3575543 ], [ 120.147796, 30.3571395 ], [ 120.1479273, 30.3565847 ], [ 120.1479623, 30.3564357 ], [ 120.1479068, 30.3564232 ], [ 120.1478483, 30.3564103 ], [ 120.1477995, 30.3565797 ], [ 120.1476758, 30.3571538 ], [ 120.1475432, 30.3573469 ], [ 120.1474355, 30.3574685 ], [ 120.1475059, 30.3575221 ], [ 120.1474479, 30.3579012 ], [ 120.1472738, 30.3586629 ], [ 120.1471081, 30.3590348 ], [ 120.1470666, 30.3590777 ], [ 120.1468221, 30.3590097 ], [ 120.1467807, 30.3590813 ], [ 120.1469672, 30.3591349 ], [ 120.147021, 30.3591957 ], [ 120.1470583, 30.3593352 ], [ 120.1470418, 30.3596105 ], [ 120.1470289, 30.3596522 ], [ 120.146876, 30.3601469 ], [ 120.1466854, 30.3606833 ], [ 120.1466149, 30.3607512 ], [ 120.1465859, 30.3611267 ], [ 120.1463704, 30.3618562 ], [ 120.1463165, 30.362271 ], [ 120.1463538, 30.3625463 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1365918, 30.364475 ], [ 120.1365794, 30.364421 ], [ 120.1365529, 30.3643058 ], [ 120.136565, 30.3639319 ], [ 120.1366177, 30.363586 ], [ 120.1366582, 30.3634846 ], [ 120.1367311, 30.3633518 ], [ 120.1367473, 30.3632924 ], [ 120.1367513, 30.3627263 ], [ 120.1367597, 30.3626327 ], [ 120.1367959, 30.3622301 ], [ 120.1368242, 30.3619471 ], [ 120.1368293, 30.3619106 ], [ 120.1368904, 30.3614749 ], [ 120.1369295, 30.3611957 ], [ 120.1370093, 30.3605472 ], [ 120.137069, 30.360063 ], [ 120.1370956, 30.3598468 ], [ 120.1371374, 30.3596146 ], [ 120.1372059, 30.359256 ], [ 120.1372324, 30.3590618 ], [ 120.1372856, 30.3588562 ], [ 120.1372893, 30.3586014 ], [ 120.1373264, 30.3584385 ], [ 120.1373467, 30.3583756 ], [ 120.1373953, 30.3582428 ], [ 120.1374479, 30.3581764 ], [ 120.1374034, 30.358089 ], [ 120.1376743, 30.3580291 ], [ 120.1381781, 30.3579579 ], [ 120.1382944, 30.3579178 ], [ 120.1383794, 30.3578689 ], [ 120.1384405, 30.357813 ], [ 120.1384866, 30.3577415 ], [ 120.138511, 30.3576699 ], [ 120.1385239, 30.3575772 ], [ 120.1385118, 30.3570294 ], [ 120.1385115, 30.3562159 ], [ 120.1385153, 30.3558087 ], [ 120.138528, 30.3555509 ], [ 120.1382848, 30.3555088 ], [ 120.1382855, 30.35561 ], [ 120.1382703, 30.3560668 ], [ 120.1382587, 30.3565312 ], [ 120.1382779, 30.3570371 ], [ 120.1382613, 30.3575626 ], [ 120.1382526, 30.357646 ], [ 120.1382043, 30.3577038 ], [ 120.1380907, 30.3577614 ], [ 120.1375878, 30.357863 ], [ 120.137518, 30.3579157 ], [ 120.1374883, 30.3579711 ], [ 120.1374196, 30.3579982 ], [ 120.1372576, 30.3580751 ], [ 120.1371766, 30.358138 ], [ 120.1370996, 30.3582498 ], [ 120.1370672, 30.3583791 ], [ 120.1370672, 30.358456 ], [ 120.1370241, 30.358718 ], [ 120.1369523, 30.3591501 ], [ 120.136859, 30.3596101 ], [ 120.1368278, 30.359924 ], [ 120.1367781, 30.3602173 ], [ 120.1367684, 30.3605451 ], [ 120.1367223, 30.3607901 ], [ 120.1366812, 30.3611498 ], [ 120.1366717, 30.361461 ], [ 120.1366293, 30.3617751 ], [ 120.1365831, 30.362057 ], [ 120.136561, 30.3625706 ], [ 120.1365307, 30.3631004 ], [ 120.1364776, 30.3633171 ], [ 120.1364257, 30.3635685 ], [ 120.1363828, 30.3638093 ], [ 120.1364393, 30.3639872 ], [ 120.1364236, 30.3640791 ], [ 120.136359, 30.3642063 ], [ 120.1363404, 30.3645301 ], [ 120.1365918, 30.364475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1523379, 30.3602926 ], [ 120.1524847, 30.36029 ], [ 120.1525135, 30.3602574 ], [ 120.1525438, 30.3603227 ], [ 120.152627, 30.3603083 ], [ 120.1526527, 30.3603462 ], [ 120.1525271, 30.3603945 ], [ 120.1525543, 30.3604219 ], [ 120.1526225, 30.3604298 ], [ 120.1527617, 30.3604977 ], [ 120.1528162, 30.3605956 ], [ 120.1529721, 30.360593 ], [ 120.1532036, 30.3605107 ], [ 120.1532142, 30.3604023 ], [ 120.1532188, 30.360273 ], [ 120.1531552, 30.3602077 ], [ 120.1530478, 30.3602522 ], [ 120.1529781, 30.3602012 ], [ 120.1529418, 30.3601359 ], [ 120.1528041, 30.3600745 ], [ 120.1527511, 30.360115 ], [ 120.1527193, 30.3601464 ], [ 120.1527072, 30.3601098 ], [ 120.1526739, 30.3601098 ], [ 120.1526315, 30.3600458 ], [ 120.1525725, 30.360038 ], [ 120.1525634, 30.359987 ], [ 120.152459, 30.3600001 ], [ 120.1524772, 30.3601411 ], [ 120.1523894, 30.360085 ], [ 120.1523379, 30.360149 ], [ 120.1523379, 30.3602926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1530856, 30.3607419 ], [ 120.1530417, 30.3607902 ], [ 120.1530402, 30.3608307 ], [ 120.1531068, 30.3608712 ], [ 120.1530674, 30.3610553 ], [ 120.1531098, 30.361101 ], [ 120.1532657, 30.3611911 ], [ 120.1533489, 30.3611781 ], [ 120.1533202, 30.3612107 ], [ 120.1533959, 30.3612525 ], [ 120.1534201, 30.3612303 ], [ 120.1534761, 30.3612355 ], [ 120.153467, 30.3612499 ], [ 120.1534715, 30.3612839 ], [ 120.1535033, 30.3612995 ], [ 120.1535185, 30.3612839 ], [ 120.1535381, 30.3612891 ], [ 120.1535608, 30.3613714 ], [ 120.153915, 30.3615019 ], [ 120.1545976, 30.3616012 ], [ 120.1548322, 30.3615463 ], [ 120.1547308, 30.3612878 ], [ 120.1547444, 30.3611911 ], [ 120.1547323, 30.3610436 ], [ 120.154587, 30.3610018 ], [ 120.1543872, 30.3610214 ], [ 120.1543479, 30.3608882 ], [ 120.1542207, 30.360802 ], [ 120.1540013, 30.3608268 ], [ 120.1535275, 30.3608424 ], [ 120.1534337, 30.3607367 ], [ 120.1532945, 30.3608059 ], [ 120.1531825, 30.360768 ], [ 120.1532491, 30.3606818 ], [ 120.1532203, 30.3606348 ], [ 120.1530644, 30.3606113 ], [ 120.1529948, 30.3606465 ], [ 120.1530856, 30.3607419 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1498872, 30.362167 ], [ 120.1499559, 30.3625448 ], [ 120.1499989, 30.3626596 ], [ 120.1500933, 30.3627448 ], [ 120.1502478, 30.3628189 ], [ 120.1503981, 30.3629004 ], [ 120.1505097, 30.3629671 ], [ 120.1505612, 30.36313 ], [ 120.1507072, 30.3636523 ], [ 120.1507759, 30.3638523 ], [ 120.1508875, 30.3639894 ], [ 120.1510807, 30.3640672 ], [ 120.1511365, 30.364119 ], [ 120.1512849, 30.3642662 ], [ 120.1513382, 30.364319 ], [ 120.1513983, 30.3643968 ], [ 120.1514114, 30.3645218 ], [ 120.1514832, 30.3645253 ], [ 120.1514993, 30.3644835 ], [ 120.1514993, 30.3644364 ], [ 120.1514699, 30.364364 ], [ 120.1513986, 30.3642554 ], [ 120.1513188, 30.3641503 ], [ 120.1511761, 30.3640236 ], [ 120.1510125, 30.3639693 ], [ 120.1508614, 30.3639041 ], [ 120.1507942, 30.3637882 ], [ 120.1508068, 30.3636904 ], [ 120.1508278, 30.3635891 ], [ 120.1507523, 30.3633682 ], [ 120.1506012, 30.3628684 ], [ 120.1505718, 30.3627562 ], [ 120.150618, 30.3626584 ], [ 120.1507061, 30.3626186 ], [ 120.1508614, 30.3626041 ], [ 120.1511402, 30.3626264 ], [ 120.1512338, 30.3623988 ], [ 120.1511468, 30.3623071 ], [ 120.1511258, 30.3622093 ], [ 120.151151, 30.3620754 ], [ 120.1511929, 30.3618907 ], [ 120.1512979, 30.3617386 ], [ 120.1513692, 30.361572 ], [ 120.1513566, 30.3614923 ], [ 120.1513188, 30.3614344 ], [ 120.1512727, 30.3613692 ], [ 120.1511258, 30.3612606 ], [ 120.1510418, 30.3612135 ], [ 120.1509495, 30.3611664 ], [ 120.150874, 30.3611447 ], [ 120.1507523, 30.3611266 ], [ 120.1506851, 30.3610505 ], [ 120.1506557, 30.3609093 ], [ 120.1506683, 30.3607608 ], [ 120.1506767, 30.3606341 ], [ 120.1507355, 30.3604928 ], [ 120.1507187, 30.3603878 ], [ 120.1507145, 30.3602538 ], [ 120.150769, 30.3600981 ], [ 120.150811, 30.3599786 ], [ 120.1508446, 30.3599098 ], [ 120.1509537, 30.3596491 ], [ 120.1510544, 30.3594318 ], [ 120.1511258, 30.359363 ], [ 120.1512097, 30.359363 ], [ 120.1513188, 30.3594173 ], [ 120.151407, 30.3594752 ], [ 120.1514951, 30.3596056 ], [ 120.1516504, 30.359917 ], [ 120.1517611, 30.3601422 ], [ 120.1517492, 30.3599512 ], [ 120.1517008, 30.3598736 ], [ 120.1514699, 30.3594426 ], [ 120.1513986, 30.3593521 ], [ 120.1512517, 30.3593304 ], [ 120.1511845, 30.3592833 ], [ 120.1512811, 30.3588813 ], [ 120.151365, 30.3587763 ], [ 120.151407, 30.3587002 ], [ 120.1513566, 30.3586459 ], [ 120.1512979, 30.3585916 ], [ 120.1512517, 30.3584938 ], [ 120.151151, 30.3583707 ], [ 120.1510754, 30.358349 ], [ 120.1510335, 30.3582657 ], [ 120.1510251, 30.3580737 ], [ 120.1510041, 30.3579868 ], [ 120.1509411, 30.3579289 ], [ 120.150832, 30.3579035 ], [ 120.1507271, 30.3579108 ], [ 120.1506789, 30.3579281 ], [ 120.1506767, 30.3579289 ], [ 120.1506222, 30.3579796 ], [ 120.1505844, 30.3580484 ], [ 120.1505592, 30.3581534 ], [ 120.1505424, 30.3582983 ], [ 120.1505046, 30.3584612 ], [ 120.150555, 30.3585119 ], [ 120.1507271, 30.3585663 ], [ 120.1507942, 30.358588 ], [ 120.150832, 30.3585771 ], [ 120.1509495, 30.3586133 ], [ 120.1511216, 30.3586713 ], [ 120.1512139, 30.3587184 ], [ 120.1512307, 30.3587872 ], [ 120.1511552, 30.3589429 ], [ 120.151088, 30.3591819 ], [ 120.1510335, 30.3593449 ], [ 120.150895, 30.3596128 ], [ 120.1507984, 30.3598482 ], [ 120.1507355, 30.3599388 ], [ 120.1507061, 30.3600112 ], [ 120.1507019, 30.3600981 ], [ 120.1506641, 30.3602574 ], [ 120.1506641, 30.360453 ], [ 120.1505802, 30.360692 ], [ 120.1505802, 30.3609238 ], [ 120.1505718, 30.3610034 ], [ 120.1506012, 30.3610723 ], [ 120.15061, 30.3611704 ], [ 120.1505772, 30.3612481 ], [ 120.15043, 30.3613625 ], [ 120.1503539, 30.3614246 ], [ 120.150293, 30.3615042 ], [ 120.1502318, 30.3615973 ], [ 120.1500724, 30.3617784 ], [ 120.150001, 30.3618943 ], [ 120.1499087, 30.3619114 ], [ 120.1498872, 30.3620114 ], [ 120.1498872, 30.362167 ] ], [ [ 120.1501101, 30.3619124 ], [ 120.1501353, 30.361811 ], [ 120.150236, 30.3617168 ], [ 120.1503158, 30.3616118 ], [ 120.1504165, 30.3615068 ], [ 120.1504962, 30.3614561 ], [ 120.1505634, 30.3613837 ], [ 120.1506305, 30.3613257 ], [ 120.1507565, 30.3612787 ], [ 120.150874, 30.3612714 ], [ 120.1509831, 30.3612787 ], [ 120.1510754, 30.3613113 ], [ 120.1511174, 30.3613692 ], [ 120.1511803, 30.3614308 ], [ 120.1512223, 30.3615104 ], [ 120.1512265, 30.361601 ], [ 120.1512097, 30.3616662 ], [ 120.1511468, 30.3617422 ], [ 120.1510796, 30.3618581 ], [ 120.1510293, 30.3619233 ], [ 120.1509243, 30.3620066 ], [ 120.1508404, 30.3620609 ], [ 120.1507732, 30.3620717 ], [ 120.1506767, 30.3620717 ], [ 120.1505634, 30.3620971 ], [ 120.1504795, 30.362108 ], [ 120.1503913, 30.3621261 ], [ 120.1504039, 30.3622021 ], [ 120.1503368, 30.3622021 ], [ 120.1502234, 30.3621804 ], [ 120.1501353, 30.3621188 ], [ 120.1500975, 30.36205 ], [ 120.1501101, 30.3619124 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1346626, 30.365306 ], [ 120.1348129, 30.3652966 ], [ 120.1358027, 30.3650693 ], [ 120.1360382, 30.3650452 ], [ 120.1362178, 30.3650797 ], [ 120.1362776, 30.3651176 ], [ 120.1366009, 30.3650108 ], [ 120.1367446, 30.3649626 ], [ 120.1369681, 30.3648972 ], [ 120.1370598, 30.3648455 ], [ 120.1377662, 30.3646974 ], [ 120.1379339, 30.3646906 ], [ 120.1382256, 30.3646451 ], [ 120.139503, 30.3644457 ], [ 120.1398483, 30.3644952 ], [ 120.1399014, 30.3652002 ], [ 120.1399094, 30.3652828 ], [ 120.1399373, 30.3653345 ], [ 120.140077, 30.3653242 ], [ 120.1401209, 30.3652932 ], [ 120.1401249, 30.3652002 ], [ 120.1401528, 30.3645976 ], [ 120.1401449, 30.364422 ], [ 120.1401608, 30.3643428 ], [ 120.1402167, 30.3642773 ], [ 120.1412304, 30.3641121 ], [ 120.141865, 30.3638194 ], [ 120.1424756, 30.3637023 ], [ 120.1429745, 30.3636403 ], [ 120.1434574, 30.3636851 ], [ 120.143641, 30.3637057 ], [ 120.1437248, 30.3637711 ], [ 120.1438046, 30.3638297 ], [ 120.1447904, 30.3638331 ], [ 120.1457761, 30.3638676 ], [ 120.1458519, 30.3639158 ], [ 120.1459198, 30.3640156 ], [ 120.1458998, 30.3641706 ], [ 120.1459876, 30.3641878 ], [ 120.1460794, 30.3639399 ], [ 120.1461273, 30.3639295 ], [ 120.1466222, 30.3639881 ], [ 120.1478395, 30.364267 ], [ 120.1490886, 30.3645666 ], [ 120.1500465, 30.3647732 ], [ 120.150246, 30.3648042 ], [ 120.1510083, 30.3649316 ], [ 120.1518783, 30.3651451 ], [ 120.1525927, 30.3652725 ], [ 120.1532991, 30.3653655 ], [ 120.1539616, 30.3654722 ], [ 120.154213, 30.365517 ], [ 120.1542729, 30.3655549 ], [ 120.1543288, 30.3655549 ], [ 120.1543806, 30.3654826 ], [ 120.1549075, 30.3654722 ], [ 120.1554223, 30.365455 ], [ 120.1572222, 30.3653999 ], [ 120.158635, 30.3653035 ], [ 120.1589024, 30.3652415 ], [ 120.159525, 30.3649833 ], [ 120.1597804, 30.3648386 ], [ 120.15998, 30.3647043 ], [ 120.1603112, 30.3645804 ], [ 120.1615644, 30.3644667 ], [ 120.1616203, 30.3644048 ], [ 120.1622987, 30.3643462 ], [ 120.1625222, 30.3642773 ], [ 120.162626, 30.3642808 ], [ 120.1627457, 30.3643083 ], [ 120.1628175, 30.3643703 ], [ 120.1629539, 30.3646244 ], [ 120.1630929, 30.3648834 ], [ 120.1632805, 30.365121 ], [ 120.1635878, 30.3653414 ], [ 120.1639191, 30.3656892 ], [ 120.1643461, 30.3661265 ], [ 120.1645222, 30.3662382 ], [ 120.1646402, 30.3663932 ], [ 120.1646763, 30.3664653 ], [ 120.1646952, 30.3665032 ], [ 120.1647985, 30.367025 ], [ 120.165123, 30.3671546 ], [ 120.1650493, 30.3668896 ], [ 120.1649903, 30.3666732 ], [ 120.1649259, 30.3665379 ], [ 120.1647824, 30.3663712 ], [ 120.1645946, 30.3661525 ], [ 120.164402, 30.3659371 ], [ 120.1640308, 30.3656237 ], [ 120.1634002, 30.3649557 ], [ 120.1629732, 30.3644151 ], [ 120.1628614, 30.3641327 ], [ 120.1627736, 30.3641017 ], [ 120.162606, 30.3640879 ], [ 120.1624624, 30.3640294 ], [ 120.1620393, 30.3640673 ], [ 120.1618238, 30.3640914 ], [ 120.1609378, 30.3641499 ], [ 120.1606864, 30.3641189 ], [ 120.1597884, 30.3645081 ], [ 120.1592696, 30.3647594 ], [ 120.1589902, 30.3649557 ], [ 120.158635, 30.3650315 ], [ 120.1585512, 30.3650211 ], [ 120.1574377, 30.36509 ], [ 120.1558214, 30.3651589 ], [ 120.1549953, 30.3651795 ], [ 120.1540654, 30.3651279 ], [ 120.1539736, 30.3651003 ], [ 120.153798, 30.364818 ], [ 120.1537301, 30.364849 ], [ 120.1537541, 30.3649385 ], [ 120.1537341, 30.3650797 ], [ 120.1530397, 30.3650108 ], [ 120.1523173, 30.3649041 ], [ 120.1514992, 30.3647078 ], [ 120.1514752, 30.3646424 ], [ 120.1514832, 30.3645253 ], [ 120.1514114, 30.3645218 ], [ 120.1513595, 30.3646527 ], [ 120.1513116, 30.364694 ], [ 120.1507399, 30.3646148 ], [ 120.1499082, 30.3644553 ], [ 120.1490926, 30.3643014 ], [ 120.148646, 30.3641885 ], [ 120.1478395, 30.3639846 ], [ 120.1463628, 30.3637023 ], [ 120.1463468, 30.3636265 ], [ 120.1464227, 30.3634888 ], [ 120.1465025, 30.3633063 ], [ 120.1465783, 30.363079 ], [ 120.1465997, 30.362868 ], [ 120.1463593, 30.3628965 ], [ 120.1463585, 30.3629641 ], [ 120.146341, 30.3630425 ], [ 120.1463269, 30.3630893 ], [ 120.1461912, 30.3633682 ], [ 120.1461193, 30.3635094 ], [ 120.1460435, 30.3635645 ], [ 120.1456413, 30.3635101 ], [ 120.1452294, 30.3634543 ], [ 120.1450298, 30.3634096 ], [ 120.1448542, 30.36332 ], [ 120.1444828, 30.3633133 ], [ 120.1435132, 30.3632959 ], [ 120.1429705, 30.3632856 ], [ 120.14165, 30.3635419 ], [ 120.1415337, 30.3635645 ], [ 120.1408153, 30.363716 ], [ 120.1402377, 30.3637591 ], [ 120.1400244, 30.3638043 ], [ 120.1399793, 30.3638822 ], [ 120.1398624, 30.3638708 ], [ 120.139881, 30.3633164 ], [ 120.1397828, 30.3633141 ], [ 120.1397748, 30.363731 ], [ 120.1397377, 30.3638593 ], [ 120.1395996, 30.3639372 ], [ 120.1390098, 30.3640672 ], [ 120.1387869, 30.3641163 ], [ 120.1373578, 30.3644112 ], [ 120.1369479, 30.3645329 ], [ 120.136753, 30.3645387 ], [ 120.1365918, 30.364475 ], [ 120.1363404, 30.3645301 ], [ 120.1363011, 30.3645763 ], [ 120.1361766, 30.3646347 ], [ 120.1345942, 30.364983 ], [ 120.1346626, 30.365306 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1250718, 30.3729823 ], [ 120.1252382, 30.3729668 ], [ 120.1258363, 30.3729784 ], [ 120.126394, 30.3729474 ], [ 120.1270146, 30.3728853 ], [ 120.1288718, 30.3728465 ], [ 120.1291596, 30.372862 ], [ 120.1297757, 30.3728736 ], [ 120.1321907, 30.3728116 ], [ 120.1336027, 30.3727611 ], [ 120.1349294, 30.3727184 ], [ 120.1353836, 30.3727301 ], [ 120.1364269, 30.3727068 ], [ 120.1368901, 30.3726835 ], [ 120.1374972, 30.372668 ], [ 120.1383876, 30.3726486 ], [ 120.1393724, 30.3726098 ], [ 120.140101, 30.3725904 ], [ 120.1402718, 30.372571 ], [ 120.1403348, 30.3725167 ], [ 120.1403618, 30.3724546 ], [ 120.1403978, 30.3718028 ], [ 120.1403888, 30.3715079 ], [ 120.1404472, 30.3713993 ], [ 120.1405012, 30.3713605 ], [ 120.1405552, 30.3713488 ], [ 120.1405372, 30.3712208 ], [ 120.1404068, 30.3711975 ], [ 120.1403708, 30.3711355 ], [ 120.1403753, 30.3710385 ], [ 120.1403708, 30.3704254 ], [ 120.1403213, 30.3691528 ], [ 120.1402673, 30.3689821 ], [ 120.1399436, 30.3681712 ], [ 120.1398536, 30.3679694 ], [ 120.1398311, 30.3678646 ], [ 120.1398266, 30.3677482 ], [ 120.1398491, 30.3676357 ], [ 120.1399795, 30.3670847 ], [ 120.139984, 30.3668558 ], [ 120.1400425, 30.365816 ], [ 120.1401099, 30.3657345 ], [ 120.1401324, 30.3653969 ], [ 120.1401209, 30.3652932 ], [ 120.140077, 30.3653242 ], [ 120.1399373, 30.3653345 ], [ 120.1400065, 30.365393 ], [ 120.14002, 30.3655094 ], [ 120.139993, 30.3656375 ], [ 120.1399076, 30.3656957 ], [ 120.1398311, 30.3657539 ], [ 120.1398086, 30.3658392 ], [ 120.1397907, 30.3659944 ], [ 120.1397547, 30.3671197 ], [ 120.1397502, 30.367205 ], [ 120.1396512, 30.3676474 ], [ 120.1396153, 30.3677444 ], [ 120.1396153, 30.3678336 ], [ 120.1396288, 30.3678918 ], [ 120.1400515, 30.3690248 ], [ 120.140101, 30.3691334 ], [ 120.1401144, 30.3692537 ], [ 120.1401144, 30.369405 ], [ 120.140155, 30.3706024 ], [ 120.1401684, 30.3709958 ], [ 120.1401594, 30.3711743 ], [ 120.1401774, 30.3712519 ], [ 120.1402494, 30.3713566 ], [ 120.1402673, 30.3714342 ], [ 120.1402808, 30.3715079 ], [ 120.1402853, 30.3720356 ], [ 120.1402763, 30.3721597 ], [ 120.1402539, 30.3724236 ], [ 120.1402359, 30.3724818 ], [ 120.1401954, 30.3725089 ], [ 120.1401369, 30.3725089 ], [ 120.1386619, 30.3725516 ], [ 120.1373802, 30.3725671 ], [ 120.1361166, 30.3726098 ], [ 120.1353836, 30.3726331 ], [ 120.1350733, 30.3726214 ], [ 120.1348979, 30.3725982 ], [ 120.1346955, 30.3726059 ], [ 120.1344796, 30.372637 ], [ 120.1335308, 30.372668 ], [ 120.1322671, 30.3727146 ], [ 120.1306392, 30.3727534 ], [ 120.1289438, 30.3727495 ], [ 120.1272079, 30.3727805 ], [ 120.1264434, 30.372831 ], [ 120.1257194, 30.3728775 ], [ 120.1252022, 30.3729008 ], [ 120.1250437, 30.3728489 ], [ 120.1250255, 30.3729427 ], [ 120.1250183, 30.3730485 ], [ 120.1250718, 30.3729823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.361301, 30.3138666 ], [ 120.3621465, 30.3138586 ], [ 120.3622243, 30.3138579 ], [ 120.3631173, 30.3138495 ], [ 120.3636991, 30.3138481 ], [ 120.3655675, 30.3138438 ], [ 120.3686121, 30.3138324 ], [ 120.3687533, 30.313904 ], [ 120.3688721, 30.3139035 ], [ 120.3692857, 30.3139018 ], [ 120.369398, 30.3139013 ], [ 120.3695631, 30.3138381 ], [ 120.3710293, 30.3138267 ], [ 120.371551, 30.3140832 ], [ 120.3717074, 30.3140369 ], [ 120.372286, 30.3138656 ], [ 120.3724558, 30.3138153 ], [ 120.3746022, 30.3138153 ], [ 120.3754114, 30.3138153 ], [ 120.377051, 30.3138153 ], [ 120.3773563, 30.3138153 ], [ 120.3773563, 30.3136499 ], [ 120.3773007, 30.3136499 ], [ 120.3723898, 30.3136499 ], [ 120.3715709, 30.3139122 ], [ 120.3710689, 30.3136385 ], [ 120.3695301, 30.3136556 ], [ 120.3694112, 30.3136043 ], [ 120.368764, 30.3136157 ], [ 120.3686781, 30.313667 ], [ 120.3622058, 30.313667 ], [ 120.3612746, 30.3136727 ], [ 120.361301, 30.3138666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3669365, 30.3141503 ], [ 120.3669943, 30.3141911 ], [ 120.3670415, 30.3142636 ], [ 120.3670521, 30.3142999 ], [ 120.3671098, 30.3143158 ], [ 120.3671597, 30.3142908 ], [ 120.3671834, 30.3142364 ], [ 120.3671597, 30.3141911 ], [ 120.3671203, 30.3141457 ], [ 120.3670599, 30.3140981 ], [ 120.3670153, 30.3140754 ], [ 120.366926, 30.3140845 ], [ 120.3669102, 30.3141117 ], [ 120.3669365, 30.3141503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3773563, 30.3138153 ], [ 120.3783886, 30.313834 ], [ 120.3786806, 30.3139473 ], [ 120.3788156, 30.3140832 ], [ 120.3791777, 30.3143223 ], [ 120.3793428, 30.3145461 ], [ 120.3793988, 30.3146014 ], [ 120.3795745, 30.3147458 ], [ 120.3796703, 30.3148246 ], [ 120.3797641, 30.3149018 ], [ 120.3799733, 30.3148717 ], [ 120.3801826, 30.3148902 ], [ 120.3805359, 30.3149656 ], [ 120.3807285, 30.3149747 ], [ 120.3809397, 30.3149847 ], [ 120.3811662, 30.3149806 ], [ 120.3814244, 30.3149759 ], [ 120.3817356, 30.3149458 ], [ 120.3819023, 30.3149208 ], [ 120.382044, 30.3148995 ], [ 120.3822532, 30.3148601 ], [ 120.3826256, 30.3148437 ], [ 120.3829292, 30.3148653 ], [ 120.3831416, 30.3148646 ], [ 120.383413, 30.3148638 ], [ 120.3837262, 30.3148539 ], [ 120.3840386, 30.3148336 ], [ 120.3843474, 30.3148042 ], [ 120.3844819, 30.314789 ], [ 120.3846745, 30.3147954 ], [ 120.3848464, 30.3148012 ], [ 120.3851968, 30.3148226 ], [ 120.3854711, 30.3148669 ], [ 120.385717, 30.3149112 ], [ 120.386117, 30.3149753 ], [ 120.3863966, 30.3150364 ], [ 120.3867328, 30.3151006 ], [ 120.3869912, 30.3151312 ], [ 120.3871433, 30.3151434 ], [ 120.3873345, 30.3151342 ], [ 120.3876034, 30.3151495 ], [ 120.3878456, 30.3151494 ], [ 120.388095, 30.3151398 ], [ 120.3881222, 30.3150667 ], [ 120.3881919, 30.3150151 ], [ 120.3885359, 30.3149929 ], [ 120.388538, 30.3149699 ], [ 120.3882945, 30.3149777 ], [ 120.3882925, 30.3149318 ], [ 120.3881301, 30.3149647 ], [ 120.3879185, 30.3149828 ], [ 120.3877855, 30.3149724 ], [ 120.387611, 30.3149588 ], [ 120.3874102, 30.3149608 ], [ 120.3872437, 30.3149625 ], [ 120.387149, 30.3149634 ], [ 120.386949, 30.3149728 ], [ 120.3866504, 30.3149418 ], [ 120.386385, 30.3149012 ], [ 120.3861548, 30.3148302 ], [ 120.3860136, 30.3147818 ], [ 120.385864, 30.3147305 ], [ 120.3856927, 30.3147142 ], [ 120.3855547, 30.3147011 ], [ 120.3853626, 30.3146828 ], [ 120.3852355, 30.3146741 ], [ 120.3848389, 30.314647 ], [ 120.3846746, 30.3146409 ], [ 120.384486, 30.3146339 ], [ 120.3842638, 30.3146396 ], [ 120.3840945, 30.314644 ], [ 120.3839897, 30.3146895 ], [ 120.3838188, 30.3147075 ], [ 120.3835816, 30.3147165 ], [ 120.3833789, 30.3147199 ], [ 120.3832369, 30.3147424 ], [ 120.3831032, 30.314734 ], [ 120.3829088, 30.3146898 ], [ 120.382541, 30.314689 ], [ 120.3823693, 30.3146841 ], [ 120.3821808, 30.3146787 ], [ 120.3820022, 30.3146735 ], [ 120.3818162, 30.3146682 ], [ 120.3816285, 30.3146628 ], [ 120.3814095, 30.3146565 ], [ 120.3812549, 30.3146521 ], [ 120.3810102, 30.3146451 ], [ 120.3808486, 30.3146404 ], [ 120.3807189, 30.3146367 ], [ 120.3806206, 30.3146339 ], [ 120.3804576, 30.3146292 ], [ 120.3803696, 30.3146267 ], [ 120.380119, 30.3146195 ], [ 120.3798723, 30.3145778 ], [ 120.3796876, 30.3144777 ], [ 120.3796416, 30.3144528 ], [ 120.3795465, 30.3143767 ], [ 120.3794298, 30.3142833 ], [ 120.3793536, 30.3142223 ], [ 120.3791885, 30.3140902 ], [ 120.3790837, 30.3140063 ], [ 120.3789415, 30.3138925 ], [ 120.3788146, 30.3137603 ], [ 120.3787859, 30.3137304 ], [ 120.3785714, 30.3136702 ], [ 120.3773563, 30.3136499 ], [ 120.3773563, 30.3138153 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3556912, 30.31401 ], [ 120.3559106, 30.3140879 ], [ 120.356038, 30.3141582 ], [ 120.3562823, 30.3143079 ], [ 120.3564451, 30.3144698 ], [ 120.3565603, 30.314609 ], [ 120.356668, 30.3147845 ], [ 120.3566256, 30.3147998 ], [ 120.3565902, 30.3148426 ], [ 120.3565832, 30.3149016 ], [ 120.3566185, 30.3149495 ], [ 120.3566751, 30.3149709 ], [ 120.3567459, 30.3149617 ], [ 120.3567894, 30.3149372 ], [ 120.3568061, 30.3148945 ], [ 120.3567813, 30.3147876 ], [ 120.3566786, 30.3146012 ], [ 120.3565618, 30.3144423 ], [ 120.3564344, 30.3142743 ], [ 120.3562575, 30.3141124 ], [ 120.356031, 30.3139718 ], [ 120.3557726, 30.3138893 ], [ 120.3554647, 30.3138313 ], [ 120.3554505, 30.3139688 ], [ 120.3556912, 30.31401 ] ], [ [ 120.3566442, 30.3148604 ], [ 120.3566514, 30.3148487 ], [ 120.3566626, 30.3148395 ], [ 120.3566765, 30.3148338 ], [ 120.3566918, 30.3148321 ], [ 120.3567069, 30.3148346 ], [ 120.3567203, 30.3148411 ], [ 120.3567308, 30.3148509 ], [ 120.3567375, 30.314864 ], [ 120.3567387, 30.3148783 ], [ 120.3567342, 30.3148921 ], [ 120.3567247, 30.3149038 ], [ 120.3567112, 30.3149121 ], [ 120.3566952, 30.3149159 ], [ 120.3566786, 30.3149149 ], [ 120.3566634, 30.3149092 ], [ 120.3566513, 30.3148994 ], [ 120.3566438, 30.3148867 ], [ 120.3566415, 30.3148735 ], [ 120.3566442, 30.3148604 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3695029, 30.3146941 ], [ 120.3695262, 30.314694 ], [ 120.3695264, 30.3147219 ], [ 120.3696746, 30.3147214 ], [ 120.3696735, 30.3144897 ], [ 120.3696466, 30.3144646 ], [ 120.369636, 30.3144279 ], [ 120.3697263, 30.3143436 ], [ 120.3697269, 30.3142052 ], [ 120.369592, 30.3142278 ], [ 120.3695315, 30.314229 ], [ 120.3695321, 30.3145994 ], [ 120.3695024, 30.3145996 ], [ 120.3695029, 30.3146941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3628764, 30.3149042 ], [ 120.3629622, 30.3149969 ], [ 120.3631446, 30.3150339 ], [ 120.3632572, 30.3150015 ], [ 120.3633592, 30.314932 ], [ 120.3631392, 30.314418 ], [ 120.3630695, 30.3144087 ], [ 120.3629407, 30.3144365 ], [ 120.3628227, 30.3144967 ], [ 120.3628202, 30.3145398 ], [ 120.3628174, 30.3145893 ], [ 120.3627959, 30.3146912 ], [ 120.3628764, 30.3149042 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "善湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3663623, 30.3151384 ], [ 120.3664041, 30.3152468 ], [ 120.3664181, 30.3152665 ], [ 120.3664315, 30.3152734 ], [ 120.3665891, 30.3152763 ], [ 120.3665982, 30.3152772 ], [ 120.3666025, 30.3152798 ], [ 120.3666042, 30.315316 ], [ 120.3666086, 30.31532 ], [ 120.366616, 30.3153232 ], [ 120.3667735, 30.3153203 ], [ 120.3667849, 30.3153157 ], [ 120.3668211, 30.3152751 ], [ 120.3668332, 30.3152705 ], [ 120.3669827, 30.3152511 ], [ 120.3670929, 30.3152229 ], [ 120.3671459, 30.3151912 ], [ 120.3672031, 30.3151172 ], [ 120.3672235, 30.315001 ], [ 120.3671296, 30.314934 ], [ 120.3670643, 30.3149376 ], [ 120.3669133, 30.3149023 ], [ 120.3669092, 30.3148037 ], [ 120.3669419, 30.3147121 ], [ 120.3671133, 30.3146346 ], [ 120.3671378, 30.3145465 ], [ 120.3671133, 30.3144584 ], [ 120.367101, 30.3143739 ], [ 120.3670235, 30.3143527 ], [ 120.3668806, 30.3143457 ], [ 120.3668317, 30.3142999 ], [ 120.3667623, 30.3142294 ], [ 120.3666643, 30.3142576 ], [ 120.3665909, 30.3142999 ], [ 120.3665746, 30.3144161 ], [ 120.3666072, 30.3145113 ], [ 120.3666154, 30.3145782 ], [ 120.3665052, 30.3146839 ], [ 120.3664235, 30.3147931 ], [ 120.3664276, 30.3148671 ], [ 120.3664807, 30.3149376 ], [ 120.366497, 30.3149975 ], [ 120.366444, 30.3150714 ], [ 120.3663623, 30.3150996 ], [ 120.3663623, 30.3151384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3692602, 30.315327 ], [ 120.3693285, 30.3153354 ], [ 120.3694139, 30.3153649 ], [ 120.3696282, 30.3153672 ], [ 120.369653, 30.3147329 ], [ 120.3695164, 30.3147351 ], [ 120.369514, 30.3147814 ], [ 120.3695503, 30.3148574 ], [ 120.3695665, 30.3149288 ], [ 120.3695627, 30.315009 ], [ 120.3695315, 30.3150886 ], [ 120.3695024, 30.3151427 ], [ 120.3694719, 30.3151805 ], [ 120.3694197, 30.3152295 ], [ 120.3693749, 30.3152561 ], [ 120.3693225, 30.3152847 ], [ 120.369255, 30.3153045 ], [ 120.3692602, 30.315327 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3693156, 30.3152639 ], [ 120.3693684, 30.3152393 ], [ 120.3694172, 30.3152007 ], [ 120.3694599, 30.3151586 ], [ 120.3694945, 30.315106 ], [ 120.3694396, 30.315106 ], [ 120.3693928, 30.3151218 ], [ 120.3693705, 30.3151534 ], [ 120.369344, 30.3151797 ], [ 120.3692993, 30.3151849 ], [ 120.3692627, 30.3152306 ], [ 120.3692505, 30.315285 ], [ 120.3693156, 30.3152639 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3695551, 30.315875 ], [ 120.3696611, 30.3158736 ], [ 120.3696543, 30.3154759 ], [ 120.3695483, 30.3154772 ], [ 120.3695551, 30.315875 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3904485, 30.3117932 ], [ 120.3906414, 30.3118176 ], [ 120.3906697, 30.3117799 ], [ 120.3903507, 30.3117288 ], [ 120.3902915, 30.3117932 ], [ 120.3904485, 30.3117932 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3909708, 30.3119176 ], [ 120.3910943, 30.3119709 ], [ 120.3911766, 30.3120375 ], [ 120.3912075, 30.3120975 ], [ 120.3912564, 30.3121752 ], [ 120.3913413, 30.312253 ], [ 120.3914493, 30.3123329 ], [ 120.3915008, 30.3124285 ], [ 120.3916783, 30.3124218 ], [ 120.3915574, 30.3121686 ], [ 120.3914648, 30.3121619 ], [ 120.3913567, 30.3121308 ], [ 120.3912718, 30.3120797 ], [ 120.3912126, 30.3120153 ], [ 120.3911535, 30.3119131 ], [ 120.3910737, 30.3118776 ], [ 120.390837, 30.3117999 ], [ 120.3907907, 30.3118643 ], [ 120.3909708, 30.3119176 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.385012, 30.3121698 ], [ 120.385022, 30.3121896 ], [ 120.3850389, 30.3122055 ], [ 120.3850609, 30.3122158 ], [ 120.3850856, 30.3122194 ], [ 120.3851102, 30.3122159 ], [ 120.3851323, 30.3122057 ], [ 120.3851493, 30.3121899 ], [ 120.3851594, 30.3121702 ], [ 120.3851617, 30.3121487 ], [ 120.3851557, 30.3121276 ], [ 120.385142, 30.3121094 ], [ 120.3851223, 30.312096 ], [ 120.3850986, 30.3120889 ], [ 120.3850735, 30.3120888 ], [ 120.3850497, 30.3120958 ], [ 120.3850298, 30.312109 ], [ 120.3850161, 30.3121272 ], [ 120.3850099, 30.3121482 ], [ 120.385012, 30.3121698 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "墨湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.383789, 30.3124463 ], [ 120.3838731, 30.3125368 ], [ 120.3839213, 30.3126118 ], [ 120.3841516, 30.3126023 ], [ 120.3841599, 30.3124856 ], [ 120.3841709, 30.3123975 ], [ 120.3841971, 30.3122963 ], [ 120.384255, 30.3121868 ], [ 120.3843529, 30.3120678 ], [ 120.3843626, 30.3118595 ], [ 120.3842895, 30.3119023 ], [ 120.3842109, 30.3119214 ], [ 120.3841089, 30.3119392 ], [ 120.3840303, 30.3119452 ], [ 120.3839269, 30.3119404 ], [ 120.3838855, 30.3120654 ], [ 120.3838248, 30.312094 ], [ 120.3837334, 30.312286 ], [ 120.383695, 30.3122735 ], [ 120.3836662, 30.312344 ], [ 120.383789, 30.3124463 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.388538, 30.3149699 ], [ 120.3885359, 30.3149929 ], [ 120.3885993, 30.3150001 ], [ 120.3886407, 30.3150429 ], [ 120.38866, 30.3151191 ], [ 120.3888582, 30.3151138 ], [ 120.3891174, 30.3151069 ], [ 120.3894652, 30.3150977 ], [ 120.3895176, 30.3151144 ], [ 120.389923, 30.3150691 ], [ 120.3900333, 30.3150406 ], [ 120.3902291, 30.3149334 ], [ 120.3902346, 30.3148811 ], [ 120.3902925, 30.3148025 ], [ 120.3903697, 30.314743 ], [ 120.3904552, 30.3147216 ], [ 120.3904956, 30.3147469 ], [ 120.3906087, 30.3147239 ], [ 120.3907004, 30.3147053 ], [ 120.3907952, 30.3146861 ], [ 120.3908996, 30.3146649 ], [ 120.390993, 30.3146459 ], [ 120.3911142, 30.3146315 ], [ 120.3912253, 30.3146499 ], [ 120.3913106, 30.314664 ], [ 120.3914587, 30.3146851 ], [ 120.3915599, 30.3146995 ], [ 120.3916606, 30.3147139 ], [ 120.3917913, 30.3147325 ], [ 120.3919393, 30.3147445 ], [ 120.3920768, 30.3147557 ], [ 120.3922231, 30.3147676 ], [ 120.3922803, 30.3147722 ], [ 120.39246, 30.3147283 ], [ 120.392634, 30.3146858 ], [ 120.3927234, 30.314664 ], [ 120.3929198, 30.3146062 ], [ 120.3928554, 30.3144895 ], [ 120.392827, 30.3144381 ], [ 120.3926644, 30.3144886 ], [ 120.392534, 30.3145158 ], [ 120.3924223, 30.3145391 ], [ 120.3923087, 30.3145421 ], [ 120.3921472, 30.3145463 ], [ 120.3920251, 30.3145348 ], [ 120.3918997, 30.3145229 ], [ 120.3917728, 30.3145109 ], [ 120.3917122, 30.3145052 ], [ 120.3915456, 30.3144601 ], [ 120.3914276, 30.3144281 ], [ 120.3913041, 30.3144211 ], [ 120.3912117, 30.3144158 ], [ 120.3911259, 30.3144109 ], [ 120.3910154, 30.3144184 ], [ 120.3909287, 30.3144242 ], [ 120.3907817, 30.3144342 ], [ 120.3906843, 30.3144621 ], [ 120.390569, 30.3144951 ], [ 120.3904485, 30.3145279 ], [ 120.3903372, 30.3145581 ], [ 120.3901712, 30.3146653 ], [ 120.3900489, 30.3147378 ], [ 120.3899174, 30.3148158 ], [ 120.3897791, 30.3148508 ], [ 120.389664, 30.3148799 ], [ 120.3894937, 30.3148981 ], [ 120.3893798, 30.3149102 ], [ 120.3891016, 30.3149097 ], [ 120.3889472, 30.3149095 ], [ 120.388735, 30.3149091 ], [ 120.3886143, 30.3149089 ], [ 120.3885356, 30.3149139 ], [ 120.388538, 30.3149699 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3864217, 30.3267366 ], [ 120.3869798, 30.3266319 ], [ 120.3892402, 30.326621 ], [ 120.3894366, 30.3265802 ], [ 120.3901012, 30.3264025 ], [ 120.3904363, 30.3263384 ], [ 120.3909776, 30.326356 ], [ 120.3911444, 30.3264147 ], [ 120.3913102, 30.3265622 ], [ 120.3916478, 30.3266298 ], [ 120.3920605, 30.3265813 ], [ 120.3927031, 30.3265676 ], [ 120.3932723, 30.3265248 ], [ 120.3954007, 30.3261414 ], [ 120.3960816, 30.3260514 ], [ 120.397301, 30.3260125 ], [ 120.3985133, 30.3260042 ], [ 120.399376754243718, 30.326035820776664 ], [ 120.399571122316175, 30.325880048783763 ], [ 120.3995705, 30.3258668 ], [ 120.3994894, 30.3258931 ], [ 120.39947, 30.3259566 ], [ 120.3993674, 30.3259191 ], [ 120.3992575, 30.3258444 ], [ 120.3992894, 30.3257805 ], [ 120.3992296, 30.3256352 ], [ 120.3991806, 30.3255159 ], [ 120.3991135, 30.3254728 ], [ 120.3990615, 30.3254433 ], [ 120.3990509, 30.32537 ], [ 120.3990888, 30.3253307 ], [ 120.3991574, 30.3253127 ], [ 120.3992328, 30.3253224 ], [ 120.3993221, 30.3252938 ], [ 120.3992221, 30.3249724 ], [ 120.3991387, 30.325001 ], [ 120.398857, 30.3243434 ], [ 120.398673, 30.3238719 ], [ 120.3974196, 30.3208644 ], [ 120.3972874, 30.3207602 ], [ 120.3971207, 30.3203284 ], [ 120.3971494, 30.3201944 ], [ 120.3967124, 30.3191224 ], [ 120.3966377, 30.3190876 ], [ 120.3965572, 30.3188941 ], [ 120.396586, 30.31877 ], [ 120.3964422, 30.318497 ], [ 120.396333, 30.3185268 ], [ 120.3962295, 30.3181496 ], [ 120.3963445, 30.3181099 ], [ 120.3963157, 30.3180404 ], [ 120.3964192, 30.3179412 ], [ 120.396264, 30.3179114 ], [ 120.3961203, 30.3179362 ], [ 120.3958385, 30.3173406 ], [ 120.3953498, 30.3163778 ], [ 120.3950854, 30.3157723 ], [ 120.3949704, 30.3156482 ], [ 120.3946599, 30.3152213 ], [ 120.3943322, 30.3144272 ], [ 120.394062, 30.3140847 ], [ 120.3939412, 30.3139061 ], [ 120.393763, 30.3134345 ], [ 120.3936595, 30.3131814 ], [ 120.3934698, 30.3129283 ], [ 120.3932685, 30.3125014 ], [ 120.3930443, 30.3118065 ], [ 120.3926821, 30.3110571 ], [ 120.3925958, 30.3109479 ], [ 120.3924234, 30.3107592 ], [ 120.3924176, 30.31066 ], [ 120.3923026, 30.3102282 ], [ 120.3921761, 30.3099849 ], [ 120.3919864, 30.3097517 ], [ 120.3918369, 30.3095184 ], [ 120.3917852, 30.3093099 ], [ 120.3917162, 30.3089624 ], [ 120.3915897, 30.3087937 ], [ 120.3913885, 30.3085554 ], [ 120.3913425, 30.3083023 ], [ 120.391262, 30.3080541 ], [ 120.3911125, 30.3078556 ], [ 120.3910263, 30.3076818 ], [ 120.3909688, 30.307384 ], [ 120.3908365, 30.3071358 ], [ 120.390572, 30.3068678 ], [ 120.3904456, 30.3065104 ], [ 120.3901293, 30.3061977 ], [ 120.3900603, 30.3060389 ], [ 120.3897154, 30.3057708 ], [ 120.3896521, 30.3053737 ], [ 120.3894567, 30.3048426 ], [ 120.3891117, 30.3048525 ], [ 120.3890369, 30.3051106 ], [ 120.3891174, 30.3052248 ], [ 120.3893647, 30.3054928 ], [ 120.3895601, 30.3058353 ], [ 120.3895831, 30.3061431 ], [ 120.3896406, 30.3062672 ], [ 120.3899454, 30.3063069 ], [ 120.3900431, 30.3063615 ], [ 120.3900373, 30.3064955 ], [ 120.3900776, 30.3068182 ], [ 120.3902328, 30.3070316 ], [ 120.3904686, 30.3072897 ], [ 120.3905663, 30.3076918 ], [ 120.3906755, 30.3079449 ], [ 120.3908365, 30.3081633 ], [ 120.3909055, 30.3085852 ], [ 120.3909975, 30.308744 ], [ 120.3912045, 30.308888 ], [ 120.3912965, 30.309022 ], [ 120.3913712, 30.3095233 ], [ 120.3914115, 30.3096772 ], [ 120.3916184, 30.3098757 ], [ 120.3917564, 30.3102182 ], [ 120.3916759, 30.3103522 ], [ 120.3918887, 30.310794 ], [ 120.3920464, 30.3108597 ], [ 120.3921704, 30.3110074 ], [ 120.3922336, 30.3112606 ], [ 120.3921474, 30.3113648 ], [ 120.3923601, 30.3118462 ], [ 120.3924349, 30.3118462 ], [ 120.3925326, 30.3119803 ], [ 120.3928086, 30.3124468 ], [ 120.3929063, 30.3124816 ], [ 120.3930328, 30.3127595 ], [ 120.3928833, 30.3127893 ], [ 120.3928316, 30.3128588 ], [ 120.393487, 30.3141939 ], [ 120.3936537, 30.314179 ], [ 120.3937745, 30.3143825 ], [ 120.393809, 30.314596 ], [ 120.3936825, 30.3146506 ], [ 120.3938722, 30.3150575 ], [ 120.394016, 30.3150427 ], [ 120.3942459, 30.3153405 ], [ 120.3943264, 30.3155985 ], [ 120.3945794, 30.3157474 ], [ 120.3950279, 30.3164026 ], [ 120.3956143, 30.3176235 ], [ 120.3957465, 30.3181347 ], [ 120.3962525, 30.3195194 ], [ 120.3963962, 30.3199512 ], [ 120.3965055, 30.3202242 ], [ 120.3966492, 30.3204376 ], [ 120.3968562, 30.3209091 ], [ 120.3977014, 30.3226014 ], [ 120.3983165, 30.3240208 ], [ 120.3987892, 30.3252708 ], [ 120.3987818, 30.3253565 ], [ 120.3987318, 30.3254361 ], [ 120.3983074, 30.3255528 ], [ 120.3982132, 30.3256016 ], [ 120.3971682, 30.3256199 ], [ 120.3960772, 30.3256352 ], [ 120.3953633, 30.3256914 ], [ 120.3944699, 30.3258452 ], [ 120.39306, 30.3260758 ], [ 120.392518, 30.3261319 ], [ 120.3919274, 30.3261445 ], [ 120.3914152, 30.3261047 ], [ 120.3912177, 30.3259983 ], [ 120.3911062, 30.3258775 ], [ 120.390612, 30.3258648 ], [ 120.3901957, 30.3258459 ], [ 120.3900002, 30.3258754 ], [ 120.3894458, 30.3260483 ], [ 120.3891621, 30.3261172 ], [ 120.3888852, 30.3261403 ], [ 120.3880242, 30.3261358 ], [ 120.3865713, 30.326133 ], [ 120.3863252, 30.3262535 ], [ 120.3857467, 30.326267 ], [ 120.384494, 30.3262842 ], [ 120.3841136, 30.3267218 ], [ 120.3864217, 30.3267366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.393214, 30.3170958 ], [ 120.3933447, 30.3171484 ], [ 120.3935016, 30.3171108 ], [ 120.3939199, 30.3167648 ], [ 120.3937282, 30.3163962 ], [ 120.3936149, 30.3163886 ], [ 120.3930484, 30.3168475 ], [ 120.3930397, 30.3169604 ], [ 120.393214, 30.3170958 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3892801, 30.3167784 ], [ 120.3892802, 30.3169405 ], [ 120.3893116, 30.3170086 ], [ 120.3894848, 30.3172469 ], [ 120.389511, 30.3172658 ], [ 120.3895901, 30.3173229 ], [ 120.3896832, 30.3174149 ], [ 120.3898053, 30.3174189 ], [ 120.3900371, 30.3174194 ], [ 120.3900017, 30.3173789 ], [ 120.3900028, 30.3173436 ], [ 120.3900406, 30.3173181 ], [ 120.3900945, 30.317317 ], [ 120.39009, 30.3172432 ], [ 120.3900516, 30.3171693 ], [ 120.3899904, 30.3171515 ], [ 120.389911, 30.3170858 ], [ 120.3898994, 30.3170183 ], [ 120.3898169, 30.3169411 ], [ 120.3898956, 30.3167993 ], [ 120.3899335, 30.3168124 ], [ 120.389998, 30.3167272 ], [ 120.390108, 30.3166814 ], [ 120.3902332, 30.3166486 ], [ 120.3903736, 30.3166192 ], [ 120.3905405, 30.3166323 ], [ 120.3907036, 30.3166814 ], [ 120.3908249, 30.3167502 ], [ 120.3909577, 30.3167764 ], [ 120.3911019, 30.3167829 ], [ 120.3912194, 30.3167993 ], [ 120.3912308, 30.3167567 ], [ 120.3911019, 30.3167436 ], [ 120.3910298, 30.3167403 ], [ 120.3909881, 30.3166847 ], [ 120.3908249, 30.3166519 ], [ 120.3906808, 30.316629 ], [ 120.3906239, 30.3165897 ], [ 120.3905063, 30.3165701 ], [ 120.3903887, 30.3165275 ], [ 120.3901725, 30.3165177 ], [ 120.3900398, 30.3165635 ], [ 120.3898918, 30.3165766 ], [ 120.3896301, 30.3165635 ], [ 120.3894328, 30.3166028 ], [ 120.3893372, 30.3166719 ], [ 120.3892615, 30.3167334 ], [ 120.3892801, 30.3167784 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3890251, 30.317548 ], [ 120.3890526, 30.3175869 ], [ 120.3891127, 30.3176236 ], [ 120.3890977, 30.3176582 ], [ 120.3891027, 30.3177057 ], [ 120.3891002, 30.3177532 ], [ 120.3891327, 30.3178008 ], [ 120.3891828, 30.3178267 ], [ 120.3892478, 30.3178289 ], [ 120.3892904, 30.3178116 ], [ 120.3893129, 30.3177857 ], [ 120.3893129, 30.3177489 ], [ 120.3893767, 30.3177086 ], [ 120.3890934, 30.317353 ], [ 120.3890451, 30.3173903 ], [ 120.3890226, 30.31744 ], [ 120.3890201, 30.317494 ], [ 120.3890251, 30.317548 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3921366, 30.3171302 ], [ 120.3922992, 30.3172944 ], [ 120.3923443, 30.3174197 ], [ 120.3924369, 30.3174975 ], [ 120.3924619, 30.3175472 ], [ 120.3924944, 30.3176357 ], [ 120.392547, 30.3177286 ], [ 120.3926221, 30.3178518 ], [ 120.3926321, 30.3178863 ], [ 120.3926146, 30.3179209 ], [ 120.3926446, 30.317949 ], [ 120.3926621, 30.3179209 ], [ 120.3927522, 30.3180246 ], [ 120.3927072, 30.3180656 ], [ 120.3927147, 30.3181132 ], [ 120.3927072, 30.318178 ], [ 120.3927422, 30.3182644 ], [ 120.3927197, 30.3183184 ], [ 120.3927472, 30.3183357 ], [ 120.3928423, 30.3183098 ], [ 120.3929049, 30.3182946 ], [ 120.393005, 30.3183098 ], [ 120.3931226, 30.3183314 ], [ 120.3932778, 30.3183422 ], [ 120.3933353, 30.3183249 ], [ 120.393473, 30.3183098 ], [ 120.393553, 30.3183422 ], [ 120.3936106, 30.3183378 ], [ 120.3936607, 30.3183054 ], [ 120.3938283, 30.3182752 ], [ 120.3939434, 30.3183162 ], [ 120.394011, 30.3183098 ], [ 120.3940536, 30.318232 ], [ 120.3940436, 30.3181888 ], [ 120.3938859, 30.3181737 ], [ 120.3938333, 30.3181715 ], [ 120.3938108, 30.3182017 ], [ 120.3937533, 30.3181996 ], [ 120.3936957, 30.3181693 ], [ 120.3936206, 30.3181629 ], [ 120.393518, 30.3181909 ], [ 120.393498, 30.3182363 ], [ 120.3934454, 30.318245 ], [ 120.3933654, 30.3182212 ], [ 120.3932677, 30.3182666 ], [ 120.3931802, 30.3182666 ], [ 120.3931201, 30.3181974 ], [ 120.3929124, 30.3181888 ], [ 120.3928824, 30.318165 ], [ 120.3928523, 30.3180916 ], [ 120.3928198, 30.3180548 ], [ 120.3927822, 30.3179663 ], [ 120.3927397, 30.3179317 ], [ 120.3926496, 30.3178626 ], [ 120.3925996, 30.3177783 ], [ 120.3924494, 30.3174564 ], [ 120.3923118, 30.3172469 ], [ 120.3921791, 30.3170978 ], [ 120.3919939, 30.3169444 ], [ 120.3919564, 30.3169747 ], [ 120.3921366, 30.3171302 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3875359, 30.319537 ], [ 120.3876619, 30.3195756 ], [ 120.3878001, 30.3195651 ], [ 120.3878774, 30.3195932 ], [ 120.3879058, 30.3197511 ], [ 120.3878692, 30.3198985 ], [ 120.3877879, 30.3199792 ], [ 120.3877676, 30.3200459 ], [ 120.387796, 30.3201161 ], [ 120.3879261, 30.3200739 ], [ 120.3880684, 30.3200739 ], [ 120.388105, 30.3199792 ], [ 120.3881091, 30.3197686 ], [ 120.3879343, 30.3194598 ], [ 120.3879668, 30.3194142 ], [ 120.3878936, 30.3192878 ], [ 120.3878123, 30.3192563 ], [ 120.3876416, 30.3193019 ], [ 120.3875277, 30.3194387 ], [ 120.3875359, 30.319537 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "学涯湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3915204, 30.323459 ], [ 120.3917034, 30.3234696 ], [ 120.3918497, 30.3234274 ], [ 120.3918497, 30.3233573 ], [ 120.3918945, 30.3232801 ], [ 120.3920157, 30.3232415 ], [ 120.3921224, 30.3232223 ], [ 120.3921668, 30.3232099 ], [ 120.3923213, 30.3232099 ], [ 120.3924555, 30.3232415 ], [ 120.3925043, 30.3233116 ], [ 120.39261, 30.3233678 ], [ 120.3927319, 30.3234029 ], [ 120.392858, 30.3233818 ], [ 120.3929759, 30.3233327 ], [ 120.3930816, 30.3232801 ], [ 120.3932239, 30.3232274 ], [ 120.3933621, 30.3232941 ], [ 120.3934637, 30.323273 ], [ 120.3934922, 30.3232064 ], [ 120.3935735, 30.3231537 ], [ 120.3937036, 30.3231151 ], [ 120.3939597, 30.3231256 ], [ 120.3941427, 30.3231221 ], [ 120.3942321, 30.3230906 ], [ 120.3943053, 30.3229993 ], [ 120.3943378, 30.3228975 ], [ 120.3943175, 30.3227958 ], [ 120.3942484, 30.3227466 ], [ 120.3940857, 30.3227151 ], [ 120.3937605, 30.3227431 ], [ 120.3936629, 30.3227958 ], [ 120.3935247, 30.3228028 ], [ 120.3933865, 30.3227537 ], [ 120.3932726, 30.3227712 ], [ 120.3931263, 30.3227888 ], [ 120.3929718, 30.3227361 ], [ 120.3928336, 30.3226765 ], [ 120.3926994, 30.3226519 ], [ 120.3925775, 30.3226835 ], [ 120.3924839, 30.3227537 ], [ 120.3924311, 30.3228765 ], [ 120.3923742, 30.3229923 ], [ 120.3922888, 30.323052 ], [ 120.3921234, 30.3230423 ], [ 120.391988, 30.3230344 ], [ 120.391927, 30.3230028 ], [ 120.3918457, 30.3230239 ], [ 120.3916343, 30.3231678 ], [ 120.3914432, 30.3231713 ], [ 120.3914473, 30.3233397 ], [ 120.3914188, 30.3234029 ], [ 120.3915204, 30.323459 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4078108, 30.2881917 ], [ 120.4078683, 30.2882476 ], [ 120.4079546, 30.2884524 ], [ 120.4080336, 30.2886076 ], [ 120.4081127, 30.2887565 ], [ 120.4086877, 30.2903082 ], [ 120.4095862, 30.2924059 ], [ 120.4114506, 30.2968285 ], [ 120.412931, 30.3002692 ], [ 120.4162923, 30.3083884 ], [ 120.4183594, 30.3132355 ], [ 120.4203706, 30.3178894 ], [ 120.4216334, 30.3207203 ], [ 120.4218964, 30.3206383 ], [ 120.4218883, 30.3205177 ], [ 120.4219814, 30.3204293 ], [ 120.4220838, 30.3203891 ], [ 120.4220528, 30.3202593 ], [ 120.4219948, 30.3201433 ], [ 120.4216741, 30.3200435 ], [ 120.4216089, 30.3198907 ], [ 120.4181825, 30.3119494 ], [ 120.4117951, 30.2968043 ], [ 120.4102823, 30.2932672 ], [ 120.4099712, 30.2925423 ], [ 120.4097338, 30.2920062 ], [ 120.4095921, 30.2916981 ], [ 120.4083314, 30.2887164 ], [ 120.4082848, 30.2885234 ], [ 120.4083407, 30.2884189 ], [ 120.408471, 30.2884028 ], [ 120.4089366, 30.2883465 ], [ 120.4099235, 30.2881616 ], [ 120.4104077, 30.288033 ], [ 120.4106033, 30.2880249 ], [ 120.4116554, 30.288041 ], [ 120.414607, 30.2883706 ], [ 120.4162085, 30.2885556 ], [ 120.4168975, 30.2885958 ], [ 120.4180056, 30.2884912 ], [ 120.4187877, 30.2883385 ], [ 120.4189832, 30.2883546 ], [ 120.4191497, 30.2883654 ], [ 120.4192758, 30.2884001 ], [ 120.4194662, 30.288502 ], [ 120.419721, 30.2886317 ], [ 120.4202682, 30.288905 ], [ 120.4211587, 30.289352 ], [ 120.4221725, 30.289887 ], [ 120.4230282, 30.2903271 ], [ 120.4231422, 30.2904081 ], [ 120.4231931, 30.2904857 ], [ 120.4232132, 30.2905726 ], [ 120.4232173, 30.2906722 ], [ 120.4231985, 30.2911284 ], [ 120.4230885, 30.2954651 ], [ 120.4230751, 30.2961251 ], [ 120.4230443, 30.2973502 ], [ 120.4228035, 30.3049981 ], [ 120.4228076, 30.3050131 ], [ 120.4228183, 30.3050207 ], [ 120.422948, 30.3050264 ], [ 120.4229578, 30.3050224 ], [ 120.4229655, 30.3050134 ], [ 120.4232159, 30.2965628 ], [ 120.4232401, 30.2954222 ], [ 120.4232669, 30.2942295 ], [ 120.4232804, 30.293769 ], [ 120.4233178, 30.2932452 ], [ 120.4233755, 30.2908216 ], [ 120.423393, 30.2906224 ], [ 120.4234117, 30.2905992 ], [ 120.42346, 30.29059 ], [ 120.4235351, 30.2906027 ], [ 120.4238892, 30.290759 ], [ 120.4239897, 30.2908007 ], [ 120.4240876, 30.2908528 ], [ 120.4243411, 30.2910369 ], [ 120.424722, 30.2913056 ], [ 120.4250251, 30.2915048 ], [ 120.4253174, 30.2916889 ], [ 120.4254676, 30.2918151 ], [ 120.4256299, 30.2919796 ], [ 120.4258606, 30.2922355 ], [ 120.4260845, 30.2924926 ], [ 120.4261999, 30.29265 ], [ 120.4263407, 30.2928712 ], [ 120.426617, 30.2933344 ], [ 120.4282381, 30.2962785 ], [ 120.4285084, 30.2966275 ], [ 120.4287024, 30.296828 ], [ 120.4288902, 30.2970053 ], [ 120.4291099, 30.2971935 ], [ 120.4295298, 30.2974695 ], [ 120.4300904, 30.2978134 ], [ 120.4306215, 30.2981457 ], [ 120.4308455, 30.2982996 ], [ 120.4313028, 30.2986378 ], [ 120.4317487, 30.2989749 ], [ 120.4329498, 30.2997387 ], [ 120.4333316, 30.2999557 ], [ 120.4336574, 30.3000442 ], [ 120.4340764, 30.3000522 ], [ 120.4342813, 30.2999879 ], [ 120.434393, 30.2999075 ], [ 120.4346165, 30.2998914 ], [ 120.4343837, 30.2996181 ], [ 120.434123, 30.299803 ], [ 120.4337971, 30.2998753 ], [ 120.4335178, 30.299811 ], [ 120.4332478, 30.2997065 ], [ 120.4318325, 30.2987073 ], [ 120.4311821, 30.2982418 ], [ 120.4308106, 30.2980044 ], [ 120.4304016, 30.2977416 ], [ 120.4298772, 30.2974359 ], [ 120.4295258, 30.2972356 ], [ 120.4292925, 30.2970596 ], [ 120.4289894, 30.296806 ], [ 120.4287538, 30.2965816 ], [ 120.4283984, 30.2961412 ], [ 120.4276146, 30.2945613 ], [ 120.4270652, 30.2937332 ], [ 120.4267486, 30.2930901 ], [ 120.4264896, 30.2926709 ], [ 120.4263179, 30.2923999 ], [ 120.4261033, 30.292115 ], [ 120.4259293, 30.2919243 ], [ 120.4257251, 30.2917271 ], [ 120.4255065, 30.2915615 ], [ 120.4252812, 30.2914052 ], [ 120.4247716, 30.2910647 ], [ 120.4241198, 30.2906409 ], [ 120.4235244, 30.2903051 ], [ 120.4228418, 30.2899554 ], [ 120.4220052, 30.2895108 ], [ 120.4204506, 30.2887128 ], [ 120.4199369, 30.2884418 ], [ 120.4196633, 30.2883086 ], [ 120.4194447, 30.2882125 ], [ 120.4192369, 30.2881488 ], [ 120.4190907, 30.2881199 ], [ 120.4188935, 30.288099 ], [ 120.4186401, 30.2880909 ], [ 120.4183638, 30.2880967 ], [ 120.4178286, 30.2882581 ], [ 120.4171396, 30.2883626 ], [ 120.4167951, 30.2883867 ], [ 120.4164878, 30.2883626 ], [ 120.413378, 30.2880088 ], [ 120.4112364, 30.2877757 ], [ 120.4108453, 30.2877757 ], [ 120.4103519, 30.2878239 ], [ 120.4099235, 30.2878963 ], [ 120.4088714, 30.2880732 ], [ 120.4085921, 30.2880651 ], [ 120.407931, 30.2879847 ], [ 120.4077533, 30.2879373 ], [ 120.4077246, 30.2881731 ], [ 120.4078108, 30.2881917 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4385358, 30.2576826 ], [ 120.4388393, 30.2576498 ], [ 120.4388858, 30.2577063 ], [ 120.4393301, 30.2576434 ], [ 120.4395566, 30.25764 ], [ 120.439555, 30.2575346 ], [ 120.4394261, 30.2574737 ], [ 120.4392961, 30.2575218 ], [ 120.4392492, 30.2572177 ], [ 120.4391702, 30.2572177 ], [ 120.439143, 30.2567735 ], [ 120.4392981, 30.2567419 ], [ 120.4392376, 30.2563891 ], [ 120.4386483, 30.2564915 ], [ 120.4387591, 30.2571683 ], [ 120.4386806, 30.2572051 ], [ 120.4384433, 30.2572174 ], [ 120.4385358, 30.2576826 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4349741, 30.2882328 ], [ 120.435074, 30.2882288 ], [ 120.4351004, 30.2881332 ], [ 120.4351004, 30.2880566 ], [ 120.4344124, 30.2878054 ], [ 120.4343509, 30.2879058 ], [ 120.4343238, 30.2880382 ], [ 120.4349741, 30.2882328 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.435366, 30.2891129 ], [ 120.4357464, 30.289217 ], [ 120.4358535, 30.2891767 ], [ 120.435922, 30.2891251 ], [ 120.4359761, 30.2890845 ], [ 120.4359777, 30.2890132 ], [ 120.4355255, 30.2888961 ], [ 120.435486, 30.288945 ], [ 120.4354212, 30.2889857 ], [ 120.4353524, 30.2889791 ], [ 120.4353201, 30.2890392 ], [ 120.435366, 30.2891129 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.4346165, 30.2998914 ], [ 120.4346843, 30.299935 ], [ 120.435056, 30.3047167 ], [ 120.435056, 30.3052004 ], [ 120.4351314, 30.3056842 ], [ 120.4355729, 30.3112803 ], [ 120.4356292, 30.3120665 ], [ 120.4356292, 30.3122725 ], [ 120.4356198, 30.3124022 ], [ 120.4356171, 30.3125747 ], [ 120.43566, 30.3130205 ], [ 120.4356976, 30.3134349 ], [ 120.4358157, 30.3149072 ], [ 120.4362174, 30.3201097 ], [ 120.4362072, 30.3202955 ], [ 120.4362072, 30.3203893 ], [ 120.4362125, 30.3204998 ], [ 120.4362528, 30.3207331 ], [ 120.4364291, 30.3207319 ], [ 120.4365586, 30.3207296 ], [ 120.4366095, 30.3206532 ], [ 120.4366206, 30.3205103 ], [ 120.4366162, 30.3204379 ], [ 120.4366122, 30.3203638 ], [ 120.4365975, 30.3203244 ], [ 120.4365653, 30.3202781 ], [ 120.4365277, 30.3202307 ], [ 120.4364634, 30.3199574 ], [ 120.4363909, 30.3192466 ], [ 120.4363534, 30.3185636 ], [ 120.4363099, 30.3177299 ], [ 120.4359846, 30.3130008 ], [ 120.4359323, 30.3124161 ], [ 120.4358304, 30.3112757 ], [ 120.4356176, 30.3085112 ], [ 120.4349821, 30.2999579 ], [ 120.434914, 30.2994288 ], [ 120.4349254, 30.2991936 ], [ 120.4358786, 30.2954996 ], [ 120.4359413, 30.2951749 ], [ 120.4359581, 30.2950881 ], [ 120.4361169, 30.2942454 ], [ 120.4369381, 30.2912975 ], [ 120.4391356, 30.2836133 ], [ 120.4398619, 30.281134 ], [ 120.4399527, 30.2805656 ], [ 120.4402023, 30.2792328 ], [ 120.440452, 30.2782919 ], [ 120.4421315, 30.2748912 ], [ 120.442733, 30.2730977 ], [ 120.4430394, 30.2724998 ], [ 120.4431302, 30.2722254 ], [ 120.4438678, 30.2684716 ], [ 120.4439699, 30.2679718 ], [ 120.4444125, 30.2648843 ], [ 120.4445147, 30.2633357 ], [ 120.4445601, 30.2626593 ], [ 120.4446168, 30.2625613 ], [ 120.444442, 30.2624758 ], [ 120.4442764, 30.2623947 ], [ 120.4442467, 30.2626368 ], [ 120.4440805, 30.2639916 ], [ 120.4440689, 30.2640865 ], [ 120.4438111, 30.2661879 ], [ 120.4435808, 30.2678147 ], [ 120.4434933, 30.2684324 ], [ 120.4434627, 30.2685696 ], [ 120.4433901, 30.2688951 ], [ 120.443255, 30.2695007 ], [ 120.4428124, 30.2718138 ], [ 120.4427557, 30.2721176 ], [ 120.442472, 30.2728821 ], [ 120.44195, 30.2742444 ], [ 120.4417911, 30.274656 ], [ 120.4400888, 30.2782331 ], [ 120.4398846, 30.2787918 ], [ 120.4397597, 30.279272 ], [ 120.439737, 30.2798012 ], [ 120.4396689, 30.2801442 ], [ 120.4395782, 30.2805264 ], [ 120.4392718, 30.2817906 ], [ 120.4385114, 30.2846815 ], [ 120.4367483, 30.2908273 ], [ 120.4367188, 30.2909264 ], [ 120.4367027, 30.2909623 ], [ 120.4366913, 30.2909808 ], [ 120.4366545, 30.2910098 ], [ 120.436606, 30.2912015 ], [ 120.4365894, 30.2912743 ], [ 120.4365474, 30.2914611 ], [ 120.4355722, 30.2951273 ], [ 120.4350048, 30.2973515 ], [ 120.4345509, 30.2991642 ], [ 120.4344941, 30.2994092 ], [ 120.4343837, 30.2996181 ], [ 120.4346165, 30.2998914 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3821122, 30.3719767 ], [ 120.3821406, 30.3721138 ], [ 120.3823375, 30.3724225 ], [ 120.3828347, 30.3732018 ], [ 120.3850963, 30.3766846 ], [ 120.3872308, 30.38 ], [ 120.3876098, 30.3798394 ], [ 120.3848038, 30.3755168 ], [ 120.3813621, 30.3702001 ], [ 120.3810608, 30.3702753 ], [ 120.3821122, 30.3719767 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3842799, 30.3768634 ], [ 120.3843282, 30.3762381 ], [ 120.3840785, 30.3762381 ], [ 120.3839819, 30.3768426 ], [ 120.3842799, 30.3768634 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3846987, 30.3769051 ], [ 120.3847792, 30.3764535 ], [ 120.3847067, 30.3763215 ], [ 120.3846101, 30.3762659 ], [ 120.3844893, 30.3762798 ], [ 120.384449, 30.3768843 ], [ 120.3846987, 30.3769051 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3851094, 30.376919 ], [ 120.3849161, 30.3766619 ], [ 120.3848839, 30.376919 ], [ 120.3851094, 30.376919 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3852599, 30.3774118 ], [ 120.3853336, 30.37738 ], [ 120.3853557, 30.3772783 ], [ 120.3853115, 30.3771957 ], [ 120.3852231, 30.3771194 ], [ 120.3846263, 30.3770812 ], [ 120.3845895, 30.3773546 ], [ 120.3852599, 30.3774118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3837041, 30.3777409 ], [ 120.3837953, 30.3778057 ], [ 120.3843584, 30.3778612 ], [ 120.3843745, 30.3777964 ], [ 120.3844013, 30.3774726 ], [ 120.3843584, 30.3774309 ], [ 120.3837739, 30.3773662 ], [ 120.3837041, 30.3774078 ], [ 120.3837041, 30.3777409 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3839951, 30.3784559 ], [ 120.3842451, 30.378498 ], [ 120.384361, 30.3784822 ], [ 120.3843915, 30.3784454 ], [ 120.3843976, 30.3780982 ], [ 120.3843061, 30.3780719 ], [ 120.3839646, 30.3780508 ], [ 120.3837329, 30.3780666 ], [ 120.3836902, 30.3781297 ], [ 120.383678, 30.3784033 ], [ 120.3839951, 30.3784559 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3852808, 30.3784997 ], [ 120.3853773, 30.3785598 ], [ 120.38586, 30.3785783 ], [ 120.3858921, 30.3785182 ], [ 120.3858975, 30.378236 ], [ 120.38586, 30.3781527 ], [ 120.385801, 30.378074 ], [ 120.3853773, 30.3780648 ], [ 120.3852808, 30.3780972 ], [ 120.3852486, 30.3783377 ], [ 120.3852808, 30.3784997 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3845461, 30.3788605 ], [ 120.385077, 30.3788975 ], [ 120.3851145, 30.3788698 ], [ 120.385136, 30.3786986 ], [ 120.3851789, 30.3781481 ], [ 120.3851467, 30.377926 ], [ 120.3850877, 30.3778566 ], [ 120.3847767, 30.3778473 ], [ 120.3845622, 30.3779075 ], [ 120.3845139, 30.3779676 ], [ 120.3844978, 30.3788189 ], [ 120.3845461, 30.3788605 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3840195, 30.3788084 ], [ 120.3841719, 30.3788347 ], [ 120.3843305, 30.3788294 ], [ 120.3843793, 30.3788137 ], [ 120.3843915, 30.3786137 ], [ 120.3843732, 30.3785611 ], [ 120.3842451, 30.3785348 ], [ 120.3836719, 30.3784507 ], [ 120.3836597, 30.3787716 ], [ 120.3840195, 30.3788084 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.381672, 30.3770177 ], [ 120.381731, 30.3767889 ], [ 120.3817015, 30.3767317 ], [ 120.3800144, 30.3765664 ], [ 120.3799628, 30.3767889 ], [ 120.381672, 30.3770177 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3830718, 30.3771957 ], [ 120.3831455, 30.3768906 ], [ 120.3818341, 30.3767571 ], [ 120.3817531, 30.377024 ], [ 120.3830718, 30.3771957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3845232, 30.3773355 ], [ 120.3845527, 30.3770685 ], [ 120.3844643, 30.377024 ], [ 120.3832413, 30.3769287 ], [ 120.3831676, 30.3771957 ], [ 120.3845232, 30.3773355 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3823977, 30.37726 ], [ 120.3827892, 30.3773205 ], [ 120.3828243, 30.3773104 ], [ 120.3828448, 30.3772575 ], [ 120.3824065, 30.377202 ], [ 120.3823889, 30.3772298 ], [ 120.3823977, 30.37726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3823782, 30.377503 ], [ 120.3828012, 30.3775631 ], [ 120.3828694, 30.377411 ], [ 120.3828504, 30.3773509 ], [ 120.3822548, 30.3772738 ], [ 120.3822382, 30.3774826 ], [ 120.3823782, 30.377503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3830713, 30.3777178 ], [ 120.3835164, 30.3777872 ], [ 120.3836452, 30.3777456 ], [ 120.3836559, 30.3773847 ], [ 120.3836291, 30.3773477 ], [ 120.3830874, 30.377306 ], [ 120.3830284, 30.3776438 ], [ 120.3830713, 30.3777178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3823542, 30.3777443 ], [ 120.3828172, 30.3778044 ], [ 120.3828454, 30.3776523 ], [ 120.3828264, 30.3775922 ], [ 120.3822308, 30.3775151 ], [ 120.3822142, 30.3777239 ], [ 120.3823542, 30.3777443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3836666, 30.3780046 ], [ 120.3837524, 30.3780046 ], [ 120.3837417, 30.3778335 ], [ 120.3836666, 30.3778288 ], [ 120.3836666, 30.3780046 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3823462, 30.3780063 ], [ 120.3828092, 30.3780664 ], [ 120.3828374, 30.3779143 ], [ 120.3828185, 30.3778542 ], [ 120.3822228, 30.3777771 ], [ 120.3822062, 30.3779858 ], [ 120.3823462, 30.3780063 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3783843, 30.3762456 ], [ 120.3796937, 30.37632 ], [ 120.3796948, 30.3763705 ], [ 120.3797015, 30.3766718 ], [ 120.379329474218594, 30.381555124612877 ], [ 120.379395586660436, 30.381574521178887 ], [ 120.3798143, 30.3763752 ], [ 120.3799054, 30.3752445 ], [ 120.3798819, 30.3750957 ], [ 120.3798192, 30.3750348 ], [ 120.3797172, 30.3750416 ], [ 120.379678, 30.3750889 ], [ 120.3796153, 30.3761644 ], [ 120.3795683, 30.3762388 ], [ 120.3786195, 30.3761847 ], [ 120.3785882, 30.3761239 ], [ 120.3786744, 30.3745275 ], [ 120.3786823, 30.3744395 ], [ 120.3787528, 30.3743922 ], [ 120.3791135, 30.3743922 ], [ 120.3791684, 30.3743448 ], [ 120.3791997, 30.3740607 ], [ 120.379137, 30.3739998 ], [ 120.3786352, 30.373966 ], [ 120.378549, 30.3739322 ], [ 120.3785882, 30.3730866 ], [ 120.3785333, 30.373046 ], [ 120.3784941, 30.373134 ], [ 120.3784392, 30.3740066 ], [ 120.3783137, 30.3761847 ], [ 120.3783843, 30.3762456 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3853076, 30.378879 ], [ 120.3858171, 30.3789022 ], [ 120.3858707, 30.3788837 ], [ 120.3858921, 30.3787125 ], [ 120.3858707, 30.378657 ], [ 120.3854524, 30.3786431 ], [ 120.3853612, 30.378657 ], [ 120.3853183, 30.378731 ], [ 120.3852808, 30.3788328 ], [ 120.3853076, 30.378879 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3841719, 30.3792187 ], [ 120.3843305, 30.3792135 ], [ 120.3843732, 30.3788926 ], [ 120.3840805, 30.378882 ], [ 120.383928, 30.3788452 ], [ 120.3836475, 30.3788137 ], [ 120.3836414, 30.3791714 ], [ 120.3841719, 30.3792187 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3844978, 30.3794435 ], [ 120.3858439, 30.3794573 ], [ 120.3858761, 30.3793926 ], [ 120.3858814, 30.3789901 ], [ 120.3858278, 30.3789669 ], [ 120.3845086, 30.3789623 ], [ 120.384471, 30.3789993 ], [ 120.3844603, 30.3793926 ], [ 120.3844978, 30.3794435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.383617, 30.3796607 ], [ 120.3842878, 30.379729 ], [ 120.3843488, 30.3793292 ], [ 120.3843122, 30.3792714 ], [ 120.3837268, 30.3792135 ], [ 120.3836292, 30.3792398 ], [ 120.3835987, 30.3796133 ], [ 120.383617, 30.3796607 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3861893, 30.3796427 ], [ 120.3866955, 30.3796893 ], [ 120.3867103, 30.3796554 ], [ 120.3867054, 30.3794985 ], [ 120.3866808, 30.3794646 ], [ 120.3862679, 30.3794349 ], [ 120.3862089, 30.3794391 ], [ 120.3861745, 30.3794815 ], [ 120.3861647, 30.3795621 ], [ 120.3861893, 30.3796427 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3844388, 30.3797395 ], [ 120.3844657, 30.3797812 ], [ 120.3857902, 30.379846 ], [ 120.38586, 30.3798136 ], [ 120.3858707, 30.3796563 ], [ 120.3858653, 30.3795684 ], [ 120.3857634, 30.3795314 ], [ 120.3853398, 30.3795591 ], [ 120.3844871, 30.3795545 ], [ 120.3844335, 30.3796285 ], [ 120.3844388, 30.3797395 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3860812, 30.3799649 ], [ 120.3866808, 30.3799776 ], [ 120.3867054, 30.3797699 ], [ 120.3866759, 30.3797275 ], [ 120.3861254, 30.3796893 ], [ 120.3860713, 30.3797147 ], [ 120.3860468, 30.3799267 ], [ 120.3860812, 30.3799649 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.383617, 30.3800131 ], [ 120.3842695, 30.3800657 ], [ 120.3843, 30.3798185 ], [ 120.3842573, 30.3797764 ], [ 120.3839036, 30.3797343 ], [ 120.383678, 30.3797027 ], [ 120.3835987, 30.379729 ], [ 120.3835865, 30.3799605 ], [ 120.383617, 30.3800131 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3844297, 30.3802108 ], [ 120.3851424, 30.3802108 ], [ 120.3852014, 30.3802363 ], [ 120.3852505, 30.3802914 ], [ 120.3853636, 30.3803296 ], [ 120.3857813, 30.380355 ], [ 120.3858256, 30.3802999 ], [ 120.3858452, 30.379931 ], [ 120.385801, 30.3799013 ], [ 120.3854324, 30.3798928 ], [ 120.3844838, 30.3798504 ], [ 120.3844297, 30.3798843 ], [ 120.3844002, 30.380143 ], [ 120.3844297, 30.3802108 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3860369, 30.3802448 ], [ 120.3860861, 30.3802829 ], [ 120.3866464, 30.3803041 ], [ 120.386666, 30.3802702 ], [ 120.3866955, 30.3800455 ], [ 120.386666, 30.38002 ], [ 120.3860615, 30.3800115 ], [ 120.386032, 30.3800455 ], [ 120.3860369, 30.3802448 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3822218, 30.3795678 ], [ 120.3827088, 30.3796348 ], [ 120.3827291, 30.3795551 ], [ 120.3827301, 30.3794295 ], [ 120.3820985, 30.3793386 ], [ 120.3820819, 30.3795474 ], [ 120.3822218, 30.3795678 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3822178, 30.3798298 ], [ 120.3827048, 30.3798968 ], [ 120.3827251, 30.3798171 ], [ 120.3827261, 30.3796915 ], [ 120.3820945, 30.3796006 ], [ 120.3820779, 30.3798094 ], [ 120.3822178, 30.3798298 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3828503, 30.3800546 ], [ 120.383092, 30.3800869 ], [ 120.3832452, 30.3801221 ], [ 120.3834392, 30.3800928 ], [ 120.3834732, 30.3800516 ], [ 120.3835038, 30.3795466 ], [ 120.3834936, 30.3794761 ], [ 120.3834562, 30.3794468 ], [ 120.3830341, 30.3794027 ], [ 120.3829048, 30.3794027 ], [ 120.3828708, 30.3794203 ], [ 120.3828393, 30.3800299 ], [ 120.3828503, 30.3800546 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3821859, 30.3800987 ], [ 120.3826729, 30.3801657 ], [ 120.3826931, 30.380086 ], [ 120.3826941, 30.3799604 ], [ 120.3820625, 30.3798695 ], [ 120.3820459, 30.3800782 ], [ 120.3821859, 30.3800987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3821699, 30.3803503 ], [ 120.3826569, 30.3804173 ], [ 120.3826771, 30.3803376 ], [ 120.3826781, 30.380212 ], [ 120.3820465, 30.3801211 ], [ 120.3820299, 30.3803299 ], [ 120.3821699, 30.3803503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3833915, 30.3808092 ], [ 120.3834358, 30.3807505 ], [ 120.3834664, 30.3806653 ], [ 120.3834324, 30.3804862 ], [ 120.3834698, 30.3802748 ], [ 120.3834528, 30.3801838 ], [ 120.3833983, 30.3801544 ], [ 120.3832418, 30.3801456 ], [ 120.382915, 30.3801016 ], [ 120.3828367, 30.3800986 ], [ 120.3827959, 30.3807622 ], [ 120.3833915, 30.3808092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.382164, 30.3806088 ], [ 120.382651, 30.3806758 ], [ 120.3826712, 30.3805961 ], [ 120.3826722, 30.3804705 ], [ 120.3820407, 30.3803796 ], [ 120.3820241, 30.3805884 ], [ 120.382164, 30.3806088 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3821361, 30.3808743 ], [ 120.382639, 30.3809275 ], [ 120.3826912, 30.3809029 ], [ 120.382696, 30.3807433 ], [ 120.3826722, 30.3807187 ], [ 120.3820127, 30.380645 ], [ 120.3819961, 30.3808538 ], [ 120.3821361, 30.3808743 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3835584, 30.3811135 ], [ 120.3841902, 30.3811569 ], [ 120.3842189, 30.3807667 ], [ 120.3838671, 30.3807481 ], [ 120.383544, 30.3807109 ], [ 120.3835225, 30.3810701 ], [ 120.3835584, 30.3811135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3827857, 30.3810471 ], [ 120.3834256, 30.3811205 ], [ 120.3834494, 30.3809384 ], [ 120.3834153, 30.3808621 ], [ 120.3833371, 30.3808327 ], [ 120.3828435, 30.3808092 ], [ 120.3827891, 30.3808356 ], [ 120.3827755, 30.3810206 ], [ 120.3827857, 30.3810471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3838548, 30.3803972 ], [ 120.3839829, 30.3804077 ], [ 120.3841658, 30.3804129 ], [ 120.3842573, 30.3803866 ], [ 120.3842695, 30.3803393 ], [ 120.3842878, 30.3801499 ], [ 120.3842268, 30.3801078 ], [ 120.3835743, 30.3800605 ], [ 120.3835682, 30.3803761 ], [ 120.3838548, 30.3803972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3849409, 30.3804016 ], [ 120.3849802, 30.3803804 ], [ 120.3850048, 30.3803253 ], [ 120.3849655, 30.3802872 ], [ 120.3844936, 30.3802744 ], [ 120.384415, 30.3802914 ], [ 120.3844101, 30.3803804 ], [ 120.3849409, 30.3804016 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3867882, 30.3808051 ], [ 120.3873797, 30.3808764 ], [ 120.3874052, 30.3807283 ], [ 120.3873988, 30.3805637 ], [ 120.3870999, 30.3800918 ], [ 120.3868327, 30.380015 ], [ 120.3867882, 30.3800699 ], [ 120.3867437, 30.3807557 ], [ 120.3867882, 30.3808051 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3857863, 30.3805161 ], [ 120.3857813, 30.3804398 ], [ 120.3855651, 30.3804356 ], [ 120.3854668, 30.380461 ], [ 120.385457, 30.3805076 ], [ 120.3857863, 30.3805161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3860266, 30.3806757 ], [ 120.3860735, 30.3807103 ], [ 120.3866226, 30.380797 ], [ 120.3866494, 30.3807392 ], [ 120.3866628, 30.3803811 ], [ 120.3866293, 30.3803406 ], [ 120.3860534, 30.3803175 ], [ 120.3860266, 30.380358 ], [ 120.3860266, 30.3806757 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3835682, 30.3806076 ], [ 120.3836353, 30.3806392 ], [ 120.3842207, 30.380697 ], [ 120.3842512, 30.3806392 ], [ 120.3842512, 30.3805182 ], [ 120.3842207, 30.3804813 ], [ 120.3835682, 30.380434 ], [ 120.3835499, 30.3805234 ], [ 120.3835682, 30.3806076 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3844346, 30.3807832 ], [ 120.3852014, 30.380779 ], [ 120.3855061, 30.3808087 ], [ 120.3857617, 30.3808468 ], [ 120.3858256, 30.3808384 ], [ 120.3858452, 30.3807408 ], [ 120.3858207, 30.3805967 ], [ 120.3857666, 30.380567 ], [ 120.3844494, 30.3804864 ], [ 120.3844002, 30.3805119 ], [ 120.3843953, 30.3806603 ], [ 120.3843904, 30.3807578 ], [ 120.3844346, 30.3807832 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3865088, 30.3810974 ], [ 120.3872319, 30.3811493 ], [ 120.3873257, 30.3811493 ], [ 120.3873725, 30.3811031 ], [ 120.3873859, 30.3809472 ], [ 120.3873257, 30.3809125 ], [ 120.3865355, 30.380849 ], [ 120.3864753, 30.3808778 ], [ 120.3864619, 30.3810627 ], [ 120.3865088, 30.3810974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3844101, 30.381114 ], [ 120.3857224, 30.3812072 ], [ 120.3858108, 30.3811097 ], [ 120.3858354, 30.3809316 ], [ 120.3858059, 30.3808892 ], [ 120.3852751, 30.3808172 ], [ 120.3844297, 30.3808299 ], [ 120.3843806, 30.3808553 ], [ 120.3843757, 30.3810673 ], [ 120.3844101, 30.381114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.387473, 30.3811147 ], [ 120.3875132, 30.3812244 ], [ 120.387714, 30.3811782 ], [ 120.3877207, 30.381132 ], [ 120.387714, 30.38108 ], [ 120.3876739, 30.3809876 ], [ 120.3876002, 30.3809645 ], [ 120.3875132, 30.3809703 ], [ 120.387473, 30.3810049 ], [ 120.387473, 30.3811147 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2627515, 30.3018371 ], [ 120.2630412, 30.3025967 ], [ 120.2633952, 30.303523 ], [ 120.2635401, 30.3040834 ], [ 120.2639209, 30.3053292 ], [ 120.2641409, 30.3060286 ], [ 120.2643608, 30.3067047 ], [ 120.2648114, 30.308284 ], [ 120.2651869, 30.3097706 ], [ 120.2654122, 30.3106876 ], [ 120.265441, 30.3111147 ], [ 120.2655195, 30.3119292 ], [ 120.2656483, 30.3127322 ], [ 120.2658092, 30.3133365 ], [ 120.2659256, 30.3142768 ], [ 120.2658977, 30.314584 ], [ 120.2658291, 30.3150655 ], [ 120.2657147, 30.3157982 ], [ 120.2656521, 30.316243 ], [ 120.2655791, 30.3168543 ], [ 120.2655503, 30.3169026 ], [ 120.2654753, 30.3169451 ], [ 120.2660875, 30.3170024 ], [ 120.2659542, 30.3169498 ], [ 120.2659329, 30.316878 ], [ 120.2660239, 30.3162946 ], [ 120.2659994, 30.3159782 ], [ 120.2660399, 30.315532 ], [ 120.2660877, 30.3152398 ], [ 120.2661225, 30.3146869 ], [ 120.2661748, 30.3146793 ], [ 120.2661792, 30.314401 ], [ 120.2660877, 30.3132236 ], [ 120.266076, 30.3131407 ], [ 120.2660136, 30.312697 ], [ 120.2658219, 30.3115686 ], [ 120.2657609, 30.3112601 ], [ 120.2657217, 30.3108802 ], [ 120.265713, 30.3107485 ], [ 120.2656162, 30.3103104 ], [ 120.2656347, 30.3102219 ], [ 120.2657042, 30.3101354 ], [ 120.265835, 30.310094 ], [ 120.2657958, 30.3100037 ], [ 120.2657579, 30.310016 ], [ 120.2656563, 30.3100489 ], [ 120.2655779, 30.3100451 ], [ 120.2655343, 30.3099736 ], [ 120.265421, 30.3095072 ], [ 120.265299, 30.3091084 ], [ 120.265116, 30.3083937 ], [ 120.2648764, 30.3073893 ], [ 120.2646062, 30.3063812 ], [ 120.2645193, 30.3061663 ], [ 120.2644145, 30.3059072 ], [ 120.2641618, 30.3052677 ], [ 120.2638481, 30.3042633 ], [ 120.2638088, 30.3040676 ], [ 120.2638263, 30.3038532 ], [ 120.2637783, 30.3036425 ], [ 120.2636084, 30.303398 ], [ 120.263469, 30.302988 ], [ 120.2633775, 30.3027773 ], [ 120.263225, 30.3023635 ], [ 120.2630519, 30.3018696 ], [ 120.2629243, 30.301517 ], [ 120.26292, 30.3013929 ], [ 120.2629505, 30.3012575 ], [ 120.2631509, 30.3009339 ], [ 120.2632424, 30.3008399 ], [ 120.2632974, 30.3007817 ], [ 120.2633681, 30.3006862 ], [ 120.2634022, 30.3005997 ], [ 120.2634392, 30.3005125 ], [ 120.2635793, 30.3002533 ], [ 120.2636846, 30.3001011 ], [ 120.2637863, 30.3000556 ], [ 120.2638603, 30.3000494 ], [ 120.2639687, 30.3001965 ], [ 120.2640386, 30.3003846 ], [ 120.2640957, 30.3007957 ], [ 120.2641522, 30.3007864 ], [ 120.2642086, 30.3007771 ], [ 120.2641814, 30.3006409 ], [ 120.2641278, 30.3003722 ], [ 120.264102, 30.3002986 ], [ 120.2640936, 30.3002748 ], [ 120.2640303, 30.3001296 ], [ 120.2640182, 30.3001019 ], [ 120.263924, 30.2999322 ], [ 120.2639352, 30.2997978 ], [ 120.2639962, 30.2996511 ], [ 120.2643672, 30.2989727 ], [ 120.2646949, 30.2984675 ], [ 120.265079, 30.2978661 ], [ 120.2651562, 30.2977631 ], [ 120.2653992, 30.297439 ], [ 120.2655343, 30.2971681 ], [ 120.2655779, 30.2971681 ], [ 120.2660049, 30.2964044 ], [ 120.2662271, 30.2960921 ], [ 120.2662489, 30.2959716 ], [ 120.2664327, 30.2955748 ], [ 120.266582, 30.2953136 ], [ 120.2666253, 30.2952748 ], [ 120.2666972, 30.2951 ], [ 120.2665617, 30.2950439 ], [ 120.266941, 30.2942221 ], [ 120.2668927, 30.2941962 ], [ 120.2668375, 30.2941793 ], [ 120.266663, 30.2945086 ], [ 120.2664675, 30.2949349 ], [ 120.2664585, 30.2950072 ], [ 120.2662699, 30.2949825 ], [ 120.2662519, 30.2950492 ], [ 120.2663359, 30.2952306 ], [ 120.2661978, 30.2954811 ], [ 120.2659391, 30.2959722 ], [ 120.2654391, 30.2968859 ], [ 120.2651816, 30.2973213 ], [ 120.2649294, 30.2976964 ], [ 120.2646259, 30.2981506 ], [ 120.2640926, 30.2990767 ], [ 120.2637761, 30.2995676 ], [ 120.2633831, 30.3001929 ], [ 120.2631925, 30.3004926 ], [ 120.263009, 30.3007811 ], [ 120.2627622, 30.3011146 ], [ 120.2626893, 30.3012662 ], [ 120.2626838, 30.3014912 ], [ 120.2627515, 30.3018371 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2569355, 30.3360574 ], [ 120.2570735, 30.3363262 ], [ 120.2573779, 30.3369127 ], [ 120.2575159, 30.3371326 ], [ 120.2576611, 30.3374441 ], [ 120.2578593, 30.3379573 ], [ 120.2579017, 30.3382841 ], [ 120.2580928, 30.3392738 ], [ 120.2579867, 30.3392616 ], [ 120.2579867, 30.3394479 ], [ 120.258107, 30.3394632 ], [ 120.2581919, 30.3400069 ], [ 120.2582521, 30.3401413 ], [ 120.258199, 30.3402268 ], [ 120.2582132, 30.3403887 ], [ 120.258153, 30.3405475 ], [ 120.2583264, 30.3405567 ], [ 120.2583866, 30.3403184 ], [ 120.2583972, 30.3399336 ], [ 120.2583724, 30.3394998 ], [ 120.2581459, 30.3383575 ], [ 120.2579973, 30.3377649 ], [ 120.2577, 30.3371479 ], [ 120.2575372, 30.3368241 ], [ 120.257247, 30.3363231 ], [ 120.2571833, 30.3360574 ], [ 120.2571054, 30.3358252 ], [ 120.2570983, 30.3355564 ], [ 120.2571408, 30.3353945 ], [ 120.2574204, 30.3347317 ], [ 120.2580256, 30.333021 ], [ 120.2583477, 30.3322329 ], [ 120.2587087, 30.3312707 ], [ 120.2590236, 30.3305956 ], [ 120.2591581, 30.3303726 ], [ 120.2595581, 30.3297402 ], [ 120.25982, 30.3293676 ], [ 120.2601739, 30.3288666 ], [ 120.2605738, 30.3283534 ], [ 120.2607295, 30.3280479 ], [ 120.2610905, 30.3276263 ], [ 120.2615011, 30.3271009 ], [ 120.2626195, 30.325552 ], [ 120.2634618, 30.3244706 ], [ 120.2637556, 30.3240276 ], [ 120.2648527, 30.3225582 ], [ 120.2651323, 30.3221304 ], [ 120.265327, 30.3219319 ], [ 120.2655004, 30.3216752 ], [ 120.2656614, 30.3214385 ], [ 120.266141, 30.3208138 ], [ 120.2662542, 30.3206151 ], [ 120.2662896, 30.3204792 ], [ 120.2662852, 30.3203539 ], [ 120.2662454, 30.3202073 ], [ 120.2661764, 30.3199827 ], [ 120.2661764, 30.3195184 ], [ 120.2661233, 30.3191242 ], [ 120.2659923, 30.3186293 ], [ 120.2659109, 30.3182932 ], [ 120.2658543, 30.3179236 ], [ 120.2658621, 30.3172966 ], [ 120.2658969, 30.3172713 ], [ 120.2659566, 30.3172552 ], [ 120.2655674, 30.3172464 ], [ 120.265603, 30.3173141 ], [ 120.2656083, 30.3175859 ], [ 120.2655995, 30.3179496 ], [ 120.2656491, 30.3182673 ], [ 120.2657233, 30.3185101 ], [ 120.2658914, 30.3190875 ], [ 120.2659339, 30.3193137 ], [ 120.265964, 30.3196497 ], [ 120.2659781, 30.3198911 ], [ 120.2659977, 30.3201309 ], [ 120.2660937, 30.3202657 ], [ 120.2660737, 30.3204104 ], [ 120.2660366, 30.3204975 ], [ 120.2659623, 30.3206488 ], [ 120.265849, 30.3208213 ], [ 120.2656401, 30.3210917 ], [ 120.2651163, 30.3218157 ], [ 120.2648704, 30.322161 ], [ 120.2646297, 30.3225276 ], [ 120.264474, 30.3227415 ], [ 120.2642758, 30.3229797 ], [ 120.2640953, 30.3231966 ], [ 120.2640104, 30.323328 ], [ 120.2639077, 30.3235052 ], [ 120.2635149, 30.3240123 ], [ 120.2626008, 30.3251877 ], [ 120.2621179, 30.3257881 ], [ 120.2618762, 30.3261498 ], [ 120.2617396, 30.3263174 ], [ 120.2615841, 30.3264963 ], [ 120.2615026, 30.3266492 ], [ 120.2614257, 30.3267802 ], [ 120.2613135, 30.3269267 ], [ 120.2607685, 30.3276416 ], [ 120.2600146, 30.3286558 ], [ 120.2596288, 30.3291598 ], [ 120.2591652, 30.3298227 ], [ 120.2589812, 30.3300946 ], [ 120.2588396, 30.3303451 ], [ 120.2587264, 30.3305925 ], [ 120.258606, 30.330898 ], [ 120.2584715, 30.3313073 ], [ 120.2583158, 30.3316311 ], [ 120.2582663, 30.3318114 ], [ 120.2582309, 30.3319213 ], [ 120.2580398, 30.3324376 ], [ 120.2578239, 30.3330363 ], [ 120.2576434, 30.3335526 ], [ 120.2573638, 30.3342582 ], [ 120.2571302, 30.3349638 ], [ 120.2569461, 30.3354953 ], [ 120.2569107, 30.3357366 ], [ 120.2569072, 30.3359749 ], [ 120.2569355, 30.3360574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2414763, 30.3312271 ], [ 120.2417949, 30.3315112 ], [ 120.2420992, 30.3317892 ], [ 120.2424461, 30.3320274 ], [ 120.2427363, 30.3321955 ], [ 120.2431504, 30.3322963 ], [ 120.2437237, 30.3324307 ], [ 120.2442581, 30.3325131 ], [ 120.2446191, 30.3325834 ], [ 120.2448563, 30.3326017 ], [ 120.244966, 30.3326078 ], [ 120.2450722, 30.3326323 ], [ 120.2456491, 30.3327942 ], [ 120.245918, 30.3328858 ], [ 120.2460844, 30.332898 ], [ 120.2462578, 30.3328797 ], [ 120.2464277, 30.3328522 ], [ 120.2465692, 30.3327942 ], [ 120.2467214, 30.3325987 ], [ 120.2467604, 30.3325804 ], [ 120.2468276, 30.3326048 ], [ 120.2470184, 30.3327828 ], [ 120.2479682, 30.3335123 ], [ 120.2481512, 30.3336515 ], [ 120.2483473, 30.3337944 ], [ 120.2484432, 30.3338884 ], [ 120.2485303, 30.3340088 ], [ 120.2485663, 30.3341589 ], [ 120.2485826, 30.3342269 ], [ 120.2485957, 30.3343585 ], [ 120.248587, 30.3345127 ], [ 120.2485478, 30.3346293 ], [ 120.2484737, 30.3347383 ], [ 120.2484868, 30.3348512 ], [ 120.2485521, 30.3349414 ], [ 120.2486436, 30.3353137 ], [ 120.2487003, 30.3355243 ], [ 120.2487656, 30.3355657 ], [ 120.2489312, 30.3356973 ], [ 120.2490924, 30.3358703 ], [ 120.2493016, 30.3359756 ], [ 120.2495456, 30.3360546 ], [ 120.2498898, 30.3361524 ], [ 120.2501817, 30.3362313 ], [ 120.2503386, 30.3362953 ], [ 120.2506, 30.3364419 ], [ 120.2509138, 30.3365848 ], [ 120.2513233, 30.3367165 ], [ 120.2517155, 30.336833 ], [ 120.2520684, 30.3369684 ], [ 120.2523952, 30.3371188 ], [ 120.2527438, 30.3372806 ], [ 120.2529967, 30.3373875 ], [ 120.2533825, 30.3375586 ], [ 120.2538143, 30.3377082 ], [ 120.2540656, 30.3378121 ], [ 120.2543452, 30.3379526 ], [ 120.2544048, 30.3378661 ], [ 120.2544584, 30.3377907 ], [ 120.2540266, 30.3376135 ], [ 120.2538001, 30.3375341 ], [ 120.2533223, 30.3373447 ], [ 120.2530286, 30.3372225 ], [ 120.2526251, 30.3370576 ], [ 120.2524269, 30.3369415 ], [ 120.2521898, 30.3368499 ], [ 120.2519314, 30.3367399 ], [ 120.2515527, 30.3366086 ], [ 120.251259, 30.3364772 ], [ 120.2510997, 30.33641 ], [ 120.2508272, 30.3363062 ], [ 120.2506573, 30.3362237 ], [ 120.2504627, 30.3361015 ], [ 120.2502503, 30.3360221 ], [ 120.2499212, 30.3359182 ], [ 120.2495106, 30.3357961 ], [ 120.24927, 30.3357014 ], [ 120.2490965, 30.3355883 ], [ 120.248962, 30.3354662 ], [ 120.2488736, 30.3352829 ], [ 120.2488488, 30.3351393 ], [ 120.2488488, 30.3348033 ], [ 120.2488665, 30.3344031 ], [ 120.2488417, 30.3341985 ], [ 120.2487922, 30.3340457 ], [ 120.2487108, 30.3338777 ], [ 120.248548, 30.333722 ], [ 120.2482825, 30.3335326 ], [ 120.2480666, 30.3333584 ], [ 120.2473446, 30.3328147 ], [ 120.2471854, 30.3326895 ], [ 120.2470933, 30.3325764 ], [ 120.2469022, 30.3322924 ], [ 120.2467677, 30.3319563 ], [ 120.2467111, 30.3318555 ], [ 120.2465695, 30.3315103 ], [ 120.2465023, 30.3314431 ], [ 120.2464952, 30.3312171 ], [ 120.2464775, 30.3310918 ], [ 120.2463607, 30.330933 ], [ 120.24629, 30.3307619 ], [ 120.2462439, 30.3306397 ], [ 120.2461696, 30.330542 ], [ 120.2462156, 30.3304931 ], [ 120.2461944, 30.3303526 ], [ 120.2461342, 30.3300532 ], [ 120.2460988, 30.3299524 ], [ 120.2460174, 30.3298058 ], [ 120.24589, 30.3295278 ], [ 120.2458051, 30.3292926 ], [ 120.2457308, 30.3291032 ], [ 120.2457237, 30.3289749 ], [ 120.2456812, 30.3288038 ], [ 120.2456918, 30.3286938 ], [ 120.2457874, 30.3278415 ], [ 120.245798, 30.3272183 ], [ 120.2458015, 30.3265951 ], [ 120.2457909, 30.3261583 ], [ 120.2457591, 30.3259933 ], [ 120.2456883, 30.3259169 ], [ 120.2446301, 30.3248569 ], [ 120.2439222, 30.3240565 ], [ 120.2438904, 30.324084 ], [ 120.2445734, 30.3248508 ], [ 120.2449698, 30.3252785 ], [ 120.2453238, 30.3256023 ], [ 120.2457024, 30.3260117 ], [ 120.2457378, 30.3260789 ], [ 120.245752, 30.3269037 ], [ 120.2457343, 30.3277743 ], [ 120.2457131, 30.3280951 ], [ 120.2456458, 30.3287335 ], [ 120.2456564, 30.3288985 ], [ 120.2457414, 30.3293751 ], [ 120.2458263, 30.329595 ], [ 120.2458936, 30.3298149 ], [ 120.2459679, 30.3298516 ], [ 120.2461378, 30.3304748 ], [ 120.2461519, 30.3305756 ], [ 120.2461625, 30.3306856 ], [ 120.2461873, 30.3307405 ], [ 120.2462192, 30.3308383 ], [ 120.2462616, 30.3309238 ], [ 120.2464634, 30.331266 ], [ 120.2463784, 30.3312904 ], [ 120.2464704, 30.3314493 ], [ 120.2464669, 30.3314767 ], [ 120.2464351, 30.3315103 ], [ 120.2464917, 30.3315378 ], [ 120.2464704, 30.3316356 ], [ 120.2464881, 30.3317364 ], [ 120.2465448, 30.3318403 ], [ 120.2466686, 30.3319624 ], [ 120.2466297, 30.3320083 ], [ 120.246697, 30.332103 ], [ 120.2467253, 30.3321824 ], [ 120.246743, 30.3322924 ], [ 120.246835, 30.3323932 ], [ 120.2466474, 30.3325215 ], [ 120.2465129, 30.3326345 ], [ 120.2463926, 30.3327017 ], [ 120.2462935, 30.3327322 ], [ 120.2460988, 30.3327322 ], [ 120.245929, 30.332717 ], [ 120.2457697, 30.3326589 ], [ 120.2454476, 30.3325459 ], [ 120.24526, 30.3325123 ], [ 120.2448707, 30.3324634 ], [ 120.2440072, 30.3322618 ], [ 120.2429242, 30.3320113 ], [ 120.2426906, 30.3319227 ], [ 120.2423367, 30.3317547 ], [ 120.2421703, 30.3316142 ], [ 120.2417456, 30.3312354 ], [ 120.2415934, 30.3310857 ], [ 120.2413209, 30.330765 ], [ 120.2412251, 30.3309125 ], [ 120.2414763, 30.3312271 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2333404, 30.3380608 ], [ 120.2333307, 30.338076 ], [ 120.2333254, 30.3380989 ], [ 120.233358, 30.3381613 ], [ 120.2333942, 30.3381932 ], [ 120.2335036, 30.3382145 ], [ 120.2335873, 30.3382138 ], [ 120.2336623, 30.3382001 ], [ 120.2337584, 30.3381415 ], [ 120.2338519, 30.338089 ], [ 120.2338916, 30.3380471 ], [ 120.2339057, 30.3380357 ], [ 120.2339004, 30.3380075 ], [ 120.2338669, 30.3379946 ], [ 120.2337946, 30.3379839 ], [ 120.2337011, 30.3379908 ], [ 120.2336676, 30.3379984 ], [ 120.2336306, 30.33799 ], [ 120.2336023, 30.3379725 ], [ 120.2335318, 30.3379877 ], [ 120.2334815, 30.3379938 ], [ 120.2334401, 30.3380068 ], [ 120.2334171, 30.3380288 ], [ 120.2333986, 30.3380433 ], [ 120.2333589, 30.3380159 ], [ 120.2333184, 30.3380303 ], [ 120.2333404, 30.3380608 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2646992, 30.3392798 ], [ 120.2648317, 30.3390452 ], [ 120.2644878, 30.3389059 ], [ 120.2643577, 30.3391361 ], [ 120.2646992, 30.3392798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2381943, 30.3404793 ], [ 120.2382152, 30.3405063 ], [ 120.2388124, 30.3406464 ], [ 120.2389301, 30.3402711 ], [ 120.2389598, 30.3402119 ], [ 120.2389658, 30.3401849 ], [ 120.238933, 30.3401811 ], [ 120.2389047, 30.3402081 ], [ 120.2388571, 30.3402094 ], [ 120.2387752, 30.3401952 ], [ 120.2387379, 30.3401939 ], [ 120.2386947, 30.3401746 ], [ 120.238662, 30.3401412 ], [ 120.2386262, 30.3401322 ], [ 120.2385711, 30.3401348 ], [ 120.2385503, 30.3401181 ], [ 120.2385324, 30.3400962 ], [ 120.2384654, 30.3400962 ], [ 120.2384162, 30.3401219 ], [ 120.2383418, 30.3401194 ], [ 120.2382867, 30.3401181 ], [ 120.2382494, 30.3401297 ], [ 120.2382322, 30.3402306 ], [ 120.2381869, 30.34037 ], [ 120.2381794, 30.3404304 ], [ 120.2381943, 30.3404793 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2417679, 30.3586146 ], [ 120.2417877, 30.3586431 ], [ 120.2419297, 30.3586203 ], [ 120.2420189, 30.3586032 ], [ 120.2420651, 30.3585747 ], [ 120.2420817, 30.3585377 ], [ 120.2420618, 30.3584436 ], [ 120.2419892, 30.3583011 ], [ 120.2419099, 30.3581985 ], [ 120.2417448, 30.3582156 ], [ 120.2417052, 30.3582413 ], [ 120.2417679, 30.3586146 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2418174, 30.3589195 ], [ 120.2418505, 30.3589765 ], [ 120.2419892, 30.3589395 ], [ 120.2420486, 30.3588625 ], [ 120.2421081, 30.3588397 ], [ 120.2420618, 30.3586545 ], [ 120.2417844, 30.3587172 ], [ 120.2418174, 30.3589195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2270702, 30.3793727 ], [ 120.2270767, 30.3794165 ], [ 120.2270801, 30.379457 ], [ 120.2270915, 30.3794771 ], [ 120.22714, 30.3794317 ], [ 120.2271174, 30.3793813 ], [ 120.2271174, 30.3793375 ], [ 120.2271305, 30.3792909 ], [ 120.2271575, 30.379245 ], [ 120.2271979, 30.3792166 ], [ 120.2272702, 30.3792162 ], [ 120.2273309, 30.3792388 ], [ 120.2273889, 30.379266 ], [ 120.2274541, 30.3792878 ], [ 120.2275118, 30.3792816 ], [ 120.2275451, 30.379262 ], [ 120.2276043, 30.3792137 ], [ 120.2276562, 30.3791825 ], [ 120.227595, 30.3790969 ], [ 120.2275798, 30.3791275 ], [ 120.2275479, 30.3791332 ], [ 120.2275207, 30.3791252 ], [ 120.2274483, 30.3791631 ], [ 120.2273976, 30.379175 ], [ 120.2273572, 30.3791678 ], [ 120.227317, 30.3791601 ], [ 120.2272921, 30.3791394 ], [ 120.2272837, 30.379108 ], [ 120.2273062, 30.3790713 ], [ 120.2273631, 30.3790075 ], [ 120.2274121, 30.3789091 ], [ 120.2274765, 30.3786881 ], [ 120.227492, 30.3786392 ], [ 120.2275532, 30.3786239 ], [ 120.2276455, 30.3786286 ], [ 120.2277113, 30.3786583 ], [ 120.2277951, 30.378687 ], [ 120.2278593, 30.3787194 ], [ 120.2278853, 30.3787565 ], [ 120.2279031, 30.378808 ], [ 120.2279061, 30.3788645 ], [ 120.2278771, 30.3789226 ], [ 120.2277933, 30.3789886 ], [ 120.2276342, 30.3790736 ], [ 120.227689, 30.3791384 ], [ 120.2278063, 30.3790851 ], [ 120.2280127, 30.3791104 ], [ 120.2280918, 30.3790719 ], [ 120.2280609, 30.3790411 ], [ 120.2280629, 30.3790032 ], [ 120.2280688, 30.3789685 ], [ 120.2280768, 30.3789172 ], [ 120.2280989, 30.3788878 ], [ 120.2280875, 30.3788585 ], [ 120.2280672, 30.3788446 ], [ 120.2280364, 30.3788035 ], [ 120.2280236, 30.3787464 ], [ 120.228001, 30.3786753 ], [ 120.2279588, 30.378609 ], [ 120.2279098, 30.3785499 ], [ 120.2278416, 30.3784973 ], [ 120.227785, 30.3784724 ], [ 120.2277153, 30.3784732 ], [ 120.2276625, 30.3784497 ], [ 120.2276099, 30.3784339 ], [ 120.22752, 30.3784567 ], [ 120.2274663, 30.378481 ], [ 120.2274026, 30.378547 ], [ 120.2271157, 30.379185 ], [ 120.2270791, 30.3792782 ], [ 120.2270693, 30.3793261 ], [ 120.2270702, 30.3793727 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2280775, 30.3791634 ], [ 120.2281212, 30.3791831 ], [ 120.2281716, 30.3792088 ], [ 120.2282157, 30.3792377 ], [ 120.2282246, 30.3792624 ], [ 120.2282503, 30.3792863 ], [ 120.2282625, 30.3793081 ], [ 120.2282534, 30.3793349 ], [ 120.2282442, 30.3793541 ], [ 120.2282575, 30.3793752 ], [ 120.2282428, 30.3793929 ], [ 120.2282426, 30.3794199 ], [ 120.2282818, 30.3794506 ], [ 120.2283823, 30.3795095 ], [ 120.2284196, 30.3795531 ], [ 120.2284251, 30.3795869 ], [ 120.2284765, 30.3796039 ], [ 120.2284894, 30.3796275 ], [ 120.2285324, 30.3796483 ], [ 120.2285889, 30.3796777 ], [ 120.228607, 30.3797215 ], [ 120.228604, 30.3797896 ], [ 120.2285722, 30.3798989 ], [ 120.2286679, 30.3798807 ], [ 120.2286549, 30.3798292 ], [ 120.2286586, 30.3797881 ], [ 120.2286952, 30.3797661 ], [ 120.2286809, 30.3797395 ], [ 120.2286487, 30.379715 ], [ 120.2286564, 30.3796713 ], [ 120.2286758, 30.3796342 ], [ 120.2287061, 30.3796042 ], [ 120.2287486, 30.3795836 ], [ 120.228784, 30.3795585 ], [ 120.2287541, 30.3795067 ], [ 120.2287139, 30.379545 ], [ 120.2286422, 30.3795762 ], [ 120.2286086, 30.3795818 ], [ 120.2285769, 30.3795478 ], [ 120.2285572, 30.3795096 ], [ 120.2285067, 30.3794833 ], [ 120.2284118, 30.3794198 ], [ 120.2283823, 30.3793666 ], [ 120.2283555, 30.3792999 ], [ 120.2283498, 30.379264 ], [ 120.2282998, 30.3792257 ], [ 120.2282671, 30.3792107 ], [ 120.2281916, 30.3791813 ], [ 120.2281419, 30.3791767 ], [ 120.2281184, 30.3791498 ], [ 120.2281112, 30.3791099 ], [ 120.2280295, 30.3791576 ], [ 120.2280775, 30.3791634 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3470925, 30.3418712 ], [ 120.3470637, 30.3418346 ], [ 120.3470854, 30.3413094 ], [ 120.347059, 30.3412838 ], [ 120.3470621, 30.341179 ], [ 120.3471026, 30.3411455 ], [ 120.3479945, 30.3275515 ], [ 120.3478669, 30.3275541 ], [ 120.3474367, 30.3338975 ], [ 120.3474192, 30.3341551 ], [ 120.346946, 30.3411319 ], [ 120.3469809, 30.341162 ], [ 120.3469758, 30.341271 ], [ 120.3469337, 30.3413047 ], [ 120.346908, 30.3417789 ], [ 120.3468844, 30.3418144 ], [ 120.3468315, 30.3418561 ], [ 120.3470925, 30.3418712 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2941596, 30.339975 ], [ 120.2950163, 30.3400366 ], [ 120.2962606, 30.3400345 ], [ 120.2969525, 30.3400593 ], [ 120.2982762, 30.3401341 ], [ 120.3006711, 30.3402392 ], [ 120.3020092, 30.3402999 ], [ 120.302089, 30.3403116 ], [ 120.3021381, 30.3403294 ], [ 120.3021618, 30.340361 ], [ 120.3021416, 30.3409915 ], [ 120.3021317, 30.3416065 ], [ 120.3021334, 30.3428599 ], [ 120.3021485, 30.3446929 ], [ 120.302135, 30.3449321 ], [ 120.3021246, 30.3496393 ], [ 120.3021982, 30.3496359 ], [ 120.3021944, 30.3485375 ], [ 120.3022119, 30.3469578 ], [ 120.3022083, 30.3459933 ], [ 120.3024667, 30.3460086 ], [ 120.3025208, 30.3459367 ], [ 120.3026346, 30.3460068 ], [ 120.304996, 30.3461457 ], [ 120.3071344, 30.3462427 ], [ 120.3071634, 30.3462537 ], [ 120.3077014, 30.346277 ], [ 120.3084828, 30.3463056 ], [ 120.3089188, 30.3463222 ], [ 120.3090846, 30.3463255 ], [ 120.3092083, 30.3463413 ], [ 120.3092863, 30.3463686 ], [ 120.3101456, 30.3464145 ], [ 120.3108224, 30.3464338 ], [ 120.3115021, 30.3464708 ], [ 120.3124509, 30.3465505 ], [ 120.3125831, 30.346572 ], [ 120.3126616, 30.3465701 ], [ 120.3127311, 30.3465803 ], [ 120.3127289, 30.3466571 ], [ 120.3128864, 30.3466863 ], [ 120.3129047, 30.3460203 ], [ 120.3127321, 30.3460192 ], [ 120.3127218, 30.3462074 ], [ 120.3127256, 30.346446 ], [ 120.3125761, 30.3464485 ], [ 120.3119769, 30.3464229 ], [ 120.3113252, 30.3463617 ], [ 120.3094239, 30.3462766 ], [ 120.3092743, 30.34626 ], [ 120.3087288, 30.346237 ], [ 120.3079154, 30.3462124 ], [ 120.3075671, 30.3461919 ], [ 120.3072369, 30.3461566 ], [ 120.3071498, 30.3461352 ], [ 120.3071479, 30.346014 ], [ 120.3070821, 30.3459573 ], [ 120.3042334, 30.3458203 ], [ 120.3033452, 30.3457463 ], [ 120.3029844, 30.3457036 ], [ 120.3026448, 30.3457019 ], [ 120.3026001, 30.3457677 ], [ 120.302538, 30.3457679 ], [ 120.3024473, 30.3456551 ], [ 120.3024715, 30.3405423 ], [ 120.3024776, 30.3403346 ], [ 120.302519, 30.3403006 ], [ 120.3032361, 30.3402697 ], [ 120.3040796, 30.3402873 ], [ 120.304334, 30.3403522 ], [ 120.3046328, 30.3403964 ], [ 120.3059731, 30.3403846 ], [ 120.3070112, 30.3403345 ], [ 120.3084642, 30.34028 ], [ 120.3093144, 30.3401798 ], [ 120.3093674, 30.3401326 ], [ 120.3099957, 30.3401591 ], [ 120.3100367, 30.3401076 ], [ 120.3102091, 30.340109 ], [ 120.3102091, 30.3401665 ], [ 120.3104857, 30.340165 ], [ 120.3118124, 30.3402063 ], [ 120.3129728, 30.3402636 ], [ 120.3131365, 30.3402721 ], [ 120.3141856, 30.3403242 ], [ 120.3156164, 30.3404185 ], [ 120.3167057, 30.3404494 ], [ 120.3176277, 30.3405113 ], [ 120.3196578, 30.3406867 ], [ 120.3209571, 30.3407545 ], [ 120.3225416, 30.3408252 ], [ 120.3237265, 30.3408694 ], [ 120.3239997, 30.3408502 ], [ 120.3263439, 30.3409873 ], [ 120.3281606, 30.3411111 ], [ 120.3294855, 30.3411671 ], [ 120.3297263, 30.3411494 ], [ 120.330411, 30.3411936 ], [ 120.3319203, 30.3412717 ], [ 120.333976, 30.3413645 ], [ 120.3357346, 30.3414677 ], [ 120.3369264, 30.3415001 ], [ 120.3418414, 30.3416949 ], [ 120.3453455, 30.3418847 ], [ 120.3468443, 30.3419607 ], [ 120.3470702, 30.3419722 ], [ 120.3474951, 30.3419937 ], [ 120.3507818, 30.3421646 ], [ 120.353838, 30.3423518 ], [ 120.354212, 30.3424254 ], [ 120.3559672, 30.3425374 ], [ 120.3564265, 30.3425551 ], [ 120.3567338, 30.3424682 ], [ 120.3568448, 30.3424859 ], [ 120.3571043, 30.3425787 ], [ 120.3572065, 30.3425859 ], [ 120.3573627, 30.3425968 ], [ 120.3581134, 30.3426494 ], [ 120.3594246, 30.3427231 ], [ 120.3603825, 30.3427688 ], [ 120.3605037, 30.3427614 ], [ 120.3606693, 30.34281 ], [ 120.3606983, 30.3427599 ], [ 120.3608537, 30.3427702 ], [ 120.3610193, 30.3428336 ], [ 120.3620677, 30.342894 ], [ 120.362206, 30.3428778 ], [ 120.3645092, 30.3430104 ], [ 120.3649993, 30.3430148 ], [ 120.3663703, 30.343087 ], [ 120.3665735, 30.3430369 ], [ 120.3670345, 30.3430929 ], [ 120.3671847, 30.3430841 ], [ 120.3679752, 30.343174 ], [ 120.3685592, 30.3431828 ], [ 120.3686565, 30.3431696 ], [ 120.3687212, 30.343124 ], [ 120.3685689, 30.3426321 ], [ 120.368554, 30.342726 ], [ 120.3685287, 30.3427909 ], [ 120.368501, 30.3428326 ], [ 120.3684536, 30.3428681 ], [ 120.3684017, 30.3428959 ], [ 120.3683561, 30.3429128 ], [ 120.3682524, 30.3429136 ], [ 120.3661684, 30.3428172 ], [ 120.3635827, 30.3426953 ], [ 120.36212, 30.3426366 ], [ 120.3620521, 30.342669 ], [ 120.3597793, 30.3425162 ], [ 120.3578875, 30.3424314 ], [ 120.3575781, 30.3424406 ], [ 120.3569755, 30.3424082 ], [ 120.3569737, 30.3423372 ], [ 120.3569272, 30.3422894 ], [ 120.3568718, 30.3422863 ], [ 120.3568146, 30.3423635 ], [ 120.356398, 30.3423434 ], [ 120.3540466, 30.342223 ], [ 120.3539375, 30.3422277 ], [ 120.3538981, 30.3421351 ], [ 120.3538534, 30.3421027 ], [ 120.3524211, 30.342024 ], [ 120.3523282, 30.342061 ], [ 120.3520689, 30.3420548 ], [ 120.3519437, 30.3419993 ], [ 120.3501305, 30.3418912 ], [ 120.3496263, 30.3418696 ], [ 120.349519, 30.3419175 ], [ 120.3491971, 30.3419067 ], [ 120.3490559, 30.3418311 ], [ 120.3475163, 30.3417477 ], [ 120.3473875, 30.3418434 ], [ 120.3473303, 30.3418789 ], [ 120.3470925, 30.3418712 ], [ 120.3468315, 30.3418561 ], [ 120.3462664, 30.3418233 ], [ 120.3462342, 30.3417693 ], [ 120.3461287, 30.3417755 ], [ 120.3460357, 30.341757 ], [ 120.3454849, 30.3417277 ], [ 120.3452829, 30.3417616 ], [ 120.345079, 30.341757 ], [ 120.3449145, 30.3416335 ], [ 120.3447107, 30.3415965 ], [ 120.343121, 30.3415224 ], [ 120.3426901, 30.3414838 ], [ 120.3415741, 30.3414782 ], [ 120.3396663, 30.3414082 ], [ 120.3384862, 30.3413665 ], [ 120.3383503, 30.3413959 ], [ 120.3383449, 30.341311 ], [ 120.3383009, 30.3413085 ], [ 120.3382626, 30.3413064 ], [ 120.3382537, 30.3413928 ], [ 120.3358254, 30.3413095 ], [ 120.3347436, 30.3412709 ], [ 120.3336868, 30.3412076 ], [ 120.3333488, 30.3410934 ], [ 120.3307095, 30.3409699 ], [ 120.3296867, 30.3409221 ], [ 120.3291735, 30.340899 ], [ 120.32917, 30.3409468 ], [ 120.3263018, 30.3407986 ], [ 120.3239808, 30.3406706 ], [ 120.3217689, 30.3405733 ], [ 120.3197965, 30.3404869 ], [ 120.3195086, 30.3404607 ], [ 120.3187666, 30.340348 ], [ 120.3181389, 30.3402955 ], [ 120.3166637, 30.3401952 ], [ 120.3151581, 30.3401459 ], [ 120.3134987, 30.3400239 ], [ 120.312967, 30.3399792 ], [ 120.3129645, 30.340034 ], [ 120.3128993, 30.3400655 ], [ 120.3127932, 30.3401103 ], [ 120.3126583, 30.340098 ], [ 120.312104, 30.3400594 ], [ 120.3105089, 30.3400085 ], [ 120.3104803, 30.3399699 ], [ 120.3102139, 30.3399653 ], [ 120.3101996, 30.3400224 ], [ 120.3100422, 30.3400193 ], [ 120.3100118, 30.3399915 ], [ 120.3099993, 30.3399607 ], [ 120.309994, 30.3400085 ], [ 120.3093466, 30.3400239 ], [ 120.3092599, 30.3400486 ], [ 120.3077346, 30.3400772 ], [ 120.3061745, 30.3400741 ], [ 120.3049335, 30.3401358 ], [ 120.3039071, 30.3401327 ], [ 120.3032133, 30.3401266 ], [ 120.3027556, 30.3401266 ], [ 120.3026114, 30.3401241 ], [ 120.3024609, 30.3401693 ], [ 120.3024099, 30.3401523 ], [ 120.3022147, 30.3400834 ], [ 120.3022108, 30.3378715 ], [ 120.3022206, 30.3355373 ], [ 120.3022284, 30.332698 ], [ 120.3022369, 30.33044 ], [ 120.3022313, 30.3295069 ], [ 120.3022432, 30.3286678 ], [ 120.3022502, 30.3282477 ], [ 120.3021815, 30.3281901 ], [ 120.3021882, 30.3281361 ], [ 120.302255, 30.3280929 ], [ 120.3022593, 30.3279366 ], [ 120.3023291, 30.3274301 ], [ 120.3023653, 30.327222 ], [ 120.3026707, 30.32607 ], [ 120.3030223, 30.3247812 ], [ 120.3033429, 30.3235912 ], [ 120.3035594, 30.3227884 ], [ 120.3036408, 30.3225625 ], [ 120.3038171, 30.3218385 ], [ 120.3038308, 30.321769 ], [ 120.303653, 30.321739 ], [ 120.3031702, 30.3235666 ], [ 120.3027781, 30.3250356 ], [ 120.3023594, 30.3265836 ], [ 120.3021178, 30.3275281 ], [ 120.3020083, 30.3276417 ], [ 120.3018671, 30.3277159 ], [ 120.3006905, 30.3276779 ], [ 120.2994558, 30.3275946 ], [ 120.2986312, 30.3275787 ], [ 120.2986284, 30.327635 ], [ 120.2994459, 30.3276558 ], [ 120.3010227, 30.3277587 ], [ 120.3015932, 30.3277783 ], [ 120.3016982, 30.3277722 ], [ 120.3018685, 30.3277649 ], [ 120.3019267, 30.3277759 ], [ 120.302009, 30.3279045 ], [ 120.3020665, 30.3280214 ], [ 120.3020901, 30.3282003 ], [ 120.3020795, 30.3297279 ], [ 120.3020773, 30.3302652 ], [ 120.3020632, 30.3336369 ], [ 120.3020455, 30.3363992 ], [ 120.3020363, 30.3378269 ], [ 120.3020257, 30.3380207 ], [ 120.3020077, 30.339948 ], [ 120.3020608, 30.3400069 ], [ 120.3020737, 30.3400572 ], [ 120.3020673, 30.3401075 ], [ 120.3020243, 30.3401635 ], [ 120.3019098, 30.3402084 ], [ 120.3013483, 30.3401435 ], [ 120.3005255, 30.3401029 ], [ 120.3001324, 30.3400834 ], [ 120.2986679, 30.3400232 ], [ 120.2976343, 30.3399676 ], [ 120.2969012, 30.3399414 ], [ 120.2956031, 30.3398915 ], [ 120.2950304, 30.3398762 ], [ 120.2941528, 30.3398411 ], [ 120.2941596, 30.339975 ] ], [ [ 120.3022292, 30.3449612 ], [ 120.3022224, 30.3446831 ], [ 120.3022184, 30.343583 ], [ 120.3022206, 30.3428478 ], [ 120.3022275, 30.3403064 ], [ 120.302405, 30.3403081 ], [ 120.302392, 30.3454861 ], [ 120.3023829, 30.3457172 ], [ 120.302209, 30.3457136 ], [ 120.3022292, 30.3449612 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3462254, 30.3517168 ], [ 120.3462612, 30.3517565 ], [ 120.3463843, 30.3517617 ], [ 120.3470033, 30.3425167 ], [ 120.3470015, 30.3423809 ], [ 120.347039, 30.3422281 ], [ 120.3470462, 30.3421031 ], [ 120.3470702, 30.3419722 ], [ 120.3468443, 30.3419607 ], [ 120.3468656, 30.3420059 ], [ 120.3468638, 30.3421479 ], [ 120.3462844, 30.3512693 ], [ 120.3462594, 30.3513249 ], [ 120.3461941, 30.3513493 ], [ 120.3461844, 30.3515336 ], [ 120.3462254, 30.3517168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3027659, 30.3506592 ], [ 120.3041532, 30.350661 ], [ 120.3054782, 30.3506517 ], [ 120.306991, 30.3506702 ], [ 120.3097322, 30.3506517 ], [ 120.3114161, 30.3506227 ], [ 120.3123669, 30.3506343 ], [ 120.3125164, 30.350633 ], [ 120.3127037, 30.3506313 ], [ 120.3144309, 30.3506158 ], [ 120.3159442, 30.3506656 ], [ 120.3192379, 30.3506563 ], [ 120.3259099, 30.3506236 ], [ 120.3260081, 30.3505854 ], [ 120.3282282, 30.3505916 ], [ 120.3295871, 30.350625 ], [ 120.3298398, 30.3506379 ], [ 120.332797, 30.3508018 ], [ 120.3359374, 30.3510359 ], [ 120.3401387, 30.3511678 ], [ 120.3408824, 30.3512088 ], [ 120.3408851, 30.3511806 ], [ 120.3410508, 30.3511874 ], [ 120.3410481, 30.3512338 ], [ 120.3412463, 30.3512454 ], [ 120.341324, 30.3512178 ], [ 120.3415361, 30.3512331 ], [ 120.3445281, 30.3514497 ], [ 120.3461844, 30.3515336 ], [ 120.3461941, 30.3513493 ], [ 120.3450086, 30.3513276 ], [ 120.3444775, 30.3512998 ], [ 120.3414719, 30.3511269 ], [ 120.3328475, 30.3506668 ], [ 120.3327965, 30.3506932 ], [ 120.3326979, 30.3506875 ], [ 120.3326519, 30.3506567 ], [ 120.3296136, 30.3504986 ], [ 120.3285978, 30.3504882 ], [ 120.3260784, 30.3504881 ], [ 120.3226626, 30.3505102 ], [ 120.3184317, 30.3504839 ], [ 120.316118, 30.3504864 ], [ 120.3144631, 30.3504538 ], [ 120.3128672, 30.3504636 ], [ 120.3128236, 30.3504792 ], [ 120.3127833, 30.3504763 ], [ 120.3127465, 30.3504659 ], [ 120.312721, 30.3504503 ], [ 120.312694, 30.3504199 ], [ 120.3126938, 30.3503303 ], [ 120.3125232, 30.3503259 ], [ 120.3125158, 30.350472 ], [ 120.3125077, 30.3505024 ], [ 120.3124675, 30.3505203 ], [ 120.3123046, 30.3505232 ], [ 120.311636, 30.3505047 ], [ 120.3095472, 30.3505503 ], [ 120.3072771, 30.3505579 ], [ 120.3070418, 30.3505616 ], [ 120.3066583, 30.3505541 ], [ 120.306654, 30.3504977 ], [ 120.3065712, 30.3504977 ], [ 120.3065585, 30.3503511 ], [ 120.3026884, 30.3503739 ], [ 120.3026686, 30.3505221 ], [ 120.3027659, 30.3506592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3431292, 30.3527975 ], [ 120.343184, 30.3528516 ], [ 120.3444833, 30.3529191 ], [ 120.3445067, 30.352676 ], [ 120.3444363, 30.3526354 ], [ 120.3431761, 30.3526287 ], [ 120.3431213, 30.3526692 ], [ 120.3431292, 30.3527975 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3037336, 30.3522781 ], [ 120.3039722, 30.3523599 ], [ 120.3043028, 30.352479 ], [ 120.3045328, 30.3523054 ], [ 120.3046104, 30.3523078 ], [ 120.3051796, 30.3526824 ], [ 120.3054815, 30.3528139 ], [ 120.3057603, 30.352928 ], [ 120.3060535, 30.3530496 ], [ 120.3063899, 30.3532058 ], [ 120.306893, 30.3534489 ], [ 120.3070798, 30.3535432 ], [ 120.3073069, 30.3536548 ], [ 120.3075053, 30.353759 ], [ 120.3078502, 30.3539426 ], [ 120.3080572, 30.354017 ], [ 120.3082987, 30.354089 ], [ 120.3085718, 30.354146 ], [ 120.308911, 30.3542105 ], [ 120.309118, 30.3542502 ], [ 120.3093336, 30.3543271 ], [ 120.3099488, 30.3545305 ], [ 120.3101874, 30.3546198 ], [ 120.3105295, 30.3547017 ], [ 120.3107422, 30.3547438 ], [ 120.3110067, 30.354786 ], [ 120.3113488, 30.3548059 ], [ 120.3116247, 30.3548406 ], [ 120.3118202, 30.3548654 ], [ 120.3120301, 30.35492 ], [ 120.3127689, 30.3551531 ], [ 120.3131052, 30.3552201 ], [ 120.3134358, 30.3552598 ], [ 120.3139906, 30.3553193 ], [ 120.3143097, 30.3553342 ], [ 120.3145512, 30.3553367 ], [ 120.3148444, 30.3553566 ], [ 120.3152383, 30.3553541 ], [ 120.3169458, 30.3554062 ], [ 120.3181389, 30.3554359 ], [ 120.3185442, 30.3554632 ], [ 120.318777, 30.355493 ], [ 120.3191623, 30.3555525 ], [ 120.3195992, 30.3556319 ], [ 120.3197918, 30.3556716 ], [ 120.3207462, 30.3557063 ], [ 120.3209216, 30.3557138 ], [ 120.3210423, 30.3557609 ], [ 120.3211602, 30.3558279 ], [ 120.3213384, 30.3559817 ], [ 120.3214793, 30.3561231 ], [ 120.3216086, 30.3562843 ], [ 120.3216854, 30.3565374 ], [ 120.3217551, 30.3566465 ], [ 120.3218466, 30.3568156 ], [ 120.3218641, 30.3570036 ], [ 120.3219599, 30.3571992 ], [ 120.3220122, 30.3573383 ], [ 120.3220209, 30.3574924 ], [ 120.3220427, 30.357985 ], [ 120.3220906, 30.3586279 ], [ 120.322156, 30.3589663 ], [ 120.3223303, 30.3593686 ], [ 120.3225133, 30.3596844 ], [ 120.3229025, 30.3602936 ], [ 120.3231332, 30.360525 ], [ 120.3234121, 30.360775 ], [ 120.3237586, 30.3610666 ], [ 120.3237804, 30.3611493 ], [ 120.3237717, 30.3612396 ], [ 120.3233621, 30.361514 ], [ 120.3234057, 30.3615704 ], [ 120.3236366, 30.36142 ], [ 120.3238457, 30.3612471 ], [ 120.3238719, 30.3611756 ], [ 120.3238675, 30.3610553 ], [ 120.3238016, 30.3609842 ], [ 120.323763, 30.3609425 ], [ 120.3235146, 30.360717 ], [ 120.3233272, 30.360559 ], [ 120.3231312, 30.360341 ], [ 120.3229089, 30.3600477 ], [ 120.3226824, 30.359668 ], [ 120.3224384, 30.3592845 ], [ 120.3223556, 30.3590664 ], [ 120.3222815, 30.358792 ], [ 120.3221726, 30.3578257 ], [ 120.3221595, 30.3575475 ], [ 120.322129, 30.3573896 ], [ 120.3218676, 30.3566902 ], [ 120.3218153, 30.3564797 ], [ 120.3218153, 30.3563894 ], [ 120.3218221, 30.3563698 ], [ 120.3218414, 30.3563142 ], [ 120.3217717, 30.3562691 ], [ 120.3211791, 30.3556638 ], [ 120.3209961, 30.3555623 ], [ 120.3207826, 30.3555284 ], [ 120.3200201, 30.3555397 ], [ 120.319702, 30.3555247 ], [ 120.3194623, 30.3554758 ], [ 120.318726, 30.3553329 ], [ 120.3181987, 30.355284 ], [ 120.3161073, 30.3551787 ], [ 120.3148741, 30.3552201 ], [ 120.3143164, 30.3551938 ], [ 120.3137718, 30.3551186 ], [ 120.3131748, 30.3550208 ], [ 120.3126519, 30.3548855 ], [ 120.3125648, 30.3548291 ], [ 120.3125517, 30.3547238 ], [ 120.3125016, 30.3547245 ], [ 120.3123124, 30.3547273 ], [ 120.3120419, 30.3547313 ], [ 120.3108132, 30.3544907 ], [ 120.3102729, 30.3544004 ], [ 120.3097413, 30.3542726 ], [ 120.3094189, 30.3541711 ], [ 120.3089613, 30.354032 ], [ 120.3086433, 30.353953 ], [ 120.3082119, 30.3537988 ], [ 120.3075322, 30.3535244 ], [ 120.3068437, 30.3532236 ], [ 120.3060725, 30.35284 ], [ 120.3052577, 30.3524302 ], [ 120.3039636, 30.3517158 ], [ 120.3038895, 30.3517872 ], [ 120.3037893, 30.3517008 ], [ 120.3033448, 30.3521031 ], [ 120.3037336, 30.3522781 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3462723, 30.35983 ], [ 120.3465617, 30.3598662 ], [ 120.3465843, 30.3598374 ], [ 120.3466563, 30.3589975 ], [ 120.3466262, 30.3589567 ], [ 120.3463337, 30.3589428 ], [ 120.3462982, 30.3589706 ], [ 120.3462498, 30.359805 ], [ 120.3462723, 30.35983 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3517001, 30.3601204 ], [ 120.3523636, 30.3601447 ], [ 120.352367, 30.3600815 ], [ 120.3525224, 30.3600844 ], [ 120.3525877, 30.3592427 ], [ 120.3518612, 30.3592349 ], [ 120.3516719, 30.3592689 ], [ 120.3516359, 30.3600786 ], [ 120.3517001, 30.3601204 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3485348, 30.3605802 ], [ 120.3485511, 30.3604329 ], [ 120.3482647, 30.3604102 ], [ 120.3482489, 30.3605566 ], [ 120.3485348, 30.3605802 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3462989, 30.360766 ], [ 120.3463358, 30.360777 ], [ 120.346658, 30.3607929 ], [ 120.346702, 30.3607868 ], [ 120.3467445, 30.3607746 ], [ 120.3468581, 30.3605823 ], [ 120.3469035, 30.360297 ], [ 120.3463401, 30.3602529 ], [ 120.3463386, 30.3602847 ], [ 120.3462819, 30.3607415 ], [ 120.3462989, 30.360766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3675809, 30.3323477 ], [ 120.367899, 30.3322212 ], [ 120.367954, 30.3320916 ], [ 120.367909, 30.3319232 ], [ 120.367924, 30.3315948 ], [ 120.3677038, 30.3307999 ], [ 120.3673359, 30.3310616 ], [ 120.3675809, 30.3323477 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3762611, 30.3409974 ], [ 120.3767578, 30.3406665 ], [ 120.3768188, 30.3405687 ], [ 120.3766794, 30.3402076 ], [ 120.3765661, 30.340155 ], [ 120.3760867, 30.3406063 ], [ 120.3760432, 30.3407718 ], [ 120.3762611, 30.3409974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3796165, 30.3418248 ], [ 120.379659252756426, 30.341837976259356 ], [ 120.380156594082806, 30.341439393052831 ], [ 120.3797559, 30.3406138 ], [ 120.379782, 30.3404558 ], [ 120.3796077, 30.3401324 ], [ 120.3790587, 30.3405762 ], [ 120.3796165, 30.3418248 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3776294, 30.3398767 ], [ 120.3778037, 30.3405386 ], [ 120.3778821, 30.3408395 ], [ 120.3779867, 30.3410501 ], [ 120.3781523, 30.3410801 ], [ 120.378283, 30.3413133 ], [ 120.3781784, 30.3414713 ], [ 120.3783266, 30.3417872 ], [ 120.3784312, 30.3422009 ], [ 120.378405, 30.3423362 ], [ 120.3785096, 30.3427349 ], [ 120.378525304272443, 30.342746754192746 ], [ 120.379130049221928, 30.342262094727886 ], [ 120.3790848, 30.3421407 ], [ 120.3786926, 30.3411779 ], [ 120.3784312, 30.3411253 ], [ 120.3783702, 30.341035 ], [ 120.378466, 30.3407868 ], [ 120.3782307, 30.340343 ], [ 120.3780738, 30.3398842 ], [ 120.3778821, 30.3394855 ], [ 120.3777514, 30.339463 ], [ 120.3776642, 30.3395382 ], [ 120.3775858, 30.3396585 ], [ 120.3776294, 30.3398767 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3765574, 30.3416518 ], [ 120.3766794, 30.3416518 ], [ 120.3768973, 30.3415615 ], [ 120.37715, 30.3413284 ], [ 120.37715, 30.3411854 ], [ 120.3769583, 30.3409222 ], [ 120.376784, 30.3409147 ], [ 120.3764528, 30.3411328 ], [ 120.3764092, 30.341366 ], [ 120.3765574, 30.3416518 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3770367, 30.3425694 ], [ 120.3771674, 30.3427499 ], [ 120.3772285, 30.342938 ], [ 120.3774289, 30.3429906 ], [ 120.3776032, 30.3429831 ], [ 120.3777339, 30.3428552 ], [ 120.377795, 30.3427048 ], [ 120.3777775, 30.3424566 ], [ 120.3775509, 30.3420053 ], [ 120.3770367, 30.342419 ], [ 120.3770367, 30.3425694 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3470047, 30.3515086 ], [ 120.3503846, 30.3516885 ], [ 120.3563151, 30.3520693 ], [ 120.3564702, 30.352086 ], [ 120.3565376, 30.3521246 ], [ 120.3566842, 30.3521246 ], [ 120.3567078, 30.3520777 ], [ 120.3584875, 30.3521739 ], [ 120.3617412, 30.3523664 ], [ 120.3657321, 30.3525882 ], [ 120.3658484, 30.3526007 ], [ 120.3659115, 30.35263 ], [ 120.3659988, 30.35263 ], [ 120.3660909, 30.3525965 ], [ 120.3662315, 30.3525714 ], [ 120.3662849, 30.3525965 ], [ 120.3688014, 30.3527653 ], [ 120.3712168, 30.3529203 ], [ 120.3713248, 30.3529125 ], [ 120.3714127, 30.3529062 ], [ 120.3717839, 30.3528604 ], [ 120.3719572, 30.352866 ], [ 120.3720225, 30.3529259 ], [ 120.372047, 30.3530385 ], [ 120.3720347, 30.3531125 ], [ 120.3719939, 30.3531794 ], [ 120.3719327, 30.3532005 ], [ 120.371847, 30.3532001 ], [ 120.3714575, 30.353223 ], [ 120.3714616, 30.3533639 ], [ 120.371939, 30.3533639 ], [ 120.3720247, 30.3533639 ], [ 120.3720859, 30.3533945 ], [ 120.3722075, 30.3536347 ], [ 120.3725815, 30.3535413 ], [ 120.3721804, 30.3526558 ], [ 120.3690738, 30.3430985 ], [ 120.3683321, 30.3407452 ], [ 120.3677455, 30.3389001 ], [ 120.367175, 30.3368974 ], [ 120.3672073, 30.3368406 ], [ 120.3668062, 30.3369742 ], [ 120.3669808, 30.3376173 ], [ 120.367186, 30.3383403 ], [ 120.3677414, 30.3400313 ], [ 120.3685115, 30.3424466 ], [ 120.3685689, 30.3426321 ], [ 120.3687031, 30.3430654 ], [ 120.3687212, 30.343124 ], [ 120.3693067, 30.3450149 ], [ 120.3710048, 30.3501073 ], [ 120.3717886, 30.3525725 ], [ 120.3717256, 30.352676 ], [ 120.3716722, 30.3527053 ], [ 120.3715947, 30.3527346 ], [ 120.3707897, 30.3527304 ], [ 120.368627, 30.3526175 ], [ 120.3663285, 30.352471 ], [ 120.3660424, 30.3524794 ], [ 120.3623086, 30.3522743 ], [ 120.3588608, 30.3520777 ], [ 120.3571055, 30.3519647 ], [ 120.3568533, 30.3519814 ], [ 120.3567369, 30.3519563 ], [ 120.356669, 30.3519103 ], [ 120.356669, 30.351835 ], [ 120.356509, 30.3518266 ], [ 120.3564993, 30.3518977 ], [ 120.3564605, 30.351927 ], [ 120.3560386, 30.3519187 ], [ 120.3535171, 30.3517722 ], [ 120.3493565, 30.3515128 ], [ 120.3467914, 30.3513956 ], [ 120.346772, 30.3514709 ], [ 120.3470047, 30.3515086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.356669, 30.351835 ], [ 120.3573627, 30.3425968 ], [ 120.3572065, 30.3425859 ], [ 120.356509, 30.3518266 ], [ 120.356669, 30.351835 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3619913, 30.3480611 ], [ 120.3620584, 30.3480781 ], [ 120.3632242, 30.3481601 ], [ 120.3633001, 30.3481121 ], [ 120.3633671, 30.3480543 ], [ 120.3634026, 30.3478026 ], [ 120.3633907, 30.3477345 ], [ 120.3633158, 30.3476937 ], [ 120.3619992, 30.3476291 ], [ 120.3619716, 30.3476835 ], [ 120.3619637, 30.3480203 ], [ 120.3619913, 30.3480611 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3635169, 30.3480883 ], [ 120.3635985, 30.3481689 ], [ 120.3648926, 30.3482686 ], [ 120.3649399, 30.3482448 ], [ 120.3649754, 30.3481904 ], [ 120.365003, 30.3478672 ], [ 120.364999, 30.347806 ], [ 120.3649123, 30.3477685 ], [ 120.3636706, 30.3477141 ], [ 120.3635642, 30.3477413 ], [ 120.3635287, 30.3477923 ], [ 120.3635129, 30.3480169 ], [ 120.3635169, 30.3480883 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3303406, 30.3625038 ], [ 120.3330746, 30.3602839 ], [ 120.3331772, 30.3602459 ], [ 120.3333019, 30.3602459 ], [ 120.3404485, 30.3606507 ], [ 120.3405438, 30.3606633 ], [ 120.3405878, 30.3608025 ], [ 120.3400288, 30.3693673 ], [ 120.3400792, 30.369377 ], [ 120.3401183, 30.3693384 ], [ 120.3403699, 30.3655179 ], [ 120.3406857, 30.3607423 ], [ 120.3406886, 30.3606986 ], [ 120.3407333, 30.36066 ], [ 120.3407933, 30.3606609 ], [ 120.3410688, 30.3606648 ], [ 120.3447308, 30.3608915 ], [ 120.345542, 30.360912 ], [ 120.3456287, 30.3609377 ], [ 120.3456254, 30.3610114 ], [ 120.3449964, 30.3699442 ], [ 120.3449417, 30.3700755 ], [ 120.344904, 30.3701057 ], [ 120.3448343, 30.3701196 ], [ 120.3446367, 30.370108 ], [ 120.344558, 30.3700478 ], [ 120.3441315, 30.3700209 ], [ 120.343998, 30.37008 ], [ 120.3440756, 30.3701731 ], [ 120.3440966, 30.3701944 ], [ 120.344516, 30.3701975 ], [ 120.3448521, 30.3702122 ], [ 120.3449541, 30.3702122 ], [ 120.3449925, 30.3701908 ], [ 120.3450487, 30.370122 ], [ 120.3451225, 30.3699902 ], [ 120.3451763, 30.3697831 ], [ 120.3455061, 30.3646857 ], [ 120.3457773, 30.3610871 ], [ 120.345814, 30.3609922 ], [ 120.3458946, 30.3609796 ], [ 120.3512161, 30.3612768 ], [ 120.3557533, 30.3614982 ], [ 120.355834, 30.3615298 ], [ 120.3558559, 30.3616247 ], [ 120.3552402, 30.3694859 ], [ 120.3550729, 30.3707972 ], [ 120.3552622, 30.3708139 ], [ 120.3559425, 30.3615901 ], [ 120.3559663, 30.3615209 ], [ 120.3560224, 30.3614933 ], [ 120.3643303, 30.3619502 ], [ 120.3648491, 30.3619894 ], [ 120.3650923, 30.3620174 ], [ 120.3650993, 30.3619144 ], [ 120.3560465, 30.3614223 ], [ 120.3559806, 30.361378 ], [ 120.3561491, 30.3588481 ], [ 120.3566622, 30.352384 ], [ 120.3566842, 30.3521246 ], [ 120.3565376, 30.3521246 ], [ 120.355812, 30.3613211 ], [ 120.3557826, 30.3614096 ], [ 120.3556874, 30.361416 ], [ 120.350124, 30.361125 ], [ 120.3468134, 30.3609088 ], [ 120.3461853, 30.3608678 ], [ 120.3460211, 30.3608571 ], [ 120.3458236, 30.3608442 ], [ 120.3457773, 30.3608215 ], [ 120.3462152, 30.3542093 ], [ 120.3463843, 30.3517617 ], [ 120.3462612, 30.3517565 ], [ 120.3456444, 30.3607033 ], [ 120.3456057, 30.3607737 ], [ 120.3455154, 30.3607768 ], [ 120.3407925, 30.3605401 ], [ 120.340727, 30.3605368 ], [ 120.340705, 30.3604673 ], [ 120.341247, 30.3514984 ], [ 120.3412584, 30.3508691 ], [ 120.3411763, 30.3507732 ], [ 120.3406024, 30.3604673 ], [ 120.3405584, 30.3605305 ], [ 120.3404925, 30.3605495 ], [ 120.3354862, 30.3603281 ], [ 120.3331772, 30.3601637 ], [ 120.3330746, 30.3601827 ], [ 120.3304212, 30.3623267 ], [ 120.330238, 30.3624532 ], [ 120.3303406, 30.3625038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3238675, 30.3610553 ], [ 120.3240619, 30.3609286 ], [ 120.324364, 30.360736 ], [ 120.3244714, 30.3605769 ], [ 120.3247509, 30.360602 ], [ 120.3260009, 30.3607784 ], [ 120.32603, 30.3607913 ], [ 120.3260365, 30.3608181 ], [ 120.325984, 30.3612273 ], [ 120.3259604, 30.3616035 ], [ 120.3259441, 30.3620946 ], [ 120.3259824, 30.3621436 ], [ 120.3270262, 30.3630951 ], [ 120.3270568, 30.3631447 ], [ 120.327083, 30.3632194 ], [ 120.32709, 30.3632298 ], [ 120.3271126, 30.3632432 ], [ 120.3271567, 30.3632458 ], [ 120.3281109, 30.3632029 ], [ 120.3291675, 30.3631553 ], [ 120.3292368, 30.363144 ], [ 120.3293435, 30.3631159 ], [ 120.3294332, 30.3630582 ], [ 120.3296239, 30.3629063 ], [ 120.3300299, 30.3625848 ], [ 120.3301318, 30.3625349 ], [ 120.3302068, 30.3625145 ], [ 120.3302411, 30.3625228 ], [ 120.330238, 30.3624532 ], [ 120.3301937, 30.3624425 ], [ 120.3301315, 30.3624615 ], [ 120.3300631, 30.3624934 ], [ 120.3297111, 30.3627459 ], [ 120.3293141, 30.3630455 ], [ 120.3292643, 30.3630686 ], [ 120.3291959, 30.3630878 ], [ 120.3290874, 30.3630968 ], [ 120.3272079, 30.3631802 ], [ 120.3271425, 30.3631654 ], [ 120.3271254, 30.3631019 ], [ 120.3271195, 30.3630519 ], [ 120.3269047, 30.3628474 ], [ 120.3260805, 30.3620862 ], [ 120.3260129, 30.3620304 ], [ 120.3260411, 30.3613936 ], [ 120.3261422, 30.3608319 ], [ 120.3261318, 30.3607825 ], [ 120.3260998, 30.3607325 ], [ 120.3260538, 30.3607056 ], [ 120.3245139, 30.3604914 ], [ 120.3244314, 30.360492 ], [ 120.3243831, 30.3605164 ], [ 120.3243511, 30.3605735 ], [ 120.3242582, 30.3606774 ], [ 120.3241742, 30.3607389 ], [ 120.3240553, 30.3607876 ], [ 120.32401, 30.3608486 ], [ 120.3238016, 30.3609842 ], [ 120.3238675, 30.3610553 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3358029, 30.3632048 ], [ 120.3358116, 30.362987 ], [ 120.3352632, 30.3629645 ], [ 120.3352545, 30.3631823 ], [ 120.3358029, 30.3632048 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3458438, 30.3653673 ], [ 120.3459106, 30.3653667 ], [ 120.3460606, 30.3635139 ], [ 120.3461807, 30.3615612 ], [ 120.3461807, 30.3614169 ], [ 120.3461592, 30.3613689 ], [ 120.3461035, 30.3613726 ], [ 120.3460692, 30.3614317 ], [ 120.3460006, 30.3621862 ], [ 120.3459235, 30.3632846 ], [ 120.3458163, 30.3653186 ], [ 120.3458438, 30.3653673 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3302411, 30.3625228 ], [ 120.3315842, 30.3635516 ], [ 120.334875, 30.3659839 ], [ 120.3363877, 30.3680921 ], [ 120.3365229, 30.3681812 ], [ 120.3399528, 30.369643 ], [ 120.3402483, 30.3699402 ], [ 120.3403169, 30.3699951 ], [ 120.3403843, 30.369998 ], [ 120.3404547, 30.370034 ], [ 120.3420373, 30.370127 ], [ 120.3432756, 30.3701418 ], [ 120.3440756, 30.3701731 ], [ 120.343998, 30.37008 ], [ 120.3430063, 30.3700452 ], [ 120.3420945, 30.3700092 ], [ 120.3405348, 30.3699457 ], [ 120.3404058, 30.3699004 ], [ 120.3403301, 30.3698451 ], [ 120.3401024, 30.3696056 ], [ 120.3400455, 30.3695258 ], [ 120.3400313, 30.369449 ], [ 120.3399886, 30.3694429 ], [ 120.3399743, 30.3694797 ], [ 120.3399352, 30.369492 ], [ 120.3381846, 30.3687675 ], [ 120.3370887, 30.3683101 ], [ 120.3365301, 30.3680614 ], [ 120.336466, 30.3679939 ], [ 120.3362952, 30.3677237 ], [ 120.3349431, 30.3659155 ], [ 120.3348755, 30.3658296 ], [ 120.3334416, 30.364795 ], [ 120.3317835, 30.3635731 ], [ 120.3303406, 30.3625038 ], [ 120.330238, 30.3624532 ], [ 120.3302411, 30.3625228 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3273055, 30.3653895 ], [ 120.3274289, 30.3655018 ], [ 120.3277852, 30.3658033 ], [ 120.3278263, 30.3658742 ], [ 120.3290254, 30.3670625 ], [ 120.3298681, 30.367967 ], [ 120.3299709, 30.3680261 ], [ 120.3300942, 30.3680557 ], [ 120.330197, 30.3680202 ], [ 120.330245, 30.367967 ], [ 120.3302244, 30.3678902 ], [ 120.3300052, 30.3677365 ], [ 120.3297722, 30.3676005 ], [ 120.3296557, 30.3674468 ], [ 120.3295666, 30.367364 ], [ 120.3293474, 30.3671748 ], [ 120.3287102, 30.3665896 ], [ 120.3285389, 30.36643 ], [ 120.3280113, 30.3659393 ], [ 120.3276961, 30.3656673 ], [ 120.3273604, 30.3653658 ], [ 120.3272507, 30.3651944 ], [ 120.3272165, 30.3652358 ], [ 120.3273055, 30.3653895 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3457171, 30.3678322 ], [ 120.3457412, 30.3678031 ], [ 120.3458086, 30.367138 ], [ 120.3457219, 30.3671505 ], [ 120.3456785, 30.3671837 ], [ 120.3456304, 30.3678198 ], [ 120.3457171, 30.3678322 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3398813, 30.3684244 ], [ 120.3399724, 30.3683929 ], [ 120.3400088, 30.3680787 ], [ 120.3399633, 30.368008 ], [ 120.3397903, 30.3680002 ], [ 120.3397265, 30.3680709 ], [ 120.3397174, 30.3683851 ], [ 120.3398813, 30.3684244 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3455389, 30.3701127 ], [ 120.3455811, 30.3701409 ], [ 120.3456045, 30.3700965 ], [ 120.3457356, 30.3681696 ], [ 120.3457215, 30.3681211 ], [ 120.345642, 30.3681171 ], [ 120.3456092, 30.3681454 ], [ 120.3455109, 30.3700359 ], [ 120.3455389, 30.3701127 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3302704, 30.3682901 ], [ 120.3308668, 30.3688337 ], [ 120.330997, 30.3689315 ], [ 120.3311902, 30.3690294 ], [ 120.3317657, 30.3692758 ], [ 120.3318707, 30.3693193 ], [ 120.3320723, 30.3693917 ], [ 120.3327317, 30.3696309 ], [ 120.3330173, 30.3696998 ], [ 120.3336474, 30.3698556 ], [ 120.3337146, 30.3698773 ], [ 120.3338238, 30.3699389 ], [ 120.333912, 30.3699897 ], [ 120.334227, 30.3700694 ], [ 120.3345798, 30.3701491 ], [ 120.3347184, 30.3701962 ], [ 120.3352056, 30.3702397 ], [ 120.3359798, 30.3702958 ], [ 120.3360975, 30.3703143 ], [ 120.3361367, 30.3703512 ], [ 120.3362841, 30.3703693 ], [ 120.3364196, 30.370358 ], [ 120.3366075, 30.3703165 ], [ 120.3368084, 30.3703429 ], [ 120.3369133, 30.3703768 ], [ 120.3369395, 30.3704447 ], [ 120.3372585, 30.370505 ], [ 120.3373021, 30.3704221 ], [ 120.3373852, 30.3703617 ], [ 120.3375075, 30.370324 ], [ 120.3376255, 30.370309 ], [ 120.3377959, 30.3702826 ], [ 120.3379138, 30.37026 ], [ 120.3381279, 30.3701469 ], [ 120.3382328, 30.3700489 ], [ 120.3382852, 30.3699509 ], [ 120.3382939, 30.3697171 ], [ 120.3382459, 30.3696832 ], [ 120.3381672, 30.3696719 ], [ 120.3380318, 30.3696908 ], [ 120.3373983, 30.3697209 ], [ 120.3366841, 30.3697215 ], [ 120.3365287, 30.3697614 ], [ 120.3363943, 30.3697795 ], [ 120.3362557, 30.3697578 ], [ 120.3362011, 30.3700477 ], [ 120.3361591, 30.3700948 ], [ 120.3359491, 30.3700839 ], [ 120.3358357, 30.3700622 ], [ 120.3357601, 30.3700114 ], [ 120.3356635, 30.3698049 ], [ 120.3355962, 30.3697723 ], [ 120.3353484, 30.3697686 ], [ 120.3348066, 30.3697469 ], [ 120.3339624, 30.3695911 ], [ 120.3329627, 30.3693809 ], [ 120.3322025, 30.3690873 ], [ 120.3317993, 30.3689098 ], [ 120.3316019, 30.3687576 ], [ 120.3313834, 30.3686416 ], [ 120.3307072, 30.3682357 ], [ 120.3305644, 30.3681198 ], [ 120.3304132, 30.3680726 ], [ 120.330304, 30.3680726 ], [ 120.3302578, 30.3681053 ], [ 120.330241, 30.3681632 ], [ 120.33022, 30.3682212 ], [ 120.3302704, 30.3682901 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3650976, 30.3482448 ], [ 120.3651725, 30.348272 ], [ 120.3662881, 30.348323 ], [ 120.3663196, 30.3482516 ], [ 120.3663275, 30.3479556 ], [ 120.3663314, 30.3479012 ], [ 120.3662881, 30.3478536 ], [ 120.3651922, 30.3477923 ], [ 120.365137, 30.3478128 ], [ 120.3651055, 30.3478536 ], [ 120.3650779, 30.3481699 ], [ 120.3650976, 30.3482448 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3665304, 30.3503868 ], [ 120.3677556, 30.3504436 ], [ 120.3677525, 30.3504941 ], [ 120.3678548, 30.3504963 ], [ 120.3678617, 30.3503427 ], [ 120.3678716, 30.3501578 ], [ 120.3676644, 30.3501014 ], [ 120.3674544, 30.3500953 ], [ 120.3673579, 30.350121 ], [ 120.3672983, 30.3502545 ], [ 120.3672528, 30.3502668 ], [ 120.3671989, 30.3502239 ], [ 120.3670584, 30.350159 ], [ 120.3669136, 30.3501112 ], [ 120.3668058, 30.3501063 ], [ 120.3665162, 30.3501027 ], [ 120.3664879, 30.3501296 ], [ 120.3665304, 30.3503868 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3699132, 30.3532618 ], [ 120.3713122, 30.3533573 ], [ 120.3713187, 30.3532225 ], [ 120.3699458, 30.3531102 ], [ 120.3690929, 30.3531102 ], [ 120.369084, 30.353204 ], [ 120.3699132, 30.3532618 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3738954, 30.3575839 ], [ 120.3752438, 30.3607303 ], [ 120.3758736, 30.3622037 ], [ 120.3759636, 30.3624876 ], [ 120.3760285, 30.3626926 ], [ 120.3761519, 30.3627566 ], [ 120.3777946, 30.3653652 ], [ 120.3783152, 30.3661393 ], [ 120.3796181, 30.3680481 ], [ 120.3810608, 30.3702753 ], [ 120.3813621, 30.3702001 ], [ 120.3785999, 30.3658553 ], [ 120.3772712, 30.3638215 ], [ 120.3767201, 30.363002 ], [ 120.3764888, 30.3625986 ], [ 120.3763608, 30.3621995 ], [ 120.3746188, 30.3582081 ], [ 120.3725815, 30.3535413 ], [ 120.3722075, 30.3536347 ], [ 120.3738954, 30.3575839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3767664, 30.3640421 ], [ 120.3764317, 30.3634966 ], [ 120.3763481, 30.3635046 ], [ 120.3763388, 30.364002 ], [ 120.3767664, 30.3640421 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3550878, 30.3708673 ], [ 120.3552618, 30.370875 ], [ 120.3566713, 30.3709577 ], [ 120.3643801, 30.3714097 ], [ 120.3644635, 30.3714637 ], [ 120.3644843, 30.3715357 ], [ 120.364000274815524, 30.377057728664035 ], [ 120.364109909692644, 30.377089894169824 ], [ 120.3641854, 30.3763213 ], [ 120.3645816, 30.3715297 ], [ 120.3646025, 30.3714457 ], [ 120.3647067, 30.3714277 ], [ 120.3807776, 30.3723453 ], [ 120.3821608, 30.3723813 ], [ 120.3823375, 30.3724225 ], [ 120.3821406, 30.3721138 ], [ 120.3820009, 30.3722194 ], [ 120.3817716, 30.3722973 ], [ 120.3815839, 30.3723153 ], [ 120.3805343, 30.3722553 ], [ 120.3730341, 30.3718355 ], [ 120.3646511, 30.3713678 ], [ 120.3646094, 30.3713198 ], [ 120.364672, 30.3703962 ], [ 120.3652906, 30.3622037 ], [ 120.3652983, 30.3621054 ], [ 120.3653419, 30.3620586 ], [ 120.3654546, 30.3620447 ], [ 120.3656369, 30.362047 ], [ 120.3759188, 30.3626596 ], [ 120.3760285, 30.3626926 ], [ 120.3759636, 30.3624876 ], [ 120.375884, 30.3625336 ], [ 120.3756268, 30.3625276 ], [ 120.3712824, 30.3622697 ], [ 120.3653727, 30.361907 ], [ 120.365299, 30.361885 ], [ 120.3652923, 30.3617959 ], [ 120.3656645, 30.3572692 ], [ 120.3644555, 30.3571932 ], [ 120.3647672, 30.3529847 ], [ 120.3646678, 30.3529783 ], [ 120.3643136, 30.3573258 ], [ 120.3655611, 30.357418 ], [ 120.3651984, 30.3618653 ], [ 120.3651702, 30.3619058 ], [ 120.3650993, 30.3619144 ], [ 120.3650923, 30.3620174 ], [ 120.3651662, 30.3620713 ], [ 120.3651837, 30.3621037 ], [ 120.365193, 30.3621997 ], [ 120.3645399, 30.3712958 ], [ 120.3644982, 30.3713438 ], [ 120.3644079, 30.3713498 ], [ 120.3601604, 30.371106 ], [ 120.3553646, 30.3708419 ], [ 120.3552622, 30.3708139 ], [ 120.3550729, 30.3707972 ], [ 120.3549654, 30.3708204 ], [ 120.3504384, 30.3705569 ], [ 120.3503066, 30.3705298 ], [ 120.3503035, 30.3705564 ], [ 120.3503003, 30.370584 ], [ 120.3550878, 30.3708673 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3727244, 30.3716672 ], [ 120.3733615, 30.362756 ], [ 120.3732833, 30.3627367 ], [ 120.372635, 30.3716672 ], [ 120.3727244, 30.3716672 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3796178, 30.3684093 ], [ 120.3796362, 30.3683616 ], [ 120.3793902, 30.3680166 ], [ 120.379304, 30.368006 ], [ 120.3792917, 30.3683881 ], [ 120.3796178, 30.3684093 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3798392, 30.368749 ], [ 120.3799008, 30.368903 ], [ 120.3799069, 30.3694709 ], [ 120.379993, 30.3694072 ], [ 120.3799807, 30.3692533 ], [ 120.3801653, 30.3691949 ], [ 120.3797531, 30.3684943 ], [ 120.3796978, 30.368489 ], [ 120.3798392, 30.368749 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.364985, 30.3696671 ], [ 120.3650351, 30.3690623 ], [ 120.3649349, 30.3690364 ], [ 120.3649049, 30.3696757 ], [ 120.364985, 30.3696671 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2717635, 30.346303 ], [ 120.2718226, 30.3463989 ], [ 120.2718607, 30.3465068 ], [ 120.2718573, 30.3465877 ], [ 120.2719962, 30.3466386 ], [ 120.2724475, 30.3467135 ], [ 120.27251, 30.3467016 ], [ 120.2726593, 30.3466057 ], [ 120.2727982, 30.3465308 ], [ 120.272885, 30.3465158 ], [ 120.2729822, 30.3464469 ], [ 120.2730135, 30.3463959 ], [ 120.2730655, 30.3463809 ], [ 120.2731003, 30.3462941 ], [ 120.2730412, 30.3462821 ], [ 120.2729996, 30.3461742 ], [ 120.2729128, 30.3460693 ], [ 120.2728329, 30.3460094 ], [ 120.2727322, 30.3459704 ], [ 120.272635, 30.3459585 ], [ 120.2722878, 30.3459615 ], [ 120.2722045, 30.3459435 ], [ 120.2720934, 30.3459105 ], [ 120.2719996, 30.3459135 ], [ 120.2718607, 30.3459495 ], [ 120.2717809, 30.3460154 ], [ 120.2717288, 30.3461113 ], [ 120.2717253, 30.3461982 ], [ 120.2717635, 30.346303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3043453, 30.3467499 ], [ 120.3043787, 30.3468204 ], [ 120.3043948, 30.346903 ], [ 120.3045045, 30.3468149 ], [ 120.3045905, 30.3468176 ], [ 120.3046508, 30.3466895 ], [ 120.3046185, 30.3465874 ], [ 120.3044873, 30.3465345 ], [ 120.3044217, 30.3465568 ], [ 120.3043206, 30.3466394 ], [ 120.3043098, 30.3466895 ], [ 120.3043453, 30.3467499 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2973875, 30.3467538 ], [ 120.297607, 30.346824 ], [ 120.2977209, 30.3469714 ], [ 120.2979079, 30.3469433 ], [ 120.3001601, 30.3457434 ], [ 120.3002577, 30.3457434 ], [ 120.3003715, 30.3458066 ], [ 120.3003715, 30.3459329 ], [ 120.2996804, 30.3464802 ], [ 120.299502, 30.346552 ], [ 120.2995363, 30.3466094 ], [ 120.2991941, 30.3467561 ], [ 120.299174, 30.3467391 ], [ 120.2991146, 30.3467593 ], [ 120.2990867, 30.3467212 ], [ 120.2979973, 30.3473503 ], [ 120.2983957, 30.3479116 ], [ 120.2987702, 30.3485367 ], [ 120.2993011, 30.3492954 ], [ 120.2993388, 30.3492921 ], [ 120.2993982, 30.349287 ], [ 120.2994882, 30.3492969 ], [ 120.2997792, 30.3491544 ], [ 120.3002259, 30.3488958 ], [ 120.3002485, 30.3488324 ], [ 120.3003111, 30.3487631 ], [ 120.3004023, 30.3487177 ], [ 120.3004935, 30.3486905 ], [ 120.3006643, 30.3484589 ], [ 120.3007781, 30.3482344 ], [ 120.3007862, 30.3479256 ], [ 120.3007862, 30.3476029 ], [ 120.3007293, 30.3471187 ], [ 120.3004935, 30.3458346 ], [ 120.2998674, 30.3447119 ], [ 120.2997698, 30.3445505 ], [ 120.2996316, 30.3444032 ], [ 120.2995015, 30.3443049 ], [ 120.2993633, 30.3442628 ], [ 120.29916, 30.3442698 ], [ 120.2990299, 30.344354 ], [ 120.2973306, 30.3466065 ], [ 120.2973875, 30.3467538 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2981241, 30.3485865 ], [ 120.2987142, 30.3493457 ], [ 120.2989073, 30.3492068 ], [ 120.2984835, 30.3486189 ], [ 120.2983655, 30.3483411 ], [ 120.2973194, 30.3470866 ], [ 120.2970137, 30.3470958 ], [ 120.2969761, 30.3472671 ], [ 120.2968366, 30.3472718 ], [ 120.2967776, 30.3479291 ], [ 120.2981241, 30.3485865 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2831475, 30.3522586 ], [ 120.2833159, 30.3523242 ], [ 120.2834744, 30.35233 ], [ 120.2836009, 30.3522265 ], [ 120.283611, 30.352134 ], [ 120.2835487, 30.3520544 ], [ 120.2833872, 30.3520247 ], [ 120.2832387, 30.3520637 ], [ 120.2831315, 30.3522076 ], [ 120.2831475, 30.3522586 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2933568, 30.339239 ], [ 120.2935193, 30.3404809 ], [ 120.2936404, 30.3423827 ], [ 120.2937373, 30.3435022 ], [ 120.2938376, 30.3442843 ], [ 120.294104, 30.3457203 ], [ 120.2942804, 30.3463562 ], [ 120.2947197, 30.3474876 ], [ 120.2951452, 30.3483593 ], [ 120.2959069, 30.3496433 ], [ 120.2967271, 30.3507493 ], [ 120.2976981, 30.3517773 ], [ 120.2984246, 30.352431 ], [ 120.2992721, 30.3531266 ], [ 120.3005935, 30.3542161 ], [ 120.301448, 30.3549296 ], [ 120.3030141, 30.3562592 ], [ 120.3041525, 30.3571462 ], [ 120.3055327, 30.3583294 ], [ 120.3065926, 30.3590843 ], [ 120.3080111, 30.3600372 ], [ 120.3101837, 30.3615082 ], [ 120.3115506, 30.3624355 ], [ 120.3124797, 30.3632559 ], [ 120.3133699, 30.3643089 ], [ 120.3138779, 30.3651121 ], [ 120.3145927, 30.3664542 ], [ 120.3151161, 30.3677046 ], [ 120.3154484, 30.3688825 ], [ 120.3156449, 30.3702354 ], [ 120.3155514, 30.3730291 ], [ 120.3154664, 30.373935 ], [ 120.3153692, 30.3747967 ], [ 120.3153724, 30.3753806 ], [ 120.3154595, 30.3760076 ], [ 120.3155549, 30.3763727 ], [ 120.3157096, 30.3767854 ], [ 120.3163705, 30.3778955 ], [ 120.317424636385184, 30.379569889711089 ], [ 120.318223251189792, 30.379529833796123 ], [ 120.3181646, 30.3794979 ], [ 120.3174148, 30.3782462 ], [ 120.3166192, 30.3769888 ], [ 120.3163063, 30.3761604 ], [ 120.3160664, 30.3754168 ], [ 120.3161235, 30.3745854 ], [ 120.3161522, 30.3731501 ], [ 120.3163223, 30.3716891 ], [ 120.3163624, 30.3700857 ], [ 120.3161237, 30.3686424 ], [ 120.3159188, 30.3678579 ], [ 120.3155977, 30.3669628 ], [ 120.3145574, 30.3648898 ], [ 120.3142012, 30.3643239 ], [ 120.3137685, 30.3637091 ], [ 120.3130934, 30.3629443 ], [ 120.3122729, 30.3621895 ], [ 120.3118635, 30.3618688 ], [ 120.3104351, 30.360899 ], [ 120.3086437, 30.3596784 ], [ 120.3072353, 30.3587176 ], [ 120.3061696, 30.3579917 ], [ 120.3036753, 30.3559066 ], [ 120.3017122, 30.354288 ], [ 120.2985729, 30.351629 ], [ 120.2976713, 30.3507209 ], [ 120.2968047, 30.3496707 ], [ 120.2963235, 30.3489826 ], [ 120.2957951, 30.3480313 ], [ 120.2954328, 30.3473058 ], [ 120.2951242, 30.3464549 ], [ 120.2948444, 30.3455879 ], [ 120.2946133, 30.3444986 ], [ 120.2945271, 30.3439445 ], [ 120.2944685, 30.3433671 ], [ 120.2941596, 30.339975 ], [ 120.2941528, 30.3398411 ], [ 120.2940038, 30.3385591 ], [ 120.2938945, 30.3373724 ], [ 120.2937693, 30.3359908 ], [ 120.2930456, 30.3361027 ], [ 120.2933568, 30.339239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2900824, 30.3805343 ], [ 120.2901683, 30.380532 ], [ 120.2903024, 30.3804927 ], [ 120.2904258, 30.3804649 ], [ 120.2905813, 30.3804788 ], [ 120.2906672, 30.380539 ], [ 120.290753, 30.3806107 ], [ 120.2908871, 30.3806593 ], [ 120.2910105, 30.3806894 ], [ 120.2911285, 30.3806662 ], [ 120.2913377, 30.380576 ], [ 120.2914531, 30.3805343 ], [ 120.2915416, 30.3805274 ], [ 120.2916354, 30.3805552 ], [ 120.2916971, 30.3805922 ], [ 120.2918849, 30.3807356 ], [ 120.2919841, 30.3808074 ], [ 120.2920995, 30.3808537 ], [ 120.2922202, 30.3809208 ], [ 120.2923006, 30.3810781 ], [ 120.2923891, 30.3811799 ], [ 120.2925152, 30.3812262 ], [ 120.2926735, 30.3812725 ], [ 120.2928317, 30.3812563 ], [ 120.2930087, 30.3811961 ], [ 120.2930698, 30.381188 ], [ 120.2931641, 30.3812159 ], [ 120.2932488, 30.3812599 ], [ 120.2933234, 30.3813453 ], [ 120.2933958, 30.3814425 ], [ 120.2934682, 30.3814633 ], [ 120.2935407, 30.3814911 ], [ 120.2935889, 30.3815397 ], [ 120.2936292, 30.3816137 ], [ 120.2936721, 30.3816623 ], [ 120.2937499, 30.3817155 ], [ 120.2938411, 30.3817503 ], [ 120.2940181, 30.3817826 ], [ 120.2940717, 30.3818266 ], [ 120.2940986, 30.3818798 ], [ 120.2942058, 30.3819631 ], [ 120.2943104, 30.3820117 ], [ 120.2943614, 30.3820603 ], [ 120.294407, 30.3821829 ], [ 120.2944338, 30.3822246 ], [ 120.2945116, 30.3822709 ], [ 120.2949461, 30.382419 ], [ 120.2949864, 30.3824537 ], [ 120.2950185, 30.3825069 ], [ 120.29504, 30.382611 ], [ 120.295091, 30.3827059 ], [ 120.2951714, 30.3828216 ], [ 120.2952358, 30.3828655 ], [ 120.2953404, 30.3829141 ], [ 120.2953994, 30.3829859 ], [ 120.2954316, 30.3830576 ], [ 120.2954772, 30.3831247 ], [ 120.2955496, 30.3831848 ], [ 120.2956247, 30.3832381 ], [ 120.2956408, 30.3833376 ], [ 120.2956194, 30.3834255 ], [ 120.2956086, 30.3835042 ], [ 120.2956328, 30.383562 ], [ 120.295665, 30.3836036 ], [ 120.2957267, 30.3836198 ], [ 120.2958286, 30.3836337 ], [ 120.2959546, 30.3836222 ], [ 120.2960029, 30.383599 ], [ 120.2960029, 30.3835574 ], [ 120.2959788, 30.3835065 ], [ 120.2959037, 30.383407 ], [ 120.2958152, 30.3832126 ], [ 120.2956891, 30.3831131 ], [ 120.2956033, 30.3830483 ], [ 120.2955604, 30.382965 ], [ 120.2955389, 30.3828979 ], [ 120.2954879, 30.3828517 ], [ 120.2953887, 30.3828054 ], [ 120.2953082, 30.3827545 ], [ 120.295209, 30.382648 ], [ 120.295099, 30.3824398 ], [ 120.294981, 30.3822894 ], [ 120.2948844, 30.3822153 ], [ 120.2947771, 30.382176 ], [ 120.2946725, 30.3821621 ], [ 120.2946001, 30.382139 ], [ 120.2945626, 30.3821066 ], [ 120.294466, 30.3819678 ], [ 120.2943936, 30.3819122 ], [ 120.2943426, 30.3818937 ], [ 120.2942675, 30.3818521 ], [ 120.2941441, 30.3817271 ], [ 120.2940851, 30.3816785 ], [ 120.2940395, 30.38166 ], [ 120.2939403, 30.3816438 ], [ 120.2938625, 30.3816369 ], [ 120.2937767, 30.3815813 ], [ 120.2937284, 30.3814842 ], [ 120.2936667, 30.3814078 ], [ 120.2935782, 30.3813685 ], [ 120.2934676, 30.3813085 ], [ 120.2933291, 30.381142 ], [ 120.293229, 30.3810822 ], [ 120.293104, 30.381055 ], [ 120.2929792, 30.3810619 ], [ 120.2928746, 30.3810272 ], [ 120.2928076, 30.380967 ], [ 120.2927512, 30.3808028 ], [ 120.2926896, 30.3807195 ], [ 120.2925554, 30.3806801 ], [ 120.2924508, 30.3806871 ], [ 120.2923489, 30.3807033 ], [ 120.2922255, 30.3807009 ], [ 120.2920351, 30.3806153 ], [ 120.2918795, 30.3804973 ], [ 120.2917307, 30.3803967 ], [ 120.2916247, 30.3803515 ], [ 120.2915067, 30.3803562 ], [ 120.2913377, 30.3804117 ], [ 120.2912358, 30.3804649 ], [ 120.2911714, 30.3805251 ], [ 120.2910695, 30.380569 ], [ 120.2909917, 30.3805783 ], [ 120.2908978, 30.3805552 ], [ 120.2908335, 30.3804973 ], [ 120.2906886, 30.3804094 ], [ 120.2905679, 30.3803701 ], [ 120.2904365, 30.3803631 ], [ 120.2900556, 30.3804395 ], [ 120.2900824, 30.3805343 ] ], [ [ 120.2924455, 30.3808189 ], [ 120.292483, 30.3808097 ], [ 120.2925474, 30.380812 ], [ 120.2925957, 30.3808375 ], [ 120.2926279, 30.3808814 ], [ 120.2926842, 30.380974 ], [ 120.2927164, 30.3810457 ], [ 120.2927137, 30.3810827 ], [ 120.2926896, 30.3811151 ], [ 120.2926118, 30.3811151 ], [ 120.2925179, 30.3810804 ], [ 120.2924455, 30.3810041 ], [ 120.2924106, 30.380856 ], [ 120.2924455, 30.3808189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2873527, 30.3863084 ], [ 120.2874022, 30.3863084 ], [ 120.2874872, 30.3863542 ], [ 120.2875756, 30.3865221 ], [ 120.28765, 30.386693 ], [ 120.2876464, 30.3868854 ], [ 120.2877031, 30.3870319 ], [ 120.2877668, 30.3871479 ], [ 120.2877915, 30.387264 ], [ 120.2878269, 30.3873983 ], [ 120.2879083, 30.3874746 ], [ 120.2880217, 30.3875375 ], [ 120.2883604, 30.3871556 ], [ 120.2884799, 30.3872257 ], [ 120.2885639, 30.3871048 ], [ 120.288671, 30.3871633 ], [ 120.2886333, 30.3872139 ], [ 120.2887662, 30.387289 ], [ 120.2887864, 30.3872635 ], [ 120.288986, 30.3873749 ], [ 120.28901, 30.3873402 ], [ 120.2891303, 30.3874043 ], [ 120.2891891, 30.3873304 ], [ 120.2892855, 30.3873844 ], [ 120.2892582, 30.3874234 ], [ 120.28929, 30.3874443 ], [ 120.2892822, 30.3874613 ], [ 120.2893678, 30.387502 ], [ 120.2893486, 30.3875273 ], [ 120.2894481, 30.3875779 ], [ 120.2899243, 30.3870241 ], [ 120.2908512, 30.3876343 ], [ 120.2903939, 30.3881438 ], [ 120.2904269, 30.3881658 ], [ 120.2902902, 30.3884363 ], [ 120.290276, 30.3885615 ], [ 120.2903008, 30.3886958 ], [ 120.2903539, 30.3889584 ], [ 120.2904778, 30.3890713 ], [ 120.2905663, 30.3891904 ], [ 120.2906583, 30.3893186 ], [ 120.2908671, 30.3894377 ], [ 120.2908569, 30.3895619 ], [ 120.2912037, 30.389549 ], [ 120.2912069, 30.3893858 ], [ 120.2912564, 30.3892301 ], [ 120.2913661, 30.389166 ], [ 120.2914511, 30.38905 ], [ 120.291766, 30.3885859 ], [ 120.2915714, 30.3885248 ], [ 120.2914404, 30.3887324 ], [ 120.2912918, 30.3889339 ], [ 120.2910936, 30.3891324 ], [ 120.290998, 30.3892057 ], [ 120.2909131, 30.3892331 ], [ 120.2908246, 30.3891995 ], [ 120.2907538, 30.3891324 ], [ 120.2907114, 30.3890316 ], [ 120.2907645, 30.388937 ], [ 120.2908636, 30.3888973 ], [ 120.2909166, 30.3888301 ], [ 120.290906, 30.3887324 ], [ 120.2908883, 30.3886195 ], [ 120.2910051, 30.3884302 ], [ 120.2911042, 30.3882562 ], [ 120.2911396, 30.3881554 ], [ 120.2911785, 30.3881005 ], [ 120.2912529, 30.388128 ], [ 120.291306, 30.3881921 ], [ 120.2913697, 30.3882287 ], [ 120.291444, 30.3882195 ], [ 120.2915077, 30.3881554 ], [ 120.291582, 30.3879631 ], [ 120.2915679, 30.3878685 ], [ 120.2916139, 30.3876425 ], [ 120.2917413, 30.387667 ], [ 120.2917944, 30.3875021 ], [ 120.2917944, 30.3871602 ], [ 120.2917625, 30.3869129 ], [ 120.291667, 30.3865373 ], [ 120.2914971, 30.3861832 ], [ 120.2913095, 30.3858962 ], [ 120.2911078, 30.3856764 ], [ 120.2908671, 30.385481 ], [ 120.2906229, 30.3853863 ], [ 120.2904176, 30.3856336 ], [ 120.2903256, 30.3855756 ], [ 120.2905698, 30.3852856 ], [ 120.2901946, 30.3850841 ], [ 120.2900743, 30.3850841 ], [ 120.2899681, 30.3850536 ], [ 120.2898761, 30.3849772 ], [ 120.2897841, 30.3848246 ], [ 120.2898372, 30.3847147 ], [ 120.2898513, 30.3846139 ], [ 120.29, 30.3844399 ], [ 120.2900672, 30.384504 ], [ 120.2900885, 30.3845925 ], [ 120.2902831, 30.3845345 ], [ 120.2902596, 30.3844738 ], [ 120.2901067, 30.3843942 ], [ 120.2900602, 30.3844094 ], [ 120.2900071, 30.3843849 ], [ 120.2899841, 30.3843304 ], [ 120.289877, 30.3842747 ], [ 120.2899044, 30.3843208 ], [ 120.2898832, 30.3843941 ], [ 120.2898726, 30.3844429 ], [ 120.2897664, 30.3845498 ], [ 120.2896921, 30.3845651 ], [ 120.289639, 30.3846048 ], [ 120.2895505, 30.3846933 ], [ 120.2894762, 30.3847116 ], [ 120.2893736, 30.3846933 ], [ 120.2893169, 30.3846048 ], [ 120.2892674, 30.3845071 ], [ 120.289186, 30.3844368 ], [ 120.2890586, 30.3843941 ], [ 120.2889665, 30.3844094 ], [ 120.2888533, 30.3844491 ], [ 120.2887825, 30.3845132 ], [ 120.2887931, 30.3846017 ], [ 120.2888462, 30.3846597 ], [ 120.2889418, 30.3847086 ], [ 120.2889524, 30.3847696 ], [ 120.2889312, 30.3848337 ], [ 120.2888887, 30.3848979 ], [ 120.288786, 30.3849711 ], [ 120.2887577, 30.3850139 ], [ 120.2886693, 30.3851177 ], [ 120.2885631, 30.3851971 ], [ 120.2883932, 30.385252 ], [ 120.2882233, 30.3853283 ], [ 120.2880959, 30.3854108 ], [ 120.2880287, 30.3855237 ], [ 120.2879048, 30.3856184 ], [ 120.287788, 30.3857313 ], [ 120.2877384, 30.3858046 ], [ 120.2874978, 30.3858993 ], [ 120.2874588, 30.3859298 ], [ 120.287381, 30.3859115 ], [ 120.2873881, 30.3858657 ], [ 120.2873647, 30.3858541 ], [ 120.2871563, 30.3862085 ], [ 120.2873527, 30.3863084 ] ], [ [ 120.2875919, 30.3863001 ], [ 120.2876196, 30.3862815 ], [ 120.2876658, 30.3862682 ], [ 120.287826, 30.3863373 ], [ 120.2879, 30.3863613 ], [ 120.2879893, 30.3864171 ], [ 120.2880602, 30.3864649 ], [ 120.288128, 30.3865234 ], [ 120.2882389, 30.3865447 ], [ 120.2882851, 30.3865766 ], [ 120.2883005, 30.3866483 ], [ 120.2882635, 30.3867307 ], [ 120.2882512, 30.3867918 ], [ 120.2882604, 30.3869407 ], [ 120.288245, 30.3870045 ], [ 120.2880602, 30.3872197 ], [ 120.2880016, 30.3872463 ], [ 120.28794, 30.3872251 ], [ 120.2879184, 30.3871852 ], [ 120.2878876, 30.3870045 ], [ 120.287903, 30.3868583 ], [ 120.2879123, 30.3867679 ], [ 120.2878353, 30.3866855 ], [ 120.2877151, 30.3865447 ], [ 120.2875888, 30.3863427 ], [ 120.2875919, 30.3863001 ] ], [ [ 120.2876935, 30.3860211 ], [ 120.2878075, 30.3859732 ], [ 120.2878476, 30.3859148 ], [ 120.2878938, 30.3858164 ], [ 120.2879554, 30.3857686 ], [ 120.2880941, 30.3857207 ], [ 120.288205, 30.3856835 ], [ 120.2883498, 30.3857128 ], [ 120.288473, 30.3856915 ], [ 120.2886024, 30.3856729 ], [ 120.2887349, 30.3857048 ], [ 120.2887904, 30.3857633 ], [ 120.2889352, 30.3858005 ], [ 120.2889537, 30.3858377 ], [ 120.2889167, 30.3859148 ], [ 120.2887657, 30.3859546 ], [ 120.2885994, 30.3859706 ], [ 120.2884669, 30.385944 ], [ 120.2883467, 30.3859254 ], [ 120.2882728, 30.385952 ], [ 120.2882266, 30.3859892 ], [ 120.2882389, 30.3860317 ], [ 120.2882943, 30.386053 ], [ 120.2884607, 30.3860317 ], [ 120.2886148, 30.3860344 ], [ 120.2887935, 30.3860795 ], [ 120.2888982, 30.3861247 ], [ 120.2889475, 30.3861912 ], [ 120.2889506, 30.3862443 ], [ 120.2890215, 30.3863533 ], [ 120.2889568, 30.3863825 ], [ 120.2888767, 30.3862789 ], [ 120.2887565, 30.3862709 ], [ 120.2886764, 30.3863108 ], [ 120.288624, 30.3863506 ], [ 120.2883868, 30.3863453 ], [ 120.2881033, 30.3863187 ], [ 120.2876412, 30.3861513 ], [ 120.2876319, 30.3860769 ], [ 120.2876935, 30.3860211 ] ], [ [ 120.2883313, 30.38533 ], [ 120.2884176, 30.3853247 ], [ 120.2885377, 30.3852928 ], [ 120.2886579, 30.385245 ], [ 120.2887596, 30.3851945 ], [ 120.2888428, 30.3851121 ], [ 120.2892988, 30.3850961 ], [ 120.2893943, 30.3851041 ], [ 120.2894497, 30.3851599 ], [ 120.2894466, 30.3852795 ], [ 120.2894035, 30.3853752 ], [ 120.2892618, 30.3855054 ], [ 120.2890892, 30.3856091 ], [ 120.2887996, 30.3855985 ], [ 120.2886671, 30.3855958 ], [ 120.2885162, 30.3855825 ], [ 120.2884053, 30.3855852 ], [ 120.2883221, 30.3855427 ], [ 120.2882512, 30.3854709 ], [ 120.2882481, 30.3853699 ], [ 120.2883313, 30.38533 ] ], [ [ 120.2903831, 30.3885151 ], [ 120.2904251, 30.3884325 ], [ 120.2904975, 30.3883056 ], [ 120.2905979, 30.3882452 ], [ 120.2906633, 30.388215 ], [ 120.2906937, 30.3882271 ], [ 120.2907147, 30.38836 ], [ 120.290696, 30.3884184 ], [ 120.2906796, 30.3885231 ], [ 120.29071, 30.388642 ], [ 120.290738, 30.3886944 ], [ 120.2907123, 30.388785 ], [ 120.2906633, 30.3888736 ], [ 120.2905863, 30.3888998 ], [ 120.2905092, 30.3888917 ], [ 120.2904321, 30.3888253 ], [ 120.2903691, 30.3887246 ], [ 120.2903598, 30.3885997 ], [ 120.2903831, 30.3885151 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2660798, 30.3891266 ], [ 120.2664167, 30.3890825 ], [ 120.2663928, 30.388927 ], [ 120.2661445, 30.3889505 ], [ 120.2660356, 30.3889182 ], [ 120.2660798, 30.3891266 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2665886, 30.3908189 ], [ 120.2666807, 30.3911217 ], [ 120.2669352, 30.3910838 ], [ 120.2668211, 30.3904744 ], [ 120.2665359, 30.3905009 ], [ 120.2665886, 30.3908189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.365005, 30.3707039 ], [ 120.3650551, 30.3698399 ], [ 120.365015, 30.3697708 ], [ 120.3649049, 30.3697449 ], [ 120.3648248, 30.3706952 ], [ 120.365005, 30.3707039 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3551847, 30.3710324 ], [ 120.3552618, 30.370875 ], [ 120.3550878, 30.3708673 ], [ 120.3550685, 30.3710141 ], [ 120.3549408, 30.3726325 ], [ 120.354804452207233, 30.37435978898321 ], [ 120.354922130361146, 30.374394314286111 ], [ 120.3551847, 30.3710324 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3807699, 30.37458 ], [ 120.3807932, 30.3742396 ], [ 120.3806539, 30.3742195 ], [ 120.3806075, 30.3741595 ], [ 120.3799343, 30.3741394 ], [ 120.3799111, 30.37455 ], [ 120.3807699, 30.37458 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3816056, 30.3746101 ], [ 120.3816288, 30.3741895 ], [ 120.3809703, 30.3742256 ], [ 120.3809471, 30.3745748 ], [ 120.3816056, 30.3746101 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3800852, 30.3763323 ], [ 120.3801548, 30.3763824 ], [ 120.381652, 30.3764325 ], [ 120.3817797, 30.3763624 ], [ 120.3821743, 30.3763424 ], [ 120.3822324, 30.3762923 ], [ 120.3822631, 30.3761878 ], [ 120.3822581, 30.3761199 ], [ 120.3822525, 30.3760442 ], [ 120.3821299, 30.3760193 ], [ 120.3819533, 30.3759723 ], [ 120.3817358, 30.3760572 ], [ 120.38028, 30.375978 ], [ 120.3802065, 30.3759816 ], [ 120.3800872, 30.3759875 ], [ 120.3799994, 30.3760838 ], [ 120.3799949, 30.3762165 ], [ 120.3800852, 30.3763323 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3825563, 30.3766828 ], [ 120.382661, 30.3762033 ], [ 120.3824596, 30.3762172 ], [ 120.3824274, 30.3766758 ], [ 120.3825563, 30.3766828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3829509, 30.3766897 ], [ 120.3830073, 30.376252 ], [ 120.3827979, 30.3762242 ], [ 120.3827093, 30.3766828 ], [ 120.3829509, 30.3766897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3834181, 30.3767523 ], [ 120.3834583, 30.376245 ], [ 120.3831442, 30.3762242 ], [ 120.3830878, 30.3767036 ], [ 120.3834181, 30.3767523 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3838127, 30.3768148 ], [ 120.3839094, 30.376252 ], [ 120.3836275, 30.3762311 ], [ 120.3835389, 30.3767731 ], [ 120.3838127, 30.3768148 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3458067, 30.371467 ], [ 120.3458276, 30.3714459 ], [ 120.3458868, 30.3704453 ], [ 120.3458451, 30.3704183 ], [ 120.3456431, 30.3704063 ], [ 120.3455177, 30.3704814 ], [ 120.3454898, 30.3714429 ], [ 120.3458067, 30.371467 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3443049, 30.3712609 ], [ 120.3443458, 30.3709566 ], [ 120.3442765, 30.3709151 ], [ 120.3431655, 30.3708856 ], [ 120.343121359599877, 30.370932115301059 ], [ 120.344293156298974, 30.3712759058402 ], [ 120.3443049, 30.3712609 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3458416, 30.3715631 ], [ 120.3458102, 30.3715361 ], [ 120.3455038, 30.371527 ], [ 120.3454585, 30.3715631 ], [ 120.345456954173983, 30.371617349624099 ], [ 120.345834767849226, 30.371728195445058 ], [ 120.3458416, 30.3715631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3519908, 30.3725043 ], [ 120.3520357, 30.372543 ], [ 120.3530185, 30.3726033 ], [ 120.3530634, 30.3725688 ], [ 120.3530634, 30.3723106 ], [ 120.3530385, 30.3722675 ], [ 120.3521005, 30.3722159 ], [ 120.3520257, 30.3722417 ], [ 120.3519958, 30.3722977 ], [ 120.3519858, 30.3724569 ], [ 120.3519908, 30.3725043 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3519359, 30.3730682 ], [ 120.3530136, 30.3731155 ], [ 120.3530485, 30.3730682 ], [ 120.3530535, 30.3728357 ], [ 120.3530185, 30.3728013 ], [ 120.3519608, 30.3727625 ], [ 120.351906, 30.3727841 ], [ 120.351876, 30.3730251 ], [ 120.3519359, 30.3730682 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.351862688721198, 30.373496712260369 ], [ 120.352452746022522, 30.373669827714526 ], [ 120.3529038, 30.3736923 ], [ 120.3529736, 30.3736535 ], [ 120.3529736, 30.3736062 ], [ 120.3529836, 30.3734383 ], [ 120.3529337, 30.3734125 ], [ 120.3519309, 30.3733479 ], [ 120.351891, 30.3733652 ], [ 120.3518611, 30.3734297 ], [ 120.351862688721198, 30.373496712260369 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3823262, 30.3782821 ], [ 120.3827892, 30.3783422 ], [ 120.3828175, 30.3781901 ], [ 120.3827985, 30.37813 ], [ 120.3822029, 30.3780528 ], [ 120.3821863, 30.3782616 ], [ 120.3823262, 30.3782821 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3835194, 30.3785138 ], [ 120.3835621, 30.3780613 ], [ 120.3834889, 30.377993 ], [ 120.3829499, 30.3779844 ], [ 120.3829316, 30.3784774 ], [ 120.3835194, 30.3785138 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3754424, 30.374785 ], [ 120.3753898, 30.3748228 ], [ 120.3753548, 30.3748833 ], [ 120.374914360250031, 30.380259785231228 ], [ 120.375032515763991, 30.38029445058562 ], [ 120.3754424, 30.374785 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3822983, 30.3785406 ], [ 120.3827613, 30.3786007 ], [ 120.3827895, 30.3784486 ], [ 120.3827705, 30.3783885 ], [ 120.3821749, 30.3783114 ], [ 120.3821583, 30.3785201 ], [ 120.3822983, 30.3785406 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3822858, 30.3788095 ], [ 120.3827488, 30.3788696 ], [ 120.382777, 30.3787175 ], [ 120.382758, 30.3786574 ], [ 120.3821624, 30.3785803 ], [ 120.3821458, 30.378789 ], [ 120.3822858, 30.3788095 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3834963, 30.3791405 ], [ 120.3835226, 30.3790752 ], [ 120.3835292, 30.3788992 ], [ 120.38347, 30.3788566 ], [ 120.3833581, 30.3788652 ], [ 120.3830028, 30.378851 ], [ 120.3829863, 30.3787828 ], [ 120.3833713, 30.3787772 ], [ 120.3834141, 30.3788169 ], [ 120.3835062, 30.3787914 ], [ 120.3835194, 30.3786239 ], [ 120.3835062, 30.3785813 ], [ 120.3829534, 30.378516 ], [ 120.3829205, 30.3785302 ], [ 120.3828876, 30.3790724 ], [ 120.3834963, 30.3791405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3822578, 30.3790508 ], [ 120.3827448, 30.3791178 ], [ 120.382765, 30.3790381 ], [ 120.382766, 30.3789125 ], [ 120.3821344, 30.3788215 ], [ 120.3821178, 30.3790303 ], [ 120.3822578, 30.3790508 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3822418, 30.3793128 ], [ 120.3827288, 30.3793798 ], [ 120.382749, 30.3793 ], [ 120.38275, 30.3791744 ], [ 120.3821185, 30.3790835 ], [ 120.3821019, 30.3792923 ], [ 120.3822418, 30.3793128 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3829008, 30.3793449 ], [ 120.3834733, 30.379413 ], [ 120.3834996, 30.3793789 ], [ 120.3835161, 30.3792001 ], [ 120.3835095, 30.3791689 ], [ 120.3828909, 30.3791206 ], [ 120.3828778, 30.3793165 ], [ 120.3829008, 30.3793449 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2653361, 30.3925102 ], [ 120.2658269, 30.3925871 ], [ 120.2661616, 30.3926723 ], [ 120.2663846, 30.3926861 ], [ 120.2667923, 30.3927696 ], [ 120.2670412, 30.3927823 ], [ 120.2670093, 30.3927218 ], [ 120.2667671, 30.3926641 ], [ 120.2663145, 30.3925486 ], [ 120.2657664, 30.3924662 ], [ 120.265572, 30.3924249 ], [ 120.2650236, 30.3923441 ], [ 120.2650146, 30.3924795 ], [ 120.2653361, 30.3925102 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2672929, 30.3928703 ], [ 120.2674842, 30.3929143 ], [ 120.2675989, 30.3929115 ], [ 120.2675734, 30.3928565 ], [ 120.2674013, 30.3928016 ], [ 120.2672515, 30.3927961 ], [ 120.2672929, 30.3928703 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2702886, 30.3900201 ], [ 120.2708836, 30.3907084 ], [ 120.2718011, 30.391766 ], [ 120.2725879, 30.392675 ], [ 120.2730634, 30.3932578 ], [ 120.2737056, 30.3939892 ], [ 120.2742589, 30.3946128 ], [ 120.2744202, 30.3947399 ], [ 120.2748094, 30.39515 ], [ 120.2752376, 30.395596 ], [ 120.2752765, 30.3956368 ], [ 120.2752682, 30.3956848 ], [ 120.275182, 30.3957807 ], [ 120.2752153, 30.3958191 ], [ 120.2752626, 30.3957855 ], [ 120.2753154, 30.3957591 ], [ 120.275371, 30.3957495 ], [ 120.2754127, 30.3957807 ], [ 120.2758993, 30.3963059 ], [ 120.2766361, 30.3971357 ], [ 120.2772811, 30.3978335 ], [ 120.2773256, 30.3978983 ], [ 120.2773173, 30.3979822 ], [ 120.277181, 30.3982964 ], [ 120.2771977, 30.3983371 ], [ 120.277245, 30.3983419 ], [ 120.2773812, 30.3981069 ], [ 120.2774452, 30.3979846 ], [ 120.2774396, 30.3979127 ], [ 120.2773256, 30.397752 ], [ 120.2769225, 30.3973083 ], [ 120.2763414, 30.3966872 ], [ 120.2756769, 30.395927 ], [ 120.2755017, 30.3957471 ], [ 120.2749846, 30.3952291 ], [ 120.2746148, 30.3948166 ], [ 120.2746287, 30.3947807 ], [ 120.2744952, 30.3946464 ], [ 120.2743284, 30.3945432 ], [ 120.2740393, 30.3942435 ], [ 120.2733831, 30.3935 ], [ 120.2728687, 30.3928645 ], [ 120.2722126, 30.392097 ], [ 120.2712172, 30.3909506 ], [ 120.2705388, 30.3901472 ], [ 120.2704304, 30.3900177 ], [ 120.270372, 30.389893 ], [ 120.2704192, 30.3896963 ], [ 120.2702385, 30.389514 ], [ 120.2702246, 30.3899122 ], [ 120.2702886, 30.3900201 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2684347, 30.4002974 ], [ 120.2684976, 30.4003294 ], [ 120.2685234, 30.4002825 ], [ 120.2686178, 30.3999814 ], [ 120.2686751, 30.399668 ], [ 120.2687867, 30.3991398 ], [ 120.2688267, 30.3990016 ], [ 120.2688267, 30.3986042 ], [ 120.2688668, 30.398271 ], [ 120.2688925, 30.3979921 ], [ 120.2690413, 30.3972837 ], [ 120.2691587, 30.3967332 ], [ 120.2692359, 30.3961976 ], [ 120.2692531, 30.3960816 ], [ 120.2693361, 30.3960717 ], [ 120.2698025, 30.3961655 ], [ 120.2712877, 30.396442 ], [ 120.2715052, 30.3964938 ], [ 120.2723837, 30.396827 ], [ 120.27279, 30.396943 ], [ 120.2729446, 30.3969776 ], [ 120.2731535, 30.3970418 ], [ 120.2733223, 30.3969949 ], [ 120.2735312, 30.396906 ], [ 120.2740549, 30.396558 ], [ 120.2746673, 30.3961705 ], [ 120.2748475, 30.3960421 ], [ 120.2748103, 30.3960174 ], [ 120.2744956, 30.3962174 ], [ 120.274238, 30.3963778 ], [ 120.2737229, 30.3967135 ], [ 120.2733309, 30.3969356 ], [ 120.2732222, 30.3969628 ], [ 120.2729932, 30.3969085 ], [ 120.2728129, 30.3968789 ], [ 120.2717713, 30.396516 ], [ 120.271551, 30.3964469 ], [ 120.2705666, 30.3962569 ], [ 120.269442, 30.3960372 ], [ 120.2693246, 30.3960026 ], [ 120.2693103, 30.3959212 ], [ 120.2693962, 30.3955732 ], [ 120.2694133, 30.3951412 ], [ 120.2693819, 30.3949265 ], [ 120.2693418, 30.3949511 ], [ 120.2693161, 30.3950203 ], [ 120.2693332, 30.395156 ], [ 120.2693275, 30.3952819 ], [ 120.2692817, 30.3954917 ], [ 120.2691959, 30.3959705 ], [ 120.2691329, 30.3960224 ], [ 120.269173, 30.3960569 ], [ 120.2691587, 30.3962421 ], [ 120.2690499, 30.3969159 ], [ 120.268924, 30.3975502 ], [ 120.268821, 30.3980365 ], [ 120.2687752, 30.3982685 ], [ 120.2687351, 30.3986757 ], [ 120.2686665, 30.3991027 ], [ 120.2685749, 30.3995791 ], [ 120.2685005, 30.3999716 ], [ 120.2684347, 30.4002011 ], [ 120.2684347, 30.4002974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2909697, 30.3902516 ], [ 120.2910824, 30.3905061 ], [ 120.2912219, 30.3907467 ], [ 120.2913721, 30.3910058 ], [ 120.2913989, 30.3912002 ], [ 120.2915062, 30.3915981 ], [ 120.2915652, 30.3916999 ], [ 120.2916939, 30.3923755 ], [ 120.2918119, 30.392903 ], [ 120.2919085, 30.3934814 ], [ 120.2920748, 30.3938377 ], [ 120.2922304, 30.3944439 ], [ 120.2924396, 30.395286 ], [ 120.2924557, 30.3955081 ], [ 120.2923967, 30.3956839 ], [ 120.2923913, 30.3958228 ], [ 120.2924342, 30.3959199 ], [ 120.2924986, 30.3960356 ], [ 120.2925522, 30.3966556 ], [ 120.2925576, 30.3972433 ], [ 120.2925844, 30.398164 ], [ 120.292681, 30.3991727 ], [ 120.2928044, 30.4006394 ], [ 120.2928741, 30.4016342 ], [ 120.2932764, 30.4061337 ], [ 120.2933822, 30.406183 ], [ 120.2935054, 30.4062404 ], [ 120.2934196, 30.4048791 ], [ 120.2932082, 30.4030962 ], [ 120.2930632, 30.4017065 ], [ 120.2930299, 30.4013873 ], [ 120.2929903, 30.4005899 ], [ 120.2929176, 30.3991715 ], [ 120.2928186, 30.3984366 ], [ 120.2927459, 30.3973315 ], [ 120.2926931, 30.3962662 ], [ 120.2926601, 30.3954118 ], [ 120.2927459, 30.3953719 ], [ 120.2927393, 30.3952352 ], [ 120.2926865, 30.3951383 ], [ 120.2926601, 30.3948535 ], [ 120.2926138, 30.3945117 ], [ 120.2925015, 30.3940502 ], [ 120.2922902, 30.3931957 ], [ 120.2921185, 30.3923754 ], [ 120.2920524, 30.3923697 ], [ 120.2918543, 30.3914582 ], [ 120.2917354, 30.3912474 ], [ 120.2915571, 30.3909113 ], [ 120.2914052, 30.3906493 ], [ 120.2913321, 30.3904594 ], [ 120.2912833, 30.3899754 ], [ 120.2908925, 30.3899966 ], [ 120.2909697, 30.3902516 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2766133, 30.399028 ], [ 120.2766787, 30.3990203 ], [ 120.2767797, 30.3989229 ], [ 120.2770026, 30.3986461 ], [ 120.2771333, 30.3984872 ], [ 120.2770739, 30.3984666 ], [ 120.2768659, 30.398705 ], [ 120.2768065, 30.3987255 ], [ 120.2766074, 30.3989998 ], [ 120.2766133, 30.399028 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2735098, 30.4042411 ], [ 120.2735741, 30.4043221 ], [ 120.2736828, 30.4043775 ], [ 120.2737618, 30.4043008 ], [ 120.2737668, 30.4041133 ], [ 120.2737816, 30.4039215 ], [ 120.2738409, 30.4038448 ], [ 120.2743004, 30.4034527 ], [ 120.2743745, 30.4033206 ], [ 120.2745178, 30.4027283 ], [ 120.2747747, 30.4020379 ], [ 120.2750811, 30.401518 ], [ 120.2752935, 30.4013859 ], [ 120.2755159, 30.4010066 ], [ 120.2756246, 30.4007083 ], [ 120.2756592, 30.4005335 ], [ 120.2759606, 30.4000818 ], [ 120.2764448, 30.3993701 ], [ 120.2764942, 30.3992082 ], [ 120.2764547, 30.399157 ], [ 120.2763213, 30.3993829 ], [ 120.2759359, 30.3999326 ], [ 120.2756691, 30.4003503 ], [ 120.2755357, 30.4006997 ], [ 120.2753924, 30.4010918 ], [ 120.2751997, 30.4013944 ], [ 120.2749773, 30.4015436 ], [ 120.27475, 30.4019228 ], [ 120.274587, 30.4023831 ], [ 120.2743202, 30.4032738 ], [ 120.2742708, 30.4032951 ], [ 120.2741571, 30.4034613 ], [ 120.2736284, 30.4038533 ], [ 120.2735148, 30.4039726 ], [ 120.2734901, 30.4041388 ], [ 120.2735098, 30.4042411 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2945155, 30.4066188 ], [ 120.2945639, 30.4066842 ], [ 120.2947999, 30.4066079 ], [ 120.2955188, 30.4062794 ], [ 120.2960016, 30.4059972 ], [ 120.2983565, 30.4051736 ], [ 120.2992148, 30.4048775 ], [ 120.2996762, 30.4046231 ], [ 120.2999605, 30.4045074 ], [ 120.2998586, 30.4049608 ], [ 120.2997996, 30.4052847 ], [ 120.2997996, 30.4053957 ], [ 120.2998103, 30.4054975 ], [ 120.2998639, 30.4054512 ], [ 120.2999229, 30.4053032 ], [ 120.3000141, 30.4051089 ], [ 120.3001858, 30.4049562 ], [ 120.3003092, 30.4048775 ], [ 120.3004272, 30.4048544 ], [ 120.3007169, 30.4046555 ], [ 120.3008403, 30.4046462 ], [ 120.3009583, 30.4047341 ], [ 120.301087, 30.4047943 ], [ 120.3011324, 30.4048081 ], [ 120.3013445, 30.4048729 ], [ 120.3015805, 30.4048868 ], [ 120.3016074, 30.4047295 ], [ 120.3015108, 30.4047526 ], [ 120.3014303, 30.4048081 ], [ 120.3011085, 30.4047017 ], [ 120.3009261, 30.4045629 ], [ 120.300792, 30.4045398 ], [ 120.300572, 30.4043085 ], [ 120.3004808, 30.404327 ], [ 120.300336, 30.4041604 ], [ 120.3001107, 30.4042437 ], [ 120.300041, 30.4039938 ], [ 120.2999069, 30.4039846 ], [ 120.2999551, 30.4042252 ], [ 120.2999498, 30.4043177 ], [ 120.29988, 30.4044056 ], [ 120.2996869, 30.4045028 ], [ 120.2992314, 30.4046911 ], [ 120.2990201, 30.4047139 ], [ 120.2986436, 30.404788 ], [ 120.2983821, 30.4048339 ], [ 120.2973703, 30.4053091 ], [ 120.2962867, 30.405728 ], [ 120.2951433, 30.4061664 ], [ 120.2947668, 30.406098 ], [ 120.2946216, 30.4061265 ], [ 120.2945885, 30.4062006 ], [ 120.2946083, 30.4063771 ], [ 120.2946149, 30.4064797 ], [ 120.2944567, 30.4065393 ], [ 120.2945155, 30.4066188 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.290066, 30.4060847 ], [ 120.2902075, 30.4059901 ], [ 120.2903279, 30.4059565 ], [ 120.2904588, 30.4059534 ], [ 120.2906004, 30.4059748 ], [ 120.290703, 30.4059962 ], [ 120.2907738, 30.4060542 ], [ 120.290795, 30.4061396 ], [ 120.2907703, 30.4062373 ], [ 120.2907278, 30.4063258 ], [ 120.2908375, 30.4063533 ], [ 120.2909189, 30.4062953 ], [ 120.2910322, 30.4062495 ], [ 120.2911419, 30.4062648 ], [ 120.2912233, 30.4063136 ], [ 120.291248, 30.406396 ], [ 120.2912197, 30.4064785 ], [ 120.2912799, 30.4064998 ], [ 120.2913542, 30.4065029 ], [ 120.2914215, 30.4064785 ], [ 120.2914852, 30.4064418 ], [ 120.291556, 30.4064144 ], [ 120.2916621, 30.4064266 ], [ 120.2917577, 30.4064357 ], [ 120.2918426, 30.4064113 ], [ 120.2919276, 30.4063777 ], [ 120.2920337, 30.4063869 ], [ 120.292101, 30.4064174 ], [ 120.2921612, 30.4064815 ], [ 120.2922319, 30.4064571 ], [ 120.2922815, 30.406393 ], [ 120.2922886, 30.4063258 ], [ 120.292239, 30.4062373 ], [ 120.2921541, 30.4061915 ], [ 120.2920373, 30.4061854 ], [ 120.2919453, 30.4061793 ], [ 120.2918497, 30.4061396 ], [ 120.2918072, 30.4060847 ], [ 120.2917117, 30.405987 ], [ 120.2915843, 30.4059077 ], [ 120.2914604, 30.4058527 ], [ 120.2913294, 30.4058405 ], [ 120.2912233, 30.4058466 ], [ 120.2911879, 30.4058741 ], [ 120.2911383, 30.4058954 ], [ 120.2910888, 30.4058832 ], [ 120.291064, 30.4058466 ], [ 120.2909861, 30.4058527 ], [ 120.290887, 30.4058344 ], [ 120.2907879, 30.4057642 ], [ 120.2907242, 30.4056757 ], [ 120.2906995, 30.4055719 ], [ 120.2906393, 30.4055536 ], [ 120.2905544, 30.4055475 ], [ 120.2904446, 30.4055658 ], [ 120.2903774, 30.4056635 ], [ 120.2903739, 30.4057367 ], [ 120.2903526, 30.40581 ], [ 120.2902818, 30.4058527 ], [ 120.290158, 30.405926 ], [ 120.2899916, 30.4060542 ], [ 120.290066, 30.4060847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2937914, 30.4069272 ], [ 120.2936328, 30.4068659 ], [ 120.2935286, 30.4068478 ], [ 120.293373, 30.4067328 ], [ 120.2933193, 30.40683 ], [ 120.2932805, 30.4068714 ], [ 120.293094, 30.4070705 ], [ 120.2937914, 30.4069272 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1638498, 30.3539375 ], [ 120.1639474, 30.3540749 ], [ 120.1640957, 30.3539213 ], [ 120.1643761, 30.3533305 ], [ 120.1646489, 30.3527558 ], [ 120.1649628, 30.3520732 ], [ 120.165147, 30.35173 ], [ 120.1652432, 30.3515747 ], [ 120.1652977, 30.3515133 ], [ 120.1653803, 30.3514675 ], [ 120.1654343, 30.3514497 ], [ 120.1655354, 30.3514381 ], [ 120.1658356, 30.3514148 ], [ 120.166355, 30.3513857 ], [ 120.1665304, 30.3513915 ], [ 120.1666754, 30.3513537 ], [ 120.1671543, 30.3513159 ], [ 120.1674342, 30.3512838 ], [ 120.1677614, 30.3512431 ], [ 120.1682234, 30.3511383 ], [ 120.1683617, 30.3510976 ], [ 120.1682268, 30.3509404 ], [ 120.1678895, 30.3510132 ], [ 120.1676265, 30.3510539 ], [ 120.167215, 30.3510859 ], [ 120.1666889, 30.351115 ], [ 120.1662436, 30.3511815 ], [ 120.1661075, 30.3511883 ], [ 120.1658527, 30.3512004 ], [ 120.1655658, 30.351214 ], [ 120.1654815, 30.351214 ], [ 120.1654409, 30.3511794 ], [ 120.1654181, 30.3511447 ], [ 120.1654127, 30.3510961 ], [ 120.1654369, 30.3509965 ], [ 120.1654612, 30.3507687 ], [ 120.1654815, 30.3506523 ], [ 120.1654005, 30.3505213 ], [ 120.1652825, 30.3508415 ], [ 120.1652319, 30.3510248 ], [ 120.1651476, 30.3512431 ], [ 120.1649519, 30.351602 ], [ 120.1648705, 30.3516773 ], [ 120.1647665, 30.3517186 ], [ 120.1646759, 30.3517159 ], [ 120.1646134, 30.3517051 ], [ 120.1641572, 30.3515595 ], [ 120.164129, 30.3515533 ], [ 120.1641855, 30.3516846 ], [ 120.1642217, 30.3517688 ], [ 120.1642916, 30.3517941 ], [ 120.1646259, 30.3518938 ], [ 120.1646759, 30.3519289 ], [ 120.1647009, 30.3519747 ], [ 120.1646977, 30.3520152 ], [ 120.1645857, 30.3522017 ], [ 120.1643171, 30.3526851 ], [ 120.1638044, 30.3537585 ], [ 120.1638498, 30.3539375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1517343, 30.3550629 ], [ 120.151843, 30.3550967 ], [ 120.1518864, 30.3551754 ], [ 120.1519299, 30.3552092 ], [ 120.1525994, 30.355288 ], [ 120.1564466, 30.3557681 ], [ 120.1586071, 30.3560044 ], [ 120.1586202, 30.3560344 ], [ 120.1595722, 30.3561245 ], [ 120.161198, 30.3563383 ], [ 120.1617936, 30.3564171 ], [ 120.1619935, 30.3564808 ], [ 120.1621239, 30.3565784 ], [ 120.16225, 30.3567397 ], [ 120.1623239, 30.3569047 ], [ 120.162333, 30.3570603 ], [ 120.1624209, 30.3577396 ], [ 120.1624171, 30.3581019 ], [ 120.1623303, 30.3582945 ], [ 120.162325, 30.3589138 ], [ 120.1623101, 30.3589596 ], [ 120.1626473, 30.3589625 ], [ 120.1626326, 30.3589236 ], [ 120.1626789, 30.3586326 ], [ 120.1626766, 30.3585804 ], [ 120.1626715, 30.3585449 ], [ 120.1626247, 30.3584534 ], [ 120.16261, 30.358404 ], [ 120.1626041, 30.3583347 ], [ 120.1626316, 30.3582373 ], [ 120.162686, 30.3581159 ], [ 120.1627042, 30.3581069 ], [ 120.1626907, 30.3577356 ], [ 120.1627626, 30.357394 ], [ 120.1627746, 30.3572256 ], [ 120.1627719, 30.3568044 ], [ 120.1629058, 30.356658 ], [ 120.1633851, 30.3566686 ], [ 120.1635255, 30.3565248 ], [ 120.1635427, 30.3558607 ], [ 120.163642, 30.3557371 ], [ 120.1637514, 30.355681 ], [ 120.1637969, 30.3556342 ], [ 120.163805, 30.3555752 ], [ 120.1637967, 30.3554473 ], [ 120.163364, 30.3554534 ], [ 120.1633746, 30.3553572 ], [ 120.163341, 30.3553395 ], [ 120.1635168, 30.3549509 ], [ 120.1636946, 30.3545777 ], [ 120.1639474, 30.3540749 ], [ 120.1638498, 30.3539375 ], [ 120.1638044, 30.3537585 ], [ 120.1635498, 30.3537013 ], [ 120.1631834, 30.3535812 ], [ 120.1629595, 30.3535246 ], [ 120.1627194, 30.353508 ], [ 120.1625218, 30.3535475 ], [ 120.1623316, 30.3539253 ], [ 120.1624591, 30.3539717 ], [ 120.1625403, 30.3540595 ], [ 120.1630162, 30.354262 ], [ 120.1631389, 30.3543505 ], [ 120.1632325, 30.3544364 ], [ 120.1632672, 30.3545415 ], [ 120.1632759, 30.3548003 ], [ 120.1632716, 30.3549535 ], [ 120.1631179, 30.3553365 ], [ 120.1630475, 30.3553261 ], [ 120.163016, 30.3553827 ], [ 120.1629199, 30.3555978 ], [ 120.1625748, 30.3557657 ], [ 120.1601182, 30.3554683 ], [ 120.1597141, 30.3554034 ], [ 120.1598125, 30.3554985 ], [ 120.1598216, 30.3555753 ], [ 120.1598046, 30.3557307 ], [ 120.1598502, 30.3557751 ], [ 120.1599417, 30.3558169 ], [ 120.159944, 30.3558747 ], [ 120.1597461, 30.3559219 ], [ 120.1587071, 30.3558356 ], [ 120.1585115, 30.3557944 ], [ 120.1581854, 30.3557756 ], [ 120.1581246, 30.3556893 ], [ 120.1581115, 30.3556106 ], [ 120.1581594, 30.355363 ], [ 120.1579898, 30.3553367 ], [ 120.1579203, 30.3556218 ], [ 120.1567653, 30.3555365 ], [ 120.1565541, 30.355518 ], [ 120.1563415, 30.3554792 ], [ 120.1558336, 30.3553592 ], [ 120.1542426, 30.3551004 ], [ 120.1521734, 30.3548191 ], [ 120.1519418, 30.3548359 ], [ 120.1518125, 30.3548453 ], [ 120.1517256, 30.3548941 ], [ 120.1517343, 30.3550629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.164883, 30.3671511 ], [ 120.165001, 30.3672958 ], [ 120.1651606, 30.3674346 ], [ 120.1653288, 30.3675279 ], [ 120.1655484, 30.3676095 ], [ 120.1657375, 30.3677348 ], [ 120.1662543, 30.3683177 ], [ 120.166609, 30.368682 ], [ 120.1670684, 30.3690201 ], [ 120.16745, 30.3693639 ], [ 120.1677135, 30.3696233 ], [ 120.1683587, 30.3702674 ], [ 120.1687437, 30.3706841 ], [ 120.1687944, 30.370757 ], [ 120.1688653, 30.3709901 ], [ 120.1690916, 30.3716167 ], [ 120.1691964, 30.3721645 ], [ 120.1692301, 30.3724385 ], [ 120.1692572, 30.3725842 ], [ 120.1693821, 30.3725667 ], [ 120.1694362, 30.3725958 ], [ 120.1694835, 30.3725813 ], [ 120.169426, 30.3723481 ], [ 120.1693855, 30.3721966 ], [ 120.1692335, 30.3715526 ], [ 120.1691254, 30.3710892 ], [ 120.1689937, 30.3706491 ], [ 120.1689396, 30.3705151 ], [ 120.1688147, 30.3703839 ], [ 120.1683654, 30.3700022 ], [ 120.16719, 30.368886 ], [ 120.1668285, 30.3686441 ], [ 120.1666394, 30.368478 ], [ 120.1659875, 30.3677115 ], [ 120.1658186, 30.3675104 ], [ 120.1654275, 30.3673571 ], [ 120.1652451, 30.3672877 ], [ 120.1651593, 30.3672425 ], [ 120.165123, 30.3671546 ], [ 120.1647985, 30.367025 ], [ 120.164883, 30.3671511 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1526577, 30.3685837 ], [ 120.1528932, 30.3685334 ], [ 120.1532455, 30.368456 ], [ 120.1534452, 30.3683998 ], [ 120.1540577, 30.3682159 ], [ 120.1543897, 30.3681211 ], [ 120.1547285, 30.3680262 ], [ 120.1548743, 30.367972 ], [ 120.1549394, 30.367912 ], [ 120.1550134, 30.3678617 ], [ 120.1550673, 30.3678172 ], [ 120.1551278, 30.3677978 ], [ 120.1552771, 30.3677906 ], [ 120.1553567, 30.3678448 ], [ 120.1553987, 30.3679642 ], [ 120.1555496, 30.3683005 ], [ 120.1556627, 30.368532 ], [ 120.1558388, 30.3689949 ], [ 120.1559394, 30.3693312 ], [ 120.1560567, 30.369758 ], [ 120.1560609, 30.3699894 ], [ 120.1560774, 30.3700872 ], [ 120.1561322, 30.3704126 ], [ 120.1562202, 30.3708682 ], [ 120.1562663, 30.371295 ], [ 120.1562705, 30.3715807 ], [ 120.1563208, 30.3720363 ], [ 120.1563627, 30.3722931 ], [ 120.1564172, 30.3726077 ], [ 120.1565514, 30.3731466 ], [ 120.1566645, 30.3736673 ], [ 120.1566603, 30.373812 ], [ 120.15661, 30.3740687 ], [ 120.1565765, 30.3743291 ], [ 120.1565346, 30.3743906 ], [ 120.1567484, 30.3743363 ], [ 120.1566897, 30.3742929 ], [ 120.1566813, 30.3742134 ], [ 120.1567148, 30.3740868 ], [ 120.1568112, 30.3737867 ], [ 120.1568196, 30.3736782 ], [ 120.1568154, 30.3735263 ], [ 120.156719, 30.3731212 ], [ 120.1566352, 30.3727668 ], [ 120.1565011, 30.3722208 ], [ 120.1564466, 30.371964 ], [ 120.1564214, 30.371747 ], [ 120.1564088, 30.3715771 ], [ 120.1563921, 30.3711105 ], [ 120.1563837, 30.3708719 ], [ 120.1563627, 30.3707236 ], [ 120.1563041, 30.3703439 ], [ 120.1562999, 30.369946 ], [ 120.1562747, 30.3697435 ], [ 120.156237, 30.3695808 ], [ 120.1559771, 30.3688647 ], [ 120.1556418, 30.3680365 ], [ 120.155537, 30.3678087 ], [ 120.1553735, 30.3677002 ], [ 120.15534, 30.3676459 ], [ 120.15534, 30.36757 ], [ 120.1553232, 30.3675157 ], [ 120.1551388, 30.3672517 ], [ 120.1550227, 30.3670349 ], [ 120.1548495, 30.3666586 ], [ 120.1547112, 30.3666297 ], [ 120.1546567, 30.3665863 ], [ 120.154598, 30.3664814 ], [ 120.1543465, 30.3658485 ], [ 120.1543549, 30.3657581 ], [ 120.1543717, 30.3656604 ], [ 120.1543675, 30.3655953 ], [ 120.1543288, 30.3655549 ], [ 120.1542729, 30.3655549 ], [ 120.1542865, 30.3656972 ], [ 120.1542629, 30.3658707 ], [ 120.154254, 30.3660596 ], [ 120.1541889, 30.3661183 ], [ 120.1540736, 30.3661464 ], [ 120.1539552, 30.3661821 ], [ 120.1539641, 30.3662229 ], [ 120.1541091, 30.3662178 ], [ 120.1541919, 30.366228 ], [ 120.154251, 30.3662765 ], [ 120.1543368, 30.3664041 ], [ 120.1544403, 30.3664832 ], [ 120.1544995, 30.3665776 ], [ 120.1545409, 30.366667 ], [ 120.1546207, 30.3666925 ], [ 120.1547243, 30.3667155 ], [ 120.1549011, 30.367062 ], [ 120.1549308, 30.3671014 ], [ 120.1549709, 30.3671546 ], [ 120.1550178, 30.3672634 ], [ 120.1550406, 30.3673536 ], [ 120.1550795, 30.3674728 ], [ 120.1551265, 30.3676996 ], [ 120.1550171, 30.3678281 ], [ 120.154881, 30.3679047 ], [ 120.1547775, 30.3679378 ], [ 120.1541209, 30.368142 ], [ 120.1537807, 30.3682645 ], [ 120.1533578, 30.3683666 ], [ 120.1531685, 30.3684253 ], [ 120.1525414, 30.3685784 ], [ 120.1524557, 30.3685837 ], [ 120.1524535, 30.3686089 ], [ 120.1526577, 30.3685837 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1692969, 30.3733632 ], [ 120.1693052, 30.3736448 ], [ 120.1693261, 30.3737639 ], [ 120.169414, 30.3740455 ], [ 120.169573, 30.3744029 ], [ 120.1696944, 30.3745509 ], [ 120.1702342, 30.3752838 ], [ 120.1708117, 30.3763632 ], [ 120.1709749, 30.3766376 ], [ 120.1711925, 30.3768614 ], [ 120.1713306, 30.3769336 ], [ 120.1714938, 30.3770636 ], [ 120.1717992, 30.3774499 ], [ 120.1720252, 30.3778253 ], [ 120.1723767, 30.3783777 ], [ 120.1726111, 30.3787315 ], [ 120.1729793, 30.3791719 ], [ 120.1733768, 30.3796845 ], [ 120.1736363, 30.3800275 ], [ 120.1737242, 30.3801719 ], [ 120.173925, 30.3803957 ], [ 120.1742138, 30.380587 ], [ 120.1746071, 30.3808506 ], [ 120.1749335, 30.3810274 ], [ 120.1754733, 30.3814859 ], [ 120.1761219, 30.3820455 ], [ 120.1767998, 30.3825689 ], [ 120.1772518, 30.382984 ], [ 120.1777468, 30.3833865 ], [ 120.1778334, 30.3834569 ], [ 120.1783105, 30.383789 ], [ 120.1782812, 30.3838504 ], [ 120.1778878, 30.3839118 ], [ 120.1779004, 30.3839479 ], [ 120.1781896, 30.3839067 ], [ 120.1783063, 30.3838901 ], [ 120.1784779, 30.3838973 ], [ 120.1787468, 30.3839417 ], [ 120.178845, 30.3836834 ], [ 120.1786955, 30.3836519 ], [ 120.1780678, 30.3832728 ], [ 120.1779506, 30.3832476 ], [ 120.1775614, 30.3829876 ], [ 120.1771848, 30.3827025 ], [ 120.1769672, 30.3824209 ], [ 120.1769547, 30.382374 ], [ 120.176599, 30.3821213 ], [ 120.17644, 30.3820563 ], [ 120.1761931, 30.3819191 ], [ 120.1755277, 30.3813884 ], [ 120.1753896, 30.3812621 ], [ 120.1749628, 30.3808289 ], [ 120.1746992, 30.3806412 ], [ 120.1745443, 30.3804498 ], [ 120.1745402, 30.3803632 ], [ 120.1745736, 30.3803199 ], [ 120.174628, 30.3802549 ], [ 120.1746364, 30.380161 ], [ 120.1745987, 30.3801105 ], [ 120.1745234, 30.3801249 ], [ 120.1743979, 30.3801899 ], [ 120.17431, 30.3801683 ], [ 120.1740255, 30.3799047 ], [ 120.1730923, 30.3789697 ], [ 120.172565, 30.3783091 ], [ 120.1722219, 30.3778253 ], [ 120.1717532, 30.3771358 ], [ 120.1713348, 30.3764932 ], [ 120.1711967, 30.3762513 ], [ 120.1710335, 30.3760744 ], [ 120.1707531, 30.3756773 ], [ 120.1702216, 30.3748036 ], [ 120.1701129, 30.374587 ], [ 120.1701547, 30.3744968 ], [ 120.1701087, 30.3744282 ], [ 120.1699706, 30.3743668 ], [ 120.169753, 30.3739661 ], [ 120.1694935, 30.3732621 ], [ 120.1695019, 30.372753 ], [ 120.1694559, 30.3726339 ], [ 120.1693052, 30.3726628 ], [ 120.1692717, 30.3727097 ], [ 120.169255, 30.3728505 ], [ 120.1692969, 30.3733632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1531174, 30.3750419 ], [ 120.1532715, 30.375033 ], [ 120.1537705, 30.375018 ], [ 120.1542912, 30.3749993 ], [ 120.1546296, 30.3748982 ], [ 120.1552024, 30.3748271 ], [ 120.1555799, 30.3747784 ], [ 120.155901, 30.3747485 ], [ 120.1561874, 30.3747148 ], [ 120.1565562, 30.3746137 ], [ 120.1570639, 30.3744752 ], [ 120.1578102, 30.3743105 ], [ 120.1580098, 30.374288 ], [ 120.1583352, 30.3742843 ], [ 120.1584567, 30.3743517 ], [ 120.1585261, 30.3743404 ], [ 120.1588299, 30.3743554 ], [ 120.1591206, 30.3743629 ], [ 120.1593115, 30.3744153 ], [ 120.1594721, 30.3745126 ], [ 120.1596196, 30.3746212 ], [ 120.1597584, 30.3748308 ], [ 120.1604961, 30.3759015 ], [ 120.1609083, 30.3765266 ], [ 120.1613596, 30.377047 ], [ 120.1618803, 30.3776946 ], [ 120.162027, 30.3779348 ], [ 120.1620495, 30.3779716 ], [ 120.1626179, 30.3786379 ], [ 120.1627481, 30.3788176 ], [ 120.1628739, 30.3790497 ], [ 120.1629694, 30.3792481 ], [ 120.1631993, 30.3795737 ], [ 120.1632297, 30.3796935 ], [ 120.1632124, 30.3797459 ], [ 120.1631993, 30.3797983 ], [ 120.1631126, 30.3798133 ], [ 120.1631169, 30.3799219 ], [ 120.1629911, 30.3799443 ], [ 120.1629867, 30.3798283 ], [ 120.162939, 30.3798283 ], [ 120.1629216, 30.3797422 ], [ 120.1628262, 30.3797422 ], [ 120.1628218, 30.3797759 ], [ 120.1628783, 30.3797796 ], [ 120.1628826, 30.379978 ], [ 120.1630865, 30.3799593 ], [ 120.163221, 30.3799743 ], [ 120.1635378, 30.3799518 ], [ 120.1636593, 30.3799556 ], [ 120.16372, 30.3799855 ], [ 120.1638676, 30.3800604 ], [ 120.1640585, 30.3802513 ], [ 120.164193, 30.3804347 ], [ 120.1645141, 30.3808015 ], [ 120.1647788, 30.3811497 ], [ 120.1656162, 30.3820368 ], [ 120.1664016, 30.3828903 ], [ 120.1666055, 30.3830999 ], [ 120.1672304, 30.3837175 ], [ 120.1675168, 30.3840469 ], [ 120.1676773, 30.3842341 ], [ 120.1677597, 30.3843913 ], [ 120.1678248, 30.3848404 ], [ 120.1678031, 30.3851811 ], [ 120.1677771, 30.3855891 ], [ 120.1678075, 30.3856564 ], [ 120.1678292, 30.3857201 ], [ 120.1678552, 30.3858586 ], [ 120.1678292, 30.3861056 ], [ 120.1678118, 30.3864238 ], [ 120.1678422, 30.386581 ], [ 120.1682284, 30.3864612 ], [ 120.1681893, 30.3864275 ], [ 120.1681069, 30.3863115 ], [ 120.1680765, 30.3858548 ], [ 120.1680939, 30.3857612 ], [ 120.1681633, 30.3856976 ], [ 120.1683282, 30.3851212 ], [ 120.1683932, 30.3849602 ], [ 120.168441, 30.3848217 ], [ 120.168428, 30.3846196 ], [ 120.1683325, 30.3843389 ], [ 120.1682848, 30.384264 ], [ 120.1682067, 30.3841742 ], [ 120.1680374, 30.3840843 ], [ 120.1678986, 30.3840319 ], [ 120.1676599, 30.3838523 ], [ 120.1672434, 30.3834705 ], [ 120.1671653, 30.3833582 ], [ 120.1669961, 30.3832384 ], [ 120.1668572, 30.3831111 ], [ 120.1667617, 30.3830437 ], [ 120.1667314, 30.3829464 ], [ 120.1667401, 30.3828117 ], [ 120.1667444, 30.3826694 ], [ 120.1667184, 30.3825945 ], [ 120.1666272, 30.3825159 ], [ 120.1663842, 30.3824635 ], [ 120.1662844, 30.3824635 ], [ 120.166202, 30.3824186 ], [ 120.1661456, 30.3823662 ], [ 120.1661109, 30.3822614 ], [ 120.1661413, 30.3820892 ], [ 120.1661586, 30.3819732 ], [ 120.1661152, 30.3818946 ], [ 120.1660111, 30.3818496 ], [ 120.1658852, 30.3818309 ], [ 120.1656987, 30.3818459 ], [ 120.1653298, 30.3814079 ], [ 120.1651953, 30.3812582 ], [ 120.1651476, 30.3811946 ], [ 120.1652387, 30.3810374 ], [ 120.1652214, 30.3809475 ], [ 120.1652083, 30.3807753 ], [ 120.165165, 30.3806443 ], [ 120.1650955, 30.3805844 ], [ 120.1649523, 30.380532 ], [ 120.164692, 30.3804834 ], [ 120.1645922, 30.3804572 ], [ 120.1645011, 30.380416 ], [ 120.1641453, 30.3800005 ], [ 120.1640108, 30.3798395 ], [ 120.1633425, 30.379016 ], [ 120.1632341, 30.3789336 ], [ 120.1629043, 30.3786229 ], [ 120.1623445, 30.3780053 ], [ 120.1620191, 30.3776571 ], [ 120.1613552, 30.37674 ], [ 120.1610949, 30.3763432 ], [ 120.1609517, 30.3761747 ], [ 120.1606696, 30.3757892 ], [ 120.1600101, 30.3749057 ], [ 120.1598235, 30.3746137 ], [ 120.1597541, 30.3744715 ], [ 120.1597237, 30.3743255 ], [ 120.1597888, 30.3742169 ], [ 120.1599233, 30.3741458 ], [ 120.1602184, 30.3741121 ], [ 120.1612294, 30.37388 ], [ 120.1613856, 30.3738313 ], [ 120.1617891, 30.3737827 ], [ 120.1622751, 30.3737827 ], [ 120.1625572, 30.3737078 ], [ 120.1630518, 30.373457 ], [ 120.1634163, 30.3733484 ], [ 120.1638719, 30.3732548 ], [ 120.1645879, 30.3730527 ], [ 120.1647614, 30.3729553 ], [ 120.1648959, 30.3729254 ], [ 120.1653081, 30.3729291 ], [ 120.16546, 30.3729291 ], [ 120.1656726, 30.3728954 ], [ 120.1660198, 30.3727869 ], [ 120.1668615, 30.372581 ], [ 120.1671479, 30.3725061 ], [ 120.1671089, 30.372408 ], [ 120.1665128, 30.3725619 ], [ 120.1661908, 30.3726895 ], [ 120.1659559, 30.3727496 ], [ 120.1656861, 30.3728246 ], [ 120.1655686, 30.3728734 ], [ 120.1653337, 30.3728734 ], [ 120.1648246, 30.3728659 ], [ 120.1647115, 30.3728885 ], [ 120.1644461, 30.3730086 ], [ 120.1638152, 30.3731925 ], [ 120.163341, 30.3732788 ], [ 120.1630582, 30.3733952 ], [ 120.1626709, 30.3735942 ], [ 120.1624099, 30.373673 ], [ 120.1620966, 30.3737068 ], [ 120.1618443, 30.3736767 ], [ 120.1613396, 30.3737781 ], [ 120.1606347, 30.3739282 ], [ 120.160365, 30.3739883 ], [ 120.1598211, 30.3740296 ], [ 120.1591293, 30.3740146 ], [ 120.1585159, 30.3740746 ], [ 120.1584375, 30.3741159 ], [ 120.1580373, 30.3741647 ], [ 120.1573281, 30.3741797 ], [ 120.1572062, 30.3742023 ], [ 120.1567484, 30.3743363 ], [ 120.1565346, 30.3743906 ], [ 120.1560837, 30.3745213 ], [ 120.1556965, 30.3745701 ], [ 120.1554659, 30.3746152 ], [ 120.1552353, 30.3746227 ], [ 120.1550177, 30.3746264 ], [ 120.1545304, 30.3747578 ], [ 120.1543825, 30.3747653 ], [ 120.154091, 30.3746902 ], [ 120.154004, 30.3746977 ], [ 120.1535428, 30.3748366 ], [ 120.1533905, 30.3748704 ], [ 120.1530968, 30.3748497 ], [ 120.1531174, 30.3750419 ] ], [ [ 120.1646963, 30.3805283 ], [ 120.1648308, 30.3805807 ], [ 120.1649133, 30.3806331 ], [ 120.1649306, 30.3807304 ], [ 120.1651216, 30.3809326 ], [ 120.1651216, 30.3810711 ], [ 120.1650955, 30.3811085 ], [ 120.1649523, 30.3809475 ], [ 120.1648048, 30.3808315 ], [ 120.1646616, 30.3806144 ], [ 120.1646443, 30.380547 ], [ 120.1646963, 30.3805283 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.155861, 30.3875592 ], [ 120.155893, 30.3875985 ], [ 120.1559323, 30.387609 ], [ 120.1559845, 30.3876136 ], [ 120.1560199, 30.3876086 ], [ 120.1560548, 30.3875806 ], [ 120.1560687, 30.3875367 ], [ 120.1560735, 30.3874897 ], [ 120.1560817, 30.3873822 ], [ 120.1560723, 30.3872116 ], [ 120.1560146, 30.3870443 ], [ 120.1560198, 30.3869177 ], [ 120.1562138, 30.3867006 ], [ 120.1564392, 30.3862529 ], [ 120.156586, 30.3860946 ], [ 120.1566384, 30.3861127 ], [ 120.1565913, 30.3865333 ], [ 120.1565493, 30.3874015 ], [ 120.156586, 30.3874965 ], [ 120.1567013, 30.3875417 ], [ 120.1568062, 30.3875282 ], [ 120.1568167, 30.3874648 ], [ 120.1568429, 30.3873608 ], [ 120.1568377, 30.3866147 ], [ 120.1568691, 30.3860087 ], [ 120.1568744, 30.3854027 ], [ 120.1568555, 30.3848376 ], [ 120.1568377, 30.3843037 ], [ 120.1568242, 30.3835497 ], [ 120.1568167, 30.3831324 ], [ 120.1568167, 30.3826575 ], [ 120.156806, 30.3825974 ], [ 120.156738, 30.3822143 ], [ 120.1566594, 30.3820108 ], [ 120.1566175, 30.3817983 ], [ 120.1566227, 30.3815676 ], [ 120.1566542, 30.3813912 ], [ 120.1566384, 30.381138 ], [ 120.1566384, 30.3808802 ], [ 120.1566856, 30.380749 ], [ 120.156801, 30.3806269 ], [ 120.1569373, 30.3805817 ], [ 120.1570841, 30.3805636 ], [ 120.1573986, 30.3805907 ], [ 120.1576135, 30.380645 ], [ 120.1578704, 30.3806812 ], [ 120.1582426, 30.3806586 ], [ 120.1589032, 30.3805953 ], [ 120.1590605, 30.3805636 ], [ 120.1594065, 30.3804731 ], [ 120.1597158, 30.3804234 ], [ 120.160413, 30.3803375 ], [ 120.1607485, 30.3803058 ], [ 120.1609845, 30.3802063 ], [ 120.1611575, 30.3801611 ], [ 120.1614038, 30.3801611 ], [ 120.161666, 30.380143 ], [ 120.1618757, 30.3801294 ], [ 120.1621168, 30.3800706 ], [ 120.1623632, 30.3799983 ], [ 120.1624943, 30.3799259 ], [ 120.1625886, 30.3798309 ], [ 120.1626673, 30.3798083 ], [ 120.1627145, 30.3797631 ], [ 120.1625991, 30.3797812 ], [ 120.1624786, 30.3798626 ], [ 120.1622793, 30.3799576 ], [ 120.1620696, 30.3800209 ], [ 120.1617446, 30.3800571 ], [ 120.1615506, 30.380048 ], [ 120.1613252, 30.3799937 ], [ 120.1607905, 30.3801204 ], [ 120.1605598, 30.3801249 ], [ 120.1600356, 30.3802063 ], [ 120.1593436, 30.3803284 ], [ 120.1589923, 30.3803917 ], [ 120.158337, 30.3804777 ], [ 120.1580172, 30.3804958 ], [ 120.1577761, 30.3804731 ], [ 120.1572571, 30.380342 ], [ 120.1570421, 30.3802968 ], [ 120.1569006, 30.3803103 ], [ 120.1567643, 30.3803782 ], [ 120.1565021, 30.3805953 ], [ 120.1564235, 30.3806495 ], [ 120.1563606, 30.3806767 ], [ 120.1563816, 30.3811108 ], [ 120.156392, 30.3818299 ], [ 120.1563711, 30.3818887 ], [ 120.1562453, 30.3820244 ], [ 120.1561981, 30.3820651 ], [ 120.1562138, 30.3821239 ], [ 120.1563029, 30.3821601 ], [ 120.1563186, 30.3822053 ], [ 120.1563763, 30.3822279 ], [ 120.1564812, 30.3822957 ], [ 120.1565231, 30.3823726 ], [ 120.1565283, 30.3826711 ], [ 120.1565336, 30.3832997 ], [ 120.156586, 30.3840912 ], [ 120.1565598, 30.3848148 ], [ 120.1566961, 30.3853303 ], [ 120.1567328, 30.3856333 ], [ 120.1567433, 30.3857464 ], [ 120.1566699, 30.3859499 ], [ 120.1564183, 30.3861986 ], [ 120.1562715, 30.3864383 ], [ 120.156109, 30.3867141 ], [ 120.1559831, 30.3868453 ], [ 120.1558888, 30.3872433 ], [ 120.1558468, 30.3875191 ], [ 120.155861, 30.3875592 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1801148, 30.3839941 ], [ 120.1802544, 30.3844045 ], [ 120.1803217, 30.3844401 ], [ 120.1808646, 30.3841948 ], [ 120.1808905, 30.3841591 ], [ 120.1807922, 30.3838067 ], [ 120.180787, 30.3836863 ], [ 120.1801924, 30.3837933 ], [ 120.1801148, 30.3838692 ], [ 120.1801148, 30.3839941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1793505, 30.384255 ], [ 120.1797187, 30.3846827 ], [ 120.1799886, 30.3851781 ], [ 120.1802095, 30.3855253 ], [ 120.1802586, 30.3856946 ], [ 120.1802164, 30.3858255 ], [ 120.1803431, 30.3858361 ], [ 120.1803715, 30.3857497 ], [ 120.180612, 30.3857327 ], [ 120.1806414, 30.3855464 ], [ 120.1806022, 30.385394 ], [ 120.1802684, 30.3849071 ], [ 120.179488, 30.3841195 ], [ 120.178845, 30.3836834 ], [ 120.1787861, 30.3838613 ], [ 120.1787468, 30.3839417 ], [ 120.1793505, 30.384255 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1765758, 30.3885273 ], [ 120.1776203, 30.3887477 ], [ 120.1783653, 30.388964 ], [ 120.1784039, 30.3890486 ], [ 120.1784009, 30.3892077 ], [ 120.1783593, 30.3895668 ], [ 120.1784456, 30.3895848 ], [ 120.1785764, 30.3893795 ], [ 120.1786656, 30.3892718 ], [ 120.17874, 30.3891204 ], [ 120.1787816, 30.3890435 ], [ 120.178853, 30.389023 ], [ 120.1789749, 30.389023 ], [ 120.1791449, 30.3890442 ], [ 120.1792426, 30.3890563 ], [ 120.1792812, 30.388928 ], [ 120.1792753, 30.3886612 ], [ 120.1792872, 30.3885458 ], [ 120.1793585, 30.3884355 ], [ 120.1794061, 30.3882893 ], [ 120.1793794, 30.3881867 ], [ 120.1793348, 30.3881148 ], [ 120.1792455, 30.3879558 ], [ 120.1792545, 30.3878352 ], [ 120.179311, 30.387689 ], [ 120.1793972, 30.387453 ], [ 120.1796589, 30.387199 ], [ 120.1797214, 30.3870759 ], [ 120.1798017, 30.3869296 ], [ 120.1798344, 30.3867962 ], [ 120.1798492, 30.3867244 ], [ 120.1799028, 30.3866397 ], [ 120.1799801, 30.3865679 ], [ 120.1801704, 30.3865987 ], [ 120.1802239, 30.3866577 ], [ 120.1807325, 30.3876941 ], [ 120.1809169, 30.3880327 ], [ 120.1810626, 30.3883739 ], [ 120.1813748, 30.3887254 ], [ 120.1814373, 30.3888921 ], [ 120.18147, 30.3890743 ], [ 120.1814224, 30.3891615 ], [ 120.1813243, 30.3891871 ], [ 120.1811994, 30.3892 ], [ 120.1811726, 30.3892487 ], [ 120.1811607, 30.3893257 ], [ 120.1813005, 30.3895514 ], [ 120.1814046, 30.3895694 ], [ 120.1816038, 30.3895719 ], [ 120.1819042, 30.3896284 ], [ 120.1820886, 30.3897772 ], [ 120.1822247, 30.3899107 ], [ 120.1825053, 30.3899791 ], [ 120.182792, 30.3898738 ], [ 120.1833226, 30.3898423 ], [ 120.1840545, 30.3898317 ], [ 120.1840118, 30.3897686 ], [ 120.1836763, 30.3896476 ], [ 120.18292, 30.3896581 ], [ 120.182487, 30.3896423 ], [ 120.1822308, 30.3893372 ], [ 120.1820235, 30.3889426 ], [ 120.1818771, 30.388769 ], [ 120.181316, 30.3881587 ], [ 120.181133, 30.3878956 ], [ 120.1808524, 30.3873695 ], [ 120.1804926, 30.3866487 ], [ 120.1802364, 30.3863593 ], [ 120.1801693, 30.3862067 ], [ 120.1802026, 30.3860799 ], [ 120.1798071, 30.3860652 ], [ 120.1797433, 30.3862707 ], [ 120.1796455, 30.3867475 ], [ 120.1794462, 30.3871265 ], [ 120.1794159, 30.3871841 ], [ 120.1791692, 30.3875582 ], [ 120.1791097, 30.387815 ], [ 120.1790161, 30.3880938 ], [ 120.1789353, 30.3882515 ], [ 120.1788333, 30.3883249 ], [ 120.1787865, 30.3884533 ], [ 120.178693, 30.388578 ], [ 120.1785229, 30.3886587 ], [ 120.1772131, 30.3885266 ], [ 120.1765837, 30.388457 ], [ 120.1764207, 30.3883517 ], [ 120.1762191, 30.38833 ], [ 120.1761784, 30.3884186 ], [ 120.1765758, 30.3885273 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1893876, 30.3555573 ], [ 120.1894454, 30.3555365 ], [ 120.1894454, 30.3554909 ], [ 120.1893539, 30.3554327 ], [ 120.1893252, 30.3555358 ], [ 120.1893876, 30.3555573 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1934372, 30.3574325 ], [ 120.1935686, 30.3575011 ], [ 120.1937657, 30.3575518 ], [ 120.1938245, 30.3575817 ], [ 120.1938556, 30.3576384 ], [ 120.1938625, 30.357698 ], [ 120.1938348, 30.3577517 ], [ 120.1937726, 30.3577876 ], [ 120.1937242, 30.3578323 ], [ 120.1937104, 30.357886 ], [ 120.1937173, 30.3579368 ], [ 120.1936965, 30.3579905 ], [ 120.1936447, 30.3580382 ], [ 120.1936239, 30.3580979 ], [ 120.193617, 30.3581695 ], [ 120.1935824, 30.3582232 ], [ 120.1935029, 30.3582709 ], [ 120.1935063, 30.3583008 ], [ 120.1935375, 30.3583097 ], [ 120.1935859, 30.3583097 ], [ 120.1936481, 30.3583217 ], [ 120.1937104, 30.3583485 ], [ 120.1937311, 30.3583336 ], [ 120.1937138, 30.3582829 ], [ 120.1937173, 30.3582292 ], [ 120.1938141, 30.358083 ], [ 120.1938348, 30.3580024 ], [ 120.1939075, 30.3579368 ], [ 120.1939317, 30.3578741 ], [ 120.1939075, 30.3577876 ], [ 120.1939005, 30.3577309 ], [ 120.1939317, 30.3576921 ], [ 120.1940216, 30.3576921 ], [ 120.1941807, 30.3577458 ], [ 120.1942394, 30.3577786 ], [ 120.1942394, 30.3578174 ], [ 120.1941737, 30.3578592 ], [ 120.1940977, 30.357889 ], [ 120.1940423, 30.3579159 ], [ 120.1940043, 30.3579785 ], [ 120.1940112, 30.3580173 ], [ 120.1939939, 30.3580591 ], [ 120.1938971, 30.3582948 ], [ 120.1938902, 30.3583247 ], [ 120.1939109, 30.3583605 ], [ 120.1942844, 30.3584918 ], [ 120.1943432, 30.3584768 ], [ 120.1943778, 30.3584082 ], [ 120.1944538, 30.3582859 ], [ 120.1944435, 30.358253 ], [ 120.194485, 30.3581695 ], [ 120.194523, 30.3581098 ], [ 120.1945541, 30.3580591 ], [ 120.1945576, 30.3580113 ], [ 120.1945023, 30.3579875 ], [ 120.194485, 30.3579576 ], [ 120.1945023, 30.3579039 ], [ 120.1945576, 30.357889 ], [ 120.1946095, 30.357895 ], [ 120.1946371, 30.3578502 ], [ 120.1946129, 30.3578174 ], [ 120.1945195, 30.3577458 ], [ 120.194274, 30.3576533 ], [ 120.1942394, 30.3576861 ], [ 120.193866, 30.3575459 ], [ 120.1938971, 30.3574832 ], [ 120.1935997, 30.3573609 ], [ 120.1934717, 30.357325 ], [ 120.193413, 30.357334 ], [ 120.1933957, 30.3573788 ], [ 120.1934372, 30.3574325 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1930015, 30.3595988 ], [ 120.1931225, 30.359381 ], [ 120.1929842, 30.3593332 ], [ 120.1928839, 30.359551 ], [ 120.1930015, 30.3595988 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1928562, 30.3596226 ], [ 120.1929358, 30.3596555 ], [ 120.1929669, 30.3596555 ], [ 120.1929911, 30.3596226 ], [ 120.1928597, 30.3595719 ], [ 120.1928493, 30.3595988 ], [ 120.1928562, 30.3596226 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "龙山水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1905989, 30.3606247 ], [ 120.1906433, 30.360703 ], [ 120.1906956, 30.3607443 ], [ 120.1907337, 30.3607626 ], [ 120.1907711, 30.3607677 ], [ 120.190865, 30.3607104 ], [ 120.1910097, 30.3606093 ], [ 120.1911975, 30.3606337 ], [ 120.1913062, 30.3606077 ], [ 120.1913499, 30.3605731 ], [ 120.1913274, 30.3605182 ], [ 120.1913118, 30.3604552 ], [ 120.1913589, 30.3604063 ], [ 120.1914229, 30.3603605 ], [ 120.1914787, 30.3602883 ], [ 120.1915633, 30.3602425 ], [ 120.191654, 30.3601906 ], [ 120.1917049, 30.3601722 ], [ 120.1917464, 30.3601713 ], [ 120.1917553, 30.3601553 ], [ 120.1917237, 30.3601279 ], [ 120.1914005, 30.3597214 ], [ 120.1913382, 30.359698 ], [ 120.1912053, 30.3597118 ], [ 120.1910594, 30.3597426 ], [ 120.1909795, 30.3597726 ], [ 120.1909075, 30.3598048 ], [ 120.1908766, 30.3598383 ], [ 120.1908535, 30.3598837 ], [ 120.1908467, 30.3599543 ], [ 120.1908705, 30.3600041 ], [ 120.1908816, 30.360072 ], [ 120.1908626, 30.3601318 ], [ 120.1908354, 30.3601497 ], [ 120.1908099, 30.3601875 ], [ 120.1907659, 30.3603069 ], [ 120.19071, 30.3603945 ], [ 120.1906437, 30.3604752 ], [ 120.1905978, 30.3605105 ], [ 120.1905649, 30.3605662 ], [ 120.1905636, 30.3606101 ], [ 120.1905989, 30.3606247 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "虎山水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1965688, 30.3634878 ], [ 120.1969126, 30.3634992 ], [ 120.1969787, 30.363465 ], [ 120.1970183, 30.3634251 ], [ 120.1971704, 30.3633738 ], [ 120.197362, 30.3633681 ], [ 120.1974281, 30.3632939 ], [ 120.1974546, 30.3631057 ], [ 120.1975603, 30.3629517 ], [ 120.1976793, 30.3628662 ], [ 120.197752, 30.3627806 ], [ 120.1979371, 30.3628662 ], [ 120.1979371, 30.3629917 ], [ 120.1980891, 30.363197 ], [ 120.1981552, 30.3633167 ], [ 120.1982478, 30.3634593 ], [ 120.1983998, 30.3635962 ], [ 120.198532, 30.3636646 ], [ 120.1985518, 30.363505 ], [ 120.198532, 30.3634194 ], [ 120.1983535, 30.3633339 ], [ 120.1982279, 30.3632312 ], [ 120.1980957, 30.3630658 ], [ 120.1980164, 30.3629574 ], [ 120.1980429, 30.3628548 ], [ 120.1979371, 30.3625639 ], [ 120.1979635, 30.3624955 ], [ 120.1980495, 30.3623871 ], [ 120.1981222, 30.3622901 ], [ 120.1981486, 30.3621476 ], [ 120.1982015, 30.3620449 ], [ 120.1983139, 30.3619479 ], [ 120.1984461, 30.3618567 ], [ 120.1985783, 30.3618111 ], [ 120.1986245, 30.3617483 ], [ 120.1986047, 30.3616514 ], [ 120.1984791, 30.3613434 ], [ 120.19838, 30.3611666 ], [ 120.1982412, 30.3610981 ], [ 120.198109, 30.3610639 ], [ 120.197871, 30.361024 ], [ 120.1977388, 30.3609784 ], [ 120.1976397, 30.3609898 ], [ 120.1975603, 30.3610354 ], [ 120.1971175, 30.36164 ], [ 120.1969787, 30.3618624 ], [ 120.1969192, 30.3620392 ], [ 120.1968927, 30.3621361 ], [ 120.1969588, 30.3623073 ], [ 120.1969721, 30.3623985 ], [ 120.196939, 30.362524 ], [ 120.1968531, 30.3626095 ], [ 120.1967738, 30.3626152 ], [ 120.1966614, 30.3625867 ], [ 120.1965755, 30.3626552 ], [ 120.1965094, 30.3627692 ], [ 120.1964961, 30.3628719 ], [ 120.1965358, 30.3629745 ], [ 120.1965556, 30.3630829 ], [ 120.1965027, 30.3631799 ], [ 120.1964895, 30.3632654 ], [ 120.1964961, 30.3634023 ], [ 120.1964697, 30.3634878 ], [ 120.1965688, 30.3634878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1821757, 30.3500281 ], [ 120.1824146, 30.3501791 ], [ 120.182884, 30.3504258 ], [ 120.1832339, 30.3505473 ], [ 120.1834507, 30.3505928 ], [ 120.1835667, 30.3506172 ], [ 120.1837141, 30.3506375 ], [ 120.1839678, 30.3506725 ], [ 120.1845524, 30.3507535 ], [ 120.1848954, 30.3507687 ], [ 120.18508, 30.3507768 ], [ 120.185218, 30.3507829 ], [ 120.1864255, 30.3507645 ], [ 120.1865933, 30.3507847 ], [ 120.1867925, 30.3508087 ], [ 120.1877828, 30.3508532 ], [ 120.188654, 30.3509137 ], [ 120.1891447, 30.3509915 ], [ 120.1905967, 30.3514063 ], [ 120.1911575, 30.3515704 ], [ 120.1912576, 30.3516482 ], [ 120.1912276, 30.3517519 ], [ 120.1916882, 30.3520371 ], [ 120.1917883, 30.3520457 ], [ 120.1919185, 30.3519507 ], [ 120.1921889, 30.3521667 ], [ 120.1931201, 30.3527975 ], [ 120.1934706, 30.3530222 ], [ 120.1938211, 30.3531777 ], [ 120.1942617, 30.3533332 ], [ 120.1949727, 30.3535493 ], [ 120.1961843, 30.3537912 ], [ 120.197386, 30.3542146 ], [ 120.1978066, 30.3543788 ], [ 120.1979668, 30.3544739 ], [ 120.1983473, 30.3545603 ], [ 120.1993287, 30.3550528 ], [ 120.1997893, 30.3553293 ], [ 120.1999896, 30.3555194 ], [ 120.2004502, 30.3559947 ], [ 120.2011712, 30.3566254 ], [ 120.2019222, 30.357092 ], [ 120.2023328, 30.357334 ], [ 120.2023828, 30.3574463 ], [ 120.2023428, 30.35755 ], [ 120.2022326, 30.3576796 ], [ 120.2020724, 30.3579648 ], [ 120.2018621, 30.3582585 ], [ 120.201772, 30.3584141 ], [ 120.2016118, 30.3585523 ], [ 120.2014716, 30.3587856 ], [ 120.2013014, 30.3591399 ], [ 120.201071, 30.359425 ], [ 120.2009346, 30.359559 ], [ 120.2008675, 30.3596516 ], [ 120.2007441, 30.3598726 ], [ 120.2007105, 30.3600903 ], [ 120.2006605, 30.3602459 ], [ 120.2005704, 30.3603841 ], [ 120.2004201, 30.3604964 ], [ 120.2002099, 30.3606174 ], [ 120.1999695, 30.3607211 ], [ 120.1997993, 30.3608248 ], [ 120.1996992, 30.3609198 ], [ 120.1997592, 30.3609976 ], [ 120.1998894, 30.3609198 ], [ 120.2003801, 30.3606606 ], [ 120.2006004, 30.3605224 ], [ 120.2007806, 30.3604273 ], [ 120.2008608, 30.3603236 ], [ 120.2008708, 30.3601163 ], [ 120.2008708, 30.3599607 ], [ 120.2009609, 30.3597879 ], [ 120.201772, 30.3586647 ], [ 120.2019222, 30.3585178 ], [ 120.2021826, 30.3580944 ], [ 120.2024429, 30.35755 ], [ 120.2025631, 30.3574982 ], [ 120.2026332, 30.3575241 ], [ 120.2027233, 30.3575932 ], [ 120.2029937, 30.3578351 ], [ 120.2040051, 30.3586301 ], [ 120.2056573, 30.3599089 ], [ 120.206158, 30.3603064 ], [ 120.2067088, 30.3606088 ], [ 120.2074998, 30.360963 ], [ 120.2085012, 30.3614037 ], [ 120.2086514, 30.3614987 ], [ 120.2089218, 30.3617579 ], [ 120.209082, 30.3619221 ], [ 120.2092222, 30.3621208 ], [ 120.2094525, 30.3626825 ], [ 120.2095827, 30.3629589 ], [ 120.2097329, 30.3631836 ], [ 120.2103237, 30.3637452 ], [ 120.2107243, 30.3640822 ], [ 120.2113952, 30.3646697 ], [ 120.2117056, 30.3649548 ], [ 120.211966, 30.3653263 ], [ 120.2124767, 30.3658879 ], [ 120.2136783, 30.3670198 ], [ 120.2141389, 30.3674259 ], [ 120.2152304, 30.3683676 ], [ 120.2158813, 30.3690242 ], [ 120.2165623, 30.3697154 ], [ 120.2172833, 30.3705362 ], [ 120.2175837, 30.370804 ], [ 120.217824, 30.3711409 ], [ 120.2181444, 30.3714865 ], [ 120.2192159, 30.3725664 ], [ 120.2199469, 30.3733872 ], [ 120.2220097, 30.3750545 ], [ 120.22222, 30.37521 ], [ 120.2224603, 30.3753483 ], [ 120.2227207, 30.3754519 ], [ 120.2241727, 30.3760653 ], [ 120.2253743, 30.3765923 ], [ 120.2259351, 30.3768256 ], [ 120.2267262, 30.3773353 ], [ 120.2272269, 30.3777154 ], [ 120.2275974, 30.3780177 ], [ 120.2278277, 30.3782769 ], [ 120.2282683, 30.3787866 ], [ 120.2286188, 30.3792617 ], [ 120.2288791, 30.3796764 ], [ 120.2292597, 30.3799442 ], [ 120.2297904, 30.3805144 ], [ 120.2301809, 30.3809981 ], [ 120.2310321, 30.3821902 ], [ 120.2312794, 30.3823586 ], [ 120.2312695, 30.3826309 ], [ 120.2318387, 30.3830018 ], [ 120.2325756, 30.3838603 ], [ 120.233145, 30.3847386 ], [ 120.2334254, 30.38511 ], [ 120.2335255, 30.3851705 ], [ 120.2341964, 30.386017 ], [ 120.2356584, 30.3877015 ], [ 120.2363294, 30.3885048 ], [ 120.2364495, 30.3886949 ], [ 120.2372807, 30.3895846 ], [ 120.2378615, 30.3901547 ], [ 120.2381518, 30.3903965 ], [ 120.2385324, 30.3906988 ], [ 120.2389229, 30.3910271 ], [ 120.2390831, 30.3912171 ], [ 120.239375, 30.3916946 ], [ 120.2395638, 30.3920056 ], [ 120.2398814, 30.392398 ], [ 120.2401389, 30.39282 ], [ 120.240302, 30.3928867 ], [ 120.240611, 30.393168 ], [ 120.2410219, 30.3936205 ], [ 120.2413799, 30.39373 ], [ 120.2414838, 30.3938097 ], [ 120.2420035, 30.3941883 ], [ 120.2425694, 30.394527 ], [ 120.2444634, 30.3954733 ], [ 120.2461149, 30.39632 ], [ 120.2496603, 30.3980034 ], [ 120.2517968, 30.3989896 ], [ 120.2546609, 30.4004638 ], [ 120.2547417, 30.4002347 ], [ 120.2531711, 30.3994378 ], [ 120.2526976, 30.3991788 ], [ 120.2496594, 30.3977655 ], [ 120.2463265, 30.3961428 ], [ 120.2427613, 30.3943699 ], [ 120.2426684, 30.3943098 ], [ 120.2426452, 30.3941595 ], [ 120.2427265, 30.3940593 ], [ 120.2434116, 30.3935485 ], [ 120.2436091, 30.3934583 ], [ 120.2441084, 30.3933682 ], [ 120.24448, 30.393238 ], [ 120.2447239, 30.3930977 ], [ 120.2448981, 30.3928974 ], [ 120.245142, 30.3924065 ], [ 120.2453858, 30.3915952 ], [ 120.24592, 30.3896819 ], [ 120.2463729, 30.3873879 ], [ 120.24664, 30.3861958 ], [ 120.2467794, 30.385745 ], [ 120.2471742, 30.3837214 ], [ 120.2476387, 30.3813471 ], [ 120.2477665, 30.3805356 ], [ 120.2481637, 30.3785262 ], [ 120.2479256, 30.3783091 ], [ 120.2469918, 30.3830329 ], [ 120.2468751, 30.3836645 ], [ 120.2466416, 30.3849644 ], [ 120.2463763, 30.386008 ], [ 120.2463445, 30.3862185 ], [ 120.2460792, 30.3875001 ], [ 120.2455274, 30.3899075 ], [ 120.244965, 30.3919671 ], [ 120.2447527, 30.3925438 ], [ 120.2446254, 30.3926994 ], [ 120.2444238, 30.392855 ], [ 120.2441585, 30.3929831 ], [ 120.2435961, 30.3931754 ], [ 120.2432671, 30.3933127 ], [ 120.2431079, 30.3934042 ], [ 120.2429381, 30.3935323 ], [ 120.2425773, 30.3939076 ], [ 120.2424606, 30.3939809 ], [ 120.242312, 30.3940358 ], [ 120.242121, 30.3940266 ], [ 120.2417774, 30.3938293 ], [ 120.241632, 30.3935716 ], [ 120.2415432, 30.3935089 ], [ 120.2413978, 30.3934671 ], [ 120.2412478, 30.393428 ], [ 120.2410505, 30.3933765 ], [ 120.2409536, 30.3933208 ], [ 120.2402752, 30.3925894 ], [ 120.2400411, 30.3922271 ], [ 120.2397907, 30.3919485 ], [ 120.2393062, 30.3910986 ], [ 120.2391123, 30.3908966 ], [ 120.2389347, 30.3907155 ], [ 120.2384582, 30.390402 ], [ 120.2381998, 30.3902209 ], [ 120.2377879, 30.3897681 ], [ 120.2370207, 30.388967 ], [ 120.2363989, 30.3882564 ], [ 120.2355428, 30.3872811 ], [ 120.2349694, 30.3866123 ], [ 120.2340084, 30.3853932 ], [ 120.2330635, 30.3842646 ], [ 120.2324013, 30.3833798 ], [ 120.2321106, 30.3831081 ], [ 120.2311415, 30.3819308 ], [ 120.2308104, 30.3814431 ], [ 120.2304389, 30.3808509 ], [ 120.2300028, 30.3803632 ], [ 120.2297444, 30.3800497 ], [ 120.2296717, 30.3798686 ], [ 120.2294698, 30.3797919 ], [ 120.2287914, 30.3789698 ], [ 120.2282907, 30.378294 ], [ 120.2279192, 30.3778621 ], [ 120.2276716, 30.3776983 ], [ 120.2274347, 30.3775416 ], [ 120.2272806, 30.3774095 ], [ 120.2272752, 30.3773725 ], [ 120.2272779, 30.377339 ], [ 120.2273168, 30.377262 ], [ 120.2273711, 30.3771816 ], [ 120.2274314, 30.3770833 ], [ 120.227522, 30.3768738 ], [ 120.2275716, 30.3767223 ], [ 120.2274419, 30.3766781 ], [ 120.2274133, 30.3767269 ], [ 120.2273778, 30.3767929 ], [ 120.2273724, 30.3768449 ], [ 120.2273684, 30.3768704 ], [ 120.2273637, 30.3768952 ], [ 120.227294, 30.3770173 ], [ 120.227239, 30.3771376 ], [ 120.2271491, 30.3773123 ], [ 120.227062, 30.3772533 ], [ 120.2268943, 30.3771099 ], [ 120.2265585, 30.3768686 ], [ 120.2263169, 30.3767019 ], [ 120.2260477, 30.3765887 ], [ 120.2255991, 30.3764042 ], [ 120.2239634, 30.3757373 ], [ 120.2226728, 30.3752193 ], [ 120.2225348, 30.3751419 ], [ 120.222238, 30.3749037 ], [ 120.221534, 30.3743678 ], [ 120.2210509, 30.3740165 ], [ 120.2209888, 30.3739093 ], [ 120.2210509, 30.3737247 ], [ 120.2209612, 30.373689 ], [ 120.2208784, 30.373814 ], [ 120.2208094, 30.3737724 ], [ 120.220485, 30.3734746 ], [ 120.2197672, 30.3727899 ], [ 120.2191322, 30.3721349 ], [ 120.2183938, 30.3713072 ], [ 120.2175423, 30.3703938 ], [ 120.2169319, 30.3696897 ], [ 120.2164143, 30.3691287 ], [ 120.2162286, 30.368997 ], [ 120.2155518, 30.3684017 ], [ 120.2154854, 30.3682872 ], [ 120.2154633, 30.3681771 ], [ 120.2153134, 30.3680478 ], [ 120.2152267, 30.3680296 ], [ 120.215167, 30.368001 ], [ 120.2150874, 30.3679094 ], [ 120.2149812, 30.3677834 ], [ 120.2142646, 30.3672339 ], [ 120.2134552, 30.3664668 ], [ 120.2122742, 30.3653161 ], [ 120.2120088, 30.3650013 ], [ 120.2118164, 30.3647208 ], [ 120.2108941, 30.3638391 ], [ 120.2104894, 30.3635415 ], [ 120.2101643, 30.3632552 ], [ 120.2098989, 30.3629232 ], [ 120.2097861, 30.3627114 ], [ 120.2094477, 30.3619614 ], [ 120.2090231, 30.3614805 ], [ 120.2089833, 30.3613889 ], [ 120.2089833, 30.3612973 ], [ 120.2090363, 30.3611828 ], [ 120.2092288, 30.3608565 ], [ 120.2094013, 30.3604844 ], [ 120.2094742, 30.3602267 ], [ 120.2094013, 30.3601981 ], [ 120.2093615, 30.3603241 ], [ 120.2092951, 30.3604672 ], [ 120.2091757, 30.3606447 ], [ 120.2089103, 30.3611542 ], [ 120.2088572, 30.3612401 ], [ 120.2087909, 30.361263 ], [ 120.208698, 30.3611885 ], [ 120.2085785, 30.3611084 ], [ 120.2084392, 30.3610569 ], [ 120.20828, 30.3609882 ], [ 120.2080544, 30.3608565 ], [ 120.2070658, 30.360347 ], [ 120.2068004, 30.3602096 ], [ 120.2062762, 30.3598546 ], [ 120.2051616, 30.3590817 ], [ 120.2044118, 30.3584806 ], [ 120.204173, 30.3582001 ], [ 120.2039673, 30.3580569 ], [ 120.2034631, 30.3577421 ], [ 120.2028659, 30.3573928 ], [ 120.202647, 30.3571695 ], [ 120.2024545, 30.357055 ], [ 120.2022887, 30.3568661 ], [ 120.2022223, 30.3567344 ], [ 120.2020432, 30.3566772 ], [ 120.2018508, 30.3566142 ], [ 120.2015987, 30.3564997 ], [ 120.2011077, 30.3561218 ], [ 120.2004176, 30.3555379 ], [ 120.2001522, 30.3552516 ], [ 120.1989182, 30.3544615 ], [ 120.1982281, 30.3541294 ], [ 120.1979428, 30.3539806 ], [ 120.1973059, 30.3536886 ], [ 120.1968414, 30.3535683 ], [ 120.1960892, 30.3534019 ], [ 120.1956571, 30.3533185 ], [ 120.1955554, 30.3532834 ], [ 120.1954639, 30.3532176 ], [ 120.1954334, 30.3531475 ], [ 120.1954233, 30.3530378 ], [ 120.1954538, 30.3529325 ], [ 120.1955961, 30.3526825 ], [ 120.1954589, 30.3526299 ], [ 120.1954131, 30.3526737 ], [ 120.1953826, 30.3527658 ], [ 120.1953521, 30.3528667 ], [ 120.1953013, 30.3530553 ], [ 120.1952809, 30.3531168 ], [ 120.1952403, 30.3531694 ], [ 120.1951488, 30.3531825 ], [ 120.1947879, 30.3530992 ], [ 120.194488, 30.3530071 ], [ 120.1941576, 30.352893 ], [ 120.1938729, 30.3527702 ], [ 120.1934205, 30.3524763 ], [ 120.1930647, 30.3522702 ], [ 120.1926325, 30.352041 ], [ 120.1925719, 30.3519986 ], [ 120.1924735, 30.3519169 ], [ 120.1923939, 30.3518352 ], [ 120.1923485, 30.3518287 ], [ 120.192216, 30.3517568 ], [ 120.1916519, 30.3513745 ], [ 120.1914929, 30.3513027 ], [ 120.1914588, 30.3512471 ], [ 120.1914742, 30.3511725 ], [ 120.1914967, 30.3511281 ], [ 120.1913462, 30.3510559 ], [ 120.1913291, 30.3511148 ], [ 120.1912722, 30.3511687 ], [ 120.191187, 30.3511933 ], [ 120.1910448, 30.3511687 ], [ 120.1897939, 30.3508302 ], [ 120.1896631, 30.3508204 ], [ 120.1891116, 30.3506928 ], [ 120.1881941, 30.3506093 ], [ 120.1875266, 30.3505605 ], [ 120.1866773, 30.3505326 ], [ 120.1855508, 30.3505178 ], [ 120.1852649, 30.3504994 ], [ 120.1841982, 30.3503926 ], [ 120.183524, 30.3502601 ], [ 120.1833278, 30.3501975 ], [ 120.1829992, 30.3500465 ], [ 120.1819496, 30.3499876 ], [ 120.1821757, 30.3500281 ] ] ], [ [ [ 120.1916028, 30.3505038 ], [ 120.1915932, 30.3504427 ], [ 120.1916285, 30.3500542 ], [ 120.1916317, 30.3499182 ], [ 120.1916575, 30.3496935 ], [ 120.1916768, 30.3496158 ], [ 120.1918633, 30.3489386 ], [ 120.1919372, 30.3485779 ], [ 120.191963, 30.3484391 ], [ 120.1919951, 30.3481866 ], [ 120.192008, 30.3480506 ], [ 120.1920273, 30.3477204 ], [ 120.1920358, 30.3474925 ], [ 120.192073, 30.3471955 ], [ 120.1921226, 30.3467673 ], [ 120.1921846, 30.3463205 ], [ 120.1922187, 30.3461091 ], [ 120.1922559, 30.3458308 ], [ 120.1922994, 30.3451887 ], [ 120.1923025, 30.3447873 ], [ 120.1922776, 30.3447097 ], [ 120.1922559, 30.3444074 ], [ 120.1922528, 30.3440568 ], [ 120.1922063, 30.343618 ], [ 120.1922063, 30.343519 ], [ 120.1921288, 30.3431524 ], [ 120.1920699, 30.3427055 ], [ 120.1920641, 30.3425875 ], [ 120.1920092, 30.3425851 ], [ 120.1919535, 30.3425827 ], [ 120.1919887, 30.3430086 ], [ 120.1920114, 30.3431902 ], [ 120.1921138, 30.3437104 ], [ 120.1921536, 30.343887 ], [ 120.1921649, 30.3441912 ], [ 120.1921536, 30.3447457 ], [ 120.1921479, 30.3453198 ], [ 120.1921195, 30.3455308 ], [ 120.1920967, 30.3457369 ], [ 120.1919944, 30.3464386 ], [ 120.1919034, 30.3472335 ], [ 120.1919034, 30.3474445 ], [ 120.1919148, 30.3476702 ], [ 120.1918579, 30.3481953 ], [ 120.1918295, 30.3483523 ], [ 120.1918181, 30.3484799 ], [ 120.1915395, 30.3497016 ], [ 120.1914997, 30.3498439 ], [ 120.1914485, 30.3502119 ], [ 120.1914205, 30.3504429 ], [ 120.1916028, 30.3505038 ] ] ], [ [ [ 120.1919697, 30.3420537 ], [ 120.1920393, 30.3420573 ], [ 120.1919959, 30.341501 ], [ 120.1919559, 30.3414999 ], [ 120.1919133, 30.3414987 ], [ 120.1919056, 30.3420411 ], [ 120.1919697, 30.3420537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1874572, 30.3920607 ], [ 120.1876287, 30.3924022 ], [ 120.1876771, 30.3925539 ], [ 120.1876639, 30.3933619 ], [ 120.1875892, 30.393654 ], [ 120.1876903, 30.3937033 ], [ 120.1877431, 30.3934529 ], [ 120.1877871, 30.3931191 ], [ 120.1877783, 30.3928194 ], [ 120.1877651, 30.3925349 ], [ 120.1876683, 30.3922921 ], [ 120.1875232, 30.3920873 ], [ 120.187488, 30.3919583 ], [ 120.1874572, 30.3918938 ], [ 120.1873693, 30.3919052 ], [ 120.1874572, 30.3920607 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2074126, 30.3934906 ], [ 120.2076446, 30.3933943 ], [ 120.207694, 30.393328 ], [ 120.2076885, 30.3932664 ], [ 120.2076061, 30.3931906 ], [ 120.2075128, 30.3931574 ], [ 120.2073434, 30.3932331 ], [ 120.2073088, 30.3932555 ], [ 120.2073002, 30.3932928 ], [ 120.2074126, 30.3934906 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2009524, 30.3952827 ], [ 120.2010142, 30.3952374 ], [ 120.2011223, 30.3951841 ], [ 120.2011964, 30.3951575 ], [ 120.2012643, 30.3950962 ], [ 120.2014156, 30.395027 ], [ 120.2015114, 30.3950163 ], [ 120.2015824, 30.394971 ], [ 120.2016534, 30.3949231 ], [ 120.2017368, 30.3949177 ], [ 120.2018079, 30.3949071 ], [ 120.2018634, 30.3948805 ], [ 120.2019684, 30.3948591 ], [ 120.2020456, 30.3948192 ], [ 120.2020858, 30.3947606 ], [ 120.2021445, 30.3947419 ], [ 120.2021908, 30.3947659 ], [ 120.2021908, 30.3948272 ], [ 120.2022186, 30.3948618 ], [ 120.2022865, 30.3948645 ], [ 120.2023576, 30.3948298 ], [ 120.2023761, 30.3947952 ], [ 120.2023699, 30.3947259 ], [ 120.2023576, 30.394654 ], [ 120.2023051, 30.3946301 ], [ 120.2022402, 30.3946327 ], [ 120.2021507, 30.3946514 ], [ 120.2020796, 30.39471 ], [ 120.2020426, 30.3947553 ], [ 120.2019839, 30.3947846 ], [ 120.2019376, 30.3948352 ], [ 120.2018696, 30.3948432 ], [ 120.2017924, 30.3948272 ], [ 120.2017059, 30.3948485 ], [ 120.201567, 30.3949071 ], [ 120.2014774, 30.394963 ], [ 120.2013848, 30.395011 ], [ 120.2012643, 30.3950483 ], [ 120.2011624, 30.3950909 ], [ 120.2010636, 30.3951415 ], [ 120.2010481, 30.3951708 ], [ 120.2009678, 30.3952267 ], [ 120.2008721, 30.3952694 ], [ 120.2008598, 30.3952987 ], [ 120.2009524, 30.3952827 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2271497, 30.3795493 ], [ 120.227186, 30.3795857 ], [ 120.2272447, 30.3796415 ], [ 120.2272782, 30.3796802 ], [ 120.2273443, 30.3797352 ], [ 120.2274832, 30.3798466 ], [ 120.227501, 30.3798581 ], [ 120.2275277, 30.3798544 ], [ 120.2275599, 30.379848 ], [ 120.2275896, 30.3798625 ], [ 120.2276116, 30.3798859 ], [ 120.2276055, 30.3799162 ], [ 120.2276274, 30.3799278 ], [ 120.2276554, 30.3799103 ], [ 120.2276899, 30.3799115 ], [ 120.2277256, 30.379929 ], [ 120.2277667, 30.3799684 ], [ 120.2277957, 30.3799801 ], [ 120.2278262, 30.3799722 ], [ 120.2278923, 30.3800079 ], [ 120.2279335, 30.3799612 ], [ 120.227423, 30.3796024 ], [ 120.227343, 30.3795499 ], [ 120.2271689, 30.3794482 ], [ 120.2270949, 30.3794941 ], [ 120.2271497, 30.3795493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.226971, 30.3803227 ], [ 120.2270966, 30.3802238 ], [ 120.2270805, 30.3801748 ], [ 120.2270454, 30.3801711 ], [ 120.2270169, 30.3801431 ], [ 120.2269901, 30.3801213 ], [ 120.2269468, 30.3800828 ], [ 120.2269448, 30.3800496 ], [ 120.2269045, 30.3800489 ], [ 120.2268816, 30.380082 ], [ 120.2268766, 30.3801089 ], [ 120.2268713, 30.380231 ], [ 120.226971, 30.3803227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2279966, 30.380074 ], [ 120.2280041, 30.3801053 ], [ 120.2280172, 30.3801446 ], [ 120.2280353, 30.3801891 ], [ 120.2280606, 30.3802412 ], [ 120.2281226, 30.3803373 ], [ 120.2281444, 30.3803465 ], [ 120.2281766, 30.380357 ], [ 120.2281897, 30.3803771 ], [ 120.2281873, 30.3804081 ], [ 120.2281835, 30.3804291 ], [ 120.2282424, 30.3804769 ], [ 120.2282767, 30.3804869 ], [ 120.2283085, 30.3804891 ], [ 120.2282887, 30.3805423 ], [ 120.228231, 30.3805969 ], [ 120.2282605, 30.3806128 ], [ 120.2283026, 30.3805803 ], [ 120.2283498, 30.3805784 ], [ 120.2283989, 30.380591 ], [ 120.2284621, 30.3806225 ], [ 120.2284958, 30.3806569 ], [ 120.2285331, 30.3806742 ], [ 120.2285608, 30.3807026 ], [ 120.2285859, 30.3806985 ], [ 120.2285592, 30.3807296 ], [ 120.2285448, 30.3807583 ], [ 120.2285534, 30.3807834 ], [ 120.2285836, 30.3808042 ], [ 120.2286107, 30.3808012 ], [ 120.2286424, 30.3807741 ], [ 120.2286464, 30.3807154 ], [ 120.2286768, 30.3806989 ], [ 120.2287479, 30.3806571 ], [ 120.2289054, 30.380523 ], [ 120.2290393, 30.3803818 ], [ 120.2290783, 30.3803275 ], [ 120.2290461, 30.3802471 ], [ 120.2289466, 30.380247 ], [ 120.2289396, 30.3802085 ], [ 120.2288929, 30.3801964 ], [ 120.2288425, 30.3801688 ], [ 120.2288028, 30.3801397 ], [ 120.2287837, 30.3801227 ], [ 120.2287417, 30.3800656 ], [ 120.2287351, 30.3800148 ], [ 120.22872, 30.3799703 ], [ 120.2286874, 30.3799232 ], [ 120.2286797, 30.3799064 ], [ 120.2285686, 30.3799279 ], [ 120.2285567, 30.3799793 ], [ 120.2285383, 30.3800296 ], [ 120.2284872, 30.3800744 ], [ 120.2284384, 30.3800837 ], [ 120.2283772, 30.3800866 ], [ 120.228345, 30.3800965 ], [ 120.2283201, 30.3801153 ], [ 120.228261, 30.3801126 ], [ 120.2282082, 30.3801004 ], [ 120.2281771, 30.3800831 ], [ 120.2279877, 30.3799748 ], [ 120.227939, 30.3800335 ], [ 120.2279966, 30.380074 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2269591, 30.3804176 ], [ 120.2269879, 30.380462 ], [ 120.2270492, 30.3804715 ], [ 120.227107, 30.3804851 ], [ 120.2271426, 30.3805056 ], [ 120.2271521, 30.3805471 ], [ 120.22714, 30.3805791 ], [ 120.2271393, 30.3806295 ], [ 120.2272093, 30.380681 ], [ 120.2272535, 30.3807102 ], [ 120.2273075, 30.3807297 ], [ 120.2273427, 30.3807395 ], [ 120.2273907, 30.3807643 ], [ 120.2274179, 30.380793 ], [ 120.2274553, 30.3807939 ], [ 120.2274721, 30.3808128 ], [ 120.2275426, 30.380806 ], [ 120.227596, 30.3808184 ], [ 120.2276739, 30.380739 ], [ 120.2275966, 30.380692 ], [ 120.2275647, 30.3806489 ], [ 120.2275456, 30.380604 ], [ 120.2275294, 30.3805386 ], [ 120.22748, 30.3804852 ], [ 120.2274213, 30.3804562 ], [ 120.2273626, 30.3804485 ], [ 120.2272866, 30.3804275 ], [ 120.2272179, 30.3803939 ], [ 120.2271334, 30.3803464 ], [ 120.2270808, 30.3803029 ], [ 120.226957, 30.380382 ], [ 120.2269591, 30.3804176 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2276219, 30.3809068 ], [ 120.2276653, 30.3809588 ], [ 120.2276953, 30.3809789 ], [ 120.2276967, 30.3810082 ], [ 120.2277492, 30.3810739 ], [ 120.2278106, 30.3811117 ], [ 120.2279081, 30.3811753 ], [ 120.2279756, 30.3812002 ], [ 120.228027, 30.3811774 ], [ 120.2280773, 30.3811766 ], [ 120.2281158, 30.3811492 ], [ 120.228118, 30.3811208 ], [ 120.2280991, 30.3810816 ], [ 120.2281335, 30.381013 ], [ 120.228156, 30.3809854 ], [ 120.2281407, 30.3809578 ], [ 120.2281141, 30.3809073 ], [ 120.2281043, 30.3808544 ], [ 120.2280958, 30.3807991 ], [ 120.2282363, 30.3806537 ], [ 120.2281941, 30.380627 ], [ 120.2280465, 30.3807763 ], [ 120.2279681, 30.3807993 ], [ 120.2278918, 30.3808134 ], [ 120.2277954, 30.3808218 ], [ 120.2277397, 30.3808256 ], [ 120.2276742, 30.3808157 ], [ 120.2276084, 30.3808833 ], [ 120.2276219, 30.3809068 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2483589, 30.3823096 ], [ 120.2484558, 30.3823894 ], [ 120.2486143, 30.3824331 ], [ 120.2488201, 30.3824672 ], [ 120.2491107, 30.3824036 ], [ 120.2492186, 30.3822678 ], [ 120.2492945, 30.3818073 ], [ 120.2492967, 30.3816687 ], [ 120.2492241, 30.3816031 ], [ 120.2489027, 30.3814844 ], [ 120.2487496, 30.3814512 ], [ 120.2486418, 30.3814626 ], [ 120.2485273, 30.3816012 ], [ 120.2483721, 30.3819602 ], [ 120.2483336, 30.382152 ], [ 120.2483589, 30.3823096 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.229222, 30.3813679 ], [ 120.2292609, 30.3813616 ], [ 120.2293022, 30.3813533 ], [ 120.2293648, 30.3813676 ], [ 120.2294561, 30.3814744 ], [ 120.2294767, 30.381524 ], [ 120.2294696, 30.3815582 ], [ 120.2294745, 30.3815981 ], [ 120.2294467, 30.3816531 ], [ 120.2294606, 30.3817085 ], [ 120.2295097, 30.3817621 ], [ 120.2295093, 30.3818397 ], [ 120.2295403, 30.381905 ], [ 120.2297104, 30.3820485 ], [ 120.2298218, 30.3820727 ], [ 120.2299348, 30.3820652 ], [ 120.2300196, 30.3820706 ], [ 120.2300667, 30.3820912 ], [ 120.2301596, 30.3822248 ], [ 120.230238, 30.3823435 ], [ 120.2302867, 30.3824553 ], [ 120.2303282, 30.3825441 ], [ 120.2303237, 30.382575 ], [ 120.2303413, 30.3826107 ], [ 120.2303474, 30.3826655 ], [ 120.2304798, 30.3827036 ], [ 120.2305183, 30.3826417 ], [ 120.2305326, 30.3826198 ], [ 120.2305359, 30.3825691 ], [ 120.2305719, 30.382557 ], [ 120.230597, 30.3825448 ], [ 120.2306417, 30.3825229 ], [ 120.2306289, 30.3824793 ], [ 120.2305789, 30.382475 ], [ 120.2305157, 30.3824359 ], [ 120.2304599, 30.3823856 ], [ 120.2304022, 30.3822978 ], [ 120.2303717, 30.382183 ], [ 120.2303581, 30.3820629 ], [ 120.2303279, 30.3819494 ], [ 120.230302, 30.3818915 ], [ 120.2302509, 30.3818663 ], [ 120.2301879, 30.3818426 ], [ 120.2301188, 30.3818262 ], [ 120.2300612, 30.3818225 ], [ 120.2300023, 30.3818242 ], [ 120.2299046, 30.3818342 ], [ 120.2298356, 30.3818365 ], [ 120.2297747, 30.3818263 ], [ 120.2297248, 30.3817832 ], [ 120.2296635, 30.3817385 ], [ 120.2296184, 30.3816841 ], [ 120.2295969, 30.3816143 ], [ 120.2295757, 30.3815309 ], [ 120.229559, 30.3814558 ], [ 120.2295584, 30.3814079 ], [ 120.2295432, 30.381374 ], [ 120.2295052, 30.3813569 ], [ 120.2294222, 30.3813445 ], [ 120.2293454, 30.3813362 ], [ 120.2292331, 30.3813358 ], [ 120.2291609, 30.3813375 ], [ 120.2291598, 30.3813709 ], [ 120.229222, 30.3813679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2303041, 30.3829027 ], [ 120.2303449, 30.3829751 ], [ 120.2303535, 30.3830278 ], [ 120.2303353, 30.3830673 ], [ 120.2303533, 30.3831064 ], [ 120.2304392, 30.3831858 ], [ 120.230466, 30.383238 ], [ 120.230412, 30.3833329 ], [ 120.2304302, 30.3833379 ], [ 120.2304411, 30.3833181 ], [ 120.2304794, 30.3833157 ], [ 120.2305011, 30.383301 ], [ 120.2305245, 30.3832789 ], [ 120.2305485, 30.3832787 ], [ 120.2305898, 30.3832854 ], [ 120.2306132, 30.3832848 ], [ 120.2306274, 30.3832669 ], [ 120.2306317, 30.3832369 ], [ 120.2306269, 30.383217 ], [ 120.2306009, 30.3831908 ], [ 120.2305723, 30.3831752 ], [ 120.2305471, 30.3831413 ], [ 120.2305195, 30.3830919 ], [ 120.2304847, 30.3830257 ], [ 120.2304582, 30.3829753 ], [ 120.2304323, 30.3829126 ], [ 120.2304312, 30.3828568 ], [ 120.2304479, 30.3827876 ], [ 120.2304613, 30.3827401 ], [ 120.2303375, 30.3827001 ], [ 120.2303239, 30.3827488 ], [ 120.2303116, 30.3828015 ], [ 120.2302807, 30.3828384 ], [ 120.2303041, 30.3829027 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2308546, 30.3833767 ], [ 120.2308585, 30.3834031 ], [ 120.2308645, 30.3834381 ], [ 120.2308713, 30.3834941 ], [ 120.2308685, 30.383534 ], [ 120.2308279, 30.3835792 ], [ 120.2308487, 30.3836231 ], [ 120.230874, 30.3836127 ], [ 120.2309415, 30.3835934 ], [ 120.230985, 30.3835691 ], [ 120.2310126, 30.3835512 ], [ 120.2310535, 30.3835465 ], [ 120.2310875, 30.3835544 ], [ 120.2311204, 30.3835857 ], [ 120.2311282, 30.3836286 ], [ 120.2311298, 30.3836778 ], [ 120.2311009, 30.3837121 ], [ 120.2310618, 30.3837428 ], [ 120.2310861, 30.3837701 ], [ 120.2311209, 30.38374 ], [ 120.2312471, 30.3837094 ], [ 120.231312, 30.3836982 ], [ 120.2313545, 30.3836971 ], [ 120.2314146, 30.3837369 ], [ 120.2314725, 30.3837627 ], [ 120.2315816, 30.3837774 ], [ 120.2316161, 30.3838027 ], [ 120.231653, 30.3838341 ], [ 120.231678, 30.3838617 ], [ 120.2317847, 30.3838159 ], [ 120.231753, 30.3837872 ], [ 120.2316936, 30.3837699 ], [ 120.2316146, 30.3837533 ], [ 120.2315623, 30.3837341 ], [ 120.2315278, 30.383703 ], [ 120.2315066, 30.383667 ], [ 120.2315108, 30.3836292 ], [ 120.2315064, 30.3835633 ], [ 120.2314836, 30.3835545 ], [ 120.2314314, 30.383577 ], [ 120.2313851, 30.3836089 ], [ 120.2313526, 30.3836121 ], [ 120.2313115, 30.3835983 ], [ 120.2312822, 30.3835848 ], [ 120.231247, 30.3835371 ], [ 120.2311527, 30.3833372 ], [ 120.2311162, 30.3833144 ], [ 120.2311114, 30.3832937 ], [ 120.231057, 30.3832795 ], [ 120.231043, 30.3832939 ], [ 120.2310114, 30.3833112 ], [ 120.2309373, 30.3833142 ], [ 120.2308859, 30.3833111 ], [ 120.2308295, 30.3832975 ], [ 120.2307467, 30.3833612 ], [ 120.2308546, 30.3833767 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2307126, 30.3837363 ], [ 120.2307407, 30.3837458 ], [ 120.2307818, 30.3837614 ], [ 120.230822, 30.3837714 ], [ 120.2309744, 30.3838041 ], [ 120.2310286, 30.3838085 ], [ 120.2310551, 30.3837891 ], [ 120.2310231, 30.38376 ], [ 120.2310099, 30.3837754 ], [ 120.2309852, 30.3837875 ], [ 120.2309636, 30.3837723 ], [ 120.2309254, 30.3837647 ], [ 120.2308827, 30.3837545 ], [ 120.2308346, 30.3837462 ], [ 120.230804, 30.3837269 ], [ 120.2307977, 30.3837055 ], [ 120.2308003, 30.383675 ], [ 120.2308125, 30.3836528 ], [ 120.2308288, 30.3836385 ], [ 120.2307861, 30.3835829 ], [ 120.2307691, 30.3836006 ], [ 120.2307432, 30.3836028 ], [ 120.2307118, 30.3836071 ], [ 120.2306869, 30.3836243 ], [ 120.2307009, 30.383651 ], [ 120.2306885, 30.3836778 ], [ 120.2306842, 30.3837126 ], [ 120.2307126, 30.3837363 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1431689, 30.3745614 ], [ 120.1432266, 30.3742836 ], [ 120.1432496, 30.3740719 ], [ 120.143357, 30.373933 ], [ 120.1434145, 30.3738172 ], [ 120.1437633, 30.3735361 ], [ 120.1438865, 30.3734626 ], [ 120.1439162, 30.3733766 ], [ 120.1438433, 30.3732034 ], [ 120.143794, 30.3731267 ], [ 120.1437367, 30.37309 ], [ 120.1436378, 30.3730128 ], [ 120.14354, 30.3729217 ], [ 120.1435221, 30.3727914 ], [ 120.1435371, 30.3727093 ], [ 120.1437365, 30.3724117 ], [ 120.14384, 30.3723323 ], [ 120.1438668, 30.3722165 ], [ 120.1440546, 30.371866 ], [ 120.1443115, 30.3713963 ], [ 120.1444341, 30.3709234 ], [ 120.1444686, 30.3707845 ], [ 120.1444686, 30.3706787 ], [ 120.1444303, 30.3705298 ], [ 120.1444495, 30.370338 ], [ 120.1444878, 30.3702057 ], [ 120.1446143, 30.3701396 ], [ 120.1447332, 30.3701429 ], [ 120.1447715, 30.3701859 ], [ 120.1449747, 30.3701792 ], [ 120.1454002, 30.3701726 ], [ 120.145611, 30.3701263 ], [ 120.1457452, 30.3700734 ], [ 120.1458793, 30.3700073 ], [ 120.146025, 30.370004 ], [ 120.1462895, 30.3700304 ], [ 120.1465693, 30.3700271 ], [ 120.1469642, 30.3699676 ], [ 120.1472632, 30.3699378 ], [ 120.1479148, 30.3698287 ], [ 120.1481372, 30.3698088 ], [ 120.1482828, 30.3698187 ], [ 120.1484017, 30.3698187 ], [ 120.1484898, 30.3698783 ], [ 120.148578, 30.3699874 ], [ 120.1486547, 30.3701098 ], [ 120.1486585, 30.3702024 ], [ 120.1486202, 30.3706092 ], [ 120.1485703, 30.3712144 ], [ 120.1488042, 30.3711946 ], [ 120.1487927, 30.3709201 ], [ 120.1488042, 30.3706687 ], [ 120.1489, 30.3701826 ], [ 120.148923, 30.3699874 ], [ 120.1488617, 30.3694616 ], [ 120.1488233, 30.3693888 ], [ 120.1487505, 30.3693921 ], [ 120.1485703, 30.3694715 ], [ 120.1482867, 30.3695674 ], [ 120.1478228, 30.3696666 ], [ 120.1472057, 30.3697493 ], [ 120.1469565, 30.3697956 ], [ 120.1458602, 30.3699047 ], [ 120.1454538, 30.3699147 ], [ 120.1451855, 30.3699378 ], [ 120.1449785, 30.3699775 ], [ 120.1447638, 30.3700172 ], [ 120.144645, 30.370004 ], [ 120.1445913, 30.3699246 ], [ 120.1446181, 30.36966 ], [ 120.1447447, 30.3691507 ], [ 120.145059, 30.3680328 ], [ 120.1451587, 30.3674209 ], [ 120.1452583, 30.3664452 ], [ 120.1453503, 30.3655257 ], [ 120.1453925, 30.3654364 ], [ 120.1456953, 30.365066 ], [ 120.1458027, 30.3648907 ], [ 120.1459828, 30.3645434 ], [ 120.1460097, 30.3642391 ], [ 120.1459876, 30.3641878 ], [ 120.1458998, 30.3641706 ], [ 120.1459637, 30.364259 ], [ 120.1459483, 30.3643549 ], [ 120.1459215, 30.3645302 ], [ 120.145657, 30.3650296 ], [ 120.1453518, 30.3653743 ], [ 120.1452771, 30.36553 ], [ 120.1450967, 30.3666092 ], [ 120.1449287, 30.3676777 ], [ 120.1448602, 30.3680052 ], [ 120.1446611, 30.3687193 ], [ 120.1443126, 30.3698307 ], [ 120.1442441, 30.3701206 ], [ 120.1437961, 30.3712535 ], [ 120.1436343, 30.3719514 ], [ 120.1433356, 30.3726762 ], [ 120.1433231, 30.3727675 ], [ 120.1433792, 30.3728749 ], [ 120.1436013, 30.3730592 ], [ 120.1436569, 30.3731829 ], [ 120.1436405, 30.373299 ], [ 120.143653, 30.3734279 ], [ 120.1435783, 30.3735299 ], [ 120.1431862, 30.3738252 ], [ 120.1430182, 30.3739486 ], [ 120.1429871, 30.3741902 ], [ 120.1428692, 30.3745267 ], [ 120.1431689, 30.3745614 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1444806, 30.3759962 ], [ 120.1445943, 30.3760837 ], [ 120.144729, 30.3760935 ], [ 120.1448193, 30.3760597 ], [ 120.144932, 30.3760334 ], [ 120.1450609, 30.3760364 ], [ 120.145092, 30.376061 ], [ 120.1452794, 30.3762065 ], [ 120.1453582, 30.3762641 ], [ 120.1454878, 30.3763245 ], [ 120.1455613, 30.376328 ], [ 120.1456712, 30.3763158 ], [ 120.1457539, 30.3762714 ], [ 120.1458562, 30.3761854 ], [ 120.1459094, 30.3761133 ], [ 120.1459108, 30.3760205 ], [ 120.145826, 30.375852 ], [ 120.1457953, 30.3757821 ], [ 120.1457043, 30.3757163 ], [ 120.1455679, 30.3756687 ], [ 120.1454626, 30.3756214 ], [ 120.1454052, 30.3755372 ], [ 120.1453741, 30.3754324 ], [ 120.1453859, 30.3753517 ], [ 120.1455146, 30.3751463 ], [ 120.1454871, 30.3751069 ], [ 120.1454262, 30.3751454 ], [ 120.1453288, 30.3751944 ], [ 120.145203, 30.3752294 ], [ 120.1451137, 30.3752434 ], [ 120.1450123, 30.3752574 ], [ 120.1449433, 30.3752785 ], [ 120.1449473, 30.375345 ], [ 120.1450001, 30.3753485 ], [ 120.1450123, 30.37545 ], [ 120.1447363, 30.375478 ], [ 120.1447079, 30.3753275 ], [ 120.1445821, 30.375576 ], [ 120.1446186, 30.3755936 ], [ 120.1446551, 30.3756426 ], [ 120.1447323, 30.3757161 ], [ 120.1448296, 30.3757861 ], [ 120.1448378, 30.3758421 ], [ 120.1448094, 30.3758806 ], [ 120.1447079, 30.3758806 ], [ 120.1445862, 30.3758631 ], [ 120.1445496, 30.3758036 ], [ 120.1444888, 30.3757441 ], [ 120.144436, 30.3758386 ], [ 120.1444238, 30.3759016 ], [ 120.1444806, 30.3759962 ] ], [ [ 120.1452887, 30.3761227 ], [ 120.1453576, 30.3760935 ], [ 120.1454652, 30.3760862 ], [ 120.1454824, 30.3760746 ], [ 120.1454386, 30.376047 ], [ 120.1454388, 30.3760238 ], [ 120.1454887, 30.3759797 ], [ 120.1455746, 30.3759584 ], [ 120.1456075, 30.3759662 ], [ 120.1456354, 30.3759861 ], [ 120.145642, 30.3760328 ], [ 120.1456739, 30.376058 ], [ 120.1456975, 30.3760935 ], [ 120.1457081, 30.3761147 ], [ 120.1456843, 30.3761369 ], [ 120.1456606, 30.3761489 ], [ 120.1456277, 30.3761711 ], [ 120.1456175, 30.3761868 ], [ 120.1454829, 30.3761888 ], [ 120.1454726, 30.3762106 ], [ 120.1453615, 30.3762349 ], [ 120.1453493, 30.3761997 ], [ 120.1452804, 30.3761435 ], [ 120.1452887, 30.3761227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1383346, 30.3768024 ], [ 120.1394436, 30.3764589 ], [ 120.1399747, 30.3763 ], [ 120.1399659, 30.3762638 ], [ 120.1399587, 30.376234 ], [ 120.1389877, 30.3765195 ], [ 120.1387136, 30.3765952 ], [ 120.1383262, 30.3767718 ], [ 120.1379278, 30.3768695 ], [ 120.1379059, 30.3768947 ], [ 120.1383346, 30.3768024 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1479622, 30.3831874 ], [ 120.1480044, 30.3832914 ], [ 120.1479863, 30.3835722 ], [ 120.1480164, 30.3841181 ], [ 120.1479803, 30.3844145 ], [ 120.1479742, 30.3847161 ], [ 120.1480023, 30.3852553 ], [ 120.1482808, 30.3852641 ], [ 120.148462, 30.3846494 ], [ 120.1484694, 30.3845315 ], [ 120.1484657, 30.3843881 ], [ 120.1484287, 30.3840343 ], [ 120.148462, 30.3837889 ], [ 120.1484768, 30.3837156 ], [ 120.1484546, 30.3834256 ], [ 120.1484583, 30.3833204 ], [ 120.1484915, 30.3832184 ], [ 120.1485765, 30.3831738 ], [ 120.1485174, 30.3831228 ], [ 120.1485063, 30.3830527 ], [ 120.1485617, 30.382906 ], [ 120.1485617, 30.3827754 ], [ 120.1484915, 30.3825746 ], [ 120.1484952, 30.3822304 ], [ 120.1484952, 30.3820455 ], [ 120.1485137, 30.381832 ], [ 120.1486024, 30.3815132 ], [ 120.1486763, 30.3814846 ], [ 120.14868, 30.3807674 ], [ 120.1486246, 30.3800599 ], [ 120.1486209, 30.3796264 ], [ 120.1485507, 30.3790463 ], [ 120.1485322, 30.3786702 ], [ 120.1484694, 30.3784407 ], [ 120.1484472, 30.3783005 ], [ 120.1484842, 30.3782431 ], [ 120.1485839, 30.3782335 ], [ 120.1499842, 30.3782017 ], [ 120.1499915, 30.3781379 ], [ 120.1496516, 30.3781539 ], [ 120.1494521, 30.3781475 ], [ 120.1493893, 30.3778574 ], [ 120.1493524, 30.3778542 ], [ 120.1493967, 30.3781443 ], [ 120.1491344, 30.3781634 ], [ 120.1484674, 30.3781751 ], [ 120.1484071, 30.3781255 ], [ 120.1483222, 30.3775415 ], [ 120.148343, 30.3766238 ], [ 120.1483635, 30.3764168 ], [ 120.1485178, 30.3759053 ], [ 120.1485281, 30.3758255 ], [ 120.1485932, 30.3757841 ], [ 120.1490559, 30.3756806 ], [ 120.1491964, 30.3756451 ], [ 120.1495391, 30.3756658 ], [ 120.1495803, 30.3756835 ], [ 120.1496797, 30.3756894 ], [ 120.1497791, 30.3756865 ], [ 120.1498545, 30.3756214 ], [ 120.1498819, 30.3755771 ], [ 120.1502486, 30.3753464 ], [ 120.1503172, 30.3753346 ], [ 120.1507422, 30.3754056 ], [ 120.1508004, 30.3753908 ], [ 120.1509512, 30.3753701 ], [ 120.1511912, 30.3753405 ], [ 120.1514688, 30.3753109 ], [ 120.1517841, 30.3752843 ], [ 120.1521131, 30.3752489 ], [ 120.15285, 30.3750833 ], [ 120.1531174, 30.3750419 ], [ 120.1530968, 30.3748497 ], [ 120.1527541, 30.3748792 ], [ 120.1525279, 30.3749029 ], [ 120.1521131, 30.3750064 ], [ 120.1513351, 30.3751661 ], [ 120.151222, 30.3751897 ], [ 120.1510438, 30.3752075 ], [ 120.1507696, 30.3752636 ], [ 120.1504303, 30.3752577 ], [ 120.150324, 30.3752548 ], [ 120.1502178, 30.3752843 ], [ 120.1501115, 30.3753523 ], [ 120.1497654, 30.3755505 ], [ 120.1496625, 30.3755712 ], [ 120.1494912, 30.3755919 ], [ 120.1493061, 30.3755919 ], [ 120.1488399, 30.3755032 ], [ 120.148792, 30.3754854 ], [ 120.1487131, 30.3754647 ], [ 120.1486172, 30.3754174 ], [ 120.1485777, 30.3753445 ], [ 120.1485907, 30.3751136 ], [ 120.1485795, 30.3747787 ], [ 120.1485897, 30.3742671 ], [ 120.1486137, 30.3738206 ], [ 120.148672, 30.3732559 ], [ 120.1486617, 30.3731819 ], [ 120.1487638, 30.3723095 ], [ 120.1487819, 30.3718987 ], [ 120.1488301, 30.3715814 ], [ 120.1488042, 30.3711946 ], [ 120.1485703, 30.3712144 ], [ 120.1485709, 30.3714202 ], [ 120.1486131, 30.3715034 ], [ 120.1486131, 30.3717947 ], [ 120.1486131, 30.3723147 ], [ 120.1485589, 30.3726787 ], [ 120.1484504, 30.3734899 ], [ 120.1483359, 30.3745923 ], [ 120.148354, 30.3754243 ], [ 120.148354, 30.3755803 ], [ 120.1483326, 30.3759552 ], [ 120.1482997, 30.3765318 ], [ 120.1482937, 30.3770466 ], [ 120.1482557, 30.3781082 ], [ 120.1482515, 30.378227 ], [ 120.1482937, 30.3793761 ], [ 120.1483901, 30.3809984 ], [ 120.1483901, 30.3815548 ], [ 120.1483299, 30.3820747 ], [ 120.1482033, 30.3824595 ], [ 120.1481731, 30.3827403 ], [ 120.148137, 30.3828079 ], [ 120.1480526, 30.3828547 ], [ 120.1479166, 30.3828571 ], [ 120.1478471, 30.3830904 ], [ 120.1479622, 30.3831874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1417691, 30.3791145 ], [ 120.1418129, 30.3791145 ], [ 120.1418495, 30.3790199 ], [ 120.1420139, 30.3786289 ], [ 120.1421345, 30.378238 ], [ 120.1422296, 30.3779952 ], [ 120.14231, 30.3778438 ], [ 120.1423173, 30.3777177 ], [ 120.1423356, 30.3775317 ], [ 120.1423136, 30.3774591 ], [ 120.1422625, 30.377456 ], [ 120.1421967, 30.377519 ], [ 120.1421528, 30.3776231 ], [ 120.1420761, 30.3779289 ], [ 120.142109, 30.3779826 ], [ 120.1420359, 30.3782726 ], [ 120.1419957, 30.378383 ], [ 120.1419957, 30.3784271 ], [ 120.1419847, 30.378487 ], [ 120.1418824, 30.3785249 ], [ 120.1418202, 30.3788055 ], [ 120.1417508, 30.3789253 ], [ 120.1417289, 30.3790767 ], [ 120.1417691, 30.3791145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1261191, 30.3799968 ], [ 120.1262471, 30.3800039 ], [ 120.1267265, 30.3799485 ], [ 120.1267864, 30.3799891 ], [ 120.1268292, 30.380938 ], [ 120.1269062, 30.3809417 ], [ 120.1270817, 30.3809491 ], [ 120.1272486, 30.3809713 ], [ 120.1273813, 30.3810082 ], [ 120.1274455, 30.3810488 ], [ 120.127484, 30.3811854 ], [ 120.1275354, 30.3813848 ], [ 120.1275447, 30.3815338 ], [ 120.1275902, 30.3815305 ], [ 120.1276054, 30.3814782 ], [ 120.1275978, 30.3813409 ], [ 120.1275371, 30.3810629 ], [ 120.1274765, 30.3809648 ], [ 120.1273931, 30.3809223 ], [ 120.1272377, 30.3808732 ], [ 120.1269269, 30.3808634 ], [ 120.1269003, 30.3800721 ], [ 120.1269231, 30.3799936 ], [ 120.1270292, 30.3799184 ], [ 120.1271581, 30.3798661 ], [ 120.1273287, 30.3798693 ], [ 120.1280489, 30.3798628 ], [ 120.1290534, 30.3798726 ], [ 120.1293642, 30.3798857 ], [ 120.1302853, 30.3798726 ], [ 120.1310359, 30.3798759 ], [ 120.1318698, 30.3799086 ], [ 120.1327037, 30.3799413 ], [ 120.1331434, 30.3799674 ], [ 120.1335983, 30.3799576 ], [ 120.1346104, 30.3799609 ], [ 120.1359901, 30.3799707 ], [ 120.1366232, 30.3799772 ], [ 120.1369605, 30.3800296 ], [ 120.1370818, 30.3800819 ], [ 120.1373282, 30.3802258 ], [ 120.1375519, 30.3803075 ], [ 120.1377982, 30.380337 ], [ 120.1388355, 30.3802841 ], [ 120.1391459, 30.3802696 ], [ 120.1391703, 30.3802375 ], [ 120.1391447, 30.3802064 ], [ 120.1383772, 30.380197 ], [ 120.1377623, 30.3802123 ], [ 120.1376343, 30.3802062 ], [ 120.1373713, 30.3800743 ], [ 120.1371794, 30.3799854 ], [ 120.1370621, 30.3799302 ], [ 120.1358713, 30.3798903 ], [ 120.1347943, 30.3798811 ], [ 120.1344211, 30.3798872 ], [ 120.1333476, 30.3798964 ], [ 120.132754, 30.3798964 ], [ 120.1322173, 30.379832 ], [ 120.1315988, 30.379832 ], [ 120.1314282, 30.379832 ], [ 120.1311154, 30.3798045 ], [ 120.1305183, 30.3797891 ], [ 120.1301237, 30.379832 ], [ 120.1299744, 30.379832 ], [ 120.1297007, 30.3798198 ], [ 120.1292849, 30.3798045 ], [ 120.1288441, 30.3797891 ], [ 120.1279626, 30.3798106 ], [ 120.1271913, 30.3798045 ], [ 120.1270633, 30.3798259 ], [ 120.1268358, 30.3798566 ], [ 120.1262548, 30.3798897 ], [ 120.126122, 30.3799022 ], [ 120.1261046, 30.3799545 ], [ 120.1261191, 30.3799968 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1394122, 30.3887312 ], [ 120.1394392, 30.388254 ], [ 120.1396623, 30.3875687 ], [ 120.1397604, 30.3873238 ], [ 120.1399125, 30.3871517 ], [ 120.1400376, 30.3867259 ], [ 120.1401998, 30.3858103 ], [ 120.14029, 30.3853732 ], [ 120.1403319, 30.3851451 ], [ 120.1404157, 30.3847816 ], [ 120.1404811, 30.3843435 ], [ 120.1404811, 30.3842915 ], [ 120.1406382, 30.3836682 ], [ 120.1407167, 30.3833543 ], [ 120.1407403, 30.3832888 ], [ 120.1409157, 30.3823539 ], [ 120.1410193, 30.3819844 ], [ 120.141048, 30.3819332 ], [ 120.1411475, 30.3818936 ], [ 120.1412469, 30.3817863 ], [ 120.1411379, 30.3817632 ], [ 120.1411207, 30.3817319 ], [ 120.1411111, 30.3816857 ], [ 120.1411295, 30.3815203 ], [ 120.1412537, 30.3812932 ], [ 120.1413401, 30.3811797 ], [ 120.1416558, 30.3806973 ], [ 120.1417289, 30.3805775 ], [ 120.1419737, 30.3804167 ], [ 120.1420761, 30.3804136 ], [ 120.1421747, 30.3804167 ], [ 120.14231, 30.3804419 ], [ 120.1424598, 30.3804514 ], [ 120.1425402, 30.3804829 ], [ 120.1426682, 30.3805744 ], [ 120.1427632, 30.3806532 ], [ 120.1429277, 30.380877 ], [ 120.1430848, 30.3812239 ], [ 120.143114, 30.3813437 ], [ 120.1431908, 30.3814698 ], [ 120.1433187, 30.3815959 ], [ 120.1435015, 30.3818576 ], [ 120.1436404, 30.3819774 ], [ 120.1437902, 30.3821193 ], [ 120.143962, 30.3821918 ], [ 120.1440643, 30.3822391 ], [ 120.1442105, 30.3824724 ], [ 120.144269, 30.382545 ], [ 120.1443128, 30.3826553 ], [ 120.1443531, 30.3827089 ], [ 120.1445285, 30.3827215 ], [ 120.1451535, 30.3828161 ], [ 120.1454312, 30.3828319 ], [ 120.1455393, 30.3828319 ], [ 120.1457127, 30.3828319 ], [ 120.1462901, 30.3827814 ], [ 120.1465496, 30.3827657 ], [ 120.1470248, 30.3828161 ], [ 120.1473208, 30.3828792 ], [ 120.1474889, 30.3829454 ], [ 120.1475803, 30.3830021 ], [ 120.1476607, 30.383062 ], [ 120.1478471, 30.3830904 ], [ 120.1479166, 30.3828571 ], [ 120.1477813, 30.3828571 ], [ 120.14769, 30.382813 ], [ 120.1474853, 30.3826995 ], [ 120.1472185, 30.3826427 ], [ 120.146937, 30.3826364 ], [ 120.1467397, 30.3825954 ], [ 120.1465679, 30.3825923 ], [ 120.1460599, 30.3826522 ], [ 120.1456505, 30.3826711 ], [ 120.1450913, 30.3826206 ], [ 120.1448245, 30.3825733 ], [ 120.1446235, 30.3825103 ], [ 120.1444225, 30.3824031 ], [ 120.1442726, 30.3822044 ], [ 120.1440351, 30.3820184 ], [ 120.1437939, 30.3818545 ], [ 120.1436696, 30.3817 ], [ 120.1436477, 30.3815928 ], [ 120.1435819, 30.3815139 ], [ 120.1434795, 30.3814383 ], [ 120.1432237, 30.3810063 ], [ 120.1430958, 30.3807856 ], [ 120.1427632, 30.3804136 ], [ 120.1425512, 30.3803158 ], [ 120.1424013, 30.3802591 ], [ 120.1420614, 30.3802244 ], [ 120.1419701, 30.380237 ], [ 120.1417873, 30.3802843 ], [ 120.1416813, 30.3802527 ], [ 120.1414803, 30.379887 ], [ 120.1414767, 30.3798334 ], [ 120.1415863, 30.3796505 ], [ 120.1416777, 30.3794393 ], [ 120.1417142, 30.3793289 ], [ 120.1417215, 30.379269 ], [ 120.1416813, 30.379269 ], [ 120.1416046, 30.3792312 ], [ 120.1416046, 30.3791586 ], [ 120.1416886, 30.3789663 ], [ 120.1417983, 30.378506 ], [ 120.1418495, 30.3783231 ], [ 120.1420176, 30.377806 ], [ 120.1421199, 30.3774434 ], [ 120.1421747, 30.3773992 ], [ 120.1422807, 30.3773582 ], [ 120.142288, 30.3772983 ], [ 120.1422954, 30.3771249 ], [ 120.1422625, 30.3770335 ], [ 120.1423063, 30.3769263 ], [ 120.1426389, 30.3760591 ], [ 120.1427413, 30.3758227 ], [ 120.1428728, 30.3755641 ], [ 120.1431104, 30.37482 ], [ 120.1431689, 30.3745614 ], [ 120.1428692, 30.3745267 ], [ 120.1428363, 30.3747096 ], [ 120.142628, 30.3753528 ], [ 120.142606, 30.3754695 ], [ 120.1425475, 30.3755704 ], [ 120.1423209, 30.3756209 ], [ 120.1417617, 30.3757375 ], [ 120.1411879, 30.3758826 ], [ 120.1410088, 30.3759456 ], [ 120.1406181, 30.3760706 ], [ 120.1406293, 30.376109 ], [ 120.1406382, 30.3761398 ], [ 120.1414838, 30.3758763 ], [ 120.1419957, 30.3757444 ], [ 120.1422196, 30.3756984 ], [ 120.1424258, 30.3756494 ], [ 120.1424933, 30.3756524 ], [ 120.1425289, 30.375723 ], [ 120.1424791, 30.3759959 ], [ 120.1422765, 30.3765877 ], [ 120.142113, 30.3769618 ], [ 120.1420632, 30.3770569 ], [ 120.1419957, 30.3773298 ], [ 120.1419246, 30.3777714 ], [ 120.1417682, 30.3780412 ], [ 120.1417255, 30.3781302 ], [ 120.1416616, 30.3781854 ], [ 120.1415194, 30.3782712 ], [ 120.1414767, 30.3783387 ], [ 120.1414696, 30.3784797 ], [ 120.1414732, 30.3788048 ], [ 120.1414021, 30.3793813 ], [ 120.1413665, 30.3795929 ], [ 120.1411888, 30.3800375 ], [ 120.1411426, 30.3801142 ], [ 120.1410146, 30.3801724 ], [ 120.1408156, 30.3801786 ], [ 120.1397904, 30.3802185 ], [ 120.1397555, 30.3802459 ], [ 120.1397823, 30.3802662 ], [ 120.1408146, 30.3802541 ], [ 120.1409217, 30.3802518 ], [ 120.14103, 30.3802994 ], [ 120.1410312, 30.3803829 ], [ 120.1410392, 30.3809165 ], [ 120.1409931, 30.3810559 ], [ 120.1409451, 30.3813076 ], [ 120.1409377, 30.3813466 ], [ 120.1408639, 30.3815616 ], [ 120.1408223, 30.3816093 ], [ 120.1407346, 30.3816531 ], [ 120.14067, 30.3819239 ], [ 120.1405038, 30.3826963 ], [ 120.1402131, 30.3837196 ], [ 120.1401161, 30.3841854 ], [ 120.1399546, 30.3849658 ], [ 120.1398808, 30.3854595 ], [ 120.1396592, 30.3865186 ], [ 120.1395946, 30.3868928 ], [ 120.1394838, 30.3869526 ], [ 120.1393546, 30.3869765 ], [ 120.1392023, 30.3870043 ], [ 120.1391931, 30.38708 ], [ 120.1392854, 30.3871078 ], [ 120.1393777, 30.3871516 ], [ 120.1394423, 30.3872153 ], [ 120.1394838, 30.387295 ], [ 120.1394238, 30.3876055 ], [ 120.1392808, 30.3880793 ], [ 120.1393038, 30.3881709 ], [ 120.1391604, 30.3886816 ], [ 120.1394122, 30.3887312 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1250855, 30.3919758 ], [ 120.1252647, 30.3920089 ], [ 120.1254951, 30.3919684 ], [ 120.1256913, 30.3919132 ], [ 120.1259686, 30.3918506 ], [ 120.1263356, 30.3918138 ], [ 120.1264977, 30.3918469 ], [ 120.1270865, 30.3918985 ], [ 120.1276326, 30.3919132 ], [ 120.1279227, 30.3919353 ], [ 120.1284219, 30.3920641 ], [ 120.1290832, 30.392318 ], [ 120.1294331, 30.3924836 ], [ 120.1299451, 30.3926713 ], [ 120.1302267, 30.3927118 ], [ 120.1308155, 30.392686 ], [ 120.1329317, 30.3929805 ], [ 120.1329701, 30.3929142 ], [ 120.132761, 30.3928848 ], [ 120.1307515, 30.3926345 ], [ 120.1305083, 30.3926272 ], [ 120.1302608, 30.3926161 ], [ 120.1300859, 30.3925793 ], [ 120.129992, 30.3925057 ], [ 120.129928, 30.3924579 ], [ 120.1297189, 30.39241 ], [ 120.1292624, 30.3922959 ], [ 120.1290619, 30.3921892 ], [ 120.1289339, 30.3921782 ], [ 120.1288528, 30.3921377 ], [ 120.1287504, 30.3920714 ], [ 120.1287419, 30.3919794 ], [ 120.1288016, 30.3918837 ], [ 120.1288955, 30.3918101 ], [ 120.1291856, 30.3915746 ], [ 120.129352, 30.3914532 ], [ 120.1296422, 30.3912839 ], [ 120.1299835, 30.391133 ], [ 120.1300944, 30.391052 ], [ 120.1301712, 30.3909931 ], [ 120.1302565, 30.3910005 ], [ 120.130248, 30.39096 ], [ 120.1302779, 30.3908643 ], [ 120.1302352, 30.3908385 ], [ 120.1301669, 30.3909085 ], [ 120.1297573, 30.3911109 ], [ 120.1294502, 30.391317 ], [ 120.1287078, 30.3918322 ], [ 120.1285328, 30.3919316 ], [ 120.1284134, 30.3919721 ], [ 120.1283366, 30.3919647 ], [ 120.1280251, 30.3918874 ], [ 120.1279355, 30.3918543 ], [ 120.1274918, 30.3918249 ], [ 120.1272486, 30.391766 ], [ 120.1266897, 30.3916335 ], [ 120.1263057, 30.391593 ], [ 120.126135, 30.3915304 ], [ 120.1259814, 30.3914716 ], [ 120.1257297, 30.3914274 ], [ 120.1256017, 30.3914458 ], [ 120.1254439, 30.3914532 ], [ 120.1253201, 30.3914311 ], [ 120.1251879, 30.3914679 ], [ 120.1251111, 30.3914679 ], [ 120.1250145, 30.3914141 ], [ 120.1249738, 30.3915671 ], [ 120.1250641, 30.3915636 ], [ 120.1251665, 30.3915709 ], [ 120.1252263, 30.3916224 ], [ 120.1253713, 30.3916224 ], [ 120.1254695, 30.3916593 ], [ 120.1255335, 30.3917181 ], [ 120.1255463, 30.3917954 ], [ 120.1255121, 30.3918617 ], [ 120.1254353, 30.3918911 ], [ 120.1252519, 30.3919169 ], [ 120.1251452, 30.3919058 ], [ 120.1250215, 30.3918801 ], [ 120.1249703, 30.3918837 ], [ 120.124966, 30.3919169 ], [ 120.1249054, 30.3919275 ], [ 120.1250855, 30.3919758 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.128171, 30.3941094 ], [ 120.1281998, 30.3941939 ], [ 120.1283497, 30.3942138 ], [ 120.1284592, 30.3942089 ], [ 120.1285917, 30.3942138 ], [ 120.1288857, 30.3943033 ], [ 120.129122, 30.3943679 ], [ 120.1299865, 30.3944723 ], [ 120.1307934, 30.3945618 ], [ 120.1313295, 30.3946165 ], [ 120.1318603, 30.3946893 ], [ 120.1320324, 30.3947162 ], [ 120.1320358, 30.3946486 ], [ 120.1319803, 30.3946315 ], [ 120.1318911, 30.39462 ], [ 120.1317214, 30.3946079 ], [ 120.1308107, 30.3944873 ], [ 120.1301018, 30.394363 ], [ 120.1295831, 30.3942486 ], [ 120.1293583, 30.3942685 ], [ 120.1288281, 30.3942238 ], [ 120.1284246, 30.3941243 ], [ 120.1278828, 30.3940249 ], [ 120.128171, 30.3941094 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.146321, 30.4000887 ], [ 120.1471939, 30.4001122 ], [ 120.1473774, 30.4001327 ], [ 120.1476457, 30.4001268 ], [ 120.1477068, 30.4001356 ], [ 120.147726, 30.4001877 ], [ 120.147751, 30.4002557 ], [ 120.1477747, 30.400326 ], [ 120.1478223, 30.4003993 ], [ 120.1478257, 30.4004871 ], [ 120.147824, 30.4005564 ], [ 120.1478223, 30.4006219 ], [ 120.1478053, 30.4007098 ], [ 120.1477578, 30.4007742 ], [ 120.1477374, 30.4009412 ], [ 120.1477374, 30.4011814 ], [ 120.1477068, 30.40124 ], [ 120.1476457, 30.4012928 ], [ 120.1475268, 30.4013338 ], [ 120.1474589, 30.4013836 ], [ 120.1474691, 30.4014773 ], [ 120.147537, 30.4014832 ], [ 120.1476796, 30.4014861 ], [ 120.1477238, 30.4015037 ], [ 120.1478665, 30.4020779 ], [ 120.1478155, 30.4021042 ], [ 120.1476423, 30.4020779 ], [ 120.1476321, 30.4022185 ], [ 120.1477544, 30.4022859 ], [ 120.1478019, 30.4023503 ], [ 120.1478732, 30.4025173 ], [ 120.1479276, 30.4027516 ], [ 120.1479582, 30.4032438 ], [ 120.1479548, 30.4034635 ], [ 120.1479208, 30.4035104 ], [ 120.1478631, 30.4035807 ], [ 120.1477951, 30.403607 ], [ 120.1477917, 30.4036568 ], [ 120.1478868, 30.4036715 ], [ 120.1479684, 30.4037008 ], [ 120.1480193, 30.403777 ], [ 120.1480057, 30.4040172 ], [ 120.1479684, 30.4042574 ], [ 120.1479208, 30.4043599 ], [ 120.1479276, 30.4044683 ], [ 120.1479616, 30.4045445 ], [ 120.1479412, 30.4047437 ], [ 120.1479106, 30.4048784 ], [ 120.1478868, 30.4049634 ], [ 120.1478223, 30.4050132 ], [ 120.1476898, 30.4050483 ], [ 120.1470241, 30.4049722 ], [ 120.1470071, 30.4050307 ], [ 120.1477747, 30.4051069 ], [ 120.1478461, 30.4051421 ], [ 120.1478902, 30.4052534 ], [ 120.1479276, 30.4054614 ], [ 120.1479825, 30.4055951 ], [ 120.1480924, 30.4056591 ], [ 120.1481173, 30.4056978 ], [ 120.14816, 30.4060192 ], [ 120.1481815, 30.4061652 ], [ 120.1481728, 30.4062849 ], [ 120.1481518, 30.4064193 ], [ 120.1480501, 30.4066572 ], [ 120.1481823, 30.4067122 ], [ 120.1482198, 30.4066006 ], [ 120.148228, 30.4064418 ], [ 120.1482524, 30.4061959 ], [ 120.1482772, 30.406003 ], [ 120.1482908, 30.405951 ], [ 120.148319, 30.4059205 ], [ 120.148341, 30.4058492 ], [ 120.1483284, 30.4054848 ], [ 120.148325, 30.4053676 ], [ 120.1483114, 30.4053032 ], [ 120.1482808, 30.405186 ], [ 120.148291, 30.4050805 ], [ 120.1483997, 30.4048521 ], [ 120.1484507, 30.4047847 ], [ 120.1485526, 30.4047319 ], [ 120.1486545, 30.4046704 ], [ 120.1487529, 30.4046411 ], [ 120.1489398, 30.4046177 ], [ 120.1491537, 30.4046031 ], [ 120.1493813, 30.4045884 ], [ 120.149507, 30.404565 ], [ 120.149507, 30.4044976 ], [ 120.1494458, 30.4045035 ], [ 120.1488073, 30.4045884 ], [ 120.1486171, 30.4045796 ], [ 120.1485084, 30.4045533 ], [ 120.1484303, 30.4044888 ], [ 120.1483827, 30.4043804 ], [ 120.1483522, 30.4042515 ], [ 120.1483556, 30.4039205 ], [ 120.1483929, 30.4035397 ], [ 120.148359, 30.4030797 ], [ 120.1483284, 30.402986 ], [ 120.1482842, 30.4029421 ], [ 120.1482401, 30.4026345 ], [ 120.1482333, 30.4025759 ], [ 120.1483284, 30.4024235 ], [ 120.1483895, 30.4017468 ], [ 120.1483929, 30.4016355 ], [ 120.1483522, 30.40153 ], [ 120.1483216, 30.4011375 ], [ 120.1482978, 30.40095 ], [ 120.1482435, 30.4009236 ], [ 120.1481789, 30.4008328 ], [ 120.1481586, 30.4002704 ], [ 120.1481042, 30.4000213 ], [ 120.1480838, 30.3999422 ], [ 120.1480669, 30.3998163 ], [ 120.1481755, 30.3993944 ], [ 120.1482299, 30.3990897 ], [ 120.1481789, 30.3989579 ], [ 120.1481654, 30.3988876 ], [ 120.1482435, 30.3985507 ], [ 120.148359, 30.3980556 ], [ 120.1484065, 30.3979589 ], [ 120.1484642, 30.3979179 ], [ 120.1486612, 30.397912 ], [ 120.1488888, 30.3979208 ], [ 120.148899, 30.3978945 ], [ 120.1487835, 30.3978564 ], [ 120.1487496, 30.3978447 ], [ 120.1486273, 30.3978417 ], [ 120.1484608, 30.3978183 ], [ 120.1483522, 30.397704 ], [ 120.1483182, 30.3974902 ], [ 120.1483318, 30.3973906 ], [ 120.1483725, 30.397291 ], [ 120.148325, 30.3972206 ], [ 120.1482944, 30.397124 ], [ 120.1482571, 30.3968691 ], [ 120.1482401, 30.3965175 ], [ 120.1481586, 30.3963095 ], [ 120.1481212, 30.3962246 ], [ 120.1480736, 30.3961279 ], [ 120.1480431, 30.3956767 ], [ 120.1480193, 30.3955185 ], [ 120.1480635, 30.3952988 ], [ 120.1480635, 30.3951406 ], [ 120.1479989, 30.3950117 ], [ 120.1478631, 30.3946396 ], [ 120.1478325, 30.3944873 ], [ 120.1478393, 30.3942968 ], [ 120.1478699, 30.3939804 ], [ 120.1478257, 30.3938105 ], [ 120.1478563, 30.3934882 ], [ 120.1479174, 30.3934091 ], [ 120.1480635, 30.3933798 ], [ 120.1487801, 30.3933359 ], [ 120.149096, 30.3933183 ], [ 120.1496293, 30.3933535 ], [ 120.1502712, 30.3933505 ], [ 120.1507094, 30.3933417 ], [ 120.1509879, 30.3933476 ], [ 120.151212, 30.3933535 ], [ 120.1514736, 30.3933622 ], [ 120.151854, 30.393371 ], [ 120.1522174, 30.3933827 ], [ 120.1525265, 30.3933827 ], [ 120.1529646, 30.3934589 ], [ 120.1534096, 30.3935322 ], [ 120.1535455, 30.3935615 ], [ 120.1537526, 30.3935761 ], [ 120.1540617, 30.3935703 ], [ 120.1541806, 30.393579 ], [ 120.1545644, 30.3936347 ], [ 120.1547105, 30.3936757 ], [ 120.1551384, 30.3938105 ], [ 120.1552709, 30.3938105 ], [ 120.1557022, 30.393872 ], [ 120.1557532, 30.3938925 ], [ 120.1556615, 30.3940742 ], [ 120.1556785, 30.3941386 ], [ 120.1557566, 30.3941474 ], [ 120.1558177, 30.3940771 ], [ 120.15594, 30.3939042 ], [ 120.1561404, 30.3936669 ], [ 120.1564155, 30.39333 ], [ 120.156334, 30.3932626 ], [ 120.1562389, 30.3933154 ], [ 120.156154, 30.393371 ], [ 120.1560589, 30.3935117 ], [ 120.1558992, 30.393705 ], [ 120.1558381, 30.3937812 ], [ 120.15576, 30.3938076 ], [ 120.1556173, 30.3937841 ], [ 120.1554577, 30.3937695 ], [ 120.1552335, 30.3937753 ], [ 120.1548293, 30.3936699 ], [ 120.1547716, 30.3936083 ], [ 120.1545644, 30.3935234 ], [ 120.1541908, 30.3934824 ], [ 120.1538987, 30.3935029 ], [ 120.1536168, 30.3935029 ], [ 120.1530224, 30.3934062 ], [ 120.1525978, 30.3933242 ], [ 120.1519898, 30.3933095 ], [ 120.1517861, 30.3932802 ], [ 120.1513887, 30.393289 ], [ 120.1512256, 30.393248 ], [ 120.1509505, 30.393248 ], [ 120.1502746, 30.3932538 ], [ 120.1499791, 30.3932509 ], [ 120.1497278, 30.3932421 ], [ 120.1492556, 30.3932216 ], [ 120.1490756, 30.3932128 ], [ 120.1487597, 30.3932392 ], [ 120.1480397, 30.393289 ], [ 120.1479344, 30.3932831 ], [ 120.147897, 30.3932363 ], [ 120.1479038, 30.3924657 ], [ 120.1479276, 30.392205 ], [ 120.1480159, 30.3918974 ], [ 120.1480669, 30.3917684 ], [ 120.1480702, 30.3916395 ], [ 120.1480057, 30.3913876 ], [ 120.1479785, 30.3910272 ], [ 120.1480023, 30.3893103 ], [ 120.1480108, 30.389014 ], [ 120.1480125, 30.3889558 ], [ 120.1481755, 30.3877663 ], [ 120.148308, 30.3866177 ], [ 120.1482672, 30.3863159 ], [ 120.1482605, 30.386105 ], [ 120.1482808, 30.3852641 ], [ 120.1480023, 30.3852553 ], [ 120.1479989, 30.385478 ], [ 120.1480193, 30.3855952 ], [ 120.1480669, 30.385645 ], [ 120.1481484, 30.3856889 ], [ 120.1481416, 30.3857797 ], [ 120.1480363, 30.3857739 ], [ 120.1479955, 30.385809 ], [ 120.1479174, 30.3862485 ], [ 120.1479208, 30.3863218 ], [ 120.1478257, 30.3863599 ], [ 120.1478427, 30.3864273 ], [ 120.1478529, 30.386606 ], [ 120.1478325, 30.386773 ], [ 120.1478291, 30.3869078 ], [ 120.1478834, 30.3872359 ], [ 120.1479072, 30.3873561 ], [ 120.1478732, 30.3878161 ], [ 120.1477781, 30.3884489 ], [ 120.1477646, 30.3885456 ], [ 120.1477849, 30.3889031 ], [ 120.1477442, 30.3895242 ], [ 120.147751, 30.3901014 ], [ 120.147768, 30.3906258 ], [ 120.1477238, 30.3911356 ], [ 120.147683, 30.391493 ], [ 120.1476253, 30.391953 ], [ 120.1475642, 30.3924745 ], [ 120.1475506, 30.3930429 ], [ 120.1475064, 30.3934736 ], [ 120.1475098, 30.3936318 ], [ 120.1475506, 30.3938017 ], [ 120.1475608, 30.3941152 ], [ 120.1475642, 30.394458 ], [ 120.1475336, 30.394581 ], [ 120.1475302, 30.3946835 ], [ 120.1475506, 30.3947509 ], [ 120.1475947, 30.3948681 ], [ 120.1476185, 30.3952197 ], [ 120.1476491, 30.3957148 ], [ 120.1476253, 30.3958232 ], [ 120.1476457, 30.3959199 ], [ 120.1476559, 30.3961337 ], [ 120.1477102, 30.3963007 ], [ 120.1477544, 30.3965205 ], [ 120.1478087, 30.3967841 ], [ 120.1478461, 30.3969804 ], [ 120.1478834, 30.3971738 ], [ 120.1479242, 30.3972997 ], [ 120.1479412, 30.3974462 ], [ 120.1479514, 30.3976132 ], [ 120.1479378, 30.3979384 ], [ 120.147914, 30.3980556 ], [ 120.1479072, 30.3981493 ], [ 120.1479072, 30.398246 ], [ 120.1479344, 30.3983691 ], [ 120.1479276, 30.3984804 ], [ 120.1478665, 30.3986064 ], [ 120.1477985, 30.3986855 ], [ 120.1477717, 30.3987427 ], [ 120.147734, 30.3988231 ], [ 120.1477476, 30.3989667 ], [ 120.1477951, 30.3992421 ], [ 120.1478427, 30.3994266 ], [ 120.1477578, 30.3998368 ], [ 120.1477646, 30.3999188 ], [ 120.1477374, 30.3999598 ], [ 120.1474759, 30.3999745 ], [ 120.1469868, 30.4000038 ], [ 120.1468917, 30.4000096 ], [ 120.1467728, 30.3999833 ], [ 120.1466573, 30.3999979 ], [ 120.1464909, 30.4000272 ], [ 120.1460697, 30.4000213 ], [ 120.1460425, 30.400077 ], [ 120.146321, 30.4000887 ] ], [ [ 120.1479412, 30.3867789 ], [ 120.1479514, 30.3867115 ], [ 120.1479887, 30.3866324 ], [ 120.1480363, 30.3866294 ], [ 120.1480872, 30.3866646 ], [ 120.1480804, 30.3867671 ], [ 120.1480261, 30.3871217 ], [ 120.1479887, 30.387148 ], [ 120.1479616, 30.3871334 ], [ 120.1479548, 30.3870572 ], [ 120.1479514, 30.386981 ], [ 120.1479378, 30.3869049 ], [ 120.1479412, 30.3867789 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2316629, 30.3842498 ], [ 120.2316675, 30.3842783 ], [ 120.2316858, 30.3843238 ], [ 120.2316834, 30.3843477 ], [ 120.2316813, 30.3843977 ], [ 120.231686, 30.384424 ], [ 120.2317393, 30.3844048 ], [ 120.2317283, 30.3843732 ], [ 120.2317234, 30.3843313 ], [ 120.231729, 30.384286 ], [ 120.2317314, 30.3842342 ], [ 120.2317546, 30.3841766 ], [ 120.2317908, 30.3841215 ], [ 120.2318269, 30.3841006 ], [ 120.2318944, 30.3840747 ], [ 120.2319218, 30.3840754 ], [ 120.2319455, 30.3840862 ], [ 120.2319635, 30.3841043 ], [ 120.2319795, 30.3841365 ], [ 120.2320021, 30.3841825 ], [ 120.2320071, 30.3842087 ], [ 120.2320012, 30.3842227 ], [ 120.2319929, 30.3842446 ], [ 120.2320446, 30.38424 ], [ 120.2320428, 30.3842249 ], [ 120.2320512, 30.3842128 ], [ 120.2320531, 30.3841968 ], [ 120.2320479, 30.3841707 ], [ 120.2320178, 30.3841205 ], [ 120.2319947, 30.3840842 ], [ 120.2319677, 30.3840552 ], [ 120.2319301, 30.3840489 ], [ 120.2318961, 30.3840444 ], [ 120.2318756, 30.3840429 ], [ 120.2318508, 30.3840324 ], [ 120.2318252, 30.3840222 ], [ 120.2318083, 30.3840075 ], [ 120.2318067, 30.3839909 ], [ 120.231813, 30.3839747 ], [ 120.2318136, 30.3839507 ], [ 120.2318215, 30.3839288 ], [ 120.2317793, 30.3838532 ], [ 120.2316909, 30.3839002 ], [ 120.2317285, 30.3839512 ], [ 120.2317374, 30.3839826 ], [ 120.231751, 30.3840187 ], [ 120.2317538, 30.3840513 ], [ 120.2317382, 30.3840886 ], [ 120.2317253, 30.3841172 ], [ 120.2317266, 30.3841282 ], [ 120.2316769, 30.3841769 ], [ 120.2316604, 30.3841971 ], [ 120.2316506, 30.384227 ], [ 120.2316629, 30.3842498 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2316556, 30.3845823 ], [ 120.2316689, 30.3845935 ], [ 120.2316912, 30.3846178 ], [ 120.2316961, 30.3846436 ], [ 120.2317263, 30.3846859 ], [ 120.2317449, 30.3847239 ], [ 120.2317499, 30.3847463 ], [ 120.231766, 30.3847711 ], [ 120.2318359, 30.384802 ], [ 120.2318564, 30.384816 ], [ 120.2318825, 30.3848288 ], [ 120.2319044, 30.3848402 ], [ 120.2319164, 30.3848593 ], [ 120.2319182, 30.3848717 ], [ 120.2319339, 30.3848744 ], [ 120.2319553, 30.3848703 ], [ 120.2319848, 30.3848723 ], [ 120.2319955, 30.384884 ], [ 120.2320125, 30.3849 ], [ 120.2320385, 30.3849112 ], [ 120.232093, 30.3849295 ], [ 120.2321297, 30.3849422 ], [ 120.2321637, 30.3849526 ], [ 120.2321933, 30.3849567 ], [ 120.2322222, 30.3849573 ], [ 120.2322368, 30.3848931 ], [ 120.2322086, 30.3848932 ], [ 120.2321844, 30.3848906 ], [ 120.2321522, 30.3848885 ], [ 120.2321251, 30.3848834 ], [ 120.2321038, 30.3848486 ], [ 120.2320779, 30.3848456 ], [ 120.2318501, 30.384721 ], [ 120.2318183, 30.3846879 ], [ 120.2317892, 30.3846521 ], [ 120.2317837, 30.384616 ], [ 120.2317803, 30.3845815 ], [ 120.2317904, 30.38455 ], [ 120.2318094, 30.3845362 ], [ 120.2318347, 30.3845275 ], [ 120.2318681, 30.3845198 ], [ 120.2318977, 30.3845035 ], [ 120.231949, 30.3844644 ], [ 120.2319831, 30.3844353 ], [ 120.2320135, 30.3844052 ], [ 120.2320393, 30.3843776 ], [ 120.232058, 30.384348 ], [ 120.2320562, 30.3843199 ], [ 120.2320532, 30.3842943 ], [ 120.2320495, 30.3842596 ], [ 120.2319949, 30.3842681 ], [ 120.2320005, 30.3843215 ], [ 120.231998, 30.3843455 ], [ 120.2319849, 30.3843676 ], [ 120.2319411, 30.384415 ], [ 120.2319053, 30.3844437 ], [ 120.2318543, 30.3844668 ], [ 120.2318264, 30.3844703 ], [ 120.2318056, 30.3844705 ], [ 120.2317782, 30.3844659 ], [ 120.2317528, 30.3844558 ], [ 120.231738, 30.38443 ], [ 120.2316951, 30.3844413 ], [ 120.2317007, 30.3844692 ], [ 120.231695, 30.384498 ], [ 120.2316834, 30.3845184 ], [ 120.2316662, 30.3845438 ], [ 120.2316509, 30.3845605 ], [ 120.2316556, 30.3845823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2332072, 30.3851162 ], [ 120.2332323, 30.3851101 ], [ 120.2332525, 30.3851182 ], [ 120.2332606, 30.3851031 ], [ 120.233235, 30.3850717 ], [ 120.2331464, 30.384949 ], [ 120.2331201, 30.384946 ], [ 120.2331074, 30.3849548 ], [ 120.2331024, 30.3849725 ], [ 120.2330993, 30.3849832 ], [ 120.2332072, 30.3851162 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2322733, 30.3849603 ], [ 120.2322972, 30.384974 ], [ 120.2323128, 30.3849996 ], [ 120.2323205, 30.3850314 ], [ 120.232323, 30.3850623 ], [ 120.2323174, 30.3850914 ], [ 120.2323126, 30.385113 ], [ 120.2322977, 30.3851306 ], [ 120.2323333, 30.3851511 ], [ 120.2323716, 30.3851308 ], [ 120.2324129, 30.3851188 ], [ 120.2324606, 30.3851081 ], [ 120.2325078, 30.3851075 ], [ 120.2325482, 30.3851107 ], [ 120.2325804, 30.3851201 ], [ 120.2326228, 30.3851553 ], [ 120.2326418, 30.3851932 ], [ 120.2326492, 30.3852247 ], [ 120.2326408, 30.3852572 ], [ 120.2326132, 30.385267 ], [ 120.2325857, 30.3852744 ], [ 120.2325742, 30.385289 ], [ 120.2325695, 30.3853126 ], [ 120.2325741, 30.3853276 ], [ 120.2325876, 30.3853427 ], [ 120.23261, 30.3853424 ], [ 120.2326208, 30.385345 ], [ 120.2326301, 30.3853646 ], [ 120.2326264, 30.3853828 ], [ 120.2326022, 30.3853869 ], [ 120.2325729, 30.385406 ], [ 120.232561, 30.3854385 ], [ 120.232664, 30.3855381 ], [ 120.2327632, 30.3854632 ], [ 120.2328145, 30.3854625 ], [ 120.2329594, 30.3856247 ], [ 120.233023, 30.3855853 ], [ 120.2330035, 30.385564 ], [ 120.2330331, 30.3855427 ], [ 120.2329686, 30.3854711 ], [ 120.2331293, 30.3853598 ], [ 120.2331572, 30.3853969 ], [ 120.2332383, 30.3853316 ], [ 120.233152, 30.3852556 ], [ 120.2331459, 30.3852309 ], [ 120.2331478, 30.3851935 ], [ 120.2331715, 30.3851624 ], [ 120.2330413, 30.3850089 ], [ 120.2329847, 30.3850262 ], [ 120.2329285, 30.3850366 ], [ 120.2328726, 30.385041 ], [ 120.2328306, 30.3850443 ], [ 120.2327934, 30.3850374 ], [ 120.2327755, 30.385028 ], [ 120.232779, 30.3850055 ], [ 120.2327655, 30.3849896 ], [ 120.2327042, 30.3849321 ], [ 120.2326555, 30.3849073 ], [ 120.2325967, 30.3848967 ], [ 120.2325485, 30.3848923 ], [ 120.2324972, 30.3848928 ], [ 120.2324557, 30.3848925 ], [ 120.2324334, 30.3848973 ], [ 120.2324141, 30.384905 ], [ 120.2323796, 30.3849138 ], [ 120.2323504, 30.3849167 ], [ 120.2323065, 30.3849156 ], [ 120.2322694, 30.3849036 ], [ 120.2322576, 30.3849567 ], [ 120.2322733, 30.3849603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2481737, 30.3852156 ], [ 120.2482371, 30.3852746 ], [ 120.2483455, 30.3853178 ], [ 120.2485374, 30.3854085 ], [ 120.2486342, 30.385466 ], [ 120.2486675, 30.3855711 ], [ 120.2486375, 30.3858014 ], [ 120.2485708, 30.3859568 ], [ 120.2485474, 30.3860489 ], [ 120.2485474, 30.386236 ], [ 120.2486875, 30.3863037 ], [ 120.2487927, 30.3863267 ], [ 120.2489995, 30.3861756 ], [ 120.2491247, 30.3861022 ], [ 120.2491564, 30.3860374 ], [ 120.2490863, 30.3857755 ], [ 120.2489929, 30.385538 ], [ 120.2489411, 30.3853466 ], [ 120.2488711, 30.385076 ], [ 120.2488277, 30.3849868 ], [ 120.2486575, 30.3849004 ], [ 120.2484673, 30.3848443 ], [ 120.2483422, 30.38485 ], [ 120.2482221, 30.3850012 ], [ 120.248167, 30.3851393 ], [ 120.2481737, 30.3852156 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2322668, 30.3856827 ], [ 120.2324131, 30.3858233 ], [ 120.2324437, 30.3858474 ], [ 120.2324772, 30.3858239 ], [ 120.2325323, 30.3858284 ], [ 120.2325631, 30.3858579 ], [ 120.2326198, 30.3858106 ], [ 120.2325613, 30.3857492 ], [ 120.2325439, 30.3857584 ], [ 120.2324522, 30.3856543 ], [ 120.2325372, 30.3855968 ], [ 120.2325805, 30.3856041 ], [ 120.2325905, 30.3855946 ], [ 120.2325764, 30.3855756 ], [ 120.2325983, 30.3855696 ], [ 120.2326356, 30.385568 ], [ 120.2326333, 30.3855411 ], [ 120.2325289, 30.3854442 ], [ 120.2324981, 30.3854463 ], [ 120.2322398, 30.3856008 ], [ 120.2322668, 30.3856827 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2428119, 30.3877492 ], [ 120.2429091, 30.3874104 ], [ 120.2428786, 30.3874039 ], [ 120.2427813, 30.3877427 ], [ 120.2428119, 30.3877492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2425646, 30.3886439 ], [ 120.2426743, 30.3882423 ], [ 120.2426422, 30.3882358 ], [ 120.2425325, 30.3886374 ], [ 120.2425646, 30.3886439 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2416739, 30.3897672 ], [ 120.2416977, 30.3897577 ], [ 120.2417196, 30.3897425 ], [ 120.2417349, 30.3897221 ], [ 120.241742, 30.3896986 ], [ 120.2417401, 30.3896744 ], [ 120.2417294, 30.389652 ], [ 120.2417134, 30.3896318 ], [ 120.2416914, 30.3896202 ], [ 120.2416836, 30.3896567 ], [ 120.2416906, 30.3896582 ], [ 120.2416914, 30.389655 ], [ 120.2416971, 30.3896559 ], [ 120.2416916, 30.389677 ], [ 120.2416841, 30.3896755 ], [ 120.2416815, 30.3896856 ], [ 120.241687, 30.3896866 ], [ 120.2416804, 30.3897125 ], [ 120.2416754, 30.3897128 ], [ 120.2416727, 30.3897219 ], [ 120.2416782, 30.3897231 ], [ 120.2416742, 30.3897363 ], [ 120.24166, 30.3897331 ], [ 120.2416511, 30.3897715 ], [ 120.2416739, 30.3897672 ] ] ], [ [ [ 120.2421136, 30.390171 ], [ 120.2421187, 30.39017 ], [ 120.2421198, 30.3901764 ], [ 120.2421212, 30.3901817 ], [ 120.2421244, 30.3901869 ], [ 120.2421303, 30.3901908 ], [ 120.2421356, 30.3901912 ], [ 120.2421399, 30.390191 ], [ 120.2421476, 30.3901886 ], [ 120.2421519, 30.3901853 ], [ 120.2421553, 30.390182 ], [ 120.2421578, 30.3901782 ], [ 120.2421598, 30.3901749 ], [ 120.2421609, 30.3901699 ], [ 120.2421615, 30.3901659 ], [ 120.2421614, 30.3901623 ], [ 120.2421609, 30.3901587 ], [ 120.2421598, 30.3901561 ], [ 120.242157, 30.3901529 ], [ 120.2421459, 30.3901407 ], [ 120.2421439, 30.3901365 ], [ 120.2421439, 30.3901311 ], [ 120.2421442, 30.390127 ], [ 120.2421532, 30.3901146 ], [ 120.2421516, 30.3901128 ], [ 120.2421348, 30.3901348 ], [ 120.2421314, 30.3901416 ], [ 120.2421314, 30.390144 ], [ 120.2421317, 30.390146 ], [ 120.2421334, 30.3901475 ], [ 120.2421357, 30.3901487 ], [ 120.2421397, 30.3901492 ], [ 120.2421431, 30.3901434 ], [ 120.2421462, 30.3901458 ], [ 120.2421436, 30.3901482 ], [ 120.2421425, 30.3901507 ], [ 120.2421419, 30.3901539 ], [ 120.2421423, 30.3901579 ], [ 120.2421433, 30.3901626 ], [ 120.2421437, 30.3901657 ], [ 120.2421433, 30.3901688 ], [ 120.242141, 30.3901704 ], [ 120.2421369, 30.3901675 ], [ 120.2421351, 30.3901651 ], [ 120.2421336, 30.3901673 ], [ 120.2421317, 30.390169 ], [ 120.2421283, 30.3901693 ], [ 120.2421246, 30.3901685 ], [ 120.2421233, 30.3901666 ], [ 120.2421227, 30.3901644 ], [ 120.2421227, 30.3901585 ], [ 120.2421186, 30.3901611 ], [ 120.242115, 30.3901629 ], [ 120.2421115, 30.3901676 ], [ 120.2421068, 30.3901722 ], [ 120.2421136, 30.390171 ] ] ], [ [ [ 120.2427036, 30.3899523 ], [ 120.2427152, 30.3899744 ], [ 120.2427314, 30.3899922 ], [ 120.2427494, 30.3900049 ], [ 120.2427616, 30.3899672 ], [ 120.2427473, 30.3899644 ], [ 120.2427507, 30.3899512 ], [ 120.2427562, 30.3899522 ], [ 120.2427585, 30.3899431 ], [ 120.2427543, 30.3899409 ], [ 120.242762, 30.3899152 ], [ 120.2427675, 30.3899164 ], [ 120.2427705, 30.3899065 ], [ 120.242763, 30.3899048 ], [ 120.2427691, 30.3898839 ], [ 120.2427747, 30.3898853 ], [ 120.2427737, 30.3898885 ], [ 120.2427808, 30.3898899 ], [ 120.242793, 30.3898543 ], [ 120.2427672, 30.389856 ], [ 120.2427424, 30.3898677 ], [ 120.2427211, 30.3898836 ], [ 120.2427067, 30.3899044 ], [ 120.2427006, 30.3899281 ], [ 120.2427036, 30.3899523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2365451, 30.3971584 ], [ 120.2365805, 30.3972046 ], [ 120.2366428, 30.3972256 ], [ 120.2367108, 30.3972195 ], [ 120.2372233, 30.3966918 ], [ 120.2372985, 30.3965871 ], [ 120.2376259, 30.3962763 ], [ 120.2384382, 30.3954985 ], [ 120.2385046, 30.3954607 ], [ 120.2389456, 30.395381 ], [ 120.2391575, 30.395401 ], [ 120.2394366, 30.3954017 ], [ 120.239521, 30.3954347 ], [ 120.2398058, 30.3957297 ], [ 120.2398903, 30.3957923 ], [ 120.2400146, 30.395868 ], [ 120.2401544, 30.3958982 ], [ 120.2405761, 30.3959075 ], [ 120.2407205, 30.395912 ], [ 120.2411004, 30.3960026 ], [ 120.2412998, 30.3960331 ], [ 120.2413941, 30.396143 ], [ 120.241564, 30.3961746 ], [ 120.2416397, 30.3962256 ], [ 120.2416739, 30.3962632 ], [ 120.2417565, 30.396305 ], [ 120.2419346, 30.3958705 ], [ 120.2420054, 30.3954614 ], [ 120.2420431, 30.3951978 ], [ 120.2420738, 30.3950513 ], [ 120.2421045, 30.3947684 ], [ 120.2420998, 30.3946372 ], [ 120.2420821, 30.3945038 ], [ 120.2420738, 30.3944764 ], [ 120.2419146, 30.3943787 ], [ 120.2419535, 30.3945822 ], [ 120.241957, 30.3947409 ], [ 120.2419582, 30.3949139 ], [ 120.241937, 30.3950411 ], [ 120.2419146, 30.3952304 ], [ 120.2418862, 30.39532 ], [ 120.2418131, 30.3953841 ], [ 120.2416857, 30.3954441 ], [ 120.241596, 30.3955021 ], [ 120.2415146, 30.3956049 ], [ 120.2414356, 30.3957321 ], [ 120.2413672, 30.3958338 ], [ 120.2413306, 30.3958603 ], [ 120.2411277, 30.3958725 ], [ 120.2408882, 30.3958735 ], [ 120.2405924, 30.3958198 ], [ 120.2401436, 30.395713 ], [ 120.2398968, 30.3955418 ], [ 120.2397162, 30.3953212 ], [ 120.2396715, 30.3951038 ], [ 120.2395766, 30.3946419 ], [ 120.239337, 30.3944491 ], [ 120.2389366, 30.3942832 ], [ 120.2388239, 30.3942966 ], [ 120.2385074, 30.3943341 ], [ 120.2383197, 30.3942971 ], [ 120.2375594, 30.3940842 ], [ 120.2374399, 30.3940765 ], [ 120.2371282, 30.3940565 ], [ 120.2368948, 30.3941742 ], [ 120.2368605, 30.3943295 ], [ 120.236959, 30.3944364 ], [ 120.2371367, 30.3945228 ], [ 120.2371533, 30.394651 ], [ 120.2369855, 30.3948767 ], [ 120.2370077, 30.394963 ], [ 120.2371392, 30.3949685 ], [ 120.2372059, 30.3949521 ], [ 120.2373248, 30.3948951 ], [ 120.2374046, 30.3949143 ], [ 120.237462, 30.3949701 ], [ 120.2374667, 30.3950977 ], [ 120.2372861, 30.3953013 ], [ 120.2372156, 30.3954049 ], [ 120.2372178, 30.3958758 ], [ 120.2371927, 30.3960455 ], [ 120.2371724, 30.3961446 ], [ 120.2371058, 30.396305 ], [ 120.2368996, 30.3966351 ], [ 120.2366017, 30.3969866 ], [ 120.2365467, 30.3970644 ], [ 120.2365354, 30.3971219 ], [ 120.2365451, 30.3971584 ] ], [ [ 120.2415293, 30.3958588 ], [ 120.2415668, 30.3958094 ], [ 120.241605, 30.3957746 ], [ 120.2416432, 30.3957617 ], [ 120.2416984, 30.3957666 ], [ 120.2417331, 30.3958033 ], [ 120.2417466, 30.3958484 ], [ 120.2416907, 30.3959235 ], [ 120.2416369, 30.395951 ], [ 120.2415632, 30.3959492 ], [ 120.2415279, 30.3959168 ], [ 120.2415293, 30.3958588 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1828478, 30.3881198 ], [ 120.1828605, 30.3881394 ], [ 120.182882, 30.3881545 ], [ 120.1829758, 30.3882065 ], [ 120.1830938, 30.3883014 ], [ 120.1831522, 30.3883905 ], [ 120.1831575, 30.3884367 ], [ 120.1831428, 30.388527 ], [ 120.1831284, 30.3886823 ], [ 120.1831012, 30.3888179 ], [ 120.183055, 30.3889672 ], [ 120.183063, 30.3890181 ], [ 120.1831086, 30.3890875 ], [ 120.1831716, 30.3891233 ], [ 120.1833446, 30.3891372 ], [ 120.1834345, 30.389143 ], [ 120.1835351, 30.3891361 ], [ 120.1836625, 30.3891199 ], [ 120.18381, 30.3890678 ], [ 120.1838891, 30.3890065 ], [ 120.1839374, 30.388951 ], [ 120.1839387, 30.3888723 ], [ 120.1839079, 30.3887913 ], [ 120.1838489, 30.3887219 ], [ 120.1837952, 30.3886421 ], [ 120.1837657, 30.3885484 ], [ 120.1837684, 30.3884836 ], [ 120.1837912, 30.3883922 ], [ 120.1838355, 30.388324 ], [ 120.1838864, 30.3882788 ], [ 120.1839133, 30.3882291 ], [ 120.1839656, 30.3880729 ], [ 120.1839589, 30.3880278 ], [ 120.1839347, 30.38797 ], [ 120.1838891, 30.3879202 ], [ 120.183806, 30.3878624 ], [ 120.1837275, 30.3878219 ], [ 120.1836544, 30.3877987 ], [ 120.1835934, 30.3877912 ], [ 120.1835411, 30.3877999 ], [ 120.1835096, 30.3878207 ], [ 120.1834331, 30.3879179 ], [ 120.1833782, 30.3879676 ], [ 120.1833218, 30.3880428 ], [ 120.1832722, 30.3881099 ], [ 120.183234, 30.3881704 ], [ 120.1832122, 30.3881793 ], [ 120.1831941, 30.3881808 ], [ 120.1831555, 30.3881776 ], [ 120.1830928, 30.3881641 ], [ 120.1829427, 30.3881061 ], [ 120.1828732, 30.3880723 ], [ 120.1828645, 30.3880752 ], [ 120.1828518, 30.388088 ], [ 120.1828464, 30.3881065 ], [ 120.1828478, 30.3881198 ] ], [ [ 120.1831475, 30.3889348 ], [ 120.1831864, 30.3888879 ], [ 120.1832273, 30.3888596 ], [ 120.1832715, 30.3888497 ], [ 120.1833078, 30.3888457 ], [ 120.1833922, 30.3888578 ], [ 120.183523, 30.3888925 ], [ 120.1835592, 30.3889134 ], [ 120.1835666, 30.3889429 ], [ 120.1835639, 30.3889666 ], [ 120.1835532, 30.3889822 ], [ 120.1835176, 30.3890146 ], [ 120.1834667, 30.3890383 ], [ 120.1833882, 30.3890516 ], [ 120.1833078, 30.389051 ], [ 120.1832326, 30.3890343 ], [ 120.1831803, 30.3890088 ], [ 120.1831502, 30.3889805 ], [ 120.1831435, 30.3889539 ], [ 120.1831475, 30.3889348 ] ], [ [ 120.1833943, 30.3880087 ], [ 120.183405, 30.3879919 ], [ 120.1834258, 30.3879717 ], [ 120.183517, 30.3879561 ], [ 120.1835585, 30.3879468 ], [ 120.183582, 30.3879225 ], [ 120.1835887, 30.3879115 ], [ 120.1836061, 30.3879017 ], [ 120.1836249, 30.3878982 ], [ 120.1836611, 30.3879029 ], [ 120.1836973, 30.3879289 ], [ 120.1837517, 30.3879676 ], [ 120.1837812, 30.3880012 ], [ 120.1838026, 30.3880469 ], [ 120.183806, 30.388081 ], [ 120.1838026, 30.3881175 ], [ 120.1837704, 30.388166 ], [ 120.1837315, 30.3882025 ], [ 120.1836732, 30.3882297 ], [ 120.1836196, 30.3882366 ], [ 120.1835592, 30.3882343 ], [ 120.1834875, 30.388214 ], [ 120.1834412, 30.3881793 ], [ 120.1834191, 30.3881452 ], [ 120.183407, 30.3880937 ], [ 120.1833922, 30.3880388 ], [ 120.1833943, 30.3880087 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1608033, 30.3904517 ], [ 120.1609378, 30.3904362 ], [ 120.1610588, 30.3903666 ], [ 120.1611213, 30.3903243 ], [ 120.161184, 30.3902584 ], [ 120.1612631, 30.3901431 ], [ 120.1613422, 30.3899948 ], [ 120.161465, 30.3897571 ], [ 120.161656, 30.3894771 ], [ 120.1618579, 30.3892888 ], [ 120.1621144, 30.3890017 ], [ 120.1621853, 30.3889311 ], [ 120.1622399, 30.3889005 ], [ 120.1622808, 30.3888228 ], [ 120.1623927, 30.3888251 ], [ 120.1624991, 30.388851 ], [ 120.1625564, 30.3889099 ], [ 120.1627556, 30.3889546 ], [ 120.1629575, 30.3889311 ], [ 120.1632685, 30.3889358 ], [ 120.163424, 30.3889193 ], [ 120.1635904, 30.3888369 ], [ 120.1637814, 30.3887946 ], [ 120.1639069, 30.3887922 ], [ 120.1644184, 30.3889028 ], [ 120.1647522, 30.3888991 ], [ 120.1652254, 30.3890741 ], [ 120.1653817, 30.3890996 ], [ 120.1654915, 30.3891251 ], [ 120.1659901, 30.3891069 ], [ 120.1659816, 30.3889574 ], [ 120.1658, 30.3889939 ], [ 120.1655929, 30.389023 ], [ 120.1652718, 30.3890121 ], [ 120.1648831, 30.3888663 ], [ 120.1647099, 30.3888226 ], [ 120.1644733, 30.3888335 ], [ 120.1640719, 30.3887643 ], [ 120.1638241, 30.3887506 ], [ 120.1633535, 30.3888512 ], [ 120.1630263, 30.3888705 ], [ 120.1627081, 30.3888009 ], [ 120.1623316, 30.3887545 ], [ 120.1622196, 30.3887158 ], [ 120.1621479, 30.388739 ], [ 120.1620403, 30.3889555 ], [ 120.1618655, 30.3891295 ], [ 120.1616369, 30.3892996 ], [ 120.1614935, 30.3895393 ], [ 120.1614039, 30.3897133 ], [ 120.1612963, 30.3899646 ], [ 120.1612022, 30.3901385 ], [ 120.1610812, 30.3902236 ], [ 120.1609288, 30.3902661 ], [ 120.1607899, 30.3903318 ], [ 120.1607361, 30.3904092 ], [ 120.1608033, 30.3904517 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1643935, 30.3927813 ], [ 120.1648953, 30.3917133 ], [ 120.1652789, 30.3910149 ], [ 120.165316, 30.3909378 ], [ 120.1654315, 30.3907497 ], [ 120.1656823, 30.3903435 ], [ 120.1659025, 30.390035 ], [ 120.1659439, 30.3899767 ], [ 120.1660158, 30.389768 ], [ 120.166103, 30.3896608 ], [ 120.1661619, 30.3895103 ], [ 120.1662273, 30.3892922 ], [ 120.1662665, 30.3891511 ], [ 120.166284, 30.3890722 ], [ 120.1663603, 30.3889292 ], [ 120.1666394, 30.3885268 ], [ 120.1667724, 30.3883105 ], [ 120.1669693, 30.3879676 ], [ 120.1671407, 30.387678 ], [ 120.167263, 30.3875362 ], [ 120.1674178, 30.387401 ], [ 120.1676529, 30.3873269 ], [ 120.1677504, 30.3872757 ], [ 120.1678689, 30.3872411 ], [ 120.1680275, 30.3872395 ], [ 120.168597, 30.3873516 ], [ 120.1688818, 30.3874027 ], [ 120.1690309, 30.387439 ], [ 120.1693061, 30.3875296 ], [ 120.1694686, 30.3875626 ], [ 120.1697056, 30.3875857 ], [ 120.1700725, 30.3875676 ], [ 120.1702426, 30.3875709 ], [ 120.1707453, 30.3876648 ], [ 120.1711562, 30.3877687 ], [ 120.1714123, 30.3878297 ], [ 120.1715996, 30.387866 ], [ 120.1716627, 30.3879006 ], [ 120.1716894, 30.3879319 ], [ 120.1716933, 30.3880094 ], [ 120.1716608, 30.3880753 ], [ 120.171613, 30.388199 ], [ 120.1715595, 30.3883161 ], [ 120.1714888, 30.3884595 ], [ 120.1714352, 30.3886029 ], [ 120.1712976, 30.3888717 ], [ 120.1711581, 30.3891833 ], [ 120.1713989, 30.3892492 ], [ 120.1715117, 30.3890019 ], [ 120.1715365, 30.38887 ], [ 120.1715174, 30.3888568 ], [ 120.17159, 30.3886969 ], [ 120.1715958, 30.3884743 ], [ 120.1715977, 30.3884034 ], [ 120.17172, 30.3882864 ], [ 120.1718309, 30.3882485 ], [ 120.1718347, 30.3881792 ], [ 120.171871, 30.3881726 ], [ 120.1718672, 30.3881116 ], [ 120.1718194, 30.3879154 ], [ 120.1718194, 30.3878511 ], [ 120.1718481, 30.3877901 ], [ 120.1718882, 30.387744 ], [ 120.1719704, 30.3877209 ], [ 120.1722531, 30.3877336 ], [ 120.1723889, 30.387739 ], [ 120.1725784, 30.3877517 ], [ 120.1730399, 30.3877921 ], [ 120.1732781, 30.3877772 ], [ 120.173386, 30.3877865 ], [ 120.1735032, 30.387767 ], [ 120.1737306, 30.3878099 ], [ 120.1738778, 30.3878429 ], [ 120.1739848, 30.3879006 ], [ 120.1740135, 30.3879715 ], [ 120.1740613, 30.3880506 ], [ 120.174067, 30.3881232 ], [ 120.1740651, 30.3881726 ], [ 120.1741779, 30.3881545 ], [ 120.1743671, 30.3882039 ], [ 120.1748162, 30.3882798 ], [ 120.1749921, 30.3883045 ], [ 120.1751679, 30.3883111 ], [ 120.1753361, 30.3883259 ], [ 120.1754393, 30.3883474 ], [ 120.175661, 30.3883705 ], [ 120.1757241, 30.3883985 ], [ 120.1757642, 30.3884364 ], [ 120.1758024, 30.3884051 ], [ 120.1758655, 30.3883556 ], [ 120.1761784, 30.3884186 ], [ 120.1762191, 30.38833 ], [ 120.1759567, 30.3882742 ], [ 120.1757524, 30.3882434 ], [ 120.1755328, 30.3881839 ], [ 120.175354, 30.3882015 ], [ 120.1751702, 30.3881883 ], [ 120.1749249, 30.3881183 ], [ 120.174787, 30.3881404 ], [ 120.174523, 30.3881013 ], [ 120.1743968, 30.388069 ], [ 120.1742904, 30.3880299 ], [ 120.1740791, 30.3878645 ], [ 120.1739283, 30.3877556 ], [ 120.173328, 30.3876455 ], [ 120.173071, 30.3876868 ], [ 120.1725583, 30.3876534 ], [ 120.1723725, 30.3876507 ], [ 120.1722053, 30.3876296 ], [ 120.1717198, 30.3875564 ], [ 120.1716349, 30.3875198 ], [ 120.1715454, 30.3874832 ], [ 120.1714841, 30.3874182 ], [ 120.171404, 30.387406 ], [ 120.1712861, 30.3874385 ], [ 120.1711683, 30.3874548 ], [ 120.1710458, 30.3874385 ], [ 120.1705791, 30.3873287 ], [ 120.1704189, 30.3872637 ], [ 120.1702303, 30.3871417 ], [ 120.1701172, 30.3870766 ], [ 120.1699758, 30.3870644 ], [ 120.1695468, 30.3870685 ], [ 120.169198, 30.3869953 ], [ 120.1688917, 30.3869099 ], [ 120.1686371, 30.3867757 ], [ 120.1684486, 30.3866334 ], [ 120.1682284, 30.3864612 ], [ 120.1678422, 30.386581 ], [ 120.167883, 30.3867473 ], [ 120.1678783, 30.3868774 ], [ 120.1678075, 30.3869831 ], [ 120.1677274, 30.38704 ], [ 120.1675719, 30.3871132 ], [ 120.1673268, 30.3872189 ], [ 120.1671806, 30.3873409 ], [ 120.1669733, 30.3876093 ], [ 120.1668366, 30.3877638 ], [ 120.1666386, 30.3881094 ], [ 120.1664642, 30.388333 ], [ 120.1662097, 30.3887599 ], [ 120.1661201, 30.3888575 ], [ 120.1660635, 30.3889063 ], [ 120.1659816, 30.3889574 ], [ 120.1659901, 30.3891069 ], [ 120.1660494, 30.3891055 ], [ 120.1660871, 30.3891462 ], [ 120.1659881, 30.3893942 ], [ 120.1659457, 30.3896341 ], [ 120.1658891, 30.3897398 ], [ 120.1657147, 30.3900651 ], [ 120.165545, 30.3903985 ], [ 120.1653471, 30.3906831 ], [ 120.1652952, 30.3907726 ], [ 120.1653047, 30.3908702 ], [ 120.1651585, 30.391171 ], [ 120.164871, 30.3917118 ], [ 120.1643714, 30.392773 ], [ 120.1643935, 30.3927813 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1839213, 30.3903278 ], [ 120.1839213, 30.390406 ], [ 120.1839261, 30.3904967 ], [ 120.1839499, 30.3905709 ], [ 120.1840502, 30.3906038 ], [ 120.1841649, 30.3906121 ], [ 120.1843559, 30.3905049 ], [ 120.1844085, 30.3904761 ], [ 120.1844945, 30.3904555 ], [ 120.1845996, 30.3904967 ], [ 120.184719, 30.390509 ], [ 120.1848623, 30.3904843 ], [ 120.184953, 30.3904266 ], [ 120.1851202, 30.390336 ], [ 120.1852778, 30.3902536 ], [ 120.1854593, 30.3901011 ], [ 120.1855453, 30.3900599 ], [ 120.1856265, 30.3900764 ], [ 120.1856982, 30.3901011 ], [ 120.1857698, 30.3900435 ], [ 120.1858128, 30.3899487 ], [ 120.1857555, 30.3898498 ], [ 120.1856552, 30.3898292 ], [ 120.1855596, 30.3898416 ], [ 120.1854737, 30.3899611 ], [ 120.1853686, 30.3901135 ], [ 120.1852539, 30.3902206 ], [ 120.1849578, 30.3903731 ], [ 120.1848479, 30.3904225 ], [ 120.1847524, 30.3904184 ], [ 120.1846903, 30.3903896 ], [ 120.1845948, 30.3903525 ], [ 120.1844754, 30.3903772 ], [ 120.1843512, 30.3904308 ], [ 120.1842509, 30.3904308 ], [ 120.1841553, 30.3903525 ], [ 120.1841028, 30.3902454 ], [ 120.1840502, 30.3901712 ], [ 120.183969, 30.3901712 ], [ 120.1839213, 30.3902412 ], [ 120.1839213, 30.3903278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1833771, 30.3910598 ], [ 120.1834694, 30.3910368 ], [ 120.1832785, 30.3908002 ], [ 120.1833771, 30.3910598 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1564155, 30.39333 ], [ 120.156892, 30.3929672 ], [ 120.1569678, 30.3928666 ], [ 120.1571485, 30.3926705 ], [ 120.1574342, 30.3924291 ], [ 120.1577198, 30.3922229 ], [ 120.1578423, 30.3921223 ], [ 120.1580172, 30.391896 ], [ 120.1580929, 30.3917954 ], [ 120.1580288, 30.3917703 ], [ 120.1578539, 30.3919614 ], [ 120.1576732, 30.3921424 ], [ 120.1573234, 30.3924039 ], [ 120.1568803, 30.3927761 ], [ 120.1566121, 30.3930124 ], [ 120.156334, 30.3932626 ], [ 120.1564155, 30.39333 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1665072, 30.3994404 ], [ 120.1665568, 30.3993811 ], [ 120.1666179, 30.3991705 ], [ 120.166656, 30.3991573 ], [ 120.1667094, 30.3989665 ], [ 120.1669956, 30.398328 ], [ 120.1673428, 30.3976336 ], [ 120.1673247, 30.3975508 ], [ 120.1673392, 30.3975062 ], [ 120.1676063, 30.3971115 ], [ 120.1677346, 30.3969348 ], [ 120.1679437, 30.3965169 ], [ 120.1682439, 30.3959937 ], [ 120.1682956, 30.3959277 ], [ 120.1683619, 30.3958777 ], [ 120.1684778, 30.3957955 ], [ 120.1685275, 30.3956562 ], [ 120.1685068, 30.395608 ], [ 120.1684944, 30.3955652 ], [ 120.1685027, 30.395517 ], [ 120.1686245, 30.3952007 ], [ 120.1687532, 30.3948581 ], [ 120.1687987, 30.394792 ], [ 120.1688318, 30.3947848 ], [ 120.1689188, 30.3947866 ], [ 120.168985, 30.3947795 ], [ 120.1690782, 30.3948027 ], [ 120.1693556, 30.394817 ], [ 120.1697613, 30.3948438 ], [ 120.1701381, 30.3948545 ], [ 120.1704031, 30.3948366 ], [ 120.1706619, 30.394867 ], [ 120.1708171, 30.3949206 ], [ 120.1710653, 30.3949614 ], [ 120.1712212, 30.394987 ], [ 120.1712418, 30.3949135 ], [ 120.1710283, 30.3948723 ], [ 120.170606, 30.3947956 ], [ 120.1705936, 30.394767 ], [ 120.1704466, 30.3947848 ], [ 120.170312, 30.3947956 ], [ 120.169814, 30.3947854 ], [ 120.1696026, 30.3947673 ], [ 120.1691568, 30.3947294 ], [ 120.169004, 30.3946996 ], [ 120.1689349, 30.3946716 ], [ 120.1689224, 30.3946455 ], [ 120.1689025, 30.3945642 ], [ 120.1689307, 30.3943873 ], [ 120.1690144, 30.394194 ], [ 120.1691735, 30.3938862 ], [ 120.1693517, 30.3936505 ], [ 120.1693873, 30.3936505 ], [ 120.1695252, 30.3934414 ], [ 120.169606, 30.3932877 ], [ 120.1696535, 30.3932508 ], [ 120.1696725, 30.3931995 ], [ 120.1696606, 30.3931667 ], [ 120.1697414, 30.3930171 ], [ 120.1699291, 30.3925907 ], [ 120.1701644, 30.391943 ], [ 120.1704543, 30.3910083 ], [ 120.1705208, 30.3908115 ], [ 120.1705707, 30.3907111 ], [ 120.1705969, 30.3906844 ], [ 120.1707157, 30.3904754 ], [ 120.1708725, 30.3901658 ], [ 120.1709533, 30.3901125 ], [ 120.1712147, 30.3894566 ], [ 120.171305, 30.3892578 ], [ 120.1713989, 30.3892492 ], [ 120.1711581, 30.3891833 ], [ 120.1710662, 30.3894669 ], [ 120.1707561, 30.3901841 ], [ 120.1705449, 30.3904744 ], [ 120.1704129, 30.3907362 ], [ 120.1702876, 30.391072 ], [ 120.1701424, 30.3914534 ], [ 120.169984, 30.3918177 ], [ 120.1698323, 30.3920453 ], [ 120.1695382, 30.3927159 ], [ 120.1694429, 30.3929333 ], [ 120.169212, 30.3932463 ], [ 120.1691475, 30.3932631 ], [ 120.1690331, 30.3932466 ], [ 120.1688582, 30.3931802 ], [ 120.1687469, 30.393138 ], [ 120.1685409, 30.3930886 ], [ 120.1685828, 30.3931215 ], [ 120.1689033, 30.3932137 ], [ 120.1691361, 30.3933124 ], [ 120.1691895, 30.3933453 ], [ 120.1692467, 30.3933717 ], [ 120.1692277, 30.393421 ], [ 120.1691819, 30.3935033 ], [ 120.1689873, 30.3939443 ], [ 120.168827, 30.3942372 ], [ 120.1687889, 30.3943524 ], [ 120.1687278, 30.394698 ], [ 120.1686553, 30.3948527 ], [ 120.1685243, 30.3952631 ], [ 120.1683163, 30.3957053 ], [ 120.1681173, 30.3959223 ], [ 120.1680792, 30.3959749 ], [ 120.1680448, 30.3959618 ], [ 120.1679952, 30.396021 ], [ 120.1679495, 30.3961691 ], [ 120.1678999, 30.3963304 ], [ 120.1679113, 30.3963666 ], [ 120.167793, 30.3965871 ], [ 120.1676976, 30.3966924 ], [ 120.1676099, 30.3968471 ], [ 120.1675412, 30.3969129 ], [ 120.1674954, 30.3969557 ], [ 120.1672207, 30.3975579 ], [ 120.1668124, 30.3984103 ], [ 120.1665492, 30.3989467 ], [ 120.1664532, 30.3990167 ], [ 120.1664004, 30.3990553 ], [ 120.166263, 30.3990882 ], [ 120.1665072, 30.3994404 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1713061, 30.3950096 ], [ 120.1713543, 30.3950869 ], [ 120.1716435, 30.3951641 ], [ 120.1717882, 30.3952354 ], [ 120.1718915, 30.3953779 ], [ 120.1719052, 30.3955918 ], [ 120.1718226, 30.3961086 ], [ 120.1720705, 30.3961561 ], [ 120.1721661, 30.3959142 ], [ 120.1721926, 30.3958469 ], [ 120.172284, 30.3956156 ], [ 120.1724424, 30.3954492 ], [ 120.1726077, 30.3953779 ], [ 120.1737854, 30.3955324 ], [ 120.1750801, 30.3956928 ], [ 120.176244, 30.3957522 ], [ 120.1769809, 30.3958235 ], [ 120.1781792, 30.3959779 ], [ 120.1801144, 30.3962274 ], [ 120.1805827, 30.3964056 ], [ 120.1809891, 30.3964472 ], [ 120.1815193, 30.3963937 ], [ 120.1826763, 30.3965066 ], [ 120.1835786, 30.3966912 ], [ 120.1856182, 30.3969407 ], [ 120.1860072, 30.3969192 ], [ 120.1861119, 30.3969407 ], [ 120.1861518, 30.3970009 ], [ 120.1861568, 30.397087 ], [ 120.1861119, 30.3972289 ], [ 120.1855534, 30.3983343 ], [ 120.1850547, 30.3994182 ], [ 120.1846258, 30.4005494 ], [ 120.1841621, 30.4017236 ], [ 120.1841022, 30.4019185 ], [ 120.1838529, 30.4027301 ], [ 120.1835144, 30.4033927 ], [ 120.1832904, 30.4038311 ], [ 120.1831519, 30.4038908 ], [ 120.1828634, 30.4039107 ], [ 120.1819864, 30.4038311 ], [ 120.1813229, 30.40405 ], [ 120.1811423, 30.4039589 ], [ 120.1811791, 30.4037206 ], [ 120.1809397, 30.4035538 ], [ 120.1807923, 30.4040145 ], [ 120.1803963, 30.4040542 ], [ 120.1792544, 30.4038636 ], [ 120.1792115, 30.404196 ], [ 120.1794676, 30.4042072 ], [ 120.1806394, 30.4043083 ], [ 120.1813816, 30.4043308 ], [ 120.1817852, 30.404312 ], [ 120.1820413, 30.4042447 ], [ 120.182458, 30.4042297 ], [ 120.1828269, 30.4042896 ], [ 120.183145, 30.4043653 ], [ 120.1832045, 30.4043794 ], [ 120.1834953, 30.4039452 ], [ 120.1836776, 30.4035933 ], [ 120.1841029, 30.4028821 ], [ 120.1843373, 30.4021783 ], [ 120.1848147, 30.4009879 ], [ 120.185036, 30.4003291 ], [ 120.1856827, 30.3989814 ], [ 120.1863468, 30.397484 ], [ 120.1864032, 30.3971958 ], [ 120.1865247, 30.3966342 ], [ 120.1868285, 30.3960951 ], [ 120.1870759, 30.3958144 ], [ 120.1872061, 30.3954662 ], [ 120.1872669, 30.3954063 ], [ 120.1873928, 30.3954101 ], [ 120.1877921, 30.3956122 ], [ 120.1879223, 30.3955448 ], [ 120.1879266, 30.3955037 ], [ 120.1874275, 30.3949421 ], [ 120.187345, 30.3948335 ], [ 120.1873016, 30.3947287 ], [ 120.1876011, 30.3938602 ], [ 120.1875099, 30.393804 ], [ 120.1871975, 30.3945565 ], [ 120.187141, 30.3946239 ], [ 120.1870586, 30.3945939 ], [ 120.1869153, 30.3944779 ], [ 120.186516, 30.3939425 ], [ 120.186095, 30.393643 ], [ 120.1856784, 30.3929842 ], [ 120.1853746, 30.3927258 ], [ 120.1851445, 30.3925873 ], [ 120.1849362, 30.3923515 ], [ 120.1848494, 30.3920931 ], [ 120.1847756, 30.3920183 ], [ 120.1845152, 30.3919546 ], [ 120.1842809, 30.3918311 ], [ 120.1837731, 30.3912845 ], [ 120.183517, 30.3913818 ], [ 120.1836298, 30.3915877 ], [ 120.183925, 30.3919134 ], [ 120.1840291, 30.3921942 ], [ 120.1840118, 30.3922691 ], [ 120.1841246, 30.3925536 ], [ 120.1842592, 30.3925911 ], [ 120.1843807, 30.3927371 ], [ 120.1848104, 30.3931863 ], [ 120.1849015, 30.39325 ], [ 120.1850491, 30.3932425 ], [ 120.1852053, 30.3932425 ], [ 120.1853529, 30.3933173 ], [ 120.1855004, 30.3934596 ], [ 120.1855699, 30.3937441 ], [ 120.1856306, 30.3938976 ], [ 120.1856958, 30.3940024 ], [ 120.1858954, 30.3941971 ], [ 120.1867982, 30.3948972 ], [ 120.1869414, 30.3950507 ], [ 120.1869761, 30.3951967 ], [ 120.1869067, 30.3953502 ], [ 120.1867938, 30.3955186 ], [ 120.1863034, 30.396346 ], [ 120.1861992, 30.3965069 ], [ 120.1860126, 30.3966005 ], [ 120.185661, 30.3966118 ], [ 120.1851055, 30.3965444 ], [ 120.1837427, 30.3963684 ], [ 120.183556, 30.396301 ], [ 120.1828009, 30.3961513 ], [ 120.1819024, 30.396054 ], [ 120.1811212, 30.3959304 ], [ 120.1807523, 30.3959304 ], [ 120.1802835, 30.3960016 ], [ 120.1799841, 30.3960016 ], [ 120.1796586, 30.3959155 ], [ 120.1784737, 30.3958293 ], [ 120.1779312, 30.3957245 ], [ 120.1776447, 30.3956497 ], [ 120.1772541, 30.3956309 ], [ 120.1769416, 30.3956197 ], [ 120.1765206, 30.3955074 ], [ 120.1763861, 30.395455 ], [ 120.1763253, 30.395324 ], [ 120.1762385, 30.3951967 ], [ 120.1759434, 30.3951443 ], [ 120.1759, 30.3952154 ], [ 120.1758088, 30.3953015 ], [ 120.1756439, 30.3953052 ], [ 120.1747585, 30.3952416 ], [ 120.1741552, 30.395279 ], [ 120.1737082, 30.3952229 ], [ 120.1730788, 30.3951218 ], [ 120.1727967, 30.3950694 ], [ 120.1726492, 30.3950432 ], [ 120.1726448, 30.3946763 ], [ 120.172532, 30.3946576 ], [ 120.1724756, 30.3947287 ], [ 120.1723454, 30.3948223 ], [ 120.1720502, 30.3949047 ], [ 120.1717811, 30.3949533 ], [ 120.1712516, 30.3948785 ], [ 120.1712418, 30.3949135 ], [ 120.1712212, 30.394987 ], [ 120.1713061, 30.3950096 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1515214, 30.4096254 ], [ 120.1518366, 30.4094711 ], [ 120.152021, 30.4093802 ], [ 120.152245, 30.4092022 ], [ 120.1523767, 30.4090621 ], [ 120.1529827, 30.4084637 ], [ 120.1531496, 30.4083349 ], [ 120.1533121, 30.4081645 ], [ 120.1536634, 30.4076608 ], [ 120.1539664, 30.4073502 ], [ 120.1542914, 30.4070201 ], [ 120.1546822, 30.4066231 ], [ 120.1557712, 30.4056611 ], [ 120.1564694, 30.4050059 ], [ 120.1575009, 30.4039975 ], [ 120.1578778, 30.403688 ], [ 120.1579356, 30.4036405 ], [ 120.1581269, 30.4034366 ], [ 120.1582173, 30.4032866 ], [ 120.1582765, 30.4032116 ], [ 120.1584364, 30.4031876 ], [ 120.158586, 30.4031876 ], [ 120.1590173, 30.4025157 ], [ 120.1590625, 30.4023567 ], [ 120.1591494, 30.4022367 ], [ 120.1592642, 30.4022157 ], [ 120.1595807, 30.4019637 ], [ 120.1596885, 30.4018527 ], [ 120.159772, 30.4017447 ], [ 120.1597754, 30.4016517 ], [ 120.1597789, 30.4015737 ], [ 120.1601476, 30.4012858 ], [ 120.1602735, 30.4010793 ], [ 120.160325, 30.4009948 ], [ 120.1603806, 30.4006948 ], [ 120.1604571, 30.4004758 ], [ 120.1604919, 30.4004188 ], [ 120.1605197, 30.4003169 ], [ 120.1605371, 30.3999839 ], [ 120.1607632, 30.3995159 ], [ 120.1610658, 30.3992669 ], [ 120.1611666, 30.3991169 ], [ 120.161257, 30.398913 ], [ 120.1613162, 30.398883 ], [ 120.161424, 30.398844 ], [ 120.16165, 30.398868 ], [ 120.161897, 30.398877 ], [ 120.16221, 30.398916 ], [ 120.162523, 30.39897 ], [ 120.162843, 30.399021 ], [ 120.1631282, 30.399018 ], [ 120.1632916, 30.399006 ], [ 120.1633748, 30.3990197 ], [ 120.1650601, 30.3992972 ], [ 120.1653409, 30.3993699 ], [ 120.1654883, 30.3994668 ], [ 120.1655725, 30.399606 ], [ 120.1655951, 30.399662 ], [ 120.1656287, 30.3997453 ], [ 120.1656287, 30.3998664 ], [ 120.1656848, 30.3999572 ], [ 120.1656848, 30.4002054 ], [ 120.1655725, 30.4006656 ], [ 120.1659024, 30.4007201 ], [ 120.16612, 30.4001812 ], [ 120.1664289, 30.399824 ], [ 120.1665061, 30.399606 ], [ 120.1665072, 30.3994404 ], [ 120.166263, 30.3990882 ], [ 120.1660709, 30.3991216 ], [ 120.1657129, 30.3991519 ], [ 120.1652005, 30.3990914 ], [ 120.1649267, 30.399049 ], [ 120.1641826, 30.3988855 ], [ 120.1638807, 30.3988492 ], [ 120.1636631, 30.3988552 ], [ 120.1634245, 30.3988552 ], [ 120.1626874, 30.3986857 ], [ 120.1619082, 30.3986191 ], [ 120.1616484, 30.3986252 ], [ 120.16148, 30.398607 ], [ 120.1613396, 30.3986191 ], [ 120.161143, 30.3986857 ], [ 120.1609254, 30.3987947 ], [ 120.1608412, 30.3987947 ], [ 120.160785, 30.3988916 ], [ 120.160778, 30.3990127 ], [ 120.1606657, 30.3991882 ], [ 120.1605195, 30.3993939 ], [ 120.1602655, 30.3997513 ], [ 120.1599567, 30.4004173 ], [ 120.1598584, 30.4007019 ], [ 120.1596338, 30.4009925 ], [ 120.1591634, 30.4015374 ], [ 120.1589879, 30.4017009 ], [ 120.1586299, 30.4019976 ], [ 120.1584404, 30.4021913 ], [ 120.158286, 30.4025001 ], [ 120.1582438, 30.4026757 ], [ 120.1582087, 30.4028392 ], [ 120.1580613, 30.4029966 ], [ 120.1574647, 30.4035839 ], [ 120.1571979, 30.4039169 ], [ 120.1566574, 30.4044375 ], [ 120.1565451, 30.4046494 ], [ 120.1564117, 30.4048069 ], [ 120.1562221, 30.404934 ], [ 120.155815, 30.4053033 ], [ 120.1555132, 30.4054849 ], [ 120.1553447, 30.4055939 ], [ 120.1551341, 30.4058482 ], [ 120.1550428, 30.4059572 ], [ 120.1548252, 30.4060662 ], [ 120.1542426, 30.4066716 ], [ 120.1541443, 30.4068108 ], [ 120.1537371, 30.4070288 ], [ 120.1536318, 30.4071196 ], [ 120.1535687, 30.4072346 ], [ 120.1535125, 30.4073254 ], [ 120.1527123, 30.4079127 ], [ 120.1519541, 30.4086331 ], [ 120.1518558, 30.4088269 ], [ 120.151554, 30.4091841 ], [ 120.1513288, 30.409397 ], [ 120.1515214, 30.4096254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1621904, 30.4059801 ], [ 120.1622325, 30.4060423 ], [ 120.1622565, 30.4060993 ], [ 120.1623347, 30.4060734 ], [ 120.1624729, 30.4060423 ], [ 120.1625631, 30.406089 ], [ 120.1626532, 30.406146 ], [ 120.1628997, 30.4061926 ], [ 120.16311, 30.4062756 ], [ 120.1632843, 30.4063792 ], [ 120.1633025, 30.4064263 ], [ 120.1633384, 30.4065192 ], [ 120.1633745, 30.4066177 ], [ 120.1634286, 30.4068147 ], [ 120.1636029, 30.4070376 ], [ 120.163693, 30.4072035 ], [ 120.1638253, 30.4075508 ], [ 120.1638665, 30.4075738 ], [ 120.1639275, 30.4076078 ], [ 120.1639815, 30.4076752 ], [ 120.1640777, 30.4078825 ], [ 120.1641258, 30.4080484 ], [ 120.1641859, 30.4081158 ], [ 120.1641498, 30.4082817 ], [ 120.1640416, 30.4083646 ], [ 120.1640116, 30.4084735 ], [ 120.1640236, 30.4086445 ], [ 120.1640777, 30.4087275 ], [ 120.1641438, 30.4087482 ], [ 120.1642366, 30.408782 ], [ 120.1642607, 30.4088052 ], [ 120.1642731, 30.4088511 ], [ 120.1642444, 30.4090671 ], [ 120.1641923, 30.4091198 ], [ 120.1641215, 30.4091367 ], [ 120.1641138, 30.4091784 ], [ 120.1640537, 30.4094169 ], [ 120.1639815, 30.4094791 ], [ 120.1646269, 30.4095069 ], [ 120.1645207, 30.4086501 ], [ 120.1644894, 30.408517 ], [ 120.1644828, 30.40846 ], [ 120.164526, 30.4083708 ], [ 120.1643918, 30.4080272 ], [ 120.164325, 30.4078011 ], [ 120.16414, 30.4072587 ], [ 120.164064, 30.4070358 ], [ 120.163792, 30.4065052 ], [ 120.1637043, 30.4063417 ], [ 120.1637077, 30.4062792 ], [ 120.1637047, 30.4062236 ], [ 120.1637413, 30.4061683 ], [ 120.1638105, 30.4061438 ], [ 120.1639078, 30.4059835 ], [ 120.1639402, 30.4058846 ], [ 120.1640343, 30.4057507 ], [ 120.1640703, 30.4056609 ], [ 120.1640617, 30.4054958 ], [ 120.1640074, 30.4053156 ], [ 120.1640145, 30.4052225 ], [ 120.1641304, 30.4049866 ], [ 120.1642327, 30.4045683 ], [ 120.1643078, 30.4043031 ], [ 120.1643599, 30.4040599 ], [ 120.1643543, 30.4038994 ], [ 120.1643278, 30.4037159 ], [ 120.1643753, 30.4035757 ], [ 120.1644859, 30.4033193 ], [ 120.16451, 30.4032633 ], [ 120.1647161, 30.4029254 ], [ 120.1648748, 30.4026877 ], [ 120.1650746, 30.4023262 ], [ 120.1651497, 30.4020825 ], [ 120.1652638, 30.4017737 ], [ 120.1654234, 30.4015672 ], [ 120.1655106, 30.4014037 ], [ 120.1655986, 30.4011524 ], [ 120.1657035, 30.4010395 ], [ 120.1659024, 30.4007201 ], [ 120.1655725, 30.4006656 ], [ 120.1655335, 30.4007687 ], [ 120.165388, 30.4011539 ], [ 120.1652918, 30.4014286 ], [ 120.1650875, 30.4018744 ], [ 120.1647044, 30.402605 ], [ 120.1646607, 30.4026883 ], [ 120.1646421, 30.4027192 ], [ 120.1645812, 30.4028202 ], [ 120.1645045, 30.4029475 ], [ 120.164234, 30.4034452 ], [ 120.1641859, 30.4036888 ], [ 120.1641679, 30.4038858 ], [ 120.1641799, 30.4041969 ], [ 120.1641378, 30.4043835 ], [ 120.1640717, 30.4045597 ], [ 120.1640176, 30.4047308 ], [ 120.1637772, 30.4052284 ], [ 120.163669, 30.4054202 ], [ 120.1635728, 30.405752 ], [ 120.1634466, 30.4058661 ], [ 120.1633625, 30.4058712 ], [ 120.1632242, 30.4058401 ], [ 120.1630619, 30.4058557 ], [ 120.1628466, 30.4059223 ], [ 120.1627434, 30.4059542 ], [ 120.1626112, 30.4059645 ], [ 120.1623407, 30.4058868 ], [ 120.1620822, 30.4058194 ], [ 120.1620402, 30.4059179 ], [ 120.1621904, 30.4059801 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1330434, 30.395274 ], [ 120.1331009, 30.3953547 ], [ 120.1330938, 30.395454 ], [ 120.1330794, 30.3956154 ], [ 120.1331009, 30.3958016 ], [ 120.1330866, 30.3959444 ], [ 120.1327987, 30.3964968 ], [ 120.1328606, 30.3965235 ], [ 120.1330866, 30.3960934 ], [ 120.133324, 30.3959444 ], [ 120.1334392, 30.3958699 ], [ 120.1334464, 30.3956961 ], [ 120.1335111, 30.3955968 ], [ 120.1336335, 30.3955471 ], [ 120.133799, 30.3955844 ], [ 120.1340365, 30.3957023 ], [ 120.1344107, 30.3958202 ], [ 120.1347417, 30.3958761 ], [ 120.1368575, 30.3960127 ], [ 120.1370734, 30.3960375 ], [ 120.1371022, 30.3961306 ], [ 120.1370086, 30.3967699 ], [ 120.1369079, 30.3971113 ], [ 120.1369007, 30.3973038 ], [ 120.1369798, 30.3977755 ], [ 120.1371094, 30.3983776 ], [ 120.1371382, 30.3990604 ], [ 120.137095, 30.3995818 ], [ 120.1370374, 30.3999915 ], [ 120.1367424, 30.4007487 ], [ 120.1367136, 30.4008728 ], [ 120.1367136, 30.4010218 ], [ 120.1367064, 30.4015929 ], [ 120.1367352, 30.4027039 ], [ 120.1367136, 30.4028032 ], [ 120.1366272, 30.4029025 ], [ 120.1364401, 30.4030204 ], [ 120.1360947, 30.4031694 ], [ 120.1358212, 30.4032625 ], [ 120.1355405, 30.4033184 ], [ 120.1353247, 30.4033494 ], [ 120.1338782, 30.4034239 ], [ 120.133763, 30.403486 ], [ 120.1326197, 30.4036237 ], [ 120.1326584, 30.403813 ], [ 120.1338206, 30.4038087 ], [ 120.1338278, 30.4037528 ], [ 120.1338638, 30.4036473 ], [ 120.1339645, 30.4036287 ], [ 120.1340509, 30.4036287 ], [ 120.1341804, 30.4035915 ], [ 120.1347345, 30.403517 ], [ 120.1349145, 30.403486 ], [ 120.1352023, 30.4034673 ], [ 120.1352815, 30.4034922 ], [ 120.1353175, 30.4036349 ], [ 120.135339, 30.4037156 ], [ 120.1354542, 30.4037094 ], [ 120.1355621, 30.4037591 ], [ 120.1356917, 30.4038832 ], [ 120.1358716, 30.4038708 ], [ 120.1359579, 30.4039142 ], [ 120.1360515, 30.4040508 ], [ 120.136217, 30.4041315 ], [ 120.1362818, 30.4042308 ], [ 120.1364257, 30.4043735 ], [ 120.1365912, 30.4044728 ], [ 120.1368885, 30.4049374 ], [ 120.1370308, 30.404884 ], [ 120.1369384, 30.4047529 ], [ 120.1366487, 30.4043134 ], [ 120.1364439, 30.4040764 ], [ 120.136314, 30.4039687 ], [ 120.1362441, 30.4038825 ], [ 120.136249, 30.4037576 ], [ 120.136334, 30.4034043 ], [ 120.1364289, 30.4033009 ], [ 120.1368086, 30.4031113 ], [ 120.1369934, 30.4030768 ], [ 120.1370433, 30.4030079 ], [ 120.1370084, 30.4029045 ], [ 120.1369684, 30.4025641 ], [ 120.1369634, 30.4015989 ], [ 120.1370021, 30.4012647 ], [ 120.1371233, 30.4005907 ], [ 120.1373081, 30.400009 ], [ 120.137468, 30.3995437 ], [ 120.137493, 30.3994876 ], [ 120.137463, 30.3992981 ], [ 120.137433, 30.3988456 ], [ 120.1375029, 30.3987121 ], [ 120.1375429, 30.3986345 ], [ 120.1376278, 30.3985828 ], [ 120.1376228, 30.3984492 ], [ 120.1375729, 30.398376 ], [ 120.137463, 30.3983157 ], [ 120.1373481, 30.3982036 ], [ 120.1372432, 30.3976952 ], [ 120.1371533, 30.3971824 ], [ 120.1371665, 30.39711 ], [ 120.1372315, 30.3970786 ], [ 120.1373531, 30.3965921 ], [ 120.137413, 30.3964499 ], [ 120.1375029, 30.3963594 ], [ 120.1376128, 30.3963249 ], [ 120.1379076, 30.3962991 ], [ 120.1383572, 30.3962991 ], [ 120.1387818, 30.3962819 ], [ 120.1396011, 30.3962646 ], [ 120.1399907, 30.3962474 ], [ 120.1402855, 30.3961914 ], [ 120.1406602, 30.3961784 ], [ 120.1409599, 30.3961181 ], [ 120.1409549, 30.3960621 ], [ 120.14086, 30.3960492 ], [ 120.1402455, 30.3960707 ], [ 120.139691, 30.3961397 ], [ 120.1386519, 30.3962215 ], [ 120.1384058, 30.3962273 ], [ 120.1382873, 30.3962301 ], [ 120.1380724, 30.3962129 ], [ 120.1376678, 30.3961466 ], [ 120.1374726, 30.3960298 ], [ 120.1374089, 30.3957995 ], [ 120.1374527, 30.3956071 ], [ 120.1376975, 30.394852 ], [ 120.1377593, 30.3947701 ], [ 120.1379768, 30.3941433 ], [ 120.1381661, 30.3934492 ], [ 120.1381908, 30.3930665 ], [ 120.1382353, 30.3926239 ], [ 120.1384057, 30.3921439 ], [ 120.1384573, 30.3920724 ], [ 120.1385574, 30.3917486 ], [ 120.1386381, 30.3912765 ], [ 120.138685, 30.390961 ], [ 120.1387239, 30.3908602 ], [ 120.1389229, 30.3900038 ], [ 120.1394122, 30.3887312 ], [ 120.1391604, 30.3886816 ], [ 120.139074, 30.3889547 ], [ 120.1386854, 30.3900286 ], [ 120.138599, 30.3907549 ], [ 120.1384839, 30.3915805 ], [ 120.1382601, 30.3921382 ], [ 120.1380953, 30.3925489 ], [ 120.1379586, 30.39312 ], [ 120.1379298, 30.3934118 ], [ 120.1378002, 30.3938587 ], [ 120.1375699, 30.3947029 ], [ 120.1374404, 30.3950319 ], [ 120.1372821, 30.3954788 ], [ 120.1371526, 30.3957333 ], [ 120.1369942, 30.3959258 ], [ 120.1369223, 30.3959506 ], [ 120.1356629, 30.3958699 ], [ 120.1349217, 30.3958326 ], [ 120.1345186, 30.3957892 ], [ 120.1342236, 30.395634 ], [ 120.1334968, 30.3953299 ], [ 120.1322823, 30.3947431 ], [ 120.1320358, 30.3946486 ], [ 120.1320324, 30.3947162 ], [ 120.1330434, 30.395274 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1315049, 30.3971402 ], [ 120.1321831, 30.3973482 ], [ 120.1322283, 30.3974089 ], [ 120.1320977, 30.3978162 ], [ 120.1320223, 30.3983232 ], [ 120.1319632, 30.3983888 ], [ 120.1320852, 30.3984212 ], [ 120.1320676, 30.3983535 ], [ 120.132158, 30.3978812 ], [ 120.1322585, 30.3975389 ], [ 120.1322886, 30.3974175 ], [ 120.1323589, 30.3973829 ], [ 120.1324092, 30.3973829 ], [ 120.1325046, 30.3972182 ], [ 120.1327006, 30.3968455 ], [ 120.1328606, 30.3965235 ], [ 120.1327987, 30.3964968 ], [ 120.1325649, 30.3970275 ], [ 120.1324142, 30.3972789 ], [ 120.1322836, 30.3973005 ], [ 120.1321429, 30.3972789 ], [ 120.1314898, 30.3970882 ], [ 120.1315049, 30.3971402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1238411, 30.3979168 ], [ 120.1240515, 30.397944 ], [ 120.1244746, 30.3979858 ], [ 120.124911, 30.3979972 ], [ 120.1249812, 30.3979985 ], [ 120.1251137, 30.398001 ], [ 120.1252415, 30.39802 ], [ 120.1253253, 30.398096 ], [ 120.1254266, 30.3982329 ], [ 120.1255457, 30.3983508 ], [ 120.125863, 30.3986093 ], [ 120.126198, 30.398788 ], [ 120.1263522, 30.3988564 ], [ 120.1267005, 30.3988792 ], [ 120.1270663, 30.3988488 ], [ 120.127604, 30.3988222 ], [ 120.1283357, 30.3987842 ], [ 120.1286773, 30.3988181 ], [ 120.1290684, 30.3988523 ], [ 120.1296, 30.3988939 ], [ 120.1300702, 30.3988902 ], [ 120.1305711, 30.3988447 ], [ 120.1307337, 30.3988371 ], [ 120.1309182, 30.3988523 ], [ 120.131239, 30.398784 ], [ 120.1313061, 30.3987592 ], [ 120.1313927, 30.3987272 ], [ 120.1314191, 30.3986514 ], [ 120.1315026, 30.398587 ], [ 120.131608, 30.3985453 ], [ 120.131797, 30.3985301 ], [ 120.1321353, 30.3985377 ], [ 120.1325483, 30.3986703 ], [ 120.1326758, 30.3987196 ], [ 120.132834, 30.3987348 ], [ 120.1332294, 30.3986893 ], [ 120.1336864, 30.3986097 ], [ 120.1337699, 30.3985908 ], [ 120.1337218, 30.3985675 ], [ 120.1335235, 30.3985941 ], [ 120.1334441, 30.3985827 ], [ 120.1332899, 30.3986169 ], [ 120.1330166, 30.3986891 ], [ 120.1328182, 30.3986929 ], [ 120.1326948, 30.3986701 ], [ 120.1322585, 30.3984876 ], [ 120.1321351, 30.3984344 ], [ 120.1320852, 30.3984212 ], [ 120.1319632, 30.3983888 ], [ 120.1318089, 30.3983355 ], [ 120.1316767, 30.3983241 ], [ 120.131518, 30.3983241 ], [ 120.131399, 30.3983432 ], [ 120.1312844, 30.398404 ], [ 120.1312227, 30.3984648 ], [ 120.1311786, 30.3985522 ], [ 120.1311213, 30.3986511 ], [ 120.1310728, 30.3986967 ], [ 120.1309362, 30.3987233 ], [ 120.1306717, 30.3987309 ], [ 120.1305792, 30.3987195 ], [ 120.1304161, 30.3987613 ], [ 120.1302266, 30.398807 ], [ 120.1300238, 30.3988336 ], [ 120.1297285, 30.3988184 ], [ 120.1294023, 30.3988222 ], [ 120.1290806, 30.3987918 ], [ 120.1289439, 30.3987689 ], [ 120.1287191, 30.3987537 ], [ 120.1283401, 30.3987499 ], [ 120.127604, 30.3987842 ], [ 120.1270707, 30.3988146 ], [ 120.1267137, 30.3988488 ], [ 120.126414, 30.3988222 ], [ 120.1262685, 30.3987727 ], [ 120.1260085, 30.3986435 ], [ 120.1256074, 30.3983508 ], [ 120.1254663, 30.3981721 ], [ 120.1253914, 30.398001 ], [ 120.1252856, 30.3978793 ], [ 120.1252019, 30.3978147 ], [ 120.1250828, 30.3978147 ], [ 120.124933, 30.3978565 ], [ 120.1248228, 30.3978793 ], [ 120.124695, 30.3978907 ], [ 120.1245099, 30.3978261 ], [ 120.12436, 30.3978033 ], [ 120.1241264, 30.3978489 ], [ 120.1239942, 30.3978717 ], [ 120.1238411, 30.3978428 ], [ 120.1238411, 30.3979168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.137402, 30.4075196 ], [ 120.1374484, 30.407562 ], [ 120.1374761, 30.4076256 ], [ 120.1375866, 30.4076455 ], [ 120.1376834, 30.407709 ], [ 120.137711, 30.407856 ], [ 120.1377018, 30.4081183 ], [ 120.1376926, 30.4082812 ], [ 120.1377341, 30.4083567 ], [ 120.1378216, 30.4084004 ], [ 120.1379506, 30.4084163 ], [ 120.1380059, 30.4084123 ], [ 120.1380842, 30.4084004 ], [ 120.1381809, 30.4083408 ], [ 120.138227, 30.4082732 ], [ 120.1382316, 30.408154 ], [ 120.1382178, 30.4079991 ], [ 120.1382593, 30.4079276 ], [ 120.1383698, 30.407864 ], [ 120.1385173, 30.4077925 ], [ 120.1385541, 30.4076653 ], [ 120.1385449, 30.4075461 ], [ 120.1385541, 30.4074428 ], [ 120.1386693, 30.4073912 ], [ 120.1388352, 30.4073594 ], [ 120.138978, 30.4073157 ], [ 120.1391761, 30.4072998 ], [ 120.139259, 30.4073117 ], [ 120.1393281, 30.4073991 ], [ 120.1394018, 30.4075143 ], [ 120.1395446, 30.4075978 ], [ 120.1395883, 30.4076639 ], [ 120.139642, 30.407676 ], [ 120.1397837, 30.4076781 ], [ 120.1397863, 30.4076575 ], [ 120.1397913, 30.4076189 ], [ 120.139775, 30.4075819 ], [ 120.1397381, 30.4075104 ], [ 120.1396552, 30.4074229 ], [ 120.1396045, 30.4073117 ], [ 120.1395677, 30.4071845 ], [ 120.1394986, 30.4070892 ], [ 120.1392498, 30.4070336 ], [ 120.1391116, 30.4070137 ], [ 120.1389918, 30.4070216 ], [ 120.1388444, 30.4070574 ], [ 120.1385633, 30.407113 ], [ 120.1381211, 30.4072918 ], [ 120.1380566, 30.4073316 ], [ 120.1376281, 30.407415 ], [ 120.1374991, 30.4074508 ], [ 120.1373463, 30.4074236 ], [ 120.137402, 30.4075196 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1474155, 30.4087071 ], [ 120.1475084, 30.4093347 ], [ 120.1477732, 30.4093139 ], [ 120.1476593, 30.4092666 ], [ 120.1476729, 30.4089385 ], [ 120.1477747, 30.4083702 ], [ 120.1478155, 30.408294 ], [ 120.1478291, 30.4081066 ], [ 120.1479006, 30.4076497 ], [ 120.1479898, 30.407271 ], [ 120.148012, 30.4071765 ], [ 120.1480709, 30.4070506 ], [ 120.1481286, 30.4069603 ], [ 120.1481406, 30.4068516 ], [ 120.1481823, 30.4067122 ], [ 120.1480501, 30.4066572 ], [ 120.1479666, 30.4067684 ], [ 120.1478756, 30.4068324 ], [ 120.1477934, 30.4068946 ], [ 120.1477718, 30.4069916 ], [ 120.1477464, 30.4071998 ], [ 120.147718, 30.4075294 ], [ 120.1476632, 30.4077318 ], [ 120.1476686, 30.4078336 ], [ 120.1477068, 30.4079723 ], [ 120.1476847, 30.4080325 ], [ 120.1476039, 30.40811 ], [ 120.1475454, 30.4081639 ], [ 120.1475389, 30.4082535 ], [ 120.1475389, 30.4083319 ], [ 120.147448, 30.4084103 ], [ 120.147409, 30.4085279 ], [ 120.1474155, 30.4087071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1399215, 30.4076921 ], [ 120.1399224, 30.4077156 ], [ 120.1403601, 30.4078481 ], [ 120.1404845, 30.4078958 ], [ 120.1405582, 30.4079633 ], [ 120.1405812, 30.4080269 ], [ 120.1406227, 30.4083328 ], [ 120.1407102, 30.4087183 ], [ 120.1407609, 30.4088057 ], [ 120.140775, 30.4088957 ], [ 120.1407839, 30.4089527 ], [ 120.1406826, 30.4092189 ], [ 120.1406411, 30.4093103 ], [ 120.1406503, 30.4095248 ], [ 120.1406964, 30.4095248 ], [ 120.1406826, 30.4093739 ], [ 120.140807, 30.4090202 ], [ 120.1408392, 30.4089169 ], [ 120.140807, 30.408754 ], [ 120.1406549, 30.4082613 ], [ 120.1406319, 30.4081024 ], [ 120.1406596, 30.4080269 ], [ 120.1407287, 30.4080229 ], [ 120.1408392, 30.4080507 ], [ 120.1409959, 30.4080905 ], [ 120.1413875, 30.4083845 ], [ 120.1416685, 30.4085395 ], [ 120.1421384, 30.408901 ], [ 120.1423642, 30.40906 ], [ 120.1425254, 30.4092626 ], [ 120.1425715, 30.4094017 ], [ 120.1426176, 30.4097394 ], [ 120.1426037, 30.4101208 ], [ 120.1426176, 30.4102202 ], [ 120.1429355, 30.4107526 ], [ 120.1430967, 30.4108837 ], [ 120.1431289, 30.4109433 ], [ 120.1431612, 30.4110307 ], [ 120.143152, 30.4113684 ], [ 120.1431197, 30.4114439 ], [ 120.1432119, 30.4114519 ], [ 120.1433685, 30.4114678 ], [ 120.1435804, 30.4115234 ], [ 120.1437647, 30.411579 ], [ 120.1439075, 30.4116386 ], [ 120.1441978, 30.4116863 ], [ 120.1444742, 30.4116902 ], [ 120.1444834, 30.4116545 ], [ 120.1442715, 30.4116227 ], [ 120.1438246, 30.4115393 ], [ 120.1437417, 30.4114757 ], [ 120.1436311, 30.4114399 ], [ 120.1434561, 30.4113923 ], [ 120.1433178, 30.4113048 ], [ 120.1432764, 30.4111698 ], [ 120.1431934, 30.4108877 ], [ 120.1431566, 30.4108598 ], [ 120.1429953, 30.4107526 ], [ 120.1427972, 30.4104586 ], [ 120.1426544, 30.4102043 ], [ 120.1426498, 30.4100414 ], [ 120.1426775, 30.409358 ], [ 120.1426913, 30.4092547 ], [ 120.1426498, 30.4092348 ], [ 120.1426452, 30.4091394 ], [ 120.142613, 30.4090163 ], [ 120.1424287, 30.4089209 ], [ 120.1422306, 30.4088096 ], [ 120.1418989, 30.4085991 ], [ 120.1416182, 30.4084102 ], [ 120.1412907, 30.4081898 ], [ 120.1409913, 30.4079991 ], [ 120.1406227, 30.4078719 ], [ 120.1405306, 30.4077925 ], [ 120.1402956, 30.4077408 ], [ 120.1400468, 30.4076772 ], [ 120.13992, 30.4076533 ], [ 120.1399215, 30.4076921 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1315549, 30.4162557 ], [ 120.1318284, 30.4154738 ], [ 120.1320883, 30.414711 ], [ 120.1324718, 30.4139748 ], [ 120.1326264, 30.4138841 ], [ 120.1327811, 30.4137721 ], [ 120.1331461, 30.413708 ], [ 120.1337523, 30.4135587 ], [ 120.1339688, 30.4134253 ], [ 120.1340616, 30.4132866 ], [ 120.1340678, 30.4129719 ], [ 120.1341049, 30.4128758 ], [ 120.1340863, 30.4127798 ], [ 120.1341667, 30.412177 ], [ 120.1343771, 30.4116648 ], [ 120.1346369, 30.4115048 ], [ 120.1347049, 30.4111794 ], [ 120.1346616, 30.4111047 ], [ 120.1345997, 30.4109766 ], [ 120.1346864, 30.4108059 ], [ 120.1348905, 30.4107259 ], [ 120.1349709, 30.4106512 ], [ 120.1350451, 30.4104592 ], [ 120.1352431, 30.4104005 ], [ 120.1357503, 30.4103525 ], [ 120.1362638, 30.4104058 ], [ 120.1367525, 30.4104111 ], [ 120.1367525, 30.410027 ], [ 120.1366102, 30.4100164 ], [ 120.1360844, 30.4098243 ], [ 120.1359978, 30.4096536 ], [ 120.1360658, 30.4092855 ], [ 120.1362266, 30.4092001 ], [ 120.1365545, 30.4089761 ], [ 120.136672, 30.4088694 ], [ 120.1366597, 30.4087093 ], [ 120.1367215, 30.4084799 ], [ 120.1368576, 30.4083198 ], [ 120.1369071, 30.4079997 ], [ 120.1369442, 30.4077277 ], [ 120.1370123, 30.4075943 ], [ 120.1372535, 30.4075409 ], [ 120.137402, 30.4075196 ], [ 120.1373463, 30.4074236 ], [ 120.1371978, 30.4074076 ], [ 120.1371714, 30.4073992 ], [ 120.1370123, 30.4073489 ], [ 120.1369195, 30.4072262 ], [ 120.1369009, 30.4069061 ], [ 120.1369566, 30.4065646 ], [ 120.1371298, 30.4062552 ], [ 120.1372659, 30.4058124 ], [ 120.1372659, 30.4057324 ], [ 120.1372659, 30.4056523 ], [ 120.1371855, 30.4051721 ], [ 120.1370308, 30.404884 ], [ 120.1368885, 30.4049374 ], [ 120.1368638, 30.4050068 ], [ 120.1368885, 30.4052628 ], [ 120.1369009, 30.4055776 ], [ 120.1367834, 30.405839 ], [ 120.1366659, 30.4060311 ], [ 120.1366287, 30.4061271 ], [ 120.1366906, 30.4062392 ], [ 120.1364803, 30.4070128 ], [ 120.1363071, 30.407765 ], [ 120.13627, 30.4078664 ], [ 120.1361277, 30.4079784 ], [ 120.1359792, 30.4080638 ], [ 120.1358926, 30.4083679 ], [ 120.1357874, 30.4085653 ], [ 120.1355215, 30.408704 ], [ 120.135175, 30.4090241 ], [ 120.1349956, 30.4092481 ], [ 120.1348719, 30.4096909 ], [ 120.1348657, 30.4098136 ], [ 120.1347915, 30.409867 ], [ 120.1345626, 30.409931 ], [ 120.1342595, 30.4100217 ], [ 120.1341111, 30.4101284 ], [ 120.1340678, 30.4101977 ], [ 120.1341111, 30.4102671 ], [ 120.1341358, 30.4104111 ], [ 120.134241, 30.4108379 ], [ 120.1342843, 30.4110407 ], [ 120.1342595, 30.411206 ], [ 120.1339564, 30.4117875 ], [ 120.133709, 30.4125717 ], [ 120.1336409, 30.4127425 ], [ 120.1331584, 30.4129238 ], [ 120.1329852, 30.4128918 ], [ 120.1328553, 30.4130359 ], [ 120.1326697, 30.4131479 ], [ 120.1323666, 30.4131639 ], [ 120.132113, 30.4133079 ], [ 120.1319027, 30.4135587 ], [ 120.1316985, 30.4139588 ], [ 120.1315996, 30.4142095 ], [ 120.1314697, 30.4144869 ], [ 120.1313026, 30.414839 ], [ 120.1312965, 30.4149937 ], [ 120.1313336, 30.4155058 ], [ 120.1312408, 30.4157939 ], [ 120.1311204, 30.4161972 ], [ 120.1315549, 30.4162557 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1367525, 30.4104111 ], [ 120.1375469, 30.4105912 ], [ 120.1376628, 30.4105185 ], [ 120.1378419, 30.4104958 ], [ 120.1381263, 30.4105321 ], [ 120.1382263, 30.410623 ], [ 120.1384739, 30.4106411 ], [ 120.1386108, 30.4106911 ], [ 120.1386688, 30.4108092 ], [ 120.138832, 30.4108546 ], [ 120.1389163, 30.4109864 ], [ 120.1389321, 30.411327 ], [ 120.1390796, 30.4116314 ], [ 120.1391533, 30.4118085 ], [ 120.1392639, 30.4118903 ], [ 120.1392428, 30.4121492 ], [ 120.1393429, 30.41229 ], [ 120.1394535, 30.412349 ], [ 120.1396853, 30.4123944 ], [ 120.1400171, 30.4124035 ], [ 120.1404332, 30.4124807 ], [ 120.1407334, 30.412617 ], [ 120.1408282, 30.4129667 ], [ 120.1408966, 30.4130485 ], [ 120.1408808, 30.413262 ], [ 120.1412337, 30.4138615 ], [ 120.1413285, 30.4141204 ], [ 120.1413338, 30.4146019 ], [ 120.1413684, 30.414969 ], [ 120.1417376, 30.4149551 ], [ 120.1416919, 30.4146746 ], [ 120.1416972, 30.4142385 ], [ 120.141634, 30.4140841 ], [ 120.1411336, 30.4128487 ], [ 120.1410968, 30.4126306 ], [ 120.1410494, 30.4124626 ], [ 120.1409756, 30.4123672 ], [ 120.1407808, 30.4122718 ], [ 120.1397221, 30.4121946 ], [ 120.1396063, 30.4121764 ], [ 120.1395536, 30.4118812 ], [ 120.139522, 30.4115587 ], [ 120.1394799, 30.4113906 ], [ 120.1393324, 30.4113497 ], [ 120.1392534, 30.4112453 ], [ 120.1391744, 30.4110636 ], [ 120.1390374, 30.4105231 ], [ 120.138969, 30.4103959 ], [ 120.1388847, 30.410355 ], [ 120.1380525, 30.4102823 ], [ 120.1379261, 30.4102414 ], [ 120.1373362, 30.4100098 ], [ 120.1370466, 30.409978 ], [ 120.1368886, 30.4099644 ], [ 120.1367525, 30.410027 ], [ 120.1367525, 30.4104111 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1409954, 30.4198143 ], [ 120.1411678, 30.419627 ], [ 120.1414487, 30.4194332 ], [ 120.1416092, 30.4193779 ], [ 120.1416975, 30.419281 ], [ 120.14185, 30.4192256 ], [ 120.1420908, 30.4192464 ], [ 120.1423476, 30.4193225 ], [ 120.1427971, 30.419897 ], [ 120.1429736, 30.4201807 ], [ 120.1429656, 30.4203745 ], [ 120.1429014, 30.420679 ], [ 120.1429736, 30.4207483 ], [ 120.1431984, 30.4206998 ], [ 120.1433348, 30.4207206 ], [ 120.143712, 30.4209836 ], [ 120.1440732, 30.4209213 ], [ 120.1444986, 30.4208798 ], [ 120.1447554, 30.4208867 ], [ 120.1450845, 30.421032 ], [ 120.1454296, 30.4211635 ], [ 120.1456383, 30.4211843 ], [ 120.1458389, 30.4211151 ], [ 120.145947, 30.4210637 ], [ 120.1458754, 30.4209127 ], [ 120.1455901, 30.4209836 ], [ 120.1452851, 30.4209559 ], [ 120.1451969, 30.4208659 ], [ 120.1451005, 30.4207621 ], [ 120.1447394, 30.4207759 ], [ 120.1444585, 30.4206721 ], [ 120.1441454, 30.4206375 ], [ 120.1438084, 30.4205891 ], [ 120.1434632, 30.4204714 ], [ 120.1433428, 30.420333 ], [ 120.1432305, 30.4200769 ], [ 120.1431261, 30.4198762 ], [ 120.1429736, 30.419717 ], [ 120.1428773, 30.4195301 ], [ 120.1427971, 30.4192464 ], [ 120.1426847, 30.419018 ], [ 120.1426125, 30.4187273 ], [ 120.1426285, 30.4186096 ], [ 120.142781, 30.4183951 ], [ 120.1428773, 30.4181251 ], [ 120.1431101, 30.4177929 ], [ 120.1434231, 30.4174607 ], [ 120.1436238, 30.4174191 ], [ 120.1438244, 30.4175299 ], [ 120.144017, 30.4175091 ], [ 120.1442819, 30.4173499 ], [ 120.1444585, 30.4171838 ], [ 120.1446912, 30.4167755 ], [ 120.144924, 30.4163879 ], [ 120.1449481, 30.4161041 ], [ 120.1450925, 30.4158895 ], [ 120.1453333, 30.415585 ], [ 120.1455179, 30.4151351 ], [ 120.1456865, 30.4150174 ], [ 120.1463366, 30.4146575 ], [ 120.146481, 30.4145191 ], [ 120.1467298, 30.4141314 ], [ 120.1470268, 30.4138338 ], [ 120.1471793, 30.4138546 ], [ 120.147701, 30.4143668 ], [ 120.1477732, 30.4142906 ], [ 120.1472034, 30.4137369 ], [ 120.1472114, 30.4136262 ], [ 120.1476689, 30.4131209 ], [ 120.1480301, 30.412754 ], [ 120.1484875, 30.4123872 ], [ 120.1487925, 30.4122557 ], [ 120.1490413, 30.4124287 ], [ 120.1492259, 30.4126779 ], [ 120.1494105, 30.412754 ], [ 120.1495229, 30.4129548 ], [ 120.1501409, 30.4135154 ], [ 120.1508151, 30.4137023 ], [ 120.1510158, 30.4138338 ], [ 120.1515053, 30.4139584 ], [ 120.1518665, 30.4141453 ], [ 120.1520351, 30.4143599 ], [ 120.1521153, 30.4145952 ], [ 120.1520672, 30.4148997 ], [ 120.1520672, 30.4152458 ], [ 120.1521153, 30.4154881 ], [ 120.1522999, 30.4156542 ], [ 120.1523882, 30.4158341 ], [ 120.1524604, 30.4159103 ], [ 120.1525041, 30.4158387 ], [ 120.1525407, 30.4157788 ], [ 120.1524444, 30.4157026 ], [ 120.1524043, 30.4155988 ], [ 120.152332, 30.4154881 ], [ 120.1523802, 30.415315 ], [ 120.1524283, 30.4148582 ], [ 120.1524203, 30.4145675 ], [ 120.152332, 30.4142906 ], [ 120.1521394, 30.413993 ], [ 120.1518745, 30.4137923 ], [ 120.1516257, 30.4136469 ], [ 120.1514572, 30.4136539 ], [ 120.1512726, 30.4137023 ], [ 120.151104, 30.4136608 ], [ 120.1505422, 30.4134185 ], [ 120.1501088, 30.4131901 ], [ 120.1499403, 30.4125533 ], [ 120.1494828, 30.4124772 ], [ 120.1493784, 30.4123387 ], [ 120.1493544, 30.4121034 ], [ 120.1494587, 30.4119927 ], [ 120.1497717, 30.4112866 ], [ 120.1499724, 30.4111136 ], [ 120.1503416, 30.410809 ], [ 120.1505984, 30.4104353 ], [ 120.1508071, 30.4101861 ], [ 120.1509275, 30.4101584 ], [ 120.1514251, 30.4105045 ], [ 120.1515294, 30.4104214 ], [ 120.1511361, 30.4101238 ], [ 120.1512004, 30.4100061 ], [ 120.1515214, 30.4096254 ], [ 120.1513288, 30.409397 ], [ 120.1505101, 30.4100892 ], [ 120.1501088, 30.4103453 ], [ 120.1497637, 30.4106914 ], [ 120.1493463, 30.4111482 ], [ 120.1486802, 30.4113905 ], [ 120.1483591, 30.4113628 ], [ 120.1482307, 30.4112451 ], [ 120.1479578, 30.410456 ], [ 120.1477986, 30.4094711 ], [ 120.1477732, 30.4093139 ], [ 120.1475084, 30.4093347 ], [ 120.1474793, 30.4094002 ], [ 120.147404, 30.40957 ], [ 120.1475324, 30.4103037 ], [ 120.1475774, 30.4106577 ], [ 120.1475967, 30.410809 ], [ 120.1475405, 30.4110444 ], [ 120.1472275, 30.4114389 ], [ 120.1467459, 30.4117988 ], [ 120.1464409, 30.4118473 ], [ 120.1457828, 30.4117019 ], [ 120.1451327, 30.4115635 ], [ 120.1449802, 30.4115289 ], [ 120.1445548, 30.4115427 ], [ 120.1445307, 30.4116881 ], [ 120.1459754, 30.4119373 ], [ 120.146473, 30.412048 ], [ 120.1466255, 30.4120411 ], [ 120.147083, 30.4117573 ], [ 120.1473639, 30.4114874 ], [ 120.1475886, 30.4114804 ], [ 120.1476448, 30.4116604 ], [ 120.1475164, 30.4121449 ], [ 120.1469225, 30.4127817 ], [ 120.1467058, 30.4128371 ], [ 120.1464489, 30.4128717 ], [ 120.14616, 30.4130794 ], [ 120.1460557, 30.413377 ], [ 120.1460476, 30.4135846 ], [ 120.1457426, 30.4139653 ], [ 120.1454216, 30.4140415 ], [ 120.1453574, 30.4142007 ], [ 120.1453413, 30.4143599 ], [ 120.1451567, 30.4145813 ], [ 120.1450765, 30.4148236 ], [ 120.1447715, 30.4150797 ], [ 120.144314, 30.4154604 ], [ 120.1440491, 30.415585 ], [ 120.1435756, 30.4160072 ], [ 120.1431663, 30.4164363 ], [ 120.1429014, 30.4165332 ], [ 120.1425563, 30.4164986 ], [ 120.1421951, 30.4163671 ], [ 120.1418741, 30.4162771 ], [ 120.1417697, 30.4161456 ], [ 120.1417457, 30.4154258 ], [ 120.1417376, 30.4149551 ], [ 120.1413684, 30.414969 ], [ 120.1413765, 30.4156127 ], [ 120.1415691, 30.4161525 ], [ 120.1416895, 30.416554 ], [ 120.1419062, 30.416637 ], [ 120.1420506, 30.4168378 ], [ 120.142155, 30.4170869 ], [ 120.1420025, 30.4174607 ], [ 120.1418901, 30.4175922 ], [ 120.1419222, 30.4177583 ], [ 120.1418179, 30.4180005 ], [ 120.1416333, 30.4180974 ], [ 120.1413363, 30.4180282 ], [ 120.1411276, 30.4181113 ], [ 120.1410554, 30.4182566 ], [ 120.1410715, 30.4184435 ], [ 120.1409992, 30.4185473 ], [ 120.1405096, 30.4188657 ], [ 120.1401886, 30.4191079 ], [ 120.1400561, 30.4192446 ], [ 120.1409954, 30.4198143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1476324, 30.417049 ], [ 120.1477668, 30.4170188 ], [ 120.1480299, 30.4169482 ], [ 120.1481351, 30.4169381 ], [ 120.1483163, 30.4169784 ], [ 120.1484391, 30.4169885 ], [ 120.1486729, 30.4169633 ], [ 120.1489126, 30.4169583 ], [ 120.1490996, 30.4169784 ], [ 120.1492692, 30.4169885 ], [ 120.149503, 30.4169835 ], [ 120.1496784, 30.4169532 ], [ 120.1498421, 30.4169583 ], [ 120.1499473, 30.4169936 ], [ 120.150035, 30.417049 ], [ 120.150187, 30.417412 ], [ 120.1503156, 30.417538 ], [ 120.1504559, 30.4177296 ], [ 120.1505388, 30.4178891 ], [ 120.1505466, 30.4179899 ], [ 120.1505739, 30.418084 ], [ 120.1507259, 30.4182688 ], [ 120.1509831, 30.4183327 ], [ 120.1513611, 30.4183159 ], [ 120.1516417, 30.4183091 ], [ 120.1518911, 30.4183461 ], [ 120.1519223, 30.4184167 ], [ 120.1519145, 30.4185377 ], [ 120.1519106, 30.4186956 ], [ 120.1518131, 30.4191392 ], [ 120.1518131, 30.4192165 ], [ 120.1520002, 30.4192434 ], [ 120.1521126, 30.4192959 ], [ 120.1521245, 30.4192651 ], [ 120.1520158, 30.4192098 ], [ 120.1518911, 30.4191795 ], [ 120.1518482, 30.4191325 ], [ 120.1518716, 30.419035 ], [ 120.1519807, 30.418662 ], [ 120.1520119, 30.4186284 ], [ 120.1521561, 30.4185377 ], [ 120.1522613, 30.4184671 ], [ 120.1522964, 30.4184234 ], [ 120.1522808, 30.4183932 ], [ 120.1519223, 30.4183125 ], [ 120.151743, 30.4182789 ], [ 120.151552, 30.4182654 ], [ 120.1513299, 30.4182218 ], [ 120.1511506, 30.4181848 ], [ 120.1509948, 30.418131 ], [ 120.1508545, 30.4180369 ], [ 120.1506908, 30.4178857 ], [ 120.1506596, 30.4177446 ], [ 120.1504453, 30.4173177 ], [ 120.1503479, 30.41719 ], [ 120.1503011, 30.4170556 ], [ 120.1502115, 30.4169582 ], [ 120.1502115, 30.4168909 ], [ 120.1502699, 30.4168103 ], [ 120.1503518, 30.41677 ], [ 120.1504998, 30.4167364 ], [ 120.1503985, 30.4162491 ], [ 120.1501569, 30.4161953 ], [ 120.1498412, 30.4160642 ], [ 120.1497555, 30.4160004 ], [ 120.1496308, 30.4159365 ], [ 120.1495529, 30.4158189 ], [ 120.1493736, 30.4156845 ], [ 120.1493073, 30.4155366 ], [ 120.1491632, 30.4153719 ], [ 120.1490346, 30.4152845 ], [ 120.1488514, 30.4152005 ], [ 120.1485669, 30.4150022 ], [ 120.1483837, 30.4148107 ], [ 120.1482746, 30.4147065 ], [ 120.148146, 30.4146124 ], [ 120.1479979, 30.4144914 ], [ 120.1478849, 30.4143973 ], [ 120.1477732, 30.4142906 ], [ 120.147701, 30.4143668 ], [ 120.147823, 30.4145476 ], [ 120.1479043, 30.414678 ], [ 120.1480787, 30.4147732 ], [ 120.1482997, 30.4148735 ], [ 120.1484159, 30.4150941 ], [ 120.148695, 30.4153097 ], [ 120.1489449, 30.415435 ], [ 120.1491077, 30.4155253 ], [ 120.1492879, 30.4156606 ], [ 120.1492996, 30.415811 ], [ 120.1494042, 30.4160316 ], [ 120.1495089, 30.416172 ], [ 120.1496725, 30.4162827 ], [ 120.1499707, 30.4164037 ], [ 120.1500759, 30.4165096 ], [ 120.1500817, 30.4166155 ], [ 120.1500291, 30.4166961 ], [ 120.1499297, 30.4167465 ], [ 120.1497485, 30.4167869 ], [ 120.1494855, 30.4167919 ], [ 120.1491523, 30.4168524 ], [ 120.1489477, 30.4168373 ], [ 120.1486203, 30.416807 ], [ 120.1482988, 30.4167818 ], [ 120.1481117, 30.416802 ], [ 120.1478779, 30.4168373 ], [ 120.1477259, 30.416928 ], [ 120.1475914, 30.4169835 ], [ 120.1476324, 30.417049 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1639108, 30.4061891 ], [ 120.1640471, 30.4062418 ], [ 120.1641458, 30.4062662 ], [ 120.164268, 30.406258 ], [ 120.1644748, 30.4062824 ], [ 120.1645876, 30.4063351 ], [ 120.1646769, 30.4063918 ], [ 120.1647333, 30.4064445 ], [ 120.1649025, 30.406485 ], [ 120.1651422, 30.4064891 ], [ 120.1654759, 30.4064891 ], [ 120.1655887, 30.4065215 ], [ 120.1656967, 30.4065823 ], [ 120.1658753, 30.406631 ], [ 120.1662325, 30.4066877 ], [ 120.1663265, 30.4067363 ], [ 120.166444, 30.4067931 ], [ 120.1667025, 30.4068215 ], [ 120.1668561, 30.4068551 ], [ 120.1673135, 30.4069552 ], [ 120.1674137, 30.407005 ], [ 120.1674686, 30.4070322 ], [ 120.1676472, 30.4071011 ], [ 120.1683333, 30.4072552 ], [ 120.1683934, 30.40725 ], [ 120.1684273, 30.4072471 ], [ 120.1685777, 30.407243 ], [ 120.1688221, 30.4072673 ], [ 120.1694049, 30.4074011 ], [ 120.1697057, 30.4074903 ], [ 120.1698937, 30.4075186 ], [ 120.1700112, 30.4075065 ], [ 120.1701193, 30.4075511 ], [ 120.1705375, 30.407701 ], [ 120.1709135, 30.407774 ], [ 120.1711579, 30.4078307 ], [ 120.1712472, 30.4078307 ], [ 120.1712049, 30.4078024 ], [ 120.1710404, 30.4077659 ], [ 120.1704529, 30.40762 ], [ 120.1702555, 30.407543 ], [ 120.1701052, 30.4074822 ], [ 120.1699548, 30.4074619 ], [ 120.1698138, 30.4074011 ], [ 120.16956, 30.4072754 ], [ 120.1693767, 30.4072349 ], [ 120.1689772, 30.4071579 ], [ 120.1687422, 30.4071457 ], [ 120.1684508, 30.407093 ], [ 120.167666, 30.4068661 ], [ 120.1674874, 30.4068053 ], [ 120.1671302, 30.4066877 ], [ 120.1665145, 30.4065134 ], [ 120.1663359, 30.4064607 ], [ 120.1661902, 30.4064202 ], [ 120.1656545, 30.4063189 ], [ 120.16549, 30.4063391 ], [ 120.1653067, 30.4063675 ], [ 120.1651845, 30.4063391 ], [ 120.1650952, 30.4062945 ], [ 120.1648226, 30.4062702 ], [ 120.1646111, 30.4062216 ], [ 120.1641458, 30.4061243 ], [ 120.1640001, 30.4060878 ], [ 120.1639343, 30.4060392 ], [ 120.1639078, 30.4059835 ], [ 120.1638105, 30.4061438 ], [ 120.1639108, 30.4061891 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1816763, 30.4079134 ], [ 120.1819593, 30.4079424 ], [ 120.1826734, 30.4080645 ], [ 120.1829497, 30.4081051 ], [ 120.1833, 30.4082388 ], [ 120.1834146, 30.4083724 ], [ 120.1834752, 30.4088082 ], [ 120.1834348, 30.4091801 ], [ 120.1833, 30.4096566 ], [ 120.1832731, 30.4098309 ], [ 120.1832933, 30.409982 ], [ 120.1832258, 30.4101193 ], [ 120.1838789, 30.4103311 ], [ 120.1839023, 30.4102042 ], [ 120.1839131, 30.4101067 ], [ 120.1838916, 30.4099535 ], [ 120.1838916, 30.4098327 ], [ 120.1839616, 30.4097213 ], [ 120.184037, 30.4096841 ], [ 120.1841985, 30.4096702 ], [ 120.1844085, 30.4096424 ], [ 120.1846077, 30.4096238 ], [ 120.1847908, 30.4095727 ], [ 120.1849146, 30.4095727 ], [ 120.18492, 30.409517 ], [ 120.1848025, 30.4094997 ], [ 120.1847149, 30.40943 ], [ 120.1846139, 30.4093138 ], [ 120.1843983, 30.4093428 ], [ 120.1841692, 30.4093428 ], [ 120.1840749, 30.4092673 ], [ 120.1840344, 30.4091278 ], [ 120.1839064, 30.409029 ], [ 120.1838391, 30.4088722 ], [ 120.1837986, 30.408663 ], [ 120.1838188, 30.4085584 ], [ 120.1839266, 30.4084422 ], [ 120.1839469, 30.4083434 ], [ 120.1838862, 30.4082678 ], [ 120.1837582, 30.4081516 ], [ 120.1836234, 30.4080703 ], [ 120.1833876, 30.4080122 ], [ 120.1828217, 30.4079134 ], [ 120.1824915, 30.407925 ], [ 120.1819256, 30.4078378 ], [ 120.1817773, 30.4078146 ], [ 120.1817167, 30.4076809 ], [ 120.1816965, 30.4075589 ], [ 120.1817706, 30.4073672 ], [ 120.1819121, 30.4070534 ], [ 120.1819525, 30.4067919 ], [ 120.1820334, 30.4066176 ], [ 120.1822018, 30.4063619 ], [ 120.1823703, 30.4061585 ], [ 120.1826061, 30.4055135 ], [ 120.1826802, 30.4053159 ], [ 120.1831586, 30.4046883 ], [ 120.1831855, 30.4045721 ], [ 120.1831922, 30.4044733 ], [ 120.1832045, 30.4043794 ], [ 120.183145, 30.4043653 ], [ 120.1830575, 30.4044036 ], [ 120.1829969, 30.4044617 ], [ 120.1828284, 30.404636 ], [ 120.1824781, 30.4053566 ], [ 120.1823905, 30.405589 ], [ 120.1820671, 30.4061411 ], [ 120.1817504, 30.4069604 ], [ 120.1816156, 30.407402 ], [ 120.1814472, 30.4077913 ], [ 120.1814337, 30.4078553 ], [ 120.1816763, 30.4079134 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1636635, 30.4087494 ], [ 120.1637814, 30.4087712 ], [ 120.1638699, 30.4087748 ], [ 120.1639078, 30.4087312 ], [ 120.1639204, 30.4083861 ], [ 120.1639036, 30.4083498 ], [ 120.1638235, 30.4083317 ], [ 120.1637646, 30.4083353 ], [ 120.1636972, 30.4086331 ], [ 120.163634, 30.4087021 ], [ 120.1636635, 30.4087494 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1627781, 30.4103933 ], [ 120.1629599, 30.4104503 ], [ 120.1630706, 30.4102458 ], [ 120.1634703, 30.4102053 ], [ 120.1636563, 30.4100457 ], [ 120.1637312, 30.4099572 ], [ 120.1637203, 30.4098705 ], [ 120.1637093, 30.4097945 ], [ 120.1637754, 30.4095806 ], [ 120.163814, 30.4094951 ], [ 120.1637424, 30.4094523 ], [ 120.1636377, 30.4094618 ], [ 120.163533, 30.4094761 ], [ 120.1634118, 30.4097422 ], [ 120.1633952, 30.4098135 ], [ 120.1633511, 30.4098848 ], [ 120.1631417, 30.4098753 ], [ 120.1630536, 30.4099038 ], [ 120.1629819, 30.4101224 ], [ 120.1629268, 30.4101462 ], [ 120.1628332, 30.4101889 ], [ 120.1627781, 30.4103315 ], [ 120.1627781, 30.4103933 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1662805, 30.410278 ], [ 120.1663468, 30.4103245 ], [ 120.1667696, 30.4103924 ], [ 120.1668484, 30.4102673 ], [ 120.1668857, 30.4101887 ], [ 120.1668318, 30.4101136 ], [ 120.1667738, 30.4100314 ], [ 120.1665872, 30.409967 ], [ 120.1665375, 30.4100063 ], [ 120.1664794, 30.4100778 ], [ 120.1664338, 30.4100957 ], [ 120.1663758, 30.4100993 ], [ 120.1663592, 30.4100457 ], [ 120.1663053, 30.4100457 ], [ 120.166268, 30.4100921 ], [ 120.1662805, 30.410278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1752946, 30.4103845 ], [ 120.1759586, 30.4104024 ], [ 120.1762268, 30.4104524 ], [ 120.1768329, 30.4104329 ], [ 120.1769756, 30.4104173 ], [ 120.1769731, 30.4103924 ], [ 120.1769714, 30.4103752 ], [ 120.1767909, 30.4103871 ], [ 120.1762449, 30.4104202 ], [ 120.1759881, 30.4103718 ], [ 120.1752887, 30.410354 ], [ 120.1752946, 30.4103845 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1610976, 30.4118757 ], [ 120.1612757, 30.4119493 ], [ 120.1613314, 30.4120357 ], [ 120.1613611, 30.4120998 ], [ 120.1613685, 30.4124967 ], [ 120.1613834, 30.4125703 ], [ 120.1614576, 30.4125703 ], [ 120.1614984, 30.4125319 ], [ 120.1615244, 30.4124391 ], [ 120.1615727, 30.4122342 ], [ 120.1615838, 30.4118661 ], [ 120.1615949, 30.4117861 ], [ 120.1616469, 30.4117189 ], [ 120.161762, 30.4116644 ], [ 120.1618733, 30.4116228 ], [ 120.1619104, 30.4115716 ], [ 120.161955, 30.4114564 ], [ 120.1620515, 30.4113699 ], [ 120.1621628, 30.4113187 ], [ 120.1623001, 30.4112867 ], [ 120.1624783, 30.4112579 ], [ 120.1625822, 30.4112739 ], [ 120.1626379, 30.4113251 ], [ 120.1626734, 30.4113805 ], [ 120.1627158, 30.4114468 ], [ 120.162753, 30.4115684 ], [ 120.1628086, 30.4116228 ], [ 120.1628866, 30.4116292 ], [ 120.162946, 30.41161 ], [ 120.1629237, 30.411482 ], [ 120.1629497, 30.4112803 ], [ 120.1630462, 30.4111139 ], [ 120.1631093, 30.4110915 ], [ 120.1631946, 30.4111011 ], [ 120.1632841, 30.4111339 ], [ 120.1635881, 30.4112451 ], [ 120.1637477, 30.4113027 ], [ 120.1637848, 30.4114116 ], [ 120.1637774, 30.4115268 ], [ 120.1637662, 30.4115684 ], [ 120.1639926, 30.4116388 ], [ 120.164026, 30.411578 ], [ 120.1640038, 30.411466 ], [ 120.1640112, 30.4113731 ], [ 120.1640706, 30.4113379 ], [ 120.1641597, 30.4113315 ], [ 120.1642079, 30.4112835 ], [ 120.1643081, 30.4112035 ], [ 120.1643638, 30.4111331 ], [ 120.1644566, 30.4110659 ], [ 120.1645123, 30.4110338 ], [ 120.1646236, 30.4110242 ], [ 120.1646904, 30.4110531 ], [ 120.1648092, 30.4111203 ], [ 120.1650839, 30.4113828 ], [ 120.1651173, 30.4114916 ], [ 120.1651878, 30.4117669 ], [ 120.1652175, 30.4118053 ], [ 120.1652657, 30.4118949 ], [ 120.1657334, 30.4119077 ], [ 120.1657631, 30.4119717 ], [ 120.1658559, 30.4119621 ], [ 120.165908, 30.4119519 ], [ 120.1659375, 30.4119461 ], [ 120.1660043, 30.4118757 ], [ 120.1660118, 30.4117829 ], [ 120.166086, 30.4116036 ], [ 120.1661565, 30.4115908 ], [ 120.1663087, 30.4115876 ], [ 120.1664015, 30.4115972 ], [ 120.1665462, 30.411658 ], [ 120.1665739, 30.4116926 ], [ 120.1666613, 30.4118021 ], [ 120.1667615, 30.4119237 ], [ 120.1668395, 30.4119653 ], [ 120.1668877, 30.4120293 ], [ 120.1669545, 30.4122502 ], [ 120.1668988, 30.4123462 ], [ 120.1668988, 30.4124135 ], [ 120.166936, 30.4124423 ], [ 120.1669805, 30.4125959 ], [ 120.1669434, 30.4127239 ], [ 120.1669323, 30.4128744 ], [ 120.1669582, 30.4130856 ], [ 120.1669582, 30.4131785 ], [ 120.1669954, 30.4132137 ], [ 120.1671104, 30.4133353 ], [ 120.1671141, 30.4134249 ], [ 120.1671104, 30.413569 ], [ 120.1671698, 30.4135754 ], [ 120.1671735, 30.4133449 ], [ 120.167218, 30.4133321 ], [ 120.1672774, 30.4133545 ], [ 120.1673331, 30.4133353 ], [ 120.1674073, 30.4133289 ], [ 120.1674667, 30.4133641 ], [ 120.1675372, 30.4135018 ], [ 120.1676003, 30.413633 ], [ 120.1677562, 30.413633 ], [ 120.1677377, 30.4135498 ], [ 120.1676189, 30.4131689 ], [ 120.1674853, 30.4129992 ], [ 120.1673591, 30.4128424 ], [ 120.1671587, 30.4125191 ], [ 120.1671178, 30.4124199 ], [ 120.1671178, 30.4123238 ], [ 120.1671401, 30.4122214 ], [ 120.1670807, 30.4120934 ], [ 120.1670176, 30.4118789 ], [ 120.1670176, 30.4118053 ], [ 120.1670622, 30.4116132 ], [ 120.1667949, 30.411626 ], [ 120.1667578, 30.4115492 ], [ 120.1667652, 30.4114852 ], [ 120.1668209, 30.411482 ], [ 120.1670919, 30.411482 ], [ 120.1670993, 30.4114148 ], [ 120.1672477, 30.4114116 ], [ 120.167463, 30.4114436 ], [ 120.1675001, 30.4114052 ], [ 120.1674333, 30.4113475 ], [ 120.1674036, 30.4112579 ], [ 120.1674222, 30.4111683 ], [ 120.1673665, 30.4110947 ], [ 120.1672849, 30.4110306 ], [ 120.167244, 30.4109794 ], [ 120.1671253, 30.4107458 ], [ 120.1671401, 30.4106817 ], [ 120.1671698, 30.4105505 ], [ 120.1672403, 30.4104449 ], [ 120.1673257, 30.4102944 ], [ 120.1673442, 30.4102208 ], [ 120.1673146, 30.4101792 ], [ 120.1672552, 30.4101632 ], [ 120.167103, 30.4102336 ], [ 120.1670102, 30.410272 ], [ 120.1669434, 30.4103264 ], [ 120.1669063, 30.4104129 ], [ 120.1668914, 30.4105025 ], [ 120.1669397, 30.4106401 ], [ 120.1669991, 30.410973 ], [ 120.1669657, 30.4111235 ], [ 120.1668877, 30.4112259 ], [ 120.1667875, 30.4113027 ], [ 120.166639, 30.4113475 ], [ 120.1665203, 30.4113251 ], [ 120.1664015, 30.4112931 ], [ 120.1662939, 30.4112675 ], [ 120.1662567, 30.4112131 ], [ 120.1661936, 30.4111651 ], [ 120.1660786, 30.4111555 ], [ 120.1660155, 30.4111715 ], [ 120.1659635, 30.4112547 ], [ 120.1658633, 30.4112739 ], [ 120.1654773, 30.4113411 ], [ 120.1653288, 30.4113283 ], [ 120.1652546, 30.4112771 ], [ 120.1651692, 30.4111811 ], [ 120.1650764, 30.4110947 ], [ 120.1650059, 30.411021 ], [ 120.1649465, 30.4109346 ], [ 120.1648129, 30.410893 ], [ 120.1646348, 30.410813 ], [ 120.1645939, 30.4107618 ], [ 120.1646162, 30.4107105 ], [ 120.1646644, 30.4106529 ], [ 120.1647906, 30.4103872 ], [ 120.1648055, 30.4102816 ], [ 120.1647647, 30.410192 ], [ 120.1647053, 30.4101376 ], [ 120.1646051, 30.4100575 ], [ 120.164516, 30.4100159 ], [ 120.1645011, 30.4099775 ], [ 120.164516, 30.4099167 ], [ 120.1645754, 30.4098687 ], [ 120.1646607, 30.4098239 ], [ 120.1647053, 30.4097791 ], [ 120.1647275, 30.409667 ], [ 120.1646273, 30.4096254 ], [ 120.1646269, 30.4095069 ], [ 120.1639815, 30.4094791 ], [ 120.1639147, 30.4095422 ], [ 120.1638999, 30.4096062 ], [ 120.1639555, 30.409715 ], [ 120.1639518, 30.4097983 ], [ 120.1637996, 30.4099903 ], [ 120.1636326, 30.4101632 ], [ 120.1633245, 30.4104673 ], [ 120.1631761, 30.4105409 ], [ 120.1630239, 30.4105697 ], [ 120.162868, 30.4105729 ], [ 120.1626824, 30.4105345 ], [ 120.1625785, 30.4106849 ], [ 120.1624931, 30.4106785 ], [ 120.1623632, 30.4106433 ], [ 120.1623632, 30.4107778 ], [ 120.162315, 30.4109378 ], [ 120.1622036, 30.4111683 ], [ 120.1620366, 30.4112707 ], [ 120.1619536, 30.4112854 ], [ 120.1618919, 30.4112963 ], [ 120.1614131, 30.4114116 ], [ 120.1611421, 30.411482 ], [ 120.1610827, 30.4115428 ], [ 120.1610567, 30.4117125 ], [ 120.1610122, 30.4118181 ], [ 120.1610976, 30.4118757 ] ], [ [ 120.1635213, 30.4110467 ], [ 120.1635807, 30.4110659 ], [ 120.1636437, 30.4110851 ], [ 120.1637365, 30.4110915 ], [ 120.1638071, 30.4110979 ], [ 120.1638739, 30.4111395 ], [ 120.1638442, 30.4111587 ], [ 120.163744, 30.4111427 ], [ 120.1635695, 30.4111107 ], [ 120.1635027, 30.4110723 ], [ 120.1635213, 30.4110467 ] ], [ [ 120.1637328, 30.4106625 ], [ 120.1637328, 30.4106113 ], [ 120.1637737, 30.4105889 ], [ 120.1638108, 30.4105953 ], [ 120.1638627, 30.4106465 ], [ 120.1639258, 30.4107362 ], [ 120.1639295, 30.4107938 ], [ 120.1638887, 30.4108386 ], [ 120.163859, 30.4108706 ], [ 120.1637959, 30.4108386 ], [ 120.1637291, 30.410797 ], [ 120.1637068, 30.4107426 ], [ 120.1637328, 30.4106625 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1604769, 30.4118303 ], [ 120.1608452, 30.4118454 ], [ 120.1609037, 30.4118221 ], [ 120.1609666, 30.4117523 ], [ 120.1610161, 30.4116554 ], [ 120.1610341, 30.4115197 ], [ 120.1610044, 30.4114765 ], [ 120.1608344, 30.4115018 ], [ 120.1605121, 30.4115625 ], [ 120.1604594, 30.4116282 ], [ 120.1603832, 30.4116433 ], [ 120.1603129, 30.4117141 ], [ 120.160307, 30.4117747 ], [ 120.1604769, 30.4118303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1724428, 30.4240868 ], [ 120.1724316, 30.4240544 ], [ 120.1724634, 30.4240144 ], [ 120.1725334, 30.4239629 ], [ 120.172555, 30.423599 ], [ 120.1725167, 30.4235264 ], [ 120.1724841, 30.4234779 ], [ 120.1725206, 30.4233702 ], [ 120.1725116, 30.4232269 ], [ 120.1724237, 30.4230697 ], [ 120.1724016, 30.4230127 ], [ 120.1724293, 30.422869 ], [ 120.1724179, 30.4228253 ], [ 120.1724613, 30.4227406 ], [ 120.1724678, 30.4226772 ], [ 120.1723851, 30.422549 ], [ 120.1723727, 30.422482 ], [ 120.1723942, 30.4224248 ], [ 120.1724299, 30.4223682 ], [ 120.1725188, 30.4223309 ], [ 120.1726163, 30.4223178 ], [ 120.172697, 30.42232 ], [ 120.1727913, 30.422362 ], [ 120.1728352, 30.422401 ], [ 120.173103, 30.4224376 ], [ 120.1733567, 30.4224572 ], [ 120.1736074, 30.4224472 ], [ 120.1736891, 30.4224687 ], [ 120.1737274, 30.4225096 ], [ 120.1737508, 30.4225741 ], [ 120.1737983, 30.4225779 ], [ 120.1738241, 30.4225592 ], [ 120.1738501, 30.4225179 ], [ 120.1739087, 30.4224818 ], [ 120.1740349, 30.4224813 ], [ 120.1743041, 30.4225201 ], [ 120.1743753, 30.422477 ], [ 120.1744541, 30.4224294 ], [ 120.1745014, 30.4224197 ], [ 120.1745533, 30.4224403 ], [ 120.1745823, 30.4224871 ], [ 120.1746066, 30.4225545 ], [ 120.1750486, 30.4224688 ], [ 120.1750832, 30.4224281 ], [ 120.1751444, 30.4223696 ], [ 120.1752465, 30.4222886 ], [ 120.1752912, 30.4222659 ], [ 120.1753205, 30.422212 ], [ 120.1755183, 30.4221728 ], [ 120.175839, 30.4220776 ], [ 120.1760739, 30.4220141 ], [ 120.1762619, 30.4219896 ], [ 120.176543, 30.4218984 ], [ 120.17664, 30.4218327 ], [ 120.1767521, 30.4217947 ], [ 120.1772458, 30.4216599 ], [ 120.1773359, 30.4216034 ], [ 120.1773862, 30.4215392 ], [ 120.1774076, 30.4214256 ], [ 120.1774502, 30.4210834 ], [ 120.1775504, 30.4206329 ], [ 120.177537, 30.4203211 ], [ 120.1775751, 30.4200255 ], [ 120.1776365, 30.4197883 ], [ 120.1777604, 30.4194153 ], [ 120.1778282, 30.4192465 ], [ 120.1778067, 30.4187558 ], [ 120.1777516, 30.4186871 ], [ 120.1777309, 30.4185951 ], [ 120.1777622, 30.4183533 ], [ 120.1778459, 30.4179524 ], [ 120.1779847, 30.4173649 ], [ 120.1780333, 30.4171681 ], [ 120.1780378, 30.4168384 ], [ 120.1780819, 30.4166211 ], [ 120.1781419, 30.4164619 ], [ 120.1781612, 30.4162514 ], [ 120.1781774, 30.4161474 ], [ 120.1782013, 30.4161072 ], [ 120.1782832, 30.4160918 ], [ 120.1784311, 30.4160816 ], [ 120.1786758, 30.4160832 ], [ 120.1787623, 30.4160906 ], [ 120.1794267, 30.4161342 ], [ 120.1795847, 30.4161536 ], [ 120.1795861, 30.4161235 ], [ 120.179057, 30.4160818 ], [ 120.1787123, 30.416043 ], [ 120.1783474, 30.4159625 ], [ 120.178252, 30.415905 ], [ 120.1782101, 30.415809 ], [ 120.1781935, 30.4156326 ], [ 120.1782328, 30.4154357 ], [ 120.1783792, 30.415042 ], [ 120.1784062, 30.4149087 ], [ 120.1785057, 30.4146539 ], [ 120.1786318, 30.4140183 ], [ 120.1786569, 30.4138633 ], [ 120.1786632, 30.4137937 ], [ 120.1787235, 30.4136394 ], [ 120.178868, 30.4134859 ], [ 120.1789404, 30.4133416 ], [ 120.1790639, 30.4130221 ], [ 120.1792801, 30.4126729 ], [ 120.1793647, 30.4123284 ], [ 120.1795365, 30.411928 ], [ 120.1795823, 30.4117768 ], [ 120.1795509, 30.4114895 ], [ 120.1796198, 30.4112345 ], [ 120.1798467, 30.4107237 ], [ 120.1801733, 30.4099485 ], [ 120.1802323, 30.4098866 ], [ 120.1802816, 30.4098415 ], [ 120.1803696, 30.4098394 ], [ 120.1804515, 30.4098434 ], [ 120.1806179, 30.4098678 ], [ 120.1808438, 30.4095099 ], [ 120.1806678, 30.4094008 ], [ 120.1805877, 30.4093139 ], [ 120.1805527, 30.4092013 ], [ 120.1803666, 30.4085455 ], [ 120.1801887, 30.4081595 ], [ 120.1800965, 30.4079923 ], [ 120.1800926, 30.4078257 ], [ 120.1800501, 30.4076391 ], [ 120.1798724, 30.40737 ], [ 120.1795568, 30.4068562 ], [ 120.1795139, 30.406699 ], [ 120.1791724, 30.4061771 ], [ 120.1788289, 30.4054163 ], [ 120.1788072, 30.4052715 ], [ 120.1785581, 30.4049376 ], [ 120.1785099, 30.4048651 ], [ 120.1783782, 30.404711 ], [ 120.1781802, 30.4043262 ], [ 120.1781485, 30.4042445 ], [ 120.1781779, 30.404153 ], [ 120.1782177, 30.4040994 ], [ 120.1782779, 30.4040436 ], [ 120.1783626, 30.4040091 ], [ 120.1784433, 30.4039926 ], [ 120.1785319, 30.4039825 ], [ 120.1786036, 30.4039997 ], [ 120.1786825, 30.4040515 ], [ 120.1787445, 30.4041552 ], [ 120.1788341, 30.4041857 ], [ 120.1789446, 30.404193 ], [ 120.1790626, 30.404185 ], [ 120.1792115, 30.404196 ], [ 120.1792544, 30.4038636 ], [ 120.1790693, 30.4038671 ], [ 120.1788616, 30.4037771 ], [ 120.1787058, 30.4036703 ], [ 120.1785072, 30.4035724 ], [ 120.1783615, 30.4034728 ], [ 120.1782108, 30.4033357 ], [ 120.1780423, 30.4029694 ], [ 120.1779566, 30.4027904 ], [ 120.1779485, 30.4027206 ], [ 120.177966, 30.4026598 ], [ 120.177974, 30.4025866 ], [ 120.1777591, 30.4023928 ], [ 120.1776567, 30.4023364 ], [ 120.1774917, 30.4022946 ], [ 120.1772528, 30.4022783 ], [ 120.1771985, 30.4022432 ], [ 120.177111, 30.4020592 ], [ 120.1770727, 30.4019751 ], [ 120.1767814, 30.4019201 ], [ 120.1766168, 30.4017916 ], [ 120.1764842, 30.4017346 ], [ 120.17637, 30.4016542 ], [ 120.1763136, 30.4015263 ], [ 120.1762657, 30.4014682 ], [ 120.1760787, 30.4013063 ], [ 120.1760352, 30.401208 ], [ 120.1755267, 30.4008996 ], [ 120.1753485, 30.4005427 ], [ 120.1753487, 30.4004704 ], [ 120.1746925, 30.4002502 ], [ 120.1746031, 30.4002198 ], [ 120.1742429, 30.4001223 ], [ 120.1741422, 30.4001014 ], [ 120.1740523, 30.3999676 ], [ 120.1740591, 30.399895 ], [ 120.1737732, 30.3998772 ], [ 120.1736098, 30.3998147 ], [ 120.1733386, 30.399598 ], [ 120.1732871, 30.3995463 ], [ 120.1730069, 30.3993437 ], [ 120.172933, 30.3994264 ], [ 120.1728639, 30.3995036 ], [ 120.1729948, 30.3996789 ], [ 120.1730084, 30.3997797 ], [ 120.1730106, 30.3998636 ], [ 120.1729976, 30.3998969 ], [ 120.1729739, 30.3999578 ], [ 120.1729268, 30.3999927 ], [ 120.1721249, 30.3998113 ], [ 120.17208, 30.3998252 ], [ 120.1720962, 30.3998671 ], [ 120.172683, 30.4000102 ], [ 120.1729582, 30.4000521 ], [ 120.1730998, 30.4000835 ], [ 120.1731646, 30.4001847 ], [ 120.1732212, 30.4003069 ], [ 120.1732212, 30.4004884 ], [ 120.1732495, 30.4006978 ], [ 120.1732576, 30.4009561 ], [ 120.1732172, 30.4011585 ], [ 120.173198, 30.4012031 ], [ 120.1730715, 30.4014971 ], [ 120.1729784, 30.4016925 ], [ 120.1728894, 30.4019369 ], [ 120.1727478, 30.4023801 ], [ 120.1726425, 30.4026594 ], [ 120.1726344, 30.4027222 ], [ 120.1726102, 30.4029037 ], [ 120.172598, 30.4031305 ], [ 120.1726344, 30.4031375 ], [ 120.1726344, 30.4030398 ], [ 120.1726749, 30.4028548 ], [ 120.1727882, 30.4024918 ], [ 120.1729501, 30.4021602 ], [ 120.1730796, 30.4018217 ], [ 120.1732738, 30.4012842 ], [ 120.1734236, 30.4009666 ], [ 120.1734276, 30.4007851 ], [ 120.1733952, 30.4005756 ], [ 120.1733993, 30.400429 ], [ 120.17346, 30.4003348 ], [ 120.173464, 30.4002022 ], [ 120.1734559, 30.4001044 ], [ 120.173545, 30.4000905 ], [ 120.1736583, 30.4001079 ], [ 120.1737918, 30.4001568 ], [ 120.1738486, 30.4002058 ], [ 120.1738849, 30.4002371 ], [ 120.1739334, 30.4003034 ], [ 120.173982, 30.4003697 ], [ 120.1741722, 30.4004604 ], [ 120.1744474, 30.400635 ], [ 120.174468, 30.4006557 ], [ 120.1745445, 30.4007327 ], [ 120.1748359, 30.4008444 ], [ 120.1750908, 30.4008863 ], [ 120.1755683, 30.4011446 ], [ 120.1756857, 30.4012388 ], [ 120.1757788, 30.4013575 ], [ 120.1758638, 30.4016262 ], [ 120.1759123, 30.4017309 ], [ 120.1761227, 30.4018531 ], [ 120.1763736, 30.4021184 ], [ 120.176491, 30.40223 ], [ 120.1766084, 30.4023173 ], [ 120.1769887, 30.4025756 ], [ 120.1771587, 30.4027222 ], [ 120.1773449, 30.4029281 ], [ 120.1775472, 30.403333 ], [ 120.1777414, 30.4036541 ], [ 120.177786, 30.4038565 ], [ 120.1777981, 30.4040624 ], [ 120.1777253, 30.4042998 ], [ 120.1776888, 30.4047151 ], [ 120.1777334, 30.4048268 ], [ 120.1778264, 30.4049141 ], [ 120.1779357, 30.4049664 ], [ 120.1779478, 30.4050222 ], [ 120.1779074, 30.4051025 ], [ 120.1778507, 30.4051409 ], [ 120.1777536, 30.4051549 ], [ 120.177531, 30.4051374 ], [ 120.1773084, 30.4051025 ], [ 120.1768431, 30.4050781 ], [ 120.1768066, 30.405099 ], [ 120.1770211, 30.40512 ], [ 120.1772923, 30.4051304 ], [ 120.1774379, 30.4051584 ], [ 120.1774298, 30.4052631 ], [ 120.1776767, 30.4053259 ], [ 120.1778507, 30.4053748 ], [ 120.1780288, 30.4054411 ], [ 120.1781825, 30.4055248 ], [ 120.1785467, 30.406181 ], [ 120.178826, 30.4065928 ], [ 120.1790324, 30.4069034 ], [ 120.179437, 30.4076748 ], [ 120.1794977, 30.4078004 ], [ 120.179866, 30.4083414 ], [ 120.1799672, 30.4085089 ], [ 120.1801533, 30.4088719 ], [ 120.1801897, 30.408987 ], [ 120.1801776, 30.4091825 ], [ 120.1801331, 30.4093465 ], [ 120.1800724, 30.4094896 ], [ 120.1799591, 30.4096571 ], [ 120.1799267, 30.4097444 ], [ 120.1799146, 30.409877 ], [ 120.1798579, 30.4100201 ], [ 120.1796556, 30.4103447 ], [ 120.1792906, 30.4110209 ], [ 120.1792641, 30.4110972 ], [ 120.1792109, 30.4111685 ], [ 120.1791106, 30.4112117 ], [ 120.1789394, 30.4112092 ], [ 120.1782783, 30.4111125 ], [ 120.1781721, 30.4110794 ], [ 120.1781101, 30.4110412 ], [ 120.1780894, 30.4109318 ], [ 120.1779891, 30.4104889 ], [ 120.1779183, 30.4103209 ], [ 120.1778297, 30.4102827 ], [ 120.1777235, 30.4102776 ], [ 120.1775553, 30.4102878 ], [ 120.1773044, 30.4103285 ], [ 120.1770697, 30.4103645 ], [ 120.1770708, 30.4103854 ], [ 120.1770718, 30.4104043 ], [ 120.1773223, 30.4104005 ], [ 120.1777101, 30.4104589 ], [ 120.1778118, 30.4104881 ], [ 120.1778758, 30.4105628 ], [ 120.1779172, 30.4106959 ], [ 120.1779134, 30.4107739 ], [ 120.1778494, 30.4109947 ], [ 120.1778193, 30.4111408 ], [ 120.1778419, 30.4112284 ], [ 120.1779435, 30.4113096 ], [ 120.1781996, 30.4113453 ], [ 120.1788848, 30.4114947 ], [ 120.1790241, 30.4115336 ], [ 120.1790881, 30.4115953 ], [ 120.1791257, 30.4117577 ], [ 120.179137, 30.4119752 ], [ 120.1789789, 30.4123681 ], [ 120.1789337, 30.4124817 ], [ 120.1788471, 30.4125467 ], [ 120.1787605, 30.4126571 ], [ 120.1786513, 30.4128486 ], [ 120.1785648, 30.412946 ], [ 120.1785008, 30.4129882 ], [ 120.1783953, 30.4129817 ], [ 120.1782598, 30.4129558 ], [ 120.1779247, 30.4129395 ], [ 120.1776762, 30.4129201 ], [ 120.1770136, 30.4127967 ], [ 120.1768668, 30.4127675 ], [ 120.1767162, 30.412709 ], [ 120.1761891, 30.4126668 ], [ 120.1760649, 30.4126408 ], [ 120.1751064, 30.4125811 ], [ 120.1750641, 30.4125835 ], [ 120.1751059, 30.4126024 ], [ 120.1760385, 30.4127642 ], [ 120.1764941, 30.4128064 ], [ 120.1775068, 30.413011 ], [ 120.1783163, 30.4131571 ], [ 120.1783765, 30.413196 ], [ 120.1783615, 30.4135175 ], [ 120.1783351, 30.4136311 ], [ 120.1782334, 30.4138259 ], [ 120.1780716, 30.4140305 ], [ 120.1780188, 30.4141441 ], [ 120.177936, 30.4143974 ], [ 120.1779021, 30.4146896 ], [ 120.1778683, 30.4149915 ], [ 120.1778268, 30.4150954 ], [ 120.1777064, 30.4151636 ], [ 120.1775143, 30.4151798 ], [ 120.1766748, 30.4150727 ], [ 120.1763661, 30.4150272 ], [ 120.1761628, 30.415011 ], [ 120.1757561, 30.4150402 ], [ 120.175598, 30.4150727 ], [ 120.1754851, 30.4150565 ], [ 120.1751462, 30.4149655 ], [ 120.1749617, 30.4149428 ], [ 120.1746794, 30.4149461 ], [ 120.1746772, 30.4149725 ], [ 120.1746746, 30.4150049 ], [ 120.1747283, 30.4150207 ], [ 120.1750333, 30.4150662 ], [ 120.1751123, 30.4150792 ], [ 120.1751801, 30.4151766 ], [ 120.1753495, 30.4151896 ], [ 120.175647, 30.4151863 ], [ 120.1757825, 30.4152383 ], [ 120.1759331, 30.415313 ], [ 120.1763585, 30.4153617 ], [ 120.1772659, 30.4154948 ], [ 120.1775558, 30.4154753 ], [ 120.1778005, 30.4155207 ], [ 120.1778946, 30.4156052 ], [ 120.1779172, 30.4157058 ], [ 120.1779097, 30.4158324 ], [ 120.1778118, 30.4161019 ], [ 120.1776951, 30.4163552 ], [ 120.1776461, 30.4165954 ], [ 120.1775558, 30.4173974 ], [ 120.1775332, 30.4178584 ], [ 120.1775256, 30.4180012 ], [ 120.1773638, 30.4186863 ], [ 120.1773336, 30.4188064 ], [ 120.1772922, 30.4188746 ], [ 120.1771379, 30.4188746 ], [ 120.1768818, 30.4188519 ], [ 120.1767275, 30.4188454 ], [ 120.1765468, 30.4188941 ], [ 120.1763924, 30.4189363 ], [ 120.1762117, 30.4189395 ], [ 120.1758427, 30.4188973 ], [ 120.1755227, 30.4189071 ], [ 120.1753608, 30.4188843 ], [ 120.1752027, 30.4188811 ], [ 120.1750408, 30.4189071 ], [ 120.1748375, 30.4189428 ], [ 120.174525, 30.4189395 ], [ 120.173836, 30.4188649 ], [ 120.1737645, 30.4188389 ], [ 120.1729362, 30.4187252 ], [ 120.1727894, 30.4187025 ], [ 120.1727329, 30.4186603 ], [ 120.1726501, 30.4186571 ], [ 120.1726727, 30.4187512 ], [ 120.1726162, 30.4188032 ], [ 120.17262, 30.4188389 ], [ 120.1726915, 30.4188162 ], [ 120.1728045, 30.4187999 ], [ 120.1738925, 30.4189168 ], [ 120.17451, 30.418972 ], [ 120.1750362, 30.4189968 ], [ 120.1752292, 30.4190139 ], [ 120.1753629, 30.4190566 ], [ 120.1754965, 30.4190779 ], [ 120.1758926, 30.4190224 ], [ 120.1763926, 30.4190779 ], [ 120.176645, 30.4190779 ], [ 120.1768381, 30.4190438 ], [ 120.1770113, 30.4190523 ], [ 120.1771549, 30.4190694 ], [ 120.1772638, 30.419142 ], [ 120.177348, 30.419253 ], [ 120.1773628, 30.4196841 ], [ 120.1773381, 30.4200342 ], [ 120.1772638, 30.4204738 ], [ 120.177249, 30.4207556 ], [ 120.1772391, 30.4208623 ], [ 120.1772688, 30.420969 ], [ 120.1772688, 30.4210715 ], [ 120.1771846, 30.4214215 ], [ 120.1771499, 30.4215026 ], [ 120.1770707, 30.4215752 ], [ 120.1768777, 30.4216435 ], [ 120.1758134, 30.4219338 ], [ 120.1753728, 30.4219765 ], [ 120.1751055, 30.4220704 ], [ 120.1749372, 30.4221003 ], [ 120.1746649, 30.422096 ], [ 120.174452, 30.4220533 ], [ 120.1741649, 30.4219807 ], [ 120.1738629, 30.4219594 ], [ 120.1735659, 30.4219637 ], [ 120.1732541, 30.4219423 ], [ 120.1726006, 30.4219466 ], [ 120.172368, 30.4220063 ], [ 120.1722442, 30.4220533 ], [ 120.1721353, 30.4221429 ], [ 120.1720759, 30.4222198 ], [ 120.1720363, 30.422318 ], [ 120.171967, 30.4230436 ], [ 120.1719422, 30.4237736 ], [ 120.1719354, 30.4238016 ], [ 120.1719026, 30.4239358 ], [ 120.171863, 30.4239913 ], [ 120.1717863, 30.4240426 ], [ 120.1724428, 30.4240868 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1631004, 30.4116391 ], [ 120.1632582, 30.411678 ], [ 120.1635776, 30.4117687 ], [ 120.1637166, 30.4118076 ], [ 120.1638293, 30.4118529 ], [ 120.1638594, 30.4119113 ], [ 120.1638481, 30.4120214 ], [ 120.1638067, 30.4121964 ], [ 120.1638218, 30.4122482 ], [ 120.1638932, 30.4122968 ], [ 120.1639646, 30.412313 ], [ 120.1640322, 30.4122806 ], [ 120.1640885, 30.4121964 ], [ 120.1641224, 30.4120992 ], [ 120.1641224, 30.412002 ], [ 120.1641487, 30.4119663 ], [ 120.1642125, 30.4119015 ], [ 120.1642313, 30.4118205 ], [ 120.1641449, 30.4117719 ], [ 120.1637354, 30.4116974 ], [ 120.1631605, 30.4115516 ], [ 120.1630966, 30.4115613 ], [ 120.1630666, 30.4116002 ], [ 120.1631004, 30.4116391 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1645833, 30.4119678 ], [ 120.1645917, 30.4120883 ], [ 120.1646637, 30.4121029 ], [ 120.1649853, 30.4121649 ], [ 120.1650954, 30.4121686 ], [ 120.165125, 30.4120992 ], [ 120.1651377, 30.4120262 ], [ 120.1648414, 30.4119751 ], [ 120.1648626, 30.4118583 ], [ 120.1644478, 30.4117999 ], [ 120.1643843, 30.4117889 ], [ 120.1643378, 30.4118145 ], [ 120.1643166, 30.4118875 ], [ 120.1645833, 30.4119678 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1808863, 30.4099669 ], [ 120.1811011, 30.4100672 ], [ 120.1812532, 30.4101907 ], [ 120.1814501, 30.4103219 ], [ 120.1814858, 30.4103952 ], [ 120.1815216, 30.410646 ], [ 120.181544, 30.4110203 ], [ 120.1815798, 30.4112402 ], [ 120.1815664, 30.4113946 ], [ 120.1814501, 30.4118885 ], [ 120.1813158, 30.4124132 ], [ 120.1812935, 30.4125213 ], [ 120.1813292, 30.4125907 ], [ 120.181374, 30.4126602 ], [ 120.1813829, 30.4130036 ], [ 120.1813427, 30.4132158 ], [ 120.1813919, 30.41332 ], [ 120.1814322, 30.4136248 ], [ 120.1814456, 30.4137868 ], [ 120.1814814, 30.4138717 ], [ 120.1815619, 30.4138833 ], [ 120.1816156, 30.4138331 ], [ 120.181629, 30.413756 ], [ 120.1816156, 30.4134627 ], [ 120.1816603, 30.413401 ], [ 120.1817409, 30.4133663 ], [ 120.1818572, 30.4133547 ], [ 120.1819601, 30.4133701 ], [ 120.1820004, 30.4133161 ], [ 120.1818214, 30.4133045 ], [ 120.1816156, 30.4133123 ], [ 120.1815082, 30.4132968 ], [ 120.1814501, 30.4132621 ], [ 120.1814232, 30.4131888 ], [ 120.1814277, 30.4128762 ], [ 120.1814232, 30.4126949 ], [ 120.1814098, 30.4126177 ], [ 120.181365, 30.4125637 ], [ 120.1813382, 30.4124865 ], [ 120.181365, 30.4124016 ], [ 120.1815709, 30.4116994 ], [ 120.1816648, 30.4111283 ], [ 120.1817319, 30.4109663 ], [ 120.1817319, 30.4107579 ], [ 120.1817409, 30.4106228 ], [ 120.1817588, 30.4105457 ], [ 120.1818348, 30.4104608 ], [ 120.1819288, 30.4104068 ], [ 120.182148, 30.4103836 ], [ 120.182327, 30.4103836 ], [ 120.1825373, 30.4103952 ], [ 120.1828415, 30.4104531 ], [ 120.1831055, 30.4105341 ], [ 120.1832442, 30.4105457 ], [ 120.1833247, 30.410592 ], [ 120.1834589, 30.410754 ], [ 120.1834232, 30.4108505 ], [ 120.183365, 30.4109431 ], [ 120.1832889, 30.411001 ], [ 120.1832173, 30.4110473 ], [ 120.1832352, 30.4111206 ], [ 120.1832397, 30.4112518 ], [ 120.1832397, 30.4114833 ], [ 120.1832845, 30.4115373 ], [ 120.1833918, 30.4115605 ], [ 120.1834947, 30.4115914 ], [ 120.183544, 30.4116454 ], [ 120.1835484, 30.411819 ], [ 120.1834947, 30.4119078 ], [ 120.1834589, 30.4120544 ], [ 120.1834634, 30.4122203 ], [ 120.1834813, 30.4127759 ], [ 120.1835037, 30.4130074 ], [ 120.1835618, 30.4131 ], [ 120.1835618, 30.4132274 ], [ 120.1835797, 30.413509 ], [ 120.1835976, 30.4136711 ], [ 120.1837274, 30.414219 ], [ 120.1838124, 30.4146126 ], [ 120.1838328, 30.4146436 ], [ 120.1838675, 30.4146454 ], [ 120.1839005, 30.414647 ], [ 120.1838965, 30.4143486 ], [ 120.1837811, 30.4135476 ], [ 120.1837766, 30.413428 ], [ 120.1837721, 30.4132004 ], [ 120.1838124, 30.4128955 ], [ 120.18379, 30.4120814 ], [ 120.1837498, 30.4114872 ], [ 120.1837811, 30.4112749 ], [ 120.1838437, 30.4111669 ], [ 120.1839422, 30.4110936 ], [ 120.1840585, 30.4110627 ], [ 120.1842822, 30.4111129 ], [ 120.184318, 30.4110048 ], [ 120.1840575, 30.4108847 ], [ 120.1839459, 30.4107884 ], [ 120.1838956, 30.4106729 ], [ 120.1838621, 30.4105092 ], [ 120.1838789, 30.4103311 ], [ 120.1832258, 30.4101193 ], [ 120.183103, 30.4101481 ], [ 120.18293, 30.4101385 ], [ 120.1822155, 30.4100085 ], [ 120.181808, 30.4099411 ], [ 120.1815456, 30.4098978 ], [ 120.1813447, 30.4098641 ], [ 120.181194, 30.4097727 ], [ 120.1810265, 30.4096956 ], [ 120.180926, 30.4096282 ], [ 120.1808438, 30.4095099 ], [ 120.1806179, 30.4098678 ], [ 120.1808863, 30.4099669 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1739528, 30.4124752 ], [ 120.1740582, 30.4124915 ], [ 120.1749198, 30.4125791 ], [ 120.1749362, 30.4125633 ], [ 120.1749275, 30.4125431 ], [ 120.1742728, 30.4124493 ], [ 120.1739979, 30.4124168 ], [ 120.1739339, 30.412433 ], [ 120.1739528, 30.4124752 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1515282, 30.4105939 ], [ 120.1515721, 30.4106885 ], [ 120.1517194, 30.4107642 ], [ 120.1518261, 30.410867 ], [ 120.1520267, 30.4111158 ], [ 120.1520173, 30.4111915 ], [ 120.1519233, 30.4112212 ], [ 120.1520016, 30.4112591 ], [ 120.1521177, 30.4113132 ], [ 120.1522399, 30.4113808 ], [ 120.1523152, 30.4114565 ], [ 120.1524061, 30.4117215 ], [ 120.1523967, 30.4117675 ], [ 120.1525065, 30.4118756 ], [ 120.1526381, 30.4119649 ], [ 120.1527259, 30.4120162 ], [ 120.1528388, 30.4120352 ], [ 120.1528921, 30.412073 ], [ 120.1531586, 30.412311 ], [ 120.1532182, 30.4123894 ], [ 120.153306, 30.4127004 ], [ 120.1534095, 30.4129248 ], [ 120.1535004, 30.4130573 ], [ 120.1536541, 30.4131492 ], [ 120.1538234, 30.4131979 ], [ 120.1543846, 30.4133115 ], [ 120.1545383, 30.4133385 ], [ 120.1546449, 30.4133845 ], [ 120.1548048, 30.4134954 ], [ 120.1548832, 30.4135494 ], [ 120.1554099, 30.4138009 ], [ 120.1555385, 30.4138766 ], [ 120.1555981, 30.4139307 ], [ 120.1556451, 30.4139983 ], [ 120.1557642, 30.4142308 ], [ 120.1558019, 30.4143742 ], [ 120.155827, 30.4144499 ], [ 120.1560653, 30.4148609 ], [ 120.1561844, 30.4150448 ], [ 120.1564854, 30.4153449 ], [ 120.1566829, 30.4155071 ], [ 120.1568491, 30.4155666 ], [ 120.1568585, 30.4154395 ], [ 120.1566201, 30.415348 ], [ 120.1565509, 30.4152793 ], [ 120.1563985, 30.4150882 ], [ 120.1563743, 30.4150166 ], [ 120.1562981, 30.414912 ], [ 120.1562012, 30.4147299 ], [ 120.1560176, 30.414491 ], [ 120.1559692, 30.4143746 ], [ 120.1558826, 30.4141894 ], [ 120.1557337, 30.4139475 ], [ 120.1556679, 30.4138699 ], [ 120.1556264, 30.4138102 ], [ 120.1555675, 30.4137654 ], [ 120.1554428, 30.4137146 ], [ 120.1549858, 30.4135175 ], [ 120.1548438, 30.4134578 ], [ 120.1547573, 30.4134041 ], [ 120.1545045, 30.4131831 ], [ 120.1543937, 30.4130965 ], [ 120.1543244, 30.4130666 ], [ 120.154224, 30.4130756 ], [ 120.1538881, 30.4131084 ], [ 120.1536942, 30.4130846 ], [ 120.1535834, 30.4130368 ], [ 120.153483, 30.4129114 ], [ 120.1533861, 30.4128009 ], [ 120.1532649, 30.4124097 ], [ 120.1532476, 30.4123022 ], [ 120.1532129, 30.4122454 ], [ 120.1529013, 30.4119588 ], [ 120.1528113, 30.4119468 ], [ 120.1527316, 30.41192 ], [ 120.1526555, 30.4118722 ], [ 120.1524927, 30.4117229 ], [ 120.152465, 30.4116452 ], [ 120.1524304, 30.411487 ], [ 120.1523819, 30.4112988 ], [ 120.1523127, 30.4111525 ], [ 120.1522365, 30.4110002 ], [ 120.1521846, 30.4109315 ], [ 120.1520876, 30.4108509 ], [ 120.1519075, 30.4106956 ], [ 120.1517829, 30.4105433 ], [ 120.1516825, 30.4104896 ], [ 120.1515294, 30.4104214 ], [ 120.1514251, 30.4105045 ], [ 120.1515282, 30.4105939 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.172251, 30.4149493 ], [ 120.1723979, 30.414985 ], [ 120.1725108, 30.4149753 ], [ 120.1724995, 30.4149006 ], [ 120.1725861, 30.4148454 ], [ 120.1727179, 30.4148292 ], [ 120.1734558, 30.4149006 ], [ 120.1743625, 30.4149861 ], [ 120.1745577, 30.4149981 ], [ 120.1745519, 30.4149634 ], [ 120.174547, 30.4149342 ], [ 120.1738323, 30.4148876 ], [ 120.1730002, 30.4147837 ], [ 120.1727405, 30.4147805 ], [ 120.1725974, 30.4147967 ], [ 120.1723037, 30.4148519 ], [ 120.1722284, 30.4148941 ], [ 120.172251, 30.4149493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1526062, 30.4158892 ], [ 120.152734, 30.4159364 ], [ 120.1528831, 30.4159653 ], [ 120.1530108, 30.4159653 ], [ 120.1531203, 30.4159889 ], [ 120.1531112, 30.4160414 ], [ 120.1532603, 30.4160624 ], [ 120.1534428, 30.4160545 ], [ 120.1536101, 30.4160886 ], [ 120.1537987, 30.4161306 ], [ 120.1539295, 30.4161752 ], [ 120.153963, 30.4162565 ], [ 120.1539995, 30.4163929 ], [ 120.1539752, 30.4167077 ], [ 120.1539508, 30.4168599 ], [ 120.1538687, 30.4173085 ], [ 120.1538231, 30.4173872 ], [ 120.1537744, 30.4174895 ], [ 120.1537379, 30.4175682 ], [ 120.1537318, 30.41766 ], [ 120.1537805, 30.4177544 ], [ 120.1539265, 30.4179695 ], [ 120.1544163, 30.4184942 ], [ 120.1545714, 30.4185808 ], [ 120.1546596, 30.4186595 ], [ 120.1547783, 30.418788 ], [ 120.1548391, 30.4188352 ], [ 120.1548939, 30.4188457 ], [ 120.154906, 30.4189087 ], [ 120.1549243, 30.4192287 ], [ 120.1548756, 30.4192917 ], [ 120.1548073, 30.4193681 ], [ 120.1549028, 30.4194917 ], [ 120.1549882, 30.4194779 ], [ 120.1550216, 30.4194333 ], [ 120.1550338, 30.419331 ], [ 120.1550703, 30.4192235 ], [ 120.1550794, 30.419171 ], [ 120.1550581, 30.4190451 ], [ 120.1550551, 30.4189585 ], [ 120.1550429, 30.4188693 ], [ 120.1550642, 30.4188064 ], [ 120.155195, 30.418725 ], [ 120.1552802, 30.4186752 ], [ 120.1554779, 30.4185362 ], [ 120.155776, 30.4183525 ], [ 120.1557973, 30.4183184 ], [ 120.1557821, 30.4182791 ], [ 120.1557487, 30.4182712 ], [ 120.1556422, 30.4183079 ], [ 120.1555509, 30.4183106 ], [ 120.1554688, 30.4183368 ], [ 120.1552346, 30.4184627 ], [ 120.1551707, 30.4185519 ], [ 120.1551068, 30.4186568 ], [ 120.1551007, 30.4187041 ], [ 120.155046, 30.4187329 ], [ 120.154976, 30.4187172 ], [ 120.154903, 30.4186936 ], [ 120.1547935, 30.418586 ], [ 120.1545045, 30.4182765 ], [ 120.1544376, 30.4181794 ], [ 120.1540543, 30.4178436 ], [ 120.1539782, 30.4177754 ], [ 120.153963, 30.4177229 ], [ 120.1539447, 30.4176574 ], [ 120.1539295, 30.4176049 ], [ 120.1539447, 30.4175367 ], [ 120.153963, 30.4173189 ], [ 120.1539691, 30.417214 ], [ 120.1540816, 30.4168231 ], [ 120.154106, 30.4167051 ], [ 120.1541242, 30.4166211 ], [ 120.1541121, 30.4165608 ], [ 120.1540664, 30.4163562 ], [ 120.1540451, 30.416267 ], [ 120.1540482, 30.4161725 ], [ 120.1540512, 30.4161017 ], [ 120.1540938, 30.4160702 ], [ 120.1541425, 30.4160519 ], [ 120.1543311, 30.4160099 ], [ 120.1544132, 30.4160046 ], [ 120.1545106, 30.4160073 ], [ 120.1546201, 30.4160256 ], [ 120.15469, 30.4160833 ], [ 120.1547935, 30.4161647 ], [ 120.1550673, 30.4163536 ], [ 120.1551403, 30.4164428 ], [ 120.1552467, 30.4165582 ], [ 120.1554901, 30.4167733 ], [ 120.1556452, 30.4168861 ], [ 120.1558186, 30.4171038 ], [ 120.156065, 30.417256 ], [ 120.1563662, 30.4174554 ], [ 120.1564392, 30.4175655 ], [ 120.1564544, 30.4176521 ], [ 120.1565366, 30.4177597 ], [ 120.1566369, 30.4178121 ], [ 120.1567799, 30.4179118 ], [ 120.1571784, 30.4180535 ], [ 120.1574765, 30.4182135 ], [ 120.1577169, 30.4183368 ], [ 120.1580363, 30.4184785 ], [ 120.1583405, 30.4185572 ], [ 120.1585108, 30.4185965 ], [ 120.1587572, 30.4186044 ], [ 120.1589124, 30.4185991 ], [ 120.1592653, 30.4185047 ], [ 120.1594417, 30.4184312 ], [ 120.1595968, 30.4184076 ], [ 120.1597398, 30.4184102 ], [ 120.1598007, 30.4184024 ], [ 120.1598189, 30.4183289 ], [ 120.1598037, 30.4182424 ], [ 120.1597581, 30.4181951 ], [ 120.1597246, 30.4181374 ], [ 120.1596516, 30.4177597 ], [ 120.1595999, 30.417639 ], [ 120.159463, 30.4175026 ], [ 120.1592774, 30.4173373 ], [ 120.1592196, 30.4172481 ], [ 120.1590827, 30.4171248 ], [ 120.1590371, 30.4170828 ], [ 120.1590341, 30.4171615 ], [ 120.1590736, 30.4172744 ], [ 120.1594569, 30.4176652 ], [ 120.1595451, 30.4177702 ], [ 120.1595512, 30.4178305 ], [ 120.1595147, 30.4179276 ], [ 120.1595238, 30.4180168 ], [ 120.1595482, 30.4181374 ], [ 120.1595269, 30.4182004 ], [ 120.1594508, 30.4182607 ], [ 120.1593748, 30.4183079 ], [ 120.1592379, 30.4183893 ], [ 120.159171, 30.4184129 ], [ 120.1590584, 30.4184234 ], [ 120.1589063, 30.4184181 ], [ 120.1587147, 30.4183683 ], [ 120.158307, 30.4182686 ], [ 120.1582218, 30.4182056 ], [ 120.1581215, 30.4181112 ], [ 120.1580302, 30.4180168 ], [ 120.1579329, 30.4180351 ], [ 120.157796, 30.4180404 ], [ 120.1577047, 30.4180404 ], [ 120.1576499, 30.4179879 ], [ 120.1576286, 30.4179276 ], [ 120.1576317, 30.4178594 ], [ 120.1575769, 30.4178305 ], [ 120.1574826, 30.4177807 ], [ 120.1574005, 30.4177151 ], [ 120.1573549, 30.4176993 ], [ 120.1572362, 30.4177256 ], [ 120.1570932, 30.4177833 ], [ 120.1570263, 30.4177964 ], [ 120.1569564, 30.4177597 ], [ 120.1566765, 30.417576 ], [ 120.1566217, 30.4174842 ], [ 120.1565791, 30.4174108 ], [ 120.1563814, 30.4172429 ], [ 120.1563175, 30.4171799 ], [ 120.156278, 30.4171196 ], [ 120.1561867, 30.4170619 ], [ 120.1561046, 30.4170068 ], [ 120.1559069, 30.4169228 ], [ 120.155773, 30.4168231 ], [ 120.1554597, 30.4166159 ], [ 120.1553532, 30.4165372 ], [ 120.1552893, 30.4164506 ], [ 120.1551494, 30.4163299 ], [ 120.1549243, 30.4161437 ], [ 120.1548391, 30.4160886 ], [ 120.1547296, 30.416023 ], [ 120.1546718, 30.4159837 ], [ 120.1546049, 30.4159627 ], [ 120.1543919, 30.4159496 ], [ 120.1542642, 30.4159679 ], [ 120.1540634, 30.4160151 ], [ 120.1539356, 30.4160361 ], [ 120.1538261, 30.416023 ], [ 120.1535219, 30.4159732 ], [ 120.1531508, 30.4159181 ], [ 120.153023, 30.415884 ], [ 120.152807, 30.4158525 ], [ 120.1527097, 30.4158368 ], [ 120.1526275, 30.4158079 ], [ 120.1525407, 30.4157788 ], [ 120.1525041, 30.4158387 ], [ 120.1526062, 30.4158892 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1629857, 30.4221142 ], [ 120.1631381, 30.4221142 ], [ 120.1633449, 30.4221095 ], [ 120.1633775, 30.4220672 ], [ 120.1634047, 30.4219265 ], [ 120.1633884, 30.4218044 ], [ 120.1633993, 30.4215979 ], [ 120.1634064, 30.4215671 ], [ 120.163432, 30.4214571 ], [ 120.1634483, 30.4210629 ], [ 120.1634918, 30.4208705 ], [ 120.1634483, 30.4206968 ], [ 120.1634428, 30.4205936 ], [ 120.1635081, 30.4205044 ], [ 120.1636061, 30.4204622 ], [ 120.1637803, 30.4204199 ], [ 120.1640687, 30.4204153 ], [ 120.1642919, 30.4203965 ], [ 120.1644823, 30.4203355 ], [ 120.1646728, 30.4203026 ], [ 120.1648633, 30.420312 ], [ 120.1652443, 30.4202745 ], [ 120.1655654, 30.4202275 ], [ 120.165843, 30.4201665 ], [ 120.1661205, 30.4201571 ], [ 120.1664307, 30.4201618 ], [ 120.1668933, 30.420129 ], [ 120.1672199, 30.4200914 ], [ 120.1678131, 30.4200586 ], [ 120.1682757, 30.4200398 ], [ 120.1686186, 30.4200116 ], [ 120.1689451, 30.4200069 ], [ 120.1692826, 30.41996 ], [ 120.169854, 30.4199929 ], [ 120.1700391, 30.4199788 ], [ 120.1703602, 30.4199741 ], [ 120.170899, 30.4200398 ], [ 120.1711983, 30.420068 ], [ 120.1719766, 30.4200727 ], [ 120.1721888, 30.4200961 ], [ 120.1722705, 30.4200398 ], [ 120.1723412, 30.4199976 ], [ 120.1724337, 30.4199882 ], [ 120.1724011, 30.4199459 ], [ 120.1722705, 30.4199272 ], [ 120.1720582, 30.4199037 ], [ 120.1716936, 30.4198896 ], [ 120.1714813, 30.419899 ], [ 120.1713453, 30.4198708 ], [ 120.1709861, 30.4197958 ], [ 120.1707684, 30.4197864 ], [ 120.1705017, 30.4198004 ], [ 120.1702731, 30.4197441 ], [ 120.1702023, 30.4196878 ], [ 120.1702023, 30.4195939 ], [ 120.170186, 30.4195048 ], [ 120.1701044, 30.4194766 ], [ 120.1697833, 30.4194766 ], [ 120.1697125, 30.4194578 ], [ 120.1696744, 30.419317 ], [ 120.1696309, 30.4191246 ], [ 120.1695547, 30.4189275 ], [ 120.1694676, 30.4186177 ], [ 120.1694023, 30.4184535 ], [ 120.169386, 30.4182564 ], [ 120.169288, 30.4179138 ], [ 120.1692009, 30.4175946 ], [ 120.169054, 30.4172191 ], [ 120.1689801, 30.4170216 ], [ 120.1688363, 30.4166372 ], [ 120.168753, 30.4164199 ], [ 120.1686077, 30.4160411 ], [ 120.1685315, 30.4158017 ], [ 120.16839, 30.4153042 ], [ 120.1682866, 30.4148959 ], [ 120.1682322, 30.4145814 ], [ 120.1678784, 30.4137929 ], [ 120.1677562, 30.413633 ], [ 120.1676003, 30.413633 ], [ 120.1676879, 30.4138211 ], [ 120.1677641, 30.4139854 ], [ 120.168009, 30.4144547 ], [ 120.1681288, 30.4147786 ], [ 120.1682866, 30.4154638 ], [ 120.1683193, 30.4156046 ], [ 120.1684118, 30.4157923 ], [ 120.1685097, 30.4159613 ], [ 120.1686295, 30.4163274 ], [ 120.1688036, 30.4169375 ], [ 120.1688907, 30.4170032 ], [ 120.1688309, 30.4174256 ], [ 120.1675301, 30.4175242 ], [ 120.1670675, 30.4175571 ], [ 120.1670729, 30.417604 ], [ 120.1671655, 30.4176275 ], [ 120.1674485, 30.4176509 ], [ 120.1680689, 30.4176462 ], [ 120.1684172, 30.4175618 ], [ 120.168722, 30.417543 ], [ 120.1688526, 30.4175524 ], [ 120.1689179, 30.4175993 ], [ 120.1689451, 30.417787 ], [ 120.169005, 30.4182094 ], [ 120.1691084, 30.4185802 ], [ 120.1692173, 30.418782 ], [ 120.169239, 30.4190073 ], [ 120.1693533, 30.4193452 ], [ 120.1693969, 30.4194391 ], [ 120.1694023, 30.419547 ], [ 120.1693805, 30.4196268 ], [ 120.1693043, 30.4196925 ], [ 120.1691792, 30.4197441 ], [ 120.1688145, 30.4198145 ], [ 120.1684009, 30.4198615 ], [ 120.1679383, 30.419838 ], [ 120.1673723, 30.4198755 ], [ 120.1670729, 30.4198943 ], [ 120.1668335, 30.4199084 ], [ 120.1665995, 30.4199694 ], [ 120.1663763, 30.4199835 ], [ 120.1661641, 30.4200116 ], [ 120.1660334, 30.4200445 ], [ 120.1658157, 30.4200069 ], [ 120.1654565, 30.4200445 ], [ 120.1653259, 30.4200633 ], [ 120.1651082, 30.4200586 ], [ 120.1649831, 30.420082 ], [ 120.1643844, 30.4202041 ], [ 120.1640415, 30.4202604 ], [ 120.1636823, 30.4202979 ], [ 120.1635517, 30.4203542 ], [ 120.1634265, 30.4203918 ], [ 120.1632197, 30.4203824 ], [ 120.1631109, 30.4203824 ], [ 120.163051, 30.4204059 ], [ 120.1629966, 30.420481 ], [ 120.1629911, 30.4205701 ], [ 120.1630129, 30.4208001 ], [ 120.1630238, 30.4210629 ], [ 120.1630292, 30.4213539 ], [ 120.1629585, 30.4219875 ], [ 120.1629476, 30.4220672 ], [ 120.1629857, 30.4221142 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1778282, 30.4192465 ], [ 120.1779458, 30.4191159 ], [ 120.1780415, 30.4190789 ], [ 120.1781645, 30.4190939 ], [ 120.1783157, 30.4191326 ], [ 120.1784445, 30.4192002 ], [ 120.1786236, 30.4192002 ], [ 120.1787972, 30.4191374 ], [ 120.1789539, 30.419147 ], [ 120.1791499, 30.4192098 ], [ 120.1794242, 30.4192195 ], [ 120.1798666, 30.4192243 ], [ 120.1801185, 30.4192243 ], [ 120.1804264, 30.4192195 ], [ 120.1808855, 30.4191712 ], [ 120.1811095, 30.4191326 ], [ 120.1812383, 30.4191664 ], [ 120.1813894, 30.4191664 ], [ 120.1818821, 30.4190794 ], [ 120.1820165, 30.4190601 ], [ 120.1821005, 30.4190939 ], [ 120.1822013, 30.4191615 ], [ 120.1822013, 30.4193547 ], [ 120.1822349, 30.4195188 ], [ 120.182302, 30.4196347 ], [ 120.1823748, 30.4196974 ], [ 120.1824532, 30.4196492 ], [ 120.1825036, 30.4195478 ], [ 120.1825708, 30.4193112 ], [ 120.18261, 30.4191519 ], [ 120.1827387, 30.4190794 ], [ 120.1830299, 30.4190312 ], [ 120.1833994, 30.4189781 ], [ 120.1835786, 30.4189781 ], [ 120.1837689, 30.4190167 ], [ 120.184172, 30.419007 ], [ 120.1843904, 30.4189636 ], [ 120.184508, 30.4189684 ], [ 120.1845696, 30.4190891 ], [ 120.1846647, 30.4192098 ], [ 120.1846759, 30.4193064 ], [ 120.1846591, 30.4194078 ], [ 120.1846088, 30.419823 ], [ 120.184564, 30.4201754 ], [ 120.184564, 30.4204892 ], [ 120.1846144, 30.4207934 ], [ 120.1846927, 30.4215466 ], [ 120.1847375, 30.4216914 ], [ 120.1846927, 30.4221984 ], [ 120.1847711, 30.4226425 ], [ 120.1847991, 30.4228308 ], [ 120.1848327, 30.4228888 ], [ 120.1849167, 30.4229032 ], [ 120.1850623, 30.4228791 ], [ 120.1852806, 30.4228356 ], [ 120.1857901, 30.4227874 ], [ 120.1861764, 30.4227729 ], [ 120.1864956, 30.4227343 ], [ 120.1866747, 30.4227536 ], [ 120.1867755, 30.4228115 ], [ 120.1868035, 30.4229515 ], [ 120.1868427, 30.4231108 ], [ 120.1868931, 30.4231543 ], [ 120.1869547, 30.4231157 ], [ 120.1869771, 30.4229805 ], [ 120.1869827, 30.4228163 ], [ 120.1869939, 30.4226377 ], [ 120.1869491, 30.4222273 ], [ 120.1869883, 30.4220632 ], [ 120.187061, 30.4219183 ], [ 120.1872514, 30.4218363 ], [ 120.1874698, 30.4217976 ], [ 120.1877553, 30.4218073 ], [ 120.1884775, 30.4219328 ], [ 120.1888359, 30.4219666 ], [ 120.1895301, 30.4219908 ], [ 120.1897821, 30.4219811 ], [ 120.1899836, 30.4219908 ], [ 120.1901908, 30.4220439 ], [ 120.1904651, 30.4220342 ], [ 120.1904819, 30.4217976 ], [ 120.190286, 30.4217928 ], [ 120.1899724, 30.4218314 ], [ 120.1896869, 30.4217494 ], [ 120.1889366, 30.4217397 ], [ 120.1888359, 30.4217204 ], [ 120.1886343, 30.4216335 ], [ 120.1882592, 30.4215997 ], [ 120.1879848, 30.4216238 ], [ 120.1877105, 30.4215852 ], [ 120.1870274, 30.4216287 ], [ 120.1869267, 30.4216769 ], [ 120.1868203, 30.4218604 ], [ 120.1867755, 30.4220004 ], [ 120.1867531, 30.4221887 ], [ 120.1867307, 30.4223529 ], [ 120.1866971, 30.4224494 ], [ 120.1866243, 30.4225122 ], [ 120.18635, 30.4225653 ], [ 120.1859749, 30.4226232 ], [ 120.1857173, 30.4226232 ], [ 120.1852694, 30.4226329 ], [ 120.1850679, 30.4226087 ], [ 120.1849783, 30.4224736 ], [ 120.1849671, 30.4223046 ], [ 120.1849223, 30.4217397 ], [ 120.1848271, 30.4210638 ], [ 120.1847935, 30.4208127 ], [ 120.1847039, 30.4204892 ], [ 120.1846927, 30.4203058 ], [ 120.1847151, 30.4200837 ], [ 120.1847935, 30.419514 ], [ 120.1848159, 30.419345 ], [ 120.1848607, 30.4192629 ], [ 120.1850007, 30.4192195 ], [ 120.1854262, 30.4192243 ], [ 120.1865515, 30.4191615 ], [ 120.1869659, 30.4191808 ], [ 120.1878953, 30.4191519 ], [ 120.18808, 30.4191712 ], [ 120.1883376, 30.4192388 ], [ 120.1888639, 30.4192677 ], [ 120.189071, 30.4192291 ], [ 120.1891662, 30.4191905 ], [ 120.1892222, 30.4190601 ], [ 120.1892278, 30.4189008 ], [ 120.1892446, 30.4186449 ], [ 120.189351, 30.4185194 ], [ 120.1895581, 30.4184904 ], [ 120.190006, 30.4184904 ], [ 120.1901068, 30.4184614 ], [ 120.1901684, 30.4183842 ], [ 120.1901852, 30.4182925 ], [ 120.1901012, 30.4182635 ], [ 120.189894, 30.4182394 ], [ 120.1898101, 30.4182587 ], [ 120.1896365, 30.418249 ], [ 120.1895189, 30.4181911 ], [ 120.1893286, 30.4181814 ], [ 120.189183, 30.4181476 ], [ 120.189127, 30.4180559 ], [ 120.1890878, 30.4178531 ], [ 120.1890094, 30.4177517 ], [ 120.188931, 30.4174282 ], [ 120.1888135, 30.4170226 ], [ 120.1887967, 30.4167957 ], [ 120.1888359, 30.4165929 ], [ 120.188959, 30.4164771 ], [ 120.1890038, 30.4163177 ], [ 120.1890542, 30.4162115 ], [ 120.1891942, 30.4161632 ], [ 120.1894517, 30.4161584 ], [ 120.1896477, 30.4161729 ], [ 120.1897653, 30.416226 ], [ 120.1898157, 30.4161487 ], [ 120.1897317, 30.4161246 ], [ 120.1896701, 30.4159942 ], [ 120.1896253, 30.4158011 ], [ 120.1896029, 30.4154776 ], [ 120.1896197, 30.4150962 ], [ 120.1895525, 30.4150865 ], [ 120.1895413, 30.4151638 ], [ 120.1895133, 30.4153183 ], [ 120.1895189, 30.41555 ], [ 120.1895189, 30.4158784 ], [ 120.1894965, 30.4159508 ], [ 120.1894181, 30.4160232 ], [ 120.1891718, 30.4160667 ], [ 120.189015, 30.4161101 ], [ 120.1888807, 30.4161584 ], [ 120.1887967, 30.4162308 ], [ 120.1887855, 30.416337 ], [ 120.1888023, 30.4164481 ], [ 120.1887351, 30.4166026 ], [ 120.1887015, 30.4167619 ], [ 120.1886791, 30.4168681 ], [ 120.1886455, 30.4169937 ], [ 120.1886567, 30.4172351 ], [ 120.1886455, 30.4172834 ], [ 120.1885671, 30.4172785 ], [ 120.1885559, 30.4173317 ], [ 120.1887183, 30.4173703 ], [ 120.1888023, 30.4174572 ], [ 120.1888415, 30.4175875 ], [ 120.1888527, 30.4177517 ], [ 120.1888527, 30.4179303 ], [ 120.1888807, 30.4184035 ], [ 120.1888639, 30.4187946 ], [ 120.1888695, 30.4188815 ], [ 120.1888079, 30.4189491 ], [ 120.1886287, 30.4190215 ], [ 120.1882984, 30.4190698 ], [ 120.1880296, 30.4190988 ], [ 120.1872178, 30.4190553 ], [ 120.1866915, 30.4190505 ], [ 120.1863052, 30.4191036 ], [ 120.1860533, 30.4191132 ], [ 120.1858517, 30.4190891 ], [ 120.1851798, 30.4190553 ], [ 120.1850623, 30.4190215 ], [ 120.1849839, 30.4189249 ], [ 120.1849391, 30.4186739 ], [ 120.1848943, 30.4185677 ], [ 120.1848215, 30.4185484 ], [ 120.1847263, 30.4185628 ], [ 120.1846815, 30.4186256 ], [ 120.1844688, 30.4186449 ], [ 120.183657, 30.418698 ], [ 120.1830355, 30.418756 ], [ 120.1828059, 30.4187994 ], [ 120.1826156, 30.4188236 ], [ 120.1823972, 30.4188042 ], [ 120.181367, 30.4188718 ], [ 120.1802361, 30.4189587 ], [ 120.1799225, 30.4189829 ], [ 120.1796594, 30.4189925 ], [ 120.1790715, 30.4189636 ], [ 120.1789036, 30.4189587 ], [ 120.1788476, 30.4189974 ], [ 120.1787748, 30.4189829 ], [ 120.1787524, 30.4189443 ], [ 120.1783885, 30.4189105 ], [ 120.1780357, 30.4188525 ], [ 120.1778067, 30.4187558 ], [ 120.1778282, 30.4192465 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1549838, 30.4204829 ], [ 120.1550318, 30.4205794 ], [ 120.1551053, 30.4207337 ], [ 120.1551532, 30.420786 ], [ 120.1551819, 30.4208301 ], [ 120.1552395, 30.4208715 ], [ 120.1553193, 30.4211277 ], [ 120.155396, 30.4213812 ], [ 120.1553865, 30.4214556 ], [ 120.1554152, 30.4215686 ], [ 120.1554791, 30.4219351 ], [ 120.155575, 30.4220921 ], [ 120.1555782, 30.4221665 ], [ 120.1556037, 30.422183 ], [ 120.1556517, 30.42215 ], [ 120.1556932, 30.4220921 ], [ 120.1557635, 30.4220342 ], [ 120.1557955, 30.4219764 ], [ 120.1558018, 30.4219268 ], [ 120.1557923, 30.4218524 ], [ 120.1557635, 30.4217863 ], [ 120.1556293, 30.4214804 ], [ 120.1555782, 30.4213674 ], [ 120.1555111, 30.4212682 ], [ 120.1554759, 30.4211938 ], [ 120.1554599, 30.4210781 ], [ 120.1554184, 30.4208053 ], [ 120.1553928, 30.4206786 ], [ 120.1553705, 30.4205821 ], [ 120.1553289, 30.4204912 ], [ 120.1553225, 30.4203948 ], [ 120.1553193, 30.4203286 ], [ 120.1553066, 30.4202487 ], [ 120.1552938, 30.4199043 ], [ 120.1553992, 30.419885 ], [ 120.155444, 30.4198547 ], [ 120.1554248, 30.4198244 ], [ 120.1553673, 30.4197968 ], [ 120.1551436, 30.41975 ], [ 120.1550701, 30.4197445 ], [ 120.1550637, 30.419783 ], [ 120.1550126, 30.4202074 ], [ 120.1549806, 30.4202542 ], [ 120.1549838, 30.4204829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1604694, 30.4233048 ], [ 120.1607765, 30.4233127 ], [ 120.1608463, 30.4236261 ], [ 120.1608194, 30.4238111 ], [ 120.1611011, 30.4238088 ], [ 120.1611011, 30.4236816 ], [ 120.1610863, 30.4235509 ], [ 120.1610582, 30.4234584 ], [ 120.1610582, 30.4233821 ], [ 120.1611051, 30.423308 ], [ 120.1611722, 30.4232872 ], [ 120.1613988, 30.4232745 ], [ 120.1615107, 30.4232143 ], [ 120.1615954, 30.4231447 ], [ 120.161769, 30.4231099 ], [ 120.1630847, 30.4227932 ], [ 120.1633592, 30.4227966 ], [ 120.1638879, 30.4228106 ], [ 120.1640977, 30.4228732 ], [ 120.1657767, 30.4232317 ], [ 120.1659341, 30.423256 ], [ 120.1669552, 30.4233013 ], [ 120.167601, 30.4232978 ], [ 120.1679481, 30.4232908 ], [ 120.168162, 30.4232352 ], [ 120.1686746, 30.4231621 ], [ 120.1691912, 30.4232282 ], [ 120.1694333, 30.4232665 ], [ 120.1695544, 30.4233709 ], [ 120.1697724, 30.4234022 ], [ 120.1698813, 30.4234544 ], [ 120.1701033, 30.4235066 ], [ 120.1702083, 30.423611 ], [ 120.1702325, 30.4237885 ], [ 120.1702567, 30.4239173 ], [ 120.1703616, 30.4239451 ], [ 120.1705069, 30.423886 ], [ 120.1707531, 30.4238894 ], [ 120.1711123, 30.4239417 ], [ 120.1712939, 30.4240809 ], [ 120.1714756, 30.4241331 ], [ 120.1716007, 30.4242166 ], [ 120.1716612, 30.4242723 ], [ 120.1717863, 30.4240426 ], [ 120.1715482, 30.4239834 ], [ 120.1714796, 30.4239068 ], [ 120.1711688, 30.4237189 ], [ 120.1707249, 30.4234718 ], [ 120.1705707, 30.4233901 ], [ 120.1703374, 30.4232665 ], [ 120.1699944, 30.4231447 ], [ 120.1696553, 30.4230368 ], [ 120.1693324, 30.4229463 ], [ 120.1690822, 30.4229289 ], [ 120.1690232, 30.422934 ], [ 120.1685131, 30.4229776 ], [ 120.1678674, 30.4230507 ], [ 120.1673871, 30.4230994 ], [ 120.167319, 30.4230725 ], [ 120.1672902, 30.4230611 ], [ 120.167149, 30.4230542 ], [ 120.1668543, 30.4231029 ], [ 120.1664507, 30.423082 ], [ 120.1660068, 30.4230507 ], [ 120.1655144, 30.4229707 ], [ 120.1651754, 30.4228697 ], [ 120.1649978, 30.4228488 ], [ 120.1649656, 30.4228482 ], [ 120.1646144, 30.4228419 ], [ 120.1645175, 30.422821 ], [ 120.1641785, 30.4226888 ], [ 120.1638458, 30.4225685 ], [ 120.1638031, 30.422553 ], [ 120.1635004, 30.4224451 ], [ 120.1633672, 30.4223964 ], [ 120.1633148, 30.4223129 ], [ 120.1632825, 30.4222816 ], [ 120.1631614, 30.4222433 ], [ 120.1630201, 30.422292 ], [ 120.1629677, 30.4224103 ], [ 120.1629354, 30.4225461 ], [ 120.1628345, 30.4226052 ], [ 120.1620636, 30.4228001 ], [ 120.16166, 30.422901 ], [ 120.1612443, 30.4230124 ], [ 120.1608245, 30.4231099 ], [ 120.1604694, 30.4231586 ], [ 120.1604694, 30.4233048 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1986221, 30.3961312 ], [ 120.1986221, 30.3961908 ], [ 120.1986452, 30.3962221 ], [ 120.1989644, 30.3959155 ], [ 120.199017, 30.3959127 ], [ 120.1991026, 30.395836 ], [ 120.199017, 30.3957736 ], [ 120.1990203, 30.3957197 ], [ 120.1989907, 30.3956544 ], [ 120.1989348, 30.3956146 ], [ 120.1988591, 30.3956118 ], [ 120.1987702, 30.3956402 ], [ 120.1987209, 30.3956828 ], [ 120.1986682, 30.3957509 ], [ 120.1986583, 30.3958616 ], [ 120.1986221, 30.3960631 ], [ 120.1986221, 30.3961312 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1879667, 30.395865 ], [ 120.18806, 30.3960863 ], [ 120.1883943, 30.3963613 ], [ 120.1886967, 30.3966245 ], [ 120.1889576, 30.39687 ], [ 120.1890193, 30.3969846 ], [ 120.1891948, 30.3970869 ], [ 120.1893371, 30.3971032 ], [ 120.1894652, 30.3971728 ], [ 120.1898162, 30.3975738 ], [ 120.1901103, 30.3978029 ], [ 120.1902621, 30.3980484 ], [ 120.1903286, 30.3981425 ], [ 120.1906274, 30.3982079 ], [ 120.19132, 30.3987071 ], [ 120.1923114, 30.3995377 ], [ 120.1928759, 30.3998855 ], [ 120.1941424, 30.4006506 ], [ 120.1947069, 30.401207 ], [ 120.1950485, 30.4013788 ], [ 120.1951623, 30.4014361 ], [ 120.1953709, 30.4014887 ], [ 120.1955845, 30.4015425 ], [ 120.1945182, 30.4007822 ], [ 120.1930705, 30.3998043 ], [ 120.1922856, 30.3991499 ], [ 120.1912173, 30.3982698 ], [ 120.1907725, 30.3980554 ], [ 120.1906809, 30.3980027 ], [ 120.1904891, 30.3974799 ], [ 120.1903888, 30.3972129 ], [ 120.1901489, 30.3971828 ], [ 120.1899266, 30.3970512 ], [ 120.1895559, 30.3968819 ], [ 120.1887131, 30.3961869 ], [ 120.1885187, 30.395979 ], [ 120.1880133, 30.3955967 ], [ 120.1878656, 30.3957174 ], [ 120.1879667, 30.395865 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1933526, 30.4093837 ], [ 120.1935284, 30.4093988 ], [ 120.1941791, 30.4094254 ], [ 120.1944649, 30.4094671 ], [ 120.1950541, 30.409524 ], [ 120.1951904, 30.4095505 ], [ 120.1955597, 30.4096529 ], [ 120.1959466, 30.4097135 ], [ 120.1962851, 30.4097211 ], [ 120.1965225, 30.4097666 ], [ 120.1966896, 30.4098993 ], [ 120.1966896, 30.4099562 ], [ 120.1966412, 30.4101079 ], [ 120.1966003, 30.4102112 ], [ 120.1965797, 30.4102633 ], [ 120.1965709, 30.4103619 ], [ 120.1965709, 30.4106387 ], [ 120.1965357, 30.4109572 ], [ 120.1964917, 30.4113554 ], [ 120.1963599, 30.411962 ], [ 120.1962675, 30.4121933 ], [ 120.19614, 30.4126938 ], [ 120.196118, 30.4127924 ], [ 120.1960081, 30.4128341 ], [ 120.1957707, 30.4128379 ], [ 120.1950936, 30.4128 ], [ 120.1944517, 30.4127052 ], [ 120.1943638, 30.412709 ], [ 120.1944034, 30.4127469 ], [ 120.1949529, 30.4128303 ], [ 120.1956212, 30.4128872 ], [ 120.1960037, 30.4128986 ], [ 120.1960829, 30.4129137 ], [ 120.1961048, 30.4130692 ], [ 120.1960389, 30.4138161 ], [ 120.1960477, 30.413983 ], [ 120.1959949, 30.4144834 ], [ 120.1959861, 30.415109 ], [ 120.195973, 30.4152645 ], [ 120.1959773, 30.4154162 ], [ 120.1961576, 30.4161403 ], [ 120.1961312, 30.4162237 ], [ 120.196118, 30.4162768 ], [ 120.1959817, 30.4162996 ], [ 120.1959158, 30.4163337 ], [ 120.1960917, 30.4163413 ], [ 120.1961995, 30.4164742 ], [ 120.1964302, 30.4164692 ], [ 120.1964682, 30.4164025 ], [ 120.1965002, 30.4163536 ], [ 120.1965782, 30.4163321 ], [ 120.1968905, 30.4162924 ], [ 120.1973978, 30.4162036 ], [ 120.1974624, 30.4161905 ], [ 120.1975788, 30.4161669 ], [ 120.1978023, 30.4160965 ], [ 120.1979194, 30.4160537 ], [ 120.1982351, 30.4160415 ], [ 120.1985616, 30.4160353 ], [ 120.1987638, 30.4160353 ], [ 120.198966, 30.4160017 ], [ 120.199367, 30.4159558 ], [ 120.199445, 30.4159742 ], [ 120.1995444, 30.4159833 ], [ 120.1995515, 30.4159436 ], [ 120.199445, 30.4159252 ], [ 120.1992357, 30.4159344 ], [ 120.1989199, 30.4159619 ], [ 120.1985545, 30.4159742 ], [ 120.19848, 30.4159527 ], [ 120.1984409, 30.4159283 ], [ 120.1983877, 30.4159558 ], [ 120.1982742, 30.4159833 ], [ 120.198001, 30.416017 ], [ 120.1972701, 30.4161394 ], [ 120.197082, 30.4161669 ], [ 120.1967302, 30.4161872 ], [ 120.1965714, 30.4161811 ], [ 120.196462, 30.4161446 ], [ 120.1963915, 30.4159772 ], [ 120.1963491, 30.4158099 ], [ 120.1962221, 30.4153991 ], [ 120.1961551, 30.4152348 ], [ 120.1961269, 30.4150431 ], [ 120.1961621, 30.4146597 ], [ 120.1961657, 30.4143798 ], [ 120.1961339, 30.4140937 ], [ 120.1961692, 30.413972 ], [ 120.1962221, 30.4139416 ], [ 120.1962433, 30.4138746 ], [ 120.1961515, 30.4138381 ], [ 120.1961657, 30.4135764 ], [ 120.1962045, 30.4129679 ], [ 120.1962433, 30.4128096 ], [ 120.1963209, 30.412478 ], [ 120.1964021, 30.4122528 ], [ 120.1965044, 30.412058 ], [ 120.196582, 30.4118177 ], [ 120.1966526, 30.4114525 ], [ 120.1966808, 30.4112821 ], [ 120.1966455, 30.4110204 ], [ 120.1967161, 30.4107648 ], [ 120.1967408, 30.4104544 ], [ 120.1967196, 30.4103418 ], [ 120.1968502, 30.4101045 ], [ 120.1969172, 30.4099219 ], [ 120.1969666, 30.409861 ], [ 120.1970407, 30.4098519 ], [ 120.1972348, 30.4098823 ], [ 120.1972524, 30.4098306 ], [ 120.1971748, 30.4098063 ], [ 120.1970513, 30.4097698 ], [ 120.1970407, 30.4096906 ], [ 120.1971422, 30.4094809 ], [ 120.1972192, 30.4092644 ], [ 120.1974531, 30.4085904 ], [ 120.1976499, 30.4081501 ], [ 120.1977953, 30.4077958 ], [ 120.198092, 30.4073063 ], [ 120.1981633, 30.4071366 ], [ 120.198189, 30.4070455 ], [ 120.1983116, 30.4067897 ], [ 120.1984, 30.4066987 ], [ 120.1985312, 30.4065044 ], [ 120.1986282, 30.4063248 ], [ 120.1988478, 30.4060714 ], [ 120.1989477, 30.4059779 ], [ 120.1990503, 30.4058943 ], [ 120.199173, 30.405668 ], [ 120.1992529, 30.4056065 ], [ 120.1993441, 30.4055696 ], [ 120.199444, 30.4055622 ], [ 120.1995295, 30.4055966 ], [ 120.1996265, 30.4056655 ], [ 120.2001228, 30.4062018 ], [ 120.2006277, 30.4066397 ], [ 120.2010298, 30.4070972 ], [ 120.2010755, 30.4071562 ], [ 120.2010983, 30.4072177 ], [ 120.2012267, 30.4073161 ], [ 120.2013436, 30.407385 ], [ 120.2016688, 30.4077073 ], [ 120.2020053, 30.4079779 ], [ 120.2021536, 30.408064 ], [ 120.202476, 30.4082632 ], [ 120.2028296, 30.4084797 ], [ 120.2031149, 30.4087183 ], [ 120.2032689, 30.4088339 ], [ 120.2036996, 30.4090873 ], [ 120.2038907, 30.4091955 ], [ 120.2040219, 30.4092841 ], [ 120.2041731, 30.4093948 ], [ 120.2043128, 30.4095129 ], [ 120.2044098, 30.4095375 ], [ 120.2044355, 30.4094883 ], [ 120.2043271, 30.4094317 ], [ 120.2042501, 30.40938 ], [ 120.204136, 30.4092472 ], [ 120.2037481, 30.40892 ], [ 120.2033659, 30.408615 ], [ 120.2033431, 30.4085633 ], [ 120.2033431, 30.4084674 ], [ 120.2033744, 30.4083419 ], [ 120.2035598, 30.4080738 ], [ 120.2035655, 30.4080394 ], [ 120.20344, 30.4081722 ], [ 120.2032746, 30.4083665 ], [ 120.203209, 30.4084256 ], [ 120.2031092, 30.4084576 ], [ 120.2029808, 30.4084108 ], [ 120.2024275, 30.4080418 ], [ 120.2021194, 30.4078524 ], [ 120.2018313, 30.4076113 ], [ 120.2016944, 30.4074736 ], [ 120.2012923, 30.4071415 ], [ 120.2011468, 30.4070013 ], [ 120.2007703, 30.4066028 ], [ 120.2002217, 30.4061214 ], [ 120.2001066, 30.4059949 ], [ 120.1998392, 30.405681 ], [ 120.1997909, 30.4056025 ], [ 120.1996911, 30.4053524 ], [ 120.1995859, 30.4051214 ], [ 120.1995285, 30.4049537 ], [ 120.1994584, 30.4046678 ], [ 120.1993628, 30.4044616 ], [ 120.1992671, 30.4043571 ], [ 120.1991542, 30.4042792 ], [ 120.1990619, 30.4041858 ], [ 120.1989256, 30.4040371 ], [ 120.1984122, 30.4036428 ], [ 120.1978788, 30.4032104 ], [ 120.1976703, 30.4030651 ], [ 120.1975259, 30.4029406 ], [ 120.1974217, 30.4028853 ], [ 120.1972973, 30.4028265 ], [ 120.1971111, 30.4026528 ], [ 120.1970402, 30.40261 ], [ 120.1969881, 30.4025365 ], [ 120.1969574, 30.4024284 ], [ 120.1969053, 30.402406 ], [ 120.196806, 30.402408 ], [ 120.1967658, 30.4024284 ], [ 120.1967256, 30.4024264 ], [ 120.1963566, 30.4021714 ], [ 120.1961312, 30.4020918 ], [ 120.1959226, 30.4018763 ], [ 120.1955845, 30.4015425 ], [ 120.1953709, 30.4014887 ], [ 120.1951623, 30.4014361 ], [ 120.1956345, 30.4018234 ], [ 120.195843, 30.4019892 ], [ 120.1959905, 30.4021411 ], [ 120.1977536, 30.4033698 ], [ 120.1979162, 30.403529 ], [ 120.1984175, 30.4039689 ], [ 120.1986109, 30.4041054 ], [ 120.1989934, 30.4043708 ], [ 120.1993319, 30.4046401 ], [ 120.1993451, 30.4047045 ], [ 120.199266, 30.404879 ], [ 120.1990374, 30.4053188 ], [ 120.198945, 30.4054515 ], [ 120.1986988, 30.4058307 ], [ 120.1983867, 30.4062478 ], [ 120.198246, 30.4065398 ], [ 120.1981712, 30.4067142 ], [ 120.197991, 30.4069038 ], [ 120.1977228, 30.4073816 ], [ 120.1975206, 30.407829 ], [ 120.1972524, 30.4085191 ], [ 120.1969974, 30.4091372 ], [ 120.1968435, 30.4096301 ], [ 120.1967775, 30.4097022 ], [ 120.1966896, 30.4097515 ], [ 120.1965533, 30.4097325 ], [ 120.1962807, 30.409668 ], [ 120.1958191, 30.4096225 ], [ 120.1955729, 30.4095922 ], [ 120.1953794, 30.4095088 ], [ 120.1950145, 30.4094671 ], [ 120.1946276, 30.409433 ], [ 120.1944605, 30.4094254 ], [ 120.1942055, 30.4093685 ], [ 120.1936867, 30.4093344 ], [ 120.1935636, 30.4093382 ], [ 120.1934669, 30.4093154 ], [ 120.1934141, 30.4092737 ], [ 120.1934097, 30.4091448 ], [ 120.1934669, 30.4088907 ], [ 120.19359, 30.4086443 ], [ 120.1936208, 30.4085229 ], [ 120.1939329, 30.4076925 ], [ 120.1939637, 30.4075598 ], [ 120.1938846, 30.4075067 ], [ 120.1935241, 30.4073702 ], [ 120.1934537, 30.4073778 ], [ 120.1934801, 30.4074233 ], [ 120.1938098, 30.4075295 ], [ 120.1938234, 30.4075518 ], [ 120.1938538, 30.4076015 ], [ 120.193823, 30.407738 ], [ 120.1935021, 30.4086973 ], [ 120.1933878, 30.4089286 ], [ 120.1933218, 30.4093192 ], [ 120.1933526, 30.4093837 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1845343, 30.4111414 ], [ 120.1847055, 30.4111635 ], [ 120.1849409, 30.4112115 ], [ 120.1851207, 30.4112041 ], [ 120.1853219, 30.4112595 ], [ 120.1857499, 30.4112743 ], [ 120.1860794, 30.4112521 ], [ 120.1862031, 30.4112431 ], [ 120.1861916, 30.4112172 ], [ 120.1861855, 30.4112036 ], [ 120.186088, 30.4111931 ], [ 120.1860024, 30.4111746 ], [ 120.1857798, 30.4112004 ], [ 120.1855872, 30.4112115 ], [ 120.1853647, 30.4112041 ], [ 120.1848168, 30.4111266 ], [ 120.1846114, 30.4110897 ], [ 120.1844273, 30.4110454 ], [ 120.184318, 30.4110048 ], [ 120.1842822, 30.4111129 ], [ 120.1845343, 30.4111414 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1864901, 30.4112396 ], [ 120.1866701, 30.4112706 ], [ 120.1874319, 30.4113481 ], [ 120.1876587, 30.4113555 ], [ 120.1880696, 30.4113665 ], [ 120.1883521, 30.4113924 ], [ 120.1886474, 30.411444 ], [ 120.1888743, 30.4114662 ], [ 120.1890112, 30.4114551 ], [ 120.1890754, 30.4114034 ], [ 120.1891054, 30.4112853 ], [ 120.1891225, 30.4111488 ], [ 120.1891739, 30.4110897 ], [ 120.1893194, 30.4110454 ], [ 120.1894735, 30.4110085 ], [ 120.1895462, 30.4109863 ], [ 120.189482, 30.4109568 ], [ 120.1893579, 30.4109716 ], [ 120.1891439, 30.4110454 ], [ 120.1890711, 30.4111451 ], [ 120.1890326, 30.4112853 ], [ 120.188977, 30.4113444 ], [ 120.1888315, 30.4113481 ], [ 120.1886175, 30.4112964 ], [ 120.188519, 30.4112484 ], [ 120.1884976, 30.4111303 ], [ 120.1884548, 30.4110602 ], [ 120.1884163, 30.4110639 ], [ 120.1883863, 30.4111524 ], [ 120.1883649, 30.4112816 ], [ 120.1882879, 30.4113186 ], [ 120.1881809, 30.4113296 ], [ 120.1876502, 30.4113186 ], [ 120.1873977, 30.4113075 ], [ 120.186519, 30.411187 ], [ 120.1864531, 30.4112181 ], [ 120.1864901, 30.4112396 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1838974, 30.4156157 ], [ 120.1839332, 30.4160556 ], [ 120.1839422, 30.4166035 ], [ 120.1839422, 30.4167501 ], [ 120.1839958, 30.4168157 ], [ 120.1840987, 30.4168234 ], [ 120.1844433, 30.4167925 ], [ 120.1848012, 30.4168388 ], [ 120.1851099, 30.416808 ], [ 120.1855663, 30.4168659 ], [ 120.1857989, 30.4169237 ], [ 120.1861032, 30.4169469 ], [ 120.1863, 30.4169507 ], [ 120.1864835, 30.4169739 ], [ 120.1865774, 30.4170163 ], [ 120.1866848, 30.4170472 ], [ 120.1867072, 30.4171514 ], [ 120.186743, 30.4172015 ], [ 120.1868951, 30.4172285 ], [ 120.1875573, 30.4172092 ], [ 120.1877989, 30.4172092 ], [ 120.1877631, 30.4171707 ], [ 120.1875573, 30.4171707 ], [ 120.1874991, 30.4171398 ], [ 120.1872128, 30.4171398 ], [ 120.1869712, 30.4171359 ], [ 120.1868325, 30.4171282 ], [ 120.1867698, 30.4170549 ], [ 120.1867474, 30.4169662 ], [ 120.1867295, 30.4169083 ], [ 120.1865282, 30.4169122 ], [ 120.1863716, 30.4169044 ], [ 120.1859913, 30.416835 ], [ 120.1856647, 30.4167771 ], [ 120.1851323, 30.4167385 ], [ 120.1848728, 30.4167115 ], [ 120.184743, 30.4167231 ], [ 120.1846088, 30.4166884 ], [ 120.1843001, 30.4166459 ], [ 120.1842017, 30.4166151 ], [ 120.1841614, 30.4165495 ], [ 120.1841569, 30.4164492 ], [ 120.1841032, 30.4163141 ], [ 120.1840719, 30.4162022 ], [ 120.1840182, 30.4161559 ], [ 120.1840003, 30.4159591 ], [ 120.1839422, 30.4154112 ], [ 120.1839146, 30.4147789 ], [ 120.1838945, 30.4147448 ], [ 120.1838763, 30.4147486 ], [ 120.1838589, 30.4147523 ], [ 120.1838375, 30.4147772 ], [ 120.1838258, 30.4148248 ], [ 120.1838974, 30.4156157 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1869298, 30.4263926 ], [ 120.1871836, 30.426323 ], [ 120.1873855, 30.4262932 ], [ 120.1875066, 30.4262633 ], [ 120.1875989, 30.4262733 ], [ 120.1877604, 30.4263081 ], [ 120.187945, 30.4262832 ], [ 120.1880661, 30.4262086 ], [ 120.188493, 30.4261638 ], [ 120.1886084, 30.4261937 ], [ 120.1893063, 30.4260743 ], [ 120.1897159, 30.4260345 ], [ 120.1898523, 30.4260225 ], [ 120.1902235, 30.4259301 ], [ 120.1904715, 30.4258306 ], [ 120.1909734, 30.4256814 ], [ 120.1910541, 30.4256366 ], [ 120.1910484, 30.4255719 ], [ 120.1909849, 30.4252088 ], [ 120.1909042, 30.4246169 ], [ 120.1907946, 30.4237813 ], [ 120.1907657, 30.4234928 ], [ 120.1907513, 30.4230003 ], [ 120.1907715, 30.4228163 ], [ 120.1908176, 30.4225477 ], [ 120.1908349, 30.4222791 ], [ 120.1908984, 30.4221001 ], [ 120.1910426, 30.4220304 ], [ 120.1912906, 30.4220056 ], [ 120.1918502, 30.4220006 ], [ 120.1923462, 30.4220255 ], [ 120.1933326, 30.4221498 ], [ 120.1938864, 30.4221747 ], [ 120.1943421, 30.4222344 ], [ 120.1946766, 30.4223488 ], [ 120.1949016, 30.4224483 ], [ 120.1956688, 30.4225627 ], [ 120.1959111, 30.4226323 ], [ 120.1969032, 30.4226721 ], [ 120.1979184, 30.4225577 ], [ 120.1982299, 30.4225577 ], [ 120.1985299, 30.4225328 ], [ 120.198876, 30.4225229 ], [ 120.1989048, 30.422309 ], [ 120.1989221, 30.4222145 ], [ 120.1987087, 30.4216226 ], [ 120.1986788, 30.4215291 ], [ 120.1984607, 30.4206227 ], [ 120.1984376, 30.4205133 ], [ 120.1984837, 30.4203989 ], [ 120.1983914, 30.4200806 ], [ 120.1983857, 30.4199413 ], [ 120.1984664, 30.4198119 ], [ 120.1986337, 30.4197473 ], [ 120.1988529, 30.4196975 ], [ 120.1993951, 30.4196528 ], [ 120.2002315, 30.4196677 ], [ 120.2004161, 30.4196776 ], [ 120.200618, 30.4196428 ], [ 120.2008084, 30.4196378 ], [ 120.2009699, 30.4196229 ], [ 120.2014659, 30.4196378 ], [ 120.2024927, 30.4196727 ], [ 120.202585, 30.4197125 ], [ 120.2026196, 30.4196428 ], [ 120.2022447, 30.4196179 ], [ 120.202037, 30.4196279 ], [ 120.2011775, 30.4195881 ], [ 120.2009678, 30.4195769 ], [ 120.2007334, 30.4195234 ], [ 120.2004334, 30.419608 ], [ 120.1998566, 30.4195881 ], [ 120.1994067, 30.4195831 ], [ 120.1988068, 30.4196378 ], [ 120.1986164, 30.4196577 ], [ 120.198426, 30.4196627 ], [ 120.1983453, 30.419613 ], [ 120.1982703, 30.4194836 ], [ 120.1980511, 30.419409 ], [ 120.1978146, 30.4193891 ], [ 120.1977396, 30.4192548 ], [ 120.1975954, 30.4191006 ], [ 120.1974973, 30.4189862 ], [ 120.1974858, 30.418832 ], [ 120.1978204, 30.4181406 ], [ 120.1978665, 30.4179715 ], [ 120.1978434, 30.4178919 ], [ 120.19778, 30.418061 ], [ 120.1974858, 30.4187524 ], [ 120.1973531, 30.4188619 ], [ 120.1972378, 30.418827 ], [ 120.1968282, 30.4185584 ], [ 120.1965571, 30.4183943 ], [ 120.1964302, 30.4182749 ], [ 120.1963898, 30.4181406 ], [ 120.1964129, 30.4178919 ], [ 120.1964417, 30.4176382 ], [ 120.1964417, 30.4175287 ], [ 120.1964244, 30.4168373 ], [ 120.1964302, 30.4164692 ], [ 120.1961995, 30.4164742 ], [ 120.1962572, 30.4166533 ], [ 120.1962687, 30.4168821 ], [ 120.1962723, 30.4172809 ], [ 120.1962745, 30.4175238 ], [ 120.1962802, 30.417673 ], [ 120.196306, 30.4177556 ], [ 120.1963206, 30.4178023 ], [ 120.1963206, 30.4179317 ], [ 120.1962894, 30.4179971 ], [ 120.1962399, 30.4181008 ], [ 120.1961245, 30.4181804 ], [ 120.1959572, 30.418245 ], [ 120.1955823, 30.4182102 ], [ 120.195115, 30.4181058 ], [ 120.194942, 30.4180312 ], [ 120.1948324, 30.4179615 ], [ 120.1947574, 30.4178769 ], [ 120.1946305, 30.417469 ], [ 120.1945497, 30.4173497 ], [ 120.1944286, 30.417275 ], [ 120.1942729, 30.4171855 ], [ 120.1940883, 30.4169119 ], [ 120.1938691, 30.4165587 ], [ 120.1937883, 30.4164592 ], [ 120.1937306, 30.4163498 ], [ 120.1937191, 30.416111 ], [ 120.193696, 30.4164045 ], [ 120.1937133, 30.416514 ], [ 120.1936903, 30.4165836 ], [ 120.1935749, 30.4166085 ], [ 120.1934018, 30.4165886 ], [ 120.1930673, 30.4166035 ], [ 120.1928942, 30.4165637 ], [ 120.1926635, 30.416509 ], [ 120.1924501, 30.4164941 ], [ 120.1921617, 30.416509 ], [ 120.1918156, 30.4165388 ], [ 120.1916483, 30.4165538 ], [ 120.1916252, 30.4166383 ], [ 120.1917348, 30.4166334 ], [ 120.1919482, 30.4166135 ], [ 120.1921617, 30.4165786 ], [ 120.1924039, 30.4165687 ], [ 120.1928428, 30.4166264 ], [ 120.1930096, 30.4166483 ], [ 120.1933326, 30.4166433 ], [ 120.1934826, 30.4166682 ], [ 120.1936614, 30.4166533 ], [ 120.1937883, 30.4166234 ], [ 120.1938979, 30.4167229 ], [ 120.1939674, 30.41683 ], [ 120.1942209, 30.4172203 ], [ 120.1943478, 30.4173049 ], [ 120.1944805, 30.4173745 ], [ 120.1945977, 30.4176306 ], [ 120.1946536, 30.4177526 ], [ 120.1946882, 30.4179167 ], [ 120.194544, 30.4179864 ], [ 120.1945043, 30.4180028 ], [ 120.1942671, 30.4181008 ], [ 120.1940998, 30.4181207 ], [ 120.1938633, 30.4180809 ], [ 120.193621, 30.4180908 ], [ 120.1935255, 30.4181016 ], [ 120.1934018, 30.4181157 ], [ 120.1933903, 30.4181754 ], [ 120.1934711, 30.4182102 ], [ 120.1938748, 30.4182799 ], [ 120.1940306, 30.4182649 ], [ 120.1942267, 30.4182202 ], [ 120.1944863, 30.4181704 ], [ 120.1948035, 30.4181555 ], [ 120.1950862, 30.4181804 ], [ 120.1954207, 30.418245 ], [ 120.1958649, 30.4183047 ], [ 120.1961129, 30.4183246 ], [ 120.1961864, 30.4183551 ], [ 120.1962687, 30.4183893 ], [ 120.1964129, 30.4184639 ], [ 120.1965398, 30.4185932 ], [ 120.1966545, 30.4186717 ], [ 120.1967071, 30.4187077 ], [ 120.1971455, 30.4189414 ], [ 120.1973474, 30.4190409 ], [ 120.1976358, 30.4193046 ], [ 120.1979588, 30.4196776 ], [ 120.1981722, 30.4201701 ], [ 120.1982068, 30.4202696 ], [ 120.1982242, 30.420374 ], [ 120.1983164, 30.4205929 ], [ 120.1983511, 30.4208068 ], [ 120.1984549, 30.4211898 ], [ 120.198501, 30.4214335 ], [ 120.198576, 30.4220503 ], [ 120.1985818, 30.4221797 ], [ 120.1985703, 30.4222692 ], [ 120.1984895, 30.4223488 ], [ 120.198328, 30.4224035 ], [ 120.1981665, 30.4224035 ], [ 120.1979242, 30.4223587 ], [ 120.1975954, 30.4223736 ], [ 120.1963956, 30.422493 ], [ 120.1962882, 30.4225007 ], [ 120.1961879, 30.4225079 ], [ 120.1957784, 30.422503 ], [ 120.1952823, 30.4224234 ], [ 120.1949593, 30.4223687 ], [ 120.1946882, 30.422309 ], [ 120.1944401, 30.4222194 ], [ 120.1937652, 30.4220404 ], [ 120.1934538, 30.4219956 ], [ 120.1931942, 30.4219807 ], [ 120.1929231, 30.4219807 ], [ 120.1922078, 30.4219111 ], [ 120.1917175, 30.4218414 ], [ 120.1913772, 30.4218215 ], [ 120.1910599, 30.4218165 ], [ 120.1908465, 30.4218165 ], [ 120.1904819, 30.4217976 ], [ 120.1904651, 30.4220342 ], [ 120.1905811, 30.4221548 ], [ 120.1905869, 30.4222592 ], [ 120.1905927, 30.4224682 ], [ 120.19061, 30.4228313 ], [ 120.1906388, 30.4231198 ], [ 120.1907311, 30.4240798 ], [ 120.1907773, 30.4244976 ], [ 120.1908753, 30.425378 ], [ 120.1908869, 30.4254675 ], [ 120.1908522, 30.4255421 ], [ 120.1906734, 30.4256267 ], [ 120.1903273, 30.4257311 ], [ 120.1900216, 30.4258157 ], [ 120.1897332, 30.4259102 ], [ 120.1894275, 30.4259898 ], [ 120.1891506, 30.42595 ], [ 120.1890006, 30.4259251 ], [ 120.1888622, 30.4259748 ], [ 120.1886314, 30.4260644 ], [ 120.1884642, 30.4261191 ], [ 120.1879912, 30.426144 ], [ 120.1878585, 30.4260992 ], [ 120.1877374, 30.4261141 ], [ 120.1875874, 30.4261191 ], [ 120.1875066, 30.4260544 ], [ 120.1873855, 30.4260246 ], [ 120.187299, 30.4259102 ], [ 120.1872124, 30.4257809 ], [ 120.1871201, 30.4254028 ], [ 120.1870221, 30.4251492 ], [ 120.1869471, 30.4250795 ], [ 120.1869067, 30.4251293 ], [ 120.1869644, 30.4252835 ], [ 120.1870336, 30.4254277 ], [ 120.1871259, 30.4256814 ], [ 120.1871432, 30.4259947 ], [ 120.1871374, 30.4260992 ], [ 120.1870855, 30.4261688 ], [ 120.186924, 30.4262484 ], [ 120.1868087, 30.426318 ], [ 120.1868029, 30.4263777 ], [ 120.1869298, 30.4263926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1991285, 30.4225864 ], [ 120.1992815, 30.4226194 ], [ 120.1993771, 30.4226854 ], [ 120.1995102, 30.4229479 ], [ 120.1996584, 30.4229266 ], [ 120.1996636, 30.4228361 ], [ 120.1996833, 30.4227427 ], [ 120.1997079, 30.422679 ], [ 120.1998015, 30.4226238 ], [ 120.1998999, 30.4225813 ], [ 120.2000821, 30.4225431 ], [ 120.2003185, 30.4225261 ], [ 120.2004958, 30.4225474 ], [ 120.200673, 30.4225813 ], [ 120.2008257, 30.4225304 ], [ 120.2010226, 30.4224879 ], [ 120.2011654, 30.4224922 ], [ 120.201259, 30.4225601 ], [ 120.2014116, 30.422713 ], [ 120.2014609, 30.4228106 ], [ 120.2014609, 30.4232225 ], [ 120.201451, 30.4233584 ], [ 120.2014018, 30.4234348 ], [ 120.2013722, 30.4235197 ], [ 120.2013919, 30.4236428 ], [ 120.2013575, 30.4236853 ], [ 120.2013378, 30.4237447 ], [ 120.2013919, 30.4237745 ], [ 120.2014166, 30.4238594 ], [ 120.2014067, 30.423957 ], [ 120.2013525, 30.424025 ], [ 120.2014362, 30.4241481 ], [ 120.2015003, 30.4242076 ], [ 120.2016135, 30.4242628 ], [ 120.2016529, 30.4243222 ], [ 120.2016825, 30.424577 ], [ 120.2017169, 30.4249081 ], [ 120.2016923, 30.4249973 ], [ 120.2016726, 30.4250695 ], [ 120.2017415, 30.4251332 ], [ 120.2018056, 30.4252139 ], [ 120.201909, 30.4251841 ], [ 120.2019483, 30.4251204 ], [ 120.2018745, 30.4250313 ], [ 120.2018203, 30.4249633 ], [ 120.2017859, 30.4248105 ], [ 120.2017415, 30.4244538 ], [ 120.201776, 30.4243349 ], [ 120.2018499, 30.4241311 ], [ 120.2019434, 30.4240165 ], [ 120.2020715, 30.4239188 ], [ 120.2021158, 30.4238212 ], [ 120.2020419, 30.4236811 ], [ 120.2019631, 30.4236259 ], [ 120.2017415, 30.4235537 ], [ 120.2015397, 30.4234263 ], [ 120.2015052, 30.4232225 ], [ 120.20152, 30.4228064 ], [ 120.2016184, 30.422713 ], [ 120.20184, 30.4226408 ], [ 120.2021896, 30.4225898 ], [ 120.202682, 30.4226068 ], [ 120.2032532, 30.4226323 ], [ 120.204174, 30.422645 ], [ 120.2050111, 30.4226578 ], [ 120.2053213, 30.4226535 ], [ 120.2056512, 30.4226535 ], [ 120.2059368, 30.4226917 ], [ 120.2063406, 30.4227214 ], [ 120.206705, 30.4227384 ], [ 120.2077587, 30.4227512 ], [ 120.2081034, 30.4227597 ], [ 120.2083939, 30.4227936 ], [ 120.2092212, 30.4227724 ], [ 120.2097973, 30.4227682 ], [ 120.2105408, 30.4228191 ], [ 120.2107969, 30.4228361 ], [ 120.2116093, 30.4229168 ], [ 120.2126237, 30.4230017 ], [ 120.2139187, 30.4230102 ], [ 120.2142683, 30.4230144 ], [ 120.2146475, 30.4230357 ], [ 120.2153024, 30.4231503 ], [ 120.2153335, 30.4230324 ], [ 120.2148521, 30.4229539 ], [ 120.2139869, 30.4228753 ], [ 120.2137397, 30.4228865 ], [ 120.2130827, 30.4228922 ], [ 120.2122955, 30.4228304 ], [ 120.2119767, 30.4227912 ], [ 120.2116189, 30.4227744 ], [ 120.2108448, 30.4226846 ], [ 120.2106757, 30.4226453 ], [ 120.2102398, 30.4226509 ], [ 120.2096478, 30.4226173 ], [ 120.2087092, 30.4226419 ], [ 120.2081881, 30.4226564 ], [ 120.2072554, 30.4226342 ], [ 120.2068411, 30.4226305 ], [ 120.2063845, 30.422605 ], [ 120.2058899, 30.4225321 ], [ 120.205501, 30.4225066 ], [ 120.2050571, 30.4225102 ], [ 120.203717, 30.4224993 ], [ 120.2032224, 30.4224993 ], [ 120.2025967, 30.4224519 ], [ 120.2021444, 30.422379 ], [ 120.2014764, 30.4223279 ], [ 120.2013327, 30.4223243 ], [ 120.2011636, 30.4223206 ], [ 120.2011298, 30.4222769 ], [ 120.2011594, 30.4221493 ], [ 120.201265, 30.4219707 ], [ 120.2014045, 30.421803 ], [ 120.2016159, 30.4216244 ], [ 120.2016709, 30.4214312 ], [ 120.201785, 30.4212343 ], [ 120.2020218, 30.4210447 ], [ 120.2021697, 30.4209828 ], [ 120.2022881, 30.4208479 ], [ 120.2024191, 30.4206474 ], [ 120.2024741, 30.4204214 ], [ 120.2025798, 30.4201006 ], [ 120.2026601, 30.4198709 ], [ 120.2027531, 30.4197834 ], [ 120.2029983, 30.4197214 ], [ 120.2033111, 30.4196157 ], [ 120.203531, 30.4195793 ], [ 120.2038184, 30.419572 ], [ 120.2041059, 30.4195975 ], [ 120.204406, 30.4196923 ], [ 120.2049007, 30.4197068 ], [ 120.2050275, 30.4197105 ], [ 120.2051247, 30.4196522 ], [ 120.2051966, 30.4195647 ], [ 120.2052684, 30.419386 ], [ 120.2053953, 30.4189996 ], [ 120.2054104, 30.4188411 ], [ 120.2054511, 30.4187022 ], [ 120.2055475, 30.4186569 ], [ 120.2057377, 30.4186095 ], [ 120.2059237, 30.4185913 ], [ 120.20671, 30.4185658 ], [ 120.2070693, 30.4185476 ], [ 120.2072384, 30.4185148 ], [ 120.2073695, 30.4184601 ], [ 120.2077457, 30.418307 ], [ 120.2078937, 30.4182669 ], [ 120.2079433, 30.4182614 ], [ 120.2080586, 30.4182486 ], [ 120.2086842, 30.4182742 ], [ 120.2093987, 30.4183143 ], [ 120.210464, 30.4183653 ], [ 120.210927, 30.4183811 ], [ 120.2122057, 30.4185038 ], [ 120.21314, 30.418595 ], [ 120.2134697, 30.4186314 ], [ 120.2139263, 30.4186897 ], [ 120.2144082, 30.4187554 ], [ 120.2144463, 30.4187298 ], [ 120.2140827, 30.4186861 ], [ 120.2135945, 30.4185898 ], [ 120.2135149, 30.4185476 ], [ 120.2135272, 30.4182153 ], [ 120.2135211, 30.4179568 ], [ 120.2134599, 30.4178724 ], [ 120.2134415, 30.4179937 ], [ 120.2134721, 30.4181572 ], [ 120.2134844, 30.4183999 ], [ 120.213466, 30.4185476 ], [ 120.213307, 30.4185739 ], [ 120.2122366, 30.4184632 ], [ 120.2110683, 30.418363 ], [ 120.2108726, 30.4183313 ], [ 120.209949, 30.4182786 ], [ 120.2088358, 30.4181836 ], [ 120.2086829, 30.4182205 ], [ 120.2082669, 30.4182153 ], [ 120.2079611, 30.4181889 ], [ 120.207672, 30.4182265 ], [ 120.2073213, 30.4183914 ], [ 120.2071492, 30.4184959 ], [ 120.2060844, 30.4185124 ], [ 120.2059824, 30.4184464 ], [ 120.2059187, 30.4184904 ], [ 120.2057465, 30.4185673 ], [ 120.2054915, 30.4186003 ], [ 120.2053958, 30.4186278 ], [ 120.2053088, 30.4189308 ], [ 120.2051918, 30.4193536 ], [ 120.2051153, 30.419502 ], [ 120.2050388, 30.4195955 ], [ 120.2048156, 30.4196285 ], [ 120.2043311, 30.4195845 ], [ 120.2039549, 30.4195295 ], [ 120.2036489, 30.419513 ], [ 120.203362, 30.4194415 ], [ 120.20326, 30.4192931 ], [ 120.2032472, 30.4191611 ], [ 120.2031835, 30.4191611 ], [ 120.2031516, 30.4193151 ], [ 120.2030687, 30.4194525 ], [ 120.2028965, 30.4195185 ], [ 120.2027244, 30.4195625 ], [ 120.2026196, 30.4196428 ], [ 120.202585, 30.4197125 ], [ 120.2025714, 30.4198099 ], [ 120.2024056, 30.4202223 ], [ 120.2021187, 30.4207171 ], [ 120.2019912, 30.4208655 ], [ 120.2017234, 30.421091 ], [ 120.2016214, 30.4211899 ], [ 120.2015321, 30.4213604 ], [ 120.2014301, 30.4214593 ], [ 120.2011751, 30.4216353 ], [ 120.2010157, 30.4217507 ], [ 120.2008882, 30.4220311 ], [ 120.2007479, 30.422207 ], [ 120.200665, 30.4223005 ], [ 120.2005503, 30.4223555 ], [ 120.200359, 30.422372 ], [ 120.2000019, 30.4223555 ], [ 120.1998107, 30.422383 ], [ 120.1996066, 30.422438 ], [ 120.1994217, 30.4224544 ], [ 120.1992815, 30.4224105 ], [ 120.199052, 30.422383 ], [ 120.1989691, 30.422372 ], [ 120.1989048, 30.422309 ], [ 120.198876, 30.4225229 ], [ 120.1991285, 30.4225864 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2206146, 30.4270028 ], [ 120.2207568, 30.4270189 ], [ 120.2209247, 30.4268855 ], [ 120.2211094, 30.4265365 ], [ 120.2211974, 30.4263528 ], [ 120.2211884, 30.4260188 ], [ 120.2206713, 30.4255548 ], [ 120.2204051, 30.4254042 ], [ 120.2201681, 30.4256562 ], [ 120.2206146, 30.4270028 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1883551, 30.4391085 ], [ 120.1892323, 30.4386087 ], [ 120.1901554, 30.4381812 ], [ 120.1905139, 30.4380628 ], [ 120.190697, 30.4379575 ], [ 120.1918107, 30.4373788 ], [ 120.192688, 30.4369052 ], [ 120.1931304, 30.4367605 ], [ 120.1933059, 30.4367342 ], [ 120.1934051, 30.4365895 ], [ 120.1933517, 30.4363067 ], [ 120.193077, 30.4358726 ], [ 120.193016, 30.4355043 ], [ 120.1927948, 30.4352083 ], [ 120.1927185, 30.4350768 ], [ 120.1928634, 30.4349649 ], [ 120.1938399, 30.4345111 ], [ 120.1945722, 30.4341494 ], [ 120.19474, 30.4340704 ], [ 120.1948773, 30.4340836 ], [ 120.1949765, 30.4342086 ], [ 120.1951291, 30.4343335 ], [ 120.1954037, 30.434669 ], [ 120.1957012, 30.4350505 ], [ 120.1960826, 30.4353267 ], [ 120.1967234, 30.4358266 ], [ 120.1968607, 30.4359515 ], [ 120.1972803, 30.4361554 ], [ 120.197799, 30.4365829 ], [ 120.1981957, 30.4368921 ], [ 120.1982949, 30.437096 ], [ 120.1988823, 30.4375366 ], [ 120.1991798, 30.4378786 ], [ 120.1994773, 30.4385232 ], [ 120.1996985, 30.4390296 ], [ 120.1998511, 30.4394439 ], [ 120.1998587, 30.4395952 ], [ 120.1997824, 30.4397465 ], [ 120.1995536, 30.439878 ], [ 120.1992408, 30.440049 ], [ 120.1989509, 30.4401214 ], [ 120.1987983, 30.4402134 ], [ 120.198661, 30.4403581 ], [ 120.1984017, 30.4405028 ], [ 120.1982338, 30.4405094 ], [ 120.197944, 30.4404239 ], [ 120.1980355, 30.4405883 ], [ 120.1980431, 30.4407791 ], [ 120.1979135, 30.4409106 ], [ 120.1977075, 30.4409632 ], [ 120.1974786, 30.4410619 ], [ 120.1970896, 30.4413578 ], [ 120.1966471, 30.4416669 ], [ 120.196403, 30.4419037 ], [ 120.196014, 30.4420418 ], [ 120.1958156, 30.4421207 ], [ 120.1956097, 30.4421668 ], [ 120.1954266, 30.4422654 ], [ 120.1952511, 30.4420747 ], [ 120.195152, 30.4421207 ], [ 120.1951138, 30.4422983 ], [ 120.1951596, 30.4424561 ], [ 120.1950909, 30.4425548 ], [ 120.1948163, 30.4426403 ], [ 120.1944196, 30.4427981 ], [ 120.1942518, 30.4428442 ], [ 120.1942213, 30.4430217 ], [ 120.1939925, 30.4430678 ], [ 120.1937102, 30.4430152 ], [ 120.1936873, 30.4430678 ], [ 120.1938399, 30.4432322 ], [ 120.1937178, 30.4434492 ], [ 120.1935805, 30.4436136 ], [ 120.1935958, 30.4437649 ], [ 120.1934966, 30.4438636 ], [ 120.1930389, 30.4440872 ], [ 120.1924591, 30.4444554 ], [ 120.1925278, 30.4445409 ], [ 120.193161, 30.4441332 ], [ 120.1937102, 30.4439096 ], [ 120.1940916, 30.4436663 ], [ 120.1943052, 30.4436136 ], [ 120.1944349, 30.4437649 ], [ 120.1944959, 30.4439819 ], [ 120.19474, 30.4443108 ], [ 120.194885, 30.4445475 ], [ 120.1949307, 30.4448566 ], [ 120.1948239, 30.445021 ], [ 120.1945112, 30.4451986 ], [ 120.1936568, 30.4457642 ], [ 120.1938475, 30.4459615 ], [ 120.1953274, 30.4451 ], [ 120.1953427, 30.4447711 ], [ 120.1952893, 30.4445475 ], [ 120.1947019, 30.4436334 ], [ 120.1945417, 30.4433374 ], [ 120.1946409, 30.4432256 ], [ 120.1947705, 30.4430612 ], [ 120.1957546, 30.4425153 ], [ 120.1966471, 30.4420813 ], [ 120.1978753, 30.441246 ], [ 120.1980889, 30.4411539 ], [ 120.198394, 30.4409237 ], [ 120.1990882, 30.4405226 ], [ 120.1991874, 30.4404305 ], [ 120.1994086, 30.4404108 ], [ 120.199523, 30.4404963 ], [ 120.1998587, 30.4403581 ], [ 120.199996, 30.4404371 ], [ 120.2001715, 30.4404305 ], [ 120.2003927, 30.4407264 ], [ 120.20053, 30.4409961 ], [ 120.2007054, 30.4416077 ], [ 120.200858, 30.441713 ], [ 120.2009724, 30.4419892 ], [ 120.2012318, 30.4424364 ], [ 120.2012394, 30.4425811 ], [ 120.2014683, 30.4429165 ], [ 120.2023379, 30.4440872 ], [ 120.2025897, 30.4444357 ], [ 120.2031314, 30.4450045 ], [ 120.203267, 30.444901 ], [ 120.2031008, 30.4447382 ], [ 120.2025744, 30.4441332 ], [ 120.2024218, 30.4438767 ], [ 120.2024066, 30.4435808 ], [ 120.2025668, 30.4434163 ], [ 120.2022082, 30.4434492 ], [ 120.2020175, 30.4432256 ], [ 120.2014073, 30.4423246 ], [ 120.2013346, 30.4420849 ], [ 120.2012776, 30.4418971 ], [ 120.2009419, 30.4411342 ], [ 120.2007894, 30.4408514 ], [ 120.2008504, 30.4406673 ], [ 120.2004308, 30.4399109 ], [ 120.2001333, 30.4393387 ], [ 120.1998816, 30.4387271 ], [ 120.1995154, 30.4376747 ], [ 120.1993857, 30.4375629 ], [ 120.1989814, 30.4371157 ], [ 120.1986, 30.4369184 ], [ 120.1982949, 30.4367145 ], [ 120.1979211, 30.4363659 ], [ 120.1971582, 30.4358463 ], [ 120.1969904, 30.4356687 ], [ 120.1970133, 30.4354845 ], [ 120.1971201, 30.4353596 ], [ 120.1975168, 30.4351754 ], [ 120.1979211, 30.4349452 ], [ 120.1981118, 30.4349189 ], [ 120.1982949, 30.4347611 ], [ 120.198539, 30.4346953 ], [ 120.198539, 30.4345769 ], [ 120.1985619, 30.4342678 ], [ 120.198661, 30.4339455 ], [ 120.1989051, 30.4334324 ], [ 120.199073, 30.433314 ], [ 120.1994162, 30.4331957 ], [ 120.1994564, 30.4331818 ], [ 120.1996832, 30.4331036 ], [ 120.1998511, 30.4329852 ], [ 120.2001104, 30.4327944 ], [ 120.2003011, 30.4327089 ], [ 120.2004156, 30.4326103 ], [ 120.2006139, 30.4325116 ], [ 120.2011708, 30.4322288 ], [ 120.201453, 30.4320907 ], [ 120.2014378, 30.4320249 ], [ 120.2008962, 30.4322485 ], [ 120.2001715, 30.4326168 ], [ 120.1998358, 30.4328142 ], [ 120.198928, 30.4332351 ], [ 120.1987221, 30.4335114 ], [ 120.1985237, 30.4338731 ], [ 120.198333, 30.4341888 ], [ 120.1983406, 30.4343401 ], [ 120.198333, 30.4345111 ], [ 120.1981652, 30.4346164 ], [ 120.1976999, 30.4346821 ], [ 120.1969828, 30.4350307 ], [ 120.196731, 30.4351688 ], [ 120.1964946, 30.4351491 ], [ 120.1961284, 30.4349123 ], [ 120.195602, 30.4343598 ], [ 120.1955029, 30.4342217 ], [ 120.1952817, 30.4339389 ], [ 120.1951291, 30.4334653 ], [ 120.1948621, 30.4331957 ], [ 120.1945875, 30.4326958 ], [ 120.1943586, 30.4324524 ], [ 120.1942976, 30.4320709 ], [ 120.1941374, 30.4319723 ], [ 120.1939467, 30.4315579 ], [ 120.1933822, 30.4300648 ], [ 120.1932144, 30.4291834 ], [ 120.1932144, 30.4288808 ], [ 120.1933822, 30.4286243 ], [ 120.1936568, 30.428302 ], [ 120.1939619, 30.4280783 ], [ 120.1942137, 30.4279336 ], [ 120.1946027, 30.4275258 ], [ 120.194946, 30.4272462 ], [ 120.1952664, 30.4269141 ], [ 120.1954156, 30.4268197 ], [ 120.1954952, 30.4267694 ], [ 120.1955639, 30.426651 ], [ 120.1960069, 30.4263603 ], [ 120.1966166, 30.4259603 ], [ 120.1969523, 30.4257498 ], [ 120.1974023, 30.4256182 ], [ 120.1977075, 30.4255722 ], [ 120.1980965, 30.4255919 ], [ 120.1983406, 30.4255853 ], [ 120.1986915, 30.4254933 ], [ 120.199967, 30.4252476 ], [ 120.1999917, 30.4249175 ], [ 120.2000782, 30.4246301 ], [ 120.2001399, 30.4242787 ], [ 120.200288, 30.4240658 ], [ 120.200251, 30.4239274 ], [ 120.2000905, 30.4238422 ], [ 120.1996584, 30.4229266 ], [ 120.1995102, 30.4229479 ], [ 120.1999053, 30.4237996 ], [ 120.1999423, 30.4240977 ], [ 120.199893, 30.4242681 ], [ 120.1997818, 30.4243639 ], [ 120.1997324, 30.4245449 ], [ 120.1998436, 30.4248111 ], [ 120.1998065, 30.425024 ], [ 120.1996707, 30.4251624 ], [ 120.1991151, 30.4253008 ], [ 120.1984854, 30.4253753 ], [ 120.1980286, 30.4253647 ], [ 120.1972014, 30.4255031 ], [ 120.1969051, 30.4256095 ], [ 120.1953865, 30.4266103 ], [ 120.1948337, 30.4270633 ], [ 120.1941066, 30.4275867 ], [ 120.1939166, 30.4277832 ], [ 120.1934988, 30.42815 ], [ 120.1932785, 30.4284186 ], [ 120.1931646, 30.4285823 ], [ 120.1927164, 30.4289164 ], [ 120.1921846, 30.429185 ], [ 120.1918047, 30.4293029 ], [ 120.1913033, 30.4294077 ], [ 120.1909843, 30.4294273 ], [ 120.1907108, 30.4293553 ], [ 120.1900195, 30.4293356 ], [ 120.18967, 30.4293946 ], [ 120.1892066, 30.4293029 ], [ 120.1890015, 30.429316 ], [ 120.1883938, 30.4292439 ], [ 120.1883558, 30.4296042 ], [ 120.1888814, 30.4295517 ], [ 120.1893086, 30.4296043 ], [ 120.1899799, 30.4296504 ], [ 120.1905215, 30.4295978 ], [ 120.191353, 30.429657 ], [ 120.1917802, 30.4296175 ], [ 120.1921082, 30.4294268 ], [ 120.1923295, 30.4293412 ], [ 120.1925965, 30.4292492 ], [ 120.1927795, 30.4292426 ], [ 120.1928558, 30.429361 ], [ 120.1928482, 30.4295123 ], [ 120.1928177, 30.4296504 ], [ 120.1928634, 30.4299661 ], [ 120.1930542, 30.4303345 ], [ 120.1933517, 30.4309988 ], [ 120.1934661, 30.4311764 ], [ 120.1934661, 30.431354 ], [ 120.1933593, 30.4314724 ], [ 120.1930847, 30.4316105 ], [ 120.1926193, 30.4317749 ], [ 120.192032, 30.4320775 ], [ 120.1916963, 30.4323669 ], [ 120.191353, 30.4326168 ], [ 120.1913912, 30.4326826 ], [ 120.1916963, 30.4324787 ], [ 120.1921082, 30.4321235 ], [ 120.1926956, 30.4318407 ], [ 120.1933517, 30.4316368 ], [ 120.1935347, 30.4316039 ], [ 120.193878, 30.4319525 ], [ 120.1940611, 30.4324064 ], [ 120.1944578, 30.4331957 ], [ 120.1946256, 30.4335706 ], [ 120.194557, 30.4338008 ], [ 120.1944044, 30.433952 ], [ 120.1942076, 30.4340428 ], [ 120.1940764, 30.4341033 ], [ 120.1935958, 30.434327 ], [ 120.1929702, 30.4345308 ], [ 120.1928787, 30.4346098 ], [ 120.1927872, 30.4347479 ], [ 120.1926727, 30.4348268 ], [ 120.1925202, 30.4348334 ], [ 120.1923752, 30.4349847 ], [ 120.1923371, 30.4351096 ], [ 120.1925583, 30.4352807 ], [ 120.1928329, 30.4355174 ], [ 120.1929397, 30.4358068 ], [ 120.1930618, 30.4361949 ], [ 120.1930236, 30.4363988 ], [ 120.1929092, 30.4365501 ], [ 120.1927109, 30.436675 ], [ 120.1922989, 30.4368131 ], [ 120.1919862, 30.4369184 ], [ 120.1916963, 30.4371486 ], [ 120.1912386, 30.4374314 ], [ 120.1906207, 30.4376747 ], [ 120.1900715, 30.4379312 ], [ 120.1894383, 30.4382996 ], [ 120.188294, 30.4390362 ], [ 120.1883551, 30.4391085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1311408, 30.4179375 ], [ 120.1313017, 30.418003 ], [ 120.1316369, 30.41803 ], [ 120.1319184, 30.4180608 ], [ 120.1320793, 30.4180955 ], [ 120.1321553, 30.4181263 ], [ 120.1322581, 30.4181302 ], [ 120.1322938, 30.4180685 ], [ 120.1328346, 30.4180801 ], [ 120.1329687, 30.4180993 ], [ 120.1330223, 30.4181687 ], [ 120.1330625, 30.4183229 ], [ 120.1330983, 30.418635 ], [ 120.1331117, 30.418716 ], [ 120.1331742, 30.4187584 ], [ 120.1332413, 30.4188162 ], [ 120.1332994, 30.4188085 ], [ 120.133286, 30.4187005 ], [ 120.1332591, 30.4185348 ], [ 120.1331921, 30.4183229 ], [ 120.1331787, 30.4180146 ], [ 120.1335809, 30.4178681 ], [ 120.1336077, 30.4177795 ], [ 120.1337016, 30.4177024 ], [ 120.1340099, 30.4175328 ], [ 120.1340814, 30.417448 ], [ 120.1341664, 30.417344 ], [ 120.1342647, 30.41729 ], [ 120.1344211, 30.4172862 ], [ 120.1345641, 30.4173131 ], [ 120.1347697, 30.4173401 ], [ 120.1350646, 30.4174095 ], [ 120.1354088, 30.4175405 ], [ 120.135516, 30.4176292 ], [ 120.1356903, 30.4176716 ], [ 120.1358735, 30.4176754 ], [ 120.1362936, 30.4176176 ], [ 120.1364322, 30.4175752 ], [ 120.136459, 30.4174095 ], [ 120.136526, 30.4170858 ], [ 120.136678, 30.4165424 ], [ 120.136669, 30.416473 ], [ 120.136526, 30.416947 ], [ 120.1364769, 30.4172168 ], [ 120.136459, 30.4172707 ], [ 120.1363562, 30.4173671 ], [ 120.1362847, 30.4174056 ], [ 120.1361327, 30.4174981 ], [ 120.1359853, 30.4175791 ], [ 120.1358601, 30.4176215 ], [ 120.1357216, 30.4176176 ], [ 120.1355115, 30.4175367 ], [ 120.1354088, 30.417448 ], [ 120.1352747, 30.4174133 ], [ 120.1349931, 30.4172707 ], [ 120.1348993, 30.4172206 ], [ 120.1348948, 30.4170858 ], [ 120.1348948, 30.4169316 ], [ 120.1348725, 30.4168198 ], [ 120.1348725, 30.4166426 ], [ 120.1348993, 30.4162417 ], [ 120.1348993, 30.4159643 ], [ 120.1349395, 30.4157831 ], [ 120.1350289, 30.415629 ], [ 120.1351004, 30.4154208 ], [ 120.1351495, 30.4150971 ], [ 120.1352032, 30.4148928 ], [ 120.135154, 30.4149083 ], [ 120.1350959, 30.4149815 ], [ 120.1350691, 30.4151087 ], [ 120.1350959, 30.415232 ], [ 120.1349931, 30.4155981 ], [ 120.1349484, 30.4156251 ], [ 120.1348903, 30.415787 ], [ 120.1348501, 30.4159488 ], [ 120.1348501, 30.4160452 ], [ 120.1348546, 30.4161647 ], [ 120.1348099, 30.4164884 ], [ 120.1347831, 30.416577 ], [ 120.1347384, 30.4167158 ], [ 120.134649, 30.4170048 ], [ 120.1345864, 30.4170665 ], [ 120.1344747, 30.4171359 ], [ 120.1341708, 30.4172399 ], [ 120.1340636, 30.4172823 ], [ 120.134001, 30.41729 ], [ 120.1339518, 30.4173517 ], [ 120.1338535, 30.4173902 ], [ 120.1339116, 30.4173825 ], [ 120.1339787, 30.4173902 ], [ 120.1339965, 30.4174403 ], [ 120.1339697, 30.4174981 ], [ 120.1339116, 30.4175521 ], [ 120.133715, 30.417633 ], [ 120.1333262, 30.4177679 ], [ 120.1329865, 30.4178912 ], [ 120.1326424, 30.4179105 ], [ 120.1323609, 30.4179182 ], [ 120.1320793, 30.4178604 ], [ 120.1320793, 30.4178257 ], [ 120.1319944, 30.4177987 ], [ 120.1318514, 30.4177718 ], [ 120.1316414, 30.4177563 ], [ 120.1315341, 30.4177255 ], [ 120.1315073, 30.4176523 ], [ 120.1314626, 30.4176716 ], [ 120.1313419, 30.4176677 ], [ 120.1312481, 30.417687 ], [ 120.1311408, 30.4178373 ], [ 120.1311051, 30.4178912 ], [ 120.1311408, 30.4179375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1266579, 30.4184635 ], [ 120.1266699, 30.4184266 ], [ 120.1266986, 30.4184189 ], [ 120.1275797, 30.418456 ], [ 120.1276479, 30.4184916 ], [ 120.1276623, 30.4185396 ], [ 120.1277843, 30.4185566 ], [ 120.1278659, 30.4186605 ], [ 120.1278847, 30.4190767 ], [ 120.1279192, 30.4192443 ], [ 120.1278941, 30.4192929 ], [ 120.1278941, 30.4194037 ], [ 120.1282106, 30.4196361 ], [ 120.1282671, 30.419701 ], [ 120.1282483, 30.4197767 ], [ 120.1281605, 30.4198443 ], [ 120.1281009, 30.4198929 ], [ 120.1280759, 30.4199875 ], [ 120.1280821, 30.4200226 ], [ 120.1281417, 30.4200145 ], [ 120.1281636, 30.4199605 ], [ 120.1282827, 30.4199037 ], [ 120.1283956, 30.4198334 ], [ 120.1284582, 30.4197632 ], [ 120.1285366, 30.4197226 ], [ 120.12864, 30.4197172 ], [ 120.1288218, 30.4197821 ], [ 120.1288751, 30.4198713 ], [ 120.1289127, 30.4198686 ], [ 120.1288939, 30.4197199 ], [ 120.1289064, 30.4196497 ], [ 120.1289722, 30.4195551 ], [ 120.1290663, 30.4194686 ], [ 120.1291289, 30.4194416 ], [ 120.1291133, 30.4193902 ], [ 120.1290537, 30.419374 ], [ 120.1289785, 30.4194037 ], [ 120.1288688, 30.4195226 ], [ 120.1287278, 30.419601 ], [ 120.1285303, 30.4196199 ], [ 120.1283485, 30.4196145 ], [ 120.1282514, 30.4195659 ], [ 120.1280351, 30.419428 ], [ 120.1280007, 30.4193497 ], [ 120.1279286, 30.4190416 ], [ 120.1279223, 30.4187821 ], [ 120.127938, 30.4186767 ], [ 120.127963, 30.4185875 ], [ 120.1280602, 30.4184983 ], [ 120.1282294, 30.418447 ], [ 120.1283893, 30.4184199 ], [ 120.1289189, 30.4184064 ], [ 120.1292574, 30.4183578 ], [ 120.1293828, 30.4183064 ], [ 120.1299375, 30.4179902 ], [ 120.1301256, 30.4178848 ], [ 120.1303512, 30.4177632 ], [ 120.1305079, 30.4177199 ], [ 120.1306866, 30.4177091 ], [ 120.1307618, 30.4178118 ], [ 120.1307837, 30.4178929 ], [ 120.1309749, 30.417874 ], [ 120.1309122, 30.4177659 ], [ 120.1310407, 30.4175335 ], [ 120.1307712, 30.4174227 ], [ 120.1307649, 30.4173956 ], [ 120.1308028, 30.4172732 ], [ 120.1308845, 30.4172204 ], [ 120.1310274, 30.4171887 ], [ 120.1313308, 30.4170051 ], [ 120.131453, 30.4168499 ], [ 120.1314971, 30.4166011 ], [ 120.1315549, 30.4162557 ], [ 120.1311204, 30.4161972 ], [ 120.1310559, 30.4164372 ], [ 120.1308318, 30.4167855 ], [ 120.1307674, 30.4168968 ], [ 120.1305739, 30.4169407 ], [ 120.1305739, 30.4170197 ], [ 120.1304245, 30.4170314 ], [ 120.1303906, 30.4171105 ], [ 120.1303363, 30.4173885 ], [ 120.1302514, 30.4174881 ], [ 120.1301462, 30.4175086 ], [ 120.1299357, 30.4177252 ], [ 120.1297389, 30.4179447 ], [ 120.1292846, 30.4182303 ], [ 120.1291496, 30.4182798 ], [ 120.1286711, 30.4183071 ], [ 120.1283478, 30.4182959 ], [ 120.1283363, 30.4183232 ], [ 120.1279699, 30.418343 ], [ 120.1277241, 30.4183331 ], [ 120.1272038, 30.4183104 ], [ 120.1269, 30.4182845 ], [ 120.1267922, 30.4182457 ], [ 120.1266156, 30.4182446 ], [ 120.1266579, 30.4184635 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1443072, 30.418307 ], [ 120.1443944, 30.4183462 ], [ 120.1444816, 30.4183985 ], [ 120.1446522, 30.4184541 ], [ 120.1447128, 30.4185195 ], [ 120.144747, 30.4186437 ], [ 120.1448038, 30.4187909 ], [ 120.1448531, 30.4188824 ], [ 120.1450199, 30.4189674 ], [ 120.1452702, 30.4190655 ], [ 120.1453536, 30.4191407 ], [ 120.1455128, 30.4192453 ], [ 120.1456227, 30.419327 ], [ 120.1456948, 30.4194153 ], [ 120.1458161, 30.4194545 ], [ 120.1459526, 30.4194611 ], [ 120.1461004, 30.4194022 ], [ 120.1462407, 30.4192388 ], [ 120.1463848, 30.4190916 ], [ 120.1465061, 30.4189412 ], [ 120.1465478, 30.4188203 ], [ 120.1466198, 30.4187353 ], [ 120.1466957, 30.418696 ], [ 120.1468132, 30.4186568 ], [ 120.1469421, 30.4186601 ], [ 120.1471051, 30.4187124 ], [ 120.1472226, 30.4187484 ], [ 120.1480074, 30.4192551 ], [ 120.1481401, 30.4193565 ], [ 120.1482652, 30.4194284 ], [ 120.1483941, 30.4195068 ], [ 120.1486178, 30.4196147 ], [ 120.1487808, 30.4196932 ], [ 120.1489969, 30.4197651 ], [ 120.1492206, 30.4198076 ], [ 120.1493798, 30.4198272 ], [ 120.1496718, 30.4198926 ], [ 120.1499182, 30.4198992 ], [ 120.150104, 30.4198992 ], [ 120.150104, 30.4198469 ], [ 120.1499751, 30.4198436 ], [ 120.1498765, 30.4198763 ], [ 120.1497741, 30.4198926 ], [ 120.1495201, 30.4198501 ], [ 120.1491562, 30.4197324 ], [ 120.1490273, 30.4196899 ], [ 120.1488794, 30.4196899 ], [ 120.1487884, 30.4196572 ], [ 120.1486254, 30.4195559 ], [ 120.1484169, 30.4193859 ], [ 120.1482387, 30.4193663 ], [ 120.1477913, 30.4190884 ], [ 120.1472871, 30.4187418 ], [ 120.1472302, 30.4186699 ], [ 120.1471241, 30.4186372 ], [ 120.146961, 30.4185816 ], [ 120.1468814, 30.4184999 ], [ 120.146817, 30.4184835 ], [ 120.1467146, 30.4185718 ], [ 120.1466236, 30.4186372 ], [ 120.1465364, 30.4186732 ], [ 120.146472, 30.4187418 ], [ 120.1463127, 30.4188366 ], [ 120.1461346, 30.4190197 ], [ 120.1460094, 30.4191243 ], [ 120.1459412, 30.4191668 ], [ 120.1458009, 30.4191668 ], [ 120.1457061, 30.4191374 ], [ 120.1455621, 30.4190328 ], [ 120.1453953, 30.4188791 ], [ 120.1452247, 30.4188105 ], [ 120.1450654, 30.418696 ], [ 120.1449403, 30.4185555 ], [ 120.1449327, 30.4184672 ], [ 120.14491, 30.4183495 ], [ 120.1448493, 30.4183103 ], [ 120.1447583, 30.4182972 ], [ 120.1446067, 30.4182939 ], [ 120.1444854, 30.4183004 ], [ 120.1443527, 30.4182547 ], [ 120.1442503, 30.4181991 ], [ 120.1442124, 30.4182122 ], [ 120.1442048, 30.4182547 ], [ 120.1443072, 30.418307 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1281916, 30.4217624 ], [ 120.1283711, 30.4217549 ], [ 120.1286721, 30.4217475 ], [ 120.1287011, 30.4217325 ], [ 120.128704, 30.4216651 ], [ 120.12873, 30.4215852 ], [ 120.1287647, 30.4215278 ], [ 120.1292453, 30.4213481 ], [ 120.1295579, 30.4212657 ], [ 120.1299805, 30.4212382 ], [ 120.1300905, 30.4212183 ], [ 120.13016, 30.4211658 ], [ 120.1302295, 30.4211459 ], [ 120.1303829, 30.4211209 ], [ 120.130329, 30.4210992 ], [ 120.130267, 30.421093 ], [ 120.1301715, 30.4210786 ], [ 120.1300451, 30.4211218 ], [ 120.1299472, 30.4211794 ], [ 120.1298709, 30.4211835 ], [ 120.1297587, 30.4211753 ], [ 120.1296967, 30.4211917 ], [ 120.1294915, 30.4212329 ], [ 120.1292314, 30.4212946 ], [ 120.1291407, 30.4213029 ], [ 120.1290368, 30.4212957 ], [ 120.1289594, 30.4213646 ], [ 120.1288114, 30.4214222 ], [ 120.1287112, 30.4214654 ], [ 120.1286587, 30.421558 ], [ 120.128611, 30.4216197 ], [ 120.1284606, 30.4216815 ], [ 120.128358, 30.4217 ], [ 120.1281916, 30.42174 ], [ 120.1281916, 30.4217624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1412051, 30.4217111 ], [ 120.1413242, 30.4218276 ], [ 120.1413736, 30.4218451 ], [ 120.1415174, 30.4218063 ], [ 120.1416191, 30.4217374 ], [ 120.1417527, 30.4216911 ], [ 120.1419488, 30.4216159 ], [ 120.1420199, 30.4215421 ], [ 120.1418108, 30.4212102 ], [ 120.1416467, 30.4210774 ], [ 120.1415276, 30.4210398 ], [ 120.1414651, 30.4210962 ], [ 120.1414215, 30.421135 ], [ 120.1413678, 30.4212139 ], [ 120.141256, 30.4213655 ], [ 120.1411529, 30.4214055 ], [ 120.141086, 30.421502 ], [ 120.1412051, 30.4217111 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1342683, 30.4246489 ], [ 120.1346028, 30.4244302 ], [ 120.135191, 30.4241092 ], [ 120.1355707, 30.4238973 ], [ 120.1358536, 30.4236597 ], [ 120.1360919, 30.4235634 ], [ 120.1362632, 30.4234222 ], [ 120.1363153, 30.4232681 ], [ 120.1363222, 30.4230765 ], [ 120.1364092, 30.4229599 ], [ 120.1364924, 30.4228485 ], [ 120.1366358, 30.4227558 ], [ 120.1370077, 30.4226129 ], [ 120.1374513, 30.4224738 ], [ 120.1376395, 30.4224351 ], [ 120.1377694, 30.422582 ], [ 120.1379128, 30.4227365 ], [ 120.1380337, 30.422779 ], [ 120.1383684, 30.4231094 ], [ 120.1386948, 30.4232947 ], [ 120.1387983, 30.4235075 ], [ 120.1390769, 30.423686 ], [ 120.1391884, 30.4239881 ], [ 120.1395864, 30.4242558 ], [ 120.1401516, 30.4246882 ], [ 120.1403586, 30.4249491 ], [ 120.1411308, 30.4252168 ], [ 120.1417597, 30.4253747 ], [ 120.1422293, 30.4256081 ], [ 120.1428344, 30.425917 ], [ 120.1431528, 30.4261229 ], [ 120.1439409, 30.4264181 ], [ 120.1441956, 30.4265897 ], [ 120.1442036, 30.4266789 ], [ 120.144331, 30.4267476 ], [ 120.1443947, 30.4266446 ], [ 120.1447688, 30.4266789 ], [ 120.1450872, 30.4267476 ], [ 120.1452774, 30.426531 ], [ 120.1453739, 30.4265056 ], [ 120.1454678, 30.4266212 ], [ 120.1454598, 30.4268802 ], [ 120.1460499, 30.4271855 ], [ 120.1463449, 30.4272804 ], [ 120.1466077, 30.4273997 ], [ 120.1465998, 30.4273242 ], [ 120.1462814, 30.4271869 ], [ 120.1460585, 30.4270565 ], [ 120.1459152, 30.4269535 ], [ 120.1458515, 30.4268643 ], [ 120.1458433, 30.4267299 ], [ 120.1458675, 30.4265703 ], [ 120.146023, 30.4264616 ], [ 120.1462322, 30.426383 ], [ 120.1464468, 30.4263922 ], [ 120.1466714, 30.426322 ], [ 120.1469182, 30.4261366 ], [ 120.1473083, 30.4259238 ], [ 120.1477222, 30.4257728 ], [ 120.1479213, 30.4257316 ], [ 120.1480884, 30.4256493 ], [ 120.1483511, 30.4256149 ], [ 120.1486696, 30.4256287 ], [ 120.1488845, 30.4255806 ], [ 120.1490278, 30.4254365 ], [ 120.149195, 30.4252717 ], [ 120.1494895, 30.4250727 ], [ 120.1498318, 30.4249628 ], [ 120.1502538, 30.4248599 ], [ 120.1503732, 30.4248049 ], [ 120.1508906, 30.4244274 ], [ 120.1511692, 30.4243656 ], [ 120.1515115, 30.4243793 ], [ 120.1517504, 30.4244411 ], [ 120.1519255, 30.4242077 ], [ 120.1515752, 30.4239812 ], [ 120.1513205, 30.4239057 ], [ 120.1510498, 30.423892 ], [ 120.1509543, 30.4238233 ], [ 120.1505801, 30.4234046 ], [ 120.1505642, 30.4231986 ], [ 120.1506199, 30.4229721 ], [ 120.1510896, 30.4228211 ], [ 120.1515673, 30.4228005 ], [ 120.1517344, 30.4226426 ], [ 120.1518459, 30.4224504 ], [ 120.1519255, 30.421606 ], [ 120.1519653, 30.4211186 ], [ 120.1520051, 30.4208097 ], [ 120.1520927, 30.420494 ], [ 120.1521643, 30.4201713 ], [ 120.152228, 30.4196976 ], [ 120.1522917, 30.4195397 ], [ 120.1524031, 30.4195123 ], [ 120.1533027, 30.4195535 ], [ 120.1537565, 30.4195191 ], [ 120.1542341, 30.4195397 ], [ 120.1545127, 30.4195741 ], [ 120.1549028, 30.4194917 ], [ 120.1548073, 30.4193681 ], [ 120.1546083, 30.4194368 ], [ 120.1542978, 30.4194162 ], [ 120.1540669, 30.4194162 ], [ 120.1536371, 30.4194505 ], [ 120.1531117, 30.419423 ], [ 120.1527375, 30.4193887 ], [ 120.1525783, 30.4193132 ], [ 120.1521245, 30.4192651 ], [ 120.1521126, 30.4192959 ], [ 120.1519733, 30.4196564 ], [ 120.1519573, 30.4201164 ], [ 120.1518141, 30.4203704 ], [ 120.1515912, 30.4204734 ], [ 120.1511454, 30.4204459 ], [ 120.1507553, 30.420645 ], [ 120.1506996, 30.4210294 ], [ 120.1505403, 30.4212353 ], [ 120.1505324, 30.4216404 ], [ 120.1504209, 30.4218326 ], [ 120.1503732, 30.4224092 ], [ 120.1503254, 30.4226495 ], [ 120.1501503, 30.4228074 ], [ 120.1499353, 30.4227799 ], [ 120.1493462, 30.4224984 ], [ 120.148988, 30.4224023 ], [ 120.1483432, 30.4222719 ], [ 120.148168, 30.4222033 ], [ 120.1480646, 30.4220866 ], [ 120.1478894, 30.421558 ], [ 120.1478655, 30.4212697 ], [ 120.1477859, 30.4210843 ], [ 120.1478257, 30.4208235 ], [ 120.1475391, 30.4207754 ], [ 120.1468466, 30.4207411 ], [ 120.1465281, 30.4206793 ], [ 120.1462973, 30.4207479 ], [ 120.1458754, 30.4209127 ], [ 120.145947, 30.4210637 ], [ 120.1463689, 30.4208921 ], [ 120.1466396, 30.4208921 ], [ 120.1468068, 30.4209402 ], [ 120.1469819, 30.420947 ], [ 120.1472924, 30.4209882 ], [ 120.1476267, 30.4211049 ], [ 120.1476506, 30.4212285 ], [ 120.1475312, 30.4214756 ], [ 120.1475471, 30.421709 ], [ 120.1477063, 30.4220317 ], [ 120.1478098, 30.4221484 ], [ 120.1477939, 30.4223406 ], [ 120.1478019, 30.4225877 ], [ 120.1478974, 30.4228485 ], [ 120.1479929, 30.4230202 ], [ 120.1481919, 30.4231094 ], [ 120.1484228, 30.4231437 ], [ 120.1489164, 30.4230545 ], [ 120.1492268, 30.4230339 ], [ 120.1496249, 30.4230339 ], [ 120.1498478, 30.4230682 ], [ 120.1499831, 30.4231712 ], [ 120.1501105, 30.4234183 ], [ 120.1503732, 30.4236517 ], [ 120.1504369, 30.4238714 ], [ 120.1504528, 30.424146 ], [ 120.1503652, 30.4243862 ], [ 120.150198, 30.4245921 ], [ 120.1499512, 30.4246539 ], [ 120.1495452, 30.424702 ], [ 120.149402, 30.4247638 ], [ 120.1490198, 30.4249834 ], [ 120.1487412, 30.4250383 ], [ 120.1485104, 30.4252168 ], [ 120.1481282, 30.4252786 ], [ 120.1480853, 30.4252879 ], [ 120.1476824, 30.4253747 ], [ 120.1472526, 30.4255188 ], [ 120.1469023, 30.4256699 ], [ 120.1467908, 30.4255669 ], [ 120.1465122, 30.4251482 ], [ 120.1463769, 30.4248942 ], [ 120.1462814, 30.4248599 ], [ 120.1462416, 30.4249285 ], [ 120.1465281, 30.4254571 ], [ 120.1466953, 30.4257179 ], [ 120.1466077, 30.425814 ], [ 120.1461779, 30.4259925 ], [ 120.145541, 30.4261435 ], [ 120.1451907, 30.4261435 ], [ 120.1449041, 30.4260337 ], [ 120.1446972, 30.426068 ], [ 120.1444743, 30.4262327 ], [ 120.1442514, 30.4261504 ], [ 120.1440364, 30.4259994 ], [ 120.1438852, 30.4259238 ], [ 120.1434553, 30.4258277 ], [ 120.1432563, 30.4256493 ], [ 120.1427627, 30.4252855 ], [ 120.1421338, 30.4249697 ], [ 120.1413616, 30.4246265 ], [ 120.1407487, 30.4243793 ], [ 120.1404461, 30.4242489 ], [ 120.1403665, 30.4241391 ], [ 120.1404382, 30.4240704 ], [ 120.1407327, 30.4239332 ], [ 120.1410273, 30.423789 ], [ 120.1413377, 30.4236723 ], [ 120.1416323, 30.4235762 ], [ 120.1419666, 30.4235693 ], [ 120.142102, 30.4235625 ], [ 120.1421577, 30.4233703 ], [ 120.1418632, 30.4232742 ], [ 120.1414333, 30.4233291 ], [ 120.1409477, 30.4234732 ], [ 120.1405894, 30.4236929 ], [ 120.1403665, 30.4237684 ], [ 120.1401516, 30.4236929 ], [ 120.1397058, 30.4234046 ], [ 120.1394431, 30.4231643 ], [ 120.139467, 30.4230133 ], [ 120.1394749, 30.4227868 ], [ 120.1393316, 30.4226975 ], [ 120.1391087, 30.4227936 ], [ 120.1389973, 30.4229103 ], [ 120.1383206, 30.4225259 ], [ 120.1381535, 30.4224298 ], [ 120.1381375, 30.4222445 ], [ 120.1380659, 30.4220866 ], [ 120.1380898, 30.4220042 ], [ 120.1382012, 30.4220522 ], [ 120.1382808, 30.4222033 ], [ 120.1383843, 30.4222239 ], [ 120.1384878, 30.4221484 ], [ 120.1383684, 30.4219218 ], [ 120.1383525, 30.4217708 ], [ 120.1385037, 30.4216678 ], [ 120.1391963, 30.4211736 ], [ 120.1401755, 30.4204596 ], [ 120.1404143, 30.4203635 ], [ 120.1407009, 30.4201095 ], [ 120.1409954, 30.4198143 ], [ 120.1400561, 30.4192446 ], [ 120.1392839, 30.4198761 ], [ 120.13926, 30.4200683 ], [ 120.1392361, 30.4203635 ], [ 120.1390212, 30.4203635 ], [ 120.1389575, 30.420439 ], [ 120.1389655, 30.4205557 ], [ 120.1386948, 30.4206999 ], [ 120.1386629, 30.4209333 ], [ 120.1385404, 30.4211179 ], [ 120.1382735, 30.4213337 ], [ 120.1375117, 30.4218803 ], [ 120.1373727, 30.421818 ], [ 120.1373226, 30.4219426 ], [ 120.1371099, 30.4221174 ], [ 120.1366763, 30.42237 ], [ 120.1362661, 30.4225469 ], [ 120.1362427, 30.4227288 ], [ 120.1361255, 30.4227995 ], [ 120.1360259, 30.4228147 ], [ 120.135897, 30.4229662 ], [ 120.1356861, 30.4230471 ], [ 120.1357681, 30.4231077 ], [ 120.1357941, 30.4232039 ], [ 120.1359553, 30.4233928 ], [ 120.133534, 30.4245447 ], [ 120.1342683, 30.4246489 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1423545, 30.4237022 ], [ 120.1429454, 30.4237934 ], [ 120.1432327, 30.4238892 ], [ 120.1435498, 30.4239009 ], [ 120.1436094, 30.4239453 ], [ 120.143753, 30.4239172 ], [ 120.1438804, 30.4236672 ], [ 120.1439943, 30.4236976 ], [ 120.1440457, 30.4235971 ], [ 120.1439671, 30.4234568 ], [ 120.1440403, 30.4233447 ], [ 120.1442436, 30.4232909 ], [ 120.1446881, 30.4232816 ], [ 120.1447857, 30.423326 ], [ 120.1447613, 30.423541 ], [ 120.1446827, 30.4238401 ], [ 120.1446447, 30.4241019 ], [ 120.1448372, 30.4240902 ], [ 120.1448778, 30.4241346 ], [ 120.14497, 30.4241346 ], [ 120.1450025, 30.4234054 ], [ 120.1449889, 30.4230338 ], [ 120.1449158, 30.4229777 ], [ 120.1440214, 30.4230408 ], [ 120.1438831, 30.4230969 ], [ 120.1437422, 30.4232301 ], [ 120.1436284, 30.4233727 ], [ 120.1435416, 30.4234101 ], [ 120.1434251, 30.4236228 ], [ 120.1427177, 30.4235106 ], [ 120.1424683, 30.4234825 ], [ 120.1422515, 30.4234007 ], [ 120.1422082, 30.4236251 ], [ 120.1423545, 30.4237022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1418551, 30.4241611 ], [ 120.1419803, 30.4242151 ], [ 120.142084, 30.4242398 ], [ 120.1421967, 30.4237541 ], [ 120.1421377, 30.4237063 ], [ 120.1419302, 30.4237186 ], [ 120.1419267, 30.4237926 ], [ 120.1419588, 30.4239514 ], [ 120.1419016, 30.4240609 ], [ 120.1418408, 30.4241041 ], [ 120.1418551, 30.4241611 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1297497, 30.4262117 ], [ 120.129776, 30.4262554 ], [ 120.1298614, 30.42622 ], [ 120.133534, 30.4245447 ], [ 120.1359553, 30.4233928 ], [ 120.1357941, 30.4232039 ], [ 120.1357305, 30.4232379 ], [ 120.1356377, 30.4232874 ], [ 120.1355558, 30.4232938 ], [ 120.135392, 30.4234414 ], [ 120.1352654, 30.4234736 ], [ 120.1351463, 30.423358 ], [ 120.1349453, 30.4233259 ], [ 120.1347517, 30.4234093 ], [ 120.1346549, 30.4235249 ], [ 120.1346325, 30.4236662 ], [ 120.1343645, 30.4239615 ], [ 120.134022, 30.424167 ], [ 120.1333668, 30.4244045 ], [ 120.1332551, 30.4245586 ], [ 120.1323244, 30.4248218 ], [ 120.1321457, 30.4249246 ], [ 120.1320787, 30.425053 ], [ 120.1319744, 30.4251236 ], [ 120.1312001, 30.4253226 ], [ 120.1304555, 30.4257207 ], [ 120.1303375, 30.4257775 ], [ 120.1296708, 30.4260982 ], [ 120.1297497, 30.4262117 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1352282, 30.4254125 ], [ 120.1353324, 30.4255602 ], [ 120.1355558, 30.4255281 ], [ 120.1360696, 30.425573 ], [ 120.1360472, 30.4254575 ], [ 120.1353995, 30.4251942 ], [ 120.1353176, 30.4252071 ], [ 120.1352133, 30.4253355 ], [ 120.1352282, 30.4254125 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1302991, 30.4264013 ], [ 120.1305895, 30.426459 ], [ 120.1307831, 30.4263627 ], [ 120.1308278, 30.4262985 ], [ 120.1307906, 30.4262343 ], [ 120.1308203, 30.4261509 ], [ 120.1308948, 30.4259711 ], [ 120.1311703, 30.4260674 ], [ 120.131349, 30.4261123 ], [ 120.1314979, 30.4260802 ], [ 120.1315575, 30.4261701 ], [ 120.1315426, 30.4262857 ], [ 120.1322946, 30.4264013 ], [ 120.1324361, 30.4263627 ], [ 120.1327041, 30.4261123 ], [ 120.1329647, 30.4258876 ], [ 120.1330838, 30.4258812 ], [ 120.1331881, 30.4259582 ], [ 120.1333295, 30.4259775 ], [ 120.1340592, 30.4261701 ], [ 120.1340816, 30.4262536 ], [ 120.134022, 30.4264141 ], [ 120.1340294, 30.426504 ], [ 120.1342305, 30.4265746 ], [ 120.1343571, 30.4262343 ], [ 120.134156, 30.4261444 ], [ 120.1336869, 30.4259775 ], [ 120.1333072, 30.4258619 ], [ 120.1332104, 30.4258298 ], [ 120.1331136, 30.4257207 ], [ 120.1330689, 30.4255794 ], [ 120.1331211, 30.4255088 ], [ 120.1332774, 30.4254382 ], [ 120.1333221, 30.4253483 ], [ 120.1333444, 30.4252328 ], [ 120.1334636, 30.4251621 ], [ 120.1336721, 30.4250851 ], [ 120.1338731, 30.4251108 ], [ 120.1341113, 30.4251685 ], [ 120.1343198, 30.4252135 ], [ 120.1344613, 30.4252456 ], [ 120.1346102, 30.4251685 ], [ 120.1347442, 30.4251493 ], [ 120.1349229, 30.4251621 ], [ 120.1350272, 30.4252392 ], [ 120.1350272, 30.4253483 ], [ 120.1349378, 30.4254575 ], [ 120.1350048, 30.425451 ], [ 120.1352803, 30.4251364 ], [ 120.1353995, 30.4251043 ], [ 120.1360994, 30.4254061 ], [ 120.1361366, 30.425573 ], [ 120.1362259, 30.425695 ], [ 120.13636, 30.4258234 ], [ 120.136427, 30.4259968 ], [ 120.1363823, 30.4261188 ], [ 120.1364344, 30.4263435 ], [ 120.1367322, 30.4270625 ], [ 120.1368812, 30.4269919 ], [ 120.1365089, 30.4263178 ], [ 120.1364865, 30.4261637 ], [ 120.1365312, 30.4260289 ], [ 120.1365908, 30.4259454 ], [ 120.136762, 30.4260032 ], [ 120.1365833, 30.4258234 ], [ 120.1365089, 30.4257592 ], [ 120.1364344, 30.4256629 ], [ 120.1362929, 30.4255987 ], [ 120.1362557, 30.4255345 ], [ 120.1362185, 30.4254189 ], [ 120.1361887, 30.425297 ], [ 120.1360059, 30.4252621 ], [ 120.1357485, 30.4251644 ], [ 120.1356067, 30.4250673 ], [ 120.1353699, 30.4249897 ], [ 120.1349362, 30.4250461 ], [ 120.1346238, 30.42504 ], [ 120.1344139, 30.4248933 ], [ 120.1342683, 30.4246489 ], [ 120.133534, 30.4245447 ], [ 120.1298614, 30.42622 ], [ 120.1302991, 30.4264013 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.141949, 30.4271781 ], [ 120.1420747, 30.4265156 ], [ 120.1412924, 30.4263469 ], [ 120.1411457, 30.4270155 ], [ 120.141949, 30.4271781 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1427823, 30.427318 ], [ 120.1429227, 30.4266215 ], [ 120.1421641, 30.4265306 ], [ 120.1420588, 30.4271787 ], [ 120.1427823, 30.427318 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.132585, 30.4273707 ], [ 120.1327488, 30.4273386 ], [ 120.1328977, 30.4273707 ], [ 120.1334412, 30.427024 ], [ 120.1334934, 30.4269406 ], [ 120.1332774, 30.4266902 ], [ 120.133136, 30.4266966 ], [ 120.1327264, 30.4269598 ], [ 120.1326445, 30.4270176 ], [ 120.1324733, 30.4272038 ], [ 120.132451, 30.4272808 ], [ 120.132585, 30.4273707 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1334412, 30.427666 ], [ 120.1335753, 30.4276339 ], [ 120.1339624, 30.4276275 ], [ 120.1341039, 30.4272616 ], [ 120.133605, 30.427069 ], [ 120.1335157, 30.427069 ], [ 120.133136, 30.4273001 ], [ 120.1330838, 30.4273579 ], [ 120.1330615, 30.4274799 ], [ 120.1334412, 30.427666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1418023, 30.4279611 ], [ 120.141942, 30.4272624 ], [ 120.1411178, 30.4270938 ], [ 120.1409431, 30.4278648 ], [ 120.1418023, 30.4279611 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1426475, 30.4280394 ], [ 120.1427733, 30.4274492 ], [ 120.1420328, 30.4272926 ], [ 120.1419281, 30.4279611 ], [ 120.1426475, 30.4280394 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1503487, 30.4283079 ], [ 120.1513665, 30.4286448 ], [ 120.1515769, 30.4287596 ], [ 120.152629, 30.4290596 ], [ 120.1527364, 30.4290596 ], [ 120.1531057, 30.429178 ], [ 120.153183, 30.4292262 ], [ 120.1532603, 30.4290336 ], [ 120.153067, 30.4289892 ], [ 120.1529296, 30.4289966 ], [ 120.152775, 30.4290188 ], [ 120.1526591, 30.4289892 ], [ 120.1525259, 30.4288855 ], [ 120.1522339, 30.4288041 ], [ 120.1521309, 30.4287485 ], [ 120.1519977, 30.428693 ], [ 120.1516327, 30.4286152 ], [ 120.1513149, 30.4285041 ], [ 120.1509671, 30.4283264 ], [ 120.1508683, 30.4283153 ], [ 120.1505591, 30.4281968 ], [ 120.1504732, 30.4281116 ], [ 120.1504861, 30.4280339 ], [ 120.1505462, 30.4279598 ], [ 120.1506493, 30.4279376 ], [ 120.1507567, 30.4278265 ], [ 120.1508812, 30.4277636 ], [ 120.1509027, 30.4276747 ], [ 120.1509499, 30.4274932 ], [ 120.1510744, 30.4273414 ], [ 120.1512419, 30.4272637 ], [ 120.1514524, 30.4271933 ], [ 120.1516628, 30.4272637 ], [ 120.1517229, 30.4271785 ], [ 120.1517572, 30.427123 ], [ 120.1518947, 30.4271304 ], [ 120.152002, 30.4271081 ], [ 120.1520965, 30.4270415 ], [ 120.1523971, 30.4269008 ], [ 120.1525345, 30.4268304 ], [ 120.1526548, 30.4266823 ], [ 120.1527407, 30.426512 ], [ 120.1527664, 30.4264416 ], [ 120.1527149, 30.4264453 ], [ 120.1525431, 30.4267341 ], [ 120.1523928, 30.4268267 ], [ 120.1522554, 30.4268675 ], [ 120.152045, 30.4269082 ], [ 120.1517916, 30.4269119 ], [ 120.1512892, 30.4269896 ], [ 120.1509757, 30.4270637 ], [ 120.1508039, 30.4272785 ], [ 120.1506364, 30.4273748 ], [ 120.1505377, 30.4275488 ], [ 120.1503788, 30.4278969 ], [ 120.1502929, 30.4282116 ], [ 120.1503487, 30.4283079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.140099, 30.4285293 ], [ 120.1401833, 30.4286081 ], [ 120.1402816, 30.428596 ], [ 120.1403449, 30.4285293 ], [ 120.140373, 30.4284809 ], [ 120.1404924, 30.4284385 ], [ 120.1405907, 30.4284869 ], [ 120.1407171, 30.4284445 ], [ 120.1407523, 30.4283779 ], [ 120.1407804, 30.4281478 ], [ 120.1403659, 30.4281296 ], [ 120.1400639, 30.4280327 ], [ 120.1400709, 30.4281962 ], [ 120.1400639, 30.4283658 ], [ 120.1399656, 30.4284567 ], [ 120.140099, 30.4285293 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1409682, 30.428496 ], [ 120.141017, 30.4285803 ], [ 120.1415241, 30.428691 ], [ 120.1416891, 30.4286067 ], [ 120.1417966, 30.4280684 ], [ 120.1409189, 30.4279766 ], [ 120.1408276, 30.4284539 ], [ 120.1409682, 30.428496 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1795724, 30.4231383 ], [ 120.1796332, 30.4236533 ], [ 120.1796833, 30.4238738 ], [ 120.1797423, 30.4239509 ], [ 120.1800123, 30.424028 ], [ 120.1801035, 30.4240434 ], [ 120.1802072, 30.4240311 ], [ 120.1802698, 30.4239879 ], [ 120.180268, 30.4238368 ], [ 120.1802108, 30.4236656 ], [ 120.1801804, 30.4236163 ], [ 120.1801661, 30.4235484 ], [ 120.1801178, 30.422927 ], [ 120.1800999, 30.422833 ], [ 120.1800159, 30.422816 ], [ 120.179601, 30.4228654 ], [ 120.1795599, 30.4228962 ], [ 120.1795724, 30.4231383 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1827266, 30.4240909 ], [ 120.1828486, 30.4240646 ], [ 120.182943, 30.4240446 ], [ 120.1829706, 30.4240609 ], [ 120.1829909, 30.4241636 ], [ 120.1830432, 30.4241811 ], [ 120.1832364, 30.4241598 ], [ 120.1834658, 30.4241335 ], [ 120.1836242, 30.4240934 ], [ 120.1836532, 30.4240421 ], [ 120.183537, 30.4236275 ], [ 120.1834673, 30.4236275 ], [ 120.1830722, 30.4236889 ], [ 120.1829531, 30.4237377 ], [ 120.1826844, 30.4237866 ], [ 120.1827266, 30.4240909 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1837719, 30.4239198 ], [ 120.1838732, 30.4242274 ], [ 120.1838446, 30.4243185 ], [ 120.183893, 30.4246488 ], [ 120.1839459, 30.4246848 ], [ 120.1841726, 30.424645 ], [ 120.1845402, 30.4246203 ], [ 120.1846151, 30.424552 ], [ 120.1846085, 30.4243716 ], [ 120.1845711, 30.4241135 ], [ 120.1846327, 30.4238287 ], [ 120.1845821, 30.4237148 ], [ 120.1845358, 30.4237091 ], [ 120.1838864, 30.4237604 ], [ 120.1837719, 30.4238078 ], [ 120.1837719, 30.4239198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1807405, 30.424495 ], [ 120.1807405, 30.4245747 ], [ 120.1808066, 30.4247114 ], [ 120.1809695, 30.4248918 ], [ 120.1827351, 30.4245539 ], [ 120.1828121, 30.4244912 ], [ 120.1827703, 30.4243394 ], [ 120.1826448, 30.4241913 ], [ 120.1826734, 30.4241457 ], [ 120.1826008, 30.423823 ], [ 120.1822221, 30.4238515 ], [ 120.1816718, 30.4239673 ], [ 120.181434, 30.4240451 ], [ 120.1812447, 30.4241723 ], [ 120.1810818, 30.4242615 ], [ 120.1809915, 30.4243545 ], [ 120.1809189, 30.424383 ], [ 120.1808022, 30.4243735 ], [ 120.1807053, 30.4244039 ], [ 120.1807405, 30.424495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1743277, 30.4234834 ], [ 120.1744932, 30.4235415 ], [ 120.174536, 30.4236208 ], [ 120.1744809, 30.4237529 ], [ 120.1744993, 30.4238533 ], [ 120.1746341, 30.4239273 ], [ 120.1747383, 30.4240488 ], [ 120.1747383, 30.4244134 ], [ 120.1746892, 30.4245667 ], [ 120.1746402, 30.4249735 ], [ 120.1746464, 30.4251479 ], [ 120.1747199, 30.4252695 ], [ 120.1748241, 30.425391 ], [ 120.1748853, 30.425819 ], [ 120.174965, 30.4259405 ], [ 120.1750385, 30.4260515 ], [ 120.1750692, 30.4261572 ], [ 120.1749895, 30.426284 ], [ 120.1749405, 30.4263897 ], [ 120.1749528, 30.4266433 ], [ 120.1750079, 30.4270925 ], [ 120.1750508, 30.4273144 ], [ 120.1751325, 30.4275382 ], [ 120.1754508, 30.4274696 ], [ 120.1753878, 30.4273514 ], [ 120.1754307, 30.4270872 ], [ 120.1754859, 30.4269815 ], [ 120.175541, 30.4269075 ], [ 120.1756085, 30.4266697 ], [ 120.1755901, 30.4266063 ], [ 120.1754736, 30.4265641 ], [ 120.1754185, 30.4265007 ], [ 120.1753143, 30.4261572 ], [ 120.175204, 30.4260991 ], [ 120.1750631, 30.4258084 ], [ 120.1750508, 30.4255654 ], [ 120.1750631, 30.4254597 ], [ 120.1750876, 30.4253804 ], [ 120.1750631, 30.4251374 ], [ 120.1749099, 30.4247041 ], [ 120.1749221, 30.4242232 ], [ 120.1748547, 30.4240013 ], [ 120.1748241, 30.423885 ], [ 120.1749099, 30.4238216 ], [ 120.1748731, 30.4233037 ], [ 120.1748363, 30.4231611 ], [ 120.1748731, 30.4230712 ], [ 120.1749834, 30.4230131 ], [ 120.1750692, 30.4228916 ], [ 120.1750631, 30.4226485 ], [ 120.1750486, 30.4224688 ], [ 120.1746066, 30.4225545 ], [ 120.1745851, 30.4226749 ], [ 120.1745177, 30.422807 ], [ 120.1743461, 30.4231822 ], [ 120.1742971, 30.4233249 ], [ 120.1743277, 30.4234834 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1604801, 30.4269797 ], [ 120.1606008, 30.4272202 ], [ 120.1608123, 30.4275073 ], [ 120.1610827, 30.4278209 ], [ 120.1613018, 30.4281506 ], [ 120.1615634, 30.4286313 ], [ 120.1619406, 30.4284449 ], [ 120.1617121, 30.4281385 ], [ 120.1612459, 30.4276119 ], [ 120.1611619, 30.4274631 ], [ 120.1609615, 30.4271938 ], [ 120.1608496, 30.427045 ], [ 120.1607983, 30.426836 ], [ 120.1608356, 30.4265425 ], [ 120.1609149, 30.4261686 ], [ 120.1610174, 30.4259877 ], [ 120.161148, 30.4259636 ], [ 120.1615489, 30.4259958 ], [ 120.1622063, 30.4259877 ], [ 120.1624394, 30.4259877 ], [ 120.1634744, 30.4261204 ], [ 120.1639826, 30.4261123 ], [ 120.1645281, 30.4260842 ], [ 120.1647565, 30.4260882 ], [ 120.1654605, 30.4260319 ], [ 120.165689, 30.4260601 ], [ 120.1658708, 30.4260279 ], [ 120.1665329, 30.4259596 ], [ 120.1666214, 30.4260199 ], [ 120.1667939, 30.4259958 ], [ 120.1670877, 30.4259716 ], [ 120.1671436, 30.426044 ], [ 120.1671669, 30.4261927 ], [ 120.1670877, 30.4264902 ], [ 120.1670597, 30.4266591 ], [ 120.1670923, 30.4267958 ], [ 120.1670825, 30.4269101 ], [ 120.1673124, 30.4269934 ], [ 120.1673581, 30.4266711 ], [ 120.1673627, 30.4265666 ], [ 120.167414, 30.4264179 ], [ 120.1674886, 30.4261847 ], [ 120.1674653, 30.426044 ], [ 120.1675912, 30.4258953 ], [ 120.1674979, 30.4258792 ], [ 120.1673627, 30.4258028 ], [ 120.1672975, 30.4257023 ], [ 120.1673021, 30.4254329 ], [ 120.1672415, 30.4254249 ], [ 120.1672182, 30.4256942 ], [ 120.1671762, 30.4257706 ], [ 120.1669525, 30.4258028 ], [ 120.1666867, 30.4258752 ], [ 120.1664303, 30.425851 ], [ 120.1661133, 30.4258832 ], [ 120.1651249, 30.4259515 ], [ 120.1648358, 30.4258792 ], [ 120.1645654, 30.4259395 ], [ 120.1640665, 30.4259234 ], [ 120.1636283, 30.4258591 ], [ 120.1630268, 30.4258752 ], [ 120.1629243, 30.4258068 ], [ 120.1623835, 30.4257907 ], [ 120.1614137, 30.4257586 ], [ 120.1610734, 30.4257505 ], [ 120.1609521, 30.4256741 ], [ 120.1609801, 30.4254932 ], [ 120.1609661, 30.4253284 ], [ 120.161064, 30.4250671 ], [ 120.1610081, 30.4249585 ], [ 120.1610314, 30.4247254 ], [ 120.1610034, 30.4243676 ], [ 120.1610501, 30.4240098 ], [ 120.1611011, 30.4238088 ], [ 120.1608194, 30.4238111 ], [ 120.1608007, 30.4239649 ], [ 120.1608503, 30.4241222 ], [ 120.1608403, 30.4243877 ], [ 120.1607796, 30.4246329 ], [ 120.1607703, 30.424846 ], [ 120.1607097, 30.4249063 ], [ 120.1605325, 30.4250028 ], [ 120.1605419, 30.4251837 ], [ 120.1606398, 30.4256179 ], [ 120.1606678, 30.4258269 ], [ 120.1606118, 30.4260239 ], [ 120.1604673, 30.426442 ], [ 120.1604207, 30.4267073 ], [ 120.1604801, 30.4269797 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.152057, 30.4246408 ], [ 120.1520791, 30.4247551 ], [ 120.1522061, 30.4247741 ], [ 120.1522613, 30.4247265 ], [ 120.1524269, 30.4247979 ], [ 120.1524877, 30.4249408 ], [ 120.1525539, 30.4250884 ], [ 120.1526312, 30.4252121 ], [ 120.1526809, 30.4251931 ], [ 120.1526312, 30.4250836 ], [ 120.1526146, 30.4250074 ], [ 120.1527361, 30.4248598 ], [ 120.1528465, 30.4247837 ], [ 120.1530398, 30.4247598 ], [ 120.1532772, 30.424736 ], [ 120.1535367, 30.4247218 ], [ 120.1537299, 30.4247837 ], [ 120.1540612, 30.424698 ], [ 120.1544532, 30.4247313 ], [ 120.1547293, 30.4247075 ], [ 120.155182, 30.4246599 ], [ 120.1554139, 30.4247503 ], [ 120.1555188, 30.4249074 ], [ 120.1556182, 30.4252645 ], [ 120.1557397, 30.4260024 ], [ 120.1559605, 30.4260881 ], [ 120.1559826, 30.4262214 ], [ 120.1559384, 30.4265023 ], [ 120.1559716, 30.4267404 ], [ 120.1560213, 30.4268927 ], [ 120.1559164, 30.4270022 ], [ 120.1558722, 30.4270879 ], [ 120.1559219, 30.4272403 ], [ 120.155966, 30.4277021 ], [ 120.1559716, 30.4279449 ], [ 120.1559274, 30.428121 ], [ 120.1557452, 30.4282305 ], [ 120.1556403, 30.4282781 ], [ 120.1555243, 30.4282305 ], [ 120.1553421, 30.4281734 ], [ 120.1552483, 30.4282686 ], [ 120.1553587, 30.4284162 ], [ 120.155425, 30.4285304 ], [ 120.1553201, 30.4287494 ], [ 120.1551655, 30.4291922 ], [ 120.1550826, 30.4293541 ], [ 120.1550164, 30.4294635 ], [ 120.1551103, 30.4294778 ], [ 120.1551931, 30.4294493 ], [ 120.1552483, 30.4292779 ], [ 120.1553863, 30.428897 ], [ 120.1555133, 30.4287304 ], [ 120.1556072, 30.428678 ], [ 120.1557452, 30.4286733 ], [ 120.1558059, 30.428659 ], [ 120.1559881, 30.4283686 ], [ 120.1560765, 30.4284019 ], [ 120.1560378, 30.4285685 ], [ 120.1559384, 30.4285733 ], [ 120.1558556, 30.4287161 ], [ 120.1558611, 30.4287828 ], [ 120.1558887, 30.4290018 ], [ 120.1560599, 30.4290875 ], [ 120.1560268, 30.4291303 ], [ 120.1559274, 30.429116 ], [ 120.1558059, 30.4291255 ], [ 120.1556569, 30.4292446 ], [ 120.1555354, 30.4294064 ], [ 120.155552, 30.4295207 ], [ 120.1557894, 30.4295826 ], [ 120.1557949, 30.429673 ], [ 120.1561151, 30.429773 ], [ 120.1561924, 30.4295635 ], [ 120.1563912, 30.4290827 ], [ 120.1565734, 30.4287637 ], [ 120.1567777, 30.4278497 ], [ 120.1568439, 30.4272926 ], [ 120.1569267, 30.4268642 ], [ 120.1571089, 30.4262072 ], [ 120.1569047, 30.4260977 ], [ 120.156739, 30.4260596 ], [ 120.156601, 30.4260167 ], [ 120.1565789, 30.4259406 ], [ 120.1565071, 30.4254264 ], [ 120.1565237, 30.4251883 ], [ 120.1565513, 30.4249455 ], [ 120.1565071, 30.4247979 ], [ 120.1565292, 30.4245885 ], [ 120.1566065, 30.4244694 ], [ 120.1567998, 30.4244171 ], [ 120.1571034, 30.4243361 ], [ 120.1573464, 30.4242695 ], [ 120.1576169, 30.4242219 ], [ 120.1580807, 30.4241171 ], [ 120.1585721, 30.4238934 ], [ 120.1586107, 30.4238172 ], [ 120.1598199, 30.4234363 ], [ 120.1603554, 30.4232982 ], [ 120.160361, 30.4231887 ], [ 120.1601015, 30.4232363 ], [ 120.1598364, 30.4231982 ], [ 120.1596377, 30.4232506 ], [ 120.1592954, 30.4234411 ], [ 120.1589033, 30.4235791 ], [ 120.1577328, 30.4239743 ], [ 120.1574016, 30.4239981 ], [ 120.156993, 30.423979 ], [ 120.1566948, 30.4241552 ], [ 120.1563912, 30.4241742 ], [ 120.1561206, 30.424298 ], [ 120.155817, 30.4243076 ], [ 120.1555299, 30.4244075 ], [ 120.1552759, 30.4244409 ], [ 120.1549115, 30.4244361 ], [ 120.15426, 30.4244409 ], [ 120.153879, 30.4245504 ], [ 120.1536747, 30.4245599 ], [ 120.1535367, 30.4245266 ], [ 120.1534484, 30.4244742 ], [ 120.1531281, 30.4244647 ], [ 120.1528576, 30.4244837 ], [ 120.1525539, 30.4244694 ], [ 120.1520515, 30.4243409 ], [ 120.1519255, 30.4242077 ], [ 120.1517504, 30.4244411 ], [ 120.152057, 30.4246408 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.180138, 30.4248538 ], [ 120.180219, 30.4252026 ], [ 120.1801785, 30.4254236 ], [ 120.1802122, 30.4257725 ], [ 120.1803201, 30.4260167 ], [ 120.1804887, 30.4264412 ], [ 120.1806168, 30.4266505 ], [ 120.1806703, 30.4268528 ], [ 120.1806775, 30.4270011 ], [ 120.1807204, 30.4271493 ], [ 120.1808351, 30.4275446 ], [ 120.1808279, 30.4277669 ], [ 120.1810141, 30.4283599 ], [ 120.1811829, 30.4290153 ], [ 120.1812564, 30.4290007 ], [ 120.1812574, 30.4289007 ], [ 120.1812372, 30.428767 ], [ 120.181163, 30.42861 ], [ 120.180927, 30.4278192 ], [ 120.1808866, 30.4274645 ], [ 120.1807989, 30.4271331 ], [ 120.1808326, 30.4269936 ], [ 120.1807787, 30.4266098 ], [ 120.1807449, 30.4265109 ], [ 120.1806236, 30.42629 ], [ 120.1805359, 30.4260807 ], [ 120.1804685, 30.4259237 ], [ 120.1803808, 30.4254643 ], [ 120.1802931, 30.4251445 ], [ 120.1802325, 30.4249526 ], [ 120.180138, 30.4246444 ], [ 120.1800706, 30.4246037 ], [ 120.1800571, 30.4246735 ], [ 120.180138, 30.4248538 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1597421, 30.43178 ], [ 120.1597973, 30.4318197 ], [ 120.1598755, 30.4318078 ], [ 120.1599859, 30.4316848 ], [ 120.1601009, 30.4316372 ], [ 120.160294, 30.4313914 ], [ 120.1602986, 30.4312922 ], [ 120.160455, 30.4311891 ], [ 120.1607402, 30.4309631 ], [ 120.1608827, 30.430737 ], [ 120.1610759, 30.4304119 ], [ 120.1612553, 30.4301224 ], [ 120.1613335, 30.4300193 ], [ 120.1615266, 30.4298646 ], [ 120.1617244, 30.4297853 ], [ 120.161798, 30.4297258 ], [ 120.1618302, 30.4294561 ], [ 120.161867, 30.4292618 ], [ 120.1619636, 30.4292103 ], [ 120.1626442, 30.4291349 ], [ 120.1638722, 30.4290001 ], [ 120.1643965, 30.4289525 ], [ 120.1646955, 30.4289287 ], [ 120.165436, 30.4288771 ], [ 120.1659143, 30.4288732 ], [ 120.166365, 30.428897 ], [ 120.1664984, 30.4289327 ], [ 120.1666179, 30.4288851 ], [ 120.1668985, 30.4288573 ], [ 120.1671837, 30.4288653 ], [ 120.1673584, 30.4289089 ], [ 120.1674688, 30.4289565 ], [ 120.1674826, 30.4287265 ], [ 120.1671147, 30.428778 ], [ 120.1670319, 30.428774 ], [ 120.1669767, 30.4286551 ], [ 120.1668847, 30.4284528 ], [ 120.1669491, 30.4282228 ], [ 120.1669399, 30.4281435 ], [ 120.1669859, 30.4277548 ], [ 120.1671699, 30.4273384 ], [ 120.1673124, 30.4269934 ], [ 120.1670825, 30.4269101 ], [ 120.1670135, 30.427037 ], [ 120.1669583, 30.4271481 ], [ 120.1669215, 30.4274217 ], [ 120.1668433, 30.4275962 ], [ 120.1666363, 30.4283378 ], [ 120.1666088, 30.4284171 ], [ 120.1665306, 30.4284489 ], [ 120.16625, 30.4284449 ], [ 120.1660752, 30.4284607 ], [ 120.1656705, 30.4285004 ], [ 120.164884, 30.4285083 ], [ 120.1645759, 30.4285758 ], [ 120.1638216, 30.4286114 ], [ 120.1629708, 30.4286947 ], [ 120.1623361, 30.428667 ], [ 120.1621475, 30.4286233 ], [ 120.1619406, 30.4284449 ], [ 120.1615634, 30.4286313 ], [ 120.1616462, 30.4287383 ], [ 120.1616922, 30.4288216 ], [ 120.1616784, 30.4289446 ], [ 120.1616232, 30.4290437 ], [ 120.161499, 30.4291627 ], [ 120.1615404, 30.4292896 ], [ 120.1615496, 30.4294125 ], [ 120.1614806, 30.4296267 ], [ 120.1613933, 30.4297536 ], [ 120.1612139, 30.4298606 ], [ 120.1611035, 30.4299915 ], [ 120.1609517, 30.4301779 ], [ 120.1606528, 30.4305705 ], [ 120.1601883, 30.4310345 ], [ 120.1600043, 30.4311852 ], [ 120.1599905, 30.4312327 ], [ 120.1599353, 30.4313755 ], [ 120.1598479, 30.4315381 ], [ 120.1597237, 30.4317245 ], [ 120.1597421, 30.43178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1536811, 30.4293447 ], [ 120.1540375, 30.4294372 ], [ 120.154205, 30.4295557 ], [ 120.1542523, 30.4296594 ], [ 120.1542179, 30.4297631 ], [ 120.154175, 30.4298779 ], [ 120.154205, 30.4299371 ], [ 120.1542737, 30.4299445 ], [ 120.1543768, 30.4298631 ], [ 120.1545572, 30.4298001 ], [ 120.1547332, 30.4297816 ], [ 120.1549136, 30.4297668 ], [ 120.1549952, 30.4297075 ], [ 120.155021, 30.4296446 ], [ 120.1550038, 30.4296076 ], [ 120.1549479, 30.429615 ], [ 120.1548749, 30.4296964 ], [ 120.1547289, 30.4297038 ], [ 120.1545743, 30.4296816 ], [ 120.1545357, 30.4296557 ], [ 120.154497, 30.4295668 ], [ 120.1544069, 30.4294669 ], [ 120.1543124, 30.4294113 ], [ 120.1537799, 30.4292595 ], [ 120.153432, 30.4291299 ], [ 120.1533762, 30.4292595 ], [ 120.1536811, 30.4293447 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.141977, 30.4287442 ], [ 120.1420398, 30.4288285 ], [ 120.1421167, 30.4287984 ], [ 120.1422214, 30.4287682 ], [ 120.1425777, 30.4288285 ], [ 120.1426266, 30.4287261 ], [ 120.1426126, 30.4285815 ], [ 120.1425707, 30.4283707 ], [ 120.1426126, 30.4281298 ], [ 120.1419211, 30.4280756 ], [ 120.1418233, 30.4286779 ], [ 120.141977, 30.4287442 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1287426, 30.4289522 ], [ 120.1287584, 30.4289997 ], [ 120.1288135, 30.4290609 ], [ 120.1288844, 30.4290982 ], [ 120.1289671, 30.4291084 ], [ 120.1290616, 30.4291288 ], [ 120.1291679, 30.4291593 ], [ 120.1292388, 30.4291729 ], [ 120.1292978, 30.429217 ], [ 120.1293372, 30.4292578 ], [ 120.1293805, 30.4292781 ], [ 120.1294514, 30.4292951 ], [ 120.1294908, 30.4292612 ], [ 120.1295262, 30.4291729 ], [ 120.1295813, 30.4290473 ], [ 120.129601, 30.4290099 ], [ 120.129601, 30.4289488 ], [ 120.1295301, 30.42883 ], [ 120.1294947, 30.4287451 ], [ 120.1294317, 30.4286874 ], [ 120.1293569, 30.4286466 ], [ 120.1292742, 30.4286263 ], [ 120.1291915, 30.4286263 ], [ 120.1291325, 30.4286432 ], [ 120.1290458, 30.4286908 ], [ 120.128912, 30.4287689 ], [ 120.1288371, 30.42883 ], [ 120.1287978, 30.4288537 ], [ 120.1287545, 30.4288809 ], [ 120.1287387, 30.4289081 ], [ 120.1287426, 30.4289522 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1296478, 30.4293151 ], [ 120.1296718, 30.4293462 ], [ 120.1297049, 30.4293695 ], [ 120.129861, 30.4293332 ], [ 120.129861, 30.4292996 ], [ 120.129855, 30.4292556 ], [ 120.1298489, 30.4292064 ], [ 120.1298309, 30.4291184 ], [ 120.1298459, 30.4290433 ], [ 120.129873, 30.428976 ], [ 120.129966, 30.428844 ], [ 120.129984, 30.4287845 ], [ 120.129987, 30.4287327 ], [ 120.129963, 30.4286629 ], [ 120.12993, 30.4286163 ], [ 120.129927, 30.4286447 ], [ 120.129945, 30.4286887 ], [ 120.129942, 30.4287716 ], [ 120.129939, 30.4288156 ], [ 120.129882, 30.4288906 ], [ 120.1298489, 30.428932 ], [ 120.1298129, 30.4289812 ], [ 120.1297889, 30.4290433 ], [ 120.1297949, 30.4291365 ], [ 120.1298069, 30.4292504 ], [ 120.1297019, 30.4292892 ], [ 120.1296418, 30.4292892 ], [ 120.1296478, 30.4293151 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1364743, 30.430259 ], [ 120.1366287, 30.4302942 ], [ 120.1369647, 30.4302629 ], [ 120.137051, 30.4302394 ], [ 120.1371645, 30.4299458 ], [ 120.1372598, 30.4299184 ], [ 120.1379046, 30.4299615 ], [ 120.1382133, 30.4299027 ], [ 120.1385402, 30.4299106 ], [ 120.1387718, 30.4299223 ], [ 120.1391214, 30.429891 ], [ 120.1395936, 30.4298558 ], [ 120.1398569, 30.4297892 ], [ 120.1399659, 30.4297657 ], [ 120.1401657, 30.4297696 ], [ 120.1400658, 30.4296757 ], [ 120.1400658, 30.4296013 ], [ 120.1402202, 30.4294251 ], [ 120.1403292, 30.4293586 ], [ 120.1404881, 30.4293742 ], [ 120.1406924, 30.4293194 ], [ 120.1408558, 30.4292137 ], [ 120.1410965, 30.4290414 ], [ 120.1411691, 30.4290219 ], [ 120.1412418, 30.4292059 ], [ 120.1412917, 30.4293037 ], [ 120.1413507, 30.4293781 ], [ 120.1414052, 30.4293664 ], [ 120.1414007, 30.4293233 ], [ 120.1412736, 30.4290219 ], [ 120.1412509, 30.4289592 ], [ 120.1414279, 30.4288731 ], [ 120.141664, 30.4288927 ], [ 120.1416686, 30.4288379 ], [ 120.141605, 30.4288261 ], [ 120.1414007, 30.428787 ], [ 120.1411192, 30.428787 ], [ 120.1409784, 30.4287752 ], [ 120.1409149, 30.4286891 ], [ 120.1408785, 30.428603 ], [ 120.1408649, 30.428693 ], [ 120.1408649, 30.4287987 ], [ 120.1408695, 30.4289436 ], [ 120.1408558, 30.429061 ], [ 120.1408241, 30.4291511 ], [ 120.1406742, 30.4292254 ], [ 120.1405335, 30.4292685 ], [ 120.1403973, 30.4292724 ], [ 120.14037, 30.4292215 ], [ 120.1402656, 30.4292215 ], [ 120.1399932, 30.4293899 ], [ 120.1399114, 30.4295034 ], [ 120.1398933, 30.4295974 ], [ 120.1398342, 30.42966 ], [ 120.1395891, 30.4297696 ], [ 120.1393348, 30.4298049 ], [ 120.1390351, 30.429844 ], [ 120.1388127, 30.429844 ], [ 120.1385175, 30.4298127 ], [ 120.138177, 30.4298205 ], [ 120.1378864, 30.4298949 ], [ 120.1372008, 30.429844 ], [ 120.1371145, 30.4298675 ], [ 120.1370737, 30.4299967 ], [ 120.1370464, 30.4301141 ], [ 120.1369375, 30.4301729 ], [ 120.136824, 30.4302198 ], [ 120.1366696, 30.4302316 ], [ 120.1364244, 30.4301611 ], [ 120.1364108, 30.4302394 ], [ 120.1364743, 30.430259 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1282081, 30.4297323 ], [ 120.1282313, 30.4297657 ], [ 120.1286922, 30.4298292 ], [ 120.1287193, 30.4297991 ], [ 120.1288355, 30.429375 ], [ 120.1288122, 30.4293583 ], [ 120.1287735, 30.429345 ], [ 120.1282855, 30.4293851 ], [ 120.1282545, 30.4294084 ], [ 120.1282081, 30.4296956 ], [ 120.1282081, 30.4297323 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1335242, 30.4296244 ], [ 120.1335393, 30.4296687 ], [ 120.1335514, 30.429739 ], [ 120.1335574, 30.4297833 ], [ 120.1335997, 30.4298067 ], [ 120.1336903, 30.4298145 ], [ 120.1338806, 30.4298093 ], [ 120.1339078, 30.4297885 ], [ 120.1339229, 30.429752 ], [ 120.133935, 30.4296687 ], [ 120.1339078, 30.4296088 ], [ 120.133639, 30.4295932 ], [ 120.1336329, 30.4295333 ], [ 120.1335846, 30.4295333 ], [ 120.1335393, 30.4295489 ], [ 120.1335242, 30.4295853 ], [ 120.1335242, 30.4296244 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1287657, 30.4298659 ], [ 120.1288006, 30.4298926 ], [ 120.1292498, 30.4299394 ], [ 120.1293583, 30.4299628 ], [ 120.1293931, 30.4299427 ], [ 120.129397, 30.429896 ], [ 120.1294164, 30.4297624 ], [ 120.1293931, 30.4297123 ], [ 120.1292963, 30.4296756 ], [ 120.1289749, 30.4294752 ], [ 120.1289245, 30.4294385 ], [ 120.1288819, 30.4294485 ], [ 120.1287619, 30.4298292 ], [ 120.1287657, 30.4298659 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1409436, 30.4301967 ], [ 120.1409128, 30.4304787 ], [ 120.1409868, 30.4305478 ], [ 120.1410547, 30.4305212 ], [ 120.1411102, 30.4304255 ], [ 120.1412645, 30.4303669 ], [ 120.1413694, 30.430218 ], [ 120.1414064, 30.4299573 ], [ 120.1413324, 30.42992 ], [ 120.1411596, 30.4299147 ], [ 120.1410732, 30.4299413 ], [ 120.1409621, 30.4300105 ], [ 120.1409128, 30.4301062 ], [ 120.1409436, 30.4301967 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1328657, 30.4292297 ], [ 120.1329007, 30.4291382 ], [ 120.1329358, 30.429101 ], [ 120.1330748, 30.429116 ], [ 120.1332468, 30.4291257 ], [ 120.13327, 30.4290523 ], [ 120.133305, 30.4290298 ], [ 120.133467, 30.4290512 ], [ 120.1335457, 30.4290561 ], [ 120.1335915, 30.4291053 ], [ 120.1336088, 30.4292677 ], [ 120.1336531, 30.4292645 ], [ 120.1336447, 30.4291031 ], [ 120.1336877, 30.4290663 ], [ 120.1337437, 30.4290523 ], [ 120.1338755, 30.4290129 ], [ 120.1340462, 30.4289022 ], [ 120.1341563, 30.4288651 ], [ 120.1342557, 30.428861 ], [ 120.134721, 30.4289913 ], [ 120.1347493, 30.4290405 ], [ 120.1349164, 30.4291085 ], [ 120.1351683, 30.4292021 ], [ 120.135468, 30.4293632 ], [ 120.1355897, 30.4294755 ], [ 120.1355679, 30.4295766 ], [ 120.1355984, 30.4296965 ], [ 120.1356261, 30.4298107 ], [ 120.1355908, 30.4299452 ], [ 120.1354944, 30.4300141 ], [ 120.1354083, 30.4300976 ], [ 120.1353613, 30.4305754 ], [ 120.135299, 30.4306974 ], [ 120.1352946, 30.430789 ], [ 120.135346, 30.4308756 ], [ 120.1354198, 30.4309586 ], [ 120.135368, 30.4311843 ], [ 120.1351504, 30.4314396 ], [ 120.1349628, 30.4316075 ], [ 120.1348997, 30.4317429 ], [ 120.1350444, 30.431901 ], [ 120.1351534, 30.4318246 ], [ 120.1355593, 30.4313256 ], [ 120.1357417, 30.4313556 ], [ 120.1363802, 30.4315653 ], [ 120.136454, 30.4315241 ], [ 120.1367277, 30.4315204 ], [ 120.13701, 30.4314754 ], [ 120.1371273, 30.4313968 ], [ 120.1374791, 30.4313294 ], [ 120.1376354, 30.4313706 ], [ 120.1378787, 30.4313706 ], [ 120.138035, 30.4313743 ], [ 120.1381871, 30.431453 ], [ 120.1382348, 30.4314867 ], [ 120.138287, 30.4313369 ], [ 120.1379265, 30.4312545 ], [ 120.137731, 30.4312058 ], [ 120.1375442, 30.431202 ], [ 120.1370404, 30.431247 ], [ 120.1366495, 30.431217 ], [ 120.1363367, 30.4311196 ], [ 120.1360979, 30.430996 ], [ 120.1358546, 30.4308762 ], [ 120.1356374, 30.4307713 ], [ 120.1355636, 30.4307002 ], [ 120.1355593, 30.4306028 ], [ 120.1356114, 30.430453 ], [ 120.1357417, 30.4303107 ], [ 120.1358633, 30.4302545 ], [ 120.1360501, 30.4302657 ], [ 120.1361369, 30.4302395 ], [ 120.1362412, 30.4302208 ], [ 120.1364108, 30.4302394 ], [ 120.1364244, 30.4301611 ], [ 120.1362846, 30.4301347 ], [ 120.1360284, 30.4301384 ], [ 120.1358981, 30.4300897 ], [ 120.1358329, 30.4300261 ], [ 120.1358155, 30.4298538 ], [ 120.1358482, 30.4297755 ], [ 120.1358937, 30.4296665 ], [ 120.1359806, 30.4295242 ], [ 120.1361152, 30.4292396 ], [ 120.1362586, 30.4290561 ], [ 120.1364236, 30.42891 ], [ 120.1365018, 30.4288351 ], [ 120.1367233, 30.4288201 ], [ 120.1367103, 30.4287527 ], [ 120.1366582, 30.4286928 ], [ 120.1365452, 30.4286516 ], [ 120.1364714, 30.428704 ], [ 120.1363802, 30.4288239 ], [ 120.1360979, 30.4289175 ], [ 120.1360284, 30.4290486 ], [ 120.1359111, 30.4292171 ], [ 120.135746, 30.4292883 ], [ 120.1356288, 30.4292471 ], [ 120.1353768, 30.4290973 ], [ 120.1351119, 30.4289587 ], [ 120.134999, 30.4289063 ], [ 120.1347383, 30.42888 ], [ 120.1342693, 30.4287827 ], [ 120.1341085, 30.4287789 ], [ 120.1338983, 30.428835 ], [ 120.1337818, 30.4289399 ], [ 120.1336308, 30.4289587 ], [ 120.1334006, 30.4289587 ], [ 120.1332268, 30.4289512 ], [ 120.1330487, 30.4289025 ], [ 120.1329425, 30.4288331 ], [ 120.1328525, 30.4290538 ], [ 120.1328657, 30.4292297 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1278838, 30.4306491 ], [ 120.1282414, 30.4307529 ], [ 120.1284254, 30.4307972 ], [ 120.1288736, 30.4309436 ], [ 120.1289346, 30.4309289 ], [ 120.1291439, 30.4306593 ], [ 120.1291692, 30.4305138 ], [ 120.1292546, 30.4304814 ], [ 120.1293361, 30.4303599 ], [ 120.129374, 30.4302354 ], [ 120.1292819, 30.4301823 ], [ 120.1292588, 30.4301442 ], [ 120.12926, 30.4300722 ], [ 120.1292167, 30.4300418 ], [ 120.1287551, 30.4299885 ], [ 120.1286187, 30.4299321 ], [ 120.128404, 30.4299071 ], [ 120.1280248, 30.4298293 ], [ 120.127912, 30.4298225 ], [ 120.1278898, 30.4298625 ], [ 120.12783, 30.430098 ], [ 120.127813, 30.4302243 ], [ 120.1277288, 30.4305977 ], [ 120.1278838, 30.4306491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1798571, 30.4299754 ], [ 120.1799785, 30.4301221 ], [ 120.1800427, 30.4301928 ], [ 120.1800948, 30.4302669 ], [ 120.1802058, 30.4304003 ], [ 120.1802867, 30.4301281 ], [ 120.1806448, 30.4300369 ], [ 120.1809773, 30.4302915 ], [ 120.1815143, 30.4302455 ], [ 120.1815448, 30.4300929 ], [ 120.1816975, 30.43001 ], [ 120.1818954, 30.4299515 ], [ 120.1821216, 30.4299368 ], [ 120.1824948, 30.4299758 ], [ 120.1826418, 30.4299125 ], [ 120.1832129, 30.4298442 ], [ 120.1836087, 30.4298442 ], [ 120.1841459, 30.4298832 ], [ 120.1842477, 30.4299417 ], [ 120.1842873, 30.4300295 ], [ 120.18444, 30.4299563 ], [ 120.1848302, 30.429932 ], [ 120.1848641, 30.4300587 ], [ 120.1848132, 30.430205 ], [ 120.1848754, 30.4302148 ], [ 120.1849659, 30.4299125 ], [ 120.1852712, 30.4298832 ], [ 120.1857292, 30.4299563 ], [ 120.1857971, 30.4300246 ], [ 120.1857688, 30.4301465 ], [ 120.1856444, 30.4306536 ], [ 120.1856331, 30.4307316 ], [ 120.1856105, 30.4308632 ], [ 120.1857179, 30.4308876 ], [ 120.1859045, 30.4302976 ], [ 120.1860742, 30.4300002 ], [ 120.1862777, 30.4298393 ], [ 120.1866623, 30.4297954 ], [ 120.1869846, 30.4297369 ], [ 120.1877593, 30.4297028 ], [ 120.1883558, 30.4296042 ], [ 120.1883938, 30.4292439 ], [ 120.1875444, 30.4292396 ], [ 120.1873069, 30.4292981 ], [ 120.1869337, 30.4293908 ], [ 120.1864983, 30.4294541 ], [ 120.1860911, 30.4295127 ], [ 120.1858876, 30.4294541 ], [ 120.1857179, 30.4295419 ], [ 120.1855257, 30.4295565 ], [ 120.1852373, 30.4295907 ], [ 120.1844626, 30.4296053 ], [ 120.1840272, 30.429654 ], [ 120.1839141, 30.4296053 ], [ 120.1833769, 30.4295907 ], [ 120.183032, 30.429654 ], [ 120.1826418, 30.4297369 ], [ 120.1818332, 30.4296102 ], [ 120.1815844, 30.4295809 ], [ 120.18146, 30.429459 ], [ 120.1814147, 30.4292347 ], [ 120.1812564, 30.4290007 ], [ 120.1811829, 30.4290153 ], [ 120.1811716, 30.4292299 ], [ 120.1811772, 30.4293664 ], [ 120.1810528, 30.4293518 ], [ 120.1809228, 30.4293127 ], [ 120.1807588, 30.429225 ], [ 120.1806287, 30.4292835 ], [ 120.1805213, 30.4292786 ], [ 120.1805043, 30.4294249 ], [ 120.180527, 30.4295273 ], [ 120.1803008, 30.4296053 ], [ 120.1802668, 30.4297174 ], [ 120.1800011, 30.4297564 ], [ 120.1798434, 30.4297318 ], [ 120.1798571, 30.4299754 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1744161, 30.4302035 ], [ 120.1744983, 30.4302405 ], [ 120.1745931, 30.4303823 ], [ 120.1746298, 30.430391 ], [ 120.1746512, 30.4304826 ], [ 120.1746563, 30.4305142 ], [ 120.1746917, 30.4305393 ], [ 120.1748257, 30.4304499 ], [ 120.1749155, 30.4300171 ], [ 120.1745425, 30.4299222 ], [ 120.1744591, 30.4299974 ], [ 120.1743769, 30.4300999 ], [ 120.1744161, 30.4302035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1691166, 30.4287664 ], [ 120.1696736, 30.4286567 ], [ 120.1700396, 30.4285675 ], [ 120.1704057, 30.4285743 ], [ 120.1706842, 30.4284783 ], [ 120.17109, 30.4283479 ], [ 120.1715038, 30.428245 ], [ 120.171846, 30.4281901 ], [ 120.172045, 30.4281969 ], [ 120.1721245, 30.428341 ], [ 120.172411, 30.4295349 ], [ 120.1724428, 30.429727 ], [ 120.1725383, 30.4303995 ], [ 120.1725861, 30.4305367 ], [ 120.1728248, 30.4320325 ], [ 120.1728418, 30.4322962 ], [ 120.1728362, 30.4324586 ], [ 120.1729442, 30.4324784 ], [ 120.1731192, 30.4329519 ], [ 120.1735012, 30.4337478 ], [ 120.1734694, 30.4342075 ], [ 120.1734773, 30.4349073 ], [ 120.1734296, 30.4352092 ], [ 120.1733022, 30.4354836 ], [ 120.1731033, 30.4360874 ], [ 120.1729521, 30.4361354 ], [ 120.1727373, 30.4361629 ], [ 120.1726895, 30.4362726 ], [ 120.1726689, 30.4365472 ], [ 120.1730406, 30.4365936 ], [ 120.1731431, 30.4364647 ], [ 120.1732625, 30.4363755 ], [ 120.1733102, 30.4362246 ], [ 120.1733261, 30.4360737 ], [ 120.1734375, 30.4358884 ], [ 120.173533, 30.4358061 ], [ 120.1736683, 30.4357443 ], [ 120.1738672, 30.4357306 ], [ 120.1739309, 30.4356757 ], [ 120.1738911, 30.4356071 ], [ 120.1737956, 30.4355179 ], [ 120.1737638, 30.4353876 ], [ 120.1737558, 30.4352092 ], [ 120.1738036, 30.4350994 ], [ 120.1739389, 30.4350514 ], [ 120.1739309, 30.4349347 ], [ 120.1737558, 30.4348798 ], [ 120.173724, 30.4348044 ], [ 120.1736285, 30.434475 ], [ 120.1736683, 30.4343515 ], [ 120.1737479, 30.4342692 ], [ 120.1737877, 30.4341114 ], [ 120.1738831, 30.433933 ], [ 120.1740741, 30.4338781 ], [ 120.1742651, 30.4338713 ], [ 120.1743606, 30.4338164 ], [ 120.1746948, 30.4337203 ], [ 120.1746073, 30.4335556 ], [ 120.1743686, 30.433638 ], [ 120.1741457, 30.4336723 ], [ 120.1738513, 30.4336723 ], [ 120.1736842, 30.4336037 ], [ 120.1736126, 30.4334596 ], [ 120.1735648, 30.4331508 ], [ 120.1735569, 30.4330411 ], [ 120.1735012, 30.4328627 ], [ 120.17335, 30.4323687 ], [ 120.1731988, 30.4320187 ], [ 120.1731511, 30.4316276 ], [ 120.1731113, 30.4314287 ], [ 120.1730396, 30.4311542 ], [ 120.1729601, 30.4309758 ], [ 120.172968, 30.4307494 ], [ 120.1728805, 30.4299603 ], [ 120.1727373, 30.4294046 ], [ 120.1727373, 30.4291438 ], [ 120.1727293, 30.4289723 ], [ 120.1726418, 30.4287459 ], [ 120.172602, 30.4285332 ], [ 120.172602, 30.428341 ], [ 120.1726656, 30.428245 ], [ 120.1731113, 30.4281626 ], [ 120.1736524, 30.4280666 ], [ 120.1743845, 30.4280254 ], [ 120.1751166, 30.4280048 ], [ 120.1754826, 30.4280323 ], [ 120.1755861, 30.4281283 ], [ 120.1758089, 30.4291919 ], [ 120.1758566, 30.4299672 ], [ 120.1759521, 30.4301181 ], [ 120.1761511, 30.4301525 ], [ 120.1777426, 30.4300495 ], [ 120.1777664, 30.429878 ], [ 120.1773129, 30.4299192 ], [ 120.1772015, 30.4299672 ], [ 120.1770105, 30.4299672 ], [ 120.176716, 30.4299192 ], [ 120.17635, 30.4298643 ], [ 120.1762227, 30.4298643 ], [ 120.1761431, 30.4297819 ], [ 120.1761192, 30.4296927 ], [ 120.1760954, 30.4290135 ], [ 120.1760715, 30.42854 ], [ 120.1760556, 30.428142 ], [ 120.1759999, 30.4279293 ], [ 120.1759044, 30.4277098 ], [ 120.1757771, 30.4276343 ], [ 120.175602, 30.4275657 ], [ 120.1754508, 30.4274696 ], [ 120.1751325, 30.4275382 ], [ 120.1751166, 30.4276686 ], [ 120.1749893, 30.4277921 ], [ 120.1748619, 30.4277921 ], [ 120.1746073, 30.4278058 ], [ 120.1744163, 30.4277098 ], [ 120.1743208, 30.4276755 ], [ 120.1741696, 30.427696 ], [ 120.1740025, 30.4277784 ], [ 120.1737638, 30.4278401 ], [ 120.1736126, 30.4278333 ], [ 120.1736205, 30.427696 ], [ 120.1734614, 30.427696 ], [ 120.1732863, 30.4277372 ], [ 120.1731192, 30.4279568 ], [ 120.1726577, 30.4279636 ], [ 120.1724587, 30.4278813 ], [ 120.1724587, 30.4277647 ], [ 120.1725304, 30.427552 ], [ 120.1725781, 30.427401 ], [ 120.1725781, 30.4272912 ], [ 120.172403, 30.426907 ], [ 120.1723633, 30.4264266 ], [ 120.1724269, 30.426111 ], [ 120.1723792, 30.4258846 ], [ 120.1723235, 30.4250818 ], [ 120.1723712, 30.4246289 ], [ 120.1724985, 30.4244642 ], [ 120.1725463, 30.4243201 ], [ 120.1724906, 30.424176 ], [ 120.1724428, 30.4240868 ], [ 120.1717863, 30.4240426 ], [ 120.1716612, 30.4242723 ], [ 120.1719654, 30.4244642 ], [ 120.1719654, 30.4246906 ], [ 120.1719654, 30.4250269 ], [ 120.1719654, 30.4254935 ], [ 120.1721166, 30.4257473 ], [ 120.1720688, 30.4260081 ], [ 120.1721166, 30.4262345 ], [ 120.1721325, 30.4269824 ], [ 120.1720847, 30.4273667 ], [ 120.1719256, 30.4278813 ], [ 120.1717028, 30.4280254 ], [ 120.1709627, 30.4281146 ], [ 120.1704534, 30.4282518 ], [ 120.1699521, 30.4284783 ], [ 120.1695781, 30.4285812 ], [ 120.1681476, 30.4287313 ], [ 120.1681378, 30.4289086 ], [ 120.1691166, 30.4287664 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1749711, 30.4307497 ], [ 120.1750432, 30.4308031 ], [ 120.1754099, 30.4308871 ], [ 120.1756173, 30.4308969 ], [ 120.1756109, 30.4307606 ], [ 120.1755705, 30.430584 ], [ 120.1754997, 30.4305524 ], [ 120.1754491, 30.4302569 ], [ 120.1754883, 30.4300607 ], [ 120.1752885, 30.4300716 ], [ 120.1752582, 30.430137 ], [ 120.1750799, 30.4301337 ], [ 120.1750483, 30.4303016 ], [ 120.1751886, 30.4304008 ], [ 120.1751671, 30.4304782 ], [ 120.1751077, 30.4305567 ], [ 120.1750002, 30.4305698 ], [ 120.174956, 30.4306516 ], [ 120.1749711, 30.4307497 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1670003, 30.4312162 ], [ 120.167028, 30.4313452 ], [ 120.1671444, 30.4315507 ], [ 120.1672331, 30.4316272 ], [ 120.1672165, 30.4318948 ], [ 120.1671666, 30.4321098 ], [ 120.1671278, 30.4323917 ], [ 120.1671223, 30.432559 ], [ 120.1672386, 30.4325781 ], [ 120.1672885, 30.4323583 ], [ 120.1673329, 30.4321958 ], [ 120.167416, 30.4320525 ], [ 120.1674603, 30.4319521 ], [ 120.1675712, 30.4319187 ], [ 120.1677762, 30.4319282 ], [ 120.1679314, 30.4319378 ], [ 120.1683692, 30.4320381 ], [ 120.1687239, 30.4320572 ], [ 120.1690343, 30.4320477 ], [ 120.1696273, 30.4320811 ], [ 120.1700097, 30.4320955 ], [ 120.1707579, 30.4321815 ], [ 120.1713011, 30.4322102 ], [ 120.1717832, 30.4323583 ], [ 120.1721878, 30.4324013 ], [ 120.1728362, 30.4324586 ], [ 120.1728418, 30.4322962 ], [ 120.1727032, 30.4322484 ], [ 120.1725259, 30.4321863 ], [ 120.1720936, 30.4320955 ], [ 120.1717444, 30.4320716 ], [ 120.171628, 30.4321194 ], [ 120.1713177, 30.4321194 ], [ 120.1705418, 30.4320142 ], [ 120.1699765, 30.4319617 ], [ 120.1696772, 30.4319139 ], [ 120.1694444, 30.4318709 ], [ 120.1689512, 30.4318565 ], [ 120.1687073, 30.4318183 ], [ 120.1679813, 30.4316654 ], [ 120.1676986, 30.4316558 ], [ 120.1675712, 30.4316511 ], [ 120.1673883, 30.4314026 ], [ 120.1672497, 30.431135 ], [ 120.1671999, 30.4309677 ], [ 120.1672608, 30.4308052 ], [ 120.1673495, 30.4306762 ], [ 120.1674326, 30.4305185 ], [ 120.1675404, 30.4304182 ], [ 120.167596, 30.4303725 ], [ 120.1676155, 30.4303332 ], [ 120.1676329, 30.4302603 ], [ 120.1676691, 30.4301262 ], [ 120.1677208, 30.4300649 ], [ 120.1677335, 30.4300516 ], [ 120.1677449, 30.4300216 ], [ 120.1677945, 30.4298151 ], [ 120.1678401, 30.429555 ], [ 120.1678723, 30.429326 ], [ 120.1679166, 30.4291849 ], [ 120.1679729, 30.4290334 ], [ 120.168052, 30.4289421 ], [ 120.1681378, 30.4289086 ], [ 120.1681476, 30.4287313 ], [ 120.1677652, 30.4287074 ], [ 120.1674826, 30.4287265 ], [ 120.1674688, 30.4289565 ], [ 120.1675706, 30.4289097 ], [ 120.1676457, 30.4289062 ], [ 120.1676738, 30.4289247 ], [ 120.1676846, 30.4289617 ], [ 120.167647, 30.4290566 ], [ 120.1676041, 30.4291988 ], [ 120.1675692, 30.4293364 ], [ 120.1675384, 30.4295631 ], [ 120.1674874, 30.4297608 ], [ 120.1674485, 30.429886 ], [ 120.1674237, 30.4299244 ], [ 120.1673955, 30.4299418 ], [ 120.1673466, 30.4299476 ], [ 120.1672664, 30.4299164 ], [ 120.1671716, 30.4299285 ], [ 120.1671384, 30.4299548 ], [ 120.1671327, 30.4299831 ], [ 120.1671451, 30.4300077 ], [ 120.167185, 30.4300166 ], [ 120.1672276, 30.4300343 ], [ 120.167249, 30.4300536 ], [ 120.1672584, 30.4301089 ], [ 120.1672537, 30.4301675 ], [ 120.1671999, 30.4304134 ], [ 120.1671056, 30.4306523 ], [ 120.166934, 30.4307116 ], [ 120.1668824, 30.4311717 ], [ 120.1670003, 30.4312162 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1818823, 30.4312526 ], [ 120.1819404, 30.4313526 ], [ 120.182068, 30.4313927 ], [ 120.1822537, 30.4313827 ], [ 120.1823466, 30.4312726 ], [ 120.1823466, 30.4310925 ], [ 120.182393, 30.4308423 ], [ 120.182393, 30.430452 ], [ 120.1823582, 30.4303219 ], [ 120.1822769, 30.4302519 ], [ 120.1820796, 30.4302519 ], [ 120.181952, 30.4302719 ], [ 120.1818939, 30.4303319 ], [ 120.1818823, 30.4306421 ], [ 120.1818823, 30.4312526 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1803825, 30.4321587 ], [ 120.1805009, 30.4320269 ], [ 120.180893, 30.4319787 ], [ 120.1809781, 30.4320402 ], [ 120.1813713, 30.4320351 ], [ 120.1813713, 30.4316964 ], [ 120.1815143, 30.4302455 ], [ 120.1809773, 30.4302915 ], [ 120.1806448, 30.4300369 ], [ 120.1802867, 30.4301281 ], [ 120.1802058, 30.4304003 ], [ 120.1803521, 30.430515 ], [ 120.180724, 30.4307222 ], [ 120.1808104, 30.4307954 ], [ 120.1808448, 30.4310897 ], [ 120.1807621, 30.431301 ], [ 120.1808472, 30.43138 ], [ 120.1808079, 30.4314533 ], [ 120.1806247, 30.4315718 ], [ 120.1805265, 30.4316226 ], [ 120.180448, 30.4316057 ], [ 120.1803367, 30.4316057 ], [ 120.1801665, 30.4316231 ], [ 120.1800107, 30.4318974 ], [ 120.1799116, 30.4320832 ], [ 120.1803825, 30.4321587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1582796, 30.4320179 ], [ 120.1583394, 30.4320378 ], [ 120.1586199, 30.4320338 ], [ 120.1587809, 30.4319941 ], [ 120.1590339, 30.4319188 ], [ 120.1593742, 30.4318474 ], [ 120.1596502, 30.4318276 ], [ 120.1596272, 30.4317245 ], [ 120.1590615, 30.431669 ], [ 120.1589695, 30.4317126 ], [ 120.1588039, 30.4317721 ], [ 120.1585601, 30.43178 ], [ 120.1583716, 30.4318633 ], [ 120.1582612, 30.4319783 ], [ 120.1582796, 30.4320179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.18201, 30.4320331 ], [ 120.1820332, 30.4321632 ], [ 120.1821261, 30.4322333 ], [ 120.1822421, 30.4322233 ], [ 120.1822886, 30.4321732 ], [ 120.1822886, 30.431883 ], [ 120.1823814, 30.431863 ], [ 120.1826483, 30.431823 ], [ 120.1827528, 30.4317829 ], [ 120.1827528, 30.4316328 ], [ 120.1826599, 30.4315928 ], [ 120.1821377, 30.4316128 ], [ 120.1820216, 30.4316529 ], [ 120.1819752, 30.4317129 ], [ 120.18201, 30.4320331 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1746948, 30.4337203 ], [ 120.1749223, 30.4336649 ], [ 120.1751021, 30.4336649 ], [ 120.1752294, 30.4336778 ], [ 120.1754691, 30.4336261 ], [ 120.1757238, 30.4336843 ], [ 120.1758511, 30.433723 ], [ 120.1759185, 30.4336326 ], [ 120.1760009, 30.4335551 ], [ 120.1762856, 30.433497 ], [ 120.1764803, 30.4335163 ], [ 120.1766601, 30.4334388 ], [ 120.1768174, 30.4334453 ], [ 120.1769147, 30.4335422 ], [ 120.177057, 30.4334001 ], [ 120.1771919, 30.4333807 ], [ 120.1772892, 30.4335034 ], [ 120.1773492, 30.4338134 ], [ 120.177439, 30.4338263 ], [ 120.177469, 30.4339038 ], [ 120.1775739, 30.4344076 ], [ 120.1776488, 30.4344076 ], [ 120.1774915, 30.4334647 ], [ 120.1775514, 30.4333291 ], [ 120.1781581, 30.4331353 ], [ 120.1783603, 30.4331224 ], [ 120.1784727, 30.4332064 ], [ 120.1785401, 30.4332903 ], [ 120.1785626, 30.4334195 ], [ 120.1785701, 30.4337359 ], [ 120.1786375, 30.4337811 ], [ 120.1787498, 30.4337618 ], [ 120.1789071, 30.4336713 ], [ 120.1790569, 30.4335874 ], [ 120.1789745, 30.4335228 ], [ 120.1788397, 30.4335551 ], [ 120.1787124, 30.4335293 ], [ 120.1786899, 30.4334518 ], [ 120.1787573, 30.4333936 ], [ 120.1789221, 30.4333484 ], [ 120.1788771, 30.4332451 ], [ 120.1786674, 30.4332451 ], [ 120.1786225, 30.4331741 ], [ 120.1785701, 30.4330126 ], [ 120.17863, 30.4329416 ], [ 120.1791567, 30.4328424 ], [ 120.1796844, 30.4327542 ], [ 120.1794292, 30.4325582 ], [ 120.1793963, 30.4326563 ], [ 120.1785101, 30.4328189 ], [ 120.1784053, 30.4326897 ], [ 120.1783528, 30.432328 ], [ 120.1783903, 30.4321408 ], [ 120.1785101, 30.4320633 ], [ 120.1785551, 30.4319599 ], [ 120.1784802, 30.4318243 ], [ 120.1783528, 30.4316758 ], [ 120.1783379, 30.4311526 ], [ 120.178233, 30.4307587 ], [ 120.1782555, 30.430397 ], [ 120.1782833, 30.4301976 ], [ 120.1784888, 30.4300434 ], [ 120.1787511, 30.4300221 ], [ 120.1791066, 30.4300302 ], [ 120.1793688, 30.4300247 ], [ 120.1795651, 30.4299617 ], [ 120.1798571, 30.4299754 ], [ 120.1798434, 30.4297318 ], [ 120.1795662, 30.4297383 ], [ 120.179364, 30.429777 ], [ 120.1785026, 30.4298545 ], [ 120.1780532, 30.4298674 ], [ 120.1777664, 30.429878 ], [ 120.1777426, 30.4300495 ], [ 120.1779334, 30.4300935 ], [ 120.1779933, 30.4302614 ], [ 120.1780457, 30.4304293 ], [ 120.1780832, 30.4306941 ], [ 120.178218, 30.4320051 ], [ 120.1782405, 30.4326122 ], [ 120.178218, 30.4328641 ], [ 120.1781881, 30.4329609 ], [ 120.1780308, 30.4330449 ], [ 120.1778135, 30.4330836 ], [ 120.1771769, 30.4331805 ], [ 120.1763679, 30.4333032 ], [ 120.1753643, 30.4334324 ], [ 120.1748325, 30.4334711 ], [ 120.1746073, 30.4335556 ], [ 120.1746948, 30.4337203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1395121, 30.4309309 ], [ 120.1395738, 30.430883 ], [ 120.1396231, 30.4305266 ], [ 120.1396293, 30.4304468 ], [ 120.1397157, 30.4303882 ], [ 120.1397897, 30.430218 ], [ 120.1398329, 30.430069 ], [ 120.1397897, 30.4299945 ], [ 120.1397157, 30.4298828 ], [ 120.1396601, 30.4298934 ], [ 120.1396848, 30.4300158 ], [ 120.1395614, 30.430468 ], [ 120.1394133, 30.4305106 ], [ 120.1392776, 30.4306702 ], [ 120.1392344, 30.4308671 ], [ 120.1395121, 30.4309309 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1400736, 30.4308139 ], [ 120.1401476, 30.4308298 ], [ 120.1402402, 30.4307926 ], [ 120.1403944, 30.4303191 ], [ 120.1403698, 30.4302659 ], [ 120.140234, 30.4302605 ], [ 120.1401229, 30.4303457 ], [ 120.140018, 30.4307075 ], [ 120.1400736, 30.4308139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.134231, 30.4306626 ], [ 120.1342704, 30.4307509 ], [ 120.134294, 30.4307984 ], [ 120.1343255, 30.4308188 ], [ 120.1343767, 30.4308018 ], [ 120.1344712, 30.4308018 ], [ 120.1345067, 30.4308154 ], [ 120.1345618, 30.4308256 ], [ 120.1346524, 30.430795 ], [ 120.1346958, 30.4307611 ], [ 120.1347194, 30.4307203 ], [ 120.1346761, 30.4306184 ], [ 120.134617, 30.4305505 ], [ 120.134554, 30.4305437 ], [ 120.1345106, 30.4305641 ], [ 120.1345028, 30.4306014 ], [ 120.1345146, 30.4306422 ], [ 120.134554, 30.4306897 ], [ 120.134554, 30.4307339 ], [ 120.1345343, 30.4307645 ], [ 120.1344831, 30.4307746 ], [ 120.1344122, 30.4307679 ], [ 120.134357, 30.4307441 ], [ 120.1343058, 30.4306354 ], [ 120.1342664, 30.4306082 ], [ 120.134231, 30.4306218 ], [ 120.134231, 30.4306626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1346288, 30.430975 ], [ 120.1346564, 30.430992 ], [ 120.13468, 30.431009 ], [ 120.1346879, 30.4310531 ], [ 120.1347588, 30.4310294 ], [ 120.1348021, 30.4310158 ], [ 120.13481, 30.430975 ], [ 120.1347706, 30.4309445 ], [ 120.134743, 30.4309105 ], [ 120.1347115, 30.4308799 ], [ 120.1346485, 30.4308867 ], [ 120.1346091, 30.4308969 ], [ 120.1346052, 30.4309343 ], [ 120.1346288, 30.430975 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.141067, 30.431165 ], [ 120.1411226, 30.4311278 ], [ 120.1410979, 30.4310267 ], [ 120.14103, 30.4308884 ], [ 120.1408757, 30.430883 ], [ 120.1408696, 30.431165 ], [ 120.141067, 30.431165 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1398206, 30.4312076 ], [ 120.1399378, 30.4310959 ], [ 120.1399316, 30.431032 ], [ 120.139728, 30.4309894 ], [ 120.1396355, 30.4310533 ], [ 120.1398206, 30.4312076 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1295008, 30.4317705 ], [ 120.1295919, 30.4317002 ], [ 120.1297357, 30.4317415 ], [ 120.1299274, 30.4317126 ], [ 120.1300616, 30.4316837 ], [ 120.1301095, 30.4316217 ], [ 120.1301191, 30.4314729 ], [ 120.130239, 30.4313407 ], [ 120.1304163, 30.4312208 ], [ 120.1305601, 30.4310638 ], [ 120.1305122, 30.4309729 ], [ 120.1303444, 30.4309315 ], [ 120.1301575, 30.4309109 ], [ 120.1300424, 30.4309357 ], [ 120.1299658, 30.4310101 ], [ 120.1298939, 30.4310349 ], [ 120.1298076, 30.4311423 ], [ 120.1297453, 30.4312167 ], [ 120.1296494, 30.431287 ], [ 120.1295727, 30.431444 ], [ 120.1294769, 30.4316134 ], [ 120.1294529, 30.4317002 ], [ 120.1295008, 30.4317705 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1405549, 30.4315694 ], [ 120.1407462, 30.4316013 ], [ 120.140814, 30.4316066 ], [ 120.1409066, 30.43158 ], [ 120.1409004, 30.4314364 ], [ 120.140814, 30.4313193 ], [ 120.1407338, 30.4312235 ], [ 120.1406166, 30.4313406 ], [ 120.140524, 30.4315002 ], [ 120.1405549, 30.4315694 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1271151, 30.4318052 ], [ 120.1281462, 30.4321225 ], [ 120.1282232, 30.4320782 ], [ 120.1285236, 30.4316464 ], [ 120.1286738, 30.4312741 ], [ 120.1288217, 30.4310247 ], [ 120.1288058, 30.4309793 ], [ 120.1284345, 30.4308526 ], [ 120.1281599, 30.4307975 ], [ 120.1280925, 30.4308124 ], [ 120.1276565, 30.4307657 ], [ 120.1274402, 30.4310748 ], [ 120.1273675, 30.4311412 ], [ 120.1270894, 30.4317241 ], [ 120.1271151, 30.4318052 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1304163, 30.4316258 ], [ 120.1305457, 30.4316878 ], [ 120.1305793, 30.4317539 ], [ 120.1306559, 30.4317746 ], [ 120.1307901, 30.4317746 ], [ 120.1309052, 30.4317168 ], [ 120.1309387, 30.4316506 ], [ 120.1309819, 30.4314977 ], [ 120.1309627, 30.4314275 ], [ 120.1307662, 30.4313407 ], [ 120.1306032, 30.4313076 ], [ 120.1305074, 30.4313448 ], [ 120.1304307, 30.4314481 ], [ 120.1303971, 30.4315597 ], [ 120.1304163, 30.4316258 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.138501, 30.4316531 ], [ 120.1386685, 30.4316585 ], [ 120.1390406, 30.431728 ], [ 120.139363, 30.4318937 ], [ 120.1398406, 30.4321825 ], [ 120.1399956, 30.4323001 ], [ 120.1403491, 30.4324071 ], [ 120.1405537, 30.432391 ], [ 120.1407708, 30.4322841 ], [ 120.1410809, 30.4321076 ], [ 120.1412731, 30.4319686 ], [ 120.1414468, 30.4319098 ], [ 120.1416514, 30.4318937 ], [ 120.1423026, 30.432006 ], [ 120.1426623, 30.4320274 ], [ 120.1431026, 30.4322199 ], [ 120.1435429, 30.4324178 ], [ 120.1438096, 30.4325301 ], [ 120.1440577, 30.4325301 ], [ 120.1443119, 30.4326103 ], [ 120.1448453, 30.4328081 ], [ 120.1452732, 30.4328937 ], [ 120.1455894, 30.4328509 ], [ 120.1458065, 30.4327707 ], [ 120.146067, 30.4327279 ], [ 120.1467367, 30.4327386 ], [ 120.1472639, 30.4328081 ], [ 120.1477104, 30.4327921 ], [ 120.1478592, 30.4327439 ], [ 120.1485104, 30.4326103 ], [ 120.1488205, 30.4325087 ], [ 120.1490685, 30.4324659 ], [ 120.1496205, 30.4323803 ], [ 120.1500174, 30.4323857 ], [ 120.1502717, 30.4324499 ], [ 120.1503337, 30.4322841 ], [ 120.150036, 30.4321771 ], [ 120.1497011, 30.4321504 ], [ 120.1494468, 30.4321611 ], [ 120.1491926, 30.4322467 ], [ 120.1487957, 30.4322627 ], [ 120.1485786, 30.4322841 ], [ 120.1480267, 30.4324712 ], [ 120.1476918, 30.4324605 ], [ 120.1474127, 30.4325087 ], [ 120.147146, 30.4325247 ], [ 120.1468794, 30.4324712 ], [ 120.1468112, 30.4323696 ], [ 120.1467553, 30.432236 ], [ 120.1464019, 30.4322413 ], [ 120.1458437, 30.432268 ], [ 120.1455832, 30.4323269 ], [ 120.145453, 30.4323429 ], [ 120.1452484, 30.432252 ], [ 120.1450561, 30.4321932 ], [ 120.1442623, 30.4321932 ], [ 120.143667, 30.432006 ], [ 120.1432949, 30.431883 ], [ 120.1427553, 30.4316852 ], [ 120.1423584, 30.4315783 ], [ 120.1418375, 30.4314927 ], [ 120.141515, 30.4316959 ], [ 120.1414359, 30.4316919 ], [ 120.1413041, 30.4316852 ], [ 120.1410933, 30.4316478 ], [ 120.1408018, 30.4317547 ], [ 120.1407274, 30.4319151 ], [ 120.1405724, 30.4318617 ], [ 120.1405289, 30.4319526 ], [ 120.1403863, 30.4320862 ], [ 120.140132, 30.4320702 ], [ 120.1398778, 30.4319846 ], [ 120.1397723, 30.4318991 ], [ 120.1396235, 30.4317226 ], [ 120.1393382, 30.4316103 ], [ 120.1387677, 30.4313965 ], [ 120.1384948, 30.4313911 ], [ 120.138287, 30.4313369 ], [ 120.1382348, 30.4314867 ], [ 120.138501, 30.4316531 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1226775, 30.4042028 ], [ 120.1230261, 30.4041359 ], [ 120.1234522, 30.4053498 ], [ 120.1240074, 30.4060959 ], [ 120.1239687, 30.406263 ], [ 120.1234522, 30.406597 ], [ 120.1231423, 30.4066861 ], [ 120.1232068, 30.4069534 ], [ 120.1234264, 30.4070313 ], [ 120.1239299, 30.4084345 ], [ 120.1239299, 30.4098821 ], [ 120.123875, 30.4102648 ], [ 120.1238264, 30.4106036 ], [ 120.123775, 30.4109622 ], [ 120.1240332, 30.4111404 ], [ 120.124059, 30.4113965 ], [ 120.1239816, 30.4116192 ], [ 120.1238912, 30.4117529 ], [ 120.123917, 30.4121092 ], [ 120.1241623, 30.4122651 ], [ 120.1242785, 30.4124655 ], [ 120.1242915, 30.4135345 ], [ 120.1244722, 30.4147705 ], [ 120.1243431, 30.414893 ], [ 120.1243818, 30.4152605 ], [ 120.1247305, 30.4157504 ], [ 120.1248079, 30.415962 ], [ 120.1247434, 30.4163294 ], [ 120.1248596, 30.4166635 ], [ 120.1248079, 30.4173984 ], [ 120.1246143, 30.417454 ], [ 120.1246272, 30.417532 ], [ 120.1247176, 30.4175765 ], [ 120.1247821, 30.4178549 ], [ 120.1248888, 30.4180301 ], [ 120.1250659, 30.4180207 ], [ 120.125208, 30.4181228 ], [ 120.1255827, 30.4187902 ], [ 120.1256472, 30.4189683 ], [ 120.1256601, 30.4196364 ], [ 120.1258667, 30.4201597 ], [ 120.1259571, 30.4210059 ], [ 120.1263832, 30.4221416 ], [ 120.1263574, 30.422832 ], [ 120.1266156, 30.4232551 ], [ 120.1267189, 30.4236336 ], [ 120.1267835, 30.4239454 ], [ 120.1268868, 30.4242905 ], [ 120.1268997, 30.4247693 ], [ 120.1270675, 30.4249363 ], [ 120.1272354, 30.4251701 ], [ 120.1273258, 30.4254485 ], [ 120.1278939, 30.4260051 ], [ 120.1279455, 30.4262724 ], [ 120.1278681, 30.4265396 ], [ 120.1281378, 30.4266618 ], [ 120.1283754, 30.4267681 ], [ 120.1284328, 30.4267274 ], [ 120.1287219, 30.4268719 ], [ 120.1291872, 30.4272262 ], [ 120.1295591, 30.4275909 ], [ 120.1299161, 30.4277977 ], [ 120.1300526, 30.4279012 ], [ 120.1301047, 30.4280376 ], [ 120.1301263, 30.4280616 ], [ 120.1303792, 30.428343 ], [ 120.1304117, 30.4284768 ], [ 120.1303973, 30.4286225 ], [ 120.1303751, 30.4288054 ], [ 120.1302852, 30.4290145 ], [ 120.1300785, 30.4292952 ], [ 120.1299731, 30.4293659 ], [ 120.1298694, 30.4295122 ], [ 120.1297145, 30.4299464 ], [ 120.1300244, 30.4300355 ], [ 120.1301793, 30.4296458 ], [ 120.1303859, 30.4292896 ], [ 120.1305667, 30.4290224 ], [ 120.1306958, 30.428989 ], [ 120.1308895, 30.4290669 ], [ 120.1314447, 30.429579 ], [ 120.131845, 30.4301357 ], [ 120.1320386, 30.4306478 ], [ 120.1322711, 30.4308371 ], [ 120.1326197, 30.4314049 ], [ 120.133601, 30.4323846 ], [ 120.1342208, 30.4330971 ], [ 120.1347631, 30.4335647 ], [ 120.1349051, 30.4338096 ], [ 120.1351633, 30.4338987 ], [ 120.1355378, 30.4341881 ], [ 120.1357315, 30.4344442 ], [ 120.1360026, 30.4348338 ], [ 120.1362479, 30.4352235 ], [ 120.1364674, 30.435602 ], [ 120.136674, 30.4357467 ], [ 120.1369839, 30.4359471 ], [ 120.1375391, 30.4365483 ], [ 120.1375908, 30.4366485 ], [ 120.1376683, 30.4368043 ], [ 120.1378232, 30.4368043 ], [ 120.1379652, 30.43686 ], [ 120.1383268, 30.4373053 ], [ 120.1389078, 30.4378619 ], [ 120.1393468, 30.4381291 ], [ 120.1395018, 30.4381736 ], [ 120.1403798, 30.438797 ], [ 120.1407284, 30.4390531 ], [ 120.1413353, 30.4396208 ], [ 120.1417484, 30.4401106 ], [ 120.141955, 30.4401774 ], [ 120.1423811, 30.4405448 ], [ 120.142394, 30.4406561 ], [ 120.1428201, 30.4412238 ], [ 120.1430525, 30.4416803 ], [ 120.1430913, 30.4421812 ], [ 120.142988, 30.4422369 ], [ 120.1399537, 30.4426933 ], [ 120.1401215, 30.4435059 ], [ 120.14313, 30.4430829 ], [ 120.1432721, 30.4431051 ], [ 120.1433753, 30.4431942 ], [ 120.1437498, 30.4450198 ], [ 120.1436981, 30.4451868 ], [ 120.1439693, 30.4471125 ], [ 120.1440726, 30.4472795 ], [ 120.1440855, 30.4476913 ], [ 120.1440209, 30.4477804 ], [ 120.1421358, 30.4475689 ], [ 120.141516, 30.4474019 ], [ 120.1402507, 30.4469455 ], [ 120.1401474, 30.4471125 ], [ 120.1408446, 30.44758 ], [ 120.1411674, 30.4475912 ], [ 120.1416064, 30.4477247 ], [ 120.1419679, 30.4477804 ], [ 120.1436723, 30.4480253 ], [ 120.1437627, 30.4481589 ], [ 120.1440726, 30.4482034 ], [ 120.1441888, 30.4482813 ], [ 120.1443437, 30.4497061 ], [ 120.1442404, 30.4498285 ], [ 120.1440984, 30.4498174 ], [ 120.1403539, 30.448938 ], [ 120.1401215, 30.4497061 ], [ 120.1441501, 30.4506634 ], [ 120.1443308, 30.4507747 ], [ 120.1444212, 30.4509082 ], [ 120.144602, 30.4524332 ], [ 120.1445762, 30.4528227 ], [ 120.14446, 30.4529897 ], [ 120.1441501, 30.4529118 ], [ 120.1412836, 30.4522439 ], [ 120.1410512, 30.4530231 ], [ 120.1442404, 30.4537466 ], [ 120.1442637, 30.45376 ], [ 120.1444341, 30.4538579 ], [ 120.1445632, 30.4540471 ], [ 120.1445891, 30.4548151 ], [ 120.1444729, 30.4552937 ], [ 120.1443567, 30.4570523 ], [ 120.1443696, 30.4578871 ], [ 120.1444858, 30.4591114 ], [ 120.1445891, 30.4600797 ], [ 120.1445245, 30.4603691 ], [ 120.1443308, 30.4605138 ], [ 120.144149, 30.4605242 ], [ 120.1440923, 30.4605522 ], [ 120.1440855, 30.4606028 ], [ 120.1443954, 30.4606139 ], [ 120.144602, 30.4607252 ], [ 120.1447243, 30.4609484 ], [ 120.1458866, 30.460509 ], [ 120.1457511, 30.4601242 ], [ 120.1456737, 30.4595009 ], [ 120.1457253, 30.4585215 ], [ 120.1458544, 30.4576534 ], [ 120.1457899, 30.4566628 ], [ 120.1457382, 30.4557056 ], [ 120.1458674, 30.4551824 ], [ 120.145919, 30.4546816 ], [ 120.1459061, 30.453268 ], [ 120.1459061, 30.4527894 ], [ 120.1457511, 30.4514759 ], [ 120.1456995, 30.4502626 ], [ 120.1457253, 30.449951 ], [ 120.1460869, 30.4487822 ], [ 120.1462418, 30.4484371 ], [ 120.1463451, 30.4483592 ], [ 120.1462031, 30.4483258 ], [ 120.1461385, 30.4481811 ], [ 120.1459061, 30.4466673 ], [ 120.1456608, 30.4462109 ], [ 120.1455058, 30.4457211 ], [ 120.1453251, 30.4451534 ], [ 120.1453767, 30.4448083 ], [ 120.1451056, 30.4438844 ], [ 120.1450926, 30.4436061 ], [ 120.1449168, 30.4434188 ], [ 120.144886, 30.4432387 ], [ 120.1448215, 30.4428046 ], [ 120.14446, 30.4414465 ], [ 120.1442921, 30.4409121 ], [ 120.1438789, 30.4401886 ], [ 120.1434528, 30.4395206 ], [ 120.1430525, 30.4389974 ], [ 120.142988, 30.438797 ], [ 120.1431042, 30.4385744 ], [ 120.1429234, 30.4385855 ], [ 120.1427297, 30.4385632 ], [ 120.1424715, 30.4383629 ], [ 120.1413094, 30.4377951 ], [ 120.1401344, 30.4370938 ], [ 120.1395663, 30.4366819 ], [ 120.1390111, 30.4362143 ], [ 120.1380944, 30.4352124 ], [ 120.1374875, 30.4344553 ], [ 120.1363254, 30.4332084 ], [ 120.1356282, 30.432585 ], [ 120.1348336, 30.431724 ], [ 120.1347522, 30.4317633 ], [ 120.1340787, 30.4309373 ], [ 120.1332814, 30.4299911 ], [ 120.1331862, 30.4298781 ], [ 120.1328804, 30.4294807 ], [ 120.1328376, 30.4294015 ], [ 120.1328657, 30.4292297 ], [ 120.1328525, 30.4290538 ], [ 120.1329425, 30.4288331 ], [ 120.1328263, 30.428744 ], [ 120.1327746, 30.4286104 ], [ 120.1327746, 30.4284768 ], [ 120.1322065, 30.4283655 ], [ 120.1318966, 30.428243 ], [ 120.1314447, 30.4278756 ], [ 120.1303343, 30.4269181 ], [ 120.1299082, 30.4264394 ], [ 120.129776, 30.4262554 ], [ 120.1297497, 30.4262117 ], [ 120.1296708, 30.4260982 ], [ 120.1295595, 30.4259383 ], [ 120.1289656, 30.4254485 ], [ 120.1285653, 30.4251033 ], [ 120.1279197, 30.4241903 ], [ 120.1277519, 30.4238897 ], [ 120.1275711, 30.4233887 ], [ 120.1273903, 30.4227095 ], [ 120.1270804, 30.4210059 ], [ 120.1267576, 30.419436 ], [ 120.1266027, 30.4186009 ], [ 120.1266673, 30.4185118 ], [ 120.1266579, 30.4184635 ], [ 120.1266156, 30.4182446 ], [ 120.1264736, 30.4182001 ], [ 120.126267, 30.4173984 ], [ 120.126267, 30.4167748 ], [ 120.1262153, 30.415717 ], [ 120.1263186, 30.4152382 ], [ 120.1263315, 30.4148485 ], [ 120.1262412, 30.4145924 ], [ 120.1258667, 30.4135568 ], [ 120.1259829, 30.4128553 ], [ 120.1259055, 30.4124878 ], [ 120.1258796, 30.4120758 ], [ 120.1260478, 30.4111221 ], [ 120.126125, 30.4106839 ], [ 120.1261895, 30.4104277 ], [ 120.1260475, 30.4097707 ], [ 120.1260087, 30.4076995 ], [ 120.1260604, 30.4070647 ], [ 120.1262283, 30.4069645 ], [ 120.1269384, 30.4068754 ], [ 120.1269255, 30.4067418 ], [ 120.1260475, 30.4068198 ], [ 120.1259571, 30.4067641 ], [ 120.1256214, 30.4058621 ], [ 120.1255827, 30.4052384 ], [ 120.1257118, 30.4050937 ], [ 120.129792, 30.4045146 ], [ 120.1298953, 30.4043364 ], [ 120.1300502, 30.4042139 ], [ 120.1326584, 30.403813 ], [ 120.1326197, 30.4036237 ], [ 120.1302051, 30.4038909 ], [ 120.1294046, 30.4038241 ], [ 120.1258796, 30.4042028 ], [ 120.1256472, 30.4041359 ], [ 120.1255827, 30.4039912 ], [ 120.1255233, 30.4036689 ], [ 120.1223819, 30.4036689 ], [ 120.1226775, 30.4042028 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1289688, 30.432254 ], [ 120.1292228, 30.4324028 ], [ 120.1293235, 30.4325226 ], [ 120.1294146, 30.4325887 ], [ 120.1295583, 30.4325805 ], [ 120.1296494, 30.4326631 ], [ 120.1296111, 30.4327912 ], [ 120.129798, 30.432878 ], [ 120.1299178, 30.4328491 ], [ 120.1299801, 30.4327747 ], [ 120.1299897, 30.4326673 ], [ 120.1300904, 30.4326383 ], [ 120.1301814, 30.432597 ], [ 120.1301383, 30.4325309 ], [ 120.1300472, 30.4324896 ], [ 120.1297453, 30.4324937 ], [ 120.1296207, 30.432473 ], [ 120.1294912, 30.432411 ], [ 120.1293714, 30.4323449 ], [ 120.129242, 30.4322623 ], [ 120.1291653, 30.4321589 ], [ 120.1291174, 30.4320928 ], [ 120.128988, 30.4320598 ], [ 120.1289113, 30.4320804 ], [ 120.1288538, 30.4321424 ], [ 120.1288442, 30.4322003 ], [ 120.1289688, 30.432254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1282134, 30.4334153 ], [ 120.1282866, 30.4334903 ], [ 120.1284515, 30.4335219 ], [ 120.128827, 30.4335771 ], [ 120.1288865, 30.4335613 ], [ 120.1289323, 30.4335021 ], [ 120.129175, 30.433052 ], [ 120.1291338, 30.4330165 ], [ 120.1286575, 30.432827 ], [ 120.1285751, 30.4328033 ], [ 120.128479, 30.4328823 ], [ 120.1283462, 30.4331112 ], [ 120.12825, 30.433285 ], [ 120.1282088, 30.4333679 ], [ 120.1282134, 30.4334153 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1280803, 30.4342331 ], [ 120.1281425, 30.4342523 ], [ 120.1284713, 30.4343059 ], [ 120.1287111, 30.4342484 ], [ 120.1287733, 30.434214 ], [ 120.12884, 30.4341259 ], [ 120.1288577, 30.4340225 ], [ 120.12888, 30.4339037 ], [ 120.1288577, 30.4338233 ], [ 120.1287822, 30.4337697 ], [ 120.1286179, 30.4337084 ], [ 120.128449, 30.4336318 ], [ 120.1283291, 30.4336088 ], [ 120.1282536, 30.4336356 ], [ 120.1280403, 30.4341182 ], [ 120.1280226, 30.4342063 ], [ 120.1280803, 30.4342331 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1333467, 30.4346208 ], [ 120.1333744, 30.434581 ], [ 120.1335636, 30.433821 ], [ 120.1335174, 30.433809 ], [ 120.1329544, 30.4337334 ], [ 120.1328233, 30.4342447 ], [ 120.132779, 30.4345492 ], [ 120.1333467, 30.4346208 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.133619, 30.4346964 ], [ 120.1338544, 30.4347482 ], [ 120.1338913, 30.4347442 ], [ 120.1339328, 30.434585 ], [ 120.1340021, 30.4345412 ], [ 120.1340528, 30.4344696 ], [ 120.1341267, 30.4344219 ], [ 120.1342651, 30.4344258 ], [ 120.1343205, 30.4344179 ], [ 120.134339, 30.4341473 ], [ 120.1343805, 30.4338568 ], [ 120.1341082, 30.4338011 ], [ 120.1340713, 30.4338329 ], [ 120.1340113, 30.4338608 ], [ 120.1337575, 30.433821 ], [ 120.1337067, 30.4338329 ], [ 120.133619, 30.4341751 ], [ 120.1335174, 30.4346407 ], [ 120.133619, 30.4346964 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1289522, 30.4349933 ], [ 120.129794, 30.4350912 ], [ 120.129941, 30.4342789 ], [ 120.1290123, 30.434181 ], [ 120.1289522, 30.434204 ], [ 120.1289522, 30.4349933 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1283558, 30.4349494 ], [ 120.1284668, 30.4349724 ], [ 120.1286001, 30.43498 ], [ 120.1287289, 30.4349762 ], [ 120.1288311, 30.4349762 ], [ 120.1288711, 30.4349494 ], [ 120.1288755, 30.4348651 ], [ 120.1288666, 30.4343327 ], [ 120.1288266, 30.4343289 ], [ 120.1283691, 30.4343825 ], [ 120.1283024, 30.4344131 ], [ 120.1283335, 30.4344974 ], [ 120.1283469, 30.4346123 ], [ 120.1283069, 30.4347081 ], [ 120.1282802, 30.4347847 ], [ 120.1282758, 30.4348919 ], [ 120.1283558, 30.4349494 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1300747, 30.4351027 ], [ 120.1301816, 30.435143 ], [ 120.1308631, 30.4352179 ], [ 120.1309967, 30.4345612 ], [ 120.1310034, 30.4344229 ], [ 120.1305691, 30.4344056 ], [ 120.1302551, 30.4343423 ], [ 120.1301816, 30.4343596 ], [ 120.1301281, 30.4346073 ], [ 120.130068, 30.4350566 ], [ 120.1300747, 30.4351027 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.173606, 30.4323167 ], [ 120.1737059, 30.4323702 ], [ 120.1737236, 30.4325054 ], [ 120.1738323, 30.4325424 ], [ 120.1739954, 30.432562 ], [ 120.174108, 30.4325501 ], [ 120.1741788, 30.4325631 ], [ 120.1742572, 30.4324781 ], [ 120.1741471, 30.4324519 ], [ 120.1741282, 30.4323985 ], [ 120.1742003, 30.432368 ], [ 120.1743052, 30.4324094 ], [ 120.174438, 30.4323636 ], [ 120.1745568, 30.4323647 ], [ 120.1745821, 30.432525 ], [ 120.17451, 30.4325958 ], [ 120.1744342, 30.4326209 ], [ 120.1743634, 30.4325708 ], [ 120.1743166, 30.4324857 ], [ 120.1742824, 30.4325184 ], [ 120.1743052, 30.4326253 ], [ 120.1743634, 30.4327027 ], [ 120.1743937, 30.432803 ], [ 120.1744278, 30.4328946 ], [ 120.1745543, 30.4328913 ], [ 120.1746491, 30.4327125 ], [ 120.1747781, 30.4326983 ], [ 120.1747869, 30.4327964 ], [ 120.1748337, 30.4328815 ], [ 120.1749854, 30.4328837 ], [ 120.1751283, 30.4328052 ], [ 120.1753028, 30.432779 ], [ 120.1753863, 30.4327779 ], [ 120.1754735, 30.4326743 ], [ 120.1754836, 30.4323167 ], [ 120.1752838, 30.4322731 ], [ 120.175079, 30.4323211 ], [ 120.1750613, 30.4324269 ], [ 120.1747831, 30.4324857 ], [ 120.1747793, 30.4324149 ], [ 120.1747225, 30.4323996 ], [ 120.1745341, 30.4322513 ], [ 120.1742938, 30.4321968 ], [ 120.1740258, 30.4322666 ], [ 120.1738032, 30.4322066 ], [ 120.1736237, 30.4321848 ], [ 120.1735706, 30.432187 ], [ 120.173606, 30.4323167 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1789221, 30.4333484 ], [ 120.179139, 30.4333663 ], [ 120.1791783, 30.4334171 ], [ 120.1791128, 30.4334566 ], [ 120.1789745, 30.4335228 ], [ 120.1790569, 30.4335874 ], [ 120.1795576, 30.4334378 ], [ 120.1799136, 30.4333516 ], [ 120.1801331, 30.4333657 ], [ 120.1802264, 30.433446 ], [ 120.1802191, 30.4336097 ], [ 120.1808666, 30.4334559 ], [ 120.1810035, 30.4334807 ], [ 120.1814107, 30.4336655 ], [ 120.1815914, 30.4336257 ], [ 120.1813988, 30.4331567 ], [ 120.181383, 30.4328695 ], [ 120.1813713, 30.4320351 ], [ 120.1809781, 30.4320402 ], [ 120.1809585, 30.4321192 ], [ 120.1808341, 30.4321418 ], [ 120.1806836, 30.4322039 ], [ 120.1805527, 30.4322208 ], [ 120.180448, 30.4322264 ], [ 120.1803825, 30.4321587 ], [ 120.1799116, 30.4320832 ], [ 120.1797739, 30.4322772 ], [ 120.1796851, 30.4323337 ], [ 120.1795121, 30.4324043 ], [ 120.1794292, 30.4325582 ], [ 120.1796844, 30.4327542 ], [ 120.1797402, 30.4328651 ], [ 120.1797882, 30.4328872 ], [ 120.1797935, 30.4329298 ], [ 120.179656, 30.4329882 ], [ 120.1794859, 30.4330447 ], [ 120.1793092, 30.4330898 ], [ 120.1791259, 30.4331463 ], [ 120.1788771, 30.4332451 ], [ 120.1789221, 30.4333484 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1671001, 30.4329556 ], [ 120.16715, 30.4330607 ], [ 120.1671943, 30.4329556 ], [ 120.1672442, 30.4326928 ], [ 120.1670946, 30.4326785 ], [ 120.1671001, 30.4329556 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1616415, 30.4342844 ], [ 120.1618682, 30.4342856 ], [ 120.1620667, 30.4342659 ], [ 120.1624816, 30.4343972 ], [ 120.1627283, 30.4344863 ], [ 120.1628832, 30.4346594 ], [ 120.1632619, 30.434887 ], [ 120.1635947, 30.4351146 ], [ 120.1639389, 30.4353125 ], [ 120.1641971, 30.4353174 ], [ 120.1646217, 30.4352234 ], [ 120.164725, 30.4351937 ], [ 120.1648111, 30.4352679 ], [ 120.1648857, 30.4355153 ], [ 120.1649947, 30.4356142 ], [ 120.1651381, 30.4357231 ], [ 120.1653676, 30.4357577 ], [ 120.1654365, 30.435733 ], [ 120.1653963, 30.4353669 ], [ 120.165448, 30.4353273 ], [ 120.1656258, 30.4352531 ], [ 120.1658955, 30.4352481 ], [ 120.165907, 30.4351344 ], [ 120.1652299, 30.4349612 ], [ 120.1650406, 30.4349315 ], [ 120.1645873, 30.4350651 ], [ 120.1642889, 30.4351047 ], [ 120.1639217, 30.4350404 ], [ 120.1635947, 30.4348524 ], [ 120.1632561, 30.43461 ], [ 120.1628717, 30.4343379 ], [ 120.1623725, 30.4341499 ], [ 120.1621775, 30.4340015 ], [ 120.1623209, 30.4337195 ], [ 120.1624414, 30.4330714 ], [ 120.1625561, 30.4328142 ], [ 120.1626537, 30.4323788 ], [ 120.1627684, 30.4319434 ], [ 120.1628947, 30.4318 ], [ 120.1633078, 30.4316763 ], [ 120.1636406, 30.4316021 ], [ 120.164266, 30.4314982 ], [ 120.1646217, 30.4314141 ], [ 120.1652414, 30.43133 ], [ 120.1654537, 30.4312954 ], [ 120.1656373, 30.4312607 ], [ 120.1660275, 30.4312706 ], [ 120.1664234, 30.431231 ], [ 120.1666529, 30.4311717 ], [ 120.1668824, 30.4311717 ], [ 120.166934, 30.4307116 ], [ 120.1667332, 30.4307957 ], [ 120.1666816, 30.4308897 ], [ 120.1664578, 30.431043 ], [ 120.1658381, 30.4311024 ], [ 120.1654766, 30.4311024 ], [ 120.1652529, 30.4311816 ], [ 120.1647537, 30.4312508 ], [ 120.1645012, 30.4313448 ], [ 120.1641225, 30.4314042 ], [ 120.1638471, 30.4314438 ], [ 120.1632045, 30.4314487 ], [ 120.1628602, 30.431518 ], [ 120.1626365, 30.4316565 ], [ 120.162602, 30.4317505 ], [ 120.1625791, 30.4319336 ], [ 120.162516, 30.4320721 ], [ 120.1624357, 30.4323442 ], [ 120.1624184, 30.4325965 ], [ 120.1623496, 30.4326954 ], [ 120.1623381, 30.4328537 ], [ 120.1620814, 30.4338219 ], [ 120.1619607, 30.4339687 ], [ 120.1617207, 30.4340635 ], [ 120.1614954, 30.4340531 ], [ 120.1614645, 30.4342717 ], [ 120.1616415, 30.4342844 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1716406, 30.4334354 ], [ 120.1717076, 30.4334354 ], [ 120.1717266, 30.4336458 ], [ 120.1717595, 30.4336719 ], [ 120.1718821, 30.4336523 ], [ 120.1719808, 30.4336152 ], [ 120.1720731, 30.4331944 ], [ 120.1721224, 30.4331476 ], [ 120.1720819, 30.4331279 ], [ 120.1720933, 30.4330036 ], [ 120.1720604, 30.4328837 ], [ 120.1720187, 30.4328914 ], [ 120.1715041, 30.4328532 ], [ 120.1714598, 30.4334561 ], [ 120.1716406, 30.4334354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1779339, 30.4333965 ], [ 120.177944, 30.4335228 ], [ 120.1779238, 30.4336405 ], [ 120.1780248, 30.4337102 ], [ 120.1781461, 30.433745 ], [ 120.1782219, 30.433732 ], [ 120.1782876, 30.4336753 ], [ 120.1783229, 30.4335751 ], [ 120.1782573, 30.4333224 ], [ 120.1782067, 30.4332397 ], [ 120.1781309, 30.4332005 ], [ 120.1778935, 30.4332702 ], [ 120.1779339, 30.4333965 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1847049, 30.433941 ], [ 120.1848798, 30.4338939 ], [ 120.1850601, 30.433828 ], [ 120.1852623, 30.4337903 ], [ 120.1853497, 30.4336819 ], [ 120.1854207, 30.4336207 ], [ 120.1854644, 30.4335076 ], [ 120.1854426, 30.4334464 ], [ 120.185377, 30.4334087 ], [ 120.1852841, 30.4334134 ], [ 120.184612, 30.4336631 ], [ 120.1845519, 30.433729 ], [ 120.1847049, 30.433941 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1803794, 30.4338627 ], [ 120.18043, 30.4339367 ], [ 120.1806018, 30.4339498 ], [ 120.1806877, 30.4340282 ], [ 120.180814, 30.4341371 ], [ 120.1808847, 30.4341458 ], [ 120.1809807, 30.4341328 ], [ 120.1810767, 30.4340674 ], [ 120.1811424, 30.4339977 ], [ 120.1811374, 30.4338975 ], [ 120.1810767, 30.4336797 ], [ 120.1810161, 30.4336274 ], [ 120.1808999, 30.4335795 ], [ 120.1807281, 30.4335664 ], [ 120.1804148, 30.4336666 ], [ 120.1803542, 30.433745 ], [ 120.1803794, 30.4338627 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1804761, 30.4365352 ], [ 120.1805785, 30.4365344 ], [ 120.1806679, 30.4365801 ], [ 120.180693, 30.4366259 ], [ 120.1806874, 30.4366861 ], [ 120.180693, 30.436768 ], [ 120.1806587, 30.4367822 ], [ 120.1807002, 30.4368716 ], [ 120.1807494, 30.4368513 ], [ 120.1807994, 30.4368729 ], [ 120.1808661, 30.4369543 ], [ 120.1808911, 30.4368944 ], [ 120.1808327, 30.4368106 ], [ 120.1808022, 30.436722 ], [ 120.1807716, 30.4366525 ], [ 120.1807577, 30.4365902 ], [ 120.1807605, 30.4365256 ], [ 120.1807994, 30.4364801 ], [ 120.1809216, 30.4364417 ], [ 120.1810383, 30.4364322 ], [ 120.1811161, 30.436492 ], [ 120.1812522, 30.4367172 ], [ 120.1812967, 30.4367483 ], [ 120.1813217, 30.4367268 ], [ 120.1812772, 30.436631 ], [ 120.1812661, 30.4365591 ], [ 120.181255, 30.4364705 ], [ 120.1812911, 30.4364058 ], [ 120.1813828, 30.4363675 ], [ 120.181505, 30.4363363 ], [ 120.1815606, 30.4363675 ], [ 120.1815995, 30.4364154 ], [ 120.181655, 30.436413 ], [ 120.1816912, 30.4363843 ], [ 120.1816912, 30.4363244 ], [ 120.18173, 30.4362597 ], [ 120.1818023, 30.4362166 ], [ 120.1819106, 30.4361855 ], [ 120.1819884, 30.4362046 ], [ 120.1819912, 30.4362813 ], [ 120.1820023, 30.4363627 ], [ 120.1820356, 30.4364417 ], [ 120.1823468, 30.4363244 ], [ 120.1822968, 30.4361807 ], [ 120.182294, 30.4361232 ], [ 120.1823132, 30.4360623 ], [ 120.1823579, 30.4360165 ], [ 120.1824305, 30.4359852 ], [ 120.1825926, 30.4359033 ], [ 120.1826959, 30.4358046 ], [ 120.1829166, 30.4357034 ], [ 120.1833049, 30.4355204 ], [ 120.1837491, 30.4353156 ], [ 120.1841262, 30.4351759 ], [ 120.1845955, 30.4349568 ], [ 120.1849111, 30.4347737 ], [ 120.1855676, 30.4344389 ], [ 120.185805, 30.4343185 ], [ 120.1858888, 30.4342583 ], [ 120.1859196, 30.4342125 ], [ 120.1859391, 30.4341595 ], [ 120.1858972, 30.4340367 ], [ 120.1858581, 30.4338946 ], [ 120.1857799, 30.4334731 ], [ 120.1856849, 30.433095 ], [ 120.1855983, 30.4328734 ], [ 120.1855676, 30.4327602 ], [ 120.1855676, 30.432659 ], [ 120.1855285, 30.4324832 ], [ 120.1855117, 30.4323362 ], [ 120.1855341, 30.4322592 ], [ 120.1855592, 30.432158 ], [ 120.1855452, 30.4318834 ], [ 120.1855648, 30.4317919 ], [ 120.1856011, 30.431722 ], [ 120.1856039, 30.4316209 ], [ 120.1855676, 30.4313102 ], [ 120.1855592, 30.4312186 ], [ 120.1855955, 30.4311103 ], [ 120.1856458, 30.4310163 ], [ 120.1857179, 30.4308876 ], [ 120.1856105, 30.4308632 ], [ 120.1855425, 30.4309971 ], [ 120.1854642, 30.4310886 ], [ 120.1854056, 30.4312524 ], [ 120.1853637, 30.4316715 ], [ 120.1853246, 30.4321941 ], [ 120.1853134, 30.4325386 ], [ 120.1853832, 30.432895 ], [ 120.1855061, 30.433331 ], [ 120.1855872, 30.4337236 ], [ 120.1856291, 30.4338561 ], [ 120.1856291, 30.4340319 ], [ 120.1856346, 30.4341306 ], [ 120.1856151, 30.4342077 ], [ 120.1855704, 30.4342631 ], [ 120.1854251, 30.4343811 ], [ 120.1853916, 30.4344389 ], [ 120.1852072, 30.4345449 ], [ 120.1847324, 30.4347954 ], [ 120.1841094, 30.4350965 ], [ 120.1839502, 30.4351398 ], [ 120.1838189, 30.4352073 ], [ 120.1837044, 30.4352362 ], [ 120.1834753, 30.4352723 ], [ 120.1833552, 30.4352819 ], [ 120.1832825, 30.4353662 ], [ 120.183154, 30.4354553 ], [ 120.1829585, 30.4355059 ], [ 120.1828188, 30.4355661 ], [ 120.1824389, 30.4357227 ], [ 120.1822378, 30.4358262 ], [ 120.1821316, 30.4359346 ], [ 120.1819556, 30.4360045 ], [ 120.1817629, 30.4360213 ], [ 120.1815981, 30.4361032 ], [ 120.1812824, 30.4362092 ], [ 120.1811567, 30.4362237 ], [ 120.1808075, 30.436267 ], [ 120.1807042, 30.4363055 ], [ 120.1806036, 30.436308 ], [ 120.1805366, 30.4362887 ], [ 120.1805086, 30.4362429 ], [ 120.1804761, 30.4361702 ], [ 120.1803723, 30.4361881 ], [ 120.1803829, 30.4362718 ], [ 120.1803718, 30.4363152 ], [ 120.1803474, 30.4363634 ], [ 120.1804761, 30.4365352 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1700818, 30.4341115 ], [ 120.1700756, 30.4341443 ], [ 120.1701064, 30.4341761 ], [ 120.170241, 30.4342204 ], [ 120.1703046, 30.4341752 ], [ 120.1703211, 30.4340336 ], [ 120.1704197, 30.4339432 ], [ 120.170395, 30.4337954 ], [ 120.1703426, 30.4337077 ], [ 120.1702112, 30.4336811 ], [ 120.1701311, 30.4337343 ], [ 120.1700623, 30.4337821 ], [ 120.1700386, 30.4338591 ], [ 120.1700818, 30.4341115 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.180803, 30.4346103 ], [ 120.1808611, 30.4345469 ], [ 120.1814043, 30.4343555 ], [ 120.1816216, 30.4342496 ], [ 120.1818058, 30.434217 ], [ 120.1818531, 30.43416 ], [ 120.1818247, 30.4340663 ], [ 120.1817728, 30.4338423 ], [ 120.1816877, 30.4336997 ], [ 120.1815914, 30.4336257 ], [ 120.1814107, 30.4336655 ], [ 120.1815555, 30.4336875 ], [ 120.1815744, 30.4337852 ], [ 120.1815791, 30.4339034 ], [ 120.1815177, 30.4339604 ], [ 120.1814657, 30.4340622 ], [ 120.1814374, 30.4341681 ], [ 120.1813146, 30.4342822 ], [ 120.1809981, 30.4344288 ], [ 120.1807949, 30.4344817 ], [ 120.1807146, 30.4345265 ], [ 120.180707, 30.4345997 ], [ 120.180803, 30.4346103 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1823226, 30.4345629 ], [ 120.1824483, 30.4345158 ], [ 120.1825576, 30.4344216 ], [ 120.182574, 30.4343462 ], [ 120.1827871, 30.4342331 ], [ 120.1829128, 30.4341578 ], [ 120.1828909, 30.4340353 ], [ 120.182798, 30.4338704 ], [ 120.182645, 30.433795 ], [ 120.1825139, 30.4337385 ], [ 120.1823991, 30.4337809 ], [ 120.1823445, 30.433828 ], [ 120.1823609, 30.4338939 ], [ 120.1824538, 30.434007 ], [ 120.1824756, 30.4341295 ], [ 120.1824483, 30.4342096 ], [ 120.182421, 30.4343085 ], [ 120.1824155, 30.4344122 ], [ 120.1823063, 30.4345017 ], [ 120.1823226, 30.4345629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1668704, 30.4352671 ], [ 120.1669752, 30.4352716 ], [ 120.1672007, 30.4352038 ], [ 120.1671902, 30.4351269 ], [ 120.1673895, 30.4349823 ], [ 120.1673947, 30.434919 ], [ 120.1673737, 30.4348195 ], [ 120.1673108, 30.4347562 ], [ 120.1673842, 30.434711 ], [ 120.1673895, 30.4346432 ], [ 120.167337, 30.4345302 ], [ 120.1672426, 30.4344805 ], [ 120.1671011, 30.4344985 ], [ 120.1670853, 30.4344036 ], [ 120.1671063, 30.4342951 ], [ 120.1672164, 30.4343267 ], [ 120.1673318, 30.43439 ], [ 120.1673895, 30.4343584 ], [ 120.1674629, 30.434268 ], [ 120.1675205, 30.4342273 ], [ 120.1675048, 30.4341414 ], [ 120.1674157, 30.4340962 ], [ 120.1672636, 30.4340419 ], [ 120.1671325, 30.4340284 ], [ 120.1671535, 30.4337888 ], [ 120.1671797, 30.4334723 ], [ 120.1671587, 30.4333276 ], [ 120.1671535, 30.4332282 ], [ 120.1671116, 30.4331965 ], [ 120.1670382, 30.4332508 ], [ 120.1670119, 30.433409 ], [ 120.166928, 30.4344488 ], [ 120.1668704, 30.4351134 ], [ 120.1668337, 30.4352083 ], [ 120.1668704, 30.4352671 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1801078, 30.4343294 ], [ 120.1801674, 30.4343466 ], [ 120.1802509, 30.4344803 ], [ 120.1803186, 30.434542 ], [ 120.1804538, 30.4345454 ], [ 120.1805651, 30.4345009 ], [ 120.1806089, 30.4344494 ], [ 120.1806407, 30.4343637 ], [ 120.1806208, 30.4342403 ], [ 120.1805731, 30.4341305 ], [ 120.1805254, 30.4340551 ], [ 120.1804418, 30.4340242 ], [ 120.1802828, 30.4340619 ], [ 120.1802151, 30.43411 ], [ 120.1801475, 30.4341545 ], [ 120.1801436, 30.4342094 ], [ 120.1800958, 30.4342574 ], [ 120.1801078, 30.4343294 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1755668, 30.4346674 ], [ 120.1756089, 30.4347365 ], [ 120.1757578, 30.4347684 ], [ 120.1758759, 30.4347268 ], [ 120.1759119, 30.4346612 ], [ 120.1759663, 30.4346657 ], [ 120.1760351, 30.434632 ], [ 120.1761306, 30.4345488 ], [ 120.1760495, 30.434454 ], [ 120.1759006, 30.4344797 ], [ 120.1757855, 30.4344151 ], [ 120.1757773, 30.4342645 ], [ 120.1757044, 30.4341282 ], [ 120.1755617, 30.4341025 ], [ 120.1755576, 30.4341512 ], [ 120.1755124, 30.434253 ], [ 120.1754703, 30.4343726 ], [ 120.1755668, 30.4346674 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1746589, 30.4344558 ], [ 120.1748058, 30.4344062 ], [ 120.1749208, 30.4344275 ], [ 120.1750482, 30.4343832 ], [ 120.1750718, 30.4345541 ], [ 120.1749383, 30.4345807 ], [ 120.174854, 30.4347153 ], [ 120.1747318, 30.4347321 ], [ 120.174815, 30.4349641 ], [ 120.1748571, 30.4349986 ], [ 120.1750584, 30.4349535 ], [ 120.1750759, 30.4348525 ], [ 120.1751313, 30.4347471 ], [ 120.1753213, 30.4347569 ], [ 120.1753665, 30.4346754 ], [ 120.1753645, 30.4345506 ], [ 120.1754456, 30.4345036 ], [ 120.1754179, 30.4343876 ], [ 120.1753131, 30.4343327 ], [ 120.1751601, 30.4343097 ], [ 120.1751539, 30.4342424 ], [ 120.1751868, 30.4341831 ], [ 120.1751734, 30.4341521 ], [ 120.1749496, 30.4341804 ], [ 120.1749321, 30.4341167 ], [ 120.1749023, 30.4341131 ], [ 120.1748725, 30.434168 ], [ 120.1747616, 30.4342371 ], [ 120.174625, 30.4342406 ], [ 120.1746589, 30.4344558 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1616928, 30.4348203 ], [ 120.161772, 30.4348954 ], [ 120.1618671, 30.434769 ], [ 120.1619622, 30.4346904 ], [ 120.1620375, 30.4346084 ], [ 120.1620256, 30.4345401 ], [ 120.1619701, 30.4344479 ], [ 120.161883, 30.4344479 ], [ 120.1617839, 30.434547 ], [ 120.1617126, 30.434646 ], [ 120.1616769, 30.4347656 ], [ 120.1616928, 30.4348203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1509076, 30.4326058 ], [ 120.1514, 30.4328108 ], [ 120.1516377, 30.4329645 ], [ 120.1522575, 30.4332793 ], [ 120.1525631, 30.4332573 ], [ 120.1528093, 30.4331914 ], [ 120.1535479, 30.4331914 ], [ 120.1538196, 30.4331621 ], [ 120.1544139, 30.4331109 ], [ 120.1547281, 30.4331768 ], [ 120.1551356, 30.4333378 ], [ 120.1552714, 30.4334403 ], [ 120.1553478, 30.4336453 ], [ 120.1554922, 30.4339161 ], [ 120.1557384, 30.4340772 ], [ 120.1562308, 30.4342309 ], [ 120.1570543, 30.4344505 ], [ 120.1569779, 30.4345896 ], [ 120.1569185, 30.4348019 ], [ 120.1568845, 30.4351239 ], [ 120.1567996, 30.4353801 ], [ 120.1566084, 30.4358616 ], [ 120.1565474, 30.4360183 ], [ 120.1565011, 30.4361576 ], [ 120.1566043, 30.43619 ], [ 120.1567002, 30.4361021 ], [ 120.1568008, 30.4360154 ], [ 120.1568518, 30.4359905 ], [ 120.1569302, 30.4359876 ], [ 120.1570798, 30.436039 ], [ 120.1571138, 30.4359584 ], [ 120.1571817, 30.4358047 ], [ 120.1572411, 30.4356656 ], [ 120.157292, 30.4355485 ], [ 120.1572326, 30.435446 ], [ 120.1570034, 30.4353801 ], [ 120.1570968, 30.4350141 ], [ 120.1572156, 30.4348604 ], [ 120.1574873, 30.4348677 ], [ 120.157776, 30.4349629 ], [ 120.1576996, 30.4348165 ], [ 120.157759, 30.434736 ], [ 120.1579373, 30.4346994 ], [ 120.1582684, 30.4348238 ], [ 120.1591938, 30.4351825 ], [ 120.1597032, 30.4353948 ], [ 120.1597542, 30.4355412 ], [ 120.1596777, 30.4357754 ], [ 120.1596353, 30.4359438 ], [ 120.1597457, 30.4360536 ], [ 120.1597542, 30.4362 ], [ 120.1596777, 30.4365074 ], [ 120.1597796, 30.4366612 ], [ 120.15989, 30.4367124 ], [ 120.159907, 30.4368076 ], [ 120.1602381, 30.4369832 ], [ 120.1608494, 30.437459 ], [ 120.1609088, 30.4377738 ], [ 120.1609003, 30.4386375 ], [ 120.1609343, 30.4388645 ], [ 120.1610361, 30.4389377 ], [ 120.1626068, 30.4393915 ], [ 120.1630228, 30.4395379 ], [ 120.1632605, 30.4396843 ], [ 120.1632945, 30.4398526 ], [ 120.1634303, 30.4394866 ], [ 120.1632181, 30.4394793 ], [ 120.1629973, 30.4394061 ], [ 120.1629379, 30.439311 ], [ 120.1625983, 30.4391938 ], [ 120.1615625, 30.4389157 ], [ 120.161155, 30.4387986 ], [ 120.1610786, 30.43874 ], [ 120.1610786, 30.4385424 ], [ 120.161155, 30.4379202 ], [ 120.1611041, 30.4375542 ], [ 120.1609937, 30.4373492 ], [ 120.1606796, 30.437093 ], [ 120.1601617, 30.4367636 ], [ 120.1599664, 30.4366319 ], [ 120.159907, 30.4365221 ], [ 120.1601107, 30.4365514 ], [ 120.1601956, 30.4365221 ], [ 120.1603654, 30.4362659 ], [ 120.1604418, 30.4361561 ], [ 120.1605607, 30.4361414 ], [ 120.161189, 30.4362366 ], [ 120.1611805, 30.4361341 ], [ 120.1601702, 30.4358413 ], [ 120.1601787, 30.4357388 ], [ 120.160272, 30.4354607 ], [ 120.1604758, 30.4349995 ], [ 120.1606286, 30.4346994 ], [ 120.160756, 30.4346408 ], [ 120.1610616, 30.4346628 ], [ 120.1611975, 30.4346408 ], [ 120.1612229, 30.4345457 ], [ 120.1612569, 30.4343407 ], [ 120.1614645, 30.4342717 ], [ 120.1614954, 30.4340531 ], [ 120.1611805, 30.434004 ], [ 120.1609597, 30.4339381 ], [ 120.1606371, 30.4341064 ], [ 120.1604758, 30.4342968 ], [ 120.1603145, 30.4345457 ], [ 120.1601787, 30.434919 ], [ 120.1599664, 30.4349409 ], [ 120.1596183, 30.4349263 ], [ 120.1593127, 30.4348677 ], [ 120.1590919, 30.4348311 ], [ 120.1581241, 30.4344651 ], [ 120.1576232, 30.4343041 ], [ 120.1572326, 30.4341723 ], [ 120.1567996, 30.4340406 ], [ 120.1565449, 30.4339088 ], [ 120.1562817, 30.4336892 ], [ 120.1562308, 30.4334989 ], [ 120.1561204, 30.433067 ], [ 120.1560101, 30.4326863 ], [ 120.156044, 30.4325985 ], [ 120.1564091, 30.4325179 ], [ 120.1565364, 30.4325838 ], [ 120.1580137, 30.4321519 ], [ 120.1580986, 30.4319689 ], [ 120.1575298, 30.4320128 ], [ 120.1571138, 30.4322398 ], [ 120.1567317, 30.4322837 ], [ 120.156477, 30.4322983 ], [ 120.1562478, 30.4323715 ], [ 120.1558148, 30.4324667 ], [ 120.1553648, 30.4325692 ], [ 120.155246, 30.4325179 ], [ 120.1552375, 30.4324374 ], [ 120.1554922, 30.4314052 ], [ 120.1558997, 30.4304609 ], [ 120.1560695, 30.429868 ], [ 120.1558318, 30.4297874 ], [ 120.1556365, 30.4302925 ], [ 120.1554752, 30.4304975 ], [ 120.1553478, 30.4305048 ], [ 120.1553224, 30.430622 ], [ 120.1553903, 30.4307098 ], [ 120.1552714, 30.4310246 ], [ 120.1550677, 30.4311637 ], [ 120.1551016, 30.4312442 ], [ 120.1551865, 30.4312881 ], [ 120.1551865, 30.4313979 ], [ 120.1550931, 30.4314858 ], [ 120.1550167, 30.4315004 ], [ 120.1550422, 30.4316029 ], [ 120.1550592, 30.4317713 ], [ 120.1549488, 30.431925 ], [ 120.154813, 30.4322983 ], [ 120.1546007, 30.4324228 ], [ 120.1545328, 30.4325838 ], [ 120.1544903, 30.4327668 ], [ 120.1544139, 30.4328766 ], [ 120.1542017, 30.4328986 ], [ 120.1540913, 30.4328693 ], [ 120.1539045, 30.432679 ], [ 120.1537687, 30.432657 ], [ 120.1532338, 30.4328108 ], [ 120.152614, 30.4329791 ], [ 120.1522405, 30.4329938 ], [ 120.1519433, 30.4328474 ], [ 120.1518075, 30.4327595 ], [ 120.1516292, 30.4327302 ], [ 120.1510349, 30.4325326 ], [ 120.1505764, 30.4323715 ], [ 120.1503337, 30.4322841 ], [ 120.1502717, 30.4324499 ], [ 120.1509076, 30.4326058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1793216, 30.4352182 ], [ 120.1793596, 30.4352837 ], [ 120.1794118, 30.4353574 ], [ 120.1795063, 30.4354104 ], [ 120.1796291, 30.4354308 ], [ 120.1797565, 30.4353759 ], [ 120.1798393, 30.4352673 ], [ 120.1799581, 30.4352387 ], [ 120.1800151, 30.4351691 ], [ 120.1800293, 30.4349929 ], [ 120.1800483, 30.4347963 ], [ 120.1800483, 30.4346612 ], [ 120.1798536, 30.4346981 ], [ 120.1797301, 30.4348004 ], [ 120.1796398, 30.4348619 ], [ 120.1794973, 30.434825 ], [ 120.1794261, 30.4348865 ], [ 120.1793358, 30.4350011 ], [ 120.1793026, 30.4351281 ], [ 120.1793216, 30.4352182 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1801647, 30.4355331 ], [ 120.1803286, 30.4354598 ], [ 120.1804521, 30.4354435 ], [ 120.1805186, 30.4354844 ], [ 120.1807324, 30.4354844 ], [ 120.1807846, 30.4354598 ], [ 120.1807609, 30.4353574 ], [ 120.1807704, 30.4352796 ], [ 120.1808226, 30.4351609 ], [ 120.1809794, 30.4350216 ], [ 120.1815114, 30.43478 ], [ 120.1814449, 30.4347554 ], [ 120.1809314, 30.4349432 ], [ 120.1808625, 30.4349042 ], [ 120.18079, 30.4347232 ], [ 120.180803, 30.4346103 ], [ 120.180707, 30.4345997 ], [ 120.1807634, 30.4348425 ], [ 120.1807149, 30.4348752 ], [ 120.1807327, 30.4351089 ], [ 120.1804686, 30.4352395 ], [ 120.1800983, 30.4353542 ], [ 120.1801647, 30.4355331 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1619384, 30.435401 ], [ 120.1620732, 30.4353976 ], [ 120.1621881, 30.4353874 ], [ 120.1622356, 30.4354147 ], [ 120.1623862, 30.4354147 ], [ 120.1624179, 30.4353156 ], [ 120.1623981, 30.4351824 ], [ 120.1624813, 30.4351141 ], [ 120.1625566, 30.4350286 ], [ 120.1625764, 30.4350594 ], [ 120.1625843, 30.4351619 ], [ 120.1625645, 30.4352439 ], [ 120.1625249, 30.43536 ], [ 120.1624615, 30.4354693 ], [ 120.1625764, 30.4355103 ], [ 120.1625249, 30.4355753 ], [ 120.162509, 30.4356572 ], [ 120.1625367, 30.4357051 ], [ 120.1626239, 30.4357187 ], [ 120.1627349, 30.4356607 ], [ 120.1628379, 30.4355103 ], [ 120.1628775, 30.4353122 ], [ 120.1629765, 30.4350286 ], [ 120.1629805, 30.434851 ], [ 120.1629052, 30.4347758 ], [ 120.1627943, 30.4346802 ], [ 120.1627467, 30.4346939 ], [ 120.1626556, 30.4347758 ], [ 120.1625962, 30.4348749 ], [ 120.1625367, 30.4348647 ], [ 120.1624218, 30.4348476 ], [ 120.1623545, 30.4347656 ], [ 120.1622633, 30.4347588 ], [ 120.1621762, 30.4348852 ], [ 120.1621286, 30.4349467 ], [ 120.1621445, 30.4350116 ], [ 120.1621881, 30.4350765 ], [ 120.1622079, 30.4351243 ], [ 120.1620058, 30.435179 ], [ 120.1619186, 30.4352985 ], [ 120.1618909, 30.43536 ], [ 120.1619384, 30.435401 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1629567, 30.4355172 ], [ 120.1630162, 30.4356162 ], [ 120.1631549, 30.4355821 ], [ 120.1632222, 30.435442 ], [ 120.1632064, 30.4353532 ], [ 120.163139, 30.435196 ], [ 120.1631509, 30.4350662 ], [ 120.1632182, 30.4349398 ], [ 120.1631232, 30.4349057 ], [ 120.1630558, 30.4349501 ], [ 120.1630162, 30.435056 ], [ 120.1629924, 30.4351755 ], [ 120.1629567, 30.4353805 ], [ 120.1629567, 30.4355172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1773295, 30.4355431 ], [ 120.177503, 30.4355949 ], [ 120.1775948, 30.4355826 ], [ 120.1777041, 30.4355273 ], [ 120.1777858, 30.4355409 ], [ 120.1778392, 30.4356143 ], [ 120.177966, 30.4356452 ], [ 120.1780945, 30.4356057 ], [ 120.1781896, 30.4355122 ], [ 120.1781387, 30.4353115 ], [ 120.1781512, 30.4351676 ], [ 120.1780811, 30.4350375 ], [ 120.1780027, 30.4349806 ], [ 120.1778943, 30.4350375 ], [ 120.1776807, 30.4350964 ], [ 120.1774063, 30.4352 ], [ 120.1772553, 30.4354158 ], [ 120.1772486, 30.4354697 ], [ 120.1773295, 30.4355431 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1810004, 30.4355145 ], [ 120.181126, 30.4355475 ], [ 120.1812626, 30.4355522 ], [ 120.1815468, 30.4354957 ], [ 120.181738, 30.4354392 ], [ 120.1817708, 30.4353873 ], [ 120.1817544, 30.4353073 ], [ 120.1816834, 30.4351659 ], [ 120.1815304, 30.4351801 ], [ 120.1811151, 30.4353261 ], [ 120.180984, 30.4353968 ], [ 120.1809676, 30.435458 ], [ 120.1810004, 30.4355145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1611698, 30.4355172 ], [ 120.1614749, 30.4355855 ], [ 120.1616096, 30.4356162 ], [ 120.161665, 30.4355992 ], [ 120.1617443, 30.4352951 ], [ 120.1617284, 30.4351995 ], [ 120.1616769, 30.435179 ], [ 120.1615818, 30.4352063 ], [ 120.1614669, 30.43522 ], [ 120.1613996, 30.4351926 ], [ 120.1612767, 30.4351277 ], [ 120.1612133, 30.4351482 ], [ 120.1610945, 30.4354762 ], [ 120.1611698, 30.4355172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1602981, 30.4356504 ], [ 120.1603654, 30.4357085 ], [ 120.1604486, 30.4357495 ], [ 120.1605318, 30.4357461 ], [ 120.1606626, 30.4356641 ], [ 120.1606982, 30.4355616 ], [ 120.1606705, 30.4354386 ], [ 120.1608567, 30.4354215 ], [ 120.1610152, 30.4353737 ], [ 120.1610509, 30.4353156 ], [ 120.161043, 30.4352234 ], [ 120.1609677, 30.4351414 ], [ 120.1607894, 30.4351072 ], [ 120.1606269, 30.4351277 ], [ 120.1605199, 30.4351721 ], [ 120.1604288, 30.435278 ], [ 120.1604367, 30.4353259 ], [ 120.160405, 30.4354181 ], [ 120.1603615, 30.4354284 ], [ 120.1602981, 30.4355855 ], [ 120.1602981, 30.4356504 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1636541, 30.4357221 ], [ 120.1636818, 30.4358007 ], [ 120.163765, 30.4358588 ], [ 120.1640226, 30.4358486 ], [ 120.1640979, 30.4357871 ], [ 120.1641533, 30.4357153 ], [ 120.1641256, 30.4356743 ], [ 120.1640741, 30.4355787 ], [ 120.1640464, 30.4353908 ], [ 120.163773, 30.4353464 ], [ 120.1637096, 30.4353908 ], [ 120.1636581, 30.435524 ], [ 120.1636422, 30.4356504 ], [ 120.1636541, 30.4357221 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1632499, 30.4356846 ], [ 120.1632896, 30.4358007 ], [ 120.1632816, 30.4358725 ], [ 120.1632262, 30.4360057 ], [ 120.1632499, 30.4360979 ], [ 120.1632935, 30.436197 ], [ 120.1634084, 30.4362824 ], [ 120.1635035, 30.4362346 ], [ 120.1635233, 30.4361833 ], [ 120.1635115, 30.4360877 ], [ 120.1634639, 30.435811 ], [ 120.1635313, 30.4356948 ], [ 120.1635907, 30.4356572 ], [ 120.1636224, 30.4354591 ], [ 120.1635432, 30.4354284 ], [ 120.1633609, 30.4354079 ], [ 120.1632658, 30.4354352 ], [ 120.1632103, 30.4355821 ], [ 120.1632499, 30.4356846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1642009, 30.4361492 ], [ 120.1642603, 30.4362209 ], [ 120.1643435, 30.4362448 ], [ 120.1644347, 30.4362414 ], [ 120.164502, 30.436033 ], [ 120.1646328, 30.4359954 ], [ 120.1646605, 30.4358588 ], [ 120.1646764, 30.4356026 ], [ 120.1644465, 30.4355855 ], [ 120.1643039, 30.4356162 ], [ 120.1642445, 30.4356812 ], [ 120.1642603, 30.435729 ], [ 120.1642881, 30.4358349 ], [ 120.1642405, 30.4359818 ], [ 120.1642009, 30.4360774 ], [ 120.1642009, 30.4361492 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1668339, 30.4362731 ], [ 120.1668932, 30.4363381 ], [ 120.1669572, 30.4363203 ], [ 120.1670063, 30.4362081 ], [ 120.1670764, 30.4358457 ], [ 120.1670117, 30.4358086 ], [ 120.1669255, 30.4358689 ], [ 120.1668501, 30.4359804 ], [ 120.1668177, 30.4361895 ], [ 120.1668339, 30.4362731 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1735011, 30.4361483 ], [ 120.1735089, 30.436202 ], [ 120.173582, 30.4363899 ], [ 120.1736863, 30.4364114 ], [ 120.1737268, 30.4363577 ], [ 120.1737097, 30.435904 ], [ 120.1736023, 30.435853 ], [ 120.1735213, 30.4358638 ], [ 120.1734435, 30.4359322 ], [ 120.1734326, 30.436045 ], [ 120.1735011, 30.4361483 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1740718, 30.4361656 ], [ 120.1741991, 30.4362418 ], [ 120.1743306, 30.436302 ], [ 120.1744569, 30.436286 ], [ 120.1745524, 30.4362763 ], [ 120.1746654, 30.4362276 ], [ 120.1747588, 30.4361745 ], [ 120.1747301, 30.4360532 ], [ 120.1746305, 30.4359726 ], [ 120.1744929, 30.4360062 ], [ 120.1740718, 30.4360177 ], [ 120.1740718, 30.4361656 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1763102, 30.4364822 ], [ 120.1765702, 30.4364379 ], [ 120.1767383, 30.4364299 ], [ 120.1770248, 30.4362903 ], [ 120.1772178, 30.4362165 ], [ 120.1773532, 30.4361453 ], [ 120.1772801, 30.4360044 ], [ 120.1772832, 30.435944 ], [ 120.1771913, 30.4358997 ], [ 120.1770559, 30.4358809 ], [ 120.1767383, 30.4360447 ], [ 120.1765391, 30.4361587 ], [ 120.1764472, 30.4362191 ], [ 120.1763772, 30.4362111 ], [ 120.1762853, 30.4363198 ], [ 120.1763102, 30.4364822 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1671087, 30.4364403 ], [ 120.167168, 30.4365379 ], [ 120.1674266, 30.4366215 ], [ 120.1675505, 30.4366261 ], [ 120.1676421, 30.436575 ], [ 120.1677283, 30.436366 ], [ 120.1677875, 30.436143 ], [ 120.1677606, 30.4360315 ], [ 120.1676421, 30.4359479 ], [ 120.1675128, 30.4359386 ], [ 120.1672272, 30.4359061 ], [ 120.1671572, 30.4359619 ], [ 120.1671087, 30.4361384 ], [ 120.1670817, 30.4363056 ], [ 120.1671087, 30.4364403 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1774683, 30.4363462 ], [ 120.1774733, 30.4366558 ], [ 120.1775328, 30.4366874 ], [ 120.1777654, 30.4366384 ], [ 120.1780259, 30.4365599 ], [ 120.1781498, 30.4365174 ], [ 120.1784052, 30.4365817 ], [ 120.1785139, 30.4365566 ], [ 120.1785999, 30.436489 ], [ 120.1787428, 30.4363768 ], [ 120.1788907, 30.436356 ], [ 120.1788629, 30.4362198 ], [ 120.1787643, 30.4362154 ], [ 120.1787188, 30.4361304 ], [ 120.1785443, 30.4361227 ], [ 120.1784065, 30.4362132 ], [ 120.1782876, 30.4362579 ], [ 120.1781751, 30.4363364 ], [ 120.1776706, 30.436452 ], [ 120.1776491, 30.4363822 ], [ 120.1778084, 30.4363168 ], [ 120.1779045, 30.436223 ], [ 120.1781245, 30.4361402 ], [ 120.178256, 30.4360552 ], [ 120.1783293, 30.4359821 ], [ 120.178318, 30.4359374 ], [ 120.1782295, 30.4359396 ], [ 120.1778653, 30.436077 ], [ 120.1778097, 30.435945 ], [ 120.1777528, 30.4359265 ], [ 120.1774481, 30.4361184 ], [ 120.1774379, 30.4361685 ], [ 120.1774683, 30.4363462 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1677768, 30.4366168 ], [ 120.1678414, 30.4366865 ], [ 120.1679276, 30.4367237 ], [ 120.1680138, 30.4366679 ], [ 120.1680462, 30.4365657 ], [ 120.1681539, 30.4363799 ], [ 120.1682347, 30.4362313 ], [ 120.1681701, 30.4361384 ], [ 120.1679707, 30.4360826 ], [ 120.1678684, 30.4361244 ], [ 120.1677714, 30.4365379 ], [ 120.1677768, 30.4366168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.161336, 30.436782 ], [ 120.1614865, 30.4368202 ], [ 120.1617344, 30.4368011 ], [ 120.1619159, 30.4368164 ], [ 120.1620221, 30.4367668 ], [ 120.1620487, 30.4366103 ], [ 120.1620133, 30.4364996 ], [ 120.1616901, 30.4364157 ], [ 120.1616105, 30.436534 ], [ 120.1614865, 30.4366141 ], [ 120.1613272, 30.4366294 ], [ 120.161336, 30.436782 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1739906, 30.4370033 ], [ 120.1741642, 30.4368988 ], [ 120.1741735, 30.4367846 ], [ 120.1740769, 30.4366836 ], [ 120.1739331, 30.4366455 ], [ 120.1737811, 30.4366588 ], [ 120.1737185, 30.436812 ], [ 120.1737041, 30.4369643 ], [ 120.1739906, 30.4370033 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1732078, 30.4377842 ], [ 120.1733019, 30.4378058 ], [ 120.1734112, 30.4378308 ], [ 120.1737432, 30.4380026 ], [ 120.1739549, 30.4381529 ], [ 120.1740961, 30.4381457 ], [ 120.17437, 30.4381922 ], [ 120.1744655, 30.4382531 ], [ 120.1745236, 30.4384249 ], [ 120.1745693, 30.4384177 ], [ 120.1746108, 30.4383247 ], [ 120.1746565, 30.4382889 ], [ 120.1748308, 30.4383175 ], [ 120.1754451, 30.4384177 ], [ 120.1755489, 30.438432 ], [ 120.1759432, 30.4383712 ], [ 120.1760387, 30.4384392 ], [ 120.1761674, 30.4385358 ], [ 120.1763002, 30.4384356 ], [ 120.176487, 30.4384105 ], [ 120.1769063, 30.4382423 ], [ 120.1773213, 30.43816 ], [ 120.1775081, 30.4381493 ], [ 120.1776327, 30.4382209 ], [ 120.177807, 30.4383927 ], [ 120.1778153, 30.4385108 ], [ 120.1777738, 30.4385895 ], [ 120.1776825, 30.4386611 ], [ 120.1777987, 30.4388937 ], [ 120.1778776, 30.4389617 ], [ 120.1779855, 30.4389939 ], [ 120.1780644, 30.4390297 ], [ 120.1781266, 30.4391263 ], [ 120.1781474, 30.4392301 ], [ 120.1781972, 30.4392659 ], [ 120.1784006, 30.4392695 ], [ 120.1789278, 30.4392158 ], [ 120.1792142, 30.4391442 ], [ 120.1795172, 30.4390189 ], [ 120.1796168, 30.4390154 ], [ 120.1797081, 30.4391693 ], [ 120.1797662, 30.4391406 ], [ 120.1797413, 30.4390225 ], [ 120.1797662, 30.4389295 ], [ 120.179841, 30.4388901 ], [ 120.1799282, 30.4389385 ], [ 120.180031, 30.4389224 ], [ 120.1799862, 30.4388507 ], [ 120.1800278, 30.4387899 ], [ 120.1801232, 30.4387219 ], [ 120.1802519, 30.4387004 ], [ 120.1803764, 30.438747 ], [ 120.180447, 30.4387899 ], [ 120.1805572, 30.4388193 ], [ 120.1805734, 30.4387813 ], [ 120.1806716, 30.4386926 ], [ 120.1805466, 30.4385537 ], [ 120.180501, 30.4384642 ], [ 120.1804802, 30.438364 ], [ 120.1805176, 30.4382853 ], [ 120.1806379, 30.4382495 ], [ 120.1807376, 30.4382173 ], [ 120.1808247, 30.43816 ], [ 120.1809202, 30.4380885 ], [ 120.1810406, 30.438024 ], [ 120.1813478, 30.4379238 ], [ 120.1815968, 30.4378165 ], [ 120.1817006, 30.4377485 ], [ 120.1816798, 30.4376984 ], [ 120.1815179, 30.4377091 ], [ 120.1812274, 30.4378451 ], [ 120.1810738, 30.4379346 ], [ 120.1808081, 30.4379954 ], [ 120.1807417, 30.437956 ], [ 120.1805923, 30.4376948 ], [ 120.1805923, 30.4375588 ], [ 120.1805798, 30.437412 ], [ 120.1806213, 30.4372868 ], [ 120.1806006, 30.4372152 ], [ 120.1805508, 30.4371043 ], [ 120.1805964, 30.4369897 ], [ 120.1807002, 30.4368716 ], [ 120.1806587, 30.4367822 ], [ 120.1805798, 30.4367607 ], [ 120.1804885, 30.4368466 ], [ 120.180393, 30.4369396 ], [ 120.1803183, 30.4369182 ], [ 120.1802353, 30.436818 ], [ 120.1801772, 30.4367285 ], [ 120.1801772, 30.4366712 ], [ 120.1802602, 30.4366354 ], [ 120.1803557, 30.436614 ], [ 120.1804304, 30.4365603 ], [ 120.1804761, 30.4365352 ], [ 120.1803474, 30.4363634 ], [ 120.1801979, 30.4364493 ], [ 120.1801149, 30.4364923 ], [ 120.1800153, 30.4364959 ], [ 120.1799032, 30.4365316 ], [ 120.1798285, 30.4365424 ], [ 120.179787, 30.4364923 ], [ 120.1797455, 30.4363778 ], [ 120.1797953, 30.4363133 ], [ 120.1798991, 30.4362919 ], [ 120.1799904, 30.4362274 ], [ 120.1800651, 30.4361415 ], [ 120.1801191, 30.4360879 ], [ 120.1802519, 30.4360342 ], [ 120.1803474, 30.4360485 ], [ 120.1803723, 30.4361881 ], [ 120.1804761, 30.4361702 ], [ 120.1804013, 30.4360163 ], [ 120.18031, 30.4359232 ], [ 120.1801647, 30.4358767 ], [ 120.1800983, 30.4358159 ], [ 120.1800153, 30.4356655 ], [ 120.1800361, 30.4355832 ], [ 120.1801647, 30.4355331 ], [ 120.1800983, 30.4353542 ], [ 120.1798493, 30.4354472 ], [ 120.1797787, 30.4355188 ], [ 120.1797787, 30.4355868 ], [ 120.1798534, 30.4357586 ], [ 120.1798244, 30.4358015 ], [ 120.1796749, 30.4358839 ], [ 120.1797123, 30.4360091 ], [ 120.1796542, 30.4360521 ], [ 120.1794383, 30.4361236 ], [ 120.1793179, 30.4360843 ], [ 120.1792391, 30.4359519 ], [ 120.1792017, 30.4358445 ], [ 120.1791353, 30.4356942 ], [ 120.1791021, 30.4356262 ], [ 120.17899, 30.4356691 ], [ 120.1789527, 30.4357121 ], [ 120.1788613, 30.4355761 ], [ 120.1787119, 30.4353327 ], [ 120.1786787, 30.4352504 ], [ 120.1784919, 30.4351645 ], [ 120.1783757, 30.4349677 ], [ 120.17833, 30.4348352 ], [ 120.1782387, 30.4347887 ], [ 120.1781183, 30.434778 ], [ 120.1780146, 30.4347815 ], [ 120.1778983, 30.4348317 ], [ 120.1778195, 30.4348746 ], [ 120.1777821, 30.4348281 ], [ 120.1776488, 30.4344076 ], [ 120.1775739, 30.4344076 ], [ 120.1776949, 30.4348853 ], [ 120.177753, 30.4349927 ], [ 120.1778278, 30.4349855 ], [ 120.1778734, 30.4349319 ], [ 120.1779855, 30.4349032 ], [ 120.1781059, 30.4348925 ], [ 120.1782387, 30.4349211 ], [ 120.178384, 30.4351788 ], [ 120.1784629, 30.4353184 ], [ 120.1784919, 30.4354258 ], [ 120.178633, 30.4355403 ], [ 120.1785459, 30.4355904 ], [ 120.1784463, 30.4357192 ], [ 120.1783425, 30.4358552 ], [ 120.1783508, 30.4359304 ], [ 120.1784463, 30.4359698 ], [ 120.1785417, 30.4360986 ], [ 120.1786413, 30.4361129 ], [ 120.1787493, 30.4360914 ], [ 120.1788198, 30.4360091 ], [ 120.1789361, 30.4359733 ], [ 120.1789859, 30.4360127 ], [ 120.1789859, 30.4361022 ], [ 120.1789444, 30.4361809 ], [ 120.1789651, 30.4363241 ], [ 120.1790357, 30.4364064 ], [ 120.1790398, 30.4365173 ], [ 120.1789527, 30.4366068 ], [ 120.1787493, 30.4366426 ], [ 120.1785832, 30.4366211 ], [ 120.1784006, 30.4366605 ], [ 120.1781474, 30.4367321 ], [ 120.1780602, 30.4368072 ], [ 120.1779398, 30.4368681 ], [ 120.177724, 30.4368788 ], [ 120.1776036, 30.4368716 ], [ 120.177367, 30.4369647 ], [ 120.1772674, 30.4370685 ], [ 120.1772591, 30.4371544 ], [ 120.177201, 30.4372546 ], [ 120.1770225, 30.4373369 ], [ 120.1768025, 30.4373619 ], [ 120.1766987, 30.4373763 ], [ 120.1766323, 30.43748 ], [ 120.1766697, 30.4376411 ], [ 120.1767444, 30.4377306 ], [ 120.1767195, 30.4378379 ], [ 120.176624, 30.4379882 ], [ 120.1765202, 30.4381063 ], [ 120.1763749, 30.4381421 ], [ 120.1762131, 30.4381278 ], [ 120.1760968, 30.4381207 ], [ 120.1760802, 30.438203 ], [ 120.1759972, 30.4382853 ], [ 120.1759059, 30.4383032 ], [ 120.1756734, 30.4382889 ], [ 120.1755904, 30.4383139 ], [ 120.1751297, 30.4382495 ], [ 120.1746772, 30.4381779 ], [ 120.1742331, 30.4380706 ], [ 120.174067, 30.4379847 ], [ 120.1735357, 30.4377485 ], [ 120.1733406, 30.4376268 ], [ 120.1731376, 30.437518 ], [ 120.1730376, 30.4377019 ], [ 120.1732078, 30.4377842 ] ], [ [ 120.178081, 30.4371222 ], [ 120.1781889, 30.4370756 ], [ 120.1784546, 30.4370363 ], [ 120.1786663, 30.4370363 ], [ 120.17877, 30.4371007 ], [ 120.178853, 30.436954 ], [ 120.1789817, 30.436911 ], [ 120.179073, 30.4368788 ], [ 120.1791312, 30.4368108 ], [ 120.179264, 30.4367321 ], [ 120.1794093, 30.4367213 ], [ 120.1795795, 30.4367929 ], [ 120.1796127, 30.4368645 ], [ 120.1795878, 30.4369897 ], [ 120.1795213, 30.4371472 ], [ 120.1795255, 30.4372295 ], [ 120.1796002, 30.4372295 ], [ 120.1796832, 30.4371436 ], [ 120.1797995, 30.4370935 ], [ 120.1799862, 30.4370721 ], [ 120.1801357, 30.4370864 ], [ 120.1802021, 30.4371579 ], [ 120.1803432, 30.437523 ], [ 120.1804345, 30.437727 ], [ 120.1804761, 30.4378701 ], [ 120.1804179, 30.4379811 ], [ 120.1803681, 30.438024 ], [ 120.1802353, 30.4380777 ], [ 120.1803142, 30.4382781 ], [ 120.1802893, 30.4383461 ], [ 120.1801564, 30.4383783 ], [ 120.1799655, 30.4383461 ], [ 120.1796044, 30.4386074 ], [ 120.1794923, 30.4386289 ], [ 120.1793262, 30.4385859 ], [ 120.179264, 30.4386825 ], [ 120.1791104, 30.4388006 ], [ 120.1789402, 30.4388829 ], [ 120.1787659, 30.4389939 ], [ 120.1785998, 30.4390261 ], [ 120.1785334, 30.4389867 ], [ 120.1785251, 30.4388794 ], [ 120.1784463, 30.4387577 ], [ 120.1783342, 30.4386002 ], [ 120.1783134, 30.4385179 ], [ 120.1783425, 30.4383676 ], [ 120.1783715, 30.4381708 ], [ 120.1782636, 30.4378165 ], [ 120.1782968, 30.4377306 ], [ 120.1783383, 30.4376268 ], [ 120.17833, 30.4375302 ], [ 120.1782096, 30.4375087 ], [ 120.1781349, 30.4374622 ], [ 120.1780893, 30.437319 ], [ 120.1780602, 30.4372009 ], [ 120.178081, 30.4371222 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.161189, 30.4362366 ], [ 120.161628, 30.436309 ], [ 120.1619379, 30.4363951 ], [ 120.1623109, 30.4365038 ], [ 120.1628572, 30.4365853 ], [ 120.1630673, 30.4365355 ], [ 120.1634455, 30.4365581 ], [ 120.1635348, 30.4365853 ], [ 120.1635506, 30.4366895 ], [ 120.1635243, 30.4368208 ], [ 120.1634823, 30.4369522 ], [ 120.1633772, 30.4370609 ], [ 120.163351, 30.4371333 ], [ 120.1633878, 30.4372465 ], [ 120.1634245, 30.4373371 ], [ 120.1634035, 30.4374549 ], [ 120.1632774, 30.4377357 ], [ 120.1632564, 30.437858 ], [ 120.1633457, 30.4378489 ], [ 120.1635506, 30.4376768 ], [ 120.1635874, 30.4374685 ], [ 120.1636346, 30.4374232 ], [ 120.1640654, 30.4374458 ], [ 120.1641705, 30.4373915 ], [ 120.1641337, 30.4372692 ], [ 120.1639656, 30.4372103 ], [ 120.1638973, 30.4371243 ], [ 120.1639183, 30.4367438 ], [ 120.1640181, 30.4366442 ], [ 120.164328, 30.4366532 ], [ 120.1644436, 30.4367891 ], [ 120.1645277, 30.4369612 ], [ 120.1644856, 30.4371514 ], [ 120.1643753, 30.4374141 ], [ 120.1644279, 30.4374458 ], [ 120.1645014, 30.4374141 ], [ 120.1645802, 30.4371786 ], [ 120.164659, 30.4366578 ], [ 120.1647956, 30.4365898 ], [ 120.1649006, 30.4365219 ], [ 120.1644279, 30.4364902 ], [ 120.1640129, 30.4363951 ], [ 120.1638395, 30.4364313 ], [ 120.1634981, 30.4364223 ], [ 120.1627889, 30.4364494 ], [ 120.162127, 30.4363271 ], [ 120.1620482, 30.4362683 ], [ 120.1621638, 30.4359693 ], [ 120.162106, 30.4358969 ], [ 120.1621113, 30.4359739 ], [ 120.1620692, 30.4360735 ], [ 120.162001, 30.4362501 ], [ 120.1619589, 30.4362818 ], [ 120.161649, 30.4362366 ], [ 120.1611805, 30.4361341 ], [ 120.161189, 30.4362366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1358749, 30.4362145 ], [ 120.1360921, 30.4363279 ], [ 120.1366864, 30.4364905 ], [ 120.1368236, 30.4364905 ], [ 120.1368407, 30.4364461 ], [ 120.1367722, 30.4362096 ], [ 120.1367207, 30.4360618 ], [ 120.1365493, 30.4359041 ], [ 120.1364235, 30.4357957 ], [ 120.1363378, 30.4357021 ], [ 120.1362578, 30.4356084 ], [ 120.1361606, 30.4356479 ], [ 120.1359092, 30.4355444 ], [ 120.1357834, 30.4357218 ], [ 120.1351433, 30.4355542 ], [ 120.1350462, 30.4355493 ], [ 120.134949, 30.4356627 ], [ 120.1348519, 30.4359435 ], [ 120.1358749, 30.4362145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1344747, 30.4366285 ], [ 120.1345318, 30.4365989 ], [ 120.1347261, 30.4360815 ], [ 120.1346804, 30.4360372 ], [ 120.1342289, 30.435914 ], [ 120.1341032, 30.435909 ], [ 120.1338117, 30.43584 ], [ 120.133566, 30.4363673 ], [ 120.1344747, 30.4366285 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1503612, 30.4363152 ], [ 120.1504282, 30.436361 ], [ 120.1505901, 30.4363883 ], [ 120.1506014, 30.4365365 ], [ 120.1507658, 30.4365616 ], [ 120.1510415, 30.4365289 ], [ 120.1511616, 30.4364831 ], [ 120.1511628, 30.4363512 ], [ 120.1510807, 30.4363218 ], [ 120.1510617, 30.4362705 ], [ 120.1509201, 30.4362466 ], [ 120.1507595, 30.4362313 ], [ 120.1506318, 30.4361877 ], [ 120.1504485, 30.4361615 ], [ 120.1503865, 30.4361833 ], [ 120.1503587, 30.436264 ], [ 120.1503612, 30.4363152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1495191, 30.4367894 ], [ 120.1495482, 30.4368232 ], [ 120.1496633, 30.4368232 ], [ 120.1497682, 30.4368734 ], [ 120.1498112, 30.4366412 ], [ 120.1498441, 30.436615 ], [ 120.1499225, 30.4366194 ], [ 120.1500919, 30.4365213 ], [ 120.1501387, 30.4362346 ], [ 120.1500577, 30.4361844 ], [ 120.1499452, 30.4361648 ], [ 120.1498592, 30.4361888 ], [ 120.149815, 30.4362967 ], [ 120.1497859, 30.4365376 ], [ 120.1497416, 30.4365954 ], [ 120.1496405, 30.4366041 ], [ 120.1495672, 30.4366194 ], [ 120.1495166, 30.436712 ], [ 120.1495191, 30.4367894 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1434168, 30.4380988 ], [ 120.1435417, 30.4380296 ], [ 120.1441114, 30.4373204 ], [ 120.1441341, 30.4371976 ], [ 120.1441912, 30.4371236 ], [ 120.144251, 30.4369427 ], [ 120.144331, 30.4368958 ], [ 120.1444989, 30.4369818 ], [ 120.144732, 30.4370292 ], [ 120.1449532, 30.4370213 ], [ 120.1453325, 30.436966 ], [ 120.145434, 30.4370103 ], [ 120.1455169, 30.4371539 ], [ 120.1458673, 30.4372808 ], [ 120.1462148, 30.4373135 ], [ 120.146662, 30.4373758 ], [ 120.1471348, 30.4376295 ], [ 120.14746, 30.4379069 ], [ 120.1475625, 30.4379239 ], [ 120.1476655, 30.4378985 ], [ 120.1477409, 30.4378007 ], [ 120.1478303, 30.4377877 ], [ 120.1484679, 30.4377173 ], [ 120.1488158, 30.4378503 ], [ 120.1492931, 30.4379274 ], [ 120.1493826, 30.4377614 ], [ 120.1495791, 30.4377061 ], [ 120.1496291, 30.4376541 ], [ 120.1495266, 30.4373184 ], [ 120.1495161, 30.4372249 ], [ 120.1499425, 30.4370903 ], [ 120.1502132, 30.4369466 ], [ 120.1502577, 30.4369 ], [ 120.1504658, 30.4368721 ], [ 120.1504587, 30.4368299 ], [ 120.1501108, 30.4368338 ], [ 120.1498388, 30.4368914 ], [ 120.1496559, 30.4369607 ], [ 120.1495935, 30.4370875 ], [ 120.1494106, 30.4371491 ], [ 120.1492456, 30.4372529 ], [ 120.1491787, 30.4373029 ], [ 120.1491787, 30.4373567 ], [ 120.14921, 30.4374451 ], [ 120.1491877, 30.4375413 ], [ 120.1491431, 30.4376335 ], [ 120.149036, 30.4377374 ], [ 120.148929, 30.4377566 ], [ 120.148706, 30.4377066 ], [ 120.148483, 30.4376682 ], [ 120.1482868, 30.4376412 ], [ 120.1481932, 30.4376143 ], [ 120.1479211, 30.4377143 ], [ 120.1477383, 30.4377412 ], [ 120.1474484, 30.4376797 ], [ 120.1472388, 30.4375836 ], [ 120.1467348, 30.4372221 ], [ 120.1465564, 30.4371452 ], [ 120.1463067, 30.4371568 ], [ 120.1461016, 30.4370645 ], [ 120.1459767, 30.4370337 ], [ 120.1456288, 30.4369914 ], [ 120.145495, 30.4369068 ], [ 120.1452542, 30.4369068 ], [ 120.1449019, 30.4368338 ], [ 120.1447414, 30.4368453 ], [ 120.1445986, 30.4367799 ], [ 120.144175, 30.4365415 ], [ 120.1440902, 30.4366031 ], [ 120.1440858, 30.4367069 ], [ 120.1441215, 30.4367876 ], [ 120.1441125, 30.4368914 ], [ 120.1440546, 30.4369491 ], [ 120.1440501, 30.4370414 ], [ 120.1440278, 30.4371721 ], [ 120.143845, 30.4373875 ], [ 120.1437156, 30.4374605 ], [ 120.143671, 30.4375528 ], [ 120.1433633, 30.4379104 ], [ 120.1433276, 30.4380257 ], [ 120.1434168, 30.4380988 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.129077, 30.4375551 ], [ 120.1292017, 30.4375775 ], [ 120.1294874, 30.4375954 ], [ 120.1297056, 30.4376491 ], [ 120.1297523, 30.4376267 ], [ 120.1299237, 30.4376357 ], [ 120.1300588, 30.4376312 ], [ 120.1301107, 30.4375685 ], [ 120.1301263, 30.437461 ], [ 120.1298614, 30.4373401 ], [ 120.1297939, 30.4372819 ], [ 120.1298198, 30.4371654 ], [ 120.1297419, 30.4371341 ], [ 120.1296432, 30.4371475 ], [ 120.1295341, 30.4372013 ], [ 120.1293731, 30.4372192 ], [ 120.1292536, 30.4372326 ], [ 120.1291809, 30.4372819 ], [ 120.1291186, 30.4373938 ], [ 120.1290303, 30.4374431 ], [ 120.1290199, 30.4374924 ], [ 120.129077, 30.4375551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1218406, 30.440061 ], [ 120.1220676, 30.4400663 ], [ 120.1223252, 30.4400928 ], [ 120.1225277, 30.4401404 ], [ 120.1226443, 30.4399976 ], [ 120.122767, 30.4396591 ], [ 120.1228713, 30.4393893 ], [ 120.1229265, 30.4392042 ], [ 120.1231657, 30.4391301 ], [ 120.1235952, 30.4390243 ], [ 120.1238836, 30.438982 ], [ 120.1240922, 30.4389661 ], [ 120.1241903, 30.4390296 ], [ 120.1243437, 30.4392571 ], [ 120.1244909, 30.4395956 ], [ 120.1244971, 30.4397067 ], [ 120.1247057, 30.439749 ], [ 120.1248529, 30.4398601 ], [ 120.1249388, 30.4400558 ], [ 120.1250738, 30.4403467 ], [ 120.125221, 30.4406852 ], [ 120.1252701, 30.440791 ], [ 120.1252701, 30.4408756 ], [ 120.1251351, 30.4412829 ], [ 120.1250431, 30.441558 ], [ 120.1246382, 30.4421821 ], [ 120.1245339, 30.4423566 ], [ 120.1243989, 30.4427957 ], [ 120.1240799, 30.4434991 ], [ 120.1239265, 30.4437742 ], [ 120.1237768, 30.4439991 ], [ 120.1236632, 30.4441268 ], [ 120.1234697, 30.4442443 ], [ 120.1228865, 30.4445782 ], [ 120.1227057, 30.4446575 ], [ 120.1227889, 30.444828 ], [ 120.1229322, 30.4451218 ], [ 120.1232934, 30.4448673 ], [ 120.1236259, 30.444594 ], [ 120.1237424, 30.4444195 ], [ 120.1240983, 30.4440492 ], [ 120.1243314, 30.4438112 ], [ 120.1244541, 30.443552 ], [ 120.1246014, 30.4432241 ], [ 120.1247363, 30.4426634 ], [ 120.1247827, 30.4425571 ], [ 120.1248395, 30.4424882 ], [ 120.1249265, 30.4424254 ], [ 120.125221, 30.4420604 ], [ 120.1252701, 30.4420075 ], [ 120.1253752, 30.4420413 ], [ 120.1256074, 30.4417351 ], [ 120.1256689, 30.4415738 ], [ 120.1258038, 30.4412565 ], [ 120.1258959, 30.4410237 ], [ 120.1264971, 30.440151 ], [ 120.1266137, 30.4400663 ], [ 120.1270247, 30.4394686 ], [ 120.1270738, 30.4393576 ], [ 120.1271413, 30.4390349 ], [ 120.1271474, 30.4386699 ], [ 120.1272701, 30.4382891 ], [ 120.1273928, 30.438141 ], [ 120.1275217, 30.437649 ], [ 120.127583, 30.4375115 ], [ 120.1276935, 30.4375009 ], [ 120.1277609, 30.4372788 ], [ 120.1278162, 30.4371677 ], [ 120.1279879, 30.4370513 ], [ 120.1280002, 30.4369191 ], [ 120.1281106, 30.4369032 ], [ 120.1281475, 30.4369667 ], [ 120.1282211, 30.4369931 ], [ 120.1282702, 30.436882 ], [ 120.1283622, 30.4368556 ], [ 120.1285892, 30.436845 ], [ 120.1286628, 30.4367604 ], [ 120.1287978, 30.436808 ], [ 120.1289143, 30.4368662 ], [ 120.1290064, 30.4369138 ], [ 120.1297549, 30.4370143 ], [ 120.1300125, 30.4370513 ], [ 120.1302579, 30.4370619 ], [ 120.1305156, 30.4369825 ], [ 120.1306935, 30.4369931 ], [ 120.1313991, 30.4370619 ], [ 120.1316138, 30.4370883 ], [ 120.1316874, 30.4371201 ], [ 120.1317488, 30.4371994 ], [ 120.1317365, 30.4373951 ], [ 120.1317917, 30.4374057 ], [ 120.131804, 30.4372629 ], [ 120.1318653, 30.4371412 ], [ 120.1322273, 30.4371783 ], [ 120.1326568, 30.437247 ], [ 120.1329022, 30.4372788 ], [ 120.1335464, 30.4374216 ], [ 120.1337181, 30.4374956 ], [ 120.1337918, 30.4375644 ], [ 120.1338224, 30.4377284 ], [ 120.1340003, 30.4382203 ], [ 120.1340494, 30.4382362 ], [ 120.1340556, 30.4381939 ], [ 120.1339022, 30.4378236 ], [ 120.1338592, 30.437649 ], [ 120.1338286, 30.4374692 ], [ 120.13362, 30.437374 ], [ 120.1330617, 30.4372364 ], [ 120.132896, 30.437173 ], [ 120.1327795, 30.4371148 ], [ 120.132804, 30.4369773 ], [ 120.1327488, 30.4369085 ], [ 120.1327242, 30.4369984 ], [ 120.1326384, 30.4370936 ], [ 120.1325095, 30.4371518 ], [ 120.1323623, 30.4371571 ], [ 120.1316751, 30.437009 ], [ 120.1313438, 30.4369984 ], [ 120.1310739, 30.4369825 ], [ 120.1303438, 30.4368873 ], [ 120.1301414, 30.4368503 ], [ 120.1300003, 30.4368926 ], [ 120.1298039, 30.4368873 ], [ 120.1295585, 30.4368397 ], [ 120.1293193, 30.4367551 ], [ 120.1291475, 30.4366546 ], [ 120.1289512, 30.4366229 ], [ 120.1288469, 30.4366863 ], [ 120.1286321, 30.436607 ], [ 120.1285462, 30.4365329 ], [ 120.1282886, 30.436644 ], [ 120.1283131, 30.4367498 ], [ 120.1282579, 30.4367921 ], [ 120.1281597, 30.4367657 ], [ 120.1280861, 30.4368291 ], [ 120.1279879, 30.4368609 ], [ 120.1278407, 30.4368344 ], [ 120.1276566, 30.4366493 ], [ 120.1276137, 30.436443 ], [ 120.1275769, 30.4363266 ], [ 120.1275524, 30.4360463 ], [ 120.1275708, 30.4356707 ], [ 120.1275769, 30.4352052 ], [ 120.1276873, 30.4350148 ], [ 120.1277425, 30.4347133 ], [ 120.1278714, 30.4344435 ], [ 120.1278775, 30.4343218 ], [ 120.1278284, 30.4342055 ], [ 120.1279143, 30.4337241 ], [ 120.1280616, 30.4334913 ], [ 120.1280861, 30.4333326 ], [ 120.1282395, 30.4329676 ], [ 120.1285217, 30.4325603 ], [ 120.1286628, 30.4323805 ], [ 120.1286812, 30.4322482 ], [ 120.1289082, 30.4318303 ], [ 120.1290493, 30.4317034 ], [ 120.1291168, 30.4316293 ], [ 120.1291045, 30.4315182 ], [ 120.1294113, 30.4309469 ], [ 120.1295524, 30.4307988 ], [ 120.1297242, 30.430492 ], [ 120.1300244, 30.4300355 ], [ 120.1297145, 30.4299464 ], [ 120.1296506, 30.4301376 ], [ 120.1295708, 30.4303227 ], [ 120.1293131, 30.4306771 ], [ 120.1290493, 30.4310421 ], [ 120.1288653, 30.4313225 ], [ 120.1286199, 30.4316187 ], [ 120.1283131, 30.4320472 ], [ 120.1282211, 30.4322006 ], [ 120.1281352, 30.4323963 ], [ 120.1279021, 30.4327032 ], [ 120.1277794, 30.4328354 ], [ 120.1276812, 30.4331792 ], [ 120.1274665, 30.4338458 ], [ 120.1274174, 30.434105 ], [ 120.1274051, 30.4343747 ], [ 120.1273867, 30.4345334 ], [ 120.1272701, 30.4347768 ], [ 120.1270063, 30.4350465 ], [ 120.1269327, 30.4351682 ], [ 120.1267855, 30.4352211 ], [ 120.1265155, 30.4352687 ], [ 120.1261965, 30.4352899 ], [ 120.1259879, 30.4353216 ], [ 120.1259756, 30.4353957 ], [ 120.1261904, 30.4354591 ], [ 120.1263805, 30.4355173 ], [ 120.1266566, 30.4356337 ], [ 120.1268775, 30.4356972 ], [ 120.1270615, 30.4358241 ], [ 120.1271352, 30.4359722 ], [ 120.127129, 30.4361627 ], [ 120.127172, 30.4364589 ], [ 120.1271474, 30.4366229 ], [ 120.1271045, 30.4367551 ], [ 120.1271413, 30.4369931 ], [ 120.1271168, 30.4372417 ], [ 120.1270125, 30.437538 ], [ 120.1269204, 30.4377337 ], [ 120.1267671, 30.4384372 ], [ 120.1266198, 30.4389291 ], [ 120.1265401, 30.439183 ], [ 120.126399, 30.4394052 ], [ 120.1260861, 30.4398706 ], [ 120.125902, 30.440061 ], [ 120.1257854, 30.4401351 ], [ 120.1256934, 30.4402356 ], [ 120.1255768, 30.4403625 ], [ 120.1253989, 30.4403996 ], [ 120.1252762, 30.440352 ], [ 120.1251106, 30.4400928 ], [ 120.1249633, 30.4398548 ], [ 120.1247241, 30.4394104 ], [ 120.1242946, 30.4386117 ], [ 120.1241535, 30.4384002 ], [ 120.1240431, 30.4383314 ], [ 120.1239879, 30.438416 ], [ 120.1240308, 30.4385059 ], [ 120.124129, 30.4385959 ], [ 120.1241167, 30.438744 ], [ 120.1240737, 30.4388709 ], [ 120.1239694, 30.4389185 ], [ 120.1232148, 30.4390455 ], [ 120.1229878, 30.4390772 ], [ 120.1228651, 30.439146 ], [ 120.1228038, 30.4392465 ], [ 120.1227547, 30.4393576 ], [ 120.1227302, 30.4394686 ], [ 120.1226749, 30.4396643 ], [ 120.122589, 30.4399182 ], [ 120.1225584, 30.4399764 ], [ 120.1224602, 30.4400082 ], [ 120.1223436, 30.4399394 ], [ 120.1221473, 30.4399182 ], [ 120.1219633, 30.4399024 ], [ 120.1218344, 30.4399341 ], [ 120.1217669, 30.4400134 ], [ 120.1218406, 30.440061 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1504658, 30.4368721 ], [ 120.1511032, 30.4369055 ], [ 120.1513724, 30.4369024 ], [ 120.151558, 30.4369463 ], [ 120.1520674, 30.4371157 ], [ 120.1523003, 30.4371408 ], [ 120.1524932, 30.4372161 ], [ 120.1525295, 30.437282 ], [ 120.1524895, 30.4375267 ], [ 120.1523913, 30.4377808 ], [ 120.1524277, 30.4378216 ], [ 120.1526824, 30.4379533 ], [ 120.1530535, 30.43822 ], [ 120.1532354, 30.438358 ], [ 120.153472, 30.4384271 ], [ 120.153774, 30.4384208 ], [ 120.153854, 30.4384176 ], [ 120.1541051, 30.4382859 ], [ 120.1541669, 30.4383016 ], [ 120.1550111, 30.4385055 ], [ 120.155193, 30.4385525 ], [ 120.1553349, 30.438518 ], [ 120.1554987, 30.4384898 ], [ 120.1558153, 30.4385118 ], [ 120.156019, 30.4385337 ], [ 120.1563974, 30.4387188 ], [ 120.156674, 30.43886 ], [ 120.1570924, 30.4390325 ], [ 120.1571252, 30.4390953 ], [ 120.1571143, 30.4391768 ], [ 120.1573435, 30.4392176 ], [ 120.1573653, 30.439089 ], [ 120.1573544, 30.4390012 ], [ 120.1571943, 30.4389855 ], [ 120.1569141, 30.4388788 ], [ 120.1565976, 30.4387533 ], [ 120.1565212, 30.4386749 ], [ 120.1564666, 30.4386027 ], [ 120.1563392, 30.4385557 ], [ 120.1561646, 30.4385337 ], [ 120.1559353, 30.4384616 ], [ 120.1558116, 30.43838 ], [ 120.1557971, 30.4383173 ], [ 120.1557607, 30.4382451 ], [ 120.1557388, 30.4381761 ], [ 120.1558407, 30.4380694 ], [ 120.1559535, 30.4379973 ], [ 120.1560954, 30.4377777 ], [ 120.1563356, 30.4373447 ], [ 120.1564484, 30.4370216 ], [ 120.156503, 30.4368208 ], [ 120.1565066, 30.4366075 ], [ 120.1565252, 30.4364374 ], [ 120.156552, 30.4363137 ], [ 120.1566043, 30.43619 ], [ 120.1565011, 30.4361576 ], [ 120.1564354, 30.4363091 ], [ 120.156422, 30.4363808 ], [ 120.1564447, 30.4365604 ], [ 120.1564629, 30.4366985 ], [ 120.1563283, 30.4370467 ], [ 120.1561864, 30.4373165 ], [ 120.1559208, 30.4377557 ], [ 120.1558189, 30.4379314 ], [ 120.1555824, 30.4381573 ], [ 120.1553641, 30.4383549 ], [ 120.1553131, 30.438449 ], [ 120.1551821, 30.4384929 ], [ 120.1550475, 30.4384773 ], [ 120.1549019, 30.4383988 ], [ 120.154811, 30.4383204 ], [ 120.1546218, 30.4382577 ], [ 120.1544653, 30.4382733 ], [ 120.1543525, 30.4382357 ], [ 120.1541306, 30.4381416 ], [ 120.153985, 30.4381949 ], [ 120.153683, 30.4383204 ], [ 120.1534901, 30.4383769 ], [ 120.1532609, 30.4383173 ], [ 120.1531226, 30.4382294 ], [ 120.1530753, 30.4381886 ], [ 120.1530535, 30.4380569 ], [ 120.1528352, 30.437922 ], [ 120.152726, 30.4378341 ], [ 120.1526278, 30.4377902 ], [ 120.1525623, 30.4377651 ], [ 120.1525477, 30.4377212 ], [ 120.1525659, 30.4376239 ], [ 120.1526169, 30.4373981 ], [ 120.1526351, 30.4372569 ], [ 120.1526387, 30.4371722 ], [ 120.1525623, 30.4371157 ], [ 120.1523731, 30.4370781 ], [ 120.1520674, 30.4369808 ], [ 120.1515762, 30.4368302 ], [ 120.1513979, 30.4367612 ], [ 120.1513506, 30.4366514 ], [ 120.151347, 30.4365604 ], [ 120.1512706, 30.436642 ], [ 120.1512123, 30.4367738 ], [ 120.1511105, 30.436802 ], [ 120.1509758, 30.436802 ], [ 120.1504587, 30.4368299 ], [ 120.1504658, 30.4368721 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1279394, 30.438191 ], [ 120.1281472, 30.4382806 ], [ 120.128329, 30.4383388 ], [ 120.1284225, 30.4382089 ], [ 120.1285004, 30.437994 ], [ 120.1286303, 30.4378059 ], [ 120.128755, 30.4373625 ], [ 120.128755, 30.4372236 ], [ 120.128677, 30.4372013 ], [ 120.128142, 30.4372236 ], [ 120.1279914, 30.4372371 ], [ 120.1279031, 30.4373267 ], [ 120.127955, 30.4374431 ], [ 120.1279602, 30.4376043 ], [ 120.1279966, 30.4377611 ], [ 120.128007, 30.437873 ], [ 120.1280018, 30.4379537 ], [ 120.1278979, 30.4380746 ], [ 120.1278719, 30.4381328 ], [ 120.1279394, 30.438191 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1287757, 30.4383254 ], [ 120.1295393, 30.4384821 ], [ 120.1297939, 30.4385359 ], [ 120.129851, 30.4385224 ], [ 120.1299133, 30.4382985 ], [ 120.1299393, 30.438097 ], [ 120.1298718, 30.4380477 ], [ 120.1295186, 30.4379223 ], [ 120.1294147, 30.4378551 ], [ 120.1292329, 30.437779 ], [ 120.1290563, 30.4377029 ], [ 120.1289576, 30.4376894 ], [ 120.128729, 30.438294 ], [ 120.1287757, 30.4383254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1304484, 30.4386926 ], [ 120.1304847, 30.4386389 ], [ 120.1304951, 30.4382672 ], [ 120.1304328, 30.4382403 ], [ 120.1301159, 30.4381283 ], [ 120.1300276, 30.4381194 ], [ 120.1299393, 30.4385717 ], [ 120.1304484, 30.4386926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1319983, 30.4389067 ], [ 120.1320583, 30.4387795 ], [ 120.1321505, 30.4383104 ], [ 120.1321689, 30.438211 ], [ 120.1321366, 30.4381275 ], [ 120.1320813, 30.4380759 ], [ 120.1320121, 30.4380321 ], [ 120.1319568, 30.4380838 ], [ 120.1317816, 30.4388709 ], [ 120.1319983, 30.4389067 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1272382, 30.43893 ], [ 120.1272382, 30.4390196 ], [ 120.1273161, 30.4390061 ], [ 120.1274511, 30.4388986 ], [ 120.127607, 30.4388807 ], [ 120.1278303, 30.4389255 ], [ 120.1279342, 30.4388718 ], [ 120.1280121, 30.4387285 ], [ 120.1279914, 30.4386299 ], [ 120.1279135, 30.4385851 ], [ 120.127742, 30.4385493 ], [ 120.1276278, 30.4384911 ], [ 120.127555, 30.4383791 ], [ 120.1275291, 30.4382358 ], [ 120.1274356, 30.4382179 ], [ 120.1273836, 30.4382672 ], [ 120.1273265, 30.4383926 ], [ 120.1272589, 30.4385672 ], [ 120.1272174, 30.438715 ], [ 120.1272382, 30.43893 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1297017, 30.4392149 ], [ 120.1298721, 30.4387104 ], [ 120.1295499, 30.4386369 ], [ 120.1294018, 30.4391542 ], [ 120.1297017, 30.4392149 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1384737, 30.4394862 ], [ 120.1385738, 30.4395109 ], [ 120.1397172, 30.4396341 ], [ 120.1397601, 30.4395601 ], [ 120.1398244, 30.4392829 ], [ 120.1397244, 30.4392151 ], [ 120.13951, 30.4390919 ], [ 120.1394385, 30.4390179 ], [ 120.1390883, 30.4388824 ], [ 120.1385952, 30.438753 ], [ 120.1384666, 30.4394061 ], [ 120.1384737, 30.4394862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1312053, 30.4393877 ], [ 120.1321274, 30.4395348 ], [ 120.1321874, 30.439181 ], [ 120.1321781, 30.4391253 ], [ 120.1312375, 30.4389663 ], [ 120.1311822, 30.4393042 ], [ 120.1312053, 30.4393877 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1272664, 30.4396578 ], [ 120.1273765, 30.4397053 ], [ 120.1274453, 30.4397528 ], [ 120.1274407, 30.4398912 ], [ 120.127404, 30.4400178 ], [ 120.1277389, 30.4400059 ], [ 120.1278995, 30.4399743 ], [ 120.1279866, 30.439911 ], [ 120.1282022, 30.4393414 ], [ 120.128216, 30.4392307 ], [ 120.1280004, 30.4391911 ], [ 120.1278123, 30.4391476 ], [ 120.1276334, 30.4390724 ], [ 120.1274866, 30.4390645 ], [ 120.1273856, 30.4391476 ], [ 120.1273168, 30.4393454 ], [ 120.1272067, 30.4394522 ], [ 120.1272664, 30.4396578 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1308145, 30.4401587 ], [ 120.1309238, 30.4397403 ], [ 120.1309238, 30.4396578 ], [ 120.1303647, 30.4396044 ], [ 120.1303428, 30.4400349 ], [ 120.1308145, 30.4401587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1269131, 30.4401206 ], [ 120.1273076, 30.4400217 ], [ 120.1273214, 30.4397963 ], [ 120.1272755, 30.4397528 ], [ 120.1272113, 30.4398121 ], [ 120.1271562, 30.4398754 ], [ 120.1270278, 30.4398833 ], [ 120.1269452, 30.4399387 ], [ 120.1268902, 30.4400692 ], [ 120.1269131, 30.4401206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1404819, 30.4403673 ], [ 120.1411323, 30.4404844 ], [ 120.1411966, 30.4403611 ], [ 120.1411966, 30.4402133 ], [ 120.1411108, 30.440164 ], [ 120.1408535, 30.4400962 ], [ 120.1406177, 30.4399914 ], [ 120.1404962, 30.4399237 ], [ 120.1404033, 30.4402872 ], [ 120.140389, 30.4403488 ], [ 120.1404819, 30.4403673 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1640044, 30.4371145 ], [ 120.1642458, 30.4370978 ], [ 120.1642844, 30.4370312 ], [ 120.1643134, 30.436769 ], [ 120.1642893, 30.4367065 ], [ 120.1640285, 30.4367024 ], [ 120.1639609, 30.4367606 ], [ 120.1639464, 30.4370812 ], [ 120.1640044, 30.4371145 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1655012, 30.4373102 ], [ 120.1655592, 30.4373393 ], [ 120.1656895, 30.4373393 ], [ 120.1658344, 30.4374184 ], [ 120.166013, 30.4374892 ], [ 120.1661386, 30.4375183 ], [ 120.166269, 30.4374559 ], [ 120.1663317, 30.4372769 ], [ 120.1663317, 30.4371853 ], [ 120.1663897, 30.4370521 ], [ 120.1664669, 30.436873 ], [ 120.1664476, 30.4367898 ], [ 120.1661917, 30.436719 ], [ 120.1660758, 30.4367107 ], [ 120.1659986, 30.4367648 ], [ 120.1659068, 30.4368522 ], [ 120.1657475, 30.4368314 ], [ 120.1656654, 30.4368439 ], [ 120.1655785, 30.4368897 ], [ 120.165535, 30.4370146 ], [ 120.1654916, 30.4372436 ], [ 120.1655012, 30.4373102 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1660527, 30.4353347 ], [ 120.1668285, 30.4355716 ], [ 120.1670117, 30.4356924 ], [ 120.1671572, 30.43579 ], [ 120.1675936, 30.4358457 ], [ 120.1681, 30.4360501 ], [ 120.1687466, 30.436287 ], [ 120.1688274, 30.4363939 ], [ 120.1689782, 30.4364078 ], [ 120.1692261, 30.4364821 ], [ 120.1693123, 30.4366679 ], [ 120.1691884, 30.4367097 ], [ 120.1691076, 30.4368212 ], [ 120.1690752, 30.4369838 ], [ 120.1690375, 30.437244 ], [ 120.1691614, 30.4372765 ], [ 120.169183, 30.4371882 ], [ 120.1691668, 30.4370489 ], [ 120.1692369, 30.4369374 ], [ 120.1693069, 30.4368909 ], [ 120.1694524, 30.4369234 ], [ 120.1695494, 30.4369048 ], [ 120.1696787, 30.4368352 ], [ 120.1698565, 30.4367794 ], [ 120.1700181, 30.436798 ], [ 120.1702875, 30.4367608 ], [ 120.1704922, 30.436733 ], [ 120.1707131, 30.4368166 ], [ 120.1708263, 30.4369048 ], [ 120.1713327, 30.4370396 ], [ 120.1711603, 30.4374112 ], [ 120.1711172, 30.4374716 ], [ 120.1707239, 30.4373694 ], [ 120.1707239, 30.4374948 ], [ 120.1706215, 30.4375923 ], [ 120.1706054, 30.437676 ], [ 120.1707616, 30.4377271 ], [ 120.170767, 30.4376156 ], [ 120.1710633, 30.4375831 ], [ 120.1710418, 30.4377224 ], [ 120.1710849, 30.437806 ], [ 120.1710525, 30.4378896 ], [ 120.1708855, 30.4380058 ], [ 120.1703683, 30.438382 ], [ 120.1707616, 30.4385864 ], [ 120.1708586, 30.4384982 ], [ 120.1710472, 30.4384564 ], [ 120.1711293, 30.4385162 ], [ 120.1712057, 30.4387372 ], [ 120.1713111, 30.4388684 ], [ 120.1714695, 30.4390985 ], [ 120.1714981, 30.4391452 ], [ 120.1717761, 30.439164 ], [ 120.1718984, 30.4387629 ], [ 120.1720237, 30.4384211 ], [ 120.1719657, 30.4382612 ], [ 120.1715063, 30.4381614 ], [ 120.171574, 30.4377798 ], [ 120.1716164, 30.4376484 ], [ 120.1716345, 30.4374263 ], [ 120.1717665, 30.4373635 ], [ 120.1719322, 30.4374254 ], [ 120.1725126, 30.4376156 ], [ 120.1727854, 30.4376496 ], [ 120.1730376, 30.4377019 ], [ 120.1731376, 30.437518 ], [ 120.1730999, 30.4374019 ], [ 120.1730352, 30.4372347 ], [ 120.173046, 30.4370721 ], [ 120.1731322, 30.4369792 ], [ 120.1731753, 30.4369048 ], [ 120.1731592, 30.4368027 ], [ 120.1730406, 30.4365936 ], [ 120.1726689, 30.4365472 ], [ 120.1724803, 30.4366354 ], [ 120.1718499, 30.4366958 ], [ 120.1716775, 30.4366679 ], [ 120.1715267, 30.4365843 ], [ 120.1714081, 30.4366168 ], [ 120.1711872, 30.4366819 ], [ 120.1710687, 30.4366308 ], [ 120.1707993, 30.4365425 ], [ 120.1704383, 30.43651 ], [ 120.1698349, 30.4365146 ], [ 120.1696409, 30.4364078 ], [ 120.168892, 30.4360733 ], [ 120.1686388, 30.4359247 ], [ 120.1679923, 30.43579 ], [ 120.1674751, 30.4356042 ], [ 120.1672164, 30.4355113 ], [ 120.1670494, 30.4353905 ], [ 120.1667369, 30.4353208 ], [ 120.1665322, 30.4353347 ], [ 120.1662574, 30.4352047 ], [ 120.165907, 30.4351344 ], [ 120.1658955, 30.4352481 ], [ 120.1660527, 30.4353347 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1646755, 30.4373476 ], [ 120.1647769, 30.4374392 ], [ 120.164888, 30.4374892 ], [ 120.1650232, 30.4374018 ], [ 120.1652743, 30.4374018 ], [ 120.1653322, 30.4373768 ], [ 120.1653998, 30.4372727 ], [ 120.1654336, 30.4369438 ], [ 120.1652501, 30.4369771 ], [ 120.16469, 30.4369521 ], [ 120.16469, 30.4370645 ], [ 120.1646321, 30.437281 ], [ 120.1646755, 30.4373476 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1612254, 30.4374423 ], [ 120.1615928, 30.4374957 ], [ 120.1616547, 30.4374041 ], [ 120.1616503, 30.4371255 ], [ 120.1615751, 30.4370034 ], [ 120.1614644, 30.4370225 ], [ 120.161429, 30.4371026 ], [ 120.1613537, 30.4371255 ], [ 120.1611855, 30.4372934 ], [ 120.1612254, 30.4374423 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1789756, 30.4384611 ], [ 120.179051, 30.4385207 ], [ 120.1791704, 30.4385072 ], [ 120.1792678, 30.4384991 ], [ 120.179359, 30.438537 ], [ 120.1794846, 30.4385776 ], [ 120.1795789, 30.4385776 ], [ 120.1799591, 30.4383094 ], [ 120.1799842, 30.4382336 ], [ 120.1799685, 30.4381442 ], [ 120.1798931, 30.4380494 ], [ 120.1797674, 30.4379681 ], [ 120.179648, 30.437876 ], [ 120.1795349, 30.4378191 ], [ 120.1794281, 30.4378245 ], [ 120.1793275, 30.4378597 ], [ 120.1791704, 30.4379816 ], [ 120.1790071, 30.4381604 ], [ 120.1789536, 30.4382905 ], [ 120.1789474, 30.438388 ], [ 120.1789756, 30.4384611 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1687545, 30.4402958 ], [ 120.1688748, 30.4403452 ], [ 120.1689035, 30.4404355 ], [ 120.1693916, 30.4406015 ], [ 120.1694186, 30.440561 ], [ 120.1694981, 30.4405431 ], [ 120.1696538, 30.4405872 ], [ 120.1698256, 30.4406267 ], [ 120.1700548, 30.4406613 ], [ 120.1701965, 30.440708 ], [ 120.1704187, 30.4406125 ], [ 120.1707, 30.4406589 ], [ 120.1708699, 30.4407879 ], [ 120.1709863, 30.4408184 ], [ 120.1713301, 30.4406695 ], [ 120.1714944, 30.4406972 ], [ 120.1716185, 30.440844 ], [ 120.171733, 30.440923 ], [ 120.1717216, 30.4410959 ], [ 120.1717101, 30.4413428 ], [ 120.1719564, 30.4413773 ], [ 120.1722256, 30.4414564 ], [ 120.1723918, 30.441402 ], [ 120.1724719, 30.4412391 ], [ 120.1725464, 30.4412835 ], [ 120.1726495, 30.4413477 ], [ 120.1728557, 30.4413477 ], [ 120.1731937, 30.4414267 ], [ 120.1735087, 30.4414267 ], [ 120.1735431, 30.4415057 ], [ 120.1736003, 30.4415699 ], [ 120.1737378, 30.4415749 ], [ 120.1738696, 30.4415699 ], [ 120.1739268, 30.4414564 ], [ 120.1739841, 30.4413477 ], [ 120.1740586, 30.4412885 ], [ 120.1741903, 30.4412687 ], [ 120.1744481, 30.4413082 ], [ 120.1745054, 30.4414168 ], [ 120.1745168, 30.4416341 ], [ 120.1745856, 30.4416934 ], [ 120.174597, 30.4413773 ], [ 120.1745512, 30.4412835 ], [ 120.1744481, 30.4412045 ], [ 120.1741674, 30.4411699 ], [ 120.1740414, 30.4410366 ], [ 120.1740128, 30.4411897 ], [ 120.1738982, 30.4412045 ], [ 120.1736634, 30.4412193 ], [ 120.173503, 30.4411008 ], [ 120.1734171, 30.4411304 ], [ 120.173314, 30.4412193 ], [ 120.1731421, 30.4412736 ], [ 120.1729302, 30.4412539 ], [ 120.1727755, 30.4412045 ], [ 120.1725865, 30.4411699 ], [ 120.1724261, 30.4410662 ], [ 120.1719163, 30.4408341 ], [ 120.1718304, 30.4406909 ], [ 120.1718419, 30.4404884 ], [ 120.17167, 30.4404637 ], [ 120.1709884, 30.4402712 ], [ 120.1707994, 30.4405181 ], [ 120.1705302, 30.4403798 ], [ 120.170261, 30.4402712 ], [ 120.1701636, 30.4401921 ], [ 120.1702035, 30.4400379 ], [ 120.1701407, 30.4399749 ], [ 120.1699631, 30.4399847 ], [ 120.1698256, 30.4398337 ], [ 120.1698095, 30.4396821 ], [ 120.1699352, 30.4395761 ], [ 120.1700913, 30.4394406 ], [ 120.1703397, 30.4392239 ], [ 120.1705349, 30.4389057 ], [ 120.1706016, 30.4388624 ], [ 120.1707616, 30.4385864 ], [ 120.1703683, 30.438382 ], [ 120.1702151, 30.4386415 ], [ 120.1701235, 30.4387353 ], [ 120.1699345, 30.43876 ], [ 120.1697798, 30.438839 ], [ 120.1695278, 30.4389378 ], [ 120.1692013, 30.4390119 ], [ 120.1690925, 30.4390612 ], [ 120.1690237, 30.4391946 ], [ 120.1689836, 30.4393378 ], [ 120.1689378, 30.439402 ], [ 120.1689435, 30.4394909 ], [ 120.1690008, 30.4395699 ], [ 120.1690237, 30.439644 ], [ 120.1690123, 30.4397131 ], [ 120.1689493, 30.4396785 ], [ 120.1689092, 30.4397576 ], [ 120.1689493, 30.4398613 ], [ 120.1688748, 30.4398514 ], [ 120.1688175, 30.4399255 ], [ 120.1688061, 30.4400045 ], [ 120.1687259, 30.440044 ], [ 120.1686915, 30.4402514 ], [ 120.1687545, 30.4402958 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1570501, 30.4403407 ], [ 120.157158, 30.4400785 ], [ 120.1572071, 30.4398966 ], [ 120.1572659, 30.4398712 ], [ 120.1576044, 30.4399474 ], [ 120.1576241, 30.4400362 ], [ 120.1576143, 30.4403027 ], [ 120.1576977, 30.4403407 ], [ 120.1579675, 30.440345 ], [ 120.158004, 30.4403697 ], [ 120.1582727, 30.4405514 ], [ 120.1583786, 30.4408659 ], [ 120.1583873, 30.440985 ], [ 120.158377, 30.4412368 ], [ 120.1583867, 30.4414203 ], [ 120.1583746, 30.441636 ], [ 120.1583747, 30.4417661 ], [ 120.158306, 30.441783 ], [ 120.1580362, 30.4418 ], [ 120.1578399, 30.4417577 ], [ 120.1576977, 30.4417534 ], [ 120.1574622, 30.4418042 ], [ 120.1573395, 30.4421256 ], [ 120.1572905, 30.442354 ], [ 120.157315, 30.4424006 ], [ 120.1573591, 30.442354 ], [ 120.1574131, 30.4421891 ], [ 120.157472, 30.4420749 ], [ 120.1575897, 30.4420157 ], [ 120.1576928, 30.4419268 ], [ 120.1578203, 30.4419438 ], [ 120.1579282, 30.4420284 ], [ 120.1580558, 30.4419945 ], [ 120.1582815, 30.442003 ], [ 120.1584973, 30.4420157 ], [ 120.1585415, 30.4421468 ], [ 120.158512, 30.4422694 ], [ 120.1583845, 30.4424175 ], [ 120.158463, 30.4424048 ], [ 120.1585415, 30.4423244 ], [ 120.1587426, 30.4423117 ], [ 120.1593362, 30.4424006 ], [ 120.1597091, 30.4424852 ], [ 120.1598367, 30.4424936 ], [ 120.1598955, 30.4423752 ], [ 120.1599838, 30.4420537 ], [ 120.1600035, 30.4418888 ], [ 120.1600298, 30.4416746 ], [ 120.1600631, 30.441525 ], [ 120.1601087, 30.441377 ], [ 120.1601449, 30.4413342 ], [ 120.1601931, 30.4413122 ], [ 120.1606608, 30.4413389 ], [ 120.1610582, 30.4414404 ], [ 120.1612447, 30.4414531 ], [ 120.1616077, 30.4414574 ], [ 120.1616273, 30.4413178 ], [ 120.1613379, 30.4412966 ], [ 120.1609994, 30.4412628 ], [ 120.1606707, 30.441229 ], [ 120.1604057, 30.4411993 ], [ 120.1601212, 30.4412036 ], [ 120.1600097, 30.4412975 ], [ 120.1599741, 30.4413717 ], [ 120.1599612, 30.4415138 ], [ 120.1599397, 30.4417492 ], [ 120.1599102, 30.4419945 ], [ 120.1598416, 30.4421552 ], [ 120.1596993, 30.4423075 ], [ 120.1595619, 30.442354 ], [ 120.1593068, 30.4423329 ], [ 120.1589536, 30.4422694 ], [ 120.1588015, 30.4422102 ], [ 120.1586985, 30.4420707 ], [ 120.1586298, 30.4419268 ], [ 120.1584973, 30.4418296 ], [ 120.1584973, 30.4417492 ], [ 120.1585268, 30.4416604 ], [ 120.1585807, 30.4415969 ], [ 120.1585107, 30.4415261 ], [ 120.1584645, 30.4414492 ], [ 120.158446, 30.4414085 ], [ 120.1584376, 30.44137 ], [ 120.158451, 30.4411076 ], [ 120.1584665, 30.4408231 ], [ 120.1583943, 30.4406072 ], [ 120.158306, 30.4404634 ], [ 120.1581784, 30.4403534 ], [ 120.1580558, 30.4402561 ], [ 120.1580607, 30.4401885 ], [ 120.1581245, 30.4400827 ], [ 120.1581686, 30.4400066 ], [ 120.1581539, 30.4399516 ], [ 120.1580018, 30.4399262 ], [ 120.1579184, 30.4398458 ], [ 120.1578203, 30.4397063 ], [ 120.1577271, 30.439609 ], [ 120.1575995, 30.4395794 ], [ 120.1575161, 30.4396048 ], [ 120.1574327, 30.4395625 ], [ 120.1573395, 30.4394567 ], [ 120.1572169, 30.4393298 ], [ 120.1571727, 30.4392833 ], [ 120.157104, 30.4392748 ], [ 120.1571237, 30.4393425 ], [ 120.1570452, 30.4394186 ], [ 120.1570501, 30.4395582 ], [ 120.1571139, 30.4396893 ], [ 120.1570746, 30.4398881 ], [ 120.1569863, 30.4403492 ], [ 120.1570501, 30.4403407 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1787452, 30.4398738 ], [ 120.1788107, 30.439898 ], [ 120.178979, 30.4398778 ], [ 120.1792362, 30.4398295 ], [ 120.1793951, 30.4397488 ], [ 120.1795073, 30.4397005 ], [ 120.1796523, 30.4396884 ], [ 120.1797785, 30.4397287 ], [ 120.1799235, 30.4398214 ], [ 120.1800871, 30.4398698 ], [ 120.1803396, 30.4398456 ], [ 120.1805547, 30.4398496 ], [ 120.1807184, 30.4399464 ], [ 120.1808633, 30.4400633 ], [ 120.1809662, 30.4401882 ], [ 120.1810784, 30.4406357 ], [ 120.1813309, 30.4408937 ], [ 120.1814431, 30.4410832 ], [ 120.1814338, 30.441184 ], [ 120.1815086, 30.4412727 ], [ 120.1815273, 30.4414016 ], [ 120.1814759, 30.4415387 ], [ 120.1814525, 30.4416032 ], [ 120.1815086, 30.4416637 ], [ 120.1818172, 30.4415911 ], [ 120.1817611, 30.4414984 ], [ 120.1817424, 30.4413049 ], [ 120.1817751, 30.4412565 ], [ 120.1817433, 30.4411513 ], [ 120.1818204, 30.441105 ], [ 120.1819163, 30.441078 ], [ 120.1819751, 30.4410248 ], [ 120.182055, 30.4409705 ], [ 120.1823138, 30.440858 ], [ 120.182224, 30.4407035 ], [ 120.1819141, 30.44072 ], [ 120.1817902, 30.4405337 ], [ 120.1817894, 30.4404218 ], [ 120.1819749, 30.4403078 ], [ 120.1821117, 30.4403262 ], [ 120.1822116, 30.4403668 ], [ 120.1822848, 30.4404751 ], [ 120.1825045, 30.4407123 ], [ 120.1828225, 30.4411154 ], [ 120.1829067, 30.4412767 ], [ 120.1828973, 30.4414621 ], [ 120.1828505, 30.441571 ], [ 120.1828085, 30.4416476 ], [ 120.1828505, 30.441837 ], [ 120.1828412, 30.4419176 ], [ 120.1828085, 30.4419862 ], [ 120.1826916, 30.4420144 ], [ 120.1824531, 30.4420063 ], [ 120.1824157, 30.442091 ], [ 120.1823269, 30.4421998 ], [ 120.1822707, 30.4423046 ], [ 120.1822193, 30.442353 ], [ 120.1821024, 30.4423732 ], [ 120.1819715, 30.4423732 ], [ 120.1818873, 30.4423409 ], [ 120.1818078, 30.4422119 ], [ 120.1817564, 30.4419862 ], [ 120.1817471, 30.4417766 ], [ 120.1816348, 30.4417766 ], [ 120.1815273, 30.4418088 ], [ 120.1815086, 30.4418814 ], [ 120.181574, 30.4420023 ], [ 120.1816115, 30.4422361 ], [ 120.1815974, 30.4423127 ], [ 120.181546, 30.4424135 ], [ 120.1814712, 30.442482 ], [ 120.1813169, 30.4424941 ], [ 120.1809849, 30.4424457 ], [ 120.1807231, 30.4424417 ], [ 120.1802227, 30.4424135 ], [ 120.1800357, 30.4423812 ], [ 120.1798347, 30.4424023 ], [ 120.1798393, 30.4426073 ], [ 120.1800918, 30.4425989 ], [ 120.180363, 30.442615 ], [ 120.1805173, 30.4426554 ], [ 120.1806155, 30.4427078 ], [ 120.1806576, 30.4427763 ], [ 120.1807044, 30.4428206 ], [ 120.1807371, 30.4429537 ], [ 120.1807511, 30.4431028 ], [ 120.1806997, 30.4432923 ], [ 120.1807651, 30.4433003 ], [ 120.1808914, 30.4431713 ], [ 120.1809849, 30.4430504 ], [ 120.1810878, 30.4429335 ], [ 120.1811626, 30.442865 ], [ 120.1811579, 30.4428045 ], [ 120.1812608, 30.4427319 ], [ 120.1813075, 30.4427964 ], [ 120.1813683, 30.4428005 ], [ 120.1814244, 30.4427199 ], [ 120.1815086, 30.4426715 ], [ 120.1817471, 30.4426191 ], [ 120.1819715, 30.4426231 ], [ 120.182079, 30.4426715 ], [ 120.1822287, 30.4426231 ], [ 120.1823643, 30.4426352 ], [ 120.1824812, 30.4427078 ], [ 120.1825045, 30.4427642 ], [ 120.1824905, 30.442869 ], [ 120.182397, 30.4430706 ], [ 120.1824017, 30.443256 ], [ 120.1823502, 30.4434696 ], [ 120.1823035, 30.4436027 ], [ 120.1822801, 30.4437881 ], [ 120.182255, 30.4440808 ], [ 120.1824385, 30.4440844 ], [ 120.1824578, 30.4438445 ], [ 120.1825232, 30.44351 ], [ 120.1826635, 30.4431794 ], [ 120.1827336, 30.4430544 ], [ 120.1827617, 30.443127 ], [ 120.1828178, 30.4431915 ], [ 120.1828599, 30.4431109 ], [ 120.1829067, 30.4428327 ], [ 120.1829768, 30.4427481 ], [ 120.1830984, 30.4427319 ], [ 120.1836017, 30.4428643 ], [ 120.1837011, 30.4425155 ], [ 120.1832873, 30.4425209 ], [ 120.1830703, 30.4425465 ], [ 120.1829347, 30.4424901 ], [ 120.1828552, 30.4423893 ], [ 120.1829207, 30.4420668 ], [ 120.1830002, 30.4420104 ], [ 120.1830797, 30.4417725 ], [ 120.1831311, 30.4416677 ], [ 120.1832153, 30.4416032 ], [ 120.183262, 30.4415145 ], [ 120.183248, 30.4413815 ], [ 120.1831778, 30.4412727 ], [ 120.1829067, 30.4409461 ], [ 120.1828552, 30.4408252 ], [ 120.1826027, 30.440539 ], [ 120.1820089, 30.4397771 ], [ 120.1819154, 30.4397529 ], [ 120.1815974, 30.4393296 ], [ 120.181532, 30.4392731 ], [ 120.1814338, 30.4393094 ], [ 120.1812514, 30.4393941 ], [ 120.1811766, 30.4394142 ], [ 120.1810924, 30.4393417 ], [ 120.1809709, 30.4391119 ], [ 120.1808867, 30.4389224 ], [ 120.1807371, 30.4388176 ], [ 120.1806716, 30.4386926 ], [ 120.1805734, 30.4387813 ], [ 120.1805572, 30.4388193 ], [ 120.1805407, 30.4388579 ], [ 120.1804565, 30.4389224 ], [ 120.1803443, 30.4389506 ], [ 120.1802882, 30.4389909 ], [ 120.1802414, 30.4390393 ], [ 120.180176, 30.4390434 ], [ 120.1800871, 30.439003 ], [ 120.180031, 30.4389224 ], [ 120.1799282, 30.4389385 ], [ 120.1799843, 30.4390313 ], [ 120.1800123, 30.4391038 ], [ 120.1801479, 30.4391683 ], [ 120.1803069, 30.4391683 ], [ 120.1803957, 30.4391119 ], [ 120.1804799, 30.4389829 ], [ 120.1805875, 30.4389345 ], [ 120.1806856, 30.4389668 ], [ 120.1807838, 30.4390756 ], [ 120.1808446, 30.4392248 ], [ 120.1809522, 30.4393538 ], [ 120.1810083, 30.4394384 ], [ 120.1809755, 30.4394949 ], [ 120.1808446, 30.439511 ], [ 120.1806108, 30.4396279 ], [ 120.1804939, 30.4396682 ], [ 120.180335, 30.4397045 ], [ 120.1801526, 30.4397287 ], [ 120.1800077, 30.4396521 ], [ 120.1798487, 30.4394949 ], [ 120.1797692, 30.4394908 ], [ 120.179311, 30.4396279 ], [ 120.1790959, 30.4397327 ], [ 120.1787639, 30.4397972 ], [ 120.1787265, 30.4398295 ], [ 120.1787452, 30.4398738 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1667644, 30.4416957 ], [ 120.1667738, 30.4418836 ], [ 120.1667099, 30.4420446 ], [ 120.166699, 30.4421976 ], [ 120.1667099, 30.4422527 ], [ 120.167082, 30.442254 ], [ 120.1671302, 30.4418997 ], [ 120.1668469, 30.4418084 ], [ 120.16685, 30.4416702 ], [ 120.1669606, 30.4416058 ], [ 120.1670851, 30.4411924 ], [ 120.1667348, 30.4411924 ], [ 120.1665729, 30.4417132 ], [ 120.1667644, 30.4416957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1393599, 30.4408109 ], [ 120.1394028, 30.4407185 ], [ 120.1395886, 30.4398436 ], [ 120.1395815, 30.4397388 ], [ 120.1390169, 30.4396587 ], [ 120.1389097, 30.4397019 ], [ 120.138731, 30.4407 ], [ 120.1393599, 30.4408109 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1401103, 30.4409033 ], [ 120.1401889, 30.4408048 ], [ 120.1403604, 30.4400592 ], [ 120.140389, 30.4398559 ], [ 120.1403104, 30.4398066 ], [ 120.1400531, 30.4398004 ], [ 120.1397601, 30.4397635 ], [ 120.1397029, 30.4398128 ], [ 120.1396672, 30.44009 ], [ 120.1394886, 30.4408171 ], [ 120.1401103, 30.4409033 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1271608, 30.4402551 ], [ 120.127248, 30.4403935 ], [ 120.127326, 30.4405557 ], [ 120.1273214, 30.440702 ], [ 120.1273581, 30.4407693 ], [ 120.1277251, 30.4407495 ], [ 120.1277251, 30.4405755 ], [ 120.1277802, 30.4404766 ], [ 120.1279774, 30.4404726 ], [ 120.1280371, 30.4401008 ], [ 120.1279912, 30.4400692 ], [ 120.1278306, 30.4400652 ], [ 120.127537, 30.4401087 ], [ 120.1272388, 30.4401602 ], [ 120.1270737, 30.4401681 ], [ 120.1271608, 30.4402551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1355379, 30.4410475 ], [ 120.1357721, 30.4411657 ], [ 120.136035, 30.4413234 ], [ 120.1362178, 30.4413431 ], [ 120.1363149, 30.4411214 ], [ 120.1363206, 30.4410229 ], [ 120.1362921, 30.4409096 ], [ 120.1362178, 30.440752 ], [ 120.1362521, 30.4405993 ], [ 120.1362806, 30.4404466 ], [ 120.1361949, 30.4404072 ], [ 120.1359893, 30.4403825 ], [ 120.1358578, 30.4403628 ], [ 120.1357607, 30.4403776 ], [ 120.1356693, 30.4404811 ], [ 120.1356007, 30.4405697 ], [ 120.1355836, 30.4407076 ], [ 120.1355322, 30.4408456 ], [ 120.1354636, 30.4409194 ], [ 120.1354351, 30.4409736 ], [ 120.1355379, 30.4410475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1364376, 30.4413395 ], [ 120.1366234, 30.4412938 ], [ 120.1366977, 30.4412544 ], [ 120.136772, 30.4411904 ], [ 120.1368463, 30.4406239 ], [ 120.1368348, 30.4404712 ], [ 120.1365377, 30.4404318 ], [ 120.1364749, 30.4404811 ], [ 120.1364577, 30.4406042 ], [ 120.1364806, 30.4407224 ], [ 120.1365092, 30.4408406 ], [ 120.1364749, 30.4409884 ], [ 120.1364235, 30.4411411 ], [ 120.1363549, 30.4413184 ], [ 120.1364376, 30.4413395 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1339039, 30.4414711 ], [ 120.1340353, 30.4415056 ], [ 120.1344352, 30.4415746 ], [ 120.1346581, 30.4416189 ], [ 120.1347609, 30.4416238 ], [ 120.1348694, 30.4413529 ], [ 120.1348694, 30.4412544 ], [ 120.134778, 30.4412051 ], [ 120.1345666, 30.4410968 ], [ 120.1343495, 30.4410327 ], [ 120.1342753, 30.4409687 ], [ 120.1341896, 30.4409835 ], [ 120.1341153, 30.4410377 ], [ 120.1340067, 30.4411313 ], [ 120.1339039, 30.4412889 ], [ 120.133881, 30.4413726 ], [ 120.1339039, 30.4414711 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1470236, 30.4419496 ], [ 120.1471281, 30.4419529 ], [ 120.1472134, 30.441962 ], [ 120.1472919, 30.4418967 ], [ 120.147291, 30.4417678 ], [ 120.147336, 30.4416926 ], [ 120.147475, 30.4416794 ], [ 120.1475689, 30.4417356 ], [ 120.1476072, 30.4418496 ], [ 120.1475411, 30.4419636 ], [ 120.1474156, 30.4419603 ], [ 120.1473341, 30.4419289 ], [ 120.1472412, 30.4419777 ], [ 120.1472402, 30.4420644 ], [ 120.147864, 30.4421445 ], [ 120.1479637, 30.4421404 ], [ 120.1481256, 30.4415406 ], [ 120.1470074, 30.4413853 ], [ 120.1470236, 30.4419496 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1371824, 30.4417946 ], [ 120.1372255, 30.4415343 ], [ 120.1372502, 30.4413484 ], [ 120.1373672, 30.4412369 ], [ 120.1375028, 30.4412422 ], [ 120.1376445, 30.441274 ], [ 120.137626, 30.4413431 ], [ 120.1373796, 30.4413219 ], [ 120.1373857, 30.4413856 ], [ 120.1375151, 30.4414387 ], [ 120.1376815, 30.4414706 ], [ 120.1377801, 30.441545 ], [ 120.1379402, 30.4415715 ], [ 120.1379649, 30.4416353 ], [ 120.138008, 30.4417362 ], [ 120.1380573, 30.4417946 ], [ 120.1379957, 30.4418531 ], [ 120.1379033, 30.4418424 ], [ 120.1377801, 30.4417787 ], [ 120.1376876, 30.4418318 ], [ 120.1375829, 30.4418637 ], [ 120.1374781, 30.4419699 ], [ 120.1374597, 30.4420709 ], [ 120.1375952, 30.4421134 ], [ 120.1377492, 30.4420602 ], [ 120.137891, 30.4419168 ], [ 120.1379587, 30.4419062 ], [ 120.1379341, 30.4419806 ], [ 120.137891, 30.4420921 ], [ 120.1379156, 30.4422196 ], [ 120.1378417, 30.4424533 ], [ 120.1377431, 30.442533 ], [ 120.1375521, 30.4425436 ], [ 120.1374288, 30.4424852 ], [ 120.1373611, 30.4425171 ], [ 120.1373549, 30.4426764 ], [ 120.1375644, 30.4426924 ], [ 120.1377061, 30.4426871 ], [ 120.1379587, 30.4427295 ], [ 120.1379957, 30.4426605 ], [ 120.1380388, 30.4421771 ], [ 120.1380696, 30.4420496 ], [ 120.1381621, 30.4418743 ], [ 120.1383223, 30.441784 ], [ 120.1385009, 30.4417628 ], [ 120.1387043, 30.4416725 ], [ 120.1388213, 30.4415981 ], [ 120.1388398, 30.4414706 ], [ 120.138883, 30.4412953 ], [ 120.1388213, 30.4411837 ], [ 120.1387597, 30.4411306 ], [ 120.1385687, 30.4411625 ], [ 120.1384147, 30.4411678 ], [ 120.1382483, 30.4411253 ], [ 120.1381682, 30.4411997 ], [ 120.1381066, 30.4413484 ], [ 120.1380265, 30.4414228 ], [ 120.1379649, 30.4414175 ], [ 120.1379341, 30.4413431 ], [ 120.1378293, 30.4413378 ], [ 120.1377554, 30.4413006 ], [ 120.1378663, 30.4412315 ], [ 120.1380512, 30.4411094 ], [ 120.1381066, 30.4409978 ], [ 120.1379957, 30.4409394 ], [ 120.1377369, 30.4408597 ], [ 120.1375336, 30.4408916 ], [ 120.1374227, 30.4409713 ], [ 120.1373241, 30.4410722 ], [ 120.1372502, 30.4412422 ], [ 120.1371085, 30.4416884 ], [ 120.1370961, 30.4417893 ], [ 120.1371824, 30.4417946 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1452452, 30.443665 ], [ 120.1454941, 30.443668 ], [ 120.1458103, 30.4436273 ], [ 120.1458634, 30.4435795 ], [ 120.14592, 30.443428 ], [ 120.1460156, 30.4433537 ], [ 120.1461312, 30.4433609 ], [ 120.1463093, 30.4433202 ], [ 120.1464698, 30.4432988 ], [ 120.1466031, 30.4433171 ], [ 120.1470809, 30.4432917 ], [ 120.1472531, 30.4433253 ], [ 120.1474206, 30.4432693 ], [ 120.1476601, 30.4432876 ], [ 120.147843, 30.443249 ], [ 120.1479881, 30.4432663 ], [ 120.1482004, 30.4432795 ], [ 120.148329, 30.4433181 ], [ 120.1485355, 30.4433721 ], [ 120.1487124, 30.4434199 ], [ 120.1488446, 30.4434341 ], [ 120.1489968, 30.4433721 ], [ 120.1490298, 30.4431493 ], [ 120.1490121, 30.4429835 ], [ 120.1490156, 30.4428106 ], [ 120.1490392, 30.4427374 ], [ 120.1490321, 30.4426387 ], [ 120.1490321, 30.4425655 ], [ 120.1490321, 30.4424597 ], [ 120.1490192, 30.442359 ], [ 120.1488988, 30.4422655 ], [ 120.1487443, 30.4420875 ], [ 120.1485473, 30.4419837 ], [ 120.1485414, 30.4418281 ], [ 120.1486959, 30.4416054 ], [ 120.1488847, 30.4413287 ], [ 120.1489625, 30.4412779 ], [ 120.1491135, 30.4413165 ], [ 120.1492339, 30.4412718 ], [ 120.1492834, 30.4411609 ], [ 120.1494203, 30.4408497 ], [ 120.1494568, 30.4405191 ], [ 120.1495406, 30.4402272 ], [ 120.1494899, 30.4402028 ], [ 120.1494403, 30.4405201 ], [ 120.1493448, 30.4408415 ], [ 120.1492421, 30.44105 ], [ 120.148972, 30.4410653 ], [ 120.148854, 30.4410836 ], [ 120.1487396, 30.4413541 ], [ 120.1485343, 30.4415332 ], [ 120.1485083, 30.4415972 ], [ 120.1483196, 30.4419359 ], [ 120.1483184, 30.4420407 ], [ 120.1484104, 30.4421678 ], [ 120.1485201, 30.4422553 ], [ 120.1488056, 30.4423245 ], [ 120.1489059, 30.4423946 ], [ 120.148972, 30.4425441 ], [ 120.148992, 30.4426489 ], [ 120.1489212, 30.442834 ], [ 120.1489106, 30.4432337 ], [ 120.1488741, 30.4433192 ], [ 120.1487785, 30.4433436 ], [ 120.1486358, 30.4433344 ], [ 120.1485154, 30.4432612 ], [ 120.1483125, 30.4432236 ], [ 120.1481556, 30.4431941 ], [ 120.1477746, 30.4431381 ], [ 120.1475398, 30.4431452 ], [ 120.1473027, 30.4432276 ], [ 120.1470997, 30.4432286 ], [ 120.1465818, 30.4432256 ], [ 120.1462869, 30.4432164 ], [ 120.1460757, 30.4432653 ], [ 120.1459554, 30.4432673 ], [ 120.1458587, 30.4433131 ], [ 120.1458197, 30.4434046 ], [ 120.1457749, 30.4434819 ], [ 120.1455861, 30.4435297 ], [ 120.1452393, 30.4435389 ], [ 120.1452452, 30.443665 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1391455, 30.4428134 ], [ 120.1392313, 30.4427702 ], [ 120.1394743, 30.4426593 ], [ 120.1395243, 30.4426039 ], [ 120.1395243, 30.4425176 ], [ 120.1393956, 30.4417166 ], [ 120.1393456, 30.4416674 ], [ 120.1392813, 30.441692 ], [ 120.1390741, 30.4427641 ], [ 120.1391455, 30.4428134 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1874814, 30.4404224 ], [ 120.1875279, 30.4405463 ], [ 120.1875998, 30.4407687 ], [ 120.1876548, 30.4408671 ], [ 120.1877267, 30.4409984 ], [ 120.1878324, 30.441126 ], [ 120.1878916, 30.441188 ], [ 120.1879931, 30.441188 ], [ 120.1880396, 30.441115 ], [ 120.1882298, 30.4410604 ], [ 120.1883736, 30.4410567 ], [ 120.1884032, 30.4410968 ], [ 120.1883652, 30.4411369 ], [ 120.1882468, 30.4412025 ], [ 120.1881791, 30.441239 ], [ 120.1881706, 30.4412864 ], [ 120.1882341, 30.4413192 ], [ 120.1883821, 30.4412718 ], [ 120.1884582, 30.4412281 ], [ 120.1885174, 30.4411807 ], [ 120.1885977, 30.4411916 ], [ 120.18864, 30.4412354 ], [ 120.1887161, 30.4412609 ], [ 120.1887965, 30.4411989 ], [ 120.1889276, 30.441115 ], [ 120.189029, 30.441064 ], [ 120.1890417, 30.4409911 ], [ 120.1892151, 30.4409437 ], [ 120.1893673, 30.4408963 ], [ 120.1893546, 30.4407979 ], [ 120.1892828, 30.4407468 ], [ 120.1890586, 30.440725 ], [ 120.1889572, 30.4406922 ], [ 120.1889529, 30.4406265 ], [ 120.1890164, 30.4405281 ], [ 120.1890164, 30.4404333 ], [ 120.1890164, 30.440364 ], [ 120.1890586, 30.4403057 ], [ 120.1890206, 30.4402656 ], [ 120.1889825, 30.4401198 ], [ 120.1890248, 30.4399813 ], [ 120.1891052, 30.4398938 ], [ 120.1890586, 30.4398537 ], [ 120.1890121, 30.4397771 ], [ 120.1889064, 30.439788 ], [ 120.1887542, 30.4398609 ], [ 120.1886062, 30.4399339 ], [ 120.1885258, 30.4399922 ], [ 120.1883144, 30.4400542 ], [ 120.1881706, 30.4398281 ], [ 120.1880142, 30.4399047 ], [ 120.1878197, 30.440025 ], [ 120.1877055, 30.4401453 ], [ 120.1875068, 30.4402656 ], [ 120.1874729, 30.4403422 ], [ 120.1874814, 30.4404224 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.188881, 30.4413958 ], [ 120.1889741, 30.4414359 ], [ 120.1891136, 30.4413994 ], [ 120.1892109, 30.441414 ], [ 120.1892954, 30.4414687 ], [ 120.189342, 30.4415124 ], [ 120.1894096, 30.441465 ], [ 120.1893927, 30.4413666 ], [ 120.1893589, 30.4413083 ], [ 120.1893166, 30.4412463 ], [ 120.1892532, 30.4411697 ], [ 120.1891855, 30.4411406 ], [ 120.1891094, 30.4411807 ], [ 120.1889994, 30.4412171 ], [ 120.1889402, 30.4412609 ], [ 120.188881, 30.4413229 ], [ 120.188881, 30.4413958 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1947857, 30.4414432 ], [ 120.1949273, 30.4416123 ], [ 120.1950456, 30.4416351 ], [ 120.1950923, 30.4417035 ], [ 120.1949616, 30.4418042 ], [ 120.1950581, 30.4419035 ], [ 120.1954582, 30.441886 ], [ 120.1956076, 30.4417532 ], [ 120.1956699, 30.441631 ], [ 120.1956387, 30.4415076 ], [ 120.1955562, 30.4414687 ], [ 120.1954644, 30.441466 ], [ 120.195315, 30.441576 ], [ 120.1952433, 30.4415143 ], [ 120.1952309, 30.4413559 ], [ 120.1952402, 30.4413116 ], [ 120.1953399, 30.4412875 ], [ 120.1954301, 30.4413224 ], [ 120.1954068, 30.4412727 ], [ 120.1955376, 30.4411855 ], [ 120.1954379, 30.441011 ], [ 120.1953476, 30.441054 ], [ 120.1951857, 30.4408432 ], [ 120.1949227, 30.4409761 ], [ 120.1948993, 30.4411023 ], [ 120.1948339, 30.4412096 ], [ 120.1947592, 30.4413345 ], [ 120.1947857, 30.4414432 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1916194, 30.4416552 ], [ 120.191621, 30.4417639 ], [ 120.1916755, 30.4418055 ], [ 120.1917751, 30.4417371 ], [ 120.1918311, 30.4417693 ], [ 120.1919463, 30.441831 ], [ 120.19213, 30.4416525 ], [ 120.1922701, 30.441572 ], [ 120.1923137, 30.4415908 ], [ 120.1924522, 30.4415304 ], [ 120.1922203, 30.4411989 ], [ 120.1921285, 30.4411976 ], [ 120.1920242, 30.4412821 ], [ 120.1919463, 30.4412781 ], [ 120.1918265, 30.4413318 ], [ 120.1917097, 30.4414391 ], [ 120.1916443, 30.4414217 ], [ 120.1915556, 30.4414391 ], [ 120.1915385, 30.4415546 ], [ 120.1916194, 30.4416552 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1935995, 30.4418914 ], [ 120.1937785, 30.4420457 ], [ 120.1938813, 30.4420981 ], [ 120.1939513, 30.4420712 ], [ 120.193998, 30.4420122 ], [ 120.1940852, 30.441925 ], [ 120.1941148, 30.4418485 ], [ 120.1940416, 30.4416713 ], [ 120.1940587, 30.4416082 ], [ 120.1940042, 30.4415331 ], [ 120.1938953, 30.441474 ], [ 120.193696, 30.4415693 ], [ 120.1935933, 30.4416324 ], [ 120.1935372, 30.441721 ], [ 120.1935326, 30.4417921 ], [ 120.1935995, 30.4418914 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1882637, 30.4418187 ], [ 120.1883905, 30.442041 ], [ 120.1886104, 30.4419827 ], [ 120.188733, 30.4420593 ], [ 120.1888768, 30.4422014 ], [ 120.1890544, 30.4421395 ], [ 120.1891305, 30.442041 ], [ 120.1892532, 30.4420082 ], [ 120.1892743, 30.4419572 ], [ 120.1892701, 30.4418551 ], [ 120.1892743, 30.4417931 ], [ 120.1893081, 30.4417348 ], [ 120.189325, 30.4416801 ], [ 120.1892658, 30.4416327 ], [ 120.1892193, 30.4415817 ], [ 120.189177, 30.4414942 ], [ 120.1891432, 30.4414833 ], [ 120.1890121, 30.4415234 ], [ 120.1889064, 30.4415416 ], [ 120.1888472, 30.4414905 ], [ 120.1887965, 30.4414869 ], [ 120.1887457, 30.4415598 ], [ 120.1886189, 30.4415635 ], [ 120.1884878, 30.4415999 ], [ 120.1884032, 30.4416582 ], [ 120.1882806, 30.4417056 ], [ 120.1882383, 30.4417421 ], [ 120.1882637, 30.4418187 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1910264, 30.4428495 ], [ 120.191085, 30.4429577 ], [ 120.1912272, 30.4431327 ], [ 120.1916454, 30.4435454 ], [ 120.1917135, 30.4434762 ], [ 120.1917039, 30.4434048 ], [ 120.1916579, 30.4433038 ], [ 120.1915743, 30.4432173 ], [ 120.1915868, 30.4431488 ], [ 120.1922853, 30.4428243 ], [ 120.1924149, 30.4427594 ], [ 120.1925237, 30.4427738 ], [ 120.1926073, 30.4428243 ], [ 120.1926408, 30.4428675 ], [ 120.1926073, 30.4429072 ], [ 120.1926199, 30.4429613 ], [ 120.1927328, 30.443001 ], [ 120.1927286, 30.4429216 ], [ 120.1927746, 30.4428712 ], [ 120.1928875, 30.4428928 ], [ 120.1930004, 30.4429288 ], [ 120.1931259, 30.4429288 ], [ 120.1932179, 30.4429433 ], [ 120.1932765, 30.4429901 ], [ 120.1932346, 30.4430442 ], [ 120.1932472, 30.4430767 ], [ 120.1933559, 30.4430911 ], [ 120.1934688, 30.4430839 ], [ 120.1935441, 30.4430586 ], [ 120.1936152, 30.443055 ], [ 120.1936873, 30.4430678 ], [ 120.1937102, 30.4430152 ], [ 120.193657, 30.4429937 ], [ 120.1934856, 30.4429397 ], [ 120.193335, 30.4428784 ], [ 120.193243, 30.4428351 ], [ 120.1931468, 30.4428495 ], [ 120.1929879, 30.4428207 ], [ 120.1928875, 30.442763 ], [ 120.1928415, 30.4426801 ], [ 120.1930381, 30.4425358 ], [ 120.1930339, 30.4424781 ], [ 120.1930423, 30.4424168 ], [ 120.193335, 30.4421717 ], [ 120.1934354, 30.4420959 ], [ 120.1935107, 30.4420202 ], [ 120.1935399, 30.441977 ], [ 120.1935483, 30.4419193 ], [ 120.1934939, 30.4418435 ], [ 120.1934312, 30.441757 ], [ 120.1934103, 30.4416885 ], [ 120.1934438, 30.4416452 ], [ 120.193724, 30.4415118 ], [ 120.1938285, 30.4414613 ], [ 120.1939038, 30.4414469 ], [ 120.1940794, 30.4414433 ], [ 120.194046, 30.441364 ], [ 120.1943471, 30.4412017 ], [ 120.1944057, 30.4412486 ], [ 120.1944893, 30.4412234 ], [ 120.1945144, 30.4411765 ], [ 120.1945604, 30.4411224 ], [ 120.1946901, 30.4410395 ], [ 120.1946817, 30.4410106 ], [ 120.1940084, 30.4412919 ], [ 120.1937281, 30.4414145 ], [ 120.1933852, 30.44162 ], [ 120.1930255, 30.4418471 ], [ 120.1931259, 30.4419589 ], [ 120.1931761, 30.4420455 ], [ 120.1932012, 30.4421284 ], [ 120.193197, 30.442251 ], [ 120.1929921, 30.4423988 ], [ 120.192921, 30.4424204 ], [ 120.1928122, 30.4424781 ], [ 120.1923773, 30.4426873 ], [ 120.1920845, 30.4428099 ], [ 120.1914907, 30.4430803 ], [ 120.191407, 30.4431091 ], [ 120.1913526, 30.4430731 ], [ 120.1912481, 30.4429469 ], [ 120.1912146, 30.4428964 ], [ 120.1912188, 30.4428315 ], [ 120.1912815, 30.4427341 ], [ 120.1912606, 30.4426909 ], [ 120.1910022, 30.4428136 ], [ 120.1910264, 30.4428495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.184101, 30.442915 ], [ 120.1841595, 30.442978 ], [ 120.1841742, 30.4430958 ], [ 120.1841693, 30.4432683 ], [ 120.1841351, 30.443365 ], [ 120.1840766, 30.4434323 ], [ 120.1840717, 30.4435164 ], [ 120.1841205, 30.4435291 ], [ 120.184179, 30.4433776 ], [ 120.1842278, 30.4433272 ], [ 120.1842522, 30.4431757 ], [ 120.1842961, 30.4431337 ], [ 120.1843596, 30.4430411 ], [ 120.1844132, 30.4429318 ], [ 120.1846279, 30.4428897 ], [ 120.184702, 30.4428927 ], [ 120.1848377, 30.4428981 ], [ 120.1849694, 30.4429865 ], [ 120.1850133, 30.4430622 ], [ 120.1850036, 30.4431169 ], [ 120.1849109, 30.4431505 ], [ 120.1849011, 30.4431842 ], [ 120.1850524, 30.4431799 ], [ 120.1851597, 30.4432683 ], [ 120.1851353, 30.4433776 ], [ 120.1850768, 30.4435669 ], [ 120.185067, 30.4438571 ], [ 120.1850422, 30.4439563 ], [ 120.1850133, 30.4440717 ], [ 120.185028, 30.4441642 ], [ 120.185067, 30.4442399 ], [ 120.1850231, 30.4443156 ], [ 120.1849255, 30.4443745 ], [ 120.1847938, 30.4444418 ], [ 120.1847206, 30.4445175 ], [ 120.1847011, 30.4445806 ], [ 120.1847889, 30.4446689 ], [ 120.1848474, 30.4447909 ], [ 120.1849011, 30.4448624 ], [ 120.1850768, 30.4448877 ], [ 120.1853061, 30.4448708 ], [ 120.1853012, 30.4447867 ], [ 120.1853158, 30.4446858 ], [ 120.1854622, 30.4446605 ], [ 120.1855744, 30.4446731 ], [ 120.1856329, 30.4447152 ], [ 120.1857012, 30.4448582 ], [ 120.1857793, 30.4450096 ], [ 120.1859403, 30.4450559 ], [ 120.1860818, 30.4451569 ], [ 120.1861306, 30.4452788 ], [ 120.1862086, 30.4454976 ], [ 120.1862574, 30.4455691 ], [ 120.1863501, 30.4455985 ], [ 120.1864184, 30.4455648 ], [ 120.1864428, 30.445384 ], [ 120.186516, 30.445283 ], [ 120.1866087, 30.4452199 ], [ 120.186716, 30.4452199 ], [ 120.1868039, 30.4452872 ], [ 120.1869151, 30.4453726 ], [ 120.1874186, 30.4453798 ], [ 120.1874479, 30.4453335 ], [ 120.1875455, 30.4453545 ], [ 120.1876479, 30.445283 ], [ 120.1877309, 30.4452199 ], [ 120.1878284, 30.4451989 ], [ 120.187887, 30.4452368 ], [ 120.1879748, 30.445241 ], [ 120.1881407, 30.4452284 ], [ 120.1882822, 30.4452284 ], [ 120.1883553, 30.4452368 ], [ 120.1883797, 30.4452872 ], [ 120.1883553, 30.4454303 ], [ 120.1883407, 30.4455312 ], [ 120.1883749, 30.4455691 ], [ 120.1884578, 30.4455901 ], [ 120.1885359, 30.4455648 ], [ 120.1885993, 30.4455102 ], [ 120.1886286, 30.4454008 ], [ 120.1886286, 30.4452957 ], [ 120.188692, 30.4452242 ], [ 120.1888286, 30.4452199 ], [ 120.1890228, 30.4452769 ], [ 120.1891006, 30.4449618 ], [ 120.1889554, 30.4449297 ], [ 120.1888335, 30.4448414 ], [ 120.1887798, 30.4447152 ], [ 120.188692, 30.4446605 ], [ 120.1884724, 30.4445385 ], [ 120.1883846, 30.4444965 ], [ 120.188287, 30.4443535 ], [ 120.1882773, 30.4442567 ], [ 120.188531, 30.4440927 ], [ 120.1884578, 30.4439749 ], [ 120.1881943, 30.4440927 ], [ 120.187926, 30.4442399 ], [ 120.1877455, 30.4443409 ], [ 120.1875211, 30.444404 ], [ 120.1873698, 30.4443619 ], [ 120.1872625, 30.4443072 ], [ 120.1872186, 30.44416 ], [ 120.1872722, 30.4441263 ], [ 120.1872966, 30.4440633 ], [ 120.1872137, 30.4440464 ], [ 120.1871259, 30.444059 ], [ 120.186999, 30.4441221 ], [ 120.1868673, 30.4441852 ], [ 120.1867746, 30.4442525 ], [ 120.186638, 30.4443072 ], [ 120.186477, 30.4443577 ], [ 120.1863404, 30.4443619 ], [ 120.1861696, 30.4443198 ], [ 120.1860867, 30.4442357 ], [ 120.1860233, 30.44416 ], [ 120.1859501, 30.4441053 ], [ 120.1858183, 30.4440717 ], [ 120.1857159, 30.4440338 ], [ 120.1856476, 30.4439329 ], [ 120.1856573, 30.4438277 ], [ 120.1855939, 30.443773 ], [ 120.1855842, 30.4436889 ], [ 120.1856573, 30.4436342 ], [ 120.1856427, 30.4435543 ], [ 120.1855744, 30.4434029 ], [ 120.1855012, 30.4434407 ], [ 120.1854085, 30.4434113 ], [ 120.1853695, 30.4433314 ], [ 120.1853744, 30.4432178 ], [ 120.1853451, 30.4429528 ], [ 120.1853744, 30.4428855 ], [ 120.18535, 30.4428056 ], [ 120.1852963, 30.4427635 ], [ 120.1852865, 30.4426878 ], [ 120.1853402, 30.4424775 ], [ 120.1852963, 30.442385 ], [ 120.1853109, 30.4422924 ], [ 120.1854768, 30.4421452 ], [ 120.1854768, 30.4420905 ], [ 120.185389, 30.4420905 ], [ 120.1853109, 30.4420653 ], [ 120.1853061, 30.4419938 ], [ 120.1853695, 30.4418928 ], [ 120.1854524, 30.4417751 ], [ 120.1856329, 30.4416489 ], [ 120.1858379, 30.4415605 ], [ 120.1861306, 30.4414133 ], [ 120.186194, 30.4413586 ], [ 120.1861501, 30.4413166 ], [ 120.1860086, 30.4412997 ], [ 120.1859208, 30.4411904 ], [ 120.185872, 30.4410894 ], [ 120.1859159, 30.4408539 ], [ 120.1859891, 30.4408034 ], [ 120.1860379, 30.4407529 ], [ 120.1860037, 30.4406351 ], [ 120.1861111, 30.4405594 ], [ 120.1863453, 30.4404248 ], [ 120.1864038, 30.4404122 ], [ 120.1864916, 30.4404417 ], [ 120.1866136, 30.4406057 ], [ 120.1866721, 30.4405973 ], [ 120.1865794, 30.4404459 ], [ 120.1865941, 30.4403239 ], [ 120.1867502, 30.4402187 ], [ 120.1870624, 30.4400757 ], [ 120.1871308, 30.4400883 ], [ 120.1872674, 30.4402818 ], [ 120.1873845, 30.4402187 ], [ 120.1872088, 30.4400799 ], [ 120.1871747, 30.4399958 ], [ 120.1872332, 30.4398696 ], [ 120.1875406, 30.4396004 ], [ 120.1878138, 30.4394363 ], [ 120.188087, 30.4392933 ], [ 120.1881748, 30.4392218 ], [ 120.1883551, 30.4391085 ], [ 120.188294, 30.4390362 ], [ 120.1877992, 30.4392933 ], [ 120.1877113, 30.4393859 ], [ 120.1874479, 30.4394868 ], [ 120.1869551, 30.4399117 ], [ 120.1863404, 30.4402902 ], [ 120.1861208, 30.4403912 ], [ 120.1860428, 30.440509 ], [ 120.1859696, 30.4405678 ], [ 120.1858086, 30.4405678 ], [ 120.1856085, 30.4406478 ], [ 120.185428, 30.4407151 ], [ 120.1853597, 30.4407487 ], [ 120.1853256, 30.4408497 ], [ 120.1852573, 30.4409212 ], [ 120.1851353, 30.4410221 ], [ 120.1849548, 30.4411525 ], [ 120.1846425, 30.4413713 ], [ 120.1845547, 30.4414596 ], [ 120.1845157, 30.4415311 ], [ 120.1845742, 30.44159 ], [ 120.1847255, 30.4416783 ], [ 120.1848133, 30.4417919 ], [ 120.1848328, 30.4418886 ], [ 120.1849157, 30.4420863 ], [ 120.1849938, 30.442263 ], [ 120.1849597, 30.442427 ], [ 120.1849157, 30.4424817 ], [ 120.1848035, 30.4425112 ], [ 120.1846279, 30.4425069 ], [ 120.1845547, 30.4424481 ], [ 120.1844718, 30.4425616 ], [ 120.1843352, 30.4425574 ], [ 120.1840912, 30.4425238 ], [ 120.1838766, 30.4425238 ], [ 120.1837011, 30.4425155 ], [ 120.1836017, 30.4428643 ], [ 120.184101, 30.442915 ] ], [ [ 120.1847743, 30.441468 ], [ 120.1849157, 30.441367 ], [ 120.1850865, 30.4412282 ], [ 120.1852475, 30.4411483 ], [ 120.1854183, 30.4410642 ], [ 120.1855744, 30.4410474 ], [ 120.1856183, 30.4411525 ], [ 120.1857061, 30.4412829 ], [ 120.1856769, 30.4414091 ], [ 120.1855842, 30.4415059 ], [ 120.1855256, 30.4415774 ], [ 120.185428, 30.4416825 ], [ 120.1853353, 30.4417372 ], [ 120.1851938, 30.441754 ], [ 120.1850036, 30.4417204 ], [ 120.1848426, 30.4416236 ], [ 120.184745, 30.4415395 ], [ 120.1847743, 30.441468 ] ], [ [ 120.187565, 30.4447867 ], [ 120.1876723, 30.4447783 ], [ 120.1877699, 30.4447867 ], [ 120.1878723, 30.4447362 ], [ 120.1879602, 30.444711 ], [ 120.1880041, 30.4447573 ], [ 120.1879846, 30.4448288 ], [ 120.187926, 30.4448835 ], [ 120.1878772, 30.444955 ], [ 120.1878577, 30.4450223 ], [ 120.1877894, 30.4450727 ], [ 120.1877065, 30.4450517 ], [ 120.1876284, 30.4450265 ], [ 120.1875845, 30.444955 ], [ 120.1875211, 30.4449171 ], [ 120.1875113, 30.4448414 ], [ 120.187565, 30.4447867 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.193257, 30.4424524 ], [ 120.193324, 30.4424604 ], [ 120.1933831, 30.4425074 ], [ 120.1935123, 30.4425329 ], [ 120.193654, 30.4425182 ], [ 120.1937163, 30.4425383 ], [ 120.1938143, 30.4425114 ], [ 120.1938532, 30.4424551 ], [ 120.1939498, 30.442388 ], [ 120.1940167, 30.442396 ], [ 120.1941366, 30.4423182 ], [ 120.194135, 30.4422565 ], [ 120.1941303, 30.4421853 ], [ 120.1939575, 30.4421612 ], [ 120.1938206, 30.4422189 ], [ 120.1937334, 30.4422055 ], [ 120.193654, 30.4421518 ], [ 120.1934874, 30.4422256 ], [ 120.1933286, 30.44229 ], [ 120.1932166, 30.4423705 ], [ 120.193257, 30.4424524 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.188531, 30.4440927 ], [ 120.1887072, 30.4440266 ], [ 120.1889135, 30.4439555 ], [ 120.189106, 30.4438329 ], [ 120.1892573, 30.4436946 ], [ 120.1895416, 30.4436472 ], [ 120.1898167, 30.4435246 ], [ 120.1899909, 30.4434258 ], [ 120.1900918, 30.44341 ], [ 120.1901559, 30.4434574 ], [ 120.1902614, 30.4434298 ], [ 120.1903026, 30.4434693 ], [ 120.1903806, 30.4435602 ], [ 120.1904769, 30.4436353 ], [ 120.1904998, 30.4435997 ], [ 120.1904494, 30.4435483 ], [ 120.1903439, 30.4434337 ], [ 120.190266, 30.4433151 ], [ 120.1902293, 30.4432361 ], [ 120.1904356, 30.4431412 ], [ 120.1905594, 30.4431096 ], [ 120.190674, 30.4430938 ], [ 120.1907703, 30.4431057 ], [ 120.190862, 30.4431926 ], [ 120.190917, 30.4432796 ], [ 120.1909766, 30.4433665 ], [ 120.1910316, 30.4433586 ], [ 120.1910775, 30.443327 ], [ 120.1910316, 30.4432479 ], [ 120.1909628, 30.4431452 ], [ 120.1909032, 30.4430385 ], [ 120.191085, 30.4429577 ], [ 120.1910022, 30.4428136 ], [ 120.1907474, 30.4429238 ], [ 120.190619, 30.4429396 ], [ 120.1905135, 30.4429041 ], [ 120.190431, 30.4427381 ], [ 120.1904356, 30.442663 ], [ 120.1903256, 30.4426116 ], [ 120.1902247, 30.4424456 ], [ 120.1901834, 30.4422875 ], [ 120.1900918, 30.4422637 ], [ 120.1897754, 30.4418606 ], [ 120.1896287, 30.4416827 ], [ 120.1896241, 30.4414969 ], [ 120.18967, 30.4412479 ], [ 120.1897754, 30.441157 ], [ 120.189835, 30.4410503 ], [ 120.1897983, 30.4409633 ], [ 120.1896379, 30.4409396 ], [ 120.1895966, 30.4409831 ], [ 120.1896287, 30.4410503 ], [ 120.189592, 30.4411689 ], [ 120.1894728, 30.4413942 ], [ 120.189427, 30.4416748 ], [ 120.1893261, 30.4419712 ], [ 120.1893032, 30.4420582 ], [ 120.1892207, 30.442074 ], [ 120.1891565, 30.4421175 ], [ 120.1891932, 30.4421531 ], [ 120.1892757, 30.4421294 ], [ 120.189404, 30.4420701 ], [ 120.1895232, 30.4420068 ], [ 120.1896516, 30.4419673 ], [ 120.1897617, 30.4419989 ], [ 120.1899038, 30.4421135 ], [ 120.1900092, 30.4423309 ], [ 120.1899955, 30.4423981 ], [ 120.189968, 30.4424969 ], [ 120.1899359, 30.4425562 ], [ 120.1898396, 30.4425918 ], [ 120.1897662, 30.4426076 ], [ 120.1897387, 30.4426511 ], [ 120.1896883, 30.4427025 ], [ 120.1896149, 30.4427262 ], [ 120.1894728, 30.4427618 ], [ 120.1893582, 30.4428171 ], [ 120.1892207, 30.4428685 ], [ 120.1891611, 30.4429199 ], [ 120.1891932, 30.4430068 ], [ 120.1892115, 30.4430661 ], [ 120.1892986, 30.4430424 ], [ 120.1895003, 30.4429357 ], [ 120.1896562, 30.4428211 ], [ 120.1897617, 30.4426906 ], [ 120.1898213, 30.4426748 ], [ 120.1898763, 30.4427104 ], [ 120.1899175, 30.4428132 ], [ 120.1899175, 30.4429278 ], [ 120.1898579, 30.4429713 ], [ 120.1897479, 30.4430424 ], [ 120.1896012, 30.4431294 ], [ 120.1893949, 30.4432124 ], [ 120.1893857, 30.4432756 ], [ 120.189349, 30.4433665 ], [ 120.1891152, 30.4435167 ], [ 120.1891336, 30.4436037 ], [ 120.1891244, 30.4436867 ], [ 120.1888493, 30.4438092 ], [ 120.1887943, 30.4438646 ], [ 120.188698, 30.4439159 ], [ 120.1884578, 30.4439749 ], [ 120.188531, 30.4440927 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1747063, 30.4419782 ], [ 120.1748802, 30.442062 ], [ 120.1749058, 30.4421105 ], [ 120.1748342, 30.4422604 ], [ 120.1747728, 30.4423618 ], [ 120.1747984, 30.4424367 ], [ 120.1748444, 30.4424411 ], [ 120.1748904, 30.4423706 ], [ 120.175008, 30.4423441 ], [ 120.1751103, 30.4421193 ], [ 120.1750694, 30.4420488 ], [ 120.1746654, 30.4419121 ], [ 120.1746399, 30.4419518 ], [ 120.1747063, 30.4419782 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1616386, 30.442804 ], [ 120.1617894, 30.4428628 ], [ 120.1618672, 30.4429676 ], [ 120.1618575, 30.4431102 ], [ 120.1618964, 30.4431568 ], [ 120.1619892, 30.443173 ], [ 120.1620196, 30.4431392 ], [ 120.1621443, 30.4430672 ], [ 120.1622788, 30.4430953 ], [ 120.1625847, 30.4431346 ], [ 120.1627553, 30.443168 ], [ 120.1628097, 30.4428078 ], [ 120.1626942, 30.4428166 ], [ 120.1625788, 30.4427953 ], [ 120.1625515, 30.4428719 ], [ 120.1624712, 30.4428659 ], [ 120.1624258, 30.4427791 ], [ 120.1623391, 30.4427705 ], [ 120.1620034, 30.4426992 ], [ 120.1619013, 30.4426615 ], [ 120.1618867, 30.4426027 ], [ 120.1618672, 30.4425524 ], [ 120.1617894, 30.4424979 ], [ 120.1617991, 30.4423469 ], [ 120.1618011, 30.4423395 ], [ 120.1618235, 30.4422547 ], [ 120.161804, 30.4421666 ], [ 120.1618721, 30.4420114 ], [ 120.1619548, 30.4418982 ], [ 120.1619889, 30.4418353 ], [ 120.1620715, 30.4418395 ], [ 120.162091, 30.4417262 ], [ 120.1620278, 30.4416591 ], [ 120.1619889, 30.4414746 ], [ 120.1620278, 30.4413949 ], [ 120.1621251, 30.4413614 ], [ 120.1621883, 30.4413069 ], [ 120.1621445, 30.4412607 ], [ 120.1620521, 30.4412817 ], [ 120.1619159, 30.4412733 ], [ 120.1617894, 30.4412649 ], [ 120.1618235, 30.4414117 ], [ 120.1617651, 30.4415333 ], [ 120.1617213, 30.4416759 ], [ 120.16177, 30.4419569 ], [ 120.1617213, 30.4420114 ], [ 120.161731, 30.4421163 ], [ 120.1617164, 30.4422882 ], [ 120.1616338, 30.4425231 ], [ 120.16159, 30.4427537 ], [ 120.1616386, 30.442804 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1538727, 30.4428451 ], [ 120.1539261, 30.4428938 ], [ 120.1540647, 30.4428637 ], [ 120.1541428, 30.4428203 ], [ 120.1542249, 30.4428106 ], [ 120.1543122, 30.4428761 ], [ 120.1543708, 30.4428991 ], [ 120.1544889, 30.4428655 ], [ 120.1545803, 30.4426016 ], [ 120.1545443, 30.4424989 ], [ 120.1546922, 30.4424227 ], [ 120.1547764, 30.4424582 ], [ 120.1549593, 30.4423661 ], [ 120.1548946, 30.4422687 ], [ 120.1548257, 30.4422412 ], [ 120.1545977, 30.4422262 ], [ 120.154454, 30.4421633 ], [ 120.1543739, 30.4422111 ], [ 120.1542814, 30.4424794 ], [ 120.154114, 30.4425786 ], [ 120.1539014, 30.4426538 ], [ 120.1538665, 30.4427388 ], [ 120.1538727, 30.4428451 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "北塔漾" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1610299, 30.4463545 ], [ 120.1612478, 30.4461197 ], [ 120.1615384, 30.4458613 ], [ 120.1619562, 30.4456108 ], [ 120.1621832, 30.445556 ], [ 120.1623558, 30.4455716 ], [ 120.1628098, 30.4456421 ], [ 120.163046, 30.4456499 ], [ 120.1633547, 30.4455794 ], [ 120.1638724, 30.4455638 ], [ 120.1639632, 30.4457282 ], [ 120.1640449, 30.4459239 ], [ 120.1642992, 30.4458848 ], [ 120.1642992, 30.4457204 ], [ 120.1643537, 30.4455716 ], [ 120.1645626, 30.4455638 ], [ 120.1647351, 30.4451802 ], [ 120.1645987, 30.4451794 ], [ 120.1645807, 30.4450784 ], [ 120.1647079, 30.4450627 ], [ 120.1648168, 30.4450314 ], [ 120.1651347, 30.4450862 ], [ 120.1651892, 30.4449609 ], [ 120.1649894, 30.4448592 ], [ 120.1650076, 30.4447574 ], [ 120.1651619, 30.4447261 ], [ 120.165843, 30.4449453 ], [ 120.1661155, 30.4449531 ], [ 120.1662063, 30.4448513 ], [ 120.1663607, 30.4448513 ], [ 120.1664697, 30.4449296 ], [ 120.1664424, 30.4447887 ], [ 120.1665877, 30.4447261 ], [ 120.1666695, 30.4446399 ], [ 120.1667966, 30.4447417 ], [ 120.1669782, 30.4447809 ], [ 120.1670236, 30.4447182 ], [ 120.167178, 30.4447809 ], [ 120.1673506, 30.4448043 ], [ 120.1678046, 30.4449688 ], [ 120.16795, 30.4450079 ], [ 120.1679136, 30.4449061 ], [ 120.1680135, 30.444867 ], [ 120.1681316, 30.4449296 ], [ 120.1680498, 30.4449923 ], [ 120.1682315, 30.4450627 ], [ 120.168404, 30.445141 ], [ 120.1685493, 30.4452819 ], [ 120.1686946, 30.4453054 ], [ 120.1688036, 30.4451958 ], [ 120.1689762, 30.4451488 ], [ 120.1691578, 30.4447339 ], [ 120.168177, 30.4443502 ], [ 120.168177, 30.444131 ], [ 120.1682587, 30.4440214 ], [ 120.1682315, 30.4438961 ], [ 120.1681497, 30.4437944 ], [ 120.1680771, 30.4436221 ], [ 120.1678955, 30.443442 ], [ 120.1679863, 30.4432541 ], [ 120.1680317, 30.4430975 ], [ 120.1681225, 30.4429879 ], [ 120.1681497, 30.4428313 ], [ 120.1683859, 30.4428235 ], [ 120.1684858, 30.4427844 ], [ 120.1686129, 30.4426513 ], [ 120.168731, 30.4424399 ], [ 120.1688581, 30.4423537 ], [ 120.1688036, 30.4422676 ], [ 120.168849, 30.442158 ], [ 120.1690299, 30.4421168 ], [ 120.1693213, 30.4414489 ], [ 120.1693555, 30.4413173 ], [ 120.1692525, 30.4412552 ], [ 120.1692385, 30.4411571 ], [ 120.1693153, 30.4410574 ], [ 120.1693298, 30.4409359 ], [ 120.1693552, 30.4408192 ], [ 120.1693687, 30.4406853 ], [ 120.1693916, 30.4406015 ], [ 120.1689035, 30.4404355 ], [ 120.1687491, 30.4405451 ], [ 120.1685493, 30.4406078 ], [ 120.1684767, 30.4407095 ], [ 120.1686765, 30.4407095 ], [ 120.1686311, 30.4408583 ], [ 120.1684585, 30.4409288 ], [ 120.1683677, 30.441054 ], [ 120.1682315, 30.441148 ], [ 120.1681407, 30.4412341 ], [ 120.1683859, 30.4413437 ], [ 120.1683132, 30.4414768 ], [ 120.168177, 30.4415395 ], [ 120.1681952, 30.4416491 ], [ 120.1680953, 30.4418292 ], [ 120.1678773, 30.441931 ], [ 120.1678319, 30.4420406 ], [ 120.1677683, 30.4421737 ], [ 120.1676593, 30.4422285 ], [ 120.1675685, 30.4423929 ], [ 120.1675504, 30.4425651 ], [ 120.1674232, 30.4425965 ], [ 120.1672598, 30.4426904 ], [ 120.167069, 30.4427687 ], [ 120.1669692, 30.4423381 ], [ 120.1668148, 30.4422833 ], [ 120.1665968, 30.4422598 ], [ 120.1666604, 30.4417822 ], [ 120.1664515, 30.4417352 ], [ 120.1664333, 30.4415316 ], [ 120.1662971, 30.4414455 ], [ 120.1661246, 30.4413907 ], [ 120.1663334, 30.4410932 ], [ 120.1663153, 30.4409444 ], [ 120.1661064, 30.4408661 ], [ 120.1660792, 30.4407643 ], [ 120.1660882, 30.4406156 ], [ 120.1662063, 30.4405373 ], [ 120.166397, 30.4404746 ], [ 120.1664515, 30.4402711 ], [ 120.1664424, 30.4400988 ], [ 120.1664788, 30.4399109 ], [ 120.1665605, 30.4397856 ], [ 120.166733, 30.4398091 ], [ 120.1668148, 30.4397465 ], [ 120.1667966, 30.4393707 ], [ 120.166733, 30.4392141 ], [ 120.1664424, 30.4391749 ], [ 120.1664061, 30.4390575 ], [ 120.1662336, 30.4390966 ], [ 120.1659611, 30.439081 ], [ 120.1659702, 30.4393315 ], [ 120.1658249, 30.4395742 ], [ 120.1654162, 30.4395586 ], [ 120.165389, 30.4397543 ], [ 120.1652528, 30.4398639 ], [ 120.1650257, 30.4398561 ], [ 120.1648986, 30.4398796 ], [ 120.1649712, 30.439997 ], [ 120.1647533, 30.440091 ], [ 120.1645807, 30.4399814 ], [ 120.1644354, 30.4398639 ], [ 120.16439, 30.4397308 ], [ 120.1643355, 30.4395821 ], [ 120.1641902, 30.4395351 ], [ 120.1642175, 30.439449 ], [ 120.1640449, 30.4394255 ], [ 120.1638996, 30.4393237 ], [ 120.1637725, 30.4393472 ], [ 120.1637634, 30.4394803 ], [ 120.1635999, 30.4395429 ], [ 120.1634303, 30.4394866 ], [ 120.1632945, 30.4398526 ], [ 120.1635364, 30.439997 ], [ 120.1636453, 30.4401771 ], [ 120.1636635, 30.4403415 ], [ 120.1636181, 30.4405216 ], [ 120.1636907, 30.4406547 ], [ 120.1636635, 30.4408426 ], [ 120.1637634, 30.4409601 ], [ 120.1637634, 30.4411245 ], [ 120.1637089, 30.4412263 ], [ 120.1635908, 30.4413907 ], [ 120.1635727, 30.4416021 ], [ 120.1636907, 30.4417665 ], [ 120.1636907, 30.4419466 ], [ 120.163609, 30.4421423 ], [ 120.1635, 30.442205 ], [ 120.1633275, 30.4422833 ], [ 120.1632821, 30.442432 ], [ 120.1633002, 30.4425103 ], [ 120.1634274, 30.4425913 ], [ 120.1634274, 30.4426278 ], [ 120.1631186, 30.4426199 ], [ 120.1629396, 30.4426481 ], [ 120.1629002, 30.4427212 ], [ 120.1628097, 30.4428078 ], [ 120.1627553, 30.443168 ], [ 120.1628008, 30.443262 ], [ 120.1627917, 30.4434264 ], [ 120.1629551, 30.4434655 ], [ 120.1631004, 30.4434029 ], [ 120.1634365, 30.4434655 ], [ 120.1634819, 30.4436065 ], [ 120.1634183, 30.4439979 ], [ 120.1633093, 30.444084 ], [ 120.163164, 30.4440997 ], [ 120.1629915, 30.4440997 ], [ 120.1628189, 30.444225 ], [ 120.1629097, 30.4443424 ], [ 120.1628643, 30.4444833 ], [ 120.1627553, 30.4444833 ], [ 120.1628008, 30.4446008 ], [ 120.1628825, 30.4446947 ], [ 120.1628371, 30.444867 ], [ 120.1626645, 30.4449766 ], [ 120.1626282, 30.4450549 ], [ 120.1625556, 30.445188 ], [ 120.162492, 30.4450314 ], [ 120.1623921, 30.4449923 ], [ 120.1624647, 30.4449531 ], [ 120.1624647, 30.4448592 ], [ 120.162383, 30.444773 ], [ 120.1622559, 30.4447887 ], [ 120.1622468, 30.4448905 ], [ 120.1621923, 30.445141 ], [ 120.1619834, 30.4451802 ], [ 120.1618109, 30.4452663 ], [ 120.1616837, 30.4454698 ], [ 120.1615748, 30.4454777 ], [ 120.1615475, 30.4451175 ], [ 120.1612761, 30.4448465 ], [ 120.161225, 30.4448948 ], [ 120.1611344, 30.4450831 ], [ 120.160881, 30.4451733 ], [ 120.1608989, 30.445479 ], [ 120.1609655, 30.4455785 ], [ 120.1611268, 30.4456886 ], [ 120.1612132, 30.4458582 ], [ 120.1611094, 30.4461619 ], [ 120.1610423, 30.4462228 ], [ 120.1607302, 30.4462841 ], [ 120.1610299, 30.4463545 ] ], [ [ 120.1652528, 30.4434107 ], [ 120.16528, 30.4433246 ], [ 120.1653163, 30.4432306 ], [ 120.1654525, 30.4432855 ], [ 120.1654253, 30.4433794 ], [ 120.1655888, 30.4434734 ], [ 120.1657159, 30.4434186 ], [ 120.1657613, 30.4432855 ], [ 120.165725, 30.4431524 ], [ 120.1656887, 30.4430741 ], [ 120.1657886, 30.4430193 ], [ 120.1660428, 30.4430662 ], [ 120.1661972, 30.4430662 ], [ 120.1663425, 30.4430349 ], [ 120.1663879, 30.4429566 ], [ 120.1663244, 30.4428705 ], [ 120.1664061, 30.4428313 ], [ 120.1664878, 30.4428862 ], [ 120.1665605, 30.4428705 ], [ 120.1666695, 30.4429331 ], [ 120.166951, 30.4429175 ], [ 120.1671235, 30.4429644 ], [ 120.167287, 30.4429801 ], [ 120.1674141, 30.4430584 ], [ 120.1674596, 30.4431758 ], [ 120.1672779, 30.443215 ], [ 120.1672507, 30.4433872 ], [ 120.167178, 30.4435047 ], [ 120.1669873, 30.4436769 ], [ 120.16706, 30.4438022 ], [ 120.1669782, 30.4438727 ], [ 120.1668238, 30.4439588 ], [ 120.1667875, 30.4438648 ], [ 120.1667149, 30.4437865 ], [ 120.166615, 30.4438413 ], [ 120.1665151, 30.4440214 ], [ 120.1664061, 30.4439901 ], [ 120.1663516, 30.4438805 ], [ 120.1662245, 30.443857 ], [ 120.1661064, 30.4439431 ], [ 120.1660065, 30.4440449 ], [ 120.1658885, 30.4439666 ], [ 120.1655615, 30.4438648 ], [ 120.1655797, 30.4436848 ], [ 120.1655343, 30.443536 ], [ 120.165389, 30.4434577 ], [ 120.1652346, 30.4434734 ], [ 120.1652528, 30.4434107 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.162952, 30.4439741 ], [ 120.1630493, 30.4440202 ], [ 120.1632293, 30.4440412 ], [ 120.1633655, 30.4439867 ], [ 120.163419, 30.4436847 ], [ 120.1633752, 30.4436512 ], [ 120.1633071, 30.4436721 ], [ 120.1632244, 30.4436973 ], [ 120.1631271, 30.4436596 ], [ 120.1630493, 30.4436805 ], [ 120.1629374, 30.4438231 ], [ 120.1629082, 30.4438986 ], [ 120.162952, 30.4439741 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.161697, 30.4443599 ], [ 120.1617408, 30.4444102 ], [ 120.1618721, 30.4443934 ], [ 120.1623099, 30.4444312 ], [ 120.1623877, 30.444406 ], [ 120.1624315, 30.4443431 ], [ 120.1623829, 30.4442089 ], [ 120.1624315, 30.4440747 ], [ 120.1623439, 30.4440034 ], [ 120.1623294, 30.4439279 ], [ 120.1624218, 30.4439112 ], [ 120.1625434, 30.4438818 ], [ 120.1625872, 30.4437938 ], [ 120.1625045, 30.4437141 ], [ 120.1625337, 30.4435966 ], [ 120.162699, 30.4434834 ], [ 120.1625434, 30.4433702 ], [ 120.1623829, 30.4434079 ], [ 120.1622904, 30.443475 ], [ 120.1622661, 30.4436008 ], [ 120.1622272, 30.4436596 ], [ 120.1620813, 30.4436721 ], [ 120.1619256, 30.4437015 ], [ 120.1619597, 30.4437854 ], [ 120.1620326, 30.4439154 ], [ 120.1618186, 30.4440202 ], [ 120.1617456, 30.4441334 ], [ 120.161697, 30.4442718 ], [ 120.161697, 30.4443599 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1614732, 30.4447918 ], [ 120.1616532, 30.4448002 ], [ 120.1618089, 30.4447835 ], [ 120.1619548, 30.4447457 ], [ 120.1620375, 30.4446618 ], [ 120.1620229, 30.4445947 ], [ 120.1619305, 30.4445234 ], [ 120.1616775, 30.4444438 ], [ 120.1616338, 30.4443641 ], [ 120.1616435, 30.4442467 ], [ 120.1617067, 30.4440999 ], [ 120.1617164, 30.4439867 ], [ 120.161624, 30.4439741 ], [ 120.1613176, 30.4443222 ], [ 120.16123, 30.4445486 ], [ 120.1612154, 30.4447457 ], [ 120.1614732, 30.4447918 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1746587, 30.4442354 ], [ 120.1748598, 30.4442314 ], [ 120.1750565, 30.4442511 ], [ 120.1751068, 30.4443615 ], [ 120.1751159, 30.4444719 ], [ 120.1750885, 30.4445744 ], [ 120.1750245, 30.4446887 ], [ 120.1749924, 30.4447478 ], [ 120.1750473, 30.4447636 ], [ 120.1751068, 30.4447242 ], [ 120.1751708, 30.4447399 ], [ 120.1751662, 30.4448345 ], [ 120.1752074, 30.4448897 ], [ 120.1752942, 30.4448818 ], [ 120.1753034, 30.4448069 ], [ 120.1752805, 30.4446808 ], [ 120.1752668, 30.4445271 ], [ 120.1752759, 30.4444167 ], [ 120.175372, 30.444393 ], [ 120.1755183, 30.444393 ], [ 120.1758704, 30.4444679 ], [ 120.1760075, 30.4444798 ], [ 120.1764556, 30.4445192 ], [ 120.1765471, 30.4445586 ], [ 120.1765837, 30.4447163 ], [ 120.1766294, 30.4448661 ], [ 120.1766294, 30.4451223 ], [ 120.1766157, 30.4451933 ], [ 120.1766614, 30.4453234 ], [ 120.1766888, 30.445548 ], [ 120.1766934, 30.4458358 ], [ 120.1766523, 30.4459146 ], [ 120.1765105, 30.4459738 ], [ 120.1762636, 30.445962 ], [ 120.1760075, 30.4459344 ], [ 120.1758201, 30.4460132 ], [ 120.175628, 30.4461117 ], [ 120.1755914, 30.4462852 ], [ 120.1755914, 30.4464389 ], [ 120.1756052, 30.4466794 ], [ 120.1756006, 30.446912 ], [ 120.1755732, 30.4472431 ], [ 120.1755183, 30.44759 ], [ 120.1756052, 30.4476057 ], [ 120.1757058, 30.4473732 ], [ 120.1757652, 30.4473101 ], [ 120.1757515, 30.4471918 ], [ 120.1757835, 30.4468883 ], [ 120.1757103, 30.4468174 ], [ 120.1756737, 30.4464035 ], [ 120.1756555, 30.4462734 ], [ 120.175724, 30.4461354 ], [ 120.1759435, 30.4460566 ], [ 120.1762956, 30.4460447 ], [ 120.1766614, 30.4460802 ], [ 120.1769678, 30.446096 ], [ 120.1769586, 30.4460132 ], [ 120.1768397, 30.4459817 ], [ 120.1767849, 30.44582 ], [ 120.1767849, 30.4452603 ], [ 120.1767849, 30.4451381 ], [ 120.1767254, 30.4449489 ], [ 120.1767208, 30.444669 ], [ 120.1768169, 30.4446059 ], [ 120.1770043, 30.4445152 ], [ 120.1771918, 30.4444758 ], [ 120.1774433, 30.4444837 ], [ 120.1776582, 30.4445074 ], [ 120.177864, 30.4445586 ], [ 120.1780514, 30.444669 ], [ 120.1781932, 30.4447478 ], [ 120.1782481, 30.4449252 ], [ 120.1783029, 30.4449449 ], [ 120.1782892, 30.4447439 ], [ 120.1784264, 30.4446729 ], [ 120.1787465, 30.4446611 ], [ 120.1791123, 30.4446847 ], [ 120.1795055, 30.4446296 ], [ 120.1797387, 30.4446138 ], [ 120.179917, 30.4446414 ], [ 120.1799536, 30.4445428 ], [ 120.1798347, 30.444531 ], [ 120.1795283, 30.4445152 ], [ 120.1792952, 30.4445271 ], [ 120.1791031, 30.4445744 ], [ 120.1789476, 30.4445547 ], [ 120.1788425, 30.4444837 ], [ 120.1788242, 30.4443891 ], [ 120.1786641, 30.4443024 ], [ 120.1786413, 30.4442038 ], [ 120.1786779, 30.443782 ], [ 120.178687, 30.4436835 ], [ 120.1785956, 30.4436598 ], [ 120.178527, 30.4436638 ], [ 120.1784721, 30.4436914 ], [ 120.178463, 30.4437584 ], [ 120.1783989, 30.4439752 ], [ 120.1783258, 30.4440264 ], [ 120.1781932, 30.4440107 ], [ 120.1779463, 30.4439555 ], [ 120.1779051, 30.4439318 ], [ 120.1779874, 30.4436638 ], [ 120.178088, 30.4436322 ], [ 120.1783761, 30.4436598 ], [ 120.1784355, 30.4436362 ], [ 120.1783807, 30.4434469 ], [ 120.1784492, 30.4432932 ], [ 120.1785818, 30.443242 ], [ 120.1787282, 30.4432498 ], [ 120.1788288, 30.4432774 ], [ 120.1790574, 30.4431828 ], [ 120.1791305, 30.4431237 ], [ 120.1791717, 30.4429502 ], [ 120.1792311, 30.4426782 ], [ 120.1793363, 30.4425994 ], [ 120.1798393, 30.4426073 ], [ 120.1798347, 30.4424023 ], [ 120.1794552, 30.4423983 ], [ 120.1788791, 30.4423747 ], [ 120.1787465, 30.4423629 ], [ 120.1786641, 30.4423983 ], [ 120.1782663, 30.4423786 ], [ 120.17812, 30.4424102 ], [ 120.177992, 30.4424614 ], [ 120.1778274, 30.4424496 ], [ 120.1776948, 30.4423983 ], [ 120.1775576, 30.4423983 ], [ 120.1771598, 30.4423037 ], [ 120.1771278, 30.4422643 ], [ 120.1769815, 30.4422722 ], [ 120.1765197, 30.4421342 ], [ 120.1763642, 30.4421224 ], [ 120.1762956, 30.4422131 ], [ 120.1761676, 30.4422959 ], [ 120.1760075, 30.4423037 ], [ 120.1756692, 30.4422564 ], [ 120.1754954, 30.4422367 ], [ 120.1753537, 30.4421342 ], [ 120.1753354, 30.442079 ], [ 120.1752942, 30.4420633 ], [ 120.1751479, 30.4423471 ], [ 120.1755503, 30.4424102 ], [ 120.1764053, 30.4424535 ], [ 120.1781017, 30.4425639 ], [ 120.1783349, 30.4425324 ], [ 120.1785361, 30.4425284 ], [ 120.1786641, 30.44256 ], [ 120.178751, 30.4426664 ], [ 120.1787739, 30.442765 ], [ 120.1787739, 30.4428832 ], [ 120.1787465, 30.4429975 ], [ 120.1787144, 30.4431 ], [ 120.1786321, 30.4431552 ], [ 120.1785361, 30.4431592 ], [ 120.178495, 30.4430961 ], [ 120.1784127, 30.4430764 ], [ 120.1783852, 30.4429975 ], [ 120.1783258, 30.4429029 ], [ 120.1782023, 30.4429148 ], [ 120.1781109, 30.4429502 ], [ 120.1780697, 30.4430488 ], [ 120.1780652, 30.4434036 ], [ 120.1778823, 30.4434864 ], [ 120.1778137, 30.4435455 ], [ 120.1778091, 30.4438372 ], [ 120.1777862, 30.4439397 ], [ 120.177393, 30.4439752 ], [ 120.1772421, 30.4440067 ], [ 120.1771689, 30.4440383 ], [ 120.1771552, 30.4441368 ], [ 120.1771598, 30.4441999 ], [ 120.1770729, 30.4442314 ], [ 120.1766797, 30.4442551 ], [ 120.1765654, 30.4442945 ], [ 120.1763276, 30.4442432 ], [ 120.1760624, 30.4442748 ], [ 120.1759298, 30.444259 ], [ 120.1758338, 30.4441881 ], [ 120.1757515, 30.4440028 ], [ 120.1757972, 30.4439436 ], [ 120.1758109, 30.4436401 ], [ 120.1758064, 30.4435061 ], [ 120.1757195, 30.4434391 ], [ 120.1755274, 30.4433918 ], [ 120.175372, 30.4433878 ], [ 120.1752622, 30.4434115 ], [ 120.1751982, 30.4434745 ], [ 120.1752577, 30.443514 ], [ 120.1754268, 30.4435494 ], [ 120.1754634, 30.443644 ], [ 120.1754268, 30.4437229 ], [ 120.1753262, 30.4440225 ], [ 120.1752759, 30.4440856 ], [ 120.1751291, 30.4441163 ], [ 120.1750536, 30.4441322 ], [ 120.1750315, 30.4441481 ], [ 120.1749799, 30.4441703 ], [ 120.1748749, 30.4441608 ], [ 120.1746851, 30.4441258 ], [ 120.1746059, 30.44411 ], [ 120.1745696, 30.4440995 ], [ 120.1745483, 30.4442663 ], [ 120.1746587, 30.4442354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1754018, 30.4448692 ], [ 120.175473, 30.4449797 ], [ 120.175511, 30.4450779 ], [ 120.175549, 30.4451598 ], [ 120.1757104, 30.4452089 ], [ 120.1759241, 30.4451639 ], [ 120.1760427, 30.4451598 ], [ 120.1761519, 30.4451802 ], [ 120.1762611, 30.4450656 ], [ 120.1763133, 30.4449019 ], [ 120.1762944, 30.4447095 ], [ 120.1762279, 30.4446031 ], [ 120.1760238, 30.4445417 ], [ 120.1757436, 30.4445499 ], [ 120.1755632, 30.4446113 ], [ 120.1754303, 30.4446973 ], [ 120.1753591, 30.4447791 ], [ 120.1754018, 30.4448692 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1617748, 30.4450602 ], [ 120.1619743, 30.4450896 ], [ 120.1620326, 30.4449177 ], [ 120.1618235, 30.4448673 ], [ 120.16177, 30.444947 ], [ 120.1617748, 30.4450602 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1349803, 30.4426717 ], [ 120.1349803, 30.4427762 ], [ 120.1350655, 30.4428574 ], [ 120.1351822, 30.442927 ], [ 120.1352091, 30.4429773 ], [ 120.1352764, 30.4430315 ], [ 120.1354873, 30.4430121 ], [ 120.1355501, 30.4429618 ], [ 120.1356668, 30.4428961 ], [ 120.1357969, 30.4428961 ], [ 120.1359001, 30.4428381 ], [ 120.1359674, 30.4427181 ], [ 120.1360033, 30.442575 ], [ 120.1360033, 30.4424396 ], [ 120.1359764, 30.4423506 ], [ 120.1358687, 30.4422694 ], [ 120.1357655, 30.4421727 ], [ 120.1356623, 30.4420644 ], [ 120.1354963, 30.4420025 ], [ 120.135236, 30.4419599 ], [ 120.1351687, 30.4419715 ], [ 120.1351194, 30.4420296 ], [ 120.1350925, 30.442134 ], [ 120.1350566, 30.4422153 ], [ 120.1349982, 30.4422888 ], [ 120.1349713, 30.4423506 ], [ 120.1349668, 30.4425247 ], [ 120.1349803, 30.4426717 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1323247, 30.4427866 ], [ 120.1324978, 30.4427801 ], [ 120.1326032, 30.4427347 ], [ 120.1326333, 30.4426503 ], [ 120.1327161, 30.4424621 ], [ 120.1327763, 30.4423388 ], [ 120.1327086, 30.4422869 ], [ 120.1324903, 30.442235 ], [ 120.1323999, 30.4422999 ], [ 120.132287, 30.4424946 ], [ 120.1322117, 30.4426633 ], [ 120.1321892, 30.4427477 ], [ 120.1323247, 30.4427866 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1317375, 30.4429034 ], [ 120.1316998, 30.4430462 ], [ 120.1317827, 30.4430852 ], [ 120.131873, 30.4430462 ], [ 120.1319784, 30.4427282 ], [ 120.1319106, 30.4426893 ], [ 120.1318052, 30.4426893 ], [ 120.1316998, 30.442845 ], [ 120.1317375, 30.4429034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1390455, 30.4430475 ], [ 120.1391384, 30.4431091 ], [ 120.1391527, 30.443183 ], [ 120.1391098, 30.4433802 ], [ 120.1392098, 30.4433987 ], [ 120.1395886, 30.4433001 ], [ 120.1396529, 30.443257 ], [ 120.1396601, 30.4431707 ], [ 120.1396243, 30.4428318 ], [ 120.1395529, 30.4427764 ], [ 120.1394171, 30.4428072 ], [ 120.1390455, 30.4429612 ], [ 120.1390455, 30.4430475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1309094, 30.44352 ], [ 120.1310449, 30.4435784 ], [ 120.1312331, 30.4434811 ], [ 120.1312331, 30.4433513 ], [ 120.1312933, 30.4431955 ], [ 120.1313611, 30.4430917 ], [ 120.1312632, 30.4430008 ], [ 120.1311503, 30.4429619 ], [ 120.1310449, 30.4430268 ], [ 120.1309395, 30.4432604 ], [ 120.1308868, 30.4434162 ], [ 120.1309094, 30.44352 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1255073, 30.4420845 ], [ 120.1256621, 30.4421434 ], [ 120.1257623, 30.4420963 ], [ 120.1259126, 30.442163 ], [ 120.1259035, 30.4422337 ], [ 120.1258761, 30.4423436 ], [ 120.1258443, 30.4424418 ], [ 120.1258169, 30.4425125 ], [ 120.1258534, 30.4425635 ], [ 120.1259536, 30.4425517 ], [ 120.12599, 30.4425007 ], [ 120.1260583, 30.442379 ], [ 120.1261221, 30.4422887 ], [ 120.1262131, 30.442273 ], [ 120.1263361, 30.4423004 ], [ 120.1265091, 30.4423358 ], [ 120.1266458, 30.442375 ], [ 120.1267915, 30.4423554 ], [ 120.1269008, 30.4423201 ], [ 120.1270329, 30.4423476 ], [ 120.1271467, 30.4424104 ], [ 120.1272378, 30.4424771 ], [ 120.127297, 30.4425556 ], [ 120.1272879, 30.4426224 ], [ 120.1272469, 30.4427009 ], [ 120.1271832, 30.4427794 ], [ 120.1271239, 30.4428462 ], [ 120.1271604, 30.4428697 ], [ 120.1272105, 30.4428109 ], [ 120.1273061, 30.4427245 ], [ 120.127379, 30.442642 ], [ 120.1274792, 30.4425871 ], [ 120.1275657, 30.4426106 ], [ 120.1276795, 30.4426145 ], [ 120.1279983, 30.442752 ], [ 120.1282351, 30.4428383 ], [ 120.1283308, 30.442909 ], [ 120.1283581, 30.4429718 ], [ 120.1283763, 30.4430818 ], [ 120.1283536, 30.4431838 ], [ 120.1283353, 30.443282 ], [ 120.1282761, 30.4434155 ], [ 120.1282033, 30.4435215 ], [ 120.1281623, 30.4435961 ], [ 120.1281258, 30.4436589 ], [ 120.1279847, 30.4439416 ], [ 120.1279573, 30.4440123 ], [ 120.1278845, 30.444028 ], [ 120.127716, 30.4439102 ], [ 120.1276112, 30.4438827 ], [ 120.1274564, 30.4438395 ], [ 120.1273152, 30.4437806 ], [ 120.1271012, 30.4435961 ], [ 120.1269828, 30.4434665 ], [ 120.1267505, 30.4433134 ], [ 120.1264226, 30.4432074 ], [ 120.1262814, 30.4431721 ], [ 120.1260765, 30.4430778 ], [ 120.1260264, 30.4430857 ], [ 120.1261175, 30.4431721 ], [ 120.1262268, 30.4432192 ], [ 120.1263452, 30.443227 ], [ 120.126623, 30.4433016 ], [ 120.1268416, 30.4434155 ], [ 120.1269372, 30.4434901 ], [ 120.1271422, 30.4436903 ], [ 120.1274245, 30.4439141 ], [ 120.1275156, 30.4439416 ], [ 120.1276613, 30.443918 ], [ 120.1278435, 30.4440358 ], [ 120.1278754, 30.4440869 ], [ 120.1278389, 30.4441615 ], [ 120.1277615, 30.4442675 ], [ 120.1276067, 30.4444559 ], [ 120.1273653, 30.4447151 ], [ 120.1272697, 30.44477 ], [ 120.1272105, 30.4448368 ], [ 120.1270556, 30.4449585 ], [ 120.127083, 30.4449938 ], [ 120.1271422, 30.4449467 ], [ 120.1272469, 30.4448603 ], [ 120.1273835, 30.4447857 ], [ 120.1275976, 30.4445345 ], [ 120.127798, 30.4442832 ], [ 120.1278799, 30.4442557 ], [ 120.1281213, 30.4443853 ], [ 120.1281668, 30.4444363 ], [ 120.1282761, 30.4445345 ], [ 120.1285357, 30.4447382 ], [ 120.1285493, 30.4446677 ], [ 120.1283262, 30.444503 ], [ 120.1282579, 30.4444363 ], [ 120.1282033, 30.4443381 ], [ 120.1282078, 30.4442047 ], [ 120.1281486, 30.4441615 ], [ 120.1280621, 30.4440986 ], [ 120.1280439, 30.4440515 ], [ 120.1280803, 30.4439416 ], [ 120.1280985, 30.4438513 ], [ 120.1283718, 30.4433959 ], [ 120.1284128, 30.4433291 ], [ 120.1284902, 30.4433134 ], [ 120.1286997, 30.4433644 ], [ 120.128941, 30.4434665 ], [ 120.1290367, 30.4434665 ], [ 120.1292052, 30.4435372 ], [ 120.1292325, 30.4436 ], [ 120.1294238, 30.4436707 ], [ 120.1295649, 30.4437492 ], [ 120.1297107, 30.4437924 ], [ 120.1299885, 30.4438434 ], [ 120.1302298, 30.4438709 ], [ 120.1303983, 30.4438906 ], [ 120.1305031, 30.4439377 ], [ 120.1306306, 30.4439612 ], [ 120.1309949, 30.4441379 ], [ 120.1311315, 30.4442086 ], [ 120.1311907, 30.4442714 ], [ 120.1311998, 30.4443303 ], [ 120.1311543, 30.4443853 ], [ 120.1311953, 30.444401 ], [ 120.1312727, 30.4443578 ], [ 120.1313456, 30.4443499 ], [ 120.1314406, 30.4444051 ], [ 120.1314907, 30.4443188 ], [ 120.1314184, 30.4442753 ], [ 120.1313091, 30.4442125 ], [ 120.1312499, 30.4441536 ], [ 120.131209, 30.4440672 ], [ 120.1311816, 30.4439612 ], [ 120.131168, 30.4438395 ], [ 120.1312181, 30.4437767 ], [ 120.1313046, 30.44371 ], [ 120.1313911, 30.4436707 ], [ 120.1314731, 30.4436825 ], [ 120.1316097, 30.4437217 ], [ 120.1317919, 30.4437846 ], [ 120.131801, 30.4437492 ], [ 120.1316826, 30.4437139 ], [ 120.1315505, 30.4436628 ], [ 120.1314731, 30.4436039 ], [ 120.1313866, 30.4435882 ], [ 120.1313183, 30.4436236 ], [ 120.1312135, 30.443706 ], [ 120.1311179, 30.4437649 ], [ 120.1310131, 30.4438081 ], [ 120.1308902, 30.4438199 ], [ 120.1308219, 30.4437728 ], [ 120.1307581, 30.4437257 ], [ 120.1306716, 30.4437021 ], [ 120.1305304, 30.4436825 ], [ 120.1304348, 30.4436393 ], [ 120.1303528, 30.4436039 ], [ 120.13033, 30.4435293 ], [ 120.1303892, 30.4433566 ], [ 120.1305122, 30.4431524 ], [ 120.130585, 30.4429758 ], [ 120.130585, 30.4428305 ], [ 120.1305258, 30.4428226 ], [ 120.1304849, 30.442854 ], [ 120.1304575, 30.4429404 ], [ 120.1304211, 30.4430307 ], [ 120.1303346, 30.4431956 ], [ 120.1302845, 30.4432977 ], [ 120.1302162, 30.443388 ], [ 120.1301387, 30.4434548 ], [ 120.1300477, 30.4435097 ], [ 120.1299429, 30.443549 ], [ 120.1297744, 30.4435725 ], [ 120.1295968, 30.4435333 ], [ 120.129278, 30.4434116 ], [ 120.1290868, 30.4433291 ], [ 120.1289137, 30.4432899 ], [ 120.1287634, 30.4432545 ], [ 120.1286951, 30.4431995 ], [ 120.1285175, 30.4429169 ], [ 120.1284947, 30.4428423 ], [ 120.1283536, 30.4427794 ], [ 120.1280985, 30.4427048 ], [ 120.127798, 30.4425871 ], [ 120.1275657, 30.4424732 ], [ 120.1274746, 30.4424104 ], [ 120.1273881, 30.4423476 ], [ 120.1273152, 30.4422651 ], [ 120.1273107, 30.4421709 ], [ 120.1272241, 30.4421277 ], [ 120.1271558, 30.4421159 ], [ 120.1271239, 30.442163 ], [ 120.1270556, 30.4422141 ], [ 120.1269463, 30.4422298 ], [ 120.1267505, 30.4422258 ], [ 120.126541, 30.4422258 ], [ 120.1264272, 30.4421866 ], [ 120.1260947, 30.4420963 ], [ 120.1259809, 30.4420649 ], [ 120.1259308, 30.4421002 ], [ 120.1257714, 30.4420177 ], [ 120.1258078, 30.4419706 ], [ 120.125694, 30.4419117 ], [ 120.1256257, 30.4418489 ], [ 120.1256074, 30.4417351 ], [ 120.1253752, 30.4420413 ], [ 120.1255073, 30.4420845 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1333964, 30.4442887 ], [ 120.1334772, 30.4443196 ], [ 120.1336252, 30.4443467 ], [ 120.1336791, 30.4443699 ], [ 120.1337509, 30.4444279 ], [ 120.1338182, 30.4445053 ], [ 120.1338989, 30.4445324 ], [ 120.1340246, 30.4445285 ], [ 120.1340694, 30.4444975 ], [ 120.1340739, 30.4444356 ], [ 120.134047, 30.4443505 ], [ 120.1340694, 30.4443119 ], [ 120.1341457, 30.4442229 ], [ 120.1341323, 30.4440952 ], [ 120.1342175, 30.4439173 ], [ 120.1342534, 30.4438515 ], [ 120.1341996, 30.4438322 ], [ 120.1341906, 30.4436775 ], [ 120.1342444, 30.443662 ], [ 120.1344015, 30.4436156 ], [ 120.1344284, 30.4435498 ], [ 120.1344015, 30.4433951 ], [ 120.1343745, 30.4432713 ], [ 120.1343252, 30.4432249 ], [ 120.1342355, 30.4432171 ], [ 120.1340021, 30.4433022 ], [ 120.1339438, 30.443368 ], [ 120.1339034, 30.4434647 ], [ 120.1338989, 30.4435808 ], [ 120.1338586, 30.4436349 ], [ 120.1337509, 30.4436891 ], [ 120.1335759, 30.4437819 ], [ 120.1334727, 30.4438593 ], [ 120.1333919, 30.4439521 ], [ 120.1333201, 30.4440488 ], [ 120.1333156, 30.4441494 ], [ 120.1333964, 30.4442887 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.15192, 30.4449448 ], [ 120.1521756, 30.445209 ], [ 120.1522337, 30.4454444 ], [ 120.1522482, 30.4458263 ], [ 120.1521567, 30.4461631 ], [ 120.1521306, 30.4462683 ], [ 120.1520732, 30.4463231 ], [ 120.1522819, 30.446322 ], [ 120.1522555, 30.4461882 ], [ 120.1523136, 30.4459377 ], [ 120.1523673, 30.4458075 ], [ 120.1523586, 30.4456936 ], [ 120.1523049, 30.4453067 ], [ 120.1522134, 30.44506 ], [ 120.152071, 30.4448734 ], [ 120.1520333, 30.4447006 ], [ 120.1520536, 30.4445003 ], [ 120.1520739, 30.4443788 ], [ 120.1520478, 30.4442674 ], [ 120.1520463, 30.4440808 ], [ 120.1520768, 30.4438053 ], [ 120.1521553, 30.4436075 ], [ 120.1522831, 30.4435912 ], [ 120.1525925, 30.4436363 ], [ 120.1527638, 30.4436263 ], [ 120.1528481, 30.4435912 ], [ 120.1530093, 30.4433858 ], [ 120.153217, 30.4430039 ], [ 120.1533782, 30.4427159 ], [ 120.153461, 30.4424442 ], [ 120.1535816, 30.4423165 ], [ 120.1537079, 30.4422701 ], [ 120.1539577, 30.4421988 ], [ 120.1540405, 30.4421324 ], [ 120.1541364, 30.4418118 ], [ 120.1541872, 30.4417317 ], [ 120.154363, 30.4416779 ], [ 120.1543775, 30.4416065 ], [ 120.1541335, 30.4416052 ], [ 120.1541407, 30.4414687 ], [ 120.1540536, 30.4414612 ], [ 120.1540405, 30.4416628 ], [ 120.1539403, 30.4419521 ], [ 120.1537849, 30.4421462 ], [ 120.1534726, 30.4421963 ], [ 120.1533782, 30.4424918 ], [ 120.1533027, 30.4426132 ], [ 120.1532649, 30.4427297 ], [ 120.15305, 30.4432005 ], [ 120.1528699, 30.4434585 ], [ 120.1527043, 30.4435073 ], [ 120.1525925, 30.4435173 ], [ 120.1523615, 30.4434497 ], [ 120.152087, 30.4434284 ], [ 120.1519955, 30.4435374 ], [ 120.1519476, 30.4438491 ], [ 120.1519316, 30.4442962 ], [ 120.1519737, 30.4443938 ], [ 120.151965, 30.4445604 ], [ 120.15192, 30.4448333 ], [ 120.15192, 30.4449448 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1474253, 30.4444471 ], [ 120.1474442, 30.4445356 ], [ 120.1474395, 30.444677 ], [ 120.1474843, 30.4447105 ], [ 120.1474855, 30.4447899 ], [ 120.1477828, 30.4448672 ], [ 120.1479456, 30.4448539 ], [ 120.1479763, 30.4448255 ], [ 120.1479727, 30.4447654 ], [ 120.1478642, 30.4446668 ], [ 120.1478607, 30.4446292 ], [ 120.1479704, 30.4446017 ], [ 120.1480258, 30.4444095 ], [ 120.1480199, 30.4442945 ], [ 120.1478996, 30.4442356 ], [ 120.1475056, 30.4442335 ], [ 120.1474088, 30.4442976 ], [ 120.1473817, 30.4444054 ], [ 120.1474253, 30.4444471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.148375, 30.4441044 ], [ 120.14846, 30.4441918 ], [ 120.1485591, 30.4442996 ], [ 120.1485626, 30.4445549 ], [ 120.1485142, 30.4446302 ], [ 120.1484965, 30.4446749 ], [ 120.1484954, 30.444739 ], [ 120.1485296, 30.444855 ], [ 120.1485225, 30.4449912 ], [ 120.1484175, 30.4450797 ], [ 120.1484269, 30.4451926 ], [ 120.1484765, 30.4452414 ], [ 120.1485496, 30.4452414 ], [ 120.1488505, 30.4451407 ], [ 120.1489201, 30.4450929 ], [ 120.1488918, 30.4449424 ], [ 120.149064, 30.4441308 ], [ 120.1490652, 30.4439376 ], [ 120.1489236, 30.4439192 ], [ 120.148401, 30.4439203 ], [ 120.1483562, 30.4439498 ], [ 120.148329, 30.444026 ], [ 120.148375, 30.4441044 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1665708, 30.4449983 ], [ 120.1665526, 30.445148 ], [ 120.1666668, 30.4451913 ], [ 120.166749, 30.445148 ], [ 120.1668267, 30.4450495 ], [ 120.1668495, 30.444955 ], [ 120.1668313, 30.4448723 ], [ 120.1667125, 30.4448132 ], [ 120.1665708, 30.444825 ], [ 120.1665389, 30.4449117 ], [ 120.1665708, 30.4449983 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1668632, 30.4456679 ], [ 120.166982, 30.4457034 ], [ 120.1671054, 30.4457152 ], [ 120.1671967, 30.4456837 ], [ 120.1672516, 30.4456403 ], [ 120.1672698, 30.4455419 ], [ 120.1672653, 30.4454158 ], [ 120.1673247, 30.4452977 ], [ 120.1673704, 30.4452189 ], [ 120.1673841, 30.4451047 ], [ 120.1673978, 30.444955 ], [ 120.1673521, 30.4448684 ], [ 120.167247, 30.4448526 ], [ 120.1670962, 30.444825 ], [ 120.1669866, 30.4448841 ], [ 120.1669318, 30.4449865 ], [ 120.1668678, 30.4452662 ], [ 120.1668176, 30.4455379 ], [ 120.166813, 30.4456049 ], [ 120.1668632, 30.4456679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1757721, 30.4454135 ], [ 120.1758244, 30.4454381 ], [ 120.1759241, 30.4454831 ], [ 120.176019, 30.4455077 ], [ 120.176076, 30.4454258 ], [ 120.1761329, 30.4454135 ], [ 120.1761187, 30.4453562 ], [ 120.1761045, 30.4453194 ], [ 120.1760712, 30.4452252 ], [ 120.176, 30.4452171 ], [ 120.1759098, 30.4452252 ], [ 120.1758291, 30.4452825 ], [ 120.1757721, 30.4453562 ], [ 120.1757721, 30.4454135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1762042, 30.4454708 ], [ 120.1762279, 30.4455445 ], [ 120.1763133, 30.4456182 ], [ 120.1765222, 30.4456632 ], [ 120.1765555, 30.4456304 ], [ 120.1765697, 30.445569 ], [ 120.1765222, 30.4452662 ], [ 120.1764653, 30.4452334 ], [ 120.1763513, 30.4452089 ], [ 120.1762849, 30.4452457 ], [ 120.1762231, 30.4452989 ], [ 120.1761947, 30.4453726 ], [ 120.1762042, 30.4454708 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1630558, 30.4465629 ], [ 120.1632322, 30.4465955 ], [ 120.16327, 30.4465774 ], [ 120.1632322, 30.4458422 ], [ 120.163207, 30.4457807 ], [ 120.163018, 30.4457626 ], [ 120.1629802, 30.445835 ], [ 120.1630558, 30.4465629 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.163375, 30.4465847 ], [ 120.1635935, 30.4466064 ], [ 120.1635305, 30.4459183 ], [ 120.1633246, 30.4459219 ], [ 120.163375, 30.4465847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1641019, 30.446361 ], [ 120.1641294, 30.4466215 ], [ 120.1644819, 30.4467556 ], [ 120.1646696, 30.4465662 ], [ 120.1646787, 30.4464794 ], [ 120.1646467, 30.4461518 ], [ 120.164578, 30.4460847 ], [ 120.164404, 30.4460137 ], [ 120.1643262, 30.4459861 ], [ 120.1640699, 30.4459821 ], [ 120.1641019, 30.446361 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1632826, 30.4471895 ], [ 120.1633246, 30.4467006 ], [ 120.1630684, 30.4466752 ], [ 120.1630096, 30.4471677 ], [ 120.1632826, 30.4471895 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1643354, 30.4471345 ], [ 120.1644773, 30.4472095 ], [ 120.1647062, 30.4472332 ], [ 120.1649351, 30.4472134 ], [ 120.1654615, 30.4471306 ], [ 120.1655302, 30.4470911 ], [ 120.1655622, 30.4469885 ], [ 120.1655394, 30.4469096 ], [ 120.1653883, 30.4468188 ], [ 120.1651869, 30.4469096 ], [ 120.1650541, 30.4469135 ], [ 120.1649763, 30.4468622 ], [ 120.1648069, 30.4467438 ], [ 120.1647611, 30.4467201 ], [ 120.1646009, 30.4467635 ], [ 120.1644361, 30.4469017 ], [ 120.1642988, 30.4470161 ], [ 120.1643354, 30.4471345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1634758, 30.4472257 ], [ 120.1634716, 30.447519 ], [ 120.1635263, 30.4475408 ], [ 120.1636901, 30.4475552 ], [ 120.1636859, 30.4478413 ], [ 120.1638959, 30.447845 ], [ 120.1639211, 30.4474792 ], [ 120.1638329, 30.4474538 ], [ 120.1636523, 30.4474393 ], [ 120.1636187, 30.4473959 ], [ 120.1636355, 30.4467476 ], [ 120.163396, 30.446715 ], [ 120.1633372, 30.4471895 ], [ 120.1634758, 30.4472257 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1295893, 30.4458842 ], [ 120.129614, 30.4459311 ], [ 120.1296833, 30.4459524 ], [ 120.1297279, 30.4459482 ], [ 120.1298714, 30.4459866 ], [ 120.1299902, 30.4460293 ], [ 120.1301239, 30.4460762 ], [ 120.1304951, 30.4461743 ], [ 120.1306882, 30.4462085 ], [ 120.1307327, 30.4461999 ], [ 120.1307179, 30.4461615 ], [ 120.1306189, 30.4461359 ], [ 120.1304704, 30.4460762 ], [ 120.1301833, 30.4459823 ], [ 120.1300546, 30.4459183 ], [ 120.1296289, 30.4458073 ], [ 120.1295744, 30.4458159 ], [ 120.1295893, 30.4458842 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1346872, 30.4465406 ], [ 120.1348174, 30.446143 ], [ 120.1347523, 30.4460916 ], [ 120.1347252, 30.4460401 ], [ 120.1344756, 30.4459559 ], [ 120.1343183, 30.446419 ], [ 120.1346872, 30.4465406 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1351267, 30.4466856 ], [ 120.1352514, 30.4462974 ], [ 120.1349097, 30.4461711 ], [ 120.1347686, 30.446564 ], [ 120.1351267, 30.4466856 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1351809, 30.447041 ], [ 120.1353979, 30.4469896 ], [ 120.1354684, 30.4468726 ], [ 120.135501, 30.446723 ], [ 120.1354901, 30.4464049 ], [ 120.1354088, 30.4463488 ], [ 120.1353328, 30.4463535 ], [ 120.1352026, 30.4467417 ], [ 120.1351538, 30.4469989 ], [ 120.1351809, 30.447041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1345516, 30.4469615 ], [ 120.1346547, 30.4466201 ], [ 120.1343129, 30.4464845 ], [ 120.1341935, 30.4468165 ], [ 120.1345516, 30.4469615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1266945, 30.4489553 ], [ 120.1268218, 30.449065 ], [ 120.1269536, 30.4491904 ], [ 120.1269627, 30.4491356 ], [ 120.1270218, 30.4490454 ], [ 120.1275355, 30.4487123 ], [ 120.1277356, 30.4486104 ], [ 120.1278719, 30.4486339 ], [ 120.1280538, 30.4487358 ], [ 120.1285175, 30.4490376 ], [ 120.1289448, 30.4493746 ], [ 120.1291358, 30.4495235 ], [ 120.1292676, 30.4497077 ], [ 120.1293813, 30.4498723 ], [ 120.1294131, 30.4499703 ], [ 120.1293449, 30.4500722 ], [ 120.1292585, 30.4502211 ], [ 120.129304, 30.4502447 ], [ 120.1293585, 30.4501545 ], [ 120.1294585, 30.4500565 ], [ 120.1295813, 30.4501036 ], [ 120.129654, 30.4501819 ], [ 120.1297449, 30.4502682 ], [ 120.129855, 30.4503778 ], [ 120.1298998, 30.450317 ], [ 120.1295631, 30.450033 ], [ 120.1295313, 30.449939 ], [ 120.1293813, 30.4497391 ], [ 120.1292267, 30.4495353 ], [ 120.1290357, 30.4493315 ], [ 120.1287539, 30.449065 ], [ 120.1285584, 30.4489788 ], [ 120.1285584, 30.4489278 ], [ 120.1285948, 30.4488691 ], [ 120.1287721, 30.4486809 ], [ 120.1289175, 30.4485751 ], [ 120.1290812, 30.4484889 ], [ 120.1291903, 30.4484575 ], [ 120.1292812, 30.4485085 ], [ 120.1293449, 30.4486104 ], [ 120.129504, 30.4487084 ], [ 120.1296495, 30.4489043 ], [ 120.1299041, 30.4490219 ], [ 120.1299904, 30.4490885 ], [ 120.1300359, 30.4491669 ], [ 120.1300586, 30.4492218 ], [ 120.1302177, 30.4493707 ], [ 120.1302768, 30.4495745 ], [ 120.1303541, 30.4498096 ], [ 120.130345, 30.4499233 ], [ 120.1303041, 30.4500056 ], [ 120.1302682, 30.4501044 ], [ 120.1304348, 30.4502425 ], [ 120.1305182, 30.4502134 ], [ 120.1306381, 30.4501937 ], [ 120.1307751, 30.4501937 ], [ 120.1308436, 30.4501347 ], [ 120.1309292, 30.4500264 ], [ 120.1310948, 30.4500166 ], [ 120.1311975, 30.4499673 ], [ 120.1312831, 30.4498246 ], [ 120.131443, 30.4496081 ], [ 120.1315686, 30.4495491 ], [ 120.1317455, 30.4495343 ], [ 120.1319054, 30.4495441 ], [ 120.1322022, 30.4496573 ], [ 120.1323392, 30.4497065 ], [ 120.1326018, 30.4498049 ], [ 120.132724, 30.4498851 ], [ 120.1327812, 30.4499226 ], [ 120.1327758, 30.450021 ], [ 120.132591, 30.4502552 ], [ 120.132428, 30.450377 ], [ 120.1322758, 30.4505176 ], [ 120.1319389, 30.450808 ], [ 120.1318791, 30.4509017 ], [ 120.1319062, 30.450986 ], [ 120.1322106, 30.4512859 ], [ 120.1323926, 30.4514208 ], [ 120.1324173, 30.4513903 ], [ 120.1324441, 30.4513572 ], [ 120.1320638, 30.4510704 ], [ 120.1320367, 30.4509954 ], [ 120.1320801, 30.4509439 ], [ 120.1321562, 30.4508268 ], [ 120.1324606, 30.4504848 ], [ 120.1326345, 30.4503114 ], [ 120.132716, 30.4501849 ], [ 120.1327812, 30.4501147 ], [ 120.132879, 30.4501287 ], [ 120.1330094, 30.4502177 ], [ 120.1331833, 30.4503583 ], [ 120.1332792, 30.4504326 ], [ 120.1333053, 30.4504022 ], [ 120.1333264, 30.4503777 ], [ 120.1331448, 30.4502211 ], [ 120.1329936, 30.4501435 ], [ 120.1329229, 30.4500797 ], [ 120.1328778, 30.450016 ], [ 120.1328971, 30.4499633 ], [ 120.1328971, 30.4498857 ], [ 120.1328875, 30.4497498 ], [ 120.1328843, 30.4496306 ], [ 120.1329164, 30.4495281 ], [ 120.1330258, 30.4494255 ], [ 120.1330708, 30.4493395 ], [ 120.133148, 30.4492397 ], [ 120.1332316, 30.4491094 ], [ 120.1333795, 30.4488738 ], [ 120.1334245, 30.4487934 ], [ 120.1335917, 30.4487213 ], [ 120.1336721, 30.4486908 ], [ 120.1337204, 30.4486437 ], [ 120.1338072, 30.4485966 ], [ 120.1339648, 30.4485217 ], [ 120.1341256, 30.4484968 ], [ 120.1342253, 30.4484663 ], [ 120.1343475, 30.4483914 ], [ 120.1344761, 30.448311 ], [ 120.1345436, 30.4482168 ], [ 120.1346015, 30.448117 ], [ 120.1346626, 30.4479673 ], [ 120.134772, 30.4478508 ], [ 120.1349038, 30.4477787 ], [ 120.1349745, 30.4477039 ], [ 120.1351482, 30.447568 ], [ 120.1352704, 30.4474627 ], [ 120.1354119, 30.4473934 ], [ 120.1355566, 30.4473573 ], [ 120.1356627, 30.4473213 ], [ 120.1357431, 30.4472742 ], [ 120.1357882, 30.4472104 ], [ 120.1358332, 30.4470995 ], [ 120.1359329, 30.4468084 ], [ 120.1359747, 30.4466781 ], [ 120.1360358, 30.446545 ], [ 120.1361194, 30.4465284 ], [ 120.1362351, 30.4465755 ], [ 120.1368681, 30.4467476 ], [ 120.1373548, 30.4468018 ], [ 120.1377709, 30.4468695 ], [ 120.1383517, 30.4468898 ], [ 120.1386108, 30.4469033 ], [ 120.1387678, 30.4468695 ], [ 120.1394193, 30.4468965 ], [ 120.139749, 30.4469777 ], [ 120.1401474, 30.4471125 ], [ 120.1402507, 30.4469455 ], [ 120.1399845, 30.4468965 ], [ 120.1398432, 30.4468018 ], [ 120.1397097, 30.446707 ], [ 120.1395135, 30.4466597 ], [ 120.1390268, 30.4466461 ], [ 120.1383831, 30.446592 ], [ 120.1378023, 30.4464634 ], [ 120.1373784, 30.4463484 ], [ 120.136719, 30.4462469 ], [ 120.1362951, 30.4461454 ], [ 120.1360596, 30.4459829 ], [ 120.1358477, 30.4458544 ], [ 120.1348979, 30.4454686 ], [ 120.1346467, 30.4453874 ], [ 120.1345447, 30.4452859 ], [ 120.1345856, 30.4451177 ], [ 120.134734, 30.4448618 ], [ 120.1349922, 30.4445669 ], [ 120.1351535, 30.4445724 ], [ 120.1354762, 30.4447616 ], [ 120.1355003, 30.4447225 ], [ 120.1353276, 30.4446167 ], [ 120.1351594, 30.4445266 ], [ 120.1351775, 30.4444599 ], [ 120.1352548, 30.4443306 ], [ 120.1353185, 30.4442757 ], [ 120.1354094, 30.4442444 ], [ 120.1354776, 30.4441817 ], [ 120.1355685, 30.4442169 ], [ 120.1356822, 30.4442169 ], [ 120.1357185, 30.4441503 ], [ 120.1358095, 30.4441268 ], [ 120.1358686, 30.444068 ], [ 120.1358549, 30.4439465 ], [ 120.1358731, 30.4438838 ], [ 120.1359822, 30.4438681 ], [ 120.1362141, 30.4439465 ], [ 120.1362641, 30.4438956 ], [ 120.1363141, 30.4438564 ], [ 120.1363095, 30.4437662 ], [ 120.1362504, 30.4436957 ], [ 120.1361595, 30.443629 ], [ 120.1359413, 30.4435899 ], [ 120.1358413, 30.4434879 ], [ 120.1358822, 30.4433821 ], [ 120.1359731, 30.4432763 ], [ 120.1360913, 30.4432763 ], [ 120.1361095, 30.4432097 ], [ 120.1361868, 30.4430803 ], [ 120.1362777, 30.4429236 ], [ 120.1363641, 30.4428099 ], [ 120.1365414, 30.4427276 ], [ 120.136605, 30.4426649 ], [ 120.1368505, 30.4426766 ], [ 120.1369914, 30.4427002 ], [ 120.1370915, 30.4426649 ], [ 120.1371415, 30.4426061 ], [ 120.1371187, 30.4425708 ], [ 120.1368596, 30.4425747 ], [ 120.136655, 30.4425434 ], [ 120.1365505, 30.4425434 ], [ 120.1364323, 30.4425983 ], [ 120.1363141, 30.4425747 ], [ 120.1362095, 30.4425277 ], [ 120.136205, 30.4424336 ], [ 120.136205, 30.4423553 ], [ 120.1361368, 30.4423239 ], [ 120.1360913, 30.4424964 ], [ 120.1360731, 30.4426923 ], [ 120.1359958, 30.4428217 ], [ 120.1356867, 30.4431979 ], [ 120.135614, 30.4432449 ], [ 120.135323, 30.4432018 ], [ 120.1350639, 30.4431313 ], [ 120.1349957, 30.4431313 ], [ 120.1349866, 30.4431783 ], [ 120.1350866, 30.4432097 ], [ 120.1351685, 30.4432449 ], [ 120.1351184, 30.443292 ], [ 120.1350866, 30.4434056 ], [ 120.1350957, 30.4435428 ], [ 120.1351003, 30.4436878 ], [ 120.1351594, 30.4437349 ], [ 120.1352639, 30.4437466 ], [ 120.1353594, 30.4437231 ], [ 120.1354594, 30.4437349 ], [ 120.1353912, 30.4438289 ], [ 120.1353094, 30.4439348 ], [ 120.135223, 30.443923 ], [ 120.1351639, 30.4438799 ], [ 120.1350548, 30.4438642 ], [ 120.1349684, 30.443923 ], [ 120.1349775, 30.4440131 ], [ 120.1350048, 30.4441386 ], [ 120.1349275, 30.4442797 ], [ 120.134782, 30.4444051 ], [ 120.1346093, 30.4445344 ], [ 120.1344729, 30.444554 ], [ 120.1343683, 30.4445775 ], [ 120.1342729, 30.4446481 ], [ 120.1342183, 30.4447617 ], [ 120.134091, 30.4448244 ], [ 120.1339592, 30.4448127 ], [ 120.133641, 30.4447108 ], [ 120.1334364, 30.4445658 ], [ 120.1333591, 30.4444874 ], [ 120.1333364, 30.4443933 ], [ 120.1333591, 30.4443188 ], [ 120.1332864, 30.4441895 ], [ 120.1332227, 30.4441542 ], [ 120.1331682, 30.4441934 ], [ 120.1331954, 30.4443188 ], [ 120.1331454, 30.4444364 ], [ 120.1330363, 30.4444874 ], [ 120.1328772, 30.4445148 ], [ 120.1325726, 30.4445226 ], [ 120.1322044, 30.4445383 ], [ 120.1317907, 30.4444482 ], [ 120.1316088, 30.444362 ], [ 120.1314907, 30.4443188 ], [ 120.1314406, 30.4444051 ], [ 120.1315452, 30.4444678 ], [ 120.1318362, 30.4445462 ], [ 120.1321044, 30.4446559 ], [ 120.1322226, 30.4446951 ], [ 120.1322999, 30.4447382 ], [ 120.1322908, 30.4448323 ], [ 120.1322226, 30.4449459 ], [ 120.1321908, 30.445087 ], [ 120.1322999, 30.4451223 ], [ 120.1322499, 30.4450792 ], [ 120.1322544, 30.444993 ], [ 120.1323544, 30.4448675 ], [ 120.1324544, 30.4448048 ], [ 120.1325499, 30.4448009 ], [ 120.1326954, 30.4448401 ], [ 120.132809, 30.4449107 ], [ 120.13295, 30.4449303 ], [ 120.1332, 30.4449342 ], [ 120.1333591, 30.4448911 ], [ 120.1334864, 30.4449263 ], [ 120.13355, 30.4449969 ], [ 120.1336228, 30.4450988 ], [ 120.1336364, 30.4451811 ], [ 120.1335409, 30.4452987 ], [ 120.1333182, 30.4454006 ], [ 120.1330954, 30.4454554 ], [ 120.1329227, 30.4455181 ], [ 120.1328408, 30.4455926 ], [ 120.1329545, 30.4455691 ], [ 120.1331136, 30.4455299 ], [ 120.1333182, 30.4454711 ], [ 120.1334546, 30.4454437 ], [ 120.1335273, 30.4455025 ], [ 120.1336455, 30.4455142 ], [ 120.1337955, 30.4455299 ], [ 120.1339046, 30.445573 ], [ 120.1340183, 30.4456318 ], [ 120.1342047, 30.4457141 ], [ 120.1343683, 30.4457219 ], [ 120.1345093, 30.4457925 ], [ 120.1349139, 30.4459414 ], [ 120.1352139, 30.4460668 ], [ 120.1354912, 30.4462119 ], [ 120.135564, 30.4462981 ], [ 120.1356322, 30.4463294 ], [ 120.1356549, 30.4464823 ], [ 120.1356231, 30.4466822 ], [ 120.1356276, 30.4468585 ], [ 120.1355776, 30.4469487 ], [ 120.1354549, 30.4470976 ], [ 120.1353185, 30.4471603 ], [ 120.1351275, 30.4472191 ], [ 120.1350093, 30.4473131 ], [ 120.134832, 30.4474738 ], [ 120.1344138, 30.4479206 ], [ 120.1342729, 30.4481127 ], [ 120.1340865, 30.4483204 ], [ 120.1339183, 30.4483752 ], [ 120.13355, 30.4485007 ], [ 120.1333318, 30.4485947 ], [ 120.1332, 30.4487201 ], [ 120.1330136, 30.449018 ], [ 120.1329409, 30.4491983 ], [ 120.1328318, 30.4493119 ], [ 120.1327181, 30.4494216 ], [ 120.1324544, 30.4494883 ], [ 120.1322453, 30.4494961 ], [ 120.1319362, 30.4494648 ], [ 120.1317907, 30.4493981 ], [ 120.1314997, 30.4493119 ], [ 120.1312815, 30.44921 ], [ 120.1310088, 30.4490415 ], [ 120.1309724, 30.4489631 ], [ 120.1308678, 30.4488651 ], [ 120.1307405, 30.4488259 ], [ 120.1305678, 30.4488612 ], [ 120.1304496, 30.4489239 ], [ 120.1303905, 30.4488926 ], [ 120.1303723, 30.4488063 ], [ 120.1302905, 30.4487084 ], [ 120.1302814, 30.4486065 ], [ 120.130195, 30.4485359 ], [ 120.129995, 30.4484771 ], [ 120.1298586, 30.4483948 ], [ 120.1297586, 30.4482381 ], [ 120.1296267, 30.4480421 ], [ 120.1292949, 30.4478148 ], [ 120.129113, 30.447803 ], [ 120.128963, 30.4477364 ], [ 120.1287403, 30.4475992 ], [ 120.1287221, 30.4474817 ], [ 120.128763, 30.4473759 ], [ 120.1286766, 30.4472857 ], [ 120.1285266, 30.4471603 ], [ 120.128522, 30.4470466 ], [ 120.1285584, 30.4469173 ], [ 120.1286448, 30.4467919 ], [ 120.1286766, 30.4465685 ], [ 120.1287493, 30.4463294 ], [ 120.1288675, 30.446012 ], [ 120.1289357, 30.4458748 ], [ 120.1290403, 30.4457611 ], [ 120.1291539, 30.4457259 ], [ 120.1292631, 30.4457572 ], [ 120.129354, 30.4457807 ], [ 120.1293994, 30.4457337 ], [ 120.1292949, 30.4456514 ], [ 120.129254, 30.4455573 ], [ 120.1292312, 30.4453026 ], [ 120.1291039, 30.4450949 ], [ 120.1289585, 30.4449812 ], [ 120.1285493, 30.4446677 ], [ 120.1285357, 30.4447382 ], [ 120.1289585, 30.4450949 ], [ 120.1290085, 30.4452124 ], [ 120.1289357, 30.4453731 ], [ 120.1288175, 30.4455417 ], [ 120.1287403, 30.4456788 ], [ 120.1285811, 30.4461178 ], [ 120.1284038, 30.4463569 ], [ 120.1283266, 30.4465019 ], [ 120.1283129, 30.4466469 ], [ 120.1283538, 30.4469957 ], [ 120.1282856, 30.4471799 ], [ 120.128172, 30.4473719 ], [ 120.128072, 30.447419 ], [ 120.1279038, 30.4473484 ], [ 120.1278083, 30.4472191 ], [ 120.127531, 30.4470075 ], [ 120.1272446, 30.4468154 ], [ 120.1270582, 30.4467527 ], [ 120.1268536, 30.4466978 ], [ 120.1267581, 30.4467018 ], [ 120.1268082, 30.4467566 ], [ 120.1269764, 30.4468115 ], [ 120.1271537, 30.4468624 ], [ 120.12734, 30.4470114 ], [ 120.1278447, 30.447368 ], [ 120.1281902, 30.4475797 ], [ 120.1283175, 30.4475797 ], [ 120.1285084, 30.4476345 ], [ 120.1285857, 30.4476424 ], [ 120.128713, 30.4476698 ], [ 120.1288266, 30.4477874 ], [ 120.1289903, 30.4480695 ], [ 120.1290585, 30.4483008 ], [ 120.1290494, 30.4483948 ], [ 120.1288948, 30.4485085 ], [ 120.1285402, 30.448822 ], [ 120.1284129, 30.4488416 ], [ 120.1281265, 30.4487123 ], [ 120.1278401, 30.4485359 ], [ 120.1277492, 30.4485124 ], [ 120.1274128, 30.448724 ], [ 120.1269354, 30.4489984 ], [ 120.12679, 30.4489631 ], [ 120.1264626, 30.4487436 ], [ 120.126449, 30.4487789 ], [ 120.1266945, 30.4489553 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1349422, 30.4471299 ], [ 120.1350399, 30.4471112 ], [ 120.1350724, 30.4470551 ], [ 120.1351158, 30.4467791 ], [ 120.1347415, 30.4466294 ], [ 120.1346438, 30.4469942 ], [ 120.1349422, 30.4471299 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1513336, 30.4471755 ], [ 120.1514195, 30.447193 ], [ 120.151632, 30.4472802 ], [ 120.1516598, 30.4472388 ], [ 120.1516421, 30.4471134 ], [ 120.1516674, 30.4469772 ], [ 120.1517736, 30.4468692 ], [ 120.1519468, 30.4467962 ], [ 120.1521529, 30.4467581 ], [ 120.1522654, 30.4467068 ], [ 120.1524462, 30.4466959 ], [ 120.1525436, 30.4467537 ], [ 120.1526915, 30.4467101 ], [ 120.152842, 30.4467297 ], [ 120.1529861, 30.4467755 ], [ 120.1530898, 30.4468551 ], [ 120.1531632, 30.4469935 ], [ 120.153148, 30.4471134 ], [ 120.1530367, 30.4471592 ], [ 120.1529495, 30.4471232 ], [ 120.1528938, 30.4471396 ], [ 120.1528192, 30.4472726 ], [ 120.1527118, 30.4473085 ], [ 120.1525373, 30.4474677 ], [ 120.1526827, 30.4475363 ], [ 120.1527952, 30.4475385 ], [ 120.1531948, 30.4476868 ], [ 120.1531809, 30.4477783 ], [ 120.1533301, 30.447799 ], [ 120.1533111, 30.4476334 ], [ 120.1534059, 30.4475658 ], [ 120.1534047, 30.4474197 ], [ 120.1535184, 30.4471156 ], [ 120.153483, 30.4468725 ], [ 120.1535336, 30.4467701 ], [ 120.1537182, 30.4467602 ], [ 120.1537068, 30.4466022 ], [ 120.1532188, 30.4465324 ], [ 120.1532061, 30.4464583 ], [ 120.1527977, 30.4464496 ], [ 120.1526372, 30.4464496 ], [ 120.152335, 30.4463962 ], [ 120.1522819, 30.446322 ], [ 120.1520732, 30.4463231 ], [ 120.1520467, 30.4464125 ], [ 120.1519809, 30.4464921 ], [ 120.1517963, 30.4465106 ], [ 120.1516155, 30.4464975 ], [ 120.1515612, 30.4467221 ], [ 120.1514486, 30.4469935 ], [ 120.1514676, 30.4470611 ], [ 120.1514221, 30.4471003 ], [ 120.1513323, 30.4471069 ], [ 120.1513336, 30.4471755 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1502508, 30.4485879 ], [ 120.1504058, 30.4486216 ], [ 120.150527, 30.4486145 ], [ 120.150527, 30.4485507 ], [ 120.1505887, 30.4484055 ], [ 120.1506391, 30.4482852 ], [ 120.1507562, 30.4482317 ], [ 120.1507797, 30.4480558 ], [ 120.1506308, 30.4478557 ], [ 120.1505116, 30.4478079 ], [ 120.1504284, 30.4479097 ], [ 120.1503668, 30.4481373 ], [ 120.1502395, 30.4482736 ], [ 120.1501881, 30.4483931 ], [ 120.1501809, 30.4485543 ], [ 120.1502508, 30.4485879 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1323859, 30.4487328 ], [ 120.1324353, 30.4487096 ], [ 120.1326285, 30.4483881 ], [ 120.1319636, 30.4482216 ], [ 120.1318153, 30.4485004 ], [ 120.1323859, 30.4487328 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1902145, 30.4448038 ], [ 120.1903199, 30.4448534 ], [ 120.1903275, 30.4449145 ], [ 120.1902949, 30.4449591 ], [ 120.1903582, 30.4449823 ], [ 120.1904981, 30.4449096 ], [ 120.1907242, 30.4447989 ], [ 120.1908584, 30.4446634 ], [ 120.1907262, 30.4444684 ], [ 120.1906744, 30.4443792 ], [ 120.1906802, 30.4443164 ], [ 120.1905863, 30.4442751 ], [ 120.1904693, 30.4443296 ], [ 120.1903774, 30.4444122 ], [ 120.1903908, 30.4445015 ], [ 120.190226, 30.4446254 ], [ 120.1901761, 30.4447163 ], [ 120.1902145, 30.4448038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1889656, 30.4448884 ], [ 120.1891874, 30.444915 ], [ 120.1893259, 30.4447885 ], [ 120.1891899, 30.4446044 ], [ 120.1891074, 30.4445864 ], [ 120.1889313, 30.4446734 ], [ 120.1888479, 30.444718 ], [ 120.1888438, 30.4447662 ], [ 120.1889656, 30.4448884 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1894052, 30.4450359 ], [ 120.1894869, 30.4450704 ], [ 120.1895854, 30.4450682 ], [ 120.1897414, 30.4450323 ], [ 120.1898073, 30.445033 ], [ 120.1899099, 30.4450222 ], [ 120.1897021, 30.444672 ], [ 120.1895078, 30.4447094 ], [ 120.1893801, 30.4447957 ], [ 120.1892675, 30.4449021 ], [ 120.1892625, 30.4449316 ], [ 120.1894052, 30.4450359 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1886785, 30.4455656 ], [ 120.1887216, 30.4456036 ], [ 120.1888098, 30.4456193 ], [ 120.1889803, 30.4455549 ], [ 120.189058, 30.4454244 ], [ 120.1890608, 30.4453616 ], [ 120.1889315, 30.445279 ], [ 120.1888232, 30.4452567 ], [ 120.1886862, 30.4452971 ], [ 120.1886747, 30.4454334 ], [ 120.1886459, 30.4455012 ], [ 120.1886785, 30.4455656 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1878274, 30.4461698 ], [ 120.1878519, 30.4462121 ], [ 120.1878976, 30.4462303 ], [ 120.1880661, 30.4462757 ], [ 120.1881222, 30.4463574 ], [ 120.1882029, 30.4464451 ], [ 120.1883258, 30.4464754 ], [ 120.1884241, 30.4464754 ], [ 120.1884978, 30.446427 ], [ 120.1885855, 30.4463302 ], [ 120.1886557, 30.4462333 ], [ 120.1886873, 30.4461607 ], [ 120.1886733, 30.446085 ], [ 120.1886347, 30.4460306 ], [ 120.1885961, 30.4460003 ], [ 120.188575, 30.4459428 ], [ 120.1885645, 30.4458732 ], [ 120.1885575, 30.4458036 ], [ 120.1885434, 30.4457522 ], [ 120.1885188, 30.4457128 ], [ 120.1884908, 30.4456856 ], [ 120.1884135, 30.4456523 ], [ 120.1883644, 30.4456463 ], [ 120.188231, 30.4456735 ], [ 120.1880871, 30.4456947 ], [ 120.1879994, 30.4456826 ], [ 120.1879608, 30.4457098 ], [ 120.1878906, 30.4458188 ], [ 120.1878379, 30.4459216 ], [ 120.1878168, 30.4460729 ], [ 120.1878274, 30.4461698 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1891501, 30.4465387 ], [ 120.1892009, 30.4465966 ], [ 120.1892958, 30.4465908 ], [ 120.1896819, 30.4462901 ], [ 120.1897145, 30.4462306 ], [ 120.1896963, 30.4461777 ], [ 120.1895928, 30.4460687 ], [ 120.1897988, 30.4458911 ], [ 120.1897615, 30.4458514 ], [ 120.1896148, 30.4458679 ], [ 120.1895372, 30.4459563 ], [ 120.1894692, 30.4459943 ], [ 120.189404, 30.4461191 ], [ 120.1894136, 30.4461753 ], [ 120.189221, 30.4463405 ], [ 120.1891463, 30.4464611 ], [ 120.1891501, 30.4465387 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1893711, 30.4468602 ], [ 120.1895159, 30.4468823 ], [ 120.1895796, 30.4468354 ], [ 120.1896771, 30.4466628 ], [ 120.1898414, 30.4465725 ], [ 120.1899832, 30.4463945 ], [ 120.1900088, 30.4462732 ], [ 120.1899811, 30.4462457 ], [ 120.1898712, 30.4462882 ], [ 120.1897439, 30.446367 ], [ 120.1893978, 30.4466601 ], [ 120.1893207, 30.4467256 ], [ 120.1893711, 30.4468602 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1905099, 30.4472463 ], [ 120.1906198, 30.4471152 ], [ 120.1907225, 30.4470931 ], [ 120.1908119, 30.4471356 ], [ 120.1909156, 30.4471002 ], [ 120.1910758, 30.447071 ], [ 120.1911148, 30.4470479 ], [ 120.1911189, 30.4469886 ], [ 120.1910132, 30.4468895 ], [ 120.1909033, 30.446793 ], [ 120.1907975, 30.4467682 ], [ 120.1907102, 30.446847 ], [ 120.1906126, 30.4468868 ], [ 120.1905572, 30.4469523 ], [ 120.1905695, 30.4470028 ], [ 120.190515, 30.4470373 ], [ 120.190476, 30.4471037 ], [ 120.1904319, 30.4472206 ], [ 120.1905099, 30.4472463 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2032823, 30.4451406 ], [ 120.2034352, 30.4452674 ], [ 120.2037234, 30.4454297 ], [ 120.2037822, 30.4455767 ], [ 120.2037999, 30.4456782 ], [ 120.2038587, 30.4457441 ], [ 120.2040705, 30.446099 ], [ 120.2042822, 30.446383 ], [ 120.204794, 30.4469358 ], [ 120.205688, 30.4480108 ], [ 120.2060704, 30.4484215 ], [ 120.206188, 30.4484874 ], [ 120.2066409, 30.4489742 ], [ 120.2070644, 30.4494763 ], [ 120.2072174, 30.4496132 ], [ 120.2076468, 30.4498971 ], [ 120.2077585, 30.4497298 ], [ 120.2075585, 30.4496284 ], [ 120.2072938, 30.4494053 ], [ 120.2070644, 30.4491517 ], [ 120.2066821, 30.4485889 ], [ 120.2066292, 30.4484672 ], [ 120.206688, 30.4484012 ], [ 120.2066056, 30.4483607 ], [ 120.2063174, 30.448239 ], [ 120.2060233, 30.4479297 ], [ 120.2058821, 30.447742 ], [ 120.2056763, 30.4476051 ], [ 120.2055116, 30.4472248 ], [ 120.2051436, 30.4469729 ], [ 120.2051116, 30.446951 ], [ 120.205041, 30.4467786 ], [ 120.2048587, 30.4464591 ], [ 120.2045646, 30.4461396 ], [ 120.2044646, 30.4460281 ], [ 120.2045293, 30.4459368 ], [ 120.2044351, 30.4459064 ], [ 120.204341, 30.4457542 ], [ 120.2042352, 30.4457086 ], [ 120.2040999, 30.4455412 ], [ 120.2041057, 30.4453688 ], [ 120.2040116, 30.4452015 ], [ 120.2039352, 30.4451001 ], [ 120.2037469, 30.4451609 ], [ 120.2036293, 30.4451711 ], [ 120.2034646, 30.4450646 ], [ 120.203267, 30.444901 ], [ 120.2031314, 30.4450045 ], [ 120.2032823, 30.4451406 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1915707, 30.447751 ], [ 120.1917311, 30.4477658 ], [ 120.1918245, 30.4476879 ], [ 120.1918626, 30.4475678 ], [ 120.1918424, 30.4474631 ], [ 120.1918159, 30.4474048 ], [ 120.1917692, 30.4473437 ], [ 120.1917529, 30.4472914 ], [ 120.191675, 30.4472504 ], [ 120.1915925, 30.447335 ], [ 120.191538, 30.4474068 ], [ 120.1914571, 30.4475437 ], [ 120.1914197, 30.4476007 ], [ 120.1915707, 30.447751 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1691434, 30.4451817 ], [ 120.1694559, 30.4452617 ], [ 120.1698467, 30.4453291 ], [ 120.170213, 30.445388 ], [ 120.1704279, 30.4453712 ], [ 120.1706966, 30.4454175 ], [ 120.1709164, 30.4454512 ], [ 120.1709554, 30.4453923 ], [ 120.1711068, 30.445367 ], [ 120.1713413, 30.4453459 ], [ 120.1714829, 30.4452954 ], [ 120.1716441, 30.4452154 ], [ 120.1717906, 30.4451775 ], [ 120.1719421, 30.4452028 ], [ 120.171986, 30.4452996 ], [ 120.1719909, 30.4456533 ], [ 120.1719567, 30.4463313 ], [ 120.1718737, 30.4468745 ], [ 120.1718786, 30.4472029 ], [ 120.1719274, 30.4480198 ], [ 120.1719811, 30.4485672 ], [ 120.1720104, 30.4495819 ], [ 120.1720007, 30.4497756 ], [ 120.1720495, 30.4498219 ], [ 120.1725673, 30.4498809 ], [ 120.1731289, 30.449923 ], [ 120.1733487, 30.4499777 ], [ 120.1735588, 30.4500746 ], [ 120.1736174, 30.4502135 ], [ 120.173632, 30.450382 ], [ 120.173593, 30.450622 ], [ 120.1736906, 30.4506262 ], [ 120.1737248, 30.4504577 ], [ 120.1737493, 30.4502893 ], [ 120.1737346, 30.4500746 ], [ 120.1737834, 30.4499819 ], [ 120.1738567, 30.4499651 ], [ 120.1740765, 30.4499988 ], [ 120.1743647, 30.4500451 ], [ 120.1746431, 30.4500451 ], [ 120.1748971, 30.4500788 ], [ 120.1752292, 30.4500998 ], [ 120.1753171, 30.4501419 ], [ 120.1753318, 30.4501967 ], [ 120.1753074, 30.4503062 ], [ 120.1754783, 30.4503272 ], [ 120.1755369, 30.4502262 ], [ 120.175659, 30.4501462 ], [ 120.1757958, 30.4501125 ], [ 120.1759472, 30.4501041 ], [ 120.1760791, 30.4501756 ], [ 120.1761523, 30.4502304 ], [ 120.1763086, 30.4501672 ], [ 120.1764649, 30.4501925 ], [ 120.1766408, 30.4501925 ], [ 120.176675, 30.4500198 ], [ 120.1767873, 30.4500325 ], [ 120.1768117, 30.4500788 ], [ 120.1767824, 30.4501293 ], [ 120.1767971, 30.4502683 ], [ 120.1770169, 30.4504325 ], [ 120.1772806, 30.4505588 ], [ 120.1774711, 30.450622 ], [ 120.177476, 30.4505462 ], [ 120.1773295, 30.4504872 ], [ 120.1773099, 30.4504156 ], [ 120.1771439, 30.4503188 ], [ 120.1771341, 30.4502304 ], [ 120.177266, 30.4501841 ], [ 120.1775053, 30.4502304 ], [ 120.1777837, 30.450382 ], [ 120.177984, 30.4504788 ], [ 120.1781012, 30.4505883 ], [ 120.1782672, 30.4506767 ], [ 120.17836, 30.4505167 ], [ 120.1781451, 30.4504241 ], [ 120.1778618, 30.4503188 ], [ 120.1776714, 30.4502262 ], [ 120.1775395, 30.4501419 ], [ 120.1775151, 30.4500451 ], [ 120.1775492, 30.449843 ], [ 120.1776372, 30.4498135 ], [ 120.1776616, 30.4497377 ], [ 120.1776518, 30.4496661 ], [ 120.1774613, 30.4496198 ], [ 120.1774369, 30.4496619 ], [ 120.1772415, 30.4496661 ], [ 120.1771976, 30.449763 ], [ 120.1771536, 30.4498051 ], [ 120.1769924, 30.4498051 ], [ 120.1769094, 30.4498219 ], [ 120.1768264, 30.4498935 ], [ 120.1767287, 30.4498725 ], [ 120.176714, 30.4497967 ], [ 120.176758, 30.449683 ], [ 120.176841, 30.449624 ], [ 120.176885, 30.449544 ], [ 120.1769045, 30.4493967 ], [ 120.1769582, 30.4492998 ], [ 120.1770022, 30.4492577 ], [ 120.1769876, 30.4490767 ], [ 120.1769338, 30.4489882 ], [ 120.1765822, 30.4488745 ], [ 120.1765724, 30.448723 ], [ 120.1764796, 30.4487061 ], [ 120.1764796, 30.4488703 ], [ 120.1764356, 30.4489798 ], [ 120.1764649, 30.4490261 ], [ 120.1766896, 30.4490598 ], [ 120.1767873, 30.4491272 ], [ 120.1768215, 30.4492324 ], [ 120.1767824, 30.4493377 ], [ 120.1767433, 30.4494935 ], [ 120.1766017, 30.4495904 ], [ 120.1765528, 30.4498767 ], [ 120.1764649, 30.4499693 ], [ 120.1763135, 30.450024 ], [ 120.1761328, 30.4499862 ], [ 120.1759032, 30.4499609 ], [ 120.175659, 30.4499356 ], [ 120.175449, 30.4499019 ], [ 120.1754047, 30.4499054 ], [ 120.1752878, 30.4499146 ], [ 120.1749117, 30.4499272 ], [ 120.1744282, 30.4498809 ], [ 120.1739104, 30.4498598 ], [ 120.1734806, 30.4498683 ], [ 120.1730655, 30.4498514 ], [ 120.172748, 30.4498051 ], [ 120.172494, 30.4497546 ], [ 120.1722742, 30.4496619 ], [ 120.1721912, 30.4495609 ], [ 120.1721374, 30.4494261 ], [ 120.1721326, 30.4489419 ], [ 120.1720935, 30.4485714 ], [ 120.1721277, 30.4484619 ], [ 120.1722205, 30.4484408 ], [ 120.1723084, 30.448424 ], [ 120.172787, 30.4484661 ], [ 120.172787, 30.4483608 ], [ 120.1725282, 30.448344 ], [ 120.172494, 30.4483945 ], [ 120.1723035, 30.4483777 ], [ 120.1722644, 30.4483482 ], [ 120.1721521, 30.4483693 ], [ 120.1720788, 30.4483187 ], [ 120.1720642, 30.4482387 ], [ 120.17203, 30.4477713 ], [ 120.1719763, 30.4470976 ], [ 120.1719665, 30.4469081 ], [ 120.1720104, 30.4465586 ], [ 120.1720642, 30.4461923 ], [ 120.1720984, 30.4459818 ], [ 120.1721667, 30.4458849 ], [ 120.172284, 30.445826 ], [ 120.1725624, 30.4457965 ], [ 120.1729287, 30.4458133 ], [ 120.1732706, 30.4458933 ], [ 120.173593, 30.445927 ], [ 120.1741009, 30.4459481 ], [ 120.1741351, 30.4458765 ], [ 120.1737395, 30.4458554 ], [ 120.1734415, 30.4458218 ], [ 120.1730313, 30.4457291 ], [ 120.1725428, 30.445666 ], [ 120.1722742, 30.4456196 ], [ 120.1722205, 30.4455438 ], [ 120.1722302, 30.445468 ], [ 120.1723523, 30.4452744 ], [ 120.1725624, 30.4450807 ], [ 120.1727431, 30.444887 ], [ 120.1729971, 30.4447143 ], [ 120.1730313, 30.4446554 ], [ 120.1732999, 30.4446132 ], [ 120.1733439, 30.4444869 ], [ 120.1734464, 30.4444195 ], [ 120.1737297, 30.4443732 ], [ 120.1740325, 30.4443395 ], [ 120.1742523, 30.4443269 ], [ 120.1744233, 30.4443016 ], [ 120.1744331, 30.4441753 ], [ 120.1739691, 30.4441416 ], [ 120.1739397, 30.443969 ], [ 120.1738714, 30.443969 ], [ 120.1737102, 30.4440827 ], [ 120.1736565, 30.4440574 ], [ 120.1736662, 30.443969 ], [ 120.1736076, 30.4439269 ], [ 120.1735343, 30.4439479 ], [ 120.173466, 30.4439985 ], [ 120.1733536, 30.4440364 ], [ 120.1732804, 30.4441795 ], [ 120.1732069, 30.4442093 ], [ 120.173041, 30.4442764 ], [ 120.1728928, 30.4443596 ], [ 120.1727023, 30.4444607 ], [ 120.1725866, 30.4445093 ], [ 120.1725032, 30.4445217 ], [ 120.1724214, 30.444473 ], [ 120.1723677, 30.4442634 ], [ 120.1722851, 30.4442692 ], [ 120.1722566, 30.4443529 ], [ 120.172261, 30.4445715 ], [ 120.1721938, 30.4446515 ], [ 120.1719079, 30.4447648 ], [ 120.1715953, 30.4448743 ], [ 120.1714585, 30.4449585 ], [ 120.1712631, 30.4450849 ], [ 120.1709994, 30.4451354 ], [ 120.1708968, 30.4451396 ], [ 120.1708187, 30.4450933 ], [ 120.1707942, 30.4449964 ], [ 120.1706477, 30.4449754 ], [ 120.1705437, 30.4449508 ], [ 120.1704908, 30.4450408 ], [ 120.170449, 30.445098 ], [ 120.1703216, 30.445102 ], [ 120.1701878, 30.4450691 ], [ 120.170003, 30.4450219 ], [ 120.1699455, 30.4449336 ], [ 120.1698882, 30.4448176 ], [ 120.1695916, 30.4447108 ], [ 120.1694559, 30.4447396 ], [ 120.1693338, 30.4447606 ], [ 120.1691578, 30.4447339 ], [ 120.1689762, 30.4451488 ], [ 120.1691434, 30.4451817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1789438, 30.4508828 ], [ 120.1789772, 30.4509187 ], [ 120.1789689, 30.4510086 ], [ 120.1788896, 30.4511165 ], [ 120.1787603, 30.4513465 ], [ 120.1789438, 30.4513969 ], [ 120.1792483, 30.4508612 ], [ 120.1794109, 30.4506024 ], [ 120.1796341, 30.4502251 ], [ 120.1799277, 30.4497737 ], [ 120.1800865, 30.4495886 ], [ 120.1803642, 30.4493358 ], [ 120.180589, 30.4492317 ], [ 120.1807477, 30.4491889 ], [ 120.1809704, 30.4492024 ], [ 120.1813588, 30.4492941 ], [ 120.1816153, 30.4493637 ], [ 120.1819418, 30.4494949 ], [ 120.1819962, 30.4493246 ], [ 120.1818964, 30.4493154 ], [ 120.1817379, 30.4492866 ], [ 120.1815961, 30.4492075 ], [ 120.1815085, 30.4491212 ], [ 120.18125, 30.4489846 ], [ 120.1812083, 30.4489415 ], [ 120.1814001, 30.4489451 ], [ 120.1814251, 30.4489091 ], [ 120.1813667, 30.4488768 ], [ 120.181275, 30.44883 ], [ 120.1812291, 30.4487258 ], [ 120.1812333, 30.4485532 ], [ 120.181275, 30.4484669 ], [ 120.1813667, 30.4484669 ], [ 120.1813751, 30.4483842 ], [ 120.1813, 30.448262 ], [ 120.1812792, 30.4481829 ], [ 120.181325, 30.4481038 ], [ 120.181275, 30.4480391 ], [ 120.1812249, 30.4478953 ], [ 120.181104, 30.4478593 ], [ 120.1810289, 30.447827 ], [ 120.1809622, 30.4473776 ], [ 120.1808788, 30.4470828 ], [ 120.1809038, 30.4469965 ], [ 120.1809164, 30.4468204 ], [ 120.1809664, 30.4467053 ], [ 120.1809247, 30.4466262 ], [ 120.1809164, 30.4465435 ], [ 120.1809747, 30.4463746 ], [ 120.1809581, 30.4462775 ], [ 120.1809622, 30.4461265 ], [ 120.1809998, 30.4459935 ], [ 120.1811457, 30.4459539 ], [ 120.1814251, 30.4459503 ], [ 120.1816295, 30.4459791 ], [ 120.181717, 30.4459755 ], [ 120.1817546, 30.4459072 ], [ 120.1817295, 30.4457993 ], [ 120.1817421, 30.4455872 ], [ 120.1817671, 30.4452169 ], [ 120.1817212, 30.4448897 ], [ 120.1817546, 30.4447927 ], [ 120.1818755, 30.4447423 ], [ 120.1820131, 30.4447459 ], [ 120.1821007, 30.4447999 ], [ 120.1821215, 30.4448933 ], [ 120.1821215, 30.4450587 ], [ 120.1821257, 30.4453895 ], [ 120.1821716, 30.4454039 ], [ 120.1821716, 30.4449796 ], [ 120.1822175, 30.4448358 ], [ 120.1823509, 30.4447531 ], [ 120.1824677, 30.4446812 ], [ 120.1825636, 30.4446273 ], [ 120.1825844, 30.4445662 ], [ 120.1825511, 30.4445086 ], [ 120.1824677, 30.4444727 ], [ 120.1824176, 30.4443936 ], [ 120.1824385, 30.4440844 ], [ 120.182255, 30.4440808 ], [ 120.18223, 30.4442031 ], [ 120.1822091, 30.4443648 ], [ 120.1821049, 30.4445015 ], [ 120.1820048, 30.4445302 ], [ 120.1818171, 30.4445194 ], [ 120.1814918, 30.4445051 ], [ 120.1811207, 30.444523 ], [ 120.1802366, 30.4445482 ], [ 120.1799536, 30.4445428 ], [ 120.179917, 30.4446414 ], [ 120.1800615, 30.4446453 ], [ 120.1803575, 30.4446525 ], [ 120.1804701, 30.4446632 ], [ 120.1804952, 30.4447387 ], [ 120.1805244, 30.4447999 ], [ 120.1806244, 30.4449401 ], [ 120.180662, 30.4450551 ], [ 120.1806411, 30.445145 ], [ 120.1806953, 30.4451881 ], [ 120.1807662, 30.4453032 ], [ 120.1807704, 30.4455549 ], [ 120.1807746, 30.4458101 ], [ 120.1807245, 30.446051 ], [ 120.1806745, 30.4460977 ], [ 120.1805077, 30.4461157 ], [ 120.1805035, 30.4461517 ], [ 120.1806036, 30.4461481 ], [ 120.1806703, 30.4461696 ], [ 120.1807412, 30.4462379 ], [ 120.1807579, 30.4463422 ], [ 120.1807287, 30.4464177 ], [ 120.1807704, 30.4464932 ], [ 120.1807871, 30.4466154 ], [ 120.1807245, 30.4468779 ], [ 120.1807037, 30.4469642 ], [ 120.1806453, 30.4470073 ], [ 120.1807037, 30.4470864 ], [ 120.1806995, 30.4471763 ], [ 120.180687, 30.4472554 ], [ 120.1806286, 30.4472949 ], [ 120.1805077, 30.4472841 ], [ 120.1805202, 30.447356 ], [ 120.1805744, 30.447356 ], [ 120.1806536, 30.4474136 ], [ 120.1806661, 30.4476149 ], [ 120.180712, 30.4477479 ], [ 120.1807287, 30.4479996 ], [ 120.1807037, 30.4480858 ], [ 120.1806495, 30.4481649 ], [ 120.1806578, 30.448226 ], [ 120.180712, 30.4482944 ], [ 120.1807329, 30.4484058 ], [ 120.1806787, 30.4485424 ], [ 120.1804952, 30.4488552 ], [ 120.1804284, 30.4489019 ], [ 120.1802324, 30.4489307 ], [ 120.1799447, 30.4489019 ], [ 120.1798821, 30.4489307 ], [ 120.1798488, 30.4491356 ], [ 120.1797278, 30.4491716 ], [ 120.1797529, 30.4492399 ], [ 120.179707, 30.4493801 ], [ 120.1796403, 30.4495418 ], [ 120.1796528, 30.4496137 ], [ 120.1796528, 30.4497072 ], [ 120.1796111, 30.4497863 ], [ 120.1794943, 30.4498474 ], [ 120.1794109, 30.4499768 ], [ 120.1793775, 30.4501997 ], [ 120.1793609, 30.4502716 ], [ 120.1793108, 30.4503615 ], [ 120.1792858, 30.4504981 ], [ 120.1792066, 30.4506455 ], [ 120.1790773, 30.4508325 ], [ 120.1789981, 30.4508109 ], [ 120.1786686, 30.4507677 ], [ 120.1783558, 30.4506851 ], [ 120.1783475, 30.4507246 ], [ 120.1789438, 30.4508828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1799888, 30.4478199 ], [ 120.1801211, 30.4479273 ], [ 120.1804411, 30.4480041 ], [ 120.1805465, 30.4479843 ], [ 120.1806989, 30.4479273 ], [ 120.1807008, 30.4477786 ], [ 120.1806356, 30.4476943 ], [ 120.1806107, 30.4476497 ], [ 120.1804162, 30.4475861 ], [ 120.1802485, 30.4476076 ], [ 120.1800655, 30.4476637 ], [ 120.1799706, 30.4477282 ], [ 120.1799888, 30.4478199 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1824244, 30.4496787 ], [ 120.1826214, 30.4496788 ], [ 120.1835682, 30.4500631 ], [ 120.1839826, 30.4502051 ], [ 120.1843438, 30.4503928 ], [ 120.1847263, 30.4504615 ], [ 120.184992, 30.4505989 ], [ 120.1855285, 30.4507913 ], [ 120.1861448, 30.4510248 ], [ 120.1862244, 30.4508783 ], [ 120.1860544, 30.4507546 ], [ 120.1859588, 30.4506218 ], [ 120.1859641, 30.4505073 ], [ 120.1859216, 30.4504615 ], [ 120.1858207, 30.4504295 ], [ 120.1857251, 30.4504844 ], [ 120.1856507, 30.4506585 ], [ 120.1855179, 30.4506585 ], [ 120.185247, 30.4505623 ], [ 120.1848113, 30.4503837 ], [ 120.1847316, 30.4503058 ], [ 120.1847051, 30.4502142 ], [ 120.1847741, 30.4501089 ], [ 120.1848326, 30.4499578 ], [ 120.1849388, 30.449857 ], [ 120.184992, 30.449802 ], [ 120.184992, 30.4496921 ], [ 120.1848007, 30.449486 ], [ 120.1847954, 30.4492891 ], [ 120.1847901, 30.4491884 ], [ 120.1848523, 30.4491781 ], [ 120.1849016, 30.44917 ], [ 120.1847688, 30.4490968 ], [ 120.184721, 30.4490418 ], [ 120.1847051, 30.4489136 ], [ 120.1847104, 30.4488037 ], [ 120.1848326, 30.4487075 ], [ 120.1848963, 30.4486663 ], [ 120.1851991, 30.4487579 ], [ 120.1854541, 30.4488037 ], [ 120.1855337, 30.4487958 ], [ 120.1855604, 30.4486342 ], [ 120.1853744, 30.4486663 ], [ 120.1852045, 30.4486067 ], [ 120.1850716, 30.4485014 ], [ 120.184976, 30.4484419 ], [ 120.1848804, 30.4480984 ], [ 120.1848432, 30.4478877 ], [ 120.1847954, 30.4477091 ], [ 120.1847635, 30.447764 ], [ 120.1847423, 30.4479747 ], [ 120.1847051, 30.4480572 ], [ 120.1848379, 30.4481533 ], [ 120.1848698, 30.4483548 ], [ 120.1849335, 30.4485151 ], [ 120.1848804, 30.4485793 ], [ 120.1847104, 30.4486754 ], [ 120.184636, 30.4487579 ], [ 120.1846466, 30.4490189 ], [ 120.1846148, 30.4491792 ], [ 120.1844873, 30.4493349 ], [ 120.1843863, 30.4493258 ], [ 120.1842057, 30.4492616 ], [ 120.1840835, 30.4492571 ], [ 120.1840357, 30.4493395 ], [ 120.1843279, 30.4494494 ], [ 120.1844873, 30.449454 ], [ 120.184567, 30.4494677 ], [ 120.1846466, 30.4494173 ], [ 120.1847157, 30.4494494 ], [ 120.1847263, 30.4495502 ], [ 120.1847051, 30.4497288 ], [ 120.1846041, 30.4498936 ], [ 120.1845245, 30.4500402 ], [ 120.184551, 30.4501547 ], [ 120.1844979, 30.4502096 ], [ 120.1843545, 30.450228 ], [ 120.1841951, 30.4501867 ], [ 120.1840931, 30.4501496 ], [ 120.184057, 30.4501364 ], [ 120.1839932, 30.4500585 ], [ 120.1838392, 30.4498799 ], [ 120.1836532, 30.4499257 ], [ 120.1834779, 30.449912 ], [ 120.1831592, 30.4497746 ], [ 120.1829254, 30.4496601 ], [ 120.1828617, 30.4495868 ], [ 120.1828617, 30.4494311 ], [ 120.1828285, 30.4493848 ], [ 120.1827926, 30.4493349 ], [ 120.1828035, 30.4492094 ], [ 120.1828085, 30.4491517 ], [ 120.1828935, 30.4490968 ], [ 120.182936, 30.4490235 ], [ 120.1829679, 30.4488953 ], [ 120.1829626, 30.4485884 ], [ 120.1829117, 30.4484566 ], [ 120.182867, 30.4483411 ], [ 120.1828192, 30.4482174 ], [ 120.1828457, 30.4480114 ], [ 120.1828988, 30.4479656 ], [ 120.1829892, 30.447961 ], [ 120.1828988, 30.4478877 ], [ 120.1829042, 30.4475809 ], [ 120.1829413, 30.4474618 ], [ 120.1829042, 30.4473335 ], [ 120.1828404, 30.4471091 ], [ 120.182867, 30.4466878 ], [ 120.1829413, 30.4465916 ], [ 120.1830742, 30.4465504 ], [ 120.1831485, 30.4465 ], [ 120.1831645, 30.4462893 ], [ 120.1831273, 30.4461107 ], [ 120.1830423, 30.4459367 ], [ 120.1829732, 30.4458268 ], [ 120.1829307, 30.4455886 ], [ 120.1829254, 30.4453917 ], [ 120.1828882, 30.4452818 ], [ 120.1828404, 30.4454878 ], [ 120.1828935, 30.445639 ], [ 120.1828776, 30.4458222 ], [ 120.1827926, 30.4459138 ], [ 120.1827342, 30.4460512 ], [ 120.1827395, 30.446358 ], [ 120.1827554, 30.4465366 ], [ 120.1827076, 30.4468664 ], [ 120.1826385, 30.4469717 ], [ 120.1826332, 30.4470817 ], [ 120.1827288, 30.4471366 ], [ 120.1828138, 30.4472511 ], [ 120.1828085, 30.4475488 ], [ 120.182782, 30.4479427 ], [ 120.1827713, 30.4483869 ], [ 120.1826492, 30.4484602 ], [ 120.1825376, 30.4484877 ], [ 120.1825217, 30.4485884 ], [ 120.1826013, 30.448822 ], [ 120.1825429, 30.4492571 ], [ 120.1824845, 30.4494311 ], [ 120.1824177, 30.449486 ], [ 120.1821657, 30.4494294 ], [ 120.1819962, 30.4493246 ], [ 120.1819418, 30.4494949 ], [ 120.1824244, 30.4496787 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1754077, 30.4481277 ], [ 120.1756351, 30.4481592 ], [ 120.1758098, 30.4482187 ], [ 120.1761429, 30.4482713 ], [ 120.1761836, 30.4483763 ], [ 120.1761632, 30.4484359 ], [ 120.1763948, 30.4484814 ], [ 120.1764598, 30.4485549 ], [ 120.1764796, 30.4487061 ], [ 120.1765724, 30.448723 ], [ 120.1765573, 30.4485654 ], [ 120.176606, 30.4484113 ], [ 120.1766304, 30.4483343 ], [ 120.1767279, 30.4482958 ], [ 120.1769148, 30.4482923 ], [ 120.1775851, 30.4483448 ], [ 120.1777882, 30.4484253 ], [ 120.1778979, 30.4484359 ], [ 120.178101, 30.4484919 ], [ 120.1783366, 30.4484884 ], [ 120.1784422, 30.4484148 ], [ 120.1785113, 30.4483028 ], [ 120.1786007, 30.4482362 ], [ 120.1787266, 30.4482117 ], [ 120.1787631, 30.4481592 ], [ 120.1786413, 30.4481382 ], [ 120.1785925, 30.4480716 ], [ 120.1785478, 30.4480121 ], [ 120.1784788, 30.4480156 ], [ 120.17843, 30.4480926 ], [ 120.1783366, 30.4480997 ], [ 120.1782269, 30.4480786 ], [ 120.1781416, 30.4479981 ], [ 120.1780157, 30.4479841 ], [ 120.1778938, 30.4480471 ], [ 120.1778207, 30.4481767 ], [ 120.1777679, 30.4482292 ], [ 120.1776298, 30.4482117 ], [ 120.1775079, 30.4481522 ], [ 120.1775201, 30.4480926 ], [ 120.1774835, 30.4480261 ], [ 120.1773982, 30.447928 ], [ 120.177317, 30.447928 ], [ 120.1770935, 30.4479701 ], [ 120.176931, 30.4479806 ], [ 120.1767604, 30.4479561 ], [ 120.176667, 30.4479351 ], [ 120.1765979, 30.4480716 ], [ 120.1765126, 30.4481522 ], [ 120.176342, 30.4481942 ], [ 120.1761064, 30.4482012 ], [ 120.1759033, 30.4481487 ], [ 120.1757123, 30.4481277 ], [ 120.175562, 30.4481032 ], [ 120.1755051, 30.4480611 ], [ 120.1754808, 30.4479841 ], [ 120.1755417, 30.447795 ], [ 120.1756052, 30.4476057 ], [ 120.1755183, 30.44759 ], [ 120.1754645, 30.447823 ], [ 120.1753833, 30.4480716 ], [ 120.1754077, 30.4481277 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1791602, 30.4482513 ], [ 120.1793256, 30.4482864 ], [ 120.1795261, 30.4483588 ], [ 120.179789, 30.4484499 ], [ 120.1798053, 30.448548 ], [ 120.1799896, 30.4485597 ], [ 120.1800546, 30.4483845 ], [ 120.179892, 30.4482233 ], [ 120.1806102, 30.4482069 ], [ 120.1806265, 30.4481205 ], [ 120.1804666, 30.448062 ], [ 120.1802172, 30.4480504 ], [ 120.1799272, 30.4479943 ], [ 120.1798405, 30.4479008 ], [ 120.1796237, 30.4478658 ], [ 120.1795397, 30.4479312 ], [ 120.1795342, 30.4480714 ], [ 120.1793364, 30.4481251 ], [ 120.179041, 30.4481672 ], [ 120.1789895, 30.4481859 ], [ 120.1791602, 30.4482513 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1801096, 30.4485749 ], [ 120.1802207, 30.4486063 ], [ 120.1802715, 30.4486658 ], [ 120.1803616, 30.4487013 ], [ 120.1804392, 30.4487162 ], [ 120.1805101, 30.4487071 ], [ 120.1806107, 30.4485964 ], [ 120.180513, 30.4485443 ], [ 120.1803616, 30.448408 ], [ 120.1803213, 30.4482469 ], [ 120.1801642, 30.448237 ], [ 120.1800923, 30.4483824 ], [ 120.1801096, 30.4485749 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1755584, 30.4487456 ], [ 120.1756174, 30.4487965 ], [ 120.1757497, 30.4488289 ], [ 120.1758409, 30.4488196 ], [ 120.1759124, 30.4487487 ], [ 120.175941, 30.4485622 ], [ 120.175941, 30.448388 ], [ 120.1759124, 30.4483495 ], [ 120.1756979, 30.4482863 ], [ 120.1755816, 30.4485329 ], [ 120.1755512, 30.4486593 ], [ 120.1755584, 30.4487456 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1746661, 30.4487518 ], [ 120.1747412, 30.4488412 ], [ 120.1749808, 30.4488982 ], [ 120.1750649, 30.4488582 ], [ 120.1751096, 30.448758 ], [ 120.1751221, 30.4484913 ], [ 120.1750595, 30.448405 ], [ 120.1749093, 30.4483633 ], [ 120.1748074, 30.4483803 ], [ 120.1746983, 30.4485175 ], [ 120.1746589, 30.4486331 ], [ 120.1746661, 30.4487518 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1766559, 30.4484102 ], [ 120.1767047, 30.4488331 ], [ 120.1769432, 30.4488261 ], [ 120.1769757, 30.4489079 ], [ 120.1770299, 30.4489499 ], [ 120.1771654, 30.4489125 ], [ 120.177179, 30.4488518 ], [ 120.1774527, 30.4487653 ], [ 120.1777238, 30.4487607 ], [ 120.1778267, 30.4486508 ], [ 120.1778295, 30.4485364 ], [ 120.1777102, 30.4485013 ], [ 120.1776099, 30.4484172 ], [ 120.1771817, 30.4483564 ], [ 120.1769703, 30.4483775 ], [ 120.1768836, 30.4483214 ], [ 120.1767453, 30.4483214 ], [ 120.1766559, 30.4483705 ], [ 120.1766559, 30.4484102 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.194395, 30.4477857 ], [ 120.1944811, 30.4477644 ], [ 120.1946192, 30.4479007 ], [ 120.194743, 30.4479749 ], [ 120.1948209, 30.447922 ], [ 120.1949271, 30.4478091 ], [ 120.1949625, 30.4477023 ], [ 120.1949566, 30.44762 ], [ 120.1948386, 30.4475386 ], [ 120.1946982, 30.4474522 ], [ 120.1946121, 30.4475671 ], [ 120.1945189, 30.4475925 ], [ 120.1944162, 30.4476861 ], [ 120.1943702, 30.4477695 ], [ 120.194395, 30.4477857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.190606, 30.4481233 ], [ 120.190624, 30.4481487 ], [ 120.1906508, 30.4481674 ], [ 120.1906833, 30.4481774 ], [ 120.1907163, 30.4481777 ], [ 120.1907477, 30.448169 ], [ 120.1907742, 30.448152 ], [ 120.190793, 30.4481287 ], [ 120.1908023, 30.4481014 ], [ 120.190801, 30.448073 ], [ 120.1907892, 30.4480464 ], [ 120.1907682, 30.4480245 ], [ 120.1907402, 30.4480094 ], [ 120.1907081, 30.4480029 ], [ 120.1906752, 30.4480055 ], [ 120.1906438, 30.4480177 ], [ 120.1906189, 30.4480382 ], [ 120.1906033, 30.4480648 ], [ 120.1905988, 30.4480942 ], [ 120.190606, 30.4481233 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1917911, 30.4480417 ], [ 120.191987, 30.4481431 ], [ 120.1921236, 30.4482161 ], [ 120.1922564, 30.4483077 ], [ 120.1923537, 30.4481921 ], [ 120.1921438, 30.4480701 ], [ 120.1919643, 30.4479589 ], [ 120.191915, 30.447912 ], [ 120.1918442, 30.4479055 ], [ 120.191786, 30.447972 ], [ 120.1917911, 30.4480417 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.194828, 30.4481956 ], [ 120.1950179, 30.4481692 ], [ 120.1950675, 30.4482068 ], [ 120.1950545, 30.4482821 ], [ 120.1950403, 30.4483278 ], [ 120.1951146, 30.4484173 ], [ 120.1952019, 30.4484143 ], [ 120.1952869, 30.448339 ], [ 120.1953659, 30.4482027 ], [ 120.1953695, 30.4481081 ], [ 120.1953364, 30.4480451 ], [ 120.1951453, 30.4478874 ], [ 120.1950474, 30.4478305 ], [ 120.1949861, 30.4478305 ], [ 120.19492, 30.4478813 ], [ 120.1948445, 30.4479627 ], [ 120.1947772, 30.4480014 ], [ 120.1947761, 30.4481478 ], [ 120.194828, 30.4481956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1912234, 30.4483717 ], [ 120.1912848, 30.4483849 ], [ 120.1913626, 30.4483483 ], [ 120.1913626, 30.4484835 ], [ 120.1914075, 30.4485446 ], [ 120.1914712, 30.4485924 ], [ 120.1915254, 30.4486005 ], [ 120.1915821, 30.4485751 ], [ 120.1916328, 30.4484968 ], [ 120.1916517, 30.4484235 ], [ 120.1916729, 30.448269 ], [ 120.1917331, 30.4480594 ], [ 120.1917165, 30.4479547 ], [ 120.1917543, 30.4478611 ], [ 120.1917366, 30.4478001 ], [ 120.191641, 30.4477899 ], [ 120.1915573, 30.4478001 ], [ 120.1915231, 30.4478387 ], [ 120.1914605, 30.4480615 ], [ 120.1914558, 30.4481286 ], [ 120.1914275, 30.4481927 ], [ 120.1914016, 30.4481927 ], [ 120.1913874, 30.44815 ], [ 120.1913378, 30.4481347 ], [ 120.1912789, 30.4481194 ], [ 120.1912093, 30.4482262 ], [ 120.1911939, 30.4482913 ], [ 120.1912234, 30.4483717 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1910217, 30.4484491 ], [ 120.1910734, 30.448426 ], [ 120.1910926, 30.4483673 ], [ 120.1910456, 30.4483268 ], [ 120.1908578, 30.4483202 ], [ 120.1908415, 30.4483921 ], [ 120.1910217, 30.4484491 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1932195, 30.4486898 ], [ 120.1932893, 30.4486305 ], [ 120.1933345, 30.4485358 ], [ 120.1933191, 30.4484738 ], [ 120.1932411, 30.4484216 ], [ 120.1931414, 30.4484278 ], [ 120.1930572, 30.4484729 ], [ 120.1929935, 30.4485668 ], [ 120.1932195, 30.4486898 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1893339, 30.445297 ], [ 120.1895983, 30.4453641 ], [ 120.1899094, 30.4452903 ], [ 120.1903137, 30.4453976 ], [ 120.1907648, 30.4457328 ], [ 120.1911925, 30.4462155 ], [ 120.1913288, 30.4463419 ], [ 120.1914547, 30.4464432 ], [ 120.1918047, 30.4466528 ], [ 120.1919701, 30.4467518 ], [ 120.1922656, 30.4469664 ], [ 120.1923512, 30.4472278 ], [ 120.1925689, 30.447315 ], [ 120.1927403, 30.4475291 ], [ 120.1927275, 30.447544 ], [ 120.1927245, 30.4475965 ], [ 120.1928722, 30.4477507 ], [ 120.1929811, 30.4478781 ], [ 120.1931677, 30.4479384 ], [ 120.1934321, 30.4481932 ], [ 120.1934943, 30.448401 ], [ 120.1934088, 30.4485418 ], [ 120.1931048, 30.4489591 ], [ 120.1930561, 30.4490601 ], [ 120.1931133, 30.4491385 ], [ 120.1925378, 30.4503653 ], [ 120.1923745, 30.4505061 ], [ 120.1921176, 30.4507473 ], [ 120.1928392, 30.451015 ], [ 120.1928722, 30.4508681 ], [ 120.1930355, 30.4507541 ], [ 120.1932974, 30.4507939 ], [ 120.1933522, 30.4508489 ], [ 120.1934863, 30.4508909 ], [ 120.1935466, 30.4509572 ], [ 120.1936833, 30.4509953 ], [ 120.193827, 30.4510048 ], [ 120.1945675, 30.4512301 ], [ 120.1946686, 30.4513642 ], [ 120.1944975, 30.451572 ], [ 120.1943653, 30.4516993 ], [ 120.1942237, 30.4517022 ], [ 120.1940643, 30.4519553 ], [ 120.1941845, 30.4519854 ], [ 120.1942434, 30.4520896 ], [ 120.1941326, 30.4523259 ], [ 120.194251, 30.4524465 ], [ 120.1943229, 30.4524994 ], [ 120.1944317, 30.452558 ], [ 120.1944717, 30.4526768 ], [ 120.1945503, 30.4527445 ], [ 120.1946855, 30.4527226 ], [ 120.1948776, 30.4527239 ], [ 120.1948738, 30.4526763 ], [ 120.1946209, 30.4525752 ], [ 120.1945131, 30.4524167 ], [ 120.1946219, 30.4522155 ], [ 120.1946919, 30.4521485 ], [ 120.1947308, 30.4520479 ], [ 120.1947697, 30.4518871 ], [ 120.1948708, 30.4517597 ], [ 120.1950963, 30.4516256 ], [ 120.1953451, 30.4516055 ], [ 120.1956951, 30.4516993 ], [ 120.1959128, 30.4517731 ], [ 120.1959999, 30.4518602 ], [ 120.1963017, 30.4516122 ], [ 120.1959906, 30.4514312 ], [ 120.1948008, 30.4511027 ], [ 120.1945519, 30.4510558 ], [ 120.1933932, 30.45062 ], [ 120.1932688, 30.4505195 ], [ 120.1932222, 30.4504055 ], [ 120.1932377, 30.4502848 ], [ 120.193471, 30.4498022 ], [ 120.1935799, 30.4495876 ], [ 120.1936576, 30.4494737 ], [ 120.1936576, 30.4493463 ], [ 120.1935721, 30.4492122 ], [ 120.1934866, 30.449058 ], [ 120.1934788, 30.4489105 ], [ 120.1935099, 30.4487832 ], [ 120.1935721, 30.4486692 ], [ 120.1937043, 30.4484815 ], [ 120.1938132, 30.4482535 ], [ 120.1934866, 30.4479988 ], [ 120.1934477, 30.4478915 ], [ 120.1929733, 30.4475898 ], [ 120.1927245, 30.4472613 ], [ 120.1925223, 30.4469932 ], [ 120.1925456, 30.4468859 ], [ 120.1928022, 30.4466848 ], [ 120.1938475, 30.4459615 ], [ 120.1936568, 30.4457642 ], [ 120.1928955, 30.4462758 ], [ 120.1926078, 30.4465172 ], [ 120.1924445, 30.4465574 ], [ 120.1923201, 30.4466781 ], [ 120.1921723, 30.4466714 ], [ 120.191939, 30.4465172 ], [ 120.1916591, 30.4462222 ], [ 120.1915191, 30.4461149 ], [ 120.1917213, 30.4459272 ], [ 120.1916357, 30.4458602 ], [ 120.1913791, 30.4460077 ], [ 120.1911769, 30.4459473 ], [ 120.1910058, 30.4457462 ], [ 120.1909514, 30.445592 ], [ 120.1910836, 30.445478 ], [ 120.1922501, 30.4448344 ], [ 120.1925278, 30.4445409 ], [ 120.1924591, 30.4444554 ], [ 120.1921957, 30.444707 ], [ 120.1918068, 30.4449484 ], [ 120.191037, 30.4453775 ], [ 120.1908736, 30.4454981 ], [ 120.190687, 30.4454713 ], [ 120.1904459, 30.4453171 ], [ 120.1902126, 30.4450825 ], [ 120.1900338, 30.445116 ], [ 120.1897149, 30.445116 ], [ 120.1894428, 30.4451093 ], [ 120.1892639, 30.4450221 ], [ 120.1891006, 30.4449618 ], [ 120.1890228, 30.4452769 ], [ 120.1893339, 30.445297 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1909728, 30.449086 ], [ 120.191129, 30.4490356 ], [ 120.1912153, 30.4487936 ], [ 120.1913283, 30.4486407 ], [ 120.1912823, 30.4484565 ], [ 120.1912066, 30.448445 ], [ 120.1910801, 30.4486151 ], [ 120.1909163, 30.4489761 ], [ 120.1909067, 30.4490604 ], [ 120.1909728, 30.449086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1925964, 30.4493144 ], [ 120.1926798, 30.4493309 ], [ 120.1927239, 30.4492979 ], [ 120.1928101, 30.4491327 ], [ 120.1928839, 30.4490666 ], [ 120.1930229, 30.4490567 ], [ 120.1930526, 30.4490021 ], [ 120.1928283, 30.4489113 ], [ 120.1927124, 30.4488097 ], [ 120.1926501, 30.4487337 ], [ 120.1925734, 30.4486899 ], [ 120.1925265, 30.4487849 ], [ 120.1926098, 30.4488427 ], [ 120.1925686, 30.4490699 ], [ 120.1925044, 30.4492772 ], [ 120.1925964, 30.4493144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1751417, 30.4488058 ], [ 120.1751936, 30.4488643 ], [ 120.1752723, 30.4489029 ], [ 120.1753599, 30.448889 ], [ 120.1754493, 30.4487672 ], [ 120.1754779, 30.4486562 ], [ 120.1754493, 30.4485406 ], [ 120.1751793, 30.4484944 ], [ 120.1751382, 30.4485961 ], [ 120.1751364, 30.4487364 ], [ 120.1751417, 30.4488058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1646953, 30.4456587 ], [ 120.1647677, 30.445926 ], [ 120.164809, 30.4460686 ], [ 120.1649848, 30.446082 ], [ 120.1653569, 30.4461399 ], [ 120.1655223, 30.4462825 ], [ 120.1655534, 30.4463672 ], [ 120.1655223, 30.4464697 ], [ 120.1656102, 30.4465588 ], [ 120.1657239, 30.4467816 ], [ 120.1657188, 30.4470935 ], [ 120.1656464, 30.4475436 ], [ 120.1655482, 30.4482565 ], [ 120.1654655, 30.4484258 ], [ 120.165543, 30.4485952 ], [ 120.1657394, 30.4492324 ], [ 120.1658221, 30.4498517 ], [ 120.1658066, 30.4500923 ], [ 120.1658221, 30.4505914 ], [ 120.1659255, 30.4508632 ], [ 120.1659875, 30.4512063 ], [ 120.1660185, 30.4514915 ], [ 120.1660599, 30.4515895 ], [ 120.1660909, 30.4517811 ], [ 120.1660702, 30.4519281 ], [ 120.1659513, 30.452142 ], [ 120.165848, 30.452347 ], [ 120.1658376, 30.452445 ], [ 120.1658842, 30.4524985 ], [ 120.1659617, 30.4525208 ], [ 120.1664631, 30.4525297 ], [ 120.1664734, 30.4523648 ], [ 120.1663235, 30.4523336 ], [ 120.1662046, 30.4522712 ], [ 120.1661736, 30.4522089 ], [ 120.1661943, 30.4520173 ], [ 120.1662201, 30.4518658 ], [ 120.1661839, 30.4516073 ], [ 120.1661167, 30.451242 ], [ 120.1661581, 30.4511127 ], [ 120.1662046, 30.4510281 ], [ 120.1661788, 30.4508365 ], [ 120.1661012, 30.4504265 ], [ 120.1660392, 30.4497359 ], [ 120.1660134, 30.449473 ], [ 120.1660651, 30.4493928 ], [ 120.1662305, 30.4493883 ], [ 120.1666595, 30.4494373 ], [ 120.1668714, 30.4494195 ], [ 120.167471, 30.4494864 ], [ 120.1675692, 30.4495042 ], [ 120.167564, 30.4494462 ], [ 120.1669644, 30.449375 ], [ 120.1667163, 30.4493482 ], [ 120.1664889, 30.4493438 ], [ 120.1663804, 30.4492947 ], [ 120.1661116, 30.4492101 ], [ 120.1660185, 30.4491343 ], [ 120.1659565, 30.4489873 ], [ 120.1658997, 30.4487645 ], [ 120.1658945, 30.4485907 ], [ 120.1659462, 30.4483768 ], [ 120.1659824, 30.4479847 ], [ 120.1659462, 30.4479 ], [ 120.1659772, 30.4474946 ], [ 120.1660289, 30.4471336 ], [ 120.1659875, 30.4467192 ], [ 120.1659617, 30.4463449 ], [ 120.1661012, 30.4463404 ], [ 120.1662305, 30.4463093 ], [ 120.1663752, 30.4463494 ], [ 120.1665302, 30.4463806 ], [ 120.1666698, 30.4463315 ], [ 120.1667525, 30.4462246 ], [ 120.1667577, 30.4461043 ], [ 120.1667628, 30.4460285 ], [ 120.1668455, 30.445984 ], [ 120.1669696, 30.4459751 ], [ 120.1671195, 30.445984 ], [ 120.167166, 30.4459661 ], [ 120.1671815, 30.4457567 ], [ 120.1670471, 30.4457745 ], [ 120.1668404, 30.4457211 ], [ 120.1666853, 30.4456498 ], [ 120.1666078, 30.445574 ], [ 120.1666698, 30.4454893 ], [ 120.1666957, 30.4453066 ], [ 120.1666491, 30.4452443 ], [ 120.1665199, 30.4451908 ], [ 120.1664114, 30.4451863 ], [ 120.1662563, 30.4452665 ], [ 120.1662201, 30.4452264 ], [ 120.166215, 30.4451373 ], [ 120.1661684, 30.4450794 ], [ 120.1660961, 30.4450705 ], [ 120.1660496, 30.4451551 ], [ 120.1659927, 30.4453111 ], [ 120.1659462, 30.4454448 ], [ 120.1658635, 30.4456364 ], [ 120.1657601, 30.4456275 ], [ 120.1656671, 30.4455027 ], [ 120.1656309, 30.445427 ], [ 120.1656309, 30.4452888 ], [ 120.1656929, 30.4451373 ], [ 120.1657032, 30.4450571 ], [ 120.1656309, 30.4450393 ], [ 120.1655482, 30.4450883 ], [ 120.1654603, 30.4452755 ], [ 120.1653828, 30.4454136 ], [ 120.1652381, 30.4454626 ], [ 120.1651088, 30.4454314 ], [ 120.1650365, 30.4453334 ], [ 120.1649693, 30.445271 ], [ 120.164778, 30.4452131 ], [ 120.1646488, 30.4455562 ], [ 120.1646953, 30.4456587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1739795, 30.4488505 ], [ 120.174042, 30.448906 ], [ 120.1741851, 30.4488967 ], [ 120.1743711, 30.4489584 ], [ 120.1744015, 30.4491264 ], [ 120.1742459, 30.4491726 ], [ 120.1741761, 30.4492189 ], [ 120.1741761, 30.4492574 ], [ 120.1742799, 30.4493098 ], [ 120.1746089, 30.4493114 ], [ 120.1748235, 30.4492898 ], [ 120.1748074, 30.4491927 ], [ 120.1746625, 30.449205 ], [ 120.1744533, 30.4491079 ], [ 120.1744694, 30.4490277 ], [ 120.1745534, 30.4489183 ], [ 120.1745338, 30.4487395 ], [ 120.1743907, 30.4486716 ], [ 120.1742995, 30.4485298 ], [ 120.1742405, 30.4484882 ], [ 120.1741511, 30.4484882 ], [ 120.1740081, 30.4485576 ], [ 120.1739795, 30.4485899 ], [ 120.1739795, 30.4488505 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1733629, 30.4494429 ], [ 120.1735119, 30.4494453 ], [ 120.1736502, 30.4494289 ], [ 120.1737071, 30.4493611 ], [ 120.1740648, 30.4493565 ], [ 120.1740974, 30.4492864 ], [ 120.1739917, 30.4490761 ], [ 120.1735174, 30.4490644 ], [ 120.1735011, 30.4491322 ], [ 120.1733331, 30.4493518 ], [ 120.1733629, 30.4494429 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1755501, 30.4498261 ], [ 120.1756721, 30.4498682 ], [ 120.1758103, 30.4498822 ], [ 120.1761545, 30.4495971 ], [ 120.176187, 30.4494826 ], [ 120.1761572, 30.4494172 ], [ 120.176, 30.4493728 ], [ 120.1760705, 30.4491789 ], [ 120.1760623, 30.4489523 ], [ 120.175897, 30.4488495 ], [ 120.1757263, 30.4488752 ], [ 120.1755013, 30.4490597 ], [ 120.1754877, 30.4491859 ], [ 120.1755853, 30.4493705 ], [ 120.175504, 30.4495878 ], [ 120.1754823, 30.449735 ], [ 120.1755501, 30.4498261 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1749719, 30.4493715 ], [ 120.1753134, 30.449447 ], [ 120.1753581, 30.449558 ], [ 120.17541, 30.4495858 ], [ 120.1754047, 30.4499054 ], [ 120.175449, 30.4499019 ], [ 120.1754672, 30.4496659 ], [ 120.1754565, 30.4495796 ], [ 120.1755012, 30.4493946 ], [ 120.1755459, 30.4494085 ], [ 120.1755387, 30.449336 ], [ 120.1755083, 30.4493499 ], [ 120.1754565, 30.4492297 ], [ 120.1753724, 30.449094 ], [ 120.1752902, 30.4490123 ], [ 120.1750649, 30.4489352 ], [ 120.174929, 30.4490031 ], [ 120.1749021, 30.4492405 ], [ 120.1749719, 30.4493715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1805576, 30.4499363 ], [ 120.1806458, 30.4499743 ], [ 120.1807196, 30.4500172 ], [ 120.1807934, 30.4500528 ], [ 120.1808039, 30.4500858 ], [ 120.1807866, 30.4501238 ], [ 120.1808652, 30.4501527 ], [ 120.1809649, 30.450137 ], [ 120.181009, 30.4500552 ], [ 120.1810406, 30.4499421 ], [ 120.180984, 30.4497958 ], [ 120.1807186, 30.4496637 ], [ 120.1805164, 30.4498082 ], [ 120.1804982, 30.4498603 ], [ 120.1805576, 30.4499363 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1812342, 30.4503247 ], [ 120.1812802, 30.4503694 ], [ 120.1813533, 30.4503705 ], [ 120.181371, 30.450342 ], [ 120.1815279, 30.4504183 ], [ 120.1815775, 30.4504874 ], [ 120.181614, 30.4505291 ], [ 120.1816659, 30.4505739 ], [ 120.1817167, 30.4505749 ], [ 120.1817709, 30.4504447 ], [ 120.1817839, 30.4500023 ], [ 120.1814406, 30.4498487 ], [ 120.1813698, 30.4499382 ], [ 120.1812436, 30.4501355 ], [ 120.1812176, 30.4502596 ], [ 120.1812342, 30.4503247 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1800544, 30.4505057 ], [ 120.1802031, 30.4505942 ], [ 120.1801052, 30.4507457 ], [ 120.1801063, 30.4508027 ], [ 120.180137, 30.4508556 ], [ 120.180196, 30.4508525 ], [ 120.1802196, 30.4508891 ], [ 120.1802703, 30.450883 ], [ 120.1803623, 30.4508139 ], [ 120.1804673, 30.4507803 ], [ 120.1805381, 30.4507996 ], [ 120.1806809, 30.4509278 ], [ 120.180754, 30.4509257 ], [ 120.1808555, 30.45082 ], [ 120.180885, 30.4507091 ], [ 120.1808602, 30.450702 ], [ 120.1808861, 30.4506206 ], [ 120.1808661, 30.450582 ], [ 120.1807929, 30.4505393 ], [ 120.1806384, 30.4505861 ], [ 120.1805806, 30.4506217 ], [ 120.1803423, 30.4505057 ], [ 120.1803682, 30.4503674 ], [ 120.1804449, 30.4502749 ], [ 120.1805192, 30.4502108 ], [ 120.1805558, 30.4502006 ], [ 120.1805546, 30.4501325 ], [ 120.1804355, 30.4501264 ], [ 120.1803293, 30.4500837 ], [ 120.1802538, 30.4502077 ], [ 120.1802396, 30.4502972 ], [ 120.1800898, 30.4503562 ], [ 120.1800297, 30.4504274 ], [ 120.1800544, 30.4505057 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1808059, 30.4512959 ], [ 120.180826, 30.4513305 ], [ 120.1809711, 30.4514129 ], [ 120.1810277, 30.4514332 ], [ 120.1811705, 30.4513498 ], [ 120.1812507, 30.4512797 ], [ 120.1812578, 30.4512369 ], [ 120.1813061, 30.4511505 ], [ 120.1813368, 30.4510356 ], [ 120.1812979, 30.4509725 ], [ 120.1812283, 30.4508627 ], [ 120.1813002, 30.4507742 ], [ 120.1812731, 30.4507447 ], [ 120.1812872, 30.4506969 ], [ 120.1812436, 30.4506156 ], [ 120.1812106, 30.4505464 ], [ 120.1811303, 30.4505749 ], [ 120.1810596, 30.4506339 ], [ 120.1810136, 30.4507132 ], [ 120.1810218, 30.4508159 ], [ 120.1810572, 30.4508973 ], [ 120.1809711, 30.4509196 ], [ 120.1809404, 30.4509969 ], [ 120.1808342, 30.4511098 ], [ 120.1807882, 30.4512359 ], [ 120.1808059, 30.4512959 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1958732, 30.448936 ], [ 120.1958697, 30.4490326 ], [ 120.1960348, 30.449172 ], [ 120.1960608, 30.4492462 ], [ 120.196003, 30.4493174 ], [ 120.1959782, 30.4494211 ], [ 120.1959971, 30.4494537 ], [ 120.1961127, 30.4495157 ], [ 120.1962838, 30.4494699 ], [ 120.1963192, 30.4494191 ], [ 120.1964017, 30.449413 ], [ 120.1965327, 30.4495167 ], [ 120.196594, 30.4495188 ], [ 120.1967356, 30.4493764 ], [ 120.1965138, 30.4492309 ], [ 120.1964395, 30.4491313 ], [ 120.1960761, 30.4489146 ], [ 120.1958921, 30.4488506 ], [ 120.1958402, 30.4488516 ], [ 120.1958732, 30.448936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1938014, 30.4494358 ], [ 120.1940088, 30.4494375 ], [ 120.1941557, 30.4492578 ], [ 120.1942091, 30.4491817 ], [ 120.1942081, 30.4491268 ], [ 120.1941187, 30.4490613 ], [ 120.1940427, 30.4490232 ], [ 120.1939225, 30.449017 ], [ 120.1938209, 30.4491206 ], [ 120.1937449, 30.4492507 ], [ 120.1937428, 30.4493437 ], [ 120.1938014, 30.4494358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1976143, 30.4496412 ], [ 120.1977122, 30.4497073 ], [ 120.1978538, 30.4496067 ], [ 120.197934, 30.449509 ], [ 120.1979187, 30.4494521 ], [ 120.1979411, 30.4493677 ], [ 120.1980355, 30.4493199 ], [ 120.1981169, 30.4492446 ], [ 120.1979411, 30.4491165 ], [ 120.1979034, 30.4491887 ], [ 120.1978786, 30.44933 ], [ 120.1978432, 30.4493697 ], [ 120.197737, 30.449388 ], [ 120.1976603, 30.4494378 ], [ 120.1976533, 30.4495263 ], [ 120.197612, 30.4495761 ], [ 120.1976143, 30.4496412 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1941024, 30.4495615 ], [ 120.1942428, 30.449593 ], [ 120.1943301, 30.4496001 ], [ 120.1944162, 30.4496561 ], [ 120.1946357, 30.4494384 ], [ 120.194618, 30.4494221 ], [ 120.1946569, 30.4493632 ], [ 120.1945, 30.4492553 ], [ 120.1944174, 30.4492014 ], [ 120.1943313, 30.4491791 ], [ 120.1942711, 30.4492462 ], [ 120.194165, 30.4493693 ], [ 120.1940824, 30.4494486 ], [ 120.19408, 30.449531 ], [ 120.1941024, 30.4495615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1913312, 30.4492917 ], [ 120.1913743, 30.4493512 ], [ 120.1914778, 30.4494024 ], [ 120.1915688, 30.4494396 ], [ 120.1916168, 30.449414 ], [ 120.1916369, 30.4494619 ], [ 120.1916599, 30.4495511 ], [ 120.1915382, 30.449841 ], [ 120.1914615, 30.4499881 ], [ 120.1914452, 30.4500889 ], [ 120.1913829, 30.4501665 ], [ 120.1914012, 30.4501929 ], [ 120.1914615, 30.450207 ], [ 120.1914999, 30.4502202 ], [ 120.1915209, 30.4501533 ], [ 120.1915267, 30.4500971 ], [ 120.1915506, 30.4500327 ], [ 120.1916081, 30.4498774 ], [ 120.1916522, 30.4498006 ], [ 120.191771, 30.4496725 ], [ 120.1918266, 30.4495973 ], [ 120.1918994, 30.4495139 ], [ 120.1918391, 30.4494272 ], [ 120.1918496, 30.4491628 ], [ 120.1919291, 30.4490075 ], [ 120.192046, 30.4487812 ], [ 120.1920278, 30.4487696 ], [ 120.1919521, 30.4487597 ], [ 120.1919349, 30.4487936 ], [ 120.191864, 30.4489786 ], [ 120.191795, 30.4490612 ], [ 120.1917394, 30.4491389 ], [ 120.191702, 30.449219 ], [ 120.1916762, 30.449233 ], [ 120.1915947, 30.4491926 ], [ 120.1915593, 30.4491901 ], [ 120.1915286, 30.4491727 ], [ 120.1915813, 30.448996 ], [ 120.1915746, 30.4489357 ], [ 120.1915382, 30.4489142 ], [ 120.191474, 30.4489043 ], [ 120.1914088, 30.4489348 ], [ 120.1913542, 30.4490257 ], [ 120.191314, 30.449181 ], [ 120.1913312, 30.4492917 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1945673, 30.4497344 ], [ 120.1947926, 30.449532 ], [ 120.1946982, 30.4494415 ], [ 120.1944776, 30.4496672 ], [ 120.1945673, 30.4497344 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1948736, 30.4498041 ], [ 120.1949927, 30.4498059 ], [ 120.1950215, 30.4498528 ], [ 120.1951149, 30.4499041 ], [ 120.195194, 30.449882 ], [ 120.1953131, 30.4497474 ], [ 120.1953316, 30.4496952 ], [ 120.195422, 30.4495739 ], [ 120.1955154, 30.4494871 ], [ 120.1954415, 30.4494101 ], [ 120.195346, 30.4493499 ], [ 120.1951786, 30.4493092 ], [ 120.1950358, 30.4494659 ], [ 120.1948756, 30.4496341 ], [ 120.1948592, 30.4497209 ], [ 120.1948736, 30.4498041 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1910255, 30.449751 ], [ 120.1910706, 30.4498477 ], [ 120.1911233, 30.4499162 ], [ 120.1912009, 30.4499509 ], [ 120.191358, 30.449927 ], [ 120.1914395, 30.4498402 ], [ 120.1914692, 30.4497642 ], [ 120.1914309, 30.4497411 ], [ 120.1914701, 30.4496353 ], [ 120.1915353, 30.4496535 ], [ 120.1915698, 30.4495907 ], [ 120.1915756, 30.4495205 ], [ 120.1915516, 30.4494569 ], [ 120.1914931, 30.4494495 ], [ 120.1914357, 30.4494809 ], [ 120.1913532, 30.44949 ], [ 120.1912766, 30.4495511 ], [ 120.1911903, 30.4495354 ], [ 120.1911194, 30.4495437 ], [ 120.1910667, 30.4496031 ], [ 120.1910064, 30.4496923 ], [ 120.1910255, 30.449751 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "丁山湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1861307, 30.4489867 ], [ 120.1861522, 30.4491189 ], [ 120.1863165, 30.4495344 ], [ 120.1866353, 30.4496672 ], [ 120.186632, 30.449785 ], [ 120.1863554, 30.4499725 ], [ 120.1863214, 30.4500642 ], [ 120.1867151, 30.4501829 ], [ 120.1867424, 30.4502817 ], [ 120.1865473, 30.4504198 ], [ 120.186527, 30.4505912 ], [ 120.1866597, 30.4506693 ], [ 120.1866468, 30.4507762 ], [ 120.186584, 30.4509131 ], [ 120.1862244, 30.4508783 ], [ 120.1861448, 30.4510248 ], [ 120.1868647, 30.4513188 ], [ 120.1870913, 30.4514273 ], [ 120.1872675, 30.4514996 ], [ 120.1877542, 30.4516732 ], [ 120.1888115, 30.4520349 ], [ 120.1892562, 30.4521579 ], [ 120.1902715, 30.4524978 ], [ 120.1910435, 30.4528089 ], [ 120.1914547, 30.4528957 ], [ 120.1919833, 30.4532067 ], [ 120.1919833, 30.4533369 ], [ 120.191849, 30.4536407 ], [ 120.1917483, 30.454053 ], [ 120.1917691, 30.4541607 ], [ 120.1919382, 30.4542189 ], [ 120.1920169, 30.4540096 ], [ 120.1920756, 30.453865 ], [ 120.1921847, 30.4535901 ], [ 120.1923861, 30.453308 ], [ 120.1925203, 30.4532791 ], [ 120.1928727, 30.4534093 ], [ 120.1929813, 30.4534717 ], [ 120.1930741, 30.453525 ], [ 120.1937119, 30.4537926 ], [ 120.1938629, 30.4538505 ], [ 120.1942069, 30.4539373 ], [ 120.1943173, 30.4539681 ], [ 120.1944344, 30.4538516 ], [ 120.1942069, 30.4537203 ], [ 120.1940475, 30.4535829 ], [ 120.1938377, 30.4534816 ], [ 120.1937119, 30.4535612 ], [ 120.1935175, 30.4535069 ], [ 120.1934014, 30.4534744 ], [ 120.1931664, 30.4533803 ], [ 120.1932336, 30.4532067 ], [ 120.193158, 30.4531778 ], [ 120.1930741, 30.4532935 ], [ 120.1929483, 30.4533297 ], [ 120.1927385, 30.4532357 ], [ 120.1926378, 30.4531706 ], [ 120.1926546, 30.4529825 ], [ 120.1925035, 30.4528885 ], [ 120.1925119, 30.4527582 ], [ 120.1926042, 30.4526353 ], [ 120.1926798, 30.4525629 ], [ 120.1927385, 30.4523676 ], [ 120.1928727, 30.452194 ], [ 120.1929457, 30.4522021 ], [ 120.1931329, 30.452223 ], [ 120.1934349, 30.4522157 ], [ 120.1936447, 30.4522664 ], [ 120.1938713, 30.4524255 ], [ 120.1939468, 30.4523098 ], [ 120.1939132, 30.4521072 ], [ 120.1938461, 30.4519336 ], [ 120.19393, 30.4518758 ], [ 120.1940643, 30.4519553 ], [ 120.1942237, 30.4517022 ], [ 120.1940055, 30.4516443 ], [ 120.1938545, 30.4516443 ], [ 120.1936615, 30.4518179 ], [ 120.1935021, 30.4518685 ], [ 120.1933175, 30.4518179 ], [ 120.1931161, 30.4516949 ], [ 120.1928476, 30.4513405 ], [ 120.1928056, 30.4511741 ], [ 120.1928392, 30.451015 ], [ 120.1921176, 30.4507473 ], [ 120.192042, 30.4507907 ], [ 120.1918406, 30.4506894 ], [ 120.1916057, 30.4505375 ], [ 120.1914547, 30.4503567 ], [ 120.1912365, 30.450241 ], [ 120.1910099, 30.4501542 ], [ 120.1910099, 30.4500167 ], [ 120.1908925, 30.449872 ], [ 120.1908925, 30.4497129 ], [ 120.1909176, 30.4495176 ], [ 120.1909008, 30.4493657 ], [ 120.1909344, 30.449221 ], [ 120.190775, 30.4490402 ], [ 120.1905484, 30.4489172 ], [ 120.1905988, 30.4487002 ], [ 120.1907162, 30.4484615 ], [ 120.1907582, 30.4482951 ], [ 120.190582, 30.4481359 ], [ 120.19054, 30.448013 ], [ 120.1906134, 30.4479496 ], [ 120.1908231, 30.4479509 ], [ 120.1908623, 30.4479934 ], [ 120.1910386, 30.4479821 ], [ 120.1910973, 30.4479266 ], [ 120.1911836, 30.4477562 ], [ 120.1912262, 30.4476365 ], [ 120.1911565, 30.4475642 ], [ 120.1910957, 30.4475566 ], [ 120.1909731, 30.4476074 ], [ 120.1908558, 30.4475153 ], [ 120.1906995, 30.4475862 ], [ 120.1904309, 30.4473474 ], [ 120.1903303, 30.4471955 ], [ 120.1903386, 30.4470798 ], [ 120.1904897, 30.4469351 ], [ 120.1907918, 30.4466892 ], [ 120.1911022, 30.44653 ], [ 120.191312, 30.4464794 ], [ 120.1914547, 30.4464432 ], [ 120.1913288, 30.4463419 ], [ 120.1910435, 30.4464432 ], [ 120.1905065, 30.4468338 ], [ 120.1902044, 30.4469857 ], [ 120.1899107, 30.4471304 ], [ 120.1897764, 30.4472823 ], [ 120.1896506, 30.4474415 ], [ 120.189424, 30.4475862 ], [ 120.1892478, 30.4476006 ], [ 120.1890464, 30.4475645 ], [ 120.1890045, 30.4474704 ], [ 120.1890464, 30.4473402 ], [ 120.1890548, 30.4472317 ], [ 120.1889457, 30.4470147 ], [ 120.1888115, 30.44687 ], [ 120.1886856, 30.4467687 ], [ 120.1886017, 30.4467253 ], [ 120.1882409, 30.4470002 ], [ 120.1881738, 30.4471232 ], [ 120.1883416, 30.4470581 ], [ 120.1884926, 30.4470075 ], [ 120.1886017, 30.4470581 ], [ 120.1886772, 30.4472172 ], [ 120.188501, 30.4474198 ], [ 120.1883164, 30.4474487 ], [ 120.1881821, 30.4473908 ], [ 120.1880479, 30.4473908 ], [ 120.1879808, 30.4474849 ], [ 120.1879975, 30.4475862 ], [ 120.1879136, 30.4476657 ], [ 120.1878213, 30.4476151 ], [ 120.1877626, 30.4475283 ], [ 120.187729, 30.4474343 ], [ 120.1877878, 30.4473185 ], [ 120.1878968, 30.4472462 ], [ 120.1879808, 30.4471449 ], [ 120.1879724, 30.4470581 ], [ 120.188115, 30.4469062 ], [ 120.1881821, 30.4466819 ], [ 120.1879472, 30.4468121 ], [ 120.1878213, 30.4467326 ], [ 120.1877458, 30.4465445 ], [ 120.187729, 30.4464287 ], [ 120.1877794, 30.4462768 ], [ 120.1877374, 30.4461538 ], [ 120.187729, 30.4459947 ], [ 120.1877878, 30.4458066 ], [ 120.1878129, 30.4456692 ], [ 120.1875528, 30.4454955 ], [ 120.1874186, 30.4453798 ], [ 120.1869151, 30.4453726 ], [ 120.1869738, 30.4455968 ], [ 120.1868815, 30.4459151 ], [ 120.1867976, 30.4461394 ], [ 120.1867808, 30.4463202 ], [ 120.1866382, 30.4464504 ], [ 120.18642, 30.446653 ], [ 120.186227, 30.4467977 ], [ 120.1860005, 30.4469713 ], [ 120.1858658, 30.4471843 ], [ 120.1860097, 30.4472687 ], [ 120.1862738, 30.4472657 ], [ 120.1864012, 30.4474295 ], [ 120.1863667, 30.4475832 ], [ 120.1862501, 30.4478324 ], [ 120.1861809, 30.447964 ], [ 120.1857883, 30.4481523 ], [ 120.1857293, 30.4484859 ], [ 120.1855604, 30.4486342 ], [ 120.1855337, 30.4487958 ], [ 120.1861307, 30.4489867 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1953883, 30.4497435 ], [ 120.1957128, 30.4498971 ], [ 120.1957659, 30.4499367 ], [ 120.1956868, 30.450014 ], [ 120.1956208, 30.4500252 ], [ 120.1956208, 30.4500995 ], [ 120.1956502, 30.4501544 ], [ 120.1957057, 30.4501869 ], [ 120.1958626, 30.4502012 ], [ 120.1959039, 30.4502195 ], [ 120.1959499, 30.4501574 ], [ 120.195911, 30.4500323 ], [ 120.1959676, 30.4500151 ], [ 120.1961221, 30.4499713 ], [ 120.1961103, 30.4498361 ], [ 120.1961988, 30.449835 ], [ 120.1962448, 30.4498015 ], [ 120.1962661, 30.449712 ], [ 120.1961929, 30.4496154 ], [ 120.1960702, 30.4495391 ], [ 120.1958909, 30.4494181 ], [ 120.1958072, 30.4494059 ], [ 120.1956727, 30.4494618 ], [ 120.1955346, 30.4495442 ], [ 120.1955063, 30.4495391 ], [ 120.1953754, 30.4496784 ], [ 120.1953883, 30.4497435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1328262, 30.4488723 ], [ 120.1330194, 30.4486476 ], [ 120.1330239, 30.4485857 ], [ 120.13297, 30.4485314 ], [ 120.1327409, 30.4484423 ], [ 120.132687, 30.4484656 ], [ 120.1325297, 30.4487522 ], [ 120.1328262, 30.4488723 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1322332, 30.4490466 ], [ 120.1322826, 30.4490272 ], [ 120.1323949, 30.4488181 ], [ 120.1317704, 30.4485547 ], [ 120.1316221, 30.4488103 ], [ 120.1322332, 30.4490466 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1323185, 30.4493177 ], [ 120.1324848, 30.4493216 ], [ 120.1325477, 30.4493061 ], [ 120.1326106, 30.4492402 ], [ 120.1327948, 30.4489614 ], [ 120.1324578, 30.4488413 ], [ 120.1322791, 30.4491725 ], [ 120.1322556, 30.4492635 ], [ 120.1322332, 30.44931 ], [ 120.1323185, 30.4493177 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1318513, 30.4492402 ], [ 120.1320894, 30.4493216 ], [ 120.1321478, 30.4492983 ], [ 120.1322422, 30.4491124 ], [ 120.1315952, 30.4488762 ], [ 120.1314918, 30.4490969 ], [ 120.1318513, 30.4492402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1506232, 30.4493269 ], [ 120.15078, 30.4493038 ], [ 120.1508659, 30.4492521 ], [ 120.1509243, 30.4491859 ], [ 120.1509235, 30.4490119 ], [ 120.1507834, 30.4489551 ], [ 120.1506641, 30.4489342 ], [ 120.1505515, 30.4489867 ], [ 120.1505156, 30.449032 ], [ 120.1505097, 30.4492815 ], [ 120.1506232, 30.4493269 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1516719, 30.4493987 ], [ 120.1517895, 30.4494692 ], [ 120.1518804, 30.449485 ], [ 120.1520389, 30.4495432 ], [ 120.1521665, 30.4495497 ], [ 120.1522583, 30.4495368 ], [ 120.1523609, 30.4494814 ], [ 120.1524385, 30.4494066 ], [ 120.1524018, 30.4491901 ], [ 120.152315, 30.4491872 ], [ 120.152169, 30.4491441 ], [ 120.1520731, 30.449083 ], [ 120.1518954, 30.4490535 ], [ 120.1517695, 30.449065 ], [ 120.1516335, 30.4492405 ], [ 120.1516719, 30.4493987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1532179, 30.4502565 ], [ 120.1532613, 30.4502565 ], [ 120.153288, 30.4501969 ], [ 120.1533021, 30.4501055 ], [ 120.1533013, 30.4500796 ], [ 120.1525806, 30.4498812 ], [ 120.1525464, 30.4498876 ], [ 120.1524896, 30.4500746 ], [ 120.1532179, 30.4502565 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1523887, 30.4503615 ], [ 120.1525389, 30.4504112 ], [ 120.1526974, 30.4504327 ], [ 120.1527783, 30.4502069 ], [ 120.1524546, 30.4501192 ], [ 120.1523845, 30.4503421 ], [ 120.1523887, 30.4503615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1335148, 30.4505785 ], [ 120.1336453, 30.450705 ], [ 120.1339985, 30.4509017 ], [ 120.134113, 30.4509599 ], [ 120.1341785, 30.451014 ], [ 120.1343451, 30.4510941 ], [ 120.1344352, 30.4511153 ], [ 120.1345608, 30.4511082 ], [ 120.1346728, 30.4510399 ], [ 120.1347711, 30.4509599 ], [ 120.1348066, 30.4507857 ], [ 120.1348203, 30.4507127 ], [ 120.1347656, 30.4506656 ], [ 120.1347462, 30.4507451 ], [ 120.1347012, 30.4509197 ], [ 120.1346337, 30.4510029 ], [ 120.1345501, 30.4510417 ], [ 120.1344086, 30.4510168 ], [ 120.1343346, 30.450953 ], [ 120.134251, 30.4508671 ], [ 120.1341449, 30.4508033 ], [ 120.1340227, 30.4507451 ], [ 120.1338844, 30.4507035 ], [ 120.1336078, 30.4505788 ], [ 120.1334953, 30.4505122 ], [ 120.1334442, 30.450464 ], [ 120.1334172, 30.4504909 ], [ 120.1333935, 30.4505144 ], [ 120.1335148, 30.4505785 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1328681, 30.4517075 ], [ 120.1329931, 30.4517778 ], [ 120.1330312, 30.4516981 ], [ 120.132754, 30.451567 ], [ 120.1325963, 30.4514618 ], [ 120.1325555, 30.4515175 ], [ 120.1325304, 30.4515517 ], [ 120.1328681, 30.4517075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1969218, 30.4499535 ], [ 120.1970669, 30.4500348 ], [ 120.1972698, 30.4501172 ], [ 120.1973701, 30.4501111 ], [ 120.1974527, 30.4500847 ], [ 120.1975247, 30.4499911 ], [ 120.1974586, 30.449927 ], [ 120.1971519, 30.4497409 ], [ 120.1970233, 30.4497124 ], [ 120.1968935, 30.4497307 ], [ 120.1968853, 30.4498568 ], [ 120.1969218, 30.4499535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1938193, 30.4503405 ], [ 120.1940529, 30.4504025 ], [ 120.1941744, 30.4503334 ], [ 120.1942853, 30.4503029 ], [ 120.1942676, 30.4501646 ], [ 120.1942298, 30.4500761 ], [ 120.1943171, 30.4499398 ], [ 120.1943101, 30.4498473 ], [ 120.1943431, 30.4496967 ], [ 120.1942711, 30.4496561 ], [ 120.1940989, 30.4496296 ], [ 120.1939845, 30.4497883 ], [ 120.1939904, 30.4498615 ], [ 120.1939149, 30.4500079 ], [ 120.1939774, 30.4500476 ], [ 120.1938747, 30.4501483 ], [ 120.1937957, 30.4502744 ], [ 120.1938193, 30.4503405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1944198, 30.4501259 ], [ 120.1944328, 30.4501757 ], [ 120.1946675, 30.450248 ], [ 120.1947312, 30.4503578 ], [ 120.1946958, 30.4504473 ], [ 120.1946923, 30.4505022 ], [ 120.1947371, 30.4505754 ], [ 120.1948775, 30.4506242 ], [ 120.1949754, 30.450611 ], [ 120.1950344, 30.4505653 ], [ 120.1950509, 30.4504727 ], [ 120.1951005, 30.4501869 ], [ 120.1950616, 30.4501544 ], [ 120.1950745, 30.4500456 ], [ 120.1949896, 30.4500069 ], [ 120.1947442, 30.4500069 ], [ 120.1947135, 30.4499245 ], [ 120.1946663, 30.4498595 ], [ 120.1946156, 30.4498605 ], [ 120.1943738, 30.450074 ], [ 120.1944198, 30.4501259 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1953449, 30.4505302 ], [ 120.1953641, 30.4505657 ], [ 120.1955509, 30.4506004 ], [ 120.1955921, 30.4505029 ], [ 120.1956017, 30.4503583 ], [ 120.1954848, 30.4503137 ], [ 120.1953919, 30.450175 ], [ 120.1954015, 30.4501361 ], [ 120.1954944, 30.4501221 ], [ 120.195596, 30.4500651 ], [ 120.1955864, 30.4500271 ], [ 120.1955049, 30.449956 ], [ 120.1953765, 30.4498916 ], [ 120.195251, 30.4499048 ], [ 120.1952021, 30.4499461 ], [ 120.1951619, 30.4500527 ], [ 120.1952223, 30.4501113 ], [ 120.1951906, 30.4501634 ], [ 120.1951293, 30.4502336 ], [ 120.1951054, 30.4502889 ], [ 120.1950948, 30.4504599 ], [ 120.1953449, 30.4505302 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.193371, 30.4504798 ], [ 120.1934677, 30.4505276 ], [ 120.1935244, 30.4505175 ], [ 120.193594, 30.4504829 ], [ 120.1936789, 30.450373 ], [ 120.1936954, 30.4503608 ], [ 120.1937863, 30.4501534 ], [ 120.1937721, 30.4500934 ], [ 120.1936541, 30.4500273 ], [ 120.1935645, 30.4499937 ], [ 120.193443, 30.4500679 ], [ 120.1933439, 30.4501778 ], [ 120.193345, 30.4502744 ], [ 120.1933427, 30.4503995 ], [ 120.193371, 30.4504798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1919924, 30.4504011 ], [ 120.1920355, 30.4504532 ], [ 120.1920671, 30.4504912 ], [ 120.1921122, 30.45053 ], [ 120.192185, 30.4505721 ], [ 120.1922444, 30.4505449 ], [ 120.1923067, 30.4504788 ], [ 120.192346, 30.4504119 ], [ 120.192345, 30.4503565 ], [ 120.1922645, 30.4503449 ], [ 120.1921745, 30.4503078 ], [ 120.1921332, 30.4502764 ], [ 120.1920451, 30.4502566 ], [ 120.1920001, 30.450278 ], [ 120.191979, 30.4503309 ], [ 120.1919924, 30.4504011 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1932155, 30.4513034 ], [ 120.1933545, 30.4513655 ], [ 120.1934797, 30.4514854 ], [ 120.1936744, 30.4513318 ], [ 120.1935923, 30.451202 ], [ 120.1935189, 30.4510396 ], [ 120.1933773, 30.4509873 ], [ 120.1932711, 30.4510069 ], [ 120.1931927, 30.4511018 ], [ 120.1932155, 30.4513034 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1937035, 30.4516631 ], [ 120.1937693, 30.4515999 ], [ 120.1939615, 30.4516293 ], [ 120.1940146, 30.4516271 ], [ 120.1940613, 30.4515083 ], [ 120.1940285, 30.4514004 ], [ 120.1939336, 30.4513165 ], [ 120.1938021, 30.4513067 ], [ 120.19372, 30.4513721 ], [ 120.1936846, 30.4514647 ], [ 120.1936201, 30.4515389 ], [ 120.1936163, 30.4516195 ], [ 120.1937035, 30.4516631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1947689, 30.452193 ], [ 120.1948069, 30.4522257 ], [ 120.1949055, 30.452253 ], [ 120.1951116, 30.4520437 ], [ 120.1951546, 30.452084 ], [ 120.1952456, 30.4520033 ], [ 120.195257, 30.451963 ], [ 120.1953771, 30.4518224 ], [ 120.1954011, 30.4517265 ], [ 120.1953973, 30.4516524 ], [ 120.1953316, 30.4516251 ], [ 120.1952545, 30.451624 ], [ 120.1951622, 30.4516949 ], [ 120.1951318, 30.4517396 ], [ 120.1949346, 30.4518388 ], [ 120.1948043, 30.4520306 ], [ 120.1947664, 30.452144 ], [ 120.1947689, 30.452193 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.18624, 30.4522779 ], [ 120.1865113, 30.4523613 ], [ 120.1866776, 30.4523613 ], [ 120.1867508, 30.4523023 ], [ 120.1868027, 30.4521772 ], [ 120.1868534, 30.4520542 ], [ 120.1868758, 30.4519332 ], [ 120.1867649, 30.4518691 ], [ 120.1866187, 30.4518467 ], [ 120.1864771, 30.4517226 ], [ 120.186378, 30.4517104 ], [ 120.1862895, 30.4517206 ], [ 120.1862459, 30.4518071 ], [ 120.1862872, 30.4519159 ], [ 120.1863461, 30.4520094 ], [ 120.1862624, 30.4520613 ], [ 120.1862211, 30.4521223 ], [ 120.1861975, 30.4521844 ], [ 120.18624, 30.4522779 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1794834, 30.4510122 ], [ 120.1794811, 30.4510539 ], [ 120.179533, 30.4511159 ], [ 120.1795483, 30.4511891 ], [ 120.1795212, 30.4512786 ], [ 120.1794339, 30.4513803 ], [ 120.1794634, 30.4514292 ], [ 120.1795082, 30.4514444 ], [ 120.1796734, 30.4513722 ], [ 120.1797288, 30.4513661 ], [ 120.1798031, 30.4513285 ], [ 120.1798751, 30.4512624 ], [ 120.1799058, 30.4511617 ], [ 120.1798857, 30.4510834 ], [ 120.1799199, 30.450942 ], [ 120.1798633, 30.4508871 ], [ 120.1797701, 30.4508393 ], [ 120.1796533, 30.4508088 ], [ 120.179592, 30.4508454 ], [ 120.1794764, 30.4508291 ], [ 120.1794009, 30.4508484 ], [ 120.179356, 30.4508983 ], [ 120.1794834, 30.4510122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1800541, 30.4513149 ], [ 120.1803827, 30.4514353 ], [ 120.1805101, 30.4512618 ], [ 120.1803293, 30.4510564 ], [ 120.1799884, 30.4509537 ], [ 120.1799514, 30.4510457 ], [ 120.1799514, 30.4511945 ], [ 120.1799267, 30.4513538 ], [ 120.1800541, 30.4513149 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1831878, 30.4510807 ], [ 120.1832114, 30.4511204 ], [ 120.1831784, 30.4513889 ], [ 120.1833506, 30.4514652 ], [ 120.1834709, 30.4513696 ], [ 120.1837163, 30.4510228 ], [ 120.1836833, 30.4510034 ], [ 120.1836219, 30.4510543 ], [ 120.1835571, 30.4510604 ], [ 120.1834002, 30.4510085 ], [ 120.1832208, 30.4509373 ], [ 120.1831677, 30.4510268 ], [ 120.1831878, 30.4510807 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1822922, 30.4525883 ], [ 120.1823249, 30.4526789 ], [ 120.1824152, 30.4527071 ], [ 120.1825241, 30.452481 ], [ 120.1825218, 30.4523555 ], [ 120.1824315, 30.4521649 ], [ 120.1823474, 30.4520797 ], [ 120.1823109, 30.4521562 ], [ 120.1822766, 30.4521998 ], [ 120.1822922, 30.4525883 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.155277, 30.4530405 ], [ 120.1552996, 30.4531016 ], [ 120.1553725, 30.4531928 ], [ 120.1554311, 30.4532291 ], [ 120.1555019, 30.4532335 ], [ 120.1555923, 30.4531866 ], [ 120.1556395, 30.4530803 ], [ 120.1556827, 30.4527262 ], [ 120.1557166, 30.4526447 ], [ 120.1557864, 30.452465 ], [ 120.1557792, 30.4523322 ], [ 120.1557166, 30.4522906 ], [ 120.15562, 30.4522871 ], [ 120.1554916, 30.4523118 ], [ 120.1554311, 30.4524013 ], [ 120.1553684, 30.4525695 ], [ 120.1552708, 30.4529927 ], [ 120.155277, 30.4530405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.182387, 30.4529613 ], [ 120.1824023, 30.4530009 ], [ 120.182502, 30.4530579 ], [ 120.1825078, 30.453091 ], [ 120.1826189, 30.4531463 ], [ 120.1827272, 30.453186 ], [ 120.1827377, 30.4532553 ], [ 120.1827722, 30.453328 ], [ 120.1828451, 30.4532595 ], [ 120.1829754, 30.4532611 ], [ 120.1830147, 30.4532471 ], [ 120.1830769, 30.4531579 ], [ 120.1831431, 30.4529795 ], [ 120.1831613, 30.4529266 ], [ 120.1831804, 30.4528407 ], [ 120.1830329, 30.4527688 ], [ 120.1829706, 30.4526788 ], [ 120.1829255, 30.4527102 ], [ 120.1828757, 30.4526812 ], [ 120.1828709, 30.4526259 ], [ 120.1829514, 30.4525689 ], [ 120.1830223, 30.4524706 ], [ 120.1827809, 30.4523814 ], [ 120.1826726, 30.4523657 ], [ 120.1825854, 30.4524276 ], [ 120.1825681, 30.4525276 ], [ 120.1825078, 30.4526218 ], [ 120.1823295, 30.4529423 ], [ 120.182387, 30.4529613 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1668316, 30.4525653 ], [ 120.1670825, 30.4525161 ], [ 120.1672934, 30.4525259 ], [ 120.1681885, 30.4529142 ], [ 120.1683923, 30.4529613 ], [ 120.1685077, 30.4529879 ], [ 120.1688498, 30.4530567 ], [ 120.1690892, 30.4531353 ], [ 120.1692261, 30.4532091 ], [ 120.169266, 30.4533467 ], [ 120.1692432, 30.4534253 ], [ 120.1692432, 30.4535138 ], [ 120.1693515, 30.4536317 ], [ 120.169323, 30.4537153 ], [ 120.1692318, 30.453848 ], [ 120.1691234, 30.4539806 ], [ 120.1689524, 30.454133 ], [ 120.1688555, 30.454192 ], [ 120.1687814, 30.4541723 ], [ 120.1685647, 30.4539954 ], [ 120.1685305, 30.4540494 ], [ 120.1685704, 30.4541035 ], [ 120.1688384, 30.4542608 ], [ 120.16877, 30.4543689 ], [ 120.1686902, 30.4544574 ], [ 120.168559, 30.4544819 ], [ 120.1684165, 30.4546097 ], [ 120.1682911, 30.4547571 ], [ 120.1683082, 30.4548063 ], [ 120.1684963, 30.4546736 ], [ 120.1686161, 30.4546294 ], [ 120.1687871, 30.4544721 ], [ 120.1689296, 30.4542559 ], [ 120.1693059, 30.4538873 ], [ 120.1694655, 30.4538037 ], [ 120.1696194, 30.4536465 ], [ 120.1696536, 30.4534941 ], [ 120.1696822, 30.4533614 ], [ 120.169819, 30.4531796 ], [ 120.1698475, 30.4530223 ], [ 120.1699501, 30.4528552 ], [ 120.1701211, 30.4526832 ], [ 120.1702979, 30.4526193 ], [ 120.1706114, 30.4526537 ], [ 120.1711473, 30.4527569 ], [ 120.1713811, 30.4527815 ], [ 120.1720253, 30.4529093 ], [ 120.1721735, 30.4529879 ], [ 120.1721564, 30.453155 ], [ 120.1720994, 30.4532975 ], [ 120.1720196, 30.4533909 ], [ 120.1719341, 30.453499 ], [ 120.1719284, 30.4535924 ], [ 120.1718486, 30.4537841 ], [ 120.1716718, 30.4542706 ], [ 120.1715863, 30.4543886 ], [ 120.171535, 30.4545016 ], [ 120.1715749, 30.4545802 ], [ 120.1717916, 30.4547031 ], [ 120.1719626, 30.4547424 ], [ 120.1721849, 30.4547866 ], [ 120.1726686, 30.4549536 ], [ 120.172709, 30.4548667 ], [ 120.1724814, 30.4547768 ], [ 120.1722875, 30.4546785 ], [ 120.1720994, 30.4546146 ], [ 120.1718828, 30.4545409 ], [ 120.1718258, 30.4543935 ], [ 120.1718486, 30.4542264 ], [ 120.1719512, 30.4540691 ], [ 120.1720595, 30.4540052 ], [ 120.1720481, 30.4539069 ], [ 120.1720538, 30.4537791 ], [ 120.1721621, 30.4536121 ], [ 120.1722647, 30.4535433 ], [ 120.1722704, 30.4534106 ], [ 120.1722932, 30.453273 ], [ 120.172413, 30.453096 ], [ 120.1725441, 30.4530469 ], [ 120.1726866, 30.4529584 ], [ 120.1727322, 30.4528503 ], [ 120.1727265, 30.4522163 ], [ 120.1727835, 30.4519116 ], [ 120.1728634, 30.4516266 ], [ 120.172966, 30.4515922 ], [ 120.1732225, 30.4516167 ], [ 120.1734164, 30.4516364 ], [ 120.1735646, 30.4516118 ], [ 120.1737185, 30.4517003 ], [ 120.1738268, 30.4517642 ], [ 120.1739352, 30.4516708 ], [ 120.1739295, 30.4515922 ], [ 120.1738382, 30.4515823 ], [ 120.1738097, 30.4515037 ], [ 120.1737812, 30.4510565 ], [ 120.1737356, 30.4510417 ], [ 120.1737185, 30.4507517 ], [ 120.173633, 30.4507419 ], [ 120.1736387, 30.4508206 ], [ 120.1736843, 30.4510909 ], [ 120.1736729, 30.4514447 ], [ 120.1736444, 30.4515086 ], [ 120.1734563, 30.451484 ], [ 120.1733707, 30.4515381 ], [ 120.1731142, 30.4515283 ], [ 120.1728234, 30.4515184 ], [ 120.1726524, 30.4521819 ], [ 120.172641, 30.4527127 ], [ 120.1726239, 30.4528257 ], [ 120.1725384, 30.452865 ], [ 120.1723389, 30.4528405 ], [ 120.1718543, 30.452693 ], [ 120.1710789, 30.4525358 ], [ 120.1708053, 30.4524964 ], [ 120.1707197, 30.4524522 ], [ 120.1705202, 30.4524227 ], [ 120.1704062, 30.4522458 ], [ 120.1703663, 30.4519804 ], [ 120.1702808, 30.4519263 ], [ 120.1701895, 30.4519509 ], [ 120.170201, 30.4520541 ], [ 120.1701953, 30.4521917 ], [ 120.1700527, 30.452467 ], [ 120.1698247, 30.4527962 ], [ 120.1696365, 30.4530371 ], [ 120.1694256, 30.4530665 ], [ 120.1692261, 30.4530371 ], [ 120.1690949, 30.4529191 ], [ 120.1689581, 30.452865 ], [ 120.16877, 30.452865 ], [ 120.168502, 30.4528454 ], [ 120.1683253, 30.4528159 ], [ 120.1681986, 30.4527464 ], [ 120.1680745, 30.4526783 ], [ 120.1680003, 30.4525751 ], [ 120.1678863, 30.4525653 ], [ 120.1671794, 30.4523883 ], [ 120.1669228, 30.4523293 ], [ 120.1668145, 30.4523932 ], [ 120.1667917, 30.452521 ], [ 120.1668316, 30.4525653 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1569602, 30.4532815 ], [ 120.1570062, 30.4533166 ], [ 120.1570543, 30.4533289 ], [ 120.1572048, 30.4533125 ], [ 120.1572427, 30.4532594 ], [ 120.1572657, 30.4531414 ], [ 120.1572698, 30.4530812 ], [ 120.1572251, 30.4530479 ], [ 120.1570828, 30.4530245 ], [ 120.1570178, 30.4530508 ], [ 120.1569669, 30.4531636 ], [ 120.156952, 30.4532109 ], [ 120.1569602, 30.4532815 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1559858, 30.4534179 ], [ 120.156025, 30.4534539 ], [ 120.1561692, 30.4534343 ], [ 120.1562564, 30.4533373 ], [ 120.1562969, 30.4532577 ], [ 120.1562412, 30.4531596 ], [ 120.1561806, 30.453128 ], [ 120.1560743, 30.45314 ], [ 120.1560238, 30.453176 ], [ 120.1559656, 30.453273 ], [ 120.1559858, 30.4534179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1566498, 30.453531 ], [ 120.1566952, 30.4535602 ], [ 120.1569032, 30.4535438 ], [ 120.1569825, 30.4534615 ], [ 120.1570062, 30.4533738 ], [ 120.1569737, 30.4533178 ], [ 120.1568924, 30.453271 ], [ 120.156761, 30.4532325 ], [ 120.1566085, 30.4533382 ], [ 120.156601, 30.4534615 ], [ 120.1566498, 30.453531 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.195391, 30.452229 ], [ 120.1953531, 30.4523107 ], [ 120.19574, 30.4524568 ], [ 120.1958791, 30.4522508 ], [ 120.1959271, 30.4520012 ], [ 120.1958386, 30.4518442 ], [ 120.1957299, 30.4517995 ], [ 120.1955908, 30.4518006 ], [ 120.1954922, 30.4519172 ], [ 120.1954454, 30.4520557 ], [ 120.1953506, 30.4521963 ], [ 120.195391, 30.452229 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1868667, 30.4523717 ], [ 120.1869983, 30.4522958 ], [ 120.1871508, 30.4523126 ], [ 120.187224, 30.4521496 ], [ 120.1870248, 30.4520704 ], [ 120.1869158, 30.4520623 ], [ 120.1868333, 30.4521892 ], [ 120.1868053, 30.4522979 ], [ 120.1868667, 30.4523717 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1857605, 30.4527236 ], [ 120.1858796, 30.4525083 ], [ 120.1859973, 30.4524056 ], [ 120.1860467, 30.4523192 ], [ 120.1860786, 30.4520989 ], [ 120.1861716, 30.4520663 ], [ 120.1862253, 30.4520438 ], [ 120.1862587, 30.4519712 ], [ 120.1862209, 30.4519136 ], [ 120.1859464, 30.4518923 ], [ 120.1858157, 30.4522166 ], [ 120.18564, 30.4526773 ], [ 120.1857605, 30.4527236 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1872559, 30.4526447 ], [ 120.1873345, 30.4527031 ], [ 120.1873952, 30.4527145 ], [ 120.1874521, 30.4526568 ], [ 120.1875836, 30.4526548 ], [ 120.1876334, 30.4526682 ], [ 120.1878023, 30.4525233 ], [ 120.1878755, 30.4525126 ], [ 120.1878809, 30.4524777 ], [ 120.187747, 30.4524414 ], [ 120.1876062, 30.4523274 ], [ 120.1875781, 30.4521925 ], [ 120.1874871, 30.4521563 ], [ 120.1873711, 30.4522462 ], [ 120.1873026, 30.4523468 ], [ 120.1873143, 30.4523985 ], [ 120.1872333, 30.4525709 ], [ 120.1872559, 30.4526447 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1864641, 30.4530356 ], [ 120.1866942, 30.4531271 ], [ 120.1867402, 30.4530996 ], [ 120.1868723, 30.452884 ], [ 120.1869454, 30.4527234 ], [ 120.1869502, 30.4525606 ], [ 120.1868617, 30.45252 ], [ 120.1868794, 30.4524661 ], [ 120.1868133, 30.4524437 ], [ 120.1867473, 30.4524895 ], [ 120.1867189, 30.4525464 ], [ 120.1866328, 30.4526217 ], [ 120.1865573, 30.4526003 ], [ 120.1865644, 30.4526776 ], [ 120.1864559, 30.4528596 ], [ 120.1864287, 30.4529369 ], [ 120.1864641, 30.4530356 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1901121, 30.4531206 ], [ 120.190173, 30.4532457 ], [ 120.1902606, 30.4532795 ], [ 120.1903915, 30.453286 ], [ 120.1904558, 30.4533032 ], [ 120.1905167, 30.4531393 ], [ 120.1901288, 30.4529933 ], [ 120.1900987, 30.45304 ], [ 120.1901121, 30.4531206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1888932, 30.4534786 ], [ 120.1889459, 30.453491 ], [ 120.1891327, 30.4534464 ], [ 120.1892621, 30.453263 ], [ 120.1892381, 30.4532498 ], [ 120.189241, 30.4531168 ], [ 120.1891969, 30.4530887 ], [ 120.1892027, 30.453007 ], [ 120.1889765, 30.4528954 ], [ 120.1889363, 30.4529235 ], [ 120.1888874, 30.453097 ], [ 120.1889286, 30.4531358 ], [ 120.1889267, 30.453244 ], [ 120.1888644, 30.4534167 ], [ 120.1888932, 30.4534786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1879445, 30.4535811 ], [ 120.1880547, 30.4535488 ], [ 120.1881275, 30.4534951 ], [ 120.1882167, 30.4532845 ], [ 120.1883182, 30.453092 ], [ 120.1882933, 30.4530813 ], [ 120.188323, 30.4529409 ], [ 120.1882396, 30.4528863 ], [ 120.1880882, 30.4528764 ], [ 120.188001, 30.4530524 ], [ 120.1879426, 30.4530689 ], [ 120.187841, 30.4532936 ], [ 120.1878861, 30.4533374 ], [ 120.1878324, 30.4535348 ], [ 120.1879445, 30.4535811 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1953081, 30.4534548 ], [ 120.1953546, 30.4534861 ], [ 120.1954795, 30.4534936 ], [ 120.1956596, 30.4533759 ], [ 120.1956696, 30.4533577 ], [ 120.1957352, 30.4532382 ], [ 120.1957468, 30.4530954 ], [ 120.1956553, 30.4529928 ], [ 120.1955638, 30.4529903 ], [ 120.195282, 30.4533972 ], [ 120.1953081, 30.4534548 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1890446, 30.4539346 ], [ 120.1892947, 30.4539462 ], [ 120.1893617, 30.4539139 ], [ 120.1893991, 30.4538528 ], [ 120.1895141, 30.4536116 ], [ 120.1895879, 30.4533795 ], [ 120.1896291, 30.4533266 ], [ 120.1896128, 30.453287 ], [ 120.1896971, 30.4531631 ], [ 120.1897709, 30.4529384 ], [ 120.1897134, 30.4528764 ], [ 120.1896013, 30.4528401 ], [ 120.1894806, 30.4530342 ], [ 120.1894087, 30.453059 ], [ 120.1893627, 30.453154 ], [ 120.1891902, 30.4534332 ], [ 120.189127, 30.4534761 ], [ 120.1891231, 30.4535348 ], [ 120.1889995, 30.453781 ], [ 120.1890446, 30.4539346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.196124, 30.4538614 ], [ 120.19609, 30.4539446 ], [ 120.196124, 30.4540032 ], [ 120.1962832, 30.454108 ], [ 120.1964047, 30.4541727 ], [ 120.196487, 30.4540741 ], [ 120.1966712, 30.4540617 ], [ 120.196934, 30.4541619 ], [ 120.1970234, 30.4541789 ], [ 120.197154, 30.4541404 ], [ 120.1971397, 30.4540525 ], [ 120.1972023, 30.4539091 ], [ 120.1972291, 30.4537951 ], [ 120.1971933, 30.453624 ], [ 120.1969001, 30.4535654 ], [ 120.1965836, 30.4533974 ], [ 120.1964942, 30.4532571 ], [ 120.1964012, 30.4532633 ], [ 120.1962814, 30.4533804 ], [ 120.1961413, 30.4536211 ], [ 120.1960364, 30.4538012 ], [ 120.196124, 30.4538614 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1887897, 30.4539412 ], [ 120.1889411, 30.4537851 ], [ 120.188967, 30.4537661 ], [ 120.1890417, 30.4536323 ], [ 120.1889593, 30.4535943 ], [ 120.1890101, 30.4535488 ], [ 120.1888874, 30.4535092 ], [ 120.1888338, 30.4535654 ], [ 120.1888192, 30.4536286 ], [ 120.1887945, 30.4537355 ], [ 120.1887571, 30.4538247 ], [ 120.1887264, 30.4539115 ], [ 120.1887897, 30.4539412 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1868423, 30.4543723 ], [ 120.1869483, 30.4544049 ], [ 120.1872127, 30.4544412 ], [ 120.187461, 30.4544475 ], [ 120.1876295, 30.4541069 ], [ 120.187628, 30.4540468 ], [ 120.187554, 30.4540118 ], [ 120.1874305, 30.454023 ], [ 120.187339, 30.4540881 ], [ 120.1870297, 30.4540543 ], [ 120.1869265, 30.4541244 ], [ 120.1868568, 30.4540906 ], [ 120.1867551, 30.4543122 ], [ 120.1868423, 30.4543723 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.187798, 30.4548143 ], [ 120.1878619, 30.4548343 ], [ 120.1879345, 30.4548218 ], [ 120.1880333, 30.4547567 ], [ 120.1880609, 30.4547004 ], [ 120.1881611, 30.4545101 ], [ 120.1882381, 30.454336 ], [ 120.1881742, 30.4542935 ], [ 120.1881785, 30.4542471 ], [ 120.1882744, 30.4540643 ], [ 120.1883397, 30.453988 ], [ 120.1883848, 30.4539204 ], [ 120.1883368, 30.4538803 ], [ 120.1882308, 30.453839 ], [ 120.1881843, 30.4539053 ], [ 120.1881204, 30.4538953 ], [ 120.1880376, 30.4541482 ], [ 120.1879766, 30.4541457 ], [ 120.1879026, 30.4544162 ], [ 120.1878604, 30.4544262 ], [ 120.1878067, 30.4545188 ], [ 120.1878256, 30.4545664 ], [ 120.1877588, 30.4547567 ], [ 120.187798, 30.4548143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1905294, 30.4549017 ], [ 120.1906556, 30.4549434 ], [ 120.1907311, 30.4549292 ], [ 120.1907453, 30.4548376 ], [ 120.1908173, 30.454798 ], [ 120.1907878, 30.4545844 ], [ 120.1906615, 30.4545549 ], [ 120.1906096, 30.4546027 ], [ 120.1905554, 30.4547014 ], [ 120.1905034, 30.454739 ], [ 120.1904928, 30.454799 ], [ 120.1905294, 30.4549017 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.19415, 30.4549852 ], [ 120.1941741, 30.4549772 ], [ 120.1942216, 30.4550389 ], [ 120.1942823, 30.4550583 ], [ 120.1943391, 30.4550959 ], [ 120.1943804, 30.455104 ], [ 120.1943881, 30.4550664 ], [ 120.1944403, 30.4550047 ], [ 120.1945111, 30.4550134 ], [ 120.1946465, 30.4550691 ], [ 120.1947228, 30.4550382 ], [ 120.1947524, 30.4549879 ], [ 120.1948637, 30.4549436 ], [ 120.1949205, 30.4548282 ], [ 120.1950147, 30.4547832 ], [ 120.1950816, 30.4547463 ], [ 120.1951282, 30.4547301 ], [ 120.1950448, 30.4546658 ], [ 120.1950038, 30.4547094 ], [ 120.1946668, 30.4549295 ], [ 120.1945205, 30.4548718 ], [ 120.1944333, 30.4548758 ], [ 120.1942706, 30.4549436 ], [ 120.1941788, 30.4549141 ], [ 120.1941266, 30.4549449 ], [ 120.19415, 30.4549852 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1894558, 30.4551376 ], [ 120.1896257, 30.4551793 ], [ 120.1898062, 30.455222 ], [ 120.1899891, 30.455161 ], [ 120.1899513, 30.4550502 ], [ 120.1898015, 30.4549302 ], [ 120.1896021, 30.4548376 ], [ 120.1893544, 30.4547512 ], [ 120.1892517, 30.4547736 ], [ 120.1891892, 30.4548661 ], [ 120.1891821, 30.4549709 ], [ 120.1894558, 30.4551376 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1949968, 30.4552811 ], [ 120.1950194, 30.4552381 ], [ 120.1950093, 30.4551912 ], [ 120.1950451, 30.4551315 ], [ 120.1951797, 30.4550355 ], [ 120.1952544, 30.4549241 ], [ 120.1953245, 30.4547804 ], [ 120.195195, 30.4547878 ], [ 120.1951517, 30.4548443 ], [ 120.195031, 30.4549631 ], [ 120.1950015, 30.4551013 ], [ 120.1949384, 30.4552247 ], [ 120.1949968, 30.4552811 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.187545, 30.4552372 ], [ 120.1876561, 30.4550153 ], [ 120.1875185, 30.4549645 ], [ 120.1874121, 30.4551923 ], [ 120.187545, 30.4552372 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1951844, 30.4553314 ], [ 120.1953455, 30.4554186 ], [ 120.1954801, 30.4553884 ], [ 120.1954708, 30.4553052 ], [ 120.1956265, 30.4552321 ], [ 120.1956817, 30.4551462 ], [ 120.1956669, 30.4550718 ], [ 120.1955743, 30.4550134 ], [ 120.1952918, 30.4549798 ], [ 120.1952171, 30.4550684 ], [ 120.1952163, 30.4551234 ], [ 120.1951494, 30.4551147 ], [ 120.1950902, 30.4551838 ], [ 120.1950614, 30.4552643 ], [ 120.1951844, 30.4553314 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3231548, 30.419435 ], [ 120.3238288, 30.4192048 ], [ 120.3218701, 30.4154956 ], [ 120.32043787903774, 30.412804713235747 ], [ 120.319152747139427, 30.411914597024495 ], [ 120.3231548, 30.419435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3306274, 30.4418059 ], [ 120.3306731, 30.4417988 ], [ 120.3306897, 30.441763 ], [ 120.3307436, 30.441509 ], [ 120.3307021, 30.4414804 ], [ 120.3306523, 30.4414911 ], [ 120.330615, 30.4415448 ], [ 120.3305818, 30.4416914 ], [ 120.3305652, 30.4417916 ], [ 120.3306274, 30.4418059 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3303328, 30.4422102 ], [ 120.3304822, 30.442246 ], [ 120.3305444, 30.4422496 ], [ 120.3305693, 30.4422245 ], [ 120.330615, 30.4420063 ], [ 120.330615, 30.4419168 ], [ 120.3305942, 30.4418846 ], [ 120.330532, 30.4418668 ], [ 120.3304573, 30.4418417 ], [ 120.3303867, 30.4418703 ], [ 120.3303535, 30.4419204 ], [ 120.3303286, 30.4421387 ], [ 120.3303328, 30.4422102 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3252331, 30.4549626 ], [ 120.3252521, 30.4550323 ], [ 120.3252902, 30.4550816 ], [ 120.3253568, 30.4551062 ], [ 120.3254568, 30.4551062 ], [ 120.3255329, 30.4550569 ], [ 120.3256709, 30.4550651 ], [ 120.3257804, 30.4551103 ], [ 120.3258613, 30.4551472 ], [ 120.3258708, 30.4551923 ], [ 120.3258803, 30.4552621 ], [ 120.3259089, 30.4553195 ], [ 120.3259612, 30.4553769 ], [ 120.3260136, 30.4553974 ], [ 120.3260755, 30.4553974 ], [ 120.3261802, 30.4553564 ], [ 120.3262277, 30.4553318 ], [ 120.3262658, 30.4552785 ], [ 120.3262991, 30.45518 ], [ 120.3263039, 30.4551226 ], [ 120.3262944, 30.455061 ], [ 120.3261849, 30.454979 ], [ 120.3261135, 30.4549667 ], [ 120.3260564, 30.4549667 ], [ 120.325985, 30.4549954 ], [ 120.3259136, 30.4550857 ], [ 120.3257376, 30.4550077 ], [ 120.3256471, 30.454979 ], [ 120.3255424, 30.4549544 ], [ 120.3254901, 30.4548518 ], [ 120.3254377, 30.4548313 ], [ 120.3253664, 30.4548149 ], [ 120.3252807, 30.4548354 ], [ 120.3252331, 30.4548969 ], [ 120.3252331, 30.4549626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3281378, 30.4556178 ], [ 120.3281589, 30.455596 ], [ 120.3281631, 30.4555669 ], [ 120.3281673, 30.4554433 ], [ 120.3281547, 30.4554178 ], [ 120.3281251, 30.4554069 ], [ 120.327969, 30.4553996 ], [ 120.327931, 30.4554105 ], [ 120.3279142, 30.4556069 ], [ 120.3281378, 30.4556178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.327872, 30.4557415 ], [ 120.3279479, 30.455756 ], [ 120.3279817, 30.4556506 ], [ 120.3279184, 30.4556469 ], [ 120.3278762, 30.4556687 ], [ 120.3278593, 30.4557088 ], [ 120.327872, 30.4557415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3271969, 30.455847 ], [ 120.3273699, 30.4558542 ], [ 120.3273826, 30.455676 ], [ 120.3271927, 30.4556724 ], [ 120.3271969, 30.455847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3269649, 30.4558615 ], [ 120.3269775, 30.4559306 ], [ 120.3270282, 30.4559597 ], [ 120.3270999, 30.4559306 ], [ 120.3271168, 30.4558797 ], [ 120.3271252, 30.4558069 ], [ 120.3271125, 30.455716 ], [ 120.3270872, 30.4556651 ], [ 120.3270408, 30.4556578 ], [ 120.326986, 30.4556724 ], [ 120.3269607, 30.4557197 ], [ 120.3269649, 30.4558615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3274838, 30.4559706 ], [ 120.3275893, 30.4559779 ], [ 120.3276357, 30.4558942 ], [ 120.3277159, 30.4558724 ], [ 120.3277285, 30.4558324 ], [ 120.3277412, 30.4557633 ], [ 120.3277243, 30.4557088 ], [ 120.3276652, 30.4556906 ], [ 120.3275387, 30.4556869 ], [ 120.3274838, 30.4557088 ], [ 120.3274838, 30.4559706 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2845485, 30.4079453 ], [ 120.2846052, 30.4079078 ], [ 120.2846618, 30.4079303 ], [ 120.2847098, 30.4079115 ], [ 120.2846967, 30.4078777 ], [ 120.2847403, 30.40781 ], [ 120.285847, 30.4075996 ], [ 120.2863699, 30.4075169 ], [ 120.2874287, 30.4074681 ], [ 120.2887402, 30.4073553 ], [ 120.2895115, 30.4073553 ], [ 120.2900213, 30.4073704 ], [ 120.2901999, 30.4073441 ], [ 120.2905311, 30.4072276 ], [ 120.2906705, 30.4072276 ], [ 120.2910496, 30.4072201 ], [ 120.2915202, 30.4072351 ], [ 120.2920256, 30.4071975 ], [ 120.293094, 30.4070705 ], [ 120.2932805, 30.4068714 ], [ 120.2930496, 30.4068856 ], [ 120.2928448, 30.4069157 ], [ 120.2926836, 30.406972 ], [ 120.292518, 30.4069871 ], [ 120.2921694, 30.4069795 ], [ 120.2919297, 30.4070021 ], [ 120.291677, 30.4070697 ], [ 120.2913459, 30.4070547 ], [ 120.2911977, 30.4070059 ], [ 120.2909929, 30.406972 ], [ 120.2908971, 30.406972 ], [ 120.2908056, 30.4070322 ], [ 120.2906923, 30.407096 ], [ 120.2904831, 30.4071036 ], [ 120.2902043, 30.4071111 ], [ 120.2899603, 30.4071562 ], [ 120.2897555, 30.4071336 ], [ 120.2895638, 30.4071036 ], [ 120.2893808, 30.4071111 ], [ 120.2888666, 30.4071674 ], [ 120.288213, 30.4072163 ], [ 120.2876117, 30.4072614 ], [ 120.2874126, 30.4072805 ], [ 120.2871485, 30.4073071 ], [ 120.2863045, 30.4073857 ], [ 120.2854156, 30.4074906 ], [ 120.2851542, 30.4075169 ], [ 120.2849538, 30.4075771 ], [ 120.28481, 30.4076597 ], [ 120.2846488, 30.4077424 ], [ 120.2845268, 30.4077725 ], [ 120.284505, 30.4079002 ], [ 120.2845485, 30.4079453 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3032311, 30.4152631 ], [ 120.3033188, 30.4150067 ], [ 120.3034445, 30.4146522 ], [ 120.3036427, 30.4140282 ], [ 120.3037061, 30.4136332 ], [ 120.3038378, 30.4132185 ], [ 120.304048, 30.4125921 ], [ 120.3041993, 30.4122781 ], [ 120.3044199, 30.4119563 ], [ 120.3047847, 30.411471 ], [ 120.3047123, 30.4114303 ], [ 120.3046419, 30.4114424 ], [ 120.3044072, 30.4117307 ], [ 120.3041801, 30.4120516 ], [ 120.3041205, 30.4122094 ], [ 120.3040674, 30.4123566 ], [ 120.3039536, 30.4125528 ], [ 120.3038322, 30.4128375 ], [ 120.3036994, 30.4131515 ], [ 120.3036539, 30.4133249 ], [ 120.3035818, 30.4136226 ], [ 120.3035173, 30.4139268 ], [ 120.3034377, 30.4142572 ], [ 120.3033656, 30.4144927 ], [ 120.3033201, 30.4146268 ], [ 120.3032442, 30.4148362 ], [ 120.303138, 30.4151306 ], [ 120.3031001, 30.4153007 ], [ 120.3032311, 30.4152631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2705952, 30.4071198 ], [ 120.2714457, 30.4074016 ], [ 120.2720911, 30.4075624 ], [ 120.2730536, 30.4078407 ], [ 120.2734342, 30.4079673 ], [ 120.2739919, 30.4081802 ], [ 120.2746252, 30.4083343 ], [ 120.2754792, 30.4085096 ], [ 120.2756491, 30.4085823 ], [ 120.2761444, 30.4088216 ], [ 120.2772933, 30.4092099 ], [ 120.2796113, 30.4100341 ], [ 120.2804697, 30.4103234 ], [ 120.2810463, 30.410599 ], [ 120.2815154, 30.4109623 ], [ 120.2820122, 30.4114558 ], [ 120.2824435, 30.4119192 ], [ 120.2831305, 30.4125117 ], [ 120.2835851, 30.4129426 ], [ 120.2837609, 30.4130816 ], [ 120.2855938, 30.4143279 ], [ 120.2859526, 30.4145271 ], [ 120.2864217, 30.4147989 ], [ 120.2870245, 30.4151821 ], [ 120.2881516, 30.4159399 ], [ 120.289543, 30.416833 ], [ 120.2906061, 30.4175143 ], [ 120.2914787, 30.4180279 ], [ 120.2927136, 30.41866 ], [ 120.2931348, 30.4189306 ], [ 120.2952205, 30.4202031 ], [ 120.2964274, 30.4209608 ], [ 120.2970011, 30.4212652 ], [ 120.2976751, 30.4215345 ], [ 120.2989993, 30.4219345 ], [ 120.2990239, 30.4218024 ], [ 120.2982977, 30.4216283 ], [ 120.2977705, 30.4214642 ], [ 120.2969368, 30.421086 ], [ 120.2964343, 30.4208067 ], [ 120.295419, 30.4201266 ], [ 120.2933277, 30.4188656 ], [ 120.290671, 30.4173212 ], [ 120.2899829, 30.4168939 ], [ 120.2869833, 30.4149607 ], [ 120.2850807, 30.4137255 ], [ 120.2844388, 30.4132521 ], [ 120.2843744, 30.4132675 ], [ 120.2837879, 30.4128065 ], [ 120.2834338, 30.4124996 ], [ 120.2829796, 30.4121002 ], [ 120.2827722, 30.411892 ], [ 120.2827722, 30.4118149 ], [ 120.2820891, 30.4111672 ], [ 120.2817333, 30.4108387 ], [ 120.281322, 30.4105211 ], [ 120.2808285, 30.4102173 ], [ 120.2800989, 30.4098919 ], [ 120.2792943, 30.4096158 ], [ 120.2765101, 30.4086674 ], [ 120.2756983, 30.4084145 ], [ 120.2752334, 30.4082803 ], [ 120.274393, 30.4080999 ], [ 120.274055, 30.4079549 ], [ 120.2733809, 30.4077128 ], [ 120.2727517, 30.4075145 ], [ 120.2718268, 30.4072876 ], [ 120.2716192, 30.4072246 ], [ 120.2705339, 30.4068217 ], [ 120.2704135, 30.4070516 ], [ 120.2705952, 30.4071198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3047981, 30.4193936 ], [ 120.3054658, 30.4196455 ], [ 120.3056592, 30.4197567 ], [ 120.3061372, 30.4201198 ], [ 120.3065772, 30.4205712 ], [ 120.3071917, 30.4212254 ], [ 120.3072372, 30.4214348 ], [ 120.3072903, 30.4215885 ], [ 120.3073548, 30.421739 ], [ 120.3074496, 30.421945 ], [ 120.3076241, 30.4223147 ], [ 120.3076393, 30.4224292 ], [ 120.3076659, 30.4225371 ], [ 120.3077645, 30.4227955 ], [ 120.307901, 30.4230866 ], [ 120.3082349, 30.4237637 ], [ 120.308599, 30.4246305 ], [ 120.3089745, 30.4254842 ], [ 120.3090504, 30.4257688 ], [ 120.3091339, 30.425952 ], [ 120.3093349, 30.4262398 ], [ 120.3097332, 30.427051 ], [ 120.3098242, 30.4272014 ], [ 120.3098318, 30.4272996 ], [ 120.3097635, 30.4273781 ], [ 120.3094146, 30.4275547 ], [ 120.3093235, 30.4275285 ], [ 120.3092097, 30.4274369 ], [ 120.3091073, 30.4273094 ], [ 120.3089632, 30.4271197 ], [ 120.3087621, 30.4269757 ], [ 120.308269, 30.4266781 ], [ 120.308269, 30.4268253 ], [ 120.3085725, 30.427051 ], [ 120.3087697, 30.4272145 ], [ 120.3090581, 30.4275176 ], [ 120.3091921, 30.4276371 ], [ 120.3092708, 30.427668 ], [ 120.3093682, 30.4276851 ], [ 120.3094828, 30.4276692 ], [ 120.3097218, 30.4275122 ], [ 120.3097997, 30.4274997 ], [ 120.3098666, 30.427528 ], [ 120.3101049, 30.427836 ], [ 120.3102036, 30.4279701 ], [ 120.3105032, 30.4281794 ], [ 120.3109167, 30.4284476 ], [ 120.3118347, 30.4290167 ], [ 120.3127261, 30.429527 ], [ 120.3130827, 30.42972 ], [ 120.3139362, 30.4302008 ], [ 120.3143079, 30.4303839 ], [ 120.3146265, 30.4305148 ], [ 120.3150514, 30.4307372 ], [ 120.3158859, 30.4311885 ], [ 120.3160832, 30.4312605 ], [ 120.3165915, 30.4315679 ], [ 120.3166028, 30.4313324 ], [ 120.3161438, 30.4310217 ], [ 120.3158138, 30.4308647 ], [ 120.3152183, 30.4305573 ], [ 120.3145469, 30.4302531 ], [ 120.3143686, 30.4301975 ], [ 120.3141789, 30.4300994 ], [ 120.3139551, 30.4299489 ], [ 120.3130106, 30.4294289 ], [ 120.3119181, 30.4287616 ], [ 120.3105944, 30.4280098 ], [ 120.3103739, 30.4278536 ], [ 120.3102829, 30.4277799 ], [ 120.3102156, 30.4277099 ], [ 120.3101201, 30.4275809 ], [ 120.3098925, 30.4271982 ], [ 120.3098925, 30.4271328 ], [ 120.3099191, 30.4270837 ], [ 120.3099987, 30.4270968 ], [ 120.3100367, 30.4270019 ], [ 120.309938, 30.4269725 ], [ 120.309828, 30.4268678 ], [ 120.3097484, 30.4266225 ], [ 120.3095777, 30.4262692 ], [ 120.3087583, 30.424516 ], [ 120.3084283, 30.4237474 ], [ 120.3080907, 30.4230506 ], [ 120.3078176, 30.4223474 ], [ 120.3078252, 30.4222427 ], [ 120.3078707, 30.4221871 ], [ 120.3079959, 30.4221348 ], [ 120.3081059, 30.4221151 ], [ 120.3085231, 30.4219974 ], [ 120.3083259, 30.4219516 ], [ 120.3079997, 30.4220497 ], [ 120.30781, 30.422053 ], [ 120.3077038, 30.4220105 ], [ 120.3075445, 30.4217684 ], [ 120.3075028, 30.4216474 ], [ 120.3074307, 30.4213366 ], [ 120.3073927, 30.4212156 ], [ 120.3072865, 30.4210782 ], [ 120.3068351, 30.4205679 ], [ 120.3065544, 30.4202474 ], [ 120.3056061, 30.4194852 ], [ 120.3050409, 30.4192791 ], [ 120.3041685, 30.4190436 ], [ 120.3040926, 30.4192072 ], [ 120.3047981, 30.4193936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2699432, 30.4460536 ], [ 120.2700677, 30.4461824 ], [ 120.2707153, 30.4463649 ], [ 120.2719357, 30.4466226 ], [ 120.2721599, 30.4467783 ], [ 120.2721597, 30.4468502 ], [ 120.2721014, 30.4469382 ], [ 120.2721421, 30.4469651 ], [ 120.2721953, 30.4469943 ], [ 120.272239, 30.4469177 ], [ 120.2723298, 30.4469403 ], [ 120.2734916, 30.4480303 ], [ 120.2740624, 30.4486169 ], [ 120.2744205, 30.4490375 ], [ 120.2747412, 30.4493582 ], [ 120.2749564, 30.4494876 ], [ 120.2750549, 30.4494056 ], [ 120.2747621, 30.4492466 ], [ 120.274643, 30.4491286 ], [ 120.2742938, 30.4486638 ], [ 120.2741463, 30.4484879 ], [ 120.2735388, 30.447902 ], [ 120.2733713, 30.4477941 ], [ 120.2729279, 30.4473594 ], [ 120.2723342, 30.4467305 ], [ 120.2720231, 30.4465301 ], [ 120.2705122, 30.4461786 ], [ 120.2701518, 30.4460406 ], [ 120.2701018, 30.4459715 ], [ 120.2701184, 30.4458967 ], [ 120.270292, 30.4455889 ], [ 120.270639, 30.4451488 ], [ 120.2717535, 30.4433624 ], [ 120.2725217, 30.4422454 ], [ 120.2732316, 30.4411557 ], [ 120.2736487, 30.4404148 ], [ 120.2738044, 30.4402484 ], [ 120.2735678, 30.4402162 ], [ 120.2733342, 30.4408184 ], [ 120.2728759, 30.4413725 ], [ 120.2713255, 30.4438044 ], [ 120.2706343, 30.4448243 ], [ 120.2705596, 30.444878 ], [ 120.2704429, 30.444843 ], [ 120.2704429, 30.44494 ], [ 120.2704787, 30.445082 ], [ 120.2699432, 30.4458818 ], [ 120.2699432, 30.4460536 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2697033, 30.4522415 ], [ 120.2698237, 30.4522558 ], [ 120.2698933, 30.4523198 ], [ 120.2698886, 30.452451 ], [ 120.2699558, 30.4525812 ], [ 120.2700891, 30.4527032 ], [ 120.2701413, 30.4526055 ], [ 120.2701365, 30.4525758 ], [ 120.2701982, 30.45247 ], [ 120.2703242, 30.4523637 ], [ 120.2704204, 30.4523047 ], [ 120.2704746, 30.4523018 ], [ 120.2704767, 30.4523217 ], [ 120.270562, 30.4523626 ], [ 120.270665, 30.4522633 ], [ 120.2707145, 30.4521908 ], [ 120.270743, 30.4521867 ], [ 120.2707592, 30.4522226 ], [ 120.2708001, 30.4522202 ], [ 120.2707962, 30.4520736 ], [ 120.2708339, 30.4520189 ], [ 120.270881, 30.4520005 ], [ 120.2709102, 30.452039 ], [ 120.2709978, 30.4520612 ], [ 120.2711266, 30.4519193 ], [ 120.2711261, 30.4515914 ], [ 120.2712391, 30.4513196 ], [ 120.2714307, 30.4511089 ], [ 120.271392, 30.4508408 ], [ 120.2713159, 30.4506393 ], [ 120.2712098, 30.4504342 ], [ 120.2710944, 30.4503082 ], [ 120.2708965, 30.4502702 ], [ 120.2705719, 30.4502983 ], [ 120.2705062, 30.4502664 ], [ 120.2700402, 30.4503995 ], [ 120.2699102, 30.4504282 ], [ 120.2699287, 30.4507659 ], [ 120.2700333, 30.4510077 ], [ 120.2699971, 30.451252 ], [ 120.2699133, 30.4514717 ], [ 120.2697116, 30.4518541 ], [ 120.2695877, 30.4520178 ], [ 120.2695806, 30.4521225 ], [ 120.2697033, 30.4522415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2704041, 30.4568195 ], [ 120.2705019, 30.4567887 ], [ 120.2711232, 30.4568073 ], [ 120.2723802, 30.456984 ], [ 120.2732545, 30.4570873 ], [ 120.2737694, 30.4571264 ], [ 120.2749592, 30.457287 ], [ 120.2760516, 30.4574626 ], [ 120.276342, 30.4574769 ], [ 120.2764914, 30.4574984 ], [ 120.2765412, 30.4575485 ], [ 120.2765246, 30.4576343 ], [ 120.2763752, 30.4579562 ], [ 120.2762756, 30.4583783 ], [ 120.2762507, 30.4586573 ], [ 120.2762839, 30.4590293 ], [ 120.2763171, 30.4596731 ], [ 120.2763835, 30.4600808 ], [ 120.2764665, 30.4602954 ], [ 120.2765744, 30.46051 ], [ 120.2765993, 30.4607246 ], [ 120.2766325, 30.4613398 ], [ 120.2765744, 30.46149 ], [ 120.2764333, 30.4615759 ], [ 120.276176, 30.4616474 ], [ 120.2762092, 30.4617189 ], [ 120.2764001, 30.4616903 ], [ 120.2764997, 30.4617261 ], [ 120.2765827, 30.4618548 ], [ 120.2765827, 30.4630065 ], [ 120.2765688, 30.4642041 ], [ 120.2765769, 30.4643116 ], [ 120.2765782, 30.4643833 ], [ 120.2765648, 30.4644503 ], [ 120.2765621, 30.4645139 ], [ 120.2766076, 30.4651024 ], [ 120.2765744, 30.4654386 ], [ 120.276591, 30.4658177 ], [ 120.2765661, 30.465975 ], [ 120.2766989, 30.4660823 ], [ 120.2767321, 30.4662468 ], [ 120.276757, 30.4663827 ], [ 120.2767901, 30.4664829 ], [ 120.2768399, 30.4671123 ], [ 120.2767984, 30.4673198 ], [ 120.2767404, 30.4674628 ], [ 120.2767901, 30.4675773 ], [ 120.2767818, 30.4677132 ], [ 120.2767487, 30.4678634 ], [ 120.2767818, 30.4682067 ], [ 120.2768067, 30.4684285 ], [ 120.276757, 30.4685715 ], [ 120.2767735, 30.4688648 ], [ 120.2767321, 30.4690579 ], [ 120.2767321, 30.4692224 ], [ 120.2766823, 30.4693225 ], [ 120.2765329, 30.4693726 ], [ 120.2762756, 30.469344 ], [ 120.2757777, 30.4693297 ], [ 120.2755785, 30.4693225 ], [ 120.2754457, 30.4692653 ], [ 120.2753379, 30.4692725 ], [ 120.2753877, 30.4694012 ], [ 120.2753711, 30.4695014 ], [ 120.2753047, 30.4696158 ], [ 120.2753296, 30.4697374 ], [ 120.2752217, 30.4703883 ], [ 120.2751968, 30.4704956 ], [ 120.2752964, 30.470517 ], [ 120.2752964, 30.4703525 ], [ 120.275396, 30.4697589 ], [ 120.2754457, 30.4696587 ], [ 120.2755536, 30.4696087 ], [ 120.2759105, 30.4696158 ], [ 120.2765661, 30.4696301 ], [ 120.2769063, 30.4696516 ], [ 120.2771304, 30.4696802 ], [ 120.2774457, 30.4696301 ], [ 120.277869, 30.4696158 ], [ 120.2782175, 30.4696587 ], [ 120.2784001, 30.4697231 ], [ 120.2785578, 30.4698733 ], [ 120.278898, 30.4698948 ], [ 120.2791138, 30.4699949 ], [ 120.279313, 30.4701165 ], [ 120.2793296, 30.4702166 ], [ 120.2793047, 30.4703668 ], [ 120.2791968, 30.4706458 ], [ 120.2792466, 30.4707602 ], [ 120.2793462, 30.470889 ], [ 120.2794955, 30.4709176 ], [ 120.27962, 30.4709891 ], [ 120.2797611, 30.4709963 ], [ 120.2799686, 30.4710106 ], [ 120.2801428, 30.4710606 ], [ 120.2803005, 30.4710893 ], [ 120.2803752, 30.4711393 ], [ 120.2804914, 30.4711179 ], [ 120.2807984, 30.4707531 ], [ 120.28085, 30.4707457 ], [ 120.2809478, 30.4707316 ], [ 120.2823171, 30.4710392 ], [ 120.2824416, 30.4711608 ], [ 120.2824914, 30.4712609 ], [ 120.2824748, 30.4717473 ], [ 120.2824748, 30.4718861 ], [ 120.2824748, 30.4719261 ], [ 120.2825412, 30.471969 ], [ 120.2825827, 30.4716972 ], [ 120.2826491, 30.4716257 ], [ 120.2826986, 30.4715916 ], [ 120.2827321, 30.4715685 ], [ 120.2829478, 30.4715542 ], [ 120.283064, 30.4716114 ], [ 120.2831125, 30.4716248 ], [ 120.2832715, 30.4716686 ], [ 120.283396, 30.4717401 ], [ 120.2835702, 30.4717187 ], [ 120.2844001, 30.47164 ], [ 120.2847321, 30.4716615 ], [ 120.2848814, 30.4716472 ], [ 120.2850225, 30.4716901 ], [ 120.2851055, 30.4718045 ], [ 120.2852134, 30.4720405 ], [ 120.2853296, 30.4721049 ], [ 120.2854872, 30.4721764 ], [ 120.2859437, 30.472248 ], [ 120.2860765, 30.4723195 ], [ 120.286176, 30.4725055 ], [ 120.2861262, 30.4726056 ], [ 120.2860599, 30.4726986 ], [ 120.2859188, 30.4727916 ], [ 120.2857445, 30.4728559 ], [ 120.28562, 30.4728917 ], [ 120.2855785, 30.4730133 ], [ 120.2855785, 30.4731063 ], [ 120.2856615, 30.4731563 ], [ 120.2857445, 30.4732064 ], [ 120.2858939, 30.4732278 ], [ 120.2863088, 30.4733351 ], [ 120.2867819, 30.4734138 ], [ 120.2868731, 30.4733709 ], [ 120.2869229, 30.4732565 ], [ 120.2869229, 30.4731635 ], [ 120.2869312, 30.4730419 ], [ 120.2869976, 30.4729847 ], [ 120.2870972, 30.4730204 ], [ 120.2871553, 30.4731706 ], [ 120.2872549, 30.4732851 ], [ 120.2874292, 30.4732922 ], [ 120.2875536, 30.4732278 ], [ 120.2876366, 30.473049 ], [ 120.2876781, 30.4729346 ], [ 120.2877943, 30.4728917 ], [ 120.2880433, 30.4730061 ], [ 120.2881428, 30.4731134 ], [ 120.2882922, 30.473142 ], [ 120.2883918, 30.4732135 ], [ 120.288508, 30.4733924 ], [ 120.2884914, 30.4735712 ], [ 120.2883752, 30.4737214 ], [ 120.2882507, 30.47375 ], [ 120.2881263, 30.473893 ], [ 120.2878856, 30.4741362 ], [ 120.2877196, 30.4741934 ], [ 120.2875868, 30.474222 ], [ 120.2873877, 30.4741648 ], [ 120.2872881, 30.474129 ], [ 120.2869229, 30.4741147 ], [ 120.2864914, 30.4748514 ], [ 120.2863254, 30.4749301 ], [ 120.2861926, 30.4749373 ], [ 120.2861345, 30.475066 ], [ 120.2861428, 30.4752448 ], [ 120.2861262, 30.4753879 ], [ 120.2860516, 30.4755595 ], [ 120.2860765, 30.4756525 ], [ 120.2861511, 30.4757312 ], [ 120.2861428, 30.4758241 ], [ 120.2860433, 30.4758814 ], [ 120.2858856, 30.4759886 ], [ 120.2858441, 30.4761102 ], [ 120.2856947, 30.4765823 ], [ 120.2855951, 30.4766681 ], [ 120.2853628, 30.4767897 ], [ 120.2851221, 30.4769685 ], [ 120.284981, 30.4769613 ], [ 120.2849561, 30.4770186 ], [ 120.285147, 30.47704 ], [ 120.2852466, 30.4769971 ], [ 120.2854789, 30.4768111 ], [ 120.2856117, 30.4767682 ], [ 120.2857113, 30.476804 ], [ 120.2857445, 30.4768898 ], [ 120.2856698, 30.4770615 ], [ 120.2855785, 30.4772331 ], [ 120.2856034, 30.4773547 ], [ 120.2857362, 30.4774048 ], [ 120.285786, 30.4773476 ], [ 120.2858607, 30.4771688 ], [ 120.285952, 30.4770758 ], [ 120.2860267, 30.4769828 ], [ 120.2860018, 30.4768612 ], [ 120.2858802, 30.4767152 ], [ 120.2858665, 30.4765847 ], [ 120.2858978, 30.4764678 ], [ 120.2860245, 30.4760527 ], [ 120.2861097, 30.4760316 ], [ 120.2863337, 30.4759886 ], [ 120.2864084, 30.4758814 ], [ 120.2863918, 30.4755524 ], [ 120.2864499, 30.4754737 ], [ 120.2866408, 30.4753092 ], [ 120.2868316, 30.475209 ], [ 120.2869229, 30.4749945 ], [ 120.2870474, 30.4748657 ], [ 120.2871968, 30.4748157 ], [ 120.2874292, 30.4748371 ], [ 120.2875785, 30.4747799 ], [ 120.2876947, 30.4746726 ], [ 120.2879188, 30.4745153 ], [ 120.2881345, 30.4744294 ], [ 120.2883337, 30.4744294 ], [ 120.2884333, 30.4743722 ], [ 120.2884748, 30.4742506 ], [ 120.2886408, 30.4742149 ], [ 120.2886242, 30.474079 ], [ 120.2886823, 30.4739502 ], [ 120.2887487, 30.4738287 ], [ 120.2888565, 30.47375 ], [ 120.2889976, 30.4736212 ], [ 120.2892798, 30.4734496 ], [ 120.2894872, 30.4733852 ], [ 120.2897196, 30.4732493 ], [ 120.2897611, 30.4731635 ], [ 120.2899022, 30.4729131 ], [ 120.2900101, 30.4728273 ], [ 120.2901263, 30.4727129 ], [ 120.2902673, 30.4726628 ], [ 120.2905163, 30.4726771 ], [ 120.2906823, 30.4727486 ], [ 120.290815, 30.4729632 ], [ 120.2909644, 30.4729632 ], [ 120.2911304, 30.4730061 ], [ 120.2911304, 30.4727772 ], [ 120.2912881, 30.4724983 ], [ 120.2914458, 30.4723123 ], [ 120.2915536, 30.472205 ], [ 120.2917113, 30.4721049 ], [ 120.2918607, 30.4720191 ], [ 120.2920267, 30.471969 ], [ 120.292674, 30.4719976 ], [ 120.2929976, 30.4719619 ], [ 120.2933047, 30.4719333 ], [ 120.2936449, 30.4719476 ], [ 120.2939852, 30.4720191 ], [ 120.2941346, 30.4721192 ], [ 120.2943171, 30.4721621 ], [ 120.2947879, 30.4721297 ], [ 120.2949395, 30.4721192 ], [ 120.2952881, 30.4721335 ], [ 120.2955453, 30.472205 ], [ 120.2957943, 30.4722265 ], [ 120.2968897, 30.4722551 ], [ 120.2970723, 30.4722194 ], [ 120.297313, 30.4722265 ], [ 120.2975287, 30.4722766 ], [ 120.2976781, 30.4723552 ], [ 120.2976919, 30.4724003 ], [ 120.2977196, 30.4724911 ], [ 120.2976283, 30.4729632 ], [ 120.297479, 30.4737142 ], [ 120.2974043, 30.4738287 ], [ 120.2974541, 30.4740361 ], [ 120.2974707, 30.474172 ], [ 120.2973794, 30.4743436 ], [ 120.2972383, 30.4743794 ], [ 120.2971055, 30.4743794 ], [ 120.2969063, 30.4743722 ], [ 120.2967819, 30.4743937 ], [ 120.2967985, 30.4744509 ], [ 120.2971553, 30.4745081 ], [ 120.2973711, 30.474594 ], [ 120.2974233, 30.4747075 ], [ 120.2974126, 30.4748586 ], [ 120.2973545, 30.4750016 ], [ 120.2972632, 30.4751375 ], [ 120.2971968, 30.4752591 ], [ 120.297064, 30.4754022 ], [ 120.2968814, 30.4754665 ], [ 120.2966575, 30.4755089 ], [ 120.2963537, 30.4754805 ], [ 120.2963471, 30.4755545 ], [ 120.2965254, 30.4755772 ], [ 120.2966905, 30.4756228 ], [ 120.2968622, 30.4757366 ], [ 120.2969745, 30.4758049 ], [ 120.2970801, 30.4758106 ], [ 120.2972452, 30.4757878 ], [ 120.2974302, 30.4757821 ], [ 120.2976151, 30.4757594 ], [ 120.2977339, 30.4757138 ], [ 120.2977405, 30.4756057 ], [ 120.2977009, 30.4755545 ], [ 120.2976943, 30.4754577 ], [ 120.2976629, 30.4754103 ], [ 120.2976415, 30.475378 ], [ 120.2976085, 30.475287 ], [ 120.2976019, 30.4752073 ], [ 120.2975688, 30.474769 ], [ 120.2975424, 30.4745015 ], [ 120.2975556, 30.4743421 ], [ 120.2976349, 30.4741714 ], [ 120.2977075, 30.4740234 ], [ 120.2977604, 30.4739551 ], [ 120.2977141, 30.47379 ], [ 120.2977141, 30.4736876 ], [ 120.2979189, 30.4729761 ], [ 120.2979056, 30.4729078 ], [ 120.2978198, 30.4728168 ], [ 120.2977934, 30.4727086 ], [ 120.2978726, 30.4724013 ], [ 120.2979585, 30.4723386 ], [ 120.2980047, 30.4723159 ], [ 120.2980113, 30.472185 ], [ 120.2980443, 30.472128 ], [ 120.2979519, 30.4720654 ], [ 120.2977538, 30.472037 ], [ 120.2974896, 30.4720597 ], [ 120.2973443, 30.4720085 ], [ 120.2971396, 30.4719402 ], [ 120.2970009, 30.4719118 ], [ 120.2967896, 30.471963 ], [ 120.2963735, 30.4719004 ], [ 120.2962018, 30.4719004 ], [ 120.2956339, 30.4719516 ], [ 120.2947225, 30.4717182 ], [ 120.2945508, 30.4716727 ], [ 120.2944848, 30.4716272 ], [ 120.2943329, 30.4716556 ], [ 120.2941876, 30.4716385 ], [ 120.2940159, 30.4715646 ], [ 120.2936064, 30.4717068 ], [ 120.2934281, 30.4717182 ], [ 120.2920809, 30.4715816 ], [ 120.2918498, 30.4715873 ], [ 120.2915394, 30.4717979 ], [ 120.2913611, 30.4719061 ], [ 120.2912422, 30.4719971 ], [ 120.2911233, 30.4721337 ], [ 120.2909252, 30.4722134 ], [ 120.2906809, 30.472259 ], [ 120.2904893, 30.4722646 ], [ 120.290311, 30.4722362 ], [ 120.290212, 30.4721963 ], [ 120.2900865, 30.472111 ], [ 120.2898753, 30.4720791 ], [ 120.2898223, 30.4720711 ], [ 120.2897497, 30.4721337 ], [ 120.2898091, 30.4721963 ], [ 120.2898157, 30.4722988 ], [ 120.2897563, 30.4723899 ], [ 120.289545, 30.4725834 ], [ 120.2894657, 30.4727029 ], [ 120.2892412, 30.4728566 ], [ 120.2890431, 30.4728964 ], [ 120.2888317, 30.4728964 ], [ 120.2887129, 30.472868 ], [ 120.2886468, 30.4727826 ], [ 120.288528, 30.4727314 ], [ 120.2883166, 30.4727086 ], [ 120.2881846, 30.4726403 ], [ 120.2881053, 30.4725663 ], [ 120.2880591, 30.4724923 ], [ 120.287993, 30.4724297 ], [ 120.2879732, 30.4723386 ], [ 120.287993, 30.472259 ], [ 120.2879468, 30.472185 ], [ 120.2877949, 30.4721451 ], [ 120.2875308, 30.4721963 ], [ 120.2872402, 30.4722419 ], [ 120.2871015, 30.4722476 ], [ 120.2870156, 30.4722134 ], [ 120.2869496, 30.4722476 ], [ 120.2868571, 30.4723159 ], [ 120.2867185, 30.4722988 ], [ 120.286659, 30.4722533 ], [ 120.286593, 30.4721337 ], [ 120.28656, 30.4720142 ], [ 120.2864675, 30.4720313 ], [ 120.2863684, 30.4719971 ], [ 120.2863486, 30.4719174 ], [ 120.2863552, 30.4718378 ], [ 120.2862958, 30.471815 ], [ 120.286243, 30.4719231 ], [ 120.2861505, 30.4719744 ], [ 120.2859722, 30.4720085 ], [ 120.2856948, 30.4719914 ], [ 120.2855628, 30.4719459 ], [ 120.2854373, 30.4718776 ], [ 120.2853646, 30.4717979 ], [ 120.2853382, 30.4716784 ], [ 120.2853118, 30.4715702 ], [ 120.285358, 30.4714621 ], [ 120.2853118, 30.471371 ], [ 120.2849684, 30.471354 ], [ 120.2846712, 30.4713824 ], [ 120.2843806, 30.4713767 ], [ 120.2842288, 30.4714109 ], [ 120.2840703, 30.4714507 ], [ 120.2838589, 30.4714507 ], [ 120.2833702, 30.4714336 ], [ 120.2832183, 30.4714052 ], [ 120.2829806, 30.4714052 ], [ 120.2828683, 30.4713938 ], [ 120.2827891, 30.4713369 ], [ 120.2827296, 30.4712629 ], [ 120.2825844, 30.4710409 ], [ 120.2824985, 30.470984 ], [ 120.2823598, 30.4709384 ], [ 120.2820032, 30.4708303 ], [ 120.2814617, 30.4707051 ], [ 120.2812239, 30.4706538 ], [ 120.2809201, 30.4705855 ], [ 120.2807815, 30.4705685 ], [ 120.2807749, 30.4706368 ], [ 120.2807286, 30.4707278 ], [ 120.2806296, 30.470836 ], [ 120.2804843, 30.4708872 ], [ 120.2803654, 30.4708986 ], [ 120.2802663, 30.4709384 ], [ 120.2801409, 30.4709555 ], [ 120.2800418, 30.4709498 ], [ 120.2800154, 30.4708929 ], [ 120.2799295, 30.4708644 ], [ 120.2797777, 30.4709043 ], [ 120.279639, 30.4708815 ], [ 120.2795003, 30.470836 ], [ 120.2794012, 30.4707563 ], [ 120.279355, 30.4706823 ], [ 120.2793682, 30.4706026 ], [ 120.279421, 30.4705286 ], [ 120.2795003, 30.4704489 ], [ 120.2795135, 30.4703749 ], [ 120.2795003, 30.4702497 ], [ 120.2794805, 30.4701473 ], [ 120.2795135, 30.4700847 ], [ 120.2795663, 30.4700448 ], [ 120.2796258, 30.4700277 ], [ 120.2795399, 30.4699879 ], [ 120.2794739, 30.4699139 ], [ 120.2794012, 30.4698399 ], [ 120.2792295, 30.4698114 ], [ 120.2790512, 30.4697659 ], [ 120.2789323, 30.4696976 ], [ 120.2787606, 30.4696634 ], [ 120.278338, 30.4695781 ], [ 120.2781465, 30.4694984 ], [ 120.2780012, 30.469487 ], [ 120.2777568, 30.4694927 ], [ 120.2772285, 30.4695041 ], [ 120.277103, 30.4694813 ], [ 120.2770172, 30.4694415 ], [ 120.276971, 30.4693732 ], [ 120.2769247, 30.4692422 ], [ 120.2768851, 30.4685307 ], [ 120.2769049, 30.4683941 ], [ 120.2769511, 30.4682575 ], [ 120.2769577, 30.4681266 ], [ 120.2769776, 30.4675232 ], [ 120.2770172, 30.4674265 ], [ 120.2771162, 30.467324 ], [ 120.2770304, 30.4672329 ], [ 120.2769842, 30.4671362 ], [ 120.2769181, 30.4665897 ], [ 120.2769577, 30.466362 ], [ 120.2769577, 30.466288 ], [ 120.2768785, 30.466197 ], [ 120.2768521, 30.4661173 ], [ 120.2767464, 30.4654228 ], [ 120.2767464, 30.4653204 ], [ 120.2767539, 30.4652248 ], [ 120.2767633, 30.4651878 ], [ 120.2767633, 30.4651427 ], [ 120.2767351, 30.4649913 ], [ 120.2766721, 30.4645197 ], [ 120.2766708, 30.4644561 ], [ 120.2766708, 30.4643994 ], [ 120.2766868, 30.4643648 ], [ 120.2767754, 30.4643694 ], [ 120.2768961, 30.4643879 ], [ 120.276898, 30.4643775 ], [ 120.2769001, 30.4643659 ], [ 120.2767206, 30.4643355 ], [ 120.2766918, 30.4642948 ], [ 120.276687, 30.4630491 ], [ 120.276687, 30.4622124 ], [ 120.2767266, 30.4619961 ], [ 120.2767134, 30.4616944 ], [ 120.27672, 30.461478 ], [ 120.276753, 30.4613756 ], [ 120.2767794, 30.4612845 ], [ 120.2767926, 30.4609486 ], [ 120.2767332, 30.4604989 ], [ 120.2766275, 30.4604306 ], [ 120.2765483, 30.4602542 ], [ 120.276469, 30.4601005 ], [ 120.2764492, 30.4599525 ], [ 120.2764257, 30.459701 ], [ 120.2763984, 30.4594082 ], [ 120.27637, 30.4591043 ], [ 120.2763898, 30.4589904 ], [ 120.27637, 30.4586659 ], [ 120.27637, 30.4584724 ], [ 120.2764228, 30.4582447 ], [ 120.2764889, 30.4580113 ], [ 120.2765351, 30.4578519 ], [ 120.2766011, 30.4577039 ], [ 120.2766474, 30.4576071 ], [ 120.2767002, 30.4575786 ], [ 120.2768059, 30.4576697 ], [ 120.2772087, 30.4578747 ], [ 120.2772813, 30.4578803 ], [ 120.2775125, 30.4579828 ], [ 120.2776098, 30.4580107 ], [ 120.2776908, 30.458034 ], [ 120.2777818, 30.4580769 ], [ 120.2777896, 30.4580228 ], [ 120.27742, 30.4578917 ], [ 120.2772549, 30.4578291 ], [ 120.2768983, 30.4576128 ], [ 120.2768059, 30.4575388 ], [ 120.2767926, 30.4574249 ], [ 120.2768983, 30.4573168 ], [ 120.27707, 30.4571915 ], [ 120.2774464, 30.4566336 ], [ 120.2776314, 30.456349 ], [ 120.2780804, 30.4557057 ], [ 120.2783314, 30.4553755 ], [ 120.2785163, 30.4550738 ], [ 120.2786352, 30.4549315 ], [ 120.2786748, 30.454812 ], [ 120.2789059, 30.4545273 ], [ 120.279289, 30.4538385 ], [ 120.2794805, 30.4534115 ], [ 120.2795399, 30.4533489 ], [ 120.2796126, 30.453309 ], [ 120.2796588, 30.4532179 ], [ 120.2796258, 30.4531212 ], [ 120.2796522, 30.453013 ], [ 120.2798107, 30.452808 ], [ 120.2798833, 30.4525974 ], [ 120.2800682, 30.4523185 ], [ 120.2804381, 30.4517776 ], [ 120.2804867, 30.4516965 ], [ 120.2808805, 30.4509692 ], [ 120.2815409, 30.4499046 ], [ 120.2821419, 30.4489311 ], [ 120.2825844, 30.4483162 ], [ 120.28304, 30.4477127 ], [ 120.2833834, 30.4472288 ], [ 120.2835485, 30.4470409 ], [ 120.2844203, 30.4461129 ], [ 120.2846844, 30.4458055 ], [ 120.2847901, 30.4457656 ], [ 120.2850091, 30.4454153 ], [ 120.2852057, 30.4454961 ], [ 120.2852822, 30.4453577 ], [ 120.2852194, 30.4452874 ], [ 120.2852194, 30.4452133 ], [ 120.2853118, 30.4450824 ], [ 120.2863618, 30.4439152 ], [ 120.2882836, 30.4418428 ], [ 120.2890959, 30.4410628 ], [ 120.2899808, 30.440277 ], [ 120.2903639, 30.4398785 ], [ 120.2909582, 30.4391668 ], [ 120.2916186, 30.4383525 ], [ 120.2917441, 30.4382671 ], [ 120.2923121, 30.4379027 ], [ 120.2929725, 30.4373846 ], [ 120.2933357, 30.4370942 ], [ 120.2936461, 30.4367697 ], [ 120.294465, 30.4359327 ], [ 120.2950461, 30.4353803 ], [ 120.2955546, 30.4349419 ], [ 120.2956735, 30.4347995 ], [ 120.2957726, 30.43468 ], [ 120.2962018, 30.4341903 ], [ 120.2963207, 30.4339967 ], [ 120.2965782, 30.4335526 ], [ 120.2966839, 30.4333305 ], [ 120.296727, 30.4329465 ], [ 120.2966812, 30.432875 ], [ 120.2966022, 30.4329373 ], [ 120.2964991, 30.4333711 ], [ 120.2964058, 30.4335621 ], [ 120.2962135, 30.4338888 ], [ 120.2959337, 30.4342758 ], [ 120.2956247, 30.4346578 ], [ 120.2954382, 30.4347482 ], [ 120.2953799, 30.4348136 ], [ 120.2951875, 30.4350397 ], [ 120.2947969, 30.4353815 ], [ 120.2943772, 30.4357585 ], [ 120.2942199, 30.4358791 ], [ 120.2936369, 30.4365023 ], [ 120.2932405, 30.4368994 ], [ 120.2927042, 30.4373718 ], [ 120.2922496, 30.4377588 ], [ 120.2920222, 30.4379196 ], [ 120.2918998, 30.43799 ], [ 120.2917133, 30.4380754 ], [ 120.2915967, 30.4381307 ], [ 120.2915151, 30.438186 ], [ 120.2914218, 30.4382614 ], [ 120.2910895, 30.4386333 ], [ 120.2909438, 30.4388645 ], [ 120.2908214, 30.4390303 ], [ 120.2904658, 30.4394073 ], [ 120.2901685, 30.4396586 ], [ 120.2899888, 30.4397945 ], [ 120.2898829, 30.4398747 ], [ 120.2897779, 30.4398747 ], [ 120.289708, 30.4398194 ], [ 120.289434, 30.4394022 ], [ 120.2893524, 30.4393419 ], [ 120.2886529, 30.4391158 ], [ 120.2882507, 30.4390102 ], [ 120.2882099, 30.438975 ], [ 120.2881224, 30.4389549 ], [ 120.2877902, 30.4388192 ], [ 120.2874987, 30.4386835 ], [ 120.2865485, 30.4383016 ], [ 120.2861871, 30.4381709 ], [ 120.2857732, 30.4380503 ], [ 120.2855109, 30.4379749 ], [ 120.285441, 30.4379347 ], [ 120.2854002, 30.4378794 ], [ 120.2853943, 30.437799 ], [ 120.285441, 30.4374723 ], [ 120.2855357, 30.436411 ], [ 120.2856043, 30.4352807 ], [ 120.2855563, 30.4351861 ], [ 120.2856043, 30.4349553 ], [ 120.2856867, 30.4339137 ], [ 120.2857073, 30.4335113 ], [ 120.2857347, 30.4334166 ], [ 120.2857073, 30.4333515 ], [ 120.2853092, 30.4331621 ], [ 120.2844924, 30.4326354 ], [ 120.2836413, 30.4320969 ], [ 120.2835315, 30.4319844 ], [ 120.2834972, 30.4318957 ], [ 120.2835315, 30.431801 ], [ 120.2840806, 30.4308245 ], [ 120.2841492, 30.4305996 ], [ 120.2841973, 30.4304635 ], [ 120.2843894, 30.4300788 ], [ 120.2845267, 30.4299131 ], [ 120.2846571, 30.429706 ], [ 120.2845748, 30.4296764 ], [ 120.2844993, 30.4297474 ], [ 120.2844718, 30.4298539 ], [ 120.2843963, 30.4298894 ], [ 120.2842933, 30.4298303 ], [ 120.284259, 30.4298776 ], [ 120.2843002, 30.4299664 ], [ 120.2842728, 30.4300551 ], [ 120.2840874, 30.4304221 ], [ 120.2839845, 30.4305759 ], [ 120.2840325, 30.4306647 ], [ 120.2840051, 30.4307653 ], [ 120.2839158, 30.4307831 ], [ 120.2838541, 30.4307061 ], [ 120.2838198, 30.430641 ], [ 120.2837305, 30.4306588 ], [ 120.2837923, 30.4307357 ], [ 120.283806, 30.430789 ], [ 120.2837443, 30.4308541 ], [ 120.2836756, 30.4309192 ], [ 120.2837648, 30.4309133 ], [ 120.2838747, 30.430931 ], [ 120.2838609, 30.4310257 ], [ 120.2837786, 30.43115 ], [ 120.2837031, 30.4311382 ], [ 120.2836619, 30.4310494 ], [ 120.2836482, 30.4309665 ], [ 120.2835933, 30.4310257 ], [ 120.2835178, 30.4310908 ], [ 120.2835933, 30.4311322 ], [ 120.283655, 30.4311914 ], [ 120.2836688, 30.4312624 ], [ 120.2836207, 30.4314814 ], [ 120.2834697, 30.4317773 ], [ 120.2834079, 30.4318306 ], [ 120.2832707, 30.4318069 ], [ 120.2829584, 30.4316646 ], [ 120.2829202, 30.4317424 ], [ 120.2828899, 30.4318041 ], [ 120.283154, 30.4319075 ], [ 120.2832363, 30.4319667 ], [ 120.2833324, 30.4320614 ], [ 120.2846571, 30.4329136 ], [ 120.2853984, 30.4333988 ], [ 120.2855082, 30.4335054 ], [ 120.28557, 30.4335705 ], [ 120.2855906, 30.4337007 ], [ 120.285467, 30.435044 ], [ 120.2854396, 30.4353399 ], [ 120.2852954, 30.4375887 ], [ 120.2851925, 30.4376419 ], [ 120.2852954, 30.4376715 ], [ 120.2852954, 30.4378372 ], [ 120.2852337, 30.4379141 ], [ 120.2850484, 30.437926 ], [ 120.2837031, 30.4376715 ], [ 120.2834972, 30.4376183 ], [ 120.2830785, 30.4374881 ], [ 120.2826049, 30.4373934 ], [ 120.2821999, 30.4372573 ], [ 120.2816944, 30.4370588 ], [ 120.2815067, 30.4369851 ], [ 120.2811704, 30.4368726 ], [ 120.2810674, 30.4368608 ], [ 120.2809164, 30.4369259 ], [ 120.2807998, 30.4374111 ], [ 120.2807311, 30.437494 ], [ 120.2805938, 30.4375236 ], [ 120.280484, 30.4375768 ], [ 120.2802713, 30.4377958 ], [ 120.2801477, 30.4379556 ], [ 120.2801271, 30.4380798 ], [ 120.2800448, 30.438139 ], [ 120.2799075, 30.4381864 ], [ 120.2797459, 30.4382011 ], [ 120.2796208, 30.4382162 ], [ 120.2795956, 30.4382563 ], [ 120.2795658, 30.4383035 ], [ 120.2798869, 30.438281 ], [ 120.2804634, 30.4382278 ], [ 120.280587, 30.4381864 ], [ 120.2807243, 30.4381094 ], [ 120.2807792, 30.4379852 ], [ 120.2808615, 30.4377662 ], [ 120.2809645, 30.4374289 ], [ 120.28104, 30.4371981 ], [ 120.2810812, 30.4370442 ], [ 120.2811773, 30.4370087 ], [ 120.2812939, 30.4370502 ], [ 120.2821176, 30.4373993 ], [ 120.2823647, 30.4374822 ], [ 120.2826255, 30.4375473 ], [ 120.2831334, 30.4376597 ], [ 120.2836825, 30.437778 ], [ 120.2848219, 30.437997 ], [ 120.2849729, 30.4380325 ], [ 120.2856386, 30.4381627 ], [ 120.286373, 30.4383698 ], [ 120.2868329, 30.4385533 ], [ 120.2876428, 30.438861 ], [ 120.2879997, 30.4390444 ], [ 120.2885969, 30.4391805 ], [ 120.2891185, 30.4393581 ], [ 120.2892558, 30.439435 ], [ 120.2897088, 30.4400682 ], [ 120.289695, 30.4401747 ], [ 120.2895303, 30.4402989 ], [ 120.2890361, 30.4407605 ], [ 120.2886174, 30.4410978 ], [ 120.2882674, 30.4414706 ], [ 120.2879242, 30.441873 ], [ 120.2875055, 30.4423168 ], [ 120.2868123, 30.4430269 ], [ 120.2860093, 30.4439086 ], [ 120.2859132, 30.4439855 ], [ 120.285769, 30.4441749 ], [ 120.2856661, 30.4443169 ], [ 120.2847944, 30.4453051 ], [ 120.2844581, 30.4456897 ], [ 120.2840394, 30.4461039 ], [ 120.2837923, 30.4463465 ], [ 120.2834903, 30.4466838 ], [ 120.2828726, 30.4474767 ], [ 120.2825019, 30.4479974 ], [ 120.2821107, 30.4484885 ], [ 120.2815891, 30.4492577 ], [ 120.2809782, 30.4502458 ], [ 120.2807174, 30.4506541 ], [ 120.2805527, 30.4509854 ], [ 120.2804772, 30.4510683 ], [ 120.2803742, 30.4511097 ], [ 120.2802713, 30.4510919 ], [ 120.2774572, 30.4503523 ], [ 120.276105, 30.4500151 ], [ 120.2759334, 30.44995 ], [ 120.2758373, 30.4498908 ], [ 120.2756589, 30.4497606 ], [ 120.2755285, 30.4497429 ], [ 120.2750549, 30.4494056 ], [ 120.2749564, 30.4494876 ], [ 120.2750658, 30.4495516 ], [ 120.27523, 30.4496621 ], [ 120.2756864, 30.4499511 ], [ 120.2759603, 30.4500799 ], [ 120.2761345, 30.4501443 ], [ 120.2801179, 30.4511888 ], [ 120.2802673, 30.451246 ], [ 120.2803088, 30.4513247 ], [ 120.2801428, 30.4517325 ], [ 120.279869, 30.4521259 ], [ 120.2797362, 30.4522905 ], [ 120.2793296, 30.4532491 ], [ 120.278981, 30.4538429 ], [ 120.2788482, 30.4540789 ], [ 120.2785246, 30.4546155 ], [ 120.2782424, 30.4550805 ], [ 120.2773877, 30.4562966 ], [ 120.2768814, 30.4570763 ], [ 120.2767404, 30.4572194 ], [ 120.2765993, 30.4572623 ], [ 120.2764582, 30.457291 ], [ 120.2761262, 30.4572695 ], [ 120.2749893, 30.457105 ], [ 120.2737043, 30.4568712 ], [ 120.2729631, 30.4567935 ], [ 120.2710532, 30.4565482 ], [ 120.2705272, 30.4565076 ], [ 120.2702507, 30.4565756 ], [ 120.2704041, 30.4568195 ] ], [ [ 120.2803917, 30.4379228 ], [ 120.2805011, 30.4378945 ], [ 120.2806215, 30.4379417 ], [ 120.2806215, 30.438036 ], [ 120.2804573, 30.4381304 ], [ 120.2803479, 30.4380832 ], [ 120.280326, 30.4379983 ], [ 120.2803917, 30.4379228 ] ] ], [ [ [ 120.276105, 30.4378964 ], [ 120.2764345, 30.4379733 ], [ 120.2769235, 30.4381112 ], [ 120.2771689, 30.4381804 ], [ 120.2778072, 30.4383757 ], [ 120.2780063, 30.4384527 ], [ 120.2781161, 30.4384467 ], [ 120.2782396, 30.4384645 ], [ 120.2787062, 30.4384002 ], [ 120.278743, 30.4383323 ], [ 120.2787836, 30.4382571 ], [ 120.2783494, 30.4382515 ], [ 120.2781847, 30.4382041 ], [ 120.2779719, 30.4381509 ], [ 120.2771758, 30.4379733 ], [ 120.2760501, 30.4377721 ], [ 120.2756795, 30.437707 ], [ 120.275652, 30.4378195 ], [ 120.276105, 30.4378964 ] ] ], [ [ [ 120.2776842, 30.464495 ], [ 120.2793154, 30.4648081 ], [ 120.2806626, 30.4650244 ], [ 120.2806956, 30.4649902 ], [ 120.2804182, 30.464939 ], [ 120.279071, 30.4647227 ], [ 120.2777965, 30.4644722 ], [ 120.2773523, 30.4644307 ], [ 120.2773439, 30.4644476 ], [ 120.2773378, 30.4644605 ], [ 120.2776842, 30.464495 ] ] ], [ [ [ 120.279751, 30.4311553 ], [ 120.2798457, 30.4312802 ], [ 120.2808341, 30.4314932 ], [ 120.2820215, 30.431659 ], [ 120.2822402, 30.4316972 ], [ 120.2823201, 30.4317143 ], [ 120.2823513, 30.4316489 ], [ 120.2823786, 30.4315917 ], [ 120.2821931, 30.4315879 ], [ 120.2820283, 30.4315939 ], [ 120.2807929, 30.4314281 ], [ 120.2798594, 30.4312269 ], [ 120.2797908, 30.4311204 ], [ 120.279729, 30.4311263 ], [ 120.279751, 30.4311553 ] ] ], [ [ [ 120.2967295, 30.4324678 ], [ 120.2967699, 30.4324401 ], [ 120.2967912, 30.4323413 ], [ 120.2968027, 30.4322822 ], [ 120.2968116, 30.4322089 ], [ 120.2968502, 30.4320147 ], [ 120.2969091, 30.4317945 ], [ 120.2970434, 30.4315437 ], [ 120.2972349, 30.4305017 ], [ 120.2972408, 30.4302755 ], [ 120.2972466, 30.4295467 ], [ 120.2972, 30.4295014 ], [ 120.29713, 30.4295266 ], [ 120.2971242, 30.4300191 ], [ 120.2971009, 30.4305067 ], [ 120.2970717, 30.4308485 ], [ 120.2970193, 30.4311651 ], [ 120.296856, 30.4317984 ], [ 120.2967919, 30.4319794 ], [ 120.2967478, 30.4321556 ], [ 120.2967181, 30.4323309 ], [ 120.2966928, 30.4324378 ], [ 120.2967295, 30.4324678 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3059116, 30.4601641 ], [ 120.3059682, 30.4601911 ], [ 120.3060499, 30.4601911 ], [ 120.306119, 30.4601695 ], [ 120.3062384, 30.4601478 ], [ 120.3062761, 30.4600991 ], [ 120.3062761, 30.4600395 ], [ 120.3062321, 30.4599636 ], [ 120.3061316, 30.4599257 ], [ 120.3060184, 30.4599257 ], [ 120.305943, 30.4599528 ], [ 120.3059116, 30.4600015 ], [ 120.3059053, 30.4601153 ], [ 120.3059116, 30.4601641 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3063704, 30.4604024 ], [ 120.306383, 30.4602507 ], [ 120.3063201, 30.4602562 ], [ 120.3062007, 30.4602887 ], [ 120.3061881, 30.4603916 ], [ 120.3063704, 30.4604024 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3050632, 30.4605866 ], [ 120.3051826, 30.4606083 ], [ 120.3052706, 30.4605216 ], [ 120.3052643, 30.4604512 ], [ 120.3052077, 30.4604403 ], [ 120.3051197, 30.4604512 ], [ 120.3050255, 30.4604891 ], [ 120.3050066, 30.4605433 ], [ 120.3050632, 30.4605866 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3275218, 30.4565125 ], [ 120.3275766, 30.4565343 ], [ 120.3278509, 30.456538 ], [ 120.3278804, 30.4565525 ], [ 120.3279015, 30.4566071 ], [ 120.3279057, 30.4568035 ], [ 120.3279859, 30.4568289 ], [ 120.3280323, 30.4568107 ], [ 120.3280618, 30.4567526 ], [ 120.328104, 30.4567198 ], [ 120.3281589, 30.456698 ], [ 120.3282011, 30.4566071 ], [ 120.3282433, 30.4566434 ], [ 120.3282475, 30.4567198 ], [ 120.3282981, 30.4567453 ], [ 120.3283361, 30.4567962 ], [ 120.3286145, 30.4568144 ], [ 120.3286441, 30.4567889 ], [ 120.3286188, 30.4566871 ], [ 120.3286525, 30.4564798 ], [ 120.3285766, 30.456458 ], [ 120.32845, 30.4564616 ], [ 120.3283319, 30.4564543 ], [ 120.3282601, 30.4564725 ], [ 120.3282433, 30.4565489 ], [ 120.3281758, 30.4565489 ], [ 120.32818, 30.456458 ], [ 120.3281462, 30.4564434 ], [ 120.3275218, 30.4564252 ], [ 120.3275218, 30.4565125 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3267919, 30.4566544 ], [ 120.3268214, 30.4567271 ], [ 120.3268678, 30.4567926 ], [ 120.3269438, 30.4568362 ], [ 120.3270408, 30.4568544 ], [ 120.3271379, 30.4568398 ], [ 120.3271927, 30.4568253 ], [ 120.3272476, 30.4567671 ], [ 120.3272644, 30.456698 ], [ 120.3272602, 30.4566071 ], [ 120.3272433, 30.4565562 ], [ 120.3271632, 30.4565198 ], [ 120.3270028, 30.4564798 ], [ 120.3268974, 30.4564834 ], [ 120.3268214, 30.4565162 ], [ 120.3267835, 30.4565816 ], [ 120.3267919, 30.4566544 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3262265, 30.4566725 ], [ 120.3262434, 30.4567162 ], [ 120.3262729, 30.4567526 ], [ 120.3263489, 30.4567926 ], [ 120.3264797, 30.4567926 ], [ 120.326543, 30.4568217 ], [ 120.3266316, 30.4568435 ], [ 120.3266991, 30.4568071 ], [ 120.326737, 30.4567307 ], [ 120.326737, 30.4566253 ], [ 120.3267117, 30.4565525 ], [ 120.3266231, 30.4565089 ], [ 120.3265514, 30.4565052 ], [ 120.3264586, 30.4565198 ], [ 120.3263658, 30.4565343 ], [ 120.3262687, 30.4565634 ], [ 120.3262181, 30.4566216 ], [ 120.3262265, 30.4566725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3288255, 30.4568798 ], [ 120.3288803, 30.4568617 ], [ 120.3290027, 30.4568035 ], [ 120.3290322, 30.4567635 ], [ 120.3290533, 30.4565089 ], [ 120.3290407, 30.4564798 ], [ 120.3288044, 30.4564761 ], [ 120.3287749, 30.4565016 ], [ 120.3287706, 30.4568726 ], [ 120.3288255, 30.4568798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3276104, 30.4568617 ], [ 120.3276526, 30.4568398 ], [ 120.3277074, 30.4568617 ], [ 120.3277707, 30.4568726 ], [ 120.327796, 30.4568144 ], [ 120.3277876, 30.4567635 ], [ 120.3277623, 30.4567198 ], [ 120.3277032, 30.4566871 ], [ 120.3276146, 30.4566653 ], [ 120.3275598, 30.456658 ], [ 120.3274965, 30.4566725 ], [ 120.3274669, 30.4567016 ], [ 120.3273783, 30.4567744 ], [ 120.3273699, 30.4568217 ], [ 120.3276104, 30.4568617 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3291461, 30.4571017 ], [ 120.3291799, 30.4571126 ], [ 120.3291968, 30.457149 ], [ 120.3292685, 30.457149 ], [ 120.3292896, 30.457109 ], [ 120.3292938, 30.4570326 ], [ 120.3292727, 30.4569926 ], [ 120.3292263, 30.4569817 ], [ 120.3291757, 30.456989 ], [ 120.3291461, 30.4570399 ], [ 120.3291461, 30.4571017 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3269775, 30.4571308 ], [ 120.326986, 30.457018 ], [ 120.3267961, 30.4570035 ], [ 120.3267835, 30.4571017 ], [ 120.3269775, 30.4571308 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.3213811, 30.4803236 ], [ 120.3214025, 30.4807134 ], [ 120.3214687, 30.481259 ], [ 120.3215634, 30.4817752 ], [ 120.3217655, 30.4826089 ], [ 120.3219801, 30.483592 ], [ 120.322129601792355, 30.484209609677123 ], [ 120.322165695693329, 30.481164083908688 ], [ 120.3221608, 30.4811377 ], [ 120.3221245, 30.4808135 ], [ 120.3220925, 30.4802553 ], [ 120.3220809, 30.4799048 ], [ 120.3220998, 30.4794817 ], [ 120.3221666, 30.4789998 ], [ 120.322193318715094, 30.478833312717541 ], [ 120.322226532041014, 30.476030843679776 ], [ 120.3217816, 30.4775019 ], [ 120.3216099, 30.478106 ], [ 120.3215026, 30.4786592 ], [ 120.3214472, 30.4789813 ], [ 120.3214007, 30.4794513 ], [ 120.3213775, 30.479909 ], [ 120.3213811, 30.4803236 ] ] ], [ [ [ 120.3219068, 30.495483 ], [ 120.3217711, 30.4959337 ], [ 120.321990038661554, 30.495985646615843 ], [ 120.322000881693256, 30.495070734911938 ], [ 120.3219068, 30.495483 ] ] ], [ [ [ 120.3241045, 30.4727569 ], [ 120.3243481, 30.4723457 ], [ 120.325847, 30.4702356 ], [ 120.3258971, 30.4702134 ], [ 120.3259614, 30.4702264 ], [ 120.3260825, 30.470424 ], [ 120.3262515, 30.4703479 ], [ 120.3260696, 30.4700343 ], [ 120.3260804, 30.4699371 ], [ 120.3307748, 30.4634099 ], [ 120.331045, 30.463059 ], [ 120.3312853, 30.4626534 ], [ 120.3315322, 30.4621012 ], [ 120.3316857, 30.4616295 ], [ 120.3317591, 30.4612269 ], [ 120.3318792, 30.4604215 ], [ 120.3330404, 30.4519305 ], [ 120.3338212, 30.4459788 ], [ 120.3338947, 30.4455301 ], [ 120.333898, 30.445159 ], [ 120.3338846, 30.4447447 ], [ 120.3338212, 30.4443736 ], [ 120.3337378, 30.4440227 ], [ 120.3326067, 30.4405216 ], [ 120.3324899, 30.4401563 ], [ 120.3323664, 30.4396298 ], [ 120.332313, 30.4390775 ], [ 120.332323, 30.4386574 ], [ 120.3323798, 30.4383323 ], [ 120.332682823501628, 30.436985722940918 ], [ 120.332149760194241, 30.436009921929941 ], [ 120.3321444, 30.436062 ], [ 120.332046, 30.4365221 ], [ 120.3317173, 30.4380585 ], [ 120.3316172, 30.4386052 ], [ 120.3316005, 30.4389935 ], [ 120.3316206, 30.4394999 ], [ 120.3316773, 30.4398307 ], [ 120.3317741, 30.4402104 ], [ 120.3326627, 30.4429732 ], [ 120.3329452, 30.4438165 ], [ 120.3330918, 30.4442836 ], [ 120.3331884, 30.4447723 ], [ 120.3332045, 30.4451623 ], [ 120.3331759, 30.4455677 ], [ 120.3325769, 30.4499056 ], [ 120.3320797, 30.4534942 ], [ 120.3317615, 30.4559543 ], [ 120.331343, 30.4590186 ], [ 120.3310784, 30.4609376 ], [ 120.3310122, 30.4613861 ], [ 120.3309532, 30.4616327 ], [ 120.3308584, 30.4619163 ], [ 120.3307172, 30.4622539 ], [ 120.330499, 30.4626284 ], [ 120.3303757, 30.462818 ], [ 120.3279511, 30.4661683 ], [ 120.3275734, 30.4666828 ], [ 120.327505, 30.4666716 ], [ 120.3274563, 30.4666162 ], [ 120.3274199, 30.4662198 ], [ 120.3272121, 30.4662529 ], [ 120.3272952, 30.4669924 ], [ 120.3272731, 30.4670972 ], [ 120.3269852, 30.4674978 ], [ 120.3247302, 30.4706285 ], [ 120.323711, 30.4720772 ], [ 120.3233713, 30.4726644 ], [ 120.323268430221418, 30.472889079612568 ], [ 120.323996742534192, 30.472964622945554 ], [ 120.3241045, 30.4727569 ] ] ], [ [ [ 120.3283122, 30.4306709 ], [ 120.3279552, 30.4304896 ], [ 120.3274413, 30.4301616 ], [ 120.3270676, 30.4298624 ], [ 120.3268207, 30.4296178 ], [ 120.3265571, 30.42931 ], [ 120.3263035, 30.4289302 ], [ 120.3260699, 30.4284468 ], [ 120.3259297, 30.4280268 ], [ 120.3258597, 30.427716 ], [ 120.3245783, 30.4213054 ], [ 120.3244315, 30.4207155 ], [ 120.3242714, 30.4202609 ], [ 120.3241045, 30.4198092 ], [ 120.3238288, 30.4192048 ], [ 120.3231548, 30.419435 ], [ 120.3235501, 30.420309 ], [ 120.3236998, 30.420738 ], [ 120.3238033, 30.421131 ], [ 120.3243162, 30.4236216 ], [ 120.3249745, 30.4269303 ], [ 120.3251264, 30.4277428 ], [ 120.3252673, 30.4283161 ], [ 120.3254148, 30.4287261 ], [ 120.3255865, 30.4290602 ], [ 120.325811, 30.4294417 ], [ 120.3260048, 30.4297131 ], [ 120.3262777, 30.4300188 ], [ 120.3265177, 30.4302693 ], [ 120.3268457, 30.4305427 ], [ 120.3272508, 30.4308255 ], [ 120.3276074, 30.4310362 ], [ 120.327887, 30.4311748 ], [ 120.3282172, 30.4313228 ], [ 120.3291154, 30.4316892 ], [ 120.3297208, 30.4319416 ], [ 120.330010570818885, 30.432094020898599 ], [ 120.32949145468136, 30.431143750931039 ], [ 120.3283122, 30.4306709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3311124, 30.4578266 ], [ 120.3311064, 30.4579021 ], [ 120.3311789, 30.4579125 ], [ 120.331203, 30.457785 ], [ 120.3311185, 30.4577694 ], [ 120.3310943, 30.457798 ], [ 120.3311124, 30.4578266 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3244619, 30.4578921 ], [ 120.3247253, 30.4578892 ], [ 120.3249032, 30.4579157 ], [ 120.3252589, 30.4579688 ], [ 120.3255325, 30.4579953 ], [ 120.3260524, 30.4580278 ], [ 120.326415, 30.4580602 ], [ 120.3268802, 30.4580749 ], [ 120.3273864, 30.4580926 ], [ 120.3277626, 30.4581044 ], [ 120.3282278, 30.4581162 ], [ 120.3283441, 30.4581398 ], [ 120.3289666, 30.4581929 ], [ 120.3301295, 30.4582872 ], [ 120.3301295, 30.4582548 ], [ 120.3290487, 30.4581722 ], [ 120.3284091, 30.4581192 ], [ 120.3282654, 30.4580897 ], [ 120.328132, 30.4580808 ], [ 120.3275847, 30.4580749 ], [ 120.3265928, 30.4580337 ], [ 120.3264389, 30.458013 ], [ 120.3262918, 30.4579658 ], [ 120.3260695, 30.4579393 ], [ 120.3258198, 30.4579452 ], [ 120.3255325, 30.4579334 ], [ 120.3244825, 30.4578214 ], [ 120.3244517, 30.4578538 ], [ 120.3244619, 30.4578921 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2557383, 30.4009981 ], [ 120.256238, 30.4012411 ], [ 120.2577964, 30.4020416 ], [ 120.2582075, 30.402237 ], [ 120.2593316, 30.4026993 ], [ 120.2597499, 30.4029022 ], [ 120.260007, 30.403025 ], [ 120.2616366, 30.4036951 ], [ 120.2616657, 30.4037315 ], [ 120.2616294, 30.4037853 ], [ 120.2617092, 30.4038204 ], [ 120.2617412, 30.4037716 ], [ 120.2617833, 30.4037565 ], [ 120.2618313, 30.403769 ], [ 120.2624703, 30.4040584 ], [ 120.2627855, 30.4041874 ], [ 120.2632038, 30.4043478 ], [ 120.2641188, 30.404671 ], [ 120.2645066, 30.4048013 ], [ 120.2654158, 30.4051157 ], [ 120.2661377, 30.4053988 ], [ 120.2670879, 30.4058178 ], [ 120.2679024, 30.406264 ], [ 120.2682062, 30.406414 ], [ 120.2683801, 30.4064975 ], [ 120.2694236, 30.4067918 ], [ 120.2704135, 30.4070516 ], [ 120.2705339, 30.4068217 ], [ 120.2699421, 30.4066716 ], [ 120.2690469, 30.4063621 ], [ 120.2686133, 30.4062831 ], [ 120.2680897, 30.4060863 ], [ 120.2669529, 30.4054739 ], [ 120.266464, 30.4053235 ], [ 120.2662997, 30.4052284 ], [ 120.2661994, 30.4051748 ], [ 120.2645484, 30.4045927 ], [ 120.2636831, 30.4043087 ], [ 120.258925, 30.4022846 ], [ 120.2585197, 30.4021017 ], [ 120.2584544, 30.4020504 ], [ 120.2584369, 30.4019739 ], [ 120.2583745, 30.4019451 ], [ 120.2582699, 30.4019815 ], [ 120.2582031, 30.4019714 ], [ 120.2578139, 30.4017823 ], [ 120.2572692, 30.4014741 ], [ 120.2553999, 30.4005559 ], [ 120.2552823, 30.4004293 ], [ 120.2547417, 30.4002347 ], [ 120.2546609, 30.4004638 ], [ 120.2557383, 30.4009981 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2613899, 30.4079917 ], [ 120.2615173, 30.4081586 ], [ 120.261516, 30.4083099 ], [ 120.261447, 30.4084307 ], [ 120.2614286, 30.4086588 ], [ 120.2615388, 30.4088967 ], [ 120.2616733, 30.4089511 ], [ 120.2617593, 30.4089618 ], [ 120.2618496, 30.4088865 ], [ 120.2618938, 30.408689 ], [ 120.261904, 30.4084101 ], [ 120.26188, 30.4081524 ], [ 120.2618238, 30.4079369 ], [ 120.2617846, 30.4078587 ], [ 120.2616584, 30.4078587 ], [ 120.2614621, 30.4078602 ], [ 120.2613336, 30.4078526 ], [ 120.2613273, 30.4079452 ], [ 120.2613899, 30.4079917 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2326067, 30.4104517 ], [ 120.2326067, 30.4105452 ], [ 120.2326367, 30.4106128 ], [ 120.2327151, 30.4106387 ], [ 120.2328352, 30.4106186 ], [ 120.2328252, 30.4107596 ], [ 120.2328402, 30.4108905 ], [ 120.2328536, 30.4110056 ], [ 120.2330204, 30.4111351 ], [ 120.2330138, 30.4112747 ], [ 120.232942, 30.4113984 ], [ 120.2329404, 30.4116042 ], [ 120.2329737, 30.4115956 ], [ 120.2330271, 30.4116344 ], [ 120.2330588, 30.4117423 ], [ 120.232957, 30.4118416 ], [ 120.2330683, 30.4119712 ], [ 120.2330915, 30.412066 ], [ 120.2331818, 30.4121362 ], [ 120.2332033, 30.4121909 ], [ 120.23329, 30.4122449 ], [ 120.2334179, 30.4122534 ], [ 120.2335019, 30.412211 ], [ 120.2335261, 30.4121485 ], [ 120.2336164, 30.4121061 ], [ 120.2337004, 30.4120521 ], [ 120.2337585, 30.4119881 ], [ 120.2339007, 30.411965 ], [ 120.2339552, 30.4119157 ], [ 120.2341457, 30.41182 ], [ 120.2341635, 30.4117792 ], [ 120.2344407, 30.411554 ], [ 120.234472, 30.4114399 ], [ 120.2343602, 30.411359 ], [ 120.2344309, 30.4112711 ], [ 120.2345373, 30.4113088 ], [ 120.234708, 30.4111693 ], [ 120.2348538, 30.4110875 ], [ 120.2348895, 30.4109935 ], [ 120.2349262, 30.4109048 ], [ 120.2349602, 30.4108539 ], [ 120.2348824, 30.4107614 ], [ 120.234793, 30.4107706 ], [ 120.2347286, 30.4106442 ], [ 120.2345972, 30.4105439 ], [ 120.2344827, 30.4105493 ], [ 120.2343602, 30.4105856 ], [ 120.2342422, 30.410665 ], [ 120.2340723, 30.4107244 ], [ 120.2340053, 30.4107506 ], [ 120.2340115, 30.4108076 ], [ 120.2339633, 30.4108493 ], [ 120.2339776, 30.4108871 ], [ 120.2339695, 30.4109611 ], [ 120.2340929, 30.4110652 ], [ 120.2341269, 30.4111084 ], [ 120.2340706, 30.4111855 ], [ 120.2340035, 30.4111577 ], [ 120.2338899, 30.4110228 ], [ 120.2337898, 30.4108963 ], [ 120.2337487, 30.4108015 ], [ 120.233704, 30.4107891 ], [ 120.2336477, 30.4107891 ], [ 120.2335547, 30.4107645 ], [ 120.2335189, 30.4106943 ], [ 120.233366, 30.4105979 ], [ 120.2331649, 30.4105455 ], [ 120.2331175, 30.410446 ], [ 120.2331917, 30.4103573 ], [ 120.233206, 30.4102756 ], [ 120.2331684, 30.4102132 ], [ 120.2330915, 30.4101592 ], [ 120.2329762, 30.4101615 ], [ 120.2328385, 30.4100867 ], [ 120.2327026, 30.4100497 ], [ 120.2327062, 30.4100674 ], [ 120.2327616, 30.4100805 ], [ 120.2328403, 30.4101453 ], [ 120.2329226, 30.4104368 ], [ 120.2328922, 30.4105069 ], [ 120.2327357, 30.4105123 ], [ 120.2326865, 30.4104468 ], [ 120.2326865, 30.4103612 ], [ 120.2326731, 30.4102509 ], [ 120.2326123, 30.4102224 ], [ 120.2325846, 30.41016 ], [ 120.2326231, 30.4100844 ], [ 120.232674, 30.4100667 ], [ 120.2326695, 30.4100497 ], [ 120.2325775, 30.410052 ], [ 120.2325184, 30.4100813 ], [ 120.2325068, 30.4101615 ], [ 120.2326067, 30.4104517 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2452836, 30.4387737 ], [ 120.2454816, 30.4387675 ], [ 120.2457201, 30.4386793 ], [ 120.245916, 30.4385398 ], [ 120.2461886, 30.4383636 ], [ 120.2463505, 30.4382534 ], [ 120.2467252, 30.4378935 ], [ 120.2469212, 30.437754 ], [ 120.2472193, 30.437519 ], [ 120.247543, 30.4372252 ], [ 120.2479859, 30.4367552 ], [ 120.2484003, 30.4363253 ], [ 120.2491915, 30.4356199 ], [ 120.2496958, 30.4350742 ], [ 120.2499559, 30.4347273 ], [ 120.250074, 30.4345608 ], [ 120.2504135, 30.4341848 ], [ 120.2507752, 30.434014 ], [ 120.2510085, 30.4339713 ], [ 120.2514963, 30.4339043 ], [ 120.2516801, 30.4338616 ], [ 120.2519134, 30.4337824 ], [ 120.2523446, 30.4335934 ], [ 120.2531718, 30.4332886 ], [ 120.2536879, 30.4330814 ], [ 120.2540484, 30.4329107 ], [ 120.2541544, 30.4328741 ], [ 120.2542605, 30.4329046 ], [ 120.2544443, 30.4331789 ], [ 120.2545433, 30.4332094 ], [ 120.2549604, 30.4334045 ], [ 120.2550028, 30.4334837 ], [ 120.2549957, 30.4335507 ], [ 120.2549321, 30.4336422 ], [ 120.254826, 30.4337885 ], [ 120.2546634, 30.4339957 ], [ 120.2542817, 30.4346601 ], [ 120.2540272, 30.4350929 ], [ 120.2538151, 30.4354037 ], [ 120.2537232, 30.4355074 ], [ 120.253596, 30.4357573 ], [ 120.2535323, 30.4359523 ], [ 120.2534475, 30.4360986 ], [ 120.2532001, 30.4364034 ], [ 120.2530021, 30.4366899 ], [ 120.2526911, 30.4371897 ], [ 120.2525709, 30.4373421 ], [ 120.252486, 30.437464 ], [ 120.2523941, 30.4375676 ], [ 120.2523517, 30.4376529 ], [ 120.2523234, 30.4377748 ], [ 120.2522598, 30.4379516 ], [ 120.2521962, 30.4380552 ], [ 120.2520831, 30.4381527 ], [ 120.2520053, 30.4382015 ], [ 120.2518922, 30.438427 ], [ 120.2517791, 30.4386038 ], [ 120.2516942, 30.4387074 ], [ 120.2516023, 30.4388597 ], [ 120.2515599, 30.4390304 ], [ 120.2515316, 30.4391828 ], [ 120.2515741, 30.439323 ], [ 120.2516236, 30.4394936 ], [ 120.2516801, 30.4395424 ], [ 120.2516801, 30.439963 ], [ 120.2516801, 30.4400361 ], [ 120.2516377, 30.4401519 ], [ 120.251666, 30.4404018 ], [ 120.2516518, 30.4405176 ], [ 120.2516094, 30.44067 ], [ 120.2516236, 30.4407431 ], [ 120.2516236, 30.4408406 ], [ 120.2515953, 30.4409565 ], [ 120.2515953, 30.4414562 ], [ 120.251567, 30.4415294 ], [ 120.2516589, 30.4416574 ], [ 120.2516801, 30.4417793 ], [ 120.2517155, 30.4422547 ], [ 120.2517437, 30.4433457 ], [ 120.2517649, 30.4437845 ], [ 120.2518074, 30.4439673 ], [ 120.2518074, 30.4441258 ], [ 120.251772, 30.444205 ], [ 120.2517096, 30.4442499 ], [ 120.2516911, 30.4444045 ], [ 120.251772, 30.4444184 ], [ 120.2518286, 30.4444549 ], [ 120.2518639, 30.4445342 ], [ 120.2518568, 30.4449364 ], [ 120.2518568, 30.4451375 ], [ 120.2518144, 30.4453326 ], [ 120.2516942, 30.4457409 ], [ 120.251673, 30.4459481 ], [ 120.251673, 30.4460517 ], [ 120.2517225, 30.4461553 ], [ 120.2518477, 30.4463188 ], [ 120.2520194, 30.4465454 ], [ 120.2521114, 30.4466551 ], [ 120.252175, 30.446777 ], [ 120.2522245, 30.4470756 ], [ 120.2522527, 30.4473865 ], [ 120.2522386, 30.4475632 ], [ 120.2522103, 30.4479472 ], [ 120.2522245, 30.4483372 ], [ 120.2522739, 30.4486237 ], [ 120.2524153, 30.4490929 ], [ 120.2525002, 30.4493489 ], [ 120.2525285, 30.4496049 ], [ 120.2526557, 30.4499644 ], [ 120.2527052, 30.4501534 ], [ 120.2527579, 30.4507669 ], [ 120.2530024, 30.4507447 ], [ 120.2530233, 30.4504947 ], [ 120.2530233, 30.4503545 ], [ 120.2529526, 30.4498791 ], [ 120.2525921, 30.4487638 ], [ 120.252479, 30.4483433 ], [ 120.2524436, 30.4479106 ], [ 120.2524648, 30.4471549 ], [ 120.2524083, 30.4468319 ], [ 120.2522238, 30.44644 ], [ 120.2519421, 30.4460099 ], [ 120.2519073, 30.4459081 ], [ 120.2519063, 30.4458019 ], [ 120.2519629, 30.4455885 ], [ 120.2521467, 30.4450766 ], [ 120.2521679, 30.4449303 ], [ 120.2521396, 30.4446134 ], [ 120.252182, 30.4445281 ], [ 120.2523376, 30.4445098 ], [ 120.2528395, 30.4445037 ], [ 120.2530657, 30.4445463 ], [ 120.2534051, 30.4446134 ], [ 120.2540272, 30.444784 ], [ 120.254515, 30.4449181 ], [ 120.2546917, 30.4449974 ], [ 120.2550593, 30.4453996 ], [ 120.2558865, 30.4461797 ], [ 120.2563672, 30.4466307 ], [ 120.2568833, 30.4470695 ], [ 120.2570529, 30.4471853 ], [ 120.2570883, 30.4473011 ], [ 120.2570176, 30.4474962 ], [ 120.256855, 30.4476729 ], [ 120.2567702, 30.4477582 ], [ 120.2566712, 30.447874 ], [ 120.2566288, 30.4480508 ], [ 120.2565369, 30.4482092 ], [ 120.2564379, 30.4483738 ], [ 120.2563743, 30.4484896 ], [ 120.2563319, 30.4485993 ], [ 120.2563319, 30.4486846 ], [ 120.2563955, 30.4488126 ], [ 120.2564995, 30.4488776 ], [ 120.2566449, 30.4489508 ], [ 120.2569055, 30.4490135 ], [ 120.2571358, 30.4490918 ], [ 120.2572933, 30.4491597 ], [ 120.2574024, 30.4492172 ], [ 120.2575297, 30.4492642 ], [ 120.2576993, 30.4492903 ], [ 120.2583538, 30.4495254 ], [ 120.2585356, 30.4496142 ], [ 120.2588931, 30.4497501 ], [ 120.2596506, 30.4499747 ], [ 120.2600021, 30.4501053 ], [ 120.2601597, 30.4501314 ], [ 120.2604445, 30.4502255 ], [ 120.2606505, 30.4503665 ], [ 120.2610747, 30.4504971 ], [ 120.2613959, 30.4506173 ], [ 120.2618443, 30.4507792 ], [ 120.2621291, 30.4508471 ], [ 120.2622928, 30.4509098 ], [ 120.2624927, 30.4510143 ], [ 120.2625352, 30.4510665 ], [ 120.2624624, 30.4511553 ], [ 120.2621897, 30.4515001 ], [ 120.2620928, 30.4515576 ], [ 120.2620748, 30.451683 ], [ 120.2620625, 30.4517718 ], [ 120.262117, 30.4518867 ], [ 120.2621897, 30.4520016 ], [ 120.2624382, 30.452174 ], [ 120.2626564, 30.4523882 ], [ 120.2627291, 30.4525084 ], [ 120.2628382, 30.4525397 ], [ 120.2630806, 30.4527016 ], [ 120.2636078, 30.4530516 ], [ 120.2637714, 30.4531457 ], [ 120.263832, 30.4532345 ], [ 120.2637956, 30.4533181 ], [ 120.2638199, 30.4533546 ], [ 120.2639108, 30.4532919 ], [ 120.2640138, 30.4533181 ], [ 120.2649591, 30.4539867 ], [ 120.2653652, 30.4542322 ], [ 120.2657833, 30.45453 ], [ 120.2661166, 30.4547024 ], [ 120.2662257, 30.4547651 ], [ 120.2663832, 30.4548539 ], [ 120.2665165, 30.4549479 ], [ 120.2667408, 30.4550576 ], [ 120.2670741, 30.4551882 ], [ 120.2671347, 30.4552613 ], [ 120.2674195, 30.4553867 ], [ 120.2686072, 30.4560658 ], [ 120.2688359, 30.4561816 ], [ 120.2689482, 30.456243 ], [ 120.2691523, 30.4563603 ], [ 120.2694322, 30.4564982 ], [ 120.2699267, 30.4566586 ], [ 120.2700592, 30.4567905 ], [ 120.2700073, 30.4565604 ], [ 120.2698626, 30.4564842 ], [ 120.2694607, 30.4563526 ], [ 120.2688917, 30.4560914 ], [ 120.2687159, 30.4559483 ], [ 120.268501, 30.4558978 ], [ 120.2675927, 30.4553842 ], [ 120.2671044, 30.4551148 ], [ 120.26687, 30.4550053 ], [ 120.2667137, 30.4548706 ], [ 120.2664598, 30.4547949 ], [ 120.2661765, 30.4546517 ], [ 120.2649362, 30.4538351 ], [ 120.2641255, 30.4531952 ], [ 120.2630121, 30.4524964 ], [ 120.2622992, 30.451865 ], [ 120.2622308, 30.4517471 ], [ 120.262221, 30.4516292 ], [ 120.2623871, 30.4514103 ], [ 120.2628949, 30.4508967 ], [ 120.2629633, 30.4507957 ], [ 120.2629535, 30.4506441 ], [ 120.262934, 30.4504758 ], [ 120.2629535, 30.4503579 ], [ 120.2635591, 30.449457 ], [ 120.2635884, 30.4493391 ], [ 120.2635688, 30.4491876 ], [ 120.2631, 30.4487161 ], [ 120.2630024, 30.4485813 ], [ 120.2630024, 30.4484551 ], [ 120.2631098, 30.4483372 ], [ 120.2634703, 30.447965 ], [ 120.26354, 30.4479106 ], [ 120.2636164, 30.4478806 ], [ 120.2636875, 30.4478644 ], [ 120.2637573, 30.4478332 ], [ 120.2638203, 30.4477464 ], [ 120.2639812, 30.4474401 ], [ 120.2641234, 30.4472065 ], [ 120.2640483, 30.4471603 ], [ 120.2638619, 30.4473915 ], [ 120.263662, 30.4476794 ], [ 120.2635843, 30.4477823 ], [ 120.2634676, 30.4478783 ], [ 120.2629438, 30.4483877 ], [ 120.2628656, 30.4484887 ], [ 120.2628656, 30.4486066 ], [ 120.2634028, 30.4492044 ], [ 120.2634516, 30.449297 ], [ 120.2634614, 30.4493981 ], [ 120.263354, 30.4495749 ], [ 120.2630707, 30.4500043 ], [ 120.262934, 30.4502063 ], [ 120.2628363, 30.4503916 ], [ 120.262807, 30.4507031 ], [ 120.2627582, 30.4508125 ], [ 120.2626605, 30.4508883 ], [ 120.2625327, 30.4508597 ], [ 120.2615645, 30.4505103 ], [ 120.2605851, 30.4501804 ], [ 120.2602812, 30.4500445 ], [ 120.2598759, 30.4499183 ], [ 120.2591329, 30.4496854 ], [ 120.2574893, 30.4491128 ], [ 120.2573768, 30.4490449 ], [ 120.2571516, 30.4488896 ], [ 120.2569265, 30.4488314 ], [ 120.2567463, 30.4488023 ], [ 120.2565775, 30.4487635 ], [ 120.2565099, 30.448647 ], [ 120.2565437, 30.448482 ], [ 120.2566225, 30.4483267 ], [ 120.2567351, 30.4481618 ], [ 120.2567914, 30.4479483 ], [ 120.2568364, 30.4478318 ], [ 120.2570165, 30.447725 ], [ 120.2571966, 30.4474921 ], [ 120.2572079, 30.4473562 ], [ 120.2571741, 30.447201 ], [ 120.2570953, 30.4470457 ], [ 120.2557669, 30.4459102 ], [ 120.2548889, 30.4449882 ], [ 120.2546862, 30.4448426 ], [ 120.254371, 30.4446873 ], [ 120.2534592, 30.4444447 ], [ 120.2529751, 30.4443574 ], [ 120.2525473, 30.4443671 ], [ 120.2522659, 30.4443865 ], [ 120.252097, 30.4443185 ], [ 120.2520182, 30.4441924 ], [ 120.2519732, 30.4426104 ], [ 120.2519394, 30.4418825 ], [ 120.2519619, 30.440116 ], [ 120.2519732, 30.4397666 ], [ 120.2519394, 30.4396307 ], [ 120.2519394, 30.4392134 ], [ 120.2519281, 30.438961 ], [ 120.2519957, 30.4387184 ], [ 120.2522434, 30.4382331 ], [ 120.2525135, 30.437874 ], [ 120.2527499, 30.4374663 ], [ 120.2530314, 30.4371654 ], [ 120.2533016, 30.4367093 ], [ 120.2536055, 30.436224 ], [ 120.2537293, 30.4361463 ], [ 120.2539095, 30.4361657 ], [ 120.2542134, 30.436321 ], [ 120.2565437, 30.4374081 ], [ 120.2569828, 30.4375343 ], [ 120.2572417, 30.4376216 ], [ 120.2575119, 30.4377381 ], [ 120.2576357, 30.4378837 ], [ 120.2580072, 30.4380002 ], [ 120.2599998, 30.4388834 ], [ 120.2605739, 30.4391066 ], [ 120.2607765, 30.439126 ], [ 120.2616884, 30.4395046 ], [ 120.2624089, 30.4398249 ], [ 120.2639962, 30.4404946 ], [ 120.2647954, 30.440844 ], [ 120.265213, 30.4410115 ], [ 120.2655822, 30.4410876 ], [ 120.2660112, 30.4411254 ], [ 120.2662477, 30.4411934 ], [ 120.2664953, 30.4413001 ], [ 120.2667205, 30.4414651 ], [ 120.2670694, 30.4417563 ], [ 120.2676297, 30.4423691 ], [ 120.2678237, 30.4425813 ], [ 120.2684618, 30.4431446 ], [ 120.2684843, 30.4432417 ], [ 120.2686531, 30.4433387 ], [ 120.2688107, 30.4434261 ], [ 120.2703191, 30.4449012 ], [ 120.2704429, 30.44494 ], [ 120.2704429, 30.444843 ], [ 120.2691597, 30.4436202 ], [ 120.2679327, 30.4424362 ], [ 120.2672348, 30.4417569 ], [ 120.2668183, 30.4413298 ], [ 120.2664918, 30.4411746 ], [ 120.2661654, 30.4410581 ], [ 120.2658502, 30.4409902 ], [ 120.2655181, 30.4409561 ], [ 120.2651927, 30.4408754 ], [ 120.2647617, 30.4406902 ], [ 120.2643981, 30.4404564 ], [ 120.2632949, 30.4400876 ], [ 120.2626983, 30.4398256 ], [ 120.2623156, 30.439612 ], [ 120.2616559, 30.4393226 ], [ 120.2607516, 30.4389986 ], [ 120.2598942, 30.4386948 ], [ 120.2579028, 30.437852 ], [ 120.2576983, 30.4377639 ], [ 120.2573814, 30.4375171 ], [ 120.2571565, 30.4374465 ], [ 120.2569213, 30.4374201 ], [ 120.2567066, 30.4373496 ], [ 120.253946, 30.4360802 ], [ 120.253854, 30.4359568 ], [ 120.2540176, 30.4354896 ], [ 120.2544982, 30.4347403 ], [ 120.2551832, 30.433797 ], [ 120.255633, 30.4329683 ], [ 120.2557762, 30.4326951 ], [ 120.2559193, 30.4325011 ], [ 120.2561034, 30.4323953 ], [ 120.256451, 30.4322895 ], [ 120.256727, 30.4321485 ], [ 120.2571462, 30.4317959 ], [ 120.2573609, 30.4315931 ], [ 120.2576268, 30.4313198 ], [ 120.2577904, 30.4310465 ], [ 120.2580971, 30.4301032 ], [ 120.2581584, 30.4300415 ], [ 120.2584243, 30.4301297 ], [ 120.2627389, 30.4308614 ], [ 120.2636897, 30.4309584 ], [ 120.2639556, 30.4309936 ], [ 120.2642112, 30.431073 ], [ 120.2662765, 30.4321044 ], [ 120.2665219, 30.4322014 ], [ 120.2665934, 30.4322984 ], [ 120.2665628, 30.432413 ], [ 120.2663787, 30.4326862 ], [ 120.2662867, 30.4328097 ], [ 120.2662663, 30.4329331 ], [ 120.2663378, 30.4330741 ], [ 120.2665014, 30.4332504 ], [ 120.2689143, 30.4351634 ], [ 120.2710512, 30.4367942 ], [ 120.2712463, 30.4368997 ], [ 120.2715169, 30.4369565 ], [ 120.2736379, 30.4373672 ], [ 120.2738424, 30.4374554 ], [ 120.2740469, 30.4375523 ], [ 120.27419, 30.437614 ], [ 120.2744661, 30.4376052 ], [ 120.2752227, 30.4377551 ], [ 120.275652, 30.4378195 ], [ 120.2756795, 30.437707 ], [ 120.2752636, 30.4376228 ], [ 120.2749569, 30.4375876 ], [ 120.2747013, 30.4374994 ], [ 120.2734948, 30.4371909 ], [ 120.2717985, 30.4368791 ], [ 120.2715491, 30.4368433 ], [ 120.2712974, 30.4367655 ], [ 120.2711764, 30.4367049 ], [ 120.2710717, 30.4366267 ], [ 120.2691904, 30.4352075 ], [ 120.2665934, 30.4331711 ], [ 120.2665116, 30.4330829 ], [ 120.2664707, 30.4329772 ], [ 120.2665321, 30.4327832 ], [ 120.2667468, 30.4323424 ], [ 120.2667672, 30.4322455 ], [ 120.2666752, 30.4321397 ], [ 120.2665628, 30.4320868 ], [ 120.265162, 30.431408 ], [ 120.2643674, 30.4310195 ], [ 120.2641703, 30.4309231 ], [ 120.2640067, 30.4308878 ], [ 120.2635057, 30.4308438 ], [ 120.2607861, 30.430403 ], [ 120.2583322, 30.4300063 ], [ 120.2581891, 30.4299622 ], [ 120.2581584, 30.4298652 ], [ 120.2584754, 30.4289219 ], [ 120.2585367, 30.4287103 ], [ 120.2585367, 30.4285252 ], [ 120.2585776, 30.4283489 ], [ 120.2587105, 30.4281373 ], [ 120.258915, 30.4279521 ], [ 120.2591297, 30.4275995 ], [ 120.2591911, 30.4274673 ], [ 120.2592729, 30.4272998 ], [ 120.259324, 30.4271058 ], [ 120.2593138, 30.4268237 ], [ 120.2592013, 30.4263212 ], [ 120.2592115, 30.4260831 ], [ 120.2593956, 30.4253867 ], [ 120.2594569, 30.4251839 ], [ 120.2597739, 30.42417 ], [ 120.2599579, 30.4234294 ], [ 120.2600806, 30.4229533 ], [ 120.2603566, 30.4218336 ], [ 120.26051, 30.4212782 ], [ 120.2608065, 30.4201232 ], [ 120.2608883, 30.4199381 ], [ 120.2610417, 30.4198058 ], [ 120.2609803, 30.4196295 ], [ 120.2610008, 30.4194531 ], [ 120.2611644, 30.4192239 ], [ 120.2618392, 30.4185803 ], [ 120.2619823, 30.4183246 ], [ 120.2620539, 30.4180424 ], [ 120.2621868, 30.4178308 ], [ 120.2620845, 30.4178396 ], [ 120.2619619, 30.4178661 ], [ 120.261788, 30.4177074 ], [ 120.2616245, 30.417584 ], [ 120.2613688, 30.4173988 ], [ 120.2612871, 30.4174341 ], [ 120.2615631, 30.4176721 ], [ 120.2617676, 30.4179895 ], [ 120.2618392, 30.4181042 ], [ 120.2618289, 30.4182981 ], [ 120.2617062, 30.4185626 ], [ 120.2609803, 30.4193297 ], [ 120.2608985, 30.4194443 ], [ 120.260827, 30.4196295 ], [ 120.2606123, 30.4204935 ], [ 120.2603055, 30.4216044 ], [ 120.2601931, 30.4216661 ], [ 120.2600192, 30.4216485 ], [ 120.257637, 30.4212429 ], [ 120.257136, 30.4211548 ], [ 120.2570235, 30.4212077 ], [ 120.2576063, 30.4213135 ], [ 120.2587208, 30.4214898 ], [ 120.2601726, 30.4217631 ], [ 120.2602544, 30.4218425 ], [ 120.2598966, 30.4232795 ], [ 120.2596409, 30.4241259 ], [ 120.2591809, 30.4255806 ], [ 120.2589661, 30.4262506 ], [ 120.2589661, 30.4264975 ], [ 120.2591093, 30.4269295 ], [ 120.2591604, 30.4271763 ], [ 120.2590684, 30.4273791 ], [ 120.2589253, 30.4275642 ], [ 120.2586901, 30.4278552 ], [ 120.258547, 30.4281197 ], [ 120.258414, 30.4284106 ], [ 120.2579948, 30.4298564 ], [ 120.257729, 30.4308702 ], [ 120.2575961, 30.431117 ], [ 120.2572485, 30.4315843 ], [ 120.2570542, 30.431743 ], [ 120.2567168, 30.4320074 ], [ 120.2564101, 30.4321485 ], [ 120.2561647, 30.4322102 ], [ 120.2558887, 30.4322984 ], [ 120.2557455, 30.4324041 ], [ 120.2555615, 30.4326069 ], [ 120.2552189, 30.4332035 ], [ 120.2551526, 30.433267 ], [ 120.255042, 30.4332861 ], [ 120.2546221, 30.4330765 ], [ 120.2544895, 30.433032 ], [ 120.2543495, 30.4328668 ], [ 120.2542611, 30.4328224 ], [ 120.254158, 30.4328033 ], [ 120.2540327, 30.4328351 ], [ 120.2537675, 30.4329431 ], [ 120.2534507, 30.4331019 ], [ 120.2529424, 30.4332861 ], [ 120.2525961, 30.4334385 ], [ 120.2523824, 30.4335211 ], [ 120.2519625, 30.433699 ], [ 120.2516531, 30.4338006 ], [ 120.2514836, 30.4338451 ], [ 120.2510269, 30.4339213 ], [ 120.2506953, 30.4339848 ], [ 120.2505333, 30.4340484 ], [ 120.2503712, 30.43415 ], [ 120.2502134, 30.4343041 ], [ 120.2499962, 30.4345353 ], [ 120.2499023, 30.4346394 ], [ 120.2497843, 30.434829 ], [ 120.2496073, 30.4350395 ], [ 120.2491003, 30.4355621 ], [ 120.2488911, 30.4357656 ], [ 120.2485961, 30.4360246 ], [ 120.2481315, 30.4365066 ], [ 120.247881, 30.4367861 ], [ 120.247579, 30.4371164 ], [ 120.2472401, 30.4374213 ], [ 120.2469675, 30.4376436 ], [ 120.2467391, 30.4378024 ], [ 120.246356, 30.4381518 ], [ 120.2462676, 30.4382407 ], [ 120.2458182, 30.4385392 ], [ 120.2456045, 30.4386599 ], [ 120.2454793, 30.4387044 ], [ 120.2452403, 30.4387044 ], [ 120.2452836, 30.4387737 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2205236, 30.4625866 ], [ 120.2220865, 30.4633275 ], [ 120.2236997, 30.4641117 ], [ 120.2255808, 30.4650547 ], [ 120.2263287, 30.465406 ], [ 120.2270544, 30.4657187 ], [ 120.2298844, 30.4668397 ], [ 120.2301746, 30.4669648 ], [ 120.2308891, 30.4672053 ], [ 120.2317319, 30.467571 ], [ 120.233133, 30.4681291 ], [ 120.234188, 30.468538 ], [ 120.2353825, 30.4690143 ], [ 120.2360634, 30.4692741 ], [ 120.2364319, 30.4693944 ], [ 120.2364933, 30.4694473 ], [ 120.2364821, 30.4695146 ], [ 120.2360132, 30.4706548 ], [ 120.2354103, 30.4721753 ], [ 120.2353513, 30.4722458 ], [ 120.2351917, 30.4723902 ], [ 120.2351287, 30.4724677 ], [ 120.2350563, 30.4726584 ], [ 120.2350442, 30.4727416 ], [ 120.2350476, 30.4728341 ], [ 120.2350476, 30.4729352 ], [ 120.2349527, 30.4732334 ], [ 120.2341545, 30.4752636 ], [ 120.2341154, 30.4753309 ], [ 120.2340763, 30.4753935 ], [ 120.233853, 30.4755426 ], [ 120.2337861, 30.4756003 ], [ 120.2337526, 30.4756629 ], [ 120.2336744, 30.4760381 ], [ 120.2336577, 30.4761103 ], [ 120.2336744, 30.4761632 ], [ 120.2337805, 30.476192 ], [ 120.2338475, 30.4761584 ], [ 120.2339591, 30.4757687 ], [ 120.2340149, 30.4756917 ], [ 120.2341154, 30.47561 ], [ 120.2342382, 30.4755474 ], [ 120.2342884, 30.4754704 ], [ 120.2349359, 30.4738877 ], [ 120.2352387, 30.4731184 ], [ 120.2352615, 30.4727855 ], [ 120.2353004, 30.4726561 ], [ 120.2353795, 30.4725185 ], [ 120.2355927, 30.4721903 ], [ 120.2357285, 30.471949 ], [ 120.2359462, 30.4713909 ], [ 120.2364319, 30.4701641 ], [ 120.2366607, 30.4695627 ], [ 120.2367165, 30.4695291 ], [ 120.2369454, 30.4695916 ], [ 120.2373249, 30.4696926 ], [ 120.2383353, 30.4699717 ], [ 120.2386144, 30.4700342 ], [ 120.2390832, 30.4701497 ], [ 120.2393623, 30.4702363 ], [ 120.2398144, 30.4703614 ], [ 120.2403782, 30.4705201 ], [ 120.2409252, 30.4706693 ], [ 120.2410201, 30.4707222 ], [ 120.2411541, 30.4707607 ], [ 120.2413271, 30.4707462 ], [ 120.2417904, 30.4709002 ], [ 120.2424379, 30.4710782 ], [ 120.2427114, 30.4711503 ], [ 120.243839, 30.4714534 ], [ 120.2444585, 30.4716314 ], [ 120.2445702, 30.4716844 ], [ 120.2446037, 30.4717373 ], [ 120.2447767, 30.4717758 ], [ 120.2448995, 30.4718046 ], [ 120.2451451, 30.4718191 ], [ 120.2459377, 30.4719971 ], [ 120.2472941, 30.4723916 ], [ 120.2482542, 30.4726321 ], [ 120.2496217, 30.4730121 ], [ 120.2515698, 30.4735077 ], [ 120.2526248, 30.4737819 ], [ 120.252742, 30.4738252 ], [ 120.2527532, 30.4738781 ], [ 120.2527308, 30.4739406 ], [ 120.2524462, 30.4748258 ], [ 120.2522285, 30.475456 ], [ 120.2521671, 30.4755763 ], [ 120.2521168, 30.4757014 ], [ 120.2520833, 30.4761632 ], [ 120.2519773, 30.4781644 ], [ 120.2520108, 30.4782702 ], [ 120.252061, 30.4783472 ], [ 120.2521336, 30.4784145 ], [ 120.2522508, 30.4784723 ], [ 120.2523289, 30.4784723 ], [ 120.2523903, 30.4784097 ], [ 120.2524238, 30.4783231 ], [ 120.2523792, 30.4782317 ], [ 120.2522787, 30.4782029 ], [ 120.2522508, 30.4781548 ], [ 120.2522787, 30.4774957 ], [ 120.2523401, 30.4760477 ], [ 120.2523903, 30.4759082 ], [ 120.2524294, 30.4758794 ], [ 120.2528369, 30.4759275 ], [ 120.2541207, 30.4761247 ], [ 120.2542491, 30.4761487 ], [ 120.2543384, 30.4761969 ], [ 120.2543719, 30.4762594 ], [ 120.254411, 30.4764181 ], [ 120.254411, 30.4765047 ], [ 120.2543886, 30.4766202 ], [ 120.2543496, 30.4767212 ], [ 120.2542882, 30.4768319 ], [ 120.2542156, 30.4769521 ], [ 120.2541933, 30.4770291 ], [ 120.2541933, 30.4771494 ], [ 120.2541988, 30.4772364 ], [ 120.254422, 30.4772273 ], [ 120.2544829, 30.4772321 ], [ 120.2544277, 30.4771109 ], [ 120.2544165, 30.4770435 ], [ 120.2544221, 30.4769473 ], [ 120.2545673, 30.4767501 ], [ 120.2546063, 30.4766442 ], [ 120.2545952, 30.4764759 ], [ 120.2546231, 30.4763845 ], [ 120.2546789, 30.4763027 ], [ 120.2547626, 30.4763027 ], [ 120.2549636, 30.4763316 ], [ 120.2553431, 30.4764181 ], [ 120.2554603, 30.4764278 ], [ 120.2558511, 30.476524 ], [ 120.2559203, 30.4765587 ], [ 120.2560509, 30.4764348 ], [ 120.254651, 30.4761199 ], [ 120.2542268, 30.4759996 ], [ 120.2524182, 30.4757014 ], [ 120.2524015, 30.4756484 ], [ 120.2529094, 30.4741042 ], [ 120.2533392, 30.4729063 ], [ 120.2536797, 30.4720211 ], [ 120.2537467, 30.4718094 ], [ 120.2537914, 30.4716074 ], [ 120.2539198, 30.4701978 ], [ 120.2540202, 30.4683552 ], [ 120.2541151, 30.4672534 ], [ 120.2541542, 30.4671284 ], [ 120.2542323, 30.4670899 ], [ 120.2542491, 30.4670177 ], [ 120.2541877, 30.466984 ], [ 120.254143, 30.4669263 ], [ 120.2541654, 30.4665943 ], [ 120.2543272, 30.4648815 ], [ 120.2545059, 30.4632265 ], [ 120.2546901, 30.4619755 ], [ 120.2548408, 30.4609603 ], [ 120.2549468, 30.4600462 ], [ 120.2549747, 30.4596564 ], [ 120.2550138, 30.459411 ], [ 120.2550473, 30.4592908 ], [ 120.2550082, 30.4591801 ], [ 120.2550305, 30.4590839 ], [ 120.255064, 30.4590406 ], [ 120.2551589, 30.4590309 ], [ 120.2558232, 30.4591705 ], [ 120.2572075, 30.4595121 ], [ 120.2594458, 30.4600913 ], [ 120.2598857, 30.4602019 ], [ 120.2599942, 30.4602351 ], [ 120.2600956, 30.4602833 ], [ 120.2601831, 30.4603195 ], [ 120.2602881, 30.4603256 ], [ 120.2603301, 30.4602924 ], [ 120.260547, 30.4601024 ], [ 120.2606555, 30.4599968 ], [ 120.2607684, 30.4599312 ], [ 120.2608209, 30.4599538 ], [ 120.260775, 30.4600273 ], [ 120.2608406, 30.4600556 ], [ 120.2609062, 30.4600217 ], [ 120.2613657, 30.4602027 ], [ 120.2617792, 30.4603894 ], [ 120.2626259, 30.4607345 ], [ 120.2626784, 30.4607855 ], [ 120.2626915, 30.4608703 ], [ 120.2627243, 30.4609099 ], [ 120.2628293, 30.460859 ], [ 120.2629015, 30.4608477 ], [ 120.2631312, 30.4609212 ], [ 120.2638729, 30.4612211 ], [ 120.264398, 30.4614361 ], [ 120.2646474, 30.4615719 ], [ 120.2647852, 30.4616737 ], [ 120.2648443, 30.4617699 ], [ 120.2649296, 30.4618095 ], [ 120.2650215, 30.4617303 ], [ 120.2651068, 30.4617359 ], [ 120.2651528, 30.4616963 ], [ 120.2652512, 30.4616228 ], [ 120.2653562, 30.4616341 ], [ 120.2665705, 30.4618038 ], [ 120.2679882, 30.4621319 ], [ 120.2682048, 30.4621942 ], [ 120.2682704, 30.4622338 ], [ 120.2682835, 30.4623469 ], [ 120.2682704, 30.4626072 ], [ 120.2682179, 30.4627147 ], [ 120.2682573, 30.4631899 ], [ 120.2682835, 30.4632747 ], [ 120.2683098, 30.4633992 ], [ 120.268277, 30.463518 ], [ 120.2680735, 30.4641686 ], [ 120.2677453, 30.464955 ], [ 120.2676338, 30.4651077 ], [ 120.2675353, 30.4652152 ], [ 120.2673843, 30.4652605 ], [ 120.2672596, 30.4652378 ], [ 120.2671678, 30.4651982 ], [ 120.2670496, 30.4650342 ], [ 120.2668002, 30.4646099 ], [ 120.2666952, 30.4644684 ], [ 120.2666099, 30.4643892 ], [ 120.2665574, 30.4644119 ], [ 120.2665639, 30.4644798 ], [ 120.2667739, 30.4647966 ], [ 120.2669315, 30.4650398 ], [ 120.2670496, 30.4654528 ], [ 120.267089, 30.4657413 ], [ 120.2670956, 30.4659337 ], [ 120.2670365, 30.4660412 ], [ 120.2669446, 30.4661204 ], [ 120.2668068, 30.46616 ], [ 120.2666558, 30.4661826 ], [ 120.266472, 30.4662561 ], [ 120.2662817, 30.4663184 ], [ 120.2662489, 30.4663523 ], [ 120.2663014, 30.4664032 ], [ 120.2663867, 30.4663976 ], [ 120.2665245, 30.4663976 ], [ 120.2666099, 30.4664259 ], [ 120.2668068, 30.4664202 ], [ 120.2669905, 30.4664259 ], [ 120.2670496, 30.4664881 ], [ 120.267043, 30.4665899 ], [ 120.2670168, 30.4667823 ], [ 120.266833, 30.4681513 ], [ 120.2668199, 30.4682814 ], [ 120.2667739, 30.4684228 ], [ 120.266728, 30.4691752 ], [ 120.2667149, 30.469328 ], [ 120.2666558, 30.4694241 ], [ 120.2665442, 30.469492 ], [ 120.2664261, 30.4695033 ], [ 120.2661898, 30.469492 ], [ 120.2659666, 30.4694807 ], [ 120.265947, 30.4695373 ], [ 120.2659929, 30.4695769 ], [ 120.2660454, 30.4696957 ], [ 120.2660913, 30.4698201 ], [ 120.2660913, 30.469905 ], [ 120.2661045, 30.4700294 ], [ 120.2660782, 30.4701369 ], [ 120.2660388, 30.4702387 ], [ 120.2659863, 30.470284 ], [ 120.2659995, 30.4703349 ], [ 120.2660651, 30.4703293 ], [ 120.2661439, 30.4702783 ], [ 120.2662292, 30.4701369 ], [ 120.266262, 30.4699898 ], [ 120.2662948, 30.4698258 ], [ 120.266367, 30.4697579 ], [ 120.2665114, 30.4697466 ], [ 120.2666689, 30.4697522 ], [ 120.2668133, 30.4698032 ], [ 120.2668593, 30.469871 ], [ 120.2668658, 30.4699729 ], [ 120.266879, 30.4701199 ], [ 120.2668987, 30.4702897 ], [ 120.2670693, 30.4710194 ], [ 120.2670824, 30.4711325 ], [ 120.2670627, 30.4712513 ], [ 120.267043, 30.4713871 ], [ 120.2670365, 30.4715455 ], [ 120.2670824, 30.4717831 ], [ 120.267194, 30.4722187 ], [ 120.2672248, 30.4725953 ], [ 120.2675356, 30.4725875 ], [ 120.2675681, 30.4724223 ], [ 120.2675813, 30.4722809 ], [ 120.2675813, 30.4721282 ], [ 120.2675025, 30.4719754 ], [ 120.2674959, 30.4717152 ], [ 120.2674959, 30.4715398 ], [ 120.2675353, 30.4713022 ], [ 120.2675419, 30.4711269 ], [ 120.2675025, 30.4709968 ], [ 120.2675287, 30.4709006 ], [ 120.2675944, 30.4708554 ], [ 120.2677256, 30.470878 ], [ 120.2680801, 30.4709176 ], [ 120.2683886, 30.4709459 ], [ 120.2684214, 30.470895 ], [ 120.2685395, 30.470895 ], [ 120.2685526, 30.4709572 ], [ 120.2692681, 30.4709572 ], [ 120.2697406, 30.4709572 ], [ 120.2699244, 30.4709232 ], [ 120.2701607, 30.4709232 ], [ 120.2702329, 30.4709628 ], [ 120.2702985, 30.4709798 ], [ 120.2703116, 30.4709119 ], [ 120.2706136, 30.4709572 ], [ 120.2713618, 30.4710251 ], [ 120.2714865, 30.4710477 ], [ 120.2716506, 30.4710307 ], [ 120.2717293, 30.4710703 ], [ 120.2718081, 30.4710929 ], [ 120.27211, 30.4711552 ], [ 120.2726285, 30.4712627 ], [ 120.2728123, 30.4712966 ], [ 120.273088, 30.4713136 ], [ 120.2732783, 30.4713192 ], [ 120.2733833, 30.4713645 ], [ 120.2734096, 30.471421 ], [ 120.2734096, 30.4715002 ], [ 120.2733899, 30.4716134 ], [ 120.2734424, 30.4716926 ], [ 120.2735015, 30.4717378 ], [ 120.2735671, 30.4717095 ], [ 120.2735802, 30.4715681 ], [ 120.2735474, 30.4713871 ], [ 120.2734752, 30.4713079 ], [ 120.2734621, 30.4712457 ], [ 120.2734096, 30.4712004 ], [ 120.2732389, 30.4711552 ], [ 120.2731274, 30.4711439 ], [ 120.2730223, 30.4711721 ], [ 120.2729042, 30.4712061 ], [ 120.2727664, 30.4711835 ], [ 120.2726548, 30.4711552 ], [ 120.2724841, 30.4711099 ], [ 120.2721035, 30.471059 ], [ 120.2718672, 30.471042 ], [ 120.27169, 30.4709911 ], [ 120.2715587, 30.4709402 ], [ 120.2712765, 30.4709232 ], [ 120.2711124, 30.4709345 ], [ 120.2709614, 30.4709232 ], [ 120.270502, 30.470895 ], [ 120.2703116, 30.4708554 ], [ 120.2701738, 30.4708271 ], [ 120.2699572, 30.470861 ], [ 120.26978, 30.4708723 ], [ 120.2695897, 30.4708158 ], [ 120.2694321, 30.4707818 ], [ 120.2692681, 30.4707762 ], [ 120.2690843, 30.4707875 ], [ 120.2689071, 30.4707818 ], [ 120.2687692, 30.4708101 ], [ 120.2685723, 30.4708158 ], [ 120.2685133, 30.4708554 ], [ 120.2684082, 30.470844 ], [ 120.2683787, 30.4707819 ], [ 120.2682612, 30.4707425 ], [ 120.2681176, 30.4707425 ], [ 120.2679348, 30.4706975 ], [ 120.2677847, 30.4706187 ], [ 120.2676738, 30.4705062 ], [ 120.2676085, 30.4704162 ], [ 120.2675563, 30.4702812 ], [ 120.2674975, 30.4698536 ], [ 120.267491, 30.4696174 ], [ 120.2675302, 30.4694767 ], [ 120.2675693, 30.4694092 ], [ 120.2676542, 30.4693923 ], [ 120.2677651, 30.4693642 ], [ 120.2678435, 30.4693248 ], [ 120.2679414, 30.4693473 ], [ 120.2681176, 30.4693867 ], [ 120.26832, 30.4693867 ], [ 120.2684962, 30.4693698 ], [ 120.2687246, 30.4693248 ], [ 120.268803, 30.4693136 ], [ 120.2688748, 30.4693586 ], [ 120.2689335, 30.4694148 ], [ 120.2690314, 30.4694598 ], [ 120.2691881, 30.469488 ], [ 120.2694753, 30.4695048 ], [ 120.2696711, 30.4695217 ], [ 120.2698408, 30.4695048 ], [ 120.2700235, 30.4694711 ], [ 120.2702455, 30.4694373 ], [ 120.2704609, 30.4694261 ], [ 120.2706371, 30.4694373 ], [ 120.2707937, 30.4694655 ], [ 120.2710418, 30.4694711 ], [ 120.2713029, 30.469443 ], [ 120.2714595, 30.4694598 ], [ 120.271466, 30.4693304 ], [ 120.2713877, 30.4692911 ], [ 120.2712441, 30.4693361 ], [ 120.2710418, 30.4693586 ], [ 120.2708721, 30.4693586 ], [ 120.2707219, 30.4693192 ], [ 120.2705261, 30.4692967 ], [ 120.2702194, 30.4692911 ], [ 120.2699322, 30.4692967 ], [ 120.2695275, 30.4693361 ], [ 120.2693969, 30.4693529 ], [ 120.269299, 30.4693417 ], [ 120.269162, 30.4692742 ], [ 120.2690575, 30.4691842 ], [ 120.2689009, 30.4691223 ], [ 120.2687442, 30.469111 ], [ 120.2682808, 30.4691279 ], [ 120.2680915, 30.4690942 ], [ 120.2679022, 30.4690492 ], [ 120.267726, 30.4689704 ], [ 120.2675759, 30.4688691 ], [ 120.2675302, 30.4687566 ], [ 120.2674975, 30.4686385 ], [ 120.2675302, 30.4683009 ], [ 120.267602, 30.4678509 ], [ 120.2676607, 30.4675696 ], [ 120.2676346, 30.4674345 ], [ 120.2676672, 30.4671983 ], [ 120.2677651, 30.4668101 ], [ 120.2678435, 30.4667032 ], [ 120.2679544, 30.4666469 ], [ 120.2680719, 30.4666469 ], [ 120.268209, 30.4666694 ], [ 120.2683656, 30.4666807 ], [ 120.2686333, 30.4666188 ], [ 120.2687834, 30.4665625 ], [ 120.2689596, 30.4665063 ], [ 120.2694687, 30.4664556 ], [ 120.2699713, 30.4664163 ], [ 120.2700627, 30.4664106 ], [ 120.2701606, 30.4663656 ], [ 120.2702259, 30.4662869 ], [ 120.270376, 30.4662306 ], [ 120.2705457, 30.4661856 ], [ 120.270735, 30.46618 ], [ 120.2711136, 30.4662081 ], [ 120.2714334, 30.4662869 ], [ 120.2715966, 30.4663206 ], [ 120.2717141, 30.4662812 ], [ 120.271825, 30.4662756 ], [ 120.2719882, 30.4662869 ], [ 120.2728106, 30.4664106 ], [ 120.2729869, 30.4664444 ], [ 120.2731174, 30.4665006 ], [ 120.2731631, 30.4665738 ], [ 120.2731631, 30.466675 ], [ 120.2731109, 30.4668382 ], [ 120.2731109, 30.4670239 ], [ 120.27315, 30.4671307 ], [ 120.2732414, 30.4671251 ], [ 120.2732741, 30.4670295 ], [ 120.2732871, 30.4669001 ], [ 120.2733459, 30.4667032 ], [ 120.2733263, 30.4666075 ], [ 120.2733132, 30.4664838 ], [ 120.2733459, 30.4663825 ], [ 120.2733459, 30.4661912 ], [ 120.2732936, 30.4662193 ], [ 120.2732936, 30.4663431 ], [ 120.2732675, 30.4664275 ], [ 120.2731892, 30.4664613 ], [ 120.2730652, 30.4664388 ], [ 120.2729542, 30.4663825 ], [ 120.2726148, 30.4663431 ], [ 120.2720665, 30.4662475 ], [ 120.2715901, 30.4662081 ], [ 120.2713485, 30.4661743 ], [ 120.2710026, 30.4661181 ], [ 120.2707285, 30.4661068 ], [ 120.2705588, 30.4661012 ], [ 120.2703434, 30.4661125 ], [ 120.2701867, 30.4661518 ], [ 120.270004, 30.4661912 ], [ 120.2698147, 30.4661856 ], [ 120.269645, 30.4661856 ], [ 120.2690593, 30.4662527 ], [ 120.2688028, 30.4662904 ], [ 120.2686026, 30.4663281 ], [ 120.2682023, 30.4662473 ], [ 120.2680709, 30.4661987 ], [ 120.2680208, 30.4661232 ], [ 120.2680521, 30.4659884 ], [ 120.2680834, 30.4658321 ], [ 120.2681835, 30.4656056 ], [ 120.2681835, 30.465433 ], [ 120.2682773, 30.4653144 ], [ 120.2683086, 30.4651311 ], [ 120.2682836, 30.4649909 ], [ 120.2682461, 30.4648884 ], [ 120.2682335, 30.464759 ], [ 120.2682586, 30.4646026 ], [ 120.2682461, 30.4644678 ], [ 120.2683399, 30.4640472 ], [ 120.2684275, 30.4636212 ], [ 120.2684588, 30.4634271 ], [ 120.2684838, 30.4633678 ], [ 120.2685651, 30.4633408 ], [ 120.2690718, 30.4634864 ], [ 120.2703856, 30.4638261 ], [ 120.2704169, 30.4637884 ], [ 120.2693346, 30.4635134 ], [ 120.2686089, 30.4633138 ], [ 120.2685213, 30.4632276 ], [ 120.2684885, 30.4628694 ], [ 120.2684668, 30.4623314 ], [ 120.2684939, 30.462018 ], [ 120.2685265, 30.4618675 ], [ 120.2686345, 30.4616413 ], [ 120.2690512, 30.4609164 ], [ 120.2691206, 30.4608499 ], [ 120.2691901, 30.4608432 ], [ 120.269383, 30.4609164 ], [ 120.270062, 30.4611292 ], [ 120.2705249, 30.4613021 ], [ 120.2708181, 30.4614352 ], [ 120.2710419, 30.4615948 ], [ 120.2713119, 30.4618675 ], [ 120.2714354, 30.4619473 ], [ 120.2717286, 30.4620603 ], [ 120.2719524, 30.4621801 ], [ 120.2722533, 30.4622865 ], [ 120.2727934, 30.4623729 ], [ 120.2728783, 30.4624128 ], [ 120.27294, 30.4624793 ], [ 120.2729709, 30.4626057 ], [ 120.2729631, 30.4628119 ], [ 120.2729246, 30.4629316 ], [ 120.2728783, 30.4631511 ], [ 120.2728474, 30.463304 ], [ 120.2728551, 30.463477 ], [ 120.2729246, 30.4634637 ], [ 120.2729246, 30.4633705 ], [ 120.2729554, 30.4632176 ], [ 120.2730094, 30.4631112 ], [ 120.2730712, 30.4629249 ], [ 120.2731041, 30.4628133 ], [ 120.2731869, 30.4625325 ], [ 120.2732563, 30.4624195 ], [ 120.2733644, 30.4623264 ], [ 120.2735958, 30.4622599 ], [ 120.2743983, 30.4620803 ], [ 120.2746529, 30.4620404 ], [ 120.2751313, 30.4619207 ], [ 120.2758026, 30.4617677 ], [ 120.2762092, 30.4617189 ], [ 120.276176, 30.4616474 ], [ 120.2757949, 30.4616879 ], [ 120.2756097, 30.4617344 ], [ 120.2751133, 30.4618516 ], [ 120.2744277, 30.4619979 ], [ 120.2738924, 30.4620992 ], [ 120.273592, 30.4621443 ], [ 120.2731872, 30.4622005 ], [ 120.2729979, 30.4622174 ], [ 120.2728216, 30.4622174 ], [ 120.2725866, 30.4621837 ], [ 120.2721557, 30.4620992 ], [ 120.2719076, 30.4620655 ], [ 120.2715616, 30.4619417 ], [ 120.2714571, 30.461891 ], [ 120.2711633, 30.4616265 ], [ 120.2710393, 30.461514 ], [ 120.2708369, 30.4613845 ], [ 120.270641, 30.4612889 ], [ 120.2704321, 30.4612101 ], [ 120.2696469, 30.4609353 ], [ 120.2692378, 30.4607282 ], [ 120.2691989, 30.4605659 ], [ 120.2692118, 30.4604092 ], [ 120.269478, 30.4592787 ], [ 120.2695819, 30.4587582 ], [ 120.2696336, 30.4585502 ], [ 120.2697767, 30.4579747 ], [ 120.269939, 30.457612 ], [ 120.270247, 30.4570973 ], [ 120.2704041, 30.4568195 ], [ 120.2702507, 30.4565756 ], [ 120.2701151, 30.4565845 ], [ 120.2700073, 30.4565604 ], [ 120.2700592, 30.4567905 ], [ 120.2699114, 30.4570932 ], [ 120.2696565, 30.4575534 ], [ 120.2694543, 30.4579296 ], [ 120.2695103, 30.458176 ], [ 120.2693173, 30.4588193 ], [ 120.2692401, 30.4590966 ], [ 120.2691179, 30.4596345 ], [ 120.2689764, 30.4603887 ], [ 120.2689506, 30.4604885 ], [ 120.2688863, 30.4605162 ], [ 120.2687898, 30.4604663 ], [ 120.2687641, 30.4605162 ], [ 120.2689056, 30.4605939 ], [ 120.2688927, 30.4607103 ], [ 120.2685775, 30.4613536 ], [ 120.2683137, 30.4617917 ], [ 120.2682494, 30.4618527 ], [ 120.2681465, 30.4618804 ], [ 120.2679856, 30.4618471 ], [ 120.2664545, 30.4615088 ], [ 120.2660814, 30.4614867 ], [ 120.2651485, 30.4613425 ], [ 120.2647818, 30.4613203 ], [ 120.2642672, 30.4611706 ], [ 120.2640677, 30.4610098 ], [ 120.2640613, 30.4609155 ], [ 120.2642286, 30.460555 ], [ 120.2640935, 30.4605107 ], [ 120.2639648, 30.4608212 ], [ 120.263894, 30.4608933 ], [ 120.2638104, 30.4609432 ], [ 120.2636045, 30.4609155 ], [ 120.2621956, 30.4603554 ], [ 120.2613529, 30.4600116 ], [ 120.2610634, 30.4598674 ], [ 120.2608768, 30.4597454 ], [ 120.2607803, 30.4597676 ], [ 120.2606581, 30.4598563 ], [ 120.2605487, 30.4599007 ], [ 120.2604651, 30.4599728 ], [ 120.2603235, 30.4600449 ], [ 120.2601756, 30.4600615 ], [ 120.2591141, 30.4597731 ], [ 120.2564378, 30.4590744 ], [ 120.2550932, 30.4587805 ], [ 120.2528737, 30.4582315 ], [ 120.2516385, 30.4579265 ], [ 120.2513619, 30.4578433 ], [ 120.2512911, 30.457749 ], [ 120.2512976, 30.4576548 ], [ 120.2526872, 30.455309 ], [ 120.2536457, 30.4536619 ], [ 120.2536843, 30.4535121 ], [ 120.253665, 30.4534068 ], [ 120.2535943, 30.4533014 ], [ 120.2534913, 30.4531905 ], [ 120.2532211, 30.4530352 ], [ 120.2525263, 30.4527357 ], [ 120.2525135, 30.4525638 ], [ 120.2524684, 30.4524695 ], [ 120.2523977, 30.4523974 ], [ 120.2524041, 30.452281 ], [ 120.2526357, 30.4518373 ], [ 120.2527193, 30.4517707 ], [ 120.2528094, 30.4517541 ], [ 120.2529188, 30.4518096 ], [ 120.2529831, 30.4518151 ], [ 120.253041, 30.4517763 ], [ 120.2530925, 30.4516099 ], [ 120.2531825, 30.4512938 ], [ 120.2531954, 30.450961 ], [ 120.2531568, 30.4508778 ], [ 120.2530217, 30.4508002 ], [ 120.2530024, 30.4507447 ], [ 120.2527579, 30.4507669 ], [ 120.2527644, 30.4508723 ], [ 120.2527487, 30.4509947 ], [ 120.2526992, 30.451064 ], [ 120.2525198, 30.45124 ], [ 120.2524333, 30.451288 ], [ 120.2523219, 30.451304 ], [ 120.2521735, 30.451256 ], [ 120.2520003, 30.45116 ], [ 120.251889, 30.451128 ], [ 120.2517344, 30.4510374 ], [ 120.2512396, 30.4507068 ], [ 120.2510912, 30.4506482 ], [ 120.2507077, 30.4505202 ], [ 120.2500062, 30.4502158 ], [ 120.2496527, 30.4500609 ], [ 120.2494645, 30.4499977 ], [ 120.2490873, 30.449923 ], [ 120.2486296, 30.4498271 ], [ 120.2484317, 30.4498111 ], [ 120.248308, 30.4497631 ], [ 120.2483204, 30.4496991 ], [ 120.2481348, 30.4495978 ], [ 120.2478627, 30.4495338 ], [ 120.2476524, 30.4494325 ], [ 120.2474112, 30.4494219 ], [ 120.2471824, 30.4493525 ], [ 120.247071, 30.4492726 ], [ 120.2461433, 30.4489847 ], [ 120.2456362, 30.4488247 ], [ 120.2451228, 30.4486754 ], [ 120.2448445, 30.4486434 ], [ 120.2446157, 30.4486008 ], [ 120.2439786, 30.4483342 ], [ 120.2434132, 30.4481755 ], [ 120.2423644, 30.447881 ], [ 120.2420552, 30.447849 ], [ 120.2417707, 30.4477797 ], [ 120.2415604, 30.4476517 ], [ 120.2411027, 30.4475451 ], [ 120.2403482, 30.4473051 ], [ 120.2402925, 30.4472251 ], [ 120.2403172, 30.4471025 ], [ 120.2403667, 30.4469799 ], [ 120.2404904, 30.4468732 ], [ 120.240577, 30.446676 ], [ 120.2407502, 30.4463294 ], [ 120.2409357, 30.4460361 ], [ 120.2411027, 30.4457642 ], [ 120.2413006, 30.4455189 ], [ 120.2414305, 30.4453376 ], [ 120.2415171, 30.445151 ], [ 120.2415913, 30.4449964 ], [ 120.2418387, 30.4445698 ], [ 120.242049, 30.4443086 ], [ 120.242284, 30.4438607 ], [ 120.2424819, 30.4434927 ], [ 120.2428097, 30.4429595 ], [ 120.2428963, 30.4429009 ], [ 120.2430076, 30.4429222 ], [ 120.2452651, 30.4439353 ], [ 120.2454259, 30.443978 ], [ 120.2455496, 30.443994 ], [ 120.2458526, 30.4439566 ], [ 120.2465082, 30.4439086 ], [ 120.2477452, 30.4439886 ], [ 120.2487533, 30.4440739 ], [ 120.2516911, 30.4444045 ], [ 120.2517096, 30.4442499 ], [ 120.2486049, 30.4439086 ], [ 120.2467061, 30.4437753 ], [ 120.2464773, 30.44377 ], [ 120.2455681, 30.4438553 ], [ 120.2454259, 30.4438447 ], [ 120.2435519, 30.4429915 ], [ 120.2429705, 30.4427356 ], [ 120.2429087, 30.4426396 ], [ 120.2428963, 30.442309 ], [ 120.2429148, 30.4419144 ], [ 120.2429705, 30.4416158 ], [ 120.2430818, 30.4412639 ], [ 120.2431561, 30.4410719 ], [ 120.2432983, 30.4408747 ], [ 120.243521, 30.4406027 ], [ 120.243756, 30.4403361 ], [ 120.2439786, 30.4401388 ], [ 120.2444672, 30.4397762 ], [ 120.2446651, 30.4395896 ], [ 120.244795, 30.4394669 ], [ 120.244894, 30.439227 ], [ 120.2450548, 30.4389764 ], [ 120.2451599, 30.438843 ], [ 120.2452836, 30.4387737 ], [ 120.2452403, 30.4387044 ], [ 120.2451166, 30.4387364 ], [ 120.2449661, 30.43886 ], [ 120.2448485, 30.4390349 ], [ 120.2447579, 30.4392323 ], [ 120.2447023, 30.4393496 ], [ 120.2445476, 30.4395256 ], [ 120.2443497, 30.4396802 ], [ 120.2442137, 30.4397869 ], [ 120.2439972, 30.4399682 ], [ 120.2438364, 30.4401281 ], [ 120.2437251, 30.4401815 ], [ 120.243589, 30.4401655 ], [ 120.2432365, 30.4399948 ], [ 120.2427911, 30.4396696 ], [ 120.2422593, 30.4392643 ], [ 120.2421789, 30.439163 ], [ 120.2421603, 30.4390137 ], [ 120.2421974, 30.4389124 ], [ 120.2423149, 30.438859 ], [ 120.2424695, 30.4386511 ], [ 120.242519, 30.4385551 ], [ 120.2424881, 30.4384964 ], [ 120.2423397, 30.4386831 ], [ 120.2422716, 30.4387737 ], [ 120.2421665, 30.4388804 ], [ 120.2420737, 30.4388964 ], [ 120.2417892, 30.4387737 ], [ 120.2417459, 30.4387204 ], [ 120.2417335, 30.4386351 ], [ 120.2417645, 30.4385551 ], [ 120.2417768, 30.4384644 ], [ 120.2417397, 30.4383525 ], [ 120.2417397, 30.4382352 ], [ 120.2417212, 30.4381498 ], [ 120.2415975, 30.4381018 ], [ 120.2414923, 30.4380325 ], [ 120.2412078, 30.4376326 ], [ 120.2409543, 30.437014 ], [ 120.2409048, 30.4369074 ], [ 120.2408058, 30.4368434 ], [ 120.2407131, 30.4367421 ], [ 120.2405337, 30.4363901 ], [ 120.2404824, 30.4362085 ], [ 120.2404059, 30.4360281 ], [ 120.2401008, 30.4354676 ], [ 120.23994, 30.4351157 ], [ 120.2397235, 30.4345077 ], [ 120.2396431, 30.4343051 ], [ 120.2393091, 30.4337985 ], [ 120.2391174, 30.4335265 ], [ 120.2389689, 30.4332866 ], [ 120.238635, 30.4325027 ], [ 120.2383814, 30.4318734 ], [ 120.2381093, 30.4310842 ], [ 120.2377505, 30.4301989 ], [ 120.2375588, 30.4296816 ], [ 120.2373918, 30.429063 ], [ 120.2372805, 30.428791 ], [ 120.2370578, 30.4284497 ], [ 120.2366806, 30.4279004 ], [ 120.2364641, 30.4276658 ], [ 120.2361178, 30.4271165 ], [ 120.2360683, 30.4271538 ], [ 120.236192, 30.4274205 ], [ 120.2364703, 30.4278418 ], [ 120.2367672, 30.4281884 ], [ 120.236928, 30.4284391 ], [ 120.2370702, 30.4287111 ], [ 120.237235, 30.4292028 ], [ 120.2374599, 30.4298736 ], [ 120.2376268, 30.4302416 ], [ 120.2378804, 30.4309562 ], [ 120.2381835, 30.4318148 ], [ 120.2384185, 30.4324227 ], [ 120.238938, 30.4334732 ], [ 120.2390679, 30.4336545 ], [ 120.2393957, 30.4341451 ], [ 120.2394823, 30.4342784 ], [ 120.2396122, 30.4344811 ], [ 120.2398039, 30.4350143 ], [ 120.2402368, 30.4358889 ], [ 120.240645, 30.4368114 ], [ 120.2407996, 30.4369874 ], [ 120.2410532, 30.4375579 ], [ 120.2412078, 30.4378992 ], [ 120.2413192, 30.4380432 ], [ 120.2413748, 30.4381392 ], [ 120.241381, 30.4382245 ], [ 120.2413625, 30.4383098 ], [ 120.2413192, 30.4383845 ], [ 120.2412388, 30.4384271 ], [ 120.2410903, 30.4384591 ], [ 120.2409666, 30.4384858 ], [ 120.2408368, 30.4384591 ], [ 120.2407316, 30.4384058 ], [ 120.2406327, 30.4383578 ], [ 120.2404904, 30.4383311 ], [ 120.2396431, 30.4380059 ], [ 120.2390926, 30.4378032 ], [ 120.2389999, 30.4377552 ], [ 120.2388947, 30.4377499 ], [ 120.2387463, 30.4377072 ], [ 120.2372619, 30.4371473 ], [ 120.2369651, 30.437078 ], [ 120.2366002, 30.4369554 ], [ 120.2362167, 30.4368487 ], [ 120.235357, 30.4364648 ], [ 120.2348561, 30.4362728 ], [ 120.2346581, 30.4362142 ], [ 120.234485, 30.4362195 ], [ 120.2342809, 30.4362568 ], [ 120.2341448, 30.4363368 ], [ 120.2339407, 30.4364808 ], [ 120.2334645, 30.4367901 ], [ 120.2329573, 30.437158 ], [ 120.2328213, 30.4372647 ], [ 120.2324563, 30.4376486 ], [ 120.2322523, 30.4377979 ], [ 120.2321471, 30.4378779 ], [ 120.2320482, 30.4379579 ], [ 120.2318564, 30.4380325 ], [ 120.2316709, 30.4380965 ], [ 120.2313245, 30.4381552 ], [ 120.2311729, 30.4381336 ], [ 120.2304896, 30.4382725 ], [ 120.2304896, 30.4383685 ], [ 120.2307926, 30.4383311 ], [ 120.2314792, 30.4382352 ], [ 120.2319616, 30.4381445 ], [ 120.2320976, 30.4380325 ], [ 120.2323017, 30.4378246 ], [ 120.2324192, 30.4377606 ], [ 120.2326852, 30.4375046 ], [ 120.232914, 30.4372593 ], [ 120.2333531, 30.4369607 ], [ 120.2339407, 30.4365608 ], [ 120.2341324, 30.4364168 ], [ 120.2342994, 30.4363101 ], [ 120.2344602, 30.4362782 ], [ 120.2346148, 30.4362782 ], [ 120.2347262, 30.4363475 ], [ 120.2348437, 30.4364648 ], [ 120.2349859, 30.4364808 ], [ 120.2352333, 30.4365448 ], [ 120.2356972, 30.4367207 ], [ 120.2359693, 30.4368701 ], [ 120.2361672, 30.4369554 ], [ 120.2366002, 30.4370567 ], [ 120.2369156, 30.4371527 ], [ 120.2370702, 30.437238 ], [ 120.2371939, 30.437318 ], [ 120.2389133, 30.4379792 ], [ 120.2390988, 30.4380165 ], [ 120.2403914, 30.4385071 ], [ 120.2405523, 30.4385924 ], [ 120.2410718, 30.4387791 ], [ 120.2411089, 30.4387417 ], [ 120.2411089, 30.4386511 ], [ 120.2411645, 30.4386031 ], [ 120.2412759, 30.4385658 ], [ 120.2413501, 30.4385978 ], [ 120.2414614, 30.4386084 ], [ 120.241548, 30.4386457 ], [ 120.2415913, 30.4387151 ], [ 120.2415789, 30.4387897 ], [ 120.2415851, 30.4388484 ], [ 120.2416593, 30.4388857 ], [ 120.2419914, 30.4390997 ], [ 120.2420472, 30.4391382 ], [ 120.2421309, 30.4392537 ], [ 120.2422091, 30.4393162 ], [ 120.2423207, 30.4393932 ], [ 120.2429347, 30.4398745 ], [ 120.243532, 30.4402306 ], [ 120.2435989, 30.4402931 ], [ 120.243571, 30.4403653 ], [ 120.2434706, 30.4404616 ], [ 120.2433143, 30.4406493 ], [ 120.2431133, 30.4409476 ], [ 120.2430073, 30.4412027 ], [ 120.2428956, 30.4414962 ], [ 120.2428231, 30.4418957 ], [ 120.2428007, 30.4426464 ], [ 120.2427784, 30.4427715 ], [ 120.2427003, 30.4429014 ], [ 120.242583, 30.4431084 ], [ 120.2424993, 30.4432912 ], [ 120.2422984, 30.4436281 ], [ 120.24217, 30.443758 ], [ 120.2421588, 30.4438591 ], [ 120.2419411, 30.444297 ], [ 120.2417737, 30.444451 ], [ 120.2415337, 30.4449226 ], [ 120.2414499, 30.4450573 ], [ 120.2413662, 30.4450958 ], [ 120.2413048, 30.4452402 ], [ 120.2412992, 30.4453557 ], [ 120.2412546, 30.4454423 ], [ 120.241115, 30.4455385 ], [ 120.2410425, 30.44563 ], [ 120.2409699, 30.4457455 ], [ 120.2408248, 30.4460631 ], [ 120.2407354, 30.4462411 ], [ 120.2405847, 30.4463951 ], [ 120.2402945, 30.4469341 ], [ 120.2402275, 30.4470784 ], [ 120.2401159, 30.4471747 ], [ 120.2399763, 30.4472372 ], [ 120.2397107, 30.4472421 ], [ 120.2395944, 30.4475178 ], [ 120.2396191, 30.4475981 ], [ 120.2395912, 30.4476799 ], [ 120.2393121, 30.4480457 ], [ 120.2392953, 30.4481371 ], [ 120.2392842, 30.4482189 ], [ 120.2392004, 30.4483825 ], [ 120.2391056, 30.4485557 ], [ 120.2390051, 30.4487001 ], [ 120.2388934, 30.4488733 ], [ 120.2386255, 30.449162 ], [ 120.2385474, 30.4492438 ], [ 120.2384804, 30.449369 ], [ 120.2384246, 30.4496481 ], [ 120.2383799, 30.4497587 ], [ 120.2382906, 30.449932 ], [ 120.238179, 30.4501244 ], [ 120.2375929, 30.4507259 ], [ 120.2371184, 30.4511349 ], [ 120.2368672, 30.4514333 ], [ 120.2364486, 30.4518856 ], [ 120.2359853, 30.4523427 ], [ 120.2356616, 30.4525785 ], [ 120.2355443, 30.4526459 ], [ 120.2353713, 30.452694 ], [ 120.2352652, 30.4527902 ], [ 120.2351846, 30.452876 ], [ 120.2348857, 30.4531944 ], [ 120.2348354, 30.4532858 ], [ 120.2348075, 30.453435 ], [ 120.2347685, 30.4535216 ], [ 120.2346457, 30.453613 ], [ 120.2345508, 30.4537526 ], [ 120.2345117, 30.4538392 ], [ 120.2345787, 30.4539306 ], [ 120.2346847, 30.4539354 ], [ 120.2348354, 30.4539258 ], [ 120.2350364, 30.4539354 ], [ 120.2354048, 30.4540317 ], [ 120.235896, 30.4541616 ], [ 120.2362867, 30.4543204 ], [ 120.2363537, 30.4543685 ], [ 120.2364486, 30.4544022 ], [ 120.2366886, 30.4544118 ], [ 120.2368337, 30.454431 ], [ 120.2369286, 30.4544647 ], [ 120.2370514, 30.4545224 ], [ 120.2370793, 30.4545994 ], [ 120.2370849, 30.4546812 ], [ 120.2369119, 30.4551768 ], [ 120.2368426, 30.4552943 ], [ 120.2371384, 30.4553719 ], [ 120.2371966, 30.4552971 ], [ 120.2373752, 30.4548496 ], [ 120.2374087, 30.4547101 ], [ 120.2373808, 30.4545417 ], [ 120.2373361, 30.454431 ], [ 120.2372859, 30.4543155 ], [ 120.2371966, 30.4542337 ], [ 120.2369342, 30.454176 ], [ 120.2367221, 30.4540798 ], [ 120.2357676, 30.4538584 ], [ 120.2356281, 30.4538247 ], [ 120.2352764, 30.4537381 ], [ 120.2351592, 30.4536948 ], [ 120.2351145, 30.4536178 ], [ 120.2350531, 30.4534927 ], [ 120.2350699, 30.4533821 ], [ 120.235148, 30.4532762 ], [ 120.2353769, 30.4530356 ], [ 120.2355443, 30.4529249 ], [ 120.235723, 30.4528335 ], [ 120.2358346, 30.4527373 ], [ 120.2360076, 30.4526074 ], [ 120.2361583, 30.4525159 ], [ 120.2362756, 30.452463 ], [ 120.2364095, 30.4524053 ], [ 120.2365379, 30.4522609 ], [ 120.2366551, 30.4520684 ], [ 120.2367165, 30.4519626 ], [ 120.2368337, 30.4518278 ], [ 120.2369342, 30.451746 ], [ 120.2370849, 30.4516739 ], [ 120.2371966, 30.4515776 ], [ 120.2374143, 30.4512408 ], [ 120.2374868, 30.4511638 ], [ 120.2375817, 30.451082 ], [ 120.2376878, 30.4510098 ], [ 120.2377771, 30.4509232 ], [ 120.2378608, 30.4507644 ], [ 120.2379222, 30.4506441 ], [ 120.2381734, 30.4503891 ], [ 120.2383073, 30.4503073 ], [ 120.2383632, 30.4502207 ], [ 120.2383911, 30.4501004 ], [ 120.2384748, 30.4500138 ], [ 120.2385083, 30.4499175 ], [ 120.2386144, 30.449725 ], [ 120.2386144, 30.4496288 ], [ 120.2386032, 30.4495229 ], [ 120.2388265, 30.4492102 ], [ 120.2389102, 30.4492294 ], [ 120.2390218, 30.4490658 ], [ 120.2391558, 30.4489599 ], [ 120.2392451, 30.4487386 ], [ 120.2392898, 30.4486664 ], [ 120.2393567, 30.4485557 ], [ 120.2396079, 30.4481467 ], [ 120.2398256, 30.4476607 ], [ 120.239887, 30.4475789 ], [ 120.240021, 30.447526 ], [ 120.2401382, 30.447526 ], [ 120.2402331, 30.4475741 ], [ 120.2404564, 30.4476366 ], [ 120.2405624, 30.4476751 ], [ 120.2407075, 30.4476992 ], [ 120.2408192, 30.4477617 ], [ 120.2409252, 30.4478484 ], [ 120.2410648, 30.4479254 ], [ 120.2414834, 30.4480505 ], [ 120.2417569, 30.4481178 ], [ 120.2420137, 30.4481275 ], [ 120.2421923, 30.4481371 ], [ 120.2424491, 30.4482189 ], [ 120.242583, 30.448267 ], [ 120.2426835, 30.4482526 ], [ 120.2428398, 30.4482718 ], [ 120.2429291, 30.4483007 ], [ 120.2430966, 30.4483296 ], [ 120.2431803, 30.4483681 ], [ 120.2432417, 30.4483921 ], [ 120.2433478, 30.4483729 ], [ 120.2434482, 30.4483825 ], [ 120.2437385, 30.4484884 ], [ 120.2438445, 30.4485461 ], [ 120.2439283, 30.4486472 ], [ 120.2442129, 30.448753 ], [ 120.244319, 30.4488541 ], [ 120.2444474, 30.4488974 ], [ 120.2446148, 30.4488829 ], [ 120.2448548, 30.4489263 ], [ 120.2452679, 30.4490514 ], [ 120.245413, 30.4491091 ], [ 120.245547, 30.4491717 ], [ 120.2456531, 30.4492294 ], [ 120.2457926, 30.4492583 ], [ 120.2459098, 30.4492583 ], [ 120.2460494, 30.449215 ], [ 120.2461443, 30.4492342 ], [ 120.2464122, 30.4493401 ], [ 120.2465294, 30.4493834 ], [ 120.2466299, 30.4494411 ], [ 120.2468587, 30.4495903 ], [ 120.2470541, 30.4496721 ], [ 120.2472885, 30.4496865 ], [ 120.2477072, 30.4497828 ], [ 120.2479304, 30.4498694 ], [ 120.2479974, 30.4499127 ], [ 120.2480923, 30.4499512 ], [ 120.2483435, 30.4500426 ], [ 120.2486617, 30.4501292 ], [ 120.2489687, 30.4501966 ], [ 120.2492533, 30.4502495 ], [ 120.2494779, 30.450305 ], [ 120.2497633, 30.4503911 ], [ 120.2499511, 30.4504901 ], [ 120.2501074, 30.4506056 ], [ 120.2501688, 30.4506634 ], [ 120.2502748, 30.4507211 ], [ 120.2504255, 30.4507789 ], [ 120.2505818, 30.4508125 ], [ 120.2508888, 30.4508751 ], [ 120.251274, 30.4509954 ], [ 120.2513689, 30.4510387 ], [ 120.2516089, 30.4512312 ], [ 120.2521224, 30.4515103 ], [ 120.252301, 30.4515728 ], [ 120.2523624, 30.4516306 ], [ 120.2523624, 30.4517124 ], [ 120.2520889, 30.4521839 ], [ 120.2520108, 30.4523764 ], [ 120.2518656, 30.452617 ], [ 120.2518489, 30.4526988 ], [ 120.2518991, 30.452771 ], [ 120.2521615, 30.4528961 ], [ 120.2532723, 30.4534157 ], [ 120.2533504, 30.4534542 ], [ 120.2533783, 30.453512 ], [ 120.2533337, 30.4536227 ], [ 120.2522061, 30.4555425 ], [ 120.251687, 30.4564182 ], [ 120.2510005, 30.4575778 ], [ 120.2509781, 30.4576356 ], [ 120.2509837, 30.457727 ], [ 120.2510339, 30.4578473 ], [ 120.2511121, 30.4579628 ], [ 120.2512181, 30.4580301 ], [ 120.2534788, 30.4586364 ], [ 120.2548184, 30.4589636 ], [ 120.254891, 30.4590117 ], [ 120.2549133, 30.459079 ], [ 120.2548631, 30.4596318 ], [ 120.2548296, 30.4598152 ], [ 120.2547849, 30.4599307 ], [ 120.2546789, 30.4602049 ], [ 120.2544221, 30.4619418 ], [ 120.2541821, 30.4636306 ], [ 120.2540816, 30.4650644 ], [ 120.2539644, 30.4666809 ], [ 120.2539253, 30.4668445 ], [ 120.2538563, 30.4668892 ], [ 120.2538435, 30.4670333 ], [ 120.2538807, 30.4670514 ], [ 120.2539142, 30.4671187 ], [ 120.2539086, 30.4672053 ], [ 120.2537467, 30.4692741 ], [ 120.2536239, 30.4705009 ], [ 120.2536016, 30.4707077 ], [ 120.2535458, 30.4715064 ], [ 120.2535123, 30.4716795 ], [ 120.253222, 30.4725696 ], [ 120.2529262, 30.4734884 ], [ 120.2528815, 30.4735798 ], [ 120.2527978, 30.4736183 ], [ 120.252675, 30.4736183 ], [ 120.2501855, 30.4729448 ], [ 120.2482735, 30.4724514 ], [ 120.2471267, 30.4721462 ], [ 120.2469759, 30.4720692 ], [ 120.2467583, 30.4720259 ], [ 120.2464178, 30.4719345 ], [ 120.2462391, 30.4718912 ], [ 120.2460549, 30.4718431 ], [ 120.2453349, 30.4716411 ], [ 120.2451116, 30.4715785 ], [ 120.2448046, 30.4715064 ], [ 120.2438669, 30.4712706 ], [ 120.2425495, 30.470929 ], [ 120.2415616, 30.4706356 ], [ 120.2400656, 30.4702555 ], [ 120.2398758, 30.4701882 ], [ 120.2376152, 30.4695916 ], [ 120.2367779, 30.4693655 ], [ 120.2366328, 30.4693174 ], [ 120.2365993, 30.4692789 ], [ 120.2365983, 30.469228 ], [ 120.2363925, 30.4691725 ], [ 120.2363202, 30.4691682 ], [ 120.2362086, 30.4691394 ], [ 120.2342717, 30.4683359 ], [ 120.233546, 30.4680713 ], [ 120.2324967, 30.4676383 ], [ 120.2322957, 30.4675613 ], [ 120.2312072, 30.4671717 ], [ 120.2304146, 30.4668349 ], [ 120.2287233, 30.4661661 ], [ 120.2273781, 30.465661 ], [ 120.2270934, 30.4655744 ], [ 120.2266804, 30.4653963 ], [ 120.2245481, 30.4643282 ], [ 120.2233592, 30.4637413 ], [ 120.2232587, 30.4636402 ], [ 120.2230633, 30.4636162 ], [ 120.2227452, 30.463467 ], [ 120.2206408, 30.4624567 ], [ 120.2204461, 30.4623778 ], [ 120.2203678, 30.4625112 ], [ 120.2205236, 30.4625866 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.212708, 30.4732494 ], [ 120.2127846, 30.4730183 ], [ 120.2129953, 30.4724735 ], [ 120.2133976, 30.4719452 ], [ 120.213819, 30.4713509 ], [ 120.216539, 30.468957 ], [ 120.2166347, 30.4687424 ], [ 120.2177457, 30.4661338 ], [ 120.2179947, 30.4654074 ], [ 120.2181671, 30.4654074 ], [ 120.2191588, 30.4658413 ], [ 120.2192605, 30.4660869 ], [ 120.2191791, 30.4663325 ], [ 120.2191588, 30.466701 ], [ 120.2196066, 30.4670343 ], [ 120.2204004, 30.4674027 ], [ 120.2204818, 30.467701 ], [ 120.2203801, 30.4711396 ], [ 120.2202783, 30.4717887 ], [ 120.2200544, 30.4720519 ], [ 120.2197491, 30.4721571 ], [ 120.2195048, 30.4721747 ], [ 120.2191384, 30.4721747 ], [ 120.2190366, 30.4723852 ], [ 120.2191588, 30.4725957 ], [ 120.2191588, 30.4727711 ], [ 120.2191384, 30.4733325 ], [ 120.2192402, 30.4735957 ], [ 120.2194437, 30.4738237 ], [ 120.2189552, 30.4741746 ], [ 120.2186092, 30.474543 ], [ 120.2182428, 30.4750342 ], [ 120.2178357, 30.4751219 ], [ 120.2177543, 30.47535 ], [ 120.2173472, 30.475999 ], [ 120.21751, 30.4760341 ], [ 120.2180189, 30.47535 ], [ 120.2182835, 30.4751395 ], [ 120.2189145, 30.4744026 ], [ 120.2195048, 30.4739465 ], [ 120.2199119, 30.474157 ], [ 120.2202579, 30.4742097 ], [ 120.2207872, 30.4742448 ], [ 120.2209907, 30.4742448 ], [ 120.2211739, 30.4743676 ], [ 120.2212757, 30.4745956 ], [ 120.2207464, 30.4765604 ], [ 120.2205836, 30.476999 ], [ 120.2201765, 30.4775077 ], [ 120.2201302, 30.4777676 ], [ 120.2201122, 30.4779179 ], [ 120.2200864, 30.4787203 ], [ 120.2199526, 30.4786231 ], [ 120.2198559, 30.4786611 ], [ 120.21981, 30.4789154 ], [ 120.2199015, 30.4790625 ], [ 120.22023, 30.4790909 ], [ 120.2204883, 30.4791085 ], [ 120.2206243, 30.4790339 ], [ 120.2209907, 30.4791567 ], [ 120.221927, 30.4791041 ], [ 120.2225377, 30.4791391 ], [ 120.2228837, 30.4792269 ], [ 120.2228023, 30.479718 ], [ 120.2228021, 30.4802271 ], [ 120.2226106, 30.4802999 ], [ 120.2225337, 30.4804037 ], [ 120.2232413, 30.4803917 ], [ 120.2232097, 30.4798203 ], [ 120.223415, 30.4792216 ], [ 120.2234308, 30.4790039 ], [ 120.2232729, 30.4788542 ], [ 120.2230045, 30.4787998 ], [ 120.2226256, 30.4788542 ], [ 120.2212836, 30.4788542 ], [ 120.2208731, 30.4788542 ], [ 120.2206994, 30.4787453 ], [ 120.220652, 30.4782011 ], [ 120.2207468, 30.4776024 ], [ 120.2209994, 30.4772894 ], [ 120.221473, 30.4760376 ], [ 120.2218677, 30.4745272 ], [ 120.2218046, 30.4742823 ], [ 120.2214572, 30.4738604 ], [ 120.2214257, 30.4732889 ], [ 120.2213625, 30.4729351 ], [ 120.2211888, 30.4727446 ], [ 120.2209678, 30.4725133 ], [ 120.2208888, 30.4719826 ], [ 120.2209836, 30.471275 ], [ 120.2209994, 30.4703905 ], [ 120.2209994, 30.4697373 ], [ 120.2210152, 30.4692202 ], [ 120.2210152, 30.4686895 ], [ 120.2211415, 30.468118 ], [ 120.2211888, 30.4675872 ], [ 120.2211319, 30.4674097 ], [ 120.2212528, 30.4671345 ], [ 120.2213555, 30.467067 ], [ 120.2212882, 30.4669948 ], [ 120.2211819, 30.466995 ], [ 120.2209741, 30.4671634 ], [ 120.220795, 30.4671664 ], [ 120.220131, 30.4668252 ], [ 120.21991, 30.4666619 ], [ 120.2198152, 30.4664714 ], [ 120.2198784, 30.4659542 ], [ 120.2197837, 30.4657365 ], [ 120.2184574, 30.4650016 ], [ 120.2183469, 30.4647567 ], [ 120.2186627, 30.4640899 ], [ 120.2195468, 30.4624568 ], [ 120.2197363, 30.4623343 ], [ 120.2199258, 30.4623207 ], [ 120.2203678, 30.4625112 ], [ 120.2204461, 30.4623778 ], [ 120.219636, 30.4620009 ], [ 120.2195588, 30.4618235 ], [ 120.2199575, 30.4609035 ], [ 120.2201118, 30.4605931 ], [ 120.2204204, 30.4603049 ], [ 120.2208577, 30.4601054 ], [ 120.2218865, 30.4600721 ], [ 120.2230439, 30.4601054 ], [ 120.2241755, 30.4600056 ], [ 120.2260659, 30.4597396 ], [ 120.226426, 30.459662 ], [ 120.2269147, 30.4590744 ], [ 120.2271076, 30.4588527 ], [ 120.2273519, 30.4587308 ], [ 120.2275963, 30.458753 ], [ 120.2278535, 30.4588195 ], [ 120.2293067, 30.4594403 ], [ 120.2308884, 30.4600721 ], [ 120.2316215, 30.4602716 ], [ 120.2364311, 30.4622669 ], [ 120.2394789, 30.4635528 ], [ 120.2395689, 30.4637301 ], [ 120.2395561, 30.4638853 ], [ 120.2386816, 30.4655147 ], [ 120.238553, 30.465681 ], [ 120.2383086, 30.4658583 ], [ 120.2381693, 30.4660912 ], [ 120.2381345, 30.4662232 ], [ 120.2380772, 30.4664902 ], [ 120.2371255, 30.4681417 ], [ 120.2370355, 30.4682415 ], [ 120.2367912, 30.4683523 ], [ 120.2363925, 30.4691725 ], [ 120.2365983, 30.469228 ], [ 120.2369455, 30.4684521 ], [ 120.2372155, 30.4683191 ], [ 120.2382871, 30.466442 ], [ 120.2383215, 30.4661687 ], [ 120.2384372, 30.465947 ], [ 120.2385492, 30.4658622 ], [ 120.2387973, 30.4655812 ], [ 120.2398436, 30.4637263 ], [ 120.2398742, 30.4637053 ], [ 120.239925, 30.4637071 ], [ 120.242038, 30.4643398 ], [ 120.2444814, 30.4650492 ], [ 120.2448415, 30.4652265 ], [ 120.2451244, 30.4654926 ], [ 120.245896, 30.4657143 ], [ 120.2462561, 30.4656477 ], [ 120.2465262, 30.4656367 ], [ 120.2472978, 30.4658473 ], [ 120.2484809, 30.466202 ], [ 120.2486481, 30.4663128 ], [ 120.2490339, 30.4663682 ], [ 120.2492782, 30.4663128 ], [ 120.2509757, 30.4667118 ], [ 120.2538435, 30.4670333 ], [ 120.2538563, 30.4668892 ], [ 120.2510529, 30.466601 ], [ 120.2500112, 30.4663904 ], [ 120.2492911, 30.466202 ], [ 120.2490467, 30.4662463 ], [ 120.2466033, 30.4655036 ], [ 120.2463718, 30.4654593 ], [ 120.245986, 30.4655258 ], [ 120.2456131, 30.4655147 ], [ 120.2451373, 30.465293 ], [ 120.2449958, 30.4651157 ], [ 120.2447643, 30.4649827 ], [ 120.2406366, 30.4637793 ], [ 120.2399265, 30.4635375 ], [ 120.2363282, 30.4620231 ], [ 120.2312228, 30.4599613 ], [ 120.2311456, 30.4598393 ], [ 120.2315314, 30.4593627 ], [ 120.2318529, 30.4589747 ], [ 120.232123, 30.4587641 ], [ 120.2334733, 30.4582431 ], [ 120.2359038, 30.4573119 ], [ 120.2361482, 30.4571567 ], [ 120.2363153, 30.4568241 ], [ 120.2364439, 30.4559595 ], [ 120.2365211, 30.4557821 ], [ 120.2366497, 30.4556491 ], [ 120.2370869, 30.4554828 ], [ 120.2371384, 30.4553719 ], [ 120.2368426, 30.4552943 ], [ 120.2364054, 30.455516 ], [ 120.2361867, 30.4557488 ], [ 120.236071, 30.4559927 ], [ 120.2359559, 30.456729 ], [ 120.235899, 30.4569417 ], [ 120.2357092, 30.4571053 ], [ 120.2321033, 30.458594 ], [ 120.2317617, 30.4587412 ], [ 120.2312202, 30.4593362 ], [ 120.2308858, 30.4597498 ], [ 120.2307113, 30.4597749 ], [ 120.227949, 30.4585968 ], [ 120.227571, 30.4584841 ], [ 120.2272948, 30.4584841 ], [ 120.2269313, 30.4585592 ], [ 120.2267568, 30.4587598 ], [ 120.2263934, 30.4593362 ], [ 120.2261608, 30.4594866 ], [ 120.2240818, 30.4596997 ], [ 120.2238637, 30.4597122 ], [ 120.2235584, 30.4596495 ], [ 120.2233985, 30.4594866 ], [ 120.2233839, 30.4590856 ], [ 120.2233839, 30.4581833 ], [ 120.2234566, 30.4568549 ], [ 120.2234566, 30.4558021 ], [ 120.2234275, 30.4552131 ], [ 120.2233258, 30.454599 ], [ 120.2233985, 30.4543609 ], [ 120.2236456, 30.4538345 ], [ 120.2240527, 30.452857 ], [ 120.2241254, 30.4524434 ], [ 120.2243871, 30.4517541 ], [ 120.2246051, 30.4509269 ], [ 120.224925, 30.4504631 ], [ 120.2253175, 30.4501999 ], [ 120.2257682, 30.4500997 ], [ 120.2260299, 30.4500621 ], [ 120.2263498, 30.4498365 ], [ 120.2263788, 30.4496736 ], [ 120.2263062, 30.4494354 ], [ 120.2264515, 30.4487712 ], [ 120.2271639, 30.4468786 ], [ 120.227382, 30.4463396 ], [ 120.2275419, 30.4461642 ], [ 120.227949, 30.446114 ], [ 120.2302461, 30.4463647 ], [ 120.2310021, 30.446465 ], [ 120.2328485, 30.4468285 ], [ 120.235698, 30.4471293 ], [ 120.2388093, 30.4474175 ], [ 120.2395944, 30.4475178 ], [ 120.2397107, 30.4472421 ], [ 120.2367739, 30.4469663 ], [ 120.236047, 30.4468535 ], [ 120.2343023, 30.4467909 ], [ 120.2338801, 30.4467683 ], [ 120.2336723, 30.4467787 ], [ 120.2331547, 30.4466869 ], [ 120.2328341, 30.446603 ], [ 120.2325286, 30.4465652 ], [ 120.2308276, 30.4462394 ], [ 120.2294174, 30.4461266 ], [ 120.22776, 30.445926 ], [ 120.2275274, 30.4459135 ], [ 120.2273239, 30.445713 ], [ 120.227382, 30.4453745 ], [ 120.2277019, 30.4446977 ], [ 120.2276873, 30.4444345 ], [ 120.2278327, 30.4436449 ], [ 120.227949, 30.4431435 ], [ 120.2282252, 30.4428803 ], [ 120.2282689, 30.4426421 ], [ 120.2282107, 30.4424165 ], [ 120.2282107, 30.4418274 ], [ 120.2289958, 30.4404235 ], [ 120.2297227, 30.4393957 ], [ 120.2301879, 30.4385559 ], [ 120.2300959, 30.4385376 ], [ 120.2299989, 30.4385183 ], [ 120.2297082, 30.438957 ], [ 120.2294029, 30.4395461 ], [ 120.2285618, 30.4408161 ], [ 120.2281056, 30.4416721 ], [ 120.2279714, 30.4418919 ], [ 120.2277701, 30.4429562 ], [ 120.2272871, 30.4429099 ], [ 120.2271395, 30.443014 ], [ 120.2266028, 30.4430487 ], [ 120.2258245, 30.4429793 ], [ 120.2253415, 30.4429793 ], [ 120.2251402, 30.4430372 ], [ 120.2247913, 30.4431644 ], [ 120.2243083, 30.4431529 ], [ 120.2238252, 30.4431413 ], [ 120.2225907, 30.4432338 ], [ 120.222054, 30.4432454 ], [ 120.2216917, 30.4431991 ], [ 120.2211684, 30.4432801 ], [ 120.2207659, 30.4432223 ], [ 120.2204707, 30.4428521 ], [ 120.2200145, 30.4421811 ], [ 120.2199166, 30.441928 ], [ 120.2198669, 30.4417994 ], [ 120.2201352, 30.4416027 ], [ 120.2204304, 30.4412325 ], [ 120.2205512, 30.4406888 ], [ 120.2204438, 30.4407004 ], [ 120.220417, 30.4410012 ], [ 120.2203097, 30.4411863 ], [ 120.2201352, 30.4414639 ], [ 120.2197359, 30.4417475 ], [ 120.2198173, 30.4421161 ], [ 120.2202246, 30.4426603 ], [ 120.22053, 30.4432396 ], [ 120.2205096, 30.4433976 ], [ 120.2202246, 30.4434678 ], [ 120.2198377, 30.4435731 ], [ 120.2195933, 30.4436258 ], [ 120.2197296, 30.4437516 ], [ 120.2198784, 30.4438891 ], [ 120.2199191, 30.4440997 ], [ 120.2199395, 30.444363 ], [ 120.2202246, 30.4449599 ], [ 120.22053, 30.4454865 ], [ 120.22053, 30.4456445 ], [ 120.2203874, 30.4457673 ], [ 120.2201838, 30.4457673 ], [ 120.2201227, 30.4459429 ], [ 120.2204689, 30.4459955 ], [ 120.2206521, 30.4461008 ], [ 120.2209576, 30.4464695 ], [ 120.2212223, 30.4466275 ], [ 120.2214055, 30.4467152 ], [ 120.2214259, 30.4470312 ], [ 120.2214076, 30.4471608 ], [ 120.2212817, 30.448053 ], [ 120.2212426, 30.4483301 ], [ 120.2212306, 30.4484188 ], [ 120.221181, 30.4487867 ], [ 120.2211146, 30.4492793 ], [ 120.2211032, 30.4493638 ], [ 120.2209751, 30.4494742 ], [ 120.2199677, 30.4494407 ], [ 120.2195079, 30.4495398 ], [ 120.219144, 30.4496389 ], [ 120.2187226, 30.4496059 ], [ 120.2178415, 30.4492756 ], [ 120.2173626, 30.4492426 ], [ 120.215926, 30.44916 ], [ 120.2150832, 30.4489288 ], [ 120.2150066, 30.4485325 ], [ 120.2144319, 30.448516 ], [ 120.2144511, 30.4488958 ], [ 120.2144894, 30.4490609 ], [ 120.2143973, 30.4492692 ], [ 120.2146809, 30.4494622 ], [ 120.2151981, 30.4492261 ], [ 120.2153897, 30.4492096 ], [ 120.2160601, 30.4493086 ], [ 120.2173818, 30.4495563 ], [ 120.2187992, 30.4498866 ], [ 120.219033, 30.4499286 ], [ 120.2192589, 30.4499691 ], [ 120.2200443, 30.4499361 ], [ 120.2209829, 30.449771 ], [ 120.223224, 30.4497545 ], [ 120.2235879, 30.4497875 ], [ 120.2239135, 30.4499857 ], [ 120.2242009, 30.4503159 ], [ 120.22422, 30.4505966 ], [ 120.2240093, 30.4516534 ], [ 120.2238752, 30.4519507 ], [ 120.2237795, 30.4520993 ], [ 120.2235304, 30.4520993 ], [ 120.2236454, 30.452446 ], [ 120.2236262, 30.4527928 ], [ 120.2236262, 30.453123 ], [ 120.2233964, 30.4536514 ], [ 120.2231857, 30.4543615 ], [ 120.223109, 30.4546752 ], [ 120.2231282, 30.4556164 ], [ 120.2231282, 30.4567722 ], [ 120.2230899, 30.4572345 ], [ 120.2230739, 30.4573103 ], [ 120.222975, 30.4577794 ], [ 120.2230899, 30.4591333 ], [ 120.2230516, 30.459447 ], [ 120.2228792, 30.4596287 ], [ 120.2226685, 30.4596947 ], [ 120.2223429, 30.4597442 ], [ 120.2211936, 30.4597938 ], [ 120.2208105, 30.4598433 ], [ 120.2203124, 30.4600249 ], [ 120.2198719, 30.4603882 ], [ 120.2196612, 30.4606523 ], [ 120.2191823, 30.4617916 ], [ 120.2188567, 30.4628153 ], [ 120.2180905, 30.4643507 ], [ 120.2179947, 30.4645819 ], [ 120.2177565, 30.4646575 ], [ 120.2175754, 30.4650738 ], [ 120.217784, 30.4652918 ], [ 120.2177649, 30.4655395 ], [ 120.2163857, 30.4687094 ], [ 120.2161942, 30.46899 ], [ 120.2134742, 30.4713674 ], [ 120.2131294, 30.4717636 ], [ 120.2127655, 30.472391 ], [ 120.2124973, 30.4732164 ], [ 120.212708, 30.4732494 ] ], [ [ 120.2201964, 30.4436598 ], [ 120.2205132, 30.4435384 ], [ 120.2208827, 30.4435081 ], [ 120.2224138, 30.4433564 ], [ 120.223241, 30.4432957 ], [ 120.2240329, 30.443417 ], [ 120.2245256, 30.4432957 ], [ 120.225476, 30.443235 ], [ 120.2257927, 30.4432502 ], [ 120.2266023, 30.4432653 ], [ 120.2272182, 30.443235 ], [ 120.227535, 30.4432957 ], [ 120.2275878, 30.4435081 ], [ 120.2273414, 30.4445701 ], [ 120.2269894, 30.4455411 ], [ 120.2268135, 30.4457687 ], [ 120.2268487, 30.4462997 ], [ 120.2265319, 30.4468459 ], [ 120.2262151, 30.4469825 ], [ 120.2258455, 30.4470583 ], [ 120.2257223, 30.4471342 ], [ 120.2258631, 30.4473618 ], [ 120.2259863, 30.4476197 ], [ 120.2262151, 30.4478928 ], [ 120.2261799, 30.4481355 ], [ 120.2258279, 30.4483176 ], [ 120.2258455, 30.4485148 ], [ 120.2259863, 30.4486968 ], [ 120.2259159, 30.4489699 ], [ 120.2256696, 30.4491216 ], [ 120.2254056, 30.449592 ], [ 120.2250712, 30.4495616 ], [ 120.2247368, 30.4494554 ], [ 120.2243849, 30.4493796 ], [ 120.2242089, 30.4491823 ], [ 120.2239801, 30.4489396 ], [ 120.2237689, 30.4489244 ], [ 120.2235401, 30.449152 ], [ 120.2232761, 30.4491672 ], [ 120.2228538, 30.4491823 ], [ 120.2225546, 30.4492734 ], [ 120.2223434, 30.4492127 ], [ 120.222097, 30.449243 ], [ 120.2218155, 30.4493037 ], [ 120.2214987, 30.4493644 ], [ 120.2213579, 30.4492127 ], [ 120.2213579, 30.4490458 ], [ 120.2216395, 30.4469825 ], [ 120.2216043, 30.4466183 ], [ 120.2214459, 30.4465121 ], [ 120.2210939, 30.4464363 ], [ 120.2209179, 30.4462239 ], [ 120.2208475, 30.4458901 ], [ 120.2207772, 30.4455108 ], [ 120.220654, 30.445177 ], [ 120.22039, 30.4448129 ], [ 120.2201964, 30.4444639 ], [ 120.2200556, 30.4441605 ], [ 120.220038, 30.4439026 ], [ 120.2201964, 30.4436598 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2345306, 30.4864417 ], [ 120.234644, 30.4863884 ], [ 120.2348451, 30.4863706 ], [ 120.2382008, 30.4865438 ], [ 120.2386493, 30.4865305 ], [ 120.2388091, 30.4865039 ], [ 120.2389534, 30.4864461 ], [ 120.2394895, 30.4859752 ], [ 120.2395771, 30.4859397 ], [ 120.2399792, 30.4859308 ], [ 120.2402937, 30.4859397 ], [ 120.2403968, 30.4859708 ], [ 120.2404535, 30.486033 ], [ 120.2404792, 30.4861174 ], [ 120.2403452, 30.4872635 ], [ 120.2403349, 30.4874367 ], [ 120.2403452, 30.4875655 ], [ 120.2403813, 30.4876544 ], [ 120.2405153, 30.4879209 ], [ 120.2406029, 30.4880275 ], [ 120.2407524, 30.4883873 ], [ 120.2408504, 30.4886982 ], [ 120.2410153, 30.4892046 ], [ 120.2410875, 30.4896088 ], [ 120.2410514, 30.4896577 ], [ 120.2403813, 30.4897288 ], [ 120.2402988, 30.4897865 ], [ 120.2402834, 30.4898887 ], [ 120.240206, 30.4899731 ], [ 120.2400772, 30.4900797 ], [ 120.2399792, 30.4901685 ], [ 120.2398967, 30.4903995 ], [ 120.2398246, 30.4907104 ], [ 120.2398091, 30.4909636 ], [ 120.2397833, 30.4911058 ], [ 120.2397473, 30.4912879 ], [ 120.2397421, 30.4914167 ], [ 120.2397679, 30.4915278 ], [ 120.2397936, 30.4918032 ], [ 120.2398194, 30.4919719 ], [ 120.2398555, 30.4921052 ], [ 120.2399019, 30.4922029 ], [ 120.2399483, 30.4922784 ], [ 120.240005, 30.4923051 ], [ 120.2400617, 30.4922695 ], [ 120.2400514, 30.4921541 ], [ 120.2399071, 30.4916077 ], [ 120.2398813, 30.4913856 ], [ 120.2398761, 30.4911768 ], [ 120.2399431, 30.4906616 ], [ 120.2400205, 30.4903684 ], [ 120.2400978, 30.4902129 ], [ 120.240206, 30.4901286 ], [ 120.240304, 30.4900664 ], [ 120.2404225, 30.4898842 ], [ 120.2404947, 30.4897998 ], [ 120.2406493, 30.4897688 ], [ 120.2408401, 30.4897465 ], [ 120.241005, 30.489751 ], [ 120.2411494, 30.4897954 ], [ 120.2412164, 30.4898665 ], [ 120.2412628, 30.4899331 ], [ 120.2413401, 30.4899331 ], [ 120.2413813, 30.4898887 ], [ 120.2413504, 30.4898221 ], [ 120.2412576, 30.4897554 ], [ 120.2412009, 30.489671 ], [ 120.2412009, 30.4894312 ], [ 120.2411854, 30.4893379 ], [ 120.2410772, 30.4891602 ], [ 120.2410102, 30.4889159 ], [ 120.2410153, 30.4888093 ], [ 120.2410772, 30.4887382 ], [ 120.2411957, 30.4887249 ], [ 120.241371, 30.4887293 ], [ 120.2416803, 30.4887826 ], [ 120.2422628, 30.4888581 ], [ 120.2422628, 30.4888004 ], [ 120.2421442, 30.4887915 ], [ 120.2417061, 30.4887293 ], [ 120.241103, 30.4886183 ], [ 120.2409896, 30.4886138 ], [ 120.2409122, 30.4885694 ], [ 120.240706, 30.4880097 ], [ 120.2407215, 30.4879342 ], [ 120.240804, 30.4879031 ], [ 120.2409638, 30.4878898 ], [ 120.2411184, 30.4879164 ], [ 120.2413091, 30.487952 ], [ 120.2413968, 30.4879386 ], [ 120.241371, 30.4878853 ], [ 120.2412628, 30.4878587 ], [ 120.2411081, 30.4878276 ], [ 120.2409019, 30.4878067 ], [ 120.2406875, 30.4878067 ], [ 120.2405765, 30.4877303 ], [ 120.2405026, 30.4875773 ], [ 120.240473, 30.4873798 ], [ 120.2405174, 30.486768 ], [ 120.2406165, 30.4860699 ], [ 120.2406795, 30.4860066 ], [ 120.2408791, 30.4859704 ], [ 120.2415041, 30.4858753 ], [ 120.2419506, 30.48583 ], [ 120.2426124, 30.4857938 ], [ 120.2432899, 30.4857576 ], [ 120.2434212, 30.4857803 ], [ 120.2435157, 30.4858119 ], [ 120.2435578, 30.4858798 ], [ 120.2435683, 30.486002 ], [ 120.2435893, 30.4861559 ], [ 120.2436103, 30.4862238 ], [ 120.2436786, 30.4862917 ], [ 120.2437836, 30.4863687 ], [ 120.2438204, 30.486432 ], [ 120.2439569, 30.4868167 ], [ 120.2440147, 30.4870114 ], [ 120.2440725, 30.4871019 ], [ 120.2440987, 30.4871969 ], [ 120.2441092, 30.4872965 ], [ 120.2440725, 30.4875997 ], [ 120.2440567, 30.4876767 ], [ 120.2440777, 30.4877853 ], [ 120.2441565, 30.4878532 ], [ 120.24423, 30.4878849 ], [ 120.2443141, 30.4878577 ], [ 120.2444611, 30.4878396 ], [ 120.2446292, 30.4878532 ], [ 120.244855, 30.4878894 ], [ 120.2451439, 30.487989 ], [ 120.2454065, 30.4880614 ], [ 120.2455063, 30.4881338 ], [ 120.2455799, 30.4882515 ], [ 120.2455904, 30.4883511 ], [ 120.2456534, 30.4883556 ], [ 120.2456849, 30.4883194 ], [ 120.2457217, 30.4882515 ], [ 120.2458109, 30.4881881 ], [ 120.2459107, 30.4881655 ], [ 120.2460893, 30.4881745 ], [ 120.2462364, 30.4882424 ], [ 120.2465515, 30.4885049 ], [ 120.2470295, 30.4889983 ], [ 120.2473498, 30.4892608 ], [ 120.2474181, 30.4893785 ], [ 120.2474811, 30.4895188 ], [ 120.2475127, 30.4896183 ], [ 120.2475179, 30.4897224 ], [ 120.2473971, 30.490166 ], [ 120.2473551, 30.490252 ], [ 120.2473183, 30.4903425 ], [ 120.2473183, 30.490433 ], [ 120.2473341, 30.4905507 ], [ 120.2472973, 30.4907996 ], [ 120.2471818, 30.4915283 ], [ 120.2471713, 30.4916776 ], [ 120.2471765, 30.491827 ], [ 120.2472343, 30.4920533 ], [ 120.2472448, 30.4923836 ], [ 120.2472395, 30.4925375 ], [ 120.2471608, 30.4926778 ], [ 120.247124, 30.4928045 ], [ 120.2471187, 30.4929177 ], [ 120.2471293, 30.4930172 ], [ 120.2471503, 30.4930716 ], [ 120.2472658, 30.4931168 ], [ 120.2476282, 30.4931847 ], [ 120.247728, 30.4931892 ], [ 120.2478541, 30.4931621 ], [ 120.2478803, 30.4931032 ], [ 120.2478383, 30.4930625 ], [ 120.2474706, 30.4929901 ], [ 120.2474129, 30.4929403 ], [ 120.2473919, 30.4928045 ], [ 120.2473498, 30.4924244 ], [ 120.2473814, 30.4922298 ], [ 120.2473761, 30.4920895 ], [ 120.2473393, 30.4918541 ], [ 120.2473183, 30.4915871 ], [ 120.2473551, 30.4912024 ], [ 120.2474181, 30.4906683 ], [ 120.2474811, 30.4904647 ], [ 120.2474759, 30.4902972 ], [ 120.2476177, 30.4899397 ], [ 120.2476755, 30.4898673 ], [ 120.247791, 30.4898356 ], [ 120.2478961, 30.4898356 ], [ 120.2480274, 30.4898582 ], [ 120.2481639, 30.489917 ], [ 120.2485631, 30.4900619 ], [ 120.2487574, 30.4901252 ], [ 120.2488572, 30.4901931 ], [ 120.2489413, 30.4904964 ], [ 120.2489518, 30.4905642 ], [ 120.248978, 30.4906095 ], [ 120.2490568, 30.4906005 ], [ 120.2490883, 30.490528 ], [ 120.2490831, 30.4903832 ], [ 120.2489885, 30.4900438 ], [ 120.2488887, 30.4899578 ], [ 120.2487522, 30.489908 ], [ 120.2486209, 30.4898808 ], [ 120.2484791, 30.4897677 ], [ 120.2478594, 30.4895467 ], [ 120.2477496, 30.4894975 ], [ 120.2477057, 30.4894256 ], [ 120.2476838, 30.4893272 ], [ 120.2475916, 30.489191 ], [ 120.2474364, 30.4890206 ], [ 120.2472887, 30.4889115 ], [ 120.2467695, 30.4884023 ], [ 120.2464065, 30.4881768 ], [ 120.246149, 30.4880713 ], [ 120.2459, 30.4880313 ], [ 120.2454568, 30.4879367 ], [ 120.2449587, 30.4877876 ], [ 120.2448659, 30.4877803 ], [ 120.2447266, 30.4877549 ], [ 120.2445746, 30.4877439 ], [ 120.2443847, 30.4877003 ], [ 120.2442665, 30.4876567 ], [ 120.2441863, 30.4875912 ], [ 120.2441441, 30.4875075 ], [ 120.2441652, 30.4873329 ], [ 120.244161, 30.4870383 ], [ 120.244085, 30.4868091 ], [ 120.2440343, 30.4866527 ], [ 120.2439752, 30.4864891 ], [ 120.2438275, 30.4862708 ], [ 120.2437642, 30.4862272 ], [ 120.2437051, 30.4861617 ], [ 120.2436756, 30.4860489 ], [ 120.2436545, 30.4859216 ], [ 120.2437009, 30.4858452 ], [ 120.2438486, 30.4857034 ], [ 120.2440639, 30.4855142 ], [ 120.2444691, 30.4852451 ], [ 120.2448743, 30.485005 ], [ 120.2451529, 30.4848813 ], [ 120.2455834, 30.484754 ], [ 120.2459211, 30.4846849 ], [ 120.2460562, 30.4846849 ], [ 120.2461321, 30.4847176 ], [ 120.2461786, 30.4848049 ], [ 120.2461955, 30.4849577 ], [ 120.2461617, 30.4854124 ], [ 120.2461237, 30.4855106 ], [ 120.2460815, 30.4856124 ], [ 120.2461575, 30.485667 ], [ 120.2461912, 30.4858234 ], [ 120.2461912, 30.486329 ], [ 120.2461575, 30.48646 ], [ 120.2461743, 30.4866782 ], [ 120.2461237, 30.4869546 ], [ 120.2460857, 30.4870529 ], [ 120.2459971, 30.4871147 ], [ 120.2458789, 30.4871401 ], [ 120.2456847, 30.4871074 ], [ 120.2456847, 30.4871474 ], [ 120.2459169, 30.4871802 ], [ 120.246073, 30.4871438 ], [ 120.2462166, 30.4870965 ], [ 120.2462419, 30.4870165 ], [ 120.2462672, 30.4869474 ], [ 120.2463136, 30.4868637 ], [ 120.2463179, 30.4866855 ], [ 120.2463136, 30.4859253 ], [ 120.2463136, 30.4856452 ], [ 120.2463516, 30.4849104 ], [ 120.2463727, 30.4848268 ], [ 120.2464065, 30.4847467 ], [ 120.2464909, 30.4847031 ], [ 120.2466133, 30.4846776 ], [ 120.2467442, 30.4846703 ], [ 120.2469594, 30.484634 ], [ 120.2473182, 30.4845467 ], [ 120.2473942, 30.4845248 ], [ 120.2474364, 30.4844048 ], [ 120.2474871, 30.4843175 ], [ 120.2475588, 30.4842993 ], [ 120.2476306, 30.484343 ], [ 120.2476601, 30.4844412 ], [ 120.2476728, 30.4845576 ], [ 120.2479429, 30.4846885 ], [ 120.2482679, 30.484885 ], [ 120.2485212, 30.485085 ], [ 120.2487196, 30.4852996 ], [ 120.2488335, 30.4854306 ], [ 120.2492556, 30.4857398 ], [ 120.2497621, 30.4860889 ], [ 120.2499394, 30.4861872 ], [ 120.2500281, 30.4862417 ], [ 120.2500956, 30.4863254 ], [ 120.2501885, 30.4863981 ], [ 120.2505683, 30.4866091 ], [ 120.2507709, 30.4867728 ], [ 120.2509567, 30.4869401 ], [ 120.251231, 30.4870747 ], [ 120.251383, 30.4871947 ], [ 120.2516827, 30.4874821 ], [ 120.2518009, 30.4876057 ], [ 120.2520963, 30.4878058 ], [ 120.2526366, 30.4882204 ], [ 120.2534006, 30.4888206 ], [ 120.2534766, 30.4888933 ], [ 120.2535103, 30.4889697 ], [ 120.2535061, 30.4890425 ], [ 120.253409, 30.489308 ], [ 120.253274, 30.4897481 ], [ 120.2532697, 30.4898172 ], [ 120.2533035, 30.4898681 ], [ 120.2533837, 30.4898681 ], [ 120.2534344, 30.4898609 ], [ 120.2535061, 30.4898245 ], [ 120.2536201, 30.489679 ], [ 120.253734, 30.4895008 ], [ 120.2538522, 30.4892571 ], [ 120.2538902, 30.4892134 ], [ 120.2539451, 30.4891952 ], [ 120.2540379, 30.4892061 ], [ 120.2541477, 30.4892571 ], [ 120.2542194, 30.4893116 ], [ 120.254249, 30.4893662 ], [ 120.2542701, 30.4894826 ], [ 120.2542785, 30.489559 ], [ 120.2543208, 30.4895917 ], [ 120.2544389, 30.4896317 ], [ 120.2545993, 30.4896644 ], [ 120.2547006, 30.4896863 ], [ 120.2547766, 30.489719 ], [ 120.2549243, 30.4898063 ], [ 120.2552578, 30.4900282 ], [ 120.2557432, 30.4903446 ], [ 120.2558445, 30.4904174 ], [ 120.2560133, 30.4905628 ], [ 120.2565832, 30.4910029 ], [ 120.2567351, 30.4911412 ], [ 120.2567689, 30.4912066 ], [ 120.2567773, 30.4912648 ], [ 120.25679, 30.4913594 ], [ 120.2568027, 30.4914103 ], [ 120.256828, 30.491454 ], [ 120.2568913, 30.4914976 ], [ 120.2569884, 30.4915413 ], [ 120.2571868, 30.4916067 ], [ 120.2572754, 30.4916431 ], [ 120.2573767, 30.4917231 ], [ 120.2578663, 30.4920941 ], [ 120.2580689, 30.4922214 ], [ 120.2583771, 30.4924433 ], [ 120.2586936, 30.4926506 ], [ 120.2589258, 30.4928252 ], [ 120.2590398, 30.4928943 ], [ 120.2595125, 30.4931416 ], [ 120.2596476, 30.4932216 ], [ 120.2598164, 30.4933998 ], [ 120.2599135, 30.4935453 ], [ 120.2599726, 30.4935926 ], [ 120.2600528, 30.4936363 ], [ 120.2601583, 30.4936835 ], [ 120.260268, 30.4937417 ], [ 120.2603609, 30.4937999 ], [ 120.2604073, 30.4938618 ], [ 120.2604749, 30.4939818 ], [ 120.2605044, 30.4940472 ], [ 120.2605508, 30.4940909 ], [ 120.2606606, 30.4941091 ], [ 120.2607492, 30.4941164 ], [ 120.2608632, 30.4941818 ], [ 120.261146, 30.4944146 ], [ 120.2611671, 30.4944582 ], [ 120.2611924, 30.4945237 ], [ 120.26126, 30.4946146 ], [ 120.2614584, 30.4948329 ], [ 120.2616314, 30.4949674 ], [ 120.2620619, 30.4951929 ], [ 120.2621548, 30.4952548 ], [ 120.2622688, 30.4953348 ], [ 120.2623701, 30.4954002 ], [ 120.2627035, 30.4957349 ], [ 120.2631932, 30.4960986 ], [ 120.2632987, 30.496164 ], [ 120.2637588, 30.496335 ], [ 120.2639782, 30.4964041 ], [ 120.2643497, 30.4965786 ], [ 120.2644721, 30.4966768 ], [ 120.2645227, 30.4967459 ], [ 120.2645481, 30.4968041 ], [ 120.2645227, 30.4968769 ], [ 120.2644721, 30.4969423 ], [ 120.2644172, 30.4969896 ], [ 120.2643286, 30.4970224 ], [ 120.2641711, 30.4970606 ], [ 120.264236, 30.4971445 ], [ 120.264337, 30.4971445 ], [ 120.2644957, 30.4970979 ], [ 120.2647986, 30.4970388 ], [ 120.2649681, 30.4970233 ], [ 120.2650475, 30.4970295 ], [ 120.2652963, 30.4971165 ], [ 120.2653901, 30.4971662 ], [ 120.2654766, 30.4972222 ], [ 120.2655199, 30.4972936 ], [ 120.2655993, 30.4975329 ], [ 120.265675, 30.4979213 ], [ 120.2656714, 30.4979897 ], [ 120.2656534, 30.4980425 ], [ 120.2656029, 30.4980954 ], [ 120.2656173, 30.4981668 ], [ 120.2656678, 30.4981917 ], [ 120.2657074, 30.4982569 ], [ 120.2657868, 30.498431 ], [ 120.2659238, 30.4987386 ], [ 120.2659737, 30.4987975 ], [ 120.2661474, 30.4990027 ], [ 120.2661674, 30.4990358 ], [ 120.2661943, 30.4990804 ], [ 120.266252, 30.4992824 ], [ 120.2662592, 30.4993352 ], [ 120.2662366, 30.4993833 ], [ 120.266263, 30.499492 ], [ 120.266291, 30.4995539 ], [ 120.266323, 30.4998879 ], [ 120.2663629, 30.500177 ], [ 120.2663549, 30.5003526 ], [ 120.266303, 30.5006245 ], [ 120.266283, 30.5007726 ], [ 120.2664316, 30.5008366 ], [ 120.2664308, 30.5007553 ], [ 120.2664468, 30.5006142 ], [ 120.2664868, 30.5004352 ], [ 120.2664908, 30.5001529 ], [ 120.2663789, 30.499492 ], [ 120.266259, 30.4990376 ], [ 120.2660912, 30.4988173 ], [ 120.2659994, 30.4987071 ], [ 120.2657996, 30.4982871 ], [ 120.2657756, 30.4981012 ], [ 120.2657556, 30.4978258 ], [ 120.2657197, 30.497337 ], [ 120.2657516, 30.4972165 ], [ 120.265788, 30.4971769 ], [ 120.2658116, 30.4971511 ], [ 120.2659314, 30.4971201 ], [ 120.2660233, 30.4971063 ], [ 120.2661552, 30.497096 ], [ 120.2664988, 30.4971167 ], [ 120.2666346, 30.4971201 ], [ 120.2670981, 30.4971958 ], [ 120.2674416, 30.4972337 ], [ 120.2674616, 30.4972062 ], [ 120.2672619, 30.4971889 ], [ 120.2670781, 30.4971648 ], [ 120.2666186, 30.4970857 ], [ 120.2664868, 30.4970822 ], [ 120.2663469, 30.4970822 ], [ 120.2661632, 30.497065 ], [ 120.2658993, 30.4969775 ], [ 120.2657871, 30.4969149 ], [ 120.2656683, 30.4968638 ], [ 120.2656024, 30.4967785 ], [ 120.2655694, 30.4966363 ], [ 120.2655826, 30.49646 ], [ 120.2654308, 30.4961985 ], [ 120.2653846, 30.4960222 ], [ 120.2653582, 30.4959028 ], [ 120.2654242, 30.4957891 ], [ 120.2655232, 30.4957436 ], [ 120.2657013, 30.4956924 ], [ 120.2657573, 30.4956887 ], [ 120.2662227, 30.4956583 ], [ 120.2670145, 30.4956583 ], [ 120.2673115, 30.4956583 ], [ 120.2674633, 30.4957095 ], [ 120.2675688, 30.4957866 ], [ 120.2675839, 30.4960721 ], [ 120.2676328, 30.4962829 ], [ 120.2676705, 30.4964678 ], [ 120.2676931, 30.4966171 ], [ 120.2677119, 30.4967598 ], [ 120.2677157, 30.4968766 ], [ 120.2676629, 30.4971945 ], [ 120.2676629, 30.4972366 ], [ 120.2676968, 30.4972399 ], [ 120.2677533, 30.4968766 ], [ 120.2677495, 30.496763 ], [ 120.2676931, 30.4963608 ], [ 120.267669, 30.4959646 ], [ 120.2676667, 30.4959261 ], [ 120.2677608, 30.4958742 ], [ 120.2679114, 30.4957898 ], [ 120.2680244, 30.4957574 ], [ 120.2681561, 30.4957379 ], [ 120.2683331, 30.4957444 ], [ 120.2683783, 30.4957217 ], [ 120.2684046, 30.4956601 ], [ 120.2684761, 30.4956309 ], [ 120.2686907, 30.495592 ], [ 120.2686945, 30.4955368 ], [ 120.2685778, 30.4955238 ], [ 120.2684837, 30.4955303 ], [ 120.2683783, 30.4955595 ], [ 120.2682954, 30.4955855 ], [ 120.2681373, 30.4956114 ], [ 120.2679528, 30.4956147 ], [ 120.2678098, 30.495579 ], [ 120.2677194, 30.4955433 ], [ 120.267678, 30.4955044 ], [ 120.2676291, 30.4954427 ], [ 120.267614, 30.4949399 ], [ 120.2676328, 30.4948913 ], [ 120.2677006, 30.4948458 ], [ 120.267742, 30.4948134 ], [ 120.2677269, 30.494768 ], [ 120.2676366, 30.494768 ], [ 120.2675914, 30.494742 ], [ 120.2675349, 30.4946836 ], [ 120.2675086, 30.494622 ], [ 120.2674597, 30.4946188 ], [ 120.2673731, 30.4946512 ], [ 120.2673053, 30.4946674 ], [ 120.2672149, 30.4946512 ], [ 120.267102, 30.4946739 ], [ 120.266974, 30.4946772 ], [ 120.2668347, 30.4946772 ], [ 120.2667556, 30.4946544 ], [ 120.2667067, 30.4946058 ], [ 120.2664545, 30.4942879 ], [ 120.2663039, 30.4941387 ], [ 120.266221, 30.4940673 ], [ 120.2660968, 30.4940186 ], [ 120.2660328, 30.4939927 ], [ 120.2659763, 30.4939375 ], [ 120.2659462, 30.4938856 ], [ 120.2659048, 30.4938791 ], [ 120.2659086, 30.4939213 ], [ 120.2659613, 30.4939927 ], [ 120.2660215, 30.4940608 ], [ 120.2661495, 30.4940997 ], [ 120.2662587, 30.4941646 ], [ 120.2663528, 30.4942587 ], [ 120.2665373, 30.4944825 ], [ 120.2665825, 30.4945733 ], [ 120.2666879, 30.4946674 ], [ 120.2667443, 30.4947226 ], [ 120.2668196, 30.4947583 ], [ 120.2669552, 30.4947842 ], [ 120.2670568, 30.4948004 ], [ 120.2671058, 30.4947939 ], [ 120.2672149, 30.4948102 ], [ 120.2672564, 30.4948361 ], [ 120.2674634, 30.4948783 ], [ 120.2675161, 30.4949075 ], [ 120.2675199, 30.4949951 ], [ 120.2675349, 30.4952903 ], [ 120.2675011, 30.4954038 ], [ 120.2674672, 30.4954882 ], [ 120.2674446, 30.4955336 ], [ 120.2673505, 30.4955401 ], [ 120.2665523, 30.4954882 ], [ 120.2662323, 30.4954784 ], [ 120.26595, 30.4955011 ], [ 120.2657505, 30.4955076 ], [ 120.2655923, 30.4955011 ], [ 120.2654794, 30.4954525 ], [ 120.2653853, 30.4953908 ], [ 120.2650502, 30.4951021 ], [ 120.264862, 30.4948653 ], [ 120.2647716, 30.4947388 ], [ 120.2646813, 30.4945669 ], [ 120.2645909, 30.4942327 ], [ 120.264493, 30.4940251 ], [ 120.2644441, 30.4939927 ], [ 120.2643198, 30.4939667 ], [ 120.2641994, 30.4936683 ], [ 120.2641053, 30.4937072 ], [ 120.2640563, 30.4936423 ], [ 120.2639735, 30.4936715 ], [ 120.2639848, 30.4937591 ], [ 120.2638907, 30.4937915 ], [ 120.2639471, 30.4939343 ], [ 120.2638982, 30.4941906 ], [ 120.2639057, 30.4942846 ], [ 120.2639321, 30.4943592 ], [ 120.2642445, 30.4949561 ], [ 120.2642596, 30.495034 ], [ 120.2642671, 30.4952221 ], [ 120.2642107, 30.4952708 ], [ 120.2640036, 30.4953195 ], [ 120.2638492, 30.4953292 ], [ 120.263774, 30.4953065 ], [ 120.2636987, 30.4952611 ], [ 120.2636271, 30.4951897 ], [ 120.2634841, 30.4949529 ], [ 120.2634314, 30.4948458 ], [ 120.2634314, 30.494781 ], [ 120.2634389, 30.4945993 ], [ 120.2634464, 30.4945117 ], [ 120.2634276, 30.4944631 ], [ 120.2633561, 30.4944209 ], [ 120.2632732, 30.4944144 ], [ 120.263213, 30.4944306 ], [ 120.2631603, 30.4944566 ], [ 120.263085, 30.4945863 ], [ 120.2630474, 30.4946642 ], [ 120.2629909, 30.4946934 ], [ 120.2629156, 30.4946934 ], [ 120.262829, 30.4946804 ], [ 120.262509, 30.4945279 ], [ 120.2623471, 30.4944144 ], [ 120.2620384, 30.4943073 ], [ 120.2619104, 30.4942587 ], [ 120.2617899, 30.4941873 ], [ 120.2616958, 30.494103 ], [ 120.2615678, 30.4939408 ], [ 120.2614812, 30.4938986 ], [ 120.2612139, 30.4937818 ], [ 120.2611499, 30.4937429 ], [ 120.2608073, 30.4934704 ], [ 120.2605739, 30.4932628 ], [ 120.2603179, 30.4930551 ], [ 120.2602614, 30.492987 ], [ 120.260156, 30.4928216 ], [ 120.260092, 30.4927275 ], [ 120.2600017, 30.4926594 ], [ 120.2595311, 30.4924485 ], [ 120.2590718, 30.4922214 ], [ 120.2585447, 30.4918938 ], [ 120.2578294, 30.4914493 ], [ 120.257788, 30.4913877 ], [ 120.2577579, 30.4913228 ], [ 120.2577503, 30.491193 ], [ 120.2577315, 30.4910373 ], [ 120.2577052, 30.4909724 ], [ 120.25766, 30.4909367 ], [ 120.2575056, 30.4908654 ], [ 120.2574341, 30.4908394 ], [ 120.257276, 30.4908329 ], [ 120.2571517, 30.4907973 ], [ 120.257084, 30.4907681 ], [ 120.2569899, 30.4906772 ], [ 120.2569108, 30.4905669 ], [ 120.2568543, 30.4904793 ], [ 120.2568355, 30.4904339 ], [ 120.2568317, 30.4903788 ], [ 120.2568656, 30.4900543 ], [ 120.2568581, 30.4899959 ], [ 120.2568317, 30.4899635 ], [ 120.2567451, 30.4899278 ], [ 120.2565419, 30.4898662 ], [ 120.2564515, 30.4898532 ], [ 120.2563687, 30.4898564 ], [ 120.256203, 30.4898824 ], [ 120.2560976, 30.4898921 ], [ 120.2560524, 30.4898824 ], [ 120.255996, 30.4898597 ], [ 120.2557513, 30.489665 ], [ 120.2555254, 30.4895061 ], [ 120.2549343, 30.4890097 ], [ 120.2546858, 30.4888216 ], [ 120.2546331, 30.4887632 ], [ 120.2545014, 30.4886074 ], [ 120.2544675, 30.4885426 ], [ 120.2544562, 30.4884842 ], [ 120.2544449, 30.4884063 ], [ 120.2544692, 30.4874617 ], [ 120.25448, 30.4872748 ], [ 120.2544854, 30.4871954 ], [ 120.2545559, 30.487046 ], [ 120.2546372, 30.4869666 ], [ 120.2547456, 30.4869666 ], [ 120.2550275, 30.4870226 ], [ 120.2550979, 30.486761 ], [ 120.2546101, 30.4865135 ], [ 120.2545179, 30.486434 ], [ 120.2544637, 30.4863406 ], [ 120.2543336, 30.4857847 ], [ 120.2542849, 30.485654 ], [ 120.2542578, 30.4855465 ], [ 120.2542578, 30.4854344 ], [ 120.2543065, 30.4850046 ], [ 120.2543445, 30.4848318 ], [ 120.2544258, 30.4846636 ], [ 120.2544583, 30.4845656 ], [ 120.2544583, 30.4844768 ], [ 120.2544366, 30.4842806 ], [ 120.2544095, 30.4841498 ], [ 120.2543716, 30.4839957 ], [ 120.2543607, 30.4839162 ], [ 120.2543933, 30.4837341 ], [ 120.2544746, 30.4834865 ], [ 120.2545179, 30.4834117 ], [ 120.2545993, 30.4833557 ], [ 120.2546209, 30.4832669 ], [ 120.2546264, 30.4831969 ], [ 120.2545667, 30.4831128 ], [ 120.254545, 30.4830334 ], [ 120.2545613, 30.4829773 ], [ 120.2546264, 30.4829026 ], [ 120.2546318, 30.4828232 ], [ 120.2546155, 30.482711 ], [ 120.2545559, 30.4826223 ], [ 120.2545179, 30.4825289 ], [ 120.2545017, 30.4824167 ], [ 120.2545234, 30.4821551 ], [ 120.2544963, 30.4820103 ], [ 120.25448, 30.48166 ], [ 120.2544854, 30.4814171 ], [ 120.2545342, 30.4812956 ], [ 120.2545776, 30.4811414 ], [ 120.2545613, 30.4810433 ], [ 120.2545993, 30.4809733 ], [ 120.2547293, 30.4809266 ], [ 120.2549136, 30.4809266 ], [ 120.2555883, 30.4809257 ], [ 120.2560202, 30.4809497 ], [ 120.2566749, 30.4809797 ], [ 120.2569117, 30.4810097 ], [ 120.257058, 30.4810277 ], [ 120.2571625, 30.4810037 ], [ 120.2572015, 30.4809713 ], [ 120.2572092, 30.4808624 ], [ 120.2571824, 30.4808426 ], [ 120.2570216, 30.4808393 ], [ 120.2568569, 30.480803 ], [ 120.256677, 30.4807799 ], [ 120.2565889, 30.4807832 ], [ 120.2564472, 30.4807536 ], [ 120.2560145, 30.480681 ], [ 120.2555053, 30.4806183 ], [ 120.2549118, 30.4805721 ], [ 120.2547395, 30.4805193 ], [ 120.2546782, 30.4804599 ], [ 120.2546208, 30.4803906 ], [ 120.2546188, 30.4802473 ], [ 120.2546245, 30.4801392 ], [ 120.2547557, 30.4788468 ], [ 120.2547557, 30.4786453 ], [ 120.2546987, 30.4783652 ], [ 120.2546416, 30.4782129 ], [ 120.2546359, 30.4781146 ], [ 120.2546473, 30.478036 ], [ 120.2546245, 30.4779377 ], [ 120.2546416, 30.4777755 ], [ 120.2546701, 30.4776772 ], [ 120.2547386, 30.4776133 ], [ 120.2548241, 30.4775838 ], [ 120.2549838, 30.4775789 ], [ 120.2551263, 30.4775986 ], [ 120.2552689, 30.477574 ], [ 120.2553829, 30.4775298 ], [ 120.255725, 30.477348 ], [ 120.2558277, 30.4772939 ], [ 120.2559816, 30.4772448 ], [ 120.2560557, 30.4771711 ], [ 120.2561926, 30.4770138 ], [ 120.2563694, 30.4767976 ], [ 120.2565347, 30.476714 ], [ 120.2567343, 30.4767042 ], [ 120.2569624, 30.4767239 ], [ 120.2574071, 30.4767583 ], [ 120.2575725, 30.4767435 ], [ 120.2577892, 30.4767828 ], [ 120.2580058, 30.4768271 ], [ 120.2584905, 30.4769008 ], [ 120.2595511, 30.477058 ], [ 120.2599103, 30.4770629 ], [ 120.2602525, 30.4770384 ], [ 120.2610336, 30.4771268 ], [ 120.2614613, 30.4772104 ], [ 120.2618433, 30.47723 ], [ 120.2620714, 30.4772448 ], [ 120.2622881, 30.4772399 ], [ 120.2625183, 30.477266 ], [ 120.2625458, 30.4768564 ], [ 120.2621422, 30.4767955 ], [ 120.261501, 30.4767571 ], [ 120.2611181, 30.4766957 ], [ 120.2608064, 30.4766573 ], [ 120.2607084, 30.4765729 ], [ 120.2606728, 30.4764885 ], [ 120.2606817, 30.4758591 ], [ 120.2606639, 30.4756442 ], [ 120.2605837, 30.4755445 ], [ 120.260468, 30.4755598 ], [ 120.26037, 30.4757517 ], [ 120.26037, 30.4760817 ], [ 120.26037, 30.476335 ], [ 120.2603433, 30.4764578 ], [ 120.2602631, 30.4765192 ], [ 120.2600761, 30.4765192 ], [ 120.2593904, 30.4764424 ], [ 120.2590075, 30.476335 ], [ 120.2587581, 30.4762813 ], [ 120.2584019, 30.4763043 ], [ 120.2574757, 30.4761431 ], [ 120.2572976, 30.4760664 ], [ 120.2570483, 30.4759973 ], [ 120.2568613, 30.4759666 ], [ 120.2566921, 30.476005 ], [ 120.2565407, 30.476051 ], [ 120.2563626, 30.4761201 ], [ 120.2562468, 30.4762582 ], [ 120.2560509, 30.4764348 ], [ 120.2559203, 30.4765587 ], [ 120.2557397, 30.476806 ], [ 120.2554953, 30.4769251 ], [ 120.2552615, 30.4770533 ], [ 120.2550489, 30.4771815 ], [ 120.2548364, 30.4772456 ], [ 120.2546557, 30.4772456 ], [ 120.2544829, 30.4772321 ], [ 120.254422, 30.4772273 ], [ 120.2541988, 30.4772364 ], [ 120.2542094, 30.4776028 ], [ 120.2541882, 30.4777676 ], [ 120.2541138, 30.4778867 ], [ 120.2539863, 30.4780241 ], [ 120.2539544, 30.4780973 ], [ 120.25402, 30.4781087 ], [ 120.2541253, 30.4780504 ], [ 120.2542231, 30.4780309 ], [ 120.2543059, 30.4781087 ], [ 120.254351, 30.4782708 ], [ 120.2543209, 30.4784329 ], [ 120.2542682, 30.4786858 ], [ 120.2542833, 30.4788998 ], [ 120.2543134, 30.4794444 ], [ 120.2542607, 30.4797491 ], [ 120.254178, 30.4802419 ], [ 120.2541253, 30.4805142 ], [ 120.2540726, 30.4806698 ], [ 120.2540952, 30.4808513 ], [ 120.2541554, 30.480981 ], [ 120.2541629, 30.4811366 ], [ 120.2540651, 30.4819276 ], [ 120.2540651, 30.482148 ], [ 120.2541178, 30.4823101 ], [ 120.2541328, 30.4824592 ], [ 120.2540952, 30.4828807 ], [ 120.2540275, 30.4831465 ], [ 120.2539372, 30.4833929 ], [ 120.2539372, 30.4836263 ], [ 120.2539974, 30.4838726 ], [ 120.2540275, 30.48432 ], [ 120.2540049, 30.4844821 ], [ 120.253877, 30.4845339 ], [ 120.253862, 30.4846442 ], [ 120.2539297, 30.4847479 ], [ 120.2539673, 30.4848711 ], [ 120.2539222, 30.4852406 ], [ 120.2539523, 30.4853119 ], [ 120.2538996, 30.4857333 ], [ 120.2539447, 30.4865113 ], [ 120.2539598, 30.4868744 ], [ 120.2538921, 30.4879636 ], [ 120.2538319, 30.4881386 ], [ 120.2537642, 30.4881969 ], [ 120.2536889, 30.4882099 ], [ 120.2535761, 30.4881905 ], [ 120.2534708, 30.4881256 ], [ 120.2531849, 30.4878858 ], [ 120.2526206, 30.4874449 ], [ 120.2522896, 30.4872763 ], [ 120.2521015, 30.4871467 ], [ 120.2518758, 30.486842 ], [ 120.2516652, 30.4866669 ], [ 120.2505668, 30.4859084 ], [ 120.2497768, 30.4852082 ], [ 120.2492577, 30.4847738 ], [ 120.24837, 30.4840801 ], [ 120.2481368, 30.4839699 ], [ 120.2479411, 30.4839245 ], [ 120.2476553, 30.4838402 ], [ 120.2474822, 30.4837689 ], [ 120.2473995, 30.4836781 ], [ 120.2473543, 30.4836068 ], [ 120.2473167, 30.4833993 ], [ 120.2473393, 30.4830817 ], [ 120.2473769, 30.4829261 ], [ 120.2474747, 30.4828742 ], [ 120.2476854, 30.4828807 ], [ 120.2478584, 30.4828742 ], [ 120.2480013, 30.4828483 ], [ 120.2481368, 30.4827834 ], [ 120.2482947, 30.4826797 ], [ 120.2484076, 30.4826408 ], [ 120.2484753, 30.4826538 ], [ 120.2485505, 30.4827575 ], [ 120.2486634, 30.4828029 ], [ 120.2488289, 30.4828483 ], [ 120.2486182, 30.482738 ], [ 120.248543, 30.4826408 ], [ 120.2485656, 30.482563 ], [ 120.2486408, 30.4824592 ], [ 120.2487913, 30.4820702 ], [ 120.2488364, 30.4819795 ], [ 120.2487913, 30.4819211 ], [ 120.2487236, 30.4820184 ], [ 120.2485129, 30.4824463 ], [ 120.2484001, 30.482563 ], [ 120.2482045, 30.4826538 ], [ 120.2480013, 30.482738 ], [ 120.2478283, 30.4827834 ], [ 120.2476703, 30.4827899 ], [ 120.2475424, 30.4827575 ], [ 120.2474897, 30.4827056 ], [ 120.2475198, 30.4825954 ], [ 120.2477154, 30.4811107 ], [ 120.2476929, 30.4810588 ], [ 120.2474973, 30.4810394 ], [ 120.2473919, 30.4810588 ], [ 120.2473393, 30.4811107 ], [ 120.2472866, 30.4816034 ], [ 120.2471888, 30.4820573 ], [ 120.2470684, 30.4825111 ], [ 120.2469481, 30.4826538 ], [ 120.246918, 30.4827964 ], [ 120.2469782, 30.482965 ], [ 120.2470007, 30.48314 ], [ 120.246933, 30.4835031 ], [ 120.2469255, 30.4836976 ], [ 120.2468804, 30.483931 ], [ 120.2468126, 30.4840671 ], [ 120.2467224, 30.4841449 ], [ 120.2465719, 30.4842033 ], [ 120.2456164, 30.4843913 ], [ 120.2455111, 30.4843783 ], [ 120.2454208, 30.4843265 ], [ 120.2454208, 30.4842681 ], [ 120.2454208, 30.4841709 ], [ 120.2454885, 30.483944 ], [ 120.2454735, 30.4838467 ], [ 120.2452403, 30.4827316 ], [ 120.2452027, 30.482563 ], [ 120.24515, 30.4823685 ], [ 120.2449544, 30.4818433 ], [ 120.2448942, 30.481584 ], [ 120.2448792, 30.4814089 ], [ 120.2448566, 30.4813311 ], [ 120.2447814, 30.4813246 ], [ 120.244676, 30.4813571 ], [ 120.2446384, 30.4814543 ], [ 120.244661, 30.4815969 ], [ 120.244834, 30.4820184 ], [ 120.2448867, 30.4822842 ], [ 120.2449845, 30.4824333 ], [ 120.2451352, 30.4830087 ], [ 120.2452178, 30.4832579 ], [ 120.245204, 30.483424 ], [ 120.2452247, 30.4836436 ], [ 120.2451627, 30.4838572 ], [ 120.2450801, 30.4840648 ], [ 120.2449699, 30.4841242 ], [ 120.2448047, 30.4841776 ], [ 120.2447221, 30.484225 ], [ 120.2446395, 30.4843734 ], [ 120.2445086, 30.4845751 ], [ 120.244426, 30.4847472 ], [ 120.2443572, 30.4848362 ], [ 120.2442126, 30.4848955 ], [ 120.2440955, 30.4848896 ], [ 120.2440336, 30.484848 ], [ 120.2439441, 30.4849311 ], [ 120.243889, 30.4850379 ], [ 120.2437651, 30.4851091 ], [ 120.2436824, 30.4851328 ], [ 120.2435861, 30.4854354 ], [ 120.2434621, 30.485566 ], [ 120.243352, 30.4856134 ], [ 120.2432143, 30.4856431 ], [ 120.2429432, 30.4856332 ], [ 120.2427267, 30.4856465 ], [ 120.2425875, 30.4856687 ], [ 120.2423762, 30.4857043 ], [ 120.2421288, 30.4856954 ], [ 120.2416081, 30.4857354 ], [ 120.2415153, 30.4857709 ], [ 120.2413813, 30.4857976 ], [ 120.2411184, 30.485802 ], [ 120.2408968, 30.4857753 ], [ 120.2407988, 30.4857487 ], [ 120.2405617, 30.4857576 ], [ 120.2403607, 30.4857443 ], [ 120.2402318, 30.4857176 ], [ 120.2401236, 30.4856421 ], [ 120.2399534, 30.4855888 ], [ 120.2399328, 30.4855355 ], [ 120.2401081, 30.4848469 ], [ 120.240072, 30.4848292 ], [ 120.23984, 30.485611 ], [ 120.2397782, 30.4857354 ], [ 120.2395101, 30.4857487 ], [ 120.239407, 30.4857976 ], [ 120.2388503, 30.4862862 ], [ 120.2387627, 30.4863262 ], [ 120.238639, 30.4863439 ], [ 120.2384173, 30.4863528 ], [ 120.2380874, 30.4863573 ], [ 120.2371972, 30.4863312 ], [ 120.2365513, 30.4862817 ], [ 120.2346183, 30.4861663 ], [ 120.2344791, 30.486144 ], [ 120.2345306, 30.4864417 ] ], [ [ 120.2640081, 30.4954875 ], [ 120.2641812, 30.4954389 ], [ 120.2643016, 30.4954162 ], [ 120.2643844, 30.4954486 ], [ 120.2645198, 30.495627 ], [ 120.2646252, 30.4957956 ], [ 120.2646816, 30.4958669 ], [ 120.2647607, 30.4958669 ], [ 120.2648359, 30.4958961 ], [ 120.2648924, 30.4960031 ], [ 120.2648848, 30.4960809 ], [ 120.264851, 30.496149 ], [ 120.2647945, 30.4961846 ], [ 120.2647343, 30.4961717 ], [ 120.2646101, 30.4960355 ], [ 120.2645311, 30.4959706 ], [ 120.2644559, 30.4959544 ], [ 120.2643957, 30.4958961 ], [ 120.264358, 30.4958312 ], [ 120.2642188, 30.4957729 ], [ 120.2640871, 30.4957113 ], [ 120.2639968, 30.4956594 ], [ 120.2639742, 30.495588 ], [ 120.2639742, 30.4955264 ], [ 120.2640081, 30.4954875 ] ], [ [ 120.2652865, 30.4967502 ], [ 120.265318, 30.4967285 ], [ 120.2653588, 30.4967312 ], [ 120.2653777, 30.4967637 ], [ 120.26534, 30.4968179 ], [ 120.265296, 30.4968071 ], [ 120.2652802, 30.4967827 ], [ 120.2652865, 30.4967502 ] ], [ [ 120.2654311, 30.4969912 ], [ 120.2654688, 30.4969858 ], [ 120.2655003, 30.4970048 ], [ 120.2655003, 30.4970264 ], [ 120.2654908, 30.4970535 ], [ 120.2654563, 30.4970644 ], [ 120.2654154, 30.4970508 ], [ 120.2654091, 30.497021 ], [ 120.2654311, 30.4969912 ] ] ], [ [ [ 120.2402508, 30.4924041 ], [ 120.2404436, 30.492456 ], [ 120.2406423, 30.4924716 ], [ 120.2408772, 30.4924716 ], [ 120.2413531, 30.4925131 ], [ 120.2421541, 30.4926221 ], [ 120.2423649, 30.4926013 ], [ 120.2425035, 30.4925702 ], [ 120.2425998, 30.4925027 ], [ 120.242642, 30.4924352 ], [ 120.2426962, 30.4920667 ], [ 120.2427504, 30.4918539 ], [ 120.2427625, 30.4917294 ], [ 120.242648, 30.491719 ], [ 120.2425757, 30.4917605 ], [ 120.2425637, 30.4918747 ], [ 120.2425215, 30.4922847 ], [ 120.2424854, 30.4923781 ], [ 120.2424191, 30.4924404 ], [ 120.2422445, 30.4924664 ], [ 120.2419915, 30.4924456 ], [ 120.2409616, 30.4923262 ], [ 120.2406725, 30.4923055 ], [ 120.2404918, 30.4922692 ], [ 120.2404677, 30.4923107 ], [ 120.2403954, 30.492347 ], [ 120.2402268, 30.4923522 ], [ 120.2402508, 30.4924041 ] ] ], [ [ [ 120.2421963, 30.4910495 ], [ 120.2423589, 30.4910235 ], [ 120.2425035, 30.4910183 ], [ 120.2426119, 30.4910651 ], [ 120.2426661, 30.4911221 ], [ 120.2427323, 30.4912156 ], [ 120.2428347, 30.4913713 ], [ 120.2429552, 30.4915893 ], [ 120.2433045, 30.4922017 ], [ 120.2434129, 30.4924352 ], [ 120.2434551, 30.492565 ], [ 120.2435093, 30.4926584 ], [ 120.2436057, 30.4927726 ], [ 120.24369, 30.4927778 ], [ 120.2437141, 30.4927414 ], [ 120.243678, 30.4926636 ], [ 120.243684, 30.4925702 ], [ 120.243684, 30.4924404 ], [ 120.2436057, 30.4922328 ], [ 120.2435093, 30.4919837 ], [ 120.2433407, 30.4917917 ], [ 120.2432383, 30.4916152 ], [ 120.2430997, 30.4912156 ], [ 120.2430275, 30.4911066 ], [ 120.242901, 30.4906654 ], [ 120.2428769, 30.4901879 ], [ 120.242907, 30.489809 ], [ 120.2429672, 30.4894457 ], [ 120.2430214, 30.4892745 ], [ 120.2430516, 30.4891551 ], [ 120.2430275, 30.4890461 ], [ 120.2429974, 30.4889319 ], [ 120.242913, 30.4888956 ], [ 120.2427504, 30.4889008 ], [ 120.2426179, 30.4888281 ], [ 120.2423589, 30.4888021 ], [ 120.2423649, 30.4888592 ], [ 120.2424673, 30.48888 ], [ 120.2426059, 30.4889527 ], [ 120.2427745, 30.4890046 ], [ 120.2428769, 30.4890772 ], [ 120.2429251, 30.4891603 ], [ 120.242901, 30.4892796 ], [ 120.2428408, 30.489425 ], [ 120.2427504, 30.4894613 ], [ 120.2425517, 30.4894353 ], [ 120.2425155, 30.4894613 ], [ 120.2425998, 30.4895132 ], [ 120.2427564, 30.4895236 ], [ 120.2428046, 30.4895911 ], [ 120.2428106, 30.4897052 ], [ 120.2427865, 30.4898298 ], [ 120.2427926, 30.4901256 ], [ 120.2427384, 30.490271 ], [ 120.2426962, 30.4903281 ], [ 120.2427263, 30.4903955 ], [ 120.2427143, 30.4904786 ], [ 120.2426601, 30.4908004 ], [ 120.2426721, 30.4909353 ], [ 120.2426179, 30.4909976 ], [ 120.2425336, 30.4909664 ], [ 120.2425276, 30.4908315 ], [ 120.2424734, 30.4907381 ], [ 120.2423288, 30.4907433 ], [ 120.2422324, 30.4907121 ], [ 120.2421963, 30.4907796 ], [ 120.2422264, 30.490873 ], [ 120.2422144, 30.4909509 ], [ 120.24213, 30.4909768 ], [ 120.2420879, 30.4910235 ], [ 120.2421963, 30.4910495 ] ] ], [ [ [ 120.2604845, 30.4851223 ], [ 120.2606427, 30.4854609 ], [ 120.2606835, 30.4856455 ], [ 120.2606682, 30.4857599 ], [ 120.2606682, 30.4858522 ], [ 120.2607294, 30.4859182 ], [ 120.2608621, 30.4858962 ], [ 120.2611836, 30.4858962 ], [ 120.2613928, 30.4859182 ], [ 120.2615408, 30.4859753 ], [ 120.2616275, 30.4860545 ], [ 120.2616786, 30.4861468 ], [ 120.2616786, 30.4864195 ], [ 120.2617041, 30.4867185 ], [ 120.2617755, 30.4872857 ], [ 120.2617551, 30.4874704 ], [ 120.2618265, 30.4877255 ], [ 120.2618572, 30.4881124 ], [ 120.2618674, 30.4881828 ], [ 120.2619439, 30.4882268 ], [ 120.262097, 30.4882531 ], [ 120.262194, 30.4883015 ], [ 120.2622399, 30.4883895 ], [ 120.2622705, 30.488517 ], [ 120.262245, 30.4885917 ], [ 120.2621888, 30.4886973 ], [ 120.2621276, 30.4887588 ], [ 120.2621174, 30.4888204 ], [ 120.2621327, 30.4888644 ], [ 120.2622705, 30.4890271 ], [ 120.2623113, 30.4891238 ], [ 120.2622756, 30.4892073 ], [ 120.2622348, 30.4892909 ], [ 120.2621327, 30.4893393 ], [ 120.2620409, 30.4893524 ], [ 120.2618265, 30.4893305 ], [ 120.2616735, 30.4892997 ], [ 120.2615051, 30.4892689 ], [ 120.2614132, 30.4892997 ], [ 120.2613826, 30.4893612 ], [ 120.2613775, 30.489436 ], [ 120.2613979, 30.4894976 ], [ 120.2615459, 30.4894976 ], [ 120.2616888, 30.4894976 ], [ 120.2619541, 30.4895591 ], [ 120.2621582, 30.4895899 ], [ 120.262296, 30.4896163 ], [ 120.2623572, 30.4896603 ], [ 120.2623926, 30.4897253 ], [ 120.2624338, 30.489801 ], [ 120.2624848, 30.4898845 ], [ 120.2625256, 30.4899812 ], [ 120.2625103, 30.490056 ], [ 120.262393, 30.4900956 ], [ 120.262245, 30.4901088 ], [ 120.2621531, 30.4901264 ], [ 120.2621735, 30.4901879 ], [ 120.2623266, 30.4901923 ], [ 120.262444, 30.4902143 ], [ 120.2625205, 30.4903066 ], [ 120.2625246, 30.4903495 ], [ 120.2625307, 30.4904122 ], [ 120.262643, 30.490632 ], [ 120.2626583, 30.490698 ], [ 120.2626328, 30.4907859 ], [ 120.2625663, 30.4910377 ], [ 120.2625562, 30.4910761 ], [ 120.262495, 30.4911157 ], [ 120.2624083, 30.4911289 ], [ 120.2624389, 30.4912168 ], [ 120.2625818, 30.4912916 ], [ 120.2627297, 30.4914191 ], [ 120.2628777, 30.4916038 ], [ 120.2630359, 30.4918456 ], [ 120.2631176, 30.4920391 ], [ 120.2633319, 30.4924832 ], [ 120.2634288, 30.4927382 ], [ 120.2634288, 30.4928657 ], [ 120.2634901, 30.493046 ], [ 120.2635462, 30.4931516 ], [ 120.2635921, 30.4932131 ], [ 120.2635972, 30.4932615 ], [ 120.263536, 30.493323 ], [ 120.2633676, 30.4934022 ], [ 120.2629339, 30.4934813 ], [ 120.2628573, 30.4935165 ], [ 120.2628981, 30.4935341 ], [ 120.2631125, 30.4934901 ], [ 120.2633115, 30.4934637 ], [ 120.2634748, 30.4934418 ], [ 120.263547, 30.4934274 ], [ 120.2636074, 30.4934154 ], [ 120.263684, 30.4934374 ], [ 120.263786, 30.4936044 ], [ 120.2638728, 30.4935781 ], [ 120.2639238, 30.4936264 ], [ 120.2640361, 30.4935956 ], [ 120.2640207, 30.4935385 ], [ 120.2640667, 30.4935121 ], [ 120.2639952, 30.493411 ], [ 120.2639238, 30.4933538 ], [ 120.2638728, 30.4932791 ], [ 120.2638473, 30.4931779 ], [ 120.2638064, 30.4931032 ], [ 120.2636227, 30.4926899 ], [ 120.2635309, 30.4924172 ], [ 120.2634543, 30.4920831 ], [ 120.2633829, 30.4919512 ], [ 120.2633013, 30.4917973 ], [ 120.2629696, 30.4912916 ], [ 120.2629032, 30.4911201 ], [ 120.2628624, 30.4909398 ], [ 120.2628675, 30.4908211 ], [ 120.2627961, 30.4902539 ], [ 120.2627757, 30.4899593 ], [ 120.2628267, 30.4898142 ], [ 120.2629185, 30.4896646 ], [ 120.2630563, 30.4895283 ], [ 120.2632553, 30.4893437 ], [ 120.2634237, 30.4892337 ], [ 120.2635156, 30.4891546 ], [ 120.2635309, 30.4890886 ], [ 120.2634543, 30.4890139 ], [ 120.2633421, 30.4889787 ], [ 120.2630971, 30.4890139 ], [ 120.2627961, 30.4890578 ], [ 120.2627195, 30.4890227 ], [ 120.2626685, 30.4889699 ], [ 120.2624899, 30.4882136 ], [ 120.2623725, 30.4881564 ], [ 120.2622654, 30.4881388 ], [ 120.2620817, 30.488108 ], [ 120.2619949, 30.4880641 ], [ 120.2619643, 30.4880025 ], [ 120.261898, 30.4873737 ], [ 120.2618368, 30.4869559 ], [ 120.2617857, 30.4866174 ], [ 120.2618112, 30.4860193 ], [ 120.261801, 30.4858962 ], [ 120.2617551, 30.4858522 ], [ 120.261648, 30.4858258 ], [ 120.2612806, 30.4858126 ], [ 120.2610509, 30.4857687 ], [ 120.2609183, 30.4857203 ], [ 120.2608417, 30.4856675 ], [ 120.2608162, 30.4856016 ], [ 120.2607397, 30.485219 ], [ 120.2607141, 30.4849639 ], [ 120.2607243, 30.4848144 ], [ 120.2607448, 30.4847221 ], [ 120.2607958, 30.4845286 ], [ 120.2608825, 30.4843879 ], [ 120.2609591, 30.4842516 ], [ 120.2611428, 30.4837283 ], [ 120.2611836, 30.4836139 ], [ 120.2612142, 30.4834292 ], [ 120.2612244, 30.4830335 ], [ 120.2612193, 30.4823914 ], [ 120.2612244, 30.4822243 ], [ 120.2612193, 30.4821584 ], [ 120.2610662, 30.4821364 ], [ 120.2610152, 30.4821716 ], [ 120.2609999, 30.4822727 ], [ 120.2610509, 30.4828488 ], [ 120.261005, 30.4830599 ], [ 120.2609999, 30.4832314 ], [ 120.2610047, 30.4832688 ], [ 120.2610305, 30.4834688 ], [ 120.2610101, 30.4836271 ], [ 120.2609029, 30.4839569 ], [ 120.260857, 30.4840581 ], [ 120.2607907, 30.484234 ], [ 120.2606937, 30.4843835 ], [ 120.2605917, 30.4845286 ], [ 120.260556, 30.4846781 ], [ 120.2605509, 30.4848496 ], [ 120.2604794, 30.4849068 ], [ 120.2604488, 30.4850343 ], [ 120.2604845, 30.4851223 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.249262, 30.4931603 ], [ 120.2493863, 30.4931871 ], [ 120.2495028, 30.4931603 ], [ 120.2496465, 30.4931804 ], [ 120.2497436, 30.4931971 ], [ 120.2497786, 30.4932272 ], [ 120.249833, 30.4931971 ], [ 120.2500505, 30.4931536 ], [ 120.2506331, 30.49308 ], [ 120.2508351, 30.4930532 ], [ 120.2510099, 30.4930465 ], [ 120.2511536, 30.4930331 ], [ 120.2512623, 30.4930364 ], [ 120.2513672, 30.4930699 ], [ 120.2515459, 30.4931302 ], [ 120.2516896, 30.4931603 ], [ 120.2518527, 30.4932071 ], [ 120.2520897, 30.493244 ], [ 120.2523732, 30.4932473 ], [ 120.2525636, 30.493264 ], [ 120.2527578, 30.4933176 ], [ 120.2529442, 30.4934013 ], [ 120.2532316, 30.4935318 ], [ 120.2535035, 30.4936456 ], [ 120.2537405, 30.4937058 ], [ 120.253822, 30.493756 ], [ 120.2538415, 30.4938096 ], [ 120.2538453, 30.4939903 ], [ 120.2538687, 30.4940774 ], [ 120.2539114, 30.4941342 ], [ 120.2539658, 30.4941376 ], [ 120.2539852, 30.4941075 ], [ 120.2540046, 30.4940673 ], [ 120.2540862, 30.4940439 ], [ 120.2542648, 30.4940573 ], [ 120.2545639, 30.4940707 ], [ 120.2548902, 30.4941242 ], [ 120.255267, 30.4941911 ], [ 120.2554534, 30.4942246 ], [ 120.2555661, 30.4942246 ], [ 120.2557214, 30.4942179 ], [ 120.2558846, 30.494228 ], [ 120.2560089, 30.4942514 ], [ 120.2561836, 30.4942648 ], [ 120.2563079, 30.4942882 ], [ 120.2563934, 30.4943351 ], [ 120.2565099, 30.4944556 ], [ 120.2565954, 30.4945827 ], [ 120.2566769, 30.4946564 ], [ 120.2567507, 30.4947601 ], [ 120.2568323, 30.4950145 ], [ 120.25691, 30.495376 ], [ 120.256945, 30.4954797 ], [ 120.2569566, 30.4955835 ], [ 120.2569294, 30.4956538 ], [ 120.2569022, 30.4957073 ], [ 120.2568945, 30.4957441 ], [ 120.2568972, 30.4957933 ], [ 120.2569169, 30.4958752 ], [ 120.2570153, 30.4958724 ], [ 120.2570514, 30.495912 ], [ 120.2570973, 30.4959035 ], [ 120.2571203, 30.4958696 ], [ 120.257199, 30.4958385 ], [ 120.2572154, 30.4957791 ], [ 120.2571892, 30.4956349 ], [ 120.2570382, 30.4950554 ], [ 120.2570087, 30.4948603 ], [ 120.256957, 30.4946739 ], [ 120.2569068, 30.4945541 ], [ 120.2568257, 30.4944808 ], [ 120.2567909, 30.4944109 ], [ 120.2567175, 30.4942612 ], [ 120.2566557, 30.494168 ], [ 120.2565939, 30.4940981 ], [ 120.2565205, 30.4940714 ], [ 120.2564278, 30.4940648 ], [ 120.2558136, 30.4941047 ], [ 120.2555626, 30.4940981 ], [ 120.2554428, 30.4940748 ], [ 120.2553308, 30.4940681 ], [ 120.2551415, 30.4940714 ], [ 120.2550372, 30.4940714 ], [ 120.254902, 30.4940382 ], [ 120.2546355, 30.493955 ], [ 120.2544501, 30.493955 ], [ 120.2543072, 30.4939749 ], [ 120.2541372, 30.4939416 ], [ 120.2540754, 30.4939017 ], [ 120.2540368, 30.4938484 ], [ 120.2539634, 30.4936754 ], [ 120.2539016, 30.4936154 ], [ 120.2537973, 30.4935655 ], [ 120.2536737, 30.4935389 ], [ 120.2535501, 30.4935123 ], [ 120.2534188, 30.4934757 ], [ 120.253272, 30.4933758 ], [ 120.2529089, 30.4932094 ], [ 120.2527466, 30.4931561 ], [ 120.2525612, 30.4931228 ], [ 120.2524608, 30.4931461 ], [ 120.2522947, 30.4931495 ], [ 120.252144, 30.4931361 ], [ 120.2520591, 30.4931128 ], [ 120.2518543, 30.4930762 ], [ 120.2516689, 30.4930396 ], [ 120.2515337, 30.4929997 ], [ 120.2513676, 30.4929331 ], [ 120.2512324, 30.4928898 ], [ 120.2508964, 30.4928765 ], [ 120.2506839, 30.4929098 ], [ 120.2504792, 30.4929265 ], [ 120.2501547, 30.4929564 ], [ 120.2498728, 30.4930097 ], [ 120.2496719, 30.4930463 ], [ 120.2494865, 30.4930629 ], [ 120.2493358, 30.4930862 ], [ 120.2492426, 30.4931067 ], [ 120.249262, 30.4931603 ] ] ], [ [ [ 120.2554404, 30.4964274 ], [ 120.255472, 30.496497 ], [ 120.2555211, 30.4965695 ], [ 120.2556124, 30.4966966 ], [ 120.2556721, 30.4968387 ], [ 120.2556756, 30.4969053 ], [ 120.2556685, 30.4972894 ], [ 120.255651, 30.4974436 ], [ 120.2556615, 30.4975374 ], [ 120.2556615, 30.4979184 ], [ 120.2556721, 30.4979971 ], [ 120.2556931, 30.4980303 ], [ 120.2557212, 30.4980394 ], [ 120.2562968, 30.4980364 ], [ 120.2563811, 30.4980424 ], [ 120.2566162, 30.4980787 ], [ 120.2567005, 30.4980787 ], [ 120.2568409, 30.4980576 ], [ 120.2570023, 30.4980394 ], [ 120.2571357, 30.4980334 ], [ 120.2574657, 30.4981241 ], [ 120.2575113, 30.4981604 ], [ 120.257585, 30.4983207 ], [ 120.2575955, 30.4984114 ], [ 120.2576061, 30.4988318 ], [ 120.2575885, 30.4989104 ], [ 120.2575674, 30.4989709 ], [ 120.2575745, 30.4990405 ], [ 120.2577535, 30.4993792 ], [ 120.2577991, 30.4994185 ], [ 120.2578623, 30.4994518 ], [ 120.2579465, 30.4994669 ], [ 120.2586029, 30.4995062 ], [ 120.2587573, 30.4995153 ], [ 120.2591048, 30.4995637 ], [ 120.2591891, 30.4995758 ], [ 120.2592979, 30.4995667 ], [ 120.2599437, 30.4996211 ], [ 120.2601964, 30.4996423 ], [ 120.2603017, 30.4996332 ], [ 120.2603895, 30.4996121 ], [ 120.2604456, 30.4995909 ], [ 120.2604948, 30.4995395 ], [ 120.2605685, 30.4994971 ], [ 120.2606282, 30.4994094 ], [ 120.2608002, 30.4993036 ], [ 120.2609651, 30.4992673 ], [ 120.2611125, 30.4992522 ], [ 120.2613126, 30.4992915 ], [ 120.2614109, 30.4993157 ], [ 120.2614811, 30.4993248 ], [ 120.2615267, 30.4992703 ], [ 120.2615443, 30.4992008 ], [ 120.2615443, 30.498856 ], [ 120.2615197, 30.4987955 ], [ 120.261453, 30.4987078 ], [ 120.2614004, 30.4986261 ], [ 120.2611968, 30.498242 ], [ 120.2611406, 30.4981906 ], [ 120.2610985, 30.4981725 ], [ 120.2608493, 30.4981664 ], [ 120.2608142, 30.4981876 ], [ 120.2606843, 30.4981846 ], [ 120.2604737, 30.4980334 ], [ 120.2604246, 30.4979668 ], [ 120.2604035, 30.4979033 ], [ 120.2603825, 30.4978217 ], [ 120.260379, 30.4977581 ], [ 120.2603895, 30.4976583 ], [ 120.2604527, 30.497613 ], [ 120.2605369, 30.4975888 ], [ 120.2607019, 30.4975616 ], [ 120.2607124, 30.4975162 ], [ 120.2607264, 30.4974678 ], [ 120.2607791, 30.4974497 ], [ 120.2608423, 30.4974799 ], [ 120.2609862, 30.4976493 ], [ 120.2611055, 30.497861 ], [ 120.2611652, 30.4979366 ], [ 120.2612284, 30.4980061 ], [ 120.2613372, 30.4981634 ], [ 120.2614004, 30.4983267 ], [ 120.261432, 30.4983751 ], [ 120.2615443, 30.4983963 ], [ 120.2616426, 30.4984144 ], [ 120.2617022, 30.4984416 ], [ 120.2617338, 30.4984931 ], [ 120.2617338, 30.4985354 ], [ 120.2617303, 30.4985747 ], [ 120.2616531, 30.4986624 ], [ 120.2616426, 30.4987592 ], [ 120.2616355, 30.498853 ], [ 120.2616461, 30.4992824 ], [ 120.2616566, 30.4993641 ], [ 120.2617057, 30.4993943 ], [ 120.261976, 30.4994457 ], [ 120.2620778, 30.499476 ], [ 120.2621304, 30.4995274 ], [ 120.2621831, 30.4995969 ], [ 120.2622673, 30.4996181 ], [ 120.2623305, 30.4996544 ], [ 120.2623937, 30.499724 ], [ 120.2624253, 30.4998238 ], [ 120.2624288, 30.4999115 ], [ 120.2624238, 30.5000293 ], [ 120.262412, 30.5002248 ], [ 120.2625379, 30.5002416 ], [ 120.2625539, 30.5000568 ], [ 120.2625377, 30.4998356 ], [ 120.2625464, 30.4997526 ], [ 120.2625639, 30.4996821 ], [ 120.2626252, 30.4996142 ], [ 120.2627128, 30.4995815 ], [ 120.2628238, 30.4995563 ], [ 120.2629493, 30.4995463 ], [ 120.2632617, 30.4995538 ], [ 120.2637726, 30.4995739 ], [ 120.2639799, 30.4995563 ], [ 120.2645259, 30.4994356 ], [ 120.2646806, 30.499423 ], [ 120.2648237, 30.4994306 ], [ 120.2651156, 30.4994834 ], [ 120.2653492, 30.499506 ], [ 120.2654952, 30.499496 ], [ 120.2660528, 30.4994683 ], [ 120.2661667, 30.4994784 ], [ 120.2662192, 30.4994884 ], [ 120.266263, 30.499492 ], [ 120.2662366, 30.4993833 ], [ 120.2661696, 30.499413 ], [ 120.265939, 30.4994306 ], [ 120.2654747, 30.4994431 ], [ 120.2652704, 30.4994406 ], [ 120.2651653, 30.4994331 ], [ 120.2648178, 30.4993752 ], [ 120.2647419, 30.4993652 ], [ 120.2643828, 30.4993953 ], [ 120.2640909, 30.4994557 ], [ 120.2639332, 30.4994809 ], [ 120.2638135, 30.499496 ], [ 120.2632384, 30.4994809 ], [ 120.262999, 30.4994633 ], [ 120.2629114, 30.4994331 ], [ 120.2625552, 30.4994155 ], [ 120.2625085, 30.4993928 ], [ 120.262488, 30.499345 ], [ 120.2624559, 30.4993048 ], [ 120.2624326, 30.4992318 ], [ 120.2624793, 30.4991664 ], [ 120.2625785, 30.4991186 ], [ 120.2626207, 30.4991071 ], [ 120.2626895, 30.4990884 ], [ 120.2630136, 30.4990356 ], [ 120.2631216, 30.4990079 ], [ 120.2632057, 30.4989955 ], [ 120.2632205, 30.4989649 ], [ 120.2632028, 30.4989445 ], [ 120.2630962, 30.4989496 ], [ 120.2626375, 30.4990337 ], [ 120.2624984, 30.4990643 ], [ 120.262386, 30.4990898 ], [ 120.2623061, 30.4990949 ], [ 120.262241, 30.4990643 ], [ 120.2622232, 30.4990159 ], [ 120.2621936, 30.4988298 ], [ 120.2621788, 30.4987329 ], [ 120.2621877, 30.4986538 ], [ 120.2622055, 30.4986054 ], [ 120.2622203, 30.4985416 ], [ 120.262238, 30.4984804 ], [ 120.2622854, 30.4984065 ], [ 120.2623594, 30.4983784 ], [ 120.2624807, 30.4983784 ], [ 120.2626265, 30.4983639 ], [ 120.2628388, 30.4983427 ], [ 120.2630074, 30.4983121 ], [ 120.2631199, 30.498279 ], [ 120.2634425, 30.4982254 ], [ 120.2637059, 30.4982025 ], [ 120.263771, 30.498205 ], [ 120.263842, 30.4982356 ], [ 120.2638893, 30.498279 ], [ 120.2639337, 30.4983682 ], [ 120.2641231, 30.4989572 ], [ 120.2641793, 30.4990031 ], [ 120.2642809, 30.4990311 ], [ 120.2646291, 30.4990342 ], [ 120.2648777, 30.4990238 ], [ 120.2652208, 30.4989948 ], [ 120.2655498, 30.4989507 ], [ 120.2656448, 30.4989339 ], [ 120.265713, 30.4989129 ], [ 120.2659737, 30.4987975 ], [ 120.2659238, 30.4987386 ], [ 120.2658957, 30.4987765 ], [ 120.2657885, 30.4988353 ], [ 120.2655696, 30.4989091 ], [ 120.2655341, 30.4989148 ], [ 120.2654947, 30.4989212 ], [ 120.2650333, 30.4989737 ], [ 120.2649044, 30.4989798 ], [ 120.2644454, 30.4989737 ], [ 120.2643259, 30.4989616 ], [ 120.2642463, 30.4989434 ], [ 120.2642018, 30.4989112 ], [ 120.2641736, 30.4988546 ], [ 120.2640964, 30.4983642 ], [ 120.2641034, 30.4983118 ], [ 120.2641362, 30.4982633 ], [ 120.264183, 30.4982472 ], [ 120.2648271, 30.4981786 ], [ 120.2651082, 30.4981584 ], [ 120.2654268, 30.4981664 ], [ 120.2655322, 30.4981604 ], [ 120.2655771, 30.4981638 ], [ 120.2656173, 30.4981668 ], [ 120.2656029, 30.4980954 ], [ 120.2654736, 30.498118 ], [ 120.2653354, 30.4981059 ], [ 120.2648365, 30.4981059 ], [ 120.2647236, 30.4981074 ], [ 120.2646843, 30.4981079 ], [ 120.2640519, 30.4981382 ], [ 120.2638905, 30.4981375 ], [ 120.2634532, 30.4981459 ], [ 120.263169, 30.4981417 ], [ 120.2629188, 30.4981291 ], [ 120.2624694, 30.4981019 ], [ 120.2622556, 30.4980978 ], [ 120.2621196, 30.4981082 ], [ 120.2620839, 30.4981172 ], [ 120.26202, 30.4981333 ], [ 120.2618764, 30.4981883 ], [ 120.2617694, 30.4981913 ], [ 120.2616831, 30.4981853 ], [ 120.2615898, 30.4981913 ], [ 120.2615001, 30.4981764 ], [ 120.2614103, 30.4981288 ], [ 120.2613309, 30.4980426 ], [ 120.2612377, 30.4978492 ], [ 120.2611997, 30.4977718 ], [ 120.2611686, 30.4977243 ], [ 120.2611445, 30.4976588 ], [ 120.2610789, 30.4975368 ], [ 120.261034, 30.4974803 ], [ 120.261034, 30.4974327 ], [ 120.2610789, 30.4973822 ], [ 120.2613516, 30.4972899 ], [ 120.2617038, 30.4972394 ], [ 120.2623597, 30.497287 ], [ 120.2624357, 30.497287 ], [ 120.262812, 30.4972245 ], [ 120.2631138, 30.4971916 ], [ 120.2639889, 30.497151 ], [ 120.264236, 30.4971445 ], [ 120.2641711, 30.4970606 ], [ 120.2639021, 30.4971168 ], [ 120.2637286, 30.4971254 ], [ 120.2633146, 30.4971254 ], [ 120.2629601, 30.4971361 ], [ 120.2626998, 30.4971702 ], [ 120.2622461, 30.4972108 ], [ 120.2621594, 30.4972087 ], [ 120.2618445, 30.4971788 ], [ 120.2618098, 30.4971617 ], [ 120.2617429, 30.4971211 ], [ 120.2617032, 30.4971019 ], [ 120.2616487, 30.4971019 ], [ 120.2610265, 30.4972301 ], [ 120.2608728, 30.4972301 ], [ 120.2607662, 30.4972258 ], [ 120.2605356, 30.4971638 ], [ 120.2604414, 30.4971339 ], [ 120.2603844, 30.4971083 ], [ 120.2603299, 30.497119 ], [ 120.2602158, 30.4971168 ], [ 120.2598138, 30.4970897 ], [ 120.2596489, 30.4970595 ], [ 120.2595295, 30.4970323 ], [ 120.2594067, 30.4970444 ], [ 120.2591961, 30.4970807 ], [ 120.2590381, 30.49712 ], [ 120.2588942, 30.49712 ], [ 120.2587819, 30.4970988 ], [ 120.2586415, 30.4970656 ], [ 120.2585151, 30.4970535 ], [ 120.2580799, 30.4970232 ], [ 120.2579571, 30.497002 ], [ 120.2578798, 30.4969839 ], [ 120.2578342, 30.4969506 ], [ 120.2578447, 30.4968992 ], [ 120.2579044, 30.4967329 ], [ 120.2578974, 30.4966845 ], [ 120.2577991, 30.4963004 ], [ 120.2577675, 30.4962671 ], [ 120.257585, 30.4961824 ], [ 120.2575113, 30.4961461 ], [ 120.2573919, 30.496131 ], [ 120.2572937, 30.4961371 ], [ 120.257248, 30.4960796 ], [ 120.2572094, 30.4960131 ], [ 120.2571638, 30.4960131 ], [ 120.2571217, 30.4959798 ], [ 120.257076, 30.4959798 ], [ 120.2570585, 30.4960161 ], [ 120.2569602, 30.4960342 ], [ 120.2570023, 30.4961885 ], [ 120.2569918, 30.4962429 ], [ 120.2569743, 30.4962883 ], [ 120.257069, 30.4965635 ], [ 120.2570831, 30.4966452 ], [ 120.2572656, 30.4969778 ], [ 120.2572621, 30.4970565 ], [ 120.257227, 30.4976281 ], [ 120.2571147, 30.4977249 ], [ 120.2569567, 30.4977944 ], [ 120.2567952, 30.4978217 ], [ 120.2565601, 30.4978368 ], [ 120.256188, 30.4979063 ], [ 120.2560511, 30.4979215 ], [ 120.2559669, 30.4978973 ], [ 120.2558756, 30.497867 ], [ 120.2558195, 30.4978186 ], [ 120.2557563, 30.4977491 ], [ 120.2557212, 30.4976644 ], [ 120.2557107, 30.4975767 ], [ 120.2556931, 30.4974738 ], [ 120.2556966, 30.4973861 ], [ 120.2557072, 30.4972863 ], [ 120.2557317, 30.4972137 ], [ 120.2557177, 30.4970172 ], [ 120.2557177, 30.496875 ], [ 120.2557001, 30.4967843 ], [ 120.2556545, 30.4966845 ], [ 120.2556089, 30.4965816 ], [ 120.2555773, 30.4965151 ], [ 120.2555597, 30.4964244 ], [ 120.255637, 30.4963609 ], [ 120.2555703, 30.4963397 ], [ 120.2555176, 30.4962883 ], [ 120.2554825, 30.4962187 ], [ 120.2554895, 30.4961673 ], [ 120.2555176, 30.4960675 ], [ 120.2554895, 30.4960675 ], [ 120.2554439, 30.4962036 ], [ 120.2554439, 30.4962913 ], [ 120.2554404, 30.4963609 ], [ 120.2554404, 30.4964274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2289111, 30.5084322 ], [ 120.229189, 30.5084371 ], [ 120.2293524, 30.5084641 ], [ 120.2294287, 30.5084364 ], [ 120.2294311, 30.5083232 ], [ 120.2295581, 30.5081887 ], [ 120.2298644, 30.5081775 ], [ 120.2298645, 30.5081193 ], [ 120.2296678, 30.5080835 ], [ 120.2293542, 30.5080646 ], [ 120.2291666, 30.5080261 ], [ 120.2289975, 30.5079854 ], [ 120.2289576, 30.5081143 ], [ 120.2289557, 30.5082524 ], [ 120.2288479, 30.5083449 ], [ 120.2289111, 30.5084322 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.330545, 30.4582844 ], [ 120.3308273, 30.4583049 ], [ 120.331077, 30.458358 ], [ 120.3310975, 30.4583137 ], [ 120.3308136, 30.4582695 ], [ 120.3304271, 30.458243 ], [ 120.3304202, 30.4582754 ], [ 120.330545, 30.4582844 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3305395, 30.4585543 ], [ 120.3305937, 30.4585883 ], [ 120.3307217, 30.458601 ], [ 120.330766, 30.4585373 ], [ 120.3307906, 30.458461 ], [ 120.3307808, 30.45841 ], [ 120.3307463, 30.4583421 ], [ 120.3306675, 30.4583252 ], [ 120.3306035, 30.4583379 ], [ 120.3305691, 30.4584016 ], [ 120.3305395, 30.4585119 ], [ 120.3305395, 30.4585543 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3291464, 30.4590762 ], [ 120.3291513, 30.4591144 ], [ 120.3292055, 30.4591272 ], [ 120.3292547, 30.4590975 ], [ 120.3292646, 30.4588768 ], [ 120.3292399, 30.4588344 ], [ 120.3291809, 30.4588386 ], [ 120.3291563, 30.4588811 ], [ 120.3291464, 30.4590253 ], [ 120.3291464, 30.4590762 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3292153, 30.4603111 ], [ 120.3292596, 30.4603577 ], [ 120.329555, 30.4603662 ], [ 120.3295402, 30.4602771 ], [ 120.3295599, 30.4602092 ], [ 120.3295402, 30.4601328 ], [ 120.3295008, 30.4600946 ], [ 120.3294024, 30.4601116 ], [ 120.3293039, 30.4601541 ], [ 120.3292498, 30.4601922 ], [ 120.3292153, 30.4602474 ], [ 120.3292153, 30.4603111 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3250387, 30.4605899 ], [ 120.3252435, 30.4606306 ], [ 120.3253538, 30.4606306 ], [ 120.325472, 30.4606102 ], [ 120.325535, 30.4605627 ], [ 120.3255508, 30.460488 ], [ 120.3254878, 30.4603046 ], [ 120.3254169, 30.4602843 ], [ 120.3250781, 30.4602639 ], [ 120.3250151, 30.4602911 ], [ 120.3250387, 30.4605899 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3253936, 30.4612739 ], [ 120.3255508, 30.4612486 ], [ 120.3255902, 30.4611739 ], [ 120.3256374, 30.461106 ], [ 120.3256374, 30.4610245 ], [ 120.3256296, 30.460909 ], [ 120.3255902, 30.46078 ], [ 120.325535, 30.4606849 ], [ 120.3254247, 30.4606714 ], [ 120.3252199, 30.4607189 ], [ 120.3250229, 30.4606714 ], [ 120.3249442, 30.4606781 ], [ 120.3253936, 30.4612739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3284431, 30.46141 ], [ 120.3285543, 30.4614149 ], [ 120.328619, 30.4614178 ], [ 120.3286551, 30.4613983 ], [ 120.3286551, 30.4613517 ], [ 120.3286235, 30.4613245 ], [ 120.3284702, 30.4613245 ], [ 120.3284251, 30.4613361 ], [ 120.328416, 30.4613828 ], [ 120.3284431, 30.46141 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3320163, 30.4617419 ], [ 120.3320552, 30.4618043 ], [ 120.3321777, 30.4618235 ], [ 120.3322723, 30.4618426 ], [ 120.332289, 30.4619002 ], [ 120.3322667, 30.4619818 ], [ 120.3323168, 30.4620297 ], [ 120.3324003, 30.4620154 ], [ 120.3323725, 30.461905 ], [ 120.3323335, 30.4618235 ], [ 120.3322667, 30.4617947 ], [ 120.3322166, 30.4616939 ], [ 120.3321665, 30.4615932 ], [ 120.3320997, 30.4615596 ], [ 120.332033, 30.461598 ], [ 120.3320051, 30.4616556 ], [ 120.3320163, 30.4617419 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3280694, 30.4619408 ], [ 120.3281505, 30.4619555 ], [ 120.3281847, 30.4619334 ], [ 120.3281847, 30.4618414 ], [ 120.328095, 30.4618304 ], [ 120.3280651, 30.4618451 ], [ 120.3280694, 30.4619408 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3274116, 30.4619739 ], [ 120.3274672, 30.4619923 ], [ 120.327527, 30.4620071 ], [ 120.327638, 30.4619703 ], [ 120.327638, 30.4618488 ], [ 120.3276081, 30.4618193 ], [ 120.3275526, 30.4618046 ], [ 120.3274843, 30.461812 ], [ 120.327433, 30.4618451 ], [ 120.3273988, 30.4618929 ], [ 120.327386, 30.4619408 ], [ 120.3274116, 30.4619739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3066595, 30.46128 ], [ 120.306892, 30.4612963 ], [ 120.3069109, 30.4612042 ], [ 120.306716, 30.4611608 ], [ 120.3066092, 30.4611663 ], [ 120.3065904, 30.4612421 ], [ 120.3066595, 30.46128 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3055911, 30.461903 ], [ 120.3056916, 30.4621468 ], [ 120.3056979, 30.4624501 ], [ 120.3059116, 30.4624772 ], [ 120.3059682, 30.4624501 ], [ 120.3059807, 30.4623906 ], [ 120.305943, 30.462228 ], [ 120.3058865, 30.462098 ], [ 120.3058236, 30.4619301 ], [ 120.3057733, 30.4618163 ], [ 120.3057168, 30.4617838 ], [ 120.3055848, 30.4618217 ], [ 120.3055911, 30.461903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3072628, 30.4622822 ], [ 120.3073068, 30.4623093 ], [ 120.3073697, 30.4623093 ], [ 120.3074514, 30.4622226 ], [ 120.3074451, 30.4621576 ], [ 120.3073822, 30.4621034 ], [ 120.3073131, 30.4621034 ], [ 120.3072628, 30.4621522 ], [ 120.307244, 30.4622335 ], [ 120.3072628, 30.4622822 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2789816, 30.4585159 ], [ 120.2792801, 30.4585924 ], [ 120.2794925, 30.4586248 ], [ 120.2800811, 30.458733 ], [ 120.2803793, 30.4588142 ], [ 120.2809435, 30.4589381 ], [ 120.282126, 30.4591977 ], [ 120.2824745, 30.4592742 ], [ 120.282914, 30.4593689 ], [ 120.2830395, 30.4594298 ], [ 120.2831415, 30.4595651 ], [ 120.2833193, 30.4599722 ], [ 120.2834162, 30.4601941 ], [ 120.2834554, 30.4603159 ], [ 120.2834868, 30.4605391 ], [ 120.2835496, 30.4606338 ], [ 120.2837065, 30.4607217 ], [ 120.2840483, 30.4608795 ], [ 120.2841538, 30.4609517 ], [ 120.2842558, 30.4610803 ], [ 120.2843971, 30.4612967 ], [ 120.2844991, 30.4613508 ], [ 120.2845851, 30.4613656 ], [ 120.2846561, 30.4613779 ], [ 120.2850734, 30.4613587 ], [ 120.2852925, 30.4613486 ], [ 120.2856841, 30.4613305 ], [ 120.2858632, 30.4613633 ], [ 120.285943, 30.4613779 ], [ 120.2863903, 30.4614996 ], [ 120.2868847, 30.4615876 ], [ 120.2871201, 30.4616079 ], [ 120.2872771, 30.461574 ], [ 120.2874497, 30.4615673 ], [ 120.2876302, 30.4616146 ], [ 120.2877871, 30.4617567 ], [ 120.2879127, 30.4618717 ], [ 120.2881403, 30.4620002 ], [ 120.2890035, 30.4622302 ], [ 120.2893645, 30.462379 ], [ 120.2895293, 30.4624669 ], [ 120.2895606, 30.4625887 ], [ 120.2895449, 30.4627307 ], [ 120.2893958, 30.463353 ], [ 120.2893645, 30.4635897 ], [ 120.2894115, 30.4637724 ], [ 120.2895449, 30.4641038 ], [ 120.2895771, 30.464187 ], [ 120.2895999, 30.4642458 ], [ 120.2896043, 30.4643312 ], [ 120.2896156, 30.4645502 ], [ 120.2895763, 30.4646449 ], [ 120.2895999, 30.4648073 ], [ 120.289694, 30.4649019 ], [ 120.2897804, 30.4650237 ], [ 120.289851, 30.4651725 ], [ 120.2899373, 30.465274 ], [ 120.290055, 30.4653889 ], [ 120.2903925, 30.465531 ], [ 120.2920639, 30.4661803 ], [ 120.2923307, 30.4662344 ], [ 120.2925662, 30.4662547 ], [ 120.2928094, 30.4663156 ], [ 120.292935, 30.4663968 ], [ 120.2929978, 30.4665117 ], [ 120.293241, 30.4668026 ], [ 120.2934058, 30.4669176 ], [ 120.2935628, 30.4669987 ], [ 120.2936726, 30.4670529 ], [ 120.2937197, 30.4671611 ], [ 120.2937354, 30.4672355 ], [ 120.2938139, 30.467249 ], [ 120.2938531, 30.4671746 ], [ 120.2939159, 30.4670664 ], [ 120.2940258, 30.4670055 ], [ 120.2941749, 30.4670055 ], [ 120.2945123, 30.4670867 ], [ 120.2952029, 30.4672761 ], [ 120.2953206, 30.4673505 ], [ 120.2953755, 30.4674857 ], [ 120.2953707, 30.4675808 ], [ 120.2953677, 30.4676413 ], [ 120.2953049, 30.4678307 ], [ 120.2951087, 30.4681012 ], [ 120.2949927, 30.4682308 ], [ 120.2948968, 30.468338 ], [ 120.294834, 30.4684191 ], [ 120.2947556, 30.4685476 ], [ 120.2946849, 30.4686491 ], [ 120.2945829, 30.4686964 ], [ 120.2944103, 30.46871 ], [ 120.2941435, 30.4686694 ], [ 120.293861, 30.4686559 ], [ 120.2936648, 30.4686897 ], [ 120.2934372, 30.4687167 ], [ 120.2932018, 30.4687303 ], [ 120.2928879, 30.4687235 ], [ 120.2926133, 30.4686559 ], [ 120.2924724, 30.4686682 ], [ 120.2923946, 30.4686934 ], [ 120.2923724, 30.4687966 ], [ 120.292453, 30.4689533 ], [ 120.2925892, 30.4690539 ], [ 120.2928324, 30.4690958 ], [ 120.293202, 30.4691545 ], [ 120.293416, 30.4691293 ], [ 120.29363, 30.469079 ], [ 120.293844, 30.4690203 ], [ 120.2941067, 30.4689952 ], [ 120.2943109, 30.4690203 ], [ 120.2944471, 30.4690706 ], [ 120.2945249, 30.4692132 ], [ 120.2944936, 30.4694498 ], [ 120.2943835, 30.4695533 ], [ 120.2941934, 30.4696309 ], [ 120.2939733, 30.4696654 ], [ 120.2937732, 30.4697258 ], [ 120.2935431, 30.4698034 ], [ 120.293413, 30.469881 ], [ 120.293333, 30.4700017 ], [ 120.293283, 30.4700966 ], [ 120.2931529, 30.4701311 ], [ 120.2928928, 30.4702346 ], [ 120.2927527, 30.4703208 ], [ 120.2927227, 30.4704933 ], [ 120.2927227, 30.470683 ], [ 120.2927327, 30.4707951 ], [ 120.2928527, 30.4708382 ], [ 120.2931329, 30.4708296 ], [ 120.293293, 30.4708296 ], [ 120.293353, 30.470683 ], [ 120.293403, 30.4705019 ], [ 120.2935131, 30.4704329 ], [ 120.2937132, 30.4703725 ], [ 120.2938833, 30.4703553 ], [ 120.2939933, 30.4703122 ], [ 120.2941334, 30.4702949 ], [ 120.2942334, 30.4703294 ], [ 120.2942835, 30.470407 ], [ 120.2944135, 30.4704846 ], [ 120.2945736, 30.4706054 ], [ 120.2947237, 30.4706916 ], [ 120.2949338, 30.4707088 ], [ 120.2950539, 30.4708037 ], [ 120.2951539, 30.4708899 ], [ 120.295294, 30.4708727 ], [ 120.295434, 30.4707865 ], [ 120.2955941, 30.4706657 ], [ 120.2956241, 30.4705622 ], [ 120.2955641, 30.4704501 ], [ 120.2954741, 30.4702863 ], [ 120.2954741, 30.4701311 ], [ 120.2955141, 30.4699586 ], [ 120.2955941, 30.4698465 ], [ 120.2956642, 30.4697603 ], [ 120.2956642, 30.4696223 ], [ 120.2949638, 30.4693808 ], [ 120.2949838, 30.469217 ], [ 120.2952428, 30.468348 ], [ 120.295264, 30.468277 ], [ 120.2953611, 30.4680782 ], [ 120.295424, 30.4679494 ], [ 120.2955055, 30.467866 ], [ 120.2955841, 30.4677855 ], [ 120.2957542, 30.4677079 ], [ 120.2960043, 30.4676734 ], [ 120.2961444, 30.4677683 ], [ 120.2961944, 30.4678804 ], [ 120.2961444, 30.4680442 ], [ 120.2961744, 30.4681822 ], [ 120.2962645, 30.4680615 ], [ 120.2963395, 30.4680649 ], [ 120.2964546, 30.4680701 ], [ 120.2965746, 30.4679839 ], [ 120.2966167, 30.4679113 ], [ 120.2966447, 30.4678631 ], [ 120.2968948, 30.4679235 ], [ 120.2970449, 30.4679149 ], [ 120.297235, 30.4679839 ], [ 120.2975351, 30.4680787 ], [ 120.2978753, 30.4681563 ], [ 120.2981254, 30.4681908 ], [ 120.2994961, 30.4686134 ], [ 120.3005967, 30.4689928 ], [ 120.3010569, 30.4690963 ], [ 120.3021675, 30.4694326 ], [ 120.3026077, 30.4695878 ], [ 120.3027778, 30.4696396 ], [ 120.3028875, 30.4696464 ], [ 120.3029252, 30.4695683 ], [ 120.3028649, 30.4694838 ], [ 120.3026838, 30.4694448 ], [ 120.3020275, 30.4693017 ], [ 120.3014466, 30.4691002 ], [ 120.3008732, 30.4689311 ], [ 120.299025, 30.4683329 ], [ 120.2979688, 30.4680273 ], [ 120.2975237, 30.4679428 ], [ 120.2973879, 30.4678908 ], [ 120.2973276, 30.4678127 ], [ 120.2972823, 30.4676502 ], [ 120.2972747, 30.4675591 ], [ 120.2973577, 30.4674681 ], [ 120.2973955, 30.4674096 ], [ 120.297403, 30.4673186 ], [ 120.2973653, 30.4672535 ], [ 120.2973879, 30.467182 ], [ 120.297486, 30.4671105 ], [ 120.2974709, 30.4669999 ], [ 120.2974483, 30.4669219 ], [ 120.2973426, 30.4668894 ], [ 120.2972446, 30.4669024 ], [ 120.297154, 30.4669609 ], [ 120.2971465, 30.4670585 ], [ 120.2971767, 30.467156 ], [ 120.2970937, 30.4672926 ], [ 120.296973, 30.4673771 ], [ 120.2968447, 30.4673771 ], [ 120.2960753, 30.467169 ], [ 120.2959998, 30.4671235 ], [ 120.2959093, 30.467026 ], [ 120.2957659, 30.4669479 ], [ 120.2956075, 30.4669154 ], [ 120.2954793, 30.4669154 ], [ 120.295351, 30.4669609 ], [ 120.2952228, 30.4669479 ], [ 120.2951172, 30.4669089 ], [ 120.2949059, 30.4668764 ], [ 120.2948003, 30.4668179 ], [ 120.2947701, 30.4667334 ], [ 120.2947626, 30.4666553 ], [ 120.2946872, 30.4666553 ], [ 120.2946419, 30.4667399 ], [ 120.2945363, 30.4667464 ], [ 120.2944231, 30.4667334 ], [ 120.2942119, 30.4666683 ], [ 120.2941214, 30.4666033 ], [ 120.2938875, 30.4665253 ], [ 120.2937819, 30.4664537 ], [ 120.2937442, 30.4663692 ], [ 120.293631, 30.4662132 ], [ 120.2935254, 30.4661676 ], [ 120.2927785, 30.4659856 ], [ 120.2924994, 30.4658945 ], [ 120.2921675, 30.4657125 ], [ 120.2914659, 30.4654329 ], [ 120.2911943, 30.4653874 ], [ 120.2907567, 30.4652898 ], [ 120.2905681, 30.4652313 ], [ 120.2903644, 30.4651338 ], [ 120.2901758, 30.4650102 ], [ 120.2900853, 30.4648672 ], [ 120.2900023, 30.4646721 ], [ 120.2899269, 30.4641779 ], [ 120.2898665, 30.4640608 ], [ 120.2897986, 30.4639308 ], [ 120.2897836, 30.4638643 ], [ 120.2897383, 30.4636642 ], [ 120.2897279, 30.4635428 ], [ 120.2897232, 30.4634886 ], [ 120.2897458, 30.4633586 ], [ 120.2897865, 30.4632797 ], [ 120.2898062, 30.4632415 ], [ 120.289917, 30.4629338 ], [ 120.289942, 30.4628644 ], [ 120.2901004, 30.4624222 ], [ 120.2896779, 30.4621166 ], [ 120.289693, 30.4619735 ], [ 120.2892932, 30.4617394 ], [ 120.2887349, 30.4615703 ], [ 120.2883577, 30.4613818 ], [ 120.288056, 30.4612972 ], [ 120.2877517, 30.4612338 ], [ 120.2871507, 30.4611086 ], [ 120.28617, 30.4610371 ], [ 120.285921, 30.4609851 ], [ 120.2854156, 30.460842 ], [ 120.2846056, 30.4608091 ], [ 120.2845683, 30.4608082 ], [ 120.2845368, 30.4607877 ], [ 120.2844348, 30.4606404 ], [ 120.2843141, 30.4605429 ], [ 120.2841104, 30.4604519 ], [ 120.2839143, 30.4602633 ], [ 120.2838238, 30.4601202 ], [ 120.283771, 30.4599967 ], [ 120.2836352, 30.4596585 ], [ 120.2835899, 30.4594634 ], [ 120.2835824, 30.4593854 ], [ 120.2830618, 30.4591968 ], [ 120.2828959, 30.4590863 ], [ 120.282925, 30.4590361 ], [ 120.2832203, 30.458527 ], [ 120.2835731, 30.4577454 ], [ 120.2836516, 30.4576507 ], [ 120.2837772, 30.4576169 ], [ 120.2837772, 30.457556 ], [ 120.2836987, 30.4574749 ], [ 120.2836908, 30.4573125 ], [ 120.2837458, 30.4571908 ], [ 120.2838321, 30.457069 ], [ 120.2841303, 30.4567917 ], [ 120.2842637, 30.4565955 ], [ 120.2844756, 30.4560476 ], [ 120.2845148, 30.4555605 ], [ 120.2845697, 30.4554049 ], [ 120.2852132, 30.4542617 ], [ 120.2853231, 30.4542076 ], [ 120.2854565, 30.4542346 ], [ 120.2854722, 30.4541738 ], [ 120.2849072, 30.4539776 ], [ 120.2843422, 30.4538152 ], [ 120.2838478, 30.4536935 ], [ 120.283887, 30.4537544 ], [ 120.2846482, 30.4539505 ], [ 120.285072, 30.4541196 ], [ 120.2851504, 30.4541941 ], [ 120.2851347, 30.4542955 ], [ 120.2845462, 30.455317 ], [ 120.2844756, 30.4553643 ], [ 120.2843892, 30.4553711 ], [ 120.2841381, 30.4552696 ], [ 120.2840361, 30.4552426 ], [ 120.2836202, 30.4552426 ], [ 120.2834083, 30.455202 ], [ 120.2831886, 30.4551073 ], [ 120.2830081, 30.4550058 ], [ 120.2821057, 30.4545932 ], [ 120.2820507, 30.4545255 ], [ 120.2818546, 30.4544985 ], [ 120.2818781, 30.4545594 ], [ 120.2820115, 30.4546338 ], [ 120.2821292, 30.4546744 ], [ 120.2828041, 30.4549855 ], [ 120.2829453, 30.4550667 ], [ 120.2830787, 30.4551682 ], [ 120.2831886, 30.455229 ], [ 120.2834319, 30.4552832 ], [ 120.2837961, 30.4553034 ], [ 120.2839184, 30.4553102 ], [ 120.284044, 30.4553373 ], [ 120.2844128, 30.4554793 ], [ 120.2844363, 30.4555605 ], [ 120.2844285, 30.4556755 ], [ 120.2843971, 30.4559393 ], [ 120.2843265, 30.4561626 ], [ 120.2840832, 30.456697 ], [ 120.2840047, 30.4567849 ], [ 120.2837144, 30.4570893 ], [ 120.2836359, 30.4571772 ], [ 120.283479, 30.4575966 ], [ 120.2833377, 30.4576778 ], [ 120.283322, 30.4577387 ], [ 120.2833534, 30.4578131 ], [ 120.2832514, 30.4580566 ], [ 120.283118, 30.4583272 ], [ 120.283118, 30.458476 ], [ 120.2831101, 30.458591 ], [ 120.2829375, 30.4588886 ], [ 120.2828826, 30.458963 ], [ 120.2827805, 30.4590442 ], [ 120.2826471, 30.4590374 ], [ 120.2821841, 30.4588954 ], [ 120.2816191, 30.4587466 ], [ 120.2812503, 30.4586654 ], [ 120.2809757, 30.4586519 ], [ 120.2801046, 30.4586316 ], [ 120.2799163, 30.4586045 ], [ 120.2795788, 30.4585436 ], [ 120.2792885, 30.458476 ], [ 120.2790217, 30.4584354 ], [ 120.2785744, 30.4582934 ], [ 120.2777896, 30.4580228 ], [ 120.2777818, 30.4580769 ], [ 120.2789816, 30.4585159 ] ] ], [ [ [ 120.2816722, 30.4692733 ], [ 120.2821402, 30.4693693 ], [ 120.2822442, 30.4694205 ], [ 120.2822961, 30.4695421 ], [ 120.282363, 30.4696254 ], [ 120.2824596, 30.4695806 ], [ 120.2825635, 30.4694205 ], [ 120.2825932, 30.4691964 ], [ 120.2826601, 30.4689468 ], [ 120.282682, 30.4688837 ], [ 120.2827715, 30.4686267 ], [ 120.2828311, 30.4684812 ], [ 120.2830835, 30.4678649 ], [ 120.2832023, 30.4676024 ], [ 120.2832914, 30.4675512 ], [ 120.2835514, 30.4675448 ], [ 120.2836925, 30.4675512 ], [ 120.2837371, 30.4674999 ], [ 120.2837222, 30.4674423 ], [ 120.283544, 30.4674103 ], [ 120.2831355, 30.4673847 ], [ 120.2830018, 30.4674103 ], [ 120.2829275, 30.467532 ], [ 120.2828086, 30.467628 ], [ 120.2828606, 30.4677112 ], [ 120.2828086, 30.4679545 ], [ 120.2827121, 30.4680825 ], [ 120.2827047, 30.468217 ], [ 120.282675, 30.4683578 ], [ 120.2826824, 30.4685435 ], [ 120.2826452, 30.4687163 ], [ 120.2825041, 30.4691644 ], [ 120.2823927, 30.4692349 ], [ 120.2822367, 30.4692605 ], [ 120.2820436, 30.4692413 ], [ 120.2818134, 30.4692156 ], [ 120.2816722, 30.4691836 ], [ 120.2815237, 30.4691644 ], [ 120.2814791, 30.469222 ], [ 120.2816722, 30.4692733 ] ] ], [ [ [ 120.282454, 30.4662889 ], [ 120.283296, 30.466461 ], [ 120.2834349, 30.4664685 ], [ 120.284164, 30.4666031 ], [ 120.2842335, 30.4666854 ], [ 120.2842242, 30.4667095 ], [ 120.2841901, 30.4667977 ], [ 120.284138, 30.4669548 ], [ 120.2841901, 30.4669997 ], [ 120.2843029, 30.4668126 ], [ 120.2844332, 30.4667378 ], [ 120.2846675, 30.4667303 ], [ 120.2848585, 30.4667079 ], [ 120.2850148, 30.4667229 ], [ 120.285362, 30.4667603 ], [ 120.2858422, 30.4668484 ], [ 120.286994, 30.4670596 ], [ 120.2870634, 30.4671119 ], [ 120.2871155, 30.4672915 ], [ 120.2872631, 30.4673663 ], [ 120.2874454, 30.4673813 ], [ 120.2875054, 30.467389 ], [ 120.2878533, 30.4674337 ], [ 120.2881224, 30.4674486 ], [ 120.2884436, 30.4674935 ], [ 120.2887822, 30.4676057 ], [ 120.28906, 30.4676357 ], [ 120.2892509, 30.4676955 ], [ 120.2895114, 30.4678302 ], [ 120.2895895, 30.4679125 ], [ 120.2895548, 30.4679873 ], [ 120.2894332, 30.4680696 ], [ 120.2892336, 30.4680996 ], [ 120.2891599, 30.4681234 ], [ 120.2890947, 30.4681444 ], [ 120.2889037, 30.4684512 ], [ 120.2888082, 30.4685036 ], [ 120.2886693, 30.4685335 ], [ 120.288487, 30.468541 ], [ 120.2883308, 30.4685784 ], [ 120.2881919, 30.4686383 ], [ 120.2880009, 30.4686308 ], [ 120.2878186, 30.4686233 ], [ 120.2875756, 30.4686532 ], [ 120.2873933, 30.4686457 ], [ 120.2872023, 30.4686158 ], [ 120.2869853, 30.4685859 ], [ 120.2865512, 30.4686607 ], [ 120.2863342, 30.4686906 ], [ 120.2862474, 30.4687056 ], [ 120.2861346, 30.4687729 ], [ 120.286178, 30.4688178 ], [ 120.2863342, 30.4688253 ], [ 120.2864905, 30.4687729 ], [ 120.2866294, 30.4687505 ], [ 120.2867943, 30.4687954 ], [ 120.2869158, 30.4687729 ], [ 120.2870634, 30.4687505 ], [ 120.2872197, 30.4687729 ], [ 120.2873933, 30.4687355 ], [ 120.287619, 30.468743 ], [ 120.2878186, 30.4688178 ], [ 120.2880096, 30.4688328 ], [ 120.2881745, 30.4688478 ], [ 120.2882527, 30.4689151 ], [ 120.2882266, 30.4690049 ], [ 120.2879749, 30.4693715 ], [ 120.2879575, 30.4695286 ], [ 120.2878099, 30.4697082 ], [ 120.287619, 30.4699551 ], [ 120.2874367, 30.4699626 ], [ 120.2871936, 30.4699551 ], [ 120.2869506, 30.4698952 ], [ 120.2867856, 30.469783 ], [ 120.2866207, 30.4698354 ], [ 120.2864471, 30.4698803 ], [ 120.2863082, 30.4698728 ], [ 120.2861259, 30.4698054 ], [ 120.2859175, 30.4697231 ], [ 120.2858221, 30.4696857 ], [ 120.2855443, 30.4696334 ], [ 120.2844766, 30.4694837 ], [ 120.2843637, 30.4694538 ], [ 120.2843029, 30.469364 ], [ 120.2843029, 30.4692443 ], [ 120.2842075, 30.4692293 ], [ 120.2841033, 30.4693041 ], [ 120.2840772, 30.4694313 ], [ 120.2840859, 30.4695585 ], [ 120.2840866, 30.4698389 ], [ 120.2840832, 30.4699139 ], [ 120.284136, 30.4699263 ], [ 120.2841901, 30.4698578 ], [ 120.2843116, 30.4697531 ], [ 120.2845113, 30.4697306 ], [ 120.284547, 30.4697338 ], [ 120.284763, 30.4697531 ], [ 120.2850668, 30.4697605 ], [ 120.2854228, 30.4698279 ], [ 120.2858915, 30.4699177 ], [ 120.2860217, 30.4700224 ], [ 120.2861346, 30.4701197 ], [ 120.2861299, 30.4701962 ], [ 120.2861259, 30.4702618 ], [ 120.2862127, 30.4702843 ], [ 120.2862474, 30.4701945 ], [ 120.2864384, 30.4700897 ], [ 120.2866467, 30.4700748 ], [ 120.2869679, 30.4701795 ], [ 120.2870547, 30.4702768 ], [ 120.2873412, 30.4702169 ], [ 120.2875148, 30.4702543 ], [ 120.2875842, 30.4703217 ], [ 120.2878794, 30.4703516 ], [ 120.2879488, 30.470187 ], [ 120.2880413, 30.4701551 ], [ 120.288079, 30.4701421 ], [ 120.2881832, 30.4700972 ], [ 120.2882179, 30.4700149 ], [ 120.2881658, 30.4699102 ], [ 120.2881485, 30.4698054 ], [ 120.2882006, 30.4696184 ], [ 120.288244, 30.4694538 ], [ 120.2883134, 30.4693341 ], [ 120.2884002, 30.4692218 ], [ 120.2887041, 30.4688852 ], [ 120.2887995, 30.4688552 ], [ 120.2890773, 30.4689824 ], [ 120.2892423, 30.468945 ], [ 120.289303, 30.4688702 ], [ 120.2893811, 30.4687131 ], [ 120.2894593, 30.468541 ], [ 120.289468, 30.4684063 ], [ 120.2895287, 30.4683539 ], [ 120.2896763, 30.4683165 ], [ 120.2898412, 30.4683315 ], [ 120.2900409, 30.4684362 ], [ 120.2902145, 30.4684886 ], [ 120.2908569, 30.4686457 ], [ 120.2910478, 30.4687056 ], [ 120.2911433, 30.4688328 ], [ 120.2915079, 30.4688178 ], [ 120.2916121, 30.4688478 ], [ 120.2917336, 30.4689301 ], [ 120.2918105, 30.4689301 ], [ 120.2918551, 30.4689301 ], [ 120.2919246, 30.4688702 ], [ 120.2919333, 30.4687729 ], [ 120.2919593, 30.4683988 ], [ 120.2919072, 30.4682941 ], [ 120.2917857, 30.4682492 ], [ 120.2914385, 30.4682118 ], [ 120.2907701, 30.4681744 ], [ 120.2904489, 30.4681519 ], [ 120.2901798, 30.4680846 ], [ 120.2900235, 30.4680098 ], [ 120.2899193, 30.467935 ], [ 120.2894506, 30.4675309 ], [ 120.2890426, 30.4673214 ], [ 120.2886867, 30.4672616 ], [ 120.2867596, 30.4669473 ], [ 120.2850755, 30.466648 ], [ 120.2848151, 30.4666106 ], [ 120.2846588, 30.4666106 ], [ 120.2844071, 30.4665732 ], [ 120.2839297, 30.4665059 ], [ 120.2824105, 30.4661841 ], [ 120.2823671, 30.4662365 ], [ 120.282454, 30.4662889 ] ] ], [ [ [ 120.284138, 30.4707182 ], [ 120.2844158, 30.4707481 ], [ 120.2844592, 30.4706434 ], [ 120.2845026, 30.4703815 ], [ 120.2843637, 30.4703441 ], [ 120.2842422, 30.4702843 ], [ 120.2841299, 30.47025 ], [ 120.2840973, 30.4702791 ], [ 120.284138, 30.4707182 ] ] ], [ [ [ 120.2884784, 30.4702394 ], [ 120.2886086, 30.4702768 ], [ 120.2886693, 30.4703441 ], [ 120.288678, 30.4704489 ], [ 120.2886693, 30.470591 ], [ 120.288678, 30.4707706 ], [ 120.2887735, 30.470808 ], [ 120.2890773, 30.4708304 ], [ 120.289303, 30.4708454 ], [ 120.2893464, 30.4709053 ], [ 120.2894072, 30.4709876 ], [ 120.2896416, 30.47101 ], [ 120.2901103, 30.4710699 ], [ 120.2901277, 30.4707481 ], [ 120.2909003, 30.4707107 ], [ 120.2912475, 30.4706509 ], [ 120.2913821, 30.4706067 ], [ 120.2914298, 30.470591 ], [ 120.2914472, 30.4704264 ], [ 120.2914298, 30.4702768 ], [ 120.2914298, 30.4700449 ], [ 120.2914472, 30.4698204 ], [ 120.2914992, 30.469566 ], [ 120.2914298, 30.4694089 ], [ 120.2912388, 30.4693565 ], [ 120.2911087, 30.4693616 ], [ 120.2910478, 30.469364 ], [ 120.2910218, 30.4694912 ], [ 120.290961, 30.4696483 ], [ 120.2908395, 30.4696558 ], [ 120.290553, 30.4696633 ], [ 120.2903621, 30.4696259 ], [ 120.2902492, 30.4695511 ], [ 120.2901624, 30.4695136 ], [ 120.290119, 30.4696782 ], [ 120.2901149, 30.4697119 ], [ 120.2901016, 30.4698204 ], [ 120.2899888, 30.4698653 ], [ 120.2898759, 30.4698354 ], [ 120.2897978, 30.4698354 ], [ 120.2896242, 30.4698578 ], [ 120.2894245, 30.4698129 ], [ 120.2893291, 30.4696932 ], [ 120.2892249, 30.4696633 ], [ 120.2891815, 30.4695211 ], [ 120.2890773, 30.4695361 ], [ 120.2890166, 30.4696184 ], [ 120.2889645, 30.4697755 ], [ 120.2889124, 30.4698728 ], [ 120.2887388, 30.4700224 ], [ 120.2885999, 30.4700823 ], [ 120.2883481, 30.4700748 ], [ 120.2883134, 30.470202 ], [ 120.2884784, 30.4702394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3094041, 30.4627259 ], [ 120.3094919, 30.4627496 ], [ 120.3096181, 30.4627685 ], [ 120.3096784, 30.4627307 ], [ 120.3097004, 30.4626739 ], [ 120.3097113, 30.4625273 ], [ 120.3097497, 30.462428 ], [ 120.3098375, 30.4623476 ], [ 120.3099472, 30.4623098 ], [ 120.3100021, 30.4622672 ], [ 120.3100076, 30.4621869 ], [ 120.3099747, 30.4621348 ], [ 120.3098704, 30.4621159 ], [ 120.3097717, 30.4621348 ], [ 120.3097059, 30.4621727 ], [ 120.3096455, 30.4621774 ], [ 120.3095961, 30.4622247 ], [ 120.3095139, 30.4623713 ], [ 120.3094041, 30.4626266 ], [ 120.3094041, 30.4627259 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3071057, 30.4626397 ], [ 120.307288, 30.462656 ], [ 120.3073508, 30.4626668 ], [ 120.3074011, 30.4626289 ], [ 120.3074451, 30.462526 ], [ 120.3074514, 30.4624393 ], [ 120.3074199, 30.4624014 ], [ 120.3073068, 30.4623689 ], [ 120.3071748, 30.4623689 ], [ 120.3071246, 30.4623906 ], [ 120.3070931, 30.4625802 ], [ 120.3071057, 30.4626397 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3052706, 30.4635227 ], [ 120.305302, 30.4635986 ], [ 120.3054402, 30.4635932 ], [ 120.3055282, 30.4635715 ], [ 120.3056162, 30.4635173 ], [ 120.3056476, 30.4634415 ], [ 120.3057168, 30.4633819 ], [ 120.3057671, 30.4633331 ], [ 120.3057608, 30.4632681 ], [ 120.3057231, 30.4631869 ], [ 120.3056539, 30.4631165 ], [ 120.3055659, 30.4631273 ], [ 120.3055408, 30.4631815 ], [ 120.3055722, 30.4632519 ], [ 120.3054654, 30.4632519 ], [ 120.3053774, 30.4632411 ], [ 120.3052768, 30.4632573 ], [ 120.3052329, 30.4632952 ], [ 120.3052706, 30.4635227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.307551, 30.4642084 ], [ 120.3079509, 30.4642142 ], [ 120.3080593, 30.4641908 ], [ 120.3081407, 30.4641324 ], [ 120.3082017, 30.4640448 ], [ 120.3082898, 30.4640214 ], [ 120.3091099, 30.4640331 ], [ 120.3091912, 30.4641324 ], [ 120.3094555, 30.4641324 ], [ 120.3095233, 30.4640915 ], [ 120.3095369, 30.4639981 ], [ 120.3094894, 30.4638812 ], [ 120.3094555, 30.4637469 ], [ 120.3094555, 30.4636592 ], [ 120.3094081, 30.4636242 ], [ 120.3090353, 30.4635891 ], [ 120.3087439, 30.4635073 ], [ 120.3077543, 30.4634431 ], [ 120.3076459, 30.4634431 ], [ 120.307551, 30.4635132 ], [ 120.307551, 30.4642084 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3086354, 30.4644888 ], [ 120.3087371, 30.4645998 ], [ 120.3088591, 30.464664 ], [ 120.308954, 30.464629 ], [ 120.3089811, 30.464553 ], [ 120.3089947, 30.4644888 ], [ 120.3089811, 30.4644187 ], [ 120.3089879, 30.4643252 ], [ 120.3090421, 30.4642317 ], [ 120.3090353, 30.4641383 ], [ 120.3089608, 30.4641091 ], [ 120.3088252, 30.4641149 ], [ 120.30871, 30.4641266 ], [ 120.3086354, 30.4641733 ], [ 120.3085948, 30.4642843 ], [ 120.308588, 30.4644012 ], [ 120.3086354, 30.4644888 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3075307, 30.4645589 ], [ 120.3078289, 30.4645881 ], [ 120.3078967, 30.4643836 ], [ 120.3078763, 30.4643077 ], [ 120.307673, 30.464296 ], [ 120.3075714, 30.464296 ], [ 120.3075307, 30.4643661 ], [ 120.3075307, 30.4645589 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3124324, 30.4621632 ], [ 120.3125146, 30.4621821 ], [ 120.3126408, 30.4621585 ], [ 120.3126902, 30.4621159 ], [ 120.3127176, 30.4620308 ], [ 120.3127067, 30.461941 ], [ 120.3126134, 30.4619173 ], [ 120.3125585, 30.4619883 ], [ 120.3124653, 30.4619504 ], [ 120.3124104, 30.461993 ], [ 120.3123994, 30.4621065 ], [ 120.3124324, 30.4621632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3323669, 30.4627158 ], [ 120.332417, 30.4628117 ], [ 120.3324559, 30.4628693 ], [ 120.332484194730355, 30.462888806600457 ], [ 120.332457840314788, 30.46259727256027 ], [ 120.3324003, 30.462615 ], [ 120.3323558, 30.4626726 ], [ 120.3323669, 30.4627158 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3274731, 30.4630617 ], [ 120.3280561, 30.4630481 ], [ 120.3280876, 30.4630006 ], [ 120.3280955, 30.4625592 ], [ 120.3274652, 30.4625796 ], [ 120.3274731, 30.4630617 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3243994, 30.4629872 ], [ 120.3244173, 30.463022 ], [ 120.3244622, 30.463049 ], [ 120.324673, 30.4630761 ], [ 120.3247268, 30.4630722 ], [ 120.3247447, 30.4630027 ], [ 120.3247313, 30.4628055 ], [ 120.3246864, 30.4627591 ], [ 120.3244039, 30.4627166 ], [ 120.3243769, 30.4627475 ], [ 120.3243994, 30.4629872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3196027, 30.4630173 ], [ 120.3196178, 30.4630434 ], [ 120.3196823, 30.4630532 ], [ 120.3197088, 30.4629323 ], [ 120.3196823, 30.4629225 ], [ 120.3196254, 30.4629389 ], [ 120.3196027, 30.4629585 ], [ 120.3196027, 30.4630173 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3200234, 30.4630859 ], [ 120.3200386, 30.4631251 ], [ 120.3200803, 30.463148 ], [ 120.320338, 30.4631382 ], [ 120.3204139, 30.4630924 ], [ 120.3204214, 30.4630598 ], [ 120.3204101, 30.4629846 ], [ 120.3204328, 30.4629291 ], [ 120.3204176, 30.4628997 ], [ 120.3203684, 30.4628866 ], [ 120.3202698, 30.4628931 ], [ 120.320213, 30.4628768 ], [ 120.3201751, 30.4628343 ], [ 120.320122, 30.4628376 ], [ 120.3200613, 30.4628604 ], [ 120.3200121, 30.4629095 ], [ 120.3200234, 30.4630859 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3197808, 30.4630794 ], [ 120.3198301, 30.4631186 ], [ 120.3199514, 30.4631153 ], [ 120.31994, 30.4629095 ], [ 120.3198756, 30.4628899 ], [ 120.3198187, 30.4629062 ], [ 120.3197884, 30.4629356 ], [ 120.3197695, 30.463014 ], [ 120.3197808, 30.4630794 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3207778, 30.4630696 ], [ 120.3208043, 30.463112 ], [ 120.3209066, 30.4631251 ], [ 120.3209521, 30.4630957 ], [ 120.3209635, 30.4630598 ], [ 120.3209597, 30.4630107 ], [ 120.320937, 30.4629846 ], [ 120.3208687, 30.4629813 ], [ 120.3208081, 30.4629977 ], [ 120.3207778, 30.4630238 ], [ 120.3207778, 30.4630696 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3190128, 30.463798 ], [ 120.3191008, 30.4638196 ], [ 120.3192264, 30.4638196 ], [ 120.3193395, 30.4637926 ], [ 120.3194024, 30.4637817 ], [ 120.3194589, 30.4638088 ], [ 120.319572, 30.4638088 ], [ 120.3196474, 30.4637763 ], [ 120.3197165, 30.463733 ], [ 120.3197981, 30.463798 ], [ 120.3198421, 30.4638629 ], [ 120.3200243, 30.4638684 ], [ 120.3201374, 30.4638521 ], [ 120.3201625, 30.463798 ], [ 120.3201562, 30.4636788 ], [ 120.3200934, 30.463538 ], [ 120.3200306, 30.4634785 ], [ 120.319861, 30.4634676 ], [ 120.319817, 30.4634189 ], [ 120.3197667, 30.4634297 ], [ 120.3197039, 30.4635001 ], [ 120.3196474, 30.4634893 ], [ 120.3195406, 30.463511 ], [ 120.3194338, 30.4635435 ], [ 120.3193458, 30.4635759 ], [ 120.3192767, 30.4635922 ], [ 120.3191699, 30.4635868 ], [ 120.3190882, 30.4635976 ], [ 120.3190066, 30.4636301 ], [ 120.3189751, 30.4637222 ], [ 120.3190128, 30.463798 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3132388, 30.464083 ], [ 120.3134966, 30.4641492 ], [ 120.3135899, 30.4641445 ], [ 120.3136996, 30.4641256 ], [ 120.3137325, 30.464083 ], [ 120.3137051, 30.464031 ], [ 120.3136118, 30.4640026 ], [ 120.3134911, 30.4639837 ], [ 120.3133924, 30.4639554 ], [ 120.3133595, 30.4638608 ], [ 120.3133101, 30.4638655 ], [ 120.3132607, 30.463927 ], [ 120.3132388, 30.4640168 ], [ 120.3132388, 30.464083 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3139355, 30.4641445 ], [ 120.3140233, 30.4641634 ], [ 120.3141933, 30.4641965 ], [ 120.3143085, 30.4641823 ], [ 120.3143305, 30.4641161 ], [ 120.314325, 30.4640736 ], [ 120.3142811, 30.4640405 ], [ 120.3142043, 30.4640168 ], [ 120.3141165, 30.4640026 ], [ 120.3140397, 30.4640168 ], [ 120.3139849, 30.4640499 ], [ 120.3139081, 30.4640641 ], [ 120.3139355, 30.4641445 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3253928, 30.4643504 ], [ 120.3254806, 30.464357 ], [ 120.3254997, 30.4643306 ], [ 120.3254921, 30.4642911 ], [ 120.3254997, 30.4639288 ], [ 120.3254883, 30.4638926 ], [ 120.3254119, 30.463886 ], [ 120.3253851, 30.4639057 ], [ 120.3253928, 30.4643504 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3277222, 30.4642139 ], [ 120.3280769, 30.4642096 ], [ 120.3280769, 30.4640567 ], [ 120.3279857, 30.4640523 ], [ 120.3277628, 30.4640567 ], [ 120.3277222, 30.4640654 ], [ 120.327707, 30.4641135 ], [ 120.3277222, 30.4642139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3258666, 30.4643372 ], [ 120.3258857, 30.4643603 ], [ 120.3259927, 30.4643537 ], [ 120.3259965, 30.4642944 ], [ 120.3260003, 30.4640572 ], [ 120.325985, 30.4640111 ], [ 120.3258933, 30.4639354 ], [ 120.3258628, 30.463942 ], [ 120.3258551, 30.4639782 ], [ 120.3258666, 30.4643372 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3202259, 30.4643213 ], [ 120.3202005, 30.4643541 ], [ 120.3201921, 30.4644415 ], [ 120.3202808, 30.4644706 ], [ 120.3203315, 30.4644597 ], [ 120.3203823, 30.464416 ], [ 120.3204372, 30.4644269 ], [ 120.3204456, 30.4644815 ], [ 120.3205217, 30.4644961 ], [ 120.3207795, 30.4645107 ], [ 120.3207795, 30.4644743 ], [ 120.3206823, 30.4644524 ], [ 120.3205302, 30.4644306 ], [ 120.3204499, 30.4643905 ], [ 120.3204964, 30.4643249 ], [ 120.3205133, 30.4642812 ], [ 120.320509, 30.4641829 ], [ 120.3204879, 30.46411 ], [ 120.3204456, 30.464059 ], [ 120.3203865, 30.4640335 ], [ 120.3203231, 30.464019 ], [ 120.3202555, 30.4640299 ], [ 120.3202132, 30.4640772 ], [ 120.3201836, 30.4642666 ], [ 120.3202259, 30.4643213 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3283594, 30.4645769 ], [ 120.3284157, 30.4643343 ], [ 120.3283854, 30.464297 ], [ 120.3283464, 30.4643119 ], [ 120.3283031, 30.4645694 ], [ 120.3283594, 30.4645769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3126353, 30.4643715 ], [ 120.3126518, 30.4644755 ], [ 120.3126957, 30.4645512 ], [ 120.3128822, 30.4645606 ], [ 120.312959, 30.4645937 ], [ 120.3130358, 30.4646315 ], [ 120.31314, 30.4646505 ], [ 120.3132882, 30.4646741 ], [ 120.3135076, 30.4646788 ], [ 120.3136886, 30.4647072 ], [ 120.3139574, 30.4647545 ], [ 120.3140507, 30.4647639 ], [ 120.3141275, 30.4648065 ], [ 120.3141385, 30.4648822 ], [ 120.3140781, 30.4649862 ], [ 120.313952, 30.4651564 ], [ 120.313919, 30.4652226 ], [ 120.3139355, 30.4652746 ], [ 120.3140013, 30.465303 ], [ 120.3141275, 30.4653125 ], [ 120.3147364, 30.4653881 ], [ 120.314901, 30.4653881 ], [ 120.314923, 30.4653361 ], [ 120.3148571, 30.4653077 ], [ 120.3144676, 30.4652794 ], [ 120.3143031, 30.4652321 ], [ 120.3141933, 30.4651801 ], [ 120.3141933, 30.4650051 ], [ 120.3142317, 30.4648822 ], [ 120.3143524, 30.4648349 ], [ 120.3143579, 30.4646741 ], [ 120.3142701, 30.4646599 ], [ 120.3139794, 30.4646836 ], [ 120.3138422, 30.4646883 ], [ 120.3134253, 30.4646221 ], [ 120.3131455, 30.464537 ], [ 120.3130632, 30.4644944 ], [ 120.31297, 30.4644613 ], [ 120.3128932, 30.4644235 ], [ 120.3128493, 30.4643809 ], [ 120.3128493, 30.4642958 ], [ 120.3128054, 30.4642438 ], [ 120.3128383, 30.4641823 ], [ 120.3128822, 30.4642012 ], [ 120.3128987, 30.464258 ], [ 120.3130084, 30.4642627 ], [ 120.3130413, 30.4642296 ], [ 120.3130358, 30.464154 ], [ 120.3129755, 30.4641209 ], [ 120.3128493, 30.4641067 ], [ 120.3127451, 30.4641114 ], [ 120.3126737, 30.4639885 ], [ 120.3126299, 30.4640499 ], [ 120.3126353, 30.4643715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3256505, 30.4649076 ], [ 120.3256569, 30.4649436 ], [ 120.3256794, 30.4649602 ], [ 120.3257244, 30.464974 ], [ 120.3261163, 30.4649823 ], [ 120.3261388, 30.4649657 ], [ 120.3261485, 30.4649353 ], [ 120.3261195, 30.4647774 ], [ 120.3261035, 30.4647248 ], [ 120.3260681, 30.4646999 ], [ 120.3259942, 30.4646999 ], [ 120.3258464, 30.4647054 ], [ 120.3257244, 30.464686 ], [ 120.3256665, 30.4646999 ], [ 120.3256505, 30.4647359 ], [ 120.3256505, 30.4649076 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3216419, 30.4649251 ], [ 120.3216763, 30.4649659 ], [ 120.3217537, 30.4649807 ], [ 120.321831, 30.4649436 ], [ 120.3218697, 30.464851 ], [ 120.3218826, 30.4647658 ], [ 120.3218826, 30.464714 ], [ 120.3218396, 30.4646917 ], [ 120.3217709, 30.464688 ], [ 120.3216935, 30.4647065 ], [ 120.3216591, 30.4647399 ], [ 120.3216419, 30.4648733 ], [ 120.3216419, 30.4649251 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3254448, 30.4649159 ], [ 120.3255798, 30.4649269 ], [ 120.3256023, 30.4648882 ], [ 120.3255894, 30.4648106 ], [ 120.3255766, 30.4647885 ], [ 120.3255155, 30.4647774 ], [ 120.325448, 30.4647774 ], [ 120.3254288, 30.4648051 ], [ 120.3254191, 30.4648854 ], [ 120.3254448, 30.4649159 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.323215, 30.4650214 ], [ 120.3232751, 30.4650363 ], [ 120.3234213, 30.4650288 ], [ 120.3234514, 30.4650103 ], [ 120.3234514, 30.4649733 ], [ 120.3233998, 30.4649548 ], [ 120.3232751, 30.4649473 ], [ 120.323215, 30.4649436 ], [ 120.3231806, 30.4649733 ], [ 120.323215, 30.4650214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3242625, 30.4651706 ], [ 120.3243653, 30.4652094 ], [ 120.3244713, 30.4652343 ], [ 120.3245452, 30.465226 ], [ 120.3246191, 30.4651956 ], [ 120.3246866, 30.4651817 ], [ 120.3247605, 30.46519 ], [ 120.3248376, 30.4652066 ], [ 120.3248922, 30.4652066 ], [ 120.3249629, 30.4651762 ], [ 120.324995, 30.4651291 ], [ 120.3249982, 30.4650793 ], [ 120.3249822, 30.4650183 ], [ 120.3249597, 30.4649657 ], [ 120.3249211, 30.4649491 ], [ 120.3248729, 30.4649436 ], [ 120.3247958, 30.4649768 ], [ 120.3247251, 30.46501 ], [ 120.3246705, 30.4650183 ], [ 120.3245806, 30.4650266 ], [ 120.3245067, 30.46501 ], [ 120.3244296, 30.4650045 ], [ 120.3243621, 30.4650073 ], [ 120.3243171, 30.4650211 ], [ 120.3242946, 30.465035 ], [ 120.3242625, 30.465118 ], [ 120.3242625, 30.4651706 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3250464, 30.4651679 ], [ 120.3250754, 30.4652039 ], [ 120.3251268, 30.4652122 ], [ 120.3255091, 30.4652205 ], [ 120.3255637, 30.4652066 ], [ 120.3255926, 30.465179 ], [ 120.325599, 30.4651374 ], [ 120.3255926, 30.4650128 ], [ 120.3255701, 30.4649879 ], [ 120.3255155, 30.4649768 ], [ 120.3253934, 30.4649685 ], [ 120.3252842, 30.4649629 ], [ 120.325146, 30.4649657 ], [ 120.3250882, 30.4649685 ], [ 120.3250561, 30.4650017 ], [ 120.3250464, 30.4650266 ], [ 120.3250432, 30.4651153 ], [ 120.3250464, 30.4651679 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3317912, 30.4652778 ], [ 120.331847, 30.4653099 ], [ 120.3326006, 30.465366 ], [ 120.3326331, 30.4653059 ], [ 120.3326424, 30.4652177 ], [ 120.3326238, 30.4651174 ], [ 120.3325819, 30.4650212 ], [ 120.3325447, 30.4649611 ], [ 120.3324471, 30.464929 ], [ 120.332275, 30.4648929 ], [ 120.3321726, 30.4648849 ], [ 120.3320889, 30.4648969 ], [ 120.3319447, 30.464941 ], [ 120.3318424, 30.4649891 ], [ 120.3317866, 30.4650212 ], [ 120.3317912, 30.4652778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3256729, 30.4652482 ], [ 120.3257179, 30.465262 ], [ 120.3261645, 30.4652593 ], [ 120.3261838, 30.4652426 ], [ 120.3261838, 30.4652177 ], [ 120.3261806, 30.4651291 ], [ 120.3261677, 30.4650599 ], [ 120.3261356, 30.4650433 ], [ 120.3260424, 30.4650405 ], [ 120.325779, 30.4650128 ], [ 120.3257019, 30.4650266 ], [ 120.3256762, 30.4650405 ], [ 120.3256633, 30.4650848 ], [ 120.3256537, 30.4652205 ], [ 120.3256729, 30.4652482 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3217236, 30.4651585 ], [ 120.3217494, 30.4651993 ], [ 120.3217666, 30.46524 ], [ 120.3217666, 30.4653104 ], [ 120.3217967, 30.4653326 ], [ 120.3219471, 30.4653326 ], [ 120.3219686, 30.4652845 ], [ 120.3219944, 30.4651178 ], [ 120.3219686, 30.4650807 ], [ 120.3218568, 30.4650807 ], [ 120.3217451, 30.4650659 ], [ 120.3217193, 30.4650955 ], [ 120.3217236, 30.4651585 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.322033, 30.4652956 ], [ 120.3220717, 30.4653215 ], [ 120.3222411, 30.4653333 ], [ 120.3224972, 30.4653511 ], [ 120.3225316, 30.4653363 ], [ 120.3225488, 30.4653104 ], [ 120.3225789, 30.4651548 ], [ 120.3225402, 30.4651215 ], [ 120.3221448, 30.4650992 ], [ 120.3220803, 30.4651103 ], [ 120.3220459, 30.4651363 ], [ 120.322033, 30.4652437 ], [ 120.322033, 30.4652956 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3240247, 30.4653922 ], [ 120.3240408, 30.4654199 ], [ 120.3240826, 30.4654116 ], [ 120.3240729, 30.4652703 ], [ 120.3240794, 30.4651956 ], [ 120.3240697, 30.4651457 ], [ 120.3240312, 30.4651513 ], [ 120.3240183, 30.46519 ], [ 120.3240247, 30.4653922 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3262545, 30.4651706 ], [ 120.3262802, 30.4652288 ], [ 120.3263027, 30.4652759 ], [ 120.3263123, 30.465323 ], [ 120.3262962, 30.4653977 ], [ 120.3263027, 30.4654642 ], [ 120.3263155, 30.4655196 ], [ 120.3263252, 30.46555 ], [ 120.3263734, 30.465575 ], [ 120.3267011, 30.4655943 ], [ 120.3267364, 30.4655833 ], [ 120.3267557, 30.4655639 ], [ 120.3267621, 30.4655196 ], [ 120.3267557, 30.4654836 ], [ 120.3267236, 30.4654337 ], [ 120.3267075, 30.4653839 ], [ 120.3265918, 30.4650156 ], [ 120.3265597, 30.4650017 ], [ 120.3265179, 30.4649934 ], [ 120.3263348, 30.4650156 ], [ 120.3262866, 30.4650294 ], [ 120.3262545, 30.4650516 ], [ 120.3262481, 30.4651153 ], [ 120.3262545, 30.4651706 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.324271, 30.4654449 ], [ 120.3242889, 30.4654065 ], [ 120.3242889, 30.4652989 ], [ 120.324271, 30.4652604 ], [ 120.3242176, 30.4652412 ], [ 120.3241774, 30.4652566 ], [ 120.3241641, 30.465441 ], [ 120.324271, 30.4654449 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3247669, 30.4654503 ], [ 120.3249533, 30.4654587 ], [ 120.3249629, 30.4654337 ], [ 120.32495, 30.4652897 ], [ 120.3249276, 30.4652731 ], [ 120.3247926, 30.4652897 ], [ 120.3247573, 30.4653036 ], [ 120.3247669, 30.4654503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2854341, 30.445668 ], [ 120.285711, 30.4458031 ], [ 120.2858364, 30.4458392 ], [ 120.2860559, 30.4458482 ], [ 120.2863538, 30.4458662 ], [ 120.2865315, 30.4458662 ], [ 120.286683, 30.4458707 ], [ 120.2873623, 30.4459383 ], [ 120.2874669, 30.4459653 ], [ 120.2875923, 30.4460013 ], [ 120.2878327, 30.4460239 ], [ 120.2879248, 30.4460298 ], [ 120.2886068, 30.4460735 ], [ 120.2894065, 30.4461476 ], [ 120.2895145, 30.4461733 ], [ 120.289589, 30.4462536 ], [ 120.289589, 30.446366 ], [ 120.2894847, 30.4473551 ], [ 120.2893036, 30.4483428 ], [ 120.2890695, 30.4506271 ], [ 120.2889524, 30.4519114 ], [ 120.2890163, 30.4520857 ], [ 120.289144, 30.4521866 ], [ 120.2893674, 30.4522417 ], [ 120.2909606, 30.4524801 ], [ 120.2921378, 30.4526563 ], [ 120.2921801, 30.4526781 ], [ 120.2923009, 30.4527404 ], [ 120.2923978, 30.4527982 ], [ 120.2927687, 30.4531353 ], [ 120.2930832, 30.4534212 ], [ 120.293565, 30.4537027 ], [ 120.2935922, 30.4537186 ], [ 120.2945925, 30.4546085 ], [ 120.2949437, 30.4549937 ], [ 120.2952003, 30.4553547 ], [ 120.2953858, 30.4555697 ], [ 120.2954003, 30.4556351 ], [ 120.2953967, 30.4559184 ], [ 120.2953642, 30.4565318 ], [ 120.2953605, 30.4567933 ], [ 120.2953678, 30.4568275 ], [ 120.2956061, 30.4572821 ], [ 120.295682, 30.4574222 ], [ 120.2958301, 30.4576463 ], [ 120.2963506, 30.4583216 ], [ 120.2963839, 30.4584222 ], [ 120.2963339, 30.4584941 ], [ 120.2961922, 30.45853 ], [ 120.2960524, 30.458475 ], [ 120.2958378, 30.4583941 ], [ 120.2956501, 30.458342 ], [ 120.2953953, 30.4582692 ], [ 120.2949339, 30.4579918 ], [ 120.2948749, 30.457927 ], [ 120.2947985, 30.4578715 ], [ 120.2946845, 30.4578426 ], [ 120.2945007, 30.4578207 ], [ 120.29449, 30.4579582 ], [ 120.2946322, 30.4579733 ], [ 120.2946778, 30.4579941 ], [ 120.2947086, 30.4580542 ], [ 120.2947059, 30.4583316 ], [ 120.2947247, 30.4583709 ], [ 120.2947743, 30.4584021 ], [ 120.2952947, 30.4585467 ], [ 120.2953564, 30.4585598 ], [ 120.2964622, 30.4587946 ], [ 120.2966166, 30.4588538 ], [ 120.2971698, 30.4598075 ], [ 120.2974658, 30.4603177 ], [ 120.2975773, 30.4604507 ], [ 120.2977488, 30.460569 ], [ 120.2979718, 30.4606504 ], [ 120.2984264, 30.4608426 ], [ 120.2991211, 30.461057 ], [ 120.299267, 30.4611356 ], [ 120.3000007, 30.4615309 ], [ 120.3000447, 30.461613 ], [ 120.3000447, 30.4617204 ], [ 120.300228, 30.461752 ], [ 120.3003306, 30.4617962 ], [ 120.3005285, 30.4619037 ], [ 120.3006018, 30.46203 ], [ 120.300895, 30.4619921 ], [ 120.3010343, 30.4620174 ], [ 120.3015042, 30.4619755 ], [ 120.301672, 30.4619605 ], [ 120.3018626, 30.4619732 ], [ 120.3019234, 30.4619907 ], [ 120.3019945, 30.4620111 ], [ 120.3021338, 30.4620553 ], [ 120.3021998, 30.4621437 ], [ 120.3023904, 30.462744 ], [ 120.3024417, 30.4630283 ], [ 120.3026469, 30.4635464 ], [ 120.3027709, 30.4637883 ], [ 120.3027862, 30.4638181 ], [ 120.3028375, 30.4640139 ], [ 120.3029035, 30.4644309 ], [ 120.3029328, 30.4650438 ], [ 120.3029474, 30.4651891 ], [ 120.3030061, 30.465246 ], [ 120.3032187, 30.4653723 ], [ 120.303248, 30.4654481 ], [ 120.3031967, 30.4656251 ], [ 120.3031893, 30.4657325 ], [ 120.3032057, 30.4657678 ], [ 120.3032333, 30.4658272 ], [ 120.3032918, 30.465866 ], [ 120.3033286, 30.4658904 ], [ 120.3033726, 30.4659915 ], [ 120.3033615, 30.4660913 ], [ 120.3033579, 30.4661242 ], [ 120.3032187, 30.4663643 ], [ 120.3030284, 30.4665355 ], [ 120.3027234, 30.4666632 ], [ 120.3024708, 30.4667345 ], [ 120.3023053, 30.4667721 ], [ 120.3021878, 30.46675 ], [ 120.3021217, 30.4667765 ], [ 120.3020953, 30.4668525 ], [ 120.3020292, 30.466917 ], [ 120.3018882, 30.4669664 ], [ 120.3018926, 30.4670006 ], [ 120.3021041, 30.4669132 ], [ 120.3022979, 30.4668639 ], [ 120.3024257, 30.4668335 ], [ 120.3025226, 30.4668107 ], [ 120.3026151, 30.4668183 ], [ 120.302712, 30.4668829 ], [ 120.3028001, 30.4669588 ], [ 120.3030248, 30.4668715 ], [ 120.3034037, 30.466712 ], [ 120.3035887, 30.4666436 ], [ 120.3036636, 30.4665829 ], [ 120.3038178, 30.4665563 ], [ 120.3039411, 30.4665677 ], [ 120.3039665, 30.4665862 ], [ 120.3040557, 30.4666512 ], [ 120.3041702, 30.4667803 ], [ 120.3042187, 30.4668904 ], [ 120.3042225, 30.4669344 ], [ 120.3042363, 30.4670917 ], [ 120.3042583, 30.4671449 ], [ 120.3044081, 30.4673005 ], [ 120.3044742, 30.4673803 ], [ 120.3044918, 30.4674448 ], [ 120.304461, 30.4675132 ], [ 120.3044301, 30.4675815 ], [ 120.3043234, 30.468208 ], [ 120.3043156, 30.4682536 ], [ 120.3042539, 30.4683675 ], [ 120.304157, 30.4685156 ], [ 120.3040733, 30.4685839 ], [ 120.3040601, 30.4686561 ], [ 120.3039543, 30.4689105 ], [ 120.3037429, 30.4692181 ], [ 120.3034433, 30.4693282 ], [ 120.3033244, 30.4695104 ], [ 120.3032539, 30.4695522 ], [ 120.3031658, 30.4695864 ], [ 120.3030997, 30.4695978 ], [ 120.3030072, 30.4695902 ], [ 120.3029763, 30.4696699 ], [ 120.3031482, 30.4697344 ], [ 120.3032274, 30.4697838 ], [ 120.3032539, 30.4698446 ], [ 120.3032274, 30.4699243 ], [ 120.3030865, 30.4701028 ], [ 120.3029235, 30.4703496 ], [ 120.3028045, 30.4705204 ], [ 120.3026107, 30.4707179 ], [ 120.302527, 30.470752 ], [ 120.3024433, 30.4707672 ], [ 120.3023199, 30.4707824 ], [ 120.3022671, 30.4708014 ], [ 120.302179, 30.4708697 ], [ 120.3021966, 30.4709153 ], [ 120.3022054, 30.4709988 ], [ 120.3021393, 30.4710406 ], [ 120.3019323, 30.4710862 ], [ 120.3018353, 30.4710786 ], [ 120.3017472, 30.4710938 ], [ 120.3016679, 30.4711355 ], [ 120.3016371, 30.4712077 ], [ 120.3015666, 30.4713975 ], [ 120.3015005, 30.471481 ], [ 120.3013463, 30.471595 ], [ 120.3012318, 30.4716367 ], [ 120.3010644, 30.4716671 ], [ 120.3010203, 30.4717468 ], [ 120.3009895, 30.4718342 ], [ 120.3010071, 30.4719215 ], [ 120.3010336, 30.4719974 ], [ 120.3010336, 30.4720582 ], [ 120.3009719, 30.4721493 ], [ 120.3009543, 30.4722139 ], [ 120.3010203, 30.4723012 ], [ 120.3010203, 30.4723961 ], [ 120.3009587, 30.4724265 ], [ 120.3008617, 30.4724417 ], [ 120.3008089, 30.472529 ], [ 120.3005137, 30.4728024 ], [ 120.3003722, 30.4729751 ], [ 120.3003551, 30.472996 ], [ 120.3003155, 30.4729846 ], [ 120.3002406, 30.4730757 ], [ 120.3003023, 30.4731897 ], [ 120.3003111, 30.4732808 ], [ 120.3002582, 30.4733833 ], [ 120.3000996, 30.4735921 ], [ 120.3000379, 30.4736946 ], [ 120.3000296, 30.4738285 ], [ 120.3000247, 30.4739073 ], [ 120.3000115, 30.4741806 ], [ 120.3000177, 30.4742193 ], [ 120.3000467, 30.4744008 ], [ 120.3000115, 30.4745869 ], [ 120.2999675, 30.4746932 ], [ 120.2998089, 30.4749818 ], [ 120.299637, 30.4751716 ], [ 120.2994829, 30.4752855 ], [ 120.2993155, 30.4753614 ], [ 120.2991833, 30.4754184 ], [ 120.2990203, 30.4754526 ], [ 120.2987206, 30.475474 ], [ 120.2984368, 30.475481 ], [ 120.2984205, 30.475439 ], [ 120.2982381, 30.4754635 ], [ 120.2979705, 30.475474 ], [ 120.2978934, 30.4755124 ], [ 120.2977758, 30.4755404 ], [ 120.2977718, 30.4755893 ], [ 120.2978002, 30.4755998 ], [ 120.2978569, 30.4756138 ], [ 120.2978772, 30.4756557 ], [ 120.2978894, 30.4757291 ], [ 120.2979502, 30.4757361 ], [ 120.2980232, 30.475771 ], [ 120.2980597, 30.4758339 ], [ 120.2980799, 30.4759283 ], [ 120.2980718, 30.4761624 ], [ 120.298084, 30.4762148 ], [ 120.2982056, 30.4762393 ], [ 120.2982624, 30.4762183 ], [ 120.2984084, 30.4759248 ], [ 120.2984651, 30.4758584 ], [ 120.2985503, 30.4758374 ], [ 120.29868, 30.4758374 ], [ 120.2987814, 30.4758025 ], [ 120.2988706, 30.4757745 ], [ 120.2990701, 30.4757077 ], [ 120.2993227, 30.4756866 ], [ 120.299445, 30.4757006 ], [ 120.2995509, 30.4757428 ], [ 120.2995672, 30.4758762 ], [ 120.2995186, 30.4761522 ], [ 120.2996101, 30.4764914 ], [ 120.2996101, 30.4766333 ], [ 120.2995095, 30.4768305 ], [ 120.2995461, 30.4769725 ], [ 120.2995461, 30.4771066 ], [ 120.2994179, 30.47743 ], [ 120.2995735, 30.477572 ], [ 120.29972, 30.4776982 ], [ 120.2998115, 30.4778717 ], [ 120.2998664, 30.4780215 ], [ 120.2998572, 30.4782345 ], [ 120.29972, 30.4786368 ], [ 120.2992898, 30.4793861 ], [ 120.299061, 30.4796937 ], [ 120.298878, 30.4798356 ], [ 120.298219, 30.4803562 ], [ 120.2980451, 30.4803799 ], [ 120.2979079, 30.4803246 ], [ 120.2978255, 30.4801906 ], [ 120.2977797, 30.4801196 ], [ 120.2976974, 30.4801432 ], [ 120.2976516, 30.480301 ], [ 120.2975052, 30.480648 ], [ 120.2973679, 30.4807505 ], [ 120.2971025, 30.4809004 ], [ 120.2967822, 30.4810739 ], [ 120.2966449, 30.481208 ], [ 120.2964344, 30.4814998 ], [ 120.2962971, 30.4816812 ], [ 120.2959768, 30.4818784 ], [ 120.2955466, 30.4821781 ], [ 120.2953545, 30.4824305 ], [ 120.2949884, 30.4828406 ], [ 120.2948969, 30.4829668 ], [ 120.294787, 30.4829826 ], [ 120.2945582, 30.4829353 ], [ 120.2943935, 30.4828643 ], [ 120.2943386, 30.4827539 ], [ 120.2940823, 30.4827539 ], [ 120.2939542, 30.4829116 ], [ 120.2937986, 30.4830457 ], [ 120.2935881, 30.4831561 ], [ 120.2934691, 30.4833927 ], [ 120.293341, 30.4838896 ], [ 120.2931946, 30.4841814 ], [ 120.293158, 30.4842918 ], [ 120.2932037, 30.4851278 ], [ 120.2931305, 30.4853802 ], [ 120.2930573, 30.4854828 ], [ 120.2928377, 30.4855863 ], [ 120.292626, 30.4856522 ], [ 120.2923652, 30.4859182 ], [ 120.2924189, 30.4859947 ], [ 120.2924646, 30.4862587 ], [ 120.29251, 30.4863144 ], [ 120.2925498, 30.4863274 ], [ 120.2926899, 30.4863322 ], [ 120.2928075, 30.4863708 ], [ 120.2928692, 30.4864529 ], [ 120.2928636, 30.4865253 ], [ 120.2928187, 30.4866653 ], [ 120.2927403, 30.4868247 ], [ 120.2926731, 30.4869116 ], [ 120.2925946, 30.486984 ], [ 120.2924826, 30.4870468 ], [ 120.2924153, 30.4871288 ], [ 120.2923985, 30.4872302 ], [ 120.2924265, 30.4872785 ], [ 120.2924826, 30.4873171 ], [ 120.2926002, 30.4873847 ], [ 120.2926675, 30.4874668 ], [ 120.2927235, 30.4875537 ], [ 120.2927179, 30.4876744 ], [ 120.2926843, 30.4877661 ], [ 120.2926058, 30.4878868 ], [ 120.2924434, 30.488022 ], [ 120.2923145, 30.4880993 ], [ 120.2922305, 30.4881186 ], [ 120.2921464, 30.4881331 ], [ 120.2920232, 30.4881717 ], [ 120.2918887, 30.4882055 ], [ 120.2918439, 30.4882586 ], [ 120.2918887, 30.4883358 ], [ 120.2919391, 30.4883793 ], [ 120.292068, 30.4884034 ], [ 120.2921744, 30.4884227 ], [ 120.2922248, 30.4884517 ], [ 120.2923145, 30.4885772 ], [ 120.2923649, 30.488669 ], [ 120.2927739, 30.488669 ], [ 120.2932567, 30.4886954 ], [ 120.2939047, 30.4887013 ], [ 120.293925, 30.4886373 ], [ 120.2939047, 30.4885849 ], [ 120.2938642, 30.4885093 ], [ 120.2937967, 30.4884453 ], [ 120.2936752, 30.4883755 ], [ 120.2935875, 30.4882941 ], [ 120.293493, 30.4881661 ], [ 120.2934322, 30.4880381 ], [ 120.2933782, 30.4878229 ], [ 120.2933107, 30.4876135 ], [ 120.2932837, 30.4874738 ], [ 120.2932702, 30.4873459 ], [ 120.2932904, 30.487247 ], [ 120.2933175, 30.4870725 ], [ 120.2933445, 30.4869387 ], [ 120.293331, 30.4868165 ], [ 120.293331, 30.4866129 ], [ 120.2933715, 30.4864965 ], [ 120.2934322, 30.4863453 ], [ 120.2934457, 30.4862057 ], [ 120.2934997, 30.4859904 ], [ 120.2934997, 30.4857752 ], [ 120.2935267, 30.4856414 ], [ 120.2935537, 30.4855367 ], [ 120.2935605, 30.485432 ], [ 120.2936145, 30.4853622 ], [ 120.2936752, 30.4852982 ], [ 120.2936887, 30.4852051 ], [ 120.293655, 30.4850131 ], [ 120.293574, 30.4847688 ], [ 120.29352, 30.4846234 ], [ 120.29352, 30.4845128 ], [ 120.293493, 30.484286 ], [ 120.2935267, 30.4841754 ], [ 120.293574, 30.4840824 ], [ 120.2938102, 30.4836984 ], [ 120.2938912, 30.4835355 ], [ 120.2939723, 30.483425 ], [ 120.2940938, 30.4833435 ], [ 120.2942355, 30.4833145 ], [ 120.2943233, 30.4832563 ], [ 120.294465, 30.4832214 ], [ 120.2946001, 30.4832621 ], [ 120.2947283, 30.4833494 ], [ 120.2949038, 30.4834017 ], [ 120.2950523, 30.4833959 ], [ 120.2951468, 30.4833203 ], [ 120.2952143, 30.4832156 ], [ 120.2952954, 30.4831225 ], [ 120.2954371, 30.483041 ], [ 120.2955586, 30.4830178 ], [ 120.2956936, 30.4830643 ], [ 120.2958421, 30.4831399 ], [ 120.2959299, 30.4832272 ], [ 120.2959704, 30.4833145 ], [ 120.2959839, 30.4834483 ], [ 120.2959974, 30.4837973 ], [ 120.2960582, 30.4842685 ], [ 120.2961459, 30.4845768 ], [ 120.2962134, 30.4852167 ], [ 120.2964294, 30.4864035 ], [ 120.2964699, 30.4864675 ], [ 120.2965104, 30.4866536 ], [ 120.2965577, 30.486706 ], [ 120.2965915, 30.4868398 ], [ 120.2966657, 30.4868805 ], [ 120.296767, 30.4873924 ], [ 120.2967265, 30.4874622 ], [ 120.2968615, 30.4881021 ], [ 120.2968345, 30.4882766 ], [ 120.2969897, 30.4890096 ], [ 120.297037, 30.4896553 ], [ 120.2971112, 30.490301 ], [ 120.2971923, 30.4906616 ], [ 120.29728, 30.4908536 ], [ 120.2973475, 30.4910979 ], [ 120.2974353, 30.4912375 ], [ 120.2974488, 30.4913829 ], [ 120.297469, 30.4916912 ], [ 120.297496, 30.4919239 ], [ 120.2974893, 30.4922089 ], [ 120.2975028, 30.4923311 ], [ 120.2975703, 30.4924707 ], [ 120.2976243, 30.4926336 ], [ 120.2976513, 30.492936 ], [ 120.2976648, 30.4930291 ], [ 120.29782, 30.4932327 ], [ 120.2980023, 30.4936515 ], [ 120.2980496, 30.4939598 ], [ 120.2980361, 30.4940761 ], [ 120.2981238, 30.4942041 ], [ 120.2981643, 30.4944891 ], [ 120.2981846, 30.4946985 ], [ 120.2984006, 30.4952569 ], [ 120.2984748, 30.4954547 ], [ 120.2985086, 30.4955769 ], [ 120.2986099, 30.4957746 ], [ 120.2986706, 30.496112 ], [ 120.2986909, 30.4963156 ], [ 120.2987921, 30.4965948 ], [ 120.2987989, 30.4966995 ], [ 120.2987854, 30.4967751 ], [ 120.2987314, 30.4968333 ], [ 120.2985829, 30.4968158 ], [ 120.2984748, 30.4967402 ], [ 120.2979078, 30.496589 ], [ 120.2976715, 30.4964959 ], [ 120.297496, 30.4964261 ], [ 120.2972868, 30.4963447 ], [ 120.2972328, 30.4966297 ], [ 120.297388, 30.496746 ], [ 120.2976108, 30.4968449 ], [ 120.2979956, 30.4969612 ], [ 120.2984276, 30.4972055 ], [ 120.2985964, 30.4972695 ], [ 120.2987989, 30.4973277 ], [ 120.2989069, 30.4974033 ], [ 120.2989676, 30.4975778 ], [ 120.2991634, 30.4981245 ], [ 120.2991432, 30.498299 ], [ 120.2992309, 30.4985608 ], [ 120.2992588, 30.4986691 ], [ 120.2992714, 30.4987178 ], [ 120.2992377, 30.4988225 ], [ 120.2991296, 30.4989389 ], [ 120.2989744, 30.4990377 ], [ 120.2987584, 30.499189 ], [ 120.2986099, 30.4992355 ], [ 120.2983601, 30.4992937 ], [ 120.2981913, 30.4993053 ], [ 120.297793, 30.4993402 ], [ 120.2976513, 30.4993344 ], [ 120.294212, 30.4991775 ], [ 120.2942967, 30.4992205 ], [ 120.2951053, 30.4992725 ], [ 120.295755, 30.4993143 ], [ 120.2960405, 30.4994777 ], [ 120.2968262, 30.4994318 ], [ 120.2977525, 30.4993925 ], [ 120.2978133, 30.4994333 ], [ 120.2979821, 30.49941 ], [ 120.2980698, 30.4994333 ], [ 120.2981036, 30.4995263 ], [ 120.2981171, 30.4997066 ], [ 120.2980631, 30.4997881 ], [ 120.2979686, 30.499852 ], [ 120.2978876, 30.4998986 ], [ 120.2977998, 30.4999626 ], [ 120.297793, 30.5000498 ], [ 120.2978741, 30.5001254 ], [ 120.2980158, 30.5001487 ], [ 120.2981373, 30.5001312 ], [ 120.2981981, 30.5000731 ], [ 120.2982251, 30.4999509 ], [ 120.2982386, 30.4998637 ], [ 120.2983601, 30.4997881 ], [ 120.2984951, 30.4997066 ], [ 120.2984884, 30.4996194 ], [ 120.2985559, 30.4995496 ], [ 120.2987111, 30.4995321 ], [ 120.2989136, 30.4995321 ], [ 120.2990689, 30.4994914 ], [ 120.2992039, 30.4995031 ], [ 120.2992714, 30.4994565 ], [ 120.2993052, 30.4993809 ], [ 120.2994199, 30.4993693 ], [ 120.2995077, 30.4993984 ], [ 120.2995347, 30.499474 ], [ 120.2996427, 30.4994798 ], [ 120.2996751, 30.4995163 ], [ 120.2997304, 30.4995787 ], [ 120.2998985, 30.4998564 ], [ 120.2999544, 30.5000026 ], [ 120.3000186, 30.500254 ], [ 120.3001028, 30.5004592 ], [ 120.3001242, 30.5006182 ], [ 120.3001543, 30.5008622 ], [ 120.3001628, 30.5013982 ], [ 120.30015, 30.5015202 ], [ 120.3001972, 30.5019157 ], [ 120.3001585, 30.5019305 ], [ 120.3001328, 30.5019712 ], [ 120.2996394, 30.5020082 ], [ 120.299412, 30.5020156 ], [ 120.299279, 30.5020008 ], [ 120.299073, 30.5019712 ], [ 120.2988842, 30.5019564 ], [ 120.2983479, 30.5019527 ], [ 120.298112, 30.5019564 ], [ 120.298009, 30.5019564 ], [ 120.297936, 30.5019416 ], [ 120.2977982, 30.501901 ], [ 120.2978075, 30.5020931 ], [ 120.2980819, 30.5020451 ], [ 120.2982114, 30.5020411 ], [ 120.2984423, 30.502034 ], [ 120.2988671, 30.502023 ], [ 120.2993262, 30.5020636 ], [ 120.3001414, 30.5020525 ], [ 120.3003302, 30.5020747 ], [ 120.300579, 30.5021302 ], [ 120.3008236, 30.5022189 ], [ 120.3011754, 30.5024407 ], [ 120.3016045, 30.5025664 ], [ 120.3017074, 30.502607 ], [ 120.3017632, 30.5026699 ], [ 120.3019434, 30.5031468 ], [ 120.3019827, 30.5032423 ], [ 120.3020876, 30.5032152 ], [ 120.3019863, 30.5028473 ], [ 120.3019434, 30.5027734 ], [ 120.3019091, 30.5026477 ], [ 120.3018919, 30.5025627 ], [ 120.3018576, 30.5025072 ], [ 120.3018104, 30.5024851 ], [ 120.3014929, 30.5024444 ], [ 120.3013084, 30.5023852 ], [ 120.3011582, 30.5023076 ], [ 120.3008536, 30.5021449 ], [ 120.3005833, 30.5020414 ], [ 120.3004031, 30.5019564 ], [ 120.3003387, 30.5019084 ], [ 120.300313, 30.5018529 ], [ 120.3002615, 30.5016939 ], [ 120.3002486, 30.5015941 ], [ 120.3002529, 30.5013206 ], [ 120.3002315, 30.5008104 ], [ 120.3002057, 30.5006182 ], [ 120.3001628, 30.5004333 ], [ 120.3000809, 30.5002056 ], [ 120.3000684, 30.5001708 ], [ 120.3000813, 30.500071 ], [ 120.3001199, 30.5000045 ], [ 120.3001843, 30.4999971 ], [ 120.3007764, 30.5000489 ], [ 120.3009437, 30.5000599 ], [ 120.301051, 30.5000415 ], [ 120.3010596, 30.5000045 ], [ 120.3008836, 30.5000008 ], [ 120.3004675, 30.4999749 ], [ 120.3002658, 30.4999675 ], [ 120.30018, 30.4999527 ], [ 120.3000985, 30.4999306 ], [ 120.3000727, 30.4998936 ], [ 120.3000641, 30.4996163 ], [ 120.3000212, 30.4995793 ], [ 120.3000041, 30.4995313 ], [ 120.3000084, 30.4992725 ], [ 120.300047, 30.4992208 ], [ 120.3002529, 30.4991949 ], [ 120.3002873, 30.4990877 ], [ 120.300343, 30.4990766 ], [ 120.3006305, 30.4991209 ], [ 120.3006777, 30.4991801 ], [ 120.3010124, 30.4992023 ], [ 120.3011582, 30.4992134 ], [ 120.3012741, 30.4992614 ], [ 120.30142, 30.4993021 ], [ 120.3014886, 30.4993427 ], [ 120.3015272, 30.4993908 ], [ 120.3016602, 30.4994167 ], [ 120.3017289, 30.4993982 ], [ 120.3021171, 30.4994174 ], [ 120.3024217, 30.4994515 ], [ 120.3024731, 30.4994822 ], [ 120.3025562, 30.4994958 ], [ 120.3026274, 30.4995299 ], [ 120.302655, 30.4995503 ], [ 120.3026906, 30.4995163 ], [ 120.3027619, 30.4994958 ], [ 120.3034068, 30.4994905 ], [ 120.3035886, 30.499489 ], [ 120.3043758, 30.4994481 ], [ 120.3046013, 30.4994208 ], [ 120.3046725, 30.4994276 ], [ 120.3049494, 30.4995026 ], [ 120.3051314, 30.4997855 ], [ 120.305167, 30.4999798 ], [ 120.3052026, 30.5001843 ], [ 120.3051986, 30.5002525 ], [ 120.3050958, 30.5003888 ], [ 120.3050681, 30.5004638 ], [ 120.3050721, 30.5005388 ], [ 120.3050812, 30.5006048 ], [ 120.3051048, 30.5007752 ], [ 120.3053565, 30.5007029 ], [ 120.3053371, 30.5005967 ], [ 120.305345, 30.5005149 ], [ 120.3053767, 30.5004263 ], [ 120.3054083, 30.5003138 ], [ 120.3054439, 30.5001605 ], [ 120.3054455, 30.500109 ], [ 120.3054479, 30.5000343 ], [ 120.3054241, 30.4999355 ], [ 120.3053846, 30.499731 ], [ 120.3053569, 30.4996219 ], [ 120.3053411, 30.4995503 ], [ 120.3053608, 30.4994822 ], [ 120.3053885, 30.4994174 ], [ 120.305436, 30.4993288 ], [ 120.3054874, 30.4993152 ], [ 120.305701, 30.4993356 ], [ 120.305796, 30.4993288 ], [ 120.3059107, 30.4993083 ], [ 120.3062786, 30.4992504 ], [ 120.3067691, 30.4991618 ], [ 120.3068561, 30.4991516 ], [ 120.306955, 30.4991788 ], [ 120.3070777, 30.499264 ], [ 120.307137, 30.499322 ], [ 120.3071766, 30.4994038 ], [ 120.3072319, 30.499506 ], [ 120.3072715, 30.4995265 ], [ 120.3073229, 30.4995333 ], [ 120.30758, 30.4995333 ], [ 120.3076592, 30.4995026 ], [ 120.3077066, 30.4994651 ], [ 120.3078035, 30.4993626 ], [ 120.3078451, 30.4993186 ], [ 120.3079084, 30.4992811 ], [ 120.3079638, 30.4992709 ], [ 120.3080468, 30.4992743 ], [ 120.3081264, 30.4992998 ], [ 120.3082169, 30.4993288 ], [ 120.3083317, 30.4993424 ], [ 120.3083949, 30.4993254 ], [ 120.308478, 30.4992981 ], [ 120.3085611, 30.4992504 ], [ 120.3086323, 30.4992061 ], [ 120.3087312, 30.499155 ], [ 120.3088261, 30.4991209 ], [ 120.308925, 30.4991209 ], [ 120.3089923, 30.4991345 ], [ 120.3090358, 30.499155 ], [ 120.3090991, 30.4991993 ], [ 120.3091545, 30.4992061 ], [ 120.3092217, 30.4991925 ], [ 120.3092929, 30.4991584 ], [ 120.3093325, 30.4991277 ], [ 120.3094877, 30.4991433 ], [ 120.3095027, 30.4990914 ], [ 120.3094429, 30.4990767 ], [ 120.3093446, 30.4990525 ], [ 120.3092743, 30.4990157 ], [ 120.3092417, 30.4989833 ], [ 120.3092342, 30.4989595 ], [ 120.3091338, 30.4988903 ], [ 120.3091589, 30.4988427 ], [ 120.3092593, 30.4988838 ], [ 120.3092793, 30.4988427 ], [ 120.3091137, 30.4987562 ], [ 120.3090534, 30.4987519 ], [ 120.3090938, 30.4985673 ], [ 120.3091418, 30.4985478 ], [ 120.3091594, 30.4984847 ], [ 120.3091039, 30.4983455 ], [ 120.3090787, 30.4983368 ], [ 120.3090166, 30.4982083 ], [ 120.3088808, 30.4982363 ], [ 120.3087951, 30.498244 ], [ 120.3087094, 30.498244 ], [ 120.3086415, 30.4982465 ], [ 120.3085381, 30.4982465 ], [ 120.3084642, 30.498244 ], [ 120.3083993, 30.498249 ], [ 120.3083431, 30.4982669 ], [ 120.3082841, 30.4982949 ], [ 120.3082309, 30.4983305 ], [ 120.308157, 30.4983916 ], [ 120.308092, 30.4984221 ], [ 120.3079929, 30.4984596 ], [ 120.3079423, 30.4985032 ], [ 120.307895, 30.4985672 ], [ 120.3078174, 30.4986777 ], [ 120.3077533, 30.4987446 ], [ 120.3076858, 30.4987911 ], [ 120.3076183, 30.4988318 ], [ 120.3075407, 30.4988696 ], [ 120.3074057, 30.4989103 ], [ 120.3073145, 30.4989336 ], [ 120.3072504, 30.4989598 ], [ 120.3072099, 30.4989656 ], [ 120.3071694, 30.4989598 ], [ 120.3071154, 30.4989278 ], [ 120.3070884, 30.4988842 ], [ 120.3070614, 30.4988405 ], [ 120.3070446, 30.4987853 ], [ 120.3070335, 30.4987045 ], [ 120.3070361, 30.4986321 ], [ 120.3070414, 30.4985937 ], [ 120.3070729, 30.4985417 ], [ 120.3070729, 30.498501 ], [ 120.3070545, 30.4984603 ], [ 120.3070256, 30.4984196 ], [ 120.307023, 30.4983631 ], [ 120.3070466, 30.4983224 ], [ 120.3070414, 30.4982794 ], [ 120.3070256, 30.4982138 ], [ 120.3070178, 30.4981144 ], [ 120.3070046, 30.498051 ], [ 120.3070256, 30.4980058 ], [ 120.3070151, 30.4979651 ], [ 120.3070361, 30.4978453 ], [ 120.307065, 30.4978001 ], [ 120.3070991, 30.4977707 ], [ 120.3071044, 30.4977323 ], [ 120.3070991, 30.4974858 ], [ 120.3070676, 30.4974677 ], [ 120.3070388, 30.4973366 ], [ 120.3069705, 30.4973569 ], [ 120.3069653, 30.4974157 ], [ 120.307002, 30.4974474 ], [ 120.3070256, 30.4974926 ], [ 120.3070204, 30.4976192 ], [ 120.3070178, 30.497687 ], [ 120.3070151, 30.4977323 ], [ 120.3069784, 30.4977594 ], [ 120.3069653, 30.4977956 ], [ 120.306981, 30.497825 ], [ 120.3070151, 30.4978543 ], [ 120.3070046, 30.4978996 ], [ 120.3069889, 30.4979244 ], [ 120.3069259, 30.4979357 ], [ 120.3068944, 30.4979561 ], [ 120.3068787, 30.4980352 ], [ 120.3068971, 30.498137 ], [ 120.3069181, 30.4981935 ], [ 120.3069443, 30.4982229 ], [ 120.3069732, 30.4982975 ], [ 120.30696, 30.4983314 ], [ 120.3069837, 30.4984422 ], [ 120.3070151, 30.4984671 ], [ 120.3070388, 30.4985032 ], [ 120.3070388, 30.4985439 ], [ 120.3070151, 30.4985959 ], [ 120.307002, 30.498614 ], [ 120.3070256, 30.4989215 ], [ 120.3065507, 30.498969 ], [ 120.3065061, 30.4989577 ], [ 120.3061991, 30.4990097 ], [ 120.3058632, 30.499064 ], [ 120.3057923, 30.4990549 ], [ 120.3055378, 30.4989939 ], [ 120.3054355, 30.4989577 ], [ 120.3053804, 30.4989283 ], [ 120.3053673, 30.4989057 ], [ 120.3053148, 30.4988582 ], [ 120.3052623, 30.4988266 ], [ 120.3052019, 30.4987836 ], [ 120.3051258, 30.4987248 ], [ 120.3050996, 30.4986932 ], [ 120.305118, 30.4985914 ], [ 120.3050209, 30.4985869 ], [ 120.304971, 30.4985598 ], [ 120.3048818, 30.4984693 ], [ 120.3048293, 30.4984015 ], [ 120.3047506, 30.4981257 ], [ 120.3047165, 30.4980352 ], [ 120.3047034, 30.4979719 ], [ 120.3045827, 30.4975288 ], [ 120.304504, 30.497262 ], [ 120.3044882, 30.4971399 ], [ 120.3044777, 30.4970381 ], [ 120.3044803, 30.4969635 ], [ 120.3044882, 30.4968663 ], [ 120.3045223, 30.4968052 ], [ 120.3045381, 30.4967487 ], [ 120.3045486, 30.4967012 ], [ 120.3045381, 30.496656 ], [ 120.3044935, 30.4964774 ], [ 120.3044961, 30.4964005 ], [ 120.3045171, 30.4963508 ], [ 120.3045591, 30.4963214 ], [ 120.3046771, 30.4962829 ], [ 120.3047454, 30.4962558 ], [ 120.3048136, 30.4962309 ], [ 120.3049107, 30.496197 ], [ 120.3049579, 30.4961902 ], [ 120.3049632, 30.4961699 ], [ 120.304929, 30.4961631 ], [ 120.3048057, 30.4961835 ], [ 120.3047454, 30.4961812 ], [ 120.3046483, 30.4961609 ], [ 120.3045932, 30.4961473 ], [ 120.3045276, 30.4961473 ], [ 120.3044488, 30.4961563 ], [ 120.3043806, 30.4961518 ], [ 120.3042599, 30.4961609 ], [ 120.3042442, 30.4961812 ], [ 120.3040526, 30.4962151 ], [ 120.3040552, 30.4963349 ], [ 120.3040736, 30.4964073 ], [ 120.3041182, 30.4964864 ], [ 120.304134, 30.496552 ], [ 120.3041627, 30.4967967 ], [ 120.3041411, 30.4969114 ], [ 120.3041519, 30.4970168 ], [ 120.3041771, 30.4971966 ], [ 120.3042311, 30.4973206 ], [ 120.3042706, 30.4974043 ], [ 120.3043138, 30.4975623 ], [ 120.304357, 30.4976026 ], [ 120.3043786, 30.4976584 ], [ 120.3044397, 30.497677 ], [ 120.3044721, 30.4977359 ], [ 120.3044757, 30.4978103 ], [ 120.3044985, 30.4978549 ], [ 120.3045297, 30.4979157 ], [ 120.3045764, 30.49808 ], [ 120.304616, 30.4982257 ], [ 120.304652, 30.4985233 ], [ 120.3044577, 30.4985481 ], [ 120.3042814, 30.498545 ], [ 120.3042886, 30.4985791 ], [ 120.3043965, 30.4986008 ], [ 120.3045081, 30.4986163 ], [ 120.3045692, 30.4986473 ], [ 120.304616, 30.4987 ], [ 120.304616, 30.4987744 ], [ 120.304634, 30.4988147 ], [ 120.3046628, 30.4988426 ], [ 120.3046736, 30.4989201 ], [ 120.3046951, 30.4989945 ], [ 120.3046951, 30.4990565 ], [ 120.3046664, 30.4990999 ], [ 120.304598, 30.4991123 ], [ 120.3045261, 30.4990968 ], [ 120.3044649, 30.4990999 ], [ 120.3044181, 30.4991309 ], [ 120.304321, 30.4992053 ], [ 120.3042311, 30.4992456 ], [ 120.3041339, 30.4992797 ], [ 120.3040152, 30.4993013 ], [ 120.3038425, 30.4993044 ], [ 120.3036303, 30.4993075 ], [ 120.3033784, 30.4993075 ], [ 120.3029899, 30.4993137 ], [ 120.3028712, 30.4993013 ], [ 120.3027668, 30.4992766 ], [ 120.3026985, 30.4992363 ], [ 120.3026409, 30.4991898 ], [ 120.3026013, 30.4991433 ], [ 120.3025546, 30.4990751 ], [ 120.3025294, 30.4989821 ], [ 120.3025438, 30.4989108 ], [ 120.302551, 30.4988643 ], [ 120.3025222, 30.4987341 ], [ 120.3024934, 30.4986752 ], [ 120.3024503, 30.4986008 ], [ 120.3024143, 30.4984737 ], [ 120.3024107, 30.4983838 ], [ 120.3024215, 30.4983063 ], [ 120.3024574, 30.498235 ], [ 120.3024898, 30.4981885 ], [ 120.3024898, 30.49808 ], [ 120.3025114, 30.4979343 ], [ 120.3024826, 30.4977855 ], [ 120.3024826, 30.4977235 ], [ 120.302497, 30.4976522 ], [ 120.3025114, 30.4975747 ], [ 120.3024934, 30.4975344 ], [ 120.3024467, 30.4975468 ], [ 120.3024445, 30.4975984 ], [ 120.3024395, 30.4977173 ], [ 120.3024287, 30.497863 ], [ 120.3024143, 30.4979219 ], [ 120.3023855, 30.4979963 ], [ 120.3023495, 30.498111 ], [ 120.3023279, 30.4981792 ], [ 120.3023207, 30.4983931 ], [ 120.3023387, 30.4984427 ], [ 120.3023819, 30.4985357 ], [ 120.3024538, 30.498731 ], [ 120.3024898, 30.4988922 ], [ 120.3024826, 30.4989635 ], [ 120.3024538, 30.4990906 ], [ 120.3024301, 30.4991183 ], [ 120.3023927, 30.4991619 ], [ 120.3023315, 30.4991836 ], [ 120.302238, 30.4991898 ], [ 120.3021552, 30.4991867 ], [ 120.3020797, 30.499165 ], [ 120.3019502, 30.4991247 ], [ 120.3017991, 30.4990999 ], [ 120.3015257, 30.4990658 ], [ 120.3014034, 30.4990317 ], [ 120.3012666, 30.4989976 ], [ 120.3011443, 30.498948 ], [ 120.3009932, 30.4988488 ], [ 120.3009177, 30.4987806 ], [ 120.3008709, 30.4987155 ], [ 120.3008098, 30.498669 ], [ 120.3007126, 30.4986504 ], [ 120.3006011, 30.4986318 ], [ 120.3004932, 30.4987062 ], [ 120.3004392, 30.4987372 ], [ 120.3003708, 30.4987527 ], [ 120.3003169, 30.498731 ], [ 120.3002701, 30.4986876 ], [ 120.3002305, 30.498638 ], [ 120.3001082, 30.4984458 ], [ 120.3000219, 30.4983218 ], [ 120.2998744, 30.4980955 ], [ 120.2998168, 30.4979932 ], [ 120.299788, 30.497925 ], [ 120.2997772, 30.4978289 ], [ 120.2997772, 30.497739 ], [ 120.2997736, 30.4976305 ], [ 120.2997808, 30.4974879 ], [ 120.2998132, 30.4974352 ], [ 120.2998564, 30.4974167 ], [ 120.2997701, 30.4970912 ], [ 120.2997485, 30.4970137 ], [ 120.2997629, 30.4969486 ], [ 120.299806, 30.4969176 ], [ 120.2999283, 30.4968618 ], [ 120.3001046, 30.4967719 ], [ 120.30045, 30.4966355 ], [ 120.3006299, 30.4965239 ], [ 120.3006982, 30.4964774 ], [ 120.3007126, 30.4964371 ], [ 120.300691, 30.4963596 ], [ 120.3006407, 30.4963193 ], [ 120.3005939, 30.4963162 ], [ 120.3004968, 30.496341 ], [ 120.3003097, 30.4963844 ], [ 120.3002233, 30.4963813 ], [ 120.3001478, 30.4963534 ], [ 120.300101, 30.4963286 ], [ 120.3000183, 30.4962759 ], [ 120.2999607, 30.4962511 ], [ 120.2998492, 30.4962449 ], [ 120.2997053, 30.4962573 ], [ 120.2995578, 30.4962697 ], [ 120.2994822, 30.4962542 ], [ 120.2994175, 30.496217 ], [ 120.2992772, 30.4960992 ], [ 120.2991872, 30.4959845 ], [ 120.2991549, 30.495938 ], [ 120.2991297, 30.4958636 ], [ 120.2991369, 30.4957861 ], [ 120.2991729, 30.4956931 ], [ 120.2992016, 30.4956342 ], [ 120.2991908, 30.4955846 ], [ 120.2991333, 30.4955722 ], [ 120.2989966, 30.4955443 ], [ 120.2989102, 30.4954978 ], [ 120.2988671, 30.495442 ], [ 120.2988455, 30.4953924 ], [ 120.2988095, 30.4952839 ], [ 120.2988095, 30.4952281 ], [ 120.2988131, 30.495194 ], [ 120.2987951, 30.4949894 ], [ 120.2987879, 30.4949243 ], [ 120.2987447, 30.4948592 ], [ 120.2987088, 30.4947848 ], [ 120.2986332, 30.4946019 ], [ 120.2986116, 30.494512 ], [ 120.2986044, 30.4944438 ], [ 120.2986152, 30.4943694 ], [ 120.2985577, 30.4942206 ], [ 120.2985253, 30.4941183 ], [ 120.2984713, 30.4940439 ], [ 120.2983274, 30.4936378 ], [ 120.2983022, 30.4934797 ], [ 120.2982447, 30.493365 ], [ 120.2982123, 30.4932627 ], [ 120.298126, 30.4928566 ], [ 120.2979353, 30.4921281 ], [ 120.2979209, 30.4919049 ], [ 120.2979101, 30.4918212 ], [ 120.2978777, 30.4916817 ], [ 120.2978741, 30.491598 ], [ 120.2978417, 30.490978 ], [ 120.2978202, 30.4908726 ], [ 120.2977842, 30.490792 ], [ 120.297741, 30.4907145 ], [ 120.2976978, 30.4906401 ], [ 120.2976763, 30.4905626 ], [ 120.2976511, 30.4904727 ], [ 120.2976043, 30.490203 ], [ 120.2975611, 30.4897349 ], [ 120.2975396, 30.4896667 ], [ 120.297482, 30.4895551 ], [ 120.297446, 30.4894311 ], [ 120.2974172, 30.4893288 ], [ 120.2974208, 30.4892513 ], [ 120.2974568, 30.48918 ], [ 120.297482, 30.4891242 ], [ 120.2974712, 30.4890529 ], [ 120.2974424, 30.4889041 ], [ 120.2974028, 30.4886715 ], [ 120.2974172, 30.4886033 ], [ 120.2974352, 30.4885413 ], [ 120.2974028, 30.4884421 ], [ 120.2973885, 30.4883584 ], [ 120.2974028, 30.4882747 ], [ 120.297446, 30.4880298 ], [ 120.2974316, 30.4879244 ], [ 120.2973777, 30.4878717 ], [ 120.2971834, 30.487726 ], [ 120.2971402, 30.4876423 ], [ 120.2971366, 30.4875586 ], [ 120.2971654, 30.4874842 ], [ 120.2971942, 30.4874377 ], [ 120.2972481, 30.4873912 ], [ 120.2972302, 30.4873602 ], [ 120.2971258, 30.4870657 ], [ 120.2971042, 30.4869881 ], [ 120.297115, 30.4867959 ], [ 120.2970791, 30.4866409 ], [ 120.2970622, 30.4865055 ], [ 120.297042, 30.4864426 ], [ 120.2970095, 30.4863482 ], [ 120.2969974, 30.4862364 ], [ 120.2969568, 30.4859743 ], [ 120.2968189, 30.4855236 ], [ 120.2967216, 30.4851183 ], [ 120.2967216, 30.4848842 ], [ 120.296746, 30.4847724 ], [ 120.2967825, 30.4846955 ], [ 120.2968433, 30.4846256 ], [ 120.2969, 30.4845942 ], [ 120.2970176, 30.4845522 ], [ 120.2970257, 30.4844858 ], [ 120.2970622, 30.4844509 ], [ 120.2971312, 30.4844195 ], [ 120.2973988, 30.4843426 ], [ 120.297492, 30.4843461 ], [ 120.297565, 30.4843845 ], [ 120.2976096, 30.4844474 ], [ 120.2976258, 30.4845033 ], [ 120.2976056, 30.4845662 ], [ 120.2976056, 30.4846361 ], [ 120.297638, 30.4847409 ], [ 120.297715, 30.4847234 ], [ 120.297784, 30.48472 ], [ 120.2978286, 30.484699 ], [ 120.2979056, 30.4846501 ], [ 120.2979624, 30.4845977 ], [ 120.2979867, 30.4845557 ], [ 120.2979826, 30.4844998 ], [ 120.297938, 30.4843391 ], [ 120.2979096, 30.4842937 ], [ 120.2978569, 30.4842657 ], [ 120.2977718, 30.4842587 ], [ 120.2976339, 30.4842657 ], [ 120.2973582, 30.4842692 ], [ 120.2972325, 30.4842762 ], [ 120.2971068, 30.4842972 ], [ 120.2969933, 30.4843076 ], [ 120.2969041, 30.4843007 ], [ 120.2968189, 30.4842587 ], [ 120.2967581, 30.4841714 ], [ 120.2967581, 30.484091 ], [ 120.2967095, 30.4838674 ], [ 120.2966, 30.4838359 ], [ 120.2965027, 30.483787 ], [ 120.2964621, 30.4837241 ], [ 120.2964175, 30.4836193 ], [ 120.2964013, 30.4835284 ], [ 120.2964054, 30.4834236 ], [ 120.296454, 30.4823579 ], [ 120.2964784, 30.4822146 ], [ 120.296523, 30.4820679 ], [ 120.2966081, 30.4819106 ], [ 120.2967054, 30.4817918 ], [ 120.2968149, 30.4816625 ], [ 120.2970379, 30.4814703 ], [ 120.2971839, 30.4813795 ], [ 120.2973379, 30.4812851 ], [ 120.2978083, 30.4810301 ], [ 120.2981245, 30.4808798 ], [ 120.2982462, 30.4808309 ], [ 120.2984408, 30.4806841 ], [ 120.2990855, 30.4802473 ], [ 120.2992639, 30.4800866 ], [ 120.2994666, 30.4798979 ], [ 120.2995275, 30.479814 ], [ 120.2995761, 30.4797197 ], [ 120.2996207, 30.4796428 ], [ 120.2996896, 30.4794891 ], [ 120.2997586, 30.4793458 ], [ 120.2998153, 30.4791816 ], [ 120.2998924, 30.4790208 ], [ 120.3000546, 30.4787238 ], [ 120.3001032, 30.478584 ], [ 120.3001519, 30.4785421 ], [ 120.3002249, 30.4785211 ], [ 120.3003506, 30.4785421 ], [ 120.3010439, 30.4787378 ], [ 120.3011331, 30.4787552 ], [ 120.3011128, 30.4787273 ], [ 120.3004965, 30.4785561 ], [ 120.3004519, 30.4785106 ], [ 120.3004235, 30.4784617 ], [ 120.3003384, 30.4783953 ], [ 120.3002897, 30.4783115 ], [ 120.3002532, 30.4782276 ], [ 120.3002451, 30.4781787 ], [ 120.3002816, 30.4781123 ], [ 120.3003911, 30.4780564 ], [ 120.3004438, 30.4780074 ], [ 120.3004641, 30.477955 ], [ 120.3004681, 30.4778747 ], [ 120.3004114, 30.4778537 ], [ 120.3003546, 30.4778013 ], [ 120.3003262, 30.4777593 ], [ 120.3002532, 30.4777384 ], [ 120.3002046, 30.4777524 ], [ 120.3001559, 30.4777768 ], [ 120.3000992, 30.4777768 ], [ 120.3000546, 30.4777489 ], [ 120.300014, 30.477679 ], [ 120.2999613, 30.4773819 ], [ 120.2999572, 30.4772981 ], [ 120.3000059, 30.4772527 ], [ 120.300014, 30.4772037 ], [ 120.2999937, 30.4771513 ], [ 120.2999897, 30.4770919 ], [ 120.3000019, 30.4769067 ], [ 120.3000262, 30.4767774 ], [ 120.3000505, 30.4767215 ], [ 120.3000708, 30.4766306 ], [ 120.3001113, 30.4765293 ], [ 120.3001397, 30.4764699 ], [ 120.3001519, 30.476379 ], [ 120.3001519, 30.4763057 ], [ 120.30016, 30.4761868 ], [ 120.3001438, 30.4760925 ], [ 120.3001397, 30.4760296 ], [ 120.3001458, 30.4759043 ], [ 120.3002273, 30.475525 ], [ 120.3002925, 30.4754408 ], [ 120.3002925, 30.475202 ], [ 120.3003333, 30.4751036 ], [ 120.3004962, 30.4749772 ], [ 120.3006447, 30.4745561 ], [ 120.3006918, 30.4744224 ], [ 120.3006755, 30.4741906 ], [ 120.3007, 30.474015 ], [ 120.301026, 30.4732775 ], [ 120.3013275, 30.4727226 ], [ 120.3015964, 30.4722942 ], [ 120.3017757, 30.4721467 ], [ 120.301792, 30.4720624 ], [ 120.3018676, 30.4718669 ], [ 120.3018898, 30.4718095 ], [ 120.302106, 30.4715378 ], [ 120.3022489, 30.4714401 ], [ 120.3023076, 30.4714 ], [ 120.3024188, 30.471358 ], [ 120.3025162, 30.471376 ], [ 120.3026413, 30.4714419 ], [ 120.3026691, 30.4715018 ], [ 120.3026344, 30.4716576 ], [ 120.3025926, 30.4717655 ], [ 120.3025926, 30.4718733 ], [ 120.3026274, 30.4720591 ], [ 120.3027178, 30.4721909 ], [ 120.3030098, 30.4723767 ], [ 120.3030724, 30.4722688 ], [ 120.3028846, 30.4721909 ], [ 120.3027734, 30.472125 ], [ 120.3027039, 30.4719992 ], [ 120.3026691, 30.4718614 ], [ 120.3027039, 30.4716516 ], [ 120.3028562, 30.4713221 ], [ 120.3029183, 30.4712579 ], [ 120.3032346, 30.4712419 ], [ 120.3033897, 30.4712846 ], [ 120.3035385, 30.4713381 ], [ 120.3037494, 30.4714236 ], [ 120.304196, 30.4716107 ], [ 120.3043821, 30.4716909 ], [ 120.3046612, 30.4717658 ], [ 120.3050334, 30.4718085 ], [ 120.3052443, 30.4718406 ], [ 120.3055172, 30.4718941 ], [ 120.3055966, 30.4718931 ], [ 120.3057812, 30.4718748 ], [ 120.3059871, 30.4719054 ], [ 120.3061504, 30.4718931 ], [ 120.3062995, 30.471887 ], [ 120.3064202, 30.4719115 ], [ 120.306477, 30.4719788 ], [ 120.3065764, 30.4720094 ], [ 120.306903, 30.4720706 ], [ 120.3070094, 30.4721134 ], [ 120.307194, 30.4721501 ], [ 120.3074354, 30.472193 ], [ 120.3076697, 30.4722786 ], [ 120.3076555, 30.4723949 ], [ 120.3076981, 30.4724622 ], [ 120.3078827, 30.4725295 ], [ 120.3079963, 30.4725723 ], [ 120.3081099, 30.4725662 ], [ 120.3081454, 30.4724989 ], [ 120.3081951, 30.4720767 ], [ 120.3081809, 30.4720094 ], [ 120.3080957, 30.4719604 ], [ 120.3075987, 30.4718748 ], [ 120.3075259, 30.4718707 ], [ 120.3072721, 30.4718564 ], [ 120.3063776, 30.4717402 ], [ 120.3061291, 30.471679 ], [ 120.3060013, 30.4716606 ], [ 120.3057386, 30.4717034 ], [ 120.3055611, 30.4717157 ], [ 120.305263, 30.4716667 ], [ 120.3050074, 30.4716912 ], [ 120.304766, 30.471679 ], [ 120.3045246, 30.4716117 ], [ 120.3040915, 30.4714526 ], [ 120.3039011, 30.4713668 ], [ 120.3037792, 30.4713118 ], [ 120.3036301, 30.4712629 ], [ 120.3033887, 30.4712139 ], [ 120.3032183, 30.4711711 ], [ 120.3029485, 30.4711895 ], [ 120.3028193, 30.4711319 ], [ 120.302796, 30.4710184 ], [ 120.302827, 30.4708381 ], [ 120.3030129, 30.4705644 ], [ 120.3030904, 30.4703374 ], [ 120.3032453, 30.4701705 ], [ 120.3034467, 30.4698968 ], [ 120.3037643, 30.4696097 ], [ 120.303831, 30.4695699 ], [ 120.303865, 30.4695496 ], [ 120.3040432, 30.4695629 ], [ 120.3040897, 30.4694762 ], [ 120.3039115, 30.4693693 ], [ 120.3041826, 30.4688552 ], [ 120.3042756, 30.4687284 ], [ 120.3044079, 30.4686986 ], [ 120.3044537, 30.4686883 ], [ 120.3047713, 30.4687017 ], [ 120.3048565, 30.4685081 ], [ 120.3046861, 30.4684079 ], [ 120.3047016, 30.4683345 ], [ 120.304872, 30.4681943 ], [ 120.3051354, 30.4679472 ], [ 120.305329, 30.4678471 ], [ 120.305453, 30.4677603 ], [ 120.3055692, 30.4676268 ], [ 120.3057473, 30.4674665 ], [ 120.3059487, 30.4673397 ], [ 120.3059952, 30.4671928 ], [ 120.3061579, 30.4671193 ], [ 120.3062276, 30.4670259 ], [ 120.3064135, 30.4669591 ], [ 120.3070797, 30.4669858 ], [ 120.3071417, 30.4666987 ], [ 120.3072346, 30.4666253 ], [ 120.3079705, 30.4664584 ], [ 120.3086599, 30.4663382 ], [ 120.309055, 30.4663448 ], [ 120.3093416, 30.4663448 ], [ 120.3094423, 30.4663983 ], [ 120.3094888, 30.4665385 ], [ 120.3095275, 30.4665986 ], [ 120.3096359, 30.4666052 ], [ 120.3096979, 30.4664984 ], [ 120.3097676, 30.466445 ], [ 120.3098916, 30.4664383 ], [ 120.3100465, 30.4664917 ], [ 120.3102634, 30.4665852 ], [ 120.3108134, 30.4667388 ], [ 120.3111387, 30.4668857 ], [ 120.3113633, 30.4670058 ], [ 120.3116654, 30.4671327 ], [ 120.3118281, 30.4671995 ], [ 120.3119056, 30.4672863 ], [ 120.311952, 30.4674398 ], [ 120.3120218, 30.4676535 ], [ 120.3121689, 30.4679739 ], [ 120.3122309, 30.4681141 ], [ 120.3122464, 30.4682877 ], [ 120.3122696, 30.4683412 ], [ 120.3123549, 30.4683278 ], [ 120.3123549, 30.468261 ], [ 120.3123519, 30.4680812 ], [ 120.3122661, 30.4674068 ], [ 120.3122768, 30.4672313 ], [ 120.3121911, 30.4669818 ], [ 120.3120839, 30.4668432 ], [ 120.3118159, 30.4667046 ], [ 120.3115051, 30.4665938 ], [ 120.3113443, 30.4664829 ], [ 120.3109798, 30.4663351 ], [ 120.3105618, 30.4662057 ], [ 120.3101331, 30.4661873 ], [ 120.309908, 30.4661318 ], [ 120.3097257, 30.4660117 ], [ 120.3095649, 30.4660025 ], [ 120.3091362, 30.4660487 ], [ 120.309029, 30.4660302 ], [ 120.3088146, 30.4660856 ], [ 120.3086002, 30.4660764 ], [ 120.3085359, 30.4660117 ], [ 120.3084716, 30.4659286 ], [ 120.3082251, 30.4659932 ], [ 120.3080643, 30.4659655 ], [ 120.3079249, 30.4658639 ], [ 120.3076891, 30.4654943 ], [ 120.3075712, 30.4654666 ], [ 120.3074747, 30.4655313 ], [ 120.3072711, 30.465596 ], [ 120.3070567, 30.4656606 ], [ 120.3069924, 30.4657253 ], [ 120.3068423, 30.4658177 ], [ 120.3066387, 30.4658916 ], [ 120.3064028, 30.4659563 ], [ 120.3063814, 30.4660394 ], [ 120.30636, 30.4661688 ], [ 120.3062849, 30.4662427 ], [ 120.3060813, 30.4663166 ], [ 120.3059955, 30.466409 ], [ 120.3059312, 30.4664829 ], [ 120.3057168, 30.4665014 ], [ 120.305556, 30.4665014 ], [ 120.305406, 30.4664552 ], [ 120.3052452, 30.466446 ], [ 120.3051166, 30.4664829 ], [ 120.3049987, 30.4665568 ], [ 120.3049558, 30.46664 ], [ 120.3048379, 30.4666954 ], [ 120.30472, 30.4666862 ], [ 120.3046021, 30.4666307 ], [ 120.3044091, 30.4664644 ], [ 120.3039053, 30.4661318 ], [ 120.3038517, 30.4660025 ], [ 120.3038517, 30.465596 ], [ 120.3039053, 30.4654481 ], [ 120.3040447, 30.4652818 ], [ 120.3041508, 30.4651329 ], [ 120.3042129, 30.4648194 ], [ 120.304275, 30.4646665 ], [ 120.304408, 30.4645136 ], [ 120.3045322, 30.4643378 ], [ 120.304683, 30.4641925 ], [ 120.3049402, 30.4640626 ], [ 120.305162, 30.464032 ], [ 120.305499, 30.4639861 ], [ 120.3058094, 30.4639555 ], [ 120.3059691, 30.4638791 ], [ 120.3061465, 30.4637185 ], [ 120.3065722, 30.4631605 ], [ 120.3066875, 30.463084 ], [ 120.3067851, 30.463084 ], [ 120.3069802, 30.4631375 ], [ 120.3071132, 30.4631605 ], [ 120.3072906, 30.4631375 ], [ 120.3074237, 30.4631681 ], [ 120.3075744, 30.4632369 ], [ 120.3076897, 30.4633134 ], [ 120.3078228, 30.4633592 ], [ 120.3087009, 30.4634357 ], [ 120.309598, 30.4635217 ], [ 120.3096481, 30.4635506 ], [ 120.3096593, 30.4636178 ], [ 120.3099156, 30.4636226 ], [ 120.3099323, 30.4635554 ], [ 120.3099546, 30.4634929 ], [ 120.3100382, 30.4634401 ], [ 120.3101664, 30.4634065 ], [ 120.3102778, 30.4633921 ], [ 120.3104561, 30.4633921 ], [ 120.3111694, 30.4635121 ], [ 120.3113978, 30.4635121 ], [ 120.3115539, 30.4635121 ], [ 120.3117378, 30.4634881 ], [ 120.3118715, 30.4634737 ], [ 120.3120052, 30.4634881 ], [ 120.3122058, 30.4635362 ], [ 120.3123173, 30.4635602 ], [ 120.312412, 30.4635938 ], [ 120.3124789, 30.4636802 ], [ 120.3125513, 30.4638003 ], [ 120.3125848, 30.4639252 ], [ 120.3126349, 30.4638724 ], [ 120.3126516, 30.4637571 ], [ 120.3128244, 30.4633728 ], [ 120.3128355, 30.4632288 ], [ 120.3127742, 30.4632191 ], [ 120.3127352, 30.4632576 ], [ 120.3126461, 30.4632912 ], [ 120.312529, 30.4633152 ], [ 120.3124287, 30.4633152 ], [ 120.3121445, 30.463248 ], [ 120.311923, 30.4632552 ], [ 120.3117982, 30.4632983 ], [ 120.3116921, 30.4633413 ], [ 120.3115548, 30.4633951 ], [ 120.31143, 30.4634166 ], [ 120.311249, 30.4634112 ], [ 120.3109369, 30.4633628 ], [ 120.3106561, 30.4633036 ], [ 120.3102328, 30.4632284 ], [ 120.3101449, 30.4630931 ], [ 120.3101198, 30.4630065 ], [ 120.3101198, 30.4629253 ], [ 120.3102328, 30.4626275 ], [ 120.3103396, 30.4624218 ], [ 120.3103898, 30.4622702 ], [ 120.3104024, 30.4621294 ], [ 120.3104652, 30.461967 ], [ 120.3105029, 30.461745 ], [ 120.3105343, 30.4616638 ], [ 120.3105155, 30.4616151 ], [ 120.3103961, 30.4615663 ], [ 120.3103145, 30.461523 ], [ 120.3102705, 30.4613119 ], [ 120.3102642, 30.4611116 ], [ 120.3103145, 30.4609329 ], [ 120.3104087, 30.460673 ], [ 120.3105217, 30.460451 ], [ 120.3108044, 30.4600287 ], [ 120.31093, 30.459915 ], [ 120.3113823, 30.4594873 ], [ 120.3115079, 30.4593628 ], [ 120.3117466, 30.4588538 ], [ 120.3118156, 30.4587239 ], [ 120.3119224, 30.4581987 ], [ 120.3119915, 30.4580309 ], [ 120.3120732, 30.4579767 ], [ 120.3121737, 30.4579713 ], [ 120.3158998, 30.4585334 ], [ 120.3187226, 30.4589637 ], [ 120.3196756, 30.4590733 ], [ 120.3197483, 30.4589481 ], [ 120.3197301, 30.4588229 ], [ 120.3198209, 30.4579545 ], [ 120.3198662, 30.4578919 ], [ 120.3199842, 30.4578684 ], [ 120.3208468, 30.4580133 ], [ 120.3215455, 30.4581163 ], [ 120.3218895, 30.4581629 ], [ 120.3228198, 30.4583869 ], [ 120.3229679, 30.4584057 ], [ 120.3229815, 30.4583325 ], [ 120.3218378, 30.4580838 ], [ 120.3209191, 30.457931 ], [ 120.3198118, 30.4577432 ], [ 120.3197167, 30.457846 ], [ 120.3196043, 30.4585953 ], [ 120.3196247, 30.4587451 ], [ 120.3196247, 30.4588597 ], [ 120.3195429, 30.4589214 ], [ 120.3161889, 30.4584454 ], [ 120.3117908, 30.4577709 ], [ 120.3117216, 30.457747 ], [ 120.3117008, 30.4576576 ], [ 120.311687, 30.4574132 ], [ 120.311687, 30.4571747 ], [ 120.3117008, 30.4568468 ], [ 120.3118115, 30.4563878 ], [ 120.3118807, 30.4561315 ], [ 120.3120951, 30.4556307 ], [ 120.3121089, 30.4554816 ], [ 120.3121711, 30.4552432 ], [ 120.3122334, 30.4550762 ], [ 120.3122956, 30.4549212 ], [ 120.3123509, 30.4546828 ], [ 120.3124478, 30.4542237 ], [ 120.3126207, 30.4536216 ], [ 120.3126207, 30.4535143 ], [ 120.3125584, 30.453401 ], [ 120.3118945, 30.4529658 ], [ 120.3118184, 30.4528465 ], [ 120.3118046, 30.4527333 ], [ 120.3119222, 30.4520894 ], [ 120.3120121, 30.4517376 ], [ 120.3122265, 30.4511832 ], [ 120.3124408, 30.4506764 ], [ 120.3125169, 30.4505572 ], [ 120.3127244, 30.4503485 ], [ 120.3128351, 30.4502054 ], [ 120.3130979, 30.4497702 ], [ 120.3136857, 30.4486374 ], [ 120.3139516, 30.4479451 ], [ 120.3140246, 30.447755 ], [ 120.3141879, 30.4473194 ], [ 120.3143151, 30.4469799 ], [ 120.3143842, 30.4468726 ], [ 120.3145443, 30.4467034 ], [ 120.3145986, 30.446646 ], [ 120.315138, 30.4461393 ], [ 120.3156913, 30.4454774 ], [ 120.3158227, 30.4452866 ], [ 120.3159126, 30.4450839 ], [ 120.3159287, 30.444993 ], [ 120.3160233, 30.4444579 ], [ 120.3160648, 30.4444102 ], [ 120.3162238, 30.4444102 ], [ 120.318181, 30.4448335 ], [ 120.3184577, 30.4448872 ], [ 120.3194467, 30.4450422 ], [ 120.3196956, 30.445078 ], [ 120.3204356, 30.4451972 ], [ 120.3206016, 30.4452151 ], [ 120.3207261, 30.4452032 ], [ 120.3208644, 30.4451555 ], [ 120.3212932, 30.4449945 ], [ 120.3214523, 30.4449289 ], [ 120.3215752, 30.4448982 ], [ 120.3217151, 30.4448633 ], [ 120.3218534, 30.4448514 ], [ 120.3231728, 30.4447925 ], [ 120.3234422, 30.4448203 ], [ 120.3244554, 30.4449969 ], [ 120.3250159, 30.4450341 ], [ 120.325792, 30.4451084 ], [ 120.3259968, 30.4451549 ], [ 120.326083, 30.4452571 ], [ 120.3261585, 30.4454336 ], [ 120.3261692, 30.445573 ], [ 120.3259537, 30.4467996 ], [ 120.3255764, 30.4489833 ], [ 120.3254902, 30.4493271 ], [ 120.3254578, 30.4495594 ], [ 120.3253285, 30.4522076 ], [ 120.3253501, 30.4523098 ], [ 120.3254578, 30.4523191 ], [ 120.325501, 30.4522354 ], [ 120.3255441, 30.4511762 ], [ 120.3256411, 30.4496988 ], [ 120.3256842, 30.4493828 ], [ 120.3261908, 30.4467346 ], [ 120.3262986, 30.4461677 ], [ 120.3263309, 30.4456102 ], [ 120.3264387, 30.4454894 ], [ 120.3268267, 30.4453593 ], [ 120.3269022, 30.4452757 ], [ 120.3268052, 30.4450619 ], [ 120.3267513, 30.4448482 ], [ 120.3270639, 30.4428596 ], [ 120.327177, 30.4420422 ], [ 120.3272203, 30.4419827 ], [ 120.3272907, 30.4419549 ], [ 120.3285729, 30.442172 ], [ 120.3286052, 30.442079 ], [ 120.3274619, 30.4418905 ], [ 120.3272669, 30.4418148 ], [ 120.3272376, 30.4417476 ], [ 120.3276083, 30.4395106 ], [ 120.3278131, 30.4384341 ], [ 120.3278716, 30.4378286 ], [ 120.3278521, 30.4375006 ], [ 120.3279594, 30.4368278 ], [ 120.3282191, 30.4350353 ], [ 120.3283972, 30.4346219 ], [ 120.3284931, 30.4344093 ], [ 120.3286164, 30.4341612 ], [ 120.3286164, 30.4339958 ], [ 120.3285205, 30.4338423 ], [ 120.3283013, 30.4337714 ], [ 120.3280547, 30.4337478 ], [ 120.3278081, 30.433795 ], [ 120.3271231, 30.4339486 ], [ 120.3272053, 30.4339958 ], [ 120.3275067, 30.433984 ], [ 120.3277259, 30.4340077 ], [ 120.3279314, 30.4340903 ], [ 120.3280547, 30.4341967 ], [ 120.3281506, 30.434362 ], [ 120.3281917, 30.4345865 ], [ 120.3281232, 30.4348227 ], [ 120.327767, 30.4370435 ], [ 120.3276985, 30.4375396 ], [ 120.3276848, 30.4376931 ], [ 120.3277259, 30.4379766 ], [ 120.3276711, 30.4383192 ], [ 120.327493, 30.4390752 ], [ 120.3274108, 30.4393705 ], [ 120.3271642, 30.4410832 ], [ 120.3270409, 30.4418982 ], [ 120.3269724, 30.4421581 ], [ 120.3266162, 30.4445322 ], [ 120.3266204, 30.4449701 ], [ 120.3265937, 30.4450296 ], [ 120.3262861, 30.4451521 ], [ 120.3261591, 30.445142 ], [ 120.3258774, 30.4450423 ], [ 120.325787, 30.4450218 ], [ 120.3256586, 30.444989 ], [ 120.3254731, 30.4449726 ], [ 120.3247644, 30.4448865 ], [ 120.3237656, 30.4447471 ], [ 120.3234327, 30.4446979 ], [ 120.3230189, 30.4446938 ], [ 120.3221818, 30.4447143 ], [ 120.3218773, 30.4447225 ], [ 120.3215206, 30.4447922 ], [ 120.3213066, 30.4448619 ], [ 120.3209071, 30.44503 ], [ 120.3207453, 30.4450834 ], [ 120.3206169, 30.4450957 ], [ 120.3201719, 30.445037 ], [ 120.3197465, 30.4449808 ], [ 120.3196276, 30.4449439 ], [ 120.3187524, 30.444784 ], [ 120.3184433, 30.4447316 ], [ 120.3183149, 30.4447266 ], [ 120.3181722, 30.4447102 ], [ 120.31802, 30.444661 ], [ 120.3178392, 30.4446364 ], [ 120.3176347, 30.4445667 ], [ 120.3167928, 30.4444068 ], [ 120.3161139, 30.4442542 ], [ 120.316013, 30.4442265 ], [ 120.3159717, 30.444179 ], [ 120.3162148, 30.4429336 ], [ 120.3162836, 30.4427477 ], [ 120.3164258, 30.4423325 ], [ 120.3164991, 30.4422772 ], [ 120.3165634, 30.4422021 ], [ 120.3167789, 30.4417909 ], [ 120.3168936, 30.4415259 ], [ 120.3171419, 30.4407071 ], [ 120.3172169, 30.4405892 ], [ 120.3172742, 30.4405588 ], [ 120.3173359, 30.4405626 ], [ 120.3175123, 30.4406272 ], [ 120.3175123, 30.4405664 ], [ 120.3173399, 30.440479 ], [ 120.3173297, 30.4403916 ], [ 120.3174413, 30.439867 ], [ 120.3174717, 30.4395523 ], [ 120.3175427, 30.438984 ], [ 120.3175934, 30.4387479 ], [ 120.3178773, 30.4381097 ], [ 120.31807, 30.4377687 ], [ 120.3182525, 30.4375152 ], [ 120.3185567, 30.437113 ], [ 120.3188508, 30.436807 ], [ 120.319155, 30.436501 ], [ 120.3194592, 30.4360289 ], [ 120.3197127, 30.435548 ], [ 120.3195911, 30.4355218 ], [ 120.3195119, 30.4357402 ], [ 120.3193507, 30.436025 ], [ 120.3190768, 30.4364348 ], [ 120.3184725, 30.4371017 ], [ 120.3180616, 30.4375949 ], [ 120.317828, 30.4379978 ], [ 120.3176588, 30.4383312 ], [ 120.3175057, 30.4387063 ], [ 120.3174735, 30.43888 ], [ 120.3174413, 30.4392203 ], [ 120.317401, 30.4395816 ], [ 120.3173365, 30.4399428 ], [ 120.3172318, 30.4403526 ], [ 120.3171351, 30.4405749 ], [ 120.3168128, 30.4414501 ], [ 120.3167645, 30.4414987 ], [ 120.3165389, 30.4414362 ], [ 120.3165228, 30.4414918 ], [ 120.3166517, 30.4415404 ], [ 120.3167242, 30.4416029 ], [ 120.3167322, 30.4416793 ], [ 120.3166033, 30.4418252 ], [ 120.3164503, 30.4421308 ], [ 120.3161924, 30.442617 ], [ 120.316128, 30.442756 ], [ 120.3160716, 30.4429782 ], [ 120.3158299, 30.4441313 ], [ 120.3157482, 30.4441984 ], [ 120.3137237, 30.4438776 ], [ 120.3091331, 30.4431928 ], [ 120.3090227, 30.4431633 ], [ 120.3089656, 30.4430944 ], [ 120.3092092, 30.4419066 ], [ 120.3094528, 30.4408829 ], [ 120.3095784, 30.4405285 ], [ 120.3095936, 30.4403907 ], [ 120.3097268, 30.4398756 ], [ 120.3097649, 30.4397279 ], [ 120.3098143, 30.4395015 ], [ 120.3098524, 30.4391472 ], [ 120.3099323, 30.4383268 ], [ 120.3099666, 30.4381562 ], [ 120.3100655, 30.4377296 ], [ 120.310153, 30.4372801 ], [ 120.3102634, 30.4366829 ], [ 120.3103624, 30.4361316 ], [ 120.3105336, 30.4349897 ], [ 120.3106326, 30.4345369 ], [ 120.3110436, 30.4326632 ], [ 120.3111996, 30.4320463 ], [ 120.3113595, 30.4312489 ], [ 120.3113785, 30.4310914 ], [ 120.3113709, 30.4309896 ], [ 120.3113176, 30.4308551 ], [ 120.3107391, 30.4300807 ], [ 120.3099323, 30.4290667 ], [ 120.3094365, 30.4284267 ], [ 120.3093746, 30.4283472 ], [ 120.3092631, 30.4282051 ], [ 120.3087982, 30.4275998 ], [ 120.3087628, 30.4275526 ], [ 120.3086923, 30.4274943 ], [ 120.3086589, 30.427502 ], [ 120.3086307, 30.4275309 ], [ 120.3086574, 30.4275998 ], [ 120.3089999, 30.4280297 ], [ 120.3093272, 30.4284891 ], [ 120.3096697, 30.4289682 ], [ 120.3106478, 30.4301857 ], [ 120.311108, 30.4307682 ], [ 120.3111711, 30.4308627 ], [ 120.3112209, 30.4309715 ], [ 120.3112309, 30.4310717 ], [ 120.3112242, 30.4311977 ], [ 120.3110548, 30.4319508 ], [ 120.3110084, 30.4320338 ], [ 120.3109751, 30.4320711 ], [ 120.310922, 30.4320854 ], [ 120.3108124, 30.4320825 ], [ 120.3086371, 30.4318334 ], [ 120.3086238, 30.431905 ], [ 120.3087002, 30.4319164 ], [ 120.3108722, 30.4321369 ], [ 120.3109453, 30.4321627 ], [ 120.3109851, 30.4322457 ], [ 120.3109739, 30.4323113 ], [ 120.3105133, 30.4344011 ], [ 120.3104036, 30.4348455 ], [ 120.3104255, 30.4349637 ], [ 120.3102884, 30.4359755 ], [ 120.3100417, 30.4373986 ], [ 120.3099837, 30.4376075 ], [ 120.3099138, 30.4379021 ], [ 120.3098362, 30.4384309 ], [ 120.3097585, 30.4390535 ], [ 120.3094479, 30.4404996 ], [ 120.3087957, 30.4431305 ], [ 120.3086637, 30.443733 ], [ 120.3078639, 30.4470667 ], [ 120.3075223, 30.4483653 ], [ 120.3074956, 30.4483997 ], [ 120.3074601, 30.4484456 ], [ 120.3073281, 30.448459 ], [ 120.3048977, 30.4483184 ], [ 120.3048822, 30.4484122 ], [ 120.3070797, 30.4485126 ], [ 120.3073281, 30.4485326 ], [ 120.307398, 30.4485728 ], [ 120.3074135, 30.4486732 ], [ 120.3071593, 30.4497433 ], [ 120.3062426, 30.4535774 ], [ 120.3059987, 30.454624 ], [ 120.3059459, 30.4548265 ], [ 120.3058309, 30.4554009 ], [ 120.3057254, 30.4557067 ], [ 120.3056823, 30.4558761 ], [ 120.3056248, 30.4560745 ], [ 120.3055241, 30.4564794 ], [ 120.3054714, 30.456653 ], [ 120.3054138, 30.4568803 ], [ 120.3053659, 30.4569877 ], [ 120.30527, 30.4573224 ], [ 120.3052604, 30.457467 ], [ 120.3052221, 30.4576943 ], [ 120.3051837, 30.4578927 ], [ 120.3051694, 30.4582274 ], [ 120.3051742, 30.458405 ], [ 120.3051454, 30.4585869 ], [ 120.305155, 30.4589836 ], [ 120.3051454, 30.4590662 ], [ 120.3050927, 30.4591323 ], [ 120.3050447, 30.4591736 ], [ 120.304968, 30.4592067 ], [ 120.3047188, 30.4592852 ], [ 120.3045701, 30.4593389 ], [ 120.3045078, 30.4593968 ], [ 120.3044455, 30.459467 ], [ 120.3044072, 30.4595497 ], [ 120.3043544, 30.4596447 ], [ 120.3042969, 30.4596902 ], [ 120.3042442, 30.4597149 ], [ 120.3041531, 30.4597025 ], [ 120.3040428, 30.4596158 ], [ 120.3038367, 30.4594588 ], [ 120.3033621, 30.4590703 ], [ 120.3032327, 30.4590042 ], [ 120.3030361, 30.4587604 ], [ 120.3029738, 30.4586902 ], [ 120.3029403, 30.4585538 ], [ 120.3029355, 30.4584298 ], [ 120.3028396, 30.4579794 ], [ 120.302806, 30.4578968 ], [ 120.3027198, 30.4578513 ], [ 120.302667, 30.4577811 ], [ 120.3026239, 30.4577439 ], [ 120.3025855, 30.4577728 ], [ 120.3025855, 30.4578183 ], [ 120.3026143, 30.4578637 ], [ 120.3026526, 30.4579092 ], [ 120.3026479, 30.4580166 ], [ 120.3027102, 30.4582935 ], [ 120.3027629, 30.458434 ], [ 120.3028396, 30.4585166 ], [ 120.302878, 30.4585951 ], [ 120.3028875, 30.458686 ], [ 120.3028923, 30.4587522 ], [ 120.302854, 30.4588141 ], [ 120.3028684, 30.4589092 ], [ 120.3029547, 30.4590497 ], [ 120.3030122, 30.4591116 ], [ 120.3030841, 30.4591654 ], [ 120.3031464, 30.4592067 ], [ 120.3032854, 30.4593265 ], [ 120.3034628, 30.4595042 ], [ 120.3035683, 30.4595827 ], [ 120.3036593, 30.4596488 ], [ 120.3038031, 30.4597935 ], [ 120.3038079, 30.4598596 ], [ 120.303784, 30.4599174 ], [ 120.3037312, 30.4599711 ], [ 120.3036354, 30.4600166 ], [ 120.3033621, 30.4601116 ], [ 120.3033046, 30.4601529 ], [ 120.3032423, 30.4602067 ], [ 120.3031752, 30.4602769 ], [ 120.3031368, 30.4603596 ], [ 120.3030553, 30.4606116 ], [ 120.3030122, 30.4606695 ], [ 120.3029259, 30.4607521 ], [ 120.3028252, 30.4608802 ], [ 120.3027054, 30.4609628 ], [ 120.3025424, 30.4610331 ], [ 120.3023986, 30.4610785 ], [ 120.3022644, 30.4611199 ], [ 120.3022116, 30.4612521 ], [ 120.3021972, 30.4613058 ], [ 120.3021925, 30.461405 ], [ 120.3021493, 30.4615826 ], [ 120.3021205, 30.4616364 ], [ 120.3020534, 30.461686 ], [ 120.301924, 30.461719 ], [ 120.3018042, 30.4617397 ], [ 120.3012673, 30.4617851 ], [ 120.3008838, 30.4618264 ], [ 120.3007591, 30.4618099 ], [ 120.300692, 30.461781 ], [ 120.300553, 30.4616488 ], [ 120.3005003, 30.4615455 ], [ 120.3002797, 30.4614256 ], [ 120.300064, 30.4613017 ], [ 120.2998915, 30.4611364 ], [ 120.2998052, 30.4610331 ], [ 120.2997764, 30.4609257 ], [ 120.299786, 30.4608347 ], [ 120.2998339, 30.4607356 ], [ 120.3000928, 30.4605331 ], [ 120.3000976, 30.4604794 ], [ 120.3000496, 30.4604133 ], [ 120.299647, 30.4605414 ], [ 120.2995128, 30.460591 ], [ 120.2994504, 30.4606405 ], [ 120.2993881, 30.4607645 ], [ 120.2993498, 30.4607934 ], [ 120.2992874, 30.4607769 ], [ 120.2990334, 30.4606447 ], [ 120.2982616, 30.4602728 ], [ 120.2980698, 30.4602067 ], [ 120.2979788, 30.4601364 ], [ 120.2976048, 30.4596488 ], [ 120.2973508, 30.4593802 ], [ 120.2972597, 30.4592563 ], [ 120.2968522, 30.4585207 ], [ 120.2959558, 30.4572646 ], [ 120.2955867, 30.4566736 ], [ 120.2955435, 30.4565745 ], [ 120.2955004, 30.4564422 ], [ 120.2955339, 30.4561199 ], [ 120.2955819, 30.455715 ], [ 120.2955675, 30.4555579 ], [ 120.2955148, 30.4554546 ], [ 120.2953691, 30.455316 ], [ 120.294743, 30.4545207 ], [ 120.2940575, 30.4538554 ], [ 120.2938513, 30.453686 ], [ 120.2934391, 30.4534298 ], [ 120.2933192, 30.4533512 ], [ 120.2927104, 30.4527851 ], [ 120.2924324, 30.452595 ], [ 120.2922359, 30.4525082 ], [ 120.2920825, 30.4524669 ], [ 120.290558, 30.4522768 ], [ 120.2893309, 30.4520661 ], [ 120.2892685, 30.4520537 ], [ 120.2891775, 30.4519999 ], [ 120.2891247, 30.4519049 ], [ 120.2891151, 30.4517355 ], [ 120.2892494, 30.4506569 ], [ 120.2892925, 30.4505246 ], [ 120.2894267, 30.4495163 ], [ 120.2895322, 30.4486981 ], [ 120.2895562, 30.448355 ], [ 120.2895993, 30.4482807 ], [ 120.2896664, 30.4482104 ], [ 120.2896856, 30.4481277 ], [ 120.2896664, 30.4480575 ], [ 120.2896185, 30.448012 ], [ 120.2895897, 30.4479624 ], [ 120.2895897, 30.4478922 ], [ 120.2896664, 30.447326 ], [ 120.2897, 30.4472062 ], [ 120.2897287, 30.4468425 ], [ 120.289788, 30.4461795 ], [ 120.2898436, 30.4461144 ], [ 120.289935, 30.4460802 ], [ 120.2899231, 30.4459911 ], [ 120.2898595, 30.445974 ], [ 120.2880552, 30.4458061 ], [ 120.2858177, 30.4456005 ], [ 120.2855688, 30.4455659 ], [ 120.2854621, 30.4455247 ], [ 120.2853517, 30.4453946 ], [ 120.2852822, 30.4453577 ], [ 120.2852057, 30.4454961 ], [ 120.2854341, 30.445668 ] ], [ [ 120.3024276, 30.4615894 ], [ 120.302501, 30.46147 ], [ 120.3026069, 30.4614138 ], [ 120.3027699, 30.4613436 ], [ 120.3029085, 30.4612312 ], [ 120.3030551, 30.4611188 ], [ 120.3031611, 30.4610064 ], [ 120.303267, 30.4609362 ], [ 120.3035604, 30.4605358 ], [ 120.3036908, 30.4604304 ], [ 120.3039027, 30.4602829 ], [ 120.3040249, 30.4601705 ], [ 120.3041635, 30.460023 ], [ 120.3042531, 30.4598965 ], [ 120.3043753, 30.4597982 ], [ 120.304465, 30.4597209 ], [ 120.3046687, 30.4594961 ], [ 120.3047584, 30.4594259 ], [ 120.3048887, 30.4593908 ], [ 120.305011, 30.4593908 ], [ 120.3051251, 30.4594118 ], [ 120.3052147, 30.4593837 ], [ 120.3052718, 30.4593205 ], [ 120.3053044, 30.4592222 ], [ 120.3053044, 30.4581123 ], [ 120.3053044, 30.4578242 ], [ 120.3053533, 30.4576135 ], [ 120.3054592, 30.4571499 ], [ 120.3055814, 30.4567705 ], [ 120.3058504, 30.4556746 ], [ 120.3061682, 30.454361 ], [ 120.3063067, 30.4539395 ], [ 120.306649, 30.4525134 ], [ 120.3067061, 30.4524291 ], [ 120.3068283, 30.4524221 ], [ 120.3073432, 30.4524746 ], [ 120.3089716, 30.4527101 ], [ 120.309265, 30.4527101 ], [ 120.3113267, 30.452977 ], [ 120.3116283, 30.4529841 ], [ 120.3117587, 30.4530192 ], [ 120.3123862, 30.4534337 ], [ 120.3124839, 30.453532 ], [ 120.3124921, 30.4536374 ], [ 120.3122069, 30.4548808 ], [ 120.3121009, 30.4550986 ], [ 120.3120439, 30.4552883 ], [ 120.3119298, 30.4555131 ], [ 120.3118239, 30.4558081 ], [ 120.3116283, 30.4566019 ], [ 120.3115957, 30.4568267 ], [ 120.311612, 30.4578102 ], [ 120.3116446, 30.4580561 ], [ 120.3115957, 30.458604 ], [ 120.3115223, 30.4588288 ], [ 120.3112778, 30.4592573 ], [ 120.3110986, 30.459461 ], [ 120.3103244, 30.4603602 ], [ 120.3102184, 30.4604936 ], [ 120.3100228, 30.4605428 ], [ 120.3097621, 30.4605779 ], [ 120.3095257, 30.4605779 ], [ 120.3092405, 30.4605568 ], [ 120.3090775, 30.4604936 ], [ 120.308776, 30.4603953 ], [ 120.3085234, 30.460311 ], [ 120.3083441, 30.4601635 ], [ 120.3080914, 30.4601564 ], [ 120.3080833, 30.4602688 ], [ 120.3081974, 30.4604164 ], [ 120.3084011, 30.4605217 ], [ 120.3085967, 30.4605709 ], [ 120.3087271, 30.4606482 ], [ 120.3089145, 30.4606552 ], [ 120.3091101, 30.4606341 ], [ 120.3092731, 30.4606833 ], [ 120.3094442, 30.4607044 ], [ 120.3096154, 30.4607114 ], [ 120.3098517, 30.4606903 ], [ 120.3099739, 30.4606833 ], [ 120.3100636, 30.4607114 ], [ 120.3100962, 30.4608238 ], [ 120.3100717, 30.4613717 ], [ 120.3100147, 30.461751 ], [ 120.3099251, 30.4618423 ], [ 120.3099332, 30.4619266 ], [ 120.3100962, 30.4619969 ], [ 120.3100228, 30.4625377 ], [ 120.3098925, 30.4626923 ], [ 120.3098925, 30.462896 ], [ 120.3098762, 30.4630505 ], [ 120.3097784, 30.4630927 ], [ 120.3096317, 30.4630505 ], [ 120.3095502, 30.4629381 ], [ 120.3095094, 30.4628258 ], [ 120.3094279, 30.4628328 ], [ 120.3092976, 30.4629803 ], [ 120.3090205, 30.4630646 ], [ 120.3088167, 30.4630295 ], [ 120.3084745, 30.4629803 ], [ 120.3082055, 30.4629311 ], [ 120.308067, 30.4628609 ], [ 120.3079203, 30.4628398 ], [ 120.3076677, 30.4628187 ], [ 120.3074232, 30.4627696 ], [ 120.3072032, 30.4627344 ], [ 120.3070891, 30.4627204 ], [ 120.3068446, 30.4627625 ], [ 120.3066735, 30.4626993 ], [ 120.3065268, 30.4625729 ], [ 120.3063882, 30.4624816 ], [ 120.306323, 30.4622849 ], [ 120.306266, 30.4621022 ], [ 120.3061356, 30.4619898 ], [ 120.3059563, 30.4618002 ], [ 120.3058667, 30.4616246 ], [ 120.3058178, 30.4614771 ], [ 120.3058341, 30.4613155 ], [ 120.3058015, 30.4612101 ], [ 120.3056303, 30.4611469 ], [ 120.3054022, 30.4610977 ], [ 120.3053288, 30.4611961 ], [ 120.3054592, 30.4612382 ], [ 120.3055434, 30.461294 ], [ 120.3057356, 30.4614402 ], [ 120.3060863, 30.4623031 ], [ 120.3060976, 30.4626784 ], [ 120.3061541, 30.4628588 ], [ 120.3061579, 30.4630706 ], [ 120.3060934, 30.4631919 ], [ 120.3059878, 30.4632829 ], [ 120.3058236, 30.463384 ], [ 120.3057356, 30.4634598 ], [ 120.3056535, 30.4635761 ], [ 120.3055186, 30.4636267 ], [ 120.3054013, 30.463652 ], [ 120.3052429, 30.463657 ], [ 120.3050845, 30.4636418 ], [ 120.3049555, 30.4636418 ], [ 120.3047971, 30.4636621 ], [ 120.3046915, 30.4636975 ], [ 120.3046036, 30.4637177 ], [ 120.3045156, 30.4637581 ], [ 120.3044511, 30.4638289 ], [ 120.3043983, 30.4638946 ], [ 120.3043279, 30.4639149 ], [ 120.3042868, 30.4639705 ], [ 120.3042868, 30.4640412 ], [ 120.304281, 30.4641373 ], [ 120.3041519, 30.4641272 ], [ 120.3040816, 30.4641828 ], [ 120.3039291, 30.4643142 ], [ 120.3038587, 30.4643901 ], [ 120.3037766, 30.4644204 ], [ 120.30365, 30.4644414 ], [ 120.303536, 30.4643922 ], [ 120.3034789, 30.464329 ], [ 120.3034219, 30.4642166 ], [ 120.3033893, 30.4641463 ], [ 120.3032915, 30.4640691 ], [ 120.3032589, 30.4639637 ], [ 120.3031774, 30.4638373 ], [ 120.3030307, 30.4636476 ], [ 120.3029737, 30.4635071 ], [ 120.3027862, 30.4630857 ], [ 120.3026966, 30.462896 ], [ 120.3026151, 30.462615 ], [ 120.3024113, 30.4619969 ], [ 120.302395, 30.4618634 ], [ 120.302395, 30.4617159 ], [ 120.3024276, 30.4615894 ] ], [ [ 120.3073135, 30.4497604 ], [ 120.3079343, 30.4473593 ], [ 120.3079885, 30.4471395 ], [ 120.3089001, 30.4434417 ], [ 120.3089432, 30.4433376 ], [ 120.3090639, 30.4433227 ], [ 120.313841, 30.4440587 ], [ 120.3156949, 30.4443486 ], [ 120.315807, 30.4444007 ], [ 120.3158415, 30.4444973 ], [ 120.315807, 30.4447649 ], [ 120.3157467, 30.4450623 ], [ 120.3156691, 30.4452184 ], [ 120.3155052, 30.4454637 ], [ 120.315031, 30.4460138 ], [ 120.3142808, 30.4467275 ], [ 120.3141428, 30.4469282 ], [ 120.3136254, 30.4483852 ], [ 120.3135133, 30.4486602 ], [ 120.3128063, 30.4499834 ], [ 120.3125821, 30.4502659 ], [ 120.3123148, 30.4505335 ], [ 120.3122459, 30.4506817 ], [ 120.3121962, 30.4507885 ], [ 120.3118609, 30.4517353 ], [ 120.3116261, 30.452711 ], [ 120.3115926, 30.4528121 ], [ 120.3115255, 30.4528555 ], [ 120.3112656, 30.4528627 ], [ 120.3106955, 30.4528121 ], [ 120.3091613, 30.4525809 ], [ 120.309002, 30.4526315 ], [ 120.3071241, 30.4523768 ], [ 120.3069396, 30.4523713 ], [ 120.3067217, 30.4523279 ], [ 120.3067099, 30.452206 ], [ 120.3073135, 30.4497604 ] ], [ [ 120.3070646, 30.4661482 ], [ 120.3071461, 30.4661131 ], [ 120.307301, 30.4661553 ], [ 120.3074965, 30.4661623 ], [ 120.3076269, 30.4661834 ], [ 120.3077003, 30.4662396 ], [ 120.3077166, 30.4663238 ], [ 120.3075454, 30.466373 ], [ 120.3074476, 30.4663519 ], [ 120.3072195, 30.4664011 ], [ 120.3070891, 30.4664011 ], [ 120.3070239, 30.4663519 ], [ 120.3070239, 30.4662536 ], [ 120.3070646, 30.4661482 ] ], [ [ 120.3073906, 30.4657689 ], [ 120.3075128, 30.465797 ], [ 120.3075536, 30.4658883 ], [ 120.3075291, 30.4659586 ], [ 120.3074395, 30.4659867 ], [ 120.3073662, 30.4659516 ], [ 120.3073173, 30.4658954 ], [ 120.3073091, 30.4658251 ], [ 120.3073906, 30.4657689 ] ] ], [ [ [ 120.2969653, 30.4645805 ], [ 120.2969903, 30.464683 ], [ 120.2970112, 30.4647227 ], [ 120.2971781, 30.4650391 ], [ 120.2972219, 30.46512 ], [ 120.2972908, 30.4651902 ], [ 120.2973972, 30.4652333 ], [ 120.2975161, 30.4652603 ], [ 120.2976311, 30.4652617 ], [ 120.2979668, 30.4652657 ], [ 120.2985052, 30.4653574 ], [ 120.2988432, 30.4654383 ], [ 120.2992438, 30.465611 ], [ 120.299344, 30.4656865 ], [ 120.2994253, 30.4657351 ], [ 120.2995192, 30.4657459 ], [ 120.2997383, 30.4657459 ], [ 120.2998385, 30.4657621 ], [ 120.2999449, 30.4658106 ], [ 120.3000263, 30.4659401 ], [ 120.3001076, 30.4662531 ], [ 120.3000951, 30.466307 ], [ 120.3000012, 30.4663556 ], [ 120.299707, 30.4663664 ], [ 120.2995067, 30.4663718 ], [ 120.2994566, 30.4665768 ], [ 120.2992939, 30.4672188 ], [ 120.2992876, 30.4672944 ], [ 120.299344, 30.4673321 ], [ 120.2994065, 30.4672998 ], [ 120.2995004, 30.4670408 ], [ 120.2996069, 30.4669491 ], [ 120.2996404, 30.4669375 ], [ 120.2998572, 30.4668627 ], [ 120.3000477, 30.4667842 ], [ 120.3001452, 30.466744 ], [ 120.3002453, 30.466744 ], [ 120.3002829, 30.4667926 ], [ 120.300333, 30.4671109 ], [ 120.3004269, 30.4671217 ], [ 120.300477, 30.4669167 ], [ 120.3005521, 30.4668573 ], [ 120.3006585, 30.4668573 ], [ 120.3008212, 30.4668627 ], [ 120.3009277, 30.4668951 ], [ 120.3009589, 30.4669491 ], [ 120.3010341, 30.4669868 ], [ 120.3011467, 30.4670138 ], [ 120.3013283, 30.4670462 ], [ 120.3015787, 30.467057 ], [ 120.3018103, 30.4670408 ], [ 120.3018165, 30.4669814 ], [ 120.3013783, 30.467003 ], [ 120.3012406, 30.466976 ], [ 120.3011092, 30.4669221 ], [ 120.3010654, 30.4668196 ], [ 120.3010403, 30.4667278 ], [ 120.3006209, 30.466539 ], [ 120.3005521, 30.4664581 ], [ 120.3005083, 30.4663448 ], [ 120.3005583, 30.4660588 ], [ 120.3005583, 30.4659725 ], [ 120.3004644, 30.4659293 ], [ 120.3003267, 30.4659024 ], [ 120.3002954, 30.4658592 ], [ 120.3002516, 30.4656542 ], [ 120.3001827, 30.4655786 ], [ 120.3000638, 30.4655139 ], [ 120.2999136, 30.4654707 ], [ 120.2992438, 30.4652927 ], [ 120.2990685, 30.4652009 ], [ 120.2988307, 30.4651092 ], [ 120.2987055, 30.4650445 ], [ 120.2984551, 30.4649905 ], [ 120.2982798, 30.4649797 ], [ 120.2980357, 30.4649689 ], [ 120.2977603, 30.4649959 ], [ 120.2976664, 30.4649959 ], [ 120.2975787, 30.4649635 ], [ 120.2974222, 30.464861 ], [ 120.2973596, 30.4647639 ], [ 120.2973221, 30.4646452 ], [ 120.2973108, 30.4645708 ], [ 120.2973033, 30.4645211 ], [ 120.2973722, 30.4643161 ], [ 120.2976163, 30.46396 ], [ 120.2976789, 30.4639006 ], [ 120.2977208, 30.4638906 ], [ 120.2977916, 30.4638737 ], [ 120.2982923, 30.4639168 ], [ 120.2984989, 30.4638845 ], [ 120.2984989, 30.4637765 ], [ 120.2984113, 30.4637334 ], [ 120.2980169, 30.4637226 ], [ 120.297923, 30.4636902 ], [ 120.2978416, 30.4635877 ], [ 120.2977978, 30.4635122 ], [ 120.2977978, 30.4633773 ], [ 120.2977728, 30.463264 ], [ 120.2976664, 30.4629942 ], [ 120.2976288, 30.4628323 ], [ 120.2976413, 30.4625679 ], [ 120.2975412, 30.462541 ], [ 120.2975099, 30.4626273 ], [ 120.2974723, 30.4631345 ], [ 120.2974911, 30.4632909 ], [ 120.2975725, 30.4636578 ], [ 120.2975725, 30.4637442 ], [ 120.2975349, 30.4638089 ], [ 120.2970654, 30.4642675 ], [ 120.2970028, 30.4643754 ], [ 120.2969653, 30.4644834 ], [ 120.2969653, 30.4645805 ] ] ], [ [ [ 120.3008929, 30.4918736 ], [ 120.3012172, 30.4917726 ], [ 120.3013027, 30.4917416 ], [ 120.3013658, 30.49173 ], [ 120.3013613, 30.4917804 ], [ 120.3013523, 30.4918464 ], [ 120.3013117, 30.4919434 ], [ 120.3013117, 30.492021 ], [ 120.3013568, 30.4920987 ], [ 120.3015144, 30.4923548 ], [ 120.3016631, 30.4926808 ], [ 120.3017036, 30.4927507 ], [ 120.3017216, 30.49284 ], [ 120.3018477, 30.4934454 ], [ 120.3018591, 30.4935057 ], [ 120.3019603, 30.4940431 ], [ 120.3020504, 30.4945515 ], [ 120.3020504, 30.4946913 ], [ 120.3020414, 30.4948853 ], [ 120.3020594, 30.4949979 ], [ 120.3022801, 30.4961893 ], [ 120.3023042, 30.496274 ], [ 120.3023379, 30.4962682 ], [ 120.3022603, 30.4958061 ], [ 120.302163, 30.4952928 ], [ 120.302109, 30.4949202 ], [ 120.302109, 30.4947844 ], [ 120.302109, 30.4946835 ], [ 120.3020909, 30.4945244 ], [ 120.3018973, 30.4934454 ], [ 120.3018612, 30.4931815 ], [ 120.3018252, 30.4931155 ], [ 120.3017847, 30.4928633 ], [ 120.3017847, 30.4927623 ], [ 120.3017892, 30.4926576 ], [ 120.3018072, 30.4925838 ], [ 120.3017937, 30.4925334 ], [ 120.3016901, 30.492413 ], [ 120.3015414, 30.492219 ], [ 120.3014604, 30.4921025 ], [ 120.3014469, 30.4920055 ], [ 120.3014784, 30.4918891 ], [ 120.3015054, 30.4917649 ], [ 120.3015234, 30.4914854 ], [ 120.3015189, 30.4913806 ], [ 120.3014874, 30.491272 ], [ 120.3015234, 30.4912215 ], [ 120.3014919, 30.4911478 ], [ 120.3014829, 30.4910507 ], [ 120.3014514, 30.4907635 ], [ 120.3014604, 30.4906704 ], [ 120.3014739, 30.4905423 ], [ 120.301555, 30.4903211 ], [ 120.301618, 30.4902008 ], [ 120.3016541, 30.4901658 ], [ 120.3016856, 30.4901348 ], [ 120.301636, 30.4899485 ], [ 120.301591, 30.4899058 ], [ 120.3015324, 30.4899097 ], [ 120.3015009, 30.489867 ], [ 120.3014153, 30.4897311 ], [ 120.3013748, 30.4896807 ], [ 120.3013478, 30.4896069 ], [ 120.3013072, 30.4895681 ], [ 120.3012847, 30.4895138 ], [ 120.3012487, 30.4893275 ], [ 120.3012532, 30.4892343 ], [ 120.3012802, 30.4891451 ], [ 120.3012982, 30.4890441 ], [ 120.3013072, 30.488982 ], [ 120.3012802, 30.4889587 ], [ 120.3011901, 30.4889859 ], [ 120.3011046, 30.4890053 ], [ 120.301055, 30.4890131 ], [ 120.3010325, 30.4890752 ], [ 120.301073, 30.489211 ], [ 120.301046, 30.4892693 ], [ 120.3010685, 30.4893702 ], [ 120.3011991, 30.4896923 ], [ 120.3012487, 30.4897777 ], [ 120.3013117, 30.489898 ], [ 120.3013478, 30.4900106 ], [ 120.3013478, 30.4900649 ], [ 120.3013117, 30.4901115 ], [ 120.3012262, 30.490224 ], [ 120.3011721, 30.4903017 ], [ 120.3011766, 30.4903521 ], [ 120.3011406, 30.4904841 ], [ 120.3010235, 30.4905539 ], [ 120.3009334, 30.4905578 ], [ 120.3008793, 30.490585 ], [ 120.3009064, 30.4906471 ], [ 120.3009694, 30.4906626 ], [ 120.3010505, 30.4906704 ], [ 120.3010865, 30.4906781 ], [ 120.3012937, 30.491109 ], [ 120.3012802, 30.4911711 ], [ 120.3013253, 30.4912603 ], [ 120.3013523, 30.4913612 ], [ 120.3013658, 30.4915514 ], [ 120.3013613, 30.4916484 ], [ 120.3012262, 30.4917261 ], [ 120.3008703, 30.4918309 ], [ 120.3008929, 30.4918736 ] ] ], [ [ [ 120.3031263, 30.4725272 ], [ 120.3032148, 30.4727389 ], [ 120.3033228, 30.472976 ], [ 120.3034702, 30.4733063 ], [ 120.3035881, 30.4739583 ], [ 120.303598, 30.4741108 ], [ 120.3036864, 30.4742801 ], [ 120.3038534, 30.4743648 ], [ 120.3042309, 30.4744333 ], [ 120.3043458, 30.4744867 ], [ 120.3044696, 30.4745629 ], [ 120.3046199, 30.4745857 ], [ 120.3054511, 30.4748067 ], [ 120.30607, 30.4749744 ], [ 120.3062822, 30.4750658 ], [ 120.3064414, 30.4751496 ], [ 120.3066359, 30.4752182 ], [ 120.3067597, 30.4752944 ], [ 120.3067951, 30.4754087 ], [ 120.3067951, 30.4755764 ], [ 120.3067509, 30.4757745 ], [ 120.3066713, 30.4759574 ], [ 120.3065652, 30.4763689 ], [ 120.3064944, 30.476567 ], [ 120.3064502, 30.4768109 ], [ 120.3064325, 30.4770395 ], [ 120.3064502, 30.4772376 ], [ 120.3064679, 30.4774281 ], [ 120.3064149, 30.4777787 ], [ 120.3064679, 30.4779158 ], [ 120.3064502, 30.4781063 ], [ 120.3064768, 30.4783654 ], [ 120.3065033, 30.4787388 ], [ 120.3065298, 30.4790131 ], [ 120.3066094, 30.4794322 ], [ 120.3067066, 30.4799199 ], [ 120.3068835, 30.4805676 ], [ 120.3069189, 30.4807048 ], [ 120.3069631, 30.4808191 ], [ 120.3069454, 30.4809562 ], [ 120.3069365, 30.4810477 ], [ 120.306857, 30.4810858 ], [ 120.3065652, 30.4811315 ], [ 120.3063176, 30.4812077 ], [ 120.3057959, 30.4812991 ], [ 120.3053715, 30.4813982 ], [ 120.3050974, 30.4814592 ], [ 120.3046642, 30.4815811 ], [ 120.3043547, 30.4816649 ], [ 120.3042663, 30.4817411 ], [ 120.3042397, 30.4818325 ], [ 120.3043282, 30.4825107 ], [ 120.3043989, 30.4825107 ], [ 120.3043458, 30.4820078 ], [ 120.3043458, 30.4818706 ], [ 120.3044077, 30.4817868 ], [ 120.3045492, 30.4817335 ], [ 120.3046142, 30.4817201 ], [ 120.3047703, 30.4816878 ], [ 120.30504, 30.4816386 ], [ 120.3058578, 30.4814896 ], [ 120.3060347, 30.4814287 ], [ 120.3070603, 30.4812229 ], [ 120.3072814, 30.4811163 ], [ 120.307246, 30.4810248 ], [ 120.3071753, 30.4809715 ], [ 120.3071222, 30.480781 ], [ 120.3070073, 30.48024 ], [ 120.3069542, 30.4798818 ], [ 120.3068923, 30.479577 ], [ 120.3068304, 30.4793027 ], [ 120.3067509, 30.4789979 ], [ 120.3067243, 30.478655 ], [ 120.306742, 30.4781673 ], [ 120.3067155, 30.4779615 ], [ 120.3066801, 30.4778396 ], [ 120.3066448, 30.4770624 ], [ 120.3066182, 30.4767804 ], [ 120.3067243, 30.4763156 ], [ 120.3068481, 30.4760565 ], [ 120.3069454, 30.4758431 ], [ 120.3070603, 30.4754468 ], [ 120.3071311, 30.4753402 ], [ 120.307246, 30.4753097 ], [ 120.3075732, 30.475363 ], [ 120.3077942, 30.4754164 ], [ 120.3081302, 30.4754316 ], [ 120.3082628, 30.4754621 ], [ 120.308811, 30.4757593 ], [ 120.3089879, 30.4758355 ], [ 120.3094388, 30.4759269 ], [ 120.3098279, 30.4760108 ], [ 120.310323, 30.4760412 ], [ 120.3104645, 30.4760641 ], [ 120.3105706, 30.4761327 ], [ 120.3106502, 30.4762775 ], [ 120.3107121, 30.4764451 ], [ 120.3106855, 30.4766051 ], [ 120.3106767, 30.4767499 ], [ 120.3107474, 30.4769481 ], [ 120.3109596, 30.4775272 ], [ 120.3110215, 30.4776415 ], [ 120.311062, 30.4776834 ], [ 120.3111984, 30.4778244 ], [ 120.3115167, 30.4783959 ], [ 120.3116935, 30.478754 ], [ 120.3117643, 30.4788836 ], [ 120.3118615, 30.4790055 ], [ 120.3119941, 30.4791732 ], [ 120.3122948, 30.4793941 ], [ 120.3123712, 30.4794694 ], [ 120.3124186, 30.4795161 ], [ 120.3124804, 30.4796151 ], [ 120.3124893, 30.479737 ], [ 120.3124362, 30.4798513 ], [ 120.3123743, 30.4799123 ], [ 120.3122506, 30.4799656 ], [ 120.3119853, 30.4800114 ], [ 120.3117731, 30.4800266 ], [ 120.3115609, 30.4800114 ], [ 120.3115963, 30.4800723 ], [ 120.3117377, 30.4800876 ], [ 120.311888, 30.4800723 ], [ 120.3122682, 30.4800495 ], [ 120.3124009, 30.4800495 ], [ 120.312507, 30.4801028 ], [ 120.3125512, 30.4802247 ], [ 120.3125423, 30.4803238 ], [ 120.3125305, 30.4804313 ], [ 120.3125247, 30.4804838 ], [ 120.3124893, 30.4805676 ], [ 120.312507, 30.4806591 ], [ 120.3125444, 30.480677 ], [ 120.3125866, 30.4806972 ], [ 120.3126042, 30.4805752 ], [ 120.3126131, 30.4804076 ], [ 120.3126396, 30.4802704 ], [ 120.3126219, 30.4801714 ], [ 120.3125777, 30.4800495 ], [ 120.3125777, 30.4799275 ], [ 120.3126484, 30.479798 ], [ 120.3127811, 30.4797523 ], [ 120.3129933, 30.4796989 ], [ 120.3132585, 30.4796304 ], [ 120.3133646, 30.4795694 ], [ 120.3139128, 30.4794475 ], [ 120.3140101, 30.4794094 ], [ 120.3142931, 30.4793408 ], [ 120.3145848, 30.4792722 ], [ 120.3148147, 30.4792341 ], [ 120.3150711, 30.4792417 ], [ 120.3152834, 30.4792646 ], [ 120.3155044, 30.4792494 ], [ 120.3157962, 30.4791808 ], [ 120.3160703, 30.4791427 ], [ 120.3164947, 30.4790436 ], [ 120.3166804, 30.4790131 ], [ 120.3174143, 30.4789827 ], [ 120.3177768, 30.4789293 ], [ 120.3177945, 30.4788684 ], [ 120.3176442, 30.4788684 ], [ 120.316813, 30.4789217 ], [ 120.3165743, 30.4789293 ], [ 120.3164593, 30.478975 ], [ 120.3163341, 30.4790155 ], [ 120.3162471, 30.4790436 ], [ 120.3159819, 30.4790893 ], [ 120.3154602, 30.4791655 ], [ 120.3151684, 30.479196 ], [ 120.3148236, 30.4791655 ], [ 120.3146998, 30.4791808 ], [ 120.314461, 30.479257 ], [ 120.314377, 30.4792697 ], [ 120.3143107, 30.4792798 ], [ 120.3141693, 30.4792646 ], [ 120.3141265, 30.479324 ], [ 120.3139763, 30.4793668 ], [ 120.3138156, 30.4793865 ], [ 120.3135326, 30.4794475 ], [ 120.3132585, 30.4794932 ], [ 120.3130552, 30.4795389 ], [ 120.3128253, 30.4795846 ], [ 120.312728, 30.4795923 ], [ 120.3126484, 30.4795618 ], [ 120.3125512, 30.4793713 ], [ 120.3122948, 30.4791579 ], [ 120.3121268, 30.4790665 ], [ 120.3119057, 30.4787464 ], [ 120.3116228, 30.478434 ], [ 120.3113133, 30.4778472 ], [ 120.3112249, 30.4776491 ], [ 120.3111188, 30.4774815 ], [ 120.3110657, 30.4773519 ], [ 120.3109154, 30.4770014 ], [ 120.3108535, 30.4767042 ], [ 120.3109066, 30.4764985 ], [ 120.3109862, 30.4763994 ], [ 120.3111365, 30.4763918 ], [ 120.3113929, 30.4764146 ], [ 120.3116405, 30.4764604 ], [ 120.3118615, 30.4765213 ], [ 120.3122329, 30.4765518 ], [ 120.3125423, 30.4765518 ], [ 120.3128341, 30.4764908 ], [ 120.3129402, 30.4764223 ], [ 120.3129049, 30.4763613 ], [ 120.3128164, 30.4763765 ], [ 120.3126131, 30.4764223 ], [ 120.3124362, 30.4764299 ], [ 120.3119378, 30.4763728 ], [ 120.3117447, 30.476329 ], [ 120.3115821, 30.4763115 ], [ 120.3113891, 30.4763027 ], [ 120.3111655, 30.4762677 ], [ 120.3110029, 30.4762151 ], [ 120.3108708, 30.47604 ], [ 120.3107082, 30.4758736 ], [ 120.310505, 30.475821 ], [ 120.3101494, 30.475786 ], [ 120.309814, 30.4757948 ], [ 120.3095905, 30.4757335 ], [ 120.3088588, 30.4754445 ], [ 120.3086251, 30.4753306 ], [ 120.3084524, 30.4752868 ], [ 120.3083711, 30.475208 ], [ 120.308178, 30.4750854 ], [ 120.3079036, 30.4750679 ], [ 120.3075988, 30.4751029 ], [ 120.3073448, 30.4750591 ], [ 120.3071009, 30.4749715 ], [ 120.3068062, 30.4748051 ], [ 120.3065928, 30.4747263 ], [ 120.306199, 30.4746409 ], [ 120.3059639, 30.4746585 ], [ 120.3056711, 30.4745257 ], [ 120.3054844, 30.4744495 ], [ 120.3052486, 30.4743817 ], [ 120.3049932, 30.4743309 ], [ 120.3048949, 30.4741785 ], [ 120.3048753, 30.4739922 ], [ 120.3047279, 30.4739668 ], [ 120.3046296, 30.4740345 ], [ 120.3044626, 30.4740599 ], [ 120.3043152, 30.4740515 ], [ 120.3040696, 30.4739753 ], [ 120.3040008, 30.4737974 ], [ 120.3039222, 30.4735434 ], [ 120.303765, 30.4732893 ], [ 120.3032344, 30.4724171 ], [ 120.3031067, 30.4723748 ], [ 120.3030772, 30.4724341 ], [ 120.3031263, 30.4725272 ] ] ], [ [ [ 120.310095, 30.4697436 ], [ 120.310124, 30.469752 ], [ 120.3101314, 30.4695508 ], [ 120.3101515, 30.469417 ], [ 120.3101815, 30.4693566 ], [ 120.3102466, 30.4693091 ], [ 120.3103517, 30.4693005 ], [ 120.3104268, 30.4693048 ], [ 120.3105069, 30.4693307 ], [ 120.310642, 30.4693437 ], [ 120.3108423, 30.4693652 ], [ 120.3109924, 30.4693911 ], [ 120.3110976, 30.4694386 ], [ 120.3111626, 30.469486 ], [ 120.3113128, 30.4695162 ], [ 120.3117033, 30.4696241 ], [ 120.3117884, 30.4696457 ], [ 120.3118334, 30.4696845 ], [ 120.3119335, 30.4696672 ], [ 120.3120737, 30.4696931 ], [ 120.3121938, 30.4697233 ], [ 120.3122689, 30.4697881 ], [ 120.312334, 30.4698269 ], [ 120.3123891, 30.46987 ], [ 120.3123841, 30.4699304 ], [ 120.3122889, 30.4702368 ], [ 120.3122539, 30.4703662 ], [ 120.3121988, 30.4704568 ], [ 120.3122038, 30.4706078 ], [ 120.3121638, 30.471022 ], [ 120.3121638, 30.4711299 ], [ 120.3122239, 30.4711428 ], [ 120.3122698, 30.4710629 ], [ 120.3123181, 30.4710046 ], [ 120.3123519, 30.4709464 ], [ 120.3124291, 30.4706011 ], [ 120.3124484, 30.4704389 ], [ 120.3125546, 30.4701144 ], [ 120.3125739, 30.4699979 ], [ 120.3125449, 30.4699105 ], [ 120.3125787, 30.4698565 ], [ 120.3126994, 30.4697899 ], [ 120.3127911, 30.4697566 ], [ 120.3128683, 30.4697566 ], [ 120.3129456, 30.4697525 ], [ 120.3130228, 30.4697192 ], [ 120.3130662, 30.4696609 ], [ 120.3130903, 30.4695985 ], [ 120.3131676, 30.4694571 ], [ 120.3132014, 30.4693739 ], [ 120.3132496, 30.4693198 ], [ 120.3133075, 30.4692824 ], [ 120.3134041, 30.4692699 ], [ 120.313491, 30.4692907 ], [ 120.3136358, 30.4693156 ], [ 120.3137661, 30.4693364 ], [ 120.3138337, 30.4693198 ], [ 120.3141088, 30.4693448 ], [ 120.3142343, 30.4693656 ], [ 120.3144128, 30.4693697 ], [ 120.3147942, 30.4694155 ], [ 120.3149293, 30.4694197 ], [ 120.3150741, 30.4694405 ], [ 120.3151706, 30.4694072 ], [ 120.315243, 30.4694072 ], [ 120.3153203, 30.4694321 ], [ 120.3153396, 30.469507 ], [ 120.3154409, 30.4695486 ], [ 120.3155761, 30.4696069 ], [ 120.3156774, 30.4696443 ], [ 120.3158946, 30.4697067 ], [ 120.3163049, 30.4698481 ], [ 120.3164497, 30.4699022 ], [ 120.3166476, 30.4699397 ], [ 120.3171833, 30.4700395 ], [ 120.3173426, 30.4700728 ], [ 120.317444, 30.4700894 ], [ 120.3175695, 30.4700853 ], [ 120.3176612, 30.4700603 ], [ 120.3177336, 30.4700894 ], [ 120.3178156, 30.4701144 ], [ 120.3179122, 30.4701477 ], [ 120.3182742, 30.4701893 ], [ 120.3185638, 30.4702184 ], [ 120.3186506, 30.4702475 ], [ 120.3187182, 30.4702933 ], [ 120.3191574, 30.4703973 ], [ 120.319587, 30.4704763 ], [ 120.3199538, 30.4705345 ], [ 120.3200986, 30.4705553 ], [ 120.3201952, 30.4706011 ], [ 120.3202338, 30.4706427 ], [ 120.3202579, 30.4707509 ], [ 120.3203062, 30.4708465 ], [ 120.3202917, 30.47078 ], [ 120.320311, 30.4706885 ], [ 120.3203496, 30.4706344 ], [ 120.3204703, 30.4705969 ], [ 120.3204751, 30.4705387 ], [ 120.3203496, 30.4704888 ], [ 120.3203207, 30.4704347 ], [ 120.3203303, 30.4703598 ], [ 120.3204075, 30.4701976 ], [ 120.3204655, 30.4701061 ], [ 120.3204751, 30.4700312 ], [ 120.3207213, 30.4695486 ], [ 120.3207792, 30.4694529 ], [ 120.3208709, 30.4693905 ], [ 120.3209674, 30.4693531 ], [ 120.3210543, 30.4693448 ], [ 120.3212281, 30.469403 ], [ 120.3213294, 30.4694488 ], [ 120.3214597, 30.4694654 ], [ 120.3216673, 30.4694821 ], [ 120.321537, 30.469428 ], [ 120.3214211, 30.4694155 ], [ 120.3211122, 30.4693156 ], [ 120.321035, 30.469299 ], [ 120.3209143, 30.4693115 ], [ 120.3207985, 30.4693448 ], [ 120.3207261, 30.4693989 ], [ 120.3206537, 30.4694821 ], [ 120.3205282, 30.4698024 ], [ 120.3203448, 30.470156 ], [ 120.3202724, 30.4702558 ], [ 120.3201566, 30.4703307 ], [ 120.3200262, 30.4703723 ], [ 120.319867, 30.4703931 ], [ 120.3196932, 30.4703681 ], [ 120.319505, 30.4703224 ], [ 120.3192636, 30.4702142 ], [ 120.3191092, 30.470156 ], [ 120.318974, 30.4700686 ], [ 120.3189161, 30.4699813 ], [ 120.3188341, 30.4700312 ], [ 120.3186989, 30.4700561 ], [ 120.3185155, 30.4700561 ], [ 120.3182162, 30.4700353 ], [ 120.3178542, 30.4699646 ], [ 120.3176564, 30.4699064 ], [ 120.3173281, 30.4698065 ], [ 120.3168406, 30.4697192 ], [ 120.3166041, 30.4696817 ], [ 120.3163869, 30.4695861 ], [ 120.3160346, 30.4694696 ], [ 120.3159236, 30.4694446 ], [ 120.3158077, 30.4694488 ], [ 120.3156774, 30.469428 ], [ 120.3154892, 30.4693364 ], [ 120.3153347, 30.4692574 ], [ 120.3151562, 30.4692241 ], [ 120.3147024, 30.4691659 ], [ 120.3143935, 30.4692075 ], [ 120.3141522, 30.4692158 ], [ 120.3139736, 30.4692075 ], [ 120.3136937, 30.46917 ], [ 120.3134137, 30.4691118 ], [ 120.3132834, 30.4691035 ], [ 120.3131531, 30.4691617 ], [ 120.313071, 30.4692116 ], [ 120.3130324, 30.469274 ], [ 120.3130083, 30.4693864 ], [ 120.3129793, 30.4694779 ], [ 120.3129359, 30.4695278 ], [ 120.312878, 30.4695569 ], [ 120.3127139, 30.4695361 ], [ 120.3126173, 30.4695237 ], [ 120.3125401, 30.4694696 ], [ 120.3125015, 30.4694155 ], [ 120.312405, 30.4690161 ], [ 120.3123953, 30.468908 ], [ 120.3123905, 30.4688289 ], [ 120.3124098, 30.4687499 ], [ 120.3124243, 30.4686084 ], [ 120.3124146, 30.4684836 ], [ 120.3123664, 30.4684254 ], [ 120.3122891, 30.4684337 ], [ 120.312265, 30.4684753 ], [ 120.3122505, 30.4685585 ], [ 120.3122071, 30.4685918 ], [ 120.3121781, 30.4686376 ], [ 120.3122119, 30.4686875 ], [ 120.3122795, 30.4687166 ], [ 120.3123326, 30.4687832 ], [ 120.3123374, 30.4690244 ], [ 120.3123036, 30.4691201 ], [ 120.3122795, 30.469195 ], [ 120.3122988, 30.4693198 ], [ 120.3122843, 30.4694529 ], [ 120.3122505, 30.4695237 ], [ 120.3121588, 30.4695528 ], [ 120.3119899, 30.4695528 ], [ 120.311874, 30.4695694 ], [ 120.3117534, 30.4695445 ], [ 120.3116424, 30.4694904 ], [ 120.3115313, 30.4694155 ], [ 120.3113831, 30.4693655 ], [ 120.3112898, 30.4693735 ], [ 120.3111918, 30.4693695 ], [ 120.3111218, 30.4693172 ], [ 120.3110378, 30.469281 ], [ 120.3109118, 30.4692448 ], [ 120.3107858, 30.4692408 ], [ 120.3106084, 30.4692448 ], [ 120.3104544, 30.4692448 ], [ 120.310277, 30.4692448 ], [ 120.310179, 30.4692609 ], [ 120.3101277, 30.4693011 ], [ 120.3100997, 30.4693856 ], [ 120.3100904, 30.4694861 ], [ 120.310095, 30.4697436 ] ] ], [ [ [ 120.3118172, 30.4722314 ], [ 120.3118312, 30.4722958 ], [ 120.3118826, 30.4723441 ], [ 120.3119527, 30.4723844 ], [ 120.3119854, 30.4724246 ], [ 120.3121488, 30.4725293 ], [ 120.3123076, 30.4726138 ], [ 120.3126806, 30.4728101 ], [ 120.3127513, 30.4728473 ], [ 120.3128634, 30.4729278 ], [ 120.3129241, 30.4729882 ], [ 120.3130176, 30.4730244 ], [ 120.3132417, 30.4731371 ], [ 120.3137275, 30.4733142 ], [ 120.3138723, 30.4733988 ], [ 120.3141945, 30.4735075 ], [ 120.3143813, 30.4735598 ], [ 120.3145775, 30.473588 ], [ 120.3147083, 30.4736161 ], [ 120.3149371, 30.473596 ], [ 120.3149558, 30.4736322 ], [ 120.3148998, 30.4740066 ], [ 120.3148577, 30.4741918 ], [ 120.3148017, 30.4746587 ], [ 120.3147148, 30.4753521 ], [ 120.3146289, 30.4760756 ], [ 120.3146709, 30.4760877 ], [ 120.314783, 30.4753349 ], [ 120.3148577, 30.4745943 ], [ 120.3148764, 30.4744856 ], [ 120.3149231, 30.4741233 ], [ 120.3149932, 30.4737973 ], [ 120.3150259, 30.4736202 ], [ 120.3150632, 30.4735678 ], [ 120.315152, 30.4735517 ], [ 120.3153715, 30.4735236 ], [ 120.3154929, 30.4735236 ], [ 120.3156377, 30.4735356 ], [ 120.3162075, 30.4737168 ], [ 120.3166325, 30.473906 ], [ 120.3168707, 30.4740146 ], [ 120.3171463, 30.4742038 ], [ 120.3172537, 30.4742843 ], [ 120.3173331, 30.4743326 ], [ 120.3174592, 30.474389 ], [ 120.3176414, 30.4744413 ], [ 120.3178609, 30.4744937 ], [ 120.3180524, 30.4745339 ], [ 120.3181831, 30.4745621 ], [ 120.3183326, 30.4745943 ], [ 120.3184867, 30.4746587 ], [ 120.3185848, 30.4747191 ], [ 120.3186595, 30.4747473 ], [ 120.3189865, 30.4747915 ], [ 120.3194115, 30.474864 ], [ 120.3196403, 30.4749002 ], [ 120.3197898, 30.4749244 ], [ 120.3202475, 30.4749807 ], [ 120.3203923, 30.4749928 ], [ 120.320439, 30.4749727 ], [ 120.3204297, 30.4748962 ], [ 120.3203876, 30.4748761 ], [ 120.3203082, 30.474864 ], [ 120.3201121, 30.4748318 ], [ 120.32, 30.4748237 ], [ 120.3197291, 30.4748237 ], [ 120.3195189, 30.4747875 ], [ 120.3193227, 30.4747432 ], [ 120.319192, 30.4747312 ], [ 120.318823, 30.4746627 ], [ 120.3186408, 30.4746184 ], [ 120.3185474, 30.4745782 ], [ 120.3182765, 30.4745017 ], [ 120.3181224, 30.4744212 ], [ 120.3178936, 30.4743608 ], [ 120.3176834, 30.4743367 ], [ 120.3175199, 30.4742562 ], [ 120.3173098, 30.4741193 ], [ 120.3169888, 30.4739001 ], [ 120.3168226, 30.473842 ], [ 120.3166745, 30.4737879 ], [ 120.316459, 30.473664 ], [ 120.3162883, 30.4735866 ], [ 120.3156524, 30.4733716 ], [ 120.3155445, 30.4733493 ], [ 120.3154495, 30.4733604 ], [ 120.3152941, 30.4734013 ], [ 120.3151646, 30.4734311 ], [ 120.3150437, 30.4734758 ], [ 120.3149229, 30.4734981 ], [ 120.3146848, 30.4735086 ], [ 120.31453, 30.4734977 ], [ 120.3142872, 30.4734039 ], [ 120.3141323, 30.4733931 ], [ 120.3140193, 30.4733498 ], [ 120.3139272, 30.4732741 ], [ 120.3138268, 30.4732849 ], [ 120.3136761, 30.4732416 ], [ 120.3130994, 30.4729435 ], [ 120.3130023, 30.4728947 ], [ 120.3129375, 30.4728284 ], [ 120.3128404, 30.4727865 ], [ 120.3127918, 30.4727377 ], [ 120.3124559, 30.4725877 ], [ 120.3121321, 30.4724133 ], [ 120.3120633, 30.472368 ], [ 120.3120714, 30.4723017 ], [ 120.3120269, 30.4722738 ], [ 120.3119622, 30.4722249 ], [ 120.3119783, 30.4721377 ], [ 120.3120229, 30.4720156 ], [ 120.3118772, 30.4719529 ], [ 120.3119419, 30.4717959 ], [ 120.3119743, 30.4716982 ], [ 120.312035, 30.4715552 ], [ 120.3120714, 30.471468 ], [ 120.3121686, 30.4713285 ], [ 120.312205, 30.4712378 ], [ 120.3120836, 30.4712064 ], [ 120.3120431, 30.4713075 ], [ 120.3119864, 30.4712971 ], [ 120.3119662, 30.4713703 ], [ 120.3119419, 30.4714854 ], [ 120.3119257, 30.4715901 ], [ 120.3119014, 30.4717157 ], [ 120.3118772, 30.4717819 ], [ 120.3118529, 30.4718587 ], [ 120.3118286, 30.4719982 ], [ 120.3118172, 30.4721429 ], [ 120.3118172, 30.4722314 ] ] ], [ [ [ 120.312984, 30.4631896 ], [ 120.3130409, 30.4631242 ], [ 120.3131662, 30.4630882 ], [ 120.3132952, 30.4630621 ], [ 120.3134925, 30.4630097 ], [ 120.3136823, 30.4629672 ], [ 120.3138227, 30.4629443 ], [ 120.3139631, 30.4629018 ], [ 120.3140845, 30.4628593 ], [ 120.3142135, 30.4628495 ], [ 120.314316, 30.4628102 ], [ 120.314445, 30.4627873 ], [ 120.3145437, 30.462784 ], [ 120.3146499, 30.4627546 ], [ 120.3149952, 30.4627219 ], [ 120.3150749, 30.4627317 ], [ 120.3151314, 30.4627764 ], [ 120.315166, 30.4628037 ], [ 120.3151888, 30.4628691 ], [ 120.3152153, 30.4630523 ], [ 120.3152343, 30.4631308 ], [ 120.3153064, 30.4631766 ], [ 120.3154013, 30.4631994 ], [ 120.3154772, 30.4632583 ], [ 120.3155607, 30.4632845 ], [ 120.3155986, 30.463327 ], [ 120.3156631, 30.4633172 ], [ 120.315849, 30.4633472 ], [ 120.3159951, 30.4633548 ], [ 120.3162076, 30.4633739 ], [ 120.3167565, 30.4634349 ], [ 120.3174205, 30.4635532 ], [ 120.3175887, 30.4636142 ], [ 120.3177126, 30.4636524 ], [ 120.3178498, 30.463702 ], [ 120.3179649, 30.4637745 ], [ 120.3180977, 30.4638012 ], [ 120.3182438, 30.4638203 ], [ 120.3183235, 30.4641599 ], [ 120.3183589, 30.4642247 ], [ 120.3184518, 30.4642743 ], [ 120.3185758, 30.4643163 ], [ 120.3186289, 30.4643125 ], [ 120.3186377, 30.4642705 ], [ 120.3185713, 30.46424 ], [ 120.3184651, 30.4642056 ], [ 120.3183987, 30.4641751 ], [ 120.3183633, 30.464095 ], [ 120.3183323, 30.4639767 ], [ 120.3183323, 30.4638928 ], [ 120.3183456, 30.463805 ], [ 120.3184341, 30.463744 ], [ 120.3185271, 30.463702 ], [ 120.3186599, 30.4636638 ], [ 120.318775, 30.4636524 ], [ 120.3188414, 30.4636371 ], [ 120.3188812, 30.4636028 ], [ 120.3189033, 30.4633968 ], [ 120.3189122, 30.4632976 ], [ 120.3189033, 30.4632327 ], [ 120.3188458, 30.4631297 ], [ 120.3188104, 30.4630572 ], [ 120.3188281, 30.4629961 ], [ 120.3189166, 30.4629694 ], [ 120.3190273, 30.4629504 ], [ 120.3190538, 30.4629236 ], [ 120.3190494, 30.4628626 ], [ 120.318775, 30.4628931 ], [ 120.3187307, 30.4627825 ], [ 120.3186909, 30.4626947 ], [ 120.3186422, 30.4626756 ], [ 120.3185492, 30.4626718 ], [ 120.3184607, 30.46271 ], [ 120.3183987, 30.4627863 ], [ 120.3183987, 30.4628397 ], [ 120.3184607, 30.462958 ], [ 120.3185492, 30.4629771 ], [ 120.318651, 30.4629923 ], [ 120.3187263, 30.4630381 ], [ 120.3187794, 30.4631259 ], [ 120.3188679, 30.4633014 ], [ 120.3188679, 30.4633701 ], [ 120.3188458, 30.4635112 ], [ 120.318806, 30.4635379 ], [ 120.3184076, 30.46366 ], [ 120.3181862, 30.4636944 ], [ 120.3181021, 30.4636829 ], [ 120.3179826, 30.4636181 ], [ 120.3178675, 30.4635761 ], [ 120.317748, 30.4635341 ], [ 120.3175665, 30.4634998 ], [ 120.3173541, 30.4634616 ], [ 120.3170265, 30.4634273 ], [ 120.3164599, 30.4633205 ], [ 120.316274, 30.463267 ], [ 120.3160836, 30.4632327 ], [ 120.3159597, 30.4631755 ], [ 120.3158402, 30.4631182 ], [ 120.3157826, 30.4630496 ], [ 120.3156498, 30.4630076 ], [ 120.3155569, 30.4629732 ], [ 120.3155082, 30.4629427 ], [ 120.3154905, 30.4628855 ], [ 120.3154816, 30.4628435 ], [ 120.3154595, 30.4625993 ], [ 120.3154905, 30.4625421 ], [ 120.3155392, 30.4624887 ], [ 120.3156454, 30.4624276 ], [ 120.3157605, 30.4623742 ], [ 120.3158977, 30.4623208 ], [ 120.3160217, 30.4622826 ], [ 120.3161855, 30.4622445 ], [ 120.3165042, 30.462233 ], [ 120.3166281, 30.4622178 ], [ 120.3167299, 30.4622178 ], [ 120.316845, 30.4622216 ], [ 120.3169247, 30.4622025 ], [ 120.3171106, 30.4621453 ], [ 120.317208, 30.4621071 ], [ 120.3172213, 30.4620652 ], [ 120.31727, 30.4620423 ], [ 120.3172788, 30.4619965 ], [ 120.317208, 30.4619812 ], [ 120.3171327, 30.4620079 ], [ 120.3169601, 30.4620652 ], [ 120.3168893, 30.4620613 ], [ 120.3168096, 30.4620461 ], [ 120.3166812, 30.4620575 ], [ 120.3165573, 30.4620575 ], [ 120.3163979, 30.4620423 ], [ 120.3162917, 30.4620346 ], [ 120.3161279, 30.4620079 ], [ 120.3160217, 30.4619889 ], [ 120.3158667, 30.4619774 ], [ 120.3157694, 30.4620308 ], [ 120.3156144, 30.4621224 ], [ 120.3154684, 30.4621911 ], [ 120.3153843, 30.4622216 ], [ 120.3153046, 30.4622407 ], [ 120.3152161, 30.4622865 ], [ 120.3151319, 30.4623551 ], [ 120.3150213, 30.4624238 ], [ 120.3149239, 30.4624582 ], [ 120.3147911, 30.4625078 ], [ 120.3146318, 30.462565 ], [ 120.3145521, 30.4625803 ], [ 120.3144591, 30.4625879 ], [ 120.3143794, 30.4626031 ], [ 120.3142422, 30.4626451 ], [ 120.314136, 30.4626985 ], [ 120.3139988, 30.4627367 ], [ 120.3139235, 30.4627481 ], [ 120.3138748, 30.4627443 ], [ 120.3137863, 30.4627787 ], [ 120.3136712, 30.4628168 ], [ 120.3134897, 30.4628817 ], [ 120.3133791, 30.4628817 ], [ 120.3132861, 30.4628664 ], [ 120.3131843, 30.4629046 ], [ 120.3130692, 30.4629427 ], [ 120.3129939, 30.4629732 ], [ 120.3129585, 30.4630419 ], [ 120.3129271, 30.4631896 ], [ 120.312984, 30.4631896 ] ] ], [ [ [ 120.3167384, 30.4620043 ], [ 120.3167792, 30.4620199 ], [ 120.3168833, 30.4620121 ], [ 120.3169965, 30.4619809 ], [ 120.3170146, 30.461934 ], [ 120.3170463, 30.4618755 ], [ 120.3170916, 30.461856 ], [ 120.3171459, 30.4618638 ], [ 120.3171821, 30.4619106 ], [ 120.3171957, 30.4619536 ], [ 120.3172772, 30.4619418 ], [ 120.3173089, 30.4619067 ], [ 120.3173089, 30.4618014 ], [ 120.3173044, 30.4617506 ], [ 120.3172138, 30.4616921 ], [ 120.3171369, 30.4616375 ], [ 120.3170327, 30.4616453 ], [ 120.3169512, 30.4616765 ], [ 120.3168471, 30.4617233 ], [ 120.3167973, 30.4617858 ], [ 120.316752, 30.461856 ], [ 120.3167294, 30.4619536 ], [ 120.3167384, 30.4620043 ] ] ], [ [ [ 120.3215934, 30.4644072 ], [ 120.3216573, 30.4644127 ], [ 120.3217148, 30.4643356 ], [ 120.3217915, 30.4642365 ], [ 120.3218745, 30.46422 ], [ 120.3224879, 30.4642971 ], [ 120.322999, 30.4643356 ], [ 120.3232226, 30.4643797 ], [ 120.3233951, 30.4644182 ], [ 120.3237975, 30.4644293 ], [ 120.3241617, 30.4644733 ], [ 120.3247111, 30.4645119 ], [ 120.3249795, 30.4645284 ], [ 120.3250881, 30.4645064 ], [ 120.3253181, 30.4645174 ], [ 120.3255353, 30.4645834 ], [ 120.3256037, 30.4645895 ], [ 120.3257206, 30.4646 ], [ 120.3259186, 30.4646 ], [ 120.3262828, 30.4645614 ], [ 120.3264233, 30.4645229 ], [ 120.3265319, 30.4645064 ], [ 120.3265958, 30.4645229 ], [ 120.3267811, 30.4648313 ], [ 120.3268514, 30.4649359 ], [ 120.3268961, 30.4649854 ], [ 120.3270302, 30.4652443 ], [ 120.3271005, 30.4653874 ], [ 120.3271963, 30.4657509 ], [ 120.3272121, 30.4662529 ], [ 120.3274199, 30.4662198 ], [ 120.3273305, 30.4659106 ], [ 120.3272986, 30.4657123 ], [ 120.3272837, 30.4656435 ], [ 120.32696, 30.4647211 ], [ 120.3268002, 30.4645119 ], [ 120.3265511, 30.4642475 ], [ 120.3264129, 30.4640983 ], [ 120.3261024, 30.4637631 ], [ 120.3259109, 30.4632219 ], [ 120.3259122, 30.463025 ], [ 120.3259314, 30.4625845 ], [ 120.3260208, 30.4625239 ], [ 120.3261741, 30.4625129 ], [ 120.3266789, 30.4624909 ], [ 120.3268577, 30.4624578 ], [ 120.3270813, 30.4624578 ], [ 120.3272475, 30.4624689 ], [ 120.3273305, 30.4624578 ], [ 120.3273561, 30.4624083 ], [ 120.3273305, 30.4623587 ], [ 120.3271133, 30.4623587 ], [ 120.326615, 30.4623587 ], [ 120.3263019, 30.4623973 ], [ 120.3260783, 30.4624138 ], [ 120.3259633, 30.4624028 ], [ 120.3258675, 30.4623532 ], [ 120.3255672, 30.4620283 ], [ 120.3250881, 30.4613785 ], [ 120.3247878, 30.4609985 ], [ 120.3246472, 30.4607782 ], [ 120.3243789, 30.4603432 ], [ 120.324232, 30.4600293 ], [ 120.324085, 30.4597209 ], [ 120.3240148, 30.4595392 ], [ 120.3239445, 30.4592198 ], [ 120.3239253, 30.4588508 ], [ 120.3239445, 30.4587021 ], [ 120.3240914, 30.4581844 ], [ 120.3241681, 30.4580247 ], [ 120.3242959, 30.4579476 ], [ 120.3243725, 30.4579476 ], [ 120.3243789, 30.457854 ], [ 120.3242192, 30.4577989 ], [ 120.3242, 30.4577274 ], [ 120.3242511, 30.4575842 ], [ 120.3246281, 30.4565048 ], [ 120.3246856, 30.4562625 ], [ 120.3248197, 30.4553317 ], [ 120.3249092, 30.4550784 ], [ 120.3250433, 30.4545662 ], [ 120.3251456, 30.4545167 ], [ 120.3259122, 30.4546213 ], [ 120.3260528, 30.4546764 ], [ 120.3264169, 30.454737 ], [ 120.3282505, 30.4549572 ], [ 120.3299946, 30.4552877 ], [ 120.3306526, 30.4554199 ], [ 120.3308443, 30.455508 ], [ 120.3312787, 30.4555851 ], [ 120.3314512, 30.4555686 ], [ 120.3317132, 30.4555686 ], [ 120.3324415, 30.4556842 ], [ 120.332582, 30.4557393 ], [ 120.3328695, 30.4559485 ], [ 120.3329079, 30.4560367 ], [ 120.3329206, 30.4563836 ], [ 120.3328504, 30.456714 ], [ 120.3327801, 30.4573033 ], [ 120.3326651, 30.4576558 ], [ 120.3325118, 30.4580633 ], [ 120.3323904, 30.4583662 ], [ 120.3322945, 30.4586911 ], [ 120.3323009, 30.4589664 ], [ 120.3323073, 30.4591151 ], [ 120.3322636, 30.4597149 ], [ 120.3321971, 30.4604138 ], [ 120.3321772, 30.460557 ], [ 120.3322702, 30.4608491 ], [ 120.332306674271436, 30.460925065211946 ], [ 120.332264, 30.460453 ], [ 120.332358214411087, 30.460091135521896 ], [ 120.3323587, 30.4600486 ], [ 120.3323918, 30.4598815 ], [ 120.332406, 30.4594781 ], [ 120.3324485, 30.4593599 ], [ 120.3324485, 30.4592702 ], [ 120.3324769, 30.4586589 ], [ 120.3325289, 30.4584184 ], [ 120.3325951, 30.4582146 ], [ 120.3327653, 30.4578438 ], [ 120.332822, 30.4577378 ], [ 120.3329213, 30.4573465 ], [ 120.3330395, 30.4564662 ], [ 120.3330395, 30.4561646 ], [ 120.3330632, 30.4560423 ], [ 120.3329071, 30.4559038 ], [ 120.3326282, 30.4556266 ], [ 120.3324674, 30.4556062 ], [ 120.3322689, 30.4555891 ], [ 120.3317279, 30.4555096 ], [ 120.3314267, 30.4555043 ], [ 120.3306461, 30.4553242 ], [ 120.3300805, 30.4551917 ], [ 120.3284331, 30.4549003 ], [ 120.3262817, 30.4546194 ], [ 120.3254396, 30.4544764 ], [ 120.3251937, 30.4544446 ], [ 120.3251322, 30.4544075 ], [ 120.3252306, 30.4533212 ], [ 120.3252419, 30.453292 ], [ 120.3252982, 30.4531463 ], [ 120.3253843, 30.4527489 ], [ 120.3254334, 30.4523992 ], [ 120.3253043, 30.4523674 ], [ 120.3252306, 30.452786 ], [ 120.3251507, 30.4533106 ], [ 120.3249786, 30.4544287 ], [ 120.3249171, 30.4546459 ], [ 120.3247019, 30.4554196 ], [ 120.3245913, 30.4559123 ], [ 120.3245483, 30.4562197 ], [ 120.32437, 30.4568131 ], [ 120.3240872, 30.4575762 ], [ 120.3238598, 30.4583445 ], [ 120.3238106, 30.4584028 ], [ 120.3237, 30.4584292 ], [ 120.3234725, 30.4584133 ], [ 120.3230957, 30.4583426 ], [ 120.3230683, 30.4583803 ], [ 120.3231122, 30.4584134 ], [ 120.3237966, 30.4585314 ], [ 120.3237912, 30.4587462 ], [ 120.3237912, 30.4589279 ], [ 120.3238231, 30.4592803 ], [ 120.3238678, 30.4595282 ], [ 120.3239573, 30.459809 ], [ 120.3242511, 30.4604809 ], [ 120.324462, 30.4608553 ], [ 120.3245706, 30.461015 ], [ 120.3250433, 30.4616153 ], [ 120.3253117, 30.4619402 ], [ 120.3257717, 30.4624854 ], [ 120.3258355, 30.462601 ], [ 120.3258228, 30.4627993 ], [ 120.3258483, 30.4628984 ], [ 120.3258675, 30.463416 ], [ 120.3258867, 30.4635757 ], [ 120.3259378, 30.4637024 ], [ 120.3259953, 30.4637905 ], [ 120.3264297, 30.4642586 ], [ 120.3265, 30.4643577 ], [ 120.326468, 30.4644127 ], [ 120.3263403, 30.4644568 ], [ 120.3259953, 30.4644568 ], [ 120.3252542, 30.4644017 ], [ 120.3250497, 30.4643852 ], [ 120.3248325, 30.4644182 ], [ 120.3246472, 30.4644182 ], [ 120.323855, 30.4643522 ], [ 120.3236187, 30.4643687 ], [ 120.3232992, 30.4643246 ], [ 120.3231267, 30.4642696 ], [ 120.3229734, 30.4642806 ], [ 120.322852, 30.4642806 ], [ 120.3224495, 30.464231 ], [ 120.3223601, 30.464187 ], [ 120.3222323, 30.4642145 ], [ 120.3218362, 30.4641429 ], [ 120.3217212, 30.4641099 ], [ 120.3216382, 30.4641264 ], [ 120.3215743, 30.4642475 ], [ 120.3215551, 30.4643412 ], [ 120.3215934, 30.4644072 ] ] ], [ [ [ 120.3261356, 30.4705543 ], [ 120.3265059, 30.4711974 ], [ 120.3265742, 30.4713103 ], [ 120.3271382, 30.4718504 ], [ 120.3272578, 30.4719584 ], [ 120.327309, 30.4720467 ], [ 120.3276622, 30.4723217 ], [ 120.3278388, 30.472518 ], [ 120.327947, 30.4726113 ], [ 120.3279983, 30.4727095 ], [ 120.3282204, 30.4729746 ], [ 120.3283343, 30.4731563 ], [ 120.3283571, 30.473225 ], [ 120.3284597, 30.4732152 ], [ 120.3285394, 30.4732201 ], [ 120.3286533, 30.4732888 ], [ 120.328754259174659, 30.473458090730528 ], [ 120.329015928885426, 30.473485232111699 ], [ 120.3287832, 30.4732771 ], [ 120.328739, 30.473194 ], [ 120.3287189, 30.4731247 ], [ 120.3286505, 30.4730588 ], [ 120.328558, 30.4729964 ], [ 120.3284816, 30.4729687 ], [ 120.328361, 30.4728855 ], [ 120.3282806, 30.4728058 ], [ 120.3282524, 30.4727019 ], [ 120.3282806, 30.4726118 ], [ 120.3283489, 30.4725355 ], [ 120.3284092, 30.4724177 ], [ 120.3284977, 30.4722999 ], [ 120.3285982, 30.4722271 ], [ 120.3286787, 30.4721924 ], [ 120.3288435, 30.4721439 ], [ 120.3291167, 30.4721486 ], [ 120.329442, 30.4721629 ], [ 120.3297172, 30.4722097 ], [ 120.3298465, 30.4722097 ], [ 120.3299633, 30.4721737 ], [ 120.3301176, 30.4721162 ], [ 120.3302385, 30.4721018 ], [ 120.3303386, 30.4720659 ], [ 120.3304929, 30.4720299 ], [ 120.3306347, 30.4720192 ], [ 120.3307515, 30.4720264 ], [ 120.3308807, 30.4720335 ], [ 120.3312697, 30.472036 ], [ 120.3313441, 30.4720754 ], [ 120.3313727, 30.472174 ], [ 120.3314642, 30.4722036 ], [ 120.3315328, 30.472243 ], [ 120.3315957, 30.4722825 ], [ 120.3316472, 30.4722578 ], [ 120.3316701, 30.4721691 ], [ 120.3317444, 30.4720557 ], [ 120.3318131, 30.4720409 ], [ 120.332711, 30.4720557 ], [ 120.3328254, 30.4721001 ], [ 120.3329226, 30.4721543 ], [ 120.3330484, 30.4722332 ], [ 120.3334945, 30.4723367 ], [ 120.3336736, 30.4723771 ], [ 120.3337656, 30.4723738 ], [ 120.334191, 30.4722747 ], [ 120.3343903, 30.4722549 ], [ 120.3345628, 30.4722516 ], [ 120.3347429, 30.472245 ], [ 120.3348349, 30.472245 ], [ 120.3347927, 30.4722152 ], [ 120.334329, 30.4722218 ], [ 120.3342792, 30.472202 ], [ 120.3342447, 30.4721426 ], [ 120.3342447, 30.4719972 ], [ 120.334231, 30.4717245 ], [ 120.3342688, 30.4715509 ], [ 120.3343405, 30.4714786 ], [ 120.3344171, 30.4713762 ], [ 120.3344631, 30.4712507 ], [ 120.3344631, 30.4711945 ], [ 120.3344516, 30.4711383 ], [ 120.3344095, 30.4711317 ], [ 120.3344133, 30.4713068 ], [ 120.334375, 30.4713696 ], [ 120.3342317, 30.4715126 ], [ 120.3341961, 30.4716505 ], [ 120.3341773, 30.4718031 ], [ 120.3341872, 30.4721459 ], [ 120.3341488, 30.4722152 ], [ 120.3340837, 30.4722483 ], [ 120.3338346, 30.4723143 ], [ 120.3336621, 30.4723408 ], [ 120.3335011, 30.4723077 ], [ 120.3331063, 30.4721954 ], [ 120.333034, 30.4721423 ], [ 120.3329474, 30.4720797 ], [ 120.3328189, 30.4720369 ], [ 120.3326771, 30.4720137 ], [ 120.3322479, 30.4719711 ], [ 120.3317419, 30.4719711 ], [ 120.3312676, 30.4719473 ], [ 120.3306905, 30.4719438 ], [ 120.3304889, 30.4719643 ], [ 120.3302241, 30.4719915 ], [ 120.3300502, 30.4720324 ], [ 120.3299514, 30.4720631 ], [ 120.3298367, 30.4720767 ], [ 120.3297261, 30.4720801 ], [ 120.3296035, 30.4720733 ], [ 120.3292754, 30.4720222 ], [ 120.3291094, 30.4720086 ], [ 120.3289553, 30.472012 ], [ 120.3288209, 30.472012 ], [ 120.3286865, 30.4720358 ], [ 120.3285798, 30.4720529 ], [ 120.328481, 30.4720972 ], [ 120.3283821, 30.4721721 ], [ 120.3282991, 30.4722811 ], [ 120.3282161, 30.4723663 ], [ 120.3281489, 30.4724446 ], [ 120.3280817, 30.4724446 ], [ 120.3280027, 30.4724174 ], [ 120.327892, 30.4723663 ], [ 120.3278406, 30.4723016 ], [ 120.3273917, 30.4718434 ], [ 120.3270532, 30.4715556 ], [ 120.3268515, 30.471358 ], [ 120.3267598, 30.4712474 ], [ 120.326659, 30.4710933 ], [ 120.3264598, 30.4708113 ], [ 120.3264879, 30.4704247 ], [ 120.3267224, 30.4695968 ], [ 120.3268193, 30.4694314 ], [ 120.3269618, 30.4692983 ], [ 120.3272029, 30.4693378 ], [ 120.3296112, 30.4694062 ], [ 120.3296204, 30.4693627 ], [ 120.3273099, 30.4693074 ], [ 120.3269642, 30.4692626 ], [ 120.3268802, 30.4693285 ], [ 120.3267399, 30.469495 ], [ 120.3266925, 30.4695959 ], [ 120.3264878, 30.4703211 ], [ 120.3264474, 30.4704801 ], [ 120.3263366, 30.4704788 ], [ 120.3262515, 30.4703479 ], [ 120.3260825, 30.470424 ], [ 120.3261356, 30.4705543 ] ] ], [ [ [ 120.3363564, 30.4714654 ], [ 120.3364626, 30.4712028 ], [ 120.3365473, 30.4709933 ], [ 120.33660365638741, 30.470974606849385 ], [ 120.336661334937943, 30.47084929274699 ], [ 120.3365561, 30.4708275 ], [ 120.3363833, 30.4713531 ], [ 120.3362197, 30.4713229 ], [ 120.3355753, 30.4712041 ], [ 120.3349655, 30.471099 ], [ 120.3344166, 30.4709808 ], [ 120.3333241, 30.4708362 ], [ 120.3332529, 30.4708012 ], [ 120.3332174, 30.4707224 ], [ 120.3332123, 30.4704464 ], [ 120.3332733, 30.4697938 ], [ 120.3332987, 30.4689397 ], [ 120.3333698, 30.4685017 ], [ 120.3334511, 30.4680681 ], [ 120.3336645, 30.4674286 ], [ 120.3337306, 30.4673498 ], [ 120.3338068, 30.4673235 ], [ 120.3339593, 30.4673454 ], [ 120.3347605, 30.4674384 ], [ 120.334996, 30.4675075 ], [ 120.3350773, 30.4675337 ], [ 120.3351687, 30.4675381 ], [ 120.3353618, 30.4674374 ], [ 120.3353923, 30.4673673 ], [ 120.3355397, 30.4667716 ], [ 120.335578523235, 30.466587603323958 ], [ 120.335453798072223, 30.466592337293207 ], [ 120.3354533, 30.4665964 ], [ 120.3353822, 30.4669118 ], [ 120.3352907, 30.4673147 ], [ 120.3352653, 30.4673542 ], [ 120.3352043, 30.4673848 ], [ 120.3350265, 30.4673498 ], [ 120.3347571, 30.4673279 ], [ 120.3346606, 30.4673498 ], [ 120.334564, 30.4673673 ], [ 120.3342693, 30.4673366 ], [ 120.3340965, 30.4673016 ], [ 120.3338457, 30.4671812 ], [ 120.3336725, 30.4671812 ], [ 120.3332395, 30.46692 ], [ 120.3332271, 30.4668027 ], [ 120.333248139878691, 30.466676053504347 ], [ 120.332828, 30.466692 ], [ 120.332826910200311, 30.466679944573908 ], [ 120.3328189, 30.4666801 ], [ 120.3327447, 30.4666427 ], [ 120.332757, 30.4664348 ], [ 120.332786636231631, 30.466234431647319 ], [ 120.332749148903829, 30.465819744700273 ], [ 120.3327447, 30.4658471 ], [ 120.3327354, 30.4659513 ], [ 120.3326936, 30.4660315 ], [ 120.3326982, 30.4661277 ], [ 120.3326581, 30.4664348 ], [ 120.3326519, 30.466728 ], [ 120.3326581, 30.4667867 ], [ 120.3326642, 30.46684 ], [ 120.3327447, 30.4668773 ], [ 120.3327925, 30.466928 ], [ 120.3329018, 30.4669711 ], [ 120.3331591, 30.4669733 ], [ 120.3332952, 30.467 ], [ 120.3333632, 30.4670586 ], [ 120.3334622, 30.4671332 ], [ 120.333591, 30.4672881 ], [ 120.3335954, 30.4673374 ], [ 120.3335734, 30.4674284 ], [ 120.3335338, 30.4675156 ], [ 120.3334458, 30.4675308 ], [ 120.3333886, 30.4675574 ], [ 120.3333622, 30.4676977 ], [ 120.3333622, 30.4678722 ], [ 120.3332477, 30.4689343 ], [ 120.3331289, 30.4707549 ], [ 120.3331289, 30.4708042 ], [ 120.3331949, 30.4708535 ], [ 120.3332874, 30.4708877 ], [ 120.3336608, 30.4709354 ], [ 120.3343567, 30.4710242 ], [ 120.3348716, 30.4711304 ], [ 120.3352853, 30.4711949 ], [ 120.335721, 30.4713125 ], [ 120.3362843, 30.4713997 ], [ 120.3363019, 30.4714528 ], [ 120.3362491, 30.4716501 ], [ 120.3362095, 30.4717942 ], [ 120.3361963, 30.4718549 ], [ 120.336196499899231, 30.471859206919692 ], [ 120.336342255079302, 30.471542534961149 ], [ 120.3363564, 30.4714654 ] ] ], [ [ [ 120.3370287, 30.4700084 ], [ 120.3370439, 30.4699252 ], [ 120.3371354, 30.4697062 ], [ 120.3371913, 30.4695836 ], [ 120.3372777, 30.4694872 ], [ 120.3372929, 30.4693909 ], [ 120.3372472, 30.4693383 ], [ 120.3371405, 30.4693164 ], [ 120.3370287, 30.4692901 ], [ 120.3369321, 30.4692595 ], [ 120.3368813, 30.4692025 ], [ 120.3368762, 30.469093 ], [ 120.3368253, 30.4690979 ], [ 120.3367542, 30.4692463 ], [ 120.336743, 30.469463 ], [ 120.336739, 30.4695398 ], [ 120.3368406, 30.4696099 ], [ 120.3368305, 30.4696931 ], [ 120.336739, 30.4699427 ], [ 120.3368762, 30.4700128 ], [ 120.336858703169668, 30.470420484765963 ], [ 120.337030541441152, 30.470047143921729 ], [ 120.3370287, 30.4700084 ] ] ], [ [ [ 120.335597, 30.4731027 ], [ 120.3355123, 30.4730249 ], [ 120.3354219, 30.4729762 ], [ 120.3353259, 30.472981 ], [ 120.3352695, 30.472981 ], [ 120.3352356, 30.4730589 ], [ 120.335292, 30.4731027 ], [ 120.3353824, 30.4731368 ], [ 120.335518, 30.4731855 ], [ 120.3355349, 30.4732634 ], [ 120.335520761567849, 30.473327335741857 ], [ 120.335619662668719, 30.473112460323396 ], [ 120.335597, 30.4731027 ] ] ], [ [ [ 120.3353824, 30.4734094 ], [ 120.3352299, 30.4734386 ], [ 120.3351283, 30.4734824 ], [ 120.3350944, 30.4735408 ], [ 120.3350548, 30.4736187 ], [ 120.3349475, 30.4736479 ], [ 120.3348346, 30.4736479 ], [ 120.3347047, 30.4736187 ], [ 120.3345409, 30.4736284 ], [ 120.3343884, 30.4736528 ], [ 120.3343489, 30.4737501 ], [ 120.3343319, 30.4738767 ], [ 120.334298, 30.4739643 ], [ 120.334252562283837, 30.474028395715553 ], [ 120.335155, 30.474122 ], [ 120.335501468626674, 30.473369252148977 ], [ 120.3353824, 30.4734094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3244006, 30.465431 ], [ 120.3244135, 30.4654614 ], [ 120.3246031, 30.4654725 ], [ 120.3246255, 30.4654503 ], [ 120.3246352, 30.4653008 ], [ 120.3246127, 30.4652786 ], [ 120.3245581, 30.4652731 ], [ 120.3244167, 30.4652786 ], [ 120.3243974, 30.4653036 ], [ 120.3244006, 30.465431 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3250721, 30.4654587 ], [ 120.3250946, 30.4654808 ], [ 120.3251814, 30.4655002 ], [ 120.3255284, 30.4655057 ], [ 120.3255766, 30.465478 ], [ 120.3255894, 30.4654559 ], [ 120.3255958, 30.4654116 ], [ 120.3255958, 30.4653423 ], [ 120.3255958, 30.4652814 ], [ 120.3255476, 30.4652648 ], [ 120.3253838, 30.4652648 ], [ 120.3251332, 30.4652786 ], [ 120.3251043, 30.4652925 ], [ 120.3250754, 30.4653174 ], [ 120.3250689, 30.4654254 ], [ 120.3250721, 30.4654587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3256954, 30.465467 ], [ 120.3257083, 30.4654974 ], [ 120.3257276, 30.4655196 ], [ 120.3257918, 30.4655445 ], [ 120.3261902, 30.4655611 ], [ 120.3262223, 30.4655528 ], [ 120.3262384, 30.4655307 ], [ 120.3262448, 30.4654947 ], [ 120.3262159, 30.4653479 ], [ 120.3261966, 30.4653174 ], [ 120.3261388, 30.4653036 ], [ 120.3257597, 30.465298 ], [ 120.3257051, 30.4653174 ], [ 120.3256858, 30.465359 ], [ 120.3256954, 30.465467 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3216358, 30.4657001 ], [ 120.321713, 30.4657212 ], [ 120.3217902, 30.4657247 ], [ 120.3218634, 30.4656756 ], [ 120.3219325, 30.465588 ], [ 120.3219528, 30.4655495 ], [ 120.3219732, 30.4654654 ], [ 120.3219528, 30.4654058 ], [ 120.3218715, 30.4653708 ], [ 120.3218024, 30.4653883 ], [ 120.3217577, 30.4654373 ], [ 120.3217171, 30.4655284 ], [ 120.3216276, 30.465574 ], [ 120.3216073, 30.465616 ], [ 120.3216032, 30.4656686 ], [ 120.3216358, 30.4657001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3217333, 30.4660505 ], [ 120.3218187, 30.4661031 ], [ 120.3218431, 30.4661346 ], [ 120.3220219, 30.4661872 ], [ 120.3221317, 30.4662082 ], [ 120.3222049, 30.4662152 ], [ 120.322278, 30.4661942 ], [ 120.3223187, 30.4661696 ], [ 120.3223878, 30.4660996 ], [ 120.3223959, 30.46604 ], [ 120.3223594, 30.4659874 ], [ 120.3222496, 30.4659594 ], [ 120.3221317, 30.4659489 ], [ 120.3219406, 30.4659244 ], [ 120.3217658, 30.4659139 ], [ 120.3217049, 30.4659384 ], [ 120.3216886, 30.4659945 ], [ 120.3217333, 30.4660505 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.324127, 30.4664322 ], [ 120.3241633, 30.4663382 ], [ 120.3241542, 30.4662285 ], [ 120.3241043, 30.4662089 ], [ 120.3237635, 30.4661658 ], [ 120.3237589, 30.4663852 ], [ 120.324127, 30.4664322 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.338193, 30.4665924 ], [ 120.3383017, 30.466668 ], [ 120.3383769, 30.4667041 ], [ 120.3385148, 30.4666969 ], [ 120.338590673895297, 30.466657554614777 ], [ 120.338666649341292, 30.466492488143242 ], [ 120.338665424408546, 30.466470439353959 ], [ 120.338174494291877, 30.466489072707677 ], [ 120.3381638, 30.466506 ], [ 120.338193, 30.4665924 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3365197, 30.4666778 ], [ 120.3365868, 30.4667452 ], [ 120.3366762, 30.4667452 ], [ 120.3368047, 30.4667067 ], [ 120.3368885, 30.466543 ], [ 120.3368885, 30.466537882885962 ], [ 120.336488699427804, 30.466553057399047 ], [ 120.3365197, 30.4666778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1726057, 30.4535911 ], [ 120.1726871, 30.4535787 ], [ 120.172736, 30.4535581 ], [ 120.1730723, 30.4536721 ], [ 120.1732439, 30.4536985 ], [ 120.1733924, 30.453611 ], [ 120.1733981, 30.4535341 ], [ 120.1733502, 30.4534912 ], [ 120.173333, 30.4532541 ], [ 120.1732621, 30.4531979 ], [ 120.173103, 30.4531608 ], [ 120.1729612, 30.4531542 ], [ 120.172873, 30.4531219 ], [ 120.1727005, 30.4531343 ], [ 120.1725626, 30.4532979 ], [ 120.1725578, 30.4535135 ], [ 120.1726057, 30.4535911 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1568957, 30.4540288 ], [ 120.1571034, 30.4540331 ], [ 120.1572502, 30.4539252 ], [ 120.1572444, 30.4538137 ], [ 120.1573128, 30.4537037 ], [ 120.1573286, 30.4536138 ], [ 120.1574296, 30.4536153 ], [ 120.1574529, 30.4535153 ], [ 120.1573679, 30.4533995 ], [ 120.1573186, 30.4533657 ], [ 120.1570725, 30.4534233 ], [ 120.1570192, 30.4534952 ], [ 120.1570492, 30.4535613 ], [ 120.1570559, 30.4536843 ], [ 120.1569724, 30.4537246 ], [ 120.1567873, 30.453726 ], [ 120.1567639, 30.4538353 ], [ 120.1568957, 30.4540288 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1562909, 30.4537562 ], [ 120.1563643, 30.4538885 ], [ 120.156567, 30.4539417 ], [ 120.1567305, 30.4538389 ], [ 120.1567731, 30.4537224 ], [ 120.1567239, 30.4535973 ], [ 120.1566621, 30.4535721 ], [ 120.1565679, 30.4534822 ], [ 120.1564569, 30.4534873 ], [ 120.1562826, 30.4536728 ], [ 120.1562909, 30.4537562 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1562539, 30.4540795 ], [ 120.1564296, 30.4541242 ], [ 120.1565181, 30.4540817 ], [ 120.1565498, 30.4540163 ], [ 120.1565384, 30.4539673 ], [ 120.156417, 30.453928 ], [ 120.1563222, 30.4539204 ], [ 120.1562349, 30.4539575 ], [ 120.1562109, 30.4540283 ], [ 120.1562539, 30.4540795 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1719613, 30.4544948 ], [ 120.1721079, 30.4545659 ], [ 120.1722056, 30.4545972 ], [ 120.1723723, 30.4545146 ], [ 120.1724394, 30.4544196 ], [ 120.1724107, 30.4542387 ], [ 120.1722574, 30.4541058 ], [ 120.1721021, 30.4540975 ], [ 120.1719919, 30.4541396 ], [ 120.171922, 30.454228 ], [ 120.1718904, 30.4543147 ], [ 120.1718875, 30.4544296 ], [ 120.1719613, 30.4544948 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1830919, 30.4537436 ], [ 120.1832009, 30.4538913 ], [ 120.1833752, 30.4539539 ], [ 120.1835465, 30.4541317 ], [ 120.1837818, 30.4542432 ], [ 120.1838661, 30.4542582 ], [ 120.1840113, 30.4542244 ], [ 120.1841725, 30.4542945 ], [ 120.1843207, 30.4543446 ], [ 120.1844427, 30.4543646 ], [ 120.1845458, 30.4544723 ], [ 120.1844877, 30.4545374 ], [ 120.1845342, 30.4545912 ], [ 120.1846649, 30.4546088 ], [ 120.1847855, 30.4545662 ], [ 120.1849365, 30.4546163 ], [ 120.1851093, 30.4546952 ], [ 120.1852706, 30.454739 ], [ 120.1854826, 30.454893 ], [ 120.1857746, 30.4549781 ], [ 120.1859605, 30.4550219 ], [ 120.1860331, 30.4551208 ], [ 120.1864064, 30.4552285 ], [ 120.1865356, 30.4553086 ], [ 120.1866721, 30.4553262 ], [ 120.1867331, 30.4552986 ], [ 120.1867419, 30.4552235 ], [ 120.1866024, 30.4551622 ], [ 120.1864325, 30.4549894 ], [ 120.1862524, 30.4550132 ], [ 120.1859605, 30.4549093 ], [ 120.1856496, 30.4547227 ], [ 120.1854986, 30.4546876 ], [ 120.1848871, 30.4544285 ], [ 120.1845879, 30.4543133 ], [ 120.1844427, 30.4542857 ], [ 120.1842059, 30.4542106 ], [ 120.1840433, 30.454148 ], [ 120.1839518, 30.4540591 ], [ 120.183792, 30.4539878 ], [ 120.1835582, 30.4538125 ], [ 120.1831951, 30.4536585 ], [ 120.1830309, 30.4536597 ], [ 120.1830004, 30.4536923 ], [ 120.1830919, 30.4537436 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1831916, 30.4547405 ], [ 120.1832905, 30.4548042 ], [ 120.1833535, 30.4548284 ], [ 120.1834804, 30.4548203 ], [ 120.1835092, 30.4547955 ], [ 120.1834594, 30.4546982 ], [ 120.1834524, 30.454662 ], [ 120.1835333, 30.4546291 ], [ 120.183615, 30.4545855 ], [ 120.1835792, 30.454507 ], [ 120.1834695, 30.4544681 ], [ 120.1832765, 30.4545701 ], [ 120.1832204, 30.4545218 ], [ 120.1831823, 30.4544231 ], [ 120.1831457, 30.4543862 ], [ 120.1830258, 30.454356 ], [ 120.1829597, 30.4544694 ], [ 120.1830095, 30.4544896 ], [ 120.18292, 30.4546606 ], [ 120.1831916, 30.4547405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1804028, 30.4548553 ], [ 120.1805406, 30.4548585 ], [ 120.1807189, 30.4549076 ], [ 120.1808567, 30.4549991 ], [ 120.1810261, 30.4551049 ], [ 120.1811614, 30.4551179 ], [ 120.1812967, 30.4551256 ], [ 120.1813776, 30.4550667 ], [ 120.1814269, 30.454913 ], [ 120.1814573, 30.4547147 ], [ 120.1814762, 30.4545315 ], [ 120.1815824, 30.4542928 ], [ 120.1815964, 30.4541729 ], [ 120.1815559, 30.4541468 ], [ 120.1814876, 30.4541446 ], [ 120.181413, 30.4542111 ], [ 120.1813872, 30.4543291 ], [ 120.1813207, 30.4546329 ], [ 120.181279, 30.4546623 ], [ 120.1812347, 30.4546809 ], [ 120.1811778, 30.4547234 ], [ 120.1811146, 30.4548117 ], [ 120.1810135, 30.454852 ], [ 120.1809085, 30.4548335 ], [ 120.1808036, 30.454804 ], [ 120.1806316, 30.4547713 ], [ 120.1804495, 30.4547463 ], [ 120.1804141, 30.4547888 ], [ 120.1803656, 30.4548609 ], [ 120.1804028, 30.4548553 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1556453, 30.4549647 ], [ 120.1556297, 30.4551271 ], [ 120.1556686, 30.4551513 ], [ 120.1559924, 30.4551338 ], [ 120.1560843, 30.4550882 ], [ 120.1562508, 30.4544266 ], [ 120.1561808, 30.4543501 ], [ 120.1560531, 30.4543045 ], [ 120.1560251, 30.4543421 ], [ 120.1560017, 30.4544078 ], [ 120.1560391, 30.4545259 ], [ 120.1559301, 30.4545313 ], [ 120.1557511, 30.4544803 ], [ 120.1555955, 30.4549272 ], [ 120.1556453, 30.4549647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1826542, 30.4553998 ], [ 120.1828807, 30.4554995 ], [ 120.1831851, 30.4555808 ], [ 120.1832287, 30.4555605 ], [ 120.1832983, 30.4554639 ], [ 120.1833915, 30.4551405 ], [ 120.1833892, 30.45505 ], [ 120.1834682, 30.4549758 ], [ 120.1833845, 30.4548557 ], [ 120.1833337, 30.4548802 ], [ 120.1830813, 30.4548588 ], [ 120.1829621, 30.4550093 ], [ 120.182935, 30.455111 ], [ 120.1828654, 30.4551863 ], [ 120.1830942, 30.4552829 ], [ 120.1830482, 30.4553886 ], [ 120.1824997, 30.4552351 ], [ 120.1824548, 30.4553297 ], [ 120.1826542, 30.4553998 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1299575, 30.4504938 ], [ 120.1299895, 30.4505711 ], [ 120.1299319, 30.450665 ], [ 120.1298998, 30.4507423 ], [ 120.129871, 30.4508252 ], [ 120.1298742, 30.4509025 ], [ 120.1298934, 30.4509688 ], [ 120.1299575, 30.4510268 ], [ 120.1301593, 30.4511096 ], [ 120.1302875, 30.4511869 ], [ 120.130454, 30.451325 ], [ 120.1307199, 30.4515377 ], [ 120.1309314, 30.4517227 ], [ 120.1310211, 30.4518276 ], [ 120.1310499, 30.4518801 ], [ 120.1310339, 30.4519464 ], [ 120.1310179, 30.4520541 ], [ 120.1310083, 30.4521425 ], [ 120.1310563, 30.452206 ], [ 120.1310883, 30.4522419 ], [ 120.131146, 30.4522198 ], [ 120.1312645, 30.4522419 ], [ 120.1313799, 30.4522695 ], [ 120.1315913, 30.4523164 ], [ 120.131697, 30.4523855 ], [ 120.1318636, 30.4525346 ], [ 120.1319981, 30.4526727 ], [ 120.1322736, 30.4529544 ], [ 120.1323185, 30.4530262 ], [ 120.1322865, 30.4531007 ], [ 120.1322736, 30.4531504 ], [ 120.1322961, 30.453225 ], [ 120.1324883, 30.4533051 ], [ 120.132751, 30.4534156 ], [ 120.1328086, 30.4534542 ], [ 120.1328503, 30.4535039 ], [ 120.1328631, 30.4535619 ], [ 120.1328375, 30.4536531 ], [ 120.1327894, 30.4537442 ], [ 120.1327318, 30.4538326 ], [ 120.1326741, 30.4538933 ], [ 120.1326901, 30.4539375 ], [ 120.132799, 30.4539292 ], [ 120.1328663, 30.4538795 ], [ 120.1329432, 30.4537911 ], [ 120.1330073, 30.4538077 ], [ 120.1330873, 30.453874 ], [ 120.1331867, 30.4539375 ], [ 120.1332059, 30.4540259 ], [ 120.1332027, 30.4541833 ], [ 120.1331802, 30.4542578 ], [ 120.1331354, 30.4543379 ], [ 120.1330457, 30.4544511 ], [ 120.1329816, 30.4545202 ], [ 120.1328983, 30.4546334 ], [ 120.1329112, 30.4546583 ], [ 120.1330201, 30.4545229 ], [ 120.1331194, 30.4544208 ], [ 120.1332347, 30.4542495 ], [ 120.1333308, 30.4540894 ], [ 120.1333564, 30.4540369 ], [ 120.1334493, 30.454048 ], [ 120.1337537, 30.4541805 ], [ 120.134026, 30.4543075 ], [ 120.134199, 30.4544208 ], [ 120.1343207, 30.4545368 ], [ 120.1344392, 30.4546306 ], [ 120.1345065, 30.4546831 ], [ 120.1345257, 30.4547715 ], [ 120.1345161, 30.4548157 ], [ 120.1344328, 30.4549068 ], [ 120.1343015, 30.4551305 ], [ 120.134199, 30.4553459 ], [ 120.1341445, 30.4554232 ], [ 120.1341125, 30.4555033 ], [ 120.1340868, 30.4556579 ], [ 120.134023, 30.4559143 ], [ 120.1340547, 30.455907 ], [ 120.1341157, 30.4556717 ], [ 120.1341445, 30.4555199 ], [ 120.1342534, 30.45531 ], [ 120.1342759, 30.4552409 ], [ 120.13442, 30.4550366 ], [ 120.1345161, 30.454893 ], [ 120.1345962, 30.4548599 ], [ 120.1346731, 30.4548902 ], [ 120.1348429, 30.4549952 ], [ 120.1349326, 30.4550918 ], [ 120.1350383, 30.4551912 ], [ 120.135112, 30.4552713 ], [ 120.1354387, 30.4555143 ], [ 120.1354748, 30.4555769 ], [ 120.1355246, 30.4555262 ], [ 120.1354708, 30.4555088 ], [ 120.1351825, 30.4552713 ], [ 120.1351056, 30.455194 ], [ 120.1349198, 30.4550283 ], [ 120.1348749, 30.4549427 ], [ 120.1348044, 30.4548737 ], [ 120.1347276, 30.4547881 ], [ 120.1344905, 30.454603 ], [ 120.1343527, 30.4543932 ], [ 120.13409, 30.4541722 ], [ 120.1339683, 30.4541225 ], [ 120.1339074, 30.4540452 ], [ 120.1336544, 30.4538712 ], [ 120.1332796, 30.4536475 ], [ 120.133097, 30.4535012 ], [ 120.1329432, 30.4533548 ], [ 120.1328727, 30.4531946 ], [ 120.1327253, 30.4530621 ], [ 120.1325011, 30.4527997 ], [ 120.1321775, 30.4525595 ], [ 120.1319533, 30.4524241 ], [ 120.1318027, 30.4523468 ], [ 120.1315881, 30.4521535 ], [ 120.131492, 30.4520486 ], [ 120.1314792, 30.4519768 ], [ 120.1314183, 30.4519574 ], [ 120.1312357, 30.4518635 ], [ 120.1312389, 30.4517779 ], [ 120.1312133, 30.4517365 ], [ 120.1308865, 30.4515708 ], [ 120.1308128, 30.4515487 ], [ 120.130736, 30.4514438 ], [ 120.130579, 30.4513361 ], [ 120.1302746, 30.451082 ], [ 120.130201, 30.4510351 ], [ 120.1301529, 30.4509273 ], [ 120.130092, 30.4508307 ], [ 120.1300985, 30.4507147 ], [ 120.1301337, 30.4505932 ], [ 120.1302106, 30.4504965 ], [ 120.1303195, 30.4503419 ], [ 120.1304348, 30.4502425 ], [ 120.1302682, 30.4501044 ], [ 120.130217, 30.4501872 ], [ 120.1301625, 30.4502369 ], [ 120.1300664, 30.4503115 ], [ 120.1300376, 30.4503833 ], [ 120.1298998, 30.450317 ], [ 120.129855, 30.4503778 ], [ 120.1299575, 30.4504938 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1374232, 30.4545453 ], [ 120.1374858, 30.4546418 ], [ 120.1375912, 30.4546873 ], [ 120.1377164, 30.4547043 ], [ 120.1377922, 30.4547185 ], [ 120.1378515, 30.4547128 ], [ 120.1379075, 30.454656 ], [ 120.1379833, 30.4546362 ], [ 120.1379899, 30.4545538 ], [ 120.13798, 30.4544998 ], [ 120.1378976, 30.4544913 ], [ 120.1378218, 30.4544714 ], [ 120.1378185, 30.4543947 ], [ 120.1378976, 30.4543493 ], [ 120.1380722, 30.4543436 ], [ 120.1381282, 30.4542868 ], [ 120.1381414, 30.4542158 ], [ 120.1380623, 30.4541789 ], [ 120.1380525, 30.4540994 ], [ 120.137924, 30.4539602 ], [ 120.1378021, 30.4539091 ], [ 120.137746, 30.4539318 ], [ 120.1376703, 30.4539943 ], [ 120.1376011, 30.454088 ], [ 120.1375187, 30.4542328 ], [ 120.1374166, 30.4543947 ], [ 120.1374067, 30.4544686 ], [ 120.1374232, 30.4545453 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1354975, 30.4557953 ], [ 120.1356106, 30.4558538 ], [ 120.1357372, 30.4559279 ], [ 120.1358322, 30.455924 ], [ 120.1359634, 30.4559045 ], [ 120.1360449, 30.455924 ], [ 120.1360449, 30.4560098 ], [ 120.1360268, 30.4560839 ], [ 120.136072, 30.456197 ], [ 120.1360856, 30.4562906 ], [ 120.1360811, 30.456353 ], [ 120.1360462, 30.4564263 ], [ 120.1365214, 30.4563428 ], [ 120.1364101, 30.4562651 ], [ 120.1363287, 30.4562014 ], [ 120.1362991, 30.4561344 ], [ 120.1363028, 30.4560387 ], [ 120.1363324, 30.4559239 ], [ 120.1364508, 30.4558442 ], [ 120.1366136, 30.4557198 ], [ 120.1367838, 30.4555668 ], [ 120.1369169, 30.4554552 ], [ 120.1370871, 30.4553435 ], [ 120.1372943, 30.455216 ], [ 120.1375421, 30.4551554 ], [ 120.1376975, 30.4551171 ], [ 120.1378566, 30.4551363 ], [ 120.137975, 30.4552256 ], [ 120.1380896, 30.4552287 ], [ 120.1382524, 30.4552415 ], [ 120.1383412, 30.4552383 ], [ 120.1384189, 30.4551905 ], [ 120.1385631, 30.4551171 ], [ 120.1386778, 30.4550597 ], [ 120.1388073, 30.4550342 ], [ 120.1388887, 30.4550534 ], [ 120.1390404, 30.4552351 ], [ 120.1391181, 30.455334 ], [ 120.1392438, 30.4553722 ], [ 120.1393511, 30.4553946 ], [ 120.139414, 30.4553754 ], [ 120.1393622, 30.4553053 ], [ 120.1392586, 30.4551522 ], [ 120.1392438, 30.4550789 ], [ 120.1392919, 30.4550342 ], [ 120.139377, 30.4550087 ], [ 120.1394029, 30.4549513 ], [ 120.1394362, 30.4548748 ], [ 120.1394954, 30.4548206 ], [ 120.1395879, 30.4548237 ], [ 120.139673, 30.4548811 ], [ 120.1398727, 30.4549226 ], [ 120.1400096, 30.4549481 ], [ 120.1403203, 30.4549832 ], [ 120.140546, 30.4549928 ], [ 120.1408679, 30.4549768 ], [ 120.1411823, 30.4550087 ], [ 120.1415004, 30.4549991 ], [ 120.1418297, 30.4549481 ], [ 120.1421478, 30.4549864 ], [ 120.1423883, 30.4549704 ], [ 120.1425807, 30.4549067 ], [ 120.1426768, 30.4548971 ], [ 120.1427579, 30.454889 ], [ 120.1427886, 30.454933 ], [ 120.1428013, 30.4549044 ], [ 120.1427579, 30.4546664 ], [ 120.1427144, 30.454673 ], [ 120.1426556, 30.4547479 ], [ 120.142561, 30.4548052 ], [ 120.1424025, 30.4548361 ], [ 120.1421801, 30.4548515 ], [ 120.1419552, 30.4548515 ], [ 120.1418708, 30.4548493 ], [ 120.1415538, 30.4548449 ], [ 120.1413979, 30.4548713 ], [ 120.1412701, 30.4548846 ], [ 120.1411448, 30.4549308 ], [ 120.1409071, 30.4549419 ], [ 120.140452, 30.4549661 ], [ 120.1403268, 30.4549419 ], [ 120.1402398, 30.454911 ], [ 120.1402041, 30.4548581 ], [ 120.1402194, 30.4547766 ], [ 120.1402347, 30.4546928 ], [ 120.1402373, 30.4545738 ], [ 120.1402245, 30.4545033 ], [ 120.1401555, 30.4544879 ], [ 120.1401088, 30.4545872 ], [ 120.1399538, 30.4545872 ], [ 120.1396668, 30.4545823 ], [ 120.1393511, 30.4545476 ], [ 120.1391445, 30.4545279 ], [ 120.1389321, 30.4545081 ], [ 120.1387484, 30.4545476 ], [ 120.1385935, 30.4545625 ], [ 120.13845, 30.454513 ], [ 120.1383466, 30.4544784 ], [ 120.1382663, 30.4544883 ], [ 120.1381744, 30.4546268 ], [ 120.1380596, 30.4547109 ], [ 120.1378587, 30.4547901 ], [ 120.1377095, 30.4548049 ], [ 120.1374799, 30.4548445 ], [ 120.1373995, 30.4549138 ], [ 120.1367854, 30.4552948 ], [ 120.1363262, 30.4556016 ], [ 120.136154, 30.4556708 ], [ 120.1360041, 30.4556237 ], [ 120.1359227, 30.4555574 ], [ 120.1358368, 30.4554677 ], [ 120.1358006, 30.4554287 ], [ 120.1357237, 30.4554287 ], [ 120.1356106, 30.4554638 ], [ 120.1355246, 30.4555262 ], [ 120.1354748, 30.4555769 ], [ 120.1354748, 30.4556666 ], [ 120.1354522, 30.4557212 ], [ 120.1354975, 30.4557953 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1384493, 30.4554948 ], [ 120.1384883, 30.4556505 ], [ 120.1384688, 30.4557979 ], [ 120.1384932, 30.4559283 ], [ 120.1385323, 30.4560462 ], [ 120.1386006, 30.4561304 ], [ 120.1387032, 30.4561472 ], [ 120.1388448, 30.4560462 ], [ 120.1390011, 30.4559241 ], [ 120.1391085, 30.4559031 ], [ 120.1391573, 30.4559283 ], [ 120.1391524, 30.4559915 ], [ 120.1391329, 30.4560799 ], [ 120.139172, 30.4561556 ], [ 120.1392843, 30.4561977 ], [ 120.1393282, 30.4562188 ], [ 120.1394063, 30.4562019 ], [ 120.1394259, 30.4561178 ], [ 120.1394649, 30.4559915 ], [ 120.1394942, 30.4559368 ], [ 120.1395675, 30.4558526 ], [ 120.1395821, 30.4557768 ], [ 120.1394894, 30.4557473 ], [ 120.139377, 30.4557726 ], [ 120.1392501, 30.4558526 ], [ 120.1391817, 30.455882 ], [ 120.1391329, 30.4558442 ], [ 120.1390792, 30.4557263 ], [ 120.1391134, 30.4555495 ], [ 120.1390938, 30.4553854 ], [ 120.1389913, 30.4552633 ], [ 120.1388643, 30.4551286 ], [ 120.138752, 30.4551075 ], [ 120.1385616, 30.4551707 ], [ 120.1384444, 30.4552507 ], [ 120.1384151, 30.4553769 ], [ 120.1384493, 30.4554948 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1301371, 30.4561817 ], [ 120.1303565, 30.4559402 ], [ 120.1303903, 30.4558966 ], [ 120.1306671, 30.4555706 ], [ 120.1307346, 30.4554892 ], [ 120.1308528, 30.4554572 ], [ 120.1310452, 30.4555095 ], [ 120.1312241, 30.4555474 ], [ 120.1313625, 30.4556318 ], [ 120.1317406, 30.4557685 ], [ 120.1320883, 30.4558995 ], [ 120.1325165, 30.456077 ], [ 120.132531, 30.4560271 ], [ 120.1320545, 30.4558471 ], [ 120.1319229, 30.4557889 ], [ 120.1317102, 30.4557191 ], [ 120.1313355, 30.4555619 ], [ 120.1312815, 30.4555183 ], [ 120.1312781, 30.4554455 ], [ 120.1313389, 30.4553582 ], [ 120.1313085, 30.4553408 ], [ 120.1312477, 30.4554193 ], [ 120.1312106, 30.4554542 ], [ 120.1311093, 30.4554659 ], [ 120.1309372, 30.4554077 ], [ 120.1307684, 30.4554222 ], [ 120.1306907, 30.4554572 ], [ 120.1305557, 30.4556288 ], [ 120.1304038, 30.4558005 ], [ 120.1301439, 30.4561061 ], [ 120.1300797, 30.456173 ], [ 120.1301371, 30.4561817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1390836, 30.4575478 ], [ 120.1392442, 30.4577786 ], [ 120.1392901, 30.4578445 ], [ 120.1392251, 30.457917 ], [ 120.1392863, 30.4579467 ], [ 120.1394202, 30.4579533 ], [ 120.1395043, 30.4579335 ], [ 120.1395922, 30.4579434 ], [ 120.1396917, 30.4579236 ], [ 120.1397758, 30.4578807 ], [ 120.1398829, 30.4577786 ], [ 120.139967, 30.4577522 ], [ 120.1400435, 30.4576434 ], [ 120.1401123, 30.4576632 ], [ 120.1402538, 30.457739 ], [ 120.1403991, 30.4578181 ], [ 120.1404029, 30.4579434 ], [ 120.1403953, 30.458128 ], [ 120.1403838, 30.4583488 ], [ 120.14038, 30.4583902 ], [ 120.1403532, 30.4586851 ], [ 120.1404718, 30.4587048 ], [ 120.1406018, 30.4587147 ], [ 120.1406745, 30.4586554 ], [ 120.1407242, 30.4585137 ], [ 120.1406936, 30.4583093 ], [ 120.1407395, 30.4581082 ], [ 120.1409498, 30.458128 ], [ 120.1410148, 30.4580588 ], [ 120.1410951, 30.4579994 ], [ 120.1411792, 30.4579335 ], [ 120.1411869, 30.4577621 ], [ 120.1411907, 30.4576401 ], [ 120.1410913, 30.4575709 ], [ 120.1410416, 30.4574028 ], [ 120.1409651, 30.4572544 ], [ 120.1407701, 30.4570896 ], [ 120.1406247, 30.4570336 ], [ 120.1405444, 30.4568786 ], [ 120.1404718, 30.4568655 ], [ 120.1401964, 30.4570501 ], [ 120.1401506, 30.4571457 ], [ 120.1400817, 30.4573303 ], [ 120.139967, 30.4574226 ], [ 120.1398752, 30.4574061 ], [ 120.1398523, 30.4573237 ], [ 120.1400091, 30.457238 ], [ 120.1400817, 30.4570863 ], [ 120.1401314, 30.4569611 ], [ 120.1400205, 30.4568688 ], [ 120.1398064, 30.4568094 ], [ 120.1397414, 30.4568226 ], [ 120.1396343, 30.4569314 ], [ 120.1396019, 30.4570112 ], [ 120.1395808, 30.4570632 ], [ 120.139554, 30.4571951 ], [ 120.1395158, 30.4572676 ], [ 120.139336, 30.4573039 ], [ 120.1392672, 30.4572841 ], [ 120.1392251, 30.4573303 ], [ 120.1390836, 30.4574852 ], [ 120.1390836, 30.4575478 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1326214, 30.4561238 ], [ 120.1329578, 30.4562703 ], [ 120.1332254, 30.4563981 ], [ 120.1333737, 30.4563981 ], [ 120.1335618, 30.4564044 ], [ 120.1336595, 30.4564106 ], [ 120.1337137, 30.4564324 ], [ 120.1337246, 30.4564885 ], [ 120.1337137, 30.4565852 ], [ 120.1336305, 30.4568034 ], [ 120.1335401, 30.4570498 ], [ 120.1335003, 30.4571433 ], [ 120.1334352, 30.4572462 ], [ 120.1333773, 30.4573179 ], [ 120.1333556, 30.4574145 ], [ 120.1333122, 30.4575081 ], [ 120.1332978, 30.4576141 ], [ 120.1332688, 30.4577575 ], [ 120.133258, 30.458063 ], [ 120.1333158, 30.4583717 ], [ 120.1333267, 30.4584684 ], [ 120.1333339, 30.4585369 ], [ 120.1332688, 30.4585837 ], [ 120.1332073, 30.4586024 ], [ 120.1331386, 30.4586305 ], [ 120.1330771, 30.4587115 ], [ 120.1330229, 30.4587708 ], [ 120.1328637, 30.4588331 ], [ 120.1327878, 30.4588518 ], [ 120.1327408, 30.4589329 ], [ 120.1327118, 30.4590483 ], [ 120.1326322, 30.4592073 ], [ 120.1326974, 30.4592197 ], [ 120.1327661, 30.4591293 ], [ 120.1328456, 30.459014 ], [ 120.1329614, 30.4589017 ], [ 120.133041, 30.4588487 ], [ 120.1331205, 30.4588456 ], [ 120.1331567, 30.4587583 ], [ 120.1332471, 30.458671 ], [ 120.1333195, 30.4586024 ], [ 120.1333882, 30.4586087 ], [ 120.1335582, 30.4586866 ], [ 120.1336992, 30.4587832 ], [ 120.1337463, 30.4588518 ], [ 120.1336992, 30.4589578 ], [ 120.1335799, 30.4591262 ], [ 120.1336269, 30.4591574 ], [ 120.1337607, 30.4589703 ], [ 120.1338077, 30.4588768 ], [ 120.1338041, 30.4588113 ], [ 120.1337788, 30.4587365 ], [ 120.1336992, 30.4586585 ], [ 120.1335943, 30.4585962 ], [ 120.1334786, 30.4585338 ], [ 120.1334063, 30.4583998 ], [ 120.1333375, 30.4582065 ], [ 120.1333267, 30.4578386 ], [ 120.1333412, 30.4575985 ], [ 120.1333846, 30.4575299 ], [ 120.1334497, 30.4573459 ], [ 120.133569, 30.4572181 ], [ 120.1336088, 30.4571277 ], [ 120.1336233, 30.4569625 ], [ 120.1337137, 30.4567099 ], [ 120.1337752, 30.456579 ], [ 120.1338403, 30.4564605 ], [ 120.1339343, 30.4564231 ], [ 120.1340428, 30.4564262 ], [ 120.1343467, 30.4564449 ], [ 120.1345962, 30.4564885 ], [ 120.1349796, 30.4565758 ], [ 120.1354209, 30.4566663 ], [ 120.1356994, 30.4567193 ], [ 120.1358405, 30.4567224 ], [ 120.135996, 30.4567037 ], [ 120.1361153, 30.4566413 ], [ 120.1362383, 30.4565322 ], [ 120.1363468, 30.456526 ], [ 120.1364409, 30.4565478 ], [ 120.1366109, 30.4566444 ], [ 120.136817, 30.4567691 ], [ 120.1370015, 30.4569126 ], [ 120.1371498, 30.4570466 ], [ 120.1371715, 30.4571121 ], [ 120.137327, 30.4572337 ], [ 120.1374862, 30.4573615 ], [ 120.1375621, 30.457427 ], [ 120.1376634, 30.4575548 ], [ 120.1377574, 30.4576827 ], [ 120.1378153, 30.4577544 ], [ 120.1378189, 30.4578354 ], [ 120.1377502, 30.4578947 ], [ 120.1376381, 30.4579882 ], [ 120.1375983, 30.4580506 ], [ 120.137544, 30.4581597 ], [ 120.1375219, 30.4582034 ], [ 120.1374572, 30.4583312 ], [ 120.1375261, 30.4583499 ], [ 120.13762, 30.4582127 ], [ 120.1376706, 30.4582283 ], [ 120.1378659, 30.4584278 ], [ 120.1380576, 30.4585556 ], [ 120.1381372, 30.4586336 ], [ 120.1384338, 30.4587458 ], [ 120.1385821, 30.4587895 ], [ 120.1386906, 30.4588487 ], [ 120.138857, 30.4589703 ], [ 120.1389763, 30.4590576 ], [ 120.139045, 30.4591387 ], [ 120.1390957, 30.4592353 ], [ 120.1392006, 30.4592977 ], [ 120.1393923, 30.4593569 ], [ 120.1395008, 30.4594193 ], [ 120.1400469, 30.4597373 ], [ 120.140188, 30.4598152 ], [ 120.1405027, 30.4599337 ], [ 120.1406076, 30.4600054 ], [ 120.1406727, 30.460074 ], [ 120.140698, 30.4601208 ], [ 120.1407113, 30.4601607 ], [ 120.1408328, 30.4601788 ], [ 120.1408969, 30.4601831 ], [ 120.1410163, 30.4601893 ], [ 120.1412839, 30.4602704 ], [ 120.1416131, 30.4603764 ], [ 120.1419024, 30.4604201 ], [ 120.1420507, 30.4604419 ], [ 120.1421339, 30.4605042 ], [ 120.1422062, 30.4605604 ], [ 120.1422967, 30.4605915 ], [ 120.142369, 30.4605791 ], [ 120.1423979, 30.4605292 ], [ 120.1425752, 30.4605136 ], [ 120.1426584, 30.4605572 ], [ 120.1427488, 30.460551 ], [ 120.1428935, 30.4605292 ], [ 120.1431394, 30.4605323 ], [ 120.1432805, 30.460498 ], [ 120.1433311, 30.4604949 ], [ 120.1433709, 30.4605323 ], [ 120.1435915, 30.4605728 ], [ 120.1436675, 30.4605946 ], [ 120.1438845, 30.4606071 ], [ 120.1440855, 30.4606028 ], [ 120.1440923, 30.4605522 ], [ 120.1439779, 30.4605385 ], [ 120.1439251, 30.460492 ], [ 120.1439145, 30.4604429 ], [ 120.1436076, 30.4604193 ], [ 120.1433644, 30.4603892 ], [ 120.1433346, 30.4604268 ], [ 120.1432426, 30.4604226 ], [ 120.1432024, 30.4604071 ], [ 120.1431588, 30.4603365 ], [ 120.1430146, 30.4603435 ], [ 120.1428324, 30.4603373 ], [ 120.1426768, 30.460331 ], [ 120.142611, 30.460309 ], [ 120.1424719, 30.4602845 ], [ 120.1423784, 30.4602525 ], [ 120.1423083, 30.4602091 ], [ 120.1422488, 30.4601454 ], [ 120.1422008, 30.4600815 ], [ 120.1420367, 30.4600708 ], [ 120.1419389, 30.4600498 ], [ 120.1417957, 30.459959 ], [ 120.1417442, 30.4598696 ], [ 120.1416456, 30.4598008 ], [ 120.1415804, 30.4597684 ], [ 120.1415179, 30.4597451 ], [ 120.1414758, 30.4596962 ], [ 120.1414556, 30.4596009 ], [ 120.1414104, 30.4595844 ], [ 120.1413726, 30.4595991 ], [ 120.1413249, 30.4596524 ], [ 120.1412568, 30.4596871 ], [ 120.1411452, 30.4596795 ], [ 120.1410716, 30.4596689 ], [ 120.1407455, 30.45954 ], [ 120.1405752, 30.4595204 ], [ 120.1404431, 30.4595432 ], [ 120.140367, 30.4595331 ], [ 120.1402899, 30.4595109 ], [ 120.1401088, 30.4593819 ], [ 120.1399729, 30.4593256 ], [ 120.1397131, 30.4592161 ], [ 120.1395219, 30.4590945 ], [ 120.1393996, 30.4590261 ], [ 120.1393288, 30.4589646 ], [ 120.1393078, 30.4588811 ], [ 120.1391149, 30.4588103 ], [ 120.1389409, 30.4587233 ], [ 120.1388657, 30.4587744 ], [ 120.1388117, 30.4587787 ], [ 120.1386918, 30.4587014 ], [ 120.1386421, 30.4586541 ], [ 120.1385521, 30.4586117 ], [ 120.138177, 30.4585376 ], [ 120.1380731, 30.4584989 ], [ 120.1379079, 30.4583559 ], [ 120.137769, 30.4582089 ], [ 120.1376922, 30.4581053 ], [ 120.1377045, 30.4580512 ], [ 120.1377783, 30.4580154 ], [ 120.1378524, 30.457994 ], [ 120.137902, 30.4579645 ], [ 120.1379622, 30.4579699 ], [ 120.1380355, 30.4579912 ], [ 120.1380939, 30.4579408 ], [ 120.1382194, 30.4580431 ], [ 120.1382496, 30.4580151 ], [ 120.1381007, 30.4578979 ], [ 120.137769, 30.4575335 ], [ 120.1376626, 30.4574141 ], [ 120.1374794, 30.4571706 ], [ 120.1373505, 30.4570648 ], [ 120.137245, 30.4569734 ], [ 120.1370843, 30.4567798 ], [ 120.1369631, 30.456706 ], [ 120.1368247, 30.4565503 ], [ 120.1367285, 30.4564504 ], [ 120.1366743, 30.4563904 ], [ 120.1365214, 30.4563428 ], [ 120.1360462, 30.4564263 ], [ 120.1359253, 30.4565547 ], [ 120.1358513, 30.4566058 ], [ 120.1357722, 30.4566241 ], [ 120.1356253, 30.456615 ], [ 120.1351924, 30.4565815 ], [ 120.1344573, 30.4564201 ], [ 120.1342093, 30.4563928 ], [ 120.1340486, 30.4563836 ], [ 120.1339968, 30.4563488 ], [ 120.1339413, 30.4563089 ], [ 120.1339412, 30.4562529 ], [ 120.1339985, 30.4560903 ], [ 120.1340547, 30.455907 ], [ 120.134023, 30.4559143 ], [ 120.1338934, 30.4562587 ], [ 120.1338231, 30.4563444 ], [ 120.1337774, 30.4563757 ], [ 120.1336516, 30.4563685 ], [ 120.1334182, 30.4563424 ], [ 120.1332669, 30.4563589 ], [ 120.133124, 30.4562862 ], [ 120.1330599, 30.4562077 ], [ 120.1330559, 30.4561645 ], [ 120.1330099, 30.4561466 ], [ 120.132922, 30.4561982 ], [ 120.1328581, 30.4561729 ], [ 120.1327227, 30.4560957 ], [ 120.132531, 30.4560271 ], [ 120.1325165, 30.456077 ], [ 120.1326214, 30.4561238 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1406668, 30.4594168 ], [ 120.1408695, 30.4594894 ], [ 120.1409727, 30.4595157 ], [ 120.1410377, 30.4595026 ], [ 120.1411028, 30.4594465 ], [ 120.1412328, 30.4594597 ], [ 120.1413551, 30.4594498 ], [ 120.1414278, 30.459407 ], [ 120.1414355, 30.4593443 ], [ 120.1414316, 30.4592125 ], [ 120.1414163, 30.4589257 ], [ 120.1413284, 30.4589323 ], [ 120.1413551, 30.4586158 ], [ 120.1414469, 30.4586158 ], [ 120.1414469, 30.4585367 ], [ 120.141424, 30.4584675 ], [ 120.1413704, 30.4584411 ], [ 120.1412481, 30.4584378 ], [ 120.1411104, 30.4584312 ], [ 120.1409804, 30.4584279 ], [ 120.1409001, 30.4584477 ], [ 120.1408312, 30.4584972 ], [ 120.1407815, 30.4585664 ], [ 120.1407471, 30.4586521 ], [ 120.1407318, 30.4587444 ], [ 120.1407433, 30.4588433 ], [ 120.1407662, 30.4590444 ], [ 120.1407509, 30.4591169 ], [ 120.1406859, 30.459196 ], [ 120.1406247, 30.4593048 ], [ 120.1406209, 30.4593641 ], [ 120.1406668, 30.4594168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.146554, 30.4591779 ], [ 120.1465926, 30.4591908 ], [ 120.1468291, 30.4591785 ], [ 120.1469382, 30.4591785 ], [ 120.1470174, 30.4591639 ], [ 120.1470466, 30.4591382 ], [ 120.1470452, 30.4589344 ], [ 120.1465696, 30.4589525 ], [ 120.1465418, 30.4589548 ], [ 120.146533, 30.4591452 ], [ 120.146554, 30.4591779 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1458405, 30.459161 ], [ 120.1458757, 30.4591908 ], [ 120.1459333, 30.4592065 ], [ 120.1461542, 30.4591966 ], [ 120.1463886, 30.4591978 ], [ 120.1464225, 30.4591703 ], [ 120.146455, 30.4589571 ], [ 120.1460722, 30.4589472 ], [ 120.1459055, 30.4589262 ], [ 120.1458656, 30.4589554 ], [ 120.14585, 30.4590144 ], [ 120.1458337, 30.4591213 ], [ 120.1458405, 30.459161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1852065, 30.4553628 ], [ 120.1852755, 30.4553999 ], [ 120.1856588, 30.4555321 ], [ 120.1857383, 30.4554404 ], [ 120.1858188, 30.4553776 ], [ 120.1858935, 30.4553429 ], [ 120.1859549, 30.4551273 ], [ 120.1858552, 30.4550894 ], [ 120.1856885, 30.4550522 ], [ 120.1855965, 30.4549745 ], [ 120.1855006, 30.4549564 ], [ 120.1853416, 30.4548837 ], [ 120.1852755, 30.4549803 ], [ 120.1852611, 30.455129 ], [ 120.1851758, 30.4552537 ], [ 120.1851624, 30.4553157 ], [ 120.1852065, 30.4553628 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1926505, 30.455672 ], [ 120.1927415, 30.4557207 ], [ 120.1928354, 30.4557488 ], [ 120.1929322, 30.4557248 ], [ 120.1930625, 30.4556216 ], [ 120.1932111, 30.4553647 ], [ 120.1932322, 30.4553052 ], [ 120.1932331, 30.4552482 ], [ 120.1931641, 30.455192 ], [ 120.1930472, 30.4551507 ], [ 120.1930319, 30.4551796 ], [ 120.192868, 30.4551863 ], [ 120.1927789, 30.4552705 ], [ 120.1927281, 30.4552664 ], [ 120.1926361, 30.4554737 ], [ 120.1925738, 30.4555274 ], [ 120.1925681, 30.4556009 ], [ 120.1926505, 30.455672 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1957122, 30.4554351 ], [ 120.1957245, 30.4555272 ], [ 120.1959227, 30.4557706 ], [ 120.1960018, 30.4557928 ], [ 120.1960737, 30.4557697 ], [ 120.1961405, 30.4557131 ], [ 120.1962124, 30.4556644 ], [ 120.1962524, 30.4555723 ], [ 120.1962185, 30.4554271 ], [ 120.1962534, 30.45532 ], [ 120.1961949, 30.4552138 ], [ 120.1961292, 30.4551633 ], [ 120.1959607, 30.455112 ], [ 120.1958632, 30.4551421 ], [ 120.1957625, 30.455197 ], [ 120.195706, 30.45532 ], [ 120.1957122, 30.4554351 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1962435, 30.455705 ], [ 120.1963029, 30.4557752 ], [ 120.1963096, 30.4558182 ], [ 120.1963997, 30.4558364 ], [ 120.1964773, 30.4558174 ], [ 120.1965578, 30.4557505 ], [ 120.1967581, 30.4555745 ], [ 120.1967897, 30.4554564 ], [ 120.196806, 30.4554324 ], [ 120.1967888, 30.4553523 ], [ 120.1966661, 30.4552763 ], [ 120.196599, 30.4552763 ], [ 120.1964505, 30.4553738 ], [ 120.196416, 30.4554589 ], [ 120.1962962, 30.4555646 ], [ 120.1962435, 30.4556323 ], [ 120.1962435, 30.455705 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1852189, 30.4556007 ], [ 120.1853004, 30.4556106 ], [ 120.1854489, 30.4557031 ], [ 120.1854863, 30.4557427 ], [ 120.1855332, 30.4557477 ], [ 120.1855716, 30.4557626 ], [ 120.18563, 30.455661 ], [ 120.1856597, 30.4555651 ], [ 120.1853464, 30.4554611 ], [ 120.1852065, 30.4554388 ], [ 120.1852189, 30.4556007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1856271, 30.4558402 ], [ 120.18579, 30.455922 ], [ 120.1859194, 30.4559369 ], [ 120.1860813, 30.4558072 ], [ 120.186182, 30.4556667 ], [ 120.1862289, 30.4555709 ], [ 120.1861992, 30.4554735 ], [ 120.1860948, 30.4554247 ], [ 120.1859769, 30.455409 ], [ 120.1858475, 30.4554462 ], [ 120.1857469, 30.4555767 ], [ 120.1856837, 30.4556808 ], [ 120.1856147, 30.4557964 ], [ 120.1856271, 30.4558402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.18876, 30.4553979 ], [ 120.1887203, 30.4554798 ], [ 120.1887359, 30.4555683 ], [ 120.1889398, 30.455671 ], [ 120.18902, 30.4557193 ], [ 120.189101, 30.4557649 ], [ 120.1891897, 30.4557877 ], [ 120.1892286, 30.4558783 ], [ 120.1893173, 30.455979 ], [ 120.1893259, 30.4560246 ], [ 120.1894092, 30.4560534 ], [ 120.18941, 30.4560944 ], [ 120.1894559, 30.456097 ], [ 120.1894605, 30.4560635 ], [ 120.1895501, 30.4560548 ], [ 120.1896123, 30.455987 ], [ 120.1897065, 30.4559837 ], [ 120.1897548, 30.4559595 ], [ 120.1897189, 30.4558354 ], [ 120.1894855, 30.4555596 ], [ 120.1892084, 30.4554992 ], [ 120.189076, 30.4555019 ], [ 120.1890496, 30.4553912 ], [ 120.1889515, 30.4553295 ], [ 120.1887523, 30.4552792 ], [ 120.188711, 30.4553073 ], [ 120.1885966, 30.4552664 ], [ 120.1885709, 30.4553228 ], [ 120.18876, 30.4553979 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1938605, 30.4560276 ], [ 120.1940496, 30.4560128 ], [ 120.1941492, 30.4559082 ], [ 120.1941913, 30.4557532 ], [ 120.1944606, 30.4555123 ], [ 120.194336, 30.455405 ], [ 120.1942582, 30.4555043 ], [ 120.1940784, 30.4554432 ], [ 120.1940691, 30.4554023 ], [ 120.1939212, 30.4553808 ], [ 120.1937974, 30.455405 ], [ 120.1937679, 30.4554707 ], [ 120.1937468, 30.4554768 ], [ 120.1936799, 30.4556398 ], [ 120.1936597, 30.4557726 ], [ 120.1936519, 30.4559129 ], [ 120.1938605, 30.4560276 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1868465, 30.4559577 ], [ 120.1869174, 30.4560147 ], [ 120.1870171, 30.4560337 ], [ 120.1870353, 30.4560568 ], [ 120.187065, 30.4560444 ], [ 120.1870381, 30.4560031 ], [ 120.1871138, 30.4558272 ], [ 120.1871618, 30.4557231 ], [ 120.1871158, 30.4556314 ], [ 120.1869931, 30.4555876 ], [ 120.1868637, 30.4556512 ], [ 120.1868197, 30.4558908 ], [ 120.1868465, 30.4559577 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1951349, 30.4559745 ], [ 120.1952505, 30.4560254 ], [ 120.1953591, 30.4561139 ], [ 120.1954664, 30.4561881 ], [ 120.1958074, 30.4559816 ], [ 120.1958711, 30.4558962 ], [ 120.1958746, 30.4558098 ], [ 120.1957413, 30.4556155 ], [ 120.1956316, 30.4555169 ], [ 120.1955006, 30.4554772 ], [ 120.1953131, 30.4555128 ], [ 120.1952482, 30.4556033 ], [ 120.195201, 30.4556501 ], [ 120.195116, 30.4557905 ], [ 120.1950865, 30.4558708 ], [ 120.1951349, 30.4559745 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1839099, 30.4550023 ], [ 120.1840237, 30.4550328 ], [ 120.1841115, 30.4550177 ], [ 120.1841395, 30.4550654 ], [ 120.1841278, 30.4551995 ], [ 120.1840586, 30.4552633 ], [ 120.1840181, 30.4552646 ], [ 120.1839761, 30.4554189 ], [ 120.1839519, 30.4555498 ], [ 120.18398, 30.4557047 ], [ 120.1841913, 30.4557806 ], [ 120.1844687, 30.4556573 ], [ 120.1844423, 30.4555776 ], [ 120.1845325, 30.4554219 ], [ 120.1845898, 30.4553821 ], [ 120.184625, 30.4552398 ], [ 120.1846844, 30.4551904 ], [ 120.1847042, 30.4550766 ], [ 120.1847461, 30.4549608 ], [ 120.1847923, 30.4549532 ], [ 120.1848605, 30.4548526 ], [ 120.1846888, 30.4546875 ], [ 120.1844951, 30.4546856 ], [ 120.1842617, 30.4547805 ], [ 120.1841875, 30.454745 ], [ 120.1841432, 30.4547096 ], [ 120.1840705, 30.4547178 ], [ 120.1839308, 30.4548682 ], [ 120.1838916, 30.4549581 ], [ 120.1839099, 30.4550023 ] ], [ [ 120.1842049, 30.454852 ], [ 120.1842135, 30.4548849 ], [ 120.1841629, 30.4549781 ], [ 120.1841247, 30.4549922 ], [ 120.184092, 30.4549723 ], [ 120.1840869, 30.4549162 ], [ 120.1842049, 30.454852 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1834902, 30.4553805 ], [ 120.183628, 30.4555161 ], [ 120.183656, 30.4554617 ], [ 120.1836521, 30.4553564 ], [ 120.1837113, 30.4552624 ], [ 120.1836809, 30.4551719 ], [ 120.183635, 30.4551423 ], [ 120.1836311, 30.4550987 ], [ 120.1835494, 30.4551511 ], [ 120.1834498, 30.4551497 ], [ 120.1833548, 30.4554168 ], [ 120.1834902, 30.4553805 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1789076, 30.4555997 ], [ 120.178923, 30.4557396 ], [ 120.1789024, 30.4557919 ], [ 120.1789189, 30.4558361 ], [ 120.1789528, 30.4558662 ], [ 120.1791089, 30.4558724 ], [ 120.1791736, 30.45576 ], [ 120.1793656, 30.4554909 ], [ 120.1793697, 30.4554484 ], [ 120.1793102, 30.4554067 ], [ 120.1792516, 30.4553342 ], [ 120.1791972, 30.4552961 ], [ 120.1791161, 30.4552713 ], [ 120.1790801, 30.4552925 ], [ 120.1789014, 30.4555404 ], [ 120.1789076, 30.4555997 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1848822, 30.4557957 ], [ 120.1851764, 30.4558514 ], [ 120.1851538, 30.4559299 ], [ 120.1853079, 30.4558903 ], [ 120.1853515, 30.4558447 ], [ 120.1853655, 30.455795 ], [ 120.1853001, 30.455738 ], [ 120.1851297, 30.4556897 ], [ 120.1850993, 30.4554978 ], [ 120.1849507, 30.4554663 ], [ 120.1848285, 30.4555334 ], [ 120.1847631, 30.4556494 ], [ 120.1848822, 30.4557957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1845296, 30.4561734 ], [ 120.1847063, 30.4562385 ], [ 120.1847942, 30.4561157 ], [ 120.1848075, 30.4560131 ], [ 120.1848378, 30.4558802 ], [ 120.1847794, 30.4558158 ], [ 120.1846674, 30.4557715 ], [ 120.1845366, 30.4557816 ], [ 120.1844556, 30.4558487 ], [ 120.1844261, 30.4560225 ], [ 120.1845296, 30.4561734 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "龙船漾" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1731123, 30.4550753 ], [ 120.1735828, 30.4552028 ], [ 120.1738988, 30.4552028 ], [ 120.1741341, 30.4552318 ], [ 120.174403, 30.4553361 ], [ 120.1749945, 30.4555157 ], [ 120.1753508, 30.4555273 ], [ 120.1757474, 30.4556374 ], [ 120.1759087, 30.4556954 ], [ 120.1760768, 30.4557127 ], [ 120.1764398, 30.4558286 ], [ 120.1765272, 30.4558692 ], [ 120.1764331, 30.4560372 ], [ 120.1761776, 30.4564776 ], [ 120.176023, 30.4566283 ], [ 120.1759356, 30.456918 ], [ 120.1758213, 30.4570455 ], [ 120.1755995, 30.4571324 ], [ 120.1753642, 30.4573468 ], [ 120.1752634, 30.4574222 ], [ 120.1752365, 30.4575207 ], [ 120.1749958, 30.457844 ], [ 120.1751033, 30.4578961 ], [ 120.1753844, 30.4576366 ], [ 120.1755188, 30.4575207 ], [ 120.1757676, 30.4572831 ], [ 120.1760432, 30.4569876 ], [ 120.1761238, 30.4568833 ], [ 120.1762852, 30.4568369 ], [ 120.1765003, 30.4568195 ], [ 120.1766482, 30.4568311 ], [ 120.1767423, 30.4568949 ], [ 120.1770918, 30.456947 ], [ 120.1776027, 30.4571382 ], [ 120.1780934, 30.457399 ], [ 120.1781271, 30.4575149 ], [ 120.17808, 30.458048 ], [ 120.1779926, 30.4583145 ], [ 120.1779724, 30.45861 ], [ 120.1778985, 30.4587607 ], [ 120.1777708, 30.4595372 ], [ 120.1776162, 30.4601919 ], [ 120.1774884, 30.4606207 ], [ 120.1774544, 30.4608665 ], [ 120.1776291, 30.4608492 ], [ 120.1776632, 30.4607772 ], [ 120.1777708, 30.460754 ], [ 120.1778514, 30.4604817 ], [ 120.1778246, 30.4603136 ], [ 120.1778851, 30.4602093 ], [ 120.1780128, 30.460134 ], [ 120.17808, 30.4598443 ], [ 120.1782749, 30.4593749 ], [ 120.1784027, 30.4593517 ], [ 120.1784766, 30.4591026 ], [ 120.1785976, 30.4587781 ], [ 120.1786716, 30.4586564 ], [ 120.1787926, 30.4586854 ], [ 120.1789068, 30.4584594 ], [ 120.1790346, 30.4582798 ], [ 120.1791623, 30.4581349 ], [ 120.1792631, 30.4580885 ], [ 120.1793371, 30.4578857 ], [ 120.1793371, 30.4577293 ], [ 120.1792026, 30.4576887 ], [ 120.1791892, 30.457596 ], [ 120.1793841, 30.45737 ], [ 120.1794715, 30.4572773 ], [ 120.1793908, 30.4571556 ], [ 120.1793976, 30.4569528 ], [ 120.1794511, 30.456836 ], [ 120.1794984, 30.4567326 ], [ 120.1796396, 30.4565761 ], [ 120.1797874, 30.4565356 ], [ 120.1799152, 30.4566631 ], [ 120.1801168, 30.4566515 ], [ 120.1803118, 30.456692 ], [ 120.1803656, 30.4566109 ], [ 120.1802647, 30.4565414 ], [ 120.1803252, 30.4563154 ], [ 120.1800832, 30.4561705 ], [ 120.1800563, 30.4560604 ], [ 120.1800765, 30.4559271 ], [ 120.1801908, 30.4557475 ], [ 120.1802983, 30.4556664 ], [ 120.1804664, 30.4554694 ], [ 120.1806613, 30.4554752 ], [ 120.1808428, 30.4555911 ], [ 120.1809101, 30.4556606 ], [ 120.1810916, 30.4556896 ], [ 120.1812058, 30.4557823 ], [ 120.1810916, 30.4559909 ], [ 120.1812058, 30.4560083 ], [ 120.1813873, 30.455904 ], [ 120.1814411, 30.4558113 ], [ 120.181636, 30.4557881 ], [ 120.1816965, 30.4558692 ], [ 120.1816965, 30.4554925 ], [ 120.1815621, 30.4554636 ], [ 120.1810848, 30.4552318 ], [ 120.1804664, 30.4549768 ], [ 120.1803588, 30.4549363 ], [ 120.1803656, 30.4548609 ], [ 120.1802446, 30.4549131 ], [ 120.1800832, 30.4548609 ], [ 120.1799017, 30.4546871 ], [ 120.1796799, 30.4545306 ], [ 120.1796597, 30.4543046 ], [ 120.1797673, 30.4540612 ], [ 120.1798816, 30.4538179 ], [ 120.1799316, 30.4537262 ], [ 120.1799891, 30.4536208 ], [ 120.1801303, 30.4535281 ], [ 120.1803252, 30.4535107 ], [ 120.1804408, 30.4535235 ], [ 120.1805874, 30.4535397 ], [ 120.1806882, 30.4535629 ], [ 120.1807151, 30.4535049 ], [ 120.1806613, 30.4534354 ], [ 120.1806681, 30.4533485 ], [ 120.1807689, 30.4532558 ], [ 120.1809504, 30.4532963 ], [ 120.1810983, 30.4533833 ], [ 120.181226, 30.4534238 ], [ 120.1813067, 30.4533079 ], [ 120.1814277, 30.4532905 ], [ 120.1815352, 30.4532094 ], [ 120.1816965, 30.4531283 ], [ 120.1817638, 30.4531573 ], [ 120.1817772, 30.4530819 ], [ 120.1816495, 30.4529544 ], [ 120.1814277, 30.4528849 ], [ 120.1809504, 30.452769 ], [ 120.1808025, 30.4526821 ], [ 120.1806277, 30.4526763 ], [ 120.1805, 30.4525662 ], [ 120.1802513, 30.4524271 ], [ 120.1797606, 30.4522127 ], [ 120.1794581, 30.4520446 ], [ 120.1792698, 30.4520215 ], [ 120.1790077, 30.4519635 ], [ 120.1788867, 30.4517317 ], [ 120.1788463, 30.4516274 ], [ 120.1789438, 30.4513969 ], [ 120.1787603, 30.4513465 ], [ 120.1786245, 30.4515115 ], [ 120.1785573, 30.4515115 ], [ 120.1785506, 30.4515695 ], [ 120.1786245, 30.4516216 ], [ 120.1786245, 30.4517897 ], [ 120.1784094, 30.4521026 ], [ 120.1777977, 30.4518766 ], [ 120.1778044, 30.4519635 ], [ 120.1779052, 30.4520041 ], [ 120.1777372, 30.452601 ], [ 120.1779254, 30.4526763 ], [ 120.1781472, 30.4527168 ], [ 120.1781472, 30.4529023 ], [ 120.1779926, 30.4530587 ], [ 120.1777909, 30.4533659 ], [ 120.1777304, 30.4535165 ], [ 120.1777506, 30.4536382 ], [ 120.1778649, 30.4537483 ], [ 120.1778044, 30.4540149 ], [ 120.1776968, 30.4541366 ], [ 120.1775221, 30.454125 ], [ 120.1772397, 30.4540555 ], [ 120.1770179, 30.454322 ], [ 120.1770851, 30.4544089 ], [ 120.1772128, 30.4545596 ], [ 120.1772263, 30.4547276 ], [ 120.1770918, 30.455197 ], [ 120.1769843, 30.4551333 ], [ 120.1768767, 30.4551217 ], [ 120.17687, 30.4551854 ], [ 120.176991, 30.455255 ], [ 120.1770582, 30.4553129 ], [ 120.1770179, 30.4553998 ], [ 120.1766952, 30.455678 ], [ 120.1764801, 30.455649 ], [ 120.1756331, 30.4554056 ], [ 120.175613, 30.4552781 ], [ 120.1755457, 30.4552376 ], [ 120.1754718, 30.4552608 ], [ 120.1754247, 30.4553593 ], [ 120.175176, 30.4553303 ], [ 120.1746248, 30.4552086 ], [ 120.1744164, 30.4551854 ], [ 120.1742551, 30.4550927 ], [ 120.1740332, 30.4551101 ], [ 120.1738786, 30.4550695 ], [ 120.1737643, 30.4551333 ], [ 120.1733408, 30.4550579 ], [ 120.172709, 30.4548667 ], [ 120.1726686, 30.4549536 ], [ 120.1731123, 30.4550753 ] ], [ [ 120.1781136, 30.4566399 ], [ 120.1782481, 30.456495 ], [ 120.1784228, 30.4564197 ], [ 120.1785573, 30.4564429 ], [ 120.1787052, 30.4563849 ], [ 120.1789068, 30.4560199 ], [ 120.1789136, 30.4558924 ], [ 120.1787186, 30.4557301 ], [ 120.1787455, 30.4556432 ], [ 120.1791249, 30.4551979 ], [ 120.1792098, 30.4552684 ], [ 120.1792819, 30.4552986 ], [ 120.1794301, 30.4554373 ], [ 120.1791426, 30.4558549 ], [ 120.1791219, 30.4559098 ], [ 120.1791592, 30.4559911 ], [ 120.1792089, 30.4560422 ], [ 120.1792066, 30.4561042 ], [ 120.1791018, 30.4561879 ], [ 120.1789136, 30.4565124 ], [ 120.1786379, 30.4565877 ], [ 120.1785035, 30.4568137 ], [ 120.1784027, 30.4569644 ], [ 120.178201, 30.4569528 ], [ 120.1780531, 30.4569006 ], [ 120.1780531, 30.4567732 ], [ 120.1781136, 30.4566399 ] ], [ [ 120.1784699, 30.4530182 ], [ 120.1785237, 30.4529428 ], [ 120.1786111, 30.4529428 ], [ 120.178685, 30.4530761 ], [ 120.1787455, 30.4531631 ], [ 120.1788598, 30.4531862 ], [ 120.1788396, 30.4533195 ], [ 120.1786917, 30.4532963 ], [ 120.1785506, 30.4533253 ], [ 120.1784632, 30.4532963 ], [ 120.1784497, 30.4532152 ], [ 120.1784699, 30.4530182 ] ], [ [ 120.1786245, 30.4522301 ], [ 120.1787052, 30.4522533 ], [ 120.1787321, 30.4523576 ], [ 120.1786648, 30.4524155 ], [ 120.1785842, 30.4523865 ], [ 120.1785506, 30.4523112 ], [ 120.1786245, 30.4522301 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1816965, 30.4558692 ], [ 120.1821211, 30.4560043 ], [ 120.1825175, 30.4561161 ], [ 120.1825706, 30.4562728 ], [ 120.1824597, 30.4564426 ], [ 120.182429, 30.4565636 ], [ 120.1826484, 30.4566256 ], [ 120.1827428, 30.4565768 ], [ 120.182803, 30.45641 ], [ 120.1828832, 30.456286 ], [ 120.1829776, 30.4562616 ], [ 120.1830307, 30.4563155 ], [ 120.1829917, 30.4564182 ], [ 120.1828396, 30.4566867 ], [ 120.1828985, 30.4567477 ], [ 120.1829646, 30.4567243 ], [ 120.1830307, 30.4566002 ], [ 120.1831439, 30.4563612 ], [ 120.1834235, 30.4564446 ], [ 120.1834979, 30.4564955 ], [ 120.1835698, 30.4565575 ], [ 120.1837739, 30.4565728 ], [ 120.1840158, 30.4565961 ], [ 120.1840629, 30.4566846 ], [ 120.1841042, 30.4567202 ], [ 120.1842375, 30.4567772 ], [ 120.1843449, 30.4568473 ], [ 120.1845124, 30.4568931 ], [ 120.1849017, 30.4570385 ], [ 120.1849442, 30.4570822 ], [ 120.1849359, 30.4571504 ], [ 120.1851731, 30.4572419 ], [ 120.1852804, 30.4572531 ], [ 120.1853335, 30.4573151 ], [ 120.1855046, 30.4573985 ], [ 120.1855931, 30.4574056 ], [ 120.1856096, 30.4573822 ], [ 120.1857606, 30.4573568 ], [ 120.1858491, 30.4573782 ], [ 120.1858797, 30.4573283 ], [ 120.185678, 30.4571697 ], [ 120.1854704, 30.457066 ], [ 120.1852568, 30.457008 ], [ 120.1850598, 30.4569287 ], [ 120.1846658, 30.4566938 ], [ 120.1841172, 30.4564924 ], [ 120.1838199, 30.4564365 ], [ 120.1834141, 30.4562209 ], [ 120.1830201, 30.45599 ], [ 120.1825965, 30.4558517 ], [ 120.182442, 30.4557836 ], [ 120.1822367, 30.4557216 ], [ 120.1816965, 30.4554925 ], [ 120.1816965, 30.4558692 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.180347, 30.4570997 ], [ 120.1807447, 30.4573004 ], [ 120.1808338, 30.4572905 ], [ 120.1809134, 30.4572269 ], [ 120.181013, 30.4570724 ], [ 120.18106, 30.4569361 ], [ 120.1810389, 30.4567858 ], [ 120.1807888, 30.4567651 ], [ 120.1806173, 30.4567073 ], [ 120.1804831, 30.4566322 ], [ 120.1803806, 30.4567189 ], [ 120.1803221, 30.4568205 ], [ 120.1803131, 30.4568998 ], [ 120.180301, 30.4570072 ], [ 120.180347, 30.4570997 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1836964, 30.4569074 ], [ 120.1836984, 30.4571469 ], [ 120.1839063, 30.4573229 ], [ 120.1840299, 30.457389 ], [ 120.1841123, 30.4573832 ], [ 120.1841966, 30.4573419 ], [ 120.1842934, 30.4570577 ], [ 120.1843068, 30.4569619 ], [ 120.1842426, 30.4569313 ], [ 120.184119, 30.4568388 ], [ 120.1839753, 30.4567769 ], [ 120.183958, 30.4566844 ], [ 120.1838785, 30.4566241 ], [ 120.1837769, 30.4566307 ], [ 120.1837357, 30.4566687 ], [ 120.1837223, 30.456805 ], [ 120.1836581, 30.4568611 ], [ 120.1836533, 30.4568917 ], [ 120.1836964, 30.4569074 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1802033, 30.4575234 ], [ 120.1803001, 30.4575804 ], [ 120.180371, 30.4576044 ], [ 120.1804592, 30.4576572 ], [ 120.180577, 30.4576374 ], [ 120.1807006, 30.4574491 ], [ 120.1806834, 30.4573425 ], [ 120.1806345, 30.4572979 ], [ 120.1803308, 30.4571335 ], [ 120.1802455, 30.4572079 ], [ 120.1801947, 30.4573318 ], [ 120.1802033, 30.4575234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1913255, 30.4559511 ], [ 120.1915063, 30.4560208 ], [ 120.1916403, 30.4560295 ], [ 120.1916972, 30.4559849 ], [ 120.1917225, 30.455926 ], [ 120.1916467, 30.4558617 ], [ 120.1915506, 30.4558018 ], [ 120.1913811, 30.4557385 ], [ 120.1913078, 30.4557342 ], [ 120.191256, 30.4557898 ], [ 120.1912534, 30.4558584 ], [ 120.1913255, 30.4559511 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1919081, 30.4561212 ], [ 120.1919446, 30.456165 ], [ 120.1921263, 30.456286 ], [ 120.1923799, 30.456409 ], [ 120.1925746, 30.4564711 ], [ 120.1926595, 30.4564589 ], [ 120.1927752, 30.4564294 ], [ 120.192853, 30.4563612 ], [ 120.1929875, 30.4561792 ], [ 120.1930288, 30.4559524 ], [ 120.1930135, 30.4558385 ], [ 120.192892, 30.4558324 ], [ 120.192715, 30.4557806 ], [ 120.1925109, 30.4556585 ], [ 120.1923906, 30.4555568 ], [ 120.1923339, 30.4555538 ], [ 120.1922514, 30.455568 ], [ 120.1921251, 30.4556738 ], [ 120.1918904, 30.4560236 ], [ 120.1919081, 30.4561212 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1860843, 30.4560841 ], [ 120.1861494, 30.4561184 ], [ 120.1861842, 30.4561773 ], [ 120.1863056, 30.4561522 ], [ 120.186377, 30.4560808 ], [ 120.186408, 30.455986 ], [ 120.1863916, 30.4559571 ], [ 120.1861861, 30.455889 ], [ 120.1861077, 30.4559103 ], [ 120.1860603, 30.4560165 ], [ 120.1860843, 30.4560841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1944398, 30.4563338 ], [ 120.1945129, 30.4563236 ], [ 120.1949329, 30.4558904 ], [ 120.1949931, 30.455805 ], [ 120.1950096, 30.4557409 ], [ 120.1949294, 30.4557429 ], [ 120.1947901, 30.4557775 ], [ 120.1945483, 30.4559341 ], [ 120.1943619, 30.4561284 ], [ 120.1943359, 30.4561894 ], [ 120.1943336, 30.4562982 ], [ 120.1944398, 30.4563338 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1853246, 30.4562221 ], [ 120.1854175, 30.4561709 ], [ 120.185513, 30.4559845 ], [ 120.1854871, 30.4558717 ], [ 120.1854346, 30.4558657 ], [ 120.1853745, 30.4559682 ], [ 120.1853012, 30.4561676 ], [ 120.1853246, 30.4562221 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1863798, 30.4564591 ], [ 120.1864651, 30.456426 ], [ 120.186514, 30.4563698 ], [ 120.186675, 30.4560684 ], [ 120.186697, 30.4560081 ], [ 120.1867018, 30.4559081 ], [ 120.1866414, 30.4558808 ], [ 120.1865418, 30.4559907 ], [ 120.1864316, 30.4561625 ], [ 120.1863655, 30.4563335 ], [ 120.1863588, 30.4564458 ], [ 120.1863798, 30.4564591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1866296, 30.4564725 ], [ 120.1867479, 30.4564752 ], [ 120.1867939, 30.4564235 ], [ 120.1868834, 30.4562444 ], [ 120.1869425, 30.4561874 ], [ 120.1869394, 30.4561109 ], [ 120.1868795, 30.4560706 ], [ 120.1867005, 30.4560854 ], [ 120.18653, 30.4563886 ], [ 120.1866296, 30.4564725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1879724, 30.4564128 ], [ 120.1882513, 30.4565144 ], [ 120.1883393, 30.4565625 ], [ 120.1884084, 30.4566003 ], [ 120.1887045, 30.4566713 ], [ 120.1887984, 30.4566548 ], [ 120.1888243, 30.4565907 ], [ 120.1888435, 30.4565433 ], [ 120.1886748, 30.4563831 ], [ 120.1885196, 30.4562699 ], [ 120.1885828, 30.4561526 ], [ 120.1883251, 30.4560733 ], [ 120.1882407, 30.4561576 ], [ 120.1880817, 30.4561377 ], [ 120.1880002, 30.4561815 ], [ 120.1879284, 30.4563467 ], [ 120.1879724, 30.4564128 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1868725, 30.4565148 ], [ 120.1870172, 30.4565195 ], [ 120.1870258, 30.4564953 ], [ 120.1870717, 30.4564859 ], [ 120.1872165, 30.4565067 ], [ 120.1872321, 30.4564591 ], [ 120.1871869, 30.4563578 ], [ 120.1870196, 30.4562504 ], [ 120.186962, 30.4562612 ], [ 120.1869052, 30.4563242 ], [ 120.1868359, 30.4564222 ], [ 120.1868725, 30.4565148 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.187299, 30.4565463 ], [ 120.187327, 30.4565564 ], [ 120.187362, 30.456598 ], [ 120.187376, 30.4566429 ], [ 120.187401, 30.4565973 ], [ 120.1874601, 30.4565624 ], [ 120.1875255, 30.4565269 ], [ 120.1875481, 30.456441 ], [ 120.1876049, 30.4564403 ], [ 120.1875737, 30.4563658 ], [ 120.1876399, 30.4561686 ], [ 120.1875403, 30.4561377 ], [ 120.1874951, 30.4561451 ], [ 120.1873644, 30.4562303 ], [ 120.1873387, 30.4564316 ], [ 120.1872865, 30.4565134 ], [ 120.187299, 30.4565463 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1855912, 30.4567548 ], [ 120.1857148, 30.4565838 ], [ 120.1857464, 30.4564483 ], [ 120.1858106, 30.4563674 ], [ 120.1858509, 30.4562402 ], [ 120.1858509, 30.4561303 ], [ 120.1857503, 30.4560609 ], [ 120.1856449, 30.4560576 ], [ 120.1855375, 30.456127 ], [ 120.1854542, 30.4563302 ], [ 120.1853612, 30.4564995 ], [ 120.1853497, 30.4565648 ], [ 120.1853296, 30.4566507 ], [ 120.1855912, 30.4567548 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1946391, 30.4567304 ], [ 120.1952361, 30.4568544 ], [ 120.1952868, 30.4568128 ], [ 120.1952998, 30.4567517 ], [ 120.1951948, 30.4566775 ], [ 120.1951417, 30.4566012 ], [ 120.1952219, 30.4564985 ], [ 120.1953246, 30.4563806 ], [ 120.1954095, 30.4562707 ], [ 120.1953623, 30.4562199 ], [ 120.1952597, 30.4561131 ], [ 120.1950851, 30.4560165 ], [ 120.1949931, 30.4560653 ], [ 120.1948102, 30.4562229 ], [ 120.1946828, 30.4563053 ], [ 120.1945825, 30.4564263 ], [ 120.1945872, 30.4564843 ], [ 120.1946356, 30.4565514 ], [ 120.1946226, 30.4566022 ], [ 120.1945802, 30.4566541 ], [ 120.1946391, 30.4567304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1929651, 30.4564985 ], [ 120.1929568, 30.4566317 ], [ 120.1929616, 30.4566765 ], [ 120.1933414, 30.4567904 ], [ 120.1933827, 30.4566246 ], [ 120.1934016, 30.4563846 ], [ 120.1934382, 30.4562494 ], [ 120.1933721, 30.4562158 ], [ 120.193181, 30.4561578 ], [ 120.1930901, 30.45617 ], [ 120.1929698, 30.4563745 ], [ 120.1929321, 30.4564873 ], [ 120.1929651, 30.4564985 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1859218, 30.4565053 ], [ 120.1858806, 30.4566879 ], [ 120.1858988, 30.4567424 ], [ 120.1858662, 30.456787 ], [ 120.1859362, 30.4568184 ], [ 120.1859534, 30.4568068 ], [ 120.186032, 30.4568275 ], [ 120.1860904, 30.4567713 ], [ 120.1861374, 30.4566152 ], [ 120.1861623, 30.4565863 ], [ 120.1862859, 30.456355 ], [ 120.1862878, 30.4563104 ], [ 120.1862572, 30.4562294 ], [ 120.1861786, 30.4561989 ], [ 120.1861489, 30.4562344 ], [ 120.1860205, 30.4562476 ], [ 120.185963, 30.4562245 ], [ 120.185895, 30.4562616 ], [ 120.1858557, 30.4564004 ], [ 120.1859218, 30.4565053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1972508, 30.4566683 ], [ 120.1972405, 30.4567002 ], [ 120.1973473, 30.4567038 ], [ 120.1974089, 30.4566834 ], [ 120.1974644, 30.4566338 ], [ 120.1974592, 30.4565745 ], [ 120.1974202, 30.4564931 ], [ 120.1971727, 30.4564302 ], [ 120.1970638, 30.456625 ], [ 120.1972508, 30.4566683 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1908987, 30.4567389 ], [ 120.1909571, 30.4567538 ], [ 120.191029, 30.4568223 ], [ 120.1911325, 30.456857 ], [ 120.1912034, 30.4568215 ], [ 120.1912714, 30.4567083 ], [ 120.1913749, 30.4566043 ], [ 120.191372, 30.4565258 ], [ 120.1913193, 30.4564795 ], [ 120.1912283, 30.4564382 ], [ 120.1911689, 30.4564671 ], [ 120.191075, 30.4564267 ], [ 120.1910252, 30.4563928 ], [ 120.1909658, 30.4563969 ], [ 120.190891, 30.4565027 ], [ 120.1908623, 30.4566951 ], [ 120.1908987, 30.4567389 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1865736, 30.4566711 ], [ 120.186625, 30.4566778 ], [ 120.1866499, 30.4567362 ], [ 120.1866849, 30.4567583 ], [ 120.1869223, 30.4567255 ], [ 120.1869736, 30.4566537 ], [ 120.1868888, 30.4565993 ], [ 120.1867931, 30.4565986 ], [ 120.1867129, 30.4565463 ], [ 120.1866958, 30.4565101 ], [ 120.1866382, 30.4564973 ], [ 120.1865502, 30.4565604 ], [ 120.18653, 30.4566121 ], [ 120.1865736, 30.4566711 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1939568, 30.4569608 ], [ 120.193999, 30.4569501 ], [ 120.1941389, 30.4569781 ], [ 120.1942318, 30.4567997 ], [ 120.1942299, 30.4567535 ], [ 120.1939712, 30.4567502 ], [ 120.193884, 30.4569269 ], [ 120.1939568, 30.4569608 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.188728, 30.4571682 ], [ 120.1887548, 30.4571938 ], [ 120.1889302, 30.457236 ], [ 120.189141, 30.4569708 ], [ 120.1891314, 30.4568725 ], [ 120.1891889, 30.4568436 ], [ 120.1891783, 30.4568122 ], [ 120.1892588, 30.4567395 ], [ 120.1890864, 30.4566545 ], [ 120.1890404, 30.4567594 ], [ 120.1890557, 30.4568073 ], [ 120.188979, 30.4568568 ], [ 120.1887979, 30.4568469 ], [ 120.1887625, 30.4569361 ], [ 120.1886456, 30.456965 ], [ 120.1885823, 30.4571121 ], [ 120.188728, 30.4571682 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1914466, 30.4574532 ], [ 120.1915516, 30.4574867 ], [ 120.1916342, 30.4574633 ], [ 120.191666, 30.4572732 ], [ 120.1917132, 30.4571115 ], [ 120.1917651, 30.4569152 ], [ 120.1917734, 30.4568288 ], [ 120.1918159, 30.4567769 ], [ 120.1917262, 30.4567332 ], [ 120.1916259, 30.4568501 ], [ 120.1915304, 30.4570057 ], [ 120.1914478, 30.4571613 ], [ 120.1913959, 30.457323 ], [ 120.1914466, 30.4574532 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1917986, 30.4575052 ], [ 120.1922564, 30.4576162 ], [ 120.1924263, 30.4571569 ], [ 120.1922224, 30.4570952 ], [ 120.1919703, 30.4570629 ], [ 120.1918201, 30.4572417 ], [ 120.1917468, 30.4574405 ], [ 120.1917986, 30.4575052 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1885872, 30.4577978 ], [ 120.1885987, 30.4578606 ], [ 120.188799, 30.4579283 ], [ 120.1888833, 30.4578622 ], [ 120.188935, 30.4577499 ], [ 120.1888258, 30.4576409 ], [ 120.1887348, 30.457621 ], [ 120.1886523, 30.4576648 ], [ 120.1885623, 30.4577342 ], [ 120.1885872, 30.4577978 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.190371, 30.4578702 ], [ 120.1905119, 30.4579578 ], [ 120.1908329, 30.4581594 ], [ 120.1910464, 30.4582458 ], [ 120.1911466, 30.4582733 ], [ 120.1912977, 30.4582633 ], [ 120.1913863, 30.4581769 ], [ 120.1914603, 30.4579929 ], [ 120.1914705, 30.45778 ], [ 120.1914458, 30.4576122 ], [ 120.19135, 30.4574933 ], [ 120.1910914, 30.4573719 ], [ 120.1908271, 30.4572805 ], [ 120.1906513, 30.4572992 ], [ 120.1905395, 30.4574144 ], [ 120.1904015, 30.4575446 ], [ 120.1903231, 30.4577387 ], [ 120.190371, 30.4578702 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1920023, 30.4577959 ], [ 120.1923703, 30.4579606 ], [ 120.1924152, 30.4579921 ], [ 120.1926535, 30.4579809 ], [ 120.1927266, 30.4578986 ], [ 120.1926853, 30.4578396 ], [ 120.1924741, 30.4577399 ], [ 120.1921934, 30.4576413 ], [ 120.1918052, 30.4575823 ], [ 120.1917451, 30.4576342 ], [ 120.1917404, 30.4576881 ], [ 120.1920023, 30.4577959 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1872893, 30.4578767 ], [ 120.1875643, 30.4579933 ], [ 120.1876377, 30.4579372 ], [ 120.1876181, 30.4577023 ], [ 120.1875839, 30.4576348 ], [ 120.1875194, 30.457607 ], [ 120.1874878, 30.45762 ], [ 120.1873816, 30.4576631 ], [ 120.1872956, 30.4576566 ], [ 120.1872792, 30.4577121 ], [ 120.1872337, 30.4578391 ], [ 120.1872893, 30.4578767 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1869541, 30.4578021 ], [ 120.1868945, 30.4579305 ], [ 120.1869397, 30.4579535 ], [ 120.186914, 30.4580287 ], [ 120.1868658, 30.4580234 ], [ 120.186837, 30.4581252 ], [ 120.1870465, 30.4582084 ], [ 120.1871287, 30.458088 ], [ 120.1870989, 30.4580332 ], [ 120.1870968, 30.457942 ], [ 120.1871133, 30.4578455 ], [ 120.1870383, 30.457795 ], [ 120.1869818, 30.4577569 ], [ 120.1869448, 30.4576507 ], [ 120.1869264, 30.4575834 ], [ 120.1868822, 30.4575834 ], [ 120.1868257, 30.4577295 ], [ 120.1869541, 30.4578021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1927797, 30.4582169 ], [ 120.1928469, 30.4582087 ], [ 120.1929118, 30.4581599 ], [ 120.192985, 30.4581762 ], [ 120.1930133, 30.4582657 ], [ 120.1931431, 30.4583155 ], [ 120.1932598, 30.4583267 ], [ 120.1933625, 30.4582698 ], [ 120.1934002, 30.4581406 ], [ 120.1935182, 30.4580237 ], [ 120.1935182, 30.4579016 ], [ 120.1934816, 30.4578182 ], [ 120.1932952, 30.4577206 ], [ 120.1931313, 30.4577684 ], [ 120.1931171, 30.4577084 ], [ 120.1931183, 30.4575945 ], [ 120.1929791, 30.457501 ], [ 120.1928835, 30.4575782 ], [ 120.1927821, 30.4576443 ], [ 120.1927632, 30.4578396 ], [ 120.1927478, 30.4580745 ], [ 120.1927467, 30.4581559 ], [ 120.1927797, 30.4582169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1961575, 30.457923 ], [ 120.1962184, 30.4579755 ], [ 120.196326, 30.4580266 ], [ 120.1965705, 30.4580999 ], [ 120.1966831, 30.458074 ], [ 120.1968324, 30.4579201 ], [ 120.1969025, 30.4577835 ], [ 120.1968107, 30.457754 ], [ 120.1964428, 30.4577641 ], [ 120.1962518, 30.4577986 ], [ 120.196145, 30.4578698 ], [ 120.1961575, 30.457923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2010277, 30.4579547 ], [ 120.2010556, 30.4580148 ], [ 120.2010138, 30.4580308 ], [ 120.201116, 30.4581871 ], [ 120.2011857, 30.4582471 ], [ 120.2013855, 30.4582872 ], [ 120.2014506, 30.4583193 ], [ 120.2014831, 30.4583753 ], [ 120.2015343, 30.4584274 ], [ 120.2016318, 30.4584474 ], [ 120.2017248, 30.4583874 ], [ 120.2018131, 30.4583032 ], [ 120.2018549, 30.4582151 ], [ 120.2018456, 30.458139 ], [ 120.2017759, 30.4580829 ], [ 120.2017713, 30.4580428 ], [ 120.2018782, 30.4580348 ], [ 120.201985, 30.4580669 ], [ 120.2021245, 30.4581109 ], [ 120.2022081, 30.4580829 ], [ 120.2023243, 30.4579988 ], [ 120.2023986, 30.4578626 ], [ 120.2023894, 30.4577825 ], [ 120.2023429, 30.4577464 ], [ 120.2022174, 30.4576623 ], [ 120.2021384, 30.4575822 ], [ 120.2020547, 30.45749 ], [ 120.2019572, 30.457454 ], [ 120.201841, 30.457446 ], [ 120.2017248, 30.457466 ], [ 120.2016272, 30.4575301 ], [ 120.2015528, 30.4576222 ], [ 120.2014924, 30.4577023 ], [ 120.2013762, 30.4578105 ], [ 120.2012787, 30.4578225 ], [ 120.2011346, 30.4578225 ], [ 120.2010138, 30.4578425 ], [ 120.2009859, 30.4578946 ], [ 120.2010277, 30.4579547 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1887233, 30.4581885 ], [ 120.188822, 30.4581877 ], [ 120.1888756, 30.4581381 ], [ 120.1888449, 30.4580869 ], [ 120.1886705, 30.4579919 ], [ 120.1885623, 30.4579134 ], [ 120.1885, 30.4579068 ], [ 120.1884664, 30.4579911 ], [ 120.1884626, 30.4581679 ], [ 120.1887233, 30.4581885 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.182122, 30.4583223 ], [ 120.1823461, 30.4580813 ], [ 120.182588, 30.4577111 ], [ 120.1827909, 30.4573084 ], [ 120.1828982, 30.4570603 ], [ 120.182792, 30.4570186 ], [ 120.182654, 30.4571192 ], [ 120.1825927, 30.4572138 ], [ 120.1824664, 30.4573155 ], [ 120.182293, 30.4576206 ], [ 120.1821326, 30.4578545 ], [ 120.1820028, 30.4579338 ], [ 120.1819769, 30.4582582 ], [ 120.182122, 30.4583223 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1561599, 30.4576653 ], [ 120.156183, 30.4576794 ], [ 120.1561845, 30.4577914 ], [ 120.1562087, 30.457849 ], [ 120.1562888, 30.4578441 ], [ 120.1563473, 30.4578782 ], [ 120.1565076, 30.4578841 ], [ 120.1566757, 30.4579336 ], [ 120.1568881, 30.4578716 ], [ 120.156953, 30.457597 ], [ 120.156907, 30.4575482 ], [ 120.1566934, 30.4574933 ], [ 120.1565377, 30.4574903 ], [ 120.1563501, 30.4574303 ], [ 120.1562027, 30.4574404 ], [ 120.1561599, 30.4575378 ], [ 120.1561599, 30.4576653 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1554813, 30.4581277 ], [ 120.1555263, 30.4581903 ], [ 120.1556759, 30.4582492 ], [ 120.1559184, 30.4582592 ], [ 120.1560187, 30.4582141 ], [ 120.1560898, 30.458119 ], [ 120.1561, 30.4580451 ], [ 120.1561595, 30.4579312 ], [ 120.1561334, 30.4578561 ], [ 120.1560913, 30.4578072 ], [ 120.1560811, 30.4577584 ], [ 120.1559693, 30.4577334 ], [ 120.155872, 30.4577309 ], [ 120.1556919, 30.457672 ], [ 120.1555873, 30.4577409 ], [ 120.1554885, 30.4579863 ], [ 120.1554435, 30.4580739 ], [ 120.1554813, 30.4581277 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1823862, 30.4583416 ], [ 120.1824098, 30.4585165 ], [ 120.1825585, 30.4586019 ], [ 120.1826753, 30.4586721 ], [ 120.18291, 30.4584168 ], [ 120.1830693, 30.4581514 ], [ 120.1830186, 30.4579735 ], [ 120.1830044, 30.457765 ], [ 120.182851, 30.4578118 ], [ 120.1827708, 30.4577701 ], [ 120.1826576, 30.4577335 ], [ 120.1824358, 30.4581352 ], [ 120.1823567, 30.4582724 ], [ 120.1822447, 30.4582633 ], [ 120.1821927, 30.4583274 ], [ 120.1823862, 30.4583416 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1796053, 30.4586284 ], [ 120.1797072, 30.4583941 ], [ 120.1802151, 30.458522 ], [ 120.1802651, 30.4586716 ], [ 120.1802669, 30.4589228 ], [ 120.1803581, 30.4589136 ], [ 120.1805191, 30.4586901 ], [ 120.1805834, 30.4584666 ], [ 120.1806979, 30.4585251 ], [ 120.1807158, 30.4586037 ], [ 120.1806496, 30.4588087 ], [ 120.1807158, 30.4588612 ], [ 120.1809393, 30.4589182 ], [ 120.1811002, 30.4588673 ], [ 120.1813488, 30.4583032 ], [ 120.1812951, 30.4581891 ], [ 120.1808964, 30.4580257 ], [ 120.1803545, 30.4577622 ], [ 120.1799898, 30.4576912 ], [ 120.1794122, 30.4581259 ], [ 120.1794962, 30.4582184 ], [ 120.1794337, 30.4583617 ], [ 120.1793514, 30.4585667 ], [ 120.1796053, 30.4586284 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1830134, 30.4587545 ], [ 120.1831562, 30.4587528 ], [ 120.1832511, 30.4585273 ], [ 120.183368, 30.4584389 ], [ 120.1834207, 30.4583076 ], [ 120.1834897, 30.4581845 ], [ 120.1832702, 30.4581473 ], [ 120.1830977, 30.4584654 ], [ 120.1831303, 30.4585215 ], [ 120.1830632, 30.458567 ], [ 120.1830249, 30.4585637 ], [ 120.1829358, 30.4587016 ], [ 120.1830134, 30.4587545 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1723483, 30.4587355 ], [ 120.1724825, 30.4587495 ], [ 120.1724978, 30.4586818 ], [ 120.1725706, 30.4584976 ], [ 120.1725783, 30.4584423 ], [ 120.172309, 30.4583688 ], [ 120.1720704, 30.4582837 ], [ 120.1720503, 30.4583085 ], [ 120.1719813, 30.4584167 ], [ 120.1719564, 30.4584216 ], [ 120.1718548, 30.4583861 ], [ 120.1718088, 30.4583861 ], [ 120.1717657, 30.458562 ], [ 120.1723483, 30.4587355 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1830797, 30.4591961 ], [ 120.1831058, 30.4594991 ], [ 120.1832206, 30.4595241 ], [ 120.1833731, 30.4596368 ], [ 120.1831915, 30.4599147 ], [ 120.183121, 30.4599381 ], [ 120.1831327, 30.4600207 ], [ 120.1831784, 30.4600587 ], [ 120.1831465, 30.4601175 ], [ 120.1831421, 30.4602665 ], [ 120.1831537, 30.4604105 ], [ 120.1832249, 30.4604781 ], [ 120.1833237, 30.4605244 ], [ 120.1834137, 30.4605194 ], [ 120.1835096, 30.4604118 ], [ 120.1836664, 30.4603241 ], [ 120.1837405, 30.460388 ], [ 120.1838059, 30.4602966 ], [ 120.1838436, 30.4601964 ], [ 120.1839148, 30.4601839 ], [ 120.1842271, 30.4601451 ], [ 120.1843956, 30.4601251 ], [ 120.1844914, 30.4601351 ], [ 120.1847195, 30.46006 ], [ 120.1848037, 30.4599999 ], [ 120.1848661, 30.4598646 ], [ 120.1850579, 30.4598822 ], [ 120.1851494, 30.4597595 ], [ 120.1851799, 30.4596656 ], [ 120.1850884, 30.4594728 ], [ 120.1850303, 30.4594277 ], [ 120.1849707, 30.45931 ], [ 120.1849242, 30.4592637 ], [ 120.18484, 30.4592637 ], [ 120.1847746, 30.4592963 ], [ 120.1847369, 30.4593626 ], [ 120.1847717, 30.4594177 ], [ 120.1847238, 30.4594728 ], [ 120.1846802, 30.4594891 ], [ 120.1845974, 30.4594415 ], [ 120.1845873, 30.4593488 ], [ 120.1846948, 30.4591973 ], [ 120.1850521, 30.4590358 ], [ 120.185023, 30.4590058 ], [ 120.1850593, 30.4588631 ], [ 120.1849925, 30.458823 ], [ 120.1851043, 30.4585664 ], [ 120.1851973, 30.4585038 ], [ 120.1853425, 30.4585851 ], [ 120.1853469, 30.4586916 ], [ 120.1854471, 30.4587642 ], [ 120.185649, 30.4587379 ], [ 120.1856955, 30.4586703 ], [ 120.1854428, 30.4585576 ], [ 120.1853847, 30.4585714 ], [ 120.1852859, 30.4585263 ], [ 120.1853382, 30.4584424 ], [ 120.185238, 30.4583635 ], [ 120.1853295, 30.458182 ], [ 120.1853309, 30.4581294 ], [ 120.1853774, 30.4580217 ], [ 120.1854674, 30.4579391 ], [ 120.1855502, 30.4577175 ], [ 120.1855648, 30.4575998 ], [ 120.1855241, 30.457526 ], [ 120.1854035, 30.4574371 ], [ 120.1851174, 30.4572956 ], [ 120.1848008, 30.4571879 ], [ 120.184641, 30.4570527 ], [ 120.1845219, 30.4570414 ], [ 120.1844246, 30.4570627 ], [ 120.1843665, 30.4571441 ], [ 120.1842619, 30.4574195 ], [ 120.1842648, 30.4574709 ], [ 120.1841951, 30.4575422 ], [ 120.1840935, 30.4575547 ], [ 120.183986, 30.4575209 ], [ 120.1839656, 30.4576136 ], [ 120.1839845, 30.45769 ], [ 120.1840397, 30.4576912 ], [ 120.1840833, 30.4577513 ], [ 120.1840789, 30.4578552 ], [ 120.1841951, 30.4579416 ], [ 120.1842082, 30.4580368 ], [ 120.1843418, 30.458053 ], [ 120.1844101, 30.4580618 ], [ 120.1843868, 30.4581019 ], [ 120.1843288, 30.4581269 ], [ 120.1842285, 30.4581232 ], [ 120.1840296, 30.4580944 ], [ 120.1839918, 30.4580768 ], [ 120.1838669, 30.4581908 ], [ 120.1839148, 30.4582771 ], [ 120.1840513, 30.4583823 ], [ 120.184047, 30.4584737 ], [ 120.1839598, 30.4586127 ], [ 120.1838509, 30.458649 ], [ 120.183681, 30.4586628 ], [ 120.1838814, 30.4582784 ], [ 120.1838175, 30.4581832 ], [ 120.1837609, 30.4581958 ], [ 120.1836374, 30.4583473 ], [ 120.1835125, 30.4585063 ], [ 120.1834544, 30.45853 ], [ 120.1833382, 30.4587216 ], [ 120.183283, 30.4588305 ], [ 120.1831523, 30.4589081 ], [ 120.1830797, 30.4590058 ], [ 120.1830506, 30.4590321 ], [ 120.1830797, 30.4591961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1722601, 30.4594211 ], [ 120.1722841, 30.4594004 ], [ 120.1723771, 30.4591138 ], [ 120.1723282, 30.4591056 ], [ 120.1722985, 30.4590618 ], [ 120.1721979, 30.4590486 ], [ 120.1721835, 30.4590238 ], [ 120.1721452, 30.4590337 ], [ 120.1721068, 30.459089 ], [ 120.1720407, 30.4590899 ], [ 120.1719909, 30.4590502 ], [ 120.171988, 30.4589651 ], [ 120.1719506, 30.4589486 ], [ 120.1719593, 30.4589098 ], [ 120.1719181, 30.4588718 ], [ 120.1718165, 30.4588487 ], [ 120.171759, 30.4588644 ], [ 120.1716632, 30.4588478 ], [ 120.1715731, 30.4587991 ], [ 120.1714849, 30.458771 ], [ 120.1714236, 30.4588776 ], [ 120.1713949, 30.4589577 ], [ 120.1713977, 30.4590444 ], [ 120.1714332, 30.4591072 ], [ 120.1714016, 30.4591386 ], [ 120.1713642, 30.4591791 ], [ 120.1713527, 30.4592179 ], [ 120.1722601, 30.4594211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1807967, 30.4594544 ], [ 120.1813449, 30.4595254 ], [ 120.1813477, 30.4592859 ], [ 120.1813353, 30.4591 ], [ 120.1813607, 30.4590742 ], [ 120.1813578, 30.4590254 ], [ 120.1813343, 30.4590125 ], [ 120.1813142, 30.4588803 ], [ 120.1812768, 30.4588316 ], [ 120.1812232, 30.4588836 ], [ 120.181227, 30.4589414 ], [ 120.1811149, 30.4589885 ], [ 120.1807632, 30.4589968 ], [ 120.1807967, 30.4594544 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1996121, 30.457949 ], [ 120.1996426, 30.4580174 ], [ 120.1997252, 30.4583524 ], [ 120.1997464, 30.4584385 ], [ 120.1997647, 30.458507 ], [ 120.1998685, 30.4585385 ], [ 120.1998014, 30.4583017 ], [ 120.1997647, 30.4580859 ], [ 120.1997586, 30.4579595 ], [ 120.1998136, 30.457928 ], [ 120.1998991, 30.4579964 ], [ 120.1999968, 30.458049 ], [ 120.2002593, 30.4580701 ], [ 120.2002914, 30.4580525 ], [ 120.2003265, 30.4580332 ], [ 120.2004425, 30.4579806 ], [ 120.2005585, 30.457928 ], [ 120.2006806, 30.4578385 ], [ 120.2006806, 30.4577648 ], [ 120.2005829, 30.4577543 ], [ 120.2004914, 30.4577227 ], [ 120.2003631, 30.4577016 ], [ 120.2002593, 30.4575806 ], [ 120.2001189, 30.45757 ], [ 120.1999906, 30.4576279 ], [ 120.1999418, 30.4576806 ], [ 120.199838, 30.4577069 ], [ 120.1997891, 30.4577543 ], [ 120.1998014, 30.457828 ], [ 120.1997769, 30.4578806 ], [ 120.1996792, 30.4578595 ], [ 120.1996792, 30.457728 ], [ 120.1996182, 30.457749 ], [ 120.1995754, 30.4578174 ], [ 120.1996121, 30.457949 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1999784, 30.4582332 ], [ 120.2000334, 30.4583648 ], [ 120.2000334, 30.4584385 ], [ 120.2000945, 30.4586385 ], [ 120.200186, 30.4586175 ], [ 120.2001555, 30.4584648 ], [ 120.2001922, 30.4584069 ], [ 120.2001433, 30.4581648 ], [ 120.2000456, 30.458128 ], [ 120.1999723, 30.4581596 ], [ 120.1999784, 30.4582332 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1888757, 30.4585614 ], [ 120.188959, 30.4585453 ], [ 120.1890298, 30.4584943 ], [ 120.1890407, 30.4584393 ], [ 120.1889777, 30.4583943 ], [ 120.1888438, 30.4584138 ], [ 120.1887808, 30.4585111 ], [ 120.1888757, 30.4585614 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1866951, 30.458512 ], [ 120.1867846, 30.4585623 ], [ 120.1868687, 30.4585711 ], [ 120.1870274, 30.4586737 ], [ 120.1870578, 30.45872 ], [ 120.187187, 30.458767 ], [ 120.1872952, 30.4586603 ], [ 120.1873255, 30.4584496 ], [ 120.1872913, 30.4583973 ], [ 120.1870025, 30.4582893 ], [ 120.1868936, 30.4584369 ], [ 120.1867706, 30.4583953 ], [ 120.1866951, 30.4584194 ], [ 120.1866951, 30.458512 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1885247, 30.4586983 ], [ 120.188643, 30.4587747 ], [ 120.1888213, 30.4587996 ], [ 120.1888859, 30.4587741 ], [ 120.1889092, 30.4586936 ], [ 120.1888703, 30.4586144 ], [ 120.188752, 30.4585594 ], [ 120.188724, 30.4585144 ], [ 120.1886562, 30.4584836 ], [ 120.1885286, 30.4584601 ], [ 120.1885053, 30.4585057 ], [ 120.1884889, 30.4585708 ], [ 120.1885247, 30.4586983 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1989099, 30.458828 ], [ 120.1989892, 30.4588438 ], [ 120.1990509, 30.4587977 ], [ 120.1990747, 30.4586596 ], [ 120.1990198, 30.4586017 ], [ 120.1989221, 30.4585648 ], [ 120.1988854, 30.4586227 ], [ 120.1988793, 30.458728 ], [ 120.1989099, 30.458828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1853992, 30.4595052 ], [ 120.1855184, 30.4595611 ], [ 120.1855915, 30.4595327 ], [ 120.1857366, 30.4593242 ], [ 120.1857189, 30.4592561 ], [ 120.1858522, 30.4589835 ], [ 120.1859112, 30.4588808 ], [ 120.1859962, 30.4587293 ], [ 120.1860717, 30.4585768 ], [ 120.1861401, 30.4583805 ], [ 120.1861247, 30.4583724 ], [ 120.1859855, 30.4586032 ], [ 120.1859525, 30.4587008 ], [ 120.1858275, 30.4589012 ], [ 120.1856682, 30.4592286 ], [ 120.1856127, 30.4592459 ], [ 120.1855195, 30.4592479 ], [ 120.1854334, 30.4593181 ], [ 120.1853827, 30.4593822 ], [ 120.1853992, 30.4595052 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.184982, 30.4601212 ], [ 120.1850223, 30.4602155 ], [ 120.1851087, 30.4602899 ], [ 120.1853792, 30.460409 ], [ 120.1855116, 30.4604536 ], [ 120.1856382, 30.4604437 ], [ 120.1860737, 30.4606096 ], [ 120.1864326, 30.4607464 ], [ 120.1865477, 30.4608506 ], [ 120.1867895, 30.4609548 ], [ 120.1869564, 30.461054 ], [ 120.1871176, 30.4611879 ], [ 120.1870773, 30.4612723 ], [ 120.187296, 30.4613914 ], [ 120.1874284, 30.4613566 ], [ 120.1875896, 30.4614112 ], [ 120.1877795, 30.4614856 ], [ 120.1878313, 30.461565 ], [ 120.1875953, 30.4618379 ], [ 120.187509, 30.4618776 ], [ 120.1870255, 30.4617387 ], [ 120.1868355, 30.461699 ], [ 120.1866398, 30.4616395 ], [ 120.1865074, 30.4616246 ], [ 120.1864383, 30.4617089 ], [ 120.1864211, 30.4618429 ], [ 120.1865477, 30.4619371 ], [ 120.186542, 30.462081 ], [ 120.1864383, 30.4622547 ], [ 120.186306, 30.4622398 ], [ 120.1862887, 30.4623589 ], [ 120.186352, 30.4624135 ], [ 120.1862426, 30.462726 ], [ 120.1862541, 30.4628153 ], [ 120.1863232, 30.4627211 ], [ 120.1864614, 30.4623093 ], [ 120.186588, 30.4621009 ], [ 120.1867031, 30.4619272 ], [ 120.1869161, 30.4618627 ], [ 120.1871118, 30.4618677 ], [ 120.1873248, 30.4619173 ], [ 120.1875262, 30.4619967 ], [ 120.187745, 30.4620562 ], [ 120.187768, 30.4621654 ], [ 120.1877047, 30.4622944 ], [ 120.1876471, 30.4624928 ], [ 120.1875608, 30.4625772 ], [ 120.1872672, 30.4632172 ], [ 120.1871253, 30.4632546 ], [ 120.1875795, 30.4634855 ], [ 120.1878083, 30.4634157 ], [ 120.1879695, 30.4634157 ], [ 120.1883436, 30.4634554 ], [ 120.188476, 30.4635496 ], [ 120.1888069, 30.4636884 ], [ 120.188902, 30.4637283 ], [ 120.1890574, 30.4637977 ], [ 120.1894833, 30.4639565 ], [ 120.1896272, 30.4640557 ], [ 120.189719, 30.4641791 ], [ 120.1899135, 30.4640871 ], [ 120.1896042, 30.4638424 ], [ 120.1894603, 30.4637233 ], [ 120.1893221, 30.4635794 ], [ 120.189161, 30.4634901 ], [ 120.1890056, 30.4634355 ], [ 120.1888501, 30.4633958 ], [ 120.1886372, 30.4633611 ], [ 120.1885393, 30.4632966 ], [ 120.1884415, 30.4632023 ], [ 120.1883954, 30.463118 ], [ 120.1883839, 30.4629741 ], [ 120.1884069, 30.4628947 ], [ 120.1883724, 30.4628153 ], [ 120.1883321, 30.4626963 ], [ 120.1883724, 30.4626417 ], [ 120.1884587, 30.4626516 ], [ 120.1886962, 30.4627242 ], [ 120.1887275, 30.462616 ], [ 120.1885911, 30.4625028 ], [ 120.1885393, 30.4624184 ], [ 120.1885451, 30.4623093 ], [ 120.1885969, 30.46222 ], [ 120.1886487, 30.4621257 ], [ 120.1886544, 30.4618726 ], [ 120.1886199, 30.4615402 ], [ 120.1885623, 30.4612227 ], [ 120.1885911, 30.4611185 ], [ 120.188666, 30.4610242 ], [ 120.1887523, 30.4608357 ], [ 120.1890286, 30.4602006 ], [ 120.1890919, 30.460022 ], [ 120.1893164, 30.4595258 ], [ 120.189443, 30.4592281 ], [ 120.1895466, 30.4590842 ], [ 120.1896445, 30.4590197 ], [ 120.1897826, 30.4589899 ], [ 120.189846, 30.4589602 ], [ 120.1901625, 30.45898 ], [ 120.1905309, 30.4589651 ], [ 120.1911468, 30.4589701 ], [ 120.1919815, 30.4590048 ], [ 120.1923268, 30.4589949 ], [ 120.192914, 30.4590098 ], [ 120.1932363, 30.4589701 ], [ 120.1935701, 30.4589056 ], [ 120.1937543, 30.4588857 ], [ 120.1936565, 30.458722 ], [ 120.193409, 30.4587766 ], [ 120.1933111, 30.4587766 ], [ 120.1932248, 30.4587468 ], [ 120.1931615, 30.4585583 ], [ 120.1931269, 30.4584739 ], [ 120.192914, 30.4584045 ], [ 120.1927931, 30.4585682 ], [ 120.1927298, 30.4586823 ], [ 120.1926319, 30.4587766 ], [ 120.1924995, 30.4588113 ], [ 120.1923901, 30.4587617 ], [ 120.1924074, 30.4586525 ], [ 120.1924822, 30.4584789 ], [ 120.1926031, 30.4582754 ], [ 120.1925456, 30.4581018 ], [ 120.1924707, 30.4580323 ], [ 120.1918951, 30.4578289 ], [ 120.1916419, 30.4577743 ], [ 120.1915613, 30.4578289 ], [ 120.1914864, 30.4581613 ], [ 120.1913713, 30.4583003 ], [ 120.1912389, 30.4583102 ], [ 120.1910432, 30.4582903 ], [ 120.1906806, 30.4581117 ], [ 120.1904964, 30.4579976 ], [ 120.1903467, 30.4579182 ], [ 120.1902719, 30.4577495 ], [ 120.1902949, 30.4576453 ], [ 120.1903525, 30.4575213 ], [ 120.1906115, 30.457159 ], [ 120.1907151, 30.4571094 ], [ 120.1907497, 30.4570499 ], [ 120.1907727, 30.4569159 ], [ 120.1907554, 30.4567819 ], [ 120.1908187, 30.4565884 ], [ 120.1908878, 30.4564048 ], [ 120.1909454, 30.4563552 ], [ 120.1911065, 30.4563552 ], [ 120.1915498, 30.4565438 ], [ 120.1916476, 30.456643 ], [ 120.1918318, 30.4566777 ], [ 120.1922117, 30.456777 ], [ 120.1922635, 30.4566877 ], [ 120.1917167, 30.4564644 ], [ 120.1913195, 30.4562758 ], [ 120.1911238, 30.4561865 ], [ 120.1911008, 30.4561121 ], [ 120.1911468, 30.455869 ], [ 120.1912101, 30.4557846 ], [ 120.1913022, 30.4557003 ], [ 120.1915037, 30.4557449 ], [ 120.1915267, 30.4556903 ], [ 120.1913828, 30.4556159 ], [ 120.1913253, 30.4555216 ], [ 120.1913195, 30.4554522 ], [ 120.1913886, 30.4553281 ], [ 120.1914807, 30.455214 ], [ 120.1916188, 30.4551545 ], [ 120.1917052, 30.4551148 ], [ 120.1917685, 30.4550155 ], [ 120.1918894, 30.4549064 ], [ 120.191993, 30.4548468 ], [ 120.1920448, 30.4548567 ], [ 120.1920448, 30.4547724 ], [ 120.1919469, 30.454693 ], [ 120.1918203, 30.4546186 ], [ 120.1917685, 30.454559 ], [ 120.1917973, 30.4544697 ], [ 120.1918951, 30.4542812 ], [ 120.1919382, 30.4542189 ], [ 120.1917691, 30.4541607 ], [ 120.1916308, 30.4543613 ], [ 120.1914807, 30.4545789 ], [ 120.1912677, 30.4551892 ], [ 120.1910375, 30.4556606 ], [ 120.1908475, 30.4560228 ], [ 120.190836, 30.4561766 ], [ 120.1906979, 30.4563403 ], [ 120.1906748, 30.4564991 ], [ 120.1904503, 30.4569209 ], [ 120.1900935, 30.4577644 ], [ 120.1896445, 30.4585235 ], [ 120.1891782, 30.4593968 ], [ 120.1889957, 30.4597223 ], [ 120.1888444, 30.4599922 ], [ 120.1884012, 30.460925 ], [ 120.18824, 30.4612028 ], [ 120.1880443, 30.461312 ], [ 120.1879234, 30.4613219 ], [ 120.1875493, 30.4611879 ], [ 120.1869621, 30.4609101 ], [ 120.1866398, 30.4607216 ], [ 120.1856037, 30.4603147 ], [ 120.1854886, 30.4602055 ], [ 120.1854195, 30.4600716 ], [ 120.1854425, 30.4599475 ], [ 120.1854828, 30.4598185 ], [ 120.1854656, 30.4597491 ], [ 120.185408, 30.4597441 ], [ 120.1852986, 30.4598632 ], [ 120.1851605, 30.4599327 ], [ 120.1850108, 30.4599575 ], [ 120.1849015, 30.4599674 ], [ 120.1848669, 30.4600319 ], [ 120.184982, 30.4601212 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1995573, 30.4587217 ], [ 120.1996606, 30.4587414 ], [ 120.1997295, 30.4588008 ], [ 120.1997811, 30.4590433 ], [ 120.1997811, 30.4591521 ], [ 120.1997639, 30.4592066 ], [ 120.1996606, 30.4592659 ], [ 120.1995975, 30.4593154 ], [ 120.1995802, 30.4594243 ], [ 120.1995802, 30.4595183 ], [ 120.1996204, 30.459548 ], [ 120.199695, 30.4594737 ], [ 120.1997984, 30.4594688 ], [ 120.1998959, 30.4594985 ], [ 120.2000394, 30.4595331 ], [ 120.2001887, 30.459543 ], [ 120.2003035, 30.4596271 ], [ 120.2002633, 30.4596618 ], [ 120.2001772, 30.4596024 ], [ 120.2000969, 30.4595776 ], [ 120.200005, 30.4595776 ], [ 120.1999017, 30.4596172 ], [ 120.1998443, 30.4596717 ], [ 120.1997926, 30.4597261 ], [ 120.1997984, 30.4598052 ], [ 120.1998213, 30.4598646 ], [ 120.1998845, 30.4598993 ], [ 120.199982, 30.459919 ], [ 120.2002863, 30.45983 ], [ 120.2003802, 30.4598819 ], [ 120.2005075, 30.4599834 ], [ 120.2008316, 30.4603841 ], [ 120.2008545, 30.4604732 ], [ 120.2009464, 30.4605177 ], [ 120.2010554, 30.4605623 ], [ 120.2011128, 30.4605425 ], [ 120.2012104, 30.4604683 ], [ 120.2012564, 30.4604188 ], [ 120.2013252, 30.4603495 ], [ 120.2013884, 30.4602605 ], [ 120.2015434, 30.4601862 ], [ 120.2015491, 30.4601071 ], [ 120.2016869, 30.4599586 ], [ 120.2017328, 30.4598597 ], [ 120.2017787, 30.4597508 ], [ 120.2018304, 30.4595776 ], [ 120.2018992, 30.4594935 ], [ 120.2019739, 30.459449 ], [ 120.2021231, 30.4594292 ], [ 120.202192, 30.4594292 ], [ 120.2022322, 30.4593797 ], [ 120.2022838, 30.4592907 ], [ 120.2022724, 30.4592214 ], [ 120.2021403, 30.459162 ], [ 120.2020313, 30.459068 ], [ 120.2019853, 30.4589691 ], [ 120.2020198, 30.45888 ], [ 120.2020083, 30.4588107 ], [ 120.2019796, 30.4586771 ], [ 120.2018878, 30.4586524 ], [ 120.2017443, 30.4586029 ], [ 120.2016754, 30.4585534 ], [ 120.2015721, 30.4584891 ], [ 120.2014917, 30.4584495 ], [ 120.2014286, 30.4583555 ], [ 120.201308, 30.458311 ], [ 120.2011932, 30.4583011 ], [ 120.201176, 30.4583951 ], [ 120.2010267, 30.4584842 ], [ 120.2009636, 30.4584792 ], [ 120.2009005, 30.4585732 ], [ 120.2007225, 30.4585831 ], [ 120.2005675, 30.4585336 ], [ 120.2004872, 30.4584495 ], [ 120.200447, 30.4585435 ], [ 120.2003953, 30.4586128 ], [ 120.200292, 30.4586524 ], [ 120.2001887, 30.4586722 ], [ 120.2000337, 30.4587068 ], [ 120.1999304, 30.458687 ], [ 120.19985, 30.4586029 ], [ 120.1997237, 30.4585881 ], [ 120.1995343, 30.4585881 ], [ 120.1995056, 30.4586573 ], [ 120.1995573, 30.4587217 ] ], [ [ 120.2015482, 30.4591044 ], [ 120.201604, 30.4591244 ], [ 120.201827, 30.4593127 ], [ 120.2018782, 30.4593768 ], [ 120.2018503, 30.4594049 ], [ 120.2017713, 30.4593848 ], [ 120.2016783, 30.4593408 ], [ 120.2016318, 30.4592967 ], [ 120.2015993, 30.4592406 ], [ 120.2015157, 30.4591525 ], [ 120.2015482, 30.4591044 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1866959, 30.4595872 ], [ 120.1867582, 30.4596318 ], [ 120.1868234, 30.4596442 ], [ 120.1868972, 30.4596029 ], [ 120.18697, 30.4595161 ], [ 120.1870237, 30.4593889 ], [ 120.1869604, 30.4593179 ], [ 120.1868665, 30.459303 ], [ 120.1868013, 30.4593063 ], [ 120.1867074, 30.4593931 ], [ 120.1866662, 30.4595161 ], [ 120.1866959, 30.4595872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1802503, 30.4596109 ], [ 120.1805571, 30.4596191 ], [ 120.1807104, 30.4594462 ], [ 120.1807305, 30.4593689 ], [ 120.1807211, 30.4591676 ], [ 120.1806798, 30.4590262 ], [ 120.1806184, 30.4589998 ], [ 120.1804922, 30.4589998 ], [ 120.1803919, 30.4590679 ], [ 120.1802928, 30.4593547 ], [ 120.1802492, 30.4594869 ], [ 120.1802503, 30.4596109 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1793587, 30.4597802 ], [ 120.1795286, 30.4598524 ], [ 120.1795758, 30.4598992 ], [ 120.1795699, 30.4599958 ], [ 120.179833, 30.4601057 ], [ 120.1799356, 30.4601392 ], [ 120.1800619, 30.4601504 ], [ 120.1801385, 30.4599785 ], [ 120.180181, 30.4597294 ], [ 120.1801881, 30.4595189 ], [ 120.18024, 30.4592962 ], [ 120.1802837, 30.4591325 ], [ 120.1802412, 30.459107 ], [ 120.1801161, 30.4591467 ], [ 120.1800843, 30.4591711 ], [ 120.1800524, 30.4591132 ], [ 120.1799781, 30.4590938 ], [ 120.1798908, 30.4591132 ], [ 120.1798295, 30.4592779 ], [ 120.1797775, 30.4593409 ], [ 120.1797256, 30.459346 ], [ 120.1796147, 30.4593135 ], [ 120.1795994, 30.4592545 ], [ 120.1796525, 30.4590948 ], [ 120.1795475, 30.4588691 ], [ 120.1796041, 30.4588325 ], [ 120.1796147, 30.4587623 ], [ 120.1795392, 30.4587237 ], [ 120.1794814, 30.4587318 ], [ 120.179439, 30.4588721 ], [ 120.1794024, 30.4590074 ], [ 120.1793552, 30.4591721 ], [ 120.1792478, 30.4592718 ], [ 120.1791487, 30.4592626 ], [ 120.1790544, 30.4594182 ], [ 120.1790131, 30.4595331 ], [ 120.1789989, 30.4595952 ], [ 120.1793587, 30.4597802 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1714055, 30.4596237 ], [ 120.1714663, 30.4597255 ], [ 120.1721565, 30.4598087 ], [ 120.1722673, 30.4594465 ], [ 120.1713393, 30.4592415 ], [ 120.1713161, 30.459297 ], [ 120.1711766, 30.4594049 ], [ 120.1711265, 30.4595405 ], [ 120.1714055, 30.4596237 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1728931, 30.4597166 ], [ 120.172932, 30.459567 ], [ 120.1727515, 30.4595268 ], [ 120.1727414, 30.4595583 ], [ 120.1723716, 30.4594838 ], [ 120.1723211, 30.4596146 ], [ 120.1728931, 30.4597166 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1747881, 30.4602345 ], [ 120.1749796, 30.4601969 ], [ 120.1750434, 30.4601244 ], [ 120.175431, 30.4601392 ], [ 120.1754637, 30.4601043 ], [ 120.1755229, 30.4596373 ], [ 120.175498, 30.4595917 ], [ 120.1755774, 30.459534 ], [ 120.1757953, 30.4595582 ], [ 120.1758389, 30.4595179 ], [ 120.1758685, 30.4593596 ], [ 120.1757688, 30.4592912 ], [ 120.1756178, 30.4592348 ], [ 120.1754949, 30.459216 ], [ 120.1753548, 30.4592643 ], [ 120.1750901, 30.4591999 ], [ 120.1748987, 30.4591288 ], [ 120.1748629, 30.4591436 ], [ 120.1748364, 30.459208 ], [ 120.1748488, 30.4593234 ], [ 120.1747944, 30.4594146 ], [ 120.1748084, 30.4596051 ], [ 120.1747586, 30.4597393 ], [ 120.1746761, 30.4598333 ], [ 120.1746683, 30.4601714 ], [ 120.1747881, 30.4602345 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1734029, 30.4598146 ], [ 120.1734613, 30.4598199 ], [ 120.1734784, 30.4596536 ], [ 120.173343, 30.4596589 ], [ 120.172964, 30.4595764 ], [ 120.1729429, 30.4597213 ], [ 120.1734029, 30.4598146 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1724075, 30.4598656 ], [ 120.1725312, 30.4598763 ], [ 120.1728348, 30.4599508 ], [ 120.1728776, 30.4597576 ], [ 120.1723117, 30.4596495 ], [ 120.1722565, 30.459836 ], [ 120.1724075, 30.4598656 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1784433, 30.460007 ], [ 120.1786556, 30.4600416 ], [ 120.1787677, 30.4600599 ], [ 120.1788774, 30.4601565 ], [ 120.1789281, 30.4601789 ], [ 120.1790402, 30.4601779 ], [ 120.1792136, 30.4601107 ], [ 120.179367, 30.4601351 ], [ 120.1794626, 30.4600853 ], [ 120.1795121, 30.4600192 ], [ 120.1794602, 30.4598708 ], [ 120.1791676, 30.4597243 ], [ 120.1789494, 30.4596247 ], [ 120.1788326, 30.4596857 ], [ 120.1785565, 30.4595809 ], [ 120.1784574, 30.4597396 ], [ 120.1784091, 30.459948 ], [ 120.1784433, 30.460007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1823661, 30.4604692 ], [ 120.1823979, 30.4604865 ], [ 120.182333, 30.4607886 ], [ 120.1823979, 30.4608597 ], [ 120.1823094, 30.460875 ], [ 120.1822587, 30.460933 ], [ 120.1821443, 30.4610845 ], [ 120.1821325, 30.4611628 ], [ 120.1821632, 30.461178 ], [ 120.1821596, 30.4613123 ], [ 120.1821813, 30.4613842 ], [ 120.1821903, 30.4614139 ], [ 120.182287, 30.4614353 ], [ 120.1823956, 30.4614485 ], [ 120.1824074, 30.4614058 ], [ 120.1824758, 30.4613773 ], [ 120.1824947, 30.4613194 ], [ 120.1825973, 30.4613224 ], [ 120.1825997, 30.4612299 ], [ 120.1826329, 30.4611828 ], [ 120.1826527, 30.4611546 ], [ 120.1827672, 30.4610957 ], [ 120.1829028, 30.4610885 ], [ 120.1828675, 30.4608699 ], [ 120.1828958, 30.4608577 ], [ 120.1829666, 30.4608831 ], [ 120.1830279, 30.4608852 ], [ 120.1829984, 30.460813 ], [ 120.1830645, 30.4605394 ], [ 120.1831211, 30.4604448 ], [ 120.1831329, 30.460397 ], [ 120.1830739, 30.4602476 ], [ 120.1830252, 30.460216 ], [ 120.1830934, 30.4601735 ], [ 120.1830963, 30.4600583 ], [ 120.1831327, 30.4600207 ], [ 120.183121, 30.4599381 ], [ 120.1829714, 30.4598905 ], [ 120.1829032, 30.4598492 ], [ 120.1829235, 30.4597841 ], [ 120.1829017, 30.4597215 ], [ 120.1829772, 30.4596339 ], [ 120.1830571, 30.4595137 ], [ 120.1830426, 30.4592332 ], [ 120.1830019, 30.4590317 ], [ 120.1829293, 30.4590066 ], [ 120.1828538, 30.4589515 ], [ 120.1828175, 30.4588476 ], [ 120.1827565, 30.458755 ], [ 120.1826112, 30.4587087 ], [ 120.1824457, 30.4586035 ], [ 120.182328, 30.4585209 ], [ 120.1822002, 30.4584758 ], [ 120.1821305, 30.4583706 ], [ 120.1819881, 30.4583331 ], [ 120.1819809, 30.458586 ], [ 120.1819489, 30.4590217 ], [ 120.1813578, 30.4590254 ], [ 120.1813607, 30.4590742 ], [ 120.1819039, 30.4590792 ], [ 120.1819635, 30.4591306 ], [ 120.1819809, 30.4598429 ], [ 120.1819736, 30.4601284 ], [ 120.1819315, 30.4604714 ], [ 120.1819388, 30.4606404 ], [ 120.1820637, 30.4606492 ], [ 120.1821741, 30.4606805 ], [ 120.1822336, 30.4605465 ], [ 120.1823048, 30.4605215 ], [ 120.1823882, 30.4603272 ], [ 120.1823661, 30.4604692 ] ], [ [ 120.1823992, 30.4602936 ], [ 120.1824558, 30.460216 ], [ 120.1824892, 30.4601321 ], [ 120.1825517, 30.4601096 ], [ 120.1826258, 30.4601785 ], [ 120.1826256, 30.4602008 ], [ 120.1825489, 30.4602252 ], [ 120.1824604, 30.4602506 ], [ 120.1823882, 30.4603272 ], [ 120.1823992, 30.4602936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1730823, 30.459993 ], [ 120.1732294, 30.4600098 ], [ 120.1734683, 30.4600192 ], [ 120.1734699, 30.4598642 ], [ 120.1729165, 30.4597636 ], [ 120.1728752, 30.4599642 ], [ 120.1730823, 30.459993 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1861258, 30.4596987 ], [ 120.1862197, 30.4596615 ], [ 120.1863059, 30.4596632 ], [ 120.1864094, 30.4596789 ], [ 120.1865062, 30.4596062 ], [ 120.1865905, 30.4594955 ], [ 120.1866653, 30.4592865 ], [ 120.1865953, 30.459256 ], [ 120.186487, 30.4593914 ], [ 120.1863529, 30.4594203 ], [ 120.1862341, 30.4593873 ], [ 120.1862005, 30.4594699 ], [ 120.1861076, 30.4594666 ], [ 120.186052, 30.4596161 ], [ 120.1861258, 30.4596987 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.187141, 30.4596525 ], [ 120.1872499, 30.4596827 ], [ 120.1874118, 30.4594713 ], [ 120.1871628, 30.4593559 ], [ 120.1870857, 30.4593653 ], [ 120.1870491, 30.4594136 ], [ 120.1870157, 30.4595136 ], [ 120.1870141, 30.4595914 ], [ 120.187141, 30.4596525 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1864775, 30.4599093 ], [ 120.1864918, 30.4599614 ], [ 120.1867592, 30.4600539 ], [ 120.1868847, 30.4597838 ], [ 120.1868521, 30.4597202 ], [ 120.1867151, 30.4596648 ], [ 120.1866519, 30.4596293 ], [ 120.1865934, 30.4596376 ], [ 120.1865388, 30.4597152 ], [ 120.1864477, 30.459754 ], [ 120.1864698, 30.4598193 ], [ 120.1864276, 30.4598779 ], [ 120.1864775, 30.4599093 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1942603, 30.4598173 ], [ 120.1942744, 30.4600156 ], [ 120.194449, 30.460097 ], [ 120.1945552, 30.4600695 ], [ 120.1946567, 30.4599943 ], [ 120.1947109, 30.4600645 ], [ 120.1946567, 30.4601255 ], [ 120.1946567, 30.4602221 ], [ 120.1946779, 30.4603044 ], [ 120.1947298, 30.4603512 ], [ 120.194895, 30.4604011 ], [ 120.19502, 30.4603756 ], [ 120.1950826, 30.460336 ], [ 120.1950896, 30.4601661 ], [ 120.1949917, 30.4600553 ], [ 120.1947404, 30.4600431 ], [ 120.194705, 30.4599841 ], [ 120.1947487, 30.4598184 ], [ 120.1946543, 30.4596231 ], [ 120.1945057, 30.4595733 ], [ 120.1944325, 30.4595367 ], [ 120.1943228, 30.4595611 ], [ 120.1942273, 30.4596811 ], [ 120.1942603, 30.4598173 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1859478, 30.4600818 ], [ 120.1859962, 30.4601255 ], [ 120.186238, 30.4601621 ], [ 120.1863312, 30.4601072 ], [ 120.1863902, 30.4600381 ], [ 120.186415, 30.4599527 ], [ 120.1862923, 30.459853 ], [ 120.1860941, 30.4598276 ], [ 120.185982, 30.4598866 ], [ 120.1859053, 30.4599771 ], [ 120.1859478, 30.4600818 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1915506, 30.4602328 ], [ 120.1915157, 30.4603267 ], [ 120.1915114, 30.460383 ], [ 120.1919839, 30.4604659 ], [ 120.1920577, 30.4603668 ], [ 120.1920774, 30.4600965 ], [ 120.1919957, 30.4598424 ], [ 120.1920653, 30.4596139 ], [ 120.1919824, 30.4595399 ], [ 120.1918556, 30.4595267 ], [ 120.1917714, 30.459578 ], [ 120.1916656, 30.4596668 ], [ 120.1915935, 30.4597827 ], [ 120.1915, 30.4601425 ], [ 120.1915506, 30.4602328 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2046055, 30.4604464 ], [ 120.2046725, 30.4605053 ], [ 120.2047585, 30.4605227 ], [ 120.2048647, 30.4605053 ], [ 120.2049064, 30.4604083 ], [ 120.2048837, 30.4602459 ], [ 120.2049911, 30.4600759 ], [ 120.2050164, 30.4599996 ], [ 120.2049355, 30.4599941 ], [ 120.2048457, 30.4600116 ], [ 120.204804, 30.4601554 ], [ 120.204718, 30.4602252 ], [ 120.2045574, 30.4603887 ], [ 120.2046055, 30.4604464 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2018432, 30.4601824 ], [ 120.2020178, 30.4604113 ], [ 120.2021088, 30.460516 ], [ 120.2021847, 30.4605945 ], [ 120.2022986, 30.4606403 ], [ 120.2022986, 30.4605487 ], [ 120.2021013, 30.4603459 ], [ 120.2018812, 30.4600646 ], [ 120.2017901, 30.4600254 ], [ 120.2017597, 30.4600842 ], [ 120.2018432, 30.4601824 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1874142, 30.4605038 ], [ 120.1874496, 30.4605181 ], [ 120.1877587, 30.4605882 ], [ 120.1878236, 30.4604672 ], [ 120.1878873, 30.4604743 ], [ 120.1879227, 30.4603228 ], [ 120.1875227, 30.4601469 ], [ 120.1874154, 30.4602404 ], [ 120.1873694, 30.4603777 ], [ 120.1874142, 30.4605038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1999222, 30.4601149 ], [ 120.1999613, 30.4602698 ], [ 120.200016, 30.4603776 ], [ 120.2001254, 30.4604854 ], [ 120.2001332, 30.4605595 ], [ 120.2000785, 30.4607009 ], [ 120.2001019, 30.4607885 ], [ 120.2001722, 30.4608356 ], [ 120.2002426, 30.4608962 ], [ 120.2003442, 30.4609636 ], [ 120.200688, 30.4607885 ], [ 120.2007349, 30.4606874 ], [ 120.2007896, 30.4605729 ], [ 120.2007739, 30.4604315 ], [ 120.2003754, 30.4599263 ], [ 120.2002816, 30.4598859 ], [ 120.2000316, 30.4599735 ], [ 120.1999222, 30.4600475 ], [ 120.1999222, 30.4601149 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.175935, 30.4599721 ], [ 120.1759312, 30.4601399 ], [ 120.1759793, 30.4602947 ], [ 120.1762031, 30.4603928 ], [ 120.1763877, 30.4604353 ], [ 120.1765976, 30.4604429 ], [ 120.1767455, 30.46048 ], [ 120.1767531, 30.4604604 ], [ 120.1765824, 30.4603982 ], [ 120.17648, 30.460371 ], [ 120.1765318, 30.4601225 ], [ 120.1766406, 30.4599231 ], [ 120.17692, 30.4598827 ], [ 120.1769769, 30.4597203 ], [ 120.17648, 30.4596212 ], [ 120.1764749, 30.4598293 ], [ 120.1762929, 30.4598904 ], [ 120.1761841, 30.4598119 ], [ 120.1761702, 30.4596658 ], [ 120.1760109, 30.4596233 ], [ 120.1759237, 30.45968 ], [ 120.1758958, 30.459813 ], [ 120.175935, 30.4599721 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1770085, 30.4603993 ], [ 120.1772285, 30.4604418 ], [ 120.1774422, 30.4604408 ], [ 120.177489, 30.4604233 ], [ 120.177556, 30.4602359 ], [ 120.1776293, 30.4598489 ], [ 120.1775446, 30.4597225 ], [ 120.1772892, 30.4596811 ], [ 120.1770983, 30.4597683 ], [ 120.17692, 30.4603427 ], [ 120.1770085, 30.4603993 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1838274, 30.4603565 ], [ 120.1838291, 30.4604751 ], [ 120.1838441, 30.4605377 ], [ 120.1838799, 30.4605657 ], [ 120.1839475, 30.4605175 ], [ 120.1840151, 30.4605406 ], [ 120.1840651, 30.4605794 ], [ 120.1841102, 30.4605715 ], [ 120.1841802, 30.4604492 ], [ 120.1842028, 30.4603421 ], [ 120.1842628, 30.4603133 ], [ 120.1842812, 30.4602357 ], [ 120.1842328, 30.4601803 ], [ 120.1838925, 30.4602127 ], [ 120.1838649, 30.460204 ], [ 120.1838199, 30.4602968 ], [ 120.1838274, 30.4603565 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1682995, 30.460678 ], [ 120.168371, 30.4606873 ], [ 120.168489, 30.4606472 ], [ 120.1686249, 30.4605624 ], [ 120.1687376, 30.4603867 ], [ 120.168641, 30.4603004 ], [ 120.1684997, 30.4602696 ], [ 120.1684264, 30.4602911 ], [ 120.1681975, 30.4605763 ], [ 120.1682995, 30.460678 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1794201, 30.4603507 ], [ 120.1796029, 30.4603955 ], [ 120.1797245, 30.4604484 ], [ 120.1799179, 30.4604524 ], [ 120.1799639, 30.4604799 ], [ 120.1799875, 30.4605531 ], [ 120.1799097, 30.4605775 ], [ 120.1797634, 30.4605806 ], [ 120.179682, 30.4605928 ], [ 120.1796773, 30.4606243 ], [ 120.1797327, 30.4606995 ], [ 120.1797988, 30.4607778 ], [ 120.1797127, 30.460787 ], [ 120.179577, 30.4607524 ], [ 120.1795369, 30.4607982 ], [ 120.1796124, 30.4608582 ], [ 120.1797268, 30.4609273 ], [ 120.1798908, 30.4609273 ], [ 120.1798837, 30.4610158 ], [ 120.1799109, 30.4610727 ], [ 120.1800713, 30.4610778 ], [ 120.180076, 30.4609507 ], [ 120.1801161, 30.4609029 ], [ 120.1802223, 30.4608378 ], [ 120.1801621, 30.4606273 ], [ 120.1801787, 30.4604606 ], [ 120.1802223, 30.4603528 ], [ 120.1800984, 30.4602379 ], [ 120.1800583, 30.4601931 ], [ 120.1799179, 30.4601748 ], [ 120.1796714, 30.4601026 ], [ 120.1795357, 30.4600243 ], [ 120.1794791, 30.4601219 ], [ 120.1793989, 30.4601819 ], [ 120.1794189, 30.4602135 ], [ 120.1793576, 30.4603162 ], [ 120.1794201, 30.4603507 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1839533, 30.4608203 ], [ 120.1839684, 30.4608533 ], [ 120.1840017, 30.4608728 ], [ 120.1840568, 30.4608677 ], [ 120.1840968, 30.4608555 ], [ 120.1841419, 30.4607742 ], [ 120.1841194, 30.4607067 ], [ 120.1841686, 30.4606714 ], [ 120.1841569, 30.4606304 ], [ 120.1840535, 30.4606232 ], [ 120.1839642, 30.460721 ], [ 120.183945, 30.4607635 ], [ 120.1839533, 30.4608203 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1779792, 30.4607975 ], [ 120.17824, 30.4608707 ], [ 120.1783414, 30.4609287 ], [ 120.178634, 30.4609897 ], [ 120.1786824, 30.4609928 ], [ 120.1787732, 30.4609389 ], [ 120.1788157, 30.4609328 ], [ 120.178877, 30.4608311 ], [ 120.1788605, 30.4607965 ], [ 120.1788711, 30.4607172 ], [ 120.1788428, 30.4606501 ], [ 120.1787177, 30.4606084 ], [ 120.1785597, 30.4605677 ], [ 120.178365, 30.4605504 ], [ 120.1781243, 30.4605362 ], [ 120.1780311, 30.4605199 ], [ 120.177932, 30.4605738 ], [ 120.1778707, 30.4607365 ], [ 120.1779792, 30.4607975 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.184218, 30.4610693 ], [ 120.1844505, 30.4611186 ], [ 120.1845917, 30.4611788 ], [ 120.1846436, 30.4612157 ], [ 120.1847866, 30.4612635 ], [ 120.1848474, 30.4612435 ], [ 120.1849655, 30.4612728 ], [ 120.1850799, 30.4612219 ], [ 120.1852212, 30.4612065 ], [ 120.185341, 30.4612358 ], [ 120.1854605, 30.4612694 ], [ 120.1855055, 30.461282 ], [ 120.1856718, 30.4613098 ], [ 120.1856628, 30.4613452 ], [ 120.1858184, 30.4613961 ], [ 120.1858631, 30.4613313 ], [ 120.185661, 30.4612235 ], [ 120.185577, 30.4611464 ], [ 120.1855251, 30.4610277 ], [ 120.1856235, 30.4608058 ], [ 120.18567, 30.4607996 ], [ 120.185754, 30.4605977 ], [ 120.1856807, 30.4605376 ], [ 120.1854751, 30.4605607 ], [ 120.1849673, 30.4603403 ], [ 120.1849243, 30.4602231 ], [ 120.1849118, 30.4601599 ], [ 120.1848242, 30.4601322 ], [ 120.1847402, 30.4601306 ], [ 120.1846472, 30.4602031 ], [ 120.1845452, 30.460425 ], [ 120.1845059, 30.4605252 ], [ 120.1843432, 30.4606701 ], [ 120.1842574, 30.4608289 ], [ 120.1841894, 30.4609368 ], [ 120.1841715, 30.4610169 ], [ 120.184218, 30.4610693 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1834774, 30.4610052 ], [ 120.1835541, 30.4610529 ], [ 120.1836189, 30.4610743 ], [ 120.183685, 30.4611262 ], [ 120.1837487, 30.4611231 ], [ 120.1837888, 30.4611485 ], [ 120.1839233, 30.4611028 ], [ 120.1841345, 30.4610804 ], [ 120.1841392, 30.4610011 ], [ 120.1840897, 30.4609675 ], [ 120.1840672, 30.4609146 ], [ 120.1839729, 30.4609106 ], [ 120.1839186, 30.4607418 ], [ 120.1838808, 30.4607143 ], [ 120.1838702, 30.4606401 ], [ 120.1837664, 30.4606299 ], [ 120.1836378, 30.4606218 ], [ 120.1835741, 30.4605831 ], [ 120.1835151, 30.4605953 ], [ 120.1834833, 30.4606655 ], [ 120.1834963, 30.4606869 ], [ 120.1834502, 30.460813 ], [ 120.1834231, 30.4608577 ], [ 120.1834172, 30.4609258 ], [ 120.1834774, 30.4610052 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1701949, 30.4613963 ], [ 120.1704953, 30.4613531 ], [ 120.1706097, 30.4609477 ], [ 120.1703683, 30.460903 ], [ 120.1701895, 30.4613485 ], [ 120.1701949, 30.4613963 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1980956, 30.4605536 ], [ 120.1984101, 30.4606678 ], [ 120.1985508, 30.4605394 ], [ 120.1985508, 30.4604466 ], [ 120.1985095, 30.4603896 ], [ 120.1982777, 30.4602968 ], [ 120.1981619, 30.4602968 ], [ 120.1980708, 30.4603682 ], [ 120.198046, 30.460468 ], [ 120.1980956, 30.4605536 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.199508, 30.4606369 ], [ 120.1995159, 30.4607649 ], [ 120.1995471, 30.460839 ], [ 120.1996174, 30.46094 ], [ 120.1997112, 30.4609804 ], [ 120.1998753, 30.4609063 ], [ 120.1998753, 30.4608255 ], [ 120.1998675, 30.4607245 ], [ 120.1997972, 30.4605763 ], [ 120.1997815, 30.4603742 ], [ 120.1998284, 30.4602597 ], [ 120.1997503, 30.4601856 ], [ 120.1996409, 30.4601856 ], [ 120.1995393, 30.4602058 ], [ 120.1994924, 30.4602934 ], [ 120.199508, 30.4606369 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1940621, 30.4605058 ], [ 120.1941352, 30.4605841 ], [ 120.1942509, 30.4606451 ], [ 120.194291, 30.4608149 ], [ 120.1943747, 30.4608505 ], [ 120.1945151, 30.4608271 ], [ 120.1946083, 30.4608515 ], [ 120.194744, 30.4609309 ], [ 120.195092, 30.4609573 ], [ 120.1951769, 30.4608678 ], [ 120.1952159, 30.4607254 ], [ 120.1951828, 30.4604722 ], [ 120.1951144, 30.4604336 ], [ 120.1949858, 30.4605251 ], [ 120.1947947, 30.4604885 ], [ 120.1947003, 30.4604794 ], [ 120.1945481, 30.4604214 ], [ 120.1942733, 30.4603949 ], [ 120.1940515, 30.4602963 ], [ 120.1940137, 30.4604651 ], [ 120.1940621, 30.4605058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2013955, 30.460601 ], [ 120.2014486, 30.4607122 ], [ 120.2015548, 30.4608561 ], [ 120.2016763, 30.4609281 ], [ 120.2018053, 30.4610197 ], [ 120.2018736, 30.4609281 ], [ 120.201828, 30.4608758 ], [ 120.2018129, 30.4607515 ], [ 120.201699, 30.4606272 ], [ 120.2014941, 30.4604898 ], [ 120.2013955, 30.4605029 ], [ 120.2013955, 30.460601 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2009249, 30.4609281 ], [ 120.2010691, 30.4611178 ], [ 120.2012513, 30.4613075 ], [ 120.2013499, 30.4614514 ], [ 120.2014562, 30.4615626 ], [ 120.20157, 30.4616281 ], [ 120.2016459, 30.4615757 ], [ 120.2016383, 30.4615038 ], [ 120.2014789, 30.4613533 ], [ 120.2012361, 30.4610328 ], [ 120.2011602, 30.4609019 ], [ 120.2011147, 30.4607973 ], [ 120.2010312, 30.4606468 ], [ 120.2009098, 30.4606337 ], [ 120.2008263, 30.4607384 ], [ 120.2007959, 30.4608104 ], [ 120.2009249, 30.4609281 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1971356, 30.4618877 ], [ 120.1972846, 30.4618449 ], [ 120.1974004, 30.4617949 ], [ 120.1974584, 30.4617236 ], [ 120.1975908, 30.4617165 ], [ 120.1977149, 30.4615524 ], [ 120.1977563, 30.4613812 ], [ 120.1979136, 30.4611101 ], [ 120.1979963, 30.4609674 ], [ 120.1979467, 30.4608604 ], [ 120.1978391, 30.4608105 ], [ 120.1976901, 30.4608604 ], [ 120.1976156, 30.4610031 ], [ 120.1974418, 30.4612314 ], [ 120.1973094, 30.4613812 ], [ 120.1972349, 30.4614454 ], [ 120.1972018, 30.4615738 ], [ 120.1971191, 30.4616879 ], [ 120.1970777, 30.4617807 ], [ 120.1971356, 30.4618877 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1988186, 30.4617071 ], [ 120.199145, 30.4618872 ], [ 120.1995368, 30.4620898 ], [ 120.1998632, 30.4622023 ], [ 120.2000329, 30.4621236 ], [ 120.2001243, 30.4620335 ], [ 120.2003463, 30.4618309 ], [ 120.2004638, 30.4617746 ], [ 120.20049, 30.4616396 ], [ 120.2003594, 30.4614595 ], [ 120.2002419, 30.4611781 ], [ 120.2002027, 30.4610656 ], [ 120.2000982, 30.4610318 ], [ 120.1999546, 30.4610656 ], [ 120.1997897, 30.4610715 ], [ 120.199525, 30.4609985 ], [ 120.1994725, 30.4609431 ], [ 120.1993168, 30.4609243 ], [ 120.1992495, 30.4610206 ], [ 120.199132, 30.4611556 ], [ 120.1990406, 30.4612231 ], [ 120.1988186, 30.4613019 ], [ 120.1987533, 30.4614032 ], [ 120.1987403, 30.4615833 ], [ 120.1988186, 30.4617071 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1849487, 30.461725 ], [ 120.1850336, 30.4618364 ], [ 120.1852702, 30.4619303 ], [ 120.1853294, 30.4618981 ], [ 120.1853753, 30.4617968 ], [ 120.1855356, 30.4615298 ], [ 120.1855566, 30.4614694 ], [ 120.1855208, 30.4613829 ], [ 120.1854321, 30.4613118 ], [ 120.1853426, 30.4612896 ], [ 120.1851924, 30.4612393 ], [ 120.1850935, 30.4612641 ], [ 120.1850484, 30.4613051 ], [ 120.1850235, 30.4613534 ], [ 120.1850414, 30.4613748 ], [ 120.1849441, 30.4615748 ], [ 120.1849487, 30.461725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2006821, 30.461857 ], [ 120.2010312, 30.4620533 ], [ 120.2012285, 30.462171 ], [ 120.2015473, 30.4622233 ], [ 120.2016687, 30.4621645 ], [ 120.2017673, 30.4620467 ], [ 120.2018584, 30.4619224 ], [ 120.2020405, 30.4618439 ], [ 120.202124, 30.4617131 ], [ 120.2022303, 30.4614514 ], [ 120.2023014, 30.461312 ], [ 120.2022237, 30.4612517 ], [ 120.2021696, 30.4613664 ], [ 120.2019419, 30.4616608 ], [ 120.2018508, 30.4617524 ], [ 120.2017522, 30.4617785 ], [ 120.2017218, 30.4618701 ], [ 120.20157, 30.462086 ], [ 120.2014031, 30.4621318 ], [ 120.2012589, 30.4620598 ], [ 120.2008415, 30.4617981 ], [ 120.2006897, 30.4617196 ], [ 120.200629, 30.4617981 ], [ 120.2006821, 30.461857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1852237, 30.4625651 ], [ 120.1852699, 30.4625708 ], [ 120.185276, 30.4625172 ], [ 120.1853316, 30.4623863 ], [ 120.1854224, 30.4621837 ], [ 120.1855561, 30.4620495 ], [ 120.1854961, 30.4619105 ], [ 120.1852143, 30.4620784 ], [ 120.1852578, 30.4621159 ], [ 120.1851923, 30.4624138 ], [ 120.1852237, 30.4625651 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1787354, 30.4612938 ], [ 120.1787531, 30.4613355 ], [ 120.178864, 30.4613934 ], [ 120.1789218, 30.4614514 ], [ 120.1789419, 30.4615561 ], [ 120.1789643, 30.4616639 ], [ 120.1790304, 30.4617677 ], [ 120.1790811, 30.4617931 ], [ 120.1791271, 30.4618317 ], [ 120.179238, 30.4618246 ], [ 120.1793206, 30.4618114 ], [ 120.1794032, 30.4617585 ], [ 120.1794504, 30.4615938 ], [ 120.179507, 30.4614931 ], [ 120.1795353, 30.4613039 ], [ 120.1796592, 30.4610772 ], [ 120.1796332, 30.4609348 ], [ 120.1794669, 30.4608555 ], [ 120.1791366, 30.4605962 ], [ 120.1790752, 30.4605382 ], [ 120.1789443, 30.4605738 ], [ 120.1789089, 30.4606582 ], [ 120.1789148, 30.4607579 ], [ 120.1789903, 30.4608047 ], [ 120.1789962, 30.4608463 ], [ 120.1789018, 30.4609297 ], [ 120.1786021, 30.4610965 ], [ 120.1785762, 30.4612317 ], [ 120.1787354, 30.4612938 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1739673, 30.4614037 ], [ 120.1741035, 30.4614353 ], [ 120.174235, 30.46145 ], [ 120.1743067, 30.4613883 ], [ 120.1743736, 30.4612407 ], [ 120.1743269, 30.4611582 ], [ 120.1743362, 30.4610837 ], [ 120.1742265, 30.4610334 ], [ 120.1740996, 30.461022 ], [ 120.1739945, 30.4611139 ], [ 120.1739642, 30.4612897 ], [ 120.1739673, 30.4614037 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1745659, 30.4614759 ], [ 120.1748706, 30.4614065 ], [ 120.175273, 30.4613512 ], [ 120.1757474, 30.4613338 ], [ 120.1762054, 30.4613355 ], [ 120.1762102, 30.4613123 ], [ 120.175985, 30.4612512 ], [ 120.1755969, 30.4611827 ], [ 120.1752625, 30.4611777 ], [ 120.1750009, 30.4612686 ], [ 120.1749195, 30.461295 ], [ 120.1748083, 30.4612876 ], [ 120.1746799, 30.4612314 ], [ 120.1746023, 30.4612281 ], [ 120.1745649, 30.4612487 ], [ 120.1745659, 30.4614759 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1836873, 30.4617783 ], [ 120.1837063, 30.4618107 ], [ 120.1837381, 30.4618651 ], [ 120.1838933, 30.4618973 ], [ 120.1841971, 30.4619146 ], [ 120.184221, 30.461832 ], [ 120.1843859, 30.4618056 ], [ 120.1844261, 30.4616743 ], [ 120.1844357, 30.4616235 ], [ 120.1844453, 30.4615727 ], [ 120.1845286, 30.4615694 ], [ 120.1846063, 30.4614356 ], [ 120.1844539, 30.4611729 ], [ 120.1843514, 30.4611399 ], [ 120.1841578, 30.4611118 ], [ 120.1839614, 30.4611332 ], [ 120.1838186, 30.4611894 ], [ 120.183717, 30.4612976 ], [ 120.1837621, 30.4613604 ], [ 120.1837295, 30.4615652 ], [ 120.1836816, 30.4615636 ], [ 120.1836701, 30.4616676 ], [ 120.1836873, 30.4617783 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1465371, 30.4609391 ], [ 120.1467636, 30.4609032 ], [ 120.1470676, 30.4609134 ], [ 120.1473715, 30.4609083 ], [ 120.1475265, 30.4609391 ], [ 120.1476576, 30.4608775 ], [ 120.1479019, 30.4608826 ], [ 120.1482476, 30.4610419 ], [ 120.1483251, 30.4612165 ], [ 120.148486, 30.4612371 ], [ 120.1487423, 30.4612114 ], [ 120.1488913, 30.4613141 ], [ 120.1489211, 30.4613963 ], [ 120.1489807, 30.4614015 ], [ 120.1490582, 30.4612628 ], [ 120.1491356, 30.4610932 ], [ 120.149535, 30.4609699 ], [ 120.1499223, 30.4610008 ], [ 120.1500773, 30.4610573 ], [ 120.1505004, 30.461083 ], [ 120.1506375, 30.4611395 ], [ 120.1511739, 30.4611395 ], [ 120.1514719, 30.4611087 ], [ 120.151603, 30.4611497 ], [ 120.1518355, 30.4611343 ], [ 120.1520619, 30.4610624 ], [ 120.1522288, 30.4610213 ], [ 120.1526043, 30.4610265 ], [ 120.1528188, 30.4610624 ], [ 120.1528963, 30.4611138 ], [ 120.1529261, 30.4614785 ], [ 120.1529798, 30.4614631 ], [ 120.1530155, 30.4613809 ], [ 120.1530751, 30.461273 ], [ 120.1531049, 30.4611857 ], [ 120.1531764, 30.4611754 ], [ 120.1534267, 30.4611703 ], [ 120.1535459, 30.4611138 ], [ 120.153689, 30.4611138 ], [ 120.1538678, 30.4611497 ], [ 120.1540287, 30.4612011 ], [ 120.154124, 30.4612063 ], [ 120.1542969, 30.4611652 ], [ 120.1546128, 30.4611652 ], [ 120.1551074, 30.4612474 ], [ 120.1551789, 30.4613655 ], [ 120.1551849, 30.4616121 ], [ 120.1552683, 30.4616018 ], [ 120.1553101, 30.4614734 ], [ 120.1553697, 30.4613141 ], [ 120.1554352, 30.4612063 ], [ 120.1555425, 30.46116 ], [ 120.1558345, 30.4612011 ], [ 120.1561504, 30.4611703 ], [ 120.1569609, 30.4612474 ], [ 120.1571934, 30.4612782 ], [ 120.1574735, 30.4612525 ], [ 120.1581708, 30.4612474 ], [ 120.1588979, 30.4612525 ], [ 120.1596131, 30.4612371 ], [ 120.1601137, 30.4612371 ], [ 120.1604296, 30.4612628 ], [ 120.1607455, 30.4612885 ], [ 120.1609779, 30.4612525 ], [ 120.1614547, 30.4613809 ], [ 120.1619911, 30.4615453 ], [ 120.162295, 30.46172 ], [ 120.1623546, 30.4618484 ], [ 120.1623368, 30.4620899 ], [ 120.1622712, 30.4627371 ], [ 120.1622652, 30.4630043 ], [ 120.1623189, 30.4631327 ], [ 120.1624381, 30.4638879 ], [ 120.1624857, 30.4640471 ], [ 120.1624858, 30.4640889 ], [ 120.1624859, 30.4641846 ], [ 120.1625381, 30.4642204 ], [ 120.1626716, 30.464228 ], [ 120.1628262, 30.4641969 ], [ 120.1629603, 30.464202 ], [ 120.1634641, 30.4641761 ], [ 120.1639124, 30.464205 ], [ 120.1642027, 30.4641468 ], [ 120.1643796, 30.4640916 ], [ 120.1644457, 30.4640832 ], [ 120.1645235, 30.4641813 ], [ 120.1650407, 30.464274 ], [ 120.1660533, 30.4644554 ], [ 120.1663711, 30.4645123 ], [ 120.1663841, 30.4642422 ], [ 120.1660281, 30.4642508 ], [ 120.165984, 30.4641287 ], [ 120.1659417, 30.4641166 ], [ 120.1656121, 30.4642077 ], [ 120.1642503, 30.4640301 ], [ 120.1642046, 30.4640731 ], [ 120.1631473, 30.4640625 ], [ 120.1628791, 30.4640728 ], [ 120.1626645, 30.4639957 ], [ 120.162593, 30.4638981 ], [ 120.1625394, 30.4638005 ], [ 120.1624857, 30.4636618 ], [ 120.1624142, 30.4631995 ], [ 120.1623665, 30.4628913 ], [ 120.1623904, 30.4626036 ], [ 120.1624023, 30.4623827 ], [ 120.1624321, 30.4620179 ], [ 120.1624526, 30.4619701 ], [ 120.1625751, 30.461684 ], [ 120.162307, 30.4615916 ], [ 120.162009, 30.4614785 ], [ 120.1611746, 30.4611343 ], [ 120.1607335, 30.461083 ], [ 120.1604296, 30.4610316 ], [ 120.1601554, 30.4609648 ], [ 120.1599766, 30.4609802 ], [ 120.1598941, 30.4609733 ], [ 120.1597919, 30.4609648 ], [ 120.1594581, 30.4608826 ], [ 120.1592317, 30.4608518 ], [ 120.1592138, 30.4607747 ], [ 120.1592078, 30.4598141 ], [ 120.1592019, 30.4595521 ], [ 120.159178, 30.4594699 ], [ 120.1591184, 30.4595058 ], [ 120.1590469, 30.4600401 ], [ 120.1589992, 30.4604357 ], [ 120.1589396, 30.4606001 ], [ 120.1589619, 30.4607321 ], [ 120.1589813, 30.4608467 ], [ 120.1589098, 30.460898 ], [ 120.158737, 30.460934 ], [ 120.1584271, 30.4608621 ], [ 120.157998, 30.4608929 ], [ 120.1574854, 30.4608621 ], [ 120.1568894, 30.4608107 ], [ 120.1561146, 30.4608004 ], [ 120.1558703, 30.4607439 ], [ 120.1557392, 30.4607388 ], [ 120.1555544, 30.4607645 ], [ 120.155024, 30.4607336 ], [ 120.1546902, 30.4607696 ], [ 120.1543207, 30.4607901 ], [ 120.1540466, 30.4607953 ], [ 120.1538559, 30.4607336 ], [ 120.15354, 30.4607182 ], [ 120.1533075, 30.4606977 ], [ 120.1531705, 30.4606463 ], [ 120.1526698, 30.460636 ], [ 120.1524553, 30.4606977 ], [ 120.1522765, 30.4607234 ], [ 120.1513646, 30.4606874 ], [ 120.1508938, 30.4606617 ], [ 120.1504706, 30.4605641 ], [ 120.1503157, 30.460672 ], [ 120.1501309, 30.4607028 ], [ 120.1499223, 30.4606617 ], [ 120.1497435, 30.4606309 ], [ 120.1495945, 30.4606514 ], [ 120.1490582, 30.4606823 ], [ 120.1482953, 30.4606977 ], [ 120.1480748, 30.4606925 ], [ 120.1479735, 30.4606155 ], [ 120.1479377, 30.4604973 ], [ 120.1479019, 30.4601994 ], [ 120.1478543, 30.4599733 ], [ 120.1477708, 30.4593055 ], [ 120.147747, 30.4591257 ], [ 120.1478245, 30.4590846 ], [ 120.1480331, 30.4591102 ], [ 120.1483489, 30.4590691 ], [ 120.1486112, 30.4590589 ], [ 120.1485695, 30.4589972 ], [ 120.1483191, 30.4590229 ], [ 120.1481225, 30.4590332 ], [ 120.1478066, 30.4590178 ], [ 120.1477172, 30.4589561 ], [ 120.1476695, 30.4588071 ], [ 120.1476695, 30.458653 ], [ 120.1476218, 30.4586119 ], [ 120.1475742, 30.4586427 ], [ 120.147592, 30.4589304 ], [ 120.1476814, 30.459028 ], [ 120.1476755, 30.4591462 ], [ 120.1476576, 30.4593157 ], [ 120.1476874, 30.4596599 ], [ 120.1477708, 30.4598706 ], [ 120.1477768, 30.459999 ], [ 120.1477351, 30.4602405 ], [ 120.1478245, 30.4605179 ], [ 120.1478245, 30.4606309 ], [ 120.1476874, 30.4606874 ], [ 120.1473298, 30.4607747 ], [ 120.1469066, 30.4607645 ], [ 120.1468113, 30.4607388 ], [ 120.1467755, 30.4605538 ], [ 120.1467636, 30.4603124 ], [ 120.1466504, 30.4603124 ], [ 120.1466206, 30.4605538 ], [ 120.1466325, 30.4607439 ], [ 120.1465967, 30.4608518 ], [ 120.1465133, 30.4608877 ], [ 120.1465371, 30.4609391 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1781127, 30.4623315 ], [ 120.1781753, 30.4623007 ], [ 120.1784738, 30.4623393 ], [ 120.1787994, 30.462379 ], [ 120.1789917, 30.4624003 ], [ 120.1789988, 30.4623637 ], [ 120.1789067, 30.4623373 ], [ 120.178915, 30.4622488 ], [ 120.1790247, 30.4622 ], [ 120.1793928, 30.4622732 ], [ 120.1794117, 30.4623688 ], [ 120.1796051, 30.4623861 ], [ 120.1795981, 30.4622753 ], [ 120.1795532, 30.4622102 ], [ 120.1795367, 30.4620739 ], [ 120.1796216, 30.461838 ], [ 120.1797432, 30.4617251 ], [ 120.1797632, 30.4616651 ], [ 120.180162, 30.4616885 ], [ 120.1802422, 30.4616519 ], [ 120.1804734, 30.4616824 ], [ 120.1808792, 30.4617688 ], [ 120.1813157, 30.4618187 ], [ 120.1817971, 30.4618827 ], [ 120.1818802, 30.4619381 ], [ 120.1820477, 30.4619157 ], [ 120.1820012, 30.461836 ], [ 120.1820814, 30.4616194 ], [ 120.1819257, 30.4615685 ], [ 120.1818643, 30.4616407 ], [ 120.1809465, 30.4613407 ], [ 120.1807872, 30.4613326 ], [ 120.1806032, 30.4615492 ], [ 120.1804132, 30.4615624 ], [ 120.1801738, 30.4615095 ], [ 120.1800782, 30.4613916 ], [ 120.1801112, 30.4612462 ], [ 120.1801608, 30.4612329 ], [ 120.1801749, 30.4612126 ], [ 120.1800523, 30.461116 ], [ 120.1799095, 30.4611119 ], [ 120.1798588, 30.4611973 ], [ 120.1798493, 30.4612675 ], [ 120.1797054, 30.4615065 ], [ 120.1796346, 30.4615228 ], [ 120.1795697, 30.4615919 ], [ 120.1794742, 30.4617434 ], [ 120.1794235, 30.4618604 ], [ 120.1792831, 30.4618939 ], [ 120.1791958, 30.4619285 ], [ 120.1791887, 30.4620068 ], [ 120.1790837, 30.4620109 ], [ 120.1790082, 30.4619783 ], [ 120.1789327, 30.46196 ], [ 120.1789362, 30.4620292 ], [ 120.1788737, 30.4621614 ], [ 120.1786826, 30.4622986 ], [ 120.1785056, 30.4623027 ], [ 120.1782355, 30.46226 ], [ 120.178114, 30.4622427 ], [ 120.178059, 30.4622678 ], [ 120.1781127, 30.4623315 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1760961, 30.462359 ], [ 120.1761629, 30.4624742 ], [ 120.1763154, 30.4624967 ], [ 120.1764026, 30.4624704 ], [ 120.1765028, 30.4622989 ], [ 120.1766509, 30.4621136 ], [ 120.176757, 30.4620948 ], [ 120.1768456, 30.4620861 ], [ 120.1769618, 30.4620185 ], [ 120.1769661, 30.4618895 ], [ 120.1770445, 30.4618194 ], [ 120.1770794, 30.461683 ], [ 120.177062, 30.4616266 ], [ 120.1769472, 30.4615828 ], [ 120.1767686, 30.4615528 ], [ 120.1765827, 30.4615478 ], [ 120.1764127, 30.4618244 ], [ 120.1762326, 30.4618395 ], [ 120.1762167, 30.4619333 ], [ 120.1761644, 30.4619584 ], [ 120.1761397, 30.4621149 ], [ 120.1760598, 30.462205 ], [ 120.1760961, 30.462359 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.174863, 30.4620711 ], [ 120.1749153, 30.4621099 ], [ 120.1749995, 30.4622 ], [ 120.1751419, 30.4622163 ], [ 120.1752188, 30.4621637 ], [ 120.1752523, 30.4621675 ], [ 120.1752871, 30.4623327 ], [ 120.1753655, 30.4623966 ], [ 120.1753714, 30.4624617 ], [ 120.1753641, 30.4625105 ], [ 120.1753975, 30.4626169 ], [ 120.1754875, 30.4626883 ], [ 120.1756749, 30.4627033 ], [ 120.1757316, 30.4626257 ], [ 120.1757461, 30.4625543 ], [ 120.1756836, 30.4624316 ], [ 120.1756095, 30.4623527 ], [ 120.1754832, 30.4623365 ], [ 120.1754687, 30.4622839 ], [ 120.175518, 30.4622563 ], [ 120.1755006, 30.4621199 ], [ 120.1756749, 30.4619171 ], [ 120.1756647, 30.4618708 ], [ 120.1755239, 30.4617731 ], [ 120.1752508, 30.4617794 ], [ 120.1751883, 30.4618682 ], [ 120.1750518, 30.4618833 ], [ 120.1749008, 30.4618895 ], [ 120.1748398, 30.4619396 ], [ 120.174863, 30.4620711 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.171478, 30.4627854 ], [ 120.1717266, 30.4627947 ], [ 120.1717427, 30.4627731 ], [ 120.1717659, 30.4623955 ], [ 120.1717123, 30.4623446 ], [ 120.1717051, 30.4622783 ], [ 120.1716569, 30.4622444 ], [ 120.1712813, 30.4621473 ], [ 120.1711919, 30.4621211 ], [ 120.1710739, 30.4627207 ], [ 120.171478, 30.4627854 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.174128, 30.4629135 ], [ 120.1742494, 30.4629473 ], [ 120.1743999, 30.4629527 ], [ 120.1744593, 30.4628274 ], [ 120.1744707, 30.4627598 ], [ 120.1745668, 30.4626977 ], [ 120.1746376, 30.4626421 ], [ 120.1746249, 30.462519 ], [ 120.1745946, 30.4624361 ], [ 120.1744795, 30.4623566 ], [ 120.174482, 30.4623195 ], [ 120.1744087, 30.4623075 ], [ 120.1743505, 30.4623239 ], [ 120.1742405, 30.4623304 ], [ 120.1741723, 30.462604 ], [ 120.1741116, 30.4628699 ], [ 120.174128, 30.4629135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1717824, 30.462786 ], [ 120.1718048, 30.4628003 ], [ 120.1719145, 30.4628023 ], [ 120.1719841, 30.4628257 ], [ 120.1719735, 30.4628928 ], [ 120.1719228, 30.4631287 ], [ 120.1719959, 30.463146 ], [ 120.17199, 30.4631795 ], [ 120.1722283, 30.4632253 ], [ 120.1722861, 30.4631856 ], [ 120.1724419, 30.4624555 ], [ 120.1725186, 30.4620691 ], [ 120.1723145, 30.4620539 ], [ 120.1722991, 30.4620671 ], [ 120.1722767, 30.4621301 ], [ 120.1722508, 30.4621393 ], [ 120.1720632, 30.4621169 ], [ 120.1720396, 30.4621423 ], [ 120.1719558, 30.4621433 ], [ 120.171931, 30.4621769 ], [ 120.1719133, 30.4623498 ], [ 120.1718732, 30.4624037 ], [ 120.1718296, 30.4626253 ], [ 120.1717777, 30.4627342 ], [ 120.1717824, 30.462786 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1759948, 30.4628618 ], [ 120.1761494, 30.4629025 ], [ 120.1763204, 30.4629025 ], [ 120.1764467, 30.4628659 ], [ 120.1765186, 30.4627998 ], [ 120.1765163, 30.4627225 ], [ 120.1764349, 30.4626076 ], [ 120.176337, 30.4625619 ], [ 120.1761081, 30.4625131 ], [ 120.1760149, 30.4625619 ], [ 120.1759559, 30.4626646 ], [ 120.1759418, 30.4627337 ], [ 120.1759948, 30.4628618 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1747716, 30.4629604 ], [ 120.1748702, 30.4631075 ], [ 120.1748272, 30.4632067 ], [ 120.1748222, 30.463284 ], [ 120.1750359, 30.4633102 ], [ 120.1751433, 30.4631881 ], [ 120.1752419, 30.4632513 ], [ 120.1753836, 30.4631053 ], [ 120.1753102, 30.4630399 ], [ 120.1753823, 30.4628961 ], [ 120.1753583, 30.4627544 ], [ 120.1752799, 30.4625898 ], [ 120.1752571, 30.4624797 ], [ 120.1752129, 30.462435 ], [ 120.175199, 30.4623533 ], [ 120.175075, 30.4623904 ], [ 120.1749764, 30.4623598 ], [ 120.1749246, 30.4623228 ], [ 120.1748209, 30.4624612 ], [ 120.1748512, 30.4625004 ], [ 120.1747956, 30.4627478 ], [ 120.1747488, 30.4628601 ], [ 120.1747716, 30.4629604 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1777808, 30.4631817 ], [ 120.177869, 30.4632362 ], [ 120.1780137, 30.4632387 ], [ 120.1781191, 30.4632634 ], [ 120.1781909, 30.4632535 ], [ 120.1782235, 30.4631495 ], [ 120.1782187, 30.4629306 ], [ 120.1782063, 30.4628893 ], [ 120.1781363, 30.4628562 ], [ 120.1781095, 30.4627926 ], [ 120.1779475, 30.4627893 ], [ 120.1778115, 30.4627637 ], [ 120.1777204, 30.4628686 ], [ 120.1777156, 30.4630735 ], [ 120.1777808, 30.4631817 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1821275, 30.4631106 ], [ 120.1821523, 30.463133 ], [ 120.182157, 30.4631869 ], [ 120.1822419, 30.4632631 ], [ 120.182433, 30.463315 ], [ 120.1825298, 30.4633669 ], [ 120.183089, 30.4630862 ], [ 120.1830831, 30.463013 ], [ 120.1829439, 30.462953 ], [ 120.1827929, 30.4628767 ], [ 120.1826395, 30.4628767 ], [ 120.1825569, 30.4628391 ], [ 120.1825345, 30.4628076 ], [ 120.1824425, 30.4628086 ], [ 120.18238, 30.4628452 ], [ 120.1823092, 30.4628849 ], [ 120.1822903, 30.4629225 ], [ 120.1821877, 30.462955 ], [ 120.1821192, 30.463015 ], [ 120.1821275, 30.4631106 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1760869, 30.4633194 ], [ 120.1761812, 30.4633499 ], [ 120.1764313, 30.4633032 ], [ 120.1764939, 30.4632584 ], [ 120.1764974, 30.4631415 ], [ 120.1764514, 30.4631059 ], [ 120.1762497, 30.4629818 ], [ 120.1761411, 30.4629666 ], [ 120.1760444, 30.462992 ], [ 120.1760055, 30.4630662 ], [ 120.1759984, 30.4632554 ], [ 120.1760869, 30.4633194 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1740569, 30.4633617 ], [ 120.1741537, 30.4634286 ], [ 120.1742655, 30.4634566 ], [ 120.1744048, 30.4634171 ], [ 120.1744899, 30.4633444 ], [ 120.1745424, 30.4632287 ], [ 120.1745474, 30.4631381 ], [ 120.1744882, 30.4630611 ], [ 120.1744056, 30.4629957 ], [ 120.1743314, 30.4629799 ], [ 120.1742188, 30.4629641 ], [ 120.1741312, 30.4629454 ], [ 120.1740895, 30.4629274 ], [ 120.1740052, 30.463238 ], [ 120.1740569, 30.4633617 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1765955, 30.463484 ], [ 120.1766645, 30.4634988 ], [ 120.1767334, 30.4634931 ], [ 120.1768638, 30.4633832 ], [ 120.1768839, 30.4629934 ], [ 120.1768484, 30.4629413 ], [ 120.1767564, 30.4629157 ], [ 120.1766424, 30.462957 ], [ 120.1765236, 30.4630388 ], [ 120.1765025, 30.4630966 ], [ 120.1765504, 30.463128 ], [ 120.1765485, 30.4632634 ], [ 120.176492, 30.4633122 ], [ 120.1765955, 30.463484 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1819026, 30.4622971 ], [ 120.1819745, 30.4621333 ], [ 120.1821928, 30.4621699 ], [ 120.182214, 30.4623164 ], [ 120.1822305, 30.4625401 ], [ 120.1822695, 30.4625462 ], [ 120.1822978, 30.462477 ], [ 120.1823615, 30.4624476 ], [ 120.1823839, 30.4623418 ], [ 120.1823497, 30.4623164 ], [ 120.182496, 30.4622493 ], [ 120.1826623, 30.4622432 ], [ 120.1828133, 30.462294 ], [ 120.1829148, 30.4624089 ], [ 120.1828652, 30.4625889 ], [ 120.1827921, 30.462776 ], [ 120.1828629, 30.4628299 ], [ 120.1830658, 30.4628889 ], [ 120.1831507, 30.462959 ], [ 120.1831708, 30.4631899 ], [ 120.1831708, 30.4632997 ], [ 120.1830858, 30.4634451 ], [ 120.1830528, 30.4636109 ], [ 120.1830446, 30.4637939 ], [ 120.1829632, 30.4638661 ], [ 120.1829112, 30.4638997 ], [ 120.1828924, 30.4639454 ], [ 120.1833643, 30.4640044 ], [ 120.1834032, 30.463981 ], [ 120.1833702, 30.4638468 ], [ 120.183264, 30.4636292 ], [ 120.1832699, 30.4635875 ], [ 120.1833938, 30.4635976 ], [ 120.1835377, 30.4635722 ], [ 120.1836899, 30.4636098 ], [ 120.1839895, 30.4638356 ], [ 120.1839718, 30.4638997 ], [ 120.1841476, 30.4640857 ], [ 120.1841818, 30.4641905 ], [ 120.1841724, 30.464283 ], [ 120.1842455, 30.4643511 ], [ 120.1843316, 30.4643776 ], [ 120.1843659, 30.4643664 ], [ 120.1845747, 30.4644752 ], [ 120.1854913, 30.4648819 ], [ 120.1857178, 30.4649887 ], [ 120.1858268, 30.4650865 ], [ 120.185856, 30.4650212 ], [ 120.1857013, 30.464885 ], [ 120.184774, 30.4645057 ], [ 120.1843576, 30.4643023 ], [ 120.1842738, 30.464222 ], [ 120.1842809, 30.4641315 ], [ 120.1842172, 30.4640329 ], [ 120.1840992, 30.4639007 ], [ 120.1840037, 30.4637847 ], [ 120.1839541, 30.4636831 ], [ 120.1839801, 30.463561 ], [ 120.1840568, 30.4634227 ], [ 120.1841441, 30.4633261 ], [ 120.184255, 30.4633139 ], [ 120.1844803, 30.4633983 ], [ 120.1845499, 30.4634655 ], [ 120.1845711, 30.463561 ], [ 120.1847257, 30.4635875 ], [ 120.1850879, 30.4637217 ], [ 120.185119, 30.4637315 ], [ 120.185253, 30.4637736 ], [ 120.1853958, 30.4638793 ], [ 120.1854394, 30.463923 ], [ 120.1855916, 30.4639769 ], [ 120.1858594, 30.4641264 ], [ 120.1860163, 30.4641732 ], [ 120.186165, 30.4641722 ], [ 120.1862133, 30.4641101 ], [ 120.1860741, 30.4640613 ], [ 120.1859727, 30.4639719 ], [ 120.1858901, 30.4639505 ], [ 120.1857945, 30.4638569 ], [ 120.185706, 30.4637461 ], [ 120.1855869, 30.4638569 ], [ 120.1854772, 30.4638417 ], [ 120.1854158, 30.4637675 ], [ 120.1852625, 30.4636932 ], [ 120.1850879, 30.4635976 ], [ 120.1848342, 30.4634899 ], [ 120.1847377, 30.4634614 ], [ 120.184603, 30.4634217 ], [ 120.1844862, 30.4633587 ], [ 120.1844095, 30.4632977 ], [ 120.1843566, 30.4632852 ], [ 120.183704, 30.4631309 ], [ 120.1834722, 30.4630711 ], [ 120.1834044, 30.4630536 ], [ 120.1832722, 30.4629936 ], [ 120.1832062, 30.4628624 ], [ 120.183126, 30.4626794 ], [ 120.1831484, 30.4625706 ], [ 120.183231, 30.4624526 ], [ 120.183323, 30.4624038 ], [ 120.183382, 30.4623062 ], [ 120.1834752, 30.4622686 ], [ 120.1834704, 30.4622238 ], [ 120.1833713, 30.4622137 ], [ 120.1833301, 30.4622055 ], [ 120.1832652, 30.4622727 ], [ 120.1831224, 30.4622503 ], [ 120.1830811, 30.4622076 ], [ 120.1830906, 30.4621801 ], [ 120.1830021, 30.4621455 ], [ 120.1829667, 30.4621811 ], [ 120.1828841, 30.4621384 ], [ 120.1828157, 30.4620916 ], [ 120.1827732, 30.462114 ], [ 120.1827862, 30.4621628 ], [ 120.1826529, 30.4621659 ], [ 120.1824889, 30.4621679 ], [ 120.1824134, 30.4621293 ], [ 120.1822589, 30.4620988 ], [ 120.1821747, 30.4620595 ], [ 120.1821196, 30.4620337 ], [ 120.1820477, 30.4619157 ], [ 120.1818802, 30.4619381 ], [ 120.1819238, 30.4620561 ], [ 120.1818684, 30.462293 ], [ 120.1819026, 30.4622971 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1664517, 30.4645965 ], [ 120.168218, 30.4652439 ], [ 120.1684179, 30.4653801 ], [ 120.170166, 30.465765 ], [ 120.1709251, 30.4659155 ], [ 120.1716842, 30.466066 ], [ 120.1724365, 30.4663497 ], [ 120.1730881, 30.4667203 ], [ 120.1745093, 30.4677182 ], [ 120.1746465, 30.4678146 ], [ 120.174754, 30.4679941 ], [ 120.1748817, 30.4681446 ], [ 120.17511, 30.4683009 ], [ 120.1758288, 30.4684515 ], [ 120.1759967, 30.4685557 ], [ 120.1760572, 30.4687062 ], [ 120.1759938, 30.4691249 ], [ 120.176569, 30.4692415 ], [ 120.1767357, 30.4682372 ], [ 120.176917, 30.4677393 ], [ 120.1769573, 30.4676061 ], [ 120.1770178, 30.4671372 ], [ 120.1771051, 30.4666798 ], [ 120.1770782, 30.4661124 ], [ 120.177132, 30.4659676 ], [ 120.1772596, 30.4657013 ], [ 120.1772798, 30.4655044 ], [ 120.1772596, 30.465186 ], [ 120.1773469, 30.4648444 ], [ 120.1774477, 30.464329 ], [ 120.1774208, 30.4640916 ], [ 120.1773738, 30.4637848 ], [ 120.1772932, 30.4636921 ], [ 120.1772999, 30.4634779 ], [ 120.1772876, 30.4634039 ], [ 120.177273, 30.4633158 ], [ 120.1772395, 30.46309 ], [ 120.1772798, 30.4628352 ], [ 120.1772462, 30.4626962 ], [ 120.1772533, 30.4625731 ], [ 120.1772596, 30.4624646 ], [ 120.1773335, 30.4623778 ], [ 120.1774544, 30.4622967 ], [ 120.1781127, 30.4623315 ], [ 120.178059, 30.4622678 ], [ 120.1775082, 30.4622388 ], [ 120.1774544, 30.4621925 ], [ 120.177394, 30.4618335 ], [ 120.1774275, 30.4617293 ], [ 120.1776425, 30.4614456 ], [ 120.1777298, 30.461405 ], [ 120.1777366, 30.4613124 ], [ 120.177703, 30.4612487 ], [ 120.1775888, 30.4612313 ], [ 120.1776291, 30.4609186 ], [ 120.1776291, 30.4608492 ], [ 120.1774544, 30.4608665 ], [ 120.1773604, 30.4611155 ], [ 120.1771992, 30.4612603 ], [ 120.1769573, 30.4612545 ], [ 120.1766282, 30.4612834 ], [ 120.1765476, 30.461324 ], [ 120.1764132, 30.4613355 ], [ 120.1764132, 30.461405 ], [ 120.1765476, 30.4614282 ], [ 120.1766416, 30.4614919 ], [ 120.1768633, 30.4614745 ], [ 120.1771118, 30.4615845 ], [ 120.1772059, 30.4616714 ], [ 120.1771185, 30.4620072 ], [ 120.1769506, 30.4626036 ], [ 120.1770111, 30.4631479 ], [ 120.1770044, 30.4640337 ], [ 120.1769775, 30.4646417 ], [ 120.1768834, 30.4656549 ], [ 120.1768633, 30.4658402 ], [ 120.1769036, 30.4660255 ], [ 120.176823, 30.4664076 ], [ 120.1768163, 30.4666045 ], [ 120.1765409, 30.4672935 ], [ 120.1763595, 30.4677914 ], [ 120.1762789, 30.4679941 ], [ 120.176205, 30.4680404 ], [ 120.1760706, 30.4680462 ], [ 120.1759564, 30.4680172 ], [ 120.1755265, 30.4677335 ], [ 120.1744853, 30.4670329 ], [ 120.1736121, 30.4665524 ], [ 120.1733501, 30.4664945 ], [ 120.1730881, 30.4661934 ], [ 120.1729941, 30.4661124 ], [ 120.1724096, 30.4658634 ], [ 120.1719529, 30.4656781 ], [ 120.1717245, 30.4656607 ], [ 120.1715633, 30.465597 ], [ 120.1713819, 30.4653481 ], [ 120.1709385, 30.4652091 ], [ 120.1703273, 30.4650991 ], [ 120.1700653, 30.4651454 ], [ 120.1698503, 30.4651396 ], [ 120.1697227, 30.4650528 ], [ 120.1696757, 30.4649428 ], [ 120.1697361, 30.4643232 ], [ 120.1698234, 30.4632405 ], [ 120.1699175, 30.4621983 ], [ 120.1699444, 30.4619088 ], [ 120.1700317, 30.4618451 ], [ 120.1706631, 30.461874 ], [ 120.1715767, 30.4618103 ], [ 120.171879, 30.4618682 ], [ 120.1725373, 30.4619088 ], [ 120.1731716, 30.4618763 ], [ 120.1733887, 30.4617651 ], [ 120.1735769, 30.4617479 ], [ 120.1736434, 30.4616365 ], [ 120.1740678, 30.4615992 ], [ 120.1740583, 30.4615161 ], [ 120.1739639, 30.4614708 ], [ 120.1739345, 30.4613587 ], [ 120.1740218, 30.4608144 ], [ 120.1741629, 30.460357 ], [ 120.1743174, 30.4600154 ], [ 120.1744249, 30.4598648 ], [ 120.1745525, 30.4598648 ], [ 120.1746331, 30.4597201 ], [ 120.1746197, 30.4596332 ], [ 120.1747272, 30.4594942 ], [ 120.1746264, 30.4593379 ], [ 120.1746331, 30.4592568 ], [ 120.1747137, 30.4592163 ], [ 120.1747406, 30.4590484 ], [ 120.1746331, 30.4589557 ], [ 120.1746331, 30.4588515 ], [ 120.1748346, 30.4583535 ], [ 120.1749555, 30.4583593 ], [ 120.175063, 30.4583014 ], [ 120.1751436, 30.458203 ], [ 120.1751369, 30.458093 ], [ 120.1750496, 30.4580061 ], [ 120.1751033, 30.4578961 ], [ 120.1749958, 30.457844 ], [ 120.1748413, 30.4579019 ], [ 120.1747137, 30.4580814 ], [ 120.1746062, 30.458174 ], [ 120.174398, 30.4585678 ], [ 120.1744652, 30.4586952 ], [ 120.1743375, 30.4589326 ], [ 120.174351, 30.4591584 ], [ 120.1742032, 30.4594016 ], [ 120.1742166, 30.4595811 ], [ 120.1740756, 30.460137 ], [ 120.1740017, 30.460218 ], [ 120.1740084, 30.4603107 ], [ 120.1739211, 30.4604844 ], [ 120.1737934, 30.4607334 ], [ 120.1737934, 30.4609302 ], [ 120.1737867, 30.461156 ], [ 120.1737263, 30.4614224 ], [ 120.1735919, 30.461544 ], [ 120.1733837, 30.4615903 ], [ 120.1725373, 30.4616077 ], [ 120.1721006, 30.461544 ], [ 120.1718051, 30.4614745 ], [ 120.1709654, 30.4614629 ], [ 120.1701862, 30.4614687 ], [ 120.1700854, 30.4614977 ], [ 120.1699847, 30.4614629 ], [ 120.1699847, 30.4613355 ], [ 120.1699108, 30.4613066 ], [ 120.1697966, 30.461434 ], [ 120.1696018, 30.4615729 ], [ 120.1695615, 30.4618335 ], [ 120.1694204, 30.462013 ], [ 120.1693734, 30.4621925 ], [ 120.1692928, 30.4622099 ], [ 120.1692793, 30.4622793 ], [ 120.1693599, 30.4622851 ], [ 120.1693532, 30.4623546 ], [ 120.1693264, 30.4628352 ], [ 120.1694607, 30.4634084 ], [ 120.1694338, 30.4635763 ], [ 120.1693129, 30.4637964 ], [ 120.1693129, 30.4639643 ], [ 120.1693667, 30.4641611 ], [ 120.1693196, 30.4643696 ], [ 120.1692122, 30.4646706 ], [ 120.1690778, 30.4647691 ], [ 120.1689812, 30.4647767 ], [ 120.16893, 30.4647807 ], [ 120.1687419, 30.4647517 ], [ 120.1684732, 30.464827 ], [ 120.1683053, 30.4648154 ], [ 120.167862, 30.4646591 ], [ 120.1676672, 30.4644564 ], [ 120.1675261, 30.4643811 ], [ 120.1669887, 30.4642364 ], [ 120.1667805, 30.464138 ], [ 120.1666192, 30.464138 ], [ 120.1664379, 30.4641785 ], [ 120.1663841, 30.4642422 ], [ 120.1663711, 30.4645123 ], [ 120.1664517, 30.4645965 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2005531, 30.4622233 ], [ 120.2006441, 30.4623084 ], [ 120.2009022, 30.4624 ], [ 120.2010615, 30.4624131 ], [ 120.2011147, 30.4622757 ], [ 120.201054, 30.4622561 ], [ 120.2006138, 30.4621056 ], [ 120.2005455, 30.4621383 ], [ 120.2005531, 30.4622233 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1869633, 30.462384 ], [ 120.1869859, 30.4624247 ], [ 120.1871759, 30.4624504 ], [ 120.1872365, 30.4624238 ], [ 120.1872632, 30.4623618 ], [ 120.1872139, 30.4622963 ], [ 120.1869438, 30.4622237 ], [ 120.1869191, 30.4622813 ], [ 120.1869017, 30.4623609 ], [ 120.1869633, 30.462384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1964073, 30.4632074 ], [ 120.1964487, 30.4633002 ], [ 120.1965728, 30.4633858 ], [ 120.1966556, 30.4634642 ], [ 120.1967466, 30.4634785 ], [ 120.1967549, 30.4633929 ], [ 120.1968377, 30.4632146 ], [ 120.1969121, 30.4631075 ], [ 120.197028, 30.4630219 ], [ 120.1971853, 30.4629149 ], [ 120.1972018, 30.4627794 ], [ 120.1972929, 30.4627295 ], [ 120.1974087, 30.4627723 ], [ 120.1975908, 30.4628008 ], [ 120.1977315, 30.4628935 ], [ 120.1977729, 30.4630219 ], [ 120.1979467, 30.4631075 ], [ 120.1980543, 30.4631646 ], [ 120.1981619, 30.4631361 ], [ 120.1982281, 30.4630005 ], [ 120.1983522, 30.4629577 ], [ 120.1984763, 30.4628507 ], [ 120.1985012, 30.4627865 ], [ 120.1984681, 30.4626439 ], [ 120.1981453, 30.462494 ], [ 120.1980129, 30.4623514 ], [ 120.1977977, 30.4622658 ], [ 120.1975825, 30.4621944 ], [ 120.1974998, 30.4620803 ], [ 120.1973922, 30.4620874 ], [ 120.1971439, 30.462009 ], [ 120.1970115, 30.4621017 ], [ 120.1970032, 30.4622444 ], [ 120.1970363, 30.4624156 ], [ 120.1970777, 30.4625297 ], [ 120.1970446, 30.4626011 ], [ 120.1969121, 30.4626367 ], [ 120.1966308, 30.4626653 ], [ 120.1965563, 30.4627081 ], [ 120.1965149, 30.4627937 ], [ 120.196399, 30.4630647 ], [ 120.1964073, 30.4632074 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1901956, 30.4620012 ], [ 120.1903786, 30.4621489 ], [ 120.1909232, 30.462502 ], [ 120.1914722, 30.4629327 ], [ 120.1916248, 30.4631142 ], [ 120.1916015, 30.4633095 ], [ 120.1913517, 30.4637865 ], [ 120.1912689, 30.4639793 ], [ 120.1911745, 30.464306 ], [ 120.1910728, 30.4645977 ], [ 120.19099, 30.4647805 ], [ 120.1909886, 30.4648568 ], [ 120.191054, 30.4649758 ], [ 120.1912341, 30.4650208 ], [ 120.1914025, 30.4650284 ], [ 120.1914737, 30.4650008 ], [ 120.1915289, 30.4649082 ], [ 120.1916088, 30.4648931 ], [ 120.1917337, 30.4649244 ], [ 120.1917584, 30.4647805 ], [ 120.1914998, 30.4647392 ], [ 120.1912849, 30.4646127 ], [ 120.1912413, 30.4644963 ], [ 120.1912616, 30.4643373 ], [ 120.1913401, 30.4642372 ], [ 120.1914722, 30.4642096 ], [ 120.1915463, 30.4642434 ], [ 120.1915943, 30.4641983 ], [ 120.1915347, 30.464117 ], [ 120.191542, 30.4640068 ], [ 120.1914969, 30.463834 ], [ 120.1915303, 30.4636713 ], [ 120.1916451, 30.463486 ], [ 120.1917163, 30.4632857 ], [ 120.191786, 30.4631355 ], [ 120.1918833, 30.4630528 ], [ 120.1920126, 30.4630729 ], [ 120.1922435, 30.4631956 ], [ 120.1923117, 30.4630967 ], [ 120.1917409, 30.4628901 ], [ 120.1915681, 30.4627186 ], [ 120.191449, 30.4624381 ], [ 120.1912791, 30.462353 ], [ 120.1907882, 30.4622015 ], [ 120.1904207, 30.4620338 ], [ 120.1903205, 30.4619436 ], [ 120.1902943, 30.461866 ], [ 120.1903786, 30.4616594 ], [ 120.1906066, 30.4611386 ], [ 120.1908303, 30.4607368 ], [ 120.1909595, 30.4606416 ], [ 120.1911106, 30.4606404 ], [ 120.1927751, 30.4609408 ], [ 120.1928201, 30.4608244 ], [ 120.191985, 30.4606892 ], [ 120.1910031, 30.4605377 ], [ 120.1908768, 30.4605552 ], [ 120.1906313, 30.4608958 ], [ 120.1902827, 30.4615643 ], [ 120.1901781, 30.4618184 ], [ 120.1901956, 30.4620012 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1866839, 30.4630576 ], [ 120.1867137, 30.463032 ], [ 120.1867096, 30.4629744 ], [ 120.1866675, 30.4629151 ], [ 120.1866572, 30.4628638 ], [ 120.1866891, 30.462808 ], [ 120.1867538, 30.4628071 ], [ 120.1869612, 30.4628354 ], [ 120.1870403, 30.4628151 ], [ 120.1871009, 30.4627646 ], [ 120.1871471, 30.4626602 ], [ 120.1871584, 30.4625504 ], [ 120.1871225, 30.4625274 ], [ 120.1870146, 30.4625291 ], [ 120.1867147, 30.4626212 ], [ 120.1865124, 30.4626549 ], [ 120.1865299, 30.4627159 ], [ 120.1865761, 30.462754 ], [ 120.1865422, 30.4628337 ], [ 120.1864467, 30.4629417 ], [ 120.1866839, 30.4630576 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.191555, 30.4642897 ], [ 120.1916335, 30.4643398 ], [ 120.1917497, 30.4643824 ], [ 120.1918557, 30.4644099 ], [ 120.1919341, 30.4644137 ], [ 120.191982, 30.464465 ], [ 120.1919966, 30.4645551 ], [ 120.1919806, 30.4646503 ], [ 120.1919138, 30.4647266 ], [ 120.1918339, 30.4647767 ], [ 120.1917584, 30.4647805 ], [ 120.1917337, 30.4649244 ], [ 120.1918121, 30.4649482 ], [ 120.1919603, 30.4650183 ], [ 120.1920808, 30.4650334 ], [ 120.1922493, 30.4650459 ], [ 120.1923553, 30.4651222 ], [ 120.1924715, 30.4652362 ], [ 120.1925151, 30.4653213 ], [ 120.1925717, 30.4654089 ], [ 120.1926589, 30.465424 ], [ 120.1927155, 30.4653914 ], [ 120.1927025, 30.465285 ], [ 120.1927591, 30.4652136 ], [ 120.1928927, 30.4651435 ], [ 120.1928884, 30.4650684 ], [ 120.1925369, 30.4648931 ], [ 120.1924439, 30.4648719 ], [ 120.1923742, 30.4649219 ], [ 120.1922638, 30.4649507 ], [ 120.19212, 30.4649082 ], [ 120.1920184, 30.4648268 ], [ 120.1920329, 30.4647041 ], [ 120.1921099, 30.464639 ], [ 120.1922537, 30.464634 ], [ 120.1922769, 30.4645677 ], [ 120.1922464, 30.4644562 ], [ 120.1922202, 30.4643523 ], [ 120.1922624, 30.4641996 ], [ 120.1923277, 30.4640757 ], [ 120.1924613, 30.4639993 ], [ 120.192563, 30.4639029 ], [ 120.1926545, 30.4637527 ], [ 120.1928056, 30.4635561 ], [ 120.1930409, 30.4634071 ], [ 120.1931512, 30.4632995 ], [ 120.193295, 30.4629377 ], [ 120.1933546, 30.4628162 ], [ 120.1935202, 30.4622003 ], [ 120.1933633, 30.4621427 ], [ 120.1932239, 30.4619874 ], [ 120.1930423, 30.4615981 ], [ 120.1930351, 30.4614466 ], [ 120.1931004, 30.4613089 ], [ 120.1931817, 30.46122 ], [ 120.1933212, 30.4611311 ], [ 120.1933662, 30.4609922 ], [ 120.1933343, 30.4609483 ], [ 120.193173, 30.4608895 ], [ 120.1928201, 30.4608244 ], [ 120.1927751, 30.4609408 ], [ 120.1928695, 30.4609709 ], [ 120.1929406, 30.4610335 ], [ 120.1929624, 30.4611249 ], [ 120.1929261, 30.4612676 ], [ 120.1928884, 30.4614141 ], [ 120.1929261, 30.4616206 ], [ 120.1929944, 30.4618147 ], [ 120.1931396, 30.4621139 ], [ 120.1932122, 30.4623004 ], [ 120.1932021, 30.4624482 ], [ 120.1931658, 30.4625358 ], [ 120.193173, 30.4625834 ], [ 120.1932282, 30.4626272 ], [ 120.1932616, 30.4626785 ], [ 120.1932602, 30.4627862 ], [ 120.1932035, 30.4628438 ], [ 120.1931164, 30.4628713 ], [ 120.192929, 30.462845 ], [ 120.1928506, 30.4628325 ], [ 120.1928114, 30.4628926 ], [ 120.1928608, 30.4629877 ], [ 120.1929101, 30.4630979 ], [ 120.192852, 30.4631943 ], [ 120.1927228, 30.4632456 ], [ 120.1926226, 30.4632156 ], [ 120.1923117, 30.4630967 ], [ 120.1922435, 30.4631956 ], [ 120.1924018, 30.4632895 ], [ 120.1924846, 30.4633633 ], [ 120.1924991, 30.4634735 ], [ 120.1923321, 30.4637714 ], [ 120.1921578, 30.4640068 ], [ 120.1920009, 30.4640444 ], [ 120.1918862, 30.4640581 ], [ 120.1918092, 30.4641883 ], [ 120.1917046, 30.4642209 ], [ 120.1915943, 30.4641983 ], [ 120.1915463, 30.4642434 ], [ 120.191555, 30.4642897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1969453, 30.4636497 ], [ 120.1969866, 30.4637424 ], [ 120.1968956, 30.4638566 ], [ 120.1970942, 30.4639422 ], [ 120.1972101, 30.463985 ], [ 120.1972432, 30.4640991 ], [ 120.1973591, 30.4641205 ], [ 120.1974253, 30.4640421 ], [ 120.1976736, 30.4640064 ], [ 120.1979384, 30.4637068 ], [ 120.1980956, 30.4635998 ], [ 120.1980294, 30.463507 ], [ 120.1980212, 30.4633858 ], [ 120.197806, 30.4632431 ], [ 120.1975494, 30.4630505 ], [ 120.1974998, 30.4629007 ], [ 120.1973839, 30.4628935 ], [ 120.1973177, 30.4630005 ], [ 120.1972763, 30.4631432 ], [ 120.1971853, 30.4632788 ], [ 120.1969949, 30.4634357 ], [ 120.1971522, 30.4635284 ], [ 120.197326, 30.4634072 ], [ 120.1975577, 30.4635712 ], [ 120.1973673, 30.4637924 ], [ 120.1971191, 30.4636711 ], [ 120.1970694, 30.4635998 ], [ 120.1969453, 30.4635142 ], [ 120.196879, 30.4635641 ], [ 120.1969453, 30.4636497 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1860959, 30.4637666 ], [ 120.1862068, 30.4638612 ], [ 120.1863024, 30.463912 ], [ 120.1864038, 30.4639446 ], [ 120.1865548, 30.4639181 ], [ 120.1868356, 30.4635358 ], [ 120.1868215, 30.4633609 ], [ 120.1867106, 30.4631941 ], [ 120.1864687, 30.4631291 ], [ 120.1863897, 30.4632135 ], [ 120.1862115, 30.4632643 ], [ 120.1860759, 30.4634606 ], [ 120.1860452, 30.4635978 ], [ 120.1860959, 30.4637666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1861337, 30.4789639 ], [ 120.1862848, 30.4787261 ], [ 120.1866312, 30.478318 ], [ 120.187188, 30.4779322 ], [ 120.1875089, 30.4777756 ], [ 120.1876937, 30.4776213 ], [ 120.1880748, 30.4773775 ], [ 120.1883808, 30.4771237 ], [ 120.1886406, 30.4768102 ], [ 120.1887215, 30.476631 ], [ 120.1892527, 30.4761732 ], [ 120.1894028, 30.4761533 ], [ 120.1898128, 30.4759841 ], [ 120.1900726, 30.4757801 ], [ 120.1903786, 30.4755362 ], [ 120.190437, 30.4754955 ], [ 120.190507, 30.475425 ], [ 120.1905541, 30.4753823 ], [ 120.1906191, 30.4753219 ], [ 120.1906796, 30.475263 ], [ 120.1912332, 30.4747848 ], [ 120.1914379, 30.4745921 ], [ 120.1919204, 30.4741378 ], [ 120.1925093, 30.473685 ], [ 120.192977, 30.4734113 ], [ 120.1930983, 30.4734411 ], [ 120.1932773, 30.4733565 ], [ 120.1935198, 30.4730729 ], [ 120.1938778, 30.4725702 ], [ 120.1942358, 30.4721671 ], [ 120.1946977, 30.4717093 ], [ 120.1948363, 30.4716744 ], [ 120.1953906, 30.4710474 ], [ 120.1957775, 30.4708533 ], [ 120.1959276, 30.4707189 ], [ 120.1959911, 30.4705696 ], [ 120.1961239, 30.4703705 ], [ 120.1962105, 30.4703108 ], [ 120.1963895, 30.4703805 ], [ 120.1964415, 30.4703457 ], [ 120.1964069, 30.4702859 ], [ 120.1964184, 30.4699226 ], [ 120.196505, 30.469838 ], [ 120.1966205, 30.4697385 ], [ 120.1965743, 30.4696439 ], [ 120.1967187, 30.4695046 ], [ 120.196863, 30.4692856 ], [ 120.1973423, 30.4687879 ], [ 120.1974693, 30.4686735 ], [ 120.1975848, 30.4686685 ], [ 120.1976599, 30.4687033 ], [ 120.1976887, 30.4687929 ], [ 120.1977407, 30.4688526 ], [ 120.1978331, 30.4688676 ], [ 120.1978735, 30.4687631 ], [ 120.1977753, 30.4686685 ], [ 120.1977118, 30.4685242 ], [ 120.1977522, 30.4683948 ], [ 120.1985664, 30.4676483 ], [ 120.1986472, 30.4675985 ], [ 120.1987858, 30.4675786 ], [ 120.1989071, 30.4676234 ], [ 120.1989995, 30.4677279 ], [ 120.1991669, 30.4677677 ], [ 120.199138, 30.467713 ], [ 120.1990341, 30.4676383 ], [ 120.1988724, 30.4675189 ], [ 120.1988551, 30.4674293 ], [ 120.1989937, 30.4673148 ], [ 120.1990341, 30.4672352 ], [ 120.1991669, 30.4671555 ], [ 120.1992805, 30.4671193 ], [ 120.1995596, 30.4672997 ], [ 120.1995895, 30.4671966 ], [ 120.1997291, 30.4671279 ], [ 120.199769, 30.4670162 ], [ 120.1997989, 30.4668443 ], [ 120.1996992, 30.4668271 ], [ 120.1996992, 30.4667412 ], [ 120.1998288, 30.4667154 ], [ 120.1999384, 30.4666295 ], [ 120.2003472, 30.4661741 ], [ 120.2006662, 30.4657273 ], [ 120.2008556, 30.4655382 ], [ 120.2011945, 30.4652461 ], [ 120.2014737, 30.4650312 ], [ 120.2017428, 30.464825 ], [ 120.2024008, 30.4643266 ], [ 120.2025603, 30.4642837 ], [ 120.20265, 30.464318 ], [ 120.2028095, 30.4644899 ], [ 120.2029292, 30.4645415 ], [ 120.202999, 30.4645157 ], [ 120.2029092, 30.464318 ], [ 120.2028395, 30.4642407 ], [ 120.2028295, 30.4641118 ], [ 120.2029491, 30.4639743 ], [ 120.2031884, 30.463854 ], [ 120.2037267, 30.4634072 ], [ 120.2040657, 30.4630635 ], [ 120.204275, 30.4629002 ], [ 120.204594, 30.462608 ], [ 120.2050227, 30.4621268 ], [ 120.2054314, 30.4617487 ], [ 120.205581, 30.4616628 ], [ 120.2060695, 30.46113 ], [ 120.2061791, 30.4610269 ], [ 120.2063386, 30.4609324 ], [ 120.2064782, 30.4609152 ], [ 120.2067274, 30.4609754 ], [ 120.2069168, 30.4609668 ], [ 120.2070265, 30.4609066 ], [ 120.2072259, 30.4607348 ], [ 120.2073156, 30.4606832 ], [ 120.2074452, 30.4606746 ], [ 120.2075549, 30.4607262 ], [ 120.2077343, 30.4609066 ], [ 120.2078938, 30.4610011 ], [ 120.2080434, 30.4610011 ], [ 120.208163, 30.460898 ], [ 120.2083524, 30.4607863 ], [ 120.2086614, 30.4607176 ], [ 120.2088409, 30.4607605 ], [ 120.2090203, 30.4609066 ], [ 120.2092696, 30.4610441 ], [ 120.2096783, 30.4612589 ], [ 120.2099475, 30.4613449 ], [ 120.210087, 30.4614824 ], [ 120.2103163, 30.4616198 ], [ 120.2108048, 30.4618347 ], [ 120.2109543, 30.4619206 ], [ 120.2113033, 30.4620151 ], [ 120.2118615, 30.4622901 ], [ 120.2159888, 30.4643266 ], [ 120.2175754, 30.4650738 ], [ 120.2177565, 30.4646575 ], [ 120.2173138, 30.4644667 ], [ 120.2126657, 30.4621947 ], [ 120.2123228, 30.4620674 ], [ 120.2116911, 30.4617894 ], [ 120.2114223, 30.4617199 ], [ 120.2107368, 30.4614534 ], [ 120.2098631, 30.4611058 ], [ 120.2096212, 30.4609204 ], [ 120.2094464, 30.4606887 ], [ 120.2094464, 30.4605149 ], [ 120.2092448, 30.4604223 ], [ 120.2086131, 30.4603064 ], [ 120.2084115, 30.4603527 ], [ 120.2082099, 30.460318 ], [ 120.2080082, 30.4602137 ], [ 120.2074572, 30.4599936 ], [ 120.20739, 30.4598893 ], [ 120.2074168, 30.4597619 ], [ 120.2075781, 30.4594606 ], [ 120.2076588, 30.4592521 ], [ 120.2077125, 30.458974 ], [ 120.2077663, 30.4587539 ], [ 120.2078738, 30.458638 ], [ 120.2079575, 30.4585587 ], [ 120.2080082, 30.4585106 ], [ 120.2081561, 30.4582904 ], [ 120.2083308, 30.4580239 ], [ 120.2085593, 30.4574099 ], [ 120.2086937, 30.4569116 ], [ 120.2089088, 30.4561585 ], [ 120.2090163, 30.4559384 ], [ 120.2091239, 30.4556951 ], [ 120.209433, 30.4551968 ], [ 120.2094943, 30.4551222 ], [ 120.2096297, 30.4551278 ], [ 120.2100489, 30.4551278 ], [ 120.2106873, 30.4551834 ], [ 120.2108356, 30.4552334 ], [ 120.2109388, 30.4552501 ], [ 120.2112354, 30.4551778 ], [ 120.2113708, 30.4550833 ], [ 120.2114934, 30.4549555 ], [ 120.2115643, 30.4549221 ], [ 120.2120673, 30.4548165 ], [ 120.2120995, 30.4547831 ], [ 120.2120544, 30.4547498 ], [ 120.2118932, 30.4547776 ], [ 120.2115256, 30.454861 ], [ 120.2113257, 30.4549054 ], [ 120.211229, 30.4549833 ], [ 120.2110678, 30.45515 ], [ 120.2109323, 30.4551778 ], [ 120.2108163, 30.4551723 ], [ 120.2105519, 30.4551278 ], [ 120.2101843, 30.4550889 ], [ 120.2097909, 30.4550778 ], [ 120.2096104, 30.4550555 ], [ 120.2095652, 30.4550111 ], [ 120.2095394, 30.4549499 ], [ 120.2095523, 30.454861 ], [ 120.209591, 30.4547887 ], [ 120.209849, 30.4542328 ], [ 120.2099006, 30.4540883 ], [ 120.2101134, 30.4536047 ], [ 120.2103262, 30.4531989 ], [ 120.2105746, 30.4527858 ], [ 120.2107476, 30.4526188 ], [ 120.2109414, 30.4524457 ], [ 120.2113982, 30.4520221 ], [ 120.2116612, 30.4518431 ], [ 120.2118481, 30.4517178 ], [ 120.2119381, 30.4516104 ], [ 120.2120419, 30.4514434 ], [ 120.2122011, 30.4512226 ], [ 120.2123257, 30.4510794 ], [ 120.2125056, 30.4509422 ], [ 120.2127064, 30.4507333 ], [ 120.2130247, 30.4505245 ], [ 120.2140243, 30.4499124 ], [ 120.2146809, 30.4494622 ], [ 120.2143973, 30.4492692 ], [ 120.2137258, 30.4496937 ], [ 120.2131438, 30.4501569 ], [ 120.2128453, 30.4503884 ], [ 120.2126066, 30.4504785 ], [ 120.2124126, 30.45062 ], [ 120.2121227, 30.4509278 ], [ 120.2119439, 30.4510922 ], [ 120.2118605, 30.4511539 ], [ 120.2117174, 30.4511436 ], [ 120.2115148, 30.4510614 ], [ 120.2111452, 30.4509278 ], [ 120.2103585, 30.4506092 ], [ 120.2099889, 30.4504962 ], [ 120.209226, 30.4502084 ], [ 120.20863, 30.4500543 ], [ 120.2081412, 30.4498899 ], [ 120.2077585, 30.4497298 ], [ 120.2076468, 30.4498971 ], [ 120.2084631, 30.4502701 ], [ 120.2095121, 30.4506503 ], [ 120.210287, 30.4508867 ], [ 120.2111333, 30.451195 ], [ 120.2113837, 30.451308 ], [ 120.2114671, 30.4514108 ], [ 120.2114671, 30.4515238 ], [ 120.2113598, 30.4516677 ], [ 120.2109784, 30.4520376 ], [ 120.2107161, 30.4522534 ], [ 120.2106327, 30.452387 ], [ 120.2104896, 30.4525309 ], [ 120.2102631, 30.4526542 ], [ 120.210132, 30.4528905 ], [ 120.2096313, 30.4539182 ], [ 120.2095121, 30.4540209 ], [ 120.2095479, 30.4541648 ], [ 120.209524, 30.4543703 ], [ 120.2090591, 30.4553568 ], [ 120.2089757, 30.4555212 ], [ 120.2088922, 30.4557267 ], [ 120.208773, 30.4560555 ], [ 120.2086061, 30.4563844 ], [ 120.2085108, 30.4566104 ], [ 120.2084273, 30.4567543 ], [ 120.2084273, 30.4569495 ], [ 120.208332, 30.4571653 ], [ 120.2082485, 30.4573606 ], [ 120.2082037, 30.4573879 ], [ 120.208106, 30.4574473 ], [ 120.2078702, 30.4575083 ], [ 120.2073987, 30.4574575 ], [ 120.2070761, 30.4573497 ], [ 120.2065195, 30.4571052 ], [ 120.2062903, 30.4570299 ], [ 120.2060284, 30.4569546 ], [ 120.2056792, 30.4568512 ], [ 120.2050899, 30.4566254 ], [ 120.2047516, 30.4564749 ], [ 120.2044242, 30.4563996 ], [ 120.2042823, 30.4564278 ], [ 120.2041295, 30.4565125 ], [ 120.2040749, 30.4566818 ], [ 120.2039221, 30.4569829 ], [ 120.2036493, 30.4572274 ], [ 120.2034092, 30.4573027 ], [ 120.2032237, 30.4572839 ], [ 120.2031364, 30.4571992 ], [ 120.2030818, 30.4570957 ], [ 120.2031146, 30.4569923 ], [ 120.2032019, 30.4568606 ], [ 120.2033001, 30.4567665 ], [ 120.2032783, 30.4566536 ], [ 120.2031255, 30.4565783 ], [ 120.2030273, 30.4567289 ], [ 120.2029181, 30.4567853 ], [ 120.2027435, 30.4567853 ], [ 120.2026453, 30.4567477 ], [ 120.2024925, 30.4566442 ], [ 120.2024707, 30.4565407 ], [ 120.2024161, 30.4563902 ], [ 120.2023725, 30.4562491 ], [ 120.2023725, 30.4560892 ], [ 120.2024161, 30.4560045 ], [ 120.2025907, 30.4558446 ], [ 120.2027435, 30.4557693 ], [ 120.2027872, 30.4556564 ], [ 120.2027217, 30.4554683 ], [ 120.2026671, 30.4553648 ], [ 120.2027217, 30.4552613 ], [ 120.2027544, 30.4550731 ], [ 120.2026016, 30.4550261 ], [ 120.2024379, 30.454932 ], [ 120.2022719, 30.4549046 ], [ 120.2021342, 30.4547728 ], [ 120.2020424, 30.4546673 ], [ 120.2017977, 30.4546277 ], [ 120.2016294, 30.4545618 ], [ 120.2015988, 30.4544035 ], [ 120.2014458, 30.4542189 ], [ 120.2012776, 30.454153 ], [ 120.2012623, 30.454298 ], [ 120.2011399, 30.4544431 ], [ 120.2009563, 30.4544167 ], [ 120.2008492, 30.4542585 ], [ 120.2007575, 30.4540607 ], [ 120.2008339, 30.4539156 ], [ 120.200941, 30.4538101 ], [ 120.2007422, 30.4536387 ], [ 120.2005739, 30.4534277 ], [ 120.2004821, 30.4530717 ], [ 120.200471, 30.4529857 ], [ 120.2004515, 30.4528343 ], [ 120.2004209, 30.4526365 ], [ 120.2002986, 30.4525047 ], [ 120.2000997, 30.4523332 ], [ 120.1999161, 30.4521882 ], [ 120.1998702, 30.4520563 ], [ 120.1998702, 30.4518717 ], [ 120.1999161, 30.451608 ], [ 120.199962, 30.4514233 ], [ 120.1998091, 30.4512915 ], [ 120.1994419, 30.4511596 ], [ 120.1984629, 30.4508431 ], [ 120.1977593, 30.4506321 ], [ 120.1975604, 30.4505398 ], [ 120.1973615, 30.4506981 ], [ 120.1967803, 30.4514233 ], [ 120.1965202, 30.4517266 ], [ 120.1963017, 30.4516122 ], [ 120.1959999, 30.4518602 ], [ 120.1964948, 30.4519832 ], [ 120.1969727, 30.4521082 ], [ 120.197213, 30.4521669 ], [ 120.1973178, 30.4522287 ], [ 120.1972449, 30.4524052 ], [ 120.1975111, 30.4524609 ], [ 120.1975999, 30.4525672 ], [ 120.197591, 30.4529266 ], [ 120.1976709, 30.4531138 ], [ 120.1979696, 30.4532784 ], [ 120.1983515, 30.4533909 ], [ 120.1986479, 30.4535514 ], [ 120.1987516, 30.453694 ], [ 120.1986618, 30.4539288 ], [ 120.1985211, 30.4541275 ], [ 120.1981357, 30.4542605 ], [ 120.1980509, 30.454505 ], [ 120.1979178, 30.4546233 ], [ 120.1977789, 30.4550444 ], [ 120.1976889, 30.4551498 ], [ 120.197591, 30.4551815 ], [ 120.1972392, 30.4551024 ], [ 120.1969874, 30.4549528 ], [ 120.1967562, 30.4548378 ], [ 120.1965563, 30.4548147 ], [ 120.19647, 30.4547412 ], [ 120.1963387, 30.4546292 ], [ 120.1961008, 30.4545997 ], [ 120.195756, 30.4543541 ], [ 120.1957989, 30.4540878 ], [ 120.19548, 30.4538893 ], [ 120.1952047, 30.4540739 ], [ 120.1949905, 30.4540871 ], [ 120.1945929, 30.4539187 ], [ 120.1944344, 30.4538516 ], [ 120.1943173, 30.4539681 ], [ 120.1944228, 30.4540859 ], [ 120.1947154, 30.4542829 ], [ 120.1947773, 30.4543857 ], [ 120.1948937, 30.454368 ], [ 120.1949704, 30.4543997 ], [ 120.1950383, 30.454502 ], [ 120.1949716, 30.4546094 ], [ 120.1950448, 30.4546658 ], [ 120.1951282, 30.4547301 ], [ 120.195195, 30.4547878 ], [ 120.1953245, 30.4547804 ], [ 120.1954827, 30.4546642 ], [ 120.195633, 30.4546673 ], [ 120.1960154, 30.4548387 ], [ 120.1960919, 30.4549837 ], [ 120.1962907, 30.4549442 ], [ 120.1965508, 30.4549837 ], [ 120.1967191, 30.4551552 ], [ 120.1968414, 30.455287 ], [ 120.1968108, 30.455498 ], [ 120.1969179, 30.4555376 ], [ 120.1971015, 30.455353 ], [ 120.1974533, 30.4553002 ], [ 120.1976981, 30.4554189 ], [ 120.1977134, 30.4555903 ], [ 120.1975451, 30.4557485 ], [ 120.1975298, 30.4559332 ], [ 120.1974839, 30.4560782 ], [ 120.1972971, 30.4561944 ], [ 120.1969867, 30.4563684 ], [ 120.1966762, 30.4567431 ], [ 120.1963503, 30.4569304 ], [ 120.196195, 30.4572381 ], [ 120.1964279, 30.4573184 ], [ 120.196552, 30.4570776 ], [ 120.1967694, 30.4568902 ], [ 120.1969401, 30.4566494 ], [ 120.197127, 30.4564058 ], [ 120.19753, 30.4562078 ], [ 120.1976542, 30.4560205 ], [ 120.197887, 30.4558465 ], [ 120.1981354, 30.4558332 ], [ 120.1983837, 30.455793 ], [ 120.1984769, 30.4558465 ], [ 120.1985079, 30.456074 ], [ 120.1987252, 30.4561409 ], [ 120.1990357, 30.4560205 ], [ 120.1991586, 30.4560023 ], [ 120.199319, 30.4560857 ], [ 120.1993906, 30.4561092 ], [ 120.1996243, 30.4561857 ], [ 120.1997098, 30.4562436 ], [ 120.1997281, 30.4563331 ], [ 120.199667, 30.4564594 ], [ 120.1998991, 30.4564963 ], [ 120.1999479, 30.4564015 ], [ 120.2000578, 30.4563857 ], [ 120.2003021, 30.4564436 ], [ 120.2003692, 30.4565015 ], [ 120.2003143, 30.4567858 ], [ 120.2004059, 30.4567068 ], [ 120.2005097, 30.4566858 ], [ 120.2006196, 30.4566858 ], [ 120.200644, 30.4568121 ], [ 120.200589, 30.4569279 ], [ 120.2006074, 30.457049 ], [ 120.2006074, 30.4571911 ], [ 120.2005952, 30.4572753 ], [ 120.2006501, 30.4573227 ], [ 120.2007478, 30.4573279 ], [ 120.2007722, 30.457249 ], [ 120.200699, 30.457149 ], [ 120.2006929, 30.457049 ], [ 120.2007295, 30.4568595 ], [ 120.2007783, 30.4567647 ], [ 120.200815, 30.4567174 ], [ 120.201047, 30.4567331 ], [ 120.2012302, 30.4567963 ], [ 120.2013401, 30.4569174 ], [ 120.2014867, 30.4569121 ], [ 120.2017309, 30.4569595 ], [ 120.201853, 30.4570226 ], [ 120.2019754, 30.4571273 ], [ 120.2021291, 30.4572176 ], [ 120.2021756, 30.4572857 ], [ 120.2021942, 30.4573778 ], [ 120.2021756, 30.457474 ], [ 120.202222, 30.4575701 ], [ 120.2023011, 30.4576462 ], [ 120.2024405, 30.4576783 ], [ 120.2025288, 30.4577865 ], [ 120.2026124, 30.4578946 ], [ 120.2026171, 30.4579868 ], [ 120.2026171, 30.4580308 ], [ 120.2027844, 30.4580308 ], [ 120.2028355, 30.4580388 ], [ 120.2029006, 30.4579828 ], [ 120.202961, 30.4579427 ], [ 120.2029889, 30.4578746 ], [ 120.2030307, 30.4578025 ], [ 120.2031097, 30.4577544 ], [ 120.2031747, 30.4577905 ], [ 120.2032026, 30.4578666 ], [ 120.2032166, 30.4579587 ], [ 120.2032259, 30.4580669 ], [ 120.2032212, 30.458139 ], [ 120.2033188, 30.4582271 ], [ 120.2035372, 30.4583393 ], [ 120.2036023, 30.4582511 ], [ 120.2036999, 30.4582431 ], [ 120.2038021, 30.4583152 ], [ 120.2039462, 30.4583273 ], [ 120.2039601, 30.4582632 ], [ 120.2038718, 30.4582231 ], [ 120.2038114, 30.458175 ], [ 120.2038579, 30.458163 ], [ 120.2039834, 30.458155 ], [ 120.2040298, 30.4582712 ], [ 120.2041646, 30.4582792 ], [ 120.2042669, 30.4582792 ], [ 120.204383, 30.4583353 ], [ 120.2044156, 30.4583793 ], [ 120.2043877, 30.4584234 ], [ 120.204318, 30.4583914 ], [ 120.2042994, 30.4584314 ], [ 120.2043505, 30.4584715 ], [ 120.2043552, 30.4585155 ], [ 120.2042483, 30.4587038 ], [ 120.2042204, 30.4587279 ], [ 120.20416, 30.4587759 ], [ 120.2041925, 30.458812 ], [ 120.204239, 30.458796 ], [ 120.2042994, 30.458812 ], [ 120.2043134, 30.458884 ], [ 120.2046084, 30.4591248 ], [ 120.2047481, 30.4593523 ], [ 120.2045152, 30.4597269 ], [ 120.2042979, 30.4599812 ], [ 120.2041116, 30.4601016 ], [ 120.2038012, 30.4602621 ], [ 120.2033821, 30.4603558 ], [ 120.2032889, 30.4602889 ], [ 120.2031027, 30.4601685 ], [ 120.2029164, 30.4600213 ], [ 120.2026835, 30.4600213 ], [ 120.2025283, 30.4601417 ], [ 120.2026835, 30.4602488 ], [ 120.2028698, 30.4602621 ], [ 120.202994, 30.4603424 ], [ 120.2031182, 30.4605431 ], [ 120.202994, 30.4606368 ], [ 120.2027456, 30.4606502 ], [ 120.2026525, 30.4605565 ], [ 120.2024817, 30.4602889 ], [ 120.2023731, 30.4603291 ], [ 120.2026525, 30.4607438 ], [ 120.2026059, 30.4608643 ], [ 120.2024662, 30.4608776 ], [ 120.2024041, 30.4610382 ], [ 120.2022237, 30.4612517 ], [ 120.2023014, 30.461312 ], [ 120.2024352, 30.4611586 ], [ 120.2028077, 30.4609312 ], [ 120.2031492, 30.4607706 ], [ 120.2034131, 30.4605967 ], [ 120.2039409, 30.4603157 ], [ 120.2041427, 30.4602354 ], [ 120.204329, 30.4602086 ], [ 120.2045618, 30.4601283 ], [ 120.2046705, 30.4599276 ], [ 120.2046705, 30.4597403 ], [ 120.2047636, 30.4595797 ], [ 120.2049499, 30.459553 ], [ 120.2051517, 30.4597136 ], [ 120.2052169, 30.4597956 ], [ 120.2056018, 30.4600748 ], [ 120.2060675, 30.4603157 ], [ 120.206052, 30.460503 ], [ 120.2058657, 30.4606903 ], [ 120.2056018, 30.4609579 ], [ 120.2054313, 30.46103 ], [ 120.2051125, 30.4613444 ], [ 120.205043, 30.4614129 ], [ 120.2048878, 30.4615467 ], [ 120.2047015, 30.461841 ], [ 120.2044842, 30.4619748 ], [ 120.2043134, 30.4622692 ], [ 120.2039564, 30.4627241 ], [ 120.2038167, 30.4627642 ], [ 120.2035839, 30.4628579 ], [ 120.2034286, 30.4629917 ], [ 120.2033355, 30.4630586 ], [ 120.2031803, 30.4632593 ], [ 120.203025, 30.4634868 ], [ 120.2026835, 30.4636072 ], [ 120.2024507, 30.4635269 ], [ 120.2020316, 30.4633931 ], [ 120.2015659, 30.4633396 ], [ 120.2011623, 30.4632058 ], [ 120.2007432, 30.4631121 ], [ 120.2001689, 30.4630318 ], [ 120.199436, 30.4626515 ], [ 120.1987887, 30.4623285 ], [ 120.1985844, 30.4621524 ], [ 120.1984311, 30.4620055 ], [ 120.1981756, 30.4618587 ], [ 120.1980904, 30.4616826 ], [ 120.1981756, 30.4614917 ], [ 120.1984311, 30.4610806 ], [ 120.1986014, 30.4610072 ], [ 120.1988569, 30.4610806 ], [ 120.1991124, 30.4610219 ], [ 120.1992145, 30.460787 ], [ 120.1992827, 30.460464 ], [ 120.1993167, 30.4599355 ], [ 120.1993167, 30.4594951 ], [ 120.1993849, 30.4592895 ], [ 120.1996574, 30.4591427 ], [ 120.1996403, 30.4589665 ], [ 120.1995552, 30.4588344 ], [ 120.1992656, 30.4588491 ], [ 120.1992258, 30.4587806 ], [ 120.1992824, 30.45861 ], [ 120.1992895, 30.4583236 ], [ 120.19924, 30.4580067 ], [ 120.1991764, 30.4580067 ], [ 120.1991976, 30.4581286 ], [ 120.1992046, 30.4582748 ], [ 120.1991905, 30.4583784 ], [ 120.1991552, 30.4585673 ], [ 120.1991552, 30.4587806 ], [ 120.1991057, 30.4588842 ], [ 120.199035, 30.4589207 ], [ 120.1988795, 30.4589329 ], [ 120.1987734, 30.4589025 ], [ 120.1987522, 30.4587257 ], [ 120.1987522, 30.4584698 ], [ 120.1987664, 30.4581712 ], [ 120.1987169, 30.4581042 ], [ 120.1986603, 30.4581834 ], [ 120.1986533, 30.458354 ], [ 120.1986957, 30.4584942 ], [ 120.1986957, 30.4587136 ], [ 120.1986603, 30.4588293 ], [ 120.1985906, 30.4589435 ], [ 120.1984481, 30.4589665 ], [ 120.1980053, 30.4589665 ], [ 120.1977839, 30.458805 ], [ 120.1974602, 30.458761 ], [ 120.1968812, 30.4586582 ], [ 120.1964213, 30.4586435 ], [ 120.1961318, 30.4585701 ], [ 120.1959955, 30.4584527 ], [ 120.1956889, 30.4585114 ], [ 120.1954505, 30.4584967 ], [ 120.1953016, 30.4584723 ], [ 120.1953483, 30.4583352 ], [ 120.1954164, 30.4582031 ], [ 120.1958081, 30.4576305 ], [ 120.1958933, 30.4574543 ], [ 120.1956549, 30.4574103 ], [ 120.1956378, 30.4576305 ], [ 120.1954505, 30.4577186 ], [ 120.1953823, 30.4580269 ], [ 120.195212, 30.4582912 ], [ 120.1950928, 30.4584674 ], [ 120.1949055, 30.4585958 ], [ 120.1946789, 30.458606 ], [ 120.1941717, 30.4586776 ], [ 120.194046, 30.4586513 ], [ 120.1940092, 30.4585138 ], [ 120.1941416, 30.4581812 ], [ 120.1943434, 30.4576746 ], [ 120.1944115, 30.4575865 ], [ 120.1945478, 30.4575131 ], [ 120.1945308, 30.4574103 ], [ 120.1943264, 30.4573956 ], [ 120.1940879, 30.4573222 ], [ 120.1937959, 30.4571858 ], [ 120.1936792, 30.4571313 ], [ 120.1934066, 30.457102 ], [ 120.1930149, 30.4570286 ], [ 120.1924629, 30.4567781 ], [ 120.1922635, 30.4566877 ], [ 120.1922117, 30.456777 ], [ 120.1928276, 30.4570579 ], [ 120.1931171, 30.4571901 ], [ 120.1930843, 30.4572996 ], [ 120.193102, 30.457355 ], [ 120.1931386, 30.4573432 ], [ 120.1932095, 30.4572872 ], [ 120.1933555, 30.4572635 ], [ 120.1936792, 30.4573516 ], [ 120.1940028, 30.4575571 ], [ 120.1940198, 30.4578361 ], [ 120.1940028, 30.4581737 ], [ 120.1937385, 30.4586899 ], [ 120.1936565, 30.458722 ], [ 120.1937543, 30.4588857 ], [ 120.194105, 30.4588931 ], [ 120.1944797, 30.4590693 ], [ 120.1950587, 30.4593189 ], [ 120.1956889, 30.4595391 ], [ 120.1958933, 30.4596419 ], [ 120.1965916, 30.4601557 ], [ 120.1971877, 30.4605374 ], [ 120.1972146, 30.4606378 ], [ 120.1972388, 30.4607283 ], [ 120.1971366, 30.4609191 ], [ 120.1966257, 30.4615358 ], [ 120.1965283, 30.4615538 ], [ 120.1963872, 30.4615798 ], [ 120.1959955, 30.4615064 ], [ 120.1958592, 30.4615945 ], [ 120.1954334, 30.4627396 ], [ 120.1953653, 30.463136 ], [ 120.1951439, 30.4636204 ], [ 120.194857, 30.4643446 ], [ 120.194667, 30.4648243 ], [ 120.1944967, 30.4651032 ], [ 120.1946329, 30.4651619 ], [ 120.1949055, 30.4645894 ], [ 120.1950587, 30.4644719 ], [ 120.1953142, 30.4644426 ], [ 120.1954164, 30.4646334 ], [ 120.1952972, 30.4648536 ], [ 120.1955016, 30.464883 ], [ 120.1956632, 30.4649228 ], [ 120.19574, 30.4649417 ], [ 120.1959444, 30.4651325 ], [ 120.1960968, 30.465257 ], [ 120.196268, 30.4653968 ], [ 120.1965916, 30.465661 ], [ 120.1966597, 30.4658519 ], [ 120.1964894, 30.4660868 ], [ 120.196251, 30.4661161 ], [ 120.1961829, 30.4662189 ], [ 120.1960125, 30.4662629 ], [ 120.1956378, 30.4662189 ], [ 120.1955527, 30.4663363 ], [ 120.195706, 30.4664391 ], [ 120.195723, 30.4665859 ], [ 120.1958422, 30.4663951 ], [ 120.1961658, 30.4663951 ], [ 120.1963191, 30.4663657 ], [ 120.1966087, 30.4662483 ], [ 120.1968982, 30.4660134 ], [ 120.1971026, 30.4658666 ], [ 120.1975113, 30.4658666 ], [ 120.1980564, 30.4662189 ], [ 120.1983289, 30.4663804 ], [ 120.1984651, 30.4663804 ], [ 120.1986695, 30.4665272 ], [ 120.1988228, 30.466674 ], [ 120.1987512, 30.4668619 ], [ 120.1986583, 30.4669587 ], [ 120.1986126, 30.4670062 ], [ 120.1983121, 30.4673369 ], [ 120.1978504, 30.4677976 ], [ 120.1978042, 30.4678871 ], [ 120.1973769, 30.4683848 ], [ 120.1973019, 30.4684246 ], [ 120.1971633, 30.4683948 ], [ 120.1970132, 30.4685491 ], [ 120.1969554, 30.4687382 ], [ 120.1967302, 30.4690268 ], [ 120.196609, 30.4690716 ], [ 120.1964588, 30.4690766 ], [ 120.1961917, 30.468916 ], [ 120.1961701, 30.4689557 ], [ 120.1963883, 30.4691138 ], [ 120.1964011, 30.4692707 ], [ 120.1963722, 30.4694001 ], [ 120.1961528, 30.4697534 ], [ 120.1957948, 30.470052 ], [ 120.1956043, 30.4701765 ], [ 120.1954541, 30.4703357 ], [ 120.1953444, 30.4704452 ], [ 120.1946342, 30.4708632 ], [ 120.1941319, 30.4713161 ], [ 120.1936988, 30.4716844 ], [ 120.1934216, 30.4719233 ], [ 120.1929251, 30.4724408 ], [ 120.1926248, 30.4727444 ], [ 120.1921282, 30.4732022 ], [ 120.1914873, 30.4737696 ], [ 120.1903209, 30.4746703 ], [ 120.1898186, 30.4751082 ], [ 120.1895129, 30.4753381 ], [ 120.1891949, 30.4756507 ], [ 120.188323, 30.4763723 ], [ 120.1874916, 30.4771685 ], [ 120.1869084, 30.4777059 ], [ 120.1864638, 30.4781836 ], [ 120.1861635, 30.4785419 ], [ 120.1859576, 30.4788545 ], [ 120.1861337, 30.4789639 ] ], [ [ 120.195353, 30.4590224 ], [ 120.1953833, 30.4589354 ], [ 120.1954035, 30.4587874 ], [ 120.1954944, 30.4587961 ], [ 120.1954944, 30.4590224 ], [ 120.1954843, 30.4591529 ], [ 120.1954641, 30.4593009 ], [ 120.1953328, 30.4592574 ], [ 120.1952924, 30.4591877 ], [ 120.1952924, 30.459092 ], [ 120.195353, 30.4590224 ] ], [ [ 120.1954316, 30.463364 ], [ 120.1955429, 30.4629461 ], [ 120.1956758, 30.4625262 ], [ 120.1957732, 30.4623736 ], [ 120.1958029, 30.4622422 ], [ 120.195844, 30.4620606 ], [ 120.1959326, 30.4618239 ], [ 120.1960034, 30.4616789 ], [ 120.196154, 30.4616484 ], [ 120.1964817, 30.4616789 ], [ 120.1966322, 30.4617094 ], [ 120.1967031, 30.461656 ], [ 120.1968093, 30.4615568 ], [ 120.1970485, 30.461259 ], [ 120.1971724, 30.4612209 ], [ 120.197261, 30.4612285 ], [ 120.1973939, 30.461114 ], [ 120.197571, 30.4608926 ], [ 120.197571, 30.4607858 ], [ 120.1975533, 30.4606789 ], [ 120.1976064, 30.4606331 ], [ 120.1978455, 30.4607018 ], [ 120.1982618, 30.4608468 ], [ 120.1982972, 30.4609842 ], [ 120.1982175, 30.4612209 ], [ 120.1978809, 30.4615873 ], [ 120.1976772, 30.4618774 ], [ 120.1979961, 30.4620835 ], [ 120.1981466, 30.4620682 ], [ 120.1982086, 30.4621217 ], [ 120.198368, 30.4622514 ], [ 120.198554, 30.4623201 ], [ 120.1987577, 30.462511 ], [ 120.1991119, 30.462656 ], [ 120.1993245, 30.4627782 ], [ 120.1996433, 30.4629232 ], [ 120.2000241, 30.4631217 ], [ 120.2000507, 30.4632209 ], [ 120.1998824, 30.4634575 ], [ 120.1999426, 30.4635012 ], [ 120.2000507, 30.4635797 ], [ 120.2003075, 30.4637324 ], [ 120.2004404, 30.463824 ], [ 120.2004404, 30.4639308 ], [ 120.2005998, 30.4639003 ], [ 120.2007946, 30.4639843 ], [ 120.2009275, 30.4640988 ], [ 120.2010249, 30.4642285 ], [ 120.2010337, 30.4644041 ], [ 120.2011311, 30.464511 ], [ 120.2010869, 30.4646102 ], [ 120.200892, 30.464656 ], [ 120.2006972, 30.464656 ], [ 120.2005378, 30.464801 ], [ 120.200396, 30.4648418 ], [ 120.2003252, 30.4648621 ], [ 120.200033, 30.4648621 ], [ 120.1998647, 30.4648316 ], [ 120.1997319, 30.4647552 ], [ 120.1996167, 30.46474 ], [ 120.1994573, 30.4648392 ], [ 120.1992891, 30.4650224 ], [ 120.1990854, 30.4650911 ], [ 120.1988994, 30.4652362 ], [ 120.1987311, 30.4652514 ], [ 120.198616, 30.4653736 ], [ 120.19843, 30.4654957 ], [ 120.1982883, 30.4655033 ], [ 120.1982175, 30.4654575 ], [ 120.1981466, 30.4653736 ], [ 120.1982083, 30.4651854 ], [ 120.1983555, 30.4649908 ], [ 120.1985503, 30.4647956 ], [ 120.1986249, 30.4646713 ], [ 120.198554, 30.4646026 ], [ 120.1984477, 30.4645568 ], [ 120.1983237, 30.4646865 ], [ 120.1984389, 30.4647934 ], [ 120.1980417, 30.4652918 ], [ 120.1979721, 30.4653103 ], [ 120.1978367, 30.4652972 ], [ 120.1974381, 30.4651369 ], [ 120.1973761, 30.4650682 ], [ 120.1972876, 30.4651675 ], [ 120.1971724, 30.4653354 ], [ 120.1970042, 30.4653736 ], [ 120.1968713, 30.4653583 ], [ 120.1966676, 30.4652896 ], [ 120.1965968, 30.4653507 ], [ 120.1965171, 30.4653507 ], [ 120.1963577, 30.4653049 ], [ 120.1962071, 30.465198 ], [ 120.1961186, 30.4650911 ], [ 120.196092, 30.4649919 ], [ 120.1961363, 30.4649232 ], [ 120.196278, 30.4648163 ], [ 120.1964197, 30.4646407 ], [ 120.1964994, 30.4645262 ], [ 120.1965691, 30.4644343 ], [ 120.1966499, 30.4643278 ], [ 120.1967296, 30.4642285 ], [ 120.1966942, 30.4641751 ], [ 120.1963843, 30.4645262 ], [ 120.1962691, 30.4645339 ], [ 120.1960654, 30.4645033 ], [ 120.1959326, 30.4644652 ], [ 120.1957643, 30.4643812 ], [ 120.1956403, 30.4643507 ], [ 120.1956138, 30.4642667 ], [ 120.1956226, 30.4641675 ], [ 120.1956846, 30.464053 ], [ 120.195658, 30.4638621 ], [ 120.1956315, 30.4637476 ], [ 120.1955341, 30.4636866 ], [ 120.1954278, 30.4636179 ], [ 120.1953924, 30.463511 ], [ 120.1954316, 30.463364 ] ], [ [ 120.1959597, 30.4590134 ], [ 120.1960045, 30.4589414 ], [ 120.196075, 30.4588279 ], [ 120.1961749, 30.4587219 ], [ 120.1963594, 30.4587285 ], [ 120.1964901, 30.4588279 ], [ 120.1966284, 30.4588345 ], [ 120.1967591, 30.4588213 ], [ 120.1968821, 30.4588743 ], [ 120.1970281, 30.4588941 ], [ 120.1970896, 30.4588743 ], [ 120.1972434, 30.4588809 ], [ 120.1975585, 30.4589273 ], [ 120.1977123, 30.4589737 ], [ 120.1976585, 30.4591393 ], [ 120.1977584, 30.4591526 ], [ 120.1978122, 30.4590929 ], [ 120.1978968, 30.4590399 ], [ 120.1980505, 30.4590598 ], [ 120.1982427, 30.4590929 ], [ 120.1985117, 30.4591062 ], [ 120.1986808, 30.4591261 ], [ 120.1987731, 30.4591658 ], [ 120.1987807, 30.4592453 ], [ 120.1987116, 30.4592983 ], [ 120.1985886, 30.459305 ], [ 120.1985732, 30.4594242 ], [ 120.1985809, 30.4595567 ], [ 120.1985425, 30.4596893 ], [ 120.1985194, 30.459835 ], [ 120.1985194, 30.4599212 ], [ 120.1985963, 30.4599079 ], [ 120.1986962, 30.459623 ], [ 120.1987039, 30.4594772 ], [ 120.1988115, 30.459305 ], [ 120.1989114, 30.4592387 ], [ 120.1990882, 30.4592519 ], [ 120.1991958, 30.4593315 ], [ 120.1992189, 30.4598483 ], [ 120.1992343, 30.4600404 ], [ 120.1992112, 30.4602193 ], [ 120.1991881, 30.4603784 ], [ 120.1991574, 30.4605307 ], [ 120.199142, 30.4606368 ], [ 120.1991651, 30.4607494 ], [ 120.1990959, 30.4608554 ], [ 120.1990037, 30.4609416 ], [ 120.1989191, 30.4609681 ], [ 120.1986501, 30.4609283 ], [ 120.1985117, 30.4608554 ], [ 120.1980274, 30.4606036 ], [ 120.1979275, 30.4605109 ], [ 120.1978199, 30.4605175 ], [ 120.19772, 30.4605307 ], [ 120.1975355, 30.4605241 ], [ 120.1974587, 30.4604947 ], [ 120.1973971, 30.4604711 ], [ 120.1973664, 30.4603386 ], [ 120.1973049, 30.4603121 ], [ 120.1972741, 30.4603916 ], [ 120.1971665, 30.4603982 ], [ 120.1969897, 30.4603187 ], [ 120.1968744, 30.4601597 ], [ 120.1967745, 30.4601067 ], [ 120.1966131, 30.4600338 ], [ 120.1963825, 30.4598549 ], [ 120.1962671, 30.4597555 ], [ 120.1961057, 30.4596628 ], [ 120.1959674, 30.4596097 ], [ 120.1958828, 30.4594905 ], [ 120.1958868, 30.4594047 ], [ 120.1958905, 30.4593248 ], [ 120.1958674, 30.4592122 ], [ 120.1959597, 30.4590134 ] ], [ [ 120.1968179, 30.4516074 ], [ 120.1971295, 30.4511393 ], [ 120.1973898, 30.45087 ], [ 120.197546, 30.450843 ], [ 120.1978792, 30.4508789 ], [ 120.198327, 30.4510046 ], [ 120.1985144, 30.4512111 ], [ 120.1985352, 30.4514086 ], [ 120.1985977, 30.4515342 ], [ 120.1987331, 30.4514893 ], [ 120.1988788, 30.4512829 ], [ 120.199035, 30.4512829 ], [ 120.1992849, 30.4513906 ], [ 120.1994932, 30.4514265 ], [ 120.1996077, 30.4514983 ], [ 120.1997639, 30.4515881 ], [ 120.1997327, 30.4517945 ], [ 120.1996702, 30.4519023 ], [ 120.1996077, 30.4521356 ], [ 120.1993474, 30.4521626 ], [ 120.1991808, 30.4521805 ], [ 120.1989934, 30.4522164 ], [ 120.1986914, 30.4522434 ], [ 120.1985873, 30.4522703 ], [ 120.198504, 30.4523421 ], [ 120.198327, 30.4523421 ], [ 120.1980562, 30.4523421 ], [ 120.1978792, 30.4523152 ], [ 120.1976918, 30.4522523 ], [ 120.1974985, 30.452149 ], [ 120.1972786, 30.4520497 ], [ 120.1971739, 30.4519684 ], [ 120.1970273, 30.4519233 ], [ 120.1968807, 30.4518601 ], [ 120.1968074, 30.4517789 ], [ 120.1968179, 30.4516074 ] ], [ [ 120.1981581, 30.4528259 ], [ 120.1982628, 30.4526454 ], [ 120.1984827, 30.4525371 ], [ 120.1989434, 30.4524288 ], [ 120.1991214, 30.4523837 ], [ 120.1993308, 30.4524468 ], [ 120.199624, 30.452501 ], [ 120.1998439, 30.4526274 ], [ 120.19998, 30.4527628 ], [ 120.2000114, 30.4529704 ], [ 120.2000114, 30.4531419 ], [ 120.2001685, 30.4533856 ], [ 120.2004198, 30.4536744 ], [ 120.2004617, 30.4538098 ], [ 120.2004198, 30.4539181 ], [ 120.200357, 30.4541618 ], [ 120.2003779, 30.4543243 ], [ 120.2004721, 30.4544416 ], [ 120.2006501, 30.4545409 ], [ 120.2007653, 30.4546312 ], [ 120.2009433, 30.4548478 ], [ 120.201069, 30.4549381 ], [ 120.2011527, 30.4550915 ], [ 120.2011842, 30.4552179 ], [ 120.2011632, 30.4553352 ], [ 120.2012993, 30.4554887 ], [ 120.2013622, 30.4557504 ], [ 120.2013622, 30.4558768 ], [ 120.2014354, 30.45594 ], [ 120.2013936, 30.4561475 ], [ 120.2013098, 30.45631 ], [ 120.2011842, 30.4563551 ], [ 120.201048, 30.4563551 ], [ 120.2008072, 30.456301 ], [ 120.2006816, 30.45631 ], [ 120.2004512, 30.4563461 ], [ 120.2003465, 30.4563461 ], [ 120.2001475, 30.4562198 ], [ 120.2001057, 30.4561024 ], [ 120.2001057, 30.455967 ], [ 120.200158, 30.4557865 ], [ 120.200179, 30.455615 ], [ 120.2001999, 30.4554706 ], [ 120.2001371, 30.4553533 ], [ 120.2000324, 30.4552901 ], [ 120.1998125, 30.4552088 ], [ 120.1995298, 30.4551276 ], [ 120.1993937, 30.4550735 ], [ 120.1993518, 30.4549651 ], [ 120.1993308, 30.4548207 ], [ 120.1992157, 30.4547756 ], [ 120.1990376, 30.4549561 ], [ 120.1988806, 30.45492 ], [ 120.1987235, 30.4548388 ], [ 120.1986398, 30.4547305 ], [ 120.1986502, 30.4546041 ], [ 120.1987654, 30.4544146 ], [ 120.1988949, 30.4542472 ], [ 120.1990517, 30.4541226 ], [ 120.1991089, 30.4539421 ], [ 120.1991439, 30.4536639 ], [ 120.1990795, 30.4534397 ], [ 120.1989853, 30.4533856 ], [ 120.1988178, 30.4534488 ], [ 120.1986293, 30.4534488 ], [ 120.1984303, 30.4533495 ], [ 120.198179, 30.453187 ], [ 120.1980953, 30.4530697 ], [ 120.1980743, 30.4529523 ], [ 120.1981581, 30.4528259 ] ], [ [ 120.1984743, 30.4656407 ], [ 120.1986426, 30.4654499 ], [ 120.1988108, 30.4654041 ], [ 120.1991562, 30.465427 ], [ 120.1992536, 30.4655415 ], [ 120.1993953, 30.4656713 ], [ 120.1996345, 30.4658468 ], [ 120.1996876, 30.4660071 ], [ 120.1995459, 30.4661064 ], [ 120.1994131, 30.4661064 ], [ 120.1992448, 30.4660148 ], [ 120.1991208, 30.4659766 ], [ 120.1989614, 30.465969 ], [ 120.1988108, 30.4659842 ], [ 120.1986337, 30.4659537 ], [ 120.1985186, 30.4658621 ], [ 120.1984566, 30.4657323 ], [ 120.1984743, 30.4656407 ] ], [ [ 120.2039223, 30.457074 ], [ 120.2040738, 30.45687 ], [ 120.2042253, 30.4566334 ], [ 120.2043483, 30.4565599 ], [ 120.2045282, 30.4565518 ], [ 120.2051624, 30.4567721 ], [ 120.2053044, 30.456919 ], [ 120.2054369, 30.4568945 ], [ 120.2057399, 30.4569516 ], [ 120.2061942, 30.4570903 ], [ 120.2064971, 30.4571883 ], [ 120.2067717, 30.4572862 ], [ 120.2069231, 30.4573433 ], [ 120.2072166, 30.4575065 ], [ 120.2074532, 30.4575473 ], [ 120.207813, 30.4575718 ], [ 120.2079833, 30.4576207 ], [ 120.2081064, 30.4577513 ], [ 120.2081064, 30.4578336 ], [ 120.2081064, 30.457939 ], [ 120.207936, 30.4580777 ], [ 120.2078867, 30.4581074 ], [ 120.2078413, 30.4581348 ], [ 120.2077656, 30.458249 ], [ 120.2076047, 30.4583306 ], [ 120.2076994, 30.458453 ], [ 120.2076994, 30.4585836 ], [ 120.2075858, 30.4588365 ], [ 120.2074722, 30.4590324 ], [ 120.2073018, 30.4590569 ], [ 120.207226, 30.4591956 ], [ 120.207103, 30.4592609 ], [ 120.2068853, 30.4592364 ], [ 120.2067433, 30.4591385 ], [ 120.2067054, 30.4590405 ], [ 120.2064782, 30.4589345 ], [ 120.2062794, 30.4588284 ], [ 120.2060712, 30.4586897 ], [ 120.2058156, 30.4586326 ], [ 120.2056357, 30.4585754 ], [ 120.2054843, 30.4584041 ], [ 120.2054748, 30.4582572 ], [ 120.2053896, 30.4581511 ], [ 120.2047743, 30.4577758 ], [ 120.2046228, 30.4576207 ], [ 120.2044619, 30.4575147 ], [ 120.2042063, 30.4573759 ], [ 120.2039507, 30.4572454 ], [ 120.2038939, 30.4571719 ], [ 120.2039223, 30.457074 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1958031, 30.4641277 ], [ 120.1958942, 30.4642133 ], [ 120.1959687, 30.4643274 ], [ 120.1960763, 30.4644201 ], [ 120.1961921, 30.4644273 ], [ 120.196308, 30.4643845 ], [ 120.1965066, 30.4642632 ], [ 120.1966142, 30.464092 ], [ 120.1965149, 30.4640064 ], [ 120.1964156, 30.4640492 ], [ 120.1963411, 30.4641491 ], [ 120.196159, 30.4641348 ], [ 120.1960514, 30.464092 ], [ 120.1960431, 30.4638994 ], [ 120.1959438, 30.4638566 ], [ 120.1958197, 30.4639065 ], [ 120.1957783, 30.4640349 ], [ 120.1958031, 30.4641277 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1853904, 30.4641876 ], [ 120.1854518, 30.4641907 ], [ 120.185519, 30.4642232 ], [ 120.1855379, 30.4642618 ], [ 120.1857396, 30.4642801 ], [ 120.1857927, 30.4642385 ], [ 120.1857526, 30.4641846 ], [ 120.1856936, 30.4641347 ], [ 120.1856146, 30.4640747 ], [ 120.1855214, 30.4640849 ], [ 120.1854211, 30.4640636 ], [ 120.1853763, 30.464089 ], [ 120.1853397, 30.464153 ], [ 120.1853904, 30.4641876 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1904566, 30.4645197 ], [ 120.1907362, 30.4646641 ], [ 120.1907955, 30.4646643 ], [ 120.1908846, 30.4646181 ], [ 120.1909488, 30.4645165 ], [ 120.190966, 30.4643604 ], [ 120.1908463, 30.4642786 ], [ 120.1907878, 30.4642926 ], [ 120.1906556, 30.464272 ], [ 120.190578, 30.4642645 ], [ 120.1904955, 30.4643224 ], [ 120.1904361, 30.4644479 ], [ 120.1904566, 30.4645197 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1900459, 30.4650541 ], [ 120.190091, 30.4651104 ], [ 120.1903669, 30.4652081 ], [ 120.1904657, 30.4651467 ], [ 120.1906966, 30.464994 ], [ 120.1907271, 30.4648112 ], [ 120.1906545, 30.4647311 ], [ 120.1904207, 30.4646234 ], [ 120.1903117, 30.4646234 ], [ 120.1901854, 30.4647048 ], [ 120.1900692, 30.4648776 ], [ 120.1899966, 30.4649915 ], [ 120.1900459, 30.4650541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1963742, 30.4649409 ], [ 120.1965397, 30.4650622 ], [ 120.1966308, 30.4652191 ], [ 120.1969204, 30.4652976 ], [ 120.197028, 30.4652833 ], [ 120.1971687, 30.4651406 ], [ 120.1971853, 30.4650479 ], [ 120.1971108, 30.4649837 ], [ 120.1968377, 30.4648482 ], [ 120.1967797, 30.4647412 ], [ 120.1965811, 30.4646627 ], [ 120.1964239, 30.4647198 ], [ 120.1963659, 30.4648624 ], [ 120.1963742, 30.4649409 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1901274, 30.4662887 ], [ 120.1901993, 30.4663002 ], [ 120.1902496, 30.4662488 ], [ 120.190414, 30.4659399 ], [ 120.1904602, 30.4658425 ], [ 120.1904561, 30.4657531 ], [ 120.1904016, 30.465692 ], [ 120.1903133, 30.4656425 ], [ 120.1901849, 30.4657814 ], [ 120.1900802, 30.4659523 ], [ 120.1900165, 30.466186 ], [ 120.1901274, 30.4662887 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.18916, 30.4663887 ], [ 120.1892432, 30.466448 ], [ 120.1892894, 30.4664949 ], [ 120.1893058, 30.4665967 ], [ 120.1893428, 30.4666525 ], [ 120.189539, 30.4666472 ], [ 120.1896437, 30.4666144 ], [ 120.1896755, 30.466541 ], [ 120.1895728, 30.4664533 ], [ 120.1894414, 30.4663816 ], [ 120.1893223, 30.4663259 ], [ 120.1891436, 30.4663232 ], [ 120.18916, 30.4663887 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.193701, 30.4673626 ], [ 120.1940075, 30.4675604 ], [ 120.1943996, 30.4677769 ], [ 120.194863, 30.4680486 ], [ 120.1951985, 30.4682639 ], [ 120.1956415, 30.4686119 ], [ 120.1961701, 30.4689557 ], [ 120.1961917, 30.468916 ], [ 120.1958564, 30.4686808 ], [ 120.1950736, 30.4681024 ], [ 120.1948731, 30.4679898 ], [ 120.1945841, 30.4677807 ], [ 120.194436, 30.4676793 ], [ 120.1943357, 30.4676004 ], [ 120.1942355, 30.467459 ], [ 120.1942515, 30.4673663 ], [ 120.194372, 30.4671435 ], [ 120.1944534, 30.4669332 ], [ 120.1945318, 30.4668255 ], [ 120.1946712, 30.4667679 ], [ 120.194709, 30.4666265 ], [ 120.1947874, 30.4665689 ], [ 120.1947206, 30.4665201 ], [ 120.1945696, 30.4665088 ], [ 120.1944287, 30.4664262 ], [ 120.1944026, 30.4662622 ], [ 120.194343, 30.4662346 ], [ 120.1942384, 30.4661958 ], [ 120.1941992, 30.4660869 ], [ 120.1942922, 30.4657464 ], [ 120.1944781, 30.4653896 ], [ 120.1946329, 30.4651619 ], [ 120.1944967, 30.4651032 ], [ 120.1944432, 30.4651743 ], [ 120.1943183, 30.4653921 ], [ 120.1941513, 30.4655123 ], [ 120.1940729, 30.4657652 ], [ 120.1937156, 30.4662284 ], [ 120.1936851, 30.466505 ], [ 120.1937373, 30.4665701 ], [ 120.1938797, 30.4666277 ], [ 120.1940278, 30.4667467 ], [ 120.194006, 30.4670784 ], [ 120.1939029, 30.4672462 ], [ 120.1935442, 30.4672399 ], [ 120.1935195, 30.4672875 ], [ 120.193701, 30.4673626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1905671, 30.466617 ], [ 120.190658, 30.4667694 ], [ 120.1907855, 30.4669453 ], [ 120.1910236, 30.4672384 ], [ 120.1911936, 30.4675096 ], [ 120.1913892, 30.4676415 ], [ 120.1915932, 30.4676268 ], [ 120.1918993, 30.4677588 ], [ 120.1919843, 30.4678833 ], [ 120.1919078, 30.4680446 ], [ 120.1916017, 30.4684549 ], [ 120.1916442, 30.4685136 ], [ 120.1920438, 30.4679786 ], [ 120.1923244, 30.4677734 ], [ 120.1924775, 30.4676195 ], [ 120.192673, 30.4673777 ], [ 120.1929111, 30.4671578 ], [ 120.1930471, 30.4670846 ], [ 120.1931577, 30.4671139 ], [ 120.1935148, 30.4665129 ], [ 120.1935573, 30.4662931 ], [ 120.1933532, 30.4661612 ], [ 120.1929366, 30.4659706 ], [ 120.1926985, 30.46589 ], [ 120.1923669, 30.4657435 ], [ 120.1922819, 30.4656775 ], [ 120.1921034, 30.4657068 ], [ 120.1919333, 30.4658021 ], [ 120.1916442, 30.4658534 ], [ 120.1914062, 30.4657654 ], [ 120.1911936, 30.4656555 ], [ 120.1910406, 30.4656042 ], [ 120.1909215, 30.4655822 ], [ 120.1907855, 30.4655822 ], [ 120.1906155, 30.4655969 ], [ 120.1906495, 30.4656775 ], [ 120.190641, 30.4658021 ], [ 120.190828, 30.4659853 ], [ 120.1907819, 30.4660647 ], [ 120.1907175, 30.4661758 ], [ 120.1906325, 30.4663004 ], [ 120.1905134, 30.4665203 ], [ 120.1905671, 30.466617 ] ], [ [ 120.1921738, 30.465988 ], [ 120.1922355, 30.4658696 ], [ 120.1923132, 30.465835 ], [ 120.1923702, 30.4658365 ], [ 120.1925229, 30.4658991 ], [ 120.1927065, 30.4659966 ], [ 120.1928181, 30.4660695 ], [ 120.1928461, 30.4661256 ], [ 120.192843, 30.4661939 ], [ 120.1927825, 30.4662456 ], [ 120.1926479, 30.4663057 ], [ 120.1924587, 30.4662741 ], [ 120.1922565, 30.4661564 ], [ 120.1921661, 30.4660743 ], [ 120.1921738, 30.465988 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1859365, 30.4674687 ], [ 120.1859455, 30.4676629 ], [ 120.1858883, 30.4679172 ], [ 120.1859616, 30.4680159 ], [ 120.1860975, 30.4680621 ], [ 120.1862262, 30.4680436 ], [ 120.1863496, 30.4679712 ], [ 120.1864014, 30.4678386 ], [ 120.1865373, 30.4675165 ], [ 120.1866268, 30.4673424 ], [ 120.1867305, 30.4672514 ], [ 120.1868664, 30.4670927 ], [ 120.1869057, 30.4669956 ], [ 120.1869987, 30.4669139 ], [ 120.18714, 30.4667906 ], [ 120.187224, 30.4666781 ], [ 120.1873241, 30.4666211 ], [ 120.1872061, 30.4664577 ], [ 120.1870076, 30.4664284 ], [ 120.1867591, 30.4663914 ], [ 120.1865588, 30.4663113 ], [ 120.1864408, 30.4664068 ], [ 120.1862942, 30.4665116 ], [ 120.1861207, 30.4666442 ], [ 120.186017, 30.4668985 ], [ 120.1859151, 30.466897 ], [ 120.1858829, 30.4669802 ], [ 120.185933, 30.4671066 ], [ 120.1858471, 30.4673254 ], [ 120.1859365, 30.4674687 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1889926, 30.4674377 ], [ 120.1890789, 30.4674518 ], [ 120.1891446, 30.4674784 ], [ 120.1891918, 30.4674713 ], [ 120.1892432, 30.4673793 ], [ 120.1892432, 30.4673616 ], [ 120.1891805, 30.4673155 ], [ 120.1890789, 30.4673058 ], [ 120.1890059, 30.4673474 ], [ 120.1889556, 30.4674094 ], [ 120.1889926, 30.4674377 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1840078, 30.463729 ], [ 120.1840963, 30.463848 ], [ 120.1842567, 30.4638897 ], [ 120.1843924, 30.4638388 ], [ 120.1845186, 30.4636548 ], [ 120.184534, 30.4635897 ], [ 120.1844903, 30.4634707 ], [ 120.1844148, 30.4634189 ], [ 120.1842591, 30.463367 ], [ 120.1841612, 30.4633721 ], [ 120.1840857, 30.4634422 ], [ 120.183996, 30.463607 ], [ 120.1840078, 30.463729 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1753831, 30.4644607 ], [ 120.175415, 30.4644766 ], [ 120.1755362, 30.4644855 ], [ 120.1756522, 30.464481 ], [ 120.1758648, 30.4645014 ], [ 120.1759727, 30.464497 ], [ 120.1760014, 30.4644562 ], [ 120.1760148, 30.4643111 ], [ 120.1759439, 30.4642252 ], [ 120.1758854, 30.4642031 ], [ 120.175417, 30.464126 ], [ 120.1753924, 30.4641756 ], [ 120.1753729, 30.464281 ], [ 120.1753636, 30.4644385 ], [ 120.1753831, 30.4644607 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1739427, 30.4648229 ], [ 120.1742089, 30.4648282 ], [ 120.174254, 30.4648108 ], [ 120.1743085, 30.4646082 ], [ 120.1743832, 30.4644579 ], [ 120.1744143, 30.4643291 ], [ 120.1744439, 30.4641439 ], [ 120.1745109, 30.4639883 ], [ 120.1742182, 30.4639574 ], [ 120.174198, 30.4640782 ], [ 120.1741264, 30.4642258 ], [ 120.1739287, 30.4648014 ], [ 120.1739427, 30.4648229 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1446061, 30.467619 ], [ 120.1448903, 30.4677216 ], [ 120.144969, 30.4677932 ], [ 120.1450749, 30.4679507 ], [ 120.1450959, 30.4680236 ], [ 120.1451174, 30.4682439 ], [ 120.1451518, 30.4682456 ], [ 120.1451685, 30.468462 ], [ 120.1451204, 30.4684642 ], [ 120.1451568, 30.4685496 ], [ 120.1451626, 30.4687801 ], [ 120.1451342, 30.4689842 ], [ 120.1449195, 30.4691015 ], [ 120.1454788, 30.4698243 ], [ 120.1453068, 30.4700994 ], [ 120.145987197032895, 30.470345298810166 ], [ 120.14619, 30.470031 ], [ 120.150214343287303, 30.471604383671284 ], [ 120.1511809, 30.471718 ], [ 120.1512662, 30.4718347 ], [ 120.151258, 30.4719704 ], [ 120.151234257411645, 30.472003135993038 ], [ 120.151548454322523, 30.472125976480008 ], [ 120.1515454, 30.4720217 ], [ 120.151659, 30.4719385 ], [ 120.1518408, 30.471986 ], [ 120.1549199, 30.4726187 ], [ 120.1562046, 30.4727593 ], [ 120.1563992, 30.4727836 ], [ 120.1574688, 30.4729174 ], [ 120.1616287, 30.4731986 ], [ 120.1643203, 30.4738313 ], [ 120.1649932, 30.4731108 ], [ 120.160446, 30.472232 ], [ 120.1583826, 30.4722007 ], [ 120.1563391, 30.471891 ], [ 120.1515146, 30.4708436 ], [ 120.1497405, 30.4705976 ], [ 120.1496338, 30.4705704 ], [ 120.1496293, 30.4704646 ], [ 120.1497737, 30.4697435 ], [ 120.149439, 30.4696837 ], [ 120.1492744, 30.4703867 ], [ 120.1492166, 30.4704642 ], [ 120.1483949, 30.4702527 ], [ 120.1483446, 30.4701826 ], [ 120.14847, 30.4694115 ], [ 120.1481577, 30.469362 ], [ 120.1479463, 30.4700952 ], [ 120.1478703, 30.4701123 ], [ 120.1470489, 30.4699121 ], [ 120.1466411, 30.4695431 ], [ 120.1464372, 30.4690861 ], [ 120.1461721, 30.4681019 ], [ 120.1461702, 30.4672349 ], [ 120.1466507, 30.4671744 ], [ 120.1466552, 30.4669719 ], [ 120.1461247, 30.467001 ], [ 120.1460497, 30.466608 ], [ 120.1460593, 30.4664561 ], [ 120.1460632, 30.4655838 ], [ 120.1458254, 30.4645516 ], [ 120.145721, 30.4634507 ], [ 120.1456864, 30.4630856 ], [ 120.1459091, 30.4629871 ], [ 120.1464169, 30.4629876 ], [ 120.1464508, 30.4627281 ], [ 120.1460113, 30.4627451 ], [ 120.1457767, 30.4626487 ], [ 120.1458341, 30.4615181 ], [ 120.1458485, 30.4612414 ], [ 120.1458623, 30.4612099 ], [ 120.1459361, 30.4610416 ], [ 120.1458866, 30.460509 ], [ 120.1447243, 30.4609484 ], [ 120.1447243, 30.4632685 ], [ 120.1448874, 30.464534 ], [ 120.1447855, 30.4649734 ], [ 120.1447827, 30.4653021 ], [ 120.1448716, 30.4656872 ], [ 120.1449479, 30.4671632 ], [ 120.1448085, 30.4675053 ], [ 120.1445641, 30.4675155 ], [ 120.1446061, 30.467619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1816487, 30.4748554 ], [ 120.1817684, 30.4747321 ], [ 120.1819198, 30.474712 ], [ 120.1820363, 30.4746468 ], [ 120.1821993, 30.4744963 ], [ 120.1823973, 30.4742453 ], [ 120.1835735, 30.4724086 ], [ 120.1839286, 30.471706 ], [ 120.184441, 30.4702206 ], [ 120.1845691, 30.4699445 ], [ 120.1849408, 30.4693663 ], [ 120.1850895, 30.469106 ], [ 120.1852258, 30.4690883 ], [ 120.1854053, 30.4691673 ], [ 120.1856158, 30.4692898 ], [ 120.1858485, 30.4693772 ], [ 120.1859587, 30.4693508 ], [ 120.1861609, 30.4694694 ], [ 120.1862185, 30.4694868 ], [ 120.1864615, 30.4691466 ], [ 120.1864499, 30.4690462 ], [ 120.1862694, 30.4688706 ], [ 120.1862314, 30.4688032 ], [ 120.1860656, 30.4685092 ], [ 120.18592, 30.4683085 ], [ 120.1855066, 30.467917 ], [ 120.1854542, 30.4677615 ], [ 120.1854833, 30.4675406 ], [ 120.185757, 30.4670538 ], [ 120.1859724, 30.4665269 ], [ 120.1862228, 30.4663713 ], [ 120.1862769, 30.4663054 ], [ 120.1863218, 30.4662508 ], [ 120.1863101, 30.4661053 ], [ 120.1862228, 30.4659196 ], [ 120.1863276, 30.4656938 ], [ 120.1864964, 30.4652772 ], [ 120.1866129, 30.465232 ], [ 120.1866702, 30.4651333 ], [ 120.1867177, 30.4650513 ], [ 120.1868283, 30.4649961 ], [ 120.1869914, 30.4650162 ], [ 120.1874339, 30.465227 ], [ 120.1875329, 30.4648406 ], [ 120.1870321, 30.4644943 ], [ 120.1869914, 30.4643588 ], [ 120.1870259, 30.4643255 ], [ 120.1872301, 30.4641279 ], [ 120.1872825, 30.4637715 ], [ 120.1873205, 30.4637239 ], [ 120.1873466, 30.4636912 ], [ 120.1874455, 30.463636 ], [ 120.1875795, 30.4634855 ], [ 120.1871253, 30.4632546 ], [ 120.1870147, 30.4634002 ], [ 120.1868807, 30.4636511 ], [ 120.1867235, 30.4640325 ], [ 120.1866799, 30.4641013 ], [ 120.1863159, 30.4646749 ], [ 120.1860539, 30.4650112 ], [ 120.1859957, 30.4650564 ], [ 120.185856, 30.4650212 ], [ 120.1858268, 30.4650865 ], [ 120.1859025, 30.4651668 ], [ 120.1859258, 30.4652872 ], [ 120.1858385, 30.4654077 ], [ 120.1855357, 30.4657791 ], [ 120.18546, 30.4659296 ], [ 120.1855241, 30.4661053 ], [ 120.1854833, 30.4662659 ], [ 120.1853785, 30.4667226 ], [ 120.1852912, 30.4677213 ], [ 120.1852329, 30.4680525 ], [ 120.1851805, 30.4682633 ], [ 120.1846332, 30.468725 ], [ 120.1844818, 30.4688505 ], [ 120.1841965, 30.4694728 ], [ 120.1840917, 30.4697488 ], [ 120.1840102, 30.47008 ], [ 120.1838995, 30.4705518 ], [ 120.1835851, 30.4713447 ], [ 120.1834395, 30.4716508 ], [ 120.1832765, 30.4718114 ], [ 120.1831251, 30.4720473 ], [ 120.1831484, 30.4722581 ], [ 120.1829795, 30.4725391 ], [ 120.182374, 30.4734274 ], [ 120.1822575, 30.4737034 ], [ 120.1822401, 30.4740496 ], [ 120.1821818, 30.4741701 ], [ 120.181815, 30.4744963 ], [ 120.1816462, 30.4746468 ], [ 120.1815003, 30.4747888 ], [ 120.1816487, 30.4748554 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1662875, 30.4702493 ], [ 120.1664742, 30.4703187 ], [ 120.1678081, 30.470986 ], [ 120.1679816, 30.4710479 ], [ 120.1690624, 30.4713651 ], [ 120.1704234, 30.4717566 ], [ 120.170486, 30.4715855 ], [ 120.1694185, 30.4713143 ], [ 120.169372, 30.4711663 ], [ 120.1694596, 30.4709521 ], [ 120.1694095, 30.4707533 ], [ 120.1692218, 30.4706007 ], [ 120.1690001, 30.4705483 ], [ 120.1687783, 30.4705992 ], [ 120.168621, 30.4707163 ], [ 120.1684922, 30.4709891 ], [ 120.1683331, 30.4710245 ], [ 120.1678753, 30.4708781 ], [ 120.1670099, 30.4704219 ], [ 120.1666433, 30.4702555 ], [ 120.1663715, 30.4701322 ], [ 120.1657707, 30.4700151 ], [ 120.1654864, 30.4699611 ], [ 120.1654649, 30.470086 ], [ 120.1662875, 30.4702493 ] ], [ [ 120.1687274, 30.4708029 ], [ 120.168852, 30.4707047 ], [ 120.1690226, 30.4706642 ], [ 120.1692219, 30.4707501 ], [ 120.1693014, 30.4708682 ], [ 120.1693043, 30.4710251 ], [ 120.1691711, 30.4711647 ], [ 120.1690331, 30.4711994 ], [ 120.1689028, 30.4711713 ], [ 120.1687533, 30.4710986 ], [ 120.1686929, 30.4709987 ], [ 120.1687274, 30.4708029 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1785677, 30.4726811 ], [ 120.1789573, 30.4728879 ], [ 120.1791753, 30.472554 ], [ 120.1791621, 30.4722049 ], [ 120.1793096, 30.4719051 ], [ 120.1795033, 30.4717571 ], [ 120.1795099, 30.4716831 ], [ 120.1796288, 30.4716186 ], [ 120.1797022, 30.4715471 ], [ 120.1797137, 30.4714364 ], [ 120.1796552, 30.4713142 ], [ 120.1796849, 30.4712976 ], [ 120.1797098, 30.4711853 ], [ 120.179752, 30.4711159 ], [ 120.1797443, 30.4709962 ], [ 120.1797347, 30.4709136 ], [ 120.1798037, 30.4707459 ], [ 120.1799178, 30.4705007 ], [ 120.1799848, 30.470423 ], [ 120.1800605, 30.4703074 ], [ 120.180164, 30.4701678 ], [ 120.1802963, 30.4698878 ], [ 120.1803432, 30.4696516 ], [ 120.1799868, 30.4696764 ], [ 120.1798603, 30.469764 ], [ 120.1796945, 30.4698358 ], [ 120.1796207, 30.4699366 ], [ 120.1795345, 30.4700159 ], [ 120.1794885, 30.47011 ], [ 120.1794348, 30.4705899 ], [ 120.1794185, 30.4708269 ], [ 120.1794348, 30.4711126 ], [ 120.1792786, 30.4715652 ], [ 120.1791732, 30.471832 ], [ 120.1790276, 30.4721409 ], [ 120.1789653, 30.4722582 ], [ 120.1785072, 30.4721235 ], [ 120.178374, 30.4721186 ], [ 120.1782526, 30.4722759 ], [ 120.1781097, 30.4723063 ], [ 120.1779959, 30.4725075 ], [ 120.1785677, 30.4726811 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1721735, 30.4720482 ], [ 120.1722184, 30.4720737 ], [ 120.1723729, 30.4720818 ], [ 120.1726254, 30.4720828 ], [ 120.1728377, 30.4721093 ], [ 120.1732317, 30.472157 ], [ 120.1734759, 30.4721947 ], [ 120.1738369, 30.4722872 ], [ 120.1740587, 30.472337 ], [ 120.1744858, 30.4724855 ], [ 120.1755759, 30.4730488 ], [ 120.1756891, 30.4728545 ], [ 120.174566, 30.4723746 ], [ 120.1741767, 30.4722414 ], [ 120.1734618, 30.4720615 ], [ 120.173207, 30.4719933 ], [ 120.1731433, 30.4719313 ], [ 120.1731256, 30.4718134 ], [ 120.1731468, 30.4716741 ], [ 120.1732247, 30.471551 ], [ 120.173358, 30.4713375 ], [ 120.1735975, 30.4709796 ], [ 120.1736871, 30.4708332 ], [ 120.1738122, 30.4707254 ], [ 120.1739726, 30.4706268 ], [ 120.1741163, 30.470616 ], [ 120.1740897, 30.4704937 ], [ 120.1739585, 30.4705129 ], [ 120.1738122, 30.4705851 ], [ 120.1736848, 30.4706695 ], [ 120.1735503, 30.4707874 ], [ 120.1734075, 30.4710111 ], [ 120.1730241, 30.4715988 ], [ 120.1729392, 30.4717056 ], [ 120.172866, 30.4717493 ], [ 120.1726879, 30.4717635 ], [ 120.1726914, 30.4718185 ], [ 120.172669, 30.471853 ], [ 120.1726289, 30.4718693 ], [ 120.172203, 30.4718662 ], [ 120.1721535, 30.4718937 ], [ 120.1720709, 30.4719049 ], [ 120.1713866, 30.4718388 ], [ 120.1713831, 30.4719689 ], [ 120.1721735, 30.4720482 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1741163, 30.470616 ], [ 120.1747676, 30.4706002 ], [ 120.1752425, 30.4705994 ], [ 120.1755286, 30.4706655 ], [ 120.1756225, 30.4707031 ], [ 120.1757517, 30.4708312 ], [ 120.1758731, 30.4709854 ], [ 120.1758764, 30.4711795 ], [ 120.1764632, 30.4718382 ], [ 120.1767711, 30.4724169 ], [ 120.1768366, 30.4724921 ], [ 120.1769839, 30.4727954 ], [ 120.1769875, 30.4729584 ], [ 120.1768825, 30.4731418 ], [ 120.1767835, 30.4732036 ], [ 120.1766423, 30.4732306 ], [ 120.1765224, 30.4732102 ], [ 120.1762528, 30.4731044 ], [ 120.1758299, 30.4728298 ], [ 120.1757589, 30.4728828 ], [ 120.1756891, 30.4728545 ], [ 120.1755759, 30.4730488 ], [ 120.1757667, 30.4731573 ], [ 120.1761478, 30.4733717 ], [ 120.1767828, 30.4737411 ], [ 120.1768676, 30.4738355 ], [ 120.1770239, 30.4739167 ], [ 120.177165, 30.4740322 ], [ 120.1773555, 30.4741234 ], [ 120.1772779, 30.474318 ], [ 120.1772499, 30.4744786 ], [ 120.177175, 30.4747047 ], [ 120.1768905, 30.4755002 ], [ 120.1766991, 30.4761594 ], [ 120.1766185, 30.4763983 ], [ 120.1765293, 30.4766072 ], [ 120.1763791, 30.4768262 ], [ 120.1761457, 30.4771701 ], [ 120.1760059, 30.4774069 ], [ 120.1758357, 30.4777939 ], [ 120.1756183, 30.4784139 ], [ 120.1759002, 30.4785735 ], [ 120.1759797, 30.4783069 ], [ 120.1762549, 30.4776077 ], [ 120.1765512, 30.4770482 ], [ 120.176784, 30.4767381 ], [ 120.1770535, 30.4762355 ], [ 120.1772222, 30.4756446 ], [ 120.177345, 30.475129 ], [ 120.1774698, 30.4749195 ], [ 120.1775969, 30.4747034 ], [ 120.1777025, 30.4744929 ], [ 120.1777834, 30.4741388 ], [ 120.177822, 30.4741157 ], [ 120.1778696, 30.4741247 ], [ 120.1784934, 30.4745246 ], [ 120.1785781, 30.4745789 ], [ 120.1787681, 30.474364 ], [ 120.1787074, 30.4743253 ], [ 120.178569, 30.474245 ], [ 120.1784856, 30.4741628 ], [ 120.1784186, 30.4740608 ], [ 120.1780344, 30.4738147 ], [ 120.1779829, 30.4737313 ], [ 120.1780095, 30.4735954 ], [ 120.1777506, 30.4734667 ], [ 120.1775954, 30.4732782 ], [ 120.1775319, 30.4729437 ], [ 120.1774966, 30.4727981 ], [ 120.1775457, 30.4726424 ], [ 120.1773891, 30.4723184 ], [ 120.1779959, 30.4725075 ], [ 120.1781097, 30.4723063 ], [ 120.1770814, 30.4719566 ], [ 120.1768263, 30.4714053 ], [ 120.1766358, 30.4709431 ], [ 120.1766429, 30.4706999 ], [ 120.17653, 30.4703958 ], [ 120.1764665, 30.4698303 ], [ 120.1764242, 30.469654 ], [ 120.1765371, 30.4693925 ], [ 120.176569, 30.4692415 ], [ 120.1759938, 30.4691249 ], [ 120.1759515, 30.4691796 ], [ 120.1758597, 30.4693317 ], [ 120.1758174, 30.4696965 ], [ 120.1756681, 30.4700568 ], [ 120.1756275, 30.4701122 ], [ 120.1755833, 30.4702709 ], [ 120.1755284, 30.4703399 ], [ 120.1754587, 30.4703807 ], [ 120.1753103, 30.4704259 ], [ 120.1751805, 30.4704286 ], [ 120.1740897, 30.4704937 ], [ 120.1741163, 30.470616 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1809971, 30.4754762 ], [ 120.1811342, 30.4753042 ], [ 120.1816487, 30.4748554 ], [ 120.1815003, 30.4747888 ], [ 120.181381, 30.4748441 ], [ 120.1808718, 30.4753575 ], [ 120.1809971, 30.4754762 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1886752, 30.4675722 ], [ 120.1887143, 30.4676342 ], [ 120.1888375, 30.4676298 ], [ 120.1889217, 30.4676492 ], [ 120.1888919, 30.4676891 ], [ 120.1888354, 30.4677333 ], [ 120.1887851, 30.4678042 ], [ 120.1887482, 30.4679281 ], [ 120.1887471, 30.4680069 ], [ 120.1887204, 30.4681113 ], [ 120.1887245, 30.4681467 ], [ 120.1887687, 30.4682025 ], [ 120.188819, 30.4682255 ], [ 120.1889833, 30.4681697 ], [ 120.1892237, 30.4679821 ], [ 120.1893058, 30.4678936 ], [ 120.1893068, 30.4678281 ], [ 120.1892216, 30.4677103 ], [ 120.1892011, 30.4675997 ], [ 120.1891127, 30.4675421 ], [ 120.1889607, 30.4674828 ], [ 120.1887214, 30.4674315 ], [ 120.1886691, 30.4675041 ], [ 120.1886752, 30.4675722 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1848798, 30.4763552 ], [ 120.1854116, 30.4759695 ], [ 120.1856033, 30.4758263 ], [ 120.1858173, 30.4755485 ], [ 120.1860453, 30.4752042 ], [ 120.1864777, 30.4747331 ], [ 120.1865877, 30.4745854 ], [ 120.1869165, 30.4739014 ], [ 120.1870599, 30.4737095 ], [ 120.1872086, 30.4735325 ], [ 120.1873041, 30.473209 ], [ 120.187561, 30.472856 ], [ 120.1877708, 30.472418 ], [ 120.1879226, 30.472282 ], [ 120.1883436, 30.4713764 ], [ 120.1883798, 30.4712986 ], [ 120.1886335, 30.4710894 ], [ 120.1887524, 30.4707663 ], [ 120.1889182, 30.4702446 ], [ 120.1889917, 30.4700393 ], [ 120.1892471, 30.4696073 ], [ 120.1893964, 30.4694126 ], [ 120.1895909, 30.4694654 ], [ 120.1897147, 30.4692934 ], [ 120.1898759, 30.4690603 ], [ 120.189955, 30.4688812 ], [ 120.1901283, 30.4684465 ], [ 120.1903697, 30.4680319 ], [ 120.1904851, 30.4678627 ], [ 120.1905237, 30.4678198 ], [ 120.1905745, 30.4678205 ], [ 120.1909842, 30.4679591 ], [ 120.1910454, 30.467911 ], [ 120.1910728, 30.4678126 ], [ 120.1910662, 30.4677477 ], [ 120.190917, 30.4676033 ], [ 120.1908607, 30.4673881 ], [ 120.1905641, 30.4668898 ], [ 120.1904551, 30.4668566 ], [ 120.1898665, 30.4670114 ], [ 120.1898555, 30.4672433 ], [ 120.1897638, 30.4674201 ], [ 120.1895743, 30.4676752 ], [ 120.1894857, 30.4681257 ], [ 120.1894049, 30.4683033 ], [ 120.1891873, 30.4684313 ], [ 120.1890054, 30.4685047 ], [ 120.1887785, 30.4684543 ], [ 120.188614, 30.4682893 ], [ 120.1885466, 30.4680735 ], [ 120.1885738, 30.467793 ], [ 120.1886344, 30.4677144 ], [ 120.1886459, 30.4676134 ], [ 120.1885983, 30.4675353 ], [ 120.1885951, 30.4674618 ], [ 120.1886477, 30.4673869 ], [ 120.1887429, 30.4673593 ], [ 120.1888575, 30.4673663 ], [ 120.1889533, 30.467329 ], [ 120.189041, 30.4672726 ], [ 120.1891579, 30.4672711 ], [ 120.1892295, 30.4672024 ], [ 120.1892295, 30.4670564 ], [ 120.1891605, 30.4668995 ], [ 120.1890099, 30.466932 ], [ 120.1889346, 30.4668887 ], [ 120.1890601, 30.466402 ], [ 120.1890789, 30.4662235 ], [ 120.1891103, 30.4659639 ], [ 120.189424, 30.4656394 ], [ 120.1895119, 30.4655474 ], [ 120.1896876, 30.4655583 ], [ 120.1897378, 30.4654933 ], [ 120.1899386, 30.465423 ], [ 120.1902649, 30.4655042 ], [ 120.1905284, 30.4656286 ], [ 120.1905912, 30.4654555 ], [ 120.1900264, 30.4652392 ], [ 120.1898319, 30.465158 ], [ 120.189788, 30.4649795 ], [ 120.1898286, 30.4649212 ], [ 120.1897552, 30.4648817 ], [ 120.1897204, 30.4648126 ], [ 120.1897354, 30.4647701 ], [ 120.1899153, 30.464502 ], [ 120.1899863, 30.4644705 ], [ 120.1900626, 30.4644935 ], [ 120.1901996, 30.4643592 ], [ 120.1903527, 30.4641845 ], [ 120.1904217, 30.4640601 ], [ 120.1904092, 30.4639249 ], [ 120.1903276, 30.4637951 ], [ 120.1903213, 30.4636869 ], [ 120.1904531, 30.4635084 ], [ 120.1905033, 30.4633678 ], [ 120.1904468, 30.4632434 ], [ 120.1903778, 30.4631514 ], [ 120.1899072, 30.4629784 ], [ 120.189675, 30.4628648 ], [ 120.1893425, 30.4627512 ], [ 120.189104, 30.4627404 ], [ 120.1887275, 30.462616 ], [ 120.1886962, 30.4627242 ], [ 120.189104, 30.4628432 ], [ 120.1893676, 30.4628972 ], [ 120.1897566, 30.4630216 ], [ 120.1899762, 30.463146 ], [ 120.1900829, 30.4632001 ], [ 120.1900892, 30.4632921 ], [ 120.1901582, 30.4634057 ], [ 120.1902398, 30.4633624 ], [ 120.1903715, 30.4634435 ], [ 120.1902711, 30.4635138 ], [ 120.1901958, 30.463649 ], [ 120.1901645, 30.4637734 ], [ 120.1902335, 30.463887 ], [ 120.1902586, 30.4640276 ], [ 120.1901833, 30.4641574 ], [ 120.1900892, 30.4642332 ], [ 120.1899135, 30.4640871 ], [ 120.189719, 30.4641791 ], [ 120.1897606, 30.4642579 ], [ 120.1897216, 30.4643141 ], [ 120.1897924, 30.4643738 ], [ 120.1897931, 30.4644276 ], [ 120.1897617, 30.4644723 ], [ 120.1895868, 30.4647212 ], [ 120.1895392, 30.4647414 ], [ 120.189487, 30.4647318 ], [ 120.189363, 30.4646694 ], [ 120.1893585, 30.4647052 ], [ 120.1892295, 30.4648268 ], [ 120.1890671, 30.4649315 ], [ 120.1890059, 30.4649644 ], [ 120.1888343, 30.4650566 ], [ 120.1886666, 30.4652133 ], [ 120.1884703, 30.4654771 ], [ 120.1883385, 30.465515 ], [ 120.1880185, 30.4655691 ], [ 120.1879432, 30.4656664 ], [ 120.187962, 30.4657584 ], [ 120.1882193, 30.4659368 ], [ 120.188213, 30.466018 ], [ 120.1882569, 30.4660775 ], [ 120.1884075, 30.4660883 ], [ 120.1887652, 30.4663154 ], [ 120.1887338, 30.4666129 ], [ 120.1886334, 30.4668455 ], [ 120.1885581, 30.466959 ], [ 120.1883887, 30.467051 ], [ 120.188144, 30.4674945 ], [ 120.1880436, 30.467608 ], [ 120.1880185, 30.4677541 ], [ 120.1880248, 30.4678731 ], [ 120.1881314, 30.4680191 ], [ 120.188075, 30.46823 ], [ 120.1880248, 30.468349 ], [ 120.187962, 30.4684572 ], [ 120.1878177, 30.4685275 ], [ 120.1874977, 30.4686951 ], [ 120.1873094, 30.4688736 ], [ 120.1870961, 30.4691819 ], [ 120.1870333, 30.4692738 ], [ 120.1869141, 30.4693225 ], [ 120.186751, 30.4693063 ], [ 120.1864615, 30.4691466 ], [ 120.1862185, 30.4694868 ], [ 120.186331, 30.4695722 ], [ 120.1867238, 30.4698043 ], [ 120.1870287, 30.4699715 ], [ 120.1872904, 30.4701 ], [ 120.1879019, 30.4702605 ], [ 120.1882372, 30.4704619 ], [ 120.1883284, 30.4705381 ], [ 120.1883587, 30.4706052 ], [ 120.1883518, 30.4706846 ], [ 120.1882318, 30.4708692 ], [ 120.1881126, 30.4709666 ], [ 120.1879369, 30.4711991 ], [ 120.1877549, 30.4716372 ], [ 120.1875792, 30.4720861 ], [ 120.187322, 30.4726647 ], [ 120.1870396, 30.4732704 ], [ 120.1868451, 30.4735625 ], [ 120.1866631, 30.4738437 ], [ 120.186318, 30.4745684 ], [ 120.1862113, 30.4747793 ], [ 120.1860733, 30.4749199 ], [ 120.1858474, 30.4750659 ], [ 120.185678, 30.4752498 ], [ 120.1854772, 30.4755634 ], [ 120.1853705, 30.4757202 ], [ 120.1850505, 30.4759366 ], [ 120.1846659, 30.4762221 ], [ 120.1848798, 30.4763552 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2054849, 30.4719066 ], [ 120.2056708, 30.4719503 ], [ 120.2057173, 30.4719539 ], [ 120.2059117, 30.4719648 ], [ 120.2061695, 30.4719503 ], [ 120.2064104, 30.4719976 ], [ 120.2066429, 30.4720304 ], [ 120.2066725, 30.4720778 ], [ 120.2073276, 30.4721288 ], [ 120.2080672, 30.4721397 ], [ 120.2081517, 30.4720996 ], [ 120.208418, 30.4720996 ], [ 120.2085786, 30.4720705 ], [ 120.208642, 30.4720486 ], [ 120.2087096, 30.4720996 ], [ 120.2087772, 30.4720887 ], [ 120.2089378, 30.4720377 ], [ 120.2090477, 30.4720778 ], [ 120.2091153, 30.4719466 ], [ 120.209035, 30.4719248 ], [ 120.2089124, 30.4719721 ], [ 120.2088575, 30.4719466 ], [ 120.2085786, 30.4718956 ], [ 120.2083926, 30.4719029 ], [ 120.2083038, 30.4718847 ], [ 120.2082109, 30.4718337 ], [ 120.2081644, 30.4718483 ], [ 120.2076488, 30.4718811 ], [ 120.2073698, 30.4719248 ], [ 120.2070359, 30.4718446 ], [ 120.2069599, 30.4717426 ], [ 120.2069176, 30.4717208 ], [ 120.2069007, 30.4717572 ], [ 120.2068331, 30.4717863 ], [ 120.2065245, 30.4716916 ], [ 120.206047, 30.4716844 ], [ 120.2058695, 30.4716151 ], [ 120.2055525, 30.4716115 ], [ 120.2054553, 30.471739 ], [ 120.205451, 30.4718301 ], [ 120.2054849, 30.4719066 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1917584, 30.4746964 ], [ 120.191847, 30.4746913 ], [ 120.1918979, 30.4746288 ], [ 120.1919182, 30.4745536 ], [ 120.1919516, 30.4744873 ], [ 120.1921941, 30.4743559 ], [ 120.1922319, 30.4743058 ], [ 120.1922188, 30.4742457 ], [ 120.192213, 30.4741881 ], [ 120.1922537, 30.4741381 ], [ 120.1923132, 30.4741243 ], [ 120.1923859, 30.4741305 ], [ 120.1924556, 30.4741205 ], [ 120.1925268, 30.4740567 ], [ 120.1925863, 30.473954 ], [ 120.1926473, 30.473909 ], [ 120.192887, 30.4738614 ], [ 120.1931063, 30.4736699 ], [ 120.1931222, 30.473556 ], [ 120.1930467, 30.4734984 ], [ 120.192948, 30.4735022 ], [ 120.1929015, 30.4735798 ], [ 120.1926981, 30.4736862 ], [ 120.1923379, 30.4738977 ], [ 120.1921593, 30.4739979 ], [ 120.1921462, 30.4741118 ], [ 120.1920939, 30.4741356 ], [ 120.1919966, 30.4741543 ], [ 120.1918586, 30.4743659 ], [ 120.1917846, 30.4744097 ], [ 120.1916989, 30.4744185 ], [ 120.1916655, 30.474421 ], [ 120.191587, 30.4745199 ], [ 120.1915696, 30.4745862 ], [ 120.1917584, 30.4746964 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1840005, 30.4788144 ], [ 120.1839764, 30.4788413 ], [ 120.1842841, 30.4790969 ], [ 120.1845415, 30.4792671 ], [ 120.1849394, 30.4794732 ], [ 120.1852948, 30.4797442 ], [ 120.1853308, 30.4798268 ], [ 120.185349, 30.4798385 ], [ 120.1852965, 30.479906 ], [ 120.1853765, 30.4799458 ], [ 120.1854267, 30.4798885 ], [ 120.1854868, 30.4799253 ], [ 120.1860066, 30.4803062 ], [ 120.1861615, 30.4803536 ], [ 120.1862651, 30.4804287 ], [ 120.1863592, 30.4806023 ], [ 120.1862964, 30.4807161 ], [ 120.1863739, 30.4807549 ], [ 120.1863889, 30.4807794 ], [ 120.1860941, 30.4812304 ], [ 120.1869526, 30.4816171 ], [ 120.1869704, 30.4815045 ], [ 120.1869678, 30.4814879 ], [ 120.1869467, 30.481351 ], [ 120.1869645, 30.4812077 ], [ 120.1870654, 30.4811667 ], [ 120.1872852, 30.4812179 ], [ 120.1878376, 30.4813919 ], [ 120.1879326, 30.4815199 ], [ 120.1880692, 30.4815967 ], [ 120.1882058, 30.4818065 ], [ 120.1882117, 30.4819499 ], [ 120.1884196, 30.4821136 ], [ 120.1884315, 30.4822621 ], [ 120.1885681, 30.4823337 ], [ 120.1887107, 30.482344 ], [ 120.1891502, 30.482518 ], [ 120.1893284, 30.4826255 ], [ 120.1893877, 30.4827227 ], [ 120.1893877, 30.4828558 ], [ 120.189358, 30.4829633 ], [ 120.1892487, 30.4831003 ], [ 120.18949, 30.4832303 ], [ 120.1896207, 30.4830743 ], [ 120.1897815, 30.4829964 ], [ 120.190063, 30.4829444 ], [ 120.1905355, 30.483031 ], [ 120.1908973, 30.4832043 ], [ 120.1910582, 30.4835248 ], [ 120.1915809, 30.4837327 ], [ 120.1918724, 30.4839233 ], [ 120.1919227, 30.4841658 ], [ 120.1917618, 30.4844864 ], [ 120.1919729, 30.484599 ], [ 120.1922645, 30.4843391 ], [ 120.1925459, 30.4842092 ], [ 120.1927671, 30.4841918 ], [ 120.1928877, 30.4842178 ], [ 120.1929782, 30.4843391 ], [ 120.193139, 30.4843564 ], [ 120.1936818, 30.484547 ], [ 120.1939432, 30.4847289 ], [ 120.1942649, 30.4848415 ], [ 120.1943453, 30.4849542 ], [ 120.1947575, 30.4851188 ], [ 120.1950389, 30.4853093 ], [ 120.1950992, 30.4855692 ], [ 120.1953606, 30.4855606 ], [ 120.1956421, 30.4856905 ], [ 120.1959235, 30.4858378 ], [ 120.1960844, 30.4859331 ], [ 120.1964865, 30.486011 ], [ 120.1966775, 30.4861236 ], [ 120.1968182, 30.4862796 ], [ 120.197351, 30.4858378 ], [ 120.1972002, 30.4856645 ], [ 120.1971901, 30.4855259 ], [ 120.1972705, 30.4851707 ], [ 120.1975018, 30.4847722 ], [ 120.1977631, 30.4847289 ], [ 120.197733, 30.484599 ], [ 120.1974414, 30.4845557 ], [ 120.1972404, 30.4847203 ], [ 120.1969489, 30.484547 ], [ 120.1966171, 30.4847376 ], [ 120.1965807, 30.484709 ], [ 120.1965066, 30.484651 ], [ 120.1964684, 30.4846866 ], [ 120.1963859, 30.4847636 ], [ 120.1962754, 30.4849368 ], [ 120.1962653, 30.4850928 ], [ 120.1962653, 30.485266 ], [ 120.1961648, 30.485318 ], [ 120.195823, 30.4853093 ], [ 120.1954511, 30.4850928 ], [ 120.1950992, 30.4849455 ], [ 120.1946569, 30.484625 ], [ 120.194295, 30.4843391 ], [ 120.1942196, 30.4842626 ], [ 120.1941242, 30.4841658 ], [ 120.1941543, 30.4840532 ], [ 120.1943453, 30.4837414 ], [ 120.1945262, 30.4836721 ], [ 120.1943353, 30.4834208 ], [ 120.1940638, 30.4834208 ], [ 120.1938125, 30.4836634 ], [ 120.1934305, 30.4834642 ], [ 120.192938, 30.4831956 ], [ 120.1924354, 30.483031 ], [ 120.1916412, 30.4827625 ], [ 120.1914904, 30.4828144 ], [ 120.190646, 30.4823206 ], [ 120.1905254, 30.4822687 ], [ 120.1903445, 30.482364 ], [ 120.1897975, 30.4821346 ], [ 120.1897558, 30.4820664 ], [ 120.1893935, 30.4818223 ], [ 120.1890269, 30.4815926 ], [ 120.1887187, 30.4814131 ], [ 120.1887062, 30.4813054 ], [ 120.1884896, 30.4811152 ], [ 120.1884521, 30.4811403 ], [ 120.1882605, 30.4810757 ], [ 120.186998, 30.4805559 ], [ 120.1868259, 30.4804924 ], [ 120.1859699, 30.4800406 ], [ 120.185634, 30.4798252 ], [ 120.1855562, 30.4797617 ], [ 120.185606, 30.4796739 ], [ 120.1856463, 30.4796028 ], [ 120.1861337, 30.4789639 ], [ 120.1859576, 30.4788545 ], [ 120.1856381, 30.4794016 ], [ 120.1855316, 30.4795534 ], [ 120.185466, 30.4795675 ], [ 120.1848066, 30.4792145 ], [ 120.1846223, 30.4790486 ], [ 120.1845706, 30.4789567 ], [ 120.1847861, 30.4786815 ], [ 120.1848025, 30.4786038 ], [ 120.1847287, 30.4785721 ], [ 120.1846182, 30.4785721 ], [ 120.1845526, 30.4786356 ], [ 120.1844338, 30.4786815 ], [ 120.1843355, 30.4786603 ], [ 120.1838715, 30.4782676 ], [ 120.1834566, 30.4784799 ], [ 120.1840005, 30.4788144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1866952, 30.4848824 ], [ 120.1869511, 30.4849667 ], [ 120.1871326, 30.4850241 ], [ 120.1879773, 30.485291 ], [ 120.18808, 30.4853234 ], [ 120.1888025, 30.4856217 ], [ 120.1895249, 30.4858422 ], [ 120.1896265, 30.4858686 ], [ 120.1905484, 30.4861081 ], [ 120.1914741, 30.4864129 ], [ 120.1931599, 30.4869188 ], [ 120.1947704, 30.4875025 ], [ 120.1953047, 30.4877424 ], [ 120.195523, 30.4878981 ], [ 120.1956509, 30.4881186 ], [ 120.1956434, 30.4883131 ], [ 120.1955606, 30.4884753 ], [ 120.1953649, 30.4887412 ], [ 120.1951919, 30.4888319 ], [ 120.1927836, 30.490129 ], [ 120.1912182, 30.4910434 ], [ 120.1906613, 30.4913482 ], [ 120.1902023, 30.4915557 ], [ 120.1896897, 30.4917182 ], [ 120.190393, 30.4920445 ], [ 120.1909398, 30.4918086 ], [ 120.1916021, 30.4914584 ], [ 120.1924374, 30.490985 ], [ 120.1934308, 30.4904532 ], [ 120.1950188, 30.4895518 ], [ 120.196539, 30.4887217 ], [ 120.1969228, 30.4885596 ], [ 120.1971561, 30.4885531 ], [ 120.1973518, 30.4885855 ], [ 120.1975369, 30.4885719 ], [ 120.1979689, 30.4885401 ], [ 120.1981269, 30.4886115 ], [ 120.1994665, 30.4884623 ], [ 120.1998202, 30.488579 ], [ 120.2003169, 30.4888319 ], [ 120.2005352, 30.4891238 ], [ 120.2009942, 30.4894026 ], [ 120.2013555, 30.4895129 ], [ 120.202522, 30.4899279 ], [ 120.203252, 30.4903235 ], [ 120.2034777, 30.4904338 ], [ 120.2044636, 30.4907386 ], [ 120.2050807, 30.4909785 ], [ 120.2053667, 30.4906024 ], [ 120.2052915, 30.4904013 ], [ 120.205314, 30.4901614 ], [ 120.2054344, 30.4898566 ], [ 120.205585, 30.4895129 ], [ 120.2054871, 30.4894869 ], [ 120.2053968, 30.4896102 ], [ 120.2052764, 30.4897528 ], [ 120.2050657, 30.4900901 ], [ 120.2049001, 30.4902133 ], [ 120.2047346, 30.4902263 ], [ 120.204569, 30.4900512 ], [ 120.2042454, 30.4899279 ], [ 120.2040271, 30.4897982 ], [ 120.2037713, 30.4895972 ], [ 120.2036734, 30.4894091 ], [ 120.2036207, 30.4892211 ], [ 120.2034627, 30.4891821 ], [ 120.2031842, 30.4891497 ], [ 120.2028381, 30.4890135 ], [ 120.2025747, 30.4888319 ], [ 120.2022134, 30.4884364 ], [ 120.2020629, 30.488138 ], [ 120.2021081, 30.4879694 ], [ 120.202394, 30.487723 ], [ 120.2029359, 30.4871782 ], [ 120.2031692, 30.4868864 ], [ 120.2033976, 30.4865626 ], [ 120.2035784, 30.4863826 ], [ 120.2037292, 30.4862214 ], [ 120.2038257, 30.486055 ], [ 120.2039886, 30.4859198 ], [ 120.2041455, 30.485717 ], [ 120.2044351, 30.4852959 ], [ 120.2045377, 30.4851763 ], [ 120.2046041, 30.4850359 ], [ 120.2049661, 30.4846512 ], [ 120.2051772, 30.484516 ], [ 120.2052798, 30.4843912 ], [ 120.2053763, 30.484256 ], [ 120.2057263, 30.4837153 ], [ 120.2057927, 30.4835905 ], [ 120.205847, 30.4834397 ], [ 120.2059314, 30.4833201 ], [ 120.2064986, 30.4828677 ], [ 120.2067278, 30.482691 ], [ 120.2069994, 30.4824414 ], [ 120.2071321, 30.4823686 ], [ 120.2072528, 30.482249 ], [ 120.2075544, 30.481937 ], [ 120.2078078, 30.4817602 ], [ 120.2080431, 30.4816146 ], [ 120.2083328, 30.4815938 ], [ 120.2086465, 30.4816354 ], [ 120.2096782, 30.481807 ], [ 120.2101669, 30.4818746 ], [ 120.2109754, 30.482015 ], [ 120.2113254, 30.4820358 ], [ 120.2119347, 30.4821242 ], [ 120.2123571, 30.4822282 ], [ 120.2127493, 30.482327 ], [ 120.2129182, 30.4823322 ], [ 120.2131294, 30.4823426 ], [ 120.2133104, 30.482379 ], [ 120.2137508, 30.4825506 ], [ 120.2140284, 30.4826234 ], [ 120.2141128, 30.482613 ], [ 120.2141249, 30.4825558 ], [ 120.2140585, 30.4824882 ], [ 120.2139499, 30.4824206 ], [ 120.2138232, 30.4824154 ], [ 120.2136965, 30.482431 ], [ 120.2135457, 30.4823842 ], [ 120.2132923, 30.4823166 ], [ 120.2130389, 30.482301 ], [ 120.212888, 30.4822542 ], [ 120.2127915, 30.4822126 ], [ 120.2127131, 30.4821294 ], [ 120.2125622, 30.4821138 ], [ 120.2122847, 30.4820878 ], [ 120.2116572, 30.4819786 ], [ 120.2111564, 30.4819162 ], [ 120.2110297, 30.481885 ], [ 120.2107763, 30.4818174 ], [ 120.2105169, 30.4817862 ], [ 120.2099678, 30.4816978 ], [ 120.2095274, 30.4816406 ], [ 120.2090749, 30.4816146 ], [ 120.2087491, 30.4815366 ], [ 120.2084474, 30.4814691 ], [ 120.2083026, 30.4814691 ], [ 120.2081638, 30.4814171 ], [ 120.2081155, 30.4813287 ], [ 120.2081457, 30.4812091 ], [ 120.2082121, 30.4810999 ], [ 120.2085198, 30.4807567 ], [ 120.2086405, 30.4806423 ], [ 120.2088818, 30.4803875 ], [ 120.2089783, 30.4802367 ], [ 120.2091111, 30.4800807 ], [ 120.2095334, 30.4795088 ], [ 120.2098773, 30.4791656 ], [ 120.2100704, 30.479046 ], [ 120.2102936, 30.4789212 ], [ 120.2104807, 30.4788432 ], [ 120.2106375, 30.478838 ], [ 120.2109151, 30.47889 ], [ 120.2112409, 30.4789316 ], [ 120.2116813, 30.4789368 ], [ 120.2118322, 30.4789628 ], [ 120.2119468, 30.478968 ], [ 120.2124416, 30.4791188 ], [ 120.2126286, 30.4791188 ], [ 120.2127312, 30.4791136 ], [ 120.2129966, 30.4791032 ], [ 120.2132259, 30.4791292 ], [ 120.2134853, 30.4791864 ], [ 120.2137931, 30.4792072 ], [ 120.2139137, 30.4792332 ], [ 120.2142033, 30.479358 ], [ 120.2144024, 30.479384 ], [ 120.2148187, 30.4793632 ], [ 120.2149816, 30.4793736 ], [ 120.2151747, 30.4794516 ], [ 120.2153859, 30.4794516 ], [ 120.215585, 30.4794204 ], [ 120.2157419, 30.4794256 ], [ 120.2158882, 30.4794355 ], [ 120.216333, 30.4794841 ], [ 120.2169612, 30.4795754 ], [ 120.2173283, 30.4795997 ], [ 120.2175189, 30.4796606 ], [ 120.2176248, 30.4797518 ], [ 120.2176813, 30.4799161 ], [ 120.2177801, 30.4800499 ], [ 120.2180484, 30.4801107 ], [ 120.2197779, 30.4803663 ], [ 120.2199049, 30.4803419 ], [ 120.2199191, 30.4802872 ], [ 120.2199049, 30.4802142 ], [ 120.2198132, 30.4801837 ], [ 120.2190366, 30.480056 ], [ 120.218239, 30.4799161 ], [ 120.2180837, 30.4798917 ], [ 120.2179566, 30.479764 ], [ 120.2179354, 30.4796423 ], [ 120.2179566, 30.4795024 ], [ 120.2179213, 30.4793807 ], [ 120.2178295, 30.479332 ], [ 120.2177236, 30.479332 ], [ 120.2175754, 30.479405 ], [ 120.2173848, 30.4794659 ], [ 120.2171942, 30.4794659 ], [ 120.2170318, 30.4794233 ], [ 120.2167565, 30.4794294 ], [ 120.2161635, 30.4793503 ], [ 120.2159024, 30.4793625 ], [ 120.2157329, 30.4792651 ], [ 120.2157047, 30.4791739 ], [ 120.21574, 30.4790583 ], [ 120.2158176, 30.4789123 ], [ 120.2158882, 30.4787845 ], [ 120.2160082, 30.4787054 ], [ 120.2161494, 30.4786507 ], [ 120.2161918, 30.4785837 ], [ 120.2161141, 30.4785533 ], [ 120.2158953, 30.4786385 ], [ 120.2155706, 30.4791434 ], [ 120.2154506, 30.4792408 ], [ 120.2153164, 30.4792651 ], [ 120.2150764, 30.479259 ], [ 120.2148082, 30.479259 ], [ 120.2144764, 30.4792529 ], [ 120.2142646, 30.4792164 ], [ 120.2136505, 30.4790826 ], [ 120.2132128, 30.4789792 ], [ 120.2129375, 30.478894 ], [ 120.2126269, 30.478894 ], [ 120.2122174, 30.4788758 ], [ 120.212048, 30.4788758 ], [ 120.2117586, 30.4788088 ], [ 120.2115539, 30.4788332 ], [ 120.2113845, 30.4788088 ], [ 120.2111868, 30.4787784 ], [ 120.210975, 30.4787784 ], [ 120.2107844, 30.4787358 ], [ 120.2105797, 30.4786811 ], [ 120.210495, 30.4786385 ], [ 120.2105585, 30.4785107 ], [ 120.2107421, 30.4781944 ], [ 120.210968, 30.4778537 ], [ 120.2110244, 30.4777807 ], [ 120.2110809, 30.4776651 ], [ 120.2111868, 30.4774765 ], [ 120.2114268, 30.4771723 ], [ 120.211495, 30.477106 ], [ 120.2114241, 30.4770693 ], [ 120.2111543, 30.4773446 ], [ 120.2109272, 30.4776566 ], [ 120.2106716, 30.4780359 ], [ 120.210338, 30.4785436 ], [ 120.2101889, 30.4786966 ], [ 120.2101037, 30.4787394 ], [ 120.2099831, 30.4787822 ], [ 120.2098127, 30.4789351 ], [ 120.2094578, 30.479394 ], [ 120.209039, 30.4799201 ], [ 120.2086628, 30.4802994 ], [ 120.2085705, 30.4803361 ], [ 120.2084924, 30.4802994 ], [ 120.2082226, 30.4800791 ], [ 120.2081233, 30.4800424 ], [ 120.2079742, 30.4799935 ], [ 120.2078677, 30.4799384 ], [ 120.2077116, 30.4797671 ], [ 120.2076761, 30.4796631 ], [ 120.207669, 30.4795408 ], [ 120.2076335, 30.4794857 ], [ 120.2074986, 30.4794551 ], [ 120.207314, 30.4793878 ], [ 120.2072856, 30.4793083 ], [ 120.2073495, 30.478874 ], [ 120.2073992, 30.4787333 ], [ 120.2073992, 30.478562 ], [ 120.2074915, 30.4781582 ], [ 120.2075838, 30.4780175 ], [ 120.2076406, 30.477834 ], [ 120.2075909, 30.477785 ], [ 120.2075199, 30.4777973 ], [ 120.2074631, 30.4779502 ], [ 120.2073282, 30.4780481 ], [ 120.2073069, 30.4781643 ], [ 120.2073282, 30.4783356 ], [ 120.2072998, 30.4785987 ], [ 120.2072502, 30.4786843 ], [ 120.2072573, 30.4787883 ], [ 120.2072218, 30.4789046 ], [ 120.2071934, 30.4791982 ], [ 120.2071579, 30.4793511 ], [ 120.2073353, 30.4794918 ], [ 120.2075128, 30.4795775 ], [ 120.2075625, 30.4796937 ], [ 120.2077683, 30.4800608 ], [ 120.2079032, 30.4801403 ], [ 120.2081233, 30.4801709 ], [ 120.2083575, 30.4803055 ], [ 120.2084995, 30.4804217 ], [ 120.2085137, 30.4805012 ], [ 120.2084427, 30.4806236 ], [ 120.2082652, 30.4808989 ], [ 120.2081659, 30.4809356 ], [ 120.2079742, 30.481009 ], [ 120.2078961, 30.4810763 ], [ 120.2078535, 30.4811925 ], [ 120.2077258, 30.4814311 ], [ 120.2075128, 30.4815779 ], [ 120.2071721, 30.4818348 ], [ 120.2068881, 30.4820856 ], [ 120.2066255, 30.4823548 ], [ 120.2063415, 30.4828197 ], [ 120.2060647, 30.4830583 ], [ 120.2057666, 30.4833275 ], [ 120.2055465, 30.4836762 ], [ 120.2054187, 30.4838169 ], [ 120.2052839, 30.4838658 ], [ 120.2051845, 30.4838474 ], [ 120.2050922, 30.4837985 ], [ 120.2049148, 30.4836639 ], [ 120.2048509, 30.4835416 ], [ 120.2047018, 30.4833642 ], [ 120.2045669, 30.4832785 ], [ 120.2040984, 30.4830461 ], [ 120.203921, 30.482991 ], [ 120.2037293, 30.4829482 ], [ 120.2035944, 30.4829604 ], [ 120.2036512, 30.4830033 ], [ 120.2039139, 30.4830522 ], [ 120.2041623, 30.4831562 ], [ 120.2043753, 30.483303 ], [ 120.2045882, 30.4834437 ], [ 120.2046947, 30.4835538 ], [ 120.205007, 30.4839331 ], [ 120.205078, 30.4840615 ], [ 120.2050709, 30.4841655 ], [ 120.2050212, 30.4842512 ], [ 120.2049006, 30.4843307 ], [ 120.2046592, 30.4845632 ], [ 120.2044463, 30.484814 ], [ 120.2042901, 30.4850587 ], [ 120.2041126, 30.4852605 ], [ 120.2038642, 30.4854869 ], [ 120.203779, 30.4856153 ], [ 120.2035944, 30.4857988 ], [ 120.2035022, 30.4860374 ], [ 120.2034099, 30.4861903 ], [ 120.2033318, 30.4863004 ], [ 120.2032219, 30.4864454 ], [ 120.2029058, 30.4867891 ], [ 120.2021984, 30.4875414 ], [ 120.2016339, 30.4880083 ], [ 120.2001212, 30.487723 ], [ 120.1999858, 30.4877813 ], [ 120.1998729, 30.4877749 ], [ 120.19976, 30.4877813 ], [ 120.1996697, 30.4877359 ], [ 120.1992031, 30.4873728 ], [ 120.1977581, 30.4861146 ], [ 120.197351, 30.4858378 ], [ 120.1968182, 30.4862796 ], [ 120.1967723, 30.4864454 ], [ 120.1966744, 30.4865621 ], [ 120.1963508, 30.4868086 ], [ 120.1960498, 30.4869383 ], [ 120.1958692, 30.4869772 ], [ 120.195538, 30.4869577 ], [ 120.1951618, 30.4870161 ], [ 120.1949811, 30.4870485 ], [ 120.1947855, 30.4870031 ], [ 120.1931147, 30.4864065 ], [ 120.1929943, 30.4863222 ], [ 120.1929492, 30.4862314 ], [ 120.1922719, 30.4859265 ], [ 120.1914214, 30.4856023 ], [ 120.1911054, 30.4854337 ], [ 120.1909849, 30.4855569 ], [ 120.1906162, 30.4854791 ], [ 120.1901571, 30.4853753 ], [ 120.1898485, 30.4853623 ], [ 120.1896529, 30.4853299 ], [ 120.1889003, 30.485051 ], [ 120.1888551, 30.4849148 ], [ 120.1886821, 30.4848954 ], [ 120.1886218, 30.4849278 ], [ 120.1881101, 30.4847203 ], [ 120.18808, 30.4846489 ], [ 120.1883359, 30.4843571 ], [ 120.188953, 30.4838253 ], [ 120.1893895, 30.4834037 ], [ 120.18949, 30.4832303 ], [ 120.1892487, 30.4831003 ], [ 120.1887046, 30.4836502 ], [ 120.1880273, 30.4843117 ], [ 120.1876661, 30.4846619 ], [ 120.187493, 30.4847073 ], [ 120.1870189, 30.4846165 ], [ 120.1865071, 30.4845127 ], [ 120.1861997, 30.4844643 ], [ 120.1861635, 30.4849156 ], [ 120.1866952, 30.4848824 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2214379, 30.4878727 ], [ 120.2215675, 30.4878913 ], [ 120.2216268, 30.4878727 ], [ 120.22167, 30.4878123 ], [ 120.2216916, 30.4877053 ], [ 120.2217024, 30.4876262 ], [ 120.22167, 30.4875704 ], [ 120.2215891, 30.4875472 ], [ 120.2215081, 30.4875518 ], [ 120.2214487, 30.4875937 ], [ 120.2214433, 30.4876867 ], [ 120.2214217, 30.4877751 ], [ 120.2214379, 30.4878727 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2238019, 30.4877378 ], [ 120.2237965, 30.4879146 ], [ 120.2237587, 30.4880355 ], [ 120.2237641, 30.4881192 ], [ 120.2238127, 30.4882122 ], [ 120.2238019, 30.4883006 ], [ 120.2238343, 30.4883936 ], [ 120.2237695, 30.4885192 ], [ 120.2238073, 30.4886262 ], [ 120.2239206, 30.4886448 ], [ 120.22398, 30.4886215 ], [ 120.2240124, 30.4885425 ], [ 120.2240016, 30.4884262 ], [ 120.2239962, 30.4883146 ], [ 120.2239692, 30.4882262 ], [ 120.22398, 30.4881192 ], [ 120.2239962, 30.4880309 ], [ 120.224007, 30.4877332 ], [ 120.2240124, 30.4876309 ], [ 120.2239638, 30.4875565 ], [ 120.2239044, 30.4875286 ], [ 120.2237533, 30.4875425 ], [ 120.2238019, 30.4877378 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2211087, 30.4884169 ], [ 120.2212652, 30.4885657 ], [ 120.2213516, 30.4886262 ], [ 120.2214757, 30.4886727 ], [ 120.2215999, 30.4886587 ], [ 120.2216646, 30.4886262 ], [ 120.2217402, 30.4885657 ], [ 120.2218319, 30.4884541 ], [ 120.2218589, 30.4883657 ], [ 120.2218589, 30.4882773 ], [ 120.2218373, 30.4881797 ], [ 120.2217456, 30.4880262 ], [ 120.2216808, 30.487989 ], [ 120.2214595, 30.4879843 ], [ 120.2210979, 30.4879983 ], [ 120.2210493, 30.4880541 ], [ 120.2210601, 30.4881192 ], [ 120.2210439, 30.4882029 ], [ 120.2210224, 30.488268 ], [ 120.2211087, 30.4884169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2100563, 30.4901353 ], [ 120.2100911, 30.4902441 ], [ 120.210065, 30.4903341 ], [ 120.2100694, 30.4904129 ], [ 120.2101172, 30.4905517 ], [ 120.2101695, 30.4906267 ], [ 120.2102391, 30.4906455 ], [ 120.2103349, 30.4905817 ], [ 120.2103741, 30.4905292 ], [ 120.2103741, 30.4904691 ], [ 120.210361, 30.4903716 ], [ 120.2103741, 30.4902516 ], [ 120.2104046, 30.4901503 ], [ 120.2103959, 30.4900452 ], [ 120.2103393, 30.490019 ], [ 120.2102174, 30.490019 ], [ 120.2100694, 30.4900452 ], [ 120.2100432, 30.4900752 ], [ 120.2100563, 30.4901353 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.145873, 30.4594606 ], [ 120.1458954, 30.4594869 ], [ 120.1459374, 30.4595108 ], [ 120.1463378, 30.4595418 ], [ 120.146388, 30.4595377 ], [ 120.1464462, 30.4594992 ], [ 120.1464544, 30.4593473 ], [ 120.1464157, 30.4593017 ], [ 120.1459801, 30.4593269 ], [ 120.1458852, 30.4593391 ], [ 120.1458628, 30.4593742 ], [ 120.145873, 30.4594606 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1467164, 30.4598033 ], [ 120.1467538, 30.4598516 ], [ 120.1468503, 30.4598677 ], [ 120.146967, 30.4598624 ], [ 120.1471227, 30.4598208 ], [ 120.1471585, 30.4597859 ], [ 120.1472597, 30.4593109 ], [ 120.1472145, 30.4593042 ], [ 120.146911, 30.4593189 ], [ 120.1466962, 30.4593042 ], [ 120.1466214, 30.4593739 ], [ 120.146609, 30.4595014 ], [ 120.1467164, 30.4598033 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1273517, 30.4616448 ], [ 120.1275515, 30.461635 ], [ 120.1276628, 30.4616006 ], [ 120.1278255, 30.4615366 ], [ 120.1279139, 30.4614825 ], [ 120.1280367, 30.4613447 ], [ 120.1281765, 30.4611432 ], [ 120.1282215, 30.4610869 ], [ 120.1282691, 30.4610576 ], [ 120.1283464, 30.4610552 ], [ 120.1284347, 30.4611185 ], [ 120.1285831, 30.4611201 ], [ 120.1286371, 30.4610799 ], [ 120.1286715, 30.4609653 ], [ 120.128713, 30.4608724 ], [ 120.1288842, 30.4606117 ], [ 120.1289499, 30.4604493 ], [ 120.128987, 30.4603952 ], [ 120.1290326, 30.4603583 ], [ 120.1291639, 30.460132 ], [ 120.1292495, 30.4600139 ], [ 120.1294122, 30.4598098 ], [ 120.1294436, 30.4597729 ], [ 120.1294664, 30.4597015 ], [ 120.1295434, 30.4596031 ], [ 120.1296234, 30.4595465 ], [ 120.1297461, 30.4595342 ], [ 120.1298345, 30.4594678 ], [ 120.1299201, 30.4594359 ], [ 120.1300457, 30.4594137 ], [ 120.1301941, 30.4594383 ], [ 120.1302569, 30.4594531 ], [ 120.1304995, 30.4594457 ], [ 120.1306279, 30.4594654 ], [ 120.130782, 30.4595515 ], [ 120.130859, 30.4595859 ], [ 120.1309989, 30.4596203 ], [ 120.1310474, 30.4595933 ], [ 120.1311273, 30.4595982 ], [ 120.1312129, 30.4596179 ], [ 120.1316952, 30.4597901 ], [ 120.1320319, 30.4599303 ], [ 120.1321318, 30.4599475 ], [ 120.1322317, 30.4599352 ], [ 120.1322831, 30.4598934 ], [ 120.1323658, 30.4597802 ], [ 120.13248, 30.4595687 ], [ 120.1325742, 30.4594039 ], [ 120.1326974, 30.4592197 ], [ 120.1326322, 30.4592073 ], [ 120.1325731, 30.4592751 ], [ 120.1325245, 30.4593389 ], [ 120.1324229, 30.4595505 ], [ 120.132298, 30.4597402 ], [ 120.1322049, 30.4598004 ], [ 120.1321415, 30.4598095 ], [ 120.1320547, 30.4598022 ], [ 120.1319722, 30.4597822 ], [ 120.1317563, 30.4597128 ], [ 120.131642, 30.4596764 ], [ 120.1312992, 30.4595687 ], [ 120.1309183, 30.4594666 ], [ 120.1306271, 30.4593676 ], [ 120.1305718, 30.4593291 ], [ 120.1305207, 30.4593438 ], [ 120.1304185, 30.4593474 ], [ 120.1301994, 30.4593383 ], [ 120.1300568, 30.4593108 ], [ 120.1299036, 30.4593016 ], [ 120.1297206, 30.4592887 ], [ 120.1296121, 30.4593199 ], [ 120.1295546, 30.4593584 ], [ 120.129495, 30.4594061 ], [ 120.1293737, 30.459507 ], [ 120.1293035, 30.4596079 ], [ 120.1291141, 30.4599362 ], [ 120.1290737, 30.4600096 ], [ 120.1290503, 30.4600573 ], [ 120.1290141, 30.4601068 ], [ 120.1289333, 30.4602517 ], [ 120.1287311, 30.4605929 ], [ 120.1285786, 30.4608863 ], [ 120.1285108, 30.4609717 ], [ 120.1284398, 30.4610227 ], [ 120.1283435, 30.4610033 ], [ 120.1282157, 30.4609576 ], [ 120.1281459, 30.4610019 ], [ 120.1280289, 30.461189 ], [ 120.1278821, 30.4613871 ], [ 120.1277608, 30.4614715 ], [ 120.1275671, 30.4615448 ], [ 120.1274139, 30.4615632 ], [ 120.1272437, 30.461576 ], [ 120.127229, 30.4616301 ], [ 120.1273517, 30.4616448 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1283941, 30.4615334 ], [ 120.1285282, 30.4615524 ], [ 120.1286442, 30.4615318 ], [ 120.1287745, 30.4613005 ], [ 120.1286988, 30.4611973 ], [ 120.1283778, 30.4611774 ], [ 120.1282839, 30.4613104 ], [ 120.1282819, 30.4614781 ], [ 120.1283941, 30.4615334 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1289925, 30.4616926 ], [ 120.1290625, 30.4617228 ], [ 120.129233, 30.4617034 ], [ 120.1292859, 30.4616879 ], [ 120.1293816, 30.4617 ], [ 120.1294719, 30.4616604 ], [ 120.129489, 30.4614947 ], [ 120.1292921, 30.4613746 ], [ 120.1291162, 30.4613096 ], [ 120.1289987, 30.4613337 ], [ 120.1289263, 30.4614256 ], [ 120.1289092, 30.4616001 ], [ 120.1289925, 30.4616926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1312433, 30.4630139 ], [ 120.1312831, 30.4635982 ], [ 120.1313183, 30.4635949 ], [ 120.1312812, 30.4630071 ], [ 120.1313164, 30.4629751 ], [ 120.1313281, 30.462933 ], [ 120.1313554, 30.4628522 ], [ 120.1314082, 30.4627865 ], [ 120.1314277, 30.4627208 ], [ 120.131457, 30.4625979 ], [ 120.131545, 30.4624884 ], [ 120.1318361, 30.4621937 ], [ 120.1319025, 30.4621651 ], [ 120.1320041, 30.4621903 ], [ 120.132092, 30.4622072 ], [ 120.1322093, 30.4621533 ], [ 120.1323304, 30.4621533 ], [ 120.1325061, 30.4621463 ], [ 120.1326481, 30.4621463 ], [ 120.1327622, 30.4621055 ], [ 120.1329208, 30.4620983 ], [ 120.1330545, 30.4620887 ], [ 120.1331825, 30.4620575 ], [ 120.1332576, 30.4620143 ], [ 120.1333272, 30.4619327 ], [ 120.1333662, 30.461844 ], [ 120.1333885, 30.46176 ], [ 120.1334469, 30.4614817 ], [ 120.1334636, 30.4613257 ], [ 120.1334915, 30.461201 ], [ 120.1335499, 30.4611578 ], [ 120.133703, 30.4611458 ], [ 120.1339452, 30.461213 ], [ 120.1343348, 30.4613305 ], [ 120.1347885, 30.4614697 ], [ 120.1356542, 30.4618152 ], [ 120.1357293, 30.4618703 ], [ 120.1357822, 30.4619399 ], [ 120.1357933, 30.4619951 ], [ 120.1359019, 30.4621175 ], [ 120.1360216, 30.4621798 ], [ 120.1360633, 30.4622374 ], [ 120.1360494, 30.4623022 ], [ 120.1360158, 30.4623462 ], [ 120.1359854, 30.4623862 ], [ 120.1359075, 30.4625733 ], [ 120.1358323, 30.4627053 ], [ 120.1357655, 30.462866 ], [ 120.1356792, 30.4631155 ], [ 120.1355373, 30.4634418 ], [ 120.1354064, 30.4638593 ], [ 120.1353814, 30.4639768 ], [ 120.1355011, 30.464032 ], [ 120.135496, 30.4638835 ], [ 120.1355044, 30.4638016 ], [ 120.1355576, 30.4635316 ], [ 120.1356866, 30.4633041 ], [ 120.1357673, 30.4631242 ], [ 120.1358848, 30.462876 ], [ 120.1360414, 30.4624951 ], [ 120.1360624, 30.4624553 ], [ 120.1360973, 30.4623891 ], [ 120.1362371, 30.4622179 ], [ 120.1362595, 30.4621721 ], [ 120.1361896, 30.4621263 ], [ 120.1360805, 30.4620468 ], [ 120.1359155, 30.4618973 ], [ 120.135826, 30.461813 ], [ 120.1356722, 30.4617623 ], [ 120.1353478, 30.4616298 ], [ 120.1353422, 30.4615574 ], [ 120.1353031, 30.4615141 ], [ 120.1348892, 30.4613344 ], [ 120.1347847, 30.461303 ], [ 120.1345908, 30.4612628 ], [ 120.134576, 30.4613019 ], [ 120.1344781, 30.461326 ], [ 120.1343495, 30.4612923 ], [ 120.1342292, 30.4612248 ], [ 120.1340251, 30.4611284 ], [ 120.1339048, 30.461126 ], [ 120.1337315, 30.4610946 ], [ 120.1335161, 30.461003 ], [ 120.133463, 30.4609379 ], [ 120.1334574, 30.4608801 ], [ 120.133421, 30.4607861 ], [ 120.1333763, 30.4606414 ], [ 120.1333455, 30.4603956 ], [ 120.1333036, 30.460316 ], [ 120.1333064, 30.4602509 ], [ 120.1333399, 30.4601352 ], [ 120.1333707, 30.4600316 ], [ 120.1333959, 30.4598387 ], [ 120.1334238, 30.4596531 ], [ 120.1334714, 30.4595181 ], [ 120.1335301, 30.4592988 ], [ 120.1335693, 30.4592313 ], [ 120.1336269, 30.4591574 ], [ 120.1335799, 30.4591262 ], [ 120.1334721, 30.4592702 ], [ 120.1334412, 30.4593528 ], [ 120.1333701, 30.4596032 ], [ 120.133333, 30.4597924 ], [ 120.1333392, 30.4598777 ], [ 120.1332928, 30.4600908 ], [ 120.1332124, 30.460352 ], [ 120.1332341, 30.4604506 ], [ 120.1332805, 30.4606691 ], [ 120.133333, 30.460797 ], [ 120.1333856, 30.4609195 ], [ 120.1333948, 30.4609835 ], [ 120.1333732, 30.4611034 ], [ 120.1333917, 30.461186 ], [ 120.1333979, 30.4612979 ], [ 120.1334134, 30.4614524 ], [ 120.1333206, 30.4617882 ], [ 120.1332248, 30.4619267 ], [ 120.1330981, 30.4619933 ], [ 120.1329342, 30.4620067 ], [ 120.1328044, 30.4619907 ], [ 120.1327148, 30.4619507 ], [ 120.1325355, 30.4619321 ], [ 120.132384, 30.4619507 ], [ 120.1323438, 30.4620013 ], [ 120.1322665, 30.4620333 ], [ 120.1321027, 30.4620653 ], [ 120.1320532, 30.4621186 ], [ 120.1319172, 30.4620759 ], [ 120.1318059, 30.4621026 ], [ 120.1317472, 30.4621212 ], [ 120.131503, 30.4622811 ], [ 120.131435, 30.4624463 ], [ 120.1313855, 30.4625955 ], [ 120.1312804, 30.4627314 ], [ 120.131231, 30.4627634 ], [ 120.1312155, 30.4628407 ], [ 120.1312433, 30.4630139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1404096, 30.4632558 ], [ 120.1404599, 30.4635049 ], [ 120.140439, 30.4635772 ], [ 120.1404096, 30.4636602 ], [ 120.1404138, 30.4637325 ], [ 120.1404851, 30.4637614 ], [ 120.1405587, 30.4638372 ], [ 120.1405633, 30.4640146 ], [ 120.1405427, 30.46414 ], [ 120.1404809, 30.4642019 ], [ 120.1404683, 30.4643897 ], [ 120.1404851, 30.4644656 ], [ 120.140527, 30.4645053 ], [ 120.1405102, 30.4645992 ], [ 120.1404599, 30.4647509 ], [ 120.140506, 30.4647617 ], [ 120.1405437, 30.4646859 ], [ 120.140594, 30.4646281 ], [ 120.1406363, 30.464626 ], [ 120.1406652, 30.4646245 ], [ 120.1411387, 30.4647473 ], [ 120.1412308, 30.4648014 ], [ 120.1412476, 30.464852 ], [ 120.1412015, 30.4649423 ], [ 120.1412769, 30.4649639 ], [ 120.141344, 30.4649675 ], [ 120.141897, 30.4650542 ], [ 120.1421652, 30.465112 ], [ 120.142383, 30.4651517 ], [ 120.1425171, 30.4651589 ], [ 120.1425003, 30.4651228 ], [ 120.1423746, 30.4650939 ], [ 120.1422825, 30.4650614 ], [ 120.1421735, 30.4649892 ], [ 120.1421358, 30.4649278 ], [ 120.1420897, 30.4648375 ], [ 120.1420018, 30.4648086 ], [ 120.141918, 30.4648556 ], [ 120.1418342, 30.4649062 ], [ 120.1417629, 30.4649278 ], [ 120.1416791, 30.46487 ], [ 120.1415828, 30.4648484 ], [ 120.1415241, 30.4647761 ], [ 120.1414571, 30.4647436 ], [ 120.1413523, 30.4647617 ], [ 120.1412476, 30.4647473 ], [ 120.1411093, 30.4646895 ], [ 120.140992, 30.4646353 ], [ 120.1406698, 30.4645341 ], [ 120.1406527, 30.4644999 ], [ 120.1406576, 30.4644372 ], [ 120.1407152, 30.4643741 ], [ 120.1407314, 30.4643303 ], [ 120.1407329, 30.4641641 ], [ 120.1406917, 30.4638687 ], [ 120.1406317, 30.4636602 ], [ 120.1406107, 30.4634183 ], [ 120.140573, 30.4632847 ], [ 120.1405772, 30.4632413 ], [ 120.1406107, 30.4631944 ], [ 120.1407364, 30.4631763 ], [ 120.1409459, 30.4631294 ], [ 120.1409711, 30.463086 ], [ 120.1409543, 30.4629777 ], [ 120.1409375, 30.4628838 ], [ 120.1408621, 30.4628332 ], [ 120.1408119, 30.4627393 ], [ 120.1408538, 30.4626454 ], [ 120.1408998, 30.4625479 ], [ 120.1409334, 30.4624504 ], [ 120.1408789, 30.4624143 ], [ 120.1408328, 30.4623421 ], [ 120.1408454, 30.4621507 ], [ 120.1408579, 30.4620532 ], [ 120.1408663, 30.4618112 ], [ 120.1409082, 30.4617353 ], [ 120.1409962, 30.4616992 ], [ 120.141499, 30.4616703 ], [ 120.1415618, 30.461692 ], [ 120.1415744, 30.461739 ], [ 120.1415451, 30.4618004 ], [ 120.1415828, 30.4618906 ], [ 120.1415995, 30.4619881 ], [ 120.1415451, 30.4620676 ], [ 120.1415157, 30.4621362 ], [ 120.1415199, 30.4622084 ], [ 120.141566, 30.4623276 ], [ 120.1416247, 30.4624576 ], [ 120.1416666, 30.4626418 ], [ 120.1417168, 30.4626996 ], [ 120.1417587, 30.4627935 ], [ 120.1417629, 30.4628477 ], [ 120.1417127, 30.4629307 ], [ 120.1417127, 30.463021 ], [ 120.1417462, 30.4631185 ], [ 120.1417839, 30.4632666 ], [ 120.1419054, 30.4634291 ], [ 120.1419557, 30.4635158 ], [ 120.1420227, 30.4636061 ], [ 120.1420395, 30.4636819 ], [ 120.1420814, 30.4637541 ], [ 120.1421526, 30.4637902 ], [ 120.1422071, 30.463765 ], [ 120.1422322, 30.463653 ], [ 120.1422406, 30.4635483 ], [ 120.1422154, 30.4634327 ], [ 120.142249, 30.4633352 ], [ 120.1422657, 30.4631835 ], [ 120.1422364, 30.4629596 ], [ 120.1421735, 30.4628441 ], [ 120.1421023, 30.462761 ], [ 120.1420269, 30.4626707 ], [ 120.1420059, 30.4624974 ], [ 120.1420311, 30.4623926 ], [ 120.1418844, 30.4622698 ], [ 120.1417797, 30.4621434 ], [ 120.1417965, 30.4619954 ], [ 120.1417629, 30.4617209 ], [ 120.1418048, 30.4616523 ], [ 120.1419305, 30.4616414 ], [ 120.1420185, 30.4616378 ], [ 120.1420018, 30.4615909 ], [ 120.1419808, 30.4615367 ], [ 120.1419389, 30.4614789 ], [ 120.1418258, 30.4614789 ], [ 120.1417671, 30.4615006 ], [ 120.1417629, 30.4615837 ], [ 120.1417378, 30.4616523 ], [ 120.1416917, 30.4616956 ], [ 120.1416079, 30.461692 ], [ 120.1415702, 30.4616487 ], [ 120.1414655, 30.4616414 ], [ 120.1410339, 30.461674 ], [ 120.1409836, 30.4616631 ], [ 120.1409794, 30.4615656 ], [ 120.140992, 30.4614645 ], [ 120.1409375, 30.4614284 ], [ 120.140837, 30.4613995 ], [ 120.1407867, 30.4613561 ], [ 120.140749, 30.4610383 ], [ 120.1407364, 30.4608144 ], [ 120.1407448, 30.4605219 ], [ 120.1407741, 30.4604099 ], [ 120.1408328, 30.4601788 ], [ 120.1407113, 30.4601607 ], [ 120.1406862, 30.4602113 ], [ 120.1406443, 30.460316 ], [ 120.1406275, 30.4604208 ], [ 120.1406233, 30.4605833 ], [ 120.1406317, 30.4607855 ], [ 120.1406694, 30.4609192 ], [ 120.1407323, 30.4612406 ], [ 120.140749, 30.4614175 ], [ 120.1408035, 30.4614356 ], [ 120.1409082, 30.4615295 ], [ 120.1408998, 30.4616487 ], [ 120.1408412, 30.4617534 ], [ 120.1408119, 30.4618798 ], [ 120.1407909, 30.4621615 ], [ 120.1407825, 30.4622662 ], [ 120.1407993, 30.4624287 ], [ 120.1408077, 30.4625082 ], [ 120.1407406, 30.4626238 ], [ 120.1406736, 30.4626527 ], [ 120.1404683, 30.4626779 ], [ 120.1403887, 30.462714 ], [ 120.1403552, 30.4628079 ], [ 120.1403761, 30.4628874 ], [ 120.1403929, 30.4630716 ], [ 120.1403887, 30.4631944 ], [ 120.140351, 30.4632233 ], [ 120.1404096, 30.4632558 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1386003, 30.4764541 ], [ 120.1391799, 30.4760231 ], [ 120.1393789, 30.4758762 ], [ 120.1395096, 30.4757733 ], [ 120.1397028, 30.4754207 ], [ 120.1397477, 30.4753713 ], [ 120.1406779, 30.4743476 ], [ 120.1407087, 30.4743137 ], [ 120.1408621, 30.4741668 ], [ 120.1409587, 30.4741178 ], [ 120.1410724, 30.4740982 ], [ 120.1411065, 30.4740492 ], [ 120.1412713, 30.4740443 ], [ 120.1413509, 30.4736917 ], [ 120.1415213, 30.4737064 ], [ 120.1414929, 30.4738631 ], [ 120.1414648, 30.4741926 ], [ 120.141554, 30.4743143 ], [ 120.1415243, 30.4753779 ], [ 120.1415094, 30.4772744 ], [ 120.141508387082212, 30.477286443008168 ], [ 120.142392203623643, 30.47591672691701 ], [ 120.1424313, 30.4747244 ], [ 120.1424684, 30.474372 ], [ 120.1425725, 30.4739491 ], [ 120.1426756, 30.4737544 ], [ 120.1431152, 30.4729239 ], [ 120.1431896, 30.4728278 ], [ 120.1433382, 30.4727702 ], [ 120.1435018, 30.4727061 ], [ 120.1435464, 30.4726228 ], [ 120.1437546, 30.4722063 ], [ 120.1437248, 30.4720269 ], [ 120.1441337, 30.4711491 ], [ 120.1443642, 30.4709056 ], [ 120.1446095, 30.4707711 ], [ 120.1448548, 30.4705596 ], [ 120.1449366, 30.4704315 ], [ 120.1448846, 30.4702457 ], [ 120.144892, 30.4700983 ], [ 120.1450332, 30.4700598 ], [ 120.1453068, 30.4700994 ], [ 120.1454788, 30.4698243 ], [ 120.1449195, 30.4691015 ], [ 120.1448124, 30.4691254 ], [ 120.1446186, 30.4691316 ], [ 120.1441867, 30.4691267 ], [ 120.1441185, 30.4690875 ], [ 120.1435274, 30.4690679 ], [ 120.1434422, 30.469014 ], [ 120.1434195, 30.4689161 ], [ 120.1432717, 30.4689063 ], [ 120.1431978, 30.4690434 ], [ 120.1431183, 30.4691022 ], [ 120.1426011, 30.4690728 ], [ 120.1424534, 30.468921 ], [ 120.1424542, 30.4688865 ], [ 120.1424647, 30.4684262 ], [ 120.142334, 30.4684213 ], [ 120.1423681, 30.4678727 ], [ 120.1421806, 30.4678042 ], [ 120.1420783, 30.4678385 ], [ 120.1420044, 30.468921 ], [ 120.1410269, 30.4688475 ], [ 120.1393561, 30.4687446 ], [ 120.1392652, 30.468823 ], [ 120.1391629, 30.4688867 ], [ 120.1388106, 30.4688671 ], [ 120.1387297, 30.469376 ], [ 120.138769, 30.4693803 ], [ 120.1394016, 30.46945 ], [ 120.1398278, 30.4698124 ], [ 120.1398846, 30.4698663 ], [ 120.1398051, 30.4701896 ], [ 120.1399813, 30.470219 ], [ 120.1400551, 30.4700231 ], [ 120.1401347, 30.4698712 ], [ 120.140237, 30.4697634 ], [ 120.1404302, 30.4696606 ], [ 120.1406007, 30.4696165 ], [ 120.1416634, 30.4696312 ], [ 120.14255, 30.4696214 ], [ 120.1427261, 30.4695822 ], [ 120.1429421, 30.4695675 ], [ 120.1430558, 30.4696067 ], [ 120.1432717, 30.4696361 ], [ 120.1434536, 30.4696851 ], [ 120.1436241, 30.4697488 ], [ 120.143732, 30.4698173 ], [ 120.1438173, 30.4699496 ], [ 120.1439253, 30.4702043 ], [ 120.1439423, 30.4704002 ], [ 120.1439253, 30.4704884 ], [ 120.1438627, 30.470601 ], [ 120.1432977, 30.4715218 ], [ 120.1427318, 30.4722468 ], [ 120.1420612, 30.4730256 ], [ 120.1419589, 30.4731137 ], [ 120.1418453, 30.4732117 ], [ 120.1417543, 30.4732509 ], [ 120.1415952, 30.4732705 ], [ 120.141527, 30.4736182 ], [ 120.1413622, 30.4736035 ], [ 120.1414134, 30.4733145 ], [ 120.1413054, 30.4732852 ], [ 120.1411747, 30.4732754 ], [ 120.1410383, 30.4732754 ], [ 120.1408337, 30.4732215 ], [ 120.1406518, 30.4731676 ], [ 120.1405041, 30.4731039 ], [ 120.1404132, 30.4730207 ], [ 120.1402199, 30.4729668 ], [ 120.1400324, 30.4730109 ], [ 120.1398164, 30.473006 ], [ 120.1396289, 30.4729815 ], [ 120.1396062, 30.4730305 ], [ 120.1397539, 30.4730745 ], [ 120.1399585, 30.4730892 ], [ 120.140237, 30.4731186 ], [ 120.1403961, 30.473148 ], [ 120.1405211, 30.4732264 ], [ 120.1406916, 30.4732803 ], [ 120.1409246, 30.4733537 ], [ 120.1410667, 30.4733978 ], [ 120.1411349, 30.4734713 ], [ 120.1411235, 30.4735741 ], [ 120.1411122, 30.473677 ], [ 120.1409985, 30.4737652 ], [ 120.1407655, 30.473868 ], [ 120.1406405, 30.4740541 ], [ 120.1404359, 30.4743235 ], [ 120.1402313, 30.474495 ], [ 120.1401347, 30.4746566 ], [ 120.1398562, 30.4750288 ], [ 120.1394584, 30.4755382 ], [ 120.1392936, 30.4757586 ], [ 120.1385094, 30.4763659 ], [ 120.1386003, 30.4764541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.023491, 30.3958474 ], [ 120.0235578, 30.3959301 ], [ 120.0235453, 30.3960057 ], [ 120.0236121, 30.3959625 ], [ 120.0236454, 30.3958654 ], [ 120.0236329, 30.3958006 ], [ 120.023562, 30.395779 ], [ 120.023441, 30.3957754 ], [ 120.0234284, 30.3958294 ], [ 120.023491, 30.3958474 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0242631, 30.3960993 ], [ 120.0243007, 30.3959949 ], [ 120.0242422, 30.3959049 ], [ 120.0241629, 30.3958726 ], [ 120.024092, 30.3958977 ], [ 120.0240503, 30.3959661 ], [ 120.0239793, 30.3959733 ], [ 120.0239584, 30.3958726 ], [ 120.0238207, 30.3958438 ], [ 120.0237957, 30.3960165 ], [ 120.0242631, 30.3960993 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0228483, 30.3960093 ], [ 120.0228609, 30.3960957 ], [ 120.02284, 30.3962181 ], [ 120.0229652, 30.3962577 ], [ 120.0230779, 30.3960921 ], [ 120.0231113, 30.3959229 ], [ 120.0230946, 30.3958294 ], [ 120.0230194, 30.395815 ], [ 120.0227857, 30.3958114 ], [ 120.0227607, 30.3959769 ], [ 120.0228483, 30.3960093 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0224435, 30.3960777 ], [ 120.0226772, 30.3961497 ], [ 120.0227398, 30.3961137 ], [ 120.0227148, 30.3960633 ], [ 120.0225103, 30.3959841 ], [ 120.0224477, 30.3959877 ], [ 120.0224143, 30.3960237 ], [ 120.0224435, 30.3960777 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.022093, 30.3962793 ], [ 120.022093, 30.3963441 ], [ 120.0222808, 30.3964053 ], [ 120.0224393, 30.3961245 ], [ 120.0223642, 30.3960885 ], [ 120.0223183, 30.3960273 ], [ 120.0221764, 30.3959805 ], [ 120.0221097, 30.3959841 ], [ 120.0220512, 30.3960993 ], [ 120.0220304, 30.3962217 ], [ 120.022093, 30.3962793 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0223976, 30.3964089 ], [ 120.0224853, 30.3964521 ], [ 120.0226146, 30.3964773 ], [ 120.0226939, 30.3962865 ], [ 120.0226772, 30.3962433 ], [ 120.0225687, 30.3961965 ], [ 120.0225103, 30.3961857 ], [ 120.022456, 30.3962109 ], [ 120.0223684, 30.3963657 ], [ 120.0223976, 30.3964089 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0221347, 30.3967725 ], [ 120.0222808, 30.3965097 ], [ 120.0221973, 30.3964809 ], [ 120.0221097, 30.3966753 ], [ 120.0221013, 30.3967509 ], [ 120.0221347, 30.3967725 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0233617, 30.3966861 ], [ 120.0234869, 30.3967473 ], [ 120.0243549, 30.3970317 ], [ 120.024405, 30.3970209 ], [ 120.0244968, 30.3968265 ], [ 120.0244885, 30.3967905 ], [ 120.0244217, 30.3967473 ], [ 120.0234576, 30.3964737 ], [ 120.0234201, 30.3964773 ], [ 120.0233533, 30.3966465 ], [ 120.0233617, 30.3966861 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0218175, 30.3970245 ], [ 120.0218968, 30.3970533 ], [ 120.0220011, 30.3969633 ], [ 120.0220345, 30.3969561 ], [ 120.0220304, 30.3970101 ], [ 120.0220471, 30.3970677 ], [ 120.0221973, 30.3971684 ], [ 120.0222975, 30.3970713 ], [ 120.0225437, 30.3966105 ], [ 120.0224435, 30.3965457 ], [ 120.0223392, 30.3965385 ], [ 120.0222766, 30.3966105 ], [ 120.0222349, 30.3967113 ], [ 120.0221639, 30.3968193 ], [ 120.0219678, 30.3967437 ], [ 120.0217967, 30.3969957 ], [ 120.0218175, 30.3970245 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.022335, 30.3973304 ], [ 120.0225395, 30.39737 ], [ 120.0225854, 30.3973412 ], [ 120.0226438, 30.3971432 ], [ 120.0226146, 30.3971 ], [ 120.0224519, 30.3970461 ], [ 120.0223726, 30.3970605 ], [ 120.0223141, 30.3971468 ], [ 120.0222766, 30.3971972 ], [ 120.022335, 30.3973304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9878229, 30.395928 ], [ 119.987847, 30.3959582 ], [ 119.9879323, 30.3959827 ], [ 119.9880045, 30.3959582 ], [ 119.9880023, 30.3959091 ], [ 119.9879673, 30.3957902 ], [ 119.987941, 30.3957827 ], [ 119.9878623, 30.3957827 ], [ 119.9878229, 30.3958034 ], [ 119.9878076, 30.3958619 ], [ 119.9878229, 30.395928 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.961855, 30.3964723 ], [ 119.9621125, 30.3964667 ], [ 119.9624944, 30.3964297 ], [ 119.9624923, 30.3963335 ], [ 119.9618378, 30.3963742 ], [ 119.961855, 30.3964723 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9608593, 30.3966814 ], [ 119.961767, 30.3964704 ], [ 119.9617563, 30.3963816 ], [ 119.9616576, 30.3963927 ], [ 119.9614902, 30.3964519 ], [ 119.9608379, 30.3965963 ], [ 119.9608593, 30.3966814 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.960428, 30.396761 ], [ 119.9608143, 30.3966888 ], [ 119.9607864, 30.3966037 ], [ 119.9604023, 30.3966759 ], [ 119.960428, 30.396761 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9822404, 30.3971005 ], [ 119.9822281, 30.3972059 ], [ 119.9822281, 30.397306 ], [ 119.9822404, 30.3976747 ], [ 119.9822587, 30.3977643 ], [ 119.9822281, 30.3978486 ], [ 119.9822648, 30.3979065 ], [ 119.9824786, 30.3977854 ], [ 119.9826618, 30.3976537 ], [ 119.9827473, 30.3975957 ], [ 119.9827473, 30.3975167 ], [ 119.9826984, 30.3973218 ], [ 119.982674, 30.3971795 ], [ 119.9826068, 30.3970689 ], [ 119.9824663, 30.3970373 ], [ 119.9824663, 30.396895 ], [ 119.982277, 30.3968898 ], [ 119.9822098, 30.3969372 ], [ 119.9822404, 30.3971005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9853203, 30.3978055 ], [ 119.9853107, 30.3980728 ], [ 119.9854633, 30.3980193 ], [ 119.985654, 30.3979987 ], [ 119.9856111, 30.3975875 ], [ 119.9855777, 30.3974559 ], [ 119.9852726, 30.3975546 ], [ 119.9853203, 30.3978055 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.985051, 30.3985551 ], [ 119.985625, 30.3986447 ], [ 119.9856852, 30.3986259 ], [ 119.9857016, 30.398574 ], [ 119.9857289, 30.3984042 ], [ 119.9857016, 30.3982392 ], [ 119.9856469, 30.3982251 ], [ 119.985554, 30.3982203 ], [ 119.9854829, 30.3982628 ], [ 119.9853845, 30.3983901 ], [ 119.9851877, 30.3984325 ], [ 119.9849854, 30.3985033 ], [ 119.985051, 30.3985551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.981124, 30.399371 ], [ 119.9811828, 30.3995159 ], [ 119.9812669, 30.3996464 ], [ 119.9813341, 30.3997407 ], [ 119.9813425, 30.3998422 ], [ 119.9814602, 30.3999146 ], [ 119.9816451, 30.3999581 ], [ 119.9816703, 30.3997769 ], [ 119.9816451, 30.3997044 ], [ 119.9815442, 30.3996392 ], [ 119.9815863, 30.3995014 ], [ 119.9816451, 30.3994362 ], [ 119.9816031, 30.3993565 ], [ 119.9815106, 30.3993637 ], [ 119.9814266, 30.3992695 ], [ 119.9812417, 30.3992115 ], [ 119.9811744, 30.3991607 ], [ 119.9811156, 30.3992405 ], [ 119.981124, 30.399371 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9688334, 30.4009386 ], [ 119.9691035, 30.4009991 ], [ 119.9694363, 30.4008349 ], [ 119.9698132, 30.4009951 ], [ 119.9699434, 30.4013785 ], [ 119.9695289, 30.4017122 ], [ 119.9700149, 30.4017399 ], [ 119.9710947, 30.4018852 ], [ 119.9710584, 30.4014445 ], [ 119.9722039, 30.4013631 ], [ 119.9729131, 30.4007742 ], [ 119.9733243, 30.4006928 ], [ 119.9735258, 30.4002636 ], [ 119.9735848, 30.4001379 ], [ 119.9749871, 30.3999273 ], [ 119.9752883, 30.399614 ], [ 119.9754085, 30.3994889 ], [ 119.9745498, 30.3991813 ], [ 119.973875, 30.3992169 ], [ 119.9733469, 30.39946 ], [ 119.9715332, 30.4001726 ], [ 119.9702455, 30.4003847 ], [ 119.9693122, 30.4003167 ], [ 119.9691137, 30.4003813 ], [ 119.9687867, 30.4004877 ], [ 119.968684, 30.4009051 ], [ 119.9688334, 30.4009386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9751369, 30.4012286 ], [ 119.9754143, 30.4008336 ], [ 119.9750536, 30.4005437 ], [ 119.9742178, 30.4003947 ], [ 119.9741283, 30.4010343 ], [ 119.9751369, 30.4012286 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9944878, 30.3983504 ], [ 119.9947862, 30.398335 ], [ 119.994862, 30.3982774 ], [ 119.9949243, 30.398239 ], [ 119.9949243, 30.3981813 ], [ 119.9949154, 30.3981237 ], [ 119.9948842, 30.3980584 ], [ 119.9947684, 30.3980929 ], [ 119.9947595, 30.3981544 ], [ 119.9947506, 30.398189 ], [ 119.9944922, 30.3982505 ], [ 119.9944521, 30.3982851 ], [ 119.9944477, 30.3983273 ], [ 119.9944878, 30.3983504 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.994118, 30.3983658 ], [ 119.9943541, 30.3983504 ], [ 119.9943408, 30.3982659 ], [ 119.9941715, 30.3982236 ], [ 119.9941091, 30.3982466 ], [ 119.994118, 30.3983658 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9935657, 30.3987039 ], [ 119.9936637, 30.398677 ], [ 119.9937216, 30.3986155 ], [ 119.9939354, 30.398385 ], [ 119.9940779, 30.3983696 ], [ 119.9940601, 30.3982543 ], [ 119.9939354, 30.3982735 ], [ 119.9937305, 30.3983465 ], [ 119.9935211, 30.3984925 ], [ 119.9934944, 30.3985502 ], [ 119.9934766, 30.3987192 ], [ 119.9935657, 30.3987039 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9928618, 30.3987577 ], [ 119.9929108, 30.3987961 ], [ 119.993138, 30.3987653 ], [ 119.9934142, 30.3987653 ], [ 119.993432, 30.3985271 ], [ 119.9931024, 30.3985156 ], [ 119.9929197, 30.3984042 ], [ 119.9928796, 30.3984426 ], [ 119.9928618, 30.3987039 ], [ 119.9928618, 30.3987577 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0189463, 30.3995157 ], [ 120.0192143, 30.399209 ], [ 120.019436, 30.3989512 ], [ 120.019302, 30.3988845 ], [ 120.0191525, 30.3990134 ], [ 120.0190855, 30.3990045 ], [ 120.0187298, 30.3993913 ], [ 120.0189463, 30.3995157 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.019503, 30.3994179 ], [ 120.0196576, 30.399498 ], [ 120.0198638, 30.3991957 ], [ 120.0198638, 30.3991468 ], [ 120.0197349, 30.399089 ], [ 120.0194978, 30.399369 ], [ 120.019503, 30.3994179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.019204, 30.3996713 ], [ 120.0196937, 30.3990712 ], [ 120.0194617, 30.3989689 ], [ 120.0189876, 30.3995335 ], [ 120.019204, 30.3996713 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9975304, 30.4012225 ], [ 119.9990619, 30.4008027 ], [ 119.9989423, 30.4004674 ], [ 119.9988077, 30.4004932 ], [ 119.9986133, 30.4003384 ], [ 119.9991674, 30.3978321 ], [ 119.9978121, 30.3976079 ], [ 119.9973951, 30.4006857 ], [ 119.9975304, 30.4012225 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0188252, 30.400178 ], [ 120.0191887, 30.3997047 ], [ 120.018688, 30.3994149 ], [ 120.0185165, 30.3996693 ], [ 120.0184273, 30.3997402 ], [ 120.0183519, 30.3998467 ], [ 120.0188252, 30.400178 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0192195, 30.4002448 ], [ 120.019704, 30.399578 ], [ 120.0194514, 30.399458 ], [ 120.0189721, 30.4000892 ], [ 120.0192195, 30.4002448 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9894814, 30.4003079 ], [ 119.9895215, 30.4003425 ], [ 119.9896591, 30.4003128 ], [ 119.9897967, 30.4002584 ], [ 119.9898196, 30.4001941 ], [ 119.9898139, 30.4000705 ], [ 119.9897508, 30.399843 ], [ 119.9896648, 30.3998282 ], [ 119.9894986, 30.3998529 ], [ 119.9894814, 30.3999222 ], [ 119.9895043, 30.3999963 ], [ 119.98951, 30.4000853 ], [ 119.98951, 30.4001496 ], [ 119.9894699, 30.4001892 ], [ 119.9894814, 30.4003079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0192865, 30.4003026 ], [ 120.0197968, 30.4006049 ], [ 120.0201885, 30.4001203 ], [ 120.0201679, 30.4000759 ], [ 120.0196473, 30.3997869 ], [ 120.0195906, 30.3998092 ], [ 120.0192865, 30.4002626 ], [ 120.0192865, 30.4003026 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.991878, 30.3997342 ], [ 119.9919124, 30.3999024 ], [ 119.9919525, 30.400026 ], [ 119.9919353, 30.400115 ], [ 119.9919296, 30.4002386 ], [ 119.9919238, 30.4003277 ], [ 119.9919296, 30.4004315 ], [ 119.9919582, 30.4005551 ], [ 119.991941, 30.4009161 ], [ 119.9919869, 30.4009656 ], [ 119.9921532, 30.4008716 ], [ 119.9923137, 30.4007777 ], [ 119.9924685, 30.4007282 ], [ 119.9925201, 30.4006738 ], [ 119.9925603, 30.4005848 ], [ 119.9926749, 30.4004958 ], [ 119.992738, 30.4004414 ], [ 119.9927437, 30.4003623 ], [ 119.9928297, 30.4002733 ], [ 119.9929043, 30.4001991 ], [ 119.9929043, 30.400031 ], [ 119.9928469, 30.3998678 ], [ 119.9926348, 30.3996452 ], [ 119.9924112, 30.3995859 ], [ 119.9923366, 30.3995364 ], [ 119.992199, 30.3994375 ], [ 119.9919984, 30.3994623 ], [ 119.9919009, 30.3995068 ], [ 119.9918608, 30.3995908 ], [ 119.991878, 30.3997342 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0204847, 30.4006691 ], [ 120.0209248, 30.4008497 ], [ 120.0209804, 30.4008423 ], [ 120.0210274, 30.4007354 ], [ 120.0211556, 30.4005622 ], [ 120.0210872, 30.4004848 ], [ 120.0210018, 30.4004516 ], [ 120.0207026, 30.4002968 ], [ 120.0204804, 30.4005917 ], [ 120.0204676, 30.4006322 ], [ 120.0204847, 30.4006691 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9889149, 30.4007552 ], [ 119.9889527, 30.4008171 ], [ 119.9891037, 30.4008041 ], [ 119.9891527, 30.4007878 ], [ 119.989183, 30.4007487 ], [ 119.9891905, 30.4006738 ], [ 119.9891603, 30.4006152 ], [ 119.989115, 30.4005859 ], [ 119.9889904, 30.400638 ], [ 119.9889149, 30.4006966 ], [ 119.9889149, 30.4007552 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0180627, 30.4015854 ], [ 120.0189515, 30.4003382 ], [ 120.0185104, 30.4000512 ], [ 120.0179957, 30.4002181 ], [ 120.0176785, 30.4005384 ], [ 120.0176862, 30.4006486 ], [ 120.0179725, 30.4008989 ], [ 120.0176351, 30.4012853 ], [ 120.0180627, 30.4015854 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0202075, 30.4010371 ], [ 120.0205911, 30.4012452 ], [ 120.0206902, 30.4012452 ], [ 120.0207273, 30.4012025 ], [ 120.0209006, 30.4009196 ], [ 120.0209006, 30.4008663 ], [ 120.0204798, 30.4006955 ], [ 120.0204117, 30.4006955 ], [ 120.0201827, 30.400989 ], [ 120.0202075, 30.4010371 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.988445, 30.4012593 ], [ 119.988517, 30.4013977 ], [ 119.9886055, 30.4016698 ], [ 119.9886609, 30.4017748 ], [ 119.9887439, 30.4018607 ], [ 119.9888158, 30.4019418 ], [ 119.9888933, 30.401918 ], [ 119.9887715, 30.4016698 ], [ 119.9886664, 30.4014645 ], [ 119.9885944, 30.4012879 ], [ 119.9886498, 30.4012306 ], [ 119.9886, 30.4010827 ], [ 119.9884174, 30.4011877 ], [ 119.988445, 30.4012593 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0201208, 30.4020031 ], [ 120.0205973, 30.401368 ], [ 120.0203622, 30.4012399 ], [ 120.0199228, 30.4019017 ], [ 120.0201208, 30.4020031 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0205746, 30.402165 ], [ 120.0208658, 30.4023116 ], [ 120.0210721, 30.4019505 ], [ 120.0208658, 30.4018511 ], [ 120.0207869, 30.4018616 ], [ 120.0207202, 30.4018825 ], [ 120.0205625, 30.4020918 ], [ 120.0205746, 30.402165 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0263889, 30.4019541 ], [ 120.0265019, 30.4019784 ], [ 120.0267701, 30.4019582 ], [ 120.0268265, 30.4019906 ], [ 120.0269583, 30.4019906 ], [ 120.0271606, 30.4019744 ], [ 120.0273583, 30.4019663 ], [ 120.0276171, 30.402015 ], [ 120.0278759, 30.4020271 ], [ 120.0284687, 30.4019987 ], [ 120.0289063, 30.4019906 ], [ 120.0290616, 30.4019703 ], [ 120.0292216, 30.4019947 ], [ 120.0295086, 30.4020434 ], [ 120.029791, 30.4020596 ], [ 120.0301862, 30.4020596 ], [ 120.0304168, 30.4020556 ], [ 120.0307932, 30.4020961 ], [ 120.0314096, 30.4021205 ], [ 120.0317531, 30.4021489 ], [ 120.0318849, 30.4021814 ], [ 120.0319649, 30.4022301 ], [ 120.0320872, 30.4022382 ], [ 120.0326377, 30.4022909 ], [ 120.0331883, 30.4024086 ], [ 120.0332636, 30.402437 ], [ 120.0332965, 30.402502 ], [ 120.0333388, 30.4027211 ], [ 120.0333624, 30.4030539 ], [ 120.0333671, 30.4031878 ], [ 120.0333718, 30.4033339 ], [ 120.0333859, 30.4034516 ], [ 120.0333953, 30.4035734 ], [ 120.0332918, 30.4039346 ], [ 120.0332683, 30.4040279 ], [ 120.0332824, 30.4041131 ], [ 120.0332824, 30.4042187 ], [ 120.0332636, 30.4043445 ], [ 120.0332259, 30.4044946 ], [ 120.0331459, 30.4046651 ], [ 120.0332285, 30.4046802 ], [ 120.0333116, 30.4044891 ], [ 120.0333716, 30.4044374 ], [ 120.0335146, 30.4044294 ], [ 120.0343545, 30.4044175 ], [ 120.0343914, 30.4043817 ], [ 120.0343314, 30.4043538 ], [ 120.0341699, 30.4043459 ], [ 120.0336485, 30.4043379 ], [ 120.0334731, 30.4043459 ], [ 120.0333947, 30.40431 ], [ 120.0333762, 30.4041628 ], [ 120.033427, 30.4038325 ], [ 120.0335863, 30.4031887 ], [ 120.0335935, 30.4031013 ], [ 120.0336441, 30.4030483 ], [ 120.0345263, 30.4028955 ], [ 120.0345444, 30.402565 ], [ 120.0345806, 30.4024714 ], [ 120.0347143, 30.4024028 ], [ 120.0348694, 30.4023403 ], [ 120.0348497, 30.4020858 ], [ 120.0348047, 30.4020348 ], [ 120.0347433, 30.402013 ], [ 120.0346529, 30.4020068 ], [ 120.0345661, 30.4020099 ], [ 120.0344612, 30.4020193 ], [ 120.0343745, 30.4020567 ], [ 120.0342118, 30.402091 ], [ 120.0341033, 30.402119 ], [ 120.0339767, 30.4021346 ], [ 120.0338791, 30.4021003 ], [ 120.0337996, 30.4021159 ], [ 120.0337056, 30.4020567 ], [ 120.0336296, 30.4018571 ], [ 120.0336296, 30.4017324 ], [ 120.0336586, 30.401617 ], [ 120.0337164, 30.401564 ], [ 120.0336803, 30.4014642 ], [ 120.0337526, 30.4011617 ], [ 120.0337634, 30.4010338 ], [ 120.0337996, 30.4009902 ], [ 120.0339261, 30.4009434 ], [ 120.0340599, 30.4009247 ], [ 120.0342479, 30.4009278 ], [ 120.034407, 30.4009028 ], [ 120.0344468, 30.4008561 ], [ 120.0344359, 30.400775 ], [ 120.0342768, 30.4006783 ], [ 120.0342588, 30.4006128 ], [ 120.0342154, 30.400485 ], [ 120.0341394, 30.400432 ], [ 120.0340491, 30.4003789 ], [ 120.0340671, 30.4002292 ], [ 120.0340382, 30.40017 ], [ 120.0339297, 30.4001357 ], [ 120.0338647, 30.400092 ], [ 120.033796, 30.3999829 ], [ 120.0337887, 30.3998956 ], [ 120.0338647, 30.3997053 ], [ 120.0338936, 30.3995931 ], [ 120.0339876, 30.399565 ], [ 120.0342841, 30.3995494 ], [ 120.0343781, 30.399565 ], [ 120.0344251, 30.3996211 ], [ 120.0344468, 30.399696 ], [ 120.0344974, 30.3997334 ], [ 120.0345336, 30.3997771 ], [ 120.0345336, 30.3998457 ], [ 120.0345119, 30.399908 ], [ 120.0345516, 30.3999423 ], [ 120.0346276, 30.3999611 ], [ 120.034689, 30.3999673 ], [ 120.0347613, 30.4000047 ], [ 120.0348083, 30.3999642 ], [ 120.0348373, 30.3998862 ], [ 120.0347939, 30.3998519 ], [ 120.0347649, 30.3997833 ], [ 120.034783, 30.3997147 ], [ 120.0348698, 30.3996742 ], [ 120.0349783, 30.3996243 ], [ 120.0349747, 30.3995712 ], [ 120.0350108, 30.3994933 ], [ 120.0350723, 30.3994496 ], [ 120.0351807, 30.3994122 ], [ 120.0354158, 30.3993904 ], [ 120.0358749, 30.3993904 ], [ 120.0360738, 30.3993779 ], [ 120.0363992, 30.3993717 ], [ 120.0366921, 30.3993966 ], [ 120.0367788, 30.3993935 ], [ 120.0368514, 30.3993622 ], [ 120.0368561, 30.3992694 ], [ 120.0367879, 30.3992633 ], [ 120.0366232, 30.3992552 ], [ 120.0364632, 30.3992065 ], [ 120.0363127, 30.3991903 ], [ 120.0360398, 30.3991984 ], [ 120.0358139, 30.3991943 ], [ 120.0357198, 30.3991578 ], [ 120.0356257, 30.3990442 ], [ 120.0355927, 30.3987844 ], [ 120.0355363, 30.3984922 ], [ 120.0355127, 30.398407 ], [ 120.0354798, 30.3984476 ], [ 120.0354892, 30.3985328 ], [ 120.0354892, 30.398618 ], [ 120.0355222, 30.3987398 ], [ 120.0355645, 30.3989955 ], [ 120.0355269, 30.3991051 ], [ 120.0354704, 30.3991822 ], [ 120.0353104, 30.399239 ], [ 120.0344305, 30.3992146 ], [ 120.0341623, 30.3992106 ], [ 120.0340164, 30.3992106 ], [ 120.0338659, 30.3991456 ], [ 120.0336729, 30.3991456 ], [ 120.0334612, 30.399174 ], [ 120.0333153, 30.3991943 ], [ 120.0330189, 30.3991659 ], [ 120.0325719, 30.3991253 ], [ 120.0324213, 30.3991253 ], [ 120.0324213, 30.3991943 ], [ 120.0324872, 30.3992268 ], [ 120.0328824, 30.3992877 ], [ 120.0330142, 30.3992796 ], [ 120.03316, 30.3992593 ], [ 120.033353, 30.3992755 ], [ 120.0334471, 30.3993202 ], [ 120.0334847, 30.3993973 ], [ 120.0334612, 30.399588 ], [ 120.0334188, 30.3997828 ], [ 120.0334141, 30.3999249 ], [ 120.0334188, 30.4000345 ], [ 120.0334, 30.4001603 ], [ 120.0333812, 30.4004241 ], [ 120.0333765, 30.4006513 ], [ 120.0334047, 30.4007447 ], [ 120.0334, 30.4008664 ], [ 120.0333859, 30.4010491 ], [ 120.0333671, 30.4011708 ], [ 120.0333247, 30.401321 ], [ 120.0333153, 30.4015564 ], [ 120.0332777, 30.4018364 ], [ 120.0332636, 30.4019338 ], [ 120.0332353, 30.4020109 ], [ 120.0331083, 30.4020677 ], [ 120.0326801, 30.4021448 ], [ 120.0324589, 30.4021611 ], [ 120.0319366, 30.4020596 ], [ 120.0317155, 30.402015 ], [ 120.0315414, 30.4020271 ], [ 120.0314049, 30.4020434 ], [ 120.0309061, 30.4020028 ], [ 120.0299745, 30.4019784 ], [ 120.0296074, 30.4019703 ], [ 120.0290287, 30.4018973 ], [ 120.0289205, 30.4018689 ], [ 120.0288028, 30.401877 ], [ 120.0285111, 30.4019297 ], [ 120.0282241, 30.40195 ], [ 120.0280217, 30.4019176 ], [ 120.0277488, 30.4019054 ], [ 120.0276124, 30.4019176 ], [ 120.0274288, 30.4018973 ], [ 120.0272736, 30.401877 ], [ 120.0271983, 30.401881 ], [ 120.0270524, 30.4019054 ], [ 120.0269112, 30.4018973 ], [ 120.0268501, 30.4018608 ], [ 120.0268171, 30.4016619 ], [ 120.0267889, 30.4015604 ], [ 120.0267277, 30.4014955 ], [ 120.0266101, 30.4014468 ], [ 120.0264925, 30.4014468 ], [ 120.0263889, 30.4014914 ], [ 120.0263889, 30.4019541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0212116, 30.4018972 ], [ 120.0215244, 30.4014164 ], [ 120.0213424, 30.4013232 ], [ 120.021041, 30.4018089 ], [ 120.0212116, 30.4018972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0228413, 30.4022811 ], [ 120.0229526, 30.4021165 ], [ 120.022995, 30.4020343 ], [ 120.0229844, 30.4019748 ], [ 120.0229526, 30.4019337 ], [ 120.0228572, 30.4018926 ], [ 120.0226612, 30.4018377 ], [ 120.0225234, 30.4021805 ], [ 120.0228413, 30.4022811 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.028205, 30.4032252 ], [ 120.028222, 30.4032983 ], [ 120.0282954, 30.4033421 ], [ 120.0283519, 30.403386 ], [ 120.0283801, 30.403459 ], [ 120.0283462, 30.4035126 ], [ 120.0284083, 30.4035516 ], [ 120.0285043, 30.4035175 ], [ 120.0286003, 30.4035029 ], [ 120.0286399, 30.4034834 ], [ 120.0286399, 30.4033908 ], [ 120.028589, 30.4032837 ], [ 120.0285439, 30.4032642 ], [ 120.0285043, 30.4031814 ], [ 120.0284535, 30.4031181 ], [ 120.0283631, 30.4031181 ], [ 120.0282671, 30.4031229 ], [ 120.028205, 30.4031424 ], [ 120.028205, 30.4032252 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0289561, 30.4038925 ], [ 120.0291482, 30.4039266 ], [ 120.029199, 30.4037221 ], [ 120.0289731, 30.403688 ], [ 120.028911, 30.403839 ], [ 120.0289561, 30.4038925 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0256184, 30.4039802 ], [ 120.0258048, 30.4040435 ], [ 120.0258782, 30.404102 ], [ 120.0259686, 30.4041166 ], [ 120.0260476, 30.4041653 ], [ 120.0261154, 30.4042286 ], [ 120.0262397, 30.4042676 ], [ 120.0263696, 30.4043114 ], [ 120.0264204, 30.4041945 ], [ 120.0263187, 30.4041507 ], [ 120.0262453, 30.4040825 ], [ 120.026234, 30.404024 ], [ 120.02633, 30.4037464 ], [ 120.0262792, 30.4037318 ], [ 120.0262114, 30.4039315 ], [ 120.0255902, 30.4038049 ], [ 120.0255507, 30.4038682 ], [ 120.0255281, 30.403951 ], [ 120.0256184, 30.4039802 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0256128, 30.4046816 ], [ 120.0256128, 30.4045355 ], [ 120.0253586, 30.4045355 ], [ 120.0253361, 30.4046816 ], [ 120.0256128, 30.4046816 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0250367, 30.4053294 ], [ 120.0252344, 30.4053782 ], [ 120.0252909, 30.4053635 ], [ 120.0254603, 30.4049203 ], [ 120.0254377, 30.4048667 ], [ 120.0251892, 30.4048472 ], [ 120.0251384, 30.4048813 ], [ 120.0250706, 30.4050372 ], [ 120.0250254, 30.40512 ], [ 120.0250367, 30.4053294 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0283236, 30.4051541 ], [ 120.0283067, 30.4052223 ], [ 120.0288037, 30.4053733 ], [ 120.0289053, 30.405383 ], [ 120.0289618, 30.4052272 ], [ 120.028894, 30.4051687 ], [ 120.0285608, 30.4050615 ], [ 120.0285608, 30.4049787 ], [ 120.0283067, 30.4048959 ], [ 120.0282276, 30.4051395 ], [ 120.0283236, 30.4051541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0291256, 30.4054171 ], [ 120.0291651, 30.4053587 ], [ 120.0292498, 30.4051297 ], [ 120.0291199, 30.4050956 ], [ 120.0290973, 30.4051784 ], [ 120.0290634, 30.4052125 ], [ 120.0290013, 30.4052272 ], [ 120.0289505, 30.4053879 ], [ 120.0291256, 30.4054171 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9812268, 30.4009648 ], [ 119.9812973, 30.4010526 ], [ 119.9813286, 30.4012079 ], [ 119.9813521, 30.4013363 ], [ 119.9814226, 30.4014173 ], [ 119.9816105, 30.4014848 ], [ 119.981882, 30.4014902 ], [ 119.9819408, 30.4014344 ], [ 119.9818846, 30.4012822 ], [ 119.9817437, 30.401262 ], [ 119.9815009, 30.4012349 ], [ 119.9813991, 30.4011944 ], [ 119.9813913, 30.4006271 ], [ 119.981219, 30.4006406 ], [ 119.9811955, 30.400877 ], [ 119.9812268, 30.4009648 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9527196, 30.4005416 ], [ 119.9531084, 30.4025155 ], [ 119.9535995, 30.4024638 ], [ 119.9537128, 30.4026578 ], [ 119.9540033, 30.4026151 ], [ 119.9532658, 30.3997888 ], [ 119.952683, 30.4000449 ], [ 119.9527196, 30.4005416 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9821133, 30.4019188 ], [ 119.9821654, 30.4019252 ], [ 119.9823142, 30.4018931 ], [ 119.9823105, 30.4018514 ], [ 119.9822621, 30.4018354 ], [ 119.9821207, 30.4018482 ], [ 119.9821021, 30.4018771 ], [ 119.9821133, 30.4019188 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9823396, 30.4027382 ], [ 119.982544, 30.4027452 ], [ 119.9826766, 30.4026977 ], [ 119.9826934, 30.4026586 ], [ 119.9827102, 30.4025371 ], [ 119.9825213, 30.4025147 ], [ 119.9823579, 30.4025033 ], [ 119.9823156, 30.4025384 ], [ 119.9822765, 30.4026603 ], [ 119.9823396, 30.4027382 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9587882, 30.40375 ], [ 119.9589151, 30.4037509 ], [ 119.9589937, 30.403807 ], [ 119.959057, 30.4039236 ], [ 119.9590374, 30.403985 ], [ 119.9591844, 30.4040513 ], [ 119.9593939, 30.40406 ], [ 119.9594848, 30.4039944 ], [ 119.9596376, 30.4039732 ], [ 119.9597246, 30.4039899 ], [ 119.9600979, 30.4039642 ], [ 119.9602136, 30.4039225 ], [ 119.9603648, 30.4037712 ], [ 119.9604255, 30.4035662 ], [ 119.9604114, 30.403286 ], [ 119.9602945, 30.4030418 ], [ 119.9601061, 30.4027586 ], [ 119.9597604, 30.4024773 ], [ 119.959436, 30.4028364 ], [ 119.9592064, 30.403068 ], [ 119.9589241, 30.4033564 ], [ 119.9587188, 30.4035903 ], [ 119.9587882, 30.40375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9537395, 30.4046574 ], [ 119.9538105, 30.4044611 ], [ 119.9540602, 30.4045162 ], [ 119.9541208, 30.4041448 ], [ 119.9542343, 30.4034492 ], [ 119.9533477, 30.4034679 ], [ 119.9532287, 30.4040978 ], [ 119.9528774, 30.4045922 ], [ 119.9537395, 30.4046574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9590662, 30.4059785 ], [ 119.9587033, 30.4061724 ], [ 119.9588803, 30.4066529 ], [ 119.9596928, 30.4064471 ], [ 119.9604965, 30.4052424 ], [ 119.960517, 30.4040883 ], [ 119.9589761, 30.4041622 ], [ 119.9586483, 30.4041779 ], [ 119.9590662, 30.4059785 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9825507, 30.4066024 ], [ 119.9826499, 30.4064868 ], [ 119.9831461, 30.4064054 ], [ 119.9831409, 30.4062018 ], [ 119.9832802, 30.40616 ], [ 119.9833342, 30.4059069 ], [ 119.9831683, 30.405517 ], [ 119.982987, 30.4054485 ], [ 119.9827583, 30.4057053 ], [ 119.9829222, 30.4058739 ], [ 119.9829222, 30.4060948 ], [ 119.9829107, 30.4062163 ], [ 119.98276, 30.4060913 ], [ 119.9823677, 30.4062378 ], [ 119.9825507, 30.4066024 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9793569, 30.4068489 ], [ 119.9801082, 30.4068122 ], [ 119.9801436, 30.4062029 ], [ 119.9792576, 30.4065267 ], [ 119.9793569, 30.4068489 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9641433, 30.4074844 ], [ 119.9643013, 30.4073702 ], [ 119.967113, 30.4079088 ], [ 119.9676147, 30.4060539 ], [ 119.964931, 30.4053698 ], [ 119.9638161, 30.407448 ], [ 119.9641433, 30.4074844 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0158725, 30.4036926 ], [ 120.0162841, 30.4037733 ], [ 120.0163777, 30.4037249 ], [ 120.0165087, 30.40362 ], [ 120.0166583, 30.4035635 ], [ 120.0168922, 30.4036039 ], [ 120.0171074, 30.4036039 ], [ 120.017229, 30.4034909 ], [ 120.0173132, 30.4033053 ], [ 120.0173974, 30.4031439 ], [ 120.0172664, 30.4028696 ], [ 120.0171635, 30.4027889 ], [ 120.0170232, 30.4026759 ], [ 120.0167425, 30.4027163 ], [ 120.0164619, 30.4028454 ], [ 120.0162654, 30.4029906 ], [ 120.0161345, 30.4030955 ], [ 120.015938, 30.4031762 ], [ 120.0159006, 30.4033941 ], [ 120.0158444, 30.4036039 ], [ 120.0158725, 30.4036926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0194742, 30.4036125 ], [ 120.0195315, 30.4036016 ], [ 120.0195633, 30.4035303 ], [ 120.0196205, 30.4035522 ], [ 120.0196141, 30.4036345 ], [ 120.0199766, 30.4037222 ], [ 120.0200529, 30.4036674 ], [ 120.0200529, 30.4036071 ], [ 120.0198812, 30.4035522 ], [ 120.0192453, 30.4033383 ], [ 120.0191881, 30.4033548 ], [ 120.0191245, 30.4035632 ], [ 120.0194742, 30.4036125 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0148809, 30.4037168 ], [ 120.0151054, 30.4037814 ], [ 120.0152925, 30.4036281 ], [ 120.0153393, 30.403499 ], [ 120.0153018, 30.4033941 ], [ 120.015227, 30.4032892 ], [ 120.0150773, 30.4032972 ], [ 120.0149183, 30.4034344 ], [ 120.0148621, 30.4035958 ], [ 120.0148809, 30.4037168 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0163216, 30.4042413 ], [ 120.0164338, 30.4043058 ], [ 120.0165274, 30.4041122 ], [ 120.0165929, 30.4040396 ], [ 120.0165648, 30.4039669 ], [ 120.0164432, 30.4039589 ], [ 120.0163028, 30.4040557 ], [ 120.0162841, 30.4041203 ], [ 120.0163216, 30.4042413 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0152765, 30.4050704 ], [ 120.0156207, 30.4052332 ], [ 120.0157206, 30.4050991 ], [ 120.0153653, 30.4048789 ], [ 120.0152543, 30.4049076 ], [ 120.0152099, 30.4050034 ], [ 120.0152765, 30.4050704 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0176391, 30.405749 ], [ 120.0177719, 30.4058177 ], [ 120.017878, 30.4060924 ], [ 120.0180108, 30.4061382 ], [ 120.0183294, 30.406081 ], [ 120.0184488, 30.4060924 ], [ 120.0185948, 30.4061611 ], [ 120.0187674, 30.4061726 ], [ 120.0190594, 30.406081 ], [ 120.0192983, 30.4059436 ], [ 120.0194311, 30.4056002 ], [ 120.0194576, 30.405314 ], [ 120.0191789, 30.4050736 ], [ 120.0188868, 30.4049934 ], [ 120.0178913, 30.4053483 ], [ 120.0176524, 30.4054972 ], [ 120.0175993, 30.4056116 ], [ 120.0176391, 30.405749 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0123268, 30.4059317 ], [ 120.0125456, 30.4059387 ], [ 120.0128129, 30.4058339 ], [ 120.0130073, 30.405764 ], [ 120.0131775, 30.4057291 ], [ 120.0132261, 30.4056592 ], [ 120.013137, 30.4055614 ], [ 120.0130559, 30.4055474 ], [ 120.012821, 30.4055963 ], [ 120.0123836, 30.405785 ], [ 120.0123106, 30.4058339 ], [ 120.0123268, 30.4059317 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0162093, 30.4064198 ], [ 120.0166771, 30.4059034 ], [ 120.0166303, 30.4058147 ], [ 120.0164806, 30.4058308 ], [ 120.0160877, 30.4063391 ], [ 120.0162093, 30.4064198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9936865, 30.4068012 ], [ 119.9942546, 30.4068645 ], [ 119.9942402, 30.4080185 ], [ 119.9946376, 30.4084477 ], [ 119.9948859, 30.409731 ], [ 119.9957006, 30.4100163 ], [ 119.9965842, 30.4105376 ], [ 119.9970751, 30.410942 ], [ 119.997818, 30.4109175 ], [ 119.9978677, 30.4104128 ], [ 119.9981879, 30.4104651 ], [ 119.9981879, 30.4108383 ], [ 119.9984754, 30.4108349 ], [ 119.9985267, 30.4112505 ], [ 119.9987903, 30.4112828 ], [ 119.9988442, 30.4101151 ], [ 119.9983639, 30.4100625 ], [ 119.9983285, 30.4097068 ], [ 119.996977, 30.4091525 ], [ 119.9969678, 30.4085102 ], [ 119.9954659, 30.4085598 ], [ 119.9954659, 30.4079135 ], [ 119.9956689, 30.4078681 ], [ 119.9956711, 30.4074738 ], [ 119.996492, 30.4074548 ], [ 119.9964874, 30.4066552 ], [ 119.9959745, 30.4066552 ], [ 119.9959665, 30.4059651 ], [ 119.9947307, 30.4060094 ], [ 119.9947113, 30.4063006 ], [ 119.9934128, 30.4063955 ], [ 119.9936865, 30.4068012 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9889562, 30.4083612 ], [ 119.9896268, 30.408586 ], [ 119.9901213, 30.408586 ], [ 119.9905529, 30.4085792 ], [ 119.990532, 30.4092852 ], [ 119.992208, 30.4095237 ], [ 119.9930719, 30.4098068 ], [ 119.9947825, 30.4105668 ], [ 119.9974262, 30.4114907 ], [ 119.9970751, 30.410942 ], [ 119.9959637, 30.4104159 ], [ 119.9947782, 30.4102015 ], [ 119.9942044, 30.4094954 ], [ 119.9935821, 30.409347 ], [ 119.9932571, 30.4090627 ], [ 119.9930631, 30.4084346 ], [ 119.9928849, 30.4084166 ], [ 119.9926353, 30.4087722 ], [ 119.9922386, 30.4087588 ], [ 119.9917505, 30.4084707 ], [ 119.9909161, 30.4082255 ], [ 119.9917234, 30.4078695 ], [ 119.9916654, 30.4076978 ], [ 119.9924449, 30.4074189 ], [ 119.9922976, 30.406712 ], [ 119.9907332, 30.4079819 ], [ 119.9896936, 30.408281 ], [ 119.9889414, 30.4081462 ], [ 119.9889562, 30.4083612 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0082354, 30.4099654 ], [ 120.0081563, 30.4100523 ], [ 120.008408, 30.410257 ], [ 120.0085907, 30.4102307 ], [ 120.0089259, 30.4101825 ], [ 120.0092927, 30.4102322 ], [ 120.0098538, 30.4105113 ], [ 120.0099976, 30.4104059 ], [ 120.0101559, 30.4102632 ], [ 120.0100983, 30.4100771 ], [ 120.009825, 30.4099592 ], [ 120.009451, 30.4098848 ], [ 120.0091992, 30.4097297 ], [ 120.0087749, 30.4097049 ], [ 120.0086742, 30.4097793 ], [ 120.0084008, 30.4097917 ], [ 120.0081347, 30.409891 ], [ 120.0082354, 30.4099654 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0104868, 30.4107905 ], [ 120.0107025, 30.4108711 ], [ 120.0109471, 30.4107408 ], [ 120.0108752, 30.4105796 ], [ 120.0106234, 30.4103811 ], [ 120.0103357, 30.4103314 ], [ 120.0101703, 30.4105672 ], [ 120.0104868, 30.4107905 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.005718, 30.4126084 ], [ 120.0059366, 30.4126084 ], [ 120.0061438, 30.4124545 ], [ 120.0061725, 30.4121766 ], [ 120.0064393, 30.4120244 ], [ 120.0065072, 30.4118875 ], [ 120.0066502, 30.4118789 ], [ 120.0067825, 30.4117399 ], [ 120.0068688, 30.4115811 ], [ 120.0070702, 30.4114074 ], [ 120.0070702, 30.4112685 ], [ 120.0069033, 30.4111593 ], [ 120.0071335, 30.4109757 ], [ 120.0070645, 30.4109112 ], [ 120.0069609, 30.410936 ], [ 120.0067825, 30.4108665 ], [ 120.0066041, 30.4109906 ], [ 120.0066041, 30.4110849 ], [ 120.0066502, 30.4111791 ], [ 120.0065472, 30.4113773 ], [ 120.0063307, 30.4115298 ], [ 120.0062121, 30.4118003 ], [ 120.0059884, 30.4120228 ], [ 120.0056719, 30.4121071 ], [ 120.0056144, 30.4124992 ], [ 120.005718, 30.4126084 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.010796, 30.4113239 ], [ 120.0109759, 30.4115659 ], [ 120.0110118, 30.4117209 ], [ 120.0112348, 30.4117272 ], [ 120.0112564, 30.4119194 ], [ 120.0114722, 30.4121428 ], [ 120.0115628, 30.4123326 ], [ 120.011793, 30.4124815 ], [ 120.01177, 30.4127494 ], [ 120.0116606, 30.4129777 ], [ 120.01177, 30.4129777 ], [ 120.0116836, 30.4132457 ], [ 120.0115513, 30.4134442 ], [ 120.0121843, 30.4137469 ], [ 120.0123051, 30.4137221 ], [ 120.0124087, 30.4136129 ], [ 120.0123569, 30.4132705 ], [ 120.0125065, 30.4129579 ], [ 120.0125295, 30.4127693 ], [ 120.0126389, 30.4125559 ], [ 120.0125986, 30.4123475 ], [ 120.0124144, 30.4120845 ], [ 120.0120231, 30.4120993 ], [ 120.0119023, 30.412015 ], [ 120.0117973, 30.4119343 ], [ 120.0118318, 30.4117582 ], [ 120.0119469, 30.4116403 ], [ 120.0118822, 30.41151 ], [ 120.0115081, 30.4112805 ], [ 120.0113859, 30.4110634 ], [ 120.0112564, 30.4109083 ], [ 120.0111269, 30.4108711 ], [ 120.0107529, 30.4111503 ], [ 120.010796, 30.4113239 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9842529, 30.4116435 ], [ 119.9856224, 30.4113656 ], [ 119.9863019, 30.4110924 ], [ 119.9864741, 30.4110232 ], [ 119.9881486, 30.4106658 ], [ 119.9896217, 30.4105319 ], [ 119.990036, 30.4104028 ], [ 119.9906805, 30.4104227 ], [ 119.9908416, 30.4105616 ], [ 119.9917162, 30.4105269 ], [ 119.9921535, 30.4105716 ], [ 119.9930084, 30.4109845 ], [ 119.9932898, 30.4112829 ], [ 119.9949209, 30.411943 ], [ 119.9961286, 30.4124059 ], [ 119.9980739, 30.4128594 ], [ 119.9988901, 30.4129876 ], [ 119.999856, 30.4131482 ], [ 120.0010158, 30.4133473 ], [ 120.0026177, 30.4136965 ], [ 120.0045681, 30.4140925 ], [ 120.005498, 30.4141695 ], [ 120.0064116, 30.4142312 ], [ 120.007325, 30.4142924 ], [ 120.0087106, 30.4146408 ], [ 120.010419, 30.4151147 ], [ 120.0112102, 30.4155179 ], [ 120.0115267, 30.4157102 ], [ 120.0116378, 30.4160603 ], [ 120.0116994, 30.4157164 ], [ 120.0125553, 30.4159893 ], [ 120.013253, 30.4162871 ], [ 120.0140874, 30.4167213 ], [ 120.0143823, 30.4162002 ], [ 120.0133034, 30.4158156 ], [ 120.0125913, 30.4154745 ], [ 120.0117497, 30.4151891 ], [ 120.0110808, 30.4148542 ], [ 120.0104118, 30.4144014 ], [ 120.0100018, 30.4142525 ], [ 120.0085345, 30.413564 ], [ 120.0074915, 30.4133469 ], [ 120.0073822, 30.4133495 ], [ 120.0062112, 30.4133779 ], [ 120.0049309, 30.413291 ], [ 120.0041757, 30.4130615 ], [ 120.0012554, 30.4124846 ], [ 120.000608, 30.4124784 ], [ 119.9989033, 30.4122799 ], [ 119.9972921, 30.4119325 ], [ 119.9956061, 30.4114102 ], [ 119.9929016, 30.4101845 ], [ 119.9915263, 30.4098569 ], [ 119.9907035, 30.4097924 ], [ 119.9895008, 30.4098867 ], [ 119.9880565, 30.4101398 ], [ 119.9855649, 30.4107353 ], [ 119.9844198, 30.4109983 ], [ 119.9836948, 30.4112415 ], [ 119.9834013, 30.4112564 ], [ 119.9833898, 30.4117626 ], [ 119.9842529, 30.4116435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0006705, 30.4140723 ], [ 120.0006613, 30.4144421 ], [ 120.001085, 30.414794 ], [ 120.0014859, 30.414751 ], [ 120.0015202, 30.4142597 ], [ 120.0014903, 30.414023 ], [ 120.0008735, 30.4137791 ], [ 120.0006085, 30.4135562 ], [ 120.0005339, 30.4139963 ], [ 120.0006705, 30.4140723 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0026466, 30.4160275 ], [ 120.0025872, 30.4152133 ], [ 120.0026944, 30.4150949 ], [ 120.004115, 30.4152005 ], [ 120.0041873, 30.4147454 ], [ 120.0028501, 30.4145334 ], [ 120.0024214, 30.4149456 ], [ 120.0020902, 30.4154611 ], [ 120.0017459, 30.4154404 ], [ 120.0014316, 30.4160444 ], [ 120.0026466, 30.4160275 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9947614, 30.4166443 ], [ 119.9951754, 30.4155135 ], [ 119.995979, 30.4155297 ], [ 119.9955796, 30.4145034 ], [ 119.9950063, 30.4145006 ], [ 119.9947207, 30.4142263 ], [ 119.9943399, 30.4142937 ], [ 119.9945903, 30.415463 ], [ 119.9942878, 30.4155054 ], [ 119.9940903, 30.4160682 ], [ 119.993656, 30.4160572 ], [ 119.9935492, 30.4165496 ], [ 119.9947614, 30.4166443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0014316, 30.4160444 ], [ 120.0017459, 30.4154404 ], [ 120.0019891, 30.4149732 ], [ 120.0007013, 30.414919 ], [ 120.0006153, 30.4161296 ], [ 120.0014316, 30.4160444 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9971599, 30.4169065 ], [ 119.9973752, 30.4166435 ], [ 119.9977619, 30.4158236 ], [ 119.9971785, 30.4157029 ], [ 119.9971336, 30.4159294 ], [ 119.9960986, 30.4156728 ], [ 119.9959053, 30.4169824 ], [ 119.9971599, 30.4169065 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0232258, 30.4066194 ], [ 120.0232831, 30.4067017 ], [ 120.0233658, 30.4066963 ], [ 120.0234677, 30.4067292 ], [ 120.0235186, 30.4066029 ], [ 120.0232067, 30.4064492 ], [ 120.0231495, 30.4064712 ], [ 120.0231367, 30.4065371 ], [ 120.0232258, 30.4066194 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0238177, 30.4069872 ], [ 120.0239005, 30.4068115 ], [ 120.0237223, 30.4067182 ], [ 120.0236459, 30.4069213 ], [ 120.0238177, 30.4069872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0240978, 30.4070201 ], [ 120.0242314, 30.4070585 ], [ 120.0242251, 30.4069872 ], [ 120.0240978, 30.4069048 ], [ 120.0240978, 30.4070201 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0227294, 30.4077008 ], [ 120.0227167, 30.4077831 ], [ 120.0228249, 30.4077996 ], [ 120.0230094, 30.4078215 ], [ 120.0230413, 30.4077611 ], [ 120.0227867, 30.4075745 ], [ 120.022723, 30.4075471 ], [ 120.0226848, 30.4076129 ], [ 120.0227294, 30.4077008 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0231176, 30.4079642 ], [ 120.0233468, 30.4081015 ], [ 120.0233786, 30.4081838 ], [ 120.0234868, 30.4082716 ], [ 120.0236968, 30.408332 ], [ 120.0237414, 30.4082606 ], [ 120.0231049, 30.4077996 ], [ 120.0230794, 30.4078599 ], [ 120.0231176, 30.4079642 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0244057, 30.4093599 ], [ 120.0245303, 30.4094162 ], [ 120.0247083, 30.4091245 ], [ 120.0244888, 30.409058 ], [ 120.0243879, 30.4092678 ], [ 120.0244057, 30.4093599 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0246291, 30.4103063 ], [ 120.0248799, 30.4103451 ], [ 120.0249506, 30.4103229 ], [ 120.025092, 30.4101122 ], [ 120.0250663, 30.4100512 ], [ 120.0250213, 30.4100013 ], [ 120.024777, 30.4099126 ], [ 120.024732, 30.4099348 ], [ 120.0247641, 30.4101067 ], [ 120.0247513, 30.410151 ], [ 120.0246227, 30.4101788 ], [ 120.0246291, 30.4103063 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0210227, 30.4176552 ], [ 120.0210968, 30.4175913 ], [ 120.0211302, 30.4174986 ], [ 120.0212192, 30.4174251 ], [ 120.021397, 30.4173165 ], [ 120.0215194, 30.4172334 ], [ 120.0216417, 30.4172014 ], [ 120.0217973, 30.4172014 ], [ 120.0219233, 30.4171918 ], [ 120.0220049, 30.4172046 ], [ 120.0220901, 30.4171694 ], [ 120.0221939, 30.4170831 ], [ 120.0224348, 30.4168658 ], [ 120.0224941, 30.4167955 ], [ 120.0225978, 30.4165718 ], [ 120.022672, 30.4164855 ], [ 120.0228313, 30.4163832 ], [ 120.0229722, 30.4162745 ], [ 120.023428, 30.4158591 ], [ 120.0236726, 30.4156417 ], [ 120.0237801, 30.4155778 ], [ 120.0239432, 30.4154276 ], [ 120.0240544, 30.4153381 ], [ 120.0242063, 30.4152486 ], [ 120.0243434, 30.4151719 ], [ 120.0243805, 30.4151271 ], [ 120.0244139, 30.4150504 ], [ 120.0244991, 30.414929 ], [ 120.0246029, 30.4148427 ], [ 120.0250884, 30.4144464 ], [ 120.0253589, 30.4142035 ], [ 120.0254479, 30.414213 ], [ 120.0258, 30.4143984 ], [ 120.0259408, 30.4144368 ], [ 120.0272454, 30.4148331 ], [ 120.0298289, 30.4155717 ], [ 120.0318369, 30.41614 ], [ 120.0330641, 30.4164873 ], [ 120.0363242, 30.4174298 ], [ 120.0384227, 30.4179684 ], [ 120.0384441, 30.4178668 ], [ 120.0354018, 30.4170412 ], [ 120.0328469, 30.4162815 ], [ 120.0319247, 30.4159928 ], [ 120.0298104, 30.4154255 ], [ 120.0266916, 30.4145239 ], [ 120.0258811, 30.4143011 ], [ 120.0256051, 30.4141694 ], [ 120.0254935, 30.4140985 ], [ 120.0254935, 30.4140326 ], [ 120.0255816, 30.4139566 ], [ 120.0263627, 30.4132121 ], [ 120.0269559, 30.41266 ], [ 120.027555, 30.4120724 ], [ 120.0277312, 30.411885 ], [ 120.027831, 30.411733 ], [ 120.0279485, 30.4114798 ], [ 120.0280014, 30.4113126 ], [ 120.0280792, 30.4109956 ], [ 120.0285015, 30.4100148 ], [ 120.028664, 30.4098257 ], [ 120.0288183, 30.4095945 ], [ 120.0287371, 30.4095174 ], [ 120.0287127, 30.4094123 ], [ 120.0288346, 30.409034 ], [ 120.0290377, 30.4086837 ], [ 120.0292407, 30.4084736 ], [ 120.0298582, 30.4082491 ], [ 120.0300534, 30.408176 ], [ 120.0302231, 30.4080955 ], [ 120.0303503, 30.4080516 ], [ 120.0305285, 30.4079784 ], [ 120.0306813, 30.4078467 ], [ 120.030834, 30.4077442 ], [ 120.0310376, 30.4077296 ], [ 120.0313855, 30.4077881 ], [ 120.0319371, 30.4080223 ], [ 120.0320134, 30.4081174 ], [ 120.0320643, 30.4082199 ], [ 120.0320304, 30.4083736 ], [ 120.0318933, 30.4086182 ], [ 120.0317021, 30.4087733 ], [ 120.031601, 30.4088897 ], [ 120.0315785, 30.4090351 ], [ 120.031466, 30.4092484 ], [ 120.0314885, 30.4093551 ], [ 120.0315897, 30.4093939 ], [ 120.0317584, 30.4093842 ], [ 120.0322306, 30.4092581 ], [ 120.0325454, 30.4091515 ], [ 120.0327927, 30.4090642 ], [ 120.0329051, 30.4089769 ], [ 120.0331188, 30.40888 ], [ 120.0336359, 30.4087636 ], [ 120.0341736, 30.4086247 ], [ 120.0345732, 30.4085715 ], [ 120.0348937, 30.4085704 ], [ 120.0351553, 30.4086259 ], [ 120.0354493, 30.4086994 ], [ 120.0358475, 30.4088024 ], [ 120.0359828, 30.4088505 ], [ 120.0360784, 30.408926 ], [ 120.0361421, 30.4090222 ], [ 120.0359986, 30.4093035 ], [ 120.0359422, 30.4095807 ], [ 120.0358463, 30.4100477 ], [ 120.0358069, 30.4101985 ], [ 120.0356884, 30.4104028 ], [ 120.0351666, 30.410868 ], [ 120.03502, 30.410975 ], [ 120.0346533, 30.4115636 ], [ 120.0345913, 30.4116949 ], [ 120.0344898, 30.4118408 ], [ 120.0343431, 30.4120208 ], [ 120.0342811, 30.4122202 ], [ 120.0342134, 30.4123662 ], [ 120.0341514, 30.4123759 ], [ 120.0340893, 30.4123175 ], [ 120.0340216, 30.4121376 ], [ 120.0337452, 30.4118408 ], [ 120.0336663, 30.4118214 ], [ 120.0335704, 30.4118262 ], [ 120.0334125, 30.4119041 ], [ 120.0333053, 30.4119041 ], [ 120.0331868, 30.4118506 ], [ 120.0327807, 30.4115198 ], [ 120.0321152, 30.4110966 ], [ 120.031929, 30.4109506 ], [ 120.0315229, 30.4107561 ], [ 120.0313988, 30.4107026 ], [ 120.0313481, 30.4107269 ], [ 120.0313593, 30.4107804 ], [ 120.0315962, 30.4109069 ], [ 120.0319967, 30.4111404 ], [ 120.0324536, 30.4114322 ], [ 120.033012, 30.4118797 ], [ 120.0332376, 30.4120451 ], [ 120.0333391, 30.4120597 ], [ 120.0334463, 30.4120014 ], [ 120.0335422, 30.4119722 ], [ 120.0336324, 30.4119868 ], [ 120.0339991, 30.4123516 ], [ 120.034078, 30.4124391 ], [ 120.0341401, 30.4125462 ], [ 120.0341062, 30.4126629 ], [ 120.0340949, 30.4128672 ], [ 120.0341062, 30.4130034 ], [ 120.0341514, 30.4131299 ], [ 120.0343036, 30.4132174 ], [ 120.0343539, 30.4131914 ], [ 120.0342743, 30.4130747 ], [ 120.0342583, 30.4129237 ], [ 120.0344096, 30.4124706 ], [ 120.0345926, 30.4120657 ], [ 120.0349428, 30.4114685 ], [ 120.035699, 30.4104937 ], [ 120.03589, 30.4102054 ], [ 120.0360855, 30.4093543 ], [ 120.0362012, 30.4091298 ], [ 120.0363458, 30.4090675 ], [ 120.0364904, 30.4090425 ], [ 120.0365844, 30.4089428 ], [ 120.0367435, 30.4085312 ], [ 120.0368736, 30.408182 ], [ 120.0370544, 30.4080261 ], [ 120.0371556, 30.4080199 ], [ 120.0372424, 30.4080448 ], [ 120.0376834, 30.4082194 ], [ 120.0384426, 30.4085499 ], [ 120.0388186, 30.4087183 ], [ 120.0391006, 30.4088492 ], [ 120.0396067, 30.4091174 ], [ 120.0396573, 30.409186 ], [ 120.0396501, 30.4092545 ], [ 120.0395778, 30.4096786 ], [ 120.0395561, 30.4102772 ], [ 120.0395344, 30.410377 ], [ 120.0394766, 30.4104768 ], [ 120.0393609, 30.4105516 ], [ 120.0391946, 30.4105516 ], [ 120.0389198, 30.4105079 ], [ 120.0387246, 30.4104643 ], [ 120.0385728, 30.4104518 ], [ 120.0384571, 30.4104393 ], [ 120.0384137, 30.4104705 ], [ 120.0383269, 30.4105828 ], [ 120.0382619, 30.4106888 ], [ 120.0382402, 30.4107511 ], [ 120.0383052, 30.4107698 ], [ 120.038392, 30.410695 ], [ 120.0384715, 30.410589 ], [ 120.0385366, 30.4105641 ], [ 120.0388331, 30.4105703 ], [ 120.0392958, 30.4106763 ], [ 120.0394115, 30.4106825 ], [ 120.0395344, 30.4106701 ], [ 120.0395995, 30.4105765 ], [ 120.0396356, 30.4104082 ], [ 120.0396573, 30.4100465 ], [ 120.0397152, 30.4097534 ], [ 120.0397441, 30.4095476 ], [ 120.0398981, 30.4092509 ], [ 120.0398857, 30.4091492 ], [ 120.0399229, 30.4090528 ], [ 120.0400595, 30.4090421 ], [ 120.040345, 30.4091117 ], [ 120.0404939, 30.4091652 ], [ 120.040556, 30.4092134 ], [ 120.0406243, 30.4092134 ], [ 120.0414994, 30.4094596 ], [ 120.0426104, 30.4098718 ], [ 120.0429207, 30.4099949 ], [ 120.04302, 30.4100538 ], [ 120.0430075, 30.4100902 ], [ 120.0430598, 30.4102809 ], [ 120.0431018, 30.4103093 ], [ 120.0432883, 30.4104435 ], [ 120.0434656, 30.4104954 ], [ 120.0437039, 30.4105309 ], [ 120.0436975, 30.4104969 ], [ 120.0435935, 30.4103862 ], [ 120.0434513, 30.410351 ], [ 120.0433467, 30.410296 ], [ 120.043239, 30.4102189 ], [ 120.0433157, 30.4101149 ], [ 120.043513, 30.4099069 ], [ 120.0437597, 30.4098218 ], [ 120.043968, 30.4097651 ], [ 120.0442201, 30.40968 ], [ 120.0444503, 30.4094673 ], [ 120.0446531, 30.4093633 ], [ 120.0448449, 30.4092735 ], [ 120.044982, 30.40916 ], [ 120.0450039, 30.4090561 ], [ 120.044982, 30.4088764 ], [ 120.044982, 30.4087961 ], [ 120.0450697, 30.4087252 ], [ 120.0452341, 30.4086921 ], [ 120.0454588, 30.4086826 ], [ 120.0457048, 30.4087272 ], [ 120.0457936, 30.4087697 ], [ 120.0459021, 30.4087697 ], [ 120.0461142, 30.4087059 ], [ 120.0462325, 30.4086761 ], [ 120.0463262, 30.4085953 ], [ 120.0464495, 30.4085188 ], [ 120.0465925, 30.408455 ], [ 120.046775, 30.4084167 ], [ 120.0468292, 30.4083699 ], [ 120.0469377, 30.4081998 ], [ 120.0470216, 30.4081275 ], [ 120.0471103, 30.4080722 ], [ 120.0472188, 30.4080509 ], [ 120.047426, 30.4080722 ], [ 120.0475323, 30.408086 ], [ 120.0475358, 30.4080656 ], [ 120.0475384, 30.4080505 ], [ 120.0474278, 30.408027 ], [ 120.0472358, 30.4080042 ], [ 120.0470372, 30.408027 ], [ 120.0469312, 30.4080613 ], [ 120.0466366, 30.4082482 ], [ 120.0465242, 30.4083451 ], [ 120.046376, 30.4084024 ], [ 120.0462635, 30.4084024 ], [ 120.0462022, 30.4084685 ], [ 120.0462073, 30.4085435 ], [ 120.0460387, 30.4086184 ], [ 120.0457883, 30.4086404 ], [ 120.0456657, 30.4085919 ], [ 120.0455328, 30.4085302 ], [ 120.0454561, 30.4085567 ], [ 120.0454153, 30.4085258 ], [ 120.0454919, 30.4084421 ], [ 120.0454102, 30.4083495 ], [ 120.0452722, 30.4083011 ], [ 120.0452824, 30.4082217 ], [ 120.0452364, 30.4082085 ], [ 120.04517, 30.4082173 ], [ 120.0450984, 30.4082614 ], [ 120.0449962, 30.4084421 ], [ 120.0448752, 30.408602 ], [ 120.0448257, 30.4087568 ], [ 120.0448257, 30.4088689 ], [ 120.0448381, 30.4089757 ], [ 120.0447576, 30.4090878 ], [ 120.0445905, 30.4092159 ], [ 120.0441634, 30.4095148 ], [ 120.0439468, 30.4096109 ], [ 120.0437982, 30.4096589 ], [ 120.0434702, 30.4097123 ], [ 120.043365, 30.4097817 ], [ 120.0431112, 30.4098831 ], [ 120.0428389, 30.4097924 ], [ 120.0425604, 30.409723 ], [ 120.0419909, 30.4094988 ], [ 120.0417496, 30.409408 ], [ 120.0416196, 30.409344 ], [ 120.0413101, 30.4092959 ], [ 120.0410563, 30.4092105 ], [ 120.0407283, 30.4090664 ], [ 120.0405117, 30.408981 ], [ 120.0404127, 30.4089169 ], [ 120.0404374, 30.4088529 ], [ 120.0405488, 30.4087888 ], [ 120.0407159, 30.4087621 ], [ 120.0410254, 30.408634 ], [ 120.0415206, 30.4083351 ], [ 120.0417186, 30.4081696 ], [ 120.0417867, 30.4080522 ], [ 120.04183, 30.4079187 ], [ 120.0419786, 30.4074597 ], [ 120.0420466, 30.4073849 ], [ 120.042418, 30.4073743 ], [ 120.0424799, 30.4072675 ], [ 120.042548, 30.4072462 ], [ 120.0426594, 30.4072622 ], [ 120.0429379, 30.4073422 ], [ 120.0432783, 30.4073476 ], [ 120.0434207, 30.4073369 ], [ 120.0435507, 30.4072248 ], [ 120.0436249, 30.407054 ], [ 120.0437487, 30.4069739 ], [ 120.0439592, 30.4069366 ], [ 120.0444357, 30.4068405 ], [ 120.0446462, 30.4067711 ], [ 120.0446771, 30.4067337 ], [ 120.0446276, 30.4066803 ], [ 120.0445049, 30.4066722 ], [ 120.0442313, 30.406721 ], [ 120.0439765, 30.406778 ], [ 120.0433443, 30.4070221 ], [ 120.0432027, 30.4071117 ], [ 120.0430801, 30.4071524 ], [ 120.0428347, 30.4071198 ], [ 120.0425799, 30.4071361 ], [ 120.0421742, 30.4070384 ], [ 120.0420798, 30.4070628 ], [ 120.0419854, 30.4071605 ], [ 120.0419194, 30.4073965 ], [ 120.0418628, 30.407722 ], [ 120.0417967, 30.4078522 ], [ 120.0417118, 30.407958 ], [ 120.0412683, 30.4082347 ], [ 120.0407218, 30.4085434 ], [ 120.0405998, 30.4086244 ], [ 120.0404684, 30.4087053 ], [ 120.0399948, 30.4088118 ], [ 120.0397899, 30.4088609 ], [ 120.0396134, 30.408856 ], [ 120.0394255, 30.4088413 ], [ 120.0391067, 30.4086744 ], [ 120.0387424, 30.4085025 ], [ 120.0385431, 30.4084092 ], [ 120.038008, 30.4081539 ], [ 120.0375241, 30.4079772 ], [ 120.0372736, 30.4078691 ], [ 120.0371825, 30.4078348 ], [ 120.0371654, 30.4077759 ], [ 120.0371939, 30.407658 ], [ 120.0373703, 30.4072309 ], [ 120.0373874, 30.4070688 ], [ 120.0377518, 30.4059248 ], [ 120.0377973, 30.4058364 ], [ 120.0378941, 30.4058021 ], [ 120.0395109, 30.4056941 ], [ 120.0397785, 30.4056891 ], [ 120.0400233, 30.40564 ], [ 120.0402168, 30.40564 ], [ 120.0403648, 30.405645 ], [ 120.0405356, 30.4056008 ], [ 120.0403762, 30.4055468 ], [ 120.0403136, 30.4055222 ], [ 120.0401371, 30.4055566 ], [ 120.0397045, 30.405586 ], [ 120.0391522, 30.4056351 ], [ 120.0379283, 30.4057186 ], [ 120.0374102, 30.4057382 ], [ 120.0370686, 30.4057677 ], [ 120.0367612, 30.4057137 ], [ 120.0365676, 30.405699 ], [ 120.0362944, 30.4057039 ], [ 120.0360724, 30.4057432 ], [ 120.036078, 30.4058364 ], [ 120.0362545, 30.4058413 ], [ 120.0364253, 30.4058266 ], [ 120.0374785, 30.4058364 ], [ 120.0375924, 30.4058364 ], [ 120.0376607, 30.4058806 ], [ 120.0376322, 30.4060427 ], [ 120.0374273, 30.4067104 ], [ 120.0373077, 30.4070688 ], [ 120.0372565, 30.407113 ], [ 120.0370117, 30.407059 ], [ 120.0369377, 30.4070001 ], [ 120.0369035, 30.4069314 ], [ 120.0369377, 30.4067693 ], [ 120.0368352, 30.4067791 ], [ 120.0367954, 30.4068577 ], [ 120.0368011, 30.4069608 ], [ 120.0368694, 30.4070296 ], [ 120.0369263, 30.4071032 ], [ 120.0370231, 30.4071376 ], [ 120.0372053, 30.4071867 ], [ 120.0372508, 30.4072358 ], [ 120.0372166, 30.4072996 ], [ 120.0368978, 30.4078691 ], [ 120.0366929, 30.4085074 ], [ 120.0366075, 30.4086547 ], [ 120.0365335, 30.4087824 ], [ 120.0364538, 30.4088855 ], [ 120.0363627, 30.4089149 ], [ 120.0362716, 30.4088658 ], [ 120.0360724, 30.4087824 ], [ 120.0359243, 30.4087185 ], [ 120.0357194, 30.4086694 ], [ 120.0354803, 30.4086351 ], [ 120.0350362, 30.4085222 ], [ 120.034816, 30.4084998 ], [ 120.0345799, 30.4084987 ], [ 120.0342514, 30.4085472 ], [ 120.0337895, 30.4086449 ], [ 120.0336813, 30.4086498 ], [ 120.0335674, 30.4086105 ], [ 120.0333283, 30.4085516 ], [ 120.0331576, 30.4084485 ], [ 120.0329925, 30.4084141 ], [ 120.0325598, 30.4082718 ], [ 120.0324118, 30.4081981 ], [ 120.0323093, 30.4080852 ], [ 120.0322011, 30.4080263 ], [ 120.0319962, 30.4079968 ], [ 120.0317742, 30.4078741 ], [ 120.0312675, 30.4076138 ], [ 120.0311593, 30.4075795 ], [ 120.0311309, 30.4075107 ], [ 120.0312219, 30.4072996 ], [ 120.0315009, 30.4069461 ], [ 120.0317229, 30.4066368 ], [ 120.0321727, 30.4061949 ], [ 120.0322751, 30.4060377 ], [ 120.0324289, 30.4059494 ], [ 120.0325029, 30.4059494 ], [ 120.0328339, 30.4053769 ], [ 120.0331881, 30.4050095 ], [ 120.0332509, 30.4048587 ], [ 120.0331971, 30.4047736 ], [ 120.0331074, 30.404762 ], [ 120.0330054, 30.4048413 ], [ 120.0328826, 30.4048413 ], [ 120.0321538, 30.4047884 ], [ 120.0317932, 30.404795 ], [ 120.0315477, 30.4048281 ], [ 120.0313021, 30.4048479 ], [ 120.0310183, 30.4048016 ], [ 120.0307344, 30.4047553 ], [ 120.0305733, 30.4047023 ], [ 120.0299288, 30.4046825 ], [ 120.029783, 30.4047023 ], [ 120.0296603, 30.4047023 ], [ 120.0295759, 30.4046692 ], [ 120.0295068, 30.4045568 ], [ 120.0294224, 30.4045435 ], [ 120.0293994, 30.4046031 ], [ 120.0294761, 30.4046957 ], [ 120.0296065, 30.4047884 ], [ 120.0297063, 30.4048082 ], [ 120.029829, 30.4047751 ], [ 120.0302127, 30.4047751 ], [ 120.030627, 30.4047884 ], [ 120.0308495, 30.4048545 ], [ 120.0310336, 30.4049009 ], [ 120.0316474, 30.4048942 ], [ 120.0326295, 30.4049803 ], [ 120.0327599, 30.4050067 ], [ 120.0327829, 30.405106 ], [ 120.0327139, 30.4052582 ], [ 120.0323993, 30.4057942 ], [ 120.0321614, 30.4060522 ], [ 120.0316014, 30.4066147 ], [ 120.0311103, 30.4072433 ], [ 120.0309646, 30.4073823 ], [ 120.0307651, 30.4074749 ], [ 120.0304965, 30.4077661 ], [ 120.0303047, 30.4079249 ], [ 120.0300976, 30.4080704 ], [ 120.0295912, 30.4082822 ], [ 120.0292229, 30.4083814 ], [ 120.0291002, 30.4083814 ], [ 120.0289851, 30.4083616 ], [ 120.0288623, 30.4082292 ], [ 120.0287626, 30.4081168 ], [ 120.0282025, 30.4078256 ], [ 120.0279378, 30.4076722 ], [ 120.0278999, 30.4076653 ], [ 120.0278566, 30.4076705 ], [ 120.0278337, 30.4076913 ], [ 120.0278181, 30.4077226 ], [ 120.0278174, 30.4077648 ], [ 120.0278572, 30.4078058 ], [ 120.0282178, 30.4079513 ], [ 120.0285938, 30.4081035 ], [ 120.028893, 30.408355 ], [ 120.0289621, 30.4084278 ], [ 120.0289544, 30.4085601 ], [ 120.0289237, 30.408699 ], [ 120.0287319, 30.4090233 ], [ 120.0286628, 30.4091622 ], [ 120.0285631, 30.4094997 ], [ 120.0284634, 30.4097578 ], [ 120.0282102, 30.4104194 ], [ 120.0281334, 30.4105782 ], [ 120.0281104, 30.410737 ], [ 120.02798, 30.4110017 ], [ 120.027957, 30.4111447 ], [ 120.0278977, 30.4113812 ], [ 120.0277902, 30.4116209 ], [ 120.0275715, 30.4119182 ], [ 120.0274233, 30.4120684 ], [ 120.0271157, 30.4123752 ], [ 120.0266857, 30.4128131 ], [ 120.0263485, 30.4130976 ], [ 120.0256258, 30.4137592 ], [ 120.0253293, 30.4140341 ], [ 120.0252737, 30.41405 ], [ 120.0251362, 30.4139419 ], [ 120.025075, 30.4140368 ], [ 120.0251403, 30.4140788 ], [ 120.0251366, 30.4141268 ], [ 120.024829, 30.4144719 ], [ 120.0246474, 30.4146413 ], [ 120.0244769, 30.4147372 ], [ 120.0241804, 30.4148491 ], [ 120.0240358, 30.4148874 ], [ 120.0239358, 30.4148651 ], [ 120.0238357, 30.4148171 ], [ 120.0237356, 30.4147372 ], [ 120.0236986, 30.4146573 ], [ 120.0236689, 30.4145614 ], [ 120.023643, 30.4145135 ], [ 120.0235577, 30.4145327 ], [ 120.0235244, 30.4146158 ], [ 120.0235726, 30.4147947 ], [ 120.0236467, 30.4149514 ], [ 120.023706, 30.4150952 ], [ 120.0237245, 30.4151847 ], [ 120.0237134, 30.4152422 ], [ 120.0234947, 30.4156257 ], [ 120.0233724, 30.4157536 ], [ 120.0232242, 30.4158846 ], [ 120.0229351, 30.4161052 ], [ 120.0226275, 30.4164184 ], [ 120.0225423, 30.4165015 ], [ 120.0224459, 30.4166964 ], [ 120.0223273, 30.4168658 ], [ 120.0222272, 30.4169553 ], [ 120.0220827, 30.4170096 ], [ 120.0218826, 30.417064 ], [ 120.0216231, 30.4171311 ], [ 120.0214786, 30.4171886 ], [ 120.0213007, 30.4172877 ], [ 120.0209523, 30.4175114 ], [ 120.0210227, 30.4176552 ] ] ], [ [ [ 120.0272895, 30.4073161 ], [ 120.0274276, 30.4073955 ], [ 120.0276654, 30.4074948 ], [ 120.0277457, 30.4075971 ], [ 120.0277654, 30.4076037 ], [ 120.0277926, 30.4075994 ], [ 120.0278167, 30.4075791 ], [ 120.0278241, 30.4075479 ], [ 120.0278228, 30.4075184 ], [ 120.0277805, 30.4074154 ], [ 120.0276731, 30.407369 ], [ 120.0273969, 30.4072499 ], [ 120.0272818, 30.4072367 ], [ 120.0272895, 30.4073161 ] ] ], [ [ [ 120.042958, 30.4115579 ], [ 120.0430511, 30.4115847 ], [ 120.0431876, 30.4115418 ], [ 120.0433055, 30.411483 ], [ 120.0434793, 30.4113706 ], [ 120.0436655, 30.4112956 ], [ 120.0438952, 30.4112956 ], [ 120.0443545, 30.4113063 ], [ 120.0446027, 30.411317 ], [ 120.0448075, 30.4113117 ], [ 120.0449751, 30.4112796 ], [ 120.0455027, 30.4111511 ], [ 120.0457448, 30.4110922 ], [ 120.0459372, 30.4110601 ], [ 120.0461668, 30.4110708 ], [ 120.0463158, 30.4111404 ], [ 120.0464585, 30.4112153 ], [ 120.0467502, 30.4113063 ], [ 120.0468433, 30.4113545 ], [ 120.0469178, 30.411317 ], [ 120.0470482, 30.4113117 ], [ 120.0469799, 30.4112688 ], [ 120.0468185, 30.4112581 ], [ 120.0466882, 30.4111564 ], [ 120.0464771, 30.4110601 ], [ 120.0462289, 30.4109852 ], [ 120.0459061, 30.410937 ], [ 120.0455586, 30.4109745 ], [ 120.0454592, 30.4109798 ], [ 120.0452668, 30.4110547 ], [ 120.045031, 30.4111779 ], [ 120.0447455, 30.4112207 ], [ 120.0445593, 30.41121 ], [ 120.0444041, 30.4111832 ], [ 120.0441931, 30.4112367 ], [ 120.0439572, 30.411226 ], [ 120.043771, 30.4111993 ], [ 120.0437214, 30.411135 ], [ 120.0437338, 30.4110333 ], [ 120.0439076, 30.4106961 ], [ 120.0440981, 30.4106501 ], [ 120.0440348, 30.4105979 ], [ 120.0439727, 30.4105825 ], [ 120.0438695, 30.4105529 ], [ 120.0438496, 30.4105728 ], [ 120.0438199, 30.4106024 ], [ 120.0436593, 30.4110815 ], [ 120.0436159, 30.4111779 ], [ 120.043529, 30.4112742 ], [ 120.0433991, 30.4113542 ], [ 120.0432388, 30.4114247 ], [ 120.0431193, 30.4114615 ], [ 120.0430324, 30.4115097 ], [ 120.0429083, 30.411499 ], [ 120.042958, 30.4115579 ] ] ], [ [ [ 120.0479286, 30.4082043 ], [ 120.0481626, 30.4082569 ], [ 120.048176, 30.4082303 ], [ 120.0481499, 30.4082159 ], [ 120.0479383, 30.4081592 ], [ 120.0479115, 30.4081706 ], [ 120.0479286, 30.4082043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0327633, 30.423834 ], [ 120.0333023, 30.4225347 ], [ 120.032717, 30.4224179 ], [ 120.0323952, 30.4229615 ], [ 120.0320275, 30.4229262 ], [ 120.0316884, 30.423535 ], [ 120.0327633, 30.423834 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0170826, 30.4175642 ], [ 120.0182963, 30.4179907 ], [ 120.0193303, 30.4185102 ], [ 120.0194922, 30.418735 ], [ 120.0198428, 30.4188901 ], [ 120.0201665, 30.4193708 ], [ 120.0202744, 30.4200298 ], [ 120.0203193, 30.4216037 ], [ 120.0200586, 30.4236428 ], [ 120.0201125, 30.4243406 ], [ 120.0205441, 30.4250926 ], [ 120.0208678, 30.4253795 ], [ 120.0218478, 30.4257826 ], [ 120.023691, 30.4262943 ], [ 120.0242934, 30.4263718 ], [ 120.0252554, 30.426775 ], [ 120.0300836, 30.4277363 ], [ 120.0308568, 30.4279921 ], [ 120.0312974, 30.4280232 ], [ 120.0325471, 30.4283565 ], [ 120.033611191492341, 30.428766969770081 ], [ 120.033608, 30.428449 ], [ 120.035431098153595, 30.42871858232127 ], [ 120.0342734, 30.4283255 ], [ 120.033734, 30.4279224 ], [ 120.0333563, 30.4279379 ], [ 120.0324893, 30.4276559 ], [ 120.0313232, 30.4273167 ], [ 120.0267856, 30.4264566 ], [ 120.0232875, 30.4256935 ], [ 120.0219388, 30.4253179 ], [ 120.0212814, 30.4250151 ], [ 120.0210296, 30.4247205 ], [ 120.0208048, 30.4242708 ], [ 120.0207329, 30.4232164 ], [ 120.0209037, 30.4216115 ], [ 120.0207779, 30.4195414 ], [ 120.020607, 30.4188668 ], [ 120.0203373, 30.4184404 ], [ 120.019627, 30.4179132 ], [ 120.0187009, 30.4174634 ], [ 120.0173163, 30.4169827 ], [ 120.0143823, 30.4162002 ], [ 120.0140874, 30.4167213 ], [ 120.0170826, 30.4175642 ] ] ], [ [ [ 120.0431296, 30.4291938 ], [ 120.0414483, 30.4293721 ], [ 120.0400367, 30.4293721 ], [ 120.039803560806789, 30.429365140286013 ], [ 120.043172784316752, 30.429863348839895 ], [ 120.0431296, 30.4291938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9822513, 30.4083395 ], [ 119.9823419, 30.4084209 ], [ 119.9829004, 30.4080932 ], [ 119.9829618, 30.4072196 ], [ 119.9826479, 30.4071713 ], [ 119.982644, 30.4070113 ], [ 119.9824984, 30.4069986 ], [ 119.9823998, 30.4069953 ], [ 119.9822075, 30.4070833 ], [ 119.9822513, 30.4083395 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9770713, 30.4088953 ], [ 119.9772525, 30.407805 ], [ 119.9765711, 30.4076455 ], [ 119.9755866, 30.4077889 ], [ 119.9754719, 30.4086416 ], [ 119.9770713, 30.4088953 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9677626, 30.4091288 ], [ 119.9674582, 30.4113752 ], [ 119.9686193, 30.4114636 ], [ 119.9695469, 30.4085427 ], [ 119.9672168, 30.4079287 ], [ 119.9670448, 30.4090456 ], [ 119.9677626, 30.4091288 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9470894, 30.4166947 ], [ 119.9471649, 30.4169913 ], [ 119.9472404, 30.4171505 ], [ 119.9472907, 30.4172518 ], [ 119.9473914, 30.4177148 ], [ 119.9474333, 30.417968 ], [ 119.9473662, 30.4181923 ], [ 119.9473914, 30.4183876 ], [ 119.9474501, 30.4184527 ], [ 119.9475927, 30.4184889 ], [ 119.9478108, 30.418402 ], [ 119.9478779, 30.4183152 ], [ 119.9479283, 30.4182067 ], [ 119.9479786, 30.4180837 ], [ 119.9479534, 30.4177437 ], [ 119.9479534, 30.4176207 ], [ 119.9480038, 30.4174616 ], [ 119.9481212, 30.4172662 ], [ 119.9482135, 30.417136 ], [ 119.9482722, 30.4170203 ], [ 119.9482722, 30.4168394 ], [ 119.9482806, 30.4166586 ], [ 119.9484232, 30.4165211 ], [ 119.9486497, 30.416333 ], [ 119.9488259, 30.4162028 ], [ 119.9490189, 30.4161666 ], [ 119.9492034, 30.416087 ], [ 119.9492454, 30.4159857 ], [ 119.9492118, 30.4158772 ], [ 119.9490272, 30.4157904 ], [ 119.9488679, 30.4156313 ], [ 119.9488679, 30.415501 ], [ 119.947945, 30.4152261 ], [ 119.9479115, 30.4153925 ], [ 119.9478863, 30.415501 ], [ 119.9476934, 30.4156313 ], [ 119.9472236, 30.4161015 ], [ 119.9471229, 30.4162028 ], [ 119.9470558, 30.4163041 ], [ 119.9470894, 30.4166947 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9629514, 30.420963 ], [ 119.9630113, 30.4211092 ], [ 119.9630462, 30.4211393 ], [ 119.9631958, 30.4211522 ], [ 119.9632955, 30.4210576 ], [ 119.9633554, 30.4210318 ], [ 119.9634202, 30.4209845 ], [ 119.9634801, 30.4208684 ], [ 119.9635997, 30.4207522 ], [ 119.9637194, 30.4206619 ], [ 119.963884, 30.4204297 ], [ 119.9639289, 30.4203093 ], [ 119.963874, 30.4201889 ], [ 119.9637444, 30.4201243 ], [ 119.9631908, 30.4201114 ], [ 119.9631459, 30.4201243 ], [ 119.9629464, 30.4207092 ], [ 119.9629215, 30.4207866 ], [ 119.9629514, 30.420963 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9546167, 30.4225624 ], [ 119.9547583, 30.4225673 ], [ 119.9549963, 30.4224549 ], [ 119.9551153, 30.4223865 ], [ 119.9552569, 30.4221813 ], [ 119.9555232, 30.4217709 ], [ 119.9557046, 30.4216438 ], [ 119.9558462, 30.4215608 ], [ 119.9559425, 30.4213653 ], [ 119.9561522, 30.4211064 ], [ 119.9562315, 30.4210038 ], [ 119.9562825, 30.420867 ], [ 119.9563108, 30.4207057 ], [ 119.9564128, 30.4205933 ], [ 119.9565488, 30.4205005 ], [ 119.9566281, 30.4204223 ], [ 119.9566395, 30.420266 ], [ 119.9565375, 30.4200412 ], [ 119.9563845, 30.4198946 ], [ 119.9562372, 30.4198116 ], [ 119.9560615, 30.4197529 ], [ 119.9554779, 30.4196454 ], [ 119.9553873, 30.419665 ], [ 119.9553476, 30.4197236 ], [ 119.9552683, 30.4198653 ], [ 119.9552003, 30.4199582 ], [ 119.9551323, 30.4202269 ], [ 119.955036, 30.42052 ], [ 119.9548716, 30.4209207 ], [ 119.9548207, 30.4210624 ], [ 119.954781, 30.4212383 ], [ 119.9547357, 30.4214679 ], [ 119.9547073, 30.4217025 ], [ 119.9547017, 30.4218344 ], [ 119.9547187, 30.4219614 ], [ 119.954696, 30.4221275 ], [ 119.9546393, 30.4222497 ], [ 119.95456, 30.4223865 ], [ 119.9545543, 30.4225038 ], [ 119.9546167, 30.4225624 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9663441, 30.4221902 ], [ 119.9664055, 30.4222472 ], [ 119.9665472, 30.4223083 ], [ 119.9666133, 30.4223042 ], [ 119.9668022, 30.4220884 ], [ 119.9668258, 30.4219702 ], [ 119.9667786, 30.4219417 ], [ 119.9664149, 30.4218643 ], [ 119.9663629, 30.4218847 ], [ 119.9663346, 30.4221169 ], [ 119.9663441, 30.4221902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.976504, 30.4245542 ], [ 119.976546, 30.4245995 ], [ 119.9764935, 30.4248845 ], [ 119.9764935, 30.4249931 ], [ 119.976525, 30.4250655 ], [ 119.9766195, 30.4250926 ], [ 119.9767716, 30.4250474 ], [ 119.9768451, 30.424966 ], [ 119.9769133, 30.42488 ], [ 119.9769972, 30.4248212 ], [ 119.9770759, 30.4247216 ], [ 119.9772596, 30.4241154 ], [ 119.9772228, 30.4240656 ], [ 119.9766195, 30.4239027 ], [ 119.9766037, 30.4239344 ], [ 119.9764935, 30.424518 ], [ 119.976504, 30.4245542 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9463498, 30.4251878 ], [ 119.946358, 30.4253158 ], [ 119.9463333, 30.4254153 ], [ 119.9463498, 30.4255433 ], [ 119.9463828, 30.4256286 ], [ 119.9464157, 30.425721 ], [ 119.9464982, 30.4258134 ], [ 119.9465806, 30.4259129 ], [ 119.9465889, 30.4259911 ], [ 119.9466466, 30.4260693 ], [ 119.946762, 30.4260906 ], [ 119.9469269, 30.4261262 ], [ 119.9471165, 30.4262399 ], [ 119.9472896, 30.426247 ], [ 119.947438, 30.4262186 ], [ 119.9475699, 30.4261617 ], [ 119.9476688, 30.4261191 ], [ 119.9476853, 30.4259911 ], [ 119.9477595, 30.4258845 ], [ 119.9478007, 30.4257139 ], [ 119.9478997, 30.4254722 ], [ 119.9480316, 30.4252944 ], [ 119.9480645, 30.4249959 ], [ 119.9480151, 30.4247755 ], [ 119.9480398, 30.424548 ], [ 119.9480068, 30.4242708 ], [ 119.9478337, 30.4240504 ], [ 119.9475452, 30.4239651 ], [ 119.9472484, 30.4240149 ], [ 119.9470753, 30.4241073 ], [ 119.9470588, 30.424221 ], [ 119.9470093, 30.4243134 ], [ 119.9470258, 30.4244059 ], [ 119.9472072, 30.4243134 ], [ 119.9472979, 30.4243632 ], [ 119.9473556, 30.4245196 ], [ 119.9473968, 30.4246831 ], [ 119.9473391, 30.42474 ], [ 119.9471659, 30.4246547 ], [ 119.9471, 30.4247329 ], [ 119.9469434, 30.4248182 ], [ 119.9467785, 30.4246973 ], [ 119.9467043, 30.4246973 ], [ 119.9465641, 30.4247471 ], [ 119.9464322, 30.4248608 ], [ 119.9463828, 30.424939 ], [ 119.9463333, 30.4250883 ], [ 119.9463498, 30.4251878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0414512, 30.3952461 ], [ 120.0414913, 30.3952996 ], [ 120.0415387, 30.3953373 ], [ 120.0416226, 30.3953468 ], [ 120.0417284, 30.395331 ], [ 120.0419289, 30.3953373 ], [ 120.0420164, 30.3947806 ], [ 120.0419982, 30.3947491 ], [ 120.041557, 30.394746 ], [ 120.0415424, 30.3947743 ], [ 120.0415205, 30.3949599 ], [ 120.0414731, 30.395092 ], [ 120.0414512, 30.3951864 ], [ 120.0414512, 30.3952461 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0421222, 30.3953373 ], [ 120.0425379, 30.3953625 ], [ 120.0425744, 30.39479 ], [ 120.0425489, 30.3947649 ], [ 120.0421222, 30.3947554 ], [ 120.0421113, 30.3947806 ], [ 120.0420821, 30.3953185 ], [ 120.0421222, 30.3953373 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0426874, 30.3953688 ], [ 120.0428078, 30.3953782 ], [ 120.0433438, 30.3954065 ], [ 120.043373, 30.3953845 ], [ 120.0434058, 30.3948592 ], [ 120.0433511, 30.3948403 ], [ 120.0432636, 30.3948278 ], [ 120.0431797, 30.39479 ], [ 120.0431469, 30.3947554 ], [ 120.0427458, 30.394768 ], [ 120.042713, 30.3947963 ], [ 120.0426729, 30.395331 ], [ 120.0426874, 30.3953688 ] ], [ [ 120.0428479, 30.3950165 ], [ 120.0428844, 30.3949567 ], [ 120.0429354, 30.3949221 ], [ 120.0431506, 30.3949379 ], [ 120.0431943, 30.3949756 ], [ 120.0431725, 30.3951989 ], [ 120.043136, 30.3952367 ], [ 120.0430886, 30.3952367 ], [ 120.0429135, 30.3952272 ], [ 120.0428661, 30.3952147 ], [ 120.0428442, 30.3951706 ], [ 120.042837, 30.3951172 ], [ 120.0428479, 30.3950165 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.046336, 30.3957452 ], [ 120.0463606, 30.3956772 ], [ 120.0465149, 30.3951296 ], [ 120.0465462, 30.3950886 ], [ 120.0466477, 30.3950274 ], [ 120.0466401, 30.3949661 ], [ 120.0465757, 30.3949361 ], [ 120.0465212, 30.394902 ], [ 120.0465063, 30.3947652 ], [ 120.0464766, 30.3946925 ], [ 120.0463973, 30.3946583 ], [ 120.0463825, 30.3947096 ], [ 120.0464591, 30.3947464 ], [ 120.0464641, 30.3948782 ], [ 120.0464542, 30.3951332 ], [ 120.0463852, 30.3953924 ], [ 120.0462867, 30.3957112 ], [ 120.046336, 30.3957452 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0469374, 30.3957354 ], [ 120.0469523, 30.3956969 ], [ 120.0469572, 30.3954704 ], [ 120.0469919, 30.3951755 ], [ 120.0469671, 30.3951285 ], [ 120.0467244, 30.3951413 ], [ 120.0466996, 30.3957439 ], [ 120.0469374, 30.3957354 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.041433, 30.3956393 ], [ 120.0414694, 30.3957871 ], [ 120.0415168, 30.3958595 ], [ 120.0415132, 30.395935 ], [ 120.0415132, 30.3960451 ], [ 120.0415278, 30.3961174 ], [ 120.0415752, 30.396174 ], [ 120.0416226, 30.3961961 ], [ 120.0416335, 30.3961615 ], [ 120.0417539, 30.3961677 ], [ 120.0417721, 30.3962023 ], [ 120.0419617, 30.3962023 ], [ 120.0427895, 30.3962149 ], [ 120.0428005, 30.3961866 ], [ 120.042826, 30.3959287 ], [ 120.0428078, 30.3958909 ], [ 120.0423446, 30.3958689 ], [ 120.0422827, 30.3958909 ], [ 120.0422352, 30.3959413 ], [ 120.0421587, 30.3959696 ], [ 120.0420456, 30.3959287 ], [ 120.0419727, 30.3959413 ], [ 120.0419508, 30.395979 ], [ 120.0419143, 30.3960042 ], [ 120.041856, 30.3959759 ], [ 120.0418305, 30.3959224 ], [ 120.0418487, 30.3958909 ], [ 120.0419216, 30.3959035 ], [ 120.0419946, 30.3958878 ], [ 120.0420237, 30.3957683 ], [ 120.042042, 30.3957054 ], [ 120.042104, 30.3956802 ], [ 120.0421878, 30.3956833 ], [ 120.0422644, 30.3957242 ], [ 120.0423009, 30.3957651 ], [ 120.0427895, 30.3957714 ], [ 120.0428297, 30.3957525 ], [ 120.0428515, 30.3955229 ], [ 120.042826, 30.3955009 ], [ 120.0415132, 30.3954569 ], [ 120.0414512, 30.3954726 ], [ 120.041433, 30.3955135 ], [ 120.041433, 30.3956393 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0430138, 30.3962325 ], [ 120.0430687, 30.3962357 ], [ 120.0432992, 30.3962546 ], [ 120.0433138, 30.396223 ], [ 120.0433541, 30.3955192 ], [ 120.0433285, 30.3955003 ], [ 120.0430723, 30.3955066 ], [ 120.043043, 30.3955192 ], [ 120.0430321, 30.3955508 ], [ 120.0429991, 30.3961978 ], [ 120.0430138, 30.3962325 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0411859, 30.3980147 ], [ 120.0412417, 30.3980353 ], [ 120.0413373, 30.3980181 ], [ 120.041405, 30.3979666 ], [ 120.0414489, 30.3979219 ], [ 120.0414807, 30.3978566 ], [ 120.0414807, 30.3977638 ], [ 120.0415843, 30.3977604 ], [ 120.0415804, 30.3976744 ], [ 120.0415764, 30.397592 ], [ 120.0416401, 30.3975988 ], [ 120.0416481, 30.3975473 ], [ 120.0415843, 30.3975164 ], [ 120.0415086, 30.3974923 ], [ 120.041405, 30.3974889 ], [ 120.0413851, 30.397537 ], [ 120.0413891, 30.3976332 ], [ 120.0413612, 30.3976744 ], [ 120.0412696, 30.3976813 ], [ 120.0412098, 30.3977157 ], [ 120.0412218, 30.3977672 ], [ 120.0413014, 30.3977947 ], [ 120.0413293, 30.3978325 ], [ 120.0412975, 30.3979185 ], [ 120.0412576, 30.3979666 ], [ 120.0411819, 30.3979838 ], [ 120.0411859, 30.3980147 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0408539, 30.399037 ], [ 120.040898, 30.3990713 ], [ 120.0409776, 30.3990637 ], [ 120.0410616, 30.3989989 ], [ 120.0411146, 30.398976 ], [ 120.0411544, 30.3988655 ], [ 120.041203, 30.398774 ], [ 120.0411897, 30.3985949 ], [ 120.0411985, 30.3984843 ], [ 120.0412648, 30.3983357 ], [ 120.0412472, 30.3982747 ], [ 120.0411588, 30.3982137 ], [ 120.0410881, 30.3982137 ], [ 120.0410218, 30.3982366 ], [ 120.0409687, 30.3983242 ], [ 120.0409113, 30.3984424 ], [ 120.0408848, 30.3985529 ], [ 120.0408892, 30.398652 ], [ 120.040898, 30.3987397 ], [ 120.0408671, 30.3988235 ], [ 120.040845, 30.3989608 ], [ 120.0408539, 30.399037 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0430456, 30.4002362 ], [ 120.0430835, 30.4003055 ], [ 120.0431969, 30.400334 ], [ 120.0434049, 30.4002892 ], [ 120.0436318, 30.4002688 ], [ 120.0437405, 30.4002566 ], [ 120.0438728, 30.400281 ], [ 120.0439768, 30.400281 ], [ 120.0440524, 30.400224 ], [ 120.0440524, 30.4000813 ], [ 120.0440194, 30.3999386 ], [ 120.0439579, 30.3998978 ], [ 120.0437688, 30.3998856 ], [ 120.0436081, 30.3998897 ], [ 120.0435467, 30.3999427 ], [ 120.0435041, 30.3999957 ], [ 120.0434285, 30.3999916 ], [ 120.0433907, 30.3999223 ], [ 120.0433765, 30.3998733 ], [ 120.0432725, 30.3998693 ], [ 120.0430976, 30.399906 ], [ 120.0430315, 30.3999793 ], [ 120.0430173, 30.4001017 ], [ 120.0430456, 30.4002362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0224703, 30.3978358 ], [ 120.0229201, 30.3980011 ], [ 120.0230307, 30.3978358 ], [ 120.0227431, 30.3977149 ], [ 120.0225735, 30.397575 ], [ 120.0224555, 30.3977785 ], [ 120.0224703, 30.3978358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0392736, 30.3981184 ], [ 120.0398662, 30.3981468 ], [ 120.0399387, 30.3977322 ], [ 120.0398531, 30.3977322 ], [ 120.0397214, 30.3977095 ], [ 120.0393065, 30.3976697 ], [ 120.0392407, 30.3976981 ], [ 120.0392144, 30.3980957 ], [ 120.0392736, 30.3981184 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0324331, 30.3958354 ], [ 120.0325282, 30.3958307 ], [ 120.0326586, 30.3958424 ], [ 120.0329465, 30.3958495 ], [ 120.0333403, 30.3958612 ], [ 120.0335549, 30.3958448 ], [ 120.0337613, 30.3958354 ], [ 120.0341117, 30.3958823 ], [ 120.03475, 30.3960228 ], [ 120.0348586, 30.3960299 ], [ 120.0349618, 30.3960791 ], [ 120.035065, 30.3961072 ], [ 120.0352443, 30.3961283 ], [ 120.0354371, 30.3961447 ], [ 120.0355621, 30.3961493 ], [ 120.035687, 30.39614 ], [ 120.0359858, 30.3962009 ], [ 120.0365236, 30.3962454 ], [ 120.0368522, 30.396311 ], [ 120.0371102, 30.3963485 ], [ 120.0372949, 30.3963578 ], [ 120.0375231, 30.3963438 ], [ 120.0377974, 30.3963368 ], [ 120.0381478, 30.3963649 ], [ 120.0384384, 30.3963906 ], [ 120.0384411, 30.3963508 ], [ 120.0382028, 30.3963237 ], [ 120.0380578, 30.3962801 ], [ 120.0376699, 30.3962277 ], [ 120.037417, 30.396187 ], [ 120.0372585, 30.3961986 ], [ 120.0371438, 30.3961899 ], [ 120.0370494, 30.3961201 ], [ 120.036928, 30.3960648 ], [ 120.0368538, 30.3960154 ], [ 120.0368234, 30.3958874 ], [ 120.036756, 30.395803 ], [ 120.0367762, 30.395707 ], [ 120.0367661, 30.3956052 ], [ 120.0367762, 30.395451 ], [ 120.0368032, 30.3952038 ], [ 120.0368201, 30.3951223 ], [ 120.0368774, 30.3950176 ], [ 120.0368942, 30.3949041 ], [ 120.0368774, 30.3947616 ], [ 120.0368808, 30.3945434 ], [ 120.036847, 30.3945085 ], [ 120.0367998, 30.3945318 ], [ 120.0367863, 30.3946365 ], [ 120.0367695, 30.3947441 ], [ 120.036783, 30.3948401 ], [ 120.0368133, 30.3949128 ], [ 120.036783, 30.3949652 ], [ 120.0367357, 30.3950379 ], [ 120.0367256, 30.3951485 ], [ 120.0367357, 30.3952677 ], [ 120.0367121, 30.3953667 ], [ 120.0366784, 30.395483 ], [ 120.0366582, 30.3956139 ], [ 120.0366379, 30.3959717 ], [ 120.0365637, 30.3960706 ], [ 120.0364997, 30.3961172 ], [ 120.0363479, 30.3961346 ], [ 120.0360848, 30.3961172 ], [ 120.0356767, 30.3960474 ], [ 120.0353901, 30.3960096 ], [ 120.0352282, 30.3960183 ], [ 120.0351742, 30.395963 ], [ 120.0351135, 30.3959165 ], [ 120.0349145, 30.3959485 ], [ 120.0347493, 30.3959485 ], [ 120.0345334, 30.395931 ], [ 120.0339871, 30.3958379 ], [ 120.0337881, 30.3957885 ], [ 120.0334643, 30.3958001 ], [ 120.0332822, 30.3958146 ], [ 120.0331743, 30.3957972 ], [ 120.0329686, 30.3957186 ], [ 120.0328269, 30.3957012 ], [ 120.0326515, 30.3956954 ], [ 120.0325875, 30.3956488 ], [ 120.0325875, 30.3956023 ], [ 120.0327055, 30.3952881 ], [ 120.0327359, 30.395227 ], [ 120.0327797, 30.3951514 ], [ 120.0327831, 30.3950292 ], [ 120.0327696, 30.3949245 ], [ 120.0327257, 30.3948401 ], [ 120.032665, 30.3947558 ], [ 120.032665, 30.3946656 ], [ 120.0327257, 30.3945841 ], [ 120.0330596, 30.3944416 ], [ 120.0332114, 30.3943427 ], [ 120.033262, 30.3942903 ], [ 120.0333193, 30.3942089 ], [ 120.0333868, 30.3941478 ], [ 120.0333463, 30.3940954 ], [ 120.0331642, 30.3942176 ], [ 120.0329112, 30.3943369 ], [ 120.0326144, 30.3945492 ], [ 120.0324793, 30.394657 ], [ 120.032463, 30.3947085 ], [ 120.0324793, 30.3947577 ], [ 120.0325391, 30.3948702 ], [ 120.0325934, 30.3949522 ], [ 120.0326233, 30.3950506 ], [ 120.0326042, 30.3951724 ], [ 120.0325798, 30.3952755 ], [ 120.032501, 30.3954981 ], [ 120.0324141, 30.3955988 ], [ 120.0324005, 30.3957675 ], [ 120.0324331, 30.3958354 ] ] ], [ [ [ 120.0348694, 30.4023403 ], [ 120.0350812, 30.4023106 ], [ 120.0353306, 30.4023106 ], [ 120.0356298, 30.4023419 ], [ 120.0360514, 30.4024357 ], [ 120.0361693, 30.4024201 ], [ 120.0362464, 30.402338 ], [ 120.0363325, 30.4021737 ], [ 120.036396, 30.4020017 ], [ 120.0364413, 30.4019235 ], [ 120.0366, 30.4018961 ], [ 120.0368267, 30.4018687 ], [ 120.0370987, 30.4018022 ], [ 120.0371123, 30.4017436 ], [ 120.0372755, 30.4016341 ], [ 120.0372619, 30.4015168 ], [ 120.0372438, 30.4013565 ], [ 120.0372166, 30.4011883 ], [ 120.0372937, 30.4010397 ], [ 120.037339, 30.4009811 ], [ 120.0374252, 30.4009928 ], [ 120.037466, 30.4010632 ], [ 120.0374252, 30.4011336 ], [ 120.0374252, 30.4012235 ], [ 120.0375022, 30.4012079 ], [ 120.0375566, 30.4011297 ], [ 120.0375748, 30.401028 ], [ 120.0375838, 30.4009029 ], [ 120.0376337, 30.4007895 ], [ 120.0377335, 30.4003007 ], [ 120.0377743, 30.4001912 ], [ 120.0378468, 30.400156 ], [ 120.0380236, 30.4001599 ], [ 120.0381687, 30.4001169 ], [ 120.0382412, 30.4001403 ], [ 120.038341, 30.4000504 ], [ 120.0384906, 30.3999448 ], [ 120.0387309, 30.3998862 ], [ 120.0389394, 30.3998549 ], [ 120.0391707, 30.3998588 ], [ 120.0394245, 30.3998979 ], [ 120.0395198, 30.3999526 ], [ 120.0395515, 30.4000035 ], [ 120.0394926, 30.4001364 ], [ 120.0394835, 30.4002029 ], [ 120.0396059, 30.4002381 ], [ 120.0397056, 30.4002772 ], [ 120.0399051, 30.4003124 ], [ 120.0400547, 30.4003358 ], [ 120.0402452, 30.4003202 ], [ 120.0404356, 30.4002576 ], [ 120.0405308, 30.4002694 ], [ 120.0406487, 30.4003202 ], [ 120.0408028, 30.4003476 ], [ 120.0411202, 30.400328 ], [ 120.041297, 30.4003046 ], [ 120.0414103, 30.4003319 ], [ 120.0414919, 30.4003906 ], [ 120.0414965, 30.4005001 ], [ 120.041501, 30.4006448 ], [ 120.0415418, 30.400985 ], [ 120.0415781, 30.4011375 ], [ 120.0416688, 30.4011805 ], [ 120.0417912, 30.4012391 ], [ 120.0419997, 30.4012548 ], [ 120.0423261, 30.4012274 ], [ 120.0425483, 30.4012352 ], [ 120.043319, 30.4012431 ], [ 120.0433145, 30.4011883 ], [ 120.0432329, 30.4011844 ], [ 120.0432284, 30.4011531 ], [ 120.0431604, 30.4011453 ], [ 120.0430153, 30.4011414 ], [ 120.042911, 30.4010788 ], [ 120.0428929, 30.4009889 ], [ 120.0428974, 30.4008442 ], [ 120.0428702, 30.4007347 ], [ 120.0429518, 30.4005666 ], [ 120.0429427, 30.4004727 ], [ 120.0428067, 30.400461 ], [ 120.0426798, 30.4004571 ], [ 120.0426208, 30.4004844 ], [ 120.0426254, 30.4005392 ], [ 120.0426072, 30.4006057 ], [ 120.0425574, 30.4007504 ], [ 120.0425211, 30.4009107 ], [ 120.0424848, 30.4010006 ], [ 120.0424848, 30.4010788 ], [ 120.0424123, 30.4011453 ], [ 120.0422808, 30.4011375 ], [ 120.0420496, 30.4011023 ], [ 120.0419861, 30.4010241 ], [ 120.041977, 30.4009146 ], [ 120.0420224, 30.4007543 ], [ 120.0421403, 30.4005783 ], [ 120.0420768, 30.4005118 ], [ 120.0420541, 30.4004688 ], [ 120.0420995, 30.4004219 ], [ 120.0421947, 30.4004532 ], [ 120.0422853, 30.400461 ], [ 120.0424123, 30.4004493 ], [ 120.0425166, 30.4004688 ], [ 120.0425619, 30.400328 ], [ 120.0425347, 30.4002342 ], [ 120.0425302, 30.400156 ], [ 120.0425755, 30.4001521 ], [ 120.0426254, 30.400199 ], [ 120.0426435, 30.4002694 ], [ 120.0426571, 30.4003358 ], [ 120.0427296, 30.4003632 ], [ 120.0429246, 30.4003554 ], [ 120.0428657, 30.4002772 ], [ 120.0428747, 30.4000973 ], [ 120.0429291, 30.3999135 ], [ 120.0430923, 30.3998079 ], [ 120.0433961, 30.3997884 ], [ 120.0439991, 30.3998314 ], [ 120.0440852, 30.3998549 ], [ 120.0441442, 30.3999135 ], [ 120.0441623, 30.4000895 ], [ 120.0441759, 30.4002146 ], [ 120.0442258, 30.4002811 ], [ 120.0443391, 30.4003358 ], [ 120.0445522, 30.4003671 ], [ 120.0447109, 30.4003984 ], [ 120.0448061, 30.4004884 ], [ 120.0448514, 30.4005627 ], [ 120.0448469, 30.4007543 ], [ 120.0448152, 30.4011179 ], [ 120.0447925, 30.4012196 ], [ 120.0446928, 30.4013017 ], [ 120.0449467, 30.4014034 ], [ 120.0451053, 30.401419 ], [ 120.0453864, 30.401419 ], [ 120.0454182, 30.4013017 ], [ 120.0454635, 30.4011609 ], [ 120.0454907, 30.400895 ], [ 120.0455134, 30.4008012 ], [ 120.0455587, 30.4007152 ], [ 120.0456766, 30.4006917 ], [ 120.0460348, 30.4006878 ], [ 120.0460393, 30.400547 ], [ 120.0459758, 30.4005314 ], [ 120.045867, 30.4005001 ], [ 120.0457854, 30.4004297 ], [ 120.0457854, 30.4002889 ], [ 120.045799, 30.4001481 ], [ 120.0457537, 30.4000699 ], [ 120.0457809, 30.39998 ], [ 120.0458307, 30.3998705 ], [ 120.0459849, 30.399847 ], [ 120.0460892, 30.3998705 ], [ 120.0461164, 30.3999487 ], [ 120.04613, 30.4000152 ], [ 120.0461708, 30.4000739 ], [ 120.0461708, 30.4001599 ], [ 120.0462116, 30.4002342 ], [ 120.0462705, 30.4002576 ], [ 120.0463294, 30.4002928 ], [ 120.0463022, 30.4003398 ], [ 120.0462342, 30.4003437 ], [ 120.0462206, 30.4003789 ], [ 120.0462206, 30.4004962 ], [ 120.0462433, 30.4005939 ], [ 120.0462433, 30.4006917 ], [ 120.0462886, 30.4007308 ], [ 120.0463521, 30.4007152 ], [ 120.0464201, 30.400723 ], [ 120.0464655, 30.4007699 ], [ 120.0465471, 30.4007816 ], [ 120.0465924, 30.400852 ], [ 120.0465652, 30.4009537 ], [ 120.0465244, 30.4010202 ], [ 120.0465561, 30.4010906 ], [ 120.0465561, 30.4011492 ], [ 120.0464609, 30.4012 ], [ 120.0461164, 30.4013252 ], [ 120.0459939, 30.401376 ], [ 120.0460302, 30.4014112 ], [ 120.0461526, 30.4014034 ], [ 120.0465425, 30.4014112 ], [ 120.0466831, 30.4014034 ], [ 120.0467692, 30.4013447 ], [ 120.0467738, 30.4012704 ], [ 120.0467647, 30.4011531 ], [ 120.046801, 30.4010788 ], [ 120.0470367, 30.4010241 ], [ 120.0470322, 30.4008598 ], [ 120.047073, 30.4007152 ], [ 120.0470775, 30.4001873 ], [ 120.0471002, 30.4000973 ], [ 120.0471727, 30.4000817 ], [ 120.047209, 30.400109 ], [ 120.0472271, 30.400199 ], [ 120.0472226, 30.400328 ], [ 120.0471999, 30.4006096 ], [ 120.0471909, 30.4007386 ], [ 120.0471999, 30.4008403 ], [ 120.0471773, 30.400942 ], [ 120.0471727, 30.4009928 ], [ 120.0471999, 30.4010358 ], [ 120.047277, 30.4010475 ], [ 120.0474311, 30.4010475 ], [ 120.0475173, 30.4010554 ], [ 120.0475808, 30.4010827 ], [ 120.0477032, 30.4010945 ], [ 120.047753, 30.4010632 ], [ 120.0478165, 30.4010554 ], [ 120.0479017, 30.4005724 ], [ 120.0478896, 30.4003676 ], [ 120.0478774, 30.3999581 ], [ 120.0479322, 30.3997954 ], [ 120.0480174, 30.3996904 ], [ 120.0481148, 30.3996274 ], [ 120.0488817, 30.3996431 ], [ 120.0488756, 30.3992441 ], [ 120.0489547, 30.3991759 ], [ 120.0489974, 30.3991076 ], [ 120.0490034, 30.3989816 ], [ 120.0490582, 30.3988924 ], [ 120.0490461, 30.3987244 ], [ 120.0490461, 30.3985774 ], [ 120.0490887, 30.3985196 ], [ 120.0490646, 30.3982895 ], [ 120.0485897, 30.3984549 ], [ 120.0484111, 30.3985263 ], [ 120.0482455, 30.3986014 ], [ 120.0481192, 30.3986728 ], [ 120.0480669, 30.398733 ], [ 120.0479318, 30.3988307 ], [ 120.047714, 30.3989246 ], [ 120.0475833, 30.3990035 ], [ 120.0471563, 30.3992704 ], [ 120.0470169, 30.3993643 ], [ 120.046908, 30.3993906 ], [ 120.0468252, 30.3994357 ], [ 120.0466945, 30.3994658 ], [ 120.0465463, 30.3994582 ], [ 120.0464287, 30.399477 ], [ 120.0464331, 30.3995409 ], [ 120.0462326, 30.399571 ], [ 120.0462065, 30.3995033 ], [ 120.0460235, 30.3995071 ], [ 120.0459364, 30.3995259 ], [ 120.0457098, 30.3995109 ], [ 120.04537, 30.399447 ], [ 120.0452306, 30.3993718 ], [ 120.0451739, 30.3993079 ], [ 120.0450389, 30.3993042 ], [ 120.0447905, 30.3993718 ], [ 120.0446032, 30.3994207 ], [ 120.0443287, 30.3994094 ], [ 120.0441196, 30.3994019 ], [ 120.0439279, 30.3994132 ], [ 120.0437144, 30.3994207 ], [ 120.0435749, 30.3993944 ], [ 120.0433963, 30.3993756 ], [ 120.0432482, 30.3993568 ], [ 120.0431785, 30.3992779 ], [ 120.0431915, 30.3991163 ], [ 120.0432918, 30.3986578 ], [ 120.0433092, 30.3985225 ], [ 120.0433397, 30.3983948 ], [ 120.0433789, 30.3983271 ], [ 120.0435052, 30.3983083 ], [ 120.0439322, 30.3983234 ], [ 120.0441544, 30.3983534 ], [ 120.0442895, 30.3983459 ], [ 120.0444245, 30.3982369 ], [ 120.044577, 30.3980979 ], [ 120.0446816, 30.3979664 ], [ 120.0447774, 30.3975379 ], [ 120.0447862, 30.3973425 ], [ 120.0447992, 30.3971434 ], [ 120.0448428, 30.3970269 ], [ 120.0449517, 30.396963 ], [ 120.0450563, 30.3969555 ], [ 120.0453133, 30.3969667 ], [ 120.0458131, 30.3969901 ], [ 120.0459891, 30.3969901 ], [ 120.0460771, 30.3969648 ], [ 120.0461232, 30.3969105 ], [ 120.046119, 30.3967262 ], [ 120.0461023, 30.3965852 ], [ 120.0461232, 30.396437 ], [ 120.0461735, 30.3962635 ], [ 120.0462489, 30.3960936 ], [ 120.0462741, 30.3959599 ], [ 120.046228, 30.395902 ], [ 120.0461526, 30.3959129 ], [ 120.0461232, 30.3959815 ], [ 120.0460394, 30.3964876 ], [ 120.0460101, 30.3965888 ], [ 120.0459682, 30.3966756 ], [ 120.0458215, 30.3967985 ], [ 120.0456916, 30.3968636 ], [ 120.045482, 30.3969142 ], [ 120.0452264, 30.3969142 ], [ 120.0450001, 30.3968997 ], [ 120.0449079, 30.3969069 ], [ 120.044778, 30.3969648 ], [ 120.0447025, 30.3970262 ], [ 120.0446816, 30.397319 ], [ 120.044669, 30.3974853 ], [ 120.0445978, 30.3976154 ], [ 120.0444427, 30.3977889 ], [ 120.0441996, 30.3980637 ], [ 120.0440739, 30.3981757 ], [ 120.0439985, 30.3982155 ], [ 120.0438853, 30.3982155 ], [ 120.043457, 30.3981759 ], [ 120.0433496, 30.3981798 ], [ 120.0433049, 30.3982338 ], [ 120.0432691, 30.3983148 ], [ 120.0432825, 30.3983959 ], [ 120.0432199, 30.3986158 ], [ 120.0431707, 30.3986467 ], [ 120.0431305, 30.3986968 ], [ 120.0431126, 30.3987971 ], [ 120.0431081, 30.3988936 ], [ 120.0430634, 30.3989553 ], [ 120.042956, 30.3990055 ], [ 120.0428039, 30.3990595 ], [ 120.042616, 30.3990363 ], [ 120.0424684, 30.3990595 ], [ 120.042294, 30.3992177 ], [ 120.0422179, 30.3992524 ], [ 120.0420882, 30.3992794 ], [ 120.0418869, 30.3992833 ], [ 120.0416588, 30.3992524 ], [ 120.0415067, 30.39921 ], [ 120.0413278, 30.3992138 ], [ 120.0412114, 30.3992292 ], [ 120.0410951, 30.3992331 ], [ 120.0409431, 30.3991752 ], [ 120.0408581, 30.3991714 ], [ 120.0407641, 30.3991367 ], [ 120.0407239, 30.3990479 ], [ 120.0407462, 30.3987778 ], [ 120.0406881, 30.3987431 ], [ 120.0406165, 30.3986814 ], [ 120.0406165, 30.3985888 ], [ 120.0406926, 30.3984807 ], [ 120.0407641, 30.3984036 ], [ 120.0408715, 30.3983496 ], [ 120.0408849, 30.3982415 ], [ 120.0408446, 30.398203 ], [ 120.0407597, 30.3981914 ], [ 120.0407239, 30.3981104 ], [ 120.0408268, 30.3979213 ], [ 120.0407865, 30.3978519 ], [ 120.0408268, 30.3976744 ], [ 120.0408938, 30.3975046 ], [ 120.0408268, 30.397412 ], [ 120.0408446, 30.3971535 ], [ 120.040867, 30.3970185 ], [ 120.0409833, 30.3969259 ], [ 120.0410549, 30.3968988 ], [ 120.0414127, 30.3969644 ], [ 120.0416632, 30.39703 ], [ 120.0416767, 30.396922 ], [ 120.0414575, 30.3968911 ], [ 120.0413814, 30.3968641 ], [ 120.0413278, 30.396787 ], [ 120.0413188, 30.396621 ], [ 120.0413546, 30.3963625 ], [ 120.0413367, 30.3963085 ], [ 120.0412607, 30.3962275 ], [ 120.041207, 30.3961426 ], [ 120.0411801, 30.3960191 ], [ 120.0412159, 30.3957143 ], [ 120.0411801, 30.3955137 ], [ 120.0412338, 30.3952089 ], [ 120.0412293, 30.3950507 ], [ 120.0412785, 30.394769 ], [ 120.0413859, 30.3946378 ], [ 120.0414038, 30.3945067 ], [ 120.0413546, 30.3944063 ], [ 120.0413188, 30.3942906 ], [ 120.0413505, 30.3939217 ], [ 120.041355, 30.3938143 ], [ 120.0413817, 30.3937337 ], [ 120.041444, 30.3936378 ], [ 120.0414395, 30.3935342 ], [ 120.0414351, 30.3934306 ], [ 120.0415018, 30.3933692 ], [ 120.0416486, 30.393304 ], [ 120.0417198, 30.3932311 ], [ 120.0417687, 30.3931773 ], [ 120.0419066, 30.392974 ], [ 120.0419956, 30.3927706 ], [ 120.0420578, 30.3926401 ], [ 120.0421468, 30.3926056 ], [ 120.042258, 30.3926171 ], [ 120.0423025, 30.3925327 ], [ 120.0422803, 30.3924713 ], [ 120.0422135, 30.3924444 ], [ 120.0421023, 30.3924521 ], [ 120.0419466, 30.3924943 ], [ 120.0418221, 30.3925557 ], [ 120.0417465, 30.3926133 ], [ 120.0416575, 30.3929279 ], [ 120.0416219, 30.393043 ], [ 120.041573, 30.3931159 ], [ 120.041467, 30.3931781 ], [ 120.0413646, 30.393279 ], [ 120.0413207, 30.3934052 ], [ 120.041328, 30.3935124 ], [ 120.0413134, 30.3936006 ], [ 120.0412549, 30.3936826 ], [ 120.0411745, 30.3937772 ], [ 120.0411745, 30.3938844 ], [ 120.0412038, 30.3940862 ], [ 120.041233, 30.3942502 ], [ 120.0412476, 30.3943447 ], [ 120.0412111, 30.3944456 ], [ 120.0410941, 30.3948177 ], [ 120.0410607, 30.3950023 ], [ 120.0410754, 30.3950829 ], [ 120.0410164, 30.3953502 ], [ 120.0408984, 30.3956132 ], [ 120.0408738, 30.3956598 ], [ 120.0408443, 30.3957107 ], [ 120.040741, 30.3957574 ], [ 120.0406033, 30.3957489 ], [ 120.0404705, 30.3957489 ], [ 120.0403673, 30.3958125 ], [ 120.0402493, 30.3958549 ], [ 120.0400968, 30.3958592 ], [ 120.039905, 30.3958507 ], [ 120.0397919, 30.3958846 ], [ 120.0397132, 30.3959355 ], [ 120.0396837, 30.3960204 ], [ 120.0396837, 30.3960925 ], [ 120.0396198, 30.3961434 ], [ 120.0394821, 30.3961094 ], [ 120.0393788, 30.3961179 ], [ 120.0392805, 30.3960882 ], [ 120.039187, 30.3960882 ], [ 120.039128, 30.3961179 ], [ 120.0391182, 30.3961985 ], [ 120.0391772, 30.3962749 ], [ 120.0391674, 30.3963427 ], [ 120.0390985, 30.3963767 ], [ 120.0388772, 30.3963724 ], [ 120.0385035, 30.396347 ], [ 120.0384986, 30.3964021 ], [ 120.0389903, 30.3964403 ], [ 120.0390985, 30.3964785 ], [ 120.039187, 30.3965294 ], [ 120.0394477, 30.3965718 ], [ 120.0395411, 30.396593 ], [ 120.039605, 30.3966863 ], [ 120.039669, 30.3967584 ], [ 120.0397673, 30.3968051 ], [ 120.0399689, 30.396822 ], [ 120.0402148, 30.396822 ], [ 120.0403427, 30.3968475 ], [ 120.0404066, 30.3969069 ], [ 120.0403919, 30.3970977 ], [ 120.0403869, 30.3975558 ], [ 120.0403476, 30.3978612 ], [ 120.0403083, 30.3980097 ], [ 120.0401657, 30.3981581 ], [ 120.0400968, 30.3982939 ], [ 120.0400673, 30.398472 ], [ 120.0400476, 30.3987138 ], [ 120.0399788, 30.3990574 ], [ 120.0399198, 30.3991379 ], [ 120.0398214, 30.3992058 ], [ 120.0395657, 30.3992652 ], [ 120.0393395, 30.3993288 ], [ 120.0389707, 30.39935 ], [ 120.0387051, 30.3993415 ], [ 120.038533, 30.399261 ], [ 120.0383609, 30.3991846 ], [ 120.0381543, 30.3991846 ], [ 120.0380462, 30.3991422 ], [ 120.037874, 30.3991549 ], [ 120.0376872, 30.3991846 ], [ 120.0375249, 30.399227 ], [ 120.0372888, 30.3992864 ], [ 120.0370725, 30.3992949 ], [ 120.0368561, 30.3992694 ], [ 120.0368514, 30.3993622 ], [ 120.0368512, 30.399367 ], [ 120.0369151, 30.3993755 ], [ 120.0369594, 30.3994136 ], [ 120.036979, 30.39949 ], [ 120.0370184, 30.3996003 ], [ 120.0370577, 30.3996469 ], [ 120.037102, 30.3997063 ], [ 120.037102, 30.3998081 ], [ 120.037038, 30.399982 ], [ 120.0369544, 30.4003129 ], [ 120.03692, 30.4004146 ], [ 120.0368413, 30.400491 ], [ 120.0366938, 30.4005546 ], [ 120.0364725, 30.4006013 ], [ 120.0363643, 30.4006691 ], [ 120.0363299, 30.4007582 ], [ 120.0362955, 30.4008303 ], [ 120.036266, 30.4008685 ], [ 120.0361529, 30.4008642 ], [ 120.0360791, 30.4008176 ], [ 120.035966, 30.4008006 ], [ 120.0358922, 30.4008346 ], [ 120.0358234, 30.4008346 ], [ 120.0357152, 30.4008388 ], [ 120.0356611, 30.4008812 ], [ 120.0356414, 30.4009576 ], [ 120.0356365, 30.4010509 ], [ 120.0356857, 30.401123 ], [ 120.0356267, 30.4011654 ], [ 120.0356218, 30.4012545 ], [ 120.035607, 30.4013223 ], [ 120.0356119, 30.4013817 ], [ 120.0356316, 30.4014496 ], [ 120.0356169, 30.4015386 ], [ 120.0355578, 30.401615 ], [ 120.0355185, 30.4016616 ], [ 120.0355578, 30.4017253 ], [ 120.0355578, 30.4017804 ], [ 120.0355037, 30.4018228 ], [ 120.0354546, 30.4018652 ], [ 120.0354201, 30.4019755 ], [ 120.0353857, 30.4020222 ], [ 120.0353021, 30.4020434 ], [ 120.0348497, 30.4020858 ], [ 120.0348694, 30.4023403 ] ], [ [ 120.0361984, 30.4010736 ], [ 120.036231, 30.4010539 ], [ 120.036231, 30.4010173 ], [ 120.0362669, 30.4009919 ], [ 120.0362898, 30.4010257 ], [ 120.0362963, 30.4010848 ], [ 120.0363192, 30.4011102 ], [ 120.0363061, 30.4011299 ], [ 120.0362375, 30.4011496 ], [ 120.0361788, 30.4011468 ], [ 120.036169, 30.4011017 ], [ 120.0361984, 30.4010736 ] ], [ [ 120.0462658, 30.4004926 ], [ 120.0463112, 30.4004857 ], [ 120.0463672, 30.4004972 ], [ 120.0463886, 30.4005294 ], [ 120.046394, 30.400564 ], [ 120.0463299, 30.4005801 ], [ 120.0462765, 30.4005709 ], [ 120.0462524, 30.4005248 ], [ 120.0462658, 30.4004926 ] ], [ [ 120.0478238, 30.3990926 ], [ 120.0479342, 30.3990008 ], [ 120.048017, 30.3989906 ], [ 120.0481195, 30.3990246 ], [ 120.0483956, 30.3991232 ], [ 120.0484389, 30.3991845 ], [ 120.0484113, 30.3992525 ], [ 120.0483758, 30.3992865 ], [ 120.0483206, 30.3993069 ], [ 120.048226, 30.3993035 ], [ 120.0481432, 30.3993409 ], [ 120.0480682, 30.3993375 ], [ 120.0479775, 30.3992933 ], [ 120.0479066, 30.3992423 ], [ 120.0478316, 30.3992015 ], [ 120.047808, 30.3991402 ], [ 120.0478238, 30.3990926 ] ] ], [ [ [ 120.0386915, 30.4018064 ], [ 120.0388788, 30.4018107 ], [ 120.0390662, 30.4018447 ], [ 120.0391599, 30.4019042 ], [ 120.0391993, 30.4019765 ], [ 120.0392782, 30.4019552 ], [ 120.0393176, 30.4018489 ], [ 120.0394212, 30.4018192 ], [ 120.0395839, 30.4018404 ], [ 120.0396924, 30.4019255 ], [ 120.0399142, 30.4019467 ], [ 120.0400424, 30.4019297 ], [ 120.0401903, 30.401934 ], [ 120.0403432, 30.4019085 ], [ 120.0404763, 30.4018277 ], [ 120.040639, 30.4017809 ], [ 120.040782, 30.4017596 ], [ 120.0412109, 30.4017639 ], [ 120.0415363, 30.4017852 ], [ 120.0416842, 30.4018319 ], [ 120.0417385, 30.4019212 ], [ 120.0417681, 30.4022061 ], [ 120.0417878, 30.4022912 ], [ 120.0418765, 30.4023635 ], [ 120.041911, 30.4024698 ], [ 120.041916, 30.4029163 ], [ 120.0418913, 30.4031672 ], [ 120.0419209, 30.4033756 ], [ 120.042059, 30.4037243 ], [ 120.0420935, 30.4037923 ], [ 120.0420787, 30.4038391 ], [ 120.041916, 30.4038518 ], [ 120.0417089, 30.4038348 ], [ 120.041063, 30.4037243 ], [ 120.0408855, 30.4037243 ], [ 120.0405207, 30.4036435 ], [ 120.0403974, 30.4035839 ], [ 120.0403136, 30.4034904 ], [ 120.040215, 30.4034564 ], [ 120.0401706, 30.4035329 ], [ 120.0402248, 30.4036222 ], [ 120.0403087, 30.4036775 ], [ 120.0404073, 30.4037498 ], [ 120.0405009, 30.4037753 ], [ 120.0406439, 30.4037838 ], [ 120.0409348, 30.403788 ], [ 120.0410088, 30.4038178 ], [ 120.0411123, 30.4037966 ], [ 120.04163, 30.4038859 ], [ 120.0418272, 30.4039326 ], [ 120.0419604, 30.4039581 ], [ 120.0420935, 30.4039709 ], [ 120.0421921, 30.4039539 ], [ 120.0423252, 30.4039624 ], [ 120.0424583, 30.4039794 ], [ 120.0426605, 30.4039879 ], [ 120.0427295, 30.4040262 ], [ 120.042838, 30.4040389 ], [ 120.0429218, 30.4039837 ], [ 120.0430697, 30.4039496 ], [ 120.0431239, 30.4039241 ], [ 120.0430796, 30.4038688 ], [ 120.0429514, 30.4039156 ], [ 120.0428626, 30.4039454 ], [ 120.0427541, 30.4039029 ], [ 120.0425767, 30.4039114 ], [ 120.0423794, 30.4039071 ], [ 120.0422512, 30.4038476 ], [ 120.042128, 30.4037158 ], [ 120.0419949, 30.4034181 ], [ 120.0419505, 30.4031842 ], [ 120.0419604, 30.4029121 ], [ 120.0419554, 30.402474 ], [ 120.0419751, 30.4022742 ], [ 120.0419012, 30.4022487 ], [ 120.0418765, 30.4022019 ], [ 120.041847, 30.401917 ], [ 120.0418223, 30.4018574 ], [ 120.0418617, 30.4014109 ], [ 120.041847, 30.4013684 ], [ 120.0417681, 30.4013684 ], [ 120.0417286, 30.4014535 ], [ 120.0417286, 30.401564 ], [ 120.0416596, 30.4016363 ], [ 120.0415166, 30.4016831 ], [ 120.041063, 30.4016576 ], [ 120.0408165, 30.4016746 ], [ 120.0406489, 30.4017256 ], [ 120.0405404, 30.4017384 ], [ 120.0401065, 30.4016746 ], [ 120.0400276, 30.4018022 ], [ 120.0399192, 30.4018574 ], [ 120.039717, 30.4018404 ], [ 120.0395691, 30.4017639 ], [ 120.0393916, 30.4017299 ], [ 120.0392831, 30.4017469 ], [ 120.0391747, 30.4017341 ], [ 120.0389577, 30.4017469 ], [ 120.0387753, 30.4017681 ], [ 120.0386422, 30.4017852 ], [ 120.0386915, 30.4018064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0272848, 30.3990281 ], [ 120.0274864, 30.3990281 ], [ 120.0275639, 30.3990683 ], [ 120.0275871, 30.399202 ], [ 120.0276879, 30.3992288 ], [ 120.0278353, 30.399095 ], [ 120.0279361, 30.3990616 ], [ 120.0280756, 30.3990482 ], [ 120.0283625, 30.3990482 ], [ 120.0294325, 30.3991753 ], [ 120.0296728, 30.3992087 ], [ 120.0309522, 30.3992087 ], [ 120.0311538, 30.3991686 ], [ 120.0320997, 30.3991485 ], [ 120.0323168, 30.3991686 ], [ 120.0322935, 30.3991084 ], [ 120.0310995, 30.399095 ], [ 120.0309134, 30.3991619 ], [ 120.0300838, 30.3991552 ], [ 120.0297271, 30.3991619 ], [ 120.0287734, 30.3990415 ], [ 120.0282307, 30.398968 ], [ 120.0280291, 30.3989546 ], [ 120.0277655, 30.3989746 ], [ 120.0275406, 30.3989546 ], [ 120.0272305, 30.398968 ], [ 120.0272848, 30.3990281 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0392595, 30.4001587 ], [ 120.0393682, 30.4001547 ], [ 120.0394297, 30.4000038 ], [ 120.0393871, 30.3999834 ], [ 120.0393493, 30.3999671 ], [ 120.0392737, 30.3999549 ], [ 120.0392122, 30.3999793 ], [ 120.0391602, 30.4000323 ], [ 120.0391555, 30.4001057 ], [ 120.0392595, 30.4001587 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.022031, 30.4003897 ], [ 120.0221457, 30.4004251 ], [ 120.0222195, 30.4004039 ], [ 120.0225308, 30.4001282 ], [ 120.0225718, 30.4000434 ], [ 120.0219327, 30.3997254 ], [ 120.0216459, 30.4001424 ], [ 120.022031, 30.4003897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0344177, 30.4006159 ], [ 120.0344378, 30.4006707 ], [ 120.0344945, 30.4007197 ], [ 120.0346048, 30.4007283 ], [ 120.0346783, 30.4007081 ], [ 120.0347217, 30.4007024 ], [ 120.0347451, 30.4006736 ], [ 120.0347618, 30.4005266 ], [ 120.0349322, 30.4005266 ], [ 120.0349589, 30.4004978 ], [ 120.0349656, 30.4004085 ], [ 120.0349222, 30.4003508 ], [ 120.034852, 30.4003163 ], [ 120.0347618, 30.4002817 ], [ 120.0347685, 30.4002125 ], [ 120.0347752, 30.4001117 ], [ 120.0347384, 30.4001203 ], [ 120.0346816, 30.4001232 ], [ 120.0345981, 30.4001232 ], [ 120.034558, 30.4000973 ], [ 120.0345179, 30.4001175 ], [ 120.0344879, 30.4001751 ], [ 120.0344645, 30.4002442 ], [ 120.0344578, 30.4002961 ], [ 120.0344845, 30.4003364 ], [ 120.0344845, 30.4003825 ], [ 120.0344745, 30.4004747 ], [ 120.0344511, 30.4005093 ], [ 120.0344177, 30.4005525 ], [ 120.0344177, 30.4006159 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0337963, 30.4011375 ], [ 120.0338331, 30.4011634 ], [ 120.0340369, 30.4011749 ], [ 120.0340736, 30.4010971 ], [ 120.0340636, 30.4010366 ], [ 120.0340101, 30.4010222 ], [ 120.0338064, 30.4010453 ], [ 120.033793, 30.4011086 ], [ 120.0337963, 30.4011375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0341839, 30.4011317 ], [ 120.0342774, 30.4011346 ], [ 120.0343476, 30.4011461 ], [ 120.0343943, 30.4011807 ], [ 120.034421, 30.4012527 ], [ 120.0344277, 30.4013103 ], [ 120.0344645, 30.4013363 ], [ 120.034558, 30.4013392 ], [ 120.0345914, 30.4013219 ], [ 120.0346282, 30.4012931 ], [ 120.0346415, 30.4012383 ], [ 120.0347017, 30.4011576 ], [ 120.0347251, 30.4011202 ], [ 120.0347785, 30.4010914 ], [ 120.0348052, 30.4010395 ], [ 120.0347919, 30.4009934 ], [ 120.0347785, 30.4009358 ], [ 120.0347551, 30.4008954 ], [ 120.0346883, 30.4008983 ], [ 120.0345781, 30.4008724 ], [ 120.0345413, 30.4008781 ], [ 120.0345447, 30.4009214 ], [ 120.0345647, 30.4009703 ], [ 120.0345647, 30.401002 ], [ 120.0345112, 30.4010453 ], [ 120.034411, 30.4010481 ], [ 120.0342874, 30.401051 ], [ 120.0341872, 30.401077 ], [ 120.0341672, 30.4011058 ], [ 120.0341839, 30.4011317 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0337496, 30.4013766 ], [ 120.0337596, 30.4014314 ], [ 120.0337596, 30.4014976 ], [ 120.0337629, 30.4015351 ], [ 120.033793, 30.4015466 ], [ 120.0338832, 30.4015351 ], [ 120.0338899, 30.4014458 ], [ 120.0339767, 30.4014285 ], [ 120.0340202, 30.4013968 ], [ 120.0340235, 30.40127 ], [ 120.0339834, 30.4012325 ], [ 120.0338531, 30.4012268 ], [ 120.0337763, 30.4012527 ], [ 120.0337496, 30.4012988 ], [ 120.0337496, 30.4013766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0532371, 30.3859351 ], [ 120.0532648, 30.3860428 ], [ 120.0534625, 30.3860727 ], [ 120.0536047, 30.3861086 ], [ 120.0536706, 30.385983 ], [ 120.0536949, 30.3859471 ], [ 120.053681, 30.3859142 ], [ 120.0536116, 30.3858902 ], [ 120.0535423, 30.3858843 ], [ 120.0534868, 30.3859052 ], [ 120.0534451, 30.3859202 ], [ 120.0533758, 30.3859142 ], [ 120.0533307, 30.3858902 ], [ 120.0533203, 30.3858514 ], [ 120.0532821, 30.3858334 ], [ 120.0532267, 30.3858454 ], [ 120.0532128, 30.3858992 ], [ 120.0532371, 30.3859351 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0527099, 30.3870092 ], [ 120.0527307, 30.3870241 ], [ 120.0527619, 30.3870331 ], [ 120.0528001, 30.3870152 ], [ 120.0528174, 30.3869942 ], [ 120.0528382, 30.3869344 ], [ 120.0528833, 30.3869045 ], [ 120.0529527, 30.3868596 ], [ 120.0530082, 30.3867818 ], [ 120.0530636, 30.3867609 ], [ 120.0531191, 30.386725 ], [ 120.0531053, 30.3866502 ], [ 120.0531261, 30.3865993 ], [ 120.053185, 30.3865724 ], [ 120.0532544, 30.3865634 ], [ 120.0532891, 30.3865784 ], [ 120.0533238, 30.3866382 ], [ 120.053355, 30.3866801 ], [ 120.0533827, 30.386695 ], [ 120.0534347, 30.3866891 ], [ 120.0534694, 30.3866591 ], [ 120.0534521, 30.3866023 ], [ 120.0535215, 30.3865335 ], [ 120.0537018, 30.3863809 ], [ 120.0537816, 30.3863689 ], [ 120.0538579, 30.3863749 ], [ 120.0539203, 30.3863719 ], [ 120.0539897, 30.386345 ], [ 120.0540035, 30.3863001 ], [ 120.0538856, 30.3858543 ], [ 120.0538371, 30.3858753 ], [ 120.0537954, 30.3859082 ], [ 120.0537712, 30.3859591 ], [ 120.0537434, 30.385995 ], [ 120.0536463, 30.3861565 ], [ 120.0536775, 30.3862253 ], [ 120.0536845, 30.3862612 ], [ 120.0536498, 30.3863061 ], [ 120.0536012, 30.386354 ], [ 120.0534521, 30.3864377 ], [ 120.0533931, 30.3864467 ], [ 120.053355, 30.3864348 ], [ 120.0533203, 30.386339 ], [ 120.0532856, 30.3863061 ], [ 120.053244, 30.3863181 ], [ 120.0532336, 30.38636 ], [ 120.0532336, 30.3864138 ], [ 120.0532267, 30.3864497 ], [ 120.0532093, 30.3864766 ], [ 120.0531226, 30.3864916 ], [ 120.0530602, 30.3864707 ], [ 120.0530324, 30.3864168 ], [ 120.0530116, 30.3863899 ], [ 120.0529873, 30.386354 ], [ 120.0529631, 30.3862493 ], [ 120.0529388, 30.3861924 ], [ 120.0529561, 30.3861416 ], [ 120.053022, 30.3860997 ], [ 120.0530151, 30.3860757 ], [ 120.0529665, 30.3860937 ], [ 120.0529249, 30.3861356 ], [ 120.0528972, 30.3861894 ], [ 120.0528972, 30.3862373 ], [ 120.0529492, 30.3862822 ], [ 120.0529596, 30.386354 ], [ 120.0529492, 30.3863899 ], [ 120.0530012, 30.3864647 ], [ 120.0530186, 30.3865096 ], [ 120.053022, 30.3865365 ], [ 120.0530047, 30.3865694 ], [ 120.0529596, 30.3865814 ], [ 120.0529076, 30.3865664 ], [ 120.052859, 30.3865514 ], [ 120.0527723, 30.3866442 ], [ 120.0528313, 30.3866891 ], [ 120.0528139, 30.386713 ], [ 120.0528625, 30.3867579 ], [ 120.0528625, 30.3867878 ], [ 120.0527064, 30.3869523 ], [ 120.0527099, 30.3870092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0523977, 30.3866591 ], [ 120.0524081, 30.386698 ], [ 120.0525538, 30.3865574 ], [ 120.052585, 30.3865544 ], [ 120.0526509, 30.3866023 ], [ 120.0526821, 30.3865784 ], [ 120.0527446, 30.3866143 ], [ 120.0527931, 30.3865604 ], [ 120.0526925, 30.3865066 ], [ 120.0526232, 30.3864946 ], [ 120.0525712, 30.3864946 ], [ 120.0525191, 30.3865155 ], [ 120.0524844, 30.3865335 ], [ 120.0524532, 30.3865724 ], [ 120.0524151, 30.3865903 ], [ 120.0523977, 30.3866173 ], [ 120.0523977, 30.3866591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0629666, 30.4382714 ], [ 120.0631647, 30.4383426 ], [ 120.0632637, 30.4384327 ], [ 120.0632967, 30.4385133 ], [ 120.0632527, 30.4390635 ], [ 120.0632307, 30.4391868 ], [ 120.0631977, 30.4392865 ], [ 120.0632252, 30.4393718 ], [ 120.0632747, 30.4394477 ], [ 120.0634288, 30.4395521 ], [ 120.0635278, 30.4396185 ], [ 120.0635608, 30.440254 ], [ 120.0636158, 30.440254 ], [ 120.0635993, 30.4397276 ], [ 120.0635773, 30.4395568 ], [ 120.0633957, 30.4394714 ], [ 120.0632912, 30.4393529 ], [ 120.0633132, 30.4391299 ], [ 120.0633242, 30.4388264 ], [ 120.0633462, 30.4385418 ], [ 120.0634068, 30.4384422 ], [ 120.0638028, 30.4384659 ], [ 120.0639514, 30.4384612 ], [ 120.0640889, 30.4384849 ], [ 120.064276, 30.4384659 ], [ 120.0641659, 30.4384422 ], [ 120.0640229, 30.43839 ], [ 120.0639184, 30.4383426 ], [ 120.0637753, 30.43839 ], [ 120.0635388, 30.4383853 ], [ 120.0633187, 30.4383568 ], [ 120.0632032, 30.4382335 ], [ 120.0632857, 30.4379584 ], [ 120.0632362, 30.4379536 ], [ 120.0631592, 30.4381623 ], [ 120.0631042, 30.4382525 ], [ 120.0626311, 30.4381718 ], [ 120.0626256, 30.4382193 ], [ 120.0629666, 30.4382714 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.062849, 30.4439079 ], [ 120.0630298, 30.4448983 ], [ 120.063041915986616, 30.445595953007626 ], [ 120.063521, 30.447606 ], [ 120.063329097976279, 30.44787626491906 ], [ 120.0636263, 30.4478421 ], [ 120.063648, 30.4474322 ], [ 120.0636713, 30.4460094 ], [ 120.0635488, 30.4445313 ], [ 120.0632456, 30.4432191 ], [ 120.0629773, 30.4425554 ], [ 120.0630182, 30.4424197 ], [ 120.0629482, 30.4423392 ], [ 120.0627616, 30.442304 ], [ 120.0620501, 30.4407354 ], [ 120.061776069672987, 30.440284962649983 ], [ 120.062403076103806, 30.44291563358717 ], [ 120.062849, 30.4439079 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0637353, 30.4515379 ], [ 120.0639122, 30.451411 ], [ 120.0640247, 30.4511779 ], [ 120.0641984, 30.4509123 ], [ 120.0642948, 30.4508757 ], [ 120.0643515, 30.4508105 ], [ 120.0643018, 30.4507317 ], [ 120.0644722, 30.4504754 ], [ 120.0646259, 30.4503932 ], [ 120.0648149, 30.450153 ], [ 120.0649558, 30.449746 ], [ 120.0649397, 30.4496545 ], [ 120.0649764, 30.4494543 ], [ 120.0650742, 30.449233 ], [ 120.0650804, 30.4491547 ], [ 120.0647445, 30.4490291 ], [ 120.0644018, 30.4489379 ], [ 120.0642796, 30.448959 ], [ 120.0642429, 30.4490749 ], [ 120.0642257, 30.4491714 ], [ 120.0643348, 30.4493817 ], [ 120.0644974, 30.4495628 ], [ 120.064571, 30.4497702 ], [ 120.0646059, 30.4500828 ], [ 120.064471, 30.4503624 ], [ 120.0641955, 30.4505498 ], [ 120.0636756, 30.4514384 ], [ 120.063654, 30.4515069 ], [ 120.0637353, 30.4515379 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0603554, 30.4536697 ], [ 120.0605266, 30.4538383 ], [ 120.0607466, 30.4539647 ], [ 120.06093, 30.4540174 ], [ 120.0611256, 30.4539015 ], [ 120.0612845, 30.453912 ], [ 120.0613823, 30.4537645 ], [ 120.0613212, 30.4535432 ], [ 120.0611256, 30.4534062 ], [ 120.0609055, 30.4532376 ], [ 120.0606855, 30.4532481 ], [ 120.0605266, 30.453343 ], [ 120.0605143, 30.4534589 ], [ 120.0603187, 30.4534273 ], [ 120.0602087, 30.4535221 ], [ 120.0603554, 30.4536697 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0606244, 30.4549237 ], [ 120.0608689, 30.4550396 ], [ 120.0610645, 30.4550186 ], [ 120.0611745, 30.4548816 ], [ 120.0612601, 30.4547024 ], [ 120.0613212, 30.454439 ], [ 120.0612112, 30.4544284 ], [ 120.0610767, 30.4546076 ], [ 120.0607955, 30.4547551 ], [ 120.0605632, 30.4547867 ], [ 120.0606244, 30.4549237 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0551709, 30.4731114 ], [ 120.0553651, 30.4712537 ], [ 120.055659, 30.4693728 ], [ 120.0558607, 30.467098 ], [ 120.0552835, 30.4639177 ], [ 120.0550475, 30.4625297 ], [ 120.0549713, 30.4613635 ], [ 120.055261, 30.4600161 ], [ 120.0556912, 30.4592179 ], [ 120.055964369437817, 30.458248368995019 ], [ 120.054705, 30.460022 ], [ 120.054734482546777, 30.466141010451707 ], [ 120.0548111, 30.4663072 ], [ 120.0548978, 30.4667936 ], [ 120.0550083, 30.4670934 ], [ 120.0550112, 30.4674597 ], [ 120.0549227, 30.4689979 ], [ 120.054751638409385, 30.469701656124172 ], [ 120.054769, 30.473305 ], [ 120.055223305657805, 30.47460980753856 ], [ 120.0551709, 30.4731114 ] ] ], [ [ [ 120.0600874, 30.4524746 ], [ 120.0603957, 30.4521634 ], [ 120.0607406, 30.4518627 ], [ 120.0612539, 30.4513326 ], [ 120.0619236, 30.4505428 ], [ 120.06282, 30.44913 ], [ 120.0634675, 30.4483905 ], [ 120.0636263, 30.4478421 ], [ 120.063329097976279, 30.44787626491906 ], [ 120.060021288800939, 30.452534812868361 ], [ 120.0600874, 30.4524746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0602917, 30.4728559 ], [ 120.0607606, 30.4726974 ], [ 120.0612386, 30.4725707 ], [ 120.0614593, 30.4725865 ], [ 120.0615696, 30.4727291 ], [ 120.0616064, 30.4729114 ], [ 120.0617719, 30.4728005 ], [ 120.0620477, 30.4727846 ], [ 120.0624339, 30.4727767 ], [ 120.0626913, 30.4728084 ], [ 120.0628108, 30.4729114 ], [ 120.062866, 30.473157 ], [ 120.06282, 30.4733393 ], [ 120.0628935, 30.4736642 ], [ 120.0631234, 30.4744724 ], [ 120.063151, 30.4747973 ], [ 120.0632245, 30.4750191 ], [ 120.0632153, 30.4752172 ], [ 120.0632797, 30.4755342 ], [ 120.0633073, 30.4757164 ], [ 120.0633716, 30.4764692 ], [ 120.0634268, 30.4766831 ], [ 120.0633808, 30.4769446 ], [ 120.0633992, 30.4771347 ], [ 120.0633257, 30.4772377 ], [ 120.0626545, 30.4772298 ], [ 120.0623051, 30.4770317 ], [ 120.0614869, 30.4771189 ], [ 120.0612386, 30.4771981 ], [ 120.0609812, 30.4771981 ], [ 120.0609261, 30.4769129 ], [ 120.0608617, 30.4771664 ], [ 120.0609077, 30.4772774 ], [ 120.0610456, 30.4773249 ], [ 120.0614409, 30.4772853 ], [ 120.0619558, 30.477111 ], [ 120.06225, 30.4771347 ], [ 120.0624063, 30.4772298 ], [ 120.0625718, 30.4773011 ], [ 120.0634452, 30.4773328 ], [ 120.0640428, 30.4773011 ], [ 120.064245, 30.4773249 ], [ 120.0643462, 30.4774358 ], [ 120.0644657, 30.477832 ], [ 120.0650541, 30.4790285 ], [ 120.0654586, 30.4797257 ], [ 120.0655874, 30.4799634 ], [ 120.0656057, 30.480114 ], [ 120.0655598, 30.4801773 ], [ 120.0652931, 30.480209 ], [ 120.0651093, 30.4802328 ], [ 120.0646864, 30.4802883 ], [ 120.064383, 30.4803834 ], [ 120.0639876, 30.4805181 ], [ 120.0636291, 30.4805497 ], [ 120.0633165, 30.4804943 ], [ 120.0631694, 30.480217 ], [ 120.0629947, 30.4801853 ], [ 120.0626913, 30.4802724 ], [ 120.0626545, 30.4803517 ], [ 120.06282, 30.480423 ], [ 120.0629947, 30.4804547 ], [ 120.0631602, 30.4806052 ], [ 120.0632797, 30.4807558 ], [ 120.0633992, 30.4809221 ], [ 120.0635555, 30.4810965 ], [ 120.0636291, 30.4812708 ], [ 120.063721, 30.4816115 ], [ 120.0638313, 30.4816035 ], [ 120.063767, 30.4812311 ], [ 120.0636291, 30.4809934 ], [ 120.0635095, 30.480835 ], [ 120.0636199, 30.4807241 ], [ 120.0639233, 30.4807082 ], [ 120.0648335, 30.4803517 ], [ 120.0650909, 30.4803437 ], [ 120.0652288, 30.4804071 ], [ 120.065477, 30.480423 ], [ 120.0656793, 30.4804547 ], [ 120.065808, 30.4805656 ], [ 120.0659109, 30.4808293 ], [ 120.0660151, 30.480813 ], [ 120.0658908, 30.4805577 ], [ 120.0659183, 30.4803675 ], [ 120.0658816, 30.480209 ], [ 120.065762, 30.4800664 ], [ 120.0655414, 30.4797099 ], [ 120.0646036, 30.4778479 ], [ 120.0644565, 30.4774358 ], [ 120.064383, 30.4772457 ], [ 120.064245, 30.477214 ], [ 120.0637394, 30.477214 ], [ 120.0635371, 30.477214 ], [ 120.063482, 30.4770951 ], [ 120.0635463, 30.4766593 ], [ 120.0635279, 30.476382 ], [ 120.0635279, 30.4760571 ], [ 120.0634728, 30.4752648 ], [ 120.0634084, 30.4749954 ], [ 120.0633532, 30.4746705 ], [ 120.0630223, 30.4736721 ], [ 120.0629763, 30.4734027 ], [ 120.0630774, 30.4732046 ], [ 120.0630866, 30.4729589 ], [ 120.0629763, 30.472642 ], [ 120.0629579, 30.4723409 ], [ 120.0629303, 30.4721111 ], [ 120.0629763, 30.4714692 ], [ 120.0629579, 30.4712077 ], [ 120.0628476, 30.4710334 ], [ 120.0628752, 30.4708274 ], [ 120.0630131, 30.4707957 ], [ 120.0633808, 30.4708353 ], [ 120.0636842, 30.4709225 ], [ 120.0637854, 30.4710809 ], [ 120.0639141, 30.4717624 ], [ 120.0639968, 30.4720714 ], [ 120.0641623, 30.4721903 ], [ 120.0644749, 30.4721903 ], [ 120.0648059, 30.4720873 ], [ 120.0653023, 30.4719288 ], [ 120.0656609, 30.4718892 ], [ 120.0660287, 30.471905 ], [ 120.0660103, 30.4716515 ], [ 120.065854, 30.4716832 ], [ 120.0656701, 30.4717703 ], [ 120.0654219, 30.4717624 ], [ 120.0651185, 30.4717466 ], [ 120.0645852, 30.4719764 ], [ 120.0643278, 30.4720714 ], [ 120.0641623, 30.4720556 ], [ 120.0640428, 30.4716832 ], [ 120.0638681, 30.4709066 ], [ 120.063767, 30.4707798 ], [ 120.06339, 30.4707402 ], [ 120.0629671, 30.4706768 ], [ 120.0629395, 30.4704866 ], [ 120.0631234, 30.470138 ], [ 120.063059, 30.4694644 ], [ 120.0629211, 30.469298 ], [ 120.0627281, 30.4692505 ], [ 120.0624155, 30.4691712 ], [ 120.0620753, 30.4689256 ], [ 120.0619466, 30.4688543 ], [ 120.0618454, 30.4685848 ], [ 120.0617351, 30.4684977 ], [ 120.0615145, 30.4684501 ], [ 120.0613766, 30.4683313 ], [ 120.0612938, 30.4679826 ], [ 120.0613674, 30.4675071 ], [ 120.0612603, 30.4665848 ], [ 120.0611546, 30.4665877 ], [ 120.0612295, 30.4674992 ], [ 120.0612203, 30.4681094 ], [ 120.0612662, 30.4683154 ], [ 120.0613949, 30.4685135 ], [ 120.0615696, 30.4685611 ], [ 120.0617443, 30.4686244 ], [ 120.061919, 30.4690207 ], [ 120.0621305, 30.4692822 ], [ 120.0626361, 30.4693376 ], [ 120.0628016, 30.4694169 ], [ 120.0629027, 30.4695595 ], [ 120.0629395, 30.469821 ], [ 120.0629211, 30.470241 ], [ 120.0627556, 30.4705421 ], [ 120.0626545, 30.4707561 ], [ 120.0627556, 30.4710651 ], [ 120.0627281, 30.471184 ], [ 120.0627648, 30.4714058 ], [ 120.0627005, 30.4720635 ], [ 120.0625993, 30.4723092 ], [ 120.0623787, 30.4724676 ], [ 120.0620293, 30.4725627 ], [ 120.0617259, 30.4725786 ], [ 120.0615329, 30.4724201 ], [ 120.0613857, 30.4724835 ], [ 120.0605951, 30.4726737 ], [ 120.0603928, 30.4726657 ], [ 120.060163, 30.472745 ], [ 120.0602917, 30.4728559 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0430598, 30.4010353 ], [ 120.0432063, 30.4010393 ], [ 120.0433056, 30.4010556 ], [ 120.0434143, 30.401076 ], [ 120.0434758, 30.4011209 ], [ 120.043471, 30.4011779 ], [ 120.0435561, 30.4012187 ], [ 120.043991, 30.4012228 ], [ 120.0440099, 30.4010842 ], [ 120.044043, 30.4009823 ], [ 120.0440761, 30.4009129 ], [ 120.0440335, 30.4008192 ], [ 120.0439863, 30.4007091 ], [ 120.0439863, 30.4006153 ], [ 120.0439674, 30.4005012 ], [ 120.0439154, 30.400436 ], [ 120.0438256, 30.4003666 ], [ 120.0436648, 30.4003707 ], [ 120.0433529, 30.4004033 ], [ 120.0432063, 30.4004033 ], [ 120.0431402, 30.4004319 ], [ 120.0431024, 30.4005297 ], [ 120.0430551, 30.4009659 ], [ 120.0430598, 30.4010353 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0421192, 30.4010312 ], [ 120.0421759, 30.401076 ], [ 120.0422752, 30.4010801 ], [ 120.0423555, 30.4009007 ], [ 120.042417, 30.4006969 ], [ 120.0424642, 30.4006316 ], [ 120.0424406, 30.4005746 ], [ 120.0423414, 30.4005583 ], [ 120.0422515, 30.4005746 ], [ 120.0422232, 30.4006235 ], [ 120.0421806, 30.4007213 ], [ 120.0421476, 30.4008396 ], [ 120.0421145, 30.4009578 ], [ 120.0421192, 30.4010312 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0442321, 30.4009659 ], [ 120.0443313, 30.4009986 ], [ 120.0443786, 30.4010434 ], [ 120.0443549, 30.401076 ], [ 120.0442604, 30.4010842 ], [ 120.0442273, 30.4011494 ], [ 120.0442651, 30.4012146 ], [ 120.0444731, 30.4012106 ], [ 120.0444873, 30.4011535 ], [ 120.0444731, 30.4010923 ], [ 120.044492, 30.4010475 ], [ 120.0445487, 30.4010189 ], [ 120.0446007, 30.4009537 ], [ 120.0446905, 30.4009333 ], [ 120.0447331, 30.4008559 ], [ 120.0447567, 30.4007213 ], [ 120.0447425, 30.4005746 ], [ 120.0446716, 30.4005053 ], [ 120.0445487, 30.4004808 ], [ 120.0443833, 30.4004604 ], [ 120.0443077, 30.4004686 ], [ 120.044251, 30.4005705 ], [ 120.0442462, 30.4006683 ], [ 120.044251, 30.4007662 ], [ 120.0442557, 30.4008436 ], [ 120.0442179, 30.4009089 ], [ 120.0442321, 30.4009659 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0455542, 30.4011771 ], [ 120.045595, 30.4012667 ], [ 120.0456358, 30.4012891 ], [ 120.0456358, 30.4013275 ], [ 120.0456321, 30.4014076 ], [ 120.0457991, 30.4014044 ], [ 120.0458288, 30.4013628 ], [ 120.0458251, 30.4012667 ], [ 120.0458474, 30.4010458 ], [ 120.0458548, 30.4009434 ], [ 120.0458362, 30.4008954 ], [ 120.0457806, 30.4008442 ], [ 120.0457138, 30.4008154 ], [ 120.0456432, 30.4008122 ], [ 120.0456024, 30.400889 ], [ 120.0456321, 30.4009402 ], [ 120.0455542, 30.4010426 ], [ 120.0455542, 30.4011771 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0454868, 30.4073375 ], [ 120.0454546, 30.4076661 ], [ 120.0453835, 30.4080225 ], [ 120.0453835, 30.4080782 ], [ 120.0454352, 30.4080893 ], [ 120.0454933, 30.4080504 ], [ 120.0455579, 30.407939 ], [ 120.0455901, 30.4078777 ], [ 120.0456353, 30.4078109 ], [ 120.0457451, 30.4077385 ], [ 120.0458291, 30.4076216 ], [ 120.0458678, 30.4074823 ], [ 120.0459001, 30.4073821 ], [ 120.0459582, 30.4073375 ], [ 120.0462359, 30.4074155 ], [ 120.0462359, 30.4073654 ], [ 120.0460034, 30.4072986 ], [ 120.0460292, 30.4071482 ], [ 120.0461196, 30.4071036 ], [ 120.0461584, 30.4070424 ], [ 120.0460357, 30.4070145 ], [ 120.0460486, 30.4068308 ], [ 120.0460809, 30.4066804 ], [ 120.0461648, 30.4065579 ], [ 120.0462681, 30.4064187 ], [ 120.0464296, 30.4063184 ], [ 120.0465716, 30.4062961 ], [ 120.0466943, 30.406324 ], [ 120.046817, 30.4063908 ], [ 120.0468622, 30.4064855 ], [ 120.0468751, 30.4065635 ], [ 120.0468041, 30.4072429 ], [ 120.0467783, 30.407332 ], [ 120.0467201, 30.4073932 ], [ 120.0465781, 30.4073932 ], [ 120.0464231, 30.4073932 ], [ 120.0464425, 30.4074489 ], [ 120.0466491, 30.4074712 ], [ 120.0468364, 30.4074545 ], [ 120.0468945, 30.4073598 ], [ 120.0469526, 30.4069087 ], [ 120.0469268, 30.4065913 ], [ 120.0469849, 30.4058952 ], [ 120.0470236, 30.4058172 ], [ 120.0471076, 30.4057225 ], [ 120.0472884, 30.4055945 ], [ 120.0473013, 30.4055165 ], [ 120.0473529, 30.4054608 ], [ 120.0473271, 30.4054107 ], [ 120.0472432, 30.4054218 ], [ 120.047114, 30.4055276 ], [ 120.0468557, 30.4057281 ], [ 120.0467524, 30.4058673 ], [ 120.0466814, 30.4059342 ], [ 120.0465264, 30.4060344 ], [ 120.0461777, 30.4063463 ], [ 120.0460809, 30.4064075 ], [ 120.0459582, 30.4064576 ], [ 120.0458226, 30.4064911 ], [ 120.0457774, 30.4065579 ], [ 120.0457839, 30.4066804 ], [ 120.0459001, 30.4067194 ], [ 120.0458613, 30.4068698 ], [ 120.0454094, 30.4068141 ], [ 120.0453835, 30.4070647 ], [ 120.0452415, 30.4070424 ], [ 120.0452156, 30.407332 ], [ 120.0454868, 30.4073375 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0457446, 30.4290649 ], [ 120.0482472, 30.4296694 ], [ 120.0515123, 30.4305529 ], [ 120.0529987, 30.4307772 ], [ 120.0547158, 30.4307083 ], [ 120.0547204, 30.4304538 ], [ 120.053726, 30.4302745 ], [ 120.0540507, 30.4292401 ], [ 120.0518204, 30.4290124 ], [ 120.0516716, 30.4300561 ], [ 120.0505787, 30.4298289 ], [ 120.0491549, 30.42936 ], [ 120.0479967, 30.4288135 ], [ 120.0463058, 30.4282206 ], [ 120.0455083, 30.4282206 ], [ 120.0440408, 30.4282994 ], [ 120.0437732, 30.4287514 ], [ 120.0457446, 30.4290649 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.043172784316752, 30.429863348839895 ], [ 120.043374710863134, 30.429893207806618 ], [ 120.0449908, 30.429907 ], [ 120.046726, 30.4301396 ], [ 120.0483534, 30.4305893 ], [ 120.04857922061916, 30.430662800940336 ], [ 120.056575884953759, 30.431845271192682 ], [ 120.0572545, 30.4319072 ], [ 120.0583874, 30.4319537 ], [ 120.05908975516887, 30.432216998280783 ], [ 120.059881, 30.432334 ], [ 120.060188483921578, 30.433624080892944 ], [ 120.060271, 30.4335016 ], [ 120.0604313, 30.4328685 ], [ 120.0605003, 30.4326333 ], [ 120.0605935, 30.4324417 ], [ 120.0605722, 30.4321863 ], [ 120.0601946, 30.4320157 ], [ 120.0599698, 30.4318684 ], [ 120.0591606, 30.4314498 ], [ 120.0579469, 30.431287 ], [ 120.0548989, 30.4311552 ], [ 120.0529388, 30.431194 ], [ 120.0516981, 30.4309769 ], [ 120.0503944, 30.4306823 ], [ 120.0472295, 30.429659 ], [ 120.0452695, 30.4292248 ], [ 120.0431296, 30.4291938 ], [ 120.043172784316752, 30.429863348839895 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0675281, 30.4364494 ], [ 120.0675682, 30.4363902 ], [ 120.0675911, 30.4361976 ], [ 120.0675625, 30.436163 ], [ 120.0671386, 30.4361284 ], [ 120.0669782, 30.4361383 ], [ 120.0668636, 30.4364247 ], [ 120.0668522, 30.436563 ], [ 120.0675281, 30.4364494 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0635883, 30.4347046 ], [ 120.0638909, 30.4347473 ], [ 120.0641109, 30.43479 ], [ 120.0644135, 30.4348753 ], [ 120.0646776, 30.434899 ], [ 120.0648096, 30.4349655 ], [ 120.0650516, 30.4350319 ], [ 120.0652992, 30.4350983 ], [ 120.0654422, 30.4351457 ], [ 120.0656733, 30.4352548 ], [ 120.0660529, 30.4354303 ], [ 120.066372, 30.435492 ], [ 120.066603, 30.4355346 ], [ 120.066746, 30.4355821 ], [ 120.066757, 30.4356627 ], [ 120.0667075, 30.4358762 ], [ 120.066559, 30.4366777 ], [ 120.066504, 30.4370145 ], [ 120.066504, 30.4372137 ], [ 120.066471, 30.4372991 ], [ 120.0663609, 30.4374509 ], [ 120.0661464, 30.4378778 ], [ 120.0661244, 30.438224 ], [ 120.0660694, 30.4384659 ], [ 120.0660529, 30.4385655 ], [ 120.0659539, 30.4386461 ], [ 120.0657833, 30.4386461 ], [ 120.0654752, 30.4385418 ], [ 120.0653377, 30.438556 ], [ 120.0652222, 30.4385987 ], [ 120.0649911, 30.4385987 ], [ 120.0648646, 30.438537 ], [ 120.0647271, 30.4385133 ], [ 120.0645455, 30.4385703 ], [ 120.064606, 30.4386224 ], [ 120.0649911, 30.4386841 ], [ 120.0652497, 30.4386651 ], [ 120.0654037, 30.4386888 ], [ 120.0654807, 30.4387884 ], [ 120.0656733, 30.4388311 ], [ 120.0659429, 30.4388501 ], [ 120.0661684, 30.4387315 ], [ 120.0663554, 30.4379774 ], [ 120.0665425, 30.4373323 ], [ 120.066636, 30.4371473 ], [ 120.0668506, 30.4371426 ], [ 120.0672192, 30.4371046 ], [ 120.0675382, 30.4371331 ], [ 120.0679398, 30.4372137 ], [ 120.0680967, 30.4372648 ], [ 120.0681023, 30.4372485 ], [ 120.0681068, 30.4372355 ], [ 120.0679618, 30.4371758 ], [ 120.0675327, 30.4370951 ], [ 120.0671696, 30.4370667 ], [ 120.0670156, 30.4370193 ], [ 120.0668066, 30.4370335 ], [ 120.066691, 30.4369766 ], [ 120.0666855, 30.4368532 ], [ 120.0667075, 30.4366825 ], [ 120.0667185, 30.4364596 ], [ 120.0667515, 30.436303 ], [ 120.0669331, 30.4356959 ], [ 120.0669276, 30.4355441 ], [ 120.0668066, 30.4354398 ], [ 120.0665535, 30.4353686 ], [ 120.0663114, 30.4354255 ], [ 120.0659924, 30.4353402 ], [ 120.0655633, 30.4351315 ], [ 120.0654037, 30.4350745 ], [ 120.0648316, 30.4349228 ], [ 120.0646776, 30.4348421 ], [ 120.0645235, 30.4347805 ], [ 120.0644135, 30.4347994 ], [ 120.0635883, 30.4346477 ], [ 120.0635883, 30.4347046 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.067995, 30.4371211 ], [ 120.0681353, 30.436405 ], [ 120.0680093, 30.4364247 ], [ 120.067889, 30.4364642 ], [ 120.0676484, 30.4364939 ], [ 120.0675568, 30.4370371 ], [ 120.067995, 30.4371211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0671902, 30.4370124 ], [ 120.0672474, 30.4370322 ], [ 120.067425, 30.437047 ], [ 120.0674766, 30.4370174 ], [ 120.0675682, 30.4365334 ], [ 120.0675109, 30.4365235 ], [ 120.0674136, 30.4365383 ], [ 120.066961, 30.4366223 ], [ 120.0668178, 30.4366272 ], [ 120.0667491, 30.4368445 ], [ 120.0667434, 30.4369334 ], [ 120.0671902, 30.4370124 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678203, 30.4375903 ], [ 120.0679348, 30.4372742 ], [ 120.0678661, 30.4372594 ], [ 120.0672016, 30.4372051 ], [ 120.0671558, 30.4374471 ], [ 120.0678203, 30.4375903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0635588, 30.4424271 ], [ 120.063637, 30.4424625 ], [ 120.0637685, 30.4424377 ], [ 120.0639699, 30.44242 ], [ 120.0643399, 30.4424022 ], [ 120.0648702, 30.4423987 ], [ 120.0653841, 30.4423207 ], [ 120.066009, 30.4422002 ], [ 120.0662392, 30.4421329 ], [ 120.0665393, 30.441984 ], [ 120.0670572, 30.4416721 ], [ 120.0679863, 30.4413567 ], [ 120.0682905, 30.4412787 ], [ 120.0685372, 30.4412291 ], [ 120.0690798, 30.4412468 ], [ 120.0695937, 30.4413709 ], [ 120.0700377, 30.4415268 ], [ 120.0702062, 30.4415871 ], [ 120.0703542, 30.4416721 ], [ 120.0705762, 30.441704 ], [ 120.0708969, 30.4417643 ], [ 120.0711476, 30.4418316 ], [ 120.0712257, 30.4418777 ], [ 120.0714971, 30.4417643 ], [ 120.0717232, 30.4416934 ], [ 120.0718588, 30.4416934 ], [ 120.0719821, 30.4417962 ], [ 120.0723398, 30.4419628 ], [ 120.0726728, 30.4420939 ], [ 120.072755, 30.4421435 ], [ 120.0728865, 30.4422463 ], [ 120.0730674, 30.4424129 ], [ 120.0732771, 30.4426078 ], [ 120.0734867, 30.4427212 ], [ 120.0737211, 30.4427779 ], [ 120.0739554, 30.4428346 ], [ 120.0742432, 30.4428488 ], [ 120.0744487, 30.4428594 ], [ 120.074868, 30.4429197 ], [ 120.0755033, 30.4430461 ], [ 120.075525, 30.4429106 ], [ 120.0750827, 30.4428558 ], [ 120.07444, 30.4426948 ], [ 120.0741925, 30.4426948 ], [ 120.0736931, 30.4426349 ], [ 120.0734804, 30.4425825 ], [ 120.0732763, 30.4424515 ], [ 120.0730722, 30.4422755 ], [ 120.0727692, 30.4417551 ], [ 120.0727118, 30.441699 ], [ 120.0725466, 30.4415678 ], [ 120.0723731, 30.4414444 ], [ 120.0720083, 30.4412797 ], [ 120.0719081, 30.4414134 ], [ 120.0717519, 30.4415304 ], [ 120.0714971, 30.4416261 ], [ 120.0711353, 30.4417111 ], [ 120.0706173, 30.4416048 ], [ 120.0702926, 30.4415268 ], [ 120.0700582, 30.4413851 ], [ 120.0694375, 30.4411618 ], [ 120.0692237, 30.4410838 ], [ 120.0690593, 30.4410625 ], [ 120.0688414, 30.4410873 ], [ 120.0686482, 30.4410767 ], [ 120.0684015, 30.4411192 ], [ 120.0678794, 30.4411972 ], [ 120.067678, 30.4412504 ], [ 120.0674889, 30.4413071 ], [ 120.0672135, 30.4414524 ], [ 120.0670244, 30.4415268 ], [ 120.0667859, 30.441619 ], [ 120.0665269, 30.4417359 ], [ 120.0662474, 30.4419238 ], [ 120.0660131, 30.442023 ], [ 120.0657911, 30.442101 ], [ 120.0654129, 30.4422215 ], [ 120.064899, 30.4422995 ], [ 120.064307, 30.4422924 ], [ 120.0638877, 30.442218 ], [ 120.0637438, 30.4422038 ], [ 120.0635958, 30.4422286 ], [ 120.0635465, 30.4422569 ], [ 120.0635136, 30.442342 ], [ 120.0635588, 30.4424271 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0709791, 30.472114 ], [ 120.0711813, 30.4720823 ], [ 120.0710894, 30.4716545 ], [ 120.0708596, 30.471702 ], [ 120.0709791, 30.472114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0663413, 30.4738306 ], [ 120.0663872, 30.4739573 ], [ 120.0663504, 30.4740762 ], [ 120.0665711, 30.4740524 ], [ 120.0665159, 30.4738147 ], [ 120.06647, 30.47368 ], [ 120.0663872, 30.4734978 ], [ 120.0663137, 30.4735453 ], [ 120.0663045, 30.4737038 ], [ 120.0663413, 30.4738306 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0687317, 30.4746943 ], [ 120.0690718, 30.474615 ], [ 120.0691086, 30.4741951 ], [ 120.0693293, 30.474092 ], [ 120.0695591, 30.4740366 ], [ 120.0695591, 30.4737989 ], [ 120.0694764, 30.4737592 ], [ 120.0689799, 30.4738543 ], [ 120.0690167, 30.4741713 ], [ 120.0689431, 30.4742981 ], [ 120.0687225, 30.4743535 ], [ 120.0687317, 30.4746943 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0673066, 30.4749954 ], [ 120.0675824, 30.4750587 ], [ 120.0677111, 30.4751142 ], [ 120.0678215, 30.4752965 ], [ 120.0684191, 30.4752331 ], [ 120.0684926, 30.4751776 ], [ 120.0684558, 30.4750984 ], [ 120.0682995, 30.4751063 ], [ 120.0680053, 30.475138 ], [ 120.067849, 30.4750587 ], [ 120.0677019, 30.4749478 ], [ 120.0673802, 30.4748686 ], [ 120.0672514, 30.4749082 ], [ 120.0673066, 30.4749954 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0610548, 30.4757402 ], [ 120.0617075, 30.4756293 ], [ 120.0616708, 30.4754391 ], [ 120.0610088, 30.4755579 ], [ 120.0610548, 30.4757402 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0619282, 30.475962 ], [ 120.0630774, 30.4758036 ], [ 120.0630498, 30.4756134 ], [ 120.0618914, 30.4757719 ], [ 120.0619282, 30.475962 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0602089, 30.4761998 ], [ 120.0605215, 30.4761047 ], [ 120.0610824, 30.4760334 ], [ 120.0609077, 30.4755817 ], [ 120.0601354, 30.47597 ], [ 120.0602089, 30.4761998 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0611927, 30.4760334 ], [ 120.0617995, 30.47597 ], [ 120.0617535, 30.4757719 ], [ 120.0611375, 30.475867 ], [ 120.0611927, 30.4760334 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0627373, 30.4761047 ], [ 120.0627556, 30.4762552 ], [ 120.063151, 30.4761998 ], [ 120.0630682, 30.4758987 ], [ 120.0626913, 30.4759541 ], [ 120.0627373, 30.4761047 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0620201, 30.4763662 ], [ 120.0626637, 30.4762711 ], [ 120.0626361, 30.4761284 ], [ 120.0625626, 30.47597 ], [ 120.0619558, 30.4760571 ], [ 120.0620201, 30.4763662 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.061064, 30.4766118 ], [ 120.061873, 30.4764771 ], [ 120.0618179, 30.4761047 ], [ 120.0614317, 30.4761601 ], [ 120.0614225, 30.4762869 ], [ 120.0609904, 30.4763662 ], [ 120.061064, 30.4766118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0591792, 30.4767386 ], [ 120.0596297, 30.4766752 ], [ 120.0595378, 30.4762631 ], [ 120.0591792, 30.4764216 ], [ 120.0591792, 30.4767386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.059832, 30.4771427 ], [ 120.0603101, 30.4770317 ], [ 120.0599883, 30.4760571 ], [ 120.0596297, 30.4762315 ], [ 120.059832, 30.4771427 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0611283, 30.477103 ], [ 120.061965, 30.4769367 ], [ 120.0618914, 30.4765801 ], [ 120.0610732, 30.4767227 ], [ 120.061064, 30.4769525 ], [ 120.0611283, 30.477103 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0658908, 30.4752568 ], [ 120.0661298, 30.4752568 ], [ 120.0661574, 30.4751776 ], [ 120.0660746, 30.4751301 ], [ 120.0659367, 30.4751142 ], [ 120.0658448, 30.4751697 ], [ 120.0658908, 30.4752568 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.065569, 30.4752727 ], [ 120.0655414, 30.4751855 ], [ 120.0652564, 30.4752172 ], [ 120.065238, 30.4752965 ], [ 120.065569, 30.4752727 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0653023, 30.4755421 ], [ 120.0653667, 30.476176 ], [ 120.0654127, 30.4765088 ], [ 120.0655138, 30.476485 ], [ 120.0654311, 30.4757006 ], [ 120.0654954, 30.4756689 ], [ 120.0654494, 30.4753757 ], [ 120.0652931, 30.4753757 ], [ 120.0653023, 30.4755421 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0684375, 30.4765642 ], [ 120.0687317, 30.4765088 ], [ 120.0688052, 30.4763978 ], [ 120.0686673, 30.4759145 ], [ 120.0683087, 30.47597 ], [ 120.0684375, 30.4765642 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0659643, 30.4767227 ], [ 120.0661206, 30.4766356 ], [ 120.066047, 30.4763107 ], [ 120.0659367, 30.476279 ], [ 120.065854, 30.4763345 ], [ 120.0658448, 30.4766435 ], [ 120.0659643, 30.4767227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.070028, 30.4764058 ], [ 120.0700832, 30.4765484 ], [ 120.0701199, 30.4767782 ], [ 120.0701751, 30.4770555 ], [ 120.0702854, 30.4771664 ], [ 120.0704049, 30.4773091 ], [ 120.0704417, 30.4774675 ], [ 120.0705153, 30.4777132 ], [ 120.070598, 30.4776894 ], [ 120.070552, 30.4773011 ], [ 120.0705337, 30.4770714 ], [ 120.070267, 30.4763899 ], [ 120.0702395, 30.4762156 ], [ 120.0705061, 30.4759937 ], [ 120.070552, 30.4757956 ], [ 120.0704509, 30.4758194 ], [ 120.070267, 30.4758353 ], [ 120.0701015, 30.4758907 ], [ 120.0700004, 30.4759779 ], [ 120.070028, 30.4764058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0680697, 30.477111 ], [ 120.0688696, 30.476897 ], [ 120.0688328, 30.4766435 ], [ 120.0679961, 30.4768812 ], [ 120.0680697, 30.477111 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0698349, 30.4780697 ], [ 120.0701751, 30.4779746 ], [ 120.070074, 30.4777449 ], [ 120.0697798, 30.4777845 ], [ 120.0698349, 30.4780697 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0698533, 30.4782837 ], [ 120.0701659, 30.4782282 ], [ 120.0701291, 30.4780856 ], [ 120.0698257, 30.4781569 ], [ 120.0698533, 30.4782837 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0700648, 30.4796069 ], [ 120.0710025, 30.4795989 ], [ 120.0709842, 30.4793058 ], [ 120.0700464, 30.4793137 ], [ 120.0700648, 30.4796069 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.058839, 30.4774121 ], [ 120.0597584, 30.4771664 ], [ 120.0596573, 30.4767465 ], [ 120.0591241, 30.4768416 ], [ 120.058931, 30.4768099 ], [ 120.0586552, 30.4768574 ], [ 120.058839, 30.4774121 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0582231, 30.4772536 ], [ 120.0583334, 30.4775309 ], [ 120.0587195, 30.4774358 ], [ 120.0585265, 30.4768495 ], [ 120.0583334, 30.476905 ], [ 120.0582231, 30.477008 ], [ 120.0582231, 30.4772536 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0575151, 30.4777528 ], [ 120.058269, 30.4775626 ], [ 120.0581403, 30.4772219 ], [ 120.0581219, 30.4769763 ], [ 120.0582322, 30.4768653 ], [ 120.0581495, 30.4767148 ], [ 120.0577542, 30.4768812 ], [ 120.0577542, 30.4771189 ], [ 120.0572945, 30.4773328 ], [ 120.0572761, 30.4774438 ], [ 120.0575151, 30.4777528 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0591424, 30.4781014 ], [ 120.0605215, 30.4777369 ], [ 120.0603376, 30.4771189 ], [ 120.0589218, 30.4775151 ], [ 120.0591424, 30.4781014 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0613857, 30.4778637 ], [ 120.061542, 30.4778875 ], [ 120.0614133, 30.4773962 ], [ 120.0612754, 30.4773883 ], [ 120.0613857, 30.4778637 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.05803, 30.4784263 ], [ 120.0589861, 30.4781648 ], [ 120.0587287, 30.4775547 ], [ 120.0576438, 30.477832 ], [ 120.0575887, 30.4778954 ], [ 120.05803, 30.4784263 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0627373, 30.4782995 ], [ 120.0632429, 30.4782837 ], [ 120.0632429, 30.4779113 ], [ 120.0627097, 30.4779905 ], [ 120.0627373, 30.4782995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0616708, 30.4784659 ], [ 120.0618546, 30.4783708 ], [ 120.0618179, 30.4781331 ], [ 120.0615329, 30.4780618 ], [ 120.0616708, 30.4784659 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.061064, 30.4785847 ], [ 120.0614041, 30.478561 ], [ 120.0612203, 30.4780539 ], [ 120.0609077, 30.4781331 ], [ 120.061064, 30.4785847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0599423, 30.4787591 ], [ 120.060733, 30.4785689 ], [ 120.0605583, 30.477935 ], [ 120.0597676, 30.4781886 ], [ 120.0599423, 30.4787591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.059262, 30.4789571 ], [ 120.0598504, 30.4787987 ], [ 120.0596665, 30.4782044 ], [ 120.0589678, 30.4783867 ], [ 120.059262, 30.4789571 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0586736, 30.4790839 ], [ 120.0591424, 30.4789809 ], [ 120.058839, 30.4784263 ], [ 120.0582231, 30.4785847 ], [ 120.0586736, 30.4790839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0617075, 30.4793612 ], [ 120.0621396, 30.4793058 ], [ 120.0619925, 30.4787749 ], [ 120.0619834, 30.4785927 ], [ 120.0616248, 30.4786085 ], [ 120.0617075, 30.4793612 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0604664, 30.4795435 ], [ 120.0610364, 30.4794246 ], [ 120.0608157, 30.4786957 ], [ 120.0602641, 30.4788462 ], [ 120.0604664, 30.4795435 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0598871, 30.4796703 ], [ 120.0603744, 30.4795673 ], [ 120.0601538, 30.47887 ], [ 120.0596205, 30.4790205 ], [ 120.0598871, 30.4796703 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0595194, 30.4797495 ], [ 120.0597768, 30.479694 ], [ 120.0594734, 30.4790443 ], [ 120.0591976, 30.4791235 ], [ 120.0595194, 30.4797495 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0591792, 30.4798366 ], [ 120.0593907, 30.4797891 ], [ 120.0590505, 30.4791473 ], [ 120.0587747, 30.4792186 ], [ 120.0591792, 30.4798366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0600802, 30.4802011 ], [ 120.0604664, 30.4800981 ], [ 120.0602917, 30.479694 ], [ 120.059878, 30.4797891 ], [ 120.0600802, 30.4802011 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0605767, 30.4800189 ], [ 120.0607973, 30.4803913 ], [ 120.0613857, 30.4802645 ], [ 120.0612478, 30.4799872 ], [ 120.060972, 30.4795197 ], [ 120.0604296, 30.4796623 ], [ 120.0605767, 30.4800189 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0596573, 30.4806765 ], [ 120.0601446, 30.4805577 ], [ 120.05974, 30.4798129 ], [ 120.0592252, 30.4799476 ], [ 120.0596573, 30.4806765 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0736044, 30.4810251 ], [ 120.0735768, 30.4803279 ], [ 120.0729792, 30.4802962 ], [ 120.07297, 30.4810014 ], [ 120.0736044, 30.4810251 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.069366, 30.4811678 ], [ 120.0699728, 30.4811123 ], [ 120.0698993, 30.4802249 ], [ 120.0692649, 30.480209 ], [ 120.069366, 30.4811678 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701935, 30.4808746 ], [ 120.0720966, 30.4809855 ], [ 120.072069, 30.4806686 ], [ 120.0701567, 30.4805894 ], [ 120.0701935, 30.4808746 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0684099, 30.4812232 ], [ 120.0691822, 30.4811598 ], [ 120.069127, 30.4806369 ], [ 120.0683915, 30.4806844 ], [ 120.0684099, 30.4812232 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0702303, 30.4813025 ], [ 120.0721518, 30.4814372 ], [ 120.0721426, 30.4810885 ], [ 120.0702211, 30.4809934 ], [ 120.0702303, 30.4813025 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0681341, 30.481762 ], [ 120.0692005, 30.4816273 ], [ 120.0691914, 30.4812549 ], [ 120.0681249, 30.4813975 ], [ 120.0681341, 30.481762 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0702395, 30.4817065 ], [ 120.0721978, 30.4818412 ], [ 120.0721794, 30.4815322 ], [ 120.0702211, 30.4814134 ], [ 120.0702395, 30.4817065 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646128, 30.4817541 ], [ 120.0647139, 30.4818095 ], [ 120.0649898, 30.4817382 ], [ 120.064907, 30.4815639 ], [ 120.0647783, 30.481556 ], [ 120.0645668, 30.4815877 ], [ 120.0646128, 30.4817541 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0694304, 30.4823325 ], [ 120.0700556, 30.4822691 ], [ 120.0699912, 30.4817145 ], [ 120.0700004, 30.4812232 ], [ 120.0693385, 30.4812708 ], [ 120.0694304, 30.4823325 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0682444, 30.4822532 ], [ 120.0692281, 30.4821185 ], [ 120.0691638, 30.4817065 ], [ 120.0681433, 30.4818571 ], [ 120.0682444, 30.4822532 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0920513, 30.4396489 ], [ 120.0926159, 30.4396233 ], [ 120.0926791, 30.4396009 ], [ 120.092694, 30.4395593 ], [ 120.0926977, 30.43946 ], [ 120.0925639, 30.439444 ], [ 120.0924934, 30.4393831 ], [ 120.0922965, 30.4394087 ], [ 120.0921219, 30.4394216 ], [ 120.0920476, 30.4395625 ], [ 120.0920513, 30.4396489 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0918582, 30.4402318 ], [ 120.0920885, 30.4401998 ], [ 120.0920848, 30.4400845 ], [ 120.0919807, 30.4396714 ], [ 120.0919547, 30.4395817 ], [ 120.092029, 30.4394376 ], [ 120.0916984, 30.4394216 ], [ 120.0916836, 30.4394568 ], [ 120.0918582, 30.4402318 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0929127, 30.4398368 ], [ 120.0929393, 30.4401495 ], [ 120.09319, 30.4401863 ], [ 120.093206, 30.4401265 ], [ 120.0931794, 30.4396437 ], [ 120.0931527, 30.4395977 ], [ 120.092934, 30.4396299 ], [ 120.092902, 30.4396942 ], [ 120.0929127, 30.4398368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0925937, 30.4401005 ], [ 120.0928537, 30.4401517 ], [ 120.0928723, 30.4401325 ], [ 120.0928314, 30.4398507 ], [ 120.0928314, 30.4396361 ], [ 120.0927571, 30.4396361 ], [ 120.0926642, 30.4396521 ], [ 120.0925751, 30.4396746 ], [ 120.0925639, 30.4397482 ], [ 120.0925937, 30.4401005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0921293, 30.4400204 ], [ 120.092159, 30.4401614 ], [ 120.0925342, 30.4401005 ], [ 120.0925045, 30.4396682 ], [ 120.0921368, 30.4396746 ], [ 120.0920699, 30.4397034 ], [ 120.0920662, 30.4397546 ], [ 120.0921293, 30.4400204 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0933249, 30.4402226 ], [ 120.0935718, 30.4402419 ], [ 120.0936033, 30.4402148 ], [ 120.0935988, 30.4397155 ], [ 120.0935539, 30.4397 ], [ 120.0932935, 30.4396962 ], [ 120.0933249, 30.4402226 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0944957, 30.4405769 ], [ 120.0945303, 30.4407738 ], [ 120.094641, 30.4409707 ], [ 120.0946341, 30.4410662 ], [ 120.094904, 30.4410304 ], [ 120.0951255, 30.4410423 ], [ 120.0954508, 30.4410781 ], [ 120.0960598, 30.441102 ], [ 120.0964889, 30.4411319 ], [ 120.0968973, 30.4411915 ], [ 120.097188, 30.4413288 ], [ 120.0979701, 30.4413467 ], [ 120.09815, 30.4413526 ], [ 120.0983853, 30.4414421 ], [ 120.0984199, 30.4416032 ], [ 120.0983715, 30.4417345 ], [ 120.0986968, 30.4418121 ], [ 120.098849, 30.4417226 ], [ 120.0990013, 30.4416928 ], [ 120.0990844, 30.4418121 ], [ 120.099119, 30.4419076 ], [ 120.0990428, 30.4419792 ], [ 120.0990359, 30.4420567 ], [ 120.0993197, 30.4422537 ], [ 120.0995204, 30.442379 ], [ 120.0998664, 30.4424864 ], [ 120.1000741, 30.4425997 ], [ 120.1001571, 30.4427191 ], [ 120.1001848, 30.4428682 ], [ 120.1003578, 30.443089 ], [ 120.1006208, 30.4434709 ], [ 120.1007039, 30.4436439 ], [ 120.1008839, 30.443811 ], [ 120.1009669, 30.4437812 ], [ 120.1011469, 30.4438468 ], [ 120.1014514, 30.4441989 ], [ 120.1018943, 30.4448075 ], [ 120.1020604, 30.445082 ], [ 120.1021227, 30.4452073 ], [ 120.102102, 30.4453505 ], [ 120.1020258, 30.4454459 ], [ 120.1017905, 30.4455593 ], [ 120.1015898, 30.4456786 ], [ 120.1014445, 30.445792 ], [ 120.1012922, 30.4458934 ], [ 120.1010638, 30.445977 ], [ 120.1010084, 30.4460903 ], [ 120.1009738, 30.446323 ], [ 120.1009254, 30.4464424 ], [ 120.1007385, 30.4465379 ], [ 120.1006903, 30.4466061 ], [ 120.1011681, 30.4466858 ], [ 120.1012784, 30.446508 ], [ 120.1014099, 30.4464543 ], [ 120.101659, 30.4464603 ], [ 120.1017213, 30.4464126 ], [ 120.102012, 30.4464663 ], [ 120.1023096, 30.4465737 ], [ 120.1024965, 30.4466095 ], [ 120.1025726, 30.4466751 ], [ 120.1025311, 30.4468362 ], [ 120.1026211, 30.4468481 ], [ 120.1026972, 30.4467109 ], [ 120.1026418, 30.4465916 ], [ 120.1024203, 30.4464961 ], [ 120.1019428, 30.4463529 ], [ 120.1017698, 30.4462813 ], [ 120.1016244, 30.4460426 ], [ 120.1016729, 30.4459471 ], [ 120.1018943, 30.4456488 ], [ 120.1020535, 30.4455175 ], [ 120.1022473, 30.4454519 ], [ 120.1023027, 30.4453445 ], [ 120.1023234, 30.4451834 ], [ 120.1024342, 30.4451178 ], [ 120.1025726, 30.4449507 ], [ 120.102711, 30.4449328 ], [ 120.1029325, 30.4449328 ], [ 120.1031678, 30.4449925 ], [ 120.1034862, 30.4449388 ], [ 120.1039361, 30.4449686 ], [ 120.1045036, 30.44507 ], [ 120.1046905, 30.4450999 ], [ 120.1046489, 30.4450462 ], [ 120.1041922, 30.4449746 ], [ 120.1038184, 30.4449089 ], [ 120.1032716, 30.444891 ], [ 120.1031055, 30.4448612 ], [ 120.1030294, 30.4447717 ], [ 120.1029671, 30.4448373 ], [ 120.1025657, 30.4448731 ], [ 120.1023304, 30.4448433 ], [ 120.1021366, 30.4447717 ], [ 120.1017698, 30.4443301 ], [ 120.1014791, 30.4439065 ], [ 120.1012438, 30.4437573 ], [ 120.1010154, 30.4435783 ], [ 120.1009254, 30.44328 ], [ 120.1009115, 30.4429339 ], [ 120.1008423, 30.4425102 ], [ 120.1008839, 30.4423969 ], [ 120.1010015, 30.4423253 ], [ 120.1011953, 30.4422954 ], [ 120.1013337, 30.4423432 ], [ 120.1015137, 30.4424028 ], [ 120.1017698, 30.4423909 ], [ 120.1023096, 30.4424446 ], [ 120.1025034, 30.4424685 ], [ 120.1027387, 30.4424983 ], [ 120.1029948, 30.4424804 ], [ 120.1036938, 30.4422895 ], [ 120.1046766, 30.4419732 ], [ 120.1050088, 30.4418598 ], [ 120.1053757, 30.4417286 ], [ 120.1056248, 30.441645 ], [ 120.1059778, 30.4414004 ], [ 120.1060966, 30.4412691 ], [ 120.1059573, 30.4411773 ], [ 120.1058532, 30.441281 ], [ 120.1058186, 30.4413884 ], [ 120.1057148, 30.4414779 ], [ 120.1056041, 30.4415615 ], [ 120.1054587, 30.441651 ], [ 120.105175, 30.4417166 ], [ 120.1046489, 30.4418718 ], [ 120.1041645, 30.4419851 ], [ 120.1035208, 30.4421641 ], [ 120.103154, 30.4422596 ], [ 120.102628, 30.4423372 ], [ 120.1023857, 30.4422716 ], [ 120.1020674, 30.4423372 ], [ 120.1016867, 30.4422954 ], [ 120.1014029, 30.4421522 ], [ 120.1012022, 30.4421343 ], [ 120.1008769, 30.4420866 ], [ 120.1006624, 30.4420925 ], [ 120.1005378, 30.4420209 ], [ 120.100524, 30.4417405 ], [ 120.1005793, 30.4415257 ], [ 120.1005032, 30.4414362 ], [ 120.1004824, 30.4410901 ], [ 120.1003717, 30.4407858 ], [ 120.1003994, 30.4406664 ], [ 120.100434, 30.4403919 ], [ 120.1004132, 30.440201 ], [ 120.1003925, 30.4398788 ], [ 120.100344, 30.4396699 ], [ 120.1003994, 30.4395864 ], [ 120.1007039, 30.4393596 ], [ 120.1007108, 30.4392582 ], [ 120.1007593, 30.439115 ], [ 120.1010154, 30.4391329 ], [ 120.1013822, 30.4391508 ], [ 120.1016659, 30.4391567 ], [ 120.1017905, 30.4390851 ], [ 120.1020328, 30.4390613 ], [ 120.1023096, 30.4389419 ], [ 120.1025242, 30.4387748 ], [ 120.1025588, 30.4386018 ], [ 120.1026903, 30.4384824 ], [ 120.1028425, 30.4384765 ], [ 120.1030502, 30.4384944 ], [ 120.1031678, 30.4382975 ], [ 120.1034101, 30.4382139 ], [ 120.1036523, 30.438196 ], [ 120.1039499, 30.4380707 ], [ 120.1042129, 30.4380707 ], [ 120.1043859, 30.4381244 ], [ 120.1047804, 30.4381841 ], [ 120.1051957, 30.4382497 ], [ 120.1054518, 30.4382855 ], [ 120.1055625, 30.438375 ], [ 120.1056317, 30.4386018 ], [ 120.105784, 30.438745 ], [ 120.1059155, 30.438936 ], [ 120.1059986, 30.4391388 ], [ 120.1060263, 30.4393 ], [ 120.1061093, 30.4395207 ], [ 120.106117, 30.4396732 ], [ 120.1063505, 30.4396696 ], [ 120.1063654, 30.4394432 ], [ 120.1063861, 30.4393537 ], [ 120.1063792, 30.4392582 ], [ 120.10631, 30.4390493 ], [ 120.1062477, 30.4388166 ], [ 120.1061439, 30.438566 ], [ 120.105964, 30.4382676 ], [ 120.1058532, 30.438023 ], [ 120.105784, 30.4376769 ], [ 120.105694, 30.4375754 ], [ 120.1055833, 30.4371756 ], [ 120.1063169, 30.4370742 ], [ 120.1063308, 30.4369727 ], [ 120.106227, 30.4368355 ], [ 120.1058325, 30.4367758 ], [ 120.105701, 30.4366982 ], [ 120.1056594, 30.4365789 ], [ 120.1058255, 30.4364715 ], [ 120.1058048, 30.436191 ], [ 120.1058325, 30.4359404 ], [ 120.1057702, 30.435833 ], [ 120.1055764, 30.4357972 ], [ 120.1052165, 30.4357256 ], [ 120.1049673, 30.4357494 ], [ 120.1047666, 30.4357196 ], [ 120.1047458, 30.435648 ], [ 120.1046074, 30.4355644 ], [ 120.104552, 30.4353735 ], [ 120.1045382, 30.4352601 ], [ 120.1043444, 30.4352362 ], [ 120.1043098, 30.4351049 ], [ 120.1042406, 30.4349259 ], [ 120.1042544, 30.4348364 ], [ 120.1045382, 30.4347648 ], [ 120.1046143, 30.4346634 ], [ 120.1046559, 30.4345082 ], [ 120.1049327, 30.4344187 ], [ 120.1051819, 30.4344008 ], [ 120.1054172, 30.4344664 ], [ 120.1054656, 30.4343471 ], [ 120.1051196, 30.4342456 ], [ 120.1048081, 30.434353 ], [ 120.1045797, 30.4343889 ], [ 120.1044067, 30.4343889 ], [ 120.1042821, 30.4344545 ], [ 120.1041299, 30.4345738 ], [ 120.1039776, 30.4346455 ], [ 120.1033824, 30.4343889 ], [ 120.1031886, 30.4342695 ], [ 120.1029256, 30.4339652 ], [ 120.1028564, 30.4337444 ], [ 120.1025934, 30.4336549 ], [ 120.1024342, 30.4336429 ], [ 120.1017705, 30.4334945 ], [ 120.1012789, 30.4333402 ], [ 120.1010179, 30.4332886 ], [ 120.1007346, 30.4332933 ], [ 120.1003742, 30.4332043 ], [ 120.1002402, 30.4330939 ], [ 120.1002125, 30.4333624 ], [ 120.1008631, 30.433446 ], [ 120.1015275, 30.4335653 ], [ 120.1017628, 30.4336668 ], [ 120.1024065, 30.4338637 ], [ 120.1027664, 30.4341143 ], [ 120.1028979, 30.434359 ], [ 120.1030848, 30.4345798 ], [ 120.1033339, 30.4346455 ], [ 120.1035554, 30.4346514 ], [ 120.1038323, 30.4348483 ], [ 120.1039361, 30.4350691 ], [ 120.1040053, 30.4353198 ], [ 120.1040606, 30.4354869 ], [ 120.104033, 30.4356241 ], [ 120.1038253, 30.4357196 ], [ 120.1036246, 30.4358151 ], [ 120.1034031, 30.4359165 ], [ 120.1030848, 30.4358986 ], [ 120.1028771, 30.4359105 ], [ 120.1026833, 30.4358867 ], [ 120.1024342, 30.4359762 ], [ 120.1023027, 30.4360776 ], [ 120.1021643, 30.4361552 ], [ 120.1019774, 30.4362208 ], [ 120.1019289, 30.4363462 ], [ 120.1019359, 30.4365192 ], [ 120.1018874, 30.4366207 ], [ 120.1018943, 30.4367221 ], [ 120.1020604, 30.4367937 ], [ 120.1020258, 30.4369787 ], [ 120.1019566, 30.4372353 ], [ 120.1019151, 30.4374083 ], [ 120.1017974, 30.4374143 ], [ 120.1016936, 30.4375695 ], [ 120.1015344, 30.4376769 ], [ 120.1014306, 30.4377723 ], [ 120.1012853, 30.4378977 ], [ 120.1012507, 30.4380767 ], [ 120.1012922, 30.4382438 ], [ 120.1012576, 30.4384645 ], [ 120.101133, 30.4385839 ], [ 120.1009392, 30.4385839 ], [ 120.1007247, 30.4385899 ], [ 120.1005032, 30.4386197 ], [ 120.1003578, 30.43856 ], [ 120.100261, 30.4386555 ], [ 120.099991, 30.4385242 ], [ 120.1004824, 30.4375814 ], [ 120.1004617, 30.4374919 ], [ 120.100517, 30.4373785 ], [ 120.100434, 30.4373009 ], [ 120.1002886, 30.4373248 ], [ 120.0999287, 30.4370801 ], [ 120.0999149, 30.4369131 ], [ 120.0998872, 30.4366744 ], [ 120.0997834, 30.4365431 ], [ 120.0998042, 30.4364118 ], [ 120.0996104, 30.4359642 ], [ 120.0993335, 30.4360776 ], [ 120.0994304, 30.4362567 ], [ 120.0994927, 30.4365132 ], [ 120.0996034, 30.436746 ], [ 120.0997073, 30.4371816 ], [ 120.0997349, 30.4373367 ], [ 120.0997003, 30.4375516 ], [ 120.0997972, 30.438208 ], [ 120.0998388, 30.4384526 ], [ 120.0998803, 30.4385839 ], [ 120.0999703, 30.4386674 ], [ 120.1000049, 30.4391448 ], [ 120.0999218, 30.4394074 ], [ 120.0999772, 30.4395685 ], [ 120.1000879, 30.4398668 ], [ 120.1001225, 30.4399623 ], [ 120.1001018, 30.4400757 ], [ 120.1000118, 30.440195 ], [ 120.0999564, 30.4403502 ], [ 120.1000118, 30.4405113 ], [ 120.1001087, 30.4406426 ], [ 120.1000948, 30.4407559 ], [ 120.1000256, 30.4408335 ], [ 120.1000256, 30.4409588 ], [ 120.100081, 30.4410901 ], [ 120.1000464, 30.4412094 ], [ 120.0999495, 30.4413288 ], [ 120.0999564, 30.4414004 ], [ 120.0999772, 30.4415734 ], [ 120.1000602, 30.4417644 ], [ 120.1000602, 30.4418897 ], [ 120.0999703, 30.4419672 ], [ 120.0997488, 30.4419076 ], [ 120.0995342, 30.4418539 ], [ 120.0993266, 30.4417166 ], [ 120.0991259, 30.4416391 ], [ 120.0989875, 30.4415853 ], [ 120.0988214, 30.4415078 ], [ 120.0985168, 30.4414183 ], [ 120.0984961, 30.4413049 ], [ 120.0983576, 30.4412452 ], [ 120.0981431, 30.4411736 ], [ 120.0976171, 30.4407619 ], [ 120.0973887, 30.4406426 ], [ 120.0968073, 30.4406366 ], [ 120.0964405, 30.4406963 ], [ 120.0959214, 30.4407022 ], [ 120.0956653, 30.4407321 ], [ 120.0954646, 30.4407977 ], [ 120.0952639, 30.4407858 ], [ 120.0950978, 30.4407142 ], [ 120.0949317, 30.4404456 ], [ 120.0947725, 30.4398728 ], [ 120.0948209, 30.4396998 ], [ 120.0949109, 30.439282 ], [ 120.0945164, 30.4392104 ], [ 120.094461, 30.4395446 ], [ 120.0944541, 30.4402368 ], [ 120.0944957, 30.4405769 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0936482, 30.4399013 ], [ 120.0936751, 30.4402458 ], [ 120.0938457, 30.4402768 ], [ 120.0939804, 30.4402768 ], [ 120.0939624, 30.4399865 ], [ 120.0939669, 30.4397271 ], [ 120.0936841, 30.4397117 ], [ 120.0936437, 30.4397349 ], [ 120.0936482, 30.4399013 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0940343, 30.4402806 ], [ 120.0943575, 30.4403116 ], [ 120.09438, 30.4402729 ], [ 120.0943575, 30.4398433 ], [ 120.09438, 30.4397387 ], [ 120.0941779, 30.4397117 ], [ 120.0940343, 30.4397465 ], [ 120.0940253, 30.4399168 ], [ 120.0940343, 30.4402806 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.09736, 30.4405004 ], [ 120.0974877, 30.4404792 ], [ 120.0975515, 30.4404157 ], [ 120.097748, 30.4401573 ], [ 120.0978708, 30.4399075 ], [ 120.0975712, 30.439827 ], [ 120.0974533, 30.4399668 ], [ 120.0972814, 30.4399286 ], [ 120.0971831, 30.4398821 ], [ 120.0971635, 30.4397974 ], [ 120.0971193, 30.4397592 ], [ 120.0969228, 30.4397211 ], [ 120.0967263, 30.4404792 ], [ 120.09736, 30.4405004 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.124866, 30.4393397 ], [ 120.1249512, 30.4392714 ], [ 120.1253213, 30.4384696 ], [ 120.1249874, 30.4383387 ], [ 120.1246459, 30.4390191 ], [ 120.124866, 30.4393397 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.114865, 30.4393632 ], [ 120.1149091, 30.4393973 ], [ 120.1151511, 30.4390748 ], [ 120.1153271, 30.4387789 ], [ 120.1152919, 30.438703 ], [ 120.1152259, 30.438555 ], [ 120.1151775, 30.4384753 ], [ 120.1150895, 30.4384222 ], [ 120.1150059, 30.4383957 ], [ 120.1149575, 30.4384184 ], [ 120.1147506, 30.4387903 ], [ 120.1146098, 30.4389951 ], [ 120.1145174, 30.4390938 ], [ 120.1144602, 30.4391886 ], [ 120.114865, 30.4393632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1264291, 30.4391632 ], [ 120.1265061, 30.4389699 ], [ 120.1253573, 30.43868 ], [ 120.1252663, 30.4388974 ], [ 120.1264291, 30.4391632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1259667, 30.4396765 ], [ 120.1262539, 30.4392417 ], [ 120.1254624, 30.4390545 ], [ 120.1254064, 30.4391813 ], [ 120.1252172, 30.4391632 ], [ 120.1250842, 30.4394893 ], [ 120.1259667, 30.4396765 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1259792, 30.4412114 ], [ 120.1261175, 30.4412263 ], [ 120.126286, 30.4412114 ], [ 120.1264935, 30.4411555 ], [ 120.1266188, 30.4411891 ], [ 120.1267009, 30.4412673 ], [ 120.1267312, 30.4412226 ], [ 120.1267139, 30.4411667 ], [ 120.1267053, 30.4410959 ], [ 120.1266664, 30.44104 ], [ 120.1267355, 30.4409543 ], [ 120.1268522, 30.4408388 ], [ 120.1268868, 30.4407158 ], [ 120.1269776, 30.4406078 ], [ 120.1270467, 30.4404997 ], [ 120.127051, 30.4403768 ], [ 120.1269516, 30.4403022 ], [ 120.1268393, 30.4402389 ], [ 120.1267139, 30.4401681 ], [ 120.1266404, 30.4401234 ], [ 120.1265756, 30.4401606 ], [ 120.1265281, 30.440224 ], [ 120.1264589, 30.4403097 ], [ 120.1259187, 30.441081 ], [ 120.12591, 30.4411779 ], [ 120.1259792, 30.4412114 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1158089, 30.4409791 ], [ 120.1158386, 30.4410913 ], [ 120.1158684, 30.441165 ], [ 120.1159093, 30.4411939 ], [ 120.1159799, 30.4411458 ], [ 120.1160283, 30.4410977 ], [ 120.1160803, 30.4410913 ], [ 120.1162737, 30.4411394 ], [ 120.1163778, 30.4411554 ], [ 120.1164335, 30.441149 ], [ 120.1164893, 30.4410785 ], [ 120.1165116, 30.4409887 ], [ 120.1164967, 30.4409567 ], [ 120.1163815, 30.4409407 ], [ 120.1162625, 30.4409118 ], [ 120.1159688, 30.4408798 ], [ 120.1158461, 30.4408734 ], [ 120.1158089, 30.4409246 ], [ 120.1158089, 30.4409791 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1174114, 30.4411779 ], [ 120.1174374, 30.4413061 ], [ 120.1175155, 30.4414087 ], [ 120.1175749, 30.4414407 ], [ 120.1177014, 30.4414215 ], [ 120.1177869, 30.4414311 ], [ 120.1178092, 30.4414792 ], [ 120.1178798, 30.4415016 ], [ 120.1179691, 30.4415016 ], [ 120.1180546, 30.4414599 ], [ 120.118088, 30.4414151 ], [ 120.118088, 30.4413574 ], [ 120.1180508, 30.4412644 ], [ 120.1180248, 30.441165 ], [ 120.1179765, 30.4410721 ], [ 120.1179356, 30.4410272 ], [ 120.1179802, 30.4410048 ], [ 120.1180694, 30.4410432 ], [ 120.1181438, 30.4410785 ], [ 120.1181735, 30.4410272 ], [ 120.1181587, 30.4409535 ], [ 120.1181178, 30.4409471 ], [ 120.1179802, 30.4409759 ], [ 120.117891, 30.4409984 ], [ 120.1177832, 30.4410304 ], [ 120.1176753, 30.4410432 ], [ 120.1175415, 30.4410048 ], [ 120.1174411, 30.4410048 ], [ 120.1174076, 30.4410721 ], [ 120.1174114, 30.4411779 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1151062, 30.4409439 ], [ 120.1151545, 30.4410176 ], [ 120.1152289, 30.4410753 ], [ 120.1153033, 30.4410657 ], [ 120.1154185, 30.44104 ], [ 120.1155338, 30.44104 ], [ 120.1155747, 30.4410464 ], [ 120.1155375, 30.4410689 ], [ 120.1154371, 30.4411041 ], [ 120.1153776, 30.441149 ], [ 120.1153665, 30.4412292 ], [ 120.1153999, 30.4413638 ], [ 120.1154483, 30.4414503 ], [ 120.1155375, 30.4414984 ], [ 120.1156453, 30.4415657 ], [ 120.1156639, 30.4416587 ], [ 120.1157085, 30.4416939 ], [ 120.1157829, 30.4416747 ], [ 120.1157903, 30.4415914 ], [ 120.1157754, 30.4415016 ], [ 120.1157494, 30.4414311 ], [ 120.1156899, 30.4413862 ], [ 120.1157308, 30.4413221 ], [ 120.115742, 30.4412163 ], [ 120.1157271, 30.4411138 ], [ 120.1156788, 30.4410208 ], [ 120.1156899, 30.4409599 ], [ 120.1156751, 30.440883 ], [ 120.1155895, 30.4408445 ], [ 120.1154483, 30.4408317 ], [ 120.1153144, 30.4408028 ], [ 120.1151843, 30.4408092 ], [ 120.1151062, 30.4408573 ], [ 120.1151062, 30.4409439 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1173296, 30.4414664 ], [ 120.1173705, 30.4414375 ], [ 120.1173593, 30.4413958 ], [ 120.1173147, 30.4413446 ], [ 120.1172738, 30.4413061 ], [ 120.1172664, 30.4412292 ], [ 120.1172255, 30.4412195 ], [ 120.1171362, 30.4412452 ], [ 120.1170842, 30.4412772 ], [ 120.1170321, 30.4413574 ], [ 120.1170172, 30.4414856 ], [ 120.1173296, 30.4414664 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1164112, 30.4414535 ], [ 120.1166566, 30.4414503 ], [ 120.1168499, 30.4414599 ], [ 120.1168946, 30.4414279 ], [ 120.116928, 30.4413606 ], [ 120.1169243, 30.4413125 ], [ 120.1168871, 30.4412836 ], [ 120.1167867, 30.4412772 ], [ 120.1165339, 30.4412548 ], [ 120.1164038, 30.4412516 ], [ 120.116374, 30.4412772 ], [ 120.1163592, 30.4414247 ], [ 120.1164112, 30.4414535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0951937, 30.4405385 ], [ 120.0953411, 30.4405597 ], [ 120.0963088, 30.44053 ], [ 120.0963481, 30.4404411 ], [ 120.0963726, 30.4402251 ], [ 120.0963383, 30.4401065 ], [ 120.0962793, 30.4400557 ], [ 120.0952576, 30.4399752 ], [ 120.0951741, 30.4399922 ], [ 120.0951299, 30.440115 ], [ 120.0950415, 30.4401319 ], [ 120.0951937, 30.4405385 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0933114, 30.4405632 ], [ 120.0935494, 30.4405593 ], [ 120.0935449, 30.4403 ], [ 120.0933249, 30.4402884 ], [ 120.0933025, 30.4403697 ], [ 120.0933114, 30.4405632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.091275, 30.4406546 ], [ 120.0914421, 30.4406449 ], [ 120.0914644, 30.4406225 ], [ 120.0918024, 30.4406193 ], [ 120.0918359, 30.4406385 ], [ 120.0919065, 30.4406353 ], [ 120.0918619, 30.4403407 ], [ 120.0916279, 30.4403567 ], [ 120.0912304, 30.4404272 ], [ 120.091275, 30.4406546 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0923485, 30.4407859 ], [ 120.0923596, 30.4408627 ], [ 120.0926382, 30.4408531 ], [ 120.0925417, 30.440251 ], [ 120.0925268, 30.4402094 ], [ 120.0924525, 30.4402062 ], [ 120.0922816, 30.440251 ], [ 120.0922779, 30.4403087 ], [ 120.0923485, 30.4407859 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0919993, 30.4408627 ], [ 120.0923188, 30.4408659 ], [ 120.0923151, 30.4408019 ], [ 120.0922668, 30.4404496 ], [ 120.0922259, 30.4402542 ], [ 120.0919807, 30.4403055 ], [ 120.0919399, 30.4403311 ], [ 120.0919325, 30.4403759 ], [ 120.0919993, 30.4408627 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0905395, 30.4407186 ], [ 120.0908552, 30.4406802 ], [ 120.0909778, 30.4406962 ], [ 120.0912192, 30.4406546 ], [ 120.0911747, 30.4404336 ], [ 120.0909518, 30.4404592 ], [ 120.0906286, 30.440504 ], [ 120.0904689, 30.4405232 ], [ 120.0905395, 30.4407186 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0942183, 30.4410664 ], [ 120.0945057, 30.4409696 ], [ 120.0944024, 30.4405864 ], [ 120.0943934, 30.4403735 ], [ 120.0941689, 30.4403619 ], [ 120.0942183, 30.4410664 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.093913, 30.4410238 ], [ 120.0940522, 30.4410122 ], [ 120.0940836, 30.4411128 ], [ 120.0941555, 30.4410935 ], [ 120.0941061, 30.4403464 ], [ 120.0938637, 30.4403348 ], [ 120.093913, 30.4410238 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0936302, 30.4411167 ], [ 120.0936796, 30.4412367 ], [ 120.0938233, 30.4412019 ], [ 120.0938637, 30.4410354 ], [ 120.0937963, 30.4403194 ], [ 120.0935898, 30.4403194 ], [ 120.0936302, 30.4411167 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0933159, 30.4410896 ], [ 120.0935045, 30.4410896 ], [ 120.0935269, 30.4411322 ], [ 120.0935673, 30.4411051 ], [ 120.0935269, 30.4406019 ], [ 120.0933788, 30.4405942 ], [ 120.0933204, 30.4406213 ], [ 120.0933025, 30.4407529 ], [ 120.0933159, 30.4410896 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1267874, 30.4415952 ], [ 120.1269041, 30.4416325 ], [ 120.1270597, 30.4415393 ], [ 120.1271677, 30.4414574 ], [ 120.1272023, 30.4413866 ], [ 120.1271159, 30.4413269 ], [ 120.1269559, 30.4412934 ], [ 120.1268695, 30.4412338 ], [ 120.1267831, 30.4412375 ], [ 120.1267312, 30.4412226 ], [ 120.1267009, 30.4412673 ], [ 120.1267355, 30.4413605 ], [ 120.1267139, 30.4414387 ], [ 120.1266534, 30.4415393 ], [ 120.1267874, 30.4415952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1158964, 30.4414979 ], [ 120.1159292, 30.4416363 ], [ 120.1159694, 30.4417117 ], [ 120.1160204, 30.4417243 ], [ 120.1161079, 30.4416897 ], [ 120.116097, 30.441586 ], [ 120.1161408, 30.4414696 ], [ 120.1162502, 30.4414036 ], [ 120.1162757, 30.4413124 ], [ 120.1162794, 30.4412495 ], [ 120.1162101, 30.4412118 ], [ 120.1161007, 30.4411929 ], [ 120.116035, 30.441196 ], [ 120.1159985, 30.4412401 ], [ 120.1159511, 30.4412998 ], [ 120.1159037, 30.4413438 ], [ 120.1158818, 30.4413941 ], [ 120.1158964, 30.4414979 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1161956, 30.4416683 ], [ 120.1162811, 30.4416523 ], [ 120.1166529, 30.441633 ], [ 120.1167793, 30.4416555 ], [ 120.1168537, 30.4416459 ], [ 120.1168648, 30.441601 ], [ 120.1168388, 30.4415497 ], [ 120.1167942, 30.4415273 ], [ 120.1166975, 30.4415176 ], [ 120.1163629, 30.4415112 ], [ 120.1162737, 30.4415209 ], [ 120.1162142, 30.4415818 ], [ 120.1161807, 30.4416395 ], [ 120.1161956, 30.4416683 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1170135, 30.4416811 ], [ 120.1170767, 30.4417036 ], [ 120.1172403, 30.4417132 ], [ 120.1173221, 30.4416459 ], [ 120.1173481, 30.4415946 ], [ 120.1173519, 30.4415305 ], [ 120.1173073, 30.4415176 ], [ 120.1170321, 30.4415369 ], [ 120.1169912, 30.4415497 ], [ 120.1169764, 30.4416234 ], [ 120.1170135, 30.4416811 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1174374, 30.4417837 ], [ 120.1174932, 30.4417965 ], [ 120.1175489, 30.4417549 ], [ 120.1176158, 30.4416106 ], [ 120.1176084, 30.4415721 ], [ 120.1175712, 30.4415561 ], [ 120.1175117, 30.4415561 ], [ 120.1174857, 30.4415978 ], [ 120.1174634, 30.4416811 ], [ 120.1174374, 30.441742 ], [ 120.1174374, 30.4417837 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.117679, 30.4418158 ], [ 120.1177646, 30.441851 ], [ 120.1178129, 30.4418382 ], [ 120.1178278, 30.4417933 ], [ 120.1178761, 30.4417805 ], [ 120.1179058, 30.4417356 ], [ 120.1179244, 30.4416395 ], [ 120.117891, 30.4415978 ], [ 120.1178092, 30.4415914 ], [ 120.1177385, 30.4416427 ], [ 120.117679, 30.4417484 ], [ 120.117679, 30.4418158 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1160861, 30.4419161 ], [ 120.116159, 30.4418941 ], [ 120.1162611, 30.4418532 ], [ 120.1162356, 30.4417935 ], [ 120.1161809, 30.4417841 ], [ 120.1161298, 30.4418029 ], [ 120.1160569, 30.4418878 ], [ 120.1160861, 30.4419161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1168374, 30.4420576 ], [ 120.1169614, 30.4420482 ], [ 120.1169833, 30.442023 ], [ 120.1170088, 30.4418407 ], [ 120.1169833, 30.4417841 ], [ 120.1169067, 30.4417589 ], [ 120.1168593, 30.4417809 ], [ 120.1168301, 30.4418564 ], [ 120.1168082, 30.4420136 ], [ 120.1168374, 30.4420576 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.116294, 30.4421142 ], [ 120.1163049, 30.4421708 ], [ 120.1163414, 30.442218 ], [ 120.1164034, 30.4422306 ], [ 120.1165748, 30.4422054 ], [ 120.1166842, 30.4421991 ], [ 120.1167426, 30.4421394 ], [ 120.1167462, 30.4420733 ], [ 120.1167462, 30.4420105 ], [ 120.1167134, 30.4419318 ], [ 120.1167681, 30.4418627 ], [ 120.1168009, 30.4417841 ], [ 120.1167572, 30.4417526 ], [ 120.1166332, 30.4417432 ], [ 120.1164909, 30.4417463 ], [ 120.1164107, 30.4417652 ], [ 120.1163961, 30.4418092 ], [ 120.1163924, 30.4418721 ], [ 120.1164107, 30.4419067 ], [ 120.1165019, 30.4419161 ], [ 120.116593, 30.441913 ], [ 120.1166113, 30.4419381 ], [ 120.1166003, 30.4419759 ], [ 120.1165602, 30.4419853 ], [ 120.1164508, 30.4419696 ], [ 120.1163815, 30.4419664 ], [ 120.1163122, 30.4419979 ], [ 120.116294, 30.4420545 ], [ 120.116294, 30.4421142 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1157906, 30.4422746 ], [ 120.1158198, 30.4423375 ], [ 120.1159146, 30.4423847 ], [ 120.116035, 30.4423909 ], [ 120.1161517, 30.4423532 ], [ 120.1162283, 30.442306 ], [ 120.1162247, 30.4422306 ], [ 120.1161991, 30.4420954 ], [ 120.1161845, 30.4420073 ], [ 120.116097, 30.442001 ], [ 120.116035, 30.4420388 ], [ 120.1159694, 30.4420702 ], [ 120.1158745, 30.4420356 ], [ 120.1158235, 30.4420262 ], [ 120.1157724, 30.4420796 ], [ 120.1157615, 30.4422023 ], [ 120.1157906, 30.4422746 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1171217, 30.4424382 ], [ 120.1172146, 30.4424927 ], [ 120.1172703, 30.4424927 ], [ 120.1173595, 30.4424799 ], [ 120.1174413, 30.4424126 ], [ 120.1175602, 30.442403 ], [ 120.117694, 30.4424222 ], [ 120.1177312, 30.4424479 ], [ 120.1178538, 30.4424703 ], [ 120.1179318, 30.4425216 ], [ 120.117969, 30.442592 ], [ 120.1179839, 30.4426689 ], [ 120.1179987, 30.4427266 ], [ 120.1179504, 30.4427811 ], [ 120.117969, 30.4428324 ], [ 120.1180136, 30.4428676 ], [ 120.117969, 30.4428804 ], [ 120.1179058, 30.4427971 ], [ 120.1178464, 30.4427811 ], [ 120.1178092, 30.4427138 ], [ 120.1177758, 30.4425568 ], [ 120.11772, 30.4425376 ], [ 120.117668, 30.4425952 ], [ 120.1176197, 30.4427138 ], [ 120.1175936, 30.442858 ], [ 120.1175453, 30.4429285 ], [ 120.1174747, 30.4430374 ], [ 120.1174487, 30.4432008 ], [ 120.1173818, 30.4432329 ], [ 120.1172071, 30.4431816 ], [ 120.1171477, 30.4431816 ], [ 120.1171679, 30.4432526 ], [ 120.1173716, 30.4433348 ], [ 120.1173589, 30.4434111 ], [ 120.1175951, 30.4434631 ], [ 120.1176197, 30.4433546 ], [ 120.1176643, 30.4432681 ], [ 120.1177163, 30.4431592 ], [ 120.1177163, 30.4430727 ], [ 120.1178055, 30.4430727 ], [ 120.1178984, 30.4430919 ], [ 120.1180471, 30.4431047 ], [ 120.118114, 30.4430759 ], [ 120.1181363, 30.4429701 ], [ 120.1181437, 30.442906 ], [ 120.1182106, 30.442874 ], [ 120.1184001, 30.4428804 ], [ 120.1185414, 30.4428516 ], [ 120.118638, 30.4428452 ], [ 120.1186974, 30.4427971 ], [ 120.1187272, 30.4427362 ], [ 120.118742, 30.4426657 ], [ 120.1187606, 30.4425664 ], [ 120.1188164, 30.4424479 ], [ 120.1188275, 30.4423774 ], [ 120.1187904, 30.4423325 ], [ 120.1187829, 30.4422844 ], [ 120.1188461, 30.4422588 ], [ 120.1189279, 30.4422108 ], [ 120.1190468, 30.4421819 ], [ 120.1191211, 30.4421531 ], [ 120.1191546, 30.4420762 ], [ 120.1192103, 30.4420249 ], [ 120.1193032, 30.4420121 ], [ 120.119411, 30.4419897 ], [ 120.1194965, 30.4419897 ], [ 120.1195448, 30.441948 ], [ 120.1195374, 30.4418839 ], [ 120.1194296, 30.4418519 ], [ 120.1193255, 30.4418391 ], [ 120.1193032, 30.4417974 ], [ 120.1192958, 30.4417429 ], [ 120.1193701, 30.4417173 ], [ 120.1195002, 30.4417269 ], [ 120.1196154, 30.4416981 ], [ 120.1196675, 30.4416853 ], [ 120.1196786, 30.4416468 ], [ 120.1196563, 30.4416116 ], [ 120.1196117, 30.4415347 ], [ 120.1195448, 30.4414321 ], [ 120.1194593, 30.4414193 ], [ 120.1193627, 30.4414385 ], [ 120.1193181, 30.4414674 ], [ 120.1192698, 30.441477 ], [ 120.1192289, 30.4413937 ], [ 120.1191583, 30.4413681 ], [ 120.1191434, 30.4413136 ], [ 120.1190728, 30.4413168 ], [ 120.1189836, 30.4413232 ], [ 120.1189688, 30.4413488 ], [ 120.1189836, 30.4414001 ], [ 120.1190171, 30.441445 ], [ 120.1190802, 30.4414706 ], [ 120.1192178, 30.4414482 ], [ 120.1192326, 30.441477 ], [ 120.1191323, 30.4415058 ], [ 120.119084, 30.4415411 ], [ 120.1190914, 30.4415891 ], [ 120.1190431, 30.4416148 ], [ 120.1189242, 30.4415988 ], [ 120.1188758, 30.4416404 ], [ 120.1188833, 30.4416789 ], [ 120.1189762, 30.4417301 ], [ 120.1190171, 30.4417782 ], [ 120.1190245, 30.4418583 ], [ 120.1190134, 30.4419096 ], [ 120.1189279, 30.4419064 ], [ 120.1188535, 30.4419288 ], [ 120.1187829, 30.4419608 ], [ 120.1187458, 30.4419993 ], [ 120.1187197, 30.4419672 ], [ 120.1187829, 30.4419192 ], [ 120.1187978, 30.4418775 ], [ 120.118742, 30.4417814 ], [ 120.1187086, 30.4417333 ], [ 120.1188015, 30.4417141 ], [ 120.1188127, 30.4416692 ], [ 120.1187904, 30.4416084 ], [ 120.1187235, 30.4415699 ], [ 120.1186566, 30.4414033 ], [ 120.1185525, 30.4412175 ], [ 120.1185079, 30.4411566 ], [ 120.1184001, 30.4411438 ], [ 120.1182032, 30.441147 ], [ 120.11814, 30.4411598 ], [ 120.1181028, 30.4412303 ], [ 120.1181363, 30.4413713 ], [ 120.1181883, 30.4414802 ], [ 120.1182515, 30.4416212 ], [ 120.1183184, 30.4416949 ], [ 120.1183072, 30.4417397 ], [ 120.1182589, 30.4417494 ], [ 120.1181883, 30.4416468 ], [ 120.1181177, 30.4416084 ], [ 120.1180842, 30.4416372 ], [ 120.1181102, 30.4416949 ], [ 120.118114, 30.4417814 ], [ 120.1180917, 30.4418583 ], [ 120.1180248, 30.4419544 ], [ 120.1179356, 30.4420858 ], [ 120.1178538, 30.4420954 ], [ 120.1177943, 30.4420377 ], [ 120.1177423, 30.4420185 ], [ 120.1177609, 30.441948 ], [ 120.1176866, 30.441916 ], [ 120.1175936, 30.4419256 ], [ 120.1175453, 30.4419608 ], [ 120.1175528, 30.4419961 ], [ 120.1175119, 30.4419961 ], [ 120.1174599, 30.4419288 ], [ 120.1173967, 30.4419032 ], [ 120.1173632, 30.4418006 ], [ 120.1173149, 30.4417526 ], [ 120.1171885, 30.4417686 ], [ 120.1171402, 30.4417942 ], [ 120.1171105, 30.4418807 ], [ 120.1170994, 30.4419608 ], [ 120.1171625, 30.4420954 ], [ 120.1171885, 30.4421947 ], [ 120.1171625, 30.4423069 ], [ 120.1171328, 30.4423934 ], [ 120.1170659, 30.4423934 ], [ 120.1171217, 30.4424382 ] ], [ [ 120.1184261, 30.442262 ], [ 120.118493, 30.4421659 ], [ 120.1185228, 30.4420537 ], [ 120.1185748, 30.4420249 ], [ 120.1186454, 30.4420441 ], [ 120.1186751, 30.442089 ], [ 120.1186937, 30.4421563 ], [ 120.1186937, 30.442278 ], [ 120.1186603, 30.4423549 ], [ 120.1186268, 30.4423838 ], [ 120.1185265, 30.442387 ], [ 120.1184261, 30.4423742 ], [ 120.1184113, 30.4423389 ], [ 120.1184261, 30.442262 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1164143, 30.4424381 ], [ 120.116418, 30.4424947 ], [ 120.1164617, 30.4425136 ], [ 120.1166113, 30.4424947 ], [ 120.1166912, 30.4424714 ], [ 120.1167389, 30.4424916 ], [ 120.1167791, 30.4424475 ], [ 120.1167863, 30.4423847 ], [ 120.1167572, 30.4422809 ], [ 120.1167025, 30.4422463 ], [ 120.1165347, 30.4422683 ], [ 120.1164143, 30.4422746 ], [ 120.1163888, 30.4423218 ], [ 120.1164143, 30.4424381 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1159438, 30.4426425 ], [ 120.1160751, 30.4426928 ], [ 120.1161991, 30.4426897 ], [ 120.116283, 30.4426456 ], [ 120.1162867, 30.4425922 ], [ 120.116283, 30.4425199 ], [ 120.1162794, 30.4424538 ], [ 120.1161918, 30.4424413 ], [ 120.1160058, 30.4424696 ], [ 120.115911, 30.442523 ], [ 120.1158855, 30.4425922 ], [ 120.1159438, 30.4426425 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1169213, 30.4426614 ], [ 120.1169468, 30.4427934 ], [ 120.1169614, 30.4429192 ], [ 120.1170052, 30.4430135 ], [ 120.1170854, 30.4430513 ], [ 120.117162, 30.443023 ], [ 120.1172204, 30.4429821 ], [ 120.1172386, 30.4429224 ], [ 120.117235, 30.4428312 ], [ 120.1172131, 30.4427557 ], [ 120.1171511, 30.4427431 ], [ 120.1170927, 30.4427368 ], [ 120.1171146, 30.4426739 ], [ 120.1171839, 30.4426708 ], [ 120.1171693, 30.4426236 ], [ 120.1170891, 30.4425765 ], [ 120.1169797, 30.4425419 ], [ 120.1169213, 30.4425733 ], [ 120.1169213, 30.4426614 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1172678, 30.4430764 ], [ 120.1173407, 30.4431142 ], [ 120.1173991, 30.4430324 ], [ 120.1174137, 30.4428689 ], [ 120.1174903, 30.4427526 ], [ 120.1175596, 30.4425953 ], [ 120.1175669, 30.4425041 ], [ 120.1174575, 30.4425104 ], [ 120.1174137, 30.4425545 ], [ 120.1173736, 30.4426519 ], [ 120.117359, 30.4428249 ], [ 120.1173043, 30.4429192 ], [ 120.1172532, 30.4430104 ], [ 120.1172678, 30.4430764 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1161427, 30.442972 ], [ 120.1161838, 30.4429897 ], [ 120.1162818, 30.4429635 ], [ 120.1163389, 30.4429537 ], [ 120.1163883, 30.4429865 ], [ 120.1163959, 30.443111 ], [ 120.1163769, 30.4431667 ], [ 120.1163769, 30.4432356 ], [ 120.1164111, 30.4433011 ], [ 120.1164605, 30.4433404 ], [ 120.1165099, 30.4433404 ], [ 120.1168371, 30.4432226 ], [ 120.1168728, 30.443198 ], [ 120.1169157, 30.4431364 ], [ 120.1169264, 30.4430934 ], [ 120.1169174, 30.4430503 ], [ 120.116871, 30.4429857 ], [ 120.1168264, 30.4429426 ], [ 120.1168175, 30.4428811 ], [ 120.1168514, 30.4428195 ], [ 120.1168389, 30.442778 ], [ 120.1168015, 30.4427703 ], [ 120.1167925, 30.4427441 ], [ 120.1168157, 30.4427134 ], [ 120.1168193, 30.4426657 ], [ 120.1167961, 30.4425918 ], [ 120.1167693, 30.4425764 ], [ 120.1166408, 30.4425934 ], [ 120.1164963, 30.4426057 ], [ 120.1164463, 30.4426241 ], [ 120.1164231, 30.4426611 ], [ 120.1164089, 30.4427211 ], [ 120.1163732, 30.4427826 ], [ 120.1163714, 30.4428134 ], [ 120.1164374, 30.4428272 ], [ 120.1165927, 30.4427718 ], [ 120.1167087, 30.4427303 ], [ 120.1167675, 30.4427411 ], [ 120.1167747, 30.4427626 ], [ 120.116764, 30.4427811 ], [ 120.1166373, 30.4428195 ], [ 120.1165266, 30.4428534 ], [ 120.1163829, 30.4429055 ], [ 120.1163559, 30.4429332 ], [ 120.1163187, 30.4429354 ], [ 120.1162853, 30.4429122 ], [ 120.1162352, 30.4428568 ], [ 120.1162018, 30.4428369 ], [ 120.1161813, 30.4428535 ], [ 120.1161517, 30.4428945 ], [ 120.116135, 30.4429255 ], [ 120.1161427, 30.442972 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1155405, 30.4429832 ], [ 120.115609, 30.4430422 ], [ 120.1156508, 30.4431209 ], [ 120.1156888, 30.4432159 ], [ 120.1156926, 30.4432913 ], [ 120.1157192, 30.4433241 ], [ 120.1158181, 30.4433404 ], [ 120.1158941, 30.4433404 ], [ 120.1160081, 30.4433306 ], [ 120.1161108, 30.4433339 ], [ 120.1161754, 30.4433634 ], [ 120.1162742, 30.4433732 ], [ 120.116316, 30.4433601 ], [ 120.1163275, 30.4433142 ], [ 120.1163237, 30.4432192 ], [ 120.1163084, 30.44317 ], [ 120.1162666, 30.4431307 ], [ 120.1161792, 30.4431241 ], [ 120.1160271, 30.443111 ], [ 120.1159321, 30.4431143 ], [ 120.1158789, 30.4430782 ], [ 120.1158675, 30.4429963 ], [ 120.1159017, 30.4429275 ], [ 120.1158029, 30.442803 ], [ 120.1157382, 30.4427603 ], [ 120.1156736, 30.4427669 ], [ 120.1155976, 30.442839 ], [ 120.1155482, 30.4428816 ], [ 120.1155291, 30.4429308 ], [ 120.1155405, 30.4429832 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1178553, 30.4433038 ], [ 120.1179356, 30.4433269 ], [ 120.1180293, 30.4433154 ], [ 120.1180248, 30.44325 ], [ 120.1179624, 30.4432115 ], [ 120.1178776, 30.4431962 ], [ 120.1178374, 30.44325 ], [ 120.1178553, 30.4433038 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1165527, 30.4435154 ], [ 120.1166152, 30.4435231 ], [ 120.1168293, 30.4434654 ], [ 120.1168159, 30.4434038 ], [ 120.1167936, 30.4433615 ], [ 120.1166241, 30.4434231 ], [ 120.1165259, 30.4434615 ], [ 120.1165527, 30.4435154 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1172956, 30.4436103 ], [ 120.1172956, 30.4437031 ], [ 120.1173275, 30.4437409 ], [ 120.117459, 30.4437512 ], [ 120.1175187, 30.4437271 ], [ 120.1175427, 30.4436825 ], [ 120.1175506, 30.4435451 ], [ 120.1175865, 30.4435004 ], [ 120.1175666, 30.443466 ], [ 120.1174231, 30.4434317 ], [ 120.1173594, 30.4434386 ], [ 120.1172956, 30.4434832 ], [ 120.1172956, 30.4436103 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1161512, 30.4438057 ], [ 120.1161624, 30.4438557 ], [ 120.1162293, 30.443873 ], [ 120.1163074, 30.443875 ], [ 120.1163319, 30.4438346 ], [ 120.116352, 30.4437865 ], [ 120.1163966, 30.4437788 ], [ 120.1164167, 30.4437288 ], [ 120.1164167, 30.4436307 ], [ 120.1164412, 30.4435096 ], [ 120.1164323, 30.4434692 ], [ 120.1163676, 30.4434519 ], [ 120.1162404, 30.4434558 ], [ 120.1161825, 30.4434711 ], [ 120.1161557, 30.4435173 ], [ 120.116149, 30.4436019 ], [ 120.1161468, 30.4437365 ], [ 120.1161512, 30.4438057 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1254327, 30.4441486 ], [ 120.1255487, 30.4440777 ], [ 120.1255873, 30.4439902 ], [ 120.1256405, 30.4440236 ], [ 120.1257565, 30.4441194 ], [ 120.1257323, 30.4441944 ], [ 120.1257661, 30.4442361 ], [ 120.125887, 30.4442652 ], [ 120.1259401, 30.4442027 ], [ 120.1259353, 30.4441277 ], [ 120.1259208, 30.4440277 ], [ 120.1258241, 30.4439444 ], [ 120.1256985, 30.4438402 ], [ 120.1256647, 30.4437319 ], [ 120.1256115, 30.4436569 ], [ 120.125539, 30.4437652 ], [ 120.1255197, 30.4439152 ], [ 120.1254472, 30.4440236 ], [ 120.1253892, 30.4440986 ], [ 120.1254327, 30.4441486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1217573, 30.4444604 ], [ 120.121872, 30.4444842 ], [ 120.1219418, 30.4444629 ], [ 120.1220362, 30.4444766 ], [ 120.1221509, 30.4444566 ], [ 120.1222134, 30.4443402 ], [ 120.1222903, 30.4441022 ], [ 120.1224211, 30.4439432 ], [ 120.1224254, 30.4438155 ], [ 120.1224123, 30.4437278 ], [ 120.1222903, 30.443654 ], [ 120.122148, 30.4435863 ], [ 120.1219577, 30.4435926 ], [ 120.1218038, 30.443659 ], [ 120.1217007, 30.4439019 ], [ 120.1216237, 30.4443364 ], [ 120.1217573, 30.4444604 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1237267, 30.4447902 ], [ 120.1243646, 30.4451735 ], [ 120.1245048, 30.4450319 ], [ 120.1244613, 30.4449485 ], [ 120.124268, 30.4446402 ], [ 120.1242583, 30.4445569 ], [ 120.1245193, 30.4446069 ], [ 120.1245289, 30.4445194 ], [ 120.1247078, 30.444561 ], [ 120.1248382, 30.4444569 ], [ 120.1249397, 30.444436 ], [ 120.1250026, 30.4443486 ], [ 120.1252152, 30.4442902 ], [ 120.1252877, 30.4442402 ], [ 120.1252635, 30.4441069 ], [ 120.1252055, 30.4440236 ], [ 120.1250992, 30.4439694 ], [ 120.1250074, 30.4440069 ], [ 120.1248479, 30.4440361 ], [ 120.1246449, 30.4439527 ], [ 120.124442, 30.4438944 ], [ 120.1243115, 30.4440236 ], [ 120.1240988, 30.4442611 ], [ 120.1240698, 30.4443236 ], [ 120.1241423, 30.444436 ], [ 120.1242003, 30.4445985 ], [ 120.1241472, 30.4445902 ], [ 120.1240457, 30.4444985 ], [ 120.1239683, 30.444436 ], [ 120.1238669, 30.4444944 ], [ 120.123746, 30.4446235 ], [ 120.1236639, 30.4447444 ], [ 120.1237267, 30.4447902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108633, 30.4447133 ], [ 120.1091764, 30.4446213 ], [ 120.1092686, 30.4446339 ], [ 120.1093803, 30.4447217 ], [ 120.1093997, 30.4448849 ], [ 120.1093463, 30.4451024 ], [ 120.1092832, 30.4451401 ], [ 120.1092201, 30.4452279 ], [ 120.1092686, 30.4452865 ], [ 120.1092298, 30.4454496 ], [ 120.1091085, 30.4456881 ], [ 120.1089872, 30.445981 ], [ 120.1089047, 30.4463658 ], [ 120.1088125, 30.4464579 ], [ 120.1087887, 30.446678 ], [ 120.1087779, 30.4467776 ], [ 120.1087397, 30.4470017 ], [ 120.108764, 30.4471272 ], [ 120.1087291, 30.4472705 ], [ 120.1088216, 30.4472838 ], [ 120.1088271, 30.4471816 ], [ 120.1088174, 30.4469766 ], [ 120.1088415, 30.4468925 ], [ 120.1088664, 30.4468053 ], [ 120.1089308, 30.4466481 ], [ 120.108971, 30.4465255 ], [ 120.1089241, 30.4464369 ], [ 120.1089484, 30.4463867 ], [ 120.1091134, 30.4463449 ], [ 120.1093317, 30.4463407 ], [ 120.1094482, 30.4462654 ], [ 120.1096472, 30.4461399 ], [ 120.1098121, 30.4461274 ], [ 120.1101179, 30.4461818 ], [ 120.1103023, 30.4461818 ], [ 120.1108069, 30.4462487 ], [ 120.1109816, 30.4461985 ], [ 120.1111951, 30.4461985 ], [ 120.1114329, 30.446211 ], [ 120.1115688, 30.4462194 ], [ 120.1115542, 30.446165 ], [ 120.1113116, 30.4461232 ], [ 120.1111223, 30.4461274 ], [ 120.1109379, 30.4461441 ], [ 120.1108021, 30.4461943 ], [ 120.1106808, 30.4461859 ], [ 120.1100451, 30.4461023 ], [ 120.1097733, 30.4460688 ], [ 120.1096472, 30.4460772 ], [ 120.1095064, 30.446165 ], [ 120.1092832, 30.4462905 ], [ 120.109157, 30.4462905 ], [ 120.1090309, 30.4462571 ], [ 120.1090163, 30.4461734 ], [ 120.1090503, 30.4460688 ], [ 120.1091037, 30.4459015 ], [ 120.1092929, 30.4454496 ], [ 120.1093463, 30.4452614 ], [ 120.1094191, 30.4451568 ], [ 120.1094676, 30.4450104 ], [ 120.1095016, 30.4447803 ], [ 120.1094676, 30.4446046 ], [ 120.1094336, 30.4444707 ], [ 120.1094725, 30.4443787 ], [ 120.1095841, 30.4443243 ], [ 120.1095598, 30.4442197 ], [ 120.1095986, 30.4440816 ], [ 120.1097442, 30.4438097 ], [ 120.1097927, 30.44368 ], [ 120.1098558, 30.4435629 ], [ 120.1098801, 30.4433453 ], [ 120.1098558, 30.4432282 ], [ 120.1098558, 30.4431236 ], [ 120.1098316, 30.4430567 ], [ 120.109851, 30.4429102 ], [ 120.1098898, 30.4427471 ], [ 120.1098995, 30.4426299 ], [ 120.1099238, 30.442563 ], [ 120.1098766, 30.4425296 ], [ 120.1098218, 30.4425881 ], [ 120.1097491, 30.4426341 ], [ 120.1096617, 30.4428266 ], [ 120.1095258, 30.4430106 ], [ 120.1094336, 30.443383 ], [ 120.1094288, 30.443475 ], [ 120.1093511, 30.4435754 ], [ 120.1094094, 30.4436675 ], [ 120.1094142, 30.4439394 ], [ 120.1093948, 30.4440858 ], [ 120.1092735, 30.444203 ], [ 120.1092056, 30.4442615 ], [ 120.109191, 30.4443536 ], [ 120.1091667, 30.4444498 ], [ 120.1090697, 30.4445627 ], [ 120.1089338, 30.4446255 ], [ 120.1086863, 30.4446464 ], [ 120.1085165, 30.4446631 ], [ 120.108633, 30.4447133 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1220915, 30.4463198 ], [ 120.1223152, 30.4464214 ], [ 120.1227392, 30.446599 ], [ 120.1227745, 30.4465533 ], [ 120.122904, 30.4465635 ], [ 120.1229393, 30.4466396 ], [ 120.1231925, 30.446797 ], [ 120.1235105, 30.4470406 ], [ 120.1237107, 30.4471675 ], [ 120.124217, 30.4474619 ], [ 120.1242877, 30.4475381 ], [ 120.1244054, 30.4476345 ], [ 120.1246233, 30.4477766 ], [ 120.1247587, 30.4478782 ], [ 120.1250943, 30.4480051 ], [ 120.1253181, 30.448071 ], [ 120.1254417, 30.4481269 ], [ 120.1255948, 30.4481929 ], [ 120.125901, 30.4484061 ], [ 120.126449, 30.4487789 ], [ 120.1264626, 30.4487436 ], [ 120.12616, 30.4485482 ], [ 120.1257714, 30.4482741 ], [ 120.1255065, 30.4480913 ], [ 120.1253475, 30.4480254 ], [ 120.1250119, 30.4479035 ], [ 120.1247175, 30.4477411 ], [ 120.1245291, 30.4476193 ], [ 120.1245055, 30.4475279 ], [ 120.1248411, 30.4471828 ], [ 120.1247999, 30.4471269 ], [ 120.1244584, 30.447467 ], [ 120.124323, 30.447467 ], [ 120.1237636, 30.4471066 ], [ 120.1234693, 30.4469137 ], [ 120.1231749, 30.4466498 ], [ 120.1229688, 30.4465483 ], [ 120.122798, 30.4465026 ], [ 120.1228275, 30.4464417 ], [ 120.1226567, 30.4463655 ], [ 120.1223899, 30.4461974 ], [ 120.1222395, 30.4460918 ], [ 120.1221392, 30.4459362 ], [ 120.1218758, 30.4461549 ], [ 120.1220915, 30.4463198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1213925, 30.4479935 ], [ 120.1222997, 30.4480555 ], [ 120.1223493, 30.4480779 ], [ 120.1224059, 30.4480677 ], [ 120.1224153, 30.4476752 ], [ 120.1216048, 30.4475694 ], [ 120.1214975, 30.447544 ], [ 120.1214302, 30.4475277 ], [ 120.1213347, 30.4478064 ], [ 120.1213925, 30.4479935 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "官塘漾" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1130298, 30.454096 ], [ 120.1131325, 30.4539321 ], [ 120.113414, 30.4536009 ], [ 120.113646, 30.4534895 ], [ 120.1138818, 30.4532698 ], [ 120.11411, 30.4529026 ], [ 120.1142089, 30.4527124 ], [ 120.1144219, 30.4525583 ], [ 120.1145474, 30.4523124 ], [ 120.1147224, 30.452332 ], [ 120.1148593, 30.4523353 ], [ 120.1154869, 30.4524763 ], [ 120.1156352, 30.4525091 ], [ 120.1157265, 30.4525321 ], [ 120.1157075, 30.4526468 ], [ 120.1156884, 30.4528107 ], [ 120.1156694, 30.4529517 ], [ 120.1157341, 30.4531058 ], [ 120.1158672, 30.4532468 ], [ 120.1159737, 30.4533583 ], [ 120.1161525, 30.4534829 ], [ 120.1162133, 30.4534403 ], [ 120.1161449, 30.4533419 ], [ 120.1159471, 30.4531485 ], [ 120.1159205, 30.4530435 ], [ 120.1159205, 30.4529189 ], [ 120.1160384, 30.4527681 ], [ 120.1162438, 30.4526927 ], [ 120.1163883, 30.452673 ], [ 120.1163921, 30.4525747 ], [ 120.116297, 30.4523845 ], [ 120.1162932, 30.452273 ], [ 120.1163503, 30.4521943 ], [ 120.1165328, 30.452096 ], [ 120.1166773, 30.4520632 ], [ 120.1168257, 30.451955 ], [ 120.1168941, 30.4518501 ], [ 120.1169018, 30.4516861 ], [ 120.1169322, 30.4516041 ], [ 120.1170539, 30.4515943 ], [ 120.1171604, 30.4516664 ], [ 120.1172403, 30.4516992 ], [ 120.1172783, 30.451591 ], [ 120.1173239, 30.4514369 ], [ 120.1174609, 30.451332 ], [ 120.1175445, 30.4513615 ], [ 120.1178488, 30.4514205 ], [ 120.1180428, 30.4514664 ], [ 120.1181493, 30.4514009 ], [ 120.1182748, 30.451391 ], [ 120.1184041, 30.4510074 ], [ 120.1183166, 30.4509287 ], [ 120.1181341, 30.4508795 ], [ 120.1179477, 30.4508664 ], [ 120.1178678, 30.4509877 ], [ 120.117807, 30.4511615 ], [ 120.1177499, 30.4512599 ], [ 120.1175864, 30.4512664 ], [ 120.1174571, 30.4512336 ], [ 120.1174418, 30.4511418 ], [ 120.1172859, 30.4509877 ], [ 120.117149, 30.4508631 ], [ 120.1169892, 30.4508336 ], [ 120.116917, 30.4509058 ], [ 120.1168067, 30.4509681 ], [ 120.1166393, 30.4509451 ], [ 120.1164872, 30.4509189 ], [ 120.1164187, 30.4510631 ], [ 120.1163655, 30.4511517 ], [ 120.1163198, 30.4511779 ], [ 120.1161791, 30.4514927 ], [ 120.1161449, 30.4515976 ], [ 120.1161829, 30.4516697 ], [ 120.1163388, 30.4517091 ], [ 120.1165062, 30.4517287 ], [ 120.1166545, 30.4516828 ], [ 120.1167838, 30.4516664 ], [ 120.1168333, 30.4517255 ], [ 120.1168485, 30.4518402 ], [ 120.1167724, 30.4519583 ], [ 120.1165024, 30.4520173 ], [ 120.1163959, 30.4519747 ], [ 120.1163617, 30.4518697 ], [ 120.116278, 30.4518042 ], [ 120.1161563, 30.4518238 ], [ 120.116103, 30.451873 ], [ 120.1160117, 30.4518697 ], [ 120.1159319, 30.4518402 ], [ 120.115833, 30.4518501 ], [ 120.1157645, 30.4517517 ], [ 120.1157645, 30.4516664 ], [ 120.1158862, 30.451673 ], [ 120.1159889, 30.4516763 ], [ 120.1160422, 30.4515648 ], [ 120.1159664, 30.4514373 ], [ 120.1161617, 30.4511402 ], [ 120.116334, 30.4510214 ], [ 120.1163799, 30.4508333 ], [ 120.1161961, 30.450655 ], [ 120.1159779, 30.450556 ], [ 120.1156333, 30.4504768 ], [ 120.1156932, 30.4502589 ], [ 120.1157007, 30.4501034 ], [ 120.115618, 30.4498961 ], [ 120.1157383, 30.4497082 ], [ 120.1159412, 30.4495527 ], [ 120.1162493, 30.4494361 ], [ 120.1165185, 30.4493274 ], [ 120.1166583, 30.4492141 ], [ 120.1169784, 30.4492547 ], [ 120.1172189, 30.4492611 ], [ 120.1174744, 30.4492028 ], [ 120.1176548, 30.4491769 ], [ 120.1177826, 30.4492158 ], [ 120.1178277, 30.4493065 ], [ 120.1178051, 30.4494166 ], [ 120.1179404, 30.4495009 ], [ 120.1181208, 30.4495073 ], [ 120.1182861, 30.4495786 ], [ 120.1183463, 30.4496888 ], [ 120.1182636, 30.4498637 ], [ 120.1182035, 30.4499868 ], [ 120.1182861, 30.4499998 ], [ 120.118444, 30.4497276 ], [ 120.1185567, 30.4496693 ], [ 120.1187671, 30.4497276 ], [ 120.1188498, 30.4497989 ], [ 120.1189175, 30.4496628 ], [ 120.1190903, 30.4494102 ], [ 120.1192256, 30.4493842 ], [ 120.1194259, 30.4494617 ], [ 120.1195939, 30.4495268 ], [ 120.1202478, 30.4498767 ], [ 120.1203004, 30.4499544 ], [ 120.1203004, 30.4500451 ], [ 120.1202177, 30.4501293 ], [ 120.1199997, 30.4502848 ], [ 120.1198494, 30.4504468 ], [ 120.1197141, 30.4505051 ], [ 120.1194661, 30.4504792 ], [ 120.1194812, 30.4505505 ], [ 120.1197292, 30.4505958 ], [ 120.1199096, 30.4505246 ], [ 120.1203004, 30.4502006 ], [ 120.1205935, 30.4499933 ], [ 120.1208791, 30.4498378 ], [ 120.1211121, 30.4498054 ], [ 120.1213301, 30.4498831 ], [ 120.1215706, 30.4500192 ], [ 120.1218862, 30.4501941 ], [ 120.1225176, 30.4503756 ], [ 120.1226082, 30.450404 ], [ 120.1227656, 30.4504533 ], [ 120.1230136, 30.4505246 ], [ 120.1232165, 30.4505246 ], [ 120.1235097, 30.4505829 ], [ 120.1235773, 30.4505375 ], [ 120.1234934, 30.4505183 ], [ 120.1226979, 30.4503367 ], [ 120.1219914, 30.4501099 ], [ 120.1217509, 30.4500386 ], [ 120.1214353, 30.4498378 ], [ 120.1214379, 30.4497055 ], [ 120.1213614, 30.4495837 ], [ 120.1212399, 30.4496304 ], [ 120.1209392, 30.449773 ], [ 120.1207739, 30.4498378 ], [ 120.1205334, 30.4499155 ], [ 120.1203831, 30.4498702 ], [ 120.1198645, 30.4495268 ], [ 120.1196465, 30.4494296 ], [ 120.1196164, 30.4493648 ], [ 120.1195338, 30.4494166 ], [ 120.1190152, 30.4492223 ], [ 120.1189851, 30.4493842 ], [ 120.1188348, 30.4495397 ], [ 120.1187221, 30.4495981 ], [ 120.1183162, 30.4495203 ], [ 120.118211, 30.4494555 ], [ 120.1180005, 30.449287 ], [ 120.117993, 30.4491575 ], [ 120.1178878, 30.4490538 ], [ 120.1176698, 30.4489631 ], [ 120.1176097, 30.4488076 ], [ 120.1176548, 30.4486845 ], [ 120.118008, 30.4484318 ], [ 120.1181133, 30.4482374 ], [ 120.1182636, 30.4481856 ], [ 120.1184139, 30.4481532 ], [ 120.1185342, 30.4479329 ], [ 120.1187296, 30.4478162 ], [ 120.1188799, 30.4478098 ], [ 120.1190527, 30.4478033 ], [ 120.1192482, 30.4476996 ], [ 120.1193684, 30.4476154 ], [ 120.119519, 30.4476278 ], [ 120.1197206, 30.4475892 ], [ 120.1198163, 30.4476045 ], [ 120.1199627, 30.4475579 ], [ 120.1202643, 30.4472312 ], [ 120.1204034, 30.4469541 ], [ 120.1204673, 30.4468964 ], [ 120.1206364, 30.4467941 ], [ 120.120792, 30.4466503 ], [ 120.1209955, 30.4465379 ], [ 120.1211258, 30.4463785 ], [ 120.1213496, 30.4462995 ], [ 120.121609, 30.4461539 ], [ 120.1218758, 30.4461549 ], [ 120.1221392, 30.4459362 ], [ 120.1222536, 30.4456741 ], [ 120.1225073, 30.445478 ], [ 120.122749, 30.4452327 ], [ 120.1229322, 30.4451218 ], [ 120.1227057, 30.4446575 ], [ 120.1225929, 30.4446539 ], [ 120.1218742, 30.4445931 ], [ 120.1217114, 30.4445401 ], [ 120.121464, 30.4443387 ], [ 120.1211005, 30.4441725 ], [ 120.1210084, 30.4443355 ], [ 120.1209059, 30.4442961 ], [ 120.1210899, 30.4439913 ], [ 120.1209955, 30.4438384 ], [ 120.121043, 30.4435708 ], [ 120.1207129, 30.4434398 ], [ 120.1206344, 30.4433762 ], [ 120.1205989, 30.4430798 ], [ 120.1203315, 30.4428525 ], [ 120.120322, 30.4427829 ], [ 120.1204724, 30.4427425 ], [ 120.1204575, 30.4426744 ], [ 120.1203819, 30.4426143 ], [ 120.1203261, 30.4424636 ], [ 120.1201166, 30.4423299 ], [ 120.1199186, 30.4423102 ], [ 120.1198178, 30.4423101 ], [ 120.1197023, 30.4423445 ], [ 120.1194024, 30.4423328 ], [ 120.1191735, 30.4425964 ], [ 120.1189343, 30.4430432 ], [ 120.1186503, 30.4431791 ], [ 120.1184911, 30.4431498 ], [ 120.1185395, 30.4430199 ], [ 120.1182976, 30.4430714 ], [ 120.1183495, 30.4433327 ], [ 120.1183239, 30.4435236 ], [ 120.1181639, 30.4435738 ], [ 120.118043, 30.4434798 ], [ 120.1179328, 30.4435457 ], [ 120.1180212, 30.4439231 ], [ 120.1180798, 30.4439395 ], [ 120.1181254, 30.4440195 ], [ 120.118169, 30.4441119 ], [ 120.1181802, 30.4441773 ], [ 120.1182437, 30.4442175 ], [ 120.1182608, 30.4442615 ], [ 120.1182542, 30.4443395 ], [ 120.1182022, 30.4443729 ], [ 120.1181171, 30.4443547 ], [ 120.1180894, 30.444489 ], [ 120.1180503, 30.4446115 ], [ 120.1180036, 30.4447193 ], [ 120.1178066, 30.4448993 ], [ 120.1177431, 30.4449018 ], [ 120.1177491, 30.4449421 ], [ 120.1177933, 30.4449597 ], [ 120.1179478, 30.4449806 ], [ 120.1179858, 30.4450068 ], [ 120.1179697, 30.4450829 ], [ 120.117941, 30.4451664 ], [ 120.1179482, 30.4452267 ], [ 120.1178128, 30.4453352 ], [ 120.1177445, 30.4453424 ], [ 120.1175226, 30.4453214 ], [ 120.1175144, 30.4453666 ], [ 120.1175787, 30.4453766 ], [ 120.1176068, 30.4454433 ], [ 120.1175636, 30.4455114 ], [ 120.1175448, 30.4455768 ], [ 120.1175665, 30.4457622 ], [ 120.1174746, 30.4459866 ], [ 120.1173241, 30.446396 ], [ 120.1172436, 30.446534 ], [ 120.1170863, 30.4467019 ], [ 120.1170427, 30.446725 ], [ 120.116976, 30.4467167 ], [ 120.1168885, 30.4469183 ], [ 120.1168603, 30.4470665 ], [ 120.1169005, 30.447165 ], [ 120.1169503, 30.4472334 ], [ 120.1169374, 30.4472903 ], [ 120.1169097, 30.4473757 ], [ 120.1168682, 30.4474023 ], [ 120.1167271, 30.4473857 ], [ 120.1165137, 30.4473528 ], [ 120.1165168, 30.4473898 ], [ 120.1165695, 30.4474909 ], [ 120.1166165, 30.447592 ], [ 120.1166516, 30.4476881 ], [ 120.1166165, 30.4478448 ], [ 120.1165461, 30.4479257 ], [ 120.1164171, 30.4480217 ], [ 120.1162646, 30.4481228 ], [ 120.1161884, 30.4481835 ], [ 120.1161122, 30.4483553 ], [ 120.1160535, 30.448416 ], [ 120.1159656, 30.4484716 ], [ 120.1157721, 30.448507 ], [ 120.1153029, 30.4485474 ], [ 120.1151446, 30.4485778 ], [ 120.1151036, 30.4486283 ], [ 120.115127, 30.4487294 ], [ 120.1150801, 30.4487699 ], [ 120.1149628, 30.4488356 ], [ 120.1147144, 30.4488538 ], [ 120.114768, 30.4498467 ], [ 120.1148783, 30.4499155 ], [ 120.114962, 30.4499942 ], [ 120.114943, 30.4500959 ], [ 120.1148897, 30.4502369 ], [ 120.1148403, 30.4502828 ], [ 120.11473, 30.450309 ], [ 120.1146045, 30.4502697 ], [ 120.1144333, 30.4502139 ], [ 120.1143572, 30.4502434 ], [ 120.1143002, 30.4503156 ], [ 120.114323, 30.4504303 ], [ 120.1143078, 30.4505025 ], [ 120.114304, 30.4505812 ], [ 120.1143839, 30.4506467 ], [ 120.1145512, 30.4507517 ], [ 120.1146349, 30.4508599 ], [ 120.1146121, 30.4509287 ], [ 120.1144447, 30.4509418 ], [ 120.1143116, 30.4509845 ], [ 120.1141899, 30.4510533 ], [ 120.1141024, 30.4511746 ], [ 120.1140225, 30.4513222 ], [ 120.1138704, 30.451532 ], [ 120.1137829, 30.4516468 ], [ 120.1137068, 30.4517976 ], [ 120.1136802, 30.4519386 ], [ 120.1136764, 30.4521976 ], [ 120.1136384, 30.4523124 ], [ 120.1136041, 30.4525222 ], [ 120.1135395, 30.4526829 ], [ 120.1136003, 30.4527288 ], [ 120.1136346, 30.452814 ], [ 120.1136041, 30.452955 ], [ 120.1135585, 30.4531026 ], [ 120.1134406, 30.4533747 ], [ 120.1134558, 30.4534206 ], [ 120.1133417, 30.4535813 ], [ 120.113201, 30.453755 ], [ 120.1130374, 30.4538895 ], [ 120.1129119, 30.4540403 ], [ 120.1130298, 30.454096 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1201567, 30.4476217 ], [ 120.1203169, 30.4477188 ], [ 120.1205234, 30.4477678 ], [ 120.1206018, 30.4478731 ], [ 120.1206607, 30.4479492 ], [ 120.120749, 30.4480812 ], [ 120.1207844, 30.4481421 ], [ 120.1208845, 30.4481269 ], [ 120.1209846, 30.4480457 ], [ 120.1211023, 30.4480507 ], [ 120.1212907, 30.4481167 ], [ 120.1216499, 30.4481776 ], [ 120.1219031, 30.448203 ], [ 120.1221268, 30.4482335 ], [ 120.1221857, 30.4483198 ], [ 120.1221739, 30.4484416 ], [ 120.1220915, 30.4485888 ], [ 120.1219796, 30.4487817 ], [ 120.1218442, 30.4490558 ], [ 120.1217735, 30.449203 ], [ 120.1216499, 30.44934 ], [ 120.1213614, 30.4495837 ], [ 120.1214379, 30.4497055 ], [ 120.1217559, 30.4493705 ], [ 120.1220915, 30.4489187 ], [ 120.1223093, 30.4484314 ], [ 120.1223682, 30.4482182 ], [ 120.1222799, 30.4481776 ], [ 120.1220503, 30.4481269 ], [ 120.12175, 30.4481218 ], [ 120.1213967, 30.4480609 ], [ 120.1211435, 30.4479898 ], [ 120.1210022, 30.4478528 ], [ 120.1208249, 30.4477422 ], [ 120.12058, 30.447723 ], [ 120.1204085, 30.4475201 ], [ 120.1202915, 30.4473704 ], [ 120.1202643, 30.4472312 ], [ 120.1199627, 30.4475579 ], [ 120.1201567, 30.4476217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1117904, 30.4529858 ], [ 120.1118359, 30.4530584 ], [ 120.1121125, 30.4531645 ], [ 120.1124672, 30.4532514 ], [ 120.1126028, 30.4532484 ], [ 120.1126411, 30.4531975 ], [ 120.1126306, 30.4531615 ], [ 120.1125576, 30.4531255 ], [ 120.1118412, 30.4529127 ], [ 120.1118066, 30.4528961 ], [ 120.1117793, 30.4529349 ], [ 120.1117904, 30.4529858 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0747857, 30.4317172 ], [ 120.0752024, 30.4309029 ], [ 120.0753156, 30.4309083 ], [ 120.0756566, 30.4300092 ], [ 120.0736564, 30.4295034 ], [ 120.0729631, 30.4313494 ], [ 120.0747857, 30.4317172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0771529, 30.436779 ], [ 120.0774922, 30.4370975 ], [ 120.0778842, 30.4374876 ], [ 120.0781632, 30.4377346 ], [ 120.0784195, 30.4379491 ], [ 120.0786004, 30.4381571 ], [ 120.0788794, 30.4387096 ], [ 120.0788643, 30.4388721 ], [ 120.0788869, 30.4391256 ], [ 120.0789699, 30.4393076 ], [ 120.0791583, 30.4403411 ], [ 120.0792714, 30.4409651 ], [ 120.0793167, 30.4414721 ], [ 120.0793091, 30.4417451 ], [ 120.0792488, 30.441953 ], [ 120.079196, 30.4421285 ], [ 120.0797539, 30.442252 ], [ 120.0797766, 30.4420375 ], [ 120.0798746, 30.441875 ], [ 120.0800253, 30.4416866 ], [ 120.0802892, 30.4415501 ], [ 120.0806662, 30.4413356 ], [ 120.0808999, 30.4412186 ], [ 120.081013, 30.4410691 ], [ 120.0810733, 30.4409521 ], [ 120.0812241, 30.4408416 ], [ 120.0816236, 30.4405621 ], [ 120.0818121, 30.4403801 ], [ 120.0819403, 30.4402111 ], [ 120.082076, 30.4401396 ], [ 120.082174, 30.4400486 ], [ 120.0822871, 30.4400226 ], [ 120.082468, 30.4400421 ], [ 120.0825434, 30.4401656 ], [ 120.0829279, 30.4402436 ], [ 120.0830259, 30.4402046 ], [ 120.082943, 30.4401266 ], [ 120.0826716, 30.4400811 ], [ 120.082551, 30.4399576 ], [ 120.0824605, 30.4397951 ], [ 120.0824605, 30.4396651 ], [ 120.0825345, 30.4394883 ], [ 120.0825066, 30.4394549 ], [ 120.0824849, 30.4394287 ], [ 120.0822268, 30.4396846 ], [ 120.0820609, 30.4399121 ], [ 120.0818046, 30.4401201 ], [ 120.0816538, 30.4403671 ], [ 120.0814879, 30.4405361 ], [ 120.080832, 30.4410236 ], [ 120.0804928, 30.4412186 ], [ 120.0802214, 30.4414201 ], [ 120.0800103, 30.4414526 ], [ 120.0798444, 30.4414656 ], [ 120.0797313, 30.4414071 ], [ 120.079671, 30.4412966 ], [ 120.0796484, 30.4410951 ], [ 120.0796258, 30.4407246 ], [ 120.0795881, 30.4405946 ], [ 120.0796559, 30.4405101 ], [ 120.0801686, 30.4403021 ], [ 120.0800706, 30.4401461 ], [ 120.0795428, 30.4403411 ], [ 120.0794448, 30.4402826 ], [ 120.0794222, 30.4401721 ], [ 120.0793393, 30.4390671 ], [ 120.079279, 30.4387551 ], [ 120.0791659, 30.4384756 ], [ 120.0791384, 30.4384217 ], [ 120.0790302, 30.4382091 ], [ 120.0789246, 30.4380141 ], [ 120.0786381, 30.4377021 ], [ 120.0785477, 30.4375396 ], [ 120.0785854, 30.4373966 ], [ 120.0783893, 30.4374291 ], [ 120.0782235, 30.4373706 ], [ 120.0780953, 30.437221 ], [ 120.0779219, 30.4370325 ], [ 120.077588, 30.4367155 ], [ 120.0773263, 30.436467 ], [ 120.0771228, 30.4362525 ], [ 120.0768966, 30.4361355 ], [ 120.0767157, 30.4360575 ], [ 120.0766346, 30.4363689 ], [ 120.0766327, 30.436376 ], [ 120.0771529, 30.436779 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0607887, 30.4657688 ], [ 120.0610791, 30.4658386 ], [ 120.0610798, 30.4659138 ], [ 120.0611342, 30.4661131 ], [ 120.0611546, 30.4665877 ], [ 120.0612603, 30.4665848 ], [ 120.061207, 30.4661128 ], [ 120.061169, 30.4658965 ], [ 120.0612603, 30.4657982 ], [ 120.0616418, 30.4658204 ], [ 120.061695, 30.4657516 ], [ 120.0618133, 30.4657114 ], [ 120.0621732, 30.4657296 ], [ 120.0622406, 30.4657854 ], [ 120.0623963, 30.4658575 ], [ 120.0637585, 30.465818 ], [ 120.0642367, 30.4658704 ], [ 120.0651399, 30.4660274 ], [ 120.0659292, 30.4660928 ], [ 120.0673258, 30.4661517 ], [ 120.0680999, 30.4662498 ], [ 120.0684263, 30.4662825 ], [ 120.0687603, 30.4662498 ], [ 120.0689804, 30.4661778 ], [ 120.0691701, 30.4661255 ], [ 120.06958, 30.4661909 ], [ 120.0698228, 30.4662106 ], [ 120.0699519, 30.4662563 ], [ 120.0700126, 30.4664003 ], [ 120.0702327, 30.466518 ], [ 120.0703693, 30.4663545 ], [ 120.0702099, 30.4661844 ], [ 120.0701492, 30.4660012 ], [ 120.0703617, 30.4657657 ], [ 120.0704604, 30.465661 ], [ 120.0707033, 30.4653143 ], [ 120.0713484, 30.4644442 ], [ 120.0714774, 30.464261 ], [ 120.07191, 30.4641498 ], [ 120.0718949, 30.4640517 ], [ 120.0717431, 30.4640124 ], [ 120.071781, 30.463862 ], [ 120.0720998, 30.4634891 ], [ 120.0722971, 30.4630508 ], [ 120.0731472, 30.4616442 ], [ 120.0736329, 30.4608591 ], [ 120.0738606, 30.4605647 ], [ 120.0742477, 30.4593936 ], [ 120.074612, 30.4586609 ], [ 120.0748701, 30.4584842 ], [ 120.0750143, 30.4583665 ], [ 120.0750295, 30.458144 ], [ 120.0750447, 30.4578562 ], [ 120.0751813, 30.4571627 ], [ 120.0753331, 30.4567439 ], [ 120.075576, 30.456299 ], [ 120.0757657, 30.4557364 ], [ 120.0758644, 30.4549905 ], [ 120.0760921, 30.4538521 ], [ 120.0762742, 30.4532044 ], [ 120.0762991, 30.4531508 ], [ 120.0763349, 30.4530735 ], [ 120.0763046, 30.4528576 ], [ 120.076464, 30.4518827 ], [ 120.0764488, 30.451549 ], [ 120.0764732, 30.4513807 ], [ 120.0764867, 30.4512873 ], [ 120.0766689, 30.450705 ], [ 120.0766765, 30.4503975 ], [ 120.0768055, 30.4499002 ], [ 120.0768359, 30.4492655 ], [ 120.0768662, 30.4489972 ], [ 120.0769497, 30.4487421 ], [ 120.0776556, 30.4476494 ], [ 120.0781685, 30.4469163 ], [ 120.0782838, 30.4467267 ], [ 120.0784059, 30.4464897 ], [ 120.0785708, 30.4461475 ], [ 120.0787237, 30.4458469 ], [ 120.0787841, 30.4457128 ], [ 120.0788283, 30.445574 ], [ 120.0788672, 30.4454838 ], [ 120.0789316, 30.4453717 ], [ 120.0790147, 30.4452769 ], [ 120.0791301, 30.4451832 ], [ 120.0792696, 30.4451323 ], [ 120.0794023, 30.4451127 ], [ 120.0795056, 30.4451219 ], [ 120.0796142, 30.4451508 ], [ 120.0797094, 30.4452063 ], [ 120.0798047, 30.445322 ], [ 120.0800514, 30.4455278 ], [ 120.0803988, 30.4457787 ], [ 120.0805342, 30.4458839 ], [ 120.0807143, 30.4460594 ], [ 120.0807978, 30.4461117 ], [ 120.0808396, 30.4461287 ], [ 120.0813291, 30.4463276 ], [ 120.0820881, 30.4466941 ], [ 120.082164, 30.4468315 ], [ 120.0821412, 30.4470278 ], [ 120.0821715, 30.4471063 ], [ 120.0824068, 30.4468969 ], [ 120.0825283, 30.4468969 ], [ 120.0830444, 30.4470408 ], [ 120.0839931, 30.4473549 ], [ 120.0846644, 30.4476166 ], [ 120.0851847, 30.4478195 ], [ 120.0855111, 30.4479634 ], [ 120.0863611, 30.4480943 ], [ 120.0869076, 30.4482252 ], [ 120.0877109, 30.4484182 ], [ 120.0882825, 30.4486016 ], [ 120.0892448, 30.448925 ], [ 120.0896147, 30.4484001 ], [ 120.0881276, 30.4479201 ], [ 120.0876994, 30.4477846 ], [ 120.0871573, 30.4476631 ], [ 120.0856938, 30.4472892 ], [ 120.0854444, 30.4472472 ], [ 120.0848753, 30.4472238 ], [ 120.0845067, 30.4471444 ], [ 120.0837316, 30.4468733 ], [ 120.0822355, 30.4462705 ], [ 120.0813303, 30.445864 ], [ 120.081081, 30.4458172 ], [ 120.0807124, 30.4456537 ], [ 120.0803601, 30.4453826 ], [ 120.080192, 30.4452518 ], [ 120.0797909, 30.4447938 ], [ 120.0795361, 30.4445508 ], [ 120.0794386, 30.444406 ], [ 120.0794115, 30.4442377 ], [ 120.0796175, 30.4436302 ], [ 120.07965, 30.4434947 ], [ 120.0797259, 30.4424947 ], [ 120.0791784, 30.4423685 ], [ 120.0791933, 30.4424224 ], [ 120.079238, 30.4425834 ], [ 120.0793302, 30.4426769 ], [ 120.079341, 30.4428779 ], [ 120.0792868, 30.4432751 ], [ 120.0792055, 30.4436115 ], [ 120.0791188, 30.4439106 ], [ 120.0790483, 30.4440275 ], [ 120.0789399, 30.4441116 ], [ 120.0788315, 30.4441116 ], [ 120.0786526, 30.4440789 ], [ 120.0784195, 30.443934 ], [ 120.0780509, 30.4436863 ], [ 120.0773192, 30.4432237 ], [ 120.0769452, 30.4430741 ], [ 120.0766633, 30.4430227 ], [ 120.0764031, 30.4430181 ], [ 120.0761755, 30.4430227 ], [ 120.0757093, 30.442948 ], [ 120.075525, 30.4429106 ], [ 120.0755033, 30.4430461 ], [ 120.0759749, 30.4431162 ], [ 120.0762405, 30.4431489 ], [ 120.0765441, 30.4431255 ], [ 120.076685, 30.4431442 ], [ 120.076956, 30.443233 ], [ 120.0772487, 30.4433592 ], [ 120.077845, 30.443719 ], [ 120.0784358, 30.4441069 ], [ 120.0785516, 30.4441811 ], [ 120.0786255, 30.4442284 ], [ 120.0787393, 30.4443452 ], [ 120.0788324, 30.4444953 ], [ 120.0788659, 30.4445878 ], [ 120.0788659, 30.444656 ], [ 120.0788471, 30.4447335 ], [ 120.0787814, 30.4448456 ], [ 120.0786594, 30.4450607 ], [ 120.0786205, 30.4451555 ], [ 120.0786084, 30.4452295 ], [ 120.078595, 30.4452931 ], [ 120.078544, 30.4453867 ], [ 120.0785078, 30.4454353 ], [ 120.0784421, 30.4455474 ], [ 120.0784019, 30.4456388 ], [ 120.078367, 30.4457266 ], [ 120.0783321, 30.4458376 ], [ 120.0782879, 30.4459451 ], [ 120.078249, 30.4460423 ], [ 120.0782248, 30.4461313 ], [ 120.0781953, 30.446255 ], [ 120.0781618, 30.4463463 ], [ 120.0780455, 30.4465322 ], [ 120.0777691, 30.4469201 ], [ 120.0776173, 30.4470743 ], [ 120.0775089, 30.4471257 ], [ 120.07733, 30.447149 ], [ 120.0771295, 30.4471163 ], [ 120.076956, 30.4471397 ], [ 120.0768639, 30.4473079 ], [ 120.0771674, 30.4473453 ], [ 120.0773409, 30.4474247 ], [ 120.0773463, 30.4475743 ], [ 120.0772758, 30.4477425 ], [ 120.0770969, 30.4480089 ], [ 120.0770102, 30.4481397 ], [ 120.0769397, 30.4481864 ], [ 120.0768693, 30.4483173 ], [ 120.0767283, 30.4485509 ], [ 120.0765766, 30.4487612 ], [ 120.0765278, 30.4489481 ], [ 120.0764411, 30.4493453 ], [ 120.0764248, 30.4496771 ], [ 120.0763814, 30.4497565 ], [ 120.076376, 30.449892 ], [ 120.0763869, 30.4499995 ], [ 120.0764248, 30.4501023 ], [ 120.076414, 30.4502799 ], [ 120.0763543, 30.4505649 ], [ 120.0762622, 30.4508453 ], [ 120.0761863, 30.4512051 ], [ 120.0761158, 30.4517658 ], [ 120.0760833, 30.451906 ], [ 120.0759857, 30.4520368 ], [ 120.0759586, 30.452163 ], [ 120.075928, 30.4523576 ], [ 120.0759424, 30.4524901 ], [ 120.0759207, 30.4530321 ], [ 120.075827, 30.453153 ], [ 120.0757581, 30.4535788 ], [ 120.0756659, 30.4536115 ], [ 120.0754925, 30.4536302 ], [ 120.0754666, 30.4537351 ], [ 120.075422, 30.4539153 ], [ 120.0754329, 30.4540881 ], [ 120.07546, 30.4541816 ], [ 120.0756063, 30.4542891 ], [ 120.0753732, 30.4550133 ], [ 120.0752431, 30.4556021 ], [ 120.0751998, 30.4557749 ], [ 120.0751944, 30.4559011 ], [ 120.0751835, 30.4560086 ], [ 120.0750317, 30.4563917 ], [ 120.0749288, 30.456644 ], [ 120.0747661, 30.4573543 ], [ 120.0746686, 30.4575926 ], [ 120.0746089, 30.4577561 ], [ 120.0746144, 30.4578589 ], [ 120.0746144, 30.4579663 ], [ 120.0745764, 30.4580505 ], [ 120.0745547, 30.4581906 ], [ 120.0743975, 30.458513 ], [ 120.0741645, 30.4590457 ], [ 120.0740723, 30.459284 ], [ 120.0738934, 30.4595363 ], [ 120.0737634, 30.4597232 ], [ 120.0737579, 30.4599101 ], [ 120.0734544, 30.4605829 ], [ 120.0730966, 30.4611763 ], [ 120.0729069, 30.4614659 ], [ 120.0727931, 30.4616108 ], [ 120.0727064, 30.4617089 ], [ 120.0726847, 30.4617977 ], [ 120.0726684, 30.4619378 ], [ 120.0726142, 30.4620967 ], [ 120.0723811, 30.4624611 ], [ 120.0720559, 30.4629003 ], [ 120.0718445, 30.4631853 ], [ 120.0717903, 30.4632881 ], [ 120.0716873, 30.4633489 ], [ 120.0717253, 30.4634189 ], [ 120.0716927, 30.4634937 ], [ 120.0715355, 30.4636292 ], [ 120.0714488, 30.4637647 ], [ 120.0714217, 30.4638535 ], [ 120.0712645, 30.4639749 ], [ 120.0710965, 30.4641571 ], [ 120.0709989, 30.4643394 ], [ 120.0709068, 30.4645262 ], [ 120.0706628, 30.4647785 ], [ 120.070637, 30.4648002 ], [ 120.0704515, 30.4649561 ], [ 120.0702563, 30.4651103 ], [ 120.0700341, 30.4652504 ], [ 120.0698281, 30.4653859 ], [ 120.0696546, 30.4654607 ], [ 120.0695788, 30.4655307 ], [ 120.0693945, 30.4656195 ], [ 120.0691668, 30.4657176 ], [ 120.0690584, 30.4658064 ], [ 120.0689446, 30.4658858 ], [ 120.0686248, 30.4658344 ], [ 120.0682833, 30.4658251 ], [ 120.0681261, 30.4658438 ], [ 120.0679743, 30.4658671 ], [ 120.0678225, 30.4659372 ], [ 120.0675678, 30.4659886 ], [ 120.0671721, 30.4660026 ], [ 120.0666138, 30.4659559 ], [ 120.0656869, 30.4658391 ], [ 120.0655459, 30.4657877 ], [ 120.0653562, 30.4657877 ], [ 120.0649876, 30.4657877 ], [ 120.0639794, 30.4656429 ], [ 120.0636813, 30.4655728 ], [ 120.0633235, 30.4655541 ], [ 120.0630959, 30.4655261 ], [ 120.0629279, 30.4655868 ], [ 120.0625701, 30.4655868 ], [ 120.0624671, 30.4655821 ], [ 120.0623153, 30.4656055 ], [ 120.0621473, 30.4655681 ], [ 120.0620064, 30.4655634 ], [ 120.0618112, 30.4655541 ], [ 120.0614697, 30.4655588 ], [ 120.0613017, 30.4655634 ], [ 120.0611662, 30.4655354 ], [ 120.0606683, 30.4655859 ], [ 120.0606523, 30.4656816 ], [ 120.0607887, 30.4657688 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0796033, 30.4665823 ], [ 120.0798046, 30.4666423 ], [ 120.0798743, 30.4664888 ], [ 120.079882, 30.4663687 ], [ 120.0797736, 30.4663153 ], [ 120.0796653, 30.4663487 ], [ 120.0796033, 30.4664488 ], [ 120.0795723, 30.4665222 ], [ 120.0796033, 30.4665823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0793013, 30.4673631 ], [ 120.0794872, 30.4673831 ], [ 120.0796343, 30.4673497 ], [ 120.0796885, 30.4672429 ], [ 120.0796653, 30.4671695 ], [ 120.0795027, 30.4671762 ], [ 120.0792859, 30.4672029 ], [ 120.0791775, 30.467303 ], [ 120.0793013, 30.4673631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0806099, 30.4675833 ], [ 120.0810744, 30.46765 ], [ 120.0811441, 30.4676233 ], [ 120.0812138, 30.4675099 ], [ 120.0813609, 30.4675366 ], [ 120.0815545, 30.4675432 ], [ 120.0817248, 30.4674899 ], [ 120.0817945, 30.4675299 ], [ 120.081988, 30.4675366 ], [ 120.0821274, 30.4675099 ], [ 120.0821816, 30.4675432 ], [ 120.0822823, 30.4675966 ], [ 120.0826075, 30.4676033 ], [ 120.0828088, 30.46761 ], [ 120.082863, 30.4675499 ], [ 120.0824449, 30.4674164 ], [ 120.0821506, 30.4674031 ], [ 120.0817945, 30.4674098 ], [ 120.0814306, 30.4674565 ], [ 120.0811983, 30.4674031 ], [ 120.0809892, 30.4674164 ], [ 120.0807337, 30.4674365 ], [ 120.0806253, 30.4674164 ], [ 120.0805557, 30.4674698 ], [ 120.0806099, 30.4675833 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0830211, 30.4677462 ], [ 120.0830491, 30.4678267 ], [ 120.0830398, 30.4680842 ], [ 120.0829923, 30.4684848 ], [ 120.083113, 30.4684928 ], [ 120.0831145, 30.468374 ], [ 120.0831892, 30.4682774 ], [ 120.0833199, 30.4682452 ], [ 120.0835066, 30.4682452 ], [ 120.083656, 30.4682935 ], [ 120.0837072, 30.4684608 ], [ 120.0840044, 30.4679326 ], [ 120.0838895, 30.4678428 ], [ 120.0838988, 30.4677382 ], [ 120.0838521, 30.4676336 ], [ 120.0837494, 30.4676175 ], [ 120.0836747, 30.4675129 ], [ 120.083544, 30.467545 ], [ 120.0834413, 30.4676658 ], [ 120.0832919, 30.467714 ], [ 120.0829371, 30.4676416 ], [ 120.0830211, 30.4677462 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0761603, 30.4694169 ], [ 120.0762155, 30.4697972 ], [ 120.0764361, 30.4697814 ], [ 120.0764545, 30.4695912 ], [ 120.0763626, 30.4694803 ], [ 120.0762706, 30.4694406 ], [ 120.076381, 30.4693139 ], [ 120.0763718, 30.4691475 ], [ 120.0762614, 30.4690286 ], [ 120.0761511, 30.4690365 ], [ 120.0761603, 30.4694169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0812564, 30.4696294 ], [ 120.0815178, 30.4697018 ], [ 120.0816206, 30.4698064 ], [ 120.0817139, 30.4700076 ], [ 120.0817513, 30.4702008 ], [ 120.0818446, 30.4703698 ], [ 120.0820544, 30.4703575 ], [ 120.0818958, 30.4702826 ], [ 120.08191, 30.4699754 ], [ 120.0820594, 30.4699191 ], [ 120.0819567, 30.469895 ], [ 120.0818073, 30.4698306 ], [ 120.0817793, 30.4697179 ], [ 120.0821844, 30.4697573 ], [ 120.082235, 30.469612 ], [ 120.0819007, 30.4696053 ], [ 120.0816206, 30.4694604 ], [ 120.0812844, 30.4694523 ], [ 120.0811724, 30.4695409 ], [ 120.0812564, 30.4696294 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0830865, 30.470748 ], [ 120.0832919, 30.4708526 ], [ 120.0834319, 30.4708768 ], [ 120.0834786, 30.4709894 ], [ 120.08346, 30.471086 ], [ 120.0833199, 30.4711745 ], [ 120.0831965, 30.4711818 ], [ 120.0831965, 30.4713019 ], [ 120.0834973, 30.4712872 ], [ 120.0836093, 30.4713596 ], [ 120.0837868, 30.4713516 ], [ 120.0838614, 30.4712872 ], [ 120.0840855, 30.4712469 ], [ 120.0847205, 30.471263 ], [ 120.0850939, 30.4712791 ], [ 120.0854301, 30.4712228 ], [ 120.0856822, 30.4711584 ], [ 120.0856822, 30.471086 ], [ 120.0853927, 30.4710458 ], [ 120.0853554, 30.470925 ], [ 120.0853087, 30.47074 ], [ 120.0853367, 30.470579 ], [ 120.0853834, 30.4704422 ], [ 120.0855328, 30.4703698 ], [ 120.0855141, 30.4702732 ], [ 120.0851966, 30.470233 ], [ 120.0851593, 30.4701686 ], [ 120.0851406, 30.4700076 ], [ 120.0851686, 30.4699432 ], [ 120.0850659, 30.4698628 ], [ 120.0849352, 30.4698708 ], [ 120.0847858, 30.4699593 ], [ 120.0848325, 30.470064 ], [ 120.0846738, 30.4700962 ], [ 120.0845617, 30.4700237 ], [ 120.0846458, 30.4699754 ], [ 120.0846084, 30.4698628 ], [ 120.0845431, 30.4697501 ], [ 120.0846177, 30.4696696 ], [ 120.0849352, 30.4696857 ], [ 120.0848792, 30.4696213 ], [ 120.0845151, 30.4695412 ], [ 120.0840415, 30.4697493 ], [ 120.0840202, 30.4698547 ], [ 120.0838895, 30.4698869 ], [ 120.0836144, 30.4698773 ], [ 120.0835587, 30.4700454 ], [ 120.0838148, 30.4701525 ], [ 120.0839175, 30.4702732 ], [ 120.0838241, 30.4704502 ], [ 120.0836747, 30.4706112 ], [ 120.0834973, 30.4706434 ], [ 120.0832452, 30.4706112 ], [ 120.0830585, 30.4706353 ], [ 120.0830865, 30.470748 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1075667, 30.4495869 ], [ 120.1076038, 30.4496588 ], [ 120.1076177, 30.4497987 ], [ 120.1076038, 30.4498787 ], [ 120.1075853, 30.4499707 ], [ 120.1076409, 30.4500626 ], [ 120.1076827, 30.4501186 ], [ 120.1077615, 30.4501266 ], [ 120.1081696, 30.4501106 ], [ 120.1083366, 30.4501226 ], [ 120.1085963, 30.4501745 ], [ 120.1088467, 30.4502065 ], [ 120.1092316, 30.4502145 ], [ 120.1094032, 30.4502145 ], [ 120.1097417, 30.4502385 ], [ 120.1099041, 30.4502665 ], [ 120.110238, 30.4503385 ], [ 120.1103585, 30.4503744 ], [ 120.1104374, 30.4504304 ], [ 120.1104698, 30.4505184 ], [ 120.1104513, 30.4506743 ], [ 120.1104235, 30.4508942 ], [ 120.1102751, 30.4514738 ], [ 120.1102519, 30.4515778 ], [ 120.1102472, 30.4516577 ], [ 120.1102751, 30.4517177 ], [ 120.1103539, 30.4517657 ], [ 120.1106275, 30.4518536 ], [ 120.1108037, 30.4519296 ], [ 120.1109104, 30.4519936 ], [ 120.1109568, 30.4520655 ], [ 120.1109939, 30.4521855 ], [ 120.1109753, 30.4523454 ], [ 120.110915, 30.4525653 ], [ 120.1109243, 30.4526732 ], [ 120.1109243, 30.4527452 ], [ 120.1108547, 30.4528291 ], [ 120.1108084, 30.4528651 ], [ 120.1107666, 30.4528611 ], [ 120.1107898, 30.4529051 ], [ 120.1108269, 30.452989 ], [ 120.1108084, 30.453033 ], [ 120.1108037, 30.4531169 ], [ 120.1108408, 30.4532729 ], [ 120.110929, 30.4536247 ], [ 120.1109429, 30.4537006 ], [ 120.1110217, 30.4537566 ], [ 120.1111376, 30.4539365 ], [ 120.1112397, 30.4541164 ], [ 120.111351, 30.4542003 ], [ 120.1114715, 30.4542443 ], [ 120.1115782, 30.4543283 ], [ 120.1116988, 30.4544282 ], [ 120.1117683, 30.4545122 ], [ 120.1120234, 30.4546561 ], [ 120.1120976, 30.454704 ], [ 120.112166, 30.4547853 ], [ 120.1121342, 30.4549661 ], [ 120.1121217, 30.4551352 ], [ 120.1121384, 30.4551668 ], [ 120.1121066, 30.4552485 ], [ 120.112095, 30.4553807 ], [ 120.1120465, 30.4555348 ], [ 120.1119875, 30.4556955 ], [ 120.1120012, 30.4558046 ], [ 120.1123898, 30.4561072 ], [ 120.1124269, 30.4561592 ], [ 120.1124222, 30.4562272 ], [ 120.1123541, 30.4564304 ], [ 120.1123136, 30.4568176 ], [ 120.1125104, 30.4568828 ], [ 120.1127747, 30.4569907 ], [ 120.1131564, 30.4571688 ], [ 120.1133551, 30.4572617 ], [ 120.1134062, 30.4573109 ], [ 120.1134255, 30.4573881 ], [ 120.1134282, 30.4575236 ], [ 120.1136979, 30.4576265 ], [ 120.1138992, 30.4576579 ], [ 120.1141499, 30.4576296 ], [ 120.1145091, 30.4576623 ], [ 120.1147642, 30.4576503 ], [ 120.1150239, 30.4576303 ], [ 120.1154088, 30.4576663 ], [ 120.1156778, 30.4577183 ], [ 120.1159236, 30.4578542 ], [ 120.1160859, 30.4578982 ], [ 120.1162528, 30.4578622 ], [ 120.1164013, 30.4579022 ], [ 120.1166007, 30.4580541 ], [ 120.1167352, 30.458146 ], [ 120.1171711, 30.458202 ], [ 120.1173983, 30.45819 ], [ 120.1176256, 30.458238 ], [ 120.1180337, 30.4583019 ], [ 120.1184093, 30.4583259 ], [ 120.1186041, 30.4583739 ], [ 120.1189148, 30.4585418 ], [ 120.1189535, 30.4584006 ], [ 120.1188677, 30.4583586 ], [ 120.1187324, 30.4582367 ], [ 120.1185345, 30.458182 ], [ 120.1183444, 30.45815 ], [ 120.1182053, 30.458126 ], [ 120.1180058, 30.458134 ], [ 120.1177183, 30.458098 ], [ 120.1172224, 30.4580138 ], [ 120.1170227, 30.4579741 ], [ 120.1168023, 30.4579381 ], [ 120.1166438, 30.4579006 ], [ 120.1165767, 30.4578274 ], [ 120.116492, 30.4577207 ], [ 120.1162018, 30.4576663 ], [ 120.1159375, 30.4576183 ], [ 120.1155758, 30.4574584 ], [ 120.1154274, 30.4574424 ], [ 120.1152465, 30.4574784 ], [ 120.1151213, 30.4575024 ], [ 120.1146622, 30.4574904 ], [ 120.1142819, 30.4575064 ], [ 120.114166, 30.4574984 ], [ 120.1139897, 30.4574065 ], [ 120.1138228, 30.4573225 ], [ 120.1136837, 30.4571906 ], [ 120.1136976, 30.4570307 ], [ 120.1137486, 30.4569187 ], [ 120.1138181, 30.4568868 ], [ 120.113836, 30.4567486 ], [ 120.1137807, 30.4566362 ], [ 120.1138937, 30.4561484 ], [ 120.1140146, 30.4560544 ], [ 120.1140352, 30.4559913 ], [ 120.114122, 30.4559574 ], [ 120.114251, 30.4559552 ], [ 120.1143531, 30.4558697 ], [ 120.1143932, 30.4557514 ], [ 120.1144334, 30.4556777 ], [ 120.1143144, 30.4556515 ], [ 120.1142587, 30.4556995 ], [ 120.1142216, 30.4557954 ], [ 120.1141149, 30.4558914 ], [ 120.1138877, 30.4559993 ], [ 120.1137816, 30.45596 ], [ 120.1136236, 30.4559128 ], [ 120.1133616, 30.4557821 ], [ 120.1132527, 30.4557574 ], [ 120.113211, 30.4558614 ], [ 120.1132338, 30.4559507 ], [ 120.1135492, 30.4560353 ], [ 120.1136948, 30.4560594 ], [ 120.1138073, 30.4561196 ], [ 120.1137532, 30.456531 ], [ 120.1137115, 30.4566509 ], [ 120.1136419, 30.4569667 ], [ 120.1136326, 30.4570547 ], [ 120.113577, 30.4571266 ], [ 120.113475, 30.4571946 ], [ 120.1133915, 30.4572266 ], [ 120.1133126, 30.4571986 ], [ 120.1129138, 30.4569787 ], [ 120.1127793, 30.4569187 ], [ 120.1126356, 30.4568628 ], [ 120.1125243, 30.4567708 ], [ 120.1124408, 30.4566189 ], [ 120.1124779, 30.4563271 ], [ 120.1124918, 30.4561592 ], [ 120.1124315, 30.4560872 ], [ 120.1120577, 30.4557613 ], [ 120.1120365, 30.4557023 ], [ 120.1121101, 30.4554985 ], [ 120.1121699, 30.4552543 ], [ 120.1121797, 30.4551671 ], [ 120.1122176, 30.4551159 ], [ 120.1122769, 30.4549621 ], [ 120.1123996, 30.4547461 ], [ 120.112425, 30.4547484 ], [ 120.1125428, 30.4545082 ], [ 120.1127098, 30.4543722 ], [ 120.1128489, 30.4542643 ], [ 120.1129185, 30.4542603 ], [ 120.1130808, 30.4543443 ], [ 120.1131457, 30.4543562 ], [ 120.1131225, 30.4543003 ], [ 120.1130298, 30.4541604 ], [ 120.1130298, 30.454096 ], [ 120.1129119, 30.4540403 ], [ 120.1128628, 30.4540844 ], [ 120.1128721, 30.4541324 ], [ 120.1128396, 30.4541883 ], [ 120.1125706, 30.4544042 ], [ 120.1123797, 30.4546979 ], [ 120.1123199, 30.4547561 ], [ 120.1122823, 30.4547621 ], [ 120.1121579, 30.4547 ], [ 120.1119492, 30.4545641 ], [ 120.1118008, 30.4544482 ], [ 120.111722, 30.4543522 ], [ 120.1114159, 30.4541084 ], [ 120.1112768, 30.4540084 ], [ 120.1110959, 30.4537726 ], [ 120.111031, 30.4536526 ], [ 120.1110449, 30.4535567 ], [ 120.1109985, 30.4534847 ], [ 120.1109521, 30.4532729 ], [ 120.1109568, 30.453037 ], [ 120.11098, 30.4528251 ], [ 120.1110217, 30.4527531 ], [ 120.1110171, 30.4526772 ], [ 120.111082, 30.4523134 ], [ 120.111082, 30.4521815 ], [ 120.1110356, 30.4520335 ], [ 120.1109707, 30.4519216 ], [ 120.110864, 30.4518217 ], [ 120.1106832, 30.4517537 ], [ 120.1105579, 30.4517137 ], [ 120.1104745, 30.4516338 ], [ 120.1104606, 30.4515138 ], [ 120.1104652, 30.4513619 ], [ 120.1105487, 30.4509621 ], [ 120.1106136, 30.4507622 ], [ 120.1105997, 30.4506463 ], [ 120.1105394, 30.4504744 ], [ 120.1104977, 30.4503944 ], [ 120.1103956, 30.4503345 ], [ 120.1102426, 30.4502945 ], [ 120.1100803, 30.4502185 ], [ 120.1099272, 30.4501745 ], [ 120.1097928, 30.4501745 ], [ 120.1095516, 30.4501506 ], [ 120.1094449, 30.4501026 ], [ 120.1093615, 30.4500826 ], [ 120.1090136, 30.4501146 ], [ 120.1088977, 30.4501306 ], [ 120.1087632, 30.4501226 ], [ 120.1085731, 30.4500986 ], [ 120.1083598, 30.4500346 ], [ 120.1082253, 30.4499986 ], [ 120.1079377, 30.4500146 ], [ 120.1078543, 30.4500066 ], [ 120.1077708, 30.4499667 ], [ 120.107743, 30.4498507 ], [ 120.1077198, 30.4497228 ], [ 120.1077244, 30.4495149 ], [ 120.1078264, 30.449311 ], [ 120.1079702, 30.4491431 ], [ 120.1080212, 30.4490152 ], [ 120.1080583, 30.4488512 ], [ 120.1080119, 30.4488392 ], [ 120.1080027, 30.4487753 ], [ 120.1079099, 30.4487593 ], [ 120.1078821, 30.4487913 ], [ 120.1078172, 30.4488033 ], [ 120.1077986, 30.4489072 ], [ 120.107743, 30.4491911 ], [ 120.1077198, 30.449259 ], [ 120.1076966, 30.449307 ], [ 120.1076224, 30.4494069 ], [ 120.1075806, 30.4494669 ], [ 120.1075528, 30.4495229 ], [ 120.1075667, 30.4495869 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "陈家塘" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1116221, 30.4537341 ], [ 120.1118242, 30.453874 ], [ 120.1119615, 30.4539586 ], [ 120.1121185, 30.4539541 ], [ 120.1121853, 30.4539243 ], [ 120.1123455, 30.4537101 ], [ 120.112349, 30.4536711 ], [ 120.1123211, 30.4536172 ], [ 120.1122585, 30.4535812 ], [ 120.1120916, 30.4535662 ], [ 120.111949, 30.4535602 ], [ 120.1118134, 30.4535242 ], [ 120.1116152, 30.4534043 ], [ 120.1115699, 30.4534518 ], [ 120.1114855, 30.4535981 ], [ 120.1116221, 30.4537341 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1140773, 30.4549212 ], [ 120.114133, 30.4549812 ], [ 120.1141985, 30.4550572 ], [ 120.114286, 30.4551131 ], [ 120.1143729, 30.4551161 ], [ 120.1144425, 30.4550801 ], [ 120.1145642, 30.4550711 ], [ 120.1146998, 30.4550531 ], [ 120.1148563, 30.4550172 ], [ 120.1150163, 30.4550142 ], [ 120.1151763, 30.4549962 ], [ 120.1152667, 30.4549902 ], [ 120.1153536, 30.4549512 ], [ 120.1154301, 30.4549572 ], [ 120.1154788, 30.4549992 ], [ 120.1154858, 30.4550711 ], [ 120.1154858, 30.4551611 ], [ 120.1154788, 30.455305 ], [ 120.1154475, 30.4554399 ], [ 120.115451, 30.4555538 ], [ 120.1155275, 30.4555957 ], [ 120.1156457, 30.4556287 ], [ 120.1156875, 30.4556317 ], [ 120.1158092, 30.4556077 ], [ 120.1159448, 30.4555927 ], [ 120.1160596, 30.4555867 ], [ 120.1161674, 30.4556287 ], [ 120.1163169, 30.4556917 ], [ 120.1164108, 30.4557157 ], [ 120.1164734, 30.4556707 ], [ 120.1164943, 30.4556107 ], [ 120.116456, 30.4555748 ], [ 120.1164178, 30.4554938 ], [ 120.11639, 30.4553349 ], [ 120.1164282, 30.4550831 ], [ 120.1164491, 30.4549572 ], [ 120.1165221, 30.4548403 ], [ 120.1166438, 30.4548343 ], [ 120.1167551, 30.4548223 ], [ 120.1168525, 30.4545405 ], [ 120.1169081, 30.4543876 ], [ 120.1169742, 30.4542557 ], [ 120.1170611, 30.4541898 ], [ 120.1171272, 30.4540609 ], [ 120.1171456, 30.4540182 ], [ 120.1168318, 30.4539154 ], [ 120.1167725, 30.4540669 ], [ 120.116696, 30.4541328 ], [ 120.1166125, 30.4541688 ], [ 120.1163482, 30.4540998 ], [ 120.1162578, 30.4541448 ], [ 120.116216, 30.454188 ], [ 120.1161883, 30.4542167 ], [ 120.1160596, 30.4542137 ], [ 120.1158892, 30.4543966 ], [ 120.1159066, 30.4544955 ], [ 120.1159066, 30.4545615 ], [ 120.1158509, 30.4546095 ], [ 120.1157675, 30.4546394 ], [ 120.1156981, 30.45462 ], [ 120.1154788, 30.4545585 ], [ 120.1152597, 30.4544176 ], [ 120.1150893, 30.4543546 ], [ 120.1150024, 30.4543097 ], [ 120.114992, 30.4543457 ], [ 120.1149537, 30.4543906 ], [ 120.1149058, 30.4543876 ], [ 120.1145746, 30.4543666 ], [ 120.1143938, 30.4543516 ], [ 120.1142686, 30.4543726 ], [ 120.1141991, 30.4544566 ], [ 120.1141678, 30.4545705 ], [ 120.1141469, 30.4546844 ], [ 120.1140773, 30.4548763 ], [ 120.1140773, 30.4549212 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1133609, 30.4551551 ], [ 120.1133853, 30.455206 ], [ 120.1134653, 30.455269 ], [ 120.1135835, 30.455296 ], [ 120.1136983, 30.455302 ], [ 120.1137956, 30.455272 ], [ 120.1139278, 30.455251 ], [ 120.1140843, 30.455278 ], [ 120.1141225, 30.455203 ], [ 120.1141295, 30.4550741 ], [ 120.11398, 30.4548883 ], [ 120.1137296, 30.4547743 ], [ 120.1136357, 30.4547594 ], [ 120.1135696, 30.4547923 ], [ 120.113507, 30.4548613 ], [ 120.1134305, 30.4549542 ], [ 120.1133609, 30.4551041 ], [ 120.1133609, 30.4551551 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1172528, 30.4555468 ], [ 120.1172652, 30.4555964 ], [ 120.1176523, 30.4556327 ], [ 120.1176744, 30.4555988 ], [ 120.1177587, 30.455584 ], [ 120.1178018, 30.4555451 ], [ 120.1178363, 30.4555468 ], [ 120.1179063, 30.4554947 ], [ 120.1179159, 30.455451 ], [ 120.1173409, 30.4551519 ], [ 120.1173096, 30.4551989 ], [ 120.1171857, 30.4553849 ], [ 120.1171665, 30.4555402 ], [ 120.1172528, 30.4555468 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1151137, 30.4558895 ], [ 120.1151241, 30.4559855 ], [ 120.115145, 30.4560364 ], [ 120.1152076, 30.4560754 ], [ 120.1152632, 30.4560454 ], [ 120.1153188, 30.4560244 ], [ 120.1153467, 30.4559495 ], [ 120.1153328, 30.4558775 ], [ 120.1153849, 30.4557906 ], [ 120.1153606, 30.4557366 ], [ 120.1152771, 30.4557396 ], [ 120.115145, 30.4557726 ], [ 120.1151137, 30.4558026 ], [ 120.1151137, 30.4558895 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1143639, 30.4564001 ], [ 120.1144444, 30.4564521 ], [ 120.1145426, 30.4564829 ], [ 120.11467, 30.4564733 ], [ 120.114737, 30.4564791 ], [ 120.1148419, 30.4564945 ], [ 120.1148799, 30.4563789 ], [ 120.1148889, 30.4562076 ], [ 120.1146878, 30.4561517 ], [ 120.1145181, 30.4561363 ], [ 120.1143952, 30.4561286 ], [ 120.1143505, 30.4562134 ], [ 120.1143416, 30.4563443 ], [ 120.1143639, 30.4564001 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1211771, 30.4581234 ], [ 120.1212817, 30.4581346 ], [ 120.1213552, 30.4581264 ], [ 120.1214247, 30.4580709 ], [ 120.1214738, 30.4580556 ], [ 120.121548, 30.4581276 ], [ 120.1215805, 30.4582647 ], [ 120.1216211, 30.4583097 ], [ 120.1216872, 30.4583261 ], [ 120.121767, 30.4583052 ], [ 120.1217792, 30.458163 ], [ 120.1218434, 30.4580377 ], [ 120.1219246, 30.4580045 ], [ 120.1220058, 30.4580045 ], [ 120.1220486, 30.4580377 ], [ 120.1220443, 30.4581225 ], [ 120.1219973, 30.4582588 ], [ 120.1220572, 30.458351 ], [ 120.1221641, 30.4583694 ], [ 120.1222239, 30.4583878 ], [ 120.1222196, 30.4584984 ], [ 120.1222624, 30.4585279 ], [ 120.1223522, 30.4585132 ], [ 120.122395, 30.4584394 ], [ 120.1224163, 30.4582699 ], [ 120.1224078, 30.4581888 ], [ 120.1223351, 30.4581003 ], [ 120.1220058, 30.4579419 ], [ 120.1218776, 30.4579197 ], [ 120.1217407, 30.4578939 ], [ 120.1216552, 30.4578497 ], [ 120.1217792, 30.4577539 ], [ 120.1217578, 30.457717 ], [ 120.1216595, 30.4576838 ], [ 120.1215782, 30.4575769 ], [ 120.1214927, 30.4574479 ], [ 120.1214243, 30.4574553 ], [ 120.1212287, 30.45749 ], [ 120.1211829, 30.4575529 ], [ 120.1211538, 30.45771 ], [ 120.121175, 30.4578153 ], [ 120.1211029, 30.458123 ], [ 120.1211771, 30.4581234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1189666, 30.4585793 ], [ 120.1190802, 30.4586535 ], [ 120.1192041, 30.4586802 ], [ 120.1193246, 30.4586891 ], [ 120.119507, 30.4587484 ], [ 120.1197307, 30.4587751 ], [ 120.1199751, 30.4588641 ], [ 120.120426, 30.4590273 ], [ 120.1205499, 30.4590718 ], [ 120.1206394, 30.4591282 ], [ 120.1206876, 30.4592053 ], [ 120.1207599, 30.4592973 ], [ 120.1208632, 30.4593893 ], [ 120.1209664, 30.4594457 ], [ 120.1216582, 30.4597024 ], [ 120.1216952, 30.4596259 ], [ 120.1214518, 30.4594991 ], [ 120.1213829, 30.4594546 ], [ 120.1213485, 30.4593804 ], [ 120.1214277, 30.4593003 ], [ 120.1215447, 30.4592676 ], [ 120.1217134, 30.4592469 ], [ 120.1218029, 30.4592231 ], [ 120.121765, 30.4591223 ], [ 120.121617, 30.4590332 ], [ 120.1215378, 30.4589976 ], [ 120.1214724, 30.4589887 ], [ 120.1214483, 30.4590451 ], [ 120.1214001, 30.4591015 ], [ 120.1213003, 30.4591312 ], [ 120.1212039, 30.4591401 ], [ 120.1211523, 30.4592024 ], [ 120.12108, 30.4591875 ], [ 120.1210904, 30.4591133 ], [ 120.1210882, 30.4589849 ], [ 120.1209708, 30.4588787 ], [ 120.1209079, 30.4588671 ], [ 120.1207909, 30.4588849 ], [ 120.1207393, 30.4588433 ], [ 120.1207014, 30.4587692 ], [ 120.1206498, 30.4587514 ], [ 120.1206807, 30.458603 ], [ 120.1206498, 30.4585644 ], [ 120.1205465, 30.4585674 ], [ 120.1205327, 30.4586268 ], [ 120.1205052, 30.458692 ], [ 120.1203951, 30.4587217 ], [ 120.1201162, 30.4587009 ], [ 120.1199786, 30.4586802 ], [ 120.1199304, 30.4587336 ], [ 120.1198271, 30.4587336 ], [ 120.1196929, 30.4587098 ], [ 120.119569, 30.4586268 ], [ 120.1195208, 30.4585585 ], [ 120.1195414, 30.4584784 ], [ 120.119624, 30.4583953 ], [ 120.1197307, 30.4582143 ], [ 120.1197824, 30.4581491 ], [ 120.1199063, 30.4581164 ], [ 120.1200543, 30.4580927 ], [ 120.1201472, 30.4581135 ], [ 120.1202333, 30.4581342 ], [ 120.1202539, 30.4579948 ], [ 120.1203056, 30.4580037 ], [ 120.1203882, 30.457974 ], [ 120.120278, 30.4578464 ], [ 120.1202574, 30.457793 ], [ 120.1203216, 30.457793 ], [ 120.120361, 30.4577204 ], [ 120.1204523, 30.4577041 ], [ 120.1204676, 30.4575852 ], [ 120.1204432, 30.4574696 ], [ 120.1205323, 30.457432 ], [ 120.1205654, 30.4573022 ], [ 120.1206323, 30.4572863 ], [ 120.1207134, 30.4571549 ], [ 120.1208264, 30.4571204 ], [ 120.1209591, 30.4571344 ], [ 120.1210437, 30.4571911 ], [ 120.1210347, 30.4572715 ], [ 120.1210635, 30.4573415 ], [ 120.1212355, 30.4573809 ], [ 120.121294, 30.4573765 ], [ 120.1213571, 30.4573372 ], [ 120.1213986, 30.4572844 ], [ 120.1214662, 30.45717 ], [ 120.1214793, 30.4571462 ], [ 120.1216445, 30.4569919 ], [ 120.1216893, 30.4569385 ], [ 120.1216755, 30.4568732 ], [ 120.1215378, 30.4568079 ], [ 120.1214242, 30.4567723 ], [ 120.121376, 30.4566922 ], [ 120.1214277, 30.4565676 ], [ 120.1214001, 30.4565231 ], [ 120.1213451, 30.4565854 ], [ 120.1213003, 30.4566714 ], [ 120.1212487, 30.4567575 ], [ 120.1211626, 30.4568139 ], [ 120.1209182, 30.4568435 ], [ 120.1208047, 30.4568198 ], [ 120.1207393, 30.4568376 ], [ 120.1206704, 30.4569088 ], [ 120.1205534, 30.4569058 ], [ 120.1202918, 30.4568346 ], [ 120.1202918, 30.4568762 ], [ 120.1204226, 30.4568999 ], [ 120.1205431, 30.4569593 ], [ 120.1205465, 30.4570305 ], [ 120.1204983, 30.4570957 ], [ 120.12034, 30.4571402 ], [ 120.1202195, 30.457158 ], [ 120.1200336, 30.4571343 ], [ 120.119865, 30.4570483 ], [ 120.119772, 30.4570512 ], [ 120.1197101, 30.4571135 ], [ 120.1196137, 30.4571165 ], [ 120.1194932, 30.457075 ], [ 120.1194244, 30.4570008 ], [ 120.1193418, 30.4569355 ], [ 120.1193487, 30.456802 ], [ 120.1193693, 30.4566892 ], [ 120.1194416, 30.456621 ], [ 120.1193968, 30.4565468 ], [ 120.119297, 30.4564845 ], [ 120.1192213, 30.4565023 ], [ 120.1192454, 30.4568524 ], [ 120.1192316, 30.4569652 ], [ 120.1191938, 30.4570898 ], [ 120.11918, 30.4571669 ], [ 120.1191456, 30.457253 ], [ 120.1191274, 30.4573202 ], [ 120.1191165, 30.4574336 ], [ 120.1191373, 30.4575239 ], [ 120.1192755, 30.4578154 ], [ 120.1193262, 30.4579288 ], [ 120.1193142, 30.4580571 ], [ 120.1192557, 30.4581224 ], [ 120.1191628, 30.4583182 ], [ 120.1191284, 30.4584072 ], [ 120.1190445, 30.4584309 ], [ 120.1189535, 30.4584006 ], [ 120.1189148, 30.4585418 ], [ 120.1189666, 30.4585793 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1141488, 30.4581472 ], [ 120.1142121, 30.4581892 ], [ 120.1142101, 30.4582179 ], [ 120.1141975, 30.4582695 ], [ 120.1143623, 30.4583148 ], [ 120.1144175, 30.4580809 ], [ 120.1144066, 30.4580674 ], [ 120.1143744, 30.4580707 ], [ 120.1143519, 30.4579898 ], [ 120.1141479, 30.4579217 ], [ 120.1141488, 30.4581472 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0929343, 30.4412367 ], [ 120.0929568, 30.4412909 ], [ 120.0932037, 30.4412909 ], [ 120.0932306, 30.4412251 ], [ 120.0932306, 30.4408883 ], [ 120.0931992, 30.4408225 ], [ 120.0930062, 30.4408342 ], [ 120.0929253, 30.4408574 ], [ 120.0929343, 30.4412367 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0916376, 30.4435305 ], [ 120.0920852, 30.4436872 ], [ 120.0921345, 30.4435618 ], [ 120.0920494, 30.4433738 ], [ 120.0921031, 30.4431007 ], [ 120.0922822, 30.4427157 ], [ 120.092027, 30.4426486 ], [ 120.0915391, 30.4426486 ], [ 120.0913421, 30.4428411 ], [ 120.0912302, 30.4430784 ], [ 120.0911899, 30.4433067 ], [ 120.0916376, 30.4435305 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0923135, 30.4437857 ], [ 120.0931552, 30.4440274 ], [ 120.0939744, 30.44439 ], [ 120.0943683, 30.4445243 ], [ 120.094525, 30.4444258 ], [ 120.0946817, 30.4437767 ], [ 120.094534, 30.4434902 ], [ 120.0941355, 30.4432888 ], [ 120.0936744, 30.44315 ], [ 120.0934372, 30.4431813 ], [ 120.0933118, 30.4434589 ], [ 120.0930164, 30.4435977 ], [ 120.0926941, 30.4435977 ], [ 120.092412, 30.4435797 ], [ 120.0922956, 30.4436559 ], [ 120.0923135, 30.4437857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0886821, 30.4511043 ], [ 120.0891831, 30.4509515 ], [ 120.0896687, 30.4507987 ], [ 120.0899615, 30.4507057 ], [ 120.0901542, 30.4505994 ], [ 120.0912024, 30.4504133 ], [ 120.0916341, 30.4504997 ], [ 120.0918267, 30.4504931 ], [ 120.0924819, 30.4503602 ], [ 120.0926437, 30.4502074 ], [ 120.0928904, 30.4502206 ], [ 120.093137, 30.450327 ], [ 120.0932912, 30.4503469 ], [ 120.0934068, 30.4504864 ], [ 120.0935546, 30.4506 ], [ 120.0938806, 30.4502144 ], [ 120.0939617, 30.4499482 ], [ 120.0944781, 30.4499482 ], [ 120.0946939, 30.4498419 ], [ 120.0949483, 30.4498552 ], [ 120.0951641, 30.4497688 ], [ 120.0954569, 30.4497024 ], [ 120.0958654, 30.4496227 ], [ 120.0960812, 30.4495296 ], [ 120.0964589, 30.4494964 ], [ 120.0966516, 30.4494433 ], [ 120.0975996, 30.4493369 ], [ 120.0978462, 30.4493502 ], [ 120.0980004, 30.4493967 ], [ 120.0986401, 30.4493835 ], [ 120.098933, 30.4493369 ], [ 120.0991565, 30.4493835 ], [ 120.0996344, 30.4493635 ], [ 120.0999118, 30.4493901 ], [ 120.1000352, 30.4495031 ], [ 120.1001508, 30.4495629 ], [ 120.1001957, 30.4496309 ], [ 120.1002706, 30.4496061 ], [ 120.1003049, 30.4494831 ], [ 120.1004128, 30.4494233 ], [ 120.1006595, 30.4493237 ], [ 120.1010834, 30.4492705 ], [ 120.1013608, 30.4492107 ], [ 120.1019928, 30.449111 ], [ 120.1022549, 30.4490845 ], [ 120.1025015, 30.4491044 ], [ 120.1027328, 30.4492173 ], [ 120.1028561, 30.4492107 ], [ 120.10328, 30.4491243 ], [ 120.1035806, 30.4490579 ], [ 120.1037887, 30.4490911 ], [ 120.1039274, 30.4491177 ], [ 120.1040893, 30.4490379 ], [ 120.1042974, 30.4490114 ], [ 120.1045209, 30.4490446 ], [ 120.1045748, 30.4492173 ], [ 120.1044746, 30.4494034 ], [ 120.1043153, 30.4496702 ], [ 120.1045484, 30.4497993 ], [ 120.1046519, 30.4496094 ], [ 120.1047444, 30.4493104 ], [ 120.1047906, 30.4491243 ], [ 120.10486, 30.4490712 ], [ 120.1052454, 30.4489516 ], [ 120.1055074, 30.448832 ], [ 120.1066481, 30.4484732 ], [ 120.1076424, 30.4483868 ], [ 120.1078428, 30.4483735 ], [ 120.1078967, 30.4484798 ], [ 120.1078428, 30.4487124 ], [ 120.108128, 30.448719 ], [ 120.1081511, 30.44842 ], [ 120.1082127, 30.4482539 ], [ 120.1083438, 30.4481476 ], [ 120.1085133, 30.4480811 ], [ 120.1086983, 30.4481277 ], [ 120.109076, 30.4481875 ], [ 120.1093843, 30.4482938 ], [ 120.1100548, 30.4486725 ], [ 120.1102321, 30.4487722 ], [ 120.1105866, 30.4488253 ], [ 120.1109489, 30.4488054 ], [ 120.1112495, 30.4487655 ], [ 120.1114344, 30.448812 ], [ 120.1121821, 30.4490379 ], [ 120.1124827, 30.4492041 ], [ 120.1128218, 30.4493369 ], [ 120.1130376, 30.4494167 ], [ 120.1132765, 30.4494167 ], [ 120.1135463, 30.4494565 ], [ 120.1142554, 30.4496293 ], [ 120.1144326, 30.4497356 ], [ 120.114768, 30.4498467 ], [ 120.1147144, 30.4488538 ], [ 120.1142708, 30.4487522 ], [ 120.1138546, 30.4487124 ], [ 120.1136773, 30.448626 ], [ 120.1136773, 30.4485263 ], [ 120.1136619, 30.4484134 ], [ 120.1135771, 30.4483669 ], [ 120.1134075, 30.4483801 ], [ 120.1132149, 30.4484267 ], [ 120.113053, 30.4485928 ], [ 120.1128989, 30.448626 ], [ 120.1126291, 30.448626 ], [ 120.1125289, 30.4485662 ], [ 120.1124287, 30.4484599 ], [ 120.1123748, 30.4483735 ], [ 120.1122052, 30.4484134 ], [ 120.1119663, 30.44842 ], [ 120.1115424, 30.4483536 ], [ 120.1109258, 30.4482672 ], [ 120.1105866, 30.4482473 ], [ 120.1104094, 30.4481875 ], [ 120.1097388, 30.4479217 ], [ 120.1095615, 30.4478885 ], [ 120.1088448, 30.4477556 ], [ 120.108837, 30.447616 ], [ 120.1088216, 30.4472838 ], [ 120.1087291, 30.4472705 ], [ 120.1086598, 30.4474898 ], [ 120.10839, 30.4476426 ], [ 120.1080201, 30.4478021 ], [ 120.107812, 30.447822 ], [ 120.1072031, 30.4477888 ], [ 120.107117, 30.4478537 ], [ 120.1070181, 30.4479283 ], [ 120.1067869, 30.448028 ], [ 120.1065402, 30.4480745 ], [ 120.1062165, 30.4481343 ], [ 120.1051221, 30.4484134 ], [ 120.1041895, 30.4486924 ], [ 120.1033802, 30.4488187 ], [ 120.1029871, 30.4487921 ], [ 120.1024245, 30.4487522 ], [ 120.1020776, 30.4486725 ], [ 120.1017616, 30.4486459 ], [ 120.1007134, 30.4486858 ], [ 120.1005361, 30.448832 ], [ 120.100382, 30.4487722 ], [ 120.1003126, 30.4486459 ], [ 120.1003666, 30.4485197 ], [ 120.1004899, 30.4482938 ], [ 120.1008753, 30.4476094 ], [ 120.1010525, 30.4471509 ], [ 120.1010911, 30.4469316 ], [ 120.1011681, 30.4466858 ], [ 120.1006903, 30.4466061 ], [ 120.1006518, 30.4468918 ], [ 120.1006518, 30.4470911 ], [ 120.1005526, 30.4472071 ], [ 120.1004359, 30.4473436 ], [ 120.1001893, 30.4474233 ], [ 120.1001508, 30.4474831 ], [ 120.1003203, 30.4475496 ], [ 120.1003435, 30.4476758 ], [ 120.1001199, 30.4481343 ], [ 120.0998964, 30.4485463 ], [ 120.09975, 30.4485928 ], [ 120.099696, 30.4486725 ], [ 120.0995342, 30.4486725 ], [ 120.09938, 30.4485928 ], [ 120.0992798, 30.4485928 ], [ 120.0991873, 30.448812 ], [ 120.0990255, 30.4488453 ], [ 120.0986786, 30.4488453 ], [ 120.0984243, 30.4487987 ], [ 120.0982085, 30.4487855 ], [ 120.0979927, 30.4487456 ], [ 120.0975765, 30.4488519 ], [ 120.0973761, 30.448812 ], [ 120.0969136, 30.4488652 ], [ 120.0966054, 30.448812 ], [ 120.0963279, 30.4489051 ], [ 120.0961352, 30.4489383 ], [ 120.0959656, 30.448832 ], [ 120.0958192, 30.4487722 ], [ 120.0954492, 30.4488386 ], [ 120.0949251, 30.4489781 ], [ 120.0947247, 30.4492771 ], [ 120.0943702, 30.449317 ], [ 120.0942315, 30.4492506 ], [ 120.0942469, 30.4490778 ], [ 120.0941081, 30.4489848 ], [ 120.0937767, 30.4488386 ], [ 120.0934145, 30.4487257 ], [ 120.093191, 30.4487589 ], [ 120.093006, 30.4488785 ], [ 120.09269, 30.4489117 ], [ 120.0924973, 30.4489914 ], [ 120.0924048, 30.4491509 ], [ 120.0922198, 30.4491642 ], [ 120.0920811, 30.449131 ], [ 120.0912926, 30.4489008 ], [ 120.091002, 30.4487655 ], [ 120.0907785, 30.4487987 ], [ 120.0903392, 30.4487389 ], [ 120.0896147, 30.4484001 ], [ 120.0892448, 30.448925 ], [ 120.0900772, 30.4492838 ], [ 120.0906321, 30.4494698 ], [ 120.091056, 30.4496227 ], [ 120.0915339, 30.4497954 ], [ 120.091742, 30.4498486 ], [ 120.0917651, 30.4499947 ], [ 120.0915801, 30.4501542 ], [ 120.0912795, 30.4502472 ], [ 120.0903855, 30.450307 ], [ 120.0898536, 30.4504864 ], [ 120.089237, 30.4506791 ], [ 120.0885511, 30.4508519 ], [ 120.0886821, 30.4511043 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1081292, 30.4547903 ], [ 120.1082732, 30.4543464 ], [ 120.108334, 30.4541129 ], [ 120.1083626, 30.4540666 ], [ 120.1084109, 30.4538393 ], [ 120.1084842, 30.4534516 ], [ 120.1085682, 30.4528728 ], [ 120.1086192, 30.4525992 ], [ 120.1086344, 30.4524566 ], [ 120.1085495, 30.452462 ], [ 120.1082267, 30.454378 ], [ 120.1081033, 30.4547819 ], [ 120.1081292, 30.4547903 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1017642, 30.4572514 ], [ 120.1017701, 30.4574994 ], [ 120.1027247, 30.4574835 ], [ 120.1027693, 30.4571575 ], [ 120.1027494, 30.4569486 ], [ 120.1024774, 30.4569082 ], [ 120.102175, 30.4569082 ], [ 120.1021377, 30.4570819 ], [ 120.1017624, 30.457176 ], [ 120.1017642, 30.4572514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1082223, 30.461103 ], [ 120.1083439, 30.4611336 ], [ 120.1083895, 30.4611991 ], [ 120.1084959, 30.461234 ], [ 120.1086276, 30.4613039 ], [ 120.1086732, 30.4613869 ], [ 120.1088404, 30.4613912 ], [ 120.1088556, 30.4613432 ], [ 120.1089114, 30.4612908 ], [ 120.1089671, 30.4611903 ], [ 120.108957, 30.4610375 ], [ 120.108962, 30.4608977 ], [ 120.1089874, 30.4607973 ], [ 120.1089012, 30.4607842 ], [ 120.1088049, 30.4607973 ], [ 120.1085567, 30.4607973 ], [ 120.1084503, 30.4607973 ], [ 120.1084199, 30.4607536 ], [ 120.1083692, 30.4607056 ], [ 120.1083033, 30.4607318 ], [ 120.1082324, 30.4609589 ], [ 120.108202, 30.4610506 ], [ 120.1082223, 30.461103 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1012519, 30.467888 ], [ 120.1014035, 30.4679771 ], [ 120.1016269, 30.468176 ], [ 120.102058, 30.4680611 ], [ 120.1020511, 30.4679533 ], [ 120.1020855, 30.4678643 ], [ 120.1022715, 30.4678464 ], [ 120.102492, 30.4678583 ], [ 120.1026298, 30.4678939 ], [ 120.1027951, 30.4679236 ], [ 120.1030294, 30.4679177 ], [ 120.1033187, 30.4678702 ], [ 120.1035874, 30.4678999 ], [ 120.103677, 30.4679474 ], [ 120.1038079, 30.4678999 ], [ 120.103987, 30.4679118 ], [ 120.1041523, 30.4679533 ], [ 120.1044141, 30.467888 ], [ 120.1046415, 30.4678405 ], [ 120.1047724, 30.4677514 ], [ 120.1049928, 30.4675614 ], [ 120.105234, 30.4674308 ], [ 120.1056376, 30.4674049 ], [ 120.1057537, 30.4673523 ], [ 120.1059186, 30.4672681 ], [ 120.1060652, 30.4672891 ], [ 120.1061507, 30.4674207 ], [ 120.1062056, 30.4674997 ], [ 120.1063339, 30.4675523 ], [ 120.1064011, 30.4676102 ], [ 120.1064805, 30.4678366 ], [ 120.1066393, 30.4677945 ], [ 120.1065721, 30.4675839 ], [ 120.1064927, 30.4675155 ], [ 120.1064072, 30.4673102 ], [ 120.1064622, 30.4672207 ], [ 120.1065782, 30.4671575 ], [ 120.1066698, 30.4671786 ], [ 120.1067859, 30.4671733 ], [ 120.1070668, 30.4672312 ], [ 120.1071279, 30.4673102 ], [ 120.1071462, 30.4673944 ], [ 120.1072134, 30.4674102 ], [ 120.1072684, 30.467326 ], [ 120.1074272, 30.467347 ], [ 120.1076593, 30.4673365 ], [ 120.1076532, 30.4672523 ], [ 120.1075127, 30.467168 ], [ 120.1073722, 30.4671312 ], [ 120.1071707, 30.4671154 ], [ 120.1071462, 30.4670206 ], [ 120.1071951, 30.4666995 ], [ 120.1073111, 30.4665363 ], [ 120.1074333, 30.4664626 ], [ 120.1076104, 30.4664468 ], [ 120.1078181, 30.4664837 ], [ 120.1079952, 30.4665468 ], [ 120.1080807, 30.4666627 ], [ 120.108099, 30.4667995 ], [ 120.1081723, 30.4668943 ], [ 120.1082884, 30.4670048 ], [ 120.1083739, 30.4671417 ], [ 120.1083739, 30.4672628 ], [ 120.10827, 30.4674944 ], [ 120.1081906, 30.4676839 ], [ 120.1080868, 30.4677787 ], [ 120.1079586, 30.4678261 ], [ 120.1080441, 30.4678735 ], [ 120.1080624, 30.4679524 ], [ 120.1080502, 30.4680788 ], [ 120.1080929, 30.4681525 ], [ 120.1082395, 30.4682314 ], [ 120.1083922, 30.4683262 ], [ 120.1084533, 30.4684104 ], [ 120.1084105, 30.4685052 ], [ 120.1083617, 30.4685789 ], [ 120.1083006, 30.4686473 ], [ 120.1083128, 30.4687368 ], [ 120.1083861, 30.4687789 ], [ 120.1084838, 30.4688421 ], [ 120.1085754, 30.4689211 ], [ 120.1086976, 30.4690053 ], [ 120.1089114, 30.469079 ], [ 120.108996, 30.4691016 ], [ 120.1091679, 30.4691474 ], [ 120.1093267, 30.4692001 ], [ 120.1095038, 30.4692527 ], [ 120.1096443, 30.4693001 ], [ 120.1098031, 30.4692474 ], [ 120.1099034, 30.4691727 ], [ 120.1098098, 30.4691478 ], [ 120.1096687, 30.4691158 ], [ 120.1094916, 30.4690685 ], [ 120.1094305, 30.4691106 ], [ 120.1093022, 30.4691264 ], [ 120.1091862, 30.4690579 ], [ 120.1091434, 30.4689632 ], [ 120.1092045, 30.4688105 ], [ 120.1091679, 30.4687526 ], [ 120.1089419, 30.4686578 ], [ 120.1087464, 30.4685999 ], [ 120.1086732, 30.4684841 ], [ 120.1085876, 30.4683736 ], [ 120.1084899, 30.4682946 ], [ 120.1082945, 30.4681683 ], [ 120.1081662, 30.4680893 ], [ 120.1082273, 30.4678419 ], [ 120.10838, 30.4674681 ], [ 120.1084533, 30.4673681 ], [ 120.1085616, 30.4673478 ], [ 120.1085938, 30.4673418 ], [ 120.1086732, 30.4673891 ], [ 120.1087587, 30.4674365 ], [ 120.1087709, 30.4675313 ], [ 120.1086976, 30.4676208 ], [ 120.1086793, 30.4677524 ], [ 120.1086915, 30.4679261 ], [ 120.1087159, 30.4680998 ], [ 120.1087587, 30.4681735 ], [ 120.1088258, 30.4681998 ], [ 120.1089114, 30.4681893 ], [ 120.1089969, 30.4681367 ], [ 120.109003, 30.4680577 ], [ 120.109003, 30.4679208 ], [ 120.1090518, 30.4678419 ], [ 120.1091251, 30.4678261 ], [ 120.1092473, 30.467884 ], [ 120.1093084, 30.467805 ], [ 120.1092351, 30.4677234 ], [ 120.1091129, 30.4676497 ], [ 120.1090335, 30.4676076 ], [ 120.1089663, 30.4675234 ], [ 120.1088625, 30.4674181 ], [ 120.1087159, 30.4673497 ], [ 120.1086609, 30.4672654 ], [ 120.1086243, 30.4671865 ], [ 120.1085449, 30.467118 ], [ 120.1084105, 30.4670338 ], [ 120.1082945, 30.4668811 ], [ 120.108154, 30.466639 ], [ 120.1081112, 30.466481 ], [ 120.1080135, 30.4663547 ], [ 120.107812, 30.4663126 ], [ 120.1077692, 30.4662652 ], [ 120.1077936, 30.4661231 ], [ 120.1078547, 30.4660178 ], [ 120.1079769, 30.4659125 ], [ 120.1080685, 30.4658335 ], [ 120.1081318, 30.4658454 ], [ 120.1082038, 30.4657213 ], [ 120.1081235, 30.4655545 ], [ 120.1081174, 30.4654124 ], [ 120.108099, 30.465186 ], [ 120.108038, 30.4646174 ], [ 120.1080135, 30.4643647 ], [ 120.108038, 30.4642331 ], [ 120.1080563, 30.4637225 ], [ 120.1082029, 30.4635698 ], [ 120.1082639, 30.4634592 ], [ 120.1082945, 30.4633382 ], [ 120.1082517, 30.4631907 ], [ 120.1082517, 30.4630486 ], [ 120.1083494, 30.4629275 ], [ 120.1084227, 30.4628064 ], [ 120.1084838, 30.4626748 ], [ 120.1085205, 30.46248 ], [ 120.1083494, 30.4621694 ], [ 120.1083372, 30.4619799 ], [ 120.1082884, 30.4619009 ], [ 120.1082578, 30.4617325 ], [ 120.1082334, 30.4616219 ], [ 120.108325, 30.4615535 ], [ 120.1084899, 30.4615113 ], [ 120.1085388, 30.4613218 ], [ 120.1083983, 30.4612744 ], [ 120.1082517, 30.4612165 ], [ 120.1080685, 30.4611323 ], [ 120.1080318, 30.4609217 ], [ 120.1080807, 30.4607743 ], [ 120.1082578, 30.4605216 ], [ 120.1083556, 30.4604215 ], [ 120.1085082, 30.4603636 ], [ 120.1086365, 30.4603057 ], [ 120.1088075, 30.4602689 ], [ 120.1089236, 30.4601794 ], [ 120.1089419, 30.4600425 ], [ 120.1089114, 30.4599583 ], [ 120.1089236, 30.4597898 ], [ 120.108893, 30.4595687 ], [ 120.1088197, 30.4594107 ], [ 120.1087281, 30.4591896 ], [ 120.1085815, 30.4591054 ], [ 120.1084716, 30.4590317 ], [ 120.1084105, 30.4589316 ], [ 120.1084655, 30.4586421 ], [ 120.1086487, 30.4583683 ], [ 120.1086793, 30.4582419 ], [ 120.1086793, 30.4581261 ], [ 120.1086792, 30.4579903 ], [ 120.108755, 30.4579418 ], [ 120.1088356, 30.4578755 ], [ 120.1089346, 30.4578312 ], [ 120.1091239, 30.4577975 ], [ 120.1093413, 30.457747 ], [ 120.109461, 30.4576839 ], [ 120.1096161, 30.4576185 ], [ 120.1097628, 30.4575499 ], [ 120.1097381, 30.457503 ], [ 120.1096345, 30.4575586 ], [ 120.1094855, 30.4575786 ], [ 120.1093389, 30.457647 ], [ 120.1092106, 30.4576839 ], [ 120.1089969, 30.4576997 ], [ 120.1087953, 30.4577418 ], [ 120.1086793, 30.4578207 ], [ 120.1085876, 30.4579576 ], [ 120.1085632, 30.458084 ], [ 120.1085815, 30.4582525 ], [ 120.108551, 30.4584104 ], [ 120.1083189, 30.4587368 ], [ 120.1083494, 30.4588158 ], [ 120.1083556, 30.4588737 ], [ 120.1083006, 30.4589158 ], [ 120.1081906, 30.4589369 ], [ 120.1081296, 30.4589895 ], [ 120.1081601, 30.4590422 ], [ 120.1082578, 30.4590527 ], [ 120.1083556, 30.4590738 ], [ 120.108435, 30.4591527 ], [ 120.1085546, 30.4592537 ], [ 120.1086029, 30.4593666 ], [ 120.1086373, 30.4594913 ], [ 120.1086772, 30.4595603 ], [ 120.1087421, 30.4596599 ], [ 120.1087613, 30.4598298 ], [ 120.1087682, 30.4599248 ], [ 120.1087475, 30.4600436 ], [ 120.108658, 30.4601208 ], [ 120.1084651, 30.4601148 ], [ 120.1084651, 30.460198 ], [ 120.1084031, 30.4602811 ], [ 120.1080655, 30.4604296 ], [ 120.1079208, 30.4605661 ], [ 120.1077555, 30.4605661 ], [ 120.1076935, 30.4607265 ], [ 120.1078175, 30.4608215 ], [ 120.107907, 30.4609462 ], [ 120.1079277, 30.4611065 ], [ 120.1078588, 30.46116 ], [ 120.1077004, 30.4612016 ], [ 120.107783, 30.4612669 ], [ 120.1078313, 30.4613678 ], [ 120.1078657, 30.4615579 ], [ 120.1080242, 30.4618429 ], [ 120.1079759, 30.4619439 ], [ 120.1079897, 30.4620211 ], [ 120.1080448, 30.4621161 ], [ 120.1080517, 30.4622408 ], [ 120.107969, 30.4623714 ], [ 120.1080999, 30.4623536 ], [ 120.1082584, 30.462413 ], [ 120.1083342, 30.4625139 ], [ 120.1083066, 30.4626505 ], [ 120.1081619, 30.4627871 ], [ 120.108031, 30.4629356 ], [ 120.1080999, 30.4630306 ], [ 120.1080793, 30.4631018 ], [ 120.1078933, 30.4632206 ], [ 120.1079208, 30.4632622 ], [ 120.1080173, 30.4632503 ], [ 120.1081206, 30.4632681 ], [ 120.1081757, 30.4633869 ], [ 120.1081551, 30.4635116 ], [ 120.1080035, 30.4636719 ], [ 120.1079415, 30.4641648 ], [ 120.1079001, 30.4644855 ], [ 120.1079553, 30.4645508 ], [ 120.1079553, 30.4649486 ], [ 120.1078726, 30.4650199 ], [ 120.1078795, 30.4651802 ], [ 120.1078994, 30.4652403 ], [ 120.1079897, 30.4655128 ], [ 120.1080517, 30.4656672 ], [ 120.1079897, 30.4657978 ], [ 120.1076315, 30.4661363 ], [ 120.1075557, 30.4662372 ], [ 120.1074523, 30.4662669 ], [ 120.1072801, 30.466261 ], [ 120.1071492, 30.4661185 ], [ 120.1070665, 30.4661481 ], [ 120.1071423, 30.466255 ], [ 120.1071768, 30.4663382 ], [ 120.1071079, 30.4665401 ], [ 120.1070321, 30.4666232 ], [ 120.106915, 30.4666707 ], [ 120.1066394, 30.4666588 ], [ 120.1063845, 30.4667598 ], [ 120.106226, 30.4668607 ], [ 120.1057644, 30.467021 ], [ 120.10573, 30.4671398 ], [ 120.1056267, 30.4671933 ], [ 120.1053786, 30.4672111 ], [ 120.1052202, 30.4671576 ], [ 120.1051169, 30.4671101 ], [ 120.1049928, 30.467021 ], [ 120.1049791, 30.4672229 ], [ 120.1049722, 30.4673358 ], [ 120.1048551, 30.4674427 ], [ 120.1046966, 30.4675555 ], [ 120.104483, 30.4676742 ], [ 120.1040559, 30.4676921 ], [ 120.1037321, 30.4676624 ], [ 120.1036012, 30.4675317 ], [ 120.1036012, 30.4676327 ], [ 120.1034634, 30.4676683 ], [ 120.1032361, 30.4676742 ], [ 120.1028158, 30.4677099 ], [ 120.102554, 30.4676149 ], [ 120.1023818, 30.4676267 ], [ 120.1022164, 30.4676445 ], [ 120.1020718, 30.4676861 ], [ 120.1018582, 30.4676861 ], [ 120.1017824, 30.4676742 ], [ 120.1017204, 30.467597 ], [ 120.1017411, 30.4671161 ], [ 120.1014862, 30.4671517 ], [ 120.101493, 30.467312 ], [ 120.1014724, 30.4674902 ], [ 120.101431, 30.4675911 ], [ 120.1013415, 30.4676445 ], [ 120.1011348, 30.4676802 ], [ 120.1011279, 30.4678405 ], [ 120.1012519, 30.467888 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1081275, 30.4642657 ], [ 120.1081826, 30.464337 ], [ 120.1083617, 30.4644023 ], [ 120.1084926, 30.4644023 ], [ 120.108534, 30.4643548 ], [ 120.1085477, 30.4642539 ], [ 120.1084995, 30.4641885 ], [ 120.1084513, 30.4639926 ], [ 120.1082722, 30.4639451 ], [ 120.1081206, 30.4639332 ], [ 120.1081068, 30.4641945 ], [ 120.1081275, 30.4642657 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1083411, 30.4647289 ], [ 120.1084031, 30.4648417 ], [ 120.1084513, 30.4649011 ], [ 120.1084375, 30.4650021 ], [ 120.1083548, 30.4650733 ], [ 120.1083548, 30.4651743 ], [ 120.1084237, 30.4651921 ], [ 120.1085615, 30.4651802 ], [ 120.1086855, 30.4652099 ], [ 120.1087062, 30.4650793 ], [ 120.1087475, 30.4649843 ], [ 120.10872, 30.4649249 ], [ 120.1088578, 30.4648596 ], [ 120.1088647, 30.4647646 ], [ 120.1088164, 30.4646992 ], [ 120.1086718, 30.4646339 ], [ 120.1084857, 30.464533 ], [ 120.108348, 30.4645033 ], [ 120.108286, 30.4645686 ], [ 120.1083411, 30.4647289 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.114964, 30.4585283 ], [ 120.1150064, 30.4584104 ], [ 120.1149958, 30.4582965 ], [ 120.1151161, 30.4582598 ], [ 120.1151822, 30.4581236 ], [ 120.1151244, 30.4580931 ], [ 120.1150808, 30.4580402 ], [ 120.1148649, 30.4579324 ], [ 120.1148507, 30.4577544 ], [ 120.1147941, 30.4577473 ], [ 120.1147905, 30.4579192 ], [ 120.1147519, 30.4579295 ], [ 120.1145782, 30.4579761 ], [ 120.1146914, 30.4580483 ], [ 120.1146914, 30.4581093 ], [ 120.1146624, 30.4581358 ], [ 120.1145534, 30.4582354 ], [ 120.114452, 30.4581775 ], [ 120.114413, 30.4583626 ], [ 120.114964, 30.4585283 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1152199, 30.4584261 ], [ 120.1153751, 30.4584319 ], [ 120.1154, 30.4584063 ], [ 120.1155342, 30.4584418 ], [ 120.1155514, 30.458408 ], [ 120.1156348, 30.4584195 ], [ 120.1156654, 30.4584567 ], [ 120.1157239, 30.4584625 ], [ 120.1158034, 30.4584889 ], [ 120.1159539, 30.4583964 ], [ 120.1159989, 30.4582551 ], [ 120.1159817, 30.4580899 ], [ 120.1159606, 30.4580346 ], [ 120.1159328, 30.4579611 ], [ 120.1158207, 30.4579297 ], [ 120.1157383, 30.4579264 ], [ 120.1156626, 30.4580701 ], [ 120.1155303, 30.4580338 ], [ 120.1154316, 30.4582238 ], [ 120.1152524, 30.4581692 ], [ 120.1151796, 30.4582774 ], [ 120.1151748, 30.4583675 ], [ 120.1152199, 30.4584261 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1164435, 30.4586161 ], [ 120.1165298, 30.4586971 ], [ 120.1165672, 30.458868 ], [ 120.1166438, 30.4587483 ], [ 120.1166754, 30.4586863 ], [ 120.1167339, 30.4586318 ], [ 120.1168249, 30.4586161 ], [ 120.1169006, 30.4586343 ], [ 120.1169198, 30.458607 ], [ 120.1169045, 30.4585698 ], [ 120.1167789, 30.4584608 ], [ 120.1167693, 30.4583972 ], [ 120.1168594, 30.4583567 ], [ 120.1168968, 30.4582601 ], [ 120.1166524, 30.4582171 ], [ 120.1165499, 30.4583435 ], [ 120.1164349, 30.4583964 ], [ 120.1163496, 30.4583906 ], [ 120.1162701, 30.4585211 ], [ 120.1164435, 30.4586161 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1182935, 30.4594179 ], [ 120.1183875, 30.4594685 ], [ 120.1184798, 30.4594875 ], [ 120.1185469, 30.4595624 ], [ 120.1186338, 30.4595726 ], [ 120.1187521, 30.4595352 ], [ 120.1188903, 30.4594807 ], [ 120.1189732, 30.4595011 ], [ 120.1190442, 30.4595454 ], [ 120.1191863, 30.4594739 ], [ 120.1191902, 30.4594127 ], [ 120.1191429, 30.4593242 ], [ 120.1190837, 30.4592596 ], [ 120.1189455, 30.4591167 ], [ 120.1188113, 30.4590181 ], [ 120.1187403, 30.4589194 ], [ 120.1186456, 30.4589126 ], [ 120.1185903, 30.4589773 ], [ 120.1185627, 30.4590079 ], [ 120.1185114, 30.4589977 ], [ 120.1184246, 30.4589943 ], [ 120.1183457, 30.4590215 ], [ 120.1182628, 30.4590895 ], [ 120.1181799, 30.4591882 ], [ 120.1181749, 30.4593306 ], [ 120.1182935, 30.4594179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0939109, 30.4509202 ], [ 120.0939488, 30.4510379 ], [ 120.0944719, 30.4513908 ], [ 120.0948206, 30.4514626 ], [ 120.0951238, 30.4515933 ], [ 120.0953361, 30.451724 ], [ 120.0959182, 30.4518914 ], [ 120.0959956, 30.4519136 ], [ 120.0962079, 30.4519593 ], [ 120.0962382, 30.4520769 ], [ 120.0963216, 30.4519658 ], [ 120.0965566, 30.4519593 ], [ 120.09711, 30.4520051 ], [ 120.0975421, 30.4521162 ], [ 120.0977771, 30.4521423 ], [ 120.0980576, 30.4522272 ], [ 120.0982547, 30.4523057 ], [ 120.0982244, 30.4523972 ], [ 120.0981789, 30.4525671 ], [ 120.0981713, 30.4527827 ], [ 120.0981713, 30.4530376 ], [ 120.0982017, 30.4532794 ], [ 120.0981486, 30.4534624 ], [ 120.0980121, 30.4536258 ], [ 120.0972237, 30.4537434 ], [ 120.0969508, 30.4537303 ], [ 120.0968068, 30.4536584 ], [ 120.0967992, 30.4537499 ], [ 120.0969205, 30.4538022 ], [ 120.0971782, 30.4538153 ], [ 120.0973223, 30.4538872 ], [ 120.0973377, 30.4539748 ], [ 120.0973602, 30.4541028 ], [ 120.0973602, 30.4542923 ], [ 120.0974966, 30.4542858 ], [ 120.0976179, 30.4543642 ], [ 120.0976104, 30.4544949 ], [ 120.0975194, 30.4546517 ], [ 120.0973829, 30.4547628 ], [ 120.0973678, 30.4548674 ], [ 120.0974739, 30.4549523 ], [ 120.0976104, 30.4550569 ], [ 120.097762, 30.4550504 ], [ 120.0977771, 30.4549458 ], [ 120.0976558, 30.4547628 ], [ 120.0978075, 30.4546517 ], [ 120.097997, 30.4546583 ], [ 120.0980804, 30.4547367 ], [ 120.0981107, 30.454887 ], [ 120.0982396, 30.4549785 ], [ 120.0983002, 30.4550896 ], [ 120.0982244, 30.4551549 ], [ 120.0980273, 30.4551353 ], [ 120.0977544, 30.4551745 ], [ 120.0975876, 30.4552399 ], [ 120.0975345, 30.4553183 ], [ 120.0975725, 30.4554163 ], [ 120.0977241, 30.4553183 ], [ 120.0977999, 30.455364 ], [ 120.0978226, 30.455253 ], [ 120.098088, 30.4552072 ], [ 120.098323, 30.4552333 ], [ 120.0984746, 30.4552856 ], [ 120.0985428, 30.4552203 ], [ 120.0984594, 30.4550634 ], [ 120.0983002, 30.4546844 ], [ 120.0982017, 30.4543773 ], [ 120.0982396, 30.4540963 ], [ 120.0982851, 30.4539068 ], [ 120.0983078, 30.4536715 ], [ 120.0984443, 30.4535604 ], [ 120.0987854, 30.4535016 ], [ 120.0987551, 30.4532859 ], [ 120.0987626, 30.4529134 ], [ 120.0987323, 30.4527762 ], [ 120.0985883, 30.4527435 ], [ 120.0983912, 30.4528023 ], [ 120.098323, 30.4527501 ], [ 120.0983381, 30.4525801 ], [ 120.0984367, 30.4524102 ], [ 120.0993312, 30.4526847 ], [ 120.0999225, 30.4529919 ], [ 120.1001499, 30.4531552 ], [ 120.1003167, 30.4532925 ], [ 120.1004229, 30.4534493 ], [ 120.1008019, 30.4536715 ], [ 120.1009308, 30.453763 ], [ 120.1010445, 30.4538937 ], [ 120.1013326, 30.4539264 ], [ 120.1015751, 30.4539852 ], [ 120.101795, 30.4541028 ], [ 120.1019011, 30.4542008 ], [ 120.1019087, 30.4543381 ], [ 120.1018253, 30.4544688 ], [ 120.1018405, 30.454606 ], [ 120.1018026, 30.4547628 ], [ 120.101651, 30.4549066 ], [ 120.1014084, 30.4550046 ], [ 120.1012113, 30.4551092 ], [ 120.1011658, 30.4552595 ], [ 120.1010597, 30.4553314 ], [ 120.1009232, 30.455547 ], [ 120.1006579, 30.4557953 ], [ 120.1006958, 30.4558476 ], [ 120.1008095, 30.4558019 ], [ 120.1011506, 30.455449 ], [ 120.1015372, 30.455083 ], [ 120.101704, 30.4550112 ], [ 120.1018784, 30.4550177 ], [ 120.1019315, 30.4549523 ], [ 120.1020073, 30.4546321 ], [ 120.1020755, 30.4543642 ], [ 120.1022044, 30.4542662 ], [ 120.1023939, 30.4542596 ], [ 120.1025582, 30.4543024 ], [ 120.1027199, 30.4543446 ], [ 120.1030837, 30.4544818 ], [ 120.1032808, 30.4545668 ], [ 120.1034325, 30.4545668 ], [ 120.1038797, 30.4545603 ], [ 120.1040996, 30.4546125 ], [ 120.104471, 30.4546713 ], [ 120.1046454, 30.4546191 ], [ 120.1048804, 30.4546387 ], [ 120.1060554, 30.4549654 ], [ 120.1063966, 30.4550569 ], [ 120.1065103, 30.4550308 ], [ 120.1067074, 30.4550765 ], [ 120.1076171, 30.4552268 ], [ 120.1083903, 30.4554425 ], [ 120.1087239, 30.4557953 ], [ 120.1091333, 30.4566253 ], [ 120.1096791, 30.4573049 ], [ 120.1097094, 30.4574487 ], [ 120.1097381, 30.457503 ], [ 120.1097628, 30.4575499 ], [ 120.1097852, 30.4575924 ], [ 120.1101339, 30.4577231 ], [ 120.1104296, 30.4579257 ], [ 120.1106873, 30.4581609 ], [ 120.1109072, 30.4583831 ], [ 120.1113166, 30.4586706 ], [ 120.1115212, 30.4588471 ], [ 120.1117259, 30.4589516 ], [ 120.1118321, 30.4590562 ], [ 120.1118624, 30.4591934 ], [ 120.1117562, 30.459311 ], [ 120.1115819, 30.4594483 ], [ 120.1113393, 30.4595136 ], [ 120.111453, 30.4595855 ], [ 120.1115364, 30.4597227 ], [ 120.111544, 30.4598599 ], [ 120.1116425, 30.4598207 ], [ 120.1117108, 30.4596116 ], [ 120.1118321, 30.4593829 ], [ 120.1119761, 30.4592065 ], [ 120.112158, 30.4591411 ], [ 120.1123172, 30.4591607 ], [ 120.1124992, 30.4592653 ], [ 120.1125901, 30.4594156 ], [ 120.1126129, 30.4596051 ], [ 120.1126811, 30.4598011 ], [ 120.112719, 30.4600887 ], [ 120.1126508, 30.4602978 ], [ 120.1125674, 30.4603631 ], [ 120.112393, 30.4604285 ], [ 120.1122566, 30.4604481 ], [ 120.1122035, 30.4606245 ], [ 120.1121959, 30.4607094 ], [ 120.1122414, 30.460912 ], [ 120.1122717, 30.4610623 ], [ 120.1123172, 30.4612126 ], [ 120.1124158, 30.4614021 ], [ 120.1124385, 30.4615132 ], [ 120.1123855, 30.4616308 ], [ 120.1123265, 30.462094 ], [ 120.1126863, 30.4621299 ], [ 120.1126929, 30.4620165 ], [ 120.1127221, 30.4619335 ], [ 120.1127761, 30.4618813 ], [ 120.1128222, 30.4618433 ], [ 120.1128648, 30.4618263 ], [ 120.1129226, 30.4618138 ], [ 120.112965, 30.4618092 ], [ 120.1129243, 30.4614323 ], [ 120.1129243, 30.4613094 ], [ 120.1128624, 30.4607235 ], [ 120.1128227, 30.4598601 ], [ 120.1128115, 30.4598192 ], [ 120.1127434, 30.4595695 ], [ 120.1127563, 30.459544 ], [ 120.1128128, 30.4594327 ], [ 120.1132392, 30.45939 ], [ 120.1135665, 30.4594413 ], [ 120.114221, 30.4597405 ], [ 120.114449, 30.4598943 ], [ 120.114568, 30.459843 ], [ 120.1147366, 30.4598601 ], [ 120.1149647, 30.4599798 ], [ 120.1151234, 30.4601337 ], [ 120.1152799, 30.4601819 ], [ 120.1160952, 30.4604328 ], [ 120.1164125, 30.4605525 ], [ 120.1166307, 30.4606123 ], [ 120.1168191, 30.4607064 ], [ 120.1169183, 30.4608517 ], [ 120.1174835, 30.461262 ], [ 120.1181777, 30.4616552 ], [ 120.1185545, 30.4618347 ], [ 120.1189611, 30.4622022 ], [ 120.1197246, 30.4628006 ], [ 120.1199131, 30.4629544 ], [ 120.1197544, 30.463245 ], [ 120.1198238, 30.463322 ], [ 120.1199726, 30.4633134 ], [ 120.1203791, 30.4634758 ], [ 120.1205676, 30.4636126 ], [ 120.1207262, 30.4637408 ], [ 120.1210023, 30.4640476 ], [ 120.121103, 30.4641596 ], [ 120.12146, 30.464322 ], [ 120.1215493, 30.4644417 ], [ 120.121579, 30.4646981 ], [ 120.121827, 30.4647409 ], [ 120.1219856, 30.4648349 ], [ 120.1227789, 30.4653306 ], [ 120.1231359, 30.4655871 ], [ 120.1232847, 30.4656212 ], [ 120.1234929, 30.4656982 ], [ 120.1239888, 30.4661683 ], [ 120.1243557, 30.4665273 ], [ 120.1245243, 30.4667068 ], [ 120.1245044, 30.4668264 ], [ 120.1243953, 30.4669888 ], [ 120.1241375, 30.4674504 ], [ 120.1239788, 30.4678435 ], [ 120.1239491, 30.4680145 ], [ 120.1239689, 30.4681769 ], [ 120.1238948, 30.4683685 ], [ 120.1238202, 30.4685615 ], [ 120.1237805, 30.4688777 ], [ 120.1238103, 30.4689889 ], [ 120.1238995, 30.4689205 ], [ 120.1240185, 30.468741 ], [ 120.1240383, 30.4685359 ], [ 120.124197, 30.4680829 ], [ 120.1241871, 30.467929 ], [ 120.1242565, 30.4676128 ], [ 120.1244548, 30.4672538 ], [ 120.1247127, 30.4669974 ], [ 120.1249209, 30.4668606 ], [ 120.1251292, 30.4668264 ], [ 120.1253374, 30.4668863 ], [ 120.1254961, 30.4670145 ], [ 120.1256349, 30.4671598 ], [ 120.1258828, 30.4672623 ], [ 120.1260217, 30.4674076 ], [ 120.1263687, 30.4675786 ], [ 120.1266266, 30.4676213 ], [ 120.1268051, 30.4676897 ], [ 120.126934, 30.467929 ], [ 120.1271422, 30.4684077 ], [ 120.1273207, 30.4684931 ], [ 120.1278661, 30.4685615 ], [ 120.128352, 30.4686641 ], [ 120.1291553, 30.4688777 ], [ 120.129542, 30.468929 ], [ 120.1298098, 30.4689376 ], [ 120.1307122, 30.4690401 ], [ 120.1310593, 30.4690572 ], [ 120.1317633, 30.4691085 ], [ 120.1320707, 30.4691598 ], [ 120.1324178, 30.4692025 ], [ 120.1331417, 30.4691854 ], [ 120.1345499, 30.4690487 ], [ 120.1354126, 30.4690401 ], [ 120.135839, 30.4690572 ], [ 120.1361663, 30.4690914 ], [ 120.1366621, 30.4692538 ], [ 120.1371183, 30.4692624 ], [ 120.1374554, 30.4692367 ], [ 120.1377728, 30.4692282 ], [ 120.1380207, 30.4693307 ], [ 120.1383281, 30.4693222 ], [ 120.1387297, 30.469376 ], [ 120.1388106, 30.4688671 ], [ 120.1379145, 30.4687881 ], [ 120.1372308, 30.4687114 ], [ 120.1370406, 30.4686765 ], [ 120.136895, 30.4686137 ], [ 120.136814, 30.4685509 ], [ 120.13681, 30.4684533 ], [ 120.1369071, 30.4679651 ], [ 120.1368059, 30.4679372 ], [ 120.1366401, 30.4684952 ], [ 120.1365915, 30.4685405 ], [ 120.1363285, 30.4686486 ], [ 120.1360858, 30.4686625 ], [ 120.1351633, 30.4686172 ], [ 120.1351585, 30.4685722 ], [ 120.135143, 30.4684254 ], [ 120.1339697, 30.4684533 ], [ 120.133816, 30.4684568 ], [ 120.1337917, 30.4684149 ], [ 120.1337391, 30.4684359 ], [ 120.1336865, 30.4685231 ], [ 120.1336258, 30.4686277 ], [ 120.133553, 30.4687114 ], [ 120.1334356, 30.4687323 ], [ 120.1328125, 30.4687079 ], [ 120.1315057, 30.4685963 ], [ 120.1309271, 30.468544 ], [ 120.1305427, 30.4685056 ], [ 120.1300977, 30.4684428 ], [ 120.1297538, 30.4683417 ], [ 120.1291428, 30.4682197 ], [ 120.1288353, 30.4681987 ], [ 120.1286209, 30.4681639 ], [ 120.1283943, 30.4680558 ], [ 120.12801, 30.467707 ], [ 120.1279169, 30.467578 ], [ 120.1279371, 30.4674803 ], [ 120.1272048, 30.4666225 ], [ 120.1260881, 30.4661552 ], [ 120.1258615, 30.4662423 ], [ 120.1257806, 30.4663505 ], [ 120.1256835, 30.4663435 ], [ 120.1255621, 30.4661761 ], [ 120.1254853, 30.4661377 ], [ 120.1255298, 30.4660645 ], [ 120.1254853, 30.466054 ], [ 120.1254286, 30.4661412 ], [ 120.1253072, 30.4661691 ], [ 120.1240813, 30.4655274 ], [ 120.1237778, 30.4652763 ], [ 120.1234137, 30.4649555 ], [ 120.1231952, 30.4648369 ], [ 120.122823, 30.4647497 ], [ 120.1224265, 30.464408 ], [ 120.1222768, 30.4643208 ], [ 120.1221797, 30.4642162 ], [ 120.1221716, 30.4641115 ], [ 120.1222323, 30.4638884 ], [ 120.1221392, 30.4638326 ], [ 120.1221028, 30.4638605 ], [ 120.1218803, 30.4637454 ], [ 120.1218115, 30.4636094 ], [ 120.120978, 30.4630409 ], [ 120.1211803, 30.4627584 ], [ 120.1212289, 30.4626677 ], [ 120.1213219, 30.4625736 ], [ 120.1214433, 30.4625492 ], [ 120.1215445, 30.462462 ], [ 120.1215121, 30.4623887 ], [ 120.1214069, 30.4623295 ], [ 120.121326, 30.4622737 ], [ 120.1211763, 30.4622667 ], [ 120.1210225, 30.462305 ], [ 120.1209214, 30.4623399 ], [ 120.1208202, 30.4624306 ], [ 120.120711, 30.4625073 ], [ 120.1206098, 30.4625527 ], [ 120.1204237, 30.4625631 ], [ 120.120274, 30.4625527 ], [ 120.1199746, 30.4623295 ], [ 120.1199544, 30.4622527 ], [ 120.1198573, 30.4621132 ], [ 120.1197764, 30.4619807 ], [ 120.1197319, 30.4618517 ], [ 120.1195174, 30.4617401 ], [ 120.1191452, 30.4614297 ], [ 120.1187325, 30.4612309 ], [ 120.1184412, 30.4610181 ], [ 120.1178424, 30.4606206 ], [ 120.1177979, 30.4605648 ], [ 120.1177817, 30.4604601 ], [ 120.1174499, 30.4602892 ], [ 120.1173083, 30.4602334 ], [ 120.1172031, 30.4601707 ], [ 120.1171667, 30.4601079 ], [ 120.1169239, 30.459951 ], [ 120.1167945, 30.4599544 ], [ 120.1166286, 30.4599963 ], [ 120.1164991, 30.4600242 ], [ 120.116313, 30.4599649 ], [ 120.1161026, 30.4597975 ], [ 120.1160095, 30.4597556 ], [ 120.1159679, 30.4597739 ], [ 120.1158194, 30.4598394 ], [ 120.1156859, 30.4598673 ], [ 120.115261, 30.4597243 ], [ 120.1151032, 30.4596231 ], [ 120.114735, 30.4595324 ], [ 120.1145692, 30.4594592 ], [ 120.114201, 30.4593546 ], [ 120.1139299, 30.4591802 ], [ 120.1134767, 30.458964 ], [ 120.1133641, 30.4588566 ], [ 120.113355, 30.4587904 ], [ 120.1134078, 30.4586371 ], [ 120.1134736, 30.4583994 ], [ 120.1135004, 30.458271 ], [ 120.1135189, 30.4582093 ], [ 120.1134856, 30.4580765 ], [ 120.1134954, 30.4580114 ], [ 120.1135435, 30.4579732 ], [ 120.113594, 30.457714 ], [ 120.1136979, 30.4576265 ], [ 120.1134282, 30.4575236 ], [ 120.1133958, 30.4577084 ], [ 120.1133648, 30.4581723 ], [ 120.1133905, 30.4582984 ], [ 120.1133635, 30.4584304 ], [ 120.1133155, 30.4585811 ], [ 120.1132947, 30.4586466 ], [ 120.113238, 30.4587861 ], [ 120.1131531, 30.4588419 ], [ 120.1128739, 30.4589151 ], [ 120.1126716, 30.4589361 ], [ 120.1121132, 30.4588035 ], [ 120.1118098, 30.458671 ], [ 120.1115266, 30.4584931 ], [ 120.111215, 30.4582211 ], [ 120.1108673, 30.4579176 ], [ 120.1107052, 30.4577747 ], [ 120.1103451, 30.4574817 ], [ 120.109714, 30.4568714 ], [ 120.1095117, 30.4566203 ], [ 120.1094105, 30.4564912 ], [ 120.1090675, 30.455711 ], [ 120.1089842, 30.455546 ], [ 120.1087928, 30.4554671 ], [ 120.1085182, 30.4552518 ], [ 120.1083767, 30.4551155 ], [ 120.1080748, 30.4549968 ], [ 120.1079023, 30.454929 ], [ 120.1057967, 30.4544483 ], [ 120.1049645, 30.4543407 ], [ 120.1045151, 30.454312 ], [ 120.1042654, 30.4542474 ], [ 120.1037827, 30.4541542 ], [ 120.1030337, 30.4539031 ], [ 120.1027424, 30.4538313 ], [ 120.1027221, 30.4534127 ], [ 120.1023301, 30.4534138 ], [ 120.1022707, 30.4530641 ], [ 120.1023512, 30.4527982 ], [ 120.102293, 30.4525113 ], [ 120.1023013, 30.4518153 ], [ 120.1023179, 30.4513849 ], [ 120.1022847, 30.4509688 ], [ 120.1023429, 30.4508396 ], [ 120.1026009, 30.4507392 ], [ 120.1030503, 30.450567 ], [ 120.1036495, 30.4503661 ], [ 120.1039408, 30.4502154 ], [ 120.1042404, 30.4500433 ], [ 120.1045484, 30.4497993 ], [ 120.1043153, 30.4496702 ], [ 120.104049, 30.4499285 ], [ 120.1037993, 30.4501293 ], [ 120.1028256, 30.450402 ], [ 120.1021445, 30.4505753 ], [ 120.1018908, 30.450625 ], [ 120.1016141, 30.4506201 ], [ 120.1009856, 30.4505455 ], [ 120.1006339, 30.4504312 ], [ 120.1005416, 30.4503069 ], [ 120.1005243, 30.4501727 ], [ 120.1004206, 30.4500385 ], [ 120.1002706, 30.4496061 ], [ 120.1001957, 30.4496309 ], [ 120.1002188, 30.4497204 ], [ 120.100386, 30.4501926 ], [ 120.1004321, 30.4503616 ], [ 120.1004609, 30.4504809 ], [ 120.1007261, 30.4505405 ], [ 120.1010836, 30.4506648 ], [ 120.1013892, 30.4506897 ], [ 120.1016487, 30.4506946 ], [ 120.1017755, 30.4507692 ], [ 120.1017755, 30.4509282 ], [ 120.1017986, 30.4510575 ], [ 120.1018447, 30.451475 ], [ 120.1018274, 30.4515893 ], [ 120.1017525, 30.4516838 ], [ 120.1015564, 30.4517036 ], [ 120.101418, 30.4517036 ], [ 120.10132, 30.4516539 ], [ 120.1010721, 30.4515893 ], [ 120.1010217, 30.4515411 ], [ 120.1009232, 30.4514365 ], [ 120.1007413, 30.4513973 ], [ 120.1005062, 30.4514561 ], [ 120.100347, 30.4515672 ], [ 120.1002485, 30.4516783 ], [ 120.1003016, 30.4517698 ], [ 120.1005442, 30.4518547 ], [ 120.1007488, 30.4518744 ], [ 120.100908, 30.4517829 ], [ 120.1010142, 30.451626 ], [ 120.101234, 30.4516718 ], [ 120.1015069, 30.4517763 ], [ 120.1017116, 30.4517829 ], [ 120.1018253, 30.4518547 ], [ 120.101886, 30.4520508 ], [ 120.1019239, 30.4523776 ], [ 120.1020731, 30.4532462 ], [ 120.1016934, 30.4529905 ], [ 120.1014372, 30.4529274 ], [ 120.1012321, 30.4528891 ], [ 120.10109, 30.4527762 ], [ 120.100903, 30.452643 ], [ 120.1007246, 30.4525629 ], [ 120.1006124, 30.4522142 ], [ 120.1004759, 30.4521684 ], [ 120.1003546, 30.4522403 ], [ 120.100203, 30.4522926 ], [ 120.1000059, 30.4522926 ], [ 120.0993236, 30.4519985 ], [ 120.0989825, 30.4517371 ], [ 120.0986186, 30.4516652 ], [ 120.0975042, 30.4514757 ], [ 120.0971479, 30.4514104 ], [ 120.0966552, 30.4513908 ], [ 120.0962155, 30.4514626 ], [ 120.0956924, 30.4513319 ], [ 120.0954498, 30.4512339 ], [ 120.0949343, 30.4508875 ], [ 120.0944719, 30.4506261 ], [ 120.0938806, 30.4502144 ], [ 120.0935546, 30.4506 ], [ 120.0939109, 30.4509202 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108957, 30.4595788 ], [ 120.1090431, 30.4597142 ], [ 120.1091242, 30.4596487 ], [ 120.1093319, 30.4596923 ], [ 120.1094839, 30.4597229 ], [ 120.1096004, 30.4597797 ], [ 120.1096562, 30.459736 ], [ 120.109717, 30.4596661 ], [ 120.109717, 30.4596006 ], [ 120.1096714, 30.4595482 ], [ 120.1095751, 30.4595264 ], [ 120.1094484, 30.4594783 ], [ 120.1092255, 30.459356 ], [ 120.1091292, 30.4593604 ], [ 120.1090482, 30.4594084 ], [ 120.1089367, 30.4594215 ], [ 120.1089114, 30.459474 ], [ 120.108957, 30.4595788 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1109482, 30.4600374 ], [ 120.1110191, 30.4600898 ], [ 120.11109, 30.4601334 ], [ 120.1112724, 30.460033 ], [ 120.1113332, 30.4599456 ], [ 120.1111255, 30.4598277 ], [ 120.1110242, 30.4598932 ], [ 120.110933, 30.4599806 ], [ 120.1109482, 30.4600374 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1103706, 30.4600461 ], [ 120.11071, 30.4602164 ], [ 120.1108418, 30.4602514 ], [ 120.1108823, 30.4601684 ], [ 120.1108266, 30.4601029 ], [ 120.1107404, 30.4600417 ], [ 120.1107506, 30.4598932 ], [ 120.1106847, 30.4598496 ], [ 120.1105783, 30.4598889 ], [ 120.110401, 30.4598976 ], [ 120.1103655, 30.4599718 ], [ 120.1103706, 30.4600461 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.108886, 30.4604086 ], [ 120.1088962, 30.4604916 ], [ 120.1089468, 30.4605221 ], [ 120.1092204, 30.4605789 ], [ 120.1093826, 30.4605876 ], [ 120.1094586, 30.4604828 ], [ 120.1095346, 30.4603693 ], [ 120.1096308, 30.4601553 ], [ 120.1095903, 30.4600505 ], [ 120.1095396, 30.4598976 ], [ 120.109494, 30.4598365 ], [ 120.1094231, 30.4598102 ], [ 120.1093319, 30.4598059 ], [ 120.109109, 30.4599631 ], [ 120.1090076, 30.4600767 ], [ 120.108962, 30.4602688 ], [ 120.108886, 30.4603212 ], [ 120.108886, 30.4604086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1095447, 30.4606182 ], [ 120.1095954, 30.4606401 ], [ 120.1097322, 30.4605614 ], [ 120.1098842, 30.4606488 ], [ 120.1099855, 30.4607056 ], [ 120.1100818, 30.4607318 ], [ 120.1101578, 30.4607361 ], [ 120.1102338, 30.4608104 ], [ 120.1103098, 30.4608497 ], [ 120.1103452, 30.4607754 ], [ 120.1103047, 30.4607361 ], [ 120.110254, 30.4606881 ], [ 120.1102895, 30.4606401 ], [ 120.1103756, 30.4606357 ], [ 120.1104972, 30.4606488 ], [ 120.1106746, 30.4603911 ], [ 120.1105935, 30.4602776 ], [ 120.1104263, 30.4601596 ], [ 120.1102642, 30.460081 ], [ 120.110178, 30.4600374 ], [ 120.1101274, 30.4599806 ], [ 120.1102642, 30.4597928 ], [ 120.1102135, 30.4597797 ], [ 120.1101274, 30.4598015 ], [ 120.1101578, 30.4598408 ], [ 120.1101375, 30.459902 ], [ 120.1100716, 30.4599587 ], [ 120.1100108, 30.4599762 ], [ 120.1099348, 30.4600505 ], [ 120.1098335, 30.4601247 ], [ 120.1097322, 30.4601858 ], [ 120.1096663, 30.4601989 ], [ 120.1095346, 30.4605789 ], [ 120.1095447, 30.4606182 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1146886, 30.4605372 ], [ 120.1146886, 30.4606696 ], [ 120.1148203, 30.4606318 ], [ 120.114952, 30.4606002 ], [ 120.1149886, 30.4605498 ], [ 120.1149227, 30.4604804 ], [ 120.1148203, 30.4604363 ], [ 120.1147179, 30.46043 ], [ 120.1145935, 30.460493 ], [ 120.1146886, 30.4605372 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.111564, 30.4608828 ], [ 120.1115976, 30.4610524 ], [ 120.1116552, 30.4611517 ], [ 120.1120247, 30.4612468 ], [ 120.1121015, 30.4612096 ], [ 120.1121639, 30.4611103 ], [ 120.1121543, 30.4610317 ], [ 120.1120199, 30.4609324 ], [ 120.1119191, 30.4608538 ], [ 120.1119719, 30.4606718 ], [ 120.1117847, 30.4606677 ], [ 120.111588, 30.4606677 ], [ 120.1115304, 30.4607049 ], [ 120.111564, 30.4608828 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1103402, 30.4617974 ], [ 120.1104162, 30.4618149 ], [ 120.1104466, 30.4617712 ], [ 120.1104415, 30.4616533 ], [ 120.110401, 30.4614786 ], [ 120.1104111, 30.4612646 ], [ 120.1105631, 30.4610462 ], [ 120.1107759, 30.4608584 ], [ 120.1108316, 30.4607318 ], [ 120.1108164, 30.4605964 ], [ 120.1107354, 30.4605221 ], [ 120.1106442, 30.4605396 ], [ 120.1103908, 30.4608803 ], [ 120.110249, 30.4610812 ], [ 120.1101831, 30.461269 ], [ 120.1100868, 30.4616708 ], [ 120.1103402, 30.4617974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1090634, 30.4613563 ], [ 120.1091596, 30.4614175 ], [ 120.1093826, 30.461448 ], [ 120.1094839, 30.4615266 ], [ 120.1096663, 30.4617275 ], [ 120.1097676, 30.4617843 ], [ 120.1098994, 30.4617887 ], [ 120.1099551, 30.4617668 ], [ 120.1101122, 30.4611903 ], [ 120.1101274, 30.4610812 ], [ 120.1100818, 30.4609894 ], [ 120.1099602, 30.4608803 ], [ 120.1096359, 30.4607449 ], [ 120.1094788, 30.4607099 ], [ 120.1093471, 30.4607536 ], [ 120.1092407, 30.4608977 ], [ 120.1090786, 30.4611292 ], [ 120.109038, 30.4612602 ], [ 120.1090634, 30.4613563 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1104986, 30.4616729 ], [ 120.1105274, 30.4617804 ], [ 120.1106138, 30.4618301 ], [ 120.1107529, 30.4618466 ], [ 120.1109497, 30.4618259 ], [ 120.1110073, 30.4617763 ], [ 120.1110601, 30.4616853 ], [ 120.1110601, 30.4615198 ], [ 120.1110649, 30.4613792 ], [ 120.11118, 30.4613295 ], [ 120.1112088, 30.4612261 ], [ 120.1111225, 30.4611599 ], [ 120.1110745, 30.4610979 ], [ 120.1111081, 30.4610151 ], [ 120.1112712, 30.4610565 ], [ 120.1113624, 30.4610441 ], [ 120.1114344, 30.460949 ], [ 120.1114296, 30.4608538 ], [ 120.1113144, 30.4607545 ], [ 120.111204, 30.4607008 ], [ 120.1110505, 30.4607049 ], [ 120.1109449, 30.4607256 ], [ 120.1108777, 30.4608207 ], [ 120.1108297, 30.4608993 ], [ 120.1107049, 30.460982 ], [ 120.1105994, 30.4611103 ], [ 120.1104986, 30.4612592 ], [ 120.1104602, 30.4614205 ], [ 120.1104986, 30.4616729 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1112503, 30.4617984 ], [ 120.1114698, 30.4619812 ], [ 120.111777, 30.4620506 ], [ 120.1118721, 30.4621073 ], [ 120.1119965, 30.4621326 ], [ 120.1121062, 30.4621073 ], [ 120.1121647, 30.4620001 ], [ 120.1123037, 30.4616092 ], [ 120.1123184, 30.4614704 ], [ 120.112194, 30.4613822 ], [ 120.1115941, 30.4612056 ], [ 120.1114185, 30.461275 ], [ 120.1113527, 30.4614578 ], [ 120.1112283, 30.4615966 ], [ 120.1111918, 30.4616785 ], [ 120.1112503, 30.4617984 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1084553, 30.4621992 ], [ 120.1085668, 30.4622778 ], [ 120.1086529, 30.462221 ], [ 120.1086985, 30.4621031 ], [ 120.1086783, 30.4620201 ], [ 120.1086276, 30.461959 ], [ 120.1086935, 30.4619197 ], [ 120.1088201, 30.4619503 ], [ 120.1088607, 30.4620507 ], [ 120.109038, 30.4620988 ], [ 120.1091698, 30.4620944 ], [ 120.1094028, 30.4618149 ], [ 120.1093978, 30.4617406 ], [ 120.1092154, 30.4617188 ], [ 120.109038, 30.4616751 ], [ 120.1087087, 30.4615048 ], [ 120.1086175, 30.4614961 ], [ 120.1084655, 30.4618455 ], [ 120.1084705, 30.4619415 ], [ 120.1085567, 30.4619503 ], [ 120.1085212, 30.4619896 ], [ 120.1084756, 30.4620507 ], [ 120.1084401, 30.4621293 ], [ 120.1084553, 30.4621992 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1102794, 30.4620682 ], [ 120.1103858, 30.4620376 ], [ 120.1104567, 30.4619415 ], [ 120.1104668, 30.4618673 ], [ 120.1103452, 30.4618673 ], [ 120.1102743, 30.4619328 ], [ 120.1101679, 30.4620289 ], [ 120.1102794, 30.4620682 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1101324, 30.4622647 ], [ 120.1102034, 30.4621162 ], [ 120.1101172, 30.4620857 ], [ 120.1100058, 30.462173 ], [ 120.1101324, 30.4622647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1100463, 30.4624045 ], [ 120.1101122, 30.4623652 ], [ 120.1099348, 30.4622385 ], [ 120.109869, 30.4623477 ], [ 120.1100463, 30.4624045 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1086029, 30.4630425 ], [ 120.1087131, 30.4631315 ], [ 120.1087407, 30.4632978 ], [ 120.1087407, 30.4634581 ], [ 120.1086718, 30.4636363 ], [ 120.1086855, 30.4637432 ], [ 120.1088095, 30.4637669 ], [ 120.10903, 30.4638382 ], [ 120.1091127, 30.4638026 ], [ 120.1091127, 30.4637551 ], [ 120.1093056, 30.46347 ], [ 120.1093538, 30.4633869 ], [ 120.1092918, 30.4632503 ], [ 120.1091953, 30.463179 ], [ 120.1089887, 30.4628821 ], [ 120.1085271, 30.4627515 ], [ 120.1084513, 30.4629177 ], [ 120.1086029, 30.4630425 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.119519, 30.4642605 ], [ 120.1197716, 30.4643053 ], [ 120.119935, 30.4643565 ], [ 120.1203139, 30.4635369 ], [ 120.119987, 30.4634601 ], [ 120.1198979, 30.4634793 ], [ 120.1197567, 30.4636906 ], [ 120.119675, 30.4638314 ], [ 120.1195636, 30.4639531 ], [ 120.1195041, 30.4640748 ], [ 120.119519, 30.4642605 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1200464, 30.4644718 ], [ 120.1203362, 30.4646447 ], [ 120.1204253, 30.4645742 ], [ 120.1208339, 30.4639659 ], [ 120.1206779, 30.4638314 ], [ 120.1206036, 30.4637354 ], [ 120.120507, 30.4636329 ], [ 120.1203659, 30.4635753 ], [ 120.1202619, 30.4638314 ], [ 120.1199796, 30.4643885 ], [ 120.1200464, 30.4644718 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1204773, 30.4647471 ], [ 120.1208413, 30.4649264 ], [ 120.1209453, 30.4646639 ], [ 120.1211682, 30.4643501 ], [ 120.1211979, 30.4642861 ], [ 120.121027, 30.4641772 ], [ 120.120871, 30.4640043 ], [ 120.1204476, 30.4646126 ], [ 120.120403, 30.4646959 ], [ 120.1204773, 30.4647471 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1213316, 30.4651377 ], [ 120.1214579, 30.4648304 ], [ 120.1214208, 30.4647023 ], [ 120.1214208, 30.4645102 ], [ 120.1213985, 30.4644077 ], [ 120.1212425, 30.4643309 ], [ 120.1210048, 30.4646767 ], [ 120.1208933, 30.464952 ], [ 120.1213316, 30.4651377 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1184864, 30.464222 ], [ 120.1185978, 30.4643501 ], [ 120.118739, 30.464555 ], [ 120.1187241, 30.4649136 ], [ 120.1186572, 30.4651377 ], [ 120.118635, 30.4653426 ], [ 120.1187315, 30.4655667 ], [ 120.1189618, 30.465778 ], [ 120.1193481, 30.4660021 ], [ 120.1193333, 30.4661494 ], [ 120.1194257, 30.4662339 ], [ 120.1194373, 30.4661622 ], [ 120.1194521, 30.4660277 ], [ 120.1194744, 30.4659061 ], [ 120.1195338, 30.4658421 ], [ 120.1196899, 30.4657012 ], [ 120.1199796, 30.4655987 ], [ 120.1200687, 30.4655347 ], [ 120.1201802, 30.4654579 ], [ 120.1202842, 30.4654387 ], [ 120.1205219, 30.4655091 ], [ 120.1207002, 30.4655283 ], [ 120.120819, 30.4655347 ], [ 120.1209899, 30.4654899 ], [ 120.1211385, 30.4653426 ], [ 120.1210568, 30.4654066 ], [ 120.1209453, 30.4654323 ], [ 120.1206853, 30.4654387 ], [ 120.1204402, 30.4654323 ], [ 120.1203064, 30.465381 ], [ 120.1201802, 30.4653106 ], [ 120.120039, 30.4654643 ], [ 120.1199721, 30.4655347 ], [ 120.1198013, 30.4655923 ], [ 120.119779, 30.4655283 ], [ 120.119727, 30.4656051 ], [ 120.1196378, 30.4656436 ], [ 120.1195487, 30.4657652 ], [ 120.1194076, 30.4658933 ], [ 120.1192218, 30.4658356 ], [ 120.1189767, 30.4657076 ], [ 120.1188653, 30.4655987 ], [ 120.1187612, 30.4654707 ], [ 120.1187018, 30.4653106 ], [ 120.1187538, 30.4650865 ], [ 120.1187984, 30.4647599 ], [ 120.1187835, 30.4645102 ], [ 120.1186498, 30.4642861 ], [ 120.1185755, 30.4641836 ], [ 120.1185532, 30.464062 ], [ 120.1185681, 30.4638763 ], [ 120.118635, 30.463793 ], [ 120.1187835, 30.463729 ], [ 120.118999, 30.4636778 ], [ 120.1191921, 30.4635689 ], [ 120.1193481, 30.4635177 ], [ 120.1193927, 30.4635753 ], [ 120.1195561, 30.4636329 ], [ 120.1196453, 30.4636009 ], [ 120.1197567, 30.4634665 ], [ 120.1198238, 30.463322 ], [ 120.1197544, 30.463245 ], [ 120.1196824, 30.4633064 ], [ 120.1196007, 30.463364 ], [ 120.1195041, 30.463428 ], [ 120.1193184, 30.4634216 ], [ 120.1191698, 30.4634216 ], [ 120.1190138, 30.4635561 ], [ 120.118791, 30.4636586 ], [ 120.1185681, 30.4637226 ], [ 120.118479, 30.463825 ], [ 120.1184751, 30.4638991 ], [ 120.1184641, 30.4641068 ], [ 120.1184864, 30.464222 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1094985, 30.465014 ], [ 120.10965, 30.465014 ], [ 120.1097258, 30.4648655 ], [ 120.1096914, 30.464818 ], [ 120.1096018, 30.4647942 ], [ 120.109526, 30.4647883 ], [ 120.1094709, 30.4648893 ], [ 120.1094571, 30.4649783 ], [ 120.1094985, 30.465014 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1188727, 30.4651569 ], [ 120.1190881, 30.4651825 ], [ 120.1190881, 30.4650032 ], [ 120.1190287, 30.4649712 ], [ 120.1189024, 30.4649392 ], [ 120.1188578, 30.4650032 ], [ 120.118843, 30.4650993 ], [ 120.1188727, 30.4651569 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1217328, 30.4652914 ], [ 120.1218665, 30.4651825 ], [ 120.1220894, 30.4652594 ], [ 120.1220745, 30.465413 ], [ 120.1224088, 30.4655219 ], [ 120.1224682, 30.4652402 ], [ 120.1215545, 30.4648496 ], [ 120.1213911, 30.4651441 ], [ 120.1217328, 30.4652914 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1219854, 30.4653874 ], [ 120.1220225, 30.465285 ], [ 120.1218962, 30.4652402 ], [ 120.1217996, 30.4653234 ], [ 120.1219854, 30.4653874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1088578, 30.4652574 ], [ 120.1089473, 30.4653406 ], [ 120.1089749, 30.4654534 ], [ 120.1089611, 30.4656553 ], [ 120.1089818, 30.4657978 ], [ 120.109154, 30.4652455 ], [ 120.1090162, 30.4651743 ], [ 120.1090231, 30.4650971 ], [ 120.108844, 30.4650377 ], [ 120.1087613, 30.4652159 ], [ 120.1088578, 30.4652574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.10934, 30.4654831 ], [ 120.1094365, 30.4655781 ], [ 120.1094227, 30.4656968 ], [ 120.1095398, 30.465679 ], [ 120.1095191, 30.465489 ], [ 120.1095743, 30.4653227 ], [ 120.1095949, 30.4651921 ], [ 120.1094985, 30.4651446 ], [ 120.1093745, 30.4651802 ], [ 120.1093262, 30.4652752 ], [ 120.1093194, 30.4654059 ], [ 120.10934, 30.4654831 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1188875, 30.4654707 ], [ 120.1189321, 30.4655603 ], [ 120.1190955, 30.4656692 ], [ 120.1191773, 30.4654579 ], [ 120.1191253, 30.4654194 ], [ 120.1189841, 30.4653618 ], [ 120.1188875, 30.4653682 ], [ 120.1188875, 30.4654707 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1194818, 30.4656628 ], [ 120.1195338, 30.4656115 ], [ 120.119519, 30.4655539 ], [ 120.1194298, 30.4655091 ], [ 120.1192813, 30.4654963 ], [ 120.1192367, 30.4655859 ], [ 120.1194818, 30.4656628 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1194001, 30.465778 ], [ 120.119415, 30.4656948 ], [ 120.1192367, 30.4656436 ], [ 120.1191921, 30.4657268 ], [ 120.1194001, 30.465778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1173633, 30.4685502 ], [ 120.1174888, 30.4685733 ], [ 120.1176142, 30.468527 ], [ 120.1177576, 30.4685424 ], [ 120.1178742, 30.4684497 ], [ 120.1179996, 30.4682103 ], [ 120.1173991, 30.4679785 ], [ 120.1173364, 30.4680558 ], [ 120.1172289, 30.4680867 ], [ 120.1170406, 30.468442 ], [ 120.1173633, 30.4685502 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1120878, 30.4684766 ], [ 120.1122287, 30.468598 ], [ 120.1123586, 30.4686353 ], [ 120.1124612, 30.4686648 ], [ 120.112588, 30.468598 ], [ 120.1126232, 30.4684888 ], [ 120.1126021, 30.4683613 ], [ 120.1125175, 30.4682945 ], [ 120.1123555, 30.4682398 ], [ 120.1120878, 30.4683552 ], [ 120.1120878, 30.4684766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1109427, 30.4689035 ], [ 120.1115195, 30.469058 ], [ 120.1116158, 30.4690838 ], [ 120.1117004, 30.4690534 ], [ 120.1117638, 30.4689138 ], [ 120.1118342, 30.4686891 ], [ 120.111806, 30.4685495 ], [ 120.1117567, 30.4683188 ], [ 120.1116581, 30.4682398 ], [ 120.111637, 30.4681366 ], [ 120.111792, 30.468003 ], [ 120.1114679, 30.4679119 ], [ 120.1113482, 30.4679727 ], [ 120.1112425, 30.4680212 ], [ 120.1111667, 30.4680042 ], [ 120.1110805, 30.4679848 ], [ 120.1109889, 30.4683552 ], [ 120.1109889, 30.4684463 ], [ 120.1108903, 30.4688895 ], [ 120.1109427, 30.4689035 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1177397, 30.4688823 ], [ 120.1178921, 30.468921 ], [ 120.1179907, 30.4688514 ], [ 120.1180444, 30.4687278 ], [ 120.1181072, 30.4686042 ], [ 120.1182327, 30.4684806 ], [ 120.1182775, 30.4683802 ], [ 120.1181699, 30.4683416 ], [ 120.1180086, 30.4684575 ], [ 120.1178473, 30.4686042 ], [ 120.1177308, 30.4686969 ], [ 120.1177397, 30.4688823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1192365, 30.4691759 ], [ 120.1194068, 30.4686583 ], [ 120.1188869, 30.4685115 ], [ 120.1187077, 30.4689982 ], [ 120.1192365, 30.4691759 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.078091, 30.4716198 ], [ 120.0784128, 30.4716356 ], [ 120.0783577, 30.4706293 ], [ 120.0780543, 30.470653 ], [ 120.078091, 30.4716198 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0817419, 30.4715608 ], [ 120.081798, 30.4711504 ], [ 120.0807989, 30.4711021 ], [ 120.0807335, 30.4715367 ], [ 120.0817419, 30.4715608 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0783321, 30.4780908 ], [ 120.0783898, 30.4781047 ], [ 120.0784421, 30.4780908 ], [ 120.0784703, 30.4780492 ], [ 120.0787438, 30.4773118 ], [ 120.0787841, 30.477254 ], [ 120.0788941, 30.4772341 ], [ 120.0790809, 30.4772984 ], [ 120.0792023, 30.4774513 ], [ 120.0792956, 30.4775881 ], [ 120.0793143, 30.4777491 ], [ 120.0793236, 30.4778859 ], [ 120.0791929, 30.4780629 ], [ 120.0792116, 30.4781675 ], [ 120.0793143, 30.4782238 ], [ 120.0795851, 30.4781917 ], [ 120.0797345, 30.4781031 ], [ 120.0798559, 30.4779181 ], [ 120.0799586, 30.4778456 ], [ 120.080136, 30.4777652 ], [ 120.0801173, 30.4776364 ], [ 120.0800239, 30.4775318 ], [ 120.0798745, 30.4775479 ], [ 120.0797438, 30.4775318 ], [ 120.0797345, 30.4774272 ], [ 120.0800146, 30.4773628 ], [ 120.0800706, 30.4772824 ], [ 120.0799772, 30.4771456 ], [ 120.0795477, 30.4771134 ], [ 120.0793797, 30.47688 ], [ 120.0793143, 30.4767432 ], [ 120.0795664, 30.4766145 ], [ 120.0795851, 30.4764052 ], [ 120.0794544, 30.476365 ], [ 120.079417, 30.4761799 ], [ 120.0795197, 30.4759546 ], [ 120.0797065, 30.4753993 ], [ 120.0798816, 30.4750552 ], [ 120.0801138, 30.4748871 ], [ 120.0800952, 30.4746871 ], [ 120.0801045, 30.474447 ], [ 120.0799466, 30.474351 ], [ 120.0798074, 30.4742149 ], [ 120.0798259, 30.4740549 ], [ 120.0799188, 30.4737908 ], [ 120.0800302, 30.4736467 ], [ 120.0801138, 30.4734146 ], [ 120.0802438, 30.4727184 ], [ 120.0803366, 30.4725983 ], [ 120.0804759, 30.4725663 ], [ 120.0808566, 30.4725583 ], [ 120.0813395, 30.4725903 ], [ 120.0824166, 30.4725903 ], [ 120.0829923, 30.4725583 ], [ 120.0830015, 30.4724543 ], [ 120.0822587, 30.4724783 ], [ 120.0820544, 30.4724463 ], [ 120.0820544, 30.4714699 ], [ 120.0821194, 30.4712779 ], [ 120.0822216, 30.4712138 ], [ 120.0825001, 30.4712619 ], [ 120.0831965, 30.4713019 ], [ 120.0831965, 30.4711818 ], [ 120.0828158, 30.4710938 ], [ 120.0825651, 30.4710218 ], [ 120.0823423, 30.4709818 ], [ 120.0823144, 30.4710538 ], [ 120.0825373, 30.4711098 ], [ 120.0824073, 30.4711498 ], [ 120.0821937, 30.4711258 ], [ 120.0821101, 30.4710458 ], [ 120.082073, 30.4709257 ], [ 120.0821473, 30.4708137 ], [ 120.0823887, 30.4707977 ], [ 120.082593, 30.4708137 ], [ 120.0826766, 30.4706696 ], [ 120.0827694, 30.4703975 ], [ 120.082788, 30.4701735 ], [ 120.0828344, 30.4700134 ], [ 120.082983, 30.4699254 ], [ 120.083113, 30.4699414 ], [ 120.0832894, 30.4700134 ], [ 120.0835587, 30.4700454 ], [ 120.0836144, 30.4698773 ], [ 120.0830573, 30.4698373 ], [ 120.0828901, 30.4697973 ], [ 120.0830015, 30.4697333 ], [ 120.0838465, 30.4698053 ], [ 120.0840415, 30.4697493 ], [ 120.0845151, 30.4695412 ], [ 120.0844501, 30.4694772 ], [ 120.0843201, 30.4693011 ], [ 120.0843294, 30.469037 ], [ 120.0845058, 30.468893 ], [ 120.0847843, 30.4688529 ], [ 120.0850072, 30.4688289 ], [ 120.0851929, 30.4687969 ], [ 120.0853043, 30.4686289 ], [ 120.0853043, 30.4684128 ], [ 120.0851836, 30.4683167 ], [ 120.0850536, 30.4683167 ], [ 120.0848308, 30.4684288 ], [ 120.0846079, 30.4684608 ], [ 120.0845429, 30.4684048 ], [ 120.0844872, 30.4681967 ], [ 120.0845615, 30.4680846 ], [ 120.0847565, 30.4680286 ], [ 120.0850536, 30.4680686 ], [ 120.0852765, 30.4680446 ], [ 120.0853136, 30.4679166 ], [ 120.0851186, 30.4679006 ], [ 120.0848586, 30.4678926 ], [ 120.0846729, 30.4678045 ], [ 120.0846729, 30.4676845 ], [ 120.0848586, 30.4676124 ], [ 120.0848679, 30.4674924 ], [ 120.0848029, 30.4672843 ], [ 120.0847101, 30.4668681 ], [ 120.0846636, 30.466556 ], [ 120.0847379, 30.4663399 ], [ 120.0849793, 30.4662119 ], [ 120.0851929, 30.4662039 ], [ 120.085425, 30.4662679 ], [ 120.0856015, 30.466436 ], [ 120.0857593, 30.466636 ], [ 120.0858057, 30.4667881 ], [ 120.0859264, 30.4670202 ], [ 120.0860564, 30.4671563 ], [ 120.08627, 30.4671883 ], [ 120.0865579, 30.4671403 ], [ 120.08679, 30.4670602 ], [ 120.0871243, 30.4669562 ], [ 120.0871336, 30.4668761 ], [ 120.0869478, 30.4668761 ], [ 120.0866971, 30.4669722 ], [ 120.0865207, 30.4670602 ], [ 120.0863164, 30.4670602 ], [ 120.0861586, 30.4669242 ], [ 120.0857779, 30.466452 ], [ 120.0857686, 30.4662919 ], [ 120.0859264, 30.4661558 ], [ 120.0861307, 30.4661959 ], [ 120.0861772, 30.4660918 ], [ 120.086335, 30.4658517 ], [ 120.0864743, 30.4655956 ], [ 120.0862236, 30.4655876 ], [ 120.0860564, 30.4655636 ], [ 120.0860193, 30.4656836 ], [ 120.0860472, 30.4657877 ], [ 120.0859729, 30.4659398 ], [ 120.0858893, 30.4660278 ], [ 120.08562, 30.4660358 ], [ 120.0853693, 30.4659798 ], [ 120.0852765, 30.4658197 ], [ 120.085165, 30.4658357 ], [ 120.0849979, 30.4657877 ], [ 120.0848401, 30.4656756 ], [ 120.0848308, 30.4654676 ], [ 120.0848865, 30.4652595 ], [ 120.0850536, 30.4651314 ], [ 120.0852208, 30.4650114 ], [ 120.0852579, 30.4647953 ], [ 120.085165, 30.4648273 ], [ 120.0850258, 30.4648113 ], [ 120.0850072, 30.4646192 ], [ 120.0848772, 30.4646032 ], [ 120.0847193, 30.4646272 ], [ 120.0846079, 30.4645472 ], [ 120.0844222, 30.4644991 ], [ 120.0842829, 30.4645472 ], [ 120.0842179, 30.4646672 ], [ 120.0842922, 30.4647392 ], [ 120.0843572, 30.4649393 ], [ 120.0842736, 30.4652194 ], [ 120.0843944, 30.4652275 ], [ 120.0844872, 30.4653155 ], [ 120.0844965, 30.4654836 ], [ 120.0845244, 30.4657237 ], [ 120.0845522, 30.4659718 ], [ 120.0844686, 30.4661078 ], [ 120.0844036, 30.4662439 ], [ 120.0845151, 30.4662759 ], [ 120.0844036, 30.4663799 ], [ 120.0842272, 30.4665 ], [ 120.0838837, 30.4665 ], [ 120.0839301, 30.466628 ], [ 120.0839487, 30.4667881 ], [ 120.0838279, 30.4669002 ], [ 120.0838187, 30.4670042 ], [ 120.0838929, 30.4672203 ], [ 120.0839951, 30.4673563 ], [ 120.0840601, 30.4676044 ], [ 120.0841808, 30.4676605 ], [ 120.0842272, 30.4677725 ], [ 120.0841901, 30.4678926 ], [ 120.0840044, 30.4679326 ], [ 120.0837072, 30.4684608 ], [ 120.083568, 30.4685488 ], [ 120.0834101, 30.4686128 ], [ 120.0832708, 30.4686289 ], [ 120.083113, 30.4684928 ], [ 120.0829923, 30.4684848 ], [ 120.0829087, 30.4686529 ], [ 120.0828808, 30.4687489 ], [ 120.0827508, 30.468869 ], [ 120.0819894, 30.468893 ], [ 120.0819059, 30.469045 ], [ 120.0818409, 30.4691651 ], [ 120.0815809, 30.4693491 ], [ 120.081683, 30.4693892 ], [ 120.0819244, 30.4694452 ], [ 120.082268, 30.4695172 ], [ 120.082235, 30.469612 ], [ 120.0821844, 30.4697573 ], [ 120.082203, 30.4698773 ], [ 120.082268, 30.4699574 ], [ 120.0825466, 30.4699574 ], [ 120.0826487, 30.4700294 ], [ 120.0826023, 30.4701174 ], [ 120.0823237, 30.4700934 ], [ 120.0823887, 30.4701975 ], [ 120.0825466, 30.4702855 ], [ 120.0826208, 30.4703735 ], [ 120.0824537, 30.4704055 ], [ 120.0825651, 30.4704776 ], [ 120.0825744, 30.4705576 ], [ 120.0824537, 30.4706136 ], [ 120.082268, 30.4706056 ], [ 120.0822123, 30.4704856 ], [ 120.0823608, 30.4704055 ], [ 120.0820544, 30.4703575 ], [ 120.0819151, 30.4703895 ], [ 120.0820266, 30.4705016 ], [ 120.0820173, 30.4706456 ], [ 120.0819523, 30.4708617 ], [ 120.0819059, 30.4721262 ], [ 120.0818966, 30.4722622 ], [ 120.0817944, 30.4723663 ], [ 120.0811537, 30.4724543 ], [ 120.0804016, 30.4724463 ], [ 120.0802252, 30.4724463 ], [ 120.0799652, 30.4724463 ], [ 120.0798352, 30.4723743 ], [ 120.0797516, 30.4724063 ], [ 120.0797145, 30.4725423 ], [ 120.0797331, 30.4726784 ], [ 120.0799002, 30.4726704 ], [ 120.0800581, 30.4726704 ], [ 120.0800673, 30.4727984 ], [ 120.0800581, 30.4730465 ], [ 120.0800302, 30.4731665 ], [ 120.0798816, 30.4732706 ], [ 120.0796866, 30.4731665 ], [ 120.0796681, 30.4734066 ], [ 120.0797052, 30.4736227 ], [ 120.0797238, 30.4737908 ], [ 120.0795938, 30.4740388 ], [ 120.0795659, 30.4742949 ], [ 120.0795474, 30.474567 ], [ 120.0794824, 30.4748711 ], [ 120.0792131, 30.4751912 ], [ 120.079111, 30.4757834 ], [ 120.0790738, 30.4760075 ], [ 120.0789531, 30.4764957 ], [ 120.0788538, 30.4767766 ], [ 120.0788029, 30.4769477 ], [ 120.0787693, 30.4770552 ], [ 120.0787157, 30.4771465 ], [ 120.078654, 30.4772286 ], [ 120.0785816, 30.4773534 ], [ 120.0783133, 30.478011 ], [ 120.078308, 30.4780515 ], [ 120.0783321, 30.4780908 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.075388, 30.4714296 ], [ 120.0755811, 30.4714851 ], [ 120.0772912, 30.471802 ], [ 120.0774383, 30.4718892 ], [ 120.0776773, 30.4719922 ], [ 120.0793046, 30.4720873 ], [ 120.0797092, 30.4720873 ], [ 120.0794885, 30.4720239 ], [ 120.0774934, 30.4717862 ], [ 120.0759213, 30.4715247 ], [ 120.0756914, 30.4714613 ], [ 120.0755903, 30.4713028 ], [ 120.0755075, 30.4707481 ], [ 120.0754064, 30.4707561 ], [ 120.0753421, 30.4712553 ], [ 120.075388, 30.4714296 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0822088, 30.471762 ], [ 120.0826943, 30.4717056 ], [ 120.082657, 30.4713596 ], [ 120.0822741, 30.4713435 ], [ 120.0821901, 30.4714079 ], [ 120.0822088, 30.471762 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0824142, 30.4722609 ], [ 120.0831051, 30.4722368 ], [ 120.0832359, 30.472277 ], [ 120.0834506, 30.472269 ], [ 120.083488, 30.4721804 ], [ 120.0835347, 30.4714723 ], [ 120.0834039, 30.4713918 ], [ 120.0831051, 30.4713918 ], [ 120.0830865, 30.4715206 ], [ 120.0830865, 30.4716896 ], [ 120.0830771, 30.4719632 ], [ 120.0830585, 30.4721241 ], [ 120.0828717, 30.4721644 ], [ 120.082657, 30.4720597 ], [ 120.0823955, 30.4721322 ], [ 120.0823302, 30.4722126 ], [ 120.0824142, 30.4722609 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0816579, 30.4720115 ], [ 120.0817326, 30.4718907 ], [ 120.0817606, 30.4716896 ], [ 120.0806775, 30.4716574 ], [ 120.0806308, 30.4720356 ], [ 120.0816579, 30.4720115 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.083656, 30.4724782 ], [ 120.0837494, 30.4724138 ], [ 120.0837961, 30.472277 ], [ 120.0838148, 30.4714803 ], [ 120.0836374, 30.4714884 ], [ 120.0835907, 30.4722207 ], [ 120.083572, 30.4723253 ], [ 120.0830015, 30.4724543 ], [ 120.0829923, 30.4725583 ], [ 120.083656, 30.4724782 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0797998, 30.4730415 ], [ 120.0799025, 30.4727518 ], [ 120.0796691, 30.4727599 ], [ 120.0796224, 30.4729852 ], [ 120.0797998, 30.4730415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0813965, 30.4736772 ], [ 120.0813498, 30.4735726 ], [ 120.081051, 30.4733473 ], [ 120.0808269, 30.4732427 ], [ 120.0803974, 30.4732507 ], [ 120.0802947, 30.4734841 ], [ 120.0801826, 30.4736853 ], [ 120.0813965, 30.4736772 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1169779, 30.4694926 ], [ 120.1170944, 30.4694462 ], [ 120.1172647, 30.4694308 ], [ 120.1173095, 30.4693844 ], [ 120.1174619, 30.4692222 ], [ 120.1175515, 30.4691295 ], [ 120.1177935, 30.4690986 ], [ 120.1176949, 30.468975 ], [ 120.1175694, 30.4689596 ], [ 120.117435, 30.4689055 ], [ 120.1172647, 30.4686738 ], [ 120.1170675, 30.4686197 ], [ 120.116951, 30.468666 ], [ 120.1168435, 30.4693767 ], [ 120.1169779, 30.4694926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1179369, 30.469508 ], [ 120.1179996, 30.4695853 ], [ 120.1182237, 30.4696471 ], [ 120.1182954, 30.4696239 ], [ 120.1183761, 30.4695544 ], [ 120.1182775, 30.4693458 ], [ 120.118161, 30.469284 ], [ 120.1180265, 30.4693072 ], [ 120.117919, 30.4694231 ], [ 120.1179369, 30.469508 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1102492, 30.4707474 ], [ 120.110376, 30.4707535 ], [ 120.1107212, 30.4707596 ], [ 120.110848, 30.4707474 ], [ 120.1111227, 30.4707231 ], [ 120.1112777, 30.4707535 ], [ 120.11132, 30.4708203 ], [ 120.1116933, 30.4707596 ], [ 120.1116581, 30.4704803 ], [ 120.111475, 30.470037 ], [ 120.1112988, 30.4699581 ], [ 120.1111791, 30.4699095 ], [ 120.1110875, 30.4700188 ], [ 120.1110875, 30.4702131 ], [ 120.1110452, 30.4703649 ], [ 120.1109607, 30.4704681 ], [ 120.1104042, 30.4705167 ], [ 120.1102774, 30.470547 ], [ 120.1101858, 30.4706078 ], [ 120.1101506, 30.4706806 ], [ 120.1102492, 30.4707474 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1182388, 30.4711298 ], [ 120.1184555, 30.470529 ], [ 120.118154, 30.4704559 ], [ 120.1179185, 30.4710405 ], [ 120.1182388, 30.4711298 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1107846, 30.471051 ], [ 120.1110523, 30.4710267 ], [ 120.111158, 30.4709781 ], [ 120.111172, 30.4708871 ], [ 120.1111298, 30.4708203 ], [ 120.1110241, 30.4708021 ], [ 120.1108128, 30.4708324 ], [ 120.1107635, 30.4709053 ], [ 120.1107846, 30.471051 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1173438, 30.4712029 ], [ 120.1172684, 30.4713004 ], [ 120.1174569, 30.4712841 ], [ 120.1175605, 30.4712029 ], [ 120.1175982, 30.4711298 ], [ 120.1175793, 30.4710324 ], [ 120.1175982, 30.4709268 ], [ 120.1176359, 30.4708456 ], [ 120.1176264, 30.470732 ], [ 120.1175699, 30.4706751 ], [ 120.1173061, 30.4706102 ], [ 120.1172308, 30.4707644 ], [ 120.1171836, 30.4709106 ], [ 120.1170894, 30.4711217 ], [ 120.1173438, 30.4712029 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.119115, 30.4720636 ], [ 120.1192657, 30.4715764 ], [ 120.1187852, 30.4714059 ], [ 120.1186157, 30.4719012 ], [ 120.119115, 30.4720636 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1199064, 30.4723316 ], [ 120.1199723, 30.4723072 ], [ 120.1201042, 30.4718282 ], [ 120.1193788, 30.4716252 ], [ 120.1192375, 30.4720961 ], [ 120.1199064, 30.4723316 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "三白潭" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1083766, 30.4658703 ], [ 120.1088592, 30.4660379 ], [ 120.1090877, 30.4660344 ], [ 120.1092697, 30.4660317 ], [ 120.1093921, 30.466131 ], [ 120.1094785, 30.4661993 ], [ 120.109889, 30.4662862 ], [ 120.1099899, 30.4664414 ], [ 120.1099034, 30.4666897 ], [ 120.1098674, 30.4668883 ], [ 120.1099034, 30.467118 ], [ 120.1098746, 30.4672918 ], [ 120.1099683, 30.4673601 ], [ 120.1100259, 30.4674532 ], [ 120.1100547, 30.4675773 ], [ 120.1100259, 30.4677015 ], [ 120.1100979, 30.4677387 ], [ 120.1102275, 30.4678132 ], [ 120.1103067, 30.467956 ], [ 120.1102851, 30.4680926 ], [ 120.1102347, 30.4682664 ], [ 120.1100979, 30.4684588 ], [ 120.1100674, 30.4685103 ], [ 120.1099322, 30.4687381 ], [ 120.1098929, 30.4688696 ], [ 120.1098098, 30.4691478 ], [ 120.1099034, 30.4691727 ], [ 120.1099827, 30.4688126 ], [ 120.1101123, 30.4685643 ], [ 120.1102923, 30.4682726 ], [ 120.1103788, 30.4680367 ], [ 120.1104196, 30.4680261 ], [ 120.1105228, 30.4679994 ], [ 120.1107245, 30.4679808 ], [ 120.1107912, 30.4679417 ], [ 120.1109045, 30.4678753 ], [ 120.1109837, 30.4676332 ], [ 120.1110486, 30.4673725 ], [ 120.1111926, 30.4672297 ], [ 120.1113726, 30.4672359 ], [ 120.1115599, 30.4673415 ], [ 120.1117111, 30.4674532 ], [ 120.1118696, 30.467658 ], [ 120.11192, 30.4678256 ], [ 120.1121577, 30.4680739 ], [ 120.1122441, 30.4682043 ], [ 120.1123953, 30.4681608 ], [ 120.1124601, 30.4680367 ], [ 120.1125394, 30.4680181 ], [ 120.112705, 30.4680988 ], [ 120.1127914, 30.4682229 ], [ 120.1127986, 30.4684278 ], [ 120.112813, 30.4686388 ], [ 120.1126906, 30.4687443 ], [ 120.1125538, 30.468763 ], [ 120.1123593, 30.4687381 ], [ 120.1122657, 30.4687754 ], [ 120.1122369, 30.468943 ], [ 120.1123737, 30.4689864 ], [ 120.112433, 30.4690135 ], [ 120.1124961, 30.4690423 ], [ 120.1125106, 30.4691664 ], [ 120.1124601, 30.4692533 ], [ 120.1122801, 30.4692844 ], [ 120.1123809, 30.4693589 ], [ 120.1124313, 30.469483 ], [ 120.1123881, 30.4696755 ], [ 120.1123161, 30.4697748 ], [ 120.1123593, 30.4699237 ], [ 120.1122873, 30.4703831 ], [ 120.1121793, 30.4704762 ], [ 120.112136, 30.4706438 ], [ 120.1121, 30.4707369 ], [ 120.1120136, 30.4707928 ], [ 120.1115167, 30.470861 ], [ 120.1113006, 30.4708859 ], [ 120.111243, 30.4709355 ], [ 120.1111926, 30.4710224 ], [ 120.1110197, 30.4710907 ], [ 120.1107461, 30.4711155 ], [ 120.11053, 30.4711218 ], [ 120.1105516, 30.4711776 ], [ 120.1108037, 30.47119 ], [ 120.1109266, 30.4711956 ], [ 120.1110774, 30.4712024 ], [ 120.1111224, 30.4712139 ], [ 120.1112718, 30.4712521 ], [ 120.1115311, 30.4711776 ], [ 120.1117687, 30.4711962 ], [ 120.1119704, 30.471159 ], [ 120.1121577, 30.47119 ], [ 120.1123305, 30.4711962 ], [ 120.1124241, 30.4713142 ], [ 120.1124457, 30.4714818 ], [ 120.1126186, 30.4715376 ], [ 120.1127842, 30.4716245 ], [ 120.1128562, 30.4717797 ], [ 120.1128851, 30.4720342 ], [ 120.1128995, 30.4723384 ], [ 120.1128274, 30.4726301 ], [ 120.1127626, 30.4726984 ], [ 120.112669, 30.4727356 ], [ 120.1126978, 30.4728101 ], [ 120.1127986, 30.4729281 ], [ 120.1129931, 30.4733253 ], [ 120.1130507, 30.473437 ], [ 120.1131659, 30.4734867 ], [ 120.113249, 30.4735106 ], [ 120.1133604, 30.4735426 ], [ 120.1136485, 30.4735674 ], [ 120.114059, 30.4735488 ], [ 120.114167, 30.4735488 ], [ 120.1143399, 30.473555 ], [ 120.1144407, 30.4735798 ], [ 120.1145199, 30.4737039 ], [ 120.1145343, 30.4737908 ], [ 120.1144983, 30.4739026 ], [ 120.1145055, 30.4741509 ], [ 120.1145271, 30.474275 ], [ 120.1145991, 30.4742998 ], [ 120.1147432, 30.4743371 ], [ 120.1148584, 30.474455 ], [ 120.1149374, 30.4745909 ], [ 120.1149374, 30.474658 ], [ 120.1148752, 30.4747116 ], [ 120.1148752, 30.4747965 ], [ 120.1148389, 30.4748858 ], [ 120.1147041, 30.4749841 ], [ 120.1145849, 30.4750556 ], [ 120.114305, 30.4751449 ], [ 120.1141702, 30.4751717 ], [ 120.1140458, 30.4751717 ], [ 120.1140095, 30.4751315 ], [ 120.1140354, 30.474993 ], [ 120.1140043, 30.4749037 ], [ 120.1139266, 30.474859 ], [ 120.1137814, 30.4748322 ], [ 120.1135948, 30.4748277 ], [ 120.1134548, 30.4747786 ], [ 120.1134497, 30.4748456 ], [ 120.1135689, 30.4748679 ], [ 120.1137762, 30.4749081 ], [ 120.1139421, 30.4749618 ], [ 120.1139732, 30.4750377 ], [ 120.1139577, 30.4752388 ], [ 120.1139525, 30.4754443 ], [ 120.1139577, 30.4755872 ], [ 120.1139349, 30.4756199 ], [ 120.113911, 30.4756542 ], [ 120.1136881, 30.4756542 ], [ 120.113263, 30.4756766 ], [ 120.1130764, 30.4756676 ], [ 120.1129935, 30.4756364 ], [ 120.112895, 30.4757391 ], [ 120.112952, 30.4757749 ], [ 120.1129468, 30.4758553 ], [ 120.1130194, 30.4758374 ], [ 120.113035, 30.4757749 ], [ 120.1131386, 30.4757347 ], [ 120.1132423, 30.4757391 ], [ 120.113289, 30.475824 ], [ 120.113289, 30.4759893 ], [ 120.1133149, 30.4760519 ], [ 120.1133667, 30.4761323 ], [ 120.1133771, 30.4763423 ], [ 120.1133978, 30.4764093 ], [ 120.1134652, 30.4764093 ], [ 120.1135482, 30.476311 ], [ 120.1136052, 30.4761948 ], [ 120.113543, 30.476101 ], [ 120.1135326, 30.4759625 ], [ 120.1134859, 30.4758329 ], [ 120.11346, 30.4757525 ], [ 120.1135378, 30.4757213 ], [ 120.1137607, 30.4757302 ], [ 120.1139162, 30.4757525 ], [ 120.114051, 30.4758106 ], [ 120.1140925, 30.4758955 ], [ 120.1140251, 30.4760563 ], [ 120.113911, 30.4762797 ], [ 120.1138436, 30.4763869 ], [ 120.11374, 30.476445 ], [ 120.1135482, 30.4764718 ], [ 120.1133667, 30.4764718 ], [ 120.1131905, 30.4764629 ], [ 120.113009, 30.4764629 ], [ 120.1129157, 30.476588 ], [ 120.112838, 30.4766193 ], [ 120.1127965, 30.4766997 ], [ 120.1128121, 30.4768248 ], [ 120.1128069, 30.4769543 ], [ 120.1127861, 30.4770571 ], [ 120.1128483, 30.4771062 ], [ 120.1129727, 30.4771152 ], [ 120.1131075, 30.4771286 ], [ 120.1131645, 30.4771688 ], [ 120.1131594, 30.477343 ], [ 120.1131334, 30.477553 ], [ 120.113104175205564, 30.477666510795743 ], [ 120.118478267695593, 30.479385323691488 ], [ 120.1184987, 30.4793176 ], [ 120.1185039, 30.4791702 ], [ 120.1187268, 30.4788039 ], [ 120.1188356, 30.4785984 ], [ 120.1189186, 30.4785537 ], [ 120.119043, 30.4785448 ], [ 120.1192296, 30.4785984 ], [ 120.1193851, 30.4786207 ], [ 120.1195821, 30.4786118 ], [ 120.1197532, 30.4786118 ], [ 120.1205722, 30.4789558 ], [ 120.1207899, 30.47913 ], [ 120.1209766, 30.4792774 ], [ 120.121101, 30.4793713 ], [ 120.1211787, 30.479474 ], [ 120.121158, 30.4795946 ], [ 120.1210699, 30.4798314 ], [ 120.1208988, 30.4800548 ], [ 120.1209817, 30.4800994 ], [ 120.1211321, 30.4798761 ], [ 120.1212306, 30.4797331 ], [ 120.1213342, 30.4795053 ], [ 120.1213291, 30.4793802 ], [ 120.1212565, 30.4793176 ], [ 120.121158, 30.4792238 ], [ 120.1211891, 30.4791657 ], [ 120.1212876, 30.4791255 ], [ 120.1213602, 30.4790049 ], [ 120.1213913, 30.4788486 ], [ 120.1213705, 30.478719 ], [ 120.1214016, 30.478442 ], [ 120.1214535, 30.4783303 ], [ 120.1216556, 30.4781963 ], [ 120.1217438, 30.4780891 ], [ 120.1217904, 30.477897 ], [ 120.1217541, 30.4774413 ], [ 120.121723, 30.4773564 ], [ 120.1216297, 30.4773073 ], [ 120.1214794, 30.4773073 ], [ 120.1213083, 30.4772894 ], [ 120.1210647, 30.4772268 ], [ 120.1209558, 30.4772447 ], [ 120.120847, 30.4773162 ], [ 120.120764, 30.4773921 ], [ 120.120593, 30.4774502 ], [ 120.120256, 30.4774815 ], [ 120.1202094, 30.4775128 ], [ 120.1201316, 30.4775753 ], [ 120.1199191, 30.4775753 ], [ 120.119691, 30.4775083 ], [ 120.1194888, 30.4773877 ], [ 120.1194318, 30.4774413 ], [ 120.1192763, 30.4774011 ], [ 120.1191467, 30.4773162 ], [ 120.1191, 30.4771598 ], [ 120.1190845, 30.4769767 ], [ 120.1189393, 30.4768962 ], [ 120.1188616, 30.4768337 ], [ 120.1188564, 30.4767041 ], [ 120.1188564, 30.476588 ], [ 120.118732, 30.4765612 ], [ 120.1186853, 30.4764316 ], [ 120.1187268, 30.4762261 ], [ 120.1188771, 30.4757838 ], [ 120.1189601, 30.4757213 ], [ 120.1190585, 30.4757123 ], [ 120.1191052, 30.4756006 ], [ 120.1190948, 30.4755202 ], [ 120.1190015, 30.4753996 ], [ 120.1189289, 30.4752745 ], [ 120.1188097, 30.4752388 ], [ 120.1187112, 30.4752075 ], [ 120.1186024, 30.4751449 ], [ 120.1185765, 30.4750064 ], [ 120.1186179, 30.474859 ], [ 120.1186801, 30.474725 ], [ 120.1188356, 30.474582 ], [ 120.1188305, 30.4744703 ], [ 120.1188045, 30.4743988 ], [ 120.1185972, 30.4743899 ], [ 120.1180684, 30.4743497 ], [ 120.1178922, 30.4743407 ], [ 120.1176745, 30.4743363 ], [ 120.1175345, 30.4743899 ], [ 120.1173168, 30.4744524 ], [ 120.1172287, 30.4744882 ], [ 120.1166429, 30.4744078 ], [ 120.1165807, 30.4744033 ], [ 120.1165444, 30.4744703 ], [ 120.1164563, 30.4744301 ], [ 120.1163837, 30.474381 ], [ 120.1163889, 30.4742693 ], [ 120.1160156, 30.4742514 ], [ 120.1158705, 30.474238 ], [ 120.1158083, 30.4741263 ], [ 120.1156528, 30.4740816 ], [ 120.1155128, 30.4740012 ], [ 120.1152833, 30.473915 ], [ 120.115105, 30.4738809 ], [ 120.1150167, 30.4738223 ], [ 120.1150031, 30.4736642 ], [ 120.1150643, 30.4735588 ], [ 120.1149488, 30.4732251 ], [ 120.114976, 30.4729089 ], [ 120.1149148, 30.4728504 ], [ 120.1146567, 30.4728387 ], [ 120.1144665, 30.472827 ], [ 120.1143917, 30.4726513 ], [ 120.1143917, 30.4724932 ], [ 120.1144325, 30.4723761 ], [ 120.1144257, 30.4721243 ], [ 120.1144732, 30.4719838 ], [ 120.1145548, 30.4719721 ], [ 120.1146091, 30.4720365 ], [ 120.1146771, 30.4721126 ], [ 120.1147925, 30.4721126 ], [ 120.1148944, 30.4719897 ], [ 120.1150303, 30.4719428 ], [ 120.1152205, 30.4719604 ], [ 120.1152749, 30.4718843 ], [ 120.1151866, 30.4718257 ], [ 120.1150439, 30.4717906 ], [ 120.115105, 30.4714627 ], [ 120.1151662, 30.4712695 ], [ 120.1152341, 30.4710177 ], [ 120.1154311, 30.4707367 ], [ 120.1155602, 30.4706547 ], [ 120.1157504, 30.4707074 ], [ 120.115961, 30.4707484 ], [ 120.1162463, 30.4702858 ], [ 120.1163143, 30.4701746 ], [ 120.1164705, 30.4701746 ], [ 120.1165996, 30.4700458 ], [ 120.1167626, 30.4700106 ], [ 120.1170004, 30.4700458 ], [ 120.117048, 30.4698057 ], [ 120.1169732, 30.4697706 ], [ 120.1168577, 30.4697471 ], [ 120.1168713, 30.4696066 ], [ 120.1168034, 30.4694719 ], [ 120.1166743, 30.4693431 ], [ 120.1164366, 30.469226 ], [ 120.1164637, 30.4691382 ], [ 120.1165656, 30.4690796 ], [ 120.1167694, 30.4690913 ], [ 120.1167966, 30.4686171 ], [ 120.1167287, 30.4685292 ], [ 120.1167966, 30.468459 ], [ 120.1169257, 30.4684063 ], [ 120.117048, 30.4681662 ], [ 120.1171431, 30.467809 ], [ 120.1170819, 30.4676509 ], [ 120.1169868, 30.4675924 ], [ 120.1169393, 30.4675163 ], [ 120.1170412, 30.4673933 ], [ 120.1171906, 30.4671064 ], [ 120.1172789, 30.4670771 ], [ 120.1175303, 30.4671298 ], [ 120.1178224, 30.4672293 ], [ 120.1181689, 30.4674109 ], [ 120.1184067, 30.4674928 ], [ 120.1186173, 30.4674753 ], [ 120.1187395, 30.4674401 ], [ 120.1188211, 30.467487 ], [ 120.1189637, 30.467569 ], [ 120.1190656, 30.4675572 ], [ 120.1190724, 30.4674811 ], [ 120.1189026, 30.467405 ], [ 120.1188143, 30.4673582 ], [ 120.1189637, 30.4672235 ], [ 120.119086, 30.4671005 ], [ 120.1192151, 30.4670478 ], [ 120.1194121, 30.4669893 ], [ 120.1196431, 30.467001 ], [ 120.1196159, 30.4669249 ], [ 120.1195004, 30.4665677 ], [ 120.1194596, 30.4663452 ], [ 120.1194257, 30.4662339 ], [ 120.1193713, 30.4665443 ], [ 120.1194121, 30.4666965 ], [ 120.1194393, 30.4668253 ], [ 120.1194053, 30.4669132 ], [ 120.1192219, 30.4669541 ], [ 120.1189705, 30.4669307 ], [ 120.1187077, 30.4668715 ], [ 120.118692, 30.4669307 ], [ 120.118889, 30.467001 ], [ 120.118855, 30.4670947 ], [ 120.1187395, 30.4672996 ], [ 120.118658, 30.4673582 ], [ 120.1184134, 30.4673748 ], [ 120.1181757, 30.467323 ], [ 120.1175643, 30.467042 ], [ 120.1174624, 30.4669834 ], [ 120.1172042, 30.4669424 ], [ 120.1169393, 30.4668839 ], [ 120.116817, 30.466796 ], [ 120.1167558, 30.4666731 ], [ 120.1168306, 30.4663862 ], [ 120.1168442, 30.4662164 ], [ 120.1167287, 30.4661344 ], [ 120.1164705, 30.4660875 ], [ 120.1163279, 30.4660992 ], [ 120.1161716, 30.4661871 ], [ 120.1161037, 30.4662983 ], [ 120.115995, 30.4663159 ], [ 120.1158048, 30.4662515 ], [ 120.11573, 30.4663335 ], [ 120.1154107, 30.4662691 ], [ 120.1152273, 30.4662515 ], [ 120.1151118, 30.4661285 ], [ 120.1152137, 30.4657713 ], [ 120.115302, 30.4655196 ], [ 120.1154583, 30.4652795 ], [ 120.1153292, 30.4652092 ], [ 120.1150303, 30.4649516 ], [ 120.114942, 30.464893 ], [ 120.1149216, 30.4648052 ], [ 120.1150371, 30.4647115 ], [ 120.115105, 30.4645241 ], [ 120.1150915, 30.464325 ], [ 120.1149897, 30.4642566 ], [ 120.1149674, 30.4641503 ], [ 120.1149483, 30.4638582 ], [ 120.1148593, 30.4637653 ], [ 120.1147159, 30.4636171 ], [ 120.1146091, 30.4636165 ], [ 120.114514, 30.4635404 ], [ 120.1143917, 30.4634877 ], [ 120.114283, 30.4635111 ], [ 120.1141947, 30.4636458 ], [ 120.1140181, 30.4638566 ], [ 120.113923, 30.4640088 ], [ 120.1137463, 30.4640264 ], [ 120.1135969, 30.4639386 ], [ 120.113529, 30.4637278 ], [ 120.1134406, 30.4636575 ], [ 120.1134542, 30.4635287 ], [ 120.1135493, 30.46323 ], [ 120.1130874, 30.462949 ], [ 120.1131349, 30.4628435 ], [ 120.1132368, 30.4625859 ], [ 120.1133417, 30.4624687 ], [ 120.1135493, 30.4622697 ], [ 120.1137735, 30.4621116 ], [ 120.1138686, 30.4619301 ], [ 120.1138279, 30.4617544 ], [ 120.113889, 30.4615494 ], [ 120.1140792, 30.4614792 ], [ 120.1140317, 30.4612625 ], [ 120.1138686, 30.4611688 ], [ 120.1137056, 30.4611103 ], [ 120.1135629, 30.4611688 ], [ 120.1134067, 30.461163 ], [ 120.1131214, 30.4611395 ], [ 120.1129855, 30.4611805 ], [ 120.1129243, 30.4613094 ], [ 120.1129243, 30.4614323 ], [ 120.112965, 30.4618092 ], [ 120.1130874, 30.4618523 ], [ 120.1131406, 30.4618247 ], [ 120.1131757, 30.4618774 ], [ 120.1132095, 30.4619723 ], [ 120.1132238, 30.4620101 ], [ 120.1131893, 30.4620467 ], [ 120.1131682, 30.4620888 ], [ 120.1131544, 30.4621191 ], [ 120.1131967, 30.4620947 ], [ 120.1132374, 30.4621519 ], [ 120.1132041, 30.4621734 ], [ 120.1131636, 30.4621744 ], [ 120.1131376, 30.4621637 ], [ 120.1131432, 30.4622139 ], [ 120.1131506, 30.4622953 ], [ 120.1130134, 30.4622536 ], [ 120.1129183, 30.4623041 ], [ 120.1128808, 30.4622365 ], [ 120.1127895, 30.4621724 ], [ 120.1126863, 30.4621299 ], [ 120.1123265, 30.462094 ], [ 120.1121937, 30.4621643 ], [ 120.1120352, 30.4621767 ], [ 120.1118336, 30.4621643 ], [ 120.1117255, 30.4620898 ], [ 120.1115527, 30.4620898 ], [ 120.1114735, 30.4621456 ], [ 120.1112862, 30.4621829 ], [ 120.1110486, 30.4621705 ], [ 120.1108973, 30.4619966 ], [ 120.1107893, 30.4619159 ], [ 120.110638, 30.4618973 ], [ 120.1105444, 30.4619284 ], [ 120.1104292, 30.462127 ], [ 120.1104148, 30.4622698 ], [ 120.1104292, 30.4623381 ], [ 120.1103428, 30.4624002 ], [ 120.1101771, 30.4624746 ], [ 120.1100115, 30.4624746 ], [ 120.109889, 30.4624374 ], [ 120.1097738, 30.4624374 ], [ 120.109745, 30.4623505 ], [ 120.1099034, 30.462158 ], [ 120.1102059, 30.4618228 ], [ 120.1101195, 30.4617359 ], [ 120.1099683, 30.4618352 ], [ 120.1098242, 30.4618725 ], [ 120.1094785, 30.4617794 ], [ 120.1092337, 30.4621084 ], [ 120.1091184, 30.4621953 ], [ 120.1090464, 30.4621767 ], [ 120.108888, 30.462127 ], [ 120.1087727, 30.4621394 ], [ 120.1087295, 30.4622574 ], [ 120.1088015, 30.4623753 ], [ 120.1090104, 30.462425 ], [ 120.1090896, 30.4625491 ], [ 120.109176, 30.4626919 ], [ 120.10914, 30.4628471 ], [ 120.1090968, 30.462934 ], [ 120.109176, 30.4630644 ], [ 120.1093129, 30.4631513 ], [ 120.1094497, 30.4632258 ], [ 120.1094353, 30.4633624 ], [ 120.1093705, 30.4635424 ], [ 120.1092193, 30.4637783 ], [ 120.1091328, 30.4639397 ], [ 120.1090176, 30.4640887 ], [ 120.1087871, 30.4642066 ], [ 120.1086719, 30.4642935 ], [ 120.1086071, 30.4643866 ], [ 120.1085999, 30.4644673 ], [ 120.1087151, 30.4645667 ], [ 120.108924, 30.4646163 ], [ 120.1090464, 30.4646536 ], [ 120.1091976, 30.4647032 ], [ 120.1093705, 30.4647156 ], [ 120.1095866, 30.4647281 ], [ 120.1098314, 30.4648026 ], [ 120.1099539, 30.4649391 ], [ 120.1099971, 30.4650695 ], [ 120.1101699, 30.465175 ], [ 120.110314, 30.465324 ], [ 120.110314, 30.4654295 ], [ 120.110314, 30.4655413 ], [ 120.1104004, 30.4656468 ], [ 120.1105156, 30.4657647 ], [ 120.1105876, 30.4657151 ], [ 120.1106236, 30.4655971 ], [ 120.1107533, 30.4656033 ], [ 120.1108181, 30.4656778 ], [ 120.1108325, 30.4657834 ], [ 120.1109477, 30.4657958 ], [ 120.1109693, 30.4657275 ], [ 120.111063, 30.4657151 ], [ 120.1111926, 30.4657958 ], [ 120.1112502, 30.4659075 ], [ 120.1112286, 30.4659696 ], [ 120.1110918, 30.4660192 ], [ 120.1109981, 30.4660068 ], [ 120.1109477, 30.4659199 ], [ 120.1108829, 30.4658454 ], [ 120.1107749, 30.4658516 ], [ 120.110674, 30.4658454 ], [ 120.110602, 30.4659572 ], [ 120.1105876, 30.4660441 ], [ 120.1106452, 30.4661248 ], [ 120.1107029, 30.4661993 ], [ 120.1107101, 30.4663296 ], [ 120.1106596, 30.4663855 ], [ 120.1105084, 30.4663917 ], [ 120.1103932, 30.4663234 ], [ 120.1104076, 30.4661869 ], [ 120.1104652, 30.4660751 ], [ 120.1104724, 30.4659075 ], [ 120.1104436, 30.4657834 ], [ 120.1102923, 30.4656716 ], [ 120.1101627, 30.4656902 ], [ 120.1100835, 30.465833 ], [ 120.1101123, 30.465982 ], [ 120.1101771, 30.4661869 ], [ 120.1102275, 30.4662986 ], [ 120.1101483, 30.4662676 ], [ 120.1100331, 30.4660813 ], [ 120.1099899, 30.4659075 ], [ 120.1097954, 30.465833 ], [ 120.1095793, 30.4658082 ], [ 120.1093777, 30.4658951 ], [ 120.1091947, 30.4658986 ], [ 120.1090536, 30.4659013 ], [ 120.1087583, 30.4658951 ], [ 120.1082038, 30.4657213 ], [ 120.1081318, 30.4658454 ], [ 120.1083766, 30.4658703 ] ], [ [ 120.1129787, 30.4670654 ], [ 120.1129583, 30.4669541 ], [ 120.113067, 30.4669424 ], [ 120.1131281, 30.466837 ], [ 120.1132436, 30.4668663 ], [ 120.1134746, 30.4669014 ], [ 120.1135425, 30.467001 ], [ 120.1132368, 30.4672879 ], [ 120.1131553, 30.4673113 ], [ 120.1130398, 30.4672586 ], [ 120.1129311, 30.4671825 ], [ 120.1129787, 30.4670654 ] ], [ [ 120.1131417, 30.4679203 ], [ 120.1132844, 30.4679905 ], [ 120.1133184, 30.4680842 ], [ 120.11323, 30.4681311 ], [ 120.1130806, 30.4681486 ], [ 120.1130466, 30.4680257 ], [ 120.1131417, 30.4679203 ] ], [ [ 120.1138686, 30.4661988 ], [ 120.1140521, 30.4661519 ], [ 120.1142151, 30.4661578 ], [ 120.1143034, 30.4662105 ], [ 120.1142151, 30.4662573 ], [ 120.1140792, 30.4662808 ], [ 120.1140113, 30.466351 ], [ 120.1139502, 30.466392 ], [ 120.113855, 30.4664037 ], [ 120.1138211, 30.4663159 ], [ 120.1138686, 30.4661988 ] ], [ [ 120.1162124, 30.4690152 ], [ 120.1163143, 30.4690152 ], [ 120.1163754, 30.4690972 ], [ 120.1163007, 30.4691967 ], [ 120.1162124, 30.4691733 ], [ 120.1161648, 30.4691031 ], [ 120.1162124, 30.4690152 ] ] ], [ [ [ 120.11205, 30.4772536 ], [ 120.1119826, 30.4772581 ], [ 120.111940566670924, 30.477294350220042 ], [ 120.112054489597867, 30.477330786547906 ], [ 120.11205, 30.4772536 ] ] ], [ [ [ 120.1116405, 30.4771554 ], [ 120.1116509, 30.4767086 ], [ 120.1116664, 30.4765701 ], [ 120.1115731, 30.4765656 ], [ 120.1115316, 30.4766193 ], [ 120.1115731, 30.4767801 ], [ 120.1115783, 30.4771196 ], [ 120.111561102584176, 30.477172985028247 ], [ 120.111644083290642, 30.477199525008462 ], [ 120.1116405, 30.4771554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1182294, 30.4725995 ], [ 120.1184461, 30.4720149 ], [ 120.1181163, 30.4719256 ], [ 120.1179279, 30.4725427 ], [ 120.1182294, 30.4725995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0868014, 30.4686949 ], [ 120.0867741, 30.4685615 ], [ 120.0862915, 30.4686007 ], [ 120.0861276, 30.46864 ], [ 120.0861185, 30.4687734 ], [ 120.0868014, 30.4686949 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0855358, 30.4687969 ], [ 120.085727, 30.468899 ], [ 120.0857543, 30.4690402 ], [ 120.0856997, 30.4692129 ], [ 120.0855449, 30.4692835 ], [ 120.0855449, 30.4693698 ], [ 120.0856906, 30.4693777 ], [ 120.0857725, 30.4694718 ], [ 120.0857452, 30.469668 ], [ 120.0859, 30.4698721 ], [ 120.0859182, 30.4699976 ], [ 120.0858545, 30.4701624 ], [ 120.0856451, 30.4702723 ], [ 120.0856542, 30.4703743 ], [ 120.0858818, 30.470445 ], [ 120.0859455, 30.4704763 ], [ 120.0860002, 30.4705862 ], [ 120.0859273, 30.4707745 ], [ 120.0859546, 30.4708609 ], [ 120.0859546, 30.4709707 ], [ 120.0859, 30.4710571 ], [ 120.0859455, 30.4711434 ], [ 120.0861094, 30.4710963 ], [ 120.0863006, 30.4711198 ], [ 120.0862915, 30.4710178 ], [ 120.0862005, 30.4709786 ], [ 120.0861367, 30.4708766 ], [ 120.086164, 30.4707118 ], [ 120.0861732, 30.4704371 ], [ 120.0861003, 30.4700212 ], [ 120.0859911, 30.4696209 ], [ 120.0859637, 30.4692678 ], [ 120.0859, 30.4687028 ], [ 120.0858089, 30.4686086 ], [ 120.0856815, 30.4686164 ], [ 120.0855267, 30.4686792 ], [ 120.0855358, 30.4687969 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1079457, 30.4703953 ], [ 120.1082415, 30.4704074 ], [ 120.1083895, 30.4704317 ], [ 120.108481, 30.4704317 ], [ 120.108481, 30.4702495 ], [ 120.1084951, 30.4701463 ], [ 120.1088544, 30.4701342 ], [ 120.1089248, 30.4701767 ], [ 120.1090094, 30.4703467 ], [ 120.109101, 30.4703467 ], [ 120.1091503, 30.4702374 ], [ 120.1095025, 30.4701585 ], [ 120.1094532, 30.4699824 ], [ 120.1091714, 30.4699763 ], [ 120.1089671, 30.469946 ], [ 120.1088121, 30.4696484 ], [ 120.1085022, 30.4697638 ], [ 120.1084176, 30.4697152 ], [ 120.1084247, 30.4695695 ], [ 120.1081218, 30.4696059 ], [ 120.1079175, 30.4696849 ], [ 120.1078682, 30.469782 ], [ 120.1079245, 30.4698974 ], [ 120.1080654, 30.469952 ], [ 120.1084458, 30.4699702 ], [ 120.1085374, 30.4700552 ], [ 120.1083261, 30.4700735 ], [ 120.1080936, 30.4700856 ], [ 120.1078823, 30.4700856 ], [ 120.10784, 30.4702617 ], [ 120.1079457, 30.4703953 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1016896, 30.4682841 ], [ 120.1018699, 30.4684868 ], [ 120.1021756, 30.4689328 ], [ 120.1023011, 30.4690679 ], [ 120.1024971, 30.4692098 ], [ 120.1028577, 30.4697301 ], [ 120.1028577, 30.4698788 ], [ 120.102795, 30.4700004 ], [ 120.1026147, 30.4701896 ], [ 120.1026774, 30.4702301 ], [ 120.1028498, 30.470095 ], [ 120.103038, 30.4700207 ], [ 120.1032026, 30.470122 ], [ 120.1035084, 30.4705139 ], [ 120.1039944, 30.4711423 ], [ 120.1044021, 30.4717301 ], [ 120.1047, 30.472318 ], [ 120.1047627, 30.4724801 ], [ 120.1048176, 30.4726964 ], [ 120.1049038, 30.4730545 ], [ 120.1051312, 30.4738044 ], [ 120.105288, 30.4737639 ], [ 120.1049744, 30.4729058 ], [ 120.1049195, 30.4727504 ], [ 120.1049665, 30.472595 ], [ 120.1050528, 30.4724058 ], [ 120.1048725, 30.4722842 ], [ 120.1047392, 30.4719531 ], [ 120.1045746, 30.4717166 ], [ 120.1044099, 30.4714058 ], [ 120.1044178, 30.4712369 ], [ 120.1045824, 30.4711964 ], [ 120.1047862, 30.4712031 ], [ 120.1049117, 30.4711018 ], [ 120.1052723, 30.4710477 ], [ 120.1058524, 30.4710612 ], [ 120.1061425, 30.4711085 ], [ 120.1063071, 30.4711761 ], [ 120.1063777, 30.4712707 ], [ 120.1064639, 30.4711761 ], [ 120.106652, 30.4711828 ], [ 120.1068951, 30.4713045 ], [ 120.1070911, 30.4714396 ], [ 120.10724, 30.4715815 ], [ 120.1073498, 30.4721153 ], [ 120.1074987, 30.4724058 ], [ 120.1074909, 30.4725545 ], [ 120.1077966, 30.4732166 ], [ 120.1077888, 30.473345 ], [ 120.1077104, 30.4734126 ], [ 120.1091276, 30.4733246 ], [ 120.1087609, 30.4717301 ], [ 120.1086747, 30.4718247 ], [ 120.1086119, 30.471818 ], [ 120.1084395, 30.4716964 ], [ 120.1081416, 30.4716423 ], [ 120.1078201, 30.4716558 ], [ 120.1076633, 30.4716153 ], [ 120.1076477, 30.4715004 ], [ 120.1075144, 30.4714599 ], [ 120.1072557, 30.4712977 ], [ 120.1070754, 30.4711896 ], [ 120.1069578, 30.4710139 ], [ 120.1069421, 30.470845 ], [ 120.1070911, 30.4707639 ], [ 120.1073811, 30.4706896 ], [ 120.1076477, 30.4706558 ], [ 120.1077809, 30.4707234 ], [ 120.1078201, 30.4709531 ], [ 120.1079221, 30.4710072 ], [ 120.1080553, 30.4709126 ], [ 120.1080867, 30.4707504 ], [ 120.1082043, 30.4706761 ], [ 120.1083532, 30.4706693 ], [ 120.1085806, 30.4706288 ], [ 120.1095448, 30.4704801 ], [ 120.1097173, 30.4704869 ], [ 120.1098428, 30.4704463 ], [ 120.1098428, 30.4703112 ], [ 120.1098036, 30.4700747 ], [ 120.1097016, 30.470068 ], [ 120.1096154, 30.4700071 ], [ 120.1095684, 30.4701423 ], [ 120.1096468, 30.4702301 ], [ 120.1096938, 30.4703112 ], [ 120.1095684, 30.470345 ], [ 120.1091842, 30.4704328 ], [ 120.1084787, 30.4705072 ], [ 120.1083768, 30.4704869 ], [ 120.1081416, 30.4704936 ], [ 120.1075771, 30.4705274 ], [ 120.1071381, 30.4705612 ], [ 120.1069343, 30.4705072 ], [ 120.1067226, 30.4703855 ], [ 120.1065815, 30.470399 ], [ 120.1064247, 30.4705747 ], [ 120.106409, 30.4706828 ], [ 120.1063777, 30.4707909 ], [ 120.1062836, 30.4708112 ], [ 120.1061111, 30.4707977 ], [ 120.106017, 30.4707504 ], [ 120.1059622, 30.4705815 ], [ 120.1058681, 30.4705409 ], [ 120.1057426, 30.470595 ], [ 120.1056721, 30.4707301 ], [ 120.1056015, 30.4708112 ], [ 120.1054447, 30.470818 ], [ 120.1050214, 30.4708247 ], [ 120.1048803, 30.4708585 ], [ 120.1047235, 30.4709058 ], [ 120.1045197, 30.4710207 ], [ 120.1043472, 30.4710139 ], [ 120.1041904, 30.4709328 ], [ 120.1040023, 30.4705747 ], [ 120.1039552, 30.4704463 ], [ 120.1040336, 30.4702842 ], [ 120.1040023, 30.469899 ], [ 120.1039474, 30.469818 ], [ 120.1037436, 30.469872 ], [ 120.1035397, 30.4698923 ], [ 120.1034456, 30.4698653 ], [ 120.1033359, 30.4697639 ], [ 120.1032026, 30.4694328 ], [ 120.1030615, 30.4693517 ], [ 120.1027793, 30.4691625 ], [ 120.1025363, 30.4688652 ], [ 120.1023873, 30.468649 ], [ 120.1022227, 30.4684193 ], [ 120.102058, 30.4680611 ], [ 120.1016269, 30.468176 ], [ 120.1016896, 30.4682841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1073184, 30.473568 ], [ 120.1075379, 30.4735477 ], [ 120.1076241, 30.4736017 ], [ 120.1076241, 30.4737436 ], [ 120.1075693, 30.4738517 ], [ 120.1074674, 30.4739058 ], [ 120.1075536, 30.4740815 ], [ 120.1075614, 30.4743044 ], [ 120.1075536, 30.474399 ], [ 120.107585, 30.4745342 ], [ 120.107632, 30.4747098 ], [ 120.107679, 30.4748923 ], [ 120.1077731, 30.474872 ], [ 120.1077339, 30.4747233 ], [ 120.1077417, 30.4745342 ], [ 120.1078201, 30.4744531 ], [ 120.1079377, 30.4744531 ], [ 120.1080867, 30.4744463 ], [ 120.1083376, 30.4744058 ], [ 120.1084865, 30.4743788 ], [ 120.1085492, 30.4744193 ], [ 120.1086119, 30.4744801 ], [ 120.1087217, 30.4744598 ], [ 120.1087217, 30.4743788 ], [ 120.1088001, 30.4743112 ], [ 120.108949, 30.4743044 ], [ 120.1090745, 30.4744058 ], [ 120.1091215, 30.4744801 ], [ 120.1091058, 30.4746288 ], [ 120.1090196, 30.4747233 ], [ 120.1088863, 30.4747166 ], [ 120.1087531, 30.4746625 ], [ 120.1087295, 30.4745612 ], [ 120.108659, 30.4745612 ], [ 120.1085335, 30.4745815 ], [ 120.1084473, 30.4746693 ], [ 120.1083846, 30.4747504 ], [ 120.1085335, 30.4747166 ], [ 120.1086119, 30.4747977 ], [ 120.1086825, 30.4749801 ], [ 120.1087217, 30.4752977 ], [ 120.1086982, 30.4754125 ], [ 120.1086119, 30.4754733 ], [ 120.108463, 30.4755341 ], [ 120.1084316, 30.4756152 ], [ 120.1083532, 30.475703 ], [ 120.1080632, 30.4757436 ], [ 120.1080553, 30.4758652 ], [ 120.1084238, 30.4757909 ], [ 120.1086041, 30.4757166 ], [ 120.1086747, 30.4755814 ], [ 120.1087687, 30.4754733 ], [ 120.1088706, 30.4754531 ], [ 120.1089882, 30.4755206 ], [ 120.1091372, 30.4755679 ], [ 120.109341, 30.4755409 ], [ 120.1094273, 30.4756422 ], [ 120.1094351, 30.4757436 ], [ 120.1095684, 30.4757503 ], [ 120.1096389, 30.475649 ], [ 120.1097252, 30.4756422 ], [ 120.1097879, 30.4757368 ], [ 120.1099055, 30.4757841 ], [ 120.1091276, 30.4733246 ], [ 120.1077104, 30.4734126 ], [ 120.1075693, 30.4734058 ], [ 120.1074203, 30.4734193 ], [ 120.1072792, 30.4734936 ], [ 120.1073184, 30.473568 ] ], [ [ 120.1087609, 30.4739801 ], [ 120.108949, 30.4739058 ], [ 120.1091058, 30.4738788 ], [ 120.109098, 30.4739666 ], [ 120.1090353, 30.4740747 ], [ 120.108902, 30.4741423 ], [ 120.1087844, 30.4741761 ], [ 120.1087217, 30.474122 ], [ 120.1086825, 30.4740612 ], [ 120.1087609, 30.4739801 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1036453, 30.4801235 ], [ 120.1037617, 30.4800984 ], [ 120.1038199, 30.4799667 ], [ 120.1038709, 30.4798727 ], [ 120.1038054, 30.4798539 ], [ 120.103689, 30.4798476 ], [ 120.1036235, 30.4798852 ], [ 120.1036453, 30.4801235 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.094259, 30.4805545 ], [ 120.0950633, 30.4804212 ], [ 120.0949783, 30.4798479 ], [ 120.094754, 30.4798679 ], [ 120.0943905, 30.4799679 ], [ 120.0943518, 30.4800546 ], [ 120.094112, 30.4801279 ], [ 120.094259, 30.4805545 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0939109, 30.4806211 ], [ 120.0941352, 30.4805745 ], [ 120.0939419, 30.4800879 ], [ 120.093849, 30.4801212 ], [ 120.0938181, 30.4802879 ], [ 120.0939109, 30.4806211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0804079, 30.4744169 ], [ 120.0805918, 30.4744882 ], [ 120.0807573, 30.4742822 ], [ 120.0806837, 30.474203 ], [ 120.0804722, 30.474203 ], [ 120.0804079, 30.4742743 ], [ 120.0804079, 30.4744169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0814928, 30.4747814 ], [ 120.0815203, 30.4748369 ], [ 120.0813181, 30.4748844 ], [ 120.0813732, 30.4749637 ], [ 120.0816307, 30.4749637 ], [ 120.0817042, 30.4748686 ], [ 120.0816491, 30.4747814 ], [ 120.0816491, 30.474615 ], [ 120.0808676, 30.4746388 ], [ 120.0807756, 30.4746705 ], [ 120.0807481, 30.4748131 ], [ 120.0814928, 30.4747814 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0805274, 30.4752172 ], [ 120.0806653, 30.475138 ], [ 120.0806193, 30.4750191 ], [ 120.0806102, 30.474932 ], [ 120.0806745, 30.474821 ], [ 120.0806377, 30.4746943 ], [ 120.0804722, 30.4747101 ], [ 120.0803159, 30.474829 ], [ 120.0802148, 30.4749716 ], [ 120.0801045, 30.4750191 ], [ 120.0800126, 30.4752251 ], [ 120.0805274, 30.4752172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0707634, 30.4666789 ], [ 120.0711698, 30.4667196 ], [ 120.0715478, 30.4666951 ], [ 120.0721054, 30.4667033 ], [ 120.0725307, 30.4667766 ], [ 120.0727197, 30.4669395 ], [ 120.0728142, 30.4670699 ], [ 120.072956, 30.4670861 ], [ 120.073041, 30.4672083 ], [ 120.0729087, 30.4686338 ], [ 120.0729654, 30.4688049 ], [ 120.0729276, 30.4690085 ], [ 120.072852, 30.469147 ], [ 120.0728142, 30.4695543 ], [ 120.0727481, 30.4696683 ], [ 120.0723322, 30.4697742 ], [ 120.0723228, 30.4699697 ], [ 120.0725496, 30.4703689 ], [ 120.0726725, 30.4706458 ], [ 120.0727103, 30.4708576 ], [ 120.0727386, 30.471102 ], [ 120.0728142, 30.4712649 ], [ 120.0727764, 30.4714441 ], [ 120.0726725, 30.4721772 ], [ 120.0725779, 30.4722342 ], [ 120.0720676, 30.4722586 ], [ 120.0717274, 30.4722831 ], [ 120.0715195, 30.4723482 ], [ 120.0715384, 30.4724541 ], [ 120.0717179, 30.4724785 ], [ 120.0719825, 30.4724215 ], [ 120.0722566, 30.4723075 ], [ 120.0726157, 30.4723238 ], [ 120.0727481, 30.4724622 ], [ 120.0727953, 30.4734641 ], [ 120.0727197, 30.4740995 ], [ 120.0726819, 30.4743194 ], [ 120.0725685, 30.4745149 ], [ 120.0723322, 30.4746615 ], [ 120.0721432, 30.4746859 ], [ 120.0718691, 30.4746289 ], [ 120.071614, 30.4746045 ], [ 120.0715006, 30.4746533 ], [ 120.07151, 30.4748162 ], [ 120.0716329, 30.4749384 ], [ 120.0717935, 30.4749547 ], [ 120.0721338, 30.4749303 ], [ 120.0725779, 30.4749384 ], [ 120.0728237, 30.4750117 ], [ 120.0729371, 30.4751991 ], [ 120.0729654, 30.4754923 ], [ 120.0730127, 30.4757285 ], [ 120.0731355, 30.4758507 ], [ 120.0731922, 30.4763638 ], [ 120.0732868, 30.4767955 ], [ 120.0732868, 30.4769584 ], [ 120.0731733, 30.4770561 ], [ 120.0732111, 30.4773086 ], [ 120.0734191, 30.4774227 ], [ 120.0735136, 30.4776181 ], [ 120.0734852, 30.4779358 ], [ 120.0735514, 30.4783105 ], [ 120.073627, 30.4785548 ], [ 120.0738538, 30.4786281 ], [ 120.0740239, 30.4787014 ], [ 120.074109, 30.4789946 ], [ 120.0742129, 30.4792634 ], [ 120.0744303, 30.4798743 ], [ 120.0747233, 30.4802734 ], [ 120.0753943, 30.4813322 ], [ 120.0754415, 30.4814625 ], [ 120.0753848, 30.4815765 ], [ 120.0753187, 30.4817068 ], [ 120.0753943, 30.4818779 ], [ 120.0753281, 30.4828145 ], [ 120.0753659, 30.4829529 ], [ 120.0753565, 30.4830425 ], [ 120.0752431, 30.4831158 ], [ 120.0753092, 30.483295 ], [ 120.0754982, 30.4833032 ], [ 120.0757251, 30.4832543 ], [ 120.0760086, 30.4831321 ], [ 120.0762921, 30.483124 ], [ 120.0764244, 30.4832461 ], [ 120.0764528, 30.4834335 ], [ 120.0763394, 30.4837022 ], [ 120.07635, 30.4838417 ], [ 120.0765111, 30.4838417 ], [ 120.076604, 30.4837267 ], [ 120.0765851, 30.4836289 ], [ 120.0767174, 30.4835068 ], [ 120.0768308, 30.483409 ], [ 120.076689, 30.4831728 ], [ 120.0766796, 30.4830181 ], [ 120.0766796, 30.4828389 ], [ 120.0767079, 30.4826027 ], [ 120.0767835, 30.4824724 ], [ 120.0769253, 30.482505 ], [ 120.0769348, 30.4826516 ], [ 120.0769726, 30.4827901 ], [ 120.0771994, 30.4827982 ], [ 120.07736, 30.4828878 ], [ 120.0775247, 30.4829519 ], [ 120.0776289, 30.4829192 ], [ 120.0776341, 30.4828226 ], [ 120.0777192, 30.4826923 ], [ 120.0779838, 30.4826109 ], [ 120.0779649, 30.4825376 ], [ 120.0777664, 30.482562 ], [ 120.0776152, 30.4825294 ], [ 120.0774073, 30.4822932 ], [ 120.0772466, 30.4822525 ], [ 120.0771143, 30.4821548 ], [ 120.076982, 30.481943 ], [ 120.0768403, 30.481943 ], [ 120.0766418, 30.481886 ], [ 120.0765, 30.481715 ], [ 120.0765378, 30.4815928 ], [ 120.0767268, 30.4815847 ], [ 120.0768875, 30.4816498 ], [ 120.0770104, 30.4816335 ], [ 120.0771143, 30.481715 ], [ 120.0771994, 30.4818534 ], [ 120.0773128, 30.4818208 ], [ 120.0772939, 30.4814788 ], [ 120.07736, 30.4813322 ], [ 120.077568, 30.481267 ], [ 120.077653, 30.4813647 ], [ 120.0777664, 30.481381 ], [ 120.0778326, 30.4812752 ], [ 120.0781256, 30.4812426 ], [ 120.0785981, 30.4811611 ], [ 120.0787777, 30.4810715 ], [ 120.0787777, 30.4809738 ], [ 120.0785225, 30.4809249 ], [ 120.0780122, 30.4809982 ], [ 120.0778231, 30.4809657 ], [ 120.0777003, 30.4808598 ], [ 120.0776719, 30.4806399 ], [ 120.0776908, 30.4803059 ], [ 120.0777381, 30.4800616 ], [ 120.0778704, 30.4798743 ], [ 120.0781161, 30.479744 ], [ 120.0782106, 30.4795648 ], [ 120.0782579, 30.4793123 ], [ 120.078135, 30.4791983 ], [ 120.078135, 30.4790924 ], [ 120.0782957, 30.4790191 ], [ 120.0783524, 30.4788806 ], [ 120.0784941, 30.4787747 ], [ 120.0789289, 30.4787829 ], [ 120.0789289, 30.478677 ], [ 120.0784752, 30.4786688 ], [ 120.0782957, 30.4787747 ], [ 120.0780972, 30.4787992 ], [ 120.0779176, 30.4789295 ], [ 120.0778515, 30.479182 ], [ 120.0777475, 30.4796299 ], [ 120.077653, 30.4797358 ], [ 120.0774451, 30.4802571 ], [ 120.0772088, 30.4803955 ], [ 120.0771049, 30.4805503 ], [ 120.0770482, 30.4809575 ], [ 120.0770482, 30.4814299 ], [ 120.076897, 30.4814788 ], [ 120.0766985, 30.481381 ], [ 120.0763866, 30.4814706 ], [ 120.0762354, 30.4814055 ], [ 120.0760275, 30.4810553 ], [ 120.076018, 30.4808598 ], [ 120.0757345, 30.4809494 ], [ 120.0756022, 30.4809494 ], [ 120.0751391, 30.480534 ], [ 120.0750541, 30.4802978 ], [ 120.0747705, 30.479801 ], [ 120.0744492, 30.4791331 ], [ 120.0742129, 30.4781231 ], [ 120.074109, 30.4778625 ], [ 120.0740239, 30.4772272 ], [ 120.0739105, 30.4770398 ], [ 120.0737971, 30.4768199 ], [ 120.0737593, 30.4765593 ], [ 120.073627, 30.4762009 ], [ 120.073627, 30.4760462 ], [ 120.0734569, 30.4755819 ], [ 120.0734569, 30.4747429 ], [ 120.0733151, 30.4746533 ], [ 120.0732489, 30.4745312 ], [ 120.073145, 30.4742461 ], [ 120.0730883, 30.4735211 ], [ 120.0729843, 30.4729347 ], [ 120.0729276, 30.47256 ], [ 120.0729938, 30.4716966 ], [ 120.0729087, 30.4714604 ], [ 120.0729087, 30.4710287 ], [ 120.0730883, 30.4707517 ], [ 120.0730883, 30.4701245 ], [ 120.0730599, 30.4698964 ], [ 120.073041, 30.4697579 ], [ 120.0731544, 30.4696602 ], [ 120.0735041, 30.4696683 ], [ 120.0737498, 30.4696276 ], [ 120.0735986, 30.4695787 ], [ 120.0732679, 30.4696032 ], [ 120.0730883, 30.469538 ], [ 120.073041, 30.4693425 ], [ 120.0731544, 30.4688293 ], [ 120.0731639, 30.4686257 ], [ 120.0733246, 30.4670943 ], [ 120.0732584, 30.4668906 ], [ 120.0730127, 30.4666463 ], [ 120.0728615, 30.4666218 ], [ 120.0724267, 30.4666137 ], [ 120.0713966, 30.4665811 ], [ 120.0711225, 30.4665648 ], [ 120.0704515, 30.4664182 ], [ 120.0703287, 30.4665648 ], [ 120.0707634, 30.4666789 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0810423, 30.4757085 ], [ 120.0818237, 30.4756372 ], [ 120.081787, 30.4754945 ], [ 120.0810147, 30.4755817 ], [ 120.0810423, 30.4757085 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0804263, 30.4757481 ], [ 120.0808492, 30.4757243 ], [ 120.0809136, 30.4756609 ], [ 120.0808584, 30.4755579 ], [ 120.0805366, 30.4755579 ], [ 120.0803803, 30.4755976 ], [ 120.0803527, 30.4756689 ], [ 120.0804263, 30.4757481 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0813457, 30.47597 ], [ 120.081741, 30.4758907 ], [ 120.0816583, 30.4757243 ], [ 120.0813181, 30.475764 ], [ 120.0813457, 30.47597 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0810607, 30.4762394 ], [ 120.0814376, 30.4762156 ], [ 120.0814376, 30.4760254 ], [ 120.0810515, 30.4760492 ], [ 120.0810607, 30.4762394 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0810698, 30.4764771 ], [ 120.0815479, 30.4764058 ], [ 120.0815479, 30.476279 ], [ 120.0810607, 30.4763345 ], [ 120.0810698, 30.4764771 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0810515, 30.4766514 ], [ 120.0814928, 30.4766039 ], [ 120.081502, 30.4764929 ], [ 120.0810515, 30.4765563 ], [ 120.0810515, 30.4766514 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1191998, 30.4725427 ], [ 120.1198121, 30.4726726 ], [ 120.1198687, 30.4725265 ], [ 120.118578, 30.4720555 ], [ 120.1184932, 30.4723641 ], [ 120.1191998, 30.4725427 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1170323, 30.4727846 ], [ 120.1170612, 30.4728188 ], [ 120.1175511, 30.4729325 ], [ 120.117617, 30.4729 ], [ 120.117617, 30.472835 ], [ 120.1175605, 30.4727538 ], [ 120.1174286, 30.4726645 ], [ 120.1172684, 30.4726158 ], [ 120.1171365, 30.4726158 ], [ 120.1170423, 30.4726564 ], [ 120.1169858, 30.4727295 ], [ 120.1170323, 30.4727846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1177866, 30.4731598 ], [ 120.1180787, 30.473241 ], [ 120.1182388, 30.472697 ], [ 120.117862, 30.4726483 ], [ 120.1177866, 30.4729 ], [ 120.1177866, 30.4731598 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1195955, 30.4732816 ], [ 120.1196897, 30.473038 ], [ 120.1196991, 30.4729406 ], [ 120.1184178, 30.4727132 ], [ 120.1182294, 30.4732654 ], [ 120.1195955, 30.4732816 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1091276, 30.4733246 ], [ 120.1099055, 30.4757841 ], [ 120.1103994, 30.4756355 ], [ 120.1105875, 30.4755071 ], [ 120.1106502, 30.4753787 ], [ 120.110564, 30.4752436 ], [ 120.1103915, 30.4748652 ], [ 120.1104621, 30.4747842 ], [ 120.1104621, 30.4746693 ], [ 120.110368, 30.4745342 ], [ 120.1101955, 30.4744734 ], [ 120.1101563, 30.4743652 ], [ 120.1103366, 30.4742369 ], [ 120.1105562, 30.4741828 ], [ 120.1107757, 30.474095 ], [ 120.1109795, 30.4739801 ], [ 120.1111755, 30.4740139 ], [ 120.1114185, 30.4741288 ], [ 120.1115071, 30.4741947 ], [ 120.111591, 30.4742571 ], [ 120.1117635, 30.4743044 ], [ 120.1120222, 30.4744328 ], [ 120.1122809, 30.4744734 ], [ 120.1125866, 30.4744598 ], [ 120.1127983, 30.4744058 ], [ 120.1129237, 30.4744261 ], [ 120.1129786, 30.4746355 ], [ 120.1130256, 30.4748923 ], [ 120.113104, 30.474899 ], [ 120.1131667, 30.4748247 ], [ 120.1133, 30.4747977 ], [ 120.1134497, 30.4748456 ], [ 120.1134548, 30.4747786 ], [ 120.113347, 30.4746896 ], [ 120.1132059, 30.4746355 ], [ 120.1131275, 30.4745409 ], [ 120.1131197, 30.4743652 ], [ 120.1130648, 30.474149 ], [ 120.1130727, 30.4739801 ], [ 120.113249, 30.4735106 ], [ 120.1131659, 30.4734867 ], [ 120.1130099, 30.4739396 ], [ 120.1129159, 30.4740477 ], [ 120.1127748, 30.4741625 ], [ 120.1127512, 30.4743044 ], [ 120.112618, 30.474372 ], [ 120.1123906, 30.4743855 ], [ 120.1120849, 30.474318 ], [ 120.1114891, 30.4739666 ], [ 120.1112931, 30.4738517 ], [ 120.1110579, 30.4738517 ], [ 120.1109011, 30.4739328 ], [ 120.1106189, 30.4740747 ], [ 120.1104338, 30.4741241 ], [ 120.1100623, 30.4742234 ], [ 120.1098741, 30.4742571 ], [ 120.1095762, 30.4738382 ], [ 120.1095762, 30.4737234 ], [ 120.1096154, 30.4736085 ], [ 120.10949, 30.4733923 ], [ 120.1093332, 30.4733045 ], [ 120.1092705, 30.4731558 ], [ 120.1093802, 30.4725477 ], [ 120.1095213, 30.4723382 ], [ 120.1096154, 30.4723585 ], [ 120.109882, 30.4723923 ], [ 120.1101563, 30.4724801 ], [ 120.1101955, 30.4724126 ], [ 120.1100466, 30.4723788 ], [ 120.1096232, 30.4722369 ], [ 120.1094743, 30.4721558 ], [ 120.1094743, 30.4718991 ], [ 120.1094037, 30.4716491 ], [ 120.1093724, 30.4717639 ], [ 120.1094037, 30.4719599 ], [ 120.1093567, 30.4720815 ], [ 120.108949, 30.4719937 ], [ 120.1088471, 30.4717977 ], [ 120.1087609, 30.4717301 ], [ 120.1091276, 30.4733246 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.12001, 30.4740773 ], [ 120.1200194, 30.4735739 ], [ 120.1199912, 30.4734359 ], [ 120.1198498, 30.4734278 ], [ 120.119765, 30.4734765 ], [ 120.1197368, 30.4740855 ], [ 120.12001, 30.4740773 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.116543, 30.4741585 ], [ 120.1165995, 30.4740449 ], [ 120.1166184, 30.4738581 ], [ 120.1165713, 30.4737932 ], [ 120.1161096, 30.473712 ], [ 120.1159777, 30.4740043 ], [ 120.116543, 30.4741585 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1182388, 30.4742073 ], [ 120.1189831, 30.4742154 ], [ 120.1191338, 30.4741748 ], [ 120.1193411, 30.4740773 ], [ 120.1195013, 30.4740936 ], [ 120.1195389, 30.4739799 ], [ 120.1195013, 30.4738987 ], [ 120.1181729, 30.4739231 ], [ 120.1180787, 30.4739393 ], [ 120.118041, 30.4741667 ], [ 120.1182388, 30.4742073 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0795712, 30.4770238 ], [ 120.0799482, 30.4770634 ], [ 120.0799574, 30.4767306 ], [ 120.0798379, 30.4767227 ], [ 120.0798654, 30.4764216 ], [ 120.0796908, 30.476382 ], [ 120.0796356, 30.4766356 ], [ 120.0796356, 30.4766989 ], [ 120.0794517, 30.4767703 ], [ 120.0795712, 30.4770238 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0816123, 30.476897 ], [ 120.0817318, 30.4767782 ], [ 120.0816307, 30.4766989 ], [ 120.0815295, 30.4767544 ], [ 120.0815203, 30.4768495 ], [ 120.0816123, 30.476897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0819984, 30.4772061 ], [ 120.0821455, 30.4771744 ], [ 120.0820168, 30.4766752 ], [ 120.0818697, 30.4766752 ], [ 120.0819984, 30.4772061 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0757692, 30.4776425 ], [ 120.0760065, 30.477634 ], [ 120.0760065, 30.4775403 ], [ 120.0757396, 30.4775573 ], [ 120.0757692, 30.4776425 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0751661, 30.477847 ], [ 120.075354, 30.4778641 ], [ 120.0754825, 30.4777789 ], [ 120.0753836, 30.4775999 ], [ 120.0752353, 30.4775999 ], [ 120.0751068, 30.4776596 ], [ 120.0750969, 30.4777618 ], [ 120.0751661, 30.477847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0753144, 30.4781368 ], [ 120.0759966, 30.4780516 ], [ 120.0760065, 30.4777448 ], [ 120.0755616, 30.4777789 ], [ 120.0754924, 30.4778896 ], [ 120.0752946, 30.4779493 ], [ 120.0753144, 30.4781368 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0746915, 30.4779408 ], [ 120.0747904, 30.4782561 ], [ 120.0749189, 30.4781879 ], [ 120.0748102, 30.4778726 ], [ 120.0748991, 30.477847 ], [ 120.0749881, 30.4777704 ], [ 120.0749189, 30.4776511 ], [ 120.074741, 30.4776766 ], [ 120.0746322, 30.4777704 ], [ 120.0746915, 30.4779408 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0785628, 30.478152 ], [ 120.0786245, 30.4781463 ], [ 120.078786, 30.4781041 ], [ 120.0790924, 30.4780081 ], [ 120.0791574, 30.4779121 ], [ 120.0790645, 30.4778401 ], [ 120.0788417, 30.477784 ], [ 120.0787581, 30.4778481 ], [ 120.0786124, 30.4779937 ], [ 120.0785494, 30.4780596 ], [ 120.0785155, 30.4781254 ], [ 120.0785628, 30.478152 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0782945, 30.4797507 ], [ 120.0783648, 30.4798181 ], [ 120.0785291, 30.4798181 ], [ 120.0785995, 30.4797642 ], [ 120.0786308, 30.4796227 ], [ 120.0785917, 30.4795283 ], [ 120.07849, 30.4794676 ], [ 120.0783414, 30.4794474 ], [ 120.0782866, 30.4796496 ], [ 120.0782945, 30.4797507 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0817907, 30.4805057 ], [ 120.0827527, 30.4803372 ], [ 120.0826276, 30.4796833 ], [ 120.0824633, 30.4797238 ], [ 120.0823694, 30.4793396 ], [ 120.0819471, 30.4794272 ], [ 120.0820409, 30.4798384 ], [ 120.081861, 30.4799058 ], [ 120.081689, 30.4799934 ], [ 120.0817907, 30.4805057 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0711497, 30.4796227 ], [ 120.0720047, 30.4796069 ], [ 120.0719955, 30.4793216 ], [ 120.0711221, 30.4793295 ], [ 120.0711497, 30.4796227 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0692465, 30.4795118 ], [ 120.069366, 30.4795831 ], [ 120.0692465, 30.480106 ], [ 120.0698717, 30.4801219 ], [ 120.0698349, 30.4797178 ], [ 120.069789, 30.4793137 ], [ 120.0692097, 30.4793454 ], [ 120.0692005, 30.4794167 ], [ 120.0692465, 30.4795118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0721886, 30.4800823 ], [ 120.0728045, 30.4800902 ], [ 120.0727862, 30.4793771 ], [ 120.072161, 30.4793612 ], [ 120.0721886, 30.4800823 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0729425, 30.4800902 ], [ 120.0735676, 30.4801298 ], [ 120.0735309, 30.4797257 ], [ 120.0734849, 30.4793929 ], [ 120.0729333, 30.4793612 ], [ 120.0729425, 30.4800902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737254, 30.4801687 ], [ 120.0742361, 30.4801927 ], [ 120.0743197, 30.4801367 ], [ 120.0741061, 30.4798567 ], [ 120.0740318, 30.4793925 ], [ 120.0736511, 30.4793685 ], [ 120.0737254, 30.4801687 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701199, 30.4800347 ], [ 120.0710301, 30.4800664 ], [ 120.0709934, 30.4797257 ], [ 120.0700832, 30.4797099 ], [ 120.0701199, 30.4800347 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0711313, 30.4800506 ], [ 120.0720598, 30.4800902 ], [ 120.0720231, 30.4797574 ], [ 120.0711037, 30.4797574 ], [ 120.0711313, 30.4800506 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0691178, 30.4805339 ], [ 120.0690902, 30.4800189 ], [ 120.0688788, 30.480003 ], [ 120.0686029, 30.4803041 ], [ 120.0683547, 30.4802962 ], [ 120.0683271, 30.4805735 ], [ 120.0691178, 30.4805339 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701567, 30.4804705 ], [ 120.0720782, 30.4805497 ], [ 120.0720507, 30.4802328 ], [ 120.0701291, 30.4801773 ], [ 120.0701567, 30.4804705 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0722621, 30.4809618 ], [ 120.0728413, 30.4809776 ], [ 120.0728321, 30.4803041 ], [ 120.0722345, 30.4802804 ], [ 120.0722621, 30.4809618 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0012508, 30.4181984 ], [ 120.0016252, 30.4181795 ], [ 120.0019108, 30.4177184 ], [ 120.0026784, 30.4174994 ], [ 120.0026649, 30.4173078 ], [ 120.0029817, 30.4171963 ], [ 120.0030222, 30.4167441 ], [ 120.0023009, 30.4168388 ], [ 120.0022482, 30.4172495 ], [ 120.0012709, 30.417181 ], [ 120.0011832, 30.4179477 ], [ 120.0012508, 30.4181984 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9960266, 30.4220467 ], [ 119.9961832, 30.4222025 ], [ 119.9962354, 30.4222302 ], [ 119.9963639, 30.4222579 ], [ 119.9966369, 30.422251 ], [ 119.9967934, 30.4220155 ], [ 119.9968095, 30.4219325 ], [ 119.9967533, 30.4218978 ], [ 119.9961712, 30.4218251 ], [ 119.9960668, 30.4218355 ], [ 119.9960347, 30.4218944 ], [ 119.9960186, 30.4219671 ], [ 119.9960266, 30.4220467 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9868227, 30.4256628 ], [ 119.9869423, 30.4257218 ], [ 119.9875407, 30.4259134 ], [ 119.9876347, 30.4259945 ], [ 119.9876518, 30.4260903 ], [ 119.9875236, 30.4264515 ], [ 119.987421, 30.4265547 ], [ 119.9873184, 30.4266652 ], [ 119.9872415, 30.4267979 ], [ 119.9872672, 30.4268716 ], [ 119.9873184, 30.42682 ], [ 119.9874808, 30.4267389 ], [ 119.9876176, 30.4265547 ], [ 119.9878911, 30.4264146 ], [ 119.9880279, 30.4263336 ], [ 119.9881647, 30.4262525 ], [ 119.9883356, 30.4261198 ], [ 119.9885408, 30.4258913 ], [ 119.9885493, 30.4258029 ], [ 119.9887203, 30.4257144 ], [ 119.9887715, 30.4255818 ], [ 119.9887288, 30.4254344 ], [ 119.9887374, 30.4253164 ], [ 119.9888998, 30.4251985 ], [ 119.989028, 30.425029 ], [ 119.9892502, 30.4248521 ], [ 119.9895579, 30.4248005 ], [ 119.9897545, 30.424771 ], [ 119.9898571, 30.4246531 ], [ 119.9901221, 30.4245499 ], [ 119.9901221, 30.4240782 ], [ 119.9901135, 30.423975 ], [ 119.9901563, 30.4237981 ], [ 119.9903529, 30.4235843 ], [ 119.9903443, 30.4234664 ], [ 119.9901904, 30.4233558 ], [ 119.9900879, 30.4233116 ], [ 119.9900622, 30.4231568 ], [ 119.9900964, 30.4230021 ], [ 119.9901392, 30.4228178 ], [ 119.9906948, 30.4220586 ], [ 119.9908657, 30.4219186 ], [ 119.9911221, 30.4217859 ], [ 119.9913444, 30.4217711 ], [ 119.991447, 30.4218301 ], [ 119.9915495, 30.4218596 ], [ 119.9917034, 30.4218375 ], [ 119.9918914, 30.4218301 ], [ 119.9919769, 30.4217564 ], [ 119.9921564, 30.4216458 ], [ 119.992353, 30.4215648 ], [ 119.9924983, 30.4215058 ], [ 119.9926094, 30.421351 ], [ 119.9926265, 30.4212257 ], [ 119.9926094, 30.4210709 ], [ 119.9926607, 30.4209603 ], [ 119.9926436, 30.4208498 ], [ 119.9924214, 30.4207834 ], [ 119.9922419, 30.4207318 ], [ 119.9921137, 30.4206581 ], [ 119.9919598, 30.4206508 ], [ 119.9915752, 30.4207245 ], [ 119.9908828, 30.4209087 ], [ 119.9899169, 30.421292 ], [ 119.989669, 30.4212847 ], [ 119.9882074, 30.4215132 ], [ 119.9880108, 30.4216606 ], [ 119.9879681, 30.4217638 ], [ 119.9879852, 30.4218817 ], [ 119.9880792, 30.4219554 ], [ 119.9880621, 30.4220807 ], [ 119.9879937, 30.4223903 ], [ 119.9879339, 30.4225082 ], [ 119.9878057, 30.4226483 ], [ 119.9877202, 30.422803 ], [ 119.9876689, 30.4230758 ], [ 119.9876262, 30.4232527 ], [ 119.9876005, 30.4234369 ], [ 119.9874808, 30.4237244 ], [ 119.9871475, 30.4241224 ], [ 119.9870791, 30.4242477 ], [ 119.9870706, 30.4246604 ], [ 119.9869936, 30.4250142 ], [ 119.9869423, 30.4253312 ], [ 119.9868398, 30.425486 ], [ 119.986797, 30.4255891 ], [ 119.9868227, 30.4256628 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.015559, 30.4342384 ], [ 120.0157349, 30.4343355 ], [ 120.015953, 30.4343173 ], [ 120.0164244, 30.4343476 ], [ 120.0166495, 30.434384 ], [ 120.0168536, 30.4343901 ], [ 120.0172616, 30.4342809 ], [ 120.0175079, 30.4342323 ], [ 120.0177718, 30.4342783 ], [ 120.017912, 30.4339827 ], [ 120.017578, 30.4339516 ], [ 120.0170562, 30.4338708 ], [ 120.0168676, 30.433741 ], [ 120.0167128, 30.4335711 ], [ 120.0165229, 30.4334255 ], [ 120.0161711, 30.4333467 ], [ 120.0159741, 30.4333649 ], [ 120.0157771, 30.4335772 ], [ 120.015566, 30.4338926 ], [ 120.0155168, 30.4341292 ], [ 120.015559, 30.4342384 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0307385, 30.4304973 ], [ 120.0308392, 30.4301078 ], [ 120.0309528, 30.4298697 ], [ 120.0309863, 30.4297896 ], [ 120.0310096, 30.429567 ], [ 120.0310044, 30.4295159 ], [ 120.0309657, 30.4292933 ], [ 120.0309244, 30.4291264 ], [ 120.0309244, 30.4290351 ], [ 120.0309399, 30.4288771 ], [ 120.0309889, 30.4287391 ], [ 120.0309141, 30.4287124 ], [ 120.0308753, 30.4287859 ], [ 120.0308495, 30.4291843 ], [ 120.0309011, 30.4294669 ], [ 120.0309037, 30.429636 ], [ 120.0308521, 30.4298653 ], [ 120.030754, 30.4302236 ], [ 120.0307179, 30.4304929 ], [ 120.0307385, 30.4304973 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0309076, 30.4309195 ], [ 120.0310239, 30.431206 ], [ 120.0326364, 30.4315308 ], [ 120.033638249380658, 30.43146275894733 ], [ 120.033617707945325, 30.429416206813364 ], [ 120.0309889, 30.4287391 ], [ 120.0311382, 30.429828 ], [ 120.0307965, 30.4308676 ], [ 120.0309076, 30.4309195 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0778956, 30.4802832 ], [ 120.0779268, 30.4803776 ], [ 120.0780598, 30.480445 ], [ 120.0786464, 30.4804383 ], [ 120.0786934, 30.4803843 ], [ 120.0786621, 30.4800608 ], [ 120.0786308, 30.4799597 ], [ 120.07849, 30.4799192 ], [ 120.0782945, 30.4799327 ], [ 120.0780442, 30.4799529 ], [ 120.077966, 30.4800338 ], [ 120.0778877, 30.4801754 ], [ 120.0778956, 30.4802832 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0784978, 30.4785172 ], [ 120.0786308, 30.4785442 ], [ 120.0788732, 30.4785442 ], [ 120.0790766, 30.4785644 ], [ 120.0790453, 30.4786655 ], [ 120.0789289, 30.478677 ], [ 120.0789289, 30.4787829 ], [ 120.0791939, 30.4787262 ], [ 120.0793973, 30.4787599 ], [ 120.0793034, 30.4789149 ], [ 120.0792643, 30.4791508 ], [ 120.0793425, 30.4792721 ], [ 120.0793895, 30.4791441 ], [ 120.0795068, 30.4791306 ], [ 120.0795928, 30.4792047 ], [ 120.0795928, 30.4792991 ], [ 120.0794207, 30.4793463 ], [ 120.0794833, 30.4795957 ], [ 120.0795694, 30.4797373 ], [ 120.0797101, 30.4797642 ], [ 120.0798431, 30.4798721 ], [ 120.079937, 30.4800608 ], [ 120.0799057, 30.4801349 ], [ 120.0796945, 30.4801552 ], [ 120.0797884, 30.4802832 ], [ 120.0798275, 30.4803911 ], [ 120.0797414, 30.4804315 ], [ 120.0794364, 30.4804585 ], [ 120.0793895, 30.4805461 ], [ 120.0792878, 30.4806809 ], [ 120.0792409, 30.4808225 ], [ 120.0791939, 30.4809236 ], [ 120.0790688, 30.4809438 ], [ 120.0787777, 30.4809738 ], [ 120.0787777, 30.4810715 ], [ 120.0789827, 30.4810517 ], [ 120.0790844, 30.4810854 ], [ 120.0791392, 30.4812269 ], [ 120.0792956, 30.4812741 ], [ 120.0794286, 30.4811258 ], [ 120.0796241, 30.4809236 ], [ 120.0798509, 30.480809 ], [ 120.0801169, 30.4807753 ], [ 120.0803437, 30.4809101 ], [ 120.0807426, 30.4812808 ], [ 120.0806878, 30.4814291 ], [ 120.0807895, 30.4816448 ], [ 120.0808834, 30.4817122 ], [ 120.080985, 30.4820627 ], [ 120.0808834, 30.4821571 ], [ 120.0809381, 30.4822043 ], [ 120.0810633, 30.4822178 ], [ 120.0811337, 30.4823121 ], [ 120.0812275, 30.4824537 ], [ 120.0813448, 30.4825211 ], [ 120.081423, 30.4825952 ], [ 120.0814465, 30.4826761 ], [ 120.0816499, 30.4826626 ], [ 120.0817203, 30.4824874 ], [ 120.0817907, 30.4823661 ], [ 120.0818532, 30.4823189 ], [ 120.081861, 30.4821773 ], [ 120.0819236, 30.4820425 ], [ 120.0820722, 30.4819481 ], [ 120.0822208, 30.4819481 ], [ 120.0826733, 30.4819655 ], [ 120.0835036, 30.4821099 ], [ 120.0835235, 30.4819638 ], [ 120.0831923, 30.4819441 ], [ 120.0823051, 30.4818684 ], [ 120.0821348, 30.4818066 ], [ 120.0820566, 30.481692 ], [ 120.0820331, 30.4816111 ], [ 120.0819627, 30.4815572 ], [ 120.0818454, 30.4816044 ], [ 120.0817672, 30.481719 ], [ 120.0817359, 30.4818268 ], [ 120.0811962, 30.4819616 ], [ 120.0811024, 30.4818875 ], [ 120.081118, 30.4817325 ], [ 120.0811024, 30.4815909 ], [ 120.0809225, 30.4810854 ], [ 120.0807817, 30.4809438 ], [ 120.0805549, 30.4805192 ], [ 120.0805236, 30.4803102 ], [ 120.0805158, 30.4800878 ], [ 120.0805705, 30.4799462 ], [ 120.0807113, 30.4798384 ], [ 120.0810163, 30.4797507 ], [ 120.0811728, 30.4796024 ], [ 120.0812197, 30.4794946 ], [ 120.0811884, 30.4793396 ], [ 120.0810945, 30.4791913 ], [ 120.0811102, 30.4787666 ], [ 120.0811806, 30.4784565 ], [ 120.0812588, 30.478315 ], [ 120.0812744, 30.4782139 ], [ 120.0811728, 30.4782071 ], [ 120.0810476, 30.4785037 ], [ 120.080985, 30.4790834 ], [ 120.0810554, 30.4794541 ], [ 120.0810633, 30.4796024 ], [ 120.080985, 30.4796833 ], [ 120.0805861, 30.4798316 ], [ 120.0803984, 30.4797642 ], [ 120.0802264, 30.4795687 ], [ 120.0801012, 30.4793328 ], [ 120.0800074, 30.4791239 ], [ 120.0800074, 30.4789486 ], [ 120.0800778, 30.4788205 ], [ 120.0802185, 30.4787801 ], [ 120.080156, 30.4786992 ], [ 120.0800074, 30.4785846 ], [ 120.0798509, 30.4783959 ], [ 120.079585, 30.4783756 ], [ 120.0793425, 30.4784228 ], [ 120.0791705, 30.478497 ], [ 120.0790453, 30.478497 ], [ 120.0785682, 30.4783352 ], [ 120.0784978, 30.4784026 ], [ 120.0784978, 30.4785172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0778799, 30.4807349 ], [ 120.077919, 30.4808494 ], [ 120.0780911, 30.4808899 ], [ 120.0783179, 30.4808225 ], [ 120.0784352, 30.4807551 ], [ 120.0785604, 30.4807618 ], [ 120.078709, 30.480836 ], [ 120.0786855, 30.4805057 ], [ 120.0778799, 30.4805731 ], [ 120.0778799, 30.4807349 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0737904, 30.481065 ], [ 120.0750811, 30.481177 ], [ 120.074524, 30.4803688 ], [ 120.0737068, 30.4802968 ], [ 120.0737904, 30.481065 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0761514, 30.4806944 ], [ 120.0761827, 30.4808427 ], [ 120.0761983, 30.4809506 ], [ 120.0762609, 30.4810719 ], [ 120.0765033, 30.4810786 ], [ 120.0766128, 30.4809775 ], [ 120.0766441, 30.4809101 ], [ 120.0766676, 30.4808225 ], [ 120.0766363, 30.4807281 ], [ 120.0765972, 30.480627 ], [ 120.0766363, 30.4805798 ], [ 120.0766598, 30.4804787 ], [ 120.0761514, 30.4805933 ], [ 120.0761514, 30.4806944 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0817203, 30.4811797 ], [ 120.0818689, 30.4811393 ], [ 120.0819471, 30.481173 ], [ 120.0825024, 30.4810449 ], [ 120.0825181, 30.480991 ], [ 120.082432, 30.4807618 ], [ 120.0825963, 30.4806877 ], [ 120.0825493, 30.480445 ], [ 120.0815482, 30.4806135 ], [ 120.0817203, 30.4811797 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0809929, 30.4809303 ], [ 120.0811102, 30.4810449 ], [ 120.0811337, 30.481146 ], [ 120.0812197, 30.4813011 ], [ 120.0813135, 30.4814089 ], [ 120.0813839, 30.4815505 ], [ 120.0817124, 30.4814561 ], [ 120.08147, 30.4806337 ], [ 120.0809694, 30.4807483 ], [ 120.0809303, 30.4808292 ], [ 120.0809929, 30.4809303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0739204, 30.4819772 ], [ 120.0751554, 30.4821053 ], [ 120.0752111, 30.4819132 ], [ 120.0751368, 30.4817772 ], [ 120.0750997, 30.4815931 ], [ 120.0752204, 30.4814011 ], [ 120.0751182, 30.481281 ], [ 120.0737997, 30.481177 ], [ 120.0739204, 30.4819772 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0779838, 30.4826109 ], [ 120.0781224, 30.4826357 ], [ 120.0782945, 30.4826626 ], [ 120.0785135, 30.4826155 ], [ 120.0785291, 30.482548 ], [ 120.0785135, 30.4824267 ], [ 120.0784587, 30.4823324 ], [ 120.0783805, 30.4821841 ], [ 120.0783727, 30.482083 ], [ 120.0784274, 30.4819481 ], [ 120.0785135, 30.4817931 ], [ 120.0784743, 30.4817392 ], [ 120.0783179, 30.4817325 ], [ 120.0781537, 30.4817594 ], [ 120.0781067, 30.481847 ], [ 120.0781771, 30.4819347 ], [ 120.0781928, 30.4820493 ], [ 120.0780363, 30.482083 ], [ 120.078052, 30.4821841 ], [ 120.078185, 30.4821436 ], [ 120.0782632, 30.4822919 ], [ 120.0782241, 30.4824604 ], [ 120.0781615, 30.4825278 ], [ 120.0779649, 30.4825376 ], [ 120.0779838, 30.4826109 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0739854, 30.4828735 ], [ 120.0744032, 30.4828735 ], [ 120.0743568, 30.4821613 ], [ 120.0739297, 30.4821213 ], [ 120.0739854, 30.4828735 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1026921, 30.4804872 ], [ 120.1027794, 30.4805875 ], [ 120.1032888, 30.4804245 ], [ 120.103347, 30.4803932 ], [ 120.1033542, 30.4803179 ], [ 120.1033251, 30.4802489 ], [ 120.1031796, 30.4802301 ], [ 120.1030195, 30.4802364 ], [ 120.1029031, 30.4801674 ], [ 120.1028085, 30.4801799 ], [ 120.1027067, 30.4802238 ], [ 120.1026266, 30.4802865 ], [ 120.1026921, 30.4804872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0924723, 30.4807211 ], [ 120.092627, 30.4807345 ], [ 120.0927276, 30.4806878 ], [ 120.0927817, 30.4806145 ], [ 120.0927817, 30.4805012 ], [ 120.0926734, 30.4804812 ], [ 120.0925419, 30.4805212 ], [ 120.0924336, 30.4805878 ], [ 120.0924104, 30.4806545 ], [ 120.0924723, 30.4807211 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0943518, 30.4812344 ], [ 120.0951484, 30.4811144 ], [ 120.0950479, 30.4805611 ], [ 120.0942512, 30.4806878 ], [ 120.0943518, 30.4812344 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.091258, 30.4813144 ], [ 120.0914823, 30.481361 ], [ 120.0915906, 30.481361 ], [ 120.0917685, 30.4812944 ], [ 120.0917298, 30.4811344 ], [ 120.0915906, 30.4811077 ], [ 120.0915364, 30.4810277 ], [ 120.0915442, 30.4808611 ], [ 120.0914978, 30.4807278 ], [ 120.0911575, 30.4808278 ], [ 120.0910956, 30.4808878 ], [ 120.091258, 30.4813144 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "古荡漾" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0892122, 30.4765334 ], [ 120.0893726, 30.4765334 ], [ 120.0896316, 30.4765972 ], [ 120.0897056, 30.4767779 ], [ 120.0896686, 30.4770862 ], [ 120.0897303, 30.4772457 ], [ 120.0898413, 30.4773732 ], [ 120.0899647, 30.4777134 ], [ 120.090051, 30.4776922 ], [ 120.0899277, 30.4773945 ], [ 120.090125, 30.4772988 ], [ 120.0904087, 30.4771819 ], [ 120.0905568, 30.4771394 ], [ 120.0908158, 30.4772244 ], [ 120.0909145, 30.4771287 ], [ 120.0911488, 30.4771181 ], [ 120.0919876, 30.4769905 ], [ 120.0921973, 30.4770437 ], [ 120.0923454, 30.4772563 ], [ 120.0924687, 30.477235 ], [ 120.0923947, 30.4770224 ], [ 120.0924687, 30.4769267 ], [ 120.0926784, 30.4768949 ], [ 120.0934062, 30.4767035 ], [ 120.0936406, 30.4767354 ], [ 120.0937269, 30.4768736 ], [ 120.0937023, 30.4770756 ], [ 120.0936159, 30.477352 ], [ 120.0934679, 30.4775646 ], [ 120.0933322, 30.4777241 ], [ 120.0932705, 30.477841 ], [ 120.0934926, 30.4778091 ], [ 120.0936899, 30.4778091 ], [ 120.0939736, 30.4778942 ], [ 120.094134, 30.4780961 ], [ 120.0941587, 30.4782556 ], [ 120.09406, 30.4784151 ], [ 120.093912, 30.4784682 ], [ 120.0938009, 30.4787553 ], [ 120.094097, 30.4794144 ], [ 120.0940846, 30.4795632 ], [ 120.0923454, 30.4799034 ], [ 120.092074, 30.4799459 ], [ 120.091815, 30.4800735 ], [ 120.0915436, 30.4801585 ], [ 120.0910502, 30.4802542 ], [ 120.0906061, 30.4803605 ], [ 120.0902484, 30.4803817 ], [ 120.090162, 30.4804881 ], [ 120.089977, 30.4806794 ], [ 120.0898413, 30.480807 ], [ 120.0896316, 30.4808708 ], [ 120.0898906, 30.4809983 ], [ 120.090236, 30.4806794 ], [ 120.0905568, 30.4804881 ], [ 120.0908405, 30.4803711 ], [ 120.0918643, 30.4801585 ], [ 120.0931595, 30.4799884 ], [ 120.0937146, 30.4798715 ], [ 120.09443, 30.4797545 ], [ 120.0947014, 30.4796482 ], [ 120.0950098, 30.4796057 ], [ 120.0951578, 30.4796163 ], [ 120.0953552, 30.4797758 ], [ 120.0954292, 30.4801266 ], [ 120.0955032, 30.4803392 ], [ 120.0956266, 30.4803711 ], [ 120.0959966, 30.4804136 ], [ 120.09612, 30.4805731 ], [ 120.0961816, 30.4808495 ], [ 120.0966504, 30.4806794 ], [ 120.0966134, 30.480605 ], [ 120.096305, 30.4806688 ], [ 120.0962063, 30.4805837 ], [ 120.0961816, 30.4803924 ], [ 120.096268, 30.480318 ], [ 120.0965024, 30.4803924 ], [ 120.0970821, 30.4805625 ], [ 120.0972795, 30.4807113 ], [ 120.0974892, 30.48069 ], [ 120.0976742, 30.4807432 ], [ 120.0977359, 30.4808601 ], [ 120.0977236, 30.4811578 ], [ 120.0977852, 30.4815617 ], [ 120.0976619, 30.4817425 ], [ 120.0974892, 30.4818381 ], [ 120.0972672, 30.4819763 ], [ 120.0972546, 30.4820449 ], [ 120.0970827, 30.4820274 ], [ 120.0969447, 30.4820274 ], [ 120.096856, 30.4820953 ], [ 120.0968264, 30.4825031 ], [ 120.0967476, 30.4825625 ], [ 120.0963533, 30.4825965 ], [ 120.0961266, 30.4826645 ], [ 120.096028, 30.4827155 ], [ 120.0960773, 30.4828938 ], [ 120.0960379, 30.4830977 ], [ 120.095959, 30.483378 ], [ 120.0958703, 30.4835989 ], [ 120.0957224, 30.4836414 ], [ 120.0954859, 30.4836669 ], [ 120.0954267, 30.4838368 ], [ 120.0954563, 30.4841086 ], [ 120.0952887, 30.4848816 ], [ 120.0952986, 30.4851025 ], [ 120.095252537185189, 30.48525330199416 ], [ 120.0958407, 30.484913846189176 ], [ 120.0958407, 30.4848391 ], [ 120.0958309, 30.4847712 ], [ 120.0957619, 30.4846947 ], [ 120.0957717, 30.4846183 ], [ 120.0957816, 30.4844824 ], [ 120.0958801, 30.4844059 ], [ 120.0959886, 30.4843974 ], [ 120.0961561, 30.4844484 ], [ 120.0965997, 30.4841341 ], [ 120.0965899, 30.4839642 ], [ 120.09658, 30.4838283 ], [ 120.0965997, 30.4836754 ], [ 120.0966687, 30.4835819 ], [ 120.0967673, 30.4835055 ], [ 120.0967476, 30.483395 ], [ 120.0968067, 30.4832846 ], [ 120.0968848, 30.4833902 ], [ 120.0968848, 30.4835284 ], [ 120.0969341, 30.4836772 ], [ 120.0968971, 30.4839642 ], [ 120.09722003558997, 30.484117768196406 ], [ 120.099777184378254, 30.482641920049378 ], [ 120.0998929, 30.4825312 ], [ 120.100193722117908, 30.482401516966839 ], [ 120.101477042620729, 30.481660853695768 ], [ 120.1012271, 30.4816534 ], [ 120.1010291, 30.4815148 ], [ 120.1009796, 30.4814082 ], [ 120.1008682, 30.4812909 ], [ 120.1007569, 30.4811203 ], [ 120.1007569, 30.4809603 ], [ 120.1007816, 30.4807897 ], [ 120.100893, 30.4806618 ], [ 120.1010538, 30.4806404 ], [ 120.1012518, 30.4806937 ], [ 120.1012394, 30.4804911 ], [ 120.1013755, 30.4804378 ], [ 120.101524, 30.4805018 ], [ 120.1016354, 30.4807471 ], [ 120.1016354, 30.4809177 ], [ 120.1015364, 30.481035 ], [ 120.1015364, 30.4812056 ], [ 120.1016354, 30.4812696 ], [ 120.1019076, 30.4812269 ], [ 120.102420454583083, 30.481116367272882 ], [ 120.102504640584741, 30.481067779660336 ], [ 120.102551, 30.4806084 ], [ 120.1024767, 30.4802992 ], [ 120.1018333, 30.4802992 ], [ 120.1014003, 30.4802779 ], [ 120.1011281, 30.4802246 ], [ 120.1010786, 30.4801393 ], [ 120.1012271, 30.4800646 ], [ 120.101722, 30.4799686 ], [ 120.1021922, 30.4799473 ], [ 120.1025881, 30.479894 ], [ 120.1035081, 30.4797645 ], [ 120.1035586, 30.479697 ], [ 120.1035066, 30.479537 ], [ 120.1024767, 30.4797447 ], [ 120.1020437, 30.4797554 ], [ 120.1016354, 30.4797021 ], [ 120.1012765, 30.4796381 ], [ 120.1009548, 30.4795848 ], [ 120.1007816, 30.4795741 ], [ 120.1005837, 30.4797021 ], [ 120.1003981, 30.480022 ], [ 120.1002496, 30.4804378 ], [ 120.100163, 30.4807151 ], [ 120.0999919, 30.4807386 ], [ 120.0994118, 30.4806654 ], [ 120.0991288, 30.4806533 ], [ 120.0988175, 30.4806411 ], [ 120.0983223, 30.4805191 ], [ 120.0978129, 30.4804338 ], [ 120.0976148, 30.4804216 ], [ 120.0969073, 30.4802386 ], [ 120.0965536, 30.4800801 ], [ 120.0960442, 30.4799094 ], [ 120.0957187, 30.4796777 ], [ 120.0951386, 30.4792753 ], [ 120.0948697, 30.478946 ], [ 120.0947707, 30.4786046 ], [ 120.0946716, 30.4781656 ], [ 120.0946716, 30.4779217 ], [ 120.0947707, 30.4777754 ], [ 120.0948556, 30.4776656 ], [ 120.0948414, 30.4775071 ], [ 120.0946716, 30.4772632 ], [ 120.0945018, 30.4770437 ], [ 120.0939736, 30.4767885 ], [ 120.0938256, 30.4766291 ], [ 120.0937639, 30.4761188 ], [ 120.0937639, 30.4760018 ], [ 120.0933939, 30.4759806 ], [ 120.092296, 30.4760444 ], [ 120.0914572, 30.4761826 ], [ 120.0903841, 30.4764058 ], [ 120.08994, 30.4764377 ], [ 120.0896069, 30.476459 ], [ 120.0893602, 30.4764483 ], [ 120.0890889, 30.4763952 ], [ 120.0890765, 30.4765759 ], [ 120.0892122, 30.4765334 ] ], [ [ 120.0970926, 30.4822058 ], [ 120.0972301, 30.4821783 ], [ 120.0973288, 30.4822421 ], [ 120.0973288, 30.4823378 ], [ 120.0972425, 30.4823909 ], [ 120.097132, 30.4823927 ], [ 120.097063, 30.4823247 ], [ 120.0970926, 30.4822058 ] ], [ [ 120.0972055, 30.4831563 ], [ 120.0973412, 30.4833157 ], [ 120.0972548, 30.4834752 ], [ 120.0971068, 30.4833795 ], [ 120.0970827, 30.4832591 ], [ 120.0972055, 30.4831563 ] ], [ [ 120.0972795, 30.482476 ], [ 120.0974398, 30.482476 ], [ 120.0976372, 30.4825078 ], [ 120.0974892, 30.482646 ], [ 120.0973042, 30.4826354 ], [ 120.0971813, 30.482639 ], [ 120.0971222, 30.4825625 ], [ 120.0972795, 30.482476 ] ], [ [ 120.0998221, 30.4812142 ], [ 120.0998646, 30.4811166 ], [ 120.0998929, 30.4809947 ], [ 120.0999919, 30.4809459 ], [ 120.1002125, 30.4810243 ], [ 120.1002867, 30.4811629 ], [ 120.1003733, 30.4812482 ], [ 120.1005465, 30.4813015 ], [ 120.1005589, 30.4814508 ], [ 120.1004352, 30.4815148 ], [ 120.1001759, 30.4814947 ], [ 120.0999495, 30.481519 ], [ 120.0997797, 30.4814459 ], [ 120.0997514, 30.4813605 ], [ 120.0998221, 30.4812142 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0969158, 30.4809109 ], [ 120.096905, 30.4811421 ], [ 120.0968728, 30.4812993 ], [ 120.096905, 30.4814473 ], [ 120.0969158, 30.481623 ], [ 120.0968621, 30.4817432 ], [ 120.0968728, 30.4819467 ], [ 120.0970875, 30.4819559 ], [ 120.0970553, 30.4815767 ], [ 120.097184, 30.4814842 ], [ 120.0972806, 30.4815027 ], [ 120.0974631, 30.481549 ], [ 120.0976133, 30.4814935 ], [ 120.097624, 30.4813825 ], [ 120.0975489, 30.4812808 ], [ 120.0974309, 30.4812623 ], [ 120.0971733, 30.4812623 ], [ 120.0971089, 30.4812161 ], [ 120.097066, 30.4811051 ], [ 120.0970016, 30.4807074 ], [ 120.0968514, 30.4807259 ], [ 120.0969158, 30.4809109 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0945915, 30.481601 ], [ 120.0946998, 30.4816143 ], [ 120.0947617, 30.4819342 ], [ 120.0954114, 30.4818809 ], [ 120.0953186, 30.4812277 ], [ 120.0952103, 30.4811744 ], [ 120.0950092, 30.4812144 ], [ 120.0945374, 30.4813077 ], [ 120.0945915, 30.481601 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0962158, 30.4818276 ], [ 120.0964014, 30.4818143 ], [ 120.0963705, 30.4815077 ], [ 120.0961848, 30.4815276 ], [ 120.0962158, 30.4818276 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0934469, 30.4820476 ], [ 120.0943827, 30.4819609 ], [ 120.0943827, 30.4816543 ], [ 120.094491, 30.481621 ], [ 120.0944369, 30.4813343 ], [ 120.0933076, 30.4815143 ], [ 120.0934469, 30.4820476 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0956666, 30.4818942 ], [ 120.0961462, 30.4818409 ], [ 120.0961462, 30.4817209 ], [ 120.0959296, 30.4817409 ], [ 120.0959296, 30.4816676 ], [ 120.0961384, 30.4816276 ], [ 120.0961152, 30.4815476 ], [ 120.0958909, 30.4815876 ], [ 120.0958136, 30.4816476 ], [ 120.0956202, 30.4816743 ], [ 120.0956666, 30.4818942 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0894482, 30.4821809 ], [ 120.0895255, 30.4822808 ], [ 120.0896647, 30.4822075 ], [ 120.089657, 30.4820342 ], [ 120.089626, 30.4819009 ], [ 120.0895951, 30.4817743 ], [ 120.08951, 30.4817009 ], [ 120.0894172, 30.4817209 ], [ 120.0893708, 30.4818143 ], [ 120.0894482, 30.4821809 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0882023, 30.4833007 ], [ 120.0883717, 30.483332 ], [ 120.0886621, 30.4834884 ], [ 120.088771, 30.4833841 ], [ 120.0890251, 30.483259 ], [ 120.0892671, 30.4831756 ], [ 120.0893518, 30.4830713 ], [ 120.0893639, 30.4823414 ], [ 120.089376, 30.4822684 ], [ 120.0892792, 30.4818513 ], [ 120.0892913, 30.4817054 ], [ 120.0894365, 30.4816011 ], [ 120.0895333, 30.4813717 ], [ 120.0896543, 30.4812987 ], [ 120.0898237, 30.4812883 ], [ 120.0899083, 30.4811736 ], [ 120.0898906, 30.4809983 ], [ 120.0896316, 30.4808708 ], [ 120.0894486, 30.4809338 ], [ 120.0890009, 30.4811006 ], [ 120.0889888, 30.4812257 ], [ 120.0887105, 30.4814655 ], [ 120.0884927, 30.4816011 ], [ 120.0882163, 30.4817597 ], [ 120.0883092, 30.4821779 ], [ 120.088529, 30.4819035 ], [ 120.0886621, 30.4818096 ], [ 120.0888194, 30.4818618 ], [ 120.0887952, 30.4819765 ], [ 120.0886742, 30.4820912 ], [ 120.0884927, 30.4822371 ], [ 120.0884322, 30.4823623 ], [ 120.0884685, 30.4824561 ], [ 120.088529, 30.4825082 ], [ 120.088529, 30.4826438 ], [ 120.0884443, 30.4828628 ], [ 120.0882369, 30.4828719 ], [ 120.0879168, 30.4830766 ], [ 120.0882023, 30.4833007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0949628, 30.4826874 ], [ 120.0954191, 30.4826541 ], [ 120.0954655, 30.4824608 ], [ 120.0954114, 30.4819942 ], [ 120.0949319, 30.4820409 ], [ 120.0949628, 30.4826874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0942512, 30.4827741 ], [ 120.0948855, 30.4827074 ], [ 120.0948468, 30.4820476 ], [ 120.0941971, 30.4821009 ], [ 120.0942512, 30.4827741 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0936557, 30.4828674 ], [ 120.0941584, 30.4828141 ], [ 120.0940888, 30.4821075 ], [ 120.0935087, 30.4821675 ], [ 120.0936557, 30.4828674 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0894404, 30.4829874 ], [ 120.0894636, 30.4830874 ], [ 120.0897653, 30.483014 ], [ 120.0898039, 30.4824408 ], [ 120.0897266, 30.4823875 ], [ 120.0894946, 30.4823608 ], [ 120.0894327, 30.4823942 ], [ 120.0894404, 30.4829874 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0920933, 30.4830007 ], [ 120.0926966, 30.4829074 ], [ 120.0926657, 30.4826541 ], [ 120.0925961, 30.4825075 ], [ 120.0920315, 30.4826074 ], [ 120.0920933, 30.4830007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0900282, 30.4832207 ], [ 120.0903221, 30.4832073 ], [ 120.0906547, 30.4831207 ], [ 120.0908404, 30.483054 ], [ 120.09091, 30.482954 ], [ 120.0909177, 30.4828741 ], [ 120.0910724, 30.4828141 ], [ 120.0916679, 30.4826874 ], [ 120.091753, 30.4826541 ], [ 120.0917143, 30.4826141 ], [ 120.0915906, 30.4826074 ], [ 120.0908326, 30.4827741 ], [ 120.0906934, 30.4828474 ], [ 120.0905696, 30.4829074 ], [ 120.0903685, 30.4829274 ], [ 120.090121, 30.4829607 ], [ 120.0900205, 30.4830474 ], [ 120.0900128, 30.4831607 ], [ 120.0900282, 30.4832207 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0947153, 30.4835139 ], [ 120.0949628, 30.4834939 ], [ 120.0951484, 30.4831873 ], [ 120.0952876, 30.483014 ], [ 120.0953882, 30.4827541 ], [ 120.094607, 30.4828541 ], [ 120.0947153, 30.4835139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0955584, 30.4835739 ], [ 120.0957208, 30.4835673 ], [ 120.0958059, 30.4835273 ], [ 120.0959528, 30.4830407 ], [ 120.0959605, 30.4828941 ], [ 120.0959064, 30.4828274 ], [ 120.0957904, 30.4827941 ], [ 120.095633, 30.4830289 ], [ 120.0954965, 30.4835006 ], [ 120.0955584, 30.4835739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0941584, 30.4836139 ], [ 120.0946302, 30.4835339 ], [ 120.0945142, 30.4828607 ], [ 120.0940579, 30.4829141 ], [ 120.0941584, 30.4836139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0934469, 30.4837006 ], [ 120.0939883, 30.4836472 ], [ 120.0938955, 30.4829674 ], [ 120.0934082, 30.4830074 ], [ 120.0934469, 30.4837006 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0853358, 30.4841735 ], [ 120.08537, 30.4841716 ], [ 120.0857259, 30.4839738 ], [ 120.0860996, 30.4838151 ], [ 120.0863783, 30.4837617 ], [ 120.0867501, 30.4837795 ], [ 120.0869359, 30.4838863 ], [ 120.0873696, 30.4842244 ], [ 120.0874212, 30.484438 ], [ 120.0873386, 30.4845893 ], [ 120.0872147, 30.4846604 ], [ 120.0872353, 30.4848295 ], [ 120.0873902, 30.4849452 ], [ 120.0877619, 30.4854702 ], [ 120.0881233, 30.4857994 ], [ 120.0881537, 30.4858008 ], [ 120.0881765, 30.4857927 ], [ 120.0882449, 30.4857187 ], [ 120.0882348, 30.4856731 ], [ 120.0881953, 30.4856199 ], [ 120.0881054, 30.4855731 ], [ 120.0879375, 30.4854791 ], [ 120.0878239, 30.4853011 ], [ 120.0878342, 30.4851409 ], [ 120.0879065, 30.4850342 ], [ 120.0880097, 30.4849274 ], [ 120.0878858, 30.4848117 ], [ 120.0877929, 30.4846871 ], [ 120.0877, 30.484616 ], [ 120.0877413, 30.4845181 ], [ 120.0878858, 30.4845092 ], [ 120.0879271, 30.484616 ], [ 120.0880304, 30.4845092 ], [ 120.0879891, 30.484438 ], [ 120.0881853, 30.4842778 ], [ 120.0882369, 30.4841266 ], [ 120.088588, 30.4845715 ], [ 120.0885673, 30.4847583 ], [ 120.0887222, 30.4847138 ], [ 120.0887015, 30.4845804 ], [ 120.0883402, 30.4840732 ], [ 120.0883608, 30.4839308 ], [ 120.0885054, 30.4836995 ], [ 120.0883815, 30.4836283 ], [ 120.0879581, 30.4839486 ], [ 120.0876793, 30.4840999 ], [ 120.0875245, 30.4841355 ], [ 120.0869875, 30.4838151 ], [ 120.0869566, 30.4836639 ], [ 120.0870908, 30.4835393 ], [ 120.0874419, 30.4835215 ], [ 120.0875864, 30.4834592 ], [ 120.0877516, 30.4832723 ], [ 120.0877929, 30.4831211 ], [ 120.0879168, 30.4830766 ], [ 120.0882369, 30.4828719 ], [ 120.0881853, 30.4827029 ], [ 120.0882472, 30.4825872 ], [ 120.0883608, 30.4825249 ], [ 120.0883195, 30.4824359 ], [ 120.0882059, 30.4823558 ], [ 120.0882059, 30.4822669 ], [ 120.0883092, 30.4821779 ], [ 120.0882163, 30.4817597 ], [ 120.0880097, 30.4815728 ], [ 120.0878342, 30.4814749 ], [ 120.0875348, 30.481466 ], [ 120.0873592, 30.4815906 ], [ 120.0871321, 30.4817063 ], [ 120.0869772, 30.4817686 ], [ 120.0869772, 30.4818931 ], [ 120.0872973, 30.4817686 ], [ 120.0874832, 30.4817597 ], [ 120.0876587, 30.4818575 ], [ 120.0877516, 30.4820711 ], [ 120.0877103, 30.4822935 ], [ 120.0875451, 30.4823914 ], [ 120.0872766, 30.482516 ], [ 120.0871527, 30.4826762 ], [ 120.0869669, 30.4827474 ], [ 120.0867501, 30.482694 ], [ 120.0865745, 30.4827652 ], [ 120.0866675, 30.4830321 ], [ 120.0866984, 30.4832723 ], [ 120.0866468, 30.4835304 ], [ 120.0864713, 30.4836639 ], [ 120.0858827, 30.4838062 ], [ 120.0853297, 30.4841246 ], [ 120.085326, 30.4841451 ], [ 120.0853358, 30.4841735 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0942822, 30.4845404 ], [ 120.0946844, 30.4844937 ], [ 120.0947926, 30.4842071 ], [ 120.0948855, 30.4839538 ], [ 120.0949319, 30.4836006 ], [ 120.0941816, 30.4837206 ], [ 120.0942822, 30.4845404 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0932535, 30.4844537 ], [ 120.0940733, 30.4843071 ], [ 120.0940192, 30.4837739 ], [ 120.0931607, 30.4838672 ], [ 120.0932535, 30.4844537 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0968971, 30.4839642 ], [ 120.0967969, 30.4840916 ], [ 120.0966786, 30.4841256 ], [ 120.0962265, 30.4844509 ], [ 120.0961759, 30.4846353 ], [ 120.096163230315426, 30.484727699113741 ], [ 120.09722003558997, 30.484117768196406 ], [ 120.0968971, 30.4839642 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0888957, 30.4853901 ], [ 120.0889837, 30.4854238 ], [ 120.0890717, 30.4853059 ], [ 120.0891304, 30.485171 ], [ 120.089101, 30.4851036 ], [ 120.0889739, 30.4851205 ], [ 120.0889152, 30.4851963 ], [ 120.0888859, 30.4852722 ], [ 120.0888957, 30.4853901 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0917141, 30.4854626 ], [ 120.0918174, 30.4854997 ], [ 120.0918862, 30.4854212 ], [ 120.0918776, 30.4853217 ], [ 120.0917829, 30.4852994 ], [ 120.0917141, 30.4853588 ], [ 120.0917141, 30.4854626 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0850877, 30.4855147 ], [ 120.0853252, 30.485568 ], [ 120.0855213, 30.4855502 ], [ 120.0856865, 30.4854524 ], [ 120.0857898, 30.4853723 ], [ 120.0857795, 30.4852833 ], [ 120.0856659, 30.4852566 ], [ 120.0853974, 30.4853189 ], [ 120.0852942, 30.4853011 ], [ 120.0851496, 30.4852655 ], [ 120.085067, 30.4853011 ], [ 120.0850877, 30.4855147 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0887119, 30.4860841 ], [ 120.0888254, 30.4859951 ], [ 120.0888564, 30.4858617 ], [ 120.08897, 30.4857994 ], [ 120.0890733, 30.4858083 ], [ 120.0892178, 30.4858706 ], [ 120.089383, 30.485835 ], [ 120.0894243, 30.4857282 ], [ 120.089383, 30.4855769 ], [ 120.0893727, 30.4854435 ], [ 120.0892694, 30.4854079 ], [ 120.0891042, 30.4854435 ], [ 120.0889184, 30.4855147 ], [ 120.0887119, 30.4855236 ], [ 120.088588, 30.4856837 ], [ 120.0884847, 30.4858439 ], [ 120.0887119, 30.4860841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0892594, 30.485092 ], [ 120.0894688, 30.4851786 ], [ 120.0896446, 30.4852796 ], [ 120.0900717, 30.4854383 ], [ 120.0903815, 30.4854744 ], [ 120.0905406, 30.4854816 ], [ 120.0906243, 30.4854456 ], [ 120.0907499, 30.4854888 ], [ 120.0905908, 30.4858641 ], [ 120.0905238, 30.48603 ], [ 120.0903229, 30.4863187 ], [ 120.0902475, 30.4865928 ], [ 120.0901386, 30.4867516 ], [ 120.090013, 30.4868021 ], [ 120.0898623, 30.4870114 ], [ 120.0896362, 30.4870402 ], [ 120.0895023, 30.4869681 ], [ 120.089385, 30.4868237 ], [ 120.0892511, 30.4869536 ], [ 120.0893432, 30.4871196 ], [ 120.0893599, 30.4871845 ], [ 120.0895609, 30.4873577 ], [ 120.0896195, 30.4875237 ], [ 120.0897953, 30.4873361 ], [ 120.0899712, 30.4872567 ], [ 120.09008, 30.4871124 ], [ 120.0902726, 30.4871052 ], [ 120.0904401, 30.4871701 ], [ 120.0906327, 30.4872567 ], [ 120.0907415, 30.4873072 ], [ 120.0908922, 30.4872134 ], [ 120.0910513, 30.4871557 ], [ 120.0913528, 30.4871773 ], [ 120.0916123, 30.4872134 ], [ 120.0917882, 30.4872783 ], [ 120.091793801339492, 30.487275198234354 ], [ 120.091786, 30.487254 ], [ 120.0924329, 30.486880644264623 ], [ 120.0924329, 30.4868382 ], [ 120.0924832, 30.4867372 ], [ 120.0928934, 30.4863042 ], [ 120.0930442, 30.4862176 ], [ 120.0932619, 30.4862176 ], [ 120.0934963, 30.4862609 ], [ 120.093507708300493, 30.486260322973212 ], [ 120.093737272458171, 30.486127830942127 ], [ 120.0936303, 30.4861094 ], [ 120.0934293, 30.4860228 ], [ 120.0930693, 30.4860012 ], [ 120.0928097, 30.486131 ], [ 120.0926339, 30.4863692 ], [ 120.0924245, 30.4865856 ], [ 120.092165, 30.4867155 ], [ 120.0919221, 30.4867805 ], [ 120.0916207, 30.4867877 ], [ 120.0914951, 30.4867444 ], [ 120.0913695, 30.4866217 ], [ 120.0912858, 30.4865207 ], [ 120.0911434, 30.4865207 ], [ 120.0910848, 30.4865928 ], [ 120.091043, 30.486831 ], [ 120.0909425, 30.4868454 ], [ 120.0904987, 30.4867588 ], [ 120.0903898, 30.486665 ], [ 120.0903815, 30.4865351 ], [ 120.0908587, 30.485561 ], [ 120.091043, 30.4855538 ], [ 120.0913109, 30.4856043 ], [ 120.0913695, 30.4855394 ], [ 120.0911016, 30.4854816 ], [ 120.090842, 30.4854023 ], [ 120.0907248, 30.4853517 ], [ 120.0904233, 30.485395 ], [ 120.0901135, 30.4853662 ], [ 120.0897535, 30.4852796 ], [ 120.0892427, 30.4849404 ], [ 120.0892594, 30.485092 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0914301, 30.4865751 ], [ 120.0915334, 30.4866418 ], [ 120.0916538, 30.486538 ], [ 120.0917915, 30.4865009 ], [ 120.0919981, 30.4864267 ], [ 120.0920583, 30.4863822 ], [ 120.0919895, 30.4863081 ], [ 120.0918346, 30.4863081 ], [ 120.0916366, 30.4862932 ], [ 120.0916538, 30.4861597 ], [ 120.091585, 30.4860337 ], [ 120.0915161, 30.4860411 ], [ 120.0914559, 30.4861301 ], [ 120.0914559, 30.4862932 ], [ 120.0914043, 30.4864564 ], [ 120.0914301, 30.4865751 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0884021, 30.4863511 ], [ 120.0887325, 30.4864934 ], [ 120.0892511, 30.4869536 ], [ 120.089385, 30.4868237 ], [ 120.0893624, 30.4866536 ], [ 120.0894656, 30.4864578 ], [ 120.0895998, 30.4862443 ], [ 120.0897134, 30.486093 ], [ 120.0898064, 30.4859329 ], [ 120.0898167, 30.4858083 ], [ 120.0897237, 30.4857371 ], [ 120.0895792, 30.4857816 ], [ 120.089445, 30.4859595 ], [ 120.0892281, 30.4859418 ], [ 120.0889597, 30.4861286 ], [ 120.0887738, 30.4862354 ], [ 120.0886499, 30.4861731 ], [ 120.0884243, 30.4858953 ], [ 120.0884082, 30.4858846 ], [ 120.0883857, 30.4858843 ], [ 120.0882959, 30.4859666 ], [ 120.0882999, 30.4859967 ], [ 120.0883195, 30.4860752 ], [ 120.0883195, 30.4861909 ], [ 120.0882163, 30.48636 ], [ 120.0884021, 30.4863511 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0745425, 30.4828414 ], [ 120.0749604, 30.4828815 ], [ 120.0751182, 30.4827454 ], [ 120.0751925, 30.4822333 ], [ 120.0745054, 30.4821773 ], [ 120.0745425, 30.4828414 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0787488, 30.4826894 ], [ 120.078786, 30.4828654 ], [ 120.078981, 30.4830015 ], [ 120.0794081, 30.4828494 ], [ 120.0792781, 30.4826654 ], [ 120.0794081, 30.4825694 ], [ 120.0793152, 30.4823933 ], [ 120.0791574, 30.4823693 ], [ 120.0790088, 30.4823773 ], [ 120.078851, 30.4824093 ], [ 120.0787581, 30.4824653 ], [ 120.0786931, 30.4825454 ], [ 120.0787488, 30.4826894 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0778752, 30.483556 ], [ 120.0780173, 30.4839397 ], [ 120.0781878, 30.4840132 ], [ 120.0783015, 30.4839887 ], [ 120.0790688, 30.4836295 ], [ 120.0793245, 30.4835805 ], [ 120.0794761, 30.4836866 ], [ 120.0795614, 30.4838091 ], [ 120.0796424, 30.4839632 ], [ 120.0797557, 30.4843666 ], [ 120.0797819, 30.4843713 ], [ 120.0797959, 30.4843515 ], [ 120.0796371, 30.4838009 ], [ 120.0794098, 30.483507 ], [ 120.0794098, 30.4833846 ], [ 120.0792203, 30.4833682 ], [ 120.0791161, 30.4834254 ], [ 120.0790403, 30.4835397 ], [ 120.0782825, 30.4838907 ], [ 120.0781025, 30.4838417 ], [ 120.0776289, 30.4829192 ], [ 120.0775247, 30.4829519 ], [ 120.0778752, 30.483556 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.074069, 30.4846739 ], [ 120.0753132, 30.4847539 ], [ 120.0752575, 30.4843698 ], [ 120.0752854, 30.4840337 ], [ 120.074004, 30.4839377 ], [ 120.074069, 30.4846739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0818254, 30.4866663 ], [ 120.0821959, 30.486464 ], [ 120.0828368, 30.4861197 ], [ 120.0829813, 30.4860396 ], [ 120.0830329, 30.4859862 ], [ 120.0832704, 30.4858795 ], [ 120.0835182, 30.4857371 ], [ 120.0836525, 30.4856036 ], [ 120.083797, 30.4854702 ], [ 120.0839932, 30.4853545 ], [ 120.0842823, 30.4852744 ], [ 120.0845095, 30.485221 ], [ 120.0846541, 30.4852091 ], [ 120.0847882, 30.4852032 ], [ 120.0848399, 30.4850075 ], [ 120.0851452, 30.4844324 ], [ 120.085138, 30.4844022 ], [ 120.0850983, 30.484399 ], [ 120.0848089, 30.484785 ], [ 120.084473, 30.4849121 ], [ 120.0843016, 30.4849793 ], [ 120.0836834, 30.4851765 ], [ 120.0836215, 30.4853367 ], [ 120.0834253, 30.4854168 ], [ 120.0831362, 30.4854969 ], [ 120.0830329, 30.4857193 ], [ 120.0828677, 30.4857905 ], [ 120.0825993, 30.4859151 ], [ 120.0823411, 30.4860307 ], [ 120.082083, 30.4862265 ], [ 120.0819281, 30.4864044 ], [ 120.0817496, 30.4866009 ], [ 120.0818254, 30.4866663 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0783393, 30.4887724 ], [ 120.0785383, 30.4888132 ], [ 120.078652, 30.488903 ], [ 120.0788414, 30.4889438 ], [ 120.0789551, 30.4889438 ], [ 120.0790593, 30.488805 ], [ 120.0792582, 30.4884295 ], [ 120.0792582, 30.4883479 ], [ 120.079173, 30.4882662 ], [ 120.0790403, 30.4882581 ], [ 120.0789361, 30.4883479 ], [ 120.0788509, 30.4884622 ], [ 120.0787277, 30.4885275 ], [ 120.078453, 30.4885275 ], [ 120.0783109, 30.4885764 ], [ 120.0782636, 30.4886826 ], [ 120.0783393, 30.4887724 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0778752, 30.4883969 ], [ 120.0779699, 30.4884948 ], [ 120.0779131, 30.4886581 ], [ 120.0778183, 30.4886989 ], [ 120.0776668, 30.4888458 ], [ 120.0776668, 30.4889764 ], [ 120.0778278, 30.488903 ], [ 120.0779983, 30.4887152 ], [ 120.0781688, 30.4886336 ], [ 120.0782541, 30.4884866 ], [ 120.0782541, 30.4883315 ], [ 120.0781878, 30.4882581 ], [ 120.0780267, 30.4882581 ], [ 120.0778941, 30.4882744 ], [ 120.0777141, 30.4882581 ], [ 120.0776099, 30.4883805 ], [ 120.0778752, 30.4883969 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0799206, 30.4889718 ], [ 120.0801229, 30.4889718 ], [ 120.0802608, 30.4889005 ], [ 120.0802332, 30.4887975 ], [ 120.0800953, 30.4887262 ], [ 120.079985, 30.488544 ], [ 120.0798654, 30.4886708 ], [ 120.0798563, 30.4888689 ], [ 120.0799206, 30.4889718 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0769847, 30.4902825 ], [ 120.0771363, 30.4904376 ], [ 120.0773257, 30.4905764 ], [ 120.0774678, 30.4905764 ], [ 120.0777141, 30.490405 ], [ 120.0778089, 30.490307 ], [ 120.0778089, 30.4902172 ], [ 120.0776668, 30.4901193 ], [ 120.0775152, 30.4898989 ], [ 120.0775057, 30.4897519 ], [ 120.0773731, 30.489654 ], [ 120.0772784, 30.4897193 ], [ 120.0771647, 30.4898907 ], [ 120.0770416, 30.4899886 ], [ 120.0769847, 30.4901029 ], [ 120.0769847, 30.4902825 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0826586, 30.4909881 ], [ 120.0829656, 30.4908888 ], [ 120.0829368, 30.4907483 ], [ 120.0825338, 30.4907731 ], [ 120.0825146, 30.4910046 ], [ 120.0826586, 30.4909881 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0910876, 30.4874454 ], [ 120.0913843, 30.4876087 ], [ 120.0915739, 30.4875093 ], [ 120.0915903, 30.487417 ], [ 120.0915739, 30.4873317 ], [ 120.0913678, 30.487282 ], [ 120.0911535, 30.4872536 ], [ 120.0910546, 30.4872962 ], [ 120.0910134, 30.487353 ], [ 120.0910876, 30.4874454 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0900079, 30.4874738 ], [ 120.0901562, 30.4875235 ], [ 120.0903128, 30.4875874 ], [ 120.0903705, 30.4876798 ], [ 120.0905436, 30.4877721 ], [ 120.0907167, 30.4877508 ], [ 120.0907661, 30.4876513 ], [ 120.0907496, 30.4875519 ], [ 120.0906755, 30.4874667 ], [ 120.0905518, 30.4874383 ], [ 120.0904117, 30.4874383 ], [ 120.0902716, 30.4873033 ], [ 120.0900985, 30.4872962 ], [ 120.0900079, 30.4873886 ], [ 120.0900079, 30.4874738 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0918211, 30.4877153 ], [ 120.0919283, 30.4878644 ], [ 120.092006275566462, 30.487852545042358 ], [ 120.091845253440326, 30.487415006749476 ], [ 120.0917964, 30.4874312 ], [ 120.0917881, 30.4875519 ], [ 120.0918211, 30.4877153 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0900136, 30.4878443 ], [ 120.0903763, 30.4879296 ], [ 120.0904752, 30.4877804 ], [ 120.0902692, 30.4877023 ], [ 120.0901373, 30.4875957 ], [ 120.0899724, 30.4875673 ], [ 120.0898653, 30.487617 ], [ 120.0898076, 30.4877307 ], [ 120.0900136, 30.4878443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0909475, 30.4879567 ], [ 120.0910134, 30.488042 ], [ 120.0913925, 30.4881272 ], [ 120.0915079, 30.4880562 ], [ 120.0915244, 30.4879781 ], [ 120.0914667, 30.4879212 ], [ 120.0913266, 30.4878502 ], [ 120.0911947, 30.4877579 ], [ 120.0911782, 30.4875803 ], [ 120.0910464, 30.4875803 ], [ 120.0909804, 30.4876584 ], [ 120.0909145, 30.4878147 ], [ 120.0909475, 30.4879567 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0911288, 30.4888659 ], [ 120.0911947, 30.4885463 ], [ 120.0912607, 30.4883261 ], [ 120.0912524, 30.488248 ], [ 120.0908403, 30.4882124 ], [ 120.0907249, 30.4887664 ], [ 120.0911288, 30.4888659 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.092475871687, 30.489128557785655 ], [ 120.092275421336069, 30.488583882923567 ], [ 120.0920601, 30.4886031 ], [ 120.09192, 30.4885818 ], [ 120.0917717, 30.4890931 ], [ 120.092475871687, 30.489128557785655 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0909639, 30.4894625 ], [ 120.0911041, 30.4889653 ], [ 120.0906837, 30.4888801 ], [ 120.0905436, 30.4893701 ], [ 120.0909639, 30.4894625 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0918706, 30.4895619 ], [ 120.0919777, 30.4896755 ], [ 120.092689838917536, 30.489709961466158 ], [ 120.092513941439677, 30.489232003038804 ], [ 120.0922415, 30.489221 ], [ 120.0917634, 30.4891926 ], [ 120.0916892, 30.4895264 ], [ 120.0918706, 30.4895619 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0907909, 30.4901301 ], [ 120.090931, 30.4895406 ], [ 120.0904941, 30.4894696 ], [ 120.0903623, 30.4900662 ], [ 120.0907909, 30.4901301 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0907332, 30.4907125 ], [ 120.0907744, 30.4906627 ], [ 120.091203, 30.4906627 ], [ 120.0911288, 30.490265 ], [ 120.0903211, 30.4901798 ], [ 120.0901974, 30.4907196 ], [ 120.0907332, 30.4907125 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0913678, 30.4906841 ], [ 120.091376, 30.490961 ], [ 120.0915903, 30.4909681 ], [ 120.0917305, 30.4910747 ], [ 120.0919612, 30.4909895 ], [ 120.0918294, 30.4905775 ], [ 120.0917469, 30.4899312 ], [ 120.0913019, 30.4899241 ], [ 120.0912771, 30.490265 ], [ 120.0913678, 30.4906841 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0920601, 30.4910321 ], [ 120.0923486, 30.4909895 ], [ 120.0922579, 30.4906912 ], [ 120.0919942, 30.4907125 ], [ 120.0920601, 30.4910321 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0892414, 30.4910179 ], [ 120.0895216, 30.4910108 ], [ 120.0895216, 30.4912238 ], [ 120.0894639, 30.4913019 ], [ 120.0894721, 30.4914156 ], [ 120.0899419, 30.4914156 ], [ 120.0900573, 30.4908261 ], [ 120.0892414, 30.4907693 ], [ 120.0892414, 30.4910179 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0904859, 30.4914156 ], [ 120.0904941, 30.4909255 ], [ 120.0901233, 30.4909042 ], [ 120.0900161, 30.4914298 ], [ 120.0904859, 30.4914156 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.090626, 30.4914511 ], [ 120.0911453, 30.491444 ], [ 120.09117, 30.4909397 ], [ 120.0905683, 30.4909255 ], [ 120.0905601, 30.4913872 ], [ 120.090626, 30.4914511 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0926865, 30.4915221 ], [ 120.092736, 30.4911386 ], [ 120.0927195, 30.4910676 ], [ 120.0924145, 30.4910463 ], [ 120.0919777, 30.491096 ], [ 120.0916975, 30.491167 ], [ 120.0915244, 30.4910463 ], [ 120.0913348, 30.4910392 ], [ 120.0912936, 30.4915434 ], [ 120.0926865, 30.4915221 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0853743, 30.4917571 ], [ 120.0857197, 30.4916827 ], [ 120.0856334, 30.4914181 ], [ 120.0853071, 30.4914842 ], [ 120.0853743, 30.4917571 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.089299, 30.4915931 ], [ 120.0893073, 30.4918985 ], [ 120.089571, 30.4919838 ], [ 120.0895845, 30.4918815 ], [ 120.0894309, 30.4914795 ], [ 120.0892826, 30.4914866 ], [ 120.089299, 30.4915931 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0904365, 30.4920122 ], [ 120.0908568, 30.491934 ], [ 120.091137, 30.4919198 ], [ 120.091137, 30.4915079 ], [ 120.0906013, 30.4915079 ], [ 120.0905354, 30.4914724 ], [ 120.0902222, 30.4915008 ], [ 120.0904365, 30.4920122 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0897688, 30.4921897 ], [ 120.090354, 30.4920335 ], [ 120.0901068, 30.4914724 ], [ 120.0895133, 30.4914866 ], [ 120.0897688, 30.4921897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0922909, 30.4921613 ], [ 120.0926618, 30.49214 ], [ 120.092703, 30.4916073 ], [ 120.0921013, 30.4915931 ], [ 120.0922909, 30.4921613 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0887986, 30.4903872 ], [ 120.0888828, 30.4905958 ], [ 120.0889881, 30.4912306 ], [ 120.0890407, 30.4915389 ], [ 120.0890196, 30.49182 ], [ 120.0889986, 30.4920921 ], [ 120.0890933, 30.4921555 ], [ 120.0892827, 30.492219 ], [ 120.089388, 30.4923913 ], [ 120.0894406, 30.4927087 ], [ 120.0896195, 30.4929173 ], [ 120.0897984, 30.4933072 ], [ 120.0901481, 30.493982 ], [ 120.0905282, 30.495019 ], [ 120.0908607, 30.4957422 ], [ 120.0910824, 30.4960151 ], [ 120.0913358, 30.4965473 ], [ 120.0914625, 30.4965473 ], [ 120.0909716, 30.4956876 ], [ 120.0908449, 30.4954147 ], [ 120.0907815, 30.4951418 ], [ 120.0904015, 30.4943504 ], [ 120.0901798, 30.4936954 ], [ 120.0899581, 30.4932997 ], [ 120.0896255, 30.4923035 ], [ 120.0895622, 30.4921261 ], [ 120.0892455, 30.4920033 ], [ 120.0891663, 30.4918396 ], [ 120.0892138, 30.4915803 ], [ 120.0891029, 30.4909935 ], [ 120.0890871, 30.4904477 ], [ 120.0890079, 30.4901611 ], [ 120.0890554, 30.4898745 ], [ 120.0892455, 30.4896016 ], [ 120.0893088, 30.4892605 ], [ 120.0894197, 30.4887146 ], [ 120.0895147, 30.4884553 ], [ 120.0895305, 30.4879095 ], [ 120.0894616, 30.4877755 ], [ 120.0893143, 30.4879659 ], [ 120.0892722, 30.488111 ], [ 120.0892617, 30.4886007 ], [ 120.0891565, 30.4887368 ], [ 120.0889355, 30.4892083 ], [ 120.088946, 30.4894985 ], [ 120.0888618, 30.4901968 ], [ 120.0886829, 30.4902965 ], [ 120.0885777, 30.49036 ], [ 120.0887986, 30.4903872 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0887049, 30.4925018 ], [ 120.0891135, 30.4924504 ], [ 120.0890624, 30.4922303 ], [ 120.0888581, 30.4921423 ], [ 120.0886963, 30.4921643 ], [ 120.0887049, 30.4925018 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0907661, 30.4927011 ], [ 120.0915574, 30.492488 ], [ 120.0913678, 30.4920406 ], [ 120.0912277, 30.4920264 ], [ 120.0911123, 30.4919625 ], [ 120.0907496, 30.4920193 ], [ 120.0905354, 30.492069 ], [ 120.0907661, 30.4927011 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0824666, 30.4912858 ], [ 120.0825434, 30.4913933 ], [ 120.0826106, 30.4915008 ], [ 120.0833207, 30.4913685 ], [ 120.0833687, 30.4912858 ], [ 120.0833303, 30.4910708 ], [ 120.0832535, 30.4909302 ], [ 120.083148, 30.4909467 ], [ 120.0828793, 30.4910294 ], [ 120.0826586, 30.491079 ], [ 120.0824666, 30.4911369 ], [ 120.0824666, 30.4912858 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0834934, 30.4918481 ], [ 120.0837141, 30.4917736 ], [ 120.0838485, 30.4917984 ], [ 120.0839156, 30.4918729 ], [ 120.0839732, 30.4920548 ], [ 120.0840692, 30.4920548 ], [ 120.0840692, 30.4918729 ], [ 120.0840404, 30.4916496 ], [ 120.0839732, 30.4913602 ], [ 120.0833975, 30.4914925 ], [ 120.0833879, 30.4917819 ], [ 120.0834934, 30.4918481 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0775057, 30.4986165 ], [ 120.07755889627424, 30.49893085825823 ], [ 120.077639229109678, 30.498925432286295 ], [ 120.0776289, 30.4988043 ], [ 120.0775815, 30.4985839 ], [ 120.0776383, 30.4984206 ], [ 120.0777994, 30.4983962 ], [ 120.0779983, 30.4984941 ], [ 120.0782257, 30.4984941 ], [ 120.0785193, 30.4984696 ], [ 120.0790782, 30.4984206 ], [ 120.0793624, 30.4983717 ], [ 120.079514, 30.4982411 ], [ 120.0795424, 30.498086 ], [ 120.0794287, 30.497988 ], [ 120.0793245, 30.4979064 ], [ 120.0792866, 30.4977105 ], [ 120.0792866, 30.4975636 ], [ 120.079334, 30.4974575 ], [ 120.0792677, 30.4972779 ], [ 120.0791635, 30.4970086 ], [ 120.0792203, 30.4968372 ], [ 120.0794193, 30.4967392 ], [ 120.0796087, 30.4966984 ], [ 120.0798171, 30.4965841 ], [ 120.0806223, 30.4961189 ], [ 120.0809349, 30.4960454 ], [ 120.0812475, 30.4958413 ], [ 120.0814559, 30.4957107 ], [ 120.0816359, 30.4957026 ], [ 120.0821096, 30.4961352 ], [ 120.0822232, 30.4963964 ], [ 120.0821948, 30.4965596 ], [ 120.0822706, 30.4966657 ], [ 120.0825264, 30.4967555 ], [ 120.0826779, 30.4968698 ], [ 120.0825832, 30.4970249 ], [ 120.0827158, 30.4970984 ], [ 120.0827727, 30.4972126 ], [ 120.0825264, 30.497433 ], [ 120.0826495, 30.4975146 ], [ 120.0828295, 30.4974738 ], [ 120.0829811, 30.497531 ], [ 120.0832274, 30.4978983 ], [ 120.0834074, 30.4978574 ], [ 120.0835779, 30.4979962 ], [ 120.0835021, 30.4982166 ], [ 120.0835873, 30.4984696 ], [ 120.083611644828068, 30.498522033602558 ], [ 120.0842599, 30.498478248090059 ], [ 120.0842599, 30.498388 ], [ 120.0841557, 30.4981921 ], [ 120.0840989, 30.4980207 ], [ 120.0840894, 30.4979064 ], [ 120.083701, 30.4976126 ], [ 120.0828579, 30.4966821 ], [ 120.0826306, 30.4965107 ], [ 120.0826779, 30.4963719 ], [ 120.0825927, 30.4962903 ], [ 120.0824601, 30.4962984 ], [ 120.082318, 30.496225 ], [ 120.0818254, 30.4956781 ], [ 120.0813427, 30.4948558 ], [ 120.0813233, 30.4946333 ], [ 120.0813707, 30.4945598 ], [ 120.0812381, 30.4944619 ], [ 120.0810865, 30.4943231 ], [ 120.0807549, 30.493768 ], [ 120.0806886, 30.4934252 ], [ 120.0807644, 30.4932538 ], [ 120.0808497, 30.4931803 ], [ 120.080717, 30.4930824 ], [ 120.0806886, 30.492911 ], [ 120.0807644, 30.4928048 ], [ 120.0806318, 30.4925355 ], [ 120.0805181, 30.4920457 ], [ 120.0803002, 30.4919967 ], [ 120.0801487, 30.4919151 ], [ 120.0800539, 30.4917682 ], [ 120.0800824, 30.4916131 ], [ 120.0802245, 30.4914988 ], [ 120.0800824, 30.4912621 ], [ 120.0800824, 30.4911641 ], [ 120.080196, 30.4910498 ], [ 120.0801771, 30.4909437 ], [ 120.0797982, 30.4902417 ], [ 120.0795519, 30.4897519 ], [ 120.079495, 30.4895723 ], [ 120.0795614, 30.4894091 ], [ 120.0797508, 30.4890254 ], [ 120.0797792, 30.4886581 ], [ 120.079855, 30.4885601 ], [ 120.0799213, 30.4884622 ], [ 120.0799119, 30.4882499 ], [ 120.0799497, 30.488054 ], [ 120.0801771, 30.4879152 ], [ 120.0803192, 30.4877765 ], [ 120.0803476, 30.4876458 ], [ 120.0804044, 30.4874499 ], [ 120.0805276, 30.4874009 ], [ 120.0808781, 30.487352 ], [ 120.0809728, 30.4873275 ], [ 120.0810581, 30.4870173 ], [ 120.0818254, 30.4866663 ], [ 120.0817496, 30.4866009 ], [ 120.081598, 30.4867071 ], [ 120.081096, 30.4868458 ], [ 120.0808591, 30.4867969 ], [ 120.0806413, 30.4868132 ], [ 120.080376, 30.4868948 ], [ 120.0802339, 30.4868132 ], [ 120.0801297, 30.4856132 ], [ 120.0800255, 30.4850336 ], [ 120.079837, 30.4845448 ], [ 120.0798061, 30.4845575 ], [ 120.0797717, 30.4845718 ], [ 120.0799497, 30.4850009 ], [ 120.0800634, 30.4857765 ], [ 120.0800066, 30.4860785 ], [ 120.0799592, 30.4862173 ], [ 120.0798076, 30.4862989 ], [ 120.0799782, 30.4863642 ], [ 120.0800539, 30.4866581 ], [ 120.0800539, 30.4869601 ], [ 120.0799687, 30.4870907 ], [ 120.0798361, 30.4871071 ], [ 120.0798361, 30.4872132 ], [ 120.0797034, 30.4873356 ], [ 120.0798076, 30.4874826 ], [ 120.0797887, 30.4880132 ], [ 120.0797792, 30.4882336 ], [ 120.0795898, 30.4889764 ], [ 120.0794287, 30.4893193 ], [ 120.079154, 30.4897519 ], [ 120.0789835, 30.490005 ], [ 120.0788982, 30.4900703 ], [ 120.0789835, 30.4901519 ], [ 120.0791445, 30.4900866 ], [ 120.0792677, 30.4901437 ], [ 120.0792677, 30.4904376 ], [ 120.0793814, 30.4906254 ], [ 120.0795708, 30.4916049 ], [ 120.0794581, 30.4918253 ], [ 120.0793523, 30.4923481 ], [ 120.0796087, 30.4924947 ], [ 120.0796561, 30.4926497 ], [ 120.0797508, 30.4927803 ], [ 120.0800066, 30.4929518 ], [ 120.080376, 30.4931885 ], [ 120.0805181, 30.4932375 ], [ 120.0804613, 30.493417 ], [ 120.0806981, 30.493915 ], [ 120.0810202, 30.4944945 ], [ 120.0812475, 30.494772 ], [ 120.0814749, 30.4953189 ], [ 120.0815033, 30.4954577 ], [ 120.0813612, 30.4956373 ], [ 120.0808876, 30.4959066 ], [ 120.0802623, 30.4961189 ], [ 120.0799024, 30.4963882 ], [ 120.0795329, 30.4966249 ], [ 120.0791067, 30.4967392 ], [ 120.0789835, 30.4968616 ], [ 120.0789361, 30.4970249 ], [ 120.0790593, 30.4976371 ], [ 120.0790214, 30.4981023 ], [ 120.0788698, 30.4981595 ], [ 120.0782257, 30.4982492 ], [ 120.0780267, 30.4982003 ], [ 120.0778183, 30.498135 ], [ 120.0776289, 30.4982411 ], [ 120.0774773, 30.498388 ], [ 120.0775057, 30.4986165 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0807251, 30.4923388 ], [ 120.0808083, 30.4926523 ], [ 120.0810578, 30.4926434 ], [ 120.0811514, 30.4924911 ], [ 120.0812137, 30.4924104 ], [ 120.0812137, 30.4922223 ], [ 120.0811514, 30.4920431 ], [ 120.0810266, 30.4919804 ], [ 120.0808291, 30.4919715 ], [ 120.0806731, 30.4920431 ], [ 120.0807251, 30.4923388 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0821212, 30.4926584 ], [ 120.08215, 30.4927246 ], [ 120.0824474, 30.4926419 ], [ 120.0825818, 30.4926419 ], [ 120.0827545, 30.4926749 ], [ 120.0828409, 30.4926005 ], [ 120.0829752, 30.4925509 ], [ 120.0832535, 30.49246 ], [ 120.0835222, 30.4924021 ], [ 120.0838869, 30.4923194 ], [ 120.0842611, 30.4922367 ], [ 120.085547, 30.492278 ], [ 120.0858637, 30.4923442 ], [ 120.0858924, 30.492278 ], [ 120.0856525, 30.4922202 ], [ 120.0848081, 30.4921705 ], [ 120.0842707, 30.4921623 ], [ 120.0833374, 30.4923509 ], [ 120.0831449, 30.4923421 ], [ 120.083003, 30.4923683 ], [ 120.0828003, 30.4923421 ], [ 120.082699, 30.4922636 ], [ 120.0826788, 30.492412 ], [ 120.0826382, 30.4924818 ], [ 120.0824254, 30.4925517 ], [ 120.0822633, 30.492543 ], [ 120.0821113, 30.4925342 ], [ 120.0820404, 30.492639 ], [ 120.0817466, 30.4927612 ], [ 120.0821212, 30.4926584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0791782, 30.4930994 ], [ 120.079409, 30.4929244 ], [ 120.0792059, 30.4925903 ], [ 120.0790859, 30.4925107 ], [ 120.0789936, 30.4927255 ], [ 120.0791782, 30.4930994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0782827, 30.4935847 ], [ 120.0791228, 30.4932188 ], [ 120.0787905, 30.4925425 ], [ 120.0786427, 30.4924709 ], [ 120.0784673, 30.4924948 ], [ 120.0780426, 30.4929324 ], [ 120.0779503, 30.4931233 ], [ 120.0782827, 30.4935847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0812241, 30.4936736 ], [ 120.0816192, 30.4936288 ], [ 120.0815672, 30.4933779 ], [ 120.0814944, 30.4932525 ], [ 120.0813801, 30.493145 ], [ 120.0812449, 30.4931629 ], [ 120.0810786, 30.4933063 ], [ 120.0810682, 30.4934317 ], [ 120.0812241, 30.4936736 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0795424, 30.4936946 ], [ 120.0797319, 30.4936129 ], [ 120.079514, 30.4933436 ], [ 120.0794193, 30.4933191 ], [ 120.0793056, 30.4931395 ], [ 120.0792203, 30.4932538 ], [ 120.0795424, 30.4936946 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0774425, 30.4939586 ], [ 120.0781903, 30.4936484 ], [ 120.0780703, 30.4934574 ], [ 120.0778303, 30.493179 ], [ 120.0776364, 30.4932028 ], [ 120.0774332, 30.4933063 ], [ 120.0773317, 30.4933779 ], [ 120.0771655, 30.4934813 ], [ 120.0774425, 30.4939586 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0917964, 30.4926016 ], [ 120.0926453, 30.4926158 ], [ 120.0926453, 30.4922323 ], [ 120.0922827, 30.4922252 ], [ 120.091714, 30.4923673 ], [ 120.0917964, 30.4926016 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0900491, 30.492907 ], [ 120.0907002, 30.4927366 ], [ 120.0904612, 30.4920761 ], [ 120.0898101, 30.4922607 ], [ 120.0900491, 30.492907 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0878535, 30.4929346 ], [ 120.0885516, 30.4928612 ], [ 120.0884665, 30.492157 ], [ 120.0878535, 30.492223 ], [ 120.0878535, 30.4929346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.087266, 30.4929933 ], [ 120.0877769, 30.4929346 ], [ 120.0877854, 30.4922156 ], [ 120.0872405, 30.4922963 ], [ 120.087266, 30.4929933 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0866956, 30.4931033 ], [ 120.0868914, 30.493118 ], [ 120.0871724, 30.4929933 ], [ 120.0871298, 30.4923037 ], [ 120.0867212, 30.4923404 ], [ 120.0868233, 30.4927659 ], [ 120.0866275, 30.4928466 ], [ 120.0866956, 30.4931033 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0886963, 30.493118 ], [ 120.0895222, 30.4930153 ], [ 120.0894966, 30.4929199 ], [ 120.0893349, 30.4927365 ], [ 120.0892157, 30.4927292 ], [ 120.0891561, 30.4925531 ], [ 120.0886538, 30.4926191 ], [ 120.0886963, 30.493118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0921343, 30.4930278 ], [ 120.0931398, 30.4928147 ], [ 120.0931234, 30.4927082 ], [ 120.0928514, 30.4926869 ], [ 120.0920272, 30.4927011 ], [ 120.0921343, 30.4930278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0919695, 30.4931982 ], [ 120.0920849, 30.4931485 ], [ 120.0919283, 30.4926798 ], [ 120.0918129, 30.4926798 ], [ 120.0919695, 30.4931982 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0922002, 30.4931911 ], [ 120.0925382, 30.4931272 ], [ 120.0925299, 30.4930349 ], [ 120.0921755, 30.4931059 ], [ 120.0922002, 30.4931911 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0903293, 30.4936172 ], [ 120.0908321, 30.4934894 ], [ 120.0905683, 30.4928218 ], [ 120.0900738, 30.492971 ], [ 120.0903293, 30.4936172 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0877939, 30.4936755 ], [ 120.0885601, 30.4935949 ], [ 120.0885176, 30.4929493 ], [ 120.0877343, 30.493008 ], [ 120.0877939, 30.4936755 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0887474, 30.4935728 ], [ 120.0897265, 30.4934628 ], [ 120.0895392, 30.4930666 ], [ 120.0887134, 30.4931914 ], [ 120.0887474, 30.4935728 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0893877, 30.4942631 ], [ 120.0896218, 30.4942631 ], [ 120.0896335, 30.4941421 ], [ 120.090008, 30.4940715 ], [ 120.0898559, 30.4936176 ], [ 120.0896803, 30.4935773 ], [ 120.0893409, 30.4936277 ], [ 120.0893877, 30.4942631 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0887791, 30.4943437 ], [ 120.0892707, 30.4942429 ], [ 120.0892122, 30.4936681 ], [ 120.088744, 30.4937084 ], [ 120.0887791, 30.4943437 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0877375, 30.4944749 ], [ 120.0886153, 30.4943841 ], [ 120.0885802, 30.4937286 ], [ 120.0876322, 30.4938294 ], [ 120.0877375, 30.4944749 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0873513, 30.4944749 ], [ 120.0875737, 30.4944547 ], [ 120.0875151, 30.4938698 ], [ 120.087164, 30.4939202 ], [ 120.0873513, 30.4944749 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0868831, 30.4945555 ], [ 120.0871991, 30.494495 ], [ 120.0870119, 30.4939202 ], [ 120.0867193, 30.4939504 ], [ 120.0868831, 30.4945555 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0931876, 30.494932 ], [ 120.0933285, 30.4945905 ], [ 120.0929323, 30.494454 ], [ 120.0931876, 30.494932 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0870587, 30.495322 ], [ 120.0877024, 30.4952211 ], [ 120.0876556, 30.4949892 ], [ 120.0877024, 30.4948581 ], [ 120.0876907, 30.4945757 ], [ 120.0869417, 30.4946866 ], [ 120.0870587, 30.495322 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0933814, 30.4951293 ], [ 120.0935487, 30.4951596 ], [ 120.0936103, 30.4949699 ], [ 120.0933637, 30.494894 ], [ 120.0932845, 30.4950458 ], [ 120.0933814, 30.4951293 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0786335, 30.4940859 ], [ 120.079409, 30.49372 ], [ 120.0791505, 30.4933222 ], [ 120.0785504, 30.4936245 ], [ 120.0784673, 30.4937995 ], [ 120.0786335, 30.4940859 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0739925, 30.4941919 ], [ 120.0743249, 30.4941442 ], [ 120.0743872, 30.4942635 ], [ 120.0748095, 30.4939652 ], [ 120.075128, 30.4938399 ], [ 120.0751557, 30.4937743 ], [ 120.0748926, 30.4934402 ], [ 120.0747403, 30.4936311 ], [ 120.0741587, 30.4933626 ], [ 120.0739302, 30.494174 ], [ 120.0739925, 30.4941919 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0761491, 30.4943278 ], [ 120.0762291, 30.4944558 ], [ 120.0772915, 30.4940325 ], [ 120.0770059, 30.4935502 ], [ 120.076766, 30.4937864 ], [ 120.0761263, 30.4940719 ], [ 120.0761491, 30.4943278 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.079746, 30.4943405 ], [ 120.0799353, 30.494261 ], [ 120.0798707, 30.4941178 ], [ 120.0798338, 30.4939746 ], [ 120.079963, 30.4938552 ], [ 120.0798338, 30.4938473 ], [ 120.0797784, 30.4937438 ], [ 120.0794737, 30.4938632 ], [ 120.079746, 30.4943405 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0777379, 30.4945394 ], [ 120.0785504, 30.4941973 ], [ 120.0783842, 30.4939029 ], [ 120.0781072, 30.4937836 ], [ 120.0774979, 30.494078 ], [ 120.0777379, 30.4945394 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.079049, 30.4946667 ], [ 120.0796399, 30.4944201 ], [ 120.0795937, 30.4943087 ], [ 120.0793537, 30.4939189 ], [ 120.0787258, 30.4942212 ], [ 120.079049, 30.4946667 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0812865, 30.4943902 ], [ 120.0813905, 30.4944709 ], [ 120.0814113, 30.4943186 ], [ 120.0813281, 30.4941932 ], [ 120.0812657, 30.4942827 ], [ 120.0812865, 30.4943902 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0765261, 30.4950267 ], [ 120.0775999, 30.4945444 ], [ 120.0773486, 30.4941014 ], [ 120.0762748, 30.4945641 ], [ 120.0765261, 30.4950267 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0781072, 30.4950804 ], [ 120.0789289, 30.4947224 ], [ 120.0786058, 30.4942689 ], [ 120.078098, 30.4945394 ], [ 120.0779503, 30.494786 ], [ 120.0781072, 30.4950804 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0751426, 30.4952134 ], [ 120.0752513, 30.4952862 ], [ 120.075384, 30.4955254 ], [ 120.0764341, 30.4950678 ], [ 120.0761082, 30.4944854 ], [ 120.0750823, 30.4950366 ], [ 120.0751426, 30.4952134 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0721992, 30.4948303 ], [ 120.0723377, 30.4948005 ], [ 120.0722823, 30.4946513 ], [ 120.0721369, 30.4946752 ], [ 120.0721992, 30.4948303 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0660418, 30.4991068 ], [ 120.0663522, 30.4989184 ], [ 120.0664651, 30.498888 ], [ 120.0666837, 30.4988211 ], [ 120.0667754, 30.4987117 ], [ 120.0670152, 30.4985841 ], [ 120.0677418, 30.4982012 ], [ 120.0678829, 30.49811 ], [ 120.0680663, 30.4980553 ], [ 120.0686376, 30.4979642 ], [ 120.0688774, 30.4977879 ], [ 120.0690326, 30.4976967 ], [ 120.0692513, 30.4976663 ], [ 120.0700977, 30.4973321 ], [ 120.07026, 30.4972713 ], [ 120.070346, 30.4972609 ], [ 120.0705379, 30.4974025 ], [ 120.0706043, 30.4973558 ], [ 120.0704786, 30.4972227 ], [ 120.0704998, 30.497095 ], [ 120.0705986, 30.4969795 ], [ 120.0709442, 30.4967547 ], [ 120.0711064, 30.4966756 ], [ 120.0714238, 30.4964082 ], [ 120.0721151, 30.4960496 ], [ 120.0724819, 30.4959098 ], [ 120.0730039, 30.4956059 ], [ 120.0733425, 30.4954904 ], [ 120.0737445, 30.4952777 ], [ 120.074464, 30.4949434 ], [ 120.0747391, 30.4947976 ], [ 120.0751835, 30.4944025 ], [ 120.0754656, 30.4942019 ], [ 120.0756208, 30.4940743 ], [ 120.0757972, 30.4940317 ], [ 120.0759947, 30.4940256 ], [ 120.0767283, 30.4937217 ], [ 120.0769399, 30.4934908 ], [ 120.0773278, 30.4932659 ], [ 120.0774618, 30.4931504 ], [ 120.0778145, 30.4929984 ], [ 120.0780403, 30.4927553 ], [ 120.0781672, 30.4926155 ], [ 120.0782589, 30.4924939 ], [ 120.0784353, 30.4923541 ], [ 120.0787033, 30.4922387 ], [ 120.078922, 30.4922022 ], [ 120.0792535, 30.4922873 ], [ 120.0793523, 30.4923481 ], [ 120.0794581, 30.4918253 ], [ 120.0790489, 30.4919895 ], [ 120.0789714, 30.4920259 ], [ 120.078534, 30.4922691 ], [ 120.0783788, 30.492263 ], [ 120.0783154, 30.49219 ], [ 120.0782307, 30.4920381 ], [ 120.0781884, 30.4918132 ], [ 120.0782801, 30.4912114 ], [ 120.0783154, 30.4909987 ], [ 120.0781743, 30.4910716 ], [ 120.0779627, 30.4911263 ], [ 120.078005, 30.4912236 ], [ 120.0779838, 30.4913634 ], [ 120.0779415, 30.4917585 ], [ 120.0779415, 30.491953 ], [ 120.0779768, 30.4920989 ], [ 120.0779697, 30.4922812 ], [ 120.0778921, 30.4925061 ], [ 120.0777369, 30.492731 ], [ 120.0774125, 30.4929194 ], [ 120.0764884, 30.4933267 ], [ 120.0760511, 30.4935819 ], [ 120.0752117, 30.4940256 ], [ 120.0747109, 30.4942444 ], [ 120.0743794, 30.494445 ], [ 120.0741536, 30.4946395 ], [ 120.0739773, 30.4947732 ], [ 120.0735964, 30.4949981 ], [ 120.073547, 30.4948887 ], [ 120.0734694, 30.4949009 ], [ 120.073547, 30.4950285 ], [ 120.0734906, 30.4951501 ], [ 120.0733354, 30.4953081 ], [ 120.0732014, 30.4953871 ], [ 120.0727852, 30.4954601 ], [ 120.072623, 30.4955451 ], [ 120.0723126, 30.4957822 ], [ 120.0717906, 30.4960253 ], [ 120.0716919, 30.4961712 ], [ 120.071579, 30.4962502 ], [ 120.0714309, 30.4962988 ], [ 120.0713815, 30.4963657 ], [ 120.071184, 30.4965115 ], [ 120.0710994, 30.4965055 ], [ 120.0709583, 30.496627 ], [ 120.0707608, 30.4967364 ], [ 120.0704504, 30.4968276 ], [ 120.0702176, 30.4969431 ], [ 120.0698085, 30.4971436 ], [ 120.0690749, 30.4974536 ], [ 120.0687223, 30.4976177 ], [ 120.0684965, 30.4977089 ], [ 120.0684189, 30.4977636 ], [ 120.0682214, 30.4978487 ], [ 120.0679252, 30.4979642 ], [ 120.0678053, 30.4980492 ], [ 120.0675443, 30.4982316 ], [ 120.066853, 30.4986206 ], [ 120.0667543, 30.4986266 ], [ 120.0666202, 30.4985416 ], [ 120.0665215, 30.4985051 ], [ 120.0664509, 30.4985355 ], [ 120.0663734, 30.4986084 ], [ 120.0663381, 30.4986813 ], [ 120.0663522, 30.4987604 ], [ 120.0663099, 30.4988515 ], [ 120.0659642, 30.4990825 ], [ 120.0660418, 30.4991068 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0738263, 30.4962383 ], [ 120.074311, 30.4960355 ], [ 120.0739233, 30.4954508 ], [ 120.0738333, 30.4954866 ], [ 120.0738887, 30.4956954 ], [ 120.073584, 30.4958147 ], [ 120.0738263, 30.4962383 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0643752, 30.4969005 ], [ 120.0649569, 30.4967991 ], [ 120.0648115, 30.4962562 ], [ 120.0642575, 30.4964531 ], [ 120.0643752, 30.4969005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646384, 30.4977596 ], [ 120.0651923, 30.4976582 ], [ 120.0649915, 30.4968767 ], [ 120.0644168, 30.496996 ], [ 120.0646384, 30.4977596 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0648668, 30.4986366 ], [ 120.0654069, 30.4984159 ], [ 120.0651923, 30.4977477 ], [ 120.0646661, 30.4978611 ], [ 120.0648668, 30.4986366 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0655939, 30.4988156 ], [ 120.0658777, 30.4987142 ], [ 120.0657323, 30.4984099 ], [ 120.0654692, 30.4984696 ], [ 120.0655939, 30.4988156 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646522, 30.4991258 ], [ 120.0655038, 30.4988275 ], [ 120.0654, 30.4985054 ], [ 120.0645345, 30.4988335 ], [ 120.0646522, 30.4991258 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0659677, 30.4988156 ], [ 120.0659054, 30.4987559 ], [ 120.0656008, 30.4988932 ], [ 120.0655662, 30.4990244 ], [ 120.0659677, 30.4988156 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0648945, 30.4992213 ], [ 120.0652338, 30.4991557 ], [ 120.0654692, 30.4990244 ], [ 120.0654277, 30.498923 ], [ 120.0648461, 30.4991378 ], [ 120.0648945, 30.4992213 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0602365, 30.4805181 ], [ 120.0606778, 30.4804309 ], [ 120.0605307, 30.4801615 ], [ 120.0601354, 30.4803041 ], [ 120.0602365, 30.4805181 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0611283, 30.4812787 ], [ 120.0617903, 30.4811361 ], [ 120.0614409, 30.4803913 ], [ 120.0608157, 30.4805339 ], [ 120.0611283, 30.4812787 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0601722, 30.4815005 ], [ 120.061018, 30.4813183 ], [ 120.0606778, 30.4805656 ], [ 120.0597676, 30.4808033 ], [ 120.0601722, 30.4815005 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0621856, 30.4820235 ], [ 120.0625718, 30.4819284 ], [ 120.0623051, 30.4810965 ], [ 120.0619558, 30.4811836 ], [ 120.0621856, 30.4820235 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0626729, 30.4818967 ], [ 120.0628935, 30.4818492 ], [ 120.0627832, 30.4814688 ], [ 120.0625534, 30.4815085 ], [ 120.0626729, 30.4818967 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.064006, 30.4821185 ], [ 120.0641623, 30.4820552 ], [ 120.0640704, 30.4817699 ], [ 120.0638681, 30.4818175 ], [ 120.064006, 30.4821185 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0631418, 30.48238 ], [ 120.0639508, 30.482174 ], [ 120.063767, 30.4818016 ], [ 120.0630315, 30.4820155 ], [ 120.0631418, 30.48238 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0643646, 30.4826256 ], [ 120.0647783, 30.4824909 ], [ 120.0645484, 30.4820314 ], [ 120.0640979, 30.482174 ], [ 120.0643646, 30.4826256 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0634084, 30.4826652 ], [ 120.0635095, 30.482895 ], [ 120.0641899, 30.4826573 ], [ 120.06396, 30.4822295 ], [ 120.0633624, 30.4824038 ], [ 120.0634084, 30.4826652 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.062158, 30.483307 ], [ 120.0626545, 30.4831644 ], [ 120.0624798, 30.4826652 ], [ 120.0624155, 30.4821582 ], [ 120.0619742, 30.4822374 ], [ 120.062158, 30.483307 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0713059, 30.4822691 ], [ 120.0722437, 30.4823166 ], [ 120.0722437, 30.4819601 ], [ 120.0712876, 30.4819125 ], [ 120.0713059, 30.4822691 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.064861, 30.4824355 ], [ 120.0652288, 30.4823245 ], [ 120.0650173, 30.4818492 ], [ 120.0646588, 30.4819759 ], [ 120.064861, 30.4824355 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0723908, 30.4827603 ], [ 120.0738251, 30.4828792 ], [ 120.0737791, 30.4821344 ], [ 120.0723449, 30.4820552 ], [ 120.0723908, 30.4827603 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0683731, 30.4827682 ], [ 120.0692925, 30.4826573 ], [ 120.0692465, 30.4822532 ], [ 120.068272, 30.48238 ], [ 120.0683731, 30.4827682 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0713243, 30.4826415 ], [ 120.0722437, 30.4827207 ], [ 120.0722069, 30.4824275 ], [ 120.0713059, 30.48238 ], [ 120.0713243, 30.4826415 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.069458, 30.4831169 ], [ 120.0695591, 30.4836398 ], [ 120.0701015, 30.4835922 ], [ 120.0701475, 30.4834813 ], [ 120.0700556, 30.48238 ], [ 120.0694396, 30.4824513 ], [ 120.069458, 30.4831169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0686029, 30.4832991 ], [ 120.0693109, 30.483204 ], [ 120.0692649, 30.4827682 ], [ 120.068465, 30.4828712 ], [ 120.0686029, 30.4832991 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0687776, 30.4836715 ], [ 120.0694028, 30.4836398 ], [ 120.0693293, 30.483307 ], [ 120.0687317, 30.4833783 ], [ 120.0687776, 30.4836715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0655063, 30.4841113 ], [ 120.0658941, 30.4839964 ], [ 120.0658335, 30.4836621 ], [ 120.0654093, 30.4837666 ], [ 120.0655063, 30.4841113 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0650942, 30.4841739 ], [ 120.065373, 30.4841113 ], [ 120.065276, 30.4837875 ], [ 120.0649003, 30.4838501 ], [ 120.0650942, 30.4841739 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0666092, 30.4845395 ], [ 120.0668395, 30.4844873 ], [ 120.0668638, 30.4843202 ], [ 120.0667062, 30.4840799 ], [ 120.0666335, 30.4838606 ], [ 120.0664153, 30.4839024 ], [ 120.0666092, 30.4845395 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0696983, 30.4843169 ], [ 120.0697203, 30.48444 ], [ 120.0698193, 30.4845443 ], [ 120.0699842, 30.4845916 ], [ 120.0702041, 30.4844685 ], [ 120.0702371, 30.4843642 ], [ 120.0702261, 30.4842316 ], [ 120.0702371, 30.4839379 ], [ 120.0701931, 30.4838147 ], [ 120.0696983, 30.4838242 ], [ 120.0696983, 30.4843169 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0655548, 30.4846231 ], [ 120.0660153, 30.4845708 ], [ 120.0659305, 30.4840904 ], [ 120.0654699, 30.4842157 ], [ 120.0655548, 30.4846231 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0653245, 30.4846857 ], [ 120.0654215, 30.4846648 ], [ 120.0653245, 30.4842679 ], [ 120.0651306, 30.4843097 ], [ 120.0653245, 30.4846857 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0659298, 30.4810498 ], [ 120.0660909, 30.4811885 ], [ 120.0662329, 30.4812865 ], [ 120.0662519, 30.4814988 ], [ 120.0662803, 30.481662 ], [ 120.0664698, 30.48216 ], [ 120.0666782, 30.4823396 ], [ 120.0669908, 30.4833601 ], [ 120.0670571, 30.4835315 ], [ 120.0673508, 30.4840948 ], [ 120.0673318, 30.4842172 ], [ 120.0673508, 30.4843805 ], [ 120.0674739, 30.484454 ], [ 120.0678433, 30.4848622 ], [ 120.0680328, 30.4853765 ], [ 120.0679854, 30.4855071 ], [ 120.0677581, 30.4856132 ], [ 120.0674076, 30.4856867 ], [ 120.0671423, 30.4857111 ], [ 120.0670571, 30.4858091 ], [ 120.0671802, 30.4858826 ], [ 120.0673981, 30.4859316 ], [ 120.067597, 30.485956 ], [ 120.0679854, 30.4858499 ], [ 120.0680896, 30.4857928 ], [ 120.0681844, 30.4858091 ], [ 120.0682791, 30.4863316 ], [ 120.0681938, 30.486454 ], [ 120.0679854, 30.4869846 ], [ 120.0681086, 30.4871969 ], [ 120.0680802, 30.4873112 ], [ 120.0678623, 30.4873683 ], [ 120.0677013, 30.4873928 ], [ 120.0676065, 30.4875724 ], [ 120.067436, 30.4876377 ], [ 120.0672655, 30.4875805 ], [ 120.0671708, 30.4875724 ], [ 120.0670855, 30.4878336 ], [ 120.0671613, 30.4879479 ], [ 120.067275, 30.4880132 ], [ 120.0672844, 30.4882254 ], [ 120.0673602, 30.4882254 ], [ 120.0673508, 30.4879071 ], [ 120.0674265, 30.4878336 ], [ 120.0676444, 30.487752 ], [ 120.0680423, 30.487703 ], [ 120.0684117, 30.4876214 ], [ 120.0685917, 30.4875642 ], [ 120.0686864, 30.4875642 ], [ 120.0686391, 30.4874744 ], [ 120.0686485, 30.487303 ], [ 120.0686485, 30.4871234 ], [ 120.0686012, 30.4869112 ], [ 120.0685633, 30.4867479 ], [ 120.0686107, 30.4866336 ], [ 120.0687717, 30.4866418 ], [ 120.0690938, 30.4868622 ], [ 120.069018, 30.4866173 ], [ 120.068999, 30.4863969 ], [ 120.069018, 30.4862009 ], [ 120.0692074, 30.4860867 ], [ 120.0694916, 30.4860377 ], [ 120.0696621, 30.486054 ], [ 120.0697663, 30.4860622 ], [ 120.0701358, 30.486005 ], [ 120.0703442, 30.4859642 ], [ 120.0704389, 30.4861356 ], [ 120.0706284, 30.4862336 ], [ 120.0709599, 30.4862663 ], [ 120.0712441, 30.4861112 ], [ 120.0714809, 30.4860785 ], [ 120.0716609, 30.4861356 ], [ 120.0717841, 30.4863071 ], [ 120.0718599, 30.4865438 ], [ 120.0718883, 30.4867316 ], [ 120.0717936, 30.4868214 ], [ 120.0715378, 30.4868948 ], [ 120.0716325, 30.4871316 ], [ 120.0714999, 30.4872867 ], [ 120.0712157, 30.4874418 ], [ 120.070922, 30.4875397 ], [ 120.0706284, 30.4875805 ], [ 120.0704105, 30.4876214 ], [ 120.0703916, 30.4876948 ], [ 120.0707326, 30.4876622 ], [ 120.0708368, 30.4877193 ], [ 120.071301, 30.4875479 ], [ 120.0715946, 30.4873683 ], [ 120.0717651, 30.4873683 ], [ 120.0718504, 30.4874663 ], [ 120.0718978, 30.487654 ], [ 120.0719072, 30.4878336 ], [ 120.0719167, 30.4879887 ], [ 120.0719084, 30.4881898 ], [ 120.07195, 30.4882375 ], [ 120.0721062, 30.4882744 ], [ 120.0723998, 30.4882581 ], [ 120.0725135, 30.4882091 ], [ 120.0725324, 30.4881111 ], [ 120.0724093, 30.4876132 ], [ 120.0724946, 30.4875152 ], [ 120.0725419, 30.4874009 ], [ 120.0724756, 30.4871071 ], [ 120.072523, 30.4869683 ], [ 120.0728735, 30.4868458 ], [ 120.0730629, 30.4867397 ], [ 120.0729208, 30.4866744 ], [ 120.0728735, 30.4865928 ], [ 120.072684, 30.4865928 ], [ 120.0726272, 30.4866826 ], [ 120.0725419, 30.4868377 ], [ 120.072324, 30.4868458 ], [ 120.0721156, 30.4867561 ], [ 120.0719925, 30.4866581 ], [ 120.071983, 30.4864867 ], [ 120.0718978, 30.4863642 ], [ 120.0719451, 30.4862173 ], [ 120.0721346, 30.485956 ], [ 120.0722672, 30.4859316 ], [ 120.0724282, 30.4859479 ], [ 120.0729208, 30.4860622 ], [ 120.073745, 30.4861112 ], [ 120.0738965, 30.4863234 ], [ 120.0739439, 30.4862091 ], [ 120.074086, 30.4860785 ], [ 120.0743512, 30.486005 ], [ 120.0746354, 30.4859479 ], [ 120.074787, 30.4858581 ], [ 120.0750901, 30.4857928 ], [ 120.0753554, 30.4857438 ], [ 120.075649, 30.4856785 ], [ 120.0759901, 30.4854254 ], [ 120.0762079, 30.4850907 ], [ 120.0763974, 30.4849601 ], [ 120.0764353, 30.4848213 ], [ 120.0764732, 30.4844295 ], [ 120.0764258, 30.4841274 ], [ 120.0764827, 30.4839805 ], [ 120.0765111, 30.4838417 ], [ 120.07635, 30.4838417 ], [ 120.0763406, 30.4841356 ], [ 120.07635, 30.4843724 ], [ 120.076369, 30.4847397 ], [ 120.0762742, 30.4849438 ], [ 120.0761511, 30.4850418 ], [ 120.0760658, 30.4851234 ], [ 120.0758669, 30.4854009 ], [ 120.0755922, 30.4855642 ], [ 120.0753838, 30.4856132 ], [ 120.0751091, 30.4856214 ], [ 120.074607, 30.4856703 ], [ 120.0740765, 30.4857683 ], [ 120.0736408, 30.4857928 ], [ 120.0732524, 30.4856785 ], [ 120.0728261, 30.485556 ], [ 120.0724661, 30.4854581 ], [ 120.0721251, 30.4854581 ], [ 120.0714715, 30.4854254 ], [ 120.0709031, 30.4854009 ], [ 120.0707136, 30.4852785 ], [ 120.0704673, 30.4850744 ], [ 120.0703537, 30.4849193 ], [ 120.0701832, 30.4848622 ], [ 120.07006, 30.4847479 ], [ 120.0699653, 30.4846662 ], [ 120.069899, 30.484756 ], [ 120.0699842, 30.4850173 ], [ 120.0701074, 30.4852377 ], [ 120.07006, 30.4854091 ], [ 120.0698421, 30.4854907 ], [ 120.0695011, 30.4854744 ], [ 120.0693022, 30.4854254 ], [ 120.0690369, 30.4854907 ], [ 120.0685349, 30.4854091 ], [ 120.0683454, 30.4852458 ], [ 120.0682128, 30.4849846 ], [ 120.0678055, 30.484503 ], [ 120.0675592, 30.4842009 ], [ 120.0671045, 30.4832131 ], [ 120.066915, 30.4827233 ], [ 120.0668866, 30.4823723 ], [ 120.066735, 30.4822825 ], [ 120.066574, 30.4820049 ], [ 120.0664129, 30.4815722 ], [ 120.0663656, 30.4813028 ], [ 120.0661477, 30.4810253 ], [ 120.0660151, 30.480813 ], [ 120.0659109, 30.4808293 ], [ 120.0659298, 30.4810498 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701491, 30.4847148 ], [ 120.0702701, 30.4847906 ], [ 120.070435, 30.484819 ], [ 120.0705669, 30.4847337 ], [ 120.0705229, 30.484639 ], [ 120.070424, 30.4846011 ], [ 120.070347, 30.4845537 ], [ 120.0702261, 30.4845348 ], [ 120.0700941, 30.4846295 ], [ 120.0701491, 30.4847148 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0707515, 30.4865683 ], [ 120.0710073, 30.4865765 ], [ 120.0710153, 30.4863906 ], [ 120.0708747, 30.4864295 ], [ 120.0707136, 30.4864867 ], [ 120.0707515, 30.4865683 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0691601, 30.4866009 ], [ 120.0692548, 30.4868458 ], [ 120.0695201, 30.4867234 ], [ 120.0696432, 30.4867479 ], [ 120.0697285, 30.4868132 ], [ 120.0698327, 30.4868458 ], [ 120.0697758, 30.4867071 ], [ 120.0696811, 30.4865112 ], [ 120.0696621, 30.4863479 ], [ 120.0696811, 30.4861765 ], [ 120.0694537, 30.4861356 ], [ 120.0692927, 30.4862009 ], [ 120.0692074, 30.4862744 ], [ 120.0691506, 30.4864132 ], [ 120.0691601, 30.4866009 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0700884, 30.4867642 ], [ 120.0701832, 30.486903 ], [ 120.0703158, 30.4869112 ], [ 120.0704958, 30.4869275 ], [ 120.0706757, 30.4869275 ], [ 120.0709031, 30.4868785 ], [ 120.0709505, 30.4867561 ], [ 120.0709031, 30.4866826 ], [ 120.0707136, 30.4866663 ], [ 120.0704958, 30.4866499 ], [ 120.0704863, 30.486454 ], [ 120.0705337, 30.4863152 ], [ 120.0704105, 30.4863316 ], [ 120.0702684, 30.4864377 ], [ 120.0700505, 30.4864377 ], [ 120.0699937, 30.4865112 ], [ 120.0700884, 30.4867642 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0713578, 30.4868214 ], [ 120.0717083, 30.4867642 ], [ 120.0717557, 30.4867071 ], [ 120.0717557, 30.4865846 ], [ 120.0717272, 30.4864948 ], [ 120.0716136, 30.4864867 ], [ 120.0714525, 30.4865112 ], [ 120.0713389, 30.4865765 ], [ 120.0712915, 30.4866907 ], [ 120.0713578, 30.4868214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0613214, 30.4835606 ], [ 120.0620753, 30.4834338 ], [ 120.0618822, 30.4822453 ], [ 120.0607881, 30.4824038 ], [ 120.0613214, 30.4835606 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.064052, 30.4835051 ], [ 120.0645576, 30.48341 ], [ 120.0644105, 30.4830931 ], [ 120.0639968, 30.4832595 ], [ 120.064052, 30.4835051 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0634911, 30.4835685 ], [ 120.0638865, 30.4834972 ], [ 120.0638405, 30.4831802 ], [ 120.0633992, 30.4832516 ], [ 120.0634911, 30.4835685 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0623235, 30.4841389 ], [ 120.0628844, 30.4840597 ], [ 120.0626637, 30.4832516 ], [ 120.0621764, 30.48341 ], [ 120.0623235, 30.4841389 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0619182, 30.4849802 ], [ 120.061976, 30.4853701 ], [ 120.0620434, 30.4857434 ], [ 120.0620722, 30.4860669 ], [ 120.0626691, 30.4860089 ], [ 120.0626691, 30.4857351 ], [ 120.0624669, 30.4850217 ], [ 120.062284, 30.4843248 ], [ 120.0616872, 30.4844078 ], [ 120.0619182, 30.4849802 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0621781, 30.4867306 ], [ 120.062361, 30.4876597 ], [ 120.0629964, 30.487585 ], [ 120.0629867, 30.4871951 ], [ 120.0629675, 30.4869545 ], [ 120.0629771, 30.4866974 ], [ 120.0629867, 30.4864734 ], [ 120.0626017, 30.4861001 ], [ 120.0621107, 30.4861665 ], [ 120.0621781, 30.4867306 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0623803, 30.4893685 ], [ 120.0628809, 30.4892855 ], [ 120.0631215, 30.4891611 ], [ 120.0630445, 30.4886219 ], [ 120.0630252, 30.4878587 ], [ 120.063006, 30.4877094 ], [ 120.062361, 30.4877841 ], [ 120.0623418, 30.4880164 ], [ 120.0623033, 30.4890367 ], [ 120.0623803, 30.4893685 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.062438, 30.4902229 ], [ 120.0625247, 30.4909612 ], [ 120.0630926, 30.4908699 ], [ 120.0629579, 30.4901068 ], [ 120.0628231, 30.48941 ], [ 120.0623899, 30.4894846 ], [ 120.062438, 30.4902229 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0625728, 30.4914755 ], [ 120.0631889, 30.4913842 ], [ 120.0631119, 30.4909446 ], [ 120.0625343, 30.491069 ], [ 120.0625728, 30.4914755 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0626443, 30.4918591 ], [ 120.0626997, 30.4921694 ], [ 120.0628174, 30.4925154 ], [ 120.0632467, 30.4925154 ], [ 120.0632051, 30.4919307 ], [ 120.0633159, 30.4918472 ], [ 120.0632467, 30.4914713 ], [ 120.0625958, 30.4916026 ], [ 120.0626443, 30.4918591 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0670666, 30.4872703 ], [ 120.0671708, 30.4875724 ], [ 120.0672655, 30.4875805 ], [ 120.0671897, 30.4873601 ], [ 120.0671897, 30.4872295 ], [ 120.067275, 30.4871561 ], [ 120.0673981, 30.4871152 ], [ 120.0675686, 30.4870744 ], [ 120.0676349, 30.4869846 ], [ 120.0677297, 30.4869601 ], [ 120.0679191, 30.4869275 ], [ 120.0679854, 30.4869846 ], [ 120.0681938, 30.486454 ], [ 120.0680044, 30.4863724 ], [ 120.0678907, 30.4865112 ], [ 120.0678055, 30.4865112 ], [ 120.067796, 30.4864295 ], [ 120.0678433, 30.4863071 ], [ 120.0680044, 30.4862989 ], [ 120.0679475, 30.4862009 ], [ 120.067957, 30.4860377 ], [ 120.0679854, 30.4858499 ], [ 120.067597, 30.485956 ], [ 120.0673981, 30.4859316 ], [ 120.0675592, 30.486005 ], [ 120.067616, 30.486152 ], [ 120.0676728, 30.4863561 ], [ 120.0676823, 30.4865683 ], [ 120.0675876, 30.4866663 ], [ 120.0674455, 30.486805 ], [ 120.067436, 30.4869438 ], [ 120.0670571, 30.4871724 ], [ 120.0670666, 30.4872703 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0704105, 30.4872622 ], [ 120.0705621, 30.4874418 ], [ 120.0709884, 30.4872458 ], [ 120.0710452, 30.487205 ], [ 120.0710452, 30.4871397 ], [ 120.0709694, 30.4870418 ], [ 120.0708084, 30.4870418 ], [ 120.0705337, 30.4871152 ], [ 120.07042, 30.4870907 ], [ 120.0703253, 30.4871316 ], [ 120.0704105, 30.4872622 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0713753, 30.4886253 ], [ 120.0715138, 30.4886015 ], [ 120.0715622, 30.4885478 ], [ 120.071583, 30.4884702 ], [ 120.0713545, 30.4885478 ], [ 120.0713753, 30.4886253 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0718738, 30.4888461 ], [ 120.0720954, 30.4888521 ], [ 120.0721646, 30.4888879 ], [ 120.0722685, 30.4889416 ], [ 120.0725108, 30.4889535 ], [ 120.0726354, 30.4888521 ], [ 120.0729124, 30.4887984 ], [ 120.0731063, 30.488679 ], [ 120.0731963, 30.4885657 ], [ 120.0731893, 30.4884583 ], [ 120.0730924, 30.4883747 ], [ 120.0729055, 30.4882972 ], [ 120.0726908, 30.4883031 ], [ 120.0724623, 30.4883747 ], [ 120.0719569, 30.4883867 ], [ 120.0718807, 30.4884463 ], [ 120.07186, 30.4885597 ], [ 120.0718253, 30.4886731 ], [ 120.0718738, 30.4888461 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699144, 30.4891504 ], [ 120.0700321, 30.4891205 ], [ 120.0699836, 30.4889893 ], [ 120.0698797, 30.4890191 ], [ 120.0699144, 30.4891504 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0697136, 30.4891981 ], [ 120.0698243, 30.4891504 ], [ 120.0697759, 30.4890549 ], [ 120.0696789, 30.4890907 ], [ 120.0697136, 30.4891981 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0703644, 30.4892936 ], [ 120.0703229, 30.4891742 ], [ 120.070219, 30.4892041 ], [ 120.0702052, 30.4893413 ], [ 120.0703644, 30.4892936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.070129, 30.4893353 ], [ 120.0700944, 30.4892041 ], [ 120.069852, 30.4892339 ], [ 120.0698382, 30.489395 ], [ 120.070129, 30.4893353 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0695405, 30.4894248 ], [ 120.0696651, 30.4894308 ], [ 120.0697649, 30.4893354 ], [ 120.069672, 30.4892458 ], [ 120.0696097, 30.4892578 ], [ 120.0695128, 30.4893234 ], [ 120.0695405, 30.4894248 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0692566, 30.4895084 ], [ 120.0694505, 30.4894905 ], [ 120.0694712, 30.4894248 ], [ 120.0693881, 30.4892637 ], [ 120.0692427, 30.4892876 ], [ 120.0691943, 30.4893711 ], [ 120.0692566, 30.4895084 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0701221, 30.4894905 ], [ 120.0701221, 30.4894308 ], [ 120.0697343, 30.4894487 ], [ 120.0696582, 30.4895143 ], [ 120.0701221, 30.4894905 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0702398, 30.4896217 ], [ 120.0703229, 30.4896396 ], [ 120.0703436, 30.4895382 ], [ 120.0704129, 30.4895263 ], [ 120.0703921, 30.4894069 ], [ 120.0702259, 30.4894308 ], [ 120.0702398, 30.4896217 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699974, 30.4896277 ], [ 120.0699767, 30.4895442 ], [ 120.0699074, 30.4895561 ], [ 120.0699005, 30.4896516 ], [ 120.0699974, 30.4896277 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0698105, 30.4898007 ], [ 120.0699282, 30.4897828 ], [ 120.0699144, 30.4897112 ], [ 120.0698036, 30.4897232 ], [ 120.0698105, 30.4898007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0700528, 30.4899022 ], [ 120.0703021, 30.4898365 ], [ 120.0703021, 30.4897649 ], [ 120.0701498, 30.4897411 ], [ 120.0701359, 30.4896933 ], [ 120.0700528, 30.4896933 ], [ 120.0700528, 30.4899022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0693674, 30.4899976 ], [ 120.0697413, 30.4899499 ], [ 120.0697482, 30.4898425 ], [ 120.0697413, 30.4897112 ], [ 120.0693189, 30.489747 ], [ 120.0693674, 30.4899976 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0698243, 30.489926 ], [ 120.0700044, 30.4899141 ], [ 120.0699767, 30.4898485 ], [ 120.0698036, 30.4898723 ], [ 120.0698243, 30.489926 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699213, 30.4901826 ], [ 120.0704544, 30.4900513 ], [ 120.0703644, 30.4899797 ], [ 120.0702675, 30.4899201 ], [ 120.0701428, 30.4899678 ], [ 120.069859, 30.4900155 ], [ 120.0698451, 30.4900871 ], [ 120.0699213, 30.4901826 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0691597, 30.4903019 ], [ 120.0693051, 30.4902482 ], [ 120.0692358, 30.4901348 ], [ 120.0691527, 30.4901289 ], [ 120.0691597, 30.4903019 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0702536, 30.4902661 ], [ 120.0703852, 30.4902601 ], [ 120.0704336, 30.4903675 ], [ 120.0706552, 30.4903138 ], [ 120.0706483, 30.4902184 ], [ 120.070496, 30.4902363 ], [ 120.0704752, 30.4901527 ], [ 120.0702259, 30.4901826 ], [ 120.0702536, 30.4902661 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0694435, 30.4904511 ], [ 120.069769, 30.4903616 ], [ 120.0698382, 30.49029 ], [ 120.0698313, 30.4902064 ], [ 120.0697482, 30.490111 ], [ 120.0693743, 30.4901289 ], [ 120.0693674, 30.4903079 ], [ 120.0694435, 30.4904511 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699559, 30.4903795 ], [ 120.0701359, 30.49029 ], [ 120.070129, 30.4902005 ], [ 120.0699351, 30.4902542 ], [ 120.0699559, 30.4903795 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0690212, 30.4906062 ], [ 120.069125, 30.4905764 ], [ 120.0690973, 30.4901527 ], [ 120.0689935, 30.4901587 ], [ 120.0689796, 30.4904809 ], [ 120.0690212, 30.4906062 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0686057, 30.4905883 ], [ 120.0686404, 30.4906659 ], [ 120.0687511, 30.490642 ], [ 120.0688065, 30.4905644 ], [ 120.068765, 30.4902422 ], [ 120.0686888, 30.4901885 ], [ 120.0685919, 30.4902064 ], [ 120.0686057, 30.4905883 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0683357, 30.4906539 ], [ 120.0684188, 30.4906062 ], [ 120.0684049, 30.4902184 ], [ 120.0682803, 30.4902303 ], [ 120.0683357, 30.4906539 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0700321, 30.4906062 ], [ 120.0699628, 30.4904809 ], [ 120.069859, 30.4904988 ], [ 120.0697551, 30.4904988 ], [ 120.0697343, 30.4906301 ], [ 120.0700321, 30.4906062 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0696997, 30.4909105 ], [ 120.0698728, 30.4909224 ], [ 120.0701498, 30.4909343 ], [ 120.0702052, 30.4908031 ], [ 120.0701013, 30.4907613 ], [ 120.0698867, 30.4908031 ], [ 120.0698036, 30.4906957 ], [ 120.0696997, 30.4907315 ], [ 120.069672, 30.4907971 ], [ 120.0696997, 30.4909105 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.070399, 30.4914057 ], [ 120.0704821, 30.4909642 ], [ 120.0705029, 30.4908448 ], [ 120.0706067, 30.4906539 ], [ 120.070579, 30.4906122 ], [ 120.0703921, 30.4906241 ], [ 120.0702882, 30.4906718 ], [ 120.0702813, 30.4907792 ], [ 120.0702329, 30.4908985 ], [ 120.0701913, 30.491 ], [ 120.0701151, 30.4910716 ], [ 120.0701221, 30.491167 ], [ 120.0701082, 30.4912386 ], [ 120.0700944, 30.491346 ], [ 120.070399, 30.4914057 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0705029, 30.4915668 ], [ 120.0705721, 30.4916801 ], [ 120.0707037, 30.4917577 ], [ 120.0708145, 30.4918054 ], [ 120.0708491, 30.4919128 ], [ 120.0709252, 30.4919546 ], [ 120.0710499, 30.4919128 ], [ 120.0711883, 30.4919188 ], [ 120.0713337, 30.4919844 ], [ 120.0714099, 30.4920858 ], [ 120.0716661, 30.492593 ], [ 120.0718253, 30.4932254 ], [ 120.0719777, 30.4937564 ], [ 120.0720608, 30.4938817 ], [ 120.0722408, 30.4939354 ], [ 120.0726354, 30.4940308 ], [ 120.0727393, 30.4941382 ], [ 120.0729124, 30.4944962 ], [ 120.0729055, 30.4946275 ], [ 120.0730924, 30.4947468 ], [ 120.0733071, 30.4948005 ], [ 120.0734694, 30.4949009 ], [ 120.073547, 30.4948887 ], [ 120.0734109, 30.4947527 ], [ 120.0731478, 30.4945559 ], [ 120.073037, 30.4944127 ], [ 120.0729609, 30.4942337 ], [ 120.0727601, 30.4939652 ], [ 120.0726077, 30.4938698 ], [ 120.0724208, 30.493828 ], [ 120.0721854, 30.4937743 ], [ 120.0720815, 30.4936788 ], [ 120.07204, 30.4935774 ], [ 120.0717492, 30.4926347 ], [ 120.0716453, 30.4922768 ], [ 120.0715415, 30.492056 ], [ 120.0714445, 30.4919427 ], [ 120.0712784, 30.491877 ], [ 120.0709737, 30.4918174 ], [ 120.0707244, 30.4916861 ], [ 120.0706137, 30.4915847 ], [ 120.0705998, 30.4914534 ], [ 120.0706206, 30.4911491 ], [ 120.0707037, 30.4909224 ], [ 120.070856, 30.4904212 ], [ 120.070946, 30.4902661 ], [ 120.0709599, 30.4896933 ], [ 120.0709945, 30.4895263 ], [ 120.0710776, 30.4894129 ], [ 120.0712368, 30.4893234 ], [ 120.0714584, 30.489222 ], [ 120.0716592, 30.4891384 ], [ 120.0717561, 30.4890251 ], [ 120.0717838, 30.4888879 ], [ 120.0717492, 30.4886611 ], [ 120.0717423, 30.4885597 ], [ 120.0717492, 30.4884583 ], [ 120.0718461, 30.4883389 ], [ 120.07195, 30.4882375 ], [ 120.0719084, 30.4881898 ], [ 120.0717907, 30.4883151 ], [ 120.0716661, 30.4885 ], [ 120.0716522, 30.4886373 ], [ 120.0716938, 30.4887924 ], [ 120.0716592, 30.4889833 ], [ 120.0715969, 30.4890669 ], [ 120.0712091, 30.4892518 ], [ 120.0709668, 30.489389 ], [ 120.070856, 30.4895203 ], [ 120.0708283, 30.4896695 ], [ 120.0708906, 30.4898186 ], [ 120.0708283, 30.4902959 ], [ 120.0707383, 30.4903735 ], [ 120.0707175, 30.4905167 ], [ 120.0705721, 30.4909164 ], [ 120.0705721, 30.4911074 ], [ 120.0705029, 30.4913818 ], [ 120.0705029, 30.4915668 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0643891, 30.4919546 ], [ 120.0646661, 30.4919844 ], [ 120.0648807, 30.4919964 ], [ 120.0650676, 30.4919964 ], [ 120.065213, 30.4919486 ], [ 120.0650261, 30.4912506 ], [ 120.0642991, 30.4913759 ], [ 120.0643891, 30.4919546 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0696651, 30.4921216 ], [ 120.0698174, 30.4921336 ], [ 120.0697274, 30.4919904 ], [ 120.0698936, 30.4919248 ], [ 120.0699005, 30.4918532 ], [ 120.0696997, 30.491877 ], [ 120.0696097, 30.4919128 ], [ 120.0695889, 30.4919785 ], [ 120.0696651, 30.4921216 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0684811, 30.4934641 ], [ 120.0684811, 30.4930464 ], [ 120.0685019, 30.4929092 ], [ 120.0686473, 30.4928734 ], [ 120.0686404, 30.4927421 ], [ 120.068675, 30.4926288 ], [ 120.0686196, 30.492581 ], [ 120.068488, 30.4926109 ], [ 120.0684188, 30.4926825 ], [ 120.0683842, 30.492766 ], [ 120.0682872, 30.4928018 ], [ 120.0682803, 30.4928853 ], [ 120.0682872, 30.4929868 ], [ 120.068218, 30.4930226 ], [ 120.0682526, 30.4933567 ], [ 120.0682111, 30.4934641 ], [ 120.0684811, 30.4934641 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0646384, 30.4932314 ], [ 120.0647353, 30.4932194 ], [ 120.0647491, 30.4931061 ], [ 120.0647145, 30.4928495 ], [ 120.0645691, 30.4928436 ], [ 120.0646384, 30.4932314 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0664386, 30.493291 ], [ 120.0665978, 30.493297 ], [ 120.0666671, 30.4932314 ], [ 120.0666809, 30.493112 ], [ 120.0666463, 30.4929987 ], [ 120.0665286, 30.4929748 ], [ 120.0664109, 30.4930464 ], [ 120.0663139, 30.4931777 ], [ 120.0662447, 30.4934044 ], [ 120.0664386, 30.493291 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0678441, 30.4935058 ], [ 120.0681557, 30.49347 ], [ 120.0681695, 30.4933805 ], [ 120.0680657, 30.4930464 ], [ 120.0677887, 30.4930822 ], [ 120.0678441, 30.4935058 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0649569, 30.4923961 ], [ 120.0648945, 30.4924856 ], [ 120.0649776, 30.4924677 ], [ 120.0651438, 30.4925035 ], [ 120.0654208, 30.4924379 ], [ 120.0657462, 30.492408 ], [ 120.0659816, 30.4924558 ], [ 120.0661408, 30.4926168 ], [ 120.0660647, 30.492766 ], [ 120.0656285, 30.4934223 ], [ 120.0655246, 30.493828 ], [ 120.0654485, 30.4942456 ], [ 120.0654069, 30.4946036 ], [ 120.0654138, 30.4948184 ], [ 120.0654761, 30.4947229 ], [ 120.0654831, 30.4944783 ], [ 120.0656423, 30.4937206 ], [ 120.0656977, 30.4934939 ], [ 120.0658847, 30.4932314 ], [ 120.0660508, 30.4928973 ], [ 120.0663624, 30.4926228 ], [ 120.0665009, 30.4926407 ], [ 120.0667917, 30.4928316 ], [ 120.0670409, 30.4929032 ], [ 120.0670963, 30.4929868 ], [ 120.0669648, 30.4937087 ], [ 120.0669717, 30.4937982 ], [ 120.0670409, 30.4938817 ], [ 120.0674356, 30.4940129 ], [ 120.0680449, 30.4942934 ], [ 120.0681141, 30.4942635 ], [ 120.0680588, 30.4940786 ], [ 120.0679064, 30.494007 ], [ 120.0674702, 30.4938936 ], [ 120.0671102, 30.4937683 ], [ 120.0670686, 30.4936788 ], [ 120.0670756, 30.4934641 ], [ 120.0671725, 30.4928913 ], [ 120.0672417, 30.4927958 ], [ 120.0674425, 30.4927839 ], [ 120.0676918, 30.4927063 ], [ 120.0681418, 30.4925095 ], [ 120.0682249, 30.4925631 ], [ 120.0683496, 30.4925751 ], [ 120.0683911, 30.4924319 ], [ 120.0684742, 30.4923305 ], [ 120.0688135, 30.492235 ], [ 120.0690419, 30.4922589 ], [ 120.0691458, 30.4923484 ], [ 120.0693051, 30.4923185 ], [ 120.0698797, 30.4923126 ], [ 120.0699767, 30.4923961 ], [ 120.0699697, 30.4925333 ], [ 120.069859, 30.4926049 ], [ 120.0696512, 30.4926407 ], [ 120.0694851, 30.4927183 ], [ 120.0693466, 30.4928495 ], [ 120.0691527, 30.4933805 ], [ 120.0691666, 30.4935297 ], [ 120.0692497, 30.4935535 ], [ 120.0692843, 30.4934999 ], [ 120.0692774, 30.4933567 ], [ 120.0694366, 30.4928853 ], [ 120.0695612, 30.4928078 ], [ 120.0697828, 30.4927004 ], [ 120.0698867, 30.4926825 ], [ 120.069852, 30.4928257 ], [ 120.0698243, 30.4933268 ], [ 120.069859, 30.4937445 ], [ 120.0698797, 30.4938399 ], [ 120.0698243, 30.4940308 ], [ 120.069852, 30.4942397 ], [ 120.0699697, 30.4942934 ], [ 120.0699559, 30.4940726 ], [ 120.0699697, 30.4938698 ], [ 120.069949, 30.4932015 ], [ 120.069942, 30.4929569 ], [ 120.0700459, 30.4924975 ], [ 120.0700598, 30.4923484 ], [ 120.0704544, 30.492235 ], [ 120.0706691, 30.4920918 ], [ 120.0708075, 30.4920262 ], [ 120.0709252, 30.4919546 ], [ 120.0708491, 30.4919128 ], [ 120.0707037, 30.4920321 ], [ 120.0704544, 30.4920978 ], [ 120.070309, 30.4921753 ], [ 120.0701428, 30.492241 ], [ 120.0699697, 30.4922529 ], [ 120.0697966, 30.4922052 ], [ 120.0695197, 30.4921694 ], [ 120.0692497, 30.4921216 ], [ 120.0688204, 30.4921813 ], [ 120.0685711, 30.4921634 ], [ 120.0683288, 30.4923066 ], [ 120.0681626, 30.4924438 ], [ 120.0679964, 30.4925154 ], [ 120.0677472, 30.4926049 ], [ 120.0672556, 30.4927302 ], [ 120.0670686, 30.49276 ], [ 120.0667363, 30.4926705 ], [ 120.0663347, 30.4923722 ], [ 120.0661616, 30.4923006 ], [ 120.0658916, 30.4923006 ], [ 120.0657185, 30.4922171 ], [ 120.0655731, 30.4921813 ], [ 120.0648945, 30.4922827 ], [ 120.0649569, 30.4923961 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0676918, 30.4937683 ], [ 120.0677749, 30.4937146 ], [ 120.0676987, 30.4933149 ], [ 120.0675672, 30.4933089 ], [ 120.0675256, 30.4932552 ], [ 120.0674425, 30.4932433 ], [ 120.0674356, 30.4937445 ], [ 120.0676918, 30.4937683 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0684257, 30.4940666 ], [ 120.0684534, 30.494007 ], [ 120.0684049, 30.4938877 ], [ 120.0684049, 30.4937862 ], [ 120.0684188, 30.4936132 ], [ 120.0679203, 30.4936311 ], [ 120.0678718, 30.4938936 ], [ 120.0684257, 30.4940666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0699559, 30.4947945 ], [ 120.0699559, 30.4947468 ], [ 120.069859, 30.4945917 ], [ 120.0699005, 30.4947527 ], [ 120.0697413, 30.4947647 ], [ 120.0694297, 30.4947408 ], [ 120.0692774, 30.4946573 ], [ 120.0692081, 30.4945976 ], [ 120.0692289, 30.4941024 ], [ 120.0693604, 30.4939175 ], [ 120.0693812, 30.4937982 ], [ 120.0692981, 30.4936669 ], [ 120.0691666, 30.4937504 ], [ 120.0690835, 30.4937445 ], [ 120.0690489, 30.4936788 ], [ 120.0687858, 30.4936788 ], [ 120.0687581, 30.4938817 ], [ 120.0689866, 30.4938996 ], [ 120.069132, 30.4939115 ], [ 120.0691666, 30.4939652 ], [ 120.069132, 30.4940308 ], [ 120.0690558, 30.4940607 ], [ 120.0689658, 30.4940368 ], [ 120.068765, 30.4940189 ], [ 120.0687373, 30.4945201 ], [ 120.0690212, 30.4945499 ], [ 120.0690558, 30.4946334 ], [ 120.0690558, 30.4947289 ], [ 120.0690212, 30.4948005 ], [ 120.0689035, 30.4948661 ], [ 120.0685088, 30.4949317 ], [ 120.068488, 30.4950033 ], [ 120.0699559, 30.4947945 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0733001, 30.4945797 ], [ 120.0737502, 30.4945022 ], [ 120.073854, 30.4944306 ], [ 120.0741725, 30.4943769 ], [ 120.0742487, 30.494353 ], [ 120.0742141, 30.4942456 ], [ 120.0738471, 30.4942934 ], [ 120.0732447, 30.4944186 ], [ 120.0733001, 30.4945797 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0639044, 30.4924975 ], [ 120.064306, 30.4924856 ], [ 120.0643476, 30.4923722 ], [ 120.064306, 30.4920441 ], [ 120.0638906, 30.4920381 ], [ 120.0639044, 30.4924975 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0633436, 30.4925154 ], [ 120.0638144, 30.4925035 ], [ 120.0637936, 30.4920321 ], [ 120.0633505, 30.4920858 ], [ 120.0632882, 30.4921336 ], [ 120.0633436, 30.4925154 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0633644, 30.4932254 ], [ 120.0638698, 30.4932373 ], [ 120.0638075, 30.492587 ], [ 120.0633228, 30.4926049 ], [ 120.0633644, 30.4932254 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0630112, 30.4932731 ], [ 120.0632605, 30.4932493 ], [ 120.063219, 30.4925989 ], [ 120.0628312, 30.4926168 ], [ 120.0630112, 30.4932731 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0631359, 30.4937862 ], [ 120.0639252, 30.4937624 ], [ 120.0638837, 30.4933209 ], [ 120.0630389, 30.4933388 ], [ 120.0631359, 30.4937862 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0632051, 30.4942635 ], [ 120.0639737, 30.4942397 ], [ 120.063939, 30.4938459 ], [ 120.063122, 30.4938877 ], [ 120.0632051, 30.4942635 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0632882, 30.4946394 ], [ 120.0634267, 30.4949795 ], [ 120.0636205, 30.4949854 ], [ 120.0639875, 30.4949377 ], [ 120.0639667, 30.4947289 ], [ 120.0639875, 30.4944127 ], [ 120.0639875, 30.4943172 ], [ 120.0633297, 30.4943172 ], [ 120.0632605, 30.4943828 ], [ 120.0632882, 30.4946394 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.064216, 30.4963755 ], [ 120.0647907, 30.4961727 ], [ 120.0647076, 30.4957909 ], [ 120.0641052, 30.4959161 ], [ 120.064216, 30.4963755 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0640014, 30.4969542 ], [ 120.0642783, 30.4969184 ], [ 120.0640152, 30.495946 ], [ 120.0637867, 30.4959877 ], [ 120.0640014, 30.4969542 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0645068, 30.4987738 ], [ 120.0647838, 30.4986665 ], [ 120.0643268, 30.4969721 ], [ 120.0640221, 30.4970497 ], [ 120.0645068, 30.4987738 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0573242, 30.4801715 ], [ 120.0580681, 30.4809509 ], [ 120.0587549, 30.4818093 ], [ 120.0597021, 30.4833129 ], [ 120.0601115, 30.4839823 ], [ 120.0604934, 30.4844991 ], [ 120.0608164, 30.4856465 ], [ 120.0609709, 30.4866829 ], [ 120.0611382, 30.4876056 ], [ 120.0612498, 30.4914332 ], [ 120.061292855293985, 30.492042111065654 ], [ 120.06401, 30.499846 ], [ 120.064249256346898, 30.499829839755979 ], [ 120.0642481, 30.4995961 ], [ 120.0640769, 30.498952 ], [ 120.0638838, 30.4988972 ], [ 120.0632862, 30.4974793 ], [ 120.0626145, 30.4949157 ], [ 120.0624096, 30.4931777 ], [ 120.0620974, 30.4919158 ], [ 120.0617948, 30.4891773 ], [ 120.0617627, 30.4882898 ], [ 120.0614601, 30.4854431 ], [ 120.0609462, 30.4838907 ], [ 120.0604664, 30.4828475 ], [ 120.0596531, 30.4817723 ], [ 120.0588684, 30.4807447 ], [ 120.0581301, 30.4801461 ], [ 120.057315, 30.479438 ], [ 120.0569854, 30.4791756 ], [ 120.056727623729685, 30.478930347084692 ], [ 120.057089711701281, 30.479970296966094 ], [ 120.0573242, 30.4801715 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0769031, 30.4955878 ], [ 120.0779047, 30.4951803 ], [ 120.0776684, 30.49482 ], [ 120.0775885, 30.4947117 ], [ 120.0766289, 30.4951842 ], [ 120.0769031, 30.4955878 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0747057, 30.4951584 ], [ 120.074678, 30.4952241 ], [ 120.0747472, 30.4953971 ], [ 120.0746641, 30.4954389 ], [ 120.0748788, 30.4958087 ], [ 120.0752665, 30.4956357 ], [ 120.0751627, 30.4953673 ], [ 120.0750657, 30.4953136 ], [ 120.0748926, 30.494878 ], [ 120.0746364, 30.4949854 ], [ 120.0747057, 30.4951584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0743595, 30.4960116 ], [ 120.0748026, 30.4958266 ], [ 120.0745118, 30.4952897 ], [ 120.0744356, 30.4952957 ], [ 120.0743456, 30.4953434 ], [ 120.0742695, 30.4953911 ], [ 120.0740687, 30.4953911 ], [ 120.0740202, 30.4954389 ], [ 120.0743595, 30.4960116 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0757944, 30.496139 ], [ 120.0768445, 30.4956814 ], [ 120.0765186, 30.4952238 ], [ 120.0754444, 30.495671 ], [ 120.0757944, 30.496139 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0750449, 30.4964889 ], [ 120.0756889, 30.4962264 ], [ 120.0754812, 30.4958803 ], [ 120.0753773, 30.4958266 ], [ 120.0753011, 30.4956894 ], [ 120.0747265, 30.4959579 ], [ 120.0750449, 30.4964889 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0746295, 30.4966559 ], [ 120.0749688, 30.4965068 ], [ 120.0746503, 30.4959818 ], [ 120.0743041, 30.4961369 ], [ 120.0746295, 30.4966559 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0760281, 30.4963159 ], [ 120.0763536, 30.4970139 ], [ 120.0768175, 30.4962622 ], [ 120.0766305, 30.495934 ], [ 120.0760835, 30.4961906 ], [ 120.0760281, 30.4962502 ], [ 120.0760281, 30.4963159 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0742072, 30.4968647 ], [ 120.0745603, 30.4967037 ], [ 120.0742279, 30.4961607 ], [ 120.0738748, 30.4963278 ], [ 120.0742072, 30.4968647 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0755365, 30.4974255 ], [ 120.0762428, 30.4972585 ], [ 120.076312, 30.4971392 ], [ 120.0758412, 30.4963039 ], [ 120.075128, 30.4966142 ], [ 120.0755365, 30.4974255 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0766721, 30.4975329 ], [ 120.0771212, 30.4973645 ], [ 120.077316, 30.4972227 ], [ 120.0772814, 30.4970616 ], [ 120.077129, 30.4968588 ], [ 120.077129, 30.4967037 ], [ 120.0768313, 30.4967991 ], [ 120.0765474, 30.4973003 ], [ 120.0766721, 30.4975329 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0937424, 30.4952431 ], [ 120.0936896, 30.4954479 ], [ 120.0937776, 30.4955086 ], [ 120.0939097, 30.4952127 ], [ 120.0937952, 30.4951368 ], [ 120.0938216, 30.4950458 ], [ 120.0936984, 30.4949927 ], [ 120.0936279, 30.4951748 ], [ 120.0937424, 30.4952431 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0930565, 30.4957826 ], [ 120.0936405, 30.4955849 ], [ 120.093578, 30.495504 ], [ 120.0934528, 30.4953962 ], [ 120.0933902, 30.4952883 ], [ 120.0932234, 30.4951895 ], [ 120.0930148, 30.4950906 ], [ 120.0928062, 30.4951446 ], [ 120.0930565, 30.4957826 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0925976, 30.4959533 ], [ 120.0929627, 30.4958185 ], [ 120.0927019, 30.4951625 ], [ 120.0923265, 30.4952883 ], [ 120.0925976, 30.4959533 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0920449, 30.4958994 ], [ 120.0919823, 30.4960162 ], [ 120.0920553, 30.49616 ], [ 120.0924829, 30.4959983 ], [ 120.0922013, 30.4953243 ], [ 120.091805, 30.4954411 ], [ 120.0920449, 30.4958994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0935363, 30.4964386 ], [ 120.0941411, 30.4962589 ], [ 120.0941307, 30.4956837 ], [ 120.0938387, 30.4955939 ], [ 120.0933277, 30.4957826 ], [ 120.0935363, 30.4964386 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0928584, 30.4966273 ], [ 120.0934737, 30.4964566 ], [ 120.0932234, 30.4958275 ], [ 120.0926081, 30.4960252 ], [ 120.0928584, 30.4966273 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0922118, 30.4966363 ], [ 120.0924308, 30.4967172 ], [ 120.0927332, 30.4966453 ], [ 120.0924933, 30.4960971 ], [ 120.0920866, 30.4962229 ], [ 120.0920553, 30.4963397 ], [ 120.0922118, 30.4966363 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0939847, 30.4969238 ], [ 120.0940056, 30.4970586 ], [ 120.0944644, 30.4970047 ], [ 120.0945062, 30.4963667 ], [ 120.0941307, 30.4963937 ], [ 120.0938596, 30.4964745 ], [ 120.0939847, 30.4969238 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0930252, 30.4971845 ], [ 120.0938596, 30.4970946 ], [ 120.09387, 30.4969868 ], [ 120.093724, 30.4965015 ], [ 120.0928792, 30.4967621 ], [ 120.0930252, 30.4971845 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0891396, 30.4970923 ], [ 120.0894317, 30.4969664 ], [ 120.0910474, 30.496699 ], [ 120.091376, 30.4966833 ], [ 120.0919601, 30.4968406 ], [ 120.0919875, 30.4969822 ], [ 120.0920606, 30.497163 ], [ 120.092161, 30.4971788 ], [ 120.0923709, 30.4972338 ], [ 120.0924622, 30.4973597 ], [ 120.09259, 30.4973597 ], [ 120.0925352, 30.4970844 ], [ 120.09238, 30.4968799 ], [ 120.0918506, 30.4966204 ], [ 120.0916407, 30.4965574 ], [ 120.0914625, 30.4965473 ], [ 120.0913358, 30.4965473 ], [ 120.0912847, 30.4966046 ], [ 120.089523, 30.4968799 ], [ 120.0890442, 30.4970086 ], [ 120.0891396, 30.4970923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0747126, 30.4976522 ], [ 120.0753981, 30.4974733 ], [ 120.0753911, 30.4974017 ], [ 120.0750242, 30.4966858 ], [ 120.0748511, 30.4967573 ], [ 120.0743249, 30.496996 ], [ 120.0747126, 30.4976522 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.076725, 30.4978693 ], [ 120.0770643, 30.4977977 ], [ 120.0770989, 30.4976307 ], [ 120.0770228, 30.4975651 ], [ 120.0766973, 30.4977142 ], [ 120.076725, 30.4978693 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0762774, 30.4979744 ], [ 120.0764366, 30.4979386 ], [ 120.076499, 30.4979684 ], [ 120.0766097, 30.4979147 ], [ 120.0765821, 30.4976642 ], [ 120.0764574, 30.4974613 ], [ 120.0762566, 30.4977954 ], [ 120.0762774, 30.4979744 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0757096, 30.4981295 ], [ 120.0758273, 30.4980281 ], [ 120.0760489, 30.4981355 ], [ 120.0759104, 30.4983801 ], [ 120.0759312, 30.4984696 ], [ 120.0762289, 30.4984159 ], [ 120.0762843, 30.4983562 ], [ 120.0762012, 30.4980162 ], [ 120.076042, 30.4974613 ], [ 120.0754327, 30.4976105 ], [ 120.0757096, 30.4981295 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0751973, 30.4984994 ], [ 120.0754812, 30.4985054 ], [ 120.0756404, 30.4982369 ], [ 120.0753011, 30.4976701 ], [ 120.0748995, 30.4977835 ], [ 120.0748165, 30.4978253 ], [ 120.0751973, 30.4984994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0827253, 30.4984778 ], [ 120.0822327, 30.4984288 ], [ 120.0819296, 30.4985186 ], [ 120.0817591, 30.4985512 ], [ 120.081745841511733, 30.498648056745857 ], [ 120.082867302295, 30.49857230920497 ], [ 120.0827253, 30.4984778 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0711745, 30.4981057 ], [ 120.0712022, 30.4982667 ], [ 120.0712853, 30.4984755 ], [ 120.0714445, 30.4989588 ], [ 120.0716107, 30.4991378 ], [ 120.0716661, 30.4992511 ], [ 120.07172714913753, 30.499324755674245 ], [ 120.071848951882671, 30.499316528673749 ], [ 120.07177, 30.4990244 ], [ 120.0717146, 30.4988216 ], [ 120.0715899, 30.4987082 ], [ 120.0714445, 30.4985829 ], [ 120.0714168, 30.4983682 ], [ 120.0714099, 30.4982667 ], [ 120.0711468, 30.4979386 ], [ 120.0710845, 30.4979446 ], [ 120.0711745, 30.4981057 ] ] ], [ [ [ 120.0811795, 30.4986605 ], [ 120.0810549, 30.4986545 ], [ 120.0809372, 30.4984517 ], [ 120.0807018, 30.4980281 ], [ 120.0804387, 30.4979983 ], [ 120.0803556, 30.4980341 ], [ 120.0803209, 30.4981832 ], [ 120.0803417, 30.4986605 ], [ 120.080379877684621, 30.498740318911768 ], [ 120.081303508359994, 30.498677933536019 ], [ 120.0811795, 30.4986605 ] ] ], [ [ [ 120.0789639, 30.4988156 ], [ 120.078890405991942, 30.498840923248206 ], [ 120.079044603938812, 30.49883050815794 ], [ 120.0789639, 30.4988156 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0940056, 30.4976967 ], [ 120.0946313, 30.4977326 ], [ 120.0945479, 30.4973911 ], [ 120.0944749, 30.4970766 ], [ 120.0939638, 30.4971575 ], [ 120.0940056, 30.4976967 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.0928912, 30.4975091 ], [ 120.0930829, 30.4975248 ], [ 120.0931468, 30.4976979 ], [ 120.0939135, 30.4976979 ], [ 120.093877, 30.4971552 ], [ 120.0930098, 30.4972732 ], [ 120.0928182, 30.4973125 ], [ 120.0928912, 30.4975091 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.0880991, 30.498154 ], [ 120.088158051153357, 30.498214952780689 ], [ 120.088513283543236, 30.498190959092831 ], [ 120.0884003, 30.4978866 ], [ 120.088236, 30.4978473 ], [ 120.0880899, 30.4978866 ], [ 120.0880534, 30.4980046 ], [ 120.0880991, 30.498154 ] ] ], [ [ [ 120.0901255, 30.4978945 ], [ 120.0899612, 30.4977529 ], [ 120.0898334, 30.4977687 ], [ 120.0898425, 30.4978945 ], [ 120.089952, 30.4979653 ], [ 120.090035869072778, 30.498088118127392 ], [ 120.090166703028601, 30.498079281126074 ], [ 120.0901255, 30.4978945 ] ] ], [ [ [ 120.089596, 30.4980833 ], [ 120.0895321, 30.4979495 ], [ 120.0893313, 30.4979338 ], [ 120.0892309, 30.4980203 ], [ 120.089194771074816, 30.498144928945873 ], [ 120.089597829625021, 30.498117704905166 ], [ 120.089596, 30.4980833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.092663, 30.4976428 ], [ 120.09259, 30.4973597 ], [ 120.0924622, 30.4973597 ], [ 120.09238, 30.4974855 ], [ 120.0922431, 30.4975327 ], [ 120.0921244, 30.4975799 ], [ 120.0921518, 30.4977293 ], [ 120.092224416679827, 30.497940295660637 ], [ 120.092650239666071, 30.497911534027111 ], [ 120.092663, 30.4976428 ] ] ], [ [ [ 120.0904632, 30.4979417 ], [ 120.0904175, 30.4980518 ], [ 120.090418267122914, 30.498062289572019 ], [ 120.09051469753642, 30.498055776311102 ], [ 120.0904632, 30.4979417 ] ] ], [ [ [ 120.0877613, 30.4981462 ], [ 120.0878252, 30.4979417 ], [ 120.0876974, 30.4977215 ], [ 120.0876974, 30.497517 ], [ 120.0879348, 30.497399 ], [ 120.0881082, 30.4974069 ], [ 120.0882816, 30.4975327 ], [ 120.0883912, 30.4976743 ], [ 120.0885098, 30.4977293 ], [ 120.088665, 30.4977293 ], [ 120.0887198, 30.4974776 ], [ 120.0887106, 30.4972574 ], [ 120.0888384, 30.4972968 ], [ 120.0888476, 30.4973833 ], [ 120.0888932, 30.4974934 ], [ 120.0889845, 30.4974855 ], [ 120.089021, 30.4972102 ], [ 120.0891396, 30.4970923 ], [ 120.0890442, 30.4970086 ], [ 120.0887828, 30.4971494 ], [ 120.0884778, 30.4972057 ], [ 120.087748, 30.4973277 ], [ 120.0873341, 30.4973652 ], [ 120.0871816, 30.4974309 ], [ 120.0869856, 30.4974966 ], [ 120.0867351, 30.4974966 ], [ 120.0864519, 30.4974966 ], [ 120.0862885, 30.4973652 ], [ 120.0862667, 30.497506 ], [ 120.0864083, 30.4975999 ], [ 120.0866153, 30.4976186 ], [ 120.0868004, 30.4976937 ], [ 120.0870727, 30.4977312 ], [ 120.0872688, 30.4977406 ], [ 120.0873995, 30.497872 ], [ 120.0875737, 30.4981348 ], [ 120.087653298673942, 30.498249045599309 ], [ 120.087783889095078, 30.498240225047208 ], [ 120.0877613, 30.4981462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3225248, 30.4666801 ], [ 120.3231705, 30.466764 ], [ 120.3231964, 30.4667361 ], [ 120.3232159, 30.4666773 ], [ 120.3232224, 30.4665235 ], [ 120.3231835, 30.4664956 ], [ 120.3228947, 30.4664564 ], [ 120.3225411, 30.466448 ], [ 120.3225054, 30.466641 ], [ 120.3225248, 30.4666801 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3369478, 30.4667797 ], [ 120.3370356, 30.4668409 ], [ 120.3371024, 30.4668733 ], [ 120.337232, 30.4668517 ], [ 120.3372696, 30.4668049 ], [ 120.3372947, 30.4667437 ], [ 120.3372821, 30.4665564 ], [ 120.337230342609487, 30.466524908179295 ], [ 120.337144597769921, 30.466528162642344 ], [ 120.3371192, 30.4665528 ], [ 120.3370147, 30.4665744 ], [ 120.3369395, 30.4666176 ], [ 120.3369228, 30.4666969 ], [ 120.3369478, 30.4667797 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.323274, 30.4667618 ], [ 120.3235747, 30.4668268 ], [ 120.3236474, 30.4668094 ], [ 120.3237039, 30.4668163 ], [ 120.3237705, 30.4668372 ], [ 120.323829, 30.4668633 ], [ 120.3241418, 30.4669207 ], [ 120.3241842, 30.4669033 ], [ 120.3242003, 30.4668633 ], [ 120.3242084, 30.4667502 ], [ 120.3242407, 30.4666163 ], [ 120.3237563, 30.4665607 ], [ 120.323714, 30.4665885 ], [ 120.3233103, 30.4665641 ], [ 120.3232841, 30.4666059 ], [ 120.3232639, 30.4666658 ], [ 120.3232504, 30.4667152 ], [ 120.323274, 30.4667618 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3224892, 30.4669346 ], [ 120.323018, 30.4670157 ], [ 120.3230634, 30.4668004 ], [ 120.3230277, 30.4667836 ], [ 120.3225248, 30.4667025 ], [ 120.3224989, 30.4667137 ], [ 120.3224697, 30.4669038 ], [ 120.3224892, 30.4669346 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3231052, 30.4670352 ], [ 120.3236013, 30.4670992 ], [ 120.323625, 30.4670817 ], [ 120.3236486, 30.4670439 ], [ 120.323652, 30.4669305 ], [ 120.3236486, 30.4668839 ], [ 120.323598, 30.4668694 ], [ 120.3232369, 30.466817 ], [ 120.3231829, 30.4668083 ], [ 120.323112, 30.4667967 ], [ 120.3230782, 30.4670003 ], [ 120.3231052, 30.4670352 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3242388, 30.4672607 ], [ 120.3242633, 30.4672842 ], [ 120.3245685, 30.4673194 ], [ 120.3245957, 30.4673077 ], [ 120.3246093, 30.4672748 ], [ 120.3246338, 30.4670447 ], [ 120.3246338, 30.466993 ], [ 120.3246502, 30.4669554 ], [ 120.3246829, 30.4667441 ], [ 120.3246774, 30.4667159 ], [ 120.3246447, 30.4667018 ], [ 120.3243832, 30.4666736 ], [ 120.324356, 30.4666807 ], [ 120.324326, 30.4667206 ], [ 120.3242388, 30.4672349 ], [ 120.3242388, 30.4672607 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3246556, 30.4672936 ], [ 120.3246693, 30.4673194 ], [ 120.3247074, 30.4673405 ], [ 120.3248818, 30.4673546 ], [ 120.3249117, 30.4673405 ], [ 120.3249363, 30.4673264 ], [ 120.3249553, 30.4672983 ], [ 120.3249798, 30.4671503 ], [ 120.3250016, 30.4669625 ], [ 120.3249962, 30.4667676 ], [ 120.324988, 30.4667394 ], [ 120.3249608, 30.4667277 ], [ 120.3247919, 30.4667253 ], [ 120.3247619, 30.4667277 ], [ 120.3247428, 30.4667417 ], [ 120.3247238, 30.4667934 ], [ 120.3246911, 30.4670165 ], [ 120.3246829, 30.4670611 ], [ 120.3246556, 30.4672537 ], [ 120.3246556, 30.4672936 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3374284, 30.467021 ], [ 120.3374493, 30.467111 ], [ 120.3374367, 30.4671795 ], [ 120.3374493, 30.4672767 ], [ 120.3374994, 30.4673379 ], [ 120.3376248, 30.4673739 ], [ 120.3377334, 30.4674208 ], [ 120.3378337, 30.4674604 ], [ 120.3381429, 30.4674568 ], [ 120.3381805, 30.4674064 ], [ 120.338246001463673, 30.4674064 ], [ 120.338538206690004, 30.466771546396391 ], [ 120.3385148, 30.4667581 ], [ 120.3384396, 30.4667401 ], [ 120.3383435, 30.4667293 ], [ 120.3382641, 30.4667077 ], [ 120.3382014, 30.4666969 ], [ 120.3380927, 30.4667401 ], [ 120.3380259, 30.4667869 ], [ 120.3379799, 30.4668589 ], [ 120.3379757, 30.4669454 ], [ 120.3379089, 30.4669814 ], [ 120.3378003, 30.4669814 ], [ 120.3377543, 30.4669129 ], [ 120.3377, 30.4668661 ], [ 120.3376289, 30.4668481 ], [ 120.3375495, 30.4668445 ], [ 120.3374534, 30.4668769 ], [ 120.3374158, 30.4669093 ], [ 120.3374075, 30.4669706 ], [ 120.3374284, 30.467021 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3250431, 30.4673012 ], [ 120.3250885, 30.4673186 ], [ 120.3252399, 30.4673317 ], [ 120.325361, 30.4673491 ], [ 120.3254721, 30.4673665 ], [ 120.3255074, 30.467336 ], [ 120.3255276, 30.4672968 ], [ 120.3255882, 30.4670619 ], [ 120.3255831, 30.4669967 ], [ 120.3255528, 30.4669575 ], [ 120.3254216, 30.4669445 ], [ 120.3251541, 30.466914 ], [ 120.3250784, 30.4669271 ], [ 120.3250633, 30.4669749 ], [ 120.325038, 30.4671011 ], [ 120.3250229, 30.467262 ], [ 120.3250431, 30.4673012 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.322447, 30.4672981 ], [ 120.3229401, 30.4673653 ], [ 120.322992, 30.4670688 ], [ 120.3224567, 30.4669905 ], [ 120.322421, 30.4672506 ], [ 120.322447, 30.4672981 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3256084, 30.4673839 ], [ 120.3257648, 30.4674187 ], [ 120.3257951, 30.4673926 ], [ 120.3259062, 30.4670663 ], [ 120.3258961, 30.4670097 ], [ 120.3258052, 30.4669836 ], [ 120.3257043, 30.4669706 ], [ 120.3256639, 30.4669923 ], [ 120.3256235, 30.4671402 ], [ 120.3256033, 30.4672403 ], [ 120.3256084, 30.4673839 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3236577, 30.4673681 ], [ 120.3236754, 30.4673956 ], [ 120.3237108, 30.4674078 ], [ 120.3239548, 30.4674444 ], [ 120.3240503, 30.4674596 ], [ 120.3240786, 30.4674657 ], [ 120.3241034, 30.4674474 ], [ 120.3241246, 30.4673925 ], [ 120.3241777, 30.4671456 ], [ 120.3241883, 30.4670053 ], [ 120.3241565, 30.466984 ], [ 120.3240822, 30.4669779 ], [ 120.3237957, 30.4669321 ], [ 120.3237426, 30.4669382 ], [ 120.3237108, 30.4669657 ], [ 120.3236542, 30.4673346 ], [ 120.3236577, 30.4673681 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3235204, 30.4673901 ], [ 120.3235676, 30.467393 ], [ 120.3236115, 30.4671923 ], [ 120.323598, 30.4671603 ], [ 120.3235676, 30.4671428 ], [ 120.3231795, 30.4670963 ], [ 120.3230749, 30.4670701 ], [ 120.3230276, 30.4673144 ], [ 120.3235204, 30.4673901 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3260222, 30.4674665 ], [ 120.3260525, 30.4674361 ], [ 120.3261838, 30.4670663 ], [ 120.3261535, 30.4670358 ], [ 120.3259869, 30.4670097 ], [ 120.3259465, 30.4670967 ], [ 120.3258759, 30.4674274 ], [ 120.3260222, 30.4674665 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3362739, 30.467535 ], [ 120.3362907, 30.4676024 ], [ 120.3363745, 30.4676602 ], [ 120.3364639, 30.4676987 ], [ 120.3367767, 30.4677709 ], [ 120.3368996, 30.4677276 ], [ 120.3369332, 30.4676602 ], [ 120.3369499, 30.4675735 ], [ 120.3369052, 30.4674435 ], [ 120.3369611, 30.467376 ], [ 120.3369946, 30.4673134 ], [ 120.3370114, 30.4671931 ], [ 120.3370672, 30.4670727 ], [ 120.3370784, 30.466986 ], [ 120.3370002, 30.4668849 ], [ 120.3369164, 30.4668223 ], [ 120.3367879, 30.4667789 ], [ 120.3366426, 30.4667789 ], [ 120.3365309, 30.4667982 ], [ 120.3364415, 30.4668223 ], [ 120.336341, 30.4668753 ], [ 120.3362907, 30.4669475 ], [ 120.3362907, 30.467039 ], [ 120.3362572, 30.467169 ], [ 120.3362739, 30.467535 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3235237, 30.4676693 ], [ 120.3235642, 30.4674482 ], [ 120.3230276, 30.4673668 ], [ 120.3229973, 30.4675937 ], [ 120.3235237, 30.4676693 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3228655, 30.4678155 ], [ 120.3229369, 30.4674547 ], [ 120.3224729, 30.4674016 ], [ 120.3224048, 30.4677567 ], [ 120.3228655, 30.4678155 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3354582, 30.4683584 ], [ 120.3356203, 30.4683825 ], [ 120.3357879, 30.4684306 ], [ 120.3358493, 30.4684162 ], [ 120.3361119, 30.4678576 ], [ 120.3361342, 30.4676794 ], [ 120.3361789, 30.4672701 ], [ 120.3361957, 30.4671497 ], [ 120.3362404, 30.4670053 ], [ 120.3362292, 30.4669234 ], [ 120.3361901, 30.4669041 ], [ 120.3360225, 30.4668993 ], [ 120.3358996, 30.4668704 ], [ 120.3357655, 30.4668271 ], [ 120.3354247, 30.4676939 ], [ 120.3351901, 30.4683487 ], [ 120.3354582, 30.4683584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3241326, 30.4678994 ], [ 120.3241489, 30.4679299 ], [ 120.3243015, 30.4679581 ], [ 120.3243396, 30.4679581 ], [ 120.3243641, 30.4679276 ], [ 120.324375, 30.4678736 ], [ 120.324454, 30.4673781 ], [ 120.3244404, 30.4673523 ], [ 120.3242443, 30.4673241 ], [ 120.3242116, 30.4673429 ], [ 120.3241326, 30.4678642 ], [ 120.3241326, 30.4678994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3222783, 30.4679133 ], [ 120.3224664, 30.4679357 ], [ 120.3225216, 30.4679301 ], [ 120.322554, 30.4678574 ], [ 120.3223626, 30.4678183 ], [ 120.3224113, 30.4674128 ], [ 120.322314, 30.4673904 ], [ 120.3222458, 30.4678295 ], [ 120.3222783, 30.4679133 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3244268, 30.4679651 ], [ 120.3246012, 30.4679886 ], [ 120.3246338, 30.4679816 ], [ 120.3246529, 30.4679464 ], [ 120.3246665, 30.4678971 ], [ 120.3247238, 30.4674556 ], [ 120.3247319, 30.4674086 ], [ 120.3246938, 30.4673805 ], [ 120.3245249, 30.4673687 ], [ 120.3244922, 30.4673922 ], [ 120.3244786, 30.4674767 ], [ 120.3244132, 30.4679158 ], [ 120.3244077, 30.4679393 ], [ 120.3244268, 30.4679651 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3247047, 30.4679792 ], [ 120.3247129, 30.467998 ], [ 120.3247455, 30.4680098 ], [ 120.3249499, 30.4680027 ], [ 120.3249798, 30.4679769 ], [ 120.3249798, 30.4679088 ], [ 120.3250262, 30.4676481 ], [ 120.3250534, 30.4675026 ], [ 120.3250616, 30.467465 ], [ 120.3250398, 30.4674439 ], [ 120.3249308, 30.4674204 ], [ 120.3248055, 30.4674016 ], [ 120.3247755, 30.467411 ], [ 120.3247592, 30.4674462 ], [ 120.3247537, 30.467566 ], [ 120.3246992, 30.4679558 ], [ 120.3247047, 30.4679792 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3235912, 30.467966 ], [ 120.3239996, 30.4679893 ], [ 120.3240266, 30.4679777 ], [ 120.3240333, 30.4679427 ], [ 120.3240266, 30.4678729 ], [ 120.3240401, 30.4677886 ], [ 120.3240603, 30.4676606 ], [ 120.3240907, 30.4675617 ], [ 120.3240705, 30.4675297 ], [ 120.3240097, 30.4675122 ], [ 120.3236857, 30.4674715 ], [ 120.323652, 30.4674715 ], [ 120.323625, 30.4675122 ], [ 120.3236081, 30.4676111 ], [ 120.323598, 30.4677304 ], [ 120.3235777, 30.4678031 ], [ 120.3235676, 30.4679427 ], [ 120.3235912, 30.467966 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3255882, 30.4679973 ], [ 120.3257497, 30.4680408 ], [ 120.3258153, 30.468019 ], [ 120.3258405, 30.4679799 ], [ 120.325886, 30.4678754 ], [ 120.3259718, 30.4675709 ], [ 120.3259415, 30.4675318 ], [ 120.3257396, 30.4674926 ], [ 120.325674, 30.4675057 ], [ 120.3256487, 30.4675535 ], [ 120.3256387, 30.4676797 ], [ 120.3255781, 30.4679407 ], [ 120.3255882, 30.4679973 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3229871, 30.4678584 ], [ 120.3231491, 30.4679107 ], [ 120.3235069, 30.4679486 ], [ 120.3235305, 30.4677449 ], [ 120.3234934, 30.4677217 ], [ 120.3230985, 30.4676664 ], [ 120.3230377, 30.4676548 ], [ 120.3230006, 30.4676577 ], [ 120.3229703, 30.467678 ], [ 120.3229601, 30.4677944 ], [ 120.3229568, 30.4678322 ], [ 120.3229871, 30.4678584 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3372949, 30.4681807 ], [ 120.3373927, 30.4682271 ], [ 120.3374612, 30.4682987 ], [ 120.3374954, 30.4683788 ], [ 120.3375834, 30.4684294 ], [ 120.3376519, 30.4685052 ], [ 120.3376959, 30.4685684 ], [ 120.337711165603764, 30.4685684 ], [ 120.338209686016725, 30.4674853 ], [ 120.338136, 30.4674853 ], [ 120.3379697, 30.4674895 ], [ 120.3379208, 30.4675148 ], [ 120.3378328, 30.4675148 ], [ 120.3377594, 30.46754 ], [ 120.337603, 30.4675527 ], [ 120.3374905, 30.4675991 ], [ 120.3374269, 30.4676665 ], [ 120.3373634, 30.4677466 ], [ 120.3372949, 30.4678646 ], [ 120.3372607, 30.4680163 ], [ 120.3372509, 30.4681006 ], [ 120.3372949, 30.4681807 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3369282, 30.4683788 ], [ 120.3369233, 30.4684546 ], [ 120.336933, 30.4685052 ], [ 120.3369819, 30.4685221 ], [ 120.3370255, 30.4684456 ], [ 120.3370788, 30.4683691 ], [ 120.3372181, 30.468391 ], [ 120.3372704, 30.4683619 ], [ 120.3372558, 30.4683071 ], [ 120.337202, 30.4682523 ], [ 120.3371384, 30.4681975 ], [ 120.3370944, 30.4681554 ], [ 120.3369966, 30.4681428 ], [ 120.3369477, 30.4681554 ], [ 120.3369282, 30.4682186 ], [ 120.3369086, 30.4683029 ], [ 120.3369282, 30.4683788 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3350895, 30.4685751 ], [ 120.3354136, 30.4687677 ], [ 120.3355756, 30.4687436 ], [ 120.3356091, 30.4687003 ], [ 120.3356314, 30.468628 ], [ 120.335637, 30.4685365 ], [ 120.3355923, 30.4684691 ], [ 120.3355141, 30.4684258 ], [ 120.335313, 30.4683921 ], [ 120.3351845, 30.4683921 ], [ 120.3350951, 30.4684113 ], [ 120.3350448, 30.4684691 ], [ 120.3350392, 30.4685365 ], [ 120.3350895, 30.4685751 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3369379, 30.4691121 ], [ 120.3369575, 30.4691711 ], [ 120.3369917, 30.4692091 ], [ 120.3370651, 30.4692344 ], [ 120.3371873, 30.4692554 ], [ 120.3372704, 30.4692428 ], [ 120.3373291, 30.4692217 ], [ 120.3373878, 30.469188 ], [ 120.3374171, 30.4691332 ], [ 120.3374269, 30.4690152 ], [ 120.3374465, 30.4689056 ], [ 120.3375003, 30.4688129 ], [ 120.3375785, 30.468737 ], [ 120.3376421, 30.4686738 ], [ 120.3376421, 30.4685979 ], [ 120.3375883, 30.4685305 ], [ 120.3374758, 30.4684757 ], [ 120.3373438, 30.468442 ], [ 120.3371922, 30.4684378 ], [ 120.3371042, 30.4684462 ], [ 120.3370455, 30.4684715 ], [ 120.3370113, 30.4685474 ], [ 120.3369966, 30.4686317 ], [ 120.3369526, 30.4687328 ], [ 120.3369233, 30.4690574 ], [ 120.3369379, 30.4691121 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3358063, 30.4693521 ], [ 120.3363064, 30.4694191 ], [ 120.3365286, 30.4694431 ], [ 120.3365786, 30.4694718 ], [ 120.3366064, 30.4694047 ], [ 120.3365286, 30.4693186 ], [ 120.3363841, 30.4692611 ], [ 120.3363286, 30.4691988 ], [ 120.336373, 30.4691701 ], [ 120.3364564, 30.4691749 ], [ 120.3365453, 30.4691797 ], [ 120.3366675, 30.469151 ], [ 120.3367008, 30.4691174 ], [ 120.3367286, 30.4690312 ], [ 120.3367786, 30.468969 ], [ 120.3368008, 30.4688684 ], [ 120.336773, 30.46872 ], [ 120.3367175, 30.4686481 ], [ 120.3365619, 30.4686194 ], [ 120.3364675, 30.4686386 ], [ 120.3363675, 30.4687152 ], [ 120.3362952, 30.4688157 ], [ 120.3362786, 30.4687008 ], [ 120.3362508, 30.4686529 ], [ 120.3361675, 30.468629 ], [ 120.3360841, 30.4686194 ], [ 120.3359119, 30.4686434 ], [ 120.3358508, 30.4687296 ], [ 120.335873, 30.4688062 ], [ 120.3359397, 30.4688732 ], [ 120.3360063, 30.4689067 ], [ 120.3360841, 30.4689355 ], [ 120.3361897, 30.4689355 ], [ 120.3362786, 30.4689019 ], [ 120.3362952, 30.4689498 ], [ 120.3363008, 30.4690121 ], [ 120.3362897, 30.4690887 ], [ 120.3362563, 30.4691557 ], [ 120.3361897, 30.4691605 ], [ 120.3360786, 30.4691318 ], [ 120.335973, 30.4691222 ], [ 120.3358785, 30.4691366 ], [ 120.3357897, 30.4691893 ], [ 120.335773, 30.4692371 ], [ 120.3357619, 30.469309 ], [ 120.3358063, 30.4693521 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3348742, 30.4693869 ], [ 120.3349157, 30.4695044 ], [ 120.334975, 30.4695759 ], [ 120.3350876, 30.4696218 ], [ 120.3352891, 30.469535 ], [ 120.3355084, 30.4695044 ], [ 120.3356091, 30.4694686 ], [ 120.3356447, 30.4692745 ], [ 120.3356447, 30.4690855 ], [ 120.3355795, 30.4690089 ], [ 120.3354847, 30.4689782 ], [ 120.3353484, 30.4689782 ], [ 120.3352772, 30.4689578 ], [ 120.3351883, 30.4689272 ], [ 120.3351172, 30.4688863 ], [ 120.3350461, 30.4688608 ], [ 120.3349572, 30.4689169 ], [ 120.3349217, 30.469014 ], [ 120.3348683, 30.4692541 ], [ 120.3348624, 30.4693154 ], [ 120.3348742, 30.4693869 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3348135, 30.4716162 ], [ 120.3348885, 30.471656 ], [ 120.3349461, 30.471656 ], [ 120.3349806, 30.4715616 ], [ 120.3348424, 30.4715219 ], [ 120.3347617, 30.4715417 ], [ 120.3346292, 30.4715517 ], [ 120.3345946, 30.4715964 ], [ 120.3348135, 30.4716162 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3352284, 30.4721029 ], [ 120.3352803, 30.4721476 ], [ 120.3353494, 30.4721625 ], [ 120.3353897, 30.4722122 ], [ 120.335528, 30.4722618 ], [ 120.3356548, 30.4722718 ], [ 120.3357297, 30.4722569 ], [ 120.3357873, 30.4722122 ], [ 120.3358161, 30.4721625 ], [ 120.3358449, 30.472088 ], [ 120.3358795, 30.4719887 ], [ 120.3359141, 30.4718645 ], [ 120.3359256, 30.4717801 ], [ 120.3358795, 30.4716907 ], [ 120.3357412, 30.4716262 ], [ 120.3356433, 30.4716013 ], [ 120.3355972, 30.4715467 ], [ 120.335528, 30.4714573 ], [ 120.3354762, 30.471512 ], [ 120.3354358, 30.4716162 ], [ 120.3353725, 30.4717305 ], [ 120.3353206, 30.4718099 ], [ 120.3352572, 30.4719092 ], [ 120.3352284, 30.4720086 ], [ 120.3352284, 30.4721029 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3349115, 30.472232 ], [ 120.3350037, 30.4722122 ], [ 120.3350728, 30.4721824 ], [ 120.3351074, 30.4721377 ], [ 120.3351132, 30.4720781 ], [ 120.3351132, 30.4720135 ], [ 120.3351247, 30.4719142 ], [ 120.3350959, 30.4718596 ], [ 120.3349749, 30.4718248 ], [ 120.3349345, 30.4718397 ], [ 120.3349115, 30.4719192 ], [ 120.3348885, 30.4720185 ], [ 120.3348942, 30.472098 ], [ 120.3348654, 30.4721675 ], [ 120.3349115, 30.472232 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.322653, 30.4722618 ], [ 120.3228269, 30.4722376 ], [ 120.3228661, 30.4722086 ], [ 120.322883, 30.4721603 ], [ 120.3228213, 30.4719814 ], [ 120.322782, 30.4719138 ], [ 120.3225857, 30.4719766 ], [ 120.3225577, 30.4720153 ], [ 120.322653, 30.4722618 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3320883, 30.4722649 ], [ 120.3321563, 30.4722829 ], [ 120.3325746, 30.4723235 ], [ 120.3327053, 30.4723595 ], [ 120.3327942, 30.4723686 ], [ 120.3328622, 30.472355 ], [ 120.3328883, 30.4722964 ], [ 120.3328831, 30.4722153 ], [ 120.332836, 30.4721567 ], [ 120.3327158, 30.4720982 ], [ 120.3322086, 30.4721072 ], [ 120.3321145, 30.4721387 ], [ 120.3320674, 30.4722243 ], [ 120.3320883, 30.4722649 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3345485, 30.4725846 ], [ 120.3346637, 30.4726095 ], [ 120.3347559, 30.4724108 ], [ 120.3347732, 30.4723711 ], [ 120.3347675, 30.4723314 ], [ 120.3347271, 30.4722966 ], [ 120.3346695, 30.4723016 ], [ 120.3346004, 30.4723264 ], [ 120.3345658, 30.4723661 ], [ 120.33456, 30.4724555 ], [ 120.3345427, 30.472535 ], [ 120.3345485, 30.4725846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3351477, 30.4729273 ], [ 120.3352284, 30.4729074 ], [ 120.3353206, 30.4729025 ], [ 120.335407, 30.4729223 ], [ 120.3355338, 30.4728925 ], [ 120.3356951, 30.4728677 ], [ 120.335740662628709, 30.472849572278559 ], [ 120.335822694443152, 30.472671347564177 ], [ 120.3357297, 30.4726393 ], [ 120.3357297, 30.4725747 ], [ 120.3357527, 30.4725101 ], [ 120.3358334, 30.4724555 ], [ 120.3358853, 30.4724158 ], [ 120.335891, 30.4723363 ], [ 120.335868, 30.4722966 ], [ 120.33577, 30.4723264 ], [ 120.3356663, 30.4723314 ], [ 120.3355107, 30.4723065 ], [ 120.3353494, 30.472237 ], [ 120.3352687, 30.4722122 ], [ 120.3351938, 30.472237 ], [ 120.3351362, 30.4723115 ], [ 120.3352399, 30.4723661 ], [ 120.3350728, 30.4729124 ], [ 120.3351477, 30.4729273 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3315341, 30.4724767 ], [ 120.3315759, 30.4727561 ], [ 120.3317432, 30.4727426 ], [ 120.3316648, 30.4724271 ], [ 120.3315811, 30.4724362 ], [ 120.3315184, 30.4724001 ], [ 120.3314818, 30.4724407 ], [ 120.3315341, 30.4724767 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3311942, 30.4728868 ], [ 120.3312099, 30.4729409 ], [ 120.3312674, 30.4729634 ], [ 120.3313249, 30.4729319 ], [ 120.3312779, 30.4727156 ], [ 120.3312151, 30.4727201 ], [ 120.3311837, 30.4727606 ], [ 120.3311942, 30.4728868 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3315341, 30.47304 ], [ 120.3317014, 30.473013 ], [ 120.3316752, 30.4727922 ], [ 120.3314713, 30.4728057 ], [ 120.3315341, 30.47304 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.333955, 30.4730986 ], [ 120.3340282, 30.4731347 ], [ 120.3341537, 30.4731617 ], [ 120.3342792, 30.4731437 ], [ 120.3343262, 30.4731166 ], [ 120.3343681, 30.4730851 ], [ 120.3344151, 30.4730355 ], [ 120.3344413, 30.4729454 ], [ 120.3344831, 30.4728688 ], [ 120.3345511, 30.4727696 ], [ 120.3345302, 30.4727336 ], [ 120.334436, 30.4727426 ], [ 120.3343994, 30.4727922 ], [ 120.3343315, 30.4728192 ], [ 120.3342321, 30.4728012 ], [ 120.3341066, 30.4727786 ], [ 120.3340282, 30.4728012 ], [ 120.3339707, 30.4728462 ], [ 120.3339602, 30.4729364 ], [ 120.3339393, 30.47304 ], [ 120.333955, 30.4730986 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3347041, 30.4731756 ], [ 120.3347386, 30.4732104 ], [ 120.3348251, 30.4731458 ], [ 120.3348769, 30.473116 ], [ 120.3350095, 30.4730713 ], [ 120.3351305, 30.4730614 ], [ 120.3351362, 30.4730018 ], [ 120.3350901, 30.472962 ], [ 120.3349922, 30.4729918 ], [ 120.3349, 30.4729968 ], [ 120.3347732, 30.4729124 ], [ 120.3347041, 30.4731011 ], [ 120.3347041, 30.4731756 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3323811, 30.4736574 ], [ 120.3324439, 30.4736574 ], [ 120.332606, 30.4736574 ], [ 120.332653, 30.4736349 ], [ 120.3326426, 30.4735763 ], [ 120.3326164, 30.4735403 ], [ 120.3325537, 30.4735267 ], [ 120.3325223, 30.4734772 ], [ 120.3324648, 30.4734952 ], [ 120.3323916, 30.4735087 ], [ 120.3323654, 30.4735357 ], [ 120.3323811, 30.4736574 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.333338, 30.4738602 ], [ 120.3333903, 30.4739368 ], [ 120.333391698739348, 30.473939103662879 ], [ 120.333982126878553, 30.474000345123091 ], [ 120.3340021, 30.4739819 ], [ 120.3340753, 30.4739098 ], [ 120.3340909, 30.4738106 ], [ 120.3341066, 30.4736935 ], [ 120.3341589, 30.4735988 ], [ 120.3341642, 30.4734366 ], [ 120.334138, 30.4733014 ], [ 120.3340909, 30.4732518 ], [ 120.3339916, 30.4732203 ], [ 120.3338766, 30.4732248 ], [ 120.3337877, 30.4732473 ], [ 120.3337145, 30.4732969 ], [ 120.3336622, 30.4733915 ], [ 120.3335942, 30.4735177 ], [ 120.3335053, 30.4735988 ], [ 120.3334321, 30.4736259 ], [ 120.3333641, 30.47368 ], [ 120.3333275, 30.4737836 ], [ 120.333338, 30.4738602 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3332021, 30.4739053 ], [ 120.333139711249572, 30.473912966558625 ], [ 120.333279204869967, 30.473927435369369 ], [ 120.3332021, 30.4739053 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3205564, 30.4750007 ], [ 120.3206271, 30.4750194 ], [ 120.3208283, 30.4750054 ], [ 120.3208936, 30.4750054 ], [ 120.320986, 30.4750241 ], [ 120.3210839, 30.4750335 ], [ 120.3212634, 30.4750241 ], [ 120.3214102, 30.4750569 ], [ 120.3215571, 30.4750944 ], [ 120.3216278, 30.4751647 ], [ 120.3216876, 30.4752538 ], [ 120.3216876, 30.4753015 ], [ 120.3216876, 30.4753569 ], [ 120.3216876, 30.4755257 ], [ 120.3216931, 30.4755725 ], [ 120.321742, 30.4755772 ], [ 120.3217517, 30.4755095 ], [ 120.3217638, 30.4753663 ], [ 120.3217667, 30.4752787 ], [ 120.3217801, 30.4752602 ], [ 120.3218606, 30.4752544 ], [ 120.3219411, 30.4752614 ], [ 120.3220135, 30.4752671 ], [ 120.3220792, 30.4752856 ], [ 120.3221476, 30.475318 ], [ 120.3222053, 30.4753469 ], [ 120.322234522983962, 30.47535658509225 ], [ 120.322235578888154, 30.47526749016664 ], [ 120.3222147, 30.475251 ], [ 120.3220256, 30.4751539 ], [ 120.3219129, 30.4751331 ], [ 120.3218257, 30.4751146 ], [ 120.3217882, 30.475088 ], [ 120.3217654, 30.4750152 ], [ 120.3217466, 30.4749227 ], [ 120.3217094, 30.4748601 ], [ 120.3216495, 30.4747616 ], [ 120.3214755, 30.474696 ], [ 120.3213069, 30.4746726 ], [ 120.321122, 30.4746585 ], [ 120.3210186, 30.474621 ], [ 120.3208936, 30.4746116 ], [ 120.3207576, 30.4746444 ], [ 120.3206434, 30.4747148 ], [ 120.3205128, 30.4748132 ], [ 120.3205564, 30.4750007 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3217529, 30.4762382 ], [ 120.321791, 30.4762522 ], [ 120.3218725, 30.4762663 ], [ 120.3219922, 30.4762522 ], [ 120.322052, 30.4762007 ], [ 120.3220955, 30.4759616 ], [ 120.3220955, 30.4758913 ], [ 120.3220629, 30.4758444 ], [ 120.321965, 30.475821 ], [ 120.3218617, 30.4758163 ], [ 120.3218181, 30.475835 ], [ 120.321791, 30.4758772 ], [ 120.3217638, 30.4760788 ], [ 120.3217474, 30.4761819 ], [ 120.3217529, 30.4762382 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3180048, 30.4789392 ], [ 120.3182113, 30.4789655 ], [ 120.3184789, 30.4789655 ], [ 120.3190829, 30.4789194 ], [ 120.3191058, 30.4796903 ], [ 120.3187388, 30.4796837 ], [ 120.3186394, 30.4797299 ], [ 120.3186394, 30.4798287 ], [ 120.3186624, 30.4799671 ], [ 120.3187082, 30.4800989 ], [ 120.3187618, 30.4802702 ], [ 120.3187235, 30.480514 ], [ 120.3194728, 30.4806787 ], [ 120.319534, 30.4807314 ], [ 120.3197251, 30.4808039 ], [ 120.3197939, 30.48085 ], [ 120.3199086, 30.4808764 ], [ 120.3200768, 30.4809159 ], [ 120.3202145, 30.4809423 ], [ 120.3203291, 30.4809489 ], [ 120.3204285, 30.4809027 ], [ 120.320505, 30.4807644 ], [ 120.3205585, 30.4806458 ], [ 120.3206049, 30.4806125 ], [ 120.3206503, 30.4805799 ], [ 120.3206961, 30.4804744 ], [ 120.320892, 30.4803548 ], [ 120.3208436, 30.4802117 ], [ 120.320993, 30.4800332 ], [ 120.3211472, 30.478669 ], [ 120.3207802, 30.4786426 ], [ 120.3206503, 30.4786097 ], [ 120.3204973, 30.4785899 ], [ 120.3204209, 30.4785636 ], [ 120.3201074, 30.4785636 ], [ 120.3199316, 30.4785636 ], [ 120.3198092, 30.478524 ], [ 120.3195951, 30.4784581 ], [ 120.3194881, 30.4784318 ], [ 120.3194193, 30.478557 ], [ 120.3193199, 30.478669 ], [ 120.3190905, 30.4787612 ], [ 120.3188917, 30.4788074 ], [ 120.3185859, 30.4788601 ], [ 120.3183948, 30.478893 ], [ 120.3180048, 30.4788864 ], [ 120.3180048, 30.4789392 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.309076, 30.4651957 ], [ 120.3091302, 30.4652424 ], [ 120.3092658, 30.4652015 ], [ 120.3094826, 30.4652073 ], [ 120.309503, 30.464886 ], [ 120.3095369, 30.4647108 ], [ 120.3095843, 30.4646232 ], [ 120.3095301, 30.4645414 ], [ 120.3095369, 30.4644654 ], [ 120.3095979, 30.4644128 ], [ 120.3096724, 30.4644187 ], [ 120.3097131, 30.4644829 ], [ 120.3096656, 30.4645764 ], [ 120.3095775, 30.4648627 ], [ 120.3095911, 30.4649211 ], [ 120.3096656, 30.4649561 ], [ 120.3096589, 30.4650087 ], [ 120.3095708, 30.4650496 ], [ 120.3095572, 30.4651957 ], [ 120.3095911, 30.4652366 ], [ 120.3097876, 30.4652307 ], [ 120.3098486, 30.4648802 ], [ 120.3098283, 30.4648101 ], [ 120.3098554, 30.4647283 ], [ 120.3099164, 30.4643194 ], [ 120.3098554, 30.4642843 ], [ 120.309442, 30.4642493 ], [ 120.3093064, 30.4642551 ], [ 120.309259, 30.4643194 ], [ 120.3092251, 30.464518 ], [ 120.3092793, 30.4646232 ], [ 120.309259, 30.4646874 ], [ 120.3091709, 30.4647341 ], [ 120.3091302, 30.4648335 ], [ 120.309076, 30.4650555 ], [ 120.309076, 30.4651957 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3085541, 30.4657331 ], [ 120.3087778, 30.4656572 ], [ 120.3088523, 30.4655637 ], [ 120.3088794, 30.4654761 ], [ 120.3088659, 30.4654118 ], [ 120.3086964, 30.4654001 ], [ 120.3085948, 30.4654293 ], [ 120.3084999, 30.4656689 ], [ 120.3085541, 30.4657331 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3090624, 30.4657974 ], [ 120.3090963, 30.46585 ], [ 120.3091776, 30.4658792 ], [ 120.3097605, 30.4658383 ], [ 120.3097809, 30.4657915 ], [ 120.3097673, 30.4656922 ], [ 120.309808, 30.4653067 ], [ 120.3092183, 30.4652774 ], [ 120.3091031, 30.4653242 ], [ 120.3090895, 30.4654936 ], [ 120.3090557, 30.4655754 ], [ 120.3090014, 30.465663 ], [ 120.3090624, 30.4657974 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3081136, 30.4656805 ], [ 120.3082017, 30.4656864 ], [ 120.3082898, 30.4656455 ], [ 120.3082898, 30.4655754 ], [ 120.3082559, 30.465517 ], [ 120.3081949, 30.4654994 ], [ 120.3081203, 30.4655111 ], [ 120.3080797, 30.465552 ], [ 120.3080593, 30.4656221 ], [ 120.3081136, 30.4656805 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.308588, 30.4659726 ], [ 120.3087913, 30.4659259 ], [ 120.3087845, 30.46585 ], [ 120.3087303, 30.4658091 ], [ 120.3086219, 30.4658441 ], [ 120.3085541, 30.4659084 ], [ 120.308588, 30.4659726 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3007518, 30.485667 ], [ 120.3008179, 30.4859025 ], [ 120.3007782, 30.4861189 ], [ 120.3008399, 30.486438 ], [ 120.3009986, 30.486419 ], [ 120.3011044, 30.4863962 ], [ 120.3012542, 30.4863582 ], [ 120.3013776, 30.4863088 ], [ 120.301479, 30.4862557 ], [ 120.3014393, 30.4861227 ], [ 120.3016288, 30.4860582 ], [ 120.3016156, 30.4860202 ], [ 120.3015274, 30.4860088 ], [ 120.3014481, 30.4860126 ], [ 120.3011793, 30.4860696 ], [ 120.3011264, 30.4860544 ], [ 120.3011044, 30.4860202 ], [ 120.301025, 30.4857126 ], [ 120.3009854, 30.4855758 ], [ 120.3009545, 30.4854771 ], [ 120.3009677, 30.4853783 ], [ 120.301003, 30.4852758 ], [ 120.3010603, 30.4851011 ], [ 120.3011264, 30.4849985 ], [ 120.3009677, 30.4847479 ], [ 120.3009721, 30.4848998 ], [ 120.3009501, 30.4850137 ], [ 120.3009148, 30.4851011 ], [ 120.3008752, 30.4851922 ], [ 120.3008091, 30.4853024 ], [ 120.3007694, 30.4853707 ], [ 120.300743, 30.4854733 ], [ 120.3007341, 30.4856024 ], [ 120.3007518, 30.485667 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3021489, 30.4858721 ], [ 120.3023075, 30.4857999 ], [ 120.3023516, 30.4857505 ], [ 120.3024353, 30.485705 ], [ 120.3025147, 30.4856746 ], [ 120.3026381, 30.4856518 ], [ 120.3027835, 30.485629 ], [ 120.3029025, 30.485591 ], [ 120.3030127, 30.485572 ], [ 120.3031228, 30.485572 ], [ 120.3032242, 30.485553 ], [ 120.3035195, 30.4854885 ], [ 120.3035239, 30.4854505 ], [ 120.3030347, 30.4855189 ], [ 120.3029686, 30.4854315 ], [ 120.3029289, 30.4854049 ], [ 120.3028452, 30.4854049 ], [ 120.3026248, 30.4854429 ], [ 120.3024574, 30.4854961 ], [ 120.3023031, 30.4855568 ], [ 120.3021445, 30.485648 ], [ 120.302118, 30.4856898 ], [ 120.302096, 30.4857961 ], [ 120.3020916, 30.4858379 ], [ 120.3021489, 30.4858721 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2921034, 30.485791 ], [ 120.2921034, 30.4858581 ], [ 120.2922343, 30.4858713 ], [ 120.2923652, 30.4859182 ], [ 120.292626, 30.4856522 ], [ 120.2925411, 30.4856598 ], [ 120.2920975, 30.485669 ], [ 120.2920857, 30.4857046 ], [ 120.2920515, 30.485733 ], [ 120.2921034, 30.485791 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2911892, 30.4862836 ], [ 120.2912786, 30.4862641 ], [ 120.2914295, 30.4861066 ], [ 120.2917746, 30.4858986 ], [ 120.2919204, 30.4858765 ], [ 120.2919194, 30.4857995 ], [ 120.2919662, 30.4857894 ], [ 120.2919656, 30.4857263 ], [ 120.2919222, 30.4857281 ], [ 120.2919141, 30.4856499 ], [ 120.2917067, 30.4856989 ], [ 120.2914066, 30.4858811 ], [ 120.291181, 30.4860517 ], [ 120.2911666, 30.4862155 ], [ 120.2911892, 30.4862836 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.262893, 30.4773369 ], [ 120.2629661, 30.4774156 ], [ 120.262957, 30.4775968 ], [ 120.2631763, 30.4776283 ], [ 120.26335, 30.4774077 ], [ 120.2635145, 30.4773762 ], [ 120.2639806, 30.477392 ], [ 120.2651916, 30.477549 ], [ 120.2659949, 30.4775977 ], [ 120.2661894, 30.4776302 ], [ 120.2662961, 30.4776897 ], [ 120.2664091, 30.4778519 ], [ 120.2664593, 30.4780142 ], [ 120.2665472, 30.4787606 ], [ 120.2665974, 30.4789499 ], [ 120.266635, 30.4791446 ], [ 120.2666413, 30.4795502 ], [ 120.266635, 30.4797341 ], [ 120.2666162, 30.4799288 ], [ 120.2666287, 30.4801073 ], [ 120.2666664, 30.4802641 ], [ 120.2666978, 30.4804913 ], [ 120.2667542, 30.4805778 ], [ 120.2667605, 30.4806589 ], [ 120.2667166, 30.4807617 ], [ 120.2666225, 30.4809618 ], [ 120.2666538, 30.4810483 ], [ 120.2666225, 30.4812538 ], [ 120.2665911, 30.4814377 ], [ 120.266453, 30.4816378 ], [ 120.2664405, 30.4818001 ], [ 120.2664154, 30.4818812 ], [ 120.2663401, 30.4819245 ], [ 120.2658882, 30.4820435 ], [ 120.2657752, 30.4820867 ], [ 120.2656748, 30.4821192 ], [ 120.2656811, 30.4821624 ], [ 120.2657376, 30.4821678 ], [ 120.2658694, 30.482157 ], [ 120.2660012, 30.4821354 ], [ 120.2661141, 30.4821246 ], [ 120.2662898, 30.4821246 ], [ 120.2664091, 30.4821516 ], [ 120.2664718, 30.4822382 ], [ 120.2665095, 30.4823734 ], [ 120.2665911, 30.4830061 ], [ 120.2666601, 30.483839 ], [ 120.2666476, 30.4840391 ], [ 120.2666287, 30.4841202 ], [ 120.2665534, 30.4842068 ], [ 120.2665095, 30.4842608 ], [ 120.2664969, 30.4843474 ], [ 120.2665534, 30.4844015 ], [ 120.266704, 30.4844339 ], [ 120.2667731, 30.4844772 ], [ 120.2668672, 30.484661 ], [ 120.2671433, 30.4856399 ], [ 120.2672061, 30.4859157 ], [ 120.2672814, 30.4862835 ], [ 120.2674069, 30.4867432 ], [ 120.2674697, 30.4869 ], [ 120.2675073, 30.4870406 ], [ 120.267545, 30.4872623 ], [ 120.2676203, 30.4873921 ], [ 120.2677333, 30.487841 ], [ 120.2678023, 30.4881276 ], [ 120.2678148, 30.4882844 ], [ 120.2678588, 30.4885062 ], [ 120.2679153, 30.4887441 ], [ 120.2679466, 30.4889442 ], [ 120.2679215, 30.4890902 ], [ 120.2678901, 30.4893552 ], [ 120.2679278, 30.4894796 ], [ 120.2679843, 30.489604 ], [ 120.2680533, 30.4897284 ], [ 120.2681161, 30.4898473 ], [ 120.2681475, 30.4900312 ], [ 120.2684989, 30.4912101 ], [ 120.2686683, 30.4918266 ], [ 120.2686997, 30.4920051 ], [ 120.2687374, 30.4924106 ], [ 120.2687876, 30.4927297 ], [ 120.2690511, 30.4938275 ], [ 120.2691265, 30.4940167 ], [ 120.2691892, 30.4941032 ], [ 120.2692582, 30.494233 ], [ 120.2692206, 30.4943628 ], [ 120.2692457, 30.4944331 ], [ 120.2692206, 30.4945467 ], [ 120.2692833, 30.494644 ], [ 120.2693649, 30.4946927 ], [ 120.2694716, 30.4947143 ], [ 120.2694967, 30.4947846 ], [ 120.2696097, 30.4947684 ], [ 120.2696724, 30.4948333 ], [ 120.2697038, 30.495228 ], [ 120.2694591, 30.4952497 ], [ 120.2692708, 30.4952442 ], [ 120.2691327, 30.4952172 ], [ 120.2690009, 30.4951037 ], [ 120.2689382, 30.4951739 ], [ 120.2689758, 30.4952388 ], [ 120.269026, 30.4953037 ], [ 120.2689884, 30.4954551 ], [ 120.2689445, 30.4955092 ], [ 120.2688001, 30.4955254 ], [ 120.2688127, 30.4955741 ], [ 120.268888, 30.4955903 ], [ 120.2690198, 30.4955849 ], [ 120.2694904, 30.4955417 ], [ 120.2695532, 30.4955795 ], [ 120.2696097, 30.4958337 ], [ 120.2696097, 30.4964609 ], [ 120.2696411, 30.4965367 ], [ 120.2698042, 30.4965745 ], [ 120.2698482, 30.496634 ], [ 120.2698544, 30.4971964 ], [ 120.2700095, 30.4973346 ], [ 120.2700364, 30.4973586 ], [ 120.2700364, 30.4974397 ], [ 120.2700866, 30.4974667 ], [ 120.2700992, 30.4975749 ], [ 120.2700678, 30.4976344 ], [ 120.2700866, 30.4985536 ], [ 120.2700866, 30.4987537 ], [ 120.2702435, 30.4999163 ], [ 120.2703377, 30.5005543 ], [ 120.2704255, 30.5008247 ], [ 120.2704121, 30.5008996 ], [ 120.2705617, 30.5009098 ], [ 120.2704695, 30.5006192 ], [ 120.2703377, 30.4999649 ], [ 120.2702749, 30.4994567 ], [ 120.2702263, 30.4990532 ], [ 120.270187, 30.4987267 ], [ 120.270187, 30.4980399 ], [ 120.2701933, 30.4975208 ], [ 120.2702498, 30.4974721 ], [ 120.2703816, 30.4974559 ], [ 120.2706075, 30.4974559 ], [ 120.2710656, 30.4974343 ], [ 120.2711849, 30.4974343 ], [ 120.2713355, 30.4974938 ], [ 120.2715803, 30.4975695 ], [ 120.2723835, 30.497629 ], [ 120.2725718, 30.4976506 ], [ 120.2726973, 30.4976398 ], [ 120.2727977, 30.4976722 ], [ 120.2729295, 30.497683 ], [ 120.2730174, 30.4977533 ], [ 120.2730927, 30.4979967 ], [ 120.2731096, 30.498062 ], [ 120.2731429, 30.4981913 ], [ 120.2731743, 30.4986131 ], [ 120.2731241, 30.4986618 ], [ 120.2729735, 30.4986564 ], [ 120.2729483, 30.4986942 ], [ 120.2729735, 30.4987807 ], [ 120.2730676, 30.4988186 ], [ 120.2732119, 30.4988348 ], [ 120.2733876, 30.4988619 ], [ 120.2734123, 30.4989285 ], [ 120.2734316, 30.4989808 ], [ 120.2734759, 30.4992596 ], [ 120.2734943, 30.4993755 ], [ 120.2734881, 30.4994621 ], [ 120.2734128, 30.4995215 ], [ 120.2732433, 30.4994999 ], [ 120.2731429, 30.4995107 ], [ 120.272691, 30.499381 ], [ 120.2722455, 30.4992836 ], [ 120.2720509, 30.4992782 ], [ 120.2716493, 30.4993107 ], [ 120.2703941, 30.4994188 ], [ 120.2703879, 30.4994729 ], [ 120.2704695, 30.4994729 ], [ 120.2706075, 30.4994621 ], [ 120.2716054, 30.4993593 ], [ 120.2718125, 30.4993539 ], [ 120.2721764, 30.4993323 ], [ 120.2723082, 30.4993485 ], [ 120.2726404, 30.4994361 ], [ 120.2729232, 30.4995107 ], [ 120.2732057, 30.4995973 ], [ 120.2733249, 30.4996243 ], [ 120.2734818, 30.4997487 ], [ 120.273532, 30.4998406 ], [ 120.2735571, 30.4999217 ], [ 120.2736261, 30.4999866 ], [ 120.2737014, 30.5000893 ], [ 120.2737391, 30.5002894 ], [ 120.2737642, 30.5004462 ], [ 120.2737516, 30.5005219 ], [ 120.2736136, 30.5005976 ], [ 120.2736261, 30.5007003 ], [ 120.2736889, 30.5007274 ], [ 120.2737956, 30.5007598 ], [ 120.2738332, 30.5008139 ], [ 120.2738623, 30.5009807 ], [ 120.2743606, 30.5009742 ], [ 120.274216, 30.5008842 ], [ 120.2741596, 30.5007977 ], [ 120.2737956, 30.4993755 ], [ 120.2737983, 30.4993256 ], [ 120.2738018, 30.499262 ], [ 120.2737203, 30.4989376 ], [ 120.2735383, 30.4984779 ], [ 120.2734379, 30.4980507 ], [ 120.273419, 30.4976993 ], [ 120.2734881, 30.4975857 ], [ 120.2736198, 30.4974451 ], [ 120.2736628, 30.4974249 ], [ 120.2737579, 30.4973802 ], [ 120.2738651, 30.4973707 ], [ 120.2740027, 30.4973586 ], [ 120.2743039, 30.4973316 ], [ 120.2743164, 30.4972072 ], [ 120.273783, 30.4971747 ], [ 120.2737767, 30.4970936 ], [ 120.27335, 30.4970882 ], [ 120.2730613, 30.4971098 ], [ 120.2729986, 30.4971747 ], [ 120.272735, 30.4971855 ], [ 120.2725844, 30.4972288 ], [ 120.2724651, 30.4973045 ], [ 120.2715238, 30.4972558 ], [ 120.2713983, 30.4972126 ], [ 120.2712177, 30.4972004 ], [ 120.2707581, 30.4971693 ], [ 120.2704883, 30.4971747 ], [ 120.270413, 30.4971369 ], [ 120.2703502, 30.4970395 ], [ 120.2703439, 30.4966124 ], [ 120.2703879, 30.4965042 ], [ 120.2705636, 30.4964069 ], [ 120.2707519, 30.4963203 ], [ 120.2707832, 30.4962284 ], [ 120.2709527, 30.4961635 ], [ 120.271097, 30.4961203 ], [ 120.2711661, 30.4959743 ], [ 120.2712978, 30.4958986 ], [ 120.2714045, 30.4958012 ], [ 120.2713606, 30.4955849 ], [ 120.2714547, 30.4955471 ], [ 120.2715991, 30.4955633 ], [ 120.271756, 30.49552 ], [ 120.2718627, 30.4954714 ], [ 120.2719819, 30.4954173 ], [ 120.2720886, 30.4953578 ], [ 120.2721388, 30.4951199 ], [ 120.272189, 30.4950442 ], [ 120.2724526, 30.4949198 ], [ 120.2726973, 30.4948657 ], [ 120.2728542, 30.4948062 ], [ 120.2728856, 30.4947251 ], [ 120.2729797, 30.4947035 ], [ 120.2730425, 30.4947467 ], [ 120.2730739, 30.4948333 ], [ 120.2732684, 30.4947954 ], [ 120.273463, 30.4947684 ], [ 120.2735822, 30.494763 ], [ 120.2737516, 30.4947359 ], [ 120.2738458, 30.4946873 ], [ 120.2739274, 30.4945953 ], [ 120.2739713, 30.4944764 ], [ 120.2740152, 30.4941519 ], [ 120.2739838, 30.4940167 ], [ 120.2739587, 30.4939086 ], [ 120.2739901, 30.4937788 ], [ 120.2740654, 30.493649 ], [ 120.2741847, 30.4935841 ], [ 120.2743353, 30.4935408 ], [ 120.2744859, 30.49353 ], [ 120.2746867, 30.4935354 ], [ 120.2748499, 30.4934976 ], [ 120.2750131, 30.4934273 ], [ 120.2751323, 30.4933299 ], [ 120.275559, 30.4930866 ], [ 120.2757034, 30.4930271 ], [ 120.2758728, 30.4930001 ], [ 120.2760172, 30.4930217 ], [ 120.2762243, 30.4930812 ], [ 120.2764376, 30.4931461 ], [ 120.2765318, 30.4931948 ], [ 120.2765757, 30.4932651 ], [ 120.2765882, 30.4933786 ], [ 120.2765945, 30.4937247 ], [ 120.2766196, 30.4938437 ], [ 120.2766636, 30.4939681 ], [ 120.2766698, 30.4941249 ], [ 120.2767451, 30.4943953 ], [ 120.2768707, 30.494909 ], [ 120.2769773, 30.4953091 ], [ 120.2769648, 30.4954335 ], [ 120.277015, 30.4954606 ], [ 120.2770652, 30.4953578 ], [ 120.2771844, 30.4953794 ], [ 120.2771593, 30.4952929 ], [ 120.2770589, 30.4952713 ], [ 120.2769836, 30.4952226 ], [ 120.2769585, 30.4950928 ], [ 120.2768581, 30.4947089 ], [ 120.2768142, 30.4945142 ], [ 120.2768393, 30.4943844 ], [ 120.2767389, 30.4941844 ], [ 120.27672, 30.4939897 ], [ 120.2767451, 30.493914 ], [ 120.2768267, 30.4938329 ], [ 120.2768393, 30.4937463 ], [ 120.2768142, 30.4936382 ], [ 120.2768581, 30.4935463 ], [ 120.2769585, 30.4934976 ], [ 120.2770715, 30.493503 ], [ 120.2772535, 30.4935246 ], [ 120.2774229, 30.4935841 ], [ 120.2774794, 30.4936166 ], [ 120.2775108, 30.4936652 ], [ 120.2774794, 30.4937301 ], [ 120.2774731, 30.4938166 ], [ 120.2775547, 30.4938545 ], [ 120.2776049, 30.4938978 ], [ 120.2776175, 30.4939951 ], [ 120.2776363, 30.4941789 ], [ 120.2776802, 30.4943304 ], [ 120.2777179, 30.4944331 ], [ 120.2777367, 30.4945088 ], [ 120.2776865, 30.4945683 ], [ 120.2776175, 30.494644 ], [ 120.2775924, 30.4947143 ], [ 120.2776013, 30.4947527 ], [ 120.2776175, 30.4948225 ], [ 120.2776677, 30.4948765 ], [ 120.2777806, 30.4949198 ], [ 120.2778434, 30.4949576 ], [ 120.277994, 30.4949252 ], [ 120.2779752, 30.4948441 ], [ 120.2778999, 30.4946981 ], [ 120.277881, 30.4945597 ], [ 120.2778748, 30.4945142 ], [ 120.2778622, 30.4943574 ], [ 120.2778308, 30.4942006 ], [ 120.2778164, 30.4940644 ], [ 120.2778057, 30.4939626 ], [ 120.2778497, 30.4938707 ], [ 120.277925, 30.4938437 ], [ 120.2779312, 30.4937842 ], [ 120.277881, 30.4937355 ], [ 120.2777869, 30.4936814 ], [ 120.2776363, 30.4936274 ], [ 120.2775547, 30.4935841 ], [ 120.2772158, 30.4934219 ], [ 120.2771091, 30.493357 ], [ 120.2770087, 30.4932759 ], [ 120.2769773, 30.4931893 ], [ 120.2769962, 30.4931136 ], [ 120.2770526, 30.4930487 ], [ 120.2771719, 30.4930217 ], [ 120.27731, 30.4930001 ], [ 120.2774731, 30.4930163 ], [ 120.277699, 30.4930163 ], [ 120.2781885, 30.4930433 ], [ 120.2783015, 30.493065 ], [ 120.278471, 30.4931245 ], [ 120.2785463, 30.4932164 ], [ 120.2786153, 30.4933029 ], [ 120.2787534, 30.4933732 ], [ 120.2789103, 30.4934597 ], [ 120.2790483, 30.493503 ], [ 120.2792052, 30.493503 ], [ 120.2795692, 30.4934489 ], [ 120.2797386, 30.4934273 ], [ 120.2799771, 30.4934327 ], [ 120.2802721, 30.4935246 ], [ 120.2803913, 30.4936111 ], [ 120.280429, 30.493676 ], [ 120.2804478, 30.4937626 ], [ 120.280429, 30.4938437 ], [ 120.2804352, 30.4939356 ], [ 120.280498, 30.4939843 ], [ 120.2806047, 30.4939681 ], [ 120.2807365, 30.4939464 ], [ 120.2808871, 30.493914 ], [ 120.2810377, 30.4939032 ], [ 120.2810942, 30.4939248 ], [ 120.2811381, 30.4940221 ], [ 120.2811389, 30.4940752 ], [ 120.2811444, 30.4944169 ], [ 120.2811381, 30.4945953 ], [ 120.2811067, 30.4946981 ], [ 120.2810189, 30.4947359 ], [ 120.280793, 30.4947197 ], [ 120.2807741, 30.4947576 ], [ 120.2808996, 30.4947846 ], [ 120.2811005, 30.494817 ], [ 120.2811695, 30.4948603 ], [ 120.281182, 30.4949739 ], [ 120.2812134, 30.4951956 ], [ 120.2811632, 30.4952929 ], [ 120.281182, 30.495374 ], [ 120.2812197, 30.4954497 ], [ 120.2811758, 30.4955363 ], [ 120.2811067, 30.4956498 ], [ 120.281044, 30.4957039 ], [ 120.2809185, 30.4957255 ], [ 120.2807114, 30.4957417 ], [ 120.2805984, 30.4958174 ], [ 120.2805043, 30.4958769 ], [ 120.2804415, 30.4959959 ], [ 120.2804039, 30.4965421 ], [ 120.2803599, 30.496634 ], [ 120.2800901, 30.4969044 ], [ 120.2799771, 30.4970125 ], [ 120.2798453, 30.497072 ], [ 120.2797261, 30.4970882 ], [ 120.2796445, 30.4970666 ], [ 120.279588, 30.4970882 ], [ 120.2795692, 30.4971801 ], [ 120.27945, 30.4972018 ], [ 120.2787471, 30.4972504 ], [ 120.2784961, 30.4972775 ], [ 120.2782827, 30.4972396 ], [ 120.2780191, 30.4972018 ], [ 120.2776237, 30.4971801 ], [ 120.2774041, 30.4972072 ], [ 120.2772284, 30.4972558 ], [ 120.2770275, 30.4972613 ], [ 120.2758979, 30.4972072 ], [ 120.2744106, 30.4972072 ], [ 120.2743919, 30.497336 ], [ 120.2744808, 30.4973551 ], [ 120.274881, 30.4973679 ], [ 120.2753998, 30.4973935 ], [ 120.2756296, 30.4973998 ], [ 120.2758075, 30.4974573 ], [ 120.2760446, 30.4975531 ], [ 120.2763189, 30.497617 ], [ 120.2766005, 30.4976361 ], [ 120.276897, 30.4976042 ], [ 120.2772082, 30.4976042 ], [ 120.2775566, 30.4975914 ], [ 120.278068, 30.497502 ], [ 120.2785794, 30.4975084 ], [ 120.2788536, 30.4974765 ], [ 120.2790611, 30.4974829 ], [ 120.2792242, 30.4974573 ], [ 120.2796244, 30.4974254 ], [ 120.2797578, 30.4974062 ], [ 120.2799283, 30.4973998 ], [ 120.280121, 30.4973807 ], [ 120.2802544, 30.4972977 ], [ 120.2803137, 30.4972019 ], [ 120.2804916, 30.4969081 ], [ 120.2805064, 30.4967804 ], [ 120.2806175, 30.496691 ], [ 120.2807361, 30.496659 ], [ 120.2808473, 30.4965952 ], [ 120.2809585, 30.4964802 ], [ 120.2810697, 30.4962631 ], [ 120.2811289, 30.4961545 ], [ 120.2813513, 30.495931 ], [ 120.2814106, 30.4957714 ], [ 120.2814476, 30.4955862 ], [ 120.2815292, 30.4948709 ], [ 120.2815736, 30.4947815 ], [ 120.2816626, 30.4947368 ], [ 120.2817663, 30.4947368 ], [ 120.2818849, 30.4947879 ], [ 120.2819442, 30.494839 ], [ 120.2821814, 30.4952349 ], [ 120.2822407, 30.4952988 ], [ 120.2823667, 30.4953626 ], [ 120.2825594, 30.4953499 ], [ 120.2826928, 30.4952988 ], [ 120.2827743, 30.4952413 ], [ 120.2828106, 30.4952379 ], [ 120.2829818, 30.4952221 ], [ 120.2835006, 30.4951774 ], [ 120.2836044, 30.4951774 ], [ 120.2836489, 30.4952413 ], [ 120.2837156, 30.4955606 ], [ 120.2838045, 30.4955478 ], [ 120.28376, 30.4952924 ], [ 120.2837675, 30.4951327 ], [ 120.2838119, 30.4950114 ], [ 120.2839453, 30.494922 ], [ 120.2840861, 30.4948581 ], [ 120.2841529, 30.4946857 ], [ 120.284227, 30.4945196 ], [ 120.2842937, 30.4944111 ], [ 120.2844938, 30.4943153 ], [ 120.2846198, 30.4942706 ], [ 120.2846865, 30.4941492 ], [ 120.2847606, 30.4940726 ], [ 120.2848495, 30.4939832 ], [ 120.2849033, 30.4939511 ], [ 120.2849459, 30.4939257 ], [ 120.2849311, 30.4938427 ], [ 120.2849755, 30.493715 ], [ 120.2850274, 30.4936319 ], [ 120.2850867, 30.4935681 ], [ 120.2851905, 30.4935425 ], [ 120.2852942, 30.4935361 ], [ 120.2854054, 30.4935425 ], [ 120.2855981, 30.4935745 ], [ 120.2860947, 30.4937213 ], [ 120.2864504, 30.4938107 ], [ 120.2866654, 30.4938427 ], [ 120.2868877, 30.4938491 ], [ 120.2871471, 30.4938171 ], [ 120.2872191, 30.4938091 ], [ 120.2873769, 30.4937916 ], [ 120.2874334, 30.4937977 ], [ 120.2874955, 30.4938044 ], [ 120.2876585, 30.4938491 ], [ 120.2879624, 30.4940023 ], [ 120.2880069, 30.4940662 ], [ 120.2880488, 30.4940886 ], [ 120.2881625, 30.4941492 ], [ 120.2883255, 30.4941684 ], [ 120.2885553, 30.4941556 ], [ 120.2887109, 30.494162 ], [ 120.2889852, 30.4942003 ], [ 120.2897412, 30.4944238 ], [ 120.2899264, 30.4944941 ], [ 120.2901043, 30.4945963 ], [ 120.290134, 30.4947048 ], [ 120.2901191, 30.4948581 ], [ 120.2899783, 30.4950369 ], [ 120.2899339, 30.4951217 ], [ 120.2902679, 30.495189 ], [ 120.2904455, 30.4952197 ], [ 120.2905877, 30.4952135 ], [ 120.2907298, 30.495238 ], [ 120.2908293, 30.4952687 ], [ 120.2909572, 30.4952748 ], [ 120.2910069, 30.4952135 ], [ 120.2909785, 30.4950972 ], [ 120.2909572, 30.4949747 ], [ 120.2909927, 30.4948768 ], [ 120.291078, 30.49484 ], [ 120.2911988, 30.4948829 ], [ 120.2913196, 30.4949564 ], [ 120.2915328, 30.4949992 ], [ 120.2916465, 30.4950543 ], [ 120.2916678, 30.4951523 ], [ 120.2916181, 30.4953238 ], [ 120.2916607, 30.4954034 ], [ 120.2917744, 30.4954646 ], [ 120.291881, 30.495483 ], [ 120.2920587, 30.4954891 ], [ 120.2921795, 30.4954217 ], [ 120.2922576, 30.4953421 ], [ 120.2924069, 30.4953483 ], [ 120.2927764, 30.4954707 ], [ 120.2928584, 30.4954991 ], [ 120.2928584, 30.4954332 ], [ 120.2928723, 30.4953492 ], [ 120.2927958, 30.4951933 ], [ 120.2927888, 30.4950434 ], [ 120.2928097, 30.4949175 ], [ 120.292761, 30.4948456 ], [ 120.2926288, 30.4948156 ], [ 120.2923296, 30.4947436 ], [ 120.2915015, 30.4946717 ], [ 120.2913935, 30.4946338 ], [ 120.2913136, 30.4946057 ], [ 120.291244, 30.4946177 ], [ 120.2912093, 30.4946717 ], [ 120.2911118, 30.4946537 ], [ 120.2910979, 30.4945758 ], [ 120.2910144, 30.4945218 ], [ 120.2903255, 30.4943359 ], [ 120.2898524, 30.494162 ], [ 120.2896506, 30.4940481 ], [ 120.2891983, 30.4938502 ], [ 120.2889895, 30.4937663 ], [ 120.2888434, 30.4937483 ], [ 120.2886903, 30.4937483 ], [ 120.2884259, 30.4937843 ], [ 120.2882658, 30.4937783 ], [ 120.2881406, 30.4937423 ], [ 120.2878901, 30.4936344 ], [ 120.2875978, 30.4935265 ], [ 120.2874656, 30.4934845 ], [ 120.2873125, 30.4934725 ], [ 120.2870968, 30.4935145 ], [ 120.2869159, 30.4935205 ], [ 120.2867072, 30.4935085 ], [ 120.2858373, 30.4933886 ], [ 120.2854407, 30.4933226 ], [ 120.2853224, 30.4932746 ], [ 120.2852598, 30.4932267 ], [ 120.285218, 30.4933166 ], [ 120.2851276, 30.4933526 ], [ 120.2850023, 30.4933706 ], [ 120.2849328, 30.4933646 ], [ 120.2848632, 30.4934725 ], [ 120.2847449, 30.4936224 ], [ 120.2845848, 30.4937603 ], [ 120.2844874, 30.4937963 ], [ 120.2842021, 30.49415 ], [ 120.284063, 30.494282 ], [ 120.2839897, 30.4943377 ], [ 120.2839447, 30.4943719 ], [ 120.283889, 30.4944558 ], [ 120.2838124, 30.4945218 ], [ 120.2837846, 30.4945877 ], [ 120.2838124, 30.4948516 ], [ 120.2837498, 30.4949115 ], [ 120.2834297, 30.4950015 ], [ 120.2829426, 30.4950854 ], [ 120.2826852, 30.4951214 ], [ 120.2824973, 30.4951094 ], [ 120.2823929, 30.4950494 ], [ 120.2823025, 30.4949475 ], [ 120.2821911, 30.4948396 ], [ 120.2820937, 30.4948336 ], [ 120.2821216, 30.4947496 ], [ 120.2821355, 30.4946417 ], [ 120.2820937, 30.4944978 ], [ 120.282052, 30.4942999 ], [ 120.2819337, 30.4941381 ], [ 120.2818223, 30.4939582 ], [ 120.2817388, 30.4937483 ], [ 120.2815579, 30.4933646 ], [ 120.2815092, 30.4932387 ], [ 120.2815162, 30.4931067 ], [ 120.2815649, 30.4929988 ], [ 120.2816345, 30.4928969 ], [ 120.2816832, 30.492765 ], [ 120.281718, 30.492651 ], [ 120.2817454, 30.4926169 ], [ 120.2817806, 30.4925731 ], [ 120.2819824, 30.4924892 ], [ 120.2822259, 30.4923632 ], [ 120.282386, 30.4922013 ], [ 120.2825043, 30.4920035 ], [ 120.2826434, 30.4917576 ], [ 120.2827756, 30.4916257 ], [ 120.2829009, 30.4915058 ], [ 120.2830261, 30.4914278 ], [ 120.2831653, 30.4913739 ], [ 120.2833602, 30.49126 ], [ 120.2835202, 30.491194 ], [ 120.2837846, 30.491116 ], [ 120.284063, 30.4910321 ], [ 120.2841882, 30.4908942 ], [ 120.2843622, 30.4907623 ], [ 120.2845222, 30.4906004 ], [ 120.284717, 30.4904325 ], [ 120.285058, 30.4902586 ], [ 120.28512, 30.4902252 ], [ 120.2856147, 30.4899588 ], [ 120.2858443, 30.4898329 ], [ 120.2859048, 30.4898143 ], [ 120.2860391, 30.4897729 ], [ 120.2865262, 30.489635 ], [ 120.2867907, 30.489557 ], [ 120.2869159, 30.4894911 ], [ 120.2870203, 30.4893112 ], [ 120.2871595, 30.4890713 ], [ 120.2876257, 30.4883998 ], [ 120.2877927, 30.4882678 ], [ 120.2879736, 30.488064 ], [ 120.2881893, 30.487968 ], [ 120.2884189, 30.4879021 ], [ 120.2887738, 30.4878601 ], [ 120.2889756, 30.4878541 ], [ 120.2891078, 30.4878841 ], [ 120.2892539, 30.4878601 ], [ 120.2892748, 30.4878001 ], [ 120.2893444, 30.4877282 ], [ 120.2894975, 30.4876442 ], [ 120.2896506, 30.4875903 ], [ 120.2898315, 30.4875783 ], [ 120.2900194, 30.4876802 ], [ 120.2900681, 30.4878121 ], [ 120.2901655, 30.487974 ], [ 120.2902281, 30.4881059 ], [ 120.290242, 30.4882019 ], [ 120.2903464, 30.4882618 ], [ 120.2904577, 30.4882559 ], [ 120.2904508, 30.4881659 ], [ 120.2903951, 30.488088 ], [ 120.2903325, 30.488022 ], [ 120.2903325, 30.487938 ], [ 120.290242, 30.4878061 ], [ 120.2901724, 30.4877222 ], [ 120.2901933, 30.4876023 ], [ 120.2902768, 30.4874523 ], [ 120.290423, 30.4873564 ], [ 120.2906039, 30.4872725 ], [ 120.2907639, 30.4872125 ], [ 120.2909031, 30.4871825 ], [ 120.2910492, 30.4871705 ], [ 120.2909031, 30.4865889 ], [ 120.2908617, 30.4865273 ], [ 120.2908265, 30.4864749 ], [ 120.29059, 30.4866728 ], [ 120.2904438, 30.4867628 ], [ 120.290242, 30.4868287 ], [ 120.2900889, 30.4868167 ], [ 120.2899776, 30.4867508 ], [ 120.2898802, 30.4866248 ], [ 120.289574, 30.486319 ], [ 120.2894001, 30.4860492 ], [ 120.2893444, 30.4859472 ], [ 120.2892122, 30.4858513 ], [ 120.2891217, 30.4857494 ], [ 120.2890313, 30.4856054 ], [ 120.2888921, 30.4854076 ], [ 120.2888573, 30.4852636 ], [ 120.288906, 30.4851737 ], [ 120.2889756, 30.4850898 ], [ 120.2889965, 30.4849758 ], [ 120.2889269, 30.4848979 ], [ 120.2887599, 30.4848559 ], [ 120.2886277, 30.4848079 ], [ 120.288579, 30.484742 ], [ 120.288572, 30.48461 ], [ 120.2885511, 30.4844661 ], [ 120.2884537, 30.4843342 ], [ 120.2882032, 30.4841783 ], [ 120.2880919, 30.4840883 ], [ 120.2880293, 30.4839864 ], [ 120.2879805, 30.4839084 ], [ 120.2878901, 30.4836386 ], [ 120.287737, 30.4834707 ], [ 120.2876883, 30.4833867 ], [ 120.2876187, 30.4833208 ], [ 120.2874726, 30.4832968 ], [ 120.2873817, 30.4832134 ], [ 120.2873284, 30.4831207 ], [ 120.2874013, 30.4829854 ], [ 120.2878851, 30.4828973 ], [ 120.2880888, 30.4827762 ], [ 120.287956, 30.4827166 ], [ 120.2878379, 30.4825995 ], [ 120.2877877, 30.4824702 ], [ 120.2878071, 30.4822902 ], [ 120.2879167, 30.4821456 ], [ 120.2878863, 30.4820576 ], [ 120.2877467, 30.4820526 ], [ 120.2875245, 30.4820881 ], [ 120.287059, 30.4820809 ], [ 120.2866686, 30.4820134 ], [ 120.2864316, 30.4819525 ], [ 120.2860916, 30.4818514 ], [ 120.2859033, 30.4817221 ], [ 120.285862, 30.4815625 ], [ 120.2858138, 30.481109 ], [ 120.2857722, 30.4807247 ], [ 120.2856996, 30.4804166 ], [ 120.2856326, 30.480246 ], [ 120.2854622, 30.480209 ], [ 120.2855092, 30.4804274 ], [ 120.2856635, 30.4809346 ], [ 120.2856511, 30.4810585 ], [ 120.2857238, 30.4817619 ], [ 120.2857764, 30.4820196 ], [ 120.2858941, 30.4822367 ], [ 120.2860706, 30.4823684 ], [ 120.286291, 30.4825035 ], [ 120.2865908, 30.4828755 ], [ 120.286692, 30.4829947 ], [ 120.2867949, 30.4831024 ], [ 120.286985, 30.4833026 ], [ 120.2871208, 30.483474 ], [ 120.2872185, 30.483561 ], [ 120.2873334, 30.4837105 ], [ 120.2874169, 30.4838065 ], [ 120.2877231, 30.4842322 ], [ 120.2880293, 30.484634 ], [ 120.2882589, 30.4850358 ], [ 120.288405, 30.4852037 ], [ 120.2884816, 30.4853296 ], [ 120.2885442, 30.4854375 ], [ 120.2886555, 30.4855995 ], [ 120.2887599, 30.4856774 ], [ 120.2888364, 30.4857793 ], [ 120.2889269, 30.4859293 ], [ 120.288906, 30.4860252 ], [ 120.289247, 30.4865049 ], [ 120.2894627, 30.4867208 ], [ 120.2894975, 30.4868767 ], [ 120.2896158, 30.4869546 ], [ 120.2896227, 30.4870986 ], [ 120.289574, 30.4871825 ], [ 120.2894696, 30.4872605 ], [ 120.2893235, 30.4872904 ], [ 120.2891426, 30.4873144 ], [ 120.2889408, 30.4873324 ], [ 120.2887529, 30.4873804 ], [ 120.288405, 30.4875003 ], [ 120.2882171, 30.4876142 ], [ 120.2877996, 30.4878001 ], [ 120.2876187, 30.4879021 ], [ 120.2875352, 30.48798 ], [ 120.287396, 30.488076 ], [ 120.287229, 30.4881839 ], [ 120.2871942, 30.4882978 ], [ 120.2871525, 30.4884058 ], [ 120.2870481, 30.4885137 ], [ 120.2866584, 30.4891853 ], [ 120.2865402, 30.4892512 ], [ 120.285893, 30.4895151 ], [ 120.2855451, 30.489677 ], [ 120.2848214, 30.4900367 ], [ 120.2846823, 30.4901447 ], [ 120.2844874, 30.4903066 ], [ 120.2842578, 30.4904385 ], [ 120.2841882, 30.4905044 ], [ 120.2841673, 30.4905644 ], [ 120.2840908, 30.4906124 ], [ 120.2839655, 30.4906723 ], [ 120.2839307, 30.4907263 ], [ 120.283722, 30.4908642 ], [ 120.2836454, 30.4909002 ], [ 120.2835202, 30.4909661 ], [ 120.2833949, 30.4910441 ], [ 120.2832697, 30.4910741 ], [ 120.2831305, 30.4910501 ], [ 120.2830261, 30.4909901 ], [ 120.2829148, 30.4909422 ], [ 120.2827965, 30.4909242 ], [ 120.282713, 30.4909122 ], [ 120.2826713, 30.4909542 ], [ 120.2827617, 30.4910081 ], [ 120.2829287, 30.4910681 ], [ 120.2829914, 30.491122 ], [ 120.2829844, 30.491176 ], [ 120.2829426, 30.491248 ], [ 120.2829107, 30.491273 ], [ 120.2828661, 30.4913079 ], [ 120.2826573, 30.4915658 ], [ 120.2824068, 30.4918116 ], [ 120.2822746, 30.4919315 ], [ 120.2817806, 30.4923812 ], [ 120.2816553, 30.4925071 ], [ 120.2815023, 30.4926391 ], [ 120.2813005, 30.492789 ], [ 120.2811891, 30.4928429 ], [ 120.2811056, 30.4929508 ], [ 120.2810221, 30.4930888 ], [ 120.2808551, 30.4931907 ], [ 120.280702, 30.4932387 ], [ 120.2805837, 30.4932267 ], [ 120.2805629, 30.4931487 ], [ 120.2805698, 30.4930468 ], [ 120.2805489, 30.4929269 ], [ 120.2804863, 30.4924112 ], [ 120.2804376, 30.4922853 ], [ 120.2804028, 30.4921714 ], [ 120.2803263, 30.4919915 ], [ 120.2802845, 30.4920215 ], [ 120.280302, 30.492082 ], [ 120.2803819, 30.4923572 ], [ 120.2804307, 30.4925191 ], [ 120.2804619, 30.4927261 ], [ 120.2805002, 30.4929808 ], [ 120.2804724, 30.4930768 ], [ 120.2803889, 30.4931847 ], [ 120.2803124, 30.4932806 ], [ 120.2801593, 30.4933226 ], [ 120.2800201, 30.4933286 ], [ 120.279834, 30.4933281 ], [ 120.2796612, 30.4933591 ], [ 120.2794525, 30.4933839 ], [ 120.2792951, 30.4934093 ], [ 120.279056, 30.4933534 ], [ 120.2789566, 30.493282 ], [ 120.2789234, 30.4931606 ], [ 120.278882, 30.4930964 ], [ 120.2787577, 30.4930392 ], [ 120.2786334, 30.4929393 ], [ 120.2785505, 30.4928464 ], [ 120.2784676, 30.4927179 ], [ 120.278393, 30.4925394 ], [ 120.2782936, 30.492318 ], [ 120.278219, 30.4921323 ], [ 120.2781859, 30.4919752 ], [ 120.2781776, 30.4918467 ], [ 120.2781196, 30.4911469 ], [ 120.2781196, 30.4908041 ], [ 120.2781527, 30.4906256 ], [ 120.2782273, 30.4904399 ], [ 120.2782687, 30.4902614 ], [ 120.2782853, 30.4899686 ], [ 120.2782024, 30.4896758 ], [ 120.2781113, 30.4892759 ], [ 120.2779787, 30.4892616 ], [ 120.2779704, 30.4894973 ], [ 120.2780367, 30.4901257 ], [ 120.278045, 30.4903685 ], [ 120.2779704, 30.4903971 ], [ 120.2777135, 30.4903685 ], [ 120.2777135, 30.4904256 ], [ 120.2778958, 30.4904756 ], [ 120.2779538, 30.490547 ], [ 120.2779124, 30.490697 ], [ 120.2779373, 30.4909255 ], [ 120.2780201, 30.4913111 ], [ 120.2780036, 30.4914897 ], [ 120.2780118, 30.4922252 ], [ 120.2779538, 30.4925465 ], [ 120.277929, 30.4926679 ], [ 120.277813, 30.4927322 ], [ 120.2770008, 30.4928607 ], [ 120.2765782, 30.4928464 ], [ 120.2763379, 30.4928036 ], [ 120.2761224, 30.4927465 ], [ 120.2759732, 30.4926679 ], [ 120.2758738, 30.4926036 ], [ 120.2757743, 30.4926036 ], [ 120.2756003, 30.4926608 ], [ 120.275476, 30.4927465 ], [ 120.2753931, 30.4927393 ], [ 120.2753766, 30.4926608 ], [ 120.2754014, 30.4912397 ], [ 120.2754263, 30.4909755 ], [ 120.2755009, 30.4907898 ], [ 120.2755837, 30.4905827 ], [ 120.2756252, 30.4903685 ], [ 120.2755672, 30.4902471 ], [ 120.275534, 30.49009 ], [ 120.2755589, 30.48994 ], [ 120.2756252, 30.4897258 ], [ 120.2756666, 30.4895116 ], [ 120.2756666, 30.4893116 ], [ 120.2755506, 30.4884618 ], [ 120.2755174, 30.4882619 ], [ 120.275534, 30.4881119 ], [ 120.2755589, 30.4879619 ], [ 120.27565, 30.4869622 ], [ 120.27565, 30.4866479 ], [ 120.2756652, 30.4865851 ], [ 120.2756915, 30.4864766 ], [ 120.2757163, 30.486348 ], [ 120.2757163, 30.4861838 ], [ 120.27565, 30.4861766 ], [ 120.2755755, 30.4863551 ], [ 120.2755672, 30.4865051 ], [ 120.275534, 30.4868408 ], [ 120.275476, 30.4870122 ], [ 120.2754926, 30.4872335 ], [ 120.2755174, 30.4877049 ], [ 120.2754677, 30.4878977 ], [ 120.275418, 30.4880548 ], [ 120.2753849, 30.488219 ], [ 120.2754429, 30.4884475 ], [ 120.2754594, 30.4885618 ], [ 120.275476, 30.4895687 ], [ 120.2754346, 30.4897044 ], [ 120.2753517, 30.4898544 ], [ 120.2752523, 30.48999 ], [ 120.2752605, 30.4901329 ], [ 120.2753517, 30.4905756 ], [ 120.2753103, 30.4907684 ], [ 120.275244, 30.4908827 ], [ 120.2751114, 30.4910112 ], [ 120.2748711, 30.4910826 ], [ 120.2746224, 30.491104 ], [ 120.2743573, 30.4910541 ], [ 120.2737274, 30.4909755 ], [ 120.272791, 30.4908827 ], [ 120.2727827, 30.4909469 ], [ 120.2737606, 30.4910469 ], [ 120.2743987, 30.4911683 ], [ 120.274755, 30.4911969 ], [ 120.2749539, 30.4911826 ], [ 120.2751611, 30.4911326 ], [ 120.2752854, 30.4911683 ], [ 120.275302, 30.491304 ], [ 120.2752605, 30.4922323 ], [ 120.2752854, 30.4924822 ], [ 120.275244, 30.492825 ], [ 120.2751942, 30.4929107 ], [ 120.2750202, 30.4929964 ], [ 120.2745893, 30.4932035 ], [ 120.2743738, 30.4932535 ], [ 120.2741335, 30.4932535 ], [ 120.2739429, 30.4932535 ], [ 120.2738103, 30.4933034 ], [ 120.273744, 30.4933749 ], [ 120.2737109, 30.4935248 ], [ 120.273628, 30.4942032 ], [ 120.2735451, 30.4943174 ], [ 120.2734125, 30.4944103 ], [ 120.2731556, 30.4944888 ], [ 120.2728822, 30.4945459 ], [ 120.2726004, 30.4945459 ], [ 120.2724181, 30.4944817 ], [ 120.2723518, 30.4943817 ], [ 120.2722606, 30.4941889 ], [ 120.2721861, 30.493989 ], [ 120.2721695, 30.4938533 ], [ 120.2721943, 30.4937105 ], [ 120.2722441, 30.4935748 ], [ 120.2722855, 30.4934391 ], [ 120.2722606, 30.493332 ], [ 120.2721943, 30.4932749 ], [ 120.2721032, 30.4932677 ], [ 120.2720369, 30.4934106 ], [ 120.2719457, 30.4934963 ], [ 120.2718546, 30.4936176 ], [ 120.2718131, 30.4937747 ], [ 120.2718546, 30.4939318 ], [ 120.2718711, 30.4940747 ], [ 120.27178, 30.4944031 ], [ 120.271664, 30.4944603 ], [ 120.2715314, 30.4945102 ], [ 120.2714982, 30.494753 ], [ 120.2714154, 30.4948887 ], [ 120.2712662, 30.4949673 ], [ 120.2709927, 30.4951029 ], [ 120.2703546, 30.49521 ], [ 120.2701557, 30.49521 ], [ 120.2700811, 30.4951529 ], [ 120.2699971, 30.4948476 ], [ 120.2699651, 30.4947316 ], [ 120.2699568, 30.4946174 ], [ 120.269907, 30.4943878 ], [ 120.2697414, 30.4936248 ], [ 120.2697211, 30.4934687 ], [ 120.2696502, 30.492925 ], [ 120.2696259, 30.492888 ], [ 120.2694348, 30.4925965 ], [ 120.2693436, 30.492268 ], [ 120.2692856, 30.491961 ], [ 120.2692856, 30.4918253 ], [ 120.2691696, 30.4914111 ], [ 120.2692027, 30.491254 ], [ 120.2693104, 30.4911612 ], [ 120.2694845, 30.4911112 ], [ 120.2696171, 30.4910326 ], [ 120.2697165, 30.4909898 ], [ 120.2701391, 30.4910112 ], [ 120.2701474, 30.4909327 ], [ 120.2693519, 30.4909041 ], [ 120.2692359, 30.4908327 ], [ 120.2691861, 30.4906613 ], [ 120.2689707, 30.4897401 ], [ 120.2689531, 30.4894681 ], [ 120.2689458, 30.4893545 ], [ 120.2688464, 30.4890046 ], [ 120.2687221, 30.4879262 ], [ 120.2686806, 30.4877477 ], [ 120.26849, 30.4872621 ], [ 120.2683906, 30.4869836 ], [ 120.2682927, 30.4865847 ], [ 120.2682369, 30.4860199 ], [ 120.2683206, 30.4858517 ], [ 120.2685437, 30.4857916 ], [ 120.2688089, 30.4857471 ], [ 120.2689227, 30.4857849 ], [ 120.2690279, 30.4858301 ], [ 120.2691154, 30.4858679 ], [ 120.2692644, 30.4858679 ], [ 120.2692994, 30.4857169 ], [ 120.269168, 30.4856565 ], [ 120.2690804, 30.4855659 ], [ 120.2690191, 30.4854754 ], [ 120.2688965, 30.4854527 ], [ 120.2686424, 30.4854754 ], [ 120.2684235, 30.4854452 ], [ 120.268257, 30.4854074 ], [ 120.2681519, 30.4853395 ], [ 120.2679067, 30.4849017 ], [ 120.2678366, 30.4847205 ], [ 120.2678191, 30.4845847 ], [ 120.2676176, 30.4833694 ], [ 120.2674074, 30.4822899 ], [ 120.2673636, 30.4819578 ], [ 120.2673899, 30.4811954 ], [ 120.267311, 30.4803121 ], [ 120.2673811, 30.4802518 ], [ 120.2675081, 30.480251 ], [ 120.2681204, 30.480251 ], [ 120.2690069, 30.4802431 ], [ 120.2691257, 30.4802904 ], [ 120.2695461, 30.480314 ], [ 120.2695461, 30.4802195 ], [ 120.2693359, 30.4801958 ], [ 120.2691348, 30.4801486 ], [ 120.2689521, 30.480125 ], [ 120.2674716, 30.480062 ], [ 120.2673619, 30.4799753 ], [ 120.2673254, 30.4797784 ], [ 120.2673345, 30.4788097 ], [ 120.2672248, 30.4785734 ], [ 120.2671517, 30.4780142 ], [ 120.2671791, 30.4778016 ], [ 120.2673985, 30.4774393 ], [ 120.2673884, 30.4773453 ], [ 120.2672888, 30.4764154 ], [ 120.2672797, 30.4761239 ], [ 120.267234, 30.4757459 ], [ 120.2675264, 30.4746117 ], [ 120.2676909, 30.4744857 ], [ 120.2679285, 30.4743833 ], [ 120.2679377, 30.4741549 ], [ 120.2678006, 30.4739107 ], [ 120.2678006, 30.4736429 ], [ 120.2676726, 30.4729813 ], [ 120.2675995, 30.4727607 ], [ 120.2675356, 30.4725875 ], [ 120.2672248, 30.4725953 ], [ 120.267234, 30.4728316 ], [ 120.2671243, 30.4733278 ], [ 120.2670329, 30.4734381 ], [ 120.2668958, 30.4734381 ], [ 120.2660551, 30.4731861 ], [ 120.2659637, 30.4732097 ], [ 120.2660002, 30.4732963 ], [ 120.2668593, 30.4735169 ], [ 120.2670238, 30.4735484 ], [ 120.2670878, 30.4736429 ], [ 120.2671243, 30.4738162 ], [ 120.2672523, 30.4738871 ], [ 120.2672797, 30.4740131 ], [ 120.2672248, 30.474147 ], [ 120.267106, 30.4742258 ], [ 120.2670055, 30.4743833 ], [ 120.266905, 30.4754151 ], [ 120.2668593, 30.4756671 ], [ 120.2668684, 30.47599 ], [ 120.2668319, 30.4761554 ], [ 120.2665577, 30.4766516 ], [ 120.2662378, 30.4770139 ], [ 120.266119, 30.4771242 ], [ 120.2658906, 30.4771321 ], [ 120.2650589, 30.4770297 ], [ 120.2646386, 30.4770454 ], [ 120.2640628, 30.4770376 ], [ 120.2631763, 30.4768643 ], [ 120.2630393, 30.4767855 ], [ 120.2629661, 30.4765729 ], [ 120.2629387, 30.4762893 ], [ 120.2630301, 30.4758798 ], [ 120.2629296, 30.4758404 ], [ 120.2628199, 30.4762972 ], [ 120.2627834, 30.4765335 ], [ 120.2626737, 30.4767934 ], [ 120.2625458, 30.4768564 ], [ 120.2625183, 30.477266 ], [ 120.262893, 30.4773369 ] ], [ [ 120.2806612, 30.4936382 ], [ 120.2807176, 30.4936166 ], [ 120.2807867, 30.4936382 ], [ 120.280862, 30.4936706 ], [ 120.2808494, 30.4937193 ], [ 120.2807992, 30.4937463 ], [ 120.2806988, 30.4937409 ], [ 120.2806486, 30.4937031 ], [ 120.2806612, 30.4936382 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3208147, 30.4814214 ], [ 120.3210887, 30.4814668 ], [ 120.3211862, 30.4814681 ], [ 120.321182, 30.4812702 ], [ 120.3211594, 30.481241 ], [ 120.3208411, 30.481217 ], [ 120.3207937, 30.4812352 ], [ 120.3207831, 30.4813805 ], [ 120.3208147, 30.4814214 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3040317, 30.4854157 ], [ 120.3041, 30.4854275 ], [ 120.3041593, 30.4854393 ], [ 120.3042595, 30.4854628 ], [ 120.3043324, 30.4855178 ], [ 120.3043826, 30.4855689 ], [ 120.3044281, 30.4856474 ], [ 120.3044555, 30.4857731 ], [ 120.3044691, 30.4858594 ], [ 120.304501, 30.4859105 ], [ 120.3045329, 30.485989 ], [ 120.3045329, 30.4860283 ], [ 120.3045193, 30.4860911 ], [ 120.3044691, 30.48615 ], [ 120.3043917, 30.4861814 ], [ 120.3043097, 30.4862207 ], [ 120.3042504, 30.4862521 ], [ 120.3041866, 30.4863071 ], [ 120.3041593, 30.4863778 ], [ 120.3041547, 30.4864563 ], [ 120.304173, 30.4865348 ], [ 120.3042049, 30.4866095 ], [ 120.3042322, 30.4866644 ], [ 120.3042732, 30.4866841 ], [ 120.3042869, 30.486633 ], [ 120.3042686, 30.4865506 ], [ 120.3042686, 30.4864406 ], [ 120.3042732, 30.486366 ], [ 120.3043188, 30.4863189 ], [ 120.3044236, 30.48626 ], [ 120.3045329, 30.486205 ], [ 120.3046241, 30.486205 ], [ 120.3046924, 30.4862129 ], [ 120.3047653, 30.4862482 ], [ 120.304902, 30.4862796 ], [ 120.3050068, 30.4863149 ], [ 120.3051071, 30.4863896 ], [ 120.3053167, 30.4865859 ], [ 120.305458, 30.4867037 ], [ 120.3055126, 30.486794 ], [ 120.3055536, 30.4868608 ], [ 120.3055901, 30.4870021 ], [ 120.3056266, 30.4871278 ], [ 120.3056903, 30.4873909 ], [ 120.3057496, 30.4875048 ], [ 120.3058179, 30.4875872 ], [ 120.3058772, 30.4877168 ], [ 120.3059774, 30.4878582 ], [ 120.3060367, 30.4879053 ], [ 120.3060913, 30.4879249 ], [ 120.3062144, 30.4879328 ], [ 120.3063511, 30.4879328 ], [ 120.3064058, 30.4879603 ], [ 120.3064468, 30.4880309 ], [ 120.3065014, 30.488137 ], [ 120.306588, 30.4882155 ], [ 120.306629, 30.4882862 ], [ 120.3066518, 30.4883647 ], [ 120.3066883, 30.488561 ], [ 120.3067521, 30.4889812 ], [ 120.3067566, 30.4891029 ], [ 120.3067566, 30.4892521 ], [ 120.306743, 30.4893385 ], [ 120.3067019, 30.4894131 ], [ 120.3065789, 30.4894759 ], [ 120.306465, 30.4895191 ], [ 120.3064285, 30.4895663 ], [ 120.3064513, 30.4896095 ], [ 120.306547, 30.4896291 ], [ 120.306588, 30.4896644 ], [ 120.3066245, 30.4897508 ], [ 120.3066883, 30.4899236 ], [ 120.3067293, 30.4899982 ], [ 120.3067794, 30.4900414 ], [ 120.3068751, 30.4900728 ], [ 120.3069845, 30.490116 ], [ 120.3070346, 30.4902495 ], [ 120.3071394, 30.4907207 ], [ 120.3071622, 30.4908935 ], [ 120.3071576, 30.4910073 ], [ 120.3071029, 30.4910662 ], [ 120.3069981, 30.4910976 ], [ 120.3068797, 30.4910976 ], [ 120.3066199, 30.4911133 ], [ 120.3065106, 30.491133 ], [ 120.3064285, 30.4911762 ], [ 120.3062326, 30.4913843 ], [ 120.3059956, 30.4917534 ], [ 120.3057952, 30.4922206 ], [ 120.3056767, 30.492523 ], [ 120.3054306, 30.4932494 ], [ 120.3053395, 30.4935125 ], [ 120.3052529, 30.4936656 ], [ 120.304738, 30.4945019 ], [ 120.3045102, 30.4950359 ], [ 120.3041684, 30.4958369 ], [ 120.3041211, 30.495942 ], [ 120.3041411, 30.4959743 ], [ 120.3042276, 30.4959743 ], [ 120.3042595, 30.4960136 ], [ 120.3043689, 30.4959704 ], [ 120.3044646, 30.4959704 ], [ 120.3044965, 30.495939 ], [ 120.3045147, 30.495884 ], [ 120.3047289, 30.4953265 ], [ 120.3048747, 30.4948789 ], [ 120.3049476, 30.4946315 ], [ 120.3049886, 30.494553 ], [ 120.3050752, 30.494498 ], [ 120.3051572, 30.4944273 ], [ 120.305221, 30.4943449 ], [ 120.3052757, 30.4942585 ], [ 120.3053076, 30.4941446 ], [ 120.305344, 30.4939993 ], [ 120.3053942, 30.4938737 ], [ 120.3054625, 30.4937834 ], [ 120.3055445, 30.4937166 ], [ 120.305622, 30.4936813 ], [ 120.3057131, 30.4936617 ], [ 120.3057724, 30.4936224 ], [ 120.3057952, 30.493536 ], [ 120.3057952, 30.4934339 ], [ 120.3058262, 30.4933644 ], [ 120.3059091, 30.4931787 ], [ 120.306105, 30.4927703 ], [ 120.3061369, 30.4926761 ], [ 120.3061961, 30.4926172 ], [ 120.306342, 30.4926054 ], [ 120.3064741, 30.4926054 ], [ 120.3068933, 30.4925701 ], [ 120.3070665, 30.4925426 ], [ 120.3072989, 30.4925191 ], [ 120.3075176, 30.4924798 ], [ 120.307709, 30.4924484 ], [ 120.3078457, 30.4924327 ], [ 120.3079414, 30.4924405 ], [ 120.3080097, 30.4924405 ], [ 120.3079459, 30.4924091 ], [ 120.3079459, 30.4923698 ], [ 120.3080234, 30.4923384 ], [ 120.3080781, 30.492307 ], [ 120.3080416, 30.4922795 ], [ 120.3078867, 30.4923031 ], [ 120.3077135, 30.4922992 ], [ 120.3074994, 30.4922992 ], [ 120.3073991, 30.4922795 ], [ 120.3073171, 30.4922992 ], [ 120.3072442, 30.4923267 ], [ 120.3071303, 30.4923384 ], [ 120.3069161, 30.4923149 ], [ 120.3068523, 30.4923227 ], [ 120.306743, 30.492362 ], [ 120.3066518, 30.4923816 ], [ 120.306547, 30.492362 ], [ 120.306465, 30.4923541 ], [ 120.3063511, 30.4923895 ], [ 120.3063465, 30.4924641 ], [ 120.3062918, 30.4925112 ], [ 120.3062554, 30.4924876 ], [ 120.306301, 30.4923973 ], [ 120.3063465, 30.4923541 ], [ 120.3063465, 30.4922952 ], [ 120.3063602, 30.4922206 ], [ 120.3064513, 30.4920125 ], [ 120.3066381, 30.4917023 ], [ 120.306784, 30.4916238 ], [ 120.306948, 30.491557 ], [ 120.3072077, 30.4914824 ], [ 120.3074174, 30.4914078 ], [ 120.3075313, 30.491345 ], [ 120.3076816, 30.4912822 ], [ 120.3078548, 30.4912429 ], [ 120.3080599, 30.4912076 ], [ 120.3085748, 30.4911369 ], [ 120.3088436, 30.4910898 ], [ 120.3089621, 30.4910662 ], [ 120.3090077, 30.4910348 ], [ 120.3091079, 30.4909013 ], [ 120.3091398, 30.4908346 ], [ 120.3091808, 30.4905911 ], [ 120.3092264, 30.4904969 ], [ 120.3092856, 30.4904498 ], [ 120.3093494, 30.4904144 ], [ 120.3097914, 30.4902848 ], [ 120.3099053, 30.4902613 ], [ 120.3100147, 30.4902495 ], [ 120.3101605, 30.4902573 ], [ 120.3102653, 30.4902534 ], [ 120.3103747, 30.4902181 ], [ 120.3105752, 30.4901788 ], [ 120.3106526, 30.4901553 ], [ 120.3107757, 30.4901042 ], [ 120.3110172, 30.4900296 ], [ 120.3110992, 30.4899825 ], [ 120.311245, 30.4899511 ], [ 120.3114045, 30.4899 ], [ 120.3115139, 30.4898608 ], [ 120.311605, 30.4898097 ], [ 120.3117736, 30.4897037 ], [ 120.3118693, 30.4896134 ], [ 120.311924, 30.489527 ], [ 120.3119604, 30.4894485 ], [ 120.3120014, 30.4893739 ], [ 120.3120561, 30.4892953 ], [ 120.3120561, 30.4892403 ], [ 120.3120698, 30.4890754 ], [ 120.312088, 30.4888752 ], [ 120.3121518, 30.4887299 ], [ 120.3121245, 30.4886867 ], [ 120.3121472, 30.4886082 ], [ 120.3122748, 30.4883411 ], [ 120.3123569, 30.4882862 ], [ 120.3124981, 30.4882626 ], [ 120.3126713, 30.488239 ], [ 120.3128353, 30.4882233 ], [ 120.312972, 30.488243 ], [ 120.3130814, 30.4882273 ], [ 120.3132044, 30.488188 ], [ 120.313692, 30.4880192 ], [ 120.3137922, 30.4879995 ], [ 120.3138788, 30.4880034 ], [ 120.3140018, 30.4880506 ], [ 120.3141385, 30.4881566 ], [ 120.314298, 30.4882194 ], [ 120.3144347, 30.4882587 ], [ 120.3146717, 30.4882665 ], [ 120.3147081, 30.4882351 ], [ 120.3148357, 30.4882351 ], [ 120.3151182, 30.488243 ], [ 120.3151866, 30.4882665 ], [ 120.3153916, 30.488239 ], [ 120.3154554, 30.4882548 ], [ 120.3155329, 30.4882351 ], [ 120.3155785, 30.4881801 ], [ 120.315665, 30.4881605 ], [ 120.3156924, 30.4881055 ], [ 120.3157881, 30.4880427 ], [ 120.316025, 30.4879053 ], [ 120.316066, 30.4878425 ], [ 120.3161663, 30.4877757 ], [ 120.3162084, 30.4877414 ], [ 120.3164169, 30.4875715 ], [ 120.3165035, 30.4875715 ], [ 120.3165399, 30.487544 ], [ 120.3165217, 30.4874969 ], [ 120.3165308, 30.4874184 ], [ 120.3165491, 30.4871985 ], [ 120.3165901, 30.4871553 ], [ 120.316663, 30.487116 ], [ 120.3167194, 30.4871044 ], [ 120.317064, 30.4870335 ], [ 120.3172827, 30.4870178 ], [ 120.3173829, 30.4869904 ], [ 120.3175151, 30.4869864 ], [ 120.3176177, 30.4870098 ], [ 120.31767, 30.4870218 ], [ 120.3178295, 30.4871631 ], [ 120.3179161, 30.4871671 ], [ 120.3185221, 30.4871474 ], [ 120.3188092, 30.4871121 ], [ 120.3188001, 30.487065 ], [ 120.3180619, 30.4870964 ], [ 120.317989, 30.4870846 ], [ 120.3175561, 30.4869118 ], [ 120.3174741, 30.4868961 ], [ 120.3167814, 30.4869511 ], [ 120.3164807, 30.4869982 ], [ 120.3164169, 30.4870218 ], [ 120.3163941, 30.4871082 ], [ 120.3163759, 30.4871513 ], [ 120.3164078, 30.4871945 ], [ 120.3164215, 30.4873752 ], [ 120.316385, 30.4874459 ], [ 120.316303, 30.4875244 ], [ 120.3160706, 30.4877482 ], [ 120.3159157, 30.4878817 ], [ 120.3158291, 30.4879367 ], [ 120.3156514, 30.488027 ], [ 120.3155375, 30.4880781 ], [ 120.3154554, 30.4881252 ], [ 120.3153506, 30.4881448 ], [ 120.3152003, 30.4881409 ], [ 120.3147583, 30.4881291 ], [ 120.3143983, 30.4880898 ], [ 120.3142661, 30.4880506 ], [ 120.3141659, 30.4880113 ], [ 120.3140747, 30.4879563 ], [ 120.3139927, 30.4879092 ], [ 120.3139426, 30.4878464 ], [ 120.3138606, 30.487815 ], [ 120.3137512, 30.4878228 ], [ 120.3136419, 30.4878621 ], [ 120.3135234, 30.4878817 ], [ 120.313414, 30.4878817 ], [ 120.3133548, 30.4878582 ], [ 120.3133001, 30.4878267 ], [ 120.3132682, 30.4877757 ], [ 120.3132454, 30.4877011 ], [ 120.3132454, 30.4876108 ], [ 120.3132682, 30.4875283 ], [ 120.3132864, 30.4873123 ], [ 120.3133047, 30.4865702 ], [ 120.313332, 30.4864288 ], [ 120.3134322, 30.48615 ], [ 120.3135371, 30.4859419 ], [ 120.3136419, 30.4858045 ], [ 120.3137193, 30.4857456 ], [ 120.3138287, 30.4857142 ], [ 120.3139973, 30.4856945 ], [ 120.3143117, 30.485671 ], [ 120.3144894, 30.4856395 ], [ 120.3146535, 30.4855924 ], [ 120.3148266, 30.4855335 ], [ 120.3149815, 30.4854746 ], [ 120.3151547, 30.4854118 ], [ 120.3157243, 30.4852979 ], [ 120.3157334, 30.4852469 ], [ 120.3157783, 30.4852371 ], [ 120.3163075, 30.4851212 ], [ 120.3163486, 30.4851605 ], [ 120.3164906, 30.485135 ], [ 120.3166766, 30.4851016 ], [ 120.3167587, 30.4851016 ], [ 120.3168088, 30.4851133 ], [ 120.3170168, 30.4850934 ], [ 120.3170549, 30.4850898 ], [ 120.3171323, 30.4850741 ], [ 120.3173921, 30.4850702 ], [ 120.3174194, 30.4851094 ], [ 120.3174878, 30.4851106 ], [ 120.3176427, 30.4851133 ], [ 120.3177976, 30.4851094 ], [ 120.3179024, 30.4850819 ], [ 120.3179753, 30.4850505 ], [ 120.3180027, 30.4849602 ], [ 120.3180801, 30.4848974 ], [ 120.3182077, 30.4848463 ], [ 120.3183125, 30.484811 ], [ 120.3184447, 30.4847364 ], [ 120.3185996, 30.4847246 ], [ 120.3187363, 30.4847207 ], [ 120.3188684, 30.484701 ], [ 120.319037, 30.4846735 ], [ 120.3192056, 30.4846657 ], [ 120.3193104, 30.4846461 ], [ 120.319397, 30.4846657 ], [ 120.319479, 30.4847167 ], [ 120.3194927, 30.484862 ], [ 120.319479, 30.4849759 ], [ 120.319479, 30.4850819 ], [ 120.3194517, 30.4851369 ], [ 120.3194061, 30.4851919 ], [ 120.3194107, 30.4852586 ], [ 120.3194517, 30.4853215 ], [ 120.3195246, 30.4853647 ], [ 120.3196249, 30.4853843 ], [ 120.3201307, 30.4854039 ], [ 120.32024, 30.4854432 ], [ 120.3203357, 30.4854275 ], [ 120.3204132, 30.4854118 ], [ 120.3205544, 30.4854314 ], [ 120.3206729, 30.4854314 ], [ 120.3207212, 30.4854282 ], [ 120.3207914, 30.4854236 ], [ 120.3207868, 30.4853843 ], [ 120.3204815, 30.4853804 ], [ 120.3203813, 30.4853607 ], [ 120.3203357, 30.4853175 ], [ 120.3201534, 30.4853136 ], [ 120.3201079, 30.4853411 ], [ 120.3200213, 30.4853529 ], [ 120.319757, 30.4853136 ], [ 120.3196249, 30.4852508 ], [ 120.3195838, 30.4851958 ], [ 120.3195611, 30.4851173 ], [ 120.3195519, 30.4850387 ], [ 120.3195611, 30.4849563 ], [ 120.3196112, 30.4847442 ], [ 120.319634, 30.4846971 ], [ 120.3196294, 30.4845754 ], [ 120.3196613, 30.484434 ], [ 120.3197023, 30.4843947 ], [ 120.3197251, 30.4842966 ], [ 120.319757, 30.484218 ], [ 120.3197889, 30.4840727 ], [ 120.3197935, 30.4839903 ], [ 120.3198117, 30.4839353 ], [ 120.3198664, 30.4838568 ], [ 120.3199119, 30.4837272 ], [ 120.3199229, 30.4836632 ], [ 120.3199302, 30.4836211 ], [ 120.3199302, 30.4834248 ], [ 120.3199621, 30.4832599 ], [ 120.3199894, 30.4831696 ], [ 120.3200532, 30.4829811 ], [ 120.3200805, 30.4828711 ], [ 120.3200167, 30.4828672 ], [ 120.3200068, 30.48291 ], [ 120.3199393, 30.483201 ], [ 120.31988, 30.4833031 ], [ 120.3198527, 30.4833777 ], [ 120.3198299, 30.4835308 ], [ 120.3197798, 30.4838882 ], [ 120.3197205, 30.4839667 ], [ 120.3196795, 30.4841238 ], [ 120.3196704, 30.4842337 ], [ 120.3195884, 30.484434 ], [ 120.3195428, 30.4844851 ], [ 120.319479, 30.4845086 ], [ 120.3194016, 30.4845086 ], [ 120.319315, 30.4844968 ], [ 120.3192649, 30.4845283 ], [ 120.3190097, 30.4845597 ], [ 120.3185586, 30.4845989 ], [ 120.3184492, 30.4846068 ], [ 120.3183353, 30.4846382 ], [ 120.3182305, 30.4846657 ], [ 120.3181348, 30.4846775 ], [ 120.3180847, 30.4846696 ], [ 120.3180072, 30.4846421 ], [ 120.3179662, 30.4845911 ], [ 120.3179389, 30.4845322 ], [ 120.3179297, 30.4844536 ], [ 120.317948, 30.4843908 ], [ 120.3179252, 30.4843083 ], [ 120.3179206, 30.4842102 ], [ 120.3179206, 30.4840963 ], [ 120.3179297, 30.4840021 ], [ 120.317948, 30.4839353 ], [ 120.3179297, 30.4838568 ], [ 120.3178979, 30.4837861 ], [ 120.3178887, 30.4837036 ], [ 120.3178887, 30.4835073 ], [ 120.3178887, 30.4834327 ], [ 120.3179206, 30.4832874 ], [ 120.3179115, 30.4831892 ], [ 120.3179024, 30.4831146 ], [ 120.3179115, 30.4828554 ], [ 120.3179343, 30.4827651 ], [ 120.3179753, 30.4827062 ], [ 120.3179708, 30.4826159 ], [ 120.3179981, 30.4825805 ], [ 120.3180847, 30.4825687 ], [ 120.318071, 30.4825177 ], [ 120.3179935, 30.4825177 ], [ 120.3179115, 30.4825412 ], [ 120.3178568, 30.482608 ], [ 120.3178341, 30.4827023 ], [ 120.3178341, 30.4828279 ], [ 120.3178432, 30.4832795 ], [ 120.3178204, 30.4836172 ], [ 120.3178204, 30.4836958 ], [ 120.3178295, 30.4840845 ], [ 120.3178022, 30.4841513 ], [ 120.3178022, 30.4842652 ], [ 120.3178386, 30.4846068 ], [ 120.3178341, 30.4848699 ], [ 120.3177611, 30.4849406 ], [ 120.3176427, 30.4849798 ], [ 120.3175424, 30.4849955 ], [ 120.3173328, 30.4849798 ], [ 120.3172007, 30.4849759 ], [ 120.3170776, 30.4849759 ], [ 120.3169318, 30.4849955 ], [ 120.3168133, 30.4850073 ], [ 120.3166903, 30.4850073 ], [ 120.3164443, 30.4849838 ], [ 120.3163486, 30.4849798 ], [ 120.3161982, 30.4850034 ], [ 120.3160433, 30.485027 ], [ 120.3159886, 30.4850623 ], [ 120.3155192, 30.4851801 ], [ 120.3149132, 30.4853607 ], [ 120.3145623, 30.4854825 ], [ 120.3143892, 30.4855217 ], [ 120.3142251, 30.4855414 ], [ 120.3140793, 30.4855414 ], [ 120.3139745, 30.4855374 ], [ 120.3138879, 30.4855453 ], [ 120.313815, 30.4855217 ], [ 120.3137421, 30.4854903 ], [ 120.3136145, 30.48551 ], [ 120.3135052, 30.485561 ], [ 120.3133958, 30.4856278 ], [ 120.3133639, 30.485667 ], [ 120.3133138, 30.4857652 ], [ 120.3131725, 30.486095 ], [ 120.3131315, 30.486417 ], [ 120.3131042, 30.4865309 ], [ 120.3131042, 30.4869589 ], [ 120.3130267, 30.4876383 ], [ 120.3130313, 30.4877836 ], [ 120.313013, 30.4878582 ], [ 120.3129766, 30.4879131 ], [ 120.31289, 30.4879681 ], [ 120.3127852, 30.4879838 ], [ 120.3123569, 30.4879995 ], [ 120.3122293, 30.4880309 ], [ 120.312129, 30.4880781 ], [ 120.3120743, 30.488137 ], [ 120.3120333, 30.4882273 ], [ 120.311965, 30.488455 ], [ 120.3119422, 30.4886042 ], [ 120.3118511, 30.4888516 ], [ 120.3118237, 30.4889616 ], [ 120.31181, 30.4890637 ], [ 120.3118237, 30.4892089 ], [ 120.3118192, 30.4892796 ], [ 120.3117736, 30.4893739 ], [ 120.311605, 30.4894838 ], [ 120.3115321, 30.4895309 ], [ 120.3113817, 30.4896644 ], [ 120.3112496, 30.4897351 ], [ 120.3110946, 30.4897704 ], [ 120.3102927, 30.4899943 ], [ 120.310156, 30.4900178 ], [ 120.3099691, 30.4900335 ], [ 120.3096684, 30.4900178 ], [ 120.3094679, 30.4900296 ], [ 120.3093813, 30.49001 ], [ 120.3093312, 30.4899432 ], [ 120.3092993, 30.4898725 ], [ 120.3093038, 30.489794 ], [ 120.3092765, 30.4896998 ], [ 120.3092583, 30.489633 ], [ 120.3092628, 30.4894917 ], [ 120.3092583, 30.4894013 ], [ 120.3092993, 30.4893071 ], [ 120.3093175, 30.4892364 ], [ 120.3093038, 30.4891854 ], [ 120.3092811, 30.4890244 ], [ 120.3092993, 30.4889576 ], [ 120.3093403, 30.4889066 ], [ 120.3094223, 30.4888752 ], [ 120.3095727, 30.4888241 ], [ 120.3097048, 30.488777 ], [ 120.3097869, 30.488722 ], [ 120.3098415, 30.4886435 ], [ 120.3099053, 30.48851 ], [ 120.30996, 30.4884197 ], [ 120.3099782, 30.4883451 ], [ 120.3099782, 30.4882822 ], [ 120.309919, 30.4880074 ], [ 120.3098825, 30.4878699 ], [ 120.3098324, 30.4877993 ], [ 120.3097686, 30.4877953 ], [ 120.3096183, 30.4877953 ], [ 120.3095499, 30.4877561 ], [ 120.3095317, 30.4876893 ], [ 120.3095271, 30.4875951 ], [ 120.3095362, 30.4875244 ], [ 120.3095408, 30.4874616 ], [ 120.3095909, 30.4872966 ], [ 120.3096046, 30.4872024 ], [ 120.3095772, 30.487116 ], [ 120.3095453, 30.4870335 ], [ 120.3094724, 30.4868725 ], [ 120.3094451, 30.4867822 ], [ 120.3094178, 30.4866841 ], [ 120.3094405, 30.4865623 ], [ 120.3094861, 30.4864367 ], [ 120.3095362, 30.4863032 ], [ 120.3095772, 30.4862443 ], [ 120.3096046, 30.4861854 ], [ 120.3096547, 30.485993 ], [ 120.3096684, 30.4858948 ], [ 120.3096821, 30.4858162 ], [ 120.3096775, 30.4857377 ], [ 120.3096547, 30.4856867 ], [ 120.3096274, 30.4857102 ], [ 120.3096218, 30.4857635 ], [ 120.3096183, 30.4857966 ], [ 120.3095955, 30.4858909 ], [ 120.3095453, 30.4860126 ], [ 120.3095089, 30.486099 ], [ 120.3094588, 30.4861814 ], [ 120.309395, 30.4864249 ], [ 120.3093449, 30.4864995 ], [ 120.3093266, 30.486578 ], [ 120.309313, 30.486739 ], [ 120.3093357, 30.486849 ], [ 120.309395, 30.4869629 ], [ 120.3094542, 30.4870846 ], [ 120.309477, 30.4872299 ], [ 120.3094542, 30.4873673 ], [ 120.3094314, 30.487489 ], [ 120.3094542, 30.4876736 ], [ 120.3094816, 30.4877796 ], [ 120.3095089, 30.4878464 ], [ 120.3095362, 30.4878856 ], [ 120.3095909, 30.4879288 ], [ 120.3096912, 30.4879524 ], [ 120.3097367, 30.4879838 ], [ 120.3097914, 30.4881762 ], [ 120.3098324, 30.4882312 ], [ 120.3098324, 30.4882979 ], [ 120.3097139, 30.4885493 ], [ 120.3096365, 30.4886474 ], [ 120.3095135, 30.4887024 ], [ 120.3093631, 30.4887809 ], [ 120.3092719, 30.488832 ], [ 120.3092081, 30.4888909 ], [ 120.309158, 30.4889616 ], [ 120.3091398, 30.4890322 ], [ 120.3091261, 30.4892482 ], [ 120.3091033, 30.4893385 ], [ 120.3090669, 30.4894328 ], [ 120.3090532, 30.4895074 ], [ 120.3090487, 30.4896055 ], [ 120.3090487, 30.4896841 ], [ 120.3090714, 30.4897783 ], [ 120.3090714, 30.4898647 ], [ 120.3090806, 30.4899314 ], [ 120.3090623, 30.49001 ], [ 120.3089347, 30.4902495 ], [ 120.3088527, 30.490332 ], [ 120.3088436, 30.490438 ], [ 120.3088436, 30.4906147 ], [ 120.3088436, 30.4906893 ], [ 120.3088163, 30.4907364 ], [ 120.3087525, 30.4907796 ], [ 120.3084745, 30.4908463 ], [ 120.3081054, 30.4908738 ], [ 120.3079642, 30.4908895 ], [ 120.3077819, 30.4909366 ], [ 120.3076634, 30.4909602 ], [ 120.3075541, 30.490972 ], [ 120.3074948, 30.4909524 ], [ 120.3074492, 30.4909013 ], [ 120.3074174, 30.4908581 ], [ 120.3073855, 30.4907757 ], [ 120.3073627, 30.4906853 ], [ 120.3073217, 30.4905597 ], [ 120.3073034, 30.4903477 ], [ 120.3072624, 30.4901317 ], [ 120.3072715, 30.490006 ], [ 120.3072533, 30.4899079 ], [ 120.3072123, 30.489849 ], [ 120.3070802, 30.4898019 ], [ 120.306989, 30.4897626 ], [ 120.3069252, 30.4897155 ], [ 120.3068979, 30.4896644 ], [ 120.3068979, 30.4895977 ], [ 120.3069389, 30.4895074 ], [ 120.3069617, 30.4893974 ], [ 120.3069435, 30.4892521 ], [ 120.3069617, 30.4890754 ], [ 120.306948, 30.488883 ], [ 120.3069207, 30.488777 ], [ 120.3068751, 30.4884511 ], [ 120.3068432, 30.4883451 ], [ 120.3067794, 30.4882665 ], [ 120.3067293, 30.4881605 ], [ 120.3066063, 30.4879328 ], [ 120.3065333, 30.487866 ], [ 120.3064604, 30.4877953 ], [ 120.3063647, 30.4877521 ], [ 120.3062053, 30.4877011 ], [ 120.3061187, 30.4876383 ], [ 120.3060503, 30.4875479 ], [ 120.3059683, 30.4874733 ], [ 120.3059273, 30.487387 ], [ 120.3058362, 30.4871042 ], [ 120.3058134, 30.4870257 ], [ 120.3057541, 30.4867351 ], [ 120.3057222, 30.4866762 ], [ 120.3056129, 30.4865506 ], [ 120.3054443, 30.4863935 ], [ 120.3052802, 30.4863032 ], [ 120.3051754, 30.4861893 ], [ 120.3049977, 30.4860754 ], [ 120.3047425, 30.485883 ], [ 120.3046742, 30.4858045 ], [ 120.3046104, 30.4856513 ], [ 120.3045694, 30.4855649 ], [ 120.304501, 30.4853254 ], [ 120.3044691, 30.4853058 ], [ 120.3043826, 30.4852901 ], [ 120.3042413, 30.4853097 ], [ 120.3041092, 30.4853018 ], [ 120.3041, 30.4853411 ], [ 120.3040864, 30.4853725 ], [ 120.3040135, 30.4853882 ], [ 120.3040317, 30.4854157 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.3093065, 30.498334 ], [ 120.3093887, 30.4983994 ], [ 120.3094456, 30.4984756 ], [ 120.3096053, 30.4984356 ], [ 120.3097663, 30.4984111 ], [ 120.3101592, 30.4982806 ], [ 120.3102681, 30.4982398 ], [ 120.3103817, 30.4981378 ], [ 120.3104386, 30.4980277 ], [ 120.3105048, 30.4979502 ], [ 120.3108173, 30.4977625 ], [ 120.3111487, 30.4975953 ], [ 120.3113286, 30.4975055 ], [ 120.3115085, 30.4974606 ], [ 120.3115606, 30.4974606 ], [ 120.3116127, 30.4974892 ], [ 120.3116695, 30.497481 ], [ 120.3116837, 30.4974443 ], [ 120.3117358, 30.4974076 ], [ 120.3118825, 30.4973423 ], [ 120.3120009, 30.4972975 ], [ 120.3121429, 30.4972771 ], [ 120.3122187, 30.4972893 ], [ 120.3123228, 30.4972648 ], [ 120.3123749, 30.4971873 ], [ 120.312427, 30.4971098 ], [ 120.3124601, 30.4970649 ], [ 120.3125359, 30.4970323 ], [ 120.3126969, 30.4970201 ], [ 120.3131561, 30.4969303 ], [ 120.3132934, 30.4969099 ], [ 120.3133928, 30.496861 ], [ 120.3134922, 30.4968039 ], [ 120.3136059, 30.4967631 ], [ 120.3137337, 30.4967182 ], [ 120.3139183, 30.4966733 ], [ 120.314155, 30.4965999 ], [ 120.3143255, 30.4965169 ], [ 120.3144088, 30.496481 ], [ 120.3144828, 30.496477 ], [ 120.3145106, 30.4964093 ], [ 120.3145059, 30.4963335 ], [ 120.3144643, 30.4962099 ], [ 120.3144273, 30.4957873 ], [ 120.314381, 30.4955043 ], [ 120.314307, 30.4955282 ], [ 120.3142931, 30.4956837 ], [ 120.3142607, 30.4958232 ], [ 120.3142561, 30.4959468 ], [ 120.3143181, 30.496137 ], [ 120.3143181, 30.4962527 ], [ 120.3143137, 30.4963259 ], [ 120.3142555, 30.4963953 ], [ 120.3141795, 30.4964377 ], [ 120.3132131, 30.4968309 ], [ 120.3131326, 30.4968541 ], [ 120.312891, 30.4968772 ], [ 120.3126577, 30.4968956 ], [ 120.3123795, 30.4968684 ], [ 120.3121898, 30.4968575 ], [ 120.3120254, 30.4968248 ], [ 120.3119053, 30.4967594 ], [ 120.3118294, 30.4967976 ], [ 120.3117093, 30.4968412 ], [ 120.3115512, 30.4968956 ], [ 120.3114184, 30.4969174 ], [ 120.3113425, 30.496961 ], [ 120.3112287, 30.497021 ], [ 120.3110706, 30.4970318 ], [ 120.3109568, 30.4971136 ], [ 120.3108367, 30.4972334 ], [ 120.3107355, 30.4972934 ], [ 120.3105585, 30.4973587 ], [ 120.3104257, 30.4974187 ], [ 120.3102613, 30.4974732 ], [ 120.3100842, 30.4975058 ], [ 120.31004, 30.4975658 ], [ 120.309806, 30.497702 ], [ 120.3096163, 30.4978436 ], [ 120.3095657, 30.4979472 ], [ 120.3094772, 30.4980561 ], [ 120.3093318, 30.4981596 ], [ 120.3093002, 30.4982577 ], [ 120.3093065, 30.498334 ] ] ], [ [ [ 120.3095239, 30.4992259 ], [ 120.3095585, 30.4991791 ], [ 120.3096277, 30.4992046 ], [ 120.3096375, 30.4992429 ], [ 120.3099001, 30.4992333 ], [ 120.3100908, 30.4992086 ], [ 120.31031, 30.4991799 ], [ 120.3104434, 30.4991717 ], [ 120.3105053, 30.4991429 ], [ 120.3106197, 30.4991101 ], [ 120.3107293, 30.4990649 ], [ 120.3108151, 30.4990403 ], [ 120.3109438, 30.4990074 ], [ 120.311082, 30.4990033 ], [ 120.3113107, 30.4990074 ], [ 120.3114918, 30.4990157 ], [ 120.3116252, 30.4990403 ], [ 120.3117444, 30.4990403 ], [ 120.3119064, 30.4990403 ], [ 120.31224, 30.4990362 ], [ 120.3124068, 30.4990362 ], [ 120.3124973, 30.4990115 ], [ 120.3125545, 30.4989171 ], [ 120.3125688, 30.4988473 ], [ 120.3125783, 30.4987734 ], [ 120.3126069, 30.4986789 ], [ 120.3126641, 30.4986338 ], [ 120.3127594, 30.4986133 ], [ 120.3128404, 30.4986091 ], [ 120.31295, 30.4986215 ], [ 120.3131216, 30.4986297 ], [ 120.3132932, 30.4986091 ], [ 120.3133885, 30.4986256 ], [ 120.3135314, 30.4986215 ], [ 120.313703, 30.4985722 ], [ 120.3137888, 30.4985804 ], [ 120.3138745, 30.4985804 ], [ 120.3139079, 30.4985393 ], [ 120.3139651, 30.4985229 ], [ 120.3140652, 30.4984901 ], [ 120.3141319, 30.4984777 ], [ 120.3142367, 30.4984777 ], [ 120.3143511, 30.4984572 ], [ 120.3144512, 30.4984162 ], [ 120.314475, 30.4983833 ], [ 120.3145131, 30.4983505 ], [ 120.3145465, 30.4983751 ], [ 120.3145941, 30.4984079 ], [ 120.3146275, 30.4984203 ], [ 120.314718, 30.4984203 ], [ 120.3148372, 30.4984203 ], [ 120.3149611, 30.4984244 ], [ 120.3150421, 30.4984408 ], [ 120.3150993, 30.4984695 ], [ 120.3151517, 30.4985024 ], [ 120.3152327, 30.4984901 ], [ 120.3154471, 30.4984285 ], [ 120.3157712, 30.498371 ], [ 120.3158332, 30.4983505 ], [ 120.3158808, 30.4982848 ], [ 120.3159046, 30.498215 ], [ 120.3159618, 30.4981575 ], [ 120.3160095, 30.4981287 ], [ 120.3161048, 30.4981328 ], [ 120.3161953, 30.498141 ], [ 120.316262, 30.4981698 ], [ 120.3163097, 30.4982232 ], [ 120.3163955, 30.4982519 ], [ 120.316548, 30.4982601 ], [ 120.316791, 30.4982724 ], [ 120.316934, 30.4982724 ], [ 120.3170817, 30.4982519 ], [ 120.3171484, 30.4982191 ], [ 120.3172104, 30.4981534 ], [ 120.3172914, 30.4981041 ], [ 120.3174248, 30.4980753 ], [ 120.317563, 30.4980507 ], [ 120.3179204, 30.4979891 ], [ 120.3184399, 30.4978865 ], [ 120.3185971, 30.4978577 ], [ 120.318702, 30.4978741 ], [ 120.318802, 30.4978331 ], [ 120.319107, 30.4977715 ], [ 120.3192357, 30.4977715 ], [ 120.3193739, 30.4977838 ], [ 120.3194787, 30.4977633 ], [ 120.319555, 30.4976976 ], [ 120.3196122, 30.4976196 ], [ 120.3196503, 30.4975333 ], [ 120.3196646, 30.4974101 ], [ 120.3196074, 30.4970611 ], [ 120.3195979, 30.4969954 ], [ 120.3196169, 30.4969051 ], [ 120.3196932, 30.4968476 ], [ 120.3200172, 30.4967408 ], [ 120.3202317, 30.4966875 ], [ 120.32047, 30.4966053 ], [ 120.3206034, 30.4965478 ], [ 120.3207273, 30.496515 ], [ 120.320775, 30.496478 ], [ 120.3207654, 30.496359 ], [ 120.3207464, 30.4962974 ], [ 120.320713, 30.496207 ], [ 120.3207082, 30.4958991 ], [ 120.3207273, 30.4958293 ], [ 120.3207797, 30.4957882 ], [ 120.3207893, 30.4957348 ], [ 120.3207607, 30.4956979 ], [ 120.3207559, 30.4956609 ], [ 120.3207654, 30.4955993 ], [ 120.3207321, 30.4955541 ], [ 120.3207273, 30.4954309 ], [ 120.3207559, 30.495316 ], [ 120.3207607, 30.4951969 ], [ 120.3207321, 30.4951476 ], [ 120.3207178, 30.4949218 ], [ 120.3207082, 30.4948068 ], [ 120.3207321, 30.4947247 ], [ 120.3208035, 30.4946918 ], [ 120.3208178, 30.4946631 ], [ 120.3207654, 30.4946302 ], [ 120.3207559, 30.4945399 ], [ 120.3207225, 30.4945193 ], [ 120.3206749, 30.494544 ], [ 120.3206892, 30.4946056 ], [ 120.3206892, 30.4946877 ], [ 120.3206653, 30.4947698 ], [ 120.3206368, 30.4948191 ], [ 120.320667, 30.4948943 ], [ 120.3206726, 30.4950538 ], [ 120.3206783, 30.4951844 ], [ 120.3206518, 30.4953662 ], [ 120.3206436, 30.4954365 ], [ 120.3206599, 30.4955736 ], [ 120.3206722, 30.4956473 ], [ 120.3206681, 30.4957492 ], [ 120.3206518, 30.4959039 ], [ 120.3206558, 30.4962834 ], [ 120.3206558, 30.4963571 ], [ 120.3206191, 30.4964274 ], [ 120.3205702, 30.4964836 ], [ 120.3204723, 30.4965118 ], [ 120.3203215, 30.4965363 ], [ 120.3202236, 30.4965539 ], [ 120.3201109, 30.4965915 ], [ 120.320021, 30.4966259 ], [ 120.3199012, 30.4966517 ], [ 120.3198014, 30.4966632 ], [ 120.3197115, 30.4966861 ], [ 120.3196549, 30.4967148 ], [ 120.3195883, 30.4967291 ], [ 120.3194885, 30.4967578 ], [ 120.3193687, 30.4967951 ], [ 120.3192921, 30.4968381 ], [ 120.3192422, 30.4969098 ], [ 120.3192156, 30.4969471 ], [ 120.3191523, 30.4969786 ], [ 120.3190991, 30.4970733 ], [ 120.3190991, 30.4971306 ], [ 120.3191157, 30.4971823 ], [ 120.3191357, 30.4972281 ], [ 120.319149, 30.4972769 ], [ 120.3191523, 30.4973371 ], [ 120.3191557, 30.4974002 ], [ 120.3191557, 30.4974662 ], [ 120.319129, 30.4975321 ], [ 120.3190791, 30.4975895 ], [ 120.3189959, 30.4976239 ], [ 120.3188861, 30.4976468 ], [ 120.3187829, 30.4976583 ], [ 120.3186831, 30.4976583 ], [ 120.3185133, 30.4976813 ], [ 120.3184467, 30.4977013 ], [ 120.3183536, 30.4977271 ], [ 120.3180773, 30.4977501 ], [ 120.3179808, 30.4977673 ], [ 120.3178643, 30.4977931 ], [ 120.3177778, 30.4978246 ], [ 120.3177245, 30.4978619 ], [ 120.3175881, 30.4978791 ], [ 120.3175281, 30.4979021 ], [ 120.3174549, 30.4979049 ], [ 120.3173651, 30.4978877 ], [ 120.3172486, 30.4979222 ], [ 120.3171387, 30.4979623 ], [ 120.3170688, 30.4980168 ], [ 120.3169756, 30.4980827 ], [ 120.3169191, 30.4981114 ], [ 120.3168592, 30.4981229 ], [ 120.3167859, 30.4981229 ], [ 120.3166029, 30.4980885 ], [ 120.3165729, 30.4981057 ], [ 120.316503, 30.4981 ], [ 120.3163999, 30.4980627 ], [ 120.3163999, 30.4980139 ], [ 120.3163599, 30.4979996 ], [ 120.3162906, 30.4980254 ], [ 120.3162024, 30.4980355 ], [ 120.316123, 30.4980355 ], [ 120.3160172, 30.4979975 ], [ 120.3159467, 30.4979798 ], [ 120.3159599, 30.4979562 ], [ 120.3160128, 30.4979687 ], [ 120.3161232, 30.4979976 ], [ 120.3162625, 30.4979811 ], [ 120.3163393, 30.4979645 ], [ 120.3163825, 30.4979107 ], [ 120.3163537, 30.4978404 ], [ 120.3163009, 30.4977618 ], [ 120.3162385, 30.4977535 ], [ 120.3161616, 30.4977494 ], [ 120.3160608, 30.4977783 ], [ 120.3156958, 30.4978735 ], [ 120.3156286, 30.4979025 ], [ 120.3156334, 30.497948 ], [ 120.3156622, 30.4979769 ], [ 120.3157294, 30.4979687 ], [ 120.3157823, 30.4979769 ], [ 120.315827, 30.4979564 ], [ 120.3158953, 30.4979511 ], [ 120.3158984, 30.4979723 ], [ 120.3158038, 30.4979995 ], [ 120.3156862, 30.498039 ], [ 120.3155806, 30.498068 ], [ 120.3154941, 30.4980886 ], [ 120.3153405, 30.4981259 ], [ 120.315254, 30.4981466 ], [ 120.3151004, 30.4981548 ], [ 120.3150091, 30.4981921 ], [ 120.3149083, 30.4981879 ], [ 120.3147402, 30.4982004 ], [ 120.3146298, 30.4982086 ], [ 120.3145626, 30.4982086 ], [ 120.3145866, 30.4981466 ], [ 120.3146058, 30.4980638 ], [ 120.314577, 30.4979935 ], [ 120.3145001, 30.4979604 ], [ 120.3144185, 30.4979728 ], [ 120.3143129, 30.4979893 ], [ 120.31426, 30.4979728 ], [ 120.3142168, 30.497919 ], [ 120.314188, 30.4978156 ], [ 120.314164, 30.4976956 ], [ 120.3140247, 30.4976832 ], [ 120.3139623, 30.4977163 ], [ 120.3139431, 30.4977701 ], [ 120.3139191, 30.4978859 ], [ 120.3138999, 30.4979769 ], [ 120.3138711, 30.4980514 ], [ 120.3138327, 30.498159 ], [ 120.3137991, 30.4982624 ], [ 120.3137798, 30.4983452 ], [ 120.3137174, 30.498399 ], [ 120.3136022, 30.4984279 ], [ 120.3135493, 30.4984197 ], [ 120.3135013, 30.4983783 ], [ 120.3134437, 30.4982914 ], [ 120.3134245, 30.4981797 ], [ 120.3133525, 30.4981507 ], [ 120.3132804, 30.4981714 ], [ 120.3132132, 30.498159 ], [ 120.3132036, 30.4980597 ], [ 120.3131604, 30.4980183 ], [ 120.3131796, 30.4979438 ], [ 120.3132228, 30.4978445 ], [ 120.3130115, 30.4978694 ], [ 120.3130547, 30.4979893 ], [ 120.3130884, 30.4980638 ], [ 120.313074, 30.4981176 ], [ 120.3129923, 30.4981755 ], [ 120.3128531, 30.4982335 ], [ 120.3127858, 30.4982914 ], [ 120.3127666, 30.4983824 ], [ 120.312733, 30.4984569 ], [ 120.3126562, 30.4985024 ], [ 120.3123296, 30.4986431 ], [ 120.3122528, 30.4986803 ], [ 120.3122432, 30.4987672 ], [ 120.3122096, 30.4988541 ], [ 120.3121616, 30.4989203 ], [ 120.3120607, 30.4989244 ], [ 120.3114749, 30.4988748 ], [ 120.3114221, 30.4989079 ], [ 120.3111388, 30.4989244 ], [ 120.3109131, 30.4989038 ], [ 120.3108698, 30.4988789 ], [ 120.3107498, 30.4988996 ], [ 120.3105834, 30.4989525 ], [ 120.3102552, 30.4990568 ], [ 120.3101351, 30.4990693 ], [ 120.3098153, 30.499128 ], [ 120.3095832, 30.4990854 ], [ 120.3095027, 30.4990914 ], [ 120.3094877, 30.4991433 ], [ 120.3094844, 30.4992003 ], [ 120.3095239, 30.4992259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3156948, 30.4988885 ], [ 120.3157467, 30.4989272 ], [ 120.3162376, 30.4988814 ], [ 120.3162711, 30.4988294 ], [ 120.3162703, 30.4985724 ], [ 120.3162361, 30.4984291 ], [ 120.3158865, 30.498416 ], [ 120.3158645, 30.4984839 ], [ 120.315891, 30.4986281 ], [ 120.3156748, 30.4986777 ], [ 120.3156713, 30.4987328 ], [ 120.3156948, 30.4988885 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.315038, 30.4989899 ], [ 120.3151316, 30.4990088 ], [ 120.3153254, 30.4989957 ], [ 120.3155939, 30.4989733 ], [ 120.3156646, 30.4989484 ], [ 120.3156418, 30.4988857 ], [ 120.3156287, 30.4986674 ], [ 120.3155353, 30.498631 ], [ 120.315431, 30.4985223 ], [ 120.3150595, 30.4985607 ], [ 120.3150189, 30.4986175 ], [ 120.315038, 30.4989899 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3143344, 30.498846 ], [ 120.3143588, 30.4991063 ], [ 120.3146809, 30.4991063 ], [ 120.3149635, 30.499052 ], [ 120.3149439, 30.4987813 ], [ 120.3149545, 30.4985712 ], [ 120.3146313, 30.4985837 ], [ 120.3144184, 30.4986187 ], [ 120.3142832, 30.4986685 ], [ 120.3143344, 30.498846 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3150927, 30.4992897 ], [ 120.3151457, 30.4993425 ], [ 120.3156271, 30.4993279 ], [ 120.3156616, 30.4992636 ], [ 120.3156615, 30.4991358 ], [ 120.3156473, 30.4990371 ], [ 120.3151094, 30.4990629 ], [ 120.3150807, 30.4991113 ], [ 120.3150927, 30.4992897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3000518, 30.487867 ], [ 120.3000952, 30.4880231 ], [ 120.3001242, 30.4881417 ], [ 120.300117, 30.4882479 ], [ 120.3000735, 30.4883977 ], [ 120.3000518, 30.4884789 ], [ 120.300088, 30.4885226 ], [ 120.3006242, 30.4886787 ], [ 120.3007017, 30.488673 ], [ 120.3011241, 30.4886724 ], [ 120.3012183, 30.4886912 ], [ 120.301298, 30.4886599 ], [ 120.3013342, 30.488585 ], [ 120.3013342, 30.4885101 ], [ 120.3012618, 30.4883665 ], [ 120.3011313, 30.4881854 ], [ 120.3010661, 30.4881417 ], [ 120.3009212, 30.4881542 ], [ 120.3008415, 30.4880918 ], [ 120.3006966, 30.4878982 ], [ 120.3006242, 30.4877608 ], [ 120.30053, 30.4876422 ], [ 120.3004865, 30.4875361 ], [ 120.300443, 30.4874736 ], [ 120.3003198, 30.4874549 ], [ 120.3002401, 30.4873862 ], [ 120.3001967, 30.4873175 ], [ 120.3001822, 30.4872301 ], [ 120.3001387, 30.4871864 ], [ 120.300059, 30.4872489 ], [ 120.3000228, 30.4873925 ], [ 120.3000518, 30.487867 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2991157, 30.4886324 ], [ 120.2991717, 30.488628 ], [ 120.2992175, 30.4886675 ], [ 120.29935, 30.4886763 ], [ 120.2994417, 30.4886192 ], [ 120.2995232, 30.4885753 ], [ 120.29962, 30.4885446 ], [ 120.2997066, 30.4885534 ], [ 120.2997932, 30.4885534 ], [ 120.2997932, 30.4885095 ], [ 120.2997321, 30.4884875 ], [ 120.29962, 30.4884656 ], [ 120.2995436, 30.4884656 ], [ 120.2993398, 30.4883953 ], [ 120.2992277, 30.4883822 ], [ 120.2991564, 30.4884129 ], [ 120.2990953, 30.48847 ], [ 120.29908, 30.4885402 ], [ 120.2991157, 30.4886324 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2924728, 30.4890185 ], [ 120.2924887, 30.4890779 ], [ 120.2925205, 30.4891601 ], [ 120.2926053, 30.4892606 ], [ 120.292759, 30.4893473 ], [ 120.2928862, 30.4894204 ], [ 120.2930081, 30.4894843 ], [ 120.2931617, 30.4895163 ], [ 120.2932942, 30.4896076 ], [ 120.2933525, 30.4896898 ], [ 120.2933949, 30.4898268 ], [ 120.293432, 30.4901008 ], [ 120.293432, 30.4902333 ], [ 120.2933949, 30.4906899 ], [ 120.2933949, 30.4909365 ], [ 120.2933366, 30.4912288 ], [ 120.2933684, 30.491343 ], [ 120.293432, 30.4914571 ], [ 120.2934691, 30.4915759 ], [ 120.2934691, 30.4917357 ], [ 120.2934532, 30.4918362 ], [ 120.2934002, 30.4919412 ], [ 120.2933737, 30.4920417 ], [ 120.2933684, 30.492133 ], [ 120.293326, 30.49227 ], [ 120.2932518, 30.4923522 ], [ 120.293273, 30.4924024 ], [ 120.2933684, 30.4924024 ], [ 120.2934585, 30.4923568 ], [ 120.2935221, 30.4922654 ], [ 120.2936228, 30.4921969 ], [ 120.2937341, 30.4922015 ], [ 120.2939037, 30.4922061 ], [ 120.2939355, 30.4921741 ], [ 120.2938348, 30.4921147 ], [ 120.2937394, 30.4920691 ], [ 120.2936387, 30.4919914 ], [ 120.2936281, 30.4917585 ], [ 120.2936864, 30.49169 ], [ 120.2938931, 30.4916352 ], [ 120.2938454, 30.4915987 ], [ 120.2936917, 30.4915941 ], [ 120.2935751, 30.4915713 ], [ 120.2934479, 30.4913795 ], [ 120.2934267, 30.4912151 ], [ 120.2934638, 30.4909822 ], [ 120.2936016, 30.4908498 ], [ 120.2936811, 30.4908543 ], [ 120.2938242, 30.4909137 ], [ 120.2939514, 30.4909594 ], [ 120.2940542, 30.4909826 ], [ 120.294174, 30.4910096 ], [ 120.2945025, 30.4910872 ], [ 120.2951915, 30.491206 ], [ 120.2959069, 30.491279 ], [ 120.2960871, 30.4913064 ], [ 120.2961613, 30.4913521 ], [ 120.2961931, 30.4914434 ], [ 120.296215, 30.4916083 ], [ 120.2962355, 30.4917631 ], [ 120.2962249, 30.4918179 ], [ 120.2961189, 30.4918681 ], [ 120.2959652, 30.4919366 ], [ 120.2958804, 30.4919777 ], [ 120.2958433, 30.4920417 ], [ 120.2958221, 30.4921147 ], [ 120.2957585, 30.4921832 ], [ 120.2956737, 30.4922198 ], [ 120.2955359, 30.4922472 ], [ 120.2953717, 30.4922746 ], [ 120.2952763, 30.4923065 ], [ 120.2950961, 30.4923065 ], [ 120.2950484, 30.4923248 ], [ 120.2951014, 30.4923522 ], [ 120.2952286, 30.4923522 ], [ 120.2953505, 30.4923385 ], [ 120.2954353, 30.4923385 ], [ 120.2956154, 30.4923111 ], [ 120.295732, 30.4922654 ], [ 120.2958645, 30.4922289 ], [ 120.2959228, 30.492238 ], [ 120.2960447, 30.492238 ], [ 120.2961401, 30.4921969 ], [ 120.2962249, 30.4921284 ], [ 120.2963097, 30.4920828 ], [ 120.2963415, 30.4919686 ], [ 120.296315, 30.4918133 ], [ 120.2962514, 30.4916307 ], [ 120.2962461, 30.4915393 ], [ 120.296262, 30.4914434 ], [ 120.2963309, 30.4913612 ], [ 120.2963892, 30.4913064 ], [ 120.2963733, 30.4912562 ], [ 120.296315, 30.4912197 ], [ 120.2962355, 30.4912197 ], [ 120.2960818, 30.4912242 ], [ 120.2956684, 30.4911786 ], [ 120.2954194, 30.4911512 ], [ 120.2951067, 30.4911192 ], [ 120.2943094, 30.4909777 ], [ 120.2941027, 30.4909594 ], [ 120.2939384, 30.4909183 ], [ 120.2937529, 30.4908133 ], [ 120.2936628, 30.4906945 ], [ 120.293631, 30.490626 ], [ 120.2936681, 30.4905301 ], [ 120.2936416, 30.4903566 ], [ 120.2936734, 30.4902561 ], [ 120.2937529, 30.4901968 ], [ 120.2937688, 30.4901054 ], [ 120.2938006, 30.4900232 ], [ 120.2937794, 30.4899319 ], [ 120.2937847, 30.4898269 ], [ 120.2938377, 30.4897675 ], [ 120.2939384, 30.4897447 ], [ 120.2939331, 30.4896442 ], [ 120.2939755, 30.4895392 ], [ 120.2940444, 30.4894752 ], [ 120.2940126, 30.4892697 ], [ 120.2940497, 30.4890779 ], [ 120.2940391, 30.4889592 ], [ 120.2940073, 30.4889089 ], [ 120.2939013, 30.4888861 ], [ 120.2936628, 30.4888907 ], [ 120.2933661, 30.4888907 ], [ 120.2930534, 30.4888678 ], [ 120.292428, 30.4888587 ], [ 120.2924728, 30.4890185 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.277432, 30.4956766 ], [ 120.2774875, 30.4958797 ], [ 120.2774985, 30.495942 ], [ 120.2775463, 30.4962134 ], [ 120.2775705, 30.4963177 ], [ 120.2776512, 30.4963524 ], [ 120.2792628, 30.4963757 ], [ 120.2793322, 30.4963458 ], [ 120.279353, 30.4962741 ], [ 120.2793183, 30.4958439 ], [ 120.2790062, 30.4957602 ], [ 120.278923, 30.4957602 ], [ 120.2787358, 30.4957961 ], [ 120.2785832, 30.495826 ], [ 120.2784168, 30.495826 ], [ 120.2783058, 30.4957901 ], [ 120.2781463, 30.4956527 ], [ 120.2780284, 30.4954973 ], [ 120.277966, 30.4953658 ], [ 120.2778689, 30.4952523 ], [ 120.2777926, 30.4951567 ], [ 120.2776816, 30.4951686 ], [ 120.2776816, 30.4953778 ], [ 120.2773626, 30.4955033 ], [ 120.277432, 30.4956766 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2933646, 30.4954771 ], [ 120.2934363, 30.4955066 ], [ 120.2935114, 30.4957377 ], [ 120.2938172, 30.495881 ], [ 120.294198, 30.4959966 ], [ 120.2949169, 30.4961953 ], [ 120.2951154, 30.4962462 ], [ 120.2953085, 30.4962646 ], [ 120.2957001, 30.4963479 ], [ 120.2965798, 30.4965096 ], [ 120.2969339, 30.4965605 ], [ 120.2970358, 30.4965605 ], [ 120.2970734, 30.4965143 ], [ 120.2970948, 30.496297 ], [ 120.2970734, 30.4962277 ], [ 120.2969768, 30.4961814 ], [ 120.2969017, 30.4961491 ], [ 120.2964779, 30.496052 ], [ 120.2962794, 30.4960058 ], [ 120.2957001, 30.4959596 ], [ 120.2955552, 30.4959365 ], [ 120.2953621, 30.495844 ], [ 120.2952924, 30.4957885 ], [ 120.2952119, 30.4957377 ], [ 120.2950939, 30.4956684 ], [ 120.294992, 30.4956037 ], [ 120.2945145, 30.4955205 ], [ 120.2943214, 30.495465 ], [ 120.2938333, 30.4953818 ], [ 120.2936992, 30.4953402 ], [ 120.293506, 30.4951876 ], [ 120.2934309, 30.4951738 ], [ 120.2933827, 30.49522 ], [ 120.2934095, 30.4953309 ], [ 120.2933987, 30.4953818 ], [ 120.2933578, 30.495404 ], [ 120.2933646, 30.4954771 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.235032, 30.5042127 ], [ 120.2353075, 30.5040941 ], [ 120.2355064, 30.503949 ], [ 120.2359043, 30.5038699 ], [ 120.236241, 30.5040281 ], [ 120.2364706, 30.5040281 ], [ 120.2367307, 30.5039226 ], [ 120.237251, 30.5036062 ], [ 120.239164, 30.5030524 ], [ 120.2413371, 30.5021953 ], [ 120.2417197, 30.5020766 ], [ 120.2418575, 30.5021558 ], [ 120.2421482, 30.5030524 ], [ 120.2423166, 30.5032502 ], [ 120.2428828, 30.5049907 ], [ 120.2429823, 30.504941 ], [ 120.2423718, 30.5030504 ], [ 120.2420975, 30.5021355 ], [ 120.2420798, 30.5020135 ], [ 120.2422302, 30.5018839 ], [ 120.2439154, 30.5013668 ], [ 120.244928, 30.5013017 ], [ 120.245185, 30.5013408 ], [ 120.2452788, 30.5018264 ], [ 120.2453933, 30.5025321 ], [ 120.2453668, 30.502866 ], [ 120.2453316, 30.5039739 ], [ 120.2452524, 30.5043153 ], [ 120.2452524, 30.5050893 ], [ 120.245358, 30.5050969 ], [ 120.2454285, 30.5040953 ], [ 120.2455342, 30.5025549 ], [ 120.2454989, 30.5015077 ], [ 120.2455166, 30.5013028 ], [ 120.2456222, 30.5012421 ], [ 120.2458248, 30.501189 ], [ 120.2476919, 30.5009917 ], [ 120.2479561, 30.5009917 ], [ 120.2479913, 30.5010752 ], [ 120.2479033, 30.5025701 ], [ 120.2480178, 30.5027294 ], [ 120.2481235, 30.5035717 ], [ 120.2481235, 30.5043153 ], [ 120.2482203, 30.5045885 ], [ 120.2482354, 30.5046557 ], [ 120.2483221, 30.5050406 ], [ 120.2483348, 30.5050969 ], [ 120.2483436, 30.5056129 ], [ 120.2484229, 30.5056053 ], [ 120.2484229, 30.5050817 ], [ 120.2483701, 30.5045733 ], [ 120.248282, 30.504285 ], [ 120.2482732, 30.504118 ], [ 120.2482908, 30.5036779 ], [ 120.2482027, 30.5034351 ], [ 120.2481411, 30.5031999 ], [ 120.2482027, 30.5028584 ], [ 120.2481058, 30.5026535 ], [ 120.248097, 30.5025018 ], [ 120.2481058, 30.5019251 ], [ 120.2482908, 30.5010448 ], [ 120.248511, 30.5009917 ], [ 120.2511443, 30.5009917 ], [ 120.2516375, 30.5010145 ], [ 120.252254, 30.5011662 ], [ 120.2522275, 30.501576 ], [ 120.252342, 30.502092 ], [ 120.252342, 30.5027598 ], [ 120.2524213, 30.5032378 ], [ 120.2524037, 30.5037842 ], [ 120.2524653, 30.5041712 ], [ 120.252483, 30.5045733 ], [ 120.2524918, 30.5049679 ], [ 120.2525622, 30.5052183 ], [ 120.2526855, 30.5051652 ], [ 120.2526063, 30.5048313 ], [ 120.252571, 30.504414 ], [ 120.2526151, 30.5040497 ], [ 120.2525622, 30.503731 ], [ 120.2525622, 30.5034275 ], [ 120.252571, 30.5029798 ], [ 120.252527, 30.5015684 ], [ 120.2525094, 30.50128 ], [ 120.2525622, 30.5011738 ], [ 120.2528176, 30.5011359 ], [ 120.2547023, 30.5011055 ], [ 120.2558208, 30.5011207 ], [ 120.2565694, 30.5012573 ], [ 120.2572828, 30.5013256 ], [ 120.2576967, 30.5012876 ], [ 120.2577672, 30.5013863 ], [ 120.2578993, 30.5020996 ], [ 120.2579786, 30.5021982 ], [ 120.2579786, 30.5029039 ], [ 120.2579257, 30.5030936 ], [ 120.2578905, 30.5041939 ], [ 120.2579433, 30.5047858 ], [ 120.2580226, 30.5051424 ], [ 120.2580754, 30.5053928 ], [ 120.2581723, 30.5053777 ], [ 120.258086, 30.5049748 ], [ 120.2580666, 30.5048844 ], [ 120.2579962, 30.5042926 ], [ 120.2580276, 30.5038109 ], [ 120.2580402, 30.5036172 ], [ 120.2581019, 30.5032378 ], [ 120.2581081, 30.5030953 ], [ 120.2581283, 30.5026308 ], [ 120.2581283, 30.501705 ], [ 120.2581635, 30.5014166 ], [ 120.2582692, 30.5012952 ], [ 120.2586391, 30.5012952 ], [ 120.2599073, 30.5013559 ], [ 120.2605502, 30.5014925 ], [ 120.2612812, 30.5017429 ], [ 120.2614339, 30.5017747 ], [ 120.2615366, 30.5017961 ], [ 120.2630338, 30.5016595 ], [ 120.2631043, 30.5017657 ], [ 120.2631666, 30.50281 ], [ 120.2630264, 30.5033319 ], [ 120.2631092, 30.5034379 ], [ 120.2630819, 30.50357 ], [ 120.2632865, 30.5035479 ], [ 120.2633117, 30.5033611 ], [ 120.2633578, 30.5030189 ], [ 120.2632449, 30.5029735 ], [ 120.2633333, 30.5027825 ], [ 120.2633597, 30.5026839 ], [ 120.2633714, 30.5025143 ], [ 120.2633949, 30.5021755 ], [ 120.263447, 30.5018808 ], [ 120.2634566, 30.5018264 ], [ 120.2635634, 30.5015817 ], [ 120.2636767, 30.5015608 ], [ 120.2642679, 30.5015231 ], [ 120.2643901, 30.5015153 ], [ 120.2652585, 30.5014956 ], [ 120.2660635, 30.5014773 ], [ 120.2662748, 30.5015229 ], [ 120.2663541, 30.5016519 ], [ 120.2665743, 30.502479 ], [ 120.2669354, 30.5024107 ], [ 120.2668883, 30.5020948 ], [ 120.2668121, 30.5015836 ], [ 120.266953, 30.5015001 ], [ 120.267728, 30.5014698 ], [ 120.2678513, 30.5016215 ], [ 120.268045, 30.5018492 ], [ 120.268001, 30.5016671 ], [ 120.268045, 30.5014925 ], [ 120.268274, 30.5014546 ], [ 120.2690452, 30.5014382 ], [ 120.2697008, 30.5014242 ], [ 120.2700795, 30.5014394 ], [ 120.2702292, 30.5014318 ], [ 120.2702958, 30.5022126 ], [ 120.2702997, 30.5022589 ], [ 120.2704141, 30.5025018 ], [ 120.2704758, 30.503124 ], [ 120.270784, 30.504543 ], [ 120.270784, 30.5047934 ], [ 120.2711571, 30.5063551 ], [ 120.271542246590087, 30.507605279998291 ], [ 120.272260010146411, 30.507623018353772 ], [ 120.2722391, 30.5075029 ], [ 120.2719731, 30.5067899 ], [ 120.2716086, 30.5055167 ], [ 120.2714411, 30.5047783 ], [ 120.2712835, 30.5039719 ], [ 120.2709583, 30.5026392 ], [ 120.2708204, 30.5018753 ], [ 120.2707909, 30.5016291 ], [ 120.2709288, 30.5014678 ], [ 120.2715494, 30.5015103 ], [ 120.2731257, 30.5016461 ], [ 120.2738843, 30.501714 ], [ 120.2740518, 30.5018838 ], [ 120.2742193, 30.5023761 ], [ 120.274239, 30.5025034 ], [ 120.2744853, 30.502478 ], [ 120.274436, 30.5018583 ], [ 120.2745542, 30.5017989 ], [ 120.2749188, 30.5017649 ], [ 120.2767807, 30.5015782 ], [ 120.2771551, 30.5015782 ], [ 120.2774211, 30.5016121 ], [ 120.2775689, 30.5016885 ], [ 120.2776969, 30.5019177 ], [ 120.2779432, 30.5018923 ], [ 120.2780713, 30.5017734 ], [ 120.2783078, 30.5016461 ], [ 120.278623, 30.5015952 ], [ 120.278889, 30.5016716 ], [ 120.2790663, 30.5018498 ], [ 120.2793619, 30.5019771 ], [ 120.279756, 30.5018923 ], [ 120.2800318, 30.5019517 ], [ 120.2798545, 30.5023252 ], [ 120.2800417, 30.5024185 ], [ 120.2801303, 30.5025713 ], [ 120.2802486, 30.5025544 ], [ 120.2802387, 30.5023252 ], [ 120.2803175, 30.5020111 ], [ 120.2803865, 30.5017395 ], [ 120.280554, 30.5016885 ], [ 120.2808002, 30.5016716 ], [ 120.2823864, 30.5017055 ], [ 120.2855389, 30.5020535 ], [ 120.2857951, 30.5021724 ], [ 120.2859133, 30.5024185 ], [ 120.2859724, 30.5027666 ], [ 120.2859035, 30.5032249 ], [ 120.2861498, 30.5032589 ], [ 120.2861695, 30.5030467 ], [ 120.286199, 30.5023846 ], [ 120.2861695, 30.5022063 ], [ 120.2863566, 30.5021384 ], [ 120.2867015, 30.502113 ], [ 120.2890828, 30.5021676 ], [ 120.2893006, 30.5023052 ], [ 120.2899396, 30.5023803 ], [ 120.2912902, 30.5022301 ], [ 120.2924742, 30.5023256 ], [ 120.2934796, 30.5025144 ], [ 120.2941432, 30.5027816 ], [ 120.2947896, 30.5031067 ], [ 120.295439, 30.5034348 ], [ 120.2962134, 30.5030685 ], [ 120.29601, 30.5028433 ], [ 120.2960391, 30.5025305 ], [ 120.2961408, 30.5023428 ], [ 120.2964312, 30.5022927 ], [ 120.2971852, 30.5022051 ], [ 120.2978075, 30.5020931 ], [ 120.2977982, 30.501901 ], [ 120.2974917, 30.501821 ], [ 120.2973895, 30.501773 ], [ 120.2973059, 30.5016769 ], [ 120.2971573, 30.5016689 ], [ 120.2969716, 30.501789 ], [ 120.2968044, 30.501869 ], [ 120.2959777, 30.501837 ], [ 120.2958105, 30.501749 ], [ 120.2956898, 30.5016449 ], [ 120.2949932, 30.5016529 ], [ 120.2939436, 30.5016369 ], [ 120.2935349, 30.5016689 ], [ 120.2915658, 30.5015169 ], [ 120.290767, 30.5015329 ], [ 120.2889465, 30.5015329 ], [ 120.2885471, 30.5014689 ], [ 120.2875254, 30.5012368 ], [ 120.287126, 30.5012448 ], [ 120.2855655, 30.5013488 ], [ 120.2844138, 30.5013488 ], [ 120.2838843, 30.5012768 ], [ 120.2827326, 30.5011647 ], [ 120.2787479, 30.5010687 ], [ 120.2781163, 30.5010127 ], [ 120.2768345, 30.5009086 ], [ 120.2757014, 30.5009567 ], [ 120.2743606, 30.5009742 ], [ 120.2738623, 30.5009807 ], [ 120.2731285, 30.5010447 ], [ 120.2724133, 30.5010367 ], [ 120.2705617, 30.5009098 ], [ 120.2704121, 30.5008996 ], [ 120.2701934, 30.5008846 ], [ 120.2674905, 30.5009166 ], [ 120.2665802, 30.5009006 ], [ 120.2664316, 30.5008366 ], [ 120.266283, 30.5007726 ], [ 120.2660322, 30.5008526 ], [ 120.2656514, 30.5009086 ], [ 120.2653263, 30.5008686 ], [ 120.2649734, 30.5008366 ], [ 120.2645461, 30.5008206 ], [ 120.2634129, 30.5005485 ], [ 120.2626884, 30.5003804 ], [ 120.2625379, 30.5002416 ], [ 120.262412, 30.5002248 ], [ 120.2623661, 30.5003138 ], [ 120.2622744, 30.5003632 ], [ 120.2621367, 30.5003879 ], [ 120.261913, 30.5004077 ], [ 120.260777, 30.5004025 ], [ 120.2601066, 30.5004025 ], [ 120.2595732, 30.5004894 ], [ 120.258528, 30.5004211 ], [ 120.2574663, 30.5002659 ], [ 120.2564421, 30.5001331 ], [ 120.2560342, 30.5001253 ], [ 120.2557532, 30.5002268 ], [ 120.2555176, 30.5003127 ], [ 120.2550553, 30.5002659 ], [ 120.2544934, 30.500344 ], [ 120.2538045, 30.5003674 ], [ 120.2534238, 30.5003518 ], [ 120.252871, 30.5004142 ], [ 120.2524087, 30.5004142 ], [ 120.2521187, 30.500344 ], [ 120.2517289, 30.5002424 ], [ 120.2511942, 30.5002112 ], [ 120.2497984, 30.5002112 ], [ 120.2486473, 30.5001097 ], [ 120.247904, 30.5001409 ], [ 120.2469252, 30.5001565 ], [ 120.2456653, 30.5002112 ], [ 120.2447952, 30.5003518 ], [ 120.2439704, 30.5005626 ], [ 120.2434538, 30.5006641 ], [ 120.2431547, 30.5006798 ], [ 120.242783, 30.5008047 ], [ 120.2410066, 30.501492 ], [ 120.2392119, 30.5021479 ], [ 120.2379611, 30.5026712 ], [ 120.237236, 30.5028742 ], [ 120.2367557, 30.5029523 ], [ 120.2363116, 30.5029601 ], [ 120.2360668, 30.5030148 ], [ 120.2358584, 30.5031788 ], [ 120.2355683, 30.5032803 ], [ 120.2352058, 30.5032412 ], [ 120.2349882, 30.5031866 ], [ 120.2347539, 30.5031454 ], [ 120.2344854, 30.5043139 ], [ 120.235032, 30.5042127 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2828071, 30.5111329 ], [ 120.282864, 30.5111404 ], [ 120.2829121, 30.5111404 ], [ 120.2829806, 30.511148 ], [ 120.2830112, 30.511148 ], [ 120.2830433, 30.5111354 ], [ 120.2830447, 30.5111128 ], [ 120.2830462, 30.5110839 ], [ 120.2830462, 30.5110701 ], [ 120.2830491, 30.5110475 ], [ 120.283052, 30.5110337 ], [ 120.2830258, 30.5110325 ], [ 120.2829835, 30.5110287 ], [ 120.2829441, 30.5110312 ], [ 120.2829106, 30.5110325 ], [ 120.2828815, 30.5110325 ], [ 120.282845, 30.5110274 ], [ 120.2828246, 30.5110212 ], [ 120.2828101, 30.5110224 ], [ 120.282813, 30.5110513 ], [ 120.2828057, 30.5110839 ], [ 120.2828013, 30.5111053 ], [ 120.282794, 30.5111203 ], [ 120.2828071, 30.5111329 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2841436, 30.5116206 ], [ 120.2841503, 30.5116423 ], [ 120.2841687, 30.5116538 ], [ 120.2841888, 30.5116351 ], [ 120.2842172, 30.5116293 ], [ 120.284239, 30.5116408 ], [ 120.2842625, 30.5116394 ], [ 120.2842641, 30.5116163 ], [ 120.2842842, 30.5116105 ], [ 120.2842976, 30.5115947 ], [ 120.2842926, 30.5115774 ], [ 120.2843026, 30.5115601 ], [ 120.2842926, 30.5115428 ], [ 120.2842926, 30.5115283 ], [ 120.2842758, 30.5115182 ], [ 120.2842691, 30.5115024 ], [ 120.2842491, 30.5114995 ], [ 120.284234, 30.5114952 ], [ 120.2842172, 30.5114865 ], [ 120.2841921, 30.5114894 ], [ 120.284167, 30.5114937 ], [ 120.284162, 30.5115168 ], [ 120.2841553, 30.5115485 ], [ 120.2841386, 30.5115644 ], [ 120.2841352, 30.5115976 ], [ 120.2841436, 30.5116206 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2832206, 30.5116493 ], [ 120.2835171, 30.5116795 ], [ 120.2835405, 30.5116533 ], [ 120.2835265, 30.5115105 ], [ 120.2832509, 30.5115105 ], [ 120.2832206, 30.5115346 ], [ 120.2832159, 30.511593 ], [ 120.2832206, 30.5116493 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2846375, 30.5117086 ], [ 120.2846475, 30.5117202 ], [ 120.2846693, 30.5117115 ], [ 120.2846877, 30.5117129 ], [ 120.2847061, 30.5117259 ], [ 120.2847262, 30.5117447 ], [ 120.2847446, 30.5117519 ], [ 120.2847546, 30.5117923 ], [ 120.2847932, 30.5117735 ], [ 120.2848266, 30.5117879 ], [ 120.2848467, 30.5117692 ], [ 120.2848551, 30.5117346 ], [ 120.2848484, 30.5117014 ], [ 120.2848517, 30.5116697 ], [ 120.2848501, 30.5116379 ], [ 120.284835, 30.5116206 ], [ 120.28484, 30.5116004 ], [ 120.28484, 30.5115817 ], [ 120.2848116, 30.5115817 ], [ 120.2847781, 30.5115788 ], [ 120.2847546, 30.511573 ], [ 120.2847379, 30.5115615 ], [ 120.2847212, 30.5115889 ], [ 120.2846877, 30.5116293 ], [ 120.2846693, 30.5116509 ], [ 120.2846575, 30.5116783 ], [ 120.2846358, 30.5116827 ], [ 120.2846375, 30.5117086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3821201, 30.3811362 ], [ 120.382623, 30.3811895 ], [ 120.3826752, 30.3811649 ], [ 120.38268, 30.3810052 ], [ 120.3826563, 30.3809807 ], [ 120.3819967, 30.380907 ], [ 120.3819801, 30.3811158 ], [ 120.3821201, 30.3811362 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3828165, 30.3812951 ], [ 120.3833968, 30.3813432 ], [ 120.3834337, 30.3813121 ], [ 120.3834355, 30.3811841 ], [ 120.3834049, 30.3811445 ], [ 120.3828165, 30.3810893 ], [ 120.382776, 30.3811049 ], [ 120.382767, 30.3812834 ], [ 120.3828165, 30.3812951 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3821001, 30.3813982 ], [ 120.3826031, 30.3814514 ], [ 120.3826553, 30.3814269 ], [ 120.38266, 30.3812672 ], [ 120.3826363, 30.3812427 ], [ 120.3819767, 30.381169 ], [ 120.3819601, 30.3813777 ], [ 120.3821001, 30.3813982 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3827985, 30.3815291 ], [ 120.3833787, 30.3815772 ], [ 120.3834156, 30.3815461 ], [ 120.3834174, 30.3814181 ], [ 120.3833868, 30.3813784 ], [ 120.3827985, 30.3813233 ], [ 120.382758, 30.3813389 ], [ 120.382749, 30.3815174 ], [ 120.3827985, 30.3815291 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3835489, 30.3816075 ], [ 120.3841834, 30.3816619 ], [ 120.3842239, 30.3816464 ], [ 120.3842329, 30.3814872 ], [ 120.3842059, 30.38146 ], [ 120.3835489, 30.3814018 ], [ 120.3835084, 30.3814173 ], [ 120.3834994, 30.3815959 ], [ 120.3835489, 30.3816075 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3820761, 30.3816533 ], [ 120.3825791, 30.3817065 ], [ 120.3826313, 30.3816819 ], [ 120.382636, 30.3815223 ], [ 120.3826123, 30.3814977 ], [ 120.3819528, 30.3814241 ], [ 120.3819362, 30.3816328 ], [ 120.3820761, 30.3816533 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.382784, 30.3817787 ], [ 120.3833643, 30.3818268 ], [ 120.3834012, 30.3817957 ], [ 120.3834029, 30.3816677 ], [ 120.3833723, 30.381628 ], [ 120.382784, 30.3815729 ], [ 120.3827435, 30.3815884 ], [ 120.3827345, 30.381767 ], [ 120.382784, 30.3817787 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3835354, 30.3818443 ], [ 120.3841699, 30.3818987 ], [ 120.3842104, 30.3818832 ], [ 120.3842194, 30.381724 ], [ 120.3841924, 30.3816968 ], [ 120.3835354, 30.3816386 ], [ 120.3834949, 30.3816541 ], [ 120.3834859, 30.3818327 ], [ 120.3835354, 30.3818443 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3820641, 30.3819221 ], [ 120.3825671, 30.3819754 ], [ 120.3826193, 30.3819508 ], [ 120.382624, 30.3817912 ], [ 120.3826003, 30.3817666 ], [ 120.3819408, 30.3816929 ], [ 120.3819242, 30.3819017 ], [ 120.3820641, 30.3819221 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3827659, 30.3820127 ], [ 120.3833462, 30.3820608 ], [ 120.3833831, 30.3820296 ], [ 120.3833848, 30.3819017 ], [ 120.3833542, 30.381862 ], [ 120.3827659, 30.3818069 ], [ 120.3827254, 30.3818224 ], [ 120.3827164, 30.382001 ], [ 120.3827659, 30.3820127 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3835354, 30.3821045 ], [ 120.3841699, 30.3821588 ], [ 120.3842104, 30.3821433 ], [ 120.3842194, 30.3819841 ], [ 120.3841924, 30.3819569 ], [ 120.3835354, 30.3818987 ], [ 120.3834949, 30.3819142 ], [ 120.3834859, 30.3820928 ], [ 120.3835354, 30.3821045 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3820442, 30.3821807 ], [ 120.3825471, 30.3822339 ], [ 120.3825993, 30.3822093 ], [ 120.3826041, 30.3820497 ], [ 120.3825803, 30.3820251 ], [ 120.3819208, 30.3819514 ], [ 120.3819042, 30.3821602 ], [ 120.3820442, 30.3821807 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3827659, 30.3822529 ], [ 120.3833462, 30.382301 ], [ 120.3833831, 30.3822699 ], [ 120.3833848, 30.3821419 ], [ 120.3833542, 30.3821022 ], [ 120.3827659, 30.3820471 ], [ 120.3827254, 30.3820627 ], [ 120.3827164, 30.3822412 ], [ 120.3827659, 30.3822529 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3825218, 30.3824897 ], [ 120.382574, 30.3824651 ], [ 120.3825788, 30.3823055 ], [ 120.382555, 30.3822809 ], [ 120.3818955, 30.3822073 ], [ 120.381887675726077, 30.382305669034245 ], [ 120.38251106877965, 30.382488564782417 ], [ 120.3825218, 30.3824897 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3827442, 30.38249 ], [ 120.3833245, 30.3825381 ], [ 120.3833614, 30.382507 ], [ 120.3833631, 30.382379 ], [ 120.3833325, 30.3823393 ], [ 120.3827442, 30.3822842 ], [ 120.3827037, 30.3822998 ], [ 120.3826947, 30.3824783 ], [ 120.3827442, 30.38249 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3835039, 30.3825393 ], [ 120.3841384, 30.3825936 ], [ 120.3841789, 30.3825781 ], [ 120.3841879, 30.3824189 ], [ 120.3841609, 30.3823917 ], [ 120.3835039, 30.3823335 ], [ 120.3834634, 30.382349 ], [ 120.3834544, 30.3825276 ], [ 120.3835039, 30.3825393 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3833595, 30.3826255 ], [ 120.3833289, 30.3825858 ], [ 120.3827406, 30.3825307 ], [ 120.382703318167785, 30.382544968355536 ], [ 120.383358017332483, 30.38273704892632 ], [ 120.3833595, 30.3826255 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3841384, 30.3828382 ], [ 120.3841789, 30.3828227 ], [ 120.3841879, 30.3826635 ], [ 120.3841609, 30.3826363 ], [ 120.3835039, 30.3825781 ], [ 120.3834634, 30.3825936 ], [ 120.383454741327753, 30.382765426540377 ], [ 120.383522926748469, 30.38278543129254 ], [ 120.3841384, 30.3828382 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3860333, 30.3813977 ], [ 120.3863213, 30.3814151 ], [ 120.3863481, 30.3813688 ], [ 120.3864016, 30.3808547 ], [ 120.3863748, 30.3808085 ], [ 120.3860735, 30.3807739 ], [ 120.3860266, 30.380797 ], [ 120.3860066, 30.3813515 ], [ 120.3860333, 30.3813977 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3835557, 30.3813649 ], [ 120.3841902, 30.3814192 ], [ 120.3842307, 30.3814037 ], [ 120.3842397, 30.3812445 ], [ 120.3842127, 30.3812174 ], [ 120.3835557, 30.3811591 ], [ 120.3835152, 30.3811747 ], [ 120.3835062, 30.3813532 ], [ 120.3835557, 30.3813649 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3865824, 30.3818714 ], [ 120.3868369, 30.38201 ], [ 120.3872654, 30.3821949 ], [ 120.3873458, 30.3821775 ], [ 120.3873591, 30.3821256 ], [ 120.3874194, 30.3813226 ], [ 120.387406, 30.3812591 ], [ 120.3873524, 30.3812302 ], [ 120.3870578, 30.3812013 ], [ 120.3865556, 30.3811724 ], [ 120.3864485, 30.3812013 ], [ 120.3864351, 30.3815306 ], [ 120.3863548, 30.3817674 ], [ 120.3865824, 30.3818714 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3908494, 30.3848992 ], [ 120.3876098, 30.3798394 ], [ 120.3872308, 30.38 ], [ 120.3898575, 30.3840355 ], [ 120.390289203546473, 30.384770572529202 ], [ 120.390874154702104, 30.384942189903892 ], [ 120.3908494, 30.3848992 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3891334, 30.3833356 ], [ 120.3891571, 30.383307 ], [ 120.3891618, 30.3832662 ], [ 120.3890482, 30.3831192 ], [ 120.3889725, 30.3830988 ], [ 120.3889299, 30.3830988 ], [ 120.3888589, 30.3832743 ], [ 120.3891334, 30.3833356 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3888069, 30.3834785 ], [ 120.3892044, 30.3835479 ], [ 120.3892517, 30.3835152 ], [ 120.389228, 30.3834336 ], [ 120.3891902, 30.3834091 ], [ 120.3888258, 30.3833356 ], [ 120.3887548, 30.3834376 ], [ 120.3888069, 30.3834785 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.389105, 30.3837234 ], [ 120.3891429, 30.3836989 ], [ 120.3891429, 30.3836254 ], [ 120.3887028, 30.3835152 ], [ 120.3886744, 30.3836213 ], [ 120.389105, 30.3837234 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3890482, 30.3838989 ], [ 120.3890955, 30.3838949 ], [ 120.3891192, 30.3838581 ], [ 120.3891287, 30.3837969 ], [ 120.3886128, 30.3836662 ], [ 120.3885466, 30.3837846 ], [ 120.3890482, 30.3838989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3895735, 30.3841561 ], [ 120.3896303, 30.3841561 ], [ 120.3896587, 30.3841275 ], [ 120.3896634, 30.3840826 ], [ 120.3894221, 30.383654 ], [ 120.3893558, 30.3836377 ], [ 120.3892801, 30.3836907 ], [ 120.3892754, 30.3840663 ], [ 120.3895735, 30.3841561 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3887879, 30.3840418 ], [ 120.3888021, 30.3839928 ], [ 120.3888116, 30.3839398 ], [ 120.3887643, 30.3839071 ], [ 120.3885987, 30.3838704 ], [ 120.388504, 30.3838377 ], [ 120.3884472, 30.3839683 ], [ 120.3887879, 30.3840418 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3841699, 30.3829003 ], [ 120.3841429, 30.3828731 ], [ 120.383682830137218, 30.382832344952796 ], [ 120.384165732275349, 30.382974022418303 ], [ 120.3841699, 30.3829003 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3888258, 30.3842582 ], [ 120.3890388, 30.3843112 ], [ 120.3890955, 30.3842827 ], [ 120.3891003, 30.3841969 ], [ 120.3890719, 30.3841643 ], [ 120.3884094, 30.3840255 ], [ 120.3883431, 30.3841439 ], [ 120.3888258, 30.3842582 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3896019, 30.3844215 ], [ 120.3897486, 30.3844786 ], [ 120.3898622, 30.3844786 ], [ 120.3898716, 30.3844174 ], [ 120.389829, 30.3843317 ], [ 120.3896729, 30.3842745 ], [ 120.3895688, 30.3842337 ], [ 120.3892896, 30.3841561 ], [ 120.3892612, 30.3843276 ], [ 120.3896019, 30.3844215 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3890766, 30.3843847 ], [ 120.388574357093717, 30.384267457964199 ], [ 120.389073761912755, 30.384413977110501 ], [ 120.3890766, 30.3843847 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3898811, 30.3845848 ], [ 120.3892517, 30.3844337 ], [ 120.38924339137219, 30.384463744278609 ], [ 120.389865661270122, 30.38464631050692 ], [ 120.3898811, 30.3845848 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2831103, 30.5121681 ], [ 120.2831302, 30.5122511 ], [ 120.2831387, 30.5123097 ], [ 120.2831529, 30.5123879 ], [ 120.2831614, 30.5124563 ], [ 120.2831982, 30.5125418 ], [ 120.2832209, 30.5126077 ], [ 120.2832464, 30.5126615 ], [ 120.2832667, 30.5127204 ], [ 120.2832776, 30.5127518 ], [ 120.2832946, 30.5128495 ], [ 120.2833145, 30.512896 ], [ 120.2833598, 30.5129692 ], [ 120.2834137, 30.5129937 ], [ 120.2834817, 30.5130034 ], [ 120.283498, 30.5130301 ], [ 120.2835384, 30.5130962 ], [ 120.2836008, 30.5132086 ], [ 120.2836348, 30.5132574 ], [ 120.2836348, 30.5133283 ], [ 120.2836462, 30.5133918 ], [ 120.2836405, 30.5134626 ], [ 120.283632, 30.5135261 ], [ 120.2836632, 30.513597 ], [ 120.2836915, 30.5136531 ], [ 120.2837482, 30.5136922 ], [ 120.2838248, 30.5136849 ], [ 120.2839212, 30.51368 ], [ 120.2840091, 30.5136898 ], [ 120.2840516, 30.5136824 ], [ 120.2841565, 30.5136776 ], [ 120.284216, 30.5136849 ], [ 120.2842905, 30.5136881 ], [ 120.2843295, 30.5136898 ], [ 120.2843521, 30.5136653 ], [ 120.2844372, 30.5136727 ], [ 120.2845251, 30.5136971 ], [ 120.2845789, 30.5137093 ], [ 120.2846527, 30.5137215 ], [ 120.2846952, 30.5137069 ], [ 120.284681, 30.5136605 ], [ 120.2846753, 30.513636 ], [ 120.2847037, 30.5136067 ], [ 120.2847235, 30.5135628 ], [ 120.2846782, 30.5135432 ], [ 120.284647, 30.513487 ], [ 120.2846385, 30.5134431 ], [ 120.2846328, 30.5134089 ], [ 120.2846016, 30.513382 ], [ 120.2845874, 30.5133405 ], [ 120.2845619, 30.5133283 ], [ 120.2845307, 30.5132941 ], [ 120.2844911, 30.5132721 ], [ 120.2844542, 30.5132672 ], [ 120.2844258, 30.5132452 ], [ 120.2843918, 30.5131964 ], [ 120.2844003, 30.5131573 ], [ 120.284372, 30.5131329 ], [ 120.2843606, 30.5130987 ], [ 120.284355, 30.5130498 ], [ 120.2843862, 30.5130254 ], [ 120.2843635, 30.5130083 ], [ 120.2843238, 30.5130425 ], [ 120.2842898, 30.5130352 ], [ 120.2842472, 30.5130547 ], [ 120.2841962, 30.5130547 ], [ 120.2841452, 30.5130523 ], [ 120.2840856, 30.5130572 ], [ 120.2840318, 30.5130474 ], [ 120.2839949, 30.5130547 ], [ 120.283924, 30.5130254 ], [ 120.2838985, 30.5129937 ], [ 120.2839354, 30.5129692 ], [ 120.2839722, 30.5129619 ], [ 120.2839892, 30.5129472 ], [ 120.2839751, 30.5128911 ], [ 120.2839637, 30.5128276 ], [ 120.2839495, 30.5127567 ], [ 120.2839439, 30.5126957 ], [ 120.2839524, 30.5126273 ], [ 120.2839155, 30.5126102 ], [ 120.283924, 30.5125589 ], [ 120.28389, 30.5125638 ], [ 120.2838049, 30.5126273 ], [ 120.2837511, 30.5126346 ], [ 120.2837199, 30.5126175 ], [ 120.2836519, 30.5125735 ], [ 120.2836462, 30.5125051 ], [ 120.2836689, 30.5124832 ], [ 120.2836915, 30.5124465 ], [ 120.2837114, 30.5123928 ], [ 120.2837596, 30.5123586 ], [ 120.2838078, 30.5123342 ], [ 120.2838248, 30.5122951 ], [ 120.2838588, 30.512278 ], [ 120.2838843, 30.5122389 ], [ 120.2839037, 30.5122198 ], [ 120.283924, 30.5121998 ], [ 120.2839354, 30.5121412 ], [ 120.2839325, 30.5120948 ], [ 120.2838673, 30.5121046 ], [ 120.283822, 30.5121437 ], [ 120.2837908, 30.5121363 ], [ 120.2837511, 30.5121168 ], [ 120.2837426, 30.512085 ], [ 120.2837, 30.5120801 ], [ 120.283666, 30.5120631 ], [ 120.2836292, 30.5120704 ], [ 120.2836008, 30.5120411 ], [ 120.2835555, 30.512024 ], [ 120.283547, 30.5119751 ], [ 120.2835866, 30.5119531 ], [ 120.2835498, 30.511936 ], [ 120.2835016, 30.5119165 ], [ 120.2834477, 30.5119165 ], [ 120.2833797, 30.5119214 ], [ 120.2833003, 30.5119312 ], [ 120.2832237, 30.5119507 ], [ 120.283167, 30.5119605 ], [ 120.2831132, 30.51198 ], [ 120.2831018, 30.5120362 ], [ 120.283099, 30.5121095 ], [ 120.2831103, 30.5121681 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3143787, 30.4993971 ], [ 120.3143836, 30.4996445 ], [ 120.3144874, 30.4996593 ], [ 120.3150154, 30.499619 ], [ 120.3150286, 30.4994695 ], [ 120.3150288, 30.4992854 ], [ 120.3150156, 30.4990775 ], [ 120.3148113, 30.499135 ], [ 120.3143592, 30.4991812 ], [ 120.3143787, 30.4993971 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3139346, 30.4995989 ], [ 120.3140177, 30.4996804 ], [ 120.3142678, 30.4996767 ], [ 120.3143341, 30.4996121 ], [ 120.3142899, 30.4991603 ], [ 120.3140828, 30.4992027 ], [ 120.3139958, 30.4993164 ], [ 120.3139221, 30.49932 ], [ 120.3139346, 30.4995989 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.3153568, 30.4996118 ], [ 120.3156536, 30.4996138 ], [ 120.3156698, 30.4994898 ], [ 120.3156741, 30.4993873 ], [ 120.3151114, 30.4994059 ], [ 120.315105, 30.4996171 ], [ 120.3153568, 30.4996118 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1787685, 30.4746898 ], [ 120.1800658, 30.4756052 ], [ 120.1810726, 30.4763241 ], [ 120.1814328, 30.4765818 ], [ 120.1816634, 30.4764343 ], [ 120.1815817, 30.4763644 ], [ 120.1812524, 30.4760598 ], [ 120.1810236, 30.4757962 ], [ 120.1809232, 30.4757667 ], [ 120.1808742, 30.4757191 ], [ 120.1808781, 30.4756205 ], [ 120.1809971, 30.4754762 ], [ 120.1808718, 30.4753575 ], [ 120.1807169, 30.4754816 ], [ 120.1806095, 30.475493 ], [ 120.1802406, 30.4753703 ], [ 120.180032, 30.4752327 ], [ 120.1796813, 30.4750265 ], [ 120.1793416, 30.4747198 ], [ 120.1788687, 30.4744255 ], [ 120.1787681, 30.474364 ], [ 120.1785781, 30.4745789 ], [ 120.1787685, 30.4746898 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "圣堂漾" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1817855, 30.4768324 ], [ 120.1819, 30.4769503 ], [ 120.1819967, 30.4770876 ], [ 120.1820793, 30.4773357 ], [ 120.1820811, 30.4773951 ], [ 120.1828154, 30.4780331 ], [ 120.1829765, 30.4781246 ], [ 120.1831546, 30.4782726 ], [ 120.1834566, 30.4784799 ], [ 120.1838715, 30.4782676 ], [ 120.1836381, 30.4779792 ], [ 120.1834848, 30.4778501 ], [ 120.1834834, 30.4776359 ], [ 120.1835312, 30.477545 ], [ 120.183626, 30.4773747 ], [ 120.1839764, 30.4770939 ], [ 120.1837628, 30.4769005 ], [ 120.1835976, 30.4769956 ], [ 120.1830449, 30.4772604 ], [ 120.1829039, 30.4773026 ], [ 120.1827323, 30.4772808 ], [ 120.1826402, 30.4771826 ], [ 120.1826302, 30.4771288 ], [ 120.1826043, 30.4769732 ], [ 120.1819495, 30.4766356 ], [ 120.1816634, 30.4764343 ], [ 120.1814328, 30.4765818 ], [ 120.1817855, 30.4768324 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1825624, 30.4824274 ], [ 120.1826768, 30.4823054 ], [ 120.182663, 30.4822934 ], [ 120.1827171, 30.4822417 ], [ 120.1827321, 30.4822515 ], [ 120.1828293, 30.4821501 ], [ 120.1828097, 30.4821331 ], [ 120.182884, 30.4820569 ], [ 120.1828792, 30.4820514 ], [ 120.1829203, 30.4820126 ], [ 120.1829268, 30.4820153 ], [ 120.1829498, 30.4819934 ], [ 120.1829688, 30.4820072 ], [ 120.1829951, 30.4819833 ], [ 120.1830237, 30.4819189 ], [ 120.1832182, 30.4817551 ], [ 120.183202, 30.481737 ], [ 120.1835599, 30.4814448 ], [ 120.1835465, 30.4814302 ], [ 120.1836271, 30.4813682 ], [ 120.1836374, 30.4813815 ], [ 120.1838527, 30.4812102 ], [ 120.1843759, 30.480785 ], [ 120.1846189, 30.4805847 ], [ 120.1847418, 30.4805036 ], [ 120.1847874, 30.4805321 ], [ 120.1848066, 30.4805227 ], [ 120.1848442, 30.4805485 ], [ 120.1849584, 30.4804379 ], [ 120.1849195, 30.4804086 ], [ 120.1849227, 30.480383 ], [ 120.1848961, 30.4803635 ], [ 120.1851024, 30.4801904 ], [ 120.1853054, 30.4800207 ], [ 120.1853765, 30.4799458 ], [ 120.1852965, 30.479906 ], [ 120.1851798, 30.4800415 ], [ 120.1851557, 30.4800402 ], [ 120.185105, 30.4800989 ], [ 120.1850855, 30.4800887 ], [ 120.1850062, 30.480175 ], [ 120.1848332, 30.4803303 ], [ 120.1848063, 30.480312 ], [ 120.1847862, 30.4803304 ], [ 120.1847093, 30.4802921 ], [ 120.1845851, 30.4803821 ], [ 120.1846467, 30.4804268 ], [ 120.1846398, 30.4804508 ], [ 120.1842265, 30.480785 ], [ 120.1841548, 30.4808453 ], [ 120.1839382, 30.4810177 ], [ 120.1839179, 30.4810023 ], [ 120.1837201, 30.4811777 ], [ 120.1835191, 30.4813534 ], [ 120.1833769, 30.4814789 ], [ 120.1832239, 30.4816172 ], [ 120.1831458, 30.4816904 ], [ 120.1828716, 30.4819327 ], [ 120.1828893, 30.4819473 ], [ 120.1827522, 30.4820927 ], [ 120.1827317, 30.4820816 ], [ 120.1826644, 30.4821478 ], [ 120.1826498, 30.4821389 ], [ 120.182453, 30.4823519 ], [ 120.1825624, 30.4824274 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1697923, 30.476452 ], [ 120.1700151, 30.476452 ], [ 120.1704316, 30.4766023 ], [ 120.1723593, 30.4776458 ], [ 120.1729792, 30.4780883 ], [ 120.1751297, 30.4789732 ], [ 120.1759631, 30.4794312 ], [ 120.1756148, 30.4797702 ], [ 120.1756303, 30.4798062 ], [ 120.1757259, 30.4798345 ], [ 120.1760305, 30.4794741 ], [ 120.1765573, 30.4796384 ], [ 120.1773794, 30.4799805 ], [ 120.1776288, 30.4801019 ], [ 120.1783074, 30.480437 ], [ 120.1785274, 30.4805723 ], [ 120.1786374, 30.4806855 ], [ 120.178986, 30.4809097 ], [ 120.1792632, 30.4810648 ], [ 120.1796579, 30.4813371 ], [ 120.1796791, 30.4813142 ], [ 120.1797737, 30.4813709 ], [ 120.1797486, 30.4814004 ], [ 120.1800798, 30.4816194 ], [ 120.1801993, 30.4816934 ], [ 120.1802486, 30.4816341 ], [ 120.1804873, 30.4817852 ], [ 120.1804297, 30.4818534 ], [ 120.1815833, 30.4825738 ], [ 120.1820728, 30.4830059 ], [ 120.18224, 30.4831877 ], [ 120.1832113, 30.4841142 ], [ 120.1834731, 30.4846433 ], [ 120.1835092, 30.485009 ], [ 120.1834009, 30.485608 ], [ 120.1832474, 30.4860282 ], [ 120.182963, 30.4864966 ], [ 120.183468, 30.4867453 ], [ 120.1836537, 30.4862693 ], [ 120.1839606, 30.4858103 ], [ 120.1843308, 30.4854991 ], [ 120.1846829, 30.4852035 ], [ 120.185044, 30.4850556 ], [ 120.1857844, 30.4849545 ], [ 120.1861635, 30.4849156 ], [ 120.1861997, 30.4844643 ], [ 120.1851795, 30.4844643 ], [ 120.1849538, 30.4844254 ], [ 120.1844246, 30.4841893 ], [ 120.1840482, 30.4839806 ], [ 120.1828981, 30.4830389 ], [ 120.1826774, 30.4827968 ], [ 120.1826283, 30.4827608 ], [ 120.1826517, 30.4827325 ], [ 120.1825324, 30.4826413 ], [ 120.1824825, 30.4825776 ], [ 120.1824896, 30.4825202 ], [ 120.1825039, 30.482484 ], [ 120.1825624, 30.4824274 ], [ 120.182453, 30.4823519 ], [ 120.1824107, 30.4823966 ], [ 120.182395, 30.4823867 ], [ 120.1823603, 30.4824036 ], [ 120.1822947, 30.4824053 ], [ 120.1822522, 30.4823856 ], [ 120.1820949, 30.4822483 ], [ 120.1821396, 30.4822029 ], [ 120.1820442, 30.4821559 ], [ 120.1819674, 30.4821015 ], [ 120.1815673, 30.481818 ], [ 120.1790539, 30.48019 ], [ 120.1784167, 30.4799101 ], [ 120.1763414, 30.4788233 ], [ 120.1759002, 30.4785735 ], [ 120.1756183, 30.4784139 ], [ 120.1735783, 30.477259 ], [ 120.1732343, 30.4772003 ], [ 120.172725, 30.4769749 ], [ 120.170836, 30.4759685 ], [ 120.1702379, 30.4756492 ], [ 120.1695866, 30.4765788 ], [ 120.1697923, 30.476452 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.170453, 30.478995 ], [ 120.1695401, 30.4769564 ], [ 120.1695866, 30.4765788 ], [ 120.1702379, 30.4756492 ], [ 120.16783, 30.4743935 ], [ 120.1649932, 30.4731108 ], [ 120.1643203, 30.4738313 ], [ 120.1653742, 30.4741453 ], [ 120.1674751, 30.4750781 ], [ 120.1680056, 30.4753707 ], [ 120.1683876, 30.4758279 ], [ 120.169963420018277, 30.479325612362064 ], [ 120.170766111368678, 30.479639437842064 ], [ 120.170453, 30.478995 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1798612, 30.4880196 ], [ 120.180853, 30.4886257 ], [ 120.1820433, 30.4894338 ], [ 120.1827466, 30.4902885 ], [ 120.1843697, 30.4922465 ], [ 120.1849828, 30.4931012 ], [ 120.1851271, 30.493614 ], [ 120.1852894, 30.4945464 ], [ 120.1853796, 30.4956497 ], [ 120.185632, 30.4962402 ], [ 120.1858304, 30.4967374 ], [ 120.1856501, 30.4974833 ], [ 120.1854337, 30.4975765 ], [ 120.1851451, 30.4974367 ], [ 120.182404, 30.4958051 ], [ 120.1822958, 30.4959138 ], [ 120.1827592, 30.4961961 ], [ 120.1851271, 30.4976387 ], [ 120.1851271, 30.4978407 ], [ 120.1848927, 30.4981981 ], [ 120.1850189, 30.4982602 ], [ 120.1853435, 30.4978096 ], [ 120.1855419, 30.4977785 ], [ 120.1859026, 30.497965 ], [ 120.1873994, 30.4995189 ], [ 120.1880306, 30.5011815 ], [ 120.1891487, 30.5037919 ], [ 120.1899422, 30.5035433 ], [ 120.1895591, 30.5024656 ], [ 120.189072, 30.5010951 ], [ 120.1890585, 30.5010572 ], [ 120.188788, 30.5003269 ], [ 120.1886978, 30.4996587 ], [ 120.1884634, 30.4994412 ], [ 120.1881388, 30.4991926 ], [ 120.1873994, 30.4980272 ], [ 120.1868223, 30.4964422 ], [ 120.1864075, 30.4952612 ], [ 120.1862632, 30.4945153 ], [ 120.1862272, 30.4941424 ], [ 120.1863714, 30.4938782 ], [ 120.1865518, 30.4937228 ], [ 120.1874174, 30.4942511 ], [ 120.1881388, 30.4945464 ], [ 120.1886978, 30.4947018 ], [ 120.1890765, 30.4948261 ], [ 120.1891487, 30.4947018 ], [ 120.1885896, 30.4943288 ], [ 120.1881929, 30.4942045 ], [ 120.1872371, 30.4937849 ], [ 120.1868223, 30.4935829 ], [ 120.1867862, 30.4934431 ], [ 120.1870207, 30.4933032 ], [ 120.1876879, 30.4930701 ], [ 120.1901405, 30.4921533 ], [ 120.190393, 30.4920445 ], [ 120.1896897, 30.4917182 ], [ 120.1884814, 30.4921688 ], [ 120.1876158, 30.492433 ], [ 120.1870567, 30.4924952 ], [ 120.1860829, 30.4923398 ], [ 120.1862272, 30.4920445 ], [ 120.1863534, 30.4916405 ], [ 120.186155, 30.4910966 ], [ 120.1859567, 30.4905993 ], [ 120.185614, 30.4899777 ], [ 120.1849107, 30.489325 ], [ 120.1838467, 30.4883459 ], [ 120.1833958, 30.4877554 ], [ 120.1833057, 30.4874446 ], [ 120.1833417, 30.4870094 ], [ 120.183468, 30.4867453 ], [ 120.182963, 30.4864966 ], [ 120.1826564, 30.4869473 ], [ 120.182422, 30.4872115 ], [ 120.1825302, 30.4875378 ], [ 120.1829089, 30.487802 ], [ 120.1835221, 30.4890142 ], [ 120.1844418, 30.4897756 ], [ 120.1853074, 30.490677 ], [ 120.1854156, 30.4912364 ], [ 120.1853976, 30.4917492 ], [ 120.1852353, 30.4920134 ], [ 120.1849107, 30.4917803 ], [ 120.1843877, 30.4912053 ], [ 120.1833958, 30.4901642 ], [ 120.1825482, 30.4891696 ], [ 120.1815744, 30.488377 ], [ 120.1800054, 30.4873824 ], [ 120.1778594, 30.4861392 ], [ 120.176427825443412, 30.485289586412193 ], [ 120.17614888762327, 30.485796924784307 ], [ 120.1798612, 30.4880196 ] ] ], [ [ [ 120.1750531, 30.4804347 ], [ 120.1752423, 30.480234 ], [ 120.1754388, 30.4801211 ], [ 120.1755886, 30.4799932 ], [ 120.1756628, 30.4798869 ], [ 120.1755578, 30.4798261 ], [ 120.1754672, 30.479924 ], [ 120.1753006, 30.4800646 ], [ 120.1749949, 30.4802277 ], [ 120.174529, 30.4805978 ], [ 120.174205294466844, 30.480984043444245 ], [ 120.174437601291004, 30.481074867645308 ], [ 120.1750531, 30.4804347 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1741537, 30.4911799 ], [ 120.1743309, 30.4909316 ], [ 120.1739596, 30.4907186 ], [ 120.173643292774784, 30.490354156969541 ], [ 120.173584, 30.490462 ], [ 120.173832894693945, 30.491144329645355 ], [ 120.1741537, 30.4911799 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.2054456, 30.4876197 ], [ 120.2054914, 30.4876986 ], [ 120.2054456, 30.487738 ], [ 120.205511, 30.4878 ], [ 120.2056418, 30.4877831 ], [ 120.2057267, 30.4877437 ], [ 120.2058379, 30.4877324 ], [ 120.205936, 30.4877944 ], [ 120.2059883, 30.4879071 ], [ 120.2061256, 30.487924 ], [ 120.2061844, 30.4879859 ], [ 120.2061648, 30.4880761 ], [ 120.2060733, 30.4881493 ], [ 120.2060144, 30.4882113 ], [ 120.2059817, 30.4883127 ], [ 120.2059948, 30.4884536 ], [ 120.2060406, 30.4885606 ], [ 120.2061648, 30.4886339 ], [ 120.2062825, 30.4886958 ], [ 120.2064852, 30.4887691 ], [ 120.2068513, 30.4889663 ], [ 120.206969, 30.4890226 ], [ 120.2070474, 30.489124 ], [ 120.2070867, 30.4893043 ], [ 120.207224, 30.489524 ], [ 120.2072567, 30.4895916 ], [ 120.207322, 30.4896593 ], [ 120.2076555, 30.4897776 ], [ 120.2078582, 30.489817 ], [ 120.2079759, 30.4898283 ], [ 120.2081328, 30.489755 ], [ 120.2082505, 30.489648 ], [ 120.2083028, 30.4895353 ], [ 120.2083878, 30.4893607 ], [ 120.2084531, 30.4892592 ], [ 120.2087147, 30.4890564 ], [ 120.2092835, 30.488662 ], [ 120.2097738, 30.4883409 ], [ 120.2099961, 30.4882395 ], [ 120.2101531, 30.4882 ], [ 120.2105257, 30.4880817 ], [ 120.2108069, 30.4879634 ], [ 120.2108526, 30.487924 ], [ 120.2108919, 30.4877718 ], [ 120.2110292, 30.4876761 ], [ 120.2111926, 30.4875972 ], [ 120.2112711, 30.4875408 ], [ 120.2112318, 30.4874732 ], [ 120.2111665, 30.4874732 ], [ 120.211088, 30.4875296 ], [ 120.2108003, 30.4877099 ], [ 120.2106369, 30.4877775 ], [ 120.2105127, 30.4877549 ], [ 120.210408, 30.4878 ], [ 120.2102446, 30.4878451 ], [ 120.2100681, 30.4879578 ], [ 120.2099569, 30.4880761 ], [ 120.2098131, 30.4881042 ], [ 120.2095842, 30.4880085 ], [ 120.2093031, 30.4878845 ], [ 120.209107, 30.4878563 ], [ 120.2088912, 30.4878225 ], [ 120.2086951, 30.4878 ], [ 120.2085447, 30.4878451 ], [ 120.2083289, 30.4878113 ], [ 120.2081197, 30.4877211 ], [ 120.2080805, 30.4877549 ], [ 120.2081328, 30.4878 ], [ 120.2082635, 30.487862 ], [ 120.2084662, 30.4879014 ], [ 120.2086689, 30.4879071 ], [ 120.2088781, 30.4879521 ], [ 120.2093554, 30.4881099 ], [ 120.2094796, 30.4881888 ], [ 120.2094796, 30.4883071 ], [ 120.2093162, 30.4884198 ], [ 120.2089566, 30.4886395 ], [ 120.2084205, 30.4890451 ], [ 120.2082832, 30.4891353 ], [ 120.208087, 30.4892198 ], [ 120.2079301, 30.489186 ], [ 120.2078255, 30.4891015 ], [ 120.2078189, 30.4889381 ], [ 120.2078713, 30.4886339 ], [ 120.2078713, 30.4884986 ], [ 120.2077863, 30.4883127 ], [ 120.2077078, 30.4882226 ], [ 120.2073286, 30.4881268 ], [ 120.2070801, 30.4880761 ], [ 120.2068644, 30.4879859 ], [ 120.2067402, 30.4879916 ], [ 120.2066355, 30.4880423 ], [ 120.2065244, 30.4879972 ], [ 120.2064917, 30.4878958 ], [ 120.2065244, 30.4877324 ], [ 120.2064198, 30.4876253 ], [ 120.2062563, 30.4874676 ], [ 120.2061975, 30.4873943 ], [ 120.2061452, 30.4872873 ], [ 120.2059752, 30.4872591 ], [ 120.2058248, 30.4872929 ], [ 120.2056418, 30.4873718 ], [ 120.205511, 30.4874507 ], [ 120.205426, 30.4875296 ], [ 120.2054456, 30.4876197 ] ] ], [ [ [ 120.2092602, 30.4918264 ], [ 120.2092167, 30.4916802 ], [ 120.2092167, 30.4915745 ], [ 120.2092677, 30.4914953 ], [ 120.2093699, 30.4914381 ], [ 120.2095027, 30.4914117 ], [ 120.2096458, 30.4914205 ], [ 120.2097633, 30.4914205 ], [ 120.2098655, 30.4914557 ], [ 120.2098706, 30.4915041 ], [ 120.2098246, 30.4915701 ], [ 120.2098808, 30.4915789 ], [ 120.2099421, 30.4915041 ], [ 120.2100851, 30.4914777 ], [ 120.210218, 30.4914381 ], [ 120.2103968, 30.4913676 ], [ 120.2106522, 30.4913368 ], [ 120.2108566, 30.4913016 ], [ 120.2111273, 30.4912532 ], [ 120.2115258, 30.4911915 ], [ 120.2119856, 30.4911519 ], [ 120.2125169, 30.4911387 ], [ 120.2130993, 30.4910903 ], [ 120.2135796, 30.4910771 ], [ 120.2141313, 30.4910815 ], [ 120.2144123, 30.4910903 ], [ 120.2146064, 30.4910859 ], [ 120.2148874, 30.4910507 ], [ 120.2156282, 30.490967 ], [ 120.2162515, 30.4909362 ], [ 120.2168185, 30.4908834 ], [ 120.2177943, 30.4908085 ], [ 120.2181673, 30.4908041 ], [ 120.2184125, 30.4908261 ], [ 120.2188007, 30.4908394 ], [ 120.219, 30.4908261 ], [ 120.219092, 30.4908041 ], [ 120.2192248, 30.4907513 ], [ 120.2194802, 30.4905708 ], [ 120.2196079, 30.490474 ], [ 120.2197867, 30.4904035 ], [ 120.2199298, 30.4903815 ], [ 120.2200269, 30.4903331 ], [ 120.2206961, 30.4899105 ], [ 120.2210742, 30.4897432 ], [ 120.2212734, 30.4896683 ], [ 120.2217077, 30.4895671 ], [ 120.2219835, 30.4895187 ], [ 120.2225199, 30.4894658 ], [ 120.2227907, 30.4893073 ], [ 120.2229287, 30.4892809 ], [ 120.2235775, 30.4891841 ], [ 120.2236388, 30.4891929 ], [ 120.2236745, 30.4892413 ], [ 120.2237052, 30.489347 ], [ 120.2237307, 30.4894834 ], [ 120.2237205, 30.4898532 ], [ 120.2237052, 30.4901262 ], [ 120.2236848, 30.4905708 ], [ 120.2236745, 30.4910595 ], [ 120.2236848, 30.4912928 ], [ 120.2236643, 30.4916494 ], [ 120.2236541, 30.4919575 ], [ 120.2235979, 30.492116 ], [ 120.223557, 30.4925782 ], [ 120.2235621, 30.4927059 ], [ 120.2235877, 30.492926 ], [ 120.2235877, 30.4936612 ], [ 120.2235775, 30.4942775 ], [ 120.2235826, 30.4944008 ], [ 120.2236234, 30.4945724 ], [ 120.2236643, 30.4946649 ], [ 120.2237716, 30.4947793 ], [ 120.2241599, 30.4950038 ], [ 120.2242723, 30.4950523 ], [ 120.224308, 30.4951095 ], [ 120.2243285, 30.4952019 ], [ 120.2243285, 30.4953032 ], [ 120.2241752, 30.4959415 ], [ 120.2240781, 30.4962364 ], [ 120.2240015, 30.4963421 ], [ 120.2239402, 30.4963949 ], [ 120.2239453, 30.4964697 ], [ 120.2239044, 30.4966898 ], [ 120.2238585, 30.4967955 ], [ 120.2238125, 30.4968659 ], [ 120.2238278, 30.4969099 ], [ 120.2238482, 30.4970068 ], [ 120.2238176, 30.4971785 ], [ 120.2237001, 30.497535 ], [ 120.2236437, 30.4976366 ], [ 120.223681, 30.4976534 ], [ 120.2237133, 30.4976923 ], [ 120.2237665, 30.4975922 ], [ 120.223792, 30.4974734 ], [ 120.2239402, 30.4970508 ], [ 120.2240781, 30.4965578 ], [ 120.2240935, 30.4964917 ], [ 120.2241394, 30.4963641 ], [ 120.2241854, 30.4962804 ], [ 120.2242212, 30.4960735 ], [ 120.2243795, 30.4956862 ], [ 120.2245481, 30.4953208 ], [ 120.2246043, 30.4951711 ], [ 120.2246452, 30.4951095 ], [ 120.2245532, 30.4950479 ], [ 120.2242518, 30.4949246 ], [ 120.224027, 30.4948013 ], [ 120.2237971, 30.49459 ], [ 120.2237205, 30.4944976 ], [ 120.2236796, 30.4943743 ], [ 120.223695, 30.4939649 ], [ 120.2237256, 30.4938197 ], [ 120.2237971, 30.493758 ], [ 120.2238176, 30.4936128 ], [ 120.2237307, 30.4935423 ], [ 120.223695, 30.4934059 ], [ 120.223741, 30.4926135 ], [ 120.223695, 30.4924638 ], [ 120.2237461, 30.4919795 ], [ 120.2237716, 30.4917242 ], [ 120.2238023, 30.4911915 ], [ 120.2238023, 30.4908129 ], [ 120.223792, 30.4902494 ], [ 120.2238074, 30.4900778 ], [ 120.2238687, 30.4898708 ], [ 120.2238993, 30.4896155 ], [ 120.2238789, 30.4894526 ], [ 120.223838, 30.489347 ], [ 120.2238789, 30.4892633 ], [ 120.2240066, 30.4891621 ], [ 120.2242723, 30.48903 ], [ 120.224589, 30.4889375 ], [ 120.2248189, 30.4888539 ], [ 120.2251459, 30.4887086 ], [ 120.2253604, 30.4886426 ], [ 120.2254524, 30.4886426 ], [ 120.2255239, 30.4886558 ], [ 120.2255699, 30.4886822 ], [ 120.2256006, 30.4887879 ], [ 120.2256567, 30.4887835 ], [ 120.2256261, 30.4886294 ], [ 120.2256312, 30.4885589 ], [ 120.2256976, 30.4884665 ], [ 120.225856, 30.488374 ], [ 120.2259837, 30.4883344 ], [ 120.2262034, 30.4882464 ], [ 120.2265763, 30.4881407 ], [ 120.2270514, 30.4880395 ], [ 120.2273375, 30.488013 ], [ 120.2282878, 30.4880306 ], [ 120.2283133, 30.4880791 ], [ 120.2286403, 30.4880835 ], [ 120.2290541, 30.4881275 ], [ 120.229192, 30.4881539 ], [ 120.229284, 30.48822 ], [ 120.22933, 30.4883564 ], [ 120.2293913, 30.4885501 ], [ 120.2294883, 30.4887218 ], [ 120.2295496, 30.4887923 ], [ 120.2295956, 30.4888363 ], [ 120.229708, 30.4888627 ], [ 120.2300503, 30.4888803 ], [ 120.2301372, 30.4889067 ], [ 120.2301576, 30.4889728 ], [ 120.2301576, 30.4893029 ], [ 120.2301269, 30.4893602 ], [ 120.2300656, 30.4894174 ], [ 120.2299175, 30.4894174 ], [ 120.2298, 30.4894262 ], [ 120.2298204, 30.4894746 ], [ 120.2300912, 30.4894658 ], [ 120.2301934, 30.4894658 ], [ 120.2302342, 30.4894306 ], [ 120.2302802, 30.4889728 ], [ 120.2303415, 30.4889287 ], [ 120.2304181, 30.4888979 ], [ 120.2306327, 30.4888935 ], [ 120.2311385, 30.4889463 ], [ 120.2313939, 30.4889728 ], [ 120.2316289, 30.4889508 ], [ 120.2317566, 30.4889508 ], [ 120.231961, 30.488986 ], [ 120.2321296, 30.4890036 ], [ 120.2322675, 30.4889992 ], [ 120.2324157, 30.4890168 ], [ 120.2325179, 30.489052 ], [ 120.2325792, 30.4891092 ], [ 120.2326098, 30.4892017 ], [ 120.2326711, 30.4911343 ], [ 120.2326609, 30.4911915 ], [ 120.2325179, 30.4912224 ], [ 120.232288, 30.4912224 ], [ 120.2317515, 30.4911739 ], [ 120.2316034, 30.4911739 ], [ 120.2312049, 30.4912972 ], [ 120.2310363, 30.491328 ], [ 120.2308882, 30.4913544 ], [ 120.2305867, 30.4913544 ], [ 120.2302444, 30.4913632 ], [ 120.2299686, 30.491328 ], [ 120.2297693, 30.4913148 ], [ 120.2295139, 30.491328 ], [ 120.2291461, 30.4913588 ], [ 120.2288651, 30.491372 ], [ 120.228814, 30.4914381 ], [ 120.2289213, 30.4914337 ], [ 120.2289877, 30.4914337 ], [ 120.229284, 30.4914205 ], [ 120.2294066, 30.4914117 ], [ 120.2295394, 30.4913896 ], [ 120.2296876, 30.4913764 ], [ 120.2298766, 30.4913808 ], [ 120.229989, 30.4914073 ], [ 120.2301729, 30.4914161 ], [ 120.2303006, 30.4914161 ], [ 120.2303466, 30.4914469 ], [ 120.2305203, 30.4914601 ], [ 120.2306276, 30.4914865 ], [ 120.2307553, 30.4914953 ], [ 120.2309392, 30.4915261 ], [ 120.2310874, 30.4915217 ], [ 120.2311947, 30.4915393 ], [ 120.2312355, 30.4916054 ], [ 120.2312049, 30.4917066 ], [ 120.2310976, 30.4920544 ], [ 120.2310874, 30.4922129 ], [ 120.2308933, 30.4925782 ], [ 120.2308626, 30.4926487 ], [ 120.2308524, 30.4927235 ], [ 120.2308422, 30.4930097 ], [ 120.2307502, 30.4933574 ], [ 120.2306429, 30.493604 ], [ 120.2305867, 30.4937316 ], [ 120.2305969, 30.4938285 ], [ 120.2305765, 30.4939165 ], [ 120.2305203, 30.4940442 ], [ 120.2304641, 30.4941762 ], [ 120.2304692, 30.4943831 ], [ 120.2304335, 30.494524 ], [ 120.2303926, 30.4946032 ], [ 120.2302649, 30.4946957 ], [ 120.2299941, 30.494819 ], [ 120.229897, 30.494885 ], [ 120.2298664, 30.4950082 ], [ 120.2299073, 30.4951095 ], [ 120.2298817, 30.4951623 ], [ 120.2297795, 30.4951975 ], [ 120.2296416, 30.4952151 ], [ 120.229473, 30.4951755 ], [ 120.2292329, 30.4951183 ], [ 120.2289826, 30.4950743 ], [ 120.2288753, 30.4950391 ], [ 120.2287731, 30.495017 ], [ 120.2285994, 30.4950479 ], [ 120.22839, 30.4950919 ], [ 120.2280681, 30.4952063 ], [ 120.2277462, 30.4953648 ], [ 120.2276594, 30.4954264 ], [ 120.2276339, 30.4954837 ], [ 120.2276594, 30.4956025 ], [ 120.22769, 30.495651 ], [ 120.2277718, 30.4957038 ], [ 120.2278689, 30.4957302 ], [ 120.2280221, 30.4957126 ], [ 120.2281856, 30.4956906 ], [ 120.2282673, 30.4956554 ], [ 120.2282929, 30.4955629 ], [ 120.2283797, 30.4955453 ], [ 120.2284717, 30.4953384 ], [ 120.2284972, 30.4952812 ], [ 120.2285688, 30.4952504 ], [ 120.2286709, 30.4952063 ], [ 120.2287731, 30.4951667 ], [ 120.2288651, 30.4951667 ], [ 120.2290234, 30.4951975 ], [ 120.2292533, 30.4952063 ], [ 120.2294577, 30.495246 ], [ 120.2296978, 30.4953208 ], [ 120.2297489, 30.495378 ], [ 120.2297744, 30.4954617 ], [ 120.2297847, 30.4955849 ], [ 120.2297847, 30.4956818 ], [ 120.2297898, 30.4957654 ], [ 120.2297182, 30.4959063 ], [ 120.2296927, 30.4960031 ], [ 120.2297182, 30.4960559 ], [ 120.2297847, 30.4961088 ], [ 120.2297898, 30.4961704 ], [ 120.2298204, 30.4962056 ], [ 120.2298817, 30.4962188 ], [ 120.2299073, 30.4961308 ], [ 120.2299635, 30.4954617 ], [ 120.2299992, 30.495378 ], [ 120.2301269, 30.49529 ], [ 120.2303109, 30.4949818 ], [ 120.2303708, 30.4948944 ], [ 120.2305101, 30.4946913 ], [ 120.2306174, 30.4943567 ], [ 120.2306736, 30.494097 ], [ 120.2307093, 30.4938593 ], [ 120.230897, 30.4935581 ], [ 120.2310345, 30.4932645 ], [ 120.2311481, 30.4928266 ], [ 120.2312497, 30.4926669 ], [ 120.2315015, 30.4919559 ], [ 120.2316571, 30.4917816 ], [ 120.2317868, 30.4916654 ], [ 120.2318957, 30.4915894 ], [ 120.2320824, 30.4915984 ], [ 120.2320876, 30.4915582 ], [ 120.2321084, 30.4914866 ], [ 120.2322017, 30.4914554 ], [ 120.2326582, 30.4914732 ], [ 120.2327308, 30.4915045 ], [ 120.2327204, 30.491576 ], [ 120.2327826, 30.4916386 ], [ 120.2328449, 30.4918576 ], [ 120.2329434, 30.4922643 ], [ 120.2330575, 30.4928811 ], [ 120.2330887, 30.49348 ], [ 120.2330887, 30.4936141 ], [ 120.2330783, 30.4939135 ], [ 120.2331094, 30.4942845 ], [ 120.2331042, 30.4944632 ], [ 120.2330731, 30.4945482 ], [ 120.2330783, 30.4946286 ], [ 120.2331042, 30.4946822 ], [ 120.2331924, 30.4955582 ], [ 120.2332183, 30.4960632 ], [ 120.2331976, 30.496175 ], [ 120.2332235, 30.4965414 ], [ 120.2332339, 30.4967917 ], [ 120.2332702, 30.497252 ], [ 120.2332909, 30.4976766 ], [ 120.2332391, 30.498423 ], [ 120.2332443, 30.4986151 ], [ 120.2332702, 30.4987492 ], [ 120.233348, 30.4991469 ], [ 120.2333739, 30.4993034 ], [ 120.233348, 30.4994553 ], [ 120.2333221, 30.4995402 ], [ 120.2332495, 30.4995849 ], [ 120.2331665, 30.4995983 ], [ 120.2330161, 30.4995804 ], [ 120.2322899, 30.4994732 ], [ 120.231958, 30.4994553 ], [ 120.2317453, 30.4994508 ], [ 120.2310555, 30.4993704 ], [ 120.2301997, 30.4993168 ], [ 120.2300959, 30.4993212 ], [ 120.2301167, 30.4993749 ], [ 120.2302411, 30.4993793 ], [ 120.2304279, 30.4993793 ], [ 120.2311488, 30.4994419 ], [ 120.2316882, 30.4995134 ], [ 120.2319216, 30.4995179 ], [ 120.2321447, 30.4995179 ], [ 120.2322743, 30.4995223 ], [ 120.2326219, 30.4995715 ], [ 120.2328086, 30.4996073 ], [ 120.2332909, 30.4996743 ], [ 120.2333584, 30.4997145 ], [ 120.2333895, 30.4998307 ], [ 120.233514, 30.500805 ], [ 120.2335244, 30.5009658 ], [ 120.2334932, 30.5014485 ], [ 120.233431, 30.501596 ], [ 120.2333428, 30.5016675 ], [ 120.233231, 30.5017437 ], [ 120.2335098, 30.5018355 ], [ 120.2338602, 30.5018367 ], [ 120.2337837, 30.5009033 ], [ 120.2336903, 30.4998173 ], [ 120.2336436, 30.4993212 ], [ 120.2336022, 30.4991023 ], [ 120.2335036, 30.4988475 ], [ 120.2334414, 30.4986151 ], [ 120.2334414, 30.498414 ], [ 120.2334777, 30.4980341 ], [ 120.2335036, 30.4969705 ], [ 120.2335295, 30.496175 ], [ 120.233571, 30.4959157 ], [ 120.2335036, 30.4956923 ], [ 120.233431, 30.4952141 ], [ 120.2333947, 30.494423 ], [ 120.2333895, 30.4940387 ], [ 120.2334465, 30.4934532 ], [ 120.2334154, 30.4932074 ], [ 120.2333687, 30.4930196 ], [ 120.2333376, 30.4925191 ], [ 120.2332495, 30.4917056 ], [ 120.2331613, 30.4911693 ], [ 120.2331146, 30.4885591 ], [ 120.2331353, 30.4884563 ], [ 120.233182, 30.4883222 ], [ 120.2341001, 30.4869322 ], [ 120.2343283, 30.4866282 ], [ 120.2344061, 30.486521 ], [ 120.2345306, 30.4864417 ], [ 120.2344791, 30.486144 ], [ 120.2343075, 30.4860964 ], [ 120.2342297, 30.4860606 ], [ 120.2341831, 30.4859936 ], [ 120.233986, 30.4856583 ], [ 120.2339341, 30.4855957 ], [ 120.2338044, 30.4854974 ], [ 120.2336436, 30.4853186 ], [ 120.2335607, 30.4851667 ], [ 120.2335192, 30.4850281 ], [ 120.2335208, 30.4848197 ], [ 120.2335208, 30.4846279 ], [ 120.2335208, 30.4844703 ], [ 120.2334572, 30.4843127 ], [ 120.2333538, 30.4837235 ], [ 120.2332823, 30.4835385 ], [ 120.2331392, 30.4835179 ], [ 120.2330914, 30.483607 ], [ 120.2329324, 30.4836207 ], [ 120.2327257, 30.4835796 ], [ 120.2325349, 30.4835933 ], [ 120.2323202, 30.4835796 ], [ 120.2320976, 30.4835933 ], [ 120.2318511, 30.4835727 ], [ 120.2315092, 30.4835385 ], [ 120.2312548, 30.4835316 ], [ 120.2309129, 30.4835727 ], [ 120.2306823, 30.4836344 ], [ 120.2305313, 30.4836412 ], [ 120.2303325, 30.4835933 ], [ 120.2288775, 30.4828327 ], [ 120.228472, 30.4826203 ], [ 120.2282653, 30.4824696 ], [ 120.2282267, 30.4823746 ], [ 120.2282096, 30.4823325 ], [ 120.2282255, 30.4821749 ], [ 120.2282971, 30.4820927 ], [ 120.2282335, 30.4819077 ], [ 120.2278757, 30.4809896 ], [ 120.2278042, 30.4809142 ], [ 120.2276769, 30.4809484 ], [ 120.2275179, 30.4810238 ], [ 120.227343, 30.4810992 ], [ 120.2271045, 30.4811472 ], [ 120.2268262, 30.4811883 ], [ 120.2264605, 30.4812431 ], [ 120.2260788, 30.4813253 ], [ 120.2258403, 30.4813801 ], [ 120.2257051, 30.4814623 ], [ 120.2255859, 30.4816062 ], [ 120.2254189, 30.4816473 ], [ 120.2252042, 30.4816336 ], [ 120.2248624, 30.481572 ], [ 120.2244489, 30.4814075 ], [ 120.2236459, 30.4810101 ], [ 120.2233756, 30.4807155 ], [ 120.2232413, 30.4803917 ], [ 120.2225337, 30.4804037 ], [ 120.2226106, 30.4802999 ], [ 120.222501, 30.4803249 ], [ 120.2223419, 30.480366 ], [ 120.222167, 30.4804414 ], [ 120.2219365, 30.4805305 ], [ 120.2217536, 30.4805716 ], [ 120.2216105, 30.4805716 ], [ 120.2206961, 30.4802838 ], [ 120.2201744, 30.4801897 ], [ 120.2200607, 30.4802456 ], [ 120.2200556, 30.4803341 ], [ 120.2200761, 30.4803961 ], [ 120.2203433, 30.4804359 ], [ 120.2207491, 30.4805068 ], [ 120.2211652, 30.4806972 ], [ 120.2212885, 30.4807901 ], [ 120.2213245, 30.4808831 ], [ 120.2212834, 30.4809893 ], [ 120.2211652, 30.4810823 ], [ 120.221006, 30.4811797 ], [ 120.2208621, 30.481286 ], [ 120.2207748, 30.4814011 ], [ 120.2206875, 30.4815383 ], [ 120.2205385, 30.4816977 ], [ 120.2203895, 30.4818084 ], [ 120.2200453, 30.4819722 ], [ 120.2196498, 30.4821891 ], [ 120.2194648, 30.4823042 ], [ 120.2192953, 30.4823751 ], [ 120.2191258, 30.4824105 ], [ 120.2189819, 30.4824636 ], [ 120.2188329, 30.4825477 ], [ 120.2182267, 30.4828753 ], [ 120.2179956, 30.4830259 ], [ 120.2172764, 30.4834863 ], [ 120.2170401, 30.4835792 ], [ 120.2168397, 30.4836412 ], [ 120.2166702, 30.4837121 ], [ 120.2165161, 30.4837962 ], [ 120.2163003, 30.4838891 ], [ 120.2160845, 30.4839555 ], [ 120.2159458, 30.4840131 ], [ 120.2158225, 30.4841061 ], [ 120.215689, 30.4841946 ], [ 120.2154938, 30.4842964 ], [ 120.2150828, 30.4845399 ], [ 120.2148362, 30.4847037 ], [ 120.2145999, 30.4848852 ], [ 120.2143995, 30.485142 ], [ 120.2143276, 30.4852704 ], [ 120.2142403, 30.4853722 ], [ 120.2139937, 30.4855537 ], [ 120.2136752, 30.4858105 ], [ 120.2135211, 30.4858946 ], [ 120.2133207, 30.4860672 ], [ 120.2132488, 30.4861071 ], [ 120.2131615, 30.4861204 ], [ 120.2130587, 30.486085 ], [ 120.2126529, 30.4858105 ], [ 120.2124731, 30.4857529 ], [ 120.2122984, 30.4856732 ], [ 120.2119645, 30.4856113 ], [ 120.2115792, 30.4854652 ], [ 120.2113018, 30.4853368 ], [ 120.2110141, 30.4852084 ], [ 120.210973, 30.485235 ], [ 120.2110038, 30.4852837 ], [ 120.2111682, 30.4853368 ], [ 120.2114559, 30.4854873 ], [ 120.2117231, 30.4856068 ], [ 120.2124423, 30.485837 ], [ 120.2125912, 30.4858636 ], [ 120.2127145, 30.4859167 ], [ 120.2129252, 30.4860805 ], [ 120.2130023, 30.486186 ], [ 120.213038, 30.4862344 ], [ 120.2130074, 30.4862961 ], [ 120.2127111, 30.486481 ], [ 120.2124812, 30.4866043 ], [ 120.2123279, 30.4866923 ], [ 120.211955, 30.486908 ], [ 120.2118528, 30.4869653 ], [ 120.2117659, 30.4870445 ], [ 120.2116382, 30.4871634 ], [ 120.2114441, 30.487291 ], [ 120.2113828, 30.4873483 ], [ 120.2113623, 30.4874275 ], [ 120.2114134, 30.4874671 ], [ 120.2114901, 30.4874495 ], [ 120.2116178, 30.4873615 ], [ 120.2117762, 30.4872382 ], [ 120.2120163, 30.4870709 ], [ 120.2123637, 30.4868684 ], [ 120.2127775, 30.4866483 ], [ 120.2130431, 30.4864986 ], [ 120.2133701, 30.4862785 ], [ 120.2137839, 30.4859835 ], [ 120.2140802, 30.4858206 ], [ 120.2143919, 30.4856049 ], [ 120.2145196, 30.4855168 ], [ 120.214632, 30.4854992 ], [ 120.2148312, 30.4855829 ], [ 120.2153166, 30.4858646 ], [ 120.2158632, 30.4862036 ], [ 120.2161493, 30.4863269 ], [ 120.2163536, 30.4864017 ], [ 120.2165682, 30.486459 ], [ 120.2167368, 30.4865162 ], [ 120.2171608, 30.4866967 ], [ 120.2173652, 30.4867759 ], [ 120.2176462, 30.4868068 ], [ 120.217779, 30.4868024 ], [ 120.2179374, 30.4868288 ], [ 120.2180446, 30.4868816 ], [ 120.2181775, 30.4869036 ], [ 120.2183052, 30.48693 ], [ 120.218392, 30.4869961 ], [ 120.2184227, 30.4871017 ], [ 120.2184227, 30.4872734 ], [ 120.2184585, 30.4873483 ], [ 120.2184993, 30.4874187 ], [ 120.2185913, 30.4874671 ], [ 120.218673, 30.4875068 ], [ 120.2187446, 30.4875948 ], [ 120.2187599, 30.4876829 ], [ 120.218765, 30.4878281 ], [ 120.2187701, 30.4879734 ], [ 120.2187956, 30.4880306 ], [ 120.2188467, 30.4880395 ], [ 120.2189183, 30.4879954 ], [ 120.2189898, 30.4879206 ], [ 120.2190868, 30.4878722 ], [ 120.2192452, 30.4878854 ], [ 120.219327, 30.487969 ], [ 120.2193525, 30.4880659 ], [ 120.2193218, 30.4883036 ], [ 120.219235, 30.4884445 ], [ 120.219189, 30.4885237 ], [ 120.2191226, 30.4885765 ], [ 120.2189591, 30.4885854 ], [ 120.2188518, 30.4886206 ], [ 120.2188416, 30.488735 ], [ 120.2187701, 30.4888055 ], [ 120.2187497, 30.4888671 ], [ 120.218811, 30.4889243 ], [ 120.2187803, 30.4889992 ], [ 120.2187088, 30.4890696 ], [ 120.2185709, 30.489118 ], [ 120.218438, 30.4891224 ], [ 120.2184023, 30.4891533 ], [ 120.2184074, 30.4892149 ], [ 120.2183972, 30.4895803 ], [ 120.2184585, 30.4896111 ], [ 120.2185147, 30.4895627 ], [ 120.2185044, 30.4894482 ], [ 120.2184738, 30.4892633 ], [ 120.2185351, 30.4891973 ], [ 120.2187548, 30.4891092 ], [ 120.2188365, 30.4890564 ], [ 120.2188978, 30.4889904 ], [ 120.2189796, 30.4889816 ], [ 120.2191175, 30.489052 ], [ 120.2191992, 30.489096 ], [ 120.2193832, 30.489096 ], [ 120.2195466, 30.4890784 ], [ 120.2196233, 30.4891136 ], [ 120.2196437, 30.4892061 ], [ 120.2196079, 30.4893602 ], [ 120.2195722, 30.4895979 ], [ 120.2195824, 30.48973 ], [ 120.2195977, 30.4899017 ], [ 120.2195977, 30.4900557 ], [ 120.2195313, 30.490223 ], [ 120.2194751, 30.4902935 ], [ 120.2192146, 30.4904035 ], [ 120.2190868, 30.4904476 ], [ 120.2188927, 30.490452 ], [ 120.2187088, 30.490496 ], [ 120.2184993, 30.4905356 ], [ 120.2183103, 30.4905796 ], [ 120.2181111, 30.4906148 ], [ 120.2179271, 30.4906369 ], [ 120.217825, 30.4906545 ], [ 120.2177432, 30.4906324 ], [ 120.2175542, 30.490628 ], [ 120.2172119, 30.4906324 ], [ 120.2170331, 30.4906369 ], [ 120.2168798, 30.4906545 ], [ 120.216701, 30.4907117 ], [ 120.2164814, 30.4907293 ], [ 120.2158887, 30.4907381 ], [ 120.2156588, 30.4907425 ], [ 120.2155107, 30.4907733 ], [ 120.2153472, 30.4908085 ], [ 120.2148874, 30.4908526 ], [ 120.2146013, 30.4908966 ], [ 120.2142693, 30.4909186 ], [ 120.2140036, 30.4909406 ], [ 120.2137839, 30.4909362 ], [ 120.213646, 30.4909494 ], [ 120.2131453, 30.490967 ], [ 120.2128797, 30.4909582 ], [ 120.2126855, 30.4909714 ], [ 120.2124914, 30.490967 ], [ 120.2122053, 30.4909846 ], [ 120.2120316, 30.4910154 ], [ 120.2117149, 30.4910154 ], [ 120.2114339, 30.4910419 ], [ 120.2111733, 30.4911123 ], [ 120.2105909, 30.4911387 ], [ 120.2104121, 30.4911343 ], [ 120.2103457, 30.4911079 ], [ 120.2102997, 30.4910331 ], [ 120.2102435, 30.4909054 ], [ 120.2102027, 30.4908658 ], [ 120.2100443, 30.490901 ], [ 120.2099523, 30.490945 ], [ 120.2099166, 30.4910419 ], [ 120.2098604, 30.4910991 ], [ 120.2097633, 30.4911211 ], [ 120.2095283, 30.4911211 ], [ 120.2092269, 30.4910859 ], [ 120.2090225, 30.4911255 ], [ 120.2088999, 30.4912268 ], [ 120.208808, 30.4913632 ], [ 120.208762, 30.4914425 ], [ 120.2086853, 30.4914821 ], [ 120.2085537, 30.4914767 ], [ 120.2092602, 30.4918264 ] ], [ [ 120.2171776, 30.4844251 ], [ 120.2172073, 30.4843547 ], [ 120.217185, 30.4842202 ], [ 120.2171925, 30.4840729 ], [ 120.2172668, 30.4839513 ], [ 120.2174526, 30.4838296 ], [ 120.2179356, 30.4835606 ], [ 120.2182922, 30.4833557 ], [ 120.2185226, 30.483202 ], [ 120.2186786, 30.4831252 ], [ 120.218909, 30.4830612 ], [ 120.219117, 30.4829843 ], [ 120.2192062, 30.4829011 ], [ 120.2193028, 30.4826833 ], [ 120.2194217, 30.4825617 ], [ 120.219652, 30.4824592 ], [ 120.2198155, 30.482376 ], [ 120.2205512, 30.4819341 ], [ 120.2209599, 30.4817164 ], [ 120.2212719, 30.4815307 ], [ 120.2219184, 30.4811849 ], [ 120.2222974, 30.4809928 ], [ 120.2224534, 30.4809223 ], [ 120.2226169, 30.4809223 ], [ 120.2226987, 30.4809928 ], [ 120.2233674, 30.4814794 ], [ 120.2235235, 30.4815947 ], [ 120.2235755, 30.4816587 ], [ 120.2237612, 30.4817612 ], [ 120.2240733, 30.4818445 ], [ 120.2243111, 30.4818381 ], [ 120.2247495, 30.4819149 ], [ 120.2250319, 30.4819533 ], [ 120.2253811, 30.4819597 ], [ 120.2256412, 30.4819533 ], [ 120.2259087, 30.4819597 ], [ 120.2260358, 30.4819801 ], [ 120.2262282, 30.482011 ], [ 120.2265329, 30.4820814 ], [ 120.2266338, 30.4821197 ], [ 120.2269044, 30.4822223 ], [ 120.2270754, 30.4822415 ], [ 120.2271279, 30.4822532 ], [ 120.2274766, 30.4823311 ], [ 120.2276847, 30.4824464 ], [ 120.2279225, 30.4825297 ], [ 120.2284426, 30.4828178 ], [ 120.2286135, 30.4829651 ], [ 120.2290445, 30.4831124 ], [ 120.2293838, 30.4833117 ], [ 120.2295349, 30.4834005 ], [ 120.2301368, 30.4837912 ], [ 120.2305084, 30.4839128 ], [ 120.2307907, 30.4839256 ], [ 120.2310954, 30.4839192 ], [ 120.2313852, 30.4838744 ], [ 120.231727, 30.483804 ], [ 120.2319073, 30.4837947 ], [ 120.2322085, 30.4838057 ], [ 120.2325097, 30.4838554 ], [ 120.2327532, 30.4839548 ], [ 120.2329647, 30.4841205 ], [ 120.2330096, 30.4842586 ], [ 120.23308, 30.4844242 ], [ 120.2331121, 30.4845236 ], [ 120.2330929, 30.4846341 ], [ 120.2330224, 30.4846838 ], [ 120.2328237, 30.4846838 ], [ 120.2326379, 30.4847059 ], [ 120.23242, 30.484739 ], [ 120.232138, 30.484739 ], [ 120.2318561, 30.4847501 ], [ 120.231651, 30.4847832 ], [ 120.2314524, 30.4848218 ], [ 120.2312729, 30.4848274 ], [ 120.230882, 30.4848329 ], [ 120.2304463, 30.4848329 ], [ 120.2301323, 30.4848329 ], [ 120.2294338, 30.4847556 ], [ 120.2290621, 30.4847335 ], [ 120.2287096, 30.4847224 ], [ 120.2286456, 30.4846617 ], [ 120.2284854, 30.4847004 ], [ 120.2282483, 30.4847059 ], [ 120.2278317, 30.4846617 ], [ 120.2276331, 30.4846396 ], [ 120.2274669, 30.4846109 ], [ 120.2274922, 30.4846818 ], [ 120.2276947, 30.4847254 ], [ 120.2279098, 30.4847908 ], [ 120.2281439, 30.4848018 ], [ 120.2283464, 30.4847854 ], [ 120.2287198, 30.4848072 ], [ 120.2292766, 30.4848345 ], [ 120.2299411, 30.4848781 ], [ 120.2308903, 30.4849926 ], [ 120.2310232, 30.4850199 ], [ 120.2311877, 30.4849872 ], [ 120.2314281, 30.4849163 ], [ 120.2318395, 30.4848399 ], [ 120.2322381, 30.4848018 ], [ 120.2324786, 30.4847854 ], [ 120.2326621, 30.4847799 ], [ 120.2328709, 30.4848018 ], [ 120.2330418, 30.4848345 ], [ 120.2331746, 30.4848072 ], [ 120.2332822, 30.4848563 ], [ 120.2333202, 30.4849872 ], [ 120.2334151, 30.4853362 ], [ 120.2334151, 30.4854234 ], [ 120.2335037, 30.485527 ], [ 120.2336619, 30.4858706 ], [ 120.2336682, 30.4859742 ], [ 120.2336746, 30.4860287 ], [ 120.2337758, 30.4861596 ], [ 120.2338011, 30.4863014 ], [ 120.2337758, 30.4863504 ], [ 120.2336872, 30.4864159 ], [ 120.2336303, 30.4865849 ], [ 120.2335227, 30.4868521 ], [ 120.2334025, 30.4870484 ], [ 120.2329595, 30.4877301 ], [ 120.232371, 30.4885698 ], [ 120.2322698, 30.4886462 ], [ 120.2321052, 30.4886898 ], [ 120.2319027, 30.4887171 ], [ 120.2306055, 30.4886898 ], [ 120.2300866, 30.4886898 ], [ 120.2298525, 30.4886843 ], [ 120.2297386, 30.4886407 ], [ 120.2296943, 30.4885644 ], [ 120.2296753, 30.488439 ], [ 120.2296373, 30.4882208 ], [ 120.229593, 30.4881118 ], [ 120.2295361, 30.4880354 ], [ 120.2294159, 30.4879318 ], [ 120.2292134, 30.4878828 ], [ 120.2289919, 30.4878773 ], [ 120.228802, 30.4878718 ], [ 120.2285996, 30.4878664 ], [ 120.2283781, 30.4878282 ], [ 120.2282072, 30.4877846 ], [ 120.2280617, 30.4877791 ], [ 120.2274479, 30.4877901 ], [ 120.2270682, 30.4878446 ], [ 120.2266063, 30.4879373 ], [ 120.2262076, 30.4880627 ], [ 120.225733, 30.4882317 ], [ 120.2246003, 30.4886789 ], [ 120.2243472, 30.4887443 ], [ 120.2242016, 30.4887661 ], [ 120.2240308, 30.4887661 ], [ 120.2238663, 30.4887443 ], [ 120.2237587, 30.4887825 ], [ 120.2236448, 30.4888752 ], [ 120.2234613, 30.4889843 ], [ 120.2227336, 30.489077 ], [ 120.2221704, 30.4891587 ], [ 120.2217654, 30.4892296 ], [ 120.2215502, 30.4892678 ], [ 120.2214173, 30.4892787 ], [ 120.2213541, 30.4892405 ], [ 120.2213477, 30.4891697 ], [ 120.2213794, 30.4890824 ], [ 120.2214237, 30.4888861 ], [ 120.221392, 30.4887989 ], [ 120.2212212, 30.4887116 ], [ 120.221101, 30.4886407 ], [ 120.2210187, 30.488548 ], [ 120.2209681, 30.4884171 ], [ 120.2208921, 30.4883354 ], [ 120.2207719, 30.4882863 ], [ 120.2206264, 30.4882208 ], [ 120.220601, 30.4881172 ], [ 120.22062, 30.4880136 ], [ 120.2206707, 30.4876701 ], [ 120.2207466, 30.487561 ], [ 120.2208478, 30.4874302 ], [ 120.2209807, 30.4873265 ], [ 120.2210946, 30.4873265 ], [ 120.2212022, 30.4873974 ], [ 120.2213351, 30.4874083 ], [ 120.221449, 30.4873811 ], [ 120.2216072, 30.4874083 ], [ 120.2217401, 30.4874192 ], [ 120.2218603, 30.4874083 ], [ 120.2219932, 30.4874247 ], [ 120.2221197, 30.4874138 ], [ 120.2221704, 30.4873756 ], [ 120.2221767, 30.4873265 ], [ 120.2220818, 30.4872884 ], [ 120.2219173, 30.4872447 ], [ 120.2218856, 30.4871466 ], [ 120.221816, 30.4868358 ], [ 120.2218097, 30.4867322 ], [ 120.2218919, 30.486634 ], [ 120.2219109, 30.4865522 ], [ 120.2219552, 30.486465 ], [ 120.2220755, 30.4863832 ], [ 120.222202, 30.486345 ], [ 120.2224298, 30.4862905 ], [ 120.2225627, 30.4862686 ], [ 120.2226513, 30.4863232 ], [ 120.2226829, 30.4864159 ], [ 120.2227082, 30.4866067 ], [ 120.2227272, 30.4867158 ], [ 120.2227715, 30.4868085 ], [ 120.2228728, 30.4868848 ], [ 120.2230563, 30.4870266 ], [ 120.2231132, 30.4871357 ], [ 120.2231006, 30.4872011 ], [ 120.2230246, 30.4872611 ], [ 120.2229487, 30.4872775 ], [ 120.2229614, 30.4873811 ], [ 120.2230942, 30.4873974 ], [ 120.2233031, 30.4873593 ], [ 120.2234613, 30.4873211 ], [ 120.2235752, 30.4873374 ], [ 120.2236385, 30.4873156 ], [ 120.2236891, 30.4872284 ], [ 120.2237524, 30.4871302 ], [ 120.223803, 30.4870212 ], [ 120.2237903, 30.4868958 ], [ 120.2237397, 30.4867867 ], [ 120.223727, 30.4866558 ], [ 120.2237081, 30.4864431 ], [ 120.223765, 30.4863068 ], [ 120.2238409, 30.4861923 ], [ 120.2239865, 30.4861487 ], [ 120.2241953, 30.4860996 ], [ 120.2243851, 30.4860451 ], [ 120.2244927, 30.4860014 ], [ 120.224518, 30.4859524 ], [ 120.2244611, 30.4859033 ], [ 120.2242966, 30.4859687 ], [ 120.2241004, 30.4860178 ], [ 120.2239295, 30.4860233 ], [ 120.223803, 30.4859742 ], [ 120.223765, 30.4858706 ], [ 120.223765, 30.4857506 ], [ 120.223784, 30.4855979 ], [ 120.2237587, 30.4855325 ], [ 120.2236954, 30.4855325 ], [ 120.2235752, 30.4856961 ], [ 120.2234486, 30.4857451 ], [ 120.2232651, 30.4857942 ], [ 120.2230879, 30.4857833 ], [ 120.2229297, 30.4858433 ], [ 120.2228095, 30.4858869 ], [ 120.2224741, 30.4858597 ], [ 120.2223033, 30.4859251 ], [ 120.2222083, 30.4858815 ], [ 120.222259, 30.4858106 ], [ 120.2223222, 30.4857615 ], [ 120.2223286, 30.4856688 ], [ 120.2223412, 30.4855652 ], [ 120.2222779, 30.4854998 ], [ 120.2221324, 30.4854998 ], [ 120.2219046, 30.4855434 ], [ 120.2216198, 30.4855925 ], [ 120.2214553, 30.4856688 ], [ 120.2213224, 30.4856743 ], [ 120.2212655, 30.4857615 ], [ 120.2213351, 30.4858488 ], [ 120.2215123, 30.4859306 ], [ 120.2215313, 30.485996 ], [ 120.221487, 30.4860451 ], [ 120.2213667, 30.4860669 ], [ 120.2212528, 30.486056 ], [ 120.2211516, 30.4859905 ], [ 120.2211389, 30.4858924 ], [ 120.2212275, 30.485816 ], [ 120.2211706, 30.485767 ], [ 120.2211263, 30.4856852 ], [ 120.2208921, 30.4854016 ], [ 120.2207846, 30.4852816 ], [ 120.220639, 30.4852162 ], [ 120.2204935, 30.4851617 ], [ 120.2203543, 30.4851508 ], [ 120.2202593, 30.4851617 ], [ 120.2200315, 30.4853307 ], [ 120.2197025, 30.4854234 ], [ 120.2194494, 30.4854398 ], [ 120.2191456, 30.4854452 ], [ 120.2188988, 30.4854016 ], [ 120.2186394, 30.4853798 ], [ 120.2184179, 30.4853471 ], [ 120.2181964, 30.4852762 ], [ 120.217975, 30.485178 ], [ 120.217861, 30.4850581 ], [ 120.2177598, 30.4849872 ], [ 120.2175447, 30.484949 ], [ 120.2174244, 30.4849217 ], [ 120.2173114, 30.4849182 ], [ 120.2171925, 30.4848221 ], [ 120.2171033, 30.4846941 ], [ 120.2171033, 30.4845596 ], [ 120.2171776, 30.4844251 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2147372, 30.4996316 ], [ 120.214877, 30.4996497 ], [ 120.2149851, 30.4997037 ], [ 120.2150373, 30.4997755 ], [ 120.2150156, 30.4998804 ], [ 120.214838, 30.5000684 ], [ 120.215136, 30.5000468 ], [ 120.2153087, 30.5001184 ], [ 120.2154217, 30.5000953 ], [ 120.215523, 30.5001246 ], [ 120.2156313, 30.5001033 ], [ 120.2157072, 30.4999455 ], [ 120.2158225, 30.4997211 ], [ 120.2159155, 30.4994164 ], [ 120.2159893, 30.4990525 ], [ 120.2158652, 30.4988941 ], [ 120.2155677, 30.4989141 ], [ 120.2152897, 30.4988617 ], [ 120.2148883, 30.498657 ], [ 120.2147992, 30.4988511 ], [ 120.2147165, 30.4990313 ], [ 120.2146537, 30.4992665 ], [ 120.2145797, 30.4996299 ], [ 120.2147372, 30.4996316 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.2047584, 30.492482 ], [ 120.2048758, 30.4924107 ], [ 120.2050414, 30.4923274 ], [ 120.2051104, 30.4922442 ], [ 120.2052208, 30.4920598 ], [ 120.2052553, 30.4919587 ], [ 120.2052898, 30.4918279 ], [ 120.2053036, 30.4916911 ], [ 120.2053105, 30.491596 ], [ 120.2053519, 30.4915365 ], [ 120.205421, 30.4914651 ], [ 120.2054831, 30.4914711 ], [ 120.205559, 30.4915127 ], [ 120.2056763, 30.4915603 ], [ 120.2057315, 30.4915603 ], [ 120.2060421, 30.4916019 ], [ 120.2062077, 30.4916376 ], [ 120.206394, 30.4917863 ], [ 120.2067046, 30.4920301 ], [ 120.2069185, 30.4921014 ], [ 120.2070979, 30.4921788 ], [ 120.2072498, 30.492369 ], [ 120.2073602, 30.4925712 ], [ 120.2078157, 30.4928091 ], [ 120.2087128, 30.4931897 ], [ 120.2089612, 30.4933502 ], [ 120.2090441, 30.4934811 ], [ 120.2090717, 30.4936178 ], [ 120.2090441, 30.4938022 ], [ 120.2088577, 30.4944563 ], [ 120.2090441, 30.4945039 ], [ 120.2093615, 30.4939806 ], [ 120.2096237, 30.4940341 ], [ 120.2096583, 30.493939 ], [ 120.2097273, 30.493933 ], [ 120.2101344, 30.4940519 ], [ 120.2102103, 30.4942303 ], [ 120.2104795, 30.4944623 ], [ 120.210721, 30.4945455 ], [ 120.2110592, 30.494605 ], [ 120.2113007, 30.4946585 ], [ 120.2114664, 30.4947536 ], [ 120.2115975, 30.4948072 ], [ 120.2118183, 30.4948012 ], [ 120.2120944, 30.4948607 ], [ 120.212957, 30.4953661 ], [ 120.2132952, 30.4955267 ], [ 120.2137851, 30.4957348 ], [ 120.2140267, 30.4958716 ], [ 120.2141095, 30.4960024 ], [ 120.2140888, 30.4960975 ], [ 120.2141302, 30.4963532 ], [ 120.2142199, 30.49649 ], [ 120.2142958, 30.4965495 ], [ 120.2143579, 30.4965435 ], [ 120.2145788, 30.4964127 ], [ 120.2146685, 30.4964008 ], [ 120.2149652, 30.4965138 ], [ 120.2153724, 30.4966744 ], [ 120.215676, 30.496716 ], [ 120.2160073, 30.4968765 ], [ 120.2161108, 30.4969895 ], [ 120.2161384, 30.4970728 ], [ 120.2160901, 30.4971857 ], [ 120.2159107, 30.4975009 ], [ 120.2161591, 30.4975901 ], [ 120.2161798, 30.4977625 ], [ 120.2162488, 30.4979528 ], [ 120.2162212, 30.4981253 ], [ 120.2160142, 30.4986485 ], [ 120.2160763, 30.4986545 ], [ 120.2162972, 30.4981015 ], [ 120.2163041, 30.4980123 ], [ 120.2162833, 30.4978398 ], [ 120.2162833, 30.4977269 ], [ 120.2163869, 30.4974771 ], [ 120.2165111, 30.4972749 ], [ 120.2166491, 30.4972036 ], [ 120.2167871, 30.4971857 ], [ 120.2171046, 30.4972452 ], [ 120.2172909, 30.497269 ], [ 120.217422, 30.4972928 ], [ 120.2175532, 30.4973582 ], [ 120.2177395, 30.4974117 ], [ 120.217981, 30.4974177 ], [ 120.2181536, 30.4974414 ], [ 120.2183606, 30.497495 ], [ 120.2185469, 30.497495 ], [ 120.2190507, 30.4975842 ], [ 120.2192439, 30.4975901 ], [ 120.2194924, 30.4975485 ], [ 120.219796, 30.4975425 ], [ 120.2199686, 30.4975128 ], [ 120.2200859, 30.4975069 ], [ 120.2201756, 30.4975485 ], [ 120.2209278, 30.4978993 ], [ 120.2211418, 30.4980361 ], [ 120.2216041, 30.4981312 ], [ 120.2219216, 30.4982858 ], [ 120.2228601, 30.4987377 ], [ 120.2229499, 30.4987972 ], [ 120.2229637, 30.4988745 ], [ 120.2229568, 30.4989756 ], [ 120.2228877, 30.4991361 ], [ 120.2227635, 30.4996713 ], [ 120.2228187, 30.4996891 ], [ 120.222936, 30.4992491 ], [ 120.2230327, 30.4990469 ], [ 120.2231638, 30.4988745 ], [ 120.2232535, 30.498815 ], [ 120.2233501, 30.4988269 ], [ 120.223571, 30.4988864 ], [ 120.2244267, 30.4991361 ], [ 120.2250685, 30.4992967 ], [ 120.2258207, 30.4996059 ], [ 120.2266144, 30.4999627 ], [ 120.227615, 30.5004324 ], [ 120.2280291, 30.5007654 ], [ 120.2287261, 30.5014314 ], [ 120.228802, 30.5015384 ], [ 120.2287744, 30.5016752 ], [ 120.2287054, 30.5018179 ], [ 120.2289814, 30.5020736 ], [ 120.2290022, 30.5021687 ], [ 120.229085, 30.5021984 ], [ 120.2293127, 30.50202 ], [ 120.2295266, 30.502026 ], [ 120.2298855, 30.5020914 ], [ 120.230617, 30.5022163 ], [ 120.2309483, 30.5022401 ], [ 120.2311139, 30.5022936 ], [ 120.2314797, 30.5024422 ], [ 120.2330807, 30.5031914 ], [ 120.2331221, 30.5033044 ], [ 120.2330807, 30.5035006 ], [ 120.2329358, 30.5036017 ], [ 120.2325493, 30.5038098 ], [ 120.2320594, 30.5039763 ], [ 120.2314106, 30.5040655 ], [ 120.2309897, 30.5040298 ], [ 120.2300442, 30.5040774 ], [ 120.2297613, 30.5040714 ], [ 120.2294714, 30.5039525 ], [ 120.2294714, 30.5038455 ], [ 120.2293679, 30.5038217 ], [ 120.2293127, 30.5039822 ], [ 120.2285191, 30.5040655 ], [ 120.2275943, 30.5040893 ], [ 120.2272355, 30.5040298 ], [ 120.2270866, 30.5040481 ], [ 120.2269939, 30.5040595 ], [ 120.2267662, 30.5041368 ], [ 120.2264832, 30.5041666 ], [ 120.2261313, 30.5042082 ], [ 120.2255309, 30.5041368 ], [ 120.2255033, 30.504232 ], [ 120.2259587, 30.5042974 ], [ 120.2261451, 30.5043925 ], [ 120.2262486, 30.5045055 ], [ 120.2262762, 30.5046422 ], [ 120.2262693, 30.5047374 ], [ 120.226152, 30.5049336 ], [ 120.2260899, 30.5051001 ], [ 120.2261244, 30.5051952 ], [ 120.2262279, 30.505326 ], [ 120.2262969, 30.505653 ], [ 120.2261865, 30.505879 ], [ 120.2260278, 30.505986 ], [ 120.2253514, 30.506099 ], [ 120.2253445, 30.5062001 ], [ 120.2260554, 30.5061525 ], [ 120.2261796, 30.5061941 ], [ 120.2261865, 30.5063725 ], [ 120.2262003, 30.5068838 ], [ 120.2262624, 30.5072584 ], [ 120.2263314, 30.5079006 ], [ 120.2264881, 30.5080645 ], [ 120.2270515, 30.5079859 ], [ 120.2270598, 30.5078146 ], [ 120.2271592, 30.507679 ], [ 120.2273001, 30.507529 ], [ 120.227441, 30.5073934 ], [ 120.2274824, 30.5072649 ], [ 120.2274244, 30.5071721 ], [ 120.2271924, 30.5069294 ], [ 120.2270432, 30.5067223 ], [ 120.2268609, 30.5065224 ], [ 120.2268444, 30.5064011 ], [ 120.2268527, 30.5062226 ], [ 120.2268527, 30.5059941 ], [ 120.2269438, 30.5058228 ], [ 120.2269024, 30.5056729 ], [ 120.2268609, 30.5053588 ], [ 120.2268361, 30.5049947 ], [ 120.2268444, 30.5047519 ], [ 120.2268112, 30.5045663 ], [ 120.2268112, 30.5044521 ], [ 120.2269024, 30.5043593 ], [ 120.2270598, 30.504295 ], [ 120.2274327, 30.5042451 ], [ 120.2278221, 30.5042593 ], [ 120.2279547, 30.5043093 ], [ 120.228079, 30.5042665 ], [ 120.2287502, 30.5042522 ], [ 120.2295208, 30.5042308 ], [ 120.2296782, 30.5042879 ], [ 120.2297279, 30.5043664 ], [ 120.2298522, 30.5043521 ], [ 120.2299682, 30.5042665 ], [ 120.2300389, 30.5042616 ], [ 120.2301754, 30.5042522 ], [ 120.2302476, 30.5042555 ], [ 120.2303328, 30.5042593 ], [ 120.2305648, 30.5041737 ], [ 120.2307968, 30.5042094 ], [ 120.2309708, 30.5042522 ], [ 120.2315591, 30.5042736 ], [ 120.231914, 30.5042404 ], [ 120.2321896, 30.5043215 ], [ 120.232324, 30.5043331 ], [ 120.2325592, 30.5042926 ], [ 120.2329892, 30.5043215 ], [ 120.2333723, 30.5044605 ], [ 120.2336075, 30.5048079 ], [ 120.2336411, 30.5049816 ], [ 120.233594, 30.5051784 ], [ 120.2333723, 30.5056705 ], [ 120.2330094, 30.5062553 ], [ 120.232754, 30.5064985 ], [ 120.2324785, 30.5066953 ], [ 120.231988, 30.5068864 ], [ 120.2315848, 30.5070543 ], [ 120.2316318, 30.507118 ], [ 120.232203, 30.5068748 ], [ 120.2324382, 30.5068401 ], [ 120.2326465, 30.5068459 ], [ 120.2329422, 30.5068806 ], [ 120.233211, 30.5070022 ], [ 120.2334529, 30.5071064 ], [ 120.2336075, 30.5072164 ], [ 120.2338225, 30.5074191 ], [ 120.233762, 30.5075001 ], [ 120.2333924, 30.507697 ], [ 120.232875, 30.5079112 ], [ 120.2323844, 30.5081544 ], [ 120.2322366, 30.508137 ], [ 120.2320216, 30.5080617 ], [ 120.2318536, 30.5081486 ], [ 120.2317259, 30.508357 ], [ 120.2315848, 30.5085654 ], [ 120.2314705, 30.5085886 ], [ 120.2313227, 30.5085423 ], [ 120.2311211, 30.5085307 ], [ 120.2309732, 30.5085538 ], [ 120.2307179, 30.5086117 ], [ 120.2305633, 30.5086407 ], [ 120.2304894, 30.508577 ], [ 120.2304222, 30.5084438 ], [ 120.2303751, 30.508247 ], [ 120.230355, 30.5080965 ], [ 120.2304289, 30.5079286 ], [ 120.2305028, 30.5077954 ], [ 120.2306708, 30.5076912 ], [ 120.2308657, 30.5076101 ], [ 120.2310135, 30.507558 ], [ 120.2311547, 30.5074596 ], [ 120.2313361, 30.507367 ], [ 120.2314705, 30.5072627 ], [ 120.2315915, 30.5071643 ], [ 120.2315243, 30.5070775 ], [ 120.2312017, 30.5073091 ], [ 120.230906, 30.507448 ], [ 120.2307246, 30.5075175 ], [ 120.2305566, 30.5075349 ], [ 120.2303886, 30.5075059 ], [ 120.2302676, 30.5079691 ], [ 120.2301668, 30.5081023 ], [ 120.2298645, 30.5081193 ], [ 120.2298644, 30.5081775 ], [ 120.2300862, 30.5082238 ], [ 120.2301735, 30.5083338 ], [ 120.2302206, 30.5084728 ], [ 120.2302609, 30.5086754 ], [ 120.2302273, 30.5088028 ], [ 120.2301131, 30.5089128 ], [ 120.2297099, 30.5090691 ], [ 120.2292663, 30.5091849 ], [ 120.2289035, 30.5092949 ], [ 120.2286817, 30.5094107 ], [ 120.2284062, 30.5094918 ], [ 120.22805, 30.5095497 ], [ 120.227761, 30.5096365 ], [ 120.2277207, 30.5096828 ], [ 120.227761, 30.5099781 ], [ 120.228171, 30.5098855 ], [ 120.2284331, 30.5098334 ], [ 120.2285809, 30.5098044 ], [ 120.2287153, 30.5097986 ], [ 120.2288027, 30.5098565 ], [ 120.2288295, 30.5099549 ], [ 120.229000214723499, 30.510304107244732 ], [ 120.229357817276664, 30.510160268554287 ], [ 120.2293134, 30.510007 ], [ 120.2293067, 30.5098334 ], [ 120.2293335, 30.5096944 ], [ 120.2294343, 30.5095555 ], [ 120.2296225, 30.5094628 ], [ 120.2297838, 30.5094165 ], [ 120.2300727, 30.5093586 ], [ 120.2308254, 30.5091386 ], [ 120.2309463, 30.5091386 ], [ 120.2318939, 30.5088665 ], [ 120.2321425, 30.5087623 ], [ 120.2326331, 30.5086407 ], [ 120.2328212, 30.5085365 ], [ 120.2334731, 30.5081717 ], [ 120.2336881, 30.5080212 ], [ 120.2338897, 30.5079459 ], [ 120.2340376, 30.5079228 ], [ 120.2341652, 30.5079401 ], [ 120.2342324, 30.507998 ], [ 120.234301897551333, 30.508171608166187 ], [ 120.234730229813536, 30.507999319822257 ], [ 120.2346222, 30.5077722 ], [ 120.2346357, 30.5075464 ], [ 120.2347969, 30.5073264 ], [ 120.2349313, 30.5072106 ], [ 120.2352337, 30.5070948 ], [ 120.2355093, 30.5069733 ], [ 120.2357646, 30.5068806 ], [ 120.2360603, 30.5068169 ], [ 120.2362888, 30.506788 ], [ 120.2369675, 30.5067532 ], [ 120.2375589, 30.5067764 ], [ 120.237687773707634, 30.506809705159565 ], [ 120.237784, 30.506771 ], [ 120.23786923955862, 30.506773106556651 ], [ 120.237821, 30.5067648 ], [ 120.2377403, 30.5066896 ], [ 120.2375283, 30.5066676 ], [ 120.2363519, 30.5067029 ], [ 120.2360762, 30.5066835 ], [ 120.2347526, 30.5070736 ], [ 120.2343833, 30.5071428 ], [ 120.2341253, 30.5070422 ], [ 120.234006, 30.5069763 ], [ 120.2336629, 30.5066751 ], [ 120.2335809, 30.506489 ], [ 120.2335804, 30.5061654 ], [ 120.2337966, 30.5058603 ], [ 120.2339257, 30.5056942 ], [ 120.2342705, 30.5052975 ], [ 120.2342511, 30.5045308 ], [ 120.2342987, 30.5043925 ], [ 120.2344854, 30.5043139 ], [ 120.2347539, 30.5031454 ], [ 120.2345633, 30.5030791 ], [ 120.2344146, 30.5029596 ], [ 120.2343143, 30.5027218 ], [ 120.2341935, 30.5026274 ], [ 120.2338602, 30.5018367 ], [ 120.2335098, 30.5018355 ], [ 120.233231, 30.5017437 ], [ 120.2325226, 30.5017955 ], [ 120.2320387, 30.5018248 ], [ 120.2316769, 30.5017997 ], [ 120.231223, 30.5017024 ], [ 120.2307735, 30.5015158 ], [ 120.2298605, 30.5010739 ], [ 120.2297722, 30.5010005 ], [ 120.2295602, 30.5004107 ], [ 120.229417, 30.5003093 ], [ 120.2283148, 30.5001605 ], [ 120.2281335, 30.5000488 ], [ 120.2277392, 30.4994378 ], [ 120.227592, 30.4993093 ], [ 120.2239641, 30.4978986 ], [ 120.2238112, 30.4978102 ], [ 120.2237133, 30.4976923 ], [ 120.223681, 30.4976534 ], [ 120.2236437, 30.4976366 ], [ 120.2232627, 30.4974656 ], [ 120.2219007, 30.4970013 ], [ 120.2207505, 30.4966667 ], [ 120.2202969, 30.496538 ], [ 120.2195381, 30.4964651 ], [ 120.2192437, 30.4963817 ], [ 120.2183751, 30.4960898 ], [ 120.217139, 30.4957127 ], [ 120.2168166, 30.4956547 ], [ 120.2151963, 30.4949719 ], [ 120.2149787, 30.4947972 ], [ 120.214729, 30.4946007 ], [ 120.2144253, 30.4944671 ], [ 120.2136798, 30.4942288 ], [ 120.2127576, 30.4938802 ], [ 120.212548, 30.493801 ], [ 120.2121352, 30.4936288 ], [ 120.2118161, 30.4934457 ], [ 120.2113404, 30.4930916 ], [ 120.211183, 30.4930498 ], [ 120.2110505, 30.4929851 ], [ 120.210656, 30.492587 ], [ 120.2101549, 30.4924158 ], [ 120.2096357, 30.4922637 ], [ 120.2094911, 30.4921628 ], [ 120.2092602, 30.4918264 ], [ 120.2085537, 30.4914767 ], [ 120.2078842, 30.4914153 ], [ 120.2077226, 30.4913408 ], [ 120.207146, 30.4910242 ], [ 120.2068206, 30.4908195 ], [ 120.206664, 30.4907318 ], [ 120.2063368, 30.4907077 ], [ 120.2062163, 30.4907315 ], [ 120.2060779, 30.4907588 ], [ 120.205694, 30.4907103 ], [ 120.2054748, 30.4906836 ], [ 120.2053667, 30.4906024 ], [ 120.2050807, 30.4909785 ], [ 120.205207, 30.4910489 ], [ 120.2052277, 30.4911321 ], [ 120.2051794, 30.4913462 ], [ 120.2050828, 30.4916138 ], [ 120.2051449, 30.4917863 ], [ 120.205138, 30.491923 ], [ 120.2050828, 30.4920182 ], [ 120.2050276, 30.4920539 ], [ 120.2049103, 30.4923155 ], [ 120.2048137, 30.4923928 ], [ 120.2046963, 30.4924464 ], [ 120.2047584, 30.492482 ] ], [ [ 120.2172081, 30.4967873 ], [ 120.2172771, 30.4967636 ], [ 120.2175187, 30.4966922 ], [ 120.2176222, 30.4967041 ], [ 120.2181329, 30.4968646 ], [ 120.2181605, 30.4969479 ], [ 120.2180569, 30.4970192 ], [ 120.2178637, 30.4970371 ], [ 120.2176912, 30.4970847 ], [ 120.2175049, 30.4970668 ], [ 120.2173944, 30.4970252 ], [ 120.2172288, 30.4969419 ], [ 120.2171874, 30.4968706 ], [ 120.2172081, 30.4967873 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.1979433, 30.511398 ], [ 120.1980233, 30.5108442 ], [ 120.1982232, 30.5103767 ], [ 120.1983633, 30.5097787 ], [ 120.1986417, 30.5090846 ], [ 120.1987364, 30.5090369 ], [ 120.1988131, 30.5090363 ], [ 120.1989699, 30.5090772 ], [ 120.199019, 30.5089835 ], [ 120.198802, 30.5089023 ], [ 120.1987698, 30.5088116 ], [ 120.1987741, 30.5086911 ], [ 120.1988783, 30.5081553 ], [ 120.1990333, 30.5077574 ], [ 120.199238, 30.507471 ], [ 120.1993744, 30.5072716 ], [ 120.199853, 30.507271 ], [ 120.2000842, 30.5072905 ], [ 120.2005064, 30.5074638 ], [ 120.2005295, 30.5076661 ], [ 120.2008387, 30.5076764 ], [ 120.2019092, 30.5081878 ], [ 120.2024336, 30.5085338 ], [ 120.2024711, 30.5085828 ], [ 120.2025419, 30.5086581 ], [ 120.2027584, 30.5087191 ], [ 120.2029541, 30.5088196 ], [ 120.2032373, 30.5090456 ], [ 120.2033498, 30.5091533 ], [ 120.2033664, 30.5092322 ], [ 120.2034206, 30.5093219 ], [ 120.2034955, 30.5094367 ], [ 120.2034914, 30.5096592 ], [ 120.2034497, 30.5098242 ], [ 120.2034039, 30.5099426 ], [ 120.2035163, 30.5099534 ], [ 120.203558, 30.5098027 ], [ 120.2036163, 30.5097345 ], [ 120.2037537, 30.5096914 ], [ 120.2036788, 30.5096484 ], [ 120.2035788, 30.50953 ], [ 120.2036163, 30.5093183 ], [ 120.2036746, 30.5091676 ], [ 120.2037579, 30.5091425 ], [ 120.2038828, 30.5091425 ], [ 120.2039786, 30.5091676 ], [ 120.2042035, 30.5092466 ], [ 120.2047683, 30.5093587 ], [ 120.2056026, 30.5095283 ], [ 120.2061054, 30.5096517 ], [ 120.2061593, 30.5096996 ], [ 120.2063329, 30.5097494 ], [ 120.2064313, 30.5098492 ], [ 120.2065818, 30.5099838 ], [ 120.2071549, 30.5101634 ], [ 120.2072868, 30.5103072 ], [ 120.2074451, 30.5103589 ], [ 120.2075597, 30.5104295 ], [ 120.2075542, 30.5105188 ], [ 120.2074342, 30.5106034 ], [ 120.2072323, 30.510641 ], [ 120.207145, 30.510862 ], [ 120.2069703, 30.511365 ], [ 120.2070413, 30.5114262 ], [ 120.2070413, 30.511539 ], [ 120.2069922, 30.5116424 ], [ 120.206886236439814, 30.511794550730325 ], [ 120.207901024698614, 30.511793969938648 ], [ 120.2079635, 30.5115766 ], [ 120.2079362, 30.5114121 ], [ 120.2079471, 30.5112898 ], [ 120.2080126, 30.5111723 ], [ 120.2080345, 30.5108338 ], [ 120.2080126, 30.5105611 ], [ 120.2080181, 30.5104107 ], [ 120.2080672, 30.5102884 ], [ 120.2081545, 30.510232 ], [ 120.2082855, 30.5102508 ], [ 120.2083564, 30.510326 ], [ 120.2083455, 30.5105282 ], [ 120.2084274, 30.5106034 ], [ 120.2085747, 30.5106269 ], [ 120.208662, 30.5106222 ], [ 120.2087002, 30.5105705 ], [ 120.208984, 30.5105564 ], [ 120.2092677, 30.5105047 ], [ 120.2093987, 30.5104718 ], [ 120.2095188, 30.5104812 ], [ 120.2098189, 30.5105235 ], [ 120.2102773, 30.5105611 ], [ 120.2113687, 30.5106175 ], [ 120.2115215, 30.5106222 ], [ 120.2117725, 30.5105799 ], [ 120.2122418, 30.5105752 ], [ 120.2131586, 30.5105846 ], [ 120.2135133, 30.5106269 ], [ 120.2137152, 30.5106128 ], [ 120.2142173, 30.510641 ], [ 120.2145283, 30.5106269 ], [ 120.2149649, 30.5106363 ], [ 120.2153742, 30.5106504 ], [ 120.2157725, 30.5106222 ], [ 120.2162364, 30.5106128 ], [ 120.2165092, 30.5106551 ], [ 120.2167494, 30.5106363 ], [ 120.2169622, 30.5106363 ], [ 120.2170386, 30.5106927 ], [ 120.2170931, 30.5109842 ], [ 120.2170713, 30.5111629 ], [ 120.2170495, 30.5114497 ], [ 120.2169403, 30.5117129 ], [ 120.216931039537542, 30.511788801808819 ], [ 120.217161420965937, 30.511788669955092 ], [ 120.2172405, 30.5115061 ], [ 120.2172787, 30.5111112 ], [ 120.2173223, 30.5109137 ], [ 120.2174206, 30.5107586 ], [ 120.2175679, 30.5106739 ], [ 120.2178026, 30.510641 ], [ 120.2180427, 30.5106222 ], [ 120.2183046, 30.5106692 ], [ 120.2185775, 30.5106927 ], [ 120.2195106, 30.5106786 ], [ 120.220029, 30.510735 ], [ 120.22022, 30.5107209 ], [ 120.2204656, 30.5106128 ], [ 120.2208094, 30.5106034 ], [ 120.2212241, 30.5106457 ], [ 120.2217371, 30.5106128 ], [ 120.2221355, 30.5106457 ], [ 120.2226048, 30.5106081 ], [ 120.2231887, 30.5106504 ], [ 120.2236252, 30.5106645 ], [ 120.2241818, 30.5106269 ], [ 120.2245529, 30.5105658 ], [ 120.2247603, 30.5104906 ], [ 120.2252187, 30.5103871 ], [ 120.2255406, 30.5103777 ], [ 120.2256934, 30.5104248 ], [ 120.2257971, 30.510768 ], [ 120.2258517, 30.5109936 ], [ 120.2257808, 30.5111112 ], [ 120.2256771, 30.5111253 ], [ 120.2254097, 30.5111394 ], [ 120.2251641, 30.5112052 ], [ 120.225055, 30.5113979 ], [ 120.2249567, 30.5116236 ], [ 120.224933428695422, 30.511784221817887 ], [ 120.225321, 30.511784 ], [ 120.225941278671144, 30.511534504936332 ], [ 120.2261627, 30.51113 ], [ 120.2264301, 30.5109936 ], [ 120.2265666, 30.5109701 ], [ 120.226703, 30.5108526 ], [ 120.2267849, 30.5107021 ], [ 120.226894, 30.5103965 ], [ 120.2270086, 30.5103213 ], [ 120.2271832, 30.510232 ], [ 120.2273851, 30.5101098 ], [ 120.2274943, 30.5100486 ], [ 120.227761, 30.5099781 ], [ 120.2277207, 30.5096828 ], [ 120.2275434, 30.509649 ], [ 120.227407, 30.5095785 ], [ 120.2272596, 30.509461 ], [ 120.2271177, 30.5093246 ], [ 120.2270522, 30.5092071 ], [ 120.2270195, 30.5090895 ], [ 120.2269758, 30.5088357 ], [ 120.2270413, 30.5084548 ], [ 120.2270304, 30.5082903 ], [ 120.2269704, 30.5081304 ], [ 120.2268558, 30.5080693 ], [ 120.2267303, 30.5080693 ], [ 120.2264138, 30.5080975 ], [ 120.226261, 30.5079565 ], [ 120.22613, 30.5079424 ], [ 120.2259718, 30.5079377 ], [ 120.2254533, 30.5080035 ], [ 120.2250168, 30.5081069 ], [ 120.2248962, 30.508274 ], [ 120.2247221, 30.5088121 ], [ 120.2246457, 30.5090707 ], [ 120.2245311, 30.509508 ], [ 120.224542, 30.5096913 ], [ 120.2245311, 30.5098747 ], [ 120.2244765, 30.5100674 ], [ 120.2243947, 30.510138 ], [ 120.2238926, 30.510185 ], [ 120.2236853, 30.5102132 ], [ 120.2232323, 30.5102038 ], [ 120.2226812, 30.5102367 ], [ 120.222261, 30.5102085 ], [ 120.22213, 30.5101709 ], [ 120.2220045, 30.5101709 ], [ 120.2217753, 30.5102226 ], [ 120.2214915, 30.5102038 ], [ 120.2212732, 30.510185 ], [ 120.2204383, 30.5102085 ], [ 120.22016, 30.510185 ], [ 120.2195324, 30.5102179 ], [ 120.2193087, 30.5102226 ], [ 120.2189595, 30.5102273 ], [ 120.2187084, 30.510185 ], [ 120.2184901, 30.5101615 ], [ 120.2182391, 30.5102132 ], [ 120.2179172, 30.5102085 ], [ 120.2175133, 30.5101709 ], [ 120.2173169, 30.5101427 ], [ 120.2171477, 30.5101568 ], [ 120.2164492, 30.5102226 ], [ 120.2157944, 30.5102273 ], [ 120.2152869, 30.5102931 ], [ 120.2150086, 30.5102555 ], [ 120.2145447, 30.5102461 ], [ 120.2129076, 30.5102649 ], [ 120.21216, 30.5102038 ], [ 120.211898, 30.5101756 ], [ 120.2112541, 30.5102038 ], [ 120.2102828, 30.5102273 ], [ 120.2092459, 30.5101474 ], [ 120.2089512, 30.5100721 ], [ 120.2083619, 30.5099452 ], [ 120.2080672, 30.5098512 ], [ 120.2078489, 30.5097524 ], [ 120.2073749, 30.5096597 ], [ 120.2070044, 30.5095998 ], [ 120.2065703, 30.50953 ], [ 120.2053315, 30.5092657 ], [ 120.2048511, 30.509156 ], [ 120.2047121, 30.5090662 ], [ 120.2042143, 30.5088966 ], [ 120.2041564, 30.508752 ], [ 120.2039828, 30.5086223 ], [ 120.2038091, 30.5085176 ], [ 120.2035891, 30.5082383 ], [ 120.2035197, 30.5082333 ], [ 120.2034676, 30.5083231 ], [ 120.203346, 30.5083929 ], [ 120.2031781, 30.5083829 ], [ 120.2030045, 30.5082782 ], [ 120.2030392, 30.5081635 ], [ 120.2032881, 30.507964 ], [ 120.2033282, 30.5078714 ], [ 120.2034285, 30.5077614 ], [ 120.2035653, 30.507785 ], [ 120.2035562, 30.5079578 ], [ 120.2036291, 30.5080206 ], [ 120.2037476, 30.507785 ], [ 120.2038388, 30.5075493 ], [ 120.2040394, 30.5074943 ], [ 120.2043311, 30.50751 ], [ 120.2043858, 30.5074001 ], [ 120.2040211, 30.5072822 ], [ 120.2035835, 30.5071487 ], [ 120.2031094, 30.5071016 ], [ 120.2025441, 30.5068581 ], [ 120.2024256, 30.5065674 ], [ 120.2023344, 30.5062532 ], [ 120.202143, 30.5062611 ], [ 120.2020062, 30.5064182 ], [ 120.2020518, 30.5067481 ], [ 120.2020518, 30.5070623 ], [ 120.2018968, 30.5074865 ], [ 120.2017418, 30.5075179 ], [ 120.2015412, 30.5075415 ], [ 120.2013133, 30.5076357 ], [ 120.2006751, 30.5073844 ], [ 120.1997907, 30.5068581 ], [ 120.1988425, 30.5064574 ], [ 120.1986784, 30.5068031 ], [ 120.1987787, 30.5068738 ], [ 120.1988425, 30.5070623 ], [ 120.1987695, 30.5071487 ], [ 120.1985781, 30.5070937 ], [ 120.1984687, 30.5071251 ], [ 120.1983684, 30.5073215 ], [ 120.1984322, 30.507565 ], [ 120.1984413, 30.5077221 ], [ 120.1982316, 30.5080128 ], [ 120.1981678, 30.5083977 ], [ 120.1982043, 30.5085548 ], [ 120.1983957, 30.508704 ], [ 120.198496, 30.5088061 ], [ 120.1984322, 30.5089868 ], [ 120.1981951, 30.509411 ], [ 120.1979854, 30.5096859 ], [ 120.1977575, 30.5102358 ], [ 120.1976937, 30.5105342 ], [ 120.1976299, 30.5108484 ], [ 120.1973472, 30.5117203 ], [ 120.197332539401515, 30.511785284596424 ], [ 120.197365, 30.5118 ], [ 120.197796727240956, 30.511799752910438 ], [ 120.1979433, 30.511398 ] ], [ [ 120.2024661, 30.5079291 ], [ 120.2025935, 30.5078543 ], [ 120.2026803, 30.5079191 ], [ 120.202663, 30.5080089 ], [ 120.2025588, 30.5081186 ], [ 120.2024604, 30.5081336 ], [ 120.202414, 30.5080338 ], [ 120.2024661, 30.5079291 ] ], [ [ 120.2028085, 30.5073451 ], [ 120.2030091, 30.5073844 ], [ 120.2030456, 30.5074943 ], [ 120.2030103, 30.5075451 ], [ 120.2029466, 30.507565 ], [ 120.2029088, 30.5074786 ], [ 120.2027629, 30.5074865 ], [ 120.2027174, 30.5074158 ], [ 120.2028085, 30.5073451 ] ], [ [ 120.2030566, 30.5077246 ], [ 120.2031276, 30.5076122 ], [ 120.2032006, 30.5076043 ], [ 120.2032644, 30.5076907 ], [ 120.2032279, 30.507785 ], [ 120.2031492, 30.5078493 ], [ 120.203045, 30.5078344 ], [ 120.2030566, 30.5077246 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.1885035, 30.5075671 ], [ 120.1890609, 30.507359 ], [ 120.1893396, 30.5072069 ], [ 120.1895255, 30.5070548 ], [ 120.1897206, 30.5069427 ], [ 120.1899064, 30.5069267 ], [ 120.1902037, 30.5069908 ], [ 120.1903152, 30.5070868 ], [ 120.1903616, 30.5072149 ], [ 120.1903616, 30.507359 ], [ 120.1901851, 30.5075191 ], [ 120.1902594, 30.5076151 ], [ 120.1905196, 30.5075511 ], [ 120.1906589, 30.5078313 ], [ 120.191360615396718, 30.509078024843848 ], [ 120.192288189643747, 30.509498523233393 ], [ 120.1921326, 30.5092504 ], [ 120.1918896, 30.5087847 ], [ 120.1915622, 30.5080242 ], [ 120.1914284, 30.5078319 ], [ 120.1911854, 30.5069731 ], [ 120.1910267, 30.5061912 ], [ 120.1911308, 30.5057469 ], [ 120.1913242, 30.5055033 ], [ 120.1915077, 30.5053538 ], [ 120.1921028, 30.5048752 ], [ 120.19206, 30.5048357 ], [ 120.1917557, 30.5045548 ], [ 120.1910415, 30.5051658 ], [ 120.1909225, 30.5051871 ], [ 120.1908283, 30.5051273 ], [ 120.1907837, 30.5049949 ], [ 120.1905208, 30.5044778 ], [ 120.1904018, 30.5042813 ], [ 120.1901735, 30.5039148 ], [ 120.1899422, 30.5035433 ], [ 120.1891487, 30.5037919 ], [ 120.1892577, 30.5042084 ], [ 120.1891353, 30.5044043 ], [ 120.1884622, 30.504939 ], [ 120.1882612, 30.5050896 ], [ 120.1878241, 30.5054059 ], [ 120.1874863, 30.5056676 ], [ 120.1862818, 30.5063323 ], [ 120.1863473, 30.5063919 ], [ 120.1868677, 30.5061254 ], [ 120.1875773, 30.5057993 ], [ 120.1877956, 30.5057366 ], [ 120.1880249, 30.5056175 ], [ 120.1880831, 30.5054576 ], [ 120.1885235, 30.5050813 ], [ 120.1889674, 30.5048399 ], [ 120.1891094, 30.5047302 ], [ 120.189204, 30.504611 ], [ 120.1893532, 30.5045483 ], [ 120.1894223, 30.5045608 ], [ 120.1894878, 30.5047082 ], [ 120.1899343, 30.5058701 ], [ 120.1898506, 30.5061183 ], [ 120.1898135, 30.5064545 ], [ 120.1896462, 30.5065825 ], [ 120.1892096, 30.5067987 ], [ 120.187694602496464, 30.50741610664641 ], [ 120.188278802026872, 30.507680942547683 ], [ 120.1885035, 30.5075671 ] ] ], [ [ [ 120.1933525, 30.5097247 ], [ 120.193531, 30.5095367 ], [ 120.1939278, 30.5089941 ], [ 120.1938683, 30.50893 ], [ 120.1935062, 30.5093871 ], [ 120.1933525, 30.5095922 ], [ 120.193169828951824, 30.509898197879814 ], [ 120.193234708359, 30.509927609742338 ], [ 120.1933525, 30.5097247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8938221, 30.2613804 ], [ 119.8943174, 30.2614674 ], [ 119.8943456, 30.2614256 ], [ 119.8943456, 30.2613769 ], [ 119.8942771, 30.2612065 ], [ 119.8942369, 30.2611717 ], [ 119.8941603, 30.2611474 ], [ 119.8939147, 30.2611335 ], [ 119.8938664, 30.2611404 ], [ 119.8938261, 30.2611578 ], [ 119.893814, 30.261217 ], [ 119.8937899, 30.2613074 ], [ 119.8937859, 30.2613456 ], [ 119.8938221, 30.2613804 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.858577, 30.2630669 ], [ 119.8593494, 30.2628445 ], [ 119.8595962, 30.2626221 ], [ 119.8597786, 30.2625387 ], [ 119.8601756, 30.2620939 ], [ 119.8604009, 30.2617603 ], [ 119.8604545, 30.261575 ], [ 119.8604116, 30.2612136 ], [ 119.860140556214247, 30.260922552227029 ], [ 119.859421828390381, 30.261891152952401 ], [ 119.8593387, 30.2621681 ], [ 119.8591456, 30.2624831 ], [ 119.8590061, 30.2626036 ], [ 119.858841042573872, 30.262673854754794 ], [ 119.858536870106732, 30.263083775816039 ], [ 119.858577, 30.2630669 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8953959, 30.2629615 ], [ 119.8954125, 30.2629102 ], [ 119.8933692, 30.262462 ], [ 119.8933516, 30.2625094 ], [ 119.8953959, 30.2629615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8864293, 30.260135 ], [ 119.8873285, 30.2603539 ], [ 119.8873647, 30.260406 ], [ 119.8874672, 30.2603852 ], [ 119.8880279, 30.2604959 ], [ 119.8881009, 30.2605103 ], [ 119.8881974, 30.2605728 ], [ 119.889175, 30.260823 ], [ 119.8894405, 30.2608491 ], [ 119.8899595, 30.2609898 ], [ 119.8900927, 30.261035 ], [ 119.8901285, 30.2610472 ], [ 119.8903638, 30.2610888 ], [ 119.8903918, 30.2610998 ], [ 119.8904966, 30.261141 ], [ 119.8906773, 30.2611817 ], [ 119.8909636, 30.261246 ], [ 119.8910759, 30.2612713 ], [ 119.8911724, 30.2612556 ], [ 119.8912992, 30.2612765 ], [ 119.8923431, 30.2614798 ], [ 119.8924819, 30.2615475 ], [ 119.8926207, 30.2615684 ], [ 119.8928681, 30.2616205 ], [ 119.8931638, 30.2617039 ], [ 119.8933388, 30.2617612 ], [ 119.8934535, 30.26173 ], [ 119.8935561, 30.2617195 ], [ 119.8936587, 30.2617352 ], [ 119.893719, 30.2617664 ], [ 119.8937725, 30.2618068 ], [ 119.8938156, 30.2618394 ], [ 119.893894, 30.261855 ], [ 119.8939785, 30.2618811 ], [ 119.8942742, 30.2619384 ], [ 119.8957044, 30.2622616 ], [ 119.8963923, 30.2624232 ], [ 119.8969052, 30.2624961 ], [ 119.8970078, 30.2625587 ], [ 119.8970692, 30.2625783 ], [ 119.8973696, 30.2626741 ], [ 119.8974, 30.2626838 ], [ 119.8975026, 30.2626734 ], [ 119.8975509, 30.2626056 ], [ 119.8976113, 30.2625795 ], [ 119.8977138, 30.2625795 ], [ 119.8979251, 30.2626056 ], [ 119.8981664, 30.2627463 ], [ 119.8982026, 30.2628037 ], [ 119.8985949, 30.2629079 ], [ 119.8988845, 30.2629757 ], [ 119.8991743, 30.2630231 ], [ 119.8993821, 30.2630571 ], [ 119.8994578, 30.2630695 ], [ 119.8997716, 30.2631581 ], [ 119.8998561, 30.2632206 ], [ 119.9002625, 30.2632681 ], [ 119.9003026, 30.2632728 ], [ 119.9005742, 30.2633092 ], [ 119.9008276, 30.2633718 ], [ 119.9010811, 30.2634395 ], [ 119.9016061, 30.2635855 ], [ 119.9017027, 30.2636637 ], [ 119.9018294, 30.2637001 ], [ 119.9019863, 30.2637314 ], [ 119.9020889, 30.2637366 ], [ 119.9021975, 30.2637523 ], [ 119.9023001, 30.2637627 ], [ 119.9024328, 30.2637783 ], [ 119.9025716, 30.2637835 ], [ 119.9027527, 30.2637992 ], [ 119.9029156, 30.2638357 ], [ 119.9029699, 30.2638669 ], [ 119.9030665, 30.2639191 ], [ 119.903157, 30.2639347 ], [ 119.9034225, 30.2639503 ], [ 119.9035854, 30.2639816 ], [ 119.9037061, 30.2640233 ], [ 119.9037604, 30.264065 ], [ 119.9038509, 30.2640963 ], [ 119.9039354, 30.2641015 ], [ 119.904044, 30.2641119 ], [ 119.9041466, 30.2641171 ], [ 119.9042975, 30.2641223 ], [ 119.9044001, 30.2641015 ], [ 119.9045147, 30.2641223 ], [ 119.9046173, 30.2641223 ], [ 119.9047259, 30.2641484 ], [ 119.9048104, 30.2641901 ], [ 119.9048165, 30.2642683 ], [ 119.9048038, 30.2650675 ], [ 119.9048025, 30.2651478 ], [ 119.904794, 30.2656848 ], [ 119.9047923, 30.2657902 ], [ 119.9047682, 30.2672235 ], [ 119.9047199, 30.2674632 ], [ 119.9048165, 30.2674736 ], [ 119.9048346, 30.2674111 ], [ 119.9049371, 30.2641536 ], [ 119.904913, 30.264091 ], [ 119.9048587, 30.2640024 ], [ 119.9047923, 30.2639191 ], [ 119.904744, 30.2638774 ], [ 119.9045751, 30.2638044 ], [ 119.9035492, 30.2635646 ], [ 119.9025113, 30.2633614 ], [ 119.9017811, 30.2631737 ], [ 119.9016423, 30.2631581 ], [ 119.9015458, 30.2631581 ], [ 119.9013949, 30.2631789 ], [ 119.9012199, 30.2631737 ], [ 119.9010811, 30.2631477 ], [ 119.8989932, 30.2626994 ], [ 119.8976595, 30.2624232 ], [ 119.897569, 30.2623554 ], [ 119.8974966, 30.2623189 ], [ 119.8971768, 30.2622407 ], [ 119.8970398, 30.2622486 ], [ 119.8969957, 30.2622512 ], [ 119.8955957, 30.2619332 ], [ 119.8913595, 30.2610159 ], [ 119.8911966, 30.260969 ], [ 119.8910819, 30.2608908 ], [ 119.8906655, 30.2607918 ], [ 119.8904845, 30.2608126 ], [ 119.8884267, 30.2603539 ], [ 119.8883362, 30.260307 ], [ 119.8882517, 30.2602288 ], [ 119.8881552, 30.2601559 ], [ 119.8880104, 30.2600777 ], [ 119.8874612, 30.2600047 ], [ 119.8873285, 30.2600203 ], [ 119.8872017, 30.2600777 ], [ 119.8866526, 30.2599317 ], [ 119.8864836, 30.2598327 ], [ 119.8863448, 30.2598171 ], [ 119.8861397, 30.2598379 ], [ 119.8858198, 30.2597389 ], [ 119.8857172, 30.2599526 ], [ 119.8864293, 30.260135 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8645124, 30.2566163 ], [ 119.8651239, 30.2565421 ], [ 119.8653385, 30.2565421 ], [ 119.8657355, 30.2566348 ], [ 119.8663256, 30.2568758 ], [ 119.8668298, 30.2572928 ], [ 119.8676023, 30.2586365 ], [ 119.8675808, 30.2590072 ], [ 119.8672697, 30.2592296 ], [ 119.8668727, 30.2596374 ], [ 119.8664436, 30.2602119 ], [ 119.8663148, 30.260527 ], [ 119.8663148, 30.2607031 ], [ 119.866627, 30.2617805 ], [ 119.8665079, 30.2623433 ], [ 119.8664328, 30.26289 ], [ 119.8665616, 30.2632329 ], [ 119.8666474, 30.2634183 ], [ 119.8667332, 30.2635758 ], [ 119.8668405, 30.2637241 ], [ 119.8669907, 30.2638445 ], [ 119.8671731, 30.2639279 ], [ 119.867377, 30.2639835 ], [ 119.8681173, 30.2639835 ], [ 119.8683211, 30.2639465 ], [ 119.868525, 30.2638909 ], [ 119.8689005, 30.2637148 ], [ 119.8700163, 30.2633349 ], [ 119.8707458, 30.2631866 ], [ 119.8717792, 30.2632859 ], [ 119.871926, 30.2632793 ], [ 119.8721701, 30.2634358 ], [ 119.8734294, 30.2638679 ], [ 119.8739794, 30.2642895 ], [ 119.8744263, 30.2648123 ], [ 119.874855, 30.265531 ], [ 119.8749837, 30.2656886 ], [ 119.8754129, 30.2660592 ], [ 119.8757562, 30.2662631 ], [ 119.87596, 30.2663187 ], [ 119.8771465, 30.2663987 ], [ 119.8787268, 30.2660876 ], [ 119.8793797, 30.2659368 ], [ 119.8798174, 30.2658698 ], [ 119.8803319, 30.2659129 ], [ 119.8809732, 30.2661421 ], [ 119.8815593, 30.2665225 ], [ 119.8823973, 30.2670415 ], [ 119.882569, 30.2671527 ], [ 119.8832961, 30.2673064 ], [ 119.8839688, 30.2673457 ], [ 119.8855256, 30.2674594 ], [ 119.8870392, 30.267614 ], [ 119.8882396, 30.2680055 ], [ 119.8890856, 30.2683628 ], [ 119.8900792, 30.2685704 ], [ 119.8914748, 30.2686014 ], [ 119.8932427, 30.2686533 ], [ 119.8941097, 30.2689095 ], [ 119.8965136, 30.2695955 ], [ 119.8981262, 30.2697296 ], [ 119.9010336, 30.2703702 ], [ 119.9033723, 30.2708134 ], [ 119.9053708, 30.2711705 ], [ 119.9059506, 30.2712448 ], [ 119.9060115, 30.2708313 ], [ 119.9042842, 30.2706089 ], [ 119.9007779, 30.2698707 ], [ 119.8993408, 30.2695389 ], [ 119.8984196, 30.2693636 ], [ 119.8971907, 30.2692568 ], [ 119.895203, 30.2688134 ], [ 119.8940952, 30.2684257 ], [ 119.8929653, 30.2682183 ], [ 119.8925468, 30.2681719 ], [ 119.8917154, 30.268161 ], [ 119.8905935, 30.2682987 ], [ 119.8901221, 30.2682858 ], [ 119.8896151, 30.2681866 ], [ 119.8889527, 30.267894 ], [ 119.8881051, 30.2674121 ], [ 119.8875686, 30.2671805 ], [ 119.8871502, 30.2670693 ], [ 119.8869356, 30.2670415 ], [ 119.8858306, 30.2670415 ], [ 119.8848674, 30.2670434 ], [ 119.8834488, 30.2669279 ], [ 119.8828146, 30.2668358 ], [ 119.8823642, 30.2665927 ], [ 119.8816356, 30.2661241 ], [ 119.8805305, 30.2656515 ], [ 119.8803374, 30.2655959 ], [ 119.8801121, 30.2655866 ], [ 119.8790929, 30.2656515 ], [ 119.8783097, 30.2658554 ], [ 119.877741, 30.2659202 ], [ 119.8773226, 30.2660036 ], [ 119.8771295, 30.2660778 ], [ 119.8766529, 30.2660818 ], [ 119.8763338, 30.2659965 ], [ 119.8759711, 30.2659226 ], [ 119.8754824, 30.2655933 ], [ 119.875223, 30.2653023 ], [ 119.874936, 30.2650009 ], [ 119.8743722, 30.2640669 ], [ 119.8740074, 30.2637426 ], [ 119.8737821, 30.2636129 ], [ 119.872795, 30.2631959 ], [ 119.8717865, 30.2629271 ], [ 119.8713896, 30.2628808 ], [ 119.8711643, 30.2628808 ], [ 119.870542, 30.2629364 ], [ 119.869916, 30.2630294 ], [ 119.8690629, 30.2630978 ], [ 119.8683703, 30.2632207 ], [ 119.8680229, 30.2631832 ], [ 119.8676385, 30.262961 ], [ 119.8670658, 30.2622599 ], [ 119.8670337, 30.2619078 ], [ 119.867099, 30.2601384 ], [ 119.8671821, 30.259876 ], [ 119.8674664, 30.2595061 ], [ 119.8677954, 30.259276 ], [ 119.8679885, 30.2591833 ], [ 119.8682539, 30.2590257 ], [ 119.8683405, 30.2588315 ], [ 119.8682567, 30.2585068 ], [ 119.8681891, 30.2582597 ], [ 119.8680647, 30.2581027 ], [ 119.8677538, 30.2577711 ], [ 119.8672911, 30.2570055 ], [ 119.8669156, 30.2565885 ], [ 119.866744, 30.2564773 ], [ 119.8662485, 30.2562296 ], [ 119.865295, 30.2561551 ], [ 119.863236777792167, 30.256749898314474 ], [ 119.862996074598186, 30.25707428437628 ], [ 119.8645124, 30.2566163 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9021381, 30.2644503 ], [ 119.9022107, 30.2644663 ], [ 119.9023483, 30.2644965 ], [ 119.9036153, 30.2647752 ], [ 119.9036651, 30.2647859 ], [ 119.9037274, 30.2648182 ], [ 119.9037797, 30.2648376 ], [ 119.9039118, 30.2648763 ], [ 119.9042007, 30.2649409 ], [ 119.9042431, 30.2649043 ], [ 119.9042206, 30.2648871 ], [ 119.9038196, 30.264801 ], [ 119.9037648, 30.2647816 ], [ 119.9037299, 30.2647537 ], [ 119.9036601, 30.2647343 ], [ 119.9026829, 30.2645182 ], [ 119.9024258, 30.2644614 ], [ 119.9023572, 30.2644462 ], [ 119.902233, 30.2644187 ], [ 119.8991064, 30.2637274 ], [ 119.8990914, 30.2637725 ], [ 119.9021381, 30.2644503 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9352344, 30.2646994 ], [ 119.9352509, 30.2647523 ], [ 119.935298, 30.2647584 ], [ 119.9354204, 30.2647482 ], [ 119.9354487, 30.2646933 ], [ 119.9354487, 30.26462 ], [ 119.935444, 30.2645427 ], [ 119.935265, 30.2645204 ], [ 119.9352462, 30.2645509 ], [ 119.9352273, 30.2646241 ], [ 119.9352344, 30.2646994 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9349675, 30.2654923 ], [ 119.9350035, 30.2655607 ], [ 119.9350125, 30.2656213 ], [ 119.9350827, 30.2655996 ], [ 119.9351331, 30.2656276 ], [ 119.9351475, 30.2655327 ], [ 119.9351546, 30.2654783 ], [ 119.9351906, 30.2654006 ], [ 119.9352482, 30.2653851 ], [ 119.9352644, 30.2653477 ], [ 119.935241, 30.2652576 ], [ 119.9351852, 30.2652218 ], [ 119.9350881, 30.2652187 ], [ 119.9349819, 30.2652389 ], [ 119.9349333, 30.265284 ], [ 119.9349297, 30.265483 ], [ 119.9349675, 30.2654923 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.892145, 30.2658799 ], [ 119.8921693, 30.2659126 ], [ 119.8922639, 30.2659126 ], [ 119.8922855, 30.2658916 ], [ 119.8923476, 30.2658286 ], [ 119.8923962, 30.2658262 ], [ 119.8924449, 30.2658379 ], [ 119.8925475, 30.2658706 ], [ 119.8926015, 30.2658729 ], [ 119.8927069, 30.2658542 ], [ 119.8927528, 30.2658169 ], [ 119.8927987, 30.2657726 ], [ 119.8928581, 30.2657423 ], [ 119.8929311, 30.2657446 ], [ 119.8929608, 30.2657679 ], [ 119.8929716, 30.2658309 ], [ 119.8930013, 30.2658776 ], [ 119.8930985, 30.2659102 ], [ 119.8933632, 30.2659429 ], [ 119.8934632, 30.2659266 ], [ 119.8935577, 30.2659196 ], [ 119.8936631, 30.2659336 ], [ 119.8937333, 30.2660269 ], [ 119.8938008, 30.2660899 ], [ 119.8939467, 30.2661342 ], [ 119.8940844, 30.2661459 ], [ 119.8941709, 30.2661319 ], [ 119.8943572, 30.2661902 ], [ 119.8944059, 30.2661552 ], [ 119.8944383, 30.2660829 ], [ 119.8944464, 30.2659989 ], [ 119.8944221, 30.2659616 ], [ 119.8942546, 30.2659406 ], [ 119.8942114, 30.2659126 ], [ 119.8940898, 30.2658449 ], [ 119.8940358, 30.2658286 ], [ 119.8938548, 30.2658192 ], [ 119.8937171, 30.2658262 ], [ 119.8935928, 30.2658099 ], [ 119.8935334, 30.2657516 ], [ 119.8935172, 30.2656933 ], [ 119.8934848, 30.2656256 ], [ 119.8934443, 30.2655626 ], [ 119.893374, 30.2655043 ], [ 119.8932903, 30.2654576 ], [ 119.8932471, 30.2654226 ], [ 119.8931769, 30.265362 ], [ 119.8931255, 30.2652873 ], [ 119.8931201, 30.265229 ], [ 119.8931444, 30.265103 ], [ 119.8931931, 30.2649141 ], [ 119.8932039, 30.2648487 ], [ 119.8931661, 30.2648347 ], [ 119.8927609, 30.2647274 ], [ 119.8927312, 30.2647484 ], [ 119.8927474, 30.2647834 ], [ 119.8927933, 30.2648161 ], [ 119.8928041, 30.2648534 ], [ 119.8927798, 30.2649117 ], [ 119.8927447, 30.264956 ], [ 119.8927366, 30.265012 ], [ 119.8927393, 30.2650587 ], [ 119.892715, 30.2651194 ], [ 119.8926555, 30.265166 ], [ 119.8925529, 30.2652103 ], [ 119.8924935, 30.265229 ], [ 119.8924341, 30.2652547 ], [ 119.8924097, 30.265327 ], [ 119.8923854, 30.265397 ], [ 119.8923881, 30.265432 ], [ 119.8923287, 30.2654926 ], [ 119.892299, 30.265558 ], [ 119.8922963, 30.2656349 ], [ 119.8922936, 30.2656909 ], [ 119.8922072, 30.2657633 ], [ 119.8921693, 30.2657749 ], [ 119.892145, 30.2658146 ], [ 119.8921423, 30.2658519 ], [ 119.892145, 30.2658799 ] ], [ [ 119.8923719, 30.2655813 ], [ 119.8923935, 30.2655463 ], [ 119.8924178, 30.265523 ], [ 119.8924422, 30.265509 ], [ 119.8924746, 30.2655043 ], [ 119.8925016, 30.2655346 ], [ 119.8925097, 30.2655976 ], [ 119.8925151, 30.2656373 ], [ 119.8925016, 30.2656793 ], [ 119.892453, 30.2657049 ], [ 119.8923881, 30.2656933 ], [ 119.8923665, 30.2656699 ], [ 119.8923611, 30.2656279 ], [ 119.8923719, 30.2655813 ] ], [ [ 119.8930391, 30.2654413 ], [ 119.8930769, 30.2654133 ], [ 119.8931255, 30.2654086 ], [ 119.8931688, 30.2654203 ], [ 119.8931985, 30.2654366 ], [ 119.8932228, 30.2654693 ], [ 119.8932255, 30.2654996 ], [ 119.8932147, 30.26553 ], [ 119.8931904, 30.2655486 ], [ 119.8931309, 30.2655626 ], [ 119.8930661, 30.2655416 ], [ 119.8930364, 30.265516 ], [ 119.8930337, 30.2654763 ], [ 119.8930391, 30.2654413 ] ], [ [ 119.8932201, 30.2656023 ], [ 119.8932336, 30.2655696 ], [ 119.8932525, 30.2655323 ], [ 119.8932714, 30.265516 ], [ 119.8933038, 30.265509 ], [ 119.8933389, 30.2655183 ], [ 119.8933821, 30.2655533 ], [ 119.8934524, 30.2656233 ], [ 119.8934686, 30.2656583 ], [ 119.8934659, 30.2657166 ], [ 119.8934551, 30.2657493 ], [ 119.8934227, 30.2657842 ], [ 119.8933848, 30.2657982 ], [ 119.8933497, 30.2657982 ], [ 119.8933065, 30.2657936 ], [ 119.8932552, 30.2657726 ], [ 119.8932363, 30.2657446 ], [ 119.8932282, 30.2657119 ], [ 119.8932174, 30.2656793 ], [ 119.8932147, 30.2656396 ], [ 119.8932201, 30.2656023 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8643299, 30.2666255 ], [ 119.8645587, 30.2667113 ], [ 119.864761, 30.2665344 ], [ 119.8655701, 30.2662998 ], [ 119.8655973, 30.2657591 ], [ 119.865299, 30.2654999 ], [ 119.8648301, 30.2656777 ], [ 119.8643539, 30.2660621 ], [ 119.8644031, 30.2662256 ], [ 119.8642974, 30.266299 ], [ 119.8643299, 30.2666255 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9104266, 30.2750143 ], [ 119.9105618, 30.2750151 ], [ 119.910788, 30.2748544 ], [ 119.910844, 30.2747256 ], [ 119.9107455, 30.2746576 ], [ 119.9109156, 30.2745736 ], [ 119.9110045, 30.2746391 ], [ 119.9111539, 30.2746267 ], [ 119.9115819, 30.2740337 ], [ 119.9114235, 30.2737592 ], [ 119.9110516, 30.2730461 ], [ 119.9107998, 30.2730514 ], [ 119.9103969, 30.2735023 ], [ 119.9108202, 30.2736249 ], [ 119.9110717, 30.2738455 ], [ 119.9111742, 30.2739447 ], [ 119.9109238, 30.2744789 ], [ 119.9107419, 30.2745673 ], [ 119.9101846, 30.2747896 ], [ 119.9104266, 30.2750143 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9069923, 30.2751277 ], [ 119.9073357, 30.273335 ], [ 119.9059386, 30.2730538 ], [ 119.9058526, 30.2737314 ], [ 119.9053486, 30.2748077 ], [ 119.9069923, 30.2751277 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9099476, 30.274615 ], [ 119.9101364, 30.274671 ], [ 119.910183, 30.2745737 ], [ 119.9101799, 30.2742383 ], [ 119.9097273, 30.2740392 ], [ 119.9097143, 30.2743983 ], [ 119.9099476, 30.274615 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9155493, 30.2743829 ], [ 119.9157161, 30.2744434 ], [ 119.9157398, 30.2744772 ], [ 119.915745, 30.2745812 ], [ 119.9157954, 30.2746159 ], [ 119.9158644, 30.274631 ], [ 119.9160405, 30.2747004 ], [ 119.91609, 30.2747093 ], [ 119.9161415, 30.2746906 ], [ 119.91616, 30.2746248 ], [ 119.9161929, 30.2745723 ], [ 119.9161837, 30.2745252 ], [ 119.9161435, 30.274446 ], [ 119.9159427, 30.2743304 ], [ 119.9158202, 30.2742877 ], [ 119.9157924, 30.2743224 ], [ 119.9157738, 30.2744078 ], [ 119.9157285, 30.2743936 ], [ 119.9157748, 30.2742539 ], [ 119.9155977, 30.2741685 ], [ 119.9155493, 30.2742361 ], [ 119.9155349, 30.274366 ], [ 119.9155493, 30.2743829 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9149964, 30.2747103 ], [ 119.9153275, 30.2747821 ], [ 119.9153661, 30.2747333 ], [ 119.9154775, 30.2747539 ], [ 119.9155369, 30.2747564 ], [ 119.915571, 30.2747051 ], [ 119.9156675, 30.2746603 ], [ 119.9157091, 30.2746128 ], [ 119.9156883, 30.274482 ], [ 119.9155205, 30.2744166 ], [ 119.9153602, 30.2742768 ], [ 119.9151523, 30.2741717 ], [ 119.9150855, 30.2741665 ], [ 119.9149162, 30.2746436 ], [ 119.9149964, 30.2747103 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8622681, 30.2761818 ], [ 119.8634428, 30.2749713 ], [ 119.8637595, 30.2750689 ], [ 119.8642662, 30.2744881 ], [ 119.8650583, 30.2752012 ], [ 119.8642543, 30.2759566 ], [ 119.8648965, 30.2765394 ], [ 119.8652669, 30.276502 ], [ 119.8658864, 30.2756883 ], [ 119.8654734, 30.2750225 ], [ 119.8655225, 30.2748717 ], [ 119.8648627, 30.2740009 ], [ 119.8645723, 30.2733423 ], [ 119.8631333, 30.2726024 ], [ 119.8606887, 30.2766515 ], [ 119.8622681, 30.2761818 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.915648, 30.274809 ], [ 119.9157012, 30.2748246 ], [ 119.9157346, 30.2747683 ], [ 119.9156283, 30.2747246 ], [ 119.9155974, 30.2747883 ], [ 119.915648, 30.274809 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9072568, 30.2750484 ], [ 119.9078514, 30.2750436 ], [ 119.908784, 30.2748436 ], [ 119.908784, 30.2745956 ], [ 119.9080019, 30.2745214 ], [ 119.9071526, 30.2745069 ], [ 119.9070977, 30.2751297 ], [ 119.9072568, 30.2750484 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9158259, 30.2749033 ], [ 119.916024, 30.2749462 ], [ 119.9160694, 30.274881 ], [ 119.9160866, 30.2748025 ], [ 119.9158448, 30.2747307 ], [ 119.9157719, 30.2748773 ], [ 119.9158259, 30.2749033 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9058012, 30.2758181 ], [ 119.9062632, 30.2758362 ], [ 119.9065774, 30.2757383 ], [ 119.9066999, 30.275509 ], [ 119.9068817, 30.2752579 ], [ 119.9067049, 30.2751875 ], [ 119.9056908, 30.2749818 ], [ 119.905527, 30.2750452 ], [ 119.9055809, 30.2751888 ], [ 119.9053637, 30.2753777 ], [ 119.9052102, 30.2753132 ], [ 119.9050658, 30.2756802 ], [ 119.9058012, 30.2758181 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9073088, 30.2756301 ], [ 119.907771, 30.2757571 ], [ 119.9080523, 30.2758793 ], [ 119.908411, 30.2756091 ], [ 119.9084667, 30.2755671 ], [ 119.908726, 30.275832 ], [ 119.90872, 30.2755547 ], [ 119.9086908, 30.2753271 ], [ 119.9082811, 30.2753519 ], [ 119.9079099, 30.2753387 ], [ 119.9075361, 30.2754094 ], [ 119.9072471, 30.2756132 ], [ 119.9073088, 30.2756301 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9098719, 30.2760489 ], [ 119.9104494, 30.2762962 ], [ 119.910888, 30.2765028 ], [ 119.9114216, 30.2756228 ], [ 119.9108231, 30.2754831 ], [ 119.9101957, 30.2756028 ], [ 119.9097108, 30.2751686 ], [ 119.9096034, 30.2753988 ], [ 119.9098719, 30.2760489 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9065801, 30.2713871 ], [ 119.9077729, 30.2715848 ], [ 119.9086163, 30.271845 ], [ 119.9095079, 30.2719906 ], [ 119.9104838, 30.2720843 ], [ 119.9116754, 30.2720838 ], [ 119.9123714, 30.2721093 ], [ 119.913267, 30.2720363 ], [ 119.9142473, 30.27191 ], [ 119.9149817, 30.2718578 ], [ 119.915484, 30.271845 ], [ 119.9160382, 30.2719386 ], [ 119.9181497, 30.2723661 ], [ 119.9183781, 30.2724082 ], [ 119.91946, 30.2729688 ], [ 119.9198343, 30.2733456 ], [ 119.920188, 30.2736786 ], [ 119.920488, 30.2739044 ], [ 119.9206769, 30.2740405 ], [ 119.9217911, 30.2752411 ], [ 119.9220622, 30.2754182 ], [ 119.9231724, 30.2758094 ], [ 119.9237588, 30.2759258 ], [ 119.9244928, 30.2759766 ], [ 119.9245807, 30.2759135 ], [ 119.9249421, 30.2760592 ], [ 119.9265928, 30.276569 ], [ 119.926898, 30.2766921 ], [ 119.9276651, 30.2769956 ], [ 119.9285326, 30.277339 ], [ 119.928797, 30.2774549 ], [ 119.9290868, 30.2775991 ], [ 119.9297159, 30.2779586 ], [ 119.9300025, 30.278057 ], [ 119.9322556, 30.2786188 ], [ 119.9332164, 30.2787868 ], [ 119.9332152, 30.2788455 ], [ 119.9340396, 30.2789916 ], [ 119.9341936, 30.2789402 ], [ 119.9342804, 30.2789446 ], [ 119.9343336, 30.2790516 ], [ 119.9345122, 30.2791122 ], [ 119.9346088, 30.279038 ], [ 119.9358461, 30.2795032 ], [ 119.9372196, 30.2800339 ], [ 119.9390939, 30.2805988 ], [ 119.9397075, 30.2808318 ], [ 119.9414848, 30.2814177 ], [ 119.9417755, 30.2815362 ], [ 119.9420925, 30.2816835 ], [ 119.942269, 30.2817423 ], [ 119.9424165, 30.2818014 ], [ 119.942544, 30.2818697 ], [ 119.9426445, 30.2819554 ], [ 119.9429266, 30.2821125 ], [ 119.943181, 30.2822415 ], [ 119.9434997, 30.2823773 ], [ 119.9442753, 30.2827666 ], [ 119.9448576, 30.2821618 ], [ 119.9445934, 30.2820316 ], [ 119.9442319, 30.2820004 ], [ 119.9439307, 30.2818131 ], [ 119.9434006, 30.2815842 ], [ 119.9429668, 30.2813137 ], [ 119.942774, 30.2812825 ], [ 119.9426535, 30.28122 ], [ 119.9425692, 30.2810848 ], [ 119.9424969, 30.2810015 ], [ 119.941786, 30.2806686 ], [ 119.9413402, 30.2806894 ], [ 119.9409065, 30.2807206 ], [ 119.939644, 30.2802537 ], [ 119.9379216, 30.2797583 ], [ 119.9371555, 30.2793998 ], [ 119.9357354, 30.2789022 ], [ 119.9352015, 30.2786717 ], [ 119.9344043, 30.2783827 ], [ 119.9336798, 30.2782188 ], [ 119.9323759, 30.2779853 ], [ 119.9312418, 30.2776455 ], [ 119.9304055, 30.2773014 ], [ 119.9301622, 30.277248 ], [ 119.9298691, 30.2771373 ], [ 119.9297437, 30.2770366 ], [ 119.9283154, 30.2765296 ], [ 119.9269851, 30.2759792 ], [ 119.9261649, 30.2757282 ], [ 119.9258371, 30.2757475 ], [ 119.9233663, 30.2752692 ], [ 119.9234714, 30.2754291 ], [ 119.9232553, 30.275414 ], [ 119.922918, 30.2752372 ], [ 119.9227011, 30.2750915 ], [ 119.9210625, 30.2736555 ], [ 119.9198335, 30.272615 ], [ 119.9194239, 30.2723861 ], [ 119.9190504, 30.2721883 ], [ 119.9183756, 30.2719698 ], [ 119.9175081, 30.2716993 ], [ 119.9170985, 30.2716056 ], [ 119.9165322, 30.2715224 ], [ 119.9150623, 30.2714183 ], [ 119.9145683, 30.2714704 ], [ 119.9132188, 30.2716577 ], [ 119.9120017, 30.2717483 ], [ 119.9115548, 30.2717449 ], [ 119.9109359, 30.2717345 ], [ 119.9103191, 30.2716878 ], [ 119.9091344, 30.2715016 ], [ 119.9083994, 30.2713039 ], [ 119.9078331, 30.271179 ], [ 119.9070018, 30.2710437 ], [ 119.9064114, 30.2709084 ], [ 119.9061945, 30.2708564 ], [ 119.9060115, 30.2708313 ], [ 119.9059506, 30.2712448 ], [ 119.9065801, 30.2713871 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.91084, 30.277066 ], [ 119.9109724, 30.2768162 ], [ 119.9111891, 30.2767116 ], [ 119.910725, 30.2766123 ], [ 119.9106122, 30.2769856 ], [ 119.91084, 30.277066 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9076331, 30.2779702 ], [ 119.9084155, 30.2777696 ], [ 119.9082093, 30.2774428 ], [ 119.907771, 30.2772725 ], [ 119.9074528, 30.2774103 ], [ 119.9076331, 30.2779702 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9309949, 30.2812928 ], [ 119.9312144, 30.2807611 ], [ 119.9315455, 30.2808125 ], [ 119.9315975, 30.28079 ], [ 119.9317371, 30.2802117 ], [ 119.9315064, 30.2801458 ], [ 119.9313824, 30.2802203 ], [ 119.9313334, 30.2802181 ], [ 119.9313353, 30.2801812 ], [ 119.9313892, 30.280133 ], [ 119.9315535, 30.2800671 ], [ 119.9317557, 30.2800248 ], [ 119.9318152, 30.2797651 ], [ 119.9316738, 30.2797266 ], [ 119.9315938, 30.2797362 ], [ 119.9315269, 30.2798229 ], [ 119.9312516, 30.2798262 ], [ 119.9311995, 30.2799017 ], [ 119.9309949, 30.2804912 ], [ 119.9309725, 30.2806872 ], [ 119.931006, 30.2808703 ], [ 119.9309465, 30.281047 ], [ 119.9308963, 30.2810358 ], [ 119.9307977, 30.2812173 ], [ 119.9309949, 30.2812928 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9050738, 30.2800808 ], [ 119.9051045, 30.2802666 ], [ 119.9052941, 30.2804347 ], [ 119.9053402, 30.2805188 ], [ 119.9054478, 30.2807488 ], [ 119.905581, 30.2809877 ], [ 119.9056322, 30.2813505 ], [ 119.9060266, 30.2811558 ], [ 119.9059447, 30.2810364 ], [ 119.905895, 30.2807857 ], [ 119.9053982, 30.2800424 ], [ 119.9052296, 30.2797238 ], [ 119.9050455, 30.2797528 ], [ 119.9050738, 30.2800808 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9308398, 30.2820042 ], [ 119.9309546, 30.282019 ], [ 119.9309643, 30.2820088 ], [ 119.9310946, 30.2820326 ], [ 119.9310932, 30.2820474 ], [ 119.9313658, 30.2820937 ], [ 119.9316147, 30.2816735 ], [ 119.9316564, 30.2811176 ], [ 119.9311997, 30.2809787 ], [ 119.9308294, 30.2819863 ], [ 119.9308398, 30.2820042 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8356567, 30.2840475 ], [ 119.8361721, 30.2837152 ], [ 119.8374353, 30.2840181 ], [ 119.8365242, 30.2835421 ], [ 119.8365072, 30.2833425 ], [ 119.836322, 30.2830283 ], [ 119.836337, 30.2827684 ], [ 119.835534, 30.2828029 ], [ 119.8356353, 30.2833234 ], [ 119.8355575, 30.2838789 ], [ 119.8353355, 30.2841622 ], [ 119.8356567, 30.2840475 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9214122, 30.2873952 ], [ 119.9214799, 30.2874233 ], [ 119.9214962, 30.2874092 ], [ 119.9215326, 30.2874276 ], [ 119.9215965, 30.2873546 ], [ 119.9216454, 30.287327 ], [ 119.9217757, 30.2871235 ], [ 119.9217256, 30.2871062 ], [ 119.9217268, 30.2870813 ], [ 119.9216416, 30.2870499 ], [ 119.9215363, 30.287065 ], [ 119.921505, 30.2871365 ], [ 119.9214461, 30.2871614 ], [ 119.9213909, 30.2872599 ], [ 119.9213583, 30.2872761 ], [ 119.9214122, 30.2873952 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8363868, 30.288727 ], [ 119.836557, 30.2886083 ], [ 119.8366537, 30.2884207 ], [ 119.8370484, 30.2881603 ], [ 119.8373153, 30.2878721 ], [ 119.8368736, 30.287608 ], [ 119.836659, 30.287903 ], [ 119.8365386, 30.2883124 ], [ 119.8363164, 30.2885497 ], [ 119.8363868, 30.288727 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8305926, 30.2889 ], [ 119.8307072, 30.2887659 ], [ 119.8307116, 30.2885045 ], [ 119.8308696, 30.2882935 ], [ 119.8311339, 30.2881361 ], [ 119.8314583, 30.2878429 ], [ 119.8308889, 30.2876892 ], [ 119.830533, 30.288519 ], [ 119.8305926, 30.2889 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8350252, 30.2945683 ], [ 119.8352505, 30.2947721 ], [ 119.835508, 30.2948555 ], [ 119.835691, 30.2950167 ], [ 119.8360987, 30.2951 ], [ 119.8363669, 30.2951556 ], [ 119.8365171, 30.2952019 ], [ 119.8367102, 30.2952575 ], [ 119.8367317, 30.2955169 ], [ 119.8366775, 30.2957448 ], [ 119.8367633, 30.2960134 ], [ 119.8366673, 30.2962209 ], [ 119.8364205, 30.2963784 ], [ 119.836163, 30.2964433 ], [ 119.8363561, 30.2965266 ], [ 119.83656, 30.2965266 ], [ 119.8367638, 30.2967026 ], [ 119.8368926, 30.2967582 ], [ 119.8370535, 30.2970546 ], [ 119.8370208, 30.2973659 ], [ 119.836957, 30.2975827 ], [ 119.8368926, 30.2977865 ], [ 119.8368068, 30.2978884 ], [ 119.8366244, 30.2979995 ], [ 119.8364527, 30.2980829 ], [ 119.8361952, 30.2982126 ], [ 119.8362912, 30.2983108 ], [ 119.8365493, 30.2981941 ], [ 119.8368175, 30.2980088 ], [ 119.8369462, 30.2979532 ], [ 119.8371286, 30.297981 ], [ 119.8372574, 30.2979995 ], [ 119.8373003, 30.2978976 ], [ 119.8372466, 30.2977865 ], [ 119.8372574, 30.2976382 ], [ 119.8374827, 30.29749 ], [ 119.8375685, 30.2973974 ], [ 119.8376007, 30.2972307 ], [ 119.8376114, 30.2969991 ], [ 119.83759, 30.2967582 ], [ 119.8375685, 30.2965729 ], [ 119.837547, 30.2964896 ], [ 119.8377187, 30.2963136 ], [ 119.8375578, 30.2962209 ], [ 119.8375256, 30.2958874 ], [ 119.8376114, 30.295591 ], [ 119.8379011, 30.295415 ], [ 119.8381479, 30.2952575 ], [ 119.8385019, 30.2951 ], [ 119.838856, 30.2949889 ], [ 119.83921, 30.2949148 ], [ 119.8394782, 30.2948592 ], [ 119.839725, 30.2947295 ], [ 119.8398859, 30.2944979 ], [ 119.8400147, 30.2942292 ], [ 119.8401005, 30.2941088 ], [ 119.8401643, 30.2940032 ], [ 119.8402614, 30.2939235 ], [ 119.8402722, 30.2937475 ], [ 119.8394246, 30.293238 ], [ 119.8392637, 30.2932658 ], [ 119.8391993, 30.2934696 ], [ 119.8390705, 30.2936364 ], [ 119.8388667, 30.2938865 ], [ 119.8385663, 30.2940625 ], [ 119.8383624, 30.2941737 ], [ 119.8383946, 30.2943126 ], [ 119.8381801, 30.294433 ], [ 119.837944, 30.2944794 ], [ 119.837826, 30.2944052 ], [ 119.8377938, 30.2942663 ], [ 119.83759, 30.2942385 ], [ 119.8373968, 30.2942756 ], [ 119.837193, 30.2944052 ], [ 119.836914, 30.2944886 ], [ 119.8366673, 30.2945072 ], [ 119.8364313, 30.2945164 ], [ 119.8362381, 30.2945257 ], [ 119.8359592, 30.294572 ], [ 119.8357017, 30.2946183 ], [ 119.8354657, 30.294572 ], [ 119.8353691, 30.2945257 ], [ 119.8352725, 30.2944238 ], [ 119.8351652, 30.2943219 ], [ 119.8350472, 30.2943033 ], [ 119.835015, 30.2944145 ], [ 119.8350252, 30.2945683 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8322792, 30.2992779 ], [ 119.8329658, 30.2993705 ], [ 119.8329873, 30.2992501 ], [ 119.8330517, 30.2990555 ], [ 119.8330946, 30.2988981 ], [ 119.8332126, 30.2987591 ], [ 119.8333413, 30.2987128 ], [ 119.8335667, 30.298685 ], [ 119.833749, 30.2986665 ], [ 119.8339636, 30.2986572 ], [ 119.8342211, 30.2986109 ], [ 119.8344571, 30.2985739 ], [ 119.8344893, 30.2984997 ], [ 119.8343928, 30.2984256 ], [ 119.8340602, 30.2984442 ], [ 119.8338778, 30.2984442 ], [ 119.8337276, 30.2984349 ], [ 119.8335237, 30.2984071 ], [ 119.8333306, 30.2982774 ], [ 119.8332019, 30.2981941 ], [ 119.8330839, 30.2980551 ], [ 119.8328693, 30.2978698 ], [ 119.8327191, 30.297666 ], [ 119.832420671013352, 30.297461741085613 ], [ 119.832167362011162, 30.299162515717615 ], [ 119.8322792, 30.2992779 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.845125, 30.2998277 ], [ 119.8452673, 30.2999967 ], [ 119.8449217, 30.3005716 ], [ 119.8451001, 30.3006741 ], [ 119.8457104, 30.3005044 ], [ 119.8458323, 30.3002183 ], [ 119.8460993, 30.3001833 ], [ 119.846233, 30.2999104 ], [ 119.8467326, 30.2997932 ], [ 119.8453321, 30.2993701 ], [ 119.8448402, 30.2996587 ], [ 119.845125, 30.2998277 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8471096, 30.301264 ], [ 119.8473467, 30.3018887 ], [ 119.8476682, 30.3021663 ], [ 119.8475754, 30.3018922 ], [ 119.8475552, 30.3014709 ], [ 119.8474641, 30.3012831 ], [ 119.8474457, 30.3009711 ], [ 119.8476682, 30.3005604 ], [ 119.8478138, 30.299918 ], [ 119.8477903, 30.2997351 ], [ 119.8475318, 30.2997014 ], [ 119.8472639, 30.2997225 ], [ 119.8472127, 30.300076 ], [ 119.8470536, 30.3010631 ], [ 119.8471096, 30.301264 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.854628, 30.3037358 ], [ 119.8550583, 30.3036993 ], [ 119.8557517, 30.3035437 ], [ 119.8557845, 30.3033702 ], [ 119.8560848, 30.3033164 ], [ 119.8564187, 30.3035488 ], [ 119.8567098, 30.3036047 ], [ 119.8563702, 30.3033115 ], [ 119.8562715, 30.3031334 ], [ 119.8564045, 30.3029559 ], [ 119.856714, 30.3027954 ], [ 119.8559617, 30.3018877 ], [ 119.8547365, 30.30151 ], [ 119.8547365, 30.3018591 ], [ 119.8553026, 30.3021245 ], [ 119.8556908, 30.3023898 ], [ 119.8558041, 30.3026411 ], [ 119.8556261, 30.3029344 ], [ 119.8553188, 30.3032416 ], [ 119.8550438, 30.3033254 ], [ 119.8546718, 30.3033254 ], [ 119.8543923, 30.3033088 ], [ 119.8543919, 30.3036648 ], [ 119.854628, 30.3037358 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8517281, 30.3044845 ], [ 119.8531676, 30.3040376 ], [ 119.8537822, 30.3038142 ], [ 119.8543233, 30.3037634 ], [ 119.8543014, 30.3032984 ], [ 119.8534102, 30.3033115 ], [ 119.8530706, 30.3034092 ], [ 119.8527533, 30.3035145 ], [ 119.8523578, 30.303717 ], [ 119.851933, 30.3039831 ], [ 119.8514834, 30.3043894 ], [ 119.8517281, 30.3044845 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.85337, 30.3061912 ], [ 119.8539761, 30.3066728 ], [ 119.8542229, 30.3068164 ], [ 119.8541853, 30.3069275 ], [ 119.854239, 30.3069738 ], [ 119.8544965, 30.3068627 ], [ 119.8547218, 30.3068025 ], [ 119.8549846, 30.3068627 ], [ 119.8550705, 30.3069785 ], [ 119.8550061, 30.3071082 ], [ 119.8546467, 30.307349 ], [ 119.8547003, 30.3074509 ], [ 119.8544482, 30.3076732 ], [ 119.8544643, 30.3078214 ], [ 119.8543516, 30.3079788 ], [ 119.8548183, 30.3076778 ], [ 119.8552153, 30.3074694 ], [ 119.855328, 30.3074972 ], [ 119.8554728, 30.3074694 ], [ 119.8556767, 30.3072934 ], [ 119.8560522, 30.3072008 ], [ 119.8561434, 30.3071915 ], [ 119.8562506, 30.3070896 ], [ 119.8568797, 30.307088 ], [ 119.8569048, 30.3064575 ], [ 119.8562399, 30.3061356 ], [ 119.855682, 30.3062699 ], [ 119.855108, 30.3059642 ], [ 119.8551188, 30.306043 ], [ 119.855269, 30.3062097 ], [ 119.8552153, 30.3063671 ], [ 119.8547969, 30.3065246 ], [ 119.8542497, 30.3065478 ], [ 119.8540137, 30.3065015 ], [ 119.8534772, 30.3061773 ], [ 119.8532734, 30.305867 ], [ 119.85337, 30.3061912 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8023222, 30.3076455 ], [ 119.8029131, 30.3074696 ], [ 119.8033206, 30.307452 ], [ 119.8037077, 30.3076631 ], [ 119.8042238, 30.307484 ], [ 119.804245, 30.3067777 ], [ 119.8031576, 30.3064318 ], [ 119.8027601, 30.3059535 ], [ 119.8021818, 30.306113 ], [ 119.8024241, 30.3066429 ], [ 119.802363, 30.3071178 ], [ 119.8019351, 30.3076631 ], [ 119.8023222, 30.3076455 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8116088, 30.3102223 ], [ 119.8120548, 30.3097441 ], [ 119.8116895, 30.3090622 ], [ 119.8113889, 30.3091758 ], [ 119.8113049, 30.3100647 ], [ 119.8116088, 30.3102223 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8120408, 30.3125002 ], [ 119.8124763, 30.3115612 ], [ 119.8118628, 30.3109713 ], [ 119.8115684, 30.3110383 ], [ 119.8114582, 30.3116134 ], [ 119.811387, 30.3121669 ], [ 119.8120408, 30.3125002 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7004225, 30.4390314 ], [ 119.7005683, 30.4390314 ], [ 119.7009832, 30.4389443 ], [ 119.7014318, 30.4387316 ], [ 119.7016103, 30.4384669 ], [ 119.7019208, 30.4379984 ], [ 119.7022312, 30.4377843 ], [ 119.7025417, 30.4375434 ], [ 119.7028832, 30.4373426 ], [ 119.7033954, 30.4370348 ], [ 119.703799, 30.4366333 ], [ 119.7040319, 30.4364325 ], [ 119.70442, 30.4357767 ], [ 119.7046062, 30.4351745 ], [ 119.7047149, 30.434706 ], [ 119.7040629, 30.4337959 ], [ 119.703799, 30.4338361 ], [ 119.7035352, 30.4338628 ], [ 119.7033334, 30.4340904 ], [ 119.7033489, 30.4343982 ], [ 119.7033644, 30.4345856 ], [ 119.7034575, 30.4349603 ], [ 119.7035352, 30.4353886 ], [ 119.7035352, 30.435683 ], [ 119.7028627, 30.436541 ], [ 119.7025091, 30.4368942 ], [ 119.7020326, 30.4371218 ], [ 119.7015101, 30.4375137 ], [ 119.700544541470734, 30.438134796575 ], [ 119.700399527731193, 30.439022109932544 ], [ 119.7004225, 30.4390314 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8582864, 30.3066404 ], [ 119.8586298, 30.3066867 ], [ 119.8586834, 30.3068442 ], [ 119.8588229, 30.3069461 ], [ 119.8587585, 30.3071128 ], [ 119.8590696, 30.3072702 ], [ 119.8596275, 30.3074092 ], [ 119.8598529, 30.3068812 ], [ 119.8595417, 30.3067515 ], [ 119.8592842, 30.3067701 ], [ 119.8584903, 30.3064459 ], [ 119.8582757, 30.3065385 ], [ 119.8582864, 30.3066404 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "甘岭水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8569888, 30.3104022 ], [ 119.857038, 30.3103902 ], [ 119.8574343, 30.3104169 ], [ 119.857842, 30.3105465 ], [ 119.8583463, 30.3107596 ], [ 119.8588076, 30.3107086 ], [ 119.8592965, 30.3107688 ], [ 119.8594353, 30.3108753 ], [ 119.8594376, 30.3111721 ], [ 119.8588337, 30.3118932 ], [ 119.8584842, 30.3121446 ], [ 119.8578447, 30.312561 ], [ 119.8576462, 30.3127463 ], [ 119.8575229, 30.3128783 ], [ 119.8576167, 30.3129176 ], [ 119.8580861, 30.3127532 ], [ 119.8583305, 30.3129095 ], [ 119.8583436, 30.3131492 ], [ 119.8583607, 30.3134513 ], [ 119.8584278, 30.3136273 ], [ 119.8584194, 30.3137388 ], [ 119.8585612, 30.3138519 ], [ 119.8587597, 30.3139631 ], [ 119.858926, 30.3138288 ], [ 119.8590575, 30.313554 ], [ 119.8592245, 30.3134474 ], [ 119.8594982, 30.3130657 ], [ 119.8597526, 30.3128639 ], [ 119.8603107, 30.3123662 ], [ 119.8607798, 30.3124821 ], [ 119.8608363, 30.3124125 ], [ 119.8605127, 30.3120795 ], [ 119.861, 30.3109456 ], [ 119.8614408, 30.3104037 ], [ 119.861925, 30.3106027 ], [ 119.8621591, 30.3106426 ], [ 119.8621993, 30.3105824 ], [ 119.8619686, 30.3102675 ], [ 119.8616614, 30.3100335 ], [ 119.8616581, 30.3096462 ], [ 119.8606938, 30.309087 ], [ 119.8606684, 30.3091024 ], [ 119.8606003, 30.3092076 ], [ 119.860404, 30.3093108 ], [ 119.8601089, 30.3092222 ], [ 119.8599089, 30.3091567 ], [ 119.8598043, 30.3090868 ], [ 119.8596002, 30.3091294 ], [ 119.8594169, 30.30911 ], [ 119.859222, 30.3091016 ], [ 119.8591709, 30.3091272 ], [ 119.8593437, 30.3091997 ], [ 119.8595046, 30.3092546 ], [ 119.8597166, 30.3093525 ], [ 119.8600235, 30.3095093 ], [ 119.8600636, 30.3096134 ], [ 119.8599139, 30.3098249 ], [ 119.859613, 30.3100533 ], [ 119.8593625, 30.3101041 ], [ 119.8590422, 30.3101796 ], [ 119.8585179, 30.3102298 ], [ 119.8581685, 30.310255 ], [ 119.858052, 30.3101544 ], [ 119.8576151, 30.310255 ], [ 119.8572948, 30.3102047 ], [ 119.8571601, 30.3101344 ], [ 119.8570495, 30.3099837 ], [ 119.856954, 30.3099331 ], [ 119.857028, 30.3100578 ], [ 119.8570233, 30.3102477 ], [ 119.8567725, 30.3103833 ], [ 119.856737, 30.3104634 ], [ 119.8569888, 30.3104022 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8578269, 30.3140279 ], [ 119.8579342, 30.3140117 ], [ 119.858071, 30.3140487 ], [ 119.8582078, 30.314139 ], [ 119.8582856, 30.3141668 ], [ 119.8583875, 30.3141622 ], [ 119.8584251, 30.3141969 ], [ 119.8584895, 30.3141437 ], [ 119.8585646, 30.3141576 ], [ 119.8587201, 30.3140487 ], [ 119.8587013, 30.3140048 ], [ 119.8584492, 30.3138334 ], [ 119.8581381, 30.3137246 ], [ 119.8579906, 30.3136945 ], [ 119.8578109, 30.3138265 ], [ 119.8577787, 30.3138982 ], [ 119.8578216, 30.3139932 ], [ 119.8576365, 30.3141854 ], [ 119.8578269, 30.3140279 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8540405, 30.3163425 ], [ 119.8544616, 30.3164907 ], [ 119.8544053, 30.3162267 ], [ 119.8542873, 30.3160206 ], [ 119.8539788, 30.3161109 ], [ 119.8540405, 30.3163425 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9193764, 30.3388927 ], [ 119.9193871, 30.3389495 ], [ 119.9194045, 30.3390189 ], [ 119.9194233, 30.3390884 ], [ 119.9194287, 30.3391358 ], [ 119.9194247, 30.339196 ], [ 119.9195655, 30.3393036 ], [ 119.9196379, 30.3393453 ], [ 119.9196245, 30.339358 ], [ 119.9196768, 30.339387 ], [ 119.9196982, 30.3393708 ], [ 119.9199343, 30.3395004 ], [ 119.9198592, 30.3396173 ], [ 119.9199155, 30.3396659 ], [ 119.9199343, 30.3396867 ], [ 119.9199396, 30.3397215 ], [ 119.9199584, 30.3397504 ], [ 119.9199933, 30.3398013 ], [ 119.9200362, 30.3398407 ], [ 119.9200912, 30.3398905 ], [ 119.9201408, 30.3399275 ], [ 119.9202105, 30.3399715 ], [ 119.9202763, 30.3400016 ], [ 119.9203326, 30.3400189 ], [ 119.920409, 30.3400305 ], [ 119.9204881, 30.3400328 ], [ 119.9205928, 30.3400351 ], [ 119.9206813, 30.3400432 ], [ 119.9207644, 30.3400409 ], [ 119.9208328, 30.3400293 ], [ 119.9208865, 30.3400074 ], [ 119.9209562, 30.3399738 ], [ 119.9210179, 30.3399506 ], [ 119.9211185, 30.3398557 ], [ 119.9211641, 30.339799 ], [ 119.9211882, 30.3397631 ], [ 119.9211963, 30.339733 ], [ 119.9211963, 30.3397053 ], [ 119.9212056, 30.3396567 ], [ 119.921203, 30.3396277 ], [ 119.9211748, 30.3396046 ], [ 119.9211252, 30.3395791 ], [ 119.9210809, 30.3395698 ], [ 119.9210407, 30.3395629 ], [ 119.9209924, 30.3395467 ], [ 119.9209616, 30.3395328 ], [ 119.9209093, 30.3395305 ], [ 119.9208704, 30.3395108 ], [ 119.9208315, 30.339505 ], [ 119.9208046, 30.3394923 ], [ 119.9207912, 30.3394715 ], [ 119.9207845, 30.3394425 ], [ 119.9207604, 30.3394263 ], [ 119.920747, 30.3394194 ], [ 119.9207242, 30.3394229 ], [ 119.9207255, 30.3394379 ], [ 119.9207416, 30.3394529 ], [ 119.9207403, 30.3394692 ], [ 119.9207269, 30.3394738 ], [ 119.9206893, 30.3394634 ], [ 119.9206558, 30.3394506 ], [ 119.9206115, 30.3394425 ], [ 119.9205981, 30.3394784 ], [ 119.9206035, 30.3395154 ], [ 119.9205968, 30.3395467 ], [ 119.9205592, 30.3395305 ], [ 119.9205364, 30.3395363 ], [ 119.9205029, 30.3395363 ], [ 119.920464, 30.3395212 ], [ 119.9204318, 30.3395027 ], [ 119.9203849, 30.3394842 ], [ 119.9203433, 30.3395305 ], [ 119.920181, 30.3394275 ], [ 119.9202079, 30.3393997 ], [ 119.9199852, 30.3392006 ], [ 119.9199356, 30.339152 ], [ 119.9198981, 30.339086 ], [ 119.9198779, 30.3390444 ], [ 119.9198686, 30.33899 ], [ 119.9198739, 30.3389367 ], [ 119.9198793, 30.3388835 ], [ 119.91989, 30.3388326 ], [ 119.9199115, 30.3387886 ], [ 119.9199329, 30.3387481 ], [ 119.9199598, 30.338711 ], [ 119.9199812, 30.3386728 ], [ 119.9199986, 30.33863 ], [ 119.9200067, 30.3386022 ], [ 119.920008, 30.3385721 ], [ 119.9199919, 30.3385559 ], [ 119.9199624, 30.3385501 ], [ 119.9198967, 30.3385559 ], [ 119.9197961, 30.3385571 ], [ 119.9195561, 30.3385478 ], [ 119.9194247, 30.3385444 ], [ 119.9194206, 30.3385825 ], [ 119.9193844, 30.3387793 ], [ 119.9193737, 30.3388476 ], [ 119.9193764, 30.3388927 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9324018, 30.3715668 ], [ 119.933276, 30.3717748 ], [ 119.9335172, 30.3717878 ], [ 119.9340146, 30.3716708 ], [ 119.9342406, 30.3716708 ], [ 119.9351105, 30.3718577 ], [ 119.9352382, 30.3718577 ], [ 119.9357673, 30.3710785 ], [ 119.9357582, 30.3710155 ], [ 119.9358221, 30.3709841 ], [ 119.9362782, 30.3702757 ], [ 119.9362508, 30.3701734 ], [ 119.9363603, 30.3699924 ], [ 119.9364788, 30.370016 ], [ 119.9367525, 30.3695989 ], [ 119.9367616, 30.3695044 ], [ 119.9370718, 30.3690479 ], [ 119.9372451, 30.3688669 ], [ 119.937309, 30.3688984 ], [ 119.9372816, 30.368985 ], [ 119.9370809, 30.369347 ], [ 119.9369988, 30.3695989 ], [ 119.936862, 30.3696067 ], [ 119.9365609, 30.3700396 ], [ 119.9365701, 30.3701813 ], [ 119.9364971, 30.3702757 ], [ 119.9363329, 30.3703387 ], [ 119.9358768, 30.3710313 ], [ 119.935895, 30.3711179 ], [ 119.9358038, 30.3711651 ], [ 119.9353477, 30.3718577 ], [ 119.9353842, 30.3719206 ], [ 119.9365792, 30.3722039 ], [ 119.9366795, 30.3721803 ], [ 119.9377012, 30.3706456 ], [ 119.938504, 30.3695438 ], [ 119.9385404, 30.3694493 ], [ 119.9384766, 30.36941 ], [ 119.9377833, 30.3690401 ], [ 119.9373272, 30.3687961 ], [ 119.9363329, 30.3682609 ], [ 119.93522, 30.3676785 ], [ 119.9338608, 30.3670567 ], [ 119.9337787, 30.3671118 ], [ 119.9333591, 30.3687016 ], [ 119.9333135, 30.3690558 ], [ 119.93335, 30.36941 ], [ 119.9334685, 30.3696225 ], [ 119.9336419, 30.3697799 ], [ 119.9337331, 30.3699294 ], [ 119.9337878, 30.370079 ], [ 119.9337605, 30.3702206 ], [ 119.933505, 30.3706692 ], [ 119.9333226, 30.3707479 ], [ 119.9331401, 30.3707558 ], [ 119.9330124, 30.3706929 ], [ 119.9328482, 30.3705905 ], [ 119.9327297, 30.3705669 ], [ 119.9326567, 30.3706456 ], [ 119.932383, 30.371472 ], [ 119.9324018, 30.3715668 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8631802, 30.3709233 ], [ 119.8632477, 30.3710326 ], [ 119.8630734, 30.371465 ], [ 119.86339, 30.3725229 ], [ 119.8634346, 30.3743303 ], [ 119.8657562, 30.3737532 ], [ 119.8657028, 30.3736078 ], [ 119.8659319, 30.3729545 ], [ 119.8663154, 30.3725128 ], [ 119.8663154, 30.3722358 ], [ 119.8656891, 30.3721576 ], [ 119.8655774, 30.3724439 ], [ 119.8646616, 30.372387 ], [ 119.8645613, 30.3723808 ], [ 119.8645513, 30.3703019 ], [ 119.8635687, 30.3700956 ], [ 119.8635786, 30.3700036 ], [ 119.8630377, 30.3702651 ], [ 119.8628088, 30.3703221 ], [ 119.8631802, 30.3709233 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8380696, 30.3726632 ], [ 119.8382104, 30.3726111 ], [ 119.8383592, 30.3725833 ], [ 119.8383324, 30.3721819 ], [ 119.838209, 30.3722247 ], [ 119.8379046, 30.3723924 ], [ 119.8380696, 30.3726632 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8637077, 30.3803063 ], [ 119.8648785, 30.3808549 ], [ 119.8647819, 30.3812111 ], [ 119.8651249, 30.3813516 ], [ 119.8651647, 30.3820458 ], [ 119.8648357, 30.3829482 ], [ 119.865562, 30.383332 ], [ 119.8662568, 30.3830375 ], [ 119.8666833, 30.382546 ], [ 119.8674069, 30.3822586 ], [ 119.8679176, 30.381807 ], [ 119.8678433, 30.3813427 ], [ 119.8673947, 30.3810869 ], [ 119.8668448, 30.3808166 ], [ 119.8667895, 30.3804967 ], [ 119.8668748, 30.3803781 ], [ 119.8667199, 30.379963 ], [ 119.8662411, 30.3802422 ], [ 119.8659169, 30.3794557 ], [ 119.8666781, 30.3794657 ], [ 119.8666926, 30.3791043 ], [ 119.8671717, 30.3791918 ], [ 119.867102, 30.3785497 ], [ 119.8670662, 30.3783952 ], [ 119.8669479, 30.3778847 ], [ 119.8669353, 30.3778302 ], [ 119.8668499, 30.3773912 ], [ 119.8661076, 30.3776937 ], [ 119.864571, 30.3783109 ], [ 119.8642941, 30.3788425 ], [ 119.8633139, 30.3795667 ], [ 119.8637077, 30.3803063 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8748201, 30.3830942 ], [ 119.8750863, 30.3835984 ], [ 119.8751516, 30.383814 ], [ 119.8752283, 30.3842422 ], [ 119.8752439, 30.3843972 ], [ 119.8754269, 30.3844361 ], [ 119.8756677, 30.384312 ], [ 119.8756695, 30.3839674 ], [ 119.875775, 30.3838565 ], [ 119.8762248, 30.3839221 ], [ 119.8764902, 30.3840456 ], [ 119.8767435, 30.3840415 ], [ 119.8768554, 30.3840295 ], [ 119.8772871, 30.3840854 ], [ 119.8776278, 30.3841057 ], [ 119.8775837, 30.3842056 ], [ 119.8777457, 30.3842386 ], [ 119.8778651, 30.3842248 ], [ 119.8779295, 30.3839732 ], [ 119.8781742, 30.3838845 ], [ 119.8783508, 30.3838047 ], [ 119.8785137, 30.3836348 ], [ 119.8785081, 30.3832585 ], [ 119.8784139, 30.3831524 ], [ 119.878314, 30.383434 ], [ 119.8781314, 30.3835731 ], [ 119.8777167, 30.3836481 ], [ 119.877374, 30.3837328 ], [ 119.87678, 30.3837264 ], [ 119.8764491, 30.3835964 ], [ 119.876056, 30.3834599 ], [ 119.8754877, 30.3831501 ], [ 119.8753953, 30.3825574 ], [ 119.8747833, 30.3827802 ], [ 119.8748201, 30.3830942 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7813365, 30.3783988 ], [ 119.78166, 30.3781999 ], [ 119.7819963, 30.3782391 ], [ 119.7822683, 30.3782352 ], [ 119.7825687, 30.3781602 ], [ 119.7827663, 30.3780511 ], [ 119.7826715, 30.3778943 ], [ 119.7826433, 30.3776934 ], [ 119.7826914, 30.3776318 ], [ 119.782776, 30.3776112 ], [ 119.7830339, 30.3777603 ], [ 119.783136, 30.3778826 ], [ 119.7832251, 30.3779422 ], [ 119.7833672, 30.377929 ], [ 119.7834503, 30.377863 ], [ 119.7836569, 30.3777958 ], [ 119.7837632, 30.377716 ], [ 119.7837939, 30.3775669 ], [ 119.7839283, 30.3773351 ], [ 119.7840627, 30.377151 ], [ 119.7841022, 30.3769736 ], [ 119.7840469, 30.3768168 ], [ 119.783873, 30.376706 ], [ 119.7837989, 30.3765685 ], [ 119.7837647, 30.3763875 ], [ 119.783888, 30.3763166 ], [ 119.7840937, 30.3763013 ], [ 119.7843192, 30.3763148 ], [ 119.7845179, 30.3764786 ], [ 119.784703, 30.3765167 ], [ 119.7849796, 30.3764554 ], [ 119.7852721, 30.3763258 ], [ 119.785446, 30.3763122 ], [ 119.7857543, 30.376319 ], [ 119.7859677, 30.3763531 ], [ 119.7861653, 30.3762644 ], [ 119.7863155, 30.376053 ], [ 119.786276, 30.3758757 ], [ 119.7860863, 30.3756643 ], [ 119.7859124, 30.3754529 ], [ 119.7856761, 30.3752364 ], [ 119.78533, 30.3751595 ], [ 119.7852335, 30.3750637 ], [ 119.7852225, 30.374938 ], [ 119.7852391, 30.3747802 ], [ 119.7850247, 30.374747 ], [ 119.7848427, 30.3746671 ], [ 119.7847063, 30.3745366 ], [ 119.784631, 30.3743735 ], [ 119.7845955, 30.3742165 ], [ 119.7842606, 30.3743129 ], [ 119.7841551, 30.3744848 ], [ 119.7840613, 30.374758 ], [ 119.7839792, 30.3750008 ], [ 119.7836274, 30.3751727 ], [ 119.7833364, 30.3752408 ], [ 119.7832536, 30.3752971 ], [ 119.7831704, 30.3756539 ], [ 119.7830634, 30.3758122 ], [ 119.7830689, 30.3761049 ], [ 119.7830205, 30.3764795 ], [ 119.7830623, 30.3767203 ], [ 119.7831556, 30.3769516 ], [ 119.7833226, 30.3770948 ], [ 119.7834417, 30.3772396 ], [ 119.783398, 30.3773728 ], [ 119.7833109, 30.3774994 ], [ 119.7831949, 30.3775345 ], [ 119.7830588, 30.3775296 ], [ 119.7827949, 30.3774185 ], [ 119.7825721, 30.377378 ], [ 119.7822321, 30.3775095 ], [ 119.7818334, 30.3773983 ], [ 119.7816843, 30.3773738 ], [ 119.7816458, 30.3774691 ], [ 119.7819389, 30.3775905 ], [ 119.7822555, 30.3776916 ], [ 119.7824242, 30.3778495 ], [ 119.7823673, 30.3780268 ], [ 119.7821901, 30.3780374 ], [ 119.7818569, 30.3780558 ], [ 119.7814934, 30.3781165 ], [ 119.7812823, 30.3781974 ], [ 119.7811913, 30.3784875 ], [ 119.7813365, 30.3783988 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7589131, 30.3812811 ], [ 119.758927, 30.3812432 ], [ 119.7590999, 30.3812429 ], [ 119.7591, 30.3812965 ], [ 119.759184, 30.3812964 ], [ 119.7591836, 30.3810641 ], [ 119.7588583, 30.3810645 ], [ 119.7587629, 30.3812765 ], [ 119.7589131, 30.3812811 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "东坡洗砚池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7625492, 30.382305 ], [ 119.7626788, 30.3822286 ], [ 119.7626203, 30.382134 ], [ 119.7624988, 30.3821794 ], [ 119.7625492, 30.382305 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7579006, 30.3827151 ], [ 119.7579413, 30.3826673 ], [ 119.7575863, 30.3824472 ], [ 119.7575469, 30.3824929 ], [ 119.7579006, 30.3827151 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7578402, 30.3827821 ], [ 119.7578809, 30.3827343 ], [ 119.7575259, 30.3825142 ], [ 119.7574865, 30.3825599 ], [ 119.7578402, 30.3827821 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7576766, 30.3830472 ], [ 119.7577892, 30.3829204 ], [ 119.757756, 30.3828963 ], [ 119.7578246, 30.3828084 ], [ 119.7573966, 30.3825372 ], [ 119.7572163, 30.3827557 ], [ 119.7576766, 30.3830472 ] ], [ [ 119.7576571, 30.3829295 ], [ 119.7576633, 30.3829184 ], [ 119.7576733, 30.3829096 ], [ 119.7576862, 30.382904 ], [ 119.7577006, 30.3829023 ], [ 119.7577148, 30.3829048 ], [ 119.7577273, 30.3829111 ], [ 119.7577367, 30.3829206 ], [ 119.757742, 30.3829322 ], [ 119.7577427, 30.3829446 ], [ 119.7577386, 30.3829566 ], [ 119.7577302, 30.3829668 ], [ 119.7577184, 30.3829741 ], [ 119.7577046, 30.3829776 ], [ 119.7576901, 30.3829771 ], [ 119.7576766, 30.3829725 ], [ 119.7576657, 30.3829645 ], [ 119.7576583, 30.3829539 ], [ 119.7576554, 30.3829418 ], [ 119.7576571, 30.3829295 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "古放生池" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7609045, 30.3870105 ], [ 119.7609296, 30.3870507 ], [ 119.7609682, 30.3870819 ], [ 119.7610163, 30.387101 ], [ 119.761069, 30.3871058 ], [ 119.7611207, 30.387096 ], [ 119.7611661, 30.3870725 ], [ 119.7612005, 30.3870378 ], [ 119.7612209, 30.3869933 ], [ 119.761223, 30.3869455 ], [ 119.7612065, 30.3868997 ], [ 119.7611733, 30.3868614 ], [ 119.7611272, 30.3868347 ], [ 119.7610735, 30.3868227 ], [ 119.7610182, 30.3868269 ], [ 119.7609677, 30.3868466 ], [ 119.7609276, 30.3868798 ], [ 119.7609034, 30.3869204 ], [ 119.7608954, 30.3869655 ], [ 119.7609045, 30.3870105 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "余杭径山南坞水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7508745, 30.388183 ], [ 119.7513412, 30.3884269 ], [ 119.7515616, 30.3885216 ], [ 119.7517819, 30.3885652 ], [ 119.7519844, 30.3882837 ], [ 119.7521403, 30.3882799 ], [ 119.7524705, 30.3883997 ], [ 119.7526207, 30.3885316 ], [ 119.7527353, 30.3886907 ], [ 119.7528724, 30.388853 ], [ 119.7529787, 30.3889118 ], [ 119.753079, 30.3888905 ], [ 119.7530718, 30.3886942 ], [ 119.7531409, 30.388607 ], [ 119.753366, 30.3885171 ], [ 119.7535467, 30.3884976 ], [ 119.7534965, 30.3880959 ], [ 119.7534433, 30.3878731 ], [ 119.7534343, 30.3878354 ], [ 119.7531264, 30.3879282 ], [ 119.7528807, 30.3877474 ], [ 119.7524832, 30.3876975 ], [ 119.751905, 30.387791 ], [ 119.7517171, 30.3879219 ], [ 119.7508578, 30.3880993 ], [ 119.7508745, 30.388183 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8221678, 30.4117834 ], [ 119.8224628, 30.4115104 ], [ 119.8229885, 30.4109761 ], [ 119.8232782, 30.4108651 ], [ 119.823702, 30.4107934 ], [ 119.8243886, 30.4108281 ], [ 119.8254615, 30.4106476 ], [ 119.8261374, 30.4106661 ], [ 119.8267651, 30.4107864 ], [ 119.8275268, 30.4110224 ], [ 119.8270708, 30.4101341 ], [ 119.8265183, 30.4102775 ], [ 119.8254132, 30.4103886 ], [ 119.8235303, 30.4104672 ], [ 119.822967, 30.4105551 ], [ 119.8227471, 30.4106523 ], [ 119.8218995, 30.4116007 ], [ 119.8221678, 30.4117834 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "四岭水库" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7586729, 30.4260527 ], [ 119.7592816, 30.4259397 ], [ 119.7598441, 30.4256009 ], [ 119.76063, 30.4247836 ], [ 119.7613852, 30.4246308 ], [ 119.7618244, 30.4244315 ], [ 119.7629262, 30.4245444 ], [ 119.7633192, 30.4246773 ], [ 119.763951, 30.4247305 ], [ 119.7645906, 30.424664 ], [ 119.7649527, 30.4248235 ], [ 119.7656077, 30.4248301 ], [ 119.7657541, 30.4250959 ], [ 119.7662318, 30.4252487 ], [ 119.7664552, 30.4249497 ], [ 119.7665939, 30.4245112 ], [ 119.7664013, 30.4240528 ], [ 119.7662857, 30.4232687 ], [ 119.7659621, 30.4230229 ], [ 119.7658542, 30.4223252 ], [ 119.7663243, 30.422478 ], [ 119.7665785, 30.4229166 ], [ 119.7669946, 30.4231292 ], [ 119.7673799, 30.4231358 ], [ 119.7682776, 30.4230322 ], [ 119.7683585, 30.4230229 ], [ 119.7687514, 30.4231159 ], [ 119.7688285, 30.4235212 ], [ 119.7690674, 30.4236607 ], [ 119.7690982, 30.4245843 ], [ 119.770069, 30.4253883 ], [ 119.7702309, 30.4255942 ], [ 119.770724, 30.425674 ], [ 119.7716178, 30.4254813 ], [ 119.7723113, 30.4250428 ], [ 119.7725656, 30.4246973 ], [ 119.7726734, 30.4242122 ], [ 119.7730433, 30.4242056 ], [ 119.7728044, 30.4240062 ], [ 119.77292, 30.4236807 ], [ 119.772789, 30.423488 ], [ 119.7728353, 30.4232156 ], [ 119.7727274, 30.4229166 ], [ 119.7730356, 30.4224249 ], [ 119.7736828, 30.4225844 ], [ 119.7745304, 30.4230561 ], [ 119.7759713, 30.4236009 ], [ 119.7765261, 30.4237205 ], [ 119.7766571, 30.4235943 ], [ 119.7769884, 30.4234614 ], [ 119.7771888, 30.4238667 ], [ 119.7775047, 30.4242654 ], [ 119.7777204, 30.4240926 ], [ 119.7774584, 30.4237803 ], [ 119.7775894, 30.4235411 ], [ 119.7775894, 30.423189 ], [ 119.7779285, 30.4228568 ], [ 119.7785218, 30.4225312 ], [ 119.7785988, 30.4222854 ], [ 119.7789764, 30.4221525 ], [ 119.7792538, 30.4217804 ], [ 119.7797392, 30.4218668 ], [ 119.780032, 30.4222455 ], [ 119.7797469, 30.4228103 ], [ 119.7797392, 30.4230893 ], [ 119.7800397, 30.4230495 ], [ 119.7804558, 30.4230495 ], [ 119.7808257, 30.4229299 ], [ 119.7813111, 30.423189 ], [ 119.7813419, 30.4234215 ], [ 119.7816116, 30.4235943 ], [ 119.7819969, 30.4241591 ], [ 119.7821664, 30.4243717 ], [ 119.7820739, 30.4244979 ], [ 119.7821664, 30.4246308 ], [ 119.7823436, 30.4245777 ], [ 119.7825054, 30.4247903 ], [ 119.7828059, 30.4245577 ], [ 119.7826672, 30.4243252 ], [ 119.7828984, 30.4239996 ], [ 119.7827366, 30.4239332 ], [ 119.7827982, 30.4234681 ], [ 119.7826595, 30.4233152 ], [ 119.7825517, 30.4229033 ], [ 119.7826749, 30.4226442 ], [ 119.7826595, 30.4223584 ], [ 119.7830679, 30.4219199 ], [ 119.783091, 30.4217472 ], [ 119.7832605, 30.4215013 ], [ 119.7833376, 30.4213153 ], [ 119.7838616, 30.4206575 ], [ 119.7837691, 30.4199997 ], [ 119.7835919, 30.419395 ], [ 119.7832451, 30.4189033 ], [ 119.7821391, 30.4188355 ], [ 119.7816193, 30.4188036 ], [ 119.7815962, 30.4192156 ], [ 119.7813959, 30.4194216 ], [ 119.7804096, 30.4185312 ], [ 119.7803325, 30.4183717 ], [ 119.7797315, 30.4181126 ], [ 119.7794926, 30.4181126 ], [ 119.7789533, 30.4178933 ], [ 119.7787298, 30.4179797 ], [ 119.7784755, 30.417993 ], [ 119.7779901, 30.4181591 ], [ 119.7777204, 30.4182853 ], [ 119.7769884, 30.4184448 ], [ 119.7768882, 30.4187571 ], [ 119.7766263, 30.41889 ], [ 119.776634, 30.4191824 ], [ 119.7764645, 30.4194016 ], [ 119.7764567, 30.4196076 ], [ 119.7763412, 30.4197737 ], [ 119.7762487, 30.420292 ], [ 119.7761794, 30.4203784 ], [ 119.7758789, 30.4202654 ], [ 119.7755321, 30.4199797 ], [ 119.7753241, 30.4199797 ], [ 119.7751391, 30.4198136 ], [ 119.7745073, 30.4195478 ], [ 119.7741066, 30.4195212 ], [ 119.7734517, 30.4196209 ], [ 119.7732667, 30.4194083 ], [ 119.7730202, 30.4194083 ], [ 119.7729662, 30.4193086 ], [ 119.7731974, 30.4190694 ], [ 119.7732359, 30.4189033 ], [ 119.7730587, 30.4188568 ], [ 119.7726657, 30.4190428 ], [ 119.7722959, 30.4188501 ], [ 119.7710602, 30.4195139 ], [ 119.7698833, 30.4188749 ], [ 119.7693166, 30.4197018 ], [ 119.7703773, 30.420498 ], [ 119.7706469, 30.4208967 ], [ 119.7711016, 30.4220196 ], [ 119.771063, 30.4223119 ], [ 119.7707471, 30.4232156 ], [ 119.7703618, 30.4231824 ], [ 119.7702309, 30.4229498 ], [ 119.7703002, 30.4226707 ], [ 119.7700382, 30.4223119 ], [ 119.7694218, 30.4220794 ], [ 119.7686744, 30.4220462 ], [ 119.7683585, 30.4219398 ], [ 119.7678807, 30.4220262 ], [ 119.7668482, 30.4213817 ], [ 119.7660931, 30.4211026 ], [ 119.7652553, 30.4210746 ], [ 119.765263, 30.4222577 ], [ 119.7636582, 30.4227571 ], [ 119.7625949, 30.422983 ], [ 119.7619011, 30.4231187 ], [ 119.7618475, 30.4231292 ], [ 119.7614853, 30.423488 ], [ 119.761023, 30.4243119 ], [ 119.7599134, 30.4248966 ], [ 119.7594665, 30.4252753 ], [ 119.7590427, 30.4253218 ], [ 119.7586421, 30.4255411 ], [ 119.7586729, 30.4260527 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9040469, 30.3949686 ], [ 119.9042354, 30.3950404 ], [ 119.9046079, 30.3951273 ], [ 119.9049542, 30.3952029 ], [ 119.9053486, 30.3952597 ], [ 119.9056029, 30.395184 ], [ 119.9056993, 30.3950971 ], [ 119.9057124, 30.394995 ], [ 119.9055853, 30.394893 ], [ 119.9052873, 30.3947682 ], [ 119.9050287, 30.3946812 ], [ 119.9047526, 30.3945451 ], [ 119.9045553, 30.3944544 ], [ 119.9041872, 30.3944922 ], [ 119.9040732, 30.3946359 ], [ 119.9040163, 30.3949081 ], [ 119.9040469, 30.3949686 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.9069747, 30.395649 ], [ 119.90715, 30.3957095 ], [ 119.9075006, 30.3958305 ], [ 119.9077242, 30.3959666 ], [ 119.9078136, 30.3960465 ], [ 119.9077588, 30.3963712 ], [ 119.9079379, 30.3963807 ], [ 119.9080328, 30.3961892 ], [ 119.9082358, 30.3961439 ], [ 119.9082397, 30.3959504 ], [ 119.9080537, 30.3958889 ], [ 119.9080748, 30.3957095 ], [ 119.907689, 30.3955581 ], [ 119.9075226, 30.3954525 ], [ 119.9073472, 30.3952105 ], [ 119.9070054, 30.3952408 ], [ 119.9069659, 30.3953504 ], [ 119.9068739, 30.3955734 ], [ 119.9069747, 30.395649 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8284253, 30.4089567 ], [ 119.8286828, 30.4081748 ], [ 119.8290396, 30.4069465 ], [ 119.8294955, 30.404994 ], [ 119.8299569, 30.4037309 ], [ 119.83015, 30.4033145 ], [ 119.8307025, 30.4026252 ], [ 119.8312106, 30.4021622 ], [ 119.8315853, 30.4017095 ], [ 119.8319513, 30.4010676 ], [ 119.8321853, 30.4004904 ], [ 119.8325267, 30.399887 ], [ 119.8326841, 30.3996808 ], [ 119.8330008, 30.3995389 ], [ 119.8333329, 30.3995389 ], [ 119.8336559, 30.3996729 ], [ 119.8339826, 30.399778 ], [ 119.8344797, 30.400079 ], [ 119.8347695, 30.4003044 ], [ 119.8350561, 30.4006458 ], [ 119.8363012, 30.4016477 ], [ 119.8371203, 30.4022157 ], [ 119.8371214, 30.4022886 ], [ 119.8368206, 30.4022667 ], [ 119.8367678, 30.4023572 ], [ 119.8368999, 30.4025066 ], [ 119.8367593, 30.4026431 ], [ 119.8366354, 30.4028198 ], [ 119.8366304, 30.4029335 ], [ 119.8365774, 30.4030314 ], [ 119.836625, 30.4031214 ], [ 119.8369204, 30.4030635 ], [ 119.8370632, 30.4027267 ], [ 119.8372215, 30.4024282 ], [ 119.8373798, 30.4023585 ], [ 119.8381796, 30.4021709 ], [ 119.8384333, 30.4021704 ], [ 119.8384687, 30.4020478 ], [ 119.8391168, 30.4015862 ], [ 119.8395971, 30.4009977 ], [ 119.839949, 30.4003908 ], [ 119.8408925, 30.3997599 ], [ 119.8413788, 30.3994835 ], [ 119.8421524, 30.3992457 ], [ 119.8429131, 30.3991112 ], [ 119.8432558, 30.3990846 ], [ 119.8435919, 30.39911 ], [ 119.843709, 30.3994401 ], [ 119.8441804, 30.3995073 ], [ 119.8449298, 30.3993496 ], [ 119.8451361, 30.3991249 ], [ 119.8456391, 30.3982028 ], [ 119.8457309, 30.3979556 ], [ 119.8456484, 30.3973807 ], [ 119.8457525, 30.3968058 ], [ 119.8462755, 30.3967234 ], [ 119.8469223, 30.3959008 ], [ 119.8474969, 30.3954726 ], [ 119.8478637, 30.3955661 ], [ 119.8481885, 30.3954908 ], [ 119.8486729, 30.394947 ], [ 119.8493462, 30.3951823 ], [ 119.8492603, 30.3949569 ], [ 119.8493768, 30.3949428 ], [ 119.8495234, 30.394721 ], [ 119.8497543, 30.3947135 ], [ 119.8507014, 30.3940517 ], [ 119.8507554, 30.3938976 ], [ 119.8511827, 30.3934528 ], [ 119.8515386, 30.3931554 ], [ 119.8518746, 30.3928746 ], [ 119.8524855, 30.3925252 ], [ 119.8526538, 30.3924289 ], [ 119.85374, 30.3920558 ], [ 119.8540063, 30.3921212 ], [ 119.854955, 30.3920734 ], [ 119.8555376, 30.3920365 ], [ 119.8559518, 30.3920931 ], [ 119.8561182, 30.392171 ], [ 119.856375, 30.3921451 ], [ 119.8568183, 30.3923295 ], [ 119.8570991, 30.3924931 ], [ 119.8575061, 30.3918704 ], [ 119.856057, 30.3916269 ], [ 119.8541008, 30.3915604 ], [ 119.8532581, 30.3916984 ], [ 119.8526261, 30.3918365 ], [ 119.8515636, 30.3926225 ], [ 119.8509705, 30.3931332 ], [ 119.848736, 30.3944603 ], [ 119.8470379, 30.3951509 ], [ 119.846597, 30.3953898 ], [ 119.8459799, 30.395608 ], [ 119.8455553, 30.3961093 ], [ 119.8451848, 30.3967404 ], [ 119.8450939, 30.3971875 ], [ 119.8450527, 30.3980184 ], [ 119.8450052, 30.3984501 ], [ 119.844983, 30.3986679 ], [ 119.8447967, 30.3987684 ], [ 119.8434189, 30.3986299 ], [ 119.8418176, 30.3989931 ], [ 119.8406562, 30.3994882 ], [ 119.8396397, 30.4000735 ], [ 119.8388273, 30.4004889 ], [ 119.8382427, 30.4007878 ], [ 119.8378345, 30.4009965 ], [ 119.8375878, 30.4013458 ], [ 119.8371479, 30.4014916 ], [ 119.8370889, 30.4017067 ], [ 119.8371531, 30.4019595 ], [ 119.8360482, 30.4011396 ], [ 119.8354188, 30.4005208 ], [ 119.8352481, 30.4001783 ], [ 119.8351506, 30.3998042 ], [ 119.8346541, 30.3997031 ], [ 119.8339381, 30.3994047 ], [ 119.8334572, 30.3992892 ], [ 119.8331729, 30.3992522 ], [ 119.8329315, 30.3992476 ], [ 119.832741, 30.3992938 ], [ 119.8321938, 30.3997103 ], [ 119.8319444, 30.4002331 ], [ 119.8316252, 30.4010289 ], [ 119.8313543, 30.401406 ], [ 119.8309708, 30.4018779 ], [ 119.830319, 30.4025812 ], [ 119.8299032, 30.4031757 ], [ 119.8296511, 30.4036153 ], [ 119.8292166, 30.4045105 ], [ 119.8289189, 30.4055816 ], [ 119.8285621, 30.4067082 ], [ 119.828192, 30.4079967 ], [ 119.8281276, 30.4083969 ], [ 119.8279452, 30.4087994 ], [ 119.8284253, 30.4089567 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8490839, 30.4006909 ], [ 119.8491301, 30.4009501 ], [ 119.849238, 30.4010896 ], [ 119.8494306, 30.4012757 ], [ 119.8505477, 30.4008437 ], [ 119.8510485, 30.4005314 ], [ 119.8513336, 30.4001859 ], [ 119.851349, 30.3999533 ], [ 119.8512103, 30.3997141 ], [ 119.8507789, 30.3998005 ], [ 119.8504013, 30.3998935 ], [ 119.8499545, 30.3999599 ], [ 119.849785, 30.4001261 ], [ 119.8490068, 30.4004583 ], [ 119.8490839, 30.4006909 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8485446, 30.4009434 ], [ 119.8487064, 30.4010165 ], [ 119.8489375, 30.4009767 ], [ 119.8489991, 30.4009168 ], [ 119.8489529, 30.4005647 ], [ 119.8487603, 30.4004849 ], [ 119.8485523, 30.4005846 ], [ 119.8484444, 30.4007574 ], [ 119.8485446, 30.4009434 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8275268, 30.4110224 ], [ 119.8279184, 30.4112491 ], [ 119.8283797, 30.4117209 ], [ 119.8294848, 30.4129932 ], [ 119.8299032, 30.4136686 ], [ 119.8299408, 30.4139231 ], [ 119.8306596, 30.4141174 ], [ 119.8306704, 30.4137519 ], [ 119.8305094, 30.4133494 ], [ 119.8303056, 30.4131227 ], [ 119.8301876, 30.4127711 ], [ 119.8290878, 30.4117163 ], [ 119.8286682, 30.4110974 ], [ 119.8284548, 30.4106476 ], [ 119.8284441, 30.4104163 ], [ 119.8285407, 30.4100508 ], [ 119.828648, 30.409838 ], [ 119.8285353, 30.4095327 ], [ 119.828369, 30.4092134 ], [ 119.8284331, 30.4090183 ], [ 119.827913, 30.4088479 ], [ 119.8272908, 30.4098264 ], [ 119.8271272, 30.4100693 ], [ 119.8270708, 30.4101341 ], [ 119.8275268, 30.4110224 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.829576, 30.4169486 ], [ 119.8297316, 30.4171891 ], [ 119.8299676, 30.4179061 ], [ 119.8302036, 30.4183965 ], [ 119.8302305, 30.4187435 ], [ 119.8301446, 30.4194512 ], [ 119.8304933, 30.419664 ], [ 119.8306972, 30.418984 ], [ 119.830724, 30.4186417 ], [ 119.8305738, 30.4181189 ], [ 119.8304129, 30.4177581 ], [ 119.8302841, 30.4170041 ], [ 119.8302734, 30.4164489 ], [ 119.830327, 30.4157458 ], [ 119.8304558, 30.4149778 ], [ 119.8306596, 30.4141174 ], [ 119.8299408, 30.4139231 ], [ 119.8298228, 30.4145939 ], [ 119.8295867, 30.4157041 ], [ 119.8295438, 30.416324 ], [ 119.829576, 30.4169486 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8795189, 30.436086 ], [ 119.8795654, 30.4362409 ], [ 119.8796925, 30.4365108 ], [ 119.8797576, 30.4366017 ], [ 119.879866, 30.43677 ], [ 119.8799249, 30.43677 ], [ 119.8801016, 30.4364307 ], [ 119.8801109, 30.4357199 ], [ 119.8800582, 30.4355916 ], [ 119.8799652, 30.4354901 ], [ 119.8796305, 30.4355222 ], [ 119.8793206, 30.4355916 ], [ 119.8792772, 30.4357252 ], [ 119.8795189, 30.436086 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8762673, 30.4372599 ], [ 119.8765434, 30.437052 ], [ 119.8767362, 30.4368102 ], [ 119.8770299, 30.4366515 ], [ 119.8774945, 30.4363794 ], [ 119.877626, 30.436164 ], [ 119.8776917, 30.4360015 ], [ 119.877512, 30.4358768 ], [ 119.8769729, 30.4354838 ], [ 119.8767099, 30.435805 ], [ 119.8766179, 30.4359562 ], [ 119.8764864, 30.4361262 ], [ 119.8763856, 30.4363038 ], [ 119.8762234, 30.4366137 ], [ 119.8761445, 30.4368215 ], [ 119.876092, 30.4370067 ], [ 119.8760613, 30.4371503 ], [ 119.8762673, 30.4372599 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "仙龙湖" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.6943105, 30.4528666 ], [ 119.694268761615533, 30.452692735138584 ], [ 119.69407670975194, 30.45285419708696 ], [ 119.6943105, 30.4528666 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7844773, 30.4804091 ], [ 119.784696, 30.4802986 ], [ 119.7848015, 30.480513 ], [ 119.7848015, 30.4809028 ], [ 119.784696, 30.4810847 ], [ 119.7847789, 30.4811432 ], [ 119.7847864, 30.4813706 ], [ 119.7847412, 30.4814681 ], [ 119.7847412, 30.481598 ], [ 119.7849372, 30.4818579 ], [ 119.7848694, 30.4835405 ], [ 119.7851408, 30.4834886 ], [ 119.7850955, 30.4828064 ], [ 119.7851483, 30.4824166 ], [ 119.7852538, 30.4820918 ], [ 119.7855554, 30.4819488 ], [ 119.7855554, 30.4818579 ], [ 119.7852991, 30.4817344 ], [ 119.785088, 30.4814291 ], [ 119.785088, 30.4808768 ], [ 119.7852915, 30.4803181 ], [ 119.7848177, 30.4797753 ], [ 119.7844679, 30.4798779 ], [ 119.7845301, 30.4801102 ], [ 119.7844396, 30.4802856 ], [ 119.7844773, 30.4804091 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7766301, 30.4853087 ], [ 119.7765066, 30.4861599 ], [ 119.7766871, 30.4861599 ], [ 119.7771525, 30.4848421 ], [ 119.7775609, 30.4847275 ], [ 119.7769625, 30.4844738 ], [ 119.7763927, 30.4847193 ], [ 119.7766301, 30.4853087 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8051285, 30.4864359 ], [ 119.8062593, 30.4869167 ], [ 119.8063649, 30.4867283 ], [ 119.8054753, 30.4860526 ], [ 119.8055431, 30.4855654 ], [ 119.8053547, 30.4852925 ], [ 119.8048872, 30.4854679 ], [ 119.8046611, 30.4859357 ], [ 119.8051285, 30.4864359 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7862519, 30.4873713 ], [ 119.7862614, 30.4871831 ], [ 119.7871163, 30.4869048 ], [ 119.7869643, 30.486692 ], [ 119.7863564, 30.4869457 ], [ 119.785948, 30.4867902 ], [ 119.7862519, 30.4873713 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.8084896, 30.4887269 ], [ 119.8086986, 30.4887597 ], [ 119.8083567, 30.4880721 ], [ 119.8083567, 30.4879084 ], [ 119.8080527, 30.4880803 ], [ 119.8080052, 30.4883177 ], [ 119.8084896, 30.4887269 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.753991, 30.4954832 ], [ 119.7542533, 30.4955627 ], [ 119.754354, 30.4957676 ], [ 119.7541987, 30.4960309 ], [ 119.7543012, 30.4961389 ], [ 119.7546229, 30.4963543 ], [ 119.7550146, 30.4964509 ], [ 119.7556244, 30.4959253 ], [ 119.7554648, 30.4957291 ], [ 119.7554701, 30.4955099 ], [ 119.7555448, 30.495306 ], [ 119.7552608, 30.4953171 ], [ 119.7549096, 30.4944796 ], [ 119.754847, 30.493667 ], [ 119.7549594, 30.4932883 ], [ 119.7550342, 30.49302 ], [ 119.7550715, 30.4925478 ], [ 119.7552833, 30.4923546 ], [ 119.7555271, 30.4922405 ], [ 119.7550435, 30.4923045 ], [ 119.754879, 30.4921116 ], [ 119.7548819, 30.4924142 ], [ 119.7546764, 30.4927467 ], [ 119.754598, 30.4931014 ], [ 119.7543809, 30.4934342 ], [ 119.7541537, 30.4943507 ], [ 119.7543864, 30.4946565 ], [ 119.7542873, 30.4948454 ], [ 119.7537424, 30.4947534 ], [ 119.7533282, 30.4944665 ], [ 119.7528642, 30.4954848 ], [ 119.753991, 30.4954832 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7706591, 30.5098154 ], [ 119.7703797, 30.5092875 ], [ 119.7689108, 30.5103356 ], [ 119.7706591, 30.5098154 ] ] ] } }, +{ "type": "Feature", "properties": { "name": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.7443246, 30.5437084 ], [ 119.7456883, 30.5431635 ], [ 119.7458628, 30.5427313 ], [ 119.746321, 30.5422615 ], [ 119.7463101, 30.5416132 ], [ 119.7460483, 30.5413313 ], [ 119.7453283, 30.5411434 ], [ 119.7450555, 30.5408427 ], [ 119.745601, 30.5406548 ], [ 119.7455574, 30.540279 ], [ 119.7455901, 30.5395649 ], [ 119.7450774, 30.5393864 ], [ 119.7451101, 30.5395743 ], [ 119.7453065, 30.5397434 ], [ 119.7452519, 30.5405045 ], [ 119.7448155, 30.5407676 ], [ 119.7447065, 30.54104 ], [ 119.7451646, 30.5413783 ], [ 119.7456337, 30.5414816 ], [ 119.7460046, 30.5417165 ], [ 119.7455683, 30.5424212 ], [ 119.7449246, 30.5430225 ], [ 119.7444664, 30.5432198 ], [ 119.7440519, 30.5430695 ], [ 119.7441174, 30.5433514 ], [ 119.7440083, 30.5435956 ], [ 119.7443246, 30.5437084 ] ] ] } } +] +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..8f5585a --- /dev/null +++ b/index.html @@ -0,0 +1,247 @@ + + + + + + 杭州中心城区内涝上报系统 | Hangzhou Inundation Reporting + + + + + + + + + + + + + + + + + +
+ +
+
+
0
+
上报总数 / Reports
+
+
+
0
+
今日 / Today
+
+
+
+ + +
+ +
+ + + + + + + + +
+ + +
+ + +
+
+
上报内涝事件
+
Report Inundation Event
+
+ +
+ +
+ + +
+ + +
+ +
+ +
+
📍
+
请在地图上点击选择位置
Click on the map to select location
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
<10cm
+
浅 Shallow
+
+
+
10-30cm
+
中 Moderate
+
+
+
30-50cm
+
深 Deep
+
+
+
>50cm
+
严重 Severe
+
+
+
+ + +
+ +
+
家附近 Near Home
+
通勤路上 Commuting
+
工作地点 Workplace
+
其他 Other
+
+
+ + +
+ + +
+ + +
+ + + +
+
+
+ + +
+
👆
+
点击地图选择内涝位置 / Click on the map to select flood location
+ +
+ + +
+ + 上报成功!Thank you for your report! +
+ + + + + + + + + + + + diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..c00baf1 --- /dev/null +++ b/js/app.js @@ -0,0 +1,444 @@ +/* global flatpickr */ + +import { saveFloodReport, loadFloodReports } from './firestore.js'; +import { initializeHeatmap, toggleHeatmap } from './heatmap.js'; + +// ======================================== +// i18n +// ======================================== +const i18nDict = { + zh: { + 'title-main': '杭州内涝上报系统', + 'title-sub': 'Inundation Reporting', + 'stat-total': '上报总数 / Reports', + 'stat-today': '今日 / Today', + 'layer-title': '图层 / Layers', + 'layer-roads': '道路 Roads', + 'layer-water': '水体 Water', + 'layer-parks': '绿地 Parks', + 'layer-amenities': '设施 Amenities', + 'layer-metro': '地铁站 Metro', + 'layer-floods': '内涝点 Flood Reports', + 'layer-heatmap': '热力图 Heatmap', + 'filter-title': '筛选内涝上报 / Filter Reports', + 'filter-date-from': '开始日期 Start Date', + 'filter-date-to': '结束日期 End Date', + 'filter-all': '全部 All', + 'filter-shallow': '浅 <10cm', + 'filter-moderate': '中 10-30cm', + 'filter-deep': '深 30-50cm', + 'filter-severe': '严重 >50cm', + 'panel-title': '上报内涝事件', + 'panel-subtitle': 'Report Inundation Event', + 'mode-report': '上报内涝
Report Flood', + 'mode-view': '查看记录
View Reports', + 'form-location-label': '位置 Location (点击地图选择 / Click map)', + 'form-location-placeholder': '请在地图上点击选择位置
Click on the map to select location', + 'form-date-label': '日期 ', + 'form-time-label': '时间 ', + 'form-depth-label': '积水深度 Water Depth', + 'depth-shallow': '浅 Shallow', + 'depth-moderate': '中 Moderate', + 'depth-deep': '深 Deep', + 'depth-severe': '严重 Severe', + 'form-situation-label': '情况类型 Situation Type', + 'situation-home': '家附近 Near Home', + 'situation-commute': '通勤路上 Commuting', + 'situation-work': '工作地点 Workplace', + 'situation-other': '其他 Other', + 'form-location-desc-label': '详细位置描述 Location Details', + 'form-location-desc-placeholder': '如:XX路与XX路交叉口 / e.g., Intersection of XX Road and XX Street', + 'form-submit': '提交上报 Submit Report', + 'report-list-title': '历史上报记录 / Report History', + 'instructions-text': '点击地图选择内涝位置 / Click on the map to select flood location', + 'toast-success': '上报成功!Thank you for your report!', + }, + en: { + 'title-main': 'Hangzhou Inundation Reporting', + 'title-sub': 'Inundation Reporting', + 'stat-total': 'Reports', + 'stat-today': 'Today', + 'layer-title': 'Layers', + 'layer-roads': 'Roads', + 'layer-water': 'Water', + 'layer-parks': 'Parks', + 'layer-amenities': 'Amenities', + 'layer-metro': 'Metro', + 'layer-floods': 'Flood Reports', + 'layer-heatmap': 'Heatmap', + 'filter-title': 'Filter Reports', + 'filter-date-from': 'Start Date', + 'filter-date-to': 'End Date', + 'filter-all': 'All', + 'filter-shallow': 'Shallow <10cm', + 'filter-moderate': 'Moderate 10-30cm', + 'filter-deep': 'Deep 30-50cm', + 'filter-severe': 'Severe >50cm', + 'panel-title': 'Report Inundation Event', + 'panel-subtitle': 'Report Inundation Event', + 'mode-report': 'Report Flood
Report Flood', + 'mode-view': 'View Reports
View Reports', + 'form-location-label': 'Location (Click map)', + 'form-location-placeholder': 'Click on the map to select location', + 'form-date-label': 'Date', + 'form-time-label': 'Time', + 'form-depth-label': 'Water Depth', + 'depth-shallow': 'Shallow', + 'depth-moderate': 'Moderate', + 'depth-deep': 'Deep', + 'depth-severe': 'Severe', + 'form-situation-label': 'Situation Type', + 'situation-home': 'Near Home', + 'situation-commute': 'Commuting', + 'situation-work': 'Workplace', + 'situation-other': 'Other', + 'form-location-desc-label': 'Location Details', + 'form-location-desc-placeholder': 'e.g., Intersection of XX Road and XX Street', + 'form-submit': 'Submit Report', + 'report-list-title': 'Report History', + 'instructions-text': 'Click on the map to select flood location', + 'toast-success': 'Thank you for your report!', + }, +}; + +let currentLang = 'zh'; + +function setLang(lang) { + currentLang = lang; + const dict = i18nDict[lang]; + document.querySelectorAll('[data-i18n]').forEach((el) => { + const key = el.getAttribute('data-i18n'); + if (dict[key] !== undefined) el.tagName.match(/INPUT|TEXTAREA/)? el.value=dict[key]: el.innerHTML=dict[key]; + }); + document.querySelectorAll('[data-i18n-placeholder]').forEach((el) => { + const key = el.getAttribute('data-i18n-placeholder'); + if (dict[key] !== undefined) el.setAttribute('placeholder', dict[key]); + }); + refreshLayerPopups(); +} + +function refreshLayerPopups() { + ['floods', 'amenities', 'metro'].forEach((layerKey)=>{ + if (window.layers && window.layers[layerKey]) { + window.layers[layerKey].eachLayer((marker)=>{ + if (marker.reportData) marker.setPopupContent(createFloodPopup(marker.reportData)); + else if (marker.feature?.properties) { + if (layerKey==='amenities') marker.bindPopup(createAmenityPopup(marker.feature.properties)); + if (layerKey==='metro') marker.bindPopup(createMetroPopup(marker.feature.properties)); + } + }); + } + }); +} + +// ======================================== +// Map & Layers +// ======================================== +let map; +const layers = { roads: null, water: null, parks: null, amenities: null, metro: null, floods: null, boundary: null, heatmap: null }; +let currentMarker = null; +let floodReports = []; +let formState = { location: null, depth: null, situation: null }; + +document.addEventListener('DOMContentLoaded', async ()=>{ + // i18n + document.querySelectorAll('.lang-btn').forEach((btn)=>{ + btn.addEventListener('click', function() { + document.querySelectorAll('.lang-btn').forEach((b)=>b.classList.remove('active')); + event.currentTarget.classList.add('active'); + setLang(event.currentTarget.dataset.lang); + }); + }); + setLang(currentLang); + + // Map & Layers + initializeMap(); + initializeLayerGroups(); + await loadGeoJSONData(); + initializeEventListeners(); + setDefaultDateTime(); + await reloadReports(); + flatpickrLoad(); + leafletLoad(); + initializeHeatmap(map, floodReports); +}); + +function initializeMap() { + map = L.map('map', { center: [30.25, 120.15], zoom: 11, zoomControl: true }); + L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', { + attribution: '© OpenStreetMap contributors © CARTO', + maxZoom: 19, + }).addTo(map); + map.on('click', handleMapClick); +} + +function initializeLayerGroups() { + Object.keys(layers).forEach((key) => layers[key] = L.layerGroup()); + map.addLayer(layers.boundary); + map.addLayer(layers.roads); + map.addLayer(layers.water); + map.addLayer(layers.parks); + map.addLayer(layers.floods); +} + +async function loadGeoJSONData() { + const loadLayer = async (url, name, options, targetLayer) => { + try { + const res = await fetch(url); + if (!res.ok) throw new Error(`HTTP ${res.status}`); + const data = await res.json(); + const layer = L.geoJSON(data, options).addTo(targetLayer); + if (name === 'boundary') map.fitBounds(layer.getBounds(), { padding: [20, 20] }); + } catch (error) { + console.error(`Failed to load ${name}:`, error); + } + }; + + await loadLayer('data/HZ_Center.geojson', 'boundary', { style: { color: '#00A5D6', weight: 3, fillColor: '#00A5D6', fillOpacity: 0.05, dashArray: '10,5' } }, layers.boundary); + await loadLayer('data/roads_simplified.geojson', 'roads', { style: { color: '#4a4a4a', weight: 0.5, opacity: 0.6 } }, layers.roads); + await loadLayer('data/water.geojson', 'water', { style: { color: '#3498DB', weight: 0, fillColor: '#3498DB', fillOpacity: 0.7 } }, layers.water); + await loadLayer('data/park.geojson', 'parks', { style: { color: '#27AE60', weight: 0, fillColor: '#27AE60', fillOpacity: 0.7 } }, layers.parks); + await loadLayer('data/amenity.geojson', 'amenities', { + pointToLayer: (f, latlng)=>L.circleMarker(latlng, { radius: 2, fillColor: '#E67E22', color: '#E67E22', weight: 1, opacity: 0.8, fillOpacity: 0.6 }), + onEachFeature: (f, l)=>{ + if (f.properties?.name) l.bindPopup(createAmenityPopup(f.properties)); + }, + }, layers.amenities); + await loadLayer('data/metrostation.geojson', 'metro', { + pointToLayer: (f, latlng)=>L.circleMarker(latlng, { radius: 2, fillColor: '#9B59B6', color: '#fff', weight: 1, opacity: 1, fillOpacity: 0.9 }), + onEachFeature: (f, l)=>{ + if (f.properties?.name) l.bindPopup(createMetroPopup(f.properties)); + }, + }, layers.metro); +} + +// ======================================== +// Popups & Icons +// ======================================== +function createAmenityPopup(props) { + const addr=currentLang==='en'?'Address:':'地址:'; + return ``; +} +function createMetroPopup(props) { + return ``; +} +function createFloodPopup(report) { + const depthLabels=currentLang==='en'?{shallow: 'Shallow <10cm', moderate: 'Moderate 10-30cm', deep: 'Deep 30-50cm', severe: 'Severe >50cm'}:{shallow: '浅 <10cm', moderate: '中 10-30cm', deep: '深 30-50cm', severe: '严重 >50cm'}; + const situationLabels=currentLang==='en'?{home: 'Near Home', commute: 'Commuting', work: 'Workplace', other: 'Other'}:{home: '家附近', commute: '通勤路上', work: '工作地点', other: '其他'}; + const title=currentLang==='en'?'Flood Report':'内涝上报'; + const depthLabel=currentLang==='en'?'Depth:':'深度:'; + const typeLabel=currentLang==='en'?'Type:':'类型:'; + const descLabel=currentLang==='en'?'Description:':'描述:'; + return ``; +} +function createFloodIcon(depth) { + const colors={shallow: '#85C1E9', moderate: '#3498DB', deep: '#1A5276', severe: '#C0392B'}; + return L.divIcon({className: 'flood-marker', html: `
💧
`, iconSize: [14, 14], iconAnchor: [7, 7]}); +} +function createTempMarkerIcon() { + return L.divIcon({className: 'temp-marker', html: `
`, iconSize: [32, 32], iconAnchor: [16, 16]}); +} + +// ======================================== +// Event Handlers +// ======================================== +function initializeEventListeners() { + document.querySelectorAll('.depth-option').forEach((o)=>o.addEventListener('click', handleDepthSelect)); + document.querySelectorAll('.situation-chip').forEach((c)=>c.addEventListener('click', handleSituationSelect)); + document.getElementById('eventDate').addEventListener('change', validateForm); + document.getElementById('eventTime').addEventListener('change', validateForm); + document.getElementById('reportForm').addEventListener('submit', handleFormSubmit); + document.querySelectorAll('.layer-item').forEach((item)=>item.addEventListener('click', handleLayerToggle)); + document.querySelectorAll('.mode-btn').forEach((btn)=>btn.addEventListener('click', handleModeToggle)); + document.querySelectorAll('.filter-chip').forEach((chip)=>chip.addEventListener('click', handleFilterChipClick)); + document.getElementById('filterDateFrom').addEventListener('change', filterReports); + document.getElementById('filterDateTo').addEventListener('change', filterReports); + document.getElementById('closeInstructions').addEventListener('click', ()=>{ + document.getElementById('instructions').style.display='none'; + }); + document.querySelector('.layer-title')?.addEventListener('click', ()=>document.querySelector('.layer-controls')?.classList.toggle('collapsed')); + document.querySelector('.filter-title')?.addEventListener('click', ()=>document.querySelector('.filter-panel')?.classList.toggle('collapsed')); +} + +function handleMapClick(e) { + const latlng=e.latlng; + if (currentMarker) map.removeLayer(currentMarker); + currentMarker=L.marker(latlng, {icon: createTempMarkerIcon()}).addTo(map); + formState.location=latlng; + updateLocationDisplay(latlng); + document.getElementById('instructions').style.display='none'; + validateForm(); +} +function handleDepthSelect() { + document.querySelectorAll('.depth-option').forEach((o)=>o.classList.remove('selected')); + event.currentTarget.classList.add('selected'); + formState.depth=event.currentTarget.dataset.depth; + validateForm(); +} +function handleSituationSelect() { + document.querySelectorAll('.situation-chip').forEach((c)=>c.classList.remove('selected')); + event.currentTarget.classList.add('selected'); + formState.situation=event.currentTarget.dataset.situation; + validateForm(); +} + +async function handleFormSubmit(e) { + e.preventDefault(); + const report={ + location: {lat: formState.location.lat, lng: formState.location.lng}, + date: document.getElementById('eventDate').value, + time: document.getElementById('eventTime').value, + depth: formState.depth, + situation: formState.situation, + description: document.getElementById('locationDesc').value, + timestamp: new Date().toISOString(), + }; + await saveFloodReport(report); + await reloadReports(); + showToast(); + resetForm(); +} + +function handleLayerToggle() { + const layerName=event.currentTarget.dataset.layer; + event.currentTarget.classList.toggle('active'); + if (layerName==='heatmap') { + toggleHeatmap(map, floodReports, event.currentTarget.classList.contains('active')); return; + } + event.currentTarget.classList.contains('active')? map.addLayer(layers[layerName]) : map.removeLayer(layers[layerName]); +} + +function handleModeToggle() { + document.querySelectorAll('.mode-btn').forEach((b)=>b.classList.remove('active')); + event.currentTarget.classList.add('active'); + const mode=event.currentTarget.dataset.mode; + document.getElementById('reportForm').style.display=mode==='report'?'block':'none'; + document.getElementById('reportList').style.display=mode==='report'?'none':'block'; +} +function handleFilterChipClick() { + document.querySelectorAll('.filter-chip').forEach((c)=>c.classList.remove('active')); + event.currentTarget.classList.add('active'); + filterReports(); +} + +// ======================================== +// UI Updates +// ======================================== +function updateLocationDisplay(latlng) { + const loc=document.getElementById('locationDisplay'); + loc.innerHTML=`
📍
选择的位置 Selected Location
${latlng.lat.toFixed(6)}, ${latlng.lng.toFixed(6)}
`; +} +function updateStats() { + document.getElementById('totalReports').textContent=floodReports.length; + const today=new Date().toISOString().split('T')[0]; + document.getElementById('todayReports').textContent=floodReports.filter((r)=>r.date===today).length; +} +function updateReportList() { + const container=document.getElementById('reportItems'); + const depthLabels={shallow: '浅', moderate: '中', deep: '深', severe: '严重'}; + container.innerHTML=floodReports.slice().reverse().map((r, i)=>`
${r.date} ${r.time}
${depthLabels[r.depth]}
${r.description||`${r.location.lat.toFixed(4)}, ${r.location.lng.toFixed(4)}`}
`).join(''); + container.querySelectorAll('.report-item').forEach((item)=>item.addEventListener('click', function() { + const report=floodReports[parseInt(event.currentTarget.dataset.id)]; + if (report) map.setView([report.location.lat, report.location.lng], 15); + })); +} +function showToast() { + const toast=document.getElementById('toast'); toast.classList.add('show'); setTimeout(()=>toast.classList.remove('show'), 3000); +} +function validateForm() { + const date=document.getElementById('eventDate').value; + const time=document.getElementById('eventTime').value; + document.getElementById('submitBtn').disabled=!(formState.location&&formState.depth&&formState.situation&&date&&time); +} +function setDefaultDateTime() { + const now=new Date(); + document.getElementById('eventDate').value=now.toISOString().split('T')[0]; + document.getElementById('eventTime').value=now.toTimeString().slice(0, 5); +} +function resetForm() { + if (currentMarker) { + map.removeLayer(currentMarker); currentMarker=null; + } + formState={location: null, depth: null, situation: null}; + document.getElementById('locationDisplay').innerHTML=`
📍
请在地图上点击选择位置
Click on the map to select location
`; + document.querySelectorAll('.depth-option').forEach((o)=>o.classList.remove('selected')); + document.querySelectorAll('.situation-chip').forEach((c)=>c.classList.remove('selected')); + document.getElementById('locationDesc').value=''; + document.getElementById('submitBtn').disabled=true; + setDefaultDateTime(); +} + +// ======================================== +// Flood Markers & Filtering +// ======================================== +function addFloodMarker(report) { + const marker=L.marker([report.location.lat, report.location.lng], {icon: createFloodIcon(report.depth)}); + marker.bindPopup(createFloodPopup(report)); + marker.reportData=report; + marker.addTo(layers.floods); +} + +function filterReports() { + const depthFilter=document.querySelector('.filter-chip.active')?.dataset.depth||'all'; + const dateFrom=document.getElementById('filterDateFrom').value; + const dateTo=document.getElementById('filterDateTo').value; + layers.floods.clearLayers(); + const filtered=floodReports.filter((r)=>{ + if (depthFilter!=='all' && r.depth!==depthFilter) return false; + if (dateFrom && r.datedateTo) return false; + addFloodMarker(r); + return true; + }); + const heatmapToggle=document.querySelector('.layer-item[data-layer="heatmap"]'); + if (heatmapToggle?.classList.contains('active')) initializeHeatmap(map, filtered); +} + +// ======================================== +// Firestore Integration +// ======================================== +async function reloadReports() { + floodReports=await loadFloodReports(); + layers.floods.clearLayers(); + floodReports.forEach(addFloodMarker); + updateStats(); + updateReportList(); + const heatmapToggle=document.querySelector('.layer-item[data-layer="heatmap"]'); + if (heatmapToggle?.classList.contains('active')) initializeHeatmap(map, floodReports); +} + +// ======================================== +// Flatpickr & Leaflet Accessibility +// ======================================== +function flatpickrLoad() { + if (window.flatpickr) { + flatpickr('#eventDate', {dateFormat: 'Y-m-d', ariaDateFormat: 'Y-m-d', allowInput: true, onChange: validateForm}); + flatpickr('#eventTime', {enableTime: true, noCalendar: true, dateFormat: 'H:i', time_24hr: true, ariaDateFormat: 'H:i', allowInput: true, onChange: validateForm}); + flatpickr('#filterDateFrom', {dateFormat: 'Y-m-d', ariaDateFormat: 'Y-m-d', allowInput: true}); + flatpickr('#filterDateTo', {dateFormat: 'Y-m-d', ariaDateFormat: 'Y-m-d', allowInput: true}); + } +} + +function leafletLoad() { + if (window.L) { + setTimeout(()=>{ + document.querySelector('.leaflet-control-attribution')?.setAttribute('tabindex', '0'); + document.querySelectorAll('.leaflet-control-zoom a').forEach((btn)=>{ + btn.setAttribute('tabindex', '0'); + btn.setAttribute('role', 'button'); + btn.setAttribute('aria-label', btn.title||'Map Zoom Button'); + }); + const mapDiv=document.getElementById('map'); + if (mapDiv) { + mapDiv.setAttribute('aria-label', 'Map Display Area'); + mapDiv.setAttribute('role', 'region'); + mapDiv.removeAttribute('tabindex'); + mapDiv.setAttribute('aria-hidden', 'true'); + } + document.querySelectorAll('svg.leaflet-zoom-animated').forEach((svg)=>{ + svg.setAttribute('aria-label', 'Map Graphic Layer'); + svg.setAttribute('role', 'img'); + }); + }, 500); + } +} diff --git a/js/firestore.js b/js/firestore.js new file mode 100644 index 0000000..6981421 --- /dev/null +++ b/js/firestore.js @@ -0,0 +1,84 @@ +import { initializeApp } from 'https://www.gstatic.com/firebasejs/10.7.1/firebase-app.js'; +import { + getFirestore, + collection, + addDoc, + getDocs, + serverTimestamp, + query, + orderBy, + GeoPoint, +} from 'https://www.gstatic.com/firebasejs/10.7.1/firebase-firestore.js'; + +// Firebase configuration +const firebaseConfig = { + apiKey: 'AIzaSyAlk2-ADwWjdRp1iq1P7OHCqpUJ9L4VuIM', + authDomain: 'hangzhou-inundation-reporting.firebaseapp.com', + projectId: 'hangzhou-inundation-reporting', + storageBucket: 'hangzhou-inundation-reporting.appspot.com', + messagingSenderId: '516945465262', + appId: '1:516945465262:web:175360d448878be51ec23f', +}; + +// Initialize Firebase +const app = initializeApp(firebaseConfig); +const db = getFirestore(app); +const reportsCollection = collection(db, 'floodReports'); + +// Save a single flood report +export async function saveFloodReport(report) { + try { + const docRef = await addDoc(reportsCollection, { + location: new GeoPoint(report.location.lat, report.location.lng), + date: report.date, + time: report.time, + depth: report.depth, + situation: report.situation, + description: report.description, + timestamp: serverTimestamp(), + }); + console.log('Report saved with ID:', docRef.id); + } catch (error) { + console.error('Error saving report:', error); + } +} + +// Load all flood reports +export async function loadFloodReports() { + try { + const q = query(reportsCollection, orderBy('timestamp', 'desc')); + const querySnapshot = await getDocs(q); + + const reports = []; + + querySnapshot.forEach((doc) => { + const data = doc.data(); + const report = { + id: doc.id, + location: { lat: data.location.latitude, lng: data.location.longitude }, + date: data.date, + time: data.time, + depth: data.depth, + situation: data.situation, + description: data.description, + timestamp: data.timestamp?.toDate() || new Date(), + }; + + reports.push(report); + }); + + console.log('Flood reports loaded:', reports.length); + return reports; + } catch (error) { + console.error('Error loading flood reports:', error); + return []; + } +} + +// Upload demo reports +export async function uploadDemoReports(demoReports) { + for (const report of demoReports) { + await saveFloodReport(report); + } + console.log('All demo reports uploaded.'); +} diff --git a/js/heatmap.js b/js/heatmap.js new file mode 100644 index 0000000..6b9238d --- /dev/null +++ b/js/heatmap.js @@ -0,0 +1,67 @@ +// heatmap.js +let heatLayer = null; + +export function initializeHeatmap(map, floodReports) { + if (heatLayer) { + map.removeLayer(heatLayer); + heatLayer = null; + } + + if (!floodReports || floodReports.length === 0) { + console.log('No flood reports to display on heatmap'); + return; + } + + // [lat, lng, intensity] + const heatData = floodReports.map((r) => [ + r.location.lat, + r.location.lng, + getDepthIntensity(r.depth), + ]); + + heatLayer = L.heatLayer(heatData, { + radius: 25, + blur: 15, + maxZoom: 17, + max: 1.0, + gradient: { + 0.0: '#313695', + 0.25: '#4575b4', + 0.5: '#91bfdb', + 0.7: '#fee090', + 0.85: '#fc8d59', + 1.0: '#d73027', + }, + }).addTo(map); + + heatLayer._canvas.getContext('2d', { willReadFrequently: true }); + console.log('Heatmap initialized with', floodReports.length, 'points'); +} + +export function toggleHeatmap(map, floodReports, show) { + if (show) { + initializeHeatmap(map, floodReports); + } else { + if (heatLayer) { + map.removeLayer(heatLayer); + heatLayer = null; + } + } +} + +export function updateHeatmapData(map, floodReports) { + const heatmapToggle = document.querySelector('.layer-item[data-layer="heatmap"]'); + if (heatmapToggle && heatmapToggle.classList.contains('active')) { + initializeHeatmap(map, floodReports); + } +} + +function getDepthIntensity(depth) { + switch (depth) { + case 'shallow': return 0.3; + case 'moderate': return 0.5; + case 'deep': return 0.7; + case 'severe': return 1.0; + default: return 0.5; + } +} diff --git a/package-lock.json b/package-lock.json index 9f99c26..960adf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { - "name": "dashboard-project", + "name": "engagement-project", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "dashboard-project", + "name": "engagement-project", "version": "1.0.0", "license": "ISC", "devDependencies": { - "eslint": "^8.48.0", + "eslint": "^8.57.1", "eslint-config-google": "^0.14.0", "stylelint": "^15.10.3", "stylelint-config-standard": "^34.0.0" @@ -690,6 +690,7 @@ "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", diff --git a/package.json b/package.json index 97cf3cd..b920074 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "^8.48.0", + "eslint": "^8.57.1", "eslint-config-google": "^0.14.0", "stylelint": "^15.10.3", "stylelint-config-standard": "^34.0.0" diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..e0e491c --- /dev/null +++ b/styles.css @@ -0,0 +1,1285 @@ +/* ======================================== + Hangzhou Inundation Reporting Tool + CSS Stylesheet + ======================================== */ + +/* CSS Variables */ +:root { + --primary-blue: #0066B3; + --primary-dark: #004A82; + --accent-cyan: #00A5D6; + --alert-orange: #E67E22; + --alert-red: #C0392B; + --depth-shallow: #85C1E9; + --depth-moderate: #3498DB; + --depth-deep: #1A5276; + --depth-severe: #641E16; + --bg-dark: #0D1B2A; + --bg-panel: #1B2838; + --bg-card: #233447; + --text-primary: #ECEFF4; + --text-secondary: #A3B8CC; + --border-color: #2E4A62; + --success-green: #27AE60; + --depth-shallow-strong: #5DADE2; + --depth-moderate-strong: #2980B9; + --depth-deep-strong: #1F618D; + --alert-red-strong: #E74C3C; + --success-green-light: #27AE60; + --primary-blue-light: #3498DB; + --accent-cyan-dark: #00D4FF; + --bg-card-light: #1E2F3E; +} + +/* Reset */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Noto Sans SC', 'Source Sans 3', sans-serif; + background: var(--bg-dark); + color: var(--text-primary); + overflow: hidden; + height: 100vh; +} + +/* ======================================== + Header Styles + ======================================== */ +.header { + position: fixed; + top: 0; + left: 0; + right: 0; + height: 64px; + background: linear-gradient(135deg, var(--bg-panel) 0%, var(--bg-dark) 100%); + border-bottom: 1px solid var(--border-color); + display: flex; + align-items: center; + padding: 0 24px; + z-index: 1000; + box-shadow: 0 2px 20px rgb(0 0 0 / 30%); +} + +.logo { + display: flex; + align-items: center; + gap: 12px; +} + +.logo-icon { + width: 40px; + height: 40px; + background: linear-gradient(135deg, var(--primary-blue-light) 0%, var(--accent-cyan) 100%); + border-radius: 10px; + display: flex; + align-items: center; + justify-content: center; + font-size: 20px; +} + +.logo-text { + font-size: 18px; + font-weight: 600; + letter-spacing: 0.5px; +} + +.logo-text span { + color: var(--accent-cyan); + font-weight: 400; + font-size: 14px; + margin-left: 8px; +} + +.header-stats { + margin-left: auto; + display: flex; + gap: 24px; +} + +.stat-item { + text-align: center; +} + +.stat-value { + font-size: 20px; + font-weight: 600; + color: var(--accent-cyan); +} + +.stat-label { + font-size: 11px; + color: var(--text-secondary); + text-transform: uppercase; + letter-spacing: 1px; +} + +/* ======================================== + Main Layout + ======================================== */ +.main-container { + display: flex; + height: calc(100vh - 64px); + margin-top: 64px; +} + +#map { + flex: 1; + height: 100%; + background: var(--bg-dark); +} + +/* ======================================== + Side Panel + ======================================== */ +.side-panel { + width: 420px; + background: var(--bg-panel); + border-left: 1px solid var(--border-color); + display: flex; + flex-direction: column; + overflow: hidden; +} + +.panel-header { + padding: 20px 24px; + border-bottom: 1px solid var(--border-color); + background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-panel) 100%); +} + +.panel-title { + font-size: 16px; + font-weight: 600; + margin-bottom: 4px; +} + +.panel-subtitle { + font-size: 13px; + color: var(--text-secondary); +} + +.panel-content { + flex: 1; + overflow-y: auto; + padding: 20px 24px; +} + +/* ======================================== + Mode Selector + ======================================== */ +.mode-selector { + display: flex; + gap: 8px; + margin-bottom: 20px; +} + +.mode-btn { + flex: 1; + padding: 12px 16px; + border: 2px solid var(--border-color); + background: var(--bg-card-light); + color: var(--text-secondary); + border-radius: 10px; + cursor: pointer; + transition: all 0.3s ease; + font-family: inherit; + font-size: 13px; + font-weight: 500; +} + +.mode-btn:hover { + border-color: var(--primary-blue); + color: var(--text-primary); +} + +.mode-btn:focus { + outline: 2px solid var(--accent-cyan); + outline-offset: 2px; + box-shadow: 0 0 0 3px rgb(0 165 214 / 20%); + font-weight: bold; +} + +.mode-btn.active { + border-color: var(--accent-cyan); + background: linear-gradient(135deg, rgb(0 165 214 / 15%) 0%, rgb(0 102 179 / 20%) 100%); + color: var(--accent-cyan-dark); +} + +.mode-icon { + font-size: 20px; + margin-bottom: 4px; +} + +button:focus { + outline: 2px solid var(--accent-cyan); + outline-offset: 2px; + box-shadow: 0 0 0 3px rgb(0 165 214 / 20%); + font-weight: bold; +} + +/* ======================================== + Form Styles + ======================================== */ +.form-section { + margin-bottom: 20px; +} + +.form-label { + display: block; + font-size: 12px; + font-weight: 500; + color: var(--text-secondary); + text-transform: uppercase; + letter-spacing: 0.5px; + margin-bottom: 8px; +} + +.form-input, +.form-select, +.form-textarea { + width: 100%; + padding: 12px 14px; + background: var(--bg-card); + border: 1px solid var(--border-color); + border-radius: 8px; + color: var(--text-primary); + font-family: inherit; + font-size: 14px; + transition: all 0.2s ease; +} + +.form-input:focus, +.form-select:focus, + +.form-textarea { + resize: vertical; + min-height: 80px; +} + +.form-textarea:focus { + outline: none; + border-color: var(--accent-cyan); + box-shadow: 0 0 0 3px rgb(0 165 214 / 15%); +} + +.form-row { + display: flex; + gap: 12px; +} + +.form-row .form-section { + flex: 1; +} + +/* ======================================== + Depth Selector + ======================================== */ +.depth-options { + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 8px; +} + +.depth-option { + padding: 10px 8px; + border: 2px solid var(--border-color); + background: var(--bg-card); + border-radius: 8px; + cursor: pointer; + text-align: center; + transition: all 0.2s ease; +} + +.depth-option:hover { + border-color: var(--primary-blue); +} + +.depth-option.selected { + border-color: var(--accent-cyan); + background: rgb(0 165 214 / 15%); +} + +.depth-value { + font-size: 14px; + font-weight: 600; + margin-bottom: 2px; +} + +.depth-label { + font-size: 10px; + color: var(--text-secondary); +} + +.depth-option[data-depth="shallow"] .depth-value { color: var(--depth-shallow-strong); } +.depth-option[data-depth="moderate"] .depth-value { color: var(--depth-moderate-strong); } +.depth-option[data-depth="deep"] .depth-value { color: var(--depth-deep-strong); } +.depth-option[data-depth="severe"] .depth-value { color: var(--alert-red-strong); } + +/* ======================================== + Situation Type + ======================================== */ +.situation-options { + display: flex; + flex-wrap: wrap; + gap: 8px; +} + +.situation-chip { + padding: 8px 14px; + background: var(--bg-card); + border: 1px solid var(--border-color); + border-radius: 20px; + font-size: 13px; + cursor: pointer; + transition: all 0.2s ease; +} + +.situation-chip:hover { + border-color: var(--primary-blue); +} + +.situation-chip.selected { + background: var(--primary-blue); + border-color: var(--primary-blue); + color: white; +} + +/* ======================================== + Location Display + ======================================== */ +.location-display { + background: var(--bg-card); + border: 1px solid var(--border-color); + border-radius: 8px; + padding: 14px; + display: flex; + align-items: center; + gap: 12px; +} + +.location-icon { + width: 36px; + height: 36px; + background: linear-gradient(135deg, #ff9800 0%, #f44336 100%); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + font-size: 18px; + color: #000; +} + +.location-coords { + flex: 1; +} + +.location-coords-label { + font-size: 11px; + color: var(--text-secondary); + text-transform: uppercase; + letter-spacing: 0.5px; +} + +.location-coords-value { + font-size: 13px; + font-family: 'Source Sans 3', monospace; + color: #00c3ff +} + +.location-placeholder { + color: var(--text-secondary); + font-size: 13px; +} + +/* ======================================== + Submit Button + ======================================== */ +.submit-btn { + width: 100%; + padding: 16px 24px; + background: linear-gradient(135deg, #0a3d62 0%, #1e3799 100%); + border: none; + border-radius: 10px; + color: white; + font-family: inherit; + font-size: 15px; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; + margin-top: 20px; +} + +.submit-btn:hover { + transform: translateY(-2px); + box-shadow: 0 8px 25px rgb(0 165 214 / 35%); +} + +.submit-btn:disabled { + opacity: 0.5; + cursor: not-allowed; + transform: none; + box-shadow: none; +} + +/* ======================================== + Layer Controls + ======================================== */ +.layer-controls { + position: absolute; + top: 80px; + left: 16px; + z-index: 800; + background: var(--bg-panel); + border-radius: 12px; + border: 1px solid var(--border-color); + padding: 12px; + box-shadow: 0 4px 20px rgb(0 0 0 / 30%); + transition: all 0.3s ease; +} + +.layer-title { + font-size: 11px; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 1px; + color: var(--text-secondary); + margin-bottom: 10px; + padding-bottom: 8px; + border-bottom: 1px solid var(--border-color); + cursor: pointer; + display: flex; + align-items: center; + justify-content: space-between; +} + +.layer-toggle-icon { + font-size: 14px; + transition: transform 0.3s ease; + display: none; +} + +.layer-controls.collapsed .layer-toggle-icon { + transform: rotate(180deg); +} + +.layer-items { + transition: all 0.3s ease; +} + +.layer-controls.collapsed .layer-items { + display: none; +} + +.layer-item { + display: flex; + align-items: center; + gap: 10px; + padding: 8px 0; + cursor: pointer; + transition: opacity 0.2s ease; +} + +.layer-item:hover { + opacity: 0.8; +} + +.layer-checkbox { + width: 18px; + height: 18px; + border: 2px solid var(--border-color); + border-radius: 4px; + display: flex; + align-items: center; + justify-content: center; + transition: all 0.2s ease; +} + +.layer-item.active .layer-checkbox { + background: var(--accent-cyan); + border-color: var(--accent-cyan); +} + +.layer-checkbox::after { + content: '✓'; + color: #111; + font-size: 12px; + opacity: 0; + transition: opacity 0.2s ease; +} + +.layer-item.active .layer-checkbox::after { + opacity: 1; +} + +.layer-color { + width: 12px; + height: 12px; + border-radius: 3px; +} + +.layer-name { + font-size: 13px; +} + +/* ======================================== + Filter Panel + ======================================== */ +.filter-panel { + position: absolute; + bottom: 24px; + left: 16px; + z-index: 800; + background: var(--bg-panel); + border-radius: 12px; + border: 1px solid var(--border-color); + padding: 16px; + box-shadow: 0 4px 20px rgb(0 0 0 / 30%); + min-width: 280px; + transition: all 0.3s ease; +} + +.filter-title { + font-size: 11px; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 1px; + color: var(--text-secondary); + margin-bottom: 12px; + cursor: pointer; + display: flex; + align-items: center; + justify-content: space-between; +} + +.filter-toggle-icon { + font-size: 14px; + transition: transform 0.3s ease; + display: none; +} + +.filter-panel.collapsed .filter-toggle-icon { + transform: rotate(180deg); +} + +.filter-content { + transition: all 0.3s ease; +} + +.filter-panel.collapsed .filter-content { + display: none; +} + +.filter-row { + display: flex; + gap: 8px; + margin-bottom: 12px; +} + +.filter-input { + flex: 1; + padding: 8px 12px; + background: var(--bg-card); + border: 1px solid var(--border-color); + border-radius: 6px; + color: var(--text-primary); + font-family: inherit; + font-size: 13px; +} + +.filter-input:focus { + outline: none; + border-color: var(--accent-cyan); +} + +.filter-chips { + display: flex; + flex-wrap: wrap; + gap: 6px; +} + +.filter-chip { + padding: 6px 12px; + background: var(--bg-card); + border: 1px solid var(--border-color); + border-radius: 16px; + font-size: 12px; + cursor: pointer; + transition: all 0.2s ease; +} + +.filter-chip:hover, +.filter-chip.active { + background: var(--primary-blue); + border-color: var(--primary-blue); +} + +/* ======================================== + Report List + ======================================== */ +.report-list { + margin-top: 20px; + border-top: 1px solid var(--border-color); + padding-top: 16px; +} + +.report-list-title { + font-size: 12px; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.5px; + color: var(--text-secondary); + margin-bottom: 12px; +} + +.report-item { + background: var(--bg-card); + border-radius: 10px; + padding: 14px; + margin-bottom: 10px; + cursor: pointer; + transition: all 0.2s ease; + border: 1px solid transparent; +} + +.report-item:hover { + border-color: var(--border-color); + transform: translateX(4px); +} + +.report-header { + display: flex; + justify-content: space-between; + align-items: flex-start; + margin-bottom: 8px; +} + +.report-time { + font-size: 12px; + color: var(--text-secondary); +} + +.report-depth-badge { + padding: 4px 10px; + border-radius: 12px; + font-size: 11px; + font-weight: 600; +} + +.badge-shallow { + background: rgb(133 193 233 / 20%); + color: var(--depth-shallow); +} + +.badge-moderate { + background: rgb(52 152 219 / 20%); + color: var(--depth-moderate); +} + +.badge-deep { + background: rgb(26 82 118 / 30%); + color: #5DADE2; +} + +.badge-severe { + background: rgb(192 57 43 / 20%); + color: var(--alert-red); +} + +.report-location { + font-size: 13px; + color: var(--text-primary); + margin-bottom: 4px; +} + +.report-situation { + font-size: 12px; + color: var(--text-secondary); +} + +/* ======================================== + Leaflet Popup Overrides + ======================================== */ +.leaflet-popup-content-wrapper { + background: var(--bg-panel); + border-radius: 12px; + border: 1px solid var(--border-color); + box-shadow: 0 8px 30px rgb(0 0 0 / 40%); +} + +.leaflet-popup-content { + margin: 0; + color: var(--text-primary); + font-family: 'Noto Sans SC', sans-serif; +} + +.leaflet-popup-tip { + background: var(--bg-panel); + border: 1px solid var(--border-color); +} + +.leaflet-container a { + color: #004e9c; + text-decoration: underline; +} + +.popup-content { + padding: 16px; + min-width: 240px; +} + +.popup-header { + display: flex; + align-items: center; + gap: 10px; + margin-bottom: 12px; + padding-bottom: 12px; + border-bottom: 1px solid var(--border-color); +} + +.popup-icon { + font-size: 24px; +} + +.popup-title { + font-size: 14px; + font-weight: 600; +} + +.popup-subtitle { + font-size: 12px; + color: var(--text-secondary); +} + +.popup-detail { + display: flex; + justify-content: space-between; + padding: 6px 0; + font-size: 13px; +} + +.popup-detail-label { + color: var(--text-secondary); +} + +.popup-image { + width: 100%; + border-radius: 8px; + margin-top: 12px; +} + +/* ======================================== + Instructions Overlay + ======================================== */ +.instructions-overlay { + position: fixed; + top: 80px; + left: 50%; + transform: translateX(-50%); + background: var(--bg-panel); + border: 1px solid var(--accent-cyan); + border-radius: 12px; + padding: 16px 24px; + z-index: 900; + box-shadow: 0 8px 30px rgb(0 165 214 / 30%); + display: flex; + align-items: center; + gap: 12px; + animation: pulse-border 2s ease-in-out infinite; +} + +@keyframes pulse-border { + 0%, 100% { + border-color: var(--accent-cyan); + box-shadow: 0 8px 30px rgb(0 165 214 / 30%); + } + + 50% { + border-color: var(--primary-blue); + box-shadow: 0 8px 30px rgb(0 102 179 / 30%); + } +} + +.instructions-icon { + font-size: 24px; +} + +.instructions-text { + font-size: 14px; +} + +.instructions-close { + background: none; + border: none; + color: var(--text-secondary); + cursor: pointer; + padding: 4px; + font-size: 18px; + line-height: 1; +} + +.instructions-close:hover { + color: var(--text-primary); +} + +/* ======================================== + Toast Notification + ======================================== */ +.toast { + position: fixed; + bottom: 24px; + right: 24px; + background: var(--success-green-light); + color: white; + padding: 16px 24px; + border-radius: 12px; + font-size: 14px; + font-weight: 500; + z-index: 1100; + display: flex; + align-items: center; + gap: 10px; + box-shadow: 0 8px 30px rgb(39 174 96 / 40%); + transform: translateY(100px); + opacity: 0; + transition: all 0.4s ease; +} + +.toast.show { + transform: translateY(0); + opacity: 1; +} + +/* ======================================== + Language Toggle + ======================================== */ +.lang-toggle { + position: absolute; + top: 80px; + right: 440px; + z-index: 800; + background: var(--bg-panel); + border: 1px solid var(--border-color); + border-radius: 8px; + overflow: hidden; + display: flex; +} + +.lang-btn { + padding: 8px 14px; + background: transparent; + border: none; + color: var(--text-secondary); + font-family: inherit; + font-size: 12px; + cursor: pointer; + transition: all 0.2s ease; +} + +.lang-btn.active { + background: var(--primary-blue); + color: white; +} + +.lang-btn:hover:not(.active) { + background: var(--bg-card); +} + +/* ======================================== + Custom Scrollbar + ======================================== */ +::-webkit-scrollbar { + width: 8px; +} + +::-webkit-scrollbar-track { + background: var(--bg-dark); +} + +::-webkit-scrollbar-thumb { + background: var(--border-color); + border-radius: 4px; +} + +::-webkit-scrollbar-thumb:hover { + background: var(--primary-blue); +} + +/* ======================================== + Marker Animations + ======================================== */ +@keyframes pulse { + 0%, 100% { transform: scale(1); } + 50% { transform: scale(1.1); } +} + +.temp-marker-pulse { + animation: pulse 1.5s ease-in-out infinite; +} + +/* ======================================== + Mobile Responsive Design + ======================================== */ +@media (width <= 768px) { + .header { + height: 56px; + padding: 0 16px; + } + + .logo-icon { + width: 32px; + height: 32px; + font-size: 16px; + } + + .logo-text { + font-size: 14px; + } + + .logo-text span { + display: none; + } + + .header-stats { + gap: 16px; + } + + .stat-value { + font-size: 16px; + } + + .stat-label { + font-size: 9px; + } + + .main-container { + flex-direction: column; + height: calc(100vh - 56px); + margin-top: 56px; + } + + #map { + height: 50%; + min-height: 300px; + } + + .side-panel { + width: 100%; + height: 50%; + border-left: none; + border-top: 1px solid var(--border-color); + } + + .panel-header { + padding: 12px 16px; + } + + .panel-title { + font-size: 14px; + } + + .panel-subtitle { + font-size: 12px; + } + + .panel-content { + padding: 16px; + } + + /* Mobile collapsible controls */ + .layer-controls { + top: 68px; + left: 8px; + padding: 8px; + max-width: 200px; + } + + .layer-controls.collapsed { + padding: 8px 12px; + } + + .layer-toggle-icon { + display: inline-block; + } + + .layer-title { + font-size: 10px; + margin-bottom: 6px; + padding-bottom: 6px; + } + + .layer-controls.collapsed .layer-title { + margin-bottom: 0; + padding-bottom: 0; + border-bottom: none; + } + + .layer-item { + padding: 6px 0; + } + + .layer-name { + font-size: 11px; + } + + .filter-panel { + bottom: auto; + top: 68px; + right: 8px; + left: auto; + min-width: 200px; + padding: 8px 12px; + } + + .filter-panel.collapsed { + padding: 8px 12px; + } + + .filter-toggle-icon { + display: inline-block; + } + + .filter-title { + font-size: 10px; + margin-bottom: 8px; + } + + .filter-panel.collapsed .filter-title { + margin-bottom: 0; + } + + .filter-row { + flex-direction: column; + gap: 6px; + margin-bottom: 8px; + } + + .filter-input { + padding: 6px 10px; + font-size: 12px; + } + + .filter-chip { + padding: 5px 10px; + font-size: 11px; + } + + .lang-toggle { + top: auto; + bottom: 8px; + right: 8px; + } + + .mode-selector { + gap: 6px; + margin-bottom: 16px; + } + + .mode-btn { + padding: 10px 12px; + font-size: 12px; + } + + .mode-icon { + font-size: 18px; + } + + .form-section { + margin-bottom: 16px; + } + + .form-label { + font-size: 11px; + margin-bottom: 6px; + } + + .form-input, + .form-select, + .form-textarea { + padding: 10px 12px; + font-size: 13px; + } + + .form-textarea { + min-height: 60px; + } + + .form-row { + gap: 8px; + } + + .depth-options { + gap: 6px; + } + + .depth-option { + padding: 8px 6px; + } + + .depth-value { + font-size: 12px; + } + + .depth-label { + font-size: 9px; + } + + .situation-options { + gap: 6px; + } + + .situation-chip { + padding: 6px 12px; + font-size: 12px; + } + + .location-display { + padding: 12px; + gap: 10px; + } + + .location-icon { + width: 32px; + height: 32px; + font-size: 16px; + } + + .location-coords-label { + font-size: 10px; + } + + .location-coords-value { + font-size: 12px; + } + + .location-placeholder { + font-size: 12px; + } + + .submit-btn { + padding: 14px 20px; + font-size: 14px; + margin-top: 16px; + } + + .report-list-title { + font-size: 11px; + margin-bottom: 10px; + } + + .report-item { + padding: 12px; + margin-bottom: 8px; + } + + .report-time { + font-size: 11px; + } + + .report-depth-badge { + padding: 3px 8px; + font-size: 10px; + } + + .report-location { + font-size: 12px; + } + + .instructions-overlay { + top: 68px; + padding: 12px 20px; + max-width: calc(100vw - 32px); + } + + .instructions-icon { + font-size: 20px; + } + + .instructions-text { + font-size: 12px; + } + + .toast { + bottom: 16px; + right: 16px; + left: 16px; + padding: 12px 20px; + font-size: 13px; + } + + .popup-content { + padding: 12px; + min-width: 200px; + } + + .popup-header { + gap: 8px; + margin-bottom: 10px; + padding-bottom: 10px; + } + + .popup-icon { + font-size: 20px; + } + + .popup-title { + font-size: 13px; + } + + .popup-subtitle { + font-size: 11px; + } + + .popup-detail { + padding: 5px 0; + font-size: 12px; + } +} + +@media (width <= 480px) { + .header { + padding: 0 12px; + } + + .logo-text { + font-size: 12px; + } + + .stat-value { + font-size: 14px; + } + + .stat-label { + font-size: 8px; + } + + #map { + height: 40%; + min-height: 250px; + } + + .side-panel { + height: 60%; + } + + .layer-controls, + .filter-panel { + top: 60px; + } + + .depth-options { + grid-template-columns: repeat(2, 1fr); + gap: 8px; + } + + .situation-options { + flex-direction: column; + } + + .situation-chip { + width: 100%; + text-align: center; + } +} \ No newline at end of file